--- linux-lowlatency-hwe-6.5-6.5.0.orig/Documentation/ABI/testing/ima_policy +++ linux-lowlatency-hwe-6.5-6.5.0/Documentation/ABI/testing/ima_policy @@ -26,7 +26,7 @@ [uid=] [euid=] [gid=] [egid=] [fowner=] [fgroup=]] lsm: [[subj_user=] [subj_role=] [subj_type=] - [obj_user=] [obj_role=] [obj_type=]] + [obj_user=] [obj_role=] [obj_type=] [lsm=]] option: [digest_type=] [template=] [permit_directio] [appraise_type=] [appraise_flag=] [appraise_algos=] [keyrings=] @@ -138,6 +138,12 @@ measure subj_user=_ func=FILE_CHECK mask=MAY_READ + It is possible to explicitly specify which security + module a rule applies to using lsm=. If the security + module specified is not active on the system the rule + will be rejected. If lsm= is not specified the first + security module registered on the system will be assumed. + Example of measure rules using alternate PCRs:: measure func=KEXEC_KERNEL_CHECK pcr=4 --- linux-lowlatency-hwe-6.5-6.5.0.orig/Documentation/ABI/testing/sysfs-bus-fsi-devices-sbefifo +++ linux-lowlatency-hwe-6.5-6.5.0/Documentation/ABI/testing/sysfs-bus-fsi-devices-sbefifo @@ -5,6 +5,6 @@ Indicates whether or not this SBE device has experienced a timeout; i.e. the SBE did not respond within the time allotted by the driver. A value of 1 indicates that a timeout has - ocurred and no transfers have completed since the timeout. A - value of 0 indicates that no timeout has ocurred, or if one - has, more recent transfers have completed successful. + occurred and no transfers have completed since the timeout. A + value of 0 indicates that no timeout has occurred, or if one + has, more recent transfers have completed successfully. --- linux-lowlatency-hwe-6.5-6.5.0.orig/Documentation/ABI/testing/sysfs-bus-optee-devices +++ linux-lowlatency-hwe-6.5-6.5.0/Documentation/ABI/testing/sysfs-bus-optee-devices @@ -6,3 +6,12 @@ OP-TEE bus provides reference to registered drivers under this directory. The matches Trusted Application (TA) driver and corresponding TA in secure OS. Drivers are free to create needed API under optee-ta- directory. + +What: /sys/bus/tee/devices/optee-ta-/need_supplicant +Date: November 2023 +KernelVersion: 6.7 +Contact: op-tee@lists.trustedfirmware.org +Description: + Allows to distinguish whether an OP-TEE based TA/device requires user-space + tee-supplicant to function properly or not. This attribute will be present for + devices which depend on tee-supplicant to be running. --- linux-lowlatency-hwe-6.5-6.5.0.orig/Documentation/ABI/testing/sysfs-driver-chromeos-acpi +++ linux-lowlatency-hwe-6.5-6.5.0/Documentation/ABI/testing/sysfs-driver-chromeos-acpi @@ -134,4 +134,4 @@ Description: Returns the verified boot data block shared between the firmware verification step and the kernel verification step - (binary). + (hex dump). --- linux-lowlatency-hwe-6.5-6.5.0.orig/Documentation/ABI/testing/sysfs-fs-f2fs +++ linux-lowlatency-hwe-6.5-6.5.0/Documentation/ABI/testing/sysfs-fs-f2fs @@ -54,9 +54,9 @@ 0x00 DISABLE disable IPU(=default option in LFS mode) 0x01 FORCE all the time 0x02 SSR if SSR mode is activated - 0x04 UTIL if FS utilization is over threashold + 0x04 UTIL if FS utilization is over threshold 0x08 SSR_UTIL if SSR mode is activated and FS utilization is over - threashold + threshold 0x10 FSYNC activated in fsync path only for high performance flash storages. IPU will be triggered only if the # of dirty pages over min_fsync_blocks. @@ -117,7 +117,7 @@ Contact: "Konstantin Vyshetsky" Description: Controls the number of discards a thread will issue at a time. Higher number will allow the discard thread to finish its work - faster, at the cost of higher latency for incomming I/O. + faster, at the cost of higher latency for incoming I/O. What: /sys/fs/f2fs//min_discard_issue_time Date: December 2021 @@ -334,7 +334,7 @@ state. 2048 trials is set by default. What: /sys/fs/f2fs//extension_list -Date: Feburary 2018 +Date: February 2018 Contact: "Chao Yu" Description: Used to control configure extension list: - Query: cat /sys/fs/f2fs//extension_list --- linux-lowlatency-hwe-6.5-6.5.0.orig/Documentation/Makefile +++ linux-lowlatency-hwe-6.5-6.5.0/Documentation/Makefile @@ -92,7 +92,7 @@ fi htmldocs: - @$(srctree)/scripts/sphinx-pre-install --version-check + @$(srctree)/scripts/sphinx-pre-install --version-check --no-virtualenv @+$(foreach var,$(SPHINXDIRS),$(call loop_cmd,sphinx,html,$(var),,$(var))) texinfodocs: --- linux-lowlatency-hwe-6.5-6.5.0.orig/Documentation/admin-guide/cgroup-v1/memory.rst +++ linux-lowlatency-hwe-6.5-6.5.0/Documentation/admin-guide/cgroup-v1/memory.rst @@ -92,8 +92,13 @@ memory.oom_control set/show oom controls. memory.numa_stat show the number of memory usage per numa node - memory.kmem.limit_in_bytes This knob is deprecated and writing to - it will return -ENOTSUPP. + memory.kmem.limit_in_bytes Deprecated knob to set and read the kernel + memory hard limit. Kernel hard limit is not + supported since 5.16. Writing any value to + do file will not have any effect same as if + nokmem kernel parameter was specified. + Kernel memory is still charged and reported + by memory.kmem.usage_in_bytes. memory.kmem.usage_in_bytes show current kernel memory allocation memory.kmem.failcnt show the number of kernel memory usage hits limits --- linux-lowlatency-hwe-6.5-6.5.0.orig/Documentation/admin-guide/devices.txt +++ linux-lowlatency-hwe-6.5-6.5.0/Documentation/admin-guide/devices.txt @@ -2691,18 +2691,9 @@ 45 = /dev/ttyMM1 Marvell MPSC - port 1 (obsolete unused) 46 = /dev/ttyCPM0 PPC CPM (SCC or SMC) - port 0 ... - 49 = /dev/ttyCPM5 PPC CPM (SCC or SMC) - port 3 - 50 = /dev/ttyIOC0 Altix serial card - ... - 81 = /dev/ttyIOC31 Altix serial card + 51 = /dev/ttyCPM5 PPC CPM (SCC or SMC) - port 5 82 = /dev/ttyVR0 NEC VR4100 series SIU 83 = /dev/ttyVR1 NEC VR4100 series DSIU - 84 = /dev/ttyIOC84 Altix ioc4 serial card - ... - 115 = /dev/ttyIOC115 Altix ioc4 serial card - 116 = /dev/ttySIOC0 Altix ioc3 serial card - ... - 147 = /dev/ttySIOC31 Altix ioc3 serial card 148 = /dev/ttyPSC0 PPC PSC - port 0 ... 153 = /dev/ttyPSC5 PPC PSC - port 5 @@ -2761,10 +2752,7 @@ 43 = /dev/ttycusmx2 Callout device for ttySMX2 46 = /dev/cucpm0 Callout device for ttyCPM0 ... - 49 = /dev/cucpm5 Callout device for ttyCPM5 - 50 = /dev/cuioc40 Callout device for ttyIOC40 - ... - 81 = /dev/cuioc431 Callout device for ttyIOC431 + 51 = /dev/cucpm5 Callout device for ttyCPM5 82 = /dev/cuvr0 Callout device for ttyVR0 83 = /dev/cuvr1 Callout device for ttyVR1 --- linux-lowlatency-hwe-6.5-6.5.0.orig/Documentation/admin-guide/hw-vuln/srso.rst +++ linux-lowlatency-hwe-6.5-6.5.0/Documentation/admin-guide/hw-vuln/srso.rst @@ -46,12 +46,22 @@ The processor is not vulnerable - * 'Vulnerable: no microcode': +* 'Vulnerable': + + The processor is vulnerable and no mitigations have been applied. + + * 'Vulnerable: No microcode': The processor is vulnerable, no microcode extending IBPB functionality to address the vulnerability has been applied. - * 'Mitigation: microcode': + * 'Vulnerable: Safe RET, no microcode': + + The "Safe RET" mitigation (see below) has been applied to protect the + kernel, but the IBPB-extending microcode has not been applied. User + space tasks may still be vulnerable. + + * 'Vulnerable: Microcode, no safe RET': Extended IBPB functionality microcode patch has been applied. It does not address User->Kernel and Guest->Host transitions protection but it @@ -72,11 +82,11 @@ (spec_rstack_overflow=microcode) - * 'Mitigation: safe RET': + * 'Mitigation: Safe RET': - Software-only mitigation. It complements the extended IBPB microcode - patch functionality by addressing User->Kernel and Guest->Host - transitions protection. + Combined microcode/software mitigation. It complements the + extended IBPB microcode patch functionality by addressing + User->Kernel and Guest->Host transitions protection. Selected by default or by spec_rstack_overflow=safe-ret @@ -129,7 +139,7 @@ microcode patch for one's system. This mitigation comes also at a performance cost. -Mitigation: safe RET +Mitigation: Safe RET -------------------- The mitigation works by ensuring all RET instructions speculate to --- linux-lowlatency-hwe-6.5-6.5.0.orig/Documentation/admin-guide/kernel-parameters.txt +++ linux-lowlatency-hwe-6.5-6.5.0/Documentation/admin-guide/kernel-parameters.txt @@ -822,6 +822,10 @@ Format: ,,,[,] + cpufreq_driver= [X86] Allow only the named cpu frequency scaling driver + to register. Example: cpufreq_driver=powernow-k8 + Format: { none | STRING } + cpuidle.off=1 [CPU_IDLE] disable the cpuidle sub-system @@ -2938,6 +2942,10 @@ locktorture.torture_type= [KNL] Specify the locking implementation to test. + locktorture.writer_fifo= [KNL] + Run the write-side locktorture kthreads at + sched_set_fifo() real-time priority. + locktorture.verbose= [KNL] Enable additional printk() statements. @@ -4271,6 +4279,12 @@ nomsi [MSI] If the PCI_MSI kernel config parameter is enabled, this kernel boot option can be used to disable the use of MSI interrupts system-wide. + clearmsi [X86] Clears MSI/MSI-X enable bits early in boot + time in order to avoid issues like adapters + screaming irqs and preventing boot progress. + Also, it enforces the PCI Local Bus spec + rule that those bits should be 0 in system reset + events (useful for kexec/kdump cases). noioapicquirk [APIC] Disable all boot interrupt quirks. Safety option to keep boot IRQs enabled. This should never be necessary. @@ -5781,6 +5795,13 @@ This feature may be more efficiently disabled using the csdlock_debug- kernel parameter. + smp.panic_on_ipistall= [KNL] + If a csd_lock_timeout extends for more than + the specified number of milliseconds, panic the + system. By default, let CSD-lock acquisition + take as long as they take. Specifying 300,000 + for this value provides a 5-minute timeout. + smsc-ircc2.nopnp [HW] Don't use PNP to discover SMC devices smsc-ircc2.ircc_cfg= [HW] Device configuration I/O port smsc-ircc2.ircc_sir= [HW] SIR base I/O port @@ -6275,10 +6296,6 @@ -1: disable all critical trip points in all thermal zones : override all critical trip points - thermal.nocrt= [HW,ACPI] - Set to disable actions on ACPI thermal zone - critical and hot trip points. - thermal.off= [HW,ACPI] 1: disable ACPI thermal control --- linux-lowlatency-hwe-6.5-6.5.0.orig/Documentation/admin-guide/sysctl/kernel.rst +++ linux-lowlatency-hwe-6.5-6.5.0/Documentation/admin-guide/sysctl/kernel.rst @@ -450,6 +450,35 @@ ``IA64_THREAD_UAC_NOPRINT`` ``prctl`` and avoid logs being flooded. +io_uring_disabled +================= + +Prevents all processes from creating new io_uring instances. Enabling this +shrinks the kernel's attack surface. + += ====================================================================== +0 All processes can create io_uring instances as normal. This is the + default setting. +1 io_uring creation is disabled (io_uring_setup() will fail with + -EPERM) for unprivileged processes not in the io_uring_group group. + Existing io_uring instances can still be used. See the + documentation for io_uring_group for more information. +2 io_uring creation is disabled for all processes. io_uring_setup() + always fails with -EPERM. Existing io_uring instances can still be + used. += ====================================================================== + + +io_uring_group +============== + +When io_uring_disabled is set to 1, a process must either be +privileged (CAP_SYS_ADMIN) or be in the io_uring_group group in order +to create an io_uring instance. If io_uring_group is set to -1 (the +default), only processes with the CAP_SYS_ADMIN capability may create +io_uring instances. + + kexec_load_disabled =================== --- linux-lowlatency-hwe-6.5-6.5.0.orig/Documentation/arch/arm64/silicon-errata.rst +++ linux-lowlatency-hwe-6.5-6.5.0/Documentation/arch/arm64/silicon-errata.rst @@ -63,6 +63,8 @@ +----------------+-----------------+-----------------+-----------------------------+ | ARM | Cortex-A510 | #1902691 | ARM64_ERRATUM_1902691 | +----------------+-----------------+-----------------+-----------------------------+ +| ARM | Cortex-A520 | #2966298 | ARM64_ERRATUM_2966298 | ++----------------+-----------------+-----------------+-----------------------------+ | ARM | Cortex-A53 | #826319 | ARM64_ERRATUM_826319 | +----------------+-----------------+-----------------+-----------------------------+ | ARM | Cortex-A53 | #827319 | ARM64_ERRATUM_827319 | @@ -198,6 +200,9 @@ +----------------+-----------------+-----------------+-----------------------------+ | Hisilicon | Hip08 SMMU PMCG | #162001800 | N/A | +----------------+-----------------+-----------------+-----------------------------+ +| Hisilicon | Hip08 SMMU PMCG | #162001900 | N/A | +| | Hip09 SMMU PMCG | | | ++----------------+-----------------+-----------------+-----------------------------+ +----------------+-----------------+-----------------+-----------------------------+ | Qualcomm Tech. | Kryo/Falkor v1 | E1003 | QCOM_FALKOR_ERRATUM_1003 | +----------------+-----------------+-----------------+-----------------------------+ --- linux-lowlatency-hwe-6.5-6.5.0.orig/Documentation/cgroups/namespace.txt +++ linux-lowlatency-hwe-6.5-6.5.0/Documentation/cgroups/namespace.txt @@ -0,0 +1,142 @@ + CGroup Namespaces + +CGroup Namespace provides a mechanism to virtualize the view of the +/proc//cgroup file. The CLONE_NEWCGROUP clone-flag can be used with +clone() and unshare() syscalls to create a new cgroup namespace. +The process running inside the cgroup namespace will have its /proc//cgroup +output restricted to cgroupns-root. cgroupns-root is the cgroup of the process +at the time of creation of the cgroup namespace. + +Prior to CGroup Namespace, the /proc//cgroup file used to show complete +path of the cgroup of a process. In a container setup (where a set of cgroups +and namespaces are intended to isolate processes), the /proc//cgroup file +may leak potential system level information to the isolated processes. + +For Example: + $ cat /proc/self/cgroup + 0:cpuset,cpu,cpuacct,memory,devices,freezer,hugetlb:/batchjobs/container_id1 + +The path '/batchjobs/container_id1' can generally be considered as system-data +and its desirable to not expose it to the isolated process. + +CGroup Namespaces can be used to restrict visibility of this path. +For Example: + # Before creating cgroup namespace + $ ls -l /proc/self/ns/cgroup + lrwxrwxrwx 1 root root 0 2014-07-15 10:37 /proc/self/ns/cgroup -> cgroup:[4026531835] + $ cat /proc/self/cgroup + 0:cpuset,cpu,cpuacct,memory,devices,freezer,hugetlb:/batchjobs/container_id1 + + # unshare(CLONE_NEWCGROUP) and exec /bin/bash + $ ~/unshare -c + [ns]$ ls -l /proc/self/ns/cgroup + lrwxrwxrwx 1 root root 0 2014-07-15 10:35 /proc/self/ns/cgroup -> cgroup:[4026532183] + # From within new cgroupns, process sees that its in the root cgroup + [ns]$ cat /proc/self/cgroup + 0:cpuset,cpu,cpuacct,memory,devices,freezer,hugetlb:/ + + # From global cgroupns: + $ cat /proc//cgroup + 0:cpuset,cpu,cpuacct,memory,devices,freezer,hugetlb:/batchjobs/container_id1 + + # Unshare cgroupns along with userns and mountns + # Following calls unshare(CLONE_NEWCGROUP|CLONE_NEWUSER|CLONE_NEWNS), then + # sets up uid/gid map and execs /bin/bash + $ ~/unshare -c -u -m + # Originally, we were in /batchjobs/container_id1 cgroup. Mount our own cgroup + # hierarchy. + [ns]$ mount -t cgroup cgroup /tmp/cgroup + [ns]$ ls -l /tmp/cgroup + total 0 + -r--r--r-- 1 root root 0 2014-10-13 09:32 cgroup.controllers + -r--r--r-- 1 root root 0 2014-10-13 09:32 cgroup.populated + -rw-r--r-- 1 root root 0 2014-10-13 09:25 cgroup.procs + -rw-r--r-- 1 root root 0 2014-10-13 09:32 cgroup.subtree_control + +The cgroupns-root (/batchjobs/container_id1 in above example) becomes the +filesystem root for the namespace specific cgroupfs mount. + +The virtualization of /proc/self/cgroup file combined with restricting +the view of cgroup hierarchy by namespace-private cgroupfs mount +should provide a completely isolated cgroup view inside the container. + +In its current form, the cgroup namespaces patcheset provides following +behavior: + +(1) The 'cgroupns-root' for a cgroup namespace is the cgroup in which + the process calling unshare is running. + For ex. if a process in /batchjobs/container_id1 cgroup calls unshare, + cgroup /batchjobs/container_id1 becomes the cgroupns-root. + For the init_cgroup_ns, this is the real root ('/') cgroup + (identified in code as cgrp_dfl_root.cgrp). + +(2) The cgroupns-root cgroup does not change even if the namespace + creator process later moves to a different cgroup. + $ ~/unshare -c # unshare cgroupns in some cgroup + [ns]$ cat /proc/self/cgroup + 0:cpuset,cpu,cpuacct,memory,devices,freezer,hugetlb:/ + [ns]$ mkdir sub_cgrp_1 + [ns]$ echo 0 > sub_cgrp_1/cgroup.procs + [ns]$ cat /proc/self/cgroup + 0:cpuset,cpu,cpuacct,memory,devices,freezer,hugetlb:/sub_cgrp_1 + +(3) Each process gets its CGROUPNS specific view of /proc//cgroup +(a) Processes running inside the cgroup namespace will be able to see + cgroup paths (in /proc/self/cgroup) only inside their root cgroup + [ns]$ sleep 100000 & # From within unshared cgroupns + [1] 7353 + [ns]$ echo 7353 > sub_cgrp_1/cgroup.procs + [ns]$ cat /proc/7353/cgroup + 0:cpuset,cpu,cpuacct,memory,devices,freezer,hugetlb:/sub_cgrp_1 + +(b) From global cgroupns, the real cgroup path will be visible: + $ cat /proc/7353/cgroup + 0:cpuset,cpu,cpuacct,memory,devices,freezer,hugetlb:/batchjobs/container_id1/sub_cgrp_1 + +(c) From a sibling cgroupns (cgroupns root-ed at a different cgroup), cgroup + path relative to its own cgroupns-root will be shown: + # ns2's cgroupns-root is at '/batchjobs/container_id2' + [ns2]$ cat /proc/7353/cgroup + 0:cpuset,cpu,cpuacct,memory,devices,freezer,hugetlb:/../container_id2/sub_cgrp_1 + + Note that the relative path always starts with '/' to indicate that its + relative to the cgroupns-root of the caller. + +(4) Processes inside a cgroupns can move in-and-out of the cgroupns-root + (if they have proper access to external cgroups). + # From inside cgroupns (with cgroupns-root at /batchjobs/container_id1), and + # assuming that the global hierarchy is still accessible inside cgroupns: + $ cat /proc/7353/cgroup + 0:cpuset,cpu,cpuacct,memory,devices,freezer,hugetlb:/sub_cgrp_1 + $ echo 7353 > batchjobs/container_id2/cgroup.procs + $ cat /proc/7353/cgroup + 0:cpuset,cpu,cpuacct,memory,devices,freezer,hugetlb:/../container_id2 + + Note that this kind of setup is not encouraged. A task inside cgroupns + should only be exposed to its own cgroupns hierarchy. Otherwise it makes + the virtualization of /proc//cgroup less useful. + +(5) Setns to another cgroup namespace is allowed when: + (a) the process has CAP_SYS_ADMIN in its current userns + (b) the process has CAP_SYS_ADMIN in the target cgroupns' userns + No implicit cgroup changes happen with attaching to another cgroupns. It + is expected that the somone moves the attaching process under the target + cgroupns-root. + +(6) When some thread from a multi-threaded process unshares its + cgroup-namespace, the new cgroupns gets applied to the entire process (all + the threads). For the unified-hierarchy this is expected as it only allows + process-level containerization. For the legacy hierarchies this may be + unexpected. So all the threads in the process will have the same cgroup. + +(7) The cgroup namespace is alive as long as there is atleast 1 + process inside it. When the last process exits, the cgroup + namespace is destroyed. The cgroupns-root and the actual cgroups + remain though. + +(8) Namespace specific cgroup hierarchy can be mounted by a process running + inside cgroupns: + $ mount -t cgroup -o __DEVEL__sane_behavior cgroup $MOUNT_POINT + + This will mount the unified cgroup hierarchy with cgroupns-root as the + filesystem root. The process needs CAP_SYS_ADMIN in its userns and mntns. --- linux-lowlatency-hwe-6.5-6.5.0.orig/Documentation/devicetree/bindings/clock/xlnx,versal-clk.yaml +++ linux-lowlatency-hwe-6.5-6.5.0/Documentation/devicetree/bindings/clock/xlnx,versal-clk.yaml @@ -14,8 +14,6 @@ reads required input clock frequencies from the devicetree and acts as clock provider for all clock consumers of PS clocks. -select: false - properties: compatible: const: xlnx,versal-clk --- linux-lowlatency-hwe-6.5-6.5.0.orig/Documentation/devicetree/bindings/extcon/maxim,max77843.yaml +++ linux-lowlatency-hwe-6.5-6.5.0/Documentation/devicetree/bindings/extcon/maxim,max77843.yaml @@ -23,6 +23,7 @@ connector: $ref: /schemas/connector/usb-connector.yaml# + unevaluatedProperties: false ports: $ref: /schemas/graph.yaml#/properties/ports --- linux-lowlatency-hwe-6.5-6.5.0.orig/Documentation/devicetree/bindings/interrupt-controller/qcom,mpm.yaml +++ linux-lowlatency-hwe-6.5-6.5.0/Documentation/devicetree/bindings/interrupt-controller/qcom,mpm.yaml @@ -62,6 +62,9 @@ - description: MPM pin number - description: GIC SPI number for the MPM pin + '#power-domain-cells': + const: 0 + required: - compatible - reg @@ -93,4 +96,5 @@ <86 183>, <90 260>, <91 260>; + #power-domain-cells = <0>; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/Documentation/devicetree/bindings/interrupt-controller/renesas,rzg2l-irqc.yaml +++ linux-lowlatency-hwe-6.5-6.5.0/Documentation/devicetree/bindings/interrupt-controller/renesas,rzg2l-irqc.yaml @@ -31,8 +31,9 @@ - const: renesas,rzg2l-irqc '#interrupt-cells': - description: The first cell should contain external interrupt number (IRQ0-7) and the - second cell is used to specify the flag. + description: The first cell should contain a macro RZG2L_{NMI,IRQX} included in the + include/dt-bindings/interrupt-controller/irqc-rzg2l.h and the second + cell is used to specify the flag. const: 2 '#address-cells': --- linux-lowlatency-hwe-6.5-6.5.0.orig/Documentation/devicetree/bindings/media/nxp,imx7-csi.yaml +++ linux-lowlatency-hwe-6.5-6.5.0/Documentation/devicetree/bindings/media/nxp,imx7-csi.yaml @@ -59,7 +59,6 @@ compatible: contains: enum: - - fsl,imx8mq-csi - fsl,imx8mm-csi then: required: --- linux-lowlatency-hwe-6.5-6.5.0.orig/Documentation/devicetree/bindings/mfd/mt6397.txt +++ linux-lowlatency-hwe-6.5-6.5.0/Documentation/devicetree/bindings/mfd/mt6397.txt @@ -22,8 +22,9 @@ "mediatek,mt6323" for PMIC MT6323 "mediatek,mt6331" for PMIC MT6331 and MT6332 "mediatek,mt6357" for PMIC MT6357 - "mediatek,mt6358" for PMIC MT6358 and MT6366 + "mediatek,mt6358" for PMIC MT6358 "mediatek,mt6359" for PMIC MT6359 + "mediatek,mt6366", "mediatek,mt6358" for PMIC MT6366 "mediatek,mt6397" for PMIC MT6397 Optional subnodes: @@ -40,6 +41,7 @@ - compatible: "mediatek,mt6323-regulator" see ../regulator/mt6323-regulator.txt - compatible: "mediatek,mt6358-regulator" + - compatible: "mediatek,mt6366-regulator", "mediatek-mt6358-regulator" see ../regulator/mt6358-regulator.txt - compatible: "mediatek,mt6397-regulator" see ../regulator/mt6397-regulator.txt --- linux-lowlatency-hwe-6.5-6.5.0.orig/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml +++ linux-lowlatency-hwe-6.5-6.5.0/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml @@ -69,7 +69,7 @@ maxItems: 4 clocks: - minItems: 3 + minItems: 2 items: - description: Main peripheral bus clock, PCLK/HCLK - AHB Bus clock - description: SDC MMC clock, MCLK --- linux-lowlatency-hwe-6.5-6.5.0.orig/Documentation/devicetree/bindings/pci/qcom,pcie-ep.yaml +++ linux-lowlatency-hwe-6.5-6.5.0/Documentation/devicetree/bindings/pci/qcom,pcie-ep.yaml @@ -11,10 +11,13 @@ properties: compatible: - enum: - - qcom,sdx55-pcie-ep - - qcom,sdx65-pcie-ep - - qcom,sm8450-pcie-ep + oneOf: + - enum: + - qcom,sdx55-pcie-ep + - qcom,sm8450-pcie-ep + - items: + - const: qcom,sdx65-pcie-ep + - const: qcom,sdx55-pcie-ep reg: items: @@ -110,7 +113,6 @@ contains: enum: - qcom,sdx55-pcie-ep - - qcom,sdx65-pcie-ep then: properties: clocks: --- linux-lowlatency-hwe-6.5-6.5.0.orig/Documentation/devicetree/bindings/phy/qcom,snps-eusb2-repeater.yaml +++ linux-lowlatency-hwe-6.5-6.5.0/Documentation/devicetree/bindings/phy/qcom,snps-eusb2-repeater.yaml @@ -27,6 +27,27 @@ vdd3-supply: true + qcom,tune-usb2-disc-thres: + $ref: /schemas/types.yaml#/definitions/uint8 + description: High-Speed disconnect threshold + minimum: 0 + maximum: 7 + default: 0 + + qcom,tune-usb2-amplitude: + $ref: /schemas/types.yaml#/definitions/uint8 + description: High-Speed trasmit amplitude + minimum: 0 + maximum: 15 + default: 8 + + qcom,tune-usb2-preem: + $ref: /schemas/types.yaml#/definitions/uint8 + description: High-Speed TX pre-emphasis tuning + minimum: 0 + maximum: 7 + default: 5 + required: - compatible - reg --- linux-lowlatency-hwe-6.5-6.5.0.orig/Documentation/devicetree/bindings/power/qcom,kpss-acc-v2.yaml +++ linux-lowlatency-hwe-6.5-6.5.0/Documentation/devicetree/bindings/power/qcom,kpss-acc-v2.yaml @@ -21,6 +21,7 @@ const: qcom,kpss-acc-v2 reg: + minItems: 1 items: - description: Base address and size of the register region - description: Optional base address and size of the alias register region --- linux-lowlatency-hwe-6.5-6.5.0.orig/Documentation/devicetree/bindings/regulator/qcom,rpm-regulator.yaml +++ linux-lowlatency-hwe-6.5-6.5.0/Documentation/devicetree/bindings/regulator/qcom,rpm-regulator.yaml @@ -49,7 +49,7 @@ ".*-supply$": description: Input supply phandle(s) for this node - "^((s|l|lvs)[0-9]*)|(s[1-2][a-b])|(ncp)|(mvs)|(usb-switch)|(hdmi-switch)$": + "^((s|l|lvs)[0-9]*|s[1-2][a-b]|ncp|mvs|usb-switch|hdmi-switch)$": description: List of regulators and its properties $ref: regulator.yaml# unevaluatedProperties: false --- linux-lowlatency-hwe-6.5-6.5.0.orig/Documentation/devicetree/bindings/serial/nxp,sc16is7xx.txt +++ linux-lowlatency-hwe-6.5-6.5.0/Documentation/devicetree/bindings/serial/nxp,sc16is7xx.txt @@ -23,6 +23,9 @@ 1 = active low. - irda-mode-ports: An array that lists the indices of the port that should operate in IrDA mode. +- nxp,modem-control-line-ports: An array that lists the indices of the port that + should have shared GPIO lines configured as + modem control lines. Example: sc16is750: sc16is750@51 { @@ -35,6 +38,26 @@ #gpio-cells = <2>; }; + sc16is752: sc16is752@53 { + compatible = "nxp,sc16is752"; + reg = <0x53>; + clocks = <&clk20m>; + interrupt-parent = <&gpio3>; + interrupts = <7 IRQ_TYPE_EDGE_FALLING>; + nxp,modem-control-line-ports = <1>; /* Port 1 as modem control lines */ + gpio-controller; /* Port 0 as GPIOs */ + #gpio-cells = <2>; + }; + + sc16is752: sc16is752@54 { + compatible = "nxp,sc16is752"; + reg = <0x54>; + clocks = <&clk20m>; + interrupt-parent = <&gpio3>; + interrupts = <7 IRQ_TYPE_EDGE_FALLING>; + nxp,modem-control-line-ports = <0 1>; /* Ports 0 and 1 as modem control lines */ + }; + * spi as bus Required properties: @@ -59,6 +82,9 @@ 1 = active low. - irda-mode-ports: An array that lists the indices of the port that should operate in IrDA mode. +- nxp,modem-control-line-ports: An array that lists the indices of the port that + should have shared GPIO lines configured as + modem control lines. Example: sc16is750: sc16is750@0 { @@ -70,3 +96,23 @@ gpio-controller; #gpio-cells = <2>; }; + + sc16is752: sc16is752@1 { + compatible = "nxp,sc16is752"; + reg = <1>; + clocks = <&clk20m>; + interrupt-parent = <&gpio3>; + interrupts = <7 IRQ_TYPE_EDGE_FALLING>; + nxp,modem-control-line-ports = <1>; /* Port 1 as modem control lines */ + gpio-controller; /* Port 0 as GPIOs */ + #gpio-cells = <2>; + }; + + sc16is752: sc16is752@2 { + compatible = "nxp,sc16is752"; + reg = <2>; + clocks = <&clk20m>; + interrupt-parent = <&gpio3>; + interrupts = <7 IRQ_TYPE_EDGE_FALLING>; + nxp,modem-control-line-ports = <0 1>; /* Ports 0 and 1 as modem control lines */ + }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/Documentation/devicetree/bindings/serial/rs485.yaml +++ linux-lowlatency-hwe-6.5-6.5.0/Documentation/devicetree/bindings/serial/rs485.yaml @@ -29,6 +29,10 @@ default: 0 maximum: 100 + rs485-rts-active-high: + description: drive RTS high when sending (this is the default). + $ref: /schemas/types.yaml#/definitions/flag + rs485-rts-active-low: description: drive RTS low when sending (default is high). $ref: /schemas/types.yaml#/definitions/flag --- linux-lowlatency-hwe-6.5-6.5.0.orig/Documentation/devicetree/bindings/serial/serial.yaml +++ linux-lowlatency-hwe-6.5-6.5.0/Documentation/devicetree/bindings/serial/serial.yaml @@ -96,7 +96,7 @@ rts-gpios: false patternProperties: - "^bluetooth|gnss|gps|mcu$": + "^(bluetooth|gnss|gps|mcu)$": if: type: object then: --- linux-lowlatency-hwe-6.5-6.5.0.orig/Documentation/devicetree/bindings/timer/renesas,rz-mtu3.yaml +++ linux-lowlatency-hwe-6.5-6.5.0/Documentation/devicetree/bindings/timer/renesas,rz-mtu3.yaml @@ -169,27 +169,27 @@ - const: tgib0 - const: tgic0 - const: tgid0 - - const: tgiv0 + - const: tciv0 - const: tgie0 - const: tgif0 - const: tgia1 - const: tgib1 - - const: tgiv1 - - const: tgiu1 + - const: tciv1 + - const: tciu1 - const: tgia2 - const: tgib2 - - const: tgiv2 - - const: tgiu2 + - const: tciv2 + - const: tciu2 - const: tgia3 - const: tgib3 - const: tgic3 - const: tgid3 - - const: tgiv3 + - const: tciv3 - const: tgia4 - const: tgib4 - const: tgic4 - const: tgid4 - - const: tgiv4 + - const: tciv4 - const: tgiu5 - const: tgiv5 - const: tgiw5 @@ -197,18 +197,18 @@ - const: tgib6 - const: tgic6 - const: tgid6 - - const: tgiv6 + - const: tciv6 - const: tgia7 - const: tgib7 - const: tgic7 - const: tgid7 - - const: tgiv7 + - const: tciv7 - const: tgia8 - const: tgib8 - const: tgic8 - const: tgid8 - - const: tgiv8 - - const: tgiu8 + - const: tciv8 + - const: tciu8 clocks: maxItems: 1 @@ -285,16 +285,16 @@ , , ; - interrupt-names = "tgia0", "tgib0", "tgic0", "tgid0", "tgiv0", "tgie0", + interrupt-names = "tgia0", "tgib0", "tgic0", "tgid0", "tciv0", "tgie0", "tgif0", - "tgia1", "tgib1", "tgiv1", "tgiu1", - "tgia2", "tgib2", "tgiv2", "tgiu2", - "tgia3", "tgib3", "tgic3", "tgid3", "tgiv3", - "tgia4", "tgib4", "tgic4", "tgid4", "tgiv4", + "tgia1", "tgib1", "tciv1", "tciu1", + "tgia2", "tgib2", "tciv2", "tciu2", + "tgia3", "tgib3", "tgic3", "tgid3", "tciv3", + "tgia4", "tgib4", "tgic4", "tgid4", "tciv4", "tgiu5", "tgiv5", "tgiw5", - "tgia6", "tgib6", "tgic6", "tgid6", "tgiv6", - "tgia7", "tgib7", "tgic7", "tgid7", "tgiv7", - "tgia8", "tgib8", "tgic8", "tgid8", "tgiv8", "tgiu8"; + "tgia6", "tgib6", "tgic6", "tgid6", "tciv6", + "tgia7", "tgib7", "tgic7", "tgid7", "tciv7", + "tgia8", "tgib8", "tgic8", "tgid8", "tciv8", "tciu8"; clocks = <&cpg CPG_MOD R9A07G044_MTU_X_MCK_MTU3>; power-domains = <&cpg>; resets = <&cpg R9A07G044_MTU_X_PRESET_MTU3>; --- linux-lowlatency-hwe-6.5-6.5.0.orig/Documentation/devicetree/bindings/usb/microchip,usb5744.yaml +++ linux-lowlatency-hwe-6.5-6.5.0/Documentation/devicetree/bindings/usb/microchip,usb5744.yaml @@ -36,7 +36,11 @@ vdd-supply: description: - VDD power supply to the hub + 3V3 power supply to the hub + + vdd2-supply: + description: + 1V2 power supply to the hub peer-hub: $ref: /schemas/types.yaml#/definitions/phandle @@ -62,6 +66,7 @@ properties: reset-gpios: false vdd-supply: false + vdd2-supply: false peer-hub: false i2c-bus: false else: --- linux-lowlatency-hwe-6.5-6.5.0.orig/Documentation/devicetree/bindings/usb/samsung,exynos-dwc3.yaml +++ linux-lowlatency-hwe-6.5-6.5.0/Documentation/devicetree/bindings/usb/samsung,exynos-dwc3.yaml @@ -72,7 +72,7 @@ properties: compatible: contains: - const: samsung,exynos54333-dwusb3 + const: samsung,exynos5433-dwusb3 then: properties: clocks: @@ -82,8 +82,8 @@ items: - const: aclk - const: susp_clk - - const: pipe_pclk - const: phyclk + - const: pipe_pclk - if: properties: --- linux-lowlatency-hwe-6.5-6.5.0.orig/Documentation/filesystems/ceph.rst +++ linux-lowlatency-hwe-6.5-6.5.0/Documentation/filesystems/ceph.rst @@ -57,6 +57,16 @@ system. Snapshot creation and deletion are as simple as 'mkdir .snap/foo' and 'rmdir .snap/foo'. +Snapshot names have two limitations: + +* They can not start with an underscore ('_'), as these names are reserved + for internal usage by the MDS. +* They can not exceed 240 characters in size. This is because the MDS makes + use of long snapshot names internally, which follow the format: + `__`. Since filenames in general can't have + more than 255 characters, and `` takes 13 characters, the long + snapshot names can take as much as 255 - 1 - 1 - 13 = 240. + Ceph also provides some recursive accounting on directories for nested files and bytes. That is, a 'getfattr -d foo' on any directory in the system will reveal the total number of nested regular files and --- linux-lowlatency-hwe-6.5-6.5.0.orig/Documentation/filesystems/overlayfs.rst +++ linux-lowlatency-hwe-6.5-6.5.0/Documentation/filesystems/overlayfs.rst @@ -339,6 +339,18 @@ rightmost one and going left. In the above example lower1 will be the top, lower2 the middle and lower3 the bottom layer. +Note: directory names containing colons can be provided as lower layer by +escaping the colons with a single backslash. For example: + + mount -t overlay overlay -olowerdir=/a\:lower\:\:dir /merged + +Since kernel version v6.5, directory names containing colons can also +be provided as lower layer using the fsconfig syscall from new mount api: + + fsconfig(fs_fd, FSCONFIG_SET_STRING, "lowerdir", "/a:lower::dir", 0); + +In the latter case, colons in lower layer directory names will be escaped +as an octal characters (\072) when displayed in /proc/self/mountinfo. Metadata only copy up --------------------- --- linux-lowlatency-hwe-6.5-6.5.0.orig/Documentation/i2c/busses/i2c-i801.rst +++ linux-lowlatency-hwe-6.5-6.5.0/Documentation/i2c/busses/i2c-i801.rst @@ -47,6 +47,7 @@ * Intel Alder Lake (PCH) * Intel Raptor Lake (PCH) * Intel Meteor Lake (SOC and PCH) + * Intel Birch Stream (SOC) Datasheets: Publicly available at the Intel website --- linux-lowlatency-hwe-6.5-6.5.0.orig/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/counters.rst +++ linux-lowlatency-hwe-6.5-6.5.0/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/counters.rst @@ -683,6 +683,12 @@ time protocol. - Error + * - `ptp_cq[i]_late_cqe` + - Number of times a CQE has been delivered on the PTP timestamping CQ when + the CQE was not expected since a certain amount of time had elapsed where + the device typically ensures not posting the CQE. + - Error + .. [#ring_global] The corresponding ring and global counters do not share the same name (i.e. do not follow the common naming scheme). --- linux-lowlatency-hwe-6.5-6.5.0.orig/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/index.rst +++ linux-lowlatency-hwe-6.5-6.5.0/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/index.rst @@ -13,7 +13,6 @@ :maxdepth: 2 kconfig - devlink switchdev tracepoints counters --- linux-lowlatency-hwe-6.5-6.5.0.orig/Documentation/networking/devlink/mlx5.rst +++ linux-lowlatency-hwe-6.5-6.5.0/Documentation/networking/devlink/mlx5.rst @@ -18,6 +18,11 @@ * - ``enable_roce`` - driverinit - Type: Boolean + + If the device supports RoCE disablement, RoCE enablement state controls + device support for RoCE capability. Otherwise, the control occurs in the + driver stack. When RoCE is disabled at the driver level, only raw + ethernet QPs are supported. * - ``io_eq_size`` - driverinit - The range is between 64 and 4096. @@ -48,6 +53,9 @@ * ``smfs`` Software managed flow steering. In SMFS mode, the HW steering entities are created and manage through the driver without firmware intervention. + + SMFS mode is faster and provides better rule insertion rate compared to + default DMFS mode. * - ``fdb_large_groups`` - u32 - driverinit @@ -71,7 +79,24 @@ deprecated. Default: disabled + * - ``esw_port_metadata`` + - Boolean + - runtime + - When applicable, disabling eswitch metadata can increase packet rate up + to 20% depending on the use case and packet sizes. + + Eswitch port metadata state controls whether to internally tag packets + with metadata. Metadata tagging must be enabled for multi-port RoCE, + failover between representors and stacked devices. By default metadata is + enabled on the supported devices in E-switch. Metadata is applicable only + for E-switch in switchdev mode and users may disable it when NONE of the + below use cases will be in use: + 1. HCA is in Dual/multi-port RoCE mode. + 2. VF/SF representor bonding (Usually used for Live migration) + 3. Stacked devices + When metadata is disabled, the above use cases will fail to initialize if + users try to enable them. * - ``hairpin_num_queues`` - u32 - driverinit @@ -104,3 +129,160 @@ * - ``fw.version`` - stored, running - Three digit major.minor.subminor firmware version number. + +Health reporters +================ + +tx reporter +----------- +The tx reporter is responsible for reporting and recovering of the following three error scenarios: + +- tx timeout + Report on kernel tx timeout detection. + Recover by searching lost interrupts. +- tx error completion + Report on error tx completion. + Recover by flushing the tx queue and reset it. +- tx PTP port timestamping CQ unhealthy + Report too many CQEs never delivered on port ts CQ. + Recover by flushing and re-creating all PTP channels. + +tx reporter also support on demand diagnose callback, on which it provides +real time information of its send queues status. + +User commands examples: + +- Diagnose send queues status:: + + $ devlink health diagnose pci/0000:82:00.0 reporter tx + +.. note:: + This command has valid output only when interface is up, otherwise the command has empty output. + +- Show number of tx errors indicated, number of recover flows ended successfully, + is autorecover enabled and graceful period from last recover:: + + $ devlink health show pci/0000:82:00.0 reporter tx + +rx reporter +----------- +The rx reporter is responsible for reporting and recovering of the following two error scenarios: + +- rx queues' initialization (population) timeout + Population of rx queues' descriptors on ring initialization is done + in napi context via triggering an irq. In case of a failure to get + the minimum amount of descriptors, a timeout would occur, and + descriptors could be recovered by polling the EQ (Event Queue). +- rx completions with errors (reported by HW on interrupt context) + Report on rx completion error. + Recover (if needed) by flushing the related queue and reset it. + +rx reporter also supports on demand diagnose callback, on which it +provides real time information of its receive queues' status. + +- Diagnose rx queues' status and corresponding completion queue:: + + $ devlink health diagnose pci/0000:82:00.0 reporter rx + +.. note:: + This command has valid output only when interface is up. Otherwise, the command has empty output. + +- Show number of rx errors indicated, number of recover flows ended successfully, + is autorecover enabled, and graceful period from last recover:: + + $ devlink health show pci/0000:82:00.0 reporter rx + +fw reporter +----------- +The fw reporter implements `diagnose` and `dump` callbacks. +It follows symptoms of fw error such as fw syndrome by triggering +fw core dump and storing it into the dump buffer. +The fw reporter diagnose command can be triggered any time by the user to check +current fw status. + +User commands examples: + +- Check fw heath status:: + + $ devlink health diagnose pci/0000:82:00.0 reporter fw + +- Read FW core dump if already stored or trigger new one:: + + $ devlink health dump show pci/0000:82:00.0 reporter fw + +.. note:: + This command can run only on the PF which has fw tracer ownership, + running it on other PF or any VF will return "Operation not permitted". + +fw fatal reporter +----------------- +The fw fatal reporter implements `dump` and `recover` callbacks. +It follows fatal errors indications by CR-space dump and recover flow. +The CR-space dump uses vsc interface which is valid even if the FW command +interface is not functional, which is the case in most FW fatal errors. +The recover function runs recover flow which reloads the driver and triggers fw +reset if needed. +On firmware error, the health buffer is dumped into the dmesg. The log +level is derived from the error's severity (given in health buffer). + +User commands examples: + +- Run fw recover flow manually:: + + $ devlink health recover pci/0000:82:00.0 reporter fw_fatal + +- Read FW CR-space dump if already stored or trigger new one:: + + $ devlink health dump show pci/0000:82:00.1 reporter fw_fatal + +.. note:: + This command can run only on PF. + +vnic reporter +------------- +The vnic reporter implements only the `diagnose` callback. +It is responsible for querying the vnic diagnostic counters from fw and displaying +them in realtime. + +Description of the vnic counters: + +- total_q_under_processor_handle + number of queues in an error state due to + an async error or errored command. +- send_queue_priority_update_flow + number of QP/SQ priority/SL update events. +- cq_overrun + number of times CQ entered an error state due to an overflow. +- async_eq_overrun + number of times an EQ mapped to async events was overrun. + comp_eq_overrun number of times an EQ mapped to completion events was + overrun. +- quota_exceeded_command + number of commands issued and failed due to quota exceeded. +- invalid_command + number of commands issued and failed dues to any reason other than quota + exceeded. +- nic_receive_steering_discard + number of packets that completed RX flow + steering but were discarded due to a mismatch in flow table. +- generated_pkt_steering_fail + number of packets generated by the VNIC experiencing unexpected steering + failure (at any point in steering flow). +- handled_pkt_steering_fail + number of packets handled by the VNIC experiencing unexpected steering + failure (at any point in steering flow owned by the VNIC, including the FDB + for the eswitch owner). + +User commands examples: + +- Diagnose PF/VF vnic counters:: + + $ devlink health diagnose pci/0000:82:00.1 reporter vnic + +- Diagnose representor vnic counters (performed by supplying devlink port of the + representor, which can be obtained via devlink port command):: + + $ devlink health diagnose pci/0000:82:00.1/65537 reporter vnic + +.. note:: + This command can run over all interfaces such as PF/VF and representor ports. --- linux-lowlatency-hwe-6.5-6.5.0.orig/Documentation/networking/ip-sysctl.rst +++ linux-lowlatency-hwe-6.5-6.5.0/Documentation/networking/ip-sysctl.rst @@ -2287,6 +2287,14 @@ Default: 1 +accept_ra_min_lft - INTEGER + Minimum acceptable lifetime value in Router Advertisement. + + RA sections with a lifetime less than this value shall be + ignored. Zero lifetimes stay unaffected. + + Default: 0 + accept_ra_pinfo - BOOLEAN Learn Prefix Information in Router Advertisement. --- linux-lowlatency-hwe-6.5-6.5.0.orig/Documentation/networking/representors.rst +++ linux-lowlatency-hwe-6.5-6.5.0/Documentation/networking/representors.rst @@ -162,9 +162,11 @@ The representor netdevice should *not* directly refer to a PCIe device (e.g. through ``net_dev->dev.parent`` / ``SET_NETDEV_DEV()``), either of the representee or of the switchdev function. -Instead, it should implement the ``ndo_get_devlink_port()`` netdevice op, which -the kernel uses to provide the ``phys_switch_id`` and ``phys_port_name`` sysfs -nodes. (Some legacy drivers implement ``ndo_get_port_parent_id()`` and +Instead, the driver should use the ``SET_NETDEV_DEVLINK_PORT`` macro to +assign a devlink port instance to the netdevice before registering the +netdevice; the kernel uses the devlink port to provide the ``phys_switch_id`` +and ``phys_port_name`` sysfs nodes. +(Some legacy drivers implement ``ndo_get_port_parent_id()`` and ``ndo_get_phys_port_name()`` directly, but this is deprecated.) See :ref:`Documentation/networking/devlink/devlink-port.rst ` for the details of this API. --- linux-lowlatency-hwe-6.5-6.5.0.orig/Documentation/rust/general-information.rst +++ linux-lowlatency-hwe-6.5-6.5.0/Documentation/rust/general-information.rst @@ -29,7 +29,7 @@ To read the docs locally in your web browser, run e.g.:: - xdg-open rust/doc/kernel/index.html + xdg-open Documentation/output/rust/rustdoc/kernel/index.html To learn about how to write the documentation, please see coding-guidelines.rst. --- linux-lowlatency-hwe-6.5-6.5.0.orig/Documentation/rust/index.rst +++ linux-lowlatency-hwe-6.5-6.5.0/Documentation/rust/index.rst @@ -6,6 +6,14 @@ Documentation related to Rust within the kernel. To start using Rust in the kernel, please read the quick-start.rst guide. +.. only:: rustdoc and html + + You can also browse `rustdoc documentation `_. + +.. only:: not rustdoc and html + + This documentation does not include rustdoc generated information. + .. toctree:: :maxdepth: 1 --- linux-lowlatency-hwe-6.5-6.5.0.orig/Documentation/scsi/scsi_mid_low_api.rst +++ linux-lowlatency-hwe-6.5-6.5.0/Documentation/scsi/scsi_mid_low_api.rst @@ -1190,11 +1190,11 @@ - pointer to scsi_device object that this command is associated with. resid - - an LLD should set this signed integer to the requested + - an LLD should set this unsigned integer to the requested transfer length (i.e. 'request_bufflen') less the number of bytes that are actually transferred. 'resid' is preset to 0 so an LLD can ignore it if it cannot detect - underruns (overruns should be rare). If possible an LLD + underruns (overruns should not be reported). An LLD should set 'resid' prior to invoking 'done'. The most interesting case is data transfers from a SCSI target device (e.g. READs) that underrun. --- linux-lowlatency-hwe-6.5-6.5.0.orig/Documentation/sound/designs/midi-2.0.rst +++ linux-lowlatency-hwe-6.5-6.5.0/Documentation/sound/designs/midi-2.0.rst @@ -74,8 +74,8 @@ doesn't respond to the new UMP inquiries, the driver falls back and builds the topology based on Group Terminal Block (GTB) information from the USB descriptor. Some device might be screwed up by the -unexpected UMP command; in such a case, pass `midi2_probe=0` option to -snd-usb-audio driver for skipping the UMP v1.1 inquiries. +unexpected UMP command; in such a case, pass `midi2_ump_probe=0` +option to snd-usb-audio driver for skipping the UMP v1.1 inquiries. When the MIDI 2.0 device is probed, the kernel creates a rawmidi device for each UMP Endpoint of the device. Its device name is --- linux-lowlatency-hwe-6.5-6.5.0.orig/Documentation/sphinx/cdomain.py +++ linux-lowlatency-hwe-6.5-6.5.0/Documentation/sphinx/cdomain.py @@ -37,12 +37,29 @@ import sphinx from sphinx import addnodes -from sphinx.domains.c import c_funcptr_sig_re, c_sig_re from sphinx.domains.c import CObject as Base_CObject from sphinx.domains.c import CDomain as Base_CDomain from itertools import chain import re +# fixes https://github.com/sphinx-doc/sphinx/commit/0f49e30c51b5cc5055cda5b4b294c2dd9d1df573#r38750737 + +# pylint: disable=invalid-name +c_sig_re = re.compile( + r'''^([^(]*?) # return type + ([\w:.]+) \s* # thing name (colon allowed for C++) + (?: \((.*)\) )? # optionally arguments + (\s+const)? $ # const specifier + ''', re.VERBOSE) + +c_funcptr_sig_re = re.compile( + r'''^([^(]+?) # return type + (\( [^()]+ \)) \s* # name in parentheses + \( (.*) \) # arguments + (\s+const)? $ # const specifier + ''', re.VERBOSE) +# pylint: enable=invalid-name + __version__ = '1.1' # Get Sphinx version --- linux-lowlatency-hwe-6.5-6.5.0.orig/Documentation/userspace-api/media/v4l/vidioc-subdev-g-routing.rst +++ linux-lowlatency-hwe-6.5-6.5.0/Documentation/userspace-api/media/v4l/vidioc-subdev-g-routing.rst @@ -58,6 +58,9 @@ value of the ``num_routes`` field. Application should then reserve enough memory for all the route entries and call ``VIDIOC_SUBDEV_G_ROUTING`` again. +On a successful ``VIDIOC_SUBDEV_G_ROUTING`` call the driver updates the +``num_routes`` field to reflect the actual number of routes returned. + .. tabularcolumns:: |p{4.4cm}|p{4.4cm}|p{8.7cm}| .. c:type:: v4l2_subdev_routing @@ -138,9 +141,7 @@ EINVAL The sink or source pad identifiers reference a non-existing pad, or reference - pads of different types (ie. the sink_pad identifiers refers to a source pad) - or the sink or source stream identifiers reference a non-existing stream on - the sink or source pad. + pads of different types (ie. the sink_pad identifiers refers to a source pad). E2BIG The application provided ``num_routes`` for ``VIDIOC_SUBDEV_S_ROUTING`` is --- linux-lowlatency-hwe-6.5-6.5.0.orig/Kbuild +++ linux-lowlatency-hwe-6.5-6.5.0/Kbuild @@ -97,3 +97,4 @@ obj-$(CONFIG_NET) += net/ obj-y += virt/ obj-y += $(ARCH_DRIVERS) +obj-y += ubuntu/ --- linux-lowlatency-hwe-6.5-6.5.0.orig/Kconfig +++ linux-lowlatency-hwe-6.5-6.5.0/Kconfig @@ -19,6 +19,8 @@ source "drivers/Kconfig" +source "ubuntu/Kconfig" + source "fs/Kconfig" source "security/Kconfig" --- linux-lowlatency-hwe-6.5-6.5.0.orig/MAINTAINERS +++ linux-lowlatency-hwe-6.5-6.5.0/MAINTAINERS @@ -193,6 +193,18 @@ F: Documentation/devicetree/bindings/power/supply/*ab8500* F: drivers/power/supply/*ab8500* +AAEON DEVICE DRIVER WITH WMI INTERFACE +M: Edward Lin +M: Kunyang Fan +M: Frank Hsieh +M: Jacob Wu +S: Supported +F: drivers/gpio/gpio-aaeon.c +F: drivers/hwmon/hwmon-aaeon.c +F: drivers/leds/leds-aaeon.c +F: drivers/mfd/mfd-aaeon.c +F: drivers/watchdog/wdt_aaeon.c + ABI/API L: linux-api@vger.kernel.org F: include/linux/syscalls.h --- linux-lowlatency-hwe-6.5-6.5.0.orig/Makefile +++ linux-lowlatency-hwe-6.5-6.5.0/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 6 PATCHLEVEL = 5 -SUBLEVEL = 0 +SUBLEVEL = 13 EXTRAVERSION = NAME = Hurr durr I'ma ninja sloth @@ -554,6 +554,9 @@ -I$(objtree)/include \ $(USERINCLUDE) +# UBUNTU: Include our third party driver stuff too +LINUXINCLUDE += -I$(srctree)/ubuntu/include + KBUILD_AFLAGS := -D__ASSEMBLY__ -fno-PIE KBUILD_CFLAGS := @@ -1289,7 +1292,7 @@ # All the preparing.. prepare: prepare0 ifdef CONFIG_RUST - $(Q)$(CONFIG_SHELL) $(srctree)/scripts/rust_is_available.sh -v + $(Q)$(CONFIG_SHELL) $(srctree)/scripts/rust_is_available.sh $(Q)$(MAKE) $(build)=rust endif @@ -1366,8 +1369,9 @@ quiet_cmd_headers_install = INSTALL $(INSTALL_HDR_PATH)/include cmd_headers_install = \ mkdir -p $(INSTALL_HDR_PATH); \ - rsync -mrl --include='*/' --include='*\.h' --exclude='*' \ - usr/include $(INSTALL_HDR_PATH) + find usr/include -type f -name '*.h' -print0 | \ + tar -czf - --null --no-recursion --no-wildcards-match-slash -T- | \ + tar -xzf - --strip-components=1 -C $(INSTALL_HDR_PATH) PHONY += headers_install headers_install: headers @@ -1382,6 +1386,7 @@ $(if $(filter um, $(SRCARCH)), $(error Headers not exportable for UML)) $(Q)$(MAKE) $(hdr-inst)=include/uapi $(Q)$(MAKE) $(hdr-inst)=arch/$(SRCARCH)/include/uapi + $(Q)$(MAKE) $(hdr-inst)=ubuntu/include dst=include oldheaders= ifdef CONFIG_HEADERS_INSTALL prepare: headers @@ -1595,13 +1600,13 @@ # Directories & files removed with 'make clean' CLEAN_FILES += include/ksym vmlinux.symvers modules-only.symvers \ modules.builtin modules.builtin.modinfo modules.nsdeps \ - compile_commands.json .thinlto-cache rust/test rust/doc \ + compile_commands.json .thinlto-cache rust/test \ rust-project.json .vmlinux.objs .vmlinux.export.c # Directories & files removed with 'make mrproper' MRPROPER_FILES += include/config include/generated \ arch/$(SRCARCH)/include/generated .objdiff \ - debian snap tar-install \ + snap tar-install \ .config .config.old .version \ Module.symvers \ certs/signing_key.pem \ @@ -1825,7 +1830,7 @@ # "Is Rust available?" target PHONY += rustavailable rustavailable: - $(Q)$(CONFIG_SHELL) $(srctree)/scripts/rust_is_available.sh -v && echo "Rust is available!" + $(Q)$(CONFIG_SHELL) $(srctree)/scripts/rust_is_available.sh && echo "Rust is available!" # Documentation target # @@ -1962,7 +1967,9 @@ modules_install: $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modinst +ifndef modules_sign_only $(call cmd,depmod) +endif else # CONFIG_MODULES --- linux-lowlatency-hwe-6.5-6.5.0.orig/Ubuntu.md +++ linux-lowlatency-hwe-6.5-6.5.0/Ubuntu.md @@ -0,0 +1,8 @@ +Name: linux-lowlatency-hwe-6.5 +Version: 6.5.0 +Series: 22.04 (jammy) +Description: + This is the source code for the Ubuntu linux kernel for the 22.04 series. This + source tree is used to produce the flavours: lowlatency, lowlatency-64k. + This kernel is configured to support the widest range of desktop, laptop and + server configurations. --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/Kconfig +++ linux-lowlatency-hwe-6.5-6.5.0/arch/Kconfig @@ -34,6 +34,9 @@ config HOTPLUG_SMT bool +config SMT_NUM_THREADS_DYNAMIC + bool + # Selected by HOTPLUG_CORE_SYNC_DEAD or HOTPLUG_CORE_SYNC_FULL config HOTPLUG_CORE_SYNC bool --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arc/include/asm/atomic-llsc.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arc/include/asm/atomic-llsc.h @@ -18,7 +18,7 @@ : [val] "=&r" (val) /* Early clobber to prevent reg reuse */ \ : [ctr] "r" (&v->counter), /* Not "m": llock only supports reg direct addr mode */ \ [i] "ir" (i) \ - : "cc"); \ + : "cc", "memory"); \ } \ #define ATOMIC_OP_RETURN(op, asm_op) \ @@ -34,7 +34,7 @@ : [val] "=&r" (val) \ : [ctr] "r" (&v->counter), \ [i] "ir" (i) \ - : "cc"); \ + : "cc", "memory"); \ \ return val; \ } @@ -56,7 +56,7 @@ [orig] "=&r" (orig) \ : [ctr] "r" (&v->counter), \ [i] "ir" (i) \ - : "cc"); \ + : "cc", "memory"); \ \ return orig; \ } --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arc/include/asm/atomic64-arcv2.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arc/include/asm/atomic64-arcv2.h @@ -60,7 +60,7 @@ " bnz 1b \n" \ : "=&r"(val) \ : "r"(&v->counter), "ir"(a) \ - : "cc"); \ + : "cc", "memory"); \ } \ #define ATOMIC64_OP_RETURN(op, op1, op2) \ @@ -77,7 +77,7 @@ " bnz 1b \n" \ : [val] "=&r"(val) \ : "r"(&v->counter), "ir"(a) \ - : "cc"); /* memory clobber comes from smp_mb() */ \ + : "cc", "memory"); \ \ return val; \ } @@ -99,7 +99,7 @@ " bnz 1b \n" \ : "=&r"(orig), "=&r"(val) \ : "r"(&v->counter), "ir"(a) \ - : "cc"); /* memory clobber comes from smp_mb() */ \ + : "cc", "memory"); \ \ return orig; \ } --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/Makefile +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/Makefile @@ -59,6 +59,9 @@ # KBUILD_CFLAGS += $(call cc-option,-fno-ipa-sra) +# Need -msoft-float for gcc 11 for the below instruction set selection +KBUILD_CFLAGS += -msoft-float + # This selects which instruction set is used. arch-$(CONFIG_CPU_32v7M) :=-march=armv7-m arch-$(CONFIG_CPU_32v7) :=-march=armv7-a @@ -141,7 +144,7 @@ # Need -Uarm for gcc < 3.x KBUILD_CPPFLAGS +=$(cpp-y) -KBUILD_CFLAGS +=$(CFLAGS_ABI) $(CFLAGS_ISA) $(arch-y) $(tune-y) $(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,)) -msoft-float -Uarm +KBUILD_CFLAGS +=$(CFLAGS_ABI) $(CFLAGS_ISA) $(arch-y) $(tune-y) $(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,)) -Uarm KBUILD_AFLAGS +=$(CFLAGS_ABI) $(AFLAGS_ISA) -Wa,$(arch-y) $(tune-y) -include asm/unified.h -msoft-float CHECKFLAGS += -D__arm__ --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/broadcom/bcm2711-rpi-400.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/broadcom/bcm2711-rpi-400.dts @@ -36,9 +36,7 @@ gpios = <&gpio 42 GPIO_ACTIVE_HIGH>; }; -&leds { - /delete-node/ led_act; -}; +/delete-node/ &led_act; &pm { /delete-property/ system-power-controller; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/broadcom/bcm4708-buffalo-wzr-1166dhp-common.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/broadcom/bcm4708-buffalo-wzr-1166dhp-common.dtsi @@ -181,5 +181,13 @@ port@5 { label = "cpu"; }; + + port@7 { + status = "disabled"; + }; + + port@8 { + status = "disabled"; + }; }; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/broadcom/bcm4708-linksys-ea6500-v2.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/broadcom/bcm4708-linksys-ea6500-v2.dts @@ -19,7 +19,8 @@ memory@0 { device_type = "memory"; - reg = <0x00000000 0x08000000>; + reg = <0x00000000 0x08000000>, + <0x88000000 0x08000000>; }; gpio-keys { --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/broadcom/bcm4708-luxul-xap-1510.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/broadcom/bcm4708-luxul-xap-1510.dts @@ -85,5 +85,13 @@ port@5 { label = "cpu"; }; + + port@7 { + status = "disabled"; + }; + + port@8 { + status = "disabled"; + }; }; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/broadcom/bcm4708-luxul-xwc-1000.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/broadcom/bcm4708-luxul-xwc-1000.dts @@ -88,5 +88,13 @@ port@5 { label = "cpu"; }; + + port@7 { + status = "disabled"; + }; + + port@8 { + status = "disabled"; + }; }; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/broadcom/bcm4708-netgear-r6250.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/broadcom/bcm4708-netgear-r6250.dts @@ -122,5 +122,13 @@ port@5 { label = "cpu"; }; + + port@7 { + status = "disabled"; + }; + + port@8 { + status = "disabled"; + }; }; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/broadcom/bcm4708-smartrg-sr400ac.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/broadcom/bcm4708-smartrg-sr400ac.dts @@ -145,6 +145,14 @@ port@5 { label = "cpu"; }; + + port@7 { + status = "disabled"; + }; + + port@8 { + status = "disabled"; + }; }; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/broadcom/bcm47081-buffalo-wzr-600dhp2.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/broadcom/bcm47081-buffalo-wzr-600dhp2.dts @@ -145,5 +145,13 @@ port@5 { label = "cpu"; }; + + port@7 { + status = "disabled"; + }; + + port@8 { + status = "disabled"; + }; }; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/broadcom/bcm47081-luxul-xap-1410.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/broadcom/bcm47081-luxul-xap-1410.dts @@ -81,5 +81,13 @@ port@5 { label = "cpu"; }; + + port@7 { + status = "disabled"; + }; + + port@8 { + status = "disabled"; + }; }; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/broadcom/bcm47081-luxul-xwr-1200.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/broadcom/bcm47081-luxul-xwr-1200.dts @@ -148,5 +148,13 @@ port@5 { label = "cpu"; }; + + port@7 { + status = "disabled"; + }; + + port@8 { + status = "disabled"; + }; }; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/broadcom/bcm4709-netgear-r8000.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/broadcom/bcm4709-netgear-r8000.dts @@ -227,6 +227,14 @@ label = "wan"; }; + port@5 { + status = "disabled"; + }; + + port@7 { + status = "disabled"; + }; + port@8 { label = "cpu"; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/broadcom/bcm47094-dlink-dir-885l.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/broadcom/bcm47094-dlink-dir-885l.dts @@ -143,6 +143,14 @@ label = "wan"; }; + port@5 { + status = "disabled"; + }; + + port@7 { + status = "disabled"; + }; + port@8 { label = "cpu"; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/broadcom/bcm47094-dlink-dir-890l.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/broadcom/bcm47094-dlink-dir-890l.dts @@ -191,6 +191,14 @@ label = "wan"; }; + port@5 { + status = "disabled"; + }; + + port@7 { + status = "disabled"; + }; + port@8 { label = "cpu"; phy-mode = "rgmii"; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/broadcom/bcm47094-luxul-abr-4500.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/broadcom/bcm47094-luxul-abr-4500.dts @@ -107,5 +107,13 @@ port@5 { label = "cpu"; }; + + port@7 { + status = "disabled"; + }; + + port@8 { + status = "disabled"; + }; }; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/broadcom/bcm47094-luxul-xap-1610.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/broadcom/bcm47094-luxul-xap-1610.dts @@ -83,5 +83,13 @@ port@5 { label = "cpu"; }; + + port@7 { + status = "disabled"; + }; + + port@8 { + status = "disabled"; + }; }; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/broadcom/bcm47094-luxul-xbr-4500.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/broadcom/bcm47094-luxul-xbr-4500.dts @@ -107,5 +107,13 @@ port@5 { label = "cpu"; }; + + port@7 { + status = "disabled"; + }; + + port@8 { + status = "disabled"; + }; }; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/broadcom/bcm47094-luxul-xwc-2000.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/broadcom/bcm47094-luxul-xwc-2000.dts @@ -75,5 +75,13 @@ port@5 { label = "cpu"; }; + + port@7 { + status = "disabled"; + }; + + port@8 { + status = "disabled"; + }; }; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/broadcom/bcm47094-luxul-xwr-3100.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/broadcom/bcm47094-luxul-xwr-3100.dts @@ -147,5 +147,13 @@ port@5 { label = "cpu"; }; + + port@7 { + status = "disabled"; + }; + + port@8 { + status = "disabled"; + }; }; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/broadcom/bcm47094-luxul-xwr-3150-v1.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/broadcom/bcm47094-luxul-xwr-3150-v1.dts @@ -122,5 +122,13 @@ port@5 { label = "cpu"; }; + + port@7 { + status = "disabled"; + }; + + port@8 { + status = "disabled"; + }; }; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/broadcom/bcm47189-luxul-xap-1440.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/broadcom/bcm47189-luxul-xap-1440.dts @@ -26,7 +26,6 @@ led-wlan { label = "bcm53xx:blue:wlan"; gpios = <&chipcommon 10 GPIO_ACTIVE_LOW>; - linux,default-trigger = "default-off"; }; led-system { @@ -46,3 +45,16 @@ }; }; }; + +&gmac0 { + phy-mode = "rgmii"; + phy-handle = <&bcm54210e>; + + mdio { + /delete-node/ switch@1e; + + bcm54210e: ethernet-phy@0 { + reg = <0>; + }; + }; +}; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/broadcom/bcm47189-luxul-xap-810.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/broadcom/bcm47189-luxul-xap-810.dts @@ -26,7 +26,6 @@ led-5ghz { label = "bcm53xx:blue:5ghz"; gpios = <&chipcommon 11 GPIO_ACTIVE_HIGH>; - linux,default-trigger = "default-off"; }; led-system { @@ -42,7 +41,6 @@ led-2ghz { label = "bcm53xx:blue:2ghz"; gpios = <&pcie0_chipcommon 3 GPIO_ACTIVE_HIGH>; - linux,default-trigger = "default-off"; }; }; @@ -83,3 +81,16 @@ }; }; }; + +&gmac0 { + phy-mode = "rgmii"; + phy-handle = <&bcm54210e>; + + mdio { + /delete-node/ switch@1e; + + bcm54210e: ethernet-phy@0 { + reg = <0>; + }; + }; +}; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/broadcom/bcm47189-tenda-ac9.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/broadcom/bcm47189-tenda-ac9.dts @@ -135,8 +135,8 @@ label = "lan4"; }; - port@5 { - reg = <5>; + port@8 { + reg = <8>; label = "cpu"; ethernet = <&gmac0>; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/broadcom/bcm53015-meraki-mr26.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/broadcom/bcm53015-meraki-mr26.dts @@ -124,6 +124,14 @@ full-duplex; }; }; + + port@7 { + status = "disabled"; + }; + + port@8 { + status = "disabled"; + }; }; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/broadcom/bcm53016-meraki-mr32.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/broadcom/bcm53016-meraki-mr32.dts @@ -185,6 +185,14 @@ full-duplex; }; }; + + port@7 { + status = "disabled"; + }; + + port@8 { + status = "disabled"; + }; }; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/broadcom/bcm53573.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/broadcom/bcm53573.dtsi @@ -127,6 +127,9 @@ pcie0: pcie@2000 { reg = <0x00002000 0x1000>; + + #address-cells = <3>; + #size-cells = <2>; }; usb2: usb2@4000 { @@ -156,8 +159,6 @@ }; ohci: usb@d000 { - #usb-cells = <0>; - compatible = "generic-ohci"; reg = <0xd000 0x1000>; interrupt-parent = <&gic>; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/broadcom/bcm947189acdbmr.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/broadcom/bcm947189acdbmr.dts @@ -60,9 +60,9 @@ spi { compatible = "spi-gpio"; num-chipselects = <1>; - gpio-sck = <&chipcommon 21 0>; - gpio-miso = <&chipcommon 22 0>; - gpio-mosi = <&chipcommon 23 0>; + sck-gpios = <&chipcommon 21 0>; + miso-gpios = <&chipcommon 22 0>; + mosi-gpios = <&chipcommon 23 0>; cs-gpios = <&chipcommon 24 0>; #address-cells = <1>; #size-cells = <0>; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/broadcom/bcm953012er.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/broadcom/bcm953012er.dts @@ -84,6 +84,14 @@ label = "cpu"; ethernet = <&gmac0>; }; + + port@7 { + status = "disabled"; + }; + + port@8 { + status = "disabled"; + }; }; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/nxp/imx/imx6q-skov-reve-mi1010ait-1cp1.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/nxp/imx/imx6q-skov-reve-mi1010ait-1cp1.dts @@ -37,9 +37,9 @@ &clks { assigned-clocks = <&clks IMX6QDL_CLK_LDB_DI0_SEL>, - <&clks IMX6QDL_CLK_LDB_DI1_SEL>; + <&clks IMX6QDL_CLK_LDB_DI1_SEL>, <&clks IMX6QDL_CLK_ENET_REF_SEL>; assigned-clock-parents = <&clks IMX6QDL_CLK_PLL5_VIDEO_DIV>, - <&clks IMX6QDL_CLK_PLL5_VIDEO_DIV>; + <&clks IMX6QDL_CLK_PLL5_VIDEO_DIV>, <&clk50m_phy>; }; &hdmi { --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/nxp/imx/imx6ul-pico.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/nxp/imx/imx6ul-pico.dtsi @@ -121,6 +121,8 @@ max-speed = <100>; interrupt-parent = <&gpio5>; interrupts = <6 IRQ_TYPE_LEVEL_LOW>; + clocks = <&clks IMX6UL_CLK_ENET_REF>; + clock-names = "rmii-ref"; }; }; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/nxp/imx/imx7s.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/nxp/imx/imx7s.dtsi @@ -454,7 +454,7 @@ }; gpt1: timer@302d0000 { - compatible = "fsl,imx7d-gpt", "fsl,imx6sx-gpt"; + compatible = "fsl,imx7d-gpt", "fsl,imx6dl-gpt"; reg = <0x302d0000 0x10000>; interrupts = ; clocks = <&clks IMX7D_GPT1_ROOT_CLK>, @@ -463,7 +463,7 @@ }; gpt2: timer@302e0000 { - compatible = "fsl,imx7d-gpt", "fsl,imx6sx-gpt"; + compatible = "fsl,imx7d-gpt", "fsl,imx6dl-gpt"; reg = <0x302e0000 0x10000>; interrupts = ; clocks = <&clks IMX7D_GPT2_ROOT_CLK>, @@ -473,7 +473,7 @@ }; gpt3: timer@302f0000 { - compatible = "fsl,imx7d-gpt", "fsl,imx6sx-gpt"; + compatible = "fsl,imx7d-gpt", "fsl,imx6dl-gpt"; reg = <0x302f0000 0x10000>; interrupts = ; clocks = <&clks IMX7D_GPT3_ROOT_CLK>, @@ -483,7 +483,7 @@ }; gpt4: timer@30300000 { - compatible = "fsl,imx7d-gpt", "fsl,imx6sx-gpt"; + compatible = "fsl,imx7d-gpt", "fsl,imx6dl-gpt"; reg = <0x30300000 0x10000>; interrupts = ; clocks = <&clks IMX7D_GPT4_ROOT_CLK>, --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/nxp/mxs/imx28-xea.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/nxp/mxs/imx28-xea.dts @@ -8,6 +8,7 @@ #include "imx28-lwe.dtsi" / { + model = "Liebherr XEA board"; compatible = "lwn,imx28-xea", "fsl,imx28"; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/qcom/qcom-apq8026-samsung-matisse-wifi.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/qcom/qcom-apq8026-samsung-matisse-wifi.dts @@ -45,11 +45,11 @@ event-hall-sensor { label = "Hall Effect Sensor"; - gpios = <&tlmm 110 GPIO_ACTIVE_HIGH>; - interrupts = <&tlmm 110 IRQ_TYPE_EDGE_FALLING>; + gpios = <&tlmm 110 GPIO_ACTIVE_LOW>; linux,input-type = ; linux,code = ; debounce-interval = <15>; + linux,can-disable; wakeup-source; }; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/qcom/qcom-ipq4019.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/qcom/qcom-ipq4019.dtsi @@ -230,9 +230,12 @@ interrupts = , ; interrupt-names = "hc_irq", "pwr_irq"; bus-width = <8>; - clocks = <&gcc GCC_SDCC1_AHB_CLK>, <&gcc GCC_SDCC1_APPS_CLK>, - <&gcc GCC_DCD_XO_CLK>; - clock-names = "iface", "core", "xo"; + clocks = <&gcc GCC_SDCC1_AHB_CLK>, + <&gcc GCC_SDCC1_APPS_CLK>, + <&xo>; + clock-names = "iface", + "core", + "xo"; status = "disabled"; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/qcom/qcom-mdm9615.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/qcom/qcom-mdm9615.dtsi @@ -46,14 +46,12 @@ }; }; - regulators { - vsdcc_fixed: vsdcc-regulator { - compatible = "regulator-fixed"; - regulator-name = "SDCC Power"; - regulator-min-microvolt = <2700000>; - regulator-max-microvolt = <2700000>; - regulator-always-on; - }; + vsdcc_fixed: vsdcc-regulator { + compatible = "regulator-fixed"; + regulator-name = "SDCC Power"; + regulator-min-microvolt = <2700000>; + regulator-max-microvolt = <2700000>; + regulator-always-on; }; soc: soc { --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/qcom/qcom-msm8974pro-sony-xperia-shinano-castor.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/qcom/qcom-msm8974pro-sony-xperia-shinano-castor.dts @@ -125,15 +125,15 @@ syna,startup-delay-ms = <100>; - rmi-f01@1 { + rmi4-f01@1 { reg = <0x1>; - syna,nosleep = <1>; + syna,nosleep-mode = <1>; }; - rmi-f11@11 { + rmi4-f11@11 { reg = <0x11>; - syna,f11-flip-x = <1>; syna,sensor-type = <1>; + touchscreen-inverted-x; }; }; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/qcom/qcom-sdx65-mtp.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/qcom/qcom-sdx65-mtp.dts @@ -7,7 +7,7 @@ #include "qcom-sdx65.dtsi" #include #include -#include +#include #include "qcom-pmx65.dtsi" / { --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/renesas/r8a7792-blanche.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/renesas/r8a7792-blanche.dts @@ -239,7 +239,7 @@ }; keyboard_pins: keyboard { - pins = "GP_3_10", "GP_3_11", "GP_3_12", "GP_3_15", "GP_11_02"; + pins = "GP_3_10", "GP_3_11", "GP_3_12", "GP_3_15", "GP_11_2"; bias-pull-up; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/rockchip/rk3128.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/rockchip/rk3128.dtsi @@ -64,7 +64,8 @@ compatible = "arm,armv7-timer"; interrupts = , , - ; + , + ; arm,cpu-registers-not-fw-configured; clock-frequency = <24000000>; }; @@ -233,7 +234,7 @@ compatible = "rockchip,rk3128-timer", "rockchip,rk3288-timer"; reg = <0x20044000 0x20>; interrupts = ; - clocks = <&cru PCLK_TIMER>, <&xin24m>; + clocks = <&cru PCLK_TIMER>, <&cru SCLK_TIMER0>; clock-names = "pclk", "timer"; }; @@ -241,7 +242,7 @@ compatible = "rockchip,rk3128-timer", "rockchip,rk3288-timer"; reg = <0x20044020 0x20>; interrupts = ; - clocks = <&cru PCLK_TIMER>, <&xin24m>; + clocks = <&cru PCLK_TIMER>, <&cru SCLK_TIMER1>; clock-names = "pclk", "timer"; }; @@ -249,7 +250,7 @@ compatible = "rockchip,rk3128-timer", "rockchip,rk3288-timer"; reg = <0x20044040 0x20>; interrupts = ; - clocks = <&cru PCLK_TIMER>, <&xin24m>; + clocks = <&cru PCLK_TIMER>, <&cru SCLK_TIMER2>; clock-names = "pclk", "timer"; }; @@ -257,7 +258,7 @@ compatible = "rockchip,rk3128-timer", "rockchip,rk3288-timer"; reg = <0x20044060 0x20>; interrupts = ; - clocks = <&cru PCLK_TIMER>, <&xin24m>; + clocks = <&cru PCLK_TIMER>, <&cru SCLK_TIMER3>; clock-names = "pclk", "timer"; }; @@ -265,7 +266,7 @@ compatible = "rockchip,rk3128-timer", "rockchip,rk3288-timer"; reg = <0x20044080 0x20>; interrupts = ; - clocks = <&cru PCLK_TIMER>, <&xin24m>; + clocks = <&cru PCLK_TIMER>, <&cru SCLK_TIMER4>; clock-names = "pclk", "timer"; }; @@ -273,7 +274,7 @@ compatible = "rockchip,rk3128-timer", "rockchip,rk3288-timer"; reg = <0x200440a0 0x20>; interrupts = ; - clocks = <&cru PCLK_TIMER>, <&xin24m>; + clocks = <&cru PCLK_TIMER>, <&cru SCLK_TIMER5>; clock-names = "pclk", "timer"; }; @@ -426,7 +427,7 @@ i2c0: i2c@20072000 { compatible = "rockchip,rk3128-i2c", "rockchip,rk3288-i2c"; - reg = <20072000 0x1000>; + reg = <0x20072000 0x1000>; interrupts = ; clock-names = "i2c"; clocks = <&cru PCLK_I2C0>; @@ -458,6 +459,7 @@ interrupts = , ; arm,pl330-broken-no-flushp; + arm,pl330-periph-burst; clocks = <&cru ACLK_DMAC>; clock-names = "apb_pclk"; #dma-cells = <1>; @@ -793,7 +795,7 @@ }; sdmmc_pwren: sdmmc-pwren { - rockchip,pins = <1 RK_PB6 1 &pcfg_pull_default>; + rockchip,pins = <1 RK_PB6 RK_FUNC_GPIO &pcfg_pull_default>; }; sdmmc_bus4: sdmmc-bus4 { --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/samsung/exynos4210-i9100.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/samsung/exynos4210-i9100.dts @@ -207,8 +207,8 @@ power-on-delay = <10>; reset-delay = <10>; - panel-width-mm = <90>; - panel-height-mm = <154>; + panel-width-mm = <56>; + panel-height-mm = <93>; display-timings { timing { --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/samsung/s3c6410-mini6410.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/samsung/s3c6410-mini6410.dts @@ -51,7 +51,7 @@ ethernet@18000000 { compatible = "davicom,dm9000"; - reg = <0x18000000 0x2 0x18000004 0x2>; + reg = <0x18000000 0x2>, <0x18000004 0x2>; interrupt-parent = <&gpn>; interrupts = <7 IRQ_TYPE_LEVEL_HIGH>; davicom,no-eeprom; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/samsung/s5pv210-smdkv210.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/samsung/s5pv210-smdkv210.dts @@ -41,7 +41,7 @@ ethernet@a8000000 { compatible = "davicom,dm9000"; - reg = <0xA8000000 0x2 0xA8000002 0x2>; + reg = <0xa8000000 0x2>, <0xa8000002 0x2>; interrupt-parent = <&gph1>; interrupts = <1 IRQ_TYPE_LEVEL_HIGH>; local-mac-address = [00 00 de ad be ef]; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/st/stm32mp157c-emstamp-argon.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/st/stm32mp157c-emstamp-argon.dtsi @@ -368,8 +368,8 @@ &m4_rproc { memory-region = <&retram>, <&mcuram>, <&mcuram2>, <&vdev0vring0>, <&vdev0vring1>, <&vdev0buffer>; - mboxes = <&ipcc 0>, <&ipcc 1>, <&ipcc 2>; - mbox-names = "vq0", "vq1", "shutdown"; + mboxes = <&ipcc 0>, <&ipcc 1>, <&ipcc 2>, <&ipcc 3>; + mbox-names = "vq0", "vq1", "shutdown", "detach"; interrupt-parent = <&exti>; interrupts = <68 1>; interrupt-names = "wdg"; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/st/stm32mp157c-odyssey-som.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/st/stm32mp157c-odyssey-som.dtsi @@ -230,8 +230,8 @@ &m4_rproc { memory-region = <&retram>, <&mcuram>, <&mcuram2>, <&vdev0vring0>, <&vdev0vring1>, <&vdev0buffer>; - mboxes = <&ipcc 0>, <&ipcc 1>, <&ipcc 2>; - mbox-names = "vq0", "vq1", "shutdown"; + mboxes = <&ipcc 0>, <&ipcc 1>, <&ipcc 2>, <&ipcc 3>; + mbox-names = "vq0", "vq1", "shutdown", "detach"; interrupt-parent = <&exti>; interrupts = <68 1>; status = "okay"; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/st/stm32mp15xx-dhcom-som.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/st/stm32mp15xx-dhcom-som.dtsi @@ -416,8 +416,8 @@ &m4_rproc { memory-region = <&retram>, <&mcuram>, <&mcuram2>, <&vdev0vring0>, <&vdev0vring1>, <&vdev0buffer>; - mboxes = <&ipcc 0>, <&ipcc 1>, <&ipcc 2>; - mbox-names = "vq0", "vq1", "shutdown"; + mboxes = <&ipcc 0>, <&ipcc 1>, <&ipcc 2>, <&ipcc 3>; + mbox-names = "vq0", "vq1", "shutdown", "detach"; interrupt-parent = <&exti>; interrupts = <68 1>; status = "okay"; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/st/stm32mp15xx-dhcor-som.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/st/stm32mp15xx-dhcor-som.dtsi @@ -227,8 +227,8 @@ &m4_rproc { memory-region = <&retram>, <&mcuram>, <&mcuram2>, <&vdev0vring0>, <&vdev0vring1>, <&vdev0buffer>; - mboxes = <&ipcc 0>, <&ipcc 1>, <&ipcc 2>; - mbox-names = "vq0", "vq1", "shutdown"; + mboxes = <&ipcc 0>, <&ipcc 1>, <&ipcc 2>, <&ipcc 3>; + mbox-names = "vq0", "vq1", "shutdown", "detach"; interrupt-parent = <&exti>; interrupts = <68 1>; status = "okay"; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/ti/omap/am3517-evm.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/ti/omap/am3517-evm.dts @@ -271,13 +271,6 @@ >; }; - leds_pins: leds-pins { - pinctrl-single,pins = < - OMAP3_WKUP_IOPAD(0x2a24, PIN_OUTPUT_PULLUP | MUX_MODE4) /* jtag_emu0.gpio_11 */ - OMAP3_WKUP_IOPAD(0x2a26, PIN_OUTPUT_PULLUP | MUX_MODE4) /* jtag_emu1.gpio_31 */ - >; - }; - mmc1_pins: mmc1-pins { pinctrl-single,pins = < OMAP3_CORE1_IOPAD(0x2144, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_clk.sdmmc1_clk */ @@ -355,3 +348,12 @@ >; }; }; + +&omap3_pmx_wkup { + leds_pins: leds-pins { + pinctrl-single,pins = < + OMAP3_WKUP_IOPAD(0x2a24, PIN_OUTPUT_PULLUP | MUX_MODE4) /* jtag_emu0.gpio_11 */ + OMAP3_WKUP_IOPAD(0x2a26, PIN_OUTPUT_PULLUP | MUX_MODE4) /* jtag_emu1.gpio_31 */ + >; + }; +}; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/ti/omap/motorola-mapphone-common.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/ti/omap/motorola-mapphone-common.dtsi @@ -614,12 +614,12 @@ /* Configure pwm clock source for timers 8 & 9 */ &timer8 { assigned-clocks = <&abe_clkctrl OMAP4_TIMER8_CLKCTRL 24>; - assigned-clock-parents = <&sys_clkin_ck>; + assigned-clock-parents = <&sys_32k_ck>; }; &timer9 { assigned-clocks = <&l4_per_clkctrl OMAP4_TIMER9_CLKCTRL 24>; - assigned-clock-parents = <&sys_clkin_ck>; + assigned-clock-parents = <&sys_32k_ck>; }; /* @@ -640,6 +640,7 @@ &uart3 { interrupts-extended = <&wakeupgen GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH &omap4_pmx_core 0x17c>; + overrun-throttle-ms = <500>; }; &uart4 { --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/ti/omap/omap3-cpu-thermal.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/ti/omap/omap3-cpu-thermal.dtsi @@ -12,8 +12,7 @@ polling-delay = <1000>; /* milliseconds */ coefficients = <0 20000>; - /* sensor ID */ - thermal-sensors = <&bandgap 0>; + thermal-sensors = <&bandgap>; cpu_trips: trips { cpu_alert0: cpu_alert { --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/ti/omap/omap4-cpu-thermal.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/ti/omap/omap4-cpu-thermal.dtsi @@ -12,7 +12,10 @@ polling-delay-passive = <250>; /* milliseconds */ polling-delay = <1000>; /* milliseconds */ - /* sensor ID */ + /* + * See 44xx files for single sensor addressing, omap5 and dra7 need + * also sensor ID for addressing. + */ thermal-sensors = <&bandgap 0>; cpu_trips: trips { --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/ti/omap/omap4-l4-abe.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/ti/omap/omap4-l4-abe.dtsi @@ -109,6 +109,8 @@ reg = <0x0 0xff>, /* MPU private access */ <0x49022000 0xff>; /* L3 Interconnect */ reg-names = "mpu", "dma"; + clocks = <&abe_clkctrl OMAP4_MCBSP1_CLKCTRL 24>; + clock-names = "fck"; interrupts = ; interrupt-names = "common"; ti,buffer-size = <128>; @@ -142,6 +144,8 @@ reg = <0x0 0xff>, /* MPU private access */ <0x49024000 0xff>; /* L3 Interconnect */ reg-names = "mpu", "dma"; + clocks = <&abe_clkctrl OMAP4_MCBSP2_CLKCTRL 24>; + clock-names = "fck"; interrupts = ; interrupt-names = "common"; ti,buffer-size = <128>; @@ -175,6 +179,8 @@ reg = <0x0 0xff>, /* MPU private access */ <0x49026000 0xff>; /* L3 Interconnect */ reg-names = "mpu", "dma"; + clocks = <&abe_clkctrl OMAP4_MCBSP3_CLKCTRL 24>; + clock-names = "fck"; interrupts = ; interrupt-names = "common"; ti,buffer-size = <128>; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/ti/omap/omap4-l4.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/ti/omap/omap4-l4.dtsi @@ -2043,6 +2043,8 @@ compatible = "ti,omap4-mcbsp"; reg = <0x0 0xff>; /* L4 Interconnect */ reg-names = "mpu"; + clocks = <&l4_per_clkctrl OMAP4_MCBSP4_CLKCTRL 24>; + clock-names = "fck"; interrupts = ; interrupt-names = "common"; ti,buffer-size = <128>; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/ti/omap/omap443x.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/ti/omap/omap443x.dtsi @@ -69,6 +69,7 @@ }; &cpu_thermal { + thermal-sensors = <&bandgap>; coefficients = <0 20000>; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/ti/omap/omap4460.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/ti/omap/omap4460.dtsi @@ -79,6 +79,7 @@ }; &cpu_thermal { + thermal-sensors = <&bandgap>; coefficients = <348 (-9301)>; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/boot/dts/ti/omap/omap5-l4-abe.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/boot/dts/ti/omap/omap5-l4-abe.dtsi @@ -109,6 +109,8 @@ reg = <0x0 0xff>, /* MPU private access */ <0x49022000 0xff>; /* L3 Interconnect */ reg-names = "mpu", "dma"; + clocks = <&abe_clkctrl OMAP5_MCBSP1_CLKCTRL 24>; + clock-names = "fck"; interrupts = ; interrupt-names = "common"; ti,buffer-size = <128>; @@ -142,6 +144,8 @@ reg = <0x0 0xff>, /* MPU private access */ <0x49024000 0xff>; /* L3 Interconnect */ reg-names = "mpu", "dma"; + clocks = <&abe_clkctrl OMAP5_MCBSP2_CLKCTRL 24>; + clock-names = "fck"; interrupts = ; interrupt-names = "common"; ti,buffer-size = <128>; @@ -175,6 +179,8 @@ reg = <0x0 0xff>, /* MPU private access */ <0x49026000 0xff>; /* L3 Interconnect */ reg-names = "mpu", "dma"; + clocks = <&abe_clkctrl OMAP5_MCBSP3_CLKCTRL 24>; + clock-names = "fck"; interrupts = ; interrupt-names = "common"; ti,buffer-size = <128>; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/include/asm/arm_pmuv3.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/include/asm/arm_pmuv3.h @@ -23,6 +23,8 @@ #define PMUSERENR __ACCESS_CP15(c9, 0, c14, 0) #define PMINTENSET __ACCESS_CP15(c9, 0, c14, 1) #define PMINTENCLR __ACCESS_CP15(c9, 0, c14, 2) +#define PMCEID2 __ACCESS_CP15(c9, 0, c14, 4) +#define PMCEID3 __ACCESS_CP15(c9, 0, c14, 5) #define PMMIR __ACCESS_CP15(c9, 0, c14, 6) #define PMCCFILTR __ACCESS_CP15(c14, 0, c15, 7) @@ -150,21 +152,6 @@ return read_sysreg(PMCCNTR); } -static inline void write_pmxevcntr(u32 val) -{ - write_sysreg(val, PMXEVCNTR); -} - -static inline u32 read_pmxevcntr(void) -{ - return read_sysreg(PMXEVCNTR); -} - -static inline void write_pmxevtyper(u32 val) -{ - write_sysreg(val, PMXEVTYPER); -} - static inline void write_pmcntenset(u32 val) { write_sysreg(val, PMCNTENSET); @@ -205,16 +192,6 @@ write_sysreg(val, PMUSERENR); } -static inline u32 read_pmceid0(void) -{ - return read_sysreg(PMCEID0); -} - -static inline u32 read_pmceid1(void) -{ - return read_sysreg(PMCEID1); -} - static inline void kvm_set_pmu_events(u32 set, struct perf_event_attr *attr) {} static inline void kvm_clr_pmu_events(u32 clr) {} static inline bool kvm_pmu_counter_deferred(struct perf_event_attr *attr) @@ -229,6 +206,7 @@ /* PMU Version in DFR Register */ #define ARMV8_PMU_DFR_VER_NI 0 +#define ARMV8_PMU_DFR_VER_V3P1 0x4 #define ARMV8_PMU_DFR_VER_V3P4 0x5 #define ARMV8_PMU_DFR_VER_V3P5 0x6 #define ARMV8_PMU_DFR_VER_IMP_DEF 0xF @@ -249,4 +227,24 @@ return pmuver >= ARMV8_PMU_DFR_VER_V3P5; } +static inline u64 read_pmceid0(void) +{ + u64 val = read_sysreg(PMCEID0); + + if (read_pmuver() >= ARMV8_PMU_DFR_VER_V3P1) + val |= (u64)read_sysreg(PMCEID2) << 32; + + return val; +} + +static inline u64 read_pmceid1(void) +{ + u64 val = read_sysreg(PMCEID1); + + if (read_pmuver() >= ARMV8_PMU_DFR_VER_V3P1) + val |= (u64)read_sysreg(PMCEID3) << 32; + + return val; +} + #endif --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/include/asm/dma.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/include/asm/dma.h @@ -12,6 +12,9 @@ extern phys_addr_t arm_dma_zone_size; \ arm_dma_zone_size && arm_dma_zone_size < (0x100000000ULL - PAGE_OFFSET) ? \ (PAGE_OFFSET + arm_dma_zone_size) : 0xffffffffUL; }) + +extern phys_addr_t arm_dma_limit; +#define ARCH_LOW_ADDRESS_LIMIT arm_dma_limit #endif #ifdef CONFIG_ISA_DMA_API --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/include/asm/exception.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/include/asm/exception.h @@ -10,10 +10,6 @@ #include -#ifdef CONFIG_FUNCTION_GRAPH_TRACER #define __exception_irq_entry __irq_entry -#else -#define __exception_irq_entry -#endif #endif /* __ASM_ARM_EXCEPTION_H */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/include/asm/irq.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/include/asm/irq.h @@ -32,7 +32,7 @@ #include extern void arch_trigger_cpumask_backtrace(const cpumask_t *mask, - bool exclude_self); + int exclude_cpu); #define arch_trigger_cpumask_backtrace arch_trigger_cpumask_backtrace #endif --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/include/asm/syscall.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/include/asm/syscall.h @@ -25,6 +25,9 @@ if (IS_ENABLED(CONFIG_AEABI) && !IS_ENABLED(CONFIG_OABI_COMPAT)) return task_thread_info(task)->abi_syscall; + if (task_thread_info(task)->abi_syscall == -1) + return -1; + return task_thread_info(task)->abi_syscall & __NR_SYSCALL_MASK; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/kernel/entry-common.S +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/kernel/entry-common.S @@ -90,6 +90,7 @@ cmp r0, #0 beq no_work_pending movlt scno, #(__NR_restart_syscall - __NR_SYSCALL_BASE) + str scno, [tsk, #TI_ABI_SYSCALL] @ make sure tracers see update ldmia sp, {r0 - r6} @ have to reload r0 - r6 b local_restart @ ... and off we go ENDPROC(ret_fast_syscall) --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/kernel/hw_breakpoint.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/kernel/hw_breakpoint.c @@ -626,7 +626,7 @@ hw->address &= ~alignment_mask; hw->ctrl.len <<= offset; - if (is_default_overflow_handler(bp)) { + if (uses_default_overflow_handler(bp)) { /* * Mismatch breakpoints are required for single-stepping * breakpoints. @@ -798,7 +798,7 @@ * Otherwise, insert a temporary mismatch breakpoint so that * we can single-step over the watchpoint trigger. */ - if (!is_default_overflow_handler(wp)) + if (!uses_default_overflow_handler(wp)) continue; step: enable_single_step(wp, instruction_pointer(regs)); @@ -811,7 +811,7 @@ info->trigger = addr; pr_debug("watchpoint fired: address = 0x%x\n", info->trigger); perf_bp_event(wp, regs); - if (is_default_overflow_handler(wp)) + if (uses_default_overflow_handler(wp)) enable_single_step(wp, instruction_pointer(regs)); } @@ -886,7 +886,7 @@ info->trigger = addr; pr_debug("breakpoint fired: address = 0x%x\n", addr); perf_bp_event(bp, regs); - if (is_default_overflow_handler(bp)) + if (uses_default_overflow_handler(bp)) enable_single_step(bp, addr); goto unlock; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/kernel/machine_kexec.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/kernel/machine_kexec.c @@ -94,16 +94,28 @@ } } +static DEFINE_PER_CPU(call_single_data_t, cpu_stop_csd) = + CSD_INIT(machine_crash_nonpanic_core, NULL); + void crash_smp_send_stop(void) { static int cpus_stopped; unsigned long msecs; + call_single_data_t *csd; + int cpu, this_cpu = raw_smp_processor_id(); if (cpus_stopped) return; atomic_set(&waiting_for_crash_ipi, num_online_cpus() - 1); - smp_call_function(machine_crash_nonpanic_core, NULL, false); + for_each_online_cpu(cpu) { + if (cpu == this_cpu) + continue; + + csd = &per_cpu(cpu_stop_csd, cpu); + smp_call_function_single_async(cpu, csd); + } + msecs = 1000; /* Wait at most a second for the other cpus to stop */ while ((atomic_read(&waiting_for_crash_ipi) > 0) && msecs) { mdelay(1); --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/kernel/module-plts.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/kernel/module-plts.c @@ -251,7 +251,7 @@ /* sort by type and symbol index */ sort(rels, numrels, sizeof(Elf32_Rel), cmp_rel, NULL); - if (strncmp(secstrings + dstsec->sh_name, ".init", 5) != 0) + if (!module_init_layout_section(secstrings + dstsec->sh_name)) core_plts += count_plts(syms, dstsec->sh_addr, rels, numrels, s->sh_info); else --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/kernel/ptrace.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/kernel/ptrace.c @@ -783,8 +783,9 @@ break; case PTRACE_SET_SYSCALL: - task_thread_info(child)->abi_syscall = data & - __NR_SYSCALL_MASK; + if (data != -1) + data &= __NR_SYSCALL_MASK; + task_thread_info(child)->abi_syscall = data; ret = 0; break; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/kernel/smp.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/kernel/smp.c @@ -846,7 +846,7 @@ __ipi_send_mask(ipi_desc[IPI_CPU_BACKTRACE], mask); } -void arch_trigger_cpumask_backtrace(const cpumask_t *mask, bool exclude_self) +void arch_trigger_cpumask_backtrace(const cpumask_t *mask, int exclude_cpu) { - nmi_trigger_cpumask_backtrace(mask, exclude_self, raise_nmi); + nmi_trigger_cpumask_backtrace(mask, exclude_cpu, raise_nmi); } --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/lib/memset.S +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/lib/memset.S @@ -17,6 +17,7 @@ ENTRY(mmioset) WEAK(memset) UNWIND( .fnstart ) + and r1, r1, #255 @ cast to unsigned char ands r3, r0, #3 @ 1 unaligned? mov ip, r0 @ preserve r0 as return value bne 6f @ 1 --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/mach-imx/mmdc.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/mach-imx/mmdc.c @@ -501,6 +501,10 @@ name = devm_kasprintf(&pdev->dev, GFP_KERNEL, "mmdc%d", ret); + if (!name) { + ret = -ENOMEM; + goto pmu_release_id; + } pmu_mmdc->mmdc_ipg_clk = mmdc_ipg_clk; pmu_mmdc->devtype_data = (struct fsl_mmdc_devtype_data *)of_id->data; @@ -523,9 +527,10 @@ pmu_register_err: pr_warn("MMDC Perf PMU failed (%d), disabled\n", ret); - ida_simple_remove(&mmdc_ida, pmu_mmdc->id); cpuhp_state_remove_instance_nocalls(cpuhp_mmdc_state, &pmu_mmdc->node); hrtimer_cancel(&pmu_mmdc->hrtimer); +pmu_release_id: + ida_simple_remove(&mmdc_ida, pmu_mmdc->id); pmu_free: kfree(pmu_mmdc); return ret; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/mach-omap1/board-ams-delta.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/mach-omap1/board-ams-delta.c @@ -550,6 +550,7 @@ &ams_delta_nand_device, &ams_delta_lcd_device, &cx20442_codec_device, + &modem_nreset_device, }; static struct gpiod_lookup_table *ams_delta_gpio_tables[] __initdata = { @@ -782,26 +783,28 @@ { }, }; +static int ams_delta_modem_pm_activate(struct device *dev) +{ + modem_priv.regulator = regulator_get(dev, "RESET#"); + if (IS_ERR(modem_priv.regulator)) + return -EPROBE_DEFER; + + return 0; +} + +static struct dev_pm_domain ams_delta_modem_pm_domain = { + .activate = ams_delta_modem_pm_activate, +}; + static struct platform_device ams_delta_modem_device = { .name = "serial8250", .id = PLAT8250_DEV_PLATFORM1, .dev = { .platform_data = ams_delta_modem_ports, + .pm_domain = &ams_delta_modem_pm_domain, }, }; -static int __init modem_nreset_init(void) -{ - int err; - - err = platform_device_register(&modem_nreset_device); - if (err) - pr_err("Couldn't register the modem regulator device\n"); - - return err; -} - - /* * This function expects MODEM IRQ number already assigned to the port. * The MODEM device requires its RESET# pin kept high during probe. @@ -833,37 +836,6 @@ } arch_initcall_sync(ams_delta_modem_init); -static int __init late_init(void) -{ - int err; - - err = modem_nreset_init(); - if (err) - return err; - - /* - * Once the modem device is registered, the modem_nreset - * regulator can be requested on behalf of that device. - */ - modem_priv.regulator = regulator_get(&ams_delta_modem_device.dev, - "RESET#"); - if (IS_ERR(modem_priv.regulator)) { - err = PTR_ERR(modem_priv.regulator); - goto unregister; - } - return 0; - -unregister: - platform_device_unregister(&ams_delta_modem_device); - return err; -} - -static void __init ams_delta_init_late(void) -{ - omap1_init_late(); - late_init(); -} - static void __init ams_delta_map_io(void) { omap1_map_io(); @@ -877,7 +849,7 @@ .init_early = omap1_init_early, .init_irq = omap1_init_irq, .init_machine = ams_delta_init, - .init_late = ams_delta_init_late, + .init_late = omap1_init_late, .init_time = omap1_timer_init, .restart = omap1_restart, MACHINE_END --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/mach-omap1/timer32k.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/mach-omap1/timer32k.c @@ -176,17 +176,18 @@ return sync32k_cnt_reg ? readl_relaxed(sync32k_cnt_reg) : 0; } +static struct timespec64 persistent_ts; +static cycles_t cycles; +static unsigned int persistent_mult, persistent_shift; + /** * omap_read_persistent_clock64 - Return time from a persistent clock. + * @ts: &struct timespec64 for the returned time * * Reads the time from a source which isn't disabled during PM, the * 32k sync timer. Convert the cycles elapsed since last read into * nsecs and adds to a monotonically increasing timespec64. */ -static struct timespec64 persistent_ts; -static cycles_t cycles; -static unsigned int persistent_mult, persistent_shift; - static void omap_read_persistent_clock64(struct timespec64 *ts) { unsigned long long nsecs; @@ -206,10 +207,9 @@ /** * omap_init_clocksource_32k - setup and register counter 32k as a * kernel clocksource - * @pbase: base addr of counter_32k module - * @size: size of counter_32k to map + * @vbase: base addr of counter_32k module * - * Returns 0 upon success or negative error code upon failure. + * Returns: %0 upon success or negative error code upon failure. * */ static int __init omap_init_clocksource_32k(void __iomem *vbase) --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/mach-omap2/powerdomain.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/mach-omap2/powerdomain.c @@ -174,7 +174,7 @@ break; case PWRDM_STATE_PREV: prev = pwrdm_read_prev_pwrst(pwrdm); - if (pwrdm->state != prev) + if (prev >= 0 && pwrdm->state != prev) pwrdm->state_counter[prev]++; if (prev == PWRDM_POWER_RET) _update_logic_membank_counters(pwrdm); --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/mach-pxa/sharpsl_pm.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/mach-pxa/sharpsl_pm.c @@ -216,8 +216,6 @@ { schedule_delayed_work(&sharpsl_bat, msecs_to_jiffies(125)); } -EXPORT_SYMBOL(sharpsl_battery_kick); - static void sharpsl_battery_thread(struct work_struct *private_) { --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/mach-pxa/spitz.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/mach-pxa/spitz.c @@ -9,7 +9,6 @@ */ #include -#include /* symbol_get ; symbol_put */ #include #include #include @@ -518,17 +517,6 @@ }, }; -static void spitz_bl_kick_battery(void) -{ - void (*kick_batt)(void); - - kick_batt = symbol_get(sharpsl_battery_kick); - if (kick_batt) { - kick_batt(); - symbol_put(sharpsl_battery_kick); - } -} - static struct gpiod_lookup_table spitz_lcdcon_gpio_table = { .dev_id = "spi2.1", .table = { @@ -556,7 +544,7 @@ .max_intensity = 0x2f, .default_intensity = 0x1f, .limit_mask = 0x0b, - .kick_battery = spitz_bl_kick_battery, + .kick_battery = sharpsl_battery_kick, }; static struct spi_board_info spitz_spi_devices[] = { --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm/xen/enlighten.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm/xen/enlighten.c @@ -164,9 +164,6 @@ BUG_ON(err); per_cpu(xen_vcpu, cpu) = vcpup; - if (!xen_kernel_unmapped_at_usr()) - xen_setup_runstate_info(cpu); - after_register_vcpu_info: enable_percpu_irq(xen_events_irq, 0); return 0; @@ -207,7 +204,7 @@ static irqreturn_t xen_arm_callback(int irq, void *arg) { - xen_hvm_evtchn_do_upcall(); + xen_evtchn_do_upcall(); return IRQ_HANDLED; } @@ -487,7 +484,8 @@ * for secondary CPUs as they are brought up. * For uniformity we use VCPUOP_register_vcpu_info even on cpu0. */ - xen_vcpu_info = alloc_percpu(struct vcpu_info); + xen_vcpu_info = __alloc_percpu(sizeof(struct vcpu_info), + 1 << fls(sizeof(struct vcpu_info) - 1)); if (xen_vcpu_info == NULL) return -ENOMEM; @@ -523,9 +521,6 @@ return -EINVAL; } - if (!xen_kernel_unmapped_at_usr()) - xen_time_setup_guest(); - if (xen_initial_domain()) pvclock_gtod_register_notifier(&xen_pvclock_gtod_notifier); @@ -535,7 +530,13 @@ } early_initcall(xen_guest_init); -static int __init xen_pm_init(void) +static int xen_starting_runstate_cpu(unsigned int cpu) +{ + xen_setup_runstate_info(cpu); + return 0; +} + +static int __init xen_late_init(void) { if (!xen_domain()) return -ENODEV; @@ -548,9 +549,16 @@ do_settimeofday64(&ts); } - return 0; + if (xen_kernel_unmapped_at_usr()) + return 0; + + xen_time_setup_guest(); + + return cpuhp_setup_state(CPUHP_AP_ARM_XEN_RUNSTATE_STARTING, + "arm/xen_runstate:starting", + xen_starting_runstate_cpu, NULL); } -late_initcall(xen_pm_init); +late_initcall(xen_late_init); /* empty stubs */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/Kconfig +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/Kconfig @@ -1038,6 +1038,19 @@ If unsure, say Y. +config ARM64_ERRATUM_2966298 + bool "Cortex-A520: 2966298: workaround for speculatively executed unprivileged load" + default y + help + This option adds the workaround for ARM Cortex-A520 erratum 2966298. + + On an affected Cortex-A520 core, a speculatively executed unprivileged + load might leak data from a privileged level via a cache side channel. + + Work around this problem by executing a TLBI before returning to EL0. + + If unsure, say Y. + config CAVIUM_ERRATUM_22375 bool "Cavium erratum 22375, 24313" default y @@ -1356,6 +1369,8 @@ config CPU_BIG_ENDIAN bool "Build big-endian kernel" depends on !LD_IS_LLD || LLD_VERSION >= 130000 + # https://github.com/llvm/llvm-project/commit/1379b150991f70a5782e9a143c2ba5308da1161c + depends on AS_IS_GNU || AS_VERSION >= 150000 help Say Y if you plan on running a kernel with a big-endian userspace. @@ -1545,7 +1560,7 @@ # 64K | 29 | 16 | 13 | 13 | config ARCH_FORCE_MAX_ORDER int - default "13" if ARM64_64K_PAGES + default "13" if ARM64_64K_PAGES || (ARCH_THUNDER && ARM64_4K_PAGES) default "11" if ARM64_16K_PAGES default "10" help --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/freescale/Makefile +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/freescale/Makefile @@ -66,6 +66,7 @@ dtb-$(CONFIG_ARCH_MXC) += imx8mm-nitrogen-r2.dtb dtb-$(CONFIG_ARCH_MXC) += imx8mm-phg.dtb dtb-$(CONFIG_ARCH_MXC) += imx8mm-phyboard-polis-rdk.dtb +dtb-$(CONFIG_ARCH_MXC) += imx8mm-prt8mm.dtb dtb-$(CONFIG_ARCH_MXC) += imx8mm-tqma8mqml-mba8mx.dtb dtb-$(CONFIG_ARCH_MXC) += imx8mm-var-som-symphony.dtb dtb-$(CONFIG_ARCH_MXC) += imx8mm-venice-gw71xx-0x.dtb --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi @@ -1186,26 +1186,34 @@ dma-coherent; }; - usb0: usb@3100000 { - status = "disabled"; - compatible = "snps,dwc3"; - reg = <0x0 0x3100000 0x0 0x10000>; - interrupts = <0 80 0x4>; /* Level high type */ - dr_mode = "host"; - snps,quirk-frame-length-adjustment = <0x20>; - snps,dis_rxdet_inp3_quirk; - snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>; - }; + bus: bus { + #address-cells = <2>; + #size-cells = <2>; + compatible = "simple-bus"; + ranges; + dma-ranges = <0x0 0x0 0x0 0x0 0x100 0x00000000>; + + usb0: usb@3100000 { + compatible = "snps,dwc3"; + reg = <0x0 0x3100000 0x0 0x10000>; + interrupts = <0 80 0x4>; /* Level high type */ + dr_mode = "host"; + snps,quirk-frame-length-adjustment = <0x20>; + snps,dis_rxdet_inp3_quirk; + snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>; + status = "disabled"; + }; - usb1: usb@3110000 { - status = "disabled"; - compatible = "snps,dwc3"; - reg = <0x0 0x3110000 0x0 0x10000>; - interrupts = <0 81 0x4>; /* Level high type */ - dr_mode = "host"; - snps,quirk-frame-length-adjustment = <0x20>; - snps,dis_rxdet_inp3_quirk; - snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>; + usb1: usb@3110000 { + compatible = "snps,dwc3"; + reg = <0x0 0x3110000 0x0 0x10000>; + interrupts = <0 81 0x4>; /* Level high type */ + dr_mode = "host"; + snps,quirk-frame-length-adjustment = <0x20>; + snps,dis_rxdet_inp3_quirk; + snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>; + status = "disabled"; + }; }; ccn@4000000 { --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi @@ -82,12 +82,9 @@ pinctrl-0 = <&pinctrl_wifi_pdn>; gpio = <&lsio_gpio1 28 GPIO_ACTIVE_HIGH>; enable-active-high; + regulator-always-on; regulator-name = "wifi_pwrdn_fake_regulator"; regulator-settling-time-us = <100>; - - regulator-state-mem { - regulator-off-in-suspend; - }; }; reg_pcie_switch: regulator-pcie-switch { --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/freescale/imx8-ss-lsio.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/freescale/imx8-ss-lsio.dtsi @@ -36,7 +36,8 @@ <&pwm0_lpcg 1>; assigned-clocks = <&clk IMX_SC_R_PWM_0 IMX_SC_PM_CLK_PER>; assigned-clock-rates = <24000000>; - #pwm-cells = <2>; + #pwm-cells = <3>; + interrupts = ; status = "disabled"; }; @@ -48,7 +49,8 @@ <&pwm1_lpcg 1>; assigned-clocks = <&clk IMX_SC_R_PWM_1 IMX_SC_PM_CLK_PER>; assigned-clock-rates = <24000000>; - #pwm-cells = <2>; + #pwm-cells = <3>; + interrupts = ; status = "disabled"; }; @@ -60,7 +62,8 @@ <&pwm2_lpcg 1>; assigned-clocks = <&clk IMX_SC_R_PWM_2 IMX_SC_PM_CLK_PER>; assigned-clock-rates = <24000000>; - #pwm-cells = <2>; + #pwm-cells = <3>; + interrupts = ; status = "disabled"; }; @@ -72,7 +75,8 @@ <&pwm3_lpcg 1>; assigned-clocks = <&clk IMX_SC_R_PWM_3 IMX_SC_PM_CLK_PER>; assigned-clock-rates = <24000000>; - #pwm-cells = <2>; + #pwm-cells = <3>; + interrupts = ; status = "disabled"; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi @@ -26,7 +26,7 @@ port { hdmi_connector_in: endpoint { - remote-endpoint = <&adv7533_out>; + remote-endpoint = <&adv7535_out>; }; }; }; @@ -72,6 +72,13 @@ enable-active-high; }; + reg_vddext_3v3: regulator-vddext-3v3 { + compatible = "regulator-fixed"; + regulator-name = "VDDEXT_3V3"; + regulator-min-microvolt = <3300000>; + regulator-max-microvolt = <3300000>; + }; + backlight: backlight { compatible = "pwm-backlight"; pwms = <&pwm1 0 5000000 0>; @@ -317,15 +324,16 @@ hdmi@3d { compatible = "adi,adv7535"; - reg = <0x3d>, <0x3c>, <0x3e>, <0x3f>; - reg-names = "main", "cec", "edid", "packet"; + reg = <0x3d>; + interrupt-parent = <&gpio1>; + interrupts = <9 IRQ_TYPE_EDGE_FALLING>; adi,dsi-lanes = <4>; - - adi,input-depth = <8>; - adi,input-colorspace = "rgb"; - adi,input-clock = "1x"; - adi,input-style = <1>; - adi,input-justification = "evenly"; + avdd-supply = <&buck5_reg>; + dvdd-supply = <&buck5_reg>; + pvdd-supply = <&buck5_reg>; + a2vdd-supply = <&buck5_reg>; + v3p3-supply = <®_vddext_3v3>; + v1p2-supply = <&buck5_reg>; ports { #address-cells = <1>; @@ -334,7 +342,7 @@ port@0 { reg = <0>; - adv7533_in: endpoint { + adv7535_in: endpoint { remote-endpoint = <&dsi_out>; }; }; @@ -342,7 +350,7 @@ port@1 { reg = <1>; - adv7533_out: endpoint { + adv7535_out: endpoint { remote-endpoint = <&hdmi_connector_in>; }; }; @@ -408,7 +416,7 @@ reg = <1>; dsi_out: endpoint { - remote-endpoint = <&adv7533_in>; + remote-endpoint = <&adv7535_in>; data-lanes = <1 2 3 4>; }; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/freescale/imx8mm.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/freescale/imx8mm.dtsi @@ -399,6 +399,7 @@ "pll8k", "pll11k", "clkext3"; dmas = <&sdma2 24 25 0x80000000>; dma-names = "rx"; + #sound-dai-cells = <0>; status = "disabled"; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/freescale/imx8mn.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/freescale/imx8mn.dtsi @@ -371,6 +371,7 @@ "pll8k", "pll11k", "clkext3"; dmas = <&sdma2 24 25 0x80000000>; dma-names = "rx"; + #sound-dai-cells = <0>; status = "disabled"; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/freescale/imx8mp-beacon-kit.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/freescale/imx8mp-beacon-kit.dts @@ -381,9 +381,10 @@ &sai3 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_sai3>; - assigned-clocks = <&clk IMX8MP_CLK_SAI3>; + assigned-clocks = <&clk IMX8MP_CLK_SAI3>, + <&clk IMX8MP_AUDIO_PLL2> ; assigned-clock-parents = <&clk IMX8MP_AUDIO_PLL2_OUT>; - assigned-clock-rates = <12288000>; + assigned-clock-rates = <12288000>, <361267200>; fsl,sai-mclk-direction-output; status = "okay"; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/freescale/imx8mp-debix-model-a.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/freescale/imx8mp-debix-model-a.dts @@ -285,7 +285,6 @@ usb_hub_2_x: hub@1 { compatible = "usbbda,5411"; reg = <1>; - reset-gpios = <&gpio4 25 GPIO_ACTIVE_LOW>; vdd-supply = <®_usb_hub>; peer-hub = <&usb_hub_3_x>; }; @@ -294,7 +293,6 @@ usb_hub_3_x: hub@2 { compatible = "usbbda,411"; reg = <2>; - reset-gpios = <&gpio4 25 GPIO_ACTIVE_LOW>; vdd-supply = <®_usb_hub>; peer-hub = <&usb_hub_2_x>; }; @@ -355,28 +353,6 @@ >; }; - pinctrl_fec: fecgrp { - fsl,pins = < - MX8MP_IOMUXC_SAI1_RXD2__ENET1_MDC 0x3 - MX8MP_IOMUXC_SAI1_RXD3__ENET1_MDIO 0x3 - MX8MP_IOMUXC_SAI1_RXD4__ENET1_RGMII_RD0 0x91 - MX8MP_IOMUXC_SAI1_RXD5__ENET1_RGMII_RD1 0x91 - MX8MP_IOMUXC_SAI1_RXD6__ENET1_RGMII_RD2 0x91 - MX8MP_IOMUXC_SAI1_RXD7__ENET1_RGMII_RD3 0x91 - MX8MP_IOMUXC_SAI1_TXC__ENET1_RGMII_RXC 0x91 - MX8MP_IOMUXC_SAI1_TXFS__ENET1_RGMII_RX_CTL 0x91 - MX8MP_IOMUXC_SAI1_TXD0__ENET1_RGMII_TD0 0x1f - MX8MP_IOMUXC_SAI1_TXD1__ENET1_RGMII_TD1 0x1f - MX8MP_IOMUXC_SAI1_TXD2__ENET1_RGMII_TD2 0x1f - MX8MP_IOMUXC_SAI1_TXD3__ENET1_RGMII_TD3 0x1f - MX8MP_IOMUXC_SAI1_TXD4__ENET1_RGMII_TX_CTL 0x1f - MX8MP_IOMUXC_SAI1_TXD5__ENET1_RGMII_TXC 0x1f - MX8MP_IOMUXC_SAI1_RXD1__ENET1_1588_EVENT1_OUT 0x1f - MX8MP_IOMUXC_SAI1_RXD0__ENET1_1588_EVENT1_IN 0x1f - MX8MP_IOMUXC_SAI1_TXD7__GPIO4_IO19 0x19 - >; - }; - pinctrl_gpio_led: gpioledgrp { fsl,pins = < MX8MP_IOMUXC_NAND_READY_B__GPIO3_IO16 0x19 @@ -466,7 +442,6 @@ pinctrl_usb1: usb1grp { fsl,pins = < MX8MP_IOMUXC_GPIO1_IO14__USB2_OTG_PWR 0x10 - MX8MP_IOMUXC_SAI2_TXC__GPIO4_IO25 0x19 >; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/freescale/imx8mp.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/freescale/imx8mp.dtsi @@ -794,6 +794,12 @@ reg = ; clocks = <&clk IMX8MP_CLK_AUDIO_ROOT>, <&clk IMX8MP_CLK_AUDIO_AXI>; + assigned-clocks = <&clk IMX8MP_CLK_AUDIO_AHB>, + <&clk IMX8MP_CLK_AUDIO_AXI_SRC>; + assigned-clock-parents = <&clk IMX8MP_SYS_PLL1_800M>, + <&clk IMX8MP_SYS_PLL1_800M>; + assigned-clock-rates = <400000000>, + <600000000>; }; pgc_gpu2d: power-domain@6 { @@ -2028,6 +2034,7 @@ phys = <&usb3_phy0>, <&usb3_phy0>; phy-names = "usb2-phy", "usb3-phy"; snps,gfladj-refclk-lpm-sel-quirk; + snps,parkmode-disable-ss-quirk; }; }; @@ -2070,6 +2077,7 @@ phys = <&usb3_phy1>, <&usb3_phy1>; phy-names = "usb2-phy", "usb3-phy"; snps,gfladj-refclk-lpm-sel-quirk; + snps,parkmode-disable-ss-quirk; }; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/freescale/imx8mq.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/freescale/imx8mq.dtsi @@ -1457,6 +1457,7 @@ phys = <&usb3_phy0>, <&usb3_phy0>; phy-names = "usb2-phy", "usb3-phy"; power-domains = <&pgc_otg1>; + snps,parkmode-disable-ss-quirk; status = "disabled"; }; @@ -1488,6 +1489,7 @@ phys = <&usb3_phy1>, <&usb3_phy1>; phy-names = "usb2-phy", "usb3-phy"; power-domains = <&pgc_otg2>; + snps,parkmode-disable-ss-quirk; status = "disabled"; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/freescale/imx8qm-ss-img.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/freescale/imx8qm-ss-img.dtsi @@ -8,5 +8,5 @@ }; &jpegenc { - compatible = "nxp,imx8qm-jpgdec", "nxp,imx8qxp-jpgenc"; + compatible = "nxp,imx8qm-jpgenc", "nxp,imx8qxp-jpgenc"; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/freescale/imx93.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/freescale/imx93.dtsi @@ -146,7 +146,7 @@ #size-cells = <1>; ranges; - anomix_ns_gpr: syscon@44210000 { + aonmix_ns_gpr: syscon@44210000 { compatible = "fsl,imx93-aonmix-ns-syscfg", "syscon"; reg = <0x44210000 0x1000>; }; @@ -280,6 +280,7 @@ assigned-clock-parents = <&clk IMX93_CLK_SYS_PLL_PFD1_DIV2>; assigned-clock-rates = <40000000>; fsl,clk-source = /bits/ 8 <0>; + fsl,stop-mode = <&aonmix_ns_gpr 0x14 0>; status = "disabled"; }; @@ -333,7 +334,7 @@ compatible = "fsl,imx93-src-slice"; reg = <0x44462400 0x400>, <0x44465800 0x400>; #power-domain-cells = <0>; - clocks = <&clk IMX93_CLK_MEDIA_AXI>, + clocks = <&clk IMX93_CLK_NIC_MEDIA_GATE>, <&clk IMX93_CLK_MEDIA_APB>; }; }; @@ -532,6 +533,7 @@ assigned-clock-parents = <&clk IMX93_CLK_SYS_PLL_PFD1_DIV2>; assigned-clock-rates = <40000000>; fsl,clk-source = /bits/ 8 <0>; + fsl,stop-mode = <&wakeupmix_gpr 0x0c 2>; status = "disabled"; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/marvell/cn9130-crb.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/marvell/cn9130-crb.dtsi @@ -120,7 +120,7 @@ "mpp59", "mpp60", "mpp61"; marvell,function = "sdio"; }; - cp0_spi0_pins: cp0-spi-pins-0 { + cp0_spi1_pins: cp0-spi-pins-1 { marvell,pins = "mpp13", "mpp14", "mpp15", "mpp16"; marvell,function = "spi1"; }; @@ -170,7 +170,7 @@ &cp0_spi1 { pinctrl-names = "default"; - pinctrl-0 = <&cp0_spi0_pins>; + pinctrl-0 = <&cp0_spi1_pins>; reg = <0x700680 0x50>, /* control */ <0x2000000 0x1000000>; /* CS0 */ status = "okay"; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/marvell/cn9130-db.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/marvell/cn9130-db.dtsi @@ -307,7 +307,7 @@ &cp0_spi1 { status = "disabled"; pinctrl-names = "default"; - pinctrl-0 = <&cp0_spi0_pins>; + pinctrl-0 = <&cp0_spi1_pins>; reg = <0x700680 0x50>; flash@0 { @@ -371,7 +371,7 @@ "mpp59", "mpp60", "mpp61"; marvell,function = "sdio"; }; - cp0_spi0_pins: cp0-spi-pins-0 { + cp0_spi1_pins: cp0-spi-pins-1 { marvell,pins = "mpp13", "mpp14", "mpp15", "mpp16"; marvell,function = "spi1"; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts @@ -73,7 +73,7 @@ }; }; - memory { + memory@40000000 { reg = <0 0x40000000 0 0x40000000>; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts @@ -55,7 +55,7 @@ }; }; - memory { + memory@40000000 { reg = <0 0x40000000 0 0x20000000>; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/mediatek/mt7622.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/mediatek/mt7622.dtsi @@ -905,7 +905,7 @@ status = "disabled"; }; - sata_phy: t-phy@1a243000 { + sata_phy: t-phy { compatible = "mediatek,mt7622-tphy", "mediatek,generic-tphy-v1"; #address-cells = <2>; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts @@ -126,6 +126,7 @@ compatible = "sff,sfp"; i2c-bus = <&i2c_sfp1>; los-gpios = <&pio 46 GPIO_ACTIVE_HIGH>; + maximum-power-milliwatt = <3000>; mod-def0-gpios = <&pio 49 GPIO_ACTIVE_LOW>; tx-disable-gpios = <&pio 20 GPIO_ACTIVE_HIGH>; tx-fault-gpios = <&pio 7 GPIO_ACTIVE_HIGH>; @@ -137,6 +138,7 @@ i2c-bus = <&i2c_sfp2>; los-gpios = <&pio 31 GPIO_ACTIVE_HIGH>; mod-def0-gpios = <&pio 47 GPIO_ACTIVE_LOW>; + maximum-power-milliwatt = <3000>; tx-disable-gpios = <&pio 15 GPIO_ACTIVE_HIGH>; tx-fault-gpios = <&pio 48 GPIO_ACTIVE_HIGH>; }; @@ -150,16 +152,16 @@ trip = <&cpu_trip_active_high>; }; - cpu-active-low { + cpu-active-med { /* active: set fan to cooling level 1 */ cooling-device = <&fan 1 1>; - trip = <&cpu_trip_active_low>; + trip = <&cpu_trip_active_med>; }; - cpu-passive { - /* passive: set fan to cooling level 0 */ + cpu-active-low { + /* active: set fan to cooling level 0 */ cooling-device = <&fan 0 0>; - trip = <&cpu_trip_passive>; + trip = <&cpu_trip_active_low>; }; }; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/mediatek/mt7986a.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/mediatek/mt7986a.dtsi @@ -374,6 +374,10 @@ reg = <0 0x11230000 0 0x1000>, <0 0x11c20000 0 0x1000>; interrupts = ; + assigned-clocks = <&topckgen CLK_TOP_EMMC_416M_SEL>, + <&topckgen CLK_TOP_EMMC_250M_SEL>; + assigned-clock-parents = <&apmixedsys CLK_APMIXED_MPLL>, + <&topckgen CLK_TOP_NET1PLL_D5_D2>; clocks = <&topckgen CLK_TOP_EMMC_416M_SEL>, <&infracfg CLK_INFRA_MSDC_HCK_CK>, <&infracfg CLK_INFRA_MSDC_CK>, @@ -434,7 +438,7 @@ }; }; - pcie_phy: t-phy@11c00000 { + pcie_phy: t-phy { compatible = "mediatek,mt7986-tphy", "mediatek,generic-tphy-v2"; #address-cells = <2>; @@ -610,22 +614,34 @@ thermal-sensors = <&thermal 0>; trips { + cpu_trip_crit: crit { + temperature = <125000>; + hysteresis = <2000>; + type = "critical"; + }; + + cpu_trip_hot: hot { + temperature = <120000>; + hysteresis = <2000>; + type = "hot"; + }; + cpu_trip_active_high: active-high { temperature = <115000>; hysteresis = <2000>; type = "active"; }; - cpu_trip_active_low: active-low { + cpu_trip_active_med: active-med { temperature = <85000>; hysteresis = <2000>; type = "active"; }; - cpu_trip_passive: passive { - temperature = <40000>; + cpu_trip_active_low: active-low { + temperature = <60000>; hysteresis = <2000>; - type = "passive"; + type = "active"; }; }; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/mediatek/mt8173-evb.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/mediatek/mt8173-evb.dts @@ -44,7 +44,7 @@ id-gpio = <&pio 16 GPIO_ACTIVE_HIGH>; }; - usb_p1_vbus: regulator@0 { + usb_p1_vbus: regulator-usb-p1 { compatible = "regulator-fixed"; regulator-name = "usb_vbus"; regulator-min-microvolt = <5000000>; @@ -53,7 +53,7 @@ enable-active-high; }; - usb_p0_vbus: regulator@1 { + usb_p0_vbus: regulator-usb-p0 { compatible = "regulator-fixed"; regulator-name = "vbus"; regulator-min-microvolt = <5000000>; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/mediatek/mt8183-evb.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/mediatek/mt8183-evb.dts @@ -31,14 +31,14 @@ #address-cells = <2>; #size-cells = <2>; ranges; - scp_mem_reserved: scp_mem_region { + scp_mem_reserved: memory@50000000 { compatible = "shared-dma-pool"; reg = <0 0x50000000 0 0x2900000>; no-map; }; }; - ntc@0 { + thermal-sensor { compatible = "murata,ncp03wf104"; pullup-uv = <1800000>; pullup-ohm = <390000>; @@ -155,8 +155,8 @@ }; &pio { - i2c_pins_0: i2c0{ - pins_i2c{ + i2c_pins_0: i2c0 { + pins_i2c { pinmux = , ; mediatek,pull-up-adv = <3>; @@ -164,8 +164,8 @@ }; }; - i2c_pins_1: i2c1{ - pins_i2c{ + i2c_pins_1: i2c1 { + pins_i2c { pinmux = , ; mediatek,pull-up-adv = <3>; @@ -173,8 +173,8 @@ }; }; - i2c_pins_2: i2c2{ - pins_i2c{ + i2c_pins_2: i2c2 { + pins_i2c { pinmux = , ; mediatek,pull-up-adv = <3>; @@ -182,8 +182,8 @@ }; }; - i2c_pins_3: i2c3{ - pins_i2c{ + i2c_pins_3: i2c3 { + pins_i2c { pinmux = , ; mediatek,pull-up-adv = <3>; @@ -191,8 +191,8 @@ }; }; - i2c_pins_4: i2c4{ - pins_i2c{ + i2c_pins_4: i2c4 { + pins_i2c { pinmux = , ; mediatek,pull-up-adv = <3>; @@ -200,8 +200,8 @@ }; }; - i2c_pins_5: i2c5{ - pins_i2c{ + i2c_pins_5: i2c5 { + pins_i2c { pinmux = , ; mediatek,pull-up-adv = <3>; @@ -209,8 +209,8 @@ }; }; - spi_pins_0: spi0{ - pins_spi{ + spi_pins_0: spi0 { + pins_spi { pinmux = , , , @@ -324,8 +324,8 @@ }; }; - spi_pins_1: spi1{ - pins_spi{ + spi_pins_1: spi1 { + pins_spi { pinmux = , , , @@ -334,8 +334,8 @@ }; }; - spi_pins_2: spi2{ - pins_spi{ + spi_pins_2: spi2 { + pins_spi { pinmux = , , , @@ -344,8 +344,8 @@ }; }; - spi_pins_3: spi3{ - pins_spi{ + spi_pins_3: spi3 { + pins_spi { pinmux = , , , @@ -354,8 +354,8 @@ }; }; - spi_pins_4: spi4{ - pins_spi{ + spi_pins_4: spi4 { + pins_spi { pinmux = , , , @@ -364,8 +364,8 @@ }; }; - spi_pins_5: spi5{ - pins_spi{ + spi_pins_5: spi5 { + pins_spi { pinmux = , , , --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi.dtsi @@ -91,6 +91,8 @@ &dsi0 { status = "okay"; + /delete-property/#size-cells; + /delete-property/#address-cells; /delete-node/panel@0; ports { port { @@ -441,20 +443,20 @@ }; touchscreen_pins: touchscreen-pins { - touch_int_odl { + touch-int-odl { pinmux = ; input-enable; bias-pull-up; }; - touch_rst_l { + touch-rst-l { pinmux = ; output-high; }; }; trackpad_pins: trackpad-pins { - trackpad_int { + trackpad-int { pinmux = ; input-enable; bias-disable; /* pulled externally */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi @@ -108,7 +108,7 @@ #size-cells = <2>; ranges; - scp_mem_reserved: scp_mem_region { + scp_mem_reserved: memory@50000000 { compatible = "shared-dma-pool"; reg = <0 0x50000000 0 0x2900000>; no-map; @@ -432,7 +432,7 @@ &pio { aud_pins_default: audiopins { - pins_bus { + pins-bus { pinmux = , , , @@ -454,7 +454,7 @@ }; aud_pins_tdm_out_on: audiotdmouton { - pins_bus { + pins-bus { pinmux = , , , @@ -466,7 +466,7 @@ }; aud_pins_tdm_out_off: audiotdmoutoff { - pins_bus { + pins-bus { pinmux = , , , @@ -480,13 +480,13 @@ }; bt_pins: bt-pins { - pins_bt_en { + pins-bt-en { pinmux = ; output-low; }; }; - ec_ap_int_odl: ec_ap_int_odl { + ec_ap_int_odl: ec-ap-int-odl { pins1 { pinmux = ; input-enable; @@ -494,7 +494,7 @@ }; }; - h1_int_od_l: h1_int_od_l { + h1_int_od_l: h1-int-od-l { pins1 { pinmux = ; input-enable; @@ -502,7 +502,7 @@ }; i2c0_pins: i2c0 { - pins_bus { + pins-bus { pinmux = , ; mediatek,pull-up-adv = <3>; @@ -511,7 +511,7 @@ }; i2c1_pins: i2c1 { - pins_bus { + pins-bus { pinmux = , ; mediatek,pull-up-adv = <3>; @@ -520,7 +520,7 @@ }; i2c2_pins: i2c2 { - pins_bus { + pins-bus { pinmux = , ; bias-disable; @@ -529,7 +529,7 @@ }; i2c3_pins: i2c3 { - pins_bus { + pins-bus { pinmux = , ; mediatek,pull-up-adv = <3>; @@ -538,7 +538,7 @@ }; i2c4_pins: i2c4 { - pins_bus { + pins-bus { pinmux = , ; bias-disable; @@ -547,7 +547,7 @@ }; i2c5_pins: i2c5 { - pins_bus { + pins-bus { pinmux = , ; mediatek,pull-up-adv = <3>; @@ -556,7 +556,7 @@ }; i2c6_pins: i2c6 { - pins_bus { + pins-bus { pinmux = , ; bias-disable; @@ -564,7 +564,7 @@ }; mmc0_pins_default: mmc0-pins-default { - pins_cmd_dat { + pins-cmd-dat { pinmux = , , , @@ -579,13 +579,13 @@ mediatek,pull-up-adv = <01>; }; - pins_clk { + pins-clk { pinmux = ; drive-strength = ; mediatek,pull-down-adv = <10>; }; - pins_rst { + pins-rst { pinmux = ; drive-strength = ; mediatek,pull-down-adv = <01>; @@ -593,7 +593,7 @@ }; mmc0_pins_uhs: mmc0-pins-uhs { - pins_cmd_dat { + pins-cmd-dat { pinmux = , , , @@ -608,19 +608,19 @@ mediatek,pull-up-adv = <01>; }; - pins_clk { + pins-clk { pinmux = ; drive-strength = ; mediatek,pull-down-adv = <10>; }; - pins_ds { + pins-ds { pinmux = ; drive-strength = ; mediatek,pull-down-adv = <10>; }; - pins_rst { + pins-rst { pinmux = ; drive-strength = ; mediatek,pull-up-adv = <01>; @@ -628,7 +628,7 @@ }; mmc1_pins_default: mmc1-pins-default { - pins_cmd_dat { + pins-cmd-dat { pinmux = , , , @@ -638,7 +638,7 @@ mediatek,pull-up-adv = <10>; }; - pins_clk { + pins-clk { pinmux = ; input-enable; mediatek,pull-down-adv = <10>; @@ -646,7 +646,7 @@ }; mmc1_pins_uhs: mmc1-pins-uhs { - pins_cmd_dat { + pins-cmd-dat { pinmux = , , , @@ -657,7 +657,7 @@ mediatek,pull-up-adv = <10>; }; - pins_clk { + pins-clk { pinmux = ; drive-strength = ; mediatek,pull-down-adv = <10>; @@ -665,15 +665,15 @@ }; }; - panel_pins_default: panel_pins_default { - panel_reset { + panel_pins_default: panel-pins-default { + panel-reset { pinmux = ; output-low; bias-pull-up; }; }; - pwm0_pin_default: pwm0_pin_default { + pwm0_pin_default: pwm0-pin-default { pins1 { pinmux = ; output-high; @@ -685,14 +685,14 @@ }; scp_pins: scp { - pins_scp_uart { + pins-scp-uart { pinmux = , ; }; }; spi0_pins: spi0 { - pins_spi{ + pins-spi { pinmux = , , , @@ -702,7 +702,7 @@ }; spi1_pins: spi1 { - pins_spi{ + pins-spi { pinmux = , , , @@ -712,20 +712,20 @@ }; spi2_pins: spi2 { - pins_spi{ + pins-spi { pinmux = , , ; bias-disable; }; - pins_spi_mi { + pins-spi-mi { pinmux = ; mediatek,pull-down-adv = <00>; }; }; spi3_pins: spi3 { - pins_spi{ + pins-spi { pinmux = , , , @@ -735,7 +735,7 @@ }; spi4_pins: spi4 { - pins_spi{ + pins-spi { pinmux = , , , @@ -745,7 +745,7 @@ }; spi5_pins: spi5 { - pins_spi{ + pins-spi { pinmux = , , , @@ -755,63 +755,63 @@ }; uart0_pins_default: uart0-pins-default { - pins_rx { + pins-rx { pinmux = ; input-enable; bias-pull-up; }; - pins_tx { + pins-tx { pinmux = ; }; }; uart1_pins_default: uart1-pins-default { - pins_rx { + pins-rx { pinmux = ; input-enable; bias-pull-up; }; - pins_tx { + pins-tx { pinmux = ; }; - pins_rts { + pins-rts { pinmux = ; output-enable; }; - pins_cts { + pins-cts { pinmux = ; input-enable; }; }; uart1_pins_sleep: uart1-pins-sleep { - pins_rx { + pins-rx { pinmux = ; input-enable; bias-pull-up; }; - pins_tx { + pins-tx { pinmux = ; }; - pins_rts { + pins-rts { pinmux = ; output-enable; }; - pins_cts { + pins-cts { pinmux = ; input-enable; }; }; wifi_pins_pwrseq: wifi-pins-pwrseq { - pins_wifi_enable { + pins-wifi-enable { pinmux = ; output-low; }; }; wifi_pins_wakeup: wifi-pins-wakeup { - pins_wifi_wakeup { + pins-wifi-wakeup { pinmux = ; input-enable; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/mediatek/mt8183-pumpkin.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/mediatek/mt8183-pumpkin.dts @@ -193,7 +193,7 @@ &pio { i2c_pins_0: i2c0 { - pins_i2c{ + pins_i2c { pinmux = , ; mediatek,pull-up-adv = <3>; @@ -202,7 +202,7 @@ }; i2c_pins_1: i2c1 { - pins_i2c{ + pins_i2c { pinmux = , ; mediatek,pull-up-adv = <3>; @@ -211,7 +211,7 @@ }; i2c_pins_2: i2c2 { - pins_i2c{ + pins_i2c { pinmux = , ; mediatek,pull-up-adv = <3>; @@ -220,7 +220,7 @@ }; i2c_pins_3: i2c3 { - pins_i2c{ + pins_i2c { pinmux = , ; mediatek,pull-up-adv = <3>; @@ -229,7 +229,7 @@ }; i2c_pins_4: i2c4 { - pins_i2c{ + pins_i2c { pinmux = , ; mediatek,pull-up-adv = <3>; @@ -238,7 +238,7 @@ }; i2c_pins_5: i2c5 { - pins_i2c{ + pins_i2c { pinmux = , ; mediatek,pull-up-adv = <3>; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/mediatek/mt8183.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/mediatek/mt8183.dtsi @@ -1210,127 +1210,6 @@ nvmem-cell-names = "calibration-data"; }; - thermal_zones: thermal-zones { - cpu_thermal: cpu-thermal { - polling-delay-passive = <100>; - polling-delay = <500>; - thermal-sensors = <&thermal 0>; - sustainable-power = <5000>; - - trips { - threshold: trip-point0 { - temperature = <68000>; - hysteresis = <2000>; - type = "passive"; - }; - - target: trip-point1 { - temperature = <80000>; - hysteresis = <2000>; - type = "passive"; - }; - - cpu_crit: cpu-crit { - temperature = <115000>; - hysteresis = <2000>; - type = "critical"; - }; - }; - - cooling-maps { - map0 { - trip = <&target>; - cooling-device = <&cpu0 - THERMAL_NO_LIMIT - THERMAL_NO_LIMIT>, - <&cpu1 - THERMAL_NO_LIMIT - THERMAL_NO_LIMIT>, - <&cpu2 - THERMAL_NO_LIMIT - THERMAL_NO_LIMIT>, - <&cpu3 - THERMAL_NO_LIMIT - THERMAL_NO_LIMIT>; - contribution = <3072>; - }; - map1 { - trip = <&target>; - cooling-device = <&cpu4 - THERMAL_NO_LIMIT - THERMAL_NO_LIMIT>, - <&cpu5 - THERMAL_NO_LIMIT - THERMAL_NO_LIMIT>, - <&cpu6 - THERMAL_NO_LIMIT - THERMAL_NO_LIMIT>, - <&cpu7 - THERMAL_NO_LIMIT - THERMAL_NO_LIMIT>; - contribution = <1024>; - }; - }; - }; - - /* The tzts1 ~ tzts6 don't need to polling */ - /* The tzts1 ~ tzts6 don't need to thermal throttle */ - - tzts1: tzts1 { - polling-delay-passive = <0>; - polling-delay = <0>; - thermal-sensors = <&thermal 1>; - sustainable-power = <5000>; - trips {}; - cooling-maps {}; - }; - - tzts2: tzts2 { - polling-delay-passive = <0>; - polling-delay = <0>; - thermal-sensors = <&thermal 2>; - sustainable-power = <5000>; - trips {}; - cooling-maps {}; - }; - - tzts3: tzts3 { - polling-delay-passive = <0>; - polling-delay = <0>; - thermal-sensors = <&thermal 3>; - sustainable-power = <5000>; - trips {}; - cooling-maps {}; - }; - - tzts4: tzts4 { - polling-delay-passive = <0>; - polling-delay = <0>; - thermal-sensors = <&thermal 4>; - sustainable-power = <5000>; - trips {}; - cooling-maps {}; - }; - - tzts5: tzts5 { - polling-delay-passive = <0>; - polling-delay = <0>; - thermal-sensors = <&thermal 5>; - sustainable-power = <5000>; - trips {}; - cooling-maps {}; - }; - - tztsABB: tztsABB { - polling-delay-passive = <0>; - polling-delay = <0>; - thermal-sensors = <&thermal 6>; - sustainable-power = <5000>; - trips {}; - cooling-maps {}; - }; - }; - pwm0: pwm@1100e000 { compatible = "mediatek,mt8183-disp-pwm"; reg = <0 0x1100e000 0 0x1000>; @@ -2105,4 +1984,125 @@ power-domains = <&spm MT8183_POWER_DOMAIN_CAM>; }; }; + + thermal_zones: thermal-zones { + cpu_thermal: cpu-thermal { + polling-delay-passive = <100>; + polling-delay = <500>; + thermal-sensors = <&thermal 0>; + sustainable-power = <5000>; + + trips { + threshold: trip-point0 { + temperature = <68000>; + hysteresis = <2000>; + type = "passive"; + }; + + target: trip-point1 { + temperature = <80000>; + hysteresis = <2000>; + type = "passive"; + }; + + cpu_crit: cpu-crit { + temperature = <115000>; + hysteresis = <2000>; + type = "critical"; + }; + }; + + cooling-maps { + map0 { + trip = <&target>; + cooling-device = <&cpu0 + THERMAL_NO_LIMIT + THERMAL_NO_LIMIT>, + <&cpu1 + THERMAL_NO_LIMIT + THERMAL_NO_LIMIT>, + <&cpu2 + THERMAL_NO_LIMIT + THERMAL_NO_LIMIT>, + <&cpu3 + THERMAL_NO_LIMIT + THERMAL_NO_LIMIT>; + contribution = <3072>; + }; + map1 { + trip = <&target>; + cooling-device = <&cpu4 + THERMAL_NO_LIMIT + THERMAL_NO_LIMIT>, + <&cpu5 + THERMAL_NO_LIMIT + THERMAL_NO_LIMIT>, + <&cpu6 + THERMAL_NO_LIMIT + THERMAL_NO_LIMIT>, + <&cpu7 + THERMAL_NO_LIMIT + THERMAL_NO_LIMIT>; + contribution = <1024>; + }; + }; + }; + + /* The tzts1 ~ tzts6 don't need to polling */ + /* The tzts1 ~ tzts6 don't need to thermal throttle */ + + tzts1: tzts1 { + polling-delay-passive = <0>; + polling-delay = <0>; + thermal-sensors = <&thermal 1>; + sustainable-power = <5000>; + trips {}; + cooling-maps {}; + }; + + tzts2: tzts2 { + polling-delay-passive = <0>; + polling-delay = <0>; + thermal-sensors = <&thermal 2>; + sustainable-power = <5000>; + trips {}; + cooling-maps {}; + }; + + tzts3: tzts3 { + polling-delay-passive = <0>; + polling-delay = <0>; + thermal-sensors = <&thermal 3>; + sustainable-power = <5000>; + trips {}; + cooling-maps {}; + }; + + tzts4: tzts4 { + polling-delay-passive = <0>; + polling-delay = <0>; + thermal-sensors = <&thermal 4>; + sustainable-power = <5000>; + trips {}; + cooling-maps {}; + }; + + tzts5: tzts5 { + polling-delay-passive = <0>; + polling-delay = <0>; + thermal-sensors = <&thermal 5>; + sustainable-power = <5000>; + trips {}; + cooling-maps {}; + }; + + tztsABB: tztsABB { + polling-delay-passive = <0>; + polling-delay = <0>; + thermal-sensors = <&thermal 6>; + sustainable-power = <5000>; + trips {}; + cooling-maps {}; + }; + }; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/mediatek/mt8186.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/mediatek/mt8186.dtsi @@ -924,7 +924,8 @@ reg = ; clocks = <&topckgen CLK_TOP_SENINF>, <&topckgen CLK_TOP_SENINF1>; - clock-names = "csirx_top0", "csirx_top1"; + clock-names = "subsys-csirx-top0", + "subsys-csirx-top1"; #power-domain-cells = <0>; }; @@ -942,7 +943,8 @@ reg = ; clocks = <&topckgen CLK_TOP_AUDIODSP>, <&topckgen CLK_TOP_ADSP_BUS>; - clock-names = "audioadsp", "adsp_bus"; + clock-names = "audioadsp", + "subsys-adsp-bus"; #address-cells = <1>; #size-cells = <0>; #power-domain-cells = <1>; @@ -975,8 +977,11 @@ <&mmsys CLK_MM_SMI_COMMON>, <&mmsys CLK_MM_SMI_GALS>, <&mmsys CLK_MM_SMI_IOMMU>; - clock-names = "disp", "mdp", "smi_infra", "smi_common", - "smi_gals", "smi_iommu"; + clock-names = "disp", "mdp", + "subsys-smi-infra", + "subsys-smi-common", + "subsys-smi-gals", + "subsys-smi-iommu"; mediatek,infracfg = <&infracfg_ao>; #address-cells = <1>; #size-cells = <0>; @@ -993,15 +998,17 @@ power-domain@MT8186_POWER_DOMAIN_CAM { reg = ; - clocks = <&topckgen CLK_TOP_CAM>, - <&topckgen CLK_TOP_SENINF>, + clocks = <&topckgen CLK_TOP_SENINF>, <&topckgen CLK_TOP_SENINF1>, <&topckgen CLK_TOP_SENINF2>, <&topckgen CLK_TOP_SENINF3>, + <&camsys CLK_CAM2MM_GALS>, <&topckgen CLK_TOP_CAMTM>, - <&camsys CLK_CAM2MM_GALS>; - clock-names = "cam-top", "cam0", "cam1", "cam2", - "cam3", "cam-tm", "gals"; + <&topckgen CLK_TOP_CAM>; + clock-names = "cam0", "cam1", "cam2", + "cam3", "gals", + "subsys-cam-tm", + "subsys-cam-top"; mediatek,infracfg = <&infracfg_ao>; #address-cells = <1>; #size-cells = <0>; @@ -1020,9 +1027,9 @@ power-domain@MT8186_POWER_DOMAIN_IMG { reg = ; - clocks = <&topckgen CLK_TOP_IMG1>, - <&imgsys1 CLK_IMG1_GALS_IMG1>; - clock-names = "img-top", "gals"; + clocks = <&imgsys1 CLK_IMG1_GALS_IMG1>, + <&topckgen CLK_TOP_IMG1>; + clock-names = "gals", "subsys-img-top"; mediatek,infracfg = <&infracfg_ao>; #address-cells = <1>; #size-cells = <0>; @@ -1041,8 +1048,11 @@ <&ipesys CLK_IPE_LARB20>, <&ipesys CLK_IPE_SMI_SUBCOM>, <&ipesys CLK_IPE_GALS_IPE>; - clock-names = "ipe-top", "ipe-larb0", "ipe-larb1", - "ipe-smi", "ipe-gals"; + clock-names = "subsys-ipe-top", + "subsys-ipe-larb0", + "subsys-ipe-larb1", + "subsys-ipe-smi", + "subsys-ipe-gals"; mediatek,infracfg = <&infracfg_ao>; #power-domain-cells = <0>; }; @@ -1061,7 +1071,9 @@ clocks = <&topckgen CLK_TOP_WPE>, <&wpesys CLK_WPE_SMI_LARB8_CK_EN>, <&wpesys CLK_WPE_SMI_LARB8_PCLK_EN>; - clock-names = "wpe0", "larb-ck", "larb-pclk"; + clock-names = "wpe0", + "subsys-larb-ck", + "subsys-larb-pclk"; mediatek,infracfg = <&infracfg_ao>; #power-domain-cells = <0>; }; @@ -1656,7 +1668,7 @@ #address-cells = <1>; #size-cells = <1>; - gpu_speedbin: gpu-speed-bin@59c { + gpu_speedbin: gpu-speedbin@59c { reg = <0x59c 0x4>; bits = <0 3>; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/mediatek/mt8195-cherry.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/mediatek/mt8195-cherry.dtsi @@ -362,7 +362,7 @@ pinctrl-0 = <&i2c7_pins>; pmic@34 { - #interrupt-cells = <1>; + #interrupt-cells = <2>; compatible = "mediatek,mt6360"; reg = <0x34>; interrupt-controller; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/mediatek/mt8195-demo.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/mediatek/mt8195-demo.dts @@ -48,7 +48,7 @@ memory@40000000 { device_type = "memory"; - reg = <0 0x40000000 0 0x80000000>; + reg = <0 0x40000000 0x2 0x00000000>; }; reserved-memory { @@ -56,13 +56,8 @@ #size-cells = <2>; ranges; - /* 2 MiB reserved for ARM Trusted Firmware (BL31) */ - bl31_secmon_reserved: secmon@54600000 { - no-map; - reg = <0 0x54600000 0x0 0x200000>; - }; - - /* 12 MiB reserved for OP-TEE (BL32) + /* + * 12 MiB reserved for OP-TEE (BL32) * +-----------------------+ 0x43e0_0000 * | SHMEM 2MiB | * +-----------------------+ 0x43c0_0000 @@ -75,6 +70,34 @@ no-map; reg = <0 0x43200000 0 0x00c00000>; }; + + scp_mem: memory@50000000 { + compatible = "shared-dma-pool"; + reg = <0 0x50000000 0 0x2900000>; + no-map; + }; + + vpu_mem: memory@53000000 { + compatible = "shared-dma-pool"; + reg = <0 0x53000000 0 0x1400000>; /* 20 MB */ + }; + + /* 2 MiB reserved for ARM Trusted Firmware (BL31) */ + bl31_secmon_mem: memory@54600000 { + no-map; + reg = <0 0x54600000 0x0 0x200000>; + }; + + snd_dma_mem: memory@60000000 { + compatible = "shared-dma-pool"; + reg = <0 0x60000000 0 0x1100000>; + no-map; + }; + + apu_mem: memory@62000000 { + compatible = "shared-dma-pool"; + reg = <0 0x62000000 0 0x1400000>; /* 20 MB */ + }; }; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/mediatek/mt8195.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/mediatek/mt8195.dtsi @@ -313,6 +313,7 @@ interrupts = ; cpus = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>, <&cpu4>, <&cpu5>, <&cpu6>, <&cpu7>; + status = "fail"; }; dmic_codec: dmic-codec { @@ -626,6 +627,8 @@ power-domain@MT8195_POWER_DOMAIN_VENC_CORE1 { reg = ; + clocks = <&vencsys_core1 CLK_VENC_CORE1_LARB>; + clock-names = "venc1-larb"; mediatek,infracfg = <&infracfg_ao>; #power-domain-cells = <0>; }; @@ -688,6 +691,8 @@ power-domain@MT8195_POWER_DOMAIN_VENC { reg = ; + clocks = <&vencsys CLK_VENC_LARB>; + clock-names = "venc0-larb"; mediatek,infracfg = <&infracfg_ao>; #power-domain-cells = <0>; }; @@ -2664,7 +2669,7 @@ reg = <0 0x1b010000 0 0x1000>; mediatek,larb-id = <20>; mediatek,smi = <&smi_common_vpp>; - clocks = <&vencsys_core1 CLK_VENC_CORE1_LARB>, + clocks = <&vencsys_core1 CLK_VENC_CORE1_VENC>, <&vencsys_core1 CLK_VENC_CORE1_GALS>, <&vppsys0 CLK_VPP0_GALS_VDO0_VDO1_VENCSYS_CORE1>; clock-names = "apb", "smi", "gals"; @@ -2957,7 +2962,7 @@ clock-names = "merge","merge_async"; power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>; mediatek,gce-client-reg = <&gce0 SUBSYS_1c10XXXX 0xc000 0x1000>; - mediatek,merge-mute = <1>; + mediatek,merge-mute; resets = <&vdosys1 MT8195_VDOSYS1_SW0_RST_B_MERGE0_DL_ASYNC>; }; @@ -2970,7 +2975,7 @@ clock-names = "merge","merge_async"; power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>; mediatek,gce-client-reg = <&gce0 SUBSYS_1c10XXXX 0xd000 0x1000>; - mediatek,merge-mute = <1>; + mediatek,merge-mute; resets = <&vdosys1 MT8195_VDOSYS1_SW0_RST_B_MERGE1_DL_ASYNC>; }; @@ -2983,7 +2988,7 @@ clock-names = "merge","merge_async"; power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>; mediatek,gce-client-reg = <&gce0 SUBSYS_1c10XXXX 0xe000 0x1000>; - mediatek,merge-mute = <1>; + mediatek,merge-mute; resets = <&vdosys1 MT8195_VDOSYS1_SW0_RST_B_MERGE2_DL_ASYNC>; }; @@ -2996,7 +3001,7 @@ clock-names = "merge","merge_async"; power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>; mediatek,gce-client-reg = <&gce0 SUBSYS_1c10XXXX 0xf000 0x1000>; - mediatek,merge-mute = <1>; + mediatek,merge-mute; resets = <&vdosys1 MT8195_VDOSYS1_SW0_RST_B_MERGE3_DL_ASYNC>; }; @@ -3009,7 +3014,7 @@ clock-names = "merge","merge_async"; power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>; mediatek,gce-client-reg = <&gce0 SUBSYS_1c11XXXX 0x0000 0x1000>; - mediatek,merge-fifo-en = <1>; + mediatek,merge-fifo-en; resets = <&vdosys1 MT8195_VDOSYS1_SW0_RST_B_MERGE4_DL_ASYNC>; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/nvidia/tegra186.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/nvidia/tegra186.dtsi @@ -135,7 +135,8 @@ clocks = <&bpmp TEGRA186_CLK_AHUB>; clock-names = "ahub"; assigned-clocks = <&bpmp TEGRA186_CLK_AHUB>; - assigned-clock-parents = <&bpmp TEGRA186_CLK_PLL_A_OUT0>; + assigned-clock-parents = <&bpmp TEGRA186_CLK_PLLP_OUT0>; + assigned-clock-rates = <81600000>; #address-cells = <1>; #size-cells = <1>; ranges = <0x02900800 0x02900800 0x11800>; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/nvidia/tegra194.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/nvidia/tegra194.dtsi @@ -231,7 +231,8 @@ clocks = <&bpmp TEGRA194_CLK_AHUB>; clock-names = "ahub"; assigned-clocks = <&bpmp TEGRA194_CLK_AHUB>; - assigned-clock-parents = <&bpmp TEGRA194_CLK_PLLA_OUT0>; + assigned-clock-parents = <&bpmp TEGRA194_CLK_PLLP_OUT0>; + assigned-clock-rates = <81600000>; status = "disabled"; #address-cells = <2>; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/nvidia/tegra210-smaug.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/nvidia/tegra210-smaug.dts @@ -1317,6 +1317,7 @@ uartd: serial@70006300 { compatible = "nvidia,tegra30-hsuart"; + reset-names = "serial"; status = "okay"; bluetooth { --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/nvidia/tegra210.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/nvidia/tegra210.dtsi @@ -1386,7 +1386,8 @@ clocks = <&tegra_car TEGRA210_CLK_D_AUDIO>; clock-names = "ahub"; assigned-clocks = <&tegra_car TEGRA210_CLK_D_AUDIO>; - assigned-clock-parents = <&tegra_car TEGRA210_CLK_PLL_A_OUT0>; + assigned-clock-parents = <&tegra_car TEGRA210_CLK_PLL_P>; + assigned-clock-rates = <81600000>; #address-cells = <1>; #size-cells = <1>; ranges = <0x702d0000 0x702d0000 0x0000e400>; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/nvidia/tegra234-p3737-0000+p3701-0000.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/nvidia/tegra234-p3737-0000+p3701-0000.dts @@ -2010,6 +2010,7 @@ serial@3100000 { compatible = "nvidia,tegra194-hsuart"; + reset-names = "serial"; status = "okay"; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/nvidia/tegra234-p3740-0002+p3701-0008.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/nvidia/tegra234-p3740-0002+p3701-0008.dts @@ -12,6 +12,7 @@ aliases { serial0 = &tcu; + serial1 = &uarta; }; chosen { --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/nvidia/tegra234-p3767.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/nvidia/tegra234-p3767.dtsi @@ -28,7 +28,7 @@ flash@0 { compatible = "jedec,spi-nor"; reg = <0>; - spi-max-frequency = <136000000>; + spi-max-frequency = <102000000>; spi-tx-bus-width = <4>; spi-rx-bus-width = <4>; }; @@ -42,7 +42,7 @@ mmc@3400000 { status = "okay"; bus-width = <4>; - cd-gpios = <&gpio TEGRA234_MAIN_GPIO(G, 7) GPIO_ACTIVE_HIGH>; + cd-gpios = <&gpio TEGRA234_MAIN_GPIO(G, 7) GPIO_ACTIVE_LOW>; disable-wp; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/nvidia/tegra234.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/nvidia/tegra234.dtsi @@ -43,12 +43,12 @@ , , , - , - , - , - , - , - ; + , + , + , + , + , + ; status = "okay"; }; @@ -180,7 +180,8 @@ clocks = <&bpmp TEGRA234_CLK_AHUB>; clock-names = "ahub"; assigned-clocks = <&bpmp TEGRA234_CLK_AHUB>; - assigned-clock-parents = <&bpmp TEGRA234_CLK_PLLA_OUT0>; + assigned-clock-parents = <&bpmp TEGRA234_CLK_PLLP_OUT0>; + assigned-clock-rates = <81600000>; status = "disabled"; #address-cells = <2>; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/apq8016-sbc.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/apq8016-sbc.dts @@ -198,6 +198,9 @@ pd-gpios = <&tlmm 32 GPIO_ACTIVE_HIGH>; avdd-supply = <&pm8916_l6>; + a2vdd-supply = <&pm8916_l6>; + dvdd-supply = <&pm8916_l6>; + pvdd-supply = <&pm8916_l6>; v1p2-supply = <&pm8916_l6>; v3p3-supply = <&pm8916_l17>; @@ -278,7 +281,7 @@ compatible = "ovti,ov5640"; reg = <0x3b>; - enable-gpios = <&tlmm 34 GPIO_ACTIVE_HIGH>; + powerdown-gpios = <&tlmm 34 GPIO_ACTIVE_HIGH>; reset-gpios = <&tlmm 35 GPIO_ACTIVE_LOW>; pinctrl-names = "default"; pinctrl-0 = <&camera_rear_default>; @@ -287,9 +290,9 @@ clock-names = "xclk"; clock-frequency = <23880000>; - vdddo-supply = <&camera_vdddo_1v8>; - vdda-supply = <&camera_vdda_2v8>; - vddd-supply = <&camera_vddd_1v5>; + DOVDD-supply = <&camera_vdddo_1v8>; + AVDD-supply = <&camera_vdda_2v8>; + DVDD-supply = <&camera_vddd_1v5>; /* No camera mezzanine by default */ status = "disabled"; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/apq8096-db820c.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/apq8096-db820c.dts @@ -62,25 +62,23 @@ stdout-path = "serial0:115200n8"; }; - clocks { - divclk4: divclk4 { - compatible = "fixed-clock"; - #clock-cells = <0>; - clock-frequency = <32768>; - clock-output-names = "divclk4"; + div1_mclk: divclk1 { + compatible = "gpio-gate-clock"; + pinctrl-0 = <&audio_mclk>; + pinctrl-names = "default"; + clocks = <&rpmcc RPM_SMD_DIV_CLK1>; + #clock-cells = <0>; + enable-gpios = <&pm8994_gpios 15 0>; + }; - pinctrl-names = "default"; - pinctrl-0 = <&divclk4_pin_a>; - }; + divclk4: divclk4 { + compatible = "fixed-clock"; + #clock-cells = <0>; + clock-frequency = <32768>; + clock-output-names = "divclk4"; - div1_mclk: divclk1 { - compatible = "gpio-gate-clock"; - pinctrl-0 = <&audio_mclk>; - pinctrl-names = "default"; - clocks = <&rpmcc RPM_SMD_DIV_CLK1>; - #clock-cells = <0>; - enable-gpios = <&pm8994_gpios 15 0>; - }; + pinctrl-names = "default"; + pinctrl-0 = <&divclk4_pin_a>; }; gpio-keys { @@ -208,6 +206,25 @@ status = "okay"; }; +&hdmi { + status = "okay"; + + pinctrl-names = "default", "sleep"; + pinctrl-0 = <&hdmi_hpd_active &hdmi_ddc_active>; + pinctrl-1 = <&hdmi_hpd_suspend &hdmi_ddc_suspend>; + + core-vdda-supply = <&vreg_l12a_1p8>; + core-vcc-supply = <&vreg_s4a_1p8>; +}; + +&hdmi_phy { + status = "okay"; + + vddio-supply = <&vreg_l12a_1p8>; + vcca-supply = <&vreg_l28a_0p925>; + #phy-cells = <0>; +}; + &hsusb_phy1 { status = "okay"; @@ -232,25 +249,6 @@ status = "okay"; }; -&mdss_hdmi { - status = "okay"; - - pinctrl-names = "default", "sleep"; - pinctrl-0 = <&mdss_hdmi_hpd_active &mdss_hdmi_ddc_active>; - pinctrl-1 = <&mdss_hdmi_hpd_suspend &mdss_hdmi_ddc_suspend>; - - core-vdda-supply = <&vreg_l12a_1p8>; - core-vcc-supply = <&vreg_s4a_1p8>; -}; - -&mdss_hdmi_phy { - status = "okay"; - - vddio-supply = <&vreg_l12a_1p8>; - vcca-supply = <&vreg_l28a_0p925>; - #phy-cells = <0>; -}; - &mmcc { vdd-gfx-supply = <&vdd_gfx>; }; @@ -433,28 +431,28 @@ drive-strength = <2>; }; - mdss_hdmi_hpd_active: mdss_hdmi-hpd-active-state { + hdmi_hpd_active: hdmi-hpd-active-state { pins = "gpio34"; function = "hdmi_hot"; bias-pull-down; drive-strength = <16>; }; - mdss_hdmi_hpd_suspend: mdss_hdmi-hpd-suspend-state { + hdmi_hpd_suspend: hdmi-hpd-suspend-state { pins = "gpio34"; function = "hdmi_hot"; bias-pull-down; drive-strength = <2>; }; - mdss_hdmi_ddc_active: mdss_hdmi-ddc-active-state { + hdmi_ddc_active: hdmi-ddc-active-state { pins = "gpio32", "gpio33"; function = "hdmi_ddc"; drive-strength = <2>; bias-pull-up; }; - mdss_hdmi_ddc_suspend: mdss_hdmi-ddc-suspend-state { + hdmi_ddc_suspend: hdmi-ddc-suspend-state { pins = "gpio32", "gpio33"; function = "hdmi_ddc"; drive-strength = <2>; @@ -1043,7 +1041,7 @@ }; }; - mdss_hdmi-dai-link { + hdmi-dai-link { link-name = "HDMI"; cpu { sound-dai = <&q6afedai HDMI_RX>; @@ -1054,7 +1052,7 @@ }; codec { - sound-dai = <&mdss_hdmi 0>; + sound-dai = <&hdmi 0>; }; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/apq8096-ifc6640.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/apq8096-ifc6640.dts @@ -92,15 +92,15 @@ status = "okay"; }; -&mdss { +&hdmi { status = "okay"; }; -&mdss_hdmi { +&hdmi_phy { status = "okay"; }; -&mdss_hdmi_phy { +&mdss { status = "okay"; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/ipq5332.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/ipq5332.dtsi @@ -135,7 +135,7 @@ reg = <0x0 0x4a800000 0x0 0x100000>; no-map; - hwlocks = <&tcsr_mutex 0>; + hwlocks = <&tcsr_mutex 3>; }; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/ipq6018.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/ipq6018.dtsi @@ -207,7 +207,7 @@ smem { compatible = "qcom,smem"; memory-region = <&smem_region>; - hwlocks = <&tcsr_mutex 0>; + hwlocks = <&tcsr_mutex 3>; }; soc: soc@0 { @@ -389,7 +389,7 @@ tcsr_mutex: hwlock@1905000 { compatible = "qcom,ipq6018-tcsr-mutex", "qcom,tcsr-mutex"; - reg = <0x0 0x01905000 0x0 0x1000>; + reg = <0x0 0x01905000 0x0 0x20000>; #hwlock-cells = <1>; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/ipq8074.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/ipq8074.dtsi @@ -101,7 +101,7 @@ reg = <0x0 0x4ab00000 0x0 0x100000>; no-map; - hwlocks = <&tcsr_mutex 0>; + hwlocks = <&tcsr_mutex 3>; }; memory@4ac00000 { @@ -794,10 +794,10 @@ pcie1: pci@10000000 { compatible = "qcom,pcie-ipq8074"; - reg = <0x10000000 0xf1d>, - <0x10000f20 0xa8>, - <0x00088000 0x2000>, - <0x10100000 0x1000>; + reg = <0x10000000 0xf1d>, + <0x10000f20 0xa8>, + <0x00088000 0x2000>, + <0x10100000 0x1000>; reg-names = "dbi", "elbi", "parf", "config"; device_type = "pci"; linux,pci-domain = <1>; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/ipq9574.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/ipq9574.dtsi @@ -174,7 +174,7 @@ smem@4aa00000 { compatible = "qcom,smem"; reg = <0x0 0x4aa00000 0x0 0x100000>; - hwlocks = <&tcsr_mutex 0>; + hwlocks = <&tcsr_mutex 3>; no-map; }; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/msm8916-longcheer-l8150.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/msm8916-longcheer-l8150.dts @@ -165,7 +165,7 @@ pinctrl-0 = <&light_int_default>; vdd-supply = <&pm8916_l17>; - vio-supply = <&pm8916_l6>; + vddio-supply = <&pm8916_l6>; }; gyroscope@68 { --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/msm8916-samsung-serranove.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/msm8916-samsung-serranove.dts @@ -219,9 +219,9 @@ compatible = "yamaha,yas537"; reg = <0x2e>; - mount-matrix = "0", "1", "0", - "1", "0", "0", - "0", "0", "-1"; + mount-matrix = "0", "1", "0", + "1", "0", "0", + "0", "0", "-1"; }; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/msm8916.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/msm8916.dtsi @@ -1805,7 +1805,7 @@ #size-cells = <1>; #iommu-cells = <1>; compatible = "qcom,msm8916-iommu", "qcom,msm-iommu-v1"; - ranges = <0 0x01e20000 0x40000>; + ranges = <0 0x01e20000 0x20000>; reg = <0x01ef0000 0x3000>; clocks = <&gcc GCC_SMMU_CFG_CLK>, <&gcc GCC_APSS_TCU_CLK>; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/msm8939.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/msm8939.dtsi @@ -55,6 +55,7 @@ L2_1: l2-cache { compatible = "cache"; cache-level = <2>; + cache-unified; }; }; @@ -111,6 +112,7 @@ L2_0: l2-cache { compatible = "cache"; cache-level = <2>; + cache-unified; }; }; @@ -155,7 +157,7 @@ idle-states { CPU_SLEEP_0: cpu-sleep-0 { - compatible ="qcom,idle-state-spc", "arm,idle-state"; + compatible = "arm,idle-state"; entry-latency-us = <130>; exit-latency-us = <150>; min-residency-us = <2000>; @@ -1447,7 +1449,7 @@ apps_iommu: iommu@1ef0000 { compatible = "qcom,msm8916-iommu", "qcom,msm-iommu-v1"; reg = <0x01ef0000 0x3000>; - ranges = <0 0x01e20000 0x40000>; + ranges = <0 0x01e20000 0x20000>; clocks = <&gcc GCC_SMMU_CFG_CLK>, <&gcc GCC_APSS_TCU_CLK>; clock-names = "iface", "bus"; @@ -1644,7 +1646,7 @@ clocks = <&gcc GCC_SDCC2_AHB_CLK>, <&gcc GCC_SDCC2_APPS_CLK>, <&rpmcc RPM_SMD_XO_CLK_SRC>; - clock-names = "iface", "core", "xo"; + clock-names = "iface", "core", "xo"; resets = <&gcc GCC_SDCC2_BCR>; pinctrl-0 = <&sdc2_default>; pinctrl-1 = <&sdc2_sleep>; @@ -1731,7 +1733,7 @@ interrupts = ; clocks = <&gcc GCC_BLSP1_QUP2_I2C_APPS_CLK>, <&gcc GCC_BLSP1_AHB_CLK>; - clock-names = "core", "iface"; + clock-names = "core", "iface"; dmas = <&blsp_dma 6>, <&blsp_dma 7>; dma-names = "tx", "rx"; pinctrl-0 = <&blsp_i2c2_default>; @@ -1765,7 +1767,7 @@ interrupts = ; clocks = <&gcc GCC_BLSP1_QUP3_I2C_APPS_CLK>, <&gcc GCC_BLSP1_AHB_CLK>; - clock-names = "core", "iface"; + clock-names = "core", "iface"; dmas = <&blsp_dma 8>, <&blsp_dma 9>; dma-names = "tx", "rx"; pinctrl-0 = <&blsp_i2c3_default>; @@ -1799,7 +1801,7 @@ interrupts = ; clocks = <&gcc GCC_BLSP1_QUP4_I2C_APPS_CLK>, <&gcc GCC_BLSP1_AHB_CLK>; - clock-names = "core", "iface"; + clock-names = "core", "iface"; dmas = <&blsp_dma 10>, <&blsp_dma 11>; dma-names = "tx", "rx"; pinctrl-0 = <&blsp_i2c4_default>; @@ -1833,7 +1835,7 @@ interrupts = ; clocks = <&gcc GCC_BLSP1_QUP5_I2C_APPS_CLK>, <&gcc GCC_BLSP1_AHB_CLK>; - clock-names = "core", "iface"; + clock-names = "core", "iface"; dmas = <&blsp_dma 12>, <&blsp_dma 13>; dma-names = "tx", "rx"; pinctrl-0 = <&blsp_i2c5_default>; @@ -1867,7 +1869,7 @@ interrupts = ; clocks = <&gcc GCC_BLSP1_QUP6_I2C_APPS_CLK>, <&gcc GCC_BLSP1_AHB_CLK>; - clock-names = "core", "iface"; + clock-names = "core", "iface"; dmas = <&blsp_dma 14>, <&blsp_dma 15>; dma-names = "tx", "rx"; pinctrl-0 = <&blsp_i2c6_default>; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/msm8953-xiaomi-daisy.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/msm8953-xiaomi-daisy.dts @@ -17,7 +17,7 @@ compatible = "xiaomi,daisy", "qcom,msm8953"; chassis-type = "handset"; qcom,msm-id = <293 0>; - qcom,board-id= <0x1000b 0x9>; + qcom,board-id = <0x1000b 0x9>; chosen { #address-cells = <2>; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/msm8953-xiaomi-vince.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/msm8953-xiaomi-vince.dts @@ -20,7 +20,7 @@ compatible = "xiaomi,vince", "qcom,msm8953"; chassis-type = "handset"; qcom,msm-id = <293 0>; - qcom,board-id= <0x1000b 0x08>; + qcom,board-id = <0x1000b 0x08>; gpio-keys { compatible = "gpio-keys"; @@ -132,7 +132,6 @@ touchscreen@20 { reg = <0x20>; compatible = "syna,rmi4-i2c"; - interrupts-parent = <&tlmm>; interrupts-extended = <&tlmm 65 IRQ_TYPE_EDGE_FALLING>; #address-cells = <1>; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/msm8976.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/msm8976.dtsi @@ -303,7 +303,7 @@ smp2p-modem { compatible = "qcom,smp2p"; interrupts = ; - qcom,ipc = <&apcs 8 13>; + qcom,ipc = <&apcs 8 14>; qcom,local-pid = <0>; qcom,remote-pid = <1>; @@ -326,7 +326,7 @@ smp2p-wcnss { compatible = "qcom,smp2p"; interrupts = ; - qcom,ipc = <&apcs 8 17>; + qcom,ipc = <&apcs 8 18>; qcom,local-pid = <0>; qcom,remote-pid = <4>; @@ -428,9 +428,9 @@ #address-cells = <1>; #size-cells = <0>; - qcom,ipc-1 = <&apcs 8 12>; + qcom,ipc-1 = <&apcs 8 13>; qcom,ipc-2 = <&apcs 8 9>; - qcom,ipc-3 = <&apcs 8 18>; + qcom,ipc-3 = <&apcs 8 19>; apps_smsm: apps@0 { reg = <0>; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/msm8992-xiaomi-libra.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/msm8992-xiaomi-libra.dts @@ -109,11 +109,6 @@ qcom,client-id = <1>; }; - audio_mem: audio@cb400000 { - reg = <0 0xcb000000 0 0x400000>; - no-mem; - }; - qseecom_mem: qseecom@cb400000 { reg = <0 0xcb400000 0 0x1c00000>; no-mem; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/msm8996-mtp.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/msm8996-mtp.dts @@ -24,10 +24,10 @@ status = "okay"; }; -&mdss_hdmi { +&hdmi { status = "okay"; }; -&mdss_hdmi_phy { +&hdmi_phy { status = "okay"; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/msm8996-xiaomi-common.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/msm8996-xiaomi-common.dtsi @@ -11,26 +11,24 @@ #include / { - clocks { - divclk1_cdc: divclk1 { - compatible = "gpio-gate-clock"; - clocks = <&rpmcc RPM_SMD_DIV_CLK1>; - #clock-cells = <0>; - enable-gpios = <&pm8994_gpios 15 GPIO_ACTIVE_HIGH>; + divclk1_cdc: divclk1 { + compatible = "gpio-gate-clock"; + clocks = <&rpmcc RPM_SMD_DIV_CLK1>; + #clock-cells = <0>; + enable-gpios = <&pm8994_gpios 15 GPIO_ACTIVE_HIGH>; - pinctrl-names = "default"; - pinctrl-0 = <&divclk1_default>; - }; + pinctrl-names = "default"; + pinctrl-0 = <&divclk1_default>; + }; - divclk4: divclk4 { - compatible = "fixed-clock"; - #clock-cells = <0>; - clock-frequency = <32768>; - clock-output-names = "divclk4"; + divclk4: divclk4 { + compatible = "fixed-clock"; + #clock-cells = <0>; + clock-frequency = <32768>; + clock-output-names = "divclk4"; - pinctrl-names = "default"; - pinctrl-0 = <&divclk4_pin_a>; - }; + pinctrl-names = "default"; + pinctrl-0 = <&divclk4_pin_a>; }; gpio-keys { --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/msm8996-xiaomi-gemini.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/msm8996-xiaomi-gemini.dts @@ -20,16 +20,14 @@ qcom,pmic-id = <0x20009 0x2000a 0x00 0x00>; qcom,board-id = <31 0>; - clocks { - divclk2_haptics: divclk2 { - compatible = "fixed-clock"; - #clock-cells = <0>; - clock-frequency = <32768>; - clock-output-names = "divclk2"; + divclk2_haptics: divclk2 { + compatible = "fixed-clock"; + #clock-cells = <0>; + clock-frequency = <32768>; + clock-output-names = "divclk2"; - pinctrl-names = "default"; - pinctrl-0 = <&divclk2_pin_a>; - }; + pinctrl-names = "default"; + pinctrl-0 = <&divclk2_pin_a>; }; }; @@ -82,7 +80,7 @@ #size-cells = <0>; interrupt-parent = <&tlmm>; interrupts = <125 IRQ_TYPE_LEVEL_LOW>; - vdda-supply = <&vreg_l6a_1p8>; + vio-supply = <&vreg_l6a_1p8>; vdd-supply = <&vdd_3v2_tp>; reset-gpios = <&tlmm 89 GPIO_ACTIVE_LOW>; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/msm8996.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/msm8996.dtsi @@ -895,7 +895,7 @@ <&mdss_dsi0_phy 0>, <&mdss_dsi1_phy 1>, <&mdss_dsi1_phy 0>, - <&mdss_hdmi_phy>; + <&hdmi_phy>; clock-names = "xo", "gpll0", "gcc_mmss_noc_cfg_ahb_clk", @@ -980,7 +980,7 @@ port@0 { reg = <0>; mdp5_intf3_out: endpoint { - remote-endpoint = <&mdss_hdmi_in>; + remote-endpoint = <&hdmi_in>; }; }; @@ -1075,7 +1075,7 @@ reg-names = "dsi_ctrl"; interrupt-parent = <&mdss>; - interrupts = <4>; + interrupts = <5>; clocks = <&mmcc MDSS_MDP_CLK>, <&mmcc MDSS_BYTE1_CLK>, @@ -1136,11 +1136,11 @@ status = "disabled"; }; - mdss_hdmi: mdss_hdmi-tx@9a0000 { - compatible = "qcom,mdss_hdmi-tx-8996"; - reg = <0x009a0000 0x50c>, - <0x00070000 0x6158>, - <0x009e0000 0xfff>; + hdmi: hdmi-tx@9a0000 { + compatible = "qcom,hdmi-tx-8996"; + reg = <0x009a0000 0x50c>, + <0x00070000 0x6158>, + <0x009e0000 0xfff>; reg-names = "core_physical", "qfprom_physical", "hdcp_physical"; @@ -1160,7 +1160,7 @@ "alt_iface", "extp"; - phys = <&mdss_hdmi_phy>; + phys = <&hdmi_phy>; #sound-dai-cells = <1>; status = "disabled"; @@ -1171,16 +1171,16 @@ port@0 { reg = <0>; - mdss_hdmi_in: endpoint { + hdmi_in: endpoint { remote-endpoint = <&mdp5_intf3_out>; }; }; }; }; - mdss_hdmi_phy: phy@9a0600 { + hdmi_phy: phy@9a0600 { #phy-cells = <0>; - compatible = "qcom,mdss_hdmi-phy-8996"; + compatible = "qcom,hdmi-phy-8996"; reg = <0x009a0600 0x1c4>, <0x009a0a00 0x124>, <0x009a0c00 0x124>, @@ -3336,6 +3336,9 @@ #size-cells = <1>; ranges; + interrupts = ; + interrupt-names = "hs_phy_irq"; + clocks = <&gcc GCC_PERIPH_NOC_USB20_AHB_CLK>, <&gcc GCC_USB20_MASTER_CLK>, <&gcc GCC_USB20_MOCK_UTMI_CLK>, --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/msm8996pro-xiaomi-natrium.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/msm8996pro-xiaomi-natrium.dts @@ -106,7 +106,7 @@ &sound { compatible = "qcom,apq8096-sndcard"; model = "natrium"; - audio-routing = "RX_BIAS", "MCLK"; + audio-routing = "RX_BIAS", "MCLK"; mm1-dai-link { link-name = "MultiMedia1"; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/msm8998.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/msm8998.dtsi @@ -909,10 +909,10 @@ pcie0: pci@1c00000 { compatible = "qcom,pcie-msm8998", "qcom,pcie-msm8996"; - reg = <0x01c00000 0x2000>, - <0x1b000000 0xf1d>, - <0x1b000f20 0xa8>, - <0x1b100000 0x100000>; + reg = <0x01c00000 0x2000>, + <0x1b000000 0xf1d>, + <0x1b000f20 0xa8>, + <0x1b100000 0x100000>; reg-names = "parf", "dbi", "elbi", "config"; device_type = "pci"; linux,pci-domain = <0>; @@ -2074,11 +2074,11 @@ spmi_bus: spmi@800f000 { compatible = "qcom,spmi-pmic-arb"; - reg = <0x0800f000 0x1000>, - <0x08400000 0x1000000>, - <0x09400000 0x1000000>, - <0x0a400000 0x220000>, - <0x0800a000 0x3000>; + reg = <0x0800f000 0x1000>, + <0x08400000 0x1000000>, + <0x09400000 0x1000000>, + <0x0a400000 0x220000>, + <0x0800a000 0x3000>; reg-names = "core", "chnls", "obsrvr", "intr", "cnfg"; interrupt-names = "periph_irq"; interrupts = ; @@ -2737,10 +2737,10 @@ clocks = <&mmcc MNOC_AHB_CLK>, <&mmcc BIMC_SMMU_AHB_CLK>, - <&rpmcc RPM_SMD_MMAXI_CLK>, <&mmcc BIMC_SMMU_AXI_CLK>; - clock-names = "iface-mm", "iface-smmu", - "bus-mm", "bus-smmu"; + clock-names = "iface-mm", + "iface-smmu", + "bus-smmu"; #global-interrupts = <0>; interrupts = @@ -2764,6 +2764,8 @@ , , ; + + power-domains = <&mmcc BIMC_SMMU_GDSC>; }; remoteproc_adsp: remoteproc@17300000 { --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/pm6150l.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/pm6150l.dtsi @@ -121,8 +121,9 @@ pm6150l_wled: leds@d800 { compatible = "qcom,pm6150l-wled"; reg = <0xd800>, <0xd900>; - interrupts = <0x5 0xd8 0x1 IRQ_TYPE_EDGE_RISING>; - interrupt-names = "ovp"; + interrupts = <0x5 0xd8 0x1 IRQ_TYPE_EDGE_RISING>, + <0x5 0xd8 0x2 IRQ_TYPE_EDGE_RISING>; + interrupt-names = "ovp", "short"; label = "backlight"; status = "disabled"; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/pm660l.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/pm660l.dtsi @@ -74,8 +74,9 @@ pm660l_wled: leds@d800 { compatible = "qcom,pm660l-wled"; reg = <0xd800>, <0xd900>; - interrupts = <0x3 0xd8 0x1 IRQ_TYPE_EDGE_RISING>; - interrupt-names = "ovp"; + interrupts = <0x3 0xd8 0x1 IRQ_TYPE_EDGE_RISING>, + <0x3 0xd8 0x2 IRQ_TYPE_EDGE_RISING>; + interrupt-names = "ovp", "short"; label = "backlight"; status = "disabled"; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/pm8350.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/pm8350.dtsi @@ -8,7 +8,7 @@ / { thermal-zones { - pm8350_thermal: pm8350c-thermal { + pm8350_thermal: pm8350-thermal { polling-delay-passive = <100>; polling-delay = <0>; thermal-sensors = <&pm8350_temp_alarm>; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/pm8350b.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/pm8350b.dtsi @@ -8,7 +8,7 @@ / { thermal-zones { - pm8350b_thermal: pm8350c-thermal { + pm8350b_thermal: pm8350b-thermal { polling-delay-passive = <100>; polling-delay = <0>; thermal-sensors = <&pm8350b_temp_alarm>; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/pmi8950.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/pmi8950.dtsi @@ -87,8 +87,9 @@ pmi8950_wled: leds@d800 { compatible = "qcom,pmi8950-wled"; reg = <0xd800>, <0xd900>; - interrupts = <0x3 0xd8 0x02 IRQ_TYPE_EDGE_RISING>; - interrupt-names = "short"; + interrupts = <0x3 0xd8 0x1 IRQ_TYPE_EDGE_RISING>, + <0x3 0xd8 0x2 IRQ_TYPE_EDGE_RISING>; + interrupt-names = "ovp", "short"; label = "backlight"; status = "disabled"; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/pmi8994.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/pmi8994.dtsi @@ -54,8 +54,9 @@ pmi8994_wled: wled@d800 { compatible = "qcom,pmi8994-wled"; reg = <0xd800>, <0xd900>; - interrupts = <3 0xd8 0x02 IRQ_TYPE_EDGE_RISING>; - interrupt-names = "short"; + interrupts = <0x3 0xd8 0x1 IRQ_TYPE_EDGE_RISING>, + <0x3 0xd8 0x2 IRQ_TYPE_EDGE_RISING>; + interrupt-names = "ovp", "short"; qcom,cabc; qcom,external-pfet; status = "disabled"; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/pmk8350.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/pmk8350.dtsi @@ -59,7 +59,7 @@ }; pmk8350_adc_tm: adc-tm@3400 { - compatible = "qcom,adc-tm7"; + compatible = "qcom,spmi-adc-tm5-gen2"; reg = <0x3400>; interrupts = ; #address-cells = <1>; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/pmr735b.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/pmr735b.dtsi @@ -8,7 +8,7 @@ / { thermal-zones { - pmr735a_thermal: pmr735a-thermal { + pmr735b_thermal: pmr735b-thermal { polling-delay-passive = <100>; polling-delay = <0>; thermal-sensors = <&pmr735b_temp_alarm>; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/qcm2290.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/qcm2290.dtsi @@ -790,7 +790,7 @@ , , ; - dma-channels = <10>; + dma-channels = <10>; dma-channel-mask = <0x1f>; iommus = <&apps_smmu 0xf6 0x0>; #dma-cells = <3>; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/qcs404.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/qcs404.dtsi @@ -1459,10 +1459,10 @@ pcie: pci@10000000 { compatible = "qcom,pcie-qcs404"; - reg = <0x10000000 0xf1d>, - <0x10000f20 0xa8>, - <0x07780000 0x2000>, - <0x10001000 0x2000>; + reg = <0x10000000 0xf1d>, + <0x10000f20 0xa8>, + <0x07780000 0x2000>, + <0x10001000 0x2000>; reg-names = "dbi", "elbi", "parf", "config"; device_type = "pci"; linux,pci-domain = <0>; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/qrb2210-rb1.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/qrb2210-rb1.dts @@ -13,7 +13,7 @@ compatible = "qcom,qrb2210-rb1", "qcom,qrb2210", "qcom,qcm2290"; aliases { - serial0 = &uart0; + serial0 = &uart4; sdhc1 = &sdhc_1; sdhc2 = &sdhc_2; }; @@ -94,7 +94,7 @@ }; /* UART connected to the Micro-USB port via a FTDI chip */ -&uart0 { +&uart4 { compatible = "qcom,geni-debug-uart"; status = "okay"; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/sa8540p.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/sa8540p.dtsi @@ -207,7 +207,7 @@ linux,pci-domain = <2>; - interrupts = ; + interrupts = ; interrupt-names = "msi"; interrupt-map = <0 0 0 1 &intc 0 0 GIC_SPI 541 IRQ_TYPE_LEVEL_HIGH>, --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/sa8775p-pmics.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/sa8775p-pmics.dtsi @@ -173,7 +173,7 @@ compatible = "qcom,pmm8654au-gpio", "qcom,spmi-gpio"; reg = <0x8800>; gpio-controller; - gpio-ranges = <&pmm8654au_2_gpios 0 0 12>; + gpio-ranges = <&pmm8654au_1_gpios 0 0 12>; #gpio-cells = <2>; interrupt-controller; #interrupt-cells = <2>; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/sc7280-herobrine-audio-rt5682-3mic.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/sc7280-herobrine-audio-rt5682-3mic.dtsi @@ -13,7 +13,7 @@ compatible = "google,sc7280-herobrine"; model = "sc7280-rt5682-max98360a-3mic"; - audio-routing = "VA DMIC0", "vdd-micb", + audio-routing = "VA DMIC0", "vdd-micb", "VA DMIC1", "vdd-micb", "VA DMIC2", "vdd-micb", "VA DMIC3", "vdd-micb", --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/sc7280.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/sc7280.dtsi @@ -649,18 +649,6 @@ }; }; - eud_typec: connector { - compatible = "usb-c-connector"; - - ports { - port@0 { - con_eud: endpoint { - remote-endpoint = <&eud_con>; - }; - }; - }; - }; - memory@80000000 { device_type = "memory"; /* We expect the bootloader to fill in the size */ @@ -869,7 +857,8 @@ clocks = <&rpmhcc RPMH_CXO_CLK>, <&rpmhcc RPMH_CXO_CLK_A>, <&sleep_clk>, <0>, <&pcie1_lane>, - <0>, <0>, <0>, <0>; + <0>, <0>, <0>, + <&usb_1_ssphy>; clock-names = "bi_tcxo", "bi_tcxo_ao", "sleep_clk", "pcie_0_pipe_clk", "pcie_1_pipe_clk", "ufs_phy_rx_symbol_0_clk", "ufs_phy_rx_symbol_1_clk", @@ -2449,7 +2438,7 @@ <&apps_smmu 0x1821 0>, <&apps_smmu 0x1832 0>; - power-domains = <&rpmhpd SC7280_LCX>; + power-domains = <&rpmhpd SC7280_LCX>; power-domain-names = "lcx"; required-opps = <&rpmhpd_opp_nom>; @@ -3624,6 +3613,8 @@ <0 0x88e2000 0 0x1000>; interrupts-extended = <&pdc 11 IRQ_TYPE_LEVEL_HIGH>; + status = "disabled"; + ports { #address-cells = <1>; #size-cells = <0>; @@ -3634,13 +3625,6 @@ remote-endpoint = <&usb2_role_switch>; }; }; - - port@1 { - reg = <1>; - eud_con: endpoint { - remote-endpoint = <&con_eud>; - }; - }; }; }; @@ -5363,6 +5347,14 @@ reg = <0 0x18591000 0 0x1000>, <0 0x18592000 0 0x1000>, <0 0x18593000 0 0x1000>; + + interrupts = , + , + ; + interrupt-names = "dcvsh-irq-0", + "dcvsh-irq-1", + "dcvsh-irq-2"; + clocks = <&rpmhcc RPMH_CXO_CLK>, <&gcc GCC_GPLL0>; clock-names = "xo", "alternate"; #freq-domain-cells = <1>; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/sc8180x-pmics.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/sc8180x-pmics.dtsi @@ -74,7 +74,7 @@ #address-cells = <1>; #size-cells = <0>; - pon: power-on@800 { + pon: pon@800 { compatible = "qcom,pm8916-pon"; reg = <0x0800>; pwrkey { @@ -142,9 +142,10 @@ }; pmc8180_gpios: gpio@c000 { - compatible = "qcom,pmc8180-gpio"; + compatible = "qcom,pmc8180-gpio", "qcom,spmi-gpio"; reg = <0xc000>; gpio-controller; + gpio-ranges = <&pmc8180_gpios 0 0 10>; #gpio-cells = <2>; interrupt-controller; #interrupt-cells = <2>; @@ -246,7 +247,7 @@ #address-cells = <1>; #size-cells = <0>; - power-on@800 { + pon@800 { compatible = "qcom,pm8916-pon"; reg = <0x0800>; @@ -300,9 +301,10 @@ }; pmc8180c_gpios: gpio@c000 { - compatible = "qcom,pmc8180c-gpio"; + compatible = "qcom,pmc8180c-gpio", "qcom,spmi-gpio"; reg = <0xc000>; gpio-controller; + gpio-ranges = <&pmc8180c_gpios 0 0 12>; #gpio-cells = <2>; interrupt-controller; #interrupt-cells = <2>; @@ -313,7 +315,7 @@ compatible = "qcom,pmc8180c", "qcom,spmi-pmic"; reg = <0x5 SPMI_USID>; - pmc8180c_lpg: lpg { + pmc8180c_lpg: pwm { compatible = "qcom,pmc8180c-lpg"; #address-cells = <1>; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/sc8180x.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/sc8180x.dtsi @@ -64,6 +64,7 @@ L3_0: l3-cache { compatible = "cache"; cache-level = <3>; + cache-unified; }; }; }; @@ -298,7 +299,7 @@ domain-idle-states { CLUSTER_SLEEP_0: cluster-sleep-0 { compatible = "domain-idle-state"; - arm,psci-suspend-param = <0x4100c244>; + arm,psci-suspend-param = <0x4100a344>; entry-latency-us = <3263>; exit-latency-us = <6562>; min-residency-us = <9987>; @@ -2252,7 +2253,7 @@ }; gmu: gmu@2c6a000 { - compatible="qcom,adreno-gmu-680.1", "qcom,adreno-gmu"; + compatible = "qcom,adreno-gmu-680.1", "qcom,adreno-gmu"; reg = <0 0x02c6a000 0 0x30000>, <0 0x0b290000 0 0x10000>, @@ -2541,8 +2542,11 @@ system-cache-controller@9200000 { compatible = "qcom,sc8180x-llcc"; - reg = <0 0x09200000 0 0x50000>, <0 0x09600000 0 0x50000>; - reg-names = "llcc_base", "llcc_broadcast_base"; + reg = <0 0x09200000 0 0x50000>, <0 0x09280000 0 0x50000>, + <0 0x09300000 0 0x50000>, <0 0x09380000 0 0x50000>, + <0 0x09600000 0 0x50000>; + reg-names = "llcc0_base", "llcc1_base", "llcc2_base", + "llcc3_base", "llcc_broadcast_base"; interrupts = ; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/sc8280xp-crd.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/sc8280xp-crd.dts @@ -167,7 +167,7 @@ regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; - gpio = <&pmc8280_1_gpios 1 GPIO_ACTIVE_HIGH>; + gpio = <&pmc8280_1_gpios 2 GPIO_ACTIVE_HIGH>; enable-active-high; pinctrl-names = "default"; @@ -757,7 +757,7 @@ }; misc_3p3_reg_en: misc-3p3-reg-en-state { - pins = "gpio1"; + pins = "gpio2"; function = "normal"; }; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts @@ -12,6 +12,7 @@ #include #include #include +#include #include #include "sc8280xp.dtsi" @@ -78,6 +79,21 @@ }; }; + leds { + compatible = "gpio-leds"; + + led-camera-indicator { + label = "white:camera-indicator"; + function = LED_FUNCTION_INDICATOR; + color = ; + gpios = <&tlmm 28 GPIO_ACTIVE_HIGH>; + linux,default-trigger = "none"; + default-state = "off"; + /* Reuse as a panic indicator until we get a "camera on" trigger */ + panic-indicator; + }; + }; + pmic-glink { compatible = "qcom,sc8280xp-pmic-glink", "qcom,pmic-glink"; @@ -1246,7 +1262,7 @@ }; &tlmm { - gpio-reserved-ranges = <70 2>, <74 6>, <83 4>, <125 2>, <128 2>, <154 7>; + gpio-reserved-ranges = <70 2>, <74 6>, <125 2>, <128 2>, <154 4>; bt_default: bt-default-state { hstp-bt-en-pins { --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/sc8280xp.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/sc8280xp.dtsi @@ -298,6 +298,7 @@ firmware { scm: scm { compatible = "qcom,scm-sc8280xp", "qcom,scm"; + interconnects = <&aggre2_noc MASTER_CRYPTO 0 &mc_virt SLAVE_EBI1 0>; }; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/sdm630.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/sdm630.dtsi @@ -1196,11 +1196,11 @@ spmi_bus: spmi@800f000 { compatible = "qcom,spmi-pmic-arb"; - reg = <0x0800f000 0x1000>, - <0x08400000 0x1000000>, - <0x09400000 0x1000000>, - <0x0a400000 0x220000>, - <0x0800a000 0x3000>; + reg = <0x0800f000 0x1000>, + <0x08400000 0x1000000>, + <0x09400000 0x1000000>, + <0x0a400000 0x220000>, + <0x0800a000 0x3000>; reg-names = "core", "chnls", "obsrvr", "intr", "cnfg"; interrupt-names = "periph_irq"; interrupts = ; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/sdm845-cheza.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/sdm845-cheza.dtsi @@ -143,16 +143,20 @@ }; }; +&cpufreq_hw { + /delete-property/ interrupts-extended; /* reference to lmh_cluster[01] */ +}; + &psci { - /delete-node/ cpu0; - /delete-node/ cpu1; - /delete-node/ cpu2; - /delete-node/ cpu3; - /delete-node/ cpu4; - /delete-node/ cpu5; - /delete-node/ cpu6; - /delete-node/ cpu7; - /delete-node/ cpu-cluster0; + /delete-node/ power-domain-cpu0; + /delete-node/ power-domain-cpu1; + /delete-node/ power-domain-cpu2; + /delete-node/ power-domain-cpu3; + /delete-node/ power-domain-cpu4; + /delete-node/ power-domain-cpu5; + /delete-node/ power-domain-cpu6; + /delete-node/ power-domain-cpu7; + /delete-node/ power-domain-cluster; }; &cpus { @@ -275,6 +279,14 @@ &CLUSTER_SLEEP_0>; }; +&lmh_cluster0 { + status = "disabled"; +}; + +&lmh_cluster1 { + status = "disabled"; +}; + /* * Reserved memory changes * @@ -338,6 +350,8 @@ &apps_rsc { + /delete-property/ power-domains; + regulators-0 { compatible = "qcom,pm8998-rpmh-regulators"; qcom,pmic-id = "a"; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/sdm845-db845c.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/sdm845-db845c.dts @@ -101,6 +101,14 @@ }; }; + reserved-memory { + /* Cont splash region set up by the bootloader */ + cont_splash_mem: framebuffer@9d400000 { + reg = <0x0 0x9d400000 0x0 0x2400000>; + no-map; + }; + }; + lt9611_1v8: lt9611-vdd18-regulator { compatible = "regulator-fixed"; regulator-name = "LT9611_1V8"; @@ -506,6 +514,7 @@ }; &mdss { + memory-region = <&cont_splash_mem>; status = "okay"; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/sdm845-mtp.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/sdm845-mtp.dts @@ -715,6 +715,8 @@ vdd-1.8-xo-supply = <&vreg_l7a_1p8>; vdd-1.3-rfa-supply = <&vreg_l17a_1p3>; vdd-3.3-ch0-supply = <&vreg_l25a_3p3>; + + qcom,snoc-host-cap-8bit-quirk; }; /* PINCTRL - additions to nodes defined in sdm845.dtsi */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/sdm845-oneplus-enchilada.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/sdm845-oneplus-enchilada.dts @@ -57,7 +57,7 @@ &sound { model = "OnePlus 6"; - audio-routing = "RX_BIAS", "MCLK", + audio-routing = "RX_BIAS", "MCLK", "AMIC2", "MIC BIAS2", "AMIC3", "MIC BIAS4", "AMIC4", "MIC BIAS1", --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/sdm845-sony-xperia-tama.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/sdm845-sony-xperia-tama.dtsi @@ -15,6 +15,15 @@ qcom,msm-id = <321 0x20001>; /* SDM845 v2.1 */ qcom,board-id = <8 0>; + aliases { + serial0 = &uart6; + serial1 = &uart9; + }; + + chosen { + stdout-path = "serial0:115200n8"; + }; + gpio-keys { compatible = "gpio-keys"; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/sdm845.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/sdm845.dtsi @@ -1207,6 +1207,7 @@ #clock-cells = <1>; #reset-cells = <1>; #power-domain-cells = <1>; + power-domains = <&rpmhpd SDM845_CX>; }; qfprom@784000 { @@ -2613,7 +2614,7 @@ <0 0>, <0 0>, <0 0>, - <0 300000000>; + <75000000 300000000>; status = "disabled"; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/sdx75.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/sdx75.dtsi @@ -484,14 +484,14 @@ tx-pins { pins = "gpio12"; function = "qup_se1_l2_mira"; - drive-strength= <2>; + drive-strength = <2>; bias-disable; }; rx-pins { pins = "gpio13"; function = "qup_se1_l3_mira"; - drive-strength= <2>; + drive-strength = <2>; bias-disable; }; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/sm6115.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/sm6115.dtsi @@ -1052,7 +1052,7 @@ , , ; - dma-channels = <10>; + dma-channels = <10>; dma-channel-mask = <0xf>; iommus = <&apps_smmu 0xf6 0x0>; #dma-cells = <3>; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/sm6125-sony-xperia-seine-pdx201.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/sm6125-sony-xperia-seine-pdx201.dts @@ -79,7 +79,7 @@ reg = <0x0 0xffc40000 0x0 0xc0000>; record-size = <0x1000>; console-size = <0x40000>; - msg-size = <0x20000 0x20000>; + pmsg-size = <0x20000>; }; cmdline_mem: memory@ffd00000 { --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/sm6125-xiaomi-laurel-sprout.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/sm6125-xiaomi-laurel-sprout.dts @@ -52,7 +52,7 @@ reg = <0x0 0xffc40000 0x0 0xc0000>; record-size = <0x1000>; console-size = <0x40000>; - msg-size = <0x20000 0x20000>; + pmsg-size = <0x20000>; }; cmdline_mem: memory@ffd00000 { --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/sm6125.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/sm6125.dtsi @@ -1204,7 +1204,7 @@ apps_smmu: iommu@c600000 { compatible = "qcom,sm6125-smmu-500", "qcom,smmu-500", "arm,mmu-500"; - reg = <0xc600000 0x80000>; + reg = <0x0c600000 0x80000>; interrupts = , , , --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/sm6350.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/sm6350.dtsi @@ -633,11 +633,6 @@ no-map; }; - pil_gpu_mem: memory@8b715400 { - reg = <0 0x8b715400 0 0x2000>; - no-map; - }; - pil_modem_mem: memory@8b800000 { reg = <0 0x8b800000 0 0xf800000>; no-map; @@ -658,6 +653,11 @@ no-map; }; + pil_gpu_mem: memory@f0d00000 { + reg = <0 0xf0d00000 0 0x1000>; + no-map; + }; + debug_region: memory@ffb00000 { reg = <0 0xffb00000 0 0xc0000>; no-map; @@ -673,7 +673,7 @@ reg = <0 0xffc00000 0 0x100000>; record-size = <0x1000>; console-size = <0x40000>; - msg-size = <0x20000 0x20000>; + pmsg-size = <0x20000>; ecc-size = <16>; no-map; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/sm8150-sony-xperia-kumano.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/sm8150-sony-xperia-kumano.dtsi @@ -222,7 +222,7 @@ reg = <0x0 0xffc00000 0x0 0x100000>; record-size = <0x1000>; console-size = <0x40000>; - msg-size = <0x20000 0x20000>; + pmsg-size = <0x20000>; ecc-size = <16>; no-map; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/sm8150.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/sm8150.dtsi @@ -1231,7 +1231,7 @@ dma-names = "tx", "rx"; pinctrl-names = "default"; pinctrl-0 = <&qup_i2c7_default>; - interrupts = ; + interrupts = ; #address-cells = <1>; #size-cells = <0>; status = "disabled"; @@ -1893,8 +1893,12 @@ ranges; clocks = <&gcc GCC_PCIE_PHY_AUX_CLK>, <&gcc GCC_PCIE_0_CFG_AHB_CLK>, + <&gcc GCC_PCIE_0_CLKREF_CLK>, <&gcc GCC_PCIE0_PHY_REFGEN_CLK>; - clock-names = "aux", "cfg_ahb", "refgen"; + clock-names = "aux", + "cfg_ahb", + "ref", + "refgen"; resets = <&gcc GCC_PCIE_0_PHY_BCR>; reset-names = "phy"; @@ -1991,8 +1995,12 @@ ranges; clocks = <&gcc GCC_PCIE_PHY_AUX_CLK>, <&gcc GCC_PCIE_1_CFG_AHB_CLK>, + <&gcc GCC_PCIE_1_CLKREF_CLK>, <&gcc GCC_PCIE1_PHY_REFGEN_CLK>; - clock-names = "aux", "cfg_ahb", "refgen"; + clock-names = "aux", + "cfg_ahb", + "ref", + "refgen"; resets = <&gcc GCC_PCIE_1_PHY_BCR>; reset-names = "phy"; @@ -3840,7 +3848,7 @@ }; mdss_dsi0_phy: phy@ae94400 { - compatible = "qcom,dsi-phy-7nm"; + compatible = "qcom,dsi-phy-7nm-8150"; reg = <0 0x0ae94400 0 0x200>, <0 0x0ae94600 0 0x280>, <0 0x0ae94900 0 0x260>; @@ -3914,7 +3922,7 @@ }; mdss_dsi1_phy: phy@ae96400 { - compatible = "qcom,dsi-phy-7nm"; + compatible = "qcom,dsi-phy-7nm-8150"; reg = <0 0x0ae96400 0 0x200>, <0 0x0ae96600 0 0x280>, <0 0x0ae96900 0 0x260>; @@ -3958,7 +3966,7 @@ pdc: interrupt-controller@b220000 { compatible = "qcom,sm8150-pdc", "qcom,pdc"; - reg = <0 0x0b220000 0 0x400>; + reg = <0 0x0b220000 0 0x30000>; qcom,pdc-ranges = <0 480 94>, <94 609 31>, <125 63 1>; #interrupt-cells = <2>; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo-pdx203.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo-pdx203.dts @@ -14,3 +14,236 @@ }; /delete-node/ &vreg_l7f_1p8; + +&pm8009_gpios { + gpio-line-names = "NC", /* GPIO_1 */ + "CAM_PWR_LD_EN", + "WIDEC_PWR_EN", + "NC"; +}; + +&pm8150_gpios { + gpio-line-names = "VOL_DOWN_N", /* GPIO_1 */ + "OPTION_2", + "NC", + "PM_SLP_CLK_IN", + "OPTION_1", + "NC", + "NC", + "SP_ARI_PWR_ALARM", + "NC", + "NC"; /* GPIO_10 */ +}; + +&pm8150b_gpios { + gpio-line-names = "SNAPSHOT_N", /* GPIO_1 */ + "FOCUS_N", + "NC", + "NC", + "RF_LCD_ID_EN", + "NC", + "NC", + "LCD_ID", + "NC", + "WLC_EN_N", /* GPIO_10 */ + "NC", + "RF_ID"; +}; + +&pm8150l_gpios { + gpio-line-names = "NC", /* GPIO_1 */ + "PM3003A_EN", + "NC", + "NC", + "NC", + "AUX2_THERM", + "BB_HP_EN", + "FP_LDO_EN", + "PMX_RESET_N", + "AUX3_THERM", /* GPIO_10 */ + "DTV_PWR_EN", + "PM3003A_MODE"; +}; + +&tlmm { + gpio-line-names = "AP_CTI_IN", /* GPIO_0 */ + "MDM2AP_ERR_FATAL", + "AP_CTI_OUT", + "MDM2AP_STATUS", + "NFC_I2C_SDA", + "NFC_I2C_SCL", + "NFC_EN", + "NFC_CLK_REQ", + "NFC_ESE_PWR_REQ", + "DVDT_WRT_DET_AND", + "SPK_AMP_RESET_N", /* GPIO_10 */ + "SPK_AMP_INT_N", + "APPS_I2C_1_SDA", + "APPS_I2C_1_SCL", + "NC", + "TX_GTR_THRES_IN", + "HST_BT_UART_CTS", + "HST_BT_UART_RFR", + "HST_BT_UART_TX", + "HST_BT_UART_RX", + "HST_WLAN_EN", /* GPIO_20 */ + "HST_BT_EN", + "RGBC_IR_PWR_EN", + "FP_INT_N", + "NC", + "NC", + "NC", + "NC", + "NFC_ESE_SPI_MISO", + "NFC_ESE_SPI_MOSI", + "NFC_ESE_SPI_SCLK", /* GPIO_30 */ + "NFC_ESE_SPI_CS_N", + "WCD_RST_N", + "NC", + "SDM_DEBUG_UART_TX", + "SDM_DEBUG_UART_RX", + "TS_I2C_SDA", + "TS_I2C_SCL", + "TS_INT_N", + "FP_SPI_MISO", /* GPIO_40 */ + "FP_SPI_MOSI", + "FP_SPI_SCLK", + "FP_SPI_CS_N", + "APPS_I2C_0_SDA", + "APPS_I2C_0_SCL", + "DISP_ERR_FG", + "UIM2_DETECT_EN", + "NC", + "NC", + "NC", /* GPIO_50 */ + "NC", + "MDM_UART_CTS", + "MDM_UART_RFR", + "MDM_UART_TX", + "MDM_UART_RX", + "AP2MDM_STATUS", + "AP2MDM_ERR_FATAL", + "MDM_IPC_HS_UART_TX", + "MDM_IPC_HS_UART_RX", + "NC", /* GPIO_60 */ + "NC", + "NC", + "NC", + "NC", + "USB_CC_DIR", + "DISP_VSYNC", + "NC", + "NC", + "CAM_PWR_B_CS", + "NC", /* GPIO_70 */ + "CAM_PWR_A_CS", + "SBU_SW_SEL", + "SBU_SW_OE", + "FP_RESET_N", + "FP_RESET_N", + "DISP_RESET_N", + "DEBUG_GPIO0", + "TRAY_DET", + "CAM2_RST_N", + "PCIE0_RST_N", + "PCIE0_CLK_REQ_N", /* GPIO_80 */ + "PCIE0_WAKE_N", + "DVDT_ENABLE", + "DVDT_WRT_DET_OR", + "NC", + "PCIE2_RST_N", + "PCIE2_CLK_REQ_N", + "PCIE2_WAKE_N", + "MDM_VFR_IRQ0", + "MDM_VFR_IRQ1", + "SW_SERVICE", /* GPIO_90 */ + "CAM_SOF", + "CAM1_RST_N", + "CAM0_RST_N", + "CAM0_MCLK", + "CAM1_MCLK", + "CAM2_MCLK", + "CAM3_MCLK", + "CAM4_MCLK", + "TOF_RST_N", + "NC", /* GPIO_100 */ + "CCI0_I2C_SDA", + "CCI0_I2C_SCL", + "CCI1_I2C_SDA", + "CCI1_I2C_SCL_", + "CCI2_I2C_SDA", + "CCI2_I2C_SCL", + "CCI3_I2C_SDA", + "CCI3_I2C_SCL", + "CAM3_RST_N", + "NFC_DWL_REQ", /* GPIO_110 */ + "NFC_IRQ", + "XVS", + "NC", + "RF_ID_EXTENSION", + "SPK_AMP_I2C_SDA", + "SPK_AMP_I2C_SCL", + "NC", + "NC", + "WLC_I2C_SDA", + "WLC_I2C_SCL", /* GPIO_120 */ + "ACC_COVER_OPEN", + "ALS_PROX_INT_N", + "ACCEL_INT", + "WLAN_SW_CTRL", + "CAMSENSOR_I2C_SDA", + "CAMSENSOR_I2C_SCL", + "UDON_SWITCH_SEL", + "WDOG_DISABLE", + "BAROMETER_INT", + "NC", /* GPIO_130 */ + "NC", + "FORCED_USB_BOOT", + "NC", + "NC", + "WLC_INT_N", + "NC", + "NC", + "RGBC_IR_INT", + "NC", + "NC", /* GPIO_140 */ + "NC", + "BT_SLIMBUS_CLK", + "BT_SLIMBUS_DATA", + "HW_ID_0", + "HW_ID_1", + "WCD_SWR_TX_CLK", + "WCD_SWR_TX_DATA0", + "WCD_SWR_TX_DATA1", + "WCD_SWR_RX_CLK", + "WCD_SWR_RX_DATA0", /* GPIO_150 */ + "WCD_SWR_RX_DATA1", + "SDM_DMIC_CLK1", + "SDM_DMIC_DATA1", + "SDM_DMIC_CLK2", + "SDM_DMIC_DATA2", + "SPK_AMP_I2S_CLK", + "SPK_AMP_I2S_WS", + "SPK_AMP_I2S_ASP_DIN", + "SPK_AMP_I2S_ASP_DOUT", + "COMPASS_I2C_SDA", /* GPIO_160 */ + "COMPASS_I2C_SCL", + "NC", + "NC", + "SSC_SPI_1_MISO", + "SSC_SPI_1_MOSI", + "SSC_SPI_1_CLK", + "SSC_SPI_1_CS_N", + "NC", + "NC", + "SSC_SENSOR_I2C_SDA", /* GPIO_170 */ + "SSC_SENSOR_I2C_SCL", + "NC", + "NC", + "NC", + "NC", + "HST_BLE_SNS_UART6_TX", + "HST_BLE_SNS_UART6_RX", + "HST_WLAN_UART_TX", + "HST_WLAN_UART_RX"; +}; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo-pdx206.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo-pdx206.dts @@ -20,6 +20,8 @@ }; &gpio_keys { + pinctrl-0 = <&focus_n &snapshot_n &vol_down_n &g_assist_n>; + g-assist-key { label = "Google Assistant Key"; linux,code = ; @@ -30,6 +32,247 @@ }; }; +&pm8009_gpios { + gpio-line-names = "NC", /* GPIO_1 */ + "NC", + "WIDEC_PWR_EN", + "NC"; +}; + +&pm8150_gpios { + gpio-line-names = "VOL_DOWN_N", /* GPIO_1 */ + "OPTION_2", + "NC", + "PM_SLP_CLK_IN", + "OPTION_1", + "G_ASSIST_N", + "NC", + "SP_ARI_PWR_ALARM", + "NC", + "NC"; /* GPIO_10 */ + + g_assist_n: g-assist-n-state { + pins = "gpio6"; + function = "normal"; + power-source = <1>; + bias-pull-up; + input-enable; + }; +}; + +&pm8150b_gpios { + gpio-line-names = "SNAPSHOT_N", /* GPIO_1 */ + "FOCUS_N", + "NC", + "NC", + "RF_LCD_ID_EN", + "NC", + "NC", + "LCD_ID", + "NC", + "NC", /* GPIO_10 */ + "NC", + "RF_ID"; +}; + +&pm8150l_gpios { + gpio-line-names = "NC", /* GPIO_1 */ + "PM3003A_EN", + "NC", + "NC", + "NC", + "AUX2_THERM", + "BB_HP_EN", + "FP_LDO_EN", + "PMX_RESET_N", + "NC", /* GPIO_10 */ + "NC", + "PM3003A_MODE"; +}; + +&tlmm { + gpio-line-names = "AP_CTI_IN", /* GPIO_0 */ + "MDM2AP_ERR_FATAL", + "AP_CTI_OUT", + "MDM2AP_STATUS", + "NFC_I2C_SDA", + "NFC_I2C_SCL", + "NFC_EN", + "NFC_CLK_REQ", + "NFC_ESE_PWR_REQ", + "DVDT_WRT_DET_AND", + "SPK_AMP_RESET_N", /* GPIO_10 */ + "SPK_AMP_INT_N", + "APPS_I2C_1_SDA", + "APPS_I2C_1_SCL", + "NC", + "TX_GTR_THRES_IN", + "HST_BT_UART_CTS", + "HST_BT_UART_RFR", + "HST_BT_UART_TX", + "HST_BT_UART_RX", + "HST_WLAN_EN", /* GPIO_20 */ + "HST_BT_EN", + "RGBC_IR_PWR_EN", + "FP_INT_N", + "NC", + "NC", + "NC", + "NC", + "NFC_ESE_SPI_MISO", + "NFC_ESE_SPI_MOSI", + "NFC_ESE_SPI_SCLK", /* GPIO_30 */ + "NFC_ESE_SPI_CS_N", + "WCD_RST_N", + "NC", + "SDM_DEBUG_UART_TX", + "SDM_DEBUG_UART_RX", + "TS_I2C_SDA", + "TS_I2C_SCL", + "TS_INT_N", + "FP_SPI_MISO", /* GPIO_40 */ + "FP_SPI_MOSI", + "FP_SPI_SCLK", + "FP_SPI_CS_N", + "APPS_I2C_0_SDA", + "APPS_I2C_0_SCL", + "DISP_ERR_FG", + "UIM2_DETECT_EN", + "NC", + "NC", + "NC", /* GPIO_50 */ + "NC", + "MDM_UART_CTS", + "MDM_UART_RFR", + "MDM_UART_TX", + "MDM_UART_RX", + "AP2MDM_STATUS", + "AP2MDM_ERR_FATAL", + "MDM_IPC_HS_UART_TX", + "MDM_IPC_HS_UART_RX", + "NC", /* GPIO_60 */ + "NC", + "NC", + "NC", + "NC", + "USB_CC_DIR", + "DISP_VSYNC", + "NC", + "NC", + "CAM_PWR_B_CS", + "NC", /* GPIO_70 */ + "FRONTC_PWR_EN", + "SBU_SW_SEL", + "SBU_SW_OE", + "FP_RESET_N", + "FP_RESET_N", + "DISP_RESET_N", + "DEBUG_GPIO0", + "TRAY_DET", + "CAM2_RST_N", + "PCIE0_RST_N", + "PCIE0_CLK_REQ_N", /* GPIO_80 */ + "PCIE0_WAKE_N", + "DVDT_ENABLE", + "DVDT_WRT_DET_OR", + "NC", + "PCIE2_RST_N", + "PCIE2_CLK_REQ_N", + "PCIE2_WAKE_N", + "MDM_VFR_IRQ0", + "MDM_VFR_IRQ1", + "SW_SERVICE", /* GPIO_90 */ + "CAM_SOF", + "CAM1_RST_N", + "CAM0_RST_N", + "CAM0_MCLK", + "CAM1_MCLK", + "CAM2_MCLK", + "CAM3_MCLK", + "NC", + "NC", + "NC", /* GPIO_100 */ + "CCI0_I2C_SDA", + "CCI0_I2C_SCL", + "CCI1_I2C_SDA", + "CCI1_I2C_SCL_", + "CCI2_I2C_SDA", + "CCI2_I2C_SCL", + "CCI3_I2C_SDA", + "CCI3_I2C_SCL", + "CAM3_RST_N", + "NFC_DWL_REQ", /* GPIO_110 */ + "NFC_IRQ", + "XVS", + "NC", + "RF_ID_EXTENSION", + "SPK_AMP_I2C_SDA", + "SPK_AMP_I2C_SCL", + "NC", + "NC", + "NC", + "NC", + "ACC_COVER_OPEN", + "ALS_PROX_INT_N", + "ACCEL_INT", + "WLAN_SW_CTRL", + "CAMSENSOR_I2C_SDA", + "CAMSENSOR_I2C_SCL", + "UDON_SWITCH_SEL", + "WDOG_DISABLE", + "BAROMETER_INT", + "NC", /* GPIO_130 */ + "NC", + "FORCED_USB_BOOT", + "NC", + "NC", + "NC", + "NC", + "NC", + "RGBC_IR_INT", + "NC", + "NC", /* GPIO_140 */ + "NC", + "BT_SLIMBUS_CLK", + "BT_SLIMBUS_DATA", + "HW_ID_0", + "HW_ID_1", + "WCD_SWR_TX_CLK", + "WCD_SWR_TX_DATA0", + "WCD_SWR_TX_DATA1", + "WCD_SWR_RX_CLK", + "WCD_SWR_RX_DATA0", /* GPIO_150 */ + "WCD_SWR_RX_DATA1", + "SDM_DMIC_CLK1", + "SDM_DMIC_DATA1", + "SDM_DMIC_CLK2", + "SDM_DMIC_DATA2", + "SPK_AMP_I2S_CLK", + "SPK_AMP_I2S_WS", + "SPK_AMP_I2S_ASP_DIN", + "SPK_AMP_I2S_ASP_DOUT", + "COMPASS_I2C_SDA", /* GPIO_160 */ + "COMPASS_I2C_SCL", + "NC", + "NC", + "SSC_SPI_1_MISO", + "SSC_SPI_1_MOSI", + "SSC_SPI_1_CLK", + "SSC_SPI_1_CS_N", + "NC", + "NC", + "SSC_SENSOR_I2C_SDA", /* GPIO_170 */ + "SSC_SENSOR_I2C_SCL", + "NC", + "NC", + "NC", + "NC", + "HST_BLE_SNS_UART6_TX", + "HST_BLE_SNS_UART6_RX", + "HST_WLAN_UART_TX", + "HST_WLAN_UART_RX"; +}; + &vreg_l2f_1p3 { regulator-min-microvolt = <1200000>; regulator-max-microvolt = <1200000>; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo.dtsi @@ -51,12 +51,26 @@ gpio_keys: gpio-keys { compatible = "gpio-keys"; - /* - * Camera focus (light press) and camera snapshot (full press) - * seem not to work properly.. Adding the former one stalls the CPU - * and the latter kills the volume down key for whatever reason. In any - * case, they are both on &pm8150b_gpios: camera focus(2), camera snapshot(1). - */ + pinctrl-0 = <&focus_n &snapshot_n &vol_down_n>; + pinctrl-names = "default"; + + key-camera-focus { + label = "Camera Focus"; + linux,code = ; + gpios = <&pm8150b_gpios 2 GPIO_ACTIVE_LOW>; + debounce-interval = <15>; + linux,can-disable; + wakeup-source; + }; + + key-camera-snapshot { + label = "Camera Snapshot"; + linux,code = ; + gpios = <&pm8150b_gpios 1 GPIO_ACTIVE_LOW>; + debounce-interval = <15>; + linux,can-disable; + wakeup-source; + }; key-vol-down { label = "Volume Down"; @@ -112,7 +126,7 @@ reg = <0x0 0xffc00000 0x0 0x100000>; record-size = <0x1000>; console-size = <0x40000>; - msg-size = <0x20000 0x20000>; + pmsg-size = <0x20000>; ecc-size = <16>; no-map; }; @@ -551,6 +565,34 @@ vdda-pll-supply = <&vreg_l9a_1p2>; }; +&pm8150_gpios { + vol_down_n: vol-down-n-state { + pins = "gpio1"; + function = "normal"; + power-source = <0>; + bias-pull-up; + input-enable; + }; +}; + +&pm8150b_gpios { + snapshot_n: snapshot-n-state { + pins = "gpio1"; + function = "normal"; + power-source = <0>; + bias-pull-up; + input-enable; + }; + + focus_n: focus-n-state { + pins = "gpio2"; + function = "normal"; + power-source = <0>; + bias-pull-up; + input-enable; + }; +}; + &pon_pwrkey { status = "okay"; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/sm8250.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/sm8250.dtsi @@ -100,7 +100,7 @@ clocks = <&cpufreq_hw 0>; enable-method = "psci"; capacity-dmips-mhz = <448>; - dynamic-power-coefficient = <205>; + dynamic-power-coefficient = <105>; next-level-cache = <&L2_0>; power-domains = <&CPU_PD0>; power-domain-names = "psci"; @@ -131,7 +131,7 @@ clocks = <&cpufreq_hw 0>; enable-method = "psci"; capacity-dmips-mhz = <448>; - dynamic-power-coefficient = <205>; + dynamic-power-coefficient = <105>; next-level-cache = <&L2_100>; power-domains = <&CPU_PD1>; power-domain-names = "psci"; @@ -156,7 +156,7 @@ clocks = <&cpufreq_hw 0>; enable-method = "psci"; capacity-dmips-mhz = <448>; - dynamic-power-coefficient = <205>; + dynamic-power-coefficient = <105>; next-level-cache = <&L2_200>; power-domains = <&CPU_PD2>; power-domain-names = "psci"; @@ -181,7 +181,7 @@ clocks = <&cpufreq_hw 0>; enable-method = "psci"; capacity-dmips-mhz = <448>; - dynamic-power-coefficient = <205>; + dynamic-power-coefficient = <105>; next-level-cache = <&L2_300>; power-domains = <&CPU_PD3>; power-domain-names = "psci"; @@ -1905,6 +1905,7 @@ pinctrl-names = "default"; pinctrl-0 = <&pcie0_default_state>; + dma-coherent; status = "disabled"; }; @@ -2011,6 +2012,7 @@ pinctrl-names = "default"; pinctrl-0 = <&pcie1_default_state>; + dma-coherent; status = "disabled"; }; @@ -2119,6 +2121,7 @@ pinctrl-names = "default"; pinctrl-0 = <&pcie2_default_state>; + dma-coherent; status = "disabled"; }; @@ -2726,6 +2729,7 @@ clock-names = "ahb", "bus", "iface"; power-domains = <&gpucc GPU_CX_GDSC>; + dma-coherent; }; slpi: remoteproc@5c00000 { @@ -3059,7 +3063,7 @@ port@7 { reg = <7>; funnel_swao_in_funnel_merg: endpoint { - remote-endpoint= <&funnel_merg_out_funnel_swao>; + remote-endpoint = <&funnel_merg_out_funnel_swao>; }; }; }; @@ -5298,104 +5302,105 @@ reg = <0 0x15000000 0 0x100000>; #iommu-cells = <2>; #global-interrupts = <2>; - interrupts = , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - ; + interrupts = , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + dma-coherent; }; adsp: remoteproc@17300000 { --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/sm8350.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/sm8350.dtsi @@ -48,7 +48,7 @@ CPU0: cpu@0 { device_type = "cpu"; - compatible = "qcom,kryo685"; + compatible = "arm,cortex-a55"; reg = <0x0 0x0>; clocks = <&cpufreq_hw 0>; enable-method = "psci"; @@ -72,7 +72,7 @@ CPU1: cpu@100 { device_type = "cpu"; - compatible = "qcom,kryo685"; + compatible = "arm,cortex-a55"; reg = <0x0 0x100>; clocks = <&cpufreq_hw 0>; enable-method = "psci"; @@ -91,7 +91,7 @@ CPU2: cpu@200 { device_type = "cpu"; - compatible = "qcom,kryo685"; + compatible = "arm,cortex-a55"; reg = <0x0 0x200>; clocks = <&cpufreq_hw 0>; enable-method = "psci"; @@ -110,7 +110,7 @@ CPU3: cpu@300 { device_type = "cpu"; - compatible = "qcom,kryo685"; + compatible = "arm,cortex-a55"; reg = <0x0 0x300>; clocks = <&cpufreq_hw 0>; enable-method = "psci"; @@ -129,7 +129,7 @@ CPU4: cpu@400 { device_type = "cpu"; - compatible = "qcom,kryo685"; + compatible = "arm,cortex-a78"; reg = <0x0 0x400>; clocks = <&cpufreq_hw 1>; enable-method = "psci"; @@ -148,7 +148,7 @@ CPU5: cpu@500 { device_type = "cpu"; - compatible = "qcom,kryo685"; + compatible = "arm,cortex-a78"; reg = <0x0 0x500>; clocks = <&cpufreq_hw 1>; enable-method = "psci"; @@ -167,7 +167,7 @@ CPU6: cpu@600 { device_type = "cpu"; - compatible = "qcom,kryo685"; + compatible = "arm,cortex-a78"; reg = <0x0 0x600>; clocks = <&cpufreq_hw 1>; enable-method = "psci"; @@ -186,7 +186,7 @@ CPU7: cpu@700 { device_type = "cpu"; - compatible = "qcom,kryo685"; + compatible = "arm,cortex-x1"; reg = <0x0 0x700>; clocks = <&cpufreq_hw 2>; enable-method = "psci"; @@ -246,8 +246,8 @@ compatible = "arm,idle-state"; idle-state-name = "silver-rail-power-collapse"; arm,psci-suspend-param = <0x40000004>; - entry-latency-us = <355>; - exit-latency-us = <909>; + entry-latency-us = <360>; + exit-latency-us = <531>; min-residency-us = <3934>; local-timer-stop; }; @@ -256,8 +256,8 @@ compatible = "arm,idle-state"; idle-state-name = "gold-rail-power-collapse"; arm,psci-suspend-param = <0x40000004>; - entry-latency-us = <241>; - exit-latency-us = <1461>; + entry-latency-us = <702>; + exit-latency-us = <1061>; min-residency-us = <4488>; local-timer-stop; }; @@ -2939,7 +2939,7 @@ }; qup_uart18_default: qup-uart18-default-state { - pins = "gpio58", "gpio59"; + pins = "gpio68", "gpio69"; function = "qup18"; drive-strength = <2>; bias-disable; @@ -3077,104 +3077,104 @@ reg = <0 0x15000000 0 0x100000>; #iommu-cells = <2>; #global-interrupts = <2>; - interrupts = , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - ; + interrupts = , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; }; adsp: remoteproc@17300000 { @@ -3399,6 +3399,13 @@ <0 0x18593000 0 0x1000>; reg-names = "freq-domain0", "freq-domain1", "freq-domain2"; + interrupts = , + , + ; + interrupt-names = "dcvsh-irq-0", + "dcvsh-irq-1", + "dcvsh-irq-2"; + clocks = <&rpmhcc RPMH_CXO_CLK>, <&gcc GCC_GPLL0>; clock-names = "xo", "alternate"; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/sm8450-hdk.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/sm8450-hdk.dts @@ -14,7 +14,6 @@ #include "pm8450.dtsi" #include "pmk8350.dtsi" #include "pmr735a.dtsi" -#include "pmr735b.dtsi" / { model = "Qualcomm Technologies, Inc. SM8450 HDK"; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/sm8450.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/sm8450.dtsi @@ -3810,103 +3810,103 @@ reg = <0 0x15000000 0 0x100000>; #iommu-cells = <2>; #global-interrupts = <1>; - interrupts = , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - ; + interrupts = , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; }; intc: interrupt-controller@17100000 { @@ -4212,7 +4212,7 @@ <&apps_smmu 0x59f 0x0>; }; - crypto: crypto@1de0000 { + crypto: crypto@1dfa000 { compatible = "qcom,sm8450-qce", "qcom,sm8150-qce", "qcom,qce"; reg = <0 0x01dfa000 0 0x6000>; dmas = <&cryptobam 4>, <&cryptobam 5>; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/sm8550-mtp.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/sm8550-mtp.dts @@ -186,6 +186,7 @@ vdd-bob1-supply = <&vph_pwr>; vdd-bob2-supply = <&vph_pwr>; + vdd-l1-l4-l10-supply = <&vreg_s6g_1p8>; vdd-l2-l13-l14-supply = <&vreg_bob1>; vdd-l3-supply = <&vreg_s4g_1p3>; vdd-l5-l16-supply = <&vreg_bob1>; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/qcom/sm8550.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/qcom/sm8550.dtsi @@ -1600,7 +1600,7 @@ pinctrl-0 = <&qup_uart7_default>; interrupts = ; interconnect-names = "qup-core", "qup-config"; - interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, + interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, <&gem_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_QUP_1 0>; status = "disabled"; }; @@ -3517,103 +3517,103 @@ reg = <0 0x15000000 0 0x100000>; #iommu-cells = <2>; #global-interrupts = <1>; - interrupts = , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - ; + interrupts = , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; }; intc: interrupt-controller@17100000 { --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/renesas/rzg2l-smarc-som.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/renesas/rzg2l-smarc-som.dtsi @@ -100,7 +100,7 @@ rxc-skew-psec = <2400>; txc-skew-psec = <2400>; rxdv-skew-psec = <0>; - txdv-skew-psec = <0>; + txen-skew-psec = <0>; rxd0-skew-psec = <0>; rxd1-skew-psec = <0>; rxd2-skew-psec = <0>; @@ -128,7 +128,7 @@ rxc-skew-psec = <2400>; txc-skew-psec = <2400>; rxdv-skew-psec = <0>; - txdv-skew-psec = <0>; + txen-skew-psec = <0>; rxd0-skew-psec = <0>; rxd1-skew-psec = <0>; rxd2-skew-psec = <0>; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/renesas/rzg2lc-smarc-som.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/renesas/rzg2lc-smarc-som.dtsi @@ -77,7 +77,7 @@ rxc-skew-psec = <2400>; txc-skew-psec = <2400>; rxdv-skew-psec = <0>; - txdv-skew-psec = <0>; + txen-skew-psec = <0>; rxd0-skew-psec = <0>; rxd1-skew-psec = <0>; rxd2-skew-psec = <0>; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/renesas/rzg2ul-smarc-som.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/renesas/rzg2ul-smarc-som.dtsi @@ -83,7 +83,7 @@ rxc-skew-psec = <2400>; txc-skew-psec = <2400>; rxdv-skew-psec = <0>; - txdv-skew-psec = <0>; + txen-skew-psec = <0>; rxd0-skew-psec = <0>; rxd1-skew-psec = <0>; rxd2-skew-psec = <0>; @@ -112,7 +112,7 @@ rxc-skew-psec = <2400>; txc-skew-psec = <2400>; rxdv-skew-psec = <0>; - txdv-skew-psec = <0>; + txen-skew-psec = <0>; rxd0-skew-psec = <0>; rxd1-skew-psec = <0>; rxd2-skew-psec = <0>; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/rockchip/px30-ringneck-haikou.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/rockchip/px30-ringneck-haikou.dts @@ -68,15 +68,17 @@ simple-audio-card,format = "i2s"; simple-audio-card,name = "Haikou,I2S-codec"; simple-audio-card,mclk-fs = <512>; + simple-audio-card,frame-master = <&sgtl5000_codec>; + simple-audio-card,bitclock-master = <&sgtl5000_codec>; - simple-audio-card,codec { - clocks = <&sgtl5000_clk>; + sgtl5000_codec: simple-audio-card,codec { sound-dai = <&sgtl5000>; + // Prevent the dai subsystem from overwriting the clock + // frequency. We are using a fixed-frequency oscillator. + system-clock-fixed; }; simple-audio-card,cpu { - bitclock-master; - frame-master; sound-dai = <&i2s0_8ch>; }; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/rockchip/rk3328.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/rockchip/rk3328.dtsi @@ -668,7 +668,7 @@ vdec: video-codec@ff360000 { compatible = "rockchip,rk3328-vdec", "rockchip,rk3399-vdec"; - reg = <0x0 0xff360000 0x0 0x400>; + reg = <0x0 0xff360000 0x0 0x480>; interrupts = ; clocks = <&cru ACLK_RKVDEC>, <&cru HCLK_RKVDEC>, <&cru SCLK_VDEC_CABAC>, <&cru SCLK_VDEC_CORE>; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dtsi @@ -493,6 +493,7 @@ &i2s0 { pinctrl-0 = <&i2s0_2ch_bus>; + pinctrl-1 = <&i2s0_2ch_bus_bclk_off>; rockchip,capture-channels = <2>; rockchip,playback-channels = <2>; status = "okay"; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/rockchip/rk3399.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/rockchip/rk3399.dtsi @@ -1082,7 +1082,9 @@ power-domain@RK3399_PD_VDU { reg = ; clocks = <&cru ACLK_VDU>, - <&cru HCLK_VDU>; + <&cru HCLK_VDU>, + <&cru SCLK_VDU_CA>, + <&cru SCLK_VDU_CORE>; pm_qos = <&qos_video_m1_r>, <&qos_video_m1_w>; #power-domain-cells = <0>; @@ -1358,7 +1360,7 @@ vdec: video-codec@ff660000 { compatible = "rockchip,rk3399-vdec"; - reg = <0x0 0xff660000 0x0 0x400>; + reg = <0x0 0xff660000 0x0 0x480>; interrupts = ; clocks = <&cru ACLK_VDU>, <&cru HCLK_VDU>, <&cru SCLK_VDU_CA>, <&cru SCLK_VDU_CORE>; @@ -2426,6 +2428,16 @@ <3 RK_PD1 1 &pcfg_pull_none>, <3 RK_PD2 1 &pcfg_pull_none>, <3 RK_PD3 1 &pcfg_pull_none>, + <3 RK_PD7 1 &pcfg_pull_none>, + <4 RK_PA0 1 &pcfg_pull_none>; + }; + + i2s0_2ch_bus_bclk_off: i2s0-2ch-bus-bclk-off { + rockchip,pins = + <3 RK_PD0 RK_FUNC_GPIO &pcfg_pull_none>, + <3 RK_PD1 1 &pcfg_pull_none>, + <3 RK_PD2 1 &pcfg_pull_none>, + <3 RK_PD3 1 &pcfg_pull_none>, <3 RK_PD7 1 &pcfg_pull_none>, <4 RK_PA0 1 &pcfg_pull_none>; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/rockchip/rk3568-radxa-e25.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/rockchip/rk3568-radxa-e25.dts @@ -47,6 +47,9 @@ vin-supply = <&vcc5v0_sys>; }; + /* actually fed by vcc5v0_sys, dependent + * on pi6c clock generator + */ vcc3v3_minipcie: vcc3v3-minipcie-regulator { compatible = "regulator-fixed"; enable-active-high; @@ -54,9 +57,9 @@ pinctrl-names = "default"; pinctrl-0 = <&minipcie_enable_h>; regulator-name = "vcc3v3_minipcie"; - regulator-min-microvolt = <5000000>; - regulator-max-microvolt = <5000000>; - vin-supply = <&vcc5v0_sys>; + regulator-min-microvolt = <3300000>; + regulator-max-microvolt = <3300000>; + vin-supply = <&vcc3v3_pi6c_05>; }; vcc3v3_ngff: vcc3v3-ngff-regulator { @@ -71,9 +74,6 @@ vin-supply = <&vcc5v0_sys>; }; - /* actually fed by vcc5v0_sys, dependent - * on pi6c clock generator - */ vcc3v3_pcie30x1: vcc3v3-pcie30x1-regulator { compatible = "regulator-fixed"; enable-active-high; @@ -83,7 +83,7 @@ regulator-name = "vcc3v3_pcie30x1"; regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; - vin-supply = <&vcc3v3_pi6c_05>; + vin-supply = <&vcc5v0_sys>; }; vcc3v3_pi6c_05: vcc3v3-pi6c-05-regulator { @@ -99,6 +99,10 @@ }; }; +&combphy1 { + phy-supply = <&vcc3v3_pcie30x1>; +}; + &pcie2x1 { pinctrl-names = "default"; pinctrl-0 = <&pcie20_reset_h>; @@ -117,7 +121,7 @@ pinctrl-names = "default"; pinctrl-0 = <&pcie30x1m0_pins>; reset-gpios = <&gpio0 RK_PC3 GPIO_ACTIVE_HIGH>; - vpcie3v3-supply = <&vcc3v3_pcie30x1>; + vpcie3v3-supply = <&vcc3v3_minipcie>; status = "okay"; }; @@ -178,6 +182,10 @@ status = "okay"; }; +&sata1 { + status = "okay"; +}; + &sdmmc0 { bus-width = <4>; cap-sd-highspeed; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/rockchip/rk3588s-pinctrl.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/rockchip/rk3588s-pinctrl.dtsi @@ -369,7 +369,7 @@ emmc_data_strobe: emmc-data-strobe { rockchip,pins = /* emmc_data_strobe */ - <2 RK_PA2 1 &pcfg_pull_none>; + <2 RK_PA2 1 &pcfg_pull_down>; }; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts @@ -58,7 +58,7 @@ ramoops: ramoops@9ca00000 { compatible = "ramoops"; - reg = <0x00 0x9c700000 0x00 0x00100000>; + reg = <0x00 0x9ca00000 0x00 0x00100000>; record-size = <0x8000>; console-size = <0x8000>; ftrace-size = <0x00>; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/ti/k3-am62a7-sk.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/ti/k3-am62a7-sk.dts @@ -232,7 +232,7 @@ status = "okay"; pinctrl-names = "default"; pinctrl-0 = <&main_i2c1_pins_default>; - clock-frequency = <400000>; + clock-frequency = <100000>; exp1: gpio@22 { compatible = "ti,tca6424"; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi @@ -300,7 +300,7 @@ status = "okay"; pinctrl-names = "default"; pinctrl-0 = <&main_i2c1_pins_default>; - clock-frequency = <400000>; + clock-frequency = <100000>; tlv320aic3106: audio-codec@1b { #sound-dai-cells = <0>; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/ti/k3-j721s2-common-proc-board.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/ti/k3-j721s2-common-proc-board.dts @@ -249,18 +249,19 @@ J721S2_WKUP_IOPAD(0x108, PIN_INPUT, 0) /* (N27) MCU_ADC1_AIN7 */ >; }; +}; +&wkup_pmx1 { mcu_fss0_ospi1_pins_default: mcu-fss0-ospi1-default-pins { pinctrl-single,pins = < - J721S2_WKUP_IOPAD(0x040, PIN_OUTPUT, 0) /* (A19) MCU_OSPI1_CLK */ - J721S2_WKUP_IOPAD(0x05c, PIN_OUTPUT, 0) /* (D20) MCU_OSPI1_CSn0 */ - J721S2_WKUP_IOPAD(0x060, PIN_OUTPUT, 0) /* (C21) MCU_OSPI1_CSn1 */ - J721S2_WKUP_IOPAD(0x04c, PIN_INPUT, 0) /* (D21) MCU_OSPI1_D0 */ - J721S2_WKUP_IOPAD(0x050, PIN_INPUT, 0) /* (G20) MCU_OSPI1_D1 */ - J721S2_WKUP_IOPAD(0x054, PIN_INPUT, 0) /* (C20) MCU_OSPI1_D2 */ - J721S2_WKUP_IOPAD(0x058, PIN_INPUT, 0) /* (A20) MCU_OSPI1_D3 */ - J721S2_WKUP_IOPAD(0x048, PIN_INPUT, 0) /* (B19) MCU_OSPI1_DQS */ - J721S2_WKUP_IOPAD(0x044, PIN_INPUT, 0) /* (B20) MCU_OSPI1_LBCLKO */ + J721S2_WKUP_IOPAD(0x008, PIN_OUTPUT, 0) /* (A19) MCU_OSPI1_CLK */ + J721S2_WKUP_IOPAD(0x024, PIN_OUTPUT, 0) /* (D20) MCU_OSPI1_CSn0 */ + J721S2_WKUP_IOPAD(0x014, PIN_INPUT, 0) /* (D21) MCU_OSPI1_D0 */ + J721S2_WKUP_IOPAD(0x018, PIN_INPUT, 0) /* (G20) MCU_OSPI1_D1 */ + J721S2_WKUP_IOPAD(0x01c, PIN_INPUT, 0) /* (C20) MCU_OSPI1_D2 */ + J721S2_WKUP_IOPAD(0x020, PIN_INPUT, 0) /* (A20) MCU_OSPI1_D3 */ + J721S2_WKUP_IOPAD(0x010, PIN_INPUT, 0) /* (B19) MCU_OSPI1_DQS */ + J721S2_WKUP_IOPAD(0x00c, PIN_INPUT, 0) /* (B20) MCU_OSPI1_LBCLKO */ >; }; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/ti/k3-j721s2-som-p0.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/ti/k3-j721s2-som-p0.dtsi @@ -44,9 +44,6 @@ pinctrl-single,pins = < J721S2_WKUP_IOPAD(0x000, PIN_OUTPUT, 0) /* (D19) MCU_OSPI0_CLK */ J721S2_WKUP_IOPAD(0x02c, PIN_OUTPUT, 0) /* (F15) MCU_OSPI0_CSn0 */ - J721S2_WKUP_IOPAD(0x030, PIN_OUTPUT, 0) /* (G17) MCU_OSPI0_CSn1 */ - J721S2_WKUP_IOPAD(0x038, PIN_OUTPUT, 0) /* (F14) MCU_OSPI0_CSn2 */ - J721S2_WKUP_IOPAD(0x03c, PIN_OUTPUT, 0) /* (F17) MCU_OSPI0_CSn3 */ J721S2_WKUP_IOPAD(0x00c, PIN_INPUT, 0) /* (C19) MCU_OSPI0_D0 */ J721S2_WKUP_IOPAD(0x010, PIN_INPUT, 0) /* (F16) MCU_OSPI0_D1 */ J721S2_WKUP_IOPAD(0x014, PIN_INPUT, 0) /* (G15) MCU_OSPI0_D2 */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/ti/k3-j784s4-evm.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/ti/k3-j784s4-evm.dts @@ -340,27 +340,27 @@ mcu_adc0_pins_default: mcu-adc0-default-pins { pinctrl-single,pins = < - J784S4_WKUP_IOPAD(0x134, PIN_INPUT, 0) /* (P36) MCU_ADC0_AIN0 */ - J784S4_WKUP_IOPAD(0x138, PIN_INPUT, 0) /* (V36) MCU_ADC0_AIN1 */ - J784S4_WKUP_IOPAD(0x13c, PIN_INPUT, 0) /* (T34) MCU_ADC0_AIN2 */ - J784S4_WKUP_IOPAD(0x140, PIN_INPUT, 0) /* (T36) MCU_ADC0_AIN3 */ - J784S4_WKUP_IOPAD(0x144, PIN_INPUT, 0) /* (P34) MCU_ADC0_AIN4 */ - J784S4_WKUP_IOPAD(0x148, PIN_INPUT, 0) /* (R37) MCU_ADC0_AIN5 */ - J784S4_WKUP_IOPAD(0x14c, PIN_INPUT, 0) /* (R33) MCU_ADC0_AIN6 */ - J784S4_WKUP_IOPAD(0x150, PIN_INPUT, 0) /* (V38) MCU_ADC0_AIN7 */ + J784S4_WKUP_IOPAD(0x0cc, PIN_INPUT, 0) /* (P36) MCU_ADC0_AIN0 */ + J784S4_WKUP_IOPAD(0x0d0, PIN_INPUT, 0) /* (V36) MCU_ADC0_AIN1 */ + J784S4_WKUP_IOPAD(0x0d4, PIN_INPUT, 0) /* (T34) MCU_ADC0_AIN2 */ + J784S4_WKUP_IOPAD(0x0d8, PIN_INPUT, 0) /* (T36) MCU_ADC0_AIN3 */ + J784S4_WKUP_IOPAD(0x0dc, PIN_INPUT, 0) /* (P34) MCU_ADC0_AIN4 */ + J784S4_WKUP_IOPAD(0x0e0, PIN_INPUT, 0) /* (R37) MCU_ADC0_AIN5 */ + J784S4_WKUP_IOPAD(0x0e4, PIN_INPUT, 0) /* (R33) MCU_ADC0_AIN6 */ + J784S4_WKUP_IOPAD(0x0e8, PIN_INPUT, 0) /* (V38) MCU_ADC0_AIN7 */ >; }; mcu_adc1_pins_default: mcu-adc1-default-pins { pinctrl-single,pins = < - J784S4_WKUP_IOPAD(0x154, PIN_INPUT, 0) /* (Y38) MCU_ADC1_AIN0 */ - J784S4_WKUP_IOPAD(0x158, PIN_INPUT, 0) /* (Y34) MCU_ADC1_AIN1 */ - J784S4_WKUP_IOPAD(0x15c, PIN_INPUT, 0) /* (V34) MCU_ADC1_AIN2 */ - J784S4_WKUP_IOPAD(0x160, PIN_INPUT, 0) /* (W37) MCU_ADC1_AIN3 */ - J784S4_WKUP_IOPAD(0x164, PIN_INPUT, 0) /* (AA37) MCU_ADC1_AIN4 */ - J784S4_WKUP_IOPAD(0x168, PIN_INPUT, 0) /* (W33) MCU_ADC1_AIN5 */ - J784S4_WKUP_IOPAD(0x16c, PIN_INPUT, 0) /* (U33) MCU_ADC1_AIN6 */ - J784S4_WKUP_IOPAD(0x170, PIN_INPUT, 0) /* (Y36) MCU_ADC1_AIN7 */ + J784S4_WKUP_IOPAD(0x0ec, PIN_INPUT, 0) /* (Y38) MCU_ADC1_AIN0 */ + J784S4_WKUP_IOPAD(0x0f0, PIN_INPUT, 0) /* (Y34) MCU_ADC1_AIN1 */ + J784S4_WKUP_IOPAD(0x0f4, PIN_INPUT, 0) /* (V34) MCU_ADC1_AIN2 */ + J784S4_WKUP_IOPAD(0x0f8, PIN_INPUT, 0) /* (W37) MCU_ADC1_AIN3 */ + J784S4_WKUP_IOPAD(0x0fc, PIN_INPUT, 0) /* (AA37) MCU_ADC1_AIN4 */ + J784S4_WKUP_IOPAD(0x100, PIN_INPUT, 0) /* (W33) MCU_ADC1_AIN5 */ + J784S4_WKUP_IOPAD(0x104, PIN_INPUT, 0) /* (U33) MCU_ADC1_AIN6 */ + J784S4_WKUP_IOPAD(0x108, PIN_INPUT, 0) /* (Y36) MCU_ADC1_AIN7 */ >; }; }; @@ -379,21 +379,28 @@ J784S4_WKUP_IOPAD(0x024, PIN_INPUT, 0) /* (E34) MCU_OSPI0_D6 */ J784S4_WKUP_IOPAD(0x028, PIN_INPUT, 0) /* (E33) MCU_OSPI0_D7 */ J784S4_WKUP_IOPAD(0x008, PIN_INPUT, 0) /* (C34) MCU_OSPI0_DQS */ - J784S4_WKUP_IOPAD(0x03c, PIN_OUTPUT, 6) /* (C32) MCU_OSPI0_CSn3.MCU_OSPI0_ECC_FAIL */ - J784S4_WKUP_IOPAD(0x038, PIN_OUTPUT, 6) /* (B34) MCU_OSPI0_CSn2.MCU_OSPI0_RESET_OUT0 */ + >; + }; +}; + +&wkup_pmx1 { + mcu_fss0_ospi0_1_pins_default: mcu-fss0-ospi0-1-default-pins { + pinctrl-single,pins = < + J784S4_WKUP_IOPAD(0x004, PIN_OUTPUT, 6) /* (C32) MCU_OSPI0_ECC_FAIL */ + J784S4_WKUP_IOPAD(0x000, PIN_OUTPUT, 6) /* (B34) MCU_OSPI0_RESET_OUT0 */ >; }; mcu_fss0_ospi1_pins_default: mcu-fss0-ospi1-default-pins { pinctrl-single,pins = < - J784S4_WKUP_IOPAD(0x040, PIN_OUTPUT, 0) /* (F32) MCU_OSPI1_CLK */ - J784S4_WKUP_IOPAD(0x05c, PIN_OUTPUT, 0) /* (G32) MCU_OSPI1_CSn0 */ - J784S4_WKUP_IOPAD(0x04c, PIN_INPUT, 0) /* (E35) MCU_OSPI1_D0 */ - J784S4_WKUP_IOPAD(0x050, PIN_INPUT, 0) /* (D31) MCU_OSPI1_D1 */ - J784S4_WKUP_IOPAD(0x054, PIN_INPUT, 0) /* (G31) MCU_OSPI1_D2 */ - J784S4_WKUP_IOPAD(0x058, PIN_INPUT, 0) /* (F33) MCU_OSPI1_D3 */ - J784S4_WKUP_IOPAD(0x048, PIN_INPUT, 0) /* (F31) MCU_OSPI1_DQS */ - J784S4_WKUP_IOPAD(0x044, PIN_INPUT, 0) /* (C31) MCU_OSPI1_LBCLKO */ + J784S4_WKUP_IOPAD(0x008, PIN_OUTPUT, 0) /* (F32) MCU_OSPI1_CLK */ + J784S4_WKUP_IOPAD(0x024, PIN_OUTPUT, 0) /* (G32) MCU_OSPI1_CSn0 */ + J784S4_WKUP_IOPAD(0x014, PIN_INPUT, 0) /* (E35) MCU_OSPI1_D0 */ + J784S4_WKUP_IOPAD(0x018, PIN_INPUT, 0) /* (D31) MCU_OSPI1_D1 */ + J784S4_WKUP_IOPAD(0x01C, PIN_INPUT, 0) /* (G31) MCU_OSPI1_D2 */ + J784S4_WKUP_IOPAD(0x020, PIN_INPUT, 0) /* (F33) MCU_OSPI1_D3 */ + J784S4_WKUP_IOPAD(0x010, PIN_INPUT, 0) /* (F31) MCU_OSPI1_DQS */ + J784S4_WKUP_IOPAD(0x00C, PIN_INPUT, 0) /* (C31) MCU_OSPI1_LBCLKO */ >; }; }; @@ -437,7 +444,7 @@ &ospi0 { status = "okay"; pinctrl-names = "default"; - pinctrl-0 = <&mcu_fss0_ospi0_pins_default>; + pinctrl-0 = <&mcu_fss0_ospi0_pins_default>, <&mcu_fss0_ospi0_1_pins_default>; flash@0 { compatible = "jedec,spi-nor"; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi @@ -60,7 +60,7 @@ #interrupt-cells = <1>; ti,sci = <&sms>; ti,sci-dev-id = <10>; - ti,interrupt-ranges = <8 360 56>; + ti,interrupt-ranges = <8 392 56>; }; main_pmx0: pinctrl@11c000 { --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/boot/dts/ti/k3-j784s4-mcu-wakeup.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/boot/dts/ti/k3-j784s4-mcu-wakeup.dtsi @@ -107,7 +107,7 @@ #interrupt-cells = <1>; ti,sci = <&sms>; ti,sci-dev-id = <177>; - ti,interrupt-ranges = <16 928 16>; + ti,interrupt-ranges = <16 960 16>; }; /* MCU_TIMERIO pad input CTRLMMR_MCU_TIMER*_CTRL registers */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/configs/defconfig +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/configs/defconfig @@ -1129,7 +1129,6 @@ CONFIG_XEN_GRANT_DEV_ALLOC=y CONFIG_STAGING=y CONFIG_STAGING_MEDIA=y -CONFIG_VIDEO_IMX_MEDIA=m CONFIG_VIDEO_MAX96712=m CONFIG_CHROME_PLATFORMS=y CONFIG_CROS_EC=y @@ -1146,7 +1145,6 @@ CONFIG_COMMON_CLK_PWM=y CONFIG_COMMON_CLK_RS9_PCIE=y CONFIG_COMMON_CLK_VC5=y -CONFIG_COMMON_CLK_NPCM8XX=y CONFIG_COMMON_CLK_BD718XX=m CONFIG_CLK_RASPBERRYPI=m CONFIG_CLK_IMX8MM=y @@ -1182,6 +1180,7 @@ CONFIG_IPQ_GCC_9574=y CONFIG_MSM_GCC_8916=y CONFIG_MSM_GCC_8994=y +CONFIG_MSM_GCC_8996=y CONFIG_MSM_MMCC_8994=m CONFIG_MSM_MMCC_8996=m CONFIG_MSM_MMCC_8998=m --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/include/asm/acpi.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/include/asm/acpi.h @@ -9,6 +9,7 @@ #ifndef _ASM_ACPI_H #define _ASM_ACPI_H +#include #include #include #include @@ -42,6 +43,25 @@ #define ACPI_MADT_GICC_SPE (offsetof(struct acpi_madt_generic_interrupt, \ spe_interrupt) + sizeof(u16)) +/* + * Arm® Functional Fixed Hardware Specification Version 1.2. + * Table 2: Arm Architecture context loss flags + */ +#define CPUIDLE_CORE_CTXT BIT(0) /* Core context Lost */ + +static inline unsigned int arch_get_idle_state_flags(u32 arch_flags) +{ + if (arch_flags & CPUIDLE_CORE_CTXT) + return CPUIDLE_FLAG_TIMER_STOP; + + return 0; +} +#define arch_get_idle_state_flags arch_get_idle_state_flags + +#define CPUIDLE_TRACE_CTXT BIT(1) /* Trace context loss */ +#define CPUIDLE_GICR_CTXT BIT(2) /* GICR */ +#define CPUIDLE_GICD_CTXT BIT(3) /* GICD */ + /* Basic configuration for ACPI */ #ifdef CONFIG_ACPI pgprot_t __acpi_get_mem_attribute(phys_addr_t addr); --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/include/asm/arm_pmuv3.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/include/asm/arm_pmuv3.h @@ -46,12 +46,12 @@ ID_AA64DFR0_EL1_PMUVer_SHIFT); } -static inline void write_pmcr(u32 val) +static inline void write_pmcr(u64 val) { write_sysreg(val, pmcr_el0); } -static inline u32 read_pmcr(void) +static inline u64 read_pmcr(void) { return read_sysreg(pmcr_el0); } @@ -71,21 +71,6 @@ return read_sysreg(pmccntr_el0); } -static inline void write_pmxevcntr(u32 val) -{ - write_sysreg(val, pmxevcntr_el0); -} - -static inline u32 read_pmxevcntr(void) -{ - return read_sysreg(pmxevcntr_el0); -} - -static inline void write_pmxevtyper(u32 val) -{ - write_sysreg(val, pmxevtyper_el0); -} - static inline void write_pmcntenset(u32 val) { write_sysreg(val, pmcntenset_el0); @@ -106,7 +91,7 @@ write_sysreg(val, pmintenclr_el1); } -static inline void write_pmccfiltr(u32 val) +static inline void write_pmccfiltr(u64 val) { write_sysreg(val, pmccfiltr_el0); } @@ -126,12 +111,12 @@ write_sysreg(val, pmuserenr_el0); } -static inline u32 read_pmceid0(void) +static inline u64 read_pmceid0(void) { return read_sysreg(pmceid0_el0); } -static inline u32 read_pmceid1(void) +static inline u64 read_pmceid1(void) { return read_sysreg(pmceid1_el0); } --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/include/asm/cpufeature.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/include/asm/cpufeature.h @@ -663,7 +663,7 @@ isar2 = read_sanitised_ftr_reg(SYS_ID_AA64ISAR2_EL1); return cpuid_feature_extract_unsigned_field(isar2, - ID_AA64ISAR2_EL1_BC_SHIFT); + ID_AA64ISAR2_EL1_CLRBHB_SHIFT); } const struct cpumask *system_32bit_el0_cpumask(void); --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/include/asm/cputype.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/include/asm/cputype.h @@ -79,13 +79,15 @@ #define ARM_CPU_PART_CORTEX_A78AE 0xD42 #define ARM_CPU_PART_CORTEX_X1 0xD44 #define ARM_CPU_PART_CORTEX_A510 0xD46 +#define ARM_CPU_PART_CORTEX_A520 0xD80 #define ARM_CPU_PART_CORTEX_A710 0xD47 #define ARM_CPU_PART_CORTEX_A715 0xD4D #define ARM_CPU_PART_CORTEX_X2 0xD48 #define ARM_CPU_PART_NEOVERSE_N2 0xD49 #define ARM_CPU_PART_CORTEX_A78C 0xD4B -#define APM_CPU_PART_POTENZA 0x000 +#define APM_CPU_PART_XGENE 0x000 +#define APM_CPU_VAR_POTENZA 0x00 #define CAVIUM_CPU_PART_THUNDERX 0x0A1 #define CAVIUM_CPU_PART_THUNDERX_81XX 0x0A2 @@ -148,6 +150,7 @@ #define MIDR_CORTEX_A78AE MIDR_CPU_MODEL(ARM_CPU_IMP_ARM, ARM_CPU_PART_CORTEX_A78AE) #define MIDR_CORTEX_X1 MIDR_CPU_MODEL(ARM_CPU_IMP_ARM, ARM_CPU_PART_CORTEX_X1) #define MIDR_CORTEX_A510 MIDR_CPU_MODEL(ARM_CPU_IMP_ARM, ARM_CPU_PART_CORTEX_A510) +#define MIDR_CORTEX_A520 MIDR_CPU_MODEL(ARM_CPU_IMP_ARM, ARM_CPU_PART_CORTEX_A520) #define MIDR_CORTEX_A710 MIDR_CPU_MODEL(ARM_CPU_IMP_ARM, ARM_CPU_PART_CORTEX_A710) #define MIDR_CORTEX_A715 MIDR_CPU_MODEL(ARM_CPU_IMP_ARM, ARM_CPU_PART_CORTEX_A715) #define MIDR_CORTEX_X2 MIDR_CPU_MODEL(ARM_CPU_IMP_ARM, ARM_CPU_PART_CORTEX_X2) --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/include/asm/hwcap.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/include/asm/hwcap.h @@ -138,6 +138,7 @@ #define KERNEL_HWCAP_SME_B16B16 __khwcap2_feature(SME_B16B16) #define KERNEL_HWCAP_SME_F16F16 __khwcap2_feature(SME_F16F16) #define KERNEL_HWCAP_MOPS __khwcap2_feature(MOPS) +#define KERNEL_HWCAP_HBC __khwcap2_feature(HBC) /* * This yields a mask that user programs can use to figure out what --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/include/asm/sdei.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/include/asm/sdei.h @@ -17,6 +17,9 @@ #include +DECLARE_PER_CPU(struct sdei_registered_event *, sdei_active_normal_event); +DECLARE_PER_CPU(struct sdei_registered_event *, sdei_active_critical_event); + extern unsigned long sdei_exit_mode; /* Software Delegated Exception entry point from firmware*/ @@ -29,6 +32,9 @@ unsigned long pc, unsigned long pstate); +/* Abort a running handler. Context is discarded. */ +void __sdei_handler_abort(void); + /* * The above entry point does the minimum to call C code. This function does * anything else, before calling the driver. --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/include/asm/setup.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/include/asm/setup.h @@ -21,9 +21,22 @@ extern bool rodata_enabled; extern bool rodata_full; - if (arg && !strcmp(arg, "full")) { + if (!arg) + return false; + + if (!strcmp(arg, "full")) { + rodata_enabled = rodata_full = true; + return true; + } + + if (!strcmp(arg, "off")) { + rodata_enabled = rodata_full = false; + return true; + } + + if (!strcmp(arg, "on")) { rodata_enabled = true; - rodata_full = true; + rodata_full = false; return true; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/include/uapi/asm/hwcap.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/include/uapi/asm/hwcap.h @@ -103,5 +103,6 @@ #define HWCAP2_SME_B16B16 (1UL << 41) #define HWCAP2_SME_F16F16 (1UL << 42) #define HWCAP2_MOPS (1UL << 43) +#define HWCAP2_HBC (1UL << 44) #endif /* _UAPI__ASM_HWCAP_H */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/kernel/cpu_errata.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/kernel/cpu_errata.c @@ -730,6 +730,14 @@ .cpu_enable = cpu_clear_bf16_from_user_emulation, }, #endif +#ifdef CONFIG_ARM64_ERRATUM_2966298 + { + .desc = "ARM erratum 2966298", + .capability = ARM64_WORKAROUND_2966298, + /* Cortex-A520 r0p0 - r0p1 */ + ERRATA_MIDR_REV_RANGE(MIDR_CORTEX_A520, 0, 0, 1), + }, +#endif #ifdef CONFIG_AMPERE_ERRATUM_AC03_CPU_38 { .desc = "AmpereOne erratum AC03_CPU_38", --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/kernel/cpufeature.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/kernel/cpufeature.c @@ -222,7 +222,8 @@ static const struct arm64_ftr_bits ftr_id_aa64isar2[] = { ARM64_FTR_BITS(FTR_VISIBLE, FTR_NONSTRICT, FTR_LOWER_SAFE, ID_AA64ISAR2_EL1_CSSC_SHIFT, 4, 0), ARM64_FTR_BITS(FTR_VISIBLE, FTR_NONSTRICT, FTR_LOWER_SAFE, ID_AA64ISAR2_EL1_RPRFM_SHIFT, 4, 0), - ARM64_FTR_BITS(FTR_HIDDEN, FTR_STRICT, FTR_HIGHER_SAFE, ID_AA64ISAR2_EL1_BC_SHIFT, 4, 0), + ARM64_FTR_BITS(FTR_HIDDEN, FTR_STRICT, FTR_LOWER_SAFE, ID_AA64ISAR2_EL1_CLRBHB_SHIFT, 4, 0), + ARM64_FTR_BITS(FTR_VISIBLE, FTR_STRICT, FTR_LOWER_SAFE, ID_AA64ISAR2_EL1_BC_SHIFT, 4, 0), ARM64_FTR_BITS(FTR_VISIBLE, FTR_STRICT, FTR_LOWER_SAFE, ID_AA64ISAR2_EL1_MOPS_SHIFT, 4, 0), ARM64_FTR_BITS(FTR_VISIBLE_IF_IS_ENABLED(CONFIG_ARM64_PTR_AUTH), FTR_STRICT, FTR_EXACT, ID_AA64ISAR2_EL1_APA3_SHIFT, 4, 0), @@ -2844,6 +2845,7 @@ HWCAP_CAP(ID_AA64ISAR2_EL1, RPRES, IMP, CAP_HWCAP, KERNEL_HWCAP_RPRES), HWCAP_CAP(ID_AA64ISAR2_EL1, WFxT, IMP, CAP_HWCAP, KERNEL_HWCAP_WFXT), HWCAP_CAP(ID_AA64ISAR2_EL1, MOPS, IMP, CAP_HWCAP, KERNEL_HWCAP_MOPS), + HWCAP_CAP(ID_AA64ISAR2_EL1, BC, IMP, CAP_HWCAP, KERNEL_HWCAP_HBC), #ifdef CONFIG_ARM64_SME HWCAP_CAP(ID_AA64PFR1_EL1, SME, IMP, CAP_HWCAP, KERNEL_HWCAP_SME), HWCAP_CAP(ID_AA64SMFR0_EL1, FA64, IMP, CAP_HWCAP, KERNEL_HWCAP_SME_FA64), --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/kernel/cpuinfo.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/kernel/cpuinfo.c @@ -126,6 +126,7 @@ [KERNEL_HWCAP_SME_B16B16] = "smeb16b16", [KERNEL_HWCAP_SME_F16F16] = "smef16f16", [KERNEL_HWCAP_MOPS] = "mops", + [KERNEL_HWCAP_HBC] = "hbc", }; #ifdef CONFIG_COMPAT --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/kernel/entry.S +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/kernel/entry.S @@ -428,6 +428,10 @@ ldp x28, x29, [sp, #16 * 14] .if \el == 0 +alternative_if ARM64_WORKAROUND_2966298 + tlbi vale1, xzr + dsb nsh +alternative_else_nop_endif alternative_if_not ARM64_UNMAP_KERNEL_AT_EL0 ldr lr, [sp, #S_LR] add sp, sp, #PT_REGS_SIZE // restore sp @@ -986,9 +990,13 @@ mov x19, x1 -#if defined(CONFIG_VMAP_STACK) || defined(CONFIG_SHADOW_CALL_STACK) + /* Store the registered-event for crash_smp_send_stop() */ ldrb w4, [x19, #SDEI_EVENT_PRIORITY] -#endif + cbnz w4, 1f + adr_this_cpu dst=x5, sym=sdei_active_normal_event, tmp=x6 + b 2f +1: adr_this_cpu dst=x5, sym=sdei_active_critical_event, tmp=x6 +2: str x19, [x5] #ifdef CONFIG_VMAP_STACK /* @@ -1055,6 +1063,14 @@ ldr_l x2, sdei_exit_mode + /* Clear the registered-event seen by crash_smp_send_stop() */ + ldrb w3, [x4, #SDEI_EVENT_PRIORITY] + cbnz w3, 1f + adr_this_cpu dst=x5, sym=sdei_active_normal_event, tmp=x6 + b 2f +1: adr_this_cpu dst=x5, sym=sdei_active_critical_event, tmp=x6 +2: str xzr, [x5] + alternative_if_not ARM64_UNMAP_KERNEL_AT_EL0 sdei_handler_exit exit_mode=x2 alternative_else_nop_endif @@ -1065,4 +1081,15 @@ #endif SYM_CODE_END(__sdei_asm_handler) NOKPROBE(__sdei_asm_handler) + +SYM_CODE_START(__sdei_handler_abort) + mov_q x0, SDEI_1_0_FN_SDEI_EVENT_COMPLETE_AND_RESUME + adr x1, 1f + ldr_l x2, sdei_exit_mode + sdei_handler_exit exit_mode=x2 + // exit the handler and jump to the next instruction. + // Exit will stomp x0-x17, PSTATE, ELR_ELx, and SPSR_ELx. +1: ret +SYM_CODE_END(__sdei_handler_abort) +NOKPROBE(__sdei_handler_abort) #endif /* CONFIG_ARM_SDE_INTERFACE */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/kernel/fpsimd.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/kernel/fpsimd.c @@ -1179,9 +1179,6 @@ */ u64 read_zcr_features(void) { - u64 zcr; - unsigned int vq_max; - /* * Set the maximum possible VL, and write zeroes to all other * bits to see if they stick. @@ -1189,12 +1186,8 @@ sve_kernel_enable(NULL); write_sysreg_s(ZCR_ELx_LEN_MASK, SYS_ZCR_EL1); - zcr = read_sysreg_s(SYS_ZCR_EL1); - zcr &= ~(u64)ZCR_ELx_LEN_MASK; /* find sticky 1s outside LEN field */ - vq_max = sve_vq_from_vl(sve_get_vl()); - zcr |= vq_max - 1; /* set LEN field to maximum effective value */ - - return zcr; + /* Return LEN value that would be written to get the maximum VL */ + return sve_vq_from_vl(sve_get_vl()) - 1; } void __init sve_setup(void) @@ -1349,9 +1342,6 @@ */ u64 read_smcr_features(void) { - u64 smcr; - unsigned int vq_max; - sme_kernel_enable(NULL); /* @@ -1360,12 +1350,8 @@ write_sysreg_s(read_sysreg_s(SYS_SMCR_EL1) | SMCR_ELx_LEN_MASK, SYS_SMCR_EL1); - smcr = read_sysreg_s(SYS_SMCR_EL1); - smcr &= ~(u64)SMCR_ELx_LEN_MASK; /* Only the LEN field */ - vq_max = sve_vq_from_vl(sme_get_vl()); - smcr |= vq_max - 1; /* set LEN field to maximum effective value */ - - return smcr; + /* Return LEN value that would be written to get the maximum VL */ + return sve_vq_from_vl(sme_get_vl()) - 1; } void __init sme_setup(void) @@ -1931,7 +1917,7 @@ /* Invalidate any task state remaining in the fpsimd regs: */ fpsimd_flush_cpu_state(); } -EXPORT_SYMBOL_GPL(kernel_neon_begin); +EXPORT_SYMBOL(kernel_neon_begin); /* * kernel_neon_end(): give the CPU FPSIMD registers back to the current task @@ -1949,7 +1935,7 @@ put_cpu_fpsimd_context(); } -EXPORT_SYMBOL_GPL(kernel_neon_end); +EXPORT_SYMBOL(kernel_neon_end); #ifdef CONFIG_EFI --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/kernel/hw_breakpoint.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/kernel/hw_breakpoint.c @@ -654,7 +654,7 @@ perf_bp_event(bp, regs); /* Do we need to handle the stepping? */ - if (is_default_overflow_handler(bp)) + if (uses_default_overflow_handler(bp)) step = 1; unlock: rcu_read_unlock(); @@ -733,7 +733,7 @@ static int watchpoint_report(struct perf_event *wp, unsigned long addr, struct pt_regs *regs) { - int step = is_default_overflow_handler(wp); + int step = uses_default_overflow_handler(wp); struct arch_hw_breakpoint *info = counter_arch_bp(wp); info->trigger = addr; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/kernel/module-plts.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/kernel/module-plts.c @@ -167,9 +167,6 @@ switch (ELF64_R_TYPE(rela[i].r_info)) { case R_AARCH64_JUMP26: case R_AARCH64_CALL26: - if (!IS_ENABLED(CONFIG_RANDOMIZE_BASE)) - break; - /* * We only have to consider branch targets that resolve * to symbols that are defined in a different section. @@ -269,9 +266,6 @@ { int i = 0, j = numrels - 1; - if (!IS_ENABLED(CONFIG_RANDOMIZE_BASE)) - return 0; - while (i < j) { if (branch_rela_needs_plt(syms, &rela[i], dstidx)) i++; @@ -339,7 +333,7 @@ if (nents) sort(rels, nents, sizeof(Elf64_Rela), cmp_rela, NULL); - if (!str_has_prefix(secstrings + dstsec->sh_name, ".init")) + if (!module_init_layout_section(secstrings + dstsec->sh_name)) core_plts += count_plts(syms, rels, numrels, sechdrs[i].sh_info, dstsec); else --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/kernel/ptrace.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/kernel/ptrace.c @@ -891,7 +891,8 @@ break; default: WARN_ON_ONCE(1); - return -EINVAL; + ret = -EINVAL; + goto out; } /* --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/kernel/sdei.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/kernel/sdei.c @@ -47,6 +47,9 @@ DEFINE_PER_CPU(unsigned long *, sdei_shadow_call_stack_critical_ptr); #endif +DEFINE_PER_CPU(struct sdei_registered_event *, sdei_active_normal_event); +DEFINE_PER_CPU(struct sdei_registered_event *, sdei_active_critical_event); + static void _free_sdei_stack(unsigned long * __percpu *ptr, int cpu) { unsigned long *p; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/kernel/smp.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/kernel/smp.c @@ -1044,10 +1044,8 @@ * If this cpu is the only one alive at this point in time, online or * not, there are no stop messages to be sent around, so just back out. */ - if (num_other_online_cpus() == 0) { - sdei_mask_local_cpu(); - return; - } + if (num_other_online_cpus() == 0) + goto skip_ipi; cpumask_copy(&mask, cpu_online_mask); cpumask_clear_cpu(smp_processor_id(), &mask); @@ -1066,7 +1064,9 @@ pr_warn("SMP: failed to stop secondary CPUs %*pbl\n", cpumask_pr_args(&mask)); +skip_ipi: sdei_mask_local_cpu(); + sdei_handler_abort(); } bool smp_crash_stop_failed(void) --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/kvm/guest.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/kvm/guest.c @@ -874,7 +874,7 @@ break; case ARM_CPU_IMP_APM: switch (part_number) { - case APM_CPU_PART_POTENZA: + case APM_CPU_PART_XGENE: return KVM_ARM_TARGET_XGENE_POTENZA; } break; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/lib/csum.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/lib/csum.c @@ -24,7 +24,7 @@ const u64 *ptr; u64 data, sum64 = 0; - if (unlikely(len == 0)) + if (unlikely(len <= 0)) return 0; offset = (unsigned long)buff & 7; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/mm/hugetlbpage.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/mm/hugetlbpage.c @@ -236,7 +236,7 @@ unsigned long i, saddr = addr; for (i = 0; i < ncontig; i++, addr += pgsize, ptep++) - pte_clear(mm, addr, ptep); + ptep_clear(mm, addr, ptep); flush_tlb_range(&vma, saddr, addr); } --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/mm/pageattr.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/mm/pageattr.c @@ -29,8 +29,8 @@ * * KFENCE pool requires page-granular mapping if initialized late. */ - return (rodata_enabled && rodata_full) || debug_pagealloc_enabled() || - arm64_kfence_can_set_direct_map(); + return rodata_full || debug_pagealloc_enabled() || + arm64_kfence_can_set_direct_map(); } static int change_page_range(pte_t *ptep, unsigned long addr, void *data) @@ -105,8 +105,7 @@ * If we are manipulating read-only permissions, apply the same * change to the linear mapping of the pages that back this VM area. */ - if (rodata_enabled && - rodata_full && (pgprot_val(set_mask) == PTE_RDONLY || + if (rodata_full && (pgprot_val(set_mask) == PTE_RDONLY || pgprot_val(clear_mask) == PTE_RDONLY)) { for (i = 0; i < area->nr_pages; i++) { __change_memory_common((u64)page_address(area->pages[i]), --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/tools/cpucaps +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/tools/cpucaps @@ -83,6 +83,7 @@ WORKAROUND_2457168 WORKAROUND_2645198 WORKAROUND_2658417 +WORKAROUND_2966298 WORKAROUND_AMPERE_AC03_CPU_38 WORKAROUND_TRBE_OVERWRITE_FILL_MODE WORKAROUND_TSB_FLUSH_FAILURE --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/arm64/tools/sysreg +++ linux-lowlatency-hwe-6.5-6.5.0/arch/arm64/tools/sysreg @@ -1347,7 +1347,11 @@ 0b0000 NI 0b0001 IMP EndEnum -Res0 47:28 +Res0 47:32 +UnsignedEnum 31:28 CLRBHB + 0b0000 NI + 0b0001 IMP +EndEnum UnsignedEnum 27:24 PAC_frac 0b0000 NI 0b0001 IMP --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/loongarch/include/asm/addrspace.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/loongarch/include/asm/addrspace.h @@ -19,7 +19,7 @@ */ #ifndef __ASSEMBLY__ #ifndef PHYS_OFFSET -#define PHYS_OFFSET _AC(0, UL) +#define PHYS_OFFSET _UL(0) #endif extern unsigned long vm_map_base; #endif /* __ASSEMBLY__ */ @@ -43,7 +43,7 @@ * Memory above this physical address will be considered highmem. */ #ifndef HIGHMEM_START -#define HIGHMEM_START (_AC(1, UL) << _AC(DMW_PABITS, UL)) +#define HIGHMEM_START (_UL(1) << _UL(DMW_PABITS)) #endif #define TO_PHYS(x) ( ((x) & TO_PHYS_MASK)) @@ -65,16 +65,16 @@ #define _ATYPE_ #define _ATYPE32_ #define _ATYPE64_ -#define _CONST64_(x) x #else #define _ATYPE_ __PTRDIFF_TYPE__ #define _ATYPE32_ int #define _ATYPE64_ __s64 +#endif + #ifdef CONFIG_64BIT -#define _CONST64_(x) x ## UL +#define _CONST64_(x) _UL(x) #else -#define _CONST64_(x) x ## ULL -#endif +#define _CONST64_(x) _ULL(x) #endif /* --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/loongarch/include/asm/elf.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/loongarch/include/asm/elf.h @@ -111,6 +111,15 @@ #define R_LARCH_TLS_GD_HI20 98 #define R_LARCH_32_PCREL 99 #define R_LARCH_RELAX 100 +#define R_LARCH_DELETE 101 +#define R_LARCH_ALIGN 102 +#define R_LARCH_PCREL20_S2 103 +#define R_LARCH_CFA 104 +#define R_LARCH_ADD6 105 +#define R_LARCH_SUB6 106 +#define R_LARCH_ADD_ULEB128 107 +#define R_LARCH_SUB_ULEB128 108 +#define R_LARCH_64_PCREL 109 #ifndef ELF_ARCH --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/loongarch/include/asm/io.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/loongarch/include/asm/io.h @@ -54,10 +54,9 @@ * @offset: bus address of the memory * @size: size of the resource to map */ -extern pgprot_t pgprot_wc; - #define ioremap_wc(offset, size) \ - ioremap_prot((offset), (size), pgprot_val(pgprot_wc)) + ioremap_prot((offset), (size), \ + pgprot_val(wc_enabled ? PAGE_KERNEL_WUC : PAGE_KERNEL_SUC)) #define ioremap_cache(offset, size) \ ioremap_prot((offset), (size), pgprot_val(PAGE_KERNEL)) --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/loongarch/include/asm/irq.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/loongarch/include/asm/irq.h @@ -40,7 +40,7 @@ #define NR_IRQS_LEGACY 16 #define arch_trigger_cpumask_backtrace arch_trigger_cpumask_backtrace -void arch_trigger_cpumask_backtrace(const struct cpumask *mask, bool exclude_self); +void arch_trigger_cpumask_backtrace(const struct cpumask *mask, int exclude_cpu); #define MAX_IO_PICS 2 #define NR_IRQS (64 + (256 * MAX_IO_PICS)) --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/loongarch/include/asm/linkage.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/loongarch/include/asm/linkage.h @@ -33,4 +33,12 @@ .cfi_endproc; \ SYM_END(name, SYM_T_FUNC) +#define SYM_CODE_START(name) \ + SYM_START(name, SYM_L_GLOBAL, SYM_A_ALIGN) \ + .cfi_startproc; + +#define SYM_CODE_END(name) \ + .cfi_endproc; \ + SYM_END(name, SYM_T_NONE) + #endif --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/loongarch/include/asm/local.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/loongarch/include/asm/local.h @@ -63,8 +63,8 @@ static inline bool local_try_cmpxchg(local_t *l, long *old, long new) { - typeof(l->a.counter) *__old = (typeof(l->a.counter) *) old; - return try_cmpxchg_local(&l->a.counter, __old, new); + return try_cmpxchg_local(&l->a.counter, + (typeof(l->a.counter) *) old, new); } #define local_xchg(l, n) (atomic_long_xchg((&(l)->a), (n))) --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/loongarch/include/asm/percpu.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/loongarch/include/asm/percpu.h @@ -32,7 +32,7 @@ #define __my_cpu_offset __my_cpu_offset #define PERCPU_OP(op, asm_op, c_op) \ -static inline unsigned long __percpu_##op(void *ptr, \ +static __always_inline unsigned long __percpu_##op(void *ptr, \ unsigned long val, int size) \ { \ unsigned long ret; \ @@ -63,7 +63,7 @@ PERCPU_OP(or, or, |) #undef PERCPU_OP -static inline unsigned long __percpu_read(void *ptr, int size) +static __always_inline unsigned long __percpu_read(void *ptr, int size) { unsigned long ret; @@ -100,7 +100,7 @@ return ret; } -static inline void __percpu_write(void *ptr, unsigned long val, int size) +static __always_inline void __percpu_write(void *ptr, unsigned long val, int size) { switch (size) { case 1: @@ -132,8 +132,8 @@ } } -static inline unsigned long __percpu_xchg(void *ptr, unsigned long val, - int size) +static __always_inline unsigned long __percpu_xchg(void *ptr, unsigned long val, + int size) { switch (size) { case 1: --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/loongarch/include/asm/pgtable-bits.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/loongarch/include/asm/pgtable-bits.h @@ -105,13 +105,15 @@ return __pgprot(prot); } +extern bool wc_enabled; + #define pgprot_writecombine pgprot_writecombine static inline pgprot_t pgprot_writecombine(pgprot_t _prot) { unsigned long prot = pgprot_val(_prot); - prot = (prot & ~_CACHE_MASK) | _CACHE_WUC; + prot = (prot & ~_CACHE_MASK) | (wc_enabled ? _CACHE_WUC : _CACHE_SUC); return __pgprot(prot); } --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/loongarch/include/asm/pgtable.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/loongarch/include/asm/pgtable.h @@ -593,6 +593,9 @@ } #endif /* CONFIG_NUMA_BALANCING */ +#define pmd_leaf(pmd) ((pmd_val(pmd) & _PAGE_HUGE) != 0) +#define pud_leaf(pud) ((pud_val(pud) & _PAGE_HUGE) != 0) + /* * We provide our own get_unmapped area to cope with the virtual aliasing * constraints placed on us by the cache architecture. --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/loongarch/kernel/entry.S +++ linux-lowlatency-hwe-6.5-6.5.0/arch/loongarch/kernel/entry.S @@ -18,7 +18,7 @@ .text .cfi_sections .debug_frame .align 5 -SYM_FUNC_START(handle_syscall) +SYM_CODE_START(handle_syscall) csrrd t0, PERCPU_BASE_KS la.pcrel t1, kernelsp add.d t1, t1, t0 @@ -66,7 +66,7 @@ bl do_syscall RESTORE_ALL_AND_RET -SYM_FUNC_END(handle_syscall) +SYM_CODE_END(handle_syscall) _ASM_NOKPROBE(handle_syscall) SYM_CODE_START(ret_from_fork) --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/loongarch/kernel/genex.S +++ linux-lowlatency-hwe-6.5-6.5.0/arch/loongarch/kernel/genex.S @@ -31,7 +31,7 @@ 1: jr ra SYM_FUNC_END(__arch_cpu_idle) -SYM_FUNC_START(handle_vint) +SYM_CODE_START(handle_vint) BACKUP_T0T1 SAVE_ALL la_abs t1, __arch_cpu_idle @@ -46,11 +46,11 @@ la_abs t0, do_vint jirl ra, t0, 0 RESTORE_ALL_AND_RET -SYM_FUNC_END(handle_vint) +SYM_CODE_END(handle_vint) -SYM_FUNC_START(except_vec_cex) +SYM_CODE_START(except_vec_cex) b cache_parity_error -SYM_FUNC_END(except_vec_cex) +SYM_CODE_END(except_vec_cex) .macro build_prep_badv csrrd t0, LOONGARCH_CSR_BADV @@ -66,7 +66,7 @@ .macro BUILD_HANDLER exception handler prep .align 5 - SYM_FUNC_START(handle_\exception) + SYM_CODE_START(handle_\exception) 666: BACKUP_T0T1 SAVE_ALL @@ -76,7 +76,7 @@ jirl ra, t0, 0 668: RESTORE_ALL_AND_RET - SYM_FUNC_END(handle_\exception) + SYM_CODE_END(handle_\exception) SYM_DATA(unwind_hint_\exception, .word 668b - 666b) .endm @@ -93,7 +93,7 @@ BUILD_HANDLER watch watch none BUILD_HANDLER reserved reserved none /* others */ -SYM_FUNC_START(handle_sys) +SYM_CODE_START(handle_sys) la_abs t0, handle_syscall jr t0 -SYM_FUNC_END(handle_sys) +SYM_CODE_END(handle_sys) --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/loongarch/kernel/mem.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/loongarch/kernel/mem.c @@ -50,7 +50,6 @@ } memblock_set_current_limit(PFN_PHYS(max_low_pfn)); - memblock_set_node(0, PHYS_ADDR_MAX, &memblock.memory, 0); /* Reserve the first 2MB */ memblock_reserve(PHYS_OFFSET, 0x200000); @@ -58,4 +57,7 @@ /* Reserve the kernel text/data/bss */ memblock_reserve(__pa_symbol(&_text), __pa_symbol(&_end) - __pa_symbol(&_text)); + + memblock_set_node(0, PHYS_ADDR_MAX, &memblock.memory, 0); + memblock_set_node(0, PHYS_ADDR_MAX, &memblock.reserved, 0); } --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/loongarch/kernel/module.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/loongarch/kernel/module.c @@ -367,6 +367,24 @@ return apply_r_larch_pcala(mod, location, got, rela_stack, rela_stack_top, type); } +static int apply_r_larch_32_pcrel(struct module *mod, u32 *location, Elf_Addr v, + s64 *rela_stack, size_t *rela_stack_top, unsigned int type) +{ + ptrdiff_t offset = (void *)v - (void *)location; + + *(u32 *)location = offset; + return 0; +} + +static int apply_r_larch_64_pcrel(struct module *mod, u32 *location, Elf_Addr v, + s64 *rela_stack, size_t *rela_stack_top, unsigned int type) +{ + ptrdiff_t offset = (void *)v - (void *)location; + + *(u64 *)location = offset; + return 0; +} + /* * reloc_handlers_rela() - Apply a particular relocation to a module * @mod: the module to apply the reloc to @@ -382,7 +400,7 @@ /* The handlers for known reloc types */ static reloc_rela_handler reloc_rela_handlers[] = { - [R_LARCH_NONE ... R_LARCH_RELAX] = apply_r_larch_error, + [R_LARCH_NONE ... R_LARCH_64_PCREL] = apply_r_larch_error, [R_LARCH_NONE] = apply_r_larch_none, [R_LARCH_32] = apply_r_larch_32, @@ -396,6 +414,8 @@ [R_LARCH_SOP_POP_32_S_10_5 ... R_LARCH_SOP_POP_32_U] = apply_r_larch_sop_imm_field, [R_LARCH_ADD32 ... R_LARCH_SUB64] = apply_r_larch_add_sub, [R_LARCH_PCALA_HI20...R_LARCH_PCALA64_HI12] = apply_r_larch_pcala, + [R_LARCH_32_PCREL] = apply_r_larch_32_pcrel, + [R_LARCH_64_PCREL] = apply_r_larch_64_pcrel, }; int apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/loongarch/kernel/numa.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/loongarch/kernel/numa.c @@ -468,7 +468,7 @@ void __init mem_init(void) { - high_memory = (void *) __va(get_num_physpages() << PAGE_SHIFT); + high_memory = (void *) __va(max_low_pfn << PAGE_SHIFT); memblock_free_all(); setup_zero_pages(); /* This comes from node 0 */ } --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/loongarch/kernel/process.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/loongarch/kernel/process.c @@ -338,9 +338,9 @@ } } -void arch_trigger_cpumask_backtrace(const cpumask_t *mask, bool exclude_self) +void arch_trigger_cpumask_backtrace(const cpumask_t *mask, int exclude_cpu) { - nmi_trigger_cpumask_backtrace(mask, exclude_self, raise_backtrace); + nmi_trigger_cpumask_backtrace(mask, exclude_cpu, raise_backtrace); } #ifdef CONFIG_64BIT --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/loongarch/kernel/setup.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/loongarch/kernel/setup.c @@ -161,19 +161,19 @@ } #ifdef CONFIG_ARCH_WRITECOMBINE -pgprot_t pgprot_wc = PAGE_KERNEL_WUC; +bool wc_enabled = true; #else -pgprot_t pgprot_wc = PAGE_KERNEL_SUC; +bool wc_enabled = false; #endif -EXPORT_SYMBOL(pgprot_wc); +EXPORT_SYMBOL(wc_enabled); static int __init setup_writecombine(char *p) { if (!strcmp(p, "on")) - pgprot_wc = PAGE_KERNEL_WUC; + wc_enabled = true; else if (!strcmp(p, "off")) - pgprot_wc = PAGE_KERNEL_SUC; + wc_enabled = false; else pr_warn("Unknown writecombine setting \"%s\".\n", p); --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/loongarch/kernel/vmlinux.lds.S +++ linux-lowlatency-hwe-6.5-6.5.0/arch/loongarch/kernel/vmlinux.lds.S @@ -53,33 +53,6 @@ . = ALIGN(PECOFF_SEGMENT_ALIGN); _etext = .; - /* - * struct alt_inst entries. From the header (alternative.h): - * "Alternative instructions for different CPU types or capabilities" - * Think locking instructions on spinlocks. - */ - . = ALIGN(4); - .altinstructions : AT(ADDR(.altinstructions) - LOAD_OFFSET) { - __alt_instructions = .; - *(.altinstructions) - __alt_instructions_end = .; - } - -#ifdef CONFIG_RELOCATABLE - . = ALIGN(8); - .la_abs : AT(ADDR(.la_abs) - LOAD_OFFSET) { - __la_abs_begin = .; - *(.la_abs) - __la_abs_end = .; - } -#endif - - .got : ALIGN(16) { *(.got) } - .plt : ALIGN(16) { *(.plt) } - .got.plt : ALIGN(16) { *(.got.plt) } - - .data.rel : { *(.data.rel*) } - . = ALIGN(PECOFF_SEGMENT_ALIGN); __init_begin = .; __inittext_begin = .; @@ -94,6 +67,18 @@ __initdata_begin = .; + /* + * struct alt_inst entries. From the header (alternative.h): + * "Alternative instructions for different CPU types or capabilities" + * Think locking instructions on spinlocks. + */ + . = ALIGN(4); + .altinstructions : AT(ADDR(.altinstructions) - LOAD_OFFSET) { + __alt_instructions = .; + *(.altinstructions) + __alt_instructions_end = .; + } + INIT_DATA_SECTION(16) .exit.data : { EXIT_DATA @@ -113,6 +98,11 @@ _sdata = .; RO_DATA(4096) + + .got : ALIGN(16) { *(.got) } + .plt : ALIGN(16) { *(.plt) } + .got.plt : ALIGN(16) { *(.got.plt) } + RW_DATA(1 << CONFIG_L1_CACHE_SHIFT, PAGE_SIZE, THREAD_SIZE) .rela.dyn : ALIGN(8) { @@ -121,6 +111,17 @@ __rela_dyn_end = .; } + .data.rel : { *(.data.rel*) } + +#ifdef CONFIG_RELOCATABLE + . = ALIGN(8); + .la_abs : AT(ADDR(.la_abs) - LOAD_OFFSET) { + __la_abs_begin = .; + *(.la_abs) + __la_abs_end = .; + } +#endif + .sdata : { *(.sdata) } --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/loongarch/mm/init.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/loongarch/mm/init.c @@ -68,11 +68,11 @@ { void *vfrom, *vto; - vto = kmap_atomic(to); - vfrom = kmap_atomic(from); + vfrom = kmap_local_page(from); + vto = kmap_local_page(to); copy_page(vto, vfrom); - kunmap_atomic(vfrom); - kunmap_atomic(vto); + kunmap_local(vfrom); + kunmap_local(vto); /* Make sure this page is cleared on other CPU's too before using it */ smp_wmb(); } @@ -267,6 +267,7 @@ pgd_t invalid_pg_dir[_PTRS_PER_PGD] __page_aligned_bss; #ifndef __PAGETABLE_PUD_FOLDED pud_t invalid_pud_table[PTRS_PER_PUD] __page_aligned_bss; +EXPORT_SYMBOL(invalid_pud_table); #endif #ifndef __PAGETABLE_PMD_FOLDED pmd_t invalid_pmd_table[PTRS_PER_PMD] __page_aligned_bss; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/loongarch/mm/tlbex.S +++ linux-lowlatency-hwe-6.5-6.5.0/arch/loongarch/mm/tlbex.S @@ -17,7 +17,7 @@ #define PTRS_PER_PTE_BITS (PAGE_SHIFT - 3) .macro tlb_do_page_fault, write - SYM_FUNC_START(tlb_do_page_fault_\write) + SYM_CODE_START(tlb_do_page_fault_\write) SAVE_ALL csrrd a2, LOONGARCH_CSR_BADV move a0, sp @@ -25,13 +25,13 @@ li.w a1, \write bl do_page_fault RESTORE_ALL_AND_RET - SYM_FUNC_END(tlb_do_page_fault_\write) + SYM_CODE_END(tlb_do_page_fault_\write) .endm tlb_do_page_fault 0 tlb_do_page_fault 1 -SYM_FUNC_START(handle_tlb_protect) +SYM_CODE_START(handle_tlb_protect) BACKUP_T0T1 SAVE_ALL move a0, sp @@ -41,9 +41,9 @@ la_abs t0, do_page_fault jirl ra, t0, 0 RESTORE_ALL_AND_RET -SYM_FUNC_END(handle_tlb_protect) +SYM_CODE_END(handle_tlb_protect) -SYM_FUNC_START(handle_tlb_load) +SYM_CODE_START(handle_tlb_load) csrwr t0, EXCEPTION_KS0 csrwr t1, EXCEPTION_KS1 csrwr ra, EXCEPTION_KS2 @@ -187,16 +187,16 @@ csrrd ra, EXCEPTION_KS2 la_abs t0, tlb_do_page_fault_0 jr t0 -SYM_FUNC_END(handle_tlb_load) +SYM_CODE_END(handle_tlb_load) -SYM_FUNC_START(handle_tlb_load_ptw) +SYM_CODE_START(handle_tlb_load_ptw) csrwr t0, LOONGARCH_CSR_KS0 csrwr t1, LOONGARCH_CSR_KS1 la_abs t0, tlb_do_page_fault_0 jr t0 -SYM_FUNC_END(handle_tlb_load_ptw) +SYM_CODE_END(handle_tlb_load_ptw) -SYM_FUNC_START(handle_tlb_store) +SYM_CODE_START(handle_tlb_store) csrwr t0, EXCEPTION_KS0 csrwr t1, EXCEPTION_KS1 csrwr ra, EXCEPTION_KS2 @@ -343,16 +343,16 @@ csrrd ra, EXCEPTION_KS2 la_abs t0, tlb_do_page_fault_1 jr t0 -SYM_FUNC_END(handle_tlb_store) +SYM_CODE_END(handle_tlb_store) -SYM_FUNC_START(handle_tlb_store_ptw) +SYM_CODE_START(handle_tlb_store_ptw) csrwr t0, LOONGARCH_CSR_KS0 csrwr t1, LOONGARCH_CSR_KS1 la_abs t0, tlb_do_page_fault_1 jr t0 -SYM_FUNC_END(handle_tlb_store_ptw) +SYM_CODE_END(handle_tlb_store_ptw) -SYM_FUNC_START(handle_tlb_modify) +SYM_CODE_START(handle_tlb_modify) csrwr t0, EXCEPTION_KS0 csrwr t1, EXCEPTION_KS1 csrwr ra, EXCEPTION_KS2 @@ -497,16 +497,16 @@ csrrd ra, EXCEPTION_KS2 la_abs t0, tlb_do_page_fault_1 jr t0 -SYM_FUNC_END(handle_tlb_modify) +SYM_CODE_END(handle_tlb_modify) -SYM_FUNC_START(handle_tlb_modify_ptw) +SYM_CODE_START(handle_tlb_modify_ptw) csrwr t0, LOONGARCH_CSR_KS0 csrwr t1, LOONGARCH_CSR_KS1 la_abs t0, tlb_do_page_fault_1 jr t0 -SYM_FUNC_END(handle_tlb_modify_ptw) +SYM_CODE_END(handle_tlb_modify_ptw) -SYM_FUNC_START(handle_tlb_refill) +SYM_CODE_START(handle_tlb_refill) csrwr t0, LOONGARCH_CSR_TLBRSAVE csrrd t0, LOONGARCH_CSR_PGD lddir t0, t0, 3 @@ -521,4 +521,4 @@ tlbfill csrrd t0, LOONGARCH_CSR_TLBRSAVE ertn -SYM_FUNC_END(handle_tlb_refill) +SYM_CODE_END(handle_tlb_refill) --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/loongarch/net/bpf_jit.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/loongarch/net/bpf_jit.c @@ -855,8 +855,6 @@ /* function return */ case BPF_JMP | BPF_EXIT: - emit_sext_32(ctx, regmap[BPF_REG_0], true); - if (i == ctx->prog->len - 1) break; @@ -907,14 +905,8 @@ } break; case BPF_DW: - if (is_signed_imm12(off)) { - emit_insn(ctx, ldd, dst, src, off); - } else if (is_signed_imm14(off)) { - emit_insn(ctx, ldptrd, dst, src, off); - } else { - move_imm(ctx, t1, off, is32); - emit_insn(ctx, ldxd, dst, src, t1); - } + move_imm(ctx, t1, off, is32); + emit_insn(ctx, ldxd, dst, src, t1); break; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/mips/Kconfig +++ linux-lowlatency-hwe-6.5-6.5.0/arch/mips/Kconfig @@ -482,6 +482,7 @@ config MACH_LOONGSON64 bool "Loongson 64-bit family of machines" + select ARCH_DMA_DEFAULT_COHERENT select ARCH_SPARSEMEM_ENABLE select ARCH_MIGHT_HAVE_PC_PARPORT select ARCH_MIGHT_HAVE_PC_SERIO @@ -1273,6 +1274,7 @@ select CPU_SUPPORTS_MSA select CPU_DIEI_BROKEN if !LOONGSON3_ENHANCEMENT select CPU_MIPSR2_IRQ_VI + select DMA_NONCOHERENT select WEAK_ORDERING select WEAK_REORDERING_BEYOND_LLSC select MIPS_ASID_BITS_VARIABLE --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/mips/Makefile +++ linux-lowlatency-hwe-6.5-6.5.0/arch/mips/Makefile @@ -299,8 +299,8 @@ endif endif - ifeq ($(KBUILD_SYM32)$(call cc-option-yn,-msym32), yy) - cflags-y += -msym32 -DKBUILD_64BIT_SYM32 + ifeq ($(KBUILD_SYM32), y) + cflags-$(KBUILD_SYM32) += -msym32 -DKBUILD_64BIT_SYM32 else ifeq ($(CONFIG_CPU_DADDI_WORKAROUNDS), y) $(error CONFIG_CPU_DADDI_WORKAROUNDS unsupported without -msym32) @@ -341,7 +341,7 @@ KBUILD_LDFLAGS += -m $(ld-emul) -ifdef CONFIG_MIPS +ifdef need-compiler CHECKFLAGS += $(shell $(CC) $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) -dM -E -x c /dev/null | \ grep -E -vw '__GNUC_(MINOR_|PATCHLEVEL_)?_' | \ sed -e "s/^\#define /-D'/" -e "s/ /'='/" -e "s/$$/'/" -e 's/\$$/&&/g') --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/mips/alchemy/devboards/db1000.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/mips/alchemy/devboards/db1000.c @@ -14,7 +14,6 @@ #include #include #include -#include #include #include #include @@ -165,14 +164,10 @@ /******************************************************************************/ +#ifdef CONFIG_MMC_AU1X static irqreturn_t db1100_mmc_cd(int irq, void *ptr) { - void (*mmc_cd)(struct mmc_host *, unsigned long); - /* link against CONFIG_MMC=m */ - mmc_cd = symbol_get(mmc_detect_change); - mmc_cd(ptr, msecs_to_jiffies(500)); - symbol_put(mmc_detect_change); - + mmc_detect_change(ptr, msecs_to_jiffies(500)); return IRQ_HANDLED; } @@ -375,6 +370,7 @@ .num_resources = ARRAY_SIZE(au1100_mmc1_res), .resource = au1100_mmc1_res, }; +#endif /* CONFIG_MMC_AU1X */ /******************************************************************************/ @@ -446,8 +442,10 @@ static struct platform_device *db1100_devs[] = { &au1100_lcd_device, +#ifdef CONFIG_MMC_AU1X &db1100_mmc0_dev, &db1100_mmc1_dev, +#endif }; int __init db1000_dev_setup(void) --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/mips/alchemy/devboards/db1200.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/mips/alchemy/devboards/db1200.c @@ -10,7 +10,6 @@ #include #include #include -#include #include #include #include @@ -327,6 +326,7 @@ /**********************************************************************/ +#ifdef CONFIG_MMC_AU1X /* SD carddetects: they're supposed to be edge-triggered, but ack * doesn't seem to work (CPLD Rev 2). Instead, the screaming one * is disabled and its counterpart enabled. The 200ms timeout is @@ -340,14 +340,7 @@ static irqreturn_t db1200_mmc_cdfn(int irq, void *ptr) { - void (*mmc_cd)(struct mmc_host *, unsigned long); - - /* link against CONFIG_MMC=m */ - mmc_cd = symbol_get(mmc_detect_change); - if (mmc_cd) { - mmc_cd(ptr, msecs_to_jiffies(200)); - symbol_put(mmc_detect_change); - } + mmc_detect_change(ptr, msecs_to_jiffies(200)); msleep(100); /* debounce */ if (irq == DB1200_SD0_INSERT_INT) @@ -431,14 +424,7 @@ static irqreturn_t pb1200_mmc1_cdfn(int irq, void *ptr) { - void (*mmc_cd)(struct mmc_host *, unsigned long); - - /* link against CONFIG_MMC=m */ - mmc_cd = symbol_get(mmc_detect_change); - if (mmc_cd) { - mmc_cd(ptr, msecs_to_jiffies(200)); - symbol_put(mmc_detect_change); - } + mmc_detect_change(ptr, msecs_to_jiffies(200)); msleep(100); /* debounce */ if (irq == PB1200_SD1_INSERT_INT) @@ -599,6 +585,7 @@ .num_resources = ARRAY_SIZE(au1200_mmc1_res), .resource = au1200_mmc1_res, }; +#endif /* CONFIG_MMC_AU1X */ /**********************************************************************/ @@ -766,7 +753,9 @@ static struct platform_device *db1200_devs[] __initdata = { NULL, /* PSC0, selected by S6.8 */ &db1200_ide_dev, +#ifdef CONFIG_MMC_AU1X &db1200_mmc0_dev, +#endif &au1200_lcd_dev, &db1200_eth_dev, &db1200_nand_dev, @@ -777,7 +766,9 @@ }; static struct platform_device *pb1200_devs[] __initdata = { +#ifdef CONFIG_MMC_AU1X &pb1200_mmc1_dev, +#endif }; /* Some peripheral base addresses differ on the PB1200 */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/mips/alchemy/devboards/db1300.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/mips/alchemy/devboards/db1300.c @@ -17,7 +17,6 @@ #include #include #include -#include #include #include #include @@ -451,6 +450,7 @@ /**********************************************************************/ +#ifdef CONFIG_MMC_AU1X static irqreturn_t db1300_mmc_cd(int irq, void *ptr) { disable_irq_nosync(irq); @@ -459,14 +459,7 @@ static irqreturn_t db1300_mmc_cdfn(int irq, void *ptr) { - void (*mmc_cd)(struct mmc_host *, unsigned long); - - /* link against CONFIG_MMC=m. We can only be called once MMC core has - * initialized the controller, so symbol_get() should always succeed. - */ - mmc_cd = symbol_get(mmc_detect_change); - mmc_cd(ptr, msecs_to_jiffies(200)); - symbol_put(mmc_detect_change); + mmc_detect_change(ptr, msecs_to_jiffies(200)); msleep(100); /* debounce */ if (irq == DB1300_SD1_INSERT_INT) @@ -640,6 +633,7 @@ .resource = au1300_sd0_res, .num_resources = ARRAY_SIZE(au1300_sd0_res), }; +#endif /* CONFIG_MMC_AU1X */ /**********************************************************************/ @@ -775,8 +769,10 @@ &db1300_5waysw_dev, &db1300_nand_dev, &db1300_ide_dev, +#ifdef CONFIG_MMC_AU1X &db1300_sd0_dev, &db1300_sd1_dev, +#endif &db1300_lcd_dev, &db1300_ac97_dev, &db1300_i2s_dev, --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/mips/cavium-octeon/octeon-usb.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/mips/cavium-octeon/octeon-usb.c @@ -243,11 +243,11 @@ while (div < ARRAY_SIZE(clk_div)) { uint64_t rate = octeon_get_io_clock_rate() / clk_div[div]; if (rate <= 300000000 && rate >= 150000000) - break; + return div; div++; } - return div; + return -EINVAL; } static int dwc3_octeon_config_power(struct device *dev, void __iomem *base) @@ -374,6 +374,10 @@ /* Step 4b: Select controller clock frequency. */ div = dwc3_octeon_get_divider(); + if (div < 0) { + dev_err(dev, "clock divider invalid\n"); + return div; + } val = dwc3_octeon_readq(uctl_ctl_reg); val &= ~USBDRD_UCTL_CTL_H_CLKDIV_SEL; val |= FIELD_PREP(USBDRD_UCTL_CTL_H_CLKDIV_SEL, div); --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/mips/include/asm/irq.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/mips/include/asm/irq.h @@ -77,7 +77,7 @@ extern int get_c0_fdc_int(void); void arch_trigger_cpumask_backtrace(const struct cpumask *mask, - bool exclude_self); + int exclude_cpu); #define arch_trigger_cpumask_backtrace arch_trigger_cpumask_backtrace #endif /* _ASM_IRQ_H */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/mips/include/asm/local.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/mips/include/asm/local.h @@ -101,8 +101,8 @@ static __inline__ bool local_try_cmpxchg(local_t *l, long *old, long new) { - typeof(l->a.counter) *__old = (typeof(l->a.counter) *) old; - return try_cmpxchg_local(&l->a.counter, __old, new); + return try_cmpxchg_local(&l->a.counter, + (typeof(l->a.counter) *) old, new); } #define local_xchg(l, n) (atomic_long_xchg((&(l)->a), (n))) --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/mips/include/asm/mach-loongson64/boot_param.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/mips/include/asm/mach-loongson64/boot_param.h @@ -14,7 +14,11 @@ #define ADAPTER_ROM 8 #define ACPI_TABLE 9 #define SMBIOS_TABLE 10 -#define MAX_MEMORY_TYPE 11 +#define UMA_VIDEO_RAM 11 +#define VUMA_VIDEO_RAM 12 +#define MAX_MEMORY_TYPE 13 + +#define MEM_SIZE_IS_IN_BYTES (1 << 31) #define LOONGSON3_BOOT_MEM_MAP_MAX 128 struct efi_memory_map_loongson { @@ -117,7 +121,8 @@ u64 pci_io_start_addr; u64 pci_io_end_addr; u64 pci_config_addr; - u32 dma_mask_bits; + u16 dma_mask_bits; + u16 dma_noncoherent; } __packed; struct interface_info { --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/mips/kernel/process.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/mips/kernel/process.c @@ -121,6 +121,19 @@ /* Put the stack after the struct pt_regs. */ childksp = (unsigned long) childregs; p->thread.cp0_status = (read_c0_status() & ~(ST0_CU2|ST0_CU1)) | ST0_KERNEL_CUMASK; + + /* + * New tasks lose permission to use the fpu. This accelerates context + * switching for most programs since they don't use the fpu. + */ + clear_tsk_thread_flag(p, TIF_USEDFPU); + clear_tsk_thread_flag(p, TIF_USEDMSA); + clear_tsk_thread_flag(p, TIF_MSA_CTX_LIVE); + +#ifdef CONFIG_MIPS_MT_FPAFF + clear_tsk_thread_flag(p, TIF_FPUBOUND); +#endif /* CONFIG_MIPS_MT_FPAFF */ + if (unlikely(args->fn)) { /* kernel thread */ unsigned long status = p->thread.cp0_status; @@ -149,20 +162,8 @@ p->thread.reg29 = (unsigned long) childregs; p->thread.reg31 = (unsigned long) ret_from_fork; - /* - * New tasks lose permission to use the fpu. This accelerates context - * switching for most programs since they don't use the fpu. - */ childregs->cp0_status &= ~(ST0_CU2|ST0_CU1); - clear_tsk_thread_flag(p, TIF_USEDFPU); - clear_tsk_thread_flag(p, TIF_USEDMSA); - clear_tsk_thread_flag(p, TIF_MSA_CTX_LIVE); - -#ifdef CONFIG_MIPS_MT_FPAFF - clear_tsk_thread_flag(p, TIF_FPUBOUND); -#endif /* CONFIG_MIPS_MT_FPAFF */ - #ifdef CONFIG_MIPS_FP_SUPPORT atomic_set(&p->thread.bd_emu_frame, BD_EMUFRAME_NONE); #endif @@ -750,9 +751,9 @@ } } -void arch_trigger_cpumask_backtrace(const cpumask_t *mask, bool exclude_self) +void arch_trigger_cpumask_backtrace(const cpumask_t *mask, int exclude_cpu) { - nmi_trigger_cpumask_backtrace(mask, exclude_self, raise_backtrace); + nmi_trigger_cpumask_backtrace(mask, exclude_cpu, raise_backtrace); } int mips_get_process_fp_mode(struct task_struct *task) --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/mips/kvm/mmu.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/mips/kvm/mmu.c @@ -592,7 +592,7 @@ gfn_t gfn = gpa >> PAGE_SHIFT; int srcu_idx, err; kvm_pfn_t pfn; - pte_t *ptep, entry, old_pte; + pte_t *ptep, entry; bool writeable; unsigned long prot_bits; unsigned long mmu_seq; @@ -664,7 +664,6 @@ entry = pfn_pte(pfn, __pgprot(prot_bits)); /* Write the PTE */ - old_pte = *ptep; set_pte(ptep, entry); err = 0; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/mips/loongson64/env.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/mips/loongson64/env.c @@ -13,6 +13,8 @@ * Copyright (C) 2009 Lemote Inc. * Author: Wu Zhangjin, wuzhangjin@gmail.com */ + +#include #include #include #include @@ -147,8 +149,14 @@ loongson_sysconf.dma_mask_bits = eirq_source->dma_mask_bits; if (loongson_sysconf.dma_mask_bits < 32 || - loongson_sysconf.dma_mask_bits > 64) + loongson_sysconf.dma_mask_bits > 64) { loongson_sysconf.dma_mask_bits = 32; + dma_default_coherent = true; + } else { + dma_default_coherent = !eirq_source->dma_noncoherent; + } + + pr_info("Firmware: Coherent DMA: %s\n", dma_default_coherent ? "on" : "off"); loongson_sysconf.restart_addr = boot_p->reset_system.ResetWarm; loongson_sysconf.poweroff_addr = boot_p->reset_system.Shutdown; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/mips/loongson64/init.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/mips/loongson64/init.c @@ -49,8 +49,7 @@ void __init szmem(unsigned int node) { u32 i, mem_type; - static unsigned long num_physpages; - u64 node_id, node_psize, start_pfn, end_pfn, mem_start, mem_size; + phys_addr_t node_id, mem_start, mem_size; /* Otherwise come from DTB */ if (loongson_sysconf.fw_interface != LOONGSON_LEFI) @@ -64,30 +63,46 @@ mem_type = loongson_memmap->map[i].mem_type; mem_size = loongson_memmap->map[i].mem_size; - mem_start = loongson_memmap->map[i].mem_start; + + /* Memory size comes in MB if MEM_SIZE_IS_IN_BYTES not set */ + if (mem_size & MEM_SIZE_IS_IN_BYTES) + mem_size &= ~MEM_SIZE_IS_IN_BYTES; + else + mem_size = mem_size << 20; + + mem_start = (node_id << 44) | loongson_memmap->map[i].mem_start; switch (mem_type) { case SYSTEM_RAM_LOW: case SYSTEM_RAM_HIGH: - start_pfn = ((node_id << 44) + mem_start) >> PAGE_SHIFT; - node_psize = (mem_size << 20) >> PAGE_SHIFT; - end_pfn = start_pfn + node_psize; - num_physpages += node_psize; - pr_info("Node%d: mem_type:%d, mem_start:0x%llx, mem_size:0x%llx MB\n", - (u32)node_id, mem_type, mem_start, mem_size); - pr_info(" start_pfn:0x%llx, end_pfn:0x%llx, num_physpages:0x%lx\n", - start_pfn, end_pfn, num_physpages); - memblock_add_node(PFN_PHYS(start_pfn), - PFN_PHYS(node_psize), node, + case UMA_VIDEO_RAM: + pr_info("Node %d, mem_type:%d\t[%pa], %pa bytes usable\n", + (u32)node_id, mem_type, &mem_start, &mem_size); + memblock_add_node(mem_start, mem_size, node, MEMBLOCK_NONE); break; case SYSTEM_RAM_RESERVED: - pr_info("Node%d: mem_type:%d, mem_start:0x%llx, mem_size:0x%llx MB\n", - (u32)node_id, mem_type, mem_start, mem_size); - memblock_reserve(((node_id << 44) + mem_start), mem_size << 20); + case VIDEO_ROM: + case ADAPTER_ROM: + case ACPI_TABLE: + case SMBIOS_TABLE: + pr_info("Node %d, mem_type:%d\t[%pa], %pa bytes reserved\n", + (u32)node_id, mem_type, &mem_start, &mem_size); + memblock_reserve(mem_start, mem_size); + break; + /* We should not reserve VUMA_VIDEO_RAM as it overlaps with MMIO */ + case VUMA_VIDEO_RAM: + default: + pr_info("Node %d, mem_type:%d\t[%pa], %pa bytes unhandled\n", + (u32)node_id, mem_type, &mem_start, &mem_size); break; } } + + /* Reserve vgabios if it comes from firmware */ + if (loongson_sysconf.vgabios_addr) + memblock_reserve(virt_to_phys((void *)loongson_sysconf.vgabios_addr), + SZ_256K); } #ifndef CONFIG_NUMA --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/parisc/Kconfig +++ linux-lowlatency-hwe-6.5-6.5.0/arch/parisc/Kconfig @@ -107,9 +107,12 @@ default n config GENERIC_BUG - bool - default y + def_bool y depends on BUG + select GENERIC_BUG_RELATIVE_POINTERS if 64BIT + +config GENERIC_BUG_RELATIVE_POINTERS + bool config GENERIC_HWEIGHT bool --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/parisc/include/asm/alternative.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/parisc/include/asm/alternative.h @@ -34,7 +34,8 @@ /* Alternative SMP implementation. */ #define ALTERNATIVE(cond, replacement) "!0:" \ - ".section .altinstructions, \"aw\" !" \ + ".section .altinstructions, \"a\" !" \ + ".align 4 !" \ ".word (0b-4-.) !" \ ".hword 1, " __stringify(cond) " !" \ ".word " __stringify(replacement) " !" \ @@ -44,7 +45,8 @@ /* to replace one single instructions by a new instruction */ #define ALTERNATIVE(from, to, cond, replacement)\ - .section .altinstructions, "aw" ! \ + .section .altinstructions, "a" ! \ + .align 4 ! \ .word (from - .) ! \ .hword (to - from)/4, cond ! \ .word replacement ! \ @@ -52,7 +54,8 @@ /* to replace multiple instructions by new code */ #define ALTERNATIVE_CODE(from, num_instructions, cond, new_instr_ptr)\ - .section .altinstructions, "aw" ! \ + .section .altinstructions, "a" ! \ + .align 4 ! \ .word (from - .) ! \ .hword -num_instructions, cond ! \ .word (new_instr_ptr - .) ! \ --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/parisc/include/asm/assembly.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/parisc/include/asm/assembly.h @@ -574,6 +574,7 @@ */ #define ASM_EXCEPTIONTABLE_ENTRY(fault_addr, except_addr) \ .section __ex_table,"aw" ! \ + .align 4 ! \ .word (fault_addr - .), (except_addr - .) ! \ .previous --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/parisc/include/asm/bug.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/parisc/include/asm/bug.h @@ -17,24 +17,27 @@ #define PARISC_BUG_BREAK_ASM "break 0x1f, 0x1fff" #define PARISC_BUG_BREAK_INSN 0x03ffe01f /* PARISC_BUG_BREAK_ASM */ -#if defined(CONFIG_64BIT) -#define ASM_WORD_INSN ".dword\t" +#ifdef CONFIG_GENERIC_BUG_RELATIVE_POINTERS +# define __BUG_REL(val) ".word " __stringify(val) " - ." #else -#define ASM_WORD_INSN ".word\t" +# define __BUG_REL(val) ".word " __stringify(val) #endif + #ifdef CONFIG_DEBUG_BUGVERBOSE #define BUG() \ do { \ asm volatile("\n" \ "1:\t" PARISC_BUG_BREAK_ASM "\n" \ - "\t.pushsection __bug_table,\"aw\"\n" \ - "2:\t" ASM_WORD_INSN "1b, %c0\n" \ - "\t.short %c1, %c2\n" \ - "\t.org 2b+%c3\n" \ + "\t.pushsection __bug_table,\"a\"\n" \ + "\t.align 4\n" \ + "2:\t" __BUG_REL(1b) "\n" \ + "\t" __BUG_REL(%c0) "\n" \ + "\t.short %1, %2\n" \ + "\t.blockz %3-2*4-2*2\n" \ "\t.popsection" \ : : "i" (__FILE__), "i" (__LINE__), \ - "i" (0), "i" (sizeof(struct bug_entry)) ); \ + "i" (0), "i" (sizeof(struct bug_entry)) ); \ unreachable(); \ } while(0) @@ -51,10 +54,12 @@ do { \ asm volatile("\n" \ "1:\t" PARISC_BUG_BREAK_ASM "\n" \ - "\t.pushsection __bug_table,\"aw\"\n" \ - "2:\t" ASM_WORD_INSN "1b, %c0\n" \ - "\t.short %c1, %c2\n" \ - "\t.org 2b+%c3\n" \ + "\t.pushsection __bug_table,\"a\"\n" \ + "\t.align 4\n" \ + "2:\t" __BUG_REL(1b) "\n" \ + "\t" __BUG_REL(%c0) "\n" \ + "\t.short %1, %2\n" \ + "\t.blockz %3-2*4-2*2\n" \ "\t.popsection" \ : : "i" (__FILE__), "i" (__LINE__), \ "i" (BUGFLAG_WARNING|(flags)), \ @@ -65,10 +70,11 @@ do { \ asm volatile("\n" \ "1:\t" PARISC_BUG_BREAK_ASM "\n" \ - "\t.pushsection __bug_table,\"aw\"\n" \ - "2:\t" ASM_WORD_INSN "1b\n" \ - "\t.short %c0\n" \ - "\t.org 2b+%c1\n" \ + "\t.pushsection __bug_table,\"a\"\n" \ + "\t.align 4\n" \ + "2:\t" __BUG_REL(1b) "\n" \ + "\t.short %0\n" \ + "\t.blockz %1-4-2\n" \ "\t.popsection" \ : : "i" (BUGFLAG_WARNING|(flags)), \ "i" (sizeof(struct bug_entry)) ); \ --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/parisc/include/asm/jump_label.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/parisc/include/asm/jump_label.h @@ -15,10 +15,12 @@ asm_volatile_goto("1:\n\t" "nop\n\t" ".pushsection __jump_table, \"aw\"\n\t" + ".align %1\n\t" ".word 1b - ., %l[l_yes] - .\n\t" __stringify(ASM_ULONG_INSN) " %c0 - .\n\t" ".popsection\n\t" - : : "i" (&((char *)key)[branch]) : : l_yes); + : : "i" (&((char *)key)[branch]), "i" (sizeof(long)) + : : l_yes); return false; l_yes: @@ -30,10 +32,12 @@ asm_volatile_goto("1:\n\t" "b,n %l[l_yes]\n\t" ".pushsection __jump_table, \"aw\"\n\t" + ".align %1\n\t" ".word 1b - ., %l[l_yes] - .\n\t" __stringify(ASM_ULONG_INSN) " %c0 - .\n\t" ".popsection\n\t" - : : "i" (&((char *)key)[branch]) : : l_yes); + : : "i" (&((char *)key)[branch]), "i" (sizeof(long)) + : : l_yes); return false; l_yes: --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/parisc/include/asm/ldcw.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/parisc/include/asm/ldcw.h @@ -2,39 +2,42 @@ #ifndef __PARISC_LDCW_H #define __PARISC_LDCW_H -#ifndef CONFIG_PA20 /* Because kmalloc only guarantees 8-byte alignment for kmalloc'd data, and GCC only guarantees 8-byte alignment for stack locals, we can't be assured of 16-byte alignment for atomic lock data even if we specify "__attribute ((aligned(16)))" in the type declaration. So, we use a struct containing an array of four ints for the atomic lock type and dynamically select the 16-byte aligned int from the array - for the semaphore. */ + for the semaphore. */ + +/* From: "Jim Hull" + I've attached a summary of the change, but basically, for PA 2.0, as + long as the ",CO" (coherent operation) completer is implemented, then the + 16-byte alignment requirement for ldcw and ldcd is relaxed, and instead + they only require "natural" alignment (4-byte for ldcw, 8-byte for + ldcd). + + Although the cache control hint is accepted by all PA 2.0 processors, + it is only implemented on PA8800/PA8900 CPUs. Prior PA8X00 CPUs still + require 16-byte alignment. If the address is unaligned, the operation + of the instruction is undefined. The ldcw instruction does not generate + unaligned data reference traps so misaligned accesses are not detected. + This hid the problem for years. So, restore the 16-byte alignment dropped + by Kyle McMartin in "Remove __ldcw_align for PA-RISC 2.0 processors". */ #define __PA_LDCW_ALIGNMENT 16 -#define __PA_LDCW_ALIGN_ORDER 4 #define __ldcw_align(a) ({ \ unsigned long __ret = (unsigned long) &(a)->lock[0]; \ __ret = (__ret + __PA_LDCW_ALIGNMENT - 1) \ & ~(__PA_LDCW_ALIGNMENT - 1); \ (volatile unsigned int *) __ret; \ }) -#define __LDCW "ldcw" -#else /*CONFIG_PA20*/ -/* From: "Jim Hull" - I've attached a summary of the change, but basically, for PA 2.0, as - long as the ",CO" (coherent operation) completer is specified, then the - 16-byte alignment requirement for ldcw and ldcd is relaxed, and instead - they only require "natural" alignment (4-byte for ldcw, 8-byte for - ldcd). */ - -#define __PA_LDCW_ALIGNMENT 4 -#define __PA_LDCW_ALIGN_ORDER 2 -#define __ldcw_align(a) (&(a)->slock) +#ifdef CONFIG_PA20 #define __LDCW "ldcw,co" - -#endif /*!CONFIG_PA20*/ +#else +#define __LDCW "ldcw" +#endif /* LDCW, the only atomic read-write operation PA-RISC has. *sigh*. We don't explicitly expose that "*a" may be written as reload @@ -52,7 +55,7 @@ }) #ifdef CONFIG_SMP -# define __lock_aligned __section(".data..lock_aligned") +# define __lock_aligned __section(".data..lock_aligned") __aligned(16) #endif #endif /* __PARISC_LDCW_H */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/parisc/include/asm/led.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/parisc/include/asm/led.h @@ -11,8 +11,8 @@ #define LED1 0x02 #define LED0 0x01 /* bottom (or furthest left) LED */ -#define LED_LAN_TX LED0 /* for LAN transmit activity */ -#define LED_LAN_RCV LED1 /* for LAN receive activity */ +#define LED_LAN_RCV LED0 /* for LAN receive activity */ +#define LED_LAN_TX LED1 /* for LAN transmit activity */ #define LED_DISK_IO LED2 /* for disk activity */ #define LED_HEARTBEAT LED3 /* heartbeat */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/parisc/include/asm/ropes.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/parisc/include/asm/ropes.h @@ -29,7 +29,7 @@ struct ioc { void __iomem *ioc_hpa; /* I/O MMU base address */ char *res_map; /* resource map, bit == pdir entry */ - u64 *pdir_base; /* physical base address */ + __le64 *pdir_base; /* physical base address */ unsigned long ibase; /* pdir IOV Space base - shared w/lba_pci */ unsigned long imask; /* pdir IOV Space mask - shared w/lba_pci */ #ifdef ZX1_SUPPORT @@ -86,6 +86,9 @@ struct ioc ioc[MAX_IOC]; }; +/* list of SBA's in system, see drivers/parisc/sba_iommu.c */ +extern struct sba_device *sba_list; + #define ASTRO_RUNWAY_PORT 0x582 #define IKE_MERCED_PORT 0x803 #define REO_MERCED_PORT 0x804 @@ -110,7 +113,7 @@ #define SBA_PDIR_VALID_BIT 0x8000000000000000ULL -#define SBA_AGPGART_COOKIE 0x0000badbadc0ffeeULL +#define SBA_AGPGART_COOKIE (__force __le64) 0x0000badbadc0ffeeULL #define SBA_FUNC_ID 0x0000 /* function id */ #define SBA_FCLASS 0x0008 /* function class, bist, header, rev... */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/parisc/include/asm/runway.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/parisc/include/asm/runway.h @@ -2,9 +2,6 @@ #ifndef ASM_PARISC_RUNWAY_H #define ASM_PARISC_RUNWAY_H -/* declared in arch/parisc/kernel/setup.c */ -extern struct proc_dir_entry * proc_runway_root; - #define RUNWAY_STATUS 0x10 #define RUNWAY_DEBUG 0x40 --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/parisc/include/asm/spinlock_types.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/parisc/include/asm/spinlock_types.h @@ -9,15 +9,10 @@ #ifndef __ASSEMBLY__ typedef struct { -#ifdef CONFIG_PA20 - volatile unsigned int slock; -# define __ARCH_SPIN_LOCK_UNLOCKED { __ARCH_SPIN_LOCK_UNLOCKED_VAL } -#else volatile unsigned int lock[4]; # define __ARCH_SPIN_LOCK_UNLOCKED \ { { __ARCH_SPIN_LOCK_UNLOCKED_VAL, __ARCH_SPIN_LOCK_UNLOCKED_VAL, \ __ARCH_SPIN_LOCK_UNLOCKED_VAL, __ARCH_SPIN_LOCK_UNLOCKED_VAL } } -#endif } arch_spinlock_t; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/parisc/include/asm/uaccess.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/parisc/include/asm/uaccess.h @@ -41,6 +41,7 @@ #define ASM_EXCEPTIONTABLE_ENTRY( fault_addr, except_addr )\ ".section __ex_table,\"aw\"\n" \ + ".align 4\n" \ ".word (" #fault_addr " - .), (" #except_addr " - .)\n\t" \ ".previous\n" --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/parisc/include/uapi/asm/errno.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/parisc/include/uapi/asm/errno.h @@ -75,7 +75,6 @@ /* We now return you to your regularly scheduled HPUX. */ -#define ENOSYM 215 /* symbol does not exist in executable */ #define ENOTSOCK 216 /* Socket operation on non-socket */ #define EDESTADDRREQ 217 /* Destination address required */ #define EMSGSIZE 218 /* Message too long */ @@ -101,7 +100,6 @@ #define ETIMEDOUT 238 /* Connection timed out */ #define ECONNREFUSED 239 /* Connection refused */ #define EREFUSED ECONNREFUSED /* for HP's NFS apparently */ -#define EREMOTERELEASE 240 /* Remote peer released connection */ #define EHOSTDOWN 241 /* Host is down */ #define EHOSTUNREACH 242 /* No route to host */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/parisc/include/uapi/asm/pdc.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/parisc/include/uapi/asm/pdc.h @@ -472,6 +472,7 @@ unsigned long arch_rev; unsigned long pot_key; unsigned long curr_key; + unsigned long width; /* default of PSW_W bit (1=enabled) */ }; struct pdc_cache_cf { /* for PDC_CACHE (I/D-caches) */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/parisc/kernel/drivers.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/parisc/kernel/drivers.c @@ -925,9 +925,9 @@ pr_info("#define PARISC_MODEL \"%s\"\n\n", boot_cpu_data.pdc.sys_model_name); + #define p ((unsigned long *)&boot_cpu_data.pdc.model) pr_info("#define PARISC_PDC_MODEL 0x%lx, 0x%lx, 0x%lx, " "0x%lx, 0x%lx, 0x%lx, 0x%lx, 0x%lx, 0x%lx\n\n", - #define p ((unsigned long *)&boot_cpu_data.pdc.model) p[0], p[1], p[2], p[3], p[4], p[5], p[6], p[7], p[8]); #undef p --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/parisc/kernel/entry.S +++ linux-lowlatency-hwe-6.5-6.5.0/arch/parisc/kernel/entry.S @@ -36,6 +36,24 @@ .level 2.0 #endif +/* + * We need seven instructions after a TLB insert for it to take effect. + * The PA8800/PA8900 processors are an exception and need 12 instructions. + * The RFI changes both IAOQ_Back and IAOQ_Front, so it counts as one. + */ +#ifdef CONFIG_64BIT +#define NUM_PIPELINE_INSNS 12 +#else +#define NUM_PIPELINE_INSNS 7 +#endif + + /* Insert num nops */ + .macro insert_nops num + .rept \num + nop + .endr + .endm + /* Get aligned page_table_lock address for this mm from cr28/tr4 */ .macro get_ptl reg mfctl %cr28,\reg @@ -415,24 +433,20 @@ 3: .endm - /* Release page_table_lock without reloading lock address. - We use an ordered store to ensure all prior accesses are - performed prior to releasing the lock. */ - .macro ptl_unlock0 spc,tmp,tmp2 + /* Release page_table_lock if for user space. We use an ordered + store to ensure all prior accesses are performed prior to + releasing the lock. Note stw may not be executed, so we + provide one extra nop when CONFIG_TLB_PTLOCK is defined. */ + .macro ptl_unlock spc,tmp,tmp2 #ifdef CONFIG_TLB_PTLOCK -98: ldi __ARCH_SPIN_LOCK_UNLOCKED_VAL, \tmp2 +98: get_ptl \tmp + ldi __ARCH_SPIN_LOCK_UNLOCKED_VAL, \tmp2 or,COND(=) %r0,\spc,%r0 stw,ma \tmp2,0(\tmp) 99: ALTERNATIVE(98b, 99b, ALT_COND_NO_SMP, INSN_NOP) -#endif - .endm - - /* Release page_table_lock. */ - .macro ptl_unlock1 spc,tmp,tmp2 -#ifdef CONFIG_TLB_PTLOCK -98: get_ptl \tmp - ptl_unlock0 \spc,\tmp,\tmp2 -99: ALTERNATIVE(98b, 99b, ALT_COND_NO_SMP, INSN_NOP) + insert_nops NUM_PIPELINE_INSNS - 4 +#else + insert_nops NUM_PIPELINE_INSNS - 1 #endif .endm @@ -461,13 +475,13 @@ * to a CPU TLB 4k PFN (4k => 12 bits to shift) */ #define PAGE_ADD_SHIFT (PAGE_SHIFT-12) #define PAGE_ADD_HUGE_SHIFT (REAL_HPAGE_SHIFT-12) + #define PFN_START_BIT (63-ASM_PFN_PTE_SHIFT+(63-58)-PAGE_ADD_SHIFT) /* Drop prot bits and convert to page addr for iitlbt and idtlbt */ .macro convert_for_tlb_insert20 pte,tmp #ifdef CONFIG_HUGETLB_PAGE copy \pte,\tmp - extrd,u \tmp,(63-ASM_PFN_PTE_SHIFT)+(63-58)+PAGE_ADD_SHIFT,\ - 64-PAGE_SHIFT-PAGE_ADD_SHIFT,\pte + extrd,u \tmp,PFN_START_BIT,PFN_START_BIT+1,\pte depdi _PAGE_SIZE_ENCODING_DEFAULT,63,\ (63-58)+PAGE_ADD_SHIFT,\pte @@ -475,8 +489,7 @@ depdi _HUGE_PAGE_SIZE_ENCODING_DEFAULT,63,\ (63-58)+PAGE_ADD_HUGE_SHIFT,\pte #else /* Huge pages disabled */ - extrd,u \pte,(63-ASM_PFN_PTE_SHIFT)+(63-58)+PAGE_ADD_SHIFT,\ - 64-PAGE_SHIFT-PAGE_ADD_SHIFT,\pte + extrd,u \pte,PFN_START_BIT,PFN_START_BIT+1,\pte depdi _PAGE_SIZE_ENCODING_DEFAULT,63,\ (63-58)+PAGE_ADD_SHIFT,\pte #endif @@ -1124,7 +1137,7 @@ idtlbt pte,prot - ptl_unlock1 spc,t0,t1 + ptl_unlock spc,t0,t1 rfir nop @@ -1133,6 +1146,7 @@ idtlbt pte,prot + insert_nops NUM_PIPELINE_INSNS - 1 rfir nop @@ -1150,7 +1164,7 @@ idtlbt pte,prot - ptl_unlock1 spc,t0,t1 + ptl_unlock spc,t0,t1 rfir nop @@ -1159,6 +1173,7 @@ idtlbt pte,prot + insert_nops NUM_PIPELINE_INSNS - 1 rfir nop @@ -1184,7 +1199,7 @@ mtsp t1, %sr1 /* Restore sr1 */ - ptl_unlock1 spc,t0,t1 + ptl_unlock spc,t0,t1 rfir nop @@ -1194,6 +1209,7 @@ idtlba pte,(va) idtlbp prot,(va) + insert_nops NUM_PIPELINE_INSNS - 1 rfir nop @@ -1217,7 +1233,7 @@ mtsp t1, %sr1 /* Restore sr1 */ - ptl_unlock1 spc,t0,t1 + ptl_unlock spc,t0,t1 rfir nop @@ -1227,6 +1243,7 @@ idtlba pte,(va) idtlbp prot,(va) + insert_nops NUM_PIPELINE_INSNS - 1 rfir nop @@ -1246,7 +1263,7 @@ idtlbt pte,prot - ptl_unlock1 spc,t0,t1 + ptl_unlock spc,t0,t1 rfir nop @@ -1255,6 +1272,7 @@ idtlbt pte,prot + insert_nops NUM_PIPELINE_INSNS - 1 rfir nop @@ -1274,7 +1292,7 @@ idtlbt pte,prot - ptl_unlock1 spc,t0,t1 + ptl_unlock spc,t0,t1 rfir nop @@ -1283,6 +1301,7 @@ idtlbt pte,prot + insert_nops NUM_PIPELINE_INSNS - 1 rfir nop @@ -1319,7 +1338,7 @@ iitlbt pte,prot - ptl_unlock1 spc,t0,t1 + ptl_unlock spc,t0,t1 rfir nop @@ -1343,7 +1362,7 @@ iitlbt pte,prot - ptl_unlock1 spc,t0,t1 + ptl_unlock spc,t0,t1 rfir nop @@ -1352,6 +1371,7 @@ iitlbt pte,prot + insert_nops NUM_PIPELINE_INSNS - 1 rfir nop @@ -1377,7 +1397,7 @@ mtsp t1, %sr1 /* Restore sr1 */ - ptl_unlock1 spc,t0,t1 + ptl_unlock spc,t0,t1 rfir nop @@ -1401,7 +1421,7 @@ mtsp t1, %sr1 /* Restore sr1 */ - ptl_unlock1 spc,t0,t1 + ptl_unlock spc,t0,t1 rfir nop @@ -1411,6 +1431,7 @@ iitlba pte,(%sr0, va) iitlbp prot,(%sr0, va) + insert_nops NUM_PIPELINE_INSNS - 1 rfir nop @@ -1431,7 +1452,7 @@ iitlbt pte,prot - ptl_unlock1 spc,t0,t1 + ptl_unlock spc,t0,t1 rfir nop @@ -1451,7 +1472,7 @@ iitlbt pte,prot - ptl_unlock1 spc,t0,t1 + ptl_unlock spc,t0,t1 rfir nop @@ -1460,6 +1481,7 @@ iitlbt pte,prot + insert_nops NUM_PIPELINE_INSNS - 1 rfir nop @@ -1481,7 +1503,7 @@ idtlbt pte,prot - ptl_unlock0 spc,t0,t1 + ptl_unlock spc,t0,t1 rfir nop #else @@ -1507,7 +1529,7 @@ mtsp t1, %sr1 /* Restore sr1 */ - ptl_unlock0 spc,t0,t1 + ptl_unlock spc,t0,t1 rfir nop @@ -1527,7 +1549,7 @@ idtlbt pte,prot - ptl_unlock0 spc,t0,t1 + ptl_unlock spc,t0,t1 rfir nop #endif --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/parisc/kernel/head.S +++ linux-lowlatency-hwe-6.5-6.5.0/arch/parisc/kernel/head.S @@ -70,9 +70,8 @@ stw,ma %arg2,4(%r1) stw,ma %arg3,4(%r1) -#if !defined(CONFIG_64BIT) && defined(CONFIG_PA20) - /* This 32-bit kernel was compiled for PA2.0 CPUs. Check current CPU - * and halt kernel if we detect a PA1.x CPU. */ +#if defined(CONFIG_PA20) + /* check for 64-bit capable CPU as required by current kernel */ ldi 32,%r10 mtctl %r10,%cr11 .level 2.0 --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/parisc/kernel/irq.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/parisc/kernel/irq.c @@ -365,7 +365,7 @@ volatile unsigned int lock[1]; }; -DEFINE_PER_CPU(union irq_stack_union, irq_stack_union) = { +static DEFINE_PER_CPU(union irq_stack_union, irq_stack_union) = { .slock = { 1,1,1,1 }, }; #endif --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/parisc/kernel/processor.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/parisc/kernel/processor.c @@ -378,10 +378,18 @@ show_cpuinfo (struct seq_file *m, void *v) { unsigned long cpu; + char cpu_name[60], *p; + + /* strip PA path from CPU name to not confuse lscpu */ + strlcpy(cpu_name, per_cpu(cpu_data, 0).dev->name, sizeof(cpu_name)); + p = strrchr(cpu_name, '['); + if (p) + *(--p) = 0; for_each_online_cpu(cpu) { - const struct cpuinfo_parisc *cpuinfo = &per_cpu(cpu_data, cpu); #ifdef CONFIG_SMP + const struct cpuinfo_parisc *cpuinfo = &per_cpu(cpu_data, cpu); + if (0 == cpuinfo->hpa) continue; #endif @@ -426,8 +434,7 @@ seq_printf(m, "model\t\t: %s - %s\n", boot_cpu_data.pdc.sys_model_name, - cpuinfo->dev ? - cpuinfo->dev->name : "Unknown"); + cpu_name); seq_printf(m, "hversion\t: 0x%08x\n" "sversion\t: 0x%08x\n", --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/parisc/kernel/smp.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/parisc/kernel/smp.c @@ -440,7 +440,9 @@ if (cpu_online(cpu)) return 0; - if (num_online_cpus() < setup_max_cpus && smp_boot_one_cpu(cpu, tidle)) + if (num_online_cpus() < nr_cpu_ids && + num_online_cpus() < setup_max_cpus && + smp_boot_one_cpu(cpu, tidle)) return -EIO; return cpu_online(cpu) ? 0 : -EIO; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/parisc/kernel/vmlinux.lds.S +++ linux-lowlatency-hwe-6.5-6.5.0/arch/parisc/kernel/vmlinux.lds.S @@ -130,6 +130,7 @@ RO_DATA(8) /* unwind info */ + . = ALIGN(4); .PARISC.unwind : { __start___unwind = .; *(.PARISC.unwind) --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/Kconfig +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/Kconfig @@ -917,7 +917,7 @@ default "6" if PPC32 && PPC_64K_PAGES range 4 10 if PPC32 && PPC_256K_PAGES default "4" if PPC32 && PPC_256K_PAGES - range 10 10 + range 10 12 default "10" help The kernel page allocator limits the size of maximal physically --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/Makefile +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/Makefile @@ -224,7 +224,7 @@ all: zImage # With make 3.82 we cannot mix normal and wildcard targets -BOOT_TARGETS1 := zImage zImage.initrd uImage +BOOT_TARGETS1 := zImage zImage.initrd uImage vmlinux.strip BOOT_TARGETS2 := zImage% dtbImage% treeImage.% cuImage.% simpleImage.% uImage.% PHONY += $(BOOT_TARGETS1) $(BOOT_TARGETS2) --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/include/asm/cputhreads.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/include/asm/cputhreads.h @@ -3,6 +3,7 @@ #define _ASM_POWERPC_CPUTHREADS_H #ifndef __ASSEMBLY__ +#include #include #include --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/include/asm/ftrace.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/include/asm/ftrace.h @@ -12,7 +12,7 @@ /* Ignore unused weak functions which will have larger offsets */ #ifdef CONFIG_MPROFILE_KERNEL -#define FTRACE_MCOUNT_MAX_OFFSET 12 +#define FTRACE_MCOUNT_MAX_OFFSET 16 #elif defined(CONFIG_PPC32) #define FTRACE_MCOUNT_MAX_OFFSET 8 #endif --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/include/asm/irq.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/include/asm/irq.h @@ -55,7 +55,7 @@ #if defined(CONFIG_PPC_BOOK3S_64) && defined(CONFIG_NMI_IPI) extern void arch_trigger_cpumask_backtrace(const cpumask_t *mask, - bool exclude_self); + int exclude_cpu); #define arch_trigger_cpumask_backtrace arch_trigger_cpumask_backtrace #endif --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/include/asm/lppaca.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/include/asm/lppaca.h @@ -45,6 +45,7 @@ #include #include #include +#include /* * The lppaca is the "virtual processor area" registered with the hypervisor, @@ -127,13 +128,23 @@ */ #define LPPACA_OLD_SHARED_PROC 2 -static inline bool lppaca_shared_proc(struct lppaca *l) +#ifdef CONFIG_PPC_PSERIES +/* + * All CPUs should have the same shared proc value, so directly access the PACA + * to avoid false positives from DEBUG_PREEMPT. + */ +static inline bool lppaca_shared_proc(void) { + struct lppaca *l = local_paca->lppaca_ptr; + if (!firmware_has_feature(FW_FEATURE_SPLPAR)) return false; return !!(l->__old_status & LPPACA_OLD_SHARED_PROC); } +#define get_lppaca() (get_paca()->lppaca_ptr) +#endif + /* * SLB shadow buffer structure as defined in the PAPR. The save_area * contains adjacent ESID and VSID pairs for each shadowed SLB. The --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/include/asm/nohash/32/pte-40x.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/include/asm/nohash/32/pte-40x.h @@ -69,9 +69,6 @@ #define _PTE_NONE_MASK 0 -/* Until my rework is finished, 40x still needs atomic PTE updates */ -#define PTE_ATOMIC_UPDATES 1 - #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED) #define _PAGE_BASE (_PAGE_BASE_NC) --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/include/asm/nohash/32/pte-8xx.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/include/asm/nohash/32/pte-8xx.h @@ -94,6 +94,13 @@ #define pte_wrprotect pte_wrprotect +static inline int pte_read(pte_t pte) +{ + return (pte_val(pte) & _PAGE_RO) != _PAGE_NA; +} + +#define pte_read pte_read + static inline int pte_write(pte_t pte) { return !(pte_val(pte) & _PAGE_RO); --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/include/asm/nohash/64/pgtable.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/include/asm/nohash/64/pgtable.h @@ -197,7 +197,7 @@ { unsigned long old; - if (pte_young(*ptep)) + if (!pte_young(*ptep)) return 0; old = pte_update(mm, addr, ptep, _PAGE_ACCESSED, 0, 0); return (old & _PAGE_ACCESSED) != 0; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/include/asm/nohash/pgtable.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/include/asm/nohash/pgtable.h @@ -25,7 +25,9 @@ return pte_val(pte) & _PAGE_RW; } #endif +#ifndef pte_read static inline int pte_read(pte_t pte) { return 1; } +#endif static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } static inline int pte_special(pte_t pte) { return pte_val(pte) & _PAGE_SPECIAL; } static inline int pte_none(pte_t pte) { return (pte_val(pte) & ~_PTE_NONE_MASK) == 0; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/include/asm/paca.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/include/asm/paca.h @@ -15,7 +15,6 @@ #include #include #include -#include #include #include #ifdef CONFIG_PPC_BOOK3E_64 @@ -47,14 +46,11 @@ #define get_paca() local_paca #endif -#ifdef CONFIG_PPC_PSERIES -#define get_lppaca() (get_paca()->lppaca_ptr) -#endif - #define get_slb_shadow() (get_paca()->slb_shadow_ptr) struct task_struct; struct rtas_args; +struct lppaca; /* * Defines the layout of the paca. --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/include/asm/paravirt.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/include/asm/paravirt.h @@ -6,6 +6,7 @@ #include #ifdef CONFIG_PPC64 #include +#include #include #endif --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/include/asm/plpar_wrappers.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/include/asm/plpar_wrappers.h @@ -9,6 +9,7 @@ #include #include +#include #include static inline long poll_pending(void) --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/kernel/entry_32.S +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/kernel/entry_32.S @@ -138,8 +138,9 @@ lis r4,icache_44x_need_flush@ha lwz r5,icache_44x_need_flush@l(r4) cmplwi cr0,r5,0 - bne- 2f + bne- .L44x_icache_flush #endif /* CONFIG_PPC_47x */ +.L44x_icache_flush_return: kuep_unlock lwz r4,_LINK(r1) lwz r5,_CCR(r1) @@ -173,10 +174,11 @@ b 1b #ifdef CONFIG_44x -2: li r7,0 +.L44x_icache_flush: + li r7,0 iccci r0,r0 stw r7,icache_44x_need_flush@l(r4) - b 1b + b .L44x_icache_flush_return #endif /* CONFIG_44x */ .globl ret_from_fork --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/kernel/fadump.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/kernel/fadump.c @@ -654,6 +654,7 @@ return ret; error_out: fw_dump.fadump_enabled = 0; + fw_dump.reserve_dump_area_size = 0; return 0; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/kernel/fpu.S +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/kernel/fpu.S @@ -23,6 +23,15 @@ #include #ifdef CONFIG_VSX +#define __REST_1FPVSR(n,c,base) \ +BEGIN_FTR_SECTION \ + b 2f; \ +END_FTR_SECTION_IFSET(CPU_FTR_VSX); \ + REST_FPR(n,base); \ + b 3f; \ +2: REST_VSR(n,c,base); \ +3: + #define __REST_32FPVSRS(n,c,base) \ BEGIN_FTR_SECTION \ b 2f; \ @@ -41,9 +50,11 @@ 2: SAVE_32VSRS(n,c,base); \ 3: #else +#define __REST_1FPVSR(n,b,base) REST_FPR(n, base) #define __REST_32FPVSRS(n,b,base) REST_32FPRS(n, base) #define __SAVE_32FPVSRS(n,b,base) SAVE_32FPRS(n, base) #endif +#define REST_1FPVSR(n,c,base) __REST_1FPVSR(n,__REG_##c,__REG_##base) #define REST_32FPVSRS(n,c,base) __REST_32FPVSRS(n,__REG_##c,__REG_##base) #define SAVE_32FPVSRS(n,c,base) __SAVE_32FPVSRS(n,__REG_##c,__REG_##base) @@ -67,6 +78,7 @@ SAVE_32FPVSRS(0, R4, R3) mffs fr0 stfd fr0,FPSTATE_FPSCR(r3) + REST_1FPVSR(0, R4, R3) blr EXPORT_SYMBOL(store_fp_state) @@ -138,4 +150,5 @@ 2: SAVE_32FPVSRS(0, R4, R6) mffs fr0 stfd fr0,FPSTATE_FPSCR(r6) + REST_1FPVSR(0, R4, R6) blr --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/kernel/head_85xx.S +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/kernel/head_85xx.S @@ -396,7 +396,7 @@ #ifdef CONFIG_PPC_FPU FP_UNAVAILABLE_EXCEPTION #else - EXCEPTION(0x0800, FP_UNAVAIL, FloatingPointUnavailable, unknown_exception) + EXCEPTION(0x0800, FP_UNAVAIL, FloatingPointUnavailable, emulation_assist_interrupt) #endif /* System Call Interrupt */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/kernel/hw_breakpoint.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/kernel/hw_breakpoint.c @@ -505,11 +505,13 @@ struct arch_hw_breakpoint *info; int i; + preempt_disable(); + for (i = 0; i < nr_wp_slots(); i++) { if (unlikely(tsk->thread.last_hit_ubp[i])) goto reset; } - return; + goto out; reset: regs_set_return_msr(regs, regs->msr & ~MSR_SE); @@ -518,6 +520,9 @@ __set_breakpoint(i, info); tsk->thread.last_hit_ubp[i] = NULL; } + +out: + preempt_enable(); } static bool is_larx_stcx_instr(int type) @@ -632,6 +637,11 @@ } } +/* + * Handle a DABR or DAWR exception. + * + * Called in atomic context. + */ int hw_breakpoint_handler(struct die_args *args) { bool err = false; @@ -758,6 +768,8 @@ /* * Handle single-step exceptions following a DABR hit. + * + * Called in atomic context. */ static int single_step_dabr_instruction(struct die_args *args) { @@ -815,6 +827,8 @@ /* * Handle debug exception notifications. + * + * Called in atomic context. */ int hw_breakpoint_exceptions_notify( struct notifier_block *unused, unsigned long val, void *data) --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/kernel/hw_breakpoint_constraints.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/kernel/hw_breakpoint_constraints.c @@ -131,8 +131,13 @@ int *type, int *size, unsigned long *ea) { struct instruction_op op; + int err; - if (__get_user_instr(*instr, (void __user *)regs->nip)) + pagefault_disable(); + err = __get_user_instr(*instr, (void __user *)regs->nip); + pagefault_enable(); + + if (err) return; analyse_instr(&op, regs, *instr); --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/kernel/iommu.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/kernel/iommu.c @@ -172,17 +172,28 @@ return 0; } -static struct notifier_block fail_iommu_bus_notifier = { +/* + * PCI and VIO buses need separate notifier_block structs, since they're linked + * list nodes. Sharing a notifier_block would mean that any notifiers later + * registered for PCI buses would also get called by VIO buses and vice versa. + */ +static struct notifier_block fail_iommu_pci_bus_notifier = { .notifier_call = fail_iommu_bus_notify }; +#ifdef CONFIG_IBMVIO +static struct notifier_block fail_iommu_vio_bus_notifier = { + .notifier_call = fail_iommu_bus_notify +}; +#endif + static int __init fail_iommu_setup(void) { #ifdef CONFIG_PCI - bus_register_notifier(&pci_bus_type, &fail_iommu_bus_notifier); + bus_register_notifier(&pci_bus_type, &fail_iommu_pci_bus_notifier); #endif #ifdef CONFIG_IBMVIO - bus_register_notifier(&vio_bus_type, &fail_iommu_bus_notifier); + bus_register_notifier(&vio_bus_type, &fail_iommu_vio_bus_notifier); #endif return 0; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/kernel/pci-common.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/kernel/pci-common.c @@ -360,6 +360,7 @@ } return NULL; } +EXPORT_SYMBOL(pci_find_hose_for_OF_device); struct pci_controller *pci_find_controller_for_domain(int domain_nr) { @@ -1631,6 +1632,7 @@ { return pci_bus_find_capability(fake_pci_bus(hose, bus), devfn, cap); } +EXPORT_SYMBOL_GPL(early_find_capability); struct device_node *pcibios_get_phb_of_node(struct pci_bus *bus) { --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/kernel/process.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/kernel/process.c @@ -1198,11 +1198,11 @@ usermsr = current->thread.regs->msr; + /* Caller has enabled FP/VEC/VSX/TM in MSR */ if (usermsr & MSR_FP) - save_fpu(current); - + __giveup_fpu(current); if (usermsr & MSR_VEC) - save_altivec(current); + __giveup_altivec(current); #ifdef CONFIG_PPC_TRANSACTIONAL_MEM if (usermsr & MSR_TM) { @@ -2258,6 +2258,22 @@ return ret; } +static bool empty_user_regs(struct pt_regs *regs, struct task_struct *tsk) +{ + unsigned long stack_page; + + // A non-empty pt_regs should never have a zero MSR or TRAP value. + if (regs->msr || regs->trap) + return false; + + // Check it sits at the very base of the stack + stack_page = (unsigned long)task_stack_page(tsk); + if ((unsigned long)(regs + 1) != stack_page + THREAD_SIZE) + return false; + + return true; +} + static int kstack_depth_to_print = CONFIG_PRINT_STACK_DEPTH; void __no_sanitize_address show_stack(struct task_struct *tsk, @@ -2322,9 +2338,13 @@ lr = regs->link; printk("%s--- interrupt: %lx at %pS\n", loglvl, regs->trap, (void *)regs->nip); - __show_regs(regs); - printk("%s--- interrupt: %lx\n", - loglvl, regs->trap); + + // Detect the case of an empty pt_regs at the very base + // of the stack and suppress showing it in full. + if (!empty_user_regs(regs, tsk)) { + __show_regs(regs); + printk("%s--- interrupt: %lx\n", loglvl, regs->trap); + } firstframe = 1; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/kernel/setup-common.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/kernel/setup-common.c @@ -36,6 +36,7 @@ #include #include #include +#include #include #include #include @@ -68,6 +69,7 @@ #include #include #include +#include #include "setup.h" @@ -913,6 +915,16 @@ */ initialize_cache_info(); + /* + * Lock down the kernel if booted in secure mode. This is required to + * maintain kernel integrity. + */ + if (IS_ENABLED(CONFIG_LOCK_DOWN_IN_SECURE_BOOT)) { + if (is_ppc_secureboot_enabled()) + security_lock_kernel_down("PowerNV Secure Boot mode", + LOCKDOWN_INTEGRITY_MAX); + } + /* Initialize RTAS if available. */ rtas_initialize(); @@ -948,6 +960,8 @@ /* Parse memory topology */ mem_topology_setup(); + /* Set max_mapnr before paging_init() */ + set_max_mapnr(max_pfn); /* * Release secondary cpus out of their spinloops at 0x60 now that --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/kernel/stacktrace.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/kernel/stacktrace.c @@ -73,29 +73,12 @@ bool firstframe; stack_end = stack_page + THREAD_SIZE; - if (!is_idle_task(task)) { - /* - * For user tasks, this is the SP value loaded on - * kernel entry, see "PACAKSAVE(r13)" in _switch() and - * system_call_common(). - * - * Likewise for non-swapper kernel threads, - * this also happens to be the top of the stack - * as setup by copy_thread(). - * - * Note that stack backlinks are not properly setup by - * copy_thread() and thus, a forked task() will have - * an unreliable stack trace until it's been - * _switch()'ed to for the first time. - */ - stack_end -= STACK_USER_INT_FRAME_SIZE; - } else { - /* - * idle tasks have a custom stack layout, - * c.f. cpu_idle_thread_init(). - */ + + // See copy_thread() for details. + if (task->flags & PF_KTHREAD) stack_end -= STACK_FRAME_MIN_SIZE; - } + else + stack_end -= STACK_USER_INT_FRAME_SIZE; if (task == current) sp = current_stack_frame(); @@ -221,8 +204,8 @@ } } -void arch_trigger_cpumask_backtrace(const cpumask_t *mask, bool exclude_self) +void arch_trigger_cpumask_backtrace(const cpumask_t *mask, int exclude_cpu) { - nmi_trigger_cpumask_backtrace(mask, exclude_self, raise_backtrace_ipi); + nmi_trigger_cpumask_backtrace(mask, exclude_cpu, raise_backtrace_ipi); } #endif /* defined(CONFIG_PPC_BOOK3S_64) && defined(CONFIG_NMI_IPI) */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/kernel/trace/ftrace_mprofile.S +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/kernel/trace/ftrace_mprofile.S @@ -62,7 +62,7 @@ .endif /* Save previous stack pointer (r1) */ - addi r8, r1, SWITCH_FRAME_SIZE + addi r8, r1, SWITCH_FRAME_SIZE+STACK_FRAME_MIN_SIZE PPC_STL r8, GPR1(r1) .if \allregs == 1 @@ -182,7 +182,7 @@ mflr r3 mtctr r3 REST_GPR(3, r1) - addi r1, r1, SWITCH_FRAME_SIZE + addi r1, r1, SWITCH_FRAME_SIZE+STACK_FRAME_MIN_SIZE mtlr r0 bctr #endif --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/kernel/traps.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/kernel/traps.c @@ -1164,6 +1164,7 @@ __single_step_exception(regs); } +#ifdef CONFIG_PPC_FPU_REGS static inline int __parse_fpscr(unsigned long fpscr) { int ret = FPE_FLTUNK; @@ -1190,6 +1191,7 @@ return ret; } +#endif static void parse_fpe(struct pt_regs *regs) { @@ -1512,23 +1514,11 @@ return; } - if (cpu_has_feature(CPU_FTR_DEXCR_NPHIE) && user_mode(regs)) { - ppc_inst_t insn; - - if (get_user_instr(insn, (void __user *)regs->nip)) { - _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip); - return; - } - - if (ppc_inst_primary_opcode(insn) == 31 && - get_xop(ppc_inst_val(insn)) == OP_31_XOP_HASHCHK) { - _exception(SIGILL, regs, ILL_ILLOPN, regs->nip); - return; - } + /* User mode considers other cases after enabling IRQs */ + if (!user_mode(regs)) { + _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); + return; } - - _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); - return; } #ifdef CONFIG_PPC_TRANSACTIONAL_MEM if (reason & REASON_TM) { @@ -1561,16 +1551,44 @@ /* * If we took the program check in the kernel skip down to sending a - * SIGILL. The subsequent cases all relate to emulating instructions - * which we should only do for userspace. We also do not want to enable - * interrupts for kernel faults because that might lead to further - * faults, and loose the context of the original exception. + * SIGILL. The subsequent cases all relate to user space, such as + * emulating instructions which we should only do for user space. We + * also do not want to enable interrupts for kernel faults because that + * might lead to further faults, and loose the context of the original + * exception. */ if (!user_mode(regs)) goto sigill; interrupt_cond_local_irq_enable(regs); + /* + * (reason & REASON_TRAP) is mostly handled before enabling IRQs, + * except get_user_instr() can sleep so we cannot reliably inspect the + * current instruction in that context. Now that we know we are + * handling a user space trap and can sleep, we can check if the trap + * was a hashchk failure. + */ + if (reason & REASON_TRAP) { + if (cpu_has_feature(CPU_FTR_DEXCR_NPHIE)) { + ppc_inst_t insn; + + if (get_user_instr(insn, (void __user *)regs->nip)) { + _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip); + return; + } + + if (ppc_inst_primary_opcode(insn) == 31 && + get_xop(ppc_inst_val(insn)) == OP_31_XOP_HASHCHK) { + _exception(SIGILL, regs, ILL_ILLOPN, regs->nip); + return; + } + } + + _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); + return; + } + /* (reason & REASON_ILLEGAL) would be the obvious thing here, * but there seems to be a hardware bug on the 405GP (RevD) * that means ESR is sometimes set incorrectly - either to --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/kernel/vector.S +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/kernel/vector.S @@ -33,6 +33,7 @@ mfvscr v0 li r4, VRSTATE_VSCR stvx v0, r4, r3 + lvx v0, 0, r3 blr EXPORT_SYMBOL(store_vr_state) @@ -109,6 +110,7 @@ mfvscr v0 li r4,VRSTATE_VSCR stvx v0,r4,r7 + lvx v0,0,r7 blr #ifdef CONFIG_VSX --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/kernel/watchdog.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/kernel/watchdog.c @@ -245,7 +245,7 @@ __cpumask_clear_cpu(c, &wd_smp_cpus_ipi); } } else { - trigger_allbutself_cpu_backtrace(); + trigger_allbutcpu_cpu_backtrace(cpu); cpumask_clear(&wd_smp_cpus_ipi); } @@ -416,7 +416,7 @@ xchg(&__wd_nmi_output, 1); // see wd_lockup_ipi if (sysctl_hardlockup_all_cpu_backtrace) - trigger_allbutself_cpu_backtrace(); + trigger_allbutcpu_cpu_backtrace(cpu); if (hardlockup_panic) nmi_panic(regs, "Hard LOCKUP"); --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/kvm/book3s_hv_ras.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/kvm/book3s_hv_ras.c @@ -9,6 +9,7 @@ #include #include #include +#include #include #include #include --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/lib/qspinlock.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/lib/qspinlock.c @@ -406,6 +406,9 @@ if ((yield_count & 1) == 0) goto yield_prev; /* owner vcpu is running */ + if (get_owner_cpu(READ_ONCE(lock->val)) != yield_cpu) + goto yield_prev; /* re-sample lock owner */ + spin_end(); preempted = true; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/lib/sstep.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/lib/sstep.c @@ -8,6 +8,7 @@ #include #include #include +#include #include #include #include --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/mm/book3s64/radix_tlb.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/mm/book3s64/radix_tlb.c @@ -127,21 +127,6 @@ trace_tlbie(0, 0, rb, rs, ric, prs, r); } -static __always_inline void __tlbie_pid_lpid(unsigned long pid, - unsigned long lpid, - unsigned long ric) -{ - unsigned long rb, rs, prs, r; - - rb = PPC_BIT(53); /* IS = 1 */ - rs = (pid << PPC_BITLSHIFT(31)) | (lpid & ~(PPC_BITMASK(0, 31))); - prs = 1; /* process scoped */ - r = 1; /* radix format */ - - asm volatile(PPC_TLBIE_5(%0, %4, %3, %2, %1) - : : "r"(rb), "i"(r), "i"(prs), "i"(ric), "r"(rs) : "memory"); - trace_tlbie(0, 0, rb, rs, ric, prs, r); -} static __always_inline void __tlbie_lpid(unsigned long lpid, unsigned long ric) { unsigned long rb,rs,prs,r; @@ -202,23 +187,6 @@ trace_tlbie(0, 0, rb, rs, ric, prs, r); } -static __always_inline void __tlbie_va_lpid(unsigned long va, unsigned long pid, - unsigned long lpid, - unsigned long ap, unsigned long ric) -{ - unsigned long rb, rs, prs, r; - - rb = va & ~(PPC_BITMASK(52, 63)); - rb |= ap << PPC_BITLSHIFT(58); - rs = (pid << PPC_BITLSHIFT(31)) | (lpid & ~(PPC_BITMASK(0, 31))); - prs = 1; /* process scoped */ - r = 1; /* radix format */ - - asm volatile(PPC_TLBIE_5(%0, %4, %3, %2, %1) - : : "r"(rb), "i"(r), "i"(prs), "i"(ric), "r"(rs) : "memory"); - trace_tlbie(0, 0, rb, rs, ric, prs, r); -} - static __always_inline void __tlbie_lpid_va(unsigned long va, unsigned long lpid, unsigned long ap, unsigned long ric) { @@ -264,22 +232,6 @@ } } -static inline void fixup_tlbie_va_range_lpid(unsigned long va, - unsigned long pid, - unsigned long lpid, - unsigned long ap) -{ - if (cpu_has_feature(CPU_FTR_P9_TLBIE_ERAT_BUG)) { - asm volatile("ptesync" : : : "memory"); - __tlbie_pid_lpid(0, lpid, RIC_FLUSH_TLB); - } - - if (cpu_has_feature(CPU_FTR_P9_TLBIE_STQ_BUG)) { - asm volatile("ptesync" : : : "memory"); - __tlbie_va_lpid(va, pid, lpid, ap, RIC_FLUSH_TLB); - } -} - static inline void fixup_tlbie_pid(unsigned long pid) { /* @@ -299,26 +251,6 @@ } } -static inline void fixup_tlbie_pid_lpid(unsigned long pid, unsigned long lpid) -{ - /* - * We can use any address for the invalidation, pick one which is - * probably unused as an optimisation. - */ - unsigned long va = ((1UL << 52) - 1); - - if (cpu_has_feature(CPU_FTR_P9_TLBIE_ERAT_BUG)) { - asm volatile("ptesync" : : : "memory"); - __tlbie_pid_lpid(0, lpid, RIC_FLUSH_TLB); - } - - if (cpu_has_feature(CPU_FTR_P9_TLBIE_STQ_BUG)) { - asm volatile("ptesync" : : : "memory"); - __tlbie_va_lpid(va, pid, lpid, mmu_get_ap(MMU_PAGE_64K), - RIC_FLUSH_TLB); - } -} - static inline void fixup_tlbie_lpid_va(unsigned long va, unsigned long lpid, unsigned long ap) { @@ -416,31 +348,6 @@ asm volatile("eieio; tlbsync; ptesync": : :"memory"); } -static inline void _tlbie_pid_lpid(unsigned long pid, unsigned long lpid, - unsigned long ric) -{ - asm volatile("ptesync" : : : "memory"); - - /* - * Workaround the fact that the "ric" argument to __tlbie_pid - * must be a compile-time contraint to match the "i" constraint - * in the asm statement. - */ - switch (ric) { - case RIC_FLUSH_TLB: - __tlbie_pid_lpid(pid, lpid, RIC_FLUSH_TLB); - fixup_tlbie_pid_lpid(pid, lpid); - break; - case RIC_FLUSH_PWC: - __tlbie_pid_lpid(pid, lpid, RIC_FLUSH_PWC); - break; - case RIC_FLUSH_ALL: - default: - __tlbie_pid_lpid(pid, lpid, RIC_FLUSH_ALL); - fixup_tlbie_pid_lpid(pid, lpid); - } - asm volatile("eieio; tlbsync; ptesync" : : : "memory"); -} struct tlbiel_pid { unsigned long pid; unsigned long ric; @@ -566,20 +473,6 @@ fixup_tlbie_va_range(addr - page_size, pid, ap); } -static inline void __tlbie_va_range_lpid(unsigned long start, unsigned long end, - unsigned long pid, unsigned long lpid, - unsigned long page_size, - unsigned long psize) -{ - unsigned long addr; - unsigned long ap = mmu_get_ap(psize); - - for (addr = start; addr < end; addr += page_size) - __tlbie_va_lpid(addr, pid, lpid, ap, RIC_FLUSH_TLB); - - fixup_tlbie_va_range_lpid(addr - page_size, pid, lpid, ap); -} - static __always_inline void _tlbie_va(unsigned long va, unsigned long pid, unsigned long psize, unsigned long ric) { @@ -660,18 +553,6 @@ asm volatile("eieio; tlbsync; ptesync": : :"memory"); } -static inline void _tlbie_va_range_lpid(unsigned long start, unsigned long end, - unsigned long pid, unsigned long lpid, - unsigned long page_size, - unsigned long psize, bool also_pwc) -{ - asm volatile("ptesync" : : : "memory"); - if (also_pwc) - __tlbie_pid_lpid(pid, lpid, RIC_FLUSH_PWC); - __tlbie_va_range_lpid(start, end, pid, lpid, page_size, psize); - asm volatile("eieio; tlbsync; ptesync" : : : "memory"); -} - static inline void _tlbiel_va_range_multicast(struct mm_struct *mm, unsigned long start, unsigned long end, unsigned long pid, unsigned long page_size, @@ -1486,6 +1367,127 @@ } #ifdef CONFIG_KVM_BOOK3S_HV_POSSIBLE +static __always_inline void __tlbie_pid_lpid(unsigned long pid, + unsigned long lpid, + unsigned long ric) +{ + unsigned long rb, rs, prs, r; + + rb = PPC_BIT(53); /* IS = 1 */ + rs = (pid << PPC_BITLSHIFT(31)) | (lpid & ~(PPC_BITMASK(0, 31))); + prs = 1; /* process scoped */ + r = 1; /* radix format */ + + asm volatile(PPC_TLBIE_5(%0, %4, %3, %2, %1) + : : "r"(rb), "i"(r), "i"(prs), "i"(ric), "r"(rs) : "memory"); + trace_tlbie(0, 0, rb, rs, ric, prs, r); +} + +static __always_inline void __tlbie_va_lpid(unsigned long va, unsigned long pid, + unsigned long lpid, + unsigned long ap, unsigned long ric) +{ + unsigned long rb, rs, prs, r; + + rb = va & ~(PPC_BITMASK(52, 63)); + rb |= ap << PPC_BITLSHIFT(58); + rs = (pid << PPC_BITLSHIFT(31)) | (lpid & ~(PPC_BITMASK(0, 31))); + prs = 1; /* process scoped */ + r = 1; /* radix format */ + + asm volatile(PPC_TLBIE_5(%0, %4, %3, %2, %1) + : : "r"(rb), "i"(r), "i"(prs), "i"(ric), "r"(rs) : "memory"); + trace_tlbie(0, 0, rb, rs, ric, prs, r); +} + +static inline void fixup_tlbie_pid_lpid(unsigned long pid, unsigned long lpid) +{ + /* + * We can use any address for the invalidation, pick one which is + * probably unused as an optimisation. + */ + unsigned long va = ((1UL << 52) - 1); + + if (cpu_has_feature(CPU_FTR_P9_TLBIE_ERAT_BUG)) { + asm volatile("ptesync" : : : "memory"); + __tlbie_pid_lpid(0, lpid, RIC_FLUSH_TLB); + } + + if (cpu_has_feature(CPU_FTR_P9_TLBIE_STQ_BUG)) { + asm volatile("ptesync" : : : "memory"); + __tlbie_va_lpid(va, pid, lpid, mmu_get_ap(MMU_PAGE_64K), + RIC_FLUSH_TLB); + } +} + +static inline void _tlbie_pid_lpid(unsigned long pid, unsigned long lpid, + unsigned long ric) +{ + asm volatile("ptesync" : : : "memory"); + + /* + * Workaround the fact that the "ric" argument to __tlbie_pid + * must be a compile-time contraint to match the "i" constraint + * in the asm statement. + */ + switch (ric) { + case RIC_FLUSH_TLB: + __tlbie_pid_lpid(pid, lpid, RIC_FLUSH_TLB); + fixup_tlbie_pid_lpid(pid, lpid); + break; + case RIC_FLUSH_PWC: + __tlbie_pid_lpid(pid, lpid, RIC_FLUSH_PWC); + break; + case RIC_FLUSH_ALL: + default: + __tlbie_pid_lpid(pid, lpid, RIC_FLUSH_ALL); + fixup_tlbie_pid_lpid(pid, lpid); + } + asm volatile("eieio; tlbsync; ptesync" : : : "memory"); +} + +static inline void fixup_tlbie_va_range_lpid(unsigned long va, + unsigned long pid, + unsigned long lpid, + unsigned long ap) +{ + if (cpu_has_feature(CPU_FTR_P9_TLBIE_ERAT_BUG)) { + asm volatile("ptesync" : : : "memory"); + __tlbie_pid_lpid(0, lpid, RIC_FLUSH_TLB); + } + + if (cpu_has_feature(CPU_FTR_P9_TLBIE_STQ_BUG)) { + asm volatile("ptesync" : : : "memory"); + __tlbie_va_lpid(va, pid, lpid, ap, RIC_FLUSH_TLB); + } +} + +static inline void __tlbie_va_range_lpid(unsigned long start, unsigned long end, + unsigned long pid, unsigned long lpid, + unsigned long page_size, + unsigned long psize) +{ + unsigned long addr; + unsigned long ap = mmu_get_ap(psize); + + for (addr = start; addr < end; addr += page_size) + __tlbie_va_lpid(addr, pid, lpid, ap, RIC_FLUSH_TLB); + + fixup_tlbie_va_range_lpid(addr - page_size, pid, lpid, ap); +} + +static inline void _tlbie_va_range_lpid(unsigned long start, unsigned long end, + unsigned long pid, unsigned long lpid, + unsigned long page_size, + unsigned long psize, bool also_pwc) +{ + asm volatile("ptesync" : : : "memory"); + if (also_pwc) + __tlbie_pid_lpid(pid, lpid, RIC_FLUSH_PWC); + __tlbie_va_range_lpid(start, end, pid, lpid, page_size, psize); + asm volatile("eieio; tlbsync; ptesync" : : : "memory"); +} + /* * Performs process-scoped invalidations for a given LPID * as part of H_RPT_INVALIDATE hcall. --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/mm/book3s64/slb.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/mm/book3s64/slb.c @@ -13,6 +13,7 @@ #include #include #include +#include #include #include #include --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/mm/mem.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/mm/mem.c @@ -288,7 +288,6 @@ #endif high_memory = (void *) __va(max_low_pfn * PAGE_SIZE); - set_max_mapnr(max_pfn); kasan_late_init(); --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/perf/core-book3s.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/perf/core-book3s.c @@ -1371,8 +1371,7 @@ /* * Disable instruction sampling if it was enabled */ - if (cpuhw->mmcr.mmcra & MMCRA_SAMPLE_ENABLE) - val &= ~MMCRA_SAMPLE_ENABLE; + val &= ~MMCRA_SAMPLE_ENABLE; /* Disable BHRB via mmcra (BHRBRD) for p10 */ if (ppmu->flags & PPMU_ARCH_31) @@ -1383,7 +1382,7 @@ * instruction sampling or BHRB. */ if (val != mmcra) { - mtspr(SPRN_MMCRA, mmcra); + mtspr(SPRN_MMCRA, val); mb(); isync(); } --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/perf/core-fsl-emb.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/perf/core-fsl-emb.c @@ -645,7 +645,6 @@ struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events); struct perf_event *event; unsigned long val; - int found = 0; for (i = 0; i < ppmu->n_counter; ++i) { event = cpuhw->event[i]; @@ -654,7 +653,6 @@ if ((int)val < 0) { if (event) { /* event has overflowed */ - found = 1; record_and_restart(event, val, regs); } else { /* @@ -672,11 +670,13 @@ isync(); } -void hw_perf_event_setup(int cpu) +static int fsl_emb_pmu_prepare_cpu(unsigned int cpu) { struct cpu_hw_events *cpuhw = &per_cpu(cpu_hw_events, cpu); memset(cpuhw, 0, sizeof(*cpuhw)); + + return 0; } int register_fsl_emb_pmu(struct fsl_emb_pmu *pmu) @@ -689,6 +689,8 @@ pmu->name); perf_pmu_register(&fsl_emb_pmu, "cpu", PERF_TYPE_RAW); + cpuhp_setup_state(CPUHP_PERF_POWER, "perf/powerpc:prepare", + fsl_emb_pmu_prepare_cpu, NULL); return 0; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/perf/hv-24x7.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/perf/hv-24x7.c @@ -1418,7 +1418,7 @@ } domain = event_get_domain(event); - if (domain >= HV_PERF_DOMAIN_MAX) { + if (domain == 0 || domain >= HV_PERF_DOMAIN_MAX) { pr_devel("invalid domain %d\n", domain); return -EINVAL; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/perf/imc-pmu.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/perf/imc-pmu.c @@ -51,7 +51,7 @@ * core and trace-imc */ static struct imc_pmu_ref imc_global_refc = { - .lock = __SPIN_LOCK_INITIALIZER(imc_global_refc.lock), + .lock = __SPIN_LOCK_UNLOCKED(imc_global_refc.lock), .id = 0, .refc = 0, }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/platforms/book3s/vas-api.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/platforms/book3s/vas-api.c @@ -4,6 +4,8 @@ * Copyright (C) 2019 Haren Myneni, IBM Corp */ +#define pr_fmt(fmt) "vas-api: " fmt + #include #include #include @@ -78,7 +80,7 @@ task_ref->mm = get_task_mm(current); if (!task_ref->mm) { put_pid(task_ref->pid); - pr_err("VAS: pid(%d): mm_struct is not found\n", + pr_err("pid(%d): mm_struct is not found\n", current->pid); return -EPERM; } @@ -235,8 +237,7 @@ rc = kill_pid_info(SIGSEGV, &info, pid); rcu_read_unlock(); - pr_devel("%s(): pid %d kill_proc_info() rc %d\n", __func__, - pid_vnr(pid), rc); + pr_devel("pid %d kill_proc_info() rc %d\n", pid_vnr(pid), rc); } void vas_dump_crb(struct coprocessor_request_block *crb) @@ -294,7 +295,7 @@ rc = copy_from_user(&uattr, uptr, sizeof(uattr)); if (rc) { - pr_err("%s(): copy_from_user() returns %d\n", __func__, rc); + pr_err("copy_from_user() returns %d\n", rc); return -EFAULT; } @@ -311,7 +312,7 @@ txwin = cp_inst->coproc->vops->open_win(uattr.vas_id, uattr.flags, cp_inst->coproc->cop_type); if (IS_ERR(txwin)) { - pr_err("%s() VAS window open failed, %ld\n", __func__, + pr_err_ratelimited("VAS window open failed rc=%ld\n", PTR_ERR(txwin)); return PTR_ERR(txwin); } @@ -405,8 +406,7 @@ * window is not opened. Shouldn't expect this error. */ if (!cp_inst || !cp_inst->txwin) { - pr_err("%s(): Unexpected fault on paste address with TX window closed\n", - __func__); + pr_err("Unexpected fault on paste address with TX window closed\n"); return VM_FAULT_SIGBUS; } @@ -421,8 +421,7 @@ * issue NX request. */ if (txwin->task_ref.vma != vmf->vma) { - pr_err("%s(): No previous mapping with paste address\n", - __func__); + pr_err("No previous mapping with paste address\n"); return VM_FAULT_SIGBUS; } @@ -481,19 +480,19 @@ txwin = cp_inst->txwin; if ((vma->vm_end - vma->vm_start) > PAGE_SIZE) { - pr_debug("%s(): size 0x%zx, PAGE_SIZE 0x%zx\n", __func__, + pr_debug("size 0x%zx, PAGE_SIZE 0x%zx\n", (vma->vm_end - vma->vm_start), PAGE_SIZE); return -EINVAL; } /* Ensure instance has an open send window */ if (!txwin) { - pr_err("%s(): No send window open?\n", __func__); + pr_err("No send window open?\n"); return -EINVAL; } if (!cp_inst->coproc->vops || !cp_inst->coproc->vops->paste_addr) { - pr_err("%s(): VAS API is not registered\n", __func__); + pr_err("VAS API is not registered\n"); return -EACCES; } @@ -510,14 +509,14 @@ */ mutex_lock(&txwin->task_ref.mmap_mutex); if (txwin->status != VAS_WIN_ACTIVE) { - pr_err("%s(): Window is not active\n", __func__); + pr_err("Window is not active\n"); rc = -EACCES; goto out; } paste_addr = cp_inst->coproc->vops->paste_addr(txwin); if (!paste_addr) { - pr_err("%s(): Window paste address failed\n", __func__); + pr_err("Window paste address failed\n"); rc = -EINVAL; goto out; } @@ -533,8 +532,8 @@ rc = remap_pfn_range(vma, vma->vm_start, pfn + vma->vm_pgoff, vma->vm_end - vma->vm_start, prot); - pr_devel("%s(): paste addr %llx at %lx, rc %d\n", __func__, - paste_addr, vma->vm_start, rc); + pr_devel("paste addr %llx at %lx, rc %d\n", paste_addr, + vma->vm_start, rc); txwin->task_ref.vma = vma; vma->vm_ops = &vas_vm_ops; @@ -609,8 +608,7 @@ goto err; } - pr_devel("%s: Added dev [%d,%d]\n", __func__, MAJOR(devno), - MINOR(devno)); + pr_devel("Added dev [%d,%d]\n", MAJOR(devno), MINOR(devno)); return 0; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/platforms/powernv/opal-prd.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/platforms/powernv/opal-prd.c @@ -24,13 +24,20 @@ #include +struct opal_prd_msg { + union { + struct opal_prd_msg_header header; + DECLARE_FLEX_ARRAY(u8, data); + }; +}; + /* * The msg member must be at the end of the struct, as it's followed by the * message data. */ struct opal_prd_msg_queue_item { - struct list_head list; - struct opal_prd_msg_header msg; + struct list_head list; + struct opal_prd_msg msg; }; static struct device_node *prd_node; @@ -156,7 +163,7 @@ int rc; /* we need at least a header's worth of data */ - if (count < sizeof(item->msg)) + if (count < sizeof(item->msg.header)) return -EINVAL; if (*ppos) @@ -186,7 +193,7 @@ return -EINTR; } - size = be16_to_cpu(item->msg.size); + size = be16_to_cpu(item->msg.header.size); if (size > count) { err = -EINVAL; goto err_requeue; @@ -352,7 +359,7 @@ if (!item) return -ENOMEM; - memcpy(&item->msg, msg->params, msg_size); + memcpy(&item->msg.data, msg->params, msg_size); spin_lock_irqsave(&opal_prd_msg_queue_lock, flags); list_add_tail(&item->list, &opal_prd_msg_queue); --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/platforms/pseries/hvCall.S +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/platforms/pseries/hvCall.S @@ -91,6 +91,7 @@ b 1f; \ END_FTR_SECTION(0, 1); \ LOAD_REG_ADDR(r12, hcall_tracepoint_refcount) ; \ + ld r12,0(r12); \ std r12,32(r1); \ cmpdi r12,0; \ bne- LABEL; \ @@ -184,7 +185,6 @@ plpar_hcall_trace: HCALL_INST_PRECALL(R5) - std r4,STK_PARAM(R4)(r1) mr r0,r4 mr r4,r5 @@ -196,7 +196,7 @@ HVSC - ld r12,STK_PARAM(R4)(r1) + ld r12,STACK_FRAME_MIN_SIZE+STK_PARAM(R4)(r1) std r4,0(r12) std r5,8(r12) std r6,16(r12) @@ -296,7 +296,6 @@ plpar_hcall9_trace: HCALL_INST_PRECALL(R5) - std r4,STK_PARAM(R4)(r1) mr r0,r4 mr r4,r5 --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/platforms/pseries/ibmebus.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/platforms/pseries/ibmebus.c @@ -460,6 +460,7 @@ if (err) { printk(KERN_WARNING "%s: device_register returned %i\n", __func__, err); + put_device(&ibmebus_bus_device); bus_unregister(&ibmebus_bus_type); return err; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/platforms/pseries/iommu.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/platforms/pseries/iommu.c @@ -916,7 +916,8 @@ return 0; } -static bool find_existing_ddw(struct device_node *pdn, u64 *dma_addr, int *window_shift) +static bool find_existing_ddw(struct device_node *pdn, u64 *dma_addr, int *window_shift, + bool *direct_mapping) { struct dma_win *window; const struct dynamic_dma_window_prop *dma64; @@ -929,6 +930,7 @@ dma64 = window->prop; *dma_addr = be64_to_cpu(dma64->dma_base); *window_shift = be32_to_cpu(dma64->window_shift); + *direct_mapping = window->direct; found = true; break; } @@ -1272,10 +1274,8 @@ mutex_lock(&dma_win_init_mutex); - if (find_existing_ddw(pdn, &dev->dev.archdata.dma_offset, &len)) { - direct_mapping = (len >= max_ram_len); + if (find_existing_ddw(pdn, &dev->dev.archdata.dma_offset, &len, &direct_mapping)) goto out_unlock; - } /* * If we already went through this for a previous function of --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/platforms/pseries/lpar.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/platforms/pseries/lpar.c @@ -525,8 +525,10 @@ if (cmd) { rc = init_cpu_associativity(); - if (rc) + if (rc) { + destroy_cpu_associativity(); goto out; + } for_each_possible_cpu(cpu) { disp = per_cpu_ptr(&vcpu_disp_data, cpu); @@ -639,16 +641,8 @@ static int __init vcpudispatch_stats_procfs_init(void) { - /* - * Avoid smp_processor_id while preemptible. All CPUs should have - * the same value for lppaca_shared_proc. - */ - preempt_disable(); - if (!lppaca_shared_proc(get_lppaca())) { - preempt_enable(); + if (!lppaca_shared_proc()) return 0; - } - preempt_enable(); if (!proc_create("powerpc/vcpudispatch_stats", 0600, NULL, &vcpudispatch_stats_proc_ops)) --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/platforms/pseries/lparcfg.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/platforms/pseries/lparcfg.c @@ -206,7 +206,7 @@ ppp_data.active_system_procs); /* pool related entries are appropriate for shared configs */ - if (lppaca_shared_proc(get_lppaca())) { + if (lppaca_shared_proc()) { unsigned long pool_idle_time, pool_procs; seq_printf(m, "pool=%d\n", ppp_data.pool_num); @@ -560,7 +560,7 @@ partition_potential_processors); seq_printf(m, "shared_processor_mode=%d\n", - lppaca_shared_proc(get_lppaca())); + lppaca_shared_proc()); #ifdef CONFIG_PPC_64S_HASH_MMU if (!radix_enabled()) --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/platforms/pseries/setup.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/platforms/pseries/setup.c @@ -847,7 +847,7 @@ if (firmware_has_feature(FW_FEATURE_LPAR)) { vpa_init(boot_cpuid); - if (lppaca_shared_proc(get_lppaca())) { + if (lppaca_shared_proc()) { static_branch_enable(&shared_processor); pv_spinlocks_init(); #ifdef CONFIG_PARAVIRT_TIME_ACCOUNTING --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/platforms/pseries/vas.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/platforms/pseries/vas.c @@ -340,7 +340,7 @@ if (atomic_inc_return(&cop_feat_caps->nr_used_credits) > atomic_read(&cop_feat_caps->nr_total_credits)) { - pr_err("Credits are not available to allocate window\n"); + pr_err_ratelimited("Credits are not available to allocate window\n"); rc = -EINVAL; goto out; } @@ -423,7 +423,7 @@ put_vas_user_win_ref(&txwin->vas_win.task_ref); rc = -EBUSY; - pr_err("No credit is available to allocate window\n"); + pr_err_ratelimited("No credit is available to allocate window\n"); out_free: /* --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/platforms/pseries/vio.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/platforms/pseries/vio.c @@ -39,7 +39,6 @@ .name = "vio", .type = "", .dev.init_name = "vio", - .dev.bus = &vio_bus_type, }; #ifdef CONFIG_PPC_SMLPAR --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/sysdev/mpc5xxx_clocks.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/sysdev/mpc5xxx_clocks.c @@ -25,8 +25,10 @@ fwnode_for_each_parent_node(fwnode, parent) { ret = fwnode_property_read_u32(parent, "bus-frequency", &bus_freq); - if (!ret) + if (!ret) { + fwnode_handle_put(parent); return bus_freq; + } } return 0; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/sysdev/xive/native.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/sysdev/xive/native.c @@ -802,7 +802,7 @@ if (out_qpage) *out_qpage = be64_to_cpu(qpage); if (out_qsize) - *out_qsize = be32_to_cpu(qsize); + *out_qsize = be64_to_cpu(qsize); if (out_qeoi_page) *out_qeoi_page = be64_to_cpu(qeoi_page); if (out_escalate_irq) --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/powerpc/xmon/xmon.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/powerpc/xmon/xmon.c @@ -58,6 +58,7 @@ #ifdef CONFIG_PPC64 #include #include +#include #endif #include "nonstdio.h" --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/riscv/Kconfig +++ linux-lowlatency-hwe-6.5-6.5.0/arch/riscv/Kconfig @@ -62,6 +62,7 @@ select COMMON_CLK select CPU_PM if CPU_IDLE || HIBERNATION select EDAC_SUPPORT + select FRAME_POINTER if PERF_EVENTS || (FUNCTION_TRACER && !DYNAMIC_FTRACE) select GENERIC_ARCH_TOPOLOGY select GENERIC_ATOMIC64 if !64BIT select GENERIC_CLOCKEVENTS_BROADCAST if SMP --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/riscv/Kconfig.socs +++ linux-lowlatency-hwe-6.5-6.5.0/arch/riscv/Kconfig.socs @@ -29,6 +29,7 @@ bool "StarFive SoCs" select PINCTRL select RESET_CONTROLLER + select ARM_AMBA help This enables support for StarFive SoC platform hardware. --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/riscv/Makefile +++ linux-lowlatency-hwe-6.5-6.5.0/arch/riscv/Makefile @@ -6,7 +6,6 @@ # for more details. # -OBJCOPYFLAGS := -O binary LDFLAGS_vmlinux := -z norelro ifeq ($(CONFIG_RELOCATABLE),y) LDFLAGS_vmlinux += -shared -Bsymbolic -z notext --emit-relocs @@ -87,9 +86,6 @@ ifeq ($(CONFIG_CMODEL_MEDANY),y) KBUILD_CFLAGS += -mcmodel=medany endif -ifeq ($(CONFIG_PERF_EVENTS),y) - KBUILD_CFLAGS += -fno-omit-frame-pointer -endif # Avoid generating .eh_frame sections. KBUILD_CFLAGS += -fno-asynchronous-unwind-tables -fno-unwind-tables --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/riscv/boot/Makefile +++ linux-lowlatency-hwe-6.5-6.5.0/arch/riscv/boot/Makefile @@ -17,6 +17,7 @@ KCOV_INSTRUMENT := n OBJCOPYFLAGS_Image :=-O binary -R .note -R .note.gnu.build-id -R .comment -S +OBJCOPYFLAGS_loader.bin :=-O binary OBJCOPYFLAGS_xipImage :=-O binary -R .note -R .note.gnu.build-id -R .comment -S targets := Image Image.* loader loader.o loader.lds loader.bin --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/riscv/boot/dts/allwinner/sun20i-d1s.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/riscv/boot/dts/allwinner/sun20i-d1s.dtsi @@ -30,7 +30,6 @@ cpu0_intc: interrupt-controller { compatible = "riscv,cpu-intc"; interrupt-controller; - #address-cells = <0>; #interrupt-cells = <1>; }; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/riscv/boot/dts/microchip/mpfs-icicle-kit.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/riscv/boot/dts/microchip/mpfs-icicle-kit.dts @@ -167,9 +167,11 @@ status = "okay"; }; +/* UBUNTU: PCIe support is not yet ready, so disable it for now &pcie { status = "okay"; }; +*/ &qspi { status = "okay"; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/riscv/boot/dts/sifive/fu740-c000.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/riscv/boot/dts/sifive/fu740-c000.dtsi @@ -39,7 +39,7 @@ }; }; cpu1: cpu@1 { - compatible = "sifive,bullet0", "riscv"; + compatible = "sifive,u74-mc", "sifive,bullet0", "riscv"; d-cache-block-size = <64>; d-cache-sets = <64>; d-cache-size = <32768>; @@ -63,7 +63,7 @@ }; }; cpu2: cpu@2 { - compatible = "sifive,bullet0", "riscv"; + compatible = "sifive,u74-mc", "sifive,bullet0", "riscv"; d-cache-block-size = <64>; d-cache-sets = <64>; d-cache-size = <32768>; @@ -87,7 +87,7 @@ }; }; cpu3: cpu@3 { - compatible = "sifive,bullet0", "riscv"; + compatible = "sifive,u74-mc", "sifive,bullet0", "riscv"; d-cache-block-size = <64>; d-cache-sets = <64>; d-cache-size = <32768>; @@ -111,7 +111,7 @@ }; }; cpu4: cpu@4 { - compatible = "sifive,bullet0", "riscv"; + compatible = "sifive,u74-mc", "sifive,bullet0", "riscv"; d-cache-block-size = <64>; d-cache-sets = <64>; d-cache-size = <32768>; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/riscv/boot/dts/sifive/hifive-unleashed-a00-microsemi.dts +++ linux-lowlatency-hwe-6.5-6.5.0/arch/riscv/boot/dts/sifive/hifive-unleashed-a00-microsemi.dts @@ -0,0 +1,28 @@ +// SPDX-License-Identifier: (GPL-2.0 OR MIT) + +#include "hifive-unleashed-a00.dts" + +/ { + soc { + pcie: pcie@2030000000 { + #address-cells = <0x3>; + #interrupt-cells = <0x1>; + #size-cells = <0x2>; + compatible = "microsemi,ms-pf-axi-pcie-host"; + device_type = "pci"; + bus-range = <0x01 0x7f>; + interrupt-map = <0 0 0 1 &ms_pcie_intc 0 0 0 0 2 &ms_pcie_intc 1 0 0 0 3 &ms_pcie_intc 2 0 0 0 4 &ms_pcie_intc 3>; + interrupt-map-mask = <0 0 0 7>; + interrupt-parent = <&plic0>; + interrupts = <32>; + ranges = <0x3000000 0x0 0x40000000 0x0 0x40000000 0x0 0x20000000>; + reg = <0x20 0x30000000 0x0 0x4000000 0x20 0x0 0x0 0x100000>; + reg-names = "control", "apb"; + ms_pcie_intc: interrupt-controller { + #address-cells = <0>; + #interrupt-cells = <1>; + interrupt-controller; + }; + }; + }; +}; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/riscv/boot/dts/thead/th1520.dtsi +++ linux-lowlatency-hwe-6.5-6.5.0/arch/riscv/boot/dts/thead/th1520.dtsi @@ -139,6 +139,7 @@ interrupt-parent = <&plic>; #address-cells = <2>; #size-cells = <2>; + dma-noncoherent; ranges; plic: interrupt-controller@ffd8000000 { --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/riscv/include/asm/asm-prototypes.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/riscv/include/asm/asm-prototypes.h @@ -25,7 +25,6 @@ DECLARE_DO_ERROR_INFO(do_trap_ecall_m); DECLARE_DO_ERROR_INFO(do_trap_break); -asmlinkage unsigned long get_overflow_stack(void); asmlinkage void handle_bad_stack(struct pt_regs *regs); asmlinkage void do_page_fault(struct pt_regs *regs); asmlinkage void do_irq(struct pt_regs *regs); --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/riscv/include/asm/asm.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/riscv/include/asm/asm.h @@ -82,6 +82,28 @@ .endr .endm +#ifdef CONFIG_SMP +#ifdef CONFIG_32BIT +#define PER_CPU_OFFSET_SHIFT 2 +#else +#define PER_CPU_OFFSET_SHIFT 3 +#endif + +.macro asm_per_cpu dst sym tmp + REG_L \tmp, TASK_TI_CPU_NUM(tp) + slli \tmp, \tmp, PER_CPU_OFFSET_SHIFT + la \dst, __per_cpu_offset + add \dst, \dst, \tmp + REG_L \tmp, 0(\dst) + la \dst, \sym + add \dst, \dst, \tmp +.endm +#else /* CONFIG_SMP */ +.macro asm_per_cpu dst sym tmp + la \dst, \sym +.endm +#endif /* CONFIG_SMP */ + /* save all GPs except x1 ~ x5 */ .macro save_from_x6_to_x31 REG_S x6, PT_T1(sp) --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/riscv/include/asm/errata_list.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/riscv/include/asm/errata_list.h @@ -100,7 +100,7 @@ * | 31 - 25 | 24 - 20 | 19 - 15 | 14 - 12 | 11 - 7 | 6 - 0 | * 0000001 01001 rs1 000 00000 0001011 * dcache.cva rs1 (clean, virtual address) - * 0000001 00100 rs1 000 00000 0001011 + * 0000001 00101 rs1 000 00000 0001011 * * dcache.cipa rs1 (clean then invalidate, physical address) * | 31 - 25 | 24 - 20 | 19 - 15 | 14 - 12 | 11 - 7 | 6 - 0 | @@ -113,7 +113,7 @@ * 0000000 11001 00000 000 00000 0001011 */ #define THEAD_inval_A0 ".long 0x0265000b" -#define THEAD_clean_A0 ".long 0x0245000b" +#define THEAD_clean_A0 ".long 0x0255000b" #define THEAD_flush_A0 ".long 0x0275000b" #define THEAD_SYNC_S ".long 0x0190000b" --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/riscv/include/asm/hwprobe.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/riscv/include/asm/hwprobe.h @@ -10,4 +10,9 @@ #define RISCV_HWPROBE_MAX_KEY 5 +static inline bool riscv_hwprobe_key_is_valid(__s64 key) +{ + return key >= 0 && key <= RISCV_HWPROBE_MAX_KEY; +} + #endif --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/riscv/include/asm/kprobes.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/riscv/include/asm/kprobes.h @@ -40,6 +40,15 @@ int kprobe_fault_handler(struct pt_regs *regs, unsigned int trapnr); bool kprobe_breakpoint_handler(struct pt_regs *regs); bool kprobe_single_step_handler(struct pt_regs *regs); +#else +static inline bool kprobe_breakpoint_handler(struct pt_regs *regs) +{ + return false; +} +static inline bool kprobe_single_step_handler(struct pt_regs *regs) +{ + return false; +} #endif /* CONFIG_KPROBES */ #endif /* _ASM_RISCV_KPROBES_H */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/riscv/include/asm/page.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/riscv/include/asm/page.h @@ -33,8 +33,8 @@ #define PAGE_OFFSET _AC(CONFIG_PAGE_OFFSET, UL) #endif /* - * By default, CONFIG_PAGE_OFFSET value corresponds to SV48 address space so - * define the PAGE_OFFSET value for SV39. + * By default, CONFIG_PAGE_OFFSET value corresponds to SV57 address space so + * define the PAGE_OFFSET value for SV48 and SV39. */ #define PAGE_OFFSET_L4 _AC(0xffffaf8000000000, UL) #define PAGE_OFFSET_L3 _AC(0xffffffd800000000, UL) --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/riscv/include/asm/thread_info.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/riscv/include/asm/thread_info.h @@ -34,9 +34,6 @@ #ifndef __ASSEMBLY__ -extern long shadow_stack[SHADOW_OVERFLOW_STACK_SIZE / sizeof(long)]; -extern unsigned long spin_shadow_stack; - #include #include --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/riscv/include/asm/uprobes.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/riscv/include/asm/uprobes.h @@ -34,7 +34,18 @@ bool simulate; }; +#ifdef CONFIG_UPROBES bool uprobe_breakpoint_handler(struct pt_regs *regs); bool uprobe_single_step_handler(struct pt_regs *regs); +#else +static inline bool uprobe_breakpoint_handler(struct pt_regs *regs) +{ + return false; +} +static inline bool uprobe_single_step_handler(struct pt_regs *regs) +{ + return false; +} +#endif /* CONFIG_UPROBES */ #endif /* _ASM_RISCV_UPROBES_H */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/riscv/include/asm/vdso/processor.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/riscv/include/asm/vdso/processor.h @@ -14,7 +14,7 @@ __asm__ __volatile__ ("div %0, %0, zero" : "=r" (dummy)); #endif -#ifdef __riscv_zihintpause +#ifdef CONFIG_TOOLCHAIN_HAS_ZIHINTPAUSE /* * Reduce instruction retirement. * This assumes the PC changes. --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/riscv/include/uapi/asm/ptrace.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/riscv/include/uapi/asm/ptrace.h @@ -103,13 +103,18 @@ * In signal handler, datap will be set a correct user stack offset * and vector registers will be copied to the address of datap * pointer. - * - * In ptrace syscall, datap will be set to zero and the vector - * registers will be copied to the address right after this - * structure. */ }; +struct __riscv_v_regset_state { + unsigned long vstart; + unsigned long vl; + unsigned long vtype; + unsigned long vcsr; + unsigned long vlenb; + char vreg[]; +}; + /* * According to spec: The number of bits in a single vector register, * VLEN >= ELEN, which must be a power of 2, and must be no greater than --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/riscv/kernel/asm-offsets.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/riscv/kernel/asm-offsets.c @@ -39,6 +39,7 @@ OFFSET(TASK_TI_KERNEL_SP, task_struct, thread_info.kernel_sp); OFFSET(TASK_TI_USER_SP, task_struct, thread_info.user_sp); + OFFSET(TASK_TI_CPU_NUM, task_struct, thread_info.cpu); OFFSET(TASK_THREAD_F0, task_struct, thread.fstate.f[0]); OFFSET(TASK_THREAD_F1, task_struct, thread.fstate.f[1]); OFFSET(TASK_THREAD_F2, task_struct, thread.fstate.f[2]); --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/riscv/kernel/cpu.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/riscv/kernel/cpu.c @@ -88,13 +88,14 @@ */ int riscv_of_parent_hartid(struct device_node *node, unsigned long *hartid) { - int rc; - for (; node; node = node->parent) { if (of_device_is_compatible(node, "riscv")) { - rc = riscv_of_processor_hartid(node, hartid); - if (!rc) - return 0; + *hartid = (unsigned long)of_get_cpu_hwid(node, 0); + if (*hartid == ~0UL) { + pr_warn("Found CPU without hart ID\n"); + return -ENODEV; + } + return 0; } } --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/riscv/kernel/elf_kexec.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/riscv/kernel/elf_kexec.c @@ -98,7 +98,13 @@ kbuf.image = image; kbuf.buf_min = lowest_paddr; kbuf.buf_max = ULONG_MAX; - kbuf.buf_align = PAGE_SIZE; + + /* + * Current riscv boot protocol requires 2MB alignment for + * RV64 and 4MB alignment for RV32 + * + */ + kbuf.buf_align = PMD_SIZE; kbuf.mem = KEXEC_BUF_MEM_UNKNOWN; kbuf.memsz = ALIGN(kernel_len, PAGE_SIZE); kbuf.top_down = false; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/riscv/kernel/entry.S +++ linux-lowlatency-hwe-6.5-6.5.0/arch/riscv/kernel/entry.S @@ -10,9 +10,13 @@ #include #include #include +#include #include #include #include +#include + + .section .irqentry.text, "ax" SYM_CODE_START(handle_exception) /* @@ -170,67 +174,15 @@ #ifdef CONFIG_VMAP_STACK SYM_CODE_START_LOCAL(handle_kernel_stack_overflow) - /* - * Takes the psuedo-spinlock for the shadow stack, in case multiple - * harts are concurrently overflowing their kernel stacks. We could - * store any value here, but since we're overflowing the kernel stack - * already we only have SP to use as a scratch register. So we just - * swap in the address of the spinlock, as that's definately non-zero. - * - * Pairs with a store_release in handle_bad_stack(). - */ -1: la sp, spin_shadow_stack - REG_AMOSWAP_AQ sp, sp, (sp) - bnez sp, 1b - - la sp, shadow_stack - addi sp, sp, SHADOW_OVERFLOW_STACK_SIZE - - //save caller register to shadow stack - addi sp, sp, -(PT_SIZE_ON_STACK) - REG_S x1, PT_RA(sp) - REG_S x5, PT_T0(sp) - REG_S x6, PT_T1(sp) - REG_S x7, PT_T2(sp) - REG_S x10, PT_A0(sp) - REG_S x11, PT_A1(sp) - REG_S x12, PT_A2(sp) - REG_S x13, PT_A3(sp) - REG_S x14, PT_A4(sp) - REG_S x15, PT_A5(sp) - REG_S x16, PT_A6(sp) - REG_S x17, PT_A7(sp) - REG_S x28, PT_T3(sp) - REG_S x29, PT_T4(sp) - REG_S x30, PT_T5(sp) - REG_S x31, PT_T6(sp) - - la ra, restore_caller_reg - tail get_overflow_stack - -restore_caller_reg: - //save per-cpu overflow stack - REG_S a0, -8(sp) - //restore caller register from shadow_stack - REG_L x1, PT_RA(sp) - REG_L x5, PT_T0(sp) - REG_L x6, PT_T1(sp) - REG_L x7, PT_T2(sp) - REG_L x10, PT_A0(sp) - REG_L x11, PT_A1(sp) - REG_L x12, PT_A2(sp) - REG_L x13, PT_A3(sp) - REG_L x14, PT_A4(sp) - REG_L x15, PT_A5(sp) - REG_L x16, PT_A6(sp) - REG_L x17, PT_A7(sp) - REG_L x28, PT_T3(sp) - REG_L x29, PT_T4(sp) - REG_L x30, PT_T5(sp) - REG_L x31, PT_T6(sp) + /* we reach here from kernel context, sscratch must be 0 */ + csrrw x31, CSR_SCRATCH, x31 + asm_per_cpu sp, overflow_stack, x31 + li x31, OVERFLOW_STACK_SIZE + add sp, sp, x31 + /* zero out x31 again and restore x31 */ + xor x31, x31, x31 + csrrw x31, CSR_SCRATCH, x31 - //load per-cpu overflow stack - REG_L sp, -8(sp) addi sp, sp, -(PT_SIZE_ON_STACK) //save context to overflow stack --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/riscv/kernel/irq.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/riscv/kernel/irq.c @@ -60,7 +60,7 @@ } #endif /* CONFIG_VMAP_STACK */ -#ifdef CONFIG_HAVE_SOFTIRQ_ON_OWN_STACK +#ifdef CONFIG_SOFTIRQ_ON_OWN_STACK void do_softirq_own_stack(void) { #ifdef CONFIG_IRQ_STACKS @@ -92,7 +92,7 @@ #endif __do_softirq(); } -#endif /* CONFIG_HAVE_SOFTIRQ_ON_OWN_STACK */ +#endif /* CONFIG_SOFTIRQ_ON_OWN_STACK */ #else static void init_irq_stacks(void) {} --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/riscv/kernel/probes/simulate-insn.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/riscv/kernel/probes/simulate-insn.c @@ -24,7 +24,7 @@ unsigned long val) { if (index == 0) - return false; + return true; else if (index <= 31) *((unsigned long *)regs + index) = val; else --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/riscv/kernel/probes/uprobes.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/riscv/kernel/probes/uprobes.c @@ -3,6 +3,7 @@ #include #include #include +#include #include "decode-insn.h" @@ -17,6 +18,11 @@ #endif } +bool is_trap_insn(uprobe_opcode_t *insn) +{ + return riscv_insn_is_ebreak(*insn) || riscv_insn_is_c_ebreak(*insn); +} + unsigned long uprobe_get_swbp_addr(struct pt_regs *regs) { return instruction_pointer(regs); --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/riscv/kernel/ptrace.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/riscv/kernel/ptrace.c @@ -25,6 +25,9 @@ #ifdef CONFIG_FPU REGSET_F, #endif +#ifdef CONFIG_RISCV_ISA_V + REGSET_V, +#endif }; static int riscv_gpr_get(struct task_struct *target, @@ -81,6 +84,71 @@ } #endif +#ifdef CONFIG_RISCV_ISA_V +static int riscv_vr_get(struct task_struct *target, + const struct user_regset *regset, + struct membuf to) +{ + struct __riscv_v_ext_state *vstate = &target->thread.vstate; + struct __riscv_v_regset_state ptrace_vstate; + + if (!riscv_v_vstate_query(task_pt_regs(target))) + return -EINVAL; + + /* + * Ensure the vector registers have been saved to the memory before + * copying them to membuf. + */ + if (target == current) + riscv_v_vstate_save(current, task_pt_regs(current)); + + ptrace_vstate.vstart = vstate->vstart; + ptrace_vstate.vl = vstate->vl; + ptrace_vstate.vtype = vstate->vtype; + ptrace_vstate.vcsr = vstate->vcsr; + ptrace_vstate.vlenb = vstate->vlenb; + + /* Copy vector header from vstate. */ + membuf_write(&to, &ptrace_vstate, sizeof(struct __riscv_v_regset_state)); + + /* Copy all the vector registers from vstate. */ + return membuf_write(&to, vstate->datap, riscv_v_vsize); +} + +static int riscv_vr_set(struct task_struct *target, + const struct user_regset *regset, + unsigned int pos, unsigned int count, + const void *kbuf, const void __user *ubuf) +{ + int ret; + struct __riscv_v_ext_state *vstate = &target->thread.vstate; + struct __riscv_v_regset_state ptrace_vstate; + + if (!riscv_v_vstate_query(task_pt_regs(target))) + return -EINVAL; + + /* Copy rest of the vstate except datap */ + ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &ptrace_vstate, 0, + sizeof(struct __riscv_v_regset_state)); + if (unlikely(ret)) + return ret; + + if (vstate->vlenb != ptrace_vstate.vlenb) + return -EINVAL; + + vstate->vstart = ptrace_vstate.vstart; + vstate->vl = ptrace_vstate.vl; + vstate->vtype = ptrace_vstate.vtype; + vstate->vcsr = ptrace_vstate.vcsr; + + /* Copy all the vector registers. */ + pos = 0; + ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, vstate->datap, + 0, riscv_v_vsize); + return ret; +} +#endif + static const struct user_regset riscv_user_regset[] = { [REGSET_X] = { .core_note_type = NT_PRSTATUS, @@ -100,6 +168,17 @@ .set = riscv_fpr_set, }, #endif +#ifdef CONFIG_RISCV_ISA_V + [REGSET_V] = { + .core_note_type = NT_RISCV_VECTOR, + .align = 16, + .n = ((32 * RISCV_MAX_VLENB) + + sizeof(struct __riscv_v_regset_state)) / sizeof(__u32), + .size = sizeof(__u32), + .regset_get = riscv_vr_get, + .set = riscv_vr_set, + }, +#endif }; static const struct user_regset_view riscv_user_native_view = { --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/riscv/kernel/signal.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/riscv/kernel/signal.c @@ -311,13 +311,6 @@ /* Align the stack frame. */ sp &= ~0xfUL; - /* - * Fail if the size of the altstack is not large enough for the - * sigframe construction. - */ - if (current->sas_ss_size && sp < current->sas_ss_sp) - return (void __user __force *)-1UL; - return (void __user *)sp; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/riscv/kernel/traps.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/riscv/kernel/traps.c @@ -13,6 +13,8 @@ #include #include #include +#include +#include #include #include #include @@ -246,22 +248,28 @@ return GET_INSN_LENGTH(insn); } +static bool probe_single_step_handler(struct pt_regs *regs) +{ + bool user = user_mode(regs); + + return user ? uprobe_single_step_handler(regs) : kprobe_single_step_handler(regs); +} + +static bool probe_breakpoint_handler(struct pt_regs *regs) +{ + bool user = user_mode(regs); + + return user ? uprobe_breakpoint_handler(regs) : kprobe_breakpoint_handler(regs); +} + void handle_break(struct pt_regs *regs) { -#ifdef CONFIG_KPROBES - if (kprobe_single_step_handler(regs)) + if (probe_single_step_handler(regs)) return; - if (kprobe_breakpoint_handler(regs)) - return; -#endif -#ifdef CONFIG_UPROBES - if (uprobe_single_step_handler(regs)) + if (probe_breakpoint_handler(regs)) return; - if (uprobe_breakpoint_handler(regs)) - return; -#endif current->thread.bad_cause = regs->cause; if (user_mode(regs)) @@ -400,48 +408,14 @@ #endif /* CONFIG_GENERIC_BUG */ #ifdef CONFIG_VMAP_STACK -/* - * Extra stack space that allows us to provide panic messages when the kernel - * has overflowed its stack. - */ -static DEFINE_PER_CPU(unsigned long [OVERFLOW_STACK_SIZE/sizeof(long)], +DEFINE_PER_CPU(unsigned long [OVERFLOW_STACK_SIZE/sizeof(long)], overflow_stack)__aligned(16); -/* - * A temporary stack for use by handle_kernel_stack_overflow. This is used so - * we can call into C code to get the per-hart overflow stack. Usage of this - * stack must be protected by spin_shadow_stack. - */ -long shadow_stack[SHADOW_OVERFLOW_STACK_SIZE/sizeof(long)] __aligned(16); - -/* - * A pseudo spinlock to protect the shadow stack from being used by multiple - * harts concurrently. This isn't a real spinlock because the lock side must - * be taken without a valid stack and only a single register, it's only taken - * while in the process of panicing anyway so the performance and error - * checking a proper spinlock gives us doesn't matter. - */ -unsigned long spin_shadow_stack; - -asmlinkage unsigned long get_overflow_stack(void) -{ - return (unsigned long)this_cpu_ptr(overflow_stack) + - OVERFLOW_STACK_SIZE; -} asmlinkage void handle_bad_stack(struct pt_regs *regs) { unsigned long tsk_stk = (unsigned long)current->stack; unsigned long ovf_stk = (unsigned long)this_cpu_ptr(overflow_stack); - /* - * We're done with the shadow stack by this point, as we're on the - * overflow stack. Tell any other concurrent overflowing harts that - * they can proceed with panicing by releasing the pseudo-spinlock. - * - * This pairs with an amoswap.aq in handle_kernel_stack_overflow. - */ - smp_store_release(&spin_shadow_stack, 0); - console_verbose(); pr_emerg("Insufficient stack space to handle exception!\n"); --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/riscv/kernel/traps_misaligned.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/riscv/kernel/traps_misaligned.c @@ -342,16 +342,14 @@ } else if ((insn & INSN_MASK_C_SD) == INSN_MATCH_C_SD) { len = 8; val.data_ulong = GET_RS2S(insn, regs); - } else if ((insn & INSN_MASK_C_SDSP) == INSN_MATCH_C_SDSP && - ((insn >> SH_RD) & 0x1f)) { + } else if ((insn & INSN_MASK_C_SDSP) == INSN_MATCH_C_SDSP) { len = 8; val.data_ulong = GET_RS2C(insn, regs); #endif } else if ((insn & INSN_MASK_C_SW) == INSN_MATCH_C_SW) { len = 4; val.data_ulong = GET_RS2S(insn, regs); - } else if ((insn & INSN_MASK_C_SWSP) == INSN_MATCH_C_SWSP && - ((insn >> SH_RD) & 0x1f)) { + } else if ((insn & INSN_MASK_C_SWSP) == INSN_MATCH_C_SWSP) { len = 4; val.data_ulong = GET_RS2C(insn, regs); } else { --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/riscv/kernel/vdso/hwprobe.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/riscv/kernel/vdso/hwprobe.c @@ -37,7 +37,7 @@ /* This is something we can handle, fill out the pairs. */ while (p < end) { - if (p->key <= RISCV_HWPROBE_MAX_KEY) { + if (riscv_hwprobe_key_is_valid(p->key)) { p->value = avd->all_cpu_hwprobe_values[p->key]; } else { --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/riscv/mm/init.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/riscv/mm/init.c @@ -823,6 +823,10 @@ disable_pgtable_l4(); } + /* UBUNTU: Force disable sv57 and fallback to sv48 */ + if (pgtable_l5_enabled) + disable_pgtable_l5(); + memset(early_pg_dir, 0, PAGE_SIZE); memset(early_p4d, 0, PAGE_SIZE); memset(early_pud, 0, PAGE_SIZE); --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/riscv/mm/kasan_init.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/riscv/mm/kasan_init.c @@ -22,9 +22,9 @@ * region is not and then we have to go down to the PUD level. */ -pgd_t tmp_pg_dir[PTRS_PER_PGD] __page_aligned_bss; -p4d_t tmp_p4d[PTRS_PER_P4D] __page_aligned_bss; -pud_t tmp_pud[PTRS_PER_PUD] __page_aligned_bss; +static pgd_t tmp_pg_dir[PTRS_PER_PGD] __page_aligned_bss; +static p4d_t tmp_p4d[PTRS_PER_P4D] __page_aligned_bss; +static pud_t tmp_pud[PTRS_PER_PUD] __page_aligned_bss; static void __init kasan_populate_pte(pmd_t *pmd, unsigned long vaddr, unsigned long end) { @@ -438,7 +438,7 @@ kasan_shallow_populate_pgd(vaddr, vend); } -static void create_tmp_mapping(void) +static void __init create_tmp_mapping(void) { void *ptr; p4d_t *base_p4d; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/riscv/mm/ptdump.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/riscv/mm/ptdump.c @@ -384,6 +384,9 @@ kernel_ptd_info.base_addr = KERN_VIRT_START; + pg_level[1].name = pgtable_l5_enabled ? "P4D" : "PGD"; + pg_level[2].name = pgtable_l4_enabled ? "PUD" : "PGD"; + for (i = 0; i < ARRAY_SIZE(pg_level); i++) for (j = 0; j < ARRAY_SIZE(pte_bits); j++) pg_level[i].mask |= pte_bits[j].mask; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/riscv/net/bpf_jit_comp64.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/riscv/net/bpf_jit_comp64.c @@ -239,7 +239,7 @@ emit_addi(RV_REG_SP, RV_REG_SP, stack_adjust, ctx); /* Set return value. */ if (!is_tail_call) - emit_mv(RV_REG_A0, RV_REG_A5, ctx); + emit_addiw(RV_REG_A0, RV_REG_A5, 0, ctx); emit_jalr(RV_REG_ZERO, is_tail_call ? RV_REG_T3 : RV_REG_RA, is_tail_call ? 20 : 0, /* skip reserved nops and TCC init */ ctx); @@ -757,8 +757,10 @@ if (ret) return ret; - if (save_ret) - emit_sd(RV_REG_FP, -retval_off, regmap[BPF_REG_0], ctx); + if (save_ret) { + emit_sd(RV_REG_FP, -retval_off, RV_REG_A0, ctx); + emit_sd(RV_REG_FP, -(retval_off - 8), regmap[BPF_REG_0], ctx); + } /* update branch with beqz */ if (ctx->insns) { @@ -844,7 +846,7 @@ save_ret = flags & (BPF_TRAMP_F_CALL_ORIG | BPF_TRAMP_F_RET_FENTRY_RET); if (save_ret) { - stack_size += 8; + stack_size += 16; /* Save both A5 (BPF R0) and A0 */ retval_off = stack_size; } @@ -931,6 +933,7 @@ if (ret) goto out; emit_sd(RV_REG_FP, -retval_off, RV_REG_A0, ctx); + emit_sd(RV_REG_FP, -(retval_off - 8), regmap[BPF_REG_0], ctx); im->ip_after_call = ctx->insns + ctx->ninsns; /* 2 nops reserved for auipc+jalr pair */ emit(rv_nop(), ctx); @@ -962,8 +965,10 @@ if (flags & BPF_TRAMP_F_RESTORE_REGS) restore_args(nregs, args_off, ctx); - if (save_ret) + if (save_ret) { emit_ld(RV_REG_A0, -retval_off, RV_REG_FP, ctx); + emit_ld(regmap[BPF_REG_0], -(retval_off - 8), RV_REG_FP, ctx); + } emit_ld(RV_REG_S1, -sreg_off, RV_REG_FP, ctx); @@ -1436,7 +1441,8 @@ if (ret) return ret; - emit_mv(bpf_to_rv_reg(BPF_REG_0, ctx), RV_REG_A0, ctx); + if (insn->src_reg != BPF_PSEUDO_CALL) + emit_mv(bpf_to_rv_reg(BPF_REG_0, ctx), RV_REG_A0, ctx); break; } /* tail call */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/s390/boot/startup.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/s390/boot/startup.c @@ -176,6 +176,7 @@ unsigned long asce_limit; unsigned long rte_size; unsigned long pages; + unsigned long vsize; unsigned long vmax; pages = ident_map_size / PAGE_SIZE; @@ -183,11 +184,9 @@ vmemmap_size = SECTION_ALIGN_UP(pages) * sizeof(struct page); /* choose kernel address space layout: 4 or 3 levels. */ - vmemmap_start = round_up(ident_map_size, _REGION3_SIZE); - if (IS_ENABLED(CONFIG_KASAN) || - vmalloc_size > _REGION2_SIZE || - vmemmap_start + vmemmap_size + vmalloc_size + MODULES_LEN > - _REGION2_SIZE) { + vsize = round_up(ident_map_size, _REGION3_SIZE) + vmemmap_size + MODULES_LEN; + vsize = size_add(vsize, vmalloc_size); + if (IS_ENABLED(CONFIG_KASAN) || (vsize > _REGION2_SIZE)) { asce_limit = _REGION1_SIZE; rte_size = _REGION2_SIZE; } else { --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/s390/boot/vmem.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/s390/boot/vmem.c @@ -57,6 +57,7 @@ pmd_t pmd_z = __pmd(__pa(kasan_early_shadow_pte) | _SEGMENT_ENTRY); pud_t pud_z = __pud(__pa(kasan_early_shadow_pmd) | _REGION3_ENTRY); p4d_t p4d_z = __p4d(__pa(kasan_early_shadow_pud) | _REGION2_ENTRY); + unsigned long memgap_start = 0; unsigned long untracked_end; unsigned long start, end; int i; @@ -101,8 +102,12 @@ * +- shadow end ----+---------+- shadow end ---+ */ - for_each_physmem_usable_range(i, &start, &end) + for_each_physmem_usable_range(i, &start, &end) { kasan_populate(start, end, POPULATE_KASAN_MAP_SHADOW); + if (memgap_start && physmem_info.info_source == MEM_DETECT_DIAG260) + kasan_populate(memgap_start, start, POPULATE_KASAN_ZERO_SHADOW); + memgap_start = end; + } if (IS_ENABLED(CONFIG_KASAN_VMALLOC)) { untracked_end = VMALLOC_START; /* shallowly populate kasan shadow for vmalloc and modules */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/s390/crypto/paes_s390.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/s390/crypto/paes_s390.c @@ -35,7 +35,7 @@ * and padding is also possible, the limits need to be generous. */ #define PAES_MIN_KEYSIZE 16 -#define PAES_MAX_KEYSIZE 320 +#define PAES_MAX_KEYSIZE MAXEP11AESKEYBLOBSIZE static u8 *ctrblk; static DEFINE_MUTEX(ctrblk_lock); --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/s390/include/asm/ipl.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/s390/include/asm/ipl.h @@ -139,6 +139,7 @@ unsigned char flags, unsigned short cert); int ipl_report_add_certificate(struct ipl_report *report, void *key, unsigned long addr, unsigned long len); +bool ipl_get_secureboot(void); /* * DIAG 308 support --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/s390/include/asm/kvm_host.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/s390/include/asm/kvm_host.h @@ -817,6 +817,8 @@ __u64 *fac_list; u64 cpuid; unsigned short ibc; + /* subset of available UV-features for pv-guests enabled by user space */ + struct kvm_s390_vm_cpu_uv_feat uv_feat_guest; }; typedef int (*crypto_hook)(struct kvm_vcpu *vcpu); @@ -1028,6 +1030,9 @@ extern char sie_exit; +bool kvm_s390_pv_is_protected(struct kvm *kvm); +bool kvm_s390_pv_cpu_is_protected(struct kvm_vcpu *vcpu); + extern int kvm_s390_gisc_register(struct kvm *kvm, u32 gisc); extern int kvm_s390_gisc_unregister(struct kvm *kvm, u32 gisc); --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/s390/include/asm/uv.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/s390/include/asm/uv.h @@ -99,6 +99,8 @@ enum uv_feat_ind { BIT_UV_FEAT_MISC = 0, BIT_UV_FEAT_AIV = 1, + BIT_UV_FEAT_AP = 4, + BIT_UV_FEAT_AP_INTR = 5, }; struct uv_cb_header { @@ -159,7 +161,15 @@ u64 guest_handle; u64 conf_base_stor_origin; u64 conf_virt_stor_origin; - u64 reserved30; + u8 reserved30[6]; + union { + struct { + u16 : 14; + u16 ap_instr_intr : 1; + u16 ap_allow_instr : 1; + }; + u16 raw; + } flags; u64 guest_stor_origin; u64 guest_stor_len; u64 guest_sca; @@ -397,6 +407,13 @@ extern struct uv_info uv_info; +static inline bool uv_has_feature(u8 feature_bit) +{ + if (feature_bit >= sizeof(uv_info.uv_feature_indications) * 8) + return false; + return test_bit_inv(feature_bit, &uv_info.uv_feature_indications); +} + #ifdef CONFIG_PROTECTED_VIRTUALIZATION_GUEST extern int prot_virt_guest; @@ -463,6 +480,7 @@ return prot_virt_host; } +int uv_pin_shared(unsigned long paddr); int gmap_make_secure(struct gmap *gmap, unsigned long gaddr, void *uvcb); int gmap_destroy_page(struct gmap *gmap, unsigned long gaddr); int uv_destroy_owned_page(unsigned long paddr); @@ -475,6 +493,11 @@ #define is_prot_virt_host() 0 static inline void setup_uv(void) {} +static inline int uv_pin_shared(unsigned long paddr) +{ + return 0; +} + static inline int uv_destroy_owned_page(unsigned long paddr) { return 0; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/s390/include/uapi/asm/kvm.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/s390/include/uapi/asm/kvm.h @@ -159,6 +159,22 @@ __u8 reserved[1728]; }; +#define KVM_S390_VM_CPU_PROCESSOR_UV_FEAT_GUEST 6 +#define KVM_S390_VM_CPU_MACHINE_UV_FEAT_GUEST 7 + +#define KVM_S390_VM_CPU_UV_FEAT_NR_BITS 64 +struct kvm_s390_vm_cpu_uv_feat { + union { + struct { + __u64 : 4; + __u64 ap : 1; /* bit 4 */ + __u64 ap_intr : 1; /* bit 5 */ + __u64 : 58; + }; + __u64 feat; + }; +}; + /* kvm attributes for crypto */ #define KVM_S390_VM_CRYPTO_ENABLE_AES_KW 0 #define KVM_S390_VM_CRYPTO_ENABLE_DEA_KW 1 --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/s390/include/uapi/asm/pkey.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/s390/include/uapi/asm/pkey.h @@ -26,7 +26,7 @@ #define MAXCLRKEYSIZE 32 /* a clear key value may be up to 32 bytes */ #define MAXAESCIPHERKEYSIZE 136 /* our aes cipher keys have always 136 bytes */ #define MINEP11AESKEYBLOBSIZE 256 /* min EP11 AES key blob size */ -#define MAXEP11AESKEYBLOBSIZE 320 /* max EP11 AES key blob size */ +#define MAXEP11AESKEYBLOBSIZE 336 /* max EP11 AES key blob size */ /* Minimum size of a key blob */ #define MINKEYBLOBSIZE SECKEYBLOBSIZE --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/s390/kernel/ipl.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/s390/kernel/ipl.c @@ -640,6 +640,8 @@ static struct attribute *ipl_unknown_attrs[] = { &sys_ipl_type_attr.attr, + &sys_ipl_secure_attr.attr, + &sys_ipl_has_secure_attr.attr, NULL, }; @@ -678,6 +680,7 @@ &ipl_ccw_attr_group_lpar); break; case IPL_TYPE_ECKD: + case IPL_TYPE_ECKD_DUMP: rc = sysfs_create_group(&ipl_kset->kobj, &ipl_eckd_attr_group); break; case IPL_TYPE_FCP: @@ -2533,3 +2536,8 @@ } #endif + +bool ipl_get_secureboot(void) +{ + return !!ipl_secure_flag; +} --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/s390/kernel/setup.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/s390/kernel/setup.c @@ -51,6 +51,7 @@ #include #include #include +#include #include #include @@ -914,6 +915,9 @@ log_component_list(); + if (ipl_get_secureboot()) + security_lock_kernel_down("Secure IPL mode", LOCKDOWN_INTEGRITY_MAX); + /* Have one command line that is parsed and saved in /proc/cmdline */ /* boot_command_line has been already set up in early.c */ *cmdline_p = boot_command_line; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/s390/kernel/uv.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/s390/kernel/uv.c @@ -88,7 +88,7 @@ * Requests the Ultravisor to pin the page in the shared state. This will * cause an intercept when the guest attempts to unshare the pinned page. */ -static int uv_pin_shared(unsigned long paddr) +int uv_pin_shared(unsigned long paddr) { struct uv_cb_cfs uvcb = { .header.cmd = UVC_CMD_PIN_PAGE_SHARED, @@ -100,6 +100,7 @@ return -EINVAL; return 0; } +EXPORT_SYMBOL_GPL(uv_pin_shared); /* * Requests the Ultravisor to destroy a guest page and make it @@ -257,7 +258,7 @@ * shared page from a different protected VM will automatically also * transfer its ownership. */ - if (test_bit_inv(BIT_UV_FEAT_MISC, &uv_info.uv_feature_indications)) + if (uv_has_feature(BIT_UV_FEAT_MISC)) return false; if (uvcb->cmd == UVC_CMD_UNPIN_PAGE_SHARED) return false; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/s390/kvm/intercept.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/s390/kvm/intercept.c @@ -228,6 +228,21 @@ #define per_event(vcpu) (vcpu->arch.sie_block->iprcc & PGM_PER) +static bool should_handle_per_event(const struct kvm_vcpu *vcpu) +{ + if (!guestdbg_enabled(vcpu) || !per_event(vcpu)) + return false; + if (guestdbg_sstep_enabled(vcpu) && + vcpu->arch.sie_block->iprcc != PGM_PER) { + /* + * __vcpu_run() will exit after delivering the concurrently + * indicated condition. + */ + return false; + } + return true; +} + static int handle_prog(struct kvm_vcpu *vcpu) { psw_t psw; @@ -242,7 +257,7 @@ if (kvm_s390_pv_cpu_is_protected(vcpu)) return -EOPNOTSUPP; - if (guestdbg_enabled(vcpu) && per_event(vcpu)) { + if (should_handle_per_event(vcpu)) { rc = kvm_s390_handle_per_event(vcpu); if (rc) return rc; @@ -571,6 +586,19 @@ return handle_instruction(vcpu); } +static bool should_handle_per_ifetch(const struct kvm_vcpu *vcpu, int rc) +{ + /* Process PER, also if the instruction is processed in user space. */ + if (!(vcpu->arch.sie_block->icptstatus & 0x02)) + return false; + if (rc != 0 && rc != -EOPNOTSUPP) + return false; + if (guestdbg_sstep_enabled(vcpu) && vcpu->arch.local_int.pending_irqs) + /* __vcpu_run() will exit after delivering the interrupt. */ + return false; + return true; +} + int kvm_handle_sie_intercept(struct kvm_vcpu *vcpu) { int rc, per_rc = 0; @@ -605,8 +633,8 @@ rc = handle_partial_execution(vcpu); break; case ICPT_KSS: - rc = kvm_s390_skey_check_enable(vcpu); - break; + /* Instruction will be redriven, skip the PER check. */ + return kvm_s390_skey_check_enable(vcpu); case ICPT_MCHKREQ: case ICPT_INT_ENABLE: /* @@ -633,9 +661,7 @@ return -EOPNOTSUPP; } - /* process PER, also if the instruction is processed in user space */ - if (vcpu->arch.sie_block->icptstatus & 0x02 && - (!rc || rc == -EOPNOTSUPP)) + if (should_handle_per_ifetch(vcpu, rc)) per_rc = kvm_s390_handle_per_ifetch_icpt(vcpu); return per_rc ? per_rc : rc; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/s390/kvm/interrupt.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/s390/kvm/interrupt.c @@ -1392,6 +1392,7 @@ { struct kvm_s390_local_interrupt *li = &vcpu->arch.local_int; int rc = 0; + bool delivered = false; unsigned long irq_type; unsigned long irqs; @@ -1465,6 +1466,19 @@ WARN_ONCE(1, "Unknown pending irq type %ld", irq_type); clear_bit(irq_type, &li->pending_irqs); } + delivered |= !rc; + } + + /* + * We delivered at least one interrupt and modified the PC. Force a + * singlestep event now. + */ + if (delivered && guestdbg_sstep_enabled(vcpu)) { + struct kvm_debug_exit_arch *debug_exit = &vcpu->run->debug.arch; + + debug_exit->addr = vcpu->arch.sie_block->gpsw.addr; + debug_exit->type = KVM_SINGLESTEP; + vcpu->guest_debug |= KVM_GUESTDBG_EXIT_PENDING; } set_intercept_indicators(vcpu); --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/s390/kvm/kvm-s390.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/s390/kvm/kvm-s390.c @@ -1531,6 +1531,39 @@ return 0; } +#define KVM_S390_VM_CPU_UV_FEAT_GUEST_MASK \ +( \ + ((struct kvm_s390_vm_cpu_uv_feat){ \ + .ap = 1, \ + .ap_intr = 1, \ + }) \ + .feat \ +) + +static int kvm_s390_set_uv_feat(struct kvm *kvm, struct kvm_device_attr *attr) +{ + struct kvm_s390_vm_cpu_uv_feat __user *ptr = (void __user *)attr->addr; + unsigned long data, filter; + + filter = uv_info.uv_feature_indications & KVM_S390_VM_CPU_UV_FEAT_GUEST_MASK; + if (get_user(data, &ptr->feat)) + return -EFAULT; + if (!bitmap_subset(&data, &filter, KVM_S390_VM_CPU_UV_FEAT_NR_BITS)) + return -EINVAL; + + mutex_lock(&kvm->lock); + if (kvm->created_vcpus) { + mutex_unlock(&kvm->lock); + return -EBUSY; + } + kvm->arch.model.uv_feat_guest.feat = data; + mutex_unlock(&kvm->lock); + + VM_EVENT(kvm, 3, "SET: guest UV-feat: 0x%16.16lx", data); + + return 0; +} + static int kvm_s390_set_cpu_model(struct kvm *kvm, struct kvm_device_attr *attr) { int ret = -ENXIO; @@ -1545,6 +1578,9 @@ case KVM_S390_VM_CPU_PROCESSOR_SUBFUNC: ret = kvm_s390_set_processor_subfunc(kvm, attr); break; + case KVM_S390_VM_CPU_PROCESSOR_UV_FEAT_GUEST: + ret = kvm_s390_set_uv_feat(kvm, attr); + break; } return ret; } @@ -1777,6 +1813,33 @@ return 0; } +static int kvm_s390_get_processor_uv_feat(struct kvm *kvm, struct kvm_device_attr *attr) +{ + struct kvm_s390_vm_cpu_uv_feat __user *dst = (void __user *)attr->addr; + unsigned long feat = kvm->arch.model.uv_feat_guest.feat; + + if (put_user(feat, &dst->feat)) + return -EFAULT; + VM_EVENT(kvm, 3, "GET: guest UV-feat: 0x%16.16lx", feat); + + return 0; +} + +static int kvm_s390_get_machine_uv_feat(struct kvm *kvm, struct kvm_device_attr *attr) +{ + struct kvm_s390_vm_cpu_uv_feat __user *dst = (void __user *)attr->addr; + unsigned long feat; + + BUILD_BUG_ON(sizeof(*dst) != sizeof(uv_info.uv_feature_indications)); + + feat = uv_info.uv_feature_indications & KVM_S390_VM_CPU_UV_FEAT_GUEST_MASK; + if (put_user(feat, &dst->feat)) + return -EFAULT; + VM_EVENT(kvm, 3, "GET: guest UV-feat: 0x%16.16lx", feat); + + return 0; +} + static int kvm_s390_get_cpu_model(struct kvm *kvm, struct kvm_device_attr *attr) { int ret = -ENXIO; @@ -1800,6 +1863,12 @@ case KVM_S390_VM_CPU_MACHINE_SUBFUNC: ret = kvm_s390_get_machine_subfunc(kvm, attr); break; + case KVM_S390_VM_CPU_PROCESSOR_UV_FEAT_GUEST: + ret = kvm_s390_get_processor_uv_feat(kvm, attr); + break; + case KVM_S390_VM_CPU_MACHINE_UV_FEAT_GUEST: + ret = kvm_s390_get_machine_uv_feat(kvm, attr); + break; } return ret; } @@ -1952,6 +2021,8 @@ case KVM_S390_VM_CPU_MACHINE_FEAT: case KVM_S390_VM_CPU_MACHINE_SUBFUNC: case KVM_S390_VM_CPU_PROCESSOR_SUBFUNC: + case KVM_S390_VM_CPU_MACHINE_UV_FEAT_GUEST: + case KVM_S390_VM_CPU_PROCESSOR_UV_FEAT_GUEST: ret = 0; break; default: @@ -2406,7 +2477,7 @@ struct kvm_vcpu *vcpu; /* Disable the GISA if the ultravisor does not support AIV. */ - if (!test_bit_inv(BIT_UV_FEAT_AIV, &uv_info.uv_feature_indications)) + if (!uv_has_feature(BIT_UV_FEAT_AIV)) kvm_s390_gisa_disable(kvm); kvm_for_each_vcpu(i, vcpu, kvm) { @@ -3296,6 +3367,8 @@ kvm->arch.model.cpuid = kvm_s390_get_initial_cpuid(); kvm->arch.model.ibc = sclp.ibc & 0x0fff; + kvm->arch.model.uv_feat_guest.feat = 0; + kvm_s390_crypto_init(kvm); if (IS_ENABLED(CONFIG_VFIO_PCI_ZDEV_KVM)) { @@ -4611,7 +4684,7 @@ if (!kvm_is_ucontrol(vcpu->kvm)) { rc = kvm_s390_deliver_pending_interrupts(vcpu); - if (rc) + if (rc || guestdbg_exit_pending(vcpu)) return rc; } @@ -4738,7 +4811,7 @@ do { rc = vcpu_pre_run(vcpu); - if (rc) + if (rc || guestdbg_exit_pending(vcpu)) break; kvm_vcpu_srcu_read_unlock(vcpu); @@ -5383,6 +5456,7 @@ { struct kvm_vcpu *vcpu = filp->private_data; void __user *argp = (void __user *)arg; + int rc; switch (ioctl) { case KVM_S390_IRQ: { @@ -5390,7 +5464,8 @@ if (copy_from_user(&s390irq, argp, sizeof(s390irq))) return -EFAULT; - return kvm_s390_inject_vcpu(vcpu, &s390irq); + rc = kvm_s390_inject_vcpu(vcpu, &s390irq); + break; } case KVM_S390_INTERRUPT: { struct kvm_s390_interrupt s390int; @@ -5400,10 +5475,25 @@ return -EFAULT; if (s390int_to_s390irq(&s390int, &s390irq)) return -EINVAL; - return kvm_s390_inject_vcpu(vcpu, &s390irq); + rc = kvm_s390_inject_vcpu(vcpu, &s390irq); + break; } + default: + rc = -ENOIOCTLCMD; + break; } - return -ENOIOCTLCMD; + + /* + * To simplify single stepping of userspace-emulated instructions, + * KVM_EXIT_S390_SIEIC exit sets KVM_GUESTDBG_EXIT_PENDING (see + * should_handle_per_ifetch()). However, if userspace emulation injects + * an interrupt, it needs to be cleared, so that KVM_EXIT_DEBUG happens + * after (and not before) the interrupt delivery. + */ + if (!rc) + vcpu->guest_debug &= ~KVM_GUESTDBG_EXIT_PENDING; + + return rc; } static int kvm_s390_handle_pv_vcpu_dump(struct kvm_vcpu *vcpu, --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/s390/kvm/kvm-s390.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/s390/kvm/kvm-s390.h @@ -270,18 +270,6 @@ return vcpu->arch.pv.handle; } -static inline bool kvm_s390_pv_is_protected(struct kvm *kvm) -{ - lockdep_assert_held(&kvm->lock); - return !!kvm_s390_pv_get_handle(kvm); -} - -static inline bool kvm_s390_pv_cpu_is_protected(struct kvm_vcpu *vcpu) -{ - lockdep_assert_held(&vcpu->mutex); - return !!kvm_s390_pv_cpu_get_handle(vcpu); -} - /* implemented in interrupt.c */ int kvm_s390_handle_wait(struct kvm_vcpu *vcpu); void kvm_s390_vcpu_wakeup(struct kvm_vcpu *vcpu); --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/s390/kvm/pv.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/s390/kvm/pv.c @@ -18,6 +18,20 @@ #include #include "kvm-s390.h" +bool kvm_s390_pv_is_protected(struct kvm *kvm) +{ + lockdep_assert_held(&kvm->lock); + return !!kvm_s390_pv_get_handle(kvm); +} +EXPORT_SYMBOL_GPL(kvm_s390_pv_is_protected); + +bool kvm_s390_pv_cpu_is_protected(struct kvm_vcpu *vcpu) +{ + lockdep_assert_held(&vcpu->mutex); + return !!kvm_s390_pv_cpu_get_handle(vcpu); +} +EXPORT_SYMBOL_GPL(kvm_s390_pv_cpu_is_protected); + /** * struct pv_vm_to_be_destroyed - Represents a protected VM that needs to * be destroyed @@ -271,7 +285,8 @@ WRITE_ONCE(kvm->arch.gmap->guest_handle, 0); KVM_UV_EVENT(kvm, 3, "PROTVIRT DESTROY VM FAST: rc %x rrc %x", uvcb.header.rc, uvcb.header.rrc); - WARN_ONCE(cc, "protvirt destroy vm fast failed handle %llx rc %x rrc %x", + WARN_ONCE(cc && uvcb.header.rc != 0x104, + "protvirt destroy vm fast failed handle %llx rc %x rrc %x", kvm_s390_pv_get_handle(kvm), uvcb.header.rc, uvcb.header.rrc); /* Intended memory leak on "impossible" error */ if (!cc) @@ -561,12 +576,14 @@ uvcb.conf_base_stor_origin = virt_to_phys((void *)kvm->arch.pv.stor_base); uvcb.conf_virt_stor_origin = (u64)kvm->arch.pv.stor_var; + uvcb.flags.ap_allow_instr = kvm->arch.model.uv_feat_guest.ap; + uvcb.flags.ap_instr_intr = kvm->arch.model.uv_feat_guest.ap_intr; cc = uv_call_sched(0, (u64)&uvcb); *rc = uvcb.header.rc; *rrc = uvcb.header.rrc; - KVM_UV_EVENT(kvm, 3, "PROTVIRT CREATE VM: handle %llx len %llx rc %x rrc %x", - uvcb.guest_handle, uvcb.guest_stor_len, *rc, *rrc); + KVM_UV_EVENT(kvm, 3, "PROTVIRT CREATE VM: handle %llx len %llx rc %x rrc %x flags %04x", + uvcb.guest_handle, uvcb.guest_stor_len, *rc, *rrc, uvcb.flags.raw); /* Outputs */ kvm->arch.pv.handle = uvcb.guest_handle; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/s390/mm/fault.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/s390/mm/fault.c @@ -827,7 +827,7 @@ * reliable without the misc UV feature so we need to check * for that as well. */ - if (test_bit_inv(BIT_UV_FEAT_MISC, &uv_info.uv_feature_indications) && + if (uv_has_feature(BIT_UV_FEAT_MISC) && !test_bit_inv(61, ®s->int_parm_long)) { /* * When this happens, userspace did something that it --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/s390/mm/page-states.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/s390/mm/page-states.c @@ -121,7 +121,7 @@ continue; if (!pud_folded(*pud)) { page = phys_to_page(pud_val(*pud)); - for (i = 0; i < 3; i++) + for (i = 0; i < 4; i++) set_bit(PG_arch_1, &page[i].flags); } mark_kernel_pmd(pud, addr, next); @@ -142,7 +142,7 @@ continue; if (!p4d_folded(*p4d)) { page = phys_to_page(p4d_val(*p4d)); - for (i = 0; i < 3; i++) + for (i = 0; i < 4; i++) set_bit(PG_arch_1, &page[i].flags); } mark_kernel_pud(p4d, addr, next); @@ -164,7 +164,7 @@ continue; if (!pgd_folded(*pgd)) { page = phys_to_page(pgd_val(*pgd)); - for (i = 0; i < 3; i++) + for (i = 0; i < 4; i++) set_bit(PG_arch_1, &page[i].flags); } mark_kernel_p4d(pgd, addr, next); @@ -181,6 +181,12 @@ return; /* Mark pages used in kernel page tables */ mark_kernel_pgd(); + page = virt_to_page(&swapper_pg_dir); + for (i = 0; i < 4; i++) + set_bit(PG_arch_1, &page[i].flags); + page = virt_to_page(&invalid_pg_dir); + for (i = 0; i < 4; i++) + set_bit(PG_arch_1, &page[i].flags); /* Set all kernel pages not used for page tables to stable/no-dat */ for_each_mem_pfn_range(i, MAX_NUMNODES, &start, &end, NULL) { --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/s390/mm/pgtable.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/s390/mm/pgtable.c @@ -756,7 +756,7 @@ pte_clear(mm, addr, ptep); } if (reset) - pgste_val(pgste) &= ~_PGSTE_GPS_USAGE_MASK; + pgste_val(pgste) &= ~(_PGSTE_GPS_USAGE_MASK | _PGSTE_GPS_NODAT); pgste_set_unlock(ptep, pgste); preempt_enable(); } --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/s390/mm/vmem.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/s390/mm/vmem.c @@ -13,6 +13,7 @@ #include #include #include +#include #include #include #include @@ -46,8 +47,11 @@ unsigned long *table; table = vmem_alloc_pages(CRST_ALLOC_ORDER); - if (table) - crst_table_init(table, val); + if (!table) + return NULL; + crst_table_init(table, val); + if (slab_is_available()) + arch_set_page_dat(virt_to_page(table), CRST_ALLOC_ORDER); return table; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/s390/net/bpf_jit_comp.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/s390/net/bpf_jit_comp.c @@ -2066,6 +2066,7 @@ * func_addr's original caller */ int stack_size; /* Trampoline stack size */ + int backchain_off; /* Offset of backchain */ int stack_args_off; /* Offset of stack arguments for calling * func_addr, has to be at the top */ @@ -2086,8 +2087,10 @@ * for __bpf_prog_enter() return value and * func_addr respectively */ - int r14_off; /* Offset of saved %r14 */ int run_ctx_off; /* Offset of struct bpf_tramp_run_ctx */ + int tccnt_off; /* Offset of saved tailcall counter */ + int r14_off; /* Offset of saved %r14, has to be at the + * bottom */ int do_fexit; /* do_fexit: label */ }; @@ -2246,8 +2249,12 @@ * Calculate the stack layout. */ - /* Reserve STACK_FRAME_OVERHEAD bytes for the callees. */ + /* + * Allocate STACK_FRAME_OVERHEAD bytes for the callees. As the s390x + * ABI requires, put our backchain at the end of the allocated memory. + */ tjit->stack_size = STACK_FRAME_OVERHEAD; + tjit->backchain_off = tjit->stack_size - sizeof(u64); tjit->stack_args_off = alloc_stack(tjit, nr_stack_args * sizeof(u64)); tjit->reg_args_off = alloc_stack(tjit, nr_reg_args * sizeof(u64)); tjit->ip_off = alloc_stack(tjit, sizeof(u64)); @@ -2255,15 +2262,28 @@ tjit->bpf_args_off = alloc_stack(tjit, nr_bpf_args * sizeof(u64)); tjit->retval_off = alloc_stack(tjit, sizeof(u64)); tjit->r7_r8_off = alloc_stack(tjit, 2 * sizeof(u64)); - tjit->r14_off = alloc_stack(tjit, sizeof(u64)); tjit->run_ctx_off = alloc_stack(tjit, sizeof(struct bpf_tramp_run_ctx)); - /* The caller has already reserved STACK_FRAME_OVERHEAD bytes. */ - tjit->stack_size -= STACK_FRAME_OVERHEAD; + tjit->tccnt_off = alloc_stack(tjit, sizeof(u64)); + tjit->r14_off = alloc_stack(tjit, sizeof(u64) * 2); + /* + * In accordance with the s390x ABI, the caller has allocated + * STACK_FRAME_OVERHEAD bytes for us. 8 of them contain the caller's + * backchain, and the rest we can use. + */ + tjit->stack_size -= STACK_FRAME_OVERHEAD - sizeof(u64); tjit->orig_stack_args_off = tjit->stack_size + STACK_FRAME_OVERHEAD; + /* lgr %r1,%r15 */ + EMIT4(0xb9040000, REG_1, REG_15); /* aghi %r15,-stack_size */ EMIT4_IMM(0xa70b0000, REG_15, -tjit->stack_size); + /* stg %r1,backchain_off(%r15) */ + EMIT6_DISP_LH(0xe3000000, 0x0024, REG_1, REG_0, REG_15, + tjit->backchain_off); + /* mvc tccnt_off(4,%r15),stack_size+STK_OFF_TCCNT(%r15) */ + _EMIT6(0xd203f000 | tjit->tccnt_off, + 0xf000 | (tjit->stack_size + STK_OFF_TCCNT)); /* stmg %r2,%rN,fwd_reg_args_off(%r15) */ if (nr_reg_args) EMIT6_DISP_LH(0xeb000000, 0x0024, REG_2, @@ -2400,6 +2420,8 @@ (nr_stack_args * sizeof(u64) - 1) << 16 | tjit->stack_args_off, 0xf000 | tjit->orig_stack_args_off); + /* mvc STK_OFF_TCCNT(4,%r15),tccnt_off(%r15) */ + _EMIT6(0xd203f000 | STK_OFF_TCCNT, 0xf000 | tjit->tccnt_off); /* lgr %r1,%r8 */ EMIT4(0xb9040000, REG_1, REG_8); /* %r1() */ @@ -2456,6 +2478,9 @@ if (flags & (BPF_TRAMP_F_CALL_ORIG | BPF_TRAMP_F_RET_FENTRY_RET)) EMIT6_DISP_LH(0xe3000000, 0x0004, REG_2, REG_0, REG_15, tjit->retval_off); + /* mvc stack_size+STK_OFF_TCCNT(4,%r15),tccnt_off(%r15) */ + _EMIT6(0xd203f000 | (tjit->stack_size + STK_OFF_TCCNT), + 0xf000 | tjit->tccnt_off); /* aghi %r15,stack_size */ EMIT4_IMM(0xa70b0000, REG_15, tjit->stack_size); /* Emit an expoline for the following indirect jump. */ @@ -2503,7 +2528,7 @@ return -E2BIG; } - return ret; + return tjit.common.prg; } bool bpf_jit_supports_subprog_tailcalls(void) --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/s390/pci/pci_dma.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/s390/pci/pci_dma.c @@ -564,6 +564,17 @@ s->dma_length = 0; } } + +static unsigned long *bitmap_vzalloc(size_t bits, gfp_t flags) +{ + size_t n = BITS_TO_LONGS(bits); + size_t bytes; + + if (unlikely(check_mul_overflow(n, sizeof(unsigned long), &bytes))) + return NULL; + + return vzalloc(bytes); +} int zpci_dma_init_device(struct zpci_dev *zdev) { @@ -604,13 +615,13 @@ zdev->end_dma - zdev->start_dma + 1); zdev->end_dma = zdev->start_dma + zdev->iommu_size - 1; zdev->iommu_pages = zdev->iommu_size >> PAGE_SHIFT; - zdev->iommu_bitmap = vzalloc(zdev->iommu_pages / 8); + zdev->iommu_bitmap = bitmap_vzalloc(zdev->iommu_pages, GFP_KERNEL); if (!zdev->iommu_bitmap) { rc = -ENOMEM; goto free_dma_table; } if (!s390_iommu_strict) { - zdev->lazy_bitmap = vzalloc(zdev->iommu_pages / 8); + zdev->lazy_bitmap = bitmap_vzalloc(zdev->iommu_pages, GFP_KERNEL); if (!zdev->lazy_bitmap) { rc = -ENOMEM; goto free_bitmap; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/sh/Kconfig.debug +++ linux-lowlatency-hwe-6.5-6.5.0/arch/sh/Kconfig.debug @@ -22,6 +22,17 @@ every function call and will therefore incur a major performance hit. Most users should say N. +config EARLY_PRINTK + bool "Early printk" + depends on SH_STANDARD_BIOS + help + Say Y here to redirect kernel printk messages to the serial port + used by the SH-IPL bootloader, starting very early in the boot + process and ending when the kernel's serial console is initialised. + This option is only useful while porting the kernel to a new machine, + when the kernel may crash or hang before the serial console is + initialised. If unsure, say N. + config 4KSTACKS bool "Use 4Kb for kernel stacks instead of 8Kb" depends on DEBUG_KERNEL && (MMU || BROKEN) && !PAGE_SIZE_64KB --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/sh/boards/mach-ap325rxa/setup.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/sh/boards/mach-ap325rxa/setup.c @@ -531,7 +531,7 @@ device_initialize(&ap325rxa_ceu_device.dev); dma_declare_coherent_memory(&ap325rxa_ceu_device.dev, ceu_dma_membase, ceu_dma_membase, - ceu_dma_membase + CEU_BUFFER_MEMORY_SIZE - 1); + CEU_BUFFER_MEMORY_SIZE); platform_device_add(&ap325rxa_ceu_device); --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/sh/boards/mach-ecovec24/setup.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/sh/boards/mach-ecovec24/setup.c @@ -1454,15 +1454,13 @@ device_initialize(&ecovec_ceu_devices[0]->dev); dma_declare_coherent_memory(&ecovec_ceu_devices[0]->dev, ceu0_dma_membase, ceu0_dma_membase, - ceu0_dma_membase + - CEU_BUFFER_MEMORY_SIZE - 1); + CEU_BUFFER_MEMORY_SIZE); platform_device_add(ecovec_ceu_devices[0]); device_initialize(&ecovec_ceu_devices[1]->dev); dma_declare_coherent_memory(&ecovec_ceu_devices[1]->dev, ceu1_dma_membase, ceu1_dma_membase, - ceu1_dma_membase + - CEU_BUFFER_MEMORY_SIZE - 1); + CEU_BUFFER_MEMORY_SIZE); platform_device_add(ecovec_ceu_devices[1]); gpiod_add_lookup_table(&cn12_power_gpiod_table); --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/sh/boards/mach-kfr2r09/setup.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/sh/boards/mach-kfr2r09/setup.c @@ -603,7 +603,7 @@ device_initialize(&kfr2r09_ceu_device.dev); dma_declare_coherent_memory(&kfr2r09_ceu_device.dev, ceu_dma_membase, ceu_dma_membase, - ceu_dma_membase + CEU_BUFFER_MEMORY_SIZE - 1); + CEU_BUFFER_MEMORY_SIZE); platform_device_add(&kfr2r09_ceu_device); --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/sh/boards/mach-migor/setup.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/sh/boards/mach-migor/setup.c @@ -604,7 +604,7 @@ device_initialize(&migor_ceu_device.dev); dma_declare_coherent_memory(&migor_ceu_device.dev, ceu_dma_membase, ceu_dma_membase, - ceu_dma_membase + CEU_BUFFER_MEMORY_SIZE - 1); + CEU_BUFFER_MEMORY_SIZE); platform_device_add(&migor_ceu_device); --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/sh/boards/mach-se/7724/setup.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/sh/boards/mach-se/7724/setup.c @@ -940,15 +940,13 @@ device_initialize(&ms7724se_ceu_devices[0]->dev); dma_declare_coherent_memory(&ms7724se_ceu_devices[0]->dev, ceu0_dma_membase, ceu0_dma_membase, - ceu0_dma_membase + - CEU_BUFFER_MEMORY_SIZE - 1); + CEU_BUFFER_MEMORY_SIZE); platform_device_add(ms7724se_ceu_devices[0]); device_initialize(&ms7724se_ceu_devices[1]->dev); dma_declare_coherent_memory(&ms7724se_ceu_devices[1]->dev, ceu1_dma_membase, ceu1_dma_membase, - ceu1_dma_membase + - CEU_BUFFER_MEMORY_SIZE - 1); + CEU_BUFFER_MEMORY_SIZE); platform_device_add(ms7724se_ceu_devices[1]); return platform_add_devices(ms7724se_devices, --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/sh/drivers/push-switch.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/sh/drivers/push-switch.c @@ -101,8 +101,8 @@ device_remove_file(&pdev->dev, &dev_attr_switch); platform_set_drvdata(pdev, NULL); - flush_work(&psw->work); timer_shutdown_sync(&psw->debounce); + flush_work(&psw->work); free_irq(irq, pdev); kfree(psw); --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/sparc/include/asm/irq_64.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/sparc/include/asm/irq_64.h @@ -87,7 +87,7 @@ } void arch_trigger_cpumask_backtrace(const struct cpumask *mask, - bool exclude_self); + int exclude_cpu); #define arch_trigger_cpumask_backtrace arch_trigger_cpumask_backtrace extern void *hardirq_stack[NR_CPUS]; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/sparc/kernel/process_64.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/sparc/kernel/process_64.c @@ -236,7 +236,7 @@ } } -void arch_trigger_cpumask_backtrace(const cpumask_t *mask, bool exclude_self) +void arch_trigger_cpumask_backtrace(const cpumask_t *mask, int exclude_cpu) { struct thread_info *tp = current_thread_info(); struct pt_regs *regs = get_irq_regs(); @@ -252,7 +252,7 @@ memset(global_cpu_snapshot, 0, sizeof(global_cpu_snapshot)); - if (cpumask_test_cpu(this_cpu, mask) && !exclude_self) + if (cpumask_test_cpu(this_cpu, mask) && this_cpu != exclude_cpu) __global_reg_self(tp, regs, this_cpu); smp_fetch_global_regs(); @@ -260,7 +260,7 @@ for_each_cpu(cpu, mask) { struct global_reg_snapshot *gp; - if (exclude_self && cpu == this_cpu) + if (cpu == exclude_cpu) continue; gp = &global_cpu_snapshot[cpu].reg; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/sparc/lib/checksum_32.S +++ linux-lowlatency-hwe-6.5-6.5.0/arch/sparc/lib/checksum_32.S @@ -453,5 +453,5 @@ * we only bother with faults on loads... */ cc_fault: - ret + retl clr %o0 --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/um/configs/i386_defconfig +++ linux-lowlatency-hwe-6.5-6.5.0/arch/um/configs/i386_defconfig @@ -34,6 +34,7 @@ CONFIG_XTERM_CHAN=y CONFIG_CON_CHAN="pts" CONFIG_SSL_CHAN="pts" +CONFIG_SOUND=m CONFIG_UML_SOUND=m CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/um/configs/x86_64_defconfig +++ linux-lowlatency-hwe-6.5-6.5.0/arch/um/configs/x86_64_defconfig @@ -32,6 +32,7 @@ CONFIG_XTERM_CHAN=y CONFIG_CON_CHAN="pts" CONFIG_SSL_CHAN="pts" +CONFIG_SOUND=m CONFIG_UML_SOUND=m CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/um/drivers/Kconfig +++ linux-lowlatency-hwe-6.5-6.5.0/arch/um/drivers/Kconfig @@ -111,24 +111,14 @@ config UML_SOUND tristate "Sound support" + depends on SOUND + select SOUND_OSS_CORE help This option enables UML sound support. If enabled, it will pull in - soundcore and the UML hostaudio relay, which acts as a intermediary + the UML hostaudio relay, which acts as a intermediary between the host's dsp and mixer devices and the UML sound system. It is safe to say 'Y' here. -config SOUND - tristate - default UML_SOUND - -config SOUND_OSS_CORE - bool - default UML_SOUND - -config HOSTAUDIO - tristate - default UML_SOUND - endmenu menu "UML Network Devices" --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/um/drivers/Makefile +++ linux-lowlatency-hwe-6.5-6.5.0/arch/um/drivers/Makefile @@ -54,7 +54,7 @@ obj-$(CONFIG_MCONSOLE) += mconsole.o obj-$(CONFIG_MMAPPER) += mmapper_kern.o obj-$(CONFIG_BLK_DEV_UBD) += ubd.o -obj-$(CONFIG_HOSTAUDIO) += hostaudio.o +obj-$(CONFIG_UML_SOUND) += hostaudio.o obj-$(CONFIG_NULL_CHAN) += null.o obj-$(CONFIG_PORT_CHAN) += port.o obj-$(CONFIG_PTY_CHAN) += pty.o --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/um/drivers/virt-pci.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/um/drivers/virt-pci.c @@ -544,6 +544,7 @@ } } +#ifdef CONFIG_OF /* Copied from arch/x86/kernel/devicetree.c */ struct device_node *pcibios_get_phb_of_node(struct pci_bus *bus) { @@ -562,6 +563,7 @@ } return NULL; } +#endif static int um_pci_init_vqs(struct um_pci_device *dev) { --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/Kconfig +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/Kconfig @@ -1955,6 +1955,7 @@ select UCS2_STRING select EFI_RUNTIME_WRAPPERS select ARCH_USE_MEMREMAP_PROT + select EFI_RUNTIME_MAP if KEXEC_CORE help This enables the kernel to use EFI runtime services that are available (such as the EFI variable services). @@ -2030,7 +2031,6 @@ config EFI_RUNTIME_MAP bool "Export EFI runtime maps to sysfs" if EXPERT depends on EFI - default KEXEC_CORE help Export EFI runtime memory regions to /sys/firmware/efi/runtime-map. That memory map is required by the 2nd kernel to set up EFI virtual --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/boot/compressed/head_64.S +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/boot/compressed/head_64.S @@ -459,11 +459,25 @@ /* Save the trampoline address in RCX */ movq %rax, %rcx + /* Set up 32-bit addressable stack */ + leaq TRAMPOLINE_32BIT_STACK_END(%rcx), %rsp + + /* + * Preserve live 64-bit registers on the stack: this is necessary + * because the architecture does not guarantee that GPRs will retain + * their full 64-bit values across a 32-bit mode switch. + */ + pushq %rbp + pushq %rbx + pushq %rsi + /* - * Load the address of trampoline_return() into RDI. - * It will be used by the trampoline to return to the main code. + * Push the 64-bit address of trampoline_return() onto the new stack. + * It will be used by the trampoline to return to the main code. Due to + * the 32-bit mode switch, it cannot be kept it in a register either. */ leaq trampoline_return(%rip), %rdi + pushq %rdi /* Switch to compatibility mode (CS.L = 0 CS.D = 1) via far return */ pushq $__KERNEL32_CS @@ -471,6 +485,11 @@ pushq %rax lretq trampoline_return: + /* Restore live 64-bit registers */ + popq %rsi + popq %rbx + popq %rbp + /* Restore the stack, the 32-bit trampoline uses its own stack */ leaq rva(boot_stack_end)(%rbx), %rsp @@ -582,7 +601,7 @@ /* * This is the 32-bit trampoline that will be copied over to low memory. * - * RDI contains the return address (might be above 4G). + * Return address is at the top of the stack (might be above 4G). * ECX contains the base address of the trampoline memory. * Non zero RDX means trampoline needs to enable 5-level paging. */ @@ -592,9 +611,6 @@ movl %eax, %ds movl %eax, %ss - /* Set up new stack */ - leal TRAMPOLINE_32BIT_STACK_END(%ecx), %esp - /* Disable paging */ movl %cr0, %eax btrl $X86_CR0_PG_BIT, %eax @@ -671,7 +687,7 @@ .code64 SYM_FUNC_START_LOCAL_NOALIGN(.Lpaging_enabled) /* Return from the trampoline */ - jmp *%rdi + retq SYM_FUNC_END(.Lpaging_enabled) /* --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/boot/compressed/ident_map_64.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/boot/compressed/ident_map_64.c @@ -59,6 +59,14 @@ return NULL; } + /* Consumed more tables than expected? */ + if (pages->pgt_buf_offset == BOOT_PGT_SIZE_WARN) { + debug_putstr("pgt_buf running low in " __FILE__ "\n"); + debug_putstr("Need to raise BOOT_PGT_SIZE?\n"); + debug_putaddr(pages->pgt_buf_offset); + debug_putaddr(pages->pgt_buf_size); + } + entry = pages->pgt_buf + pages->pgt_buf_offset; pages->pgt_buf_offset += PAGE_SIZE; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/boot/compressed/sev.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/boot/compressed/sev.c @@ -103,6 +103,16 @@ return ES_OK; } +static enum es_result vc_ioio_check(struct es_em_ctxt *ctxt, u16 port, size_t size) +{ + return ES_OK; +} + +static bool fault_in_kernel_space(unsigned long address) +{ + return false; +} + #undef __init #define __init --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/boot/video-vga.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/boot/video-vga.c @@ -188,7 +188,7 @@ vga_set_vertical_end(60*8); } -static int vga_set_mode(struct mode_info *mode) +static int __attribute__((optimize("no-jump-tables"))) vga_set_mode(struct mode_info *mode) { /* Set the basic mode */ vga_set_basic_mode(); --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/coco/tdx/tdcall.S +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/coco/tdx/tdcall.S @@ -195,6 +195,7 @@ xor %r10d, %r10d xor %r11d, %r11d xor %rdi, %rdi + xor %rsi, %rsi xor %rdx, %rdx /* Restore callee-saved GPRs as mandated by the x86_64 ABI */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/coco/tdx/tdx.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/coco/tdx/tdx.c @@ -10,6 +10,7 @@ #include #include #include +#include #include #include #include --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/crypto/sha1_ssse3_glue.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/crypto/sha1_ssse3_glue.c @@ -24,8 +24,17 @@ #include #include #include +#include #include +static const struct x86_cpu_id module_cpu_ids[] = { + X86_MATCH_FEATURE(X86_FEATURE_AVX2, NULL), + X86_MATCH_FEATURE(X86_FEATURE_AVX, NULL), + X86_MATCH_FEATURE(X86_FEATURE_SSSE3, NULL), + {} +}; +MODULE_DEVICE_TABLE(x86cpu, module_cpu_ids); + static int sha1_update(struct shash_desc *desc, const u8 *data, unsigned int len, sha1_block_fn *sha1_xform) { @@ -301,6 +310,9 @@ static int __init sha1_ssse3_mod_init(void) { + if (!x86_match_cpu(module_cpu_ids)) + return -ENODEV; + if (register_sha1_ssse3()) goto fail; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/crypto/sha256_ssse3_glue.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/crypto/sha256_ssse3_glue.c @@ -38,11 +38,20 @@ #include #include #include +#include #include asmlinkage void sha256_transform_ssse3(struct sha256_state *state, const u8 *data, int blocks); +static const struct x86_cpu_id module_cpu_ids[] = { + X86_MATCH_FEATURE(X86_FEATURE_AVX2, NULL), + X86_MATCH_FEATURE(X86_FEATURE_AVX, NULL), + X86_MATCH_FEATURE(X86_FEATURE_SSSE3, NULL), + {} +}; +MODULE_DEVICE_TABLE(x86cpu, module_cpu_ids); + static int _sha256_update(struct shash_desc *desc, const u8 *data, unsigned int len, sha256_block_fn *sha256_xform) { @@ -366,6 +375,9 @@ static int __init sha256_ssse3_mod_init(void) { + if (!x86_match_cpu(module_cpu_ids)) + return -ENODEV; + if (register_sha256_ssse3()) goto fail; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/entry/common.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/entry/common.c @@ -25,6 +25,7 @@ #include #endif +#include #include #include #include @@ -96,6 +97,10 @@ return (int)regs->orig_ax; } +#ifdef CONFIG_IA32_EMULATION +bool __ia32_enabled __ro_after_init = true; +#endif + /* * Invoke a 32-bit syscall. Called with IRQs on in CONTEXT_KERNEL. */ @@ -115,7 +120,96 @@ } } -/* Handles int $0x80 */ +#ifdef CONFIG_IA32_EMULATION +static __always_inline bool int80_is_external(void) +{ + const unsigned int offs = (0x80 / 32) * 0x10; + const u32 bit = BIT(0x80 % 32); + + /* The local APIC on XENPV guests is fake */ + if (cpu_feature_enabled(X86_FEATURE_XENPV)) + return false; + + /* + * If vector 0x80 is set in the APIC ISR then this is an external + * interrupt. Either from broken hardware or injected by a VMM. + * + * Note: In guest mode this is only valid for secure guests where + * the secure module fully controls the vAPIC exposed to the guest. + */ + return apic_read(APIC_ISR + offs) & bit; +} + +/** + * int80_emulation - 32-bit legacy syscall entry + * + * This entry point can be used by 32-bit and 64-bit programs to perform + * 32-bit system calls. Instances of INT $0x80 can be found inline in + * various programs and libraries. It is also used by the vDSO's + * __kernel_vsyscall fallback for hardware that doesn't support a faster + * entry method. Restarted 32-bit system calls also fall back to INT + * $0x80 regardless of what instruction was originally used to do the + * system call. + * + * This is considered a slow path. It is not used by most libc + * implementations on modern hardware except during process startup. + * + * The arguments for the INT $0x80 based syscall are on stack in the + * pt_regs structure: + * eax: system call number + * ebx, ecx, edx, esi, edi, ebp: arg1 - arg 6 + */ +DEFINE_IDTENTRY_RAW(int80_emulation) +{ + int nr; + + /* Kernel does not use INT $0x80! */ + if (unlikely(!user_mode(regs))) { + irqentry_enter(regs); + instrumentation_begin(); + panic("Unexpected external interrupt 0x80\n"); + } + + /* + * Establish kernel context for instrumentation, including for + * int80_is_external() below which calls into the APIC driver. + * Identical for soft and external interrupts. + */ + enter_from_user_mode(regs); + + instrumentation_begin(); + add_random_kstack_offset(); + + /* Validate that this is a soft interrupt to the extent possible */ + if (unlikely(int80_is_external())) + panic("Unexpected external interrupt 0x80\n"); + + /* + * The low level idtentry code pushed -1 into regs::orig_ax + * and regs::ax contains the syscall number. + * + * User tracing code (ptrace or signal handlers) might assume + * that the regs::orig_ax contains a 32-bit number on invoking + * a 32-bit syscall. + * + * Establish the syscall convention by saving the 32bit truncated + * syscall number in regs::orig_ax and by invalidating regs::ax. + */ + regs->orig_ax = regs->ax & GENMASK(31, 0); + regs->ax = -ENOSYS; + + nr = syscall_32_enter(regs); + + local_irq_enable(); + nr = syscall_enter_from_user_mode_work(regs, nr); + do_syscall_32_irqs_on(regs, nr); + + instrumentation_end(); + syscall_exit_to_user_mode(regs); +} +#else /* CONFIG_IA32_EMULATION */ + +/* Handles int $0x80 on a 32bit kernel */ __visible noinstr void do_int80_syscall_32(struct pt_regs *regs) { int nr = syscall_32_enter(regs); @@ -134,6 +228,7 @@ instrumentation_end(); syscall_exit_to_user_mode(regs); } +#endif /* !CONFIG_IA32_EMULATION */ static noinstr bool __do_fast_syscall_32(struct pt_regs *regs) { @@ -294,7 +389,7 @@ inc_irq_stat(irq_hv_callback_count); - xen_hvm_evtchn_do_upcall(); + xen_evtchn_do_upcall(); set_irq_regs(old_regs); } --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/entry/entry_64_compat.S +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/entry/entry_64_compat.S @@ -276,80 +276,3 @@ ANNOTATE_NOENDBR int3 SYM_CODE_END(entry_SYSCALL_compat) - -/* - * 32-bit legacy system call entry. - * - * 32-bit x86 Linux system calls traditionally used the INT $0x80 - * instruction. INT $0x80 lands here. - * - * This entry point can be used by 32-bit and 64-bit programs to perform - * 32-bit system calls. Instances of INT $0x80 can be found inline in - * various programs and libraries. It is also used by the vDSO's - * __kernel_vsyscall fallback for hardware that doesn't support a faster - * entry method. Restarted 32-bit system calls also fall back to INT - * $0x80 regardless of what instruction was originally used to do the - * system call. - * - * This is considered a slow path. It is not used by most libc - * implementations on modern hardware except during process startup. - * - * Arguments: - * eax system call number - * ebx arg1 - * ecx arg2 - * edx arg3 - * esi arg4 - * edi arg5 - * ebp arg6 - */ -SYM_CODE_START(entry_INT80_compat) - UNWIND_HINT_ENTRY - ENDBR - /* - * Interrupts are off on entry. - */ - ASM_CLAC /* Do this early to minimize exposure */ - ALTERNATIVE "swapgs", "", X86_FEATURE_XENPV - - /* - * User tracing code (ptrace or signal handlers) might assume that - * the saved RAX contains a 32-bit number when we're invoking a 32-bit - * syscall. Just in case the high bits are nonzero, zero-extend - * the syscall number. (This could almost certainly be deleted - * with no ill effects.) - */ - movl %eax, %eax - - /* switch to thread stack expects orig_ax and rdi to be pushed */ - pushq %rax /* pt_regs->orig_ax */ - - /* Need to switch before accessing the thread stack. */ - SWITCH_TO_KERNEL_CR3 scratch_reg=%rax - - /* In the Xen PV case we already run on the thread stack. */ - ALTERNATIVE "", "jmp .Lint80_keep_stack", X86_FEATURE_XENPV - - movq %rsp, %rax - movq PER_CPU_VAR(pcpu_hot + X86_top_of_stack), %rsp - - pushq 5*8(%rax) /* regs->ss */ - pushq 4*8(%rax) /* regs->rsp */ - pushq 3*8(%rax) /* regs->eflags */ - pushq 2*8(%rax) /* regs->cs */ - pushq 1*8(%rax) /* regs->ip */ - pushq 0*8(%rax) /* regs->orig_ax */ -.Lint80_keep_stack: - - PUSH_AND_CLEAR_REGS rax=$-ENOSYS - UNWIND_HINT_REGS - - cld - - IBRS_ENTER - UNTRAIN_RET - - movq %rsp, %rdi - call do_int80_syscall_32 - jmp swapgs_restore_regs_and_return_to_usermode -SYM_CODE_END(entry_INT80_compat) --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/events/amd/core.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/events/amd/core.c @@ -534,8 +534,12 @@ /* Clear enable bits i.e. PerfCntrGlobalCtl.PerfCntrEn */ wrmsrl(MSR_AMD64_PERF_CNTR_GLOBAL_CTL, 0); - /* Clear overflow bits i.e. PerfCntrGLobalStatus.PerfCntrOvfl */ - wrmsrl(MSR_AMD64_PERF_CNTR_GLOBAL_STATUS_CLR, amd_pmu_global_cntr_mask); + /* + * Clear freeze and overflow bits i.e. PerfCntrGLobalStatus.LbrFreeze + * and PerfCntrGLobalStatus.PerfCntrOvfl + */ + wrmsrl(MSR_AMD64_PERF_CNTR_GLOBAL_STATUS_CLR, + GLOBAL_STATUS_LBRS_FROZEN | amd_pmu_global_cntr_mask); } static int amd_pmu_cpu_prepare(int cpu) @@ -570,6 +574,7 @@ int i, nb_id; cpuc->perf_ctr_virt_mask = AMD64_EVENTSEL_HOSTONLY; + amd_pmu_cpu_reset(cpu); if (!x86_pmu.amd_nb_constraints) return; @@ -591,8 +596,6 @@ cpuc->amd_nb->nb_id = nb_id; cpuc->amd_nb->refcnt++; - - amd_pmu_cpu_reset(cpu); } static void amd_pmu_cpu_dead(int cpu) @@ -601,6 +604,7 @@ kfree(cpuhw->lbr_sel); cpuhw->lbr_sel = NULL; + amd_pmu_cpu_reset(cpu); if (!x86_pmu.amd_nb_constraints) return; @@ -613,8 +617,6 @@ cpuhw->amd_nb = NULL; } - - amd_pmu_cpu_reset(cpu); } static inline void amd_pmu_set_global_ctl(u64 ctl) @@ -884,7 +886,7 @@ struct hw_perf_event *hwc; struct perf_event *event; int handled = 0, idx; - u64 status, mask; + u64 reserved, status, mask; bool pmu_enabled; /* @@ -909,6 +911,14 @@ status &= ~GLOBAL_STATUS_LBRS_FROZEN; } + reserved = status & ~amd_pmu_global_cntr_mask; + if (reserved) + pr_warn_once("Reserved PerfCntrGlobalStatus bits are set (0x%llx), please consider updating microcode\n", + reserved); + + /* Clear any reserved bits set by buggy microcode */ + status &= amd_pmu_global_cntr_mask; + for (idx = 0; idx < x86_pmu.num_counters; idx++) { if (!test_bit(idx, cpuc->active_mask)) continue; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/events/intel/uncore_snbep.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/events/intel/uncore_snbep.c @@ -6474,8 +6474,18 @@ type = uncore_find_type_by_id(uncore_msr_uncores, UNCORE_SPR_CHA); if (type) { + /* + * The value from the discovery table (stored in the type->num_boxes + * of UNCORE_SPR_CHA) is incorrect on some SPR variants because of a + * firmware bug. Using the value from SPR_MSR_UNC_CBO_CONFIG to replace it. + */ rdmsrl(SPR_MSR_UNC_CBO_CONFIG, num_cbo); - type->num_boxes = num_cbo; + /* + * The MSR doesn't work on the EMR XCC, but the firmware bug doesn't impact + * the EMR XCC. Don't let the value from the MSR replace the existing value. + */ + if (num_cbo) + type->num_boxes = num_cbo; } spr_uncore_iio_free_running.num_boxes = uncore_type_max_boxes(uncore_msr_uncores, UNCORE_SPR_IIO); } --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/events/utils.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/events/utils.c @@ -1,5 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 #include +#include #include "perf_event.h" @@ -132,9 +133,9 @@ * The LBR logs any address in the IP, even if the IP just * faulted. This means userspace can control the from address. * Ensure we don't blindly read any address by validating it is - * a known text address. + * a known text address and not a vsyscall address. */ - if (kernel_text_address(from)) { + if (kernel_text_address(from) && !in_gate_area_no_mm(from)) { addr = (void *)from; /* * Assume we can get the maximum possible size --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/include/asm/apm.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/include/asm/apm.h @@ -35,6 +35,7 @@ __asm__ __volatile__(APM_DO_ZERO_SEGS "pushl %%edi\n\t" "pushl %%ebp\n\t" + ANNOTATE_RETPOLINE_SAFE /* FRBS */ "lcall *%%cs:apm_bios_entry\n\t" "setc %%al\n\t" "popl %%ebp\n\t" @@ -59,6 +60,7 @@ __asm__ __volatile__(APM_DO_ZERO_SEGS "pushl %%edi\n\t" "pushl %%ebp\n\t" + ANNOTATE_RETPOLINE_SAFE /* FRBS */ "lcall *%%cs:apm_bios_entry\n\t" "setc %%bl\n\t" "popl %%ebp\n\t" --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/include/asm/boot.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/include/asm/boot.h @@ -40,23 +40,40 @@ #ifdef CONFIG_X86_64 # define BOOT_STACK_SIZE 0x4000 +/* + * Used by decompressor's startup_32() to allocate page tables for identity + * mapping of the 4G of RAM in 4-level paging mode: + * - 1 level4 table; + * - 1 level3 table; + * - 4 level2 table that maps everything with 2M pages; + * + * The additional level5 table needed for 5-level paging is allocated from + * trampoline_32bit memory. + */ # define BOOT_INIT_PGT_SIZE (6*4096) -# ifdef CONFIG_RANDOMIZE_BASE + /* - * Assuming all cross the 512GB boundary: - * 1 page for level4 - * (2+2)*4 pages for kernel, param, cmd_line, and randomized kernel - * 2 pages for first 2M (video RAM: CONFIG_X86_VERBOSE_BOOTUP). - * Total is 19 pages. + * Total number of page tables kernel_add_identity_map() can allocate, + * including page tables consumed by startup_32(). + * + * Worst-case scenario: + * - 5-level paging needs 1 level5 table; + * - KASLR needs to map kernel, boot_params, cmdline and randomized kernel, + * assuming all of them cross 256T boundary: + * + 4*2 level4 table; + * + 4*2 level3 table; + * + 4*2 level2 table; + * - X86_VERBOSE_BOOTUP needs to map the first 2M (video RAM): + * + 1 level4 table; + * + 1 level3 table; + * + 1 level2 table; + * Total: 28 tables + * + * Add 4 spare table in case decompressor touches anything beyond what is + * accounted above. Warn if it happens. */ -# ifdef CONFIG_X86_VERBOSE_BOOTUP -# define BOOT_PGT_SIZE (19*4096) -# else /* !CONFIG_X86_VERBOSE_BOOTUP */ -# define BOOT_PGT_SIZE (17*4096) -# endif -# else /* !CONFIG_RANDOMIZE_BASE */ -# define BOOT_PGT_SIZE BOOT_INIT_PGT_SIZE -# endif +# define BOOT_PGT_SIZE_WARN (28*4096) +# define BOOT_PGT_SIZE (32*4096) #else /* !CONFIG_X86_64 */ # define BOOT_STACK_SIZE 0x1000 --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/include/asm/fpu/api.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/include/asm/fpu/api.h @@ -148,7 +148,8 @@ static inline void fpu_sync_guest_vmexit_xfd_state(void) { } #endif -extern void fpu_copy_guest_fpstate_to_uabi(struct fpu_guest *gfpu, void *buf, unsigned int size, u32 pkru); +extern void fpu_copy_guest_fpstate_to_uabi(struct fpu_guest *gfpu, void *buf, + unsigned int size, u64 xfeatures, u32 pkru); extern int fpu_copy_uabi_to_guest_fpstate(struct fpu_guest *gfpu, const void *buf, u64 xcr0, u32 *vpkru); static inline void fpstate_set_confidential(struct fpu_guest *gfpu) --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/include/asm/i8259.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/include/asm/i8259.h @@ -69,6 +69,8 @@ void (*make_irq)(unsigned int irq); }; +void legacy_pic_pcat_compat(void); + extern struct legacy_pic *legacy_pic; extern struct legacy_pic null_legacy_pic; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/include/asm/ia32.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/include/asm/ia32.h @@ -68,6 +68,27 @@ #endif -#endif /* CONFIG_IA32_EMULATION */ +extern bool __ia32_enabled; + +static inline bool ia32_enabled(void) +{ + return __ia32_enabled; +} + +static inline void ia32_disable(void) +{ + __ia32_enabled = false; +} + +#else /* !CONFIG_IA32_EMULATION */ + +static inline bool ia32_enabled(void) +{ + return IS_ENABLED(CONFIG_X86_32); +} + +static inline void ia32_disable(void) {} + +#endif #endif /* _ASM_X86_IA32_H */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/include/asm/idtentry.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/include/asm/idtentry.h @@ -569,6 +569,10 @@ DECLARE_IDTENTRY_RAW(X86_TRAP_BP, exc_int3); DECLARE_IDTENTRY_RAW_ERRORCODE(X86_TRAP_PF, exc_page_fault); +#if defined(CONFIG_IA32_EMULATION) +DECLARE_IDTENTRY_RAW(IA32_SYSCALL_VECTOR, int80_emulation); +#endif + #ifdef CONFIG_X86_MCE #ifdef CONFIG_X86_64 DECLARE_IDTENTRY_MCE(X86_TRAP_MC, exc_machine_check); --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/include/asm/intel-family.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/include/asm/intel-family.h @@ -27,6 +27,7 @@ * _X - regular server parts * _D - micro server parts * _N,_P - other mobile parts + * _H - premium mobile parts * _S - other client parts * * Historical OPTDIFFs: @@ -125,6 +126,7 @@ #define INTEL_FAM6_LUNARLAKE_M 0xBD +#define INTEL_FAM6_ARROWLAKE_H 0xC5 #define INTEL_FAM6_ARROWLAKE 0xC6 /* "Small Core" Processors (Atom/E-Core) */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/include/asm/irq.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/include/asm/irq.h @@ -42,7 +42,7 @@ #ifdef CONFIG_X86_LOCAL_APIC void arch_trigger_cpumask_backtrace(const struct cpumask *mask, - bool exclude_self); + int exclude_cpu); #define arch_trigger_cpumask_backtrace arch_trigger_cpumask_backtrace #endif --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/include/asm/kexec.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/include/asm/kexec.h @@ -205,8 +205,6 @@ #endif #endif -typedef void crash_vmclear_fn(void); -extern crash_vmclear_fn __rcu *crash_vmclear_loaded_vmcss; extern void kdump_nmi_shootdown_cpus(void); #endif /* __ASSEMBLY__ */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/include/asm/kvm-x86-ops.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/include/asm/kvm-x86-ops.h @@ -108,6 +108,7 @@ KVM_X86_OP_OPTIONAL(vcpu_unblocking) KVM_X86_OP_OPTIONAL(pi_update_irte) KVM_X86_OP_OPTIONAL(pi_start_assignment) +KVM_X86_OP_OPTIONAL(apicv_pre_state_restore) KVM_X86_OP_OPTIONAL(apicv_post_state_restore) KVM_X86_OP_OPTIONAL_RET0(dy_apicv_has_pending_interrupt) KVM_X86_OP_OPTIONAL(set_hv_timer) --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/include/asm/kvm_host.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/include/asm/kvm_host.h @@ -1400,7 +1400,6 @@ * the thread holds the MMU lock in write mode. */ spinlock_t tdp_mmu_pages_lock; - struct workqueue_struct *tdp_mmu_zap_wq; #endif /* CONFIG_X86_64 */ /* @@ -1691,6 +1690,7 @@ int (*pi_update_irte)(struct kvm *kvm, unsigned int host_irq, uint32_t guest_irq, bool set); void (*pi_start_assignment)(struct kvm *kvm); + void (*apicv_pre_state_restore)(struct kvm_vcpu *vcpu); void (*apicv_post_state_restore)(struct kvm_vcpu *vcpu); bool (*dy_apicv_has_pending_interrupt)(struct kvm_vcpu *vcpu); @@ -1814,7 +1814,7 @@ void kvm_mmu_destroy(struct kvm_vcpu *vcpu); int kvm_mmu_create(struct kvm_vcpu *vcpu); -int kvm_mmu_init_vm(struct kvm *kvm); +void kvm_mmu_init_vm(struct kvm *kvm); void kvm_mmu_uninit_vm(struct kvm *kvm); void kvm_mmu_after_set_cpuid(struct kvm_vcpu *vcpu); --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/include/asm/linkage.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/include/asm/linkage.h @@ -8,6 +8,14 @@ #undef notrace #define notrace __attribute__((no_instrument_function)) +#ifdef CONFIG_64BIT +/* + * The generic version tends to create spurious ENDBR instructions under + * certain conditions. + */ +#define _THIS_IP_ ({ unsigned long __here; asm ("lea 0(%%rip), %0" : "=r" (__here)); __here; }) +#endif + #ifdef CONFIG_X86_32 #define asmlinkage CPP_ASMLINKAGE __attribute__((regparm(0))) #endif /* CONFIG_X86_32 */ @@ -97,6 +105,13 @@ CFI_POST_PADDING \ SYM_FUNC_END(__cfi_##name) +/* UML needs to be able to override memcpy() and friends for KASAN. */ +#ifdef CONFIG_UML +# define SYM_FUNC_ALIAS_MEMFUNC SYM_FUNC_ALIAS_WEAK +#else +# define SYM_FUNC_ALIAS_MEMFUNC SYM_FUNC_ALIAS +#endif + /* SYM_TYPED_FUNC_START -- use for indirectly called globals, w/ CFI type */ #define SYM_TYPED_FUNC_START(name) \ SYM_TYPED_START(name, SYM_L_GLOBAL, SYM_F_ALIGN) \ --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/include/asm/local.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/include/asm/local.h @@ -127,8 +127,8 @@ static inline bool local_try_cmpxchg(local_t *l, long *old, long new) { - typeof(l->a.counter) *__old = (typeof(l->a.counter) *) old; - return try_cmpxchg_local(&l->a.counter, __old, new); + return try_cmpxchg_local(&l->a.counter, + (typeof(l->a.counter) *) old, new); } /* Always has a lock prefix */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/include/asm/mem_encrypt.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/include/asm/mem_encrypt.h @@ -50,8 +50,8 @@ int __init early_set_memory_decrypted(unsigned long vaddr, unsigned long size); int __init early_set_memory_encrypted(unsigned long vaddr, unsigned long size); -void __init early_set_mem_enc_dec_hypercall(unsigned long vaddr, int npages, - bool enc); +void __init early_set_mem_enc_dec_hypercall(unsigned long vaddr, + unsigned long size, bool enc); void __init mem_encrypt_free_decrypted_mem(void); @@ -85,7 +85,7 @@ static inline int __init early_set_memory_encrypted(unsigned long vaddr, unsigned long size) { return 0; } static inline void __init -early_set_mem_enc_dec_hypercall(unsigned long vaddr, int npages, bool enc) {} +early_set_mem_enc_dec_hypercall(unsigned long vaddr, unsigned long size, bool enc) {} static inline void mem_encrypt_free_decrypted_mem(void) { } --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/include/asm/msr-index.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/include/asm/msr-index.h @@ -553,6 +553,7 @@ #define MSR_AMD64_CPUID_FN_1 0xc0011004 #define MSR_AMD64_LS_CFG 0xc0011020 #define MSR_AMD64_DC_CFG 0xc0011022 +#define MSR_AMD64_TW_CFG 0xc0011023 #define MSR_AMD64_DE_CFG 0xc0011029 #define MSR_AMD64_DE_CFG_LFENCE_SERIALIZE_BIT 1 @@ -637,12 +638,17 @@ /* AMD Last Branch Record MSRs */ #define MSR_AMD64_LBR_SELECT 0xc000010e -/* Fam 17h MSRs */ -#define MSR_F17H_IRPERF 0xc00000e9 +/* Zen4 */ +#define MSR_ZEN4_BP_CFG 0xc001102e +#define MSR_ZEN4_BP_CFG_SHARED_BTB_FIX_BIT 5 +/* Zen 2 */ #define MSR_ZEN2_SPECTRAL_CHICKEN 0xc00110e3 #define MSR_ZEN2_SPECTRAL_CHICKEN_BIT BIT_ULL(1) +/* Fam 17h MSRs */ +#define MSR_F17H_IRPERF 0xc00000e9 + /* Fam 16h MSRs */ #define MSR_F16H_L2I_PERF_CTL 0xc0010230 #define MSR_F16H_L2I_PERF_CTR 0xc0010231 --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/include/asm/nospec-branch.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/include/asm/nospec-branch.h @@ -271,7 +271,7 @@ .Lskip_rsb_\@: .endm -#ifdef CONFIG_CPU_UNRET_ENTRY +#if defined(CONFIG_CPU_UNRET_ENTRY) || defined(CONFIG_CPU_SRSO) #define CALL_UNTRAIN_RET "call entry_untrain_ret" #else #define CALL_UNTRAIN_RET "" @@ -312,7 +312,7 @@ .macro UNTRAIN_RET_FROM_CALL #if defined(CONFIG_CPU_UNRET_ENTRY) || defined(CONFIG_CPU_IBPB_ENTRY) || \ - defined(CONFIG_CALL_DEPTH_TRACKING) + defined(CONFIG_CALL_DEPTH_TRACKING) || defined(CONFIG_CPU_SRSO) VALIDATE_UNRET_END ALTERNATIVE_3 "", \ CALL_UNTRAIN_RET, X86_FEATURE_UNRET, \ --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/include/asm/numa.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/include/asm/numa.h @@ -12,13 +12,6 @@ #define NR_NODE_MEMBLKS (MAX_NUMNODES*2) -/* - * Too small node sizes may confuse the VM badly. Usually they - * result from BIOS bugs. So dont recognize nodes as standalone - * NUMA entities that have less than this amount of RAM listed: - */ -#define NODE_MIN_SIZE (4*1024*1024) - extern int numa_off; /* --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/include/asm/pci-direct.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/include/asm/pci-direct.h @@ -10,9 +10,11 @@ extern u32 read_pci_config(u8 bus, u8 slot, u8 func, u8 offset); extern u8 read_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset); extern u16 read_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset); +extern u32 pci_early_find_cap(int bus, int slot, int func, int cap); extern void write_pci_config(u8 bus, u8 slot, u8 func, u8 offset, u32 val); extern void write_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset, u8 val); extern void write_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset, u16 val); +extern unsigned int pci_early_clear_msi; extern int early_pci_allowed(void); #endif /* _ASM_X86_PCI_DIRECT_H */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/include/asm/pgtable_types.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/include/asm/pgtable_types.h @@ -125,11 +125,12 @@ * instance, and is *not* included in this mask since * pte_modify() does modify it. */ -#define _PAGE_CHG_MASK (PTE_PFN_MASK | _PAGE_PCD | _PAGE_PWT | \ - _PAGE_SPECIAL | _PAGE_ACCESSED | _PAGE_DIRTY | \ - _PAGE_SOFT_DIRTY | _PAGE_DEVMAP | _PAGE_ENC | \ - _PAGE_UFFD_WP) -#define _HPAGE_CHG_MASK (_PAGE_CHG_MASK | _PAGE_PSE) +#define _COMMON_PAGE_CHG_MASK (PTE_PFN_MASK | _PAGE_PCD | _PAGE_PWT | \ + _PAGE_SPECIAL | _PAGE_ACCESSED | _PAGE_DIRTY |\ + _PAGE_SOFT_DIRTY | _PAGE_DEVMAP | _PAGE_ENC | \ + _PAGE_UFFD_WP) +#define _PAGE_CHG_MASK (_COMMON_PAGE_CHG_MASK | _PAGE_PAT) +#define _HPAGE_CHG_MASK (_COMMON_PAGE_CHG_MASK | _PAGE_PSE | _PAGE_PAT_LARGE) /* * The cache modes defined here are used to translate between pure SW usage --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/include/asm/processor.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/include/asm/processor.h @@ -676,12 +676,10 @@ #ifdef CONFIG_CPU_SUP_AMD extern u32 amd_get_nodes_per_socket(void); extern u32 amd_get_highest_perf(void); -extern bool cpu_has_ibpb_brtype_microcode(void); extern void amd_clear_divider(void); #else static inline u32 amd_get_nodes_per_socket(void) { return 0; } static inline u32 amd_get_highest_perf(void) { return 0; } -static inline bool cpu_has_ibpb_brtype_microcode(void) { return false; } static inline void amd_clear_divider(void) { } #endif --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/include/asm/proto.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/include/asm/proto.h @@ -32,10 +32,6 @@ void entry_SYSCALL_compat_safe_stack(void); void entry_SYSRETL_compat_unsafe_stack(void); void entry_SYSRETL_compat_end(void); -void entry_INT80_compat(void); -#ifdef CONFIG_XEN_PV -void xen_entry_INT80_compat(void); -#endif #endif void x86_configure_nx(void); --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/include/asm/reboot.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/include/asm/reboot.h @@ -25,6 +25,8 @@ #define MRR_BIOS 0 #define MRR_APM 1 +typedef void crash_vmclear_fn(void); +extern crash_vmclear_fn __rcu *crash_vmclear_loaded_vmcss; void cpu_emergency_disable_virtualization(void); typedef void (*nmi_shootdown_cb)(int, struct pt_regs*); --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/include/asm/sections.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/include/asm/sections.h @@ -2,8 +2,6 @@ #ifndef _ASM_X86_SECTIONS_H #define _ASM_X86_SECTIONS_H -#define arch_is_kernel_initmem_freed arch_is_kernel_initmem_freed - #include #include @@ -18,20 +16,4 @@ extern unsigned long _brk_start, _brk_end; -static inline bool arch_is_kernel_initmem_freed(unsigned long addr) -{ - /* - * If _brk_start has not been cleared, brk allocation is incomplete, - * and we can not make assumptions about its use. - */ - if (_brk_start) - return 0; - - /* - * After brk allocation is complete, space between _brk_end and _end - * is available for allocation. - */ - return addr >= _brk_end && addr < (unsigned long)&_end; -} - #endif /* _ASM_X86_SECTIONS_H */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/include/asm/smp.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/include/asm/smp.h @@ -134,8 +134,6 @@ void native_send_call_func_single_ipi(int cpu); void x86_idle_thread_init(unsigned int cpu, struct task_struct *idle); -bool smp_park_other_cpus_in_init(void); - void smp_store_boot_cpu_info(void); void smp_store_cpu_info(int id); --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/include/asm/sparsemem.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/include/asm/sparsemem.h @@ -37,6 +37,8 @@ #define phys_to_target_node phys_to_target_node extern int memory_add_physaddr_to_nid(u64 start); #define memory_add_physaddr_to_nid memory_add_physaddr_to_nid +extern int numa_fill_memblks(u64 start, u64 end); +#define numa_fill_memblks numa_fill_memblks #endif #endif /* __ASSEMBLY__ */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/include/asm/svm.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/include/asm/svm.h @@ -268,6 +268,7 @@ AVIC_IPI_FAILURE_TARGET_NOT_RUNNING, AVIC_IPI_FAILURE_INVALID_TARGET, AVIC_IPI_FAILURE_INVALID_BACKING_PAGE, + AVIC_IPI_FAILURE_INVALID_IPI_VECTOR, }; #define AVIC_PHYSICAL_MAX_INDEX_MASK GENMASK_ULL(8, 0) --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/include/asm/uaccess.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/include/asm/uaccess.h @@ -496,7 +496,7 @@ #define copy_mc_to_kernel copy_mc_to_kernel unsigned long __must_check -copy_mc_to_user(void *to, const void *from, unsigned len); +copy_mc_to_user(void __user *to, const void *from, unsigned len); #endif /* --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/include/asm/uaccess_64.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/include/asm/uaccess_64.h @@ -116,7 +116,7 @@ "2:\n" _ASM_EXTABLE_UA(1b, 2b) :"+c" (len), "+D" (to), "+S" (from), ASM_CALL_CONSTRAINT - : : "memory", "rax", "r8", "r9", "r10", "r11"); + : : "memory", "rax"); clac(); return len; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/include/asm/virtext.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/include/asm/virtext.h @@ -101,12 +101,6 @@ return 0; } - if (boot_cpu_data.extended_cpuid_level < SVM_CPUID_FUNC) { - if (msg) - *msg = "can't execute cpuid_8000000a"; - return 0; - } - if (!boot_cpu_has(X86_FEATURE_SVM)) { if (msg) *msg = "svm not available"; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kernel/acpi/boot.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kernel/acpi/boot.c @@ -148,6 +148,9 @@ pr_debug("Local APIC address 0x%08x\n", madt->address); } + if (madt->flags & ACPI_MADT_PCAT_COMPAT) + legacy_pic_pcat_compat(); + /* ACPI 6.3 and newer support the online capable bit. */ if (acpi_gbl_FADT.header.revision > 6 || (acpi_gbl_FADT.header.revision == 6 && --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kernel/acpi/wakeup_32.S +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kernel/acpi/wakeup_32.S @@ -3,6 +3,7 @@ #include #include #include +#include # Copyright 2003, 2008 Pavel Machek %px", start, end); + + /* + * In the case CONFIG_X86_5LEVEL=y, KASAN_SHADOW_START is defined using + * cpu_feature_enabled(X86_FEATURE_LA57) and is therefore patched here. + * During the process, KASAN becomes confused seeing partial LA57 + * conversion and triggers a false-positive out-of-bound report. + * + * Disable KASAN until the patching is complete. + */ + kasan_disable_current(); + /* * The scan order should be from start to end. A later scanned * alternative code can overwrite previously scanned alternative code. @@ -452,6 +463,8 @@ text_poke_early(instr, insn_buff, insn_buff_sz); } + + kasan_enable_current(); } static inline bool is_jcc32(struct insn *insn) @@ -720,13 +733,8 @@ { s32 *s; - /* - * Do not patch out the default return thunks if those needed are the - * ones generated by the compiler. - */ - if (cpu_feature_enabled(X86_FEATURE_RETHUNK) && - (x86_return_thunk == __x86_return_thunk)) - return; + if (cpu_feature_enabled(X86_FEATURE_RETHUNK)) + static_call_force_reinit(); for (s = start; s < end; s++) { void *dest = NULL, *addr = (void *)s + *s; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kernel/amd_nb.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kernel/amd_nb.c @@ -24,6 +24,8 @@ #define PCI_DEVICE_ID_AMD_19H_M40H_ROOT 0x14b5 #define PCI_DEVICE_ID_AMD_19H_M60H_ROOT 0x14d8 #define PCI_DEVICE_ID_AMD_19H_M70H_ROOT 0x14e8 +#define PCI_DEVICE_ID_AMD_1AH_M00H_ROOT 0x153a +#define PCI_DEVICE_ID_AMD_1AH_M20H_ROOT 0x1507 #define PCI_DEVICE_ID_AMD_MI200_ROOT 0x14bb #define PCI_DEVICE_ID_AMD_17H_DF_F4 0x1464 @@ -39,6 +41,7 @@ #define PCI_DEVICE_ID_AMD_19H_M60H_DF_F4 0x14e4 #define PCI_DEVICE_ID_AMD_19H_M70H_DF_F4 0x14f4 #define PCI_DEVICE_ID_AMD_19H_M78H_DF_F4 0x12fc +#define PCI_DEVICE_ID_AMD_1AH_M00H_DF_F4 0x12c4 #define PCI_DEVICE_ID_AMD_MI200_DF_F4 0x14d4 /* Protect the PCI config register pairs used for SMN. */ @@ -56,6 +59,8 @@ { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_19H_M40H_ROOT) }, { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_19H_M60H_ROOT) }, { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_19H_M70H_ROOT) }, + { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_1AH_M00H_ROOT) }, + { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_1AH_M20H_ROOT) }, { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_MI200_ROOT) }, {} }; @@ -85,6 +90,8 @@ { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_19H_M60H_DF_F3) }, { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_19H_M70H_DF_F3) }, { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_19H_M78H_DF_F3) }, + { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_1AH_M00H_DF_F3) }, + { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_1AH_M20H_DF_F3) }, { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_MI200_DF_F3) }, {} }; @@ -105,7 +112,11 @@ { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_19H_M10H_DF_F4) }, { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_19H_M40H_DF_F4) }, { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_19H_M50H_DF_F4) }, + { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_19H_M60H_DF_F4) }, + { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_19H_M70H_DF_F4) }, + { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_19H_M78H_DF_F4) }, { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_CNB17H_F4) }, + { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_1AH_M00H_DF_F4) }, { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_MI200_DF_F4) }, {} }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kernel/aperture_64.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kernel/aperture_64.c @@ -136,32 +136,6 @@ } -/* Find a PCI capability */ -static u32 __init find_cap(int bus, int slot, int func, int cap) -{ - int bytes; - u8 pos; - - if (!(read_pci_config_16(bus, slot, func, PCI_STATUS) & - PCI_STATUS_CAP_LIST)) - return 0; - - pos = read_pci_config_byte(bus, slot, func, PCI_CAPABILITY_LIST); - for (bytes = 0; bytes < 48 && pos >= 0x40; bytes++) { - u8 id; - - pos &= ~3; - id = read_pci_config_byte(bus, slot, func, pos+PCI_CAP_LIST_ID); - if (id == 0xff) - break; - if (id == cap) - return pos; - pos = read_pci_config_byte(bus, slot, func, - pos+PCI_CAP_LIST_NEXT); - } - return 0; -} - /* Read a standard AGPv3 bridge header */ static u32 __init read_agp(int bus, int slot, int func, int cap, u32 *order) { @@ -250,8 +224,8 @@ case PCI_CLASS_BRIDGE_HOST: case PCI_CLASS_BRIDGE_OTHER: /* needed? */ /* AGP bridge? */ - cap = find_cap(bus, slot, func, - PCI_CAP_ID_AGP); + cap = pci_early_find_cap(bus, slot, + func, PCI_CAP_ID_AGP); if (!cap) break; *valid_agp = 1; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kernel/apic/apic.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kernel/apic/apic.c @@ -36,6 +36,8 @@ #include #include +#include + #include #include #include @@ -2408,6 +2410,15 @@ { unsigned int cpu; + /* + * XEN/PV provides either none or useless topology information. + * Pretend that all vCPUs are primary threads. + */ + if (xen_pv_domain()) { + cpumask_copy(&__cpu_primary_thread_mask, cpu_possible_mask); + return 0; + } + for (cpu = 0; cpu < nr_logical_cpuids; cpu++) cpu_mark_primary_thread(cpu, cpuid_to_apicid[cpu]); return 0; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kernel/apic/hw_nmi.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kernel/apic/hw_nmi.c @@ -34,9 +34,9 @@ apic->send_IPI_mask(mask, NMI_VECTOR); } -void arch_trigger_cpumask_backtrace(const cpumask_t *mask, bool exclude_self) +void arch_trigger_cpumask_backtrace(const cpumask_t *mask, int exclude_cpu) { - nmi_trigger_cpumask_backtrace(mask, exclude_self, + nmi_trigger_cpumask_backtrace(mask, exclude_cpu, nmi_raise_cpu_backtrace); } --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kernel/apic/msi.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kernel/apic/msi.c @@ -55,14 +55,14 @@ * caused by the non-atomic update of the address/data pair. * * Direct update is possible when: - * - The MSI is maskable (remapped MSI does not use this code path)). - * The quirk bit is not set in this case. + * - The MSI is maskable (remapped MSI does not use this code path). + * The reservation mode bit is set in this case. * - The new vector is the same as the old vector * - The old vector is MANAGED_IRQ_SHUTDOWN_VECTOR (interrupt starts up) * - The interrupt is not yet started up * - The new destination CPU is the same as the old destination CPU */ - if (!irqd_msi_nomask_quirk(irqd) || + if (!irqd_can_reserve(irqd) || cfg->vector == old_cfg.vector || old_cfg.vector == MANAGED_IRQ_SHUTDOWN_VECTOR || !irqd_is_started(irqd) || @@ -215,8 +215,6 @@ if (WARN_ON_ONCE(domain != real_parent)) return false; info->chip->irq_set_affinity = msi_set_affinity; - /* See msi_set_affinity() for the gory details */ - info->flags |= MSI_FLAG_NOMASK_QUIRK; break; case DOMAIN_BUS_DMAR: case DOMAIN_BUS_AMDVI: --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kernel/apic/x2apic_uv_x.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kernel/apic/x2apic_uv_x.c @@ -1571,7 +1571,7 @@ { struct uv_gam_range_entry *gre = uv_gre_table; int nums, numn, nump; - int cpu, i, lnid; + int i, lnid, apicid; int minsock = _min_socket; int maxsock = _max_socket; int minpnode = _min_pnode; @@ -1622,15 +1622,14 @@ /* Set socket -> node values: */ lnid = NUMA_NO_NODE; - for_each_possible_cpu(cpu) { - int nid = cpu_to_node(cpu); - int apicid, sockid; + for (apicid = 0; apicid < ARRAY_SIZE(__apicid_to_node); apicid++) { + int nid = __apicid_to_node[apicid]; + int sockid; - if (lnid == nid) + if ((nid == NUMA_NO_NODE) || (lnid == nid)) continue; lnid = nid; - apicid = per_cpu(x86_cpu_to_apicid, cpu); sockid = apicid >> uv_cpuid.socketid_shift; if (_socket_to_node[sockid - minsock] == SOCK_EMPTY) --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kernel/apm_32.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kernel/apm_32.c @@ -239,12 +239,6 @@ #endif /* - * The apm_bios device is one of the misc char devices. - * This is its minor number. - */ -#define APM_MINOR_DEV 134 - -/* * Various options can be changed at boot time as follows: * (We allow underscores for compatibility with the modules code) * apm=on/off enable/disable APM --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kernel/callthunks.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kernel/callthunks.c @@ -272,7 +272,6 @@ pr_info("Setting up call depth tracking\n"); mutex_lock(&text_mutex); callthunks_setup(&cs, &builtin_coretext); - static_call_force_reinit(); thunks_initialized = true; mutex_unlock(&text_mutex); } --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kernel/cpu/amd.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kernel/cpu/amd.c @@ -80,6 +80,10 @@ AMD_LEGACY_ERRATUM(AMD_MODEL_RANGE(0x17, 0x00, 0x0, 0x2f, 0xf), AMD_MODEL_RANGE(0x17, 0x50, 0x0, 0x5f, 0xf)); +static const int amd_erratum_1485[] = + AMD_LEGACY_ERRATUM(AMD_MODEL_RANGE(0x19, 0x10, 0x0, 0x1f, 0xf), + AMD_MODEL_RANGE(0x19, 0x60, 0x0, 0xaf, 0xf)); + static bool cpu_has_amd_erratum(struct cpuinfo_x86 *cpu, const int *erratum) { int osvw_id = *erratum++; @@ -766,6 +770,15 @@ if (cpu_has(c, X86_FEATURE_TOPOEXT)) smp_num_siblings = ((cpuid_ebx(0x8000001e) >> 8) & 0xff) + 1; + + if (!cpu_has(c, X86_FEATURE_HYPERVISOR) && !cpu_has(c, X86_FEATURE_IBPB_BRTYPE)) { + if (c->x86 == 0x17 && boot_cpu_has(X86_FEATURE_AMD_IBPB)) + setup_force_cpu_cap(X86_FEATURE_IBPB_BRTYPE); + else if (c->x86 >= 0x19 && !wrmsrl_safe(MSR_IA32_PRED_CMD, PRED_CMD_SBPB)) { + setup_force_cpu_cap(X86_FEATURE_IBPB_BRTYPE); + setup_force_cpu_cap(X86_FEATURE_SBPB); + } + } } static void init_amd_k8(struct cpuinfo_x86 *c) @@ -1140,6 +1153,10 @@ pr_notice_once("AMD Zen1 DIV0 bug detected. Disable SMT for full protection.\n"); setup_force_cpu_bug(X86_BUG_DIV0); } + + if (!cpu_has(c, X86_FEATURE_HYPERVISOR) && + cpu_has_amd_erratum(c, amd_erratum_1485)) + msr_set_bit(MSR_ZEN4_BP_CFG, MSR_ZEN4_BP_CFG_SHARED_BTB_FIX_BIT); } #ifdef CONFIG_X86_32 @@ -1298,26 +1315,10 @@ void amd_check_microcode(void) { - on_each_cpu(zenbleed_check_cpu, NULL, 1); -} + if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD) + return; -bool cpu_has_ibpb_brtype_microcode(void) -{ - switch (boot_cpu_data.x86) { - /* Zen1/2 IBPB flushes branch type predictions too. */ - case 0x17: - return boot_cpu_has(X86_FEATURE_AMD_IBPB); - case 0x19: - /* Poke the MSR bit on Zen3/4 to check its presence. */ - if (!wrmsrl_safe(MSR_IA32_PRED_CMD, PRED_CMD_SBPB)) { - setup_force_cpu_cap(X86_FEATURE_SBPB); - return true; - } else { - return false; - } - default: - return false; - } + on_each_cpu(zenbleed_check_cpu, NULL, 1); } /* --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kernel/cpu/bugs.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kernel/cpu/bugs.c @@ -2353,6 +2353,8 @@ enum srso_mitigation { SRSO_MITIGATION_NONE, + SRSO_MITIGATION_UCODE_NEEDED, + SRSO_MITIGATION_SAFE_RET_UCODE_NEEDED, SRSO_MITIGATION_MICROCODE, SRSO_MITIGATION_SAFE_RET, SRSO_MITIGATION_IBPB, @@ -2368,11 +2370,13 @@ }; static const char * const srso_strings[] = { - [SRSO_MITIGATION_NONE] = "Vulnerable", - [SRSO_MITIGATION_MICROCODE] = "Mitigation: microcode", - [SRSO_MITIGATION_SAFE_RET] = "Mitigation: safe RET", - [SRSO_MITIGATION_IBPB] = "Mitigation: IBPB", - [SRSO_MITIGATION_IBPB_ON_VMEXIT] = "Mitigation: IBPB on VMEXIT only" + [SRSO_MITIGATION_NONE] = "Vulnerable", + [SRSO_MITIGATION_UCODE_NEEDED] = "Vulnerable: No microcode", + [SRSO_MITIGATION_SAFE_RET_UCODE_NEEDED] = "Vulnerable: Safe RET, no microcode", + [SRSO_MITIGATION_MICROCODE] = "Vulnerable: Microcode, no safe RET", + [SRSO_MITIGATION_SAFE_RET] = "Mitigation: Safe RET", + [SRSO_MITIGATION_IBPB] = "Mitigation: IBPB", + [SRSO_MITIGATION_IBPB_ON_VMEXIT] = "Mitigation: IBPB on VMEXIT only" }; static enum srso_mitigation srso_mitigation __ro_after_init = SRSO_MITIGATION_NONE; @@ -2404,26 +2408,12 @@ static void __init srso_select_mitigation(void) { - bool has_microcode; + bool has_microcode = boot_cpu_has(X86_FEATURE_IBPB_BRTYPE); if (!boot_cpu_has_bug(X86_BUG_SRSO) || cpu_mitigations_off()) goto pred_cmd; - /* - * The first check is for the kernel running as a guest in order - * for guests to verify whether IBPB is a viable mitigation. - */ - has_microcode = boot_cpu_has(X86_FEATURE_IBPB_BRTYPE) || cpu_has_ibpb_brtype_microcode(); - if (!has_microcode) { - pr_warn("IBPB-extending microcode not applied!\n"); - pr_warn(SRSO_NOTICE); - } else { - /* - * Enable the synthetic (even if in a real CPUID leaf) - * flags for guests. - */ - setup_force_cpu_cap(X86_FEATURE_IBPB_BRTYPE); - + if (has_microcode) { /* * Zen1/2 with SMT off aren't vulnerable after the right * IBPB microcode has been applied. @@ -2436,15 +2426,20 @@ if (retbleed_mitigation == RETBLEED_MITIGATION_IBPB) { if (has_microcode) { - pr_err("Retbleed IBPB mitigation enabled, using same for SRSO\n"); srso_mitigation = SRSO_MITIGATION_IBPB; - goto pred_cmd; + goto out; } + } else { + pr_warn("IBPB-extending microcode not applied!\n"); + pr_warn(SRSO_NOTICE); + + /* may be overwritten by SRSO_CMD_SAFE_RET below */ + srso_mitigation = SRSO_MITIGATION_UCODE_NEEDED; } switch (srso_cmd) { case SRSO_CMD_OFF: - return; + goto pred_cmd; case SRSO_CMD_MICROCODE: if (has_microcode) { @@ -2469,7 +2464,10 @@ setup_force_cpu_cap(X86_FEATURE_SRSO); x86_return_thunk = srso_return_thunk; } - srso_mitigation = SRSO_MITIGATION_SAFE_RET; + if (has_microcode) + srso_mitigation = SRSO_MITIGATION_SAFE_RET; + else + srso_mitigation = SRSO_MITIGATION_SAFE_RET_UCODE_NEEDED; } else { pr_err("WARNING: kernel not compiled with CPU_SRSO.\n"); goto pred_cmd; @@ -2504,10 +2502,11 @@ break; } - pr_info("%s%s\n", srso_strings[srso_mitigation], (has_microcode ? "" : ", no microcode")); +out: + pr_info("%s\n", srso_strings[srso_mitigation]); pred_cmd: - if ((boot_cpu_has(X86_FEATURE_SRSO_NO) || srso_cmd == SRSO_CMD_OFF) && + if ((!boot_cpu_has_bug(X86_BUG_SRSO) || srso_cmd == SRSO_CMD_OFF) && boot_cpu_has(X86_FEATURE_SBPB)) x86_pred_cmd = PRED_CMD_SBPB; } @@ -2715,9 +2714,7 @@ if (boot_cpu_has(X86_FEATURE_SRSO_NO)) return sysfs_emit(buf, "Mitigation: SMT disabled\n"); - return sysfs_emit(buf, "%s%s\n", - srso_strings[srso_mitigation], - (cpu_has_ibpb_brtype_microcode() ? "" : ", no microcode")); + return sysfs_emit(buf, "%s\n", srso_strings[srso_mitigation]); } static ssize_t gds_show_state(char *buf) --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kernel/cpu/common.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kernel/cpu/common.c @@ -1265,11 +1265,11 @@ VULNBL_INTEL_STEPPINGS(BROADWELL_G, X86_STEPPING_ANY, SRBDS), VULNBL_INTEL_STEPPINGS(BROADWELL_X, X86_STEPPING_ANY, MMIO), VULNBL_INTEL_STEPPINGS(BROADWELL, X86_STEPPING_ANY, SRBDS), - VULNBL_INTEL_STEPPINGS(SKYLAKE_L, X86_STEPPING_ANY, SRBDS | MMIO | RETBLEED), VULNBL_INTEL_STEPPINGS(SKYLAKE_X, X86_STEPPING_ANY, MMIO | RETBLEED | GDS), - VULNBL_INTEL_STEPPINGS(SKYLAKE, X86_STEPPING_ANY, SRBDS | MMIO | RETBLEED), - VULNBL_INTEL_STEPPINGS(KABYLAKE_L, X86_STEPPING_ANY, SRBDS | MMIO | RETBLEED | GDS), - VULNBL_INTEL_STEPPINGS(KABYLAKE, X86_STEPPING_ANY, SRBDS | MMIO | RETBLEED | GDS), + VULNBL_INTEL_STEPPINGS(SKYLAKE_L, X86_STEPPING_ANY, MMIO | RETBLEED | GDS | SRBDS), + VULNBL_INTEL_STEPPINGS(SKYLAKE, X86_STEPPING_ANY, MMIO | RETBLEED | GDS | SRBDS), + VULNBL_INTEL_STEPPINGS(KABYLAKE_L, X86_STEPPING_ANY, MMIO | RETBLEED | GDS | SRBDS), + VULNBL_INTEL_STEPPINGS(KABYLAKE, X86_STEPPING_ANY, MMIO | RETBLEED | GDS | SRBDS), VULNBL_INTEL_STEPPINGS(CANNONLAKE_L, X86_STEPPING_ANY, RETBLEED), VULNBL_INTEL_STEPPINGS(ICELAKE_L, X86_STEPPING_ANY, MMIO | MMIO_SBDS | RETBLEED | GDS), VULNBL_INTEL_STEPPINGS(ICELAKE_D, X86_STEPPING_ANY, MMIO | GDS), @@ -1288,7 +1288,7 @@ VULNBL_AMD(0x15, RETBLEED), VULNBL_AMD(0x16, RETBLEED), VULNBL_AMD(0x17, RETBLEED | SMT_RSB | SRSO), - VULNBL_HYGON(0x18, RETBLEED | SMT_RSB), + VULNBL_HYGON(0x18, RETBLEED | SMT_RSB | SRSO), VULNBL_AMD(0x19, SRSO), {} }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kernel/cpu/hygon.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kernel/cpu/hygon.c @@ -86,8 +86,12 @@ if (!err) c->x86_coreid_bits = get_count_order(c->x86_max_cores); - /* Socket ID is ApicId[6] for these processors. */ - c->phys_proc_id = c->apicid >> APICID_SOCKET_ID_BIT; + /* + * Socket ID is ApicId[6] for the processors with model <= 0x3 + * when running on host. + */ + if (!boot_cpu_has(X86_FEATURE_HYPERVISOR) && c->x86_model <= 0x3) + c->phys_proc_id = c->apicid >> APICID_SOCKET_ID_BIT; cacheinfo_hygon_init_llc_id(c, cpu); } else if (cpu_has(c, X86_FEATURE_NODEID_MSR)) { --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kernel/cpu/mce/core.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kernel/cpu/mce/core.c @@ -843,6 +843,26 @@ } /* + * Some Zen-based Instruction Fetch Units set EIPV=RIPV=0 on poison consumption + * errors. This means mce_gather_info() will not save the "ip" and "cs" registers. + * + * However, the context is still valid, so save the "cs" register for later use. + * + * The "ip" register is truly unknown, so don't save it or fixup EIPV/RIPV. + * + * The Instruction Fetch Unit is at MCA bank 1 for all affected systems. + */ +static __always_inline void quirk_zen_ifu(int bank, struct mce *m, struct pt_regs *regs) +{ + if (bank != 1) + return; + if (!(m->status & MCI_STATUS_POISON)) + return; + + m->cs = regs->cs; +} + +/* * Do a quick check if any of the events requires a panic. * This decides if we keep the events around or clear them. */ @@ -861,6 +881,9 @@ if (mce_flags.snb_ifu_quirk) quirk_sandybridge_ifu(i, m, regs); + if (mce_flags.zen_ifu_quirk) + quirk_zen_ifu(i, m, regs); + m->bank = i; if (mce_severity(m, regs, &tmp, true) >= MCE_PANIC_SEVERITY) { mce_read_aux(m, i); @@ -1842,6 +1865,9 @@ if (c->x86 == 0x15 && c->x86_model <= 0xf) mce_flags.overflow_recov = 1; + if (c->x86 >= 0x17 && c->x86 <= 0x1A) + mce_flags.zen_ifu_quirk = 1; + } if (c->x86_vendor == X86_VENDOR_INTEL) { --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kernel/cpu/mce/internal.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kernel/cpu/mce/internal.h @@ -157,6 +157,9 @@ */ smca : 1, + /* Zen IFU quirk */ + zen_ifu_quirk : 1, + /* AMD-style error thresholding banks present. */ amd_threshold : 1, @@ -172,7 +175,7 @@ /* Skylake, Cascade Lake, Cooper Lake REP;MOVS* quirk */ skx_repmov_quirk : 1, - __reserved_0 : 56; + __reserved_0 : 55; }; extern struct mce_vendor_flags mce_flags; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kernel/cpu/sgx/encl.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kernel/cpu/sgx/encl.c @@ -235,6 +235,21 @@ return epc_page; } +/* + * Ensure the SECS page is not swapped out. Must be called with encl->lock + * to protect the enclave states including SECS and ensure the SECS page is + * not swapped out again while being used. + */ +static struct sgx_epc_page *sgx_encl_load_secs(struct sgx_encl *encl) +{ + struct sgx_epc_page *epc_page = encl->secs.epc_page; + + if (!epc_page) + epc_page = sgx_encl_eldu(&encl->secs, NULL); + + return epc_page; +} + static struct sgx_encl_page *__sgx_encl_load_page(struct sgx_encl *encl, struct sgx_encl_page *entry) { @@ -248,11 +263,9 @@ return entry; } - if (!(encl->secs.epc_page)) { - epc_page = sgx_encl_eldu(&encl->secs, NULL); - if (IS_ERR(epc_page)) - return ERR_CAST(epc_page); - } + epc_page = sgx_encl_load_secs(encl); + if (IS_ERR(epc_page)) + return ERR_CAST(epc_page); epc_page = sgx_encl_eldu(entry, encl->secs.epc_page); if (IS_ERR(epc_page)) @@ -339,6 +352,13 @@ mutex_lock(&encl->lock); + epc_page = sgx_encl_load_secs(encl); + if (IS_ERR(epc_page)) { + if (PTR_ERR(epc_page) == -EBUSY) + vmret = VM_FAULT_NOPAGE; + goto err_out_unlock; + } + epc_page = sgx_alloc_epc_page(encl_page, false); if (IS_ERR(epc_page)) { if (PTR_ERR(epc_page) == -EBUSY) --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kernel/cpu/sgx/virt.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kernel/cpu/sgx/virt.c @@ -204,6 +204,7 @@ continue; xa_erase(&vepc->page_array, index); + cond_resched(); } /* @@ -222,6 +223,7 @@ list_add_tail(&epc_page->list, &secs_pages); xa_erase(&vepc->page_array, index); + cond_resched(); } /* @@ -243,6 +245,7 @@ if (sgx_vepc_free_page(epc_page)) list_add_tail(&epc_page->list, &secs_pages); + cond_resched(); } if (!list_empty(&secs_pages)) --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kernel/crash.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kernel/crash.c @@ -48,27 +48,6 @@ unsigned int type; }; -/* - * This is used to VMCLEAR all VMCSs loaded on the - * processor. And when loading kvm_intel module, the - * callback function pointer will be assigned. - * - * protected by rcu. - */ -crash_vmclear_fn __rcu *crash_vmclear_loaded_vmcss = NULL; -EXPORT_SYMBOL_GPL(crash_vmclear_loaded_vmcss); - -static inline void cpu_crash_vmclear_loaded_vmcss(void) -{ - crash_vmclear_fn *do_vmclear_operation = NULL; - - rcu_read_lock(); - do_vmclear_operation = rcu_dereference(crash_vmclear_loaded_vmcss); - if (do_vmclear_operation) - do_vmclear_operation(); - rcu_read_unlock(); -} - #if defined(CONFIG_SMP) && defined(CONFIG_X86_LOCAL_APIC) static void kdump_nmi_callback(int cpu, struct pt_regs *regs) @@ -76,11 +55,6 @@ crash_save_cpu(regs, cpu); /* - * VMCLEAR VMCSs loaded on all cpus if needed. - */ - cpu_crash_vmclear_loaded_vmcss(); - - /* * Disable Intel PT to stop its logging */ cpu_emergency_stop_pt(); @@ -133,11 +107,6 @@ crash_smp_send_stop(); - /* - * VMCLEAR VMCSs loaded on this cpu if needed. - */ - cpu_crash_vmclear_loaded_vmcss(); - cpu_emergency_disable_virtualization(); /* --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kernel/early-quirks.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kernel/early-quirks.c @@ -29,6 +29,37 @@ #include #include +static void __init early_pci_clear_msi(int bus, int slot, int func) +{ + int pos; + u16 ctrl; + + if (likely(!pci_early_clear_msi)) + return; + + pr_info_once("Clearing MSI/MSI-X enable bits early in boot (quirk)\n"); + + pos = pci_early_find_cap(bus, slot, func, PCI_CAP_ID_MSI); + if (pos) { + ctrl = read_pci_config_16(bus, slot, func, pos + PCI_MSI_FLAGS); + ctrl &= ~PCI_MSI_FLAGS_ENABLE; + write_pci_config_16(bus, slot, func, pos + PCI_MSI_FLAGS, ctrl); + + /* Read again to flush previous write */ + ctrl = read_pci_config_16(bus, slot, func, pos + PCI_MSI_FLAGS); + } + + pos = pci_early_find_cap(bus, slot, func, PCI_CAP_ID_MSIX); + if (pos) { + ctrl = read_pci_config_16(bus, slot, func, pos + PCI_MSIX_FLAGS); + ctrl &= ~PCI_MSIX_FLAGS_ENABLE; + write_pci_config_16(bus, slot, func, pos + PCI_MSIX_FLAGS, ctrl); + + /* Read again to flush previous write */ + ctrl = read_pci_config_16(bus, slot, func, pos + PCI_MSIX_FLAGS); + } +} + static void __init fix_hypertransport_config(int num, int slot, int func) { u32 htcfg; @@ -728,6 +759,7 @@ PCI_CLASS_BRIDGE_HOST, PCI_ANY_ID, 0, force_disable_hpet}, { PCI_VENDOR_ID_BROADCOM, 0x4331, PCI_CLASS_NETWORK_OTHER, PCI_ANY_ID, 0, apple_airport_reset}, + { PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0, early_pci_clear_msi}, {} }; @@ -780,6 +812,10 @@ PCI_HEADER_TYPE); if ((type & 0x7f) == PCI_HEADER_TYPE_BRIDGE) { + /* pci_early_clear_msi scans the buses differently. */ + if (pci_early_clear_msi) + return -1; + sec = read_pci_config_byte(num, slot, func, PCI_SECONDARY_BUS); if (sec > num) early_pci_scan_bus(sec); @@ -806,8 +842,13 @@ void __init early_quirks(void) { + int bus; + if (!early_pci_allowed()) return; early_pci_scan_bus(0); + /* pci_early_clear_msi scans more buses. */ + for (bus = 1; pci_early_clear_msi && bus < 256; bus++) + early_pci_scan_bus(bus); } --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kernel/fpu/core.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kernel/fpu/core.c @@ -369,14 +369,15 @@ EXPORT_SYMBOL_GPL(fpu_swap_kvm_fpstate); void fpu_copy_guest_fpstate_to_uabi(struct fpu_guest *gfpu, void *buf, - unsigned int size, u32 pkru) + unsigned int size, u64 xfeatures, u32 pkru) { struct fpstate *kstate = gfpu->fpstate; union fpregs_state *ustate = buf; struct membuf mb = { .p = buf, .left = size }; if (cpu_feature_enabled(X86_FEATURE_XSAVE)) { - __copy_xstate_to_uabi_buf(mb, kstate, pkru, XSTATE_COPY_XSAVE); + __copy_xstate_to_uabi_buf(mb, kstate, xfeatures, pkru, + XSTATE_COPY_XSAVE); } else { memcpy(&ustate->fxsave, &kstate->regs.fxsave, sizeof(ustate->fxsave)); --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kernel/fpu/xstate.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kernel/fpu/xstate.c @@ -1053,6 +1053,7 @@ * __copy_xstate_to_uabi_buf - Copy kernel saved xstate to a UABI buffer * @to: membuf descriptor * @fpstate: The fpstate buffer from which to copy + * @xfeatures: The mask of xfeatures to save (XSAVE mode only) * @pkru_val: The PKRU value to store in the PKRU component * @copy_mode: The requested copy mode * @@ -1063,7 +1064,8 @@ * It supports partial copy but @to.pos always starts from zero. */ void __copy_xstate_to_uabi_buf(struct membuf to, struct fpstate *fpstate, - u32 pkru_val, enum xstate_copy_mode copy_mode) + u64 xfeatures, u32 pkru_val, + enum xstate_copy_mode copy_mode) { const unsigned int off_mxcsr = offsetof(struct fxregs_state, mxcsr); struct xregs_state *xinit = &init_fpstate.regs.xsave; @@ -1087,7 +1089,7 @@ break; case XSTATE_COPY_XSAVE: - header.xfeatures &= fpstate->user_xfeatures; + header.xfeatures &= fpstate->user_xfeatures & xfeatures; break; } @@ -1189,6 +1191,7 @@ enum xstate_copy_mode copy_mode) { __copy_xstate_to_uabi_buf(to, tsk->thread.fpu.fpstate, + tsk->thread.fpu.fpstate->user_xfeatures, tsk->thread.pkru, copy_mode); } @@ -1540,10 +1543,7 @@ fpregs_restore_userregs(); newfps->xfeatures = curfps->xfeatures | xfeatures; - - if (!guest_fpu) - newfps->user_xfeatures = curfps->user_xfeatures | xfeatures; - + newfps->user_xfeatures = curfps->user_xfeatures | xfeatures; newfps->xfd = curfps->xfd & ~xfeatures; /* Do the final updates within the locked region */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kernel/fpu/xstate.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kernel/fpu/xstate.h @@ -43,7 +43,8 @@ struct membuf; extern void __copy_xstate_to_uabi_buf(struct membuf to, struct fpstate *fpstate, - u32 pkru_val, enum xstate_copy_mode copy_mode); + u64 xfeatures, u32 pkru_val, + enum xstate_copy_mode copy_mode); extern void copy_xstate_to_uabi_buf(struct membuf to, struct task_struct *tsk, enum xstate_copy_mode mode); extern int copy_uabi_from_kernel_to_xstate(struct fpstate *fpstate, const void *kbuf, u32 *pkru); --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kernel/head64.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kernel/head64.c @@ -80,7 +80,7 @@ * while the kernel still uses a direct mapping. */ static struct desc_ptr startup_gdt_descr = { - .size = sizeof(startup_gdt), + .size = sizeof(startup_gdt)-1, .address = 0, }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kernel/head_32.S +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kernel/head_32.S @@ -27,6 +27,7 @@ #include #include #include +#include /* Physical address */ #define pa(X) ((X) - __PAGE_OFFSET) --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kernel/i8259.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kernel/i8259.c @@ -32,6 +32,7 @@ */ static void init_8259A(int auto_eoi); +static bool pcat_compat __ro_after_init; static int i8259A_auto_eoi; DEFINE_RAW_SPINLOCK(i8259A_lock); @@ -301,15 +302,32 @@ static int probe_8259A(void) { + unsigned char new_val, probe_val = ~(1 << PIC_CASCADE_IR); unsigned long flags; - unsigned char probe_val = ~(1 << PIC_CASCADE_IR); - unsigned char new_val; + + /* + * If MADT has the PCAT_COMPAT flag set, then do not bother probing + * for the PIC. Some BIOSes leave the PIC uninitialized and probing + * fails. + * + * Right now this causes problems as quite some code depends on + * nr_legacy_irqs() > 0 or has_legacy_pic() == true. This is silly + * when the system has an IO/APIC because then PIC is not required + * at all, except for really old machines where the timer interrupt + * must be routed through the PIC. So just pretend that the PIC is + * there and let legacy_pic->init() initialize it for nothing. + * + * Alternatively this could just try to initialize the PIC and + * repeat the probe, but for cases where there is no PIC that's + * just pointless. + */ + if (pcat_compat) + return nr_legacy_irqs(); + /* - * Check to see if we have a PIC. - * Mask all except the cascade and read - * back the value we just wrote. If we don't - * have a PIC, we will read 0xff as opposed to the - * value we wrote. + * Check to see if we have a PIC. Mask all except the cascade and + * read back the value we just wrote. If we don't have a PIC, we + * will read 0xff as opposed to the value we wrote. */ raw_spin_lock_irqsave(&i8259A_lock, flags); @@ -431,5 +449,9 @@ return 0; } - device_initcall(i8259A_init_ops); + +void __init legacy_pic_pcat_compat(void) +{ + pcat_compat = true; +} --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kernel/idt.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kernel/idt.c @@ -117,7 +117,7 @@ SYSG(X86_TRAP_OF, asm_exc_overflow), #if defined(CONFIG_IA32_EMULATION) - SYSG(IA32_SYSCALL_VECTOR, entry_INT80_compat), + SYSG(IA32_SYSCALL_VECTOR, asm_int80_emulation), #elif defined(CONFIG_X86_32) SYSG(IA32_SYSCALL_VECTOR, entry_INT80_32), #endif --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kernel/kvm.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kernel/kvm.c @@ -966,10 +966,8 @@ * Ensure that _bss_decrypted section is marked as decrypted in the * shared pages list. */ - nr_pages = DIV_ROUND_UP(__end_bss_decrypted - __start_bss_decrypted, - PAGE_SIZE); early_set_mem_enc_dec_hypercall((unsigned long)__start_bss_decrypted, - nr_pages, 0); + __end_bss_decrypted - __start_bss_decrypted, 0); /* * If not booted using EFI, enable Live migration support. --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kernel/nmi.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kernel/nmi.c @@ -507,12 +507,13 @@ } this_cpu_write(nmi_state, NMI_EXECUTING); this_cpu_write(nmi_cr2, read_cr2()); + +nmi_restart: if (IS_ENABLED(CONFIG_NMI_CHECK_CPU)) { WRITE_ONCE(nsp->idt_seq, nsp->idt_seq + 1); WARN_ON_ONCE(!(nsp->idt_seq & 0x1)); WRITE_ONCE(nsp->recv_jiffies, jiffies); } -nmi_restart: /* * Needs to happen before DR7 is accessed, because the hypervisor can @@ -548,16 +549,16 @@ if (unlikely(this_cpu_read(nmi_cr2) != read_cr2())) write_cr2(this_cpu_read(nmi_cr2)); - if (this_cpu_dec_return(nmi_state)) - goto nmi_restart; - - if (user_mode(regs)) - mds_user_clear_cpu_buffers(); if (IS_ENABLED(CONFIG_NMI_CHECK_CPU)) { WRITE_ONCE(nsp->idt_seq, nsp->idt_seq + 1); WARN_ON_ONCE(nsp->idt_seq & 0x1); WRITE_ONCE(nsp->recv_jiffies, jiffies); } + if (this_cpu_dec_return(nmi_state)) + goto nmi_restart; + + if (user_mode(regs)) + mds_user_clear_cpu_buffers(); } #if IS_ENABLED(CONFIG_KVM_INTEL) --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kernel/reboot.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kernel/reboot.c @@ -32,6 +32,7 @@ #include #include #include +#include /* * Power off function, if any @@ -488,7 +489,46 @@ DMI_MATCH(DMI_PRODUCT_NAME, "VGN-Z540N"), }, }, - + { /* Handle problems with rebooting on the Latitude E6520. */ + .callback = set_pci_reboot, + .ident = "Dell Latitude E6520", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "Latitude E6520"), + }, + }, + { /* Handle problems with rebooting on the OptiPlex 790. */ + .callback = set_pci_reboot, + .ident = "Dell OptiPlex 790", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "OptiPlex 790"), + }, + }, + { /* Handle problems with rebooting on the OptiPlex 990. */ + .callback = set_pci_reboot, + .ident = "Dell OptiPlex 990", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "OptiPlex 990"), + }, + }, + { /* Handle problems with rebooting on the Latitude E6220. */ + .callback = set_pci_reboot, + .ident = "Dell Latitude E6220", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "Latitude E6220"), + }, + }, + { /* Handle problems with rebooting on the OptiPlex 390. */ + .callback = set_pci_reboot, + .ident = "Dell OptiPlex 390", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "OptiPlex 390"), + }, + }, { } }; @@ -787,6 +827,26 @@ } #endif +/* + * This is used to VMCLEAR all VMCSs loaded on the + * processor. And when loading kvm_intel module, the + * callback function pointer will be assigned. + * + * protected by rcu. + */ +crash_vmclear_fn __rcu *crash_vmclear_loaded_vmcss; +EXPORT_SYMBOL_GPL(crash_vmclear_loaded_vmcss); + +static inline void cpu_crash_vmclear_loaded_vmcss(void) +{ + crash_vmclear_fn *do_vmclear_operation = NULL; + + rcu_read_lock(); + do_vmclear_operation = rcu_dereference(crash_vmclear_loaded_vmcss); + if (do_vmclear_operation) + do_vmclear_operation(); + rcu_read_unlock(); +} /* This is the CPU performing the emergency shutdown work. */ int crashing_cpu = -1; @@ -798,6 +858,8 @@ */ void cpu_emergency_disable_virtualization(void) { + cpu_crash_vmclear_loaded_vmcss(); + cpu_emergency_vmxoff(); cpu_emergency_svm_disable(); } --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kernel/relocate_kernel_32.S +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kernel/relocate_kernel_32.S @@ -9,6 +9,7 @@ #include #include #include +#include /* * Must be relocatable PIC code callable as a C function, in particular --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kernel/setup.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kernel/setup.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include @@ -359,15 +360,11 @@ #if defined(CONFIG_HAVE_IMA_KEXEC) && !defined(CONFIG_OF_FLATTREE) int __init ima_free_kexec_buffer(void) { - int rc; - if (!ima_kexec_buffer_size) return -ENOENT; - rc = memblock_phys_free(ima_kexec_buffer_phys, - ima_kexec_buffer_size); - if (rc) - return rc; + memblock_free_late(ima_kexec_buffer_phys, + ima_kexec_buffer_size); ima_kexec_buffer_phys = 0; ima_kexec_buffer_size = 0; @@ -1032,6 +1029,14 @@ efi_init(); reserve_ibft_region(); + + efi_set_secure_boot(boot_params.secure_boot); + +#ifdef CONFIG_LOCK_DOWN_IN_SECURE_BOOT + if (efi_enabled(EFI_SECURE_BOOT)) + security_lock_kernel_down("EFI Secure Boot mode", LOCKDOWN_INTEGRITY_MAX); +#endif + dmi_setup(); /* @@ -1192,19 +1197,7 @@ /* Allocate bigger log buffer */ setup_log_buf(1); - if (efi_enabled(EFI_BOOT)) { - switch (boot_params.secure_boot) { - case efi_secureboot_mode_disabled: - pr_info("Secure boot disabled\n"); - break; - case efi_secureboot_mode_enabled: - pr_info("Secure boot enabled\n"); - break; - default: - pr_info("Secure boot could not be determined\n"); - break; - } - } + efi_set_secure_boot(boot_params.secure_boot); reserve_initrd(); --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kernel/sev-shared.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kernel/sev-shared.c @@ -256,7 +256,7 @@ return 0; } -static int sev_cpuid_hv(struct cpuid_leaf *leaf) +static int __sev_cpuid_hv_msr(struct cpuid_leaf *leaf) { int ret; @@ -279,6 +279,45 @@ return ret; } +static int __sev_cpuid_hv_ghcb(struct ghcb *ghcb, struct es_em_ctxt *ctxt, struct cpuid_leaf *leaf) +{ + u32 cr4 = native_read_cr4(); + int ret; + + ghcb_set_rax(ghcb, leaf->fn); + ghcb_set_rcx(ghcb, leaf->subfn); + + if (cr4 & X86_CR4_OSXSAVE) + /* Safe to read xcr0 */ + ghcb_set_xcr0(ghcb, xgetbv(XCR_XFEATURE_ENABLED_MASK)); + else + /* xgetbv will cause #UD - use reset value for xcr0 */ + ghcb_set_xcr0(ghcb, 1); + + ret = sev_es_ghcb_hv_call(ghcb, ctxt, SVM_EXIT_CPUID, 0, 0); + if (ret != ES_OK) + return ret; + + if (!(ghcb_rax_is_valid(ghcb) && + ghcb_rbx_is_valid(ghcb) && + ghcb_rcx_is_valid(ghcb) && + ghcb_rdx_is_valid(ghcb))) + return ES_VMM_ERROR; + + leaf->eax = ghcb->save.rax; + leaf->ebx = ghcb->save.rbx; + leaf->ecx = ghcb->save.rcx; + leaf->edx = ghcb->save.rdx; + + return ES_OK; +} + +static int sev_cpuid_hv(struct ghcb *ghcb, struct es_em_ctxt *ctxt, struct cpuid_leaf *leaf) +{ + return ghcb ? __sev_cpuid_hv_ghcb(ghcb, ctxt, leaf) + : __sev_cpuid_hv_msr(leaf); +} + /* * This may be called early while still running on the initial identity * mapping. Use RIP-relative addressing to obtain the correct address @@ -388,19 +427,20 @@ return false; } -static void snp_cpuid_hv(struct cpuid_leaf *leaf) +static void snp_cpuid_hv(struct ghcb *ghcb, struct es_em_ctxt *ctxt, struct cpuid_leaf *leaf) { - if (sev_cpuid_hv(leaf)) + if (sev_cpuid_hv(ghcb, ctxt, leaf)) sev_es_terminate(SEV_TERM_SET_LINUX, GHCB_TERM_CPUID_HV); } -static int snp_cpuid_postprocess(struct cpuid_leaf *leaf) +static int snp_cpuid_postprocess(struct ghcb *ghcb, struct es_em_ctxt *ctxt, + struct cpuid_leaf *leaf) { struct cpuid_leaf leaf_hv = *leaf; switch (leaf->fn) { case 0x1: - snp_cpuid_hv(&leaf_hv); + snp_cpuid_hv(ghcb, ctxt, &leaf_hv); /* initial APIC ID */ leaf->ebx = (leaf_hv.ebx & GENMASK(31, 24)) | (leaf->ebx & GENMASK(23, 0)); @@ -419,7 +459,7 @@ break; case 0xB: leaf_hv.subfn = 0; - snp_cpuid_hv(&leaf_hv); + snp_cpuid_hv(ghcb, ctxt, &leaf_hv); /* extended APIC ID */ leaf->edx = leaf_hv.edx; @@ -467,7 +507,7 @@ } break; case 0x8000001E: - snp_cpuid_hv(&leaf_hv); + snp_cpuid_hv(ghcb, ctxt, &leaf_hv); /* extended APIC ID */ leaf->eax = leaf_hv.eax; @@ -488,7 +528,7 @@ * Returns -EOPNOTSUPP if feature not enabled. Any other non-zero return value * should be treated as fatal by caller. */ -static int snp_cpuid(struct cpuid_leaf *leaf) +static int snp_cpuid(struct ghcb *ghcb, struct es_em_ctxt *ctxt, struct cpuid_leaf *leaf) { const struct snp_cpuid_table *cpuid_table = snp_cpuid_get_table(); @@ -522,7 +562,7 @@ return 0; } - return snp_cpuid_postprocess(leaf); + return snp_cpuid_postprocess(ghcb, ctxt, leaf); } /* @@ -544,14 +584,14 @@ leaf.fn = fn; leaf.subfn = subfn; - ret = snp_cpuid(&leaf); + ret = snp_cpuid(NULL, NULL, &leaf); if (!ret) goto cpuid_done; if (ret != -EOPNOTSUPP) goto fail; - if (sev_cpuid_hv(&leaf)) + if (__sev_cpuid_hv_msr(&leaf)) goto fail; cpuid_done: @@ -592,6 +632,23 @@ sev_es_terminate(SEV_TERM_SET_GEN, GHCB_SEV_ES_GEN_REQ); } +static enum es_result vc_insn_string_check(struct es_em_ctxt *ctxt, + unsigned long address, + bool write) +{ + if (user_mode(ctxt->regs) && fault_in_kernel_space(address)) { + ctxt->fi.vector = X86_TRAP_PF; + ctxt->fi.error_code = X86_PF_USER; + ctxt->fi.cr2 = address; + if (write) + ctxt->fi.error_code |= X86_PF_WRITE; + + return ES_EXCEPTION; + } + + return ES_OK; +} + static enum es_result vc_insn_string_read(struct es_em_ctxt *ctxt, void *src, char *buf, unsigned int data_size, @@ -599,7 +656,12 @@ bool backwards) { int i, b = backwards ? -1 : 1; - enum es_result ret = ES_OK; + unsigned long address = (unsigned long)src; + enum es_result ret; + + ret = vc_insn_string_check(ctxt, address, false); + if (ret != ES_OK) + return ret; for (i = 0; i < count; i++) { void *s = src + (i * data_size * b); @@ -620,7 +682,12 @@ bool backwards) { int i, s = backwards ? -1 : 1; - enum es_result ret = ES_OK; + unsigned long address = (unsigned long)dst; + enum es_result ret; + + ret = vc_insn_string_check(ctxt, address, true); + if (ret != ES_OK) + return ret; for (i = 0; i < count; i++) { void *d = dst + (i * data_size * s); @@ -656,6 +723,9 @@ static enum es_result vc_ioio_exitinfo(struct es_em_ctxt *ctxt, u64 *exitinfo) { struct insn *insn = &ctxt->insn; + size_t size; + u64 port; + *exitinfo = 0; switch (insn->opcode.bytes[0]) { @@ -664,7 +734,7 @@ case 0x6d: *exitinfo |= IOIO_TYPE_INS; *exitinfo |= IOIO_SEG_ES; - *exitinfo |= (ctxt->regs->dx & 0xffff) << 16; + port = ctxt->regs->dx & 0xffff; break; /* OUTS opcodes */ @@ -672,41 +742,43 @@ case 0x6f: *exitinfo |= IOIO_TYPE_OUTS; *exitinfo |= IOIO_SEG_DS; - *exitinfo |= (ctxt->regs->dx & 0xffff) << 16; + port = ctxt->regs->dx & 0xffff; break; /* IN immediate opcodes */ case 0xe4: case 0xe5: *exitinfo |= IOIO_TYPE_IN; - *exitinfo |= (u8)insn->immediate.value << 16; + port = (u8)insn->immediate.value & 0xffff; break; /* OUT immediate opcodes */ case 0xe6: case 0xe7: *exitinfo |= IOIO_TYPE_OUT; - *exitinfo |= (u8)insn->immediate.value << 16; + port = (u8)insn->immediate.value & 0xffff; break; /* IN register opcodes */ case 0xec: case 0xed: *exitinfo |= IOIO_TYPE_IN; - *exitinfo |= (ctxt->regs->dx & 0xffff) << 16; + port = ctxt->regs->dx & 0xffff; break; /* OUT register opcodes */ case 0xee: case 0xef: *exitinfo |= IOIO_TYPE_OUT; - *exitinfo |= (ctxt->regs->dx & 0xffff) << 16; + port = ctxt->regs->dx & 0xffff; break; default: return ES_DECODE_FAILED; } + *exitinfo |= port << 16; + switch (insn->opcode.bytes[0]) { case 0x6c: case 0x6e: @@ -716,12 +788,15 @@ case 0xee: /* Single byte opcodes */ *exitinfo |= IOIO_DATA_8; + size = 1; break; default: /* Length determined by instruction parsing */ *exitinfo |= (insn->opnd_bytes == 2) ? IOIO_DATA_16 : IOIO_DATA_32; + size = (insn->opnd_bytes == 2) ? 2 : 4; } + switch (insn->addr_bytes) { case 2: *exitinfo |= IOIO_ADDR_16; @@ -737,7 +812,7 @@ if (insn_has_rep_prefix(insn)) *exitinfo |= IOIO_REP; - return ES_OK; + return vc_ioio_check(ctxt, (u16)port, size); } static enum es_result vc_handle_ioio(struct ghcb *ghcb, struct es_em_ctxt *ctxt) @@ -848,14 +923,15 @@ return ret; } -static int vc_handle_cpuid_snp(struct pt_regs *regs) +static int vc_handle_cpuid_snp(struct ghcb *ghcb, struct es_em_ctxt *ctxt) { + struct pt_regs *regs = ctxt->regs; struct cpuid_leaf leaf; int ret; leaf.fn = regs->ax; leaf.subfn = regs->cx; - ret = snp_cpuid(&leaf); + ret = snp_cpuid(ghcb, ctxt, &leaf); if (!ret) { regs->ax = leaf.eax; regs->bx = leaf.ebx; @@ -874,7 +950,7 @@ enum es_result ret; int snp_cpuid_ret; - snp_cpuid_ret = vc_handle_cpuid_snp(regs); + snp_cpuid_ret = vc_handle_cpuid_snp(ghcb, ctxt); if (!snp_cpuid_ret) return ES_OK; if (snp_cpuid_ret != -EOPNOTSUPP) --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kernel/sev.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kernel/sev.c @@ -524,6 +524,33 @@ return ES_OK; } +static enum es_result vc_ioio_check(struct es_em_ctxt *ctxt, u16 port, size_t size) +{ + BUG_ON(size > 4); + + if (user_mode(ctxt->regs)) { + struct thread_struct *t = ¤t->thread; + struct io_bitmap *iobm = t->io_bitmap; + size_t idx; + + if (!iobm) + goto fault; + + for (idx = port; idx < port + size; ++idx) { + if (test_bit(idx, iobm->bitmap)) + goto fault; + } + } + + return ES_OK; + +fault: + ctxt->fi.vector = X86_TRAP_GP; + ctxt->fi.error_code = 0; + + return ES_EXCEPTION; +} + /* Include code shared with pre-decompression boot stage */ #include "sev-shared.c" @@ -868,8 +895,7 @@ void snp_accept_memory(phys_addr_t start, phys_addr_t end) { - unsigned long vaddr; - unsigned int npages; + unsigned long vaddr, npages; if (!cc_platform_has(CC_ATTR_GUEST_SEV_SNP)) return; @@ -1208,10 +1234,6 @@ if (!cc_platform_has(CC_ATTR_GUEST_STATE_ENCRYPT)) return; - /* First make sure the hypervisor talks a supported protocol. */ - if (!sev_es_negotiate_protocol()) - sev_es_terminate(SEV_TERM_SET_GEN, GHCB_SEV_ES_GEN_REQ); - /* * Check whether the runtime #VC exception handler is active. It uses * the per-CPU GHCB page which is set up by sev_es_init_vc_handling(). @@ -1229,6 +1251,13 @@ } /* + * Make sure the hypervisor talks a supported protocol. + * This gets called only in the BSP boot phase. + */ + if (!sev_es_negotiate_protocol()) + sev_es_terminate(SEV_TERM_SET_GEN, GHCB_SEV_ES_GEN_REQ); + + /* * Clear the boot_ghcb. The first exception comes in before the bss * section is cleared. */ @@ -1509,6 +1538,9 @@ return ES_DECODE_FAILED; } + if (user_mode(ctxt->regs)) + return ES_UNSUPPORTED; + switch (mmio) { case INSN_MMIO_WRITE: memcpy(ghcb->shared_buffer, reg_data, bytes); --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kernel/smp.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kernel/smp.c @@ -131,7 +131,7 @@ } /* - * Disable virtualization, APIC etc. and park the CPU in a HLT loop + * this function calls the 'stop' function on all other CPUs in the system. */ DEFINE_IDTENTRY_SYSVEC(sysvec_reboot) { @@ -172,17 +172,13 @@ * 2) Wait for all other CPUs to report that they reached the * HLT loop in stop_this_cpu() * - * 3) If the system uses INIT/STARTUP for CPU bringup, then - * send all present CPUs an INIT vector, which brings them - * completely out of the way. + * 3) If #2 timed out send an NMI to the CPUs which did not + * yet report * - * 4) If #3 is not possible and #2 timed out send an NMI to the - * CPUs which did not yet report - * - * 5) Wait for all other CPUs to report that they reached the + * 4) Wait for all other CPUs to report that they reached the * HLT loop in stop_this_cpu() * - * #4 can obviously race against a CPU reaching the HLT loop late. + * #3 can obviously race against a CPU reaching the HLT loop late. * That CPU will have reported already and the "have all CPUs * reached HLT" condition will be true despite the fact that the * other CPU is still handling the NMI. Again, there is no @@ -198,7 +194,7 @@ /* * Don't wait longer than a second for IPI completion. The * wait request is not checked here because that would - * prevent an NMI/INIT shutdown in case that not all + * prevent an NMI shutdown attempt in case that not all * CPUs reach shutdown state. */ timeout = USEC_PER_SEC; @@ -206,27 +202,7 @@ udelay(1); } - /* - * Park all other CPUs in INIT including "offline" CPUs, if - * possible. That's a safe place where they can't resume execution - * of HLT and then execute the HLT loop from overwritten text or - * page tables. - * - * The only downside is a broadcast MCE, but up to the point where - * the kexec() kernel brought all APs online again an MCE will just - * make HLT resume and handle the MCE. The machine crashes and burns - * due to overwritten text, page tables and data. So there is a - * choice between fire and frying pan. The result is pretty much - * the same. Chose frying pan until x86 provides a sane mechanism - * to park a CPU. - */ - if (smp_park_other_cpus_in_init()) - goto done; - - /* - * If park with INIT was not possible and the REBOOT_VECTOR didn't - * take all secondary CPUs offline, try with the NMI. - */ + /* if the REBOOT_VECTOR didn't work, try with the NMI */ if (!cpumask_empty(&cpus_stop_mask)) { /* * If NMI IPI is enabled, try to register the stop handler @@ -249,7 +225,6 @@ udelay(1); } -done: local_irq_save(flags); disable_local_APIC(); mcheck_cpu_clear(this_cpu_ptr(&cpu_info)); --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kernel/smpboot.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kernel/smpboot.c @@ -587,7 +587,6 @@ } -#if defined(CONFIG_SCHED_SMT) || defined(CONFIG_SCHED_CLUSTER) || defined(CONFIG_SCHED_MC) static inline int x86_sched_itmt_flags(void) { return sysctl_sched_itmt_enabled ? SD_ASYM_PACKING : 0; @@ -611,7 +610,14 @@ return cpu_cluster_flags() | x86_sched_itmt_flags(); } #endif -#endif + +static int x86_die_flags(void) +{ + if (cpu_feature_enabled(X86_FEATURE_HYBRID_CPU)) + return x86_sched_itmt_flags(); + + return 0; +} /* * Set if a package/die has multiple NUMA nodes inside. @@ -653,7 +659,7 @@ */ if (!x86_has_numa_in_package) { x86_topology[i++] = (struct sched_domain_topology_level){ - cpu_cpu_mask, SD_INIT_NAME(DIE) + cpu_cpu_mask, x86_die_flags, SD_INIT_NAME(DIE) }; } @@ -1340,33 +1346,6 @@ cache_aps_init(); } -bool smp_park_other_cpus_in_init(void) -{ - unsigned int cpu, this_cpu = smp_processor_id(); - unsigned int apicid; - - if (apic->wakeup_secondary_cpu_64 || apic->wakeup_secondary_cpu) - return false; - - /* - * If this is a crash stop which does not execute on the boot CPU, - * then this cannot use the INIT mechanism because INIT to the boot - * CPU will reset the machine. - */ - if (this_cpu) - return false; - - for_each_present_cpu(cpu) { - if (cpu == this_cpu) - continue; - apicid = apic->cpu_present_to_apicid(cpu); - if (apicid == BAD_APICID) - continue; - send_init_sequence(apicid); - } - return true; -} - /* * Early setup to make printk work. */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kernel/tsc_sync.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kernel/tsc_sync.c @@ -15,6 +15,7 @@ * ( The serial nature of the boot logic and the CPU hotplug lock * protects against more than 2 CPUs entering this code. ) */ +#include #include #include #include @@ -342,6 +343,13 @@ return (cpumask_weight(topology_core_cpumask(cpu)) > 1) ? 2 : 20; } +static void tsc_sync_mark_tsc_unstable(struct work_struct *work) +{ + mark_tsc_unstable("check_tsc_sync_source failed"); +} + +static DECLARE_WORK(tsc_sync_work, tsc_sync_mark_tsc_unstable); + /* * The freshly booted CPU initiates this via an async SMP function call. */ @@ -395,7 +403,7 @@ "turning off TSC clock.\n", max_warp); if (random_warps) pr_warn("TSC warped randomly between CPUs\n"); - mark_tsc_unstable("check_tsc_sync_source failed"); + schedule_work(&tsc_sync_work); } /* --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kernel/vmlinux.lds.S +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kernel/vmlinux.lds.S @@ -156,7 +156,7 @@ ALIGN_ENTRY_TEXT_END *(.gnu.warning) - } :text =0xcccc + } :text = 0xcccccccc /* End of text section, which should occupy whole number of pages */ _etext = .; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kvm/cpuid.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kvm/cpuid.c @@ -326,14 +326,6 @@ vcpu->arch.guest_supported_xcr0 = cpuid_get_supported_xcr0(vcpu->arch.cpuid_entries, vcpu->arch.cpuid_nent); - /* - * FP+SSE can always be saved/restored via KVM_{G,S}ET_XSAVE, even if - * XSAVE/XCRO are not exposed to the guest, and even if XSAVE isn't - * supported by the host. - */ - vcpu->arch.guest_fpu.fpstate->user_xfeatures = vcpu->arch.guest_supported_xcr0 | - XFEATURE_MASK_FPSSE; - kvm_update_pv_runtime(vcpu); vcpu->arch.maxphyaddr = cpuid_query_maxphyaddr(vcpu); --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kvm/hyperv.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kvm/hyperv.c @@ -727,10 +727,12 @@ stimer_cleanup(stimer); stimer->count = count; - if (stimer->count == 0) - stimer->config.enable = 0; - else if (stimer->config.auto_enable) - stimer->config.enable = 1; + if (!host) { + if (stimer->count == 0) + stimer->config.enable = 0; + else if (stimer->config.auto_enable) + stimer->config.enable = 1; + } if (stimer->config.enable) stimer_mark_pending(stimer, false); --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kvm/lapic.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kvm/lapic.c @@ -2423,22 +2423,22 @@ void kvm_apic_write_nodecode(struct kvm_vcpu *vcpu, u32 offset) { struct kvm_lapic *apic = vcpu->arch.apic; - u64 val; /* - * ICR is a single 64-bit register when x2APIC is enabled. For legacy - * xAPIC, ICR writes need to go down the common (slightly slower) path - * to get the upper half from ICR2. + * ICR is a single 64-bit register when x2APIC is enabled, all others + * registers hold 32-bit values. For legacy xAPIC, ICR writes need to + * go down the common path to get the upper half from ICR2. + * + * Note, using the write helpers may incur an unnecessary write to the + * virtual APIC state, but KVM needs to conditionally modify the value + * in certain cases, e.g. to clear the ICR busy bit. The cost of extra + * conditional branches is likely a wash relative to the cost of the + * maybe-unecessary write, and both are in the noise anyways. */ - if (apic_x2apic_mode(apic) && offset == APIC_ICR) { - val = kvm_lapic_get_reg64(apic, APIC_ICR); - kvm_apic_send_ipi(apic, (u32)val, (u32)(val >> 32)); - trace_kvm_apic_write(APIC_ICR, val); - } else { - /* TODO: optimize to just emulate side effect w/o one more write */ - val = kvm_lapic_get_reg(apic, offset); - kvm_lapic_reg_write(apic, offset, (u32)val); - } + if (apic_x2apic_mode(apic) && offset == APIC_ICR) + kvm_x2apic_icr_write(apic, kvm_lapic_get_reg64(apic, APIC_ICR)); + else + kvm_lapic_reg_write(apic, offset, kvm_lapic_get_reg(apic, offset)); } EXPORT_SYMBOL_GPL(kvm_apic_write_nodecode); @@ -2649,6 +2649,8 @@ u64 msr_val; int i; + static_call_cond(kvm_x86_apicv_pre_state_restore)(vcpu); + if (!init_event) { msr_val = APIC_DEFAULT_PHYS_BASE | MSR_IA32_APICBASE_ENABLE; if (kvm_vcpu_is_reset_bsp(vcpu)) @@ -2738,13 +2740,17 @@ { u32 reg = kvm_lapic_get_reg(apic, lvt_type); int vector, mode, trig_mode; + int r; if (kvm_apic_hw_enabled(apic) && !(reg & APIC_LVT_MASKED)) { vector = reg & APIC_VECTOR_MASK; mode = reg & APIC_MODE_MASK; trig_mode = reg & APIC_LVT_LEVEL_TRIGGER; - return __apic_accept_irq(apic, mode, vector, 1, trig_mode, - NULL); + + r = __apic_accept_irq(apic, mode, vector, 1, trig_mode, NULL); + if (r && lvt_type == APIC_LVTPC) + kvm_lapic_set_reg(apic, APIC_LVTPC, reg | APIC_LVT_MASKED); + return r; } return 0; } @@ -2956,6 +2962,8 @@ struct kvm_lapic *apic = vcpu->arch.apic; int r; + static_call_cond(kvm_x86_apicv_pre_state_restore)(vcpu); + kvm_lapic_set_base(vcpu, vcpu->arch.apic_base); /* set SPIV separately to get count of SW disabled APICs right */ apic_set_spiv(apic, *((u32 *)(s->regs + APIC_SPIV))); --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kvm/mmu/mmu.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kvm/mmu/mmu.c @@ -6206,21 +6206,17 @@ kvm_mmu_zap_all_fast(kvm); } -int kvm_mmu_init_vm(struct kvm *kvm) +void kvm_mmu_init_vm(struct kvm *kvm) { struct kvm_page_track_notifier_node *node = &kvm->arch.mmu_sp_tracker; - int r; INIT_LIST_HEAD(&kvm->arch.active_mmu_pages); INIT_LIST_HEAD(&kvm->arch.zapped_obsolete_pages); INIT_LIST_HEAD(&kvm->arch.possible_nx_huge_pages); spin_lock_init(&kvm->arch.mmu_unsync_pages_lock); - if (tdp_mmu_enabled) { - r = kvm_mmu_init_tdp_mmu(kvm); - if (r < 0) - return r; - } + if (tdp_mmu_enabled) + kvm_mmu_init_tdp_mmu(kvm); node->track_write = kvm_mmu_pte_write; node->track_flush_slot = kvm_mmu_invalidate_zap_pages_in_memslot; @@ -6233,8 +6229,6 @@ kvm->arch.split_desc_cache.kmem_cache = pte_list_desc_cache; kvm->arch.split_desc_cache.gfp_zero = __GFP_ZERO; - - return 0; } static void mmu_free_vm_memory_caches(struct kvm *kvm) @@ -6294,7 +6288,6 @@ void kvm_zap_gfn_range(struct kvm *kvm, gfn_t gfn_start, gfn_t gfn_end) { bool flush; - int i; if (WARN_ON_ONCE(gfn_end <= gfn_start)) return; @@ -6305,11 +6298,8 @@ flush = kvm_rmap_zap_gfn_range(kvm, gfn_start, gfn_end); - if (tdp_mmu_enabled) { - for (i = 0; i < KVM_ADDRESS_SPACE_NUM; i++) - flush = kvm_tdp_mmu_zap_leafs(kvm, i, gfn_start, - gfn_end, true, flush); - } + if (tdp_mmu_enabled) + flush = kvm_tdp_mmu_zap_leafs(kvm, gfn_start, gfn_end, flush); if (flush) kvm_flush_remote_tlbs_range(kvm, gfn_start, gfn_end - gfn_start); --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kvm/mmu/mmu_internal.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kvm/mmu/mmu_internal.h @@ -56,7 +56,12 @@ bool tdp_mmu_page; bool unsync; - u8 mmu_valid_gen; + union { + u8 mmu_valid_gen; + + /* Only accessed under slots_lock. */ + bool tdp_mmu_scheduled_root_to_zap; + }; /* * The shadow page can't be replaced by an equivalent huge page @@ -98,13 +103,7 @@ struct kvm_rmap_head parent_ptes; /* rmap pointers to parent sptes */ tdp_ptep_t ptep; }; - union { - DECLARE_BITMAP(unsync_child_bitmap, 512); - struct { - struct work_struct tdp_mmu_async_work; - void *tdp_mmu_async_data; - }; - }; + DECLARE_BITMAP(unsync_child_bitmap, 512); /* * Tracks shadow pages that, if zapped, would allow KVM to create an NX --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kvm/mmu/tdp_mmu.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kvm/mmu/tdp_mmu.c @@ -12,18 +12,10 @@ #include /* Initializes the TDP MMU for the VM, if enabled. */ -int kvm_mmu_init_tdp_mmu(struct kvm *kvm) +void kvm_mmu_init_tdp_mmu(struct kvm *kvm) { - struct workqueue_struct *wq; - - wq = alloc_workqueue("kvm", WQ_UNBOUND|WQ_MEM_RECLAIM|WQ_CPU_INTENSIVE, 0); - if (!wq) - return -ENOMEM; - INIT_LIST_HEAD(&kvm->arch.tdp_mmu_roots); spin_lock_init(&kvm->arch.tdp_mmu_pages_lock); - kvm->arch.tdp_mmu_zap_wq = wq; - return 1; } /* Arbitrarily returns true so that this may be used in if statements. */ @@ -46,20 +38,15 @@ * ultimately frees all roots. */ kvm_tdp_mmu_invalidate_all_roots(kvm); - - /* - * Destroying a workqueue also first flushes the workqueue, i.e. no - * need to invoke kvm_tdp_mmu_zap_invalidated_roots(). - */ - destroy_workqueue(kvm->arch.tdp_mmu_zap_wq); + kvm_tdp_mmu_zap_invalidated_roots(kvm); WARN_ON(atomic64_read(&kvm->arch.tdp_mmu_pages)); WARN_ON(!list_empty(&kvm->arch.tdp_mmu_roots)); /* * Ensure that all the outstanding RCU callbacks to free shadow pages - * can run before the VM is torn down. Work items on tdp_mmu_zap_wq - * can call kvm_tdp_mmu_put_root and create new callbacks. + * can run before the VM is torn down. Putting the last reference to + * zapped roots will create new callbacks. */ rcu_barrier(); } @@ -86,46 +73,6 @@ tdp_mmu_free_sp(sp); } -static void tdp_mmu_zap_root(struct kvm *kvm, struct kvm_mmu_page *root, - bool shared); - -static void tdp_mmu_zap_root_work(struct work_struct *work) -{ - struct kvm_mmu_page *root = container_of(work, struct kvm_mmu_page, - tdp_mmu_async_work); - struct kvm *kvm = root->tdp_mmu_async_data; - - read_lock(&kvm->mmu_lock); - - /* - * A TLB flush is not necessary as KVM performs a local TLB flush when - * allocating a new root (see kvm_mmu_load()), and when migrating vCPU - * to a different pCPU. Note, the local TLB flush on reuse also - * invalidates any paging-structure-cache entries, i.e. TLB entries for - * intermediate paging structures, that may be zapped, as such entries - * are associated with the ASID on both VMX and SVM. - */ - tdp_mmu_zap_root(kvm, root, true); - - /* - * Drop the refcount using kvm_tdp_mmu_put_root() to test its logic for - * avoiding an infinite loop. By design, the root is reachable while - * it's being asynchronously zapped, thus a different task can put its - * last reference, i.e. flowing through kvm_tdp_mmu_put_root() for an - * asynchronously zapped root is unavoidable. - */ - kvm_tdp_mmu_put_root(kvm, root, true); - - read_unlock(&kvm->mmu_lock); -} - -static void tdp_mmu_schedule_zap_root(struct kvm *kvm, struct kvm_mmu_page *root) -{ - root->tdp_mmu_async_data = kvm; - INIT_WORK(&root->tdp_mmu_async_work, tdp_mmu_zap_root_work); - queue_work(kvm->arch.tdp_mmu_zap_wq, &root->tdp_mmu_async_work); -} - void kvm_tdp_mmu_put_root(struct kvm *kvm, struct kvm_mmu_page *root, bool shared) { @@ -211,8 +158,12 @@ #define for_each_valid_tdp_mmu_root_yield_safe(_kvm, _root, _as_id, _shared) \ __for_each_tdp_mmu_root_yield_safe(_kvm, _root, _as_id, _shared, true) -#define for_each_tdp_mmu_root_yield_safe(_kvm, _root, _as_id) \ - __for_each_tdp_mmu_root_yield_safe(_kvm, _root, _as_id, false, false) +#define for_each_tdp_mmu_root_yield_safe(_kvm, _root, _shared) \ + for (_root = tdp_mmu_next_root(_kvm, NULL, _shared, false); \ + _root; \ + _root = tdp_mmu_next_root(_kvm, _root, _shared, false)) \ + if (!kvm_lockdep_assert_mmu_lock_held(_kvm, _shared)) { \ + } else /* * Iterate over all TDP MMU roots. Requires that mmu_lock be held for write, @@ -292,7 +243,7 @@ * by a memslot update or by the destruction of the VM. Initialize the * refcount to two; one reference for the vCPU, and one reference for * the TDP MMU itself, which is held until the root is invalidated and - * is ultimately put by tdp_mmu_zap_root_work(). + * is ultimately put by kvm_tdp_mmu_zap_invalidated_roots(). */ refcount_set(&root->tdp_mmu_root_count, 2); @@ -877,13 +828,12 @@ * true if a TLB flush is needed before releasing the MMU lock, i.e. if one or * more SPTEs were zapped since the MMU lock was last acquired. */ -bool kvm_tdp_mmu_zap_leafs(struct kvm *kvm, int as_id, gfn_t start, gfn_t end, - bool can_yield, bool flush) +bool kvm_tdp_mmu_zap_leafs(struct kvm *kvm, gfn_t start, gfn_t end, bool flush) { struct kvm_mmu_page *root; - for_each_tdp_mmu_root_yield_safe(kvm, root, as_id) - flush = tdp_mmu_zap_leafs(kvm, root, start, end, can_yield, flush); + for_each_tdp_mmu_root_yield_safe(kvm, root, false) + flush = tdp_mmu_zap_leafs(kvm, root, start, end, true, flush); return flush; } @@ -891,7 +841,6 @@ void kvm_tdp_mmu_zap_all(struct kvm *kvm) { struct kvm_mmu_page *root; - int i; /* * Zap all roots, including invalid roots, as all SPTEs must be dropped @@ -905,10 +854,8 @@ * is being destroyed or the userspace VMM has exited. In both cases, * KVM_RUN is unreachable, i.e. no vCPUs will ever service the request. */ - for (i = 0; i < KVM_ADDRESS_SPACE_NUM; i++) { - for_each_tdp_mmu_root_yield_safe(kvm, root, i) - tdp_mmu_zap_root(kvm, root, false); - } + for_each_tdp_mmu_root_yield_safe(kvm, root, false) + tdp_mmu_zap_root(kvm, root, false); } /* @@ -917,18 +864,47 @@ */ void kvm_tdp_mmu_zap_invalidated_roots(struct kvm *kvm) { - flush_workqueue(kvm->arch.tdp_mmu_zap_wq); + struct kvm_mmu_page *root; + + read_lock(&kvm->mmu_lock); + + for_each_tdp_mmu_root_yield_safe(kvm, root, true) { + if (!root->tdp_mmu_scheduled_root_to_zap) + continue; + + root->tdp_mmu_scheduled_root_to_zap = false; + KVM_BUG_ON(!root->role.invalid, kvm); + + /* + * A TLB flush is not necessary as KVM performs a local TLB + * flush when allocating a new root (see kvm_mmu_load()), and + * when migrating a vCPU to a different pCPU. Note, the local + * TLB flush on reuse also invalidates paging-structure-cache + * entries, i.e. TLB entries for intermediate paging structures, + * that may be zapped, as such entries are associated with the + * ASID on both VMX and SVM. + */ + tdp_mmu_zap_root(kvm, root, true); + + /* + * The referenced needs to be put *after* zapping the root, as + * the root must be reachable by mmu_notifiers while it's being + * zapped + */ + kvm_tdp_mmu_put_root(kvm, root, true); + } + + read_unlock(&kvm->mmu_lock); } /* * Mark each TDP MMU root as invalid to prevent vCPUs from reusing a root that * is about to be zapped, e.g. in response to a memslots update. The actual - * zapping is performed asynchronously. Using a separate workqueue makes it - * easy to ensure that the destruction is performed before the "fast zap" - * completes, without keeping a separate list of invalidated roots; the list is - * effectively the list of work items in the workqueue. + * zapping is done separately so that it happens with mmu_lock with read, + * whereas invalidating roots must be done with mmu_lock held for write (unless + * the VM is being destroyed). * - * Note, the asynchronous worker is gifted the TDP MMU's reference. + * Note, kvm_tdp_mmu_zap_invalidated_roots() is gifted the TDP MMU's reference. * See kvm_tdp_mmu_get_vcpu_root_hpa(). */ void kvm_tdp_mmu_invalidate_all_roots(struct kvm *kvm) @@ -953,19 +929,20 @@ /* * As above, mmu_lock isn't held when destroying the VM! There can't * be other references to @kvm, i.e. nothing else can invalidate roots - * or be consuming roots, but walking the list of roots does need to be - * guarded against roots being deleted by the asynchronous zap worker. + * or get/put references to roots. */ - rcu_read_lock(); - - list_for_each_entry_rcu(root, &kvm->arch.tdp_mmu_roots, link) { + list_for_each_entry(root, &kvm->arch.tdp_mmu_roots, link) { + /* + * Note, invalid roots can outlive a memslot update! Invalid + * roots must be *zapped* before the memslot update completes, + * but a different task can acquire a reference and keep the + * root alive after its been zapped. + */ if (!root->role.invalid) { + root->tdp_mmu_scheduled_root_to_zap = true; root->role.invalid = true; - tdp_mmu_schedule_zap_root(kvm, root); } } - - rcu_read_unlock(); } /* @@ -1146,8 +1123,13 @@ bool kvm_tdp_mmu_unmap_gfn_range(struct kvm *kvm, struct kvm_gfn_range *range, bool flush) { - return kvm_tdp_mmu_zap_leafs(kvm, range->slot->as_id, range->start, - range->end, range->may_block, flush); + struct kvm_mmu_page *root; + + __for_each_tdp_mmu_root_yield_safe(kvm, root, range->slot->as_id, false, false) + flush = tdp_mmu_zap_leafs(kvm, root, range->start, range->end, + range->may_block, flush); + + return flush; } typedef bool (*tdp_handler_t)(struct kvm *kvm, struct tdp_iter *iter, --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kvm/mmu/tdp_mmu.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kvm/mmu/tdp_mmu.h @@ -7,7 +7,7 @@ #include "spte.h" -int kvm_mmu_init_tdp_mmu(struct kvm *kvm); +void kvm_mmu_init_tdp_mmu(struct kvm *kvm); void kvm_mmu_uninit_tdp_mmu(struct kvm *kvm); hpa_t kvm_tdp_mmu_get_vcpu_root_hpa(struct kvm_vcpu *vcpu); @@ -20,8 +20,7 @@ void kvm_tdp_mmu_put_root(struct kvm *kvm, struct kvm_mmu_page *root, bool shared); -bool kvm_tdp_mmu_zap_leafs(struct kvm *kvm, int as_id, gfn_t start, - gfn_t end, bool can_yield, bool flush); +bool kvm_tdp_mmu_zap_leafs(struct kvm *kvm, gfn_t start, gfn_t end, bool flush); bool kvm_tdp_mmu_zap_sp(struct kvm *kvm, struct kvm_mmu_page *sp); void kvm_tdp_mmu_zap_all(struct kvm *kvm); void kvm_tdp_mmu_invalidate_all_roots(struct kvm *kvm); --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kvm/pmu.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kvm/pmu.h @@ -74,6 +74,12 @@ return counter & pmc_bitmask(pmc); } +static inline void pmc_write_counter(struct kvm_pmc *pmc, u64 val) +{ + pmc->counter += val - pmc_read_counter(pmc); + pmc->counter &= pmc_bitmask(pmc); +} + static inline void pmc_release_perf_event(struct kvm_pmc *pmc) { if (pmc->perf_event) { --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kvm/svm/avic.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kvm/svm/avic.c @@ -529,8 +529,11 @@ case AVIC_IPI_FAILURE_INVALID_BACKING_PAGE: WARN_ONCE(1, "Invalid backing page\n"); break; + case AVIC_IPI_FAILURE_INVALID_IPI_VECTOR: + /* Invalid IPI with vector < 16 */ + break; default: - pr_err("Unknown IPI interception\n"); + vcpu_unimpl(vcpu, "Unknown avic incomplete IPI interception\n"); } return 1; @@ -791,6 +794,7 @@ int ret = 0; unsigned long flags; struct amd_svm_iommu_ir *ir; + u64 entry; /** * In some cases, the existing irte is updated and re-set, @@ -824,6 +828,18 @@ ir->data = pi->ir_data; spin_lock_irqsave(&svm->ir_list_lock, flags); + + /* + * Update the target pCPU for IOMMU doorbells if the vCPU is running. + * If the vCPU is NOT running, i.e. is blocking or scheduled out, KVM + * will update the pCPU info when the vCPU awkened and/or scheduled in. + * See also avic_vcpu_load(). + */ + entry = READ_ONCE(*(svm->avic_physical_id_cache)); + if (entry & AVIC_PHYSICAL_ID_ENTRY_IS_RUNNING_MASK) + amd_iommu_update_ga(entry & AVIC_PHYSICAL_ID_ENTRY_HOST_PHYSICAL_ID_MASK, + true, pi->ir_data); + list_add(&ir->node, &svm->ir_list); spin_unlock_irqrestore(&svm->ir_list_lock, flags); out: @@ -986,10 +1002,11 @@ avic_update_iommu_vcpu_affinity(struct kvm_vcpu *vcpu, int cpu, bool r) { int ret = 0; - unsigned long flags; struct amd_svm_iommu_ir *ir; struct vcpu_svm *svm = to_svm(vcpu); + lockdep_assert_held(&svm->ir_list_lock); + if (!kvm_arch_has_assigned_device(vcpu->kvm)) return 0; @@ -997,19 +1014,15 @@ * Here, we go through the per-vcpu ir_list to update all existing * interrupt remapping table entry targeting this vcpu. */ - spin_lock_irqsave(&svm->ir_list_lock, flags); - if (list_empty(&svm->ir_list)) - goto out; + return 0; list_for_each_entry(ir, &svm->ir_list, node) { ret = amd_iommu_update_ga(cpu, r, ir->data); if (ret) - break; + return ret; } -out: - spin_unlock_irqrestore(&svm->ir_list_lock, flags); - return ret; + return 0; } void avic_vcpu_load(struct kvm_vcpu *vcpu, int cpu) @@ -1017,6 +1030,7 @@ u64 entry; int h_physical_id = kvm_cpu_get_apicid(cpu); struct vcpu_svm *svm = to_svm(vcpu); + unsigned long flags; lockdep_assert_preemption_disabled(); @@ -1033,6 +1047,15 @@ if (kvm_vcpu_is_blocking(vcpu)) return; + /* + * Grab the per-vCPU interrupt remapping lock even if the VM doesn't + * _currently_ have assigned devices, as that can change. Holding + * ir_list_lock ensures that either svm_ir_list_add() will consume + * up-to-date entry information, or that this task will wait until + * svm_ir_list_add() completes to set the new target pCPU. + */ + spin_lock_irqsave(&svm->ir_list_lock, flags); + entry = READ_ONCE(*(svm->avic_physical_id_cache)); WARN_ON_ONCE(entry & AVIC_PHYSICAL_ID_ENTRY_IS_RUNNING_MASK); @@ -1042,25 +1065,48 @@ WRITE_ONCE(*(svm->avic_physical_id_cache), entry); avic_update_iommu_vcpu_affinity(vcpu, h_physical_id, true); + + spin_unlock_irqrestore(&svm->ir_list_lock, flags); } void avic_vcpu_put(struct kvm_vcpu *vcpu) { u64 entry; struct vcpu_svm *svm = to_svm(vcpu); + unsigned long flags; lockdep_assert_preemption_disabled(); + /* + * Note, reading the Physical ID entry outside of ir_list_lock is safe + * as only the pCPU that has loaded (or is loading) the vCPU is allowed + * to modify the entry, and preemption is disabled. I.e. the vCPU + * can't be scheduled out and thus avic_vcpu_{put,load}() can't run + * recursively. + */ entry = READ_ONCE(*(svm->avic_physical_id_cache)); /* Nothing to do if IsRunning == '0' due to vCPU blocking. */ if (!(entry & AVIC_PHYSICAL_ID_ENTRY_IS_RUNNING_MASK)) return; + /* + * Take and hold the per-vCPU interrupt remapping lock while updating + * the Physical ID entry even though the lock doesn't protect against + * multiple writers (see above). Holding ir_list_lock ensures that + * either svm_ir_list_add() will consume up-to-date entry information, + * or that this task will wait until svm_ir_list_add() completes to + * mark the vCPU as not running. + */ + spin_lock_irqsave(&svm->ir_list_lock, flags); + avic_update_iommu_vcpu_affinity(vcpu, -1, 0); entry &= ~AVIC_PHYSICAL_ID_ENTRY_IS_RUNNING_MASK; WRITE_ONCE(*(svm->avic_physical_id_cache), entry); + + spin_unlock_irqrestore(&svm->ir_list_lock, flags); + } void avic_refresh_virtual_apic_mode(struct kvm_vcpu *vcpu) --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kvm/svm/nested.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kvm/svm/nested.c @@ -695,10 +695,9 @@ vmcb02->control.tsc_offset = vcpu->arch.tsc_offset; - if (svm->tsc_ratio_msr != kvm_caps.default_tsc_scaling_ratio) { - WARN_ON(!svm->tsc_scaling_enabled); + if (svm->tsc_scaling_enabled && + svm->tsc_ratio_msr != kvm_caps.default_tsc_scaling_ratio) nested_svm_update_tsc_ratio_msr(vcpu); - } vmcb02->control.int_ctl = (svm->nested.ctl.int_ctl & int_ctl_vmcb12_bits) | @@ -1101,8 +1100,8 @@ vmcb_mark_dirty(vmcb01, VMCB_INTERCEPTS); } - if (svm->tsc_ratio_msr != kvm_caps.default_tsc_scaling_ratio) { - WARN_ON(!svm->tsc_scaling_enabled); + if (kvm_caps.has_tsc_control && + vcpu->arch.tsc_scaling_ratio != vcpu->arch.l1_tsc_scaling_ratio) { vcpu->arch.tsc_scaling_ratio = vcpu->arch.l1_tsc_scaling_ratio; __svm_write_tsc_multiplier(vcpu->arch.tsc_scaling_ratio); } @@ -1244,6 +1243,9 @@ nested_svm_uninit_mmu_context(vcpu); vmcb_mark_all_dirty(svm->vmcb); + + if (kvm_apicv_activated(vcpu->kvm)) + kvm_make_request(KVM_REQ_APICV_UPDATE, vcpu); } kvm_clear_request(KVM_REQ_GET_NESTED_STATE_PAGES, vcpu); --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kvm/svm/pmu.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kvm/svm/pmu.c @@ -160,7 +160,7 @@ /* MSR_PERFCTRn */ pmc = get_gp_pmc_amd(pmu, msr, PMU_TYPE_COUNTER); if (pmc) { - pmc->counter += data - pmc_read_counter(pmc); + pmc_write_counter(pmc, data); pmc_update_sample_period(pmc); return 0; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kvm/svm/sev.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kvm/svm/sev.c @@ -1725,7 +1725,7 @@ * Note, the source is not required to have the same number of * vCPUs as the destination when migrating a vanilla SEV VM. */ - src_vcpu = kvm_get_vcpu(dst_kvm, i); + src_vcpu = kvm_get_vcpu(src_kvm, i); src_svm = to_svm(src_vcpu); /* @@ -2881,7 +2881,10 @@ svm->sev_es.ghcb_sa); break; case SVM_VMGEXIT_NMI_COMPLETE: - ret = svm_invoke_exit_handler(vcpu, SVM_EXIT_IRET); + ++vcpu->stat.nmi_window_exits; + svm->nmi_masked = false; + kvm_make_request(KVM_REQ_EVENT, vcpu); + ret = 1; break; case SVM_VMGEXIT_AP_HLT_LOOP: ret = kvm_emulate_ap_reset_hold(vcpu); @@ -2942,6 +2945,32 @@ count, in); } +static void sev_es_vcpu_after_set_cpuid(struct vcpu_svm *svm) +{ + struct kvm_vcpu *vcpu = &svm->vcpu; + + if (boot_cpu_has(X86_FEATURE_V_TSC_AUX)) { + bool v_tsc_aux = guest_cpuid_has(vcpu, X86_FEATURE_RDTSCP) || + guest_cpuid_has(vcpu, X86_FEATURE_RDPID); + + set_msr_interception(vcpu, svm->msrpm, MSR_TSC_AUX, v_tsc_aux, v_tsc_aux); + } +} + +void sev_vcpu_after_set_cpuid(struct vcpu_svm *svm) +{ + struct kvm_vcpu *vcpu = &svm->vcpu; + struct kvm_cpuid_entry2 *best; + + /* For sev guests, the memory encryption bit is not reserved in CR3. */ + best = kvm_find_cpuid_entry(vcpu, 0x8000001F); + if (best) + vcpu->arch.reserved_gpa_bits &= ~(1UL << (best->ebx & 0x3f)); + + if (sev_es_guest(svm->vcpu.kvm)) + sev_es_vcpu_after_set_cpuid(svm); +} + static void sev_es_init_vmcb(struct vcpu_svm *svm) { struct kvm_vcpu *vcpu = &svm->vcpu; @@ -2952,9 +2981,12 @@ /* * An SEV-ES guest requires a VMSA area that is a separate from the * VMCB page. Do not include the encryption mask on the VMSA physical - * address since hardware will access it using the guest key. + * address since hardware will access it using the guest key. Note, + * the VMSA will be NULL if this vCPU is the destination for intrahost + * migration, and will be copied later. */ - svm->vmcb->control.vmsa_pa = __pa(svm->sev_es.vmsa); + if (svm->sev_es.vmsa) + svm->vmcb->control.vmsa_pa = __pa(svm->sev_es.vmsa); /* Can't intercept CR register access, HV can't modify CR registers */ svm_clr_intercept(svm, INTERCEPT_CR0_READ); @@ -2985,14 +3017,6 @@ set_msr_interception(vcpu, svm->msrpm, MSR_IA32_LASTBRANCHTOIP, 1, 1); set_msr_interception(vcpu, svm->msrpm, MSR_IA32_LASTINTFROMIP, 1, 1); set_msr_interception(vcpu, svm->msrpm, MSR_IA32_LASTINTTOIP, 1, 1); - - if (boot_cpu_has(X86_FEATURE_V_TSC_AUX) && - (guest_cpuid_has(&svm->vcpu, X86_FEATURE_RDTSCP) || - guest_cpuid_has(&svm->vcpu, X86_FEATURE_RDPID))) { - set_msr_interception(vcpu, svm->msrpm, MSR_TSC_AUX, 1, 1); - if (guest_cpuid_has(&svm->vcpu, X86_FEATURE_RDTSCP)) - svm_clr_intercept(svm, INTERCEPT_RDTSCP); - } } void sev_init_vmcb(struct vcpu_svm *svm) --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kvm/svm/svm.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kvm/svm/svm.c @@ -365,6 +365,8 @@ svm->vmcb->control.int_state |= SVM_INTERRUPT_SHADOW_MASK; } +static bool svm_can_emulate_instruction(struct kvm_vcpu *vcpu, int emul_type, + void *insn, int insn_len); static int __svm_skip_emulated_instruction(struct kvm_vcpu *vcpu, bool commit_side_effects) @@ -385,6 +387,14 @@ } if (!svm->next_rip) { + /* + * FIXME: Drop this when kvm_emulate_instruction() does the + * right thing and treats "can't emulate" as outright failure + * for EMULTYPE_SKIP. + */ + if (!svm_can_emulate_instruction(vcpu, EMULTYPE_SKIP, NULL, 0)) + return 0; + if (unlikely(!commit_side_effects)) old_rflags = svm->vmcb->save.rflags; @@ -819,8 +829,7 @@ if (intercept == svm->x2avic_msrs_intercepted) return; - if (!x2avic_enabled || - !apic_x2apic_mode(svm->vcpu.arch.apic)) + if (!x2avic_enabled) return; for (i = 0; i < MAX_DIRECT_ACCESS_MSRS; i++) { @@ -1800,15 +1809,17 @@ bool old_paging = is_paging(vcpu); #ifdef CONFIG_X86_64 - if (vcpu->arch.efer & EFER_LME && !vcpu->arch.guest_state_protected) { + if (vcpu->arch.efer & EFER_LME) { if (!is_paging(vcpu) && (cr0 & X86_CR0_PG)) { vcpu->arch.efer |= EFER_LMA; - svm->vmcb->save.efer |= EFER_LMA | EFER_LME; + if (!vcpu->arch.guest_state_protected) + svm->vmcb->save.efer |= EFER_LMA | EFER_LME; } if (is_paging(vcpu) && !(cr0 & X86_CR0_PG)) { vcpu->arch.efer &= ~EFER_LMA; - svm->vmcb->save.efer &= ~(EFER_LMA | EFER_LME); + if (!vcpu->arch.guest_state_protected) + svm->vmcb->save.efer &= ~(EFER_LMA | EFER_LME); } } #endif @@ -2510,12 +2521,13 @@ { struct vcpu_svm *svm = to_svm(vcpu); + WARN_ON_ONCE(sev_es_guest(vcpu->kvm)); + ++vcpu->stat.nmi_window_exits; svm->awaiting_iret_completion = true; svm_clr_iret_intercept(svm); - if (!sev_es_guest(vcpu->kvm)) - svm->nmi_iret_rip = kvm_rip_read(vcpu); + svm->nmi_iret_rip = kvm_rip_read(vcpu); kvm_make_request(KVM_REQ_EVENT, vcpu); return 1; @@ -3918,12 +3930,11 @@ svm->soft_int_injected = false; /* - * If we've made progress since setting HF_IRET_MASK, we've + * If we've made progress since setting awaiting_iret_completion, we've * executed an IRET and can allow NMI injection. */ if (svm->awaiting_iret_completion && - (sev_es_guest(vcpu->kvm) || - kvm_rip_read(vcpu) != svm->nmi_iret_rip)) { + kvm_rip_read(vcpu) != svm->nmi_iret_rip) { svm->awaiting_iret_completion = false; svm->nmi_masked = false; kvm_make_request(KVM_REQ_EVENT, vcpu); @@ -4207,7 +4218,6 @@ static void svm_vcpu_after_set_cpuid(struct kvm_vcpu *vcpu) { struct vcpu_svm *svm = to_svm(vcpu); - struct kvm_cpuid_entry2 *best; vcpu->arch.xsaves_enabled = guest_cpuid_has(vcpu, X86_FEATURE_XSAVE) && boot_cpu_has(X86_FEATURE_XSAVE) && @@ -4242,12 +4252,8 @@ set_msr_interception(vcpu, svm->msrpm, MSR_IA32_FLUSH_CMD, 0, !!guest_cpuid_has(vcpu, X86_FEATURE_FLUSH_L1D)); - /* For sev guests, the memory encryption bit is not reserved in CR3. */ - if (sev_guest(vcpu->kvm)) { - best = kvm_find_cpuid_entry(vcpu, 0x8000001F); - if (best) - vcpu->arch.reserved_gpa_bits &= ~(1UL << (best->ebx & 0x3f)); - } + if (sev_guest(vcpu->kvm)) + sev_vcpu_after_set_cpuid(svm); init_vmcb_after_set_cpuid(vcpu); } @@ -4651,16 +4657,25 @@ * and cannot be decrypted by KVM, i.e. KVM would read cyphertext and * decode garbage. * - * Inject #UD if KVM reached this point without an instruction buffer. - * In practice, this path should never be hit by a well-behaved guest, - * e.g. KVM doesn't intercept #UD or #GP for SEV guests, but this path - * is still theoretically reachable, e.g. via unaccelerated fault-like - * AVIC access, and needs to be handled by KVM to avoid putting the - * guest into an infinite loop. Injecting #UD is somewhat arbitrary, - * but its the least awful option given lack of insight into the guest. + * If KVM is NOT trying to simply skip an instruction, inject #UD if + * KVM reached this point without an instruction buffer. In practice, + * this path should never be hit by a well-behaved guest, e.g. KVM + * doesn't intercept #UD or #GP for SEV guests, but this path is still + * theoretically reachable, e.g. via unaccelerated fault-like AVIC + * access, and needs to be handled by KVM to avoid putting the guest + * into an infinite loop. Injecting #UD is somewhat arbitrary, but + * its the least awful option given lack of insight into the guest. + * + * If KVM is trying to skip an instruction, simply resume the guest. + * If a #NPF occurs while the guest is vectoring an INT3/INTO, then KVM + * will attempt to re-inject the INT3/INTO and skip the instruction. + * In that scenario, retrying the INT3/INTO and hoping the guest will + * make forward progress is the only option that has a chance of + * success (and in practice it will work the vast majority of the time). */ if (unlikely(!insn)) { - kvm_queue_exception(vcpu, UD_VECTOR); + if (!(emul_type & EMULTYPE_SKIP)) + kvm_queue_exception(vcpu, UD_VECTOR); return false; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kvm/svm/svm.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kvm/svm/svm.h @@ -733,6 +733,7 @@ void sev_hardware_unsetup(void); int sev_cpu_init(struct svm_cpu_data *sd); void sev_init_vmcb(struct vcpu_svm *svm); +void sev_vcpu_after_set_cpuid(struct vcpu_svm *svm); void sev_free_vcpu(struct kvm_vcpu *vcpu); int sev_handle_vmgexit(struct kvm_vcpu *vcpu); int sev_es_string_io(struct vcpu_svm *svm, int size, unsigned int port, int in); --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kvm/vmx/pmu_intel.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kvm/vmx/pmu_intel.c @@ -406,11 +406,11 @@ if (!msr_info->host_initiated && !(msr & MSR_PMC_FULL_WIDTH_BIT)) data = (s64)(s32)data; - pmc->counter += data - pmc_read_counter(pmc); + pmc_write_counter(pmc, data); pmc_update_sample_period(pmc); break; } else if ((pmc = get_fixed_pmc(pmu, msr))) { - pmc->counter += data - pmc_read_counter(pmc); + pmc_write_counter(pmc, data); pmc_update_sample_period(pmc); break; } else if ((pmc = get_gp_pmc(pmu, msr, MSR_P6_EVNTSEL0))) { --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kvm/vmx/vmx.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kvm/vmx/vmx.c @@ -41,7 +41,7 @@ #include #include #include -#include +#include #include #include #include @@ -754,7 +754,6 @@ return ret; } -#ifdef CONFIG_KEXEC_CORE static void crash_vmclear_local_loaded_vmcss(void) { int cpu = raw_smp_processor_id(); @@ -764,7 +763,6 @@ loaded_vmcss_on_cpu_link) vmcs_clear(v->vmcs); } -#endif /* CONFIG_KEXEC_CORE */ static void __loaded_vmcs_clear(void *arg) { @@ -6911,7 +6909,7 @@ vmcs_write64(EOI_EXIT_BITMAP3, eoi_exit_bitmap[3]); } -static void vmx_apicv_post_state_restore(struct kvm_vcpu *vcpu) +static void vmx_apicv_pre_state_restore(struct kvm_vcpu *vcpu) { struct vcpu_vmx *vmx = to_vmx(vcpu); @@ -7243,13 +7241,20 @@ flags); vcpu->arch.cr2 = native_read_cr2(); + vcpu->arch.regs_avail &= ~VMX_REGS_LAZY_LOAD_SET; + + vmx->idt_vectoring_info = 0; vmx_enable_fb_clear(vmx); - if (unlikely(vmx->fail)) + if (unlikely(vmx->fail)) { vmx->exit_reason.full = 0xdead; - else - vmx->exit_reason.full = vmcs_read32(VM_EXIT_REASON); + goto out; + } + + vmx->exit_reason.full = vmcs_read32(VM_EXIT_REASON); + if (likely(!vmx->exit_reason.failed_vmentry)) + vmx->idt_vectoring_info = vmcs_read32(IDT_VECTORING_INFO_FIELD); if ((u16)vmx->exit_reason.basic == EXIT_REASON_EXCEPTION_NMI && is_nmi(vmx_get_intr_info(vcpu))) { @@ -7258,6 +7263,7 @@ kvm_after_interrupt(vcpu); } +out: guest_state_exit_irqoff(); } @@ -7379,8 +7385,6 @@ loadsegment(es, __USER_DS); #endif - vcpu->arch.regs_avail &= ~VMX_REGS_LAZY_LOAD_SET; - pt_guest_exit(vmx); kvm_load_host_xsave_state(vcpu); @@ -7397,17 +7401,12 @@ vmx->nested.nested_run_pending = 0; } - vmx->idt_vectoring_info = 0; - if (unlikely(vmx->fail)) return EXIT_FASTPATH_NONE; if (unlikely((u16)vmx->exit_reason.basic == EXIT_REASON_MCE_DURING_VMENTRY)) kvm_machine_check(); - if (likely(!vmx->exit_reason.failed_vmentry)) - vmx->idt_vectoring_info = vmcs_read32(IDT_VECTORING_INFO_FIELD); - trace_kvm_exit(vcpu, KVM_ISA_VMX); if (unlikely(vmx->exit_reason.failed_vmentry)) @@ -8276,7 +8275,7 @@ .set_apic_access_page_addr = vmx_set_apic_access_page_addr, .refresh_apicv_exec_ctrl = vmx_refresh_apicv_exec_ctrl, .load_eoi_exitmap = vmx_load_eoi_exitmap, - .apicv_post_state_restore = vmx_apicv_post_state_restore, + .apicv_pre_state_restore = vmx_apicv_pre_state_restore, .required_apicv_inhibits = VMX_REQUIRED_APICV_INHIBITS, .hwapic_irr_update = vmx_hwapic_irr_update, .hwapic_isr_update = vmx_hwapic_isr_update, @@ -8622,10 +8621,9 @@ { allow_smaller_maxphyaddr = false; -#ifdef CONFIG_KEXEC_CORE RCU_INIT_POINTER(crash_vmclear_loaded_vmcss, NULL); synchronize_rcu(); -#endif + vmx_cleanup_l1d_flush(); } @@ -8674,10 +8672,9 @@ pi_init_cpu(cpu); } -#ifdef CONFIG_KEXEC_CORE rcu_assign_pointer(crash_vmclear_loaded_vmcss, crash_vmclear_local_loaded_vmcss); -#endif + vmx_check_vmcs12_offsets(); /* --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/kvm/x86.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/kvm/x86.c @@ -3643,6 +3643,7 @@ case MSR_AMD64_PATCH_LOADER: case MSR_AMD64_BU_CFG2: case MSR_AMD64_DC_CFG: + case MSR_AMD64_TW_CFG: case MSR_F15H_EX_CFG: break; @@ -4067,6 +4068,7 @@ case MSR_AMD64_BU_CFG2: case MSR_IA32_PERF_CTL: case MSR_AMD64_DC_CFG: + case MSR_AMD64_TW_CFG: case MSR_F15H_EX_CFG: /* * Intel Sandy Bridge CPUs must support the RAPL (running average power @@ -5385,26 +5387,37 @@ return 0; } -static void kvm_vcpu_ioctl_x86_get_xsave(struct kvm_vcpu *vcpu, - struct kvm_xsave *guest_xsave) -{ - if (fpstate_is_confidential(&vcpu->arch.guest_fpu)) - return; - - fpu_copy_guest_fpstate_to_uabi(&vcpu->arch.guest_fpu, - guest_xsave->region, - sizeof(guest_xsave->region), - vcpu->arch.pkru); -} static void kvm_vcpu_ioctl_x86_get_xsave2(struct kvm_vcpu *vcpu, u8 *state, unsigned int size) { + /* + * Only copy state for features that are enabled for the guest. The + * state itself isn't problematic, but setting bits in the header for + * features that are supported in *this* host but not exposed to the + * guest can result in KVM_SET_XSAVE failing when live migrating to a + * compatible host without the features that are NOT exposed to the + * guest. + * + * FP+SSE can always be saved/restored via KVM_{G,S}ET_XSAVE, even if + * XSAVE/XCRO are not exposed to the guest, and even if XSAVE isn't + * supported by the host. + */ + u64 supported_xcr0 = vcpu->arch.guest_supported_xcr0 | + XFEATURE_MASK_FPSSE; + if (fpstate_is_confidential(&vcpu->arch.guest_fpu)) return; - fpu_copy_guest_fpstate_to_uabi(&vcpu->arch.guest_fpu, - state, size, vcpu->arch.pkru); + fpu_copy_guest_fpstate_to_uabi(&vcpu->arch.guest_fpu, state, size, + supported_xcr0, vcpu->arch.pkru); +} + +static void kvm_vcpu_ioctl_x86_get_xsave(struct kvm_vcpu *vcpu, + struct kvm_xsave *guest_xsave) +{ + return kvm_vcpu_ioctl_x86_get_xsave2(vcpu, (void *)guest_xsave->region, + sizeof(guest_xsave->region)); } static int kvm_vcpu_ioctl_x86_set_xsave(struct kvm_vcpu *vcpu, @@ -12302,9 +12315,7 @@ if (ret) goto out; - ret = kvm_mmu_init_vm(kvm); - if (ret) - goto out_page_track; + kvm_mmu_init_vm(kvm); ret = static_call(kvm_x86_vm_init)(kvm); if (ret) @@ -12349,7 +12360,6 @@ out_uninit_mmu: kvm_mmu_uninit_vm(kvm); -out_page_track: kvm_page_track_cleanup(kvm); out: return ret; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/lib/copy_mc.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/lib/copy_mc.c @@ -70,23 +70,23 @@ } EXPORT_SYMBOL_GPL(copy_mc_to_kernel); -unsigned long __must_check copy_mc_to_user(void *dst, const void *src, unsigned len) +unsigned long __must_check copy_mc_to_user(void __user *dst, const void *src, unsigned len) { unsigned long ret; if (copy_mc_fragile_enabled) { __uaccess_begin(); - ret = copy_mc_fragile(dst, src, len); + ret = copy_mc_fragile((__force void *)dst, src, len); __uaccess_end(); return ret; } if (static_cpu_has(X86_FEATURE_ERMS)) { __uaccess_begin(); - ret = copy_mc_enhanced_fast_string(dst, src, len); + ret = copy_mc_enhanced_fast_string((__force void *)dst, src, len); __uaccess_end(); return ret; } - return copy_user_generic(dst, src, len); + return copy_user_generic((__force void *)dst, src, len); } --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/lib/copy_user_64.S +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/lib/copy_user_64.S @@ -27,7 +27,7 @@ * NOTE! The calling convention is very intentionally the same as * for 'rep movs', so that we can rewrite the function call with * just a plain 'rep movs' on machines that have FSRM. But to make - * it simpler for us, we can clobber rsi/rdi and rax/r8-r11 freely. + * it simpler for us, we can clobber rsi/rdi and rax freely. */ SYM_FUNC_START(rep_movs_alternative) cmpq $64,%rcx @@ -68,55 +68,24 @@ _ASM_EXTABLE_UA( 3b, .Lcopy_user_tail) .Llarge: -0: ALTERNATIVE "jmp .Lunrolled", "rep movsb", X86_FEATURE_ERMS +0: ALTERNATIVE "jmp .Llarge_movsq", "rep movsb", X86_FEATURE_ERMS 1: RET - _ASM_EXTABLE_UA( 0b, 1b) + _ASM_EXTABLE_UA( 0b, 1b) - .p2align 4 -.Lunrolled: -10: movq (%rsi),%r8 -11: movq 8(%rsi),%r9 -12: movq 16(%rsi),%r10 -13: movq 24(%rsi),%r11 -14: movq %r8,(%rdi) -15: movq %r9,8(%rdi) -16: movq %r10,16(%rdi) -17: movq %r11,24(%rdi) -20: movq 32(%rsi),%r8 -21: movq 40(%rsi),%r9 -22: movq 48(%rsi),%r10 -23: movq 56(%rsi),%r11 -24: movq %r8,32(%rdi) -25: movq %r9,40(%rdi) -26: movq %r10,48(%rdi) -27: movq %r11,56(%rdi) - addq $64,%rsi - addq $64,%rdi - subq $64,%rcx - cmpq $64,%rcx - jae .Lunrolled - cmpl $8,%ecx - jae .Lword +.Llarge_movsq: + movq %rcx,%rax + shrq $3,%rcx + andl $7,%eax +0: rep movsq + movl %eax,%ecx testl %ecx,%ecx jne .Lcopy_user_tail RET - _ASM_EXTABLE_UA(10b, .Lcopy_user_tail) - _ASM_EXTABLE_UA(11b, .Lcopy_user_tail) - _ASM_EXTABLE_UA(12b, .Lcopy_user_tail) - _ASM_EXTABLE_UA(13b, .Lcopy_user_tail) - _ASM_EXTABLE_UA(14b, .Lcopy_user_tail) - _ASM_EXTABLE_UA(15b, .Lcopy_user_tail) - _ASM_EXTABLE_UA(16b, .Lcopy_user_tail) - _ASM_EXTABLE_UA(17b, .Lcopy_user_tail) - _ASM_EXTABLE_UA(20b, .Lcopy_user_tail) - _ASM_EXTABLE_UA(21b, .Lcopy_user_tail) - _ASM_EXTABLE_UA(22b, .Lcopy_user_tail) - _ASM_EXTABLE_UA(23b, .Lcopy_user_tail) - _ASM_EXTABLE_UA(24b, .Lcopy_user_tail) - _ASM_EXTABLE_UA(25b, .Lcopy_user_tail) - _ASM_EXTABLE_UA(26b, .Lcopy_user_tail) - _ASM_EXTABLE_UA(27b, .Lcopy_user_tail) +1: leaq (%rax,%rcx,8),%rcx + jmp .Lcopy_user_tail + + _ASM_EXTABLE_UA( 0b, 1b) SYM_FUNC_END(rep_movs_alternative) EXPORT_SYMBOL(rep_movs_alternative) --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/lib/memcpy_64.S +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/lib/memcpy_64.S @@ -40,7 +40,7 @@ SYM_FUNC_END(__memcpy) EXPORT_SYMBOL(__memcpy) -SYM_FUNC_ALIAS(memcpy, __memcpy) +SYM_FUNC_ALIAS_MEMFUNC(memcpy, __memcpy) EXPORT_SYMBOL(memcpy) SYM_FUNC_START_LOCAL(memcpy_orig) --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/lib/memmove_64.S +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/lib/memmove_64.S @@ -212,5 +212,5 @@ SYM_FUNC_END(__memmove) EXPORT_SYMBOL(__memmove) -SYM_FUNC_ALIAS(memmove, __memmove) +SYM_FUNC_ALIAS_MEMFUNC(memmove, __memmove) EXPORT_SYMBOL(memmove) --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/lib/memset_64.S +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/lib/memset_64.S @@ -40,7 +40,7 @@ SYM_FUNC_END(__memset) EXPORT_SYMBOL(__memset) -SYM_FUNC_ALIAS(memset, __memset) +SYM_FUNC_ALIAS_MEMFUNC(memset, __memset) EXPORT_SYMBOL(memset) SYM_FUNC_START_LOCAL(memset_orig) --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/lib/putuser.S +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/lib/putuser.S @@ -56,7 +56,6 @@ EXPORT_SYMBOL(__put_user_1) SYM_FUNC_START(__put_user_nocheck_1) - ENDBR ASM_STAC 2: movb %al,(%_ASM_CX) xor %ecx,%ecx @@ -76,7 +75,6 @@ EXPORT_SYMBOL(__put_user_2) SYM_FUNC_START(__put_user_nocheck_2) - ENDBR ASM_STAC 4: movw %ax,(%_ASM_CX) xor %ecx,%ecx @@ -96,7 +94,6 @@ EXPORT_SYMBOL(__put_user_4) SYM_FUNC_START(__put_user_nocheck_4) - ENDBR ASM_STAC 6: movl %eax,(%_ASM_CX) xor %ecx,%ecx @@ -119,7 +116,6 @@ EXPORT_SYMBOL(__put_user_8) SYM_FUNC_START(__put_user_nocheck_8) - ENDBR ASM_STAC 9: mov %_ASM_AX,(%_ASM_CX) #ifdef CONFIG_X86_32 --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/mm/maccess.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/mm/maccess.c @@ -9,12 +9,21 @@ unsigned long vaddr = (unsigned long)unsafe_src; /* - * Range covering the highest possible canonical userspace address - * as well as non-canonical address range. For the canonical range - * we also need to include the userspace guard page. + * Do not allow userspace addresses. This disallows + * normal userspace and the userspace guard page: */ - return vaddr >= TASK_SIZE_MAX + PAGE_SIZE && - __is_canonical_address(vaddr, boot_cpu_data.x86_virt_bits); + if (vaddr < TASK_SIZE_MAX + PAGE_SIZE) + return false; + + /* + * Allow everything during early boot before 'x86_virt_bits' + * is initialized. Needed for instruction decoding in early + * exception handlers. + */ + if (!boot_cpu_data.x86_virt_bits) + return true; + + return __is_canonical_address(vaddr, boot_cpu_data.x86_virt_bits); } #else bool copy_from_kernel_nofault_allowed(const void *unsafe_src, size_t size) --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/mm/mem_encrypt_amd.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/mm/mem_encrypt_amd.c @@ -34,6 +34,7 @@ #include #include #include +#include #include "mm_internal.h" @@ -288,11 +289,10 @@ return !cpu_feature_enabled(X86_FEATURE_SME_COHERENT); } -static void enc_dec_hypercall(unsigned long vaddr, int npages, bool enc) +static void enc_dec_hypercall(unsigned long vaddr, unsigned long size, bool enc) { #ifdef CONFIG_PARAVIRT - unsigned long sz = npages << PAGE_SHIFT; - unsigned long vaddr_end = vaddr + sz; + unsigned long vaddr_end = vaddr + size; while (vaddr < vaddr_end) { int psize, pmask, level; @@ -342,7 +342,7 @@ snp_set_memory_private(vaddr, npages); if (!cc_platform_has(CC_ATTR_HOST_MEM_ENCRYPT)) - enc_dec_hypercall(vaddr, npages, enc); + enc_dec_hypercall(vaddr, npages << PAGE_SHIFT, enc); return true; } @@ -466,7 +466,7 @@ ret = 0; - early_set_mem_enc_dec_hypercall(start, PAGE_ALIGN(size) >> PAGE_SHIFT, enc); + early_set_mem_enc_dec_hypercall(start, size, enc); out: __flush_tlb_all(); return ret; @@ -482,9 +482,9 @@ return early_set_memory_enc_dec(vaddr, size, true); } -void __init early_set_mem_enc_dec_hypercall(unsigned long vaddr, int npages, bool enc) +void __init early_set_mem_enc_dec_hypercall(unsigned long vaddr, unsigned long size, bool enc) { - enc_dec_hypercall(vaddr, npages, enc); + enc_dec_hypercall(vaddr, size, enc); } void __init sme_early_init(void) @@ -505,6 +505,16 @@ x86_platform.guest.enc_cache_flush_required = amd_enc_cache_flush_required; /* + * The VMM is capable of injecting interrupt 0x80 and triggering the + * compatibility syscall path. + * + * By default, the 32-bit emulation is disabled in order to ensure + * the safety of the VM. + */ + if (sev_status & MSR_AMD64_SEV_ENABLED) + ia32_disable(); + + /* * AMD-SEV-ES intercepts the RDMSR to read the X2APIC ID in the * parallel bringup low level code. That raises #VC which cannot be * handled there. --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/mm/numa.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/mm/numa.c @@ -11,6 +11,7 @@ #include #include #include +#include #include #include @@ -601,13 +602,6 @@ if (start >= end) continue; - /* - * Don't confuse VM with a node that doesn't have the - * minimum amount of memory: - */ - if (end && (end - start) < NODE_MIN_SIZE) - continue; - alloc_node_data(nid); } @@ -961,4 +955,83 @@ return nid; } EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid); + +static int __init cmp_memblk(const void *a, const void *b) +{ + const struct numa_memblk *ma = *(const struct numa_memblk **)a; + const struct numa_memblk *mb = *(const struct numa_memblk **)b; + + return ma->start - mb->start; +} + +static struct numa_memblk *numa_memblk_list[NR_NODE_MEMBLKS] __initdata; + +/** + * numa_fill_memblks - Fill gaps in numa_meminfo memblks + * @start: address to begin fill + * @end: address to end fill + * + * Find and extend numa_meminfo memblks to cover the @start-@end + * physical address range, such that the first memblk includes + * @start, the last memblk includes @end, and any gaps in between + * are filled. + * + * RETURNS: + * 0 : Success + * NUMA_NO_MEMBLK : No memblk exists in @start-@end range + */ + +int __init numa_fill_memblks(u64 start, u64 end) +{ + struct numa_memblk **blk = &numa_memblk_list[0]; + struct numa_meminfo *mi = &numa_meminfo; + int count = 0; + u64 prev_end; + + /* + * Create a list of pointers to numa_meminfo memblks that + * overlap start, end. Exclude (start == bi->end) since + * end addresses in both a CFMWS range and a memblk range + * are exclusive. + * + * This list of pointers is used to make in-place changes + * that fill out the numa_meminfo memblks. + */ + for (int i = 0; i < mi->nr_blks; i++) { + struct numa_memblk *bi = &mi->blk[i]; + + if (start < bi->end && end >= bi->start) { + blk[count] = &mi->blk[i]; + count++; + } + } + if (!count) + return NUMA_NO_MEMBLK; + + /* Sort the list of pointers in memblk->start order */ + sort(&blk[0], count, sizeof(blk[0]), cmp_memblk, NULL); + + /* Make sure the first/last memblks include start/end */ + blk[0]->start = min(blk[0]->start, start); + blk[count - 1]->end = max(blk[count - 1]->end, end); + + /* + * Fill any gaps by tracking the previous memblks + * end address and backfilling to it if needed. + */ + prev_end = blk[0]->end; + for (int i = 1; i < count; i++) { + struct numa_memblk *curr = blk[i]; + + if (prev_end >= curr->start) { + if (prev_end < curr->end) + prev_end = curr->end; + } else { + curr->start = prev_end; + prev_end = curr->end; + } + } + return 0; +} + #endif --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/net/bpf_jit_comp.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/net/bpf_jit_comp.c @@ -963,6 +963,10 @@ #define INSN_SZ_DIFF (((addrs[i] - addrs[i - 1]) - (prog - temp))) +/* mov rax, qword ptr [rbp - rounded_stack_depth - 8] */ +#define RESTORE_TAIL_CALL_CNT(stack) \ + EMIT3_off32(0x48, 0x8B, 0x85, -round_up(stack, 8) - 8) + static int do_jit(struct bpf_prog *bpf_prog, int *addrs, u8 *image, u8 *rw_image, int oldproglen, struct jit_context *ctx, bool jmp_padding) { @@ -1538,9 +1542,7 @@ func = (u8 *) __bpf_call_base + imm32; if (tail_call_reachable) { - /* mov rax, qword ptr [rbp - rounded_stack_depth - 8] */ - EMIT3_off32(0x48, 0x8B, 0x85, - -round_up(bpf_prog->aux->stack_depth, 8) - 8); + RESTORE_TAIL_CALL_CNT(bpf_prog->aux->stack_depth); if (!imm32) return -EINVAL; offs = 7 + x86_call_depth_emit_accounting(&prog, func); @@ -1857,59 +1859,177 @@ return proglen; } -static void save_regs(const struct btf_func_model *m, u8 **prog, int nr_regs, - int stack_size) +static void clean_stack_garbage(const struct btf_func_model *m, + u8 **pprog, int nr_stack_slots, + int stack_size) { - int i, j, arg_size; - bool next_same_struct = false; + int arg_size, off; + u8 *prog; + + /* Generally speaking, the compiler will pass the arguments + * on-stack with "push" instruction, which will take 8-byte + * on the stack. In this case, there won't be garbage values + * while we copy the arguments from origin stack frame to current + * in BPF_DW. + * + * However, sometimes the compiler will only allocate 4-byte on + * the stack for the arguments. For now, this case will only + * happen if there is only one argument on-stack and its size + * not more than 4 byte. In this case, there will be garbage + * values on the upper 4-byte where we store the argument on + * current stack frame. + * + * arguments on origin stack: + * + * stack_arg_1(4-byte) xxx(4-byte) + * + * what we copy: + * + * stack_arg_1(8-byte): stack_arg_1(origin) xxx + * + * and the xxx is the garbage values which we should clean here. + */ + if (nr_stack_slots != 1) + return; + + /* the size of the last argument */ + arg_size = m->arg_size[m->nr_args - 1]; + if (arg_size <= 4) { + off = -(stack_size - 4); + prog = *pprog; + /* mov DWORD PTR [rbp + off], 0 */ + if (!is_imm8(off)) + EMIT2_off32(0xC7, 0x85, off); + else + EMIT3(0xC7, 0x45, off); + EMIT(0, 4); + *pprog = prog; + } +} + +/* get the count of the regs that are used to pass arguments */ +static int get_nr_used_regs(const struct btf_func_model *m) +{ + int i, arg_regs, nr_used_regs = 0; + + for (i = 0; i < min_t(int, m->nr_args, MAX_BPF_FUNC_ARGS); i++) { + arg_regs = (m->arg_size[i] + 7) / 8; + if (nr_used_regs + arg_regs <= 6) + nr_used_regs += arg_regs; + + if (nr_used_regs >= 6) + break; + } + + return nr_used_regs; +} + +static void save_args(const struct btf_func_model *m, u8 **prog, + int stack_size, bool for_call_origin) +{ + int arg_regs, first_off = 0, nr_regs = 0, nr_stack_slots = 0; + int i, j; /* Store function arguments to stack. * For a function that accepts two pointers the sequence will be: * mov QWORD PTR [rbp-0x10],rdi * mov QWORD PTR [rbp-0x8],rsi */ - for (i = 0, j = 0; i < min(nr_regs, 6); i++) { - /* The arg_size is at most 16 bytes, enforced by the verifier. */ - arg_size = m->arg_size[j]; - if (arg_size > 8) { - arg_size = 8; - next_same_struct = !next_same_struct; - } + for (i = 0; i < min_t(int, m->nr_args, MAX_BPF_FUNC_ARGS); i++) { + arg_regs = (m->arg_size[i] + 7) / 8; - emit_stx(prog, bytes_to_bpf_size(arg_size), - BPF_REG_FP, - i == 5 ? X86_REG_R9 : BPF_REG_1 + i, - -(stack_size - i * 8)); + /* According to the research of Yonghong, struct members + * should be all in register or all on the stack. + * Meanwhile, the compiler will pass the argument on regs + * if the remaining regs can hold the argument. + * + * Disorder of the args can happen. For example: + * + * struct foo_struct { + * long a; + * int b; + * }; + * int foo(char, char, char, char, char, struct foo_struct, + * char); + * + * the arg1-5,arg7 will be passed by regs, and arg6 will + * by stack. + */ + if (nr_regs + arg_regs > 6) { + /* copy function arguments from origin stack frame + * into current stack frame. + * + * The starting address of the arguments on-stack + * is: + * rbp + 8(push rbp) + + * 8(return addr of origin call) + + * 8(return addr of the caller) + * which means: rbp + 24 + */ + for (j = 0; j < arg_regs; j++) { + emit_ldx(prog, BPF_DW, BPF_REG_0, BPF_REG_FP, + nr_stack_slots * 8 + 0x18); + emit_stx(prog, BPF_DW, BPF_REG_FP, BPF_REG_0, + -stack_size); + + if (!nr_stack_slots) + first_off = stack_size; + stack_size -= 8; + nr_stack_slots++; + } + } else { + /* Only copy the arguments on-stack to current + * 'stack_size' and ignore the regs, used to + * prepare the arguments on-stack for orign call. + */ + if (for_call_origin) { + nr_regs += arg_regs; + continue; + } - j = next_same_struct ? j : j + 1; + /* copy the arguments from regs into stack */ + for (j = 0; j < arg_regs; j++) { + emit_stx(prog, BPF_DW, BPF_REG_FP, + nr_regs == 5 ? X86_REG_R9 : BPF_REG_1 + nr_regs, + -stack_size); + stack_size -= 8; + nr_regs++; + } + } } + + clean_stack_garbage(m, prog, nr_stack_slots, first_off); } -static void restore_regs(const struct btf_func_model *m, u8 **prog, int nr_regs, +static void restore_regs(const struct btf_func_model *m, u8 **prog, int stack_size) { - int i, j, arg_size; - bool next_same_struct = false; + int i, j, arg_regs, nr_regs = 0; /* Restore function arguments from stack. * For a function that accepts two pointers the sequence will be: * EMIT4(0x48, 0x8B, 0x7D, 0xF0); mov rdi,QWORD PTR [rbp-0x10] * EMIT4(0x48, 0x8B, 0x75, 0xF8); mov rsi,QWORD PTR [rbp-0x8] + * + * The logic here is similar to what we do in save_args() */ - for (i = 0, j = 0; i < min(nr_regs, 6); i++) { - /* The arg_size is at most 16 bytes, enforced by the verifier. */ - arg_size = m->arg_size[j]; - if (arg_size > 8) { - arg_size = 8; - next_same_struct = !next_same_struct; + for (i = 0; i < min_t(int, m->nr_args, MAX_BPF_FUNC_ARGS); i++) { + arg_regs = (m->arg_size[i] + 7) / 8; + if (nr_regs + arg_regs <= 6) { + for (j = 0; j < arg_regs; j++) { + emit_ldx(prog, BPF_DW, + nr_regs == 5 ? X86_REG_R9 : BPF_REG_1 + nr_regs, + BPF_REG_FP, + -stack_size); + stack_size -= 8; + nr_regs++; + } + } else { + stack_size -= 8 * arg_regs; } - emit_ldx(prog, bytes_to_bpf_size(arg_size), - i == 5 ? X86_REG_R9 : BPF_REG_1 + i, - BPF_REG_FP, - -(stack_size - i * 8)); - - j = next_same_struct ? j : j + 1; + if (nr_regs >= 6) + break; } } @@ -1938,7 +2058,10 @@ /* arg1: mov rdi, progs[i] */ emit_mov_imm64(&prog, BPF_REG_1, (long) p >> 32, (u32) (long) p); /* arg2: lea rsi, [rbp - ctx_cookie_off] */ - EMIT4(0x48, 0x8D, 0x75, -run_ctx_off); + if (!is_imm8(-run_ctx_off)) + EMIT3_off32(0x48, 0x8D, 0xB5, -run_ctx_off); + else + EMIT4(0x48, 0x8D, 0x75, -run_ctx_off); if (emit_rsb_call(&prog, bpf_trampoline_enter(p), prog)) return -EINVAL; @@ -1954,7 +2077,10 @@ emit_nops(&prog, 2); /* arg1: lea rdi, [rbp - stack_size] */ - EMIT4(0x48, 0x8D, 0x7D, -stack_size); + if (!is_imm8(-stack_size)) + EMIT3_off32(0x48, 0x8D, 0xBD, -stack_size); + else + EMIT4(0x48, 0x8D, 0x7D, -stack_size); /* arg2: progs[i]->insnsi for interpreter */ if (!p->jited) emit_mov_imm64(&prog, BPF_REG_2, @@ -1984,7 +2110,10 @@ /* arg2: mov rsi, rbx <- start time in nsec */ emit_mov_reg(&prog, true, BPF_REG_2, BPF_REG_6); /* arg3: lea rdx, [rbp - run_ctx_off] */ - EMIT4(0x48, 0x8D, 0x55, -run_ctx_off); + if (!is_imm8(-run_ctx_off)) + EMIT3_off32(0x48, 0x8D, 0x95, -run_ctx_off); + else + EMIT4(0x48, 0x8D, 0x55, -run_ctx_off); if (emit_rsb_call(&prog, bpf_trampoline_exit(p), prog)) return -EINVAL; @@ -2136,7 +2265,7 @@ void *func_addr) { int i, ret, nr_regs = m->nr_args, stack_size = 0; - int regs_off, nregs_off, ip_off, run_ctx_off; + int regs_off, nregs_off, ip_off, run_ctx_off, arg_stack_off, rbx_off; struct bpf_tramp_links *fentry = &tlinks[BPF_TRAMP_FENTRY]; struct bpf_tramp_links *fexit = &tlinks[BPF_TRAMP_FEXIT]; struct bpf_tramp_links *fmod_ret = &tlinks[BPF_TRAMP_MODIFY_RETURN]; @@ -2150,8 +2279,10 @@ if (m->arg_flags[i] & BTF_FMODEL_STRUCT_ARG) nr_regs += (m->arg_size[i] + 7) / 8 - 1; - /* x86-64 supports up to 6 arguments. 7+ can be added in the future */ - if (nr_regs > 6) + /* x86-64 supports up to MAX_BPF_FUNC_ARGS arguments. 1-6 + * are passed through regs, the remains are through stack. + */ + if (nr_regs > MAX_BPF_FUNC_ARGS) return -ENOTSUPP; /* Generated trampoline stack layout: @@ -2170,7 +2301,15 @@ * * RBP - ip_off [ traced function ] BPF_TRAMP_F_IP_ARG flag * + * RBP - rbx_off [ rbx value ] always + * * RBP - run_ctx_off [ bpf_tramp_run_ctx ] + * + * [ stack_argN ] BPF_TRAMP_F_CALL_ORIG + * [ ... ] + * [ stack_arg2 ] + * RBP - arg_stack_off [ stack_arg1 ] + * RSP [ tail_call_cnt ] BPF_TRAMP_F_TAIL_CALL_CTX */ /* room for return value of orig_call or fentry prog */ @@ -2190,9 +2329,26 @@ ip_off = stack_size; + stack_size += 8; + rbx_off = stack_size; + stack_size += (sizeof(struct bpf_tramp_run_ctx) + 7) & ~0x7; run_ctx_off = stack_size; + if (nr_regs > 6 && (flags & BPF_TRAMP_F_CALL_ORIG)) { + /* the space that used to pass arguments on-stack */ + stack_size += (nr_regs - get_nr_used_regs(m)) * 8; + /* make sure the stack pointer is 16-byte aligned if we + * need pass arguments on stack, which means + * [stack_size + 8(rbp) + 8(rip) + 8(origin rip)] + * should be 16-byte aligned. Following code depend on + * that stack_size is already 8-byte aligned. + */ + stack_size += (stack_size % 16) ? 0 : 8; + } + + arg_stack_off = stack_size; + if (flags & BPF_TRAMP_F_SKIP_FRAME) { /* skip patched call instruction and point orig_call to actual * body of the kernel function. @@ -2212,8 +2368,16 @@ x86_call_depth_emit_accounting(&prog, NULL); EMIT1(0x55); /* push rbp */ EMIT3(0x48, 0x89, 0xE5); /* mov rbp, rsp */ - EMIT4(0x48, 0x83, 0xEC, stack_size); /* sub rsp, stack_size */ - EMIT1(0x53); /* push rbx */ + if (!is_imm8(stack_size)) + /* sub rsp, stack_size */ + EMIT3_off32(0x48, 0x81, 0xEC, stack_size); + else + /* sub rsp, stack_size */ + EMIT4(0x48, 0x83, 0xEC, stack_size); + if (flags & BPF_TRAMP_F_TAIL_CALL_CTX) + EMIT1(0x50); /* push rax */ + /* mov QWORD PTR [rbp - rbx_off], rbx */ + emit_stx(&prog, BPF_DW, BPF_REG_FP, BPF_REG_6, -rbx_off); /* Store number of argument registers of the traced function: * mov rax, nr_regs @@ -2231,7 +2395,7 @@ emit_stx(&prog, BPF_DW, BPF_REG_FP, BPF_REG_0, -ip_off); } - save_regs(m, &prog, nr_regs, regs_off); + save_args(m, &prog, regs_off, false); if (flags & BPF_TRAMP_F_CALL_ORIG) { /* arg1: mov rdi, im */ @@ -2261,11 +2425,18 @@ } if (flags & BPF_TRAMP_F_CALL_ORIG) { - restore_regs(m, &prog, nr_regs, regs_off); + restore_regs(m, &prog, regs_off); + save_args(m, &prog, arg_stack_off, true); + + if (flags & BPF_TRAMP_F_TAIL_CALL_CTX) + /* Before calling the original function, restore the + * tail_call_cnt from stack to rax. + */ + RESTORE_TAIL_CALL_CNT(stack_size); if (flags & BPF_TRAMP_F_ORIG_STACK) { - emit_ldx(&prog, BPF_DW, BPF_REG_0, BPF_REG_FP, 8); - EMIT2(0xff, 0xd0); /* call *rax */ + emit_ldx(&prog, BPF_DW, BPF_REG_6, BPF_REG_FP, 8); + EMIT2(0xff, 0xd3); /* call *rbx */ } else { /* call original function */ if (emit_rsb_call(&prog, orig_call, prog)) { @@ -2302,7 +2473,7 @@ } if (flags & BPF_TRAMP_F_RESTORE_REGS) - restore_regs(m, &prog, nr_regs, regs_off); + restore_regs(m, &prog, regs_off); /* This needs to be done regardless. If there were fmod_ret programs, * the return value is only updated on the stack and still needs to be @@ -2316,12 +2487,17 @@ ret = -EINVAL; goto cleanup; } - } + } else if (flags & BPF_TRAMP_F_TAIL_CALL_CTX) + /* Before running the original function, restore the + * tail_call_cnt from stack to rax. + */ + RESTORE_TAIL_CALL_CNT(stack_size); + /* restore return value of orig_call or fentry prog back into RAX */ if (save_ret) emit_ldx(&prog, BPF_DW, BPF_REG_0, BPF_REG_FP, -8); - EMIT1(0x5B); /* pop rbx */ + emit_ldx(&prog, BPF_DW, BPF_REG_6, BPF_REG_FP, -rbx_off); EMIT1(0xC9); /* leave */ if (flags & BPF_TRAMP_F_SKIP_FRAME) /* skip our return address and return to parent */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/pci/common.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/pci/common.c @@ -34,6 +34,7 @@ #endif int pcibios_last_bus = -1; unsigned long pirq_table_addr; +unsigned int pci_early_clear_msi; const struct pci_raw_ops *__read_mostly raw_pci_ops; const struct pci_raw_ops *__read_mostly raw_pci_ext_ops; @@ -614,6 +615,9 @@ } else if (!strcmp(str, "skip_isa_align")) { pci_probe |= PCI_CAN_SKIP_ISA_ALIGN; return NULL; + } else if (!strcmp(str, "clearmsi")) { + pci_early_clear_msi = 1; + return NULL; } else if (!strcmp(str, "noioapicquirk")) { noioapicquirk = 1; return NULL; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/pci/early.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/pci/early.c @@ -51,6 +51,31 @@ outw(val, 0xcfc + (offset&2)); } +u32 pci_early_find_cap(int bus, int slot, int func, int cap) +{ + int bytes; + u8 pos; + + if (!(read_pci_config_16(bus, slot, func, PCI_STATUS) & + PCI_STATUS_CAP_LIST)) + return 0; + + pos = read_pci_config_byte(bus, slot, func, PCI_CAPABILITY_LIST); + for (bytes = 0; bytes < 48 && pos >= 0x40; bytes++) { + u8 id; + + pos &= ~3; + id = read_pci_config_byte(bus, slot, func, pos+PCI_CAP_LIST_ID); + if (id == 0xff) + break; + if (id == cap) + return pos; + pos = read_pci_config_byte(bus, slot, func, + pos+PCI_CAP_LIST_NEXT); + } + return 0; +} + int early_pci_allowed(void) { return (pci_probe & (PCI_PROBE_CONF1|PCI_PROBE_NOEARLY)) == --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/pci/fixup.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/pci/fixup.c @@ -3,9 +3,11 @@ * Exceptions for specific devices. Usually work-arounds for fatal design flaws. */ +#include #include #include #include +#include #include #include #include @@ -904,3 +906,60 @@ } DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_INTEL, 0x5ad6, chromeos_save_apl_pci_l1ss_capability); DECLARE_PCI_FIXUP_RESUME(PCI_VENDOR_ID_INTEL, 0x5ad6, chromeos_fixup_apl_pci_l1ss_capability); + +#ifdef CONFIG_SUSPEND +/* + * Root Ports on some AMD SoCs advertise PME_Support for D3hot and D3cold, but + * if the SoC is put into a hardware sleep state by the amd-pmc driver, the + * Root Ports don't generate wakeup interrupts for USB devices. + * + * When suspending, remove D3hot and D3cold from the PME_Support advertised + * by the Root Port so we don't use those states if we're expecting wakeup + * interrupts. Restore the advertised PME_Support when resuming. + */ +static void amd_rp_pme_suspend(struct pci_dev *dev) +{ + struct pci_dev *rp; + + /* + * PM_SUSPEND_ON means we're doing runtime suspend, which means + * amd-pmc will not be involved so PMEs during D3 work as advertised. + * + * The PMEs *do* work if amd-pmc doesn't put the SoC in the hardware + * sleep state, but we assume amd-pmc is always present. + */ + if (pm_suspend_target_state == PM_SUSPEND_ON) + return; + + rp = pcie_find_root_port(dev); + if (!rp->pm_cap) + return; + + rp->pme_support &= ~((PCI_PM_CAP_PME_D3hot|PCI_PM_CAP_PME_D3cold) >> + PCI_PM_CAP_PME_SHIFT); + dev_info_once(&rp->dev, "quirk: disabling D3cold for suspend\n"); +} + +static void amd_rp_pme_resume(struct pci_dev *dev) +{ + struct pci_dev *rp; + u16 pmc; + + rp = pcie_find_root_port(dev); + if (!rp->pm_cap) + return; + + pci_read_config_word(rp, rp->pm_cap + PCI_PM_PMC, &pmc); + rp->pme_support = FIELD_GET(PCI_PM_CAP_PME_MASK, pmc); +} +/* Rembrandt (yellow_carp) */ +DECLARE_PCI_FIXUP_SUSPEND(PCI_VENDOR_ID_AMD, 0x162e, amd_rp_pme_suspend); +DECLARE_PCI_FIXUP_RESUME(PCI_VENDOR_ID_AMD, 0x162e, amd_rp_pme_resume); +DECLARE_PCI_FIXUP_SUSPEND(PCI_VENDOR_ID_AMD, 0x162f, amd_rp_pme_suspend); +DECLARE_PCI_FIXUP_RESUME(PCI_VENDOR_ID_AMD, 0x162f, amd_rp_pme_resume); +/* Phoenix (pink_sardine) */ +DECLARE_PCI_FIXUP_SUSPEND(PCI_VENDOR_ID_AMD, 0x1668, amd_rp_pme_suspend); +DECLARE_PCI_FIXUP_RESUME(PCI_VENDOR_ID_AMD, 0x1668, amd_rp_pme_resume); +DECLARE_PCI_FIXUP_SUSPEND(PCI_VENDOR_ID_AMD, 0x1669, amd_rp_pme_suspend); +DECLARE_PCI_FIXUP_RESUME(PCI_VENDOR_ID_AMD, 0x1669, amd_rp_pme_resume); +#endif /* CONFIG_SUSPEND */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/purgatory/Makefile +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/purgatory/Makefile @@ -19,6 +19,10 @@ # optimization flags. KBUILD_CFLAGS := $(filter-out -fprofile-sample-use=% -fprofile-use=%,$(KBUILD_CFLAGS)) +# When LTO is enabled, llvm emits many text sections, which is not supported +# by kexec. Remove -flto=* flags. +KBUILD_CFLAGS := $(filter-out $(CC_FLAGS_LTO),$(KBUILD_CFLAGS)) + # When linking purgatory.ro with -r unresolved symbols are not checked, # also link a purgatory.chk binary without -r to check for unresolved symbols. PURGATORY_LDFLAGS := -e purgatory_start -z nodefaultlib --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/realmode/rm/trampoline_32.S +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/realmode/rm/trampoline_32.S @@ -23,6 +23,7 @@ #include #include #include +#include #include "realmode.h" .text @@ -59,6 +60,7 @@ .section ".text32","ax" .code32 SYM_CODE_START(startup_32) # note: also used from wakeup_asm.S + ANNOTATE_RETPOLINE_SAFE jmp *%eax SYM_CODE_END(startup_32) --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/xen/enlighten.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/xen/enlighten.c @@ -32,10 +32,13 @@ * &HYPERVISOR_shared_info->vcpu_info[cpu]. See xen_hvm_init_shared_info * and xen_vcpu_setup for details. By default it points to share_info->vcpu_info * but during boot it is switched to point to xen_vcpu_info. - * The pointer is used in __xen_evtchn_do_upcall to acknowledge pending events. + * The pointer is used in xen_evtchn_do_upcall to acknowledge pending events. + * Make sure that xen_vcpu_info doesn't cross a page boundary by making it + * cache-line aligned (the struct is guaranteed to have a size of 64 bytes, + * which matches the cache line size of 64-bit x86 processors). */ DEFINE_PER_CPU(struct vcpu_info *, xen_vcpu); -DEFINE_PER_CPU(struct vcpu_info, xen_vcpu_info); +DEFINE_PER_CPU_ALIGNED(struct vcpu_info, xen_vcpu_info); /* Linux <-> Xen vCPU id mapping */ DEFINE_PER_CPU(uint32_t, xen_vcpu_id); @@ -160,6 +163,7 @@ int err; struct vcpu_info *vcpup; + BUILD_BUG_ON(sizeof(*vcpup) > SMP_CACHE_BYTES); BUG_ON(HYPERVISOR_shared_info == &xen_dummy_shared_info); /* --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/xen/enlighten_hvm.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/xen/enlighten_hvm.c @@ -136,7 +136,7 @@ inc_irq_stat(irq_hv_callback_count); - xen_hvm_evtchn_do_upcall(); + xen_evtchn_do_upcall(); set_irq_regs(old_regs); } --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/xen/enlighten_pv.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/xen/enlighten_pv.c @@ -678,7 +678,7 @@ TRAP_ENTRY(exc_int3, false ), TRAP_ENTRY(exc_overflow, false ), #ifdef CONFIG_IA32_EMULATION - { entry_INT80_compat, xen_entry_INT80_compat, false }, + TRAP_ENTRY(int80_emulation, false ), #endif TRAP_ENTRY(exc_page_fault, false ), TRAP_ENTRY(exc_divide_error, false ), --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/xen/xen-asm.S +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/xen/xen-asm.S @@ -156,7 +156,7 @@ #endif /* CONFIG_X86_MCE */ xen_pv_trap asm_exc_simd_coprocessor_error #ifdef CONFIG_IA32_EMULATION -xen_pv_trap entry_INT80_compat +xen_pv_trap asm_int80_emulation #endif xen_pv_trap asm_exc_xen_unknown_trap xen_pv_trap asm_exc_xen_hypervisor_callback --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/x86/xen/xen-ops.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/x86/xen/xen-ops.h @@ -21,7 +21,7 @@ struct trap_info; void xen_copy_trap_info(struct trap_info *traps); -DECLARE_PER_CPU(struct vcpu_info, xen_vcpu_info); +DECLARE_PER_CPU_ALIGNED(struct vcpu_info, xen_vcpu_info); DECLARE_PER_CPU(unsigned long, xen_cr3); DECLARE_PER_CPU(unsigned long, xen_current_cr3); --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/xtensa/boot/Makefile +++ linux-lowlatency-hwe-6.5-6.5.0/arch/xtensa/boot/Makefile @@ -9,8 +9,7 @@ # KBUILD_CFLAGS used when building rest of boot (takes effect recursively) -KBUILD_CFLAGS += -fno-builtin -Iarch/$(ARCH)/boot/include -HOSTFLAGS += -Iarch/$(ARCH)/boot/include +KBUILD_CFLAGS += -fno-builtin subdir-y := lib targets += vmlinux.bin vmlinux.bin.gz --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/xtensa/boot/lib/zmem.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/xtensa/boot/lib/zmem.c @@ -4,13 +4,14 @@ /* bits taken from ppc */ extern void *avail_ram, *end_avail; +void gunzip(void *dst, int dstlen, unsigned char *src, int *lenp); -void exit (void) +static void exit(void) { for (;;); } -void *zalloc(unsigned size) +static void *zalloc(unsigned int size) { void *p = avail_ram; --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/xtensa/include/asm/core.h +++ linux-lowlatency-hwe-6.5-6.5.0/arch/xtensa/include/asm/core.h @@ -6,6 +6,10 @@ #include +#ifndef XCHAL_HAVE_DIV32 +#define XCHAL_HAVE_DIV32 0 +#endif + #ifndef XCHAL_HAVE_EXCLUSIVE #define XCHAL_HAVE_EXCLUSIVE 0 #endif @@ -52,4 +56,13 @@ #define XTENSA_STACK_ALIGNMENT 16 #endif +#ifndef XCHAL_HW_MIN_VERSION +#if defined(XCHAL_HW_MIN_VERSION_MAJOR) && defined(XCHAL_HW_MIN_VERSION_MINOR) +#define XCHAL_HW_MIN_VERSION (XCHAL_HW_MIN_VERSION_MAJOR * 100 + \ + XCHAL_HW_MIN_VERSION_MINOR) +#else +#define XCHAL_HW_MIN_VERSION 0 +#endif +#endif + #endif --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/xtensa/kernel/perf_event.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/xtensa/kernel/perf_event.c @@ -13,17 +13,26 @@ #include #include +#include #include #include +#define XTENSA_HWVERSION_RG_2015_0 260000 + +#if XCHAL_HW_MIN_VERSION >= XTENSA_HWVERSION_RG_2015_0 +#define XTENSA_PMU_ERI_BASE 0x00101000 +#else +#define XTENSA_PMU_ERI_BASE 0x00001000 +#endif + /* Global control/status for all perf counters */ -#define XTENSA_PMU_PMG 0x1000 +#define XTENSA_PMU_PMG XTENSA_PMU_ERI_BASE /* Perf counter values */ -#define XTENSA_PMU_PM(i) (0x1080 + (i) * 4) +#define XTENSA_PMU_PM(i) (XTENSA_PMU_ERI_BASE + 0x80 + (i) * 4) /* Perf counter control registers */ -#define XTENSA_PMU_PMCTRL(i) (0x1100 + (i) * 4) +#define XTENSA_PMU_PMCTRL(i) (XTENSA_PMU_ERI_BASE + 0x100 + (i) * 4) /* Perf counter status registers */ -#define XTENSA_PMU_PMSTAT(i) (0x1180 + (i) * 4) +#define XTENSA_PMU_PMSTAT(i) (XTENSA_PMU_ERI_BASE + 0x180 + (i) * 4) #define XTENSA_PMU_PMG_PMEN 0x1 --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/xtensa/lib/umulsidi3.S +++ linux-lowlatency-hwe-6.5-6.5.0/arch/xtensa/lib/umulsidi3.S @@ -3,7 +3,9 @@ #include #include -#if !XCHAL_HAVE_MUL16 && !XCHAL_HAVE_MUL32 && !XCHAL_HAVE_MAC16 +#if XCHAL_HAVE_MUL16 || XCHAL_HAVE_MUL32 || XCHAL_HAVE_MAC16 +#define XCHAL_NO_MUL 0 +#else #define XCHAL_NO_MUL 1 #endif --- linux-lowlatency-hwe-6.5-6.5.0.orig/arch/xtensa/platforms/iss/network.c +++ linux-lowlatency-hwe-6.5-6.5.0/arch/xtensa/platforms/iss/network.c @@ -201,7 +201,7 @@ return simc_write(lp->tp.info.tuntap.fd, (*skb)->data, (*skb)->len); } -unsigned short tuntap_protocol(struct sk_buff *skb) +static unsigned short tuntap_protocol(struct sk_buff *skb) { return eth_type_trans(skb, skb->dev); } @@ -441,7 +441,7 @@ return -EINVAL; } -void iss_net_user_timer_expire(struct timer_list *unused) +static void iss_net_user_timer_expire(struct timer_list *unused) { } --- linux-lowlatency-hwe-6.5-6.5.0.orig/block/bdev.c +++ linux-lowlatency-hwe-6.5-6.5.0/block/bdev.c @@ -442,6 +442,8 @@ void bdev_add(struct block_device *bdev, dev_t dev) { + if (bdev_stable_writes(bdev)) + mapping_set_stable_writes(bdev->bd_inode->i_mapping); bdev->bd_dev = dev; bdev->bd_inode->i_rdev = dev; bdev->bd_inode->i_ino = dev; --- linux-lowlatency-hwe-6.5-6.5.0.orig/block/bio-integrity.c +++ linux-lowlatency-hwe-6.5-6.5.0/block/bio-integrity.c @@ -123,17 +123,34 @@ int bio_integrity_add_page(struct bio *bio, struct page *page, unsigned int len, unsigned int offset) { + struct request_queue *q = bdev_get_queue(bio->bi_bdev); struct bio_integrity_payload *bip = bio_integrity(bio); - if (bip->bip_vcnt >= bip->bip_max_vcnt) { - printk(KERN_ERR "%s: bip_vec full\n", __func__); + if (((bip->bip_iter.bi_size + len) >> SECTOR_SHIFT) > + queue_max_hw_sectors(q)) return 0; - } - if (bip->bip_vcnt && - bvec_gap_to_prev(&bdev_get_queue(bio->bi_bdev)->limits, - &bip->bip_vec[bip->bip_vcnt - 1], offset)) - return 0; + if (bip->bip_vcnt > 0) { + struct bio_vec *bv = &bip->bip_vec[bip->bip_vcnt - 1]; + bool same_page = false; + + if (bvec_try_merge_hw_page(q, bv, page, len, offset, + &same_page)) { + bip->bip_iter.bi_size += len; + return len; + } + + if (bip->bip_vcnt >= + min(bip->bip_max_vcnt, queue_max_integrity_segments(q))) + return 0; + + /* + * If the queue doesn't support SG gaps and adding this segment + * would create a gap, disallow it. + */ + if (bvec_gap_to_prev(&q->limits, bv, offset)) + return 0; + } bvec_set_page(&bip->bip_vec[bip->bip_vcnt], page, len, offset); bip->bip_vcnt++; --- linux-lowlatency-hwe-6.5-6.5.0.orig/block/bio.c +++ linux-lowlatency-hwe-6.5-6.5.0/block/bio.c @@ -903,9 +903,8 @@ return false; } -static inline bool page_is_mergeable(const struct bio_vec *bv, - struct page *page, unsigned int len, unsigned int off, - bool *same_page) +static bool bvec_try_merge_page(struct bio_vec *bv, struct page *page, + unsigned int len, unsigned int off, bool *same_page) { size_t bv_end = bv->bv_offset + bv->bv_len; phys_addr_t vec_end_addr = page_to_phys(bv->bv_page) + bv_end - 1; @@ -919,49 +918,15 @@ return false; *same_page = ((vec_end_addr & PAGE_MASK) == page_addr); - if (*same_page) - return true; - else if (IS_ENABLED(CONFIG_KMSAN)) - return false; - return (bv->bv_page + bv_end / PAGE_SIZE) == (page + off / PAGE_SIZE); -} - -/** - * __bio_try_merge_page - try appending data to an existing bvec. - * @bio: destination bio - * @page: start page to add - * @len: length of the data to add - * @off: offset of the data relative to @page - * @same_page: return if the segment has been merged inside the same page - * - * Try to add the data at @page + @off to the last bvec of @bio. This is a - * useful optimisation for file systems with a block size smaller than the - * page size. - * - * Warn if (@len, @off) crosses pages in case that @same_page is true. - * - * Return %true on success or %false on failure. - */ -static bool __bio_try_merge_page(struct bio *bio, struct page *page, - unsigned int len, unsigned int off, bool *same_page) -{ - if (WARN_ON_ONCE(bio_flagged(bio, BIO_CLONED))) - return false; - - if (bio->bi_vcnt > 0) { - struct bio_vec *bv = &bio->bi_io_vec[bio->bi_vcnt - 1]; - - if (page_is_mergeable(bv, page, len, off, same_page)) { - if (bio->bi_iter.bi_size > UINT_MAX - len) { - *same_page = false; - return false; - } - bv->bv_len += len; - bio->bi_iter.bi_size += len; - return true; - } + if (!*same_page) { + if (IS_ENABLED(CONFIG_KMSAN)) + return false; + if (bv->bv_page + bv_end / PAGE_SIZE != page + off / PAGE_SIZE) + return false; } - return false; + + bv->bv_len += len; + return true; } /* @@ -969,11 +934,10 @@ * size limit. This is not for normal read/write bios, but for passthrough * or Zone Append operations that we can't split. */ -static bool bio_try_merge_hw_seg(struct request_queue *q, struct bio *bio, - struct page *page, unsigned len, - unsigned offset, bool *same_page) +bool bvec_try_merge_hw_page(struct request_queue *q, struct bio_vec *bv, + struct page *page, unsigned len, unsigned offset, + bool *same_page) { - struct bio_vec *bv = &bio->bi_io_vec[bio->bi_vcnt - 1]; unsigned long mask = queue_segment_boundary(q); phys_addr_t addr1 = page_to_phys(bv->bv_page) + bv->bv_offset; phys_addr_t addr2 = page_to_phys(page) + offset + len - 1; @@ -982,7 +946,7 @@ return false; if (bv->bv_len + len > queue_max_segment_size(q)) return false; - return __bio_try_merge_page(bio, page, len, offset, same_page); + return bvec_try_merge_page(bv, page, len, offset, same_page); } /** @@ -1002,8 +966,6 @@ struct page *page, unsigned int len, unsigned int offset, unsigned int max_sectors, bool *same_page) { - struct bio_vec *bvec; - if (WARN_ON_ONCE(bio_flagged(bio, BIO_CLONED))) return 0; @@ -1011,15 +973,19 @@ return 0; if (bio->bi_vcnt > 0) { - if (bio_try_merge_hw_seg(q, bio, page, len, offset, same_page)) + struct bio_vec *bv = &bio->bi_io_vec[bio->bi_vcnt - 1]; + + if (bvec_try_merge_hw_page(q, bv, page, len, offset, + same_page)) { + bio->bi_iter.bi_size += len; return len; + } /* * If the queue doesn't support SG gaps and adding this segment * would create a gap, disallow it. */ - bvec = &bio->bi_io_vec[bio->bi_vcnt - 1]; - if (bvec_gap_to_prev(&q->limits, bvec, offset)) + if (bvec_gap_to_prev(&q->limits, bv, offset)) return 0; } @@ -1129,11 +1095,21 @@ { bool same_page = false; - if (!__bio_try_merge_page(bio, page, len, offset, &same_page)) { - if (bio_full(bio, len)) - return 0; - __bio_add_page(bio, page, len, offset); + if (WARN_ON_ONCE(bio_flagged(bio, BIO_CLONED))) + return 0; + if (bio->bi_iter.bi_size > UINT_MAX - len) + return 0; + + if (bio->bi_vcnt > 0 && + bvec_try_merge_page(&bio->bi_io_vec[bio->bi_vcnt - 1], + page, len, offset, &same_page)) { + bio->bi_iter.bi_size += len; + return len; } + + if (bio_full(bio, len)) + return 0; + __bio_add_page(bio, page, len, offset); return len; } EXPORT_SYMBOL(bio_add_page); @@ -1207,13 +1183,18 @@ { bool same_page = false; - if (!__bio_try_merge_page(bio, page, len, offset, &same_page)) { - __bio_add_page(bio, page, len, offset); + if (WARN_ON_ONCE(bio->bi_iter.bi_size > UINT_MAX - len)) + return -EIO; + + if (bio->bi_vcnt > 0 && + bvec_try_merge_page(&bio->bi_io_vec[bio->bi_vcnt - 1], + page, len, offset, &same_page)) { + bio->bi_iter.bi_size += len; + if (same_page) + bio_release_page(bio, page); return 0; } - - if (same_page) - bio_release_page(bio, page); + __bio_add_page(bio, page, len, offset); return 0; } @@ -1337,6 +1318,9 @@ { int ret = 0; + if (WARN_ON_ONCE(bio_flagged(bio, BIO_CLONED))) + return -EIO; + if (iov_iter_is_bvec(iter)) { bio_iov_bvec_set(bio, iter); iov_iter_advance(iter, bio->bi_iter.bi_size); --- linux-lowlatency-hwe-6.5-6.5.0.orig/block/blk-cgroup.c +++ linux-lowlatency-hwe-6.5-6.5.0/block/blk-cgroup.c @@ -1511,7 +1511,7 @@ retry: spin_lock_irq(&q->queue_lock); - /* blkg_list is pushed at the head, reverse walk to allocate parents first */ + /* blkg_list is pushed at the head, reverse walk to initialize parents first */ list_for_each_entry_reverse(blkg, &q->blkg_list, q_node) { struct blkg_policy_data *pd; @@ -1549,21 +1549,20 @@ goto enomem; } - blkg->pd[pol->plid] = pd; + spin_lock(&blkg->blkcg->lock); + pd->blkg = blkg; pd->plid = pol->plid; - pd->online = false; - } + blkg->pd[pol->plid] = pd; - /* all allocated, init in the same order */ - if (pol->pd_init_fn) - list_for_each_entry_reverse(blkg, &q->blkg_list, q_node) - pol->pd_init_fn(blkg->pd[pol->plid]); + if (pol->pd_init_fn) + pol->pd_init_fn(pd); - list_for_each_entry_reverse(blkg, &q->blkg_list, q_node) { if (pol->pd_online_fn) - pol->pd_online_fn(blkg->pd[pol->plid]); - blkg->pd[pol->plid]->online = true; + pol->pd_online_fn(pd); + pd->online = true; + + spin_unlock(&blkg->blkcg->lock); } __set_bit(pol->plid, q->blkcg_pols); @@ -1580,14 +1579,19 @@ return ret; enomem: - /* alloc failed, nothing's initialized yet, free everything */ + /* alloc failed, take down everything */ spin_lock_irq(&q->queue_lock); list_for_each_entry(blkg, &q->blkg_list, q_node) { struct blkcg *blkcg = blkg->blkcg; + struct blkg_policy_data *pd; spin_lock(&blkcg->lock); - if (blkg->pd[pol->plid]) { - pol->pd_free_fn(blkg->pd[pol->plid]); + pd = blkg->pd[pol->plid]; + if (pd) { + if (pd->online && pol->pd_offline_fn) + pol->pd_offline_fn(pd); + pd->online = false; + pol->pd_free_fn(pd); blkg->pd[pol->plid] = NULL; } spin_unlock(&blkcg->lock); --- linux-lowlatency-hwe-6.5-6.5.0.orig/block/blk-cgroup.h +++ linux-lowlatency-hwe-6.5-6.5.0/block/blk-cgroup.h @@ -249,8 +249,6 @@ { struct blkcg_gq *blkg; - WARN_ON_ONCE(!rcu_read_lock_held()); - if (blkcg == &blkcg_root) return q->root_blkg; --- linux-lowlatency-hwe-6.5-6.5.0.orig/block/blk-core.c +++ linux-lowlatency-hwe-6.5-6.5.0/block/blk-core.c @@ -500,8 +500,8 @@ if (op_is_write(bio_op(bio)) && bdev_read_only(bio->bi_bdev)) { if (op_is_flush(bio->bi_opf) && !bio_sectors(bio)) return; - pr_warn("Trying to write to read-only block-device %pg\n", - bio->bi_bdev); + pr_warn_ratelimited("Trying to write to read-only block-device %pg\n", + bio->bi_bdev); /* Older lvm-tools actually trigger this */ } } --- linux-lowlatency-hwe-6.5-6.5.0.orig/block/blk-flush.c +++ linux-lowlatency-hwe-6.5-6.5.0/block/blk-flush.c @@ -443,7 +443,7 @@ * the post flush, and then just pass the command on. */ blk_rq_init_flush(rq); - rq->flush.seq |= REQ_FSEQ_POSTFLUSH; + rq->flush.seq |= REQ_FSEQ_PREFLUSH; spin_lock_irq(&fq->mq_flush_lock); list_move_tail(&rq->flush.list, &fq->flush_data_in_flight); spin_unlock_irq(&fq->mq_flush_lock); --- linux-lowlatency-hwe-6.5-6.5.0.orig/block/blk-map.c +++ linux-lowlatency-hwe-6.5-6.5.0/block/blk-map.c @@ -315,12 +315,11 @@ n = bytes; if (!bio_add_hw_page(rq->q, bio, page, n, offs, - max_sectors, &same_page)) { - if (same_page) - bio_release_page(bio, page); + max_sectors, &same_page)) break; - } + if (same_page) + bio_release_page(bio, page); bytes -= n; offs = 0; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/block/blk-mq.c +++ linux-lowlatency-hwe-6.5-6.5.0/block/blk-mq.c @@ -2874,11 +2874,8 @@ }; struct request *rq; - if (unlikely(bio_queue_enter(bio))) - return NULL; - if (blk_mq_attempt_bio_merge(q, bio, nsegs)) - goto queue_exit; + return NULL; rq_qos_throttle(q, bio); @@ -2894,35 +2891,23 @@ rq_qos_cleanup(q, bio); if (bio->bi_opf & REQ_NOWAIT) bio_wouldblock_error(bio); -queue_exit: - blk_queue_exit(q); return NULL; } -static inline struct request *blk_mq_get_cached_request(struct request_queue *q, - struct blk_plug *plug, struct bio **bio, unsigned int nsegs) +/* return true if this @rq can be used for @bio */ +static bool blk_mq_can_use_cached_rq(struct request *rq, struct blk_plug *plug, + struct bio *bio) { - struct request *rq; - enum hctx_type type, hctx_type; - - if (!plug) - return NULL; - rq = rq_list_peek(&plug->cached_rq); - if (!rq || rq->q != q) - return NULL; + enum hctx_type type = blk_mq_get_hctx_type(bio->bi_opf); + enum hctx_type hctx_type = rq->mq_hctx->type; - if (blk_mq_attempt_bio_merge(q, *bio, nsegs)) { - *bio = NULL; - return NULL; - } + WARN_ON_ONCE(rq_list_peek(&plug->cached_rq) != rq); - type = blk_mq_get_hctx_type((*bio)->bi_opf); - hctx_type = rq->mq_hctx->type; if (type != hctx_type && !(type == HCTX_TYPE_READ && hctx_type == HCTX_TYPE_DEFAULT)) - return NULL; - if (op_is_flush(rq->cmd_flags) != op_is_flush((*bio)->bi_opf)) - return NULL; + return false; + if (op_is_flush(rq->cmd_flags) != op_is_flush(bio->bi_opf)) + return false; /* * If any qos ->throttle() end up blocking, we will have flushed the @@ -2930,12 +2915,12 @@ * before we throttle. */ plug->cached_rq = rq_list_next(rq); - rq_qos_throttle(q, *bio); + rq_qos_throttle(rq->q, bio); blk_mq_rq_time_init(rq, 0); - rq->cmd_flags = (*bio)->bi_opf; + rq->cmd_flags = bio->bi_opf; INIT_LIST_HEAD(&rq->queuelist); - return rq; + return true; } static void bio_set_ioprio(struct bio *bio) @@ -2965,7 +2950,7 @@ struct blk_plug *plug = blk_mq_plug(bio); const int is_sync = op_is_sync(bio->bi_opf); struct blk_mq_hw_ctx *hctx; - struct request *rq; + struct request *rq = NULL; unsigned int nr_segs = 1; blk_status_t ret; @@ -2976,20 +2961,36 @@ return; } - if (!bio_integrity_prep(bio)) - return; - bio_set_ioprio(bio); - rq = blk_mq_get_cached_request(q, plug, &bio, nr_segs); - if (!rq) { - if (!bio) + if (plug) { + rq = rq_list_peek(&plug->cached_rq); + if (rq && rq->q != q) + rq = NULL; + } + if (rq) { + if (!bio_integrity_prep(bio)) return; - rq = blk_mq_get_new_requests(q, plug, bio, nr_segs); - if (unlikely(!rq)) + if (blk_mq_attempt_bio_merge(q, bio, nr_segs)) return; + if (blk_mq_can_use_cached_rq(rq, plug, bio)) + goto done; + percpu_ref_get(&q->q_usage_counter); + } else { + if (unlikely(bio_queue_enter(bio))) + return; + if (!bio_integrity_prep(bio)) + goto fail; + } + + rq = blk_mq_get_new_requests(q, plug, bio, nr_segs); + if (unlikely(!rq)) { +fail: + blk_queue_exit(q); + return; } +done: trace_block_getrq(bio); rq_qos_track(q, rq, bio); @@ -4402,6 +4403,7 @@ int new_nr_hw_queues) { struct blk_mq_tags **new_tags; + int i; if (set->nr_hw_queues >= new_nr_hw_queues) goto done; @@ -4416,6 +4418,16 @@ sizeof(*set->tags)); kfree(set->tags); set->tags = new_tags; + + for (i = set->nr_hw_queues; i < new_nr_hw_queues; i++) { + if (!__blk_mq_alloc_map_and_rqs(set, i)) { + while (--i >= set->nr_hw_queues) + __blk_mq_free_map_and_rqs(set, i); + return -ENOMEM; + } + cond_resched(); + } + done: set->nr_hw_queues = new_nr_hw_queues; return 0; @@ -4704,7 +4716,8 @@ { struct request_queue *q; LIST_HEAD(head); - int prev_nr_hw_queues; + int prev_nr_hw_queues = set->nr_hw_queues; + int i; lockdep_assert_held(&set->tag_list_lock); @@ -4731,7 +4744,6 @@ blk_mq_sysfs_unregister_hctxs(q); } - prev_nr_hw_queues = set->nr_hw_queues; if (blk_mq_realloc_tag_set_tags(set, nr_hw_queues) < 0) goto reregister; @@ -4767,6 +4779,10 @@ list_for_each_entry(q, &set->tag_list, tag_set_list) blk_mq_unfreeze_queue(q); + + /* Free the excess tags when nr_hw_queues shrink. */ + for (i = set->nr_hw_queues; i < prev_nr_hw_queues; i++) + __blk_mq_free_map_and_rqs(set, i); } void blk_mq_update_nr_hw_queues(struct blk_mq_tag_set *set, int nr_hw_queues) --- linux-lowlatency-hwe-6.5-6.5.0.orig/block/blk-settings.c +++ linux-lowlatency-hwe-6.5-6.5.0/block/blk-settings.c @@ -830,10 +830,13 @@ */ void blk_queue_write_cache(struct request_queue *q, bool wc, bool fua) { - if (wc) + if (wc) { + blk_queue_flag_set(QUEUE_FLAG_HW_WC, q); blk_queue_flag_set(QUEUE_FLAG_WC, q); - else + } else { + blk_queue_flag_clear(QUEUE_FLAG_HW_WC, q); blk_queue_flag_clear(QUEUE_FLAG_WC, q); + } if (fua) blk_queue_flag_set(QUEUE_FLAG_FUA, q); else --- linux-lowlatency-hwe-6.5-6.5.0.orig/block/blk-sysfs.c +++ linux-lowlatency-hwe-6.5-6.5.0/block/blk-sysfs.c @@ -449,21 +449,16 @@ static ssize_t queue_wc_store(struct request_queue *q, const char *page, size_t count) { - int set = -1; - - if (!strncmp(page, "write back", 10)) - set = 1; - else if (!strncmp(page, "write through", 13) || - !strncmp(page, "none", 4)) - set = 0; - - if (set == -1) - return -EINVAL; - - if (set) + if (!strncmp(page, "write back", 10)) { + if (!test_bit(QUEUE_FLAG_HW_WC, &q->queue_flags)) + return -EINVAL; blk_queue_flag_set(QUEUE_FLAG_WC, q); - else + } else if (!strncmp(page, "write through", 13) || + !strncmp(page, "none", 4)) { blk_queue_flag_clear(QUEUE_FLAG_WC, q); + } else { + return -EINVAL; + } return count; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/block/blk-throttle.c +++ linux-lowlatency-hwe-6.5-6.5.0/block/blk-throttle.c @@ -697,11 +697,47 @@ return true; } +static unsigned int calculate_io_allowed(u32 iops_limit, + unsigned long jiffy_elapsed) +{ + unsigned int io_allowed; + u64 tmp; + + /* + * jiffy_elapsed should not be a big value as minimum iops can be + * 1 then at max jiffy elapsed should be equivalent of 1 second as we + * will allow dispatch after 1 second and after that slice should + * have been trimmed. + */ + + tmp = (u64)iops_limit * jiffy_elapsed; + do_div(tmp, HZ); + + if (tmp > UINT_MAX) + io_allowed = UINT_MAX; + else + io_allowed = tmp; + + return io_allowed; +} + +static u64 calculate_bytes_allowed(u64 bps_limit, unsigned long jiffy_elapsed) +{ + /* + * Can result be wider than 64 bits? + * We check against 62, not 64, due to ilog2 truncation. + */ + if (ilog2(bps_limit) + ilog2(jiffy_elapsed) - ilog2(HZ) > 62) + return U64_MAX; + return mul_u64_u64_div_u64(bps_limit, (u64)jiffy_elapsed, (u64)HZ); +} + /* Trim the used slices and adjust slice start accordingly */ static inline void throtl_trim_slice(struct throtl_grp *tg, bool rw) { - unsigned long nr_slices, time_elapsed, io_trim; - u64 bytes_trim, tmp; + unsigned long time_elapsed; + long long bytes_trim; + int io_trim; BUG_ON(time_before(tg->slice_end[rw], tg->slice_start[rw])); @@ -723,67 +759,38 @@ throtl_set_slice_end(tg, rw, jiffies + tg->td->throtl_slice); - time_elapsed = jiffies - tg->slice_start[rw]; - - nr_slices = time_elapsed / tg->td->throtl_slice; - - if (!nr_slices) + time_elapsed = rounddown(jiffies - tg->slice_start[rw], + tg->td->throtl_slice); + if (!time_elapsed) return; - tmp = tg_bps_limit(tg, rw) * tg->td->throtl_slice * nr_slices; - do_div(tmp, HZ); - bytes_trim = tmp; - io_trim = (tg_iops_limit(tg, rw) * tg->td->throtl_slice * nr_slices) / - HZ; - - if (!bytes_trim && !io_trim) + bytes_trim = calculate_bytes_allowed(tg_bps_limit(tg, rw), + time_elapsed) + + tg->carryover_bytes[rw]; + io_trim = calculate_io_allowed(tg_iops_limit(tg, rw), time_elapsed) + + tg->carryover_ios[rw]; + if (bytes_trim <= 0 && io_trim <= 0) return; - if (tg->bytes_disp[rw] >= bytes_trim) + tg->carryover_bytes[rw] = 0; + if ((long long)tg->bytes_disp[rw] >= bytes_trim) tg->bytes_disp[rw] -= bytes_trim; else tg->bytes_disp[rw] = 0; - if (tg->io_disp[rw] >= io_trim) + tg->carryover_ios[rw] = 0; + if ((int)tg->io_disp[rw] >= io_trim) tg->io_disp[rw] -= io_trim; else tg->io_disp[rw] = 0; - tg->slice_start[rw] += nr_slices * tg->td->throtl_slice; + tg->slice_start[rw] += time_elapsed; throtl_log(&tg->service_queue, - "[%c] trim slice nr=%lu bytes=%llu io=%lu start=%lu end=%lu jiffies=%lu", - rw == READ ? 'R' : 'W', nr_slices, bytes_trim, io_trim, - tg->slice_start[rw], tg->slice_end[rw], jiffies); -} - -static unsigned int calculate_io_allowed(u32 iops_limit, - unsigned long jiffy_elapsed) -{ - unsigned int io_allowed; - u64 tmp; - - /* - * jiffy_elapsed should not be a big value as minimum iops can be - * 1 then at max jiffy elapsed should be equivalent of 1 second as we - * will allow dispatch after 1 second and after that slice should - * have been trimmed. - */ - - tmp = (u64)iops_limit * jiffy_elapsed; - do_div(tmp, HZ); - - if (tmp > UINT_MAX) - io_allowed = UINT_MAX; - else - io_allowed = tmp; - - return io_allowed; -} - -static u64 calculate_bytes_allowed(u64 bps_limit, unsigned long jiffy_elapsed) -{ - return mul_u64_u64_div_u64(bps_limit, (u64)jiffy_elapsed, (u64)HZ); + "[%c] trim slice nr=%lu bytes=%lld io=%d start=%lu end=%lu jiffies=%lu", + rw == READ ? 'R' : 'W', time_elapsed / tg->td->throtl_slice, + bytes_trim, io_trim, tg->slice_start[rw], tg->slice_end[rw], + jiffies); } static void __tg_update_carryover(struct throtl_grp *tg, bool rw) --- linux-lowlatency-hwe-6.5-6.5.0.orig/block/blk.h +++ linux-lowlatency-hwe-6.5-6.5.0/block/blk.h @@ -76,6 +76,10 @@ gfp_t gfp_mask); void bvec_free(mempool_t *pool, struct bio_vec *bv, unsigned short nr_vecs); +bool bvec_try_merge_hw_page(struct request_queue *q, struct bio_vec *bv, + struct page *page, unsigned len, unsigned offset, + bool *same_page); + static inline bool biovec_phys_mergeable(struct request_queue *q, struct bio_vec *vec1, struct bio_vec *vec2) { --- linux-lowlatency-hwe-6.5-6.5.0.orig/block/fops.c +++ linux-lowlatency-hwe-6.5-6.5.0/block/fops.c @@ -659,24 +659,35 @@ filemap_invalidate_lock(inode->i_mapping); - /* Invalidate the page cache, including dirty pages. */ - error = truncate_bdev_range(bdev, file_to_blk_mode(file), start, end); - if (error) - goto fail; - + /* + * Invalidate the page cache, including dirty pages, for valid + * de-allocate mode calls to fallocate(). + */ switch (mode) { case FALLOC_FL_ZERO_RANGE: case FALLOC_FL_ZERO_RANGE | FALLOC_FL_KEEP_SIZE: + error = truncate_bdev_range(bdev, file_to_blk_mode(file), start, end); + if (error) + goto fail; + error = blkdev_issue_zeroout(bdev, start >> SECTOR_SHIFT, len >> SECTOR_SHIFT, GFP_KERNEL, BLKDEV_ZERO_NOUNMAP); break; case FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE: + error = truncate_bdev_range(bdev, file_to_blk_mode(file), start, end); + if (error) + goto fail; + error = blkdev_issue_zeroout(bdev, start >> SECTOR_SHIFT, len >> SECTOR_SHIFT, GFP_KERNEL, BLKDEV_ZERO_NOFALLBACK); break; case FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE | FALLOC_FL_NO_HIDE_STALE: + error = truncate_bdev_range(bdev, file_to_blk_mode(file), start, end); + if (error) + goto fail; + error = blkdev_issue_discard(bdev, start >> SECTOR_SHIFT, len >> SECTOR_SHIFT, GFP_KERNEL); break; --- linux-lowlatency-hwe-6.5-6.5.0.orig/block/mq-deadline.c +++ linux-lowlatency-hwe-6.5-6.5.0/block/mq-deadline.c @@ -646,8 +646,9 @@ struct request_queue *q = hctx->queue; struct deadline_data *dd = q->elevator->elevator_data; struct blk_mq_tags *tags = hctx->sched_tags; + unsigned int shift = tags->bitmap_tags.sb.shift; - dd->async_depth = max(1UL, 3 * q->nr_requests / 4); + dd->async_depth = max(1U, 3 * (1U << shift) / 4); sbitmap_queue_min_shallow_depth(&tags->bitmap_tags, dd->async_depth); } --- linux-lowlatency-hwe-6.5-6.5.0.orig/block/partitions/core.c +++ linux-lowlatency-hwe-6.5-6.5.0/block/partitions/core.c @@ -461,6 +461,11 @@ goto out; } + if (disk->flags & GENHD_FL_NO_PART) { + ret = -EINVAL; + goto out; + } + if (partition_overlaps(disk, start, length, -1)) { ret = -EBUSY; goto out; --- linux-lowlatency-hwe-6.5-6.5.0.orig/certs/blacklist.c +++ linux-lowlatency-hwe-6.5-6.5.0/certs/blacklist.c @@ -276,6 +276,9 @@ if (IS_ERR(key)) { pr_err("Problem with revocation key (%ld)\n", PTR_ERR(key)); return PTR_ERR(key); + } else { + pr_notice("Revoked X.509 cert '%s'\n", + key_ref_to_ptr(key)->description); } return 0; --- linux-lowlatency-hwe-6.5-6.5.0.orig/crypto/aegis128-neon-inner.c +++ linux-lowlatency-hwe-6.5-6.5.0/crypto/aegis128-neon-inner.c @@ -148,8 +148,8 @@ kiv, vld1q_u8(const1), vld1q_u8(const0), - k ^ vld1q_u8(const0), - k ^ vld1q_u8(const1), + (uint8x16_t) (k ^ vld1q_u8(const0)), + (uint8x16_t) (k ^ vld1q_u8(const1)), }}; int i; --- linux-lowlatency-hwe-6.5-6.5.0.orig/crypto/af_alg.c +++ linux-lowlatency-hwe-6.5-6.5.0/crypto/af_alg.c @@ -320,18 +320,21 @@ if (IS_ERR(ret)) { up_read(&key->sem); + key_put(key); return PTR_ERR(ret); } key_data = sock_kmalloc(&ask->sk, key_datalen, GFP_KERNEL); if (!key_data) { up_read(&key->sem); + key_put(key); return -ENOMEM; } memcpy(key_data, ret, key_datalen); up_read(&key->sem); + key_put(key); err = type->setkey(ask->private, key_data, key_datalen); @@ -1192,6 +1195,7 @@ areq->areqlen = areqlen; areq->sk = sk; + areq->first_rsgl.sgl.sgt.sgl = areq->first_rsgl.sgl.sgl; areq->last_rsgl = NULL; INIT_LIST_HEAD(&areq->rsgl_list); areq->tsgl = NULL; --- linux-lowlatency-hwe-6.5-6.5.0.orig/crypto/algapi.c +++ linux-lowlatency-hwe-6.5-6.5.0/crypto/algapi.c @@ -17,6 +17,7 @@ #include #include #include +#include #include "internal.h" @@ -74,15 +75,26 @@ inst->alg.cra_type->free(inst); } -static void crypto_destroy_instance(struct crypto_alg *alg) +static void crypto_destroy_instance_workfn(struct work_struct *w) { - struct crypto_instance *inst = (void *)alg; + struct crypto_instance *inst = container_of(w, struct crypto_instance, + free_work); struct crypto_template *tmpl = inst->tmpl; crypto_free_instance(inst); crypto_tmpl_put(tmpl); } +static void crypto_destroy_instance(struct crypto_alg *alg) +{ + struct crypto_instance *inst = container_of(alg, + struct crypto_instance, + alg); + + INIT_WORK(&inst->free_work, crypto_destroy_instance_workfn); + schedule_work(&inst->free_work); +} + /* * This function adds a spawn to the list secondary_spawns which * will be used at the end of crypto_remove_spawns to unregister --- linux-lowlatency-hwe-6.5-6.5.0.orig/crypto/asymmetric_keys/Kconfig +++ linux-lowlatency-hwe-6.5-6.5.0/crypto/asymmetric_keys/Kconfig @@ -76,7 +76,7 @@ signed PE binary. config FIPS_SIGNATURE_SELFTEST - bool "Run FIPS selftests on the X.509+PKCS7 signature verification" + tristate "Run FIPS selftests on the X.509+PKCS7 signature verification" help This option causes some selftests to be run on the signature verification code, using some built in data. This is required @@ -84,5 +84,6 @@ depends on KEYS depends on ASYMMETRIC_KEY_TYPE depends on PKCS7_MESSAGE_PARSER=X509_CERTIFICATE_PARSER + depends on X509_CERTIFICATE_PARSER endif # ASYMMETRIC_KEY_TYPE --- linux-lowlatency-hwe-6.5-6.5.0.orig/crypto/asymmetric_keys/Makefile +++ linux-lowlatency-hwe-6.5-6.5.0/crypto/asymmetric_keys/Makefile @@ -22,7 +22,8 @@ x509_cert_parser.o \ x509_loader.o \ x509_public_key.o -x509_key_parser-$(CONFIG_FIPS_SIGNATURE_SELFTEST) += selftest.o +obj-$(CONFIG_FIPS_SIGNATURE_SELFTEST) += x509_selftest.o +x509_selftest-y += selftest.o $(obj)/x509_cert_parser.o: \ $(obj)/x509.asn1.h \ --- linux-lowlatency-hwe-6.5-6.5.0.orig/crypto/asymmetric_keys/public_key.c +++ linux-lowlatency-hwe-6.5-6.5.0/crypto/asymmetric_keys/public_key.c @@ -81,14 +81,13 @@ * RSA signatures usually use EMSA-PKCS1-1_5 [RFC3447 sec 8.2]. */ if (strcmp(encoding, "pkcs1") == 0) { + *sig = op == kernel_pkey_sign || + op == kernel_pkey_verify; if (!hash_algo) { - *sig = false; n = snprintf(alg_name, CRYPTO_MAX_ALG_NAME, "pkcs1pad(%s)", pkey->pkey_algo); } else { - *sig = op == kernel_pkey_sign || - op == kernel_pkey_verify; n = snprintf(alg_name, CRYPTO_MAX_ALG_NAME, "pkcs1pad(%s,%s)", pkey->pkey_algo, hash_algo); --- linux-lowlatency-hwe-6.5-6.5.0.orig/crypto/asymmetric_keys/selftest.c +++ linux-lowlatency-hwe-6.5-6.5.0/crypto/asymmetric_keys/selftest.c @@ -4,10 +4,11 @@ * Written by David Howells (dhowells@redhat.com) */ -#include +#include #include +#include #include -#include +#include #include "x509_parser.h" struct certs_test { @@ -175,7 +176,7 @@ TEST(certs_selftest_1_data, certs_selftest_1_pkcs7), }; -int __init fips_signature_selftest(void) +static int __init fips_signature_selftest(void) { struct key *keyring; int ret, i; @@ -222,3 +223,9 @@ key_put(keyring); return 0; } + +late_initcall(fips_signature_selftest); + +MODULE_DESCRIPTION("X.509 self tests"); +MODULE_AUTHOR("Red Hat, Inc."); +MODULE_LICENSE("GPL"); --- linux-lowlatency-hwe-6.5-6.5.0.orig/crypto/asymmetric_keys/x509_loader.c +++ linux-lowlatency-hwe-6.5-6.5.0/crypto/asymmetric_keys/x509_loader.c @@ -41,6 +41,7 @@ if (IS_ERR(key)) { pr_err("Problem loading in-kernel X.509 certificate (%ld)\n", PTR_ERR(key)); + WARN_ON_ONCE(1); } else { pr_notice("Loaded X.509 cert '%s'\n", key_ref_to_ptr(key)->description); --- linux-lowlatency-hwe-6.5-6.5.0.orig/crypto/asymmetric_keys/x509_parser.h +++ linux-lowlatency-hwe-6.5-6.5.0/crypto/asymmetric_keys/x509_parser.h @@ -41,15 +41,6 @@ }; /* - * selftest.c - */ -#ifdef CONFIG_FIPS_SIGNATURE_SELFTEST -extern int __init fips_signature_selftest(void); -#else -static inline int fips_signature_selftest(void) { return 0; } -#endif - -/* * x509_cert_parser.c */ extern void x509_free_certificate(struct x509_certificate *cert); --- linux-lowlatency-hwe-6.5-6.5.0.orig/crypto/asymmetric_keys/x509_public_key.c +++ linux-lowlatency-hwe-6.5-6.5.0/crypto/asymmetric_keys/x509_public_key.c @@ -130,6 +130,11 @@ goto out; } + if (cert->unsupported_sig) { + ret = 0; + goto out; + } + ret = public_key_verify_signature(cert->pub, cert->sig); if (ret < 0) { if (ret == -ENOPKG) { @@ -257,15 +262,9 @@ /* * Module stuff */ -extern int __init certs_selftest(void); static int __init x509_key_init(void) { - int ret; - - ret = register_asymmetric_key_parser(&x509_key_parser); - if (ret < 0) - return ret; - return fips_signature_selftest(); + return register_asymmetric_key_parser(&x509_key_parser); } static void __exit x509_key_exit(void) --- linux-lowlatency-hwe-6.5-6.5.0.orig/crypto/lrw.c +++ linux-lowlatency-hwe-6.5-6.5.0/crypto/lrw.c @@ -357,10 +357,10 @@ * cipher name. */ if (!strncmp(cipher_name, "ecb(", 4)) { - unsigned len; + int len; - len = strlcpy(ecb_name, cipher_name + 4, sizeof(ecb_name)); - if (len < 2 || len >= sizeof(ecb_name)) + len = strscpy(ecb_name, cipher_name + 4, sizeof(ecb_name)); + if (len < 2) goto err_free_inst; if (ecb_name[len - 1] != ')') --- linux-lowlatency-hwe-6.5-6.5.0.orig/crypto/pcrypt.c +++ linux-lowlatency-hwe-6.5-6.5.0/crypto/pcrypt.c @@ -117,6 +117,8 @@ err = padata_do_parallel(ictx->psenc, padata, &ctx->cb_cpu); if (!err) return -EINPROGRESS; + if (err == -EBUSY) + return -EAGAIN; return err; } @@ -164,6 +166,8 @@ err = padata_do_parallel(ictx->psdec, padata, &ctx->cb_cpu); if (!err) return -EINPROGRESS; + if (err == -EBUSY) + return -EAGAIN; return err; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/crypto/sm2.c +++ linux-lowlatency-hwe-6.5-6.5.0/crypto/sm2.c @@ -278,10 +278,14 @@ if (!ec) return -ENOMEM; - err = __sm2_set_pub_key(ec, key, keylen); + err = sm2_ec_ctx_init(ec); if (err) goto out_free_ec; + err = __sm2_set_pub_key(ec, key, keylen); + if (err) + goto out_deinit_ec; + bits_len = SM2_DEFAULT_USERID_LEN * 8; entl[0] = bits_len >> 8; entl[1] = bits_len & 0xff; --- linux-lowlatency-hwe-6.5-6.5.0.orig/crypto/xts.c +++ linux-lowlatency-hwe-6.5-6.5.0/crypto/xts.c @@ -396,10 +396,10 @@ * cipher name. */ if (!strncmp(cipher_name, "ecb(", 4)) { - unsigned len; + int len; - len = strlcpy(ctx->name, cipher_name + 4, sizeof(ctx->name)); - if (len < 2 || len >= sizeof(ctx->name)) + len = strscpy(ctx->name, cipher_name + 4, sizeof(ctx->name)); + if (len < 2) goto err_free_inst; if (ctx->name[len - 1] != ')') --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency-hwe-6.5/abi/abiname +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency-hwe-6.5/abi/abiname @@ -0,0 +1 @@ +25 --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency-hwe-6.5/abi/amd64/lowlatency +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency-hwe-6.5/abi/amd64/lowlatency @@ -0,0 +1,28353 @@ +ACPI EXPORT_SYMBOL_GPL 0xa6af1390 acpi_table_parse_cedt vmlinux +BRCMFMAC EXPORT_SYMBOL_GPL 0x231bc169 brcmf_fwvid_unregister_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +BRCMFMAC EXPORT_SYMBOL_GPL 0x6b0f0357 brcmf_fwvid_register_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +COUNTER EXPORT_SYMBOL_GPL 0x322c319a counter_push_event drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x71042fd5 counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x73c858e8 counter_priv drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x74e961c2 counter_unregister drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x9f22c413 devm_counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xbbf511b9 counter_put drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xd44b45d6 counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xfbe550ba devm_counter_add drivers/counter/counter +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x5863a454 crypto_cipher_setkey vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0xc2769130 crypto_cipher_decrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0xd666c509 crypto_cipher_encrypt_one vmlinux +CXL EXPORT_SYMBOL_GPL 0x055c6ee3 cxl_mem_active_inc vmlinux +CXL EXPORT_SYMBOL_GPL 0x057cd223 devm_cxl_pmu_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0607c6dc cxl_setup_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0b916dc3 is_cxl_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x13cf0b4d devm_cxl_add_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x13fa4e1c is_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x17d22529 is_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x20fdd50f devm_cxl_add_passthrough_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2310db9b cxl_set_timestamp drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x24a814fc schedule_cxl_memdev_detach drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2946d9af cxl_probe_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2e3a0469 set_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2ecd4479 cxl_poison_state_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x31e4d5bc __cxl_driver_register drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x32b7a23b cxl_decoder_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x33e2aa93 cxl_mem_active_dec vmlinux +CXL EXPORT_SYMBOL_GPL 0x348085cf devm_cxl_register_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3569a8ff cxl_find_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x368581f5 cxl_dpa_debug drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3b9d9655 to_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4326361c cxl_probe_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4888b63a is_cxl_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x49ace14a is_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4b02062f cxl_map_pmu_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4c2c887b devm_cxl_add_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x524a7ae0 cxl_dvsec_rr_decode drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5264788d to_cxl_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5d2102a5 cxl_error_detected drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x64196358 cxl_dev_state_identify drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x65417abb cxl_debugfs_create_dir drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x67cb46e0 devm_cxl_enumerate_ports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x67f417c3 devm_cxl_port_enumerate_dports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x688be2ff to_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6b7c78d0 devm_cxl_sanitize_setup_notifier drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6b852b94 cxl_clear_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6e1aa4d6 cxl_switch_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x701bbaad cxl_bus_rescan drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x70998304 devm_cxl_add_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7e2546d1 cxl_cor_error_detected drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7e2a57cb cxl_decoder_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7fa19cc4 alloc_free_mem_region vmlinux +CXL EXPORT_SYMBOL_GPL 0x81a83209 cxl_pci_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x81ef3324 devm_cxl_dpa_reserve drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x83f51066 cxl_bus_type drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8467a46e cxl_mem_get_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x84b45156 insert_resource_expand_to_fit vmlinux +CXL EXPORT_SYMBOL_GPL 0x853e606d cxl_enumerate_cmds drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8a4e665d cxl_rcd_component_reg_phys drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8d3ae855 cxl_hb_modulo drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8ee7c987 cxl_decoder_add_locked drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x901f002b cxl_find_regblock_instance drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x931701c5 cxl_endpoint_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x98628ac8 cxl_bus_drain drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x98a1bc5a is_switch_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9fdf81b4 cxl_endpoint_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa2d5110f cxl_add_to_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa3f97514 devm_cxl_add_rch_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa464fef9 cxl_memdev_state_create drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa46d834b is_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xad7b468f is_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xadd30c93 cxl_hdm_decode_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb1e77523 to_cxl_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb7072c10 cxl_inject_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbb1c8f1d cxl_count_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbb7cae79 devm_cxl_setup_hdm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbd11da70 is_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbe42348e cxl_map_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc42327dc cxl_trigger_poison_list drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc4535186 cxl_internal_send_cmd drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc7472fa1 cxl_mem_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc9f7df62 find_cxl_root drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcc4beb06 devm_cxl_add_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd2bde954 cxl_mem_get_event_records drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd3280ade devm_cxl_add_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd37d8233 cxl_mem_create_range_info drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xda561331 devm_cxl_setup_fw_upload drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xdd414bf9 clear_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xdd558d97 to_cxl_switch_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xde9e851e cxl_find_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe2c1862f cxl_await_media_ready drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe581902a devm_cxl_enumerate_decoders drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe751ea3d cxl_port_to_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe770bec0 to_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe9619c0a to_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xed87faeb cxl_map_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf6d6162a to_cxl_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf75c6acf cxl_root_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xfa661454 cxl_driver_unregister drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xfded2769 to_cxl_dax_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xfdf267d2 read_cdat_data drivers/cxl/core/cxl_core +DEVMEM EXPORT_SYMBOL_GPL 0x3c804b25 cpu_cache_invalidate_memregion vmlinux +DEVMEM EXPORT_SYMBOL_GPL 0xd6551b9c cpu_cache_has_invalidate_memregion vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x0b78a5ab dma_buf_mmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x0ce3d112 dma_buf_move_notify vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x0dbb48ef dma_buf_fd vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x0f3156e9 dma_buf_vunmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x0f5172e5 dma_buf_unmap_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x152ae9a8 dma_buf_dynamic_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x17796177 dma_buf_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x3046df57 dma_buf_put vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x3323269e dma_buf_pin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x35ce9e6c dma_buf_unpin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x3d990e45 dma_buf_export vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x7ef22d93 dma_buf_vunmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x89dabdb9 dma_buf_begin_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xb382de58 dma_buf_vmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xc0ab74ac dma_buf_unmap_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xc0b84929 dma_buf_map_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xc3df32d2 dma_buf_vmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xc97e25f9 dma_buf_map_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xf72c6db6 dma_buf_detach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xf75e80c7 dma_buf_get vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xf92cb86d dma_buf_end_cpu_access vmlinux +DRM_SSD130X EXPORT_SYMBOL_GPL 0x33cf1f58 ssd130x_variants drivers/gpu/drm/solomon/ssd130x +EFIVAR EXPORT_SYMBOL_GPL 0x02cfcd2e efivar_trylock vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0x11940489 efivar_set_variable vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0x2303b915 efivar_lock vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0x5a3c9dbb efivar_get_variable vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xa336852c efivar_get_next_variable vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xc961bff7 efivar_unlock vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xee5240dc efivar_query_variable_info vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xefc77711 efivar_set_variable_locked vmlinux +EXPORT_SYMBOL arch/x86/crypto/chacha-x86_64 0x220b49ab chacha_crypt_arch +EXPORT_SYMBOL arch/x86/crypto/chacha-x86_64 0xdc94f829 chacha_init_arch +EXPORT_SYMBOL arch/x86/crypto/chacha-x86_64 0xdd8ec6bd hchacha_block_arch +EXPORT_SYMBOL arch/x86/crypto/curve25519-x86_64 0x3c74a43e curve25519_base_arch +EXPORT_SYMBOL arch/x86/crypto/curve25519-x86_64 0xc832c670 curve25519_arch +EXPORT_SYMBOL arch/x86/crypto/poly1305-x86_64 0xd9ec23eb poly1305_update_arch +EXPORT_SYMBOL arch/x86/crypto/poly1305-x86_64 0xe1df0e1b poly1305_init_arch +EXPORT_SYMBOL arch/x86/crypto/poly1305-x86_64 0xfaeb41b2 poly1305_final_arch +EXPORT_SYMBOL crypto/blake2b_generic 0x32e24c8a blake2b_compress_generic +EXPORT_SYMBOL crypto/ecc 0x16e410ff vli_from_be64 +EXPORT_SYMBOL crypto/ecc 0x188a1647 ecc_is_pubkey_valid_full +EXPORT_SYMBOL crypto/ecc 0x1a5faa3a vli_mod_inv +EXPORT_SYMBOL crypto/ecc 0x4c281912 vli_is_zero +EXPORT_SYMBOL crypto/ecc 0x671f7aa5 ecc_is_key_valid +EXPORT_SYMBOL crypto/ecc 0x7c0fbb00 vli_mod_mult_slow +EXPORT_SYMBOL crypto/ecc 0x8261eccb ecc_get_curve25519 +EXPORT_SYMBOL crypto/ecc 0x8e688192 ecc_alloc_point +EXPORT_SYMBOL crypto/ecc 0x90cdc197 ecc_free_point +EXPORT_SYMBOL crypto/ecc 0x9263b417 ecc_point_mult_shamir +EXPORT_SYMBOL crypto/ecc 0x92668805 vli_cmp +EXPORT_SYMBOL crypto/ecc 0x932b6ff7 vli_num_bits +EXPORT_SYMBOL crypto/ecc 0x9f6efabd vli_sub +EXPORT_SYMBOL crypto/ecc 0xa76b31a2 crypto_ecdh_shared_secret +EXPORT_SYMBOL crypto/ecc 0xb10fc19e ecc_get_curve +EXPORT_SYMBOL crypto/ecc 0xd6315f31 ecc_gen_privkey +EXPORT_SYMBOL crypto/ecc 0xd94c8eb5 ecc_point_is_zero +EXPORT_SYMBOL crypto/ecc 0xde867c29 ecc_is_pubkey_valid_partial +EXPORT_SYMBOL crypto/ecc 0xeac9b99a vli_from_le64 +EXPORT_SYMBOL crypto/ecc 0xed4ae15e ecc_make_pub_key +EXPORT_SYMBOL crypto/nhpoly1305 0x0cf4f887 crypto_nhpoly1305_setkey +EXPORT_SYMBOL crypto/nhpoly1305 0x481e8d54 crypto_nhpoly1305_final +EXPORT_SYMBOL crypto/nhpoly1305 0x6c487a98 crypto_nhpoly1305_update +EXPORT_SYMBOL crypto/nhpoly1305 0x6fdd8543 crypto_nhpoly1305_update_helper +EXPORT_SYMBOL crypto/nhpoly1305 0x8153d78a crypto_nhpoly1305_init +EXPORT_SYMBOL crypto/nhpoly1305 0xe115e5a1 crypto_nhpoly1305_final_helper +EXPORT_SYMBOL crypto/sm4 0x2b098da5 crypto_sm4_ck +EXPORT_SYMBOL crypto/sm4 0x7931a202 crypto_sm4_fk +EXPORT_SYMBOL crypto/sm4 0xf4fd3bd2 crypto_sm4_sbox +EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks +EXPORT_SYMBOL drivers/acpi/nfit/nfit 0x06848c60 to_nfit_uuid +EXPORT_SYMBOL drivers/acpi/video 0x3cf3c580 acpi_video_get_levels +EXPORT_SYMBOL drivers/acpi/video 0x45b61916 acpi_video_register_backlight +EXPORT_SYMBOL drivers/acpi/video 0x7a45377b acpi_video_unregister +EXPORT_SYMBOL drivers/acpi/video 0x7cc484a5 acpi_video_handles_brightness_key_presses +EXPORT_SYMBOL drivers/acpi/video 0x7de7bf50 __acpi_video_get_backlight_type +EXPORT_SYMBOL drivers/acpi/video 0x8826c13b acpi_video_register +EXPORT_SYMBOL drivers/acpi/video 0xe7b22052 acpi_video_get_edid +EXPORT_SYMBOL drivers/atm/suni 0x5cce28a1 suni_init +EXPORT_SYMBOL drivers/bcma/bcma 0x4dd991e7 bcma_core_dma_translation +EXPORT_SYMBOL drivers/bcma/bcma 0xafef659b bcma_core_irq +EXPORT_SYMBOL drivers/block/drbd/drbd 0x127a5901 drbd_set_st_err_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0x35131b36 drbd_role_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0x7730f22d drbd_conn_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0xaf27bebf drbd_disk_str +EXPORT_SYMBOL drivers/bluetooth/btbcm 0x8d392c9c btbcm_patchram +EXPORT_SYMBOL drivers/bluetooth/btrsi 0xfd266742 rsi_bt_ops +EXPORT_SYMBOL drivers/bus/mhi/host/mhi 0x1387b808 mhi_sync_power_up +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x03bc993e ipmi_set_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x0705dd14 ipmi_register_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x12dd1e77 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1f65170f ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x230094ac ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c2054d7 ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x50f65edf ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x5a56cc19 ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67369b42 ipmi_addr_src_to_str +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x74778a80 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x7f6bafec ipmi_add_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x80aa4656 ipmi_free_recv_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x89a5279a ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96a6e5e8 ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xaca90ebd ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xae71627d ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd54a5050 ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe0a2d827 ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4330a39 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe98c507d ipmb_checksum +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xec1c2a90 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xece7a295 ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf388b18b ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf5531bea ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfaaa4831 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfe0f2369 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/nvram 0x3ef38dc9 arch_nvram_ops +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x189df20d st33zp24_probe +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x639b8bc1 st33zp24_remove +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x9488b35c st33zp24_pm_suspend +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xf998a9cf st33zp24_pm_resume +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x13c1e429 xillybus_init_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x7a06e50a xillybus_cleanup_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0xdbae158a xillybus_find_inode +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x45e26d70 xillybus_init_endpoint +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x58d3ae46 xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0xc359babf xillybus_endpoint_remove +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x5618d3b4 atmel_i2c_enqueue +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x69fe6fb2 atmel_i2c_probe +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x7682408d atmel_i2c_send_receive +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x80a11b1d atmel_i2c_init_read_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xb6c854bb atmel_i2c_init_ecdh_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xc71ed50c atmel_i2c_init_genkey_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xc80f14e8 atmel_i2c_flush_queue +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xf283e995 atmel_i2c_init_random_cmd +EXPORT_SYMBOL drivers/crypto/ccp/ccp 0x47d3c97f psp_check_tee_status +EXPORT_SYMBOL drivers/crypto/ccp/ccp 0x4a937398 psp_check_platform_access_status +EXPORT_SYMBOL drivers/crypto/ccp/ccp 0xaa04056c psp_tee_process_cmd +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0x36bc16c0 xdma_disable_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0x47288714 xdma_get_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0xc5baadf3 xdma_enable_user_irq +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0bc6094c fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3a771e39 fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x453851a2 fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x457b7dd7 fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4e20b791 fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x5a37ebfc fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6ccf5ab9 fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6dc50487 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x72e744a5 fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7350767f fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7b4aadb3 fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8e2eb864 fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8e6f7875 fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0x924b980f fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x9ca451dc fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa153035a fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaedf84ce fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0xafe3d8e0 fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb738b67c fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb8375f66 fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc6179595 fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc6d7940c fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc8e06d93 fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc96e3751 fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0xcefde90b fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe3fde125 fw_csr_iterator_next +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe64b08b5 fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe80e5087 fw_csr_iterator_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0xee537adc fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf40de691 fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf6afb281 fw_card_add +EXPORT_SYMBOL drivers/fpga/dfl 0x5a4a5cbf dfl_driver_unregister +EXPORT_SYMBOL drivers/fpga/dfl 0x6356448a __dfl_driver_register +EXPORT_SYMBOL drivers/fpga/lattice-sysconfig 0x5ed21fbe sysconfig_probe +EXPORT_SYMBOL drivers/gpu/drm/amd/amdxcp/amdxcp 0x0ea5d74b amdgpu_xcp_drv_release +EXPORT_SYMBOL drivers/gpu/drm/amd/amdxcp/amdxcp 0xbedd9f11 amdgpu_xcp_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x01c4bba9 drm_dp_lttpr_max_link_rate +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x029475b9 drm_dp_mst_topology_mgr_set_mst +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x060376ca drm_dp_read_sink_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x076a4570 drm_scdc_set_high_tmds_clock_ratio +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0898a826 drm_edp_backlight_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x09fbb484 drm_dp_pcon_frl_configure_1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1085e41b drm_dp_downstream_id +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1605d0ed drm_dp_lttpr_max_lane_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1709ddcf drm_dp_lttpr_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1a5bf3ca drm_dsc_dp_rc_buffer_size +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1b0a1fdc drm_dp_lttpr_voltage_swing_level_3_supported +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1f434440 drm_dp_read_lttpr_common_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x214da731 drm_dp_set_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x21bbc754 drm_atomic_get_old_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2295a134 drm_dp_mst_update_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x23961837 drm_dp_downstream_max_bpc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x24267112 drm_scdc_set_scrambling +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x24ada755 drm_dsc_set_rc_buf_thresh +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x25be925c drm_dp_mst_topology_mgr_destroy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x26815dbc drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x272cfafd drm_dp_pcon_frl_prepare +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2c3c940a drm_dp_add_payload_part2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2e7a197e drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2fa94ef2 drm_dp_downstream_444_to_420_conversion +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x31ff1f5f drm_dp_cec_unregister_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x325b28ce drm_dp_pcon_hdmi_link_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x33035eb0 drm_dp_send_query_stream_enc_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x34a9e31c drm_dp_mst_topology_mgr_suspend +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x35f47245 drm_scdc_get_scrambling_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x35f6a85e drm_dp_start_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x37352476 drm_dp_send_real_edid_checksum +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x37d99f3e drm_dp_mst_topology_mgr_resume +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x37fe1647 drm_dp_128b132b_read_aux_rd_interval +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x392a838b drm_dp_downstream_max_dotclock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3de6ac48 drm_lspcon_get_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3ef00745 drm_hdmi_avi_infoframe_content_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x439b7ff0 drm_dp_read_lttpr_phy_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x43b4474c drm_dp_dual_mode_max_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x45b58b8a drm_dp_read_mst_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x45ff030b drm_hdmi_avi_infoframe_colorimetry +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4603c416 drm_dp_pcon_dsc_bpp_incr +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4905eb78 drm_dp_mst_atomic_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4ad00ab8 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x53476de6 drm_lspcon_set_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x537beb81 drm_dp_read_sink_count_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5407ae9e drm_dp_get_dual_mode_type_name +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x56a663e9 drm_dp_dsc_sink_line_buf_depth +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x580f6fd2 drm_dp_read_downstream_info +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x582f248e drm_dp_get_adjust_request_pre_emphasis +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x58d8fcaa drm_dsc_pps_payload_pack +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x59ab5073 drm_dp_pcon_convert_rgb_to_ycbcr +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x59bbfcf4 drm_dp_mst_edid_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x59f27ed7 drm_dp_pcon_enc_is_dsc_1_2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5a86f411 drm_dp_phy_name +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5b53db74 drm_dp_add_payload_part1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5ce184ea drm_dp_dual_mode_set_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x627ba04b drm_dsc_set_const_params +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6293f5fb drm_dp_pcon_reset_frl_config +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x63a477fb drm_dp_downstream_min_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x63e2df1e drm_atomic_get_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x648d953b drm_dsc_dp_pps_header_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x68d8dce7 drm_dp_downstream_is_tmds +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x698e9b6a drm_dp_set_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6a4df8c5 drm_dp_128b132b_eq_interlane_align_done +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6aa8e59f drm_dp_cec_irq +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6aacee47 drm_dp_128b132b_link_training_failed +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6b53e216 drm_dp_downstream_max_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6c68b167 drm_dp_read_dpcd_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6e0a5331 drm_dp_lttpr_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7053fa72 drm_dp_get_pcon_max_frl_bw +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x70a3f780 drm_panel_dp_aux_backlight +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7164933e drm_dp_mst_hpd_irq_send_new_request +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x73011db0 drm_dp_bw_code_to_link_rate +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x75858d47 drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x76ff6644 drm_dp_lttpr_pre_emphasis_level_3_supported +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x79008c7e drm_dsc_setup_rc_params +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x792f5204 drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7a54009f drm_dp_mst_topology_state_funcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7c0d9c57 drm_dp_pcon_hdmi_frl_link_error_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7cdee94f drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7f03a909 drm_dp_mst_connector_late_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x829b6048 drm_dp_dsc_sink_max_slice_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x840e3013 drm_dp_mst_topology_mgr_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x893613a5 drm_edp_backlight_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8b1bf2ba drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8c88125e drm_dp_mst_get_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8ca2d9e4 drm_dp_calc_pbn_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8d701329 drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8dc5839c drm_dp_remove_payload +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8f6ff873 drm_connector_attach_content_protection_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8f81d142 drm_dp_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x907399e5 drm_scdc_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x90d355cb drm_dp_dual_mode_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x92b9835e drm_dp_128b132b_cds_interlane_align_done +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x94652627 drm_dp_dual_mode_detect +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x95883bb4 drm_dsc_initial_scale_value +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9993ae7a drm_dp_cec_set_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9bba45c8 drm_dp_dual_mode_get_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa1fefe6a drm_dp_psr_setup_time +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa3959ef3 drm_dp_mst_detect_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa4c5baef drm_dp_pcon_frl_configure_2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa5bbc9af drm_dp_cec_register_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa6d1ad5d drm_dp_downstream_debug +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa7f5ad08 drm_dp_vsc_sdp_log +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa843606e drm_dp_dsc_sink_supported_input_bpcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaa12edfb drm_dp_atomic_release_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xab232ef0 drm_dp_pcon_pps_override_buf +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xabc039c5 drm_dp_mst_add_affected_dsc_crtcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xad070e44 drm_dp_get_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xae90bc74 drm_dp_get_vc_payload_bw +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaf267620 drm_dp_lttpr_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb170ef64 drm_dp_mst_atomic_enable_dsc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb2002c8d drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb2b3b6bd drm_dp_mst_get_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb35562e9 drm_dp_dpcd_read_phy_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb42e7b17 drm_dp_dpcd_probe +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb4950c23 drm_dp_dual_mode_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb793ab43 drm_edp_backlight_set_level +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbb64fa6d drm_dp_mst_connector_early_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbbfe33dc drm_hdmi_avi_infoframe_bars +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbc0912fd drm_dp_mst_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbc5f5e9e drm_dp_read_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbcaf9c5b drm_atomic_get_mst_payload_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbe9643a1 drm_dp_atomic_find_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc020c0c1 drm_dp_pcon_dsc_max_slice_width +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc1dbb031 drm_hdmi_infoframe_set_hdr_metadata +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc5c99a79 drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc79ecffb drm_dp_downstream_is_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc8971238 drm_dp_mst_dump_topology +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc8b6a8ae drm_dp_128b132b_lane_channel_eq_done +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc99ea58b drm_dp_downstream_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xccf54d5e drm_dp_get_adjust_tx_ffe_preset +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcd8716b4 drm_dp_pcon_pps_override_param +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xce739e04 drm_dp_cec_unset_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd0e95456 drm_dsc_get_bpp_int +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd196fd61 drm_dp_pcon_is_frl_ready +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd232cf95 drm_dp_pcon_hdmi_link_active +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd4cb40e8 drm_hdcp_update_content_protection +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd5a95eae drm_dp_128b132b_lane_symbol_locked +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdd9f1e0d drm_atomic_get_new_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe09dbc97 drm_dp_pcon_pps_default +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe2468a48 drm_dsc_flatness_det_thresh +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe5360b84 drm_dp_pcon_dsc_max_slices +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe73aeb61 drm_dp_mst_dsc_aux_for_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe9258d5a drm_dp_mst_put_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe93c3d1c drm_dp_pcon_frl_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xea3b5a6f drm_dp_read_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xedcf81ce drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf086e7e9 drm_dp_mst_atomic_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf2a288e3 drm_scdc_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf5017912 drm_dp_stop_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf5389017 drm_dp_send_power_updown_phy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf68741fb drm_dp_subconnector_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf689ad25 drm_dp_downstream_420_passthrough +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf742feba drm_edp_backlight_disable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfa0aeba0 drm_dp_mst_hpd_irq_handle_event +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfb1a7a5a drm_dp_downstream_rgb_to_ycbcr_conversion +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfb459b84 drm_dp_read_desc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfb55bd24 drm_dp_remote_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfc73d23f drm_dp_check_act_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfe12bcb9 drm_dsc_compute_rc_parameters +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xff586042 drm_dp_mst_root_conn_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0219998d drm_client_framebuffer_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x027e0e0a drm_mode_create_tv_properties_legacy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x02dcb527 drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03c63897 __drm_get_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0549c6e7 drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x05965eaa drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x06832224 drm_crtc_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07b822ba drm_send_event_timestamp_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07fb449a drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x08b15df9 drm_plane_enable_fb_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x08da026b drm_crtc_next_vblank_start +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0971eb91 drm_atomic_state_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a407fc8 drmm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ad336e3 __drm_dev_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0c50eeb6 drm_atomic_state_default_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d9b4753 drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0eb5777c drm_crtc_set_max_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0eb7f5eb drm_privacy_screen_lookup_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f0d0426 drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f7acb66 drm_mm_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fa90759 drm_bridge_chain_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fd60df2 drm_get_connector_status_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x10471c64 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x107742a9 drm_get_subpixel_order_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x117f8d89 drm_plane_create_blend_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1395c52b drm_hdmi_avi_infoframe_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13ab32ff drm_panel_of_backlight +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14678182 drm_modeset_lock_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14ad358c drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14e2d17f drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x153aeee5 drm_client_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1597ef26 drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16b809c8 drm_print_memory_stats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18b0926d drm_master_internal_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18fd4b25 drm_atomic_set_mode_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19780d12 drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a411479 drm_syncobj_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c626de3 drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d3eb543 drm_atomic_state_default_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1db01bb9 drm_property_blob_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1dc53096 drm_writeback_connector_init_with_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ea7de88 drm_mode_validate_ycbcr420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1eb6a7fa drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ed75618 drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1efbcd62 drm_crtc_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2100c484 drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2112ba24 drm_atomic_get_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x216eec44 drm_event_reserve_init_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2183c08c drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2186a991 drm_atomic_get_new_crtc_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x21ce6d12 drm_atomic_get_new_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x222b832a drm_plane_create_color_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x234eb4e9 drm_plane_create_zpos_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x235268bc drm_crtc_vblank_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0x235745f7 drm_modeset_lock_all_ctx +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24595610 drm_client_rotation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2460ef6b drm_crtc_vblank_waitqueue +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24993e50 drm_edid_are_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24cd4e4d drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24cf437a drm_vma_node_is_allowed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24d124ac drm_mode_equal_no_clocks_no_stereo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25292213 drm_atomic_get_new_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25daad93 __drm_mm_interval_first +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2699ffe2 drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27450672 drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2754dad8 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28256fe8 drm_connector_set_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x283153a0 drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2836b26c drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x283e8079 drm_panel_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28692e0c drm_atomic_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x286947a6 drm_crtc_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28779e52 drm_printf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x288b7856 drm_send_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28ca7b90 drm_ioctl_kernel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28e40a75 drm_property_replace_global_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29f078d1 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a6c44b1 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a84eb1f drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a962499 drm_mm_scan_init_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ada5e37 drm_connector_create_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ae4fb5a drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b75acd4 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b83f746 drm_gem_lru_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2bd40183 drm_atomic_get_old_crtc_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c0a3ff9 __devm_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c1f2d59 drm_edid_read_custom +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ce51d98 __drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ceef50a drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2dfd98b3 drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e97525a drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ed3c600 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f476172 drm_privacy_screen_lookup_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f923282 drm_display_mode_from_cea_vic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3001b745 drm_property_replace_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x301a36ae drm_panel_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3096284e drm_aperture_remove_conflicting_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x30b24d8f drm_client_dev_hotplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x30c833e6 drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31b8a5e3 __drm_set_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32a0cc37 drm_print_bits +EXPORT_SYMBOL drivers/gpu/drm/drm 0x34cd4320 drm_gem_unlock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0x34dc7cc8 drm_connector_set_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x351cf730 drm_gem_prime_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3634d2ed drm_syncobj_find_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3839482e drm_panel_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38690d99 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x386f50ac drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x393b1b98 drm_gem_map_detach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x397c3d27 drm_edid_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x399ed3ce drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3a06b036 drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ab87110 drm_mode_equal_no_clocks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b0e5e9c __drm_puts_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c1f3d3c drm_mode_create_suggested_offset_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c22a4d8 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c63e55f drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cc87e99 drm_connector_list_iter_begin +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cdc37e9 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d46dc6f drmm_kmalloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3dac0d0e drm_dev_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3dc9f4d2 drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e7d36df drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3eb3c84c drm_privacy_screen_call_notifier_chain +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f405489 __drm_printfn_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4061ce97 drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4078af86 drm_atomic_get_new_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4089c409 drm_invalid_op +EXPORT_SYMBOL drivers/gpu/drm/drm 0x40e6e0bd drm_client_buffer_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4221fd9c drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x42284bba drm_panel_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x426f4c3c drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4403a9c3 drm_mode_get_hv_timing +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4489a5e9 drm_edid_raw +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4575a0ca drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4740990a drm_gem_lru_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x47665f33 drm_syncobj_add_point +EXPORT_SYMBOL drivers/gpu/drm/drm 0x47996248 drm_gem_dmabuf_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4831da6e drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x48414b49 drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4902caa6 drm_connector_list_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49142701 drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49ccc2a5 drm_gem_dmabuf_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49e5ec68 drm_gem_unmap_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a35d30d drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a96ae5a drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b077743 drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b7ebf95 drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4cda3fdd drm_atomic_get_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d218117 drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4dd5ff4b drm_state_dump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e2a621e drm_prime_sg_to_dma_addr_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f8a58fc drm_atomic_get_connector_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50674de7 drm_timeout_abs_to_jiffies +EXPORT_SYMBOL drivers/gpu/drm/drm 0x513072fe __drm_puts_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0x514245d7 drm_atomic_add_affected_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x521ad6d0 drm_puts +EXPORT_SYMBOL drivers/gpu/drm/drm 0x53710723 drm_syncobj_get_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x53c6c2e3 drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x53e7bdd1 drm_mode_create_dp_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5487af84 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55e409d1 drmm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55eb38da drm_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x566765b6 drm_mode_get_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56999c16 drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57698a50 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x582af201 drm_mode_object_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5895a63c drmm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59056243 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x591072e9 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59fd04bf drm_edid_connector_add_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a83e74b drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5af8f4fc drm_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5b88dd0d drm_gem_private_object_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c16ced5 drm_print_regset32 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c6d058d drm_writeback_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5ccd746a drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d5f8283 drmm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e73c49b __drmm_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f3ee68b drm_crtc_accurate_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f7985a5 drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6023a4f4 drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x605b54ab drm_mode_create_aspect_ratio_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60a1beb1 drm_gem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60ad20b6 drm_mode_validate_driver +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60da1ce7 drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x624e3a39 drm_dev_enter +EXPORT_SYMBOL drivers/gpu/drm/drm 0x62e30d4d drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63518462 drm_mode_create_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63c855ff drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63dbfa92 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65702bd6 drm_default_rgb_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65dc37a6 drm_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6633026f drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x66648263 drm_vblank_work_cancel_sync +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6690f19e drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6703ee66 drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x675f836b drm_connector_attach_max_bpc_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x68369e6e drm_compat_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x690fa960 drm_crtc_arm_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6910e4cd drm_format_info_min_pitch +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69353664 __drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69e1bf40 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6a243338 drm_connector_update_privacy_screen +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6aba1655 drm_prime_sg_to_page_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ac01ea8 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b935e1d drm_privacy_screen_get_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c47c10a drm_panel_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c51385a drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c7c8ac2 drm_client_modeset_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6d4cd705 drm_sysfs_connector_status_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6dc9c856 drm_dev_unplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ee2a428 drm_plane_create_zpos_immutable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6fac3a3b drm_dev_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x70e48e2e drm_privacy_screen_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x717b75ca drm_gem_lru_move_tail +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7384df76 drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x73a28f01 drm_connector_attach_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x73c703f0 drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7417d4f4 drm_mode_create_hdmi_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74d89da7 drm_syncobj_get_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74fc6fbd drm_format_info_block_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7588bdb6 drm_panel_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x758af5e5 drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x75943196 drm_atomic_state_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7691eff5 drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x770af1c3 drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x771f135b drm_connector_has_possible_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7768d5e8 drm_event_reserve_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7937595e drm_crtc_vblank_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x794d8e1a drm_edid_read_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79c00fa2 drm_edid_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a75adfa drm_vblank_work_schedule +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a8ce06d drm_connector_attach_privacy_screen_provider +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7aa47150 drm_atomic_normalize_zpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ab7da29 drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7adb5d91 drm_gem_dmabuf_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b2e2166 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7bb8b367 drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7bc73ad7 __drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c0d9cad drm_display_info_set_bus_formats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c545285 drm_edid_get_monitor_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7cbddc7c drm_connector_attach_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7d327817 drm_gem_map_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7d4da4fb drm_crtc_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7d920419 drm_atomic_state_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7db87825 drm_atomic_print_new_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7df5f940 drm_framebuffer_plane_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e3277f8 ___drm_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e714784 drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7eca1c3f __drmm_add_action +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7edf470b drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7faee6b6 drm_file_get_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7fdb793b drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x80420967 drm_sysfs_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8057cb30 drm_edid_read_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8095fb6f __drmm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x80a543ce drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x819300dc drm_connector_atomic_hdr_metadata_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x820ac5c0 drm_vma_node_allow_once +EXPORT_SYMBOL drivers/gpu/drm/drm 0x82260b1a drm_connector_list_iter_end +EXPORT_SYMBOL drivers/gpu/drm/drm 0x827317e0 drm_client_framebuffer_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x82f726f7 drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x831f9a73 devm_aperture_acquire_from_firmware +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83805e51 drm_writeback_get_out_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x842669c5 drm_plane_create_alpha_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x844fbce0 drm_analog_tv_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x84737ab8 drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x880a6bc5 drm_edid_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x882f5c67 drm_atomic_set_mode_prop_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x896a75b4 drm_atomic_set_crtc_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ac3032a drm_connector_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b7b2c2a drm_bridge_chain_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ba7f78b drm_connector_attach_dp_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d23d61d drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d2691a7 drm_atomic_get_crtc_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d72789e drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8df191e4 drm_edid_override_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ef11bb0 drm_connector_attach_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8fc6e8ae drm_privacy_screen_register_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8fcbea98 drm_property_blob_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x90bb6484 drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91369d96 drm_atomic_set_crtc_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x915c051a drm_atomic_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x916ce023 drm_gem_dma_resv_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x917245ac drm_gem_evict +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9229e780 drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x93804eab drm_syncobj_replace_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x94cf04d1 drm_mode_plane_set_obj_prop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x94e13ad2 __drm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96c5436f drm_master_internal_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96ca1fa6 __drmm_add_action_or_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x982d09b3 drm_format_info_block_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x996101cd drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9969415d drm_atomic_private_obj_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9a497e83 drm_crtc_vblank_helper_get_vblank_timestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9a509f44 drm_is_current_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9a9e5f08 drm_property_create_bool +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b285573 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b95c885 drm_mode_match +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b9de1c1 drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9baa86fa drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ce050be drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ced442f drm_dev_has_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9da445b1 drm_aperture_remove_conflicting_pci_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9e5ed6dc drm_atomic_set_fb_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f4588b1 drm_send_event_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f58ada0 drm_crtc_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f65913a drm_color_lut_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9fd1ec8b drm_client_modeset_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa0451895 drm_privacy_screen_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa248afde drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2a2d804 drm_event_cancel_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa38c4c94 drm_memcpy_from_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa4081dd0 drm_connector_attach_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa4433a5b devm_drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa4586004 drm_atomic_get_old_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa46d891e drm_gem_vunmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa4a0528f drm_release_noglobal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa569f7da drm_connector_set_tile_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa67a2e7c drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa74165c6 drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa77ce658 drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa7a4eeda drm_atomic_bridge_chain_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa855e0e2 drm_gem_lru_move_tail_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa956955b drm_gem_lru_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa38e051 drm_writeback_cleanup_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaaacbbe6 drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab99ae6d drm_gem_vmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xace0f5b9 drm_crtc_commit_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad4e902b drm_color_ctm_s31_32_to_qm_n +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad9f2248 drm_connector_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae277372 __drm_crtc_commit_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae720f45 drm_atomic_bridge_chain_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf4f9585 drm_dev_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb066c3c8 drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb08b7f4e drm_show_memory_stats +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb11ac7a7 __drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb18111ee drm_atomic_private_obj_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb212dc3e drm_edid_dup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb27a63dc drm_privacy_screen_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb2fc2b45 drm_gem_dmabuf_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3750192 drm_edid_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb37db2a1 drm_plane_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3984888 drm_atomic_add_encoder_bridges +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4032484 drm_mm_insert_node_in_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb421aeec drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4949952 drm_atomic_nonblocking_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4b203d9 drm_atomic_check_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb570a20b drm_object_property_get_default_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5a17e81 drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6127243 drm_need_swiotlb +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb806e6e3 drm_bridge_chain_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb8f32e5b drm_bridge_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb915f9bd drm_client_buffer_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9246adc drm_debugfs_add_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9adf504 drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9cad492 __drm_atomic_state_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9ebde50 drm_atomic_add_affected_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba386356 drm_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba9b3d77 drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb2b1230 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb75a553 drm_connector_set_panel_orientation_with_quirk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbbc81ec7 drm_writeback_prepare_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbce8b564 drm_crtc_enable_color_mgmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbd88922a drm_syncobj_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbeeb70e9 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbef7ab73 drm_gem_objects_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc109ed91 drm_atomic_get_old_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc1e9f099 drm_client_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc23fe378 drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc31ae5b6 drm_client_modeset_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc33bed99 drm_vblank_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc41af570 drm_privacy_screen_set_sw_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4734ff3 drm_gem_map_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4c6555d drm_gem_prime_import_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc563e7ea drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc65aa7bb drm_privacy_screen_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7910e38 drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7d04fc5 drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc8298551 drm_debugfs_add_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc94c751d drm_mode_put_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc97c799f drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcae38c98 drm_plane_get_damage_clips_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb611de4 drm_driver_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb861835 drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc4144a0 drm_connector_attach_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc4dcf27 drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc522460 drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc646289 drm_atomic_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdb99cc9 drm_mode_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce0090ed drm_vblank_work_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce3d1614 drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce700c23 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf90c58a drm_client_modeset_commit_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd13f9985 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd146c5b9 drm_show_fdinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1e99892 drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd241c6dc drm_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd27d4ef2 drm_atomic_get_old_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd3671d59 drm_client_modeset_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4619bf0 drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4e7b8a5 drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd680a377 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7a9cf42 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7f48763 drm_client_framebuffer_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd85c6fca drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd8a16720 drm_writeback_queue_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd8cb3b3f drm_crtc_vblank_helper_get_vblank_timestamp_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd9aa16d5 drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xda3745f1 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdad9c8b1 drm_prime_get_contiguous_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdae7a2ae drm_writeback_signal_completion +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb25129e drm_get_edid_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb320a08 drm_mode_is_420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdcfee94e drm_property_lookup_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd3c6afa drm_mode_is_420_also +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd63438c drm_atomic_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd77e586 drm_connector_attach_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xddf2d038 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xde679d4e drm_panel_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf29a9a2 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf3f760d drm_mm_scan_color_evict +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf6427c0 drm_connector_set_path_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf666902 drm_rotation_simplify +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe0035df5 drm_atomic_get_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe050b6a1 drm_get_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1414781 drm_plane_create_rotation_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1c5f0a4 drm_any_plane_has_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe220809b drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe287681a drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe30df1b8 drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe317082a __drm_printfn_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3ac15d5 drm_mode_is_420_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4cdd7ba drm_panel_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4f9ca88 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe633a4cd drm_format_info_bpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe63495e8 drm_gem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe6d07072 __drmm_mutex_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe75cecdd drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7991c0f drm_connector_set_link_status_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7bf8658 __drmm_crtc_alloc_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8622748 drm_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a034df drm_dev_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a0e334 drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea00fe81 __drm_printfn_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeacd1b73 drm_edid_get_panel_id +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb0010f6 drm_connector_attach_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb5a7dd8 drm_connector_init_with_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb943422 drm_connector_oob_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xec0c0cdb drm_crtc_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xec133e9c drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed4def27 drm_gem_lock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0xee2ad2b2 drm_plane_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xee401658 drm_mode_create_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xee409bac drm_edid_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xefd8f3f5 drm_property_create_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0401643 drm_connector_set_orientation_from_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0517d7a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0882296 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf08aea81 drm_client_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf095dc96 drm_get_tv_mode_from_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1b5340a drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf209eee8 drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf406e46a drm_get_connector_type_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf5dfc11f drm_crtc_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf5e4796a drm_modeset_lock_single_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf71ebbb9 drm_mode_create_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf722cc54 drm_syncobj_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf78a4aee drm_mode_object_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf824c7db __drm_printfn_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf972cc72 drm_framebuffer_plane_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfab9c0c5 drmm_kfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfafb586e drm_plane_get_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfbc8318a drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe031f76 drm_connector_attach_hdr_output_metadata_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe7b15ba drm_privacy_screen_unregister_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfeb953b1 __drm_printfn_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x22d53779 drm_buddy_free_list +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x2d9e9583 drm_buddy_print +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x40d76a49 drm_get_buddy +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x9f44c898 drm_buddy_init +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xabb5a026 drm_buddy_block_trim +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xbd5b3bcc drm_buddy_free_block +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xc30d71cc drm_buddy_block_print +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xfa150882 drm_buddy_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xff748b76 drm_buddy_alloc_blocks +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0x2df543e4 drm_gem_dma_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0xce5bb1e5 drm_fbdev_dma_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0xe7e2cf67 drm_gem_dma_prime_import_sg_table_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0063640d drm_connector_helper_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x03eae484 drm_gem_simple_kms_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x05952b04 __drm_atomic_helper_connector_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x07a76d53 drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x08247e33 drm_fb_helper_output_poll_changed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0a0e3a22 __drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0c7d6e38 drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0caf54dd drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x10f650b6 drm_fb_xrgb8888_to_argb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x127a8c6b drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x13ef1d8f drm_simple_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x15832ee1 drm_fb_helper_set_suspend_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x17255746 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x19e1de20 devm_drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1adc4525 drm_fb_xrgb8888_to_rgb888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1c258ab5 drm_atomic_helper_swap_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1cf12fe1 drm_fb_helper_release_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1e80646c drm_fb_xrgb8888_to_xrgb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2162b0be drm_plane_helper_update_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21d541eb drm_flip_work_queue_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2276f7d1 drm_helper_force_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x22de6e15 __drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x26cdb6b1 drm_atomic_helper_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x29b99f82 drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2b8e1a56 __drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2b993e57 drm_atomic_helper_dirtyfb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2c3d614a drm_connector_helper_tv_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2cc24ba1 drm_atomic_helper_damage_merged +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2e02d04b drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2eb83601 drm_atomic_helper_commit_modeset_disables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2f3cdd35 drm_atomic_helper_connector_tv_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2f565e10 drm_fb_helper_fill_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x30685101 drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x32d1f64c __drm_atomic_helper_crtc_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x33adf0f0 drm_atomic_helper_commit_cleanup_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x36342efb drm_fb_build_fourcc_list +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x37265be1 __drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x375b409f drm_gem_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3783f970 drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x37f75d41 drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x382db66d drm_atomic_helper_connector_tv_margins_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3852bff2 drm_atomic_helper_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x38dd059a drm_self_refresh_helper_alter_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x39ce94d4 drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x39f5cd72 __drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3cc67568 drm_atomic_helper_commit_hw_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3dc31916 drm_atomic_helper_shutdown +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3e9e1acd drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3ed1786f drm_atomic_helper_fake_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3ef1c138 drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x41d96144 drm_fb_xrgb8888_to_argb8888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4243b5fc __drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x42e6992b drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x434515e7 drm_gem_fb_create_handle +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x43672278 drm_atomic_helper_wait_for_vblanks +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x45a18e38 drm_fb_helper_damage_range +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x45cfd664 drm_plane_helper_disable_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x469cbd6b drm_crtc_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x48761827 drm_atomic_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x49b48450 drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x49d3ecbe drm_panel_bridge_set_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4ab55caa drm_atomic_helper_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4aff472b drm_kms_helper_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4b68d534 drm_atomic_helper_damage_iter_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4c5aeb70 drm_atomic_helper_wait_for_flip_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4c6b92e8 drm_plane_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4d4ca498 drm_gem_simple_kms_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4e070a70 drm_fb_helper_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4f197902 drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5168da59 drm_fb_xrgb8888_to_rgba5551 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x516cd994 drm_atomic_helper_wait_for_fences +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x530e44de drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x53209adf drm_fb_xrgb8888_to_rgb565 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5516952d __drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5542443b drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5567e38f drm_atomic_helper_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x594238a7 drm_fb_xrgb8888_to_argb1555 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a4734d1 drm_kms_helper_is_poll_worker +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5ac4e274 drm_atomic_helper_check_plane_damage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5b5ed977 drm_atomic_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5d00e3d0 drm_self_refresh_helper_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5f534a95 drm_atomic_helper_connector_tv_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6142f6d6 drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6161ab54 drm_atomic_helper_check_crtc_primary_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x61f9442c drm_fb_xrgb8888_to_mono +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6245d5a8 __drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x636c41c9 drm_atomic_helper_commit_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x643bc69e drm_atomic_helper_check_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x64784ab1 drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x66fd3379 drm_plane_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x68c826b7 drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b5c2b06 drm_atomic_helper_damage_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6c5453b3 drm_atomic_helper_update_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e30ba8e drm_rect_rotate_inv +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6fe95bb1 drm_atomic_helper_commit_modeset_enables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x71c4e670 drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x73852b84 drm_atomic_helper_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7585a303 drm_atomic_helper_cleanup_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7ab1bae4 __drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7baf0e5f drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7e0b6daf drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7e528ef6 drm_simple_display_pipe_attach_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x82c5848d drm_fb_xrgb8888_to_xrgb1555 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x842dd90c drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84fcac49 drm_atomic_helper_commit_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x85925d84 drm_self_refresh_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x868bcaff drm_fb_blit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8982e156 drm_fb_helper_set_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x89d28c17 drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8a3d1ef9 drm_simple_display_pipe_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8a704881 drm_atomic_helper_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8ce77322 drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8ce9ea9d drm_crtc_helper_mode_valid_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8e547fed drm_gem_fb_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x908203d6 drm_fb_helper_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x90826897 drm_atomic_helper_disable_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9170898b drm_atomic_helper_bridge_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x917467a7 drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x919cbddd drm_atomic_helper_page_flip +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x953f63d7 drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x95b8b832 drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x961997c7 drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x964f7a8d drm_connector_helper_get_modes_from_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x967fb8df drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x97673f33 drm_panel_bridge_connector +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x978a4869 drm_connector_helper_get_modes_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x995a6774 drm_bridge_is_panel +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x999a4401 __drm_atomic_helper_private_obj_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99fd20aa drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9a400f1a __drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9ba83ace drm_fbdev_generic_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9cc2dd5c drm_panel_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9cda3401 drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9dca193f drm_gem_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9f8a8688 drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa8d6cfc5 drm_fb_memcpy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa9b751f6 drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xab8b1ba6 drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xac61ba87 drm_atomic_helper_check_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb053adda drm_rect_rotate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb2584845 drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb3d36843 drm_connector_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb4020144 drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb4e03834 drm_kms_helper_poll_reschedule +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb4fd7e51 drm_atomic_helper_prepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb59341df drm_self_refresh_helper_update_avg_times +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb60ede9f drm_atomic_helper_check_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb6488dcf drm_atomic_helper_page_flip_target +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb66c2e75 drm_helper_probe_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb6a6b711 drm_fb_clip_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb6e279b6 drm_gem_simple_kms_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb7cf3a56 __drm_atomic_helper_plane_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb9cf46f3 drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbe6c3e36 drm_gem_fb_end_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbec29839 drm_fb_helper_unregister_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbef6939b drm_fb_helper_lastclose +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbefa1b9e drm_atomic_helper_check_wb_encoder_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc07288a8 drm_atomic_helper_commit_tail_rpm +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc410e045 drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc42fc4c0 __drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc46d381d drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc48ad3f9 drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc6323239 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc8f656ae drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xca29908d drmm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xca4efffe __drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcb2340b8 drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcbc1e502 __drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcc3e329e drm_fb_swab +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcca11fdb drm_fb_xrgb8888_to_rgb332 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf11a549 drm_flip_work_allocate_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf269851 drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd1ca4489 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd1cfe9f7 __drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd1d6b2dc drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd3703a00 drm_fb_helper_alloc_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd44f6534 drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd45584c6 drm_gem_fb_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd5f088d9 drm_fb_helper_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd747d12a drm_atomic_helper_bridge_propagate_bus_fmt +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd98c2104 drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdb7c9fdc drm_fb_helper_damage_area +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdfe450bf drm_mode_config_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe06699c9 drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe07c34d1 drm_fb_helper_deferred_io +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe0b38906 drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe1c12918 drm_atomic_helper_unprepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe3cabdf5 drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe3f730a7 drm_gem_simple_kms_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe4ab4d7b drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe5f7e91a drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe8e1ef66 drm_atomic_helper_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeb8994cc drm_gem_fb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xee48a866 drm_fb_xrgb8888_to_gray8 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xef834ab5 drm_atomic_helper_async_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf23e0a65 drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf3f6c843 drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf5589631 drm_atomic_helper_commit_tail +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf5d2ccf5 drm_gem_fb_begin_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf5dcf8b7 drm_gem_simple_kms_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf716289a drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf73ef4bd devm_drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf827ca3f drm_atomic_helper_commit_duplicated_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf8b7f1fb drm_atomic_helper_update_legacy_modeset_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfcbf95ba __drmm_simple_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfd086c52 drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfdf4348b drm_atomic_helper_async_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfe3f0e63 drm_mode_config_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfe9af7da drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfecb1c1f drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xffbfbfee drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x0a661194 mipi_dbi_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x102c98a5 mipi_dbi_command_stackbuf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x1eb5e627 mipi_dbi_enable_flush +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x1fe03b93 mipi_dbi_pipe_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x21807a75 mipi_dbi_pipe_end_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x2d1f6dd9 mipi_dbi_command_read +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x36d1cb59 mipi_dbi_pipe_duplicate_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x38cd394b mipi_dbi_display_is_on +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x3ff174d4 mipi_dbi_spi_transfer +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x567e020a mipi_dbi_hw_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x5b8fefb7 mipi_dbi_poweron_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x609b8e04 mipi_dbi_pipe_update +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x619ec093 mipi_dbi_pipe_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x6742763d mipi_dbi_dev_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x83be4249 mipi_dbi_dev_init_with_formats +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xa167522a mipi_dbi_poweron_conditional_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xb08edf9d mipi_dbi_spi_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xbb70f8ac mipi_dbi_pipe_begin_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xcbf90b30 mipi_dbi_pipe_destroy_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xcf9d553d mipi_dbi_pipe_reset_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xddd58eab mipi_dbi_buf_copy +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xe56803e2 mipi_dbi_spi_cmd_max_speed +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xe88eca5a mipi_dbi_command_buf +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x0cbefaf7 drm_gem_shmem_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x3574a1ca drm_gem_shmem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x6878088e drm_gem_shmem_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x6ae8447a drm_gem_shmem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x7eeacc8e drm_gem_shmem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x82219ede drm_gem_shmem_purge_locked +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x931f13ea drm_gem_shmem_madvise +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xba64e88f drm_gem_shmem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xc00969fd drm_gem_shmem_purge +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xd517c2dd drm_gem_shmem_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0x048a510f drm_suballoc_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0x0bad1988 drm_suballoc_new +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0x8debd4c9 drm_suballoc_free +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0xcfea1bec drm_suballoc_dump_debug_info +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0xdd9c3522 drm_suballoc_manager_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x15df3866 drm_gem_ttm_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x186721a5 drm_gem_ttm_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x1d1cc7a6 drm_gem_ttm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xc19eb06c drm_gem_ttm_dumb_map_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xcc775848 drm_gem_ttm_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x02e7211c drm_gem_vram_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x07f146f0 drm_gem_vram_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x184cc886 drm_gem_vram_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x20d889ff drm_gem_vram_plane_helper_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x46aa5e2d drm_gem_vram_plane_helper_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x7fd9f283 drm_gem_vram_put +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x9c6667d4 drm_gem_vram_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xafc8210d drm_gem_vram_fill_create_dumb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xcb9d73a9 drm_vram_mm_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xcfd526ea drmm_vram_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xd7a3caac drm_gem_vram_driver_dumb_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xdad708b0 drm_gem_vram_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xdc28bef3 drm_gem_vram_simple_display_pipe_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xddee0363 drm_gem_vram_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xf405bd4e drm_vram_helper_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xfbf4e271 drm_gem_vram_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x04d67541 drm_sched_pick_best +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x07d0f92d drm_sched_job_add_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x08f596c0 drm_sched_fault +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x297fecae drm_sched_increase_karma +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x32b813a4 drm_sched_job_cleanup +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x35d59cbc drm_sched_job_add_implicit_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x3718bfb3 drm_sched_entity_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x41a16e7b drm_sched_entity_set_priority +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x46b07762 drm_sched_job_add_resv_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x48e4910d drm_sched_job_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x48f67495 drm_sched_job_arm +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x48fe6a82 drm_sched_entity_flush +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x69e7e3a8 drm_sched_entity_destroy +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x6baa243d drm_sched_start +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x6eefec6b drm_sched_entity_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x74674ab7 drm_sched_job_add_syncobj_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x760f6b6e drm_sched_resume_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x7686c755 drm_sched_suspend_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x7ea29bc3 drm_sched_resubmit_jobs +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xc157a325 drm_sched_entity_modify_sched +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xc4988330 drm_sched_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xcbca51ff drm_sched_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xccc5f57d drm_sched_stop +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xd70d5e14 to_drm_sched_fence +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xea527dc5 drm_sched_entity_push_job +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xee02a078 drm_sched_entity_error +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x012e20f3 ttm_bo_eviction_valuable +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x01d8a2e7 ttm_bo_vunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x03223769 ttm_lru_bulk_move_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x048db4f5 ttm_bo_vm_dummy_page +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x063ac97f ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0a773ed5 ttm_bo_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x133d610c ttm_agp_is_bound +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x138538b3 ttm_bo_vm_fault +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x13dbbd8a ttm_resource_manager_evict_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1a71d30c ttm_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x20dd3c61 ttm_agp_destroy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x21784ee4 ttm_resource_manager_usage +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x21cbc793 ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x25aba500 ttm_range_man_init_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x281fe0ba ttm_device_clear_dma_mappings +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2cebd2d8 ttm_bo_vm_close +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3ac22eb7 ttm_resource_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x429ac372 ttm_bo_pin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4d02b107 ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x529f8a7b ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x55da90a8 ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5b821a53 ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x601143a6 ttm_resource_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x60e8b43a ttm_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x63be7b61 ttm_lru_bulk_move_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x66b27c47 ttm_bo_vmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x69cc2943 ttm_tt_pages_limit +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x69d92ab2 ttm_pool_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6a847134 ttm_kmap_iter_iomap_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6d23ad1f ttm_pool_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7190d0c3 ttm_resource_manager_create_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x73a43091 ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7922176e ttm_bo_move_to_lru_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7b0ecace ttm_resource_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7babc809 ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7f17c807 ttm_bo_vm_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7fbf67cc ttm_agp_unbind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x848d1b82 ttm_resource_manager_debug +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8525ebf9 ttm_pool_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x88ede30e ttm_bo_vm_open +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8a082dcc ttm_range_man_fini_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8a41c7b8 ttm_bo_set_bulk_move +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8f2e9065 ttm_resource_manager_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x96254b20 ttm_agp_bind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x96c4f797 ttm_bo_unpin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9a155a76 ttm_device_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa0420c18 ttm_bo_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa06a47d4 ttm_agp_tt_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa166f7eb ttm_glob +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa6128493 ttm_pool_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa823425b ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xaa98444e ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb1d5feaa ttm_sg_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb28ae348 ttm_kmap_iter_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb482c552 ttm_device_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb8347317 ttm_pool_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb9bbf250 ttm_bo_vm_fault_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbd49a2aa ttm_bo_vm_access +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc7d29fb9 ttm_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd22dbbc6 ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd7b0af89 ttm_bo_init_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe33d91e6 ttm_bo_move_sync_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe55f86d5 ttm_bo_wait_ctx +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xecc1b1e3 ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf4a7fa06 ttm_bo_init_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf5f469bf ttm_bo_kunmap +EXPORT_SYMBOL drivers/hid/hid 0x68d57572 hid_bus_type +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x0103cb80 ishtp_trace_callback +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x0c44b8f3 ishtp_get_client_data +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x0db514d0 ishtp_send_suspend +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x12015edd ishtp_dev_to_cl_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x20aa3c55 ishtp_cl_connect +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x29e18c8a ishtp_send_resume +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x32a69efd ishtp_cl_driver_register +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x37c79cae ishtp_set_client_data +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x3dbfdce2 ishtp_cl_free +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x3f972afa ishtp_set_drvdata +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x42a20578 ishtp_fw_cl_get_client +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x4360b2e9 ishtp_bus_remove_all_clients +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x4448bac0 ishtp_start +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x46260bb5 ishtp_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x4a31c983 ishtp_cl_unlink +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x4df2b495 ishtp_put_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x50664ddd ishtp_cl_get_tx_free_rings +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x561cc8f3 ishtp_cl_flush_queues +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x58060127 ishtp_cl_disconnect +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x5f9b0501 ishtp_get_fw_client_id +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x6fd2b212 ishtp_cl_set_fw_client_id +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x70f94046 ishtp_reset_handler +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x772de99d ishtp_cl_io_rb_recycle +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x7ee7ed42 ishtp_get_ishtp_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x82440e20 ishtp_cl_allocate +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x88440bee ishtp_cl_get_tx_free_buffer_size +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x8ea2f335 ishtp_set_connection_state +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x921e567a ishtp_get_pci_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x97634f9b ishtp_recv +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xacb9e65d ishtp_get_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xadd26bec ishtp_cl_link +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xb330fabb ishtp_cl_driver_unregister +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xbf0f38f6 ish_hw_reset +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xc6bcda22 ishtp_cl_rx_get_rb +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xce52d4b8 ishtp_reset_compl_handler +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xd69e9735 ishtp_device_init +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xddf66465 ishtp_cl_tx_empty +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xe755af14 ishtp_set_tx_ring_size +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xed4d4afa ishtp_set_rx_ring_size +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xf61699e2 ishtp_register_event_cb +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xf65bb1ec ishtp_cl_send +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xfca3dbab ishtp_fw_cl_by_uuid +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xfdf431e1 ishtp_get_drvdata +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x2126a2bf vmbus_recvpacket +EXPORT_SYMBOL drivers/hv/hv_vmbus 0xbd6f9eed vmbus_sendpacket +EXPORT_SYMBOL drivers/hv/hv_vmbus 0xc91bd160 vmbus_sendpacket_getid +EXPORT_SYMBOL drivers/hwmon/adt7x10 0x88fa05ca adt7x10_dev_pm_ops +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x2f9e7f8e vid_which_vrm +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x446615bd vid_from_reg +EXPORT_SYMBOL drivers/hwmon/ltc2947-core 0xcb55ce64 ltc2947_pm_ops +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x00c5c9ec sch56xx_watchdog_register +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x01568393 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x96ec3b26 sch56xx_read_virtual_reg12 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xaa17a737 sch56xx_write_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xb37b9b81 sch56xx_read_virtual_reg16 +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x17dbe6dc i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x70f2795b i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xf3af3b80 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x06e750e1 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x84d0e3e5 i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0x33e676a8 amd756_smbus +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x10a4c688 qcom_adc5_hw_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x1fcd0103 qcom_adc_tm5_gen2_temp_res_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x39885d6b qcom_adc_tm5_temp_volt_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x401dc869 qcom_vadc_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x47f699dd qcom_adc5_decimation_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x4e64cdb9 qcom_adc5_hw_settle_time_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x53546ecd qcom_adc5_avg_samples_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x70e6eca1 qcom_vadc_decimation_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0xc61e7a34 qcom_adc5_prescaling_from_dt +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0x5f8a104f iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0xda3d1c31 iio_triggered_buffer_setup_ext +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x39328d92 iio_kfifo_free +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0xd65399f2 iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/imu/fxos8700_core 0x8f8f9b56 fxos8700_regmap_config +EXPORT_SYMBOL drivers/iio/industrialio 0x01348114 iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0x05d66f2f iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x1a2cfb0c iio_device_set_clock +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x38a9fb81 iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0x4316c6e2 iio_read_mount_matrix +EXPORT_SYMBOL drivers/iio/industrialio 0x450c3689 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x59e2241c iio_trigger_set_immutable +EXPORT_SYMBOL drivers/iio/industrialio 0x5be601ba __iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0x67588145 iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0x6e10fb5d iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0x70f54e23 iio_trigger_using_own +EXPORT_SYMBOL drivers/iio/industrialio 0x7f0b8f09 iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x7f8f81dd iio_device_get_clock +EXPORT_SYMBOL drivers/iio/industrialio 0x80029093 __iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x833f1dc4 iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0xadfcf67a iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0xafd9a346 iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0xc6df94d1 iio_trigger_poll_nested +EXPORT_SYMBOL drivers/iio/industrialio 0xc845f4cc iio_trigger_validate_own_device +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xe3aac924 iio_get_time_ns +EXPORT_SYMBOL drivers/iio/industrialio 0xecda4142 iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0xf9818110 iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio-configfs 0xa6488526 iio_configfs_subsys +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x22db8a25 iio_sw_device_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x332c9be9 iio_register_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x9ab41daf iio_sw_device_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xff2171df iio_unregister_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x0c8b9567 iio_sw_trigger_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x2f8a2abb iio_register_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x64244c7e iio_sw_trigger_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x9ee2f0f2 iio_unregister_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x6c613701 iio_triggered_event_cleanup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x791790b9 iio_triggered_event_setup +EXPORT_SYMBOL drivers/iio/pressure/bmp280 0x6a7d0ced bmp280_dev_pm_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x0897ca9d ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x137008dd ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x410bfa9f ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x49334efe ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x518cd2ec ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x69824a14 ibcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x76cca95c ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x7dba4c1d ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x97b38729 ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x994dd3d8 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9b843b81 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa9c20bd7 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc4d6acc9 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xcdd14747 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe382e611 ib_cm_insert_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xec95d17f ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00cd25ea ib_get_rdma_header_version +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x016d7517 ib_create_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x019c4452 ibdev_notice +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x020d5f9b rdma_alloc_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0314ddcd rdma_copy_src_l2_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x05135282 ib_get_eth_speed +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0776fe0e __ib_alloc_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x07d2d56b __ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x08588ca7 rdma_restrack_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x089a675b ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x09b4f8cc ib_drain_rq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c0baddb ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c86f5cb ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0d3354a6 rdma_alloc_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0dd3124b rdma_restrack_new +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0ef52438 rdma_read_gid_attr_ndev_rcu +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0fae401d ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x13508784 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x149fff69 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x17146604 rdma_user_mmap_io +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1a54fe5e ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1a84c645 ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1b0b29e2 ib_mr_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1b3c653c ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1b649d46 ib_create_qp_security +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1c5ca007 ib_destroy_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1c613aa2 rdma_nl_put_driver_u32_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1de0e170 rdma_destroy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e46230f rdma_rw_ctx_wrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x20492898 ib_process_cq_direct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x21b705e2 ib_rdmacg_uncharge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x221fbee8 ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x23d6d5fc ib_advise_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x25880656 rdma_rw_ctx_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x26290316 rdma_nl_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x273b857a ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x29290871 ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2c2c2047 rdma_rw_ctx_signature_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ca5af46 rdma_read_gid_hw_context +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2e864d95 rdma_user_mmap_entry_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2f4beb3d roce_gid_type_mask_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ff1d648 ib_set_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x305e5701 rdma_addr_size_kss +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x30a9b182 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x30f17902 ib_init_ah_attr_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x330bfb6d ib_port_register_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x340b532e ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3487a9f5 rdma_nl_stat_hwcounter_entry +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x34960732 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x37857661 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x37f32d94 rdma_nl_put_driver_u64 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3e5f557d rdma_rw_ctx_destroy_signature +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fc2387c ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x41c2f429 rdma_dev_access_netns +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x434c5d10 zgid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x439ce33c ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x44573e34 rdma_rw_mr_factor +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x44aad123 rdma_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45fb8985 rdma_nl_chk_listeners +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x46def64a ib_unregister_device_queued +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x47100d90 ib_sg_to_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x49009782 ib_mad_kernel_rmpp_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x49465d65 rdma_restrack_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4b57a44d ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4b7045a3 ib_drain_sq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4bf74e33 rdma_restrack_get_byid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e155af0 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e2e844c ib_map_mr_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e90435c ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50e1d87e rdma_create_user_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5349ef36 rdma_move_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55940c9e rdma_move_grh_sgid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55bb02f3 ib_cache_gid_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x56032ecd rdma_restrack_add +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x57a390d8 ib_set_device_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58df5b94 ib_get_gids_from_rdma_hdr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x598249a7 rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5b12d908 rdma_user_mmap_entry_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5da46b30 ib_port_immutable_read +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5daaf648 rdma_get_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5e1c326a ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5ea8fc3e ib_set_vf_link_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61373fd2 __rdma_block_iter_next +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x613b1e2e ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61d24c52 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6282ce51 rdma_copy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x62d342b6 ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x64431448 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x64a5b466 rdma_rw_ctx_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x676c350b rdma_nl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x67b91a62 ib_dealloc_pd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x67eafe06 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x680e3cfd __rdma_block_iter_start +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x69d20be7 ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6a5731a0 rdma_restrack_del +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b958320 ib_ud_ip4_csum +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6c1a4d80 rdma_replace_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6c55f6f7 ib_destroy_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6c93b368 ibdev_info +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6d2a3802 ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6de6cc50 ibdev_err +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6eb01bc0 ibdev_crit +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f3614b6 rdma_is_zero_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x70807834 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x715f006d rdma_find_gid_by_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7218f9f7 ib_reg_user_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73baf9a2 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7590ef6d rdma_init_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75a729a0 rdma_nl_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x777700fd ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7865d4e3 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x787ccc4c ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7905786a ibdev_emerg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x79a83419 ibdev_printk +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7a744faf ib_qp_usecnt_inc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7a923104 ib_device_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7b4a6cba rdma_link_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7ccb473a rdma_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7f46c4f6 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7f69448b ib_get_cached_subnet_prefix +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x82601bc7 ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x847523c4 ib_init_ah_attr_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x84d4e066 ib_qp_usecnt_dec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8565b96b ib_get_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x86c3f5c6 ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x886a636c ib_destroy_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8a98ad7d ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8b3396c6 __ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8cb0c693 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8d5e064e rdma_link_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9014f0d9 ib_port_unregister_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90e807c7 ib_cache_gid_parse_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9123a090 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9212fbac ib_create_qp_kernel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x92ebea30 rdma_restrack_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x94c80c02 ib_device_get_by_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9666ebde rdma_nl_unicast_wait +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x986cb579 rdma_umap_priv_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x996f829e rdma_restrack_set_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9a67b114 ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9ae919c7 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9ba836b4 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9ce6e433 rdma_roce_rescan_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9d52d36a ib_create_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa13e3705 rdma_set_cq_moderation +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa59fb0fa ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa7bd89f6 ib_cq_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa7d936ec ib_mr_pool_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xac2ac732 ib_dma_virt_map_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xad11e026 rdma_nl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae956dce ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaec5df30 ib_mr_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaf81aae7 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb00d4728 ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb128175e rdma_user_mmap_entry_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb176c4ef ib_device_set_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb2ef8efb ib_unregister_device_and_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4c40040 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7852a05 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7a5ebba ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb812cf7e ib_device_get_by_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb85623da rdma_user_mmap_entry_insert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb8dc3c54 ib_drain_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb8e9db06 ib_get_net_dev_by_params +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xba8dcc09 rdma_hold_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbd8cda5f ib_create_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbe7f0bb8 ib_cq_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbf537d26 rdma_user_mmap_entry_get_pgoff +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc2599be4 ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc5adbbec ibdev_alert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8978620 ib_get_cached_port_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8c2cd07 ib_alloc_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8d38664 rdma_free_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcba49954 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xccc45321 rdma_put_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcd17e1a5 ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd02e4ef9 ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0478dc4 ib_unregister_driver +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd21bb37a ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd2740751 ib_get_device_fw_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd2bb3efc ib_dealloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd3428418 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6636ca6 rdma_addr_size_in6 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda910f47 ib_mr_pool_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdab06d86 rdma_nl_put_driver_u32 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdd3c4a60 ib_alloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdda911b6 ib_free_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xddafbf2e rdma_read_gid_l2_fields +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xde95639e ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe15cc56d rdma_query_gid_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe16ede3d _ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe2823c29 rdma_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe3478aa2 ib_modify_qp_with_udata +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe3be771f ib_port_sysfs_get_ibdev_kobj +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe4325878 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe4c4dbe2 ib_get_vf_config +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5840ec6 ib_wc_status_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe6ae45b9 rdma_nl_put_driver_string +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe6dcbeb2 ibdev_warn +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7b52e5f mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe927c9d2 rdma_restrack_parent_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9e799fc ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xea6626c3 rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xec559f03 rdma_rw_ctx_post +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeef75c2b rdma_user_mmap_entry_insert_range +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeef7ccca ib_destroy_wq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf1fbdc7a ib_get_vf_stats +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf2773611 rdma_nl_put_driver_u64_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5aaf10d ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5d77d85 rdma_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5dedb30 rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6ed3334 ib_event_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf7f4c24c ib_alloc_mr_integrity +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf80c1c53 ib_map_mr_sg_pi +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfa6ed7fb __ib_alloc_cq_any +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfb628e2c rdma_destroy_ah_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfbb1366e rdma_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc9c3635 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfca83f28 ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfe50d867 ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfefab6a4 ib_rdmacg_try_charge +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x05ad3288 ib_umem_odp_alloc_child +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x114cd7f5 ib_umem_find_best_pgsz +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2baa47d9 flow_resources_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2bce60b6 _uverbs_get_const_unsigned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3024669b uverbs_uobject_put +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x328947d5 ib_umem_dmabuf_unmap_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3612836c uverbs_get_flags64 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x36c34dc6 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3a82f071 _uverbs_get_const_signed +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4431296e ib_umem_odp_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x490387ec ib_umem_dmabuf_get_pinned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4db73e66 ib_umem_odp_alloc_implicit +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5dab941a ib_umem_dmabuf_map_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x702a99f4 flow_resources_add +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x754b0000 ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7e50757b ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x829818ff ib_umem_dmabuf_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x94d526b7 ib_umem_odp_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa1fb8f35 ib_umem_odp_map_dma_and_lock +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa74ec05d uverbs_destroy_def_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb2bb3d33 ib_umem_odp_unmap_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb659b3ab ib_umem_copy_from +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc16aff07 uverbs_copy_to_struct_or_zero +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc4439979 ib_uverbs_get_ucontext_file +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd59bd94c ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd85fd581 uverbs_get_flags32 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xdabbaa15 ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xdcbb6620 uverbs_idr_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe01f1b9d uverbs_finalize_uobj_create +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe111bee7 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe2f46ae7 uverbs_copy_to +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe8c0a28e uverbs_uobject_fd_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xeb022b84 _uverbs_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf86edf2e ib_uverbs_flow_resources_free +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xfd90f72f uverbs_fd_class +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x037396d2 iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x2879935b iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x4b031847 iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5706940e iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5e62e7e2 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xac177a96 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf3df871f iwcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf53a8ae4 iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf58be6fe iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x00762e31 rdma_unlock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x012f7ed9 rdma_set_min_rnr_timer +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x09f6b902 rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0f9ce8ef rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1d2d90ea rdma_set_ib_path +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1d95001a rdma_iw_cm_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x238be137 rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x273c665c rdma_connect_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x31ed94eb rdma_consumer_reject_data +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x38a39856 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x400d514f rdma_res_to_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x490e0da5 rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6078c10a rdma_accept_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6abe7833 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6ae7bd6d rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6fe9a4c1 rdma_create_user_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7769cb0d rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7c913f17 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7ddee91a rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x80197cc3 rdma_set_ack_timeout +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x907df803 rdma_event_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa69ca34d rdma_lock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa6e2f3d6 rdma_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xaed07960 rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb64eb24a rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb885ce14 rdma_read_gids +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd2efe9e2 rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe1ca7d54 rdma_connect_locked +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe7f25b0d rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe92a8846 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xed12a08a rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xef10f92f rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf4e9870d rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xfd7dfc8e rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xff023f8e __rdma_create_kernel_id +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x0079865b rvt_get_credit +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x051c22fd rvt_send_complete +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x07927a85 rvt_restart_sge +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x0e385842 ib_rvt_state_ops +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x0e9e4ab1 rvt_cq_enter +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x113fd9d5 rvt_ruc_loopback +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x16983ae4 rvt_compute_aeth +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x198332d3 rvt_fast_reg_mr +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x19fba64f rvt_rkey_ok +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x25e86e94 rvt_init_port +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x29c1695d rvt_comm_est +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x3f28e392 rvt_unregister_device +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x6688a449 rvt_alloc_device +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x71bb4ced rvt_stop_rc_timers +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x78016045 rvt_check_ah +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x7f96d279 rvt_qp_iter_init +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x83e4580d rvt_mcast_find +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x8ed688b9 rvt_lkey_ok +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x9c0e9fed rvt_del_timers_sync +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x9f124b4d rvt_add_rnr_timer +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xa134767a rvt_register_device +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xb7ee98b2 rvt_rc_rnr_retry +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xba6ff0eb rvt_qp_iter_next +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xd3d6ce46 rvt_invalidate_rkey +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xd8a233d8 rvt_qp_iter +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xdf9fa1af rvt_error_qp +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xe09d9e42 rvt_add_retry_timer_ext +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xe5d5b844 rvt_copy_sge +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xe9cf3e43 rvt_rnr_tbl_to_usec +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xeabfc568 rvt_get_rwqe +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xf136a0af rvt_dealloc_device +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xf6fbab9d rvt_rc_error +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x30b306bd rtrs_clt_request +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x73eeac4a rtrs_clt_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x750f274b rtrs_clt_put_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x932ffce3 rtrs_clt_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xac6da3b5 rtrs_clt_get_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xc549d39e rtrs_clt_rdma_cq_direct +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xf0b85e6a rtrs_clt_query +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x242a8646 rtrs_addr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x780b7351 rtrs_ib_dev_put +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x7faa1fa6 rtrs_ib_dev_find_or_add +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x887302f3 rtrs_addr_to_sockaddr +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xbace5d48 rtrs_rdma_dev_pd_deinit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xddd63dac rtrs_rdma_dev_pd_init +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xe15357ef sockaddr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x0c43cdde rtrs_srv_set_sess_priv +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x497d977b rtrs_srv_get_queue_depth +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x544a8987 rtrs_srv_get_path_name +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x7bf38075 rtrs_srv_resp_rdma +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xae04faf7 rtrs_srv_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xf19a4d58 rtrs_srv_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0x30b60fcc __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x63be2b3d gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x646a7ed3 gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0x830df66b gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x85451a4b gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x8ce077b6 gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x96213f18 gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0xc5b0d9fe gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0xee9e914c __gameport_register_driver +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x09b1b218 iforce_process_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x6b108961 iforce_send_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0xf5fb928d iforce_init_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0xc4df7b24 matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x2039f384 ad714x_probe +EXPORT_SYMBOL drivers/input/misc/ad714x 0x751e9f5b ad714x_pm +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x5ca0d66c cma3000_init +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x892d76b2 cma3000_resume +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x89d9444e cma3000_exit +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0xca3f100a cma3000_suspend +EXPORT_SYMBOL drivers/input/rmi4/rmi_core 0x67145854 rmi_unregister_transport_device +EXPORT_SYMBOL drivers/input/sparse-keymap 0x1a7878ce sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0x37a9a3ce sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0x574bbeb2 sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x6b8578e0 sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0x73308160 sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x2374f62b ad7879_probe +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x9ca480f6 ad7879_pm_ops +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0x1c9bdbd2 amd_iommu_set_invalidate_ctx_cb +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0x2e941e53 amd_iommu_free_device +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0x407a1971 amd_iommu_unbind_pasid +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0x918530cc amd_iommu_set_invalid_ppr_cb +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0xa4252b5c amd_iommu_init_device +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0xa944e2a0 amd_iommu_bind_pasid +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x0c6a89e7 attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xd6d2a0e3 detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xeee73234 capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xef84e462 capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xf0c0fbdc capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0x27c58fd5 isdnhdlc_decode +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0x4644eea5 isdnhdlc_out_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0x5b835a58 isdnhdlc_rcv_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0xef4ee223 isdnhdlc_encode +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x1867f1cc mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x3e3f5807 mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xcd7862e0 mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xf377c81a mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xb588c6f3 mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xbc2a3156 mISDNisar_init +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x03a68066 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x041b1455 recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x0671d076 create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1e959a5a bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2202cca1 mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x26236de8 mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2aec5fc4 dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x30d25b0d mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x313b1fde mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3646c7dc mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3e21675e mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4a4ad3fb mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6047df40 mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6cf37b91 mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x71a6d0b3 mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x81990338 bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8c80a64c queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x97eaf256 recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9c928457 mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa39354cc mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa40069b3 recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb7c6e77c mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd285995f mISDN_clock_get +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd5145151 mISDN_FsmEvent +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd8331821 recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe2f5e69d mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8720b73 get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe9b6b55e mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xef5d8362 recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf82e1f47 get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xfdb00d88 mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x01087af0 mISDN_dsp_element_unregister +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x93df9e4b dsp_audio_law_to_s32 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb07a21b8 dsp_audio_s16_to_law +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb98308d8 mISDN_dsp_element_register +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x18531eb2 ti_lmu_common_get_brt_res +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x54a12ec4 ti_lmu_common_set_ramp +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x5aedef73 ti_lmu_common_get_ramp_params +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0xced72aae ti_lmu_common_set_brightness +EXPORT_SYMBOL drivers/md/dm-bio-prison 0x476d2454 dm_cell_key_has_valid_range +EXPORT_SYMBOL drivers/md/dm-log 0xa7f7188c dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0xc02694f7 dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0xc162e8bf dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-log 0xeb3bc45d dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0x3668bdc3 dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0x6389ac0d dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0x660044ee dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0xa52182f9 dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0xa727d761 dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0xfae2c0a6 dm_exception_store_create +EXPORT_SYMBOL drivers/md/raid456 0x206c3224 raid5_set_cache_size +EXPORT_SYMBOL drivers/md/raid456 0x925d2054 r5c_journal_mode_set +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x06d0d3e3 flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x16bf1715 flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x31462e21 flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x35430c71 flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x432b118b flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x4e9d9d05 flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x7f5df3e6 flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xa48bc9b7 flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xbb6453ef flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xd042026f flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xecfd1fca flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xf6974f77 flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xf6ebddb8 flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/cx2341x 0x0931ddcf cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cx2341x 0x15ac1bd0 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/common/cx2341x 0x2255819a cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0x28240e61 cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/common/cx2341x 0x54686997 cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cx2341x 0x55aa7c5f cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x5b5cc43e cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x7b4dd2cb cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0xd63fc7e2 cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cx2341x 0xdbc5583a cx2341x_update +EXPORT_SYMBOL drivers/media/common/cx2341x 0xe1fe1432 cx2341x_log_status +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0xf2b801a2 cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0x41cf020f ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0x693e74ba ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/common/tveeprom 0x0dbf0296 tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/common/tveeprom 0x971e8d75 tveeprom_read +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x065246b8 frame_vector_create +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x1b700d37 put_vaddr_frames +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x1d5f9555 frame_vector_destroy +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x425abd23 vb2_verify_memory_type +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x68e34b92 vb2_buffer_in_use +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xc5e5573a frame_vector_to_pages +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xdffb744b frame_vector_to_pfns +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xe20dfe0f get_vaddr_frames +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x0632100b vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x0fc6f810 vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x368dea77 vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x5354a4c9 vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x66bcd1d3 vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xbdb1f7f4 vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-memops 0xc7c2b85f vb2_create_framevec +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-memops 0xccd197c7 vb2_destroy_framevec +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-v4l2 0x0f6c7e39 vb2_querybuf +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x08733236 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x09770226 dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x12d3350b dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x16653d29 dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x18acd31f dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1ef01748 dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x210a6d82 dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x22d59a5b dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2f5cdf80 dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3427169b dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3b93d71a dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x42d2c66d dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4af3601d dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x54abe4ff dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5d2b3c33 dvb_device_get +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5f2b1d95 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6181aec0 dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x638e3965 dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6a9f708a dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x72373539 dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x79427b52 dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8b9d5324 dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8c54b0f8 dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8d7e8396 dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x91a6794b dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9263a063 dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa4235824 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xaa44017b dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xac26291c dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb035fdbf dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb3352dd2 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb4155423 dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb9852da1 dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc3f679f9 dvb_ringbuffer_write_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd5a53e41 dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe138ce6b dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe1aa55ff dvb_remove_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe3f78773 dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xebbc2d9b dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf2d2de85 dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfb09f39a dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfb9a826f dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfc6380e5 dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x15ec8b2c au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x1d80f402 au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x2506b95d au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x6f5cf78e au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xa1703d00 au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xc30df495 au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xe86fab4e au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xec6ae705 au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xfbb57551 au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x415d56f8 cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0xf20705e9 cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x7274a564 dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xbbdb2b0f dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xbe031983 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xdf1ec3e6 dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x0095f909 dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x1289e174 dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x198fae86 dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x1d3f5c78 dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x4c618215 dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x75a6c8ad dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x7dae8909 dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x843c8dac dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x87622bd3 dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x8cff09a0 dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc2a8845d dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc387a28a dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xf01de49a dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x4c845ec1 dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x71ebd337 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xcad2354f dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xcb5046e5 dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xcbdb0469 dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x287e4700 dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x5badb859 dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x6aad8d4f dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x07624dd4 dib9000_fw_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x16e27515 dib9000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x3aed8c99 dib9000_set_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x3f5890df dib9000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x481808c7 dib9000_get_tuner_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x5766fbad dib9000_firmware_post_pll_init +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x7b8513c1 dib9000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x853b0f64 dib9000_get_component_bus_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xa8ade5f8 dib9000_fw_set_component_bus_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xc6eba3b0 dib9000_fw_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xf7eed854 dib9000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xfdf3b926 dib9000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x6241d95e dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xb2c99a40 dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xc5bfec0c dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xe87093e3 dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xf63df46e dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x200cb1b5 dvb_dummy_fe_qpsk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x36ecebcd dvb_dummy_fe_qam_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x8bc295dd dvb_dummy_fe_ofdm_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gl5 0x6ff4dd6d lgs8gl5_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbh29 0x308edace lnbh29_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0xf1c75680 m88ds3103_get_agc_pwm +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0xe5e8e872 s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0xa940376c zd1301_demod_get_dvb_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0xcce93e28 zd1301_demod_get_i2c_adapter +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x3bbc825a flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x4e61455d flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x59cda345 flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x68e5850f flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x6d3041ad flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x85b6ff9d flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xb26ebd12 flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x260fc07c bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x99d28eb7 bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x9c1d80fa bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xf772c5e3 bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x2c6b9af5 bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8ecf4acc bttv_write_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xa428710c bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xba703841 bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbcf2d2fb bttv_read_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x0924d2d5 read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x2080adfb write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x43a983fd dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x5697cf52 dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x6420f9ea dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x7fdfd768 dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x9ff9e4c1 dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xd19e65fd dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xdbee198b rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x6c727e87 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xb285f404 cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xb527a664 cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xb962ca9b cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xf489e62a cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x1ab311dc altera_ci_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6ff7510d altera_ci_tuner_reset +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xdb3faf38 altera_ci_release +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xe66b9812 altera_ci_irq +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x03a7f514 cx25821_riscmem_alloc +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x364d64c6 cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x44b517f5 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x5cfd68f8 cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x6532a12a cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x73de215a cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x92313f2c cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xa64e0ae9 cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe9050411 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x8c4cd66b vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xd5c0267d vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x872fb7ca cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x87de99df cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x8c031a0d cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xa432e8aa cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x38d74a48 cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x4ff683b4 cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x53d0f40d cx8802_start_dma +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x57e18293 cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x5e8003fb cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x8bc66ca4 cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x8c4476d5 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x14b5779f cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1e48a5e9 cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1f947756 cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2056d7c9 cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x338245de cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3474bab4 cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3c4b4f68 cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4380164a cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x49915da1 cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x55499459 cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x587e2094 cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5edb7ae5 cx88_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8d88137a cx88_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb15946bd cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb9d679ed cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xbb524d92 cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc1d71387 cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd8c047e7 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xdf430007 cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xea748606 cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf2440835 cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf88a3fb6 cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x11b255af ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x11fbad27 ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x211e3601 ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x447a4b30 ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x5a51ae03 ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x5b211ed6 ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x617fc447 ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x62122327 ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x8635efea ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x9ddc38d1 ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb79c870a ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb7e31e69 ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb955d5b5 ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc8636726 ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd4477b2e ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xddc4eead ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf692694e ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x04e83446 saa7134_tuner_callback +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1211df5d saa7134_devlist +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x197f1fa9 saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x269a81fd saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x4ea6cac0 saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x51bd7159 saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x730c4be3 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x752ece0b saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x7749a952 saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x8f1ad46b saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xa846684a saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xc5c7a2ed saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xd6b61789 saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xde1d3085 saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xe511dc80 saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/radio/tea575x 0x087fa608 snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x4a16d203 snd_tea575x_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x659d5bd7 snd_tea575x_s_hw_freq_seek +EXPORT_SYMBOL drivers/media/radio/tea575x 0x7732d1a7 snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0x85c5adec snd_tea575x_g_tuner +EXPORT_SYMBOL drivers/media/radio/tea575x 0xb7661b2c snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0xc3447d30 snd_tea575x_enum_freq_bands +EXPORT_SYMBOL drivers/media/rc/rc-core 0x01098f88 ir_raw_encode_scancode +EXPORT_SYMBOL drivers/media/rc/rc-core 0x18babd29 ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/rc/rc-core 0x2fe55cf5 ir_raw_gen_pd +EXPORT_SYMBOL drivers/media/rc/rc-core 0x7a02ee87 ir_raw_gen_pl +EXPORT_SYMBOL drivers/media/rc/rc-core 0x87396337 ir_raw_handler_register +EXPORT_SYMBOL drivers/media/rc/rc-core 0xb5516017 ir_raw_encode_carrier +EXPORT_SYMBOL drivers/media/rc/rc-core 0xce3696f3 ir_raw_gen_manchester +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xe8d6b37d fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xf43bf625 fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x4c48939e tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x1a4dea6e cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x478473a6 cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x0204e62b dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x1af4b23d dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x1d29b05f dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x29caca50 dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x2bcab5e9 dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x797e55f8 dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x93543e61 dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xdc396d00 dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xf1b442b2 dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x08a36043 dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x269b7f32 dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x402b5811 dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x579203a3 usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x8b6f5395 dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xa7910250 dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xb5f9f897 dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x341530cb rc_map_af9005_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x90529057 af9005_rc_decode +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0xd4e288db rc_map_af9005_table_size +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x00306277 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x39868590 dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x50b3ba3c dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x63654455 dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x6f54897b dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x77f4b11d dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x93822ecb rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xa12a2cf4 dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xad0e124b dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb0a3b399 dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0x6552607a dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0xb0d9819c dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x1a24c532 em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xd718cfa6 em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x070e8e3c go7007_boot_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x10dc4295 go7007_snd_init +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x4374601a go7007_alloc +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x6fcdc749 go7007_parse_video_stream +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xc6066933 go7007_snd_remove +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xd79a973e go7007_register_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xe98d7859 go7007_read_addr +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xe9956e2e go7007_update_board +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xf1cdb322 go7007_read_interrupt +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x0877493c gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x1ca6189d gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x45c09dcc gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x5a0af043 gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x85ed6fc1 gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xc714b102 gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xea039eff gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xef3b81e4 gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xc66f733d ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xeda872f7 ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x27ae9304 v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x381ede03 v4l2_async_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x8691f3bb v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x9cbca944 v4l2_async_nf_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xb083e257 v4l2_async_nf_init +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xc9c8dd18 v4l2_async_subdev_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x44ad1c58 v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x459e133f v4l2_m2m_get_curr_priv +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x52e05283 v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x5352d022 v4l2_m2m_resume +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xb7334415 v4l2_m2m_buf_done_and_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xd368984c v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xf626dd03 v4l2_m2m_suspend +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x022f706b v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x082737e8 v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0c2c80ed v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x136ae5c1 v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16aa6a99 __v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x18c7c6a2 v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2215f112 v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x25faf25d video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2934d37a v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2dd80e25 video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x315de2cf v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x321431b1 v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x32d43420 v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x35ff98bf v4l2_format_info +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x39441263 video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3adbd595 v4l2_field_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3b0edaca v4l2_ctrl_request_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3b742ce8 v4l2_ctrl_new_std_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3b86cd9a v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3bdd0f94 v4l2_prio_change +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x416e2a4e v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4208acd6 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x454b25fc v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x47ef86b5 v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x496ae2fe v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x508a5039 video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5146ed2d v4l2_ctrl_type_op_log +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x572ae23f v4l2_ctrl_new_fwnode_properties +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6315cfc2 v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6432566b v4l2_query_ext_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x664b35ac v4l2_ctrl_type_op_equal +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6b4a39b1 v4l2_ctrl_type_op_validate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x79f32b64 video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7c68fd29 v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7d4a7deb __v4l2_ctrl_s_ctrl_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x89e3897d v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8a47516d __v4l2_ctrl_s_ctrl_string +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8baf8b94 v4l2_subdev_call_wrappers +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8f512d3f v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9357b956 v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x97f5491d v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9a3ea470 v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9b8e3975 v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa4a090bb __v4l2_ctrl_modify_dimensions +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa4f0a69d __v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa592ebf3 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa628424c v4l2_ctrl_type_op_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa6ba3d7a __v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xaa3e1601 v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb56de0ed v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc447f891 __v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc528f3c7 v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc5d165f8 v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xca2ba031 v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcd5a995a __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcedecd25 v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd02170d6 v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd0a9cc97 v4l2_ctrl_request_complete +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd16d9c01 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd3d93335 video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xda6a6f37 v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe3246171 v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xec853b2a v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf0ea5a20 v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf50fecbc v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfa6683ae v4l2_subdev_init +EXPORT_SYMBOL drivers/memstick/core/memstick 0x0e487d00 memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x199305e6 memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x287277cb memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x2cee9d25 memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x4018b933 memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x434b4b83 memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x4e551a0b memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5b074caa memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0x6c22ebc2 memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x7e7a13d0 memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x99619fcf memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa31c4bab memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0xcc5d029d memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xe48f76f4 memstick_set_rw_addr +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x097e7f05 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1279dab3 mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x15048fdb mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1fb913b8 mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x23dc1c98 mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x347ec876 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x409c559d mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x420afb95 mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4211cc00 mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4fe84488 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x508e6601 mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x552937c2 mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x589a450d mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5fe09923 mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x610b257e mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x63d2b63f mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x669c6eff mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x697ae341 mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6b742204 mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x74a0134a mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7a454442 mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8acaf133 mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9462ec7d mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x94ceea4a mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x981efe92 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc28b468a mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc5aea148 mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd8d5930e mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xde26a30b mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe3e13551 mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe42aad80 mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe6217ac3 mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe6c1e126 mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x19c6c885 mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1a8c7993 mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2430d219 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2a6ade6f mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2f6e2e37 mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3b408ad6 mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3eec1a79 mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4b73b9a3 mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x59721a67 mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x60606513 mptscsih_host_attr_groups +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x68033428 mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x69796276 mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7028d981 mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x892a38fc mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8b2e9e0a mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9d2499b0 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa31af57b mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xbf5efdca mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc0aff38e mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd391e880 mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd75fd2d6 mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd848dd2f mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xdf46db90 mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe95c1676 mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xef6aa7bc mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf0a11207 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf833cd60 mptscsih_show_info +EXPORT_SYMBOL drivers/mfd/axp20x 0x279b1cea axp20x_device_probe +EXPORT_SYMBOL drivers/mfd/axp20x 0x6d908f7c axp20x_match_device +EXPORT_SYMBOL drivers/mfd/axp20x 0xdc862137 axp20x_device_remove +EXPORT_SYMBOL drivers/mfd/dln2 0x0ee9a64f dln2_unregister_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0x3e588c4e dln2_transfer +EXPORT_SYMBOL drivers/mfd/dln2 0x4471ef66 dln2_register_event_cb +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x21da9868 mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x45c7fcb3 mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x4bb9fbe9 mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x57ef16e7 mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x7605ec22 mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x7f4f14f3 mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x9e7f04a1 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xae1572f0 mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xbf74b93d mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xd0e1d976 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xf344c60c mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/tps65010 0x02d4ad0f tps65013_set_low_pwr +EXPORT_SYMBOL drivers/mfd/tps65010 0x0c6ad2cf tps65010_config_vdcdc2 +EXPORT_SYMBOL drivers/mfd/tps65010 0x28485130 tps65010_config_vregs1 +EXPORT_SYMBOL drivers/mfd/tps65010 0x33739de7 tps65010_set_vib +EXPORT_SYMBOL drivers/mfd/tps65010 0x9fd44c69 tps65010_set_led +EXPORT_SYMBOL drivers/mfd/tps65010 0xb14080cc tps65010_set_low_pwr +EXPORT_SYMBOL drivers/mfd/tps65010 0xd5bb106d tps65010_set_vbus_draw +EXPORT_SYMBOL drivers/mfd/tps65010 0xe99b3f36 tps65010_set_gpio_out_value +EXPORT_SYMBOL drivers/mfd/wm8994 0x008af5b2 wm1811_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x07ea9141 wm8994_irq_init +EXPORT_SYMBOL drivers/mfd/wm8994 0x6b295838 wm8994_irq_exit +EXPORT_SYMBOL drivers/mfd/wm8994 0x9fe8f79f wm8958_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0xadd24c06 wm8994_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0xadfb955f wm8994_base_regmap_config +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x7e381b4d ad_dpot_probe +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x9c183596 ad_dpot_remove +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x5bafa76e altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x5e40c776 c2port_device_register +EXPORT_SYMBOL drivers/misc/c2port/core 0x6e5d4db3 c2port_device_unregister +EXPORT_SYMBOL drivers/misc/mei/mei 0x0922e7c2 __SCK__tp_func_mei_reg_write +EXPORT_SYMBOL drivers/misc/mei/mei 0x0bb25295 __SCT__tp_func_mei_reg_write +EXPORT_SYMBOL drivers/misc/mei/mei 0x14dc7949 __SCT__tp_func_mei_pci_cfg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0x3b0a488d __SCT__tp_func_mei_reg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0x4c71b437 __traceiter_mei_pci_cfg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0x4d4beab2 __SCK__tp_func_mei_pci_cfg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0x5cf40614 __traceiter_mei_reg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0x9e62331a __tracepoint_mei_reg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0xa03e9886 __tracepoint_mei_pci_cfg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0xc201bef2 __tracepoint_mei_reg_write +EXPORT_SYMBOL drivers/misc/mei/mei 0xdc888faa __SCK__tp_func_mei_reg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0xfe508029 __traceiter_mei_reg_write +EXPORT_SYMBOL drivers/misc/tifm_core 0x0ffb277f tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x113119f6 tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x3bb2f4e9 tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x5082d5b8 tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0x554c7c13 tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x650a6ccf tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xacde0f43 tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xb44b41c0 tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xc3e8daac tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xc59fb279 tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0xd1535acf tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0xdae2e20b tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xff863db2 tifm_unmap_sg +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x36c9b6be cqhci_pltfm_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x473d11f0 cqhci_irq +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x5ec4ce37 cqhci_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x9fe56d1b cqhci_resume +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xd13f7120 cqhci_deactivate +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x167ee760 mmc_spi_get_pdata +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x76fdeead mmc_spi_put_pdata +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x305ae309 cfi_send_gen_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x96c1d815 cfi_build_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xb421da74 cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xb496e41c cfi_merge_status +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xe3750329 cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xf4ea0b4e cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xf6056401 cfi_build_cmd_addr +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xff9fa623 cfi_udelay +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x39269e32 do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x5753d3ea unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x67fee4f9 register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x87dfcfc5 map_destroy +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0x8e2587d8 mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0x758266e4 lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0x1c79d4cd simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0xc109ac68 mtd_concat_create +EXPORT_SYMBOL drivers/mtd/mtd 0xf5b8951f mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x09839921 nand_ecc_sw_hamming_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x0a48cda6 nand_ecc_finish_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x226538e7 nand_ecc_sw_bch_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x44a3fdc1 nand_ecc_get_sw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x4ad4d4a8 nand_ecc_is_strong_enough +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x4f025bb1 nand_ecc_sw_hamming_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x564fd606 nand_ecc_sw_bch_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x652e3ac3 nand_ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x656e4797 nand_ecc_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x6e616050 nand_ecc_get_on_die_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x75a03ce2 nand_ecc_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xa2ba1e28 nand_ecc_get_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xaf982e69 nand_ecc_prepare_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xafaaae9b nand_ecc_put_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xbd19224d nand_ecc_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xc203bc3b nand_ecc_sw_bch_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xc7b455d5 nand_ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xcd4bb36b nand_ecc_unregister_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xd9a1bf12 of_get_nand_ecc_user_config +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xe6db989b ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xe7e269f7 nand_ecc_sw_bch_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xed293e1b nand_ecc_register_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xf229fb5e nand_ecc_sw_hamming_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xff4351b0 ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0x3311dc6d onenand_addr +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0x9c21c4cd flexonenand_region +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x30db096f denali_calc_ecc_bytes +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x9c9124e2 denali_remove +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0xf5d8d6de denali_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x007802e0 rawnand_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x03d39806 nand_monolithic_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x0a8c5f0a nand_get_set_features_notsupp +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x27f311af rawnand_sw_bch_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x56182341 rawnand_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x68ad16d8 nand_create_bbt +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x70945a3f rawnand_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x899812f7 nand_write_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8c721e23 rawnand_sw_bch_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8ecbb3b8 nand_check_erased_ecc_chunk +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x933c905a nand_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x93f80e1e rawnand_sw_hamming_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x9b6bcb48 rawnand_dt_parse_gpio_cs +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x9dfb305c nand_monolithic_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xa0885ffd rawnand_sw_hamming_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xb80ec39e nand_read_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xfab7cf8b nand_scan_with_ids +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xfd49e6a1 nand_read_page_raw +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x0a077280 arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x0d6acdbb arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x0ffad94d arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x3385cfb0 arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x490e766a free_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x53eb6c20 arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x61c9b172 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x7a342439 arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xbc2b0267 arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xca3210f6 alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xf43b928a arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x2e52c2f6 com20020_netdev_ops +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x8b150b6f com20020_check +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xd248d1d3 com20020_found +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x7a02eecb ctucan_suspend +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x7fc8d2ae ctucan_probe_common +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0xcffe6759 ctucan_resume +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0x8a4ab8e8 can_eth_ioctl_hwts +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0xc442e3e9 can_ethtool_op_get_ts_info_hwts +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x03de4878 b53_mirror_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x11d372b2 b53_get_sset_count +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x138007b7 b53_configure_vlan +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x271ba42a b53_br_flags_pre +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x27208799 b53_port_event +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2c84e688 b53_set_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2e9afe4b b53_fdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x32f41844 b53_vlan_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x390c2a2c b53_get_ethtool_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3bf4d54d b53_eee_enable_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x49647c58 b53_eee_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x49df17e5 b53_get_tag_protocol +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x4e64676f b53_get_ethtool_phy_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x538ebe57 b53_mdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5ea57ed6 b53_get_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x76ad79f1 b53_setup_devlink_resources +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x782da584 b53_disable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x84d2cb39 b53_fdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x878b3a07 b53_br_fast_age +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x930dfc83 b53_phylink_mac_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x9d724540 b53_vlan_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x9f7f95ea b53_br_join +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa5bf43f0 b53_br_flags +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xac0fb26d b53_br_leave +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb1d2ddeb b53_vlan_filtering +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc0475f99 b53_phylink_mac_link_down +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc271fa31 b53_mirror_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xcb1a478e b53_imp_vlan_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xceec648f b53_switch_register +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd47c9803 b53_enable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd4e1a02c b53_fdb_dump +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd4f21ff1 b53_switch_detect +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd6cb69ff b53_phylink_mac_link_up +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xdc373b17 b53_mdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xeb572d4f b53_brcm_hdr_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf57e4790 b53_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf938dd90 b53_br_set_stp_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xfac9ad3d b53_get_strings +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x31c11a9c b53_serdes_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x4daad343 b53_serdes_phylink_mac_select_pcs +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x51e939f0 b53_serdes_link_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x92655b36 b53_serdes_phylink_get_caps +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x383fb247 lan9303_probe +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x61892832 lan9303_shutdown +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x7f2fcf5b lan9303_remove +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xada83f40 lan9303_register_set +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x07468166 ksz_switch_remove +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0xa669e23f ksz_switch_register +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0xe2cdacf2 ksz_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x24bf4762 vsc73xx_probe +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x5186fd77 vsc73xx_remove +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x99d242fe vsc73xx_is_addr_valid +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0xae0f1fa3 vsc73xx_shutdown +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x511e11bc xrs700x_switch_register +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x83b7b667 xrs7003f_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x8972bf7e xrs7004f_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xa1305c45 xrs700x_switch_shutdown +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xb25facfa xrs7003e_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xb89aa5e3 xrs7004e_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xcb897a78 xrs700x_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xd6353882 xrs700x_switch_remove +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x182963e1 ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x3fa8a35a ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x4daf3b60 ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x569ad674 NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x5aa4db2b ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x5d174166 ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xb06b9116 ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xbe02fb37 ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xed00669d __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xef25a200 ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/aquantia/atlantic/atlantic 0x9b089d76 aq_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x559f0c5f bnxt_register_dev +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0xc48e8d38 bnxt_register_async_events +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0xdde46d1a bnxt_send_msg +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0xfa25a170 bnxt_unregister_dev +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0xd82f613c cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x1026f3f0 cavium_ptp_put +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0xc7d320ee cavium_ptp_get +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x0d8be5fd bgx_lmac_rx_tx_enable +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x34eeb48a bgx_set_dmac_cam_filter +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x42264715 bgx_get_lmac_count +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x46cdf933 bgx_config_timestamping +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x539ca253 bgx_get_lmac_mac +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x60cd1f2f bgx_lmac_get_pfc +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x6ca2152d bgx_lmac_set_pfc +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x716fd7f0 bgx_reset_xcast_mode +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x72b238e4 bgx_get_rx_stats +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xbe654297 bgx_get_tx_stats +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xc397f585 bgx_lmac_internal_loopback +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xc82be691 bgx_get_map +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xd8ed0bcc bgx_set_lmac_mac +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xf101d1b2 bgx_get_lmac_link_state +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xff987a02 bgx_set_xcast_mode +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_xcv 0x13912e4b xcv_init_hw +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_xcv 0x4f739dc0 xcv_setup_link +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x1d4f0c12 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x23be6073 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x4ab33aee dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x65b13fde cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x6a72b27f t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x81779e7f cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x8fc8d65c cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xce1d6ae4 cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd24d3fb3 t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd323d598 cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd626392f t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe421d65a cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe6132038 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe89db192 cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xe91dc201 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf270e342 cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x08e4f6ad cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0f1a5528 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x15f9ca6b cxgb4_crypto_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x17eb193f cxgb4_check_l2t_valid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x182bd1df cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1b7bd763 cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1e1d86b5 cxgb4_port_e2cchan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x23118de8 cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2315c8b6 cxgb4_clip_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x23c7bae7 cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x366f90ae cxgb4_reclaim_completed_tx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3e6b8231 cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4481d0dc cxgb4_clip_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x45cb64b4 cxgb4_smt_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x47927ac5 cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x47db6c6e cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x48fee674 cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4fb9425b cxgb4_get_srq_entry +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x576fcb45 cxgb4_inline_tx_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5df0e4bd cxgb4_l2t_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x638b023f cxgb4_write_partial_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x68ad399a cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6aa0df9a cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x723ae6f6 cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x73c071e9 cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x73e9a8d2 cxgb4_ring_tx_db +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7b655ddb cxgb4_bar2_sge_qregs +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8b94878e cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8cf636a0 cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x93bbbcff cxgb4_read_tpte +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x99d3fd4b t4_cleanup_clip_tbl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa8db193f cxgb4_smt_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xaf9c8a43 cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbfaf830a cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc8038757 cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc9cca391 cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcdc60b0d cxgb4_write_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xdae85ec6 cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xde3c7f82 cxgb4_map_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe7df4bf8 cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xea6c6381 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xeabd4dcb cxgb4_immdata_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xed941d15 cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf587bd25 cxgb4_update_root_dev_clip +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf7cba644 cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf7eb7222 cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf7fdad5b cxgb4_read_sge_timestamp +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xff445ab5 cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x1b3faf1a cxgb_find_route6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x1bdaafe1 cxgbi_tagmask_set +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x1d943afb cxgbi_ppm_ppods_reserve +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x255ab30f cxgb_get_4tuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x3cffdfab cxgbi_ppm_make_ppod_hdr +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x51e58021 cxgb_find_route +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x9481c8dc cxgbi_ppm_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xa5844cd2 cxgbi_ppm_ppod_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xf2665bd3 cxgbi_ppm_release +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x0861e55d vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x6d401518 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x846eaddd vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x9f2fff3a enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xc1356390 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xf1d20f54 vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x4e2e10d2 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x5d667f79 be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xb80bb477 be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x178484e6 fun_dev_disable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x69331a07 fun_dev_enable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x94c769b7 fun_reserve_irqs +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xdf4e505e fun_release_irqs +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x0d3cee3f iavf_register_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x108de35e iavf_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/intel/ice/ice 0x965ff908 ice_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/intel/ixgbe/ixgbe 0xbaa35511 ixgbe_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0x608ca0bf prestera_device_register +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0xb30b70fb prestera_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0242faae mlx4_SET_VPORT_QOS_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x051522d8 mlx4_ALLOCATE_VPP_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0b723833 mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1525b282 get_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1924e5fc mlx4_get_eqs_per_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1e16dedc mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x21792ec1 mlx4_ALLOCATE_VPP_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x28ad20a8 mlx4_get_is_vlan_offload_disabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x31b48ebf mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x350e8b03 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3916e70f mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3aa3f01f mlx4_SET_VPORT_QOS_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3f5367f9 mlx4_is_eq_shared +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4589eda5 mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4e06baa6 mlx4_test_async +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x50f5cdab mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x561ab24f mlx4_SET_PORT_user_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6aafe8bb mlx4_SET_PORT_BEACON +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6bdb9317 mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x71357324 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x71c92833 mlx4_SET_PORT_user_mtu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x74d9664f mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7727589a mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x772a3b67 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7a8d0fc1 mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7e16de6f mlx4_is_eq_vector_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7fdde0b4 mlx4_handle_eth_header_mcast_prio +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x848e769e mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8e0cf729 mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb15f5eb2 mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb78e2a57 mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcb77105e mlx4_SET_PORT_fcs_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcf704dbd set_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd3cdf878 mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd785f05a mlx4_tunnel_steer_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdc0ab249 mlx4_get_cpu_rmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe90b9f99 set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xea2d7960 mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xebed21b8 mlx4_max_tc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xec518b65 mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xef8c30dc mlx4_query_diag_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf2195260 mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf407a85e mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf727f3aa mlx4_test_interrupt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf72d1c98 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x00cc2d42 mlx5_eq_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x01050eba mlx5_is_roce_on +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x047e4123 mlx5_get_fdb_sub_ns +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x04867a8e mlx5_lag_is_sriov +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x056d7d30 mlx5_eswitch_vport_rep +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x065c92b0 mlx5_debug_qp_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0776a39a mlx5_vector2eqn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x089f1089 __traceiter_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x093d23ff mlx5_query_ib_port_oper +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0f846276 mlx5_lag_get_next_peer_mdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0fe44fdf mlx5_eswitch_uplink_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1130810e mlx5_rsc_dump_cmd_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x122e94f8 mlx5_lag_is_mpesw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x13031b1a __tracepoint_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x13e61da8 mlx5_cmd_create_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1739307c mlx5_core_modify_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1ac2768a mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1af05eb8 mlx5_cmd_cleanup_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1c57c524 __traceiter_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x200269a7 __traceiter_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x203fc15f mlx5_alloc_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x204a49bf mlx5_add_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x218e576c mlx5_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x22e4186e __SCK__tp_func_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x23bb3f50 mlx5_create_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x23e7c520 __SCK__tp_func_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x247b2026 mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x25fe750f mlx5_rdma_rn_get_params +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x26841aa9 mlx5_core_modify_cq_moderation +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x278e1edd __tracepoint_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x28ffd7e3 mlx5_fpga_get_sbu_caps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2cc71c42 mlx5_eswitch_reg_c1_loopback_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3076e07a mlx5_core_query_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x30a04846 mlx5_sriov_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x30d26b57 mlx5_lag_get_roce_netdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x33b0ff81 mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x35792fb8 mlx5_eswitch_unregister_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x389e24d5 mlx5_cmd_exec_polling +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3d08bee3 mlx5_eq_get_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3da240c1 __tracepoint_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3f5791fe mlx5_free_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x430b59fc __SCK__tp_func_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4448b824 mlx5_cmd_destroy_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x46866c62 mlx5_core_roce_gid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x484c3e3c mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4890691a mlx5_debugfs_get_dev_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4abb3c42 mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4bdb1565 mlx5_eq_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x518a86c6 mlx5_rl_add_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x548b6d51 mlx5_put_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x54bd60d5 mlx5_eswitch_vport_match_metadata_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x556a7fb7 mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x55b39da2 mlx5_fpga_mem_read +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x569c24e1 mlx5_lag_get_slave_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x57b16486 __SCK__tp_func_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5a02f096 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5a66ce95 mlx5_rsc_dump_next +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5af28cc6 mlx5_mpfs_add_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5b208746 __traceiter_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5c4d0153 __tracepoint_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5c6e2b0d mlx5_create_flow_group +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5e9c15ae mlx5_lag_get_num_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5f3b6e69 mlx5_rl_remove_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x61492bb7 mlx5_rl_are_equal +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x62dc190a __SCT__tp_func_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x66ca78b3 mlx5_rl_add_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x680be95c mlx5_lag_is_shared_fdb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x69b1401f mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6ba1787b __SCK__tp_func_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6dbe5d79 mlx5_core_uplink_netdev_event_replay +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x706f8456 mlx5_comp_irq_get_affinity_mask +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7252da56 mlx5_get_flow_namespace +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x746a6a14 mlx5_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x748f7d3d mlx5_core_create_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7c039b17 mlx5_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7e703778 mlx5_lag_query_cong_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7ebef56e mlx5_cmd_out_err +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x810e4f22 mlx5_core_destroy_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x814db009 mlx5_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x82488468 mlx5_lag_is_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x87e68171 mlx5_del_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x888a2246 mlx5_create_auto_grouped_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8af8a3de __tracepoint_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8b6c7500 mlx5_core_create_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8bb69173 mlx5_qp_debugfs_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8bf0afad __SCK__tp_func_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x900be079 mlx5_eq_update_ci +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x90ac07bb mlx5_core_create_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x918e304b mlx5_fpga_mem_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x925c156b __tracepoint_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x92ec09f1 mlx5_core_get_terminate_scatter_list_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x94a4057e mlx5_nic_vport_disable_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x94ac88e0 mlx5_eq_disable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x94b6f702 __tracepoint_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x94ec1f9a mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9645e88f mlx5_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9692c5bf mlx5_fs_remove_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96eb2c99 mlx5_fc_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x97de99d7 mlx5_fpga_sbu_conn_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x984a3955 mlx5_lag_is_master +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9aa02cc0 mlx5_comp_vectors_count +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9d36ddd0 __SCT__tp_func_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9e92c2f0 mlx5_mpfs_del_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa182d067 mlx5_vf_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa36bfbf5 mlx5_fpga_sbu_conn_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa385e73f mlx5_get_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa643ab62 mlx5_debug_qp_remove +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa85e04b7 mlx5_flow_table_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xab08d57c __tracepoint_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xab521f6e __traceiter_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xacfe8a18 __SCT__tp_func_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xad6815cd mlx5_rsc_dump_cmd_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaf529a80 mlx5_msix_free +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xafd4b94b mlx5_core_modify_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb06c0bfd __SCT__tp_func_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb0ad22db mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb28dbbe8 mlx5_destroy_flow_group +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb32de52a mlx5_fc_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb37718b0 mlx5_eswitch_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb425117f mlx5_lag_is_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb426110a mlx5_core_query_vendor_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb4e976bb __SCT__tp_func_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb62419ab mlx5_core_destroy_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb9c90153 mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xba5c2f4f __traceiter_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbc2a03f0 mlx5_eq_destroy_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbce5c4fe mlx5_eq_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbf7d1969 mlx5_fpga_sbu_conn_sendmsg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc1351c2d mlx5_lag_mode_is_hash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc1eca226 mlx5_eswitch_get_vport_metadata_for_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc5ae715d mlx5_eswitch_get_vport_metadata_for_match +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc666df12 mlx5_modify_header_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc744cc58 mlx5_core_destroy_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc74a2955 mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcabaf420 mlx5_fs_add_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcad019c3 __SCT__tp_func_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcb321d50 mlx5_fc_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcc002b85 mlx5_destroy_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcc6421d1 mlx5_eswitch_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xce4adc42 __SCK__tp_func_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd020dd1f __traceiter_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd18d2ea6 mlx5_eswitch_add_send_to_vport_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd4363760 mlx5_core_dealloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd55d2b46 mlx5_modify_header_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6eef029 mlx5_core_modify_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd719f13f mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdb622108 __SCT__tp_func_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdc34cbf5 mlx5_eswitch_register_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xde5602f6 mlx5_sriov_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xde7373cd __SCK__tp_func_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdfbc08aa __SCT__tp_func_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe03514c1 mlx5_cmd_do +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe2c9de76 mlx5_packet_reformat_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe30fb2a8 __SCT__tp_func_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe53c09a0 __traceiter_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe5ad0cad mlx5_create_lag_demux_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe6c5080d mlx5_packet_reformat_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xea1fee3f __SCK__tp_func_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xebff9550 mlx5_cmd_init_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeca1df6d mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xedf86802 __traceiter_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeff6a4a2 mlx5_rl_is_in_range +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf1a1202f mlx5_core_query_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf1df54ae mlx5_fc_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf47fcac8 mlx5_cmd_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf559b690 __tracepoint_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf6022366 mlx5_eswitch_get_encap_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf68aae1b mlx5_eq_create_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf70fb75b mlx5_core_create_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf7dbfc14 mlx5_qp_debugfs_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf9ebcc26 mlx5_rl_remove_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfb36758c mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfb53719f mlx5_core_destroy_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfbd2323a mlx5_core_alloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfc213623 mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfe0a952f mlx5_vf_put_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfe57b0dc mlx5_msix_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxfw/mlxfw 0xc4d702d9 mlxfw_firmware_flash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x02815b77 mlxsw_env_module_port_up +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x02dfd3d0 mlxsw_afk_key_info_block_encoding_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x03e273fa mlxsw_env_reset_module +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x07abcc0c mlxsw_afa_block_append_trap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0b232b8d mlxsw_core_trap_state_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0bbafaa6 mlxsw_core_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0ca34ccf mlxsw_core_max_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0d0129fc mlxsw_afa_block_append_qos_ecn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0e81c09c mlxsw_afk_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0f4a209d mlxsw_core_read_utc_sec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x14265e0f mlxsw_env_get_module_eeprom +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x14d6ca2e mlxsw_env_set_module_power_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x14e17bb4 mlxsw_linecards_event_ops_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x15801382 mlxsw_afk_key_info_put +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x16673aec mlxsw_afk_values_add_u32 +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x16f4221d mlxsw_core_irq_event_handler_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x19fa5852 mlxsw_core_flush_owq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x1cb8f858 mlxsw_reg_trans_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x202693f0 mlxsw_afa_block_cur_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x23eddc68 mlxsw_core_cpu_port_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2639ee10 mlxsw_core_ptp_transmitted +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x26be33db mlxsw_core_traps_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x299e2562 mlxsw_afk_values_add_buf +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2c68ced3 mlxsw_core_read_frc_h +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2f303cd3 mlxsw_afa_block_append_qos_dsfield +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x383bc49a mlxsw_afa_block_append_qos_dscp +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4036254f mlxsw_linecards_event_ops_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x43a9b87e mlxsw_afa_block_terminate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x47041e4e mlxsw_afk_key_info_blocks_count_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4765b9f0 mlxsw_core_res_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x484489a4 mlxsw_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4866767a mlxsw_env_get_module_eeprom_by_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x49ec8a06 mlxsw_afa_block_append_police +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4a558271 mlxsw_env_get_module_power_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4b173885 mlxsw_core_rx_listener_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x50359cc0 mlxsw_core_kvd_sizes_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x508923e3 mlxsw_core_port_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x50cc4be1 mlxsw_core_skb_transmit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x51b5769d mlxsw_env_module_overheat_counter_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5c73d5a4 mlxsw_core_sdq_supports_cqe_v2 +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5cf3dd79 mlxsw_core_bus_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5d55fb68 mlxsw_afk_encode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5d66e55e mlxsw_core_trap_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5ff17b5c mlxsw_afa_block_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x618a30ab mlxsw_afa_block_commit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x63874d4c mlxsw_core_port_driver_priv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x65c7e645 mlxsw_afa_block_append_qos_switch_prio +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6929f2b4 mlxsw_env_module_port_map +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x718d28f4 mlxsw_afa_block_append_vlan_modify +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x75339042 mlxsw_core_lag_mapping_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x77d83398 mlxsw_core_read_frc_l +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7b0bfeec mlxsw_core_port_fini +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7b920f78 mlxsw_core_port_devlink_port_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7df119d7 mlxsw_core_port_netdev_link +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7e08c6e0 mlxsw_core_event_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x827a2f1f mlxsw_afa_block_jump +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x829e8851 mlxsw_afa_block_first_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x83fb69af mlxsw_core_lag_mapping_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x84b3a30c mlxsw_afa_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x858c30d0 mlxsw_afa_block_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x86817014 mlxsw_core_read_utc_nsec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x8854d198 mlxsw_reg_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x902c3533 mlxsw_core_schedule_dw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x996c5d6d mlxsw_reg_trans_bulk_wait +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x9bf6dad1 mlxsw_core_skb_receive +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x9cbf026d mlxsw_afa_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa509fafd mlxsw_afa_block_append_counter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa7765e88 mlxsw_reg_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa8e2509a mlxsw_afa_block_append_sampler +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xac1074a5 mlxsw_core_skb_transmit_busy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb5ecaa19 mlxsw_core_bus_device_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb6517b2e mlxsw_afa_block_append_trap_and_forward +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb68e9fa8 mlxsw_env_module_port_unmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbc222a8d mlxsw_afk_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbda212df mlxsw_core_irq_event_handlers_call +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbf8643b7 mlxsw_core_trap_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbfb7df3c mlxsw_core_driver_priv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc31fbb6a mlxsw_core_res_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc3ef25d7 mlxsw_core_rx_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc5eacafe mlxsw_afa_block_append_l4port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xcbab836f mlxsw_core_fw_rev_minor_subminor_validate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd111d3e8 mlxsw_core_irq_event_handler_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd1bab622 mlxsw_afk_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd21722b4 mlxsw_core_max_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd28256cf mlxsw_afa_block_append_allocated_counter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd71566b9 mlxsw_core_schedule_work +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd72871a9 mlxsw_env_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd7a93413 mlxsw_core_event_listener_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd888ffb3 mlxsw_afa_block_append_ip +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd9f711ae mlxsw_afa_block_append_mcrouter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdc31781e mlxsw_reg_trans_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdc415cf1 mlxsw_afa_block_continue +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdc5c95df mlxsw_core_resources_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdeb1dc2e mlxsw_afa_block_first_kvdl_index +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe0b88883 mlxsw_core_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe16986dd mlxsw_afa_block_activity_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe1860dde mlxsw_afa_block_append_fid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe4d9ac5a mlxsw_afa_block_append_drop +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe532482a mlxsw_afk_key_info_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xeabb6b72 mlxsw_core_traps_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xecab212a mlxsw_afa_cookie_lookup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xed2801d4 mlxsw_env_module_port_down +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf446732c mlxsw_afk_key_info_subset +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf82bdc70 mlxsw_core_lag_mapping_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xfd261a85 mlxsw_afa_block_append_mirror +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xff007c25 mlxsw_core_cpu_port_fini +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xff0b141d mlxsw_afa_block_append_fwd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0x46e5064a mlxsw_i2c_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0xedb6d1cf mlxsw_i2c_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x01ba727f mlxsw_pci_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x764d696d mlxsw_pci_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x00f12fae ocelot_hwstamp_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x03adbf86 ocelot_fdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x04120ed9 ocelot_port_lag_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x04bb5b8e ocelot_deinit_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x08791cd6 ocelot_wm_enc +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0e674358 ocelot_init_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0fb616e5 ocelot_port_mdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x11795ef7 ocelot_mact_learn +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1582d055 ocelot_mrp_add_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x160f82e8 ocelot_sb_occ_max_clear +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x194f69fa ocelot_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1abae725 ocelot_ptp_enable +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x216b03c3 ocelot_port_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x26d702ad ocelot_sb_occ_snapshot +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2825fe2c ocelot_fdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x288a8855 ocelot_sb_occ_tc_port_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2ee2eeab ocelot_vcap_block_find_filter_by_id +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x32cd7ab3 ocelot_vcap_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x339bd86a ocelot_port_inject_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x347e3213 ocelot_reset +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x354168b0 ocelot_port_mdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3688a968 ocelot_mrp_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3774aa00 ocelot_sb_occ_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3a76bec6 ocelot_port_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3ac4f69c ocelot_ptp_rx_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3cefd656 ocelot_vcap_filter_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4023105a ocelot_pll5_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x43d2d247 ocelot_port_lag_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x44cc62ef ocelot_drain_cpu_queue +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4a3ad6d3 ocelot_sb_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4b83bd09 ocelot_can_inject +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x51f7d942 ocelot_deinit_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x572c48d3 ocelot_devlink_sb_register +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x59ca8ca0 ocelot_get_strings +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5af9239d ocelot_devlink_sb_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6813e04c ocelot_port_bridge_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6ce19e2a vsc7514_vcap_props +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6d150023 ocelot_fdb_dump +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6fdc4f50 ocelot_vlan_prepare +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7503dcaa ocelot_policer_validate +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7763f038 ocelot_mact_learn_streamdata +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x777c0667 ocelot_vlan_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x77a9e010 ocelot_vcap_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7bd4965c ocelot_xtr_poll_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7e518ffa ocelot_vcap_filter_replace +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7e5aec55 vsc7514_regfields +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7f55cca7 ocelot_port_vlan_filtering +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8725c4ad ocelot_sb_tc_pool_bind_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8d6ecff5 ocelot_mrp_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x936541b4 ocelot_ptp_verify +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9447731b ocelot_get_ethtool_stats +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9542d248 ocelot_get_txtstamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x958f4307 ocelot_port_txtstamp_request +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9ad1e16b ocelot_get_ts_info +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9db083a1 ocelot_mact_lookup +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa3eb3874 ocelot_hwstamp_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xad8151ea ocelot_init_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xad8fe4d4 ocelot_ptp_settime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xaf9c4aff ocelot_mrp_del_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb0fdd7fd ocelot_wm_dec +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb11ce44f ocelot_vlan_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb1c1c086 ocelot_ptp_adjfine +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb3919f9c ocelot_port_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb5d13533 ocelot_sb_port_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb6df5bf4 ocelot_port_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbb416a47 ocelot_port_pre_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbea5be2f ocelot_mact_forget +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc4b599eb ocelot_port_lag_change +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd0ebefd9 ocelot_ifh_port_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdc53bebf ocelot_set_ageing_time +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe0b3fac3 ocelot_sb_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe12d4f0c ocelot_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe2665514 ocelot_sb_tc_pool_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe30fc619 ocelot_wm_stat +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe4cb0fb7 ocelot_sb_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe630cdf8 ocelot_get_sset_count +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xecb33600 ocelot_port_bridge_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xef396878 ocelot_ptp_gettime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xefa9d694 ocelot_vcap_filter_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf0de1c35 ocelot_port_set_maxlen +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf2055e7a ocelot_deinit +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf49e04dd ocelot_bridge_stp_state_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf80fc88d vsc7514_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfb7b8c06 ocelot_ptp_adjtime +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x409078ef qed_get_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x4f264472 qed_put_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x59541aa6 qed_get_rdma_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x992e03d0 qed_put_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x9eeeef48 qed_put_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xb1307966 qed_get_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xce3bee48 qed_get_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0x260070b3 qede_rdma_register_driver +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0x2aaf7fc1 qede_rdma_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x04292fe2 wx_irq_disable +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x04731f66 wx_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x0ecf47e2 wx_start_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x15e510a1 wx_free_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x21a3634d wx_setup_isb_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x26ec87aa wx_reset_interrupt_capability +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x3116bd4e wx_control_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x364376ec wx_clean_all_rx_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x36533bc3 wx_set_mac +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x3806e5bb wx_get_drvinfo +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x3f4e0fae wx_intr_enable +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x428ad174 wx_disable_pcie_master +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4b3398bd wx_msix_clean_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x51516d86 wx_get_pcie_msix_counts +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x55c28ee6 wx_free_isb_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x574bb4ee wx_clean_all_tx_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x5e049d29 wx_configure +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x5e167bd7 wx_napi_disable_all +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x607529bb wx_mng_present +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x6505469d wx_init_interrupt_scheme +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x662728ee wx_xmit_frame +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x6eb06be7 wx_read_ee_hostif_buffer +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x7a1e303f wx_misc_isb +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x8e37cebc wx_free_irq +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x940d519b wx_clear_interrupt_scheme +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x961bff06 wx_napi_enable_all +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x99a8eece wx_sw_init +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x9f7fcfb8 wx_disable_rx +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xb0b5464b wx_init_eeprom_params +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xb422ed52 wx_get_mac_addr +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xbd6003d9 wx_reset_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xbf9982ae wx_mac_set_default_filter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xc62a3342 wx_init_rx_addrs +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xc71dc716 wx_set_features +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xc9fdd582 wx_flush_sw_mac_table +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xca8b016b wx_reset_misc +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xcb8636bb wx_disable_rx_queue +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xcb92f2d7 wx_read_ee_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd3e855f3 wx_host_interface_command +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd610b6f4 wx_stop_adapter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xe90e48e2 wx_change_mtu +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xeb1e9017 wx_setup_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xec75b561 wx_set_rx_mode +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xf297596b wx_check_flash_load +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xf8d412e0 wx_configure_vectors +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xfe486c3c wx_vlan_rx_add_vid +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xfef9be7d wx_vlan_rx_kill_vid +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x19e4e145 hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x40040a12 hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xd7b37015 hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xe1fe9a03 hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xeb730ede hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/mdio 0x3e17f466 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0x60443957 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0x62eb612a mdio45_ethtool_ksettings_get_npage +EXPORT_SYMBOL drivers/net/mdio 0x63e0fee5 mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0xb79a54ee mdio45_nway_restart +EXPORT_SYMBOL drivers/net/mdio 0xcdbdeca7 mdio45_ethtool_gset_npage +EXPORT_SYMBOL drivers/net/mdio 0xdaceb7a6 mdio_mii_ioctl +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0x0d1b6160 free_mdio_bitbang +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0x3de3ac95 mdiobb_read_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0x4629e892 alloc_mdio_bitbang +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0x6216e557 mdiobb_write_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0xbe7eafad mdiobb_read_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0xde1a6d3e mdiobb_write_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x08b1a7d8 cavium_mdiobus_write_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0xcb7984a7 cavium_mdiobus_read_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0xe58403e4 cavium_mdiobus_read_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0xf9c04b3b cavium_mdiobus_write_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-mscc-miim 0x4594f6f7 mscc_miim_setup +EXPORT_SYMBOL drivers/net/mii 0x1250200a mii_ethtool_gset +EXPORT_SYMBOL drivers/net/mii 0x3630c30f mii_ethtool_get_link_ksettings +EXPORT_SYMBOL drivers/net/mii 0x56211858 mii_check_media +EXPORT_SYMBOL drivers/net/mii 0x888d6649 mii_ethtool_set_link_ksettings +EXPORT_SYMBOL drivers/net/mii 0x8e6f2532 mii_check_gmii_support +EXPORT_SYMBOL drivers/net/mii 0xb3daa6da mii_ethtool_sset +EXPORT_SYMBOL drivers/net/mii 0xb59d7b4c mii_nway_restart +EXPORT_SYMBOL drivers/net/mii 0xcf6ec93d mii_link_ok +EXPORT_SYMBOL drivers/net/mii 0xe6ac5cdc mii_check_link +EXPORT_SYMBOL drivers/net/mii 0xedf317ad generic_mii_ioctl +EXPORT_SYMBOL drivers/net/pcs/pcs-lynx 0x6d933508 lynx_pcs_destroy +EXPORT_SYMBOL drivers/net/pcs/pcs-lynx 0xd15d492b lynx_pcs_create_mdiodev +EXPORT_SYMBOL drivers/net/pcs/pcs-mtk-lynxi 0x46e554f8 mtk_pcs_lynxi_create +EXPORT_SYMBOL drivers/net/pcs/pcs-mtk-lynxi 0xe9221a05 mtk_pcs_lynxi_destroy +EXPORT_SYMBOL drivers/net/phy/bcm-phy-lib 0xecb64af0 bcm54xx_auxctl_write +EXPORT_SYMBOL drivers/net/ppp/pppox 0x0f58d339 pppox_compat_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0x41afe2b3 pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0x947cb940 pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0xdf8de1cf register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0x1c9efa54 sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x23e27826 team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0x390a7e18 team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0x3e2f2d4b team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0x419c63b2 team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0x67c0dba6 team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0x83eb8379 team_options_register +EXPORT_SYMBOL drivers/net/team/team 0xfd30dfaa team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0xfe666a68 team_option_inst_set_change +EXPORT_SYMBOL drivers/net/usb/usbnet 0x5b542470 usbnet_manage_power +EXPORT_SYMBOL drivers/net/usb/usbnet 0xb53626b1 usbnet_link_change +EXPORT_SYMBOL drivers/net/usb/usbnet 0xee3241bb usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/wan/hdlc 0x0dea5b5a hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0x36d19fb3 unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x56aa350b alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0x78fe70e0 hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0x87183b9a hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0xb63db000 hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0xc03a25e7 attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xc895e29b unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0xec18de18 register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xfeee81d7 detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0b1ab353 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x108b188f ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x2c7dcb19 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4325dcd9 ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4571aea8 ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x48773797 ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x68c8091d ath_hw_keysetmac +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x826fe766 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x941f7006 ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa18f224e ath_regd_find_country_by_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xaafba63f ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xaf8a14dd ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb6588ba6 ath_bus_type_strings +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xcb713afd ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xd94344f1 ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xdc7b6afa ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xecc0bd64 ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xff7853fc dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x004dac74 ath10k_ce_deinit_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x00d1b51a ath10k_core_free_board_files +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x013cee27 ath10k_ce_alloc_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x015e5db2 ath10k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x030eef8e ath10k_htt_rx_hl_indication +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0fac9782 ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x135ab922 ath10k_ce_num_free_src_entries +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x13eeffda ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x18a32694 ath10k_ce_rx_update_write_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1e064289 ath10k_coredump_get_mem_layout +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1e26b4a9 ath10k_ce_disable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x240191ee ath10k_htt_rx_pktlog_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2426cd42 ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2aed09e2 ath10k_print_driver_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2c4ed18f ath10k_ce_enable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x31ea1577 ath10k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x463f57b3 ath10k_ce_per_engine_service_any +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4e51a2dd ath10k_coredump_new +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x538e17d6 ath10k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x57bbaa2c ath10k_htt_txrx_compl_task +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5911d467 __ath10k_ce_rx_num_free_bufs +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5965ba4d ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x61bc5e8a ath10k_htc_tx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6c4617b7 ath10k_core_start_recovery +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6cd1192d ath10k_ce_free_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6defeed9 ath10k_ce_send_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6f7362f3 ath10k_ce_alloc_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x771893b4 ath10k_htc_process_trailer +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7a169b9d ath10k_ce_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7c83a7e1 ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x88d150af ath10k_ce_cancel_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9362db0a ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9367cffb ath10k_ce_completed_send_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x956c44da ath10k_htt_hif_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x97691782 ath10k_core_napi_sync_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x98175d6a ath10k_htc_rx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa0acef80 ath10k_ce_revoke_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa134dff9 ath10k_htc_notify_tx_completion +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xab6cd7be ath10k_core_check_dt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb152f819 ath10k_ce_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb2e39344 ath10k_ce_send +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbdfb1628 ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc3d50e44 ath10k_bmi_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc53afd8f __ath10k_ce_send_revert +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcddca92c ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcf251f4e ath10k_ce_free_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd6727f4d ath10k_bmi_read_memory +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xdf249778 ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe43897de ath10k_core_napi_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe60fe712 ath10k_ce_dump_registers +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xeba5ac4d ath10k_ce_init_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xefdc0cd1 ath10k_htt_t2h_msg_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf191cdea ath10k_ce_completed_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf82342c7 ath10k_ce_completed_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf9dd21f9 ath10k_mac_tx_push_pending +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xfa0b9945 __tracepoint_ath10k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xfc2e88bc ath10k_core_fetch_board_file +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xfc33d3dd ath10k_ce_completed_recv_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0472cefe ath11k_pcic_get_user_msi_assignment +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x178f920a ath11k_hal_srng_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x184bc149 ath11k_pcic_ce_irqs_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x2556dd02 ath11k_pcic_map_service_to_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3a26c300 ath11k_pcic_register_pci_ops +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3d6a3c36 ath11k_hal_srng_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3f99398e ath11k_ce_get_shadow_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x40222daa ath11k_core_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x41c0fb66 ath11k_pci_enable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x4963fed3 ath11k_pcic_get_msi_address +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x4aca078d ath11k_pcic_free_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x4f2920f0 ath11k_core_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x57616b42 ath11k_core_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x5d3e44d7 ath11k_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x5dc4a5bb ath11k_pci_disable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x6b22bf78 ath11k_pcic_write32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x72087927 ath11k_ce_free_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x73397d50 ath11k_pcic_ce_irq_disable_sync +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x743b6316 ath11k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x7a51182b ath11k_pcic_read32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x7c518b48 ath11k_pcic_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x80472e3b ath11k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9411fa4a ath11k_pcic_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9c51bcc4 ath11k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xa0fefe74 ath11k_pcic_read +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xa7ee1361 ath11k_pcic_ext_irq_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xab1c03a3 ath11k_pcic_config_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb69f0772 ath11k_ce_alloc_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb6bb33cd ath11k_debugfs_soc_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xbaf8f15e ath11k_ce_cleanup_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc07184e5 ath11k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc5446315 ath11k_core_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc63a6e71 __tracepoint_ath11k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc979279d ath11k_pcic_get_ce_msi_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xca3ff356 ath11k_dp_service_srng +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xcfd9f848 ath11k_core_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xdb4a3ed5 ath11k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xdf934cea ath11k_core_pre_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe52a4112 ath11k_ce_get_attr_flags +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe857e721 ath11k_pcic_ext_irq_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe9cafb6e ath11k_qmi_deinit_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf0197188 ath11k_cold_boot_cal +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf372b74d ath11k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xfca87454 ath11k_pcic_init_msi_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1354043d ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x22ee95e2 ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x3502feef ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x3f78cdb5 ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x55f517f6 ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x57fa24c7 ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x5a3171c1 ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x6f1f040f ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x911b9971 ath6kl_read_tgt_stats +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x91cfb84a ath6kl_hif_rw_comp_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x95559e86 ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x999ba8aa ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb881b1a9 ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb9a689dd ath6kl_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xbd1ccc69 ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xd9c0ac91 ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x0a0a39b0 ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1a0aa030 ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2c5dcb89 ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x31e293bf ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x35181188 ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x3b9e6cfc ath_cmn_process_fft +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x4ce339a7 ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x7c01ec40 ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x7d86c6d0 ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x84123a02 ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x876b6f95 ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x95012f58 ath9k_cmn_spectral_deinit_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x970dac73 ath9k_cmn_spectral_scan_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9841f452 ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9abe39c3 ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9dab34d9 ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa81e7c17 ath9k_cmn_spectral_init_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb36b6a66 ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xbd2cbcd1 ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xeaa18c36 ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xef16b0de ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf626e16f ath9k_cmn_spectral_scan_trigger +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf63f82e5 ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xfa37fcbe ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x06a244bf ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x08165ba6 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x09b355a2 ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0c561ab7 ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0dfa4c48 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0e9d0a1d ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0ea3f5e8 ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f77dafc ath9k_hw_get_tsf_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0fb65720 ath9k_hw_loadnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x106572a7 ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x12a687d5 ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x164d4188 ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1a6381e3 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1cf0de09 ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1ff2a910 ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x204b7a9a ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x21ccca1b ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2351b059 ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x24b8888c ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x24ecb555 ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x25df50e7 ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x28547ebc ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2a15931f ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2b0010f0 ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2b62f6bf ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2c848ec2 ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2cc13bf2 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2dcd4332 ath9k_hw_gpio_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x31ea0b2f ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x36606c97 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3c414e2a ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3e1628fc ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3fb963a5 ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x406d3342 ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x473088a2 ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x481e3105 ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x533e349d ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5507b1f2 ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5721fea3 ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5851843a ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5897931d ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5a312adc ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5e2018fc ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x61a29de2 ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x61cd34d3 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6279e2b0 ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6457c4cb ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6466aef4 ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x64a1e154 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x68e11c99 ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x698e7a7f ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6cafb069 ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6e3517b0 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6ef736a5 ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6f71c9be ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x703a8965 ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x74076a45 ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x743721c9 ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7c8e3e6d ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x81dc4f86 ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8460d304 ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8d65ca71 ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x91fc7055 ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x92c59af6 ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x92ff65b1 ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x941d64a5 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x94b79e09 ath9k_hw_btcoex_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x96dc991c ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x980bd788 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9be23f9d ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9d41a2c5 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9f03fc60 ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9f1aa7b8 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa113a429 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa5c3b545 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa84fd621 ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa92b9741 ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xacf2420e ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb30dead9 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb5a9bb09 ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb6289f7e ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb8336c50 ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb8aa55e0 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbacab822 ath9k_hw_gpio_request_in +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbb067998 ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbb545635 ath9k_hw_resume_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc4d985fd ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcf786465 ath9k_hw_gpio_request_out +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd02c50f6 ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd3f27ce9 ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd65ed540 ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd8fbb007 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd9757879 ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe6ec2484 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe9c64c9f ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xec61fd62 ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xed49dc75 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xeef07cfc ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xeffddd46 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf1e0c294 ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf6c37dd4 ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf7ec7f34 ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf8e8983c ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfb766cc4 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfbd33164 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfca6a32d ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfea0e826 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xff0a7342 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x42ae66c8 atmel_open +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x7a37d38c stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0xd0d8839f init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x1906648e brcmu_boardrev_str +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x1ccd4cd8 brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x22ac6e9b brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x2c9bc445 brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x3537b6a9 brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x3722e2d1 brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x4d0d8a3d brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x5c24e812 brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x7f76d86f brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x903a252f brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xa17c0ccf brcmu_dotrev_str +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xb8d660df brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xca4f7a38 brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xcf0d887b brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xd6217d91 brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xd67ea697 brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0x18fcd843 init_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0xd1e84baf reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0xd91c14a0 stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x0076777a libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x2187344a libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x3a93f451 libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x42713a0f libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x4a568528 libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x4a5e7a6c libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x4e06b2f4 libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x4f79a2c8 libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x5754f866 libipw_rx +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x818713c6 libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x8d9cd9ab libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x922c648d libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x9684e7b6 libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x9b937c56 libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xc22904d5 free_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xc6a1858e libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xef145bd3 libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xef3a20d1 alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xf237e8cb libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xfa12996f libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x00670347 il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x016fae44 il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x04fc99a8 il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x09a10a49 il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0a93fad7 il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0ab5b772 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1049fa0b il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x138bd523 il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x15a08baf il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1935f7fd il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1a871612 il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x20bf232f il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x22165a25 il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x22e89b0e il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x25d21a8b il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x27a80bfe il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x284096d4 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x285fe41d il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2b878dfd il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2bf7eea6 il_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2dee8528 il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2f40275a _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2ff8d020 il_update_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x33d8b168 il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3965932c il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x405349d5 il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x416bd26a il_debug_level +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4409aa50 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4879ff1a il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4ae6f5ba il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x50747631 il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x51bb0ecc il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x525a7e35 il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x533f4ca3 il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x55dcb199 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5b52a9bc il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5bac630b il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5fe0fb32 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x642dc62f il_mac_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x64cb696a il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x65de4400 il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6a2774c0 il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6a29b130 il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6a8848d1 il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6d0c6deb il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6fce6166 il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7243d253 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7486d471 il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x765b1c72 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x78e2a42d il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x79c1d6d7 il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7df854aa il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7f6cbb60 il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x86165fcd il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8c0e9fb2 _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x94c9be4d il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x970870e2 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9747b9a8 il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x981fd099 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9c1d5053 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9cc714af il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa1228778 il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa877dac4 il_apm_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xaadecede il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xab2b2093 il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xaf42601b il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb017c611 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb1d915eb il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb2e9e7f0 il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb2f5191e il_force_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb5a1cd3f il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb65510a3 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb988575e il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xba706390 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbc52389d il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbd698380 il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc19bdda1 il_set_rate +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc75f4993 il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc9ad6032 il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xca226690 il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcabb6d0a il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd07d2072 il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd1fb5488 il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd4d6cab1 il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd936f1c2 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xda20bfc5 il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdd1d7db0 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xddf27a87 il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe78592a8 il_init_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe7986bd7 il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xea12735c il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xecbaf687 il_set_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xecbe28e4 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xed6a8efc il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xedfeb2d7 il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf3c6e1cd il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf3f48aa2 il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf4db72e5 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf70a693b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf7343e42 il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf7e55fd9 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfa2ba37d il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfcf58625 il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x2caa08db __SCK__tp_func_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x38688d65 __SCT__tp_func_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x3a2a40a5 __SCT__tp_func_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x5d7a51d0 __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x84c12922 __traceiter_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x8909e631 __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xb15f1075 __SCK__tp_func_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xbb2674e1 __SCK__tp_func_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xbbcfacef iwl_trans_pcie_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xc8556384 __traceiter_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xcaf62dea __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xd81e2f28 __SCT__tp_func_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xf1f816a1 __traceiter_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x1447bcf9 hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x1cbf4c88 hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x2b603b3d hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x2be6b94d hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x3b4ffa5b hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x4fde2eee hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x5343d55d hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x63234acd hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x644d8665 prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x6543833e hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x698f5050 hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x75934c58 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x7fb75891 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x7fe6c644 hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x8527358e hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x875cc63b hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x8999d990 hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x9331f807 hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x96abcc03 hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xa0151d33 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb5b2d224 hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xc9b4e0df hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xc9b6ae17 hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xd5930085 hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xd7fcb67b hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xe1d8b697 hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xe245e956 hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf91c03e2 hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x0fd18326 __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x271faae0 orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x27622c57 orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x43554eec orinoco_up +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x5bd9be90 orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x791450a9 orinoco_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x7d4618bb alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x7f4845b0 free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x9290bad2 orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xa32da5a5 orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xa74c2dc5 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xaa8c9901 orinoco_down +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xba336a66 orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xc2da3741 orinoco_open +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xd3c1fce0 orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xf955b3b8 __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xffe27bca orinoco_interrupt +EXPORT_SYMBOL drivers/net/wireless/mediatek/mt76/mt76 0x327a9822 mt76_rx_signal +EXPORT_SYMBOL drivers/net/wireless/mediatek/mt76/mt76 0xcfe4e552 mt76_wcid_key_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist 0x2657e6a6 rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x01120f01 _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x06340c55 rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x06d42a1b rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0a39e903 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1a3f0a80 rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1e951ea1 rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x22a1e129 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2327d91c _rtl92c_phy_calculate_bit_shift +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x25611aca _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x27ad80f0 rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2ba5de3f rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3681b011 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3d276eb9 rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x41af68dc _rtl92c_store_pwrindex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4a1b2b43 _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4eb4ae63 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x57623759 _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x64a73217 rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x64b60f96 _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x67bb3c2e rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6c0ffd65 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x72ea5e38 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x752b1c74 _rtl92c_phy_dbm_to_txpwr_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x763d822f rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x78b2894d rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8016c6e3 rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x80478102 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x88823a83 rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x955a86a5 rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x99208b1b _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa2fd115a rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa42b230c rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa83113d1 rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xaff4e2e5 rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbf373d97 rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc45867ae rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc5daf623 _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xca57bbaf rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xca7b4599 rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xdb329909 rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xdfaf5724 rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe7d4e230 rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x7d57739f rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xa7ba30a5 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xde7e4ac0 rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xf12b57fa rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x63e781ea rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xd5a0159b rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xefb6ad4a rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xf51b9b7d rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x052d9bda efuse_one_byte_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0b038e24 channel5g_80m +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x10c65ff6 rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x17decc68 rtl_mrate_idx_to_arfr_id +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x19e454fc rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1a0c1135 rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1b945315 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1dbf240a rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2c587627 rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2e2efacc rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2e6d1636 rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2ee53b57 rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x30a956d7 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x506ac3ce rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x54824f58 channel5g +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x57f321ec rtl_c2hcmd_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5e0d50a5 rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7145d263 rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x75f801af rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7f30ebb6 rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8ea60059 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8fb43c10 rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x919c9c95 efuse_shadow_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x92bf911d rtl_collect_scan_list +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x95429a67 rtl_cmd_send_packet +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9adac8a4 efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9d60b3f0 rtl_dm_diginit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb6b0c48d rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbe7b4aa4 rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc1f6fdb1 rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc8826852 rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd726a41a efuse_power_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd9ca64a0 rtl_rx_ampdu_apply +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xdc6ae751 rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe8502d83 rtl_init_sw_leds +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xebedfe5f rtl_wowlan_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xed7c8cf2 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xfad76175 rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8723d 0x34964d80 rtw8723d_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8821c 0xa9563a0d rtw8821c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822b 0xdf763732 rtw8822b_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822c 0x30b45c0c rtw8822c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x00378664 rtw_unregister_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x013ddc17 rtw_phy_set_edcca_th +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x064e9348 rtw_power_mode_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0ad3a141 rtw_phy_cfg_bb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0fd114bf rtw_phy_read_rf_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1256e4b4 rtw_tx_queue_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x12aa5644 rtw_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x12cbf3d5 rtw_phy_load_tables +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1753afaa rtw_phy_pwrtrack_need_lck +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1bf73ffc rtw_phy_parsing_cfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1dc2d072 rtw_tx_ac_to_hwq +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2010736c rtw_coex_write_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x25182fee rtw_set_channel_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x252cc33e rtw_phy_pwrtrack_get_delta +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x284dc5e4 rtw_fw_c2h_cmd_isr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x29e0a8b7 rtw_register_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x33b3f3c0 rtw_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x36c5bfca rtw_disable_lps_deep_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3d2b9f2d rtw_read8_physical_efuse +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x43ce3b42 rtw_fw_do_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x440b7589 rtw_phy_rf_power_2_rssi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x468a6997 rtw_dump_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x4cc89eda rtw_phy_get_tx_power_index +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x4fcdf1f9 rtw_phy_pwrtrack_thermal_changed +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x4fd49cc9 rtw_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x519c8ba9 rtw_rate_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x549bb3b2 rtw_rx_fill_rx_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x54e0245b rtw_phy_write_rf_reg_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x58210e60 rtw_rate_section +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5e473543 rtw_phy_cfg_agc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5f11461e rtw_phy_pwrtrack_need_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x60898af5 rtw_parse_tbl_bb_pg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6230f9bc rtw_tx_fill_tx_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x638da98a check_hw_ready +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x691f66f9 rtw_restore_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6fad6ef4 rtw_tx_write_data_rsvd_page_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x70bcd1ba rtw_phy_cfg_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x74786e16 rtw_bf_enable_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x755cd4d9 rtw_coex_read_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7743c8fe rtw_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7c8e5a89 rtw_bf_remove_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x896967d4 rtw_fw_inform_rfk_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8f428a02 rtw_regd_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x934ce491 rtw_coex_write_scbd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x99d19523 rtw_phy_config_swing_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xaa922df0 rtw_tx_report_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb27fbb49 rtw_bf_cfg_csi_rate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb2c0099c rtw_bf_set_gid_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb4555c48 rtw_set_rx_freq_band +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xbceda761 rtw_dump_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc0e7c590 rtw_phy_pwrtrack_avg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc4287771 rtw_phy_cfg_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc4609a37 rtw_parse_tbl_txpwr_lmt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc97deb10 rtw_bf_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd8291680 rtw_phy_pwrtrack_get_pwridx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xded9c582 rtw_bf_enable_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xdfc491d7 rtw_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe501c3b6 rtw_phy_set_tx_power_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe64f7470 rtw_fw_c2h_cmd_rx_irqsafe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe6839b86 rtw_phy_write_rf_reg_mix +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe945734e rtw_bf_remove_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf0dedc12 rtw_rx_stats +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf316c99c rtw_tx_write_data_h2c_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf7289043 rtw_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xfc7f4c99 __rtw_dbg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xfd43514a rtw_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xfec96e84 rtw_parse_tbl_phy_cond +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x06fa233f rtw_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x6ab26588 rtw_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x7af1174c rtw_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x9571eb46 rtw_pci_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0x0a29050a rtw_sdio_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0x56f324b6 rtw_sdio_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0x58590919 rtw_sdio_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0x6bae7bff rtw_sdio_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0x75ad7346 rtw_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0xde00327c rtw_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8851b 0x94c4516c rtw8851b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852a 0x5e90ef52 rtw8852a_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852b 0x290e3da2 rtw8852b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852c 0xb2ab71cd rtw8852c_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x01a2ddb6 rtw89_read_efuse_ver +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x04cbb503 rtw89_phy_tssi_ctrl_set_bandedge_cfg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x063387ae rtw89_phy_write32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0cf35ad6 rtw89_btc_ntfy_wl_rfk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0e201f2a rtw89_phy_write_reg3_tbl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0f0df0ff rtw89_mac_enable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x129e7700 rtw89_phy_config_rf_reg_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x14f60ed6 rtw89_mac_cfg_ctrl_path_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x19545302 rtw89_mac_cfg_ppdu_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1e61c0de rtw89_mac_cfg_ctrl_path +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x21929a34 rtw89_mac_set_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x244518ff rtw89_encode_chan_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x26c7c9fc rtw89_mac_cfg_gnt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x294dea11 rtw89_phy_write_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x32a80c78 rtw89_btc_set_policy +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x36bcb602 rtw89_phy_set_txpwr_limit_ru +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3b42597e rtw89_mac_stop_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x400fc0fd rtw89_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4984f0b2 rtw89_phy_read_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4a4eda80 rtw89_mac_disable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x547548d5 rtw89_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x584f4b22 rtw89_fw_h2c_rf_ntfy_mcc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5af67ca0 rtw89_alloc_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5b58ce25 rtw89_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5fb7cc5e rtw89_phy_read_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6b58d14a rtw89_core_fill_txdesc_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6b7a40ab rtw89_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7152a5d6 rtw89_btc_set_policy_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x715acf1d rtw89_mac_stop_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7168dfd6 rtw89_phy_set_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x758bc649 rtw89_decode_chan_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7ca57f2b rtw89_core_fill_txdesc_fwcmd_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8200f26d rtw89_phy_set_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x83b8d007 rtw89_core_query_rxdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x88ab8fec rtw89_mac_resume_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x952064ef rtw89_core_napi_start +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9a72a0e3 rtw89_mac_get_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9ac85705 rtw89_mac_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9c47662d rtw89_core_napi_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9edb4f6c rtw89_core_napi_stop +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa10b42c0 rtw89_phy_write_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa4579103 rtw89_mac_cfg_gnt_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa4b062ab rtw89_fw_h2c_dctl_sec_cam_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa64436f4 rtw89_mac_get_txpwr_cr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa6a90b76 rtw89_core_fill_txdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb35d9d5e __rtw89_debug +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb4537d73 rtw89_mac_read_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb79878a2 rtw89_phy_load_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xbee92cc5 rtw89_mac_coex_init_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd0259ad9 rtw89_core_rx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd5b3a01e rtw89_mac_resume_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd6f700b5 rtw89_phy_set_txpwr_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xdbec78e6 rtw89_core_unregister +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xdcc13849 rtw89_rfk_parser +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xddbd0eca rtw89_ser_notify +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe3f57b04 rtw89_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe67b8cb8 rtw89_phy_get_txsc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe8a7ff84 rtw89_core_napi_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xeeee13b9 rtw89_mac_write_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf4da876b rtw89_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf55a426b rtw89_free_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xfd121171 rtw89_phy_read32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xfeac846c rtw89_mac_coex_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xffc31685 rtw89_core_register +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x00c65301 rtw89_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x088f1ea6 rtw89_pci_disable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x233dbb75 rtw89_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x559f4242 rtw89_pci_enable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x607c7f47 rtw89_pci_disable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x6437099c rtw89_pci_ltr_set_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x66878f54 rtw89_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x6efd9f2c rtw89_bd_ram_table_dual +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x71162055 rtw89_bd_ram_table_single +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x7f2d725b rtw89_pci_config_intr_mask_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x8db8087b rtw89_pci_fill_txaddr_info_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x9ce0961b rtw89_pci_ch_dma_addr_set +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xaaa6b744 rtw89_pci_recognize_intrs_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xc3c7a246 rtw89_pci_ltr_set +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xea73c1a3 rtw89_pci_recognize_intrs +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xeab48796 rtw89_pci_enable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xf4d1e866 rtw89_pci_config_intr_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xf630d9a9 rtw89_pci_ch_dma_addr_set_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xf90fe05e rtw89_pci_fill_txaddr_info +EXPORT_SYMBOL drivers/net/wireless/rsi/rsi_91x 0x5768daaf rsi_config_wowlan +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x29cd70c9 wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x2a132d36 wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x7b0cdf9a wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x8b3df3cd wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0xee46bb99 fdp_nci_probe +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0xf2ec5f54 fdp_nci_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0x02188046 microread_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0xb6006d68 microread_probe +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x1e480093 nxp_nci_probe +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x33935b67 nxp_nci_remove +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0xb32b77dd nxp_nci_fw_recv_frame +EXPORT_SYMBOL drivers/nfc/pn533/pn533 0x85337a2f pn533_recv_frame +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x29a1e0ef pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x9baa17c4 pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x0ee01493 s3fwrn5_recv_frame +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x774203fc s3fwrn5_phy_set_wake +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x7d596fce s3fwrn5_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x7f459958 s3fwrn5_phy_power_ctrl +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xb8b7d56c s3fwrn5_remove +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xedb12f10 s3fwrn5_phy_set_mode +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xf2ab60da s3fwrn5_phy_get_mode +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x1ec782ed ndlc_close +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x2935b796 ndlc_probe +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x475e77fa ndlc_open +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x9fac817a ndlc_recv +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xba873715 ndlc_remove +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xbe5d0629 st_nci_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xc6b85622 st_nci_se_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xcde6b7d6 ndlc_send +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xce6b701b st_nci_se_io +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xf26ac3d7 st_nci_se_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x161c2c60 st21nfca_connectivity_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x2542c5dd st21nfca_im_send_atr_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x2aa47d64 st21nfca_hci_disable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x374d46e4 st21nfca_dep_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x49eb22b5 st21nfca_im_send_dep_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x57dda3d7 st21nfca_hci_enable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x5a480489 st21nfca_se_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x5bb26027 st21nfca_dep_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x6100337f st21nfca_hci_se_io +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x66abc02a st21nfca_tm_send_dep_res +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x7d6c8611 st21nfca_hci_discover_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x864f958a st21nfca_dep_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x8a083b63 st21nfca_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x978a015b st21nfca_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xad5321de st21nfca_apdu_reader_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xd51427b1 st21nfca_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xd96b1100 st21nfca_hci_loopback_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xf7974c31 st21nfca_se_deinit +EXPORT_SYMBOL drivers/ntb/ntb 0x00a6b782 ntbm_msi_request_threaded_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x1f3ea28b ntb_unregister_client +EXPORT_SYMBOL drivers/ntb/ntb 0x1fea34d0 ntb_msi_peer_addr +EXPORT_SYMBOL drivers/ntb/ntb 0x249265dc ntb_db_event +EXPORT_SYMBOL drivers/ntb/ntb 0x3d630ef7 ntbm_msi_free_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x46965c08 ntb_msi_init +EXPORT_SYMBOL drivers/ntb/ntb 0x48027cac ntb_msi_setup_mws +EXPORT_SYMBOL drivers/ntb/ntb 0x4f60ee67 ntb_msi_clear_mws +EXPORT_SYMBOL drivers/ntb/ntb 0x5c1b8070 ntb_msi_peer_trigger +EXPORT_SYMBOL drivers/ntb/ntb 0x68a79991 ntb_register_device +EXPORT_SYMBOL drivers/ntb/ntb 0x909766b2 ntb_set_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x9b759815 ntb_default_peer_port_count +EXPORT_SYMBOL drivers/ntb/ntb 0xa34d9838 ntb_clear_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0xa76b3728 ntb_unregister_device +EXPORT_SYMBOL drivers/ntb/ntb 0xb7e50cf4 __ntb_register_client +EXPORT_SYMBOL drivers/ntb/ntb 0xbf94127c ntb_default_peer_port_idx +EXPORT_SYMBOL drivers/ntb/ntb 0xc9eeb9a0 ntb_default_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0xf14d7838 ntb_link_event +EXPORT_SYMBOL drivers/ntb/ntb 0xf1ee6f0f ntb_default_peer_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0xfee516a5 ntb_msg_event +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0x08f1d87c nvdimm_namespace_detach_btt +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0xad442e6a nvdimm_namespace_attach_btt +EXPORT_SYMBOL drivers/parport/parport 0x0ec14f93 parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x0ffcc1c3 parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0x142e416f parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0x1a07026d __parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x1b468650 parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x29c08328 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0x2bf307a8 parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0x3e7e695b parport_register_dev_model +EXPORT_SYMBOL drivers/parport/parport 0x40cc2c36 parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0x41f83074 parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x4e25d717 parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x512301d8 parport_release +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x69b833c3 parport_write +EXPORT_SYMBOL drivers/parport/parport 0x718693a3 parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x767682df parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0x9009707d parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0x90e66128 parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0x9d8a54bd parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0xa425d282 parport_read +EXPORT_SYMBOL drivers/parport/parport 0xa54ea4eb parport_del_port +EXPORT_SYMBOL drivers/parport/parport 0xa8761b4f parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0xbbb7efe0 parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0xd32284b2 parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0xd59ffe92 parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xda52891a parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0xe4a7093f parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0xe54087e1 parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xeea01b09 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0xf0c74e22 parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xf6fee086 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0xfc16b67b parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport_pc 0x0c5b0c86 parport_pc_probe_port +EXPORT_SYMBOL drivers/parport/parport_pc 0x3b8a6ef1 parport_pc_unregister_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x027c93ec pcmcia_loop_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x2d7fa8ab pcmcia_enable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x2eeae96e pcmcia_dev_present +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x482fc036 pcmcia_request_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x5978a050 pcmcia_read_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x5a22162f pcmcia_disable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x5eb812e1 pcmcia_request_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x5f08ebb5 pcmcia_release_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x5f4b4605 pcmcia_fixup_vpp +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x76d02a6a pcmcia_map_mem_page +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x7a7bd815 pcmcia_get_mac_from_cis +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x847d709f pcmcia_loop_config +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x95465501 pcmcia_write_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xa88af1ce pcmcia_fixup_iowidth +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xbb312663 pcmcia_parse_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xc2202129 pcmcia_request_io +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xc3fcac36 pcmcia_register_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xeaf1ead4 pcmcia_unregister_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xedda0e61 pcmcia_get_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x023fc40f pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x0a8e5768 pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x33baf9ac pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x34da6edd pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x35f0202f pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x50fde948 pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x6fb971d8 pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x7d451d61 pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x7db83fd7 pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xad9c9030 pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf942709b pcmcia_socket_list_rwsem +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0xb0c856fe pccard_static_ops +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0xf28f1986 pccard_nonstatic_ops +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x77773199 cros_ec_suspend_prepare +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x7f7710ec cros_ec_unregister +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x816970f8 cros_ec_register +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x85aad301 cros_ec_resume_early +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x8809c6ce cros_ec_resume +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xb683e4f0 cros_ec_suspend_late +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xcbe5b2b2 cros_ec_suspend +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xe3bff312 cros_ec_resume_complete +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xf25aacf5 cros_ec_irq_thread +EXPORT_SYMBOL drivers/platform/chrome/cros_ec_lpcs 0xaa1c36de cros_ec_lpc_io_bytes_mec +EXPORT_SYMBOL drivers/platform/chrome/cros_ec_lpcs 0xc4ebc6b3 cros_ec_lpc_mec_init +EXPORT_SYMBOL drivers/platform/x86/dell/dcdbas 0xa75079d6 dcdbas_smi_request +EXPORT_SYMBOL drivers/platform/x86/intel/intel_punit_ipc 0x3a0b563a intel_punit_ipc_simple_command +EXPORT_SYMBOL drivers/platform/x86/sony-laptop 0xd857cac7 sony_pic_camera_command +EXPORT_SYMBOL drivers/platform/x86/wmi 0x965a1da7 __wmi_driver_register +EXPORT_SYMBOL drivers/platform/x86/wmi 0xa95352dc wmi_driver_unregister +EXPORT_SYMBOL drivers/rpmsg/qcom_glink 0xd7119b40 qcom_glink_native_rx +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0x2600a118 rpmsg_chrdev_eptdev_create +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0x4fe50360 rpmsg_chrdev_eptdev_destroy +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x1cf55d34 rpmsg_unregister_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x2b26ab9d rpmsg_trysend_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x3397a1c7 rpmsg_sendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x3b5eba5d unregister_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x46520616 rpmsg_create_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x4e1a08de __register_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x6a6181d2 rpmsg_trysendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x7af4f887 rpmsg_create_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x7ccefb2e rpmsg_poll +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x7e502853 rpmsg_get_mtu +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x8a0e1452 rpmsg_send_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x900b888d rpmsg_send +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x9169b7d2 rpmsg_release_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x93163e32 rpmsg_find_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x9b7fd7cc rpmsg_register_device_override +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xb2003f3d rpmsg_destroy_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xc06be6c0 rpmsg_trysend +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xdb748d7a rpmsg_register_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xde7aee63 rpmsg_class +EXPORT_SYMBOL drivers/rpmsg/rpmsg_ns 0x0afa9ac6 rpmsg_ns_register_device +EXPORT_SYMBOL drivers/scsi/53c700 0x3d9cece0 NCR_700_intr +EXPORT_SYMBOL drivers/scsi/53c700 0x98b71641 NCR_700_detect +EXPORT_SYMBOL drivers/scsi/53c700 0xfe813820 NCR_700_release +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x25823acf scsi_esp_unregister +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x4a29ab38 scsi_esp_intr +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x55e0d3d7 scsi_esp_template +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x7b202996 scsi_esp_cmd +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xba5b2e28 scsi_esp_register +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x03789e90 fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x49bf322b fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x583ea120 fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x6f9f8d7a fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x86a22696 fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x92f2e217 fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x9a41c785 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xc32c326d fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xd0122334 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xe1b37edd fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xf58680e4 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x04f8d824 fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0b674eaa fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0c588c9b fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1168c50d fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x13df51f2 fc_rport_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1553cb91 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1dc5ea73 fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x279d7b0f fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2a876eb1 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x33930f6f fc_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x34517bf8 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3a655ca7 fc_rport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3b4e1949 _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x48791413 fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x58c6e98d fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5b63f24b fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5d7d85ac fc_rport_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x60919152 fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x61ad4767 fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x62240372 fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6c2eb6d2 fc_exch_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6e760c32 fc_rport_recv_req +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7200d448 fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7778c2fc fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x79fb9b65 fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7ad2652b fc_lport_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7c3f11be fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7cf1bf5a fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7e792e27 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7f3407a7 fc_seq_start_next +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8063427c fc_seq_set_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x811811e0 fc_exch_done +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8520f1df fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x89c77c0b fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x930e913f libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x95838d6e fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x99498433 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9d50ed7e fc_rport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9fe8ad03 fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa1bcd198 fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xaabd4e57 fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb0ddd5a1 fc_rport_flush_queue +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb507931d fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb50cf4cb fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc1e80ad9 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc2294908 fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc4f77cc3 fc_rport_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc8f22cac fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xca527ed8 fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcdb5533c fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xce58e8d4 fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcfdfba9e fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd9694f79 fc_seq_assign +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xda6525e5 fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdbe65c58 fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe1a60f41 fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe5cf06b5 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe6380b29 fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xeb759598 fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xec6440b6 fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xee5c051e fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xef94d84f fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf29c35f5 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfa4667d1 fc_seq_release +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfc98ecd9 fc_disc_config +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x160dc3f6 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x1c24fba4 sas_resume_ha_no_sync +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4a8e3d34 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xf0100a64 sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xfd42bd58 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xa21fafb9 mraid_mm_adapter_app_handle +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xb2cf7c01 mraid_mm_unregister_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xb4d05a99 mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x0364e7cb qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x1269027a qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x1c3eb301 qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x39be1183 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x6b118f8d qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x7338bc0e qlt_abort_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xae0aff01 qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb109e779 qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xc77cf15e qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xd6239a25 qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xda8c28ed qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xe6ed5e31 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x1f55cd70 qlogicfas408_ihandl +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x2d3e6714 qlogicfas408_queuecommand +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x2f3b81fb qlogicfas408_biosparam +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x3fd8cd71 qlogicfas408_detect +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x47009e38 qlogicfas408_disable_ints +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x4ada2ac6 qlogicfas408_info +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xb635f46a qlogicfas408_abort +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xd4f8789f qlogicfas408_host_reset +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xe76b3b20 qlogicfas408_get_chip_type +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xf2b95199 qlogicfas408_setup +EXPORT_SYMBOL drivers/scsi/raid_class 0x2dba4c62 raid_class_release +EXPORT_SYMBOL drivers/scsi/raid_class 0x3a1605a9 raid_class_attach +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x05d723ea fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x16707090 fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x234be5cd fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x2615ba1e fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x375f8bbd fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x39ca717b fc_block_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x44877dd7 fc_host_fpin_rcv +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x49aff361 scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x4b0142e3 fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x4cbffa59 fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x4d9fff77 fc_find_rport_by_wwpn +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x6f92f8bf fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x8c31eeec fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x959d6734 fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xa1ffb2cf fc_host_post_fc_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xb2ad3ec2 fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xbc85f707 fc_eh_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xf224f667 fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x06a36f86 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0a8bbb35 sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1a865c5f scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2348ba57 sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x238c64c5 sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x417c6837 sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5de2f10b sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x630e4eac sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x75d7a003 sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x76e53914 sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7da3e643 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x95ca76d5 sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xad95e9ff scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xafb92d77 sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb532e638 sas_get_address +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbb026619 sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbc417d14 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc4ecbc67 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xcfabb539 sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xcfc3b1cb sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd06f9cea sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd123de1a sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd46886d1 sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xdd4de89e sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xdf6065a4 scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe75fdd8e sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf50e1bce sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xfb0422af sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xfd9ec062 sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x01bacbfa spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x1cdff739 spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x1ed522d9 spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x33ca2382 spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x91f8acda spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x25c91912 srp_rport_get +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x405b6e05 srp_parse_tmo +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xaa73b2ad srp_rport_put +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xcab2ed5d srp_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xccfcc4e2 srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xf941c6a2 srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x0067cf83 qmi_send_indication +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x08627196 qmi_add_lookup +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x1cb723e5 qmi_txn_cancel +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x28ac2fd2 qmi_encode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x2a39666a qmi_txn_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x3921d414 qmi_handle_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x3adc48c8 qmi_add_server +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x41d6f6b8 qmi_txn_wait +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x4cd2fe40 qmi_response_type_v01_ei +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x6051451d qmi_decode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x7eb10f71 qmi_handle_release +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xb6f470cc qmi_send_request +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xcb529bc9 qmi_send_response +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x124f1723 sdw_bus_prep_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x12d7ad7d sdw_stream_remove_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x16d1706b sdw_prepare_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1deee061 sdw_find_row_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x2b48c2a0 sdw_stream_add_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x2ced761a sdw_stream_add_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3b0a8582 sdw_startup_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x46419671 sdw_read +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4c224789 sdw_write +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4cde88bf sdw_disable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x60e31fbb sdw_find_col_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x6212d5f3 sdw_bus_master_delete +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x698ac504 sdw_write_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x6c0bf2c8 sdw_compare_devid +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x6ca72599 sdw_handle_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x6f95b16b sdw_shutdown_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x6fbb8001 sdw_bus_master_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x71891d59 sdw_deprepare_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x737c9e63 sdw_bus_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x7e79d7ae sdw_bus_exit_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x83b605c3 sdw_nread_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x8c2ebb8f sdw_nread +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x8c8b13d8 sdw_clear_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x94d56567 sdw_update_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9e122d79 sdw_alloc_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9e793e03 sdw_slave_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xade1c98e sdw_extract_slave_id +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xaf371ccf sdw_nwrite +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xafa3f81f sdw_read_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xba54b904 sdw_cols +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xbbec2c2e sdw_enable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xbc5f25a6 sdw_slave_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xc77b58a7 sdw_stream_remove_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xd06ad385 sdw_bread_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xda5bce09 sdw_release_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xe1d76296 sdw_bwrite_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xe745eb7e sdw_show_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xeb996263 sdw_master_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xec02f978 sdw_nwrite_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xed53b1e6 sdw_update +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf53ba0b8 sdw_rows +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x072212fe sdw_cdns_init +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x135335b4 sdw_cdns_clock_restart +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x22ab4e18 sdw_cdns_exit_reset +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x26acb2ad cdns_bus_conf +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x33bea50e cdns_set_sdw_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x34712074 sdw_cdns_irq +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x3fc19aa3 cdns_xfer_msg +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x5651e6f2 sdw_cdns_alloc_pdi +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x5b79bd68 sdw_cdns_is_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x5fccf675 cdns_xfer_msg_defer +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x67fd3ac7 sdw_cdns_pdi_init +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x91be1de3 cdns_read_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x94c6d38e sdw_cdns_config_update +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xa68332af sdw_cdns_enable_interrupt +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xa6fc3141 sdw_cdns_config_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xa8de83c1 sdw_cdns_probe +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xc62a6b17 sdw_cdns_check_self_clearing_bits +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xe3fd1f88 sdw_cdns_config_update_set_wait +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xe75185fd sdw_cdns_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-generic-allocation 0xc7e143d4 sdw_compute_slave_ports +EXPORT_SYMBOL drivers/soundwire/soundwire-generic-allocation 0xd699d57e sdw_compute_params +EXPORT_SYMBOL drivers/ssb/ssb 0x18cadd14 ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0x27b519d7 ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x2a82dbfa ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x301ba3ad ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x36b4e517 ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0x3c7df9ca ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0x42182429 ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0x48f4572d ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x518a4186 ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0x5fb5c362 ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0x8d8c76bf ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0x9f22bc7b ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0xb98297ad ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0xc67840c8 ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0xcb17f1cb ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xcd284bce __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0xdfc7c6ef ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xe714a4f3 ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0xe742e57f ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0xea5a9fb7 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0xf41c65d6 ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0xf51f99e8 ssb_clockspeed +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x017cf147 fbtft_write_gpio16_wr_latched +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x0b8c2345 fbtft_init_display +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x0f724bd7 fbtft_write_gpio8_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x1cb2d7b8 fbtft_remove_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x27a0eaa1 fbtft_write_spi_emulate_9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x2b797ac0 fbtft_write_vmem16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x30051f6d fbtft_write_vmem16_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x7baddd3f fbtft_register_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x867328de fbtft_dbg_hex +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x8b498d2d fbtft_write_vmem8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xbc8f5da4 fbtft_write_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xc0668a21 fbtft_write_reg16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xc5377e93 fbtft_unregister_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xc9f37000 fbtft_unregister_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xd62e891a fbtft_probe_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xd8ab0b13 fbtft_write_reg8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xda6004b2 fbtft_framebuffer_release +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xdb62beba fbtft_write_reg8_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xdf32c7fa fbtft_write_vmem16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xe1ee6642 fbtft_framebuffer_alloc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xe53af9d4 fbtft_read_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xe750649e fbtft_write_buf_dc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xee12ef82 fbtft_write_gpio16_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xf10496d2 fbtft_write_reg16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xf5b5348a fbtft_register_backlight +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x448b658a gbaudio_module_update +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0xd0051c0d gbaudio_unregister_module +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0xfcb421d2 gbaudio_register_module +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0xe2e156cd adt7316_probe +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x04deda57 rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0dcd15f1 alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0f9a3082 rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0fd2bc1e rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x13bb26c6 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x160141f2 rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1672e1f9 rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22166084 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x293153a9 rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2966ff34 rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x35173e69 rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3a00500e rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3ad2ced5 rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3c9e16d8 rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x450b11af rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x45cae536 rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x461e2b06 rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x49762caa notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4f0bcf58 rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4f526976 rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x601ed32a free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x62270b28 rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x62a34f97 rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x63c9a687 rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6b635c20 rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x771395b3 rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7b86e240 rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x80c938d7 rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x87cf804c rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x89f7e1dd rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x94279eee rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x991ac53b rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa1553935 rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa7f77076 dot11d_channel_map +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa7fa315e rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb54f23d8 HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb6c23ef9 rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbf532326 rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbfae8611 rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc16ef8ec rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc7a72099 RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xcf1cec8e rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd20a95c5 rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd291a971 rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd9733a49 dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe9f4c168 rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xeac7250b rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf501dfa2 rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfd1b1eab rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfed344e2 rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x01ee8049 to_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x06611b13 HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x09f7c78a ieee80211_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x10bb03bb ieee80211_softmac_xmit +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1745c7a2 ieee80211_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1e4afcd1 ieee80211_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x232e7944 ieee80211_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x299a2eb2 ieee80211_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x29ed0647 ieee80211_wx_get_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3517bec4 dot11d_update_country_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x39e14cda dot11d_reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3a084adc ieee80211_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x41ef36f1 ieee80211_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x43f1ea4c ieee80211_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x43f5b9ce rtl8192u_dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x45c00956 ieee80211_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x510f53aa ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x595f8ff4 ieee80211_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6651f895 ieee80211_is_shortslot +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x73c69b64 dot11d_get_max_tx_pwr_in_dbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7938c5b3 ieee80211_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7c575123 ieee80211_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7e6422d9 ieee80211_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7f16b65b ieee80211_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x839f5e3e ieee80211_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x84238f1f ieee80211_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x84a2c2ef ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x84b33646 ieee80211_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x84e32a30 ieee80211_rx_mgt +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x87626867 ieee80211_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8a0d6d26 ieee80211_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8c724530 ieee80211_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x906f7651 ieee80211_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa00da3ed dot11d_scan_complete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa68c3290 ieee80211_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa6f9cfa8 ieee80211_disassociate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa7eca5bd ieee80211_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa860f28e ieee80211_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xaa901c51 ieee80211_rx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb2aa6e8b SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb7c0f450 ieee80211_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb823c0d5 ieee80211_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbb77d4c6 ieee80211_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbe5db778 ieee80211_txb_free +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xceb2ceb8 ieee80211_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd0ef4b0a ieee80211_softmac_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd2affdd9 ieee80211_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd2ef1225 ieee80211_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdc13f6ac is_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdd42e6d7 ieee80211_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xde36af90 notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe3372510 ieee80211_is_54g +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe380cdb8 ieee80211_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf2c87e74 ieee80211_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf6bd4a67 ieee80211_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf9b19a93 ieee80211_wx_set_gen_ie +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0adbf3cb iscsit_find_cmd_from_itt +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0b006083 iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x158bb5df iscsit_get_datain_values +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x16fb2a01 iscsi_target_check_login_request +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1e066160 iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x21b5ea9f __iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x253184ff iscsit_build_r2ts_for_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2c0bdcf7 iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2fc4e8fc iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3097f88f iscsit_handle_snack +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x328c9f3c iscsit_add_cmd_to_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x33ae2f15 iscsit_add_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3651b848 iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3731bdc0 iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x398b9891 iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x484e3e21 iscsit_queue_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4c555177 iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x58a543d3 iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6100ec69 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6286bce7 iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x69327806 iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x728fe0c1 iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x78c6097d iscsit_response_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x827e95bc iscsit_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8a6db4f0 iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x91c3e387 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x93f10b43 iscsit_thread_check_cpumask +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9bbeed58 iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa0bfb6e7 iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa0e651b1 iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa2792b0d iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbe2d2fa4 iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbe5bcdf0 iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xcad67f1c iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xcc08fb48 iscsit_set_unsolicited_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xcd6113ca iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd57009ca iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe40834fe iscsi_change_param_sprintf +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xea0df3ab iscsit_build_datain_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xea305fd0 iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xed92acfb iscsit_reject_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xee7405c0 iscsit_find_cmd_from_itt_or_dump +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf2b5a0dc iscsit_aborted_task +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf34332f0 iscsi_find_param_from_key +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf565d059 iscsit_free_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfe9d7829 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/target_core_mod 0x00cd4f09 spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x0110e6c4 transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x01a14a07 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x02c5b8d7 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0x045bfdf7 __target_init_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x0550b770 spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0x0871ffd6 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x0d8f8793 spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0x0dcc91c7 transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x0e3b7d8d transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0x142072c0 transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x151a98d5 target_lun_is_rdonly +EXPORT_SYMBOL drivers/target/target_core_mod 0x1a874fd4 target_backend_unregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x1e156d65 target_complete_cmd_with_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x2065d1b8 passthrough_pr_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x21b48696 sbc_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x25e6836c transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x280e1bf8 core_allocate_nexus_loss_ua +EXPORT_SYMBOL drivers/target/target_core_mod 0x2b951805 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x305095d4 sbc_dif_verify +EXPORT_SYMBOL drivers/target/target_core_mod 0x3350d87b core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x34e8501c target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0x3740846a target_show_dynamic_sessions +EXPORT_SYMBOL drivers/target/target_core_mod 0x3a20a9d7 transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x3dffc609 target_set_cmd_data_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x403e3d0d __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x42a5f581 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x4529bcde target_setup_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x4b2f1cf5 transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x4cec3d1e target_nacl_find_deve +EXPORT_SYMBOL drivers/target/target_core_mod 0x5056fc37 passthrough_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x52516dd9 target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0x55829985 core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x5636b25d spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x56f75bf4 transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x5bdb610a target_free_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0x5d17c7d7 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x6418e8a0 sbc_dif_copy_prot +EXPORT_SYMBOL drivers/target/target_core_mod 0x644caca2 target_undepend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x66690c9d transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0x68456202 transport_alloc_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x6991e378 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x6b09f940 core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0x6d61a847 target_unregister_template +EXPORT_SYMBOL drivers/target/target_core_mod 0x7263c1df transport_backend_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x72a8d9e7 transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x73247261 target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x81a7ec7f core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x8840739e target_remove_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x8bf32dc1 target_stop_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x8f32c65c transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x90407deb target_send_busy +EXPORT_SYMBOL drivers/target/target_core_mod 0x917088c9 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0x98275323 target_cmd_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x982c2789 sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0x9d75e9d9 target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x9e9bb150 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xa0d32cf1 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xaaff39ff target_tpg_has_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xacf9933a transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xaefbcacd target_alloc_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0xb3eb1c80 target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xba246516 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xbe141a69 core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0xc1a21b3d target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0xd54ccc2d transport_copy_sense_to_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xd579a23c sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0xd58c2fb8 target_show_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xd8d1cb71 target_depend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0xdfe799e1 target_register_template +EXPORT_SYMBOL drivers/target/target_core_mod 0xe4695707 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0xe931f288 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xec1fec06 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xecbcabc9 sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3c2dfe0 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf53809ed target_cmd_init_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xf541d070 passthrough_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0xf7ff8d63 transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xfad446b0 target_to_linux_sector +EXPORT_SYMBOL drivers/thermal/intel/int340x_thermal/acpi_thermal_rel 0x1887763e acpi_thermal_rel_misc_device_add +EXPORT_SYMBOL drivers/thermal/intel/int340x_thermal/acpi_thermal_rel 0x86c998e6 acpi_thermal_rel_misc_device_remove +EXPORT_SYMBOL drivers/thermal/intel/int340x_thermal/acpi_thermal_rel 0x9103c585 acpi_parse_art +EXPORT_SYMBOL drivers/thermal/intel/int340x_thermal/acpi_thermal_rel 0xf0f9fe0d acpi_parse_trt +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x2dacb415 ufshcd_alloc_host +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x816629b6 ufshcd_runtime_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xbcf380dd ufshcd_get_local_unipro_ver +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xe8c3ee2c ufshcd_system_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xeb8e1334 ufshcd_system_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xfb3dcca9 ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0xb4c801a5 tc_dwc_g210_config_20_bit +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0xf08aca11 tc_dwc_g210_config_40_bit +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0x202f9fae ufshcd_dwc_dme_set_attrs +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0x832f1c4e ufshcd_dwc_link_startup_notify +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0xc616acdf usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0x6c848ee3 usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x6134922f sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x0665ca1c usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x0bb21f71 usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x28a3f569 usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x41522aab usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x5ca87a87 usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x79d2e51b usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x79d951b7 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xae0b5c14 usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xc135f510 usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xd8bf9f8a usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xe932f22c usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x9b2a926d usb_serial_suspend +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xe0ec9ec6 usb_serial_resume +EXPORT_SYMBOL drivers/vdpa/vdpa 0x122e4446 vdpa_set_status +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x1b8d665f mdev_unregister_parent +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x54e50a00 mdev_register_driver +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0xe5dc9a8f mdev_register_parent +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0xe9156f01 mdev_unregister_driver +EXPORT_SYMBOL drivers/vfio/vfio 0x19567d06 vfio_info_cap_shift +EXPORT_SYMBOL drivers/vfio/vfio 0x5cd40af0 vfio_unpin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0x6c28be5a vfio_info_add_capability +EXPORT_SYMBOL drivers/vfio/vfio 0x722a990b vfio_dma_rw +EXPORT_SYMBOL drivers/vfio/vfio 0xadc044b7 vfio_set_irqs_validate_and_prepare +EXPORT_SYMBOL drivers/vfio/vfio 0xf2c04a4b vfio_pin_pages +EXPORT_SYMBOL drivers/vhost/vhost 0x543c0962 vhost_chr_poll +EXPORT_SYMBOL drivers/vhost/vhost 0x911a5eb2 vhost_chr_write_iter +EXPORT_SYMBOL drivers/vhost/vringh 0x22535a6e vringh_abandon_user +EXPORT_SYMBOL drivers/vhost/vringh 0x22f44e7d vringh_getdesc_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x31848eae vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0x372fd6c2 vringh_init_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3a5d8ed7 vringh_getdesc_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3b304ebb vringh_iov_push_user +EXPORT_SYMBOL drivers/vhost/vringh 0x4311cd91 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0x52bae5f4 vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x660779c8 vringh_kiov_advance +EXPORT_SYMBOL drivers/vhost/vringh 0x6bcdc931 vringh_complete_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x6bf1b1c2 vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0x7eaceeaa vringh_init_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x8f8840e8 vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x932af7d7 vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x964ca823 vringh_iov_push_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x97fa07e9 vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x9a775e41 vringh_init_iotlb_va +EXPORT_SYMBOL drivers/vhost/vringh 0x9a81a3f6 vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x9bdd89ae vringh_abandon_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x9f597502 vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xacec70e7 vringh_need_notify_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xb98c2548 vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xbb2391f3 vringh_notify_enable_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xbdb0df4e vringh_set_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xc33f4090 vringh_iov_pull_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xc467f54a vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xc5a7eb98 vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xcc0cbfb9 vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0xd8535ad6 vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xde804bb9 vringh_iov_pull_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xe08ccbed vringh_notify_disable_iotlb +EXPORT_SYMBOL drivers/video/backlight/lcd 0x0d01d9c6 lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0x3a489675 lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xd3e03425 devm_lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xd5a05305 devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x0b33081d svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x17f3f471 svga_set_default_seq_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x1be6dc30 svga_set_textmode_vga_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x1c21fc27 svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x2fed805c svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x6fabe1f3 svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x7b6f8824 svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x83a41489 svga_set_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x84c337c2 svga_wcrt_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x84c97d2a svga_match_format +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x93f6cb6b svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xb0ab2b2e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xc7a29593 svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd6ec2c44 svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xdcc5a013 svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x0cc3ede5 cyber2000fb_detach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x534b6f18 cyber2000fb_disable_extregs +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0xa1c9c092 cyber2000fb_attach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0xb39f68d1 cyber2000fb_enable_extregs +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0x233917d1 mac_vmode_to_var +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xd7b2a8be mac_find_mode +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x16e94081 matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xf476a3da matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xf53802a0 g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x38e6e0ee DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x408e8462 matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x7eb8b936 matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xca509238 DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0x687dcaa4 matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0xe018eef2 matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x79256ec4 matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x7e93b2b5 matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xa76cc1ab matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xdbc316f3 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x544ac606 matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x65aecfde matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x025d962a matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x2c668942 matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x9cf98701 matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xf7b5905e matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xfc430d4b matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x3037658e sis_malloc +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0xfe963115 sis_free +EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga +EXPORT_SYMBOL drivers/video/vgastate 0xe7a2620e save_vga +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0x04ed2d2d vbg_hgcm_connect +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0x260590c0 vbg_err +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0x3446eab4 vbg_put_gdev +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0x48ad910d vbg_hgcm_disconnect +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0x569b312f vbg_info +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0x68f1cf1a vbg_err_ratelimited +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0x70cdcbfd vbg_warn +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0x9c072aa8 vbg_status_code_to_errno +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0xa760d759 vbg_hgcm_call +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0xc235143a vbg_get_gdev +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x24e81337 virtio_dma_buf_export +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x3fb4b364 virtio_dma_buf_get_uuid +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x44568570 is_virtio_dma_buf +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xc530b356 virtio_dma_buf_attach +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xdcb2c176 w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xe2dfdb48 w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x7f86b9c5 w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xbba11ecb w1_ds2781_io +EXPORT_SYMBOL drivers/w1/wire 0x32931cc1 w1_add_master_device +EXPORT_SYMBOL drivers/w1/wire 0x5e4c7a5f w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0x7ede13e0 w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0x82edb561 w1_remove_master_device +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0x04e133fc iTCO_vendor_check_noreboot_on +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0x75bec08d iTCO_vendor_pre_stop +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xc8930f32 iTCO_vendor_pre_start +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xed2a3373 iTCO_vendorsupport +EXPORT_SYMBOL fs/fscache/fscache 0x0bc63c13 fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0x0c25afc1 fscache_wait_for_operation +EXPORT_SYMBOL fs/fscache/fscache 0x162f7b88 fscache_relinquish_cache +EXPORT_SYMBOL fs/fscache/fscache 0x1a0d09e7 fscache_n_write +EXPORT_SYMBOL fs/fscache/fscache 0x1bd73a95 fscache_dirty_folio +EXPORT_SYMBOL fs/fscache/fscache 0x22bcc42f fscache_end_cookie_access +EXPORT_SYMBOL fs/fscache/fscache 0x234a140d __traceiter_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x24e9fcee __fscache_write_to_cache +EXPORT_SYMBOL fs/fscache/fscache 0x2505a0e2 fscache_caching_failed +EXPORT_SYMBOL fs/fscache/fscache 0x2626e107 fscache_acquire_cache +EXPORT_SYMBOL fs/fscache/fscache 0x34237e0e __fscache_relinquish_volume +EXPORT_SYMBOL fs/fscache/fscache 0x3e6f2ad9 __fscache_unuse_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x3f00fc45 __SCK__tp_func_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x4404d2aa fscache_n_no_create_space +EXPORT_SYMBOL fs/fscache/fscache 0x44c7599b __fscache_acquire_volume +EXPORT_SYMBOL fs/fscache/fscache 0x48486a5e __fscache_resize_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x4996bd29 fscache_n_updates +EXPORT_SYMBOL fs/fscache/fscache 0x4a46d11e fscache_withdraw_volume +EXPORT_SYMBOL fs/fscache/fscache 0x4d7e7717 __tracepoint_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x52314317 fscache_cookie_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0x557a775f fscache_addremove_sem +EXPORT_SYMBOL fs/fscache/fscache 0x5954d7ac __SCT__tp_func_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x5c8bc1aa fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0x660c6810 __tracepoint_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x6be098f7 __tracepoint_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0x6f9969e3 __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x7b1b25da __SCT__tp_func_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x7c87e02d __SCT__tp_func_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0x7d5d7e9d fscache_end_volume_access +EXPORT_SYMBOL fs/fscache/fscache 0x8b3f5a94 __fscache_begin_read_operation +EXPORT_SYMBOL fs/fscache/fscache 0x8c2d6da7 fscache_clearance_waiters +EXPORT_SYMBOL fs/fscache/fscache 0x90d447f3 fscache_n_culled +EXPORT_SYMBOL fs/fscache/fscache 0x91e62f1b fscache_withdraw_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x9ffefcb2 fscache_n_read +EXPORT_SYMBOL fs/fscache/fscache 0xae21624b __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0xae6040a5 __traceiter_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0xbca46908 fscache_wq +EXPORT_SYMBOL fs/fscache/fscache 0xc662b83a __fscache_clear_page_bits +EXPORT_SYMBOL fs/fscache/fscache 0xc6bc55c0 __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xcce11a60 fscache_n_no_write_space +EXPORT_SYMBOL fs/fscache/fscache 0xcefbc099 __SCK__tp_func_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0xd449da8b __SCK__tp_func_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0xd4a01663 fscache_get_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xd75f09e5 __fscache_use_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xd8c6712a __fscache_begin_write_operation +EXPORT_SYMBOL fs/fscache/fscache 0xdcb87498 __traceiter_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0xdddbf504 fscache_resume_after_invalidation +EXPORT_SYMBOL fs/fscache/fscache 0xe30fa455 fscache_put_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xe6e20571 fscache_add_cache +EXPORT_SYMBOL fs/netfs/netfs 0x06ec7a33 netfs_read_folio +EXPORT_SYMBOL fs/netfs/netfs 0x49c349d1 netfs_readahead +EXPORT_SYMBOL fs/netfs/netfs 0x89115fe3 netfs_write_begin +EXPORT_SYMBOL fs/netfs/netfs 0xc7de6313 netfs_stats_show +EXPORT_SYMBOL fs/netfs/netfs 0xeb785f4f netfs_subreq_terminated +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x2ef703f6 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x36e59f2a qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x6cdc0fc0 qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xc303f1e2 qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0xd42e89dc qtree_get_next_id +EXPORT_SYMBOL fs/quota/quota_tree 0xf78b9cb7 qtree_delete_dquot +EXPORT_SYMBOL lib/crc-itu-t 0x09a34a2b crc_itu_t +EXPORT_SYMBOL lib/crc-itu-t 0xd819a524 crc_itu_t_table +EXPORT_SYMBOL lib/crc7 0x65aaf037 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc7 0xba55d23e crc7_be +EXPORT_SYMBOL lib/crc8 0x9c5d5b94 crc8 +EXPORT_SYMBOL lib/crc8 0xaa8106bc crc8_populate_msb +EXPORT_SYMBOL lib/crc8 0xc3cd034d crc8_populate_lsb +EXPORT_SYMBOL lib/crypto/libarc4 0x2bb32ad1 arc4_setkey +EXPORT_SYMBOL lib/crypto/libarc4 0xcd47fcc4 arc4_crypt +EXPORT_SYMBOL lib/crypto/libchacha 0xcec122d7 chacha_crypt_generic +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x147c3f2e chacha20poly1305_encrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x521c7102 xchacha20poly1305_decrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x6c713da5 chacha20poly1305_encrypt_sg_inplace +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x916491ac chacha20poly1305_decrypt_sg_inplace +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0xc20134e7 chacha20poly1305_decrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0xce15a526 xchacha20poly1305_encrypt +EXPORT_SYMBOL lib/crypto/libcurve25519-generic 0x12627f15 curve25519_generic +EXPORT_SYMBOL lib/crypto/libcurve25519-generic 0x4a5a8811 curve25519_null_point +EXPORT_SYMBOL lib/crypto/libcurve25519-generic 0x7e6fdbfc curve25519_base_point +EXPORT_SYMBOL lib/crypto/libpoly1305 0x021f3700 poly1305_core_blocks +EXPORT_SYMBOL lib/crypto/libpoly1305 0xbcb90cb3 poly1305_core_emit +EXPORT_SYMBOL lib/crypto/libpoly1305 0xd45b9cf4 poly1305_core_setkey +EXPORT_SYMBOL lib/libcrc32c 0xb15b4109 crc32c +EXPORT_SYMBOL lib/lru_cache 0x0cb562e6 lc_put +EXPORT_SYMBOL lib/lru_cache 0x12de578e lc_committed +EXPORT_SYMBOL lib/lru_cache 0x1d2ebc6a lc_get +EXPORT_SYMBOL lib/lru_cache 0x2675693b lc_del +EXPORT_SYMBOL lib/lru_cache 0x719eb5c8 lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0x75e88edc lc_destroy +EXPORT_SYMBOL lib/lru_cache 0x96d40a48 lc_try_get +EXPORT_SYMBOL lib/lru_cache 0xa79000a0 lc_is_used +EXPORT_SYMBOL lib/lru_cache 0xaeb959aa lc_create +EXPORT_SYMBOL lib/lru_cache 0xbf18a077 lc_reset +EXPORT_SYMBOL lib/lru_cache 0xc4d8d7a4 lc_find +EXPORT_SYMBOL lib/lru_cache 0xdbdee578 lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0xdebf90ce lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0xf0e20f9b lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0xfba16232 lc_get_cumulative +EXPORT_SYMBOL lib/lz4/lz4_compress 0x4f4d78c5 LZ4_compress_default +EXPORT_SYMBOL lib/lz4/lz4_compress 0x5bc92e85 LZ4_compress_destSize +EXPORT_SYMBOL lib/lz4/lz4_compress 0x6004858d LZ4_compress_fast +EXPORT_SYMBOL lib/lz4/lz4_compress 0x635ff76d LZ4_saveDict +EXPORT_SYMBOL lib/lz4/lz4_compress 0x749849d8 LZ4_loadDict +EXPORT_SYMBOL lib/lz4/lz4_compress 0xf9eced44 LZ4_compress_fast_continue +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x38f7b6e0 LZ4_compress_HC_continue +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x93ff008c LZ4_loadDictHC +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x9cef495b LZ4_saveDictHC +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0xddf86133 LZ4_compress_HC +EXPORT_SYMBOL lib/math/cordic 0x7e431c15 cordic_calc_iq +EXPORT_SYMBOL lib/objagg 0x0363233d objagg_obj_raw +EXPORT_SYMBOL lib/objagg 0x23865923 objagg_destroy +EXPORT_SYMBOL lib/objagg 0x24ca5ca9 objagg_obj_root_priv +EXPORT_SYMBOL lib/objagg 0x342aefe2 objagg_obj_delta_priv +EXPORT_SYMBOL lib/objagg 0x352633f4 objagg_hints_stats_get +EXPORT_SYMBOL lib/objagg 0x3c58e78f objagg_hints_put +EXPORT_SYMBOL lib/objagg 0x6691f29d objagg_obj_put +EXPORT_SYMBOL lib/objagg 0x679e8cc2 objagg_create +EXPORT_SYMBOL lib/objagg 0xb17ab162 objagg_obj_get +EXPORT_SYMBOL lib/objagg 0xdaa3ee68 objagg_stats_get +EXPORT_SYMBOL lib/objagg 0xf5511527 objagg_stats_put +EXPORT_SYMBOL lib/objagg 0xfaa9d1a8 objagg_hints_get +EXPORT_SYMBOL lib/parman 0x0f518717 parman_prio_init +EXPORT_SYMBOL lib/parman 0x7b03d378 parman_item_add +EXPORT_SYMBOL lib/parman 0x8b7e26f5 parman_item_remove +EXPORT_SYMBOL lib/parman 0xc3e2d892 parman_create +EXPORT_SYMBOL lib/parman 0xc6a3d260 parman_prio_fini +EXPORT_SYMBOL lib/parman 0xca39ae6a parman_destroy +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0b2c64a3 raid6_vgfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x17f54263 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x59a2712d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0xb0d904b7 raid6_empty_zero_page +EXPORT_SYMBOL lib/raid6/raid6_pq 0xc8e3332b raid6_gflog +EXPORT_SYMBOL lib/raid6/raid6_pq 0xcc4ee841 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd91319d6 raid6_gfmul +EXPORT_SYMBOL net/6lowpan/6lowpan 0x1caba833 lowpan_nhc_del +EXPORT_SYMBOL net/6lowpan/6lowpan 0x6cd1235b lowpan_register_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0x76623d61 lowpan_unregister_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0x7a0972f4 lowpan_register_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0x7b5da661 lowpan_nhc_add +EXPORT_SYMBOL net/6lowpan/6lowpan 0xbd1cfd32 lowpan_unregister_netdevice +EXPORT_SYMBOL net/802/p8022 0x168f6698 unregister_8022_client +EXPORT_SYMBOL net/802/p8022 0xc73ab329 register_8022_client +EXPORT_SYMBOL net/802/psnap 0x79a3eb37 unregister_snap_client +EXPORT_SYMBOL net/802/psnap 0xcb0e61a9 register_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x00350b70 __SCK__tp_func_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0x03baaddd p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0x04fd4f7d p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0x087641f7 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x092c1043 p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0x0d4fe1d7 p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0x11c333f2 p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0x12154b1f p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0x1be54fde do_trace_9p_fid_get +EXPORT_SYMBOL net/9p/9pnet 0x2fd823de p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x3a01123d p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x3e51b18f p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0x3eaf297f p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0x41ce9823 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0x4b8c104f p9_req_put +EXPORT_SYMBOL net/9p/9pnet 0x4ba99359 p9_fcall_fini +EXPORT_SYMBOL net/9p/9pnet 0x568a5ec5 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0x60eb2dbc p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0x68793347 p9_show_client_options +EXPORT_SYMBOL net/9p/9pnet 0x6aa26403 p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x6b45095e p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0x6d3c8690 p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0x6e0a5fbb p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x761cad64 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x78d10e65 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0x7e82471d p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x802610c1 p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0x806b32aa p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0x80ad32a2 p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0x82a52d31 p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0x865c587f v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0x95bd8f96 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x9b008b35 __traceiter_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0x9ff939a1 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xa0c40f53 p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0xae1f24f5 p9_client_read_once +EXPORT_SYMBOL net/9p/9pnet 0xb798a888 __SCT__tp_func_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xb8534821 p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0xbd8b6617 p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0xbf0b73a8 v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0xc2982a37 p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0xc5c5ab08 v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0xc5dd07a9 p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0xcebf721a p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0xd384c683 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0xdb9d2355 v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0xdccc896d __tracepoint_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xe484e57e p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xecfcc3e2 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0xee1fc43d do_trace_9p_fid_put +EXPORT_SYMBOL net/9p/9pnet 0xf36f442d p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xf84285dd p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0xf96db839 p9_client_create +EXPORT_SYMBOL net/appletalk/appletalk 0x2762b3ca alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0x30102289 atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0x57fbaa8d aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0x87350526 atalk_find_dev_addr +EXPORT_SYMBOL net/atm/atm 0x012e530b atm_charge +EXPORT_SYMBOL net/atm/atm 0x038256b4 deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x1c56da87 vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x310c8b00 register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x3f45e133 atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0x4377a853 atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x44c6e633 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0x50cdfa0b atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0x650b8551 atm_dev_register +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xa58cac9c vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xab81e7e0 atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0xbb04946f atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0xd81eeccd atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0xdc31572c vcc_release_async +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/ax25/ax25 0x14cb9941 ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0x14cecd59 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x5eac485a ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0x61385577 ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0x9b2d8617 ax25_ip_xmit +EXPORT_SYMBOL net/ax25/ax25 0xa3ea5ed3 ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0xb0aa3192 ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xc91227ee ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xee02e420 ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0xef33f544 ax25_header_ops +EXPORT_SYMBOL net/bluetooth/bluetooth 0x021dc3a0 __hci_cmd_sync_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0718b8b7 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0f808cd7 __hci_cmd_send +EXPORT_SYMBOL net/bluetooth/bluetooth 0x115979b5 l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x159da05b hci_mgmt_chan_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1f86e7fe bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0x20bd2549 hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0x214e4265 bt_warn +EXPORT_SYMBOL net/bluetooth/bluetooth 0x35699da0 hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x38c62e2b hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0x408da1c1 hci_alloc_dev_priv +EXPORT_SYMBOL net/bluetooth/bluetooth 0x47de6a63 hci_devcd_complete +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4ab3f4cd hci_devcd_append +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4e57ace8 __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4ebe95fc hci_devcd_append_pattern +EXPORT_SYMBOL net/bluetooth/bluetooth 0x520f6e15 hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x524b942f __hci_cmd_sync_status +EXPORT_SYMBOL net/bluetooth/bluetooth 0x554af7aa bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5722bae3 bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0x64336b1c l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0x69323b35 hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6a88c73c bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6d18b620 hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6ed1b711 hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x76fa70a5 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7aad008b bt_to_errno +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7b289e5e hci_devcd_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7b5ce5c3 baswap +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7b8c32f1 bt_err +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7bd9427a bt_status +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7e1348ec bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8594ab06 hci_mgmt_chan_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x91ca340e __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9461a02c bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x972e5f13 hci_cmd_sync_queue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x98d58150 bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9970e178 l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x99715902 l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9f14e194 l2cap_chan_close +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa36d67be hci_devcd_rx +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa60137a1 hci_devcd_timeout +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa7433959 hci_reset_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa96c8517 hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb0633fea hci_set_hw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb29b3e12 hci_devcd_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbe1727b1 bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xca5c6b6c hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcd3c9f02 bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0xce5b66e9 hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0xced5f1c0 hci_devcd_abort +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd62faf94 bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd7613212 bt_err_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xddacccf6 bt_warn_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe4e02a7e hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe67812c8 hci_set_fw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe71a25a9 bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe7c0636f l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0xec996c12 hci_cmd_sync_cancel +EXPORT_SYMBOL net/bluetooth/bluetooth 0xecc62d32 hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xefa2a624 hci_recv_diag +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf136630c bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf347d502 hci_cmd_sync_submit +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf6790e51 bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf8c9ddbe bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfc30f9af hci_release_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xff6e9a4f __hci_cmd_sync_status_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0xffc3ad3d bt_sock_poll +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x300fef79 ebt_unregister_table_pre_exit +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x47611e7a ebt_register_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x5a6271bb ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x5e153239 ebt_unregister_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xa2e34035 ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xd4af6a7d ebt_unregister_table +EXPORT_SYMBOL net/caif/caif 0x0dcbdf6d cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt +EXPORT_SYMBOL net/caif/caif 0x2a09f713 cfpkt_fromnative +EXPORT_SYMBOL net/caif/caif 0x329dbd06 cfpkt_info +EXPORT_SYMBOL net/caif/caif 0x38701a7c cfcnfg_del_phy_layer +EXPORT_SYMBOL net/caif/caif 0x3fa84493 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x40babbe0 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xaf4ba259 caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xd1e9d7bc get_cfcnfg +EXPORT_SYMBOL net/caif/caif 0xed083b84 caif_connect_client +EXPORT_SYMBOL net/caif/caif 0xf82b4d18 caif_disconnect_client +EXPORT_SYMBOL net/can/can 0x00172e8e can_sock_destruct +EXPORT_SYMBOL net/can/can 0x17ca31ea can_rx_register +EXPORT_SYMBOL net/can/can 0x51d504ad can_proto_unregister +EXPORT_SYMBOL net/can/can 0x787f934e can_rx_unregister +EXPORT_SYMBOL net/can/can 0xcdf69936 can_proto_register +EXPORT_SYMBOL net/can/can 0xde7fff09 can_send +EXPORT_SYMBOL net/ceph/libceph 0x0382881e ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x04cad6f0 ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x05f63f10 ceph_osdc_get_request +EXPORT_SYMBOL net/ceph/libceph 0x06d59154 __ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x0a82e5d7 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x0d43ba6f ceph_client_gid +EXPORT_SYMBOL net/ceph/libceph 0x0eb13fa9 osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0x11c28d42 ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0x1378aba3 ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0x148d52b6 ceph_osdc_cancel_request +EXPORT_SYMBOL net/ceph/libceph 0x15783587 ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x165b1948 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0x17c17611 ceph_pg_to_acting_primary +EXPORT_SYMBOL net/ceph/libceph 0x17ef3641 __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x1ac7055a ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0x1b6ff365 ceph_cls_assert_locked +EXPORT_SYMBOL net/ceph/libceph 0x2087719e ceph_oid_copy +EXPORT_SYMBOL net/ceph/libceph 0x2101cbc9 ceph_oid_destroy +EXPORT_SYMBOL net/ceph/libceph 0x226ae57a osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0x28dfbf14 ceph_osdc_unwatch +EXPORT_SYMBOL net/ceph/libceph 0x2a983d26 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x2cb1df05 ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0x2cba4c01 osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x2f05a37e ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x2f46f8fe ceph_reset_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x2f67152f ceph_auth_handle_bad_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x303c8458 osd_req_op_extent_osd_data_bvec_pos +EXPORT_SYMBOL net/ceph/libceph 0x38f2d94e ceph_file_to_extents +EXPORT_SYMBOL net/ceph/libceph 0x3a256b6c ceph_osdc_call +EXPORT_SYMBOL net/ceph/libceph 0x3a403eb8 osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0x3c8d7111 ceph_get_num_objects +EXPORT_SYMBOL net/ceph/libceph 0x3f1c9a67 ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x417a9131 ceph_oloc_destroy +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x4868651b ceph_wait_for_latest_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x4897a80b ceph_cls_unlock +EXPORT_SYMBOL net/ceph/libceph 0x4affd6c2 ceph_parse_fsid +EXPORT_SYMBOL net/ceph/libceph 0x4b43212d ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x4d87e855 ceph_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x4e54e439 ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x50603ce3 ceph_decode_entity_addrvec +EXPORT_SYMBOL net/ceph/libceph 0x52e4a48e ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0x52f2632a osd_req_op_xattr_init +EXPORT_SYMBOL net/ceph/libceph 0x556443f6 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x594d9b4b ceph_print_client_options +EXPORT_SYMBOL net/ceph/libceph 0x5aeeee62 ceph_oid_aprintf +EXPORT_SYMBOL net/ceph/libceph 0x5c10fdb5 osd_req_op_copy_from_init +EXPORT_SYMBOL net/ceph/libceph 0x5c26af9a osd_req_op_extent_osd_iter +EXPORT_SYMBOL net/ceph/libceph 0x5e3c8f28 ceph_cls_break_lock +EXPORT_SYMBOL net/ceph/libceph 0x5ee0be16 ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x6205c7c7 ceph_osdc_update_epoch_barrier +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x652988dd ceph_osdc_list_watchers +EXPORT_SYMBOL net/ceph/libceph 0x66b85c8f ceph_monc_got_map +EXPORT_SYMBOL net/ceph/libceph 0x6706f596 ceph_parse_param +EXPORT_SYMBOL net/ceph/libceph 0x677643e2 ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0x6831a171 ceph_auth_handle_svc_reply_more +EXPORT_SYMBOL net/ceph/libceph 0x6a7a38a0 ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x6bbf9db9 ceph_monc_blocklist_add +EXPORT_SYMBOL net/ceph/libceph 0x6d374651 ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x726c5cdc ceph_monc_get_version_async +EXPORT_SYMBOL net/ceph/libceph 0x73cedfbd osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0x7c07e447 ceph_monc_get_version +EXPORT_SYMBOL net/ceph/libceph 0x7c522f57 ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0x7d82873c ceph_osdc_notify +EXPORT_SYMBOL net/ceph/libceph 0x7d8a9d77 ceph_cls_lock_info +EXPORT_SYMBOL net/ceph/libceph 0x82c132f1 ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0x841b6428 __ceph_alloc_sparse_ext_map +EXPORT_SYMBOL net/ceph/libceph 0x85583baf ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x86fca7e4 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x8a075edb ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0x8b142eb9 osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x8c74b47e ceph_osdc_alloc_messages +EXPORT_SYMBOL net/ceph/libceph 0x8dee2a28 ceph_msg_get +EXPORT_SYMBOL net/ceph/libceph 0x90b3ac84 osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x91daa72b ceph_osdc_notify_ack +EXPORT_SYMBOL net/ceph/libceph 0x92b7b4ce ceph_pg_pool_flags +EXPORT_SYMBOL net/ceph/libceph 0x9729a9c7 osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x98755f08 ceph_parse_mon_ips +EXPORT_SYMBOL net/ceph/libceph 0x987d3968 ceph_alloc_options +EXPORT_SYMBOL net/ceph/libceph 0x9bc6b539 ceph_find_or_create_string +EXPORT_SYMBOL net/ceph/libceph 0x9ca95932 ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x9fbba67f ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0x9fefa3cb ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0xa2a4f257 ceph_auth_handle_svc_reply_done +EXPORT_SYMBOL net/ceph/libceph 0xa42cff23 ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0xa698f998 ceph_free_lockers +EXPORT_SYMBOL net/ceph/libceph 0xa75e8b86 ceph_monc_want_map +EXPORT_SYMBOL net/ceph/libceph 0xa945c167 ceph_osdc_clear_abort_err +EXPORT_SYMBOL net/ceph/libceph 0xacccf3ff ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0xad3167de ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0xad703657 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb55b2386 ceph_cls_set_cookie +EXPORT_SYMBOL net/ceph/libceph 0xb6dfc79d osd_req_op_extent_osd_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0xb72ad478 ceph_cls_lock +EXPORT_SYMBOL net/ceph/libceph 0xb72c162e ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xbd2f79ae ceph_oloc_copy +EXPORT_SYMBOL net/ceph/libceph 0xbda470e8 ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0xbda5ae83 ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0xbe3879aa ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xbe7353e9 ceph_monc_renew_subs +EXPORT_SYMBOL net/ceph/libceph 0xc173ceb3 ceph_msg_new2 +EXPORT_SYMBOL net/ceph/libceph 0xc19bbf19 ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0xc1d919b4 ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0xc2022127 ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0xc366bfa1 ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0xc6e2b2a1 ceph_msg_data_add_bvecs +EXPORT_SYMBOL net/ceph/libceph 0xc7c83b94 ceph_osdc_watch +EXPORT_SYMBOL net/ceph/libceph 0xc9fc09d1 ceph_auth_add_authorizer_challenge +EXPORT_SYMBOL net/ceph/libceph 0xca80437b ceph_extent_to_file +EXPORT_SYMBOL net/ceph/libceph 0xcbb70e34 ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0xcfa5f0ef ceph_osdc_maybe_request_map +EXPORT_SYMBOL net/ceph/libceph 0xd0237a79 ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xd09adce8 ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xd1379b73 ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0xd464dbd1 osd_req_op_extent_dup_last +EXPORT_SYMBOL net/ceph/libceph 0xd4d736db ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0xd4eb7735 ceph_decode_entity_addr +EXPORT_SYMBOL net/ceph/libceph 0xda6ee37f ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0xdb6b7dc7 osd_req_op_cls_request_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0xdba4cb91 ceph_osdc_put_request +EXPORT_SYMBOL net/ceph/libceph 0xde3c332f ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xdf6ef4a1 ceph_oid_printf +EXPORT_SYMBOL net/ceph/libceph 0xdfc091f9 ceph_entity_type_name +EXPORT_SYMBOL net/ceph/libceph 0xdfe4532d osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0xe34a59f2 ceph_object_locator_to_pg +EXPORT_SYMBOL net/ceph/libceph 0xe3c026ba ceph_msg_put +EXPORT_SYMBOL net/ceph/libceph 0xe76e7226 ceph_pagelist_alloc +EXPORT_SYMBOL net/ceph/libceph 0xea378f6c osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0xec718e67 ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0xee120c03 ceph_release_string +EXPORT_SYMBOL net/ceph/libceph 0xeef6cfa3 ceph_iterate_extents +EXPORT_SYMBOL net/ceph/libceph 0xefce3c3b ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0xefce991c ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0xf03fe862 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0xf16ecbd4 osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xf254297e ceph_addr_is_blank +EXPORT_SYMBOL net/ceph/libceph 0xf57e5b36 ceph_osdc_abort_requests +EXPORT_SYMBOL net/ceph/libceph 0xf6652ccb ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xf9c269c2 ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0xfbd637bf osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0xfe6a7462 osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0xfe8c6435 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xfece803c ceph_destroy_client +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x1d6ba790 dccp_req_err +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xa09a9b6a dccp_syn_ack_timeout +EXPORT_SYMBOL net/hsr/hsr 0xcfbab513 hsr_get_version +EXPORT_SYMBOL net/hsr/hsr 0xeaad6ff5 is_hsr_master +EXPORT_SYMBOL net/ieee802154/ieee802154 0x47f37fe6 wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0x5d665304 wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0x89c45cf1 wpan_phy_new +EXPORT_SYMBOL net/ieee802154/ieee802154 0xad9554cc wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0xbc6975d7 wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0xe553d4d8 wpan_phy_free +EXPORT_SYMBOL net/ipv4/fou 0x1757d1a4 fou_encap_hlen +EXPORT_SYMBOL net/ipv4/fou 0x2b20c1c4 __fou_build_header +EXPORT_SYMBOL net/ipv4/fou 0xe1e844f3 __gue_build_header +EXPORT_SYMBOL net/ipv4/fou 0xf13914b3 gue_encap_hlen +EXPORT_SYMBOL net/ipv4/gre 0x183f214c gre_parse_header +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x51977984 ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x55bba911 ip_tunnel_encap_add_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xd2d4ffd2 ip_tunnel_encap_del_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xdc9df0b8 ip_tunnel_get_iflink +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xed8940f5 ip_tunnel_md_udp_encap +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x1a4647c5 arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x64bff6f6 arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x7870f33e arpt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xe136f0fe arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x304f8fa1 ipt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xb16ed640 ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xe88c0a5b ipt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xf113a864 ipt_unregister_table_exit +EXPORT_SYMBOL net/ipv4/tunnel4 0x9d278d92 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/tunnel4 0xe38c8079 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/udp_tunnel 0x1b19a36b udp_sock_create4 +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x22e1170e ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x8e713e81 ip6_tnl_get_link_net +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xb2a4faa6 ip6_tnl_rcv +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xbe46388e ip6_tnl_change_mtu +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xcf575006 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xd356bb98 ip6_tnl_encap_add_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xee209596 ip6_tnl_get_iflink +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xfbe7ab0a ip6_tnl_xmit +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xfc2e5c85 ip6_tnl_encap_del_ops +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x0b2717e2 ip6t_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x573d64a0 ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x8a4e26d2 ip6t_unregister_table_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xc5359b66 ip6t_register_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x16988eba xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/tunnel6 0x189c468a xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x0e3f6f89 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x3628fbe2 xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/lapb/lapb 0x5da17333 lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0x6223365c lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0x71f6ed12 lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0x7838cd81 lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0x85db0f3e lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0x90c62b17 lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0x985bceb5 lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0xb73c3b46 lapb_register +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x49746df8 llc_sap_find +EXPORT_SYMBOL net/llc/llc 0x4f9baf71 llc_sap_open +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x690698ce llc_add_pack +EXPORT_SYMBOL net/llc/llc 0x7cd0f46c llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0x9119b4c2 llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0x9c4b72bb llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0xbb7b1cf5 llc_sap_close +EXPORT_SYMBOL net/mac80211/mac80211 0x014f09c2 ieee80211_tx_status_ext +EXPORT_SYMBOL net/mac80211/mac80211 0x03e44ba8 ieee80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x0462cdc2 ieee80211_sta_register_airtime +EXPORT_SYMBOL net/mac80211/mac80211 0x0a8ce64d ieee80211_sta_uapsd_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x0d9a901e ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0x0fbb2ec1 ieee80211_beacon_update_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0x100d379e ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0x12115f6a ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x13d3f41a ieee80211_txq_airtime_check +EXPORT_SYMBOL net/mac80211/mac80211 0x14119020 ieee80211_rx_ba_timer_expired +EXPORT_SYMBOL net/mac80211/mac80211 0x19c14803 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x19f37f0d ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x1cf75d45 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x1e771180 ieee80211_tx_rate_update +EXPORT_SYMBOL net/mac80211/mac80211 0x1ed5d87f ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x22069fb6 ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x22b57c3b ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x28b210fe ieee80211_txq_get_depth +EXPORT_SYMBOL net/mac80211/mac80211 0x2952af68 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x2956105a ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0x29b3ab3c ieee80211_tx_dequeue +EXPORT_SYMBOL net/mac80211/mac80211 0x2b817cd9 ieee80211_manage_rx_ba_offl +EXPORT_SYMBOL net/mac80211/mac80211 0x2c792b98 ieee80211_beacon_free_ema_list +EXPORT_SYMBOL net/mac80211/mac80211 0x2df67987 ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0x2e2e7a60 ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0x2e896609 ieee80211_txq_may_transmit +EXPORT_SYMBOL net/mac80211/mac80211 0x3167535b ieee80211_beacon_cntdwn_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x31ae280c __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x31aff54f ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x326001d4 ieee80211_beacon_get_template_ema_index +EXPORT_SYMBOL net/mac80211/mac80211 0x34c28e5e ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x35640e34 ieee80211_mark_rx_ba_filtered_frames +EXPORT_SYMBOL net/mac80211/mac80211 0x3706a627 ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x391eda45 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0x3a3fbe07 ieee80211_refresh_tx_agg_session_timer +EXPORT_SYMBOL net/mac80211/mac80211 0x3aa4178e __ieee80211_schedule_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x3da64509 ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x3f003307 __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x4268f351 ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0x46087779 ieee80211_beacon_set_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0x46c01b59 ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0x4724308e ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0x480ea961 ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0x483c43f5 ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0x4a8d232d ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x4b618b93 ieee80211_nan_func_match +EXPORT_SYMBOL net/mac80211/mac80211 0x4fee888f ieee80211_rx_napi +EXPORT_SYMBOL net/mac80211/mac80211 0x50780d39 ieee80211_tdls_oper_request +EXPORT_SYMBOL net/mac80211/mac80211 0x50d378ac ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x534dbe06 ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0x5520f1c3 ieee80211_channel_switch_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0x56e90605 ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x57cc6683 ieee80211_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0x5c48a780 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0x5c826a47 ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x5cd5e1f6 ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0x5f41d730 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x6211018e ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x63899659 ieee80211_txq_schedule_start +EXPORT_SYMBOL net/mac80211/mac80211 0x65209095 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x6d888e9a ieee80211_send_eosp_nullfunc +EXPORT_SYMBOL net/mac80211/mac80211 0x6e3230a7 ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x6e562f22 ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x733d3efb ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x73d8c09e ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x77fe2e76 ieee80211_sta_recalc_aggregates +EXPORT_SYMBOL net/mac80211/mac80211 0x7e1a07bc ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x7e8336a9 ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x7eb20a7c ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x7f245f58 ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x80437129 ieee80211_sta_pspoll +EXPORT_SYMBOL net/mac80211/mac80211 0x862c73c7 ieee80211_get_unsol_bcast_probe_resp_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0x87ec14e0 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x8eb5201b ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x90d6f88b ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0x91d52d16 ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0x9493a98d ieee80211_rx_list +EXPORT_SYMBOL net/mac80211/mac80211 0x95febea6 ieee80211_get_bssid +EXPORT_SYMBOL net/mac80211/mac80211 0x991a0ca0 ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x996160be ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x9b569077 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0xa997d9b0 rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0xac9a74cc ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0xaeb9a917 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xb71bea8a ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0xb87927d4 ieee80211_next_txq +EXPORT_SYMBOL net/mac80211/mac80211 0xbf1493c5 ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xc41e0f57 ieee80211_iter_keys_rcu +EXPORT_SYMBOL net/mac80211/mac80211 0xc4bc6914 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xc76bcfd8 ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0xc98caf58 ieee80211_get_fils_discovery_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0xc98e9de6 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0xcc9ce2d9 ieee80211_alloc_hw_nm +EXPORT_SYMBOL net/mac80211/mac80211 0xcd325796 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0xd080f60e ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0xd62ebee2 __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xd86e50f6 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0xda21c3ce ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xdac73922 ieee80211_unreserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0xdca365cb ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xe689a4f7 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xe700d929 ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0xef1afd83 ieee80211_handle_wake_tx_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xf3971e1e ieee80211_nan_func_terminated +EXPORT_SYMBOL net/mac80211/mac80211 0xf639c71c ieee80211_reserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0xf67a7c18 ieee80211_beacon_get_template_ema_list +EXPORT_SYMBOL net/mac80211/mac80211 0xfbe53d6f ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xfc8cb509 __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xfd9fc8cc wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xfe88c9e7 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac802154/mac802154 0x049dd129 ieee802154_alloc_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x0c08a960 ieee802154_xmit_error +EXPORT_SYMBOL net/mac802154/mac802154 0x22b0c45e ieee802154_unregister_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x43ecaf8c ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0x6cc358ce ieee802154_free_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x8d899846 ieee802154_register_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x9e83fbcd ieee802154_xmit_hw_error +EXPORT_SYMBOL net/mac802154/mac802154 0xd442ef87 ieee802154_configure_durations +EXPORT_SYMBOL net/mac802154/mac802154 0xf66f6e9d ieee802154_xmit_complete +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x300b56a8 ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x452d2b0e ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x48b838eb unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x5b039dc9 ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x69294341 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x80b84439 ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x81c159f8 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x8646e3e3 ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x9bbdc2db register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x9ece9e32 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xa51734f0 ip_vs_new_conn_out +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb9399362 register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xbb03b28d unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe6c8c6e6 ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf49b7c48 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x3b08a8f0 nf_ct_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x4f1df491 nf_ct_ext_add +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x89d99ee1 __nf_ct_ext_find +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0xf2a36612 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x042ad639 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0x0e951f53 nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x4669bafb nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0x6ba5e85b __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nft_fib 0x46170f23 nft_fib_policy +EXPORT_SYMBOL net/netfilter/x_tables 0x0d7f5fcd xt_alloc_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x1eb02627 xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x32f2a14e xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x3bf9d084 xt_check_table_hooks +EXPORT_SYMBOL net/netfilter/x_tables 0x42926786 xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x48012e28 xt_check_proc_name +EXPORT_SYMBOL net/netfilter/x_tables 0x4c594e13 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0x50873741 xt_compat_init_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x6b73433b xt_find_table +EXPORT_SYMBOL net/netfilter/x_tables 0x7444b11f xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0x977fd4bf xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xa25fc115 xt_compat_check_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0xb79d17cf xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0xbb87b485 xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0xcb3e91cc xt_counters_alloc +EXPORT_SYMBOL net/netfilter/x_tables 0xd605bcce xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xd87ae60d xt_check_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0xe204e042 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xf3ec521a xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xfef779fa xt_find_jump_offset +EXPORT_SYMBOL net/nfc/hci/hci 0x11670759 nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x329dbdad nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0x4645e01a nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x4c7d892b nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0x5d1d5269 nfc_llc_stop +EXPORT_SYMBOL net/nfc/hci/hci 0x63708169 nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0x69221316 nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x709c32a7 nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x74fe3670 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x7665e582 nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0x95aae451 nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0xa50401bb nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0xa786ae3e nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0xb6977bda nfc_hci_reset_pipes_per_host +EXPORT_SYMBOL net/nfc/hci/hci 0xbab31c4c nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0xc871458d nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0xc97400bb nfc_hci_reset_pipes +EXPORT_SYMBOL net/nfc/hci/hci 0xdd231c55 nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xe3760d1b nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0xe8d7302c nfc_llc_start +EXPORT_SYMBOL net/nfc/hci/hci 0xefe92842 nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0xf0a85250 nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0xfd29864b nfc_hci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0x137a9c0b nci_hci_clear_all_pipes +EXPORT_SYMBOL net/nfc/nci/nci 0x15b2324f nci_conn_max_data_pkt_payload_size +EXPORT_SYMBOL net/nfc/nci/nci 0x1fc0f8ba nci_req_complete +EXPORT_SYMBOL net/nfc/nci/nci 0x3b7d483a nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0x3c0ba671 nci_hci_open_pipe +EXPORT_SYMBOL net/nfc/nci/nci 0x4197c906 nci_hci_set_param +EXPORT_SYMBOL net/nfc/nci/nci 0x47a82f2b nci_core_reset +EXPORT_SYMBOL net/nfc/nci/nci 0x6026d05f nci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x60954dae nci_send_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x70b879ba nci_core_conn_close +EXPORT_SYMBOL net/nfc/nci/nci 0x711e4a11 nci_core_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x7641015f nci_nfcc_loopback +EXPORT_SYMBOL net/nfc/nci/nci 0x779082ea nci_core_init +EXPORT_SYMBOL net/nfc/nci/nci 0x7b14b698 nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0x8cef7578 nci_nfcee_discover +EXPORT_SYMBOL net/nfc/nci/nci 0x9b380aa9 nci_hci_connect_gate +EXPORT_SYMBOL net/nfc/nci/nci 0xa8b1c194 nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0xafc84802 nci_prop_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xb74d1f06 nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xbe3a6152 nci_hci_dev_session_init +EXPORT_SYMBOL net/nfc/nci/nci 0xca86e564 nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0xca880b36 nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0xcfbe8607 nci_nfcee_mode_set +EXPORT_SYMBOL net/nfc/nci/nci 0xd0c343f4 nci_hci_send_event +EXPORT_SYMBOL net/nfc/nci/nci 0xde0fe8ed nci_core_conn_create +EXPORT_SYMBOL net/nfc/nci/nci 0xe44b75f6 nci_send_data +EXPORT_SYMBOL net/nfc/nci/nci 0xe959491c nci_hci_get_param +EXPORT_SYMBOL net/nfc/nci/nci 0xf0f948de nci_get_conn_info_by_dest_type_params +EXPORT_SYMBOL net/nfc/nci/nci 0xfbc0adec nci_hci_send_cmd +EXPORT_SYMBOL net/nfc/nfc 0x1017aed4 nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x12f958a3 nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0x13ecbc40 nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x16dd49b8 __nfc_alloc_vendor_cmd_reply_skb +EXPORT_SYMBOL net/nfc/nfc 0x182c0e8e nfc_class +EXPORT_SYMBOL net/nfc/nfc 0x1dea7d5e nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0x25fcd5f0 nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0x2d0ba649 nfc_se_connectivity +EXPORT_SYMBOL net/nfc/nfc 0x428f9631 nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0x4dafd7d9 nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0x4f25c3ee nfc_se_transaction +EXPORT_SYMBOL net/nfc/nfc 0x57b1d523 nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0x5eba8107 nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0x870403e2 nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0x927377d9 nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0x953542d8 nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0xa09b5d66 nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0xa669e074 nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0xa7e79be9 nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0xb2ec28fd nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0xba9208bb nfc_vendor_cmd_reply +EXPORT_SYMBOL net/nfc/nfc 0xdd516458 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0xebb48f1b nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0xf0973176 nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0xf5960d0d nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc_digital 0xa00a09c2 nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xa15fa072 nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xc9d340d1 nfc_digital_allocate_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xfb218aaa nfc_digital_unregister_device +EXPORT_SYMBOL net/phonet/phonet 0x179a8fbb pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0x40a072ab phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0x633926fe pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0x7162f642 pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0x7c784dfa phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0x8e791d48 phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0xa89a6990 phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0xe9823cff pn_sock_hash +EXPORT_SYMBOL net/rxrpc/rxrpc 0x23dc7852 rxrpc_kernel_set_max_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x285f8577 rxrpc_kernel_put_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x31bf3ca3 rxrpc_debug_id +EXPORT_SYMBOL net/rxrpc/rxrpc 0x4a8d7ba8 rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x5d3e51ca rxrpc_kernel_charge_accept +EXPORT_SYMBOL net/rxrpc/rxrpc 0x5f8f6a3a rxrpc_kernel_get_srtt +EXPORT_SYMBOL net/rxrpc/rxrpc 0x77fb42ff rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0xc5a6aeff rxrpc_sock_set_min_security_level +EXPORT_SYMBOL net/rxrpc/rxrpc 0xce020c41 rxrpc_kernel_get_peer +EXPORT_SYMBOL net/rxrpc/rxrpc 0xdadfbd52 rxrpc_kernel_shutdown_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xdc605738 rxrpc_kernel_recv_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0xde8b37de rxrpc_kernel_get_epoch +EXPORT_SYMBOL net/rxrpc/rxrpc 0xe84e8859 rxrpc_sock_set_security_keyring +EXPORT_SYMBOL net/rxrpc/rxrpc 0xee1ddc8f rxrpc_kernel_check_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0xef010c89 rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xefb78e89 rxrpc_kernel_new_call_notification +EXPORT_SYMBOL net/rxrpc/rxrpc 0xeffd6d5a rxrpc_kernel_set_tx_length +EXPORT_SYMBOL net/rxrpc/rxrpc 0xf0506f55 rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0xf0ade39d key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/rxrpc 0xfbde371f rxrpc_get_null_key +EXPORT_SYMBOL net/sctp/sctp 0xd1573624 sctp_do_peeloff +EXPORT_SYMBOL net/smc/smc 0x1e612b77 __SCT__tp_func_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0x2de8d0ff __tracepoint_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0x3ac4e1c7 __SCT__tp_func_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x3bcd3bb9 __SCT__tp_func_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0x4df153d1 __tracepoint_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x672c4163 __SCK__tp_func_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x6cabb496 __SCK__tp_func_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0x729b6e68 __traceiter_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x7784708d __traceiter_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0x87ccd0c7 __SCT__tp_func_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0x9b7854ce __tracepoint_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xb1a5467c __SCK__tp_func_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xbb36bf00 __traceiter_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xcf504e30 __tracepoint_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xe58d5c82 __SCK__tp_func_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xf2b9b4df __traceiter_smc_switch_to_fallback +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x2204e41b gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x701d365e gss_mech_get +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xd19368a7 gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/sunrpc 0x336e67e3 xdr_restrict_buflen +EXPORT_SYMBOL net/sunrpc/sunrpc 0x91525b26 xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0xc01e70d6 svc_pool_stats_open +EXPORT_SYMBOL net/tipc/tipc 0x1ec665b5 tipc_dump_start +EXPORT_SYMBOL net/tipc/tipc 0x3c978bd8 tipc_dump_done +EXPORT_SYMBOL net/tipc/tipc 0xcc087670 tipc_nl_sk_walk +EXPORT_SYMBOL net/tipc/tipc 0xdd190314 tipc_sk_fill_sock_diag +EXPORT_SYMBOL net/tls/tls 0x99c32e48 tls_get_record +EXPORT_SYMBOL net/wireless/cfg80211 0x00807562 cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x00fb7ca8 cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x01509341 get_wiphy_regdom +EXPORT_SYMBOL net/wireless/cfg80211 0x0159ca9d cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0x03ed6a7d cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x05324d82 cfg80211_nan_func_terminated +EXPORT_SYMBOL net/wireless/cfg80211 0x0573b5fd cfg80211_mgmt_tx_status_ext +EXPORT_SYMBOL net/wireless/cfg80211 0x06ca71fd cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0x0ad58624 cfg80211_sta_opmode_change_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x0cc95bc2 ieee80211_s1g_channel_width +EXPORT_SYMBOL net/wireless/cfg80211 0x0ccb2153 cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0x0e0c3710 cfg80211_sched_scan_stopped_locked +EXPORT_SYMBOL net/wireless/cfg80211 0x0e451042 cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x10bf0c39 cfg80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x117aca91 cfg80211_merge_profile +EXPORT_SYMBOL net/wireless/cfg80211 0x12f7c9b8 cfg80211_send_layer2_update +EXPORT_SYMBOL net/wireless/cfg80211 0x13c58e52 ieee80211_get_8023_tunnel_proto +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x1a487347 cfg80211_bss_flush +EXPORT_SYMBOL net/wireless/cfg80211 0x1b82a85a cfg80211_valid_disable_subchannel_bitmap +EXPORT_SYMBOL net/wireless/cfg80211 0x1bdfdfcb cfg80211_rx_mgmt_ext +EXPORT_SYMBOL net/wireless/cfg80211 0x1ce2497f reg_query_regdb_wmm +EXPORT_SYMBOL net/wireless/cfg80211 0x1e809ead cfg80211_ch_switch_started_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x2061aa80 cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x206f4a56 wiphy_new_nm +EXPORT_SYMBOL net/wireless/cfg80211 0x275269b3 ieee80211_ie_split_ric +EXPORT_SYMBOL net/wireless/cfg80211 0x2ceccf26 cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x2d0e9f77 ieee80211_is_valid_amsdu +EXPORT_SYMBOL net/wireless/cfg80211 0x3259bcda regulatory_pre_cac_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0x329dc66a cfg80211_register_netdevice +EXPORT_SYMBOL net/wireless/cfg80211 0x32e5611c cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x35118a40 cfg80211_external_auth_request +EXPORT_SYMBOL net/wireless/cfg80211 0x3643b80f ieee80211_chandef_to_operating_class +EXPORT_SYMBOL net/wireless/cfg80211 0x382bd460 cfg80211_iftype_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0x393b377b cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0x3aada100 cfg80211_bss_iter +EXPORT_SYMBOL net/wireless/cfg80211 0x3aca71a1 cfg80211_get_ies_channel_number +EXPORT_SYMBOL net/wireless/cfg80211 0x3bd68b4f cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0x3c744e95 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0x3c86019a cfg80211_sinfo_alloc_tid_stats +EXPORT_SYMBOL net/wireless/cfg80211 0x3cd334a1 cfg80211_inform_bss_data +EXPORT_SYMBOL net/wireless/cfg80211 0x429c0c31 ieee80211_bss_get_elem +EXPORT_SYMBOL net/wireless/cfg80211 0x43afadee ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x4449a6ea cfg80211_background_cac_abort +EXPORT_SYMBOL net/wireless/cfg80211 0x48191a93 wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0x4abed7d4 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x4f2ed15f cfg80211_reg_can_beacon_relax +EXPORT_SYMBOL net/wireless/cfg80211 0x55386b80 cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0x5584448a ieee80211_channel_to_freq_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x5798dd7c nl80211_send_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0x5fb7d09d cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x622a449c cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6b187f83 cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0x6bedf402 ieee80211_freq_khz_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x6e54b084 regulatory_set_wiphy_regd +EXPORT_SYMBOL net/wireless/cfg80211 0x708158b8 cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x71012676 cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x725a19b2 cfg80211_update_owe_info_event +EXPORT_SYMBOL net/wireless/cfg80211 0x7284e469 cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0x72e0d336 cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x734d04fa cfg80211_links_removed +EXPORT_SYMBOL net/wireless/cfg80211 0x74058119 cfg80211_get_iftype_ext_capa +EXPORT_SYMBOL net/wireless/cfg80211 0x7634b6b9 cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x79b67b4a wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0x79b82a71 cfg80211_find_vendor_elem +EXPORT_SYMBOL net/wireless/cfg80211 0x7acb86ed ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0x7b7f3ae9 regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0x7c3ac925 ieee80211_get_vht_max_nss +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x818e469c cfg80211_get_drvinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x85de3f6f wiphy_delayed_work_timer +EXPORT_SYMBOL net/wireless/cfg80211 0x89064378 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0x8adbf215 cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x8cd0b21a ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x8f23f5db cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0x8fa02936 cfg80211_free_nan_func +EXPORT_SYMBOL net/wireless/cfg80211 0x903f1279 cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0x905eb352 cfg80211_connect_done +EXPORT_SYMBOL net/wireless/cfg80211 0x919fd1f0 cfg80211_control_port_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0x931f76bf cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x9362d251 cfg80211_assoc_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x96e5072f cfg80211_any_usable_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x98ec2a08 freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0x99b792f9 cfg80211_tx_mgmt_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x9bd08763 cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x9d6cba30 cfg80211_find_elem_match +EXPORT_SYMBOL net/wireless/cfg80211 0xa00ede13 cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xa176abfb wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0xa181bfbc ieee80211_data_to_8023_exthdr +EXPORT_SYMBOL net/wireless/cfg80211 0xa4f35d89 cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0xa7ac3d1e ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xa91bee75 ieee80211_get_channel_khz +EXPORT_SYMBOL net/wireless/cfg80211 0xaa171b3d cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0xab4a7452 cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xabd810d5 cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xaea9684b cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xb1554741 cfg80211_report_obss_beacon_khz +EXPORT_SYMBOL net/wireless/cfg80211 0xb2435469 cfg80211_rx_control_port +EXPORT_SYMBOL net/wireless/cfg80211 0xb4aaaece wdev_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0xb6aaab0d cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xb79a1420 cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0xbbe8baf9 cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xbc204c46 __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xbd0fa295 __cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0xbf16f610 cfg80211_inform_bss_frame_data +EXPORT_SYMBOL net/wireless/cfg80211 0xc012993b cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xc3091c5f cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0xc30bd204 cfg80211_nan_match +EXPORT_SYMBOL net/wireless/cfg80211 0xc3fb97ca ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0xc4b4fc27 cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0xc6fc609e __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xc7f5e387 cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0xc82d20c9 cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xc9b9da3c cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0xcc1a7c48 cfg80211_is_element_inherited +EXPORT_SYMBOL net/wireless/cfg80211 0xce780cbd cfg80211_del_sta_sinfo +EXPORT_SYMBOL net/wireless/cfg80211 0xd0bcf7b7 cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0xd1ca5d0a cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0xd56d55f3 ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xd6c87a05 cfg80211_defragment_element +EXPORT_SYMBOL net/wireless/cfg80211 0xd97eaad4 cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xdefadc3d ieee80211_strip_8023_mesh_hdr +EXPORT_SYMBOL net/wireless/cfg80211 0xe28f3a07 cfg80211_assoc_comeback +EXPORT_SYMBOL net/wireless/cfg80211 0xe7059c2a cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0xf067830d cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0xf0e0d452 cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xf189e8e1 __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xf2f8962b cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0xf40bc2f5 ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0xf4c4c796 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0xf5596d89 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0xf9fe94bb cfg80211_bss_color_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xfa321916 wiphy_rfkill_set_hw_state_reason +EXPORT_SYMBOL net/wireless/cfg80211 0xfbc42f20 cfg80211_port_authorized +EXPORT_SYMBOL net/wireless/cfg80211 0xfc6034c3 wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0xfdf2981d regulatory_set_wiphy_regd_sync +EXPORT_SYMBOL net/wireless/lib80211 0x25668ebb lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0x62504172 lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0x7511b0c5 lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x91206e06 lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xc49f0d6f lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0xd26c7568 lib80211_register_crypto_ops +EXPORT_SYMBOL sound/ac97_bus 0xa47b51fa ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0xc76b0c3e snd_mixer_oss_ioctl_card +EXPORT_SYMBOL sound/core/seq/snd-seq 0x1a724fcc snd_seq_kernel_client_ctl +EXPORT_SYMBOL sound/core/seq/snd-seq 0x22f0a89a snd_seq_create_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x23738926 snd_seq_dump_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0x3061c52d snd_use_lock_sync_helper +EXPORT_SYMBOL sound/core/seq/snd-seq 0x662d5738 snd_seq_kernel_client_enqueue +EXPORT_SYMBOL sound/core/seq/snd-seq 0x6857145e snd_seq_event_port_attach +EXPORT_SYMBOL sound/core/seq/snd-seq 0x6bb71038 snd_seq_delete_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7b8699eb snd_seq_event_port_detach +EXPORT_SYMBOL sound/core/seq/snd-seq 0x85cd59a8 snd_seq_kernel_client_dispatch +EXPORT_SYMBOL sound/core/seq/snd-seq 0xa6e19f8e snd_seq_expand_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0xb8e448a0 snd_seq_set_queue_tempo +EXPORT_SYMBOL sound/core/seq/snd-seq 0xc58af532 snd_seq_kernel_client_write_poll +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0x6ea09972 snd_midi_channel_alloc_set +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0x74769de9 snd_midi_process_event +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0x833a3e07 snd_midi_channel_set_clear +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0xb9948d2c snd_midi_channel_free_set +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x454224b1 snd_midi_event_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x70758652 snd_midi_event_encode_byte +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x7a3e0db5 snd_midi_event_no_status +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x8150b379 snd_midi_event_reset_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xb8620ad8 snd_midi_event_reset_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xdd935c83 snd_midi_event_free +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xe9e6c50c snd_midi_event_new +EXPORT_SYMBOL sound/core/seq/snd-seq-virmidi 0xdea55206 snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x03cf0924 snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0x05332e97 snd_jack_report +EXPORT_SYMBOL sound/core/snd 0x059f72df snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0x06c82822 snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0x18e1683f snd_dma_program +EXPORT_SYMBOL sound/core/snd 0x191e88cf snd_dma_pointer +EXPORT_SYMBOL sound/core/snd 0x198788b4 snd_lookup_oss_minor_data +EXPORT_SYMBOL sound/core/snd 0x1b900e80 snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0x2253655a snd_jack_new +EXPORT_SYMBOL sound/core/snd 0x22a981ae snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x2de22139 snd_jack_add_new_kctl +EXPORT_SYMBOL sound/core/snd 0x342a2354 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x44f9456a snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0x49d88519 snd_card_new +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x4e1dc468 _snd_ctl_add_follower +EXPORT_SYMBOL sound/core/snd 0x547ad2b7 snd_register_device +EXPORT_SYMBOL sound/core/snd 0x5d7d223e snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0x5fbe7295 snd_component_add +EXPORT_SYMBOL sound/core/snd 0x60b8a6b6 snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0x682e54b8 snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0x6d5f17f2 snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0x70c15ac1 snd_dma_disable +EXPORT_SYMBOL sound/core/snd 0x73076315 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0x78632a87 snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0x7bc7fb8d snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0x801d9111 snd_unregister_oss_device +EXPORT_SYMBOL sound/core/snd 0x80dc5b7a snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0x81e88ca6 snd_ctl_unregister_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x88a52e52 snd_device_register +EXPORT_SYMBOL sound/core/snd 0x8bdbdb71 snd_seq_root +EXPORT_SYMBOL sound/core/snd 0x8bfe93f5 snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x9970fded snd_device_free +EXPORT_SYMBOL sound/core/snd 0x9c7b2b9d snd_ctl_rename +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0x9f1eec83 snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0xa5df0909 snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0xac84f0b1 snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xbaecd0f8 snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0xc4c4c088 snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0xc5a6d10b release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0xc5e40a39 snd_info_register +EXPORT_SYMBOL sound/core/snd 0xc9586179 snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0xc9a07c41 snd_device_new +EXPORT_SYMBOL sound/core/snd 0xcc6a729f snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0xcf9e0f53 snd_ctl_register_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0xd2717b68 snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0xd3e1c352 snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0xd58981e2 snd_card_free +EXPORT_SYMBOL sound/core/snd 0xd650e02c snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0xdd512c39 snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0xdeaec833 snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0xe310ee41 snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0xec82c43f snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0xed7d1f4c snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0xf36ab4c4 snd_ctl_notify_one +EXPORT_SYMBOL sound/core/snd 0xf51e3265 snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0xfaa9044c snd_power_wait +EXPORT_SYMBOL sound/core/snd 0xfdd6c380 snd_card_register +EXPORT_SYMBOL sound/core/snd 0xfffd89db copy_from_user_toio +EXPORT_SYMBOL sound/core/snd-compress 0x1ac9b3eb snd_compr_malloc_pages +EXPORT_SYMBOL sound/core/snd-compress 0xe2a05739 snd_compr_free_pages +EXPORT_SYMBOL sound/core/snd-hwdep 0x07b18b0d snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-pcm 0x0283dfe3 _snd_pcm_hw_params_any +EXPORT_SYMBOL sound/core/snd-pcm 0x04cda566 snd_interval_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x05e073a4 snd_pcm_set_managed_buffer_all +EXPORT_SYMBOL sound/core/snd-pcm 0x08f527cc snd_pcm_hw_constraint_ranges +EXPORT_SYMBOL sound/core/snd-pcm 0x0aac96df snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0x11eba48e snd_pcm_create_iec958_consumer_hw_params +EXPORT_SYMBOL sound/core/snd-pcm 0x1616fa33 snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0x1962676e snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x2023bfcc snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x2cb126d9 snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0x3507213d snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-pcm 0x3796bdcc snd_pcm_format_little_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x37abc9da snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x38736ade snd_pcm_period_elapsed_under_stream_lock +EXPORT_SYMBOL sound/core/snd-pcm 0x39bf9301 _snd_pcm_hw_param_setempty +EXPORT_SYMBOL sound/core/snd-pcm 0x3d84d954 snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0x3f86a1a1 snd_sgbuf_get_chunk_size +EXPORT_SYMBOL sound/core/snd-pcm 0x440c4236 snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0x4c43275f _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x503bd137 snd_interval_ranges +EXPORT_SYMBOL sound/core/snd-pcm 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL sound/core/snd-pcm 0x5d0764e8 snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL sound/core/snd-pcm 0x65021054 snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x650f8603 snd_pcm_format_silence_64 +EXPORT_SYMBOL sound/core/snd-pcm 0x671e53d1 snd_dma_buffer_mmap +EXPORT_SYMBOL sound/core/snd-pcm 0x67b641e8 snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0x68a24153 snd_pcm_format_physical_width +EXPORT_SYMBOL sound/core/snd-pcm 0x69255f54 snd_pcm_hw_limit_rates +EXPORT_SYMBOL sound/core/snd-pcm 0x6e163997 snd_dma_alloc_dir_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x6f6df19d snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x76f5fb2b snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x77806cdf snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0x79824844 snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0x7f18e6d0 snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x7f7049e4 snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x82c7fe52 snd_pcm_lib_mmap_iomem +EXPORT_SYMBOL sound/core/snd-pcm 0x834dc955 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x872dca97 snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0x8b268d35 snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0x8f9b2e2a snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0x93a56b9f snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xa6bcc11f snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0xac437f7b snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xadd59d2c snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xaee5dd67 snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xb3ac2dff snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0xb8bcc177 snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xbba6e54b snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0xbddff7e5 snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0xc9dc3616 snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0xd13a93b0 __snd_pcm_lib_xfer +EXPORT_SYMBOL sound/core/snd-pcm 0xdb7d33bd snd_pcm_set_managed_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xe2b5046e snd_sgbuf_get_addr +EXPORT_SYMBOL sound/core/snd-pcm 0xe2d7934a snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xee8c9fb8 snd_sgbuf_get_page +EXPORT_SYMBOL sound/core/snd-pcm 0xf0dec92a snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0xf58062fe snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0xf799eaac snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0xf7f88002 snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0xfa1a1df9 snd_pcm_create_iec958_consumer +EXPORT_SYMBOL sound/core/snd-pcm 0xfa6ba3d6 snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-rawmidi 0x1c4025ec snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2a02aba4 snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2b5d2e3c snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2bc14d0a snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0x31be7887 snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0x337453e4 snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0x5235b471 snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x5394c5d0 snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0x5b2a0eca snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0x6d9c9a2a snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0x6eaf72b1 snd_rawmidi_proceed +EXPORT_SYMBOL sound/core/snd-rawmidi 0x82e1bf0d snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x9eccb36a snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0xa5461d4c snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0xaa99527e snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0xbd46c041 snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0xca5592ff snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe08a1edc snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-seq-device 0x091def1c snd_seq_autoload_exit +EXPORT_SYMBOL sound/core/snd-seq-device 0x370a0736 snd_seq_autoload_init +EXPORT_SYMBOL sound/core/snd-seq-device 0x6339b6d0 snd_seq_device_load_drivers +EXPORT_SYMBOL sound/core/snd-seq-device 0xd73fb533 snd_seq_device_new +EXPORT_SYMBOL sound/core/snd-timer 0x132eda09 snd_timer_global_register +EXPORT_SYMBOL sound/core/snd-timer 0x1444735e snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0x223c200b snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0x454526e6 snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0x45f444ff snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0x4de24024 snd_timer_instance_new +EXPORT_SYMBOL sound/core/snd-timer 0x6c01b2cd snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0x86779a6d snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0x9f89a845 snd_timer_open +EXPORT_SYMBOL sound/core/snd-timer 0xac6ff22e snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0xb72da20c snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0xc2ed2070 snd_timer_instance_free +EXPORT_SYMBOL sound/core/snd-timer 0xd6d00750 snd_timer_resolution +EXPORT_SYMBOL sound/core/snd-timer 0xed32e83c snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0xfc4eceae snd_timer_notify +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x6d629c59 snd_mpu401_uart_interrupt_tx +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0xc0fec227 snd_mpu401_uart_interrupt +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0xda13ea0b snd_mpu401_uart_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x05060a19 snd_opl3_regmap +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x43ef9a13 snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x63a88507 snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x6cf36cbc snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x769b17f3 snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xa5f611ba snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xdb1a2bf4 snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xebd06811 snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xfd1203ba snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xfe9c8e22 snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x002a783c snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x070ca114 snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x226138b0 snd_vx_threaded_irq_handler +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x3cde3b3a snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x916eed8d snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xb432e1ee snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xb8328394 snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xca691656 snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xfdc165a2 snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xff2ff1c2 snd_vx_suspend +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x067d91fb cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0ef3223f cmp_connection_release +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x121caaf6 amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x13f21659 avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x16e75fdb fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x19e44a56 avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1bc46d10 fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20248b22 amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x27629214 iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3d78f482 cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5a1ec528 fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5adaf7ea snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5f363897 cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x61d82bed fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6c0fb84e cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6fb89729 fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x761f7838 amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x7bc310b6 fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8024dac0 amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8e4ba49e cmp_connection_reserve +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa847c75b fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa8c37db3 amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xab53e8d9 iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb254c9a1 cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb33cc569 amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc49ad881 avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xdb4aec1f amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf1dfbd89 cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf3b27221 amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0x41a05c36 intel_nhlt_has_endpoint_type +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0x66fd6169 intel_nhlt_ssp_endpoint_mask +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0xb7b836b3 intel_nhlt_ssp_mclk_mask +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0xd964ff53 intel_nhlt_get_endpoint_blob +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0x2a3943e9 snd_ak4113_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0xb7a2dd84 snd_ak4113_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x04dd9a78 snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x4c0fa844 snd_ak4114_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x6517f95e snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x77d54f7e snd_ak4114_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x7eb304ea snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x83c5c310 snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x8fcd9bda snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xc454e9a6 snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x09cc8354 snd_ak4117_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x1f0f6611 snd_ak4117_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x8cf5fb55 snd_ak4117_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xb1fdbf19 snd_ak4117_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xbdc916ce snd_ak4117_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xe53c012d snd_ak4117_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x33180efe snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x4b2bef24 snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x8fdbf985 snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x9a0a134b snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x30d9f9d8 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x8a66a07d snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x2d9b167b snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x5f8dccfe snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x72e6f7f2 snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x875f444d snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x914fd7df snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xdd3a578d snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-i2c 0x7910fc66 snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x87f29c5b snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x9d6be57a snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-i2c 0xb5bc570d snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0xc91cd13d snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0xdc83fa59 snd_i2c_readbytes +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x0c717647 snd_sbmixer_add_ctl +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x403d40df snd_sbmixer_read +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x456644f7 snd_sbdsp_create +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x537b88d3 snd_sbdsp_reset +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x7219e54e snd_sbmixer_write +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x9c69e146 snd_sbmixer_new +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x9d5177fe snd_sbdsp_command +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xce3e1730 snd_sbdsp_get_byte +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xe77a72e2 snd_sbmixer_resume +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xfa56b5b3 snd_sbmixer_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x0185b0b6 snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x20b9ac56 snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x2eea2d3c snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x36baa87b snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x3b7dfd6e snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x5122c1b2 snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x560d1392 snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x561ad6b5 snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x5c6697f1 snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x65ad13c6 snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x6b3cef61 snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x8a1ebc94 snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x97dbd57b snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb3bcc70f snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xbd0e12b4 snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xbd4f807a snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xd6b3a425 snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/asihpi/snd-asihpi 0x7680c65c hpi_send_recv +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x113c4dd7 snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x180b92bf snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x220740f0 snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x3cdd0c1d snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x91e3dd9c snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xb176d655 snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xb264e643 snd_emu10k1_ptr_write_multiple +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xf1d75faa snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xf3df7f28 snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xfc3234a8 snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x59da8e90 snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xa0b15b88 snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xbd236bb3 snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x0b9ea590 oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x10e81de2 oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x11ebd486 oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x29f839f8 oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3580fac6 oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3b43927b oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x413aa681 oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x70838050 oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9b646fbe oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa72d4930 oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb88dd267 oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xca485caf oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xcf39b240 oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd8527789 oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe2589d61 oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe6ac2c78 oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe7f55da9 oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xefdf2aae oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf5a53ef6 oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xfa58f570 oxygen_pci_probe +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x01f8ca5d snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x28c5762f snd_trident_stop_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x4055b7d4 snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xcfdf1c51 snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xe4b3f2dc snd_trident_free_voice +EXPORT_SYMBOL sound/soc/amd/acp_audio_dma 0xf2cc2cce acp_bt_uart_enable +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0x4f90cce8 snd_amd_acp_find_config +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0x51657366 snd_soc_acpi_amd_sof_machines +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0x5b2a3ef1 snd_soc_acpi_amd_rmb_sof_machines +EXPORT_SYMBOL sound/soc/codecs/snd-soc-adau1372 0x833e3842 adau1372_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-lpass-wsa-macro 0x43904d0e wsa_macro_set_spkr_mode +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x432fade2 pcm3060_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x57adb134 pcm3060_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-rt715 0xed2acb24 hda_to_sdw +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x10f5c68b tlv320aic23_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x14cb9794 tlv320aic23_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x2051e751 aic32x4_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x586bdbc7 aic32x4_regmap_config +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x6224980f aic32x4_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0x783932a9 aic3x_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0xd8b6fff7 aic3x_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x3a195ca9 wcd_mbhc_get_impedance +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x70408f43 wcd_mbhc_start +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x789ebe56 wcd_mbhc_set_hph_type +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xa3c56708 wcd_dt_parse_mbhc_data +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xa5758a49 wcd_mbhc_get_hph_type +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xc9f416d0 wcd_mbhc_init +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xd094df47 wcd_mbhc_deinit +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xe2beca26 wcd_mbhc_stop +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x3ca63a6a fsl_asoc_get_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0xe1d48f2e fsl_asoc_reparent_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0xf82d68c3 fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soc/snd-soc-core 0x584859d5 snd_soc_alloc_ac97_component +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x00235fd3 sof_ipc4_set_pipeline_state +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x012a02bf snd_sof_device_probe_completed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0236c6cd snd_sof_dsp_only_d0i3_compatible_stream_active +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x04144379 snd_sof_load_firmware_raw +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x09a09782 snd_sof_dsp_panic +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0a372650 sof_dai_get_mclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0cbde12a snd_sof_device_remove +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x12e493c4 snd_sof_dsp_update_bits_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x2290a305 sof_ipc_tx_message +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x236a2737 sof_ipc3_do_rx_work +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x29498c1b snd_sof_runtime_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x2a47c915 sof_pcm_dai_link_fixup +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x2dd4031a snd_sof_load_topology +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x2e0d5306 sof_block_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x33fd094d sof_widget_setup +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x363261cc snd_sof_run_firmware +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x368c6727 sof_debug_check_flag +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3ffae262 sof_ipc_msg_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x41932fb9 sof_machine_unregister +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x4299c178 sof_stream_pcm_open +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x43f41ae6 snd_sof_device_probe +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x46c940d9 snd_sof_pcm_period_elapsed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x4a01a71d snd_sof_prepare +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x55b8cb1a sof_io_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x573dfc13 snd_sof_load_firmware_memcpy +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x5d30f467 snd_sof_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x5dfb74d0 snd_sof_dsp_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x63fd375e sof_io_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x695622aa sof_set_stream_data_offset +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6b8ea909 snd_sof_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6e627390 sof_set_fw_state +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x803b7a6f snd_sof_dsp_dbg_dump +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8749ea00 sof_ipc_tx_message_no_pm +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x885fd782 snd_sof_complete +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8d92cb03 sof_stream_pcm_close +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8e379bd9 snd_sof_ipc_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8e49af27 snd_sof_device_shutdown +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8ef6de33 snd_sof_ipc_get_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x98216dbd sof_io_write64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x9ad95c57 snd_sof_ipc_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xaecb420a snd_sof_runtime_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb9fe2a9f snd_sof_fw_unload +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xbb626908 snd_sof_dsp_update_bits64_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xbf33af5c snd_sof_handle_fw_exception +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xc7f7a8f3 snd_sof_pci_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xcccf66b3 sof_block_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xced08647 sof_widget_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd1435855 snd_sof_ipc_init +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd695c0d1 snd_sof_runtime_idle +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd78e040c sof_machine_register +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xdb40f076 snd_sof_dsp_update_bits64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xdde30715 sof_dai_get_bclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe8c55f6b sof_ipc_set_get_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xeb8bc9cb sof_mailbox_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xec944b37 sof_print_oops_and_stack +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xedde8ab4 sof_mailbox_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf3c50196 sof_io_read64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf5bc8d7f snd_sof_dsp_update_bits_forced +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xfa6d289d sof_machine_check +EXPORT_SYMBOL sound/soc/sof/snd-sof-utils 0xbe5c1460 snd_sof_create_page_table +EXPORT_SYMBOL sound/soundcore 0x36013157 register_sound_dsp +EXPORT_SYMBOL sound/soundcore 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x91c1318d register_sound_special +EXPORT_SYMBOL sound/soundcore 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL sound/soundcore 0xab7174a9 sound_class +EXPORT_SYMBOL sound/soundcore 0xb247f9ff register_sound_mixer +EXPORT_SYMBOL sound/soundcore 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xfa3d73e0 register_sound_special_device +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x09f20bef snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x25ce1520 snd_emux_new +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x655cb202 snd_sf_linear_to_log +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x7aed881a snd_emux_register +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xaee304c6 snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xd4076266 snd_emux_free +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xe67a84e2 snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/snd-util-mem 0x0eda33fa snd_util_memhdr_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0x2a48197f snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x6517719f __snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x914f3491 snd_util_memhdr_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x9223e14b snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x9adc8c44 __snd_util_memblk_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xc59655e4 snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0xd28dc0da __snd_util_mem_alloc +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x16756dc0 snd_usbmidi_input_start +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x63343b1d snd_usbmidi_input_stop +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xb2af19e1 snd_usbmidi_resume +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xbed43a41 snd_usbmidi_suspend +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xc3832e23 __snd_usbmidi_create +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xd9d2bb03 snd_usbmidi_disconnect +EXPORT_SYMBOL vmlinux 0x00148653 vsnprintf +EXPORT_SYMBOL vmlinux 0x002c9997 __bh_read +EXPORT_SYMBOL vmlinux 0x002f1e62 scsi_change_queue_depth +EXPORT_SYMBOL vmlinux 0x00365839 bio_init +EXPORT_SYMBOL vmlinux 0x00697dd3 device_match_acpi_handle +EXPORT_SYMBOL vmlinux 0x0070b5eb inode_permission +EXPORT_SYMBOL vmlinux 0x007f8f0d __ip_select_ident +EXPORT_SYMBOL vmlinux 0x0080c79e genphy_c45_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x0087b2c6 vma_set_file +EXPORT_SYMBOL vmlinux 0x0088bda4 napi_schedule_prep +EXPORT_SYMBOL vmlinux 0x00a48e0f jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x00a4b044 amd_iommu_deactivate_guest_mode +EXPORT_SYMBOL vmlinux 0x00abde44 set_nlink +EXPORT_SYMBOL vmlinux 0x00b4e615 posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x00bfb14a flow_rule_match_ct +EXPORT_SYMBOL vmlinux 0x00d29498 pci_ep_cfs_remove_epc_group +EXPORT_SYMBOL vmlinux 0x00d44a30 __napi_schedule_irqoff +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00ebc9df register_quota_format +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x01156ae4 utf8_strncasecmp_folded +EXPORT_SYMBOL vmlinux 0x012422af sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0x012be542 posix_test_lock +EXPORT_SYMBOL vmlinux 0x0147812c kblockd_mod_delayed_work_on +EXPORT_SYMBOL vmlinux 0x016f123e sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x01757935 rdmacg_register_device +EXPORT_SYMBOL vmlinux 0x017de3d5 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0x0188cd88 vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0x01927099 devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x01a4175d neigh_lookup +EXPORT_SYMBOL vmlinux 0x01ab1827 netdev_notice +EXPORT_SYMBOL vmlinux 0x01b09600 __vfs_removexattr +EXPORT_SYMBOL vmlinux 0x01b6865c xa_get_mark +EXPORT_SYMBOL vmlinux 0x01bf55fc paddr_vmcoreinfo_note +EXPORT_SYMBOL vmlinux 0x01c50c03 wireless_spy_update +EXPORT_SYMBOL vmlinux 0x01e61d6c __x86_indirect_call_thunk_r12 +EXPORT_SYMBOL vmlinux 0x01efb5cf scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x02027f7f inode_io_list_del +EXPORT_SYMBOL vmlinux 0x0209f3a7 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x020dbf27 bitmap_alloc +EXPORT_SYMBOL vmlinux 0x0218a0dd vfs_parse_fs_string +EXPORT_SYMBOL vmlinux 0x0222ea83 __tracepoint_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x0225d80c xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0x0228925f iowrite64_hi_lo +EXPORT_SYMBOL vmlinux 0x02330428 dev_mc_init +EXPORT_SYMBOL vmlinux 0x0237b57a arch_unregister_cpu +EXPORT_SYMBOL vmlinux 0x023d1b90 wrmsr_on_cpu +EXPORT_SYMBOL vmlinux 0x0248efd3 kstrtobool_from_user +EXPORT_SYMBOL vmlinux 0x0250774d fwnode_irq_get_byname +EXPORT_SYMBOL vmlinux 0x02592704 __put_devmap_managed_page_refs +EXPORT_SYMBOL vmlinux 0x02630a79 __SCK__tp_func_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x027b20de amd_iommu_complete_ppr +EXPORT_SYMBOL vmlinux 0x027b7172 __blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x02820b49 mdio_device_reset +EXPORT_SYMBOL vmlinux 0x028ffefe blk_queue_flag_clear +EXPORT_SYMBOL vmlinux 0x0296695f refcount_warn_saturate +EXPORT_SYMBOL vmlinux 0x029705ec __SCK__tp_func_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x02a0d7a5 tty_port_destroy +EXPORT_SYMBOL vmlinux 0x02ad5961 __skb_recv_udp +EXPORT_SYMBOL vmlinux 0x02ad8b64 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0x02b0cd7f xsk_set_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x02b1488a xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0x02b66601 d_exact_alias +EXPORT_SYMBOL vmlinux 0x02b68898 to_ndd +EXPORT_SYMBOL vmlinux 0x02b9facc mipi_dsi_dcs_read +EXPORT_SYMBOL vmlinux 0x02ba1187 vm_zone_stat +EXPORT_SYMBOL vmlinux 0x02bdccaa flow_block_cb_priv +EXPORT_SYMBOL vmlinux 0x02c656b6 acpi_enable_all_runtime_gpes +EXPORT_SYMBOL vmlinux 0x02cfbb42 wrap_directory_iterator +EXPORT_SYMBOL vmlinux 0x02e92efc flow_rule_match_l2tpv3 +EXPORT_SYMBOL vmlinux 0x030324e5 block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0x0324db40 tcf_generic_walker +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x033d6f67 netdev_info +EXPORT_SYMBOL vmlinux 0x034793ec kern_unmount_array +EXPORT_SYMBOL vmlinux 0x035d25ab memcg_kmem_online_key +EXPORT_SYMBOL vmlinux 0x0360d67f make_flow_keys_digest +EXPORT_SYMBOL vmlinux 0x0362f9a8 __x86_indirect_thunk_r12 +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x036cce78 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x036ebe88 eth_header_parse +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x037d61bd clkdev_add +EXPORT_SYMBOL vmlinux 0x03815f35 ledtrig_disk_activity +EXPORT_SYMBOL vmlinux 0x038cd6b4 flow_rule_match_ip +EXPORT_SYMBOL vmlinux 0x03940d70 fscrypt_decrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x03954d1e bmap +EXPORT_SYMBOL vmlinux 0x0397edd5 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0x03b814ca bpf_dispatcher_xdp_func +EXPORT_SYMBOL vmlinux 0x03b9fee3 rproc_add +EXPORT_SYMBOL vmlinux 0x03c29793 mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0x03df3b49 dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0x03e69ef7 fc_mount +EXPORT_SYMBOL vmlinux 0x03e6f003 simple_dir_operations +EXPORT_SYMBOL vmlinux 0x03ee9c64 blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x0413c1ac __SCK__tp_func_read_msr +EXPORT_SYMBOL vmlinux 0x0434d344 pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x044154c6 tc_skb_ext_tc +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x044f0ad9 get_random_u16 +EXPORT_SYMBOL vmlinux 0x046d2800 skb_flow_dissect_ct +EXPORT_SYMBOL vmlinux 0x0474edef kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0x0476dcde sock_create_lite +EXPORT_SYMBOL vmlinux 0x04789d34 __nla_put_64bit +EXPORT_SYMBOL vmlinux 0x0479aac1 seq_list_next_rcu +EXPORT_SYMBOL vmlinux 0x0484c6c4 acpi_enter_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x04863e28 hdmi_audio_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x0486d710 dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0x04a09a3f mr_rtm_dumproute +EXPORT_SYMBOL vmlinux 0x04b7a040 redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x04befdc5 i2c_get_adapter_by_fwnode +EXPORT_SYMBOL vmlinux 0x04c62fd7 __memset +EXPORT_SYMBOL vmlinux 0x04cec66b nd_region_to_nstype +EXPORT_SYMBOL vmlinux 0x04d24402 iwe_stream_add_point +EXPORT_SYMBOL vmlinux 0x04d460c2 pci_read_vpd_any +EXPORT_SYMBOL vmlinux 0x04d8c750 release_perfctr_nmi +EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize +EXPORT_SYMBOL vmlinux 0x04fae45b tcp_inbound_md5_hash +EXPORT_SYMBOL vmlinux 0x050154cb skb_vlan_push +EXPORT_SYMBOL vmlinux 0x0502a378 flow_indr_dev_unregister +EXPORT_SYMBOL vmlinux 0x0506d64c __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x050877b9 dmi_first_match +EXPORT_SYMBOL vmlinux 0x0508a621 pci_dev_put +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x053671d4 amd_iommu_snp_en +EXPORT_SYMBOL vmlinux 0x054496b4 schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x0547638e __inc_node_page_state +EXPORT_SYMBOL vmlinux 0x055e77e8 jiffies_64 +EXPORT_SYMBOL vmlinux 0x0562dc30 __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0x05630990 sys_fillrect +EXPORT_SYMBOL vmlinux 0x056bcf7b dm_read_arg +EXPORT_SYMBOL vmlinux 0x057a70fd has_capability +EXPORT_SYMBOL vmlinux 0x057f8791 mr_mfc_find_any +EXPORT_SYMBOL vmlinux 0x05a623b3 vga_switcheroo_lock_ddc +EXPORT_SYMBOL vmlinux 0x05c3ba40 ip_frag_next +EXPORT_SYMBOL vmlinux 0x05e1f1c4 filemap_fdatawrite_wbc +EXPORT_SYMBOL vmlinux 0x06052f8d __memmove +EXPORT_SYMBOL vmlinux 0x060ba97c gen_pool_free_owner +EXPORT_SYMBOL vmlinux 0x060d637c fb_io_read +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x064f5170 i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0x0668b595 _kstrtoul +EXPORT_SYMBOL vmlinux 0x067ac908 __traceiter_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0x06971afe genphy_read_status +EXPORT_SYMBOL vmlinux 0x06a86bc1 iowrite16 +EXPORT_SYMBOL vmlinux 0x06b4eb3b tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0x06b9cf31 dma_free_attrs +EXPORT_SYMBOL vmlinux 0x06bd88b5 ucs2_strnlen +EXPORT_SYMBOL vmlinux 0x06c5396d inet6_release +EXPORT_SYMBOL vmlinux 0x06ce0a34 sget +EXPORT_SYMBOL vmlinux 0x06d11488 __bitmap_equal +EXPORT_SYMBOL vmlinux 0x06d4fae2 rproc_elf_find_loaded_rsc_table +EXPORT_SYMBOL vmlinux 0x06ea8444 sock_set_priority +EXPORT_SYMBOL vmlinux 0x06eb1217 xfrm_if_register_cb +EXPORT_SYMBOL vmlinux 0x06fc1ed2 skb_eth_push +EXPORT_SYMBOL vmlinux 0x0704a414 __mdiobus_c45_read +EXPORT_SYMBOL vmlinux 0x07078601 kfree_skb_partial +EXPORT_SYMBOL vmlinux 0x07098248 xz_dec_microlzma_alloc +EXPORT_SYMBOL vmlinux 0x07244489 skb_dump +EXPORT_SYMBOL vmlinux 0x0724f48e simple_recursive_removal +EXPORT_SYMBOL vmlinux 0x072cd1a4 udp_sendmsg +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x07351d51 peernet2id +EXPORT_SYMBOL vmlinux 0x0745a981 xa_erase +EXPORT_SYMBOL vmlinux 0x079222c8 inet6_getname +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07ceeac9 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x07d215b5 ipv4_mtu +EXPORT_SYMBOL vmlinux 0x07e660b3 qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x07f57478 pci_unmap_iospace +EXPORT_SYMBOL vmlinux 0x07fd46df i2c_register_driver +EXPORT_SYMBOL vmlinux 0x0800473f __cond_resched +EXPORT_SYMBOL vmlinux 0x0805f2c8 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0x0814cab3 netdev_has_upper_dev_all_rcu +EXPORT_SYMBOL vmlinux 0x08162c74 free_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0x0824880b bio_add_folio +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x083313b2 i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x0843dad9 mmc_gpio_set_cd_wake +EXPORT_SYMBOL vmlinux 0x0846d983 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0x08497f90 jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0x084f5481 freeze_bdev +EXPORT_SYMBOL vmlinux 0x08595e81 blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0x086b3e61 empty_aops +EXPORT_SYMBOL vmlinux 0x0870efe3 jent_testing_exit +EXPORT_SYMBOL vmlinux 0x0873cdd7 bdi_alloc +EXPORT_SYMBOL vmlinux 0x0883eb3b blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0x089cd600 input_flush_device +EXPORT_SYMBOL vmlinux 0x089e341b phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0x08dcda0c mipi_dsi_dcs_set_tear_on +EXPORT_SYMBOL vmlinux 0x08ffdb2e netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x09059c86 generic_permission +EXPORT_SYMBOL vmlinux 0x09098c45 phy_ethtool_get_stats +EXPORT_SYMBOL vmlinux 0x092a4131 mmc_cqe_recovery +EXPORT_SYMBOL vmlinux 0x092e26bf acpi_remove_address_space_handler +EXPORT_SYMBOL vmlinux 0x093712e5 acpi_purge_cached_objects +EXPORT_SYMBOL vmlinux 0x0937c55f eisa_bus_type +EXPORT_SYMBOL vmlinux 0x095d2335 invalidate_disk +EXPORT_SYMBOL vmlinux 0x0966e107 __x86_indirect_call_thunk_r9 +EXPORT_SYMBOL vmlinux 0x096a7a5b mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0x096c5541 qdisc_put +EXPORT_SYMBOL vmlinux 0x09752f7d rproc_set_firmware +EXPORT_SYMBOL vmlinux 0x09769037 dmt_modes +EXPORT_SYMBOL vmlinux 0x0983b8a9 phy_start +EXPORT_SYMBOL vmlinux 0x098b5deb nf_hook_slow +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x0990f6df netpoll_cleanup +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09da0ba4 xa_set_mark +EXPORT_SYMBOL vmlinux 0x09df469d register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x0a00fb80 simple_lookup +EXPORT_SYMBOL vmlinux 0x0a012f73 mb_cache_entry_touch +EXPORT_SYMBOL vmlinux 0x0a0811ea iget_failed +EXPORT_SYMBOL vmlinux 0x0a0a5873 mmc_can_discard +EXPORT_SYMBOL vmlinux 0x0a0ebc08 __xa_cmpxchg +EXPORT_SYMBOL vmlinux 0x0a1e8769 utf8_casefold_hash +EXPORT_SYMBOL vmlinux 0x0a1ec497 page_symlink +EXPORT_SYMBOL vmlinux 0x0a1fcc87 security_unix_may_send +EXPORT_SYMBOL vmlinux 0x0a2f4fb0 scsi_device_resume +EXPORT_SYMBOL vmlinux 0x0a5baca4 tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0x0a5e464d kill_fasync +EXPORT_SYMBOL vmlinux 0x0a60d90d write_cache_pages +EXPORT_SYMBOL vmlinux 0x0a6739ec set_pages_array_wb +EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier +EXPORT_SYMBOL vmlinux 0x0a778ca1 acpi_bus_register_driver +EXPORT_SYMBOL vmlinux 0x0a84b15d zstd_init_cctx +EXPORT_SYMBOL vmlinux 0x0a865065 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0x0a875000 blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0x0a9ba04f srso_untrain_ret +EXPORT_SYMBOL vmlinux 0x0aa309cf synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x0aaccc92 pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x0abb1608 unlock_buffer +EXPORT_SYMBOL vmlinux 0x0ac6e051 __cpuhp_setup_state +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0ae5609f udp_poll +EXPORT_SYMBOL vmlinux 0x0aeb976d iov_iter_discard +EXPORT_SYMBOL vmlinux 0x0af5c380 security_socket_socketpair +EXPORT_SYMBOL vmlinux 0x0afd0c1e ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0x0b0927d6 devm_register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x0b17b1d3 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x0b19b445 ioread8 +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b1d9f64 agp_collect_device_status +EXPORT_SYMBOL vmlinux 0x0b26b8c8 acpi_run_osc +EXPORT_SYMBOL vmlinux 0x0b637410 cr4_update_irqsoff +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b7a9e8a blk_finish_plug +EXPORT_SYMBOL vmlinux 0x0ba0b938 vm_brk +EXPORT_SYMBOL vmlinux 0x0bb5dd4a dma_fence_chain_find_seqno +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bc59854 tcf_classify +EXPORT_SYMBOL vmlinux 0x0bd394d8 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x0bfc1d1a check_zeroed_user +EXPORT_SYMBOL vmlinux 0x0bfcdd2f tty_do_resize +EXPORT_SYMBOL vmlinux 0x0c082a6b configfs_register_subsystem +EXPORT_SYMBOL vmlinux 0x0c139392 d_find_any_alias +EXPORT_SYMBOL vmlinux 0x0c186684 io_uring_get_socket +EXPORT_SYMBOL vmlinux 0x0c25ec48 secure_tcpv6_seq +EXPORT_SYMBOL vmlinux 0x0c3623c4 xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0x0c3690fc _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0x0c3f5894 flow_rule_alloc +EXPORT_SYMBOL vmlinux 0x0c4e0850 inet_protos +EXPORT_SYMBOL vmlinux 0x0c532cb7 cdrom_dummy_generic_packet +EXPORT_SYMBOL vmlinux 0x0c575719 __cond_resched_rwlock_write +EXPORT_SYMBOL vmlinux 0x0c65bd58 pcim_iomap_table +EXPORT_SYMBOL vmlinux 0x0c67712e bio_alloc_clone +EXPORT_SYMBOL vmlinux 0x0c6bdc3f vme_master_read +EXPORT_SYMBOL vmlinux 0x0c6e338b md_bitmap_start_sync +EXPORT_SYMBOL vmlinux 0x0c7a7cd8 mmc_can_gpio_ro +EXPORT_SYMBOL vmlinux 0x0c80cc55 __getblk_gfp +EXPORT_SYMBOL vmlinux 0x0c8ee834 dev_addr_add +EXPORT_SYMBOL vmlinux 0x0c91c6cd iov_iter_alignment +EXPORT_SYMBOL vmlinux 0x0c9c15e8 devm_register_netdev +EXPORT_SYMBOL vmlinux 0x0cafdabc audit_log +EXPORT_SYMBOL vmlinux 0x0cc4b4b6 crc_ccitt_false +EXPORT_SYMBOL vmlinux 0x0ccedb5a devm_memremap +EXPORT_SYMBOL vmlinux 0x0cd5835b ipv6_flowlabel_exclusive +EXPORT_SYMBOL vmlinux 0x0cdb797a dquot_commit_info +EXPORT_SYMBOL vmlinux 0x0cdce87c rfkill_set_hw_state_reason +EXPORT_SYMBOL vmlinux 0x0ceff25c netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0x0cf26132 kill_anon_super +EXPORT_SYMBOL vmlinux 0x0d07f543 get_anon_bdev +EXPORT_SYMBOL vmlinux 0x0d10321d kernel_accept +EXPORT_SYMBOL vmlinux 0x0d212d3d tcf_block_put +EXPORT_SYMBOL vmlinux 0x0d2ba9aa tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0x0d333b64 zstd_end_stream +EXPORT_SYMBOL vmlinux 0x0d4f38d6 blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0x0d5236b7 clk_bulk_get +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d5d6432 padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x0d6c0ac8 netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0x0d6c5006 migrate_folio +EXPORT_SYMBOL vmlinux 0x0d6d4693 xfrm_dev_state_flush +EXPORT_SYMBOL vmlinux 0x0d8f733d forget_cached_acl +EXPORT_SYMBOL vmlinux 0x0d9da9b8 tcf_action_update_hw_stats +EXPORT_SYMBOL vmlinux 0x0da37acd dma_fence_array_first +EXPORT_SYMBOL vmlinux 0x0dad9c28 jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0x0db5c33a xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0x0dc8a85a inet_csk_reqsk_queue_drop +EXPORT_SYMBOL vmlinux 0x0deb72fc __traceiter_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x0df8a634 __devm_release_region +EXPORT_SYMBOL vmlinux 0x0e17678a siphash_4u64 +EXPORT_SYMBOL vmlinux 0x0e23b37f alloc_cpumask_var_node +EXPORT_SYMBOL vmlinux 0x0e300c4d neigh_changeaddr +EXPORT_SYMBOL vmlinux 0x0e4262c6 __siphash_unaligned +EXPORT_SYMBOL vmlinux 0x0e4a20b3 file_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x0e4bd889 jbd2_fc_begin_commit +EXPORT_SYMBOL vmlinux 0x0e548e50 retire_super +EXPORT_SYMBOL vmlinux 0x0e5846cc __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x0e7cfc4b kernel_listen +EXPORT_SYMBOL vmlinux 0x0e87dd8f vm_map_ram +EXPORT_SYMBOL vmlinux 0x0e90f6ac register_qdisc +EXPORT_SYMBOL vmlinux 0x0ea3c74e tasklet_kill +EXPORT_SYMBOL vmlinux 0x0ea593f6 hdmi_drm_infoframe_init +EXPORT_SYMBOL vmlinux 0x0eb4e487 nonseekable_open +EXPORT_SYMBOL vmlinux 0x0eb6eb87 add_taint +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ee0d9ca blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x0eef7288 scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x0f034215 folio_wait_private_2 +EXPORT_SYMBOL vmlinux 0x0f09cc34 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0x0f0fb036 __find_get_block +EXPORT_SYMBOL vmlinux 0x0f177662 mipi_dsi_shutdown_peripheral +EXPORT_SYMBOL vmlinux 0x0f1ad8e2 seq_list_start_rcu +EXPORT_SYMBOL vmlinux 0x0f26fbbf i2c_get_adapter +EXPORT_SYMBOL vmlinux 0x0f3369ca tcp_mss_to_mtu +EXPORT_SYMBOL vmlinux 0x0f37ca89 lockref_put_not_zero +EXPORT_SYMBOL vmlinux 0x0f562f96 page_pool_update_nid +EXPORT_SYMBOL vmlinux 0x0f568042 netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0x0f630261 gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x0f811fc7 jent_raw_hires_entropy_store +EXPORT_SYMBOL vmlinux 0x0f84d3b7 dma_pool_create +EXPORT_SYMBOL vmlinux 0x0f86f560 kthread_delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x0f8d6be4 dev_alloc_name +EXPORT_SYMBOL vmlinux 0x0f99970f blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0x0f9fe992 sockopt_ns_capable +EXPORT_SYMBOL vmlinux 0x0fa3fdf0 fsync_bdev +EXPORT_SYMBOL vmlinux 0x0fa8fcd3 devm_release_resource +EXPORT_SYMBOL vmlinux 0x0fab1ab0 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0x0faf549b device_get_mac_address +EXPORT_SYMBOL vmlinux 0x0fb2f8a4 mktime64 +EXPORT_SYMBOL vmlinux 0x0fd902db mb_cache_entry_create +EXPORT_SYMBOL vmlinux 0x0feb9ec7 generic_fillattr +EXPORT_SYMBOL vmlinux 0x0fff5afc time64_to_tm +EXPORT_SYMBOL vmlinux 0x10017aa5 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x10076203 __skb_ext_del +EXPORT_SYMBOL vmlinux 0x100bddf8 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x101d7ff5 ns_capable_noaudit +EXPORT_SYMBOL vmlinux 0x10287d66 devm_rproc_alloc +EXPORT_SYMBOL vmlinux 0x1035c7c2 __release_region +EXPORT_SYMBOL vmlinux 0x104422b5 xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0x1057a279 bsearch +EXPORT_SYMBOL vmlinux 0x1059d945 ip6_err_gen_icmpv6_unreach +EXPORT_SYMBOL vmlinux 0x1068004b gf128mul_bbe +EXPORT_SYMBOL vmlinux 0x1075b28d pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0x107be0b0 percpu_counter_sync +EXPORT_SYMBOL vmlinux 0x107dd046 __x86_indirect_call_thunk_r8 +EXPORT_SYMBOL vmlinux 0x107e5878 zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x10810a02 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0x10898f79 mipi_dsi_dcs_set_display_off +EXPORT_SYMBOL vmlinux 0x10969278 filemap_invalidate_unlock_two +EXPORT_SYMBOL vmlinux 0x10a4156e sock_edemux +EXPORT_SYMBOL vmlinux 0x10a6946b netdev_offload_xstats_enabled +EXPORT_SYMBOL vmlinux 0x10ada0f6 lookup_positive_unlocked +EXPORT_SYMBOL vmlinux 0x10bc5084 netdev_set_num_tc +EXPORT_SYMBOL vmlinux 0x10cef91f thaw_bdev +EXPORT_SYMBOL vmlinux 0x10cf03ba xsk_get_pool_from_qid +EXPORT_SYMBOL vmlinux 0x10d9f885 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x10e295a9 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x10e3fb3d generic_pipe_buf_try_steal +EXPORT_SYMBOL vmlinux 0x10e6f74a free_contig_range +EXPORT_SYMBOL vmlinux 0x10ee2704 netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0x10f822ea vfs_mkdir +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x111f950e iov_iter_advance +EXPORT_SYMBOL vmlinux 0x11361c81 freezing_slow_path +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x117c1b50 __cgroup_bpf_run_filter_sock_ops +EXPORT_SYMBOL vmlinux 0x1180510a vfs_parse_monolithic_sep +EXPORT_SYMBOL vmlinux 0x11839b51 user_path_create +EXPORT_SYMBOL vmlinux 0x11844e7d folio_set_bh +EXPORT_SYMBOL vmlinux 0x118d4299 kthread_create_worker +EXPORT_SYMBOL vmlinux 0x11abeb65 register_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0x11b9b9a1 napi_gro_frags +EXPORT_SYMBOL vmlinux 0x11c8dda6 tls_client_hello_x509 +EXPORT_SYMBOL vmlinux 0x11dc89ba vme_new_dma_list +EXPORT_SYMBOL vmlinux 0x11e30762 chacha_block_generic +EXPORT_SYMBOL vmlinux 0x11f0040a scsi_vpd_lun_id +EXPORT_SYMBOL vmlinux 0x11fd8ef5 nf_log_register +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x121a8981 __tracepoint_write_msr +EXPORT_SYMBOL vmlinux 0x121b1942 __SCK__tp_func_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x122c3a7e _printk +EXPORT_SYMBOL vmlinux 0x124bad4d kstrtobool +EXPORT_SYMBOL vmlinux 0x1276c851 dump_skip_to +EXPORT_SYMBOL vmlinux 0x127ca98b mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x127d83ea security_locked_down +EXPORT_SYMBOL vmlinux 0x12ae14e6 vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0x12af7710 xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0x12cabc89 siphash_2u64 +EXPORT_SYMBOL vmlinux 0x12dbbf09 set_disk_ro +EXPORT_SYMBOL vmlinux 0x12dbe82d readahead_expand +EXPORT_SYMBOL vmlinux 0x12dc1726 mipi_dsi_device_register_full +EXPORT_SYMBOL vmlinux 0x12e5823c xfrm_state_add +EXPORT_SYMBOL vmlinux 0x12f38a81 dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x12f6f69c fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x12fdb854 blk_mq_run_hw_queue +EXPORT_SYMBOL vmlinux 0x130afd75 acpi_get_sleep_type_data +EXPORT_SYMBOL vmlinux 0x130b9f09 pin_user_pages +EXPORT_SYMBOL vmlinux 0x13110126 request_resource +EXPORT_SYMBOL vmlinux 0x1317afe8 jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x13195bc8 uart_write_wakeup +EXPORT_SYMBOL vmlinux 0x131a6146 xa_clear_mark +EXPORT_SYMBOL vmlinux 0x131cf326 mr_dump +EXPORT_SYMBOL vmlinux 0x132a1c46 dquot_initialize_needed +EXPORT_SYMBOL vmlinux 0x1335bddb ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x1344d7e6 acpi_enable_gpe +EXPORT_SYMBOL vmlinux 0x135f6e87 __generic_file_fsync +EXPORT_SYMBOL vmlinux 0x136aa1dc blk_queue_flag_set +EXPORT_SYMBOL vmlinux 0x1389619c __max_die_per_package +EXPORT_SYMBOL vmlinux 0x139ca4c3 sock_init_data +EXPORT_SYMBOL vmlinux 0x139f2189 __kfifo_alloc +EXPORT_SYMBOL vmlinux 0x13ab0d53 skb_ensure_writable +EXPORT_SYMBOL vmlinux 0x13c49cc2 _copy_from_user +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13d13dfe security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0x13d2ec5d inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0x13e33e0b jbd2_journal_grab_journal_head +EXPORT_SYMBOL vmlinux 0x13e3a956 inet_csk_complete_hashdance +EXPORT_SYMBOL vmlinux 0x13ea6c46 icmp6_send +EXPORT_SYMBOL vmlinux 0x13ed500c get_fs_type +EXPORT_SYMBOL vmlinux 0x13f42152 system_entering_hibernation +EXPORT_SYMBOL vmlinux 0x13f86152 dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x14015d74 security_inode_invalidate_secctx +EXPORT_SYMBOL vmlinux 0x141271bf acpi_dev_found +EXPORT_SYMBOL vmlinux 0x1452aae7 __sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x14605535 dma_fence_context_alloc +EXPORT_SYMBOL vmlinux 0x146289b7 crc16_table +EXPORT_SYMBOL vmlinux 0x14657c5d pci_free_irq +EXPORT_SYMBOL vmlinux 0x1469991b mode_strip_sgid +EXPORT_SYMBOL vmlinux 0x14732455 pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0x14869af4 locks_remove_posix +EXPORT_SYMBOL vmlinux 0x14949c2f ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x14a64a87 acpi_install_address_space_handler_no_reg +EXPORT_SYMBOL vmlinux 0x14acc3a1 vmap +EXPORT_SYMBOL vmlinux 0x14b9b58d block_read_full_folio +EXPORT_SYMBOL vmlinux 0x14bb8f75 kernel_getsockname +EXPORT_SYMBOL vmlinux 0x14c3c798 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x14c67e3e tcp_tx_delay_enabled +EXPORT_SYMBOL vmlinux 0x14c91a9d genphy_config_eee_advert +EXPORT_SYMBOL vmlinux 0x14d7477f console_list_unlock +EXPORT_SYMBOL vmlinux 0x150209fd mmc_cqe_post_req +EXPORT_SYMBOL vmlinux 0x151f4898 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0x1520ef42 dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0x1526b301 unix_tot_inflight +EXPORT_SYMBOL vmlinux 0x153eab4d ether_setup +EXPORT_SYMBOL vmlinux 0x1548d970 __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x1553bae7 devm_extcon_unregister_notifier +EXPORT_SYMBOL vmlinux 0x15708394 folio_migrate_mapping +EXPORT_SYMBOL vmlinux 0x15719cf5 tcp_recv_skb +EXPORT_SYMBOL vmlinux 0x15735fc3 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0x1577fe84 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0x1579a2ca phy_free_interrupt +EXPORT_SYMBOL vmlinux 0x157d3a1e devfreq_update_interval +EXPORT_SYMBOL vmlinux 0x157e8bd2 vm_mmap +EXPORT_SYMBOL vmlinux 0x157f18b9 tcp_get_cookie_sock +EXPORT_SYMBOL vmlinux 0x159f1cc6 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0x15ba50a6 jiffies +EXPORT_SYMBOL vmlinux 0x15bafe29 unregister_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x15bed7a5 LZ4_decompress_safe_partial +EXPORT_SYMBOL vmlinux 0x15c85de3 mempool_init +EXPORT_SYMBOL vmlinux 0x15cc318d vfs_get_tree +EXPORT_SYMBOL vmlinux 0x15da3966 dquot_get_next_dqblk +EXPORT_SYMBOL vmlinux 0x15db823a eth_validate_addr +EXPORT_SYMBOL vmlinux 0x15e459a2 inode_add_bytes +EXPORT_SYMBOL vmlinux 0x15f90688 slhc_init +EXPORT_SYMBOL vmlinux 0x16286538 iowrite64be_lo_hi +EXPORT_SYMBOL vmlinux 0x162893fd hashlen_string +EXPORT_SYMBOL vmlinux 0x16301b34 wrmsrl_on_cpu +EXPORT_SYMBOL vmlinux 0x16326635 tty_port_put +EXPORT_SYMBOL vmlinux 0x1632bc21 kvasprintf_const +EXPORT_SYMBOL vmlinux 0x164a75bc d_alloc +EXPORT_SYMBOL vmlinux 0x16536130 register_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x16784db0 convert_art_ns_to_tsc +EXPORT_SYMBOL vmlinux 0x1678fafa inode_init_always +EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump +EXPORT_SYMBOL vmlinux 0x167e7f9d __get_user_1 +EXPORT_SYMBOL vmlinux 0x16842575 netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0x169938c1 __sysfs_match_string +EXPORT_SYMBOL vmlinux 0x169c8060 md_done_sync +EXPORT_SYMBOL vmlinux 0x16a44e63 phy_attach_direct +EXPORT_SYMBOL vmlinux 0x16a7b16f __traceiter_kmalloc +EXPORT_SYMBOL vmlinux 0x16b08644 vfs_dedupe_file_range +EXPORT_SYMBOL vmlinux 0x16bafc95 cdrom_ioctl +EXPORT_SYMBOL vmlinux 0x16c727a5 mmc_is_req_done +EXPORT_SYMBOL vmlinux 0x16cdc340 acpi_get_table +EXPORT_SYMBOL vmlinux 0x16d38898 udp6_set_csum +EXPORT_SYMBOL vmlinux 0x16de7815 key_validate +EXPORT_SYMBOL vmlinux 0x16e297c3 bit_wait +EXPORT_SYMBOL vmlinux 0x16f2f12b dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0x16f88618 __bread_gfp +EXPORT_SYMBOL vmlinux 0x16fcf505 ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0x170ddf79 acpi_install_notify_handler +EXPORT_SYMBOL vmlinux 0x1727cdb2 d_set_d_op +EXPORT_SYMBOL vmlinux 0x1735953b fib6_info_hw_flags_set +EXPORT_SYMBOL vmlinux 0x17374aed sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0x173a17d0 __tracepoint_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x175e33fb dma_spin_lock +EXPORT_SYMBOL vmlinux 0x1762764c seq_file_path +EXPORT_SYMBOL vmlinux 0x17644706 i2c_put_adapter +EXPORT_SYMBOL vmlinux 0x176a693e __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0x176f9567 vme_slot_num +EXPORT_SYMBOL vmlinux 0x1776dae8 blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x177a82c3 entry_untrain_ret +EXPORT_SYMBOL vmlinux 0x177e0f3c pci_ep_cfs_add_epc_group +EXPORT_SYMBOL vmlinux 0x17834f65 zap_page_range_single +EXPORT_SYMBOL vmlinux 0x179260a5 remove_proc_subtree +EXPORT_SYMBOL vmlinux 0x17b162e3 inet_csk_reqsk_queue_add +EXPORT_SYMBOL vmlinux 0x17be68ca acpi_clear_event +EXPORT_SYMBOL vmlinux 0x17f341a0 i8042_lock_chip +EXPORT_SYMBOL vmlinux 0x17f813a9 __SCT__tp_func_kmalloc +EXPORT_SYMBOL vmlinux 0x180512e3 gro_cells_init +EXPORT_SYMBOL vmlinux 0x1806ef0e vme_master_mmap +EXPORT_SYMBOL vmlinux 0x180c816c __ip_dev_find +EXPORT_SYMBOL vmlinux 0x1819a3f5 register_sysctl +EXPORT_SYMBOL vmlinux 0x181c4371 pci_enable_device +EXPORT_SYMBOL vmlinux 0x181d222e tls_server_hello_psk +EXPORT_SYMBOL vmlinux 0x182420a0 set_capacity +EXPORT_SYMBOL vmlinux 0x18345b8e __bitmap_replace +EXPORT_SYMBOL vmlinux 0x1835f626 unregister_qdisc +EXPORT_SYMBOL vmlinux 0x183d9f32 md_bitmap_unplug +EXPORT_SYMBOL vmlinux 0x18503512 input_match_device_id +EXPORT_SYMBOL vmlinux 0x186553c8 ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x187e51e0 eth_mac_addr +EXPORT_SYMBOL vmlinux 0x18888d00 downgrade_write +EXPORT_SYMBOL vmlinux 0x1888cb81 register_mii_timestamper +EXPORT_SYMBOL vmlinux 0x188ea314 jiffies_to_timespec64 +EXPORT_SYMBOL vmlinux 0x18b72573 register_kmmio_probe +EXPORT_SYMBOL vmlinux 0x18c1dae8 set_user_nice +EXPORT_SYMBOL vmlinux 0x18c6cafd path_get +EXPORT_SYMBOL vmlinux 0x18ccd317 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x18e60984 __do_once_start +EXPORT_SYMBOL vmlinux 0x18fd2c2d __x86_indirect_call_thunk_r13 +EXPORT_SYMBOL vmlinux 0x190d00d3 scsi_rescan_device +EXPORT_SYMBOL vmlinux 0x190fbd03 kmalloc_caches +EXPORT_SYMBOL vmlinux 0x1917c245 sock_no_accept +EXPORT_SYMBOL vmlinux 0x192ea14f __SCT__tp_func_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x1931ee31 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0x193c71a9 neigh_app_ns +EXPORT_SYMBOL vmlinux 0x1948ce10 fwnode_iomap +EXPORT_SYMBOL vmlinux 0x19500380 blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0x1953c958 mempool_create +EXPORT_SYMBOL vmlinux 0x19718c95 proc_remove +EXPORT_SYMBOL vmlinux 0x1973edd4 cfb_fillrect +EXPORT_SYMBOL vmlinux 0x197d5b60 dma_fence_default_wait +EXPORT_SYMBOL vmlinux 0x198029aa devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x1984d421 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0x19894794 phy_device_remove +EXPORT_SYMBOL vmlinux 0x1991a29f alloc_fddidev +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19a51a8c ip_sock_set_pktinfo +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19d1f1a2 setattr_should_drop_suidgid +EXPORT_SYMBOL vmlinux 0x19df67f0 may_setattr +EXPORT_SYMBOL vmlinux 0x19df99b9 acpi_finish_gpe +EXPORT_SYMBOL vmlinux 0x19eab841 pci_write_vpd_any +EXPORT_SYMBOL vmlinux 0x19ed6513 eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0x19f4c294 tls_server_hello_x509 +EXPORT_SYMBOL vmlinux 0x19f7a704 __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0x19fcfddb pcie_get_width_cap +EXPORT_SYMBOL vmlinux 0x1a2e6fda tcf_register_action +EXPORT_SYMBOL vmlinux 0x1a34d271 ip_mc_check_igmp +EXPORT_SYMBOL vmlinux 0x1a3b13ea pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x1a45cb6c acpi_disabled +EXPORT_SYMBOL vmlinux 0x1a63af34 vga_switcheroo_process_delayed_switch +EXPORT_SYMBOL vmlinux 0x1a6caf8f kmem_cache_free +EXPORT_SYMBOL vmlinux 0x1a733f05 input_register_handle +EXPORT_SYMBOL vmlinux 0x1a757f58 set_page_writeback +EXPORT_SYMBOL vmlinux 0x1a79c8e9 __x86_indirect_thunk_r13 +EXPORT_SYMBOL vmlinux 0x1a943a68 sk_dst_check +EXPORT_SYMBOL vmlinux 0x1a9a433c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x1aaf3979 agp_unbind_memory +EXPORT_SYMBOL vmlinux 0x1aaf5624 param_get_ullong +EXPORT_SYMBOL vmlinux 0x1ab009f1 __vfs_setxattr +EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn +EXPORT_SYMBOL vmlinux 0x1adfec2c netdev_state_change +EXPORT_SYMBOL vmlinux 0x1ae5797c dquot_drop +EXPORT_SYMBOL vmlinux 0x1af7237b md_write_start +EXPORT_SYMBOL vmlinux 0x1afea54b fqdir_exit +EXPORT_SYMBOL vmlinux 0x1afff722 netdev_features_change +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b0806bb mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0x1b09021d secure_tcpv6_ts_off +EXPORT_SYMBOL vmlinux 0x1b17dc6f dev_pm_opp_register_notifier +EXPORT_SYMBOL vmlinux 0x1b2640e5 pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0x1b283a90 xfrm_trans_queue +EXPORT_SYMBOL vmlinux 0x1b2faee1 __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0x1b597b7a swake_up_all +EXPORT_SYMBOL vmlinux 0x1b5e37dc icmpv6_ndo_send +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b695a78 locks_copy_lock +EXPORT_SYMBOL vmlinux 0x1b6cc84a migrate_vma_pages +EXPORT_SYMBOL vmlinux 0x1b777357 rdmacg_unregister_device +EXPORT_SYMBOL vmlinux 0x1b7cd77e param_get_bool +EXPORT_SYMBOL vmlinux 0x1b8b95ad i8042_unlock_chip +EXPORT_SYMBOL vmlinux 0x1b908d85 _raw_write_lock_nested +EXPORT_SYMBOL vmlinux 0x1b981a26 da903x_query_status +EXPORT_SYMBOL vmlinux 0x1ba59527 __kmalloc_node +EXPORT_SYMBOL vmlinux 0x1bac158a skb_pull +EXPORT_SYMBOL vmlinux 0x1bb51249 tcp_have_smc +EXPORT_SYMBOL vmlinux 0x1bbd4ea6 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0x1bd59dbe vme_free_consistent +EXPORT_SYMBOL vmlinux 0x1be370d6 blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0x1be4d64e balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0x1bea14e0 tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x1bebe808 generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x1befa42f get_task_cred +EXPORT_SYMBOL vmlinux 0x1c008410 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x1c301630 __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0x1c433b14 tcf_qevent_init +EXPORT_SYMBOL vmlinux 0x1c58427f acpi_remove_notify_handler +EXPORT_SYMBOL vmlinux 0x1c5e4c99 tty_unlock +EXPORT_SYMBOL vmlinux 0x1c61c6a3 mipi_dsi_attach +EXPORT_SYMBOL vmlinux 0x1c70dfd6 tcf_exts_num_actions +EXPORT_SYMBOL vmlinux 0x1c72bd34 dst_discard_out +EXPORT_SYMBOL vmlinux 0x1c825113 dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0x1c954a27 f_setown +EXPORT_SYMBOL vmlinux 0x1ca527fa ioread64be_hi_lo +EXPORT_SYMBOL vmlinux 0x1caf06ad blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x1cb0039f dquot_quotactl_sysfile_ops +EXPORT_SYMBOL vmlinux 0x1cb11044 inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0x1cbb97fe dev_load +EXPORT_SYMBOL vmlinux 0x1cd8438b pxm_to_node +EXPORT_SYMBOL vmlinux 0x1cdafee1 dev_kfree_skb_irq_reason +EXPORT_SYMBOL vmlinux 0x1ce1390c dev_uc_sync +EXPORT_SYMBOL vmlinux 0x1ceb8e10 devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x1cf3c2d5 blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0x1cfe9c0a qdisc_hash_del +EXPORT_SYMBOL vmlinux 0x1d0639d5 vfs_rmdir +EXPORT_SYMBOL vmlinux 0x1d07e365 memdup_user_nul +EXPORT_SYMBOL vmlinux 0x1d0a45a9 mmc_sw_reset +EXPORT_SYMBOL vmlinux 0x1d19f77b physical_mask +EXPORT_SYMBOL vmlinux 0x1d1abdf0 acpi_get_physical_device_location +EXPORT_SYMBOL vmlinux 0x1d20ca97 i2c_del_adapter +EXPORT_SYMBOL vmlinux 0x1d24c881 ___ratelimit +EXPORT_SYMBOL vmlinux 0x1d2ee314 phy_attached_print +EXPORT_SYMBOL vmlinux 0x1d40b6f3 idr_for_each +EXPORT_SYMBOL vmlinux 0x1d468aa9 uart_suspend_port +EXPORT_SYMBOL vmlinux 0x1d499657 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0x1d50a09b fb_validate_mode +EXPORT_SYMBOL vmlinux 0x1d525a98 pci_enable_link_state +EXPORT_SYMBOL vmlinux 0x1d546e6c sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x1d643178 sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x1d9672bd fault_in_subpage_writeable +EXPORT_SYMBOL vmlinux 0x1d989296 devm_free_irq +EXPORT_SYMBOL vmlinux 0x1db2cea8 register_key_type +EXPORT_SYMBOL vmlinux 0x1dbf8991 ethtool_aggregate_rmon_stats +EXPORT_SYMBOL vmlinux 0x1dc6b73e reuseport_migrate_sock +EXPORT_SYMBOL vmlinux 0x1dc6c93b lookup_user_key +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1dd8cf16 scsi_scan_host +EXPORT_SYMBOL vmlinux 0x1de15942 mipi_dsi_device_unregister +EXPORT_SYMBOL vmlinux 0x1de4a5cc security_sb_mnt_opts_compat +EXPORT_SYMBOL vmlinux 0x1de4ccb2 get_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x1dfb3fce flush_signals +EXPORT_SYMBOL vmlinux 0x1e0a0c24 mod_timer_pending +EXPORT_SYMBOL vmlinux 0x1e0cd7fe acpi_detach_data +EXPORT_SYMBOL vmlinux 0x1e171680 tcf_qevent_dump +EXPORT_SYMBOL vmlinux 0x1e19edfb pnp_start_dev +EXPORT_SYMBOL vmlinux 0x1e433864 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0x1e444be6 proto_unregister +EXPORT_SYMBOL vmlinux 0x1e5da62b ipv6_dev_mc_dec +EXPORT_SYMBOL vmlinux 0x1e6211ed ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0x1e6adaa0 bitmap_print_bitmask_to_buf +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e8c622b neigh_direct_output +EXPORT_SYMBOL vmlinux 0x1e8f26c9 seq_read +EXPORT_SYMBOL vmlinux 0x1e925567 scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1eb922a3 IO_APIC_get_PCI_irq_vector +EXPORT_SYMBOL vmlinux 0x1ed0eb14 dev_get_flags +EXPORT_SYMBOL vmlinux 0x1edb69d6 ktime_get_raw_ts64 +EXPORT_SYMBOL vmlinux 0x1ee7c2fa seq_lseek +EXPORT_SYMBOL vmlinux 0x1ef5020d tcp_md5_key_copy +EXPORT_SYMBOL vmlinux 0x1f0d5b1f twl6040_set_bits +EXPORT_SYMBOL vmlinux 0x1f285e8c trace_event_printf +EXPORT_SYMBOL vmlinux 0x1f2e940a noop_llseek +EXPORT_SYMBOL vmlinux 0x1f3806b4 phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x1f4ddd64 mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x1f53823d mfd_remove_devices_late +EXPORT_SYMBOL vmlinux 0x1f549ba3 bio_put +EXPORT_SYMBOL vmlinux 0x1f557414 gen_pool_has_addr +EXPORT_SYMBOL vmlinux 0x1f5dbfd8 phy_set_asym_pause +EXPORT_SYMBOL vmlinux 0x1f6195b0 set_binfmt +EXPORT_SYMBOL vmlinux 0x1f63ea98 sock_alloc_file +EXPORT_SYMBOL vmlinux 0x1f7a6a74 input_event +EXPORT_SYMBOL vmlinux 0x1f887b70 tc_setup_cb_destroy +EXPORT_SYMBOL vmlinux 0x1f97367a blk_queue_virt_boundary +EXPORT_SYMBOL vmlinux 0x1fb2264f skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x1fb56f7a sock_no_getname +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fc1109e proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x1fc69773 flow_block_cb_alloc +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1feb6ac1 clk_add_alias +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x20174e3f xfrm_dev_policy_flush +EXPORT_SYMBOL vmlinux 0x201d2168 xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x202e70e1 iov_iter_kvec +EXPORT_SYMBOL vmlinux 0x203b3658 kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x20463df4 wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x204c5067 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0x205e09cb __put_user_ns +EXPORT_SYMBOL vmlinux 0x209914f3 udp_seq_next +EXPORT_SYMBOL vmlinux 0x209c68b5 ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0x20a50fb1 phy_attach +EXPORT_SYMBOL vmlinux 0x20a55e4c netdev_adjacent_change_abort +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20aada11 rproc_remove_subdev +EXPORT_SYMBOL vmlinux 0x20ba4f3e rdmsr_on_cpu +EXPORT_SYMBOL vmlinux 0x20bc5e9c security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x20bcbe4f blake2s_compress +EXPORT_SYMBOL vmlinux 0x20cbb30a __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x20cebef8 __ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0x20d65e40 fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0x20e57532 vfs_rename +EXPORT_SYMBOL vmlinux 0x20e6e823 __skb_checksum +EXPORT_SYMBOL vmlinux 0x20eadeb6 ip_compute_csum +EXPORT_SYMBOL vmlinux 0x20ec2996 unregister_netdev +EXPORT_SYMBOL vmlinux 0x20f89846 devm_clk_get +EXPORT_SYMBOL vmlinux 0x21121fc2 dev_mc_flush +EXPORT_SYMBOL vmlinux 0x21196fb7 mdio_bus_type +EXPORT_SYMBOL vmlinux 0x213a738d memregion_alloc +EXPORT_SYMBOL vmlinux 0x213e4965 ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x2141ada7 mr_mfc_seq_next +EXPORT_SYMBOL vmlinux 0x2145432b dev_add_offload +EXPORT_SYMBOL vmlinux 0x2158acf3 vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x215bcaaf tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0x2177bd71 acpi_disable_event +EXPORT_SYMBOL vmlinux 0x217b6461 param_ops_ulong +EXPORT_SYMBOL vmlinux 0x217f5f12 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x217fe1d4 dget_parent +EXPORT_SYMBOL vmlinux 0x21892ed1 netif_inherit_tso_max +EXPORT_SYMBOL vmlinux 0x218e600b pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0x21960629 dev_lstats_read +EXPORT_SYMBOL vmlinux 0x21aeb301 ihold +EXPORT_SYMBOL vmlinux 0x21aebc3c touch_buffer +EXPORT_SYMBOL vmlinux 0x21bdb523 errseq_check_and_advance +EXPORT_SYMBOL vmlinux 0x21d577c6 folio_migrate_copy +EXPORT_SYMBOL vmlinux 0x21dc5ec2 get_tree_bdev +EXPORT_SYMBOL vmlinux 0x21e13cb3 inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0x21e26329 __aperture_remove_legacy_vga_devices +EXPORT_SYMBOL vmlinux 0x21ea5251 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x21ef374c try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x221b4f30 md_check_recovery +EXPORT_SYMBOL vmlinux 0x22264cb7 __inode_add_bytes +EXPORT_SYMBOL vmlinux 0x222d1b06 __cpuhp_remove_state +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x2234ca51 acpi_match_platform_list +EXPORT_SYMBOL vmlinux 0x22385a39 jbd2_journal_start +EXPORT_SYMBOL vmlinux 0x2259321e pci_scan_root_bus_bridge +EXPORT_SYMBOL vmlinux 0x22620564 folio_redirty_for_writepage +EXPORT_SYMBOL vmlinux 0x22694647 getname_kernel +EXPORT_SYMBOL vmlinux 0x22728fb0 devm_arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0x22a099cc __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22c31714 dev_mc_unsync +EXPORT_SYMBOL vmlinux 0x22c65458 iget5_locked +EXPORT_SYMBOL vmlinux 0x22d63f53 dcb_getrewr_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0x22de4931 amd_iommu_register_ga_log_notifier +EXPORT_SYMBOL vmlinux 0x22f2332e xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0x230142fb cdev_device_add +EXPORT_SYMBOL vmlinux 0x2302d597 redraw_screen +EXPORT_SYMBOL vmlinux 0x2306927f module_refcount +EXPORT_SYMBOL vmlinux 0x230af123 napi_consume_skb +EXPORT_SYMBOL vmlinux 0x23351d16 __serio_register_driver +EXPORT_SYMBOL vmlinux 0x2349d7b5 md_bitmap_end_sync +EXPORT_SYMBOL vmlinux 0x234ccd7d pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0x235f8697 devm_rproc_add +EXPORT_SYMBOL vmlinux 0x2364c85a tasklet_init +EXPORT_SYMBOL vmlinux 0x237ad440 scsi_host_put +EXPORT_SYMBOL vmlinux 0x237b648a pm860x_set_bits +EXPORT_SYMBOL vmlinux 0x238b099f mipi_dsi_packet_format_is_short +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23bf768b genphy_resume +EXPORT_SYMBOL vmlinux 0x23cb8a91 get_bitmap_from_slot +EXPORT_SYMBOL vmlinux 0x23da9502 icmp_ndo_send +EXPORT_SYMBOL vmlinux 0x23daa989 mipi_dsi_create_packet +EXPORT_SYMBOL vmlinux 0x23dbdcc6 input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x23dc7f6c hdmi_avi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x23e4a540 inet_sock_destruct +EXPORT_SYMBOL vmlinux 0x23e67898 filemap_fdatawait_keep_errors +EXPORT_SYMBOL vmlinux 0x23f1d7a6 page_pool_ethtool_stats_get_count +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x2403657c hash_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x240d151a lock_rename +EXPORT_SYMBOL vmlinux 0x2432a922 get_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0x2435a946 ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0x2438ba02 remove_arg_zero +EXPORT_SYMBOL vmlinux 0x243b784a pci_read_config_dword +EXPORT_SYMBOL vmlinux 0x2459a120 security_task_getsecid_obj +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x24636154 file_modified +EXPORT_SYMBOL vmlinux 0x24663f4d ip_output +EXPORT_SYMBOL vmlinux 0x246bd339 dquot_operations +EXPORT_SYMBOL vmlinux 0x247a94a4 pskb_expand_head +EXPORT_SYMBOL vmlinux 0x248167ba get_cached_acl +EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0x249609a9 __blk_alloc_disk +EXPORT_SYMBOL vmlinux 0x249857e9 input_setup_polling +EXPORT_SYMBOL vmlinux 0x24a11e17 cpumask_any_distribute +EXPORT_SYMBOL vmlinux 0x24b84797 dst_init +EXPORT_SYMBOL vmlinux 0x24bc617d dev_uc_unsync +EXPORT_SYMBOL vmlinux 0x24be4320 dev_trans_start +EXPORT_SYMBOL vmlinux 0x24c62393 i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0x24d273d1 add_timer +EXPORT_SYMBOL vmlinux 0x24e1b558 seg6_hmac_compute +EXPORT_SYMBOL vmlinux 0x24e440b4 __tracepoint_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x2501f77b pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0x2505bf18 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x250c2cdb mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x2524d5a6 __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0x25321eef prepare_creds +EXPORT_SYMBOL vmlinux 0x2540c3e2 dump_skip +EXPORT_SYMBOL vmlinux 0x25463736 __traceiter_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x254c997a tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x256c2ce2 kthread_stop +EXPORT_SYMBOL vmlinux 0x257ad4e8 pps_unregister_source +EXPORT_SYMBOL vmlinux 0x257e40f0 fqdir_init +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x258a2c02 _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x258c28aa unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x258d2f76 net_dim_get_tx_moderation +EXPORT_SYMBOL vmlinux 0x2595643f input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0x25974000 wait_for_completion +EXPORT_SYMBOL vmlinux 0x25bd105d load_nls +EXPORT_SYMBOL vmlinux 0x25c6450d jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0x25db1577 do_trace_write_msr +EXPORT_SYMBOL vmlinux 0x25e9d4bd resource_list_free +EXPORT_SYMBOL vmlinux 0x25f26710 dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0x26060d14 set_groups +EXPORT_SYMBOL vmlinux 0x260a7f19 nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x2611cedb gro_cells_receive +EXPORT_SYMBOL vmlinux 0x261f9910 mdio_device_free +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x263c3152 bcmp +EXPORT_SYMBOL vmlinux 0x263f4c03 netlink_unicast +EXPORT_SYMBOL vmlinux 0x266d69a9 register_framebuffer +EXPORT_SYMBOL vmlinux 0x266f123f ndisc_mc_map +EXPORT_SYMBOL vmlinux 0x267d8d9f cdev_init +EXPORT_SYMBOL vmlinux 0x2688c974 d_obtain_alias +EXPORT_SYMBOL vmlinux 0x2688ec10 bitmap_zalloc +EXPORT_SYMBOL vmlinux 0x26897b52 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x269b51d8 tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0x26a56365 netdev_adjacent_change_commit +EXPORT_SYMBOL vmlinux 0x26c4d446 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0x26d6edd1 blk_integrity_register +EXPORT_SYMBOL vmlinux 0x26d86dbe scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x26e67e99 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0x26f8f0b8 iowrite16be +EXPORT_SYMBOL vmlinux 0x270b3c24 __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x270cf88f dump_stack_lvl +EXPORT_SYMBOL vmlinux 0x271c0d18 genphy_read_lpa +EXPORT_SYMBOL vmlinux 0x271cba95 acpi_bus_private_data_handler +EXPORT_SYMBOL vmlinux 0x272a8933 udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x27334fc5 find_vma +EXPORT_SYMBOL vmlinux 0x2733eaf7 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0x2741de35 tty_port_hangup +EXPORT_SYMBOL vmlinux 0x27479d14 param_free_charp +EXPORT_SYMBOL vmlinux 0x275f3d49 hdmi_vendor_infoframe_check +EXPORT_SYMBOL vmlinux 0x27756bc8 scsi_sanitize_inquiry_string +EXPORT_SYMBOL vmlinux 0x277daacc netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x27810361 acpi_os_wait_events_complete +EXPORT_SYMBOL vmlinux 0x2782b393 xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x27852fa1 sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x279aab0a intel_gmch_probe +EXPORT_SYMBOL vmlinux 0x27a74e17 ndisc_ns_create +EXPORT_SYMBOL vmlinux 0x27a82303 tcp_ioctl +EXPORT_SYMBOL vmlinux 0x27aded7c generic_buffers_fsync_noflush +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27bcb6d1 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0x27cdca93 pci_add_resource +EXPORT_SYMBOL vmlinux 0x27db11aa dev_get_by_index +EXPORT_SYMBOL vmlinux 0x27e0a811 skb_headers_offset_update +EXPORT_SYMBOL vmlinux 0x27ff04ff generic_shutdown_super +EXPORT_SYMBOL vmlinux 0x27ff98d9 sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x2801a22f proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0x28045b77 dma_resv_iter_first_unlocked +EXPORT_SYMBOL vmlinux 0x28077d9c md_handle_request +EXPORT_SYMBOL vmlinux 0x2813436e vme_irq_generate +EXPORT_SYMBOL vmlinux 0x28155fdc sk_free +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x28215a08 jbd2_fc_release_bufs +EXPORT_SYMBOL vmlinux 0x2839e04c always_delete_dentry +EXPORT_SYMBOL vmlinux 0x283ac280 netdev_printk +EXPORT_SYMBOL vmlinux 0x2841df46 scsi_register_driver +EXPORT_SYMBOL vmlinux 0x284faa6b __x86_indirect_thunk_r11 +EXPORT_SYMBOL vmlinux 0x28500e13 proc_douintvec +EXPORT_SYMBOL vmlinux 0x286efda7 tcp_sock_set_syncnt +EXPORT_SYMBOL vmlinux 0x286f417e pci_disable_device +EXPORT_SYMBOL vmlinux 0x2875a315 utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0x287e256e iunique +EXPORT_SYMBOL vmlinux 0x289b9f0c ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0x28e09af1 iosf_mbi_available +EXPORT_SYMBOL vmlinux 0x28e9376d fs_param_is_string +EXPORT_SYMBOL vmlinux 0x28f0690d t10_pi_type3_crc +EXPORT_SYMBOL vmlinux 0x28f94604 __ubsan_handle_builtin_unreachable +EXPORT_SYMBOL vmlinux 0x29171912 dev_addr_del +EXPORT_SYMBOL vmlinux 0x2921a51c configfs_depend_item_unlocked +EXPORT_SYMBOL vmlinux 0x292619e0 sk_capable +EXPORT_SYMBOL vmlinux 0x29332499 __x86_indirect_thunk_rsi +EXPORT_SYMBOL vmlinux 0x293ff9b8 sock_setsockopt +EXPORT_SYMBOL vmlinux 0x294fc0e0 pci_select_bars +EXPORT_SYMBOL vmlinux 0x2956af92 pci_find_resource +EXPORT_SYMBOL vmlinux 0x295e2405 mdiobus_is_registered_device +EXPORT_SYMBOL vmlinux 0x29604158 napi_busy_loop +EXPORT_SYMBOL vmlinux 0x296b8bbf __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x297c49a7 dcb_setrewr +EXPORT_SYMBOL vmlinux 0x29863889 inet_frag_pull_head +EXPORT_SYMBOL vmlinux 0x29ad8e33 x86_hyper_type +EXPORT_SYMBOL vmlinux 0x29bb649e padata_alloc_shell +EXPORT_SYMBOL vmlinux 0x29e1e204 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0x29e69a74 unregister_quota_format +EXPORT_SYMBOL vmlinux 0x29f88c04 dev_set_allmulti +EXPORT_SYMBOL vmlinux 0x29ffc3ae kset_unregister +EXPORT_SYMBOL vmlinux 0x2a215364 sock_pfree +EXPORT_SYMBOL vmlinux 0x2a2e6ae8 vme_register_bridge +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a30f729 serio_interrupt +EXPORT_SYMBOL vmlinux 0x2a3d2fcc md_unregister_thread +EXPORT_SYMBOL vmlinux 0x2a401436 inet_frag_find +EXPORT_SYMBOL vmlinux 0x2a5d7ba9 configfs_undepend_item +EXPORT_SYMBOL vmlinux 0x2a6a5aac sockopt_capable +EXPORT_SYMBOL vmlinux 0x2a6fa0d0 __SCT__tp_func_module_get +EXPORT_SYMBOL vmlinux 0x2a7d4da3 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0x2a81ea45 flow_rule_match_enc_control +EXPORT_SYMBOL vmlinux 0x2a85b203 cpumask_any_and_distribute +EXPORT_SYMBOL vmlinux 0x2a928918 slhc_free +EXPORT_SYMBOL vmlinux 0x2a9a3905 vme_master_get +EXPORT_SYMBOL vmlinux 0x2aa00e26 intel_scu_ipc_dev_update +EXPORT_SYMBOL vmlinux 0x2aa0843e mempool_resize +EXPORT_SYMBOL vmlinux 0x2aa3ae1e dcb_delrewr +EXPORT_SYMBOL vmlinux 0x2aabcdc8 vmalloc_array +EXPORT_SYMBOL vmlinux 0x2ab63ffb __bio_advance +EXPORT_SYMBOL vmlinux 0x2abb191a sk_stop_timer +EXPORT_SYMBOL vmlinux 0x2acb4eaf __x86_indirect_call_thunk_r11 +EXPORT_SYMBOL vmlinux 0x2ad92fba ip_fraglist_init +EXPORT_SYMBOL vmlinux 0x2ae4d40c phy_error +EXPORT_SYMBOL vmlinux 0x2ae79e8f blk_mq_tagset_wait_completed_request +EXPORT_SYMBOL vmlinux 0x2afbd944 __dquot_transfer +EXPORT_SYMBOL vmlinux 0x2b03188b sync_file_create +EXPORT_SYMBOL vmlinux 0x2b059b65 __SCK__tp_func_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x2b10ed36 jbd2_journal_inode_ranged_write +EXPORT_SYMBOL vmlinux 0x2b2071b7 udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0x2b38e2fa __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x2b4df274 __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x2b589626 udp6_csum_init +EXPORT_SYMBOL vmlinux 0x2b593aa8 gen_pool_alloc_algo_owner +EXPORT_SYMBOL vmlinux 0x2b618c0c __traceiter_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x2b6ef38a passthru_features_check +EXPORT_SYMBOL vmlinux 0x2b6f0962 __cpu_dying_mask +EXPORT_SYMBOL vmlinux 0x2b8d8bbf fwnode_irq_get +EXPORT_SYMBOL vmlinux 0x2b8ec0dd from_kprojid_munged +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2bae204e mt_find +EXPORT_SYMBOL vmlinux 0x2bb23638 serio_bus +EXPORT_SYMBOL vmlinux 0x2bb6099e dq_data_lock +EXPORT_SYMBOL vmlinux 0x2bb7c05d __x86_indirect_call_thunk_rsi +EXPORT_SYMBOL vmlinux 0x2bbb7552 flow_rule_match_basic +EXPORT_SYMBOL vmlinux 0x2bcc342a to_nd_pfn +EXPORT_SYMBOL vmlinux 0x2bd60ab9 acpi_reset +EXPORT_SYMBOL vmlinux 0x2bd71c91 km_policy_notify +EXPORT_SYMBOL vmlinux 0x2be41566 netdev_alert +EXPORT_SYMBOL vmlinux 0x2be734fe crypto_sha512_finup +EXPORT_SYMBOL vmlinux 0x2be9eb44 xp_alloc_batch +EXPORT_SYMBOL vmlinux 0x2bee3507 reuseport_has_conns_set +EXPORT_SYMBOL vmlinux 0x2c03dd6d __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x2c1fd092 _dev_alert +EXPORT_SYMBOL vmlinux 0x2c22811d fscrypt_put_encryption_info +EXPORT_SYMBOL vmlinux 0x2c22f2c4 pcie_set_readrq +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c2b6884 netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0x2c541e7b radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x2c82c36a security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x2c877c62 scsi_host_busy +EXPORT_SYMBOL vmlinux 0x2c964a78 generic_fadvise +EXPORT_SYMBOL vmlinux 0x2ca22223 setup_new_exec +EXPORT_SYMBOL vmlinux 0x2ca61bc1 in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x2cafaf2d input_set_min_poll_interval +EXPORT_SYMBOL vmlinux 0x2cb7c619 skb_tunnel_check_pmtu +EXPORT_SYMBOL vmlinux 0x2ccd059a dim_on_top +EXPORT_SYMBOL vmlinux 0x2cd47db9 uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0x2ce38632 convert_art_to_tsc +EXPORT_SYMBOL vmlinux 0x2cf0c910 sg_init_table +EXPORT_SYMBOL vmlinux 0x2cf2678c skb_queue_purge +EXPORT_SYMBOL vmlinux 0x2cf56265 __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0x2d012be6 mmc_free_host +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d296b03 i2c_verify_client +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d34d294 bdi_unregister +EXPORT_SYMBOL vmlinux 0x2d387104 rcu_lazy_set_jiffies_till_flush +EXPORT_SYMBOL vmlinux 0x2d39b0a7 kstrdup +EXPORT_SYMBOL vmlinux 0x2d3b3a70 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0x2d4c2c06 skb_orphan_partial +EXPORT_SYMBOL vmlinux 0x2d4c773a hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0x2d4daef5 find_font +EXPORT_SYMBOL vmlinux 0x2d57312e netif_set_tso_max_segs +EXPORT_SYMBOL vmlinux 0x2d5f8acc gnet_stats_copy_basic_hw +EXPORT_SYMBOL vmlinux 0x2d635b0b udp_lib_rehash +EXPORT_SYMBOL vmlinux 0x2d7499d0 validate_slab_cache +EXPORT_SYMBOL vmlinux 0x2d818d70 param_set_short +EXPORT_SYMBOL vmlinux 0x2d81bd39 pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0x2d912bca dmi_get_bios_year +EXPORT_SYMBOL vmlinux 0x2d994605 security_inode_copy_up_xattr +EXPORT_SYMBOL vmlinux 0x2da63af8 serio_unregister_driver +EXPORT_SYMBOL vmlinux 0x2da7d146 km_policy_expired +EXPORT_SYMBOL vmlinux 0x2db32661 dev_pre_changeaddr_notify +EXPORT_SYMBOL vmlinux 0x2dcf1440 t10_pi_type3_ip +EXPORT_SYMBOL vmlinux 0x2dd16564 arch_register_cpu +EXPORT_SYMBOL vmlinux 0x2de125c0 page_frag_alloc_align +EXPORT_SYMBOL vmlinux 0x2dec1f1a fb_find_mode +EXPORT_SYMBOL vmlinux 0x2def7f76 rtc_cmos_write +EXPORT_SYMBOL vmlinux 0x2df4d5a6 d_instantiate_anon +EXPORT_SYMBOL vmlinux 0x2e087afb dev_set_mac_address_user +EXPORT_SYMBOL vmlinux 0x2e0a637d acpi_walk_resources +EXPORT_SYMBOL vmlinux 0x2e19dd02 phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e2b40d2 strncat +EXPORT_SYMBOL vmlinux 0x2e372ce8 input_set_timestamp +EXPORT_SYMBOL vmlinux 0x2e3bcce2 wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x2e439142 drm_get_panel_orientation_quirk +EXPORT_SYMBOL vmlinux 0x2e449896 dma_find_channel +EXPORT_SYMBOL vmlinux 0x2e5fe036 __skb_ext_put +EXPORT_SYMBOL vmlinux 0x2e8f006c xfrm_lookup +EXPORT_SYMBOL vmlinux 0x2ec6bba0 errseq_set +EXPORT_SYMBOL vmlinux 0x2ec73817 netif_tx_unlock +EXPORT_SYMBOL vmlinux 0x2ef4098f config_item_set_name +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f219b64 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0x2f2e91b2 security_ib_alloc_security +EXPORT_SYMBOL vmlinux 0x2f384db3 acpi_is_video_device +EXPORT_SYMBOL vmlinux 0x2f47646a pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0x2f5f3f8c security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0x2f7754a8 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2f980d04 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x2f9ab188 simple_rmdir +EXPORT_SYMBOL vmlinux 0x2f9ca469 nf_log_set +EXPORT_SYMBOL vmlinux 0x2f9e4f48 __remove_inode_hash +EXPORT_SYMBOL vmlinux 0x2fde7537 mdio_find_bus +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x2ff96865 d_rehash +EXPORT_SYMBOL vmlinux 0x301304c2 __get_user_nocheck_8 +EXPORT_SYMBOL vmlinux 0x30263070 pci_get_device +EXPORT_SYMBOL vmlinux 0x303bc06c pci_free_host_bridge +EXPORT_SYMBOL vmlinux 0x305a916c __x86_indirect_thunk_rdi +EXPORT_SYMBOL vmlinux 0x306983bd xsk_clear_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x30766685 call_fib_notifiers +EXPORT_SYMBOL vmlinux 0x3096be16 names_cachep +EXPORT_SYMBOL vmlinux 0x30a0c091 agp_generic_alloc_pages +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30acfde9 hsiphash_2u32 +EXPORT_SYMBOL vmlinux 0x30b1b9e9 register_fib_notifier +EXPORT_SYMBOL vmlinux 0x30e3fcb0 fscrypt_ioctl_set_policy +EXPORT_SYMBOL vmlinux 0x30ec5946 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x30f059dd neigh_ifdown +EXPORT_SYMBOL vmlinux 0x30feb53d dev_remove_pack +EXPORT_SYMBOL vmlinux 0x31163f36 sk_alloc +EXPORT_SYMBOL vmlinux 0x3116abdf blackhole_netdev +EXPORT_SYMBOL vmlinux 0x3126a9e8 siphash_1u64 +EXPORT_SYMBOL vmlinux 0x312ed932 verify_spi_info +EXPORT_SYMBOL vmlinux 0x3139fd05 sk_stream_error +EXPORT_SYMBOL vmlinux 0x31549b2a __x86_indirect_thunk_r10 +EXPORT_SYMBOL vmlinux 0x31566830 do_splice_direct +EXPORT_SYMBOL vmlinux 0x315a2bf5 asm_load_gs_index +EXPORT_SYMBOL vmlinux 0x31900a7d __page_frag_cache_drain +EXPORT_SYMBOL vmlinux 0x31b09090 netdev_warn +EXPORT_SYMBOL vmlinux 0x31d4961a vm_map_pages +EXPORT_SYMBOL vmlinux 0x31d6449c fib_notifier_ops_unregister +EXPORT_SYMBOL vmlinux 0x31ec5f80 clk_hw_get_clk +EXPORT_SYMBOL vmlinux 0x31f984e3 kthread_bind +EXPORT_SYMBOL vmlinux 0x32017254 gpiochip_irq_relres +EXPORT_SYMBOL vmlinux 0x320188a7 mmc_get_card +EXPORT_SYMBOL vmlinux 0x320a031a netif_tx_wake_queue +EXPORT_SYMBOL vmlinux 0x320f9541 sk_ns_capable +EXPORT_SYMBOL vmlinux 0x3213f038 mutex_unlock +EXPORT_SYMBOL vmlinux 0x321e0ec0 unregister_binfmt +EXPORT_SYMBOL vmlinux 0x3221df67 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x3229918f nexthop_res_grp_activity_update +EXPORT_SYMBOL vmlinux 0x325ae4c4 phy_support_sym_pause +EXPORT_SYMBOL vmlinux 0x326425ca pci_unmap_biosrom +EXPORT_SYMBOL vmlinux 0x32654d43 clkdev_drop +EXPORT_SYMBOL vmlinux 0x32658fb7 genphy_write_mmd_unsupported +EXPORT_SYMBOL vmlinux 0x327c84bf vme_lm_attach +EXPORT_SYMBOL vmlinux 0x3282a207 tty_write_room +EXPORT_SYMBOL vmlinux 0x3283e6b0 prandom_seed_full_state +EXPORT_SYMBOL vmlinux 0x3291d342 __netif_rx +EXPORT_SYMBOL vmlinux 0x3292f9f3 agp_copy_info +EXPORT_SYMBOL vmlinux 0x32afbf6b __traceiter_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x32b9fd02 eth_header_cache_update +EXPORT_SYMBOL vmlinux 0x32bf4024 jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0x32c53d82 pnp_register_driver +EXPORT_SYMBOL vmlinux 0x32c96ce4 vma_alloc_folio +EXPORT_SYMBOL vmlinux 0x32ca96b8 tcp_gro_complete +EXPORT_SYMBOL vmlinux 0x32ce3777 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x32d7b759 pci_clear_master +EXPORT_SYMBOL vmlinux 0x32de75a8 __x86_indirect_call_thunk_rdi +EXPORT_SYMBOL vmlinux 0x32e6f1a0 acpi_video_backlight_string +EXPORT_SYMBOL vmlinux 0x32e8cfea mtree_load +EXPORT_SYMBOL vmlinux 0x32f362be make_bad_inode +EXPORT_SYMBOL vmlinux 0x32f63611 unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x330303cb tcf_idr_cleanup +EXPORT_SYMBOL vmlinux 0x330a5cf8 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0x3324ef3b acpi_set_firmware_waking_vector +EXPORT_SYMBOL vmlinux 0x3334acfc pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0x333bfca1 hdmi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x33549848 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x33554f00 xfrm_parse_spi +EXPORT_SYMBOL vmlinux 0x3369ea44 mtree_insert_range +EXPORT_SYMBOL vmlinux 0x33700c5a unlock_page +EXPORT_SYMBOL vmlinux 0x33736a1d __genradix_ptr_alloc +EXPORT_SYMBOL vmlinux 0x339bb74d tcf_block_netif_keep_dst +EXPORT_SYMBOL vmlinux 0x33b84f74 copy_page +EXPORT_SYMBOL vmlinux 0x33ba8eab dquot_quota_on +EXPORT_SYMBOL vmlinux 0x33c76349 flow_indr_block_cb_alloc +EXPORT_SYMBOL vmlinux 0x33cda96a generic_set_encrypted_ci_d_ops +EXPORT_SYMBOL vmlinux 0x33ce417f pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x33d07fee __x86_indirect_call_thunk_r10 +EXPORT_SYMBOL vmlinux 0x33da9868 mipi_dsi_driver_unregister +EXPORT_SYMBOL vmlinux 0x33ea1cf0 zpool_register_driver +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33fcf44a __kfifo_out_r +EXPORT_SYMBOL vmlinux 0x33fd9da4 acpi_get_gpe_device +EXPORT_SYMBOL vmlinux 0x3402dc8b __write_overflow_field +EXPORT_SYMBOL vmlinux 0x34122781 __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0x341f1db4 skb_trim +EXPORT_SYMBOL vmlinux 0x3422170f crypto_sha3_update +EXPORT_SYMBOL vmlinux 0x3422aa26 phy_start_aneg +EXPORT_SYMBOL vmlinux 0x3428dcf6 udp_seq_start +EXPORT_SYMBOL vmlinux 0x3441445f msrs_free +EXPORT_SYMBOL vmlinux 0x345ad064 ptp_find_pin_unlocked +EXPORT_SYMBOL vmlinux 0x3460999c inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x3481d0a8 kfree_skb_reason +EXPORT_SYMBOL vmlinux 0x3485abf2 ps2_init +EXPORT_SYMBOL vmlinux 0x3489859f acpi_enter_sleep_state_s4bios +EXPORT_SYMBOL vmlinux 0x348c2117 thaw_super +EXPORT_SYMBOL vmlinux 0x348e44a9 tty_unthrottle +EXPORT_SYMBOL vmlinux 0x3490bd3f ip6_xmit +EXPORT_SYMBOL vmlinux 0x3496368c pci_scan_bus +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34a10758 prepare_to_swait_exclusive +EXPORT_SYMBOL vmlinux 0x34a1f7e3 acpi_processor_get_psd +EXPORT_SYMBOL vmlinux 0x34b7a2e9 bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x34ba5c44 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0x34c1ae85 xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x34c7cdbc lookup_bdev +EXPORT_SYMBOL vmlinux 0x34db050b _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x34e0b313 mmc_command_done +EXPORT_SYMBOL vmlinux 0x34e39aac from_kprojid +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x34f5fc1b xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0x34f89363 acpi_terminate_debugger +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x3531372f elv_rb_del +EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy +EXPORT_SYMBOL vmlinux 0x3542b178 tcp_make_synack +EXPORT_SYMBOL vmlinux 0x35494816 phy_init_hw +EXPORT_SYMBOL vmlinux 0x354b4a1e acpi_ut_trace +EXPORT_SYMBOL vmlinux 0x35526433 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0x3563ba01 cdev_add +EXPORT_SYMBOL vmlinux 0x356461c8 rtc_time64_to_tm +EXPORT_SYMBOL vmlinux 0x35737487 rt_dst_clone +EXPORT_SYMBOL vmlinux 0x359a61e4 kmem_cache_free_bulk +EXPORT_SYMBOL vmlinux 0x35a1a00d mipi_dsi_dcs_write +EXPORT_SYMBOL vmlinux 0x35a36507 gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0x35a88f28 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x35ad4c38 file_update_time +EXPORT_SYMBOL vmlinux 0x35c581ad tcp_filter +EXPORT_SYMBOL vmlinux 0x35c925e8 vfs_path_parent_lookup +EXPORT_SYMBOL vmlinux 0x35d03d05 fs_context_for_reconfigure +EXPORT_SYMBOL vmlinux 0x35fcff55 dev_deactivate +EXPORT_SYMBOL vmlinux 0x36003022 scsi_device_set_state +EXPORT_SYMBOL vmlinux 0x36095636 max8998_bulk_write +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x362780ed filemap_range_has_page +EXPORT_SYMBOL vmlinux 0x363262d5 tty_register_ldisc +EXPORT_SYMBOL vmlinux 0x364850b1 down_write_killable +EXPORT_SYMBOL vmlinux 0x364c23ad mutex_is_locked +EXPORT_SYMBOL vmlinux 0x365acda7 set_normalized_timespec64 +EXPORT_SYMBOL vmlinux 0x365e7911 kstrdup_const +EXPORT_SYMBOL vmlinux 0x366707c9 jent_testing_init +EXPORT_SYMBOL vmlinux 0x36742f03 mini_qdisc_pair_block_init +EXPORT_SYMBOL vmlinux 0x3680b103 inet_shutdown +EXPORT_SYMBOL vmlinux 0x36b6ebbf down_killable +EXPORT_SYMBOL vmlinux 0x36c418c2 jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0x36cdeed7 tcp_sync_mss +EXPORT_SYMBOL vmlinux 0x36d44006 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x36d53c83 flow_rule_match_enc_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x37110088 remove_wait_queue +EXPORT_SYMBOL vmlinux 0x3711a998 nexthop_set_hw_flags +EXPORT_SYMBOL vmlinux 0x371e1953 __printk_cpu_sync_wait +EXPORT_SYMBOL vmlinux 0x37258440 scsi_device_get +EXPORT_SYMBOL vmlinux 0x372642e7 tty_check_change +EXPORT_SYMBOL vmlinux 0x373159e6 ptp_clock_unregister +EXPORT_SYMBOL vmlinux 0x37333c20 genl_unregister_family +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x37459501 tcf_qevent_validate_change +EXPORT_SYMBOL vmlinux 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL vmlinux 0x376062c4 tso_build_hdr +EXPORT_SYMBOL vmlinux 0x3777dc6d xp_dma_sync_for_cpu_slow +EXPORT_SYMBOL vmlinux 0x377d8004 acpi_error +EXPORT_SYMBOL vmlinux 0x3790a909 pci_get_slot +EXPORT_SYMBOL vmlinux 0x37b8b39e screen_info +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37cc5fc1 qdisc_offload_graft_helper +EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date +EXPORT_SYMBOL vmlinux 0x381037af blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0x38106689 filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x381b7750 try_module_get +EXPORT_SYMBOL vmlinux 0x38239ac6 pci_write_config_byte +EXPORT_SYMBOL vmlinux 0x3827e690 lookup_one_qstr_excl +EXPORT_SYMBOL vmlinux 0x3854774b kstrtoll +EXPORT_SYMBOL vmlinux 0x3874d75c can_nice +EXPORT_SYMBOL vmlinux 0x3880e68b submit_bio_noacct +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x3891ffc8 ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0x389617b0 LZ4_decompress_fast_continue +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38c07501 folio_mark_dirty +EXPORT_SYMBOL vmlinux 0x38cff612 folio_zero_new_buffers +EXPORT_SYMBOL vmlinux 0x38d6094c nf_register_net_hooks +EXPORT_SYMBOL vmlinux 0x38d75d2c fs_param_is_fd +EXPORT_SYMBOL vmlinux 0x38e46431 mempool_exit +EXPORT_SYMBOL vmlinux 0x38f5c1ce generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0x38fad53d block_dirty_folio +EXPORT_SYMBOL vmlinux 0x39081193 __max_logical_packages +EXPORT_SYMBOL vmlinux 0x3908fa37 sock_efree +EXPORT_SYMBOL vmlinux 0x391308fb shmem_aops +EXPORT_SYMBOL vmlinux 0x391449f9 dev_mc_add +EXPORT_SYMBOL vmlinux 0x3915847a gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0x391753dd sock_init_data_uid +EXPORT_SYMBOL vmlinux 0x391df80a netstamp_needed_key +EXPORT_SYMBOL vmlinux 0x392b1fea wait_for_completion_io +EXPORT_SYMBOL vmlinux 0x392b56e0 mipi_dsi_dcs_set_tear_off +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x39497816 tcp_time_wait +EXPORT_SYMBOL vmlinux 0x394a1e11 phy_sfp_attach +EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x396ce0a8 pmem_sector_size +EXPORT_SYMBOL vmlinux 0x3971f9f7 devm_devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0x39991865 icmp_global_allow +EXPORT_SYMBOL vmlinux 0x3999388f ppp_register_compressor +EXPORT_SYMBOL vmlinux 0x399ad043 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0x39a9bb9b mdiobus_register_device +EXPORT_SYMBOL vmlinux 0x39b12223 __acpi_handle_debug +EXPORT_SYMBOL vmlinux 0x39b5f94e flow_rule_match_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x39c74235 dm_read_arg_group +EXPORT_SYMBOL vmlinux 0x39cdf3aa in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x39d11fa0 ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x39d188a8 phy_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x39d55fb9 km_query +EXPORT_SYMBOL vmlinux 0x39d95ca4 zstd_reset_cstream +EXPORT_SYMBOL vmlinux 0x39e3c030 do_trace_read_msr +EXPORT_SYMBOL vmlinux 0x39e6565d __skb_gro_checksum_complete +EXPORT_SYMBOL vmlinux 0x39ffa976 put_disk +EXPORT_SYMBOL vmlinux 0x3a08475f platform_thermal_notify +EXPORT_SYMBOL vmlinux 0x3a099605 __get_user_nocheck_4 +EXPORT_SYMBOL vmlinux 0x3a19daaf netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0x3a2d1dfa rdmsr_safe_regs_on_cpu +EXPORT_SYMBOL vmlinux 0x3a34ecd7 inet_listen +EXPORT_SYMBOL vmlinux 0x3a47095e sock_no_connect +EXPORT_SYMBOL vmlinux 0x3a4f9d28 rng_is_initialized +EXPORT_SYMBOL vmlinux 0x3a5b404d mount_bdev +EXPORT_SYMBOL vmlinux 0x3a6c0c12 inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x3a7907a1 ip_do_fragment +EXPORT_SYMBOL vmlinux 0x3a796165 fasync_helper +EXPORT_SYMBOL vmlinux 0x3a7ae871 alloc_anon_inode +EXPORT_SYMBOL vmlinux 0x3a7de686 simple_nosetlease +EXPORT_SYMBOL vmlinux 0x3a831c05 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x3aab8ae7 tcf_action_check_ctrlact +EXPORT_SYMBOL vmlinux 0x3aada189 mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0x3ab0e177 ndisc_send_skb +EXPORT_SYMBOL vmlinux 0x3ab28948 console_srcu_read_lock +EXPORT_SYMBOL vmlinux 0x3ab7b1cc scsi_set_sense_field_pointer +EXPORT_SYMBOL vmlinux 0x3aca0190 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x3ad5cda3 lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x3ad7a5d5 acpi_evaluate_reference +EXPORT_SYMBOL vmlinux 0x3ada9e06 acpi_check_region +EXPORT_SYMBOL vmlinux 0x3ae2ad3b pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0x3ae34aeb zstd_init_dctx +EXPORT_SYMBOL vmlinux 0x3af26dfd scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0x3aff3200 acpi_evaluate_object_typed +EXPORT_SYMBOL vmlinux 0x3b029f48 acpi_install_fixed_event_handler +EXPORT_SYMBOL vmlinux 0x3b078ff4 pci_release_region +EXPORT_SYMBOL vmlinux 0x3b084917 phy_write_mmd +EXPORT_SYMBOL vmlinux 0x3b321462 LZ4_setStreamDecode +EXPORT_SYMBOL vmlinux 0x3b423410 __copy_user_nocache +EXPORT_SYMBOL vmlinux 0x3b5e2230 xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x3b644591 __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x3b6c41ea kstrtouint +EXPORT_SYMBOL vmlinux 0x3b72f08d preempt_schedule_notrace_thunk +EXPORT_SYMBOL vmlinux 0x3b777661 lease_modify +EXPORT_SYMBOL vmlinux 0x3b83610f cpu_sibling_map +EXPORT_SYMBOL vmlinux 0x3b87b257 dcache_readdir +EXPORT_SYMBOL vmlinux 0x3b9144c9 acpi_get_current_resources +EXPORT_SYMBOL vmlinux 0x3b98a8d1 skb_push +EXPORT_SYMBOL vmlinux 0x3ba59994 dev_change_flags +EXPORT_SYMBOL vmlinux 0x3bd49eac inode_set_bytes +EXPORT_SYMBOL vmlinux 0x3bd614ec genphy_read_status_fixed +EXPORT_SYMBOL vmlinux 0x3bfd0ec2 make_kgid +EXPORT_SYMBOL vmlinux 0x3c12687a padata_free_shell +EXPORT_SYMBOL vmlinux 0x3c185c61 page_put_link +EXPORT_SYMBOL vmlinux 0x3c21b822 devm_clk_put +EXPORT_SYMBOL vmlinux 0x3c27d9a3 vga_con +EXPORT_SYMBOL vmlinux 0x3c38a5c3 kfree_skb_list_reason +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c3ff9fd sprintf +EXPORT_SYMBOL vmlinux 0x3c427f67 cpu_die_map +EXPORT_SYMBOL vmlinux 0x3c4b0671 __dec_node_page_state +EXPORT_SYMBOL vmlinux 0x3c6662d7 iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0x3c854fea kern_path +EXPORT_SYMBOL vmlinux 0x3c8e785b ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x3c911047 mipi_dsi_dcs_enter_sleep_mode +EXPORT_SYMBOL vmlinux 0x3ca84ece tcp_enter_cwr +EXPORT_SYMBOL vmlinux 0x3cb23db3 console_srcu_read_unlock +EXPORT_SYMBOL vmlinux 0x3cbb940b zstd_init_dstream +EXPORT_SYMBOL vmlinux 0x3cc70dc7 netif_device_attach +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3cffbb8d __blk_mq_alloc_disk +EXPORT_SYMBOL vmlinux 0x3d20227d blk_mq_destroy_queue +EXPORT_SYMBOL vmlinux 0x3d210724 gen_pool_dma_zalloc_align +EXPORT_SYMBOL vmlinux 0x3d27e8d1 writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x3d28f2d7 kernel_param_unlock +EXPORT_SYMBOL vmlinux 0x3d3eaf27 simple_transaction_set +EXPORT_SYMBOL vmlinux 0x3d57fc19 __mdiobus_read +EXPORT_SYMBOL vmlinux 0x3d631f1f key_put +EXPORT_SYMBOL vmlinux 0x3d6501b4 generic_write_checks +EXPORT_SYMBOL vmlinux 0x3d7bac46 posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x3d94611e sockopt_lock_sock +EXPORT_SYMBOL vmlinux 0x3d99964a mmc_start_request +EXPORT_SYMBOL vmlinux 0x3d9c0e52 __dquot_free_space +EXPORT_SYMBOL vmlinux 0x3da092b8 dma_fence_get_stub +EXPORT_SYMBOL vmlinux 0x3da171f9 pci_mem_start +EXPORT_SYMBOL vmlinux 0x3daae96c dma_fence_signal_timestamp +EXPORT_SYMBOL vmlinux 0x3dabf271 memcg_sockets_enabled_key +EXPORT_SYMBOL vmlinux 0x3dac779a bpf_sk_lookup_enabled +EXPORT_SYMBOL vmlinux 0x3dad9978 cancel_delayed_work +EXPORT_SYMBOL vmlinux 0x3dc619d3 swake_up_locked +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3ddc6c04 x86_bios_cpu_apicid +EXPORT_SYMBOL vmlinux 0x3de1f7a3 genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x3de3fe0a __netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x3de772ce ppp_input_error +EXPORT_SYMBOL vmlinux 0x3dec76bf elv_rb_find +EXPORT_SYMBOL vmlinux 0x3deea906 pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0x3df64e33 pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0x3dfb86b9 resource_list_create_entry +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e02c195 page_pool_put_page_bulk +EXPORT_SYMBOL vmlinux 0x3e34f198 vfs_mkobj +EXPORT_SYMBOL vmlinux 0x3e35b7b9 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0x3e3bad0a __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x3e517b87 sg_miter_start +EXPORT_SYMBOL vmlinux 0x3e65d3c8 __register_binfmt +EXPORT_SYMBOL vmlinux 0x3e69ba15 __skb_pad +EXPORT_SYMBOL vmlinux 0x3e6b23f9 put_watch_queue +EXPORT_SYMBOL vmlinux 0x3eabd0d0 seq_escape_mem +EXPORT_SYMBOL vmlinux 0x3ebc89ec tcf_exts_change +EXPORT_SYMBOL vmlinux 0x3eca278d __skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x3eccbe2c __find_nth_bit +EXPORT_SYMBOL vmlinux 0x3ed08f13 xfrm_state_walk +EXPORT_SYMBOL vmlinux 0x3ee2737e inet_proto_csum_replace_by_diff +EXPORT_SYMBOL vmlinux 0x3ee370e5 param_get_string +EXPORT_SYMBOL vmlinux 0x3ee396b5 mount_single +EXPORT_SYMBOL vmlinux 0x3ee668b8 tcf_action_exec +EXPORT_SYMBOL vmlinux 0x3ef0787f touch_atime +EXPORT_SYMBOL vmlinux 0x3efe1703 phy_unregister_fixup_for_id +EXPORT_SYMBOL vmlinux 0x3f0041e5 neigh_resolve_output +EXPORT_SYMBOL vmlinux 0x3f06fe4e __traceiter_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x3f0eabd2 xxh64_update +EXPORT_SYMBOL vmlinux 0x3f11f829 default_qdisc_ops +EXPORT_SYMBOL vmlinux 0x3f34644d zstd_dstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f4766c2 phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0x3f4934fd eth_header_parse_protocol +EXPORT_SYMBOL vmlinux 0x3f4bd846 gen_pool_first_fit_order_align +EXPORT_SYMBOL vmlinux 0x3f89071b security_ib_pkey_access +EXPORT_SYMBOL vmlinux 0x3f9a7a15 inet_sk_set_state +EXPORT_SYMBOL vmlinux 0x3fa0cce8 kmem_cache_alloc_lru +EXPORT_SYMBOL vmlinux 0x3fb4e76c netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0x3fbf3c89 vme_slave_set +EXPORT_SYMBOL vmlinux 0x3fc39779 mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0x3fd78f3b register_chrdev_region +EXPORT_SYMBOL vmlinux 0x3fde34df seq_bprintf +EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight +EXPORT_SYMBOL vmlinux 0x3fe30966 touchscreen_report_pos +EXPORT_SYMBOL vmlinux 0x3ff271ed jbd2_journal_put_journal_head +EXPORT_SYMBOL vmlinux 0x400bdd76 iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0x4014950a ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0x401af2e3 tc_setup_cb_reoffload +EXPORT_SYMBOL vmlinux 0x40235c98 _raw_write_unlock +EXPORT_SYMBOL vmlinux 0x40431412 folio_alloc +EXPORT_SYMBOL vmlinux 0x4048aece rproc_mem_entry_init +EXPORT_SYMBOL vmlinux 0x404a7acc free_cgroup_ns +EXPORT_SYMBOL vmlinux 0x404c1615 unregister_console +EXPORT_SYMBOL vmlinux 0x404dfce1 kmem_cache_create_usercopy +EXPORT_SYMBOL vmlinux 0x40543710 mipi_dsi_detach +EXPORT_SYMBOL vmlinux 0x4055a920 acpi_remove_fixed_event_handler +EXPORT_SYMBOL vmlinux 0x40566e0d tc_cleanup_offload_action +EXPORT_SYMBOL vmlinux 0x405f803b sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x4070b910 devm_memunmap +EXPORT_SYMBOL vmlinux 0x4074054d xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x4077e6fa param_set_invbool +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x409ba4a8 sock_kfree_s +EXPORT_SYMBOL vmlinux 0x40a03e12 vfs_parse_fs_param_source +EXPORT_SYMBOL vmlinux 0x40a2e678 neigh_parms_release +EXPORT_SYMBOL vmlinux 0x40a62432 __nla_validate +EXPORT_SYMBOL vmlinux 0x40a69b61 xfrm4_udp_encap_rcv +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40cf882e amd_iommu_domain_clear_gcr3 +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d59096 unregister_restart_handler +EXPORT_SYMBOL vmlinux 0x40e86824 dma_alloc_attrs +EXPORT_SYMBOL vmlinux 0x40f76a86 __vcalloc +EXPORT_SYMBOL vmlinux 0x40f813b2 vfs_iocb_iter_read +EXPORT_SYMBOL vmlinux 0x410f8f0c md_write_inc +EXPORT_SYMBOL vmlinux 0x41130483 config_item_init_type_name +EXPORT_SYMBOL vmlinux 0x411c699e pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0x412e33d6 phy_ethtool_get_sset_count +EXPORT_SYMBOL vmlinux 0x412f6f50 md_bitmap_close_sync +EXPORT_SYMBOL vmlinux 0x412f893c page_offline_begin +EXPORT_SYMBOL vmlinux 0x4130617d security_d_instantiate +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x417b7a7f __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0x417c377f kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0x417ffac2 pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x418f19d7 tcf_exts_init_ex +EXPORT_SYMBOL vmlinux 0x41a30bef mtree_store_range +EXPORT_SYMBOL vmlinux 0x41ae9a8f begin_new_exec +EXPORT_SYMBOL vmlinux 0x41d53ad3 crypto_sha3_init +EXPORT_SYMBOL vmlinux 0x41e962fd inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0x41ed3709 get_random_bytes +EXPORT_SYMBOL vmlinux 0x41efdeaf radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0x41fbf02d netdev_bind_sb_channel_queue +EXPORT_SYMBOL vmlinux 0x41fcbd70 crypto_sha3_final +EXPORT_SYMBOL vmlinux 0x41fe20cd netpoll_poll_dev +EXPORT_SYMBOL vmlinux 0x420cb6d1 __mmap_lock_do_trace_start_locking +EXPORT_SYMBOL vmlinux 0x420d45c9 __cpuhp_remove_state_cpuslocked +EXPORT_SYMBOL vmlinux 0x422b080a iget_locked +EXPORT_SYMBOL vmlinux 0x4241a655 tcp_connect +EXPORT_SYMBOL vmlinux 0x4248ae3c single_task_running +EXPORT_SYMBOL vmlinux 0x4249cc5f i2c_get_match_data +EXPORT_SYMBOL vmlinux 0x424d3620 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x42540d1d pci_pme_capable +EXPORT_SYMBOL vmlinux 0x42578e80 acpi_get_type +EXPORT_SYMBOL vmlinux 0x42594e0d blk_execute_rq +EXPORT_SYMBOL vmlinux 0x4268a2d0 phy_disconnect +EXPORT_SYMBOL vmlinux 0x427f0ac4 vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x42955bdc udp_read_skb +EXPORT_SYMBOL vmlinux 0x4297351a tcf_action_set_ctrlact +EXPORT_SYMBOL vmlinux 0x4297a2b4 filemap_flush +EXPORT_SYMBOL vmlinux 0x4297e34e flow_rule_match_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x42b55f51 mipi_dsi_dcs_get_pixel_format +EXPORT_SYMBOL vmlinux 0x42bd58d7 dma_mmap_attrs +EXPORT_SYMBOL vmlinux 0x42bed8d4 unix_gc_lock +EXPORT_SYMBOL vmlinux 0x42cac439 mdiobus_setup_mdiodev_from_board_info +EXPORT_SYMBOL vmlinux 0x42cbfdeb scsi_target_resume +EXPORT_SYMBOL vmlinux 0x42d302e9 input_inject_event +EXPORT_SYMBOL vmlinux 0x42d35f95 tcp_sock_set_keepidle +EXPORT_SYMBOL vmlinux 0x42d57b66 skb_flow_get_icmp_tci +EXPORT_SYMBOL vmlinux 0x42f1b900 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x43025639 security_sctp_assoc_request +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x432ab987 get_agp_version +EXPORT_SYMBOL vmlinux 0x43363cb7 tcp_disconnect +EXPORT_SYMBOL vmlinux 0x4336fcca ucs2_as_utf8 +EXPORT_SYMBOL vmlinux 0x433cabfb acpi_decode_pld_buffer +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x4368e4b2 dev_get_by_napi_id +EXPORT_SYMBOL vmlinux 0x437a0d6d __sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x43ad0a3f elv_rb_former_request +EXPORT_SYMBOL vmlinux 0x43b0c9c3 preempt_schedule +EXPORT_SYMBOL vmlinux 0x43babd19 sg_init_one +EXPORT_SYMBOL vmlinux 0x43c2e019 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0x43c59786 devm_mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x43d22fb9 groups_alloc +EXPORT_SYMBOL vmlinux 0x43d7d117 __xfrm_init_state +EXPORT_SYMBOL vmlinux 0x43e01844 rt6_lookup +EXPORT_SYMBOL vmlinux 0x43e127e8 pci_iomap_range +EXPORT_SYMBOL vmlinux 0x43eb1c48 drop_super +EXPORT_SYMBOL vmlinux 0x43f9ebc8 slhc_remember +EXPORT_SYMBOL vmlinux 0x440e859f mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0x44414ff2 iosf_mbi_unblock_punit_i2c_access +EXPORT_SYMBOL vmlinux 0x44469a76 crc_ccitt_false_table +EXPORT_SYMBOL vmlinux 0x445238b4 request_key_tag +EXPORT_SYMBOL vmlinux 0x4462d35e cpufreq_get_hw_max_freq +EXPORT_SYMBOL vmlinux 0x44643162 phy_get_internal_delay +EXPORT_SYMBOL vmlinux 0x44902cff acpi_enable_event +EXPORT_SYMBOL vmlinux 0x449ad0a7 memcmp +EXPORT_SYMBOL vmlinux 0x44aaf30f tsc_khz +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44ef1d96 skb_put +EXPORT_SYMBOL vmlinux 0x45006cee default_red +EXPORT_SYMBOL vmlinux 0x450496fe processors +EXPORT_SYMBOL vmlinux 0x450639ab sg_last +EXPORT_SYMBOL vmlinux 0x45081703 ec_get_handle +EXPORT_SYMBOL vmlinux 0x451197dd i2c_del_driver +EXPORT_SYMBOL vmlinux 0x4521283c get_watch_queue +EXPORT_SYMBOL vmlinux 0x45279a06 blkdev_put +EXPORT_SYMBOL vmlinux 0x452ba683 ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x452e55b1 dentry_create +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x45535485 xxh32_update +EXPORT_SYMBOL vmlinux 0x45736ac4 dst_destroy +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x459c3b3b padata_do_serial +EXPORT_SYMBOL vmlinux 0x459ddab4 scsi_add_device +EXPORT_SYMBOL vmlinux 0x45be8e4b devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0x45c54aa4 poll_initwait +EXPORT_SYMBOL vmlinux 0x45d246da node_to_cpumask_map +EXPORT_SYMBOL vmlinux 0x45d95326 inet_recvmsg +EXPORT_SYMBOL vmlinux 0x45e8d7b5 native_write_cr0 +EXPORT_SYMBOL vmlinux 0x45ea6259 tcp_mmap +EXPORT_SYMBOL vmlinux 0x45f7a3e2 sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0x45fad62c input_unregister_handler +EXPORT_SYMBOL vmlinux 0x45fbcd33 remove_watch_from_object +EXPORT_SYMBOL vmlinux 0x45fc19d2 retbleed_untrain_ret +EXPORT_SYMBOL vmlinux 0x46015a39 md_cluster_ops +EXPORT_SYMBOL vmlinux 0x4606b531 acpi_dev_hid_uid_match +EXPORT_SYMBOL vmlinux 0x460f4a34 flow_hash_from_keys +EXPORT_SYMBOL vmlinux 0x46178a3f locks_lock_inode_wait +EXPORT_SYMBOL vmlinux 0x463b7132 dmam_pool_create +EXPORT_SYMBOL vmlinux 0x46451cee zstd_get_frame_header +EXPORT_SYMBOL vmlinux 0x464b07a8 tcp_sock_set_user_timeout +EXPORT_SYMBOL vmlinux 0x46537df6 dev_uc_del +EXPORT_SYMBOL vmlinux 0x465d4b56 pldmfw_op_pci_match_record +EXPORT_SYMBOL vmlinux 0x465e24ff ucs2_utf8size +EXPORT_SYMBOL vmlinux 0x4666c8d3 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x467df16d netdev_rss_key_fill +EXPORT_SYMBOL vmlinux 0x46989554 amd_iommu_flush_tlb +EXPORT_SYMBOL vmlinux 0x469a6ec7 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0x46a4a30c unregister_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0x46bd5d6e video_get_options +EXPORT_SYMBOL vmlinux 0x46c47fb6 __node_distance +EXPORT_SYMBOL vmlinux 0x46cf10eb cachemode2protval +EXPORT_SYMBOL vmlinux 0x46e0718a crypto_sha512_update +EXPORT_SYMBOL vmlinux 0x4715a909 acpi_load_table +EXPORT_SYMBOL vmlinux 0x47196c70 __netif_napi_del +EXPORT_SYMBOL vmlinux 0x4740b3bc xen_arch_unregister_cpu +EXPORT_SYMBOL vmlinux 0x475b9496 configfs_register_group +EXPORT_SYMBOL vmlinux 0x47662526 jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0x47709e42 free_anon_bdev +EXPORT_SYMBOL vmlinux 0x477a05fb generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x4782988d skb_copy_and_hash_datagram_iter +EXPORT_SYMBOL vmlinux 0x4783ba11 pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x47887b96 ip_defrag +EXPORT_SYMBOL vmlinux 0x479fb3a1 dev_set_threaded +EXPORT_SYMBOL vmlinux 0x47c1f5c5 tcp_read_sock +EXPORT_SYMBOL vmlinux 0x47c20f8a refcount_dec_not_one +EXPORT_SYMBOL vmlinux 0x47c65bfc unregister_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0x47c78cbd sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0x47cfd825 kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0x47d8d301 __cond_resched_rwlock_read +EXPORT_SYMBOL vmlinux 0x47f3298d vm_iomap_memory +EXPORT_SYMBOL vmlinux 0x47f345f2 mmc_gpio_set_cd_irq +EXPORT_SYMBOL vmlinux 0x47f37ff3 skb_udp_tunnel_segment +EXPORT_SYMBOL vmlinux 0x47f6191b dma_unmap_resource +EXPORT_SYMBOL vmlinux 0x48070ed7 init_pseudo +EXPORT_SYMBOL vmlinux 0x480bcab5 kernel_tmpfile_open +EXPORT_SYMBOL vmlinux 0x48112d76 _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0x481814c4 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0x48193639 acpi_lid_open +EXPORT_SYMBOL vmlinux 0x481dff31 blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0x482311de crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x4829cf6b fscrypt_enqueue_decrypt_work +EXPORT_SYMBOL vmlinux 0x48350e6e netdev_adjacent_change_prepare +EXPORT_SYMBOL vmlinux 0x483618c1 skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0x483a7d11 skb_queue_head +EXPORT_SYMBOL vmlinux 0x4841bdee strnchr +EXPORT_SYMBOL vmlinux 0x4848cfb1 phy_mipi_dphy_get_default_config +EXPORT_SYMBOL vmlinux 0x484f6edf ktime_get_coarse_real_ts64 +EXPORT_SYMBOL vmlinux 0x48507bce iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x486075c8 gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x4864e34a tty_hangup +EXPORT_SYMBOL vmlinux 0x48795adb read_cache_page +EXPORT_SYMBOL vmlinux 0x487b61ec seg6_hmac_validate_skb +EXPORT_SYMBOL vmlinux 0x4886f01e d_genocide +EXPORT_SYMBOL vmlinux 0x488d561a dma_fence_describe +EXPORT_SYMBOL vmlinux 0x488f5b24 __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x48975410 xfrm_lookup_with_ifid +EXPORT_SYMBOL vmlinux 0x489f6e0b rdma_dim +EXPORT_SYMBOL vmlinux 0x48a91171 string_get_size +EXPORT_SYMBOL vmlinux 0x48b3b9d4 fs_param_is_path +EXPORT_SYMBOL vmlinux 0x48b620d5 _dev_info +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48bc3437 i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0x48c093fb _atomic_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0x48d27375 __bitmap_intersects +EXPORT_SYMBOL vmlinux 0x48d3fa27 kmalloc_large_node +EXPORT_SYMBOL vmlinux 0x48d40c87 mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0x48d50e79 amd_iommu_register_ppr_notifier +EXPORT_SYMBOL vmlinux 0x48d88a2c __SCT__preempt_schedule +EXPORT_SYMBOL vmlinux 0x48de9bae datagram_poll +EXPORT_SYMBOL vmlinux 0x48ffbb87 mtree_alloc_range +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x4909a790 dma_fence_get_status +EXPORT_SYMBOL vmlinux 0x4914718b ip_cmsg_recv_offset +EXPORT_SYMBOL vmlinux 0x491ab776 scsi_remove_target +EXPORT_SYMBOL vmlinux 0x491ec215 cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0x493f3d63 tls_client_hello_psk +EXPORT_SYMBOL vmlinux 0x4946fbf8 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0x4948d5c9 pci_ep_cfs_add_epf_group +EXPORT_SYMBOL vmlinux 0x494e3393 vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x495e378d __pv_queued_spin_lock_slowpath +EXPORT_SYMBOL vmlinux 0x4967e79f radix_tree_iter_resume +EXPORT_SYMBOL vmlinux 0x4969ccaa scmd_printk +EXPORT_SYMBOL vmlinux 0x4977c498 stack_depot_get_extra_bits +EXPORT_SYMBOL vmlinux 0x497deb3e sock_create +EXPORT_SYMBOL vmlinux 0x498b1828 inc_node_page_state +EXPORT_SYMBOL vmlinux 0x499f0ecf nd_sb_checksum +EXPORT_SYMBOL vmlinux 0x49b02b0a ilookup5 +EXPORT_SYMBOL vmlinux 0x49b163b8 acpi_bus_scan +EXPORT_SYMBOL vmlinux 0x49cbe8a4 vme_init_bridge +EXPORT_SYMBOL vmlinux 0x49edc9e7 register_console +EXPORT_SYMBOL vmlinux 0x49f6cf8e tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0x4a0eb079 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x4a20f7df xfrm4_rcv +EXPORT_SYMBOL vmlinux 0x4a278ba5 single_open_size +EXPORT_SYMBOL vmlinux 0x4a390150 twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0x4a3ad70e wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0x4a3fbacd tty_register_device +EXPORT_SYMBOL vmlinux 0x4a453f53 iowrite32 +EXPORT_SYMBOL vmlinux 0x4a55d57f blk_queue_io_min +EXPORT_SYMBOL vmlinux 0x4a6501f0 fs_param_is_blob +EXPORT_SYMBOL vmlinux 0x4a8fb3ca devm_pci_remap_cfg_resource +EXPORT_SYMBOL vmlinux 0x4a96a8eb xxh32_digest +EXPORT_SYMBOL vmlinux 0x4aa03dab skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x4ad012e7 tcp_prot +EXPORT_SYMBOL vmlinux 0x4addeaeb bio_add_page +EXPORT_SYMBOL vmlinux 0x4ae0d736 eth_gro_receive +EXPORT_SYMBOL vmlinux 0x4ae90d8e hdmi_avi_infoframe_check +EXPORT_SYMBOL vmlinux 0x4aea463f crc32_le_shift +EXPORT_SYMBOL vmlinux 0x4aeea792 devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0x4af6c903 disk_stack_limits +EXPORT_SYMBOL vmlinux 0x4af6ddf0 kstrtou16 +EXPORT_SYMBOL vmlinux 0x4afb2238 add_wait_queue +EXPORT_SYMBOL vmlinux 0x4b085dbf agp3_generic_configure +EXPORT_SYMBOL vmlinux 0x4b239b2d mdiobus_unregister_device +EXPORT_SYMBOL vmlinux 0x4b401817 iwe_stream_add_value +EXPORT_SYMBOL vmlinux 0x4b4339eb handshake_req_private +EXPORT_SYMBOL vmlinux 0x4b56f53d cros_ec_query_all +EXPORT_SYMBOL vmlinux 0x4b5e3a47 __get_user_nocheck_1 +EXPORT_SYMBOL vmlinux 0x4b6df007 acpi_evaluate_reg +EXPORT_SYMBOL vmlinux 0x4b750f53 _raw_spin_unlock_irq +EXPORT_SYMBOL vmlinux 0x4b9c3402 mdiobus_c45_read_nested +EXPORT_SYMBOL vmlinux 0x4bac65b0 crypto_sha1_finup +EXPORT_SYMBOL vmlinux 0x4bb30c2d __post_watch_notification +EXPORT_SYMBOL vmlinux 0x4bcc2662 mempool_init_node +EXPORT_SYMBOL vmlinux 0x4bd36c41 xfrm_replay_seqhi +EXPORT_SYMBOL vmlinux 0x4bef1c67 empty_name +EXPORT_SYMBOL vmlinux 0x4bf577f0 vlan_filter_drop_vids +EXPORT_SYMBOL vmlinux 0x4c07a7e0 acpi_processor_unregister_performance +EXPORT_SYMBOL vmlinux 0x4c0a3d72 mr_mfc_find_parent +EXPORT_SYMBOL vmlinux 0x4c106013 fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x4c236f6f __x86_indirect_thunk_r15 +EXPORT_SYMBOL vmlinux 0x4c2d72f3 xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x4c416eb9 LZ4_decompress_fast +EXPORT_SYMBOL vmlinux 0x4c8d9281 fault_in_iov_iter_writeable +EXPORT_SYMBOL vmlinux 0x4c9a1dee folio_add_lru +EXPORT_SYMBOL vmlinux 0x4c9d28b0 phys_base +EXPORT_SYMBOL vmlinux 0x4ca30ebd md_bitmap_unplug_async +EXPORT_SYMBOL vmlinux 0x4ca96bde devm_ioremap +EXPORT_SYMBOL vmlinux 0x4cabe2b4 skb_tx_error +EXPORT_SYMBOL vmlinux 0x4cb91586 from_kgid_munged +EXPORT_SYMBOL vmlinux 0x4ccce67c fb_set_suspend +EXPORT_SYMBOL vmlinux 0x4cd5bc5e rdmsr_safe_regs +EXPORT_SYMBOL vmlinux 0x4cf7d292 dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0x4cf9dfd2 ___pskb_trim +EXPORT_SYMBOL vmlinux 0x4d1142b2 device_match_acpi_dev +EXPORT_SYMBOL vmlinux 0x4d23735b generic_key_instantiate +EXPORT_SYMBOL vmlinux 0x4d2a7beb rdmacg_try_charge +EXPORT_SYMBOL vmlinux 0x4d2c7133 acpi_info +EXPORT_SYMBOL vmlinux 0x4d31d352 scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0x4d39fb38 param_get_long +EXPORT_SYMBOL vmlinux 0x4d4c80be scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0x4d63b33f sock_no_linger +EXPORT_SYMBOL vmlinux 0x4d7196f8 fs_lookup_param +EXPORT_SYMBOL vmlinux 0x4d894a5b unregister_nls +EXPORT_SYMBOL vmlinux 0x4d8d1754 dma_resv_replace_fences +EXPORT_SYMBOL vmlinux 0x4d924f20 memremap +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4da278d9 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4db3823c amd_iommu_device_info +EXPORT_SYMBOL vmlinux 0x4de995ec gen_pool_dma_alloc_algo +EXPORT_SYMBOL vmlinux 0x4df02057 crc32_be +EXPORT_SYMBOL vmlinux 0x4df2ea84 gen_estimator_read +EXPORT_SYMBOL vmlinux 0x4dfa8d4b mutex_lock +EXPORT_SYMBOL vmlinux 0x4e0e60ec ipmi_platform_add +EXPORT_SYMBOL vmlinux 0x4e20bcf8 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e36cdc4 __ubsan_handle_divrem_overflow +EXPORT_SYMBOL vmlinux 0x4e41f72c phy_detach +EXPORT_SYMBOL vmlinux 0x4e547048 __kmalloc_node_track_caller +EXPORT_SYMBOL vmlinux 0x4e5e0c1f udp_lib_unhash +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6e4b41 radix_tree_delete +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e795864 phy_modify_paged_changed +EXPORT_SYMBOL vmlinux 0x4e8f35bb dma_resv_fini +EXPORT_SYMBOL vmlinux 0x4ea25709 dql_reset +EXPORT_SYMBOL vmlinux 0x4ea78bab __x86_indirect_call_thunk_r15 +EXPORT_SYMBOL vmlinux 0x4eada8f7 security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0x4eadf887 finalize_exec +EXPORT_SYMBOL vmlinux 0x4eb2b066 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x4ebcf7b8 nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x4ec54e78 bitmap_to_arr32 +EXPORT_SYMBOL vmlinux 0x4ecab6c4 pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0x4eda936d tcp_req_err +EXPORT_SYMBOL vmlinux 0x4f011f62 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x4f1bda80 scsi_ioctl +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f1e5e63 pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0x4f20d80b zstd_min_clevel +EXPORT_SYMBOL vmlinux 0x4f2250ba rtc_tm_to_time64 +EXPORT_SYMBOL vmlinux 0x4f24559f blk_rq_init +EXPORT_SYMBOL vmlinux 0x4f2a579a i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0x4f53217c mipi_dsi_host_register +EXPORT_SYMBOL vmlinux 0x4f55166f acpi_set_current_resources +EXPORT_SYMBOL vmlinux 0x4f6ce036 mdio_device_create +EXPORT_SYMBOL vmlinux 0x4f6f047c update_devfreq +EXPORT_SYMBOL vmlinux 0x4f711f84 intel_scu_ipc_dev_iowrite8 +EXPORT_SYMBOL vmlinux 0x4f7d1235 starget_for_each_device +EXPORT_SYMBOL vmlinux 0x4f7fbe5f create_empty_buffers +EXPORT_SYMBOL vmlinux 0x4f8797d4 ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x4f8a8bdf __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0x4f8b1ce8 nd_btt_version +EXPORT_SYMBOL vmlinux 0x4f8d7776 fscrypt_encrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0x4f8e0ca2 alloc_file_pseudo +EXPORT_SYMBOL vmlinux 0x4fb62f71 copy_page_from_iter_atomic +EXPORT_SYMBOL vmlinux 0x4fbe87fe devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0x4fc4ac41 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0x4fdee897 i8042_command +EXPORT_SYMBOL vmlinux 0x4fea270e read_cache_folio +EXPORT_SYMBOL vmlinux 0x4ff108e2 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x5009c71d glob_match +EXPORT_SYMBOL vmlinux 0x500f82bf pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0x50115cf5 udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0x5011ca75 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0x5019fef9 xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0x5021bd81 _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0x5027bde2 acpi_acquire_mutex +EXPORT_SYMBOL vmlinux 0x503a20c4 inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0x503d329e tcp_peek_len +EXPORT_SYMBOL vmlinux 0x50461acd kernel_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x505dbe17 page_mapping +EXPORT_SYMBOL vmlinux 0x50624917 sha1_init +EXPORT_SYMBOL vmlinux 0x506dff1a __genradix_free +EXPORT_SYMBOL vmlinux 0x507bfc48 fb_pgprotect +EXPORT_SYMBOL vmlinux 0x50874b42 filp_open +EXPORT_SYMBOL vmlinux 0x5089f45f ip_send_check +EXPORT_SYMBOL vmlinux 0x5092e84e __read_overflow2_field +EXPORT_SYMBOL vmlinux 0x5092ee62 rtnl_notify +EXPORT_SYMBOL vmlinux 0x50944630 seq_list_start_head_rcu +EXPORT_SYMBOL vmlinux 0x5095edb8 dev_mc_del_global +EXPORT_SYMBOL vmlinux 0x509b64ea acpi_has_method +EXPORT_SYMBOL vmlinux 0x509f20a3 xen_alloc_unpopulated_pages +EXPORT_SYMBOL vmlinux 0x50a4698c fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0x50b73ce2 rfkill_find_type +EXPORT_SYMBOL vmlinux 0x50b80992 mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0x50be748d security_ib_free_security +EXPORT_SYMBOL vmlinux 0x50cf7585 hex2bin +EXPORT_SYMBOL vmlinux 0x50d035c2 vsscanf +EXPORT_SYMBOL vmlinux 0x50d68377 arch_phys_wc_del +EXPORT_SYMBOL vmlinux 0x50dfb5cf ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x50f91491 __genradix_ptr +EXPORT_SYMBOL vmlinux 0x5102a30b do_wait_intr_irq +EXPORT_SYMBOL vmlinux 0x511d2d08 refresh_frequency_limits +EXPORT_SYMBOL vmlinux 0x513b28f4 first_ec +EXPORT_SYMBOL vmlinux 0x5149c066 flow_rule_match_enc_opts +EXPORT_SYMBOL vmlinux 0x515083bf acpi_release_mutex +EXPORT_SYMBOL vmlinux 0x51641162 opal_unlock_from_suspend +EXPORT_SYMBOL vmlinux 0x51641b1f __lock_buffer +EXPORT_SYMBOL vmlinux 0x516f5da3 locks_free_lock +EXPORT_SYMBOL vmlinux 0x5192b1b5 scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x51a511eb _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0x51b0d71a agp_generic_alloc_page +EXPORT_SYMBOL vmlinux 0x51b11a4b vfs_create_mount +EXPORT_SYMBOL vmlinux 0x51c5de99 inode_get_bytes +EXPORT_SYMBOL vmlinux 0x51cb4b78 dma_map_resource +EXPORT_SYMBOL vmlinux 0x51cf7787 vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0x51d12d4e acpi_pci_disabled +EXPORT_SYMBOL vmlinux 0x51d44acf kmem_cache_create +EXPORT_SYMBOL vmlinux 0x51d72b28 dcb_ieee_getapp_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0x51f03f01 dm_put_device +EXPORT_SYMBOL vmlinux 0x51f298e0 intel_scu_ipc_dev_ioread8 +EXPORT_SYMBOL vmlinux 0x520e97c4 proc_dostring +EXPORT_SYMBOL vmlinux 0x521df82f dma_resv_add_fence +EXPORT_SYMBOL vmlinux 0x521eb0bf vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0x522075aa tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0x52376edc blk_mq_tagset_busy_iter +EXPORT_SYMBOL vmlinux 0x523c311e blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0x52443ba1 xsk_uses_need_wakeup +EXPORT_SYMBOL vmlinux 0x5267dc42 nf_reinject +EXPORT_SYMBOL vmlinux 0x526eef2c hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x528c69c2 block_commit_write +EXPORT_SYMBOL vmlinux 0x5293234d mipi_dsi_dcs_set_pixel_format +EXPORT_SYMBOL vmlinux 0x52983a4f vme_master_write +EXPORT_SYMBOL vmlinux 0x52a5e632 fb_is_primary_device +EXPORT_SYMBOL vmlinux 0x52b28312 xen_free_ballooned_pages +EXPORT_SYMBOL vmlinux 0x52c21dfe ptp_clock_register +EXPORT_SYMBOL vmlinux 0x52c7cf04 scsi_remove_host +EXPORT_SYMBOL vmlinux 0x52cdeb6a inet6_protos +EXPORT_SYMBOL vmlinux 0x52cec7fb amd_iommu_domain_direct_map +EXPORT_SYMBOL vmlinux 0x52d717da xz_dec_init +EXPORT_SYMBOL vmlinux 0x52de58fb xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0x52e296f1 flow_rule_match_pppoe +EXPORT_SYMBOL vmlinux 0x52e53bc9 mdiobus_write +EXPORT_SYMBOL vmlinux 0x52ecbc75 crc_ccitt +EXPORT_SYMBOL vmlinux 0x5300cd6d vmf_insert_pfn_prot +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x530eb9f2 d_make_root +EXPORT_SYMBOL vmlinux 0x53126ecc __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0x5318ac01 tc_setup_cb_call +EXPORT_SYMBOL vmlinux 0x531b604e __virt_addr_valid +EXPORT_SYMBOL vmlinux 0x5322663e acpi_get_handle +EXPORT_SYMBOL vmlinux 0x532fcbe4 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x5338184f ethtool_sprintf +EXPORT_SYMBOL vmlinux 0x534366c8 tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0x534f2aa4 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x53569707 this_cpu_off +EXPORT_SYMBOL vmlinux 0x536b94a5 input_copy_abs +EXPORT_SYMBOL vmlinux 0x5375b9ed kernel_sock_ip_overhead +EXPORT_SYMBOL vmlinux 0x5383c252 dev_kfree_skb_any_reason +EXPORT_SYMBOL vmlinux 0x5388e5f5 qdisc_watchdog_schedule_range_ns +EXPORT_SYMBOL vmlinux 0x53a1e8d9 _find_next_bit +EXPORT_SYMBOL vmlinux 0x53a502e8 pskb_extract +EXPORT_SYMBOL vmlinux 0x53b74c22 __mmc_claim_host +EXPORT_SYMBOL vmlinux 0x53b954a2 up_read +EXPORT_SYMBOL vmlinux 0x53bcb5db dma_get_sgtable_attrs +EXPORT_SYMBOL vmlinux 0x53d57342 agp_generic_insert_memory +EXPORT_SYMBOL vmlinux 0x53d7bfbc dentry_path_raw +EXPORT_SYMBOL vmlinux 0x53e2c42f cdc_parse_cdc_header +EXPORT_SYMBOL vmlinux 0x53f8ced7 page_pool_ethtool_stats_get_strings +EXPORT_SYMBOL vmlinux 0x53fea0e1 platform_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x54175c5f acpi_read_bit_register +EXPORT_SYMBOL vmlinux 0x54229682 nd_region_acquire_lane +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x5440ae09 pci_alloc_dev +EXPORT_SYMBOL vmlinux 0x544e54a0 tcf_idr_create +EXPORT_SYMBOL vmlinux 0x547e3344 acpi_disable +EXPORT_SYMBOL vmlinux 0x54ac2bed simple_getattr +EXPORT_SYMBOL vmlinux 0x54b1fac6 __ubsan_handle_load_invalid_value +EXPORT_SYMBOL vmlinux 0x54b22bb1 __SCT__tp_func_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0x54b23e67 sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x54b61e37 nexthop_bucket_set_hw_flags +EXPORT_SYMBOL vmlinux 0x54c52e76 __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0x54cfacd5 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x54d6ec08 __skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0x54e6e54e security_binder_transfer_file +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54e9ff62 phy_resume +EXPORT_SYMBOL vmlinux 0x54ea6dfe xen_start_flags +EXPORT_SYMBOL vmlinux 0x54efcc64 input_register_device +EXPORT_SYMBOL vmlinux 0x54f49a4c unregister_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x54f4e4dd sock_set_mark +EXPORT_SYMBOL vmlinux 0x5506b8f7 netlbl_bitmap_setbit +EXPORT_SYMBOL vmlinux 0x5507e16a scsi_done_direct +EXPORT_SYMBOL vmlinux 0x550e520b seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x552cac6d vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0x55385e2e __x86_indirect_thunk_r14 +EXPORT_SYMBOL vmlinux 0x554ae3a4 irq_poll_sched +EXPORT_SYMBOL vmlinux 0x555209da clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x556422b3 ioremap_cache +EXPORT_SYMBOL vmlinux 0x5569aacb import_single_range +EXPORT_SYMBOL vmlinux 0x556cca46 x86_apple_machine +EXPORT_SYMBOL vmlinux 0x5575f341 simple_unlink +EXPORT_SYMBOL vmlinux 0x558479ca tcf_exts_validate_ex +EXPORT_SYMBOL vmlinux 0x558b281d aes_expandkey +EXPORT_SYMBOL vmlinux 0x558fb334 generic_write_end +EXPORT_SYMBOL vmlinux 0x55a71b08 mmc_card_alternative_gpt_sector +EXPORT_SYMBOL vmlinux 0x55bf7c26 max8925_reg_write +EXPORT_SYMBOL vmlinux 0x55ce17d5 xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x55d0efc9 ethtool_aggregate_mac_stats +EXPORT_SYMBOL vmlinux 0x55d73349 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x55e31703 ethtool_convert_link_mode_to_legacy_u32 +EXPORT_SYMBOL vmlinux 0x55f95e07 ioremap_prot +EXPORT_SYMBOL vmlinux 0x55fcc6ca pci_set_power_state +EXPORT_SYMBOL vmlinux 0x560574ff cros_ec_cmd_xfer +EXPORT_SYMBOL vmlinux 0x560a64a6 _copy_from_iter +EXPORT_SYMBOL vmlinux 0x561c0f19 eth_header_cache +EXPORT_SYMBOL vmlinux 0x5625f39b __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x56470118 __warn_printk +EXPORT_SYMBOL vmlinux 0x564f7608 acpi_reconfig_notifier_register +EXPORT_SYMBOL vmlinux 0x565caca8 abort_creds +EXPORT_SYMBOL vmlinux 0x565cd2ab skb_copy_header +EXPORT_SYMBOL vmlinux 0x56665c0c __neigh_create +EXPORT_SYMBOL vmlinux 0x56749a02 pin_user_pages_remote +EXPORT_SYMBOL vmlinux 0x56802ae8 rps_cpu_mask +EXPORT_SYMBOL vmlinux 0x568533fa serio_rescan +EXPORT_SYMBOL vmlinux 0x5691b01e netpoll_parse_options +EXPORT_SYMBOL vmlinux 0x56a48468 flow_rule_match_tcp +EXPORT_SYMBOL vmlinux 0x56bcba98 __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56cb2e3f ppp_dev_name +EXPORT_SYMBOL vmlinux 0x56d59f94 put_fs_context +EXPORT_SYMBOL vmlinux 0x56e5787c pci_alloc_irq_vectors +EXPORT_SYMBOL vmlinux 0x56e74fdd dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0x56ebf64b inc_nlink +EXPORT_SYMBOL vmlinux 0x56f3b07b is_acpi_device_node +EXPORT_SYMBOL vmlinux 0x56f9e479 tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0x570f4720 t10_pi_type1_ip +EXPORT_SYMBOL vmlinux 0x571fffe6 netdev_get_by_name +EXPORT_SYMBOL vmlinux 0x5733e202 __SCK__tp_func_kfree +EXPORT_SYMBOL vmlinux 0x574c2e74 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x574f2ed2 devfreq_update_status +EXPORT_SYMBOL vmlinux 0x57526873 backlight_device_get_by_type +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x57685c9c kernel_connect +EXPORT_SYMBOL vmlinux 0x576a7d6e mipi_dsi_set_maximum_return_packet_size +EXPORT_SYMBOL vmlinux 0x57794e4c path_is_mountpoint +EXPORT_SYMBOL vmlinux 0x577d392a tcp_ld_RTO_revert +EXPORT_SYMBOL vmlinux 0x57900416 gen_pool_fixed_alloc +EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy +EXPORT_SYMBOL vmlinux 0x579e9ed8 generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x57a408ea dm_get_device +EXPORT_SYMBOL vmlinux 0x57bc19d2 down_write +EXPORT_SYMBOL vmlinux 0x57bcbaea __x86_indirect_call_thunk_r14 +EXPORT_SYMBOL vmlinux 0x57bde34e thermal_zone_device_critical +EXPORT_SYMBOL vmlinux 0x57cc8b27 __splice_from_pipe +EXPORT_SYMBOL vmlinux 0x57db8fd6 utf8_normalize +EXPORT_SYMBOL vmlinux 0x57e2a866 ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0x5804ef81 i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0x5818fe3c posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0x581ae9e8 phy_read_paged +EXPORT_SYMBOL vmlinux 0x581e01a1 slab_build_skb +EXPORT_SYMBOL vmlinux 0x581f98da zlib_inflate +EXPORT_SYMBOL vmlinux 0x5822da73 arp_tbl +EXPORT_SYMBOL vmlinux 0x582b6275 xfrm_if_unregister_cb +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x586e6f71 mmc_can_trim +EXPORT_SYMBOL vmlinux 0x587b0954 kvasprintf +EXPORT_SYMBOL vmlinux 0x587f22d7 devmap_managed_key +EXPORT_SYMBOL vmlinux 0x5882a3d6 is_nd_pfn +EXPORT_SYMBOL vmlinux 0x5897a680 __find_nth_and_andnot_bit +EXPORT_SYMBOL vmlinux 0x589998b6 devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0x58aa1bdc devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0x58acf24b mdiobus_register_board_info +EXPORT_SYMBOL vmlinux 0x58b4645c dev_close_many +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58bd5104 mmc_add_host +EXPORT_SYMBOL vmlinux 0x58dbd459 pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0x58e3306d bit_wait_io +EXPORT_SYMBOL vmlinux 0x58edac1e timestamp_truncate +EXPORT_SYMBOL vmlinux 0x58f2e8cf xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0x590c80bf sg_miter_next +EXPORT_SYMBOL vmlinux 0x59104305 __napi_alloc_skb +EXPORT_SYMBOL vmlinux 0x592ea9bb phy_attached_info +EXPORT_SYMBOL vmlinux 0x5937c6e9 kill_block_super +EXPORT_SYMBOL vmlinux 0x593edc4b cpu_tlbstate_shared +EXPORT_SYMBOL vmlinux 0x5947a001 fscrypt_free_inode +EXPORT_SYMBOL vmlinux 0x594adf0d vif_device_init +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x5968dc6d proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x5982fe0c dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0x599fb41c kvmalloc_node +EXPORT_SYMBOL vmlinux 0x59a2e802 skb_copy_bits +EXPORT_SYMBOL vmlinux 0x59a2f0ee packing +EXPORT_SYMBOL vmlinux 0x59b4ac3e tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x59c7daee gpiochip_irq_reqres +EXPORT_SYMBOL vmlinux 0x59c93465 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0x59f3351c tcp_v4_connect +EXPORT_SYMBOL vmlinux 0x59fa8e26 nf_unregister_net_hook +EXPORT_SYMBOL vmlinux 0x5a06ff6a inet_accept +EXPORT_SYMBOL vmlinux 0x5a0a46c1 nvdimm_namespace_common_probe +EXPORT_SYMBOL vmlinux 0x5a0b73d0 zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x5a1e99a8 nd_btt_arena_is_valid +EXPORT_SYMBOL vmlinux 0x5a290250 hdmi_drm_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x5a2df78a xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0x5a33f60b mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0x5a44f8cb __crypto_memneq +EXPORT_SYMBOL vmlinux 0x5a4896a8 __put_user_2 +EXPORT_SYMBOL vmlinux 0x5a4d313e gf128mul_4k_lle +EXPORT_SYMBOL vmlinux 0x5a5a2271 __cpu_online_mask +EXPORT_SYMBOL vmlinux 0x5a5d6445 __folio_start_writeback +EXPORT_SYMBOL vmlinux 0x5a629a68 wake_up_process +EXPORT_SYMBOL vmlinux 0x5a6e6b7a tty_lock +EXPORT_SYMBOL vmlinux 0x5a7d9be8 sg_alloc_append_table_from_pages +EXPORT_SYMBOL vmlinux 0x5a809a79 generic_update_time +EXPORT_SYMBOL vmlinux 0x5a88d49f tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0x5a921311 strncmp +EXPORT_SYMBOL vmlinux 0x5a941726 sync_inode_metadata +EXPORT_SYMBOL vmlinux 0x5a99a0d7 flow_get_u32_dst +EXPORT_SYMBOL vmlinux 0x5ab0cf5f unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x5abb867b d_drop +EXPORT_SYMBOL vmlinux 0x5abeecc3 ethtool_aggregate_phy_stats +EXPORT_SYMBOL vmlinux 0x5ac01b95 acpi_resource_to_address64 +EXPORT_SYMBOL vmlinux 0x5ac4190c qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x5adaf839 __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x5ae1154b __traceiter_kfree +EXPORT_SYMBOL vmlinux 0x5b119e43 xattr_full_name +EXPORT_SYMBOL vmlinux 0x5b25a687 vm_insert_page +EXPORT_SYMBOL vmlinux 0x5b2f27fb do_wait_intr +EXPORT_SYMBOL vmlinux 0x5b3e282f xa_store +EXPORT_SYMBOL vmlinux 0x5b3f410d device_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x5b49dcdd open_exec +EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap +EXPORT_SYMBOL vmlinux 0x5b641283 arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0x5b6d4b83 __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x5b8239ca __x86_return_thunk +EXPORT_SYMBOL vmlinux 0x5b9119d1 fbcon_update_vcs +EXPORT_SYMBOL vmlinux 0x5bc9f616 key_invalidate +EXPORT_SYMBOL vmlinux 0x5bce15a0 pskb_trim_rcsum_slow +EXPORT_SYMBOL vmlinux 0x5bcea5f1 sgl_free_n_order +EXPORT_SYMBOL vmlinux 0x5bd1567d tcp_read_done +EXPORT_SYMBOL vmlinux 0x5bd4ff88 flow_action_cookie_create +EXPORT_SYMBOL vmlinux 0x5bd7a934 noop_fsync +EXPORT_SYMBOL vmlinux 0x5bdb7603 sock_copy_user_timeval +EXPORT_SYMBOL vmlinux 0x5be35322 pnp_get_resource +EXPORT_SYMBOL vmlinux 0x5be63c5b crc32c_csum_stub +EXPORT_SYMBOL vmlinux 0x5bf597c9 __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0x5c04d0c1 mipi_dsi_compression_mode +EXPORT_SYMBOL vmlinux 0x5c141cf1 init_special_inode +EXPORT_SYMBOL vmlinux 0x5c20e904 kmalloc_node_trace +EXPORT_SYMBOL vmlinux 0x5c26a53b wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x5c3c7387 kstrtoull +EXPORT_SYMBOL vmlinux 0x5c4a2d54 write_inode_now +EXPORT_SYMBOL vmlinux 0x5c5665d7 tcf_block_get +EXPORT_SYMBOL vmlinux 0x5c62cac2 vfs_iter_write +EXPORT_SYMBOL vmlinux 0x5c81ddcc tcp_sock_set_quickack +EXPORT_SYMBOL vmlinux 0x5c8b023b jbd2_fc_get_buf +EXPORT_SYMBOL vmlinux 0x5c944c2f tcp_mtu_to_mss +EXPORT_SYMBOL vmlinux 0x5cb2abd1 con_is_bound +EXPORT_SYMBOL vmlinux 0x5cd2ddf3 ethtool_intersect_link_masks +EXPORT_SYMBOL vmlinux 0x5cdc318c amd_iommu_domain_set_gcr3 +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5cf5d7bc netdev_crit +EXPORT_SYMBOL vmlinux 0x5cfb26a0 acpi_enter_sleep_state +EXPORT_SYMBOL vmlinux 0x5d0584a1 tty_name +EXPORT_SYMBOL vmlinux 0x5d0aad86 ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x5d1c54b7 input_set_capability +EXPORT_SYMBOL vmlinux 0x5d204224 locks_init_lock +EXPORT_SYMBOL vmlinux 0x5d379639 __cpuhp_setup_state_cpuslocked +EXPORT_SYMBOL vmlinux 0x5d3b752a pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0x5d3b9ea5 flow_rule_match_meta +EXPORT_SYMBOL vmlinux 0x5d47b278 arp_send +EXPORT_SYMBOL vmlinux 0x5d49aabc init_wait_var_entry +EXPORT_SYMBOL vmlinux 0x5d4ed289 inet_bind +EXPORT_SYMBOL vmlinux 0x5d61d3cd neigh_connected_output +EXPORT_SYMBOL vmlinux 0x5d84154c filemap_fdatawait_range_keep_errors +EXPORT_SYMBOL vmlinux 0x5d91e071 __SCK__tp_func_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x5d9ad53e dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0x5d9d4a69 ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0x5da47198 del_gendisk +EXPORT_SYMBOL vmlinux 0x5da524a7 pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x5db810ea sock_bindtoindex +EXPORT_SYMBOL vmlinux 0x5dbb4adb cdrom_check_events +EXPORT_SYMBOL vmlinux 0x5dc3a69b rproc_da_to_va +EXPORT_SYMBOL vmlinux 0x5dff72ba tcf_get_next_chain +EXPORT_SYMBOL vmlinux 0x5e06bc5c refcount_dec_and_lock +EXPORT_SYMBOL vmlinux 0x5e0ccb9f sha1_transform +EXPORT_SYMBOL vmlinux 0x5e27d58b scsi_alloc_sgtables +EXPORT_SYMBOL vmlinux 0x5e332b52 __var_waitqueue +EXPORT_SYMBOL vmlinux 0x5e373fb4 gf128mul_64k_bbe +EXPORT_SYMBOL vmlinux 0x5e374f27 cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0x5e4900f4 skb_flow_dissect_meta +EXPORT_SYMBOL vmlinux 0x5e4aa6fa is_bad_inode +EXPORT_SYMBOL vmlinux 0x5e50d585 block_write_begin +EXPORT_SYMBOL vmlinux 0x5e5cc840 init_task +EXPORT_SYMBOL vmlinux 0x5e687a5c param_set_bint +EXPORT_SYMBOL vmlinux 0x5e69943b pci_enable_msi +EXPORT_SYMBOL vmlinux 0x5e6fb430 backlight_device_register +EXPORT_SYMBOL vmlinux 0x5e855e56 gen_pool_first_fit_align +EXPORT_SYMBOL vmlinux 0x5e8ccd73 netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0x5e934fc7 sgl_alloc +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5e9a01ce gen_new_estimator +EXPORT_SYMBOL vmlinux 0x5e9a45c3 path_put +EXPORT_SYMBOL vmlinux 0x5eb0647d request_partial_firmware_into_buf +EXPORT_SYMBOL vmlinux 0x5ec4aee6 put_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ed90adc int_to_scsilun +EXPORT_SYMBOL vmlinux 0x5edffed5 logfc +EXPORT_SYMBOL vmlinux 0x5ef6a672 gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f25a2ae tcf_block_put_ext +EXPORT_SYMBOL vmlinux 0x5f268b79 blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0x5f270003 end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x5f35185a user_path_at_empty +EXPORT_SYMBOL vmlinux 0x5f378397 forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0x5f5441c8 __ubsan_handle_alignment_assumption +EXPORT_SYMBOL vmlinux 0x5f56663b rdmsrl_on_cpu +EXPORT_SYMBOL vmlinux 0x5f681f82 bdev_end_io_acct +EXPORT_SYMBOL vmlinux 0x5f6b889c rproc_va_to_pa +EXPORT_SYMBOL vmlinux 0x5f7f0ba0 dquot_release +EXPORT_SYMBOL vmlinux 0x5f93525c acpi_extract_package +EXPORT_SYMBOL vmlinux 0x5f99383a ioread64_hi_lo +EXPORT_SYMBOL vmlinux 0x5f9b9d35 inode_init_owner +EXPORT_SYMBOL vmlinux 0x5f9de0c0 mr_table_alloc +EXPORT_SYMBOL vmlinux 0x5fa8e59e nd_region_release_lane +EXPORT_SYMBOL vmlinux 0x5fc67252 ioread16_rep +EXPORT_SYMBOL vmlinux 0x5fc72f0e alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x5fe13529 __SCT__tp_func_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x5ff6faf3 pci_irq_vector +EXPORT_SYMBOL vmlinux 0x5ff9eb0e lockref_mark_dead +EXPORT_SYMBOL vmlinux 0x5ffe2a0f sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x6005c351 zpool_has_pool +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x60069274 may_umount +EXPORT_SYMBOL vmlinux 0x6008689f kthread_complete_and_exit +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x60223138 __tty_insert_flip_char +EXPORT_SYMBOL vmlinux 0x60234d2b mem_cgroup_from_task +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x60506380 d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0x605790dc fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0x605ac641 inet6_csk_route_req +EXPORT_SYMBOL vmlinux 0x605bc883 seq_putc +EXPORT_SYMBOL vmlinux 0x60627006 set_pages_array_uc +EXPORT_SYMBOL vmlinux 0x608741b5 __init_swait_queue_head +EXPORT_SYMBOL vmlinux 0x608cbd81 unregister_filesystem +EXPORT_SYMBOL vmlinux 0x608d0267 zstd_get_error_code +EXPORT_SYMBOL vmlinux 0x608dafaf __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x6091b333 unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x6098446d sock_no_mmap +EXPORT_SYMBOL vmlinux 0x609bcd98 in6_pton +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL vmlinux 0x60bbb124 dma_fence_signal_locked +EXPORT_SYMBOL vmlinux 0x60d8ab30 vme_lm_get +EXPORT_SYMBOL vmlinux 0x60ed1ae9 blk_mq_alloc_disk_for_queue +EXPORT_SYMBOL vmlinux 0x61073e4a acpi_os_map_generic_address +EXPORT_SYMBOL vmlinux 0x610756b8 __x86_indirect_call_thunk_rdx +EXPORT_SYMBOL vmlinux 0x611ce1d2 debugfs_create_automount +EXPORT_SYMBOL vmlinux 0x6125bf03 mark_page_accessed +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x6130e305 ip_local_deliver +EXPORT_SYMBOL vmlinux 0x61347034 mb_cache_entry_delete_or_get +EXPORT_SYMBOL vmlinux 0x61495771 mmc_retune_pause +EXPORT_SYMBOL vmlinux 0x6152c00c __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0x615594d3 dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x615911d7 __bitmap_set +EXPORT_SYMBOL vmlinux 0x6160b979 skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0x6162ad0d sock_no_bind +EXPORT_SYMBOL vmlinux 0x617c452b queued_read_lock_slowpath +EXPORT_SYMBOL vmlinux 0x6185b747 radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0x618911fc numa_node +EXPORT_SYMBOL vmlinux 0x61895fcf close_fd_get_file +EXPORT_SYMBOL vmlinux 0x618d524b netlink_kernel_release +EXPORT_SYMBOL vmlinux 0x61977c1a mount_subtree +EXPORT_SYMBOL vmlinux 0x6199cc84 iptun_encaps +EXPORT_SYMBOL vmlinux 0x619cb7dd simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x619dfcdc intel_scu_ipc_dev_readv +EXPORT_SYMBOL vmlinux 0x61a636bf inet_del_protocol +EXPORT_SYMBOL vmlinux 0x61ab0978 vfs_get_link +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61bdd23a pnp_activate_dev +EXPORT_SYMBOL vmlinux 0x61c265d8 dqput +EXPORT_SYMBOL vmlinux 0x61d5a1a3 skb_clone_sk +EXPORT_SYMBOL vmlinux 0x61e272c9 sha256_final +EXPORT_SYMBOL vmlinux 0x61ea189b fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x620a0314 xfrm6_rcv_tnl +EXPORT_SYMBOL vmlinux 0x620e68fb inet_del_offload +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x6218fb0a acpi_pm_device_sleep_state +EXPORT_SYMBOL vmlinux 0x6226630c inet_rcv_saddr_equal +EXPORT_SYMBOL vmlinux 0x6226b9fa machine_to_phys_mapping +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x623d67aa devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0x6247f4a2 kobject_get +EXPORT_SYMBOL vmlinux 0x6254954d sync_blockdev_range +EXPORT_SYMBOL vmlinux 0x626fa0ba pci_set_mwi +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x6276af56 migrate_device_range +EXPORT_SYMBOL vmlinux 0x62834ca1 secpath_set +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x628c0f8f dma_fence_add_callback +EXPORT_SYMBOL vmlinux 0x62a55ca2 try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x62b83137 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0x62bc5a23 __genphy_config_aneg +EXPORT_SYMBOL vmlinux 0x62dc41d1 key_link +EXPORT_SYMBOL vmlinux 0x62ddd289 inet_register_protosw +EXPORT_SYMBOL vmlinux 0x62e3cb7d ip6_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x62e56dad phy_trigger_machine +EXPORT_SYMBOL vmlinux 0x62f7e207 down_read_killable +EXPORT_SYMBOL vmlinux 0x6302a5c8 invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x63106b3f folio_clear_dirty_for_io +EXPORT_SYMBOL vmlinux 0x6315c42c zstd_get_params +EXPORT_SYMBOL vmlinux 0x63253cb9 tcf_exts_terse_dump +EXPORT_SYMBOL vmlinux 0x6334b6e7 devm_devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x633ef428 simple_dentry_operations +EXPORT_SYMBOL vmlinux 0x63446a0a clocksource_unregister +EXPORT_SYMBOL vmlinux 0x6352ee81 udp_gro_complete +EXPORT_SYMBOL vmlinux 0x636257f7 get_ibs_caps +EXPORT_SYMBOL vmlinux 0x6383b27c __x86_indirect_thunk_rdx +EXPORT_SYMBOL vmlinux 0x63a2b1cc __skb_wait_for_more_packets +EXPORT_SYMBOL vmlinux 0x63a58370 flow_action_cookie_destroy +EXPORT_SYMBOL vmlinux 0x63a7c28c bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x63cd8c4a input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0x63d6b0ab __block_write_begin +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63f835ba on_each_cpu_cond_mask +EXPORT_SYMBOL vmlinux 0x6410cf83 from_kuid_munged +EXPORT_SYMBOL vmlinux 0x64127b67 bitmap_find_next_zero_area_off +EXPORT_SYMBOL vmlinux 0x64188b13 tcf_idrinfo_destroy +EXPORT_SYMBOL vmlinux 0x642eb5c6 xen_poll_irq_timeout +EXPORT_SYMBOL vmlinux 0x6442729f kobject_add +EXPORT_SYMBOL vmlinux 0x6448403d __x86_indirect_call_thunk_rcx +EXPORT_SYMBOL vmlinux 0x644c276c __skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x6455298a security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0x647a4c4b param_get_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x6481ffe0 hsiphash_1u32 +EXPORT_SYMBOL vmlinux 0x648eb59d gc_inflight_list +EXPORT_SYMBOL vmlinux 0x649d5bd4 __dynamic_ibdev_dbg +EXPORT_SYMBOL vmlinux 0x64a9c928 default_blu +EXPORT_SYMBOL vmlinux 0x64bbc288 string_unescape +EXPORT_SYMBOL vmlinux 0x64be9dfd sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x64cb8d1e phy_ethtool_ksettings_get +EXPORT_SYMBOL vmlinux 0x64d11af1 dma_fence_wait_timeout +EXPORT_SYMBOL vmlinux 0x64ec2bba ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0x64f73ce4 tty_port_close +EXPORT_SYMBOL vmlinux 0x64fd090c tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x6514c1e6 flow_get_u32_src +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x652032cb mac_pton +EXPORT_SYMBOL vmlinux 0x652ce9aa nla_memcmp +EXPORT_SYMBOL vmlinux 0x6538c806 t10_pi_type1_crc +EXPORT_SYMBOL vmlinux 0x653c3250 netdev_txq_to_tc +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x65487097 __x86_indirect_thunk_rax +EXPORT_SYMBOL vmlinux 0x654e6ccd fib_notifier_ops_register +EXPORT_SYMBOL vmlinux 0x6566f1db param_ops_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x656c1a0e string_escape_mem +EXPORT_SYMBOL vmlinux 0x656c4953 kill_litter_super +EXPORT_SYMBOL vmlinux 0x656e4a6e snprintf +EXPORT_SYMBOL vmlinux 0x65768e30 inet_frag_reasm_prepare +EXPORT_SYMBOL vmlinux 0x6578b4d7 csum_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x658a2a0a __x86_indirect_call_thunk_rbx +EXPORT_SYMBOL vmlinux 0x658ac6d6 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x658beba8 sync_filesystem +EXPORT_SYMBOL vmlinux 0x658ce1a8 xxh64_reset +EXPORT_SYMBOL vmlinux 0x65929cae ns_to_timespec64 +EXPORT_SYMBOL vmlinux 0x65993f98 padata_free +EXPORT_SYMBOL vmlinux 0x659ded26 xfrm_flush_gc +EXPORT_SYMBOL vmlinux 0x65a47e2b jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0x65a552a2 input_release_device +EXPORT_SYMBOL vmlinux 0x65a99d64 phy_drivers_register +EXPORT_SYMBOL vmlinux 0x65b992ac xen_alloc_p2m_entry +EXPORT_SYMBOL vmlinux 0x65c7d055 get_mem_cgroup_from_mm +EXPORT_SYMBOL vmlinux 0x65cc7362 kill_pgrp +EXPORT_SYMBOL vmlinux 0x65d1bab2 acpi_bios_warning +EXPORT_SYMBOL vmlinux 0x65d9e877 cpufreq_register_notifier +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65df35ca __put_user_nocheck_2 +EXPORT_SYMBOL vmlinux 0x65e0d6d7 memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x65f783d9 fwnode_mdio_find_device +EXPORT_SYMBOL vmlinux 0x660f8d6c remove_proc_entry +EXPORT_SYMBOL vmlinux 0x66101d7a do_SAK +EXPORT_SYMBOL vmlinux 0x6616a14d param_ops_invbool +EXPORT_SYMBOL vmlinux 0x6626afca down +EXPORT_SYMBOL vmlinux 0x663182c9 acpi_get_gpe_status +EXPORT_SYMBOL vmlinux 0x6631eebf udp_skb_destructor +EXPORT_SYMBOL vmlinux 0x663d42f8 pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0x66453ad9 nla_reserve +EXPORT_SYMBOL vmlinux 0x6649ab82 xfrm_state_free +EXPORT_SYMBOL vmlinux 0x665372a2 vme_bus_error_handler +EXPORT_SYMBOL vmlinux 0x665bf83a xp_can_alloc +EXPORT_SYMBOL vmlinux 0x665e2513 zstd_max_clevel +EXPORT_SYMBOL vmlinux 0x66628bf3 ip_tunnel_metadata_cnt +EXPORT_SYMBOL vmlinux 0x666c14c0 __traceiter_dma_fence_emit +EXPORT_SYMBOL vmlinux 0x666d8c28 register_netdevice +EXPORT_SYMBOL vmlinux 0x6673f96d xxh32_reset +EXPORT_SYMBOL vmlinux 0x6674f6a3 bioset_exit +EXPORT_SYMBOL vmlinux 0x668b19a1 down_read +EXPORT_SYMBOL vmlinux 0x6696d689 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0x669ad10e jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0x669c191b dm_consume_args +EXPORT_SYMBOL vmlinux 0x66a4ae02 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x66af1fd1 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x66b4cc41 kmemdup +EXPORT_SYMBOL vmlinux 0x66c56d8f param_set_uint +EXPORT_SYMBOL vmlinux 0x66cca4f9 __x86_indirect_thunk_rcx +EXPORT_SYMBOL vmlinux 0x66e00da4 devm_extcon_unregister_notifier_all +EXPORT_SYMBOL vmlinux 0x66edfc78 _find_next_or_bit +EXPORT_SYMBOL vmlinux 0x670ecece __x86_indirect_thunk_rbx +EXPORT_SYMBOL vmlinux 0x67284ccb pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0x67293cad dquot_load_quota_sb +EXPORT_SYMBOL vmlinux 0x6729d3df __get_user_4 +EXPORT_SYMBOL vmlinux 0x673bdf8d posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x673f815e agp_bridges +EXPORT_SYMBOL vmlinux 0x6749d53f hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x676180bf alloc_buffer_head +EXPORT_SYMBOL vmlinux 0x67696ef0 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x678b96ec dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x6797d568 intel_gmch_gtt_get +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67b9239c sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x67bd71ef vme_dma_list_free +EXPORT_SYMBOL vmlinux 0x67c13ea0 acpi_read +EXPORT_SYMBOL vmlinux 0x67cc9453 __x86_indirect_call_thunk_rax +EXPORT_SYMBOL vmlinux 0x67d23cfb start_tty +EXPORT_SYMBOL vmlinux 0x67d40828 sock_wmalloc +EXPORT_SYMBOL vmlinux 0x67db0e78 devm_extcon_register_notifier +EXPORT_SYMBOL vmlinux 0x67dc5efb iterate_supers_type +EXPORT_SYMBOL vmlinux 0x67dfd649 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0x67f7e281 xen_alloc_ballooned_pages +EXPORT_SYMBOL vmlinux 0x68011686 sk_common_release +EXPORT_SYMBOL vmlinux 0x68024990 mptcp_subflow_reqsk_alloc +EXPORT_SYMBOL vmlinux 0x6821e9d4 _copy_to_iter +EXPORT_SYMBOL vmlinux 0x684fe363 blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0x6850762c blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0x6851664e wrmsrl_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x68581b81 scsi_register_interface +EXPORT_SYMBOL vmlinux 0x685f6732 blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0x6869f8d3 netif_carrier_off +EXPORT_SYMBOL vmlinux 0x686dfa8a input_get_poll_interval +EXPORT_SYMBOL vmlinux 0x687319ff clean_bdev_aliases +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x688a98b2 file_fdatawait_range +EXPORT_SYMBOL vmlinux 0x688e72e1 __SCT__preempt_schedule_notrace +EXPORT_SYMBOL vmlinux 0x689067dd dma_fence_chain_ops +EXPORT_SYMBOL vmlinux 0x68974c34 param_set_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x68a12ab8 rep_movs_alternative +EXPORT_SYMBOL vmlinux 0x68e29269 md_bitmap_free +EXPORT_SYMBOL vmlinux 0x68f26f82 vfs_fadvise +EXPORT_SYMBOL vmlinux 0x68f476b3 folio_create_empty_buffers +EXPORT_SYMBOL vmlinux 0x68f6c249 device_add_disk +EXPORT_SYMBOL vmlinux 0x68fa4579 adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0x69049cd2 radix_tree_replace_slot +EXPORT_SYMBOL vmlinux 0x690825bc xsk_tx_peek_release_desc_batch +EXPORT_SYMBOL vmlinux 0x6929c203 ppp_channel_index +EXPORT_SYMBOL vmlinux 0x694af2e6 set_posix_acl +EXPORT_SYMBOL vmlinux 0x6965b99f key_move +EXPORT_SYMBOL vmlinux 0x69668826 netdev_increment_features +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6972e413 __bitmap_weight_and +EXPORT_SYMBOL vmlinux 0x6979eb76 neigh_table_init +EXPORT_SYMBOL vmlinux 0x697ed5f0 memcpy_and_pad +EXPORT_SYMBOL vmlinux 0x6987ce45 xfrm_register_type +EXPORT_SYMBOL vmlinux 0x6988d0ca cpu_dr7 +EXPORT_SYMBOL vmlinux 0x698b39db input_unregister_handle +EXPORT_SYMBOL vmlinux 0x69acdf38 memcpy +EXPORT_SYMBOL vmlinux 0x69c2cf3c mmc_detect_change +EXPORT_SYMBOL vmlinux 0x69dd3b5b crc32_le +EXPORT_SYMBOL vmlinux 0x69de8757 vme_check_window +EXPORT_SYMBOL vmlinux 0x69edf7c7 simple_transaction_release +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a05ee55 param_get_charp +EXPORT_SYMBOL vmlinux 0x6a0b5f56 set_pages_wb +EXPORT_SYMBOL vmlinux 0x6a128c5f vga_switcheroo_init_domain_pm_ops +EXPORT_SYMBOL vmlinux 0x6a2cd707 rproc_add_carveout +EXPORT_SYMBOL vmlinux 0x6a40eadb scsi_host_alloc +EXPORT_SYMBOL vmlinux 0x6a49f69c get_phy_device +EXPORT_SYMBOL vmlinux 0x6a5cb5ee __get_free_pages +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a5fa363 sigprocmask +EXPORT_SYMBOL vmlinux 0x6a6e05bf kstrtou8 +EXPORT_SYMBOL vmlinux 0x6a8f4973 dma_fence_chain_init +EXPORT_SYMBOL vmlinux 0x6a9b7256 xp_free +EXPORT_SYMBOL vmlinux 0x6ab157c4 twl6040_reg_write +EXPORT_SYMBOL vmlinux 0x6ab9ffda tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0x6acb73a0 skb_find_text +EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device +EXPORT_SYMBOL vmlinux 0x6aeefac4 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x6af1f148 netif_carrier_on +EXPORT_SYMBOL vmlinux 0x6b10bee1 _copy_to_user +EXPORT_SYMBOL vmlinux 0x6b164877 nf_hook_slow_list +EXPORT_SYMBOL vmlinux 0x6b27729b radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b364789 is_free_buddy_page +EXPORT_SYMBOL vmlinux 0x6b3eb279 security_inode_copy_up +EXPORT_SYMBOL vmlinux 0x6b55acd0 rtnl_lock_killable +EXPORT_SYMBOL vmlinux 0x6b5b7eb5 dcb_setapp +EXPORT_SYMBOL vmlinux 0x6b68624d pcie_print_link_status +EXPORT_SYMBOL vmlinux 0x6b6a5a13 get_inode_acl +EXPORT_SYMBOL vmlinux 0x6b853d06 ns_to_kernel_old_timeval +EXPORT_SYMBOL vmlinux 0x6b8bf149 netif_receive_skb_list +EXPORT_SYMBOL vmlinux 0x6b9dce80 inet_add_protocol +EXPORT_SYMBOL vmlinux 0x6ba7747b vme_bus_type +EXPORT_SYMBOL vmlinux 0x6bb2f902 ethtool_rx_flow_rule_destroy +EXPORT_SYMBOL vmlinux 0x6bb94cd2 lookup_one_unlocked +EXPORT_SYMBOL vmlinux 0x6bbdf708 blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bd0e573 down_interruptible +EXPORT_SYMBOL vmlinux 0x6bd45841 sg_alloc_table_from_pages_segment +EXPORT_SYMBOL vmlinux 0x6be10f21 tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0x6be1c1f8 acpi_install_method +EXPORT_SYMBOL vmlinux 0x6be2f180 __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x6bed080b bpf_empty_prog_array +EXPORT_SYMBOL vmlinux 0x6c224cda gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x6c301842 devfreq_update_target +EXPORT_SYMBOL vmlinux 0x6c3ac4da udp_set_csum +EXPORT_SYMBOL vmlinux 0x6c4ddebf fb_set_var +EXPORT_SYMBOL vmlinux 0x6c50bd95 genphy_loopback +EXPORT_SYMBOL vmlinux 0x6c5fe668 fs_bio_set +EXPORT_SYMBOL vmlinux 0x6c61302e elv_bio_merge_ok +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c70cc9f xp_alloc +EXPORT_SYMBOL vmlinux 0x6c920b82 gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0x6cb46525 netlbl_catmap_walk +EXPORT_SYMBOL vmlinux 0x6cb787e6 netdev_set_tc_queue +EXPORT_SYMBOL vmlinux 0x6cbd7bdb tcp_set_rcvlowat +EXPORT_SYMBOL vmlinux 0x6cc09945 ioread32_rep +EXPORT_SYMBOL vmlinux 0x6cc3dea2 pcie_get_readrq +EXPORT_SYMBOL vmlinux 0x6cc78210 sock_create_kern +EXPORT_SYMBOL vmlinux 0x6cef99dd param_ops_hexint +EXPORT_SYMBOL vmlinux 0x6d0a3b4d tcf_chain_get_by_act +EXPORT_SYMBOL vmlinux 0x6d1511fa tcp_release_cb +EXPORT_SYMBOL vmlinux 0x6d16c104 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d334118 __get_user_8 +EXPORT_SYMBOL vmlinux 0x6d397871 genphy_check_and_restart_aneg +EXPORT_SYMBOL vmlinux 0x6d58f69e agp3_generic_sizes +EXPORT_SYMBOL vmlinux 0x6d5f5b91 radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x6d5fb4a5 __x86_indirect_jump_thunk_rsp +EXPORT_SYMBOL vmlinux 0x6d67bdc0 blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x6d6cb4c9 iterate_dir +EXPORT_SYMBOL vmlinux 0x6d7c7dcc bitmap_cut +EXPORT_SYMBOL vmlinux 0x6d937516 rt_dst_alloc +EXPORT_SYMBOL vmlinux 0x6daebbd3 tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0x6dba9051 xz_dec_microlzma_end +EXPORT_SYMBOL vmlinux 0x6dc35b25 radix_tree_iter_delete +EXPORT_SYMBOL vmlinux 0x6dca981c netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0x6dcf857f uuid_null +EXPORT_SYMBOL vmlinux 0x6dd17e7b acpi_get_table_header +EXPORT_SYMBOL vmlinux 0x6ddc41c2 xfrm6_rcv_encap +EXPORT_SYMBOL vmlinux 0x6ddfd09c unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6df31390 intel_gmch_gtt_clear_range +EXPORT_SYMBOL vmlinux 0x6df418de dma_fence_array_create +EXPORT_SYMBOL vmlinux 0x6e2606bd ip6_frag_init +EXPORT_SYMBOL vmlinux 0x6e44a17d vga_switcheroo_register_client +EXPORT_SYMBOL vmlinux 0x6e5b8651 xz_dec_run +EXPORT_SYMBOL vmlinux 0x6e6beedc textsearch_destroy +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e785698 nd_device_notify +EXPORT_SYMBOL vmlinux 0x6e7ddb96 max8998_bulk_read +EXPORT_SYMBOL vmlinux 0x6e946912 kobject_init +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea03d69 udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0x6ea7575d acpi_dispatch_gpe +EXPORT_SYMBOL vmlinux 0x6ea9363b force_sig +EXPORT_SYMBOL vmlinux 0x6eaf09e5 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0x6eb2502a __phy_read_mmd +EXPORT_SYMBOL vmlinux 0x6ebb747a param_ops_int +EXPORT_SYMBOL vmlinux 0x6ec03daf tty_port_init +EXPORT_SYMBOL vmlinux 0x6ec126a9 zero_fill_bio +EXPORT_SYMBOL vmlinux 0x6ec20964 param_ops_byte +EXPORT_SYMBOL vmlinux 0x6ee3ce20 nvdimm_check_and_set_ro +EXPORT_SYMBOL vmlinux 0x6ee7f736 __hw_addr_ref_sync_dev +EXPORT_SYMBOL vmlinux 0x6eecfaf4 sg_copy_buffer +EXPORT_SYMBOL vmlinux 0x6ef63596 proc_create_seq_private +EXPORT_SYMBOL vmlinux 0x6ef7a2c9 set_blocksize +EXPORT_SYMBOL vmlinux 0x6efed590 register_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0x6f14e9db console_list_lock +EXPORT_SYMBOL vmlinux 0x6f2035e6 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x6f41a428 acpi_get_vendor_resource +EXPORT_SYMBOL vmlinux 0x6f41a639 irq_cpu_rmap_remove +EXPORT_SYMBOL vmlinux 0x6f4a59e4 sort_r +EXPORT_SYMBOL vmlinux 0x6f561397 iov_iter_zero +EXPORT_SYMBOL vmlinux 0x6f5ab52f acpi_get_local_address +EXPORT_SYMBOL vmlinux 0x6f76cb04 vme_lm_request +EXPORT_SYMBOL vmlinux 0x6f7793a5 skb_flow_dissector_init +EXPORT_SYMBOL vmlinux 0x6f915a45 dqstats +EXPORT_SYMBOL vmlinux 0x6f98cb06 netdev_has_any_upper_dev +EXPORT_SYMBOL vmlinux 0x6fa18832 filemap_fault +EXPORT_SYMBOL vmlinux 0x6fb49676 queue_rcu_work +EXPORT_SYMBOL vmlinux 0x6fbc6a00 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fed30a8 __blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x70002067 inode_maybe_inc_iversion +EXPORT_SYMBOL vmlinux 0x70002fe8 siphash_1u32 +EXPORT_SYMBOL vmlinux 0x700c6c17 key_create +EXPORT_SYMBOL vmlinux 0x701cc8c2 fwnode_get_mac_address +EXPORT_SYMBOL vmlinux 0x7023bea8 unregister_acpi_notifier +EXPORT_SYMBOL vmlinux 0x702946da ucs2_strlen +EXPORT_SYMBOL vmlinux 0x703a5312 i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0x7040fff9 rtc_lock +EXPORT_SYMBOL vmlinux 0x7054a3e4 request_dma +EXPORT_SYMBOL vmlinux 0x7054e1ef serio_reconnect +EXPORT_SYMBOL vmlinux 0x7060d475 kern_sys_bpf +EXPORT_SYMBOL vmlinux 0x707680ed tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x70877dd7 dec_node_page_state +EXPORT_SYMBOL vmlinux 0x70ac2c1a blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x70ad75fb radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x70b50943 tcp_rtx_synack +EXPORT_SYMBOL vmlinux 0x70bb7de2 __x86_indirect_jump_thunk_rbp +EXPORT_SYMBOL vmlinux 0x70c6567e jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x70daa11e dma_fence_remove_callback +EXPORT_SYMBOL vmlinux 0x70f92627 agp_backend_release +EXPORT_SYMBOL vmlinux 0x7116d599 seq_release_private +EXPORT_SYMBOL vmlinux 0x71176891 agp_generic_free_gatt_table +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x713b6de6 rt_mutex_base_init +EXPORT_SYMBOL vmlinux 0x713f70c1 blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x7140ee41 acpi_device_hid +EXPORT_SYMBOL vmlinux 0x714264c3 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0x7144a1a2 configfs_remove_default_groups +EXPORT_SYMBOL vmlinux 0x7155bcf8 sync_file_get_fence +EXPORT_SYMBOL vmlinux 0x715a5ed0 vprintk +EXPORT_SYMBOL vmlinux 0x71651abd ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x717d1f96 hdmi_infoframe_check +EXPORT_SYMBOL vmlinux 0x718a4693 __SCT__tp_func_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x71a58054 d_add +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71bcd5e0 nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x71c3c67d mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0x71fb6892 dma_fence_array_next +EXPORT_SYMBOL vmlinux 0x720a27a7 __register_blkdev +EXPORT_SYMBOL vmlinux 0x72176a7d tcp_seq_stop +EXPORT_SYMBOL vmlinux 0x7253d92d dma_map_sg_attrs +EXPORT_SYMBOL vmlinux 0x726577c6 bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0x726bc3c7 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0x727b808e agp_put_bridge +EXPORT_SYMBOL vmlinux 0x727cce74 mipi_dsi_dcs_soft_reset +EXPORT_SYMBOL vmlinux 0x72943774 pci_write_vpd +EXPORT_SYMBOL vmlinux 0x72a54f08 mipi_dsi_dcs_set_column_address +EXPORT_SYMBOL vmlinux 0x72b243d4 free_dma +EXPORT_SYMBOL vmlinux 0x72b9d287 default_grn +EXPORT_SYMBOL vmlinux 0x72c06881 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0x72d0b94a bd_abort_claiming +EXPORT_SYMBOL vmlinux 0x72d491c3 pci_ep_cfs_remove_epf_group +EXPORT_SYMBOL vmlinux 0x72d79d83 pgdir_shift +EXPORT_SYMBOL vmlinux 0x72d828cb tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x72db4b01 inet_frag_destroy +EXPORT_SYMBOL vmlinux 0x72e5628e md_error +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72f14ff7 acpi_get_object_info +EXPORT_SYMBOL vmlinux 0x73007440 kthread_create_worker_on_cpu +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x7316732c mmc_can_erase +EXPORT_SYMBOL vmlinux 0x731f46d8 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x7324c541 ip_sock_set_freebind +EXPORT_SYMBOL vmlinux 0x732dd326 groups_free +EXPORT_SYMBOL vmlinux 0x735a0bd5 native_io_delay +EXPORT_SYMBOL vmlinux 0x735e6a81 acpi_evaluate_integer +EXPORT_SYMBOL vmlinux 0x7367c3df mipi_dsi_dcs_set_display_on +EXPORT_SYMBOL vmlinux 0x73689e1b netif_device_detach +EXPORT_SYMBOL vmlinux 0x7368e5eb inet_ioctl +EXPORT_SYMBOL vmlinux 0x736fd8d3 _copy_from_iter_nocache +EXPORT_SYMBOL vmlinux 0x7380dffa argv_split +EXPORT_SYMBOL vmlinux 0x73921253 vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0x73a0fe37 copy_page_to_iter_nofault +EXPORT_SYMBOL vmlinux 0x73a74f2a inet_addr_type_table +EXPORT_SYMBOL vmlinux 0x73aaaa9e pin_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0x73abb180 alloc_contig_range +EXPORT_SYMBOL vmlinux 0x73c22d32 __mod_lruvec_page_state +EXPORT_SYMBOL vmlinux 0x73dd54eb irq_fpu_usable +EXPORT_SYMBOL vmlinux 0x7408db37 proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0x740a1b95 reserve_evntsel_nmi +EXPORT_SYMBOL vmlinux 0x7410aba2 strreplace +EXPORT_SYMBOL vmlinux 0x7410f668 sock_recvmsg +EXPORT_SYMBOL vmlinux 0x7412ed5b kvfree_sensitive +EXPORT_SYMBOL vmlinux 0x7413793a EISA_bus +EXPORT_SYMBOL vmlinux 0x741aa1dc sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x742578a5 wait_for_random_bytes +EXPORT_SYMBOL vmlinux 0x7429e20c kstrtos8 +EXPORT_SYMBOL vmlinux 0x74368b4d __ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x744fb93a fs_param_is_blockdev +EXPORT_SYMBOL vmlinux 0x7453d3e8 security_release_secctx +EXPORT_SYMBOL vmlinux 0x74754435 acpi_bus_generate_netlink_event +EXPORT_SYMBOL vmlinux 0x7483dc59 pci_dev_present +EXPORT_SYMBOL vmlinux 0x749dc06e ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0x74b8e674 slhc_toss +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74da064a set_security_override +EXPORT_SYMBOL vmlinux 0x74dd9e0b dma_fence_wait_any_timeout +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74f3bf0d scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0x750ddbc9 get_tree_single +EXPORT_SYMBOL vmlinux 0x7530bb0c __SCT__tp_func_write_msr +EXPORT_SYMBOL vmlinux 0x7538b132 agp_off +EXPORT_SYMBOL vmlinux 0x754b212b md_integrity_register +EXPORT_SYMBOL vmlinux 0x754d539c strlen +EXPORT_SYMBOL vmlinux 0x75578755 blk_mq_init_allocated_queue +EXPORT_SYMBOL vmlinux 0x755df897 __inet_stream_connect +EXPORT_SYMBOL vmlinux 0x755f4ba3 blake2s_compress_generic +EXPORT_SYMBOL vmlinux 0x7563fef1 dev_set_mtu +EXPORT_SYMBOL vmlinux 0x75703e0f blkdev_compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0x75710120 vm_event_states +EXPORT_SYMBOL vmlinux 0x7578afc6 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0x757ca139 discard_new_inode +EXPORT_SYMBOL vmlinux 0x7584b798 ram_aops +EXPORT_SYMBOL vmlinux 0x75871f5e acpi_get_next_object +EXPORT_SYMBOL vmlinux 0x758fd2ed pnp_is_active +EXPORT_SYMBOL vmlinux 0x75943e25 i8253_lock +EXPORT_SYMBOL vmlinux 0x75b69b68 devfreq_resume_device +EXPORT_SYMBOL vmlinux 0x75b72897 sget_fc +EXPORT_SYMBOL vmlinux 0x75bc48ab nd_device_register +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75d0deb9 nsecs_to_jiffies64 +EXPORT_SYMBOL vmlinux 0x75d499dd vmcore_add_device_dump +EXPORT_SYMBOL vmlinux 0x75dfbdba seg6_hmac_info_lookup +EXPORT_SYMBOL vmlinux 0x75f0c2d2 iterate_fd +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x760a32e9 xsk_tx_completed +EXPORT_SYMBOL vmlinux 0x761a1fed __mdiobus_register +EXPORT_SYMBOL vmlinux 0x7624249e dim_park_tired +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x7655de0a tcp_sock_set_keepintvl +EXPORT_SYMBOL vmlinux 0x765ff474 crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x76671536 security_sock_graft +EXPORT_SYMBOL vmlinux 0x766a0927 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x766de7eb tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x76713a3a param_ops_short +EXPORT_SYMBOL vmlinux 0x767a6bf6 udplite_prot +EXPORT_SYMBOL vmlinux 0x767dce4b acpi_disable_all_gpes +EXPORT_SYMBOL vmlinux 0x767ddb02 set_memory_wc +EXPORT_SYMBOL vmlinux 0x7682ba4e __copy_overflow +EXPORT_SYMBOL vmlinux 0x768ee329 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x769f6e64 errseq_check +EXPORT_SYMBOL vmlinux 0x76abf49d agp_generic_alloc_by_type +EXPORT_SYMBOL vmlinux 0x76b84659 d_set_fallthru +EXPORT_SYMBOL vmlinux 0x76d27610 netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76efc249 _atomic_dec_and_raw_lock_irqsave +EXPORT_SYMBOL vmlinux 0x76f719fb cdrom_open +EXPORT_SYMBOL vmlinux 0x76fb08a7 amd_iommu_unregister_ppr_notifier +EXPORT_SYMBOL vmlinux 0x77358855 iomem_resource +EXPORT_SYMBOL vmlinux 0x773fa409 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x7741bbc5 pnp_device_attach +EXPORT_SYMBOL vmlinux 0x77456e0a acpi_root_dir +EXPORT_SYMBOL vmlinux 0x774d17ee __scm_destroy +EXPORT_SYMBOL vmlinux 0x774f79a9 xsk_tx_peek_desc +EXPORT_SYMBOL vmlinux 0x776ac14a pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x776ca93a __clzdi2 +EXPORT_SYMBOL vmlinux 0x777b9c19 generic_ro_fops +EXPORT_SYMBOL vmlinux 0x778e204c input_set_max_poll_interval +EXPORT_SYMBOL vmlinux 0x77aadb68 vga_switcheroo_register_handler +EXPORT_SYMBOL vmlinux 0x77af3303 ipv6_chk_addr_and_flags +EXPORT_SYMBOL vmlinux 0x77b5c1c1 udp_pre_connect +EXPORT_SYMBOL vmlinux 0x77ba94e3 rcu_lazy_get_jiffies_till_flush +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77bdaf25 qdisc_watchdog_init_clockid +EXPORT_SYMBOL vmlinux 0x77cc89c0 inet_addr_type_dev_table +EXPORT_SYMBOL vmlinux 0x77cdbcb2 i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0x77cdbcd4 tty_port_tty_get +EXPORT_SYMBOL vmlinux 0x77db5787 sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0x77e3c1c1 fixed_size_llseek +EXPORT_SYMBOL vmlinux 0x77e7d170 bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x77e9eb37 aes_encrypt +EXPORT_SYMBOL vmlinux 0x77efb6c2 iov_iter_init +EXPORT_SYMBOL vmlinux 0x7802251d dma_resv_init +EXPORT_SYMBOL vmlinux 0x7805d8ad dquot_get_next_id +EXPORT_SYMBOL vmlinux 0x7807f0f8 schedule_timeout_idle +EXPORT_SYMBOL vmlinux 0x780e73ad inet_frag_queue_insert +EXPORT_SYMBOL vmlinux 0x78161f39 call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0x7829e266 max8925_reg_read +EXPORT_SYMBOL vmlinux 0x78390111 folio_migrate_flags +EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x7847ae4e inet6_del_offload +EXPORT_SYMBOL vmlinux 0x78487d43 __skb_gso_segment +EXPORT_SYMBOL vmlinux 0x785454af dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0x786e6d07 vga_get +EXPORT_SYMBOL vmlinux 0x787e09cf netdev_core_stats_alloc +EXPORT_SYMBOL vmlinux 0x7884f957 jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0x78a16f48 aes_decrypt +EXPORT_SYMBOL vmlinux 0x78b887ed vsprintf +EXPORT_SYMBOL vmlinux 0x78be8b8c vlan_for_each +EXPORT_SYMBOL vmlinux 0x78c50a68 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0x78c6b4fa mipi_dsi_dcs_set_tear_scanline +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78df8ca1 tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0x78e97d20 tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x78fe29f1 agp_create_memory +EXPORT_SYMBOL vmlinux 0x790f3cfe elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x7919b383 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x792282f6 reuseport_attach_prog +EXPORT_SYMBOL vmlinux 0x7926cd31 skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0x79447f8e mmc_of_parse +EXPORT_SYMBOL vmlinux 0x7973196b buffer_migrate_folio +EXPORT_SYMBOL vmlinux 0x7976e957 pci_save_state +EXPORT_SYMBOL vmlinux 0x797ce0f1 mntget +EXPORT_SYMBOL vmlinux 0x79807c4e tcf_action_update_stats +EXPORT_SYMBOL vmlinux 0x7984eefc key_update +EXPORT_SYMBOL vmlinux 0x79986668 free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0x799a67a2 agp_alloc_bridge +EXPORT_SYMBOL vmlinux 0x79a33f85 vme_get_size +EXPORT_SYMBOL vmlinux 0x79ced82f iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0x79d219c0 __get_hash_from_flowi6 +EXPORT_SYMBOL vmlinux 0x79d610bf ppp_register_channel +EXPORT_SYMBOL vmlinux 0x79df9633 ioremap_encrypted +EXPORT_SYMBOL vmlinux 0x79e4cbe8 override_creds +EXPORT_SYMBOL vmlinux 0x79e52ca3 seg6_hmac_net_exit +EXPORT_SYMBOL vmlinux 0x7a0abc8f dquot_commit +EXPORT_SYMBOL vmlinux 0x7a1bcd59 gf128mul_x8_ble +EXPORT_SYMBOL vmlinux 0x7a1cfbb4 tso_start +EXPORT_SYMBOL vmlinux 0x7a27f149 pcie_capability_clear_and_set_word_unlocked +EXPORT_SYMBOL vmlinux 0x7a2ff57e security_current_getsecid_subj +EXPORT_SYMBOL vmlinux 0x7a329c59 crypto_kdf108_ctr_generate +EXPORT_SYMBOL vmlinux 0x7a53a06d flow_indr_dev_exists +EXPORT_SYMBOL vmlinux 0x7a6a952e generic_buffers_fsync +EXPORT_SYMBOL vmlinux 0x7a88da87 iosf_mbi_write +EXPORT_SYMBOL vmlinux 0x7a8e4385 put_cmsg_scm_timestamping64 +EXPORT_SYMBOL vmlinux 0x7a9004e9 pci_map_biosrom +EXPORT_SYMBOL vmlinux 0x7a95e5ae do_settimeofday64 +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7adc0fbf rb_replace_node_rcu +EXPORT_SYMBOL vmlinux 0x7aee1edb config_item_get_unless_zero +EXPORT_SYMBOL vmlinux 0x7af5bff8 backlight_device_set_brightness +EXPORT_SYMBOL vmlinux 0x7af7040b pci_iounmap +EXPORT_SYMBOL vmlinux 0x7aff77a3 __cpu_present_mask +EXPORT_SYMBOL vmlinux 0x7b0f1d0a mtree_store +EXPORT_SYMBOL vmlinux 0x7b1e46a2 rproc_resource_cleanup +EXPORT_SYMBOL vmlinux 0x7b370055 phy_device_create +EXPORT_SYMBOL vmlinux 0x7b37d4a7 _find_first_zero_bit +EXPORT_SYMBOL vmlinux 0x7b3b3849 __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0x7b4da6ff __init_rwsem +EXPORT_SYMBOL vmlinux 0x7b54f270 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x7b5b8f31 sha256_update +EXPORT_SYMBOL vmlinux 0x7b5c4df2 devm_mfd_add_devices +EXPORT_SYMBOL vmlinux 0x7b63e711 genphy_c45_eee_is_active +EXPORT_SYMBOL vmlinux 0x7b67da0d pci_rebar_get_possible_sizes +EXPORT_SYMBOL vmlinux 0x7b69fd33 kmalloc_trace +EXPORT_SYMBOL vmlinux 0x7b6e8914 block_truncate_page +EXPORT_SYMBOL vmlinux 0x7b82b9a1 idr_replace +EXPORT_SYMBOL vmlinux 0x7b8a061b md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x7b9187cb agp_generic_remove_memory +EXPORT_SYMBOL vmlinux 0x7b97b7f5 mfd_remove_devices +EXPORT_SYMBOL vmlinux 0x7ba7d85c vme_register_driver +EXPORT_SYMBOL vmlinux 0x7bb03acd __nd_driver_register +EXPORT_SYMBOL vmlinux 0x7bb50b88 acpi_write +EXPORT_SYMBOL vmlinux 0x7bbccd05 nr_node_ids +EXPORT_SYMBOL vmlinux 0x7bc1ad15 __mdiobus_c45_write +EXPORT_SYMBOL vmlinux 0x7bcc05aa __do_once_sleepable_done +EXPORT_SYMBOL vmlinux 0x7bdb0824 config_item_put +EXPORT_SYMBOL vmlinux 0x7be85f4f filemap_get_folios +EXPORT_SYMBOL vmlinux 0x7bfd0bec tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0x7c173634 __bitmap_complement +EXPORT_SYMBOL vmlinux 0x7c2d03a6 dma_fence_enable_sw_signaling +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c5a921f skb_condense +EXPORT_SYMBOL vmlinux 0x7c7dff98 get_tree_single_reconf +EXPORT_SYMBOL vmlinux 0x7c850747 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x7ca4f764 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x7ca9fae2 vlan_vid_del +EXPORT_SYMBOL vmlinux 0x7cb35b4d param_ops_bint +EXPORT_SYMBOL vmlinux 0x7cbe0cd2 drop_reasons_by_subsys +EXPORT_SYMBOL vmlinux 0x7cc18181 set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0x7cd8d75e page_offset_base +EXPORT_SYMBOL vmlinux 0x7cd9fd0a migrate_device_pages +EXPORT_SYMBOL vmlinux 0x7cde4f78 dst_release_immediate +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7ce58981 kvrealloc +EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7cf638bf fb_io_write +EXPORT_SYMBOL vmlinux 0x7cfe368d net_dim_get_def_tx_moderation +EXPORT_SYMBOL vmlinux 0x7d0ba682 gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d0db9c2 udp_seq_ops +EXPORT_SYMBOL vmlinux 0x7d12d76d acpi_get_parent +EXPORT_SYMBOL vmlinux 0x7d1a21e4 filemap_dirty_folio +EXPORT_SYMBOL vmlinux 0x7d27e504 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x7d2bb336 page_cache_prev_miss +EXPORT_SYMBOL vmlinux 0x7d3d08c7 pci_bus_claim_resources +EXPORT_SYMBOL vmlinux 0x7d4b176a netlbl_catmap_setbit +EXPORT_SYMBOL vmlinux 0x7d51140e ps2_end_command +EXPORT_SYMBOL vmlinux 0x7d51ec15 dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0x7d559e08 dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0x7d5e1008 __crc32c_le_shift +EXPORT_SYMBOL vmlinux 0x7d628444 memcpy_fromio +EXPORT_SYMBOL vmlinux 0x7d65d049 nla_put_64bit +EXPORT_SYMBOL vmlinux 0x7d74d522 kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0x7d80384f vga_switcheroo_get_client_state +EXPORT_SYMBOL vmlinux 0x7d814bcf put_ipc_ns +EXPORT_SYMBOL vmlinux 0x7d86e4f2 mount_nodev +EXPORT_SYMBOL vmlinux 0x7d947840 xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0x7d98583c skb_free_datagram +EXPORT_SYMBOL vmlinux 0x7daece67 quota_send_warning +EXPORT_SYMBOL vmlinux 0x7db37a5f input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0x7dc59dce __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x7dc5ffa7 tc_skb_ext_tc_disable +EXPORT_SYMBOL vmlinux 0x7dcf4135 __xa_insert +EXPORT_SYMBOL vmlinux 0x7dd12af7 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0x7dd554fc unregister_kmmio_probe +EXPORT_SYMBOL vmlinux 0x7dd5552e rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x7dd7271b fb_firmware_edid +EXPORT_SYMBOL vmlinux 0x7deae913 genphy_suspend +EXPORT_SYMBOL vmlinux 0x7e014801 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0x7e0a5979 blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x7e0b255f hdmi_audio_infoframe_pack_for_dp +EXPORT_SYMBOL vmlinux 0x7e2e2bfa proc_set_size +EXPORT_SYMBOL vmlinux 0x7e2fe91d __folio_lock +EXPORT_SYMBOL vmlinux 0x7e3191f6 try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x7e332e42 __ClearPageMovable +EXPORT_SYMBOL vmlinux 0x7e3ff3ea scsi_print_command +EXPORT_SYMBOL vmlinux 0x7e4430ff gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0x7e4acf50 truncate_pagecache +EXPORT_SYMBOL vmlinux 0x7e5c9cbd migrate_device_finalize +EXPORT_SYMBOL vmlinux 0x7e7bcf26 acpi_map_cpu +EXPORT_SYMBOL vmlinux 0x7e8448b9 phy_print_status +EXPORT_SYMBOL vmlinux 0x7ebd25bf ethtool_notify +EXPORT_SYMBOL vmlinux 0x7ed13c62 phy_find_first +EXPORT_SYMBOL vmlinux 0x7ef4bddc __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0x7f02188f __msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x7f03b6a9 crc_ccitt_table +EXPORT_SYMBOL vmlinux 0x7f03fc73 pci_pme_active +EXPORT_SYMBOL vmlinux 0x7f1cc1fb inet_stream_connect +EXPORT_SYMBOL vmlinux 0x7f1ea28f poll_freewait +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f3d859b gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0x7f44ceb6 get_tree_nodev +EXPORT_SYMBOL vmlinux 0x7f52071a net_dim +EXPORT_SYMBOL vmlinux 0x7f62eaa4 sgl_free +EXPORT_SYMBOL vmlinux 0x7f7f7bb4 irq_poll_disable +EXPORT_SYMBOL vmlinux 0x7f9aea62 blk_integrity_compare +EXPORT_SYMBOL vmlinux 0x7fac36a9 fscrypt_decrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0x7fb49c3d d_mark_dontcache +EXPORT_SYMBOL vmlinux 0x7fb94610 km_new_mapping +EXPORT_SYMBOL vmlinux 0x7fde1fbc acpi_walk_resource_buffer +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7fec1b8e __blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x7fecb7ab blk_mq_delay_run_hw_queues +EXPORT_SYMBOL vmlinux 0x7ff0ac15 security_sk_clone +EXPORT_SYMBOL vmlinux 0x7ff566ab vfs_fileattr_get +EXPORT_SYMBOL vmlinux 0x8004f25b dump_page +EXPORT_SYMBOL vmlinux 0x8005187a console_start +EXPORT_SYMBOL vmlinux 0x800d1066 twl6040_power +EXPORT_SYMBOL vmlinux 0x801e0eaf rproc_get_by_child +EXPORT_SYMBOL vmlinux 0x80240f60 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x802a69c6 pci_enable_ptm +EXPORT_SYMBOL vmlinux 0x803ca5f5 netdev_next_lower_dev_rcu +EXPORT_SYMBOL vmlinux 0x803ddbb6 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x804af87c wrmsr_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x804c092b update_region +EXPORT_SYMBOL vmlinux 0x80534ffe drop_super_exclusive +EXPORT_SYMBOL vmlinux 0x80762048 _atomic_dec_and_raw_lock +EXPORT_SYMBOL vmlinux 0x80816f26 get_user_ifreq +EXPORT_SYMBOL vmlinux 0x8089dd17 jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0x808a08c1 skb_dequeue +EXPORT_SYMBOL vmlinux 0x808ad923 neigh_xmit +EXPORT_SYMBOL vmlinux 0x80940048 pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x80991e59 tty_port_close_start +EXPORT_SYMBOL vmlinux 0x80a6cafd __acpi_mdiobus_register +EXPORT_SYMBOL vmlinux 0x80a717a8 __percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x80c1ae22 sock_gettstamp +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80e5f86f fscrypt_fname_alloc_buffer +EXPORT_SYMBOL vmlinux 0x80f0ccc1 init_net +EXPORT_SYMBOL vmlinux 0x80f4bba0 max8925_bulk_write +EXPORT_SYMBOL vmlinux 0x80f983dc inet6_add_offload +EXPORT_SYMBOL vmlinux 0x80fde852 __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x80feca6a unix_attach_fds +EXPORT_SYMBOL vmlinux 0x810cf8bb d_obtain_root +EXPORT_SYMBOL vmlinux 0x8112b3d2 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x8117fad8 devm_pci_remap_cfgspace +EXPORT_SYMBOL vmlinux 0x81188c30 match_string +EXPORT_SYMBOL vmlinux 0x8124ad20 find_inode_nowait +EXPORT_SYMBOL vmlinux 0x8126ae91 fddi_type_trans +EXPORT_SYMBOL vmlinux 0x812f7f98 vga_switcheroo_client_fb_set +EXPORT_SYMBOL vmlinux 0x81420ead blk_rq_map_user_io +EXPORT_SYMBOL vmlinux 0x81491054 security_binder_transaction +EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x8157cd0b blk_mq_start_request +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x815cb904 unlock_new_inode +EXPORT_SYMBOL vmlinux 0x815f2897 empty_zero_page +EXPORT_SYMBOL vmlinux 0x816347c6 agp_device_command +EXPORT_SYMBOL vmlinux 0x8165e486 drop_nlink +EXPORT_SYMBOL vmlinux 0x816bde87 truncate_setsize +EXPORT_SYMBOL vmlinux 0x8183d6e6 vfs_create +EXPORT_SYMBOL vmlinux 0x818416e1 scsi_set_sense_information +EXPORT_SYMBOL vmlinux 0x819d5dce jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0x81a1eb59 utf8_unload +EXPORT_SYMBOL vmlinux 0x81ac5e33 trace_print_hex_dump_seq +EXPORT_SYMBOL vmlinux 0x81c51d19 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x81c9b9b9 stream_open +EXPORT_SYMBOL vmlinux 0x81cdf461 km_state_notify +EXPORT_SYMBOL vmlinux 0x81ce9941 intel_scu_ipc_dev_writev +EXPORT_SYMBOL vmlinux 0x81d6c28b acpi_buffer_to_resource +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81e6b37f dmi_get_system_info +EXPORT_SYMBOL vmlinux 0x8213b826 __skb_try_recv_datagram +EXPORT_SYMBOL vmlinux 0x8223a786 blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0x823c19ea iosf_mbi_unregister_pmic_bus_access_notifier_unlocked +EXPORT_SYMBOL vmlinux 0x823dae61 netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0x824608d8 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x825971ad phy_mipi_dphy_get_default_config_for_hsclk +EXPORT_SYMBOL vmlinux 0x826c3566 xp_dma_map +EXPORT_SYMBOL vmlinux 0x8274f3c0 mnt_set_expiry +EXPORT_SYMBOL vmlinux 0x828ade43 dump_emit +EXPORT_SYMBOL vmlinux 0x82b3a590 dm_register_target +EXPORT_SYMBOL vmlinux 0x82c87ad5 nr_online_nodes +EXPORT_SYMBOL vmlinux 0x82d59374 copy_page_to_iter +EXPORT_SYMBOL vmlinux 0x82ede854 dev_disable_lro +EXPORT_SYMBOL vmlinux 0x82ee90dc timer_delete_sync +EXPORT_SYMBOL vmlinux 0x831232c3 mdiobus_get_phy +EXPORT_SYMBOL vmlinux 0x831fa981 sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x8323d403 inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x834a2677 fscrypt_ioctl_get_policy +EXPORT_SYMBOL vmlinux 0x834d3f99 rfkill_alloc +EXPORT_SYMBOL vmlinux 0x83510899 mmc_request_done +EXPORT_SYMBOL vmlinux 0x8357192b agp_enable +EXPORT_SYMBOL vmlinux 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL vmlinux 0x83628a5a xfrm_init_state +EXPORT_SYMBOL vmlinux 0x83669bdf brioctl_set +EXPORT_SYMBOL vmlinux 0x8377bd48 pci_restore_state +EXPORT_SYMBOL vmlinux 0x83801004 devfreq_get_freq_range +EXPORT_SYMBOL vmlinux 0x8385f70f writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x838d2bc8 siphash_3u32 +EXPORT_SYMBOL vmlinux 0x83b29419 param_get_hexint +EXPORT_SYMBOL vmlinux 0x83c71788 aperture_remove_conflicting_pci_devices +EXPORT_SYMBOL vmlinux 0x83d4e393 napi_gro_flush +EXPORT_SYMBOL vmlinux 0x83f3579a rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0x83f9acae ipv6_push_frag_opts +EXPORT_SYMBOL vmlinux 0x8427cc7b _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0x8429c978 mini_qdisc_pair_swap +EXPORT_SYMBOL vmlinux 0x842c8e9d ioread16 +EXPORT_SYMBOL vmlinux 0x844ecbdc netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x84685b62 dev_open +EXPORT_SYMBOL vmlinux 0x8468f616 insert_inode_locked +EXPORT_SYMBOL vmlinux 0x846b6337 tcp_init_sock +EXPORT_SYMBOL vmlinux 0x847ce6cb mt_find_after +EXPORT_SYMBOL vmlinux 0x84823cf3 nla_strscpy +EXPORT_SYMBOL vmlinux 0x8487db42 dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0x848d372e iowrite8 +EXPORT_SYMBOL vmlinux 0x84914079 __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x84a0ca4d bitmap_zalloc_node +EXPORT_SYMBOL vmlinux 0x84a8abf1 mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x84a9b63a tc_setup_cb_add +EXPORT_SYMBOL vmlinux 0x84b6facb key_revoke +EXPORT_SYMBOL vmlinux 0x84b7e3b3 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x84c3e87b tty_hung_up_p +EXPORT_SYMBOL vmlinux 0x84f577db registered_fb +EXPORT_SYMBOL vmlinux 0x84fad48a security_sctp_assoc_established +EXPORT_SYMBOL vmlinux 0x8518a4a6 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x851e7f8a d_alloc_name +EXPORT_SYMBOL vmlinux 0x8522d6bc strncpy_from_user +EXPORT_SYMBOL vmlinux 0x853967f0 phy_get_eee_err +EXPORT_SYMBOL vmlinux 0x855d3363 max8925_set_bits +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x8576eaf4 blk_set_runtime_active +EXPORT_SYMBOL vmlinux 0x85869eb0 napi_gro_receive +EXPORT_SYMBOL vmlinux 0x8591d7d5 ledtrig_mtd_activity +EXPORT_SYMBOL vmlinux 0x8597563d phy_stop +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85bd1608 __request_region +EXPORT_SYMBOL vmlinux 0x85c8e3d5 xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0x85d2ac5b vme_irq_handler +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85e044cb cfb_copyarea +EXPORT_SYMBOL vmlinux 0x85e701f1 nvdimm_namespace_disk_name +EXPORT_SYMBOL vmlinux 0x85efc7e0 zero_pfn +EXPORT_SYMBOL vmlinux 0x85f596a4 neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x860a253c put_cmsg_scm_timestamping +EXPORT_SYMBOL vmlinux 0x86193e0c do_clone_file_range +EXPORT_SYMBOL vmlinux 0x861d1442 nvdimm_bus_unlock +EXPORT_SYMBOL vmlinux 0x86279b65 page_pool_alloc_pages +EXPORT_SYMBOL vmlinux 0x862c8035 bitmap_alloc_node +EXPORT_SYMBOL vmlinux 0x863358a5 fb_show_logo +EXPORT_SYMBOL vmlinux 0x863a276a color_table +EXPORT_SYMBOL vmlinux 0x864abb52 rdmacg_uncharge +EXPORT_SYMBOL vmlinux 0x86509d62 ip_route_me_harder +EXPORT_SYMBOL vmlinux 0x865e93aa mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0x8668ce41 tc_setup_offload_action +EXPORT_SYMBOL vmlinux 0x866a62b2 gnet_stats_basic_sync_init +EXPORT_SYMBOL vmlinux 0x867011cf inet_csk_accept +EXPORT_SYMBOL vmlinux 0x867b78a7 pci_iomap +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x868f4662 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0x869258a6 get_vm_area +EXPORT_SYMBOL vmlinux 0x86aa9443 page_pool_get_stats +EXPORT_SYMBOL vmlinux 0x86af01ca filemap_get_folios_contig +EXPORT_SYMBOL vmlinux 0x86b242ce max8998_read_reg +EXPORT_SYMBOL vmlinux 0x86b9d2bf vfs_fsync +EXPORT_SYMBOL vmlinux 0x86c654ad handshake_req_submit +EXPORT_SYMBOL vmlinux 0x86c7272b iosf_mbi_read +EXPORT_SYMBOL vmlinux 0x86d52ba5 lookup_constant +EXPORT_SYMBOL vmlinux 0x86dd708d tc_skb_ext_tc_enable +EXPORT_SYMBOL vmlinux 0x86f27420 iosf_mbi_block_punit_i2c_access +EXPORT_SYMBOL vmlinux 0x86fafa28 devm_ioport_map +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x8707fb62 param_ops_long +EXPORT_SYMBOL vmlinux 0x871272a6 block_invalidate_folio +EXPORT_SYMBOL vmlinux 0x873b327d pci_unmap_rom +EXPORT_SYMBOL vmlinux 0x87515673 kmem_cache_size +EXPORT_SYMBOL vmlinux 0x8761c87b rps_needed +EXPORT_SYMBOL vmlinux 0x87706d4e __put_user_nocheck_8 +EXPORT_SYMBOL vmlinux 0x87809aeb put_user_ifreq +EXPORT_SYMBOL vmlinux 0x879664f4 pci_enable_device_io +EXPORT_SYMBOL vmlinux 0x87a21cb3 __ubsan_handle_out_of_bounds +EXPORT_SYMBOL vmlinux 0x87a811e6 d_add_ci +EXPORT_SYMBOL vmlinux 0x87a9e404 blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0x87c258ab security_path_mkdir +EXPORT_SYMBOL vmlinux 0x87c8c92f dma_fence_match_context +EXPORT_SYMBOL vmlinux 0x87c95dff __nla_put +EXPORT_SYMBOL vmlinux 0x87ca7c11 jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x87cea097 xfrm_input +EXPORT_SYMBOL vmlinux 0x87f3d3bb textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x8810754a _find_first_bit +EXPORT_SYMBOL vmlinux 0x8815edb4 mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0x881bad5e phy_mipi_dphy_config_validate +EXPORT_SYMBOL vmlinux 0x881c4413 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x8823ef75 intel_gmch_gtt_insert_page +EXPORT_SYMBOL vmlinux 0x8827c46c fs_param_is_u32 +EXPORT_SYMBOL vmlinux 0x8828748b seq_dentry +EXPORT_SYMBOL vmlinux 0x882de4e2 sock_set_rcvbuf +EXPORT_SYMBOL vmlinux 0x88365af3 ip6_fraglist_init +EXPORT_SYMBOL vmlinux 0x8854692e phy_driver_unregister +EXPORT_SYMBOL vmlinux 0x8858fde0 agp_generic_destroy_page +EXPORT_SYMBOL vmlinux 0x885995a2 page_pool_destroy +EXPORT_SYMBOL vmlinux 0x886745bb scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x88822d38 unregister_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0x8888f1fe xxh32 +EXPORT_SYMBOL vmlinux 0x889b1370 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x88b0cf7c udpv6_sendmsg +EXPORT_SYMBOL vmlinux 0x88b9de4f devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x88c3f845 skb_get_hash_perturb +EXPORT_SYMBOL vmlinux 0x88db9f48 __check_object_size +EXPORT_SYMBOL vmlinux 0x88e151a4 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0x88e1d0f0 page_frag_free +EXPORT_SYMBOL vmlinux 0x88ec673e inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0x88fcbf23 misc_register +EXPORT_SYMBOL vmlinux 0x891dbb8f sgl_free_order +EXPORT_SYMBOL vmlinux 0x89329fbd devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x89434b4b radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x894d8c32 __sock_i_ino +EXPORT_SYMBOL vmlinux 0x89514529 pnp_disable_dev +EXPORT_SYMBOL vmlinux 0x89568329 netlbl_calipso_ops_register +EXPORT_SYMBOL vmlinux 0x89609478 inet_getname +EXPORT_SYMBOL vmlinux 0x89940875 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x89a71fe1 config_group_init_type_name +EXPORT_SYMBOL vmlinux 0x89c0adc7 regset_get +EXPORT_SYMBOL vmlinux 0x89c6cd2a __napi_schedule +EXPORT_SYMBOL vmlinux 0x8a0a5cd2 skb_checksum_setup +EXPORT_SYMBOL vmlinux 0x8a21f8f0 vfs_symlink +EXPORT_SYMBOL vmlinux 0x8a26dde1 pci_set_master +EXPORT_SYMBOL vmlinux 0x8a35b432 sme_me_mask +EXPORT_SYMBOL vmlinux 0x8a3631e4 netdev_reset_tc +EXPORT_SYMBOL vmlinux 0x8a47043d LZ4_decompress_safe_continue +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a54670a __x86_indirect_jump_thunk_r14 +EXPORT_SYMBOL vmlinux 0x8a5791e1 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0x8a5ac867 dma_async_device_register +EXPORT_SYMBOL vmlinux 0x8a6c7139 acpi_mask_gpe +EXPORT_SYMBOL vmlinux 0x8a7094ba vm_brk_flags +EXPORT_SYMBOL vmlinux 0x8a7bcc78 truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a826357 param_set_ulong +EXPORT_SYMBOL vmlinux 0x8a833583 dma_fence_array_ops +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8aaecd60 __put_cred +EXPORT_SYMBOL vmlinux 0x8abcf31b dm_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x8ac19210 dquot_get_state +EXPORT_SYMBOL vmlinux 0x8ac3334b net_dim_get_def_rx_moderation +EXPORT_SYMBOL vmlinux 0x8ae0c75d uart_remove_one_port +EXPORT_SYMBOL vmlinux 0x8af2405a mq_change_real_num_tx +EXPORT_SYMBOL vmlinux 0x8b0088d1 LZ4_decompress_safe_usingDict +EXPORT_SYMBOL vmlinux 0x8b070dd0 release_sock +EXPORT_SYMBOL vmlinux 0x8b0d9804 md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0x8b130a49 __block_write_full_folio +EXPORT_SYMBOL vmlinux 0x8b1b3be7 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x8b38f474 pfifo_fast_ops +EXPORT_SYMBOL vmlinux 0x8b3a3674 sg_miter_skip +EXPORT_SYMBOL vmlinux 0x8b4ec4cf ptp_find_pin +EXPORT_SYMBOL vmlinux 0x8b51dbb7 netdev_change_features +EXPORT_SYMBOL vmlinux 0x8b59d1f4 __skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x8b616357 dev_addr_mod +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b6eb3c7 hmm_range_fault +EXPORT_SYMBOL vmlinux 0x8b7ecbbc folio_mark_accessed +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b910be2 errseq_sample +EXPORT_SYMBOL vmlinux 0x8b966b63 sn_rtc_cycles_per_second +EXPORT_SYMBOL vmlinux 0x8b989cf9 acpi_bus_can_wakeup +EXPORT_SYMBOL vmlinux 0x8b9a38ec crypto_kdf108_setkey +EXPORT_SYMBOL vmlinux 0x8ba6eb7b clocksource_change_rating +EXPORT_SYMBOL vmlinux 0x8bb01944 pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0x8bc32297 scsi_dma_map +EXPORT_SYMBOL vmlinux 0x8bc48a4e mipi_dsi_generic_read +EXPORT_SYMBOL vmlinux 0x8bcbe206 netdev_err +EXPORT_SYMBOL vmlinux 0x8bd28b21 nf_register_net_hook +EXPORT_SYMBOL vmlinux 0x8bd577d0 acpi_ut_exit +EXPORT_SYMBOL vmlinux 0x8bdfc47c __mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x8bea2a0f devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0x8bf99447 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x8bff2f28 blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0x8c0545df ps2_sliced_command +EXPORT_SYMBOL vmlinux 0x8c2209d2 unix_destruct_scm +EXPORT_SYMBOL vmlinux 0x8c26d495 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x8c30bf67 zstd_dctx_workspace_bound +EXPORT_SYMBOL vmlinux 0x8c3ef6f7 I_BDEV +EXPORT_SYMBOL vmlinux 0x8c458b6d dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0x8c4dacb1 proc_symlink +EXPORT_SYMBOL vmlinux 0x8c5ecd3a dm_unregister_target +EXPORT_SYMBOL vmlinux 0x8c691473 dev_driver_string +EXPORT_SYMBOL vmlinux 0x8c69a20e tcp_fastopen_defer_connect +EXPORT_SYMBOL vmlinux 0x8c6b6daf __SCK__tp_func_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x8c8569cb kstrtoint +EXPORT_SYMBOL vmlinux 0x8c86bbb2 crypto_sha256_finup +EXPORT_SYMBOL vmlinux 0x8c8d9df9 __mod_node_page_state +EXPORT_SYMBOL vmlinux 0x8c9a5305 serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0x8c9e338f acpi_bios_error +EXPORT_SYMBOL vmlinux 0x8ca62c8b __register_chrdev +EXPORT_SYMBOL vmlinux 0x8cae9375 neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0x8caf9305 uuid_is_valid +EXPORT_SYMBOL vmlinux 0x8cc0b489 vga_switcheroo_register_audio_client +EXPORT_SYMBOL vmlinux 0x8cc79cab iowrite16_rep +EXPORT_SYMBOL vmlinux 0x8cd036ee tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x8cda8029 xen_clear_irq_pending +EXPORT_SYMBOL vmlinux 0x8cdf65e2 pci_dev_driver +EXPORT_SYMBOL vmlinux 0x8ce7f9c7 param_array_ops +EXPORT_SYMBOL vmlinux 0x8ceb2c75 phy_aneg_done +EXPORT_SYMBOL vmlinux 0x8cec8ad0 ip6_dst_alloc +EXPORT_SYMBOL vmlinux 0x8d0fab86 crypto_sha256_update +EXPORT_SYMBOL vmlinux 0x8d15ac5b devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0x8d161af9 blk_mq_delay_run_hw_queue +EXPORT_SYMBOL vmlinux 0x8d2179ea file_remove_privs +EXPORT_SYMBOL vmlinux 0x8d2b87e2 filemap_get_folios_tag +EXPORT_SYMBOL vmlinux 0x8d33e672 __find_nth_andnot_bit +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d60652c __SCT__tp_func_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x8d6aff89 __put_user_nocheck_4 +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d820892 __seq_open_private +EXPORT_SYMBOL vmlinux 0x8d8cb65d pnpacpi_protocol +EXPORT_SYMBOL vmlinux 0x8da209d7 tcp_getsockopt +EXPORT_SYMBOL vmlinux 0x8dafaf22 hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x8db22efe acpi_setup_gpe_for_wake +EXPORT_SYMBOL vmlinux 0x8db9f9cd tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0x8dba6237 mpage_writepages +EXPORT_SYMBOL vmlinux 0x8ddd8aad schedule_timeout +EXPORT_SYMBOL vmlinux 0x8dec1382 reuseport_detach_prog +EXPORT_SYMBOL vmlinux 0x8dee722d _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0x8df92f66 memchr_inv +EXPORT_SYMBOL vmlinux 0x8df9dd10 guid_null +EXPORT_SYMBOL vmlinux 0x8dfbcc4f security_path_rename +EXPORT_SYMBOL vmlinux 0x8e016bfc dev_mc_add_global +EXPORT_SYMBOL vmlinux 0x8e0babcc pci_irq_get_affinity +EXPORT_SYMBOL vmlinux 0x8e0c0337 simple_link +EXPORT_SYMBOL vmlinux 0x8e0f278e finish_swait +EXPORT_SYMBOL vmlinux 0x8e17b3ae idr_destroy +EXPORT_SYMBOL vmlinux 0x8e1b98c3 vfs_getattr +EXPORT_SYMBOL vmlinux 0x8e3dc3c6 generic_write_checks_count +EXPORT_SYMBOL vmlinux 0x8e3e0f7d fault_in_readable +EXPORT_SYMBOL vmlinux 0x8e3f6b8c ptp_schedule_worker +EXPORT_SYMBOL vmlinux 0x8e43d612 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0x8e64af70 devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x8e73539b __neigh_event_send +EXPORT_SYMBOL vmlinux 0x8e76a9ce input_unregister_device +EXPORT_SYMBOL vmlinux 0x8e7fa9a8 devm_of_find_backlight +EXPORT_SYMBOL vmlinux 0x8e88dbd9 __xfrm_dst_lookup +EXPORT_SYMBOL vmlinux 0x8e93bd24 security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x8ea2da9d bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0x8ea6c712 key_task_permission +EXPORT_SYMBOL vmlinux 0x8eaf2a5f vga_switcheroo_unregister_handler +EXPORT_SYMBOL vmlinux 0x8ec28037 phy_request_interrupt +EXPORT_SYMBOL vmlinux 0x8ec760b0 cgroup_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0x8ecfcbf8 from_kuid +EXPORT_SYMBOL vmlinux 0x8ee3e50f pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0x8ee57019 nf_log_unset +EXPORT_SYMBOL vmlinux 0x8ee74a1f rproc_coredump_add_segment +EXPORT_SYMBOL vmlinux 0x8f01afd6 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x8f05c8da nf_log_packet +EXPORT_SYMBOL vmlinux 0x8f1b729c shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0x8f221f49 pci_read_config_byte +EXPORT_SYMBOL vmlinux 0x8f2703b7 wbinvd_on_all_cpus +EXPORT_SYMBOL vmlinux 0x8f3aa3f0 mmc_retune_timer_stop +EXPORT_SYMBOL vmlinux 0x8f45e739 blk_set_queue_depth +EXPORT_SYMBOL vmlinux 0x8f5264c1 md_update_sb +EXPORT_SYMBOL vmlinux 0x8f6f60b3 dev_get_iflink +EXPORT_SYMBOL vmlinux 0x8f80bf11 acpi_install_gpe_raw_handler +EXPORT_SYMBOL vmlinux 0x8f900bb3 dev_mc_del +EXPORT_SYMBOL vmlinux 0x8f9342eb single_open +EXPORT_SYMBOL vmlinux 0x8f95fa02 pipe_unlock +EXPORT_SYMBOL vmlinux 0x8f9904de skb_append +EXPORT_SYMBOL vmlinux 0x8f996a30 ethtool_convert_legacy_u32_to_link_mode +EXPORT_SYMBOL vmlinux 0x8f9c199c __get_user_2 +EXPORT_SYMBOL vmlinux 0x8fa25c24 xa_find +EXPORT_SYMBOL vmlinux 0x8fae61d1 phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0x8fbfc441 __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0x8fd49a72 devm_devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x8fd6d64a qdisc_offload_dump_helper +EXPORT_SYMBOL vmlinux 0x8fed8ba2 vme_dma_request +EXPORT_SYMBOL vmlinux 0x8ff4c012 handle_edge_irq +EXPORT_SYMBOL vmlinux 0x8ff89ed0 seg6_hmac_exit +EXPORT_SYMBOL vmlinux 0x8ffab1b6 phy_config_aneg +EXPORT_SYMBOL vmlinux 0x90006be6 dm_kcopyd_client_flush +EXPORT_SYMBOL vmlinux 0x900907d4 nd_pfn_probe +EXPORT_SYMBOL vmlinux 0x900bc75f audit_log_start +EXPORT_SYMBOL vmlinux 0x900c9d2a ip6mr_rule_default +EXPORT_SYMBOL vmlinux 0x900d90e2 _dev_notice +EXPORT_SYMBOL vmlinux 0x9015bde9 i2c_transfer +EXPORT_SYMBOL vmlinux 0x901fcfcb inet_dgram_connect +EXPORT_SYMBOL vmlinux 0x90229ffd dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x90282f15 ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0x902d8722 vme_slave_get +EXPORT_SYMBOL vmlinux 0x9032bb9a sk_wait_data +EXPORT_SYMBOL vmlinux 0x9034a696 mempool_destroy +EXPORT_SYMBOL vmlinux 0x904871f8 kern_unmount +EXPORT_SYMBOL vmlinux 0x904e2595 ppp_unit_number +EXPORT_SYMBOL vmlinux 0x90576ec4 vmemdup_user +EXPORT_SYMBOL vmlinux 0x906b7053 d_prune_aliases +EXPORT_SYMBOL vmlinux 0x906f1eb8 param_set_ushort +EXPORT_SYMBOL vmlinux 0x9092defd proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x909d309c genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x90bbb073 kobject_put +EXPORT_SYMBOL vmlinux 0x90cc2913 pci_biosrom_size +EXPORT_SYMBOL vmlinux 0x90df20f6 tls_client_hello_anon +EXPORT_SYMBOL vmlinux 0x90e406b1 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x90e5a78e blk_get_queue +EXPORT_SYMBOL vmlinux 0x90efdcbc dma_set_coherent_mask +EXPORT_SYMBOL vmlinux 0x91045b6e ip_sock_set_mtu_discover +EXPORT_SYMBOL vmlinux 0x910aef53 mmc_release_host +EXPORT_SYMBOL vmlinux 0x9114b616 __xa_alloc +EXPORT_SYMBOL vmlinux 0x911d1793 rproc_coredump_add_custom_segment +EXPORT_SYMBOL vmlinux 0x913af9d6 proc_mkdir +EXPORT_SYMBOL vmlinux 0x913e6d4b skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0x91607d95 set_memory_wb +EXPORT_SYMBOL vmlinux 0x9166fada strncpy +EXPORT_SYMBOL vmlinux 0x9166fc03 __flush_workqueue +EXPORT_SYMBOL vmlinux 0x9176145b acpi_install_global_event_handler +EXPORT_SYMBOL vmlinux 0x91763964 tcp_seq_next +EXPORT_SYMBOL vmlinux 0x917f114f __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0x91822658 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x91872b65 register_shrinker +EXPORT_SYMBOL vmlinux 0x919c58f3 __clzsi2 +EXPORT_SYMBOL vmlinux 0x91a02270 skb_expand_head +EXPORT_SYMBOL vmlinux 0x91a10c61 intel_scu_ipc_dev_simple_command +EXPORT_SYMBOL vmlinux 0x91a488ac __netdev_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x91a7b1da qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x91ae4fa4 netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x91b35296 pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x91b49e9e mr_vif_seq_next +EXPORT_SYMBOL vmlinux 0x91b813ea tty_devnum +EXPORT_SYMBOL vmlinux 0x91c44796 rtnl_offload_xstats_notify +EXPORT_SYMBOL vmlinux 0x91cfc43b component_match_add_release +EXPORT_SYMBOL vmlinux 0x91de9630 mr_mfc_seq_idx +EXPORT_SYMBOL vmlinux 0x91f44510 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x91f68ea1 __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x91f6cd74 __devm_request_region +EXPORT_SYMBOL vmlinux 0x922177c7 skb_flow_dissect_hash +EXPORT_SYMBOL vmlinux 0x922f45a6 __bitmap_clear +EXPORT_SYMBOL vmlinux 0x922f7aae pci_choose_state +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x9250b6fb fs_context_for_submount +EXPORT_SYMBOL vmlinux 0x92540fbf finish_wait +EXPORT_SYMBOL vmlinux 0x9258c776 hdmi_vendor_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x92594fe3 vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0x92774cf8 __kfence_pool +EXPORT_SYMBOL vmlinux 0x92897e3d default_idle +EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user +EXPORT_SYMBOL vmlinux 0x929878b2 posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0x929ab078 rproc_elf_get_boot_addr +EXPORT_SYMBOL vmlinux 0x929e93c7 simple_open +EXPORT_SYMBOL vmlinux 0x92a51e56 acpi_debug_print_raw +EXPORT_SYMBOL vmlinux 0x92ac9bf0 nvdimm_namespace_capacity +EXPORT_SYMBOL vmlinux 0x92b51489 pnp_register_card_driver +EXPORT_SYMBOL vmlinux 0x92b99a33 acpi_put_table +EXPORT_SYMBOL vmlinux 0x92b9b180 slash_name +EXPORT_SYMBOL vmlinux 0x92bcae2d scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0x92bfde92 d_find_alias +EXPORT_SYMBOL vmlinux 0x92c856a3 iwe_stream_add_event +EXPORT_SYMBOL vmlinux 0x92d08f0a i2c_clients_command +EXPORT_SYMBOL vmlinux 0x92d2fb57 pci_find_bus +EXPORT_SYMBOL vmlinux 0x92d5838e request_threaded_irq +EXPORT_SYMBOL vmlinux 0x92def381 dma_map_page_attrs +EXPORT_SYMBOL vmlinux 0x92e683f5 down_timeout +EXPORT_SYMBOL vmlinux 0x92ec510d jiffies64_to_msecs +EXPORT_SYMBOL vmlinux 0x92ef8fba flow_indr_dev_register +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x93022ba6 __scsi_format_command +EXPORT_SYMBOL vmlinux 0x93053925 uart_unregister_driver +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x934296bf set_anon_super_fc +EXPORT_SYMBOL vmlinux 0x934f564b __x86_indirect_jump_thunk_r15 +EXPORT_SYMBOL vmlinux 0x93569e5c pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0x9370bdaf vme_irq_free +EXPORT_SYMBOL vmlinux 0x9370cd07 bio_split +EXPORT_SYMBOL vmlinux 0x9376c3a4 textsearch_unregister +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x938705a7 vm_map_pages_zero +EXPORT_SYMBOL vmlinux 0x93961762 xfrm_input_resume +EXPORT_SYMBOL vmlinux 0x939dade0 cookie_timestamp_decode +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93bcda95 dma_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0x93d2e821 __break_lease +EXPORT_SYMBOL vmlinux 0x93d40753 blk_mq_run_hw_queues +EXPORT_SYMBOL vmlinux 0x93d6dd8c complete_all +EXPORT_SYMBOL vmlinux 0x93d6e027 vfs_dup_fs_context +EXPORT_SYMBOL vmlinux 0x93d76b68 pci_release_resource +EXPORT_SYMBOL vmlinux 0x93d92477 locks_delete_block +EXPORT_SYMBOL vmlinux 0x93ddfbbe unregister_cdrom +EXPORT_SYMBOL vmlinux 0x93f04fde kobject_get_unless_zero +EXPORT_SYMBOL vmlinux 0x93f106f3 udp_ioctl +EXPORT_SYMBOL vmlinux 0x93f4c708 xfrm_register_type_offload +EXPORT_SYMBOL vmlinux 0x93fbea21 scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x9402fa4a setattr_prepare +EXPORT_SYMBOL vmlinux 0x94078a1e xfrm_find_acq +EXPORT_SYMBOL vmlinux 0x9428f816 dim_turn +EXPORT_SYMBOL vmlinux 0x94349329 sk_reset_timer +EXPORT_SYMBOL vmlinux 0x944220c3 md_write_end +EXPORT_SYMBOL vmlinux 0x944375db _totalram_pages +EXPORT_SYMBOL vmlinux 0x944a564d is_console_locked +EXPORT_SYMBOL vmlinux 0x9451ed51 __sk_receive_skb +EXPORT_SYMBOL vmlinux 0x9452de8d twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0x945cfe20 dquot_load_quota_inode +EXPORT_SYMBOL vmlinux 0x9475b05a tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0x947c784d netdev_pick_tx +EXPORT_SYMBOL vmlinux 0x948738a7 blk_mq_unique_tag +EXPORT_SYMBOL vmlinux 0x9493fc86 node_states +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x94af7e8e __pci_register_driver +EXPORT_SYMBOL vmlinux 0x94b88110 watchdog_unregister_governor +EXPORT_SYMBOL vmlinux 0x94bb7ec3 gen_pool_dma_zalloc_algo +EXPORT_SYMBOL vmlinux 0x94bf03ca utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0x94c5151a fs_context_for_mount +EXPORT_SYMBOL vmlinux 0x94d56b2f sock_dequeue_err_skb +EXPORT_SYMBOL vmlinux 0x94d58790 __tracepoint_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0x94d6e6d4 tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0x94e1aa47 dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x94f263bb inet_dgram_ops +EXPORT_SYMBOL vmlinux 0x95077047 xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x9507c90f copy_fsxattr_to_user +EXPORT_SYMBOL vmlinux 0x9513e079 filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0x95288af6 acpi_dev_uid_to_integer +EXPORT_SYMBOL vmlinux 0x952b6d43 pci_match_id +EXPORT_SYMBOL vmlinux 0x95331f74 cros_ec_prepare_tx +EXPORT_SYMBOL vmlinux 0x953702e3 generic_remap_file_range_prep +EXPORT_SYMBOL vmlinux 0x953d2426 utf8_strncmp +EXPORT_SYMBOL vmlinux 0x954cef6f init_on_alloc +EXPORT_SYMBOL vmlinux 0x954f099c idr_preload +EXPORT_SYMBOL vmlinux 0x95638823 kernel_write +EXPORT_SYMBOL vmlinux 0x956ecae1 uart_register_driver +EXPORT_SYMBOL vmlinux 0x957c9ebf neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x957d9fdd default_llseek +EXPORT_SYMBOL vmlinux 0x95a07bb5 acpi_execute_reg_methods +EXPORT_SYMBOL vmlinux 0x95a67b07 udp_table +EXPORT_SYMBOL vmlinux 0x95af8f30 __tracepoint_read_msr +EXPORT_SYMBOL vmlinux 0x95cb3de8 putname +EXPORT_SYMBOL vmlinux 0x95d54843 netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0x95d89773 set_create_files_as +EXPORT_SYMBOL vmlinux 0x95e78fde genphy_read_mmd_unsupported +EXPORT_SYMBOL vmlinux 0x95e7ea07 reuseport_stop_listen_sock +EXPORT_SYMBOL vmlinux 0x95ec74e0 vme_unregister_driver +EXPORT_SYMBOL vmlinux 0x960eb1d8 blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0x9617224a fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0x961b1ce1 get_ipc_ns_exported +EXPORT_SYMBOL vmlinux 0x961dab0b try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x9625695d acpi_install_gpe_block +EXPORT_SYMBOL vmlinux 0x96448087 edac_mc_find +EXPORT_SYMBOL vmlinux 0x96848186 scnprintf +EXPORT_SYMBOL vmlinux 0x968ab837 ipv6_select_ident +EXPORT_SYMBOL vmlinux 0x969918ae vfs_setpos +EXPORT_SYMBOL vmlinux 0x96a0421d mdiobus_free +EXPORT_SYMBOL vmlinux 0x96a9a003 filp_close +EXPORT_SYMBOL vmlinux 0x96ab36c4 flow_block_cb_free +EXPORT_SYMBOL vmlinux 0x96af2d77 security_sctp_bind_connect +EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp +EXPORT_SYMBOL vmlinux 0x96c17136 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96d97ebd jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0x96e5d30f gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0x96eab78b iosf_mbi_modify +EXPORT_SYMBOL vmlinux 0x96f02c6b wireless_send_event +EXPORT_SYMBOL vmlinux 0x96fab350 dim_park_on_top +EXPORT_SYMBOL vmlinux 0x973fa82e register_acpi_notifier +EXPORT_SYMBOL vmlinux 0x9759ecbb __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0x97651e6c vmemmap_base +EXPORT_SYMBOL vmlinux 0x976fb173 acpi_device_set_power +EXPORT_SYMBOL vmlinux 0x9777935b neigh_update +EXPORT_SYMBOL vmlinux 0x97796289 vm_node_stat +EXPORT_SYMBOL vmlinux 0x97872765 dev_uc_flush +EXPORT_SYMBOL vmlinux 0x978fa238 to_nd_btt +EXPORT_SYMBOL vmlinux 0x9796a527 max8998_update_reg +EXPORT_SYMBOL vmlinux 0x9796dc05 __SCK__tp_func_dma_fence_emit +EXPORT_SYMBOL vmlinux 0x97a57333 crc_t10dif_update +EXPORT_SYMBOL vmlinux 0x97a7cc52 inet_frags_fini +EXPORT_SYMBOL vmlinux 0x97aa258a capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0x97adb487 utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0x97af5964 get_thermal_instance +EXPORT_SYMBOL vmlinux 0x97b4d569 sock_kmalloc +EXPORT_SYMBOL vmlinux 0x97bb2a40 nf_ct_get_tuple_skb +EXPORT_SYMBOL vmlinux 0x97bce109 sock_queue_rcv_skb_reason +EXPORT_SYMBOL vmlinux 0x97bdfa60 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x97c2b007 phy_start_cable_test +EXPORT_SYMBOL vmlinux 0x97d201ee sock_i_uid +EXPORT_SYMBOL vmlinux 0x97d763d4 pci_request_regions +EXPORT_SYMBOL vmlinux 0x97e0b4c1 nf_log_trace +EXPORT_SYMBOL vmlinux 0x97e1d47e tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0x97e330cf dquot_resume +EXPORT_SYMBOL vmlinux 0x98084b87 vfs_statfs +EXPORT_SYMBOL vmlinux 0x98124b8e tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0x984d9c39 cpumask_next_wrap +EXPORT_SYMBOL vmlinux 0x98555a05 dma_fence_chain_walk +EXPORT_SYMBOL vmlinux 0x9858f364 get_random_u8 +EXPORT_SYMBOL vmlinux 0x988bc27c ipmr_rule_default +EXPORT_SYMBOL vmlinux 0x98a2669e jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x98a9b1f0 phy_advertise_supported +EXPORT_SYMBOL vmlinux 0x98ae334e cdrom_mode_select +EXPORT_SYMBOL vmlinux 0x98c5fc71 page_get_link +EXPORT_SYMBOL vmlinux 0x98c61657 mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x98c89ade security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x98cb878e proc_dobool +EXPORT_SYMBOL vmlinux 0x98de37d4 inet_frags_init +EXPORT_SYMBOL vmlinux 0x98e508ef ignore_console_lock_warning +EXPORT_SYMBOL vmlinux 0x98e75b61 dentry_open +EXPORT_SYMBOL vmlinux 0x98fe9c22 set_pages_array_wc +EXPORT_SYMBOL vmlinux 0x99078b39 trace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x99118276 dma_resv_copy_fences +EXPORT_SYMBOL vmlinux 0x9929681f ipv4_dst_check +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x994a3f30 scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x9963e4be sockfd_lookup +EXPORT_SYMBOL vmlinux 0x99724743 tcf_exts_dump +EXPORT_SYMBOL vmlinux 0x999271dc xfrm_policy_hash_rebuild +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99a20d0c security_path_unlink +EXPORT_SYMBOL vmlinux 0x99a43de7 pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x99d472b1 net_dim_get_rx_moderation +EXPORT_SYMBOL vmlinux 0x99daa9bf try_offline_node +EXPORT_SYMBOL vmlinux 0x99f068d5 x86_cpu_to_node_map +EXPORT_SYMBOL vmlinux 0x99f0a08f sys_copyarea +EXPORT_SYMBOL vmlinux 0x99f7371c refcount_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x99f9638f __napi_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x9a0b66ec submit_bh +EXPORT_SYMBOL vmlinux 0x9a0de044 pci_assign_resource +EXPORT_SYMBOL vmlinux 0x9a17a9ef sock_kzfree_s +EXPORT_SYMBOL vmlinux 0x9a1aebbc dm_io +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a22391e radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x9a2c088f irq_stat +EXPORT_SYMBOL vmlinux 0x9a325a69 dst_dev_put +EXPORT_SYMBOL vmlinux 0x9a583306 netlbl_bitmap_walk +EXPORT_SYMBOL vmlinux 0x9a604356 __check_sticky +EXPORT_SYMBOL vmlinux 0x9a6b27c0 skb_unlink +EXPORT_SYMBOL vmlinux 0x9a756e0e bpf_prog_get_type_path +EXPORT_SYMBOL vmlinux 0x9aab3d08 __i2c_transfer +EXPORT_SYMBOL vmlinux 0x9aaeefce sysctl_nf_log_all_netns +EXPORT_SYMBOL vmlinux 0x9ab04569 inet_add_offload +EXPORT_SYMBOL vmlinux 0x9ac31cb1 set_trace_device +EXPORT_SYMBOL vmlinux 0x9ac39865 rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0x9acd3f6f get_cpu_entry_area +EXPORT_SYMBOL vmlinux 0x9ad7a582 iosf_mbi_assert_punit_acquired +EXPORT_SYMBOL vmlinux 0x9ad9e137 sock_no_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x9add5e7d neigh_seq_start +EXPORT_SYMBOL vmlinux 0x9ae47436 _find_last_bit +EXPORT_SYMBOL vmlinux 0x9b118611 jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0x9b1ce1a5 pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b36f78b scsi_host_get +EXPORT_SYMBOL vmlinux 0x9b3a6bad tcf_em_register +EXPORT_SYMBOL vmlinux 0x9b43868b inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x9b496b21 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x9b598883 rproc_detach +EXPORT_SYMBOL vmlinux 0x9b5fcb6e inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x9b5ff25d build_skb_around +EXPORT_SYMBOL vmlinux 0x9b6dfe31 i2c_find_device_by_fwnode +EXPORT_SYMBOL vmlinux 0x9b72478f acpi_unload_parent_table +EXPORT_SYMBOL vmlinux 0x9b77bb78 __blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x9b79fb80 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x9b8f33c8 trace_raw_output_prep +EXPORT_SYMBOL vmlinux 0x9ba703ce fuse_dequeue_forget +EXPORT_SYMBOL vmlinux 0x9bab71dd param_set_byte +EXPORT_SYMBOL vmlinux 0x9bb4e317 ioread32be +EXPORT_SYMBOL vmlinux 0x9bc5e387 flow_rule_match_vlan +EXPORT_SYMBOL vmlinux 0x9bdf6f96 vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0x9c0d1a17 param_ops_ullong +EXPORT_SYMBOL vmlinux 0x9c122bcf mempool_create_node +EXPORT_SYMBOL vmlinux 0x9c1ccce3 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x9c221d0d xfrm6_rcv +EXPORT_SYMBOL vmlinux 0x9c3e5435 reuseport_detach_sock +EXPORT_SYMBOL vmlinux 0x9c45bccc dev_activate +EXPORT_SYMBOL vmlinux 0x9c60c74d acpi_get_hp_hw_control_from_firmware +EXPORT_SYMBOL vmlinux 0x9c65b78a csum_partial_copy_nocheck +EXPORT_SYMBOL vmlinux 0x9c6ec55a kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x9c86b9ab fileattr_fill_flags +EXPORT_SYMBOL vmlinux 0x9c9aa3b9 parse_int_array_user +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9caf8c34 dev_get_by_name +EXPORT_SYMBOL vmlinux 0x9cb986f2 vmalloc_base +EXPORT_SYMBOL vmlinux 0x9cc3acf0 fiemap_prep +EXPORT_SYMBOL vmlinux 0x9ccf7171 vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x9cdfb3f7 sysctl_fb_tunnels_only_for_init_net +EXPORT_SYMBOL vmlinux 0x9ceaf50d unlock_rename +EXPORT_SYMBOL vmlinux 0x9ced41ad __SCT__tp_func_read_msr +EXPORT_SYMBOL vmlinux 0x9cf05ba2 input_enable_softrepeat +EXPORT_SYMBOL vmlinux 0x9d099a39 acpi_remove_gpe_handler +EXPORT_SYMBOL vmlinux 0x9d0d4977 csum_and_copy_from_iter +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d15944a bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0x9d1ed26c __skb_get_hash +EXPORT_SYMBOL vmlinux 0x9d26675e zstd_cstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x9d2ab8ac __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x9d2e7707 unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0x9d34c9a9 qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0x9d61e994 ucs2_strncmp +EXPORT_SYMBOL vmlinux 0x9d70541a native_save_fl +EXPORT_SYMBOL vmlinux 0x9d8820f2 security_dentry_create_files_as +EXPORT_SYMBOL vmlinux 0x9d88c003 input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0x9d8d27d0 max8998_write_reg +EXPORT_SYMBOL vmlinux 0x9d92f3ad __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x9d97c287 bio_uninit +EXPORT_SYMBOL vmlinux 0x9dcfa4fe inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x9dd9df13 dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0x9ddc2048 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x9ddca6e8 md_bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0x9deffee3 kernel_getpeername +EXPORT_SYMBOL vmlinux 0x9df12a2a ip_getsockopt +EXPORT_SYMBOL vmlinux 0x9df30a2f filemap_map_pages +EXPORT_SYMBOL vmlinux 0x9df37429 fault_in_iov_iter_readable +EXPORT_SYMBOL vmlinux 0x9df995fb stack_depot_set_extra_bits +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e0fa5ae hsiphash_3u32 +EXPORT_SYMBOL vmlinux 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL vmlinux 0x9e1fa3f8 ipv6_dev_find +EXPORT_SYMBOL vmlinux 0x9e22810b mmc_hw_reset +EXPORT_SYMBOL vmlinux 0x9e23cbf3 add_to_pipe +EXPORT_SYMBOL vmlinux 0x9e2737f0 acpi_install_interface_handler +EXPORT_SYMBOL vmlinux 0x9e2f7c60 skb_copy_datagram_iter +EXPORT_SYMBOL vmlinux 0x9e30dd75 mdio_device_register +EXPORT_SYMBOL vmlinux 0x9e31be7b bio_free_pages +EXPORT_SYMBOL vmlinux 0x9e34d81c skb_copy_expand +EXPORT_SYMBOL vmlinux 0x9e493dc1 nd_dev_to_uuid +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e5580d3 scsi_device_put +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e64fbfe rtc_cmos_read +EXPORT_SYMBOL vmlinux 0x9e67a2e6 nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0x9e683f75 __cpu_possible_mask +EXPORT_SYMBOL vmlinux 0x9e745093 dm_table_event +EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay +EXPORT_SYMBOL vmlinux 0x9e869644 iter_file_splice_write +EXPORT_SYMBOL vmlinux 0x9e9177af thread_group_exited +EXPORT_SYMBOL vmlinux 0x9e948cb7 iov_iter_xarray +EXPORT_SYMBOL vmlinux 0x9e9eab95 devcgroup_check_permission +EXPORT_SYMBOL vmlinux 0x9e9fdd9d memunmap +EXPORT_SYMBOL vmlinux 0x9ea871bb nf_ip_checksum +EXPORT_SYMBOL vmlinux 0x9ea9b0ab ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x9eacf8a5 kstrndup +EXPORT_SYMBOL vmlinux 0x9eb32c28 devm_request_resource +EXPORT_SYMBOL vmlinux 0x9ec0e639 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0x9ec6ca96 ktime_get_real_ts64 +EXPORT_SYMBOL vmlinux 0x9ec838b2 jbd2_fc_end_commit_fallback +EXPORT_SYMBOL vmlinux 0x9ed12e20 kmalloc_large +EXPORT_SYMBOL vmlinux 0x9ed978de vme_lm_set +EXPORT_SYMBOL vmlinux 0x9edb057f scm_fp_dup +EXPORT_SYMBOL vmlinux 0x9ee75ba6 super_setup_bdi_name +EXPORT_SYMBOL vmlinux 0x9eea62c1 unregister_mii_timestamper +EXPORT_SYMBOL vmlinux 0x9ef0eee7 __SCT__tp_func_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x9f0478b6 sock_register +EXPORT_SYMBOL vmlinux 0x9f1513fc pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x9f167d43 __invalidate_device +EXPORT_SYMBOL vmlinux 0x9f351cee pm860x_reg_read +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f4f2aa3 acpi_gbl_FADT +EXPORT_SYMBOL vmlinux 0x9f50b770 keyring_restrict +EXPORT_SYMBOL vmlinux 0x9f54ead7 gro_cells_destroy +EXPORT_SYMBOL vmlinux 0x9f76baf4 _raw_write_unlock_irq +EXPORT_SYMBOL vmlinux 0x9f7e7843 lookup_one_len_unlocked +EXPORT_SYMBOL vmlinux 0x9f81f8b5 rtnl_configure_link +EXPORT_SYMBOL vmlinux 0x9f8597c5 invalidate_bdev +EXPORT_SYMBOL vmlinux 0x9f92ef7d tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9fa288e2 inet6_ioctl +EXPORT_SYMBOL vmlinux 0x9fa7184a cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x9fb41842 netdev_offload_xstats_report_delta +EXPORT_SYMBOL vmlinux 0x9fbc52e5 fget_raw +EXPORT_SYMBOL vmlinux 0x9fbe8f04 inet_pton_with_scope +EXPORT_SYMBOL vmlinux 0x9fc02369 config_group_init +EXPORT_SYMBOL vmlinux 0x9fdd46d1 phy_start_cable_test_tdr +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9fe70397 jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x9feed7ce timer_reduce +EXPORT_SYMBOL vmlinux 0x9ff727da __lock_sock_fast +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa001a920 iov_iter_get_pages2 +EXPORT_SYMBOL vmlinux 0xa004b4e5 sock_wake_async +EXPORT_SYMBOL vmlinux 0xa00aca2a dql_completed +EXPORT_SYMBOL vmlinux 0xa01d3df6 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0xa021ede1 set_page_dirty +EXPORT_SYMBOL vmlinux 0xa02aa74a __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xa033d747 next_arg +EXPORT_SYMBOL vmlinux 0xa03836d2 serio_open +EXPORT_SYMBOL vmlinux 0xa03cd0f1 unix_detach_fds +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa043e67a param_get_int +EXPORT_SYMBOL vmlinux 0xa04b8a59 input_set_abs_params +EXPORT_SYMBOL vmlinux 0xa057df8f twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xa05b6be2 psched_ppscfg_precompute +EXPORT_SYMBOL vmlinux 0xa0610dd0 netdev_get_xmit_slave +EXPORT_SYMBOL vmlinux 0xa06feac7 ip6_dst_check +EXPORT_SYMBOL vmlinux 0xa07a37f0 memchr +EXPORT_SYMBOL vmlinux 0xa07b9df6 jbd2_journal_finish_inode_data_buffers +EXPORT_SYMBOL vmlinux 0xa07d1b3c tasklet_setup +EXPORT_SYMBOL vmlinux 0xa07ea251 genphy_read_abilities +EXPORT_SYMBOL vmlinux 0xa08216f5 __SCK__tp_func_rdpmc +EXPORT_SYMBOL vmlinux 0xa084749a __bitmap_or +EXPORT_SYMBOL vmlinux 0xa095e02e generic_check_addressable +EXPORT_SYMBOL vmlinux 0xa0ae1e73 siphash_3u64 +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0dc4522 freeze_super +EXPORT_SYMBOL vmlinux 0xa0eae826 smp_call_function +EXPORT_SYMBOL vmlinux 0xa0ebd14c sysctl_tcp_mem +EXPORT_SYMBOL vmlinux 0xa0ebd437 hdmi_drm_infoframe_check +EXPORT_SYMBOL vmlinux 0xa0f10085 __sg_free_table +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa1359c50 tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0xa1373c8c ping_prot +EXPORT_SYMBOL vmlinux 0xa1385b0a scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0xa14f2527 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0xa16e49a4 ip6_output +EXPORT_SYMBOL vmlinux 0xa17147b5 fscrypt_has_permitted_context +EXPORT_SYMBOL vmlinux 0xa1733e0f single_release +EXPORT_SYMBOL vmlinux 0xa17bd3ee free_netdev +EXPORT_SYMBOL vmlinux 0xa180c9eb __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0xa18f1a92 pcpu_hot +EXPORT_SYMBOL vmlinux 0xa1a9f199 tcf_get_next_proto +EXPORT_SYMBOL vmlinux 0xa1ae9574 mdio_device_remove +EXPORT_SYMBOL vmlinux 0xa1b71345 eth_gro_complete +EXPORT_SYMBOL vmlinux 0xa1bedd72 amd_iommu_pc_get_max_counters +EXPORT_SYMBOL vmlinux 0xa2060911 inet_current_timestamp +EXPORT_SYMBOL vmlinux 0xa209f01a mipi_dsi_dcs_write_buffer +EXPORT_SYMBOL vmlinux 0xa20ecd70 d_delete +EXPORT_SYMBOL vmlinux 0xa21170c5 scsi_execute_cmd +EXPORT_SYMBOL vmlinux 0xa215eb4f prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0xa22cc5ee iommu_put_resv_regions +EXPORT_SYMBOL vmlinux 0xa2326c49 acpi_remove_table_handler +EXPORT_SYMBOL vmlinux 0xa23ffc04 groups_sort +EXPORT_SYMBOL vmlinux 0xa24f23d8 __request_module +EXPORT_SYMBOL vmlinux 0xa263892b fscrypt_fname_free_buffer +EXPORT_SYMBOL vmlinux 0xa27ac971 unix_get_socket +EXPORT_SYMBOL vmlinux 0xa27c0af4 udp_disconnect +EXPORT_SYMBOL vmlinux 0xa27d503e dquot_initialize +EXPORT_SYMBOL vmlinux 0xa28cfcc0 gen_estimator_active +EXPORT_SYMBOL vmlinux 0xa29c9734 pci_enable_atomic_ops_to_root +EXPORT_SYMBOL vmlinux 0xa2b22b9f page_pool_create +EXPORT_SYMBOL vmlinux 0xa2bc49f5 __bforget +EXPORT_SYMBOL vmlinux 0xa2c7b86f __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0xa2d67282 ipv6_dev_mc_inc +EXPORT_SYMBOL vmlinux 0xa2f5936e phy_set_sym_pause +EXPORT_SYMBOL vmlinux 0xa2fa29e7 mmc_run_bkops +EXPORT_SYMBOL vmlinux 0xa2fdcc0a rproc_report_crash +EXPORT_SYMBOL vmlinux 0xa2ff7e67 tcp_close +EXPORT_SYMBOL vmlinux 0xa309bd00 configfs_register_default_group +EXPORT_SYMBOL vmlinux 0xa321e94f param_set_hexint +EXPORT_SYMBOL vmlinux 0xa33a4840 keyring_clear +EXPORT_SYMBOL vmlinux 0xa33f7f39 unregister_md_personality +EXPORT_SYMBOL vmlinux 0xa34492b8 tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0xa34e7a2a mmc_cqe_start_req +EXPORT_SYMBOL vmlinux 0xa363abfc agp_free_memory +EXPORT_SYMBOL vmlinux 0xa3656989 file_open_root +EXPORT_SYMBOL vmlinux 0xa36dbb6a pci_request_region +EXPORT_SYMBOL vmlinux 0xa376e0e5 filemap_splice_read +EXPORT_SYMBOL vmlinux 0xa38f21b9 amd_iommu_update_ga +EXPORT_SYMBOL vmlinux 0xa3be8342 __ubsan_handle_type_mismatch +EXPORT_SYMBOL vmlinux 0xa3cefaa0 blake2s_update +EXPORT_SYMBOL vmlinux 0xa3da00c2 devm_arch_io_reserve_memtype_wc +EXPORT_SYMBOL vmlinux 0xa3e4f871 acpi_initialize_debugger +EXPORT_SYMBOL vmlinux 0xa3f2f076 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0xa3fea172 sha224_final +EXPORT_SYMBOL vmlinux 0xa40ff01b acpi_dbg_layer +EXPORT_SYMBOL vmlinux 0xa4191c0b memset_io +EXPORT_SYMBOL vmlinux 0xa421ae0e blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0xa440d121 flow_keys_dissector +EXPORT_SYMBOL vmlinux 0xa44be546 phy_suspend +EXPORT_SYMBOL vmlinux 0xa44c5240 fscrypt_setup_filename +EXPORT_SYMBOL vmlinux 0xa4673ca8 noop_qdisc +EXPORT_SYMBOL vmlinux 0xa471b8a6 take_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0xa479306b jbd2_journal_load +EXPORT_SYMBOL vmlinux 0xa4829dbe sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0xa4832209 rproc_del +EXPORT_SYMBOL vmlinux 0xa49807af phy_sfp_probe +EXPORT_SYMBOL vmlinux 0xa4ac55df xp_dma_unmap +EXPORT_SYMBOL vmlinux 0xa4ae2be1 is_acpi_data_node +EXPORT_SYMBOL vmlinux 0xa4b94fea iowrite8_rep +EXPORT_SYMBOL vmlinux 0xa4bba567 acpi_bus_get_status +EXPORT_SYMBOL vmlinux 0xa4d4f0e6 global_cache_flush +EXPORT_SYMBOL vmlinux 0xa4e1b07a block_write_full_page +EXPORT_SYMBOL vmlinux 0xa4f7be9f security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xa4faf62a acpi_disable_gpe +EXPORT_SYMBOL vmlinux 0xa4fcd6c1 kernel_param_lock +EXPORT_SYMBOL vmlinux 0xa507125e acpi_clear_gpe +EXPORT_SYMBOL vmlinux 0xa50b16b0 tcf_qevent_handle +EXPORT_SYMBOL vmlinux 0xa50bcff0 x86_cpu_to_apicid +EXPORT_SYMBOL vmlinux 0xa50f51d6 phy_validate_pause +EXPORT_SYMBOL vmlinux 0xa524a2d4 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0xa52bedf6 xenbus_dev_request_and_reply +EXPORT_SYMBOL vmlinux 0xa54b9063 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa55a43fb nla_put +EXPORT_SYMBOL vmlinux 0xa583a5e9 simple_pin_fs +EXPORT_SYMBOL vmlinux 0xa58a992e mipi_dsi_dcs_nop +EXPORT_SYMBOL vmlinux 0xa58af0a6 _raw_read_unlock_irq +EXPORT_SYMBOL vmlinux 0xa5976e4f dev_base_lock +EXPORT_SYMBOL vmlinux 0xa5b86c87 phy_reset_after_clk_enable +EXPORT_SYMBOL vmlinux 0xa5c3e009 touchscreen_parse_properties +EXPORT_SYMBOL vmlinux 0xa5c74b80 flow_rule_match_mpls +EXPORT_SYMBOL vmlinux 0xa5d0b302 ethtool_get_phc_vclocks +EXPORT_SYMBOL vmlinux 0xa5d8ab11 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0xa5e55057 rdmsrl_safe_on_cpu +EXPORT_SYMBOL vmlinux 0xa5e5e3e2 netpoll_setup +EXPORT_SYMBOL vmlinux 0xa6024676 netdev_lower_state_changed +EXPORT_SYMBOL vmlinux 0xa60a9151 dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0xa61ced89 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0xa622c544 ipv4_specific +EXPORT_SYMBOL vmlinux 0xa6257a2f complete +EXPORT_SYMBOL vmlinux 0xa6457c89 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0xa648e561 __ubsan_handle_shift_out_of_bounds +EXPORT_SYMBOL vmlinux 0xa64c7249 __printk_cpu_sync_try_get +EXPORT_SYMBOL vmlinux 0xa650dd82 ptp_clock_event +EXPORT_SYMBOL vmlinux 0xa6564cfe pci_reenable_device +EXPORT_SYMBOL vmlinux 0xa669efd7 pnp_unregister_card_driver +EXPORT_SYMBOL vmlinux 0xa67964d8 pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa698909c tcp_splice_read +EXPORT_SYMBOL vmlinux 0xa6a367f1 dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0xa6f57346 dquot_file_open +EXPORT_SYMBOL vmlinux 0xa70d725d __netif_schedule +EXPORT_SYMBOL vmlinux 0xa70ed9dc tcp_hashinfo +EXPORT_SYMBOL vmlinux 0xa70fabbe release_evntsel_nmi +EXPORT_SYMBOL vmlinux 0xa710db11 page_pool_alloc_frag +EXPORT_SYMBOL vmlinux 0xa714534f blk_put_queue +EXPORT_SYMBOL vmlinux 0xa718033d ip_sock_set_tos +EXPORT_SYMBOL vmlinux 0xa71d2e2c ioread16be +EXPORT_SYMBOL vmlinux 0xa72035f9 xa_get_order +EXPORT_SYMBOL vmlinux 0xa7248f14 cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0xa7296c1a __ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xa72cfb7d ioremap_wt +EXPORT_SYMBOL vmlinux 0xa73716a9 eth_platform_get_mac_address +EXPORT_SYMBOL vmlinux 0xa7464b38 pci_free_irq_vectors +EXPORT_SYMBOL vmlinux 0xa74c9877 refcount_dec_and_rtnl_lock +EXPORT_SYMBOL vmlinux 0xa77bfd29 register_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0xa787e2b5 wait_for_key_construction +EXPORT_SYMBOL vmlinux 0xa78af5f3 ioread32 +EXPORT_SYMBOL vmlinux 0xa78b5bc0 phy_connect_direct +EXPORT_SYMBOL vmlinux 0xa796679d __SCT__tp_func_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xa7a5616c file_check_and_advance_wb_err +EXPORT_SYMBOL vmlinux 0xa7a7f32e dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0xa7b7013f done_path_create +EXPORT_SYMBOL vmlinux 0xa7c68e8f neigh_seq_next +EXPORT_SYMBOL vmlinux 0xa7ccf9e9 submit_bio +EXPORT_SYMBOL vmlinux 0xa7d5f92e ida_destroy +EXPORT_SYMBOL vmlinux 0xa7e1187f bio_integrity_trim +EXPORT_SYMBOL vmlinux 0xa7eedcc4 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xa8006496 netlink_capable +EXPORT_SYMBOL vmlinux 0xa805ecfc acpi_release_global_lock +EXPORT_SYMBOL vmlinux 0xa8140a2f filemap_check_errors +EXPORT_SYMBOL vmlinux 0xa818209c __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0xa81d6511 vfs_unlink +EXPORT_SYMBOL vmlinux 0xa81e72e1 __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0xa8334b5b send_sig_info +EXPORT_SYMBOL vmlinux 0xa836ba02 wrmsr_safe_regs +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa84751dd blk_rq_append_bio +EXPORT_SYMBOL vmlinux 0xa84b133f backlight_force_update +EXPORT_SYMBOL vmlinux 0xa84c4798 __nlmsg_put +EXPORT_SYMBOL vmlinux 0xa84ce9e0 crypto_aes_inv_sbox +EXPORT_SYMBOL vmlinux 0xa851716b scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0xa853396b xa_extract +EXPORT_SYMBOL vmlinux 0xa85a3e6d xa_load +EXPORT_SYMBOL vmlinux 0xa8694ecd kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0xa88af772 input_mt_drop_unused +EXPORT_SYMBOL vmlinux 0xa88de61e jbd2_fc_end_commit +EXPORT_SYMBOL vmlinux 0xa89188f3 vmf_insert_mixed_mkwrite +EXPORT_SYMBOL vmlinux 0xa891f13e xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0xa897e3e7 mempool_free +EXPORT_SYMBOL vmlinux 0xa89a1cf1 ipmi_dmi_get_slave_addr +EXPORT_SYMBOL vmlinux 0xa89f0dc7 ipv6_sock_mc_join +EXPORT_SYMBOL vmlinux 0xa8a5dfc9 __sk_dst_check +EXPORT_SYMBOL vmlinux 0xa8ba6219 simple_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0xa8bc6adb _dev_err +EXPORT_SYMBOL vmlinux 0xa8c58b9b jbd2_submit_inode_data +EXPORT_SYMBOL vmlinux 0xa8c8cdae pps_lookup_dev +EXPORT_SYMBOL vmlinux 0xa8caa845 clk_bulk_put_all +EXPORT_SYMBOL vmlinux 0xa8ceedca revert_creds +EXPORT_SYMBOL vmlinux 0xa8d15b1f seg6_hmac_info_add +EXPORT_SYMBOL vmlinux 0xa8dd1f37 tls_handshake_cancel +EXPORT_SYMBOL vmlinux 0xa8e6933a qdf2400_e44_present +EXPORT_SYMBOL vmlinux 0xa8e69ad7 xp_raw_get_dma +EXPORT_SYMBOL vmlinux 0xa8f07fdb skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0xa8f6c843 ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xa8f9e789 pci_disable_msi +EXPORT_SYMBOL vmlinux 0xa90021e2 security_sb_remount +EXPORT_SYMBOL vmlinux 0xa90ca0de flush_rcu_work +EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa917c1de blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xa91d8dcd sock_from_file +EXPORT_SYMBOL vmlinux 0xa92a1333 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0xa943fdb4 vga_remove_vgacon +EXPORT_SYMBOL vmlinux 0xa94a09bb mem_section +EXPORT_SYMBOL vmlinux 0xa9535062 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0xa95550d6 __udp_disconnect +EXPORT_SYMBOL vmlinux 0xa95a209a misc_deregister +EXPORT_SYMBOL vmlinux 0xa965ca81 reciprocal_value +EXPORT_SYMBOL vmlinux 0xa967181f vfs_fsync_range +EXPORT_SYMBOL vmlinux 0xa976957d bitmap_remap +EXPORT_SYMBOL vmlinux 0xa9785b49 cpu_core_map +EXPORT_SYMBOL vmlinux 0xa9790b02 inet6_bind +EXPORT_SYMBOL vmlinux 0xa982976c neigh_seq_stop +EXPORT_SYMBOL vmlinux 0xa998aac6 simple_statfs +EXPORT_SYMBOL vmlinux 0xa99c154f xattr_supports_user_prefix +EXPORT_SYMBOL vmlinux 0xa9bc1cb7 migrate_vma_finalize +EXPORT_SYMBOL vmlinux 0xa9c72303 amd_iommu_pc_get_max_banks +EXPORT_SYMBOL vmlinux 0xaa00fdc0 ec_transaction +EXPORT_SYMBOL vmlinux 0xaa093d5c dev_remove_offload +EXPORT_SYMBOL vmlinux 0xaa0c318b vscnprintf +EXPORT_SYMBOL vmlinux 0xaa19e4aa _kstrtol +EXPORT_SYMBOL vmlinux 0xaa1c9e65 blk_mq_rq_cpu +EXPORT_SYMBOL vmlinux 0xaa1fc9a0 rtc_add_groups +EXPORT_SYMBOL vmlinux 0xaa2c0400 nd_integrity_init +EXPORT_SYMBOL vmlinux 0xaa341905 acpi_bios_exception +EXPORT_SYMBOL vmlinux 0xaa358dd8 skb_clone +EXPORT_SYMBOL vmlinux 0xaa3fcc56 unregister_shrinker +EXPORT_SYMBOL vmlinux 0xaa40050d mdiobus_write_nested +EXPORT_SYMBOL vmlinux 0xaa560907 bio_copy_data_iter +EXPORT_SYMBOL vmlinux 0xaa5ae2d8 follow_down +EXPORT_SYMBOL vmlinux 0xaa6d9966 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa79ccdc blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0xaa8564e7 tty_register_driver +EXPORT_SYMBOL vmlinux 0xaa8f1b71 inet_addr_is_any +EXPORT_SYMBOL vmlinux 0xaa98455f keyring_search +EXPORT_SYMBOL vmlinux 0xaa9d62a8 input_grab_device +EXPORT_SYMBOL vmlinux 0xaaa4b9bc hchacha_block_generic +EXPORT_SYMBOL vmlinux 0xaacc1d00 phy_driver_register +EXPORT_SYMBOL vmlinux 0xaacf03c1 dma_fence_signal +EXPORT_SYMBOL vmlinux 0xaad0ae78 __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaad8392f page_cache_next_miss +EXPORT_SYMBOL vmlinux 0xaad8c7d6 default_wake_function +EXPORT_SYMBOL vmlinux 0xaae07f64 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xaae8ab0e acpi_bus_power_manageable +EXPORT_SYMBOL vmlinux 0xaaee4306 sock_i_ino +EXPORT_SYMBOL vmlinux 0xaaf87aaa blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab09b9bf ip_frag_init +EXPORT_SYMBOL vmlinux 0xab100c4b __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0xab1619e3 pcim_iounmap +EXPORT_SYMBOL vmlinux 0xab3697e4 irq_poll_init +EXPORT_SYMBOL vmlinux 0xab3b75ea vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0xab600421 probe_irq_off +EXPORT_SYMBOL vmlinux 0xab63baa5 unregister_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xab65ed80 set_memory_uc +EXPORT_SYMBOL vmlinux 0xab67a0ac dql_init +EXPORT_SYMBOL vmlinux 0xab6d5b3b hex_to_bin +EXPORT_SYMBOL vmlinux 0xab6ee107 __d_drop +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab865746 kobject_set_name +EXPORT_SYMBOL vmlinux 0xabaff511 sdev_prefix_printk +EXPORT_SYMBOL vmlinux 0xabb20800 sk_net_capable +EXPORT_SYMBOL vmlinux 0xabb5cf94 mdiobus_c45_read +EXPORT_SYMBOL vmlinux 0xabb625a4 __serio_register_port +EXPORT_SYMBOL vmlinux 0xabc04bfa configfs_unregister_group +EXPORT_SYMBOL vmlinux 0xabc6e658 md_bitmap_sync_with_cluster +EXPORT_SYMBOL vmlinux 0xabee1450 tcp_shutdown +EXPORT_SYMBOL vmlinux 0xabf32f29 utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0xabf53b48 rep_stos_alternative +EXPORT_SYMBOL vmlinux 0xabf9bacb phy_remove_link_mode +EXPORT_SYMBOL vmlinux 0xac0e489a i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0xac19f7f3 pci_find_next_bus +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac21c008 arch_debugfs_dir +EXPORT_SYMBOL vmlinux 0xac3201b0 udp_flow_hashrnd +EXPORT_SYMBOL vmlinux 0xac4a8b58 unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0xac4ecf2a neigh_for_each +EXPORT_SYMBOL vmlinux 0xac537ac2 percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0xac5fcec0 in4_pton +EXPORT_SYMBOL vmlinux 0xac6fc429 netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0xac7bdc36 nf_getsockopt +EXPORT_SYMBOL vmlinux 0xac81939e __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xac828ca4 dcache_dir_open +EXPORT_SYMBOL vmlinux 0xac8dfe27 ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0xac8e7e55 udp_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacae90fa scsi_is_host_device +EXPORT_SYMBOL vmlinux 0xacb7c937 phy_set_max_speed +EXPORT_SYMBOL vmlinux 0xacb8b79a pci_disable_ptm +EXPORT_SYMBOL vmlinux 0xacd81eb3 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0xacddd806 ptp_get_vclocks_index +EXPORT_SYMBOL vmlinux 0xacea8173 acpi_debug_print +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacf649bf audit_log_task_info +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad07fb46 md_bitmap_endwrite +EXPORT_SYMBOL vmlinux 0xad0a0ac3 simple_rename +EXPORT_SYMBOL vmlinux 0xad1036a2 amd_iommu_activate_guest_mode +EXPORT_SYMBOL vmlinux 0xad109684 pci_request_irq +EXPORT_SYMBOL vmlinux 0xad491fbd generic_file_llseek +EXPORT_SYMBOL vmlinux 0xad4c9bb0 fs_param_is_s32 +EXPORT_SYMBOL vmlinux 0xad4f335a sk_ioctl +EXPORT_SYMBOL vmlinux 0xad50966e dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0xad536c91 x86_cpu_to_acpiid +EXPORT_SYMBOL vmlinux 0xad53a002 __x86_indirect_call_thunk_rbp +EXPORT_SYMBOL vmlinux 0xad6ba40e radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0xad73041f autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xad73c2d6 seq_pad +EXPORT_SYMBOL vmlinux 0xad9901ae bit_waitqueue +EXPORT_SYMBOL vmlinux 0xada31e57 gen_pool_dma_alloc_align +EXPORT_SYMBOL vmlinux 0xada7f8df nd_dax_probe +EXPORT_SYMBOL vmlinux 0xadae6df8 blake2s_final +EXPORT_SYMBOL vmlinux 0xadb9cc30 pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0xadbeed61 mipi_dsi_packet_format_is_long +EXPORT_SYMBOL vmlinux 0xadcf3aa9 skb_vlan_pop +EXPORT_SYMBOL vmlinux 0xadd139d4 rfs_needed +EXPORT_SYMBOL vmlinux 0xadd60bd2 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0xadf5516b agp_bind_memory +EXPORT_SYMBOL vmlinux 0xae04012c __vmalloc +EXPORT_SYMBOL vmlinux 0xae087391 pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0xae1d2c5e fb_modesetting_disabled +EXPORT_SYMBOL vmlinux 0xae2b2932 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0xae2c5771 fget +EXPORT_SYMBOL vmlinux 0xae316c11 icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0xae5a04bb acpi_evaluate_dsm +EXPORT_SYMBOL vmlinux 0xae66472b scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0xae6732d7 __tracepoint_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0xae6a66a6 request_key_rcu +EXPORT_SYMBOL vmlinux 0xae6c6aa6 ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0xae7310df param_ops_uint +EXPORT_SYMBOL vmlinux 0xae9aa3cb kernel_bind +EXPORT_SYMBOL vmlinux 0xaeac049a generate_random_guid +EXPORT_SYMBOL vmlinux 0xaeb082ad _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0xaebd12f0 acpi_get_name +EXPORT_SYMBOL vmlinux 0xaec09c6c make_kuid +EXPORT_SYMBOL vmlinux 0xaed23d70 skb_vlan_untag +EXPORT_SYMBOL vmlinux 0xaedafe3d seg6_push_hmac +EXPORT_SYMBOL vmlinux 0xaee548a2 tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0xaeeb119f pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0xaf00e5f2 cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0xaf354bbe cpu_tss_rw +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf41c5b7 md_flush_request +EXPORT_SYMBOL vmlinux 0xaf519a2a sock_set_reuseaddr +EXPORT_SYMBOL vmlinux 0xaf61a7ab cros_ec_get_host_event +EXPORT_SYMBOL vmlinux 0xaf7ff955 rproc_coredump_set_elf_info +EXPORT_SYMBOL vmlinux 0xaf957a6e bdev_start_io_acct +EXPORT_SYMBOL vmlinux 0xaf959dba fifo_set_limit +EXPORT_SYMBOL vmlinux 0xafaa6031 _find_next_and_bit +EXPORT_SYMBOL vmlinux 0xafabd4c0 lookup_one_len +EXPORT_SYMBOL vmlinux 0xafaf0404 sk_filter_trim_cap +EXPORT_SYMBOL vmlinux 0xafb864c1 refcount_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0xafc08054 dotdot_name +EXPORT_SYMBOL vmlinux 0xafc6c68e zstd_is_error +EXPORT_SYMBOL vmlinux 0xafd018f7 acpi_dev_get_next_match_dev +EXPORT_SYMBOL vmlinux 0xafd5ff2c amd_iommu_v2_supported +EXPORT_SYMBOL vmlinux 0xafd744c6 __x86_indirect_thunk_rbp +EXPORT_SYMBOL vmlinux 0xafdc0cf7 vlan_vid_add +EXPORT_SYMBOL vmlinux 0xafe40462 ww_mutex_trylock +EXPORT_SYMBOL vmlinux 0xafea2086 ipv6_sock_mc_drop +EXPORT_SYMBOL vmlinux 0xb01bebf9 xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xb023ac2d __netlink_dump_start +EXPORT_SYMBOL vmlinux 0xb02df2d6 __traceiter_rdpmc +EXPORT_SYMBOL vmlinux 0xb03d056b __cgroup_bpf_run_filter_skb +EXPORT_SYMBOL vmlinux 0xb0469300 bio_reset +EXPORT_SYMBOL vmlinux 0xb0490046 dns_query +EXPORT_SYMBOL vmlinux 0xb04a43ad __xa_alloc_cyclic +EXPORT_SYMBOL vmlinux 0xb0505b93 sk_stop_timer_sync +EXPORT_SYMBOL vmlinux 0xb058ca07 dim_calc_stats +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb0617db4 wait_for_completion_state +EXPORT_SYMBOL vmlinux 0xb064851e eisa_driver_unregister +EXPORT_SYMBOL vmlinux 0xb088add5 ip_fraglist_prepare +EXPORT_SYMBOL vmlinux 0xb094b288 eth_get_headlen +EXPORT_SYMBOL vmlinux 0xb098fd08 dma_sync_single_for_device +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0b152d5 memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0xb0b76945 __x86_indirect_call_thunk_rsp +EXPORT_SYMBOL vmlinux 0xb0c5e247 lockref_put_return +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0e602eb memmove +EXPORT_SYMBOL vmlinux 0xb0f61ff4 inet_put_port +EXPORT_SYMBOL vmlinux 0xb10a795d devm_pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb1342cdb _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0xb1386ad6 flow_rule_match_enc_ip +EXPORT_SYMBOL vmlinux 0xb14ab1ef hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0xb14fc46a find_next_clump8 +EXPORT_SYMBOL vmlinux 0xb1518e15 cancel_work +EXPORT_SYMBOL vmlinux 0xb15b6e8a udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0xb17a0e08 generic_copy_file_range +EXPORT_SYMBOL vmlinux 0xb184cff0 __tracepoint_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xb18be498 mipi_dsi_dcs_get_display_brightness +EXPORT_SYMBOL vmlinux 0xb19a5453 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0xb19dc692 bio_init_clone +EXPORT_SYMBOL vmlinux 0xb1b5a174 mmc_can_gpio_cd +EXPORT_SYMBOL vmlinux 0xb1bd170a iov_iter_get_pages_alloc2 +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1d4cb88 netpoll_print_options +EXPORT_SYMBOL vmlinux 0xb1d97044 devfreq_add_device +EXPORT_SYMBOL vmlinux 0xb1ddf995 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xb1e9ed98 __folio_batch_release +EXPORT_SYMBOL vmlinux 0xb1ef2d50 cred_fscmp +EXPORT_SYMBOL vmlinux 0xb1f759d8 __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0xb2165514 simple_write_begin +EXPORT_SYMBOL vmlinux 0xb219d56c wbinvd_on_cpu +EXPORT_SYMBOL vmlinux 0xb21b4859 sk_mc_loop +EXPORT_SYMBOL vmlinux 0xb21e0067 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0xb220a215 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0xb22e16d5 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xb23027c1 kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xb2338d81 __x86_indirect_thunk_rsp +EXPORT_SYMBOL vmlinux 0xb25cfcad clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0xb2601486 __SCT__tp_func_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0xb2609eef ip_sock_set_recverr +EXPORT_SYMBOL vmlinux 0xb26375c7 mmc_card_is_blockaddr +EXPORT_SYMBOL vmlinux 0xb2734f22 pci_scan_slot +EXPORT_SYMBOL vmlinux 0xb2969674 vfs_parse_fs_param +EXPORT_SYMBOL vmlinux 0xb29f1fde jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0xb2a8e4c2 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0xb2a9cf10 neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0xb2b7230b bpf_link_get_from_fd +EXPORT_SYMBOL vmlinux 0xb2bcb088 acpi_current_gpe_count +EXPORT_SYMBOL vmlinux 0xb2c942db dst_release +EXPORT_SYMBOL vmlinux 0xb2f35c6a xxh64 +EXPORT_SYMBOL vmlinux 0xb2f74fb6 intel_gmch_remove +EXPORT_SYMBOL vmlinux 0xb2fcb56d queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xb2fd5ceb __put_user_4 +EXPORT_SYMBOL vmlinux 0xb305ac90 zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0xb306ec50 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0xb308c97d wait_woken +EXPORT_SYMBOL vmlinux 0xb30b9822 vme_master_set +EXPORT_SYMBOL vmlinux 0xb3258f79 __ubsan_handle_type_mismatch_v1 +EXPORT_SYMBOL vmlinux 0xb328ebd7 dquot_destroy +EXPORT_SYMBOL vmlinux 0xb32a5973 acpi_ut_status_exit +EXPORT_SYMBOL vmlinux 0xb33f2f2e dma_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0xb3687850 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xb370807f phy_ethtool_nway_reset +EXPORT_SYMBOL vmlinux 0xb3772379 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0xb381d48e devm_mmc_alloc_host +EXPORT_SYMBOL vmlinux 0xb3863a67 acpi_set_gpe_wake_mask +EXPORT_SYMBOL vmlinux 0xb3867e6d mtree_insert +EXPORT_SYMBOL vmlinux 0xb3a2dfdf nmi_panic +EXPORT_SYMBOL vmlinux 0xb3a929ff nd_btt_probe +EXPORT_SYMBOL vmlinux 0xb3b5ec56 kthread_create_on_node +EXPORT_SYMBOL vmlinux 0xb3bd67e2 scsi_partsize +EXPORT_SYMBOL vmlinux 0xb3c794a6 ip6_mtu +EXPORT_SYMBOL vmlinux 0xb3d2c76d scsi_hostbyte_string +EXPORT_SYMBOL vmlinux 0xb3efccbe build_skb +EXPORT_SYMBOL vmlinux 0xb3f0de55 xz_dec_microlzma_run +EXPORT_SYMBOL vmlinux 0xb3f2603a nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0xb3f49446 kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0xb3f548ad kmemdup_nul +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb3f985a8 sg_alloc_table +EXPORT_SYMBOL vmlinux 0xb402d1a0 __dev_queue_xmit +EXPORT_SYMBOL vmlinux 0xb4043948 acpi_execute_simple_method +EXPORT_SYMBOL vmlinux 0xb40e8b09 simple_setattr +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb4577003 acpi_dev_present +EXPORT_SYMBOL vmlinux 0xb4665889 kill_pid +EXPORT_SYMBOL vmlinux 0xb46744fc inet_offloads +EXPORT_SYMBOL vmlinux 0xb47cca30 csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0xb482ad7d param_set_int +EXPORT_SYMBOL vmlinux 0xb485de8b dquot_free_inode +EXPORT_SYMBOL vmlinux 0xb4878961 pid_task +EXPORT_SYMBOL vmlinux 0xb48d4d22 security_sb_eat_lsm_opts +EXPORT_SYMBOL vmlinux 0xb49601a1 sg_zero_buffer +EXPORT_SYMBOL vmlinux 0xb4aa2904 md_register_thread +EXPORT_SYMBOL vmlinux 0xb4ca9f12 scsi_device_lookup +EXPORT_SYMBOL vmlinux 0xb4f04e01 page_pool_unlink_napi +EXPORT_SYMBOL vmlinux 0xb4f0749d skb_seq_read +EXPORT_SYMBOL vmlinux 0xb5088cc1 xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0xb5143413 add_to_page_cache_lru +EXPORT_SYMBOL vmlinux 0xb53f2810 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0xb53f5e02 twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0xb554e636 mmc_gpiod_request_ro +EXPORT_SYMBOL vmlinux 0xb5574e0c remap_pfn_range +EXPORT_SYMBOL vmlinux 0xb558da96 ww_mutex_lock +EXPORT_SYMBOL vmlinux 0xb59079aa jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5ab892d uv_undefined +EXPORT_SYMBOL vmlinux 0xb5b3a3ad __SCK__tp_func_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xb5b54b34 _raw_spin_unlock +EXPORT_SYMBOL vmlinux 0xb5b63711 fileattr_fill_xflags +EXPORT_SYMBOL vmlinux 0xb5bfdbfc xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0xb5d80ff4 flow_rule_match_control +EXPORT_SYMBOL vmlinux 0xb5db9a35 d_tmpfile +EXPORT_SYMBOL vmlinux 0xb5e73116 flush_delayed_work +EXPORT_SYMBOL vmlinux 0xb5ef8ec4 sock_release +EXPORT_SYMBOL vmlinux 0xb60fa41d dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0xb61d6fc2 down_read_interruptible +EXPORT_SYMBOL vmlinux 0xb633f115 irq_poll_enable +EXPORT_SYMBOL vmlinux 0xb638a927 dquot_disable +EXPORT_SYMBOL vmlinux 0xb6399c74 vme_irq_request +EXPORT_SYMBOL vmlinux 0xb63e70b3 seq_open +EXPORT_SYMBOL vmlinux 0xb64255e6 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0xb654ef65 acpi_os_read_port +EXPORT_SYMBOL vmlinux 0xb66e96d8 netlbl_audit_start +EXPORT_SYMBOL vmlinux 0xb6748e60 pci_disable_msix +EXPORT_SYMBOL vmlinux 0xb674a534 acpi_unmap_cpu +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb67fec0e uuid_parse +EXPORT_SYMBOL vmlinux 0xb68f41a5 netpoll_send_skb +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb69e4a0c clear_nlink +EXPORT_SYMBOL vmlinux 0xb69ef4bb d_alloc_parallel +EXPORT_SYMBOL vmlinux 0xb6acaa13 phy_sfp_detach +EXPORT_SYMBOL vmlinux 0xb6ae6a5a __filemap_get_folio +EXPORT_SYMBOL vmlinux 0xb6bb378d mntput +EXPORT_SYMBOL vmlinux 0xb6bd326f sys_imageblit +EXPORT_SYMBOL vmlinux 0xb6cb556a _find_first_and_bit +EXPORT_SYMBOL vmlinux 0xb6d4628c __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0xb6e36ce2 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb6e526aa eth_type_trans +EXPORT_SYMBOL vmlinux 0xb6e920de ip_mc_join_group +EXPORT_SYMBOL vmlinux 0xb6fde909 close_fd +EXPORT_SYMBOL vmlinux 0xb7060fda current_time +EXPORT_SYMBOL vmlinux 0xb71589f0 skip_spaces +EXPORT_SYMBOL vmlinux 0xb71ed69f __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0xb737b185 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0xb7504f4d security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0xb750538c setattr_should_drop_sgid +EXPORT_SYMBOL vmlinux 0xb75895c1 mipi_dsi_dcs_get_display_brightness_large +EXPORT_SYMBOL vmlinux 0xb7593ddc iosf_mbi_unregister_pmic_bus_access_notifier +EXPORT_SYMBOL vmlinux 0xb761110d ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0xb7853599 pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0xb78ce2f3 seq_puts +EXPORT_SYMBOL vmlinux 0xb78debe3 LZ4_decompress_fast_usingDict +EXPORT_SYMBOL vmlinux 0xb79667e9 km_report +EXPORT_SYMBOL vmlinux 0xb79db4a6 agp_bridge +EXPORT_SYMBOL vmlinux 0xb7a22ffc security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0xb7c0f443 sort +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb7d143a6 regset_get_alloc +EXPORT_SYMBOL vmlinux 0xb7d51177 tcp_conn_request +EXPORT_SYMBOL vmlinux 0xb7d89ba5 pci_remove_bus +EXPORT_SYMBOL vmlinux 0xb7eca752 __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0xb80b4a18 zstd_compress_bound +EXPORT_SYMBOL vmlinux 0xb82cdf82 phy_queue_state_machine +EXPORT_SYMBOL vmlinux 0xb846d9af xfrm_register_km +EXPORT_SYMBOL vmlinux 0xb848d42f alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0xb862f7ea __x86_indirect_jump_thunk_rbx +EXPORT_SYMBOL vmlinux 0xb868ac5c register_sysrq_key +EXPORT_SYMBOL vmlinux 0xb86dea0b generic_setlease +EXPORT_SYMBOL vmlinux 0xb86f2c1a set_anon_super +EXPORT_SYMBOL vmlinux 0xb86f74c5 free_cpumask_var +EXPORT_SYMBOL vmlinux 0xb88a31d5 devm_kvasprintf +EXPORT_SYMBOL vmlinux 0xb88ec4e4 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0xb89b6e6b guid_parse +EXPORT_SYMBOL vmlinux 0xb89d20b8 udp_seq_stop +EXPORT_SYMBOL vmlinux 0xb8a55c93 vfs_dedupe_file_range_one +EXPORT_SYMBOL vmlinux 0xb8a778fc mpage_read_folio +EXPORT_SYMBOL vmlinux 0xb8b043f2 kfree_link +EXPORT_SYMBOL vmlinux 0xb8bbd0ff __f_setown +EXPORT_SYMBOL vmlinux 0xb8c56b55 textsearch_prepare +EXPORT_SYMBOL vmlinux 0xb8cb3abd tcf_idr_create_from_flags +EXPORT_SYMBOL vmlinux 0xb8db9d61 __destroy_inode +EXPORT_SYMBOL vmlinux 0xb8deb630 devm_clk_get_optional +EXPORT_SYMBOL vmlinux 0xb8e2301a truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0xb8e7ce2c __put_user_8 +EXPORT_SYMBOL vmlinux 0xb8edddb1 config_item_get +EXPORT_SYMBOL vmlinux 0xb8f4ed91 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xb901d1bb pneigh_lookup +EXPORT_SYMBOL vmlinux 0xb907513f unpoison_memory +EXPORT_SYMBOL vmlinux 0xb911bb58 minmax_running_max +EXPORT_SYMBOL vmlinux 0xb91e2d5b sync_inodes_sb +EXPORT_SYMBOL vmlinux 0xb9209be3 pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0xb920db49 acpi_tb_install_and_load_table +EXPORT_SYMBOL vmlinux 0xb9247465 to_nd_dax +EXPORT_SYMBOL vmlinux 0xb92c1c02 proto_register +EXPORT_SYMBOL vmlinux 0xb94339c4 qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xb9478d90 hdmi_drm_infoframe_unpack_only +EXPORT_SYMBOL vmlinux 0xb94943fc genphy_read_master_slave +EXPORT_SYMBOL vmlinux 0xb9593a15 lookup_one_positive_unlocked +EXPORT_SYMBOL vmlinux 0xb95b0a27 find_inode_rcu +EXPORT_SYMBOL vmlinux 0xb963ec2c free_buffer_head +EXPORT_SYMBOL vmlinux 0xb96c4f9e audit_log_subject_context +EXPORT_SYMBOL vmlinux 0xb97220ff bitmap_parse +EXPORT_SYMBOL vmlinux 0xb97f7045 acpi_install_gpe_handler +EXPORT_SYMBOL vmlinux 0xb9825984 __klp_sched_try_switch +EXPORT_SYMBOL vmlinux 0xb985ee55 tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0xb9a09ddd __x86_indirect_jump_thunk_rcx +EXPORT_SYMBOL vmlinux 0xb9af1d0d __xa_clear_mark +EXPORT_SYMBOL vmlinux 0xb9c0948f udp_lib_get_port +EXPORT_SYMBOL vmlinux 0xb9caf5a6 i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0xb9e276cf wrmsr_safe_regs_on_cpu +EXPORT_SYMBOL vmlinux 0xb9e7429c memcpy_toio +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xba00daa2 dma_fence_allocate_private_stub +EXPORT_SYMBOL vmlinux 0xba1008c8 __crc32c_le +EXPORT_SYMBOL vmlinux 0xba12c4db rproc_add_subdev +EXPORT_SYMBOL vmlinux 0xba2449b3 __x86_indirect_jump_thunk_rax +EXPORT_SYMBOL vmlinux 0xba33d055 fscrypt_zeroout_range +EXPORT_SYMBOL vmlinux 0xba39ceeb generic_listxattr +EXPORT_SYMBOL vmlinux 0xba449c4b xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba683c63 elevator_alloc +EXPORT_SYMBOL vmlinux 0xba78b141 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0xba7cf8c7 phy_do_ioctl_running +EXPORT_SYMBOL vmlinux 0xba8fbd64 _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xba9c57a8 dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0xbab6e665 pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0xbac8aeea sg_nents_for_len +EXPORT_SYMBOL vmlinux 0xbad9836b blk_queue_max_write_zeroes_sectors +EXPORT_SYMBOL vmlinux 0xbadf530d phy_device_free +EXPORT_SYMBOL vmlinux 0xbae03b26 bpf_link_put +EXPORT_SYMBOL vmlinux 0xbafa632e __do_once_sleepable_start +EXPORT_SYMBOL vmlinux 0xbb0540aa zlib_inflateReset +EXPORT_SYMBOL vmlinux 0xbb05b579 acpi_bus_unregister_driver +EXPORT_SYMBOL vmlinux 0xbb09bac8 skb_eth_pop +EXPORT_SYMBOL vmlinux 0xbb0ed5f7 mmc_of_parse_clk_phase +EXPORT_SYMBOL vmlinux 0xbb13595e smp_call_function_many +EXPORT_SYMBOL vmlinux 0xbb1bac24 acpi_unregister_debugger +EXPORT_SYMBOL vmlinux 0xbb24ca7e jbd2_transaction_committed +EXPORT_SYMBOL vmlinux 0xbb24f607 init_cdrom_command +EXPORT_SYMBOL vmlinux 0xbb346e51 tcp_add_backlog +EXPORT_SYMBOL vmlinux 0xbb40466c agp_generic_alloc_user +EXPORT_SYMBOL vmlinux 0xbb405276 qdisc_put_unlocked +EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0xbb57abc1 devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xbb8a9236 vfs_mknod +EXPORT_SYMBOL vmlinux 0xbb8dc7c6 __SetPageMovable +EXPORT_SYMBOL vmlinux 0xbb8e169a vga_switcheroo_handler_flags +EXPORT_SYMBOL vmlinux 0xbb93df04 eisa_driver_register +EXPORT_SYMBOL vmlinux 0xbb9ed3bf mutex_trylock +EXPORT_SYMBOL vmlinux 0xbba433af vme_register_error_handler +EXPORT_SYMBOL vmlinux 0xbbb9acfe phy_register_fixup +EXPORT_SYMBOL vmlinux 0xbbcb835f devm_clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0xbbcc983b skb_copy_datagram_from_iter +EXPORT_SYMBOL vmlinux 0xbbda18c4 dma_fence_free +EXPORT_SYMBOL vmlinux 0xbbfe3f67 mdiobus_c45_write +EXPORT_SYMBOL vmlinux 0xbc18bb80 genlmsg_put +EXPORT_SYMBOL vmlinux 0xbc2031de acpi_processor_get_bios_limit +EXPORT_SYMBOL vmlinux 0xbc20ff76 dcb_ieee_getapp_dscp_prio_mask_map +EXPORT_SYMBOL vmlinux 0xbc24b6f0 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0xbc24bc72 blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0xbc28ef3f rproc_elf_load_rsc_table +EXPORT_SYMBOL vmlinux 0xbc3224a4 blk_rq_map_user +EXPORT_SYMBOL vmlinux 0xbc3450ad bioset_init +EXPORT_SYMBOL vmlinux 0xbc3d3b93 vlan_uses_dev +EXPORT_SYMBOL vmlinux 0xbc7aabcb would_dump +EXPORT_SYMBOL vmlinux 0xbc7d2147 iput +EXPORT_SYMBOL vmlinux 0xbc90ea19 skb_copy +EXPORT_SYMBOL vmlinux 0xbc9d0b29 seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0xbca648ac __brelse +EXPORT_SYMBOL vmlinux 0xbcab6ee6 sscanf +EXPORT_SYMBOL vmlinux 0xbcb36fe4 hugetlb_optimize_vmemmap_key +EXPORT_SYMBOL vmlinux 0xbcce4d82 skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xbcdcc97c handshake_req_cancel +EXPORT_SYMBOL vmlinux 0xbced67c0 xp_set_rxq_info +EXPORT_SYMBOL vmlinux 0xbcef8b58 __x86_indirect_jump_thunk_rdx +EXPORT_SYMBOL vmlinux 0xbcf81809 pci_read_vpd +EXPORT_SYMBOL vmlinux 0xbcfaa3de seq_printf +EXPORT_SYMBOL vmlinux 0xbd078163 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0xbd088531 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0xbd1de020 sb_set_blocksize +EXPORT_SYMBOL vmlinux 0xbd393ca3 ioread64be_lo_hi +EXPORT_SYMBOL vmlinux 0xbd3b2bc7 folio_end_private_2 +EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init +EXPORT_SYMBOL vmlinux 0xbd4eb532 elv_rb_add +EXPORT_SYMBOL vmlinux 0xbd6822b0 gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0xbd6841d4 crc16 +EXPORT_SYMBOL vmlinux 0xbd71f907 mmc_register_driver +EXPORT_SYMBOL vmlinux 0xbd789530 new_inode +EXPORT_SYMBOL vmlinux 0xbd7f4071 jbd2_journal_inode_ranged_wait +EXPORT_SYMBOL vmlinux 0xbd8fcb0f pcie_get_mps +EXPORT_SYMBOL vmlinux 0xbdad3cdc mipi_dsi_dcs_get_power_mode +EXPORT_SYMBOL vmlinux 0xbdb2cede netif_schedule_queue +EXPORT_SYMBOL vmlinux 0xbdba0250 mr_mfc_find_any_parent +EXPORT_SYMBOL vmlinux 0xbdbafdd0 mini_qdisc_pair_init +EXPORT_SYMBOL vmlinux 0xbdd85111 pcie_set_mps +EXPORT_SYMBOL vmlinux 0xbde12bcd find_vma_intersection +EXPORT_SYMBOL vmlinux 0xbdfb6dbb __fentry__ +EXPORT_SYMBOL vmlinux 0xbe0110e7 acpi_set_gpe +EXPORT_SYMBOL vmlinux 0xbe066382 sock_set_keepalive +EXPORT_SYMBOL vmlinux 0xbe0759ea generic_perform_write +EXPORT_SYMBOL vmlinux 0xbe144437 nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xbe49252c acpi_os_write_port +EXPORT_SYMBOL vmlinux 0xbe4eb6ed secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xbe517da9 dquot_acquire +EXPORT_SYMBOL vmlinux 0xbe5a24e9 xxh32_copy_state +EXPORT_SYMBOL vmlinux 0xbe6571b8 jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0xbe68ef3d inetdev_by_index +EXPORT_SYMBOL vmlinux 0xbe6a866f __wait_on_bit +EXPORT_SYMBOL vmlinux 0xbe6a8c96 zstd_cctx_workspace_bound +EXPORT_SYMBOL vmlinux 0xbe7878b8 folio_end_writeback +EXPORT_SYMBOL vmlinux 0xbeaa6f65 tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0xbead7fdc __nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xbeadcf85 fscrypt_fname_disk_to_usr +EXPORT_SYMBOL vmlinux 0xbeaf6f41 netdev_offload_xstats_push_delta +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbefa51a3 gen_pool_add_owner +EXPORT_SYMBOL vmlinux 0xbf26095b kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0xbf2c03ca netif_receive_skb_core +EXPORT_SYMBOL vmlinux 0xbf3193ec acpi_unregister_ioapic +EXPORT_SYMBOL vmlinux 0xbf3a46dd blk_queue_max_secure_erase_sectors +EXPORT_SYMBOL vmlinux 0xbf556fbb mipi_dsi_driver_register_full +EXPORT_SYMBOL vmlinux 0xbf59c419 posix_acl_init +EXPORT_SYMBOL vmlinux 0xbf664582 vga_put +EXPORT_SYMBOL vmlinux 0xbf9af874 dm_kobject_release +EXPORT_SYMBOL vmlinux 0xbfae9e07 utf8_validate +EXPORT_SYMBOL vmlinux 0xbfc177bc iowrite32_rep +EXPORT_SYMBOL vmlinux 0xbfce53f8 clear_inode +EXPORT_SYMBOL vmlinux 0xbfd7579e simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0xc005200c vme_master_request +EXPORT_SYMBOL vmlinux 0xc023a36c page_pool_release_page +EXPORT_SYMBOL vmlinux 0xc023fd83 serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0xc02866de param_set_bool +EXPORT_SYMBOL vmlinux 0xc02a171a xp_dma_sync_for_device_slow +EXPORT_SYMBOL vmlinux 0xc0364007 fault_in_writeable +EXPORT_SYMBOL vmlinux 0xc0370581 napi_complete_done +EXPORT_SYMBOL vmlinux 0xc04baa9a dma_resv_reserve_fences +EXPORT_SYMBOL vmlinux 0xc04fd1cd sock_no_listen +EXPORT_SYMBOL vmlinux 0xc0537ca2 nf_setsockopt +EXPORT_SYMBOL vmlinux 0xc05e9555 mipi_dsi_dcs_set_page_address +EXPORT_SYMBOL vmlinux 0xc060c3f4 page_pool_ethtool_stats_get +EXPORT_SYMBOL vmlinux 0xc07351b3 __SCT__cond_resched +EXPORT_SYMBOL vmlinux 0xc0742114 posix_lock_file +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc078d22c zstd_init_cstream +EXPORT_SYMBOL vmlinux 0xc07b0863 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0xc081d117 nf_log_unregister +EXPORT_SYMBOL vmlinux 0xc08afdb8 tcf_qevent_destroy +EXPORT_SYMBOL vmlinux 0xc09493e2 rproc_shutdown +EXPORT_SYMBOL vmlinux 0xc09fafbe mdiobus_read +EXPORT_SYMBOL vmlinux 0xc0a4a467 phy_read_mmd +EXPORT_SYMBOL vmlinux 0xc0c2ebee end_page_writeback +EXPORT_SYMBOL vmlinux 0xc0c70b6a configfs_unregister_subsystem +EXPORT_SYMBOL vmlinux 0xc0d86b07 console_stop +EXPORT_SYMBOL vmlinux 0xc0d8e85c qdisc_tree_reduce_backlog +EXPORT_SYMBOL vmlinux 0xc0e127af dev_get_mac_address +EXPORT_SYMBOL vmlinux 0xc0e3b0d1 flow_rule_match_ports +EXPORT_SYMBOL vmlinux 0xc0fdbb15 __traceiter_mmap_lock_released +EXPORT_SYMBOL vmlinux 0xc0fe9137 __printk_cpu_sync_put +EXPORT_SYMBOL vmlinux 0xc0ff12fb nla_strdup +EXPORT_SYMBOL vmlinux 0xc0ff21c1 input_get_new_minor +EXPORT_SYMBOL vmlinux 0xc10f54b4 inode_update_time +EXPORT_SYMBOL vmlinux 0xc1198662 __warn_flushing_systemwide_wq +EXPORT_SYMBOL vmlinux 0xc1298e71 nf_unregister_net_hooks +EXPORT_SYMBOL vmlinux 0xc134a023 console_force_preferred_locked +EXPORT_SYMBOL vmlinux 0xc134b12a tty_vhangup +EXPORT_SYMBOL vmlinux 0xc1365323 acpi_enable_all_wakeup_gpes +EXPORT_SYMBOL vmlinux 0xc1467690 fwnode_get_phy_id +EXPORT_SYMBOL vmlinux 0xc14dc168 acpi_get_data +EXPORT_SYMBOL vmlinux 0xc1514a3b free_irq +EXPORT_SYMBOL vmlinux 0xc159a6c8 genl_notify +EXPORT_SYMBOL vmlinux 0xc15ef545 skb_pull_data +EXPORT_SYMBOL vmlinux 0xc16be39d iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xc16f8e33 pci_release_regions +EXPORT_SYMBOL vmlinux 0xc192ac75 rtc_add_group +EXPORT_SYMBOL vmlinux 0xc1cb419c __traceiter_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xc1ceacb6 pm860x_reg_write +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1da77c3 mdiobus_scan_c22 +EXPORT_SYMBOL vmlinux 0xc1efe37a ps2_drain +EXPORT_SYMBOL vmlinux 0xc20b399d input_allocate_device +EXPORT_SYMBOL vmlinux 0xc21d0b9e param_get_byte +EXPORT_SYMBOL vmlinux 0xc221e0b5 netpoll_send_udp +EXPORT_SYMBOL vmlinux 0xc22f6693 call_fib_notifier +EXPORT_SYMBOL vmlinux 0xc2424641 agp3_generic_cleanup +EXPORT_SYMBOL vmlinux 0xc2636c51 key_unlink +EXPORT_SYMBOL vmlinux 0xc26f87b9 ps2_begin_command +EXPORT_SYMBOL vmlinux 0xc278c965 cpu_all_bits +EXPORT_SYMBOL vmlinux 0xc29bf967 strspn +EXPORT_SYMBOL vmlinux 0xc2c2cc29 flow_rule_match_arp +EXPORT_SYMBOL vmlinux 0xc2cb862e sgl_alloc_order +EXPORT_SYMBOL vmlinux 0xc2d0d2e0 __SCK__tp_func_module_get +EXPORT_SYMBOL vmlinux 0xc2d24775 inet_reqsk_alloc +EXPORT_SYMBOL vmlinux 0xc2dd2b87 skb_splice_from_iter +EXPORT_SYMBOL vmlinux 0xc2de31ab md_reload_sb +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2eda9f0 pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0xc2f32202 mipi_dsi_turn_on_peripheral +EXPORT_SYMBOL vmlinux 0xc3055d20 usleep_range_state +EXPORT_SYMBOL vmlinux 0xc30f65f2 __folio_cancel_dirty +EXPORT_SYMBOL vmlinux 0xc310b981 strnstr +EXPORT_SYMBOL vmlinux 0xc3193160 bio_copy_data +EXPORT_SYMBOL vmlinux 0xc31db0ce is_vmalloc_addr +EXPORT_SYMBOL vmlinux 0xc32c71af register_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xc33391a9 kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0xc34b4151 netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0xc34b6299 seq_path +EXPORT_SYMBOL vmlinux 0xc359fb65 abort +EXPORT_SYMBOL vmlinux 0xc3663fa9 km_state_expired +EXPORT_SYMBOL vmlinux 0xc36f7458 genphy_update_link +EXPORT_SYMBOL vmlinux 0xc375cc34 fb_pan_display +EXPORT_SYMBOL vmlinux 0xc3762aec mempool_alloc +EXPORT_SYMBOL vmlinux 0xc37f9c6e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0xc38639d8 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0xc386c8f0 pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0xc38c5c3a follow_pfn +EXPORT_SYMBOL vmlinux 0xc38c83b8 mod_timer +EXPORT_SYMBOL vmlinux 0xc3a44ccb devm_aperture_acquire_for_platform_device +EXPORT_SYMBOL vmlinux 0xc3aaf0a9 __put_user_1 +EXPORT_SYMBOL vmlinux 0xc3b23ec3 rproc_of_parse_firmware +EXPORT_SYMBOL vmlinux 0xc3bc72ad trace_print_array_seq +EXPORT_SYMBOL vmlinux 0xc3e013ec show_init_ipc_ns +EXPORT_SYMBOL vmlinux 0xc3ff38c2 down_read_trylock +EXPORT_SYMBOL vmlinux 0xc40b35a6 d_instantiate_new +EXPORT_SYMBOL vmlinux 0xc41e2a4c twl6040_reg_read +EXPORT_SYMBOL vmlinux 0xc4212ab9 qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xc42dcb99 acpi_evaluate_ost +EXPORT_SYMBOL vmlinux 0xc4442ca3 inet_release +EXPORT_SYMBOL vmlinux 0xc444836e finish_open +EXPORT_SYMBOL vmlinux 0xc452212c utf8_strncasecmp +EXPORT_SYMBOL vmlinux 0xc452498e dma_resv_iter_next_unlocked +EXPORT_SYMBOL vmlinux 0xc45550fb clk_bulk_get_all +EXPORT_SYMBOL vmlinux 0xc461b761 inet_twsk_deschedule_put +EXPORT_SYMBOL vmlinux 0xc4652f02 fs_param_is_enum +EXPORT_SYMBOL vmlinux 0xc46b12e3 mipi_dsi_generic_write +EXPORT_SYMBOL vmlinux 0xc4777aa9 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xc49d4a36 set_bh_page +EXPORT_SYMBOL vmlinux 0xc4ae915e arch_touch_nmi_watchdog +EXPORT_SYMBOL vmlinux 0xc4bb1423 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0xc4ce7f7f __SCK__tp_func_kmalloc +EXPORT_SYMBOL vmlinux 0xc4f2daf7 register_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0xc4f54554 netdev_bonding_info_change +EXPORT_SYMBOL vmlinux 0xc4fb1726 xfrm_user_policy +EXPORT_SYMBOL vmlinux 0xc51154cf dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0xc512ee73 copy_page_from_iter +EXPORT_SYMBOL vmlinux 0xc515f1cd __x86_indirect_jump_thunk_r13 +EXPORT_SYMBOL vmlinux 0xc5160e6c mmc_retune_unpause +EXPORT_SYMBOL vmlinux 0xc528a49a queued_write_lock_slowpath +EXPORT_SYMBOL vmlinux 0xc558530d profile_pc +EXPORT_SYMBOL vmlinux 0xc5587b63 tcp_seq_start +EXPORT_SYMBOL vmlinux 0xc563a529 flow_indr_dev_setup_offload +EXPORT_SYMBOL vmlinux 0xc56c3609 xz_dec_microlzma_reset +EXPORT_SYMBOL vmlinux 0xc5733724 get_tree_keyed +EXPORT_SYMBOL vmlinux 0xc577ac8d jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0xc57b2620 genphy_handle_interrupt_no_ack +EXPORT_SYMBOL vmlinux 0xc57c48a3 idr_get_next +EXPORT_SYMBOL vmlinux 0xc58d5a90 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0xc58f7a99 fscrypt_decrypt_bio +EXPORT_SYMBOL vmlinux 0xc5915a1f bio_kmalloc +EXPORT_SYMBOL vmlinux 0xc595d489 flow_block_cb_setup_simple +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc59a7b84 __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xc59c8c27 blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0xc5a0e358 filemap_release_folio +EXPORT_SYMBOL vmlinux 0xc5b6f236 queue_work_on +EXPORT_SYMBOL vmlinux 0xc5c6948f textsearch_register +EXPORT_SYMBOL vmlinux 0xc5cda9e7 pci_write_config_word +EXPORT_SYMBOL vmlinux 0xc5d9c46c agp_try_unsupported_boot +EXPORT_SYMBOL vmlinux 0xc5daea7c blk_sync_queue +EXPORT_SYMBOL vmlinux 0xc5e74216 release_resource +EXPORT_SYMBOL vmlinux 0xc5f6761c netdev_offload_xstats_get +EXPORT_SYMBOL vmlinux 0xc606ce39 dev_get_stats +EXPORT_SYMBOL vmlinux 0xc6098cee uart_match_port +EXPORT_SYMBOL vmlinux 0xc60d0620 __num_online_cpus +EXPORT_SYMBOL vmlinux 0xc60f1f2f generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0xc61ca65e iowrite64be_hi_lo +EXPORT_SYMBOL vmlinux 0xc622556f prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0xc62b647a load_nls_default +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc633d82d phy_unregister_fixup +EXPORT_SYMBOL vmlinux 0xc6538390 fs_param_is_bool +EXPORT_SYMBOL vmlinux 0xc65e4e97 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif +EXPORT_SYMBOL vmlinux 0xc669f7aa pnp_stop_dev +EXPORT_SYMBOL vmlinux 0xc68a51f0 skb_queue_tail +EXPORT_SYMBOL vmlinux 0xc68ee470 xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0xc6910aa0 do_trace_rdpmc +EXPORT_SYMBOL vmlinux 0xc697de18 dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0xc6b8cfbd generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0xc6bd05ab sock_no_shutdown +EXPORT_SYMBOL vmlinux 0xc6c94810 tcp_sock_set_keepcnt +EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6d09aa9 release_firmware +EXPORT_SYMBOL vmlinux 0xc6e86c6b hdmi_infoframe_log +EXPORT_SYMBOL vmlinux 0xc6e8ee8a __sk_queue_drop_skb +EXPORT_SYMBOL vmlinux 0xc6f3b3fc refcount_dec_if_one +EXPORT_SYMBOL vmlinux 0xc6f46339 init_timer_key +EXPORT_SYMBOL vmlinux 0xc6fea6c3 __inet_hash +EXPORT_SYMBOL vmlinux 0xc702640c dump_align +EXPORT_SYMBOL vmlinux 0xc70322bd vme_dma_list_add +EXPORT_SYMBOL vmlinux 0xc708f1fe ec_write +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc7261737 simple_release_fs +EXPORT_SYMBOL vmlinux 0xc735193a rproc_get_by_phandle +EXPORT_SYMBOL vmlinux 0xc737b899 inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0xc73eff9e agp_generic_create_gatt_table +EXPORT_SYMBOL vmlinux 0xc74a1287 __ps2_command +EXPORT_SYMBOL vmlinux 0xc7773c59 ip_setsockopt +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc795703b gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0xc7975de0 trace_seq_acquire +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7ae1903 security_lock_kernel_down +EXPORT_SYMBOL vmlinux 0xc7af1e20 configfs_depend_item +EXPORT_SYMBOL vmlinux 0xc7b23a60 serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0xc7bef5e1 from_kgid +EXPORT_SYMBOL vmlinux 0xc7c1107a LZ4_decompress_safe +EXPORT_SYMBOL vmlinux 0xc7ceff5f kernel_sendmsg +EXPORT_SYMBOL vmlinux 0xc7da2c1f dmaenginem_async_device_register +EXPORT_SYMBOL vmlinux 0xc7ff642e ethtool_virtdev_set_link_ksettings +EXPORT_SYMBOL vmlinux 0xc80ab559 swake_up_one +EXPORT_SYMBOL vmlinux 0xc820fa86 scsi_vpd_tpg_id +EXPORT_SYMBOL vmlinux 0xc8307df1 send_sig +EXPORT_SYMBOL vmlinux 0xc836f185 phy_attached_info_irq +EXPORT_SYMBOL vmlinux 0xc839afed hdmi_audio_infoframe_check +EXPORT_SYMBOL vmlinux 0xc83ea008 dev_set_alias +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc870712b pci_bus_type +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc8827b75 sysctl_vals +EXPORT_SYMBOL vmlinux 0xc8831c4d rproc_vq_interrupt +EXPORT_SYMBOL vmlinux 0xc890c008 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xc8a1311f pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0xc8a1b309 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0xc8a503b5 nd_pfn_validate +EXPORT_SYMBOL vmlinux 0xc8a59134 fwnode_mdiobus_register_phy +EXPORT_SYMBOL vmlinux 0xc8a91f5b cpumask_local_spread +EXPORT_SYMBOL vmlinux 0xc8b8cc9f cdev_set_parent +EXPORT_SYMBOL vmlinux 0xc8c5f8eb ppp_input +EXPORT_SYMBOL vmlinux 0xc8c85086 sg_free_table +EXPORT_SYMBOL vmlinux 0xc8cbf751 tlbstate_untag_mask +EXPORT_SYMBOL vmlinux 0xc8d9a447 __mmap_lock_do_trace_acquire_returned +EXPORT_SYMBOL vmlinux 0xc8dadc52 genphy_setup_forced +EXPORT_SYMBOL vmlinux 0xc8dcc62a krealloc +EXPORT_SYMBOL vmlinux 0xc9057485 jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0xc91c8572 tcp_child_process +EXPORT_SYMBOL vmlinux 0xc92bc2ef param_get_uint +EXPORT_SYMBOL vmlinux 0xc930e371 security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0xc93e8461 acpi_get_event_resources +EXPORT_SYMBOL vmlinux 0xc93fdb9b __dev_get_by_name +EXPORT_SYMBOL vmlinux 0xc94072a7 fwnode_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0xc96182b0 inode_nohighmem +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc965ff12 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0xc96b057d __fput_sync +EXPORT_SYMBOL vmlinux 0xc972449f mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0xc9822234 clk_register_clkdev +EXPORT_SYMBOL vmlinux 0xc98c3905 phy_device_register +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9a10151 rproc_elf_load_segments +EXPORT_SYMBOL vmlinux 0xc9a6a5de ip_tunnel_header_ops +EXPORT_SYMBOL vmlinux 0xc9b43c22 ps2_interrupt +EXPORT_SYMBOL vmlinux 0xc9d60b0c rproc_boot +EXPORT_SYMBOL vmlinux 0xc9df055a xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xc9e35575 skb_eth_gso_segment +EXPORT_SYMBOL vmlinux 0xc9f34c1d acpi_acquire_global_lock +EXPORT_SYMBOL vmlinux 0xc9fb02dd pmem_should_map_pages +EXPORT_SYMBOL vmlinux 0xca0745ba __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xca0ae4cc dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0xca1648d4 zstd_decompress_dctx +EXPORT_SYMBOL vmlinux 0xca17ac01 _find_next_andnot_bit +EXPORT_SYMBOL vmlinux 0xca21ebd3 bitmap_free +EXPORT_SYMBOL vmlinux 0xca431c05 wake_bit_function +EXPORT_SYMBOL vmlinux 0xca4ced33 alloc_fcdev +EXPORT_SYMBOL vmlinux 0xca5599de backlight_device_unregister +EXPORT_SYMBOL vmlinux 0xca67ec8c genphy_c45_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0xca6dca4f ilookup5_nowait +EXPORT_SYMBOL vmlinux 0xca8b90d1 tty_unregister_device +EXPORT_SYMBOL vmlinux 0xca8e2f97 mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xca9beaa4 __xa_store +EXPORT_SYMBOL vmlinux 0xcac3c14a sockopt_release_sock +EXPORT_SYMBOL vmlinux 0xcad1aca8 acpi_exception +EXPORT_SYMBOL vmlinux 0xcad25034 get_user_pages_remote +EXPORT_SYMBOL vmlinux 0xcaebb033 devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb05e3b7 put_cmsg +EXPORT_SYMBOL vmlinux 0xcb242034 nlmsg_notify +EXPORT_SYMBOL vmlinux 0xcb3ae215 call_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xcb3c338e config_group_find_item +EXPORT_SYMBOL vmlinux 0xcb3dff9e pci_find_capability +EXPORT_SYMBOL vmlinux 0xcb4b1dd5 fb_get_mode +EXPORT_SYMBOL vmlinux 0xcb532304 generic_fill_statx_attr +EXPORT_SYMBOL vmlinux 0xcb68e2f3 netif_skb_features +EXPORT_SYMBOL vmlinux 0xcb733bf2 acpi_bus_set_power +EXPORT_SYMBOL vmlinux 0xcb99700f skb_split +EXPORT_SYMBOL vmlinux 0xcbbb9eaa nf_ct_attach +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbc65755 pci_disable_link_state +EXPORT_SYMBOL vmlinux 0xcbd21db1 cookie_ecn_ok +EXPORT_SYMBOL vmlinux 0xcbd4898c fortify_panic +EXPORT_SYMBOL vmlinux 0xcbde0393 blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0xcbfb33e4 init_opal_dev +EXPORT_SYMBOL vmlinux 0xcc11a920 skb_store_bits +EXPORT_SYMBOL vmlinux 0xcc158642 ethtool_aggregate_ctrl_stats +EXPORT_SYMBOL vmlinux 0xcc1b882a idr_get_next_ul +EXPORT_SYMBOL vmlinux 0xcc20ecca xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc27c53c pci_enable_wake +EXPORT_SYMBOL vmlinux 0xcc2bafda ethtool_rx_flow_rule_create +EXPORT_SYMBOL vmlinux 0xcc328a5c reservation_ww_class +EXPORT_SYMBOL vmlinux 0xcc332427 sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0xcc392eea kmalloc_size_roundup +EXPORT_SYMBOL vmlinux 0xcc411ed1 ptp_convert_timestamp +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc5c2df4 trace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0xcc5d22d9 can_do_mlock +EXPORT_SYMBOL vmlinux 0xcc685df6 inet6_offloads +EXPORT_SYMBOL vmlinux 0xcc74174a scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0xcc75b56b vfs_readlink +EXPORT_SYMBOL vmlinux 0xcc9ce27d tcp_stream_memory_free +EXPORT_SYMBOL vmlinux 0xcca5839d xen_vcpu_id +EXPORT_SYMBOL vmlinux 0xccaf994e dma_fence_set_deadline +EXPORT_SYMBOL vmlinux 0xccc47999 skb_checksum +EXPORT_SYMBOL vmlinux 0xccd14033 handshake_genl_put +EXPORT_SYMBOL vmlinux 0xccf9d40d __tracepoint_spi_transfer_start +EXPORT_SYMBOL vmlinux 0xccfb9e07 dst_default_metrics +EXPORT_SYMBOL vmlinux 0xccfd2ebc scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0xcd01b8e6 acpi_attach_data +EXPORT_SYMBOL vmlinux 0xcd1118d4 reuseport_alloc +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd35f4d7 param_get_ulong +EXPORT_SYMBOL vmlinux 0xcd3e698b pv_ops +EXPORT_SYMBOL vmlinux 0xcd498030 deactivate_locked_super +EXPORT_SYMBOL vmlinux 0xcd5f2e87 fb_set_cmap +EXPORT_SYMBOL vmlinux 0xcd648ba3 ip_options_compile +EXPORT_SYMBOL vmlinux 0xcd897b35 page_pool_return_skb_page +EXPORT_SYMBOL vmlinux 0xcd8ce890 acpi_format_exception +EXPORT_SYMBOL vmlinux 0xcd8d00b8 netdev_offload_xstats_enable +EXPORT_SYMBOL vmlinux 0xcd91f47e ethtool_aggregate_pause_stats +EXPORT_SYMBOL vmlinux 0xcd9c13a3 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0xcdaefa1d kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0xcdb578c0 pcie_bandwidth_available +EXPORT_SYMBOL vmlinux 0xcdb5f4dd phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdcb212f legacy_pic +EXPORT_SYMBOL vmlinux 0xcdcee588 jbd2_journal_invalidate_folio +EXPORT_SYMBOL vmlinux 0xcdd367de con_copy_unimap +EXPORT_SYMBOL vmlinux 0xcde77bcc free_opal_dev +EXPORT_SYMBOL vmlinux 0xce1da446 mipi_dsi_picture_parameter_set +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce4b3e70 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0xce4cdb8e fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xce4e47b6 __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0xce505478 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0xce534809 pps_event +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce720f28 mtree_destroy +EXPORT_SYMBOL vmlinux 0xce76c257 acpi_get_irq_routing_table +EXPORT_SYMBOL vmlinux 0xce7a988a __breadahead +EXPORT_SYMBOL vmlinux 0xce7c6cd8 dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0xce807a25 up_write +EXPORT_SYMBOL vmlinux 0xce83a971 __ip_queue_xmit +EXPORT_SYMBOL vmlinux 0xce86b49b xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0xcea381dd x86_match_cpu +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xcebc4b6b tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0xcecc3128 inet_stream_ops +EXPORT_SYMBOL vmlinux 0xced0f4d4 gen_pool_create +EXPORT_SYMBOL vmlinux 0xced44cdf generic_read_dir +EXPORT_SYMBOL vmlinux 0xced513da end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0xceea7deb netlink_broadcast +EXPORT_SYMBOL vmlinux 0xcefb0c9f __mutex_init +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcefe7fd8 xsk_clear_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0xceffa7cf skb_ext_add +EXPORT_SYMBOL vmlinux 0xcf146232 rtnl_create_link +EXPORT_SYMBOL vmlinux 0xcf2a6966 up +EXPORT_SYMBOL vmlinux 0xcf3b69b3 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xcf4fdd4d _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0xcf5620cf devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0xcf58afd7 netdev_notify_peers +EXPORT_SYMBOL vmlinux 0xcf653c44 iommu_get_msi_cookie +EXPORT_SYMBOL vmlinux 0xcf67b861 __bh_read_batch +EXPORT_SYMBOL vmlinux 0xcf6acbc1 is_subdir +EXPORT_SYMBOL vmlinux 0xcf866ccd i8042_remove_filter +EXPORT_SYMBOL vmlinux 0xcf9b558d touchscreen_set_mt_pos +EXPORT_SYMBOL vmlinux 0xcfbd6627 __vfs_getxattr +EXPORT_SYMBOL vmlinux 0xcfc9deaf atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0xcfcf15f6 mdio_driver_register +EXPORT_SYMBOL vmlinux 0xcfd884a8 __hsiphash_unaligned +EXPORT_SYMBOL vmlinux 0xcfecafd6 io_uring_destruct_scm +EXPORT_SYMBOL vmlinux 0xcff69601 scm_detach_fds +EXPORT_SYMBOL vmlinux 0xd00080b2 generic_file_mmap +EXPORT_SYMBOL vmlinux 0xd001e620 dev_pm_opp_unregister_notifier +EXPORT_SYMBOL vmlinux 0xd007367b fwnode_phy_find_device +EXPORT_SYMBOL vmlinux 0xd027123c agp_generic_enable +EXPORT_SYMBOL vmlinux 0xd03b1971 proc_create_data +EXPORT_SYMBOL vmlinux 0xd04c1a64 sysctl_devconf_inherit_init_net +EXPORT_SYMBOL vmlinux 0xd0654aba woken_wake_function +EXPORT_SYMBOL vmlinux 0xd0674ee9 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0xd06e0850 end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0xd0760fc0 kfree_sensitive +EXPORT_SYMBOL vmlinux 0xd07fc74a __dev_get_by_flags +EXPORT_SYMBOL vmlinux 0xd08adb2b trace_seq_hex_dump +EXPORT_SYMBOL vmlinux 0xd09d20f5 get_unmapped_area +EXPORT_SYMBOL vmlinux 0xd0a52ddd bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0xd0b74705 acpi_install_interface +EXPORT_SYMBOL vmlinux 0xd0b960b8 agp_generic_free_by_type +EXPORT_SYMBOL vmlinux 0xd0be3161 generic_file_open +EXPORT_SYMBOL vmlinux 0xd0c0fe3e phy_modify_paged +EXPORT_SYMBOL vmlinux 0xd0c8a284 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0xd0c93a08 netdev_emerg +EXPORT_SYMBOL vmlinux 0xd0c9d662 folio_wait_bit_killable +EXPORT_SYMBOL vmlinux 0xd0cd817b key_alloc +EXPORT_SYMBOL vmlinux 0xd0ce988c skb_csum_hwoffload_help +EXPORT_SYMBOL vmlinux 0xd0d8c3ed __cgroup_bpf_run_filter_sock_addr +EXPORT_SYMBOL vmlinux 0xd0df0290 jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0xd0e670ea gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0xd0f284b8 mmiotrace_printk +EXPORT_SYMBOL vmlinux 0xd0f38a90 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0xd0fef3b2 agp_free_key +EXPORT_SYMBOL vmlinux 0xd1184abe sock_bind_add +EXPORT_SYMBOL vmlinux 0xd11fa8e4 dcb_getrewr +EXPORT_SYMBOL vmlinux 0xd1363cc1 ucs2_strsize +EXPORT_SYMBOL vmlinux 0xd13f808d input_set_poll_interval +EXPORT_SYMBOL vmlinux 0xd148bff3 ipv6_mc_check_mld +EXPORT_SYMBOL vmlinux 0xd1663110 devm_iounmap +EXPORT_SYMBOL vmlinux 0xd1929563 scsi_print_result +EXPORT_SYMBOL vmlinux 0xd194ddf9 acpi_gpe_count +EXPORT_SYMBOL vmlinux 0xd1a6c391 may_umount_tree +EXPORT_SYMBOL vmlinux 0xd1bab84b cros_ec_get_next_event +EXPORT_SYMBOL vmlinux 0xd1c071a2 inet_frag_kill +EXPORT_SYMBOL vmlinux 0xd1c76e18 unpin_user_pages +EXPORT_SYMBOL vmlinux 0xd1d6e0b7 boot_cpu_data +EXPORT_SYMBOL vmlinux 0xd1d87e92 scsi_mlreturn_string +EXPORT_SYMBOL vmlinux 0xd1df57fd __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0xd1f60a89 arch_io_free_memtype_wc +EXPORT_SYMBOL vmlinux 0xd1f6c5f3 smp_num_siblings +EXPORT_SYMBOL vmlinux 0xd1fccf16 free_task +EXPORT_SYMBOL vmlinux 0xd1ff28ce sock_sendmsg +EXPORT_SYMBOL vmlinux 0xd20d19e0 rproc_alloc +EXPORT_SYMBOL vmlinux 0xd2169725 neigh_table_clear +EXPORT_SYMBOL vmlinux 0xd21c5139 iowrite64_lo_hi +EXPORT_SYMBOL vmlinux 0xd2237016 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0xd22c4663 module_layout +EXPORT_SYMBOL vmlinux 0xd24108d4 rfkill_soft_blocked +EXPORT_SYMBOL vmlinux 0xd24309ba jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0xd24a28a7 lease_get_mtime +EXPORT_SYMBOL vmlinux 0xd24a9308 page_readlink +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd26eedc9 make_kprojid +EXPORT_SYMBOL vmlinux 0xd26f8b8a dev_printk_emit +EXPORT_SYMBOL vmlinux 0xd2728a51 irq_set_chip +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd2800691 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0xd29a0d25 mpage_readahead +EXPORT_SYMBOL vmlinux 0xd2aa2042 mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0xd2ad28c9 mapping_read_folio_gfp +EXPORT_SYMBOL vmlinux 0xd2adf5df dquot_quota_off +EXPORT_SYMBOL vmlinux 0xd2b46a3c vme_unregister_error_handler +EXPORT_SYMBOL vmlinux 0xd2bc5c46 __get_user_nocheck_2 +EXPORT_SYMBOL vmlinux 0xd2bd74a6 i2c_transfer_buffer_flags +EXPORT_SYMBOL vmlinux 0xd2c30ab5 __phy_write_mmd +EXPORT_SYMBOL vmlinux 0xd2d88506 netdev_offload_xstats_report_used +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2e2a9d0 hdmi_spd_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0xd2ea49b8 acpi_leave_sleep_state_prep +EXPORT_SYMBOL vmlinux 0xd3019218 __sock_cmsg_send +EXPORT_SYMBOL vmlinux 0xd30b9ea7 locks_copy_conflock +EXPORT_SYMBOL vmlinux 0xd3108028 vfs_get_fsid +EXPORT_SYMBOL vmlinux 0xd320fdc9 __register_nls +EXPORT_SYMBOL vmlinux 0xd338ea7e __SCT__tp_func_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xd35a6d31 mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xd35cce70 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xd36dc10c get_random_u32 +EXPORT_SYMBOL vmlinux 0xd36e3d59 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0xd38118f6 d_lookup +EXPORT_SYMBOL vmlinux 0xd38ca3a7 phy_connect +EXPORT_SYMBOL vmlinux 0xd38cd261 __default_kernel_pte_mask +EXPORT_SYMBOL vmlinux 0xd39437c6 stop_tty +EXPORT_SYMBOL vmlinux 0xd3980283 task_lookup_next_fd_rcu +EXPORT_SYMBOL vmlinux 0xd3b7fa7f dev_mc_sync +EXPORT_SYMBOL vmlinux 0xd3b8d4eb jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0xd3c179a3 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0xd3c1970b folio_wait_bit +EXPORT_SYMBOL vmlinux 0xd3dc7feb set_pages_uc +EXPORT_SYMBOL vmlinux 0xd3e1c875 fuse_mount_destroy +EXPORT_SYMBOL vmlinux 0xd3e4da2f md_bitmap_startwrite +EXPORT_SYMBOL vmlinux 0xd3eb5286 rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0xd406d266 fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xd40f0272 xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xd427843f __kfree_skb +EXPORT_SYMBOL vmlinux 0xd42a863f jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0xd43afe78 file_ns_capable +EXPORT_SYMBOL vmlinux 0xd446d38c iov_iter_gap_alignment +EXPORT_SYMBOL vmlinux 0xd45cc6ca bin2hex +EXPORT_SYMBOL vmlinux 0xd4666e65 ptp_clock_index +EXPORT_SYMBOL vmlinux 0xd46b5e1f tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0xd46ead0b proc_create_mount_point +EXPORT_SYMBOL vmlinux 0xd4835ef8 dmi_check_system +EXPORT_SYMBOL vmlinux 0xd48ae5e2 component_match_add_typed +EXPORT_SYMBOL vmlinux 0xd495e982 mr_fill_mroute +EXPORT_SYMBOL vmlinux 0xd49cc10c truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0xd49d7c10 mdio_driver_unregister +EXPORT_SYMBOL vmlinux 0xd4ae7163 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0xd4afea5d free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0xd4b893cc generic_file_direct_write +EXPORT_SYMBOL vmlinux 0xd4bb4a82 inet6addr_validator_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xd4d1983c udplite_table +EXPORT_SYMBOL vmlinux 0xd4da2b18 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0xd502a35d kobject_del +EXPORT_SYMBOL vmlinux 0xd5263820 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xd5346bfc acpi_get_possible_resources +EXPORT_SYMBOL vmlinux 0xd548ae42 tcf_block_get_ext +EXPORT_SYMBOL vmlinux 0xd580bab6 vmf_insert_pfn +EXPORT_SYMBOL vmlinux 0xd5891d1a phy_get_pause +EXPORT_SYMBOL vmlinux 0xd59b5e86 input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0xd59ce837 tcp_read_skb +EXPORT_SYMBOL vmlinux 0xd5a7186b pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0xd5b0cc9c has_capability_noaudit +EXPORT_SYMBOL vmlinux 0xd5b21c70 tc_setup_cb_replace +EXPORT_SYMBOL vmlinux 0xd5b35d42 register_filesystem +EXPORT_SYMBOL vmlinux 0xd5b3d0d5 xxh64_copy_state +EXPORT_SYMBOL vmlinux 0xd5b74601 jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0xd5bb5feb devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0xd5be2682 genphy_soft_reset +EXPORT_SYMBOL vmlinux 0xd5c2c305 irq_domain_set_info +EXPORT_SYMBOL vmlinux 0xd5d00b1e mmc_gpio_set_cd_isr +EXPORT_SYMBOL vmlinux 0xd5dd65e7 i2c_smbus_read_i2c_block_data_or_emulated +EXPORT_SYMBOL vmlinux 0xd5e1f938 netif_set_tso_max_size +EXPORT_SYMBOL vmlinux 0xd5ef14f8 setup_arg_pages +EXPORT_SYMBOL vmlinux 0xd5fd90f1 prepare_to_wait +EXPORT_SYMBOL vmlinux 0xd603127e reuseport_select_sock +EXPORT_SYMBOL vmlinux 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL vmlinux 0xd60ceb70 __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0xd60d778e agp3_generic_tlbflush +EXPORT_SYMBOL vmlinux 0xd60e29b5 give_up_console +EXPORT_SYMBOL vmlinux 0xd6141c34 padata_do_parallel +EXPORT_SYMBOL vmlinux 0xd623923f bio_chain +EXPORT_SYMBOL vmlinux 0xd62ecd49 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xd642f3f6 video_firmware_drivers_only +EXPORT_SYMBOL vmlinux 0xd643239a acpi_leave_sleep_state +EXPORT_SYMBOL vmlinux 0xd648256e xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0xd6581c3f vmf_insert_mixed +EXPORT_SYMBOL vmlinux 0xd662fd24 simple_empty +EXPORT_SYMBOL vmlinux 0xd66c8184 add_device_randomness +EXPORT_SYMBOL vmlinux 0xd6742002 preempt_schedule_thunk +EXPORT_SYMBOL vmlinux 0xd68c5a1f adjust_resource +EXPORT_SYMBOL vmlinux 0xd6942bc9 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0xd698cf39 simple_transaction_get +EXPORT_SYMBOL vmlinux 0xd6a0ec89 md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0xd6a83735 __devm_mdiobus_register +EXPORT_SYMBOL vmlinux 0xd6a91f54 twl_i2c_read +EXPORT_SYMBOL vmlinux 0xd6abde13 fifo_create_dflt +EXPORT_SYMBOL vmlinux 0xd6b2ed5f generate_pm_trace +EXPORT_SYMBOL vmlinux 0xd6b33026 cpu_khz +EXPORT_SYMBOL vmlinux 0xd6b757f5 netdev_port_same_parent_id +EXPORT_SYMBOL vmlinux 0xd6d4148f __scm_send +EXPORT_SYMBOL vmlinux 0xd6eaaea1 full_name_hash +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6fa6bcd ptp_cancel_worker_sync +EXPORT_SYMBOL vmlinux 0xd6fde043 is_module_sig_enforced +EXPORT_SYMBOL vmlinux 0xd7064744 of_find_mipi_dsi_device_by_node +EXPORT_SYMBOL vmlinux 0xd70d35a1 gf128mul_4k_bbe +EXPORT_SYMBOL vmlinux 0xd70f62b6 acpi_os_execute +EXPORT_SYMBOL vmlinux 0xd71558b0 pnp_device_detach +EXPORT_SYMBOL vmlinux 0xd729275c rproc_free +EXPORT_SYMBOL vmlinux 0xd7356c1c ns_capable_setid +EXPORT_SYMBOL vmlinux 0xd73653c4 freezer_active +EXPORT_SYMBOL vmlinux 0xd738ca1b phy_unregister_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xd73a294f mtree_erase +EXPORT_SYMBOL vmlinux 0xd73c8c2b synchronize_shrinkers +EXPORT_SYMBOL vmlinux 0xd7482f05 vcalloc +EXPORT_SYMBOL vmlinux 0xd74ad118 migrate_vma_setup +EXPORT_SYMBOL vmlinux 0xd778ac51 jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0xd778ff40 nd_device_unregister +EXPORT_SYMBOL vmlinux 0xd77e53c2 rproc_of_resm_mem_entry_init +EXPORT_SYMBOL vmlinux 0xd780b8c4 jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0xd7883ae4 bio_add_pc_page +EXPORT_SYMBOL vmlinux 0xd7987177 utf8_load +EXPORT_SYMBOL vmlinux 0xd7a82c55 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0xd7aac912 eth_header +EXPORT_SYMBOL vmlinux 0xd7d280ad irq_poll_complete +EXPORT_SYMBOL vmlinux 0xd7d2a909 netlink_ack +EXPORT_SYMBOL vmlinux 0xd7dd777b reserve_perfctr_nmi +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7e637a3 inet_frag_rbtree_purge +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7ed83f2 pci_dev_get +EXPORT_SYMBOL vmlinux 0xd7fcbced vfs_iocb_iter_write +EXPORT_SYMBOL vmlinux 0xd80a1171 mr_table_dump +EXPORT_SYMBOL vmlinux 0xd80e301b __traceiter_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xd81465cf bio_split_to_limits +EXPORT_SYMBOL vmlinux 0xd81e3e3c vfs_iter_read +EXPORT_SYMBOL vmlinux 0xd825e86b blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0xd83898d5 nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xd846c315 acpi_write_bit_register +EXPORT_SYMBOL vmlinux 0xd84888f2 _dev_printk +EXPORT_SYMBOL vmlinux 0xd85916da nvdimm_bus_lock +EXPORT_SYMBOL vmlinux 0xd85afdae ip_tunnel_parse_protocol +EXPORT_SYMBOL vmlinux 0xd86bd88a __free_pages +EXPORT_SYMBOL vmlinux 0xd87f4498 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0xd88097d3 vfs_ioctl +EXPORT_SYMBOL vmlinux 0xd887d049 dcb_getrewr_prio_pcp_mask_map +EXPORT_SYMBOL vmlinux 0xd88953af send_sig_mceerr +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd8a14aba param_set_ullong +EXPORT_SYMBOL vmlinux 0xd8a1b550 flow_rule_match_enc_keyid +EXPORT_SYMBOL vmlinux 0xd8a7002f seg6_hmac_info_del +EXPORT_SYMBOL vmlinux 0xd8a994eb scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0xd8abf940 dmam_alloc_attrs +EXPORT_SYMBOL vmlinux 0xd8b61304 get_default_font +EXPORT_SYMBOL vmlinux 0xd8b6a101 fs_param_is_u64 +EXPORT_SYMBOL vmlinux 0xd8b6d96f __find_nth_and_bit +EXPORT_SYMBOL vmlinux 0xd8be2164 request_firmware_into_buf +EXPORT_SYMBOL vmlinux 0xd8bf0603 import_iovec +EXPORT_SYMBOL vmlinux 0xd8df08ac acpi_handle_printk +EXPORT_SYMBOL vmlinux 0xd908b559 configfs_unregister_default_group +EXPORT_SYMBOL vmlinux 0xd91ddd60 vc_cons +EXPORT_SYMBOL vmlinux 0xd91f6ab6 strnlen_user +EXPORT_SYMBOL vmlinux 0xd92be5fc fscrypt_encrypt_block_inplace +EXPORT_SYMBOL vmlinux 0xd92deb6b acpi_evaluate_object +EXPORT_SYMBOL vmlinux 0xd92e61dc devm_gen_pool_create +EXPORT_SYMBOL vmlinux 0xd933f209 __SCT__tp_func_rdpmc +EXPORT_SYMBOL vmlinux 0xd944c0df kernel_read +EXPORT_SYMBOL vmlinux 0xd9490c2d netif_receive_skb +EXPORT_SYMBOL vmlinux 0xd9491c14 xa_destroy +EXPORT_SYMBOL vmlinux 0xd94f7529 acpi_match_device_ids +EXPORT_SYMBOL vmlinux 0xd95f2bd6 d_instantiate +EXPORT_SYMBOL vmlinux 0xd971c6c4 xen_arch_register_cpu +EXPORT_SYMBOL vmlinux 0xd973f66c bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd990464d security_path_mknod +EXPORT_SYMBOL vmlinux 0xd999b8ec vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0xd9a5ea54 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xd9aaf7bf finish_no_open +EXPORT_SYMBOL vmlinux 0xd9af1dd4 vfs_llseek +EXPORT_SYMBOL vmlinux 0xd9b85ef6 lockref_get +EXPORT_SYMBOL vmlinux 0xd9bd70a8 clk_get +EXPORT_SYMBOL vmlinux 0xd9c3c8d9 no_seek_end_llseek +EXPORT_SYMBOL vmlinux 0xd9c9c117 netlink_net_capable +EXPORT_SYMBOL vmlinux 0xd9d8fd16 register_restart_handler +EXPORT_SYMBOL vmlinux 0xd9d952d1 crypto_aes_sbox +EXPORT_SYMBOL vmlinux 0xd9e0cf30 mr_vif_seq_idx +EXPORT_SYMBOL vmlinux 0xd9e2e24f dma_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0xd9e3b7a7 param_set_long +EXPORT_SYMBOL vmlinux 0xd9e44f40 fscrypt_free_bounce_page +EXPORT_SYMBOL vmlinux 0xd9f72a27 ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0xda013002 devm_pci_remap_iospace +EXPORT_SYMBOL vmlinux 0xda01f6ff param_ops_bool +EXPORT_SYMBOL vmlinux 0xda0378bf set_cached_acl +EXPORT_SYMBOL vmlinux 0xda0e3c91 netdev_sk_get_lowest_dev +EXPORT_SYMBOL vmlinux 0xda0e5a49 lookup_one +EXPORT_SYMBOL vmlinux 0xda1a8b21 phy_support_asym_pause +EXPORT_SYMBOL vmlinux 0xda1ddef1 acpi_mark_gpe_for_wake +EXPORT_SYMBOL vmlinux 0xda1f6737 unregister_fib_notifier +EXPORT_SYMBOL vmlinux 0xda26b8ea __irq_regs +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda4d39d6 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0xda6cf46d mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0xda6e20f9 find_inode_by_ino_rcu +EXPORT_SYMBOL vmlinux 0xda72139d pnp_possible_config +EXPORT_SYMBOL vmlinux 0xda77899d __folio_alloc +EXPORT_SYMBOL vmlinux 0xda80ea04 dcache_dir_close +EXPORT_SYMBOL vmlinux 0xda905b59 generic_delete_inode +EXPORT_SYMBOL vmlinux 0xdaa3cc75 inode_needs_sync +EXPORT_SYMBOL vmlinux 0xdab0712c iommu_dma_get_resv_regions +EXPORT_SYMBOL vmlinux 0xdab1277e param_get_ushort +EXPORT_SYMBOL vmlinux 0xdabcf69e ata_print_version +EXPORT_SYMBOL vmlinux 0xdabf950d alloc_pages +EXPORT_SYMBOL vmlinux 0xdac4913a bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0xdad13544 ptrs_per_p4d +EXPORT_SYMBOL vmlinux 0xdad1fc3f zstd_flush_stream +EXPORT_SYMBOL vmlinux 0xdae56b4a tty_kref_put +EXPORT_SYMBOL vmlinux 0xdae9cefd xfrm_unregister_type_offload +EXPORT_SYMBOL vmlinux 0xdaf20e53 rproc_coredump_using_sections +EXPORT_SYMBOL vmlinux 0xdaf5f153 proc_set_user +EXPORT_SYMBOL vmlinux 0xdafef69d alloc_skb_with_frags +EXPORT_SYMBOL vmlinux 0xdb0b4f63 pci_get_class +EXPORT_SYMBOL vmlinux 0xdb130a5c seq_open_private +EXPORT_SYMBOL vmlinux 0xdb147236 napi_disable +EXPORT_SYMBOL vmlinux 0xdb16b170 topology_phys_to_logical_pkg +EXPORT_SYMBOL vmlinux 0xdb1edee6 hdmi_infoframe_unpack +EXPORT_SYMBOL vmlinux 0xdb3699dd fb_class +EXPORT_SYMBOL vmlinux 0xdb4afae1 generic_block_bmap +EXPORT_SYMBOL vmlinux 0xdb4ef091 key_type_keyring +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb6f7e97 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb77b6ce flow_rule_match_enc_ipv6_addrs +EXPORT_SYMBOL vmlinux 0xdb8af650 igrab +EXPORT_SYMBOL vmlinux 0xdb95e185 intel_scu_ipc_dev_command_with_size +EXPORT_SYMBOL vmlinux 0xdba20e12 blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0xdba8d422 is_nd_dax +EXPORT_SYMBOL vmlinux 0xdbb401b5 __d_lookup_unhash_wake +EXPORT_SYMBOL vmlinux 0xdbc43e6a qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xdbc9bb35 eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0xdbcf041a acpi_install_address_space_handler +EXPORT_SYMBOL vmlinux 0xdbdb2b87 pci_alloc_irq_vectors_affinity +EXPORT_SYMBOL vmlinux 0xdbdf6c92 ioport_resource +EXPORT_SYMBOL vmlinux 0xdbfdeb1a register_nexthop_notifier +EXPORT_SYMBOL vmlinux 0xdc0e4855 timer_delete +EXPORT_SYMBOL vmlinux 0xdc0ec08c __x86_indirect_jump_thunk_r12 +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc1cfad9 con_is_visible +EXPORT_SYMBOL vmlinux 0xdc22f68c __wait_on_buffer +EXPORT_SYMBOL vmlinux 0xdc49c198 reciprocal_value_adv +EXPORT_SYMBOL vmlinux 0xdc4a86c8 input_close_device +EXPORT_SYMBOL vmlinux 0xdc50037c agp_allocate_memory +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc51b644 neigh_carrier_down +EXPORT_SYMBOL vmlinux 0xdc5736d5 acpi_register_ioapic +EXPORT_SYMBOL vmlinux 0xdc95a800 dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0xdcb0c159 md_finish_reshape +EXPORT_SYMBOL vmlinux 0xdcbeba1d sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0xdcdc0040 slhc_compress +EXPORT_SYMBOL vmlinux 0xdce2a205 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0xdced16d0 register_md_personality +EXPORT_SYMBOL vmlinux 0xdcfc40c2 cont_write_begin +EXPORT_SYMBOL vmlinux 0xdd00a35b i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0xdd142043 flow_rule_match_cvlan +EXPORT_SYMBOL vmlinux 0xdd18a993 acpi_check_dsm +EXPORT_SYMBOL vmlinux 0xdd1f5da0 netif_tx_lock +EXPORT_SYMBOL vmlinux 0xdd2c169b mb_cache_create +EXPORT_SYMBOL vmlinux 0xdd2deb3a sync_blockdev +EXPORT_SYMBOL vmlinux 0xdd3096ba path_is_under +EXPORT_SYMBOL vmlinux 0xdd3bcbe6 i2c_find_adapter_by_fwnode +EXPORT_SYMBOL vmlinux 0xdd48dd62 kern_path_create +EXPORT_SYMBOL vmlinux 0xdd4d55b6 _raw_read_unlock +EXPORT_SYMBOL vmlinux 0xdd5e4cea rtnl_nla_parse_ifinfomsg +EXPORT_SYMBOL vmlinux 0xdd63a949 tty_port_open +EXPORT_SYMBOL vmlinux 0xdd64718b copy_splice_read +EXPORT_SYMBOL vmlinux 0xdd64e639 strscpy +EXPORT_SYMBOL vmlinux 0xdd6a5d9a proc_create +EXPORT_SYMBOL vmlinux 0xdd737a13 blk_mq_delay_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xdd849d51 scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0xdd8ba9b9 __mmap_lock_do_trace_released +EXPORT_SYMBOL vmlinux 0xddad7952 acpi_dbg_level +EXPORT_SYMBOL vmlinux 0xddc88203 copy_string_kernel +EXPORT_SYMBOL vmlinux 0xddcbe1f3 acpi_ut_value_exit +EXPORT_SYMBOL vmlinux 0xddcd172b pnp_request_card_device +EXPORT_SYMBOL vmlinux 0xddde9df4 mipi_dsi_dcs_set_display_brightness +EXPORT_SYMBOL vmlinux 0xdde9da9d pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0xddeb07ba devm_nvmem_cell_put +EXPORT_SYMBOL vmlinux 0xddef0054 pldmfw_flash_image +EXPORT_SYMBOL vmlinux 0xddf22efb netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0xddf2b91c rproc_put +EXPORT_SYMBOL vmlinux 0xddf6ad7a completion_done +EXPORT_SYMBOL vmlinux 0xddfc3f7d unpin_user_page +EXPORT_SYMBOL vmlinux 0xddfcf3e2 __cgroup_bpf_run_filter_sk +EXPORT_SYMBOL vmlinux 0xddfdb8ac tcp_md5_needed +EXPORT_SYMBOL vmlinux 0xde293f9e add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xde4eeab5 __register_nmi_handler +EXPORT_SYMBOL vmlinux 0xde51acc8 seq_hex_dump +EXPORT_SYMBOL vmlinux 0xde75d121 is_nd_btt +EXPORT_SYMBOL vmlinux 0xde7b9ec7 inet_addr_type +EXPORT_SYMBOL vmlinux 0xde80cd09 ioremap +EXPORT_SYMBOL vmlinux 0xde93c63a mipi_dsi_dcs_exit_sleep_mode +EXPORT_SYMBOL vmlinux 0xde979838 inode_query_iversion +EXPORT_SYMBOL vmlinux 0xde9b17ed agp3_generic_fetch_size +EXPORT_SYMBOL vmlinux 0xde9c730f __nla_reserve +EXPORT_SYMBOL vmlinux 0xdea03293 pci_write_config_dword +EXPORT_SYMBOL vmlinux 0xdeb2d433 skb_flow_dissect_tunnel_info +EXPORT_SYMBOL vmlinux 0xdeb99119 dma_fence_init +EXPORT_SYMBOL vmlinux 0xdebc9fa8 netif_tx_stop_all_queues +EXPORT_SYMBOL vmlinux 0xded39a6b gen_kill_estimator +EXPORT_SYMBOL vmlinux 0xdeee7481 inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0xdef68d34 flow_keys_basic_dissector +EXPORT_SYMBOL vmlinux 0xdef7c893 fb_match_mode +EXPORT_SYMBOL vmlinux 0xdef89440 flow_block_cb_lookup +EXPORT_SYMBOL vmlinux 0xdef8d0ae __SCT__tp_func_kfree +EXPORT_SYMBOL vmlinux 0xdf135672 fb_blank +EXPORT_SYMBOL vmlinux 0xdf21d3d7 inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0xdf256037 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf2ebb87 _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xdf36914b xa_find_after +EXPORT_SYMBOL vmlinux 0xdf46f7af vga_switcheroo_unlock_ddc +EXPORT_SYMBOL vmlinux 0xdf521442 _find_next_zero_bit +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf569d1b mmc_cqe_request_done +EXPORT_SYMBOL vmlinux 0xdf8c695a __ndelay +EXPORT_SYMBOL vmlinux 0xdf8d781f acpi_update_all_gpes +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdf932020 inode_dio_wait +EXPORT_SYMBOL vmlinux 0xdf93b9d8 timespec64_to_jiffies +EXPORT_SYMBOL vmlinux 0xdf969f57 acpi_register_debugger +EXPORT_SYMBOL vmlinux 0xdf9734a7 sg_nents +EXPORT_SYMBOL vmlinux 0xdfa02b38 inode_insert5 +EXPORT_SYMBOL vmlinux 0xdfa5f94d security_cred_getsecid +EXPORT_SYMBOL vmlinux 0xdfa81964 module_put +EXPORT_SYMBOL vmlinux 0xdfae8e2f genl_register_family +EXPORT_SYMBOL vmlinux 0xdfb6eae3 param_set_charp +EXPORT_SYMBOL vmlinux 0xdfc12ef1 zstd_decompress_stream +EXPORT_SYMBOL vmlinux 0xdfcc992c current_work +EXPORT_SYMBOL vmlinux 0xdfd613f9 dev_pick_tx_cpu_id +EXPORT_SYMBOL vmlinux 0xdfd8110c flow_block_cb_is_busy +EXPORT_SYMBOL vmlinux 0xdfdce324 cpu_info +EXPORT_SYMBOL vmlinux 0xdfdf05ce serio_unregister_port +EXPORT_SYMBOL vmlinux 0xdfe461df rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0xdfe95137 mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0xdfec1191 kset_register +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xdffc34b2 phy_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0xdffc80fc vesa_modes +EXPORT_SYMBOL vmlinux 0xe0112fc4 __x86_indirect_thunk_r9 +EXPORT_SYMBOL vmlinux 0xe025bf2b udp_gro_receive +EXPORT_SYMBOL vmlinux 0xe02ba436 trace_print_hex_seq +EXPORT_SYMBOL vmlinux 0xe02c9c92 __xa_erase +EXPORT_SYMBOL vmlinux 0xe033cb29 native_queued_spin_lock_slowpath +EXPORT_SYMBOL vmlinux 0xe03d548e mdiobus_c45_write_nested +EXPORT_SYMBOL vmlinux 0xe03f682b sock_no_ioctl +EXPORT_SYMBOL vmlinux 0xe0419ac4 kstrtos16 +EXPORT_SYMBOL vmlinux 0xe048ad35 vme_bus_num +EXPORT_SYMBOL vmlinux 0xe05cfa0e xsk_tx_release +EXPORT_SYMBOL vmlinux 0xe06069bc backlight_device_get_by_name +EXPORT_SYMBOL vmlinux 0xe06083c7 cdev_alloc +EXPORT_SYMBOL vmlinux 0xe071a7d5 ps2_command +EXPORT_SYMBOL vmlinux 0xe07e5f44 acpi_reconfig_notifier_unregister +EXPORT_SYMBOL vmlinux 0xe07ef363 intel_gmch_gtt_insert_sg_entries +EXPORT_SYMBOL vmlinux 0xe080e8f0 set_current_groups +EXPORT_SYMBOL vmlinux 0xe082e88d acpi_check_address_range +EXPORT_SYMBOL vmlinux 0xe091c977 list_sort +EXPORT_SYMBOL vmlinux 0xe093f520 phy_loopback +EXPORT_SYMBOL vmlinux 0xe09617b4 acpi_dev_get_first_match_dev +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b3b3d7 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0xe0b9065b security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xe0c07013 netdev_name_in_use +EXPORT_SYMBOL vmlinux 0xe0cd4284 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0xe0dbc972 kthread_create_on_cpu +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe123f3d9 dma_fence_release +EXPORT_SYMBOL vmlinux 0xe126b434 __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0xe12bda79 vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xe1317694 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0xe138fb8c percpu_counter_add_batch +EXPORT_SYMBOL vmlinux 0xe13cd8a7 dmi_name_in_vendors +EXPORT_SYMBOL vmlinux 0xe13e0dec dqget +EXPORT_SYMBOL vmlinux 0xe172c636 vga_client_register +EXPORT_SYMBOL vmlinux 0xe17568e3 dma_fence_signal_timestamp_locked +EXPORT_SYMBOL vmlinux 0xe1771b83 get_user_pages +EXPORT_SYMBOL vmlinux 0xe19cb80c pps_register_source +EXPORT_SYMBOL vmlinux 0xe19cf15f cros_ec_check_result +EXPORT_SYMBOL vmlinux 0xe1b8f119 msi_desc_to_pci_dev +EXPORT_SYMBOL vmlinux 0xe1bee700 __traceiter_read_msr +EXPORT_SYMBOL vmlinux 0xe1cdf2e8 unregister_key_type +EXPORT_SYMBOL vmlinux 0xe1ce779d __do_once_done +EXPORT_SYMBOL vmlinux 0xe1d01654 devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0xe1dcf64a audit_log_format +EXPORT_SYMBOL vmlinux 0xe1f6b858 set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0xe1f96f71 rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0xe2186384 rproc_elf_sanity_check +EXPORT_SYMBOL vmlinux 0xe21f18ac __genradix_iter_peek +EXPORT_SYMBOL vmlinux 0xe2430477 security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0xe247326b seq_write +EXPORT_SYMBOL vmlinux 0xe24780b9 dup_iter +EXPORT_SYMBOL vmlinux 0xe24b8c84 vme_slave_request +EXPORT_SYMBOL vmlinux 0xe261e75f vga_switcheroo_fini_domain_pm_ops +EXPORT_SYMBOL vmlinux 0xe2667ae0 xp_raw_get_data +EXPORT_SYMBOL vmlinux 0xe282033c __tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0xe286bbb6 folio_unlock +EXPORT_SYMBOL vmlinux 0xe29605d1 dma_sync_wait +EXPORT_SYMBOL vmlinux 0xe2964344 __wake_up +EXPORT_SYMBOL vmlinux 0xe29eecab blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0xe2bbfa56 proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xe2c17b5d __SCT__might_resched +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2dc2280 netif_rx +EXPORT_SYMBOL vmlinux 0xe2de9156 dcb_getapp +EXPORT_SYMBOL vmlinux 0xe2e28fc0 __traceiter_write_msr +EXPORT_SYMBOL vmlinux 0xe2e31e1d dm_table_get_size +EXPORT_SYMBOL vmlinux 0xe2ff7bc1 sg_miter_stop +EXPORT_SYMBOL vmlinux 0xe31ab21e jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0xe31b9301 intel_gmch_gtt_flush +EXPORT_SYMBOL vmlinux 0xe31eb376 pcie_get_speed_cap +EXPORT_SYMBOL vmlinux 0xe32ab4d8 xxh64_digest +EXPORT_SYMBOL vmlinux 0xe3542271 serio_close +EXPORT_SYMBOL vmlinux 0xe370ca8c kmem_cache_alloc_bulk +EXPORT_SYMBOL vmlinux 0xe372de54 sock_wfree +EXPORT_SYMBOL vmlinux 0xe374ecd4 dma_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0xe3848158 genphy_c37_read_status +EXPORT_SYMBOL vmlinux 0xe38d088a fd_install +EXPORT_SYMBOL vmlinux 0xe392bb00 security_binder_transfer_binder +EXPORT_SYMBOL vmlinux 0xe394d513 netif_napi_add_weight +EXPORT_SYMBOL vmlinux 0xe39a02a1 uart_get_divisor +EXPORT_SYMBOL vmlinux 0xe39b2ea5 sha256 +EXPORT_SYMBOL vmlinux 0xe3ad3046 __sg_page_iter_dma_next +EXPORT_SYMBOL vmlinux 0xe3d5f63d __SCK__tp_func_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0xe3d857ea __cpu_active_mask +EXPORT_SYMBOL vmlinux 0xe3ddb607 __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0xe3ec2f2b alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0xe3f00ee3 _dev_crit +EXPORT_SYMBOL vmlinux 0xe3feba56 tasklet_unlock_spin_wait +EXPORT_SYMBOL vmlinux 0xe3ff2c41 get_random_u64 +EXPORT_SYMBOL vmlinux 0xe40976c0 pnp_range_reserved +EXPORT_SYMBOL vmlinux 0xe40c37ea down_write_trylock +EXPORT_SYMBOL vmlinux 0xe419bc99 iowrite32be +EXPORT_SYMBOL vmlinux 0xe41b4b99 md_set_array_sectors +EXPORT_SYMBOL vmlinux 0xe4252f7e uart_update_timeout +EXPORT_SYMBOL vmlinux 0xe4305ca2 mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0xe46021ca _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xe4706d9f i8042_install_filter +EXPORT_SYMBOL vmlinux 0xe4733e58 __i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0xe474b20b ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0xe4867869 devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0xe495d663 dput +EXPORT_SYMBOL vmlinux 0xe496504b devm_alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0xe4a05504 input_open_device +EXPORT_SYMBOL vmlinux 0xe4bc2c2f hdmi_drm_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe4bc8740 __module_put_and_kthread_exit +EXPORT_SYMBOL vmlinux 0xe4bce6da kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0xe4d80bf4 acpi_enable +EXPORT_SYMBOL vmlinux 0xe4e0bc26 flow_rule_match_eth_addrs +EXPORT_SYMBOL vmlinux 0xe4e22788 seq_vprintf +EXPORT_SYMBOL vmlinux 0xe4e7cc57 flow_block_cb_decref +EXPORT_SYMBOL vmlinux 0xe50fdc0b dcb_ieee_getapp_default_prio_mask +EXPORT_SYMBOL vmlinux 0xe51b12ab input_set_keycode +EXPORT_SYMBOL vmlinux 0xe52372dc i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe541fc0e input_reset_device +EXPORT_SYMBOL vmlinux 0xe542f329 netdev_set_sb_channel +EXPORT_SYMBOL vmlinux 0xe5448c7d pci_claim_resource +EXPORT_SYMBOL vmlinux 0xe54e9b2e security_inet_conn_established +EXPORT_SYMBOL vmlinux 0xe561ecb8 pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0xe5714f60 dst_alloc +EXPORT_SYMBOL vmlinux 0xe58090ca security_ib_endport_manage_subnet +EXPORT_SYMBOL vmlinux 0xe5891104 tcp_parse_options +EXPORT_SYMBOL vmlinux 0xe58fc2ca pcie_capability_clear_and_set_word_locked +EXPORT_SYMBOL vmlinux 0xe590dea3 sk_busy_loop_end +EXPORT_SYMBOL vmlinux 0xe5c60bd2 percpu_counter_set +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5cee291 register_sysctl_mount_point +EXPORT_SYMBOL vmlinux 0xe5f76d4a of_find_mipi_dsi_host_by_node +EXPORT_SYMBOL vmlinux 0xe61059c8 keyring_alloc +EXPORT_SYMBOL vmlinux 0xe613df67 cpu_rmap_update +EXPORT_SYMBOL vmlinux 0xe61b912a security_binder_set_context_mgr +EXPORT_SYMBOL vmlinux 0xe621929b nvdimm_namespace_locked +EXPORT_SYMBOL vmlinux 0xe625c244 __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0xe64e20a8 bdi_register +EXPORT_SYMBOL vmlinux 0xe6550092 utf8_casefold +EXPORT_SYMBOL vmlinux 0xe65e2321 vm_insert_pages +EXPORT_SYMBOL vmlinux 0xe68efe41 _raw_write_lock +EXPORT_SYMBOL vmlinux 0xe6968334 __quota_error +EXPORT_SYMBOL vmlinux 0xe696cb15 dquot_transfer +EXPORT_SYMBOL vmlinux 0xe69859ba tcp_check_req +EXPORT_SYMBOL vmlinux 0xe6b769a1 input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0xe6d2458e do_trace_netlink_extack +EXPORT_SYMBOL vmlinux 0xe6e0fa52 udp6_seq_ops +EXPORT_SYMBOL vmlinux 0xe6e80cda iov_iter_revert +EXPORT_SYMBOL vmlinux 0xe6ebc8d2 generic_file_fsync +EXPORT_SYMBOL vmlinux 0xe6ec9db8 __filemap_set_wb_err +EXPORT_SYMBOL vmlinux 0xe6fa06a2 rename_lock +EXPORT_SYMBOL vmlinux 0xe6fc19c4 md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0xe70877d4 acpi_remove_sci_handler +EXPORT_SYMBOL vmlinux 0xe7257ab8 xa_store_range +EXPORT_SYMBOL vmlinux 0xe7456cfd agp_alloc_page_array +EXPORT_SYMBOL vmlinux 0xe74d04fb udp_prot +EXPORT_SYMBOL vmlinux 0xe75f8648 complete_request_key +EXPORT_SYMBOL vmlinux 0xe761686b ip6_frag_next +EXPORT_SYMBOL vmlinux 0xe77bc0eb vga_switcheroo_unregister_client +EXPORT_SYMBOL vmlinux 0xe77c3388 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0xe787698f acpi_processor_register_performance +EXPORT_SYMBOL vmlinux 0xe79c22ac kthread_associate_blkcg +EXPORT_SYMBOL vmlinux 0xe7a02573 ida_alloc_range +EXPORT_SYMBOL vmlinux 0xe7a4b4ee jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0xe7ab1ecc _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7eaa26a tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0xe80d2a00 add_watch_to_object +EXPORT_SYMBOL vmlinux 0xe816048f tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0xe81c533b key_reject_and_link +EXPORT_SYMBOL vmlinux 0xe8213f83 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xe8271c7a amd_iommu_domain_enable_v2 +EXPORT_SYMBOL vmlinux 0xe82d22dc input_get_timestamp +EXPORT_SYMBOL vmlinux 0xe83be608 inet_csk_reqsk_queue_drop_and_put +EXPORT_SYMBOL vmlinux 0xe83c1a32 napi_get_frags +EXPORT_SYMBOL vmlinux 0xe83ebea6 shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0xe8493660 nla_append +EXPORT_SYMBOL vmlinux 0xe84f2dc6 simple_transaction_read +EXPORT_SYMBOL vmlinux 0xe85e83c7 vfs_link +EXPORT_SYMBOL vmlinux 0xe85f2123 acpi_tb_unload_table +EXPORT_SYMBOL vmlinux 0xe8606b04 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0xe8666a4a phy_get_c45_ids +EXPORT_SYMBOL vmlinux 0xe8770cff release_pages +EXPORT_SYMBOL vmlinux 0xe896d6b2 nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0xe8aa1b66 dma_set_mask +EXPORT_SYMBOL vmlinux 0xe8bd5d40 genphy_c37_config_aneg +EXPORT_SYMBOL vmlinux 0xe8cd7c22 bdi_put +EXPORT_SYMBOL vmlinux 0xe8d285b2 nla_policy_len +EXPORT_SYMBOL vmlinux 0xe8d3a250 phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0xe8ebdda0 phy_init_eee +EXPORT_SYMBOL vmlinux 0xe8fbf4fa __alloc_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0xe909997a bitmap_print_list_to_buf +EXPORT_SYMBOL vmlinux 0xe9118d9b devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe91dd18d sock_ioctl_inout +EXPORT_SYMBOL vmlinux 0xe924c531 cdev_del +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe96ac127 devm_of_iomap +EXPORT_SYMBOL vmlinux 0xe99e9194 param_set_copystring +EXPORT_SYMBOL vmlinux 0xe9a2c172 iov_iter_npages +EXPORT_SYMBOL vmlinux 0xe9a5e67f intel_graphics_stolen_res +EXPORT_SYMBOL vmlinux 0xe9af7397 __xa_set_mark +EXPORT_SYMBOL vmlinux 0xe9cee373 mipi_dsi_host_unregister +EXPORT_SYMBOL vmlinux 0xe9d09dce scsi_remove_device +EXPORT_SYMBOL vmlinux 0xe9dc12a4 zstd_get_error_name +EXPORT_SYMBOL vmlinux 0xe9e3e098 no_seek_end_llseek_size +EXPORT_SYMBOL vmlinux 0xe9e83a6d unload_nls +EXPORT_SYMBOL vmlinux 0xe9e8faeb efi_tpm_final_log_size +EXPORT_SYMBOL vmlinux 0xe9ee8e19 pci_read_config_word +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xe9f96395 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0xe9f9fb5e notify_change +EXPORT_SYMBOL vmlinux 0xe9ffc063 down_trylock +EXPORT_SYMBOL vmlinux 0xea041757 lock_sock_nested +EXPORT_SYMBOL vmlinux 0xea123399 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0xea1c202d jbd2_wait_inode_data +EXPORT_SYMBOL vmlinux 0xea2ce25c scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0xea3c8e4e scsilun_to_int +EXPORT_SYMBOL vmlinux 0xea66b711 generic_file_read_iter +EXPORT_SYMBOL vmlinux 0xea6e7c2b tcf_idr_check_alloc +EXPORT_SYMBOL vmlinux 0xea6f9a36 zlib_deflate_dfltcc_enabled +EXPORT_SYMBOL vmlinux 0xea7daa08 __video_get_options +EXPORT_SYMBOL vmlinux 0xea828c80 key_payload_reserve +EXPORT_SYMBOL vmlinux 0xea82dbad page_pool_put_defragged_page +EXPORT_SYMBOL vmlinux 0xea84d498 param_get_short +EXPORT_SYMBOL vmlinux 0xea8790a1 tcf_idr_search +EXPORT_SYMBOL vmlinux 0xea972c59 tso_build_data +EXPORT_SYMBOL vmlinux 0xeaa30276 vfs_fileattr_set +EXPORT_SYMBOL vmlinux 0xeaa4bab9 napi_enable +EXPORT_SYMBOL vmlinux 0xeab6f4c4 acpi_check_resource_conflict +EXPORT_SYMBOL vmlinux 0xeaccd8dc arp_xmit +EXPORT_SYMBOL vmlinux 0xeae3d9e4 param_ops_string +EXPORT_SYMBOL vmlinux 0xeae3dfd6 __const_udelay +EXPORT_SYMBOL vmlinux 0xeaf51674 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0xeafc141f __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xeb05eeab blkdev_issue_secure_erase +EXPORT_SYMBOL vmlinux 0xeb078aee _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xeb0d7886 __fs_parse +EXPORT_SYMBOL vmlinux 0xeb201201 pci_fixup_device +EXPORT_SYMBOL vmlinux 0xeb233a45 __kmalloc +EXPORT_SYMBOL vmlinux 0xeb2db822 submit_bio_wait +EXPORT_SYMBOL vmlinux 0xeb31aee8 acpi_trace_point +EXPORT_SYMBOL vmlinux 0xeb31bf88 mark_buffer_write_io_error +EXPORT_SYMBOL vmlinux 0xeb32eaa0 __SCK__tp_func_write_msr +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb44339a free_pages_exact +EXPORT_SYMBOL vmlinux 0xeb457b3f inet_sendmsg +EXPORT_SYMBOL vmlinux 0xeb6391fb phy_do_ioctl +EXPORT_SYMBOL vmlinux 0xeb7ab616 pcie_relaxed_ordering_enabled +EXPORT_SYMBOL vmlinux 0xeb7f6046 acpi_get_devices +EXPORT_SYMBOL vmlinux 0xeb91644d seq_read_iter +EXPORT_SYMBOL vmlinux 0xeb94a448 truncate_inode_pages +EXPORT_SYMBOL vmlinux 0xeb9eef52 match_uint +EXPORT_SYMBOL vmlinux 0xebb2da97 dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0xebdfdde0 posix_acl_update_mode +EXPORT_SYMBOL vmlinux 0xec09130b jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0xec2b8a42 acpi_walk_namespace +EXPORT_SYMBOL vmlinux 0xec314708 lock_rename_child +EXPORT_SYMBOL vmlinux 0xec425af2 __module_get +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec673fda register_cdrom +EXPORT_SYMBOL vmlinux 0xec748006 d_alloc_anon +EXPORT_SYMBOL vmlinux 0xec890d98 bpf_map_get +EXPORT_SYMBOL vmlinux 0xec8fc761 inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0xec9f6b74 devm_ioremap_wc +EXPORT_SYMBOL vmlinux 0xeca957d1 __bitmap_and +EXPORT_SYMBOL vmlinux 0xecac8407 __memcpy +EXPORT_SYMBOL vmlinux 0xecc7c868 __x86_indirect_jump_thunk_r9 +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xecee63e2 follow_up +EXPORT_SYMBOL vmlinux 0xecf265d3 request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0xecf51465 security_dentry_init_security +EXPORT_SYMBOL vmlinux 0xecfd68ef acpi_get_node +EXPORT_SYMBOL vmlinux 0xed00c4fb acpi_os_printf +EXPORT_SYMBOL vmlinux 0xed157829 neigh_destroy +EXPORT_SYMBOL vmlinux 0xed2fee78 input_free_device +EXPORT_SYMBOL vmlinux 0xed34ebbc acpi_any_gpe_status_set +EXPORT_SYMBOL vmlinux 0xed45473e pcim_pin_device +EXPORT_SYMBOL vmlinux 0xed55f929 acpi_os_unmap_generic_address +EXPORT_SYMBOL vmlinux 0xed656e30 udp_encap_disable +EXPORT_SYMBOL vmlinux 0xed8992ff ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0xed8e64a9 __alloc_skb +EXPORT_SYMBOL vmlinux 0xeda2e038 scsi_cmd_allowed +EXPORT_SYMBOL vmlinux 0xedb662a4 key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedd17b31 sock_get_timeout +EXPORT_SYMBOL vmlinux 0xeddcdd76 __alloc_pages +EXPORT_SYMBOL vmlinux 0xede10edb lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0xedf8c2c6 mfd_add_devices +EXPORT_SYMBOL vmlinux 0xee0118df aperture_remove_conflicting_devices +EXPORT_SYMBOL vmlinux 0xee06387d pci_unregister_driver +EXPORT_SYMBOL vmlinux 0xee0e062d handshake_req_alloc +EXPORT_SYMBOL vmlinux 0xee14d9d9 dquot_quota_sync +EXPORT_SYMBOL vmlinux 0xee194643 jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee35b204 netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0xee376f00 file_path +EXPORT_SYMBOL vmlinux 0xee38a20e __x86_indirect_jump_thunk_r10 +EXPORT_SYMBOL vmlinux 0xee47428b unpin_user_page_range_dirty_lock +EXPORT_SYMBOL vmlinux 0xee58e970 fb_add_videomode +EXPORT_SYMBOL vmlinux 0xee5fb13a dquot_alloc +EXPORT_SYMBOL vmlinux 0xee61dd72 security_sctp_sk_clone +EXPORT_SYMBOL vmlinux 0xee7790a4 scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0xee7d0adc inode_set_flags +EXPORT_SYMBOL vmlinux 0xee7d7deb gen_pool_dma_zalloc +EXPORT_SYMBOL vmlinux 0xee7eb9e1 pnp_platform_devices +EXPORT_SYMBOL vmlinux 0xee7f50bd ip6tun_encaps +EXPORT_SYMBOL vmlinux 0xee851604 mmc_put_card +EXPORT_SYMBOL vmlinux 0xee883b06 __vmalloc_array +EXPORT_SYMBOL vmlinux 0xee8be8e9 uart_resume_port +EXPORT_SYMBOL vmlinux 0xee8c02e9 vprintk_emit +EXPORT_SYMBOL vmlinux 0xee8d74d6 jiffies64_to_nsecs +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xee999ceb mod_node_page_state +EXPORT_SYMBOL vmlinux 0xee9c3c6f __SCK__tp_func_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xeea8793a user_revoke +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeb5f039 simple_get_link +EXPORT_SYMBOL vmlinux 0xeec7c6f6 __sock_create +EXPORT_SYMBOL vmlinux 0xeec89224 xen_free_unpopulated_pages +EXPORT_SYMBOL vmlinux 0xeecf71a6 scsi_scan_target +EXPORT_SYMBOL vmlinux 0xeed61d03 devm_get_clk_from_child +EXPORT_SYMBOL vmlinux 0xeee35555 netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0xef04b574 mmc_retune_release +EXPORT_SYMBOL vmlinux 0xef162e0a flow_block_cb_incref +EXPORT_SYMBOL vmlinux 0xef19d378 dev_add_pack +EXPORT_SYMBOL vmlinux 0xef36a848 __x86_indirect_jump_thunk_rdi +EXPORT_SYMBOL vmlinux 0xef66823b jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0xef6a39c9 __tracepoint_rdpmc +EXPORT_SYMBOL vmlinux 0xef74d4a1 cfb_imageblit +EXPORT_SYMBOL vmlinux 0xef7d1c4c scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0xef82c38c fput +EXPORT_SYMBOL vmlinux 0xef8470b1 agp_generic_type_to_mask_type +EXPORT_SYMBOL vmlinux 0xef9aedfc boot_option_idle_override +EXPORT_SYMBOL vmlinux 0xefa8bae4 agp_generic_mask_memory +EXPORT_SYMBOL vmlinux 0xefaada2a inet_select_addr +EXPORT_SYMBOL vmlinux 0xefaf2e4f tcf_queue_work +EXPORT_SYMBOL vmlinux 0xefb093e7 skb_checksum_help +EXPORT_SYMBOL vmlinux 0xefcdee5f cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0xefcea2e7 acpi_warning +EXPORT_SYMBOL vmlinux 0xefcfac77 napi_build_skb +EXPORT_SYMBOL vmlinux 0xefd0ea64 blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xefde171f param_ops_ushort +EXPORT_SYMBOL vmlinux 0xefee932c acpi_get_data_full +EXPORT_SYMBOL vmlinux 0xeff69816 _dev_emerg +EXPORT_SYMBOL vmlinux 0xeffc605c scsi_block_requests +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf02aa937 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0xf05c32ad rdmsr_on_cpus +EXPORT_SYMBOL vmlinux 0xf0751d49 hid_bpf_ops +EXPORT_SYMBOL vmlinux 0xf07b07f6 sg_free_append_table +EXPORT_SYMBOL vmlinux 0xf0910ebc nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xf093007a write_dirty_buffer +EXPORT_SYMBOL vmlinux 0xf09b5d9a get_zeroed_page +EXPORT_SYMBOL vmlinux 0xf09ee77b arp_create +EXPORT_SYMBOL vmlinux 0xf0a1e5a3 rtnl_kfree_skbs +EXPORT_SYMBOL vmlinux 0xf0b9a4b9 commit_creds +EXPORT_SYMBOL vmlinux 0xf0c876b0 vfs_path_lookup +EXPORT_SYMBOL vmlinux 0xf0d73fbc dev_uc_add +EXPORT_SYMBOL vmlinux 0xf0e66052 dma_unmap_page_attrs +EXPORT_SYMBOL vmlinux 0xf0fdf6cb __stack_chk_fail +EXPORT_SYMBOL vmlinux 0xf1148a96 param_ops_charp +EXPORT_SYMBOL vmlinux 0xf115fc50 folio_account_redirty +EXPORT_SYMBOL vmlinux 0xf11dd46e _page_poisoning_enabled_early +EXPORT_SYMBOL vmlinux 0xf1269e17 dev_uc_init +EXPORT_SYMBOL vmlinux 0xf129f2be vlan_filter_push_vids +EXPORT_SYMBOL vmlinux 0xf129f615 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0xf12d17d8 netdev_unbind_sb_channel +EXPORT_SYMBOL vmlinux 0xf1566bb3 is_nvdimm_bus_locked +EXPORT_SYMBOL vmlinux 0xf16eedd1 qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0xf173a2bd xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0xf17b8b03 __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xf17ddd82 d_move +EXPORT_SYMBOL vmlinux 0xf1848ee2 acpi_install_sci_handler +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf1969a8e __usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xf19a0e58 devfreq_recommended_opp +EXPORT_SYMBOL vmlinux 0xf1a65f7b zstd_reset_dstream +EXPORT_SYMBOL vmlinux 0xf1a68107 acpi_processor_preregister_performance +EXPORT_SYMBOL vmlinux 0xf1bc13f4 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0xf1c33620 current_in_userns +EXPORT_SYMBOL vmlinux 0xf1c353a7 blk_start_plug +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1e046cc panic +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1f88a0e dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0xf22f3869 prepare_to_swait_event +EXPORT_SYMBOL vmlinux 0xf2385457 node_data +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf2418473 follow_down_one +EXPORT_SYMBOL vmlinux 0xf2628676 zstd_compress_cctx +EXPORT_SYMBOL vmlinux 0xf26324f3 dev_close +EXPORT_SYMBOL vmlinux 0xf26fe4ea seq_release +EXPORT_SYMBOL vmlinux 0xf2783cf8 qdisc_reset +EXPORT_SYMBOL vmlinux 0xf27a73a4 twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0xf27adaae block_write_end +EXPORT_SYMBOL vmlinux 0xf27f1866 pci_scan_single_device +EXPORT_SYMBOL vmlinux 0xf28cf0ae __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf28ed6e2 machine_to_phys_nr +EXPORT_SYMBOL vmlinux 0xf29403e5 acpi_install_table_handler +EXPORT_SYMBOL vmlinux 0xf2a8efae dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0xf2b81b64 arch_io_reserve_memtype_wc +EXPORT_SYMBOL vmlinux 0xf2c43f3f zlib_deflate +EXPORT_SYMBOL vmlinux 0xf2e5bd87 security_free_mnt_opts +EXPORT_SYMBOL vmlinux 0xf2ec02b3 _dev_warn +EXPORT_SYMBOL vmlinux 0xf2f53617 memregion_free +EXPORT_SYMBOL vmlinux 0xf30965ac iosf_mbi_register_pmic_bus_access_notifier +EXPORT_SYMBOL vmlinux 0xf31a94d5 __traceiter_module_get +EXPORT_SYMBOL vmlinux 0xf32e3641 folio_mapping +EXPORT_SYMBOL vmlinux 0xf3301c8d pneigh_enqueue +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf3621fe2 mtree_alloc_rrange +EXPORT_SYMBOL vmlinux 0xf36f42a9 slhc_uncompress +EXPORT_SYMBOL vmlinux 0xf390f6f1 __bitmap_andnot +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf3932313 mb_cache_entry_wait_unused +EXPORT_SYMBOL vmlinux 0xf3a06903 deactivate_super +EXPORT_SYMBOL vmlinux 0xf3a495cb uart_add_one_port +EXPORT_SYMBOL vmlinux 0xf3a57892 release_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0xf3ba4552 pagecache_get_page +EXPORT_SYMBOL vmlinux 0xf3cf5e64 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0xf3d0d828 cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0xf3e0e1df allocate_resource +EXPORT_SYMBOL vmlinux 0xf3f7e532 pcim_set_mwi +EXPORT_SYMBOL vmlinux 0xf3f820af pcim_iomap +EXPORT_SYMBOL vmlinux 0xf3fce997 disk_check_media_change +EXPORT_SYMBOL vmlinux 0xf4112f3d sock_set_sndtimeo +EXPORT_SYMBOL vmlinux 0xf41826c6 rio_query_mport +EXPORT_SYMBOL vmlinux 0xf41843f6 blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0xf431c198 netdev_update_features +EXPORT_SYMBOL vmlinux 0xf43d2caa acpi_remove_interface +EXPORT_SYMBOL vmlinux 0xf44a904a net_ns_barrier +EXPORT_SYMBOL vmlinux 0xf44ea9ab devm_extcon_register_notifier_all +EXPORT_SYMBOL vmlinux 0xf44f852a phy_check_valid +EXPORT_SYMBOL vmlinux 0xf4614dcf __scsi_add_device +EXPORT_SYMBOL vmlinux 0xf465e8e9 sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0xf471eca3 filemap_alloc_folio +EXPORT_SYMBOL vmlinux 0xf474c21c bitmap_print_to_pagebuf +EXPORT_SYMBOL vmlinux 0xf474fdcb kfree_const +EXPORT_SYMBOL vmlinux 0xf47c7a6e inode_to_bdi +EXPORT_SYMBOL vmlinux 0xf489de00 d_invalidate +EXPORT_SYMBOL vmlinux 0xf4a565fd wrmsr_on_cpus +EXPORT_SYMBOL vmlinux 0xf4b03c0a sock_no_socketpair +EXPORT_SYMBOL vmlinux 0xf4b754fd acpi_resources_are_enforced +EXPORT_SYMBOL vmlinux 0xf4c8b87f try_lookup_one_len +EXPORT_SYMBOL vmlinux 0xf4d9c6ee consume_skb +EXPORT_SYMBOL vmlinux 0xf4db35bc stpcpy +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf508dd7b zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0xf50c3dc4 folio_wait_private_2_killable +EXPORT_SYMBOL vmlinux 0xf51b8971 param_get_invbool +EXPORT_SYMBOL vmlinux 0xf52723f9 qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf5441824 phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xf5698f94 d_splice_alias +EXPORT_SYMBOL vmlinux 0xf57d86a2 tcp_sock_set_nodelay +EXPORT_SYMBOL vmlinux 0xf586ff4e qdisc_hash_add +EXPORT_SYMBOL vmlinux 0xf5990f33 tcf_idr_release +EXPORT_SYMBOL vmlinux 0xf5a20ed2 __genradix_prealloc +EXPORT_SYMBOL vmlinux 0xf5a5c84c msrs_alloc +EXPORT_SYMBOL vmlinux 0xf5b82952 cros_ec_cmd_xfer_status +EXPORT_SYMBOL vmlinux 0xf5d00a85 pnp_release_card_device +EXPORT_SYMBOL vmlinux 0xf5dcf929 __x86_indirect_jump_thunk_r8 +EXPORT_SYMBOL vmlinux 0xf5e7ea40 ktime_get_coarse_ts64 +EXPORT_SYMBOL vmlinux 0xf60ab926 acpi_get_event_status +EXPORT_SYMBOL vmlinux 0xf6342167 bprm_change_interp +EXPORT_SYMBOL vmlinux 0xf643d104 hsiphash_4u32 +EXPORT_SYMBOL vmlinux 0xf65f1dbd __x86_indirect_jump_thunk_rsi +EXPORT_SYMBOL vmlinux 0xf665f74f sock_load_diag_module +EXPORT_SYMBOL vmlinux 0xf668e45b jbd2_fc_wait_bufs +EXPORT_SYMBOL vmlinux 0xf6762584 unpin_user_pages_dirty_lock +EXPORT_SYMBOL vmlinux 0xf67febdb sock_alloc +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf68cfe73 __phy_resume +EXPORT_SYMBOL vmlinux 0xf69048ab filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0xf69db046 compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0xf6ab6fa8 __icmp_send +EXPORT_SYMBOL vmlinux 0xf6bb45a2 acpi_processor_notify_smm +EXPORT_SYMBOL vmlinux 0xf6cfe03d scsi_done +EXPORT_SYMBOL vmlinux 0xf6d3ac77 phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0xf6df70c2 netlink_set_err +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6f9d58d init_on_free +EXPORT_SYMBOL vmlinux 0xf6fc8791 __bitmap_xor +EXPORT_SYMBOL vmlinux 0xf70f77f9 __tracepoint_mmap_lock_released +EXPORT_SYMBOL vmlinux 0xf723934f __x86_indirect_jump_thunk_r11 +EXPORT_SYMBOL vmlinux 0xf7370f56 system_state +EXPORT_SYMBOL vmlinux 0xf738d1be register_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xf79ac110 __mdiobus_write +EXPORT_SYMBOL vmlinux 0xf79ca3bb acpi_remove_gpe_block +EXPORT_SYMBOL vmlinux 0xf7cd2bdc rw_verify_area +EXPORT_SYMBOL vmlinux 0xf7d31de9 kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0xf7da6e6f acpi_unload_table +EXPORT_SYMBOL vmlinux 0xf7dd3cdf agp_generic_destroy_pages +EXPORT_SYMBOL vmlinux 0xf7e307a7 path_has_submounts +EXPORT_SYMBOL vmlinux 0xf7e36a4c softnet_data +EXPORT_SYMBOL vmlinux 0xf7ef9a79 iosf_mbi_punit_release +EXPORT_SYMBOL vmlinux 0xf7f010dd sk_error_report +EXPORT_SYMBOL vmlinux 0xf80be44e rdmsr_safe_on_cpu +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf812cff6 memscan +EXPORT_SYMBOL vmlinux 0xf8277df7 phy_ethtool_get_strings +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf83c6d98 input_get_keycode +EXPORT_SYMBOL vmlinux 0xf843f1f9 phy_write_paged +EXPORT_SYMBOL vmlinux 0xf84b86ca neigh_event_ns +EXPORT_SYMBOL vmlinux 0xf84bd6ee bpf_stats_enabled_key +EXPORT_SYMBOL vmlinux 0xf8546c03 request_firmware_nowait +EXPORT_SYMBOL vmlinux 0xf88ecec4 kvmemdup +EXPORT_SYMBOL vmlinux 0xf894950f cdev_device_del +EXPORT_SYMBOL vmlinux 0xf89d26fd register_netdev +EXPORT_SYMBOL vmlinux 0xf8a05fad dquot_scan_active +EXPORT_SYMBOL vmlinux 0xf8c32ae4 mmc_wait_for_req_done +EXPORT_SYMBOL vmlinux 0xf8c36530 read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0xf8c5c8a9 super_setup_bdi +EXPORT_SYMBOL vmlinux 0xf8d07858 bitmap_from_arr32 +EXPORT_SYMBOL vmlinux 0xf8d2bc2c zstd_find_frame_compressed_size +EXPORT_SYMBOL vmlinux 0xf8d96024 framebuffer_release +EXPORT_SYMBOL vmlinux 0xf8db374b agp_backend_acquire +EXPORT_SYMBOL vmlinux 0xf8e7a97e watchdog_register_governor +EXPORT_SYMBOL vmlinux 0xf8f61ebc wake_up_var +EXPORT_SYMBOL vmlinux 0xf901d0a6 dma_ops +EXPORT_SYMBOL vmlinux 0xf90a1e85 __x86_indirect_thunk_r8 +EXPORT_SYMBOL vmlinux 0xf90edea2 skb_set_owner_w +EXPORT_SYMBOL vmlinux 0xf92bb765 bio_endio +EXPORT_SYMBOL vmlinux 0xf93fd09c fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xf94536c2 proc_dointvec +EXPORT_SYMBOL vmlinux 0xf9567232 proc_create_single_data +EXPORT_SYMBOL vmlinux 0xf9627eee skb_copy_and_csum_datagram_msg +EXPORT_SYMBOL vmlinux 0xf96d2de9 cad_pid +EXPORT_SYMBOL vmlinux 0xf9722676 twl_i2c_write +EXPORT_SYMBOL vmlinux 0xf97d1d76 pcie_ptm_enabled +EXPORT_SYMBOL vmlinux 0xf97df25b iov_iter_bvec +EXPORT_SYMBOL vmlinux 0xf99e5e79 address_space_init_once +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9aa6535 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0xf9ac6ff0 blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0xf9b842ec padata_alloc +EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat +EXPORT_SYMBOL vmlinux 0xf9ca2eb4 kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0xfa042227 gnet_stats_add_basic +EXPORT_SYMBOL vmlinux 0xfa08c34a page_offline_end +EXPORT_SYMBOL vmlinux 0xfa25cf7d skb_checksum_trimmed +EXPORT_SYMBOL vmlinux 0xfa297415 acpi_map_pxm_to_node +EXPORT_SYMBOL vmlinux 0xfa2aaf81 security_inode_init_security +EXPORT_SYMBOL vmlinux 0xfa2e5f32 i2c_smbus_pec +EXPORT_SYMBOL vmlinux 0xfa395acd __folio_put +EXPORT_SYMBOL vmlinux 0xfa4d2f03 __nla_parse +EXPORT_SYMBOL vmlinux 0xfa543d76 vfs_copy_file_range +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa73f719 vfs_clone_file_range +EXPORT_SYMBOL vmlinux 0xfa80f8c0 input_register_handler +EXPORT_SYMBOL vmlinux 0xfa827c57 inode_set_ctime_current +EXPORT_SYMBOL vmlinux 0xfa89fe69 generic_parse_monolithic +EXPORT_SYMBOL vmlinux 0xfa967a08 scsi_print_sense +EXPORT_SYMBOL vmlinux 0xfa98059e mroute6_is_socket +EXPORT_SYMBOL vmlinux 0xfaa99187 mmc_erase +EXPORT_SYMBOL vmlinux 0xfaaa12d0 _page_poisoning_enabled +EXPORT_SYMBOL vmlinux 0xfac46ef6 agp_find_bridge +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfad9a68d xfrm_trans_queue_net +EXPORT_SYMBOL vmlinux 0xfadbce10 task_work_add +EXPORT_SYMBOL vmlinux 0xfae72dcd inet_sk_get_local_port_range +EXPORT_SYMBOL vmlinux 0xfaecb308 memcg_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0xfb010245 serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0xfb016d48 flow_rule_match_icmp +EXPORT_SYMBOL vmlinux 0xfb02749a mark_info_dirty +EXPORT_SYMBOL vmlinux 0xfb348fea fault_in_safe_writeable +EXPORT_SYMBOL vmlinux 0xfb384d37 kasprintf +EXPORT_SYMBOL vmlinux 0xfb3a4508 skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0xfb578fc5 memset +EXPORT_SYMBOL vmlinux 0xfb579718 vc_resize +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb760de2 sock_cmsg_send +EXPORT_SYMBOL vmlinux 0xfb850e8e tcf_chain_put_by_act +EXPORT_SYMBOL vmlinux 0xfb88e6ae genphy_aneg_done +EXPORT_SYMBOL vmlinux 0xfba0c324 mipi_dsi_dcs_set_display_brightness_large +EXPORT_SYMBOL vmlinux 0xfba6c987 page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0xfba7a5f5 __get_random_u32_below +EXPORT_SYMBOL vmlinux 0xfba7ddd2 match_u64 +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbab1bb1 ioread8_rep +EXPORT_SYMBOL vmlinux 0xfbad3cf0 scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0xfbaf6ea7 ilookup +EXPORT_SYMBOL vmlinux 0xfbb8a761 strscpy_pad +EXPORT_SYMBOL vmlinux 0xfbc4f89e io_schedule_timeout +EXPORT_SYMBOL vmlinux 0xfbd3307f ns_capable +EXPORT_SYMBOL vmlinux 0xfbd98cfb fb_prepare_logo +EXPORT_SYMBOL vmlinux 0xfbdd13c8 pnp_unregister_driver +EXPORT_SYMBOL vmlinux 0xfbe02fc9 ip_check_defrag +EXPORT_SYMBOL vmlinux 0xfbe215e4 sg_next +EXPORT_SYMBOL vmlinux 0xfbe8ee28 acpi_get_table_by_index +EXPORT_SYMBOL vmlinux 0xfbfa869c mdiobus_read_nested +EXPORT_SYMBOL vmlinux 0xfbffa54d tcp_sock_set_cork +EXPORT_SYMBOL vmlinux 0xfc0033f8 tcp_poll +EXPORT_SYMBOL vmlinux 0xfc27311a xsk_set_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0xfc2aaa96 flow_rule_match_enc_ports +EXPORT_SYMBOL vmlinux 0xfc336d2e __wake_up_bit +EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap +EXPORT_SYMBOL vmlinux 0xfc3d53cb __put_user_nocheck_1 +EXPORT_SYMBOL vmlinux 0xfc4152fc ec_read +EXPORT_SYMBOL vmlinux 0xfc421e79 gnet_stats_add_queue +EXPORT_SYMBOL vmlinux 0xfc4c06a9 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0xfc82e775 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0xfc8efc38 blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0xfc95482f __dev_direct_xmit +EXPORT_SYMBOL vmlinux 0xfcab3f8b request_firmware +EXPORT_SYMBOL vmlinux 0xfcab4f1f vga_switcheroo_client_probe_defer +EXPORT_SYMBOL vmlinux 0xfcafbacb mmc_remove_host +EXPORT_SYMBOL vmlinux 0xfcc274d6 dev_get_port_parent_id +EXPORT_SYMBOL vmlinux 0xfcc4d6ac inode_init_once +EXPORT_SYMBOL vmlinux 0xfcd1819a hdmi_spd_infoframe_check +EXPORT_SYMBOL vmlinux 0xfce86756 tty_port_close_end +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfd128603 __ip_options_compile +EXPORT_SYMBOL vmlinux 0xfd1a27a2 filemap_invalidate_lock_two +EXPORT_SYMBOL vmlinux 0xfd1b904f netif_set_real_num_queues +EXPORT_SYMBOL vmlinux 0xfd4eb289 scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0xfd5654f2 sock_rfree +EXPORT_SYMBOL vmlinux 0xfd725826 netdev_get_by_index +EXPORT_SYMBOL vmlinux 0xfd7578f7 pci_resize_resource +EXPORT_SYMBOL vmlinux 0xfd8c083e inet_frag_reasm_finish +EXPORT_SYMBOL vmlinux 0xfd93ee35 ioremap_wc +EXPORT_SYMBOL vmlinux 0xfd977095 unregister_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0xfd984151 noop_dirty_folio +EXPORT_SYMBOL vmlinux 0xfda3f742 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0xfda77f69 sock_enable_timestamps +EXPORT_SYMBOL vmlinux 0xfda9a3f1 intel_gmch_enable_gtt +EXPORT_SYMBOL vmlinux 0xfdb6576f acpi_set_debugger_thread_id +EXPORT_SYMBOL vmlinux 0xfdb6c9d1 flow_rule_match_ports_range +EXPORT_SYMBOL vmlinux 0xfdcb4ed3 acpi_os_get_line +EXPORT_SYMBOL vmlinux 0xfdcc4502 amd_iommu_flush_page +EXPORT_SYMBOL vmlinux 0xfdcc8a0e fb_find_best_display +EXPORT_SYMBOL vmlinux 0xfdd06897 pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0xfdd17890 blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0xfdd4216d pcibios_align_resource +EXPORT_SYMBOL vmlinux 0xfddeb056 efi +EXPORT_SYMBOL vmlinux 0xfded8671 xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0xfdfb792f amd_iommu_pc_supported +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe052363 ioread64_lo_hi +EXPORT_SYMBOL vmlinux 0xfe1c9ea5 sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0xfe1d2e94 key_create_or_update +EXPORT_SYMBOL vmlinux 0xfe2151b5 tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0xfe215b97 proc_do_large_bitmap +EXPORT_SYMBOL vmlinux 0xfe2af870 md_bitmap_update_sb +EXPORT_SYMBOL vmlinux 0xfe2c08ed netdev_offload_xstats_disable +EXPORT_SYMBOL vmlinux 0xfe2f2bfd sock_set_reuseport +EXPORT_SYMBOL vmlinux 0xfe32e853 rtnl_unicast +EXPORT_SYMBOL vmlinux 0xfe3a38b1 reuseport_add_sock +EXPORT_SYMBOL vmlinux 0xfe3acc97 __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0xfe401b9f dev_pick_tx_zero +EXPORT_SYMBOL vmlinux 0xfe40420e pci_get_subsys +EXPORT_SYMBOL vmlinux 0xfe4204d2 qdisc_offload_query_caps +EXPORT_SYMBOL vmlinux 0xfe487975 init_wait_entry +EXPORT_SYMBOL vmlinux 0xfe508ed3 simple_fill_super +EXPORT_SYMBOL vmlinux 0xfe5cadb0 get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe66b517 kthread_destroy_worker +EXPORT_SYMBOL vmlinux 0xfe67c48a pci_map_rom +EXPORT_SYMBOL vmlinux 0xfe7c738e d_path +EXPORT_SYMBOL vmlinux 0xfe85e0bd blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0xfe8c61f0 _raw_read_lock +EXPORT_SYMBOL vmlinux 0xfe916dc6 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0xfe9ebbbb acpi_osi_is_win8 +EXPORT_SYMBOL vmlinux 0xfea23b4c __zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0xfeae9fab cdrom_release +EXPORT_SYMBOL vmlinux 0xfec91971 pcim_enable_device +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfeea58f2 srso_alias_untrain_ret +EXPORT_SYMBOL vmlinux 0xfeebc7c4 __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0xfef216eb _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0xfef2cdfb __dev_set_mtu +EXPORT_SYMBOL vmlinux 0xfefb196e xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0xfefcb98e vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xff14a4b4 unregister_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff282521 rfkill_register +EXPORT_SYMBOL vmlinux 0xff52848a __SCT__tp_func_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xff5dd0ad pipe_lock +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff87cd18 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0xff882602 setattr_copy +EXPORT_SYMBOL vmlinux 0xffa002e3 __hw_addr_ref_unsync_dev +EXPORT_SYMBOL vmlinux 0xffa3cc57 xfrm_state_update +EXPORT_SYMBOL vmlinux 0xffaefbfc max8925_bulk_read +EXPORT_SYMBOL vmlinux 0xffb7c514 ida_free +EXPORT_SYMBOL vmlinux 0xffbad423 fwnode_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0xffc30c3a acpi_processor_power_init_bm_check +EXPORT_SYMBOL vmlinux 0xffc4f200 zstd_compress_stream +EXPORT_SYMBOL vmlinux 0xffcc4ec7 tcp_bpf_bypass_getsockopt +EXPORT_SYMBOL vmlinux 0xffcd7f49 iosf_mbi_punit_acquire +EXPORT_SYMBOL vmlinux 0xffd6a424 acpi_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xffeb93d5 phy_ethtool_ksettings_set +EXPORT_SYMBOL vmlinux 0xffeedf6a delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0xffffbc6c mmc_erase_group_aligned +EXPORT_SYMBOL_GPL arch/x86/crypto/aria-aesni-avx-x86_64 0x6790ca30 aria_aesni_avx_gfni_decrypt_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/aria-aesni-avx-x86_64 0x78ac3a58 aria_aesni_avx_decrypt_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/aria-aesni-avx-x86_64 0xa29489b9 aria_aesni_avx_encrypt_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/aria-aesni-avx-x86_64 0xa297f1e6 aria_aesni_avx_gfni_ctr_crypt_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/aria-aesni-avx-x86_64 0xb24a6f4f aria_aesni_avx_ctr_crypt_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/aria-aesni-avx-x86_64 0xbda879d1 aria_aesni_avx_gfni_encrypt_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/aria-aesni-avx2-x86_64 0x4e91f572 aria_aesni_avx2_gfni_decrypt_32way +EXPORT_SYMBOL_GPL arch/x86/crypto/aria-aesni-avx2-x86_64 0x720be3e2 aria_aesni_avx2_decrypt_32way +EXPORT_SYMBOL_GPL arch/x86/crypto/aria-aesni-avx2-x86_64 0x8f7b6257 aria_aesni_avx2_ctr_crypt_32way +EXPORT_SYMBOL_GPL arch/x86/crypto/aria-aesni-avx2-x86_64 0x94a94693 aria_aesni_avx2_gfni_encrypt_32way +EXPORT_SYMBOL_GPL arch/x86/crypto/aria-aesni-avx2-x86_64 0xa8335003 aria_aesni_avx2_encrypt_32way +EXPORT_SYMBOL_GPL arch/x86/crypto/aria-aesni-avx2-x86_64 0xf90ca741 aria_aesni_avx2_gfni_ctr_crypt_32way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x2c8b5dbf camellia_ecb_enc_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x339c33c5 camellia_cbc_dec_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x8b44ee75 camellia_ecb_dec_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x0b901549 camellia_dec_blk_2way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x69f4ff25 __camellia_enc_blk_2way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x8d725052 __camellia_setkey +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x8d9b761c camellia_decrypt_cbc_2way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0xfe729ed6 __camellia_enc_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0xff09bd65 camellia_dec_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x194b2841 serpent_ecb_enc_8way_avx +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x38800636 serpent_cbc_dec_8way_avx +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x4140192a serpent_ecb_dec_8way_avx +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0x13bbf33f sm4_avx_cbc_decrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0x19bc930e sm4_avx_ecb_decrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0x4a5dee03 sm4_avx_ctr_crypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0x596ed470 sm4_cfb_encrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0x6ad0bc04 sm4_avx_ecb_encrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0x94df4057 sm4_cbc_encrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0x987c3a62 sm4_avx_cfb_decrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64 0x1f491d36 twofish_dec_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64 0x7c7bf6e0 twofish_enc_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x92a51c43 twofish_dec_blk_cbc_3way +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0xb4e98a46 twofish_dec_blk_3way +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0xe4ae7508 __twofish_enc_blk_3way +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x01611982 kvm_handle_invpcid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x03fb0db1 __SCK__kvm_x86_get_cs_db_l_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0419b6ea __tracepoint_kvm_nested_vmexit_inject +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x04666964 kvm_set_cr4 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x053614ec kvm_set_user_return_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x056141ee kvm_mmu_invlpg +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x06cdc8d1 kvm_configure_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x080a369e kvm_cpu_has_injectable_intr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x08f621bc kvm_intr_is_single_vcpu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0944cf77 __tracepoint_kvm_avic_ga_log +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0af4e373 kvm_cpuid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0b1afb14 gfn_to_pfn_prot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0b58a11d kvm_nr_uret_msrs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0b889237 __tracepoint_kvm_nested_intr_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0b8a3365 __traceiter_kvm_invlpga +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0c0e8ac0 __tracepoint_kvm_fast_mmio +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0ca8df68 __traceiter_kvm_vmgexit_msr_protocol_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0cdc6adc kvm_emulate_halt_noskip +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0cff45f4 __SCT__tp_func_kvm_vmgexit_msr_protocol_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0f558fb8 kvm_arch_has_assigned_device +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0f9f2bee kvm_valid_efer +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0fb0634c __traceiter_kvm_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0fd91540 __SCK__tp_func_kvm_avic_kick_vcpu_slowpath +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x114eb824 __traceiter_kvm_nested_vmexit_inject +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x11678027 __SCK__tp_func_kvm_avic_doorbell +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x13a57bc3 __SCK__tp_func_kvm_avic_unaccelerated_access +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1412f042 __traceiter_kvm_ple_window_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x159b8d5e host_efer +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x16f7f5b9 kvm_lapic_find_highest_irr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x17baea17 __tracepoint_kvm_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x17f9cfe3 __traceiter_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x18321572 kvm_page_track_unregister_notifier +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x18b145b1 kvm_get_apic_mode +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x19b4c0a4 kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1a17eedc kvm_put_kvm_no_destroy +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1b1f05f2 kvm_destroy_vcpus +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1b384ca5 kvm_arch_has_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1b964392 kvm_vcpu_is_visible_gfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1c13fcd3 __tracepoint_kvm_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1d013832 kvm_enable_efer_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1d1b139a __SCT__tp_func_kvm_avic_ga_log +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1db1c372 enable_vmware_backdoor +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1e193410 __tracepoint_kvm_nested_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1e221cc5 kvm_are_all_memslots_empty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1ef92b18 __tracepoint_kvm_vmgexit_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1efe836f __tracepoint_kvm_inj_virq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1f8e9483 __SCT__tp_func_kvm_avic_doorbell +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2168dd96 kvm_gpc_check +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x22a4b5c9 __tracepoint_kvm_vmgexit_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x23263c0a __traceiter_kvm_nested_vmenter_failed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x23aa3ead kvm_hv_assist_page_enabled +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x24c244df __kvm_is_valid_cr4 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x24d0e1d4 kvm_arch_end_assignment +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2510fc6d __SCT__tp_func_kvm_nested_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x25c07225 __traceiter_kvm_vmgexit_msr_protocol_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x26043c69 __tracepoint_kvm_write_tsc_offset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x267931d0 kvm_apic_match_dest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x26ea5b22 kvm_set_cr8 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2777b2a6 kvm_emulate_rdpmc +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x288603cc __SCK__tp_func_kvm_nested_vmexit_inject +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x29f606ca kvm_vcpu_read_guest_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2a010994 kvm_get_rflags +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2ac7516f kvm_io_bus_write +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2c512a2e kvm_vcpu_wake_up +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2c7fdde4 __tracepoint_kvm_nested_vmenter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2d82cc24 kvm_spec_ctrl_test_value +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2dca6a38 __SCK__tp_func_kvm_avic_incomplete_ipi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2f03bf5c __tracepoint_kvm_ple_window_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3071771d kvm_get_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x30bd7a83 kvm_flush_remote_tlbs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x30f82504 __tracepoint_kvm_invlpga +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3299512d __SCK__tp_func_kvm_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x388e0e10 __SCT__tp_func_kvm_pi_irte_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x390bac8a kvm_sev_es_string_io +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x39ba092c kvm_apic_update_ppr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x39e09043 kvm_fixup_and_inject_pf_error +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x39fd83db halt_poll_ns_shrink +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3aab07dc kvm_sev_es_mmio_read +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3ab2794c kvm_find_user_return_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3c7801a1 kvm_requeue_exception +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3d30f7fc kvm_get_running_vcpu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3d5c825f kvm_set_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3d93fb92 __traceiter_kvm_apicv_accept_irq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3e2226f7 handle_fastpath_set_msr_irqoff +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3f02b806 kvm_vcpu_mark_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3f337d1a kvm_init_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3f510ff5 kvm_has_noapic_vcpu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x40da6687 kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4141b8a0 kvm_vcpu_gfn_to_hva +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x41850b2f __SCK__tp_func_kvm_nested_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x41d00245 mark_page_dirty_in_slot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x42f913d5 __SCK__tp_func_kvm_fast_mmio +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x437de869 __tracepoint_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x44602ad4 kvm_emulate_wrmsr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x45e80fdf __traceiter_kvm_pi_irte_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x46f64073 kvm_lapic_expired_hv_timer +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4733bf8c __traceiter_kvm_avic_kick_vcpu_slowpath +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x47450f63 gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x47ff35e6 kvm_make_all_cpus_request +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x48644036 __SCT__tp_func_kvm_vmgexit_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x48ebd360 __SCK__tp_func_kvm_nested_vmenter_failed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4942be67 __SCT__tp_func_kvm_avic_incomplete_ipi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x499b5598 __SCK__tp_func_kvm_nested_intr_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x49b713f1 kvm_queue_exception_p +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x49d6f528 kvm_set_cr3 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4a1c261b __SCT__tp_func_kvm_invlpga +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4b35e1cc kvm_arch_unregister_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4c008aed kvm_get_linear_rip +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4d1099d9 kvm_gpc_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4e3fd1b4 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4efbbf18 __tracepoint_kvm_avic_doorbell +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5122f9b9 __SCK__tp_func_kvm_apicv_accept_irq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x51c12227 kvm_x86_vendor_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5231e042 kvm_vcpu_kick +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x52918bc5 kvm_deliver_exception_payload +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x52b90f1a kvm_vcpu_gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x52c9e741 gfn_to_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x52d6daf2 kvm_emulate_mwait +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x53d9f927 __SCT__kvm_x86_get_cs_db_l_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x55aeefb1 __tracepoint_kvm_nested_intercepts +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x55dae07d kvm_vcpu_write_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x588e030f __SCK__kvm_x86_cache_reg +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x59387ba3 __SCT__kvm_x86_cache_reg +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x59e640c0 halt_poll_ns +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5a3e86eb kvm_arch_no_poll +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5adfb3cc kvm_release_page_clean +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5bd877b8 kvm_apic_update_irr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5bf7cde0 kvm_mmu_set_ept_masks +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5c11e105 __traceiter_kvm_write_tsc_offset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5c7e9f84 __SCT__tp_func_kvm_apicv_accept_irq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5d90c423 kvm_read_l1_tsc +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5d996b31 kvm_set_cpu_caps +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5db78c79 kvm_post_set_cr4 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5df4e3f5 kvm_io_bus_get_dev +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5e25cd7d kvm_page_track_register_notifier +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5e8854d7 __kvm_request_immediate_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5f911332 __SCT__tp_func_kvm_avic_kick_vcpu_slowpath +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5fb8848b halt_poll_ns_grow_start +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6039d85f __tracepoint_kvm_pml_full +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x616e6c95 __SCT__tp_func_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x61758a54 kvm_write_guest_virt_system +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6219c3e7 __SCK__tp_func_kvm_vmgexit_msr_protocol_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6243ac82 __kvm_apic_update_irr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x62982188 kvm_read_guest_virt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x62e3c52c kvm_vcpu_read_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6303c089 kvm_calc_nested_tsc_offset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x633a5bb8 __kvm_vcpu_update_apicv +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6603c90b __SCK__tp_func_kvm_skinit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x66da57c9 kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x67544a0a gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x687b78fc kvm_x86_vendor_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6892e3c3 kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x691fc62e load_pdptrs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6ada8f59 kvm_mmu_set_mmio_spte_mask +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6b264539 kvm_lmsw +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6b514e82 kvm_inject_realmode_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6bc792a4 kvm_caps +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6be1c786 __tracepoint_kvm_avic_incomplete_ipi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6becaded __SCT__tp_func_kvm_inj_virq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6c95726c host_xss +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6d2c9437 __SCT__tp_func_kvm_nested_vmenter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6d88ac09 kvm_write_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6daeb420 __SCK__tp_func_kvm_pi_irte_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6e62a568 kvm_gpc_deactivate +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x702d2ed7 kvm_arch_start_assignment +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x709cd8cb kvm_spurious_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7180efa1 __SCK__tp_func_kvm_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x71f811c8 gfn_to_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x73c5ca76 kvm_update_dr7 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x74910627 __traceiter_kvm_nested_vmenter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7510a39a __traceiter_kvm_vmgexit_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x752c2b00 __traceiter_kvm_fast_mmio +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x76165057 kvm_requeue_exception_e +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x778e30b9 __SCT__tp_func_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x77afab35 __traceiter_kvm_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x77dd3dfd kvm_debugfs_dir +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x787bed07 kvm_load_host_xsave_state +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x794935d9 kvm_read_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7a3a0f8c __gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7afe324e halt_poll_ns_grow +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7c8463f2 __SCK__tp_func_kvm_vmgexit_msr_protocol_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7c94c99a kvm_release_pfn_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7d388af6 __SCK__tp_func_kvm_vmgexit_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7f51547e __traceiter_kvm_inj_virq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7f8f4b80 kvm_read_guest_offset_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7fe19488 kvm_add_user_return_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7ff2a104 __SCT__tp_func_kvm_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x81f309fe kvm_is_linear_rip +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x839a1120 kvm_set_or_clear_apicv_inhibit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x85541260 __SCK__tp_func_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8590395f kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x867c8dc0 __SCK__tp_func_kvm_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8700384d kvm_gpc_refresh +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x874e1c21 __SCK__tp_func_kvm_vmgexit_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8798307a gfn_to_pfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x88db8a28 __traceiter_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8a198ca1 kvm_vcpu_apicv_activated +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8a7fe54a __SCT__tp_func_kvm_vmgexit_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8af9bbac kvm_load_guest_xsave_state +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8b4ad8bf __x86_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8b618aa6 __SCT__tp_func_kvm_nested_vmexit_inject +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8d8671c0 kvm_arch_register_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8e0093dd kvm_apicv_activated +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8e5c7c75 __SCK__tp_func_kvm_ple_window_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8e89af12 kvm_set_rflags +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8f3a890e __traceiter_kvm_vmgexit_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x908839af kvm_get_kvm_safe +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x912a9286 __traceiter_kvm_nested_intr_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x91fb2d83 kvm_vcpu_read_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x92dfa998 kvm_fast_pio +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x932399bd __SCK__tp_func_kvm_pml_full +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x933d2bb4 kvm_apic_clear_irr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x93a3e40e __SCT__tp_func_kvm_ple_window_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x93c88f16 __SCK__tp_func_kvm_invlpga +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x941a306c kvm_handle_invalid_op +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x94de080b __tracepoint_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9605e153 kvm_prepare_emulation_failure_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x96d1589d kvm_gpc_activate +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x97cf4c6f kvm_emulate_halt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x98473d98 kvm_update_cpuid_runtime +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x986d66dd kvm_mtrr_get_guest_memory_type +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x98db16f7 kvm_lapic_set_eoi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9a466ce6 __SCK__tp_func_kvm_nested_vmenter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9acac928 __tracepoint_kvm_nested_vmenter_failed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9beff7c8 hv_flush_remote_tlbs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9cddee8c kvm_irq_has_notifier +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9cf59e7a allow_smaller_maxphyaddr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9db3acae kvm_read_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9e20b2bc __traceiter_kvm_avic_incomplete_ipi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9ee71faf gfn_to_hva +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9f215753 kvm_mmu_free_roots +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9f5b2e92 kvm_vcpu_map +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9f65bbe0 kvm_emulate_instruction +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9f68faa3 __traceiter_kvm_avic_unaccelerated_access +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9fac3111 file_is_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa05f53ac __kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa084bff8 kvm_set_msr_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa0a203d3 kvm_set_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa1c4231f kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa2a55b22 kvm_vcpu_reset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa308bceb kvm_init_shadow_ept_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa4852e20 mark_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa4afce8a handle_ud +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa588ef67 __SCT__tp_func_kvm_nested_intercepts +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa5acf6be kvm_get_cr8 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa65fe30e kvm_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa6a50230 __traceiter_kvm_nested_intercepts +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa7022320 __traceiter_kvm_avic_ga_log +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa8189f86 kvm_set_msi_irq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa84a2e73 __SCT__tp_func_kvm_write_tsc_offset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa8546bc8 __SCK__tp_func_kvm_write_tsc_offset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa8628273 kvm_get_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa901c40b kvm_apic_has_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaa010480 kvm_mmu_new_pgd +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaa3539ba kvm_get_msr_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xab69bb25 x86_decode_emulated_instruction +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaccd7a99 kvm_set_cr0 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xad3c69a0 kvm_wait_lapic_expire +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xada8a407 kvm_mmu_gva_to_gpa_write +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xafff1566 kvm_handle_memory_failure +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb3093a8d kvm_emulate_wbinvd +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb332b817 gfn_to_hva_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb532efc6 kvm_sev_es_mmio_write +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb614d49f kvm_pmu_trigger_event +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb679c955 kvm_emulate_hypercall +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb7224c74 __SCK__tp_func_kvm_avic_ga_log +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb7d981bc kvm_write_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb7f44aa4 kvm_vcpu_halt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb82c0987 enable_pmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb8863401 kvm_apic_set_eoi_accelerated +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb8d9164a kvm_inject_emulated_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb8f68bac __tracepoint_kvm_avic_unaccelerated_access +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb96af8be kvm_skip_emulated_instruction +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb96e9aa1 __traceiter_kvm_skinit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xba4c417e kvm_clear_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbab11732 kvm_mmu_gva_to_gpa_read +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbc752d7b kvm_init_shadow_npt_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbd9d6dfc kvm_mmu_set_me_spte_mask +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbfbfecde __tracepoint_kvm_vmgexit_msr_protocol_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbfe54211 kvm_emulate_rdmsr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc004b0cb kvm_release_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc071e99f __SCT__tp_func_kvm_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc48d5679 kvm_read_guest_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc5147737 kvm_put_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc60d7d0c __traceiter_kvm_pml_full +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc79cce59 kvm_apic_send_ipi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc7fe55ac __traceiter_kvm_avic_doorbell +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc8264b46 kvm_write_guest_offset_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc89904ec kvm_slot_page_track_remove_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc96d35f4 report_ignored_msrs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xca1bfb16 __tracepoint_kvm_avic_kick_vcpu_slowpath +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xca4174a3 kvm_post_set_cr0 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xccb3ce23 kvm_emulate_instruction_from_buffer +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcdf6a51a kvm_vcpu_write_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xce576a13 enable_apicv +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcee29747 __traceiter_kvm_nested_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xceef4a4f kvm_write_guest_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcf2f93a0 kvm_queue_exception_e +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd036d63c kvm_find_cpuid_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd09da48b __SCT__tp_func_kvm_nested_intr_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd1c3839c kvm_slot_page_track_add_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd247159c kvm_emulate_monitor +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd24fd40d kvm_emulate_xsetbv +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd3371cfe vcpu_put +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd475c188 kvm_pmu_cap +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd5842aa8 hv_track_root_tdp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd7d7939d __tracepoint_kvm_vmgexit_msr_protocol_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd83de4c7 kvm_mmu_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd895455c kvm_mmu_invalidate_addr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd8b792b9 __SCK__tp_func_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdb0d47ee kvm_vcpu_gfn_to_pfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdb970522 __tracepoint_kvm_pi_irte_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdbac3e82 hv_flush_remote_tlbs_range +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdc7369fe __traceiter_kvm_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdcc5bb04 kvm_hv_get_assist_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdcff794c kvm_mmu_reset_context +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdf72ae18 __tracepoint_kvm_apicv_accept_irq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdffae8d0 kvm_find_cpuid_entry_index +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe0e786a7 __SCT__tp_func_kvm_skinit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe306c38b kvm_require_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe4ff9d93 kvm_alloc_apic_access_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe93dfc8c __SCT__tp_func_kvm_nested_vmenter_failed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe9bdb2ab kvm_task_switch +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xea1814cd gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xea5cda33 __SCT__tp_func_kvm_fast_mmio +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xeaa9af69 __tracepoint_kvm_skinit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xede4c28d __SCK__tp_func_kvm_inj_virq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xedea416e kvm_get_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xef14fd98 kvm_calc_nested_tsc_multiplier +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xefee1d61 kvm_emulate_cpuid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf084b57d __SCT__tp_func_kvm_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf1607c60 kvm_mmu_free_guest_mode_roots +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf1ce1141 kvm_emulate_ap_reset_hold +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf26c0f10 kvm_apic_write_nodecode +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf2aa8568 kvm_cpu_get_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf2df48f3 __SCT__tp_func_kvm_pml_full +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf32dff97 __SCT__tp_func_kvm_avic_unaccelerated_access +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf4137725 kvm_emulate_invd +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf4dd7db3 kvm_msr_allowed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf4f12c98 __SCK__tp_func_kvm_nested_intercepts +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf516689b kvm_is_visible_gfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf543c32a kvm_complete_insn_gp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf54e2886 __SCT__tp_func_kvm_vmgexit_msr_protocol_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf59d6f11 kvm_vcpu_deliver_sipi_vector +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf5d50be8 kvm_handle_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf83434f6 __kvm_prepare_emulation_failure_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf8c06783 kvm_queue_exception +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf947d5ad kvm_cpu_has_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf95e5ef7 vcpu_load +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfaa35990 kvm_service_local_tlb_flush_requests +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfab33e4c enable_mmio_caching +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfca5248d kvm_vcpu_unmap +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfcaa4d15 kvm_lapic_readable_reg_mask +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfec8202a kvm_cpu_caps +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xff661c9e __tracepoint_kvm_entry +EXPORT_SYMBOL_GPL crypto/af_alg 0x04238f02 af_alg_get_rsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x0db34b59 af_alg_free_resources +EXPORT_SYMBOL_GPL crypto/af_alg 0x27e92408 af_alg_async_cb +EXPORT_SYMBOL_GPL crypto/af_alg 0x353a1701 af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x359e1e42 af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0x634264a9 af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x6d98741f af_alg_count_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x9f1ee671 af_alg_alloc_areq +EXPORT_SYMBOL_GPL crypto/af_alg 0xb64a87dc af_alg_sendmsg +EXPORT_SYMBOL_GPL crypto/af_alg 0xb8aaffab af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/af_alg 0xbd1024db af_alg_poll +EXPORT_SYMBOL_GPL crypto/af_alg 0xbfda49a5 af_alg_pull_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xd12df4bc af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0xe5b436b7 af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xe908b2ff af_alg_wmem_wakeup +EXPORT_SYMBOL_GPL crypto/af_alg 0xf6f839d6 af_alg_wait_for_data +EXPORT_SYMBOL_GPL crypto/aria_generic 0x4a61978a aria_encrypt +EXPORT_SYMBOL_GPL crypto/aria_generic 0x7d8298b5 aria_set_key +EXPORT_SYMBOL_GPL crypto/aria_generic 0xbdad6df6 aria_decrypt +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x5c27868a async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x1b3b4feb async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x6546c37c async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x0ba87ef4 async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0xf04fa147 async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x8f65298b async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xbeb1cb3d async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xce58745f async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xfdfed224 __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x3a785bf2 async_xor_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x640a1f14 async_xor_val_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x7a8ce0db async_xor +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xbead9f8a async_xor_offs +EXPORT_SYMBOL_GPL crypto/authenc 0x2479193e crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0xfb3a7dcb blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x0fe31913 cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x188d9d26 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0xef81a4af __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x2a4c514e cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x3dbae082 __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xcfce512f __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xd76a5716 __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast_common 0x5609ce41 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0x5b17be06 cast_s4 +EXPORT_SYMBOL_GPL crypto/cast_common 0xb9cba57f cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xbd3e7542 cast_s1 +EXPORT_SYMBOL_GPL crypto/cryptd 0x06b6f9f4 cryptd_free_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x11417802 cryptd_skcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x3d37f679 cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x47ce4eb5 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x50bb3df2 cryptd_aead_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x79f8f04e cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x993395b6 cryptd_ahash_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x9df5057e cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0xbe586310 cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0xbf0abd32 cryptd_alloc_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0xc1901ee7 cryptd_skcipher_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0xc6096ea7 cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0xf147ea96 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x0ee6323c crypto_engine_start +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x0f5cccea crypto_engine_alloc_init_and_set +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x1a752669 crypto_transfer_aead_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x343f339f crypto_transfer_kpp_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x3eaac0f8 crypto_finalize_akcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x4edaa9c5 crypto_engine_stop +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x5134dd10 crypto_finalize_kpp_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x5afc0b54 crypto_transfer_skcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x5be2a861 crypto_transfer_hash_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x740f9465 crypto_finalize_skcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x7d08010d crypto_engine_exit +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x909fa8f0 crypto_finalize_hash_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xaae6eef8 crypto_transfer_akcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xe314b0fe crypto_finalize_aead_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xf8bd8fac crypto_engine_alloc_init +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x00da696f simd_unregister_aeads +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x1f41fd22 simd_register_aeads_compat +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x2a0ccc91 simd_register_skciphers_compat +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x34a0b8bb simd_unregister_skciphers +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x504cb053 simd_aead_create_compat +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x66983e96 simd_skcipher_create +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x851c747c simd_aead_create +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x88638552 simd_skcipher_create_compat +EXPORT_SYMBOL_GPL crypto/crypto_simd 0xbfd26f15 simd_aead_free +EXPORT_SYMBOL_GPL crypto/crypto_simd 0xefe73979 simd_skcipher_free +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0x33b866ce crypto_ecdh_decode_key +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0x7475be8e crypto_ecdh_key_len +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0xb230d2ec crypto_ecdh_encode_key +EXPORT_SYMBOL_GPL crypto/polyval-generic 0x1936413e polyval_mul_non4k +EXPORT_SYMBOL_GPL crypto/polyval-generic 0x49dece42 polyval_update_non4k +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x4eb4c55e __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x621ad5cf serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xbcc074f3 __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xd4c9681a __serpent_setkey +EXPORT_SYMBOL_GPL crypto/sm2_generic 0x2e8920d5 sm2_compute_z_digest +EXPORT_SYMBOL_GPL crypto/sm3 0xa98edad1 sm3_update +EXPORT_SYMBOL_GPL crypto/sm3 0xf04338f9 sm3_final +EXPORT_SYMBOL_GPL crypto/sm3_generic 0x0bddca87 sm3_zero_message_hash +EXPORT_SYMBOL_GPL crypto/sm4 0x24e254e8 sm4_expandkey +EXPORT_SYMBOL_GPL crypto/sm4 0xfa81970e sm4_crypt_block +EXPORT_SYMBOL_GPL crypto/twofish_common 0xd2ac486d twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0xe22b7787 __twofish_setkey +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x08f0212d spk_set_num_var +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x15f7dfe6 spk_synth_flush +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x1a53a7c3 synth_remove +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x1e39eb14 synth_putws +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x247839aa spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x27f24dca spk_var_store +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x45eda959 spk_get_var +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x466f5eb7 synth_putwc +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x4b3c7fc5 spk_ttyio_release +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x5299cc81 spk_ttyio_synth_probe +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x5cd2e6ac spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x5fb6309a spk_do_catch_up_unicode +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x76d40046 synth_buffer_skip_nonlatin1 +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x84dad068 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8c82dfca synth_request_region +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8fe0db01 synth_putwc_s +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x9000e011 spk_ttyio_ops +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x98523154 spk_ttyio_synth_immediate +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xaadb0612 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xae8d3c90 spk_var_show +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xb35f2446 synth_current +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xb734cb9d speakup_event +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xbfdcac62 spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc319c604 synth_putws_s +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc58f6e50 spk_get_var_header +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc69cd8c4 synth_add +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd12d87d2 spk_synth_get_index +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd8fd86cf synth_release_region +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd93829dd speakup_info +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xe194d0ef synth_printf +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x0c347370 __acpi_nfit_notify +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x20979446 acpi_nfit_init +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x4639bcda acpi_nfit_shutdown +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x474eb137 acpi_nfit_ctl +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x499bbf57 nfit_get_smbios_id +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x5f390e09 acpi_nfit_desc_init +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x74e36139 __acpi_nvdimm_notify +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0x67927a0d platform_profile_notify +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0xbfe36436 platform_profile_remove +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0xcac33cd4 platform_profile_register +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0x1c8984c7 acpi_smbus_unregister_callback +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0x4f6c2360 acpi_smbus_read +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0x87bd07bd acpi_smbus_register_callback +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0x96eb492d acpi_smbus_write +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x05233d8b ahci_dev_classify +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x13111bf2 ahci_start_fis_rx +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x24762090 ahci_stop_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x286506f1 ahci_kick_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x44053940 ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5a92f9d0 ahci_port_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x631ee232 ahci_error_handler +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x6384acf5 ahci_init_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x77d210b7 ahci_qc_issue +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x7d6744d9 ahci_shost_groups +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x86cd81cb ahci_handle_port_intr +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x94848d27 ahci_sdev_groups +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x9b78e4d6 ahci_save_initial_config +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x9f63a2b1 ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xa16e9a21 ahci_reset_em +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xa40db752 ahci_check_ready +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xb771fe7d ahci_reset_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xb84df12f ahci_do_hardreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xda73f864 ahci_host_activate +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xe4a2ed6b ahci_print_info +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xec91f36a ahci_set_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xf1aed178 ahci_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xf2ba1daa ahci_do_softreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xf6f3166a ahci_start_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x02fa8951 ahci_platform_enable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x16f53e77 ahci_platform_assert_rsts +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x346c1841 ahci_platform_init_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x434ae4e5 ahci_platform_resume_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x439a26e7 ahci_platform_find_clk +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x4a9a6d04 ahci_platform_disable_regulators +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x5c434c24 ahci_platform_suspend +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x66b5a01d ahci_platform_get_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x6e63899b ahci_platform_enable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x727328d4 ahci_platform_disable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x82dd3431 ahci_platform_deassert_rsts +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x84c25b23 ahci_platform_disable_phys +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x98d2fa6c ahci_platform_enable_phys +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xbcf66e10 ahci_platform_enable_regulators +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xbdfa7e6f ahci_platform_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xc4f71a17 ahci_platform_suspend_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xd74a2218 ahci_platform_shutdown +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xd7dfc684 ahci_platform_disable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xe3760b79 ahci_platform_resume +EXPORT_SYMBOL_GPL drivers/ata/pata_parport/pata_parport 0x4d099b4a pata_parport_register_driver +EXPORT_SYMBOL_GPL drivers/ata/pata_parport/pata_parport 0x8f5576ab pata_parport_unregister_driver +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0x02ff9464 cfag12864b_isinited +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0x0ecb2e5d cfag12864b_disable +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0x305dc3c6 cfag12864b_isenabled +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0x3389f926 cfag12864b_enable +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0x9522a342 cfag12864b_getrate +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0xc48e9d95 cfag12864b_buffer +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0x09917359 charlcd_poke +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0x6fd9cc4a charlcd_register +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0x8b45326c charlcd_alloc +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0xd3e29970 charlcd_backlight +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0xf3304696 charlcd_free +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0xf883c540 charlcd_unregister +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x07b26ecc hd44780_common_gotoxy +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x1aa688fd hd44780_common_lines +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x23159a5b hd44780_common_clear_display +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x30e85287 hd44780_common_shift_display +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x36dc00a2 hd44780_common_print +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x3c4c183f hd44780_common_home +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x489c89e8 hd44780_common_redefine_char +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x64415593 hd44780_common_display +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x79e8e259 hd44780_common_alloc +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x8585e5fd hd44780_common_blink +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x8d4f3fa4 hd44780_common_init_display +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0xa22afdaa hd44780_common_cursor +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0xc369090d hd44780_common_shift_cursor +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0xf360d788 hd44780_common_fontsize +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x14102f23 ks0108_displaystate +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x48a70518 ks0108_writedata +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x4f506333 ks0108_startline +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x6edae968 ks0108_isinited +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xbf4774db ks0108_writecontrol +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xedde6df2 ks0108_page +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xfee8ef7b ks0108_address +EXPORT_SYMBOL_GPL drivers/auxdisplay/line-display 0x73d756e0 linedisp_register +EXPORT_SYMBOL_GPL drivers/auxdisplay/line-display 0xa110fd9d linedisp_unregister +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-i3c 0xe51bf225 __devm_regmap_init_i3c +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0xad090220 __regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0xf45d352d __devm_regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0x0199aea1 __devm_regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0xe0ab4a91 __regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0xac31c580 __regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0xc88cc3c2 __devm_regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x5fe8970a __devm_regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x9bb6b449 __regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0x04502331 __regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0x73cbb43f __devm_regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x38bedee8 __devm_regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x606bbb55 __regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x7697b3b3 __regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xcbbe1f8e __devm_regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0x00412d48 __devm_regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0xae41f1e8 __regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0ed1b85d bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1f3c0e56 bcma_chipco_b_mii_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2a6b1c0a bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3997e4ac bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x66daf097 __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6abc5b92 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6bfd9267 bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x760826d6 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x79ec5ad3 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8e675644 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x907d8f56 bcma_host_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x9c89c181 bcma_host_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x9edba174 bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa0d352d0 bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa3fe4467 bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa57d526b bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb114161d bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc381eabf bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xda5fd252 bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xdcc66302 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe5eeb8c2 bcma_host_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe9fa4c97 bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf49151a2 bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xff96d8ba bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x07fcdcb6 btbcm_setup_apple +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x38e9008d btbcm_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x4fc0280a btbcm_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x647cd805 btbcm_finalize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x813f5bdd btbcm_setup_patchram +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xa2ff939f btbcm_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xb456afe3 btbcm_read_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xb67e7de1 btbcm_write_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x02a99006 btintel_bootup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x0b7d5d35 btintel_secure_send_result +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x281b22c8 btintel_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x416611fb btintel_enter_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x594bf6fe btintel_regmap_init +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x5f83c6c1 btintel_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x60b1a0d0 btintel_read_boot_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x7a145695 btintel_set_quality_report +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x90e2791f btintel_set_diag +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x90e32c30 btintel_read_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xa933dbfd btintel_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xb184eb15 btintel_configure_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xc4b662a3 btintel_version_info +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xdda228ba btintel_send_intel_reset +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xe9267d01 btintel_load_ddc_config +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xec5ffb51 btintel_set_event_mask_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xfc3187f1 btintel_exit_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x1126b89f btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x443b1425 btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x44c54453 btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x4808995a btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x53eb8357 btmrvl_pscan_window_reporting +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x59cf879c btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x8e072195 btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x908cb3ad btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xac1319e8 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xc7d0b8ab btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xf5444bc6 btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x4a4b9b05 btmtk_setup_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x715279d7 btmtk_setup_firmware_79xx +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0xdea3cf40 btmtk_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x2b9f9b46 qca_set_bdaddr_rome +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x7dd0c5cf qca_read_soc_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x9c62329c qca_uart_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xce548ae8 qca_send_pre_shutdown_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xe08f0590 qca_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x7b075c90 btrtl_shutdown_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xa5b17670 btrtl_set_quirks +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xa8d38c2d btrtl_setup_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xaf78f260 btrtl_free +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xc349de5e btrtl_get_uart_settings +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xcb402c9d btrtl_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xf84bb58a btrtl_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x4cf86541 hci_uart_tx_wakeup +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xc5523842 hci_uart_unregister_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xc64279c7 hci_uart_register_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xdb9d6573 h4_recv_buf +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x324c4920 mhi_ep_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x52dd62e9 mhi_ep_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x89ca6880 mhi_ep_queue_is_empty +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xa41a80fa __mhi_ep_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xac8a2c51 mhi_ep_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xbd193810 mhi_ep_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xbd3d84c8 mhi_ep_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xc27e27b7 mhi_ep_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x0697ade3 mhi_get_mhi_state +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x132e9f2e mhi_queue_dma +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x13d2b251 mhi_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x1406b854 __mhi_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x29e8671c mhi_get_exec_env +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x2d83b95e mhi_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x3b6f804b mhi_prepare_for_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x3fd98c26 mhi_soc_reset +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x4abfe28c mhi_queue_is_full +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x5314f809 mhi_device_put +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x555a2f4b mhi_pm_resume_force +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x5db443a5 mhi_alloc_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x62d4af20 mhi_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x6a1ecec2 mhi_device_get_sync +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x6ed395f3 mhi_pm_suspend +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x6f416244 mhi_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x7b21069b mhi_pm_resume +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x8e75f207 mhi_unprepare_after_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x8ea123f7 mhi_get_free_desc_count +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x9d3a23f1 mhi_prepare_for_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xadcd6f2f mhi_free_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb16c8078 mhi_force_rddm_mode +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb6084cc2 mhi_queue_buf +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xbdc38982 mhi_notify +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xcabf47a0 mhi_download_rddm_image +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xd5f5f14b mhi_async_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xdbeb2e1f mhi_prepare_for_transfer_autoqueue +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xddb831f0 mhi_device_get +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xf8fd43da mhi_unprepare_from_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xf915b4a0 mhi_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0072284a comedi_bytes_per_scan_cmd +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x01970f4b comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x03f19552 comedi_buf_read_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x05fb4559 comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x06acdb50 comedi_timeout +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2de99729 comedi_nsamples_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x31daed38 comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x34b2b71d comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x3d604e5b comedi_nscans_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x3e47f8fa comedi_dev_put +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x408e7678 comedi_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x526e247f comedi_set_spriv_auto_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x54fd58e4 comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x570e88a9 comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x5729fa96 comedi_readback_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x821bde20 comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x87636476 comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8a36db59 comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8bfc0043 comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8c9263dc comedi_handle_events +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x92ec9701 comedi_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x96341ef5 comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x9b49e263 comedi_buf_write_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xa23d160e comedi_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xadc782ab comedi_alloc_subdev_readback +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb584cb58 comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb679cebc range_0_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb9edfd98 comedi_event +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbb52fc7f range_bipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbdbe75c6 range_unipolar2_5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xc163239c comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xc2def47d comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xd4b735e2 comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xd79b1b1e comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xe6d400da comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xeaea4600 comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xef004665 __comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xf3bb0501 comedi_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xfd3a4a01 comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x7e7beebd comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x864a3512 comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x92b1b866 comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x935dfa93 comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x94fa378a comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x96951bfc comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xb67b0280 comedi_pci_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xd2e229c6 comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0x2d825d3f comedi_pcmcia_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0x3e04d771 comedi_pcmcia_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0x3e4aa34b comedi_to_pcmcia_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0x595d3ddb comedi_pcmcia_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0x7f119d61 comedi_pcmcia_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0x88da83a5 comedi_pcmcia_enable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0xd7823a95 comedi_pcmcia_disable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x926cc2ea comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x94afabc2 comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x96b7e45e comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x9c4a90f0 comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xb0da3f82 comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xc1de0d3f comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0xebbf439d addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0x4f0e7775 amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0x671c718e amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_pc236_common 0x0d119194 amplc_pc236_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x117ad516 comedi_8254_status +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x148411c1 comedi_8254_set_mode +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x292cd4e7 comedi_8254_subdevice_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x310e3eca comedi_8254_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x414776e5 comedi_8254_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x4fd38220 comedi_8254_update_divisors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x5479e9d8 comedi_8254_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x66e62b38 comedi_8254_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x7bfcb450 comedi_8254_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x8d0d9f81 comedi_8254_pacer_enable +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xc9ef2350 comedi_8254_load +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xef290138 comedi_8254_set_busy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xf77c52c6 comedi_8254_cascade_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x3f592140 subdev_8255_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x9a528ff2 subdev_8255_regbase +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0xde4f1279 subdev_8255_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0x12fba874 comedi_isadma_disable +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0x4a17474e comedi_isadma_disable_on_sample +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0x9d1911ad comedi_isadma_poll +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0xadd9fd83 comedi_isadma_free +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0xb25afdd0 comedi_isadma_alloc +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0xca784d4b comedi_isadma_set_mode +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0xea878430 comedi_isadma_program +EXPORT_SYMBOL_GPL drivers/comedi/drivers/das08 0x3547e3ad das08_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x02e104b4 mite_buf_change +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x0b1187cd mite_ack_linkc +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x3908f0ba mite_prep_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x4ff6083e mite_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x573de649 mite_sync_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x60b16804 mite_free_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x633ad0e6 mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x6b8d0b57 mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x6f97adcf mite_dma_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x978d80ba mite_release_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x9d6984d8 mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xbe13fc4e mite_request_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xc3bc2fe0 mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xda4c8263 mite_done +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xe99a2f66 mite_init_ring_descriptors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xed557be0 mite_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0x7c115346 labpc_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0xc4761f78 labpc_common_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0x090ec067 labpc_handle_dma_status +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0x37b92299 labpc_drain_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0x410989da labpc_setup_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0x45d9f419 labpc_init_dma_chan +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0x921d8b45 labpc_free_dma_chan +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x076bc308 ni_find_route_source +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x0921123e ni_lookup_route_register +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x1facf7f8 ni_is_cmd_dest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x64443d67 ni_get_valid_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x6c18c54e ni_count_valid_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x85e75c94 ni_assign_device_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x863a306d ni_sort_device_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x8ab47ba4 ni_route_set_has_source +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x8f0f0901 ni_find_route_set +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0xb3e302a3 ni_route_to_register +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x03ef6939 ni_tio_unset_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x267a6de3 ni_tio_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x4e5e7b88 ni_tio_get_soft_copy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x731d7711 ni_tio_get_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x78bc2029 ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x8be7414a ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x9b1d3016 ni_tio_set_bits +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x9d13f88c ni_tio_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xa73ba239 ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xce313896 ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xd3908cb1 ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xe2304fa2 ni_tio_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xf0a72edc ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xf7aa89fa ni_tio_set_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xf967675e ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xfa8b94b4 ni_tio_set_gate_src_raw +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x00e59ca0 ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x330b397f ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x7c2b3ac5 ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xb6e79f5e ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xd4f2a93f ni_tio_acknowledge +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xebb0db1b ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x328dc9dd comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x495949bd comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x6c47a11c comedi_close +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xa2a90c4c comedi_open +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xa588763d comedi_dio_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xd6b918b2 comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xefbf2b16 comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/cpufreq/speedstep-lib 0x1b1f2bda speedstep_get_freqs +EXPORT_SYMBOL_GPL drivers/cpufreq/speedstep-lib 0x2b67f096 speedstep_get_frequency +EXPORT_SYMBOL_GPL drivers/cpufreq/speedstep-lib 0xd7ab2c0c speedstep_detect_processor +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x04773b60 ccp_present +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x2e6a6147 psp_copy_user_blob +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x3a1a3979 ccp_version +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x3e059f28 sev_guest_activate +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x4073e924 sev_guest_deactivate +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x62a4c845 ccp_enqueue_cmd +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x6ea40704 psp_ring_platform_doorbell +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x75073cf4 sev_issue_cmd_external_user +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x843d6541 sev_guest_decommission +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x8fac14a2 sev_guest_df_flush +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x91722dce sev_platform_status +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x98a356de psp_send_platform_access_msg +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0xd02e197f sev_platform_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x041afb5d adf_vf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x0593dc9e adf_dbgfs_exit +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x098a0d67 adf_disable_pf2vf_interrupts +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x0cbca32a adf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x1115bd97 adf_gen4_handle_pm_interrupt +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x1c758638 adf_gen2_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x2ad13312 adf_init_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x2b202d91 adf_cfg_get_param_value +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x2be4e269 adf_gen2_get_arb_info +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x300fc200 adf_init_arb +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x340c0e18 adf_cfg_dev_remove +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x34f011b5 adf_flush_vf_wq +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x365fb489 adf_gen2_get_num_accels +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3b2eb4ee adf_cfg_dev_add +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3dbb192b adf_dev_put +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3df7b32d adf_gen2_get_num_aes +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3e707f37 adf_gen2_get_admin_info +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x42cd75b9 adf_gen4_ring_pair_reset +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x45897341 adf_gen4_enable_pm +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x45f11d5c adf_devmgr_update_class_index +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x482b0155 adf_devmgr_rm_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x48d1bed2 adf_gen2_enable_ints +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x4b075c26 adf_dev_restart +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x4d37059e adf_gen2_cfg_iov_thds +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x4f7ce43f adf_disable_sriov +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x53f12985 adf_reset_sbr +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x570f3670 adf_cleanup_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5bed174b adf_send_admin_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5c86a8cf adf_gen4_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5d4c2296 adf_devmgr_in_reset +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5d978744 adf_pfvf_comms_disabled +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5fc2c0c1 adf_dev_down +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x6097d178 adf_reset_flr +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x691f1439 adf_dev_started +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x70c7c630 adf_devmgr_add_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x7746cf12 adf_exit_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x810e3550 adf_enable_vf2pf_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x84937a02 adf_exit_arb +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x89cc2c32 adf_err_handler +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x8c686d9e adf_vf2pf_notify_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x8cdf2e16 adf_gen2_dev_config +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x91aad134 adf_init_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x957d2b86 adf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x9ca1fbb1 adf_dev_up +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa5541897 adf_dev_get +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xab3fe99b adf_vf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xab5ec51f adf_cfg_section_add +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xb19d9e69 adf_gen2_get_accel_cap +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xbcfc3804 adf_gen4_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc501ac82 adf_gen4_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc73232bd adf_gen2_init_vf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xcc3b167a adf_clean_vf_map +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd64519f1 adf_gen2_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd6c5c9ed adf_cfg_add_key_value_param +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd8dc5310 adf_enable_pf2vf_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe22653d3 adf_dbgfs_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe327f1f1 adf_gen4_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe45f3512 adf_gen2_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe550c301 adf_devmgr_pci_to_accel_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xf1c98839 adf_dev_in_use +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xf810145a adf_sysfs_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xfa161e6c adf_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xfb371319 adf_vf2pf_notify_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xfc0f16f3 adf_gen2_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xff6652b8 adf_gen2_enable_error_correction +EXPORT_SYMBOL_GPL drivers/dca/dca 0x01a33ab9 dca_unregister_notify +EXPORT_SYMBOL_GPL drivers/dca/dca 0x36eee418 dca_add_requester +EXPORT_SYMBOL_GPL drivers/dca/dca 0x47b2c022 unregister_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0x64cc92c0 register_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0x7faeffc9 dca_remove_requester +EXPORT_SYMBOL_GPL drivers/dca/dca 0xaa634427 dca_get_tag +EXPORT_SYMBOL_GPL drivers/dca/dca 0xac34ecec dca_register_notify +EXPORT_SYMBOL_GPL drivers/dca/dca 0xaf3337e4 dca3_get_tag +EXPORT_SYMBOL_GPL drivers/dca/dca 0xce134277 alloc_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0xdf27707f free_dca_provider +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0x88a629d2 dw_edma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0x9c1eef68 dw_edma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x23c20517 dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x5a4382f8 do_dw_dma_enable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x69f87d6c idma32_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x82339e31 dw_dma_acpi_controller_free +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x8f49a2fd do_dw_dma_disable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x937cb950 dw_dma_acpi_controller_register +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xcb72b6a4 dw_dma_filter +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xd3ccc90a dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xecce0610 idma32_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0xb645ae49 hidma_mgmt_setup +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0xdf68ab78 hidma_mgmt_init_sys +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x0be1a4d8 amd_unregister_ecc_decoder +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x1d34e996 pp_msgs +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x8592d892 amd_register_ecc_decoder +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0x5f210f25 fw_card_read_cycle_time +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0x7f42faaa __fw_send_request +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xabb5547d fw_request_get_timestamp +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xe86fb5c7 fw_card_release +EXPORT_SYMBOL_GPL drivers/fpga/altera-pr-ip-core 0x85952727 alt_pr_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x15705223 dfl_fpga_port_ops_del +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x256a484a dfl_fpga_cdev_config_ports_vf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x27f5d453 dfl_fpga_cdev_release_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x37e97994 dfl_fpga_check_port_id +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x3be2afaf dfl_fpga_set_irq_triggers +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x4f046974 dfh_find_param +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x553b2582 dfl_fpga_cdev_config_ports_pf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x5577856f dfl_feature_ioctl_set_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x5bc8e424 dfl_fpga_cdev_assign_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x6cf1ee1c dfl_fpga_port_ops_get +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x6e1c91e6 dfl_fpga_enum_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x7e5bcd46 __dfl_fpga_cdev_find_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x8359625a dfl_fpga_dev_feature_uinit +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x87e0fe6f dfl_fpga_feature_devs_enumerate +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x9186b235 dfl_fpga_dev_ops_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xb1472bf6 dfl_fpga_feature_devs_remove +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xb804fac7 dfl_fpga_enum_info_add_dfl +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xcbeb241e dfl_fpga_enum_info_free +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xd50ea464 dfl_feature_ioctl_get_num_irqs +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xdd341d2f dfl_fpga_port_ops_put +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xe62d57b7 dfl_fpga_dev_feature_init +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xf893a7d1 dfl_fpga_port_ops_add +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xfb7bcfa2 dfl_fpga_dev_ops_unregister +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xff0ae023 dfl_fpga_enum_info_add_irq +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x0633c4b9 fpga_bridges_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x0b2b884c fpga_bridges_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x2c8167cf fpga_bridges_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x3caba8ad fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x3d0c345c fpga_bridge_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x4cd0ce06 fpga_bridge_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x52385ad9 of_fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x5b45e6fb fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x7492097b of_fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x7c58d47c fpga_bridge_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xbaacaa15 fpga_bridge_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xf424f75e fpga_bridge_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x1f4af30a devm_fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x2b431bf5 fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x2cf07b00 devm_fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x60902550 fpga_mgr_unlock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x6540d50c fpga_image_info_free +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x685ec193 fpga_mgr_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x6d0a1de4 fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x75310c50 fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x85ae9c9e fpga_mgr_lock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x94420d30 fpga_image_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xd4dc4927 fpga_mgr_load +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xed8542f8 of_fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xf2081a55 fpga_mgr_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x0cf75d82 fpga_region_class_find +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x36166715 fpga_region_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x53ed5cf9 fpga_region_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x61485b14 fpga_region_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xf34390c5 fpga_region_program_fpga +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x1df8dd91 gnss_deregister_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x5f2d1053 gnss_register_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x7e96d2f7 gnss_allocate_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x8102b4d9 gnss_put_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xaf23434f gnss_insert_raw +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x1240d0b2 gnss_serial_free +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x42d287e5 gnss_serial_deregister +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x7d65f81b gnss_serial_register +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xc5b35861 gnss_serial_allocate +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xfb048f49 gnss_serial_pm_ops +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x5d0e4276 idio_16_set +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x6495f119 idio_16_get_multiple +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x68830314 idio_16_state_init +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x70e2b625 idio_16_get +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0xae1139f5 idio_16_set_multiple +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x54092d51 __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x71b3619e __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x496ce291 gpio_regmap_get_drvdata +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0xb7066570 gpio_regmap_unregister +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0xc55143c6 devm_gpio_regmap_register +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0xe20ed180 gpio_regmap_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x136305aa analogix_dp_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x25a55aa2 analogix_dp_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x3c108e8e analogix_dp_resume +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x3ee0dd60 anx_dp_aux_transfer +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x86863afa analogix_dp_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x9bde7e27 analogix_dp_stop_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xaed5b067 analogix_dp_suspend +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xc417aa1b analogix_dp_start_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xdbdfa27e analogix_dp_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_display_helper 0x41c27b06 drm_hdcp_check_ksvs_revoked +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x1aeaf7e1 drmm_kstrdup +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x2221b874 drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x50c74591 accel_open +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x662ea1dc drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x66cf2f64 drm_display_mode_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x67f11e75 drm_bridge_hpd_notify +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x6bb58146 drm_bridge_get_modes +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x7174bd8a drm_gem_dumb_map_offset +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x7f234258 drm_crtc_add_crc_entry +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x8e208fde drm_bridge_detect +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x99aad92a drm_do_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xad885165 drm_bus_flags_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xb05beec8 drm_bridge_hpd_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xcd15e9c7 drm_bridge_hpd_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xe65e60c8 drm_bridge_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfe9f72f3 drm_display_mode_to_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x0d96d5f7 drm_gem_dma_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x150e5635 drm_fb_dma_get_gem_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x41e1f13f drm_gem_dma_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x536cfc79 drm_gem_dma_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x5413b65f drm_fb_dma_sync_non_coherent +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x56f888d9 drm_gem_dma_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x67860173 drm_gem_dma_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x9578f20c drm_fb_dma_get_gem_addr +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xb6b229ea drm_gem_dma_vmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xd14d19de drm_gem_dma_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xeeb3337d drm_gem_dma_dumb_create_internal +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xf9854afa drm_gem_dma_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x1ad2ac47 drm_gem_fb_create_with_dirty +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x22f4be05 drm_gem_fb_init_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x496c99d8 drm_gem_fb_get_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x51231af8 drm_gem_fb_afbc_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x845f3b05 drm_gem_fb_create_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x8a7fc5a8 drm_gem_fb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x984ed1e7 drm_bridge_connector_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xb623ce25 drm_gem_plane_helper_prepare_fb +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x05ff6827 drm_gem_shmem_get_pages_sgt +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x13bf0112 drm_gem_shmem_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x3a8addde drm_gem_shmem_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x64d28031 drm_gem_shmem_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x7aed3f6a drm_gem_shmem_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x7e0ff013 drm_gem_shmem_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x9c1d1818 drm_gem_shmem_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xca6ab316 drm_gem_shmem_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0x05876c69 i915_gpu_busy +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0x08a7896d i915_gpu_raise +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0x402468e9 i915_gpu_lower +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0x500858b9 i915_read_mch_val +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0xe7237b0b i915_gpu_turbo_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x6dd536b7 ssd130x_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x9a33f205 ssd130x_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0xc61ad25b ssd130x_shutdown +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x10d1b03e __SCT__tp_func_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x114eb218 gb_operation_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x15d1942f greybus_disabled +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x1949b13c gb_interface_request_mode_switch +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x1b988b22 __SCK__tp_func_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2416bf18 gb_connection_create_offloaded +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2546f7e8 gb_connection_disable_forced +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x278b8dfe gb_operation_request_send_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x286b96df gb_hd_output +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2b97f8c0 __tracepoint_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2e2190be gb_hd_shutdown +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2e472d39 gb_debugfs_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x30f2077b __tracepoint_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x368bfc37 gb_operation_unidirectional_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x40a63ddf __tracepoint_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x4729c469 gb_connection_latency_tag_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x4d9fcb07 gb_operation_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x4fb80915 gb_connection_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x567f9c57 gb_svc_intf_set_power_mode +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5ba3882a __SCK__tp_func_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5f19623d gb_operation_result +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x610c8d1c gb_connection_disable_rx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x699c7019 greybus_register_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6eba8223 __SCK__tp_func_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x70b6276f gb_connection_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x71257c27 gb_hd_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x72bdb2ce __tracepoint_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x78fedb98 __SCT__tp_func_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x7966033d __traceiter_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x79ed7ab9 gb_connection_latency_tag_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x7bdff212 gb_operation_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x83dc0521 __traceiter_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8c78a2c3 __tracepoint_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8db03e94 __traceiter_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x907f922e __SCK__tp_func_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x9701e324 gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x986897eb gb_connection_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa3c474ab __traceiter_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xadd7926d __SCT__tp_func_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xae877457 __SCT__tp_func_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb46b24d3 gb_operation_cancel +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbcd5652a gb_operation_get_payload_size_max +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbfb52284 __SCT__tp_func_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc1b5026a gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc33aacea gb_operation_request_send +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc46c8965 gb_hd_cport_reserve +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc856031d gb_hd_cport_release_reserved +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xcb8f187f __SCK__tp_func_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd0c9b30e gb_connection_destroy +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd0d21d10 gb_connection_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd86c3629 greybus_message_sent +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xdcabe202 greybus_data_rcvd +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xdcfcbcaf gb_operation_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xdfe75db4 __traceiter_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe0ded3ce gb_operation_response_alloc +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe64438b0 __tracepoint_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe6b45fb6 __SCT__tp_func_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xebcc65ed gb_connection_enable_tx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xeee7e769 __SCK__tp_func_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf36937b7 greybus_deregister_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf3e5c77a gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xfcf3a33e __traceiter_gb_hd_release +EXPORT_SYMBOL_GPL drivers/hid/hid 0x027f2866 hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x035b60a9 hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x06345dbd __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0635eeed hid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/hid 0x14f7a94a hid_compare_device_paths +EXPORT_SYMBOL_GPL drivers/hid/hid 0x17dfd3fb hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x19d52f1f hid_quirks_exit +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1a88535b hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1feb0bb4 hid_driver_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0x22363c69 hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3516b27e hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x35a9b17c hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3a244063 hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0x40a7d343 hid_match_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x508954be hid_match_id +EXPORT_SYMBOL_GPL drivers/hid/hid 0x57db4c5a hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5ac57609 hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x68e6b5c3 hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6948df8c hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6a7e4463 hid_setup_resolution_multiplier +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6b231c73 hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x721a2e68 hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7b16e365 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7bd7d974 hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x81c5f1f1 hid_hw_start +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8b13a8b8 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8caab794 hid_hw_raw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9aaa3490 hid_hw_open +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa45a7464 hid_hw_stop +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa9d50c3d hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0xae17fcc2 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0xae5cb164 hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb32193dc hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb772aa24 hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbf6d4371 hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc970c928 hid_hw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0xca5b9b7f hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcc3a7436 hid_hw_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd3e53924 hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd68cf52b hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd71ddc7c hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe4dc4023 hid_driver_suspend +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe9c3e2aa hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xedd0341d hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf133e598 hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf184d281 hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf1a9e05f hid_driver_reset_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf26b6729 hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf695822f hid_hw_close +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfa355613 hid_quirks_init +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfb711114 hid_field_extract +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfcd8c6c8 hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfde39dcf __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x3e4427c8 roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0xba7c9f95 roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x3720ff13 roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x5063de0a roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x51c0e757 roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xcfde430d roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xf29fc2c5 roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xff71c808 roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x11f65ff9 sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x1d89a0b2 hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x1e88b550 sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x500bbc80 sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x7e397d8c sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x8be082c1 sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xa2799c76 sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xc0a553be sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xd940e9dc sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0x0390e0e5 vivaldi_feature_mapping +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0x532a2d4b vivaldi_attribute_groups +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x2ec5b3eb i2c_hid_core_remove +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x56043d05 i2c_hid_core_shutdown +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x82ab70c5 i2c_hid_core_pm +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x9c466f8a i2c_hid_core_probe +EXPORT_SYMBOL_GPL drivers/hid/intel-ish-hid/intel-ishtp 0x43d19463 ishtp_wait_resume +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0x561b9958 surface_hid_device_destroy +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0xb36a526b surface_hid_pm_ops +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0xfc122d57 surface_hid_device_add +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x156c3a41 hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x273ccefd hid_is_usb +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x02173116 hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x0a61a11a hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x0d2dcf93 hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x4ef4b700 hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x71dfbe24 hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x77a40b50 hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x963b82b2 hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa8e0c156 hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb1efbfbd hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb4a6aee8 hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xc0527e02 hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd2d95307 hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd7a018ef hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xded06106 hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xe360266c hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf3fd1ca0 hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf7c0db2d hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x03e54369 vmbus_setevent +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x1800b866 vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x1a0a6194 vmbus_connection +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x2623deff vmbus_hvsock_device_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x31e2e77f vmbus_free_mmio +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x321055cb vmbus_prep_negotiate_resp +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x34c28cff vmbus_alloc_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x383f2cf4 vmbus_set_event +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x3bbecf94 vmbus_request_addr +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x3c6c778c vmbus_connect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x42db84c4 __hv_pkt_iter_next +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x46a417ca vmbus_proto_version +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x473677e7 vmbus_set_sc_create_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x4b2210b8 vmbus_send_tl_connect_request +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x4c8d11c7 vmbus_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x4ced1d52 hv_ringbuffer_spinlock_busy +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x54bc9fef vmbus_sendpacket_pagebuffer +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x56372356 hv_pkt_iter_first +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x5b538eb9 vmbus_disconnect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x5ce5e343 vmbus_teardown_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x638f19e2 hv_pkt_iter_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x674e657e hv_ringbuffer_get_debuginfo +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x770a53ca vmbus_next_request_id +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x7c88129f __vmbus_driver_register +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x80e32a81 vmbus_send_modifychannel +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xa686d2b1 vmbus_free_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xad11287d vmbus_set_chn_rescind_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xb65a6478 vmbus_sendpacket_mpb_desc +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xb9f72155 __vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xbca88ab0 vmbus_establish_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xc6f288cd vmbus_allocate_mmio +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xc9bf4a00 vmbus_driver_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xf1d4691e vmbus_open +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xf8e66e9d vmbus_recvpacket_raw +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0xd95e174f adt7x10_probe +EXPORT_SYMBOL_GPL drivers/hwmon/ltc2947-core 0x5cbb5274 ltc2947_core_probe +EXPORT_SYMBOL_GPL drivers/hwmon/ltc2947-core 0xbc54f93e ltc2947_of_match +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x0d51745a nct6775_update_device +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x15f4becc nct6775_show_alarm +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x1cf161c7 nct6775_probe +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x270c9ca6 nct6775_show_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x55494cd7 nct6775_store_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xe8569050 nct6775_reg_is_word_sized +EXPORT_SYMBOL_GPL drivers/hwmon/occ/occ-hwmon-common 0x814e1bf7 occ_shutdown +EXPORT_SYMBOL_GPL drivers/hwmon/occ/occ-hwmon-common 0xee883435 occ_setup +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x13f442f4 intel_th_trace_switch +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x1c25f884 intel_th_free +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x3c7e76e1 intel_th_driver_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x5298842c intel_th_trace_disable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x72dfb627 intel_th_alloc +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x8432535c intel_th_output_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xb7171690 intel_th_trace_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xc1975996 intel_th_set_output +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xf254e8e7 intel_th_driver_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x1efa3b1d intel_th_msu_buffer_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xf8bc0c0c intel_th_msc_window_unlock +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xfb81b89e intel_th_msu_buffer_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x1737a754 stm_data_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x19cc7e31 stm_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x52c94a46 stm_source_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x767f089e to_pdrv_policy_node +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x7d193055 stm_source_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x9ea9b41e stm_unregister_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xa0b8fa95 stm_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xce1d487b stm_source_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xdc2b331c stm_register_protocol +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x47000167 amd_mp2_find_device +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x559d5f0d amd_mp2_register_cb +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0xadd56398 amd_mp2_rw_timeout +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0xb7952e4b amd_mp2_unregister_cb +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0xc1bb9801 amd_mp2_bus_enable_set +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0xd22bbde7 amd_mp2_rw +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0xde6ecd59 amd_mp2_process_event +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-ccgx-ucsi 0x977f078d i2c_new_ccgx_ucsi +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-nforce2 0x51f5f226 nforce2_smbus +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x2da0c9d0 i2c_root_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x61a0753d i2c_mux_alloc +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x6ba280e6 i2c_mux_add_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x98d20c28 i2c_mux_del_adapters +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x02947d17 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x887fb995 i2c_register_spd +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x077511a3 i3c_master_queue_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x102d851e i3c_device_request_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x1080cdd6 i3c_master_register +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x14563439 i3c_device_do_setdasa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x18f97ed8 i3c_device_free_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x193754d7 i3c_generic_ibi_alloc_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x3301bdda i3c_master_get_free_addr +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x386848ed i3c_device_enable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x3a1a9a69 i3c_device_disable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x65e7cd19 i3c_master_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x74d45ce6 i3c_device_do_priv_xfers +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x76fe3e05 i3c_generic_ibi_free_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x81c707f0 i3c_generic_ibi_get_free_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x96ca86ac i3c_device_get_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xb3574264 i3c_generic_ibi_recycle_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xb6906c3a i3c_master_disec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xbb67ca63 i3c_master_do_daa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xbbb69306 i3c_master_defslvs_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xc63ba685 i3c_master_add_i3c_dev_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xd73a90d6 i3cdev_to_dev +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xdbefe7e6 i3c_master_entdaa_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xdd5904a1 i3c_master_set_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xe98826bd i3c_device_match_id +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xea41a906 i3c_driver_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xf6e95377 i3c_driver_register_with_owner +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xffd9bcd8 i3c_master_enec_locked +EXPORT_SYMBOL_GPL drivers/i3c/master/dw-i3c-master 0x1cd2a983 dw_i3c_common_remove +EXPORT_SYMBOL_GPL drivers/i3c/master/dw-i3c-master 0x46b37a08 dw_i3c_common_probe +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x04ea0423 iio_channel_cb_get_iio_dev +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x2469c1be iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x267c0508 iio_channel_release_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x2a1fab3c iio_channel_stop_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x9acf62ab iio_channel_cb_set_buffer_watermark +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0xde6ab036 iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x0b664d8a iio_dma_buffer_request_update +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x0ecf8a8a iio_dma_buffer_block_list_abort +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x141127f4 iio_dma_buffer_read +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x15041fa6 iio_dma_buffer_set_bytes_per_datum +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x1fb75852 iio_dma_buffer_disable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x27a07327 iio_dma_buffer_data_available +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x686ba9b7 iio_dma_buffer_block_done +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x73221154 iio_dma_buffer_set_length +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x7a2d187f iio_dma_buffer_exit +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xc24a7a01 iio_dma_buffer_init +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xea3a105b iio_dma_buffer_release +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xf269beaf iio_dma_buffer_enable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dmaengine 0x62e15a0d devm_iio_dmaengine_buffer_setup +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x3391543d iio_hw_consumer_disable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x51e71d42 devm_iio_hw_consumer_alloc +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x9671bc15 iio_hw_consumer_free +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0xbf358fa9 iio_hw_consumer_enable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0xcffecaf5 iio_hw_consumer_alloc +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-triggered-buffer 0x1337a192 devm_iio_triggered_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/buffer/kfifo_buf 0xc3ae6857 devm_iio_kfifo_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x0a688b57 cros_ec_sensors_read_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x2b8bd86c cros_ec_sensors_core_init +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x403aab79 cros_ec_sensors_core_register +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x9971dac4 cros_ec_sensors_capture +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xa91a16b2 cros_ec_sensors_core_write +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xc1973484 cros_ec_sensors_read_lpc +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xd1496d42 cros_ec_sensors_core_read_avail +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xd84efe4a cros_ec_sensors_push_data +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xde4fe906 cros_ec_sensors_ext_info +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xe64a443b cros_ec_motion_send_host_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xed1a8bb6 cros_ec_sensors_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xf176498a cros_ec_sensors_core_read +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x09b35ca8 bmg160_core_remove +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x58e572a9 bmg160_core_probe +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x6695e6ae bmg160_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/imu/fxos8700_core 0x809f226b fxos8700_core_probe +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x03972850 iio_device_claim_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x067fd3b7 iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x07ff88ee iio_read_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x09c1298a devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x18d831dd iio_validate_own_trigger +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x198c1af1 iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1afcb254 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1caa53f1 devm_iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1f530a87 iio_get_channel_ext_info_count +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1f74f162 iio_device_id +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x205bf797 iio_read_channel_processed_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2662bacf iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x28c00793 iio_device_release_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x346819ef iio_buffer_enabled +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x365cb91a devm_iio_trigger_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4303f40c iio_device_get_current_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x495a24a3 iio_device_release_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4dce7dd4 iio_format_value +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5796da57 iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5d953dc4 iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x620d0b60 iio_device_claim_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6349eefc iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x638aeaba devm_iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6e290fab iio_write_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x70bbd65d iio_write_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x76a968cc __devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7a5580eb iio_show_mount_matrix +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7fbe08ca iio_read_channel_offset +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x802877a0 iio_read_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x808a63f6 iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x812a5917 iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x87557a00 fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x88cf4221 iio_read_avail_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8af646fb iio_read_max_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8c63a12d __devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8d15d038 iio_read_avail_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8f826e5e iio_get_debugfs_dentry +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x910ea26c iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa9a65a03 iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xaf4aca07 devm_fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb1e51a1c devm_iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb3778f76 iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbc6c8ea8 iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbcb76e29 iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcd1fd699 iio_device_attach_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcf2f75f1 iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd43bcd02 iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd8feee73 iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xddd92b30 iio_push_to_buffers_with_ts_unaligned +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe19298a3 iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe62b1616 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe977071b iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf7b04ba3 iio_pop_from_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfa0339d6 iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfea5eea3 iio_write_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xff411050 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x194fe961 rtrs_iu_post_send +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x32f1c2fc rtrs_send_hb_ack +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x79bdefc1 rtrs_iu_post_rdma_write_imm +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x7d26a00d rtrs_iu_post_recv +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x86c85202 rtrs_iu_alloc +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x8d5e0ac2 rtrs_start_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xa4cfe59f rtrs_stop_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xac7c4168 rtrs_init_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xb1f5d468 rtrs_iu_free +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xc219a918 rtrs_post_recv_empty +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xd0378595 rtrs_cq_qp_create +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xe3177a14 rtrs_cq_qp_destroy +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0x216490d5 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0x7a120fce matrix_keypad_parse_properties +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x12e9a30f adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x6e5984e6 adxl34x_pm +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xec511022 adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x09236224 rmi_2d_sensor_configure_input +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x0a9f6cc4 rmi_2d_sensor_abs_process +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x24e56216 rmi_register_transport_device +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x2de11d79 rmi_dbg +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x38be2adc __rmi_register_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x401da463 rmi_2d_sensor_abs_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x6fb6791f rmi_unregister_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x773e55ac rmi_driver_resume +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xb11ce13f rmi_set_attn_data +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xb2b5e260 rmi_2d_sensor_of_probe +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xdc7d5697 rmi_of_property_read_u32 +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xeb263189 rmi_driver_suspend +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xeb30449a rmi_2d_sensor_rel_report +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x4af4fd96 cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x76a68e3c cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xecfb219a cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x222d1806 cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x637ecd31 cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x30c4d11b cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0xbba0d658 cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x90ea9deb tsc200x_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xa13dcac7 tsc200x_regmap_config +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xe9d49801 tsc200x_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xf21008de tsc200x_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x01ff05a4 wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x0c9e6f0f wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x13a5d814 wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x25844fab wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x32614dbe wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x4633dc40 wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x51ae1c5f wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x80ba019b wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x8de9563d wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x9d041cc1 wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xb66c2c71 wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xdc63a8c0 wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x1820b3e3 ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x18e1b427 ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x38088abf ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x4e092f19 ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x810246cc ipack_device_init +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x9cd5c75d ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xc0d45d8f ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xd79f0ee4 ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xda568740 ipack_driver_register +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x17a8aff8 led_set_flash_timeout +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xaea0a7ef led_set_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xceebd474 led_update_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xdd8db71f led_get_flash_fault +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xe603b879 devm_led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xe72c7b4d led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xf6d80356 led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xfa9d6cab devm_led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x29822585 led_mc_calc_color_components +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x3f324ece led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x485e0b94 devm_led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x731a44dd devm_led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x7ef5902e led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/simple/simatic-ipc-leds-gpio-core 0x923299b5 simatic_ipc_leds_gpio_remove +EXPORT_SYMBOL_GPL drivers/leds/simple/simatic-ipc-leds-gpio-core 0xd0656a80 simatic_ipc_leds_gpio_probe +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-audio 0x3bd45b0d ledtrig_audio_set +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-audio 0xce593c22 ledtrig_audio_get +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-camera 0x749e05f2 ledtrig_flash_ctrl +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-camera 0x7903e46e ledtrig_torch_ctrl +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x07024217 __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x086212b9 __traceiter_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x09e758c2 __traceiter_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0d0cfc04 __traceiter_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0db57cb8 __traceiter_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x120605bc __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x13e59285 __traceiter_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x13ec75c1 __SCK__tp_func_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x17a83e40 __traceiter_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1b264e9b __SCK__tp_func_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1c599ebe __traceiter_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x21b87a42 __SCT__tp_func_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x22f0e4c5 __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x25a9b8d6 __SCK__tp_func_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x25cacb14 __SCT__tp_func_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2766fb04 __traceiter_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2833ccd5 __SCK__tp_func_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x287090dc __SCT__tp_func_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x297e0da3 __SCT__tp_func_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x300c8ff4 __SCT__tp_func_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x36f317a4 __SCT__tp_func_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3d1136c4 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3ebe814d __SCK__tp_func_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x42ab2003 __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x43417f93 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4543b49b __SCT__tp_func_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x489f9a52 __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4f46dfd5 __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4f93ced2 __traceiter_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5343449b __SCK__tp_func_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x59aecfc9 __SCK__tp_func_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5ad447e5 __traceiter_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5b993b99 __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5c0590bc __SCK__tp_func_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5dd80bd5 __SCT__tp_func_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x60cddd4b __SCK__tp_func_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x629c9180 __SCT__tp_func_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x63d0afd4 __SCK__tp_func_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x64e39418 __traceiter_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x658dec30 __traceiter_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6677ebf0 __SCT__tp_func_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x69087abd __SCK__tp_func_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6fb5dad5 __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x71c5525b __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x752f7fa4 __SCT__tp_func_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x76846000 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x772c51f0 __traceiter_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x787810b2 __SCT__tp_func_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7e9d0b23 __SCK__tp_func_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7f252e00 __SCT__tp_func_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x817ad796 __SCT__tp_func_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x822db771 __SCT__tp_func_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x82bc815d __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x861c8d01 __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x866bf16d __SCK__tp_func_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x897eb85e __SCK__tp_func_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8e0180fa __traceiter_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8e491014 __SCK__tp_func_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8fc0d5b9 __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x968438f2 __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x96b36ac5 __traceiter_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x972aa384 __SCT__tp_func_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x97a2dd52 __SCK__tp_func_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9c844137 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9d28d153 __SCT__tp_func_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9dfff45d __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9f419f04 __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa023258e __SCK__tp_func_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa158dfce __traceiter_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa15bd7c4 __SCT__tp_func_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa72e2de9 __SCK__tp_func_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa784e073 __SCT__tp_func_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa80c6beb __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xabdb4a1d __traceiter_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xad6440b4 __traceiter_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xaec7edb1 __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb3aeeefe __SCK__tp_func_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb3fede89 __traceiter_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb5a62a8c __traceiter_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb7e5379d __SCT__tp_func_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb8e13461 __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb8f7fc54 __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbd96be94 __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbe20e3d9 __SCK__tp_func_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc134fb68 __SCK__tp_func_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc294873d __SCK__tp_func_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc3356895 __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc36892e6 __traceiter_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc5ce034a __traceiter_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc6811cc0 __traceiter_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc73e0c99 __SCT__tp_func_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc92bb63a __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xce451ad8 __SCT__tp_func_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd2dc3729 __traceiter_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd30206ff __SCT__tp_func_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd500202c __SCK__tp_func_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd7a376b3 __SCT__tp_func_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd7a7fbec __SCT__tp_func_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd87c74c8 __SCK__tp_func_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdb0682eb __SCT__tp_func_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdd7ca68a __SCK__tp_func_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xde0cc065 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xde79688d __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdff39f6d __SCK__tp_func_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe570d4da __SCK__tp_func_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe70dd01a __SCK__tp_func_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe831ceed __SCK__tp_func_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xec29e22a __traceiter_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xed07a83c __traceiter_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xedf90bb3 __SCT__tp_func_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xeef15966 __traceiter_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf1f00213 __traceiter_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf340c53f __SCK__tp_func_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf49ad5ff __SCK__tp_func_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf57f81ae __SCT__tp_func_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf7a5edc7 __SCT__tp_func_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfb767f16 __SCT__tp_func_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfcdff93b __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfce50f42 __traceiter_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfce76b1e __SCT__tp_func_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfdbb03cf __traceiter_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfdeed87c __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfe6cbc1d __traceiter_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfea2ac1d __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x17dd39d6 dm_deferred_set_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2d97c2e4 dm_cell_unlock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2eb01e04 dm_deferred_set_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2f1c3162 dm_cell_put_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x310cbabe dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x4a1970f8 dm_cell_lock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x4da9aae9 dm_cell_lock_promote_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x69a4aad2 dm_cell_get_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x753e20b2 dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x7affbfd4 dm_bio_prison_alloc_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x813e2cdf dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x8b458934 dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x9385ab52 dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xa0ecb5b9 dm_cell_quiesce_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xa8b3d161 dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xace9b57b dm_bio_prison_destroy_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb6bfc6c6 dm_cell_visit_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb6d5c65d dm_deferred_set_add_work +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb70b342a dm_bio_prison_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xbcbc0233 dm_bio_prison_free_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xccec66b7 dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd99e003d dm_bio_prison_create_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xdafa53a0 dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xf1b11b17 dm_cell_promote_or_release +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x24772bfe dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x2e0774dc dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x656100cc dm_bufio_client_reset +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6a2f40e1 dm_bufio_mark_partial_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6aebce95 dm_bufio_issue_discard +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6cdb2d56 dm_bufio_prefetch +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d3f57bd dm_bufio_get_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d83826d dm_bufio_get_block_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x74dcd98c dm_bufio_get_aux_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x867e87eb dm_bufio_get_dm_io_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x91f00abc dm_bufio_set_minimum_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa82b2066 dm_bufio_write_dirty_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xb04f56ab dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc0d7df85 dm_bufio_new +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xcd2ba798 dm_bufio_forget +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd991e3b9 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe6024e59 dm_bufio_release +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xebcc64a4 dm_bufio_get_block_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xeca7949e dm_bufio_client_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xed3283a4 dm_bufio_set_sector_offset +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xf241a6eb dm_bufio_forget_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xf32ba071 dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x0efbca4c btracker_promotion_already_present +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x1c852cab btracker_nr_demotions_queued +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x23ddc5ab dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x2da919d9 dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x37ef59a5 dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x481a0b15 btracker_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x4becb830 dm_cache_policy_get_hint_size +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x50b3c64c dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x5adc2807 btracker_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x65eea825 btracker_nr_writebacks_queued +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x71e4feab dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x87bee547 btracker_queue +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa2365f44 btracker_issue +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa7eadcb5 btracker_complete +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xf9f3e74b dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xbe7f2856 dm_register_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xfe09b6e3 dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x01d2f9ac dm_rh_recovery_start +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x2020d12a dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x38972f23 dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x38efaf5a dm_region_hash_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x3a18389a dm_rh_update_states +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x57e16c3e dm_rh_get_state +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x5f4a6e61 dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7774620f dm_rh_stop_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d053fc5 dm_rh_start_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d5e1815 dm_rh_get_region_key +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x8c9aa653 dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x9d507c4a dm_rh_inc_pending +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa53387c7 dm_rh_flush +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa83588eb dm_rh_recovery_end +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xbe38a431 dm_rh_recovery_prepare +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd8aa4284 dm_rh_region_context +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xdf3ea002 dm_region_hash_create +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xeb9bfb46 dm_rh_delay +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf92b8a3d dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfd93482e dm_rh_recovery_in_flight +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfdd28dee dm_rh_bio_to_region +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0054f69d dm_tm_pre_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x01f7c2b0 dm_btree_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0211c39e dm_tm_with_runs +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x07ed9022 dm_bitset_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x088a5b30 dm_btree_find_lowest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0cf7c42f dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0d251167 dm_array_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x109eae1f dm_btree_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x15a2bf57 dm_btree_lookup_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1ae16d40 dm_tm_dec_range +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1d0d53f7 dm_array_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x219520ec dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2842d760 dm_bitset_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2bc1a8d9 dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2f40da68 dm_bm_set_read_write +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x30c37cc0 dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x32bf4f4b dm_bitset_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3646e38f dm_tm_issue_prefetches +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3896f8d8 dm_array_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x38d53eec dm_array_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ad0f55b dm_bm_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ae50a4a dm_tm_inc_range +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40720a25 dm_bitset_set_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x418204e4 dm_array_set_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x46c56110 dm_bitset_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x48e323be dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4f2c653e dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4f477261 dm_bm_checksum +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x51005cef dm_bitset_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5375ca71 dm_bm_write_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5475ba9e dm_block_location +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x563946a0 dm_btree_remove_leaves +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5b04d3fe dm_bitset_clear_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x67c6c5b9 dm_array_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x68f34c27 dm_array_cursor_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6bfa88c8 dm_bitset_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6c600395 dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6fac2256 dm_array_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x703aa099 dm_block_manager_reset +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x72289260 dm_block_manager_destroy +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7612cd9c dm_bm_block_size +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x79bdc649 dm_sm_disk_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7ade1071 dm_tm_destroy +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7b047bd9 dm_tm_create_non_blocking_clone +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7b6b3af5 dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x836693c5 dm_disk_bitset_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x87419c51 dm_array_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x87c934be dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x88295b96 dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x8e057e61 dm_array_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x900896b9 dm_btree_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x91baa32f dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9290e07a dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x932a6ffc dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x94daa188 dm_bitset_cursor_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x95a52abd dm_bm_is_read_only +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9718cffa dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9e798e22 dm_bm_set_read_only +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa0bc1801 dm_btree_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa99029b9 dm_bitset_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb940af6a dm_array_info_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbdde4031 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd017c9c7 dm_array_new +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd8682982 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xdb2c8e97 dm_btree_lookup +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xdf3a4e7d dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe07a2542 dm_bitset_new +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe0e68183 dm_array_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe781f874 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xecc1aeba dm_bitset_test_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xedf5036f dm_bitset_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf2b4509a dm_btree_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf71f197e dm_btree_cursor_next +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x16ee8366 cec_notifier_parse_hdmi_phandle +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x2be77093 cec_transmit_msg +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x2ff4753c cec_s_conn_info +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x5f0fe064 cec_delete_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x6a7fe47c cec_register_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x6bd42fe9 cec_transmit_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x6dc07c29 cec_pin_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x72070f7f cec_unregister_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x73581d76 cec_pin_changed +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x7bdf140c cec_queue_pin_cec_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x7d99b847 cec_received_msg_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x804842db cec_s_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x833af310 cec_fill_conn_info_from_drm +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xa01fbb6b cec_notifier_set_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xa13a650b cec_s_log_addrs +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xaee236c6 cec_notifier_conn_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xbe06c5e9 cec_s_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xbe4de675 cec_get_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xc0905553 cec_queue_pin_hpd_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xc16f2887 cec_notifier_set_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xe4b7f669 cec_notifier_cec_adap_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xe80f3893 cec_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xe9cab9dc cec_notifier_cec_adap_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xf0e06213 cec_notifier_conn_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xf9c98692 cec_queue_pin_5v_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xfc800b84 cec_transmit_attempt_done_ts +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x0d5a2b28 saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x42b63615 saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x5579216e saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x774dc0ba saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x85ef4606 saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xa17169a1 saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xa84798df saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xc8748879 saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xd78c0a01 saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xf128498a saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x1f9bcd23 saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x625b4218 saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x63aded68 saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x8147cbed saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xd8a3bec8 saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x0893c3a3 smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x20793278 smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x34bf0e61 smscore_translate_msg +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x37d91069 smsendian_handle_tx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x45284ae9 smsendian_handle_rx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x5d144d57 smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x5fc2ce3d sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x6bde6197 smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x74ee9098 sms_board_load_modules +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x764a1ba4 sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7c576277 smsendian_handle_message_header +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x81598216 sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x844539ae sms_get_board +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x99a81ab3 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9be22119 smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9d636f68 smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9e83553c sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xb126415c smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xb31d12e6 sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbdfc1bf9 smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc835c6ec smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc9b7bd2b smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xcf0b0e7d smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xe7595db3 smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/uvc 0x08c5db3e uvc_format_by_guid +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x040dc7cd tpg_aspect_strings +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x21bfae4e tpg_gen_text +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x4a738cc1 tpg_g_interleaved_plane +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x7e83543f tpg_s_crop_compose +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x80aaf962 tpg_g_color_order +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xa8a3f406 tpg_free +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xaa5503d9 tpg_set_font +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xb052969d tpg_init +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xbbc315dd tpg_update_mv_step +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xcaede3e2 tpg_fill_plane_buffer +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xce8159bb tpg_pattern_strings +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xe2169014 tpg_log_status +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xe6f04b89 tpg_alloc +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xe7ee5819 tpg_s_fourcc +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xf064e392 tpg_fillbuffer +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xf7a5f765 tpg_calc_text_basep +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xf7ec0949 tpg_reset_source +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x085897cf vb2_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x0b6ff44c __SCK__tp_func_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x1863e9e4 __tracepoint_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x2586b02f vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x2b5551d5 __SCT__tp_func_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x2f677ed3 vb2_request_object_is_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x2ff07580 vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x33531d56 vb2_core_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x33a0c06e vb2_core_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x3772a0f4 vb2_core_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x4ed3fb1b __SCT__tp_func_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x55aaf6c1 vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x6021cba2 __traceiter_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x6701c5a0 vb2_core_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x68d11f14 vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x69ccd64a __traceiter_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x7322ad4b vb2_core_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x779fee09 __tracepoint_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x7a6615a3 vb2_core_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x7b773561 __traceiter_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x7e2cf4f0 vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x9b1a6d10 vb2_core_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x9badb3c6 vb2_core_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xa82c3c4a vb2_request_buffer_cnt +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xa96f2e30 __SCK__tp_func_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xadb8dc5a __SCK__tp_func_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xafa56b35 __tracepoint_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb3bc9691 vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc54c863e __SCT__tp_func_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc669d4e3 vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc7920841 __SCT__tp_func_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xd6511390 __tracepoint_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xdb5b4f17 vb2_core_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xdc172773 vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xddab9c2d __SCK__tp_func_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xdeec96a3 __traceiter_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xdeeffe78 vb2_core_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe4aa315a vb2_core_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe8ae12cc vb2_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xeb3d1598 vb2_core_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf84518ab vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0x4b7bcd9a vb2_dma_contig_set_max_seg_size +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0xee0d4fc5 vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-sg 0x5fcbd5b7 vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-memops 0x5a5a7813 vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x02d16edd vb2_request_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x0488865c vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x0913a939 vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x0e40695a vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x18d734d2 vb2_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x23fc3583 _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x25099524 vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x2a331263 vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x41864be1 vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x4d9aa7c5 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x4e75529f vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x5a74f6fd vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x5adf6e91 vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x5c1fc373 vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x5e7287c4 vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x6e2b6fd7 vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x794e15af vb2_queue_change_type +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x8a9b2048 vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x8d02989d vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x8d5e78c9 vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x91fc0879 vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xa6a6c98f vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xb1e0c563 vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xb2eef992 vb2_queue_init_name +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xb9c490c9 vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xc0440e36 vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xce23ce87 vb2_find_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xda2c4fa3 vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xdce1a560 vb2_request_validate +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xec849576 vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xf0360666 vb2_video_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xf2986075 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xf57cbcb4 vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xf69683b4 vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-vmalloc 0x2c8797c7 vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x3b3037d2 dvb_module_probe +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x73ec2f4f dvb_module_release +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0xe7a7781c dvb_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/as102_fe 0xf2cb057f as102_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ascot2e 0xef7b4eeb ascot2e_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/atbm8830 0xa8bede70 atbm8830_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/au8522_dig 0xcec15d2a au8522_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/bcm3510 0xf1d5db3c bcm3510_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx22700 0x255c5617 cx22700_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx22702 0x191c8875 cx22702_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24110 0x8152c1b8 cx24110_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24113 0x5f53f89f cx24113_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24116 0xef135489 cx24116_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0x6a2245bf cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24120 0x3027dba1 cx24120_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24123 0x6c67c137 cx24123_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2820r 0x0311f7d6 cxd2820r_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2841er 0x10ebb58b cxd2841er_attach_s +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2841er 0x2136d755 cxd2841er_attach_t_c +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2880/cxd2880 0xc0ca5690 cxd2880_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0070 0x43544da4 dib0070_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0090 0xc6fad5ec dib0090_register +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0090 0xd835563e dib0090_fw_register +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib3000mb 0x127acb30 dib3000mb_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib3000mc 0x92db33e2 dib3000mc_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib7000m 0xc8c2ca74 dib7000m_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib7000p 0x71120432 dib7000p_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib8000 0x987653d3 dib8000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib9000 0x12957442 dib9000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0xd2deec76 drx39xxj_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drxd 0x9e59e393 drxd_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drxk 0x4bf12d6f drxk_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ds3000 0xf8b6677f ds3000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dvb-pll 0xc8136fe4 dvb_pll_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ec100 0xe185ed3c ec100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/gp8psk-fe 0x069dfed4 gp8psk_fe_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/helene 0x26483462 helene_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/helene 0x975d64a9 helene_attach_s +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/horus3a 0x6af8b9a3 horus3a_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6405 0xdf8f9dd2 isl6405_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6421 0x21ea8b46 isl6421_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6423 0xd1a0fad7 isl6423_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/itd1000 0xf162f1a4 itd1000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ix2505v 0xa2709629 ix2505v_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/l64781 0xc1029c6a l64781_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lg2160 0xb984c290 lg2160_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt3305 0x9f438a3f lgdt3305_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt3306a 0x3ebc69ad lgdt3306a_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt330x 0xe7fc1b43 lgdt330x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgs8gxx 0xa36cc0b0 lgs8gxx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbh25 0xc6527d14 lnbh25_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp21 0xab62b5d5 lnbp21_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp21 0xad145603 lnbh24_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp22 0x378fbdc7 lnbp22_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/m88ds3103 0xad669c2f m88ds3103_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/m88rs2000 0xfc01b61b m88rs2000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mb86a16 0xbd868248 mb86a16_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mb86a20s 0x30a5253b mb86a20s_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mt312 0x223d07da mt312_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mt352 0x41a09db9 mt352_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mxl5xx 0x2f3c84a5 mxl5xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/nxt200x 0x3a22d090 nxt200x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/nxt6000 0xb8b40d09 nxt6000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/or51132 0xccae1846 or51132_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/or51211 0x6585d29a or51211_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1409 0x6acbbfa1 s5h1409_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1411 0xc400ee08 s5h1411_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1420 0xd442dcbc s5h1420_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1432 0x4a02a297 s5h1432_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s921 0xccdb17ca s921_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/si21xx 0x1851d5a5 si21xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/sp887x 0x5d6ec035 sp887x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb0899 0x73f218d1 stb0899_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb6000 0xf0bbce3e stb6000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb6100 0x9dabf449 stb6100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0288 0xf5294a1e stv0288_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0297 0x1d561b9e stv0297_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0299 0x40de9f84 stv0299_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0x248e7ece stv0367cab_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0x57fa2dab stv0367ddb_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0xf032cb8c stv0367ter_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0900 0x789f505c stv0900_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv090x 0x5e31d231 stv090x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0910 0xded3eeee stv0910_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6110 0xfe8de247 stv6110_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6110x 0x5d78d751 stv6110x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6111 0xe52574af stv6111_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10021 0x762984c0 tda10021_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10023 0xfb2b8398 tda10023_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10048 0x0461f4b2 tda10048_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda1004x 0x01d2d9b2 tda10046_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda1004x 0xf5b10fe8 tda10045_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10086 0x4df9e7a8 tda10086_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0x4bf0a8bb tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda665x 0xcb4e0dcc tda665x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda8083 0x3a2d8ec6 tda8083_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda8261 0xe9d8e2fc tda8261_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda826x 0x9e68f0e2 tda826x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ts2020 0xb92bb743 ts2020_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tua6100 0x56813b5b tua6100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ves1820 0xf2e7be95 ves1820_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ves1x93 0x787edb59 ves1x93_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10036 0x52437c44 zl10036_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10039 0xd68fa390 zl10039_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10353 0x75e28f3f zl10353_attach +EXPORT_SYMBOL_GPL drivers/media/i2c/aptina-pll 0x295ce80f aptina_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/ccs-pll 0xa229b685 ccs_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x011965b9 max9271_enable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x1428a8cc max9271_configure_i2c +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x1f46be27 max9271_set_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x245e7d9e max9271_clear_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x31a76e4d max9271_verify_id +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x79ee40eb max9271_set_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x9ba59f62 max9271_disable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xac598377 max9271_wake_up +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xb5e90648 max9271_set_deserializer_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xe3d7d79b max9271_set_serial_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xfba9ea39 max9271_set_high_threshold +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xfcdabe3e max9271_set_translation +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xfd48d020 max9271_configure_gmsl_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x03e60310 media_create_pad_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x083ef105 __media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0857dd82 media_pad_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x10e85be6 media_devnode_create +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1320a55a media_create_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x17bf9b49 media_pad_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x18ac80dd media_graph_walk_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x25c425f9 media_device_unregister_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x27da632e __media_device_usb_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2be7fbd5 media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x33d32ad3 media_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x38142252 media_request_object_unbind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x38c0eec6 __media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3d270629 media_entity_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x4ccf9ba5 media_request_object_bind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x50ee5112 media_request_object_find +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5196adf9 media_device_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x55e54e53 __media_entity_next_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x58cc634b __media_pipeline_pad_iter_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x61bd14c6 __media_pipeline_entity_iter_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x65dd67e0 media_pipeline_entity_iter_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x67f23bdc media_device_register_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6ae3036c media_entity_pads_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x709c5c9b media_request_get_by_fd +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x779a3001 __media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7c95519b media_pad_remote_pad_first +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7feb58a5 media_pipeline_entity_iter_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x809a6547 media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x87ef3b9c media_get_pad_index +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x963c1f13 media_request_object_complete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x96e00782 media_device_pci_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x982c4a87 __media_device_register +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9a912a4d media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9e1a81c2 media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa4725486 media_entity_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa976ed2f media_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xae13b89d media_request_object_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xafa80aa9 media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb32f7299 __media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb6d04834 media_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb9ecc935 media_device_delete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbae1982a media_create_pad_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbd0537c7 media_request_object_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbf77c534 media_request_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc3421995 media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc8aa3a65 media_devnode_remove +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc9391355 media_create_ancillary_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xca0afd84 media_device_usb_allocate +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xcd73c944 media_entity_enum_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd0814999 media_graph_walk_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd180a5f6 media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd63143d7 media_entity_get_fwnode_pad +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xdacf1ca3 media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe1e84965 __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe5ceecd6 media_entity_enum_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe8538888 media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf0993bc5 media_device_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf0d6d36f __media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xfb41b927 media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/pci/bt8xx/dst 0x15ed4382 dst_attach +EXPORT_SYMBOL_GPL drivers/media/pci/bt8xx/dst_ca 0x683fce54 dst_ca_attach +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0xaca498c3 cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/ddbridge/ddbridge-dummy-fe 0x2ec3d287 ddbridge_dummy_fe_qam_attach +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0f8f486f mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x17437bb4 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x1d3481ee mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x26d28ce6 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x2ab001bb mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x340cd21f mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x377471b0 mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x3d038bea mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x42cd9518 mantis_input_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x469d273d mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x4b692189 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x5534ecb2 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x75cdeea7 mantis_input_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x8eedce04 mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xaa983dc5 mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xaedac400 mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc79167cc mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xdddeadf8 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xfe8971bc mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1414d0e1 saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1f0c07c0 saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x20708a14 saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x30ba2f94 saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x365c24a1 saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x3a9e79bd saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x4905fa0d saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x4b64f756 saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x4f792bab saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8aee781c saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8f1be037 saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8f779c01 saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x99d222c2 saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x9e9ea64f saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa44eb593 saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb6d29bf5 saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd95ba659 saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xdcd7f1ff saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xf394b6f2 saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x4d6461d0 ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x4fc4f048 ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x732786e9 ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7ff5bfb5 ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x95972269 ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xd6dfdb10 ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xebf2e2a6 ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x3f3e70d1 mccic_suspend +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x5a91a071 mccic_shutdown +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x70e96a8c mccic_register +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x9c369550 mccic_irq +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xa25b137e mccic_resume +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x1ea79806 radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xeaf3216b radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x7adc5252 si470x_start +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x86ed5b9b si470x_viddev_template +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xa8558f59 si470x_set_freq +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xad02911e si470x_ctrl_ops +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xb822cbd6 si470x_stop +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x06114457 ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x124e6ae5 ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x1629801d rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2aa16690 rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2ed90ced rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x5070e55f devm_rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x5969a002 rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x63e705c4 devm_rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x7128661f lirc_scancode_event +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x84ba78c3 ir_raw_event_store_with_timeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x88f56a7d rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x8d8365df rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x9036d289 ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x9283bc6f rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x9ca855d8 ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb381067b rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb960f15c rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xda8f316b rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe9ef4d62 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xfc5d3079 rc_map_get +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xffc68854 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0011 0x6b66a382 fc0011_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0012 0x3d7b51ae fc0012_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0013 0xd1d7e9fd fc0013_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/max2165 0x404de231 max2165_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mc44s803 0xa5e33fd7 mc44s803_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2060 0x9e472f33 mt2060_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0x0cd3f604 mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0x58032a70 microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2131 0x11884e9a mt2131_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2266 0x093cf15c mt2266_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5005s 0x80ca86bb mxl5005s_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0x83294a36 mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/qt1010 0x2496342c qt1010_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0x003de278 r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18218 0x1384cf86 tda18218_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0xcb3960eb tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0x0def8b79 tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x6e6a7183 tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xfb4442a9 tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0x1e4d83f5 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x38ac853a tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x9e6c7aa2 tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x44d2594a tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x4b5e503d tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0x809d0d40 simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc2028 0x12d3f66e xc2028_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc4000 0x87dbb38d xc4000_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc5000 0x4cd53ca8 xc5000_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x0037cd85 cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x014e2811 cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x05825df8 cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x15810fe9 cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x15d5a59b cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x2bb47efb cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x3b8f7237 cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x4487b254 cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x4804cf50 cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x65823a56 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x698c2e3d cx231xx_get_i2c_adap +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x708756cd cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9026ec7c cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x986821c3 cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9a7e1c6c cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xad874220 cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xb944128a is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xc0b1b037 cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xcf24914e cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xfebd2d1b cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0xff85feeb mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0xe6b328db mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x0023f227 em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x06384d04 em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x0fe44566 em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x1c446667 em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x23870f0d em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x2fe542a8 em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x3598d787 em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x3f82bb94 em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x48409e56 em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x549f1c3e em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x5806e23d em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x62b66e20 em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6b92aa4a em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x721f7cc7 em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x87469352 em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x921d7c65 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xb295583e em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xc09f3401 em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xc0bfb5ae em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xcb1b20af em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x085b37cc __v4l2_async_nf_add_i2c +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x21c0cefa __v4l2_async_nf_add_fwnode_remote +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xaf82ec6a __v4l2_async_nf_add_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xd32c6dd8 __v4l2_async_nf_add_fwnode +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xf464e15b v4l2_async_nf_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x01612c0b v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x08402862 v4l2_print_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x0958448b v4l2_set_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x0af3d134 v4l2_valid_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x2bf67def v4l2_calc_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x370cfe6e v4l2_dv_timings_presets +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x3aa68d7a v4l2_find_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x4839762f v4l2_calc_timeperframe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x7b6ac78f v4l2_phys_addr_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x8f8d4341 v4l2_get_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x922ecd29 v4l2_enum_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xa22fbfeb v4l2_hdmi_rx_colorimetry +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xa97e00eb v4l2_detect_cvt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xae575c8f v4l2_phys_addr_for_input +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xd034392d v4l2_match_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xf56238f4 v4l2_find_dv_timings_cea861_vic +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xff585440 v4l2_dv_timings_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0x594f7e0d v4l2_flash_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0x7fe4f9f6 v4l2_flash_indicator_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0x96a0b8bf v4l2_flash_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x1361a05f v4l2_fwnode_device_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x24205e4f v4l2_fwnode_endpoint_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x2834adb2 v4l2_fwnode_parse_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x417922e0 v4l2_fwnode_connector_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x43aafccd v4l2_fwnode_put_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x612ddce5 v4l2_fwnode_connector_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x7980399a v4l2_fwnode_endpoint_alloc_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xab8e88a4 v4l2_fwnode_connector_add_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xb807c849 v4l2_async_register_subdev_sensor +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xe7914d2a v4l2_async_nf_parse_fwnode_endpoints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xe8a8304a v4l2_fwnode_endpoint_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0267e081 v4l2_m2m_update_stop_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x03e453e0 v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1ce2df44 v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x27d40903 v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x29753380 v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2d1002bc v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x303a0714 v4l2_m2m_ioctl_stateless_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x32b2ea10 v4l2_m2m_ioctl_stateless_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3895804e v4l2_m2m_ioctl_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x39c3d0a7 v4l2_m2m_ioctl_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4c892aab v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x50a4b1a8 v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x666ab0e3 v4l2_m2m_ioctl_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6ab0dc28 v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6dbfa75d v4l2_m2m_try_schedule +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x716e93e3 v4l2_m2m_buf_remove_by_idx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x730f2eae v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7541363d v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x76044c29 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7617d02a v4l2_m2m_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7adb3790 v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x81274bff v4l2_m2m_last_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x84f1cdfc v4l2_m2m_request_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8a894cc9 v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8b89a9b9 v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x91036e85 v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x95b2d9a3 v4l2_m2m_buf_copy_metadata +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9aeeb425 v4l2_m2m_register_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa18fc2b0 v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xacc8f46e v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xada9c4ff v4l2_m2m_last_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xaf806b2a v4l2_m2m_update_start_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb10ff3bb v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb80ecdc3 v4l2_m2m_ioctl_try_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc5119504 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6411977 v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc8782383 v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd09790aa v4l2_m2m_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe0920043 v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe89ecf6e v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xed5e288a v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xee2a3d65 v4l2_m2m_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xee96502f v4l2_m2m_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf13ff84d v4l2_m2m_unregister_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf4502e35 v4l2_m2m_buf_remove_by_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xfdad20c4 v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x027207b7 videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x075b47ac __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x143e662b videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x21c673d9 videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2e02abd0 videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x3bbe2a9b videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x3fcd78e6 videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x484f975e videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x56f9a134 videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x57004e6c videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6b51f942 videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8315b04f videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8897958b videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8d0a927a videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x9574717b videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x958b9121 videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x96164fca videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x9db6525f videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xaaa125f2 videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc576b32c videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd12a5fb8 videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xdf4cd5fc videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xef6436b8 videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xfbca76ff videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x0439d5aa videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x1496142b videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x542372f8 videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x553a86d0 videobuf_sg_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xfbb76a15 videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0403920f __tracepoint_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x04ad227a v4l2_compat_ioctl32 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0d76895a v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x197f5830 v4l_disable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1c3a795f __v4l2_subdev_init_finalize +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1fb4160e v4l2_subdev_get_fwnode_pad_1_to_1 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x224ce666 v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2315cac1 v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2400ed51 v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2673a0e8 __tracepoint_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x29c31f75 v4l2_ctrl_request_hdl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2a8c0064 v4l2_subdev_get_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2c1b02db v4l2_subdev_set_routing +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2d5a13ff v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2eb55b32 v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x320620b0 v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x32c7f88b __video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3445a20c v4l2_subdev_get_privacy_led +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x350edd1f v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x35d4fb99 v4l2_subdev_notify_event +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x38140273 v4l2_subdev_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x397f8e91 v4l2_subdev_s_stream_helper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3be607fd v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3d728ff1 v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4030f2df __v4l2_ctrl_handler_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x451a5c02 v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x464d3259 __tracepoint_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x46b5527c __tracepoint_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x475bad78 __v4l2_subdev_state_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x47e2d01b __SCK__tp_func_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4894cd55 v4l2_subdev_state_xlate_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4c35e452 v4l2_get_link_freq +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5074e573 v4l2_fraction_to_interval +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5139bb8b v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x516ffeca v4l2_subdev_put_privacy_led +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x54d17394 v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x575623e7 v4l2_ctrl_request_hdl_ctrl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5b0fd5c1 v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5c2c6743 __SCK__tp_func_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5f638dd7 v4l2_subdev_set_routing_with_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x65d7839c v4l2_subdev_state_get_opposite_stream_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x67715615 v4l2_create_fwnode_links +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x697d73b3 v4l_vb2q_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6aa5439d v4l2_pipeline_pm_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6abc65ba __traceiter_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6d3d6bc6 __SCT__tp_func_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6e7de0b0 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6e9acc41 v4l2_fill_pixfmt_mp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6f3bde93 v4l2_event_wake_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x719eaf27 v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x762e5ffc __traceiter_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x78adda51 v4l2_i2c_subdev_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7aff7eaa __SCK__tp_func_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7e6b5313 v4l2_subdev_routing_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7ee46e92 v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x81811cda v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x84352715 __traceiter_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8523eadf __traceiter_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x85d4d38d v4l2_mc_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8a0d60cc v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8c3d44b0 v4l2_subdev_disable_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8efc5756 v4l2_subdev_enable_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9df1fc65 v4l2_g_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9ec3306d v4l_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9fef35ac v4l2_apply_frmsize_constraints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa1893d14 __SCT__tp_func_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa1d12d1d v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa4f81a89 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa92b58b1 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xad5c3c93 v4l2_simplify_fraction +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xad7dc422 v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xae20b99d v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xae3dd8d6 __v4l2_subdev_next_active_route +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xaff56be9 v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb5a337db v4l2_subdev_state_get_stream_compose +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb99c3cfc v4l2_s_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbbc55fc9 v4l2_pipeline_pm_get +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbc027017 v4l2_pipeline_link_notify +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbd4d6ce5 v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc469c39e video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc86897a7 v4l2_subdev_state_get_stream_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc8dd867f __SCT__tp_func_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcb0b13b4 v4l2_subdev_has_pad_interdep +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcc501597 v4l2_fill_pixfmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcd0e35fb __video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcf754c8f v4l2_subdev_routing_find_opposite_end +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd541e31a __SCT__tp_func_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd5f1ee06 v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd6986946 v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd8f56449 video_device_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdb02e9c9 v4l2_create_fwnode_links_to_pad +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdb0df61a __v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdc281a87 video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdcd9970c v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xde6e37d9 __v4l2_subdev_state_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdec39e3b __SCK__tp_func_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdee7eee4 v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe2822320 __v4l2_find_nearest_size +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe9e6da3f v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xed6c9ccf v4l2_subdev_state_get_stream_crop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xeef8f83c v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf65f7c49 video_device_pipeline +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x35d9b101 pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x64eee8fc pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xfd355aa6 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x02b2fecf cs47l24_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x117180e2 wm8997_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x1949d8fa wm5110_revd_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x283c8998 arizona_set_irq_wake +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x2e420441 wm5110_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x3501187e wm5110_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x39419a43 wm8997_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x43b55254 wm5110_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x43f694a8 arizona_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x4eb5bd48 arizona_clk32k_enable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x659ca44d arizona_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x6d7ac50d wm5110_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x81db47c4 wm8998_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x895d67a4 cs47l24_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x8b900644 arizona_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x90299130 wm5102_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xa6ab92f1 wm8997_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xbb88a192 arizona_request_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xc898b415 arizona_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xd311507c wm5102_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xd3fee6a6 wm5110_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xda26ad66 arizona_clk32k_disable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xdc528049 cs47l24_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xdfbe649b wm8997_aod +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0x340d3183 atc260x_match_device +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0x46c4e2d3 atc260x_device_probe +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x04552f20 da9150_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x06e8ef1a da9150_bulk_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x7a741f3e da9150_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xa753ca33 da9150_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xb34a44c2 da9150_read_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xbfca6a72 da9150_write_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xe5439eb8 da9150_bulk_write +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0x2ab87f52 intel_lpss_remove +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0x30ecf672 intel_lpss_resume +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0x79e50d2d intel_lpss_prepare +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0xbc1b95a5 intel_lpss_suspend +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0xc428889a intel_lpss_probe +EXPORT_SYMBOL_GPL drivers/mfd/intel_pmc_bxt 0x1ab75205 intel_pmc_gcr_read64 +EXPORT_SYMBOL_GPL drivers/mfd/intel_pmc_bxt 0x7d744b28 intel_pmc_s0ix_counter_read +EXPORT_SYMBOL_GPL drivers/mfd/intel_pmc_bxt 0xf08f19eb intel_pmc_gcr_update +EXPORT_SYMBOL_GPL drivers/mfd/iqs62x 0xa436f4de iqs62x_events +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x0978cbbd kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x64445f18 kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x73355af4 kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x91966cc6 kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xaa27f866 kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xb6f9c18e kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xbe4ee8ee kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xce8d7c70 kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x14ff986c lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x1c8d8aa4 lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x75ac6691 lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x1de93528 lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xb46cf788 lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xc6bca559 lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xd1825449 lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xdf302dea lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xf10e19be lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xf9f0a523 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x09b94036 lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x9476edfe lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xbc9f7649 lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0264a788 cs47l92_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x02697bc8 cs47l92_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0dc3b835 madera_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0f379262 madera_of_match +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x13b84f2f cs47l35_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x1f4250bd cs47l35_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x1f4f8cfd cs47l35_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x2d30cbc5 cs47l85_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x2d3d1785 cs47l85_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x35e5bc75 cs47l90_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x35e86035 cs47l90_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x4151ba84 cs47l92_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x415c66c4 cs47l92_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x5c774db1 cs47l35_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x5c7a91f1 cs47l35_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x5f875f32 madera_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x6995e5a9 cs47l85_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x6e05d6c9 cs47l85_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x6e080a89 cs47l85_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x76d0a179 cs47l90_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x76dd7d39 cs47l90_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x96b4e77d cs47l15_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x96b93b3d cs47l15_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xa1ede8d7 cs47l92_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xccac3797 cs47l15_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xd57a937b cs47l90_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xd581fa71 cs47l15_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xd58c2631 cs47l15_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xebe384cb madera_name_from_type +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xee62a0c5 madera_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x5e4348a4 mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x749cdeca mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x83ce16ab mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x91c1e3c3 mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x9551a204 mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xc3745d8b mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x05723fa6 pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x060f9fb5 pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x173825b7 pcf50633_pm +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x1c55e5a0 pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x21cd0c33 pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x50b7685f pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x5684862f pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xbda2d383 pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xe13d5163 pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xeff84396 pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xf58cb0ac pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xf757f136 pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x35c643ad pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0xaf45e806 pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x2c744280 pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x4a7e7ee9 pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x5719d854 pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xae7494cc pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xd7684519 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x43e53ef9 rave_sp_exec +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0xfdc9e5b3 devm_rave_sp_register_event_notifier +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x56d1a8c5 retu_read +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0xa074c8b6 retu_write +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x01e8fd19 si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x078c9339 si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x160b6c84 si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1fda992a si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x20ee2a48 si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2600679f si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x26744ada si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x28b586e1 si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3a673d00 si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3b7e0e58 si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x45f2efef si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4e8bb5e4 si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x58f736e5 si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x61ed0fd4 si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x62f2bfea si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x672ff894 si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x673ac91b si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6bdb9226 si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6d755a28 si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x80279320 si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x83022259 si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x86c19419 si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9758083b si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa2e219ec si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xadb89f5d si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb1ad330d si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb4db33b1 si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb7f4a0c3 devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc57cdc63 si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd9f01202 si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe060ff33 si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe0e81cbd si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe9477aa1 si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xeccab836 si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x4e4f2f05 sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x5d0d60bf sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x77b53e4f sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x9cb6a73e sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xa48be65e sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x3e337bd8 am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x55be169a am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x55f17736 am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xc12cda01 am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/tps6594-core 0x981bc7c8 tps6594_device_init +EXPORT_SYMBOL_GPL drivers/mfd/tps6594-core 0xc463bd5b tps6594_is_volatile_reg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x34bb3b50 alcor_write16 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x70204900 alcor_read8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x8db0eb03 alcor_read32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xc03396b1 alcor_read32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xdd4a9e61 alcor_write32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xe774ef16 alcor_write8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xf950a663 alcor_write32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x13adf52f rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x1dece55d rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x1fb6381e rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x2d257e07 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x336dc632 rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x4c90d463 rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x6139b53e rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x6202e4db rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x78afb95b rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7f228d43 rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x838234a5 rtsx_pci_dma_map_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xa06c1901 rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xa20b573e rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xa34b9fe3 rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb26816ea rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb7e45041 rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xca3846ee rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xcc57066a rtsx_pci_dma_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xda826d95 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xdb981f3e rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xe26273b0 rtsx_pci_dma_unmap_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xe5f94fa4 rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xeb885525 rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xf4a982c3 rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x13c24581 rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x2d63f17c rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x33bdb51d rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x53ec55a4 rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x544e0487 rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x5fc2c93c rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x75aaa31f rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x965e42ea rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xb0987c54 rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xc0ed8d4c rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xc777ec16 rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xd416ebef rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xf1d59f09 rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x1f8ed89d cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x84aef1c2 cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x84cbf5ca cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xb2eec73a cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x0b008db0 oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x296a8983 oslec_update +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x3115970d oslec_create +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x4b711f77 oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x5909e701 oslec_snapshot +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x780d3f01 oslec_flush +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x84eba96d oslec_free +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x3cb83d5b eeprom_93cx6_multireadb +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x870b53e9 eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x884deb9d eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0xc9c6bb25 eeprom_93cx6_readb +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0xff7a0fdf eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x03dd5d95 enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x115b992b enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x1d85f5e0 enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x6ef9d7db enclosure_component_alloc +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x9f82a8da enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xb17ede08 enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xb94d46ce enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xd798a8ef enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x03bdeec5 lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x2fdfd8ea lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x37bb080f lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x4cf8fdfc lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x5b6077db lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x66ae190d lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x988f8ca8 lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xd8d78cae lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x033087b7 mei_cldev_get_drvdata +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x06290f84 mei_hbm_pg_resume +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x0b05902e mei_cldev_dma_map +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x18958597 mei_cldev_register_notif_cb +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x1c81ce87 mei_irq_read_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x1e6a99f8 mei_cldev_send_gsc_command +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x211a1b93 mei_cldev_enabled +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x273aee2d mei_cldev_recv +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x2787737b mei_cldev_enable +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x2c54b5ed mei_cldev_recv_vtag +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x30a26f92 mei_cldev_register_rx_cb +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x332113c8 mei_cldev_driver_unregister +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x48d0ac1f mei_register +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x4aa1acaf mei_stop +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x55fa4c2f mei_cldev_send +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x64d41661 mei_cl_all_disconnect +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x672c5012 mei_cldev_recv_nonblock_vtag +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x6da91e02 mei_start +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x7291a8d2 mei_irq_write_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x8592171b mei_hbm_pg +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x870e0619 mei_cldev_ver +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x8abeebe5 mei_irq_compl_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x90a24af4 mei_fw_status2str +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x90d3b22f mei_device_init +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x92e34929 mei_reset +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x9ecc460f mei_cldev_dma_unmap +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xa0a93677 mei_cldev_recv_nonblock +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xa4c7e408 mei_write_is_idle +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xa7bcc296 mei_cldev_disable +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xb419ee7c mei_cldev_send_vtag +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xc2e8959c mei_restart +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xc726abc0 __mei_cldev_driver_register +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xd01d8dfe mei_deregister +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xd5a17582 mei_cancel_work +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xdf91aa5a mei_cldev_uuid +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xf4b3a4b0 mei_cldev_set_drvdata +EXPORT_SYMBOL_GPL drivers/misc/mei/mei-me 0x051f202c mei_me_polling_thread +EXPORT_SYMBOL_GPL drivers/misc/mei/mei-me 0x922c6ae5 mei_me_irq_quick_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei-me 0x9d878aad mei_me_dev_init +EXPORT_SYMBOL_GPL drivers/misc/mei/mei-me 0xac43add1 mei_me_get_cfg +EXPORT_SYMBOL_GPL drivers/misc/mei/mei-me 0xd0eef98f mei_me_irq_thread_handler +EXPORT_SYMBOL_GPL drivers/misc/pvpanic/pvpanic 0x6c7565fb devm_pvpanic_probe +EXPORT_SYMBOL_GPL drivers/misc/sgi-gru/gru 0x5b8bb699 gru_get_next_message +EXPORT_SYMBOL_GPL drivers/misc/sgi-gru/gru 0x8dc51bdd gru_create_message_queue +EXPORT_SYMBOL_GPL drivers/misc/sgi-gru/gru 0x9c7283a1 gru_copy_gpa +EXPORT_SYMBOL_GPL drivers/misc/sgi-gru/gru 0xd3d2bf04 gru_free_message +EXPORT_SYMBOL_GPL drivers/misc/sgi-gru/gru 0xde08c325 gru_read_gpa +EXPORT_SYMBOL_GPL drivers/misc/sgi-gru/gru 0xeed7d505 gru_send_message_gpa +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0x1018eee0 xp_restrict_memprotect +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0x12333991 xpc_set_interface +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0x345c9217 xpc_disconnect +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0x39046c7a xpc_clear_interface +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0x48e62c9f xp_region_size +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0x6285dfe8 xp_cpu_to_nasid +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0x64ba5017 xp_pa +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0x68d27065 xp_expand_memprotect +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0x68fa7d28 xp_remote_memcpy +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0x8d146cd0 xpc_registrations +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0xc04c7267 xpc_connect +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0xe68acd6c xpc_interface +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0xead4f7fe xp_max_npartitions +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0xed1d3813 xp_socket_pa +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0xf3b47f67 xp_partition_id +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x86cfc539 st_unregister +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0xfd1dcde8 st_register +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x1ef56a26 uacce_remove +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x36d20049 uacce_alloc +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x88ee542d uacce_register +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x024d14bc vmci_qpair_produce_free_space +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x046dd187 vmci_datagram_create_handle +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x056837fb vmci_get_context_id +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x1fd4782d vmci_qpair_get_produce_indexes +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x2449459d vmci_event_subscribe +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x3a22fa8a vmci_datagram_destroy_handle +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x4ba5c46b vmci_qpair_peek +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x5591b58e vmci_context_get_priv_flags +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x5e949e0a vmci_doorbell_destroy +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x612df9ae vmci_qpair_detach +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x630d1b1a vmci_qpair_peekv +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x676bd843 vmci_qpair_consume_free_space +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x75fe065a vmci_send_datagram +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x787f0fe8 vmci_register_vsock_callback +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x7c74d7a6 vmci_qpair_consume_buf_ready +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x81d61eef vmci_qpair_dequeue +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xa3d5cc01 vmci_qpair_dequev +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xb572e830 vmci_doorbell_create +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xbcb85f62 vmci_doorbell_notify +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xc04c7e84 vmci_qpair_get_consume_indexes +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xc403cafe vmci_is_context_owner +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xd52e375e vmci_qpair_enquev +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xde3abc2e vmci_datagram_create_handle_priv +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe0cc9c92 vmci_qpair_alloc +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe11895c1 vmci_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe67343c1 vmci_qpair_enqueue +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xea143610 vmci_datagram_send +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xea61eefe vmci_qpair_produce_buf_ready +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x07927524 sdhci_adma_write_desc +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x08b75e4b sdhci_set_data_timeout_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x0954ced1 sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x0ad65a9e sdhci_dumpregs +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x17408315 sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x1a517f55 sdhci_setup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x21fab3f8 __sdhci_read_caps +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x22f39f7c sdhci_cqe_enable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x25f26651 sdhci_cleanup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x29a5b68f sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x2eb809c1 sdhci_set_power +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3234b038 sdhci_cqe_disable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x43ba3140 sdhci_abort_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x455b65bb sdhci_enable_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x48feaa38 sdhci_reset_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x49bc4dba sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x4e61f26e sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x4e81d4bb sdhci_start_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6252f5d6 sdhci_get_cd_nogpio +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6bc773f1 sdhci_execute_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6cccae32 sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x726a5a9d sdhci_set_power_noreg +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x7d6f2c97 sdhci_end_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x82593e45 sdhci_enable_sdio_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x85650360 __sdhci_set_timeout +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x881bc612 sdhci_cqe_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x8dd35822 sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x95e7e83c sdhci_set_power_and_bus_voltage +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x9bc52f9d sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa10d25af sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa180ca88 sdhci_request_atomic +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa6460c4c sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb7749388 sdhci_enable_v4_mode +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xbe72e397 sdhci_set_ios +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xcdbf18b5 sdhci_start_signal_voltage_switch +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd91ba0fb __sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe4f565d6 sdhci_calc_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xea044fbe sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xeed83b69 sdhci_request +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf33e6026 sdhci_send_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xfb84c7cd sdhci_switch_external_dma +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xfdea646d sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x1bc86e18 sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x32a57ea9 sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x67decd83 sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x68dd66a3 sdhci_get_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xd3fdf91f sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xd5c7c1ac sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xe0087383 sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xed4b6ce1 sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xf34723b2 sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/most/most_core 0x048abab6 most_put_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x08863af5 most_resume_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0x147eeca2 most_start_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0x239fe441 most_get_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x2a3a4686 most_submit_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x385ad8b7 most_register_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0x4048c5d7 most_deregister_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0x67e751c3 most_register_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0x6f368626 most_stop_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0xa13ae6fe most_deregister_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0xb4e577f4 most_register_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0xc504ff98 most_stop_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0xe1377510 most_deregister_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0xe6f6c82d channel_has_mbo +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x02067ed6 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xc0317ea8 cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xff185b40 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x13750632 cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x9ede8264 cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xe08cc9b4 cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0x714baf33 cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x210b7ecf cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x32654799 cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x56de7bf6 cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0x9b4c6cbd hyperbus_register_device +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0xa69f3ee5 hyperbus_unregister_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x04654a87 mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x07331491 mtd_ooblayout_get_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0add4476 __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0f87e18b mtd_write_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x106c9b6c unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x157aa5d9 mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x18429aa6 mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x19fd4922 get_tree_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x22b2dd42 mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2481a564 mtd_ooblayout_count_freebytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2b4b0492 __register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2d2a711f mtd_ooblayout_ecc +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x33b033c0 mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x366b3519 kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x399d2266 mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x39e10c17 mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3c05904b mtd_ooblayout_free +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3e03b9f2 mtd_ooblayout_set_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x40337404 mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4afc1d7d mtd_pairing_groups +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x503cf792 mtd_ooblayout_find_eccregion +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x50dabc2f mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x51d6854c mtd_wunit_to_pairing_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x572c5f31 mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x596e7c06 mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x654340c4 mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6f23828b mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x713205e9 mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x80165b4e mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8407380b mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x86383fe7 mtd_ooblayout_set_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x86cb2a78 mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x87cf5077 mtd_ooblayout_count_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8a7875c9 mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8fb615a5 mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9080d9ed mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9828b087 of_get_mtd_device_by_node +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x99943140 mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9e5f64bf mtd_erase_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa0f3a7a8 put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa247270a deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xaa182ebe register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xac3e07b5 mtd_block_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xae4ba8a7 __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb7075882 mtd_check_expert_analysis_mode +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb9452ccb mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbb81f960 mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcef0ad55 get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd2ad49ce mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd9e3c716 get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xdc89add5 mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe39bb46f mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xecf4f451 mtd_pairing_info_to_wunit +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf079b060 __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf1a6c323 mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf579b434 mtd_ooblayout_get_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x1f4bf484 deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x43feb439 register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x519a3845 add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x778e20e7 del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x98c9a624 mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x0161c48e nanddev_mtd_max_bad_blocks +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x133313c0 nand_get_large_page_hamming_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x1db2046a nanddev_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x231fef24 nanddev_bbt_set_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x2f478ccc nanddev_mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x3a06b14b nand_ecc_init_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x3dfc4591 mxic_ecc_get_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x3eae42b2 nanddev_markbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x4335686a nand_get_small_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x4be6f5a4 nanddev_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x52b78ad5 mxic_ecc_get_pipelined_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x5e09087c nanddev_isbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x66387ffb nanddev_bbt_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x68804214 nanddev_ecc_engine_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x717d7127 mxic_ecc_process_data_pipelined +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x83b3b454 nanddev_bbt_update +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x89684f23 nand_ecc_tweak_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x9d9ce2b7 nand_get_large_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xbce03276 nanddev_bbt_get_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xbfd7f27d mxic_ecc_put_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xc8161c1d nanddev_ecc_engine_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xda25f6cc nand_ecc_cleanup_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xe42b183f nand_ecc_restore_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xe952bbb0 nanddev_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xf17b5d08 nanddev_bbt_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0x94a1b78e onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0xcb6508c4 onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/denali 0x8582e8bf denali_chip_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x00e54233 nand_select_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x03479ded nand_soft_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x11091291 nand_extract_bits +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x1fdd21d7 nand_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x236667b4 nand_reset_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x257e953f nand_prog_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x2d368c4c nand_subop_get_addr_start_off +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x3f76f66c nand_deselect_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x434c450d nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5546375f nand_read_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5632e63d nand_subop_get_num_addr_cyc +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5f257cc0 nand_readid_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x73f2b525 nand_change_read_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x7ba98dcb nand_prog_page_end_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x7eba2cd0 nand_change_write_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x806dc97f nand_write_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x85cfe9ae nand_read_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x90cfddd1 nand_ecc_choose_conf +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x99eb9525 nand_status_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xa79b777a nand_reset +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xb0920b4d nand_op_parser_exec_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xbdfe21ca nand_read_page_hwecc_oob_first +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xbe3121f8 nand_read_oob_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xceaafed3 nand_decode_ext_id +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd3c672b8 nand_subop_get_data_len +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd41ff2ac nand_subop_get_data_start_off +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xdd1025b4 nand_erase_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xedde58bf nand_gpio_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xeeafe927 nand_prog_page_begin_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/sm_common 0x1dfc9fa1 sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0xfbfa251b spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x0e21c752 ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x29e2ed4b ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x3023d5cb ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x31335be0 ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x38e10c1d ubi_flush +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x3f673770 ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x42801d20 ubi_sync +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5fe57b02 ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x63ab6db7 ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x66011ab6 ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x753c8879 ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x84e5a3f0 ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x955ac95e ubi_leb_read_sg +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x99b9b874 ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xa8375040 ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xb047aa92 ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xe7af4a2a ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x0a65c89f mux_state_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x15b5e9b1 mux_chip_free +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x4e4d50bb mux_control_put +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x57a661e6 devm_mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x677e71b9 mux_control_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x741357bd devm_mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7cf08396 mux_state_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x89c2fbf2 devm_mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x8f13c8f8 mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x91c8f8ac devm_mux_state_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xb6b3d8f1 mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xc99d13df mux_control_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xcfcfa1bf mux_control_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xd6d571f1 mux_chip_unregister +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xe0c9deac mux_control_states +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xef8c0b7f mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xfa76e911 mux_state_select_delay +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x764e33dc devm_arcnet_led_init +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0xdbdc9b51 arcnet_led_event +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x11287371 unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x2c654847 c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x328e6854 free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x95343253 alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xcdbf1a5e c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xf393da9a register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x78ce6a76 unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xbd230b43 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xcc9cc82c register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xfb1d2ff2 alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x082a5931 can_change_state +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x10d892eb can_get_state_str +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x13248c78 safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x16d0c5c3 can_rx_offload_threaded_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x1992c3ab alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x1ffbd666 can_rx_offload_queue_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2272b3b8 can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x24682b08 can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x3612fcfc free_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x48dd739a alloc_canxl_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x4b587bb7 can_rx_offload_add_manual +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x597a24d8 can_rx_offload_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6047ede6 can_fd_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x652d5465 can_rx_offload_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x66cf8b2f can_rx_offload_queue_tail +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x707a2d95 can_dropped_invalid_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x777b4cbf unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x7ddc68e5 close_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x7ede4cf9 register_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x95839b20 alloc_candev_mqs +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x9d54539d can_rx_offload_add_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x9ecf7676 can_rx_offload_irq_offload_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xa413afdd alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xa5372863 can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xaf961426 can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xb30758ca can_rx_offload_irq_offload_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xbb1eefc0 can_rx_offload_add_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xbf49b49f can_rx_offload_del +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xc4c441af alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xd8f02ee0 open_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xdbdee7d7 can_skb_get_frame_len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf12d9387 can_fd_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf58a8fc2 can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xfaebf30a can_rx_offload_enable +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x4b01ac15 m_can_class_resume +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x67014b30 m_can_class_suspend +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x74e50a1c m_can_class_allocate_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x79b87f79 m_can_class_get_clocks +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x7a156cd9 m_can_init_ram +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x963dcd66 m_can_class_register +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xc3ae2638 m_can_class_free_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xed503b01 m_can_class_unregister +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x62148081 free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x821c155c register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xbc55b5b1 alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xfa90d614 unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/dsa/lan9303-core 0xd5ec7199 lan9303_indirect_phy_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_switch 0xf878dd79 ksz_switch_chips +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0x1654bd1d mt7530_remove_common +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0x363fbe68 mt753x_table +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0xd54a26a6 mt7530_probe_common +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0xe3b4720a mt7530_switch_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0x09ded9a7 felix_port_to_netdev +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0x77281950 felix_netdev_to_port +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0x83f7db7f felix_switch_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8365mb 0x0b18f5c1 rtl8365mb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x0904fa7d rtl8366_vlan_del +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x158864e5 rtl8366_enable_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x26527de1 rtl8366_mc_is_used +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x2af1f6a7 rtl8366_vlan_add +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x38800195 rtl8366_enable_vlan4k +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x4188173c rtl8366rb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x64b3aea2 rtl8366_set_pvid +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x84313432 rtl8366_set_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xa653321d rtl8366_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xaabc1de1 rtl8366_reset_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xcaa4d3bb rtl8366_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xeb41722f rtl8366_get_strings +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x45b87b4f pdsc_register_notify +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x737544fa pds_client_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x8ea50293 pds_client_adminq_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x90659779 pds_client_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0xbefe8d05 pdsc_get_pf_struct +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0xce714617 pdsc_unregister_notify +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0xdcefa665 pdsc_adminq_post +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x029770f5 lio_enable_irq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x03d5d059 octeon_setup_output_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x03ff043b octeon_get_rx_qsize +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0503f3db liquidio_setup_io_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0a37b2c0 octeon_register_reqtype_free_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0b737449 octeon_unregister_droq_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0cc1f1f7 octeon_delete_dispatch_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0f91cce6 octeon_read_device_mem32 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x103939fb cn23xx_tell_vf_its_macaddr_changed +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x13ac34f9 octeon_allocate_ioq_vector +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x19cb4e69 liquidio_link_ctrl_cmd_completion +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x1b5d1a1d lio_process_iq_request_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x23175bd5 setup_cn23xx_octeon_pf_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x241a2a6c lio_fetch_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x2bf53263 octeon_setup_sc_buffer_pool +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x2c211f74 octeon_droq_process_packets +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x2dc1e8be lio_wait_for_clean_oq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x30dbc61a octeon_set_io_queues_off +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x331a98c3 octeon_free_device_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x369e7368 cn23xx_octeon_pfvf_handshake +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x380e9d36 octeon_mem_access_ok +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x3de3620b octeon_setup_interrupt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x42f2f2bb octeon_droq_check_hw_for_pkts +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x45941627 lio_process_ordered_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x495e0ee6 lio_pci_writeq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x50ceed9b octnet_send_nic_ctrl_pkt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x53d7da8a octeon_get_conf +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x57b88309 liquidio_set_feature +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x59c33128 octeon_free_sc_buffer_pool +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5b064274 octeon_free_ioq_vector +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5e17be4b liquidio_get_speed +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5fd013aa setup_rx_oom_poll_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x6053af16 lio_setup_glists +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x69182f9a octeon_send_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x6d0d28ef octeon_init_device_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x718680a2 octnet_send_nic_data_pkt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x718b3cf9 lio_setup_cn68xx_octeon_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x7342ed05 octeon_deregister_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x770d7971 octeon_pci_read_core_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x78e177bd octeon_delete_instr_queue +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x7c6f0a15 cn23xx_setup_octeon_vf_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x87f3a050 liquidio_change_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x8975a6fa octeon_register_dispatch_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x8a265a9d cn23xx_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x8b3b75dc octeon_alloc_soft_command_resp +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x8ca63a0d lio_wait_for_instr_fetch +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x8d26c148 liquidio_set_ethtool_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x920f94e8 octeon_prepare_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x93c8f044 octeon_free_sc_zombie_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x963839ed octeon_ring_doorbell_locked +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x9b74c42f octeon_free_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xa196b9d0 lio_delete_glists +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xaa193ee6 octeon_read_device_mem64 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xacb81560 octeon_pci_write_core_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xb6acd9be octeon_alloc_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xb9dcb7a3 lio_get_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xbec02cb5 lio_pci_readq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc147640a octeon_register_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc6abc5b1 octeon_core_drv_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc8079265 cn23xx_fw_loaded +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd1db3db9 cleanup_rx_oom_poll_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd2c9ca91 octeon_wait_for_ddr_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd4273a55 lio_setup_cn66xx_octeon_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd575da97 octeon_send_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd6784d32 octeon_allocate_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xda3fce93 cn23xx_vf_ask_pf_to_do_flr +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xdc90713b octeon_delete_response_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xdd7f7ff1 octeon_delete_droq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xe008e012 octeon_setup_response_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xec7f00a5 lio_get_state_string +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xec875781 octeon_init_dispatch_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xf7e00a4d octeon_setup_instr_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xf91ca984 liquidio_get_fec +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xfac06fa3 octeon_get_tx_qsize +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xfd74bcbe octeon_free_sc_done_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xfdda5b6f octeon_write_device_mem32 +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x101f12cb fun_serv_sched +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x12542941 fun_free_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x2160c466 fun_serv_restart +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x22702d69 fun_serv_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x4eaed05d fun_res_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x6f4d2ee4 fun_submit_admin_sync_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x7cc63520 fun_sq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xb077f498 fun_bind +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xc896fda0 fun_cq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xde0266fc fun_alloc_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xfdfc6a64 fun_get_res_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0x3144c261 i40e_client_device_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0x7fb3395c i40e_client_device_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x2c426f49 ice_del_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x799d0bc2 ice_rdma_update_vsi_filter +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xdf6b6735 ice_rdma_request_reset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xf0e3cc97 ice_add_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xfae6e37d ice_get_qos_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0045f7cd mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x06db8399 mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x09ab4c9b mlx4_set_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0a65bae4 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0a909b3e mlx4_mr_hw_change_pd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0adfe5fd mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0aec7539 mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0b0af1c0 mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0cc142ab mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0e525419 mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x101cc5b9 mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x11f93901 mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x15458d7e mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1882c888 mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1c11ea0b mlx4_unbond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1e56640f mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x20455aa2 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x20af4327 mlx4_set_vf_rate +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x253e7707 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x29dcc6a3 mlx4_bond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2a81141f mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2cb8d092 mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2df6255e mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2e153eaa mlx4_mr_rereg_mem_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2fd786dd mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3350ca8f mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x34a85345 mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x35d34de9 mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x367203ec mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3a5d25bb mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3aa0c25d mlx4_get_default_counter_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3adc3a60 mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3f71ef5f mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x40a9f839 mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x46f7fcdd mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4758787e __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x47b68bcb mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x48104ffc mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x48384b0f mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x484fda2a mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4a2ac264 mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4e160566 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x50ce43a4 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x50f9b297 mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x51e86698 mlx4_mr_rereg_mem_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x527246cc mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5488d7b5 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x56265351 mlx4_replace_zero_macs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x590b22c5 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5ffc7ce6 mlx4_get_devlink_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6060a538 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x60907b3c mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x625cbf15 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x62643b75 mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x67aac516 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6cac4d69 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6d4f4b90 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6dd4d5a3 mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6e774fe2 mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6f9bced2 mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7253b52e mlx4_get_counter_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x72d152af mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x72f8eafb mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x769205bd mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x77f2e4a3 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7a008ff4 mlx4_port_map_set +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7becfa54 mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7d13940c mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x806dc0ed mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x83980b2c mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8403998a mlx4_get_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x84b2c04a mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x85282b2d mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8ba50cc5 mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8c6f4b79 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8ed289ac mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x901293c5 mlx4_mr_hw_put_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x92295a36 mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9a99af02 mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9b6a8d41 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9c0afbac mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa01892c6 mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa09dc552 mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa3915d18 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa6f95484 mlx4_get_internal_clock_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xab826d8c mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xac889aad mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xad09f5f5 mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb237f76d mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb604ffc5 mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb64f67eb mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb6aeb5c0 mlx4_config_dev_retrieval +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbb2e60aa mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbb54f85a mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbcb80297 mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc0e0a1f5 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc29175a2 mlx4_mr_hw_write_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc799f762 mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcbcae2c5 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcc39c87e mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd5f19116 mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xde4c20ee mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdec43d63 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe04a7fa0 mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe163b906 mlx4_mr_hw_get_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe29e5136 mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe362448d mlx4_config_roce_v2_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe3cc43ce mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe8bb6709 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xea02dc0b mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeab01de7 mlx4_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeb2e5718 mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xed0e0bc6 mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf0226d70 mlx4_mr_hw_change_access +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf1d4058b mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf4b0999f mlx4_put_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf4cb29f2 mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf67806d0 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf85be589 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfa2aacdb __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfc40962d mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfcd553ef __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x072460c4 mlx5_fill_page_frag_array +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0c2e0565 mlx5_core_query_vport_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0cd7ff1e mlx5_set_port_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x131df7b9 mlx5_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x185e0604 mlx5_query_port_ptys +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1bebbfae mlx5_set_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x20f2e34b mlx5_set_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x233b0565 mlx5_query_hca_vport_pkey +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2aa90b50 mlx5_set_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2d134ade mlx5_query_port_oper_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3ec8d139 mlx5_query_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x45497d72 mlx5_dm_sw_icm_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4c8d3c4e mlx5_core_query_sq_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4dd43f77 mlx5_core_modify_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x519d1284 mlx5_ipsec_device_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5b079e89 mlx5_query_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5c691ce2 mlx5_modify_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5c8f3231 mlx5_query_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5e62a01d mlx5_query_hca_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5f1a1743 mlx5_query_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x614c5b51 mlx5_query_nic_vport_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x649dc4f9 mlx5_query_nic_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x64d8a611 mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x65341135 mlx5_modify_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x664f0abf mlx5_query_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6aeda528 mlx5_set_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7046df31 mlx5_query_nic_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x77d59c74 mlx5_query_port_vl_hw_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x78369285 mlx5_set_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x79607dd1 mlx5_query_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x81aadc6a mlx5_fill_page_frag_array_perm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x822d1cc5 mlx5_query_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x85b9f141 mlx5_modify_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x88a08191 mlx5_frag_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x896cd4b3 mlx5_query_hca_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8c6b888f mlx5_query_hca_vport_gid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x95322929 mlx5_query_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9f5e969a mlx5_query_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa044b1d1 mlx5_toggle_port_link +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa065effc mlx5_nic_vport_affiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa0f2ac5a mlx5_query_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa8a21295 mlx5_nic_vport_query_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa8e0543b mlx5_nic_vport_enable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb1984d48 mlx5_modify_nic_vport_vlans +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb3bc4db7 mlx5_query_module_eeprom_by_page +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb480726a mlx5_eswitch_get_total_vports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb83366a6 mlx5_frag_buf_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbc4025b5 mlx5_db_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbd2c8c74 mlx5_query_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbf30caae mlx5_query_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc2f168f6 mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xccafc276 mlx5_query_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xceb9c9cd mlx5_nic_vport_unaffiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcf5b09d5 mlx5_query_module_eeprom +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd04ce3c8 mlx5_nic_vport_update_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd162ce5a mlx5_query_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd3cfd1e8 mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6633886 mlx5_modify_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdda765a2 mlx5_dm_sw_icm_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe01b4d10 mlx5_vport_get_other_func_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe2bc6f0d mlx5_core_reserved_gids_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe2d9021e mlx5_query_port_max_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe4a48efc mlx5_modify_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe91b6700 mlx5_eswitch_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xee6d7e7f mlx5_query_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf00c0ba3 mlx5_query_nic_vport_qkey_viol_cntr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf181a3b8 mlx5_set_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf9a3794f mlx5_set_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfe5a9c35 mlx5_query_nic_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x35852401 ks8851_probe_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x5336a3b2 ks8851_remove_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x6eca252c ks8851_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x851e425a ks8851_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0x22f4fd92 devm_regmap_init_encx24j600 +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0xcc4fa41a regmap_encx24j600_spi_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0xe8c8c6c2 regmap_encx24j600_spi_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x07cdb1cf __ocelot_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0c07f96a ocelot_port_get_mm_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x104fd0c1 ocelot_regmap_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1080ee51 ocelot_port_setup_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1131defe ocelot_port_get_eth_phy_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x186864e2 ocelot_port_get_eth_ctrl_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1b913d9c ocelot_port_get_eth_mac_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x22dbf22a ocelot_port_get_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x25400359 ocelot_mm_irq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x299eb6b7 __ocelot_write_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2ea45ac6 ocelot_port_writel +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2f6d372d ocelot_port_get_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x306cc431 ocelot_port_readl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x367e9fed ocelot_get_bridge_fwd_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3e7ca197 ocelot_bridge_num_find +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x411030d9 ocelot_port_del_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x426c95fd ocelot_regfields_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4a9d10bc ocelot_port_configure_serdes +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x506d82c2 ocelot_port_set_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x50ef80ec ocelot_lag_fdb_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x53a50edc ocelot_phylink_mac_link_down +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x55cee39a ocelot_phylink_mac_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x62e34c1b ocelot_cls_flower_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x64097b87 ocelot_mact_flush +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6f284ff5 ocelot_port_assign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x70629c86 ocelot_port_set_mm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x73087baa __ocelot_bulk_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7803095e ocelot_lag_fdb_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7875deb8 ocelot_port_get_rmon_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8253769d ocelot_cls_flower_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x84eed50c ocelot_port_mirror_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x857d490b ocelot_port_rmwl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8f8c688b __ocelot_rmw_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa5d9b356 ocelot_port_teardown_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbae81389 ocelot_port_add_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbb2a3c57 ocelot_bond_get_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc06b70b2 ocelot_port_get_mm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc9475171 ocelot_cls_flower_replace +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd59a3037 ocelot_port_mirror_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xda84763b ocelot_port_get_pause_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdb853d03 ocelot_port_mqprio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe60f5db6 ocelot_port_assigned_dsa_8021q_cpu_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xec995bf9 ocelot_port_unassign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf05abd5d ocelot_phylink_mac_link_up +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf5e2943d ocelot_migrate_mdbs +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x212bdb6f stmmac_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x2755b38f stmmac_init_tstamp_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x444bcd34 stmmac_dvr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x545572d4 stmmac_set_mac_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x65b4b1fe stmmac_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x92d778bb stmmac_get_mac_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x9f1c6f10 stmmac_bus_clks_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xb36d662d stmmac_dvr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x10a2acf5 stmmac_pltfr_exit +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x1950a526 stmmac_remove_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x3965933a stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x425bde42 stmmac_get_platform_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x54d4508a stmmac_pltfr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x7bfc3232 stmmac_pltfr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x9b1e54cb devm_stmmac_pltfr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xe18e3769 devm_stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xe418efbd stmmac_pltfr_remove_no_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xf7c72176 stmmac_pltfr_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xfc33a1c0 stmmac_pltfr_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x3dfc9383 w5100_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x6bf6787e w5100_ops_priv +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x85a362ec w5100_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xcc9ccd7a w5100_remove +EXPORT_SYMBOL_GPL drivers/net/geneve 0x992ca77d geneve_dev_create_fb +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x2470e08c ipvlan_link_setup +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x4c413bbb ipvlan_link_new +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x4fd0bf3c ipvlan_link_delete +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x5134abbf ipvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x718eaa6f ipvlan_count_rx +EXPORT_SYMBOL_GPL drivers/net/macsec 0x8587e7eb macsec_pn_wrapped +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x0fabb87c macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x223920f7 macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x4961553e macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xcd0c56b0 macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-i2c 0x8bb502a0 mdio_i2c_alloc +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-regmap 0x81765e17 devm_mdio_regmap_register +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs-lynx 0x847a67d5 lynx_pcs_create_fwnode +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x2b95ecff xpcs_get_interfaces +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x5a431f3a xpcs_get_an_mode +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x77e0345c xpcs_destroy +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x9b430bc5 xpcs_link_up +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xb6189deb xpcs_do_config +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xbc17c949 xpcs_config_eee +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xf52d1883 xpcs_create_mdiodev +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x0cb22d2b bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x19d0ce0c bcm_phy_downshift_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x27d64a89 bcm54xx_auxctl_read +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x2884c4a3 __bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x296d4848 __bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x2b4f08e3 bcm_phy_read_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x2cd9ee5e bcm_phy_led_brightness_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x3657ace2 __bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x37856c6a bcm_phy_cable_test_start +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x45af8bcd bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x45b6c289 bcm_phy_cable_test_get_status +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x50a89c19 bcm_phy_set_wol +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x582498a1 bcm_phy_write_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x67ecbff9 bcm_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x7a064ac6 bcm_phy_set_eee +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x7dbfd4a6 bcm_phy_28nm_a0b0_afe_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x7f845e2a bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x8303fbb4 bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x8b76770a bcm_phy_enable_apd +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x8c4f1365 __bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x92cafb2f bcm_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x949710b9 bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x97368fd8 bcm_phy_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x99590e31 bcm_phy_write_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa0f0ddfd bcm_phy_wol_isr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa44ffc7e bcm_phy_cable_test_start_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xb24c202c bcm_phy_get_stats +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xb6367d33 bcm_phy_get_wol +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xb7481e8d bcm_phy_read_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xb9340205 bcm_phy_get_strings +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xb9e67a7d __bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc1079fb2 bcm_phy_cable_test_get_status_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc1f9bc1c bcm_phy_enable_jumbo +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xce5c7a40 bcm_phy_downshift_get +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xd49cb928 bcm_phy_ack_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xdaa60507 bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xe408bfdc bcm_phy_r_rc_cal_reset +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xf9bc5fd7 __bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x8f861f3a bcm_ptp_probe +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x92fc4af2 bcm_ptp_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0xe54c4503 bcm_ptp_stop +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x08213956 phylink_ethtool_get_wol +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x12135396 phylink_mac_change +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x15c4e3e2 phylink_ethtool_set_pauseparam +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x16ca1a8a phylink_suspend +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x1b0890fe phylink_mii_c22_pcs_config +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x2bae918f phylink_generic_validate +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x2c8e28ee phylink_ethtool_get_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x3abe6fe5 phylink_validate_mask_caps +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x4278d56a phylink_expects_phy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x43e51d09 phylink_mii_c45_pcs_get_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x49b88b3f phylink_mii_c22_pcs_get_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x55d2b0a3 phylink_connect_phy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x57727285 phylink_ethtool_set_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x59e0695d phylink_speed_down +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x5d0c4dcc phylink_speed_up +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x5dc19747 phylink_mii_c22_pcs_encode_advertisement +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x62104126 phylink_ethtool_set_wol +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x66e8b5b0 phylink_caps_to_linkmodes +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x6fa426d2 phylink_ethtool_nway_reset +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x825c7340 phylink_get_eee_err +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x8ca78d91 phylink_mii_c22_pcs_an_restart +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x8f918164 phylink_fwnode_phy_connect +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x911fcd6c phylink_start +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x94299178 phylink_decode_usxgmii_word +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x9616a255 phylink_ethtool_ksettings_get +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x983276da phylink_disconnect_phy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x9b652b6e phylink_resolve_c73 +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xa16449b4 phylink_ethtool_ksettings_set +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xa27099b9 phylink_create +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xb1b3f6ed phylink_mii_c22_pcs_decode_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xc0a8f4be phylink_resume +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xc1d15a4c phylink_set_port_modes +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xd2ef6a40 phylink_mii_ioctl +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xd903f419 phylink_get_capabilities +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xdcb0a2c0 phylink_stop +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xec02ebe0 phylink_init_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xef8d03fa phylink_of_phy_connect +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xf3083a1d phylink_destroy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xf8fe5642 phylink_ethtool_get_pauseparam +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x4c6cb0d1 smsc_phy_get_tunable +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x54c5ca93 lan87xx_read_status +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x65a02b8b smsc_phy_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xa1f30551 smsc_phy_set_tunable +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xb1fc35c3 smsc_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xc0314acc smsc_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xc0c99317 smsc_phy_probe +EXPORT_SYMBOL_GPL drivers/net/tap 0x1f9f7a9b tap_handle_frame +EXPORT_SYMBOL_GPL drivers/net/tap 0x6cc89611 tap_queue_resize +EXPORT_SYMBOL_GPL drivers/net/tap 0x7aff97f3 tap_free_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0x80fee5d6 tap_destroy_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0xa863772e tap_get_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0xb8e3ebd6 tap_create_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0xcaac18b9 tap_del_queues +EXPORT_SYMBOL_GPL drivers/net/tap 0xcbd98a37 tap_get_ptr_ring +EXPORT_SYMBOL_GPL drivers/net/tap 0xf061ae53 tap_get_socket +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x01a45c47 usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x1577fd89 usbnet_cdc_update_filter +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x2df908da usbnet_cdc_zte_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x75cc998b usbnet_ether_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x8143854f usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xc815d6ab usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xe36619f2 usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x02050d08 cdc_ncm_rx_verify_ndp32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x252fd226 cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x2b19c428 cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x557540ee cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x70007077 cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x76ec4260 cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x846b8f0c cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x8efa4505 cdc_ncm_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x958809c5 cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xbdcc8a89 cdc_ncm_rx_verify_nth32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xf877a723 cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/r8152 0x30daed7c rtl8152_get_version +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x803908e7 rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x8088f302 generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xe5dd7bd9 rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xe66f6ef2 rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xe899a606 rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xf678f2db rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0313e99c usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x37953adf usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3c1a5a5d usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3d19b710 usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3d9f80dd usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x44cb66d4 usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4bdbc2de usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4c2a7e05 usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x53529528 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x5d5fb0e1 usbnet_get_link_ksettings_internal +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7698d605 usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7fbc3e4e usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8704dcd0 usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8cf6e813 usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8f02af8f usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9063fc5f usbnet_get_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa2a5a49a usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa3c4ecc2 usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa40c59d6 usbnet_set_rx_mode +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa618a17e usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa6e48f11 usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xad843bf8 usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb0b986b7 usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb550814d usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc39fb85d usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc4b86689 usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc701c9d6 usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xdf388205 usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe075ee12 usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe26f036c usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe75b1dc4 usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xef057047 usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf09a738f usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf6185084 usbnet_set_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x0565b145 vxlan_fdb_find_uc +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x665033df vxlan_fdb_replay +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xb9c1fdab vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xca99e38d vxlan_fdb_clear_offload +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/ipw2x00/libipw 0x42990969 libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0867c3e4 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x38915e5d il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4c0e7554 il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x60458f8b il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfd7e2d66 il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x13863121 iwl_fw_lookup_cmd_ver +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x443a0ac3 iwl_fw_lookup_notif_ver +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x5987fe45 iwl_fw_lookup_assert_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x17d2a1ed p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x4299a8c1 p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x57d51dcf p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x88c90b0e p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xd921314f p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xe6a5d55e p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xf0765fe2 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xf5a66c00 p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xfa9c651b p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x19984fb7 lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x1faf7599 lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x38b45d18 lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x4adc3feb lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x6d07c28e __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x70ca61c0 lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x842a6138 lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x8ede4463 lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x94353ced lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xa0b41cfe lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xa62cf2f9 lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xc5b6fc7f lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xcaa2d5c0 lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xd74ee34b lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf7febd07 lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xfddbfb47 lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x04c2449c lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x1de1b5c3 __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x2d7711be lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x332857f0 lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x4d62c375 lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x8d788ed3 lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xafb8946f lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xbab9c814 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x02927980 mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x125852a1 mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x17653b0c mwifiex_upload_device_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x3cf04c80 _mwifiex_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x3f098ea1 mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x4ffdb66b mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x6e5fe616 mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x727a19eb mwifiex_fw_dump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x7a9727ae mwifiex_queue_main_work +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x7ac16945 mwifiex_multi_chan_resync +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x8a11fbd5 mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x8e55a8d3 mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x93eb0da1 mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x96a65cdd mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x9c8b3707 mwifiex_shutdown_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xa436ce53 mwifiex_prepare_fw_dump_info +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xbdcd4aed mwifiex_drv_info_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd0605fa3 mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd1f24167 mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd4420678 mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd4dad9f3 mwifiex_alloc_dma_align_buf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd8080701 mwifiex_dnld_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xe437d32a mwifiex_reinit_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xe4997b36 mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xe5ab43e1 mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x03d4c6ba mt76_csa_finish +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x08e6b39c mt76_alloc_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x099ecce1 mt76_unregister_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0cbdd8d2 mt76_has_tx_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0d35ec63 mt76_tx_status_skb_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0d583df5 mt76_get_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x14610dd1 mt76_queue_tx_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x17f568e9 mt76_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x18c654f0 mt76_tx_status_skb_get +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x18c879d3 mt76_sw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1aa86c56 __mt76_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1ab5be0e ____mt76_poll_msec +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1b50757e mt76_sta_pre_rcu_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1ec57b4f __mt76_worker_fn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x244f22c6 mt76_insert_ccmp_hdr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2475b1df __mt76_mcu_send_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x291a1955 mt76_sta_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2b5aa6c8 mt76_pci_disable_aspm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2e464786 mt76_free_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2e4d7272 mt76_wake_tx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2edd5c5c mt76_put_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x30a5675f mt76_dma_rx_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x30edd4da mt76_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x32db03e9 mt76_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3a4ebfcb mt76_tx_status_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3b1c5817 mt76_dma_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3ef62730 mt76_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4052199b mt76_register_debugfs_fops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x49b17fce mt76_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x518f1c9c mt76_mcu_get_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x528e9b6e mt76_get_min_avg_rssi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x52e76239 __traceiter_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5475a805 mt76_rx_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x563fafa0 mt76_tx_worker_run +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5d279fc0 mt76_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x61442859 mt76_get_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x619462b7 mt76_stop_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6430000f mt76_dma_wed_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x65e82bac mt76_rx_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6b50909a mt76_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6bfa14bc mt76_phy_dfs_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6ff267ad mt76_mcu_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x770e409c mt76_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7af8cec1 __SCK__tp_func_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7afe4861 __traceiter_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7b59419b mt76_get_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7e744fe8 mt76_txq_schedule +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x81f51f9c mt76_mmio_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x84580be0 mt76_get_rate_power_limits +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8b46e66e mt76_alloc_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8b713e5f mt76_csa_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8c1c37e5 mt76_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x931fb456 mt76_queues_read +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9644ee1b mt76_set_irq_mask +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x97313779 mt76_rx_aggr_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x98197f5a mt76_release_buffered_frames +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9bc1aa42 mt76_tx_status_unlock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9bc66a68 mt76_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9da74739 mt76_tx_status_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9eac06b3 mt76_init_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa13099cb __mt76_set_tx_blocked +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa550d351 mt76_unregister_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xaa0df7a2 mt76_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xab9d88b8 mt76_ethtool_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xad727fc5 mt76_tx_check_agg_ssn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xafe3f923 mt76_init_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb01f90c5 mt76_get_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb02347f8 mt76_free_pending_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb08aebc1 __SCK__tp_func_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb1ddbc46 __mt76_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb706117c mt76_set_stream_caps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb726fc3c mt76_update_survey_active_time +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb8c06b95 mt76_txq_schedule_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb9402466 mt76_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xba0ddc6e __tracepoint_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xba7e2167 mt76_rx_aggr_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbb31a266 __SCT__tp_func_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc6634315 mt76_ac_to_hwq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc736c90d mt76_update_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcd97fa57 mt76_seq_puts_array +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xce73d794 mt76_mcu_skb_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd71c1683 mt76_mcu_rx_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd78d871c __tracepoint_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd957aeed __mt76_mcu_msg_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe0faebd6 mt76_eeprom_override +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe40b66ef mt76_wcid_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe45628cb __SCT__tp_func_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe67df7ff mt76_skb_adjust_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe9552d1a mt76_ethtool_page_pool_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe9d02e29 mt76_create_page_pool +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xed96cb03 mt76_register_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf1ef64f9 mt76_tx_status_skb_done +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf28092bd __mt76_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf4cc1442 mt76_calculate_default_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf55112a8 mt76_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf8350f4f mt76_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf8f7efa3 mt76_get_of_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfb059a0b mt76_put_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x029e4a3e mt76_connac_mcu_set_rts_thresh +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x05fabefe mt76_connac_mcu_sta_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0a138436 mt76_connac_write_hw_txp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0a25337f mt76_connac_gen_ppe_thresh +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0bdcd758 mt76_connac_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0d99a0ee mt76_connac_mcu_update_gtk_rekey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0f6b06b4 mt76_connac_mcu_wtbl_ht_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x102ff975 mt76_connac_mcu_set_mac_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x10a137d0 mt76_connac_mcu_add_nested_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x14de3bbb mt76_connac_mcu_wtbl_hdr_trans_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x170a1ea7 mt76_connac_mcu_sta_uapsd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1d5ea157 mt76_connac_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1f5a34a8 mt76_connac2_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2446d9a4 mt76_connac_pm_dequeue_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x25091128 mt76_connac_mcu_chip_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x262d4076 mt76_connac_power_save_sched +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x29866d9b mt76_connac_mcu_sta_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3f5adf44 mt76_connac_mcu_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x44c07f22 mt76_connac_mcu_beacon_loss_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4512fa7d mt76_connac_mcu_wtbl_generic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x498c1d05 mt76_connac_mcu_reg_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x49f6493b mt76_connac_get_phy_mode +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x50f76ef5 mt76_connac_mcu_sta_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5268cc64 mt76_connac_mcu_wtbl_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x57d901ef mt76_connac_mcu_bss_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5af31626 mt76_connac_get_he_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5b47fe5c mt76_connac_mcu_update_arp_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5bdaba4b mt76_connac_mcu_uni_add_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5df345d5 mt76_connac_mcu_sta_ba +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5f7ecba3 mt76_connac_mcu_get_nic_capability +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6675d929 mt76_connac_mcu_set_hif_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x668b9132 mt76_connac_mcu_set_channel_domain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x66d20100 mt76_connac2_load_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x670c2b0a mt76_connac_mcu_sta_wed_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6d5b06f9 mt76_connac_sta_state_dp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x712bbad8 mt76_connac_mcu_bss_ext_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7518cdf6 __mt76_connac_mcu_alloc_sta_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7954f11e mt76_connac_pm_queue_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8151fd5a mt76_connac2_mac_tx_rate_val +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x82cfe07c mt76_connac2_mac_add_txs_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x879029f6 mt76_connac_mcu_sta_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x87c5f1cd mt76_connac_mcu_sched_scan_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8c672b0e mt76_connac_txp_skb_unmap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8c9280cc mt76_connac_mcu_set_deep_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8d8a08fc mt76_connac_mcu_cancel_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x90365246 mt76_connac_free_pending_tx_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x908ca40c mt76_connac_wowlan_support +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x95e2b3cd mt76_connac_mcu_add_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9ad73c71 mt76_connac_mcu_wtbl_smps_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9ec641d4 mt76_connac_mcu_uni_add_bss +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xaa56a5db mt76_connac2_mac_fill_rx_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xaf540083 mt76_connac_mcu_set_p2p_oppps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb49db4c9 mt76_connac_mcu_sta_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb4e6b436 mt76_connac_mcu_patch_sem_ctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb5ab1378 mt76_connac_mcu_sched_scan_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb9ce8bc3 mt76_connac2_mac_fill_txs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc126f2f1 mt76_connac_get_phy_mode_ext +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc3a517bf mt76_connac_mcu_alloc_wtbl_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc6e2df47 mt76_connac2_mac_decode_he_radiotap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcac4ce30 mt76_connac_mcu_set_rate_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xce1e6bb0 mt76_connac_mcu_set_suspend_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd0724f46 mt76_connac_pm_wake +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd21224d0 mt76_connac_mcu_start_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd5e071de mt76_connac_mcu_rdd_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xdbecc538 mt76_connac_mcu_start_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xdc8ae3a0 mt76_connac_mcu_wtbl_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe04058e8 mt76_connac_mcu_bss_omac_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe5e45b97 mt76_connac2_mcu_fill_message +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xeacb5ed9 mt76_connac_mcu_set_vif_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xefa299f9 mt76_connac_mcu_init_download +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf0bbadf1 mt76_connac2_reverse_frag0_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf50e21c9 mt76_connac_init_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf7e3b6c7 mt76_connac_mcu_coredump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf8f3209d mt76_connac_get_eht_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfa8529e8 mt76_connac_mcu_set_pm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfb8530a6 mt76_connac_mcu_uni_set_chctx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfc065552 mt76_connac_mcu_reg_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xff6c8fcb mt76_connac2_load_ram +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x0576b4b2 mt76s_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x18790f40 mt76s_txrx_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x1b285c1c mt76s_wr_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x20f93acd mt76s_read_pcr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x67049294 mt76s_txqs_empty +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x6c5ddbb7 mt76s_hw_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x8998d735 mt76s_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xab5caa80 mt76s_write_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xb0544100 mt76s_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xbae4cea0 mt76s_alloc_rx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xdc97c8d9 mt76s_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xe280d1b8 mt76s_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xe5406c95 mt76s_alloc_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xf17fabe2 mt76s_rmw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xf6dc5410 mt76s_rd_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xf8b08e5a mt76s_sdio_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x0bddb351 mt76u_alloc_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x17d1cc07 mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x28446d0b mt76u_alloc_mcu_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x2e3cdb49 mt76u_single_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x2fc00cef __mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x39bd3268 mt76u_resume_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x478d8ace mt76u_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x63e03597 __mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x6b76e82a mt76u_queues_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x6cc8c085 mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xa7400a88 mt76u_stop_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xe36bc7c0 ___mt76u_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xe5e8d0c8 ___mt76u_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xf30a0706 mt76u_stop_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x19ca5a25 mt7615_mac_set_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x30e717b2 mt7615_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x43d66fac mt7615_register_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x4563f8d6 mt7615_thermal_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x4f2470f5 mt7615_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x4fb3b674 mt7615_led_set_blink +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x5450dfd1 mt7615_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x5d7fe698 mt7615_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x5d93f713 mt7615_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x64bda422 mt7615_tx_token_put +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x72bcec74 mt7615_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x77130856 mt7615_reg_map +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x78cb1168 mt7615_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x7c90672c mt7615_wait_for_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x82fb9dcf mt7615_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x86e5be93 mt7615_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x87a36fa6 mt7622_trigger_hif_int +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x8ed92b87 __mt7663_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x92431e60 mt7615_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xa12dea72 mt7615_unregister_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xa42dee29 mt7615_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xba3a024a mt7615_mcu_fill_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xc2c03016 mt7615_init_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xc35395df mt7615_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xcbd69d24 mt7615_mac_enable_rtscts +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xce6c61b7 mt7615_led_set_brightness +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xd46472df mt7615_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xdd0e7cd5 mt7615_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xee3c4de7 mt7615_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xfbefd63e mt7615_mcu_exit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615e 0xf1369b60 mt7615_dma_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x1506ffca mt7663_usb_sdio_reg_map +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x4069297a mt7663_usb_sdio_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x88c75684 mt7663_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xb256c8a0 mt7663_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xc317c8e4 mt7663_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x4b988424 mt76x0_chip_onoff +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x8198fe77 mt76x0_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x89d09dd3 mt76x0_init_hardware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x956a9c1f mt76x0_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x96a90e2b mt76x0_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xdb55ac1a mt76x0_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xf50bec14 mt76x0_phy_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x00ef6a15 mt76x02_dma_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x02137296 mt76x02_enqueue_buffered_bc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0ec54171 mt76x02_ext_pa_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1dac9780 mt76x02_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1db9b1e9 mt76x02_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x21a27e7e mt76x02_sta_rate_tbl_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x26f1ff0f mt76x02_edcca_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x27d9494f mt76x02_set_tx_ackto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x28add02f mt76x02_mcu_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2b321e1c mt76x02_phy_set_band +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2c309c52 mt76x02_mcu_set_radio_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2f5fb3d2 mt76x02_set_coverage_class +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x33f9e49d mt76x02_get_efuse_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x36b73b19 mt76x02_phy_set_rxpath +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3c0fca5f mt76x02_eeprom_parse_hw_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3d66492f mt76x02_get_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3e06e682 mt76x02_phy_set_bw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4534b733 mt76x02_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4b570ebd mt76x02_phy_set_txdac +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x55d9e217 mt76x02_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5a1832f3 mt76x02_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5a4cf57e mt76x02_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5bd84fd5 mt76x02_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5d775d8b mt76x02_resync_beacon_timer +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5e600278 mt76x02_phy_adjust_vga_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x65d51ca1 mt76x02_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6a909a62 mt76x02_dma_disable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x70786fe9 mt76x02_get_lna_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7418b267 mt76x02_phy_dfs_adjust_agc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x75fef85d mt76x02_add_rate_power_offset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7730b849 mt76x02_set_ethtool_fwver +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x77a3a112 mt76x02_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7f7b9ada mt76x02_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x85ab79c5 mt76x02_init_agc_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8d4812ae mt76x02_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8d7399ca mt76x02_config_mac_addr_list +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x91d5b9ee mt76x02_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x93c479bc mt76x02_limit_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa13998d5 mt76x02_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa2f4c52f mt76x02_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa80d9f0e mt76x02_mac_setaddr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa949a431 mt76x02_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xad424085 mt76x02_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xad5d3ba8 mt76x02_get_max_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xafef491d mt76x02_mac_reset_counters +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb2084be2 mt76x02_update_beacon_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb63f09ed mt76x02_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbd433005 mt76x02_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbe6a77b2 mt76x02_mac_shared_key_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbe8505e2 mt76x02_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc0931c21 mt76x02e_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc222ea98 mt76x02_mcu_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc3390e55 mt76x02_mac_wcid_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc61dcdd7 mt76x02_mcu_function_select +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc7320df4 mt76x02_mac_cc_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xca2f73f2 mt76x02_eeprom_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd459bd44 mt76x02_mcu_msg_send +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdb028dd9 mt76x02_dfs_init_params +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdffed366 mt76x02_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xea514945 mt76x02_remove_hdr_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xec2429ea mt76x02_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf1202faa mt76x02_tx_set_txpwr_auto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf2fa7215 mt76x02_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf41961e6 mt76x02_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf588806f mt76x02_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf5d3bcbb mt76x02_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf88581d8 mt76x02_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfa97131d mt76x02_mac_set_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfab9a8ab mt76x02_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfaf0e7ad mt76x02_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xff2b1610 mt76x02_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x1760eac6 mt76x02u_mcu_fw_send_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x1a485769 mt76x02u_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x35047380 mt76x02u_mcu_fw_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x5ec25875 mt76x02u_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x813ec2b0 mt76x02u_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xaaa28547 mt76x02u_init_mcu +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xaca26937 mt76x02u_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xfc65b7cc mt76x02u_exit_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x165e52d2 mt76x2_phy_set_txpower_regs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x36265131 mt76x2_phy_tssi_compensate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x3c339e62 mt76x2_get_temp_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x49092b36 mt76x2_get_power_info +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x4f25b1e8 mt76x2_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x628a8bcf mt76x2_mcu_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x663ab0ed mt76x2_read_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x78a0b03b mt76x2_get_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x7a7414f6 mt76x2_phy_update_channel_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x7b6771a6 mt76x2_apply_gain_adj +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x7d3ba37a mt76x2_reset_wlan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x802caa84 mt76x2_mcu_load_cr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x81730ebe mt76x2_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x92f219ce mt76x2_mcu_tssi_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xa12280dc mt76x2_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xbe6167bf mt76x2_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xc0cb1f16 mt76_write_mac_initvals +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xc929d934 mt76x2_mcu_init_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xd91ed78f mt76x2_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xe2fcdba6 mt76x2_configure_tx_delay +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x02be2e59 mt7921_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x0996dd1b mt7921_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x181b92c9 mt7921_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x1c47ff75 mt7921_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x296da665 mt7921_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x2ebe663a mt7921_mcu_fw_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x2ff96815 mt7921_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x30e2dd51 mt7921_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x3691a11b mt7921_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x447ec957 mt7921_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x706be9f4 mt7921_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x80824231 mt7921_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x81d3b5c5 mt7921_mac_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x9dfd79c9 mt7921_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xa2af1bac mt7921_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xc05227b0 mt7921_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xc19bfb14 mt7921_get_mac80211_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xcc4b2d72 mt7921_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xdac21424 __mt7921_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xdeb023b7 mt7921_mcu_drv_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xe9808371 mt7921_mac_sta_assoc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xf1b08eed mt7921_txwi_free +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xf5a7c75c mt7921_mcu_set_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x2cfdc007 wilc_netdev_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x4016a366 host_wakeup_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x4a0b8934 wilc_handle_isr +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x878b961e chip_wakeup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x8887aeeb host_sleep_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x9f3c7006 wilc_cfg80211_init +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xc7d47c00 chip_allow_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x31fab83c qtnf_chipid_to_string +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x6288d70a qtnf_core_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x63530075 qtnf_core_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x8e311d4f qtnf_trans_handle_rx_ctl_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xd6d2989d qtnf_classify_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xdac3aee6 qtnf_get_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xf3458199 qtnf_wake_all_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0044fe44 rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0c02bd4c rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1089eb42 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x153a7160 rt2800_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1b5a6496 rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x201403a6 rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x282c68da rt2800_txdone_nostatus +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2996559c rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2df194b1 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x301626bd rt2800_get_key_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x324f7e19 rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x32bff582 rt2800_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3da4ee09 rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x491727a3 rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4e1ae2ee rt2800_txstatus_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5749c1a8 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5a64d4ab rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5adb7779 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x60449d74 rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x673d68f4 rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6a189de7 rt2800_pre_reset_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6e9f0d0e rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6ed5a250 rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7b1f8c4d rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7ead0abc rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x81379d16 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x829726df rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9588903a rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x97fcbcd6 rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x99c5857e rt2800_txstatus_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9b002466 rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa59d1c5c rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xaec57d04 rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb70bef0b rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc0b38e01 rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc9f3cce5 rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd3eff965 rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd4637981 rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xdeed81fc rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe4451a75 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe70a8c89 rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf2189f64 rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf597128e rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf5bdb35d rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x13855547 rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x16321451 rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x32ac3645 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x366772a6 rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x383fc987 rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3940dacb rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3d741c87 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x4203c807 rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5028bbb2 rt2800mmio_tbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x65517352 rt2800mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x6557af0f rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x6d642b1c rt2800mmio_get_dma_done +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x97e3c029 rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x9a4d48d1 rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x9f3c8921 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x9fd7931a rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xaded8136 rt2800mmio_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xbb47630d rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xd85ba36f rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xed62ceed rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xff015d55 rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x008586ad rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x09d74c0b rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x16483e5d rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x16b40ef4 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1ad59157 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x24cf473b rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x305fa1fb rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x338165ce rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x38fcb521 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3f62007e rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4788e3a9 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x48035965 rt2x00mac_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x49744b23 rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4eecd65f rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5394d7a2 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x55e8ecbf rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x58478061 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x58ae37a2 rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5cc07aed rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5f157854 rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6ca4129c rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6df3c785 rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6e6753b1 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x707449c9 rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x77b772d0 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7c2ff1b2 rt2x00lib_txdone_nomatch +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7f8750bf rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x99ca3f93 rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9f0397e3 rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xaec3f9d5 rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xafdb64ab rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb2288fa3 rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb5f1d24f rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb793075b rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc0da270f rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc21f92b5 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc7f2f1c0 rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd1dcde0d rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd7ce1060 rt2x00lib_set_mac_address +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xda6a8f1c rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe827df2f rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xec8da00c rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xecd4f0f8 rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf1491951 rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf4344423 rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf9c9c711 rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf9fba0cb rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x3857faf5 rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x60918dfc rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xf3ab0c20 rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xf7fcc770 rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xfb1632e8 rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x0d4d1fda rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x4332b957 rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xb67e51b8 rt2x00pci_pm_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x07914d6c rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x0c3764fc rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x17fe391f rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x1eaf1148 rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x2420b3ff rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x47176401 rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x4a06c373 rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x4b9f0826 rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x5bc6e027 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x763a9c4f rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x833147bb rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x9581195c rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xc4f72d3c rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xca7b6331 rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xe096699f rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xf773833c rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2fcd3774 dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x53938431 dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x956bda8f rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xea655fc6 dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x043cd144 rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x10006cd5 rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x103f4fa2 rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x1db60565 rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x2d3315f3 rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x35e2d8d0 rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x37e0e7ac rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x395ea660 rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3f5bf9c0 rtl8723_phy_calculate_bit_shift +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3f634ae5 rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x56e002b6 rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x58b2275b rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x5e8c7781 rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x650c5968 rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x846236b3 rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8baf8913 rtl8723_phy_set_sw_chnl_cmdarray +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x94e37380 rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xb81cc4e9 rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xd5494668 rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xd8f89946 rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xda7a0a73 rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe6a5ee69 rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe9eab2d5 rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xeb876d03 rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xf283d410 rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xfabcffc3 rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xfd812699 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x00099760 rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x03dfeae7 rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x14569527 rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x198ea71a rtl_set_tx_report +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1d08a1f4 rtl_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1ee462ad rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1f572e7e rtl_get_hwinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x22dc468f rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x25b97010 rtl_tx_ackqueue +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2921a4d4 rtl_btc_status_false +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2d32cdfc rtl_lps_change_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2e5382f9 rtl_fill_dummy +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4e94cd48 rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x54ec8830 rtl_get_hal_edca_param +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x59835acb rtl_lps_enter +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x628f4d2f rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x655ccd8e rtl_efuse_ops_init +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6a72a299 read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6d95794a rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6db3ba37 rtl_update_beacon_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7dfe42df rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x97e05663 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa2c7755e rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb166ba92 rtl_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb8aa28b8 rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb95e0220 rtl_lps_leave +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbfd8a1d8 rtl_tx_report_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc215ef5b rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc413a55b rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc98a6a10 rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe6401b9a rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x002f19e5 rsi_hal_device_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x0f5c3ce9 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x24751c75 rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x43850e71 rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x8d11f316 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x96bf9f22 rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xcd173710 rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x3ca17c67 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x80fbe09f cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x8dd15e26 cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xc1507d5b cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x30b05bb5 wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xe14e4543 wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xee482593 wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x04651546 wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x050e0a67 wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x06d3b27e wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1374a414 wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x147418fe wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x17024d24 wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20351125 wlcore_get_native_channel_type +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3aec43bb wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3dba3270 wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x49660ce4 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4ffcfb59 wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x546d6677 wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x55758459 wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x563a798f wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x661fbd31 wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6a8438dd wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6a9305b5 wlcore_cmd_generic_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6af63d47 wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6eb62eb2 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x72bb3f17 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x76bf6735 wlcore_event_fw_logger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7a2ec141 wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7bd1669b wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x85498cd1 wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x85989f25 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8b0d1962 wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x927d99d8 wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x968b3b22 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9fc467fb wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa44594ee wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa80e47fb wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb23d518b wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb6fb5698 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb98fefc8 wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbce5a5ad wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc3d786bb wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc48cb331 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc82cd947 wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcaa2703d wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcf0a18b3 wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd210fe5b wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe2c47172 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xed43caae wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf2400fe2 wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf8976187 wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xff2d94c3 wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x08afc46c wwan_create_port +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x3d9bbf75 wwan_port_txon +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x4dff61e5 wwan_port_txoff +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x526bcf2a wwan_port_get_drvdata +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x60bec304 wwan_port_rx +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x8996eb63 wwan_put_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x8fd933df wwan_get_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xb6420d49 wwan_unregister_ops +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xb74c31cd wwan_remove_port +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xd37fdab6 wwan_register_ops +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x3d054c17 nfc_mei_phy_free +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x7e52e0aa mei_phy_ops +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x86a56126 nfc_mei_phy_alloc +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x3f24e5c1 nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xa5d14038 nfcmrvl_parse_dt +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xaa9fd1c6 nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xe3f706c0 nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x3331b7bc pn533_rx_frame_is_cmd_response +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x3e19a84a pn53x_register_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x7897a475 pn53x_common_clean +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x7e1bf9e3 pn53x_common_init +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x86dc0618 pn532_i2c_nfc_alloc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xae22c283 pn533_finalize_setup +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xcbfa7dcd pn53x_unregister_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xdecfd339 pn533_rx_frame_is_ack +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x01e8b7c7 st_nci_disable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x24ac53f8 st_nci_hci_cmd_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x66c4781b st_nci_hci_load_session +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x6de10a17 st_nci_probe +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x813e7c20 st_nci_discover_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x9a2c0420 st_nci_enable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xabfc0e31 st_nci_remove +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xc391b814 st_nci_hci_event_received +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x8fbfcb75 st95hf_spi_send +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x9a2337de st95hf_spi_recv_response +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0xa2a007b8 st95hf_spi_recv_echo_res +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x0862001f ntb_transport_tx_free_entry +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x30934216 ntb_transport_max_size +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x32537aca ntb_transport_link_query +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x3d54dbfc ntb_transport_tx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x3dc60666 ntb_transport_unregister_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x436098aa ntb_transport_link_down +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x82e6c13d ntb_transport_qp_num +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x9c992c8f ntb_transport_link_up +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xc270dc24 ntb_transport_free_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xc37d9036 ntb_transport_rx_remove +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xd40e7a02 ntb_transport_rx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xe0673707 ntb_transport_create_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xee4d2e81 ntb_transport_register_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xf55d6313 ntb_transport_register_client_dev +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xf9eb813f ntb_transport_unregister_client_dev +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0x5d13bcab virtio_pmem_host_ack +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0xaa8f4d27 async_pmem_flush +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x01850555 nvme_auth_generate_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x1d3b270f nvme_auth_transform_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x22e5d1de nvme_auth_augmented_challenge +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x399d9ac8 nvme_auth_hmac_hash_len +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x45d2fa10 nvme_auth_gen_shared_secret +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x51873876 nvme_auth_get_seqnum +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x610f109d nvme_auth_gen_privkey +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x61bbca78 nvme_auth_gen_pubkey +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x674c5bc1 nvme_auth_hmac_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x6adadbb4 nvme_auth_free_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x6e91ee1b nvme_auth_digest_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x780989d1 nvme_auth_dhgroup_id +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x9070925e nvme_auth_extract_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xc9bb48ac nvme_auth_dhgroup_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xcb39603c nvme_auth_hmac_id +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xf0ccf2d4 nvme_auth_dhgroup_kpp +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x00d6b68a nvme_auth_wait +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x034df404 nvme_auth_stop +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x04234766 nvme_sync_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x05442181 nvme_get_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x06c1f7a2 nvme_remove_namespaces +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1845c41f nvme_auth_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1bae715f nvme_delete_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2138cacf __tracepoint_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x332b05f2 nvme_sync_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x362db047 nvme_start_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3bf2393a __SCT__tp_func_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3c5801de nvme_alloc_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3eefd4a7 nvme_wait_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x41f1f945 nvme_remove_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x48f48fbf nvme_set_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x49224181 nvme_reset_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4db80b0e nvme_remove_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x5369a388 nvme_stop_keep_alive +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x5423eda8 nvme_cancel_admin_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x552a513d nvme_unquiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x59b5dcd4 __nvme_check_ready +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x5dc95d2c nvme_quiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x60de8991 nvme_try_sched_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x610070f7 nvme_fail_nonready_command +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x64b62862 nvme_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x64fcec4c nvme_init_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x66887cac __traceiter_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6ccab520 __SCK__tp_func_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6fdec2e6 nvme_init_ctrl_finish +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x785b3ac1 nvme_stop_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7b1f6a97 __nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7eb865ba nvme_change_ctrl_state +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x81054a41 nvme_cleanup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x813cf212 nvme_io_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8481979b nvme_alloc_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x927e3738 nvme_wait_freeze_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x92871f09 nvme_complete_batch_req +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x93f3e4d1 nvme_uninit_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x96c472b2 nvme_complete_async_event +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa5946377 nvme_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa93b292f nvme_auth_negotiate +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xac8383bf nvme_complete_rq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xaccc81ef nvme_mark_namespaces_dead +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xadaf0ff4 nvme_host_path_error +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xaeba812b nvme_set_queue_count +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb2d90140 nvme_unquiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb4339776 nvme_start_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb4f9beed nvme_cancel_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb6789b93 nvme_disable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb8a4e348 nvme_wait_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xbaef5051 nvme_setup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd45434ee admin_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd58bbbcb nvme_delete_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd8478417 nvme_enable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xdc167280 nvme_mpath_start_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe8b66698 nvme_quiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xea14396c nvme_auth_free +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf16a939e nvme_unfreeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf68ea4ab nvme_cancel_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf832b525 nvme_reset_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf8eb0a0b nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xfd6131f0 nvme_dev_attrs_group +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x1e328d22 nvmf_set_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x45582b46 nvmf_reg_read32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x56438e1c nvmf_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x6d8ee34a nvmf_connect_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x787c7aa9 nvmf_should_reconnect +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x7ddc8fda nvmf_reg_write32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x943fe9ba nvmf_ip_options_match +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x96ba335f nvmf_map_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x9dcc2ece nvmf_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xb510869b nvmf_get_address +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xd8196846 nvmf_connect_io_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xdc308eb6 nvmf_reg_read64 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xdd8af66e nvmf_free_options +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x0d12e564 nvme_fc_register_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3884f8b8 nvme_fc_unregister_localport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3e33ac54 nvme_fc_rescan_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x8a9cf5a7 nvme_fc_set_remoteport_devloss +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x959a3e74 nvme_fc_register_localport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xbb0e18a6 nvme_fc_rcv_ls_req +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xcc8a2d78 nvme_fc_io_getuuid +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xfca9dc99 nvme_fc_unregister_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x0821b51f nvmet_req_free_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x08a4c503 nvmet_req_uninit +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x0941ed2d nvmet_check_transfer_len +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x0b94c61d nvmet_req_complete +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x1dc76618 nvmet_ctrl_fatal_error +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3e0ef07a nvmet_wq +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x4ff7efee nvmet_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x65354e27 nvmet_sq_destroy +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x9b1ed2e0 nvmet_req_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xb2eb8fb5 nvmet_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xc59c3aa8 nvmet_sq_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xc7df565b nvmet_req_alloc_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x0b98123d nvmet_fc_rcv_ls_req +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x4a013682 nvmet_fc_invalidate_host +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x6ff62dab nvmet_fc_rcv_fcp_abort +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x7bfa9497 nvmet_fc_rcv_fcp_req +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x7d00b7ee nvmet_fc_register_targetport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x9ef76d99 nvmet_fc_unregister_targetport +EXPORT_SYMBOL_GPL drivers/pci/controller/pci-hyperv-intf 0x1591b2c6 hyperv_read_cfg_blk +EXPORT_SYMBOL_GPL drivers/pci/controller/pci-hyperv-intf 0x221394ae hyperv_reg_block_invalidate +EXPORT_SYMBOL_GPL drivers/pci/controller/pci-hyperv-intf 0xe5f73406 hyperv_write_cfg_blk +EXPORT_SYMBOL_GPL drivers/pci/controller/pci-hyperv-intf 0xfb921e00 hvpci_block_ops +EXPORT_SYMBOL_GPL drivers/pci/switch/switchtec 0x069fe9a0 switchtec_class +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x104872c4 mcp23x17_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x2033d62b mcp23x08_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0xcdc047ba mcp23s08_probe_one +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0x410e96fc cros_ec_sensorhub_register_push_data +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0x4a8355bf cros_ec_sensorhub_unregister_push_data +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros_usbpd_notify 0x6b1be500 cros_usbpd_unregister_notify +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros_usbpd_notify 0x8bda2df3 cros_usbpd_register_notify +EXPORT_SYMBOL_GPL drivers/platform/chrome/wilco_ec/wilco_ec 0x112134ec wilco_ec_set_property +EXPORT_SYMBOL_GPL drivers/platform/chrome/wilco_ec/wilco_ec 0x24eef51f wilco_ec_get_byte_property +EXPORT_SYMBOL_GPL drivers/platform/chrome/wilco_ec/wilco_ec 0x75bf4d33 wilco_ec_get_property +EXPORT_SYMBOL_GPL drivers/platform/chrome/wilco_ec/wilco_ec 0x8b8ae425 wilco_ec_set_byte_property +EXPORT_SYMBOL_GPL drivers/platform/chrome/wilco_ec/wilco_ec 0x914d1cad wilco_ec_mailbox +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x02863521 ssam_device_add +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x049879a1 ssam_request_sync_free +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x18ff0302 ssam_device_remove +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x1b07f2a7 ssam_client_link +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x21ad3574 ssam_get_controller +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x2d79f98c ssam_controller_event_enable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x2dad6b27 ssam_request_write_data +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x3236b901 ssh_packet_get +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x3cdd307d ssam_device_get_match +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x42eb61cc ssam_controller_stateunlock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x437360fc ssam_controller_statelock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x4db4c48d ssam_request_sync_init +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x5047b9d0 ssam_request_do_sync +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x53bfd0e9 __ssam_notifier_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x55e507d2 ssam_request_sync_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x59450cc2 ssam_controller_device +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x66e175b0 ssam_request_do_sync_with_buffer +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x6e1ab95c __ssam_device_driver_register +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x7ef1885b ssam_notifier_register +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x98b308c8 ssam_controller_event_disable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x9b8ff66c ssam_controller_put +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x9ea24ce5 ssam_device_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xa0b31137 ssam_client_bind +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xa4f42d6e ssam_controller_get +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xae6db9ce ssam_bus_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xb895d4fb ssam_device_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc2bd582d ssam_device_id_match +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xdbe1050b ssam_remove_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xf02e912f ssh_packet_put +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xf509dbfb ssam_device_driver_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xf6e43e27 ssam_request_sync_submit +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xf7b9df9d ssam_device_get_match_data +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xfe3a0e77 __ssam_register_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0x48cf4c48 san_dgpu_notifier_register +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0x4e63d373 san_client_link +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0xd60bd773 san_dgpu_notifier_unregister +EXPORT_SYMBOL_GPL drivers/platform/x86/amd/amd_hsmp 0xdfd927ba hsmp_send_message +EXPORT_SYMBOL_GPL drivers/platform/x86/asus-wmi 0x57c46ceb asus_wmi_evaluate_method +EXPORT_SYMBOL_GPL drivers/platform/x86/asus-wmi 0x6b9c0966 asus_wmi_unregister_driver +EXPORT_SYMBOL_GPL drivers/platform/x86/asus-wmi 0xeef95fd8 asus_wmi_register_driver +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dcdbas 0xd9146b52 dcdbas_smi_free +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dcdbas 0xf1a06655 dcdbas_smi_alloc +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-rbtn 0x51552fca dell_rbtn_notifier_unregister +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-rbtn 0xa060fe7d dell_rbtn_notifier_register +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0x087fd7ff dell_smbios_register_device +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0x1b0b3141 dell_laptop_register_notifier +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0x45170471 dell_smbios_call +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0x50e4022c dell_smbios_unregister_device +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0x7fd2ce06 dell_smbios_find_token +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0xb9400dbf dell_laptop_call_notifier +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0xc2871e79 dell_smbios_error +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0xd6c6b12d dell_laptop_unregister_notifier +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0xe24c7185 dell_smbios_call_filter +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-wmi 0x9d4b709e dell_privacy_has_mic_mute +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-wmi-descriptor 0x8eef8246 dell_wmi_get_hotfix +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-wmi-descriptor 0x9559234e dell_wmi_get_interface_version +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-wmi-descriptor 0xa167d064 dell_wmi_get_size +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-wmi-descriptor 0xa3dcfa65 dell_wmi_get_descriptor_valid +EXPORT_SYMBOL_GPL drivers/platform/x86/firmware_attributes_class 0x51ed4d48 fw_attributes_class_get +EXPORT_SYMBOL_GPL drivers/platform/x86/firmware_attributes_class 0xe609be46 fw_attributes_class_put +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/intel_punit_ipc 0x8ee9455e intel_punit_ipc_command +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/speed_select_if/isst_if_common 0x06f7821f isst_if_mbox_cmd_set_req +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/speed_select_if/isst_if_common 0x58a8261f isst_if_mbox_cmd_invalid +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/speed_select_if/isst_if_common 0x861369f8 isst_resume_common +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/speed_select_if/isst_if_common 0x9a5c38f2 isst_store_cmd +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/speed_select_if/isst_if_common 0xb62349f4 isst_if_get_pci_dev +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/speed_select_if/isst_if_common 0xe18f42a5 isst_if_cdev_unregister +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/speed_select_if/isst_if_common 0xf9a89445 isst_if_cdev_register +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x1c7565c2 telemetry_read_events +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x35db93a6 telemetry_get_trace_verbosity +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x5847f501 telemetry_clear_pltdata +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x5bb8e91a telemetry_raw_read_eventlog +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x665cd407 telemetry_read_eventlog +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x6b892524 telemetry_set_sampling_period +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x82bb2dbe telemetry_get_evtname +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x90551504 telemetry_add_events +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x9deec96c telemetry_set_pltdata +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0xb75bd1e6 telemetry_raw_read_events +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0xbb9a2726 telemetry_reset_events +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0xd14ffffc telemetry_update_events +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0xe1eb4be1 telemetry_set_trace_verbosity +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0xe8847f53 telemetry_get_sampling_period +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0xf00771b0 telemetry_get_eventconfig +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0xf9d5ad60 telemetry_get_pltdata +EXPORT_SYMBOL_GPL drivers/platform/x86/intel_ips 0x46809fa9 ips_link_to_i915_driver +EXPORT_SYMBOL_GPL drivers/platform/x86/mxm-wmi 0x232b5238 mxm_wmi_supported +EXPORT_SYMBOL_GPL drivers/platform/x86/mxm-wmi 0x61cdf799 mxm_wmi_call_mxds +EXPORT_SYMBOL_GPL drivers/platform/x86/mxm-wmi 0xe26032eb mxm_wmi_call_mxmx +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x065b4695 wmi_get_acpi_device_uid +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x15e32fe9 wmidev_evaluate_method +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x17b0f8ca wmi_get_event_data +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x3a90aa33 wmidev_instance_count +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x6068bedf wmi_evaluate_method +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x76ae31fd wmi_remove_notify_handler +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xaba842fe wmi_query_block +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xc9d4d6d1 wmi_has_guid +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xd5bf6c16 wmi_instance_count +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xd7752b86 wmi_set_block +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xf18bdd75 wmi_install_notify_handler +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xf57a47bd wmidev_block_query +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xfab2d801 set_required_buffer_size +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x26ca65a3 bq27xxx_battery_setup +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x42a40987 bq27xxx_battery_update +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0xfdf87ab3 bq27xxx_battery_teardown +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x3572cce7 pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x366f444a pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0xa5e1676c pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/powercap/intel_rapl_common 0x4b652f9f rapl_remove_package +EXPORT_SYMBOL_GPL drivers/powercap/intel_rapl_common 0x683e28f4 rapl_find_package_domain +EXPORT_SYMBOL_GPL drivers/powercap/intel_rapl_common 0xd4adbf35 rapl_add_package +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x3bb36db0 mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xc8d96c18 mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xc9f84b06 mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x3bae415d wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x3cea99d3 wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x6cbeeb26 wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x7242727f wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x9a139af1 wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xeb7d770e wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0x9c7dde29 wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0x149236da qcom_glink_native_remove +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0x307a6991 qcom_glink_native_probe +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xf14f5684 qcom_glink_ssr_notify +EXPORT_SYMBOL_GPL drivers/rtc/rtc-ds1685 0x11f431d4 ds1685_rtc_poweroff +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0ce4ac68 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x108222ff cxgbi_ddp_ppm_setup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x16824fb6 cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x16dbe02e cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1e12b963 cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x20b75e75 cxgbi_device_find_by_netdev_rcu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2d8b1c7e cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3275fc2c cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x43fe8902 cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x443322e0 cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4bdc0bc1 cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4c5cb8b6 cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x51810f37 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x597a4afd cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6ed34dfb cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x759394cc cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x787d6234 cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7c479113 cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7ecf913c cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7f057161 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8294e369 cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8319f739 cxgbi_ddp_set_one_ppod +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9016e906 cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x908f3c6c cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x94a4f4e4 cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9f303beb cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa033d1ca cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa6a30ef2 cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xaf2f8fd1 cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb63b32c6 cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb98394af cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc2fd74c9 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc57b8e07 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc91d6fc5 cxgbi_device_find_by_netdev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc994ca46 cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xde06888f cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe24ae6c6 cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe49a2bd0 cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xeb98e4b1 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf412ebb2 cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf8ebc583 cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf8ebc8d6 cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfa15eb31 cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfaa024a7 cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfe1afdee cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x115618be fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x41501c3f fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x51b18349 fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x57f610ca fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x6eb2276c fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x9de9e593 fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb291e52e __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb5ae73f5 fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb7f5c95a fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbac58840 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbfcc1f34 fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc3f30cc0 fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc61a27d7 fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc720b77c fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc7f7b208 fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xd40262bd fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xd78f3637 fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xee6fd2d9 fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf167cb7a fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0x1528bd09 fdomain_create +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0xebc5cb6f fdomain_destroy +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x13a7c758 iscsi_boot_create_acpitbl +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x19bbfd81 iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x4f62a711 iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x5cbb6556 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x68af644c iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x975ab5af iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xcaf946d7 iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/libfc/libfc 0x5b5d4b09 fc_seq_els_rsp_send +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0028a903 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0890f7c2 iscsi_conn_unbind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0e43f1f9 iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x18dbe317 iscsi_suspend_rx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x199b73c4 iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x19dc177d __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x22593093 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x22e214ba iscsi_conn_queue_recv +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3158e5e1 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x32eaf044 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x336e6265 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x39d48a24 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3dfa11aa iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4a3492cb iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4b7e9750 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4b95e9f3 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4e246a1f iscsi_eh_cmd_timed_out +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x515758c4 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5159c2d0 iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5806b8f8 iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5a6689b6 iscsi_session_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5e60c57d iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x617aeaca iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7c49aa69 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7c9f8b3c iscsi_conn_queue_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x824bb6dc iscsi_session_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x832a5707 iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x859f33db iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x876d98e7 iscsi_host_get_max_scsi_cmds +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8e16f248 iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8f10fc0f iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9005173d iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9423534f iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa18cd6b3 iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xade907f4 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb787fd88 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xca7d7feb iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcb6e758a iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcbe063ee iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcf5797ff iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd4f11f96 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd7cfb06b iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe10247a1 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe1c8d11d iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe3f9a7b2 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe42b75dd iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeab9cbd5 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf0ef1882 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf667bd2a iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x01d9f873 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x079f4bd0 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x23630e30 iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x257b0c67 iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x2ce07a2c iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x3793df93 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x6b33801f iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x6da152e7 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x6db855b0 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x96e0c1cb iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xaa636a74 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xaf1bd65c iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb5c95a90 iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xbe2e1a93 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd4f053de iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xeb6a6eb1 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xffac20c0 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x028ea744 sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x066a22b3 smp_ata_check_ready_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1d6f5557 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x21f370fc sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x239c7180 sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x24bf79ff sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3e513aab sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4081cdb4 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x42da58a2 sas_execute_ata_cmd +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x43a157b2 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x531977f6 sas_abort_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5d8771a5 sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x680632c2 sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6a3f2994 sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7bb69e16 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x87bcb8cc sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x90912c92 sas_lu_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x975c2919 sas_abort_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9f9835f8 sas_clear_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9fd7b165 sas_query_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa3ad8d44 sas_execute_internal_abort_single +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa5e8f486 sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa71f926c sas_execute_internal_abort_dev +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa78445f6 sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa7a5ac08 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbd8c8b0a sas_find_attached_phy_id +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbde0f458 sas_ata_device_link_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xca169c39 sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xca3c1d15 sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd427d1a6 sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xdf9568ce sas_eh_target_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe4cb3f58 sas_notify_port_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe666e9cd sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe8fdaccc sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xeaa17872 sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf1a20435 dev_attr_phy_event_threshold +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_fc 0x1336cd16 fc_eh_should_retry_cmd +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x015ca5c0 __SCK__tp_func_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x03e1fb3b __SCK__tp_func_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x07844663 iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x113dd490 iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1289e9bd iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x15dc8bab __SCT__tp_func_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1e0d1d35 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1fe6f3fe __tracepoint_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2026e742 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x230d1a09 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x264dfdb6 iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2c42d31f __SCK__tp_func_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3025b581 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3373537b iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x376a6a13 iscsi_force_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x37742008 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3cf37d5e iscsi_put_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3fae2c2d __traceiter_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x421f4723 iscsi_add_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x42c25fb6 __tracepoint_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x438f84b9 iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x47d169be __tracepoint_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x52575134 __SCT__tp_func_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x57fc2355 iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5e249316 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x63a64715 iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6912f71e iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6d9446c5 iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x75ee0ede iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x828fcb3f __traceiter_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x841c98b8 __SCK__tp_func_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8ac08a84 iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8b3d38f5 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8bbf4588 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8c013436 iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9d5eab81 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa8c4b5e1 __SCT__tp_func_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaa71e21d iscsi_put_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xac28a108 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaf823e35 iscsi_dbg_trace +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb0e3f26d iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb12b35fd iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb85e44aa iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbed3f835 iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc208b11c iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc8243768 iscsi_get_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcb04fb95 iscsi_remove_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcd667e26 __traceiter_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd3997873 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd46d39b4 iscsi_alloc_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd8226703 __traceiter_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xde22f977 __SCK__tp_func_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xde3c6258 iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdf515c49 __SCT__tp_func_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe5757881 iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe61a619d iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe7399731 iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xeae85246 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xed3d74e2 __tracepoint_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xed5b218d iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xef1ee9bb __tracepoint_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf7e749fb __SCT__tp_func_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfcbece06 __traceiter_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x0bf461d9 sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x566198fe sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x6bdd2049 sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xc6e8e50e sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x01ce04c6 spi_populate_tag_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x0ef06974 spi_populate_ppr_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xa0c71dac spi_populate_sync_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xcffa2aff spi_populate_width_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x0205b30b srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x0b520cae srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x139362b6 srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x1902178a srp_tmo_valid +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x74a1b35a srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xc20be621 srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xffbecc3a srp_remove_host +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x3fb81ed2 siox_master_alloc +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x4e5fe536 __siox_driver_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x6c8b2cbc siox_master_unregister +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x7372a8af siox_device_synced +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xb687b177 siox_master_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xefe22069 siox_device_connected +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x0a5589d5 slim_get_logical_addr +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x0c1d204d slim_do_transfer +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x13a32ec7 slim_register_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x17f910b0 slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x2e4faf5f slim_stream_enable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x3fe00cd4 slim_msg_response +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x40d845fa slim_xfer_msg +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x418526d6 slim_readb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x468ff280 slim_stream_free +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x548a72e9 slim_stream_prepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x56e55a43 slim_unregister_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x5c2274c0 __slim_driver_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x80039941 slim_device_report_present +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x901a71e0 slim_report_absent +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x91377f7e slim_stream_disable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x9d567aa7 slim_stream_allocate +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xacc42bc3 slim_stream_unprepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xc883779a slim_ctrl_clk_pause +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe4342c4a slim_free_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe480193f slim_write +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe6578524 slim_read +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xecb48abd slim_writeb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf15b8555 slim_driver_unregister +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf6e74615 of_slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf916809d slim_alloc_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xfb84147c slimbus_bus +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x7696b4f6 sdw_bus_type +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xb0308c5a sdw_unregister_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xfd077211 __sdw_register_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-cadence 0x7e592fea sdw_cdns_debugfs_init +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0xa095fcbf altera_spi_init_host +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0xb9edd149 altera_spi_irq +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x41ccc006 spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x52e2214c spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x7aad8c5c spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xa0b17dfc spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xd3256e36 spi_bitbang_init +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xe6f0339a spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-intel 0x667a1803 intel_spi_probe +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x995b0b23 spi_test_run_tests +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0xa80bcc82 spi_test_run_test +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0xac04fb88 spi_test_execute_msg +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x085dfe87 spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x1219a034 spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x151529c6 spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x2ed55a65 spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x327a40bf spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x3c3bd2c8 spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x60edb956 spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x62d3c747 __spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x64d73308 spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x6c94e69e spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x82d69bb2 spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x8501c4de spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xa9e0d319 spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xbd1cd057 spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xc3f9151e spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xc5d0ec7f spmi_device_from_of +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xddc4cfaf spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xe167a9ce spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf726b7a0 spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0xa6576a5b ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x31b4cc89 fieldbus_dev_area_updated +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x483a0dca fieldbus_dev_online_changed +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x5864b5dc fieldbus_dev_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xf02e1de0 fieldbus_dev_register +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x4246bcc8 gb_audio_apbridgea_unregister_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x46ed2a8b gb_audio_apbridgea_shutdown_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x4979d169 gb_audio_apbridgea_set_config +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x553731f3 gb_audio_apbridgea_prepare_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x5f0625c6 gb_audio_apbridgea_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x70d851ba gb_audio_apbridgea_stop_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xa39c2dcc gb_audio_apbridgea_start_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xc38530cd gb_audio_apbridgea_shutdown_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xc52fe25e gb_audio_apbridgea_register_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xd05f2bb5 gb_audio_apbridgea_prepare_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xf5b04bfc gb_audio_apbridgea_stop_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xf88fa81d gb_audio_apbridgea_start_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xf9d8f3ff gb_audio_apbridgea_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x2391227e gb_audio_gb_activate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x2640f026 gb_audio_gb_deactivate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x2783c9bf gb_audio_gb_get_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x432f06a2 gb_audio_gb_disable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x61b49cac gb_audio_gb_deactivate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x64654ef4 gb_audio_gb_activate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x6ac4bfb1 gb_audio_gb_set_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x79a3f894 gb_audio_gb_get_topology +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x7f4c2e89 gb_audio_gb_set_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x96ee0cd1 gb_audio_gb_enable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xcf2a2057 gb_audio_gb_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xd0e1dfc7 gb_audio_gb_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xd6bb6aa9 gb_audio_gb_get_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x162e764f gb_audio_manager_put_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x19e9e6b1 gb_audio_manager_remove_all +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x32e6391e gb_audio_manager_remove +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x5a108b0f gb_audio_manager_add +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x79eef2f8 gb_audio_manager_dump_all +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0xaeac8ca2 gb_audio_manager_dump_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0xfbccbdc9 gb_audio_manager_get_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0x704584dc gb_gbphy_register_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0xb505919b gb_gbphy_deregister_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0x2ad15a93 gb_spilib_master_init +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0xa4008ec2 gb_spilib_master_exit +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0xeed584fd adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/media/av7110/sp8870 0x3bc1b0f5 sp8870_attach +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x2b9b3376 target_stop_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x35b5a26f target_submit +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x43e7e6f2 target_submit_prep +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x5d24150b target_free_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xa4495b16 target_queue_submission +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xb4489234 target_wait_for_cmds +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xc65e34a6 target_alloc_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xe6b0fbc6 target_init_cmd +EXPORT_SYMBOL_GPL drivers/tee/tee 0x1a5c4bc7 tee_client_open_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x2306ab4c tee_shm_alloc_priv_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0x369a60ad tee_device_alloc +EXPORT_SYMBOL_GPL drivers/tee/tee 0x42cf989f teedev_open +EXPORT_SYMBOL_GPL drivers/tee/tee 0x5ebe09ac tee_client_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x6b3e9ca8 tee_client_get_version +EXPORT_SYMBOL_GPL drivers/tee/tee 0x6e052502 tee_bus_type +EXPORT_SYMBOL_GPL drivers/tee/tee 0x783ca438 tee_device_register +EXPORT_SYMBOL_GPL drivers/tee/tee 0x7f6c5b7c tee_shm_free +EXPORT_SYMBOL_GPL drivers/tee/tee 0x85fd9922 tee_session_calc_client_uuid +EXPORT_SYMBOL_GPL drivers/tee/tee 0xa3bf8089 tee_shm_register_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0xa4009d66 tee_client_invoke_func +EXPORT_SYMBOL_GPL drivers/tee/tee 0xa827b82c teedev_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0xb4e3313d tee_device_unregister +EXPORT_SYMBOL_GPL drivers/tee/tee 0xb94cecdc tee_shm_alloc_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0xbd244a4b tee_shm_get_va +EXPORT_SYMBOL_GPL drivers/tee/tee 0xd328f8ea tee_shm_get_pa +EXPORT_SYMBOL_GPL drivers/tee/tee 0xd86cd561 tee_get_drvdata +EXPORT_SYMBOL_GPL drivers/tee/tee 0xdb38a196 tee_client_open_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0xde3336d1 tee_shm_pool_alloc_res_mem +EXPORT_SYMBOL_GPL drivers/tee/tee 0xe47e2aaf tee_client_close_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0xfa62f8c6 tee_shm_get_from_id +EXPORT_SYMBOL_GPL drivers/tee/tee 0xff5702ca tee_shm_put +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/int340x_thermal_zone 0x322c9572 int340x_thermal_zone_remove +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/int340x_thermal_zone 0x39e727a9 int340x_thermal_zone_add +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/int340x_thermal_zone 0xd18de3b2 int340x_thermal_update_trips +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0x7bbf05cf proc_thermal_add +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0x8422f97f proc_thermal_resume +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0x9538924c proc_thermal_mmio_remove +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0x9695d426 proc_thermal_mmio_add +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0xf3d39675 proc_thermal_suspend +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0xfbefca63 proc_thermal_remove +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_mbox 0x1d38bccc proc_thermal_mbox_remove +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_mbox 0x783f10e0 proc_thermal_mbox_add +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_rapl 0x098e82d4 proc_thermal_rapl_remove +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_rapl 0x51b00b6d proc_thermal_rapl_add +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_rfim 0x6e34865f proc_thermal_rfim_add +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_rfim 0x963d0503 proc_thermal_rfim_remove +EXPORT_SYMBOL_GPL drivers/thermal/intel/intel_soc_dts_iosf 0x1acd882f intel_soc_dts_iosf_interrupt_handler +EXPORT_SYMBOL_GPL drivers/thermal/intel/intel_soc_dts_iosf 0x661e0d19 intel_soc_dts_iosf_add_read_only_critical_trip +EXPORT_SYMBOL_GPL drivers/thermal/intel/intel_soc_dts_iosf 0x9fdcc844 intel_soc_dts_iosf_init +EXPORT_SYMBOL_GPL drivers/thermal/intel/intel_soc_dts_iosf 0xa1613141 intel_soc_dts_iosf_exit +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x01d23ee1 tb_property_create_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x19dd4497 tb_xdomain_lane_bonding_enable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x1d634d69 tb_service_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x27b9ebea tb_xdomain_enable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x2b1f382d tb_ring_poll +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x30f434b4 tb_xdomain_find_by_route +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x393b4f2f tb_property_free_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x39b37f69 tb_ring_alloc_tx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4e5064a7 tb_property_find +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4e64bdfd tb_register_protocol_handler +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x581d28c0 tb_ring_free +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x603249ed tb_unregister_property_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x658e3d97 tb_property_add_immediate +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x68756cfc tb_xdomain_request +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x6bd2e3f5 tb_xdomain_find_by_uuid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x73ad2acb tb_property_get_next +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x74a97156 tb_xdomain_response +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x785eb82c tb_property_remove +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x7d49482e tb_xdomain_release_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8b62f95e tb_property_add_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x9120a858 tb_register_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x9994e301 tb_ring_stop +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x99bdd5a8 tb_ring_poll_complete +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa3d2b403 tb_property_add_data +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xaca75998 tb_unregister_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb75c818f tb_xdomain_alloc_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb7c7cdce tb_property_add_text +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xd07e092c tb_ring_start +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xd1563360 tb_xdomain_disable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xd6da88aa __tb_ring_enqueue +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xd6f34194 tb_xdomain_alloc_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xdc6862a0 tb_xdomain_release_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf1cfd1ff tb_register_property_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf33ca75c tb_xdomain_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf5252b73 tb_xdomain_lane_bonding_disable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf67da744 tb_ring_alloc_rx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf76028c7 tb_unregister_protocol_handler +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x0f651c87 ufshcd_uic_hibern8_exit +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x15959a97 ufshcd_dealloc_host +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x20db966e ufshcd_link_recovery +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x24df4204 ufshcd_uic_hibern8_enter +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x2e882973 ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x34ca40ce ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x45b7ff2b ufshcd_system_restore +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x4b4100b2 ufshcd_make_hba_operational +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x6660ec79 ufshcd_uic_change_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x6f2dff03 ufshcd_hold +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x723b1abf ufshcd_delay_us +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x745e8da4 ufshcd_dump_regs +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x783ef974 ufshcd_init +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x7a85c3c9 ufshcd_system_freeze +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x7f9fd4ed __ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x835694f7 ufshcd_fixup_dev_quirks +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x8ae9be3a ufshcd_dme_configure_adapt +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x91c9a235 ufshcd_mcq_enable_esi +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x9896c433 ufshcd_release +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xa3243387 ufshcd_clkgate_delay_set +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xb6ef1714 ufshcd_system_thaw +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xba13751f ufshcd_get_vreg +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xc8341577 ufshcd_update_evt_hist +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xcebb5d4a ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xcfd318fd ufshcd_remove +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xd45e09fd ufshcd_mcq_config_esi +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xdc6e1e63 ufshcd_mcq_poll_cqe_lock +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xde21a903 ufshcd_hba_stop +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xe4c2b67a ufshcd_config_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xeaddcf8e ufshcd_resume_complete +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xf0f2f79f ufshcd_auto_hibern8_update +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xf98616f1 ufshcd_mcq_write_cqis +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xfc64359f ufshcd_hba_enable +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x54c946de ufshcd_init_pwr_dev_param +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x5ddab53f ufshcd_populate_vreg +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x7a0460ff ufshcd_get_pwr_dev_param +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0xd82d62e3 ufshcd_pltfrm_init +EXPORT_SYMBOL_GPL drivers/uio/uio 0x70d879e5 __devm_uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xbfdae1f6 uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xf327fbf4 __uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xf5e20225 uio_event_notify +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xc3eb5e82 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xcdcb8121 usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x0a1c4657 cdns_suspend +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x1327c21f cdns_drd_gadget_off +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x15313710 cdns_resume +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x209124a2 cdns_init +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x2937a771 cdns_set_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x68ae3010 cdns_remove +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xcb1d1fbf cdns_clear_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xe8c80546 cdns_power_is_lost +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xf0cd03b6 cdns_set_active +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xfa8da6d8 cdns_drd_gadget_on +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x4c4e7147 ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x88dec8b6 ci_hdrc_query_available_role +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x937233a7 hw_phymode_configure +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xa0b590e8 ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x25654d46 ulpi_register_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x309c056b ulpi_read +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x48c71f79 ulpi_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x96999450 __ulpi_register_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xacb402a7 ulpi_write +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xe961d7e3 ulpi_unregister_interface +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x06ac061e u_audio_stop_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x077156a7 u_audio_start_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x1a683314 u_audio_set_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x33cc8a90 g_audio_setup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x3f576b80 u_audio_get_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x77f7a011 u_audio_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x82deef90 u_audio_get_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x92d2758f u_audio_set_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x96bdc069 u_audio_get_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xa94656fb u_audio_start_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xaf67e9ba u_audio_stop_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xb6a3dd91 u_audio_get_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xe6f11ff1 u_audio_set_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xe93bc791 g_audio_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xfcd671ee u_audio_set_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x01ad2bb4 gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x1570dd5d gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x1a2aec55 gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x25175ebf gether_resume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x25597807 gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x49f5478e gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x4d7ff058 gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x4f4350c7 gether_set_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x591fe3bc gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x5f499e6b gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x60bb903e gether_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x740c4608 gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x7af7c23d gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x92fe1504 gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x9bfbe7c0 gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xe109f51d gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xf64d1c18 gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xffb764d5 gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x0b3b59d1 gserial_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x60db48f5 gserial_get_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x77268a68 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x77ae60ea gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xbb8b89c5 gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xbd519d9b gserial_resume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xc0a01527 gserial_set_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xe89dc424 gserial_alloc_line_no_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xfb78a286 gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x3ef4970e ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x6c825859 ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x974ff0fd ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x01fb8f2e fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x0579141a fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1196735f fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x141fce2a fsg_common_remove_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1710b539 fsg_fs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1ccb58f7 fsg_common_set_num_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1ed4709f fsg_store_forced_eject +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x2478d535 fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x398778e1 fsg_ss_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x3c6a07d0 fsg_common_create_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x423845e4 fsg_ss_bulk_in_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x4f917380 fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x5c770650 fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x77e81693 fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x78a7f28d fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x7e26d4a5 fsg_common_set_sysfs +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x80820ee7 fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x85a0f470 fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x863175ac fsg_store_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x907a0470 fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x95cffb3e fsg_hs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x9a0221c7 fsg_common_free_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa5cae92f fsg_ss_bulk_out_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa5f99b69 fsg_fs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa83831f0 fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xab6c68ac fsg_config_from_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb3adf38d store_cdrom_address +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb52ba28a fsg_intf_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb54d0d95 fsg_fs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xd1a3e8e0 fsg_common_create_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xd78ee6a3 fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xd8f4f2db fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xdac75b45 fsg_show_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xdb30c8ad fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x33b87ef0 rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x519b6b83 rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x77c5b8b6 rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x9a6efe74 rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xa416b4fb rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xb0109938 rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xbed230ff rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xc8eeae59 rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xca2ef440 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xe4c236a4 rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xf0e67a10 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xf58bf7a1 rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xf8808579 rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xfbe4fb85 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xfc70b529 rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0a7bbfd5 usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0c589aba usb_validate_langid +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1ef104ac usb_otg_descriptor_alloc +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2404ce63 usb_otg_descriptor_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x28ef0006 usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x299b3527 usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2a5ab010 alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x303ed05c usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3ac02214 usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4beb505d usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x53eee1f4 config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5468a0a8 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7148ceb2 usb_ep_autoconfig_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x799d604d usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x810216c7 usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x96860d54 usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x968bbbcc usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x98005a6b usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9b00a3a7 usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9c2d094b usb_func_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9fb6af88 usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa4de92f3 usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb18fceb2 usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb7004ddb usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb914c81b usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbbc612ec usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbc49bf47 usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xcb6770f2 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd745c3b7 config_ep_by_speed_and_alt +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xda1c3bed usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xddd907ca usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe3cc84fa usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe4a46463 usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xedd7d6da usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf9d0904c usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfb970047 usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x0555978f udc_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x5c3dce88 udc_remove +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x5d01d078 udc_irq +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x62aa5b35 free_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x750457ba udc_enable_dev_setup_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xac1a1006 empty_req_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xc2cbf457 init_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xd7ded431 udc_basic_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xda713252 gadget_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xed4373e6 udc_mask_unused_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x004c6380 usb_ep_fifo_flush +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x056e3401 usb_gadget_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x0a0491ba usb_gadget_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x0e2202af usb_gadget_frame_number +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x137254d0 usb_gadget_clear_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x1b91f937 usb_gadget_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x1c0c7771 usb_gadget_udc_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x24ef4c91 usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2810108f usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2af38e5f usb_ep_free_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2c53cadb usb_ep_disable +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2d717b79 usb_gadget_vbus_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x329382c8 usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x391bc761 usb_gadget_ep_match_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x3aad1510 usb_gadget_set_remote_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x3ea59b5d usb_ep_alloc_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x405d007d usb_ep_set_wedge +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x4a2378ea usb_del_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x4fa2450c usb_ep_dequeue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x50b88f41 usb_get_gadget_udc_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x53c3070e usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x59456751 usb_add_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x5ddf77df usb_initialize_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x6185302f usb_udc_vbus_handler +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x6f83b532 usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x724fa095 usb_gadget_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x76f823ea usb_gadget_vbus_draw +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x784d9a58 usb_ep_enable +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x79c3b872 usb_ep_fifo_status +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x7f9734d8 usb_gadget_unmap_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x93d5fdc4 usb_gadget_giveback_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x95a62218 usb_gadget_set_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xa1f418d8 usb_gadget_vbus_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xac5667d9 usb_ep_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xb14dd2b4 usb_gadget_register_driver_owner +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xb1f2636a usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xbee6af28 usb_ep_set_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc3d4d06b usb_ep_set_maxpacket_limit +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc63c3f26 usb_gadget_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc8ac2c4f usb_ep_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xca797c75 usb_gadget_map_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xcdade5db usb_gadget_check_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xeb7c89e6 usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xfddc6aba gadget_find_ep_by_name +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-pci-renesas 0xe8e12657 renesas_xhci_check_request_fw +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0x126df7ef xhci_plat_remove +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0x7293788a xhci_plat_pm_ops +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0xff7e8be8 xhci_plat_probe +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x218c7c2c ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x8a49ce03 ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x09492220 musb_mailbox +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x0b4a8834 musb_writeb +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x2734197f musb_readb +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x669594ad musb_clearw +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x6af8c6dc musb_writel +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x719a5e41 musb_readw +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x8f1868bc musb_set_host +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xa4822fb2 musb_set_peripheral +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xade3e56c musb_writew +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xb8c004a2 musb_queue_resume_work +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xc1c87042 musb_get_mode +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xc728cdbf musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xd761e5c1 musb_root_disconnect +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xe59efb0e musb_clearb +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xf0f95e51 musb_readl +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x08f65e0c usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x6c0828e7 usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x91709197 usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xb671f673 usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xf5e72db8 usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0x87bf2362 isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0x135ff93f usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x11e3c078 usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x160ce316 usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x1a2782d5 usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x364d6edd usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x4a2e73df usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x50c2f027 usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x581ba2f6 usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5c747bb9 usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x6ccbc0cc usb_serial_claim_interface +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x6ee7959c usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x78e068b7 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7c2e7402 usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x83b8da4e usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x8a7a09ab usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x99faa758 usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xd6bcd5bf usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xda4a4405 usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xe8f1fb11 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xfd1e40cf usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xfde785eb usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0x8711287c dp_altmode_probe +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0xefb512ac dp_altmode_remove +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x6f497a3c tcpci_irq +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x9ed88a74 tcpci_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0xbe111953 tcpci_get_tcpm_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0xc529e32e tcpci_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x10ec6d2d tcpm_sink_frs +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x3b84657b tcpm_pd_transmit_complete +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x6f58bf2a tcpm_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x76eeda4b tcpm_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x9e0bd753 tcpm_pd_hard_reset +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xb655342c tcpm_pd_receive +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xc37b9769 tcpm_cc_change +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xceb50012 tcpm_vbus_change +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xd680581d tcpm_port_clean +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xda86a83d tcpm_port_is_toggling +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xea220941 tcpm_tcpc_reset +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xeb779665 tcpm_sourcing_vbus +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0c722139 usb_power_delivery_unregister_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1aa30a60 typec_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1b2eb4f4 typec_retimer_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x21e7dfd9 usb_power_delivery_unlink_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x275931a8 typec_plug_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2d1e301d typec_find_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2ed4e88c typec_set_mode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2eec29e7 typec_mux_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x30a11298 typec_partner_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x382c0f64 typec_partner_usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3bd226ec typec_switch_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x41b345dc typec_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4397a693 typec_altmode_get_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4532203c typec_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4699c0ca typec_cable_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x478888b0 typec_mux_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4a02573b typec_register_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4bc8d556 typec_cable_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x55692cc0 usb_power_delivery_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x567aba0f usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5e3788af typec_set_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x658bd5cc typec_partner_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x68e5da03 typec_altmode_exit +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6b3d9465 typec_mux_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6bbb7192 typec_retimer_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6c3a76d0 typec_unregister_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6c65a62c typec_partner_set_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6c82448e typec_unregister_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6fb643e2 typec_altmode2port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x714c213c typec_unregister_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x74387004 fwnode_typec_switch_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7892cd87 typec_retimer_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7cbaebda fwnode_typec_retimer_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x844699fe typec_port_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x86521d45 typec_switch_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8d81ada0 typec_partner_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9049491e typec_find_port_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x94166436 typec_retimer_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x988011e0 usb_power_delivery_link_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x98a60dae typec_partner_set_pd_revision +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x990c9c78 typec_switch_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9fb2c079 typec_altmode_attention +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9fbacba7 __typec_altmode_register_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9fe067b5 typec_port_register_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa254de98 typec_find_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa32e6987 typec_mux_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa5884334 fwnode_typec_mux_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa681543c typec_switch_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa9c68f43 typec_switch_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xaf1fb4bd typec_partner_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb36a4e01 typec_port_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb8518583 typec_set_vconn_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbdaf151d typec_set_pwr_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbe67edb0 typec_retimer_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc15033ab typec_register_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc4a8cbb0 typec_plug_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc5b21092 typec_register_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc604ff87 typec_match_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc740cf6e typec_cable_is_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xcbea95db typec_altmode_notify +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xcc5a21f2 typec_get_negotiated_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xce23c693 typec_get_fw_cap +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd2fa1286 typec_switch_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd79ec1e0 typec_altmode_vdm +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xdae4186e typec_altmode_update_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xdcc6b410 typec_mux_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xdf024a3b typec_cable_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xdfd5d1b4 typec_altmode_enter +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe25eabc8 usb_power_delivery_register_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xeafc1eb8 typec_find_port_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xebadd7d8 typec_get_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf090b13f typec_altmode_put_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf1234a8b typec_find_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf2eee1a8 typec_set_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf47ac4d7 typec_altmode_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfb0b87cc typec_unregister_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfc8df340 typec_mux_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfec5d0ba typec_altmode_get_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xff7d49c0 typec_set_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x07d4652f ucsi_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x201ceea8 ucsi_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x43bbaef6 ucsi_resume +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x656ec45e ucsi_create +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x667b44b8 ucsi_send_command +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x78b945df ucsi_register +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x878d9e08 ucsi_destroy +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xb7f4ee42 ucsi_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xcc1aff92 ucsi_connector_change +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x08c22ba1 usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x259f610e usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x3b480c8f usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x408cf4a8 usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x5fd897eb usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x66a2a13a usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x850325ee usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x8dfb8ae3 usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x93e3fd38 usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xcc87b125 usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd02753dc usbip_header_correct_endian +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd0513549 usbip_in_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe1ea0586 usbip_dump_header +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xfba7d7ef dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xfecfdd99 usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x02e631ba vdpa_mgmtdev_unregister +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x104d4b4d _vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x14599d8f __vdpa_alloc_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x229fc482 vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x3960985f __vdpa_register_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x3b202f47 vdpa_unregister_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x81d6e10f vdpa_get_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x920e667b _vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xb91a0d90 vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xba945419 vdpa_mgmtdev_register +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xd84c6184 vdpa_set_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0x16458de3 vdpasim_create +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0xf6d2cc85 vdpasim_schedule_work +EXPORT_SYMBOL_GPL drivers/vfio/mdev/mdev 0xe7fc40a2 mdev_bus_type +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x02f3ad9a vfio_pci_core_init_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x0864bd3f vfio_pci_core_register_dev_region +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x17be7c70 vfio_pci_core_ioctl_feature +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x1aaa8a78 vfio_pci_core_mmap +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x1fcfdcb7 vfio_pci_core_release_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x37809439 vfio_pci_core_unregister_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x3ee41a3c vfio_pci_core_read +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x46eb4980 vfio_pci_core_sriov_configure +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x47c5a578 vfio_pci_core_close_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x48895db9 vfio_pci_core_request +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x4cf699b8 vfio_pci_core_set_params +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x4f1f0a33 vfio_pci_core_register_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x61957d54 vfio_pci_core_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x76289172 vfio_pci_core_err_handlers +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x9b53a9b0 vfio_pci_core_match +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xa5999e8a vfio_pci_core_aer_err_detected +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xab5ba017 vfio_pci_core_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xb37517d3 vfio_pci_core_disable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xd661bcb6 vfio_pci_core_finish_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xeffc8003 vfio_pci_core_write +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x046ec1f7 vfio_file_has_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x09281620 vfio_assign_device_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x18e8ffbe vfio_virqfd_enable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x24591c2f vfio_register_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3f748360 vfio_file_enforced_coherent +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x48ee7465 vfio_device_set_open_count +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x5b80e8f2 vfio_file_set_kvm +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x5ebb0524 vfio_iommufd_emulated_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x60a634c4 vfio_info_cap_add +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x61ed4032 vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x732e7c9b vfio_file_is_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7c41dc31 vfio_register_emulated_iommu_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7d2ed4c3 iova_bitmap_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x8d212365 vfio_iommufd_emulated_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xa90a3572 vfio_mig_get_next_state +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xa954796a vfio_file_iommu_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc129a22e vfio_unregister_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc5998aed vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xcac1e90b vfio_iommufd_emulated_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xcf64103f _vfio_alloc_device +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xd72590c6 vfio_iommufd_physical_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xddecf78d vfio_virqfd_disable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xedfae91f vfio_iommufd_physical_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xee212998 vfio_iommufd_physical_bind +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0e28fe8e vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x136e1d3d vhost_set_backend_features +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1782fcd9 vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1c495f45 vhost_dev_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1c9238cc vhost_clear_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x20e30343 vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2842085c vhost_worker_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2c1b26c4 vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x30f27a57 vhost_enqueue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x377c8eba vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x39cf8aca vhost_vq_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3c7618ca vhost_vq_avail_empty +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x44ea2f0f vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4d685ff6 vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x559d55ec vhost_vq_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x578b1b5b vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5ffd8f9b vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x671229d5 vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x68b46d76 vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6b436c3c vq_meta_prefetch +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6baa6903 vhost_vq_is_setup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6ca05a68 vhost_chr_read_iter +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x77ec28fd vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7aa8dfe4 vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x82cd4e54 vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x860766d0 vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x86620f98 vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x868c5454 vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x93b97a8f vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x990690f4 vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa909cfc5 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xaf230b91 vhost_init_device_iotlb +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb63d568e vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xbcafcdad vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc4ac498b vhost_vq_has_work +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc7629705 vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd710f65e vhost_new_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xde5d59ec vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe56b5a9d vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe9c1f360 vhost_exceeds_weight +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xed3119dc vhost_dequeue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf9de30d3 vhost_vq_init_access +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfd2b3e45 vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfeb9101a vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x38ff875f vhost_iotlb_add_range +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x5f4e5249 vhost_iotlb_reset +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x69e872f9 vhost_iotlb_itree_first +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x6bec0e66 vhost_iotlb_del_range +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x83be64b9 vhost_iotlb_itree_next +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x885512a2 vhost_iotlb_add_range_ctx +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x8a7d8ee9 vhost_iotlb_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xa24517eb vhost_iotlb_free +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xc577832d vhost_iotlb_alloc +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xf9deb0db vhost_iotlb_map_free +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x258c18dd ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x3dea80f9 ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x58764fb3 ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x5f50a6e9 ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x6022c279 ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xa1692a22 ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xe41a0ae3 ili9320_write +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0x656bd734 fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x30e80f10 sis_malloc_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x4097782a sis_free_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/vermilion/vmlfb 0x016e6c20 vmlfb_unregister_subsys +EXPORT_SYMBOL_GPL drivers/video/fbdev/vermilion/vmlfb 0x90c018c6 vmlfb_register_subsys +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0x0c735d55 viafb_find_i2c_adapter +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0x30cc9311 viafb_request_dma +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0x31469540 viafb_pm_unregister +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0xb4606f8d viafb_irq_disable +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0xb4f863e6 viafb_pm_register +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0xcaefb732 viafb_release_dma +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0xcd538333 viafb_irq_enable +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0xce990048 viafb_dma_copy_out_sg +EXPORT_SYMBOL_GPL drivers/w1/wire 0x205b4b92 w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x3d923058 w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x551aff2f w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x63757e92 w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x710f73df w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0x8b3fb292 w1_touch_bit +EXPORT_SYMBOL_GPL drivers/w1/wire 0xdcf3d243 w1_triplet +EXPORT_SYMBOL_GPL drivers/w1/wire 0xe19da28b w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xe973fbf5 w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0xeebf4690 w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0xf5aaf1ce w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xf7491f80 w1_read_8 +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x637c9154 xen_front_pgdir_shbuf_map +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x680038d0 xen_front_pgdir_shbuf_alloc +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x77358f7c xen_front_pgdir_shbuf_get_dir_start +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xd938fc21 xen_front_pgdir_shbuf_unmap +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xfb0ad1f8 xen_front_pgdir_shbuf_free +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0xa260bb95 xen_privcmdbuf_fops +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0xf5b2ef49 xen_privcmd_fops +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x0bf3145b dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x0ea8a9f8 dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x4b62826c dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x8a6c5f1b dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcd224e1d dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xd5f6b9d5 dlm_posix_lock +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x043d1d0e nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x0a525415 nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x12587646 nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x5700f5da nlmclnt_rpc_clnt +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9cbde0a0 nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9e6342a0 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xaa1a2aa8 nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xcefd9bc3 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xde2836c2 lockd_down +EXPORT_SYMBOL_GPL fs/netfs/netfs 0x3d982364 netfs_extract_user_iter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x00b9bc34 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x00e8db2d nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x00fe1efe nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0294c6a2 nfs_callback_nr_threads +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x03eacb8c nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x04938287 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x05fd5c95 nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x09eec384 nfs_file_fsync +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0b917b3c __SCK__tp_func_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10962bc2 nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x13863dc7 nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x13b94c58 nfs_check_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x15eb5b2c nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x16cf7fce __SCK__tp_func_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x185912f4 nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1b257665 nfs_set_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1d13afc3 nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1dc29423 nfs_access_get_cached +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1e1f0547 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1eb23948 __SCK__tp_func_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1ff7dded nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x213d8433 nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22d795a8 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x24ed068e nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x27ca2dad nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x27cea3f5 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x29d05137 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2a066616 nfs_client_init_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2d7341a8 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2e307444 nfs_d_prune_case_insensitive_aliases +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2f816d8d nfs_add_or_obtain +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2fa1ecb4 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x30d4551f nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x32ad9d5d nfs_wait_on_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x353c1d83 nfs_writeback_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x371ca2c0 nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x37239e6d __SCT__tp_func_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x375a94c7 nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x37821600 nfs_client_init_is_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x38474011 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3c39d902 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3c7bbd33 nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3d1acf84 get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3d7add99 nfs_free_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40739385 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40d96e49 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4ab5b4be nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4c253c45 nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4f0e6493 nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4f1074b5 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x52e67358 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x53f020e0 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x561a94be nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5632b70a nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x57ba6d3a nfs_filemap_write_and_wait_range +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x584b8482 nfs_inc_attr_generation_counter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x589f29e2 __SCK__tp_func_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x58acdc06 nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x58f08c41 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5a7c82f1 nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5aa40f9b alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5c490760 nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5ea6e4ad nfs_probe_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5fee9bd3 nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x648604c5 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x64d02f7d nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6532cd10 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x659b1f72 nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x662e8f6b nfs_alloc_fattr_with_label +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6863f5c8 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x693c6f48 nfs_pageio_resend +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x69f46ab1 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6c92dc7b nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6cad2922 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e20ffcc nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e6c40d5 nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6ffff931 __traceiter_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x702cf1e5 nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x71300e51 nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x74eb11f3 nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x79225be1 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7d371078 __tracepoint_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7d7cb8d2 nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7f39ec08 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x80cabf41 __tracepoint_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x81446ee7 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8499de4f nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x84c534ab nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x86418509 nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x868d9838 nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x86dd8495 __traceiter_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8726a49e nfs_clear_verifier_delegated +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x88d49221 __tracepoint_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x88ee5809 nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8abdaf10 register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8de1936a nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8e5bac4a nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x92b6a023 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x92d5dca1 nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x94749124 nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x94f21f76 nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x952ed19a nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x958a96d3 __tracepoint_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9672d07a nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x97a9313f nfs_scan_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x97dcd789 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b0ece8 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9d49d016 nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9d919c44 __SCT__tp_func_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa011537a nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa293b668 nfs_sync_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa2bef7d0 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa40caebb nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa76b6cad nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa9c21dc4 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaa533b92 nfs_release_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaa5375c4 __traceiter_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaafd4acc max_session_cb_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xabf64974 nfs_get_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaea8d616 nfs_set_verifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb07e5da9 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb2671bbf nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb2a2d24b nfs_sysfs_add_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb38ec0bf nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb4aa536b nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb5ebb275 nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbd28d1b7 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbd3b8a09 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbe14b7ed nfs_sysfs_link_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc106a3f7 nfs_request_add_commit_list_locked +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3a2be67 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc579d350 nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6c8b8f1 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc7a5bab3 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xce2c3989 __traceiter_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xce7d7c86 nfs_async_iocounter_wait +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcf6a6f40 nfs_pgio_current_mirror +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd26233ae nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd5f1700e nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd8ee22c9 nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdcfc44b6 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdfb94913 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe12c5550 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe45f9b7b nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe7a64bb7 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe883654d nfs_put_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeb18e404 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xed7f60ab nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xedc615da nfs_reconfigure +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xef1c7044 nfs_client_for_each_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf0526bf7 nfs_try_get_tree +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf32e2cc8 nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf43f9b9e nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf5f7f8cd nfs_commit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf6947b60 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf6b15f89 nfs_read_alloc_scratch +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfa0e32ac nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfac31e76 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfaf0a3ad nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc4a5be3 nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfd3c0de6 __SCT__tp_func_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfeb42418 __SCT__tp_func_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfedff7e6 nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0x222cf190 nfs3_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x00d5633d nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x054bef45 layoutstats_timer +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0b0a1706 nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0be62323 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0ea351b4 __SCK__tp_func_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0fbc1793 nfs4_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1172694f nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x15c5cb6e __tracepoint_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x16a4996f __SCK__tp_func_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x16c9fd01 __tracepoint_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x18e75751 __SCT__tp_func_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1c590ed3 pnfs_free_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1d965ebd nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1e4dabd1 __SCK__tp_func_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x21ac0223 pnfs_generic_ds_cinfo_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x21cb2ced __traceiter_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2585a82e nfs42_proc_layouterror +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x26912b87 pnfs_alloc_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x26db76b9 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x28d64577 nfs4_decode_mp_ds_addr +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2a8c825d pnfs_generic_scan_commit_lists +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2b16e909 __SCT__tp_func_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2d323e8a nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x348b1a10 nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3db537b0 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3de31396 nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3f3e9099 __traceiter_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x40aed0f4 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x428e79f4 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4a1eb430 pnfs_add_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4a8992c4 __tracepoint_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4dd5a433 __SCK__tp_func_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4f79f28e pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x51165a42 __traceiter_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x52d59a16 pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5358e947 pnfs_layout_mark_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5ad6e447 __traceiter_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5d701f42 pnfs_generic_pg_cleanup +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6085edbd nfs_map_string_to_numeric +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x63826d35 __SCT__tp_func_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69cba130 nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69d3558d pnfs_generic_rw_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6a5eb444 __SCT__tp_func_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6a925097 __SCT__tp_func_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x74a7302f pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7505ec5f __SCK__tp_func_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x760f0b19 __tracepoint_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x76a77a92 __tracepoint_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x77b9697c nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x78b29bef nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x78da957f nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x794fc493 __traceiter_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x79a5bd9d pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7bd730b6 nfs4_pnfs_ds_put +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7e42bd3f __SCT__tp_func_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7f09572d nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8012c34c __SCK__tp_func_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x828ec55b pnfs_report_layoutstat +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x87134095 pnfs_nfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x891c5e50 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8cf9ab90 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x916d9ff4 pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x92b160e5 pnfs_read_resend_pnfs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x930a94fd __SCT__tp_func_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x96a8b3f1 __traceiter_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x96c4643f __SCT__tp_func_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x97058860 pnfs_generic_search_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x97daa4ce pnfs_generic_commit_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9857dda7 nfs4_mark_deviceid_available +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9d94fc40 nfs4_pnfs_ds_connect +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9fecb73b pnfs_generic_pg_check_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa0d7a7b3 pnfs_generic_ds_cinfo_release_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa0f07ab3 __tracepoint_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa330ac4e pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa3beaa80 __tracepoint_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa770f052 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xab9224d5 __traceiter_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xacb84546 nfs4_test_session_trunk +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xadeca730 __SCT__tp_func_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb54224f2 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb5c92289 nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb8ec397e pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xba8552a0 __SCK__tp_func_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbf449c4e pnfs_generic_recover_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc315df38 nfs4_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc356a0bb nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc361c3c5 __SCT__tp_func_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc473106d pnfs_error_mark_layout_for_return +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc96f3202 pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcc21ce5c __SCT__tp_func_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcce81d86 __SCK__tp_func_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcd73078d pnfs_layoutcommit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd1744085 nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd2c694e1 __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd3612d47 pnfs_generic_pg_check_range +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd419e4f6 __SCK__tp_func_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd7af2fcd __traceiter_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd7e05297 pnfs_generic_clear_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdeb5edce __SCT__tp_func_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdeba54d0 pnfs_generic_write_commit_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe0b2a73b pnfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe146566a __SCK__tp_func_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe24f5bee pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe2b78680 __traceiter_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe2b92bcf __SCK__tp_func_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe2e6fdeb __SCK__tp_func_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe4322b8b pnfs_generic_prepare_to_resend_writes +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe55234b7 __traceiter_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe65b340f nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe78333c8 __tracepoint_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xee56f031 __tracepoint_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xeee4df0c __traceiter_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf32fa2b7 __SCT__tp_func_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf3c13ec2 __traceiter_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf3fff17f __SCK__tp_func_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf5bf138d __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf76deb3b pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf7801360 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf7b9d833 pnfs_generic_layout_insert_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf804d383 __traceiter_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf8f4bcf1 __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf999267e pnfs_generic_commit_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfbdd05cb __tracepoint_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x130f5450 locks_start_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x1fe1e1ad locks_end_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x52f83c29 locks_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x8c80dea0 opens_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x5f653901 nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x8417119d nfsacl_decode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x989b84ef nfs_stream_decode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xc6b6db81 nfs_stream_encode_acl +EXPORT_SYMBOL_GPL fs/nfsd/nfsd 0x7025db7a nfsd4_ssc_init_umount_work +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x09c28820 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x2563e765 o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4900035b o2hb_stop_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4ab2b9b6 o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x58c88ff2 o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x5e95a4b2 o2net_send_message_vec +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x6a0c3847 __mlog_printk +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x81a17396 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa753d148 o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa941cb47 o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xb6ebf62a o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbd13ee5d o2hb_check_node_heartbeating_no_sem +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc4d99852 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd859ac8c o2net_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xdb1c4b84 o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xe6a8407e o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf1a5611d o2net_unregister_handler_list +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf56c2017 mlog_not_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf982e6db o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xfe1298f3 o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xfed94045 o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x0e249e83 dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x4c1b525e dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x62204ef3 dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x8712a99a dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x9a7a3d05 dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xa74b95fd dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd7ba575e dlm_errmsg +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd8fa57a6 dlm_unregister_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x095008a4 ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x0a726931 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x0cfd3fc5 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x1475f64b ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x3ca8f5f5 ocfs2_plock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x76f40744 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x86a69e5a ocfs2_kset +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x9507547f ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xaf969565 ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xc0e5e456 ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xc5196999 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xc9fae756 ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xcafdd707 ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xd344e4ee ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xd806a273 ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x43cc3d4b pstore_blk_get_config +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x96289078 register_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0xddf632d3 unregister_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0x2d047578 register_pstore_zone +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0xc5c9755a unregister_pstore_zone +EXPORT_SYMBOL_GPL fs/smb/common/cifs_arc4 0xabd9af6d cifs_arc4_crypt +EXPORT_SYMBOL_GPL fs/smb/common/cifs_arc4 0xc4c73891 cifs_arc4_setkey +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0x798f3830 cifs_md4_init +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0xceecd9e4 cifs_md4_final +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0xdef1096d cifs_md4_update +EXPORT_SYMBOL_GPL lib/842/842_compress 0xcf048a91 sw842_compress +EXPORT_SYMBOL_GPL lib/842/842_decompress 0xa4adedf1 sw842_decompress +EXPORT_SYMBOL_GPL lib/bch 0x0c303f52 bch_encode +EXPORT_SYMBOL_GPL lib/bch 0x0d3e3481 bch_free +EXPORT_SYMBOL_GPL lib/bch 0x1a267fa8 bch_init +EXPORT_SYMBOL_GPL lib/bch 0x860a2eab bch_decode +EXPORT_SYMBOL_GPL lib/crc4 0x696b3a5a crc4 +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x0105b595 des_encrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x574eda34 des3_ede_decrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x856a5ef3 des3_ede_encrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa6aa9857 des_decrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa77b3b62 des3_ede_expand_key +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa8fb743d des_expand_key +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0x4b45fb6e poly1305_init_generic +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0x7f376d08 poly1305_final_generic +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0xfa617389 poly1305_update_generic +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x27f5bf4e notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xc05b53f1 notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/polynomial 0xb8b44e50 polynomial_calc +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x1803a6ed raid6_2data_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x804a5b70 raid6_call +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0xe4b051cf raid6_datap_recov +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x1d29b9e1 decode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x561835eb init_rs_non_canonical +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x63adbf92 encode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xa32f3d9e decode_rs16 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xeb2f825c init_rs_gfp +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xfd581da1 free_rs +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0x78969366 lowpan_header_decompress +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0xb1a5c435 lowpan_header_compress +EXPORT_SYMBOL_GPL net/802/garp 0x56bd73e3 garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0x5c5c4a13 garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0xa3dd5185 garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0xb9edd137 garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0xbd5c7e52 garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xfc1087d5 garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x0be8e1f7 mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x2229bf31 mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0x53ab96d5 mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x6548d522 mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0xe731cf6c mrp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0xe811d564 mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/stp 0xb871cb47 stp_proto_unregister +EXPORT_SYMBOL_GPL net/802/stp 0xd579138c stp_proto_register +EXPORT_SYMBOL_GPL net/9p/9pnet 0xa1dd432f p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/9p/9pnet 0xca8c2818 p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/atm/atm 0xb09faf79 register_atmdevice_notifier +EXPORT_SYMBOL_GPL net/atm/atm 0xcfb6a3da unregister_atmdevice_notifier +EXPORT_SYMBOL_GPL net/ax25/ax25 0x80479ca8 ax25_register_pid +EXPORT_SYMBOL_GPL net/ax25/ax25 0xac93ae05 ax25_bcast +EXPORT_SYMBOL_GPL net/ax25/ax25 0xaeb7451e ax25_defaddr +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x01e01da2 l2cap_chan_set_defaults +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x06c5c303 l2cap_add_psm +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x12d6c277 l2cap_chan_put +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x2da2de45 l2cap_chan_connect +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x312f9a8c l2cap_chan_create +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x315277d6 l2cap_chan_list +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x692ca7e5 l2cap_chan_del +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x959e7e2d l2cap_chan_send +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xcf518282 bt_debugfs +EXPORT_SYMBOL_GPL net/bridge/bridge 0x02df092f br_vlan_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x13313917 br_dev_queue_push_xmit +EXPORT_SYMBOL_GPL net/bridge/bridge 0x14b63f67 br_mst_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x16a5640e br_forward_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x1b34dae2 br_vlan_get_proto +EXPORT_SYMBOL_GPL net/bridge/bridge 0x298f0e88 br_forward +EXPORT_SYMBOL_GPL net/bridge/bridge 0x2f3de12e br_vlan_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x324103b5 br_port_get_stp_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0x3268cddf br_mst_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x3a1ccec9 br_vlan_get_pvid_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0x49e51b9f br_vlan_get_pvid +EXPORT_SYMBOL_GPL net/bridge/bridge 0x55c472ce br_multicast_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x5675571d br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x7b7c3ca4 br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x7c133d7f br_mst_get_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0x9d21cb3d br_handle_frame_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0xbb9e3a14 nf_br_ops +EXPORT_SYMBOL_GPL net/bridge/bridge 0xcd3c7e64 br_fdb_find_port +EXPORT_SYMBOL_GPL net/bridge/bridge 0xdf566b2d br_get_ageing_time +EXPORT_SYMBOL_GPL net/bridge/bridge 0xe7d1953d br_vlan_get_info_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf1e44e23 br_fdb_clear_offload +EXPORT_SYMBOL_GPL net/bridge/bridge 0xfa2e2fd1 br_multicast_has_querier_anywhere +EXPORT_SYMBOL_GPL net/bridge/bridge 0xfb166b30 br_multicast_router +EXPORT_SYMBOL_GPL net/bridge/bridge 0xfef052bc br_port_flag_is_set +EXPORT_SYMBOL_GPL net/bridge/bridge 0xff952872 br_multicast_has_router_adjacent +EXPORT_SYMBOL_GPL net/dccp/dccp 0x01743f56 dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x07cbc388 dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0x182ec2bf dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1c3fbd38 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x25429e07 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0x31930b78 dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x33dc9cb9 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5bf319bf dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x61ad6719 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x69256113 dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6a0e7aa9 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x719b5adc dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7228dda7 dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7468355d dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x786d3a37 dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7bc4a916 dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x80993155 dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8171199a dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86c9f324 dccp_destruct_common +EXPORT_SYMBOL_GPL net/dccp/dccp 0x93de405d dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9de07d87 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa2547f72 dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa2da5ee3 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0xada866b7 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xaf756ab4 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc09f510c dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd078796a dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd75b7072 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd7cdb975 dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0xdd8384a5 dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe3218853 dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe7372b57 dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe87ffcdc dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0xed23662e dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0xefd4d9b2 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf4685b22 inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf84483e8 dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x089fe2f5 dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x34175650 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x5e8aae97 dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x8599acc2 dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xa83519cc dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xe60ba27f dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x036083e7 dsa_devlink_resource_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0c6039ac dsa_flush_workqueue +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1293b5d9 dsa_mdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1b8c089c dsa_tag_8021q_bridge_join +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x223d3fa8 dsa_unregister_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x3f455c2d dsa_devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x417d1fed dsa_8021q_rx_switch_id +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x42b8c2e0 dsa_tag_drivers_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x45ca5090 dsa_tag_8021q_bridge_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x46916de7 dsa_devlink_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x4a1b611b dsa_switch_resume +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x50330b12 dsa_tag_8021q_bridge_leave +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x5cb9e67f dsa_8021q_rcv +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x77b0d66c dsa_port_from_netdev +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7926a304 dsa_fdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7e13f48e dsa_enqueue_skb +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x8a8b0a01 dsa_slave_dev_check +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x8b61afce dsa_devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x92b9cc3f dsa_devlink_resources_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x97b3d7b4 dsa_tag_drivers_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x99ff1bee dsa_port_phylink_mac_change +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9a87fa3f dsa_switch_shutdown +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9e59271d dsa_8021q_rx_source_port +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9e97fe9b dsa_tag_8021q_standalone_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9ffa4af3 dsa_8021q_xmit +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xa89f4d39 dsa_devlink_params_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb45a2025 dsa_switch_find +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xbc5f6862 dsa_tag_8021q_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc23e8d5f dsa_devlink_region_destroy +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc83bd380 dsa_register_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc93351df dsa_devlink_port_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xce1709e2 dsa_switch_suspend +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd077e855 dsa_devlink_param_get +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd25f501b dsa_devlink_params_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe71f434d dsa_tag_8021q_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf13e1803 vid_is_dsa_8021q +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf3fd7c36 dsa_tag_8021q_find_port_by_vbid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xfd3e2b67 dsa_devlink_param_set +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x2a3d656f nl802154_beaconing_done +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x63d7569d nl802154_scan_event +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x6d081003 ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x7dd0e94e ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x87e2553b ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xb0290497 ieee802154_mac_cmd_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xba74c430 ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xc41a18a9 ieee802154_mac_cmd_pl_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xdeb8677f ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xe3c28cb2 nl802154_scan_done +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xf96c7771 ieee802154_beacon_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xfb982fd2 nl802154_scan_started +EXPORT_SYMBOL_GPL net/ife/ife 0x3d58f119 ife_encode +EXPORT_SYMBOL_GPL net/ife/ife 0x6210e871 ife_tlv_meta_next +EXPORT_SYMBOL_GPL net/ife/ife 0x67db2029 ife_tlv_meta_decode +EXPORT_SYMBOL_GPL net/ife/ife 0x9e13a902 ife_decode +EXPORT_SYMBOL_GPL net/ife/ife 0xe7888e98 ife_tlv_meta_encode +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x3fc36870 esp_output_tail +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x861ecf83 esp_output_head +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xaf58832b esp_input_done2 +EXPORT_SYMBOL_GPL net/ipv4/gre 0x260fb311 gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xdd6d0295 gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x12a7fdda inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x13be81a0 inet_diag_msg_common_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x2be4ba64 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x4264652e inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x79d021b0 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x86d50c96 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xcef32bdd inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xddb240a3 inet_diag_find_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xde08c9c7 inet_diag_msg_attrs_fill +EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0x2f8cc924 gretap_fb_dev_create +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x0f29a205 ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x1c8d41d4 ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x2684034f __ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x284e756c ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3e8a448e ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3ee32ac6 ip_tunnel_encap_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x419a97a3 ip_tunnel_siocdevprivate +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x451d1bdb ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x60c04af5 ip_tunnel_delete_nets +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x6208b6c1 ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x732585d5 ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x86aabd0f ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9bf8d1a1 ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xa09b0526 ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xbbf9dc81 ip_tunnel_ctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xbd3662b0 ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xced74401 ip_md_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0xe5ab3588 arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x85c62af4 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x7043151e nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x9e2f84c1 nf_defrag_ipv4_disable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0x0848573a nf_dup_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x1dcef15f nf_send_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x745cecfc nf_reject_ip_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x8e818926 nf_reject_skb_v4_tcp_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xa69b39c4 nf_reject_ip_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xd3b7a1a3 nf_reject_iphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xeaa8a7e1 nf_reject_skb_v4_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xeeb728e7 nf_send_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0xc54d167a nf_sk_lookup_slow_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x3c918714 nf_tproxy_laddr4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0xd530345f nf_tproxy_get_sock_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0xdf9fb38f nf_tproxy_handle_time_wait4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x3305269a nft_fib4_eval +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x5b55dcc2 nft_fib4_eval_type +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x2e2fcb6c tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x360a67b5 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x56f4efef tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xd4aa456f tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xdaa51fb8 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x17c8b9ed udp_tunnel_xmit_skb +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x1e1fbe86 udp_tun_rx_dst +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x3a67eec7 udp_tunnel_notify_add_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x5e8a6b28 udp_tunnel_notify_del_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x8a985506 udp_tunnel_push_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xa91cf6a3 udp_tunnel_sock_release +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xc6774305 udp_tunnel_drop_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xdadb872b setup_udp_tunnel_sock +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x85c4661c esp6_output_tail +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x9572a716 esp6_input_done2 +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xd9bede10 esp6_output_head +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x541ab958 ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x718d8b5c ip6_tnl_encap_setup +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x88564edb ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0xbf0bd255 udp_sock_create6 +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0xded630bd udp_tunnel6_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x396e465d ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x92bce727 nf_ct_frag6_gather +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xdb6ee2ce nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xef4b9b2c nf_defrag_ipv6_disable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0x803db4f7 nf_dup_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x291c38e5 nf_reject_ip6_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x736aeeb5 nf_reject_ip6_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x79160a20 nf_send_unreach6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x7db479df nf_reject_skb_v6_unreach +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xd8ccc29d nf_send_reset6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xda2e34fc nf_reject_skb_v6_tcp_reset +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xdb94beae nf_reject_ip6hdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0x422ab713 nf_sk_lookup_slow_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x32e0a09d nf_tproxy_handle_time_wait6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x6230e570 nf_tproxy_get_sock_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xc4667e2a nf_tproxy_laddr6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x572ca51e nft_fib6_eval_type +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x8cc3d0c5 nft_fib6_eval +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x04ca50cd l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0e24e9dd l2tp_tunnel_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x12595856 l2tp_session_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x16638246 l2tp_session_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x19faf61f l2tp_tunnel_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x237bc1ec l2tp_sk_to_tunnel +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x271e4d8c l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x356451db l2tp_tunnel_get_session +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x495235dd l2tp_recv_common +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x4f9cc14c l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5c85ddf1 l2tp_session_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5d571d27 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7c5b07f1 l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x83c54bae l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x8c13c158 l2tp_session_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa00a86d0 l2tp_tunnel_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xbc35e8d6 l2tp_session_get_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc8be49c4 l2tp_tunnel_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc9460d55 l2tp_session_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd5ba05ff l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xffc319d0 l2tp_tunnel_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_ip 0x43aae05d l2tp_ioctl +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0xdad6a949 l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x05061fd8 ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0c6f3d44 ieee80211_calc_tx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x16ad7c5f ieee80211_tkip_add_iv +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1b7c78ba ieee80211_find_sta_by_link_addrs +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1dab0efe ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3b5ed45d ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x44ed63a1 ieee80211_iterate_stations_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x45a09bc9 ieee80211_update_mu_groups +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x46077d3a ieee80211_calc_rx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x47d36a46 ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4c42f2ba ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5624f74c ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x60b4beda ieee80211_set_active_links +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x71bc2864 ieee80211_set_active_links_async +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7999bfff ieee80211_iterate_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8df34429 ieee80211_hw_restart_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x95fae10d ieee80211_iterate_active_interfaces_mtx +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9e1c1431 ieee80211_key_replay +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa6e9c543 ieee80211_color_change_finish +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb91dba43 ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xbd947ab9 ieee80211_vif_to_wdev +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xbf4acdd4 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc855d0a5 wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xcd913919 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd004ea88 ieee80211_key_mic_failure +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd959c21f ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xea792270 ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xec6e10de ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf3d4f29b ieee80211_obss_color_collision_notify +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x226bfcdc mpls_pkt_too_big +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x3f074083 mpls_output_possible +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x81065466 nla_put_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x8ee316eb nla_get_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xda2da3a2 mpls_dev_mtu +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xfb306e13 mpls_stats_inc_outucastpkts +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x0826a0e1 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x22d966c6 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x38ec3c48 ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x425cb496 ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x440d704e ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x5edea9d3 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x667dbad7 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7235210d ip_set_put_flags +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x73b6d7ba ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x97ea3e11 ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa66ef746 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xaa13770e ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb320ccda ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb4793d7e ip_set_match_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc25ea1ea ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xdb322441 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xefc6c460 ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf1e6cbae ip_set_put_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf4356519 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf87d7179 ip_set_init_comment +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x10de9f27 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x2a202b6b ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x992dc8a8 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xff988757 register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x11ad95d5 nf_conncount_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x660b1c22 nf_conncount_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xa2c39e68 nf_conncount_gc_list +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xded40268 nf_conncount_list_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xea0a6f5a nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xec10ad0b nf_conncount_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xf2a1dbb9 nf_conncount_cache_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x00b5cf48 nf_ct_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x01a16328 nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0460ec0f nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x091a4467 nf_ct_bridge_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bc00f80 nf_nat_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0c78e121 nf_ct_bridge_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1689bbd3 nf_conn_pernet_ecache +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x16cccf12 nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x180dffec nf_nat_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x19056405 nf_conntrack_eventmask_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1e2437ce nf_ct_netns_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x22b0af60 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x281568fc nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x28eff409 nf_conntrack_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2929a01d nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2b54e59c nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2d0c070c nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x36b4faef __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x38fc1f0a nf_conntrack_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3b502063 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3e086895 nf_ct_acct_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3e107e6b nf_ct_iterate_cleanup_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4120c561 nf_conntrack_helpers_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4a6c933c nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4d97b99c nf_ct_add_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4e6bdcb2 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x515fc01b nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x54a7ef3b nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x56f52647 nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x599e687f nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x59dd49c8 nf_ct_destroy_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5aa5c184 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5c923d32 nf_ct_tmpl_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5cad4f50 nf_nat_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5dfdd8f4 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5f4c965e nf_ct_get_id +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6269fe00 nf_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x633821cb nf_ct_tmpl_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x698ea2c3 __nf_ct_change_status +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6a244afd __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x735e0d06 nf_ct_skb_network_trim +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x752f0aa2 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7d45bb3d nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x823c537b nf_connlabels_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x869f5c00 __nf_ct_change_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x888de250 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8a268850 nf_ct_remove_expect +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8a6c143a nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ca36236 nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9559ccd5 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x96cc1d21 nf_ct_timeout_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9adb7399 nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa3748c41 nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa8c97d71 nf_ct_expect_iterate_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa8e055ba nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xabedd845 nf_ct_untimeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaf0847f0 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xafc9b288 __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb39356f5 nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbabe810e nf_ct_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbbaa2301 nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbc4bcedb nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc574352e nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc6222594 nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xca28984c nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcce1fa07 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcd6751fc __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xce092548 nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xce3f5945 nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcea7250f nf_ct_expect_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd028a733 nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd2f48a5d nf_conntrack_helpers_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd4cd0df3 nf_ct_helper_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd505c3e0 nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd5179d1c nf_ct_netns_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd590e339 nf_ct_set_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd5f8a281 nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd8f2dafd nf_ct_change_status_common +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd9dc5fa3 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdb1e3ff4 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdba7326b nf_conntrack_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xded3cb56 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe8ce2eb1 nf_ct_ecache_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec8beba6 nf_ct_expect_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xee46d125 nf_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf02c2e1b nf_nat_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf3c1cabf nf_ct_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf488e6c6 nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf8d4c4bb nf_connlabels_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf9fb4890 nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfb6fa52a nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfc6e90f9 nf_ct_handle_fragments +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfcc8fbfc nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfe210e57 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfef3d088 nf_conntrack_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x5dc101e8 nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0xe847fa00 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0xb0fd9f41 nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x1cd34d18 nfct_h323_nat_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xc159275c get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0xd6a3d9d4 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x5cc511fa nf_nat_pptp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x50f145a0 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x55d5a296 ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x637435ae ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x9032d319 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xa00e2c47 ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xc17edb7a nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xd91a13ec ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0xe38d59dd nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x2fdc97d4 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x23d90968 nft_fwd_dup_netdev_offload +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x3e9fd2c6 nf_dup_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x9802e372 nf_fwd_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x05be8271 flow_offload_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x07594e93 nf_flow_dnat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x119509f8 nf_flow_offload_ipv6_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x13cb9d50 nf_flow_rule_route_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x15a5c6f4 flow_offload_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x2da80694 nf_flow_rule_route_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x362ade99 nf_flow_offload_ip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x386ceda4 flow_offload_teardown +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x720746d2 nf_flow_snat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x754b7d69 nf_flow_table_offload_setup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x81514b4d flow_offload_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x85a819c4 flow_offload_refresh +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xa7273c40 nf_flow_table_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xaa37a997 nf_flow_table_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xcb0cc5ff flow_offload_add +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xd343d33f flow_offload_route_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xf5401e43 nf_flow_table_free +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x05e432b3 nf_nat_redirect_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x19856dd7 nf_nat_masquerade_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x29b11957 nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3bc17c49 nf_nat_masquerade_inet_register_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x5eb26dd9 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x798d4b19 nf_nat_ipv6_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x7a27bb08 nf_nat_inet_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x87869f28 nf_ct_nat +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa3432da2 nf_nat_ipv4_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa6056170 nf_nat_ipv6_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa7ec7214 nf_nat_exp_find_port +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb5e9e479 nf_nat_ipv4_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc411bc5c nf_nat_redirect_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd72fc835 nf_nat_inet_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd9c25654 nf_nat_masquerade_inet_unregister_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xe204c28b nf_nat_masquerade_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xf86d5f0f nf_nat_inet_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xf95782e9 nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xf9a057f1 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xfeabc7b5 nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1381ae25 ipv4_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1f099794 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x33460d65 nf_synproxy_ipv4_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x5c2439bb synproxy_send_client_synack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x6cdbaf8a nf_synproxy_ipv4_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x74224371 synproxy_recv_client_ack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8a4e0caf synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8afb8592 nf_synproxy_ipv6_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xc0b75665 synproxy_send_client_synack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xca9fc082 synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xd566277d nf_synproxy_ipv6_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xdc42cbd7 ipv6_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xe025043c synproxy_recv_client_ack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x033927ed nft_chain_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x068fecb2 nft_set_do_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0a3b6d95 nft_chain_validate_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0da5e0a3 nft_parse_register_store +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2b2b51a1 nft_flowtable_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2bb26836 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2de04470 nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2f3d5828 nft_set_catchall_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3004ba27 nft_set_elem_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x32244c13 __nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3251d762 nf_tables_trans_destroy_flush_work +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x359c4b6b nf_tables_bind_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x35d242ef nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3ab871ac nft_unregister_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3acacbd6 nft_chain_validate_dependency +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x41b71e65 nft_trace_enabled +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x41e7719a nft_unregister_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x42afc5d9 __nft_release_basechain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x45bebd2c nft_dump_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x47b6476f nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4b6a0956 nft_meta_set_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4b8e5f7e nft_expr_reduce_bitwise +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4cecbb60 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x51dbaceb nf_tables_deactivate_flowtable +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x67943627 nft_ct_get_fast_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7746ae33 nft_register_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x86257fa9 nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x900a746c nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9b3478e9 nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9d2e77b9 nft_obj_notify +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9e3cfa74 nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9f1724e4 nft_reg_track_update +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xab4a6598 nft_meta_set_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb4c21dd1 nft_meta_inner_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb51817d2 nft_request_module +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb8167aa4 nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xba5f4929 nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc1f5d4a4 nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc66d2554 nft_set_lookup_global +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc719ac32 nf_tables_activate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc89377a3 nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xcb784084 nft_obj_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd1ed9049 nft_register_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xda7a3e88 nf_tables_deactivate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xde57b5f5 nft_parse_u32_check +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe2b8cc13 nft_parse_register_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe8ed46c6 nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xed84fe5b nft_data_release +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf28959bc nft_meta_get_reduce +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfd7d44e8 nf_tables_destroy_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xffac16fe nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x15ddc659 nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5627bd43 nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x7123f592 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x9dad53f1 nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xc09eb934 nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdca362a8 nfnetlink_broadcast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xf8f110b8 nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x0eb153e2 nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xd0804a7a nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xd182df3d nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x1e96ec78 nf_osf_match +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x35eff5e0 nf_osf_fingers +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x55a9d675 nf_osf_find +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x5043d994 nft_fib_store_result +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x567b8307 nft_fib_reduce +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x771c73e1 nft_fib_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x7ad9d79c nft_fib_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x8f33942d nft_fib_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x0428e871 nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1ae87cb4 nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1de558c1 nft_reject_icmpv6_code +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x7de92e01 nft_reject_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x9d46ccf8 nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xe2c84666 nft_reject_icmp_code +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x04e27719 xt_compat_flush_offsets +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x1b0045e9 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x36731d98 xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3c5f183d xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3dcb1364 xt_unregister_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x40ca1c2a xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5b526edb xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6e8fdddc xt_hook_ops_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x72d2cc73 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7bce4603 xt_data_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x823edea5 xt_compat_add_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x94143072 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x99fc30bc xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9c995c69 xt_percpu_counter_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9fad1b1f xt_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa191ad09 xt_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa7c94f1d xt_compat_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa7e7f9f4 xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb460ab72 xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb9678e0f xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbea19964 xt_register_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbfacb837 xt_percpu_counter_free +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc7fae024 xt_compat_calc_jump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd1e246a2 xt_compat_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd3fcc511 xt_tee_enabled +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd78b63ab xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xddf68fc6 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe359c0ad xt_request_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe4540a4f xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe77e9e8f xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xeca38e2f xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf32f03d7 xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf38fb672 xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf6abeb06 xt_copy_counters +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x381d79f9 xt_rateest_lookup +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x5714053b xt_rateest_put +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x258d09c2 nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x259a7c23 nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x2e85fe60 nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x1a680559 nci_uart_unregister +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x8b0c0418 nci_uart_register +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x8f98af3e nci_uart_set_config +EXPORT_SYMBOL_GPL net/nsh/nsh 0x0d53dc05 nsh_push +EXPORT_SYMBOL_GPL net/nsh/nsh 0xcfff0ccd nsh_pop +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x3ecd6b5c ovs_netdev_tunnel_destroy +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x5042a3c8 ovs_vport_ops_unregister +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x80f54d31 ovs_vport_free +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x87215f65 __ovs_vport_ops_register +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xbc183f26 ovs_vport_alloc +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xde46fb37 ovs_netdev_link +EXPORT_SYMBOL_GPL net/psample/psample 0x22ce71bc psample_group_take +EXPORT_SYMBOL_GPL net/psample/psample 0x347fc230 psample_group_get +EXPORT_SYMBOL_GPL net/psample/psample 0x9a78aadf psample_group_put +EXPORT_SYMBOL_GPL net/psample/psample 0xa63bdbd0 psample_sample_packet +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x09ad612d qrtr_endpoint_register +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x249b1aa7 qrtr_endpoint_unregister +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x42515cd9 qrtr_endpoint_post +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x8d25501f qrtr_ns_remove +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0xa47e91ba qrtr_ns_init +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x0c8a0786 rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0x1eebc61d rds_send_xmit +EXPORT_SYMBOL_GPL net/rds/rds 0x20c5e653 rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x25b4d1e0 rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x2b0d543c rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x36087aa4 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x369dbd0f rds_inc_path_init +EXPORT_SYMBOL_GPL net/rds/rds 0x3ca79d26 rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x41662c77 rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0x45a4781e rds_addr_cmp +EXPORT_SYMBOL_GPL net/rds/rds 0x4696fb05 rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0x49f80e24 rds_send_path_reset +EXPORT_SYMBOL_GPL net/rds/rds 0x4acee8b1 rds_conn_path_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x582fe5cf rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x585f567b rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x5d666697 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x648274c2 rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x689e38c9 rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x6cd8737f rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0x7ee709e3 rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x85e4e520 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x8bf9c716 rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0x9735349c rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x9b0f3f96 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x9bf967f6 rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x9dcbbbf0 rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0xa681494e rds_send_ping +EXPORT_SYMBOL_GPL net/rds/rds 0xb3fafb7e rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0xbd24fc72 rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xddb37a95 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xe8add2ce rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0xed6592f9 rds_conn_path_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xeee720a8 rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0xf2555604 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0xf2ad39e7 rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xf8fc5380 rds_connect_path_complete +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0x41a716a9 mqprio_validate_qopt +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0x8784c875 mqprio_qopt_reconstruct +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0xcede419b mqprio_fp_to_offload +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x1021a5bb pie_drop_early +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x6ce9b467 pie_calculate_probability +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x8b0a1d46 pie_process_dequeue +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x16f8ba5d taprio_offload_get +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x6a6b1c12 taprio_offload_free +EXPORT_SYMBOL_GPL net/sctp/sctp 0x006f4f1e sctp_get_sctp_info +EXPORT_SYMBOL_GPL net/sctp/sctp 0x0eb34e5b sctp_transport_lookup_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0x3a2ed25f sctp_for_each_endpoint +EXPORT_SYMBOL_GPL net/sctp/sctp 0x774e86bd sctp_transport_traverse_process +EXPORT_SYMBOL_GPL net/smc/smc 0x52372d4a smc_unhash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0x76d0cc75 smc_hash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0xf6200c49 smc_proto +EXPORT_SYMBOL_GPL net/smc/smc 0xfa02a3aa smc_proto6 +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x258e4cce svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x38d3dce5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x482ac5a4 g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x98597fb0 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xa2ee2d7a svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xa4a8d673 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd7673035 g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x002c59c5 svc_rqst_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x048d8ae1 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x04cd504a rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05318b27 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x053c5a18 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05e807a9 xdr_encode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x065994f1 xdr_encode_opaque_fixed +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x06c47395 rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x06d410d8 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x07a02ed3 csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x08fb7b3a xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0946ef10 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x09881e4e rpc_set_connect_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b3c1374 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c0b296c sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x131401a9 svc_encode_result_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x14f5b30a xprt_unpin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x15f2a42a auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1643992a svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1a4ae2f8 cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1aa55efb rpc_clnt_xprt_switch_remove_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1c55501c svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1c586688 svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1cc20803 rpc_sleep_on_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1d0d4d98 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1dc28ca1 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1df1057b svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e119a79 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x237a46f0 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x239f717d rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x23a8bfd4 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x23be76bf rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x26e27676 rpc_clnt_swap_activate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x280c8af7 svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x291fe971 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2933be6d xdr_stream_decode_opaque_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x29b3b4f6 xdr_stream_decode_string_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x29f72a8a rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a13128b sunrpc_cache_pipe_upcall_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a4f9945 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ce8096f xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2d5b589d xprt_wait_for_reply_request_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2e02b4a4 xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2e36ddb9 svc_xprt_deferred_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x30408369 xdr_reserve_space_vec +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x305e6c46 svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x324fea42 xprt_free_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x329b15b2 rpc_clnt_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x32fe61f8 rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x337471c6 xdr_stream_move_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x33893f9e xprt_force_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34d184de rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3673ed6d rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x38c4105d read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x39373bf2 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a8fa0a1 xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3af86c5f cache_seq_next_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b5aa16e rpc_clnt_iterate_for_each_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b748b44 sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3bf24bba rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e520776 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f9a2b0b rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x40db4095 xdr_init_encode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x43f58403 rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x447bc0db rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x46b2d302 rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4757e69b rpc_cancel_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x48a0c82a svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49028186 svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49d7b82a svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4afedab1 xprtiod_workqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4b0054ac xdr_set_pagelen +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4bea5549 rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d7bf615 svc_rqst_replace_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dac77f0 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e8f6ca7 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4ebcb9d3 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4fc8150b rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x502396e0 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x505625cc rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x522f1c83 rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x549c0738 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x55e3f6eb svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x56a526f6 rpc_clnt_xprt_switch_has_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x56d22442 rpc_max_bc_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x578607f8 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x58635450 xprt_lock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x58881ed0 rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x58be421a xdr_stream_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x593d71a7 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x599cf03b auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a45ba31 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5bced093 svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5dd91192 sunrpc_cache_lookup_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5f008005 xprt_request_get_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5f5bae16 sunrpc_cache_unhash +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x603a0f22 rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x609202f9 rpc_task_gfp_mask +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x625b663d rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x62e828a7 xprt_unlock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x635bd720 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6537b553 svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65a1b550 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x664f054d rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66ed2439 rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66fecd2e xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x672aa85d xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x676edeb0 rpc_clnt_xprt_switch_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68dc67cf xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68fd1a1c xprt_wake_up_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x69360f6c write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x696dfdc3 xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a093a39 gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a809120 xprt_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b05ffa9 xdr_stream_zero +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b57eeb1 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6c534475 sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6cfc1ee8 xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6e5e9d14 svc_age_temp_xprts_now +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6f3e4687 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6fe7a622 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x712e4446 rpcauth_wrap_req_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71bc40e3 rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x744fe175 rpcauth_stringify_acceptor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x76019d90 rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7614a4d4 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7711164f svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x783a3d63 rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7892a2cf rpc_clnt_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x79cc6c2f rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x79f4158c xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7b915827 xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7bc127aa xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7c59fdf5 cache_seq_start_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7cf1198e svc_fill_write_vector +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7dda311c svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7f1d596a svc_xprt_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7fa9f8ad rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80075e82 xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80768cbc cache_seq_stop_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x81cc596d rpc_task_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x81db56c3 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x82fadeb3 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x83ed917b xdr_stream_decode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x84f22cab rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8587dc49 xdr_truncate_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x85b1d47c rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8777fc14 sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x87bfb0ef xdr_stream_encode_opaque_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x87e6f9b0 rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8a980266 svc_rqst_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8d44834d xdr_page_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8fa4c166 rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x91597668 svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9497971e xprt_pin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x95e34a4e svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9670b5a1 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x97b195d7 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98a06e83 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98c6087d rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9958ab29 xprt_wait_for_reply_request_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99ae5a36 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99aee353 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a1a964b rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9b0e0eac rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c23e7df xprt_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d11f4f1 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d165f41 xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9dbd98fe svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9ef6dc21 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9f56ebbb rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa22c5667 xprt_add_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa3033fc5 xdr_stream_decode_opaque_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa45c229d rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5e5b67a cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5fc325e rpc_clnt_manage_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa75f150c rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa825e4a0 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa6cb2e1 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad1e5d39 put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaec0b7bd rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb0a5b4fa xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb265e1e5 xprt_reconnect_backoff +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb3dbe7fe rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb7ab17bb rpc_clnt_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb8ac5823 rpc_clnt_xprt_switch_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb8f64302 xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb911f858 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xba24f751 xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb29f0ed rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbbab4a03 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbd6783d3 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbe8a552b xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf8d64ff svc_xprt_received +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbff8d1dc svc_fill_symlink_pathname +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc05f5b49 rpc_count_iostats_metrics +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc077b98d rpc_task_release_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0908dd0 svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc19caf29 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc621cbb1 svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6b17983 rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc79e2ca5 rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc82d2bb9 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e2bc80 rpc_clnt_probe_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc906f308 svc_generic_rpcbind_set +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xca0d382e rpc_prepare_reply_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xccdc9cfd rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce678a59 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf15b836 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd07950dc svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd3457e90 __xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd419b152 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd53d7cb8 svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd6ee31c2 xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7dc20d1 svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd8a13651 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd95b6b53 cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdae1be50 xprt_reconnect_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd691402 xprt_find_transport_ident +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd75429b svc_xprt_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdeb1a17e cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe05d71a1 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1b10431 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe350a320 svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe527539c rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5f3a198 rpc_num_bc_slots +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe76cac28 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe8a5a9f9 rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe946a168 svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xea94cadb rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeb773d87 rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeba341d1 rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec854f0a svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xece78b2b xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xecf3d332 svc_rpcbind_set_version +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed2cbdfb svc_xprt_destroy_all +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeef72290 rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf07f4930 xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0b7775d rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0e19de0 rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf1118840 rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf27fe04a svc_generic_init_request +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf324e39f rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf3bbad4e rpcauth_unwrap_resp_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf405dcac cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf4a1eef7 xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf6790e87 rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7c866ca rpc_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf82d981d xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9981f48 rpc_clnt_show_stats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfa768a3f xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfaea752b xdr_stream_decode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfb7e7cbc rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfc67c6c0 xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xffe88a4e rpc_sleep_on_priority_timeout +EXPORT_SYMBOL_GPL net/tls/tls 0x74feed29 tls_offload_tx_resync_request +EXPORT_SYMBOL_GPL net/tls/tls 0x760f243f tls_device_sk_destruct +EXPORT_SYMBOL_GPL net/tls/tls 0x955653d7 tls_encrypt_skb +EXPORT_SYMBOL_GPL net/tls/tls 0x9bfe9df8 tls_validate_xmit_skb +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x03a81e69 virtio_transport_stream_allow +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x06d2816a virtio_transport_dgram_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x120a3463 virtio_transport_dgram_bind +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x13902cbd virtio_transport_purge_skbs +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x1925b352 virtio_transport_notify_poll_out +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x1eec128d virtio_transport_dgram_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x22b04c98 virtio_transport_get_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x312d3126 virtio_transport_put_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x3182d32d virtio_transport_stream_is_active +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x38f08ec0 virtio_transport_stream_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x395de10a virtio_transport_deliver_tap_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x3bd72655 virtio_transport_notify_send_pre_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x3ca7accf virtio_transport_read_skb +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x5c4b9b12 virtio_transport_notify_recv_post_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x5f64e6f3 virtio_transport_notify_send_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x5fcb8a54 virtio_transport_seqpacket_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6565d97e virtio_transport_inc_tx_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x65f9ae29 virtio_transport_notify_recv_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x66f674f4 virtio_transport_notify_poll_in +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x7732d5ee virtio_transport_stream_rcvhiwat +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x7b0ad3d1 virtio_transport_notify_recv_pre_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x80958b50 virtio_transport_notify_send_post_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x8bbd1383 virtio_transport_notify_send_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x8e4b0918 virtio_transport_shutdown +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x8e84e411 virtio_transport_seqpacket_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xaf03d261 virtio_transport_destruct +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb1e2f62f virtio_transport_release +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb3ea2afd virtio_transport_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb970d615 virtio_transport_connect +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xbabd30f5 virtio_transport_dgram_allow +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xca3af04a virtio_transport_do_socket_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xcf27fb2b virtio_transport_recv_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd3464b9b virtio_transport_notify_recv_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xda9cdca4 virtio_transport_stream_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe540157f virtio_transport_notify_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xea2894b8 virtio_transport_seqpacket_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xf321f7ca virtio_transport_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0ad58d2c vsock_add_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0e9bc9b6 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x18c32ae6 vsock_dgram_recvmsg +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x284e07d8 vsock_bind_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2c69b3c4 vsock_assign_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3d4b0fca vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4b99648c vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x54c432f1 vsock_data_ready +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x611ac967 vsock_create_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x691dab0d vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x8a04c3ef vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x90aa8549 vsock_find_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x95a69029 vsock_connectible_recvmsg +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x95bc168f vsock_core_unregister +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x997ce4bd vsock_core_get_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9bb6fd09 vsock_connected_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xabc4d89e vsock_remove_sock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xaf2674b5 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xaff38621 vsock_core_register +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb0d7bda7 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc14d97f4 vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc7b9ae1b vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc92f7f50 vsock_table_lock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc93b759c vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xca2878dd vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xce5ddac4 vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xcee74625 vsock_connectible_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd028224e vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd1e08c2a vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd73047c0 vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe461bcbf vsock_remove_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xebe0af2d vsock_deliver_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xec96eadf vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xecb45e16 vsock_add_pending +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x1a50172c cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x23bc8755 wiphy_delayed_work_queue +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x25c715c0 wiphy_work_flush +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x2dcd9c89 cfg80211_vendor_cmd_get_sender +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x31fcb704 wiphy_delayed_work_flush +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x339c7ab7 cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x5a41ce31 cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x67882eeb cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x70d9d898 cfg80211_pmsr_report +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x73347920 cfg80211_pmsr_complete +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x7c11d1ac cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x937f261c cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x95cb64cc wiphy_work_queue +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x96efd0fc wiphy_work_cancel +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb369ae9b wiphy_delayed_work_cancel +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xca51c7a5 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xcc793076 cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xd57bac7a cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xdc4d1092 cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xef9cec8c cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xf103df56 cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xf32bb3e7 cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0049ca83 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x00c80741 xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0a575945 xfrm_count_pfkey_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x37a02412 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x5c699441 xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x72395dc1 xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7a8ca627 xfrm_count_pfkey_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xaab23340 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xb73be794 xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xc6b1fdbe xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xd6f50cf7 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x083ade54 ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x1a3f5db3 ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x74581d2d ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xe3afcd68 ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_user 0x4a0c7516 xfrm_msg_min +EXPORT_SYMBOL_GPL net/xfrm/xfrm_user 0xa294bed8 xfrma_policy +EXPORT_SYMBOL_GPL sound/ac97_bus 0xfd7be2b6 snd_ac97_reset +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0x1b13e2e6 snd_seq_kernel_client_get +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xadb51cff snd_seq_client_ioctl_unlock +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xcbf9166f snd_seq_system_broadcast +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xe50413d7 snd_seq_client_ioctl_lock +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xf0c8f9fa snd_seq_expand_var_event_at +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xfc1ab209 snd_seq_kernel_client_put +EXPORT_SYMBOL_GPL sound/core/snd 0x185d2382 snd_card_ref +EXPORT_SYMBOL_GPL sound/core/snd 0x2ee115bf snd_device_get_state +EXPORT_SYMBOL_GPL sound/core/snd 0x378a82b8 snd_device_initialize +EXPORT_SYMBOL_GPL sound/core/snd 0x3eb84e49 snd_fasync_helper +EXPORT_SYMBOL_GPL sound/core/snd 0x5af762f1 snd_fasync_free +EXPORT_SYMBOL_GPL sound/core/snd 0x5d97489b snd_power_ref_and_wait +EXPORT_SYMBOL_GPL sound/core/snd 0x6d66a48c snd_ctl_disconnect_layer +EXPORT_SYMBOL_GPL sound/core/snd 0x7f6afc07 snd_ctl_register_layer +EXPORT_SYMBOL_GPL sound/core/snd 0x8d124c1d snd_card_free_on_error +EXPORT_SYMBOL_GPL sound/core/snd 0x91233f82 snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd 0x985fb7d0 snd_ctl_apply_vmaster_followers +EXPORT_SYMBOL_GPL sound/core/snd 0xaf5a8a7f snd_card_add_dev_attr +EXPORT_SYMBOL_GPL sound/core/snd 0xcde6b44b snd_device_disconnect +EXPORT_SYMBOL_GPL sound/core/snd 0xd0784c6f snd_devm_card_new +EXPORT_SYMBOL_GPL sound/core/snd 0xd3b261ae snd_card_disconnect_sync +EXPORT_SYMBOL_GPL sound/core/snd 0xd531ad54 snd_ctl_get_preferred_subdevice +EXPORT_SYMBOL_GPL sound/core/snd 0xdd48ddda snd_card_rw_proc_new +EXPORT_SYMBOL_GPL sound/core/snd 0xea33b718 snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd 0xee9fb516 snd_devm_request_dma +EXPORT_SYMBOL_GPL sound/core/snd 0xefe46e54 snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0xf8f2a4eb snd_kill_fasync +EXPORT_SYMBOL_GPL sound/core/snd 0xfaf598c6 snd_ctl_request_layer +EXPORT_SYMBOL_GPL sound/core/snd-compress 0xc7dd05c0 snd_compr_stop_error +EXPORT_SYMBOL_GPL sound/core/snd-compress 0xd2c2a3db snd_compress_new +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x04e1b99f snd_pcm_std_chmaps +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x082ec479 snd_pcm_stop_xrun +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x09e913c1 snd_pcm_alt_chmaps +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x1843480c snd_pcm_hw_constraint_eld +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x33f971d4 snd_pcm_stream_unlock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x45a448b3 snd_dma_buffer_sync +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x5c407196 snd_pcm_fill_iec958_consumer_hw_params +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x649892e8 snd_pcm_create_iec958_consumer_default +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x76d917c1 _snd_pcm_stream_lock_irqsave_nested +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x854d64bd snd_pcm_stream_lock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x86bb8d2f snd_pcm_stream_unlock_irqrestore +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x8d864069 snd_pcm_rate_range_to_bits +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa0b5aa19 snd_pcm_stream_lock +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa1c14200 snd_pcm_stream_unlock +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa7195327 _snd_pcm_stream_lock_irqsave +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xab8bc1a2 snd_pcm_rate_mask_intersect +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xabbb0bf8 snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xd4b50da0 snd_devm_alloc_dir_pages +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xd5d9ef8f snd_pcm_fill_iec958_consumer +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xd61c8e85 snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x2f04821b snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x301f53cd snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x31084281 snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x67419a66 snd_dmaengine_pcm_refine_runtime_hwparams +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x75a2d9b5 snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x9bf5c5f2 snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xa2ed35a6 snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xb94b333d snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xbb0b25ab snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xe06215fe snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xe37b8103 snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xff6cabf5 snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/core/snd-rawmidi 0x4cb6c0e4 snd_rawmidi_free +EXPORT_SYMBOL_GPL sound/core/snd-rawmidi 0xae673cf5 snd_rawmidi_init +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0x38f89ecd snd_seq_driver_unregister +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0x3dcebb4a __snd_seq_driver_register +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x12aa7667 snd_ump_endpoint_new +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x30485efb snd_ump_block_new +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x3ca55d4b snd_ump_switch_protocol +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x53c9f6c4 snd_ump_attach_legacy_rawmidi +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x58967418 snd_ump_transmit +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x5b39d06f snd_ump_convert_from_ump +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xa8d7b560 snd_ump_receive +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xc8486d73 snd_ump_receive_ump_val +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xd3738f47 snd_ump_parse_endpoint +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xe3590e5b snd_ump_convert_to_ump +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x21870fed amdtp_domain_add_stream +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x2366e719 amdtp_am824_add_pcm_hw_constraints +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x6fec9b01 amdtp_domain_stream_pcm_pointer +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x7b3c91cb amdtp_am824_set_pcm_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x7f197c27 amdtp_domain_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x894d62b0 amdtp_domain_stream_pcm_ack +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x9bbd5cf9 amdtp_am824_midi_trigger +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xb11d249f amdtp_am824_set_parameters +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xb2c5f769 amdtp_domain_stop +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xbb970575 amdtp_am824_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xbca4b11c amdtp_domain_start +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xc4ace901 amdtp_domain_destroy +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xdf1c152a amdtp_am824_set_midi_position +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x02188c62 snd_hdac_ext_bus_get_ml_capabilities +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x0a93ca68 snd_hdac_ext_bus_get_hlink_by_name +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x17435afb snd_hdac_ext_bus_link_clear_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x1e6858d7 snd_hdac_ext_stream_decouple +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x220418d4 snd_hdac_ext_stream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x2c86ceeb snd_hdac_ext_bus_link_power_up +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x2e0555de snd_hdac_ext_bus_link_power_down_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x40efd5a0 snd_hdac_ext_bus_link_set_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x442e916e snd_hdac_ext_stream_start +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x45a0ed25 snd_hdac_ext_bus_link_power_down +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x4e16bd8b snd_hdac_ext_bus_link_get +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x5808aad1 snd_hdac_ext_stream_clear +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x63f2c30a snd_hdac_ext_bus_ppcap_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x6a6365d2 snd_hdac_ext_stream_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x781f6766 snd_hda_ext_driver_register +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x78e816d4 snd_hda_ext_driver_unregister +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x84222aac snd_hdac_ext_bus_ppcap_int_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x8af6c51f snd_hdac_ext_stream_init_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x969374e2 snd_hdac_ext_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x9af87f9b snd_hdac_ext_bus_get_hlink_by_addr +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xa3914308 snd_hdac_ext_bus_device_remove +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xb975b464 snd_hdac_ext_bus_link_put +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xc3af24a5 snd_hdac_ext_stream_release +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xca2ac1fc snd_hdac_ext_link_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xd89920e0 snd_hdac_ext_bus_link_power_up_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xeb86f54c snd_hdac_ext_stream_setup +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xecee55ca snd_hdac_ext_bus_exit +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xf0fc8ebc snd_hdac_ext_bus_init +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xf4a0210b snd_hdac_ext_stream_decouple_locked +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xf53cefca snd_hdac_ext_stream_reset +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xfaa799bd snd_hdac_ext_cstream_assign +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x006b2e9c snd_hdac_setup_channel_mapping +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x02377237 snd_hdac_refresh_widgets +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x05d57e03 snd_hdac_power_down_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x06e3f4bb snd_hdac_dsp_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x08e567af snd_hdac_device_unregister +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0a1eb71b snd_hdac_device_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0f2855a7 snd_hdac_stream_drsm_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0f4316e4 snd_hdac_acomp_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1c8bf4d9 snd_hdac_sync_audio_rate +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1fa1b23b snd_hda_bus_type +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x20a70f82 snd_hdac_stop_streams +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x23c25747 snd_hdac_get_stream +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x26b11af1 snd_hdac_acomp_get_eld +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x28af6214 snd_hdac_stream_set_params +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2c7fe278 snd_hdac_power_up_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x32a5a469 snd_hdac_check_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x370ac599 snd_hdac_stream_set_spib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3723d0f3 snd_hdac_stream_setup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x376d5611 snd_hdac_stream_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3bd544c2 snd_hdac_get_active_channels +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3dc632a8 snd_hdac_device_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3eca3d1f snd_hdac_stream_timecounter_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4042268c snd_hdac_query_supported_pcm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x40799872 snd_hdac_is_supported_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x40c57ab1 snd_hdac_stream_sync_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4154b38b snd_hdac_display_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x48687fe7 snd_hdac_stream_wait_drsm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x49990793 snd_hdac_bus_send_cmd +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4adce639 snd_hdac_codec_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4c7ec4b6 snd_hdac_get_ch_alloc_from_ca +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4d2218a6 snd_hdac_i915_set_bclk +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4e0df82d snd_hdac_stream_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5199d768 snd_hdac_get_stream_stripe_ctl +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x530d2231 snd_hdac_regmap_add_vendor_verb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x55085056 snd_hdac_bus_handle_stream_irq +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x577cf23f snd_hdac_register_chmap_ops +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5c07cb49 snd_hdac_calc_stream_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5ec29e7b snd_hdac_stream_setup_periods +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x653081a5 snd_hdac_stream_stop +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x67bfe791 snd_hdac_spk_to_chmap +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6ad4ba16 snd_hdac_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6b91ded0 snd_hdac_bus_init_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6bdee3d8 snd_hdac_bus_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x706c6a63 snd_hdac_bus_enter_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x71cd8a2b snd_hdac_stream_set_dpibr +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x72913954 snd_hdac_device_set_chip_name +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x73f0b702 snd_hdac_override_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7589119a snd_hdac_acomp_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x76ecc409 snd_hdac_bus_stop_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x77c754a8 snd_hdac_chmap_to_spk_mask +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7d63116f snd_hdac_stream_start +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7f3067f0 snd_hdac_bus_get_response +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x83492070 snd_hdac_bus_stop_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8433199f snd_hdac_read_parm_uncached +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x86a17cf9 snd_hdac_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x88c64f1f snd_hdac_power_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8b007fc5 snd_hdac_stream_spbcap_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8cc6cfdd _snd_hdac_read_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8f00cb8f snd_hdac_stream_release_locked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8f9717e2 snd_hdac_bus_exit_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x90d7a37f snd_hdac_device_register +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x934e07ed snd_hdac_sync_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x95522853 snd_hdac_regmap_update_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x985bf620 snd_hdac_get_connections +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9b805c49 snd_hdac_dsp_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9c041e8d snd_hdac_regmap_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa65834f5 snd_hdac_get_sub_nodes +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa85dc028 snd_hdac_stream_get_spbmaxfifo +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa9c91075 snd_hdac_bus_init_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xaa2a5b11 snd_hdac_stream_set_lpib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xaa52978d snd_hdac_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xac6306ac snd_hdac_codec_link_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xad255ba4 snd_hdac_regmap_update_raw_once +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xae172886 snd_hdac_power_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb2668d80 hdac_get_device_id +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb2b2f599 snd_hdac_bus_update_rirb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbae9458d snd_hdac_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbe118b23 snd_hdac_stream_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc4132ed7 snd_hdac_regmap_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc921efa9 snd_hdac_stream_assign +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd0cbeaeb snd_hdac_dsp_prepare +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd313f318 snd_hdac_stop_streams_and_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd7ccadc1 snd_hdac_bus_exec_verb_unlocked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd89c94ba snd_hdac_regmap_read_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe024ba4f snd_hdac_acomp_register_notifier +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe0c66dd4 snd_hdac_codec_link_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe4e07754 snd_hdac_print_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe6f7ed96 snd_hdac_set_codec_wakeup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe98e831f snd_hdac_regmap_write_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xeaa28c37 snd_hdac_codec_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xeb201d7c snd_hdac_bus_reset_link +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xed63191c snd_hdac_i915_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xeda37896 snd_hdac_bus_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf0f0f0b7 snd_hdac_bus_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf3226a95 snd_hdac_stream_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf9142513 snd_hdac_bus_parse_capabilities +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf929ada1 snd_hdac_stream_release +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfb202d72 snd_hdac_regmap_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfbbee01e snd_hdac_bus_free_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfccfeb72 snd_hdac_codec_modalias +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x4e859456 intel_nhlt_free +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x99ab6092 snd_intel_acpi_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0xa35a4633 intel_nhlt_get_dmic_geo +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0xa5fd3692 intel_nhlt_init +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0xafdb6283 snd_intel_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x3377f88a snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x5f7bb055 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x679f0a76 snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xe08b026c snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xe872f2fe snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xecc49518 snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x02ad1843 snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x02f4712e snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x046afc61 snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x04e5e65e snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x062a2623 is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0676f5ac snd_hda_get_input_pin_attr +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x08ac4d60 snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x09a316d7 snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0a9faebb snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0f9af144 snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x11faab29 snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x12a20418 _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x12ef300c azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1413a54d snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1899ea6d snd_hda_get_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x24925721 snd_hda_codec_load_dsp_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x29e3a2c8 snd_hda_jack_set_button_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2af37d9d snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2bc5ee72 snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2cde56a1 snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2d783104 snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2dffa9ae snd_hda_codec_pcm_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3010e38f snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x35024ab6 snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x36aa8b43 azx_free_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x38255c74 snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3b5b8654 snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3c5a01b7 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3d5f95ca snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3eb487dd snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x40a88e93 snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4111550f snd_hda_codec_parse_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x47fc9797 snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x488be993 snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x496c1d3b snd_hda_jack_bind_keymap +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4aa4224a snd_hda_get_num_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4d2665aa snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4de6f9d1 snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4e4f380d snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x52bb2559 snd_hda_jack_detect_enable_callback_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x55f0c018 snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x58cdf931 snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x597880c3 snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5a572b17 snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5a749f5b azx_stop_all_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5df37fda snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5ede8583 snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x60ea57e1 snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x63570ed5 __snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6386133f snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x63e00c2a azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x653de545 snd_hda_codec_load_dsp_trigger +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x68785acc snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x69cc56e6 snd_hda_codec_device_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6a1424b9 azx_get_pos_posbuf +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6a9f0ac0 snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6d458b5b azx_init_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6d59ccaa snd_hda_codec_set_name +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6d650a78 snd_hda_check_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6ee5dd5d snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x707960ec __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x72bb7257 snd_hda_codec_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x72c4eade snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x72dd50a1 query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x74ab996f snd_hda_jack_detect_state_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x77c5b7ea snd_hda_codec_device_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x789bd55c snd_hda_codec_pcm_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7ad5c404 snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7bbbf3d0 snd_hda_codec_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7dd42eb7 snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x802292cf snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x816efc1c azx_bus_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x82031a36 snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8495e443 snd_hda_codec_load_dsp_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8c42b712 snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x918f9635 snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x91d6a30c hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x928731ad snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x93820990 snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x96e77839 snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x972c33eb snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x99f29c9f snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9a1c8d30 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9a1ec020 snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9ceed726 azx_get_pos_lpib +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9ebc3783 snd_hda_codec_cleanup_for_unbind +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa0ce8838 snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa1cb00e0 snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaf8d9b16 snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb41e24e1 snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb9cf61ce snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xba0e54c0 snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbbc3bf51 snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbdea6a63 snd_hda_set_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbdf038c5 snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbe9e6d7a snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc101c159 snd_hda_jack_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc36d2386 snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc3e33102 __hda_codec_driver_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc4288676 snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc77dbe2a snd_hda_jack_add_kctl_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcc433916 snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcdac6928 snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcf043f96 azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcfd9360a snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd05396d0 snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd0596766 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd150d038 snd_hda_codec_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd1fffeff azx_probe_codecs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd559e9e2 azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd81375de snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd826eceb snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd8d9c5e5 snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdd3de54a snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xde26e1ae snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdec3d615 snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdf4ba2ad snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe75ead45 snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe760bf4e hda_codec_driver_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe986097f snd_hda_jack_tbl_get_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeb83d4ef snd_hda_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xebb9b617 snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xec047fe7 snd_hda_codec_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xec544afd snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf3b8ba54 snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf51ea284 snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf693e8a9 snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf73b123d snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf87f3b55 __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8dc35ac snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xff5c8d2d snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x21802725 snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x27f3ffa8 snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x2b660968 snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x400a4337 snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x5d9af983 snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x6f9cf5f9 snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x74b73fd0 snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x76dc6871 hda_main_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x7d73cd1d snd_hda_gen_update_outputs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x83f72089 snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x871a6e44 hda_extra_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x998bf50b snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xabcaabec snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xae53f20c snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xbdd04427 snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xcb94b5b1 snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xcc0b1dc9 snd_hda_gen_add_mute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd0d1387f snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd87d16bf snd_hda_gen_stream_pm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xe1dba96f snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xf3d00fae snd_hda_gen_add_micmute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xfa017ec6 snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xfe47718e snd_hda_gen_fix_pin_power +EXPORT_SYMBOL_GPL sound/soc/amd/acp/snd-acp-mach 0xb04ce168 acp_quirk_table +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau-utils 0xae620be9 adau_calc_pll_cfg +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1372 0xdd111247 adau1372_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0x8e690237 adau1761_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0xb61139f1 adau1761_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x19d473e9 adau17x1_add_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x40c1aa43 adau17x1_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x70a56fbe adau17x1_set_micbias_voltage +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x78425d17 adau17x1_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x7f496f06 adau17x1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x83f46f21 adau17x1_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x9051233c adau17x1_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x9906dd95 adau17x1_add_widgets +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xc778008e adau17x1_precious_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xfd37f7a0 adau17x1_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau7118 0x8b03b5f0 adau7118_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x079e4775 arizona_voice_trigger_switch +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x0880f6e8 arizona_init_spk_irqs +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x08f6a871 arizona_simple_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x09622b0c arizona_in_vd_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x0b5d328c arizona_isrc_fsh +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x0f3dac23 arizona_jack_codec_dev_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x1f3ee7bb arizona_lhpf1_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x27718e61 arizona_lhpf_coeff_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x2ed6fd26 arizona_lhpf2_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x31f0780d arizona_ng_hold +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x4202c2b3 arizona_input_analog +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x4539b499 arizona_dvfs_down +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x46277216 arizona_rate_val +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x483536aa arizona_set_fll +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x4d06c81c arizona_lhpf4_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x4e963a1e arizona_hp_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x4eb27acc arizona_free_spk_irqs +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x560c0cea arizona_of_get_audio_pdata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x662aa7d5 arizona_eq_coeff_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x68b54acc arizona_in_vi_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x69102a20 arizona_sample_rate_text +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x729a5ef3 arizona_mixer_values +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x7344431c arizona_init_vol_limit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x7cfd6e06 arizona_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x7efe8460 arizona_init_gpio +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x7f26f273 arizona_mixer_texts +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x7fcb929a arizona_sample_rate_val_to_name +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x8681ee87 arizona_init_spk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x88a1f692 arizona_lhpf3_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x88fdd762 arizona_init_fll +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x90b418e9 arizona_asrc_rate1 +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x90cc709a arizona_isrc_fsl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x926b047e arizona_out_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x961a44be arizona_out_vi_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x9f98a507 arizona_anc_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xa88e5a34 arizona_dvfs_sysclk_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xaab29967 arizona_in_dmic_osr +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xab4d845c arizona_rate_text +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xaf15da6d arizona_anc_ng_enum +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xb138c69b arizona_adsp2_rate_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xb557f86e arizona_jack_set_jack +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xbb514383 arizona_init_dvfs +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xc29a9543 arizona_set_fll_refclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xc64eb4e5 arizona_output_anc_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xc9c29637 arizona_mixer_tlv +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xca46c1e3 arizona_set_output_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xd0411190 arizona_init_mono +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xd0eec16c arizona_dvfs_up +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xd7368293 arizona_clk_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xdaf48f8d arizona_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xdfe804b8 arizona_sample_rate_val +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xe4d99824 arizona_init_common +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xec53759c arizona_init_dai +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xf0b61abc arizona_anc_input_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xf7cd257e arizona_out_vd_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xf8683a73 arizona_jack_codec_dev_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xfab469bf arizona_in_hpf_cut_enum +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xfc0b083d arizona_in_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x41d4fe3a aw88395_dev_get_prof_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x4b83e194 aw88395_dev_set_volume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x4f11ae40 aw88395_dev_get_profile_index +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x6ed97c67 aw88395_dev_fw_update +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x8db12482 aw88395_dev_get_prof_name +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xc701b560 aw88395_dev_set_profile_index +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xcd29efbd aw88395_dev_start +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xd7587cd8 aw88395_dev_mute +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xdc6c31ce aw88395_dev_get_profile_count +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xe02583bd aw88395_dev_stop +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xed164563 aw88395_dev_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xedf84882 aw88395_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395-lib 0xd3b0f7d3 aw88395_dev_load_acf_check +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395-lib 0xec0c7083 aw88395_dev_cfg_load +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x4007bdf5 cs35l41_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0xa0f3b22f cs35l41_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0xf851fc2f cs35l41_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x389e86c7 cs35l41_safe_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x4f529e88 cs35l41_exit_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x5b8c71b9 cs35l41_init_boost +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x67ba6e20 cs35l41_regmap_spi +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x74636182 cs35l41_test_key_lock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x75ee98c4 cs35l41_configure_cs_dsp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x7b7dae61 cs35l41_register_errata_patch +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xab2083ee cs35l41_set_channels +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xba4ecfc3 cs35l41_write_fs_errata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xbc81e2fc cs35l41_global_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xbf5742d2 cs35l41_enter_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xd1ef68ff cs35l41_regmap_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xd2af90bd cs35l41_otp_unpack +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xdb1da49a cs35l41_test_key_unlock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xe92ff6ad cs35l41_gpio_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xed5748a8 cs35l41_set_cspl_mbox_cmd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x0121469e cs35l56_system_resume_early +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x451c83a7 cs35l56_system_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x87b92f1d cs35l56_system_suspend_no_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xe2c56666 cs35l56_system_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xede4aa73 cs35l56_system_suspend_late +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xff030d87 cs35l56_system_resume_no_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x78b2f36a cs4271_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0xfd6a5b35 cs4271_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x02086968 cs42l51_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x5dfa93ad cs42l51_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x6fed855a cs42l51_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xef697608 cs42l51_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xef69e338 cs42l51_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x082a6fce cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x147ef9cc cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x6e6fd588 cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7cac7292 cs42888_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3794c9 cs42448_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0x88a82e7b es8328_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0xf41fd514 es8328_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0xa41eff39 hda_codec_probe_complete +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0xd5b8f436 soc_hda_ext_bus_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0xe60b1758 snd_soc_hda_codec_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hdac-hda 0x8bdf8075 snd_soc_hdac_hda_get_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hdac-hdmi 0x54d098c8 hdac_hdmi_jack_port_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hdac-hdmi 0xa2cee8f3 hdac_hdmi_jack_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0x18f8ee24 lpass_macro_pds_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0x881a16bb lpass_macro_pds_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0x254553ba max98090_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x3dde72f5 soc_codec_dev_max98373_sdw +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x7279ec8c max98373_slot_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x9e2c7ea5 soc_codec_dev_max98373 +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0xcabc5d2f max98373_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x06801157 mt6358_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x4740437d mt6358_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xd953af27 mt6358_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xe8e4240c mt6358_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8821 0x03fc2ef3 nau8821_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0x07eb14c4 nau8824_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0xbf55f96a nau8824_components +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8825 0x06bab39f nau8825_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x1a12f74f pcm1789_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x3733fb94 pcm1789_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x411ba665 pcm1789_common_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0x308357bc pcm179x_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0x3b75d876 pcm179x_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0x42949dab pcm186x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0xf4a00390 pcm186x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x1ab98515 pcm3168a_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x26bed0ec pcm3168a_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x94871b70 pcm3168a_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0xbb5e4713 pcm3168a_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x4cc31a56 pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x8500a610 pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x9498e98a pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xba475d29 pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x5dc92cdf rl6231_pll_calc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x70617a04 rl6231_get_clk_info +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x8d7fa148 rl6231_get_pre_div +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0xdba4502f rl6231_calc_dmic_clk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6347a 0xa7aa810f rl6347a_hw_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6347a 0xade4bf4c rl6347a_hw_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5514-spi 0x61ff58e3 rt5514_spi_burst_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5514-spi 0xff87892f rt5514_spi_burst_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x0d04c634 rt5640_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x0dfd86ef rt5640_enable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x30a43152 rt5640_disable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x40f1b17f rt5640_detect_headset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x57f79d29 rt5640_dmic_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xa1c4cad8 rt5640_set_ovcd_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0x5e6cd590 rt5645_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0x614abd12 rt5645_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5659 0x827930e9 rt5659_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5663 0x1745ae8d rt5663_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5670 0x2f5ee4db rt5670_components +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5670 0x378befa2 rt5670_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5670 0x8ac8c82a rt5670_jack_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5670 0xc1faa462 rt5670_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5670 0xeef2b99c rt5670_jack_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677 0x0d80b46c rt5677_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677-spi 0x5fc320ad rt5677_spi_write_firmware +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677-spi 0x67956035 rt5677_spi_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677-spi 0xc6695825 rt5677_spi_hotword_detected +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677-spi 0xe8ece129 rt5677_spi_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x0d18594a rt5682_supply_names +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x255d8730 rt5682_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x561d61b4 rt5682_aif1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x59d3d967 rt5682_jack_detect_handler +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x5c7ed759 rt5682_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x62e573be rt5682_soc_component_dev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x81690d80 rt5682_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x8797ad79 rt5682_apply_patch_list +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x99fedd95 rt5682_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xb62e1d12 rt5682_register_dai_clks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xb897de56 rt5682_reg +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xbd2adab7 rt5682_aif2_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xbe549ee9 rt5682_calibrate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xff301ef8 rt5682_parse_dt +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682s 0x3e7ce1f8 rt5682s_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x0af482c0 sigmadsp_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x10a4f7d7 sigmadsp_attach +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xb173d6d1 sigmadsp_setup +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xb858a910 sigmadsp_restrict_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xbc15ab3b devm_sigmadsp_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-i2c 0x3e1bf3b7 devm_sigmadsp_init_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-regmap 0x5025ad46 devm_sigmadsp_init_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0x6ca5d7ec src4xxx_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0xde3025a2 src4xxx_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0xb5601053 ssm2602_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0xe2a97b60 ssm2602_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x0cf56eda tasdevice_kzalloc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x170a2577 tasdevice_dev_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x1dc2c9f9 tascodec_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x29c77bdc tasdevice_amp_putvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x3b495cae tasdevice_dev_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x4ecfc785 tasdevice_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x71697eb8 tasdevice_digital_putvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x792761ac tasdevice_dev_update_bits +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x9219e631 tasdevice_dev_bulk_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xaa08d45a tasdevice_digital_getvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xafd33dad tasdevice_dev_bulk_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xbb82ac99 tas2781_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xc946a9fc tasdevice_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xd60d28da tasdevice_dsp_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xf2a6d13e tasdevice_amp_getvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic32x4 0x6af2dca5 aic32x4_register_clocks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic3x 0x02491f54 aic3x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ts3a227e 0xd807a9dc ts3a227e_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd-mbhc 0x936c1623 wcd_mbhc_event_notify +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x0024d0fa wcd938x_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x51dc6720 wcd938x_sdw_device_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x83f9142b wcd938x_sdw_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x84a79ecb wcd938x_sdw_set_sdw_stream +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xbe1545b0 wcd938x_swr_get_current_bank +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x1a0bf82d wm_adsp2_preloader_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x2278b260 wm_adsp_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x3af850c0 wm_adsp_read_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x4475a387 wm_adsp_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x52c16479 wm_halo_wdt_expire +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x5bcd009b wm_adsp_fw_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x5deeabc6 wm_adsp_fw_enum +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x64eb1639 wm_adsp_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x664d3c06 wm_adsp_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x6ea5c44d wm_adsp_compr_handle_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x7c8ae7bc wm_adsp2_component_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x8234d0ac wm_adsp_power_up +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x9699d92b wm_halo_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xa703f187 wm_adsp_write_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xafb87a1a wm_adsp2_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xb09e521b wm_adsp_compr_open +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xb1001060 wm_adsp2_set_dspclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xb272b8de wm_adsp1_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xbb3bf301 wm_adsp_compr_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xbbf525ad wm_adsp_fw_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xbc50705d wm_adsp_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xc892276e wm_adsp1_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xd6e53201 wm_adsp2_component_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xdbfa1d64 wm_adsp_compr_copy +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xdd3c79ef wm_adsp2_bus_error +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xdf90ef80 wm_adsp_early_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xe65abb45 wm_adsp2_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xea38ee07 wm_halo_bus_error +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xfa33dd1b wm_adsp2_preloader_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0x53c45fb5 wm8731_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0x6a5fa2cd wm8731_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x4cbbf381 wm8804_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x507fedc9 wm8804_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xd5bea375 wm8804_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xfbd0e829 wm8804_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0x8a2f837e wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0x304fdd33 wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-asrc 0x261e0ee1 fsl_asrc_component +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-imx-audmux 0x30693bb7 imx_audmux_v1_configure_port +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-imx-audmux 0x58631dab imx_audmux_v2_configure_port +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x00e1d1ff asoc_simple_is_convert_required +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x06c3888b asoc_graph_is_ports0 +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x1595d606 asoc_simple_init_jack +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x2b71bdec asoc_simple_hw_params +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x368e16c0 asoc_simple_canonicalize_platform +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x4288a6c2 asoc_simple_init_aux_jacks +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x43c6b2ac asoc_simple_parse_clk +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x4c9502d7 asoc_simple_parse_widgets +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x593d64e2 asoc_simple_parse_convert +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x7a1faea2 asoc_simple_dai_init +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xa2b93c9c asoc_simple_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xa339ff84 asoc_simple_shutdown +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xa3f918cf asoc_simple_parse_routing +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xb5af072f asoc_simple_be_hw_params_fixup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xb97f2888 asoc_simple_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xc4dacd53 asoc_simple_canonicalize_cpu +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xcd2e8d1f asoc_simple_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xcf84c87b asoc_simple_clean_reference +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xd025d343 asoc_graph_card_probe +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xd2924650 asoc_simple_startup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xef3a4a9a asoc_simple_set_dailink_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xf8e5b402 asoc_simple_parse_tdm_width_map +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xfa7dc61c asoc_simple_remove +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xfd32ba89 asoc_graph_parse_dai +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xfde80aac asoc_simple_init_priv +EXPORT_SYMBOL_GPL sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform 0x4cd3cec7 sst_unregister_dsp +EXPORT_SYMBOL_GPL sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform 0xd455d7e5 sst_register_dsp +EXPORT_SYMBOL_GPL sound/soc/intel/atom/sst/snd-intel-sst-core 0x3d250b62 sst_context_cleanup +EXPORT_SYMBOL_GPL sound/soc/intel/atom/sst/snd-intel-sst-core 0x68098e82 sst_configure_runtime_pm +EXPORT_SYMBOL_GPL sound/soc/intel/atom/sst/snd-intel-sst-core 0x69bcd69e sst_context_init +EXPORT_SYMBOL_GPL sound/soc/intel/atom/sst/snd-intel-sst-core 0x709cd25f relocate_imr_addr_mrfld +EXPORT_SYMBOL_GPL sound/soc/intel/atom/sst/snd-intel-sst-core 0x842be490 sst_alloc_drv_context +EXPORT_SYMBOL_GPL sound/soc/intel/atom/sst/snd-intel-sst-core 0xd059e3b2 intel_sst_pm +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x044fb648 snd_soc_acpi_intel_jsl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x11b267bb snd_soc_acpi_intel_kbl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x22481abe snd_soc_acpi_intel_rpl_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x28f6018f snd_soc_acpi_intel_cherrytrail_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x336f81a3 snd_soc_acpi_intel_bxt_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x3d88bf86 snd_soc_acpi_intel_skl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x435de4a0 snd_soc_acpi_intel_lnl_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x4bf97c55 snd_soc_acpi_intel_broadwell_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x4c167d87 snd_soc_acpi_intel_lnl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x4ca3eedb snd_soc_acpi_intel_baytrail_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x5080fbed snd_soc_acpi_intel_cnl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x602ca5ba snd_soc_acpi_intel_tgl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x6b546c25 snd_soc_acpi_intel_mtl_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x6be666ed snd_soc_acpi_intel_icl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x9293bd3c snd_soc_acpi_intel_cfl_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xa0e12644 snd_soc_acpi_intel_cml_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xa35cfaa0 snd_soc_acpi_intel_cml_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xa4252501 snd_soc_acpi_intel_ehl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xaa1b64b9 snd_soc_acpi_intel_adl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xb603eb80 snd_soc_acpi_intel_icl_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xbc99cacd snd_soc_acpi_intel_adl_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xc164e526 snd_soc_acpi_intel_cnl_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xd5f712ce snd_soc_acpi_intel_tgl_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xd9243276 snd_soc_acpi_intel_mtl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xdcc6d459 snd_soc_acpi_intel_rpl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xe53d43e4 snd_soc_acpi_intel_glk_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xedb727d7 snd_soc_acpi_intel_hda_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xf987d11d snd_soc_acpi_intel_cfl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x16c9074d sst_dsp_outbox_write +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x16e86983 sst_shim32_read +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x26c7b979 sst_dsp_shim_read_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x2aef2676 sst_dsp_shim_update_bits_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x3209ef3a sst_dsp_mailbox_init +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x4a921d91 sst_dsp_inbox_write +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x55a89c89 sst_dsp_outbox_read +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x683d7f8e sst_dsp_shim_update_bits_forced +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x6e8fcf14 sst_dsp_shim_write +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x87cdf7d2 sst_shim32_write64 +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x89ac61bd sst_dsp_register_poll +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x91d44dcf sst_dsp_shim_update_bits_forced_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0xa47a2370 sst_dsp_shim_update_bits +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0xb2dd3ed6 sst_dsp_shim_write_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0xbdd84432 sst_dsp_inbox_read +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0xd72a34c2 sst_shim32_read64 +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0xd8feb198 sst_dsp_shim_read +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0xe9c6de99 sst_shim32_write +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0x41794db4 sst_ipc_tx_msg_reply_complete +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0xb40dc41a sst_ipc_reply_find_msg +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0xbdf9494b sst_ipc_tx_message_nopm +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0xc8157ed4 sst_ipc_init +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0xce0b126b sst_ipc_tx_message_nowait +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0xce49385d sst_ipc_fini +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0xd8f13cc8 sst_ipc_tx_message_wait +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x008392ff skl_ipc_get_large_config +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x0ba00389 skl_dsp_wake +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x136918ee cnl_sst_dsp_init +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x1570cd96 skl_sst_dsp_init +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x17a7c549 cnl_sst_init_fw +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x183e81bd skl_dsp_set_dma_control +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x20c97011 cnl_sst_dsp_cleanup +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x281e957f skl_clear_module_cnt +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x281f4db1 is_skl_dsp_running +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x2cfbdd7a bxt_sst_init_fw +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x320e0d4e bxt_sst_dsp_init +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x455c6ea5 skl_ipc_save_pipeline +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x52dbdd8b skl_ipc_bind_unbind +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x55a97935 skl_sst_dsp_cleanup +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x5ef6fb1a skl_dsp_free +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x77672eea bxt_sst_dsp_cleanup +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x817b9d7f skl_dsp_get_core +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x857f6d82 skl_put_pvt_id +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x8650b24c skl_dsp_put_core +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x8c3d1b37 skl_get_pvt_id +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x9905daa4 skl_ipc_restore_pipeline +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xa2dda9b0 skl_ipc_create_pipeline +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xa6e6de4f cnl_dsp_free +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xaccb2a07 skl_ipc_unload_modules +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xbae31b0d skl_ipc_set_pipeline_state +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xc3842c06 skl_ipc_set_large_config +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xd217c918 skl_sst_init_fw +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xd36ce9f8 skl_get_pvt_instance_id_map +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xd61504f0 skl_dsp_sleep +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xd769c8a9 skl_ipc_init_instance +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xd9d4f7d3 skl_ipc_load_modules +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xdb895864 skl_ipc_set_dx +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xe484daba skl_sst_ipc_load_library +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xec7bb005 skl_ipc_delete_pipeline +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xf32adccd skl_ipc_set_d0ix +EXPORT_SYMBOL_GPL sound/soc/snd-soc-acpi 0x14c66b61 snd_soc_acpi_codec_list +EXPORT_SYMBOL_GPL sound/soc/snd-soc-acpi 0x5c512782 snd_soc_acpi_find_package_from_hid +EXPORT_SYMBOL_GPL sound/soc/snd-soc-acpi 0xba39aa11 snd_soc_acpi_find_machine +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0081ab50 snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x02e240cb snd_soc_dai_get_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x03750277 dapm_kcontrol_get_value +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x039f57c2 snd_soc_component_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x04eb6014 snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0729d920 snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x074e6df1 snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0793f75a snd_soc_component_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x08177c9e snd_soc_dapm_init +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0898ecf6 snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x08eda268 snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0f65be89 snd_soc_unregister_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0fec588f snd_soc_find_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x104c3aa0 snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x106c9d16 snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1195f8af snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1237a910 snd_soc_dai_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x12459280 snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1367573b snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x209d0001 snd_soc_component_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x21550f0f snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x21994644 snd_soc_dai_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x23958bb2 dpcm_end_walk_at_be +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x23fabfae snd_soc_component_compr_get_codec_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x24abcff4 snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x256d19b9 snd_soc_link_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x258fcde9 snd_soc_of_get_slot_mask +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x265555c4 snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x27ec0f17 snd_soc_lookup_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x29a96ff8 snd_soc_dapm_update_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2ceeefbd snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2ed8fac9 dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x314706b2 snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x31e4ea80 snd_soc_component_compr_copy +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3281adae snd_soc_component_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x32896eff snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x36fb4e73 snd_soc_component_set_jack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x38bb6d84 snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3930403b snd_soc_component_init_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3986bb46 snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x39b209c1 snd_soc_runtime_set_dai_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x39f8b658 snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3e32a70f snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3e99db00 snd_soc_component_read_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3f944ff3 snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3fa8d667 snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3fe6095d snd_soc_dai_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4014ba38 snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x406af66c snd_soc_component_write_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x41813f6c snd_soc_card_remove_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4362cac7 snd_soc_dpcm_can_be_prepared +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x45364d6f snd_soc_unregister_component_by_driver +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x455727e5 snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4754c70d snd_soc_component_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x47dc320f snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x48c32f0e snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x48f491ef widget_in_list +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4a57b9ef snd_soc_of_parse_aux_devs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4d3d0e86 snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4e54dad2 snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4edc7782 snd_soc_dapm_dai_free_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4fa1782d snd_soc_tdm_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x50c67f82 snd_soc_dai_active +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x51527a61 snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5193ccc7 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x51a6615f snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x51b0a109 snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x52908f20 snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x52da7e26 snd_soc_dapm_free_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x54ff9ad9 snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x568d8f9d snd_soc_of_get_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x56d248b5 snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x57d53755 snd_soc_close_delayed_work +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5845facb snd_soc_component_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x59afb31e snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5c773818 devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5dac9bb9 snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5dcb79dc snd_soc_lookup_component_nolocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5e2399f7 snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5ec84a94 snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5f87a3b2 snd_soc_of_get_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6101f2cf snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x62193aae snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x64ad0eb7 snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x64d175c8 snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x65099188 snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x65b16020 snd_soc_info_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x66b45ee1 snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x66c16367 snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x66e529bb snd_soc_daifmt_parse_format +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x690c4495 snd_soc_link_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6a8c81a9 snd_soc_dapm_kcontrol_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6b4ca4c3 snd_soc_new_compress +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6cd2e4df snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6cfd6777 snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6eed9e1f snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6f6878e0 snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7031989f snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7075f2af snd_soc_component_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x70ff195b snd_soc_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7283e191 snd_soc_component_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x73e98d8d snd_soc_dai_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x75859315 snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7602f9d3 dapm_mark_endpoints_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x797b1ddc snd_soc_of_get_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x79976e39 snd_soc_dpcm_runtime_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7a67c40e devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7bc1200a snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7c31b483 snd_soc_dapm_stream_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e3c8361 snd_soc_component_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e4f9aca snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e68bdff snd_soc_component_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7fc02196 snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8070d7e5 snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x81cfa7af snd_soc_card_add_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x83c90998 snd_soc_tplg_widget_bind_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x840bb906 snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8417c05f devm_snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x84c0fa6d snd_soc_dai_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x871571b7 snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x881f49ba snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x882ada11 snd_soc_component_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8996d263 snd_soc_dapm_dai_get_connected_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8aa43c0d snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8ba14cd4 snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8c4387db snd_soc_add_pcm_runtimes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8d3358ec snd_soc_remove_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8d42b8c0 snd_soc_component_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8d7bd660 snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8e5676c7 snd_soc_of_put_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x900e891b snd_soc_of_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9191d481 snd_soc_dai_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x91ea1b1c snd_soc_free_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x931fd0c4 snd_soc_get_stream_cpu +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x95d8b6d6 snd_soc_dai_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x96610ad5 snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x96a8c9ef snd_soc_component_compr_open +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9914fb5f snd_soc_component_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x999fb798 snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9b7bdcda snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9ceaa584 snd_soc_component_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9f55142f snd_soc_component_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9fc3f688 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa0d3e71d snd_soc_dai_is_dummy +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa287185b snd_soc_dai_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa3577b3f snd_soc_component_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaaeeca36 snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xabe4cda3 snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xabec64b9 snd_soc_card_jack_new_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xac36447b snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xacdb9f40 snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xae0b3afe snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xae84095a snd_soc_tplg_component_load +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaef140ef snd_soc_component_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaff0add5 snd_soc_component_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb1682383 snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb222b51f snd_soc_runtime_calc_hw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb30d2ca8 snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb4f88f9e snd_soc_rtdcom_lookup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb6c78acd snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb7792d4a snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb7bf57cc snd_soc_dapm_force_bias_level +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb92cbf1b snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb950a6c1 snd_soc_card_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xba065e91 snd_soc_get_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xba89c5b7 snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbb004005 snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbb4b91a4 snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbee48655 snd_soc_component_initialize +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc05d36c9 snd_soc_dai_link_set_capabilities +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc129f8a1 snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc17cf4c4 snd_soc_add_component_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc2ca84d3 snd_soc_tplg_component_remove +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc317a15e snd_soc_daifmt_clock_provider_flipped +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc3572ba3 snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc42fb2a8 dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc5bb17b3 soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc6f97269 snd_soc_set_dmi_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc73b8461 devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc73bf5a0 snd_soc_dapm_kcontrol_dapm +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc78c2aaf snd_soc_find_dai_with_mutex +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc7ce65a8 snd_soc_dapm_new_control +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcc917d42 snd_soc_dai_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcd1c326b snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcdeb96a9 snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xce0f3663 snd_soc_of_put_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcf12ecad snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcfbe018b snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd0d0fce8 snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd11f1079 snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd1993c4e snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd1c90086 snd_soc_component_exit_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd22d7bfd asoc_dummy_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd255480f snd_soc_component_compr_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd4ecb3b2 snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd74f90bc dapm_pinctrl_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd795fa15 snd_soc_dapm_widget_name_cmp +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd9b27a0b snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdc103fc7 snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdc13ad49 snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xded54915 snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdee1a1d2 snd_soc_component_get_jack_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdf0418bb snd_soc_dai_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdf5cf58f snd_soc_new_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe209fd8d snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe6b0c002 snd_soc_daifmt_parse_clock_provider_raw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe752c911 snd_soc_of_parse_node_prefix +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe87a8907 snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe974d356 null_dailink_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe9eea8e7 snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb628f8d snd_soc_add_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xec7e31a2 snd_soc_link_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xed37b09a snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xee406ff6 snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf09c27da snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf3688a82 snd_soc_dapm_new_dai_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf4730d65 snd_soc_component_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf66b26e0 dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf85ca0f1 snd_soc_component_notify_control +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9622dd1 snd_soc_daifmt_clock_provider_from_bitmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfd62bf38 snd_soc_runtime_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfdac568a snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfe884904 snd_soc_get_dai_id +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfece4ea4 snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xff3edd95 snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xff93df18 snd_soc_bytes_tlv_callback +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x012e5bde snd_sof_debugfs_buf_item +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x2670f9b3 snd_sof_free_debug +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x29e69db5 snd_sof_dbg_init +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x986dfa22 snd_sof_dbg_memory_info_init +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0xa22a800f snd_sof_debugfs_add_region_item_iomem +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x202a1b1b line6_midi_id +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x325d3183 line6_init_midi +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x3bca4be0 line6_suspend +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x45572abc line6_init_pcm +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x49526bee line6_disconnect +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x4b14e252 line6_alloc_sysex_buffer +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x5039abb6 line6_probe +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x5fbc2345 line6_pcm_release +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x753825e0 line6_pcm_acquire +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x7f2fecc2 line6_send_sysex_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xa732d482 line6_resume +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xb5863f90 line6_read_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xc71f4477 line6_version_request_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xd6aa4f3a line6_read_serial_number +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xdcd2dd68 line6_send_raw_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xe3d6bfd5 line6_write_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xfecf4802 line6_send_raw_message_async +EXPORT_SYMBOL_GPL virt/lib/irqbypass 0x3fe35aea irq_bypass_unregister_consumer +EXPORT_SYMBOL_GPL virt/lib/irqbypass 0x418873cc irq_bypass_register_producer +EXPORT_SYMBOL_GPL virt/lib/irqbypass 0x888c5be5 irq_bypass_register_consumer +EXPORT_SYMBOL_GPL virt/lib/irqbypass 0xf6e772c3 irq_bypass_unregister_producer +EXPORT_SYMBOL_GPL vmlinux 0x001702d0 __SCK__tp_func_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0x001b074f mce_is_correctable +EXPORT_SYMBOL_GPL vmlinux 0x0024513f register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0x002991b4 device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x0029e8ee sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0x0034f3b6 xen_has_pv_nic_devices +EXPORT_SYMBOL_GPL vmlinux 0x00513f58 get_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x00565f18 pernet_ops_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x005e4e0e devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x005f18a6 add_wait_queue_priority +EXPORT_SYMBOL_GPL vmlinux 0x00662318 gnttab_pages_set_private +EXPORT_SYMBOL_GPL vmlinux 0x006775da da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x006a24ec crypto_init_akcipher_ops_sig +EXPORT_SYMBOL_GPL vmlinux 0x00782c0a dm_put +EXPORT_SYMBOL_GPL vmlinux 0x008539f0 klp_shadow_alloc +EXPORT_SYMBOL_GPL vmlinux 0x008cb6ee iommu_fwspec_free +EXPORT_SYMBOL_GPL vmlinux 0x00a1701b crypto_create_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x00a33b14 of_icc_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0x00a6710d ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0x00b6162b bpf_trace_run6 +EXPORT_SYMBOL_GPL vmlinux 0x00bfe4ee dma_async_device_channel_unregister +EXPORT_SYMBOL_GPL vmlinux 0x00d0fd43 vcap_keyfieldset +EXPORT_SYMBOL_GPL vmlinux 0x00d4c500 usb_decode_interval +EXPORT_SYMBOL_GPL vmlinux 0x00ddb617 virtio_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x010db8ab usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x011e1c7d crypto_unregister_acomps +EXPORT_SYMBOL_GPL vmlinux 0x0127916a devl_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x012e730e apei_exec_noop +EXPORT_SYMBOL_GPL vmlinux 0x0140a591 phy_validate +EXPORT_SYMBOL_GPL vmlinux 0x01754b61 __devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x01848a8e local_apic_timer_c2_ok +EXPORT_SYMBOL_GPL vmlinux 0x01866a57 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x01889ebf regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x019b37ba tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x019d8c91 usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0x019dc6f4 virtio_device_freeze +EXPORT_SYMBOL_GPL vmlinux 0x01a0cb78 property_entries_free +EXPORT_SYMBOL_GPL vmlinux 0x01a1d2dc __traceiter_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x01a20dfe spi_delay_to_ns +EXPORT_SYMBOL_GPL vmlinux 0x01a6756c au_platform_setup +EXPORT_SYMBOL_GPL vmlinux 0x01aa7b33 sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0x01b8ad58 clk_gate_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x01c12c32 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0x01dac1b2 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x01e0c93a phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01ee5532 smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x01f2cfdf ethtool_set_ethtool_phy_ops +EXPORT_SYMBOL_GPL vmlinux 0x01f449c0 bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x01fb3c5c usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0x0207a6c6 reset_control_bulk_acquire +EXPORT_SYMBOL_GPL vmlinux 0x020926cc inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0x020bbc90 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x0215857b lwtunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x022d5a0e crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0x02394899 play_idle_precise +EXPORT_SYMBOL_GPL vmlinux 0x02438897 __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x02495b8f gnttab_alloc_grant_reference_seq +EXPORT_SYMBOL_GPL vmlinux 0x024d13dd request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x0255b320 clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0x02727544 blk_mq_quiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0x027ac23e to_nd_region +EXPORT_SYMBOL_GPL vmlinux 0x027b2226 dw_pcie_host_init +EXPORT_SYMBOL_GPL vmlinux 0x027f7096 gpiochip_irqchip_add_domain +EXPORT_SYMBOL_GPL vmlinux 0x029a4b79 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x02c259ee dev_err_probe +EXPORT_SYMBOL_GPL vmlinux 0x02c45815 acpi_quirk_skip_serdev_enumeration +EXPORT_SYMBOL_GPL vmlinux 0x02c49fda intel_pinctrl_probe_by_hid +EXPORT_SYMBOL_GPL vmlinux 0x02c5c501 power_supply_find_ocv2cap_table +EXPORT_SYMBOL_GPL vmlinux 0x02ef7bde iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x02f3d9ad dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x03030660 devlink_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x03054991 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x0309fe5b pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x030cbca2 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x0312b3b0 reset_controller_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x031907f0 nf_route +EXPORT_SYMBOL_GPL vmlinux 0x031d310c phy_led_triggers_register +EXPORT_SYMBOL_GPL vmlinux 0x03235d62 smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x0324e457 user_describe +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x033cf949 hwpoison_filter +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x03473884 phy_basic_t1s_p2mp_features +EXPORT_SYMBOL_GPL vmlinux 0x0349a2e2 usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x036a4199 param_set_uint_minmax +EXPORT_SYMBOL_GPL vmlinux 0x036d96d9 pci_epf_alloc_space +EXPORT_SYMBOL_GPL vmlinux 0x036de383 perf_event_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x0372fb2c ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0x0373766a sbitmap_queue_clear +EXPORT_SYMBOL_GPL vmlinux 0x0388a7dd regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x03952887 ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x03963bbc blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0x03b0d220 generic_online_page +EXPORT_SYMBOL_GPL vmlinux 0x03b2d338 fixed_phy_register_with_gpiod +EXPORT_SYMBOL_GPL vmlinux 0x03c12dfe cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x03c1c035 acrn_remove_intr_handler +EXPORT_SYMBOL_GPL vmlinux 0x03cd7908 edac_mc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x03cdafa0 bsg_job_put +EXPORT_SYMBOL_GPL vmlinux 0x03ce7234 sched_smt_present +EXPORT_SYMBOL_GPL vmlinux 0x03ce7f31 gpiochip_irq_map +EXPORT_SYMBOL_GPL vmlinux 0x03db6506 usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0x03e49616 devl_region_create +EXPORT_SYMBOL_GPL vmlinux 0x03f05613 misc_cg_uncharge +EXPORT_SYMBOL_GPL vmlinux 0x03f57b9b devm_pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x03f797a1 rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x03fe00f3 ip_valid_fib_dump_req +EXPORT_SYMBOL_GPL vmlinux 0x0402cbbf preempt_notifier_inc +EXPORT_SYMBOL_GPL vmlinux 0x0410987b cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x0412c343 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0x04227c7a br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0x04297ac9 cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x042984fa inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x0446793a regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x0449364a netdev_walk_all_upper_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x045fd987 crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x0460937f devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x049e5156 gnttab_try_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x04b6492e devm_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x04bf0092 io_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04c8aebf console_verbose +EXPORT_SYMBOL_GPL vmlinux 0x04d386da fuse_init_fs_context_submount +EXPORT_SYMBOL_GPL vmlinux 0x04df8fbc lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0x04f83cc7 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0x04fa8f87 bio_associate_blkg_from_css +EXPORT_SYMBOL_GPL vmlinux 0x05026129 regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0x050fb65d follow_pte +EXPORT_SYMBOL_GPL vmlinux 0x051085e3 lock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x0510efeb __regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x051a0bc1 stack_depot_fetch +EXPORT_SYMBOL_GPL vmlinux 0x052b4013 register_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x052c9aed ktime_get_real_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x05388a6f acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x0557bedb pwm_lpss_bxt_info +EXPORT_SYMBOL_GPL vmlinux 0x055987f9 __tracepoint_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x056ee4be call_switchdev_blocking_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x05712092 pci_d3cold_disable +EXPORT_SYMBOL_GPL vmlinux 0x057a7958 usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x05860542 device_del +EXPORT_SYMBOL_GPL vmlinux 0x05883efb __traceiter_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x058f9366 apei_exec_collect_resources +EXPORT_SYMBOL_GPL vmlinux 0x05c4039a fsnotify_add_mark +EXPORT_SYMBOL_GPL vmlinux 0x05cd1dd4 vcap_rule_add_key_bit +EXPORT_SYMBOL_GPL vmlinux 0x05d64c3b devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x05d83569 sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0x05e5b4ff devl_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0x05fdbb3c events_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0x0605eb8b skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0x060b1d64 genphy_c45_read_mdix +EXPORT_SYMBOL_GPL vmlinux 0x061336ae blocking_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x06144d77 devm_led_get +EXPORT_SYMBOL_GPL vmlinux 0x061af321 pinctrl_utils_add_config +EXPORT_SYMBOL_GPL vmlinux 0x06209f49 phy_lookup_setting +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x0629015c strp_init +EXPORT_SYMBOL_GPL vmlinux 0x062b89c4 ghes_unregister_report_chain +EXPORT_SYMBOL_GPL vmlinux 0x063612b2 _copy_mc_to_iter +EXPORT_SYMBOL_GPL vmlinux 0x06404d3f hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x065153cb tpm_chip_register +EXPORT_SYMBOL_GPL vmlinux 0x0653a586 hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x065ca41e xenbus_match +EXPORT_SYMBOL_GPL vmlinux 0x0680cc06 rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x0686603d pci_epc_multi_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x068a61c8 phy_exit +EXPORT_SYMBOL_GPL vmlinux 0x06b7cdbf blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x06bc886f ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x06c2a6d4 gnttab_page_cache_put +EXPORT_SYMBOL_GPL vmlinux 0x06cbc1cb blk_mark_disk_dead +EXPORT_SYMBOL_GPL vmlinux 0x06cca30b ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0x06e1af15 encrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0x06e7a086 blk_stat_disable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x06eadee6 da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0x06ef36ea __spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0x06f3bd9f device_match_devt +EXPORT_SYMBOL_GPL vmlinux 0x06fbb0b9 clocksource_verify_percpu +EXPORT_SYMBOL_GPL vmlinux 0x06fe2b2c blk_queue_flag_test_and_set +EXPORT_SYMBOL_GPL vmlinux 0x0717ee1c icc_set_tag +EXPORT_SYMBOL_GPL vmlinux 0x071a2998 serial8250_rpm_get +EXPORT_SYMBOL_GPL vmlinux 0x071f5f4a usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0x07210777 __SCK__tp_func_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x07228347 modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x07242d92 put_dax +EXPORT_SYMBOL_GPL vmlinux 0x072807ad devres_find +EXPORT_SYMBOL_GPL vmlinux 0x073205e7 vcap_filter_rule_keys +EXPORT_SYMBOL_GPL vmlinux 0x073bd6a3 __sk_flush_backlog +EXPORT_SYMBOL_GPL vmlinux 0x07462587 bio_blkcg_css +EXPORT_SYMBOL_GPL vmlinux 0x07483e13 cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0x074f98db synth_event_add_field +EXPORT_SYMBOL_GPL vmlinux 0x0756a31c register_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0x076356e7 sfp_may_have_phy +EXPORT_SYMBOL_GPL vmlinux 0x0796906c __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x07a52bb1 i2c_acpi_client_count +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07b64d81 hyperv_stop_tsc_emulation +EXPORT_SYMBOL_GPL vmlinux 0x07b72d36 debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x07baf4ca platform_get_irq_optional +EXPORT_SYMBOL_GPL vmlinux 0x07be6905 net_inc_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x07cf0b8d usb_check_int_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x07e20917 rio_del_device +EXPORT_SYMBOL_GPL vmlinux 0x07e95143 msi_unlock_descs +EXPORT_SYMBOL_GPL vmlinux 0x07ff011b ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x0805dade tpm2_get_cc_attrs_tbl +EXPORT_SYMBOL_GPL vmlinux 0x080cfe88 generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x08135613 dax_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x0834fcda clk_hw_get_flags +EXPORT_SYMBOL_GPL vmlinux 0x0847a110 md_account_bio +EXPORT_SYMBOL_GPL vmlinux 0x084935b2 fat_update_time +EXPORT_SYMBOL_GPL vmlinux 0x0849c92b ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0x08558c45 tty_kclose +EXPORT_SYMBOL_GPL vmlinux 0x08648540 dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x0879d1be usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0x087f5dc5 wm831x_of_match +EXPORT_SYMBOL_GPL vmlinux 0x0883c5ae hsu_dma_probe +EXPORT_SYMBOL_GPL vmlinux 0x0889d341 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x089af60a regmap_get_max_register +EXPORT_SYMBOL_GPL vmlinux 0x089b1b50 irq_domain_create_simple +EXPORT_SYMBOL_GPL vmlinux 0x08a32d46 clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x08a65939 fscrypt_ioctl_get_policy_ex +EXPORT_SYMBOL_GPL vmlinux 0x08c78cf7 offline_and_remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x08c7dbc9 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0x08cafd22 devm_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x08cd322a tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x08cff0ee phy_get +EXPORT_SYMBOL_GPL vmlinux 0x08d34537 devm_of_led_get +EXPORT_SYMBOL_GPL vmlinux 0x08d6064e cgroup_path_ns +EXPORT_SYMBOL_GPL vmlinux 0x08dc8260 pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0x08e2b333 cppc_set_auto_sel +EXPORT_SYMBOL_GPL vmlinux 0x08edc130 blkg_conf_exit +EXPORT_SYMBOL_GPL vmlinux 0x08f787ea page_cache_ra_unbounded +EXPORT_SYMBOL_GPL vmlinux 0x08fa9625 icc_disable +EXPORT_SYMBOL_GPL vmlinux 0x0903edb0 relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0x0907d14d blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x090fcd4f pci_epc_linkup +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x0925493f clear_page_orig +EXPORT_SYMBOL_GPL vmlinux 0x092b84a2 devlink_dpipe_table_counter_enabled +EXPORT_SYMBOL_GPL vmlinux 0x09337cd0 __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x093786cf synth_event_add_field_str +EXPORT_SYMBOL_GPL vmlinux 0x093e4d5a wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x09515d74 devm_power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x096a7e6f x86_spec_ctrl_base +EXPORT_SYMBOL_GPL vmlinux 0x0976822d sfp_get_module_eeprom_by_page +EXPORT_SYMBOL_GPL vmlinux 0x0983af27 crypto_unregister_aeads +EXPORT_SYMBOL_GPL vmlinux 0x0991317b fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0x09a99ccb pin_get_name +EXPORT_SYMBOL_GPL vmlinux 0x09b53e14 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x09df58ef extcon_get_property +EXPORT_SYMBOL_GPL vmlinux 0x09e52d29 xenbus_unmap_ring_vfree +EXPORT_SYMBOL_GPL vmlinux 0x09e7948a ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0x09e97af4 events_hybrid_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0x09ec8baf pinctrl_utils_free_map +EXPORT_SYMBOL_GPL vmlinux 0x09f46309 pkcs7_validate_trust +EXPORT_SYMBOL_GPL vmlinux 0x09f50f32 rcu_nocb_flush_deferred_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x0a0b994c acpi_device_fix_up_power_extended +EXPORT_SYMBOL_GPL vmlinux 0x0a11b79e rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0x0a3b9d0e security_file_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x0a47553f tdx_kvm_hypercall +EXPORT_SYMBOL_GPL vmlinux 0x0a4e6e0a nf_hooks_lwtunnel_sysctl_handler +EXPORT_SYMBOL_GPL vmlinux 0x0a502c98 dmar_platform_optin +EXPORT_SYMBOL_GPL vmlinux 0x0a52c511 hv_query_ext_cap +EXPORT_SYMBOL_GPL vmlinux 0x0a5b848b pwm_capture +EXPORT_SYMBOL_GPL vmlinux 0x0a70d28b __devm_spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0x0a72fb8e nvmem_cell_read_u32 +EXPORT_SYMBOL_GPL vmlinux 0x0a8162a8 raw_v4_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x0a8894f4 mas_find_range_rev +EXPORT_SYMBOL_GPL vmlinux 0x0a8e458b crypto_req_done +EXPORT_SYMBOL_GPL vmlinux 0x0a96fb29 kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0x0aa1d4be irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0x0aa21fd8 handle_bad_irq +EXPORT_SYMBOL_GPL vmlinux 0x0aa9acd6 __io_uring_cmd_do_in_task +EXPORT_SYMBOL_GPL vmlinux 0x0aab30e8 sock_map_close +EXPORT_SYMBOL_GPL vmlinux 0x0ab7b996 blk_mq_update_nr_hw_queues +EXPORT_SYMBOL_GPL vmlinux 0x0abdc439 cc_platform_has +EXPORT_SYMBOL_GPL vmlinux 0x0ad137d3 lpit_read_residency_count_address +EXPORT_SYMBOL_GPL vmlinux 0x0ad6f607 ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0x0af410d8 fwnode_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x0affdd8e folio_alloc_buffers +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b1bb9f9 synchronize_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x0b2a2596 xenbus_dev_probe +EXPORT_SYMBOL_GPL vmlinux 0x0b2db2d5 remove_resource +EXPORT_SYMBOL_GPL vmlinux 0x0b3f012d inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x0b4dcdca find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x0b52e502 apei_resources_add +EXPORT_SYMBOL_GPL vmlinux 0x0b697107 usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0x0b69e104 pse_ethtool_get_status +EXPORT_SYMBOL_GPL vmlinux 0x0b7b9910 pci_epc_unmap_addr +EXPORT_SYMBOL_GPL vmlinux 0x0b837f67 cgroup_get_from_id +EXPORT_SYMBOL_GPL vmlinux 0x0b8c8a23 static_key_fast_inc_not_disabled +EXPORT_SYMBOL_GPL vmlinux 0x0ba94f50 __fscrypt_encrypt_symlink +EXPORT_SYMBOL_GPL vmlinux 0x0bbdc9b2 remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x0bbeaeba uv_bios_enum_ports +EXPORT_SYMBOL_GPL vmlinux 0x0bd5f807 ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0x0be614c7 inet_ehash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0x0bf5c4e4 hte_ts_get +EXPORT_SYMBOL_GPL vmlinux 0x0bff9eb9 __traceiter_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x0c1cfb22 ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0x0c1f52e5 bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x0c2c5802 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x0c2d993f scsi_build_sense +EXPORT_SYMBOL_GPL vmlinux 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x0c40b27c aead_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x0c534e30 acpi_set_modalias +EXPORT_SYMBOL_GPL vmlinux 0x0c558bd9 devm_led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0c5e09b2 devm_mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0c7bac92 crypto_register_rng +EXPORT_SYMBOL_GPL vmlinux 0x0c805f93 clflush_cache_range +EXPORT_SYMBOL_GPL vmlinux 0x0c82aceb ata_acpi_gtm_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x0c88c1c3 pci_vpd_find_id_string +EXPORT_SYMBOL_GPL vmlinux 0x0c94f59a __SCK__tp_func_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x0c971301 dispatch_hid_bpf_device_event +EXPORT_SYMBOL_GPL vmlinux 0x0ca734fe ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x0cb1120f thermal_acpi_hot_trip_temp +EXPORT_SYMBOL_GPL vmlinux 0x0cbe3ee2 software_node_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0cc9d36c iommu_group_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x0cd1d927 __bio_release_pages +EXPORT_SYMBOL_GPL vmlinux 0x0cd959ce irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x0cd9eb6c metadata_dst_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0cec8c01 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0x0cf9ea9a led_put +EXPORT_SYMBOL_GPL vmlinux 0x0cfe59cb hyperv_fill_flush_guest_mapping_list +EXPORT_SYMBOL_GPL vmlinux 0x0d09285a clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x0d10976b ethnl_cable_test_fault_length +EXPORT_SYMBOL_GPL vmlinux 0x0d198806 irq_domain_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x0d297890 blk_mq_quiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x0d319238 xenbus_probe_devices +EXPORT_SYMBOL_GPL vmlinux 0x0d361221 crypto_akcipher_sync_prep +EXPORT_SYMBOL_GPL vmlinux 0x0d3fb7d4 phy_interface_num_ports +EXPORT_SYMBOL_GPL vmlinux 0x0d4961de nf_log_buf_open +EXPORT_SYMBOL_GPL vmlinux 0x0d4e3f8c iopf_queue_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d5cecc6 ima_measure_critical_data +EXPORT_SYMBOL_GPL vmlinux 0x0d61a8e3 replace_page_cache_folio +EXPORT_SYMBOL_GPL vmlinux 0x0d61c33c l3mdev_master_upper_ifindex_by_index_rcu +EXPORT_SYMBOL_GPL vmlinux 0x0d64ad10 acpi_pm_set_device_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x0d6a49d4 tcp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d7d21a3 pci_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x0d7e1394 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0x0d82f516 __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x0d8b1ace skb_gso_validate_mac_len +EXPORT_SYMBOL_GPL vmlinux 0x0d8d26bf blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0x0dacbaaf crypto_alloc_sync_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x0db4473e crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x0dc281f2 __devm_rtc_register_device +EXPORT_SYMBOL_GPL vmlinux 0x0dc443bc fscrypt_get_symlink +EXPORT_SYMBOL_GPL vmlinux 0x0dca5ee8 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0x0ddadea2 __SCT__tp_func_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0de46486 pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0x0de90a66 regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x0df78de6 ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x0e007edf xen_evtchn_nr_channels +EXPORT_SYMBOL_GPL vmlinux 0x0e048d0d iomap_invalidate_folio +EXPORT_SYMBOL_GPL vmlinux 0x0e0c6a7d crypto_dh_encode_key +EXPORT_SYMBOL_GPL vmlinux 0x0e1194d5 hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x0e13cb4d apei_resources_release +EXPORT_SYMBOL_GPL vmlinux 0x0e1fc8ef __SCT__tp_func_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x0e58a4dd __tracepoint_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x0e5cc9d7 xdp_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x0e61ef42 usb_phy_set_event +EXPORT_SYMBOL_GPL vmlinux 0x0e6b79af static_key_disable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x0e7628cd tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0x0e85f8a9 regulator_set_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0x0e9621aa gpiochip_line_is_open_drain +EXPORT_SYMBOL_GPL vmlinux 0x0e9ac889 ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0x0ea5cbce xen_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x0ea8344d fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0x0ea897fa dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0x0eac817f devm_of_phy_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x0eb5bd50 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0x0ec096b0 hv_read_reference_counter +EXPORT_SYMBOL_GPL vmlinux 0x0ecc39f6 rio_add_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0x0ecfea88 btf_type_by_id +EXPORT_SYMBOL_GPL vmlinux 0x0ed1bcd9 udp_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0x0eeae3e8 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0x0eedc069 hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x0ef2075b ethnl_cable_test_amplitude +EXPORT_SYMBOL_GPL vmlinux 0x0effd6ab phy_get_rate_matching +EXPORT_SYMBOL_GPL vmlinux 0x0f02df90 disk_set_zoned +EXPORT_SYMBOL_GPL vmlinux 0x0f0b21fe pm_trace_rtc_abused +EXPORT_SYMBOL_GPL vmlinux 0x0f180070 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x0f285128 md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0x0f2aface regulator_desc_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x0f2d7d87 mce_unregister_decode_chain +EXPORT_SYMBOL_GPL vmlinux 0x0f4b7ccd __tracepoint_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x0f4dce29 kthread_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x0f588b0d blk_mq_complete_request_remote +EXPORT_SYMBOL_GPL vmlinux 0x0f640f8d xen_evtchn_do_upcall +EXPORT_SYMBOL_GPL vmlinux 0x0f7ca236 dmi_memdev_name +EXPORT_SYMBOL_GPL vmlinux 0x0f821978 devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x0f84093f gpiod_set_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x0f86c0a5 blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0x0f9be4f6 crypto_alloc_acomp +EXPORT_SYMBOL_GPL vmlinux 0x0f9fc04e uv_get_archtype +EXPORT_SYMBOL_GPL vmlinux 0x0fa22536 phy_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0fbb7344 memremap_compat_align +EXPORT_SYMBOL_GPL vmlinux 0x0fbc0c0e xas_pause +EXPORT_SYMBOL_GPL vmlinux 0x0fbfce95 device_create_managed_software_node +EXPORT_SYMBOL_GPL vmlinux 0x0fc12d59 __usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x0fc37562 amd_smn_read +EXPORT_SYMBOL_GPL vmlinux 0x0fc92be8 tcp_unregister_ulp +EXPORT_SYMBOL_GPL vmlinux 0x0fca0fa6 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x0fcc1969 copy_from_user_nmi +EXPORT_SYMBOL_GPL vmlinux 0x0fd03571 xenbus_read_otherend_details +EXPORT_SYMBOL_GPL vmlinux 0x0fd122e7 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0x0fd4610e kmem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0x0fdbbdc6 devm_blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x0fdf0b1b devm_clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0x10049d54 raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x1005d60b tick_nohz_dep_set_cpu +EXPORT_SYMBOL_GPL vmlinux 0x10091b7b sbitmap_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x101fbc22 msg_zerocopy_put_abort +EXPORT_SYMBOL_GPL vmlinux 0x10320f27 phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0x1038b96f adxl_get_component_names +EXPORT_SYMBOL_GPL vmlinux 0x10494d66 devm_serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x104b2b7d vcap_rule_get_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x1052f592 vp_modern_get_status +EXPORT_SYMBOL_GPL vmlinux 0x105d82fa acpi_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0x106d7f72 crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x10787c41 __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x10794d8c gov_attr_set_put +EXPORT_SYMBOL_GPL vmlinux 0x107bb32a ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0x1088935f i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0x108a0acd bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x10b89330 crypto_has_shash +EXPORT_SYMBOL_GPL vmlinux 0x10cd65c8 __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0x10d036c7 usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0x10d984c7 da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0x10d9f317 stack_depot_init +EXPORT_SYMBOL_GPL vmlinux 0x10ddd0cb __SCT__perf_lopwr_cb +EXPORT_SYMBOL_GPL vmlinux 0x10e155f0 sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0x10e1587b crypto_register_acomps +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x10f492ac tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x10fe5c06 devm_fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x110106c1 cper_severity_to_aer +EXPORT_SYMBOL_GPL vmlinux 0x11209ee3 vcap_tc_flower_handler_ethaddr_usage +EXPORT_SYMBOL_GPL vmlinux 0x11467c48 dma_get_merge_boundary +EXPORT_SYMBOL_GPL vmlinux 0x1146e1c8 wakeup_sources_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x116180b5 hv_current_partition_id +EXPORT_SYMBOL_GPL vmlinux 0x11775752 device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0x1177c0e6 pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0x117937e6 __traceiter_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x1183cf08 tty_save_termios +EXPORT_SYMBOL_GPL vmlinux 0x11949e50 put_device +EXPORT_SYMBOL_GPL vmlinux 0x11a0a506 devm_gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x11a1c219 class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x11a7a1bb fuse_dev_install +EXPORT_SYMBOL_GPL vmlinux 0x11abc05e rt288x_setup +EXPORT_SYMBOL_GPL vmlinux 0x11b5603c devm_pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0x11b85978 xdp_do_redirect_frame +EXPORT_SYMBOL_GPL vmlinux 0x11bab6f7 serdev_controller_alloc +EXPORT_SYMBOL_GPL vmlinux 0x11cd776e __SCK__tp_func_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x11d909dd usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0x11df0e75 devlink_fmsg_binary_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x11e06ee9 badrange_init +EXPORT_SYMBOL_GPL vmlinux 0x11e08f96 trace_seq_putmem_hex +EXPORT_SYMBOL_GPL vmlinux 0x11e0bee4 register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x11e44756 vc_scrolldelta_helper +EXPORT_SYMBOL_GPL vmlinux 0x11f1cff1 __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x11f4cbfb devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x12056e53 mas_store_gfp +EXPORT_SYMBOL_GPL vmlinux 0x12189359 __SCT__tp_func_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x121a1ecc regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x12245562 fsverity_ioctl_read_metadata +EXPORT_SYMBOL_GPL vmlinux 0x1234e483 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0x1234ffa1 cper_estatus_check_header +EXPORT_SYMBOL_GPL vmlinux 0x1236ecb7 dma_resv_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x123740aa gnttab_dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x1249a217 pci_epc_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x124a0ff3 __put_net +EXPORT_SYMBOL_GPL vmlinux 0x124cbd76 usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0x1266474a devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0x12738b71 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x1273b4f2 __traceiter_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x1273ff8f lwtunnel_encap_add_ops +EXPORT_SYMBOL_GPL vmlinux 0x127c109b __SCT__tp_func_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x127d4c88 l3mdev_table_lookup_register +EXPORT_SYMBOL_GPL vmlinux 0x1285adbd regulator_set_soft_start_regmap +EXPORT_SYMBOL_GPL vmlinux 0x128a7397 clkdev_hw_create +EXPORT_SYMBOL_GPL vmlinux 0x12991ec5 led_init_core +EXPORT_SYMBOL_GPL vmlinux 0x1299d864 dw_pcie_link_up +EXPORT_SYMBOL_GPL vmlinux 0x129fb050 blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x12a7c479 phy_create +EXPORT_SYMBOL_GPL vmlinux 0x12b342b0 class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x12d1607a pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0x12d1a97c thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x12d469e1 __tracepoint_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0x12d58c2d synth_event_trace_array +EXPORT_SYMBOL_GPL vmlinux 0x12db3a8b kvm_clock +EXPORT_SYMBOL_GPL vmlinux 0x12e285ec is_uv_system +EXPORT_SYMBOL_GPL vmlinux 0x12e944b6 blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0x12ee1173 memory_group_unregister +EXPORT_SYMBOL_GPL vmlinux 0x13090724 add_vmfork_randomness +EXPORT_SYMBOL_GPL vmlinux 0x130e6cab bind_interdomain_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x1312e7df crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x131666ea devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x1328a42b i2c_acpi_find_adapter_by_handle +EXPORT_SYMBOL_GPL vmlinux 0x133969d7 __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x1340e313 usb_cache_string +EXPORT_SYMBOL_GPL vmlinux 0x134edfa7 devlink_dpipe_action_put +EXPORT_SYMBOL_GPL vmlinux 0x1361ca4e pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1370377e devm_kstrdup_const +EXPORT_SYMBOL_GPL vmlinux 0x1377a9fe dev_pm_genpd_suspend +EXPORT_SYMBOL_GPL vmlinux 0x13833248 synth_event_create +EXPORT_SYMBOL_GPL vmlinux 0x1383d7db ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0x1386a043 virtqueue_get_used_addr +EXPORT_SYMBOL_GPL vmlinux 0x138aff76 gnttab_init +EXPORT_SYMBOL_GPL vmlinux 0x138e0957 dax_write_cache_enabled +EXPORT_SYMBOL_GPL vmlinux 0x138e54e5 rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x1394d032 __mt_destroy +EXPORT_SYMBOL_GPL vmlinux 0x139ad98d devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0x139fbaf0 usb_alloc_dev +EXPORT_SYMBOL_GPL vmlinux 0x13a13e8e dev_pm_genpd_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x13a401b3 platform_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x13a8f18e sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0x13b24fb1 i2c_client_type +EXPORT_SYMBOL_GPL vmlinux 0x13b5bc48 cdrom_multisession +EXPORT_SYMBOL_GPL vmlinux 0x13b9e193 acpi_dev_resource_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x13be2747 cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0x13ce87e8 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0x13ed8784 sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x13fab921 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x14023415 dma_max_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x140371fe powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0x1403ad09 cpufreq_add_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x140c0aa1 devres_get +EXPORT_SYMBOL_GPL vmlinux 0x1414530c devlink_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x141f38bf ktime_get_raw_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x1434eaab nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x143a1f5c pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x14439e3d regulator_list_hardware_vsel +EXPORT_SYMBOL_GPL vmlinux 0x14485206 regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0x144eab63 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0x1458d8bb devm_regulator_bulk_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x145e5c2b get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x146626a0 mas_find_rev +EXPORT_SYMBOL_GPL vmlinux 0x146cc88f bpf_master_redirect_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x1475d603 xstate_get_guest_group_perm +EXPORT_SYMBOL_GPL vmlinux 0x14778301 scsi_alloc_request +EXPORT_SYMBOL_GPL vmlinux 0x147fb94d devl_assert_locked +EXPORT_SYMBOL_GPL vmlinux 0x14a2aae7 irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x14a48d29 i2c_client_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x14afc874 __kthread_init_worker +EXPORT_SYMBOL_GPL vmlinux 0x14d3d2a5 rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x14dd9f1d unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x14e25725 __SCK__tp_func_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x14e2b220 restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x14ec4fdb evtchn_put +EXPORT_SYMBOL_GPL vmlinux 0x14fd10f1 unwind_get_return_address +EXPORT_SYMBOL_GPL vmlinux 0x14fd4c2f vp_modern_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x15021b4a xa_delete_node +EXPORT_SYMBOL_GPL vmlinux 0x150fb374 irq_chip_get_parent_state +EXPORT_SYMBOL_GPL vmlinux 0x1523eee0 get_net_ns_by_id +EXPORT_SYMBOL_GPL vmlinux 0x1527eabe thermal_zone_get_crit_temp +EXPORT_SYMBOL_GPL vmlinux 0x152a2f44 fscrypt_context_for_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x153b60a6 klist_del +EXPORT_SYMBOL_GPL vmlinux 0x15434292 ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x15461676 component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0x154ff91f cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x15510a89 devlink_fmsg_binary_put +EXPORT_SYMBOL_GPL vmlinux 0x1554235e blk_queue_max_discard_segments +EXPORT_SYMBOL_GPL vmlinux 0x15650976 wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0x156e8afe __SCT__tp_func_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x15732acd usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x1585f989 devm_register_restart_handler +EXPORT_SYMBOL_GPL vmlinux 0x15886f48 hte_disable_ts +EXPORT_SYMBOL_GPL vmlinux 0x15913808 dm_internal_suspend_fast +EXPORT_SYMBOL_GPL vmlinux 0x1598613a pm_clk_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x159ac72d usb_phy_get_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x15ade1cc filter_irq_stacks +EXPORT_SYMBOL_GPL vmlinux 0x15bd7435 psi_memstall_leave +EXPORT_SYMBOL_GPL vmlinux 0x15c20715 dev_pm_genpd_get_next_hrtimer +EXPORT_SYMBOL_GPL vmlinux 0x15e6f5e1 unregister_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x15ea2648 hwpoison_filter_flags_mask +EXPORT_SYMBOL_GPL vmlinux 0x160c8f25 serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x16422a6e xdp_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x16516798 osc_pc_lpi_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x1651b973 usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x16664fd3 sched_numa_find_nth_cpu +EXPORT_SYMBOL_GPL vmlinux 0x166db1b5 sched_clock_idle_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x16722cad fscrypt_ioctl_remove_key_all_users +EXPORT_SYMBOL_GPL vmlinux 0x1677e851 pci_epc_get +EXPORT_SYMBOL_GPL vmlinux 0x167d7113 acpi_bus_register_early_device +EXPORT_SYMBOL_GPL vmlinux 0x1680832e em_dev_register_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0x1687ec20 tty_get_frame_size +EXPORT_SYMBOL_GPL vmlinux 0x1689a9d5 wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0x1690b503 usb_role_switch_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x169fcede iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0x16bc5613 clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0x16bd04df inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0x16cb6a90 radix_tree_preloads +EXPORT_SYMBOL_GPL vmlinux 0x16da1f88 devlink_fmsg_u32_put +EXPORT_SYMBOL_GPL vmlinux 0x16dfbf36 add_interrupt_randomness +EXPORT_SYMBOL_GPL vmlinux 0x16ea7a7c blk_revalidate_disk_zones +EXPORT_SYMBOL_GPL vmlinux 0x16f15139 bind_evtchn_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x16f3f84a da903x_update +EXPORT_SYMBOL_GPL vmlinux 0x17032fbe devm_gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x17090cdf __vfs_removexattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x170cc36c put_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x17146740 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x17174669 devfreq_event_get_edev_count +EXPORT_SYMBOL_GPL vmlinux 0x17383e51 tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x1738df49 gnttab_dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x1741ddee trace_seq_puts +EXPORT_SYMBOL_GPL vmlinux 0x174a1bdb spi_split_transfers_maxsize +EXPORT_SYMBOL_GPL vmlinux 0x174c6274 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x174e6c46 inet_ehash_locks_alloc +EXPORT_SYMBOL_GPL vmlinux 0x175bdbf6 mptcp_pm_get_local_addr_max +EXPORT_SYMBOL_GPL vmlinux 0x176031a7 devlink_fmsg_string_put +EXPORT_SYMBOL_GPL vmlinux 0x17614bf3 apei_resources_sub +EXPORT_SYMBOL_GPL vmlinux 0x1765c011 ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0x176adf76 xenmem_reservation_decrease +EXPORT_SYMBOL_GPL vmlinux 0x176f8b9a skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x17825fa2 dev_pm_set_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x179e7560 pci_p2pmem_free_sgl +EXPORT_SYMBOL_GPL vmlinux 0x17a4b435 kthread_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x17abc7ef __clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0x17add64b gdt_page +EXPORT_SYMBOL_GPL vmlinux 0x17aeecb8 apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0x17ba6201 is_software_node +EXPORT_SYMBOL_GPL vmlinux 0x17bd9ce3 md_bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x17c24b67 acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x17c8abf3 tty_ldisc_receive_buf +EXPORT_SYMBOL_GPL vmlinux 0x17e01f11 erst_clear +EXPORT_SYMBOL_GPL vmlinux 0x17e4ab1b regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0x17ed096e kthread_mod_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x17fe4738 ncsi_start_dev +EXPORT_SYMBOL_GPL vmlinux 0x17fec31b set_capacity_and_notify +EXPORT_SYMBOL_GPL vmlinux 0x18008c59 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0x180cd4d0 msg_zerocopy_realloc +EXPORT_SYMBOL_GPL vmlinux 0x18111026 usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0x18123e0d kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0x1813727f ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x1827ba2b swapcache_mapping +EXPORT_SYMBOL_GPL vmlinux 0x182e2f09 cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x18428692 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x18475d99 fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0x18485743 disk_force_media_change +EXPORT_SYMBOL_GPL vmlinux 0x184b7ec3 debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x18582826 amd_pmu_disable_virt +EXPORT_SYMBOL_GPL vmlinux 0x185c52b0 device_iommu_capable +EXPORT_SYMBOL_GPL vmlinux 0x1860b28b device_match_any +EXPORT_SYMBOL_GPL vmlinux 0x18858a96 pci_free_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x1885c635 xfrm_get_translator +EXPORT_SYMBOL_GPL vmlinux 0x188de1c5 devm_devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0x189b1747 blk_mq_pci_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x18b2790f uv_bios_obj_count +EXPORT_SYMBOL_GPL vmlinux 0x18cecf5f rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x18dbe0f4 icc_provider_deregister +EXPORT_SYMBOL_GPL vmlinux 0x18e4f8aa swphy_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x18fb2caf cpus_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x19040bd2 splice_to_pipe +EXPORT_SYMBOL_GPL vmlinux 0x19055233 folio_wait_writeback_killable +EXPORT_SYMBOL_GPL vmlinux 0x190ce182 scsi_block_targets +EXPORT_SYMBOL_GPL vmlinux 0x190d6c94 fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x19138d26 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0x193282ae acpi_dev_resource_ext_address_space +EXPORT_SYMBOL_GPL vmlinux 0x19386d38 watchdog_set_last_hw_keepalive +EXPORT_SYMBOL_GPL vmlinux 0x193dfdf6 klp_get_prev_state +EXPORT_SYMBOL_GPL vmlinux 0x195bb14d generic_handle_domain_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x196614ce hw_breakpoint_restore +EXPORT_SYMBOL_GPL vmlinux 0x198fcdd1 rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0x199c4833 __irq_apply_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19a38a89 blk_mq_start_stopped_hw_queue +EXPORT_SYMBOL_GPL vmlinux 0x19a4ebf9 platform_find_device_by_driver +EXPORT_SYMBOL_GPL vmlinux 0x19b2ac37 rio_alloc_net +EXPORT_SYMBOL_GPL vmlinux 0x19c20269 soc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x19c42957 blk_op_str +EXPORT_SYMBOL_GPL vmlinux 0x19d4b1e4 pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0x19e0ae50 __SCT__tp_func_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x19e81304 btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x19edd064 blkg_rwstat_exit +EXPORT_SYMBOL_GPL vmlinux 0x19f33626 nf_ctnetlink_has_listener +EXPORT_SYMBOL_GPL vmlinux 0x19ff7bca hwmon_notify_event +EXPORT_SYMBOL_GPL vmlinux 0x1a086987 hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0x1a10c32b crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x1a146ec3 usb_ep_type_string +EXPORT_SYMBOL_GPL vmlinux 0x1a14e576 usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0x1a18bfbb pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0x1a1e2cac rcuwait_wake_up +EXPORT_SYMBOL_GPL vmlinux 0x1a29ab43 dev_pm_opp_get_max_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0x1a2e1d84 usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0x1a545cfd mmc_sanitize +EXPORT_SYMBOL_GPL vmlinux 0x1a567b51 mmc_regulator_disable_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0x1a5ea7cd msi_device_has_isolated_msi +EXPORT_SYMBOL_GPL vmlinux 0x1a6bf28f fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x1a7fc948 ftrace_free_filter +EXPORT_SYMBOL_GPL vmlinux 0x1a82368d ZSTD_customCalloc +EXPORT_SYMBOL_GPL vmlinux 0x1a862cad pinctrl_pm_select_sleep_state +EXPORT_SYMBOL_GPL vmlinux 0x1a90bd9a usb_wakeup_enabled_descendants +EXPORT_SYMBOL_GPL vmlinux 0x1a99bedf ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0x1a9a24c2 __clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x1aa5d108 gpiochip_request_own_desc +EXPORT_SYMBOL_GPL vmlinux 0x1ab4fd77 devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0x1abf9b86 iomap_seek_hole +EXPORT_SYMBOL_GPL vmlinux 0x1ac2b11e tpm_tis_resume +EXPORT_SYMBOL_GPL vmlinux 0x1ac3ffd7 ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x1acd18c8 cpuset_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x1adee9ae devfreq_event_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x1aeaf41f device_add +EXPORT_SYMBOL_GPL vmlinux 0x1af056e3 __device_reset +EXPORT_SYMBOL_GPL vmlinux 0x1af267f8 int_pow +EXPORT_SYMBOL_GPL vmlinux 0x1afaa2fd proc_dou8vec_minmax +EXPORT_SYMBOL_GPL vmlinux 0x1aff3d55 mce_register_injector_chain +EXPORT_SYMBOL_GPL vmlinux 0x1b028ebe rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0x1b05d334 transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x1b0602c1 cond_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x1b0f31d4 pci_dev_unlock +EXPORT_SYMBOL_GPL vmlinux 0x1b19de10 acpi_dev_get_memory_resources +EXPORT_SYMBOL_GPL vmlinux 0x1b21afb9 __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x1b293f49 skb_segment_list +EXPORT_SYMBOL_GPL vmlinux 0x1b4796e2 crypto_inst_setname +EXPORT_SYMBOL_GPL vmlinux 0x1b4a7647 blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0x1b5f4377 trace_seq_putc +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b92e41d inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x1b93e5fc regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x1ba237b0 default_cpu_present_to_apicid +EXPORT_SYMBOL_GPL vmlinux 0x1ba98032 iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x1bade1af __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x1baf0202 devm_clk_get_optional_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1bc3218c xdp_return_buff +EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1bc6296e xen_pci_frontend +EXPORT_SYMBOL_GPL vmlinux 0x1bc64087 xas_split +EXPORT_SYMBOL_GPL vmlinux 0x1bc87965 serdev_device_remove +EXPORT_SYMBOL_GPL vmlinux 0x1bd9491e __trace_array_puts +EXPORT_SYMBOL_GPL vmlinux 0x1bdd3e35 perf_msr_probe +EXPORT_SYMBOL_GPL vmlinux 0x1bff48d1 __percpu_init_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x1c1b35c9 devfreq_event_enable_edev +EXPORT_SYMBOL_GPL vmlinux 0x1c2054d4 mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0x1c2a2029 fwnode_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x1c39eacd thermal_zone_get_trip +EXPORT_SYMBOL_GPL vmlinux 0x1c3e1c92 unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x1c4b1894 uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0x1c4b1cc8 of_pwm_single_xlate +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c5ff742 clk_get_phase +EXPORT_SYMBOL_GPL vmlinux 0x1c7169dc ZSTD_customFree +EXPORT_SYMBOL_GPL vmlinux 0x1c764526 __SCT__tp_func_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1c7acf8b auxiliary_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1c7dac5a perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1c9722a1 irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0x1c99922e iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0x1ca3aa97 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0x1ca49829 ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0x1ca714cb __crypto_alloc_tfmgfp +EXPORT_SYMBOL_GPL vmlinux 0x1cb7c983 apei_exec_read_register_value +EXPORT_SYMBOL_GPL vmlinux 0x1cb9a1c8 xenbus_gather +EXPORT_SYMBOL_GPL vmlinux 0x1cbd92b0 cpu_mitigations_off +EXPORT_SYMBOL_GPL vmlinux 0x1cdd0605 xhci_port_state_to_neutral +EXPORT_SYMBOL_GPL vmlinux 0x1ce07cf6 device_rename +EXPORT_SYMBOL_GPL vmlinux 0x1cf2f485 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0x1cff8eab sbitmap_init_node +EXPORT_SYMBOL_GPL vmlinux 0x1d222ced irq_get_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0x1d25aef8 __tracepoint_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x1d293d67 pci_pr3_present +EXPORT_SYMBOL_GPL vmlinux 0x1d424ca8 __tracepoint_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0x1d4c40ed __tracepoint_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0x1d5a9550 blk_rq_is_poll +EXPORT_SYMBOL_GPL vmlinux 0x1d6909d5 tun_get_tx_ring +EXPORT_SYMBOL_GPL vmlinux 0x1d69860a pci_p2pdma_add_resource +EXPORT_SYMBOL_GPL vmlinux 0x1d82512d sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0x1d90f0d8 acpi_dev_remove_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x1d94a218 dmi_memdev_handle +EXPORT_SYMBOL_GPL vmlinux 0x1daf9e40 bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0x1dc96bb7 of_hte_req_count +EXPORT_SYMBOL_GPL vmlinux 0x1de6343b regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1dee1d8a crypto_akcipher_sync_post +EXPORT_SYMBOL_GPL vmlinux 0x1df155b4 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0x1df1bc54 battery_hook_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1dfa5dbd mpi_invm +EXPORT_SYMBOL_GPL vmlinux 0x1e0670c6 reset_control_release +EXPORT_SYMBOL_GPL vmlinux 0x1e069666 net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x1e11772d blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0x1e21c927 regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x1e2274d8 tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0x1e240c97 bpf_map_inc +EXPORT_SYMBOL_GPL vmlinux 0x1e2d1d4f kick_process +EXPORT_SYMBOL_GPL vmlinux 0x1e30d98e pinctrl_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0x1e3817a3 sched_numa_hop_mask +EXPORT_SYMBOL_GPL vmlinux 0x1e3a394b bpf_trace_run7 +EXPORT_SYMBOL_GPL vmlinux 0x1e3bc77c xas_create_range +EXPORT_SYMBOL_GPL vmlinux 0x1e424d61 user_preparse +EXPORT_SYMBOL_GPL vmlinux 0x1e43ea52 xdp_master_redirect +EXPORT_SYMBOL_GPL vmlinux 0x1e4990db crypto_alloc_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x1e4a85cc devl_register +EXPORT_SYMBOL_GPL vmlinux 0x1e4f269f serial8250_em485_stop_tx +EXPORT_SYMBOL_GPL vmlinux 0x1e53f827 stack_depot_print +EXPORT_SYMBOL_GPL vmlinux 0x1e5a5f22 sn_partition_id +EXPORT_SYMBOL_GPL vmlinux 0x1e6d633c driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0x1e72e22a pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e8f8b5a debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0x1e8fac8e wireless_nlevent_flush +EXPORT_SYMBOL_GPL vmlinux 0x1e912415 uv_bios_get_heapsize +EXPORT_SYMBOL_GPL vmlinux 0x1e9bc719 freq_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x1e9c590a usb_find_common_endpoints_reverse +EXPORT_SYMBOL_GPL vmlinux 0x1eb88323 bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ebfbea0 devm_led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x1ed257c3 of_pm_clk_add_clks +EXPORT_SYMBOL_GPL vmlinux 0x1ed4d2eb percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x1ee06107 extcon_set_property_capability +EXPORT_SYMBOL_GPL vmlinux 0x1ee47e00 is_vmalloc_or_module_addr +EXPORT_SYMBOL_GPL vmlinux 0x1eee432d perf_event_update_userpage +EXPORT_SYMBOL_GPL vmlinux 0x1ef20793 stop_core_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x1f035a70 filemap_range_has_writeback +EXPORT_SYMBOL_GPL vmlinux 0x1f1ddf2a usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x1f1fd1a1 is_nvdimm_sync +EXPORT_SYMBOL_GPL vmlinux 0x1f3606d6 scsi_host_busy_iter +EXPORT_SYMBOL_GPL vmlinux 0x1f37b024 ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x1f38a4f6 mpi_set_highbit +EXPORT_SYMBOL_GPL vmlinux 0x1f3e2e30 rdev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x1f449588 mctrl_gpio_disable_ms +EXPORT_SYMBOL_GPL vmlinux 0x1f50ce3d iommu_sva_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0x1f53edaf debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0x1f55dadf crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x1f563160 bpf_offload_dev_priv +EXPORT_SYMBOL_GPL vmlinux 0x1f5ac0ae sched_setattr_nocheck +EXPORT_SYMBOL_GPL vmlinux 0x1f6b424c cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x1f6cd584 efivar_reserved_space +EXPORT_SYMBOL_GPL vmlinux 0x1f831022 inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f8fffe9 debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0x1f9f2246 get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0x1fa1d95c sha256_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x1fa48995 efivar_supports_writes +EXPORT_SYMBOL_GPL vmlinux 0x1fc16568 regmap_might_sleep +EXPORT_SYMBOL_GPL vmlinux 0x1fdb1600 gpiochip_line_is_open_source +EXPORT_SYMBOL_GPL vmlinux 0x1fe6e504 gpiod_add_hogs +EXPORT_SYMBOL_GPL vmlinux 0x2009e400 devlink_info_board_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2011acd3 fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x202d4ed6 nvmem_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x204f2c5c gnttab_free_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x2070ed6a genphy_c45_read_link +EXPORT_SYMBOL_GPL vmlinux 0x207e7989 bpf_prog_sub +EXPORT_SYMBOL_GPL vmlinux 0x20899467 hv_stimer0_isr +EXPORT_SYMBOL_GPL vmlinux 0x20978fb9 idr_find +EXPORT_SYMBOL_GPL vmlinux 0x209c21ac isa_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x20a4e01a HUF_readStats_wksp +EXPORT_SYMBOL_GPL vmlinux 0x20a6304a usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0x20ae10b9 tpm_chip_unregister +EXPORT_SYMBOL_GPL vmlinux 0x20ae31ed regulator_bulk_set_supply_names +EXPORT_SYMBOL_GPL vmlinux 0x20b2ef56 ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x20bbf49c devm_register_power_off_handler +EXPORT_SYMBOL_GPL vmlinux 0x20e931c3 max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x210129a3 irq_domain_translate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x2101f5f9 device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0x210490a5 acpi_cppc_processor_probe +EXPORT_SYMBOL_GPL vmlinux 0x211239c4 gpiod_get_array_value +EXPORT_SYMBOL_GPL vmlinux 0x212734c5 vcap_netbytes_copy +EXPORT_SYMBOL_GPL vmlinux 0x2129de44 ncsi_stop_dev +EXPORT_SYMBOL_GPL vmlinux 0x212db2f2 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0x21472dd2 __traceiter_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x21487d45 platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0x21539fad __SCK__tp_func_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x2159b6be devm_regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x215a72f4 mmu_interval_read_begin +EXPORT_SYMBOL_GPL vmlinux 0x2163cb42 phy_create_lookup +EXPORT_SYMBOL_GPL vmlinux 0x216de4e1 rcu_get_gp_kthreads_prio +EXPORT_SYMBOL_GPL vmlinux 0x2176e42a hwpoison_filter_memcg +EXPORT_SYMBOL_GPL vmlinux 0x2181ee5a pm_genpd_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x2186dd5f iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x2188aff0 device_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x218b3d03 uart_xchar_out +EXPORT_SYMBOL_GPL vmlinux 0x218b97d4 ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0x219cf5d8 xen_register_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x219f1ee1 file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0x21a563da clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x21b08fed thermal_zone_get_slope +EXPORT_SYMBOL_GPL vmlinux 0x21bbf25f devlink_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x21c78a1a crypto_alloc_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x21cd536a crypto_put_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x21d01412 tcp_register_ulp +EXPORT_SYMBOL_GPL vmlinux 0x21d5909d ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0x21da25fc sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x21f45ff1 __ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x2202d600 crypto_unregister_kpp +EXPORT_SYMBOL_GPL vmlinux 0x2226c169 devlink_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x223f6b6f gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0x224e274d scsi_check_sense +EXPORT_SYMBOL_GPL vmlinux 0x225aa3d3 mctrl_gpio_init +EXPORT_SYMBOL_GPL vmlinux 0x225bab7b regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x226cb0f1 i2c_dw_configure_master +EXPORT_SYMBOL_GPL vmlinux 0x2272e4e9 bio_trim +EXPORT_SYMBOL_GPL vmlinux 0x22831bdc pm_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x228f0618 pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x2290148f inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x22c58c38 __phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x22cd3a7d devm_hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x22d3b463 __unwind_start +EXPORT_SYMBOL_GPL vmlinux 0x22d60537 tcf_frag_xmit_count +EXPORT_SYMBOL_GPL vmlinux 0x22d9409b iomap_sort_ioends +EXPORT_SYMBOL_GPL vmlinux 0x22dcaf12 usb_phy_set_charger_state +EXPORT_SYMBOL_GPL vmlinux 0x22ec5205 cpu_latency_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x22fd08ba cpuacct_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x23023679 devlink_port_init +EXPORT_SYMBOL_GPL vmlinux 0x2307e315 __tracepoint_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x23238c58 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x232fb9d3 crypto_sig_maxsize +EXPORT_SYMBOL_GPL vmlinux 0x2331502b regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0x233a77ed vp_modern_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x23412816 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0x23495b30 led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0x234c32f1 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0x234cf416 devlink_fmsg_string_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x235789cd dev_pm_opp_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x2368fcce phy_select_page +EXPORT_SYMBOL_GPL vmlinux 0x2374f8fa acpi_match_device +EXPORT_SYMBOL_GPL vmlinux 0x23762634 usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0x237d2597 __kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x2386c0ea __SCT__tp_func_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0x238e1643 __traceiter_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x2395518d mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x2396c7f0 clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x239a8719 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0x239bb708 device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x239d40b8 devres_release +EXPORT_SYMBOL_GPL vmlinux 0x239ec8c9 ata_sas_tport_delete +EXPORT_SYMBOL_GPL vmlinux 0x23b4e0d7 clear_page_rep +EXPORT_SYMBOL_GPL vmlinux 0x23bb123f usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0x23c3b778 phy_basic_features +EXPORT_SYMBOL_GPL vmlinux 0x23d52323 devlink_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0x23d9201b devm_irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x23f0e61f handle_untracked_irq +EXPORT_SYMBOL_GPL vmlinux 0x24123a01 dev_pm_opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0x2421097b mpi_const +EXPORT_SYMBOL_GPL vmlinux 0x24235223 phy_10gbit_full_features +EXPORT_SYMBOL_GPL vmlinux 0x2423e30a tpm_put_ops +EXPORT_SYMBOL_GPL vmlinux 0x242b8e9f fuse_mount_remove +EXPORT_SYMBOL_GPL vmlinux 0x243c72b6 usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0x243fd6e6 intel_pinctrl_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x24413343 erst_read_record +EXPORT_SYMBOL_GPL vmlinux 0x244c0ef9 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2453ee0b ata_port_classify +EXPORT_SYMBOL_GPL vmlinux 0x2454665d from_vfsuid +EXPORT_SYMBOL_GPL vmlinux 0x24637893 wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x2464da17 gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0x2469810f __rcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x246c2f75 vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0x24709b2f trace_seq_putmem +EXPORT_SYMBOL_GPL vmlinux 0x24800914 crypto_sig_sign +EXPORT_SYMBOL_GPL vmlinux 0x2484e789 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x24892d53 uart_get_rs485_mode +EXPORT_SYMBOL_GPL vmlinux 0x248bc867 raw_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0x248e1473 kfree_strarray +EXPORT_SYMBOL_GPL vmlinux 0x24a485f2 devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x24ad11db wakeup_sources_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x24b84355 phy_init +EXPORT_SYMBOL_GPL vmlinux 0x24ba9fe2 icc_link_create +EXPORT_SYMBOL_GPL vmlinux 0x24bd8c1a fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0x24c070e3 debugfs_create_file_unsafe +EXPORT_SYMBOL_GPL vmlinux 0x24da0093 rcu_inkernel_boot_has_ended +EXPORT_SYMBOL_GPL vmlinux 0x24e297cc invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x24f4e69c sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x24fa5497 sysfs_file_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x24fc50f4 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2521a300 mmc_cmdq_enable +EXPORT_SYMBOL_GPL vmlinux 0x2524dcb4 tracing_snapshot_cond_enable +EXPORT_SYMBOL_GPL vmlinux 0x25301bc6 arch_wb_cache_pmem +EXPORT_SYMBOL_GPL vmlinux 0x25367e1c debugfs_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0x25379e73 clk_set_min_rate +EXPORT_SYMBOL_GPL vmlinux 0x25431119 vcap_debugfs +EXPORT_SYMBOL_GPL vmlinux 0x25480518 switchdev_handle_port_obj_del_foreign +EXPORT_SYMBOL_GPL vmlinux 0x255975e0 perf_event_addr_filters_sync +EXPORT_SYMBOL_GPL vmlinux 0x257fff6c device_create +EXPORT_SYMBOL_GPL vmlinux 0x258b889c transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x2592fc6c console_printk +EXPORT_SYMBOL_GPL vmlinux 0x25977b3f usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x2599a107 scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x25aed705 debugfs_file_put +EXPORT_SYMBOL_GPL vmlinux 0x25bbfa9a security_kernel_load_data +EXPORT_SYMBOL_GPL vmlinux 0x25c6fe34 i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x25d21bb9 xhci_drop_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x25e06810 pfn_to_online_page +EXPORT_SYMBOL_GPL vmlinux 0x25f02c87 xen_p2m_addr +EXPORT_SYMBOL_GPL vmlinux 0x25f42226 uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0x25faccf7 clk_hw_get_parent_index +EXPORT_SYMBOL_GPL vmlinux 0x260e2571 clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x26201a74 acpi_dev_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x262a7063 xen_start_info +EXPORT_SYMBOL_GPL vmlinux 0x262c4be9 tcf_dev_queue_xmit +EXPORT_SYMBOL_GPL vmlinux 0x2637aef5 phy_led_trigger_change_speed +EXPORT_SYMBOL_GPL vmlinux 0x2640ad15 fscrypt_set_bio_crypt_ctx +EXPORT_SYMBOL_GPL vmlinux 0x2641bedc tpm_is_tpm2 +EXPORT_SYMBOL_GPL vmlinux 0x264319e4 param_set_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x265b6e29 hyperv_flush_guest_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x265bbef9 kexec_crash_loaded +EXPORT_SYMBOL_GPL vmlinux 0x2664ada3 __SCK__tp_func_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x266a4b08 tasklet_unlock +EXPORT_SYMBOL_GPL vmlinux 0x267df662 smp_call_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2682a641 dev_pm_qos_expose_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x2696753f ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x269975f6 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x2699fe6c phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0x269e7a1f platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0x269fa202 inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x26a3aff2 driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0x26a93eb2 verify_pkcs7_signature +EXPORT_SYMBOL_GPL vmlinux 0x26ab4755 put_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x26bce432 nvdimm_region_notify +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26cda94f e820__mapped_raw_any +EXPORT_SYMBOL_GPL vmlinux 0x26cfa4e0 __inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0x26d149e1 __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x26d512be cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0x26ed2186 register_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0x27078217 syscon_regmap_lookup_by_phandle_optional +EXPORT_SYMBOL_GPL vmlinux 0x270fdccd devm_spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x27120e3e devlink_is_reload_failed +EXPORT_SYMBOL_GPL vmlinux 0x271e4777 ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2727bdf0 ping_hash +EXPORT_SYMBOL_GPL vmlinux 0x272cde8d pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x273651d8 devm_regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x273a0d11 devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x273aff5c __SCT__tp_func_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x273e1002 fpu_sync_guest_vmexit_xfd_state +EXPORT_SYMBOL_GPL vmlinux 0x274f131c ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0x276102ea tcp_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0x2773c485 __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x2778e71d irq_chip_enable_parent +EXPORT_SYMBOL_GPL vmlinux 0x2795fc9d vcap_set_rule_set_actionset +EXPORT_SYMBOL_GPL vmlinux 0x279cf00a tcp_plb_update_state +EXPORT_SYMBOL_GPL vmlinux 0x27a7f3e8 dbs_update +EXPORT_SYMBOL_GPL vmlinux 0x27a988f3 regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0x27b1587f dev_pm_opp_adjust_voltage +EXPORT_SYMBOL_GPL vmlinux 0x27b7939e addrconf_prefix_rcv_add_addr +EXPORT_SYMBOL_GPL vmlinux 0x27bcc0cf ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x27be0523 scsi_unregister_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x27df3105 hv_alloc_hyperv_zeroed_page +EXPORT_SYMBOL_GPL vmlinux 0x27ec1c73 tpm1_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x27fc87a3 __SCK__tp_func_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x280397c6 cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x280d327c devm_hte_register_chip +EXPORT_SYMBOL_GPL vmlinux 0x2813641c regulator_get_error_flags +EXPORT_SYMBOL_GPL vmlinux 0x2817f7fd cppc_get_desired_perf +EXPORT_SYMBOL_GPL vmlinux 0x282a7033 spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0x282cdabc usb_led_activity +EXPORT_SYMBOL_GPL vmlinux 0x28310bcd kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x2842afef hv_get_non_nested_register +EXPORT_SYMBOL_GPL vmlinux 0x284a7a35 usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x284d7565 dev_pm_genpd_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x284ef284 agp_remove_bridge +EXPORT_SYMBOL_GPL vmlinux 0x285670b0 rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0x285a4d3e proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0x285d61be is_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x28609f3b clk_hw_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x2864abc9 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x28657eac sfp_bus_add_upstream +EXPORT_SYMBOL_GPL vmlinux 0x286cc647 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0x286e1e96 pm_clk_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2882d40e usb_role_switch_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2891fb17 spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0x289a2faa vmf_insert_pfn_pmd +EXPORT_SYMBOL_GPL vmlinux 0x28aa6a67 call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x28ab4fb9 pinctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x28afbb08 cpu_latency_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x28be0cef misc_cg_res_total_usage +EXPORT_SYMBOL_GPL vmlinux 0x28c31b8a fscrypt_ioctl_remove_key +EXPORT_SYMBOL_GPL vmlinux 0x28c3309c relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0x28c9a309 devm_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0x28d16d19 vp_modern_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0x28e64c64 xen_has_pv_and_legacy_disk_devices +EXPORT_SYMBOL_GPL vmlinux 0x28fb58c9 irq_create_mapping_affinity +EXPORT_SYMBOL_GPL vmlinux 0x28ffaeb8 pwm_adjust_config +EXPORT_SYMBOL_GPL vmlinux 0x29011221 input_class +EXPORT_SYMBOL_GPL vmlinux 0x290ba212 make_device_exclusive_range +EXPORT_SYMBOL_GPL vmlinux 0x2914c059 nvdimm_security_setup_events +EXPORT_SYMBOL_GPL vmlinux 0x291876f3 mpi_ec_get_affine +EXPORT_SYMBOL_GPL vmlinux 0x291ef3b3 pinctrl_force_default +EXPORT_SYMBOL_GPL vmlinux 0x29379b90 tracepoint_srcu +EXPORT_SYMBOL_GPL vmlinux 0x293dcf23 strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0x293f0cd4 dev_pm_opp_add +EXPORT_SYMBOL_GPL vmlinux 0x2941b2af edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x2951a872 trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x295f2105 blk_queue_max_zone_append_sectors +EXPORT_SYMBOL_GPL vmlinux 0x295fca18 inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x29631086 blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x2970e739 fib6_get_table +EXPORT_SYMBOL_GPL vmlinux 0x297ab486 vcap_del_rule +EXPORT_SYMBOL_GPL vmlinux 0x2989a1b7 dev_pm_opp_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x299c85ab regmap_mmio_detach_clk +EXPORT_SYMBOL_GPL vmlinux 0x29a9ac37 blk_steal_bios +EXPORT_SYMBOL_GPL vmlinux 0x29c057d9 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0x29dc11bb usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x29e6236d srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0x29eba37f current_is_async +EXPORT_SYMBOL_GPL vmlinux 0x29f279f9 switchdev_bridge_port_offload +EXPORT_SYMBOL_GPL vmlinux 0x29f8df41 sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0x2a0a6034 kset_find_obj +EXPORT_SYMBOL_GPL vmlinux 0x2a0e872c irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x2a14cb71 dst_cache_get_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x2a1e705f clk_hw_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x2a2f04fa ip_tunnel_netlink_parms +EXPORT_SYMBOL_GPL vmlinux 0x2a303880 sock_map_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2a40a261 sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0x2a5ea9ef rhashtable_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2a62cb3a ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2a6fa1f4 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2a811abe dma_request_chan +EXPORT_SYMBOL_GPL vmlinux 0x2a868477 __irq_domain_alloc_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x2a8f03a8 usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x2a976d1c dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x2a9b236b rtm_getroute_parse_ip_proto +EXPORT_SYMBOL_GPL vmlinux 0x2aadad1a efi_capsule_update +EXPORT_SYMBOL_GPL vmlinux 0x2ac0f2c7 regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0x2ad17a4a reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x2ad7cee4 xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0x2ae19192 __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x2afb794c fuse_fill_super_common +EXPORT_SYMBOL_GPL vmlinux 0x2b0d53d7 pci_d3cold_enable +EXPORT_SYMBOL_GPL vmlinux 0x2b0fe000 gnttab_cancel_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x2b19aa7c iomap_file_buffered_write_punch_delalloc +EXPORT_SYMBOL_GPL vmlinux 0x2b1ddeef exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0x2b3782c5 usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x2b3acc3b __SCT__tp_func_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x2b3ba1a4 mmput_async +EXPORT_SYMBOL_GPL vmlinux 0x2b3f58c8 iopf_queue_flush_dev +EXPORT_SYMBOL_GPL vmlinux 0x2b42919a tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0x2b4509dd devlink_health_reporter_state_update +EXPORT_SYMBOL_GPL vmlinux 0x2b50663b vcap_keyfield_name +EXPORT_SYMBOL_GPL vmlinux 0x2b5213ca folio_test_hugetlb +EXPORT_SYMBOL_GPL vmlinux 0x2b5e0a27 xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0x2b6150fb power_supply_temp2resist_simple +EXPORT_SYMBOL_GPL vmlinux 0x2b63d261 ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0x2b64058f da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x2b64a7b6 __tracepoint_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x2b67b6b7 mds_idle_clear +EXPORT_SYMBOL_GPL vmlinux 0x2b6d960d synth_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x2b7e394d tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0x2b81d6db io_uring_cmd_import_fixed +EXPORT_SYMBOL_GPL vmlinux 0x2b95cc03 regulator_set_suspend_voltage +EXPORT_SYMBOL_GPL vmlinux 0x2b96259b netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0x2b9997fb atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x2ba18c74 netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x2bafcaaf pci_dev_lock +EXPORT_SYMBOL_GPL vmlinux 0x2bbb0882 nvdimm_bus_add_badrange +EXPORT_SYMBOL_GPL vmlinux 0x2bbc77f5 failover_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2bcce21e kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x2bd26422 devm_clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x2bd8a8bb blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x2bdf5ab0 pm_wakeup_pending +EXPORT_SYMBOL_GPL vmlinux 0x2be49795 uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x2bfb139b balloon_page_list_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x2c0e5f0a edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c2a7d96 devlink_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0x2c2ce602 vp_legacy_get_status +EXPORT_SYMBOL_GPL vmlinux 0x2c2f5a09 x86_family +EXPORT_SYMBOL_GPL vmlinux 0x2c3054f9 net_inc_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x2c33dd23 xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x2c36b666 acpi_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0x2c42f2f0 spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0x2c43890e blk_crypto_evict_key +EXPORT_SYMBOL_GPL vmlinux 0x2c5118c7 power_supply_external_power_changed +EXPORT_SYMBOL_GPL vmlinux 0x2c52d861 devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x2c57f3a5 pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0x2c61bb09 uv_bios_get_pci_topology +EXPORT_SYMBOL_GPL vmlinux 0x2c635527 arch_invalidate_pmem +EXPORT_SYMBOL_GPL vmlinux 0x2c66ac85 devlink_info_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2c6c0384 wakeup_sources_walk_start +EXPORT_SYMBOL_GPL vmlinux 0x2c756536 devm_platform_get_and_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c834418 static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x2c8dd6b8 edac_mem_types +EXPORT_SYMBOL_GPL vmlinux 0x2c90dad9 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x2c9e4a5b devl_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x2c9fa0a5 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2ca9bb0f crypto_alloc_kpp +EXPORT_SYMBOL_GPL vmlinux 0x2cbf5a12 fsnotify_put_group +EXPORT_SYMBOL_GPL vmlinux 0x2cce5316 regmap_noinc_write +EXPORT_SYMBOL_GPL vmlinux 0x2ccf0565 vcap_rule_find_keysets +EXPORT_SYMBOL_GPL vmlinux 0x2cd27082 clockevents_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0x2cf53cc8 device_link_remove +EXPORT_SYMBOL_GPL vmlinux 0x2cf752bb bpf_trace_run11 +EXPORT_SYMBOL_GPL vmlinux 0x2cfbb2b5 __SCT__tp_func_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x2d0684a9 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d2dd36f kobj_ns_grab_current +EXPORT_SYMBOL_GPL vmlinux 0x2d2dd9d7 umd_load_blob +EXPORT_SYMBOL_GPL vmlinux 0x2d393f48 intel_soc_pmic_exec_mipi_pmic_seq_element +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d44be3b __SCT__tp_func_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x2d4d5001 led_sysfs_enable +EXPORT_SYMBOL_GPL vmlinux 0x2d609547 dax_direct_access +EXPORT_SYMBOL_GPL vmlinux 0x2d89b1ad __SCT__tp_func_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x2db66754 rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0x2dbb5227 of_devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x2dbcf545 clk_hw_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x2dc2d7b7 mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0x2dcb8b3a __iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x2dd10bdb pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0x2dd6c9f6 pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0x2e028ae6 rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x2e08226d badrange_add +EXPORT_SYMBOL_GPL vmlinux 0x2e1a81f0 regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e27f986 nvdimm_bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2e2df7f4 irq_remapping_cap +EXPORT_SYMBOL_GPL vmlinux 0x2e369460 __tracepoint_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x2e7887d2 nf_ct_set_closing +EXPORT_SYMBOL_GPL vmlinux 0x2e7939e7 ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x2e7a17d4 vmap_pfn +EXPORT_SYMBOL_GPL vmlinux 0x2e844c76 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0x2e8fcae6 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0x2e91568d soc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x2e9ec24d free_iova +EXPORT_SYMBOL_GPL vmlinux 0x2ea59d8e usb_phy_roothub_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2eb9a357 platform_unregister_drivers +EXPORT_SYMBOL_GPL vmlinux 0x2ebb19fd execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2eca6a19 phy_basic_t1s_p2mp_features_array +EXPORT_SYMBOL_GPL vmlinux 0x2ecd7174 clk_hw_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x2ecff8bc power_supply_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x2ed61bfa attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2eda4807 is_uv_hubbed +EXPORT_SYMBOL_GPL vmlinux 0x2ee7c52b btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x2ef2d0ad rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0x2ef780d5 ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0x2f0c2203 raw_abort +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f23a79a __skb_get_hash_symmetric +EXPORT_SYMBOL_GPL vmlinux 0x2f2c95c4 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x2f3176bf i2c_acpi_waive_d0_probe +EXPORT_SYMBOL_GPL vmlinux 0x2f3e1290 acpiphp_unregister_attention +EXPORT_SYMBOL_GPL vmlinux 0x2f4880df static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x2f52a0e7 espintcp_queue_out +EXPORT_SYMBOL_GPL vmlinux 0x2f5b5261 acpi_dev_get_resources +EXPORT_SYMBOL_GPL vmlinux 0x2f5cd069 __mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x2f62a3c3 __tracepoint_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x2f64415f unregister_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2f6fd892 vp_modern_generation +EXPORT_SYMBOL_GPL vmlinux 0x2f704bb7 skcipher_walk_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x2f92b6dc fsnotify_init_mark +EXPORT_SYMBOL_GPL vmlinux 0x2f95697c fwnode_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x2f9851c9 regulator_get_hardware_vsel_register +EXPORT_SYMBOL_GPL vmlinux 0x2f998e83 dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x2fa9935e usb_control_msg_recv +EXPORT_SYMBOL_GPL vmlinux 0x2faa5b53 bpfilter_ops +EXPORT_SYMBOL_GPL vmlinux 0x2faf2c1b smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x2fb030bd regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x2fb59836 pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x2fc1e0fe kmem_valid_obj +EXPORT_SYMBOL_GPL vmlinux 0x2ff95d25 gpiod_count +EXPORT_SYMBOL_GPL vmlinux 0x2ffedb6b hv_free_hyperv_page +EXPORT_SYMBOL_GPL vmlinux 0x3000f4f4 kill_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x3003842f clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0x3003ceab bio_clone_blkg_association +EXPORT_SYMBOL_GPL vmlinux 0x300d95fd __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0x30110a29 phy_eee_cap1_features +EXPORT_SYMBOL_GPL vmlinux 0x301325b1 power_supply_property_is_writeable +EXPORT_SYMBOL_GPL vmlinux 0x304ee803 posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x30570b91 regulator_set_load +EXPORT_SYMBOL_GPL vmlinux 0x3061cfce ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0x30799582 xdp_do_redirect +EXPORT_SYMBOL_GPL vmlinux 0x307c6733 crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0x3093d861 account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x30942695 vcap_tc_flower_handler_tcp_usage +EXPORT_SYMBOL_GPL vmlinux 0x30b16398 devm_device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0x30bd5e95 __skb_zcopy_downgrade_managed +EXPORT_SYMBOL_GPL vmlinux 0x30ca183f raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x30cf804f slow_virt_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x30e1ec25 apei_map_generic_address +EXPORT_SYMBOL_GPL vmlinux 0x30e42163 tick_nohz_dep_clear_cpu +EXPORT_SYMBOL_GPL vmlinux 0x30ff7fb9 scsi_dh_activate +EXPORT_SYMBOL_GPL vmlinux 0x310149c8 fuse_send_init +EXPORT_SYMBOL_GPL vmlinux 0x31019477 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x311136ac thermal_cooling_device_update +EXPORT_SYMBOL_GPL vmlinux 0x31128b8e hv_remove_kexec_handler +EXPORT_SYMBOL_GPL vmlinux 0x311c6da4 put_iova_domain +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x3129afc4 ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0x314084d4 gov_attr_set_get +EXPORT_SYMBOL_GPL vmlinux 0x314552bd device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x3148cb76 serial8250_do_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x314d4865 gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0x3153c2ea irq_find_matching_fwspec +EXPORT_SYMBOL_GPL vmlinux 0x3165daa3 arbitrary_virt_to_machine +EXPORT_SYMBOL_GPL vmlinux 0x316ab097 dev_pm_domain_set +EXPORT_SYMBOL_GPL vmlinux 0x316b4d30 free_fib_info +EXPORT_SYMBOL_GPL vmlinux 0x31706316 __SCT__tp_func_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x31851a19 usb_string +EXPORT_SYMBOL_GPL vmlinux 0x3189b751 dw8250_do_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x3192d768 cpufreq_remove_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x31a76d61 mas_destroy +EXPORT_SYMBOL_GPL vmlinux 0x31a95e8b ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x31c40c07 pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31cd5928 uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x31d34278 xas_load +EXPORT_SYMBOL_GPL vmlinux 0x31d4e961 acpi_find_child_by_adr +EXPORT_SYMBOL_GPL vmlinux 0x31dca4d8 gnttab_claim_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x31ff40bb ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0x320d29c9 ata_acpi_gtm +EXPORT_SYMBOL_GPL vmlinux 0x320d6b9f scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0x321eddfa sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0x32295715 dev_pm_opp_clear_config +EXPORT_SYMBOL_GPL vmlinux 0x322fdeb0 crypto_register_aeads +EXPORT_SYMBOL_GPL vmlinux 0x3234414e gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x32453fa8 scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x3245d078 crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0x3250d771 __xenmem_reservation_va_mapping_reset +EXPORT_SYMBOL_GPL vmlinux 0x325f9d61 vcap_rule_add_key_u72 +EXPORT_SYMBOL_GPL vmlinux 0x3267bc71 md_submit_discard_bio +EXPORT_SYMBOL_GPL vmlinux 0x326cefe5 hwpoison_filter_dev_minor +EXPORT_SYMBOL_GPL vmlinux 0x327a2687 bind_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x3281448f crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0x328e3354 __memcpy_flushcache +EXPORT_SYMBOL_GPL vmlinux 0x3291096c pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x32a341db crypto_grab_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x32ab06cc irq_percpu_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x32bc0fcf preempt_notifier_dec +EXPORT_SYMBOL_GPL vmlinux 0x32bfba3e sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32c5b1b3 set_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x32c67f0e pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0x32c717b9 crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x32de830a dev_pm_opp_is_turbo +EXPORT_SYMBOL_GPL vmlinux 0x32df9403 extcon_get_property_capability +EXPORT_SYMBOL_GPL vmlinux 0x32e3b076 mxcsr_feature_mask +EXPORT_SYMBOL_GPL vmlinux 0x32e4d1e0 sgx_virt_ecreate +EXPORT_SYMBOL_GPL vmlinux 0x32f7a61c devl_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0x32ffd39e acpi_subsys_suspend +EXPORT_SYMBOL_GPL vmlinux 0x330010b6 cpuset_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x330b0e01 sbitmap_queue_min_shallow_depth +EXPORT_SYMBOL_GPL vmlinux 0x330f6116 set_dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x33338211 rcuref_get_slowpath +EXPORT_SYMBOL_GPL vmlinux 0x33368e9b devl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x333a7d8e power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0x333f22b7 crypto_clone_shash +EXPORT_SYMBOL_GPL vmlinux 0x334ad019 i2c_adapter_depth +EXPORT_SYMBOL_GPL vmlinux 0x334c9e53 ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x3352823d cppc_get_auto_sel_caps +EXPORT_SYMBOL_GPL vmlinux 0x335a613c mas_next_range +EXPORT_SYMBOL_GPL vmlinux 0x335b6209 __fsverity_file_open +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x3362b03c xen_p2m_size +EXPORT_SYMBOL_GPL vmlinux 0x336636bb clk_hw_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x336afd4b __static_call_update +EXPORT_SYMBOL_GPL vmlinux 0x337856be dw_pcie_ep_raise_legacy_irq +EXPORT_SYMBOL_GPL vmlinux 0x337fa027 virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0x339b5eb2 thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x33b06640 extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x33bab140 __traceiter_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x33bd321c crypto_alloc_rng +EXPORT_SYMBOL_GPL vmlinux 0x33bf4443 acpi_quirk_skip_acpi_ac_and_battery +EXPORT_SYMBOL_GPL vmlinux 0x33c77e5e pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0x33ccf287 usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0x33ce6a35 __tracepoint_console +EXPORT_SYMBOL_GPL vmlinux 0x33d58575 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0x33e30e25 regulator_desc_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x34227aeb reset_control_get_count +EXPORT_SYMBOL_GPL vmlinux 0x342ce4c3 sk_psock_msg_verdict +EXPORT_SYMBOL_GPL vmlinux 0x34331f04 acpi_os_unmap_memory +EXPORT_SYMBOL_GPL vmlinux 0x34354cdf __alloc_pages_bulk +EXPORT_SYMBOL_GPL vmlinux 0x343583d2 shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x3437d61e dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x343837ae usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0x34407691 crypto_has_ahash +EXPORT_SYMBOL_GPL vmlinux 0x344139e0 sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0x344361a1 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0x344a2c84 iomap_dio_complete +EXPORT_SYMBOL_GPL vmlinux 0x344a758a __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x3450ad94 mpi_set_ui +EXPORT_SYMBOL_GPL vmlinux 0x34603e55 edac_mc_free +EXPORT_SYMBOL_GPL vmlinux 0x3466ce63 x86_msi_msg_get_destid +EXPORT_SYMBOL_GPL vmlinux 0x34754ce1 devm_regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x3476ac5b list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x3480aa0d crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0x3491f3c7 inet_pernet_hashinfo_free +EXPORT_SYMBOL_GPL vmlinux 0x349add76 tps65912_device_init +EXPORT_SYMBOL_GPL vmlinux 0x34aaf976 ip_local_out +EXPORT_SYMBOL_GPL vmlinux 0x34b2df37 phy_start_machine +EXPORT_SYMBOL_GPL vmlinux 0x34bd8e42 pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x34d037bd wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x34db62bd fpu_enable_guest_xfd_features +EXPORT_SYMBOL_GPL vmlinux 0x34eab46d bind_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x34f75a7c usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0x35022b4e regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x350b192e debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x350f6ce5 tasklet_unlock_wait +EXPORT_SYMBOL_GPL vmlinux 0x352afe1f rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x352b3813 maxim_charger_calc_reg_current +EXPORT_SYMBOL_GPL vmlinux 0x352ec68b bpf_offload_dev_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3542e347 phy_10gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x3548edbe phy_speed_down +EXPORT_SYMBOL_GPL vmlinux 0x355bc89a klist_next +EXPORT_SYMBOL_GPL vmlinux 0x355e563f blkcg_punt_bio_submit +EXPORT_SYMBOL_GPL vmlinux 0x3565a929 utf8_data_table +EXPORT_SYMBOL_GPL vmlinux 0x356d09a1 unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x35744c52 regmap_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x357d1e39 usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x357dc911 xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0x358586b1 power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x35b75805 class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x35c7f1d6 genphy_c45_an_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x35d09399 dma_resv_get_singleton +EXPORT_SYMBOL_GPL vmlinux 0x35d3dc46 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x35dc88f8 xhci_resume +EXPORT_SYMBOL_GPL vmlinux 0x35eb551a synth_event_trace_end +EXPORT_SYMBOL_GPL vmlinux 0x35f1632f icc_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x35fa78b5 dma_alloc_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x35fb47cf regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x360a1b21 sk_set_peek_off +EXPORT_SYMBOL_GPL vmlinux 0x360b11fc devm_krealloc +EXPORT_SYMBOL_GPL vmlinux 0x360bbb59 skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0x36111a89 genphy_c45_read_eee_abilities +EXPORT_SYMBOL_GPL vmlinux 0x36173c1d phys_to_target_node +EXPORT_SYMBOL_GPL vmlinux 0x36242943 switchdev_deferred_process +EXPORT_SYMBOL_GPL vmlinux 0x3631fd51 proc_create_net_data +EXPORT_SYMBOL_GPL vmlinux 0x366b0354 fscrypt_file_open +EXPORT_SYMBOL_GPL vmlinux 0x366f3bdf pwm_lpss_tng_info +EXPORT_SYMBOL_GPL vmlinux 0x368090d4 blk_queue_can_use_dma_map_merging +EXPORT_SYMBOL_GPL vmlinux 0x3680bd4e devlink_flash_update_timeout_notify +EXPORT_SYMBOL_GPL vmlinux 0x36882448 pci_epc_remove_epf +EXPORT_SYMBOL_GPL vmlinux 0x36898d6f gpiod_remove_hogs +EXPORT_SYMBOL_GPL vmlinux 0x368a3797 tty_port_register_device_attr_serdev +EXPORT_SYMBOL_GPL vmlinux 0x368ee585 genphy_c45_loopback +EXPORT_SYMBOL_GPL vmlinux 0x369835b8 acpi_processor_get_performance_info +EXPORT_SYMBOL_GPL vmlinux 0x369bf82d pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36ac17ab alloc_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0x36aedbb8 usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x36af352d pinctrl_pm_select_idle_state +EXPORT_SYMBOL_GPL vmlinux 0x36b11c93 devm_init_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x36b5497e intel_iommu_enabled +EXPORT_SYMBOL_GPL vmlinux 0x36be3457 nvmem_add_one_cell +EXPORT_SYMBOL_GPL vmlinux 0x36c209b9 ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0x36c75b4e context_tracking +EXPORT_SYMBOL_GPL vmlinux 0x36d3293f crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0x36d42775 gnttab_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x36d4a23f da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x36dca038 debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0x36de65d5 __traceiter_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x36f24afd iommu_set_pgtable_quirks +EXPORT_SYMBOL_GPL vmlinux 0x36f4ad22 sfp_bus_find_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x36f6d6fa pci_epc_get_msix +EXPORT_SYMBOL_GPL vmlinux 0x36ff165c vchan_tx_submit +EXPORT_SYMBOL_GPL vmlinux 0x370eb10e sdio_signal_irq +EXPORT_SYMBOL_GPL vmlinux 0x37147917 regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0x37169f79 cpu_latency_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x37203cf4 fscrypt_set_bio_crypt_ctx_bh +EXPORT_SYMBOL_GPL vmlinux 0x372401e4 spi_controller_dma_map_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0x3726be0c tcp_abort +EXPORT_SYMBOL_GPL vmlinux 0x372f9127 ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x3750d770 erst_read +EXPORT_SYMBOL_GPL vmlinux 0x37552264 pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x376e643e register_fprobe_syms +EXPORT_SYMBOL_GPL vmlinux 0x376e923f scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x37712a58 synth_event_trace_start +EXPORT_SYMBOL_GPL vmlinux 0x377bbcbc pm_suspend_target_state +EXPORT_SYMBOL_GPL vmlinux 0x377c6394 mmu_notifier_put +EXPORT_SYMBOL_GPL vmlinux 0x37914025 xenbus_write +EXPORT_SYMBOL_GPL vmlinux 0x37bf7be3 percpu_ref_exit +EXPORT_SYMBOL_GPL vmlinux 0x37c69b11 fwnode_connection_find_matches +EXPORT_SYMBOL_GPL vmlinux 0x37ce37ae fscrypt_dio_supported +EXPORT_SYMBOL_GPL vmlinux 0x37d739e9 balloon_page_list_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x3801776b __ioread32_copy +EXPORT_SYMBOL_GPL vmlinux 0x380dde36 power_supply_batinfo_ocv2cap +EXPORT_SYMBOL_GPL vmlinux 0x38268b62 icc_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x3828dd66 sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0x383075ad blk_mq_sched_try_merge +EXPORT_SYMBOL_GPL vmlinux 0x38374815 clear_selection +EXPORT_SYMBOL_GPL vmlinux 0x3840e10c regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x3866e217 nvmem_device_write +EXPORT_SYMBOL_GPL vmlinux 0x38708e25 inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0x38722f80 kernel_fpu_end +EXPORT_SYMBOL_GPL vmlinux 0x38740f2d regmap_read +EXPORT_SYMBOL_GPL vmlinux 0x38794338 xdp_rxq_info_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x388264ea amd_clear_divider +EXPORT_SYMBOL_GPL vmlinux 0x3883292e usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0x38868bf7 dax_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x3887a10d tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0x388fb28c __traceiter_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x389b64a2 static_key_count +EXPORT_SYMBOL_GPL vmlinux 0x38aa1397 gpiod_add_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0x38aa1f23 rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x38afc6a6 simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x38b6a890 __SCT__tp_func_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x38c3ff30 freq_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x38d76b92 wbc_account_cgroup_owner +EXPORT_SYMBOL_GPL vmlinux 0x38d88afb bpf_trace_run2 +EXPORT_SYMBOL_GPL vmlinux 0x38dbecd2 bpf_redirect_info +EXPORT_SYMBOL_GPL vmlinux 0x38e1fde7 mpi_set +EXPORT_SYMBOL_GPL vmlinux 0x38e5bc5a clk_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x38ea9765 intel_pt_validate_hw_cap +EXPORT_SYMBOL_GPL vmlinux 0x38f704de dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x390c8af4 __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x391b37f2 usb_control_msg_send +EXPORT_SYMBOL_GPL vmlinux 0x39211328 direct_write_fallback +EXPORT_SYMBOL_GPL vmlinux 0x392e9cae __tracepoint_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x395b8b90 sbitmap_prepare_to_wait +EXPORT_SYMBOL_GPL vmlinux 0x3962d25e sysfs_group_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x397356d9 devm_kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x3974ef24 phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x3975ff8c usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0x397f539a devm_pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x39866892 security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0x398f4d7e crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x399288a6 pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x399b4d2e rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0x39a9c19d eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0x39aa4888 usb_role_string +EXPORT_SYMBOL_GPL vmlinux 0x39bf59a9 init_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x39c0daa0 badblocks_show +EXPORT_SYMBOL_GPL vmlinux 0x39c9d88c xas_find +EXPORT_SYMBOL_GPL vmlinux 0x39d35195 __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x39dad6a6 acpi_data_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x39ded098 rdma_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x39ded14f __SCT__tp_func_unmap +EXPORT_SYMBOL_GPL vmlinux 0x39e184de dev_pm_qos_hide_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x39e3d714 vcap_add_rule +EXPORT_SYMBOL_GPL vmlinux 0x39ee6e46 thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x39fa3c7c usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x39fe26e8 acpi_bind_one +EXPORT_SYMBOL_GPL vmlinux 0x3a0b255a bpf_trace_run8 +EXPORT_SYMBOL_GPL vmlinux 0x3a15013b ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x3a167755 devlink_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x3a1a8715 dm_start_time_ns_from_clone +EXPORT_SYMBOL_GPL vmlinux 0x3a24fb2f percpu_ref_resurrect +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a4fa853 __SCK__tp_func_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a55981a static_key_enable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x3a7d80f9 xen_max_p2m_pfn +EXPORT_SYMBOL_GPL vmlinux 0x3a7fb6b5 device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x3a8719c2 syscon_regmap_lookup_by_phandle_args +EXPORT_SYMBOL_GPL vmlinux 0x3a8bbb8e trace_clock_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x3a8def46 clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x3a9be019 asymmetric_key_id_partial +EXPORT_SYMBOL_GPL vmlinux 0x3a9e8610 acpi_remove_cmos_rtc_space_handler +EXPORT_SYMBOL_GPL vmlinux 0x3aab9840 __dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0x3abdc17a cper_dimm_err_location +EXPORT_SYMBOL_GPL vmlinux 0x3ac3feba rhltable_init +EXPORT_SYMBOL_GPL vmlinux 0x3acbe7bb ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ae215ab dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x3ae65f46 netdev_cmd_to_name +EXPORT_SYMBOL_GPL vmlinux 0x3ae9cf70 finish_rcuwait +EXPORT_SYMBOL_GPL vmlinux 0x3af578f5 hyperv_report_panic +EXPORT_SYMBOL_GPL vmlinux 0x3af8ae6d udp_tunnel_nic_ops +EXPORT_SYMBOL_GPL vmlinux 0x3afc4a8f sbitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x3b03208d power_supply_battery_info_has_prop +EXPORT_SYMBOL_GPL vmlinux 0x3b070614 sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x3b0843a5 kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x3b09bf26 iomap_dio_bio_end_io +EXPORT_SYMBOL_GPL vmlinux 0x3b2046f4 ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0x3b242289 bpf_prog_inc +EXPORT_SYMBOL_GPL vmlinux 0x3b28a529 pci_ims_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x3b37032a get_device +EXPORT_SYMBOL_GPL vmlinux 0x3b3d60f2 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x3b4c240a display_timings_release +EXPORT_SYMBOL_GPL vmlinux 0x3b579dd0 vcap_get_rule +EXPORT_SYMBOL_GPL vmlinux 0x3b5ae6c9 irq_chip_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0x3b6c9034 gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x3b745430 powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0x3b774b4f devm_bitmap_zalloc +EXPORT_SYMBOL_GPL vmlinux 0x3b7a7163 __static_call_return0 +EXPORT_SYMBOL_GPL vmlinux 0x3b91db5b intel_pt_handle_vmx +EXPORT_SYMBOL_GPL vmlinux 0x3b95f543 klp_shadow_free +EXPORT_SYMBOL_GPL vmlinux 0x3ba01b47 get_compat_sigset +EXPORT_SYMBOL_GPL vmlinux 0x3ba88054 devm_regulator_get_enable +EXPORT_SYMBOL_GPL vmlinux 0x3ba89ea1 fuse_dax_cancel_work +EXPORT_SYMBOL_GPL vmlinux 0x3bad8617 gpiod_disable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0x3bb4a413 user_update +EXPORT_SYMBOL_GPL vmlinux 0x3bbeaf8a usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0x3bc86c9c wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0x3bd9f51a cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0x3bdb5d28 alg_test +EXPORT_SYMBOL_GPL vmlinux 0x3be200ce phy_10gbit_fec_features +EXPORT_SYMBOL_GPL vmlinux 0x3bf038bd percpu_is_read_locked +EXPORT_SYMBOL_GPL vmlinux 0x3bf17755 mpi_read_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3bf2af95 devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x3c0e8050 hyperv_pcpu_input_arg +EXPORT_SYMBOL_GPL vmlinux 0x3c113871 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x3c1c3725 rcu_fwd_progress_check +EXPORT_SYMBOL_GPL vmlinux 0x3c230fd3 xdp_convert_zc_to_xdp_frame +EXPORT_SYMBOL_GPL vmlinux 0x3c241c2c public_key_free +EXPORT_SYMBOL_GPL vmlinux 0x3c39fb75 thermal_acpi_active_trip_temp +EXPORT_SYMBOL_GPL vmlinux 0x3c50a978 handle_fasteoi_irq +EXPORT_SYMBOL_GPL vmlinux 0x3c5c9940 xenbus_watch_path +EXPORT_SYMBOL_GPL vmlinux 0x3c5d543a hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x3c6785b7 block_pr_type_to_scsi +EXPORT_SYMBOL_GPL vmlinux 0x3c681dc4 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0x3c7bf2a4 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3c819c45 arch_apei_report_mem_error +EXPORT_SYMBOL_GPL vmlinux 0x3c9a4511 led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0x3ca1f391 __tracepoint_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x3cc07be9 pv_info +EXPORT_SYMBOL_GPL vmlinux 0x3cc3509d __traceiter_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0x3cc4b494 key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cd1b510 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x3cd31d06 __traceiter_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x3cf09e73 pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0x3cf7eedf power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0x3cf8c7c8 clk_hw_register_composite +EXPORT_SYMBOL_GPL vmlinux 0x3cfaf9d7 sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0x3d0f7758 icc_node_create +EXPORT_SYMBOL_GPL vmlinux 0x3d27d176 l3mdev_ifindex_lookup_by_table_id +EXPORT_SYMBOL_GPL vmlinux 0x3d2f689b __devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d46914c br_ip6_fragment +EXPORT_SYMBOL_GPL vmlinux 0x3d499269 ethnl_cable_test_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3d4c049a pci_set_host_bridge_release +EXPORT_SYMBOL_GPL vmlinux 0x3d4f1fb6 device_link_add +EXPORT_SYMBOL_GPL vmlinux 0x3d510a7b rcu_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0x3d5eb40f perf_get_aux +EXPORT_SYMBOL_GPL vmlinux 0x3d63ebc2 __folio_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0x3d7b112d fscrypt_set_context +EXPORT_SYMBOL_GPL vmlinux 0x3d809fc9 extcon_register_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0x3d8baf3b zs_huge_class_size +EXPORT_SYMBOL_GPL vmlinux 0x3d8ea9ec spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0x3daa2540 nf_hooks_lwtunnel_enabled +EXPORT_SYMBOL_GPL vmlinux 0x3db10958 __SCK__tp_func_unmap +EXPORT_SYMBOL_GPL vmlinux 0x3dbcbaf5 nvdimm_name +EXPORT_SYMBOL_GPL vmlinux 0x3dc0b689 pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0x3dc9c9fc transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0x3dd2e9bc crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0x3dd39f3d led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0x3de8cee8 fuse_dev_alloc_install +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3df82d00 mce_log +EXPORT_SYMBOL_GPL vmlinux 0x3dfb071f __cpuhp_state_remove_instance +EXPORT_SYMBOL_GPL vmlinux 0x3dfd2512 crypto_clone_ahash +EXPORT_SYMBOL_GPL vmlinux 0x3e0a087f inet_hashinfo2_init_mod +EXPORT_SYMBOL_GPL vmlinux 0x3e2cd0a1 ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x3e3a20d3 __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x3e411ace sfp_select_interface +EXPORT_SYMBOL_GPL vmlinux 0x3e5d1c41 i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0x3e6e3ddc icc_node_del +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e8bd05e __phy_modify +EXPORT_SYMBOL_GPL vmlinux 0x3e903560 ip_tunnel_netlink_encap_parms +EXPORT_SYMBOL_GPL vmlinux 0x3e99ca3c compat_only_sysfs_link_entry_to_kobj +EXPORT_SYMBOL_GPL vmlinux 0x3ea123a3 mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x3ea5196d apei_osc_setup +EXPORT_SYMBOL_GPL vmlinux 0x3ead7ead device_move +EXPORT_SYMBOL_GPL vmlinux 0x3eb6499c __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0x3ec93255 hv_get_isolation_type +EXPORT_SYMBOL_GPL vmlinux 0x3ecb60cb vcap_keyset_name +EXPORT_SYMBOL_GPL vmlinux 0x3ed5415e gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0x3ed92177 spi_controller_dma_unmap_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0x3ed9dc48 find_ge_pid +EXPORT_SYMBOL_GPL vmlinux 0x3edb086b pse_control_put +EXPORT_SYMBOL_GPL vmlinux 0x3ee306b3 fib_nh_common_init +EXPORT_SYMBOL_GPL vmlinux 0x3ef051c8 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x3f0bfb34 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0x3f38b474 crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0x3f4647b0 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x3f473c6e edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0x3f491f49 reset_control_bulk_reset +EXPORT_SYMBOL_GPL vmlinux 0x3f57e83c devm_gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x3f65ed02 ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x3f83f8d3 rcu_bind_current_to_nocb +EXPORT_SYMBOL_GPL vmlinux 0x3f84bcd7 dax_alive +EXPORT_SYMBOL_GPL vmlinux 0x3f8da300 __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x3f960e2e bpf_prog_get_type_dev +EXPORT_SYMBOL_GPL vmlinux 0x3faa8ec2 synth_event_trace +EXPORT_SYMBOL_GPL vmlinux 0x3fae6ab0 hv_vp_index +EXPORT_SYMBOL_GPL vmlinux 0x3fddab73 devm_clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x3fe6c346 devlink_fmsg_binary_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x3ff2e349 hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x3ffdacf3 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0x400a024b acpi_scan_lock_release +EXPORT_SYMBOL_GPL vmlinux 0x4017ae7d devm_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x401c916f device_find_child +EXPORT_SYMBOL_GPL vmlinux 0x40267068 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x403dfd2c pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x403eac60 sbitmap_get +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x4041f766 devm_intel_scu_ipc_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x4043757f init_iova_domain +EXPORT_SYMBOL_GPL vmlinux 0x4048ae25 pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0x404af079 devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x404f4f1e bdi_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x405cc63d acpi_match_acpi_device +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x406c3666 xdp_features_clear_redirect_target +EXPORT_SYMBOL_GPL vmlinux 0x406c4cb1 hrtimer_resolution +EXPORT_SYMBOL_GPL vmlinux 0x4071b517 out_of_line_wait_on_bit_timeout +EXPORT_SYMBOL_GPL vmlinux 0x407af304 usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0x408514bb devm_of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0x4089ea36 ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4099f919 tun_ptr_free +EXPORT_SYMBOL_GPL vmlinux 0x40a0aafc __flush_tlb_all +EXPORT_SYMBOL_GPL vmlinux 0x40b817c1 gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0x40d99c01 pskb_put +EXPORT_SYMBOL_GPL vmlinux 0x40de7638 vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x40e22afc iommu_dev_enable_feature +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x40f8b94e ring_buffer_iter_dropped +EXPORT_SYMBOL_GPL vmlinux 0x40f8bd4e klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x4100a662 clk_get_scaled_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x410aca1c tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x410e4b72 devm_clk_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x411434eb nl_table +EXPORT_SYMBOL_GPL vmlinux 0x411a83f1 class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x41239d32 desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0x4128a380 i2c_dw_acpi_configure +EXPORT_SYMBOL_GPL vmlinux 0x4129f5ee kernel_fpu_begin_mask +EXPORT_SYMBOL_GPL vmlinux 0x412bc681 ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x412bd995 dax_recovery_write +EXPORT_SYMBOL_GPL vmlinux 0x412d1bbc xdp_rxq_info_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x4139e072 __SCK__tp_func_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x414d119a videomode_from_timings +EXPORT_SYMBOL_GPL vmlinux 0x417db16e serdev_device_write_buf +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x41995fd5 __acpi_node_get_property_reference +EXPORT_SYMBOL_GPL vmlinux 0x419e7efd sfp_module_stop +EXPORT_SYMBOL_GPL vmlinux 0x41b9a6e6 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x41bce49a ghes_register_vendor_record_notifier +EXPORT_SYMBOL_GPL vmlinux 0x41ca78e2 tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x41cb5eda devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0x41cf7d6c acpi_is_pnp_device +EXPORT_SYMBOL_GPL vmlinux 0x41d4aa07 usb_get_maximum_ssp_rate +EXPORT_SYMBOL_GPL vmlinux 0x41ed1b1b __SCK__tp_func_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x41ed3cec eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x4200efac device_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0x4201209b nvdimm_in_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x42041512 i2c_get_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x420f3d01 nvmem_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x422e578a __SCT__tp_func_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x4230228e devm_pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x424a42c8 i2c_acpi_new_device_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x425ade43 crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0x425f5ac8 input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0x42635d55 pm_suspend_global_flags +EXPORT_SYMBOL_GPL vmlinux 0x426452a3 acpi_evaluation_failure_warn +EXPORT_SYMBOL_GPL vmlinux 0x426fc6f3 ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x4282705a skb_defer_rx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x42974a45 ftrace_set_filter_ips +EXPORT_SYMBOL_GPL vmlinux 0x429c3f9c reboot_mode +EXPORT_SYMBOL_GPL vmlinux 0x42bb288b fwnode_handle_get +EXPORT_SYMBOL_GPL vmlinux 0x42bf8fe1 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0x42d5f233 pstore_register +EXPORT_SYMBOL_GPL vmlinux 0x42e732cb vcap_rule_add_key_u128 +EXPORT_SYMBOL_GPL vmlinux 0x42f728aa mctrl_gpio_get_outputs +EXPORT_SYMBOL_GPL vmlinux 0x4302f243 serial8250_do_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x43041e67 usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0x430d88ec __traceiter_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x431110fe vp_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0x431673f9 clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0x4316d3e2 gpiod_set_array_value +EXPORT_SYMBOL_GPL vmlinux 0x432d00c1 mdiobus_c45_modify +EXPORT_SYMBOL_GPL vmlinux 0x433ac0c5 fwnode_graph_get_endpoint_count +EXPORT_SYMBOL_GPL vmlinux 0x433b5d16 spi_transfer_cs_change_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0x433ecaf3 serial8250_em485_start_tx +EXPORT_SYMBOL_GPL vmlinux 0x434355d7 i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0x43459eba pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0x434c7057 crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0x434de52f fuse_free_conn +EXPORT_SYMBOL_GPL vmlinux 0x435ade6a pci_msi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0x435bdf12 pci_dev_trylock +EXPORT_SYMBOL_GPL vmlinux 0x435e55e1 tcp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0x436d817f mpi_clear_bit +EXPORT_SYMBOL_GPL vmlinux 0x437eb1df ipv6_mod_enabled +EXPORT_SYMBOL_GPL vmlinux 0x4386c414 __traceiter_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x438d8df2 iova_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x439e071f dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0x439e43a3 devl_lock +EXPORT_SYMBOL_GPL vmlinux 0x43aa319e lease_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x43b2a186 iommu_fwspec_add_ids +EXPORT_SYMBOL_GPL vmlinux 0x43bce147 ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0x43c452d1 spi_sync +EXPORT_SYMBOL_GPL vmlinux 0x43c662d0 blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x43caa7c0 regmap_irq_get_irq_reg_linear +EXPORT_SYMBOL_GPL vmlinux 0x43eb83ae serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0x43f6328e dev_pm_opp_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x43f81957 clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x43f92edd wait_for_initramfs +EXPORT_SYMBOL_GPL vmlinux 0x43fc8e40 regulator_set_pull_down_regmap +EXPORT_SYMBOL_GPL vmlinux 0x4401e6c2 mpi_cmpabs +EXPORT_SYMBOL_GPL vmlinux 0x442deaa9 poll_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4436faba __traceiter_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x443880ee pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0x443cc91b io_uring_cmd_done +EXPORT_SYMBOL_GPL vmlinux 0x443f1b74 dax_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x445c1e08 __SCK__tp_func_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x4471a51d vhost_task_stop +EXPORT_SYMBOL_GPL vmlinux 0x4475dcaf hv_nested +EXPORT_SYMBOL_GPL vmlinux 0x4477fdcb fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x449e6da6 sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x44b6bedf espintcp_push_skb +EXPORT_SYMBOL_GPL vmlinux 0x44bae227 bit_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x44c10a52 kvfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x44cb16c2 xenbus_free_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x44cf8cf0 blk_zone_cond_str +EXPORT_SYMBOL_GPL vmlinux 0x44dbb84c usb_device_match_id +EXPORT_SYMBOL_GPL vmlinux 0x44e1e9aa balloon_stats +EXPORT_SYMBOL_GPL vmlinux 0x44f48daf acpi_device_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x450110e8 perf_assign_events +EXPORT_SYMBOL_GPL vmlinux 0x4507f4a8 cpuhp_tasks_frozen +EXPORT_SYMBOL_GPL vmlinux 0x4509baf4 tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x451618d0 sbitmap_del_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x4531624f usb_decode_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x4531ab62 copy_from_kernel_nofault +EXPORT_SYMBOL_GPL vmlinux 0x45546bfb dev_coredumpv +EXPORT_SYMBOL_GPL vmlinux 0x45558f56 clk_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x4571fb67 get_user_pages_fast_only +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x457d642f metadata_dst_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0x459e6151 mm_unaccount_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x45a25ee5 locks_owner_has_blockers +EXPORT_SYMBOL_GPL vmlinux 0x45b08940 mddev_init_writes_pending +EXPORT_SYMBOL_GPL vmlinux 0x45c774a6 usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0x45d14bdf hypercall_page +EXPORT_SYMBOL_GPL vmlinux 0x45e8b450 mnt_idmap_get +EXPORT_SYMBOL_GPL vmlinux 0x45fe7dca serial8250_rpm_get_tx +EXPORT_SYMBOL_GPL vmlinux 0x46013233 net_dec_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x46030074 __hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0x46047827 __SCT__tp_func_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x461c1da5 acpi_quirk_skip_i2c_client_enumeration +EXPORT_SYMBOL_GPL vmlinux 0x46275130 mas_expected_entries +EXPORT_SYMBOL_GPL vmlinux 0x4633ed2a devm_create_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x463a9659 fib_new_table +EXPORT_SYMBOL_GPL vmlinux 0x464e521e xenbus_register_driver_common +EXPORT_SYMBOL_GPL vmlinux 0x46598578 of_pse_control_get +EXPORT_SYMBOL_GPL vmlinux 0x465b06eb cros_ec_get_sensor_count +EXPORT_SYMBOL_GPL vmlinux 0x466d1b15 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x466d66d0 dev_pm_opp_get_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x468a6873 ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0x468ea74d usb_phy_roothub_resume +EXPORT_SYMBOL_GPL vmlinux 0x469910dd set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x469bcef4 __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0x46a4b118 hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x46a6c9ef hv_get_tsc_page +EXPORT_SYMBOL_GPL vmlinux 0x46a85c71 phy_restore_page +EXPORT_SYMBOL_GPL vmlinux 0x46a94ff3 tpm2_probe +EXPORT_SYMBOL_GPL vmlinux 0x46c61de3 acpi_install_cmos_rtc_space_handler +EXPORT_SYMBOL_GPL vmlinux 0x46d40d2d ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x46e1acf1 pm_runtime_suspended_time +EXPORT_SYMBOL_GPL vmlinux 0x46e39e03 __SCK__tp_func_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x46e5b59f unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x46f648b7 devlink_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0x47035278 pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x4718c9e4 fwnode_get_next_available_child_node +EXPORT_SYMBOL_GPL vmlinux 0x471acde1 platform_irq_count +EXPORT_SYMBOL_GPL vmlinux 0x471b1492 acpi_initialize_hp_context +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x4742afb9 phy_save_page +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x47663cfe vcap_rule_mod_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x4768d142 inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0x4777a963 iommu_unmap_fast +EXPORT_SYMBOL_GPL vmlinux 0x477cdb4b ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x478ca147 cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0x478e81f8 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x478ec358 ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0x4791cb91 apei_mce_report_mem_error +EXPORT_SYMBOL_GPL vmlinux 0x479803b9 base64_encode +EXPORT_SYMBOL_GPL vmlinux 0x479f7d4b clk_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x47a5f4fb unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0x47a7833c rio_unmap_outb_region +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47bb3b44 thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0x47bc2e3c debugfs_create_ulong +EXPORT_SYMBOL_GPL vmlinux 0x47c04cad usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0x47c45c88 debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x47d0eea2 acpi_lpat_temp_to_raw +EXPORT_SYMBOL_GPL vmlinux 0x47d1050d attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0x47d150ae mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x47d97743 vp_legacy_set_status +EXPORT_SYMBOL_GPL vmlinux 0x47de0dc7 clk_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x480305ca kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0x481f9b7d mpi_mulm +EXPORT_SYMBOL_GPL vmlinux 0x48203853 em_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x4828e77b acpi_scan_lock_acquire +EXPORT_SYMBOL_GPL vmlinux 0x4830620f devm_request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x485e75d6 ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x48684fa0 icmp_build_probe +EXPORT_SYMBOL_GPL vmlinux 0x4869bb51 cpufreq_disable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x486dedc3 ghes_unregister_vendor_record_notifier +EXPORT_SYMBOL_GPL vmlinux 0x48732414 regmap_get_reg_stride +EXPORT_SYMBOL_GPL vmlinux 0x4882fd4f vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0x48852bf7 rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0x48885e2f vchan_find_desc +EXPORT_SYMBOL_GPL vmlinux 0x4891e29f fb_sys_write +EXPORT_SYMBOL_GPL vmlinux 0x48990b00 policy_has_boost_freq +EXPORT_SYMBOL_GPL vmlinux 0x489ea13b __tracepoint_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x48a3d20b mctrl_gpio_get +EXPORT_SYMBOL_GPL vmlinux 0x48aea307 irq_domain_pop_irq +EXPORT_SYMBOL_GPL vmlinux 0x48c7d2b4 thermal_remove_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x48d0021b crypto_alg_extsize +EXPORT_SYMBOL_GPL vmlinux 0x48e080b1 x86_virt_spec_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x48edfa10 linear_hugepage_index +EXPORT_SYMBOL_GPL vmlinux 0x48f70c1e switchdev_handle_port_obj_add_foreign +EXPORT_SYMBOL_GPL vmlinux 0x4914f9c0 pwm_apply_state +EXPORT_SYMBOL_GPL vmlinux 0x49164c3b lwtstate_free +EXPORT_SYMBOL_GPL vmlinux 0x491bb8c6 gnttab_pages_clear_private +EXPORT_SYMBOL_GPL vmlinux 0x491d3dc3 pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x49242bc7 freezer_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x492b108d blk_mq_freeze_queue_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x4934bdd0 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x493db7af do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x493f21cb pinctrl_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x4944c3b0 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0x495a4221 __SCT__tp_func_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x49608959 migrate_disable +EXPORT_SYMBOL_GPL vmlinux 0x4963937c poll_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x496b5786 pci_platform_power_transition +EXPORT_SYMBOL_GPL vmlinux 0x496c9bf0 tps65912_device_exit +EXPORT_SYMBOL_GPL vmlinux 0x49855d0e device_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x4987f1e8 do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0x498da957 inet6_hash +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49927d25 page_reporting_unregister +EXPORT_SYMBOL_GPL vmlinux 0x499da94d tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x49a3554f udp_cmsg_send +EXPORT_SYMBOL_GPL vmlinux 0x49c3ecf8 tty_release_struct +EXPORT_SYMBOL_GPL vmlinux 0x49cd25ed alloc_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x49d21fbb irq_domain_disconnect_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x49d65a90 wp_shared_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x49d91e9d vp_legacy_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0x49e02699 serdev_device_close +EXPORT_SYMBOL_GPL vmlinux 0x49e3b194 trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x49ee3e7b sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x4a0dcd36 kthread_func +EXPORT_SYMBOL_GPL vmlinux 0x4a16a227 tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x4a17ed66 sysrq_mask +EXPORT_SYMBOL_GPL vmlinux 0x4a1ee0ab get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0x4a350683 fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0x4a420d09 acpi_bus_detach_private_data +EXPORT_SYMBOL_GPL vmlinux 0x4a5cbe00 component_compare_dev +EXPORT_SYMBOL_GPL vmlinux 0x4a6509ee sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x4a728285 gpiochip_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x4a9205b0 nvmem_device_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x4a9f4145 pinctrl_enable +EXPORT_SYMBOL_GPL vmlinux 0x4aa3a275 __tracepoint_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x4aa91189 led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0x4aab2de9 thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x4ab713d9 pci_status_get_and_clear_errors +EXPORT_SYMBOL_GPL vmlinux 0x4ab947a4 crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x4ac19d42 __xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x4ad39640 device_find_any_child +EXPORT_SYMBOL_GPL vmlinux 0x4ad5b2c5 edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x4ae0b1e5 msi_domain_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x4ae67759 edac_device_handle_ce_count +EXPORT_SYMBOL_GPL vmlinux 0x4af70352 pm_clk_remove +EXPORT_SYMBOL_GPL vmlinux 0x4b0e4ca0 ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0x4b15fc43 usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0x4b332df8 hv_get_tsc_pfn +EXPORT_SYMBOL_GPL vmlinux 0x4b386644 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x4b3c5186 __traceiter_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x4b545ec9 iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4b56ce05 xenmem_reservation_increase +EXPORT_SYMBOL_GPL vmlinux 0x4b5acf74 rhashtable_init +EXPORT_SYMBOL_GPL vmlinux 0x4b6aa6f5 power_supply_get_battery_info +EXPORT_SYMBOL_GPL vmlinux 0x4b719165 acpi_get_pci_dev +EXPORT_SYMBOL_GPL vmlinux 0x4b762828 start_thread +EXPORT_SYMBOL_GPL vmlinux 0x4b7ab31a irq_get_default_host +EXPORT_SYMBOL_GPL vmlinux 0x4b931968 xen_features +EXPORT_SYMBOL_GPL vmlinux 0x4bb49031 trace_array_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0x4bb59a67 blk_mq_freeze_queue_wait +EXPORT_SYMBOL_GPL vmlinux 0x4bbc81c3 virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0x4bc8727f xen_balloon_init +EXPORT_SYMBOL_GPL vmlinux 0x4bd358de iommu_detach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0x4bd6f08b misc_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4bdb190b rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x4bdb8dcc housekeeping_test_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4be284f4 __SCK__tp_func_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x4bee7f31 xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0x4bfd398d hwrng_msleep +EXPORT_SYMBOL_GPL vmlinux 0x4c09ef87 mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x4c227b74 iomap_is_partially_uptodate +EXPORT_SYMBOL_GPL vmlinux 0x4c2b351d start_poll_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x4c2ef5a5 bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0x4c3bdca2 acomp_request_free +EXPORT_SYMBOL_GPL vmlinux 0x4c3f8c33 rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0x4c46cae1 __traceiter_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x4c49f1de hv_clock_per_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4c4a2fa7 component_add +EXPORT_SYMBOL_GPL vmlinux 0x4c549b36 __traceiter_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x4c5f348e acpi_dev_filter_resource_type +EXPORT_SYMBOL_GPL vmlinux 0x4c762b5c x86_stepping +EXPORT_SYMBOL_GPL vmlinux 0x4c8adfe1 hv_root_partition +EXPORT_SYMBOL_GPL vmlinux 0x4c978005 rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0x4c9f774e uart_console_device +EXPORT_SYMBOL_GPL vmlinux 0x4ca5590e mas_prev +EXPORT_SYMBOL_GPL vmlinux 0x4cac94ec pci_iov_get_pf_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x4cafbe6d __tracepoint_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x4cb27100 ktime_get_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x4cc6f33f blkdev_zone_mgmt +EXPORT_SYMBOL_GPL vmlinux 0x4cdb7843 of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x4cdef39d dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x4cf77018 pci_msix_can_alloc_dyn +EXPORT_SYMBOL_GPL vmlinux 0x4cf8880f vcap_rule_add_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x4cf910f4 devm_mipi_dsi_attach +EXPORT_SYMBOL_GPL vmlinux 0x4d0015e2 cpu_hotplug_disable +EXPORT_SYMBOL_GPL vmlinux 0x4d1e6066 __tracepoint_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0x4d24a1e4 sbitmap_finish_wait +EXPORT_SYMBOL_GPL vmlinux 0x4d3e465d da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x4d4a5c2f usb_intf_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0x4d4ba610 __fscrypt_prepare_readdir +EXPORT_SYMBOL_GPL vmlinux 0x4d4c7522 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0x4d60603b vcap_tc_flower_handler_vlan_usage +EXPORT_SYMBOL_GPL vmlinux 0x4d6d0bbc iommu_group_ref_get +EXPORT_SYMBOL_GPL vmlinux 0x4d7272e4 migrate_enable +EXPORT_SYMBOL_GPL vmlinux 0x4d750d4e max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x4d7b2403 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x4d8aa1a1 pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x4d923e97 l3mdev_master_ifindex_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4d9f0e4a hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4da1e328 kthread_use_mm +EXPORT_SYMBOL_GPL vmlinux 0x4dae16e4 i2c_put_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x4dda03a1 fscrypt_ioctl_add_key +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4de308d1 mptcp_pm_get_add_addr_accept_max +EXPORT_SYMBOL_GPL vmlinux 0x4dee933a devm_phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0x4e144a54 __SCT__tp_func_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x4e17c613 ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x4e337a01 tracepoint_probe_register_prio_may_exist +EXPORT_SYMBOL_GPL vmlinux 0x4e4c37e2 freq_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4e4eec56 devl_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x4e5dd109 pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x4e5ee273 tick_nohz_full_mask +EXPORT_SYMBOL_GPL vmlinux 0x4e657485 free_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0x4e6fc9b0 power_supply_battery_info_get_prop +EXPORT_SYMBOL_GPL vmlinux 0x4e89b46c hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0x4e93aeb8 crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0x4e9ed872 bpf_map_inc_with_uref +EXPORT_SYMBOL_GPL vmlinux 0x4eac5fc1 cpu_mitigations_auto_nosmt +EXPORT_SYMBOL_GPL vmlinux 0x4ebb1b96 devlink_dpipe_entry_ctx_append +EXPORT_SYMBOL_GPL vmlinux 0x4ebdc45f devl_dpipe_headers_register +EXPORT_SYMBOL_GPL vmlinux 0x4ec2a416 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0x4ece3615 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4efcf021 mpi_normalize +EXPORT_SYMBOL_GPL vmlinux 0x4efdc4f0 clk_hw_rate_is_protected +EXPORT_SYMBOL_GPL vmlinux 0x4f04d244 __traceiter_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x4f1ca78a platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0x4f2593f0 btree_update +EXPORT_SYMBOL_GPL vmlinux 0x4f2817b3 tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0x4f292d4f dev_pm_opp_init_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x4f2c996d kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0x4f3ca71a __pci_epf_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x4f56dafb fpu_free_guest_fpstate +EXPORT_SYMBOL_GPL vmlinux 0x4f5e44d9 xenbus_dev_cancel +EXPORT_SYMBOL_GPL vmlinux 0x4f67abd1 acpi_kobj +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f6f679d phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0x4f72a987 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0x4f7f2f27 regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x4f80e319 __ct_user_exit +EXPORT_SYMBOL_GPL vmlinux 0x4f8546af cpuidle_poll_state_init +EXPORT_SYMBOL_GPL vmlinux 0x4f871329 pci_create_ims_domain +EXPORT_SYMBOL_GPL vmlinux 0x4fb20a9d __dev_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x4fb5da55 fs_put_dax +EXPORT_SYMBOL_GPL vmlinux 0x4fb7c543 inet_send_prepare +EXPORT_SYMBOL_GPL vmlinux 0x4fb94475 crypto_grab_ahash +EXPORT_SYMBOL_GPL vmlinux 0x4fbd3dc8 platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0x4fc53d16 fib_alias_hw_flags_set +EXPORT_SYMBOL_GPL vmlinux 0x4fd8a501 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x4fdbcfad serdev_device_set_parity +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4fe4f341 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0x4fedb67b regulator_get_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0x4feeeff4 vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0x4ffc7374 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0x50096e3a device_get_dma_attr +EXPORT_SYMBOL_GPL vmlinux 0x500c768c apei_exec_read_register +EXPORT_SYMBOL_GPL vmlinux 0x50192008 devm_clk_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0x5026585c xen_irq_from_gsi +EXPORT_SYMBOL_GPL vmlinux 0x503ee173 __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0x504c29b8 nvdimm_has_flush +EXPORT_SYMBOL_GPL vmlinux 0x505d2266 ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0x5069fbda pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0x50725b15 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x508135e3 acpi_pci_check_ejectable +EXPORT_SYMBOL_GPL vmlinux 0x5086454b put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x509f6ee9 i2c_handle_smbus_host_notify +EXPORT_SYMBOL_GPL vmlinux 0x50b03f5d l1tf_vmx_mitigation +EXPORT_SYMBOL_GPL vmlinux 0x50b42ba1 entry_ibpb +EXPORT_SYMBOL_GPL vmlinux 0x50b4fc93 fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0x50c05bec shash_free_singlespawn_instance +EXPORT_SYMBOL_GPL vmlinux 0x50d1f870 pgprot_writecombine +EXPORT_SYMBOL_GPL vmlinux 0x50df94f5 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50ea170f to_software_node +EXPORT_SYMBOL_GPL vmlinux 0x50ec7bfa trace_get_event_file +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x51150d44 debugfs_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x5120f0ee iommu_map_sg +EXPORT_SYMBOL_GPL vmlinux 0x51268ba2 cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0x512dadbe hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x51390c96 rcu_barrier_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x513c233b show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0x513d8ebf gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x51578e3f subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x515ac2e6 serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x51768cae pktgen_xfrm_outer_mode_output +EXPORT_SYMBOL_GPL vmlinux 0x5187ac4b xen_store_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x518c2fc6 hpet_rtc_dropped_irq +EXPORT_SYMBOL_GPL vmlinux 0x518c80ab wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x51a348cc usb_role_switch_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x51b37fc2 rcu_trc_cmpxchg_need_qs +EXPORT_SYMBOL_GPL vmlinux 0x51b810f8 tty_port_default_client_ops +EXPORT_SYMBOL_GPL vmlinux 0x51be3460 tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x51cd8ad2 firmware_request_platform +EXPORT_SYMBOL_GPL vmlinux 0x51e272d3 blk_mq_hctx_set_fq_lock_class +EXPORT_SYMBOL_GPL vmlinux 0x51e90a80 badblocks_init +EXPORT_SYMBOL_GPL vmlinux 0x51f56e61 devlink_dpipe_entry_ctx_close +EXPORT_SYMBOL_GPL vmlinux 0x51fb96cd __SCK__tp_func_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x520b2849 dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0x52213722 acpi_dev_resource_memory +EXPORT_SYMBOL_GPL vmlinux 0x52252316 clk_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x522d99e9 make_vfsuid +EXPORT_SYMBOL_GPL vmlinux 0x52431348 xenbus_transaction_start +EXPORT_SYMBOL_GPL vmlinux 0x5251d9c2 ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0x525d0aa3 trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x52647db1 ct_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x526849e4 iomap_writepages +EXPORT_SYMBOL_GPL vmlinux 0x52818a0a trace_seq_path +EXPORT_SYMBOL_GPL vmlinux 0x5290fc28 alloc_dax +EXPORT_SYMBOL_GPL vmlinux 0x529279e9 __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x52a8cc88 vp_modern_map_vq_notify +EXPORT_SYMBOL_GPL vmlinux 0x52a9bb22 xfrm_unregister_translator +EXPORT_SYMBOL_GPL vmlinux 0x52b1e3c7 pci_flags +EXPORT_SYMBOL_GPL vmlinux 0x52b2edbd i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0x52bc4f8b nvdimm_bus_check_dimm_count +EXPORT_SYMBOL_GPL vmlinux 0x52c35e83 call_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x52d54fce devlink_info_version_stored_put +EXPORT_SYMBOL_GPL vmlinux 0x52e5e788 devl_dpipe_headers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x52eddb69 raw_v6_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x52f22d6d __ndisc_fill_addr_option +EXPORT_SYMBOL_GPL vmlinux 0x52f5589c perf_aux_output_begin +EXPORT_SYMBOL_GPL vmlinux 0x52feabc7 fscrypt_symlink_getattr +EXPORT_SYMBOL_GPL vmlinux 0x53043c4c devl_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0x53056a90 driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x53060651 iopf_queue_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x530a7ca5 __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x530e0f8c devl_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x53135820 thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x531ccb20 perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0x531d8023 virtqueue_get_avail_addr +EXPORT_SYMBOL_GPL vmlinux 0x53279d20 __devm_pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0x532b90b5 kprobe_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x532dd943 folio_wait_stable +EXPORT_SYMBOL_GPL vmlinux 0x5339458f gpiochip_irq_unmap +EXPORT_SYMBOL_GPL vmlinux 0x53436654 generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0x534f2a39 ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x5358864e devlink_fmsg_binary_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x5380bf8c ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0x53875583 acpi_subsys_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x5388b1a0 amd_get_dr_addr_mask +EXPORT_SYMBOL_GPL vmlinux 0x538d073d phy_duplex_to_str +EXPORT_SYMBOL_GPL vmlinux 0x538d69b5 __tracepoint_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x539f157b pci_xen_swiotlb_init_late +EXPORT_SYMBOL_GPL vmlinux 0x539fbc3d led_get +EXPORT_SYMBOL_GPL vmlinux 0x53c089f5 property_entries_dup +EXPORT_SYMBOL_GPL vmlinux 0x53c4d499 clk_hw_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x53c64510 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x53d7c01e __traceiter_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x53e2a07f bio_add_zone_append_page +EXPORT_SYMBOL_GPL vmlinux 0x53ec56bf genphy_c45_read_pma +EXPORT_SYMBOL_GPL vmlinux 0x53ef8b25 dev_pm_opp_find_freq_floor +EXPORT_SYMBOL_GPL vmlinux 0x5406db18 acpi_dev_gpio_irq_wake_get_by +EXPORT_SYMBOL_GPL vmlinux 0x540c7cd3 __SCK__tp_func_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x542074c8 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 +EXPORT_SYMBOL_GPL vmlinux 0x5424cf81 call_rcu_hurry +EXPORT_SYMBOL_GPL vmlinux 0x5424e77e pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0x542685b3 gpiochip_generic_free +EXPORT_SYMBOL_GPL vmlinux 0x543d136c pci_sriov_configure_simple +EXPORT_SYMBOL_GPL vmlinux 0x545d146e __traceiter_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x5460f79f work_on_cpu_safe_key +EXPORT_SYMBOL_GPL vmlinux 0x54651f9b rhashtable_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x5474b4fc cdrom_read_tocentry +EXPORT_SYMBOL_GPL vmlinux 0x54864387 skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x549bfae7 __SCK__tp_func_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x54a8bbb5 dma_can_mmap +EXPORT_SYMBOL_GPL vmlinux 0x54abb08d __fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0x54acaeea spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x54adc3d9 serial8250_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0x54ae4995 __SCK__tp_func_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x54c87fe6 tcp_enter_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0x54c8a491 pcie_reset_flr +EXPORT_SYMBOL_GPL vmlinux 0x54e355ca input_ff_flush +EXPORT_SYMBOL_GPL vmlinux 0x54f1a16e rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0x54fdc92c acpi_unbind_one +EXPORT_SYMBOL_GPL vmlinux 0x550ce709 pat_enabled +EXPORT_SYMBOL_GPL vmlinux 0x550f3e05 i2c_freq_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x55158a85 crypto_sig_set_privkey +EXPORT_SYMBOL_GPL vmlinux 0x5528bd46 vchan_init +EXPORT_SYMBOL_GPL vmlinux 0x5530c78e phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0x55339365 flush_delayed_fput +EXPORT_SYMBOL_GPL vmlinux 0x553b49a4 cpufreq_get_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x554151a6 of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x55650f8c acpi_dev_ready_for_enumeration +EXPORT_SYMBOL_GPL vmlinux 0x5567087c netdev_walk_all_lower_dev +EXPORT_SYMBOL_GPL vmlinux 0x556e4390 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x557f91a4 __traceiter_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x558f1621 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x5595207e ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x55a38988 acpi_dev_get_dma_resources +EXPORT_SYMBOL_GPL vmlinux 0x55a67348 devm_pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x55c3c1c0 tpm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x55c76a23 ksys_sync_helper +EXPORT_SYMBOL_GPL vmlinux 0x55caac61 hsu_dma_remove +EXPORT_SYMBOL_GPL vmlinux 0x55d6468e ftrace_ops_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x55e83cd9 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0x55eecff4 bit_wait_io_timeout +EXPORT_SYMBOL_GPL vmlinux 0x56054c05 crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x560a8e37 extcon_set_state_sync +EXPORT_SYMBOL_GPL vmlinux 0x5616a1d5 lwtunnel_output +EXPORT_SYMBOL_GPL vmlinux 0x56173654 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x56240e6d get_net_ns +EXPORT_SYMBOL_GPL vmlinux 0x5624f826 power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0x56256e8a orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x562830bb dw_pcie_ep_reset_bar +EXPORT_SYMBOL_GPL vmlinux 0x562ad512 iommu_sva_bind_device +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x56398615 mark_tsc_unstable +EXPORT_SYMBOL_GPL vmlinux 0x563c06bf crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x5643debe devm_kasprintf +EXPORT_SYMBOL_GPL vmlinux 0x564b9b28 __SCK__tp_func_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x5650d732 cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0x5656cdf2 pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x5662d304 pinctrl_find_gpio_range_from_pin_nolock +EXPORT_SYMBOL_GPL vmlinux 0x566907d3 device_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x56773610 sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0x56948896 spec_ctrl_current +EXPORT_SYMBOL_GPL vmlinux 0x56971ef8 pci_epf_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x5697c1d4 extract_iter_to_sg +EXPORT_SYMBOL_GPL vmlinux 0x56a8a82c sched_set_fifo +EXPORT_SYMBOL_GPL vmlinux 0x56b37359 of_hwspin_lock_get_id_byname +EXPORT_SYMBOL_GPL vmlinux 0x56bfaf90 iommu_device_sysfs_add +EXPORT_SYMBOL_GPL vmlinux 0x56c6fa5b pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0x56d17cc2 thermal_zone_get_num_trips +EXPORT_SYMBOL_GPL vmlinux 0x56eb8291 to_nvdimm_bus_dev +EXPORT_SYMBOL_GPL vmlinux 0x56fbb130 no_hash_pointers +EXPORT_SYMBOL_GPL vmlinux 0x56ff4bc3 devm_of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x56ff6a11 scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x57242122 gpiochip_generic_config +EXPORT_SYMBOL_GPL vmlinux 0x572d74a2 sampling_rate_store +EXPORT_SYMBOL_GPL vmlinux 0x573a28de dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x5742068d pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x574609c5 apei_exec_write_register_value +EXPORT_SYMBOL_GPL vmlinux 0x57515e4f securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x57586dad devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x5762e12f bsg_job_get +EXPORT_SYMBOL_GPL vmlinux 0x57643f97 clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x57719632 gnttab_grant_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x57766aa8 pci_epf_bind +EXPORT_SYMBOL_GPL vmlinux 0x577a46fb __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0x57861a5c gds_ucode_mitigated +EXPORT_SYMBOL_GPL vmlinux 0x578b9798 nvmem_layout_unregister +EXPORT_SYMBOL_GPL vmlinux 0x578eeb4d hugetlb_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57bf0b15 __platform_register_drivers +EXPORT_SYMBOL_GPL vmlinux 0x57cb17bf crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0x57cce242 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x57d17422 devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x57d4050a xhci_get_endpoint_index +EXPORT_SYMBOL_GPL vmlinux 0x57dc4851 mas_erase +EXPORT_SYMBOL_GPL vmlinux 0x57f576b9 mpi_ec_curve_point +EXPORT_SYMBOL_GPL vmlinux 0x57f67002 perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x57f8938b shmem_read_folio_gfp +EXPORT_SYMBOL_GPL vmlinux 0x57fed2cd devlink_to_dev +EXPORT_SYMBOL_GPL vmlinux 0x580db231 devm_fwnode_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x5822a79a xen_xlate_remap_gfn_array +EXPORT_SYMBOL_GPL vmlinux 0x58276f93 cper_next_record_id +EXPORT_SYMBOL_GPL vmlinux 0x5829e979 mas_pause +EXPORT_SYMBOL_GPL vmlinux 0x582e4199 debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x5831e062 cpus_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0x58377f01 spi_mem_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x583e6898 irqchip_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x586bfc8a alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x58711586 gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x5873c9b5 devlink_port_attrs_pci_vf_set +EXPORT_SYMBOL_GPL vmlinux 0x5879a27d sfp_get_module_info +EXPORT_SYMBOL_GPL vmlinux 0x587c6137 genphy_c45_pma_resume +EXPORT_SYMBOL_GPL vmlinux 0x587d91b5 crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x58812da3 tpm_tis_core_init +EXPORT_SYMBOL_GPL vmlinux 0x5889ac95 ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x589d8e4e devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0x589e9c27 cpufreq_driver_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x58a2fcaa __SCT__tp_func_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x58a51dc0 generic_handle_domain_irq +EXPORT_SYMBOL_GPL vmlinux 0x58b2edb4 serdev_device_add +EXPORT_SYMBOL_GPL vmlinux 0x58b86b44 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x58c91ad6 key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0x58d4bc4f regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0x58d6311d trace_clock +EXPORT_SYMBOL_GPL vmlinux 0x58db1176 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x58def6ca sfp_module_remove +EXPORT_SYMBOL_GPL vmlinux 0x58e5ced7 dst_cache_get_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x58fbb9a3 __of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x590dc150 sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0x5910a5b0 serdev_device_write_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x592c629d blkg_conf_init +EXPORT_SYMBOL_GPL vmlinux 0x593596b2 gpiochip_line_is_valid +EXPORT_SYMBOL_GPL vmlinux 0x5935ba4c devm_clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x593e4ebe pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0x5949bc4b alloc_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x594fb866 gpiochip_free_own_desc +EXPORT_SYMBOL_GPL vmlinux 0x595757bb hid_bpf_device_init +EXPORT_SYMBOL_GPL vmlinux 0x5957cddb zs_lookup_class_index +EXPORT_SYMBOL_GPL vmlinux 0x59643c07 xhci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x59802a34 vcap_del_rules +EXPORT_SYMBOL_GPL vmlinux 0x5986d190 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0x598888b1 usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0x59894f6d cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0x598d124a tcp_reno_undo_cwnd +EXPORT_SYMBOL_GPL vmlinux 0x599b8a5c bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x59a393d1 dw_pcie_ep_init_notify +EXPORT_SYMBOL_GPL vmlinux 0x59a61a0d gen10g_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x59abe4ea ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x59b063ba start_poll_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x59b1b6fc gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x59b2adbf input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x59b74a1c xhci_ext_cap_init +EXPORT_SYMBOL_GPL vmlinux 0x59b7f183 edac_pci_handle_pe +EXPORT_SYMBOL_GPL vmlinux 0x59be5fa7 sched_set_fifo_low +EXPORT_SYMBOL_GPL vmlinux 0x59c43dc9 __traceiter_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x59cc902d tpm_tis_remove +EXPORT_SYMBOL_GPL vmlinux 0x59d9589b device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x59db30ff alloc_skb_for_msg +EXPORT_SYMBOL_GPL vmlinux 0x59e845a3 usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0x59edfeb8 phy_rate_matching_to_str +EXPORT_SYMBOL_GPL vmlinux 0x59f32720 mpi_subm +EXPORT_SYMBOL_GPL vmlinux 0x59f8b7c6 ms_hyperv +EXPORT_SYMBOL_GPL vmlinux 0x5a06d381 edac_device_del_device +EXPORT_SYMBOL_GPL vmlinux 0x5a1d134a rcu_momentary_dyntick_idle +EXPORT_SYMBOL_GPL vmlinux 0x5a229368 arch_apei_enable_cmcff +EXPORT_SYMBOL_GPL vmlinux 0x5a31f944 irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x5a366ac5 platform_get_irq_byname_optional +EXPORT_SYMBOL_GPL vmlinux 0x5a371123 nvmem_device_find +EXPORT_SYMBOL_GPL vmlinux 0x5a3927f1 nvdimm_bus_register +EXPORT_SYMBOL_GPL vmlinux 0x5a4437d8 kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a49dbc9 timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x5a5885ed edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL vmlinux 0x5a62bf00 nf_ip6_check_hbh_len +EXPORT_SYMBOL_GPL vmlinux 0x5a680b1d fsl_mc_device_group +EXPORT_SYMBOL_GPL vmlinux 0x5a6a71c4 dm_internal_resume_fast +EXPORT_SYMBOL_GPL vmlinux 0x5a6cdb52 nf_ct_zone_dflt +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5aa70984 acpi_reduced_hardware +EXPORT_SYMBOL_GPL vmlinux 0x5ab02b1b trace_event_ignore_this_pid +EXPORT_SYMBOL_GPL vmlinux 0x5ab09745 edac_get_owner +EXPORT_SYMBOL_GPL vmlinux 0x5abfd901 usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x5acaa378 crypto_unregister_rngs +EXPORT_SYMBOL_GPL vmlinux 0x5acb9981 driver_find +EXPORT_SYMBOL_GPL vmlinux 0x5ad88ec9 ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0x5adf02f5 regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0x5af4f88d nf_ip_route +EXPORT_SYMBOL_GPL vmlinux 0x5af92a41 dst_blackhole_mtu +EXPORT_SYMBOL_GPL vmlinux 0x5afc722e __audit_log_nfcfg +EXPORT_SYMBOL_GPL vmlinux 0x5b071b7b hwrng_yield +EXPORT_SYMBOL_GPL vmlinux 0x5b21ceff ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0x5b275722 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x5b2d34d5 devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0x5b30e25c vhost_task_wake +EXPORT_SYMBOL_GPL vmlinux 0x5b352094 virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0x5b39a1cc inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0x5b4bf2b2 crypto_unregister_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x5b513de3 rio_unregister_mport +EXPORT_SYMBOL_GPL vmlinux 0x5b5ad854 thermal_zone_device_id +EXPORT_SYMBOL_GPL vmlinux 0x5b6be89a pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0x5b6cd3fd platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0x5b787276 devm_clk_hw_get_clk +EXPORT_SYMBOL_GPL vmlinux 0x5b7b32bd proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0x5b7b6f51 platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5b8a0658 crypto_hash_alg_has_setkey +EXPORT_SYMBOL_GPL vmlinux 0x5b8a0d89 pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0x5b9001df xen_find_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x5ba343f9 pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x5ba70f9c blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0x5ba9c87f blk_crypto_keyslot_index +EXPORT_SYMBOL_GPL vmlinux 0x5bb303ce vmf_insert_pfn_pud +EXPORT_SYMBOL_GPL vmlinux 0x5bb96a2b rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5bc950fe regulator_irq_helper_cancel +EXPORT_SYMBOL_GPL vmlinux 0x5bc9eb62 dw8250_setup_port +EXPORT_SYMBOL_GPL vmlinux 0x5bcc0df7 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x5bce9502 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0x5bd0748f crypto_del_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x5bd56e7e tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x5bdae35b usb_phy_roothub_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x5bdbac4e rcu_unexpedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x5be219de devlink_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5be67a42 pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0x5be73604 subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x5bed269e gpiod_get_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0x5c02fe14 ip_route_output_key_hash +EXPORT_SYMBOL_GPL vmlinux 0x5c070f62 cper_mem_err_status_str +EXPORT_SYMBOL_GPL vmlinux 0x5c0ab11e dax_remove_host +EXPORT_SYMBOL_GPL vmlinux 0x5c0c165e __SCT__tp_func_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x5c309e65 hibernate_quiet_exec +EXPORT_SYMBOL_GPL vmlinux 0x5c3ad009 fib_rules_dump +EXPORT_SYMBOL_GPL vmlinux 0x5c5a1b16 tick_broadcast_control +EXPORT_SYMBOL_GPL vmlinux 0x5c609f90 spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0x5c640721 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0x5c6d6713 lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0x5c73e1bc device_driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x5c74b41d public_key_signature_free +EXPORT_SYMBOL_GPL vmlinux 0x5c77bec4 fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x5c893bf6 usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0x5c91be03 blk_queue_zone_write_granularity +EXPORT_SYMBOL_GPL vmlinux 0x5c921d1e pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0x5c98d7d2 crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x5c9da6f7 nvdimm_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x5cab9945 unregister_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x5cad8fc3 power_supply_ocv2cap_simple +EXPORT_SYMBOL_GPL vmlinux 0x5cba54bf regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x5cc2e563 __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x5cc77c45 led_colors +EXPORT_SYMBOL_GPL vmlinux 0x5ce3611b sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0x5cede0a7 xdp_flush_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x5cf8efec crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0x5d0113e0 x86_pred_cmd +EXPORT_SYMBOL_GPL vmlinux 0x5d17148b apei_write +EXPORT_SYMBOL_GPL vmlinux 0x5d2aa5fb rhashtable_walk_peek +EXPORT_SYMBOL_GPL vmlinux 0x5d2bc42a reset_control_rearm +EXPORT_SYMBOL_GPL vmlinux 0x5d377b2b snp_issue_guest_request +EXPORT_SYMBOL_GPL vmlinux 0x5d3db1a4 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x5d5d535b tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x5d6435ad component_del +EXPORT_SYMBOL_GPL vmlinux 0x5d69601b class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5d8476d3 bpf_sk_storage_diag_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5d8c3e89 vcap_lookup_rule_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0x5d91920e sk_msg_free +EXPORT_SYMBOL_GPL vmlinux 0x5d9317d7 uv_teardown_irq +EXPORT_SYMBOL_GPL vmlinux 0x5da075da pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x5da67adc zs_compact +EXPORT_SYMBOL_GPL vmlinux 0x5dad9d03 usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x5db31b40 ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0x5dbcfa4f boot_cpu_physical_apicid +EXPORT_SYMBOL_GPL vmlinux 0x5dc4ec90 filemap_add_folio +EXPORT_SYMBOL_GPL vmlinux 0x5dd86fa2 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x5de297fa ndo_dflt_bridge_getlink +EXPORT_SYMBOL_GPL vmlinux 0x5dedfd8e ping_bind +EXPORT_SYMBOL_GPL vmlinux 0x5def1f40 blockdev_superblock +EXPORT_SYMBOL_GPL vmlinux 0x5df6d9c8 devfreq_get_devfreq_by_node +EXPORT_SYMBOL_GPL vmlinux 0x5dfa58e0 cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0x5e127f13 spi_mem_dirmap_write +EXPORT_SYMBOL_GPL vmlinux 0x5e173309 cpu_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x5e3917df strp_process +EXPORT_SYMBOL_GPL vmlinux 0x5e3f297e regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0x5e412681 pci_has_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x5e473600 __skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x5e515be6 ktime_get_ts64 +EXPORT_SYMBOL_GPL vmlinux 0x5e5413c3 genphy_c45_read_status +EXPORT_SYMBOL_GPL vmlinux 0x5e58cbd1 sysfs_unbreak_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x5e798ffb divider_get_val +EXPORT_SYMBOL_GPL vmlinux 0x5e7a2706 sk_free_unlock_clone +EXPORT_SYMBOL_GPL vmlinux 0x5e85415b ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x5e87548b regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x5e938f92 pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x5ea013ae transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x5ea44b76 devlink_port_type_clear +EXPORT_SYMBOL_GPL vmlinux 0x5ea835c9 nvmem_cell_read_variable_le_u32 +EXPORT_SYMBOL_GPL vmlinux 0x5eae5408 clk_is_enabled_when_prepared +EXPORT_SYMBOL_GPL vmlinux 0x5ec1fb4f dev_pm_opp_disable +EXPORT_SYMBOL_GPL vmlinux 0x5ecb13c0 phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x5ed6aee6 led_trigger_read +EXPORT_SYMBOL_GPL vmlinux 0x5ee2aa12 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0x5ee89df6 clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x5eef1272 sk_msg_free_nocharge +EXPORT_SYMBOL_GPL vmlinux 0x5eef1572 gpiochip_irq_domain_activate +EXPORT_SYMBOL_GPL vmlinux 0x5ef72d11 fs_dax_get_by_bdev +EXPORT_SYMBOL_GPL vmlinux 0x5f06b9cd device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x5f089d3b dev_pm_opp_sync_regulators +EXPORT_SYMBOL_GPL vmlinux 0x5f1a90c7 devlink_port_type_eth_set +EXPORT_SYMBOL_GPL vmlinux 0x5f23e3fa insert_resource +EXPORT_SYMBOL_GPL vmlinux 0x5f24cfd4 ehci_adjust_port_wakeup_flags +EXPORT_SYMBOL_GPL vmlinux 0x5f2da8c4 check_tsc_unstable +EXPORT_SYMBOL_GPL vmlinux 0x5f2dd91e __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0x5f2fcc83 ioremap_uc +EXPORT_SYMBOL_GPL vmlinux 0x5f384a68 x509_free_certificate +EXPORT_SYMBOL_GPL vmlinux 0x5f42aefe devlink_port_register_with_ops +EXPORT_SYMBOL_GPL vmlinux 0x5f68cd67 ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x5f6f1e9e dax_get_private +EXPORT_SYMBOL_GPL vmlinux 0x5f730fc7 firmware_request_cache +EXPORT_SYMBOL_GPL vmlinux 0x5f7ad361 fsverity_verify_blocks +EXPORT_SYMBOL_GPL vmlinux 0x5f7c964f devfreq_cooling_em_register +EXPORT_SYMBOL_GPL vmlinux 0x5f8064fb iommu_unregister_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x5f9cc1f7 mptcp_pm_get_subflows_max +EXPORT_SYMBOL_GPL vmlinux 0x5f9efca7 ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0x5fa61672 raw_v6_match +EXPORT_SYMBOL_GPL vmlinux 0x5fa625ed mpi_ec_mul_point +EXPORT_SYMBOL_GPL vmlinux 0x5fa9c663 nvdimm_delete +EXPORT_SYMBOL_GPL vmlinux 0x5fad400c decrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0x5fb82693 regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x5fc12114 pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x5fca3f0a mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x5fdf7b32 smca_get_bank_type +EXPORT_SYMBOL_GPL vmlinux 0x5fdfa2c1 amd_pmu_enable_virt +EXPORT_SYMBOL_GPL vmlinux 0x5ff33173 cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0x5ff7f38e fpu_update_guest_xfd +EXPORT_SYMBOL_GPL vmlinux 0x5ff8a3e5 nvmem_cell_read_u8 +EXPORT_SYMBOL_GPL vmlinux 0x5fff3fe5 sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0x60091316 clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x6010f60d blk_crypto_intersect_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x602c011d __tracepoint_extlog_mem_event +EXPORT_SYMBOL_GPL vmlinux 0x603b2e95 fscrypt_d_revalidate +EXPORT_SYMBOL_GPL vmlinux 0x603d0d51 acpi_os_map_iomem +EXPORT_SYMBOL_GPL vmlinux 0x6045f9f5 __traceiter_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x604722fd devices_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x604caf77 devm_i2c_add_adapter +EXPORT_SYMBOL_GPL vmlinux 0x604fcf60 fib6_new_table +EXPORT_SYMBOL_GPL vmlinux 0x605c4ab8 ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0x606b4aba devlink_linecard_provision_set +EXPORT_SYMBOL_GPL vmlinux 0x606e2570 __SCK__tp_func_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x606f2fa5 class_create +EXPORT_SYMBOL_GPL vmlinux 0x607512ea fwnode_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x60767b72 regulator_map_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x607c4683 devlink_info_version_fixed_put +EXPORT_SYMBOL_GPL vmlinux 0x607ce0cd tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x608b5ac7 __SCK__tp_func_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x608c7432 intel_cpu_collect_info +EXPORT_SYMBOL_GPL vmlinux 0x608d25d6 __xas_prev +EXPORT_SYMBOL_GPL vmlinux 0x6091797f synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x609444dc __devres_alloc_node +EXPORT_SYMBOL_GPL vmlinux 0x6095dc7c dev_pm_opp_get_power +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60ae0922 power_supply_vbat2ri +EXPORT_SYMBOL_GPL vmlinux 0x60b4cca4 ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0x60d6c50d devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x60dec2bc ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0x60ea2069 ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0x60ebc96f ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x60fa1aeb strp_done +EXPORT_SYMBOL_GPL vmlinux 0x610b837e xdp_rxq_info_unreg +EXPORT_SYMBOL_GPL vmlinux 0x61162e13 ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x6118e559 bus_register +EXPORT_SYMBOL_GPL vmlinux 0x611cfa85 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0x6121f553 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0x6122969e sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x6129fb93 sfp_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x612bfd89 errno_to_blk_status +EXPORT_SYMBOL_GPL vmlinux 0x613b9948 sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x613dcfa9 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x615232a7 __udp_gso_segment +EXPORT_SYMBOL_GPL vmlinux 0x6155957d component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0x616fda3e switchdev_bridge_port_unoffload +EXPORT_SYMBOL_GPL vmlinux 0x61730a0d amd_iommu_is_attach_deferred +EXPORT_SYMBOL_GPL vmlinux 0x61776175 rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x6181e79f timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x618bd468 security_kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0x6193c75e sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0x6198dfea __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6199ad5d crypto_has_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x619e8151 ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x61b1a696 da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x61b443f8 x86_spec_ctrl_current +EXPORT_SYMBOL_GPL vmlinux 0x61bd0bd0 get_completed_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x61c258e1 fwnode_find_reference +EXPORT_SYMBOL_GPL vmlinux 0x61c6caa4 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0x61c7fb73 extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x61d3203e iomap_fiemap +EXPORT_SYMBOL_GPL vmlinux 0x61e4c90f iomap_readahead +EXPORT_SYMBOL_GPL vmlinux 0x61f06fb1 pcie_port_find_device +EXPORT_SYMBOL_GPL vmlinux 0x61f1644b mas_find_range +EXPORT_SYMBOL_GPL vmlinux 0x61f67c92 phy_gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0x61fa410e ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x620456f8 xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0x62125e53 watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x621e3da4 xenbus_dev_error +EXPORT_SYMBOL_GPL vmlinux 0x621e7f51 phy_resolve_aneg_linkmode +EXPORT_SYMBOL_GPL vmlinux 0x6225bd5b __SCK__tp_func_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x622b32a2 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x622fa274 dma_opt_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x62347b52 power_supply_get_property_from_supplier +EXPORT_SYMBOL_GPL vmlinux 0x62377a7b blk_io_schedule +EXPORT_SYMBOL_GPL vmlinux 0x62417857 acpi_device_fix_up_power_children +EXPORT_SYMBOL_GPL vmlinux 0x6246a629 synchronize_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x62492ac1 gpiochip_irqchip_irq_valid +EXPORT_SYMBOL_GPL vmlinux 0x6257dda7 clk_rate_exclusive_get +EXPORT_SYMBOL_GPL vmlinux 0x6259d291 clk_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x625be1d1 tty_port_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x626142a9 ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x628adbf9 __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0x6298a776 vcap_rule_set_counter +EXPORT_SYMBOL_GPL vmlinux 0x629b2338 posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0x62ba0eaf devlink_alloc_ns +EXPORT_SYMBOL_GPL vmlinux 0x62bb09bf clocks_calc_mult_shift +EXPORT_SYMBOL_GPL vmlinux 0x62c28f16 nvdimm_cmd_mask +EXPORT_SYMBOL_GPL vmlinux 0x62d655eb dma_free_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x62fca34f __traceiter_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x63026490 unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x63150e06 clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x63197685 s2idle_wake +EXPORT_SYMBOL_GPL vmlinux 0x632084b9 acpi_storage_d3 +EXPORT_SYMBOL_GPL vmlinux 0x6328987c regmap_write +EXPORT_SYMBOL_GPL vmlinux 0x63342226 dev_pm_opp_find_level_ceil +EXPORT_SYMBOL_GPL vmlinux 0x6340434e x86_model +EXPORT_SYMBOL_GPL vmlinux 0x634a986b mbox_bind_client +EXPORT_SYMBOL_GPL vmlinux 0x634ea86a zone_device_page_init +EXPORT_SYMBOL_GPL vmlinux 0x636751b8 hv_set_non_nested_register +EXPORT_SYMBOL_GPL vmlinux 0x6383d0c4 irq_create_fwspec_mapping +EXPORT_SYMBOL_GPL vmlinux 0x638a9653 memory_add_physaddr_to_nid +EXPORT_SYMBOL_GPL vmlinux 0x6393d058 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0x63ae512d cgrp_dfl_root +EXPORT_SYMBOL_GPL vmlinux 0x63b022a4 debugfs_create_devm_seqfile +EXPORT_SYMBOL_GPL vmlinux 0x63b70751 dev_pm_genpd_set_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x63ba8bee platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x63bab2da eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0x63c08029 clk_bulk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x63c6b5ad bio_end_io_acct_remapped +EXPORT_SYMBOL_GPL vmlinux 0x63caffd0 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x63d10589 sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0x63e2cb2f netdev_is_rx_handler_busy +EXPORT_SYMBOL_GPL vmlinux 0x63e6aea1 dsa_stubs +EXPORT_SYMBOL_GPL vmlinux 0x63e8b58b rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0x63ea80b3 cper_mem_err_type_str +EXPORT_SYMBOL_GPL vmlinux 0x63f24651 virtqueue_get_vring +EXPORT_SYMBOL_GPL vmlinux 0x63f80cd1 regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x63fce591 blk_stat_enable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x6408dd43 fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x641b5c49 led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0x64211514 sock_diag_destroy +EXPORT_SYMBOL_GPL vmlinux 0x64383203 __fsverity_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x64501be7 pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0x645ad6c8 __hwspin_trylock +EXPORT_SYMBOL_GPL vmlinux 0x645f6347 clk_hw_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x646d3fa3 bpf_offload_dev_match +EXPORT_SYMBOL_GPL vmlinux 0x64831a17 blk_mq_free_request +EXPORT_SYMBOL_GPL vmlinux 0x648dc464 dev_pm_genpd_synced_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x648dfc82 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0x648f59a9 sfp_module_insert +EXPORT_SYMBOL_GPL vmlinux 0x64a31445 mutex_lock_io +EXPORT_SYMBOL_GPL vmlinux 0x64a62e11 acpi_processor_ffh_cstate_enter +EXPORT_SYMBOL_GPL vmlinux 0x64b00a59 dw_pcie_ep_raise_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x64c05109 devm_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x64dd5fe6 nfct_btf_struct_access +EXPORT_SYMBOL_GPL vmlinux 0x64e01560 scsi_host_unblock +EXPORT_SYMBOL_GPL vmlinux 0x64e27c4f synth_event_delete +EXPORT_SYMBOL_GPL vmlinux 0x64ed3d40 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x64eed33a anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x64f36620 dax_flush +EXPORT_SYMBOL_GPL vmlinux 0x6502d9c2 xenbus_scanf +EXPORT_SYMBOL_GPL vmlinux 0x650dabc3 access_process_vm +EXPORT_SYMBOL_GPL vmlinux 0x651d10e5 ktime_get_tai_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6527a231 dbgp_external_startup +EXPORT_SYMBOL_GPL vmlinux 0x6531a37f mpi_add +EXPORT_SYMBOL_GPL vmlinux 0x65525c38 ghes_register_report_chain +EXPORT_SYMBOL_GPL vmlinux 0x655d55b4 ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x65704d22 hv_stimer_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x65853d17 pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x6587b2de scsi_free_sgtables +EXPORT_SYMBOL_GPL vmlinux 0x65a10834 acpi_subsys_freeze +EXPORT_SYMBOL_GPL vmlinux 0x65ac870b pstore_unregister +EXPORT_SYMBOL_GPL vmlinux 0x65acf90c sbitmap_weight +EXPORT_SYMBOL_GPL vmlinux 0x65c25688 acpi_bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x65c40d09 __spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x65c89515 usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65d402d3 da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x65d4a3b1 kcpustat_field +EXPORT_SYMBOL_GPL vmlinux 0x65f0bc85 backing_file_open +EXPORT_SYMBOL_GPL vmlinux 0x65fb43c6 fscrypt_fname_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x6601a299 __xenmem_reservation_va_mapping_update +EXPORT_SYMBOL_GPL vmlinux 0x66022c3b ata_qc_get_active +EXPORT_SYMBOL_GPL vmlinux 0x6603ea80 set_selection_kernel +EXPORT_SYMBOL_GPL vmlinux 0x6607e4b7 pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x660f8b2f mf_dax_kill_procs +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x6622fd1e devm_gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x6626904d split_page +EXPORT_SYMBOL_GPL vmlinux 0x6636c3c9 irq_set_vcpu_affinity +EXPORT_SYMBOL_GPL vmlinux 0x663bb448 devlink_fmsg_obj_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x665e92a0 clk_set_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x66808624 percpu_free_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6699b534 dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0x669f4258 nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x66a0829d debugfs_create_str +EXPORT_SYMBOL_GPL vmlinux 0x66a1180a pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0x66ade50d iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0x66b718ff set_secondary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x66b97421 sfp_link_up +EXPORT_SYMBOL_GPL vmlinux 0x66ca347d debugfs_lookup +EXPORT_SYMBOL_GPL vmlinux 0x66cd83a9 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x66d2b348 intel_pinctrl_get_soc_data +EXPORT_SYMBOL_GPL vmlinux 0x66d5f294 bpf_sk_storage_diag_put +EXPORT_SYMBOL_GPL vmlinux 0x66d815c2 dev_pm_domain_attach_by_name +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66d9e4ca dm_internal_suspend_noflush +EXPORT_SYMBOL_GPL vmlinux 0x66dd30b0 irq_domain_remove_sim +EXPORT_SYMBOL_GPL vmlinux 0x66e7dc3c serdev_device_set_flow_control +EXPORT_SYMBOL_GPL vmlinux 0x670522fe class_register +EXPORT_SYMBOL_GPL vmlinux 0x6708a65d __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x670a5893 spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x670b339c ghes_get_devices +EXPORT_SYMBOL_GPL vmlinux 0x670b8b21 __traceiter_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x670c0888 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x6715db83 tracing_cond_snapshot_data +EXPORT_SYMBOL_GPL vmlinux 0x6730ad81 __SCK__tp_func_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x6739a503 balloon_set_new_target +EXPORT_SYMBOL_GPL vmlinux 0x6743af05 gpiochip_line_is_irq +EXPORT_SYMBOL_GPL vmlinux 0x674cb46c acpi_device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x6759bd00 __SCT__tp_func_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x6759ce7c devm_of_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x675f1d94 netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x676225fb ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x676241c0 devm_hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0x6763a797 mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0x676552be ata_scsi_slave_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6767b86b init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x67725efa cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0x677c69f1 make_vfsgid +EXPORT_SYMBOL_GPL vmlinux 0x677ff88c xas_store +EXPORT_SYMBOL_GPL vmlinux 0x67870453 spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x6789ad5e dev_coredumpsg +EXPORT_SYMBOL_GPL vmlinux 0x678c4646 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x678fe16f dev_attr_ncq_prio_supported +EXPORT_SYMBOL_GPL vmlinux 0x6790ebd3 mce_is_memory_error +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x67ba540d devm_acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x67c0ac9a regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0x67c3c795 get_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x67ca6304 sdio_retune_crc_enable +EXPORT_SYMBOL_GPL vmlinux 0x67ced520 iomap_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x67cf3e0b __tracepoint_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x67d2ad2e virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0x67d6c616 phy_check_downshift +EXPORT_SYMBOL_GPL vmlinux 0x67da9f7c sha512_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x67dcd76b uv_setup_irq +EXPORT_SYMBOL_GPL vmlinux 0x67e850e7 to_nd_desc +EXPORT_SYMBOL_GPL vmlinux 0x67ea3950 usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x67f34493 adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x680035e3 l3mdev_fib_table_by_index +EXPORT_SYMBOL_GPL vmlinux 0x681d1fb9 alloc_dax_region +EXPORT_SYMBOL_GPL vmlinux 0x6822de1a firmware_upload_unregister +EXPORT_SYMBOL_GPL vmlinux 0x682621db class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x682ff057 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x683d9d8d tty_kopen_shared +EXPORT_SYMBOL_GPL vmlinux 0x68460527 blkcg_set_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x6853c7f4 blkdev_report_zones +EXPORT_SYMBOL_GPL vmlinux 0x685a9dad devl_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x685f9f46 tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x687f283b tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0x68940b76 tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0x68952493 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x689acc0e rio_local_set_device_id +EXPORT_SYMBOL_GPL vmlinux 0x68bdbd9d dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0x68cf9d8b iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x68e852a4 xenbus_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x68e94183 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0x68f4f554 usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0x68f89572 ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x6900686f vcap_find_actionfield +EXPORT_SYMBOL_GPL vmlinux 0x690f585e phy_basic_ports_array +EXPORT_SYMBOL_GPL vmlinux 0x6926c3fa vcap_rule_get_counter +EXPORT_SYMBOL_GPL vmlinux 0x6932c675 iomap_swapfile_activate +EXPORT_SYMBOL_GPL vmlinux 0x69459a72 synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x69526e59 i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x695776c5 seq_buf_do_printk +EXPORT_SYMBOL_GPL vmlinux 0x696340a5 __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0x69637b2c __traceiter_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0x6966fc73 regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x696d7e0b l1tf_mitigation +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x69833b74 __regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x69878c71 set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0x698d5d33 rio_add_net +EXPORT_SYMBOL_GPL vmlinux 0x69930981 __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0x69a44f4b __SCK__tp_func_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x69a8bf97 crypto_get_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x69b12244 clk_hw_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x69bfa249 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x69cf0632 mpi_fromstr +EXPORT_SYMBOL_GPL vmlinux 0x69d5b810 pwm_lpss_bsw_info +EXPORT_SYMBOL_GPL vmlinux 0x69dc0d4e pci_generic_config_write32 +EXPORT_SYMBOL_GPL vmlinux 0x69e329f2 __virtqueue_unbreak +EXPORT_SYMBOL_GPL vmlinux 0x69e683de uuid_gen +EXPORT_SYMBOL_GPL vmlinux 0x69e83605 mc146818_get_time +EXPORT_SYMBOL_GPL vmlinux 0x69ee2220 linear_range_get_selector_high +EXPORT_SYMBOL_GPL vmlinux 0x6a05b65b fb_videomode_from_videomode +EXPORT_SYMBOL_GPL vmlinux 0x6a0ba671 cgroup_get_from_path +EXPORT_SYMBOL_GPL vmlinux 0x6a1486d7 device_phy_find_device +EXPORT_SYMBOL_GPL vmlinux 0x6a14d3af unregister_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a1fd554 mptcp_subflow_init_cookie_req +EXPORT_SYMBOL_GPL vmlinux 0x6a2335c0 rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0x6a28ec29 phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0x6a421062 memory_failure_queue +EXPORT_SYMBOL_GPL vmlinux 0x6a460dc5 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a661a79 __trace_trigger_soft_disabled +EXPORT_SYMBOL_GPL vmlinux 0x6a6be822 crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6a7bc051 ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6a9372dc usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0x6a9e90af ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x6aa2a877 xenbus_printf +EXPORT_SYMBOL_GPL vmlinux 0x6aad9152 xen_set_callback_via +EXPORT_SYMBOL_GPL vmlinux 0x6aaebfad mmu_interval_notifier_insert +EXPORT_SYMBOL_GPL vmlinux 0x6ad58290 __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0x6adfc094 genphy_c45_pma_setup_forced +EXPORT_SYMBOL_GPL vmlinux 0x6ae2e78e node_to_amd_nb +EXPORT_SYMBOL_GPL vmlinux 0x6aec654f ip6_dst_lookup_tunnel +EXPORT_SYMBOL_GPL vmlinux 0x6aed8c6d nd_cmd_out_size +EXPORT_SYMBOL_GPL vmlinux 0x6afcf6e9 vcap_addr_keysets +EXPORT_SYMBOL_GPL vmlinux 0x6b0dc565 xen_set_irq_priority +EXPORT_SYMBOL_GPL vmlinux 0x6b0eaa18 hv_ghcb_msr_read +EXPORT_SYMBOL_GPL vmlinux 0x6b191995 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0x6b27944e pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0x6b2b69f7 static_key_enable +EXPORT_SYMBOL_GPL vmlinux 0x6b35a16b intel_scu_ipc_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x6b3a43cd nvdimm_clear_poison +EXPORT_SYMBOL_GPL vmlinux 0x6b3ae022 acpi_os_unmap_iomem +EXPORT_SYMBOL_GPL vmlinux 0x6b413c9b sfp_link_down +EXPORT_SYMBOL_GPL vmlinux 0x6b423eec __traceiter_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x6b5dbe65 nvmem_add_cell_table +EXPORT_SYMBOL_GPL vmlinux 0x6b70a816 dma_request_chan_by_mask +EXPORT_SYMBOL_GPL vmlinux 0x6b7a4335 hyperv_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b8354b8 icc_get_name +EXPORT_SYMBOL_GPL vmlinux 0x6b85ab03 __clocksource_update_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0x6b883dc9 bio_iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0x6b9174af acpi_subsys_complete +EXPORT_SYMBOL_GPL vmlinux 0x6ba36c6a hwpoison_filter_flags_value +EXPORT_SYMBOL_GPL vmlinux 0x6ba60a9f tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0x6bac2a86 clk_hw_get_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x6bbd8324 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x6bbf2889 serdev_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6bcdedc0 mpi_point_init +EXPORT_SYMBOL_GPL vmlinux 0x6bd1aa56 stack_trace_save +EXPORT_SYMBOL_GPL vmlinux 0x6bda9f8b dma_get_slave_caps +EXPORT_SYMBOL_GPL vmlinux 0x6bdef35c acpi_ec_mark_gpe_for_wake +EXPORT_SYMBOL_GPL vmlinux 0x6be3a96b hv_remove_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0x6be70692 ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x6be709ba x86_vector_domain +EXPORT_SYMBOL_GPL vmlinux 0x6bf0f920 dm_audit_log_bio +EXPORT_SYMBOL_GPL vmlinux 0x6bffcd15 device_register +EXPORT_SYMBOL_GPL vmlinux 0x6c17ce71 pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x6c205008 mpi_print +EXPORT_SYMBOL_GPL vmlinux 0x6c247379 max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x6c389761 acpi_bus_get_private_data +EXPORT_SYMBOL_GPL vmlinux 0x6c3f70e0 guid_gen +EXPORT_SYMBOL_GPL vmlinux 0x6c48ecee ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c560265 ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0x6c5627c8 devm_request_pci_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x6c5ad0cd kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0x6c655913 register_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6c6642be srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x6c672c23 xdp_return_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x6c7b435f mc146818_does_rtc_work +EXPORT_SYMBOL_GPL vmlinux 0x6c89b805 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0x6c9e52e8 powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x6ca2f18a rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6ca9c1c4 fwnode_get_phy_node +EXPORT_SYMBOL_GPL vmlinux 0x6cb219d3 ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0x6cbf286c dev_pm_opp_get_supplies +EXPORT_SYMBOL_GPL vmlinux 0x6cc14a14 __SCK__tp_func_console +EXPORT_SYMBOL_GPL vmlinux 0x6cc7e4c0 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x6cd6328c tpm_chip_bootstrap +EXPORT_SYMBOL_GPL vmlinux 0x6ce9ecc1 pm_clk_remove_clk +EXPORT_SYMBOL_GPL vmlinux 0x6ceb9991 bpf_trace_run4 +EXPORT_SYMBOL_GPL vmlinux 0x6cefe0a4 skcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0x6cf4133f thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0x6d04891d inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x6d09843f copy_bpf_fprog_from_user +EXPORT_SYMBOL_GPL vmlinux 0x6d0ae550 pinctrl_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x6d211d05 pm_report_hw_sleep_time +EXPORT_SYMBOL_GPL vmlinux 0x6d2e899d mce_usable_address +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d401aa7 spi_target_abort +EXPORT_SYMBOL_GPL vmlinux 0x6d46fa53 led_init_default_state_get +EXPORT_SYMBOL_GPL vmlinux 0x6d49c8ed iommu_group_has_isolated_msi +EXPORT_SYMBOL_GPL vmlinux 0x6d4b1204 governor_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x6d6fec1f ktime_mono_to_any +EXPORT_SYMBOL_GPL vmlinux 0x6d7453ff __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0x6d7832b7 __stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x6d7e951e rcu_exp_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x6d84e119 dev_queue_xmit_nit +EXPORT_SYMBOL_GPL vmlinux 0x6d89a81f kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0x6d903af4 regulator_set_active_discharge_regmap +EXPORT_SYMBOL_GPL vmlinux 0x6d9559e0 posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0x6d9745eb __SCK__tp_func_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6da62c24 clk_register_composite +EXPORT_SYMBOL_GPL vmlinux 0x6da691b2 usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x6da6d098 tty_get_icount +EXPORT_SYMBOL_GPL vmlinux 0x6da9ca52 evtchn_make_refcounted +EXPORT_SYMBOL_GPL vmlinux 0x6dae75dd regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0x6db18696 inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0x6dbaafd3 put_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6dbc4db6 devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x6dc5c9f0 regmap_mmio_attach_clk +EXPORT_SYMBOL_GPL vmlinux 0x6dcc8fcf device_store_int +EXPORT_SYMBOL_GPL vmlinux 0x6dd5680d sprint_symbol_build_id +EXPORT_SYMBOL_GPL vmlinux 0x6de4ce1f badblocks_exit +EXPORT_SYMBOL_GPL vmlinux 0x6de6209b netdev_walk_all_lower_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x6e0f6103 edac_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0x6e147482 rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0x6e353c26 mpi_rshift +EXPORT_SYMBOL_GPL vmlinux 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x6e4190f3 percpu_up_write +EXPORT_SYMBOL_GPL vmlinux 0x6e45e260 pci_find_vsec_capability +EXPORT_SYMBOL_GPL vmlinux 0x6e49f18f akcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x6e555b27 iommu_device_sysfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x6e5bb6d5 memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0x6e5cb089 pci_p2pdma_distance_many +EXPORT_SYMBOL_GPL vmlinux 0x6e77b90e usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e7b0432 pinctrl_utils_add_map_mux +EXPORT_SYMBOL_GPL vmlinux 0x6e83bf4d phy_put +EXPORT_SYMBOL_GPL vmlinux 0x6e85b00b local_touch_nmi +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6e8c5f9d gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0x6e914514 acpi_dev_irq_flags +EXPORT_SYMBOL_GPL vmlinux 0x6e9f41f8 __devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x6ea3ffdc vcap_get_rule_count_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0x6eb04f46 register_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6ebc82e7 platform_msi_domain_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0x6ebd8a26 pci_epc_raise_irq +EXPORT_SYMBOL_GPL vmlinux 0x6ebe366f ktime_get_mono_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6ef089ab scsi_ioctl_block_when_processing_errors +EXPORT_SYMBOL_GPL vmlinux 0x6ef6b54f ktime_get_boot_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6f06cbb1 xfrm_bpf_md_dst +EXPORT_SYMBOL_GPL vmlinux 0x6f10cc87 sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0x6f12560a get_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6f13d462 wbt_enable_default +EXPORT_SYMBOL_GPL vmlinux 0x6f1c15ed pm_clk_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6f26cc78 da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6f2f5338 spi_mem_adjust_op_size +EXPORT_SYMBOL_GPL vmlinux 0x6f34bc42 x86_platform +EXPORT_SYMBOL_GPL vmlinux 0x6f55fc8b pci_epc_put +EXPORT_SYMBOL_GPL vmlinux 0x6f66e811 devl_params_register +EXPORT_SYMBOL_GPL vmlinux 0x6f671b56 gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x6f6b52e9 __ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x6f6f5ad6 rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0x6f6fc71f irq_gc_unmask_enable_reg +EXPORT_SYMBOL_GPL vmlinux 0x6f76c9b8 genphy_c45_pma_read_abilities +EXPORT_SYMBOL_GPL vmlinux 0x6f78411d blkcg_root_css +EXPORT_SYMBOL_GPL vmlinux 0x6f7e6040 irq_has_action +EXPORT_SYMBOL_GPL vmlinux 0x6f9274b7 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x6f92c015 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x6f9a15f5 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0x6f9e763b timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x6fa35d26 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0x6faeca90 tcp_done +EXPORT_SYMBOL_GPL vmlinux 0x6fcccf17 xen_remap_pfn +EXPORT_SYMBOL_GPL vmlinux 0x6fcd7518 device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x6fcef6ab ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0x6fe72b7f devm_hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0x6ff01985 vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6ff7fbc7 rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0x6ffce680 x86_cpu_has_min_microcode_rev +EXPORT_SYMBOL_GPL vmlinux 0x7001bb7b __fscrypt_prepare_rename +EXPORT_SYMBOL_GPL vmlinux 0x7006586e iommu_get_group_resv_regions +EXPORT_SYMBOL_GPL vmlinux 0x701ae4fa folio_invalidate +EXPORT_SYMBOL_GPL vmlinux 0x7022f5fc ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x70232185 xdp_rxq_info_unused +EXPORT_SYMBOL_GPL vmlinux 0x702e8a82 dax_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0x70307e14 pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x703439dc ata_sas_tport_add +EXPORT_SYMBOL_GPL vmlinux 0x703dcb80 devl_port_register_with_ops +EXPORT_SYMBOL_GPL vmlinux 0x70576fee acpi_processor_ffh_cstate_probe +EXPORT_SYMBOL_GPL vmlinux 0x70580d23 dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0x7059de78 gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x705ccc89 md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0x706f5931 clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x7073c04f phy_10_100_features_array +EXPORT_SYMBOL_GPL vmlinux 0x70985edc serdev_device_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x7099a11c pin_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x70a16f0c invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0x70c2c7ea pids_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x70c52dc5 nf_skb_duplicated +EXPORT_SYMBOL_GPL vmlinux 0x70c6d827 mc146818_set_time +EXPORT_SYMBOL_GPL vmlinux 0x70c95fec pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70d2b023 usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0x70e42936 balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x70f265fc crypto_alloc_sig +EXPORT_SYMBOL_GPL vmlinux 0x70fbae4d cppc_allow_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x710dddc2 vp_legacy_set_queue_address +EXPORT_SYMBOL_GPL vmlinux 0x71133ed1 gpiochip_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x71164d5e blk_mq_unfreeze_queue +EXPORT_SYMBOL_GPL vmlinux 0x71207451 acpi_dev_resource_io +EXPORT_SYMBOL_GPL vmlinux 0x712567bc device_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x71271ff9 usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x7129a6f4 osc_sb_native_usb4_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x71327385 devlink_port_type_ib_set +EXPORT_SYMBOL_GPL vmlinux 0x7138371f __pci_hp_initialize +EXPORT_SYMBOL_GPL vmlinux 0x713a3ad3 usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0x714db851 i2c_match_id +EXPORT_SYMBOL_GPL vmlinux 0x715207b0 bpf_event_output +EXPORT_SYMBOL_GPL vmlinux 0x715959fb acpi_subsys_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x71724493 mctrl_gpio_enable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x7181db30 atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7195940a mctrl_gpio_disable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x719d4c6c mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x719e17ff clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x71a99ce5 unregister_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0x71b33287 hid_bpf_connect_device +EXPORT_SYMBOL_GPL vmlinux 0x71b6cf94 dst_cache_reset_now +EXPORT_SYMBOL_GPL vmlinux 0x71c059d8 __traceiter_map +EXPORT_SYMBOL_GPL vmlinux 0x71c81cf1 usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x71c91b2c perf_event_period +EXPORT_SYMBOL_GPL vmlinux 0x71d64e12 acpi_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0x71fa7737 pci_host_probe +EXPORT_SYMBOL_GPL vmlinux 0x7204761e find_mci_by_dev +EXPORT_SYMBOL_GPL vmlinux 0x720a2320 ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x72193ce4 perf_aux_output_skip +EXPORT_SYMBOL_GPL vmlinux 0x721d3d17 mctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x723734ca receive_fd +EXPORT_SYMBOL_GPL vmlinux 0x723842f7 ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0x7239c98e pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7243ee9d pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0x724efdb4 watchdog_notify_pretimeout +EXPORT_SYMBOL_GPL vmlinux 0x7251ab5d ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0x7252bd75 device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0x72592664 __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0x725ca904 pci_epc_write_header +EXPORT_SYMBOL_GPL vmlinux 0x7265f2b0 pci_vpd_check_csum +EXPORT_SYMBOL_GPL vmlinux 0x7266555c addrconf_add_linklocal +EXPORT_SYMBOL_GPL vmlinux 0x72673613 md_find_rdev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x72738910 vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x727c1380 pci_ioremap_wc_bar +EXPORT_SYMBOL_GPL vmlinux 0x727df444 efivars_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7282ecb6 rcu_async_hurry +EXPORT_SYMBOL_GPL vmlinux 0x7283161b percpu_ref_switch_to_percpu +EXPORT_SYMBOL_GPL vmlinux 0x729761c9 inet_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0x72ae1839 base64_decode +EXPORT_SYMBOL_GPL vmlinux 0x72b3b130 __tracepoint_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x72b441c5 bpf_trace_run12 +EXPORT_SYMBOL_GPL vmlinux 0x72bba94b __devm_reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x72bded99 inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x72c1137d fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0x72c68333 devl_unlock +EXPORT_SYMBOL_GPL vmlinux 0x72cc75fd net_failover_create +EXPORT_SYMBOL_GPL vmlinux 0x72d267dc nvmem_del_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0x730a37ff pci_doe +EXPORT_SYMBOL_GPL vmlinux 0x731798c0 sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x731dba7a xen_domain_type +EXPORT_SYMBOL_GPL vmlinux 0x732852fe xenbus_transaction_end +EXPORT_SYMBOL_GPL vmlinux 0x733ac870 yield_to +EXPORT_SYMBOL_GPL vmlinux 0x733d14da cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x733eba37 pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x733ec33e __SCT__tp_func_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x733ef827 uprobe_register_refctr +EXPORT_SYMBOL_GPL vmlinux 0x7341bdb5 cpufreq_table_index_unsorted +EXPORT_SYMBOL_GPL vmlinux 0x7341ee00 bpf_prog_put +EXPORT_SYMBOL_GPL vmlinux 0x7374a5f3 __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x7381287f trace_handle_return +EXPORT_SYMBOL_GPL vmlinux 0x738fe32b amd_get_nodes_per_socket +EXPORT_SYMBOL_GPL vmlinux 0x7396322e skcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73b5026c __SCK__tp_func_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0x73c163cd devm_thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x73cb1ca1 netif_carrier_event +EXPORT_SYMBOL_GPL vmlinux 0x73cc8631 oiap +EXPORT_SYMBOL_GPL vmlinux 0x73d9f31d fpu_alloc_guest_fpstate +EXPORT_SYMBOL_GPL vmlinux 0x73e2061f genphy_c45_plca_set_cfg +EXPORT_SYMBOL_GPL vmlinux 0x73e7b7bf rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0x73e81a7c pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x73f53ca6 serdev_device_set_baudrate +EXPORT_SYMBOL_GPL vmlinux 0x740838a5 devm_reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x740d8a8a __SCK__tp_func_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x74117638 bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0x7421d622 led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x7429297b interval_tree_span_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x7444e1a3 gnttab_batch_copy +EXPORT_SYMBOL_GPL vmlinux 0x74457e56 apei_resources_fini +EXPORT_SYMBOL_GPL vmlinux 0x7452adff user_return_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x74537063 led_get_default_pattern +EXPORT_SYMBOL_GPL vmlinux 0x7469efa7 task_cputime_adjusted +EXPORT_SYMBOL_GPL vmlinux 0x747a2611 xenbus_map_ring_valloc +EXPORT_SYMBOL_GPL vmlinux 0x74a0e41b acpi_subsys_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x74a23c79 dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0x74a48aa3 irq_chip_mask_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0x74a6cb04 rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x74a80885 vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL vmlinux 0x74b5ea68 lcm_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74bb6107 hid_bpf_disconnect_device +EXPORT_SYMBOL_GPL vmlinux 0x74bddb69 tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0x74bf2e01 scsi_pr_type_to_block +EXPORT_SYMBOL_GPL vmlinux 0x74c21bfa is_dock_device +EXPORT_SYMBOL_GPL vmlinux 0x74c7bffa stack_trace_snprint +EXPORT_SYMBOL_GPL vmlinux 0x74d42632 mas_empty_area +EXPORT_SYMBOL_GPL vmlinux 0x74de4e71 spi_mem_driver_register_with_owner +EXPORT_SYMBOL_GPL vmlinux 0x74e73871 housekeeping_overridden +EXPORT_SYMBOL_GPL vmlinux 0x75051d42 regmap_noinc_read +EXPORT_SYMBOL_GPL vmlinux 0x750c8f70 balloon_page_alloc +EXPORT_SYMBOL_GPL vmlinux 0x75133f6e visitor128 +EXPORT_SYMBOL_GPL vmlinux 0x751c57ae ima_inode_hash +EXPORT_SYMBOL_GPL vmlinux 0x751d2e97 bpf_log +EXPORT_SYMBOL_GPL vmlinux 0x7520aa2c clk_hw_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0x7521afb6 leave_mm +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x75352c26 xhci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x75406a3e crypto_akcipher_sync_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x757c1bbb housekeeping_any_cpu +EXPORT_SYMBOL_GPL vmlinux 0x759bfe36 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0x75a6073c regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0x75a750e4 vcap_rule_rem_key +EXPORT_SYMBOL_GPL vmlinux 0x75b0a356 inet6_sock_destruct +EXPORT_SYMBOL_GPL vmlinux 0x75b79b6e devm_gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0x75b88259 pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0x75d244ef acpi_dev_get_next_consumer_dev +EXPORT_SYMBOL_GPL vmlinux 0x75e243e4 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0x75e9c735 pci_ats_disabled +EXPORT_SYMBOL_GPL vmlinux 0x75f9c508 iomap_ioend_try_merge +EXPORT_SYMBOL_GPL vmlinux 0x75fadcef acpi_get_psd_map +EXPORT_SYMBOL_GPL vmlinux 0x76040ac3 __bio_add_page +EXPORT_SYMBOL_GPL vmlinux 0x760892a7 spi_slave_abort +EXPORT_SYMBOL_GPL vmlinux 0x7624a7ad sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0x762640ab __SCT__tp_func_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x7626d5f5 sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0x764dd769 dm_bio_get_target_bio_nr +EXPORT_SYMBOL_GPL vmlinux 0x76517f03 interval_tree_span_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0x76531cef wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x7656410c mpi_sub +EXPORT_SYMBOL_GPL vmlinux 0x765f8830 __SCT__tp_func_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x7665a95b idr_remove +EXPORT_SYMBOL_GPL vmlinux 0x76673003 rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x7668e6ed component_master_del +EXPORT_SYMBOL_GPL vmlinux 0x766afd00 free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x76719663 clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0x767340d7 __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x768f6e5a md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0x769cefb5 percpu_ref_switch_to_atomic +EXPORT_SYMBOL_GPL vmlinux 0x76a13f09 i2c_new_smbus_alert_device +EXPORT_SYMBOL_GPL vmlinux 0x76b1cba3 io_uring_cmd_sock +EXPORT_SYMBOL_GPL vmlinux 0x76c1cf7a perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x76d9b876 clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x76da13ee crypto_clone_tfm +EXPORT_SYMBOL_GPL vmlinux 0x76dc9a54 tty_port_register_device_serdev +EXPORT_SYMBOL_GPL vmlinux 0x76e37f78 elv_rqhash_add +EXPORT_SYMBOL_GPL vmlinux 0x76e85b92 gnttab_request_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x76eeeb0f sha384_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x7709030f regulator_get_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x770a5ae9 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x770e9e39 mbox_send_message +EXPORT_SYMBOL_GPL vmlinux 0x7712771a unbind_from_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x771325db vp_modern_get_num_queues +EXPORT_SYMBOL_GPL vmlinux 0x771fc164 mbox_client_txdone +EXPORT_SYMBOL_GPL vmlinux 0x77222306 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x77272e4c to_nvdimm_bus +EXPORT_SYMBOL_GPL vmlinux 0x772b0f64 __wake_up_pollfree +EXPORT_SYMBOL_GPL vmlinux 0x774b8dab ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x77522cf6 sbitmap_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0x7757b51a clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x775d9341 __netif_set_xps_queue +EXPORT_SYMBOL_GPL vmlinux 0x775ee596 pinconf_generic_dump_config +EXPORT_SYMBOL_GPL vmlinux 0x776aa7dd of_hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0x776ebf39 gpiochip_irq_domain_deactivate +EXPORT_SYMBOL_GPL vmlinux 0x77813a58 fwnode_usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0x7787161c blk_clear_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x778ef71a crypto_register_templates +EXPORT_SYMBOL_GPL vmlinux 0x7791e066 dw_pcie_read +EXPORT_SYMBOL_GPL vmlinux 0x77a3accf ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0x77ad8391 edac_mc_add_mc_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x77adf272 __SCK__tp_func_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0x77ae495d usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0x77bddbe3 pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x77c3562f gpiod_toggle_active_low +EXPORT_SYMBOL_GPL vmlinux 0x77c901ab __percpu_down_read +EXPORT_SYMBOL_GPL vmlinux 0x77cadb05 ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x77dadfa4 pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x77e75be3 sfp_bus_put +EXPORT_SYMBOL_GPL vmlinux 0x77ecf23b class_destroy +EXPORT_SYMBOL_GPL vmlinux 0x77ecf68d memalloc_socks_key +EXPORT_SYMBOL_GPL vmlinux 0x77f2085a fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0x77f24400 perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x78041b8f byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x78083131 xhci_run +EXPORT_SYMBOL_GPL vmlinux 0x781b8dc8 gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0x782adb74 hpet_rtc_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x7847c621 sfp_parse_support +EXPORT_SYMBOL_GPL vmlinux 0x784ad94b metadata_dst_free +EXPORT_SYMBOL_GPL vmlinux 0x785a93b4 si_mem_available +EXPORT_SYMBOL_GPL vmlinux 0x78626306 virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0x7863290b __tracepoint_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x786392d7 bpf_prog_alloc +EXPORT_SYMBOL_GPL vmlinux 0x786e2669 skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x788bfbad ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0x789c73d9 rcu_cpu_stall_suppress_at_boot +EXPORT_SYMBOL_GPL vmlinux 0x789ddc4a __get_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x78bab66b irq_force_affinity +EXPORT_SYMBOL_GPL vmlinux 0x78c40ee2 unregister_fprobe +EXPORT_SYMBOL_GPL vmlinux 0x78c762b7 serial8250_rx_dma_flush +EXPORT_SYMBOL_GPL vmlinux 0x78ddb76b dmi_match +EXPORT_SYMBOL_GPL vmlinux 0x78dfa6fb __traceiter_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0x78ebccb0 sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0x78f8deca __SCK__tp_func_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x78fdc7a1 screen_pos +EXPORT_SYMBOL_GPL vmlinux 0x790be0b9 usb_bus_idr +EXPORT_SYMBOL_GPL vmlinux 0x790bf1ca serial8250_do_set_divisor +EXPORT_SYMBOL_GPL vmlinux 0x7911c594 virtqueue_get_desc_addr +EXPORT_SYMBOL_GPL vmlinux 0x7915cee5 do_machine_check +EXPORT_SYMBOL_GPL vmlinux 0x7916343c __SCT__tp_func_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0x791748c8 adxl_decode +EXPORT_SYMBOL_GPL vmlinux 0x7918d817 memory_failure +EXPORT_SYMBOL_GPL vmlinux 0x79314533 devm_platform_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0x793ac193 __SCT__tp_func_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0x793dc1e0 rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x7944e31d regmap_get_device +EXPORT_SYMBOL_GPL vmlinux 0x79470a2c TSS_authhmac +EXPORT_SYMBOL_GPL vmlinux 0x794b7271 orderly_reboot +EXPORT_SYMBOL_GPL vmlinux 0x7956c7c9 clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x795be241 xenbus_switch_state +EXPORT_SYMBOL_GPL vmlinux 0x79637c0d __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0x796aa232 irq_domain_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x796b3da1 nvdimm_volatile_region_create +EXPORT_SYMBOL_GPL vmlinux 0x7973b01f power_supply_get_property +EXPORT_SYMBOL_GPL vmlinux 0x798b7682 klist_prev +EXPORT_SYMBOL_GPL vmlinux 0x7991fd8d crash_vmclear_loaded_vmcss +EXPORT_SYMBOL_GPL vmlinux 0x7993249a __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x79ab50c6 crypto_unregister_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x79bc842c usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x79c6460e blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x79d46a5b sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0x79d481b9 pci_device_group +EXPORT_SYMBOL_GPL vmlinux 0x79daf4de __SCT__tp_func_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x79defbe1 kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x79e37ef9 virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x79f1aa44 find_iova +EXPORT_SYMBOL_GPL vmlinux 0x79f2c4fd vcap_tc_flower_handler_portnum_usage +EXPORT_SYMBOL_GPL vmlinux 0x79f697e4 lzorle1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x79fa3ae3 acpi_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7a03b7fe vcap_is_next_lookup +EXPORT_SYMBOL_GPL vmlinux 0x7a0c10ed dev_pm_opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x7a20cdc2 devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x7a3f16a2 devl_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7a53dc2f cookie_tcp_reqsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7a55f0cc event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0x7a61b577 thermal_zone_device_enable +EXPORT_SYMBOL_GPL vmlinux 0x7a62f684 perf_trace_run_bpf_submit +EXPORT_SYMBOL_GPL vmlinux 0x7a655f68 acpi_processor_claim_cst_control +EXPORT_SYMBOL_GPL vmlinux 0x7a73e605 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7a81541b async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x7a98f4b4 copy_from_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0x7a9e4c23 software_node_register_node_group +EXPORT_SYMBOL_GPL vmlinux 0x7ab9d824 __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x7ac1254b local_clock +EXPORT_SYMBOL_GPL vmlinux 0x7ac722bd phy_all_ports_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7ad02a41 asn1_encode_tag +EXPORT_SYMBOL_GPL vmlinux 0x7ad0aeb6 of_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x7ad1ded1 pinctrl_register_mappings +EXPORT_SYMBOL_GPL vmlinux 0x7ad8045e trace_output_call +EXPORT_SYMBOL_GPL vmlinux 0x7afcb7db __kprobe_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x7b01a76a isa_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x7b0a3d1a vp_modern_set_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0x7b251cff proc_create_net_data_write +EXPORT_SYMBOL_GPL vmlinux 0x7b32d0f9 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0x7b332834 devfreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7b36d3dd __tracepoint_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x7b4a6b8c dma_need_sync +EXPORT_SYMBOL_GPL vmlinux 0x7b5452b8 acpi_unregister_gsi +EXPORT_SYMBOL_GPL vmlinux 0x7b5a4926 sha1_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x7b5a9158 ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0x7b5df60d dev_xdp_prog_count +EXPORT_SYMBOL_GPL vmlinux 0x7b6f9536 acpi_register_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x7b7870a5 gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x7b7b4ce0 __xenbus_register_frontend +EXPORT_SYMBOL_GPL vmlinux 0x7b7d4637 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x7b7fe060 filemap_read +EXPORT_SYMBOL_GPL vmlinux 0x7b8910f4 kfence_sample_interval +EXPORT_SYMBOL_GPL vmlinux 0x7b908bb1 ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0x7b90d1a9 bind_virq_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7b9793a2 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x7b9f7e77 iomap_seek_data +EXPORT_SYMBOL_GPL vmlinux 0x7ba098dd relay_open +EXPORT_SYMBOL_GPL vmlinux 0x7ba4ac0f xenbus_dev_fatal +EXPORT_SYMBOL_GPL vmlinux 0x7ba83123 tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x7bb045a7 __request_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x7bb250f6 acct_bioset_exit +EXPORT_SYMBOL_GPL vmlinux 0x7bb3fa18 vcap_rule_add_action_bit +EXPORT_SYMBOL_GPL vmlinux 0x7bb6ac05 unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x7bc06b73 alloc_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0x7bc0cbb6 devm_regulator_get_enable_optional +EXPORT_SYMBOL_GPL vmlinux 0x7bc1ae55 rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x7bc23f27 icc_enable +EXPORT_SYMBOL_GPL vmlinux 0x7bdb651f devm_mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x7be1af32 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0x7be3643f sk_psock_drop +EXPORT_SYMBOL_GPL vmlinux 0x7be5be1e memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x7be8048e xfrm_dev_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x7bf0b7b7 klp_get_state +EXPORT_SYMBOL_GPL vmlinux 0x7bf2ea88 dmi_kobj +EXPORT_SYMBOL_GPL vmlinux 0x7c064bad perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0x7c20b6a0 load_direct_gdt +EXPORT_SYMBOL_GPL vmlinux 0x7c243af9 regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0x7c291e86 show_rcu_tasks_trace_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0x7c3d8a4b icc_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x7c3e736a rcu_nocb_cpu_offload +EXPORT_SYMBOL_GPL vmlinux 0x7c4814c0 led_classdev_notify_brightness_hw_changed +EXPORT_SYMBOL_GPL vmlinux 0x7c670790 dev_pm_qos_update_user_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x7c70529f vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x7c7862da __phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0x7c79b7ef sk_psock_tls_strp_read +EXPORT_SYMBOL_GPL vmlinux 0x7c7ef6b6 rdev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x7c87f8eb create_signature +EXPORT_SYMBOL_GPL vmlinux 0x7c983a5d dmi_walk +EXPORT_SYMBOL_GPL vmlinux 0x7c9a7371 clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0x7c9abe8c dev_pm_set_dedicated_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x7c9eb230 usb_asmedia_modifyflowcontrol +EXPORT_SYMBOL_GPL vmlinux 0x7ca43ff9 regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7ca64a0b __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x7cae6afd regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0x7cb1aea1 devlink_dpipe_header_ethernet +EXPORT_SYMBOL_GPL vmlinux 0x7cb496af devm_devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0x7cb5539d mmc_send_tuning +EXPORT_SYMBOL_GPL vmlinux 0x7cb7664b ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0x7cb803de btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0x7cb8b1af pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x7cbff89e pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7cc84d98 from_vfsgid +EXPORT_SYMBOL_GPL vmlinux 0x7cceaf92 zs_pool_stats +EXPORT_SYMBOL_GPL vmlinux 0x7cd3a494 thermal_zone_get_offset +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7cd7ba1d kernel_read_file_from_fd +EXPORT_SYMBOL_GPL vmlinux 0x7ce21315 gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x7ce83abb md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0x7cea3e52 tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cf4d05f perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x7cf6ed74 device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x7cfa09a9 pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0x7d00c65b nd_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x7d02806a ksm_madvise +EXPORT_SYMBOL_GPL vmlinux 0x7d0b47c1 __devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x7d0e1d95 hv_setup_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0x7d1b85e5 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0x7d1bb1d4 tnum_strn +EXPORT_SYMBOL_GPL vmlinux 0x7d20597c extcon_unregister_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0x7d24d3c0 of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0x7d4697db ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d5cfb13 bpf_prog_free +EXPORT_SYMBOL_GPL vmlinux 0x7d85a478 gnttab_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x7d8bed72 ncsi_vlan_rx_kill_vid +EXPORT_SYMBOL_GPL vmlinux 0x7d8ef562 msi_domain_first_desc +EXPORT_SYMBOL_GPL vmlinux 0x7d914faa ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0x7d9967f3 ethtool_dev_mm_supported +EXPORT_SYMBOL_GPL vmlinux 0x7da7ca8b irq_domain_free_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x7dafafc5 ethnl_cable_test_free +EXPORT_SYMBOL_GPL vmlinux 0x7db42fa3 __reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x7dd9792f bd_prepare_to_claim +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7ddbcdb7 fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0x7de39e07 phy_basic_t1_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7de65a03 acpi_lpat_free_conversion_table +EXPORT_SYMBOL_GPL vmlinux 0x7de6cc23 io_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x7defc870 gnttab_end_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0x7df59362 dm_submit_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x7df85c3e serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x7dfecd84 dev_pm_opp_config_clks_simple +EXPORT_SYMBOL_GPL vmlinux 0x7e0158bc pcc_mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x7e0217c0 wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0x7e06a1de rio_mport_initialize +EXPORT_SYMBOL_GPL vmlinux 0x7e1a275b irq_chip_set_type_parent +EXPORT_SYMBOL_GPL vmlinux 0x7e1e51c1 md_start +EXPORT_SYMBOL_GPL vmlinux 0x7e3916b0 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x7e3bdecd __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0x7e413596 regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0x7e4d5080 fwnode_handle_put +EXPORT_SYMBOL_GPL vmlinux 0x7e553eab dev_pm_opp_find_level_exact +EXPORT_SYMBOL_GPL vmlinux 0x7e597d4c shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x7e5db80b pstore_name_to_type +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e64bae1 io_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0x7e6ac601 spi_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0x7e6aff36 __SCK__tp_func_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7e6f7152 pm_clk_init +EXPORT_SYMBOL_GPL vmlinux 0x7e79700e bsg_remove_queue +EXPORT_SYMBOL_GPL vmlinux 0x7e7a47c9 pci_acpi_clear_companion_lookup_hook +EXPORT_SYMBOL_GPL vmlinux 0x7e7e3f58 ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7e84ee2d iommu_device_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x7e84f4a6 platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0x7e86836a acpi_bus_trim +EXPORT_SYMBOL_GPL vmlinux 0x7e8d8619 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0x7e9816e4 serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x7ea75c24 __wake_up_locked_key_bookmark +EXPORT_SYMBOL_GPL vmlinux 0x7eb11b8b rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x7eb4b511 crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0x7eb808d0 add_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7ebe463a devm_mipi_dsi_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x7ed543ae ioc_find_get_icq +EXPORT_SYMBOL_GPL vmlinux 0x7eddcc46 tcpv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x7eea6b8b pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0x7f03c25f serdev_device_set_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x7f189576 cgroup_get_from_fd +EXPORT_SYMBOL_GPL vmlinux 0x7f1b7ce0 of_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x7f2263e4 skb_splice_bits +EXPORT_SYMBOL_GPL vmlinux 0x7f6cee89 rhashtable_free_and_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7f708256 uart_try_toggle_sysrq +EXPORT_SYMBOL_GPL vmlinux 0x7f746df9 dw_pcie_write_dbi +EXPORT_SYMBOL_GPL vmlinux 0x7f7cbc64 ip_tunnel_need_metadata +EXPORT_SYMBOL_GPL vmlinux 0x7f84f35d rcu_gp_slow_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7f8839d6 i2c_acpi_get_i2c_resource +EXPORT_SYMBOL_GPL vmlinux 0x7f89cf45 crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x7f93211e power_supply_put +EXPORT_SYMBOL_GPL vmlinux 0x7f9b1879 osc_cpc_flexible_adr_space_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x7f9ece5d debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0x7fa96509 erst_get_record_id_next +EXPORT_SYMBOL_GPL vmlinux 0x7fc6c901 tpm2_flush_context +EXPORT_SYMBOL_GPL vmlinux 0x7fcc2fac spi_async +EXPORT_SYMBOL_GPL vmlinux 0x7fd36f83 get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x7fd77aa3 phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0x7fdf3fd1 mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0x7fec5b29 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0x7feee570 pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x7ff67813 pci_ims_alloc_irq +EXPORT_SYMBOL_GPL vmlinux 0x7ff6c83e __traceiter_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8012a78c pci_epf_add_vepf +EXPORT_SYMBOL_GPL vmlinux 0x80178a4a rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x8026c16a ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0x803e9e39 ata_scsi_dma_need_drain +EXPORT_SYMBOL_GPL vmlinux 0x8046712e divider_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0x80518102 blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x805aba85 tps65912_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x80651b79 usb_role_switch_find_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x806be6b4 crypto_aead_setkey +EXPORT_SYMBOL_GPL vmlinux 0x8070ba48 rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0x807766ea usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x807fdcc4 call_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x8086fd18 dev_pm_clear_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x80885b78 irq_domain_alloc_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x808a8088 handle_guest_split_lock +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x809145c3 irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x8095b6db kthread_cancel_delayed_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x80a095d8 scatterwalk_ffwd +EXPORT_SYMBOL_GPL vmlinux 0x80ad6794 __dev_fwnode_const +EXPORT_SYMBOL_GPL vmlinux 0x80b2aa1c irq_chip_set_vcpu_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0x80c68137 nf_log_buf_close +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80ef751a crypto_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x80f4c632 irq_domain_reset_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x80f6c135 ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x80f99840 __clk_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x8110a73a cond_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x8118caef regulator_find_closest_bigger +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x811ff324 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0x81221cad amd_nb_num +EXPORT_SYMBOL_GPL vmlinux 0x81236c9c get_device_system_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0x81388b93 tcp_is_ulp_esp +EXPORT_SYMBOL_GPL vmlinux 0x813e415d sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0x814a0455 thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x8153be2d virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0x815588a6 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x815aa292 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0x815fda83 sed_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x8168d406 vp_legacy_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x816a41ca cpufreq_update_limits +EXPORT_SYMBOL_GPL vmlinux 0x8174ee8c sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0x81765d03 crypto_register_aead +EXPORT_SYMBOL_GPL vmlinux 0x8180cede asn1_encode_sequence +EXPORT_SYMBOL_GPL vmlinux 0x81827120 sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x8193d2ed dev_pm_opp_get_level +EXPORT_SYMBOL_GPL vmlinux 0x819d72cb klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x81a7f541 percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x81c81134 css_next_descendant_pre +EXPORT_SYMBOL_GPL vmlinux 0x81e2bdf4 generic_handle_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x81e742e6 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x81f372a2 unregister_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x82092899 badrange_forget +EXPORT_SYMBOL_GPL vmlinux 0x8214a69e vp_modern_remove +EXPORT_SYMBOL_GPL vmlinux 0x82226c53 pinctrl_unregister_mappings +EXPORT_SYMBOL_GPL vmlinux 0x8223839d __tracepoint_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x8225733f __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x8239a31b cpufreq_dbs_governor_exit +EXPORT_SYMBOL_GPL vmlinux 0x823e3ab2 __SCK__tp_func_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x823eae06 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x824fbef7 ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0x8253252b rio_del_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0x8254558e scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x8254717d mptcp_pm_get_add_addr_signal_max +EXPORT_SYMBOL_GPL vmlinux 0x8263c345 virtio_require_restricted_mem_acc +EXPORT_SYMBOL_GPL vmlinux 0x8266c440 blk_mq_freeze_queue +EXPORT_SYMBOL_GPL vmlinux 0x826f72aa mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0x827e61f8 acpi_has_watchdog +EXPORT_SYMBOL_GPL vmlinux 0x828264ef seg6_do_srh_inline +EXPORT_SYMBOL_GPL vmlinux 0x8282e1a9 iommu_alloc_resv_region +EXPORT_SYMBOL_GPL vmlinux 0x828e1757 regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0x828e22f4 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0x829f9253 spi_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0x82a51f25 vp_modern_set_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x82b0533b irq_domain_set_hwirq_and_chip +EXPORT_SYMBOL_GPL vmlinux 0x82b49ae7 bpf_offload_dev_create +EXPORT_SYMBOL_GPL vmlinux 0x82b4a5d2 ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82e6af0d skcipher_walk_async +EXPORT_SYMBOL_GPL vmlinux 0x82e6c01f usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x8317baa5 devm_spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x831af73c regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x8328673f uv_bios_get_master_nasid +EXPORT_SYMBOL_GPL vmlinux 0x83291f4d gpiochip_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x832ecb07 device_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x832ffd62 __devm_clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0x8335ca43 __SCT__tp_func_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x8339df73 klist_add_behind +EXPORT_SYMBOL_GPL vmlinux 0x8349a895 nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x8349c4ed pci_remove_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x8353dfff acpi_os_get_iomem +EXPORT_SYMBOL_GPL vmlinux 0x836d652f poll_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x83705eb4 usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x83966936 skb_append_pagefrags +EXPORT_SYMBOL_GPL vmlinux 0x83b92e00 regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0x83cc49eb devm_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x83d18381 fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0x84106f36 devlink_trap_ctx_priv +EXPORT_SYMBOL_GPL vmlinux 0x841c9f9b dst_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x841d3597 devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x8425b9c3 xas_split_alloc +EXPORT_SYMBOL_GPL vmlinux 0x84264ced fs_umode_to_ftype +EXPORT_SYMBOL_GPL vmlinux 0x84298b79 buffer_migrate_folio_norefs +EXPORT_SYMBOL_GPL vmlinux 0x842f046d usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x8433afb7 nfs_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0x843d70ef acpi_is_root_bridge +EXPORT_SYMBOL_GPL vmlinux 0x844dd6b7 __SCK__tp_func_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x844e49da cpufreq_cpu_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x84502a47 blk_status_to_errno +EXPORT_SYMBOL_GPL vmlinux 0x8453e0bc crypto_shash_tfm_digest +EXPORT_SYMBOL_GPL vmlinux 0x8462cb62 atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0x847359f9 sis_info133_for_sata +EXPORT_SYMBOL_GPL vmlinux 0x847a865e device_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x847af373 serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0x848a852c __traceiter_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x84aa0f14 phy_reset +EXPORT_SYMBOL_GPL vmlinux 0x84aee8e1 vtime_guest_enter +EXPORT_SYMBOL_GPL vmlinux 0x84b268cf sn_coherency_id +EXPORT_SYMBOL_GPL vmlinux 0x84cf09a1 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0x84d02745 ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x84d09c67 device_property_present +EXPORT_SYMBOL_GPL vmlinux 0x84d436b9 devm_regulator_bulk_get_const +EXPORT_SYMBOL_GPL vmlinux 0x84d5d41d inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x84e336b4 cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0x84e4ed04 usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x84e8ddef usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0x84ef124c wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x84ef27f5 synth_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x84f76cd0 nf_queue +EXPORT_SYMBOL_GPL vmlinux 0x84f98b55 destroy_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x85035f40 gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0x85036287 genphy_c45_aneg_done +EXPORT_SYMBOL_GPL vmlinux 0x8506baa8 clk_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x8508a86f cpufreq_dbs_governor_init +EXPORT_SYMBOL_GPL vmlinux 0x850bb6db devlink_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8513d21b pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x85142df4 sbitmap_queue_init_node +EXPORT_SYMBOL_GPL vmlinux 0x851e6003 usb_phy_roothub_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x8521ea3e sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x8522d5cd __nvdimm_create +EXPORT_SYMBOL_GPL vmlinux 0x852d3108 dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0x852fee85 gpiochip_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x85329672 fpu_swap_kvm_fpstate +EXPORT_SYMBOL_GPL vmlinux 0x8533bb5a firmware_request_nowarn +EXPORT_SYMBOL_GPL vmlinux 0x8538e4c3 md_bitmap_copy_from_slot +EXPORT_SYMBOL_GPL vmlinux 0x854367f7 __SCK__tp_func_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x854d4ec0 disk_set_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0x85540ebc nvmem_cell_put +EXPORT_SYMBOL_GPL vmlinux 0x8554ce5a acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x855ab6ad rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x85655a87 platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0x85789000 gpiochip_relres_irq +EXPORT_SYMBOL_GPL vmlinux 0x857faf5d vp_legacy_config_vector +EXPORT_SYMBOL_GPL vmlinux 0x85899f9f cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x858e2628 dax_holder +EXPORT_SYMBOL_GPL vmlinux 0x85906e07 dma_pci_p2pdma_supported +EXPORT_SYMBOL_GPL vmlinux 0x859708b2 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0x8599e615 acpi_pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x859c7802 irq_domain_push_irq +EXPORT_SYMBOL_GPL vmlinux 0x85b15444 arch_set_max_freq_ratio +EXPORT_SYMBOL_GPL vmlinux 0x85b803b4 intel_pinctrl_probe_by_uid +EXPORT_SYMBOL_GPL vmlinux 0x85b9a7a5 genphy_c45_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x85bb11eb __tracepoint_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x85bfc5f9 __SCT__tp_func_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x85c91a66 __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x85cb2c45 xen_has_pv_devices +EXPORT_SYMBOL_GPL vmlinux 0x85d7edfd hpet_set_periodic_freq +EXPORT_SYMBOL_GPL vmlinux 0x85dd1499 folio_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x85dd7157 __traceiter_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x85eed1be iopf_queue_discard_partial +EXPORT_SYMBOL_GPL vmlinux 0x85f00d56 iommu_get_domain_for_dev_pasid +EXPORT_SYMBOL_GPL vmlinux 0x85f04c6f sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0x85f40ef2 pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0x85fc86ad devl_linecard_create +EXPORT_SYMBOL_GPL vmlinux 0x860a7419 get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0x86169f3e amd_smn_write +EXPORT_SYMBOL_GPL vmlinux 0x861a7a70 fscrypt_dummy_policies_equal +EXPORT_SYMBOL_GPL vmlinux 0x861f4360 pcc_mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0x862258db timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x862bb17b linear_range_values_in_range_array +EXPORT_SYMBOL_GPL vmlinux 0x86585a33 devlink_fmsg_obj_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x86623fd7 notify_remote_via_irq +EXPORT_SYMBOL_GPL vmlinux 0x86700220 acpi_get_cpuid +EXPORT_SYMBOL_GPL vmlinux 0x8677245d unregister_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8677f369 pvclock_get_pvti_cpu0_va +EXPORT_SYMBOL_GPL vmlinux 0x8685a9aa crypto_alloc_acomp_node +EXPORT_SYMBOL_GPL vmlinux 0x86871b40 devlink_info_version_stored_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x868dd915 __fscrypt_inode_uses_inline_crypto +EXPORT_SYMBOL_GPL vmlinux 0x8696808c phy_gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x86b13d2a usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x86c43a8c cper_estatus_check +EXPORT_SYMBOL_GPL vmlinux 0x86e2fc1a __traceiter_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x86e4acf4 dma_vmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x86ea814d bpf_prog_create_from_user +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f85114 net_dec_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x870cfa42 rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0x870e16b7 xen_test_irq_shared +EXPORT_SYMBOL_GPL vmlinux 0x871bce93 nvmem_device_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x87258a37 mas_store +EXPORT_SYMBOL_GPL vmlinux 0x872b4bb2 nexthop_for_each_fib6_nh +EXPORT_SYMBOL_GPL vmlinux 0x872d4f7c __SCT__tp_func_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x87330f59 init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0x8735ed3d irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x87544138 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x87550546 dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x878f3d99 regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0x87908767 xas_clear_mark +EXPORT_SYMBOL_GPL vmlinux 0x8792e5a4 driver_set_override +EXPORT_SYMBOL_GPL vmlinux 0x8798bba6 ata_eh_read_sense_success_ncq_log +EXPORT_SYMBOL_GPL vmlinux 0x87a914bc device_match_of_node +EXPORT_SYMBOL_GPL vmlinux 0x87aa10e8 rt_mutex_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0x87b210d0 clkdev_create +EXPORT_SYMBOL_GPL vmlinux 0x87b961f1 devlink_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x87e0c016 netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0x87e64181 amd_nb_has_feature +EXPORT_SYMBOL_GPL vmlinux 0x87f34e99 disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x87fa5514 usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0x87ff237f bpf_trace_run10 +EXPORT_SYMBOL_GPL vmlinux 0x882d833b ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0x882f48c6 rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0x8834a819 sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0x883819ae pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0x88493305 fib_info_nh_uses_dev +EXPORT_SYMBOL_GPL vmlinux 0x885528a6 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x886dd299 dw_pcie_ep_init +EXPORT_SYMBOL_GPL vmlinux 0x88703c6b regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0x887d67f7 locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0x88806f42 spi_split_transfers_maxwords +EXPORT_SYMBOL_GPL vmlinux 0x88939f39 rcu_read_unlock_trace_special +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88b285d5 register_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x88b4ae92 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x88b5862d unregister_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0x88b5e4bf ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0x88b91f73 regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x88c132fb __dax_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x88cce6a0 xas_find_marked +EXPORT_SYMBOL_GPL vmlinux 0x88d1d050 regulator_is_equal +EXPORT_SYMBOL_GPL vmlinux 0x88d3be57 devm_gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0x88d7a032 regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x88db2c68 ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x88dc24b1 regmap_get_val_endian +EXPORT_SYMBOL_GPL vmlinux 0x88ef0ff8 ethtool_params_from_link_mode +EXPORT_SYMBOL_GPL vmlinux 0x88fac4e8 xhci_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x8904d637 shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x890f4f97 __kprobe_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x890fa0fa btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0x890fbe0e tpm_transmit_cmd +EXPORT_SYMBOL_GPL vmlinux 0x891a5a7f gnttab_max_grant_frames +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x892f9f04 __SCT__tp_func_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x893abbdd devlink_fmsg_u32_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x893c5ddb unlock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x89496e92 devl_resource_size_get +EXPORT_SYMBOL_GPL vmlinux 0x897d9422 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x898fe5a2 acpi_subsys_prepare +EXPORT_SYMBOL_GPL vmlinux 0x899aaa7c ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x89a37585 fscrypt_fname_encrypted_size +EXPORT_SYMBOL_GPL vmlinux 0x89a3af32 regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x89a7907a devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x89ae7aa0 rsa_parse_pub_key +EXPORT_SYMBOL_GPL vmlinux 0x89b347d3 devm_led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0x89b838c3 devm_hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x89b9110c dev_pm_opp_put_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89d11c02 trace_array_destroy +EXPORT_SYMBOL_GPL vmlinux 0x89d995aa ata_pci_shutdown_one +EXPORT_SYMBOL_GPL vmlinux 0x89dbcebf modify_ftrace_direct_nolock +EXPORT_SYMBOL_GPL vmlinux 0x89dd3ff4 phy_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x89e1ec9d acpi_get_subsystem_id +EXPORT_SYMBOL_GPL vmlinux 0x89e340cf acpi_bus_get_ejd +EXPORT_SYMBOL_GPL vmlinux 0x89edd4ef ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x8a12bdca bpf_prog_add +EXPORT_SYMBOL_GPL vmlinux 0x8a16e735 pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x8a18c7df bpf_trace_run3 +EXPORT_SYMBOL_GPL vmlinux 0x8a3115cf __SCK__tp_func_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x8a3d9497 pci_ignore_hotplug +EXPORT_SYMBOL_GPL vmlinux 0x8a3f84ba linear_range_get_selector_low +EXPORT_SYMBOL_GPL vmlinux 0x8a45a555 acpi_unregister_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x8a46cb6c mc146818_avoid_UIP +EXPORT_SYMBOL_GPL vmlinux 0x8a5c1029 __SCT__tp_func_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0x8a5dd325 sock_map_unhash +EXPORT_SYMBOL_GPL vmlinux 0x8a62b726 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x8a62b81b sfp_upstream_stop +EXPORT_SYMBOL_GPL vmlinux 0x8a665bfa numa_nearest_node +EXPORT_SYMBOL_GPL vmlinux 0x8a6eb141 irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x8a7cb9c4 platform_thermal_package_rate_control +EXPORT_SYMBOL_GPL vmlinux 0x8a838ef6 intel_scu_ipc_dev_put +EXPORT_SYMBOL_GPL vmlinux 0x8a83fb45 mpi_point_free_parts +EXPORT_SYMBOL_GPL vmlinux 0x8a87fd50 devm_release_action +EXPORT_SYMBOL_GPL vmlinux 0x8a907ad4 hsu_dma_do_irq +EXPORT_SYMBOL_GPL vmlinux 0x8aa47f6e debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0x8aa64fe0 software_node_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8abad406 trace_remove_event_call +EXPORT_SYMBOL_GPL vmlinux 0x8abe56e3 usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x8ac1407b sfp_get_module_eeprom +EXPORT_SYMBOL_GPL vmlinux 0x8ac21d6b adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x8ac63f1d devm_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x8ad5ceb1 __uv_hub_info_list +EXPORT_SYMBOL_GPL vmlinux 0x8ae49454 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0x8aef5228 bpf_map_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x8af0adb3 fsnotify_put_mark +EXPORT_SYMBOL_GPL vmlinux 0x8b083d58 device_match_name +EXPORT_SYMBOL_GPL vmlinux 0x8b0e3250 uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0x8b10b9d1 bpf_trace_run1 +EXPORT_SYMBOL_GPL vmlinux 0x8b149c36 clk_is_match +EXPORT_SYMBOL_GPL vmlinux 0x8b27694a pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0x8b2b2030 mmput +EXPORT_SYMBOL_GPL vmlinux 0x8b2c2206 gnttab_page_cache_shrink +EXPORT_SYMBOL_GPL vmlinux 0x8b3306a5 sk_msg_memcopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x8b3e0774 ptp_parse_header +EXPORT_SYMBOL_GPL vmlinux 0x8b4149e4 cppc_perf_ctrs_in_pcc +EXPORT_SYMBOL_GPL vmlinux 0x8b47ea1d __SCT__tp_func_extlog_mem_event +EXPORT_SYMBOL_GPL vmlinux 0x8b553385 intel_pinctrl_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x8b580329 pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x8b645e4a vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0x8b839b2b usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x8b89f01c hv_ghcb_hypercall +EXPORT_SYMBOL_GPL vmlinux 0x8b8cc689 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x8b9200fd lookup_address +EXPORT_SYMBOL_GPL vmlinux 0x8b940f9c iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x8b95e6a2 __SCT__tp_func_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x8bd2232b blk_queue_required_elevator_features +EXPORT_SYMBOL_GPL vmlinux 0x8bd87139 nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0x8c0215f2 pm_system_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c09cb50 vcap_rule_add_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x8c0cd10f of_devfreq_cooling_register_power +EXPORT_SYMBOL_GPL vmlinux 0x8c0ed103 rcu_check_boost_fail +EXPORT_SYMBOL_GPL vmlinux 0x8c0ed640 component_compare_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x8c114b3f gov_update_cpu_data +EXPORT_SYMBOL_GPL vmlinux 0x8c12b3b7 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x8c142ba5 dev_pm_opp_xlate_required_opp +EXPORT_SYMBOL_GPL vmlinux 0x8c1ed622 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0x8c31f0c6 dm_report_zones +EXPORT_SYMBOL_GPL vmlinux 0x8c341c48 current_save_fsgs +EXPORT_SYMBOL_GPL vmlinux 0x8c3d2cf6 virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0x8c467c9e tcp_rate_check_app_limited +EXPORT_SYMBOL_GPL vmlinux 0x8c484409 gnttab_release_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x8c4d2428 mt_prev +EXPORT_SYMBOL_GPL vmlinux 0x8c4fded2 sgx_virt_einit +EXPORT_SYMBOL_GPL vmlinux 0x8c65331a wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x8c743fb6 reset_control_status +EXPORT_SYMBOL_GPL vmlinux 0x8c7cc543 kthread_unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0x8c89e3b8 usb_phy_roothub_power_off +EXPORT_SYMBOL_GPL vmlinux 0x8c8d2374 dma_fence_unwrap_first +EXPORT_SYMBOL_GPL vmlinux 0x8c98d248 unregister_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x8c9e54d3 devlink_info_version_running_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x8ca47712 device_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x8cbc208b vfs_splice_read +EXPORT_SYMBOL_GPL vmlinux 0x8cbdc470 pci_epc_start +EXPORT_SYMBOL_GPL vmlinux 0x8cdc5a85 hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8cedb883 regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0x8cf7a437 __platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0x8cfe8760 nf_queue_nf_hook_drop +EXPORT_SYMBOL_GPL vmlinux 0x8d0e8c88 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d27f160 kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x8d3330b6 cpuacct_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x8d37bd1b genphy_c45_read_lpa +EXPORT_SYMBOL_GPL vmlinux 0x8d522714 __rcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x8d5c5c47 fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0x8d7e3373 hwpoison_filter_dev_major +EXPORT_SYMBOL_GPL vmlinux 0x8d860887 __SCK__tp_func_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x8d908ebf power_supply_get_maintenance_charging_setting +EXPORT_SYMBOL_GPL vmlinux 0x8d9ed480 kstrdup_quotable_file +EXPORT_SYMBOL_GPL vmlinux 0x8d9f0ac2 pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x8da782aa con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0x8dbe28c6 __devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x8dbf1028 dw_pcie_ep_linkup +EXPORT_SYMBOL_GPL vmlinux 0x8dc0cf41 __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x8dc2a44a rcu_tasks_trace_qs_blkd +EXPORT_SYMBOL_GPL vmlinux 0x8dc89dc3 acpi_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x8dcd124f dax_finish_sync_fault +EXPORT_SYMBOL_GPL vmlinux 0x8dd218b0 icc_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x8dd66d21 devm_gpiod_unhinge +EXPORT_SYMBOL_GPL vmlinux 0x8ddbc2f0 led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0x8de4bb8c virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0x8de7619f fwnode_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x8deb7249 __clk_mux_determine_rate_closest +EXPORT_SYMBOL_GPL vmlinux 0x8df9bc61 register_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0x8dfb63d5 dm_copy_name_and_uuid +EXPORT_SYMBOL_GPL vmlinux 0x8e00a161 vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0x8e322c6b fib_nexthop_info +EXPORT_SYMBOL_GPL vmlinux 0x8e3d911b arch_phys_wc_index +EXPORT_SYMBOL_GPL vmlinux 0x8e463eef class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x8e4eb451 bpf_sk_storage_diag_free +EXPORT_SYMBOL_GPL vmlinux 0x8e6033bf __SCK__tp_func_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x8e6516c5 ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x8e684110 key_type_user +EXPORT_SYMBOL_GPL vmlinux 0x8e6b1a9e net_selftest_get_count +EXPORT_SYMBOL_GPL vmlinux 0x8e6fa8b5 apei_exec_pre_map_gars +EXPORT_SYMBOL_GPL vmlinux 0x8e7ded41 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0x8e86d749 extcon_get_state +EXPORT_SYMBOL_GPL vmlinux 0x8e9bd4a3 hv_alloc_hyperv_page +EXPORT_SYMBOL_GPL vmlinux 0x8ea19e61 fixed_phy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8ead800c user_free_preparse +EXPORT_SYMBOL_GPL vmlinux 0x8eb9c615 __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x8ebb0c60 ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0x8ec1ad3e ip_route_output_tunnel +EXPORT_SYMBOL_GPL vmlinux 0x8eca6675 cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x8ecc2c6d sysfs_break_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x8eee3399 dax_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x8ef63b97 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0x8ef78a3c devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x8f007bff devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x8f00f6d1 vhost_task_start +EXPORT_SYMBOL_GPL vmlinux 0x8f0340f7 wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x8f063557 extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x8f0748af rcu_expedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x8f0b781d iova_domain_init_rcaches +EXPORT_SYMBOL_GPL vmlinux 0x8f0f4d93 fwnode_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x8f2eb429 kvm_arch_para_hints +EXPORT_SYMBOL_GPL vmlinux 0x8f34dcc8 rtnl_get_net_ns_capable +EXPORT_SYMBOL_GPL vmlinux 0x8f4e7d9e phy_package_leave +EXPORT_SYMBOL_GPL vmlinux 0x8f5dad38 wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x8f603067 ghes_estatus_pool_region_free +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f6d5a60 __tracepoint_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0x8f786bee fs_umode_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0x8f7b8ffb simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x8f7bd0a6 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0x8f94d224 ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x8f958ba7 gpiochip_populate_parent_fwspec_twocell +EXPORT_SYMBOL_GPL vmlinux 0x8fa5a6ee dev_fetch_sw_netstats +EXPORT_SYMBOL_GPL vmlinux 0x8fa5e8f8 debugfs_lookup_and_remove +EXPORT_SYMBOL_GPL vmlinux 0x8fa707c0 pci_pri_supported +EXPORT_SYMBOL_GPL vmlinux 0x8fa91378 vfs_remove_acl +EXPORT_SYMBOL_GPL vmlinux 0x8fa9d9e8 __SCT__tp_func_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x8faa800d acpi_cpc_valid +EXPORT_SYMBOL_GPL vmlinux 0x8fc12788 software_node_unregister_node_group +EXPORT_SYMBOL_GPL vmlinux 0x8fc8fc78 acct_bioset_init +EXPORT_SYMBOL_GPL vmlinux 0x8fe47c2c device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x8ff60436 mpi_ec_add_points +EXPORT_SYMBOL_GPL vmlinux 0x8ffb80af sysfs_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x900ce7b6 clk_hw_is_prepared +EXPORT_SYMBOL_GPL vmlinux 0x90207bbc __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x9024f443 mds_user_clear +EXPORT_SYMBOL_GPL vmlinux 0x902e1873 debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0x903b627c list_lru_isolate_move +EXPORT_SYMBOL_GPL vmlinux 0x903e4e23 acomp_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x905994d5 __nf_ip6_route +EXPORT_SYMBOL_GPL vmlinux 0x905dc866 __tracepoint_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x907f28fa usb_acpi_port_lpm_incapable +EXPORT_SYMBOL_GPL vmlinux 0x9084b044 clear_page_erms +EXPORT_SYMBOL_GPL vmlinux 0x908af3c2 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x90996c0f fuse_dev_fiq_ops +EXPORT_SYMBOL_GPL vmlinux 0x90a39833 sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0x90a9d8cc hv_is_hyperv_initialized +EXPORT_SYMBOL_GPL vmlinux 0x90ad2c17 usb_acpi_power_manageable +EXPORT_SYMBOL_GPL vmlinux 0x90b022da inet_pernet_hashinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0x90b89c52 l3mdev_update_flow +EXPORT_SYMBOL_GPL vmlinux 0x90c464b2 __SCK__tp_func_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x90c8498c apei_exec_write_register +EXPORT_SYMBOL_GPL vmlinux 0x90de0452 platform_thermal_package_notify +EXPORT_SYMBOL_GPL vmlinux 0x90e0a3a0 phy_driver_is_genphy_10g +EXPORT_SYMBOL_GPL vmlinux 0x90ea0fcf ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x90eb3547 nf_checksum +EXPORT_SYMBOL_GPL vmlinux 0x90f978fc ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0x90fa4dea bpf_trace_run5 +EXPORT_SYMBOL_GPL vmlinux 0x90fd0988 serdev_device_write +EXPORT_SYMBOL_GPL vmlinux 0x9107d224 __SCT__tp_func_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x910bdf6b trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x910e2c5c xhci_find_slot_id_by_port +EXPORT_SYMBOL_GPL vmlinux 0x911873b7 device_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x91213907 debugfs_read_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x9125fe0d xfrm_state_afinfo_get_rcu +EXPORT_SYMBOL_GPL vmlinux 0x913ebd32 stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x914a2856 acpi_gpiochip_request_interrupts +EXPORT_SYMBOL_GPL vmlinux 0x914b64e7 uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0x91573e43 spi_mem_default_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x915e2d6e sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x91675cf3 __mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0x917d953b __SCT__tp_func_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x917e46cf sdio_retune_release +EXPORT_SYMBOL_GPL vmlinux 0x9194a372 irq_chip_unmask_parent +EXPORT_SYMBOL_GPL vmlinux 0x9194e18f xenbus_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x91955a9f start_poll_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x91a424a7 irq_chip_set_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0x91b2b03f irq_domain_free_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x91b774a1 mpi_scanval +EXPORT_SYMBOL_GPL vmlinux 0x91b9a4ba e820__mapped_any +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91cb8cc4 __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0x91d01618 clk_hw_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0x91d9f7da pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0x91dedeea vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0x91e4e17f devm_namespace_disable +EXPORT_SYMBOL_GPL vmlinux 0x91e9c186 dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x91ea8726 asn1_encode_boolean +EXPORT_SYMBOL_GPL vmlinux 0x91f4fcbe clk_hw_forward_rate_request +EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x920d809b __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x9213b08c devl_dpipe_table_resource_set +EXPORT_SYMBOL_GPL vmlinux 0x92141343 kvm_async_pf_task_wake +EXPORT_SYMBOL_GPL vmlinux 0x9218561b dev_coredumpm +EXPORT_SYMBOL_GPL vmlinux 0x921d4aa6 pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0x9223fbd9 simple_rename_exchange +EXPORT_SYMBOL_GPL vmlinux 0x923e42aa sysfb_disable +EXPORT_SYMBOL_GPL vmlinux 0x92412fce sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0x9241ada0 __hwspin_lock_timeout +EXPORT_SYMBOL_GPL vmlinux 0x9241b358 __static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x924defeb devm_regulator_bulk_get_enable +EXPORT_SYMBOL_GPL vmlinux 0x92543f3e wait_on_page_writeback +EXPORT_SYMBOL_GPL vmlinux 0x9258f34c __SCK__tp_func_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x926d4376 disk_update_readahead +EXPORT_SYMBOL_GPL vmlinux 0x926fc4f6 shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0x9278f2ef raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x929e95cf psi_memstall_enter +EXPORT_SYMBOL_GPL vmlinux 0x92a159c6 ip6_route_output_flags +EXPORT_SYMBOL_GPL vmlinux 0x92a20d8c pci_generic_config_read32 +EXPORT_SYMBOL_GPL vmlinux 0x92a76f31 vp_modern_get_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0x92b8c78b hyperv_pcpu_output_arg +EXPORT_SYMBOL_GPL vmlinux 0x92bbdaf3 usb_role_switch_register +EXPORT_SYMBOL_GPL vmlinux 0x92c67ee1 da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0x92c6a839 __blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x92c9ede6 __synth_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x92cf74aa vcap_admin_rule_count +EXPORT_SYMBOL_GPL vmlinux 0x92d308d1 __ct_user_enter +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92e16e8b trace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0x92e8e9ab fsverity_enqueue_verify_work +EXPORT_SYMBOL_GPL vmlinux 0x930dc36f dmaengine_desc_get_metadata_ptr +EXPORT_SYMBOL_GPL vmlinux 0x9311b585 thermal_acpi_critical_trip_temp +EXPORT_SYMBOL_GPL vmlinux 0x9322072f phy_resolve_aneg_pause +EXPORT_SYMBOL_GPL vmlinux 0x93255b2b ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x93265221 iommu_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x93275efd pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0x932b4d53 mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0x932c8d7a linear_range_get_value_array +EXPORT_SYMBOL_GPL vmlinux 0x93335116 led_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0x93356a43 __mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0x93375259 badblocks_store +EXPORT_SYMBOL_GPL vmlinux 0x933f75e0 usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x935346fe __sbitmap_queue_get +EXPORT_SYMBOL_GPL vmlinux 0x93605e9a vfsgid_in_group_p +EXPORT_SYMBOL_GPL vmlinux 0x93678edd folio_wait_writeback +EXPORT_SYMBOL_GPL vmlinux 0x9371a801 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x937cb2ac __virtio_unbreak_device +EXPORT_SYMBOL_GPL vmlinux 0x9394aec8 fwnode_graph_get_endpoint_by_id +EXPORT_SYMBOL_GPL vmlinux 0x93984891 iov_iter_extract_pages +EXPORT_SYMBOL_GPL vmlinux 0x93c5369d perf_aux_output_flag +EXPORT_SYMBOL_GPL vmlinux 0x93c7b2e0 fwnode_graph_get_remote_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x93c7edeb usb_find_common_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x93d1d424 gnttab_free_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x93dc2586 pgprot_writethrough +EXPORT_SYMBOL_GPL vmlinux 0x93eae099 edac_device_add_device +EXPORT_SYMBOL_GPL vmlinux 0x93ebdf96 mt_next +EXPORT_SYMBOL_GPL vmlinux 0x93edef07 devlink_health_report +EXPORT_SYMBOL_GPL vmlinux 0x93f2d49f __devm_intel_scu_ipc_register +EXPORT_SYMBOL_GPL vmlinux 0x93f380ce dax_layout_busy_page +EXPORT_SYMBOL_GPL vmlinux 0x93f4c6d7 ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0x941254b3 regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x94160518 __put_task_struct_rcu_cb +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x9424058f arch_haltpoll_disable +EXPORT_SYMBOL_GPL vmlinux 0x9425bb34 nvmem_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x9430b198 trace_dump_stack +EXPORT_SYMBOL_GPL vmlinux 0x9436e405 memory_group_register_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x943d3b77 spi_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x943fc708 xen_setup_shutdown_event +EXPORT_SYMBOL_GPL vmlinux 0x94432a43 devl_param_driverinit_value_set +EXPORT_SYMBOL_GPL vmlinux 0x945d8608 rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0x9468ea70 schedule_hrtimeout_range_clock +EXPORT_SYMBOL_GPL vmlinux 0x9469f274 inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x946dd559 sha224_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x947b40c6 cpu_smt_possible +EXPORT_SYMBOL_GPL vmlinux 0x949b5176 devlink_region_snapshot_create +EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x94b0f5ea iopf_queue_add_device +EXPORT_SYMBOL_GPL vmlinux 0x94be0b9c pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x94cf8ae6 fwnode_property_get_reference_args +EXPORT_SYMBOL_GPL vmlinux 0x94d8e1b8 fat_truncate_time +EXPORT_SYMBOL_GPL vmlinux 0x94e5930a regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x94e922db acpi_gpiochip_free_interrupts +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x94ff1a1a sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x9505ccbc rtnl_register_module +EXPORT_SYMBOL_GPL vmlinux 0x9507a3e3 vring_create_virtqueue_dma +EXPORT_SYMBOL_GPL vmlinux 0x950964ab list_lru_count_one +EXPORT_SYMBOL_GPL vmlinux 0x9511d308 dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0x951672d8 input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0x9516cc83 md_find_rdev_nr_rcu +EXPORT_SYMBOL_GPL vmlinux 0x951a2773 crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x952c3c17 irq_chip_set_wake_parent +EXPORT_SYMBOL_GPL vmlinux 0x953426a0 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0x953a95c7 fwnode_connection_find_match +EXPORT_SYMBOL_GPL vmlinux 0x953d6eba kthread_data +EXPORT_SYMBOL_GPL vmlinux 0x953e1b9e ktime_get_real_seconds +EXPORT_SYMBOL_GPL vmlinux 0x9540c5f2 ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0x9553fdfc __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x95609b26 context_tracking_key +EXPORT_SYMBOL_GPL vmlinux 0x956302a3 __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0x9564496c xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0x956ac400 ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x957166d8 regmap_irq_set_type_config_simple +EXPORT_SYMBOL_GPL vmlinux 0x95843030 mpi_ec_init +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x9593ef31 register_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x959ec5f5 call_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x95af0634 devfreq_event_get_event +EXPORT_SYMBOL_GPL vmlinux 0x95b4c1fb devl_rate_leaf_create +EXPORT_SYMBOL_GPL vmlinux 0x95b950f4 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95c91144 dma_mmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x95eae99d devm_gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x95ed499c fscrypt_prepare_lookup_partial +EXPORT_SYMBOL_GPL vmlinux 0x95ef1ccc dmi_memdev_size +EXPORT_SYMBOL_GPL vmlinux 0x96021094 irq_chip_request_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0x9608a1d0 crypto_comp_compress +EXPORT_SYMBOL_GPL vmlinux 0x960e6b10 blk_set_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x961286e0 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x9612f3d4 blk_req_needs_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0x9615b005 hv_map_ioapic_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x9618d098 crypto_register_acomp +EXPORT_SYMBOL_GPL vmlinux 0x961dcde5 spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x9621d738 alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0x96270a5d device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x96280837 vcap_set_tc_exterr +EXPORT_SYMBOL_GPL vmlinux 0x962c8ae1 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x9631ed21 sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x9635f501 udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x963f2bde dma_async_device_channel_register +EXPORT_SYMBOL_GPL vmlinux 0x96465349 pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0x96476849 gnttab_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x96531b83 sdio_retune_hold_now +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x965a995e scsi_dh_set_params +EXPORT_SYMBOL_GPL vmlinux 0x9664839c led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x966d777f is_swiotlb_active +EXPORT_SYMBOL_GPL vmlinux 0x9698f5ae blk_mq_wait_quiesce_done +EXPORT_SYMBOL_GPL vmlinux 0x96a55fda list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0x96b0039e __devm_irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x96b72914 devm_hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x96c4258f vchan_tx_desc_free +EXPORT_SYMBOL_GPL vmlinux 0x96d5d9d8 wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x96dea801 ip_fib_metrics_init +EXPORT_SYMBOL_GPL vmlinux 0x96e1b64e sbitmap_bitmap_show +EXPORT_SYMBOL_GPL vmlinux 0x96ebf580 bpf_prog_create +EXPORT_SYMBOL_GPL vmlinux 0x96f9d184 hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0x9714e0bb ktime_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x9726d5dc crypto_skcipher_setkey +EXPORT_SYMBOL_GPL vmlinux 0x972dd23e serdev_device_break_ctl +EXPORT_SYMBOL_GPL vmlinux 0x9734c8d1 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x973fbee4 led_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x975519c1 asymmetric_key_id_same +EXPORT_SYMBOL_GPL vmlinux 0x976c3f15 relay_flush +EXPORT_SYMBOL_GPL vmlinux 0x97730733 tcp_sendmsg_locked +EXPORT_SYMBOL_GPL vmlinux 0x977be5c7 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0x97824705 switchdev_handle_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0x978b36ed is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0x978cf615 regulator_list_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x979304b4 inet_bhash2_reset_saddr +EXPORT_SYMBOL_GPL vmlinux 0x97956fd9 ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0x97969489 shake_page +EXPORT_SYMBOL_GPL vmlinux 0x97ab4c4a iommu_attach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0x97bba473 fwnode_graph_get_next_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x97cc88d6 fuse_simple_background +EXPORT_SYMBOL_GPL vmlinux 0x97d0a3e3 rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97e19906 ZSTD_getErrorCode +EXPORT_SYMBOL_GPL vmlinux 0x97f76130 dw_pcie_wait_for_link +EXPORT_SYMBOL_GPL vmlinux 0x97fe56a9 fwnode_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x9801a6c1 transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x980ccfd3 usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x980eb46c uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0x981ddec8 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x98278fb4 genphy_c45_pma_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x98378a1d cc_mkdec +EXPORT_SYMBOL_GPL vmlinux 0x983faee9 ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0x983fc720 wbt_disable_default +EXPORT_SYMBOL_GPL vmlinux 0x9843f501 __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0x984682b3 blk_crypto_profile_destroy +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9852825f relay_close +EXPORT_SYMBOL_GPL vmlinux 0x985453e1 lease_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x985841a9 vcap_tc_flower_handler_ipv4_usage +EXPORT_SYMBOL_GPL vmlinux 0x985ddc30 sysfs_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x985ffb5f clk_mux_val_to_index +EXPORT_SYMBOL_GPL vmlinux 0x98606a4a balloon_mops +EXPORT_SYMBOL_GPL vmlinux 0x9861676a led_blink_set +EXPORT_SYMBOL_GPL vmlinux 0x98626780 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0x986b13dd fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0x9877bc03 pse_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x987f4cd2 __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x98801c22 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x988a1a00 sn_region_size +EXPORT_SYMBOL_GPL vmlinux 0x989074ff kmsg_dump_reason_str +EXPORT_SYMBOL_GPL vmlinux 0x98924321 watchdog_set_restart_priority +EXPORT_SYMBOL_GPL vmlinux 0x98a03768 serial8250_init_port +EXPORT_SYMBOL_GPL vmlinux 0x98bb570e trace_add_event_call +EXPORT_SYMBOL_GPL vmlinux 0x98c0b8ac acpi_cppc_processor_exit +EXPORT_SYMBOL_GPL vmlinux 0x98c113f2 devm_acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x98ca71e1 sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0x98d0876a strp_stop +EXPORT_SYMBOL_GPL vmlinux 0x98db7804 __tracepoint_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x98ee62b2 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x98f085eb ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0x98f4d306 hyperv_flush_guest_mapping +EXPORT_SYMBOL_GPL vmlinux 0x990bc6f1 switchdev_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x9912c998 pci_find_doe_mailbox +EXPORT_SYMBOL_GPL vmlinux 0x991a4288 vring_notification_data +EXPORT_SYMBOL_GPL vmlinux 0x991a69d0 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x991fde30 usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x992095bb crypto_sig_verify +EXPORT_SYMBOL_GPL vmlinux 0x9930f8a3 uv_bios_change_memprotect +EXPORT_SYMBOL_GPL vmlinux 0x9935948c add_swap_extent +EXPORT_SYMBOL_GPL vmlinux 0x993664db xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0x99430ba2 acpi_get_phys_id +EXPORT_SYMBOL_GPL vmlinux 0x994683a9 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0x9953acdb pkcs7_verify +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x996779c2 of_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x996d3e11 __traceiter_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x997a8dde tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x997c550a preempt_model_none +EXPORT_SYMBOL_GPL vmlinux 0x998a43e6 virtio_check_mem_acc_cb +EXPORT_SYMBOL_GPL vmlinux 0x998d79d6 x509_decode_time +EXPORT_SYMBOL_GPL vmlinux 0x99a03078 dax_holder_notify_failure +EXPORT_SYMBOL_GPL vmlinux 0x99b740a6 gov_attr_set_init +EXPORT_SYMBOL_GPL vmlinux 0x99b94f0e devm_gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x99c68998 __SCK__tp_func_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x99cc15cd dma_resv_get_fences +EXPORT_SYMBOL_GPL vmlinux 0x99cfd804 tpmm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x99ea903f backing_file_real_path +EXPORT_SYMBOL_GPL vmlinux 0x99ebf42e pci_epc_map_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x99f018c4 nvmem_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x99f2d00a sysfs_emit_at +EXPORT_SYMBOL_GPL vmlinux 0x99f62a45 tty_kopen_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x99fd8e64 intel_pmic_install_opregion_handler +EXPORT_SYMBOL_GPL vmlinux 0x9a015dbd __regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a185ace tick_nohz_full_running +EXPORT_SYMBOL_GPL vmlinux 0x9a1ca11a nvmem_del_cell_table +EXPORT_SYMBOL_GPL vmlinux 0x9a1f6317 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x9a23ea6b alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0x9a262e0e rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0x9a2851ef __SCT__tp_func_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x9a349e8d register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x9a4b6683 xen_remap_vma_range +EXPORT_SYMBOL_GPL vmlinux 0x9a58dd2d trace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x9a5dce5c rhashtable_walk_start_check +EXPORT_SYMBOL_GPL vmlinux 0x9a76a9ce pci_epc_mem_free_addr +EXPORT_SYMBOL_GPL vmlinux 0x9a78fd37 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9a980b3d gnttab_unmap_refs_sync +EXPORT_SYMBOL_GPL vmlinux 0x9aa71c2a efi_query_variable_store +EXPORT_SYMBOL_GPL vmlinux 0x9aaac699 dev_pm_opp_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x9abdaf30 __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9ac58815 bdev_alignment_offset +EXPORT_SYMBOL_GPL vmlinux 0x9acf31c6 mas_find +EXPORT_SYMBOL_GPL vmlinux 0x9ad55b99 clk_hw_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x9ae38187 net_ns_get_ownership +EXPORT_SYMBOL_GPL vmlinux 0x9ae8e123 sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9af49514 icc_bulk_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x9affa08b component_compare_of +EXPORT_SYMBOL_GPL vmlinux 0x9b16e4ee phy_gbit_fibre_features +EXPORT_SYMBOL_GPL vmlinux 0x9b2077fb sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0x9b2c722b blk_mq_quiesce_queue_nowait +EXPORT_SYMBOL_GPL vmlinux 0x9b314a35 skcipher_walk_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x9b3f1948 nop_posix_acl_access +EXPORT_SYMBOL_GPL vmlinux 0x9b4dc8eb crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x9b50201f pci_intx +EXPORT_SYMBOL_GPL vmlinux 0x9b504861 nfnl_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x9b540a9f genphy_c45_plca_get_cfg +EXPORT_SYMBOL_GPL vmlinux 0x9b555c8c pm_suspend_default_s2idle +EXPORT_SYMBOL_GPL vmlinux 0x9b651e51 xenbus_teardown_ring +EXPORT_SYMBOL_GPL vmlinux 0x9b6a8743 usb_phy_roothub_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9b6ec967 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x9b9071cb get_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x9b92d16e pinctrl_gpio_set_config +EXPORT_SYMBOL_GPL vmlinux 0x9b9d1c72 fb_sys_read +EXPORT_SYMBOL_GPL vmlinux 0x9b9f3648 pcibios_scan_specific_bus +EXPORT_SYMBOL_GPL vmlinux 0x9ba2bb2b gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x9bad141d hv_hypercall_pg +EXPORT_SYMBOL_GPL vmlinux 0x9bbefc72 devm_nvdimm_memremap +EXPORT_SYMBOL_GPL vmlinux 0x9bd908d5 dm_audit_log_ti +EXPORT_SYMBOL_GPL vmlinux 0x9bdf9714 ZSTD_customMalloc +EXPORT_SYMBOL_GPL vmlinux 0x9be236dd pci_epc_init_notify +EXPORT_SYMBOL_GPL vmlinux 0x9be30d27 mhp_get_pluggable_range +EXPORT_SYMBOL_GPL vmlinux 0x9be47150 generic_device_group +EXPORT_SYMBOL_GPL vmlinux 0x9be71eb4 __SCK__tp_func_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9c264885 crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x9c29d551 fscrypt_parse_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0x9c397de3 fwnode_graph_get_remote_port +EXPORT_SYMBOL_GPL vmlinux 0x9c3b786c dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x9c3c1b71 do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x9c3d7ae0 ima_file_hash +EXPORT_SYMBOL_GPL vmlinux 0x9c42a830 virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0x9c4991e6 skb_consume_udp +EXPORT_SYMBOL_GPL vmlinux 0x9c4d591c fsverity_verify_bio +EXPORT_SYMBOL_GPL vmlinux 0x9c6febfc add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x9c803020 usb_phy_roothub_power_on +EXPORT_SYMBOL_GPL vmlinux 0x9c8bde1a regulator_get_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0x9c9073d0 __SCK__tp_func_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x9c964c80 free_uid +EXPORT_SYMBOL_GPL vmlinux 0x9c9aeeb7 pci_msi_prepare +EXPORT_SYMBOL_GPL vmlinux 0x9ca6e11f cper_mem_err_location +EXPORT_SYMBOL_GPL vmlinux 0x9cabf797 ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9cd7551a rhashtable_walk_stop +EXPORT_SYMBOL_GPL vmlinux 0x9cdd6a66 sysctl_long_vals +EXPORT_SYMBOL_GPL vmlinux 0x9cdeca97 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x9cf37c44 __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0x9d09e8ae ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9d14205c cr4_read_shadow +EXPORT_SYMBOL_GPL vmlinux 0x9d145412 of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9d15dc1c devm_ioremap_uc +EXPORT_SYMBOL_GPL vmlinux 0x9d2d3f5b pkcs7_free_message +EXPORT_SYMBOL_GPL vmlinux 0x9d366f99 page_reporting_register +EXPORT_SYMBOL_GPL vmlinux 0x9d37cb6a gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0x9d4894c8 x2apic_mode +EXPORT_SYMBOL_GPL vmlinux 0x9d512e82 aead_init_geniv +EXPORT_SYMBOL_GPL vmlinux 0x9d53db93 dax_remap_file_range_prep +EXPORT_SYMBOL_GPL vmlinux 0x9d595fd7 device_set_of_node_from_dev +EXPORT_SYMBOL_GPL vmlinux 0x9d6b5d74 ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0x9d6ec166 dm_bio_from_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x9d77dccc devm_clk_get_prepared +EXPORT_SYMBOL_GPL vmlinux 0x9d8294ec device_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x9d8bb00e set_dax_nocache +EXPORT_SYMBOL_GPL vmlinux 0x9d8e5a15 bpf_prog_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0x9d9910a1 atomic_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x9d9e061a rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0x9da6fc1d ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0x9dac0563 regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x9db8b4a4 gpiod_set_transitory +EXPORT_SYMBOL_GPL vmlinux 0x9dcdb3ad fscrypt_ioctl_get_key_status +EXPORT_SYMBOL_GPL vmlinux 0x9dcfbb44 phy_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x9ddef2e0 debugfs_file_get +EXPORT_SYMBOL_GPL vmlinux 0x9ddfab3a devm_spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x9de6d717 cpufreq_enable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x9decd2f8 devfreq_event_reset_event +EXPORT_SYMBOL_GPL vmlinux 0x9e0a6efb inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x9e229c49 sg_alloc_table_chained +EXPORT_SYMBOL_GPL vmlinux 0x9e2d4d61 anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0x9e35b14b dev_nit_active +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e48afdb devres_remove +EXPORT_SYMBOL_GPL vmlinux 0x9e4ce3a7 _copy_from_iter_flushcache +EXPORT_SYMBOL_GPL vmlinux 0x9e4ce41c ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0x9e52f37e vcap_rule_mod_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x9e78fdf7 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0x9e8cb071 device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0x9e9c4f24 set_dax_nomc +EXPORT_SYMBOL_GPL vmlinux 0x9ec6c98f crypto_grab_shash +EXPORT_SYMBOL_GPL vmlinux 0x9ed3cd7a ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9eda9d3a clk_mux_determine_rate_flags +EXPORT_SYMBOL_GPL vmlinux 0x9ee52e89 scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0x9ee56098 ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0x9eebdde7 mpi_point_new +EXPORT_SYMBOL_GPL vmlinux 0x9f08c714 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x9f146a79 query_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x9f3620a3 device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0x9f40e114 iomap_bmap +EXPORT_SYMBOL_GPL vmlinux 0x9f4b0380 led_update_brightness +EXPORT_SYMBOL_GPL vmlinux 0x9f5c6dc2 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x9f67cab9 lwtunnel_input +EXPORT_SYMBOL_GPL vmlinux 0x9f6b7b6d crypto_akcipher_sync_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x9f84bdce fscrypt_ioctl_get_nonce +EXPORT_SYMBOL_GPL vmlinux 0x9f8b273b skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x9f8c1882 fuse_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x9f9536a5 nvdimm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x9f9f79ee lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0x9fa4564a timer_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x9fbaa63a mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9fbfebab erst_write +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fd3a1f6 priv_to_devlink +EXPORT_SYMBOL_GPL vmlinux 0x9fdd008a pci_vpd_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9fe131f1 xen_store_interface +EXPORT_SYMBOL_GPL vmlinux 0x9fe899b7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x9fe8fcdb __SCK__tp_func_map +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0x9ff18990 switchdev_handle_fdb_event_to_device +EXPORT_SYMBOL_GPL vmlinux 0xa0172fdc mdiobus_c45_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0xa01a8d9b nd_cmd_bus_desc +EXPORT_SYMBOL_GPL vmlinux 0xa041a619 nf_conn_btf_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xa046869a scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0xa04bf1ba fbcon_modechange_possible +EXPORT_SYMBOL_GPL vmlinux 0xa04f945a cpus_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xa05e1f74 __tracepoint_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0xa0669cfc blk_crypto_has_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xa07059c4 regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa0710811 __SCK__tp_func_extlog_mem_event +EXPORT_SYMBOL_GPL vmlinux 0xa074a465 __SCK__tp_func_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xa07ee960 fscrypt_mergeable_bio +EXPORT_SYMBOL_GPL vmlinux 0xa080c5e5 smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xa0820075 pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0xa09082ae pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0xa098115b __SCT__tp_func_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xa0a8c66e perf_aux_output_end +EXPORT_SYMBOL_GPL vmlinux 0xa0b53beb devl_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa0c0f1d7 __SCT__tp_func_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0xa0c4101a ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa0c66dbb crypto_clone_cipher +EXPORT_SYMBOL_GPL vmlinux 0xa0cdd2fc xfer_to_guest_mode_handle_work +EXPORT_SYMBOL_GPL vmlinux 0xa0d3456d nr_swap_pages +EXPORT_SYMBOL_GPL vmlinux 0xa0d81b76 __SCT__tp_func_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xa0da8008 blk_mq_alloc_request_hctx +EXPORT_SYMBOL_GPL vmlinux 0xa0e671d8 __SCT__tp_func_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0xa0eff01d regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0xa10abccd tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0xa10ea1f3 dax_iomap_fault +EXPORT_SYMBOL_GPL vmlinux 0xa11216be xen_store_domain_type +EXPORT_SYMBOL_GPL vmlinux 0xa117fbd8 phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xa11e5da9 gpiod_get_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xa124bd35 pci_create_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xa126a774 usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0xa12feb81 xdp_rxq_info_is_reg +EXPORT_SYMBOL_GPL vmlinux 0xa1379998 __traceiter_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xa13e108f dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xa1402a71 __reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xa14ca33b usb_urb_ep_type_check +EXPORT_SYMBOL_GPL vmlinux 0xa156a1f2 erst_get_record_id_end +EXPORT_SYMBOL_GPL vmlinux 0xa1747f48 blk_rq_poll +EXPORT_SYMBOL_GPL vmlinux 0xa1784bf4 devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xa1787737 request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0xa1800d49 raw_v4_match +EXPORT_SYMBOL_GPL vmlinux 0xa1859cce vp_modern_queue_address +EXPORT_SYMBOL_GPL vmlinux 0xa194f308 firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0xa1987db9 ata_common_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0xa1a426e8 iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0xa1ba6d45 __SCK__tp_func_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xa1bf966f shmem_file_setup_with_mnt +EXPORT_SYMBOL_GPL vmlinux 0xa1c0333c usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0xa1c3f8a8 __SCT__tp_func_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xa1d8004a videomode_from_timing +EXPORT_SYMBOL_GPL vmlinux 0xa204333d rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0xa208b5a7 pm_debug_messages_should_print +EXPORT_SYMBOL_GPL vmlinux 0xa20d01ba __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xa21f2ce7 clk_mux_index_to_val +EXPORT_SYMBOL_GPL vmlinux 0xa22cc4fd cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0xa2402218 __traceiter_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0xa243d332 xdp_attachment_setup +EXPORT_SYMBOL_GPL vmlinux 0xa24c68e2 gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa27571ea icc_node_add +EXPORT_SYMBOL_GPL vmlinux 0xa27dc834 __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xa27f17e4 tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0xa29061a9 regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xa2a99069 inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xa2af54b3 irq_from_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xa2b99209 alarm_start +EXPORT_SYMBOL_GPL vmlinux 0xa2c0f59a ct_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0xa2cb1af4 irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0xa2d0b59d mmio_stale_data_clear +EXPORT_SYMBOL_GPL vmlinux 0xa2d4d69a devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xa2d57aaf vfs_fallocate +EXPORT_SYMBOL_GPL vmlinux 0xa2daefec __SCK__tp_func_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0xa2dd241a iomap_finish_ioends +EXPORT_SYMBOL_GPL vmlinux 0xa2e1b3ef trace_printk_init_buffers +EXPORT_SYMBOL_GPL vmlinux 0xa2f7487f hv_is_hibernation_supported +EXPORT_SYMBOL_GPL vmlinux 0xa305c843 __scsi_init_queue +EXPORT_SYMBOL_GPL vmlinux 0xa30d0d5c max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xa318699f blk_crypto_reprogram_all_keys +EXPORT_SYMBOL_GPL vmlinux 0xa326309c __tracepoint_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0xa32feb2f serdev_controller_remove +EXPORT_SYMBOL_GPL vmlinux 0xa3300709 serial8250_em485_config +EXPORT_SYMBOL_GPL vmlinux 0xa34409a2 thermal_zone_device +EXPORT_SYMBOL_GPL vmlinux 0xa3459f7b __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xa346614d pinctrl_dev_get_devname +EXPORT_SYMBOL_GPL vmlinux 0xa3499171 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xa34d1063 tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0xa350652b rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0xa3551a41 start_poll_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xa3632466 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0xa369474b regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0xa36f50fb is_binary_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xa372eb5c virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0xa37341da bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xa375fc27 md_bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0xa383d2c0 regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa38a9f71 get_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a36c73 cppc_set_perf +EXPORT_SYMBOL_GPL vmlinux 0xa3a7d0cb xdp_features_set_redirect_target +EXPORT_SYMBOL_GPL vmlinux 0xa3b67c62 rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3bcf813 pci_iomap_wc +EXPORT_SYMBOL_GPL vmlinux 0xa3c5fe2e devlink_dpipe_match_put +EXPORT_SYMBOL_GPL vmlinux 0xa3cc3b1b devm_regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0xa3ddaa17 fwnode_graph_get_port_parent +EXPORT_SYMBOL_GPL vmlinux 0xa3ece414 freezer_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xa3f12f69 __crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0xa3f4d5b8 crypto_grab_kpp +EXPORT_SYMBOL_GPL vmlinux 0xa3f6625d __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xa3fcb5e4 __xdp_rxq_info_reg +EXPORT_SYMBOL_GPL vmlinux 0xa4031b7f sfp_parse_port +EXPORT_SYMBOL_GPL vmlinux 0xa410a295 devlink_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa41bd1e8 paste_selection +EXPORT_SYMBOL_GPL vmlinux 0xa41d9322 ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0xa4296e37 dev_pm_domain_detach +EXPORT_SYMBOL_GPL vmlinux 0xa442c3b2 netdev_sw_irq_coalesce_default_on +EXPORT_SYMBOL_GPL vmlinux 0xa4471185 crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0xa44a1307 interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xa452c297 hpet_mask_rtc_irq_bit +EXPORT_SYMBOL_GPL vmlinux 0xa452f2a4 xen_pirq_from_irq +EXPORT_SYMBOL_GPL vmlinux 0xa45c7b90 stack_trace_print +EXPORT_SYMBOL_GPL vmlinux 0xa462d5a6 __SCT__tp_func_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xa46cd03a devlink_region_snapshot_id_put +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa4954946 nf_hook_entries_insert_raw +EXPORT_SYMBOL_GPL vmlinux 0xa497f8b2 fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0xa4a8be1c tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0xa4ab7c1c ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xa4b07fe7 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0xa4bcb953 of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xa4bf2e41 cppc_set_epp_perf +EXPORT_SYMBOL_GPL vmlinux 0xa4c00324 asn1_encode_octet_string +EXPORT_SYMBOL_GPL vmlinux 0xa4c085f8 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0xa4c4d5f7 kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0xa4c5272a extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0xa4d587cb sk_msg_return_zero +EXPORT_SYMBOL_GPL vmlinux 0xa4dd6950 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0xa4e470d9 alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0xa4e8b228 page_cache_sync_ra +EXPORT_SYMBOL_GPL vmlinux 0xa4edde8e dev_pm_genpd_set_next_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xa4f9bc29 edac_mc_del_mc +EXPORT_SYMBOL_GPL vmlinux 0xa508f661 sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xa511a2cd iommu_device_unlink +EXPORT_SYMBOL_GPL vmlinux 0xa51ef347 led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa5310f97 rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0xa531471e clk_save_context +EXPORT_SYMBOL_GPL vmlinux 0xa5327841 fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xa5351854 bpf_verifier_log_write +EXPORT_SYMBOL_GPL vmlinux 0xa5387485 auxiliary_device_init +EXPORT_SYMBOL_GPL vmlinux 0xa54a2cba devlink_linecard_provision_clear +EXPORT_SYMBOL_GPL vmlinux 0xa5501ae0 devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xa55bd65d register_btf_kfunc_id_set +EXPORT_SYMBOL_GPL vmlinux 0xa55c0b7a __traceiter_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0xa56e1a52 sg_free_table_chained +EXPORT_SYMBOL_GPL vmlinux 0xa5719cbc bpf_prog_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa577f2a3 dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xa57a3a89 mas_empty_area_rev +EXPORT_SYMBOL_GPL vmlinux 0xa587f354 ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xa590d919 devl_rate_leaf_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa5910493 key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0xa5a3bf4b __auxiliary_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xa5a67070 vfs_inode_has_locks +EXPORT_SYMBOL_GPL vmlinux 0xa5bda8a1 efi_capsule_supported +EXPORT_SYMBOL_GPL vmlinux 0xa5cb74e9 clk_hw_round_rate +EXPORT_SYMBOL_GPL vmlinux 0xa5d1f4b8 stack_depot_snprint +EXPORT_SYMBOL_GPL vmlinux 0xa5d7c388 pstore_type_to_name +EXPORT_SYMBOL_GPL vmlinux 0xa5dcc597 mmc_cmdq_disable +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa6053ff5 tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0xa60bf2aa pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0xa60c357f pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xa6137592 dm_post_suspending +EXPORT_SYMBOL_GPL vmlinux 0xa61b7149 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa6208ffd __traceiter_block_split +EXPORT_SYMBOL_GPL vmlinux 0xa62fef50 housekeeping_affine +EXPORT_SYMBOL_GPL vmlinux 0xa6334002 alarmtimer_get_rtcdev +EXPORT_SYMBOL_GPL vmlinux 0xa6502a3a bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xa65293e7 bind_interdomain_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0xa6631892 devlink_linecard_nested_dl_set +EXPORT_SYMBOL_GPL vmlinux 0xa6751ca0 led_set_brightness_nopm +EXPORT_SYMBOL_GPL vmlinux 0xa682ecb1 iommu_report_device_fault +EXPORT_SYMBOL_GPL vmlinux 0xa68e7225 dev_pm_genpd_resume +EXPORT_SYMBOL_GPL vmlinux 0xa6a088b7 fscrypt_match_name +EXPORT_SYMBOL_GPL vmlinux 0xa6a759cd vp_modern_config_vector +EXPORT_SYMBOL_GPL vmlinux 0xa6a7925c mas_walk +EXPORT_SYMBOL_GPL vmlinux 0xa6ab775c tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0xa6b06f65 ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6c791af __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xa6cc1bab clk_hw_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa6d15f01 genphy_c45_check_and_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0xa6dde79d PageHuge +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6feab99 pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0xa7039166 __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0xa708ca58 mas_store_prealloc +EXPORT_SYMBOL_GPL vmlinux 0xa709c835 fib6_info_destroy_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa70a0b30 blk_next_bio +EXPORT_SYMBOL_GPL vmlinux 0xa7108b34 pm_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0xa7127da7 mce_unregister_injector_chain +EXPORT_SYMBOL_GPL vmlinux 0xa7142e3f lwtunnel_encap_del_ops +EXPORT_SYMBOL_GPL vmlinux 0xa71cb0ff pci_p2pmem_publish +EXPORT_SYMBOL_GPL vmlinux 0xa7218eba irq_set_affinity +EXPORT_SYMBOL_GPL vmlinux 0xa7241959 pkcs7_supply_detached_data +EXPORT_SYMBOL_GPL vmlinux 0xa731f387 nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0xa748276a pci_assign_unassigned_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0xa74e325f crypto_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xa7551047 gpiochip_generic_request +EXPORT_SYMBOL_GPL vmlinux 0xa78b86a3 gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0xa7a25654 call_hid_bpf_rdesc_fixup +EXPORT_SYMBOL_GPL vmlinux 0xa7a69590 ipv6_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0xa7a7394b mbox_flush +EXPORT_SYMBOL_GPL vmlinux 0xa7a8c0d8 tcp_set_keepalive +EXPORT_SYMBOL_GPL vmlinux 0xa7cfd81f __SCK__tp_func_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xa7df801c bio_split_rw +EXPORT_SYMBOL_GPL vmlinux 0xa7e34ebb pci_epc_bme_notify +EXPORT_SYMBOL_GPL vmlinux 0xa805b2c6 ncsi_register_dev +EXPORT_SYMBOL_GPL vmlinux 0xa8111e68 devm_hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa81485e6 __traceiter_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0xa8190413 vcap_find_keystream_keysets +EXPORT_SYMBOL_GPL vmlinux 0xa81c5f58 vp_modern_probe +EXPORT_SYMBOL_GPL vmlinux 0xa82a4e69 rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xa82af3f5 tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0xa83ad1e3 acpi_device_fix_up_power +EXPORT_SYMBOL_GPL vmlinux 0xa8452f1e edac_pci_handle_npe +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa853d0e4 hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0xa85bbe00 __SCT__tp_func_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xa86a86b1 generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0xa8823429 pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0xa8841cc6 mas_next +EXPORT_SYMBOL_GPL vmlinux 0xa8940ed9 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0xa89926dc crypto_dh_decode_key +EXPORT_SYMBOL_GPL vmlinux 0xa8a6364c xas_get_mark +EXPORT_SYMBOL_GPL vmlinux 0xa8a70949 gnttab_unmap_refs_async +EXPORT_SYMBOL_GPL vmlinux 0xa8ad7ec2 dev_pm_opp_get_max_volt_latency +EXPORT_SYMBOL_GPL vmlinux 0xa8b95fc1 iommu_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0xa8be3ba8 apic +EXPORT_SYMBOL_GPL vmlinux 0xa8ced924 spi_mem_supports_op +EXPORT_SYMBOL_GPL vmlinux 0xa8d40466 regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xa8d99569 dw_pcie_find_capability +EXPORT_SYMBOL_GPL vmlinux 0xa8dea506 pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0xa8e7b1e7 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0xa8f03e8e pci_find_host_bridge +EXPORT_SYMBOL_GPL vmlinux 0xa8fd26dd input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0xa9017069 clk_hw_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xa90617e7 relay_reset +EXPORT_SYMBOL_GPL vmlinux 0xa90c2f4e crypto_unregister_acomp +EXPORT_SYMBOL_GPL vmlinux 0xa9126bff hpet_set_rtc_irq_bit +EXPORT_SYMBOL_GPL vmlinux 0xa9183bfc devl_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0xa9189c1e devlink_region_snapshot_id_get +EXPORT_SYMBOL_GPL vmlinux 0xa920a63b hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0xa9310727 fat_detach +EXPORT_SYMBOL_GPL vmlinux 0xa9320d27 ktime_get_seconds +EXPORT_SYMBOL_GPL vmlinux 0xa9324418 usb_acpi_set_power_state +EXPORT_SYMBOL_GPL vmlinux 0xa9332cd2 pci_generic_config_read +EXPORT_SYMBOL_GPL vmlinux 0xa93587e1 xfrm_put_translator +EXPORT_SYMBOL_GPL vmlinux 0xa9365b76 powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0xa9462031 regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xa95b5c77 hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0xa96e8b4e hv_setup_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0xa97b9fa8 pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa99a2484 gnttab_page_cache_get +EXPORT_SYMBOL_GPL vmlinux 0xa99e5ca9 noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0xa99ef899 devlink_fmsg_bool_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xa9c6e908 crypto_register_scomp +EXPORT_SYMBOL_GPL vmlinux 0xa9c78967 dm_table_set_type +EXPORT_SYMBOL_GPL vmlinux 0xa9cb7728 lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0xa9ce9679 rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xa9d4a1a0 pm_runtime_get_if_active +EXPORT_SYMBOL_GPL vmlinux 0xa9daf31d netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0xa9ec5b75 check_move_unevictable_folios +EXPORT_SYMBOL_GPL vmlinux 0xa9f64dd5 fixed_phy_register +EXPORT_SYMBOL_GPL vmlinux 0xa9f9c833 nvmem_cell_read_variable_le_u64 +EXPORT_SYMBOL_GPL vmlinux 0xaa05ce98 handle_fasteoi_nmi +EXPORT_SYMBOL_GPL vmlinux 0xaa0e3fce spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0xaa19e674 crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0xaa1adba9 __SCK__tp_func_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xaa224fbe __traceiter_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0xaa28896b usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xaa2f79b8 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xaa393cc6 mas_preallocate +EXPORT_SYMBOL_GPL vmlinux 0xaa3e01f3 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0xaa4662e4 dst_blackhole_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xaa4b457e __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xaa55d008 iommu_dev_disable_feature +EXPORT_SYMBOL_GPL vmlinux 0xaa5aee1c uv_bios_mq_watchlist_alloc +EXPORT_SYMBOL_GPL vmlinux 0xaa5bce0b ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0xaa5e0c8f acpi_get_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0xaa6108be __devm_clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xaa68c5df pm_clk_resume +EXPORT_SYMBOL_GPL vmlinux 0xaa6a50f9 __static_key_deferred_flush +EXPORT_SYMBOL_GPL vmlinux 0xaa6d4d98 crypto_unregister_scomps +EXPORT_SYMBOL_GPL vmlinux 0xaa6db272 devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xaa86cfb5 uv_possible_blades +EXPORT_SYMBOL_GPL vmlinux 0xaa8e71a4 crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0xaa93b012 usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaab9c421 clk_multiplier_ops +EXPORT_SYMBOL_GPL vmlinux 0xaac4f513 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xaad18e0b kstrdup_quotable_cmdline +EXPORT_SYMBOL_GPL vmlinux 0xaaee1eae iomap_release_folio +EXPORT_SYMBOL_GPL vmlinux 0xaafe5740 adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0xab1e0e93 hv_setup_kexec_handler +EXPORT_SYMBOL_GPL vmlinux 0xab1f0b40 fwnode_create_software_node +EXPORT_SYMBOL_GPL vmlinux 0xab23fc25 register_btf_fmodret_id_set +EXPORT_SYMBOL_GPL vmlinux 0xab2bb6b6 fwnode_device_is_available +EXPORT_SYMBOL_GPL vmlinux 0xab2f473d xhci_reset_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0xab3ff0b0 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0xab4c0baa genphy_c45_an_disable_aneg +EXPORT_SYMBOL_GPL vmlinux 0xab627b4a skb_clone_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xab6a3522 sysfs_create_link_nowarn +EXPORT_SYMBOL_GPL vmlinux 0xab6ca8ef crypto_register_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xaba5b8b3 gpiochip_populate_parent_fwspec_fourcell +EXPORT_SYMBOL_GPL vmlinux 0xabb7c7c2 get_cached_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0xabbfe034 bio_associate_blkg +EXPORT_SYMBOL_GPL vmlinux 0xabc298d0 intel_scu_ipc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xabc640f3 list_lru_isolate +EXPORT_SYMBOL_GPL vmlinux 0xabc6e9e4 pm_report_max_hw_sleep +EXPORT_SYMBOL_GPL vmlinux 0xabc7bea7 sysfs_update_groups +EXPORT_SYMBOL_GPL vmlinux 0xabd6dc36 usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0xabf03fc3 __SCT__tp_func_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0xabf58274 crypto_unregister_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xabfa48ea tracing_snapshot_cond +EXPORT_SYMBOL_GPL vmlinux 0xac06a9b4 iomap_read_folio +EXPORT_SYMBOL_GPL vmlinux 0xac076566 devm_hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0xac162aae irq_chip_disable_parent +EXPORT_SYMBOL_GPL vmlinux 0xac2f7a38 ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0xac4744b5 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0xac556c82 __SCK__tp_func_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0xac68d3be irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0xac7b2429 devm_hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0xac7db94b __irq_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0xac829756 register_fprobe +EXPORT_SYMBOL_GPL vmlinux 0xac85ddef simple_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0xacb4d88c clk_rate_exclusive_put +EXPORT_SYMBOL_GPL vmlinux 0xacc47f74 debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0xacc977ac alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0xacd6708b iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0xacdda7ca dst_blackhole_redirect +EXPORT_SYMBOL_GPL vmlinux 0xad06c825 ct_user_exit +EXPORT_SYMBOL_GPL vmlinux 0xad20fea2 sk_msg_alloc +EXPORT_SYMBOL_GPL vmlinux 0xad2dd0a2 fib_add_nexthop +EXPORT_SYMBOL_GPL vmlinux 0xad34ef9a platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xad35efdf kill_pid_usb_asyncio +EXPORT_SYMBOL_GPL vmlinux 0xad395dd9 mm_account_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0xad3f6023 blkcg_get_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0xad400e44 acpi_get_first_physical_node +EXPORT_SYMBOL_GPL vmlinux 0xad4747d4 gpiod_enable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0xad4e6259 remove_cpu +EXPORT_SYMBOL_GPL vmlinux 0xad5b8fcb nvdimm_setup_pfn +EXPORT_SYMBOL_GPL vmlinux 0xad5f0017 perf_trace_buf_alloc +EXPORT_SYMBOL_GPL vmlinux 0xad645234 register_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xad697a04 nf_queue_entry_free +EXPORT_SYMBOL_GPL vmlinux 0xad6b8fde xhci_gen_setup +EXPORT_SYMBOL_GPL vmlinux 0xad6ee898 spi_get_device_match_data +EXPORT_SYMBOL_GPL vmlinux 0xad73537b __blk_req_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0xad7d7702 devlink_free +EXPORT_SYMBOL_GPL vmlinux 0xad83ce29 xas_find_conflict +EXPORT_SYMBOL_GPL vmlinux 0xad84fbf2 virtio_max_dma_size +EXPORT_SYMBOL_GPL vmlinux 0xad915c1f battery_hook_register +EXPORT_SYMBOL_GPL vmlinux 0xad9ba185 class_is_registered +EXPORT_SYMBOL_GPL vmlinux 0xad9dc1e5 devres_add +EXPORT_SYMBOL_GPL vmlinux 0xad9de456 pci_generic_config_write +EXPORT_SYMBOL_GPL vmlinux 0xad9fb247 lwtunnel_valid_encap_type_attr +EXPORT_SYMBOL_GPL vmlinux 0xada38766 dst_cache_destroy +EXPORT_SYMBOL_GPL vmlinux 0xada9a9bb fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0xadb69dfc __devm_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0xadbce842 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0xadbd376d irq_chip_eoi_parent +EXPORT_SYMBOL_GPL vmlinux 0xadc61700 vp_modern_set_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0xaddedc77 edac_pci_add_device +EXPORT_SYMBOL_GPL vmlinux 0xade5339b hte_get_clk_src_info +EXPORT_SYMBOL_GPL vmlinux 0xadf2432e vcap_alloc_rule +EXPORT_SYMBOL_GPL vmlinux 0xae01217a mpi_write_to_sgl +EXPORT_SYMBOL_GPL vmlinux 0xae012471 led_blink_set_oneshot +EXPORT_SYMBOL_GPL vmlinux 0xae0ecf40 usb_bus_idr_lock +EXPORT_SYMBOL_GPL vmlinux 0xae1051b0 net_cls_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xae187c29 vp_legacy_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xae1feb86 clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xae2b8775 scsi_register_device_handler +EXPORT_SYMBOL_GPL vmlinux 0xae39f80e dst_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xae3a6689 __iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0xae59b25d tpm_default_chip +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae78f3a1 devl_traps_register +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae8ea9f3 blk_mq_unquiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0xae94d715 devlink_register +EXPORT_SYMBOL_GPL vmlinux 0xae969d6c relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0xae9852a0 housekeeping_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xaea352b3 iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0xaebaa9f9 led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0xaec0cec8 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0xaef31e4d tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xaefa9962 fib_nh_common_release +EXPORT_SYMBOL_GPL vmlinux 0xaf076aec nd_fletcher64 +EXPORT_SYMBOL_GPL vmlinux 0xaf0b6ba7 blkg_rwstat_init +EXPORT_SYMBOL_GPL vmlinux 0xaf17eadb extcon_get_edev_name +EXPORT_SYMBOL_GPL vmlinux 0xaf1826d8 pci_stop_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xaf1d2c5b gnttab_map_refs +EXPORT_SYMBOL_GPL vmlinux 0xaf4014ff usb_amd_quirk_pll_check +EXPORT_SYMBOL_GPL vmlinux 0xaf40ca53 cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0xaf40ea60 dev_pm_opp_get_freq +EXPORT_SYMBOL_GPL vmlinux 0xaf428325 modify_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0xaf6a8e7f devm_clk_get_optional_prepared +EXPORT_SYMBOL_GPL vmlinux 0xaf6d38c0 vcap_mod_rule +EXPORT_SYMBOL_GPL vmlinux 0xaf783621 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0xaf793668 __alloc_percpu_gfp +EXPORT_SYMBOL_GPL vmlinux 0xaf852873 cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0xaf8604af da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xaf873593 skb_gso_validate_network_len +EXPORT_SYMBOL_GPL vmlinux 0xaf999be1 ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xaf9ba7ec devm_bitmap_alloc +EXPORT_SYMBOL_GPL vmlinux 0xaf9e57b6 nexthop_select_path +EXPORT_SYMBOL_GPL vmlinux 0xafb7f326 usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xafbb0b88 dma_vunmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xafcd1cb1 vcap_chain_id_to_lookup +EXPORT_SYMBOL_GPL vmlinux 0xafd31605 devm_regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xafdcac42 crypto_unregister_templates +EXPORT_SYMBOL_GPL vmlinux 0xafddd545 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xafdfd084 fscrypt_show_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0xafe5a92d debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0xaff7f5c8 sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0xb0013cb1 sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0xb004e7b4 badblocks_check +EXPORT_SYMBOL_GPL vmlinux 0xb00c2f06 xenbus_setup_ring +EXPORT_SYMBOL_GPL vmlinux 0xb013946a devl_param_driverinit_value_get +EXPORT_SYMBOL_GPL vmlinux 0xb02ac411 register_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb0301775 clean_acked_data_disable +EXPORT_SYMBOL_GPL vmlinux 0xb03479e5 thp_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0xb03beb70 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xb04c4699 udp_destruct_common +EXPORT_SYMBOL_GPL vmlinux 0xb05d98fd tcp_bpf_sendmsg_redir +EXPORT_SYMBOL_GPL vmlinux 0xb06ea245 sbitmap_queue_resize +EXPORT_SYMBOL_GPL vmlinux 0xb06ff871 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0xb0747ed2 rcu_cpu_stall_suppress +EXPORT_SYMBOL_GPL vmlinux 0xb07681da clk_hw_init_rate_request +EXPORT_SYMBOL_GPL vmlinux 0xb077e70a clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0xb07d5f20 devm_rtc_allocate_device +EXPORT_SYMBOL_GPL vmlinux 0xb09e7a4e dev_attr_ncq_prio_enable +EXPORT_SYMBOL_GPL vmlinux 0xb0ab3bb6 hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0xb0b57c2e __tracepoint_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0xb0b6fd31 usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0b9891e ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0xb0cfc0c5 devm_register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xb0d1656c gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0xb0d81fe5 rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0xb0e7ab1f __traceiter_console +EXPORT_SYMBOL_GPL vmlinux 0xb0e7bede trace_array_init_printk +EXPORT_SYMBOL_GPL vmlinux 0xb0e8e671 xenbus_otherend_changed +EXPORT_SYMBOL_GPL vmlinux 0xb10d964d devlink_fmsg_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xb111495a devm_memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0xb113210d vcap_select_min_rule_keyset +EXPORT_SYMBOL_GPL vmlinux 0xb11cc43b __SCT__tp_func_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0xb11d9000 tty_dev_name_to_number +EXPORT_SYMBOL_GPL vmlinux 0xb13837ce vcap_rule_add_key_u48 +EXPORT_SYMBOL_GPL vmlinux 0xb1387d27 __get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0xb138f1f0 __traceiter_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xb1647fc2 devlink_info_version_running_put +EXPORT_SYMBOL_GPL vmlinux 0xb185380b sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xb186ae29 vfs_get_acl +EXPORT_SYMBOL_GPL vmlinux 0xb1baa71a devlink_linecard_provision_fail +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1d6a18f gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0xb1da0100 irqd_cfg +EXPORT_SYMBOL_GPL vmlinux 0xb1daa1e6 sk_msg_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0xb1dfecea power_supply_battery_info_properties_size +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1ef9b4e cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0xb1fc1782 pci_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xb202f0d7 rht_bucket_nested_insert +EXPORT_SYMBOL_GPL vmlinux 0xb20d4c19 crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0xb21d00c6 hte_ts_put +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb22f0601 rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xb22fc5f0 xhci_update_hub_device +EXPORT_SYMBOL_GPL vmlinux 0xb233288e crypto_register_rngs +EXPORT_SYMBOL_GPL vmlinux 0xb236eba5 fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0xb23b7691 start_poll_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0xb2405efc secure_tcp_seq +EXPORT_SYMBOL_GPL vmlinux 0xb24448f7 synth_event_gen_cmd_array_start +EXPORT_SYMBOL_GPL vmlinux 0xb24b2c51 sock_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0xb24b99fe extcon_sync +EXPORT_SYMBOL_GPL vmlinux 0xb25266b2 virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0xb256be16 efivar_is_available +EXPORT_SYMBOL_GPL vmlinux 0xb26066fe ibft_phys_addr +EXPORT_SYMBOL_GPL vmlinux 0xb2670b8b input_device_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb26a1add elfcorehdr_addr +EXPORT_SYMBOL_GPL vmlinux 0xb27124bf spi_controller_resume +EXPORT_SYMBOL_GPL vmlinux 0xb2846d3d rtnl_delete_link +EXPORT_SYMBOL_GPL vmlinux 0xb288fcb2 _proc_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xb28c754c wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0xb29533ee zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0xb2a281bd uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xb2a49a3a i2c_new_scanned_device +EXPORT_SYMBOL_GPL vmlinux 0xb2a6f197 bpf_fentry_test1 +EXPORT_SYMBOL_GPL vmlinux 0xb2a8d01d xdp_return_frame_rx_napi +EXPORT_SYMBOL_GPL vmlinux 0xb2b307da ext_pi_type1_crc64 +EXPORT_SYMBOL_GPL vmlinux 0xb2c1732e rcu_gp_set_torture_wait +EXPORT_SYMBOL_GPL vmlinux 0xb2cee4ef devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0xb2d7981b evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0xb2e53b02 devm_hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0xb2e5e795 clk_gate_restore_context +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb2e76b14 fwnode_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0xb2f70baa pci_epc_get_features +EXPORT_SYMBOL_GPL vmlinux 0xb2fa093e blk_mq_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xb30061e8 ncsi_vlan_rx_add_vid +EXPORT_SYMBOL_GPL vmlinux 0xb307c909 devlink_fmsg_u64_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xb3085640 pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0xb30b2bda preempt_model_full +EXPORT_SYMBOL_GPL vmlinux 0xb31c64c3 dev_pm_opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0xb31d94ce devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0xb3253ed9 hpet_rtc_timer_init +EXPORT_SYMBOL_GPL vmlinux 0xb3322952 fb_deferred_io_mmap +EXPORT_SYMBOL_GPL vmlinux 0xb34ab530 serdev_device_wait_until_sent +EXPORT_SYMBOL_GPL vmlinux 0xb34e60c5 security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0xb36090be failover_slave_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb3675f2b __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0xb3749103 acpi_device_update_power +EXPORT_SYMBOL_GPL vmlinux 0xb3947074 dev_fill_forward_path +EXPORT_SYMBOL_GPL vmlinux 0xb3a55256 dax_iomap_rw +EXPORT_SYMBOL_GPL vmlinux 0xb3a63055 spi_mem_get_name +EXPORT_SYMBOL_GPL vmlinux 0xb3a86d96 phy_set_media +EXPORT_SYMBOL_GPL vmlinux 0xb3ad213e mddev_init +EXPORT_SYMBOL_GPL vmlinux 0xb3ae8a3f skb_mpls_pop +EXPORT_SYMBOL_GPL vmlinux 0xb3b0ec6b led_trigger_write +EXPORT_SYMBOL_GPL vmlinux 0xb3c54d43 proc_create_net_single_write +EXPORT_SYMBOL_GPL vmlinux 0xb3ce1536 gpiochip_get_data +EXPORT_SYMBOL_GPL vmlinux 0xb3e3369c __xenbus_register_backend +EXPORT_SYMBOL_GPL vmlinux 0xb3e70cfa tpm_chip_stop +EXPORT_SYMBOL_GPL vmlinux 0xb3e9f664 fork_usermode_driver +EXPORT_SYMBOL_GPL vmlinux 0xb3fcaffc dw_pcie_own_conf_map_bus +EXPORT_SYMBOL_GPL vmlinux 0xb3fd8fe6 kernel_read_file_from_path +EXPORT_SYMBOL_GPL vmlinux 0xb4048ab2 xenbus_frontend_closed +EXPORT_SYMBOL_GPL vmlinux 0xb410baba __SCK__tp_func_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0xb416fc7c xfrm_register_translator +EXPORT_SYMBOL_GPL vmlinux 0xb42a59d0 crypto_unregister_aead +EXPORT_SYMBOL_GPL vmlinux 0xb435d981 skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0xb43f9365 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xb44e18ea audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb4546bd4 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xb455b914 iocb_bio_iopoll +EXPORT_SYMBOL_GPL vmlinux 0xb4584b23 user_read +EXPORT_SYMBOL_GPL vmlinux 0xb465cec0 i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0xb48f0638 software_node_register +EXPORT_SYMBOL_GPL vmlinux 0xb4985e3f tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0xb49974cd devlink_net +EXPORT_SYMBOL_GPL vmlinux 0xb4b5dd66 extcon_set_property +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4cd721e __traceiter_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0xb4dba57b hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4eda0da ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0xb5013f56 blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0xb50157fe dax_add_host +EXPORT_SYMBOL_GPL vmlinux 0xb501b2df nd_cmd_dimm_desc +EXPORT_SYMBOL_GPL vmlinux 0xb5065b3d __tracepoint_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xb5093dd3 console_list +EXPORT_SYMBOL_GPL vmlinux 0xb5099523 unwind_next_frame +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb520eb79 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xb52a9de6 open_related_ns +EXPORT_SYMBOL_GPL vmlinux 0xb5329446 udp_abort +EXPORT_SYMBOL_GPL vmlinux 0xb533a1b9 fwnode_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0xb536fd7a wbc_detach_inode +EXPORT_SYMBOL_GPL vmlinux 0xb53dd4c0 __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xb5474f10 devlink_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb55139f6 HUF_readStats +EXPORT_SYMBOL_GPL vmlinux 0xb55de2df regmap_field_test_bits +EXPORT_SYMBOL_GPL vmlinux 0xb561c490 mpi_mul +EXPORT_SYMBOL_GPL vmlinux 0xb577893c usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0xb5829390 mptcp_get_reset_option +EXPORT_SYMBOL_GPL vmlinux 0xb594daa4 netlink_strict_get_check +EXPORT_SYMBOL_GPL vmlinux 0xb5a83e35 gnttab_setup_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xb5a8c226 acpi_gsi_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xb5c0fb5a virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0xb5c749fc fscrypt_limit_io_blocks +EXPORT_SYMBOL_GPL vmlinux 0xb5cc76a9 mbox_chan_txdone +EXPORT_SYMBOL_GPL vmlinux 0xb5cf5f88 acpi_register_gsi +EXPORT_SYMBOL_GPL vmlinux 0xb5db968e bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0xb5f4a691 devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb5f9d146 component_add_typed +EXPORT_SYMBOL_GPL vmlinux 0xb60e9829 sdio_retune_crc_disable +EXPORT_SYMBOL_GPL vmlinux 0xb61683b2 dev_pm_opp_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0xb61d9e34 sk_msg_free_partial +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb62f95f7 pci_p2pmem_virt_to_bus +EXPORT_SYMBOL_GPL vmlinux 0xb630bb19 blk_mq_end_request_batch +EXPORT_SYMBOL_GPL vmlinux 0xb633f2da iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0xb6357e53 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0xb6410433 mpi_addm +EXPORT_SYMBOL_GPL vmlinux 0xb6476ff8 __intel_scu_ipc_register +EXPORT_SYMBOL_GPL vmlinux 0xb6548ce6 ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0xb655f91b pci_epc_get_next_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xb6624db0 kill_device +EXPORT_SYMBOL_GPL vmlinux 0xb6638e7b xen_unmap_domain_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0xb672fe44 blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0xb6787346 sfp_unregister_socket +EXPORT_SYMBOL_GPL vmlinux 0xb67a008e phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb67a98d4 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0xb67e42bb cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0xb68778f8 __nvmem_layout_register +EXPORT_SYMBOL_GPL vmlinux 0xb6888188 klp_shadow_get_or_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb69afbb0 devlink_linecard_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xb69eedf2 bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0xb6bc132f ip6_input +EXPORT_SYMBOL_GPL vmlinux 0xb6be36a7 pcie_aspm_capable +EXPORT_SYMBOL_GPL vmlinux 0xb6c19d61 dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0xb6c1b9aa led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0xb6c47a0f usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0xb6c5e614 acpi_processor_evaluate_cst +EXPORT_SYMBOL_GPL vmlinux 0xb6d30dca serial8250_rpm_put_tx +EXPORT_SYMBOL_GPL vmlinux 0xb6df084d sbitmap_queue_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0xb6e21d5e pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0xb6e250fd pci_epf_unbind +EXPORT_SYMBOL_GPL vmlinux 0xb6e27217 xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0xb6e6d99d clk_disable +EXPORT_SYMBOL_GPL vmlinux 0xb6eabe37 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xb6f09501 pci_epf_remove_vepf +EXPORT_SYMBOL_GPL vmlinux 0xb70cab30 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0xb70ec147 ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0xb7167413 securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xb719f07a perf_event_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0xb72495cc mmc_crypto_prepare_req +EXPORT_SYMBOL_GPL vmlinux 0xb7329c06 clk_set_phase +EXPORT_SYMBOL_GPL vmlinux 0xb73713d7 nvmem_add_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0xb73dcc27 __traceiter_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0xb75041d1 hv_stimer_legacy_init +EXPORT_SYMBOL_GPL vmlinux 0xb7693040 sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0xb76ab8cc __irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0xb772bfe5 pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xb7746259 __netdev_watchdog_up +EXPORT_SYMBOL_GPL vmlinux 0xb77d5dd4 __fscrypt_prepare_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb79a522a led_set_brightness_sync +EXPORT_SYMBOL_GPL vmlinux 0xb7a387fc synchronize_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0xb7be7455 md_stop +EXPORT_SYMBOL_GPL vmlinux 0xb7c69a63 unregister_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb7c849d9 __tracepoint_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xb7d7c12e hpet_set_alarm_time +EXPORT_SYMBOL_GPL vmlinux 0xb7de51ba fwnode_get_name +EXPORT_SYMBOL_GPL vmlinux 0xb7e03cc5 iommu_register_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xb7e4f3e5 dw_pcie_setup_rc +EXPORT_SYMBOL_GPL vmlinux 0xb7eab117 devl_linecard_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb7ee8ec7 ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0xb7f2499e skb_segment +EXPORT_SYMBOL_GPL vmlinux 0xb7f508a5 power_supply_put_battery_info +EXPORT_SYMBOL_GPL vmlinux 0xb7f990e9 rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xb80628b5 spi_take_timestamp_pre +EXPORT_SYMBOL_GPL vmlinux 0xb812dc2e dummy_con +EXPORT_SYMBOL_GPL vmlinux 0xb816fff4 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0xb8219caa rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xb8273d0b __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0xb83de88b int_active_memcg +EXPORT_SYMBOL_GPL vmlinux 0xb83ee3c6 irq_domain_update_bus_token +EXPORT_SYMBOL_GPL vmlinux 0xb841abe0 tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0xb84746a4 sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xb85042e5 gnttab_free_grant_reference_seq +EXPORT_SYMBOL_GPL vmlinux 0xb86bd6a2 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0xb86d0cb3 fat_time_fat2unix +EXPORT_SYMBOL_GPL vmlinux 0xb872f1cb __tracepoint_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xb87ae6a4 hv_ghcb_msr_write +EXPORT_SYMBOL_GPL vmlinux 0xb87e88f4 agp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0xb87f40fe cppc_set_enable +EXPORT_SYMBOL_GPL vmlinux 0xb88dbfce irq_set_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0xb89e69b1 jump_label_update_timeout +EXPORT_SYMBOL_GPL vmlinux 0xb8a1465a ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xb8ab68df intel_microcode_sanity_check +EXPORT_SYMBOL_GPL vmlinux 0xb8b2b1f7 mce_register_decode_chain +EXPORT_SYMBOL_GPL vmlinux 0xb8c6a8cf iommu_device_link +EXPORT_SYMBOL_GPL vmlinux 0xb8cd3a7f nf_logger_put +EXPORT_SYMBOL_GPL vmlinux 0xb8dace91 pinctrl_utils_reserve_map +EXPORT_SYMBOL_GPL vmlinux 0xb8e43601 ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0xb8ec7a92 dev_pm_opp_set_opp +EXPORT_SYMBOL_GPL vmlinux 0xb8f11603 idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb8f120e0 clean_acked_data_enable +EXPORT_SYMBOL_GPL vmlinux 0xb8f6d1c8 iptunnel_metadata_reply +EXPORT_SYMBOL_GPL vmlinux 0xb8ff9eb9 devm_pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb9074200 __SCK__tp_func_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0xb90b17e0 iommu_device_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xb90c51c7 find_vpid +EXPORT_SYMBOL_GPL vmlinux 0xb90ce1c4 __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0xb912560d static_key_disable +EXPORT_SYMBOL_GPL vmlinux 0xb92ad8a2 edac_pci_del_device +EXPORT_SYMBOL_GPL vmlinux 0xb92be4e4 spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0xb940d90d hte_enable_ts +EXPORT_SYMBOL_GPL vmlinux 0xb944d7d2 gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0xb948e2ec bus_get_dev_root +EXPORT_SYMBOL_GPL vmlinux 0xb9605546 tcp_plb_update_state_upon_rto +EXPORT_SYMBOL_GPL vmlinux 0xb96302ab pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0xb9681621 xdp_do_flush +EXPORT_SYMBOL_GPL vmlinux 0xb96a4551 __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0xb9852d11 __traceiter_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xb99a3b00 sbitmap_queue_recalculate_wake_batch +EXPORT_SYMBOL_GPL vmlinux 0xb9b37ef2 pci_p2pdma_enable_show +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9bece54 __tracepoint_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0xb9c16f51 hv_max_vp_index +EXPORT_SYMBOL_GPL vmlinux 0xb9c1c3ac security_kernel_post_read_file +EXPORT_SYMBOL_GPL vmlinux 0xb9c2e83c usb_set_wireless_status +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9e686b2 devm_namespace_enable +EXPORT_SYMBOL_GPL vmlinux 0xb9ff867b do_xdp_generic +EXPORT_SYMBOL_GPL vmlinux 0xba01ec83 hv_stimer_global_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xba07d80d cgroup_get_e_css +EXPORT_SYMBOL_GPL vmlinux 0xba1f4262 smp_ops +EXPORT_SYMBOL_GPL vmlinux 0xba220db7 __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba351a51 vtime_guest_exit +EXPORT_SYMBOL_GPL vmlinux 0xba442314 tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xba4560cc devm_irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xba5ed3fd kiocb_modified +EXPORT_SYMBOL_GPL vmlinux 0xba746a78 devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0xba829fbc devm_nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0xba82d00b fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0xba82f246 uv_bios_install_heap +EXPORT_SYMBOL_GPL vmlinux 0xba920825 irq_gc_mask_disable_reg +EXPORT_SYMBOL_GPL vmlinux 0xbaa74ca0 fwnode_graph_get_remote_port_parent +EXPORT_SYMBOL_GPL vmlinux 0xbab766df xhci_check_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0xbab9a9f0 maxim_charger_currents +EXPORT_SYMBOL_GPL vmlinux 0xbabaab34 class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xbabdf9d7 class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbadc80b2 arch_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xbae3fcf9 sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbaf6850c fsnotify_wait_marks_destroyed +EXPORT_SYMBOL_GPL vmlinux 0xbaf9d785 __tss_limit_invalid +EXPORT_SYMBOL_GPL vmlinux 0xbb028ad3 rcu_gp_slow_register +EXPORT_SYMBOL_GPL vmlinux 0xbb02c9ab devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb0b25d2 register_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0xbb258b97 percpu_down_write +EXPORT_SYMBOL_GPL vmlinux 0xbb35ef87 mtrr_state +EXPORT_SYMBOL_GPL vmlinux 0xbb4146b3 get_completed_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xbb41f553 srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0xbb5598ce get_llc_id +EXPORT_SYMBOL_GPL vmlinux 0xbb6225d4 irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xbb6508da random_get_entropy_fallback +EXPORT_SYMBOL_GPL vmlinux 0xbb6a3cbd devlink_fmsg_arr_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xbb6f025a asymmetric_key_generate_id +EXPORT_SYMBOL_GPL vmlinux 0xbb7195a5 xdp_warn +EXPORT_SYMBOL_GPL vmlinux 0xbb751df1 fb_deferred_io_release +EXPORT_SYMBOL_GPL vmlinux 0xbb78df69 usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0xbb9350b7 fsnotify_find_mark +EXPORT_SYMBOL_GPL vmlinux 0xbb9e91a4 devlink_flash_update_status_notify +EXPORT_SYMBOL_GPL vmlinux 0xbbb98859 edid_info +EXPORT_SYMBOL_GPL vmlinux 0xbbbb543d nvmem_cell_read_u16 +EXPORT_SYMBOL_GPL vmlinux 0xbbc32721 vfs_set_acl +EXPORT_SYMBOL_GPL vmlinux 0xbbe2d00e ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0xbbe5611b crc64_rocksoft_update +EXPORT_SYMBOL_GPL vmlinux 0xbbe56404 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0xbbf2adb0 metadata_dst_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0xbbf5648d mmc_regulator_set_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0xbc09bacf tcp_ca_openreq_child +EXPORT_SYMBOL_GPL vmlinux 0xbc1bbb46 ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0xbc213a98 wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xbc28bac2 regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0xbc2e89f2 scsi_internal_device_block_nowait +EXPORT_SYMBOL_GPL vmlinux 0xbc314156 nop_mnt_idmap +EXPORT_SYMBOL_GPL vmlinux 0xbc3f2cb0 timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xbc4093ad scsi_host_complete_all_commands +EXPORT_SYMBOL_GPL vmlinux 0xbc40fb1a regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0xbc45c166 usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0xbc4a9345 vcap_enable_lookups +EXPORT_SYMBOL_GPL vmlinux 0xbc4e24bb copy_mc_to_kernel +EXPORT_SYMBOL_GPL vmlinux 0xbc5c4ef2 devm_watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0xbc600dc9 preempt_model_voluntary +EXPORT_SYMBOL_GPL vmlinux 0xbc60dc37 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0xbc6215b0 rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xbc62792a adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0xbc639a96 skb_mpls_update_lse +EXPORT_SYMBOL_GPL vmlinux 0xbc6b5614 spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0xbc6bec66 free_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc92596d intel_pt_validate_cap +EXPORT_SYMBOL_GPL vmlinux 0xbc9b8588 ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xbca89bb3 usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xbcae6d56 disk_alloc_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0xbcb838a1 amd_flush_garts +EXPORT_SYMBOL_GPL vmlinux 0xbcc15e75 ktime_get_coarse_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xbcc2eda3 dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbce12556 clk_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xbce59467 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0xbcf1f0e6 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xbcf7a7ce fib_rules_seq_read +EXPORT_SYMBOL_GPL vmlinux 0xbd06f3a9 ata_get_cmd_name +EXPORT_SYMBOL_GPL vmlinux 0xbd076521 dma_map_sgtable +EXPORT_SYMBOL_GPL vmlinux 0xbd0c4346 gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0xbd0d6f1a xenbus_alloc_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xbd0dfe38 iommu_get_domain_for_dev +EXPORT_SYMBOL_GPL vmlinux 0xbd11467a gpiod_set_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0xbd1de128 dev_get_tstats64 +EXPORT_SYMBOL_GPL vmlinux 0xbd229113 pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0xbd3fe1e3 disable_hardirq +EXPORT_SYMBOL_GPL vmlinux 0xbd417dfc usb_phy_set_charger_current +EXPORT_SYMBOL_GPL vmlinux 0xbd5313ca __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xbd5ef27d ct_user_enter +EXPORT_SYMBOL_GPL vmlinux 0xbd71a09c tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0xbd7aaaee add_memory +EXPORT_SYMBOL_GPL vmlinux 0xbd85bbb6 usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0xbd99e873 __SCT__tp_func_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xbd9b5dd8 badblocks_clear +EXPORT_SYMBOL_GPL vmlinux 0xbda04a91 cond_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xbda91f19 genphy_c45_fast_retrain +EXPORT_SYMBOL_GPL vmlinux 0xbdb0b0ae pci_hp_del +EXPORT_SYMBOL_GPL vmlinux 0xbdb2217d hv_is_isolation_supported +EXPORT_SYMBOL_GPL vmlinux 0xbdb2dfd5 uv_bios_reserved_page_pa +EXPORT_SYMBOL_GPL vmlinux 0xbdca3582 __traceiter_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xbdca6fcd acpiphp_register_attention +EXPORT_SYMBOL_GPL vmlinux 0xbdda1b5f vmalloc_huge +EXPORT_SYMBOL_GPL vmlinux 0xbddbad62 rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xbde3e08c i2c_dw_validate_speed +EXPORT_SYMBOL_GPL vmlinux 0xbde4960c unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xbde6063f bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0xbdeca7a4 crypto_alloc_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0xbdf8f1c7 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xbe148f79 devm_pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0xbe18e564 acpi_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xbe284087 trace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0xbe2d3084 devl_rate_node_create +EXPORT_SYMBOL_GPL vmlinux 0xbe43bd4e fsnotify_destroy_mark +EXPORT_SYMBOL_GPL vmlinux 0xbe5c888b crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0xbe65e182 max_cswd_read_retries +EXPORT_SYMBOL_GPL vmlinux 0xbe687e88 wake_up_all_idle_cpus +EXPORT_SYMBOL_GPL vmlinux 0xbe7421db msi_lock_descs +EXPORT_SYMBOL_GPL vmlinux 0xbe744257 efi_get_embedded_fw +EXPORT_SYMBOL_GPL vmlinux 0xbe748b1f intel_find_matching_signature +EXPORT_SYMBOL_GPL vmlinux 0xbe9a83d5 dw_pcie_write +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbeb8ba7f iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0xbec66c3a __apei_exec_run +EXPORT_SYMBOL_GPL vmlinux 0xbedc28c7 pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0xbedc8034 serial8250_read_char +EXPORT_SYMBOL_GPL vmlinux 0xbeec14d9 crypto_register_ahashes +EXPORT_SYMBOL_GPL vmlinux 0xbeffddb4 irq_domain_free_irqs_common +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf071021 proc_create_net_single +EXPORT_SYMBOL_GPL vmlinux 0xbf076bb1 devlink_priv +EXPORT_SYMBOL_GPL vmlinux 0xbf0e7cb2 dev_pm_domain_attach +EXPORT_SYMBOL_GPL vmlinux 0xbf13338c __tracepoint_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xbf165dec __SCT__tp_func_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xbf2a4a07 cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0xbf2e038e register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xbf2e2e71 housekeeping_enabled +EXPORT_SYMBOL_GPL vmlinux 0xbf3951b4 dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xbf3b0534 list_lru_walk_one +EXPORT_SYMBOL_GPL vmlinux 0xbf408357 sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xbf4513c3 devlink_linecard_activate +EXPORT_SYMBOL_GPL vmlinux 0xbf71d20b __SCK__tp_func_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xbf763b02 devlink_region_create +EXPORT_SYMBOL_GPL vmlinux 0xbfa3e5f9 blk_crypto_register +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfccb310 umd_cleanup_helper +EXPORT_SYMBOL_GPL vmlinux 0xbfe02a00 ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0xbfe5616d tick_broadcast_oneshot_control +EXPORT_SYMBOL_GPL vmlinux 0xbfed2cd9 __wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0xc010203d devfreq_event_set_event +EXPORT_SYMBOL_GPL vmlinux 0xc02cfd6d ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0xc02f277e efivars_register +EXPORT_SYMBOL_GPL vmlinux 0xc03b3c29 fpu_copy_guest_fpstate_to_uabi +EXPORT_SYMBOL_GPL vmlinux 0xc04f363c regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xc052f935 mctp_unregister_netdev +EXPORT_SYMBOL_GPL vmlinux 0xc06138bb pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0xc06becd9 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0xc07197a4 __blk_req_zone_write_unlock +EXPORT_SYMBOL_GPL vmlinux 0xc074ac79 platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0xc07b3f9c platform_bus +EXPORT_SYMBOL_GPL vmlinux 0xc07c394b bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc083d4aa __SCK__tp_func_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xc08bbce6 irq_get_percpu_devid_partition +EXPORT_SYMBOL_GPL vmlinux 0xc090c376 net_selftest_get_strings +EXPORT_SYMBOL_GPL vmlinux 0xc0a96e14 rcu_gp_is_expedited +EXPORT_SYMBOL_GPL vmlinux 0xc0aa31f9 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0xc0aeaf1b wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0xc0b2664d devlink_dpipe_header_ipv4 +EXPORT_SYMBOL_GPL vmlinux 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL vmlinux 0xc0f0458a ip_tunnel_unneed_metadata +EXPORT_SYMBOL_GPL vmlinux 0xc102f305 clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0xc103665c dev_pm_opp_remove +EXPORT_SYMBOL_GPL vmlinux 0xc1086e0c sysrq_toggle_support +EXPORT_SYMBOL_GPL vmlinux 0xc1186095 pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0xc137881d scsi_internal_device_unblock_nowait +EXPORT_SYMBOL_GPL vmlinux 0xc149afff virtqueue_get_buf_ctx +EXPORT_SYMBOL_GPL vmlinux 0xc1597687 gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0xc1743430 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc17e9946 usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0xc196c1ff edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xc198418e ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0xc19fa4a0 rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0xc1b25b70 devfreq_event_disable_edev +EXPORT_SYMBOL_GPL vmlinux 0xc1b78e8d devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0xc1c83a6b usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xc1ca3523 dax_writeback_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0xc1cab838 icc_set_bw +EXPORT_SYMBOL_GPL vmlinux 0xc1e1c2b5 vcap_find_admin +EXPORT_SYMBOL_GPL vmlinux 0xc1e2dac7 dw_pcie_ep_init_complete +EXPORT_SYMBOL_GPL vmlinux 0xc1e6986e interval_tree_span_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xc20147f0 pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0xc2033d9f amd_get_highest_perf +EXPORT_SYMBOL_GPL vmlinux 0xc214061c mctp_register_netdev +EXPORT_SYMBOL_GPL vmlinux 0xc21960c4 sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0xc21fcffe __SCK__tp_func_block_split +EXPORT_SYMBOL_GPL vmlinux 0xc222c005 wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc23601c1 __SCT__tp_func_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xc2368ea5 ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0xc241d282 __regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xc2425f6b dax_layout_busy_page_range +EXPORT_SYMBOL_GPL vmlinux 0xc247065c skcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0xc2507ed0 crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0xc258218e ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xc25b8971 hv_remove_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0xc2692173 wakeup_sources_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xc26ac04c __traceiter_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0xc2726fe9 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0xc275da68 device_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0xc2816dbd devm_pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0xc287d96a kvm_set_posted_intr_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0xc289e46d cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xc299180e genphy_c45_pma_baset1_read_master_slave +EXPORT_SYMBOL_GPL vmlinux 0xc2a3e570 errata +EXPORT_SYMBOL_GPL vmlinux 0xc2a814db tcp_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xc2acf6cb ata_host_put +EXPORT_SYMBOL_GPL vmlinux 0xc2c1ab56 kpp_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xc2c1c427 perf_event_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc2d55962 work_on_cpu_key +EXPORT_SYMBOL_GPL vmlinux 0xc2d64058 irq_chip_release_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0xc2dc0eae l3mdev_table_lookup_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc2de27ca hest_disable +EXPORT_SYMBOL_GPL vmlinux 0xc2fac5d9 sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0xc2fb483f __SCT__tp_func_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xc3062881 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0xc30e661d unregister_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xc30f2d60 sync_blockdev_nowait +EXPORT_SYMBOL_GPL vmlinux 0xc32a0e35 apply_to_existing_page_range +EXPORT_SYMBOL_GPL vmlinux 0xc32a19e3 __tcp_send_ack +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc3427616 usb_get_role_switch_default_mode +EXPORT_SYMBOL_GPL vmlinux 0xc34c2aa2 vring_create_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xc3585875 crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0xc35eb38c irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xc3611f0e phy_led_triggers_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc365b0fc kobject_move +EXPORT_SYMBOL_GPL vmlinux 0xc36ef180 acpi_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0xc3708747 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc3805cd1 fs_ftype_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0xc380ba8d dev_pm_opp_find_bw_ceil +EXPORT_SYMBOL_GPL vmlinux 0xc380decf __SCK__tp_func_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xc3876c1a hv_isolation_type_snp +EXPORT_SYMBOL_GPL vmlinux 0xc3997d9d mpi_read_raw_from_sgl +EXPORT_SYMBOL_GPL vmlinux 0xc39c2e6d regmap_test_bits +EXPORT_SYMBOL_GPL vmlinux 0xc3aa55b8 devm_regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc3b47825 rcu_async_relax +EXPORT_SYMBOL_GPL vmlinux 0xc3c4c6cc hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0xc3c6679e watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xc3cb65ec regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xc3cc4300 smca_get_long_name +EXPORT_SYMBOL_GPL vmlinux 0xc3de65ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc3e1021c __SCT__tp_func_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc3e2994e serial8250_get_port +EXPORT_SYMBOL_GPL vmlinux 0xc3e71ba3 vcap_tc_flower_handler_ip_usage +EXPORT_SYMBOL_GPL vmlinux 0xc3ea5305 iommu_default_passthrough +EXPORT_SYMBOL_GPL vmlinux 0xc3eaf549 xdp_return_frame +EXPORT_SYMBOL_GPL vmlinux 0xc3f31495 gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0xc3ffbef8 dev_pm_opp_get_required_pstate +EXPORT_SYMBOL_GPL vmlinux 0xc4008d55 xen_have_vector_callback +EXPORT_SYMBOL_GPL vmlinux 0xc407b6c0 nvdimm_region_delete +EXPORT_SYMBOL_GPL vmlinux 0xc412e410 get_net_ns_by_fd +EXPORT_SYMBOL_GPL vmlinux 0xc41abce2 __fscrypt_prepare_link +EXPORT_SYMBOL_GPL vmlinux 0xc41e1817 usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xc420a564 xhci_dbg_trace +EXPORT_SYMBOL_GPL vmlinux 0xc426c51f klp_shadow_free_all +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc433f41b device_attach +EXPORT_SYMBOL_GPL vmlinux 0xc43e92b9 trace_seq_bprintf +EXPORT_SYMBOL_GPL vmlinux 0xc44afc48 pse_ethtool_set_config +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc45566c0 serial8250_rpm_put +EXPORT_SYMBOL_GPL vmlinux 0xc45d0d13 injectm +EXPORT_SYMBOL_GPL vmlinux 0xc46324f6 dynevent_create +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc4847862 ping_err +EXPORT_SYMBOL_GPL vmlinux 0xc48a7336 usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xc4a31146 rdma_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc4a72936 trusted_tpm_send +EXPORT_SYMBOL_GPL vmlinux 0xc4b92631 genphy_c45_plca_get_status +EXPORT_SYMBOL_GPL vmlinux 0xc4c19dd4 vp_modern_set_features +EXPORT_SYMBOL_GPL vmlinux 0xc4d022cb __SCT__tp_func_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xc4d4cf3e __tracepoint_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xc4d5e0e8 acpi_gpio_get_irq_resource +EXPORT_SYMBOL_GPL vmlinux 0xc4d814e5 __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0xc4d9a8ba crypto_register_scomps +EXPORT_SYMBOL_GPL vmlinux 0xc4dc2e97 devm_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0xc4e6ce9b __devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0xc4f0da12 ktime_get_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xc4f3ac1a sk_msg_trim +EXPORT_SYMBOL_GPL vmlinux 0xc503e2c0 lwtunnel_fill_encap +EXPORT_SYMBOL_GPL vmlinux 0xc50dca33 __SCT__tp_func_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0xc50deeca skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0xc512626a __supported_pte_mask +EXPORT_SYMBOL_GPL vmlinux 0xc5169d4b cpufreq_dbs_governor_limits +EXPORT_SYMBOL_GPL vmlinux 0xc51851a2 xhci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0xc5298695 fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0xc52cfe12 devm_regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc53fbf87 dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0xc5448c6e vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0xc559389f hsu_dma_get_status +EXPORT_SYMBOL_GPL vmlinux 0xc55c55a5 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0xc5604800 clk_set_rate_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xc569d8ce __clk_get_name +EXPORT_SYMBOL_GPL vmlinux 0xc57488ae user_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc5777fca linear_range_get_selector_low_array +EXPORT_SYMBOL_GPL vmlinux 0xc5778b04 tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xc5788983 bpf_offload_dev_netdev_register +EXPORT_SYMBOL_GPL vmlinux 0xc582c4f7 perf_event_pause +EXPORT_SYMBOL_GPL vmlinux 0xc584c599 acpi_dev_clear_dependencies +EXPORT_SYMBOL_GPL vmlinux 0xc58a3ee6 icc_node_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc58a5875 acpi_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0xc5936004 __SCK__tp_func_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0xc5a1c465 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc5a5c678 uart_parse_earlycon +EXPORT_SYMBOL_GPL vmlinux 0xc5b353dc event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0xc5b4dd6c msg_zerocopy_callback +EXPORT_SYMBOL_GPL vmlinux 0xc5b792c0 blk_mq_sched_mark_restart_hctx +EXPORT_SYMBOL_GPL vmlinux 0xc5d6bcd9 skb_zerocopy_iter_stream +EXPORT_SYMBOL_GPL vmlinux 0xc5e781fa pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xc5eade5d msi_next_desc +EXPORT_SYMBOL_GPL vmlinux 0xc5eb7177 dev_pm_domain_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0xc600710d skcipher_alloc_instance_simple +EXPORT_SYMBOL_GPL vmlinux 0xc604ab28 __SCT__tp_func_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc61956c9 ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0xc61bbaed pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0xc62291d6 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0xc6250576 ZSTD_isError +EXPORT_SYMBOL_GPL vmlinux 0xc62611e1 scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xc62c51ed dm_disk +EXPORT_SYMBOL_GPL vmlinux 0xc6497547 pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0xc64a8925 device_link_del +EXPORT_SYMBOL_GPL vmlinux 0xc64fd66a add_hwgenerator_randomness +EXPORT_SYMBOL_GPL vmlinux 0xc652fb11 dmaengine_desc_attach_metadata +EXPORT_SYMBOL_GPL vmlinux 0xc6569014 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0xc6572a90 xenbus_read_unsigned +EXPORT_SYMBOL_GPL vmlinux 0xc66019cc xen_resume_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc6779093 ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xc683da81 set_memory_decrypted +EXPORT_SYMBOL_GPL vmlinux 0xc697b0f7 nvmem_device_read +EXPORT_SYMBOL_GPL vmlinux 0xc6999d55 devlink_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc69ca4a8 reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc6a4a872 __clk_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xc6aabbb8 irq_chip_retrigger_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xc6afba23 virtqueue_add_inbuf_ctx +EXPORT_SYMBOL_GPL vmlinux 0xc6ca3b0e sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xc6cb6b5a put_io_context +EXPORT_SYMBOL_GPL vmlinux 0xc6d1d942 clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0xc6d32481 icc_nodes_remove +EXPORT_SYMBOL_GPL vmlinux 0xc6def34b gnttab_empty_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xc6e06f92 __traceiter_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xc6e1af4c param_ops_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0xc6e5bcf3 linear_range_get_selector_within +EXPORT_SYMBOL_GPL vmlinux 0xc6f548a0 usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0xc6fc2bf9 __fsverity_cleanup_inode +EXPORT_SYMBOL_GPL vmlinux 0xc6fe341c thermal_zone_device_type +EXPORT_SYMBOL_GPL vmlinux 0xc703821b pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xc7061ef3 iova_cache_put +EXPORT_SYMBOL_GPL vmlinux 0xc706922e crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc717778d devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc728cb01 iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0xc73535d9 anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc74bc95e mbox_request_channel_byname +EXPORT_SYMBOL_GPL vmlinux 0xc74c07ce cppc_get_epp_perf +EXPORT_SYMBOL_GPL vmlinux 0xc7520164 bdev_nr_zones +EXPORT_SYMBOL_GPL vmlinux 0xc78421d9 virtio_add_status +EXPORT_SYMBOL_GPL vmlinux 0xc7856e74 __wake_up_locked_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7a30759 ethnl_cable_test_pulse +EXPORT_SYMBOL_GPL vmlinux 0xc7a7e770 clk_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xc7c23ff0 xenbus_exists +EXPORT_SYMBOL_GPL vmlinux 0xc7c2f31d regulator_set_ramp_delay_regmap +EXPORT_SYMBOL_GPL vmlinux 0xc7ca51a2 __traceiter_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0xc7ccbd86 devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xc7d70101 kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0xc7daed96 sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xc7e64fc2 asn1_encode_integer +EXPORT_SYMBOL_GPL vmlinux 0xc7f4feed misc_cg_try_charge +EXPORT_SYMBOL_GPL vmlinux 0xc7fa4aa9 kobj_ns_drop +EXPORT_SYMBOL_GPL vmlinux 0xc7fa8ec8 tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc80c577a of_icc_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0xc80e332a i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0xc8100aa2 thermal_acpi_passive_trip_temp +EXPORT_SYMBOL_GPL vmlinux 0xc8126340 clear_mce_nospec +EXPORT_SYMBOL_GPL vmlinux 0xc81aa1b7 kthread_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0xc8223fbe umd_unload_blob +EXPORT_SYMBOL_GPL vmlinux 0xc82b851f pci_p2pmem_find_many +EXPORT_SYMBOL_GPL vmlinux 0xc82c721f klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xc834391c blk_freeze_queue_start +EXPORT_SYMBOL_GPL vmlinux 0xc839c1ce trace_seq_to_user +EXPORT_SYMBOL_GPL vmlinux 0xc8464472 unmap_mapping_pages +EXPORT_SYMBOL_GPL vmlinux 0xc8594d3d reset_control_acquire +EXPORT_SYMBOL_GPL vmlinux 0xc85c4f24 sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0xc874d710 hv_unmap_ioapic_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xc87536bb fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0xc87e487a sched_clock_idle_sleep_event +EXPORT_SYMBOL_GPL vmlinux 0xc87edb0e clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xc87ee50b __tracepoint_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0xc8862d42 kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0xc88c03d4 blk_req_zone_write_trylock +EXPORT_SYMBOL_GPL vmlinux 0xc8992b8b walk_hmem_resources +EXPORT_SYMBOL_GPL vmlinux 0xc8a92e94 fsverity_ioctl_enable +EXPORT_SYMBOL_GPL vmlinux 0xc8b944bb wbc_attach_and_unlock_inode +EXPORT_SYMBOL_GPL vmlinux 0xc8be3829 fscrypt_prepare_new_inode +EXPORT_SYMBOL_GPL vmlinux 0xc8c1cbe6 xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0xc8c4b5e2 tpm_try_get_ops +EXPORT_SYMBOL_GPL vmlinux 0xc8ceb08a phy_modify +EXPORT_SYMBOL_GPL vmlinux 0xc8d45cb6 iommu_fwspec_init +EXPORT_SYMBOL_GPL vmlinux 0xc8d79535 fib6_rule_default +EXPORT_SYMBOL_GPL vmlinux 0xc8ddd5b5 kstrdup_quotable +EXPORT_SYMBOL_GPL vmlinux 0xc8f08576 xenbus_dev_groups +EXPORT_SYMBOL_GPL vmlinux 0xc8f93066 wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0xc8fe5d72 usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0xc90b059d vcap_chain_offset +EXPORT_SYMBOL_GPL vmlinux 0xc90e1e33 __SCK__tp_func_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0xc91ee1b5 __SCT__tp_func_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xc91fdf58 percpu_ref_is_zero +EXPORT_SYMBOL_GPL vmlinux 0xc9216a82 recalibrate_cpu_khz +EXPORT_SYMBOL_GPL vmlinux 0xc9345c0f digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0xc93e7b85 usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xc93ee1e7 usb_phy_roothub_init +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc961f37f __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0xc9641b48 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0xc968605b disk_uevent +EXPORT_SYMBOL_GPL vmlinux 0xc9778346 sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0xc9808cd4 sk_msg_return +EXPORT_SYMBOL_GPL vmlinux 0xc981247d __tracepoint_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0xc9827693 __bpf_call_base +EXPORT_SYMBOL_GPL vmlinux 0xc9831b35 gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0xc9996cbe bpf_prog_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0xc9a2c190 gnttab_page_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xc9a4b416 copy_to_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0xc9a55a77 mmu_interval_notifier_insert_locked +EXPORT_SYMBOL_GPL vmlinux 0xc9c3f176 hpet_register_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0xc9ceea06 clk_has_parent +EXPORT_SYMBOL_GPL vmlinux 0xc9dece30 bpf_map_put +EXPORT_SYMBOL_GPL vmlinux 0xc9ea2ca2 __SCK__tp_func_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0xc9ea90e7 bpf_offload_dev_netdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc9eb34b9 __traceiter_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9fd634a usb_role_switch_put +EXPORT_SYMBOL_GPL vmlinux 0xc9fdbe45 pwm_lpss_byt_info +EXPORT_SYMBOL_GPL vmlinux 0xca04426b devl_param_value_changed +EXPORT_SYMBOL_GPL vmlinux 0xca0b7ecb perf_report_aux_output_id +EXPORT_SYMBOL_GPL vmlinux 0xca0e0a61 phy_set_speed +EXPORT_SYMBOL_GPL vmlinux 0xca16b223 skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0xca27b176 fib_nl_delrule +EXPORT_SYMBOL_GPL vmlinux 0xca42df8d iommu_sva_get_pasid +EXPORT_SYMBOL_GPL vmlinux 0xca451a72 wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0xca454a34 vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0xca467318 hibernation_set_ops +EXPORT_SYMBOL_GPL vmlinux 0xca472335 pci_hp_destroy +EXPORT_SYMBOL_GPL vmlinux 0xca500464 ZSTD_getErrorName +EXPORT_SYMBOL_GPL vmlinux 0xca67ea2b noop_direct_IO +EXPORT_SYMBOL_GPL vmlinux 0xca6a3b04 pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0xca77cf7a devm_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0xca797d08 usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0xca7cef9d phy_set_mode_ext +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca971eb3 acpi_create_platform_device +EXPORT_SYMBOL_GPL vmlinux 0xca9a1d5e ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0xcaa0231c blk_mq_flush_busy_ctxs +EXPORT_SYMBOL_GPL vmlinux 0xcaa68533 cpu_has_xfeatures +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcaca1ba4 register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xcae539b6 shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0xcaed5139 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0xcaed637f sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0xcaeec453 ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0xcaf0271f hv_get_register +EXPORT_SYMBOL_GPL vmlinux 0xcaf1d958 evtchn_get +EXPORT_SYMBOL_GPL vmlinux 0xcb0581f6 balance_dirty_pages_ratelimited_flags +EXPORT_SYMBOL_GPL vmlinux 0xcb0b9794 fib4_rule_default +EXPORT_SYMBOL_GPL vmlinux 0xcb16ffe1 serial8250_do_get_mctrl +EXPORT_SYMBOL_GPL vmlinux 0xcb1b1334 power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0xcb2bfe2b nvmem_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcb349fa4 clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0xcb416225 pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xcb48f406 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0xcb4a7d9b public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0xcb561441 mem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0xcb5d4f32 pci_alloc_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0xcb6240ab __vfs_setxattr_locked +EXPORT_SYMBOL_GPL vmlinux 0xcb671f99 soc_device_match +EXPORT_SYMBOL_GPL vmlinux 0xcb714424 __SCK__tp_func_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0xcb73fede __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xcb856851 trace_array_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0xcb8a461c hv_stimer_legacy_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xcb9475b4 ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0xcb970751 stop_machine +EXPORT_SYMBOL_GPL vmlinux 0xcb97aab4 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0xcba1eecb dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0xcbb0fc8b pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0xcbb3b095 pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0xcbb46ca0 misc_cg_set_capacity +EXPORT_SYMBOL_GPL vmlinux 0xcbc92751 power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0xcbca628c platform_get_mem_or_io +EXPORT_SYMBOL_GPL vmlinux 0xcbd1cb24 ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0xcbd8102b debugfs_attr_read +EXPORT_SYMBOL_GPL vmlinux 0xcbdf5e8b ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0xcbe3a288 dev_fill_metadata_dst +EXPORT_SYMBOL_GPL vmlinux 0xcbe56bc2 zs_get_total_pages +EXPORT_SYMBOL_GPL vmlinux 0xcbea04a9 nexthop_find_by_id +EXPORT_SYMBOL_GPL vmlinux 0xcbf94e98 __tracepoint_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xcbfcffbe vcap_tc_flower_handler_cvlan_usage +EXPORT_SYMBOL_GPL vmlinux 0xcc00c6aa __auxiliary_device_add +EXPORT_SYMBOL_GPL vmlinux 0xcc0f752b usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0xcc109289 rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xcc1d102f acpi_driver_match_device +EXPORT_SYMBOL_GPL vmlinux 0xcc297108 xen_xenbus_fops +EXPORT_SYMBOL_GPL vmlinux 0xcc2c0c05 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0xcc2cb1c5 ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0xcc39c03e nvmem_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcc50a0d3 extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0xcc60b345 led_sysfs_disable +EXPORT_SYMBOL_GPL vmlinux 0xcc7cf035 __traceiter_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0xcc853e69 nvdimm_badblocks_populate +EXPORT_SYMBOL_GPL vmlinux 0xcc9268fc hwpoison_filter_enable +EXPORT_SYMBOL_GPL vmlinux 0xcc92dbb4 dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xcc935375 walk_iomem_res_desc +EXPORT_SYMBOL_GPL vmlinux 0xcc9ea6d9 __tracepoint_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0xccabde6f crc64_rocksoft_generic +EXPORT_SYMBOL_GPL vmlinux 0xccbb0376 rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccd86806 ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0xccd8ea33 wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0xccdfb21c fuse_conn_destroy +EXPORT_SYMBOL_GPL vmlinux 0xccf52bc9 sfp_upstream_start +EXPORT_SYMBOL_GPL vmlinux 0xcd09ab82 regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0xcd24e146 hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0xcd2621ca thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0xcd4b6426 phy_configure +EXPORT_SYMBOL_GPL vmlinux 0xcd698dd8 regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0xcd6bdb8b da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0xcd6f2dc9 nf_log_buf_add +EXPORT_SYMBOL_GPL vmlinux 0xcd76d792 pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0xcd81a945 switch_fpu_return +EXPORT_SYMBOL_GPL vmlinux 0xcd8e8f82 uv_bios_enum_objs +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcd9cd2ff wakeme_after_rcu +EXPORT_SYMBOL_GPL vmlinux 0xcda4c1b1 devlink_port_region_create +EXPORT_SYMBOL_GPL vmlinux 0xcda577c4 usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xcda87674 sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xcdb6adcc ras_userspace_consumers +EXPORT_SYMBOL_GPL vmlinux 0xcdc8002b usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcde26600 cppc_get_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0xcde37b35 thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xcde8b98e inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0xcdf0e655 get_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xcdf7c474 sysfs_groups_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xce020404 ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xce06eebe i2c_new_client_device +EXPORT_SYMBOL_GPL vmlinux 0xce0a4020 xenbus_directory +EXPORT_SYMBOL_GPL vmlinux 0xce150150 fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0xce2227fa pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0xce5c2fae wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce70b468 iomap_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0xce8afa1e usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0xce8e8f84 __thermal_zone_get_trip +EXPORT_SYMBOL_GPL vmlinux 0xce921295 iommu_device_register +EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xceb3da0d hte_push_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0xceb66bec sched_clock_cpu +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcefbf986 devm_power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0xcf02ab71 __SCT__tp_func_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xcf157ede __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xcf2b93c8 __SCT__tp_func_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xcf35629e __traceiter_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xcf4ada08 devm_regulator_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xcf66f76a register_fprobe_ips +EXPORT_SYMBOL_GPL vmlinux 0xcf78ec68 fpu_copy_uabi_to_guest_fpstate +EXPORT_SYMBOL_GPL vmlinux 0xcf7a13b5 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0xcf86d7ae bio_poll +EXPORT_SYMBOL_GPL vmlinux 0xcf94aeb2 devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0xcfa1f426 __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xcfac0411 dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0xcfc0a89a usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xcfc5108a devlink_fmsg_u8_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xcfc7b4e4 rcu_barrier_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0xcfd30d71 acpi_os_map_memory +EXPORT_SYMBOL_GPL vmlinux 0xcfda8b93 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0xcfe2df20 acpi_spi_count_resources +EXPORT_SYMBOL_GPL vmlinux 0xcff2793d dev_pm_opp_put +EXPORT_SYMBOL_GPL vmlinux 0xd002f689 __SCK__tp_func_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xd00db87b ata_ncq_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0xd0177a65 acrn_setup_intr_handler +EXPORT_SYMBOL_GPL vmlinux 0xd01c0670 clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0xd0310699 skcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xd0376f80 regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0xd03eaf4c schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0xd0458ccb xenbus_strstate +EXPORT_SYMBOL_GPL vmlinux 0xd0481a9c dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0xd0610f5d dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0xd061c845 usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd06531b5 rio_dma_prep_xfer +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd0686cd4 rcuref_put_slowpath +EXPORT_SYMBOL_GPL vmlinux 0xd06ab4f1 power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd06c8cf1 dma_resv_describe +EXPORT_SYMBOL_GPL vmlinux 0xd07e663e tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xd07e863c ehci_reset +EXPORT_SYMBOL_GPL vmlinux 0xd08a5cfa dst_cache_set_ip4 +EXPORT_SYMBOL_GPL vmlinux 0xd09911a6 acpi_dev_get_irq_type +EXPORT_SYMBOL_GPL vmlinux 0xd0a56a1c trace_array_printk +EXPORT_SYMBOL_GPL vmlinux 0xd0a7fba8 __SCK__tp_func_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xd0b4d879 mmc_get_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0c29890 l3mdev_fib_table_rcu +EXPORT_SYMBOL_GPL vmlinux 0xd0d156e9 __rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xd0d2f755 pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0xd0d3f0a4 gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0xd0d9f214 device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0xd0db0f12 run_dax +EXPORT_SYMBOL_GPL vmlinux 0xd0df013d nvdimm_provider_data +EXPORT_SYMBOL_GPL vmlinux 0xd0df12ba __SCT__tp_func_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xd0f3515e crypto_comp_decompress +EXPORT_SYMBOL_GPL vmlinux 0xd0f5a134 rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0xd0facac2 irq_domain_create_legacy +EXPORT_SYMBOL_GPL vmlinux 0xd0fbab56 acpi_dma_request_slave_chan_by_name +EXPORT_SYMBOL_GPL vmlinux 0xd0fd7085 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd128f9d2 pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xd1293747 power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0xd12e1236 rio_map_outb_region +EXPORT_SYMBOL_GPL vmlinux 0xd13325cd elv_register +EXPORT_SYMBOL_GPL vmlinux 0xd1341976 vfs_submount +EXPORT_SYMBOL_GPL vmlinux 0xd138c08a free_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0xd13a94d1 __SCT__tp_func_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xd13e5100 regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0xd142366f sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0xd1481de7 mpi_clear +EXPORT_SYMBOL_GPL vmlinux 0xd14c4278 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0xd14fe4ab nvdimm_flush +EXPORT_SYMBOL_GPL vmlinux 0xd159586c net_prio_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xd1643a70 xfrm_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xd1737f71 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xd17a399c pci_epf_create +EXPORT_SYMBOL_GPL vmlinux 0xd19bbb0d trace_array_put +EXPORT_SYMBOL_GPL vmlinux 0xd1a2a803 fwnode_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xd1b958d2 blk_bio_list_merge +EXPORT_SYMBOL_GPL vmlinux 0xd1c3fb44 vcap_free_rule +EXPORT_SYMBOL_GPL vmlinux 0xd1c59a1b regulator_set_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xd1cbc23c add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0xd1e9b2ad __SCT__tp_func_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xd1ee8278 trace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0xd1f2eee2 nf_logger_find_get +EXPORT_SYMBOL_GPL vmlinux 0xd20c66ab __SCT__tp_func_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd21b61bd async_schedule_node_domain +EXPORT_SYMBOL_GPL vmlinux 0xd21d83b8 virtio_device_restore +EXPORT_SYMBOL_GPL vmlinux 0xd22708bf serdev_device_write_room +EXPORT_SYMBOL_GPL vmlinux 0xd24cb7b4 pm_wakeup_ws_event +EXPORT_SYMBOL_GPL vmlinux 0xd24e9e8c klist_init +EXPORT_SYMBOL_GPL vmlinux 0xd260af0d ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd2780326 divider_recalc_rate +EXPORT_SYMBOL_GPL vmlinux 0xd27eeb4b alloc_iova +EXPORT_SYMBOL_GPL vmlinux 0xd27f215d gnttab_alloc_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xd280d900 nfs_ssc_client_tbl +EXPORT_SYMBOL_GPL vmlinux 0xd28478c6 bgpio_init +EXPORT_SYMBOL_GPL vmlinux 0xd290af1d ping_close +EXPORT_SYMBOL_GPL vmlinux 0xd293446c tcp_plb_check_rehash +EXPORT_SYMBOL_GPL vmlinux 0xd29c1f10 __traceiter_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0xd2a8c342 of_icc_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0xd2b10a05 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0xd2c4b0a9 __blk_trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0xd2c91e02 fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd2d7e59b unregister_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0xd2d8fe6b rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xd2f677a6 usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0xd2fbf92f dev_pm_opp_remove_all_dynamic +EXPORT_SYMBOL_GPL vmlinux 0xd302621b divider_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xd30c42b3 nf_checksum_partial +EXPORT_SYMBOL_GPL vmlinux 0xd313bc7b xas_nomem +EXPORT_SYMBOL_GPL vmlinux 0xd31a2ac5 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xd31cb420 dev_pm_opp_get_max_clock_latency +EXPORT_SYMBOL_GPL vmlinux 0xd320ebaf pci_epc_get_first_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xd325726f devm_platform_ioremap_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0xd337a92c clk_hw_get_name +EXPORT_SYMBOL_GPL vmlinux 0xd338d86d report_iommu_fault +EXPORT_SYMBOL_GPL vmlinux 0xd347ceb0 ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd34eaaae sfp_register_socket +EXPORT_SYMBOL_GPL vmlinux 0xd364251f call_switchdev_notifiers +EXPORT_SYMBOL_GPL vmlinux 0xd366a7be fw_devlink_purge_absent_suppliers +EXPORT_SYMBOL_GPL vmlinux 0xd36760ef __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xd368d0ff pci_epc_add_epf +EXPORT_SYMBOL_GPL vmlinux 0xd370187d sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0xd3752c27 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xd37b70cf devlink_traps_register +EXPORT_SYMBOL_GPL vmlinux 0xd381fcd4 dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xd3901d33 acpi_dev_resource_address_space +EXPORT_SYMBOL_GPL vmlinux 0xd39e9848 put_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xd3a85471 i2c_acpi_find_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0xd3ab49a8 __irq_resolve_mapping +EXPORT_SYMBOL_GPL vmlinux 0xd3c17548 l3mdev_link_scope_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd3cd8876 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0xd3d2206c __SCK__tp_func_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0xd3da0f42 cpu_device_create +EXPORT_SYMBOL_GPL vmlinux 0xd3eaf1ed devlink_dpipe_entry_clear +EXPORT_SYMBOL_GPL vmlinux 0xd3ec851c __traceiter_unmap +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd416cfec perf_guest_get_msrs +EXPORT_SYMBOL_GPL vmlinux 0xd426dbc4 erst_get_record_count +EXPORT_SYMBOL_GPL vmlinux 0xd42cce3d devm_hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0xd42f1d4e show_rcu_tasks_rude_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd4323e65 devl_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0xd4404350 __SCT__tp_func_block_split +EXPORT_SYMBOL_GPL vmlinux 0xd4430844 sched_set_normal +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd45a9bf1 device_find_child_by_name +EXPORT_SYMBOL_GPL vmlinux 0xd4670eb8 acpi_unregister_lps0_dev +EXPORT_SYMBOL_GPL vmlinux 0xd46af5ef cppc_get_perf_ctrs +EXPORT_SYMBOL_GPL vmlinux 0xd4744467 pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd478e09d xenbus_probe_node +EXPORT_SYMBOL_GPL vmlinux 0xd486392b __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0xd48a9773 drop_reasons_register_subsys +EXPORT_SYMBOL_GPL vmlinux 0xd48cb0d9 mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0xd48e7729 pm_clk_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd49bbce2 pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xd4b6157e devlink_health_reporter_recovery_done +EXPORT_SYMBOL_GPL vmlinux 0xd4b9a616 reset_control_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xd4be22d7 register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4c8fd59 __strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0xd4c99ff0 kthread_park +EXPORT_SYMBOL_GPL vmlinux 0xd4e6d7e0 linear_range_get_value +EXPORT_SYMBOL_GPL vmlinux 0xd4f5bfa5 iommu_queue_iopf +EXPORT_SYMBOL_GPL vmlinux 0xd4f661d5 pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0xd4fc12df blk_queue_write_cache +EXPORT_SYMBOL_GPL vmlinux 0xd51977a7 __udp_enqueue_schedule_skb +EXPORT_SYMBOL_GPL vmlinux 0xd525748f dma_resv_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd5301b2c linear_range_get_max_value +EXPORT_SYMBOL_GPL vmlinux 0xd5474690 usb_role_switch_set_role +EXPORT_SYMBOL_GPL vmlinux 0xd549023f sk_msg_clone +EXPORT_SYMBOL_GPL vmlinux 0xd54f6175 find_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0xd54f8d68 acpi_ec_add_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xd551d593 srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0xd55545c3 ip6_pol_route +EXPORT_SYMBOL_GPL vmlinux 0xd5565854 regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd575917a debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0xd577a7a3 da903x_read +EXPORT_SYMBOL_GPL vmlinux 0xd57de805 preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd59a1587 linkmode_resolve_pause +EXPORT_SYMBOL_GPL vmlinux 0xd59e73b0 fuse_request_end +EXPORT_SYMBOL_GPL vmlinux 0xd5a0e07e skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0xd5a93016 spi_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xd5beac18 switchdev_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0xd5c729b7 dax_inode +EXPORT_SYMBOL_GPL vmlinux 0xd5d38e2d nf_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xd5da5543 ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0xd5dbbe12 usb_hcd_setup_local_mem +EXPORT_SYMBOL_GPL vmlinux 0xd5f1b336 phy_driver_is_genphy +EXPORT_SYMBOL_GPL vmlinux 0xd5f3bb7b set_memory_encrypted +EXPORT_SYMBOL_GPL vmlinux 0xd5f59a99 xhci_get_ep_ctx +EXPORT_SYMBOL_GPL vmlinux 0xd605c12f skb_send_sock_locked +EXPORT_SYMBOL_GPL vmlinux 0xd607b039 dst_cache_set_ip6 +EXPORT_SYMBOL_GPL vmlinux 0xd61733de genphy_c45_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0xd624a48c sch_frag_xmit_hook +EXPORT_SYMBOL_GPL vmlinux 0xd642146d regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0xd64ed259 __memcat_p +EXPORT_SYMBOL_GPL vmlinux 0xd6594c2c fwnode_property_present +EXPORT_SYMBOL_GPL vmlinux 0xd66a7a35 sbitmap_queue_wake_all +EXPORT_SYMBOL_GPL vmlinux 0xd6704c65 usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd681a972 mmc_regulator_enable_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0xd68681d9 xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0xd693c58d debugfs_create_file_size +EXPORT_SYMBOL_GPL vmlinux 0xd6a37db1 virtio_config_changed +EXPORT_SYMBOL_GPL vmlinux 0xd6aafb42 crc64_rocksoft +EXPORT_SYMBOL_GPL vmlinux 0xd6ae9ba7 rcu_async_should_hurry +EXPORT_SYMBOL_GPL vmlinux 0xd6b27e8a xas_set_mark +EXPORT_SYMBOL_GPL vmlinux 0xd6bc9ac4 fscrypt_prepare_symlink +EXPORT_SYMBOL_GPL vmlinux 0xd6ce4935 cpufreq_policy_transition_delay_us +EXPORT_SYMBOL_GPL vmlinux 0xd6dee250 input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0xd6df01f7 perf_get_hw_event_config +EXPORT_SYMBOL_GPL vmlinux 0xd6ed25f0 acpi_register_lps0_dev +EXPORT_SYMBOL_GPL vmlinux 0xd6efff48 xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0xd6f36871 lwtunnel_get_encap_size +EXPORT_SYMBOL_GPL vmlinux 0xd6feefa5 agp_num_entries +EXPORT_SYMBOL_GPL vmlinux 0xd6ffa983 regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0xd70a3614 task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xd7115ecc ip_icmp_error_rfc4884 +EXPORT_SYMBOL_GPL vmlinux 0xd7269c64 osc_sb_native_usb4_control +EXPORT_SYMBOL_GPL vmlinux 0xd7293ffc percpu_ref_reinit +EXPORT_SYMBOL_GPL vmlinux 0xd72feba2 xenbus_read_driver_state +EXPORT_SYMBOL_GPL vmlinux 0xd745c809 badblocks_set +EXPORT_SYMBOL_GPL vmlinux 0xd74be956 regmap_get_raw_write_max +EXPORT_SYMBOL_GPL vmlinux 0xd74e400f show_rcu_tasks_classic_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd75386a4 ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd75b20aa rsa_parse_priv_key +EXPORT_SYMBOL_GPL vmlinux 0xd75c996f cros_ec_cmd +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd7754ce0 i2c_dw_probe_master +EXPORT_SYMBOL_GPL vmlinux 0xd778fab4 lwtunnel_build_state +EXPORT_SYMBOL_GPL vmlinux 0xd78536b1 usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xd78d9843 handle_mm_fault +EXPORT_SYMBOL_GPL vmlinux 0xd79f6eb6 rio_free_net +EXPORT_SYMBOL_GPL vmlinux 0xd7a86ea4 tcp_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xd7aea26e kernel_read_file_from_path_initns +EXPORT_SYMBOL_GPL vmlinux 0xd7b7e435 devlink_port_linecard_set +EXPORT_SYMBOL_GPL vmlinux 0xd7c22b52 trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xd7c7cf1c platform_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0xd7cea889 edac_mod_work +EXPORT_SYMBOL_GPL vmlinux 0xd7cfe12a regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xd7dfd517 hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0xd7f0e4a0 thermal_zone_device_disable +EXPORT_SYMBOL_GPL vmlinux 0xd7f2afa0 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0xd7fb86e1 xenbus_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xd809e3ed dev_pm_opp_enable +EXPORT_SYMBOL_GPL vmlinux 0xd817a210 led_compose_name +EXPORT_SYMBOL_GPL vmlinux 0xd81868a3 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0xd81e3155 __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0xd842b6c6 crypto_grab_spawn +EXPORT_SYMBOL_GPL vmlinux 0xd84d35bd dax_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd858b269 regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0xd87a926e regmap_field_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0xd87b3a24 devlink_remote_reload_actions_performed +EXPORT_SYMBOL_GPL vmlinux 0xd87cb8eb dma_fence_unwrap_next +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd883d792 device_set_node +EXPORT_SYMBOL_GPL vmlinux 0xd8855d09 rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xd89e2f3c inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0xd8a7037a __tracepoint_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xd8d065dd hv_stimer_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd8d68ab1 dmi_memdev_type +EXPORT_SYMBOL_GPL vmlinux 0xd8e9b57d exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0xd8ece9fd crypto_unregister_scomp +EXPORT_SYMBOL_GPL vmlinux 0xd8ef6baf ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xd8f506af fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xd8fbb14d net_cls_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xd909fe4f usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0xd9101242 regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xd914ddfb devm_pwm_lpss_probe +EXPORT_SYMBOL_GPL vmlinux 0xd917176c perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0xd91dbd1f xdp_alloc_skb_bulk +EXPORT_SYMBOL_GPL vmlinux 0xd922cfd0 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0xd92ef192 security_kernel_post_load_data +EXPORT_SYMBOL_GPL vmlinux 0xd92f0791 leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xd935f337 pci_msix_alloc_irq_at +EXPORT_SYMBOL_GPL vmlinux 0xd9360205 ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0xd9518b0c xen_xlate_unmap_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd9703ee2 relay_late_setup_files +EXPORT_SYMBOL_GPL vmlinux 0xd971f6ca __inode_attach_wb +EXPORT_SYMBOL_GPL vmlinux 0xd976b5ab iomap_get_folio +EXPORT_SYMBOL_GPL vmlinux 0xd98d064e serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0xd9916c3a idr_alloc_u32 +EXPORT_SYMBOL_GPL vmlinux 0xd9992eb4 uv_bios_get_geoinfo +EXPORT_SYMBOL_GPL vmlinux 0xd9adcd60 irq_chip_set_parent_state +EXPORT_SYMBOL_GPL vmlinux 0xd9bb2c13 pkcs7_get_content_data +EXPORT_SYMBOL_GPL vmlinux 0xd9d32275 mmu_notifier_get_locked +EXPORT_SYMBOL_GPL vmlinux 0xd9e24457 ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0xd9e59dd5 pci_msix_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xd9e61980 phy_gbit_all_ports_features +EXPORT_SYMBOL_GPL vmlinux 0xd9ea6d25 nf_hook_entries_delete_raw +EXPORT_SYMBOL_GPL vmlinux 0xd9f3a42e __SCK__tp_func_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd9f974d8 ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0xd9facf6d crypto_enqueue_request_head +EXPORT_SYMBOL_GPL vmlinux 0xd9fd297c folio_mkclean +EXPORT_SYMBOL_GPL vmlinux 0xd9ff2172 ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xda0947de kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda10e1e2 phy_basic_t1_features +EXPORT_SYMBOL_GPL vmlinux 0xda1e0508 sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xda1f78ee clear_hv_tscchange_cb +EXPORT_SYMBOL_GPL vmlinux 0xda320d31 sfp_module_start +EXPORT_SYMBOL_GPL vmlinux 0xda353070 clk_hw_determine_rate_no_reparent +EXPORT_SYMBOL_GPL vmlinux 0xda401345 __kernel_write +EXPORT_SYMBOL_GPL vmlinux 0xda407303 pm_wakeup_dev_event +EXPORT_SYMBOL_GPL vmlinux 0xda472cab page_cache_async_ra +EXPORT_SYMBOL_GPL vmlinux 0xda4caeff fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0xda63084c ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0xda69a2d0 watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0xda6efa32 dev_pm_opp_set_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0xda70667f regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0xda7912d4 freq_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xda8369a7 __traceiter_extlog_mem_event +EXPORT_SYMBOL_GPL vmlinux 0xda8e1302 software_node_find_by_name +EXPORT_SYMBOL_GPL vmlinux 0xda8e7af7 __tracepoint_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0xdaa06dc1 acpi_lpat_raw_to_temp +EXPORT_SYMBOL_GPL vmlinux 0xdab5a1eb interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xdae37c27 vcap_is_last_chain +EXPORT_SYMBOL_GPL vmlinux 0xdafcfe11 ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0xdb180c68 devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0xdb1aaf9b arch_is_platform_page +EXPORT_SYMBOL_GPL vmlinux 0xdb1d5204 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0xdb255e95 regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0xdb55cd0c phy_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0xdb62dc67 __SCT__tp_func_map +EXPORT_SYMBOL_GPL vmlinux 0xdb63a944 acpi_lpat_get_conversion_table +EXPORT_SYMBOL_GPL vmlinux 0xdb725701 md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0xdb76d151 gpiod_get_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xdb79e924 usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0xdb7a860b crypto_type_has_alg +EXPORT_SYMBOL_GPL vmlinux 0xdb83c836 vcap_tc_flower_handler_ipv6_usage +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1197 od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdb91325d devl_rate_nodes_destroy +EXPORT_SYMBOL_GPL vmlinux 0xdb91d8da spi_take_timestamp_post +EXPORT_SYMBOL_GPL vmlinux 0xdb9a72d9 handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0xdba0e344 machine_check_poll +EXPORT_SYMBOL_GPL vmlinux 0xdbbd5014 ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0xdbcd280d usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0xdbdb0e8b request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xdbe3b804 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0xdbe3dbe0 vhost_task_create +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdc013195 dm_table_device_name +EXPORT_SYMBOL_GPL vmlinux 0xdc02eb39 dmi_available +EXPORT_SYMBOL_GPL vmlinux 0xdc3b1425 usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0xdc43bdc6 pci_vpd_find_ro_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xdc45a5db edac_stop_work +EXPORT_SYMBOL_GPL vmlinux 0xdc4e22b2 rio_pw_enable +EXPORT_SYMBOL_GPL vmlinux 0xdc6596fa irq_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xdc6699cb acpi_dev_free_resource_list +EXPORT_SYMBOL_GPL vmlinux 0xdc6fdc37 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0xdc78b9ce apei_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0xdc7a1457 __tracepoint_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0xdc7df67f apei_exec_ctx_init +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc841b74 misc_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc97b840 lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xdc9d554b fib6_check_nexthop +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdcc1b1b9 mptcp_diag_fill_info +EXPORT_SYMBOL_GPL vmlinux 0xdccb6c11 switchdev_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0xdceb5362 efi_status_to_err +EXPORT_SYMBOL_GPL vmlinux 0xdcf0ef31 pci_aer_clear_nonfatal_status +EXPORT_SYMBOL_GPL vmlinux 0xdd0762df set_worker_desc +EXPORT_SYMBOL_GPL vmlinux 0xdd137eab dev_pm_opp_find_freq_ceil +EXPORT_SYMBOL_GPL vmlinux 0xdd13f98a mdiobus_modify +EXPORT_SYMBOL_GPL vmlinux 0xdd147427 exportfs_decode_fh_raw +EXPORT_SYMBOL_GPL vmlinux 0xdd170d81 gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0xdd25ed87 spi_setup +EXPORT_SYMBOL_GPL vmlinux 0xdd2854d4 mmc_send_abort_tuning +EXPORT_SYMBOL_GPL vmlinux 0xdd28e576 pci_get_dsn +EXPORT_SYMBOL_GPL vmlinux 0xdd330438 dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0xdd457fbf devm_thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0xdd4fe7db nvmem_layout_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0xdd5c9857 regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xdd626ee3 fuse_len_args +EXPORT_SYMBOL_GPL vmlinux 0xdd7ad6b4 dev_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0xdd8db5fc xenbus_dev_is_online +EXPORT_SYMBOL_GPL vmlinux 0xdd93c258 rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xdd96fa2d __cpuhp_state_add_instance +EXPORT_SYMBOL_GPL vmlinux 0xdd9dd80d xen_pvh +EXPORT_SYMBOL_GPL vmlinux 0xdda1f36e pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xddad9a15 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xddb1f666 serial8250_update_uartclk +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddc46df4 kernfs_path_from_node +EXPORT_SYMBOL_GPL vmlinux 0xddd0b691 mmu_interval_notifier_remove +EXPORT_SYMBOL_GPL vmlinux 0xddd41e4d vcap_lookup_keyfield +EXPORT_SYMBOL_GPL vmlinux 0xddd98a49 p2sb_bar +EXPORT_SYMBOL_GPL vmlinux 0xddd9c382 tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0xdddcc3c3 led_set_brightness_nosleep +EXPORT_SYMBOL_GPL vmlinux 0xddea50f1 skb_mpls_dec_ttl +EXPORT_SYMBOL_GPL vmlinux 0xddec3d99 srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xde0af24f udp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0xde1679be iov_iter_is_aligned +EXPORT_SYMBOL_GPL vmlinux 0xde19427a raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0xde29b025 nfs42_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0xde317198 hid_bpf_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0xde31bf7e unregister_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xde39c6b8 clk_hw_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0xde3d82e4 crypto_rng_reset +EXPORT_SYMBOL_GPL vmlinux 0xde4778a4 xhci_stop +EXPORT_SYMBOL_GPL vmlinux 0xde5574cf x509_load_certificate_list +EXPORT_SYMBOL_GPL vmlinux 0xde66b183 usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0xde67a3d0 vp_modern_set_status +EXPORT_SYMBOL_GPL vmlinux 0xde6e93bf __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0xde6f1851 TSS_checkhmac1 +EXPORT_SYMBOL_GPL vmlinux 0xde74155d iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0xde874338 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xde91522e devm_clk_get_enabled +EXPORT_SYMBOL_GPL vmlinux 0xde9ab8c7 xenbus_rm +EXPORT_SYMBOL_GPL vmlinux 0xde9d4158 bio_start_io_acct +EXPORT_SYMBOL_GPL vmlinux 0xdea412c6 extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xdead2e78 reserve_iova +EXPORT_SYMBOL_GPL vmlinux 0xdeb8222c kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0xdebee6a9 ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0xdedca684 __tracepoint_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0xdee784d5 __devm_clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0xdeefe6e6 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xdef7773d elv_rqhash_del +EXPORT_SYMBOL_GPL vmlinux 0xdefba954 max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xdeffa0a7 edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0xdf00c880 lwtunnel_cmp_encap +EXPORT_SYMBOL_GPL vmlinux 0xdf0c14d9 sfp_add_phy +EXPORT_SYMBOL_GPL vmlinux 0xdf0c757f ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0xdf0ca3f4 cpu_latency_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0xdf0d4c2b genphy_c45_pma_baset1_setup_master_slave +EXPORT_SYMBOL_GPL vmlinux 0xdf0de8f2 __tracepoint_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf1882af dbgp_reset_prep +EXPORT_SYMBOL_GPL vmlinux 0xdf1be5e1 __free_iova +EXPORT_SYMBOL_GPL vmlinux 0xdf21859d get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0xdf219ff1 register_trace_event +EXPORT_SYMBOL_GPL vmlinux 0xdf237453 timer_shutdown_sync +EXPORT_SYMBOL_GPL vmlinux 0xdf2738bb cpu_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdf31898f cper_mem_err_pack +EXPORT_SYMBOL_GPL vmlinux 0xdf32b232 ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xdf448d1c fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0xdf486396 power_supply_charge_behaviour_show +EXPORT_SYMBOL_GPL vmlinux 0xdf5465fe mddev_unlock +EXPORT_SYMBOL_GPL vmlinux 0xdf558314 power_supply_battery_info_properties +EXPORT_SYMBOL_GPL vmlinux 0xdf609d59 usb_amd_pt_check_port +EXPORT_SYMBOL_GPL vmlinux 0xdf691124 tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0xdf7bdfeb vp_legacy_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0xdf81924d uv_bios_mq_watchlist_free +EXPORT_SYMBOL_GPL vmlinux 0xdf8aeee6 thermal_zone_device_register_with_trips +EXPORT_SYMBOL_GPL vmlinux 0xdf99554b regulator_suspend_enable +EXPORT_SYMBOL_GPL vmlinux 0xdfa2f532 seg6_do_srh_encap +EXPORT_SYMBOL_GPL vmlinux 0xdfad8283 component_master_add_with_match +EXPORT_SYMBOL_GPL vmlinux 0xdfad8f79 spi_controller_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdfae801d attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0xdfcb6c90 mctrl_gpio_set +EXPORT_SYMBOL_GPL vmlinux 0xdfcccb31 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0xdfe2b75e usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0xdfe758aa irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0xdff8c176 inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xe00b15c6 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0xe01646a8 fwnode_get_next_parent +EXPORT_SYMBOL_GPL vmlinux 0xe01a7c54 group_cpus_evenly +EXPORT_SYMBOL_GPL vmlinux 0xe02cb4c0 bdev_disk_changed +EXPORT_SYMBOL_GPL vmlinux 0xe0313d71 rhashtable_insert_slow +EXPORT_SYMBOL_GPL vmlinux 0xe03b1127 anon_inode_getfd_secure +EXPORT_SYMBOL_GPL vmlinux 0xe0412102 driver_register +EXPORT_SYMBOL_GPL vmlinux 0xe041e2d6 __traceiter_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xe04c78db __SCT__tp_func_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0xe04d3681 irq_domain_translate_onecell +EXPORT_SYMBOL_GPL vmlinux 0xe0508e6c blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0xe054f0ef extcon_set_property_sync +EXPORT_SYMBOL_GPL vmlinux 0xe056e04e nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0xe05e2f85 nexthop_free_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe05e3ccb bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0xe06837c4 tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0xe085916b devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0xe089cfcc agp_memory_reserved +EXPORT_SYMBOL_GPL vmlinux 0xe0ae2c71 regulator_set_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0xe0b1c103 clk_set_max_rate +EXPORT_SYMBOL_GPL vmlinux 0xe0c4e14d hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0xe0c77bb5 mce_notify_irq +EXPORT_SYMBOL_GPL vmlinux 0xe0ccabcc firmware_upload_register +EXPORT_SYMBOL_GPL vmlinux 0xe0ce3da9 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0xe0d39f1c sgx_set_attribute +EXPORT_SYMBOL_GPL vmlinux 0xe0dd8c26 tracing_snapshot_cond_disable +EXPORT_SYMBOL_GPL vmlinux 0xe0e6ef02 perf_get_x86_pmu_capability +EXPORT_SYMBOL_GPL vmlinux 0xe0ec871a da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xe0ed72a8 hrtimer_sleeper_start_expires +EXPORT_SYMBOL_GPL vmlinux 0xe0f3d7a1 crypto_wait_for_test +EXPORT_SYMBOL_GPL vmlinux 0xe100b6e4 net_selftest +EXPORT_SYMBOL_GPL vmlinux 0xe10cd6ad erst_get_record_id_begin +EXPORT_SYMBOL_GPL vmlinux 0xe132600f pci_p2pdma_enable_store +EXPORT_SYMBOL_GPL vmlinux 0xe13a9dae shash_no_setkey +EXPORT_SYMBOL_GPL vmlinux 0xe144d108 devlink_port_fini +EXPORT_SYMBOL_GPL vmlinux 0xe14c49de pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0xe1729a2a set_primary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xe17786a9 class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0xe17949fe d_same_name +EXPORT_SYMBOL_GPL vmlinux 0xe184eb31 __traceiter_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xe19e2895 __tracepoint_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xe1a2e406 __traceiter_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xe1a4e4b0 add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0xe1a614a6 device_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0xe1a8d7c9 net_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xe1aa2d62 set_hv_tscchange_cb +EXPORT_SYMBOL_GPL vmlinux 0xe1ada18d ata_acpi_cbl_80wire +EXPORT_SYMBOL_GPL vmlinux 0xe1bc1c7f blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1c451bc acpi_get_and_request_gpiod +EXPORT_SYMBOL_GPL vmlinux 0xe1c87a2f kernel_can_power_off +EXPORT_SYMBOL_GPL vmlinux 0xe1c99513 devl_dpipe_table_register +EXPORT_SYMBOL_GPL vmlinux 0xe1d26a25 of_css +EXPORT_SYMBOL_GPL vmlinux 0xe1d993b2 rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0xe1f98d2b em_pd_get +EXPORT_SYMBOL_GPL vmlinux 0xe215156a usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0xe22cefe1 crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0xe233762a input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0xe23e0ef9 __SCK__tp_func_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0xe240d9a0 devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0xe25d23f3 blocking_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0xe2665775 mbox_chan_received_data +EXPORT_SYMBOL_GPL vmlinux 0xe270d61d __traceiter_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0xe271f20c __SCT__tp_func_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0xe283857e pci_epc_mem_exit +EXPORT_SYMBOL_GPL vmlinux 0xe2923104 devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0xe295c0ff is_hpet_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe29772ff tcp_leave_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xe29febec crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0xe2b1f7d7 irq_gc_noop +EXPORT_SYMBOL_GPL vmlinux 0xe2b3207a unregister_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe2ce2b4d evm_set_key +EXPORT_SYMBOL_GPL vmlinux 0xe2d4f386 vcap_val_rule +EXPORT_SYMBOL_GPL vmlinux 0xe2ec293b sbitmap_queue_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xe2ffefc1 blk_mq_alloc_sq_tag_set +EXPORT_SYMBOL_GPL vmlinux 0xe31bb370 blk_mq_sched_try_insert_merge +EXPORT_SYMBOL_GPL vmlinux 0xe3204fdb put_pid +EXPORT_SYMBOL_GPL vmlinux 0xe325f6fd init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0xe3369569 acpi_subsys_poweroff +EXPORT_SYMBOL_GPL vmlinux 0xe3370b20 cpufreq_dbs_governor_start +EXPORT_SYMBOL_GPL vmlinux 0xe35e624b icc_provider_init +EXPORT_SYMBOL_GPL vmlinux 0xe3643b99 gpiod_set_config +EXPORT_SYMBOL_GPL vmlinux 0xe37046e6 perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0xe3748852 thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0xe3840e18 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xe389476f tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0xe38deb8d devl_dpipe_table_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe397caf5 seq_buf_printf +EXPORT_SYMBOL_GPL vmlinux 0xe39d0794 usb_phy_roothub_exit +EXPORT_SYMBOL_GPL vmlinux 0xe3a325ef serial8250_em485_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe3b01a14 pci_load_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xe3b09712 kprobe_event_delete +EXPORT_SYMBOL_GPL vmlinux 0xe3b2e04c tracepoint_probe_register_prio +EXPORT_SYMBOL_GPL vmlinux 0xe3b51421 pci_bridge_secondary_bus_reset +EXPORT_SYMBOL_GPL vmlinux 0xe3bc7fd4 hpet_unregister_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0xe3cd5fae klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xe3ddc8aa led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0xe3e423ac iommu_group_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xe3e88acb __get_current_cr3_fast +EXPORT_SYMBOL_GPL vmlinux 0xe3eb6b00 hv_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0xe3ee3ad9 ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0xe402f6e7 pci_epf_free_space +EXPORT_SYMBOL_GPL vmlinux 0xe407525f devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xe407bdec cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0xe40bb23e devlink_health_reporter_priv +EXPORT_SYMBOL_GPL vmlinux 0xe40f74e1 rio_request_mport_dma +EXPORT_SYMBOL_GPL vmlinux 0xe42373f6 dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0xe4248980 cper_estatus_print +EXPORT_SYMBOL_GPL vmlinux 0xe425e343 failover_register +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe4350d01 pci_iomap_wc_range +EXPORT_SYMBOL_GPL vmlinux 0xe436e90c __dma_fence_unwrap_merge +EXPORT_SYMBOL_GPL vmlinux 0xe452f954 clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0xe45f8a1f led_set_brightness +EXPORT_SYMBOL_GPL vmlinux 0xe4634a64 debugfs_write_file_bool +EXPORT_SYMBOL_GPL vmlinux 0xe46dc130 debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xe473ccf6 device_match_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xe4745228 gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0xe47e2bf3 __tracepoint_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xe48611ac trace_clock_global +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe4b064f9 pcie_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xe4b308e3 xfrm_state_mtu +EXPORT_SYMBOL_GPL vmlinux 0xe4b818c3 phy_speed_to_str +EXPORT_SYMBOL_GPL vmlinux 0xe4be0371 iommu_map +EXPORT_SYMBOL_GPL vmlinux 0xe4c2c66c rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0xe4d173e1 irq_chip_mask_parent +EXPORT_SYMBOL_GPL vmlinux 0xe4d81fcf serial8250_do_startup +EXPORT_SYMBOL_GPL vmlinux 0xe4d8f708 usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0xe4e26e3e devlink_params_register +EXPORT_SYMBOL_GPL vmlinux 0xe4e39b24 devl_trap_policers_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe4e48b12 swphy_validate_state +EXPORT_SYMBOL_GPL vmlinux 0xe4e78a7b handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0xe4ef38d3 rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0xe4f0f7cf pci_epc_map_addr +EXPORT_SYMBOL_GPL vmlinux 0xe4f68182 gnttab_unmap_refs +EXPORT_SYMBOL_GPL vmlinux 0xe4f88bcc xdp_set_features_flag +EXPORT_SYMBOL_GPL vmlinux 0xe50a60c6 pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0xe50e6cbc device_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0xe513a851 pci_hp_add +EXPORT_SYMBOL_GPL vmlinux 0xe51cc50a clk_register +EXPORT_SYMBOL_GPL vmlinux 0xe52d9d45 serdev_device_get_tiocm +EXPORT_SYMBOL_GPL vmlinux 0xe532fc20 fscrypt_fname_siphash +EXPORT_SYMBOL_GPL vmlinux 0xe5340fba pci_epf_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe5565f0f inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0xe55f67ed virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0xe562e32e srcu_torture_stats_print +EXPORT_SYMBOL_GPL vmlinux 0xe569275a register_btf_id_dtor_kfuncs +EXPORT_SYMBOL_GPL vmlinux 0xe57697c6 vp_modern_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0xe57cc817 xenbus_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe57d8d79 udp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58eb9d7 FSE_readNCount +EXPORT_SYMBOL_GPL vmlinux 0xe58fbbce ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0xe590ae1a extcon_find_edev_by_node +EXPORT_SYMBOL_GPL vmlinux 0xe5bcedc6 samsung_sdi_battery_get_info +EXPORT_SYMBOL_GPL vmlinux 0xe5c02b64 freq_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xe5c31234 dw_pcie_read_dbi +EXPORT_SYMBOL_GPL vmlinux 0xe5c6a461 reset_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0xe5ce1a56 rhashtable_walk_enter +EXPORT_SYMBOL_GPL vmlinux 0xe5d07ed4 ip_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0xe5d0aa6a pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0xe5e09715 ata_acpi_stm +EXPORT_SYMBOL_GPL vmlinux 0xe5e83b86 vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0xe5ee8355 devm_gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0xe5f5b76a driver_attach +EXPORT_SYMBOL_GPL vmlinux 0xe60632a9 edac_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe60a5e8d pids_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xe61569ea validate_xmit_skb_list +EXPORT_SYMBOL_GPL vmlinux 0xe628bb9f phy_fibre_port_array +EXPORT_SYMBOL_GPL vmlinux 0xe62c6bdd crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0xe6398f27 exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0xe64ad8ea unregister_nmi_handler +EXPORT_SYMBOL_GPL vmlinux 0xe6589ac6 dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe65b18eb xhci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe670bd69 rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0xe6892259 iommu_page_response +EXPORT_SYMBOL_GPL vmlinux 0xe697ee34 rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0xe6a910ad vp_modern_get_features +EXPORT_SYMBOL_GPL vmlinux 0xe6b834c6 fscrypt_drop_inode +EXPORT_SYMBOL_GPL vmlinux 0xe6b985ea tcp_get_syncookie_mss +EXPORT_SYMBOL_GPL vmlinux 0xe6bd78da vcap_tc_flower_handler_arp_usage +EXPORT_SYMBOL_GPL vmlinux 0xe6c0d5ad ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe6ddc33e fixed_phy_change_carrier +EXPORT_SYMBOL_GPL vmlinux 0xe6e40502 rcu_get_gp_seq +EXPORT_SYMBOL_GPL vmlinux 0xe6e69309 crypto_sig_set_pubkey +EXPORT_SYMBOL_GPL vmlinux 0xe6e6b684 md_new_event +EXPORT_SYMBOL_GPL vmlinux 0xe6f52443 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0xe6f83837 acpi_bus_attach_private_data +EXPORT_SYMBOL_GPL vmlinux 0xe700d767 reset_control_bulk_deassert +EXPORT_SYMBOL_GPL vmlinux 0xe70221d7 cppc_get_perf_caps +EXPORT_SYMBOL_GPL vmlinux 0xe713eb7f spi_mem_exec_op +EXPORT_SYMBOL_GPL vmlinux 0xe71503a4 device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0xe7232e0f user_return_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe7265125 fib_nl_newrule +EXPORT_SYMBOL_GPL vmlinux 0xe726797c usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xe732dac6 fsverity_ioctl_measure +EXPORT_SYMBOL_GPL vmlinux 0xe734c472 dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0xe73b9142 usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0xe753b68d devlink_fmsg_arr_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xe7554cb6 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe765535f regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe76f77fe perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0xe7774e98 syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0xe7776da2 mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0xe77d5ef3 ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0xe783e261 sysfs_emit +EXPORT_SYMBOL_GPL vmlinux 0xe787d075 securityfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0xe78eea0a unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xe791df1f rcu_nocb_cpu_deoffload +EXPORT_SYMBOL_GPL vmlinux 0xe797480a dev_pm_set_dedicated_wake_irq_reverse +EXPORT_SYMBOL_GPL vmlinux 0xe798a00b i2c_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xe79bf0c4 klp_shadow_get +EXPORT_SYMBOL_GPL vmlinux 0xe7a4eb93 dmaengine_desc_set_metadata_len +EXPORT_SYMBOL_GPL vmlinux 0xe7a5ac67 sbitmap_queue_show +EXPORT_SYMBOL_GPL vmlinux 0xe7b96be0 tdx_mcall_get_report0 +EXPORT_SYMBOL_GPL vmlinux 0xe7c401f3 devl_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0xe7c73cb7 device_for_each_child_reverse +EXPORT_SYMBOL_GPL vmlinux 0xe7d6d2d4 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0xe7dbb3b4 sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0xe7dd4a86 fib_rule_matchall +EXPORT_SYMBOL_GPL vmlinux 0xe7e81dfe fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0xe7eb7964 fuse_dev_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe7f9ed36 attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0xe807d5aa dax_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe83eba32 itlb_multihit_kvm_mitigation +EXPORT_SYMBOL_GPL vmlinux 0xe840d379 scsi_host_block +EXPORT_SYMBOL_GPL vmlinux 0xe84d702b sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0xe84d8a01 crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe85767f3 wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe87d36fd i2c_parse_fw_timings +EXPORT_SYMBOL_GPL vmlinux 0xe87e6e5e gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0xe8979afb mas_prev_range +EXPORT_SYMBOL_GPL vmlinux 0xe8a772bd vcap_keyset_list_add +EXPORT_SYMBOL_GPL vmlinux 0xe8aab457 spi_mem_dirmap_read +EXPORT_SYMBOL_GPL vmlinux 0xe8aaef43 da903x_write +EXPORT_SYMBOL_GPL vmlinux 0xe8bc40c5 cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xe8c0065d memory_group_register_static +EXPORT_SYMBOL_GPL vmlinux 0xe8c6c226 pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0xe8c71eb6 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xe8c9aa4d regulator_irq_map_event_simple +EXPORT_SYMBOL_GPL vmlinux 0xe8ca7480 tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0xe8caf145 kernel_file_open +EXPORT_SYMBOL_GPL vmlinux 0xe8d5cc4c fixup_user_fault +EXPORT_SYMBOL_GPL vmlinux 0xe8d794ec devl_trylock +EXPORT_SYMBOL_GPL vmlinux 0xe8d902f9 platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0xe8d9c904 xfrm_dev_state_add +EXPORT_SYMBOL_GPL vmlinux 0xe8e235c8 arch_static_call_transform +EXPORT_SYMBOL_GPL vmlinux 0xe8f1d15e icc_std_aggregate +EXPORT_SYMBOL_GPL vmlinux 0xe8f2d768 auxiliary_find_device +EXPORT_SYMBOL_GPL vmlinux 0xe911bfc1 validate_xmit_xfrm +EXPORT_SYMBOL_GPL vmlinux 0xe911df29 eventfd_ctx_do_read +EXPORT_SYMBOL_GPL vmlinux 0xe920ed6f crypto_register_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xe9279707 vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0xe928d816 __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xe9380672 spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe94986d6 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0xe95232f9 serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0xe957cce3 devm_usb_get_phy_by_node +EXPORT_SYMBOL_GPL vmlinux 0xe9651cf2 balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xe9679a30 cpufreq_driver_resolve_freq +EXPORT_SYMBOL_GPL vmlinux 0xe970a3cf iommu_present +EXPORT_SYMBOL_GPL vmlinux 0xe9846821 __tracepoint_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0xe9a5f58e clk_hw_unregister_composite +EXPORT_SYMBOL_GPL vmlinux 0xe9b19d17 xenbus_dev_changed +EXPORT_SYMBOL_GPL vmlinux 0xe9b44dd4 trace_put_event_file +EXPORT_SYMBOL_GPL vmlinux 0xe9be0259 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe9ce931a kvm_para_available +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9d529aa unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xe9da6cb0 gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0xe9da968d register_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0xe9f051d2 io_uring_cmd_do_in_task_lazy +EXPORT_SYMBOL_GPL vmlinux 0xe9f0ed4c strp_check_rcv +EXPORT_SYMBOL_GPL vmlinux 0xe9f27d52 syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xe9f3be77 udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0xe9f5116f rcu_exp_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0xe9fadf16 __SCT__tp_func_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xe9ff51c5 evict_inodes +EXPORT_SYMBOL_GPL vmlinux 0xea018bbb mpi_test_bit +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea164c02 devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xea278019 devlink_port_attrs_set +EXPORT_SYMBOL_GPL vmlinux 0xea2d4ac0 xhci_add_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xea2e9ef5 edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0xea312c8c serdev_acpi_get_uart_resource +EXPORT_SYMBOL_GPL vmlinux 0xea33f516 usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0xea38036f ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0xea496b21 pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0xea5d98c6 ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0xea636ee9 vp_legacy_set_features +EXPORT_SYMBOL_GPL vmlinux 0xea65de93 sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0xea69d7d7 asm_exc_nmi_kvm_vmx +EXPORT_SYMBOL_GPL vmlinux 0xea69ff24 i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xeab54eda debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0xeab78ea9 acpi_spi_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xeabcfab4 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0xeac68712 __traceiter_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xeac7d642 irq_set_chained_handler_and_data +EXPORT_SYMBOL_GPL vmlinux 0xead3e41b __traceiter_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xead4ade2 genphy_c45_baset1_read_status +EXPORT_SYMBOL_GPL vmlinux 0xead54924 mctrl_gpio_to_gpiod +EXPORT_SYMBOL_GPL vmlinux 0xead5c8e5 clk_bulk_prepare +EXPORT_SYMBOL_GPL vmlinux 0xeade9976 mptcp_token_get_sock +EXPORT_SYMBOL_GPL vmlinux 0xeae0f496 clean_acked_data_flush +EXPORT_SYMBOL_GPL vmlinux 0xeae8eb59 crypto_register_skciphers +EXPORT_SYMBOL_GPL vmlinux 0xeaf0a57c look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0xeaf3cb23 crc64_be +EXPORT_SYMBOL_GPL vmlinux 0xeaf7e015 dw_pcie_host_deinit +EXPORT_SYMBOL_GPL vmlinux 0xeaf956fb kthread_unpark +EXPORT_SYMBOL_GPL vmlinux 0xeb0c2be9 irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0xeb10cefd debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0xeb218a2e irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0xeb29ae3e vcap_port_debugfs +EXPORT_SYMBOL_GPL vmlinux 0xeb52f746 __SCT__tp_func_console +EXPORT_SYMBOL_GPL vmlinux 0xeb6d77a3 sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0xeb7d9b69 ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0xeb833c22 xen_has_pv_disk_devices +EXPORT_SYMBOL_GPL vmlinux 0xeb96fbb1 tpm2_get_tpm_pt +EXPORT_SYMBOL_GPL vmlinux 0xeb9af03d of_led_get +EXPORT_SYMBOL_GPL vmlinux 0xeba0b24c devm_clk_hw_register_fixed_factor_index +EXPORT_SYMBOL_GPL vmlinux 0xeba2ad01 mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0xeba39a0f dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xeba58f78 pci_find_dvsec_capability +EXPORT_SYMBOL_GPL vmlinux 0xeba82973 ip6_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0xeba8e859 icc_sync_state +EXPORT_SYMBOL_GPL vmlinux 0xebb1f830 acpi_quirk_skip_gpio_event_handlers +EXPORT_SYMBOL_GPL vmlinux 0xebb68784 led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0xebba1138 __SCK__tp_func_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xebbe00d5 inode_dax +EXPORT_SYMBOL_GPL vmlinux 0xebc0b818 regmap_fields_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0xebc570cb pci_epc_stop +EXPORT_SYMBOL_GPL vmlinux 0xebc5d442 pci_msi_unmask_irq +EXPORT_SYMBOL_GPL vmlinux 0xebca7334 pcie_flr +EXPORT_SYMBOL_GPL vmlinux 0xebd4cc11 mctrl_gpio_enable_ms +EXPORT_SYMBOL_GPL vmlinux 0xebd92e00 kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0xebda2be3 devfreq_get_devfreq_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xebda876b driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xebe16e84 debugfs_real_fops +EXPORT_SYMBOL_GPL vmlinux 0xec108e6b gnttab_foreach_grant_in_range +EXPORT_SYMBOL_GPL vmlinux 0xec352871 fwnode_count_parents +EXPORT_SYMBOL_GPL vmlinux 0xec4a88e3 dev_pm_opp_find_bw_floor +EXPORT_SYMBOL_GPL vmlinux 0xec5668f6 dax_zero_page_range +EXPORT_SYMBOL_GPL vmlinux 0xec5ad73b trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0xec5cbe0e devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xec629ef9 inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0xec67fe5a rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xec68e6be bdev_discard_alignment +EXPORT_SYMBOL_GPL vmlinux 0xec6a4597 power_supply_set_property +EXPORT_SYMBOL_GPL vmlinux 0xec774acb cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xec788566 acpi_target_system_state +EXPORT_SYMBOL_GPL vmlinux 0xec90a951 xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0xeca07bd9 static_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0xecb641d5 nf_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0xecba68e3 gnttab_batch_map +EXPORT_SYMBOL_GPL vmlinux 0xecbd7675 pci_acpi_set_companion_lookup_hook +EXPORT_SYMBOL_GPL vmlinux 0xecc413fb srcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0xecd7dff5 __list_lru_init +EXPORT_SYMBOL_GPL vmlinux 0xecd8f23d xenbus_read +EXPORT_SYMBOL_GPL vmlinux 0xecdb1303 __traceiter_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xed17e64e irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xed1bc7ab fscrypt_mergeable_bio_bh +EXPORT_SYMBOL_GPL vmlinux 0xed2c5bcf power_supply_charge_behaviour_parse +EXPORT_SYMBOL_GPL vmlinux 0xed2dc646 fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0xed39b7b8 parse_OID +EXPORT_SYMBOL_GPL vmlinux 0xed53d0b0 devm_memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0xed69bdfe dma_mmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xed775388 devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xed8c384b netdev_xmit_skip_txqueue +EXPORT_SYMBOL_GPL vmlinux 0xed918dde hte_init_line_attr +EXPORT_SYMBOL_GPL vmlinux 0xed9e1a10 fuse_get_unique +EXPORT_SYMBOL_GPL vmlinux 0xeda100f9 led_blink_set_nosleep +EXPORT_SYMBOL_GPL vmlinux 0xedc8e442 dma_resv_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xedd951cc shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0xede2dd48 rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xede34a86 pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0xede9a09a btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0xedea78a8 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0xedeee4eb acpi_subsys_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0xedf06d3a ip6_route_input_lookup +EXPORT_SYMBOL_GPL vmlinux 0xedf5e50b screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0xee0742a3 __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xee13e697 set_personality_ia32 +EXPORT_SYMBOL_GPL vmlinux 0xee2f58f1 usb_check_bulk_endpoints +EXPORT_SYMBOL_GPL vmlinux 0xee314795 ethnl_cable_test_finished +EXPORT_SYMBOL_GPL vmlinux 0xee38ef57 register_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee4101c7 gpiod_set_consumer_name +EXPORT_SYMBOL_GPL vmlinux 0xee43bbdb serdev_controller_add +EXPORT_SYMBOL_GPL vmlinux 0xee518148 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0xee547d12 iomap_page_mkwrite +EXPORT_SYMBOL_GPL vmlinux 0xee64e5c2 tick_nohz_dep_clear_task +EXPORT_SYMBOL_GPL vmlinux 0xee671b74 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xee6c633a devices_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xee6f217e serial8250_do_set_mctrl +EXPORT_SYMBOL_GPL vmlinux 0xee80f389 tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0xee907b01 nd_cmd_in_size +EXPORT_SYMBOL_GPL vmlinux 0xeea76283 divider_ro_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xeeb1b916 inet6_cleanup_sock +EXPORT_SYMBOL_GPL vmlinux 0xeeb3e6a1 __SCK__tp_func_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xeecdc861 __hwspin_unlock +EXPORT_SYMBOL_GPL vmlinux 0xeece1161 i2c_dw_adjust_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0xeed7d3c2 pinctrl_utils_add_map_configs +EXPORT_SYMBOL_GPL vmlinux 0xeedd987e phy_10gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0xeee4b172 mnt_idmap_put +EXPORT_SYMBOL_GPL vmlinux 0xeee667d3 fpregs_assert_state_consistent +EXPORT_SYMBOL_GPL vmlinux 0xeeef157f register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xeef4a022 sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0xeef4f078 ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0xeef68434 acpi_ec_remove_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xeefd133c usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0xeeff9eb5 pm_genpd_remove +EXPORT_SYMBOL_GPL vmlinux 0xef15048c tpm_chip_start +EXPORT_SYMBOL_GPL vmlinux 0xef1f6e23 apei_resources_request +EXPORT_SYMBOL_GPL vmlinux 0xef23cf1b devlink_port_attrs_pci_sf_set +EXPORT_SYMBOL_GPL vmlinux 0xef29fcdd clk_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xef30e755 dma_resv_set_deadline +EXPORT_SYMBOL_GPL vmlinux 0xef34bf3e hrtimer_active +EXPORT_SYMBOL_GPL vmlinux 0xef3e2c72 tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0xef44cc05 for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0xef464c28 getboottime64 +EXPORT_SYMBOL_GPL vmlinux 0xef5db66d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef6cf3e7 sk_msg_zerocopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0xef70eb7e ring_buffer_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0xef8fc95f kvm_async_pf_task_wait_schedule +EXPORT_SYMBOL_GPL vmlinux 0xef92ef33 btree_last +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefa5f8c6 i2c_dw_prepare_clk +EXPORT_SYMBOL_GPL vmlinux 0xefa7e841 __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xefb543ec blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0xefba0916 fwnode_get_nth_parent +EXPORT_SYMBOL_GPL vmlinux 0xefc66c90 strp_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xefc9f03d pcie_aspm_enabled +EXPORT_SYMBOL_GPL vmlinux 0xefe328b0 hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0xefeafcf1 edac_has_mcs +EXPORT_SYMBOL_GPL vmlinux 0xeff5f3a9 lwtunnel_valid_encap_type +EXPORT_SYMBOL_GPL vmlinux 0xefffba17 dev_pm_domain_start +EXPORT_SYMBOL_GPL vmlinux 0xf0194ef2 scsi_dh_attach +EXPORT_SYMBOL_GPL vmlinux 0xf02e82f0 dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0xf038c5e0 sbitmap_show +EXPORT_SYMBOL_GPL vmlinux 0xf03f29c7 debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0xf04429b4 acpi_bus_get_status_handle +EXPORT_SYMBOL_GPL vmlinux 0xf0570675 iomap_file_buffered_write +EXPORT_SYMBOL_GPL vmlinux 0xf05a52fe asn1_encode_oid +EXPORT_SYMBOL_GPL vmlinux 0xf05fbf09 pci_pio_to_address +EXPORT_SYMBOL_GPL vmlinux 0xf0628c6c unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0xf065c396 crypto_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xf0696401 acpi_pci_detect_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xf078ad0c crypto_unregister_skciphers +EXPORT_SYMBOL_GPL vmlinux 0xf07c8623 bpf_trace_run9 +EXPORT_SYMBOL_GPL vmlinux 0xf07d7dae tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0xf07edd2a wb_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0xf088c24a ptp_msg_is_sync +EXPORT_SYMBOL_GPL vmlinux 0xf09069b6 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0xf0910075 sfp_bus_del_upstream +EXPORT_SYMBOL_GPL vmlinux 0xf092ec41 preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf095cb4b devm_acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0xf09600a7 ext_pi_type3_crc64 +EXPORT_SYMBOL_GPL vmlinux 0xf0a84aa5 led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf0bc576f usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0xf0bff9f6 fsverity_get_digest +EXPORT_SYMBOL_GPL vmlinux 0xf0ce12be device_initialize +EXPORT_SYMBOL_GPL vmlinux 0xf0ce2cc5 pci_epc_mem_alloc_addr +EXPORT_SYMBOL_GPL vmlinux 0xf0ce449d dw_pcie_upconfig_setup +EXPORT_SYMBOL_GPL vmlinux 0xf0d94656 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf0d9fe63 rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0xf0e240f5 usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0xf0e36c48 usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xf0f173f7 perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf0f5d703 virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0xf0fd0b61 x86_perf_get_lbr +EXPORT_SYMBOL_GPL vmlinux 0xf10de7a2 devlink_port_attrs_pci_pf_set +EXPORT_SYMBOL_GPL vmlinux 0xf1124ecd sfp_upstream_set_signal_rate +EXPORT_SYMBOL_GPL vmlinux 0xf140b74d xenbus_dev_remove +EXPORT_SYMBOL_GPL vmlinux 0xf181136c dm_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf188a662 rhashtable_walk_exit +EXPORT_SYMBOL_GPL vmlinux 0xf18a8b7c ethnl_cable_test_result +EXPORT_SYMBOL_GPL vmlinux 0xf1ae306e devfreq_event_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xf1bd650d devl_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf1cb636c __clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0xf1cd8929 kvm_read_and_reset_apf_flags +EXPORT_SYMBOL_GPL vmlinux 0xf1d49e9b gpiochip_line_is_persistent +EXPORT_SYMBOL_GPL vmlinux 0xf1ecda92 vcap_set_rule_set_keyset +EXPORT_SYMBOL_GPL vmlinux 0xf1f245ed divider_ro_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0xf1f66a54 __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0xf1ffb44f vcap_rule_set_counter_id +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf230f8bd fsnotify +EXPORT_SYMBOL_GPL vmlinux 0xf23d4bb1 kthread_flush_worker +EXPORT_SYMBOL_GPL vmlinux 0xf23dd01a nd_region_dev +EXPORT_SYMBOL_GPL vmlinux 0xf24f4dcd mptcp_token_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xf2642bb4 component_release_of +EXPORT_SYMBOL_GPL vmlinux 0xf26500ac of_pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0xf27d0a7b gnttab_grant_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0xf28404cf devlink_dpipe_header_ipv6 +EXPORT_SYMBOL_GPL vmlinux 0xf284ac90 virtqueue_resize +EXPORT_SYMBOL_GPL vmlinux 0xf288d702 ethnl_cable_test_step +EXPORT_SYMBOL_GPL vmlinux 0xf2967796 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0xf2a1e806 dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xf2a959db usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0xf2ab36a8 kern_mount +EXPORT_SYMBOL_GPL vmlinux 0xf2abb518 tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0xf2b33cb7 memory_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xf2c236d2 ipv6_bpf_stub +EXPORT_SYMBOL_GPL vmlinux 0xf2c53d53 pci_write_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0xf2deb644 uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0xf2e0ca0d kthread_cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0xf2eae8d1 regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xf2fb61bd vprintk_default +EXPORT_SYMBOL_GPL vmlinux 0xf2ff4bc2 serial8250_em485_supported +EXPORT_SYMBOL_GPL vmlinux 0xf305c652 synth_event_add_next_val +EXPORT_SYMBOL_GPL vmlinux 0xf30888b3 class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xf30a5502 cpufreq_enable_boost_support +EXPORT_SYMBOL_GPL vmlinux 0xf30fda2e crypto_unregister_rng +EXPORT_SYMBOL_GPL vmlinux 0xf311e156 key_being_used_for +EXPORT_SYMBOL_GPL vmlinux 0xf31632e0 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0xf3189f7e __uv_cpu_info +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf32bdc5d unregister_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf34b1612 nop_posix_acl_default +EXPORT_SYMBOL_GPL vmlinux 0xf352023f memory_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xf353d7eb cpufreq_dbs_governor_stop +EXPORT_SYMBOL_GPL vmlinux 0xf35a3df6 irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0xf373fdcd wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0xf3797506 mpi_ec_deinit +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf38374f8 __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xf389b4f5 acpi_fetch_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0xf396156b gpiod_set_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xf39ee698 hypervisor_kobj +EXPORT_SYMBOL_GPL vmlinux 0xf3a09fe7 crypto_has_kpp +EXPORT_SYMBOL_GPL vmlinux 0xf3ae7d65 xen_unregister_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xf3b37a4a fwnode_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3b5cf68 __SCK__tp_func_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0xf3b95d79 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0xf3c9b69f ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0xf3d7072c pci_iov_virtfn_devfn +EXPORT_SYMBOL_GPL vmlinux 0xf3e3f00a fat_attach +EXPORT_SYMBOL_GPL vmlinux 0xf3ebad75 fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0xf3ec4501 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xf3f9e62f dev_pm_opp_get_suspend_opp_freq +EXPORT_SYMBOL_GPL vmlinux 0xf3fe9ae6 ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0xf40a3002 platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xf413a3d0 pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xf4181678 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0xf421d47e vcap_copy_rule +EXPORT_SYMBOL_GPL vmlinux 0xf4350b59 raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0xf44c237b nd_tbl +EXPORT_SYMBOL_GPL vmlinux 0xf453167a tty_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0xf458b5d1 __traceiter_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xf459c3c9 ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xf464a83d rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0xf46609ff devm_irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xf4689d50 linkmode_set_pause +EXPORT_SYMBOL_GPL vmlinux 0xf47654df irq_check_status_bit +EXPORT_SYMBOL_GPL vmlinux 0xf491d1e3 mctrl_gpio_init_noauto +EXPORT_SYMBOL_GPL vmlinux 0xf4af35c2 rcu_gp_is_normal +EXPORT_SYMBOL_GPL vmlinux 0xf4cc907d skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0xf4cd9f8f reset_control_bulk_release +EXPORT_SYMBOL_GPL vmlinux 0xf4dd89bf uv_get_hubless_system +EXPORT_SYMBOL_GPL vmlinux 0xf4de06e0 __pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0xf5042dc6 dma_resv_test_signaled +EXPORT_SYMBOL_GPL vmlinux 0xf505f3ea aead_exit_geniv +EXPORT_SYMBOL_GPL vmlinux 0xf50ef29f ncsi_unregister_dev +EXPORT_SYMBOL_GPL vmlinux 0xf5304c73 acpi_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0xf5332e6a ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0xf549a6ec gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf55aa0e2 xfrm_dev_offload_ok +EXPORT_SYMBOL_GPL vmlinux 0xf5621c3b fsnotify_alloc_group +EXPORT_SYMBOL_GPL vmlinux 0xf5878cc7 fpstate_clear_xstate_component +EXPORT_SYMBOL_GPL vmlinux 0xf58c024e lwtunnel_state_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf5a067bf iommu_group_dma_owner_claimed +EXPORT_SYMBOL_GPL vmlinux 0xf5a1bc0a wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0xf5a3ba99 linear_range_values_in_range +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5ade76b ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xf5b52d5c hv_vp_assist_page +EXPORT_SYMBOL_GPL vmlinux 0xf5b7d6ae nd_region_provider_data +EXPORT_SYMBOL_GPL vmlinux 0xf5bc0af3 power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0xf5c11738 pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0xf5c1f708 __traceiter_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xf5c3e39b device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xf5c84c1f regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0xf5d8fb72 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xf5df88b3 mmc_prepare_busy_cmd +EXPORT_SYMBOL_GPL vmlinux 0xf5e0eb33 pm_genpd_init +EXPORT_SYMBOL_GPL vmlinux 0xf5ee108d nfs_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf5efb635 nvdimm_pmem_region_create +EXPORT_SYMBOL_GPL vmlinux 0xf5f1b57b adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xf5f214b9 thermal_clear_package_intr_status +EXPORT_SYMBOL_GPL vmlinux 0xf5f370e0 async_schedule_node +EXPORT_SYMBOL_GPL vmlinux 0xf5f6ce47 devm_platform_get_irqs_affinity +EXPORT_SYMBOL_GPL vmlinux 0xf5fdaa3f pci_common_swizzle +EXPORT_SYMBOL_GPL vmlinux 0xf60d37dd __clk_hw_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0xf6145054 __fscrypt_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0xf626edc2 irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0xf62a5a95 bpf_warn_invalid_xdp_action +EXPORT_SYMBOL_GPL vmlinux 0xf62c088c pm_clk_add +EXPORT_SYMBOL_GPL vmlinux 0xf630ced7 palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0xf63f003a acpi_gpio_get_io_resource +EXPORT_SYMBOL_GPL vmlinux 0xf641039b kcpustat_cpu_fetch +EXPORT_SYMBOL_GPL vmlinux 0xf6431847 pci_ats_supported +EXPORT_SYMBOL_GPL vmlinux 0xf6493ef6 devm_rtc_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0xf64aaa25 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xf6555fbe devm_regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0xf663ee2f pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0xf678f1c3 clean_record_shared_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0xf6a28554 region_intersects +EXPORT_SYMBOL_GPL vmlinux 0xf6a95456 klp_enable_patch +EXPORT_SYMBOL_GPL vmlinux 0xf6ac56dc __SCK__tp_func_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0xf6c5df72 irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0xf6c71a25 cper_severity_str +EXPORT_SYMBOL_GPL vmlinux 0xf6c8dc62 cpu_hotplug_enable +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6eef727 gpiochip_reqres_irq +EXPORT_SYMBOL_GPL vmlinux 0xf6f16c56 rcu_barrier_tasks +EXPORT_SYMBOL_GPL vmlinux 0xf70780c5 to_nvdimm +EXPORT_SYMBOL_GPL vmlinux 0xf70e4a4d preempt_schedule_notrace +EXPORT_SYMBOL_GPL vmlinux 0xf7145dc4 drop_reasons_unregister_subsys +EXPORT_SYMBOL_GPL vmlinux 0xf71c1838 cros_ec_check_features +EXPORT_SYMBOL_GPL vmlinux 0xf72a65ea tty_get_char_size +EXPORT_SYMBOL_GPL vmlinux 0xf7300a5d dw_pcie_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xf738ca3f sk_msg_is_readable +EXPORT_SYMBOL_GPL vmlinux 0xf7452591 devm_device_add_group +EXPORT_SYMBOL_GPL vmlinux 0xf7455c16 input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0xf749debc md5_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0xf74bb274 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xf74e7c93 jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0xf767ca35 fixed_percpu_data +EXPORT_SYMBOL_GPL vmlinux 0xf76b6d2b mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0xf7772bde xas_init_marks +EXPORT_SYMBOL_GPL vmlinux 0xf77d9d0c pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xf782fb07 percpu_ref_switch_to_atomic_sync +EXPORT_SYMBOL_GPL vmlinux 0xf7831755 extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf7866b4f bind_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0xf79833da extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0xf79d74bb inet_bhash2_update_saddr +EXPORT_SYMBOL_GPL vmlinux 0xf7ad6a00 driver_deferred_probe_check_state +EXPORT_SYMBOL_GPL vmlinux 0xf7afb369 btree_init +EXPORT_SYMBOL_GPL vmlinux 0xf7b4c305 task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0xf7bc95b0 devlink_fmsg_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xf7c3bc0d tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0xf7c3f273 xen_resume_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf7d5357a blk_mq_unquiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0xf7f06310 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0xf81dce70 thermal_genl_cpu_capability_event +EXPORT_SYMBOL_GPL vmlinux 0xf829e5d6 bpf_preload_ops +EXPORT_SYMBOL_GPL vmlinux 0xf83baae2 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf845d67e sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xf8540d8c sbitmap_any_bit_set +EXPORT_SYMBOL_GPL vmlinux 0xf8634bae acpi_pci_find_root +EXPORT_SYMBOL_GPL vmlinux 0xf8678c13 vp_legacy_get_features +EXPORT_SYMBOL_GPL vmlinux 0xf86bf745 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0xf87d9bcc vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0xf881cecd load_fixmap_gdt +EXPORT_SYMBOL_GPL vmlinux 0xf883bf93 crypto_dh_key_len +EXPORT_SYMBOL_GPL vmlinux 0xf8a6ea26 acpi_dev_state_d0 +EXPORT_SYMBOL_GPL vmlinux 0xf8b1f8c5 pm_clk_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf8bc0beb clear_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0xf8c135e8 da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0xf8c46ea6 devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf8d9223a pci_epc_clear_bar +EXPORT_SYMBOL_GPL vmlinux 0xf8d96504 xenbus_watch_pathfmt +EXPORT_SYMBOL_GPL vmlinux 0xf8dedf80 find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0xf8e62261 crypto_register_kpp +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8fb1710 ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xf8fe3986 pat_pfn_immune_to_uc_mtrr +EXPORT_SYMBOL_GPL vmlinux 0xf8fee00f irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xf91bbab3 __netpoll_free +EXPORT_SYMBOL_GPL vmlinux 0xf925a22d mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf92f497e devl_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf9355099 __virtqueue_break +EXPORT_SYMBOL_GPL vmlinux 0xf939ef3e acpi_subsys_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xf9488adb device_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0xf95322f4 kthread_parkme +EXPORT_SYMBOL_GPL vmlinux 0xf955e9c5 bprintf +EXPORT_SYMBOL_GPL vmlinux 0xf959ba02 power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0xf962e7fd of_phandle_args_to_fwspec +EXPORT_SYMBOL_GPL vmlinux 0xf966bf8b __sock_recv_cmsgs +EXPORT_SYMBOL_GPL vmlinux 0xf971e05f device_get_child_node_count +EXPORT_SYMBOL_GPL vmlinux 0xf97be73a regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xf98a48ae screen_glyph_unicode +EXPORT_SYMBOL_GPL vmlinux 0xf98c9687 regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0xf99a7809 device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xf99c88ea crypto_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9a3e376 nfs42_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf9b1536d vp_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0xf9b34a0b iopf_queue_free +EXPORT_SYMBOL_GPL vmlinux 0xf9be8696 devl_trap_policers_register +EXPORT_SYMBOL_GPL vmlinux 0xf9da79bc devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xf9e091c1 blk_mq_queue_inflight +EXPORT_SYMBOL_GPL vmlinux 0xfa08bc89 icc_put +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa20488d tcp_parse_mss_option +EXPORT_SYMBOL_GPL vmlinux 0xfa2e58bb regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xfa30f924 pci_epc_set_bar +EXPORT_SYMBOL_GPL vmlinux 0xfa349688 aer_recover_queue +EXPORT_SYMBOL_GPL vmlinux 0xfa349e32 iomap_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0xfa35044a alternatives_patched +EXPORT_SYMBOL_GPL vmlinux 0xfa36073b ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0xfa36f0ed task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0xfa3b4d24 irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0xfa3dd3c7 gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0xfa43cefc is_hash_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xfa4446b1 md_run +EXPORT_SYMBOL_GPL vmlinux 0xfa4f4ff4 blk_mq_virtio_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xfa4f591b ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0xfa666974 queue_work_node +EXPORT_SYMBOL_GPL vmlinux 0xfa6a9822 nvdimm_has_cache +EXPORT_SYMBOL_GPL vmlinux 0xfa78dbb0 evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0xfa82ef84 virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0xfa87476f __tracepoint_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xfa8859fc peernet2id_alloc +EXPORT_SYMBOL_GPL vmlinux 0xfa9b7690 thermal_zone_device_priv +EXPORT_SYMBOL_GPL vmlinux 0xfaa146f6 securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xfaaf8621 power_supply_battery_bti_in_range +EXPORT_SYMBOL_GPL vmlinux 0xfab0308b cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xfab2ba7d phy_speed_up +EXPORT_SYMBOL_GPL vmlinux 0xfab30dc0 mdio_bus_exit +EXPORT_SYMBOL_GPL vmlinux 0xfab52fab hv_set_register +EXPORT_SYMBOL_GPL vmlinux 0xfab53ed9 pinctrl_gpio_can_use_line +EXPORT_SYMBOL_GPL vmlinux 0xfaba679b usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0xfad9c827 kill_dax +EXPORT_SYMBOL_GPL vmlinux 0xfaee2253 device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0xfaee27e5 acpi_dev_get_property +EXPORT_SYMBOL_GPL vmlinux 0xfaf65228 devlink_dpipe_entry_ctx_prepare +EXPORT_SYMBOL_GPL vmlinux 0xfb2479ee blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0xfb281b67 irq_gc_set_wake +EXPORT_SYMBOL_GPL vmlinux 0xfb2899d0 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb35890a x509_cert_parse +EXPORT_SYMBOL_GPL vmlinux 0xfb37b074 usb_pipe_type_check +EXPORT_SYMBOL_GPL vmlinux 0xfb3fc11c __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0xfb45a01d fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0xfb521d01 fat_scan +EXPORT_SYMBOL_GPL vmlinux 0xfb60faf5 posix_acl_clone +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb74e910 proc_douintvec_minmax +EXPORT_SYMBOL_GPL vmlinux 0xfb7a7fdd blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0xfb8c414f switchdev_handle_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0xfb9c5b6b blk_crypto_update_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xfba4ef57 get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0xfbb2d2d3 subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbbf73aa __platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0xfbc16536 spi_mem_poll_status +EXPORT_SYMBOL_GPL vmlinux 0xfbe134f5 ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0xfbed3519 fwnode_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0xfbf55082 iommu_enable_nesting +EXPORT_SYMBOL_GPL vmlinux 0xfbffd601 net_prio_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc053112 ptdump_walk_pgd_level_debugfs +EXPORT_SYMBOL_GPL vmlinux 0xfc095f14 pci_iov_vf_id +EXPORT_SYMBOL_GPL vmlinux 0xfc201b66 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0xfc254d15 gnttab_free_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xfc2d6f9e skb_mpls_push +EXPORT_SYMBOL_GPL vmlinux 0xfc3b4246 acpi_bus_update_power +EXPORT_SYMBOL_GPL vmlinux 0xfc98c8dc xen_percpu_upcall +EXPORT_SYMBOL_GPL vmlinux 0xfca40719 get_dev_pagemap +EXPORT_SYMBOL_GPL vmlinux 0xfcabf7f1 pci_epc_linkdown +EXPORT_SYMBOL_GPL vmlinux 0xfcb7fdd6 net_failover_destroy +EXPORT_SYMBOL_GPL vmlinux 0xfcbfec70 add_memory_driver_managed +EXPORT_SYMBOL_GPL vmlinux 0xfcc1edd3 memory_block_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0xfcc20f43 regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xfcca5424 register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xfcf869ee __traceiter_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0xfcf9ef73 hw_protection_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xfcff2d34 tick_nohz_dep_set_task +EXPORT_SYMBOL_GPL vmlinux 0xfd230674 nvmem_cell_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0xfd244da7 em_dev_unregister_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0xfd3a8096 scsi_template_proc_dir +EXPORT_SYMBOL_GPL vmlinux 0xfd3b3856 led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0xfd4ad5ae switchdev_handle_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0xfd4ae1f7 crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xfd51d559 regulator_suspend_disable +EXPORT_SYMBOL_GPL vmlinux 0xfd597e38 i2c_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0xfd7243c7 erst_disable +EXPORT_SYMBOL_GPL vmlinux 0xfd77e268 register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xfd8c9778 __traceiter_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xfd8eddc6 __traceiter_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0xfd8ff596 pci_epc_set_msix +EXPORT_SYMBOL_GPL vmlinux 0xfdbd7a17 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xfdce5f60 pm_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xfde02992 pci_epc_set_msi +EXPORT_SYMBOL_GPL vmlinux 0xfde9ef2b unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0xfdea2d04 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfe069f99 unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xfe0ae1d1 pci_p2pmem_alloc_sgl +EXPORT_SYMBOL_GPL vmlinux 0xfe0e7cd3 apei_exec_post_unmap_gars +EXPORT_SYMBOL_GPL vmlinux 0xfe19abbf synth_event_add_val +EXPORT_SYMBOL_GPL vmlinux 0xfe19dc28 vivaldi_function_row_physmap_show +EXPORT_SYMBOL_GPL vmlinux 0xfe19f0ed devm_i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0xfe1a7a7b mpi_point_release +EXPORT_SYMBOL_GPL vmlinux 0xfe1b2f45 ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xfe2f7224 __account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0xfe3a6de3 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfe3f7a77 phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0xfe476039 ktime_get_resolution_ns +EXPORT_SYMBOL_GPL vmlinux 0xfe7166c2 sk_psock_init +EXPORT_SYMBOL_GPL vmlinux 0xfe727411 get_phys_to_machine +EXPORT_SYMBOL_GPL vmlinux 0xfe856d46 inet6_compat_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xfe8cdb84 ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfe9ac6cb edac_device_handle_ue_count +EXPORT_SYMBOL_GPL vmlinux 0xfeae90f0 regmap_get_raw_read_max +EXPORT_SYMBOL_GPL vmlinux 0xfeb70bb1 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xfebd7a52 __traceiter_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfed4b42b init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0xfed73438 acpi_dma_request_slave_chan_by_index +EXPORT_SYMBOL_GPL vmlinux 0xfedefd71 pci_epc_get_msi +EXPORT_SYMBOL_GPL vmlinux 0xfee50ea7 gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0xfee67393 sched_show_task +EXPORT_SYMBOL_GPL vmlinux 0xfee8760c mmc_crypto_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0xfeec3489 pkcs7_parse_message +EXPORT_SYMBOL_GPL vmlinux 0xfeeecd05 apei_read +EXPORT_SYMBOL_GPL vmlinux 0xfef783b5 usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff1666f3 reset_control_bulk_assert +EXPORT_SYMBOL_GPL vmlinux 0xff1bba55 skb_complete_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xff1e67b9 setup_APIC_eilvt +EXPORT_SYMBOL_GPL vmlinux 0xff291ecf clk_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xff2989b8 mbox_client_peek_data +EXPORT_SYMBOL_GPL vmlinux 0xff30e29d __traceiter_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xff30f532 tpm1_getcap +EXPORT_SYMBOL_GPL vmlinux 0xff38c1c5 pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xff3a77f0 device_add_software_node +EXPORT_SYMBOL_GPL vmlinux 0xff42c374 usb_role_switch_get_role +EXPORT_SYMBOL_GPL vmlinux 0xff5e8bbc __serdev_device_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xff616804 ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xff6dd6f2 platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xff7e33bf mpi_sub_ui +EXPORT_SYMBOL_GPL vmlinux 0xff81487d gpiod_remove_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0xff831ad2 devm_pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0xff84a8a5 page_reporting_order +EXPORT_SYMBOL_GPL vmlinux 0xff8e74e2 arch_haltpoll_enable +EXPORT_SYMBOL_GPL vmlinux 0xff98325e filemap_migrate_folio +EXPORT_SYMBOL_GPL vmlinux 0xff9e23d1 hugetlb_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xffae8e8b nsecs_to_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xffc70759 ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0xffc86f14 __xas_next +EXPORT_SYMBOL_GPL vmlinux 0xffe31e1c device_change_owner +FIRMWARE_LOADER_PRIVATE EXPORT_SYMBOL_GPL 0x07342898 unregister_firmware_config_sysctl vmlinux +FIRMWARE_LOADER_PRIVATE EXPORT_SYMBOL_GPL 0xae43feea register_firmware_config_sysctl vmlinux +FIRMWARE_LOADER_PRIVATE EXPORT_SYMBOL_GPL 0xd3ae7756 fw_fallback_config vmlinux +FW_CS_DSP EXPORT_SYMBOL_GPL 0x064b4786 cs_dsp_read_raw_data_block drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x0cf9e5a6 cs_dsp_get_ctl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x107aeffc cs_dsp_halo_wdt_expire drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x144d6986 cs_dsp_mem_region_name drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x174df06a cs_dsp_coeff_write_ctrl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x1b2b45c5 cs_dsp_read_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x40875728 cs_dsp_run drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x4c5753e6 cs_dsp_halo_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x4e5562f8 cs_dsp_remove_padding drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x51967c2a cs_dsp_write_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x51f10a89 cs_dsp_adsp1_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x6db46fe2 cs_dsp_adsp2_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x6e0cce2d cs_dsp_chunk_write drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x80a01d8c cs_dsp_halo_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x860c70c4 cs_dsp_set_dspclk drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x876556b0 cs_dsp_remove drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x906c559d cs_dsp_find_alg_region drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9393c974 cs_dsp_coeff_write_acked_control drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9b401400 cs_dsp_coeff_read_ctrl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9e324cb0 cs_dsp_chunk_flush drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xa2525d10 cs_dsp_init_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xae1dce9e cs_dsp_adsp1_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xb583cbc4 cs_dsp_adsp2_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xb6c0d9e7 cs_dsp_chunk_read drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xbee10d60 cs_dsp_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xd5cef52d cs_dsp_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xe82e6f1e cs_dsp_stop drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xf1f15f37 cs_dsp_cleanup_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xf415c812 cs_dsp_adsp1_init drivers/firmware/cirrus/cs_dsp +GPIO_TANGIER EXPORT_SYMBOL_GPL 0x2d3d6ca3 tng_gpio_resume drivers/gpio/gpio-tangier +GPIO_TANGIER EXPORT_SYMBOL_GPL 0x69a7780d tng_gpio_suspend drivers/gpio/gpio-tangier +GPIO_TANGIER EXPORT_SYMBOL_GPL 0x905359ea devm_tng_gpio_probe drivers/gpio/gpio-tangier +HWMON_THERMAL EXPORT_SYMBOL_GPL 0x2318cb28 hwmon_device_register_for_thermal vmlinux +I8255 EXPORT_SYMBOL_GPL 0x3683565f devm_i8255_regmap_register drivers/gpio/gpio-i8255 +I915_GVT EXPORT_SYMBOL_GPL 0x01c3a8f8 intel_context_create drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x0c585138 intel_uncore_forcewake_for_reg drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x11d5590c i915_gem_ww_ctx_init drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x1e67f6b5 intel_gvt_clear_ops drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x218ad5c7 i915_ppgtt_create drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x2371042c i915_gem_gtt_insert drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x25956ed1 i915_request_add drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x27e7aa8d i915_gem_ww_ctx_backoff drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x369aa949 i915_request_create drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x3847d690 intel_gvt_set_ops drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x38b91c5b i915_fence_ops drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x3a764cb4 i915_reserve_fence drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x481b355d i915_gem_object_init drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x484a6f37 i915_request_wait drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x51210b5b intel_uncore_forcewake_put drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x5334837e i915_gem_object_create_shmem drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x5bf2c198 __i915_gem_object_set_pages drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x5cbe3ce3 shmem_unpin_map drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x61ae375b i915_gem_object_set_to_cpu_domain drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x6a6ee985 intel_runtime_pm_put_unchecked drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x7ddc9aa5 intel_gvt_iterate_mmio_table drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x890fc889 i915_vm_release drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x90bd819a __intel_context_do_pin drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x9209aa97 i915_gem_object_ggtt_pin_ww drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x937657b6 __intel_context_do_unpin drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x94fc09f0 i915_gem_object_alloc drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x9be870bd __i915_gem_object_flush_map drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xb2cda83c shmem_pin_map drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xb656f1ba intel_uncore_forcewake_get drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xbc97a3a0 _i915_vma_move_to_active drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xc6fc7741 i915_gem_object_pin_map drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xcea60320 i915_unreserve_fence drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xd3c93bcf intel_runtime_pm_get drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xe1e374a7 intel_ring_begin drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xeb6cdade i915_gem_ww_ctx_fini drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xf456011f __px_dma drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xfa766c21 i915_gem_prime_export drivers/gpu/drm/i915/i915 +IDLE_INJECT EXPORT_SYMBOL_GPL 0x5b3a2cd6 idle_inject_start vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x60b2e814 idle_inject_register vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x85c2b7eb idle_inject_stop vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x95e93783 idle_inject_set_latency vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0xa66c1ea7 idle_inject_register_full vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0xc18575af idle_inject_set_duration vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0xe9cbcfd0 idle_inject_get_duration vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0xf0e96547 idle_inject_unregister vmlinux +IDXD EXPORT_SYMBOL_GPL 0x2c357db4 dsa_bus_type drivers/dma/idxd/idxd_bus +IDXD EXPORT_SYMBOL_GPL 0x7c9db3a8 __idxd_driver_register drivers/dma/idxd/idxd_bus +IDXD EXPORT_SYMBOL_GPL 0xc1969a6c idxd_dmaengine_drv drivers/dma/idxd/idxd +IDXD EXPORT_SYMBOL_GPL 0xcbf769cd idxd_driver_unregister drivers/dma/idxd/idxd_bus +IDXD EXPORT_SYMBOL_GPL 0xccbb62a1 idxd_user_drv drivers/dma/idxd/idxd +IDXD EXPORT_SYMBOL_GPL 0xcf25537b idxd_drv drivers/dma/idxd/idxd +IIO_AD5592R EXPORT_SYMBOL_GPL 0x1e3f14d8 ad5592r_probe drivers/iio/dac/ad5592r-base +IIO_AD5592R EXPORT_SYMBOL_GPL 0x82e5855c ad5592r_remove drivers/iio/dac/ad5592r-base +IIO_AD5686 EXPORT_SYMBOL_GPL 0x029daae6 ad5686_probe drivers/iio/dac/ad5686 +IIO_AD5686 EXPORT_SYMBOL_GPL 0x5a15444e ad5686_remove drivers/iio/dac/ad5686 +IIO_AD7091R EXPORT_SYMBOL_GPL 0x88d749a2 ad7091r_regmap_config drivers/iio/adc/ad7091r-base +IIO_AD7091R EXPORT_SYMBOL_GPL 0xa7924ea9 ad7091r_probe drivers/iio/adc/ad7091r-base +IIO_AD7606 EXPORT_SYMBOL_GPL 0x1135487f ad7606_probe drivers/iio/adc/ad7606 +IIO_AD7606 EXPORT_SYMBOL_GPL 0xcc5405cd ad7606_pm_ops drivers/iio/adc/ad7606 +IIO_ADISLIB EXPORT_SYMBOL 0x9ad16a6e adis_debugfs_reg_access drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL 0xb4308134 __adis_enable_irq drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x1e67609d __adis_update_bits_base drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x334a8af6 __adis_read_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x39b8d91b __adis_initial_startup drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x3ecc4f2a __adis_write_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x8d9ea994 adis_init drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xc294d0f0 __adis_check_status drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xd7004d4f adis_update_scan_mode drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xe0712344 adis_single_conversion drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xfab294bb devm_adis_setup_buffer_and_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xfe01b666 devm_adis_probe_trigger drivers/iio/imu/adis_lib +IIO_ADIS_LIB EXPORT_SYMBOL_GPL 0xc17491cd __adis_reset drivers/iio/imu/adis_lib +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x5aacfbad adxl313_core_probe drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x8401eedc adxl313_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x93298a1c adxl312_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x932e87b3 adxl314_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x99b19a0c adxl31x_chip_info drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe1d8d09c adxl314_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe1dfdd33 adxl312_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xf6f7b9f3 adxl313_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0x2717eb37 adxl355_core_probe drivers/iio/accel/adxl355_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0x4d2f5e0f adxl35x_chip_info drivers/iio/accel/adxl355_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0x6ff5403b adxl355_readable_regs_tbl drivers/iio/accel/adxl355_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0xb446fa86 adxl355_writeable_regs_tbl drivers/iio/accel/adxl355_core +IIO_ADXL367 EXPORT_SYMBOL_GPL 0x27c9c5c1 adxl367_probe drivers/iio/accel/adxl367 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0xb556cf44 adxl372_probe drivers/iio/accel/adxl372 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0xd0de5c65 adxl372_readable_noinc_reg drivers/iio/accel/adxl372 +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x0c71cea0 devm_ad_sd_setup_buffer_and_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x3fa4d7f7 ad_sd_reset drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x40c86c41 ad_sd_validate_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x4e507fec ad_sd_set_comm drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xa30cb138 ad_sd_write_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xa61f2094 ad_sd_read_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xae5673ce ad_sd_calibrate drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xb6747a76 ad_sd_init drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xbe7db227 ad_sigma_delta_single_conversion drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xe65bb1dc ad_sd_calibrate_all drivers/iio/adc/ad_sigma_delta +IIO_BMA400 EXPORT_SYMBOL 0x3be7c542 bma400_probe drivers/iio/accel/bma400_core +IIO_BMA400 EXPORT_SYMBOL 0x81ed11fe bma400_regmap_config drivers/iio/accel/bma400_core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x01e868e6 bmc150_accel_core_probe drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x3c8ede70 bmc150_accel_pm_ops drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0xa1f998ca bmc150_accel_core_remove drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0xe9a2945a bmc150_regmap_conf drivers/iio/accel/bmc150-accel-core +IIO_BMC150_MAGN EXPORT_SYMBOL 0x039bd31e bmc150_magn_remove drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x3c88b3ec bmc150_magn_pm_ops drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x9f230151 bmc150_magn_regmap_config drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0xb84965e5 bmc150_magn_probe drivers/iio/magnetometer/bmc150_magn +IIO_BME680 EXPORT_SYMBOL 0x134a2f12 bme680_regmap_config drivers/iio/chemical/bme680_core +IIO_BME680 EXPORT_SYMBOL_GPL 0xcd6229db bme680_core_probe drivers/iio/chemical/bme680_core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x583e757b bmi088_regmap_conf drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x73919b77 bmi088_accel_pm_ops drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x9ba07cd7 bmi088_accel_core_probe drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xfb8e5e0f bmi088_accel_core_remove drivers/iio/accel/bmi088-accel-core +IIO_BMI160 EXPORT_SYMBOL 0xca19cfae bmi160_enable_irq drivers/iio/imu/bmi160/bmi160_core +IIO_BMI160 EXPORT_SYMBOL 0xcdc011bd bmi160_regmap_config drivers/iio/imu/bmi160/bmi160_core +IIO_BMI160 EXPORT_SYMBOL_GPL 0xbb3ec191 bmi160_core_probe drivers/iio/imu/bmi160/bmi160_core +IIO_BMP280 EXPORT_SYMBOL 0x4273ef56 bmp380_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x47a784d5 bmp180_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x4b94efd8 bmp380_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x4c0f53d3 bmp580_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xa17e2f6a bme280_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xaafa2b75 bmp180_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xad2159b7 bmp280_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xb356a46e bmp580_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xcca18d53 bmp280_common_probe drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xd69b0eae bmp280_chip_info drivers/iio/pressure/bmp280 +IIO_BNO055 EXPORT_SYMBOL_GPL 0xc32c5830 bno055_regmap_config drivers/iio/imu/bno055/bno055 +IIO_BNO055 EXPORT_SYMBOL_GPL 0xd47e3e83 bno055_probe drivers/iio/imu/bno055/bno055 +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0xb1aca6c9 fxas21002c_pm_ops drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0xc037f892 fxas21002c_core_probe drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0xdd4f3362 fxas21002c_core_remove drivers/iio/gyro/fxas21002c_core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x6424bc16 fxls8962af_i2c_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xb199efd6 fxls8962af_core_probe drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xc6fa28d3 fxls8962af_spi_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xd371fcdc fxls8962af_pm_ops drivers/iio/accel/fxls8962af-core +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x094bee02 iio_gts_avail_scales_for_time drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x296bb0cd iio_gts_all_avail_scales drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x4ed89402 iio_gts_find_sel_by_gain drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x53000dc5 iio_gts_find_gain_by_sel drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x54a7bad7 iio_gts_get_min_gain drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x5f338fa0 iio_gts_find_new_gain_sel_by_old_gain_time drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xa3374797 iio_gts_get_scale drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xaf5aaa85 iio_find_closest_gain_low drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xc061498b iio_gts_avail_times drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xc25ccf30 iio_gts_find_new_gain_by_old_gain_time drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xd7e29768 iio_gts_find_gain_sel_for_scale_using_time drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xe5201507 devm_iio_init_iio_gts drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xf42af90f iio_gts_total_gain_to_scale drivers/iio/industrialio-gts-helper +IIO_HID EXPORT_SYMBOL 0x0ce978bf hid_sensor_write_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x2710282c hid_sensor_read_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x29d1a007 hid_sensor_write_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x5a9b99f0 hid_sensor_setup_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x7694469d hid_sensor_parse_common_attributes drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x7f7621ec hid_sensor_format_scale drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x9a45222e hid_sensor_remove_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0xa6a046c7 hid_sensor_convert_timestamp drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xb0527986 hid_sensor_power_state drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0xb364e4b2 hid_sensor_read_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xbbcc7a57 hid_sensor_write_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xdf71ff0c hid_sensor_pm_ops drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0xf8756413 hid_sensor_read_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x065b4d6e hid_sensor_get_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xc0c6b234 hid_sensor_read_poll_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xc9977dd3 hid_sensor_set_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xdd557897 hid_sensor_batch_mode_supported drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HMC5843 EXPORT_SYMBOL 0x09750cb3 hmc5843_common_remove drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0x39dfaaae hmc5843_pm_ops drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0x4804f3f2 hmc5843_common_probe drivers/iio/magnetometer/hmc5843_core +IIO_HTS221 EXPORT_SYMBOL 0x959d4ac2 hts221_pm_ops drivers/iio/humidity/hts221 +IIO_HTS221 EXPORT_SYMBOL 0xb5470308 hts221_probe drivers/iio/humidity/hts221 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x1954884e inv_icm42600_regmap_config drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x304b5532 inv_icm42600_core_probe drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x486a0711 inv_icm42600_pm_ops drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_KX022A EXPORT_SYMBOL_GPL 0x67a79064 kx022a_regmap drivers/iio/accel/kionix-kx022a +IIO_KX022A EXPORT_SYMBOL_GPL 0x779cc2bf kx022a_probe_internal drivers/iio/accel/kionix-kx022a +IIO_KXSD9 EXPORT_SYMBOL 0x7a09d2cc kxsd9_common_remove drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0x82d594f4 kxsd9_dev_pm_ops drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0xe7ecb59d kxsd9_common_probe drivers/iio/accel/kxsd9 +IIO_LSM6DSX EXPORT_SYMBOL 0x48f8f5eb st_lsm6dsx_probe drivers/iio/imu/st_lsm6dsx/st_lsm6dsx +IIO_LSM6DSX EXPORT_SYMBOL 0xfe36afc3 st_lsm6dsx_pm_ops drivers/iio/imu/st_lsm6dsx/st_lsm6dsx +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x045688dd ms_sensors_read_prom_word drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x065a9228 ms_sensors_ht_read_temperature drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x2d2f5cd5 ms_sensors_reset drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x31528eb6 ms_sensors_write_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x42b6a050 ms_sensors_convert_and_read drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x48c43b65 ms_sensors_ht_read_humidity drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x4fec76f8 ms_sensors_write_resolution drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x64179d09 ms_sensors_tp_read_prom drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x7206af58 ms_sensors_show_battery_low drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x9e888307 ms_sensors_read_temp_and_pressure drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xca280657 ms_sensors_show_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xd623c024 ms_sensors_read_serial drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x16903b85 mma7455_core_remove drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x82d424d4 mma7455_core_probe drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x8fc88f96 mma7455_core_regmap drivers/iio/accel/mma7455_core +IIO_MMA9551 EXPORT_SYMBOL 0x0183ab68 mma9551_gpio_config drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x0e3e49e0 mma9551_write_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x295c4448 mma9551_read_status_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x2c0227f1 mma9551_set_device_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x3ba1143f mma9551_read_status_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x41ef446c mma9551_read_accel_scale drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x4862f659 mma9551_read_version drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x509156b1 mma9551_set_power_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x5f7fdd4d mma9551_read_accel_chan drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x7e4c04d5 mma9551_write_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x7f09eb06 mma9551_read_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x7f2f10fe mma9551_read_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x932e9724 mma9551_read_status_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x97c72db6 mma9551_app_reset drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xbcd7fe96 mma9551_sleep drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xc20753f8 mma9551_read_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xd69aa45b mma9551_write_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xe359ca9a mma9551_update_config_bits drivers/iio/accel/mma9551_core +IIO_MPL115 EXPORT_SYMBOL 0xf606cc59 mpl115_dev_pm_ops drivers/iio/pressure/mpl115 +IIO_MPL115 EXPORT_SYMBOL_GPL 0xe596b862 mpl115_probe drivers/iio/pressure/mpl115 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0x246c0632 inv_mpu_pmops drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0x71ac663c inv_mpu_core_probe drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MS5611 EXPORT_SYMBOL 0xc4d4c969 ms5611_probe drivers/iio/pressure/ms5611_core +IIO_RESCALE EXPORT_SYMBOL_GPL 0x719441d8 rescale_process_scale drivers/iio/afe/iio-rescale +IIO_RESCALE EXPORT_SYMBOL_GPL 0xe127e30f rescale_process_offset drivers/iio/afe/iio-rescale +IIO_RM3100 EXPORT_SYMBOL_GPL 0x0a1424e0 rm3100_volatile_table drivers/iio/magnetometer/rm3100-core +IIO_RM3100 EXPORT_SYMBOL_GPL 0xaa911f08 rm3100_readable_table drivers/iio/magnetometer/rm3100-core +IIO_RM3100 EXPORT_SYMBOL_GPL 0xcc7209be rm3100_writable_table drivers/iio/magnetometer/rm3100-core +IIO_RM3100 EXPORT_SYMBOL_GPL 0xdc6b2d3b rm3100_common_probe drivers/iio/magnetometer/rm3100-core +IIO_SCD30 EXPORT_SYMBOL 0x6f4e8e1e scd30_probe drivers/iio/chemical/scd30_core +IIO_SCD30 EXPORT_SYMBOL 0xe6fef10a scd30_pm_ops drivers/iio/chemical/scd30_core +IIO_SPS30 EXPORT_SYMBOL_GPL 0xcf08bdbc sps30_probe drivers/iio/chemical/sps30 +IIO_SSP_SENSORS EXPORT_SYMBOL 0x16410adb ssp_common_process_data drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x22153889 ssp_enable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x2b364c6f ssp_register_consumer drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x584f5b9a ssp_change_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x590e5bc1 ssp_common_buffer_postenable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x7b043c09 ssp_disable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x9834354d ssp_get_sensor_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xfc1391d8 ssp_common_buffer_postdisable drivers/iio/common/ssp_sensors/ssp_iio +IIO_ST_SENSORS EXPORT_SYMBOL 0x074d7047 st_sensors_trigger_handler drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x09d26f4e st_press_get_settings drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0x0c308fe8 st_sensors_read_info_raw drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x0fb64500 st_accel_get_settings drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0x168f5ee4 st_sensors_dev_name_probe drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x1de38e83 st_sensors_set_dataready_irq drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x29e82bca st_sensors_verify_id drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x4cde9840 st_magn_common_probe drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0x53c38fec st_sensors_set_axis_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x7369b6e7 st_gyro_get_settings drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0x85962983 st_sensors_i2c_configure drivers/iio/common/st_sensors/st_sensors_i2c +IIO_ST_SENSORS EXPORT_SYMBOL 0x88d524e3 st_sensors_init_sensor drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x8ac9363f st_sensors_spi_configure drivers/iio/common/st_sensors/st_sensors_spi +IIO_ST_SENSORS EXPORT_SYMBOL 0x8c453bee st_sensors_set_odr drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xa30af3e9 st_sensors_allocate_trigger drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xad5273c0 st_sensors_debugfs_reg_access drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xb7b13dad st_sensors_power_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xcdf5c9ec st_sensors_set_fullscale_by_gain drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xd1230a24 st_sensors_sysfs_scale_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xd359ac91 st_accel_common_probe drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0xdaa46fc2 st_sensors_get_settings_index drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xdbbf5490 st_sensors_set_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xe29d7d46 st_magn_get_settings drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0xeb70db5d st_press_common_probe drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0xeb940001 st_sensors_sysfs_sampling_frequency_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xecbd5bd1 st_sensors_validate_device drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xfc6a0b18 st_gyro_common_probe drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL_GPL 0x8c185b6b st_lsm9ds0_probe drivers/iio/imu/st_lsm9ds0/st_lsm9ds0 +IIO_UVIS25 EXPORT_SYMBOL 0x2c926c0d st_uvis25_pm_ops drivers/iio/light/st_uvis25_core +IIO_UVIS25 EXPORT_SYMBOL 0xd14f5dbc st_uvis25_probe drivers/iio/light/st_uvis25_core +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x329f7428 zpa2326_pm_ops drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x844a601a zpa2326_isreg_readable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x8df8f601 zpa2326_remove drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x95f66e12 zpa2326_isreg_writeable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xcb7a698f zpa2326_isreg_precious drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xf6b0b4df zpa2326_probe drivers/iio/pressure/zpa2326 +INT340X_THERMAL EXPORT_SYMBOL_GPL 0x3b52f1ef processor_thermal_send_mbox_write_cmd drivers/thermal/intel/int340x_thermal/processor_thermal_mbox +INT340X_THERMAL EXPORT_SYMBOL_GPL 0xfec7b7d2 processor_thermal_send_mbox_read_cmd drivers/thermal/intel/int340x_thermal/processor_thermal_mbox +INTEL_IPU_BRIDGE EXPORT_SYMBOL_GPL 0xf7eaf92d ipu_bridge_init drivers/media/pci/intel/ipu-bridge +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0x47446cf4 m10bmc_fw_state_set drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0x99f2ff4c m10bmc_sys_read drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xbe66cad2 m10bmc_sys_update_bits drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xdcbb4db8 m10bmc_dev_groups drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xdd348775 m10bmc_dev_init drivers/mfd/intel-m10-bmc-core +INTEL_PMT EXPORT_SYMBOL_GPL 0x007f5f9e intel_pmt_dev_create drivers/platform/x86/intel/pmt/pmt_class +INTEL_PMT EXPORT_SYMBOL_GPL 0x878f324c intel_pmt_dev_destroy drivers/platform/x86/intel/pmt/pmt_class +INTEL_PMT EXPORT_SYMBOL_GPL 0xaf600633 intel_pmt_is_early_client_hw drivers/platform/x86/intel/pmt/pmt_class +INTEL_TCC EXPORT_SYMBOL_GPL 0x1936331f intel_tcc_set_offset vmlinux +INTEL_TCC EXPORT_SYMBOL_GPL 0x8c32aa7b intel_tcc_get_offset vmlinux +INTEL_TCC EXPORT_SYMBOL_GPL 0xa1186518 intel_tcc_get_tjmax vmlinux +INTEL_TCC EXPORT_SYMBOL_GPL 0xcb0091dd intel_tcc_get_temp vmlinux +INTEL_TPMI EXPORT_SYMBOL_GPL 0x35ea1eb9 tpmi_get_platform_data drivers/platform/x86/intel/intel_vsec_tpmi +INTEL_TPMI EXPORT_SYMBOL_GPL 0x4c08e38c tpmi_get_resource_at_index drivers/platform/x86/intel/intel_vsec_tpmi +INTEL_TPMI EXPORT_SYMBOL_GPL 0xc3b610e8 tpmi_get_resource_count drivers/platform/x86/intel/intel_vsec_tpmi +INTEL_TPMI_SST EXPORT_SYMBOL_GPL 0x2db8e59a tpmi_sst_dev_suspend drivers/platform/x86/intel/speed_select_if/isst_tpmi_core +INTEL_TPMI_SST EXPORT_SYMBOL_GPL 0x45083054 tpmi_sst_init drivers/platform/x86/intel/speed_select_if/isst_tpmi_core +INTEL_TPMI_SST EXPORT_SYMBOL_GPL 0x51f1cbd2 tpmi_sst_dev_remove drivers/platform/x86/intel/speed_select_if/isst_tpmi_core +INTEL_TPMI_SST EXPORT_SYMBOL_GPL 0x7332171c tpmi_sst_dev_add drivers/platform/x86/intel/speed_select_if/isst_tpmi_core +INTEL_TPMI_SST EXPORT_SYMBOL_GPL 0x98bbc7d5 tpmi_sst_exit drivers/platform/x86/intel/speed_select_if/isst_tpmi_core +INTEL_TPMI_SST EXPORT_SYMBOL_GPL 0xc0f52775 tpmi_sst_dev_resume drivers/platform/x86/intel/speed_select_if/isst_tpmi_core +INTEL_UNCORE_FREQUENCY EXPORT_SYMBOL_GPL 0x2e684197 uncore_freq_remove_die_entry drivers/platform/x86/intel/uncore-frequency/intel-uncore-frequency-common +INTEL_UNCORE_FREQUENCY EXPORT_SYMBOL_GPL 0xa97c729d uncore_freq_common_init drivers/platform/x86/intel/uncore-frequency/intel-uncore-frequency-common +INTEL_UNCORE_FREQUENCY EXPORT_SYMBOL_GPL 0xb81f35fd uncore_freq_add_entry drivers/platform/x86/intel/uncore-frequency/intel-uncore-frequency-common +INTEL_UNCORE_FREQUENCY EXPORT_SYMBOL_GPL 0xbf3d935d uncore_freq_common_exit drivers/platform/x86/intel/uncore-frequency/intel-uncore-frequency-common +INTEL_VSEC EXPORT_SYMBOL_GPL 0x09632878 intel_vsec_add_aux drivers/platform/x86/intel/intel_vsec +IOMMUFD EXPORT_SYMBOL_GPL 0x0a800d65 iommufd_device_detach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x2f6e96c3 iommufd_access_destroy drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x39f69856 iommufd_ctx_from_file drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x6f9550c1 iommufd_access_attach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x7454d050 iommufd_access_rw drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xa23abf6f iommufd_ctx_put drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xa3770fbb iommufd_ctx_get drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xc0697fa9 iommufd_device_bind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xdfb5c632 iommufd_device_attach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xe2cc80fd iommufd_access_create drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xf1e62b7a iommufd_device_unbind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xf20b319c iommufd_access_pin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xf9436e05 iommufd_access_unpin_pages drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x038dc024 iommufd_vfio_compat_ioas_create drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x963555ed iommufd_vfio_compat_set_no_iommu drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0xdb78c0d0 iommufd_vfio_compat_ioas_get_id drivers/iommu/iommufd/iommufd +IWLWIFI EXPORT_SYMBOL_GPL 0x015506d8 iwl_get_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x039ac03d iwl_parse_nvm_mcc_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x05442846 iwl_acpi_get_eckv drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x11936767 iwl_sar_get_ewrd_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1332e4de iwl_abort_notification_waits drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x15dabb6b iwl_set_bits_mask_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x17c126e5 iwl_write_direct64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1a523464 iwl_set_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1b62d320 iwl_pnvm_load drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x21d42363 iwl_sar_get_wrds_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2710c362 iwl_dump_desc_assert drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x27ca7c75 __iwl_err drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2f2599f9 iwl_read_eeprom drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2fa44777 iwl_acpi_get_tas drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x35033c81 iwl_phy_db_free drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x352f3ff7 __iwl_warn drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x37956b72 rs_pretty_print_rate drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3832d298 iwl_poll_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x391b41e0 iwl_uefi_get_step_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3bd9c9c4 iwl_trans_send_cmd drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3c2b1632 iwl_fw_dbg_stop_restart_recording drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3e5d113d __iwl_dbg drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x40ba1889 iwl_get_cmd_string drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x432f1146 iwl_sar_geo_support drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x46f62984 iwl_acpi_get_mcc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x47011d8b iwl_fwrt_dump_error_logs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x47ec9162 iwl_read_external_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x49e0135d iwl_new_rate_from_v1 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4a084f45 iwl_acpi_get_lari_config_bitmap drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4a73fdc6 iwl_read_ppag_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5026afc0 iwl_write8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x547a61bc iwl_write_prph_delay drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x55c1a990 iwl_parse_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x561f5d06 iwl_write_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x597f7833 iwl_read_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5988395c iwl_notification_wait_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5c52e109 iwl_opmode_deregister drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5cfb5dfd iwl_fw_dbg_stop_sync drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x62b0609e iwl_uefi_get_sgom_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6798768b iwl_dbg_tlv_del_timers drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6b449758 iwl_cmd_groups_verify_sorted drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6ff90e9f iwl_get_shared_mem_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x730eab82 iwl_fw_start_dbg_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x74a724d0 iwl_fw_runtime_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x767eab22 iwl_acpi_is_ppag_approved drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x776221bf iwl_send_phy_db_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x78971d7e iwl_he_is_sgi drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7d1b7849 __iwl_crit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7dd38e09 __iwl_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8171f46b iwl_phy_db_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x81c6608e iwl_write64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x828c6838 iwlwifi_mod_params drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x84bb50e1 iwl_rs_pretty_ant drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x86662615 iwl_poll_direct_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x874c77de iwl_fw_rate_idx_to_plcp drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x89b45650 iwl_acpi_get_phy_filters drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8afeb084 iwl_acpi_get_pwr_limit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8ff736e4 iwl_parse_eeprom_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9038811a iwl_rfi_guid drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9a036b0e iwl_sar_get_wgds_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9e6e6842 iwl_drv_get_fwname_pre drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9f439fe5 iwl_acpi_get_ppag_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa36964d9 iwl_set_soc_latency drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xad17f253 iwl_read_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xafa16b44 iwl_write_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb0fc1808 iwl_acpi_get_dsm_u32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb37b318c iwl_rs_pretty_bw drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb60f9bd6 iwl_configure_rxq drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb7d5ffb1 iwl_rate_mcs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb7efffa8 iwl_free_fw_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb8d91aa2 iwl_fw_dbg_collect_trig drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbafc8994 iwl_wait_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbe4d6b08 iwl_read_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc0181b6d iwl_write32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xce0c6460 iwl_phy_db_set_section drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xcfb5a136 iwl_fw_dbg_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd15a89bd _iwl_dbg_tlv_time_point drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd2a0dd97 iwl_fw_dbg_collect_desc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd2ac57fd iwl_fw_runtime_suspend drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd318385a iwl_init_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd352ac8d iwl_fw_runtime_resume drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd674fb2e iwl_fw_dbg_read_d3_debug_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xdbbfee49 iwl_force_nmi drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe0eb5838 iwl_init_notification_wait drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe1ef4626 iwl_finish_nic_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe75b7e77 iwl_notification_wait drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe8176a96 iwl_sar_geo_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe891ce63 iwl_parse_mei_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xea1b26fc iwl_nvm_fixups drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xef8d124e iwl_read32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf4baea58 iwl_opmode_register drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf88964e4 iwl_remove_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfb9af13e iwl_sar_select_profile drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfc0f1e35 iwl_acpi_get_dsm_u8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfc1e6f41 iwl_guid drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfc439467 iwl_fw_dbg_error_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfc6a447c iwl_write_prph64_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfe6bb5b7 iwl_clear_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +LTC2497 EXPORT_SYMBOL 0x0d971af3 ltc2497core_remove drivers/iio/adc/ltc2497-core +LTC2497 EXPORT_SYMBOL 0xc234f6c0 ltc2497core_probe drivers/iio/adc/ltc2497-core +MCB EXPORT_SYMBOL_GPL 0x08cd93d4 mcb_get_resource drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x0ca85cb0 mcb_alloc_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x1e31ea3e mcb_bus_put drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x23e0826a mcb_release_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x48642676 mcb_alloc_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x5c7144fe mcb_free_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x69008a69 mcb_unregister_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x9f7062eb mcb_bus_add_devices drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x9fd2c011 mcb_get_irq drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xa027b812 mcb_request_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xc2b63feb __mcb_register_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xc6d3ca0b chameleon_parse_cells drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xd7d35fe9 mcb_bus_get drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xe64e908c mcb_device_register drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xeb2c8905 mcb_release_mem drivers/mcb/mcb +MFD_OCELOT EXPORT_SYMBOL 0x510ff442 ocelot_chip_reset drivers/mfd/ocelot-soc +MFD_OCELOT EXPORT_SYMBOL 0xff0edc86 ocelot_core_init drivers/mfd/ocelot-soc +MFD_OCELOT_SPI EXPORT_SYMBOL 0xa11eb190 ocelot_spi_init_regmap drivers/mfd/ocelot-soc +NET_MANA EXPORT_SYMBOL 0x116eda6c mana_uncfg_vport drivers/net/ethernet/microsoft/mana/mana +NET_MANA EXPORT_SYMBOL 0x436b5d0e mana_destroy_wq_obj drivers/net/ethernet/microsoft/mana/mana +NET_MANA EXPORT_SYMBOL 0xbb5a7be1 mana_create_wq_obj drivers/net/ethernet/microsoft/mana/mana +NET_MANA EXPORT_SYMBOL 0xc11dae6b mana_cfg_vport drivers/net/ethernet/microsoft/mana/mana +NET_MANA EXPORT_SYMBOL 0xd558640f mana_gd_send_request drivers/net/ethernet/microsoft/mana/mana +NET_MANA EXPORT_SYMBOL 0xe3f8b6d6 mana_gd_destroy_dma_region drivers/net/ethernet/microsoft/mana/mana +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x09a8b109 nvme_command_effects drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x149d6dbc nvme_find_get_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x28bc76bc nvme_passthru_end drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x330e3cbd nvme_execute_rq drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x7d6aa686 nvme_passthru_start drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xbe64d232 nvme_ctrl_from_file drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xc217260c nvme_put_ns drivers/nvme/host/nvme-core +PECI EXPORT_SYMBOL_GPL 0x0207a7dc peci_request_temp_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x055845e3 __peci_driver_register drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x0ba40f00 peci_xfer_pkg_cfg_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x0d94abcf peci_xfer_ep_mmio64_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x0dc12eb1 peci_driver_unregister drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x0ebf5dcd peci_request_dib_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x1a2b2a3f peci_request_status drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x27ea7974 devm_peci_controller_add drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x2b1c740b peci_request_data_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x3d09a44c peci_xfer_ep_pci_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x42439269 peci_xfer_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x45ea4f32 peci_xfer_ep_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x4ddc883e peci_request_alloc drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x5f9306ee peci_xfer_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x7718598e peci_xfer_ep_mmio32_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x90740fce peci_xfer_pkg_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x9b6e2522 peci_xfer_ep_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xa08c8d01 peci_xfer_ep_pci_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xa18810a7 peci_request_free drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xbc85c940 peci_xfer_get_temp drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xca310ecb peci_request_data_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xd45efda7 peci_request_data_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xd86f667f peci_xfer_ep_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xd9269aca peci_request_data_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xdf4f0652 peci_xfer_pkg_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xe38dce5c peci_xfer_ep_pci_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xe3dc9eb3 peci_xfer_get_dib drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xf3fefc0a peci_xfer_pkg_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xf9199800 peci_xfer_pci_cfg_local_readb drivers/peci/peci +PECI_CPU EXPORT_SYMBOL_GPL 0x0b269ac1 peci_ep_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x3333a6a2 peci_temp_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x7ba37982 peci_mmio_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x90f43c9c peci_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xa6e27caa peci_pcs_read drivers/peci/peci-cpu +PMBUS EXPORT_SYMBOL_GPL 0x0d0b0207 pmbus_update_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x1d28e062 pmbus_regulator_ops drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x3e622ddf pmbus_set_page drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x4ca97e33 pmbus_lock_interruptible drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x4e3e5492 pmbus_unlock drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x5e4721a7 pmbus_do_probe drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x6f297163 pmbus_write_byte drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x75b9b67b pmbus_write_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x79136b37 pmbus_get_debugfs_dir drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x7a478057 pmbus_write_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x7f8d4ca2 pmbus_get_fan_rate_device drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x8ad70b07 pmbus_update_fan drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x8c16c8db pmbus_clear_cache drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x8ff07c97 pmbus_set_update drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x9908c500 pmbus_read_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x9e684783 pmbus_clear_faults drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xc7f870b5 pmbus_get_fan_rate_cached drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xcb3a2851 pmbus_check_byte_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xdcbd14d2 pmbus_get_driver_info drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xe2af0b98 pmbus_check_word_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xe99e1383 pmbus_read_byte_data drivers/hwmon/pmbus/pmbus_core +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x000aa30b sx_common_read_proximity drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x0d21d6ee sx_common_get_raw_register_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x31f912a5 sx_common_probe drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x7138d98b sx_common_write_event_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xa103ce02 sx_common_events drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xb43ba177 sx_common_read_event_config drivers/iio/proximity/sx_common +SERIAL_8250_PCI EXPORT_SYMBOL_GPL 0x6a44aa3b serial8250_pci_setup_port vmlinux +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x2b707546 hda_cs_dsp_fw_ids sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x4644ce40 hda_cs_dsp_add_controls sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x6a7b4069 hda_cs_dsp_read_ctl sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0xb6f91a42 hda_cs_dsp_write_ctl sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0xed3153c9 hda_cs_dsp_control_remove sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0x32209d36 cs35l41_hda_pm_ops sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0x84875d7b cs35l41_hda_remove sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0xf15546a6 cs35l41_hda_probe sound/pci/hda/snd-hda-scodec-cs35l41 +SND_INTEL_SOUNDWIRE_ACPI EXPORT_SYMBOL 0xbb4f9d1f sdw_intel_acpi_scan sound/hda/snd-intel-sdw-acpi +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0x07328a97 acp_machine_select sound/soc/amd/acp/snd-acp-pcm +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0x50a943f1 acp_platform_register sound/soc/amd/acp/snd-acp-pcm +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0x914ea396 asoc_acp_i2s_probe sound/soc/amd/acp/snd-acp-i2s +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0xa9030462 acp_dmic_dai_ops sound/soc/amd/acp/snd-acp-pdm +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0xbdcbbf05 acp_platform_unregister sound/soc/amd/acp/snd-acp-pcm +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0xd1725825 asoc_acp_cpu_dai_ops sound/soc/amd/acp/snd-acp-i2s +SND_SOC_AMD_MACH EXPORT_SYMBOL_GPL 0x07d9c262 acp_sofdsp_dai_links_create sound/soc/amd/acp/snd-acp-mach +SND_SOC_AMD_MACH EXPORT_SYMBOL_GPL 0xbf6a8f37 acp_legacy_dai_links_create sound/soc/amd/acp/snd-acp-mach +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x03b069fd cs35l45_apply_patch sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x189de3ea cs35l45_remove sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x1debecf9 cs35l45_pm_ops sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x3431c8ad cs35l45_get_clk_freq_id sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x9061845c cs35l45_probe sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xa0df4b2c cs35l45_spi_regmap sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xe3e78a60 cs35l45_i2c_regmap sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x05482545 cs35l56_irq sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x06295701 cs35l56_common_probe sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x150fd9e7 cs35l56_remove sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x46186b4c cs35l56_irq_request sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x5076f879 cs35l56_pm_ops_i2c_spi sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0xbc6c0935 cs35l56_runtime_resume_common sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0xe7cbb9c1 cs35l56_init sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0xf2b58069 cs35l56_runtime_suspend sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x05c2529e cs35l56_tx_input_values sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x0667e67a cs35l56_regmap_sdw sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x312c0e0f cs35l56_dsp1_regions sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x64061fc5 cs35l56_reread_firmware_registers sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x64e759e4 cs35l56_tx_input_texts sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x7f5cd4d6 cs35l56_regmap_i2c sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x88762c92 cs35l56_get_bclk_freq_id sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xc909d209 cs35l56_regmap_spi sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xcd5438ad cs35l56_fill_supply_names sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x0e2ab4a8 cs42l42_resume_restore sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x104aeb34 cs42l42_suspend sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x33a6f3a1 cs42l42_common_remove sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x4972cb07 cs42l42_common_probe sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x6e1e402c cs42l42_soc_component sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x77d2176b cs42l42_src_config sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xa8919ff4 cs42l42_resume sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xae38a5de cs42l42_volatile_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xae4be5c4 cs42l42_irq_thread sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xb1995c2a cs42l42_init sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xb9a2d2a1 cs42l42_regmap sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xc053efa9 cs42l42_page_range sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xca92376b cs42l42_dai sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xdfc80390 cs42l42_readable_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xe37dfd8b cs42l42_pll_config sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xfcbf0248 cs42l42_mute_stream sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_INTEL_HDA_DSP_COMMON EXPORT_SYMBOL 0x8c04d12c hda_dsp_hdmi_build_controls sound/soc/intel/boards/snd-soc-intel-hda-dsp-common +SND_SOC_INTEL_SOF_CIRRUS_COMMON EXPORT_SYMBOL 0x5bdb5806 cs35l41_set_dai_link sound/soc/intel/boards/snd-soc-intel-sof-cirrus-common +SND_SOC_INTEL_SOF_CIRRUS_COMMON EXPORT_SYMBOL 0xa3536c50 cs35l41_set_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-cirrus-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x19393523 max_98390_spk_codec_init sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x2def2d30 max_98373_dapm_routes sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x4a026c9f max_98357a_dai_link sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x63a0fdac max_98373_spk_codec_init sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x669c9c6b max_98390_4spk_components sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x68539532 max_98373_components sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x6de6b250 max_98390_ops sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x871f2c36 max_98373_set_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x955b9f3f max_98373_ops sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x9a63bd83 max_98390_set_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0xc11f9a28 max_98360a_dai_link sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0xd2fd58fc max_98390_components sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0xfd8ecc41 max_98373_trigger sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0x0e0f98ad sof_rt1308_dai_link sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0x15676b67 sof_rt1011_dai_link sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0x1f714a07 sof_rt1015_dai_link sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0x335c8c40 sof_rt1015_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0x4f400959 sof_rt1019p_dai_link sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0x5476c8bb sof_rt1015p_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0x998890d2 sof_rt1015p_dai_link sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0xd0d4479f sof_rt1011_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_SOF_ACPI_DEV EXPORT_SYMBOL 0x625bab8e sof_acpi_pm sound/soc/sof/snd-sof-acpi +SND_SOC_SOF_ACPI_DEV EXPORT_SYMBOL 0xcb9839b3 sof_acpi_remove sound/soc/sof/snd-sof-acpi +SND_SOC_SOF_ACPI_DEV EXPORT_SYMBOL 0xfaa76a91 sof_acpi_probe sound/soc/sof/snd-sof-acpi +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x0fb57dc1 acp_dsp_stream_get sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x149bda62 acp_sof_ipc_get_window_offset sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x14f5d286 acp_sof_trace_release sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x17a67dfc acp_mailbox_write sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x216c9493 acp_get_bar_index sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x271fb9ad acp_pcm_close sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x27db71c4 acp_sof_ipc_msg_data sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x35fb27dd acp_sof_ipc_irq_thread sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x42c5167e sof_rembrandt_ops sound/soc/sof/amd/snd-sof-amd-rembrandt +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x4506448e acp_dsp_block_read sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x48dc0ae0 acp_pcm_hw_params sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x4de4464d sof_acp_common_ops sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x6ec89908 amd_sof_acp_probe sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x7c6d53c6 sof_renoir_ops sound/soc/sof/amd/snd-sof-amd-renoir +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x8741e10f acp_dsp_stream_put sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x993e3091 acp_dsp_pre_fw_run sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xa7016224 acp_sof_trace_init sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xafe0590f acp_sof_ipc_send_msg sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xb177f53c acp_mailbox_read sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xb8709736 amd_sof_acp_remove sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xb8f7bf8f acp_dsp_stream_init sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xb9a650a4 acp_set_stream_data_offset sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xc5a73016 acp_pcm_open sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xd1646f9b acp_sof_dsp_run sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xd8c4e0a3 amd_sof_acp_resume sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xdc0ba5e9 acp_sof_ipc_get_mailbox_offset sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xe54f17a9 acp_dsp_block_write sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xe5c26e41 acp_pcm_pointer sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xf01198aa amd_sof_acp_suspend sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x02f0cda8 sof_client_unregister_ipc_rx_handler sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x0c7a5025 sof_client_get_dma_dev sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x0d7f2465 sof_client_get_fw_state sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x0e0e034e sof_client_get_debugfs_root sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x111c8dc1 sof_client_core_module_put sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x161dc9b7 sof_client_unregister_fw_state_handler sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x1c417570 sof_client_dev_register sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x21c2acb0 sof_client_get_ipc_max_payload_size sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x3f5fe779 sof_resume_clients sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x58b7767d sof_client_get_ipc_type sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x61a4a36f sof_client_core_module_get sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x6621eaa2 sof_client_ipc_rx_message sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x712cd11c sof_client_register_ipc_rx_handler sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x8ad31d12 sof_client_ipc_set_get_data sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x99bf301b sof_client_register_fw_state_handler sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x99d354f0 sof_suspend_clients sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xa78f9ac5 sof_client_get_fw_version sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xb55a5b81 sof_client_ipc4_find_module sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xd3d500cc sof_client_ipc_tx_message sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xe4a20136 sof_client_dev_unregister sound/soc/sof/snd-sof +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x0bd45fb1 hda_codec_detect_mask sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x1c41efdf hda_codec_device_remove sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x2c6edb89 hda_codec_probe_bus sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x4d68e438 hda_codec_check_for_state_change sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x53a72938 hda_codec_check_rirb_status sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x55f1bf03 hda_codec_jack_check sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x73462676 hda_codec_jack_wake_enable sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x899e74ed hda_codec_stop_cmd_io sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0xbedd854b hda_codec_resume_cmd_io sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0xc8e3dfae hda_codec_set_codec_wakeup sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0xea439f15 hda_codec_init_cmd_io sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0xf0a27326 hda_codec_rirb_status_clear sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0xfff2ff4c hda_codec_suspend_cmd_io sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC_I915 EXPORT_SYMBOL_GPL 0x1813db88 hda_codec_i915_display_power sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC_I915 EXPORT_SYMBOL_GPL 0x59e7f942 hda_codec_i915_exit sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC_I915 EXPORT_SYMBOL_GPL 0xd438485b hda_codec_i915_init sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x0208d043 hdac_bus_eml_sync_go_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x07856620 hdac_bus_eml_enable_offload sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x12f146ab hda_bus_ml_reset_losidv sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x256d7da2 hdac_bus_eml_dmic_get_hlink sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x3ab02ea3 hdac_bus_eml_sync_arm_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x59e4db4e hdac_bus_eml_sdw_map_stream_ch sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x5e30adf4 hda_bus_ml_init sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x5eb21337 hdac_bus_eml_sdw_set_lsdiid sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x63baf73e hdac_bus_eml_wait_syncpu_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x665ff12a hdac_bus_eml_sdw_sync_go_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x68f17278 hdac_bus_eml_get_count sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x758655f9 hdac_bus_eml_sdw_sync_arm_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x7a18fc30 hdac_bus_eml_enable_interrupt sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x7cb08556 hdac_bus_eml_sdw_get_hlink sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x7e7068ba hdac_bus_eml_check_interrupt sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x8e5eea74 hdac_bus_eml_power_up sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x8fd3eb98 hdac_bus_eml_get_mutex sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x941cd204 hdac_bus_eml_sdw_set_syncprd_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x986b108e hda_bus_ml_resume sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xafe6d5c5 hdac_bus_eml_sdw_power_down_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xb5e48001 hda_bus_ml_free sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xc20622bd hda_bus_ml_put_all sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xcf8c1b24 hdac_bus_eml_ssp_get_hlink sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xd16682ac hdac_bus_eml_sdw_power_up_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xdb5cbfc9 hdac_bus_eml_power_up_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xe0eb3bfa hdac_bus_eml_sdw_wait_syncpu_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xe1b11334 hdac_bus_eml_power_down sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xe30d31c5 hdac_bus_eml_sdw_check_cmdsync_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xe9a0d8de hdac_bus_eml_power_down_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xecb7c43a hda_bus_ml_suspend sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xf4a06017 hdac_bus_eml_check_cmdsync_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xff5ea7a6 hdac_bus_eml_set_syncprd_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x18b87459 atom_reset sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x3503e0b1 atom_irq_thread sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x48c4e42e atom_set_mach_params sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x67e6ee8b atom_send_msg sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x837ff58e atom_get_window_offset sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x8e83dee6 atom_dump sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x8fbfc47a atom_machine_select sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x9ac6a9aa atom_run sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0xdde464f6 atom_get_mailbox_offset sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0xebb3f5af atom_dai sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0xefa4a41a atom_irq_handler sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x02f82742 hda_pci_intel_probe sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x0407efdc sof_apl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x0ad2602d sof_icl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x189c98fc sof_cnl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x2e1217a7 sof_icl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x3de3174e sof_tgl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x3ef4f761 hda_ops_free sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x45d91187 sof_tgl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x4a376b87 mtl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x58c9dbcc ehl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x621ecf13 sof_cnl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x8404d3e3 tgl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x849e6d2c skl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x8c39c722 adls_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x8e96b95c sof_mtl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x95f5f542 icl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xa0031cc6 cnl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xa4082ad0 sof_skl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xabc18a41 sof_apl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xaf612160 apl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xe4365bfe sof_skl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xed41be4b sof_mtl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xfa378acf tglh_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xfd7e2522 jsl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_PCI_DEV EXPORT_SYMBOL 0x34d5b442 sof_pci_pm sound/soc/sof/snd-sof-pci +SND_SOC_SOF_PCI_DEV EXPORT_SYMBOL 0x449310bf sof_pci_shutdown sound/soc/sof/snd-sof-pci +SND_SOC_SOF_PCI_DEV EXPORT_SYMBOL 0xc0d5831a sof_pci_probe sound/soc/sof/snd-sof-pci +SND_SOC_SOF_PCI_DEV EXPORT_SYMBOL 0xc38612a4 sof_pci_remove sound/soc/sof/snd-sof-pci +SND_SOC_SOF_XTENSA EXPORT_SYMBOL 0x14e1bd43 sof_xtensa_arch_ops sound/soc/sof/xtensa/snd-sof-xtensa-dsp +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x09351149 tasdevice_prmg_calibdata_load sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x1a949c7c tasdevice_select_cfg_blk sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x1ab9b7d9 tasdevice_select_tuningprm_cfg sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x23c94cc6 tasdevice_tuning_switch sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x2c2d92de tasdevice_config_info_remove sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x40ec23ee tasdevice_calbin_remove sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x957998f4 tas2781_load_calibration sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0xa7d17083 tasdevice_rca_parser sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0xfa72134b tasdevice_dsp_parser sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0xfe3a6722 tasdevice_prmg_load sound/soc/codecs/snd-soc-tas2781-fmwlib +SOUNDWIRE_INTEL EXPORT_SYMBOL 0x4b24ab02 sdw_intel_cnl_hw_ops drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL EXPORT_SYMBOL 0xd8dc5fc4 sdw_intel_lnl_hw_ops drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x19f765bd sdw_intel_exit drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x313cda62 sdw_intel_probe drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x89b46075 sdw_intel_startup drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0xaa52eba1 sdw_intel_thread drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0xd8f91789 sdw_intel_process_wakeen_event drivers/soundwire/soundwire-intel +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x2150ee70 dw_spi_resume_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x28e3a20b dw_spi_check_status drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x2e192d45 dw_spi_remove_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x5dff94e2 dw_spi_dma_setup_generic drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x7e194c36 dw_spi_add_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x83e6bf22 dw_spi_suspend_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xc6d35cdc dw_spi_dma_setup_mfld drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xc90d80f4 dw_spi_set_cs drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xfcf315b0 dw_spi_update_config drivers/spi/spi-dw +TEST_FIRMWARE EXPORT_SYMBOL_GPL 0x3dce036c firmware_request_builtin vmlinux +TEST_FIRMWARE EXPORT_SYMBOL_GPL 0x9d8a8803 efi_embedded_fw_list vmlinux +TEST_FIRMWARE EXPORT_SYMBOL_GPL 0x9dd8d0e2 efi_embedded_fw_checked vmlinux +USB_STORAGE EXPORT_SYMBOL_GPL 0x00b18f57 usb_stor_Bulk_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x07b3e936 usb_stor_access_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x0bcb6e1f usb_stor_transparent_scsi_command drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x10b0e7c7 usb_stor_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x1bc3edc2 usb_stor_sense_invalidCDB drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x1c468f87 usb_stor_host_template_init drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x1ee7e157 fill_inquiry_response drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x2379da9d usb_stor_bulk_transfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x300c0432 usb_stor_ctrl_transfer drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x3995ca8a usb_stor_CB_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x792eff9d usb_stor_post_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x96a89f84 usb_stor_reset_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x9c86acb8 usb_stor_bulk_srb drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xa3c13cd8 usb_stor_probe2 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xa695eafa usb_stor_suspend drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xadf1a51d usb_stor_bulk_transfer_sg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xae9cdb24 usb_stor_CB_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xb0c62a27 usb_stor_pre_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xb1f961d0 usb_stor_probe1 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xbc6ce615 usb_stor_disconnect drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xd1f429c6 usb_stor_Bulk_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xd2a5f949 usb_stor_set_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xd31662a6 usb_stor_control_msg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xe575e8ef usb_stor_clear_halt drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xef17b4bf usb_stor_adjust_quirks drivers/usb/storage/usb-storage --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency-hwe-6.5/abi/amd64/lowlatency.compiler +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency-hwe-6.5/abi/amd64/lowlatency.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0 --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency-hwe-6.5/abi/amd64/lowlatency.modules +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency-hwe-6.5/abi/amd64/lowlatency.modules @@ -0,0 +1,6381 @@ +104-quad-8 +3c509 +3c574_cs +3c589_cs +3c59x +3w-9xxx +3w-sas +3w-xxxx +53c700 +6lowpan +6pack +8021q +8139cp +8139too +8250_dfl +8250_dw +8250_exar +8250_lpss +8250_men_mcb +8250_pci1xxxx +8250_pericom +8255 +8255_pci +8390 +842 +842_compress +842_decompress +88pg86x +88pm800 +88pm800-regulator +88pm805 +88pm80x +88pm80x_onkey +88pm8607 +88pm860x-ts +88pm860x_battery +88pm860x_bl +88pm860x_charger +88pm860x_onkey +9p +9pnet +9pnet_fd +9pnet_rdma +9pnet_virtio +9pnet_xen +BusLogic +a100u2w +a3d +a8293 +aacraid +aat2870-regulator +aat2870_bl +abituguru +abituguru3 +abp060mg +ac97_bus +acard-ahci +acbel-fsg032 +acecad +acenic +acer-wireless +acer-wmi +acerhdf +acp_audio_dma +acpi-als +acpi_configfs +acpi_extlog +acpi_ipmi +acpi_pad +acpi_power_meter +acpi_tad +acpi_thermal_rel +acpiphp_ibm +acquirewdt +acrn +act8865-regulator +act_bpf +act_connmark +act_csum +act_ct +act_ctinfo +act_gact +act_gate +act_ipt +act_mirred +act_mpls +act_nat +act_pedit +act_police +act_sample +act_simple +act_skbedit +act_skbmod +act_tunnel_key +act_vlan +ad2s1200 +ad2s1210 +ad2s90 +ad3552r +ad4130 +ad5064 +ad5110 +ad525x_dpot +ad525x_dpot-i2c +ad525x_dpot-spi +ad5272 +ad5360 +ad5380 +ad5398 +ad5421 +ad5446 +ad5449 +ad5504 +ad5592r +ad5592r-base +ad5593r +ad5624r_spi +ad5686 +ad5686-spi +ad5696-i2c +ad5755 +ad5758 +ad5761 +ad5764 +ad5766 +ad5770r +ad5791 +ad5820 +ad5933 +ad7091r-base +ad7091r5 +ad7124 +ad714x +ad714x-i2c +ad714x-spi +ad7150 +ad7192 +ad7266 +ad7280a +ad7291 +ad7292 +ad7293 +ad7298 +ad7303 +ad7314 +ad74115 +ad7414 +ad7418 +ad74413r +ad7476 +ad7606 +ad7606_par +ad7606_spi +ad7746 +ad7766 +ad7768-1 +ad7780 +ad7791 +ad7793 +ad7816 +ad7877 +ad7879 +ad7879-i2c +ad7879-spi +ad7887 +ad7923 +ad7949 +ad799x +ad8366 +ad8801 +ad9523 +ad9832 +ad9834 +ad_sigma_delta +ada4250 +adc-joystick +adc-keys +adc128d818 +adcxx +addi_apci_1032 +addi_apci_1500 +addi_apci_1516 +addi_apci_1564 +addi_apci_16xx +addi_apci_2032 +addi_apci_2200 +addi_apci_3120 +addi_apci_3501 +addi_apci_3xxx +addi_watchdog +adf4350 +adf4371 +adf4377 +adf7242 +adfs +adi +adiantum +adin +adin1100 +adin1110 +adis16080 +adis16130 +adis16136 +adis16201 +adis16203 +adis16209 +adis16240 +adis16260 +adis16400 +adis16460 +adis16475 +adis16480 +adis_lib +adjd_s311 +adl_pci6208 +adl_pci7x3x +adl_pci8164 +adl_pci9111 +adl_pci9118 +adm1025 +adm1026 +adm1029 +adm1031 +adm1177 +adm1266 +adm1275 +adm8211 +adm9240 +admv1013 +admv1014 +admv4420 +admv8818 +adp1653 +adp5061 +adp5520-keys +adp5520_bl +adp5588-keys +adp5589-keys +adp8860_bl +adp8870_bl +adq12b +adrf6780 +ads7828 +ads7846 +ads7871 +adt7310 +adt7316 +adt7316-i2c +adt7316-spi +adt7410 +adt7411 +adt7462 +adt7470 +adt7475 +adt7x10 +adummy +adutux +adux1020 +adv7170 +adv7175 +adv7180 +adv7183 +adv7343 +adv7393 +adv7511-v4l2 +adv7604 +adv7842 +adv_pci1710 +adv_pci1720 +adv_pci1723 +adv_pci1724 +adv_pci1760 +adv_pci_dio +adv_swbutton +advansys +advantech_ec_wdt +advantechwdt +adxl313_core +adxl313_i2c +adxl313_spi +adxl34x +adxl34x-i2c +adxl34x-spi +adxl355_core +adxl355_i2c +adxl355_spi +adxl367 +adxl367_i2c +adxl367_spi +adxl372 +adxl372_i2c +adxl372_spi +adxrs290 +adxrs450 +aegis128 +aegis128-aesni +aes_ti +aesni-intel +af9013 +af9033 +af_alg +af_key +af_packet_diag +afe4403 +afe4404 +affs +ah4 +ah6 +aha152x_cs +aha1740 +ahci +ahci_dwc +ahci_platform +aht10 +aic79xx +aic7xxx +aic94xx +aio_aio12_8 +aio_iiro_16 +aiptek +aircable +airo +airo_cs +airspy +ak7375 +ak881x +ak8974 +ak8975 +al3010 +al3320a +alcor +alcor_pci +algif_aead +algif_hash +algif_rng +algif_skcipher +alienware-wmi +alim1535_wdt +alim7101_wdt +altera-ci +altera-cvp +altera-freeze-bridge +altera-msgdma +altera-pr-ip-core +altera-ps-spi +altera-stapl +altera_jtaguart +altera_ps2 +altera_tse +altera_uart +alx +am2315 +am53c974 +amc6821 +amd +amd-pmc +amd-pmf +amd-rng +amd-uncore +amd-xgbe +amd5536udc_pci +amd64_edac +amd76xrom +amd8111e +amd_freq_sensitivity +amd_hsmp +amd_sfh +amdgpu +amdtee +amdxcp +amilo-rfkill +amlogic-gxl-crypto +amplc_dio200 +amplc_dio200_common +amplc_dio200_pci +amplc_pc236 +amplc_pc236_common +amplc_pc263 +amplc_pci224 +amplc_pci230 +amplc_pci236 +amplc_pci263 +ams-iaq-core +ams369fg06 +amt +analog +analogix-anx78xx +analogix_dp +ansi_cprng +anx7411 +aoe +apanel +apds9300 +apds9802als +apds990x +apds9960 +apple-gmux +apple-mfi-fastcharge +apple_bl +appledisplay +applesmc +applespi +appletalk +appletouch +applicom +aptina-pll +aqc111 +aquacomputer_d5next +aquantia +ar0521 +ar5523 +ar7part +ar9331 +arasan-nand-controller +arc-rawmode +arc-rimi +arc_ps2 +arc_uart +arcfb +arcmsr +arcnet +arcxcnn_bl +aria-aesni-avx-x86_64 +aria-aesni-avx2-x86_64 +aria-gfni-avx512-x86_64 +aria_generic +arizona +arizona-haptics +arizona-i2c +arizona-ldo1 +arizona-micsupp +arizona-spi +ark3116 +arkfb +arp_tables +arpt_mangle +arptable_filter +as102_fe +as370-hwmon +as3711-regulator +as3711_bl +as3935 +as5011 +as73211 +asb100 +asc7621 +ascot2e +asix +ast +asus-ec-sensors +asus-laptop +asus-nb-wmi +asus-tf103c-dock +asus-wireless +asus-wmi +asus_atk0110 +asus_wmi_sensors +async_memcpy +async_pq +async_raid6_recov +async_tx +async_xor +at24 +at25 +at76c50x-usb +at803x +at86rf230 +atbm8830 +atc260x-core +atc260x-i2c +atc260x-onkey +atc260x-poweroff +atc260x-regulator +aten +ath +ath10k_core +ath10k_pci +ath10k_sdio +ath10k_usb +ath11k +ath11k_ahb +ath11k_pci +ath12k +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ath9k_pci_owl_loader +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atlantic +atlas-ezo-sensor +atlas-sensor +atlas_btns +atm +atmel +atmel-ecc +atmel-i2c +atmel-sha204a +atmel_cs +atmel_mxt_ts +atmel_pci +atmtcp +atp +atp870u +atusb +atxp1 +aty128fb +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +auo-pixcir-ts +auth_rpcgss +authenc +authencesn +autofs4 +avmfritz +ax25 +ax88179_178a +ax88796b +ax88796c +axi-fan-control +axnet_cs +axp20x +axp20x-i2c +axp20x-pek +axp20x-regulator +axp20x_ac_power +axp20x_adc +axp20x_battery +axp20x_usb_power +axp288_adc +axp288_charger +axp288_fuel_gauge +b2c2-flexcop +b2c2-flexcop-pci +b2c2-flexcop-usb +b43 +b43legacy +b44 +b53_common +b53_mdio +b53_mmap +b53_serdes +b53_spi +b53_srab +ba431-rng +barco-p50-gpio +bareudp +batman-adv +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bcache +bch +bcm-phy-lib +bcm-phy-ptp +bcm-sf2 +bcm203x +bcm3510 +bcm54140 +bcm590xx +bcm590xx-regulator +bcm5974 +bcm7xxx +bcm87xx +bcm_vk +bcma +bcma-hcd +bcmsysport +bd6107 +bd9571mwv +bd9571mwv-regulator +bd99954-charger +bdc +be2iscsi +be2net +befs +bel-pfe +belkin_sa +bfa +bfq +bfs +bfusb +bh1750 +bh1770glc +bh1780 +binder_linux +binfmt_misc +blake2b_generic +block2mtd +blocklayoutdriver +blowfish-x86_64 +blowfish_common +blowfish_generic +bluecard_cs +bluetooth +bluetooth_6lowpan +bma150 +bma220_spi +bma400_core +bma400_i2c +bma400_spi +bmc150-accel-core +bmc150-accel-i2c +bmc150-accel-spi +bmc150_magn +bmc150_magn_i2c +bmc150_magn_spi +bme680_core +bme680_i2c +bme680_spi +bmg160_core +bmg160_i2c +bmg160_spi +bmi088-accel-core +bmi088-accel-spi +bmi160_core +bmi160_i2c +bmi160_spi +bmp280 +bmp280-i2c +bmp280-spi +bna +bnep +bno055 +bno055_i2c +bno055_ser +bnx2 +bnx2fc +bnx2i +bnx2x +bnxt_en +bnxt_re +bochs +bonding +bpa-rs600 +bpa10x +bpck +bpck6 +bpfilter +bpqether +bq2415x_charger +bq24190_charger +bq24257_charger +bq24735-charger +bq2515x_charger +bq256xx_charger +bq25890_charger +bq25980_charger +bq27xxx_battery +bq27xxx_battery_hdq +bq27xxx_battery_i2c +br2684 +br_netfilter +brcmfmac +brcmfmac-bca +brcmfmac-cyw +brcmfmac-wcc +brcmsmac +brcmutil +brd +bridge +broadcom +bsd_comp +bt3c_cs +bt819 +bt856 +bt866 +bt878 +btbcm +btcoexist +btintel +btmrvl +btmrvl_sdio +btmtk +btmtksdio +btmtkuart +btnxpuart +btqca +btrfs +btrsi +btrtl +btsdio +bttv +btusb +bu21013_ts +bu21029_ts +budget +budget-av +budget-ci +budget-core +budget-patch +c2port-duramar2150 +c67x00 +c6xdigio +c_can +c_can_pci +c_can_platform +ca8210 +cachefiles +cadence_wdt +cafe_ccic +cafe_nand +caif +caif_serial +caif_socket +caif_usb +caif_virtio +camellia-aesni-avx-x86_64 +camellia-aesni-avx2 +camellia-x86_64 +camellia_generic +can +can-bcm +can-dev +can-gw +can-isotp +can-j1939 +can-raw +can327 +capmode +capsule-loader +carl9170 +carminefb +cassini +cast5-avx-x86_64 +cast5_generic +cast6-avx-x86_64 +cast6_generic +cast_common +catc +cavium_ptp +cb710 +cb710-mmc +cb_das16_cs +cb_pcidas +cb_pcidas64 +cb_pcidda +cb_pcimdas +cb_pcimdda +cc10001_adc +cc2520 +cc770 +cc770_isa +cc770_platform +ccm +ccp +ccp-crypto +ccs +ccs-pll +ccs811 +cdc-acm +cdc-phonet +cdc-wdm +cdc_eem +cdc_ether +cdc_mbim +cdc_ncm +cdc_subset +cdns-csi2rx +cdns-csi2tx +cdns-pltfrm +cdns-usb-common +cdns2-udc-pci +cdns3 +cdns3-pci-wrap +cdnsp-udc-pci +cec +cec-gpio +ceph +cfag12864b +cfag12864bfb +cfb +cfg80211 +cfi_cmdset_0001 +cfi_cmdset_0002 +cfi_cmdset_0020 +cfi_probe +cfi_util +ch +ch341 +ch7006 +ch7322 +ch9200 +ch_ipsec +ch_ktls +chacha-x86_64 +chacha20poly1305 +chacha_generic +chaoskey +charlcd +chcr +chipone_icn8505 +chipreg +chnl_net +chromeos_acpi +chromeos_laptop +chromeos_privacy_screen +chromeos_pstore +chromeos_tbmc +chv3-i2s +ci_hdrc +ci_hdrc_msm +ci_hdrc_pci +ci_hdrc_usb2 +cicada +cifs +cifs_arc4 +cifs_md4 +cio-dac +cirrus +cirrusfb +ck804xrom +classmate-laptop +clip +clk-cdce706 +clk-cs2000-cp +clk-lmk04832 +clk-max9485 +clk-palmas +clk-pwm +clk-si5341 +clk-si5351 +clk-si544 +clk-tps68470 +clk-twl6040 +clk-wm831x +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_flower +cls_fw +cls_matchall +cls_route +cls_u32 +cm109 +cm32181 +cm3232 +cm3323 +cm3605 +cm36651 +cma3000_d0x +cma3000_d0x_i2c +cmac +cmdlinepart +cmtp +cnic +cobalt +cobra +coda +colibri-vf50-ts +com20020 +com20020-pci +com20020_cs +com90io +com90xx +comedi +comedi_8254 +comedi_8255 +comedi_bond +comedi_example_test +comedi_isadma +comedi_parport +comedi_pci +comedi_pcmcia +comedi_test +comedi_usb +comm +compal-laptop +contec_pci_dio +cordic +core +coretemp +corsair-cpro +corsair-psu +cortina +counter +cp210x +cpcihp_generic +cpcihp_zt5550 +cpu5wdt +cpuid +cpuidle-haltpoll +cqhci +cr_bllcd +cramfs +crc-itu-t +crc32-pclmul +crc32_generic +crc4 +crc7 +crc8 +crct10dif-pclmul +cros-ec-cec +cros-ec-sensorhub +cros-ec-typec +cros_ec +cros_ec_accel_legacy +cros_ec_baro +cros_ec_chardev +cros_ec_debugfs +cros_ec_dev +cros_ec_i2c +cros_ec_ishtp +cros_ec_keyb +cros_ec_lid_angle +cros_ec_light_prox +cros_ec_lightbar +cros_ec_lpcs +cros_ec_mkbp_proximity +cros_ec_sensors +cros_ec_sensors_core +cros_ec_spi +cros_ec_sysfs +cros_ec_uart +cros_hps_i2c +cros_kbd_led_backlight +cros_peripheral_charger +cros_typec_switch +cros_usbpd-charger +cros_usbpd_logger +cros_usbpd_notify +crvml +cryptd +crypto_engine +crypto_safexcel +crypto_simd +crypto_user +cs3308 +cs5345 +cs53l32a +cs_dsp +csiostor +ct82c710 +ctucanfd +ctucanfd_pci +curve25519-generic +curve25519-x86_64 +cuse +cw1200_core +cw1200_wlan_sdio +cw1200_wlan_spi +cw2015_battery +cx18 +cx18-alsa +cx22700 +cx22702 +cx231xx +cx231xx-alsa +cx231xx-dvb +cx2341x +cx23885 +cx24110 +cx24113 +cx24116 +cx24117 +cx24120 +cx24123 +cx25821 +cx25821-alsa +cx25840 +cx82310_eth +cx88-alsa +cx88-blackbird +cx88-dvb +cx88-vp3054-i2c +cx8800 +cx8802 +cx88xx +cxacru +cxd2099 +cxd2820r +cxd2841er +cxd2880 +cxd2880-spi +cxgb +cxgb3 +cxgb3i +cxgb4 +cxgb4i +cxgb4vf +cxgbit +cxl_acpi +cxl_core +cxl_mem +cxl_pci +cxl_pmem +cxl_pmu +cxl_port +cy8ctma140 +cy8ctmg110_ts +cyapatp +cyber2000fb +cyberjack +cypress-sf +cypress_cy7c63 +cypress_firmware +cypress_m8 +cytherm +cyttsp4_core +cyttsp4_i2c +cyttsp4_spi +cyttsp5 +cyttsp_core +cyttsp_i2c +cyttsp_i2c_common +cyttsp_spi +da280 +da311 +da7280 +da9030_battery +da9034-ts +da903x-regulator +da903x_bl +da9052-battery +da9052-hwmon +da9052-regulator +da9052_bl +da9052_onkey +da9052_tsi +da9052_wdt +da9055-hwmon +da9055-regulator +da9055_onkey +da9055_wdt +da9062-core +da9062-regulator +da9062_wdt +da9063_onkey +da9063_wdt +da9150-charger +da9150-core +da9150-fg +da9150-gpadc +da9210-regulator +da9211-regulator +dac02 +daqboard2000 +das08 +das08_cs +das08_isa +das08_pci +das16 +das16m1 +das1800 +das6402 +das800 +davicom +dax_cxl +dax_hmem +dax_pmem +db9 +dc395x +dca +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +dcdbas +ddbridge +ddbridge-dummy-fe +de2104x +defxx +dell-laptop +dell-rbtn +dell-smbios +dell-smm-hwmon +dell-smo8800 +dell-uart-backlight +dell-wmi +dell-wmi-aio +dell-wmi-ddv +dell-wmi-descriptor +dell-wmi-led +dell-wmi-sysman +dell_rbu +delta-ahe50dc-fan +denali +denali_pci +des3_ede-x86_64 +des_generic +designware_i2s +device_dax +dfl +dfl-afu +dfl-emif +dfl-fme +dfl-fme-br +dfl-fme-mgr +dfl-fme-region +dfl-n3000-nios +dfl-pci +dht11 +diag +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dib9000 +dibx000_common +digi_acceleport +diskonchip +dl2k +dlhl60d +dlink-dir685-touchkeys +dlm +dln2 +dln2-adc +dm-bio-prison +dm-bufio +dm-cache +dm-cache-smq +dm-clone +dm-crypt +dm-delay +dm-ebs +dm-era +dm-flakey +dm-historical-service-time +dm-integrity +dm-io-affinity +dm-log +dm-log-userspace +dm-log-writes +dm-mirror +dm-multipath +dm-persistent-data +dm-queue-length +dm-raid +dm-region-hash +dm-round-robin +dm-service-time +dm-snapshot +dm-switch +dm-thin-pool +dm-unstripe +dm-verity +dm-writecache +dm-zero +dm-zoned +dm1105 +dm9601 +dmard06 +dmard09 +dmard10 +dme1737 +dmfe +dmi-sysfs +dmm32at +dmx3191d +dnet +dp83640 +dp83822 +dp83848 +dp83867 +dp83869 +dp83tc811 +dp83td510 +dpot-dac +dps310 +dps920ab +dptf_pch_fivr +dptf_power +drbd +drivetemp +drm +drm_buddy +drm_display_helper +drm_dma_helper +drm_kms_helper +drm_mipi_dbi +drm_shmem_helper +drm_suballoc_helper +drm_ttm_helper +drm_vram_helper +drm_xen_front +drv260x +drv2665 +drv2667 +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1803 +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds4424 +ds620 +dsa_core +dsbr100 +dst +dst_ca +dstr +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt282x +dt3000 +dt3155 +dt9812 +dtl1_cs +dummy +dummy-irq +dummy_stm +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-ttpci +dvb-ttusb-budget +dvb-usb +dvb-usb-a800 +dvb-usb-af9005 +dvb-usb-af9005-remote +dvb-usb-af9015 +dvb-usb-af9035 +dvb-usb-anysee +dvb-usb-au6610 +dvb-usb-az6007 +dvb-usb-az6027 +dvb-usb-ce6230 +dvb-usb-cinergyT2 +dvb-usb-cxusb +dvb-usb-dib0700 +dvb-usb-dibusb-common +dvb-usb-dibusb-mb +dvb-usb-dibusb-mc +dvb-usb-dibusb-mc-common +dvb-usb-digitv +dvb-usb-dtt200u +dvb-usb-dtv5100 +dvb-usb-dvbsky +dvb-usb-dw2102 +dvb-usb-ec168 +dvb-usb-gl861 +dvb-usb-gp8psk +dvb-usb-lmedm04 +dvb-usb-m920x +dvb-usb-mxl111sf +dvb-usb-nova-t-usb2 +dvb-usb-opera +dvb-usb-pctv452e +dvb-usb-rtl28xxu +dvb-usb-technisat-usb2 +dvb-usb-ttusb2 +dvb-usb-umt-010 +dvb-usb-vp702x +dvb-usb-vp7045 +dvb_dummy_fe +dvb_usb_v2 +dw-edma +dw-edma-pcie +dw-i3c-master +dw-xdata-pcie +dw9714 +dw9768 +dw9807-vcm +dw_dmac +dw_dmac_core +dw_dmac_pci +dw_wdt +dwc-xlgmac +dwc2_pci +dwc3 +dwc3-haps +dwc3-pci +dwmac-generic +dwmac-intel +dwmac-loongson +dyna_pci10xx +dynapro +e100 +e1000 +e1000e +e3x0-button +e4000 +e752x_edac +earth-pt1 +earth-pt3 +ebc-c384_wdt +ebt_802_3 +ebt_among +ebt_arp +ebt_arpreply +ebt_dnat +ebt_ip +ebt_ip6 +ebt_limit +ebt_log +ebt_mark +ebt_mark_m +ebt_nflog +ebt_pkttype +ebt_redirect +ebt_snat +ebt_stp +ebt_vlan +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +ec100 +ec_bhf +ec_sys +ecc +ecdh_generic +ecdsa_generic +echainiv +echo +ecrdsa_generic +edac_mce_amd +edt-ft5x06 +ee1004 +eeepc-laptop +eeepc-wmi +eeprom +eeprom_93cx6 +eeprom_93xx46 +eeti_ts +efa +efct +efi-pstore +efi_secret +efi_test +efibc +efs +egalax_ts_serial +ehci-fsl +ehset +einj +ektf2127 +elan_i2c +elo +em28xx +em28xx-alsa +em28xx-dvb +em28xx-rc +em28xx-v4l +em_canid +em_cmp +em_ipset +em_ipt +em_meta +em_nbyte +em_text +em_u32 +emc1403 +emc2103 +emc2305 +emc6w201 +emi26 +emi62 +empeg +ems_pci +ems_pcmcia +ems_usb +emu10k1-gp +ena +enc28j60 +enclosure +encx24j600 +encx24j600-regmap +ene_ir +eni +eni_vdpa +enic +envelope-detector +epat +epia +epic100 +eql +erdma +erofs +esas2r +esb2rom +esd_usb +esp4 +esp4_offload +esp6 +esp6_offload +esp_scsi +essiv +et1011c +et131x +et8ek8 +etas_es58x +ethoc +eurotechwdt +evbug +exar_wdt +exc3000 +exfat +extcon-adc-jack +extcon-axp288 +extcon-fsa9480 +extcon-gpio +extcon-intel-cht-wc +extcon-intel-int3496 +extcon-intel-mrfld +extcon-max14577 +extcon-max3355 +extcon-max77693 +extcon-max77843 +extcon-max8997 +extcon-palmas +extcon-ptn5150 +extcon-rt8973a +extcon-sm5502 +extcon-usb-gpio +extcon-usbc-cros-ec +extcon-usbc-tusb320 +ezusb +f2fs +f71805f +f71808e_wdt +f71882fg +f75375s +f81232 +f81534 +f81601 +f81604 +fakelb +fam15h_power +fan53555 +farsync +faulty +fb_agm1264k-fl +fb_bd663474 +fb_ddc +fb_hx8340bn +fb_hx8347d +fb_hx8353d +fb_hx8357d +fb_ili9163 +fb_ili9320 +fb_ili9325 +fb_ili9340 +fb_ili9341 +fb_ili9481 +fb_ili9486 +fb_pcd8544 +fb_ra8875 +fb_s6d02a1 +fb_s6d1121 +fb_seps525 +fb_sh1106 +fb_ssd1289 +fb_ssd1305 +fb_ssd1306 +fb_ssd1325 +fb_ssd1331 +fb_ssd1351 +fb_st7735r +fb_st7789v +fb_tinylcd +fb_tls8204 +fb_uc1611 +fb_uc1701 +fb_upd161704 +fbtft +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fdomain_cs +fdomain_pci +fdp +fdp_i2c +fealnx +ff-memless +fieldbus_dev +fintek-cir +firedtv +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +firmware_attributes_class +fit2 +fit3 +fixed +fjes +fl512 +floppy +fm10k +fm801-gp +fm_drv +fmvj18x_cs +fnic +forcedeth +fore_200e +fou +fou6 +fpga-bridge +fpga-mgr +fpga-region +freevxfs +friq +frpw +fsa4480 +fscache +fschmd +fsia6b +fsl-mph-dr-of +fsl_linflexuart +fsl_lpuart +fsp-3y +ftdi_sio +ftl +ftrace-direct +ftrace-direct-modify +ftrace-direct-too +ftsteutates +fujitsu-laptop +fujitsu-tablet +fujitsu_ts +funcore +funeth +fusb302 +fxas21002c_core +fxas21002c_i2c +fxas21002c_spi +fxls8962af-core +fxls8962af-i2c +fxls8962af-spi +fxos8700_core +fxos8700_i2c +fxos8700_spi +g450_pll +g760a +g762 +g_acm_ms +g_audio +g_cdc +g_dbgp +g_ether +g_ffs +g_hid +g_mass_storage +g_midi +g_ncm +g_nokia +g_printer +g_serial +g_webcam +g_zero +gadgetfs +gamecon +gameport +garmin_gps +garp +gb-audio-apbridgea +gb-audio-codec +gb-audio-gb +gb-audio-manager +gb-audio-module +gb-bootrom +gb-es2 +gb-firmware +gb-gbphy +gb-gpio +gb-hid +gb-i2c +gb-light +gb-log +gb-loopback +gb-power-supply +gb-pwm +gb-raw +gb-sdio +gb-spi +gb-spilib +gb-uart +gb-usb +gb-vibrator +gdmtty +gdmulte +gen_probe +generic +generic-adc-battery +genet +geneve +genwqe_card +gf2k +gfs2 +ghash-clmulni-intel +gigabyte-wmi +gl518sm +gl520sm +gl620a +gluebi +gm12u320 +gma500_gfx +gnss +gnss-mtk +gnss-serial +gnss-sirf +gnss-ubx +gnss-usb +go7007 +go7007-loader +go7007-usb +goku_udc +goldfish_battery +goodix_ts +gp2ap002 +gp2ap020a00f +gp8psk-fe +gpd-pocket-fan +gpio +gpio-104-dio-48e +gpio-104-idi-48 +gpio-104-idio-16 +gpio-aaeon +gpio-adp5520 +gpio-aggregator +gpio-amd-fch +gpio-amd8111 +gpio-amdpt +gpio-arizona +gpio-bd9571mwv +gpio-beeper +gpio-charger +gpio-da9052 +gpio-da9055 +gpio-dln2 +gpio-dwapb +gpio-elkhartlake +gpio-exar +gpio-f7188x +gpio-fxl6408 +gpio-gpio-mm +gpio-i8255 +gpio-ich +gpio-idio-16 +gpio-it87 +gpio-janz-ttl +gpio-kempld +gpio-latch +gpio-lp3943 +gpio-lp873x +gpio-madera +gpio-max3191x +gpio-max7300 +gpio-max7301 +gpio-max730x +gpio-max732x +gpio-mb86s7x +gpio-mc33880 +gpio-menz127 +gpio-ml-ioh +gpio-pca953x +gpio-pca9570 +gpio-pcf857x +gpio-pci-idio-16 +gpio-pcie-idio-24 +gpio-pisosr +gpio-rdc321x +gpio-regmap +gpio-regulator +gpio-sbu-mux +gpio-sch +gpio-sch311x +gpio-sim +gpio-siox +gpio-tangier +gpio-tpic2810 +gpio-tps65086 +gpio-tps65912 +gpio-tps68470 +gpio-tqmx86 +gpio-twl4030 +gpio-twl6040 +gpio-vibra +gpio-viperboard +gpio-virtio +gpio-vx855 +gpio-wcove +gpio-winbond +gpio-wm831x +gpio-wm8350 +gpio-wm8994 +gpio-ws16c48 +gpio-xra1403 +gpio_backlight +gpio_decoder +gpio_keys +gpio_keys_polled +gpio_mouse +gpu-sched +gr_udc +grace +gre +greybus +grip +grip_mp +gru +gs1662 +gs_usb +gsc_hpdi +gspca_benq +gspca_conex +gspca_cpia1 +gspca_dtcs033 +gspca_etoms +gspca_finepix +gspca_gl860 +gspca_jeilinj +gspca_jl2005bcd +gspca_kinect +gspca_konica +gspca_m5602 +gspca_main +gspca_mars +gspca_mr97310a +gspca_nw80x +gspca_ov519 +gspca_ov534 +gspca_ov534_9 +gspca_pac207 +gspca_pac7302 +gspca_pac7311 +gspca_se401 +gspca_sn9c2028 +gspca_sn9c20x +gspca_sonixb +gspca_sonixj +gspca_spca1528 +gspca_spca500 +gspca_spca501 +gspca_spca505 +gspca_spca506 +gspca_spca508 +gspca_spca561 +gspca_sq905 +gspca_sq905c +gspca_sq930x +gspca_stk014 +gspca_stk1135 +gspca_stv0680 +gspca_stv06xx +gspca_sunplus +gspca_t613 +gspca_topro +gspca_touptek +gspca_tv8532 +gspca_vc032x +gspca_vicam +gspca_xirlink_cit +gspca_zc3xx +gtp +gud +guillemot +gunze +gve +habanalabs +hackrf +hamachi +hampshire +hangcheck-timer +hanwang +hci +hci_bcm4377 +hci_nokia +hci_uart +hci_vhci +hctr2 +hd3ss3220 +hd44780 +hd44780_common +hdaps +hdc100x +hdc2010 +hdlc +hdlc_cisco +hdlc_fr +hdlc_ppp +hdlc_raw +hdlc_raw_eth +hdlc_x25 +hdlcdrv +hdma +hdma_mgmt +hdpvr +he +hecubafb +helene +hellcreek_sw +hexium_gemini +hexium_orion +hfcmulti +hfcpci +hfcsusb +hfi1 +hfs +hfsplus +hgafb +hi311x +hi556 +hi6210-i2s +hi8435 +hi846 +hi847 +hid +hid-a4tech +hid-accutouch +hid-alps +hid-apple +hid-appleir +hid-asus +hid-aureal +hid-axff +hid-belkin +hid-betopff +hid-bigbenff +hid-cherry +hid-chicony +hid-cmedia +hid-corsair +hid-cougar +hid-cp2112 +hid-creative-sb0540 +hid-cypress +hid-dr +hid-elan +hid-elecom +hid-elo +hid-emsff +hid-evision +hid-ezkey +hid-ft260 +hid-gaff +hid-gembird +hid-generic +hid-gfrm +hid-glorious +hid-google-hammer +hid-gt683r +hid-gyration +hid-holtek-kbd +hid-holtek-mouse +hid-holtekff +hid-hyperv +hid-icade +hid-ite +hid-jabra +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-led +hid-lenovo +hid-letsketch +hid-lg-g15 +hid-logitech +hid-logitech-dj +hid-logitech-hidpp +hid-macally +hid-magicmouse +hid-maltron +hid-mcp2221 +hid-megaworld +hid-mf +hid-microsoft +hid-monterey +hid-multitouch +hid-nintendo +hid-nti +hid-ntrig +hid-nvidia-shield +hid-ortek +hid-penmount +hid-petalynx +hid-picolcd +hid-pl +hid-plantronics +hid-playstation +hid-primax +hid-prodikeys +hid-pxrc +hid-razer +hid-redragon +hid-retrode +hid-rmi +hid-roccat +hid-roccat-arvo +hid-roccat-common +hid-roccat-isku +hid-roccat-kone +hid-roccat-koneplus +hid-roccat-konepure +hid-roccat-kovaplus +hid-roccat-lua +hid-roccat-pyra +hid-roccat-ryos +hid-roccat-savu +hid-saitek +hid-samsung +hid-semitek +hid-sensor-accel-3d +hid-sensor-als +hid-sensor-custom +hid-sensor-custom-intel-hinge +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-humidity +hid-sensor-iio-common +hid-sensor-incl-3d +hid-sensor-magn-3d +hid-sensor-press +hid-sensor-prox +hid-sensor-rotation +hid-sensor-temperature +hid-sensor-trigger +hid-sigmamicro +hid-sjoy +hid-sony +hid-speedlink +hid-steam +hid-steelseries +hid-sunplus +hid-thrustmaster +hid-tivo +hid-tmff +hid-topre +hid-topseed +hid-twinhan +hid-u2fzero +hid-uclogic +hid-udraw-ps3 +hid-viewsonic +hid-vivaldi +hid-vivaldi-common +hid-vrc2 +hid-waltop +hid-wiimote +hid-xiaomi +hid-xinmo +hid-zpff +hid-zydacron +hideep +hidp +hih6130 +himax_hx83112b +hinic +hisi-spmi-controller +hmc425a +hmc5843_core +hmc5843_i2c +hmc5843_spi +hmc6352 +hopper +horus3a +hostap +hostap_cs +hostap_pci +hostap_plx +hp-wmi +hp-wmi-sensors +hp03 +hp206c +hp_accel +hpfs +hpilo +hpsa +hptiop +hpwdt +hsi +hsi_char +hso +hsr +ht16k33 +hts221 +hts221_i2c +hts221_spi +htu21 +huawei-wmi +huawei_cdc_ncm +hv_balloon +hv_netvsc +hv_sock +hv_storvsc +hv_utils +hv_vmbus +hwmon-aaeon +hwmon-vid +hwpoison-inject +hx711 +hx8357 +hx8357d +hycon-hy46xx +hynitron_cstxxx +hyperbus-core +hyperv-keyboard +hyperv_drm +hyperv_fb +i10nm_edac +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-amd-mp2-pci +i2c-amd-mp2-plat +i2c-amd756 +i2c-amd756-s4882 +i2c-amd8111 +i2c-cbus-gpio +i2c-ccgx-ucsi +i2c-cht-wc +i2c-cp2615 +i2c-cros-ec-tunnel +i2c-designware-pci +i2c-diolan-u2c +i2c-dln2 +i2c-gpio +i2c-hid +i2c-hid-acpi +i2c-hid-of +i2c-i801 +i2c-isch +i2c-ismt +i2c-kempld +i2c-matroxfb +i2c-mchp-pci1xxxx +i2c-mlxcpld +i2c-mux +i2c-mux-gpio +i2c-mux-ltc4306 +i2c-mux-mlxcpld +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-mux-reg +i2c-nforce2 +i2c-nforce2-s4985 +i2c-nvidia-gpu +i2c-ocores +i2c-parport +i2c-pca-platform +i2c-piix4 +i2c-robotfuzz-osif +i2c-scmi +i2c-simtec +i2c-sis5595 +i2c-sis630 +i2c-sis96x +i2c-smbus +i2c-stub +i2c-taos-evm +i2c-tiny-usb +i2c-via +i2c-viapro +i2c-viperboard +i2c-virtio +i2c-xiic +i3000_edac +i3200_edac +i3c +i3c-master-cdns +i40e +i5100_edac +i5400_edac +i5500_temp +i5k_amb +i6300esb +i7300_edac +i740fb +i7core_edac +i82092 +i82975x_edac +i915 +iTCO_vendor_support +iTCO_wdt +iavf +ib700wdt +ib_cm +ib_core +ib_ipoib +ib_iser +ib_isert +ib_mthca +ib_qib +ib_srp +ib_srpt +ib_umad +ib_uverbs +ibm-cffps +ibm_rtl +ibmaem +ibmasm +ibmasr +ibmpex +ice +ichxrom +icp10100 +icp_multi +icplus +ics932s401 +ideapad-laptop +ideapad_slidebar +idma64 +idmouse +idt77252 +idt_89hpesx +idt_gen2 +idt_gen3 +idtcps +idxd +idxd_bus +ie31200_edac +ie6xx_wdt +ieee802154 +ieee802154_6lowpan +ieee802154_socket +ifb +ifcvf +ife +ifi_canfd +iforce +iforce-serio +iforce-usb +igb +igbvf +igc +igen6_edac +igorplugusb +iguanair +ii_pci20kc +iio-mux +iio-rescale +iio-trig-hrtimer +iio-trig-interrupt +iio-trig-loop +iio-trig-sysfs +iio_dummy +iio_hwmon +ila +ili210x +ili9163 +ili9225 +ili922x +ili9320 +ili9341 +ili9486 +ilitek_ts_i2c +imagis +img-ascii-lcd +img-i2s-in +img-i2s-out +img-parallel-out +img-spdif-in +img-spdif-out +imm +imon +imon_raw +ims-pcu +imx208 +imx214 +imx219 +imx258 +imx274 +imx290 +imx296 +imx319 +imx355 +ina209 +ina238 +ina2xx +ina2xx-adc +ina3221 +industrialio +industrialio-buffer-cb +industrialio-buffer-dma +industrialio-buffer-dmaengine +industrialio-configfs +industrialio-gts-helper +industrialio-hw-consumer +industrialio-sw-device +industrialio-sw-trigger +industrialio-triggered-buffer +industrialio-triggered-event +inet_diag +inexio +inftl +initio +input-leds +inspur-ipsps +int3400_thermal +int3401_thermal +int3402_thermal +int3403_thermal +int3406_thermal +int340x_thermal_zone +int51x1 +intel-cstate +intel-hid +intel-ish-ipc +intel-ishtp +intel-ishtp-hid +intel-ishtp-loader +intel-lpss +intel-lpss-acpi +intel-lpss-pci +intel-m10-bmc-core +intel-m10-bmc-hwmon +intel-m10-bmc-pmci +intel-m10-bmc-spi +intel-qep +intel-rng +intel-rst +intel-smartconnect +intel-uncore-frequency +intel-uncore-frequency-common +intel-uncore-frequency-tpmi +intel-vbtn +intel-wmi-sbl-fw-update +intel-wmi-thunderbolt +intel-xhci-usb-role-switch +intel-xway +intel_atomisp2_led +intel_atomisp2_pm +intel_bxt_pmic_thermal +intel_bxtwc_tmu +intel_bytcrc_pwrsrc +intel_chtdc_ti_pwrbtn +intel_chtwc_int33fe +intel_crystal_cove_charger +intel_ifs +intel_int0002_vgpio +intel_ips +intel_mrfld_adc +intel_mrfld_pwrbtn +intel_oaktrail +intel_pch_thermal +intel_pmc_bxt +intel_pmc_mux +intel_powerclamp +intel_punit_ipc +intel_qat +intel_quark_i2c_gpio +intel_rapl_common +intel_rapl_msr +intel_rapl_tpmi +intel_sar +intel_scu_ipcutil +intel_scu_pltdrv +intel_sdsi +intel_skl_int3472_discrete +intel_skl_int3472_tps68470 +intel_soc_dts_iosf +intel_soc_dts_thermal +intel_soc_pmic_bxtwc +intel_soc_pmic_chtdc_ti +intel_soc_pmic_mrfld +intel_tcc_cooling +intel_telemetry_core +intel_telemetry_debugfs +intel_telemetry_pltdrv +intel_th +intel_th_acpi +intel_th_gth +intel_th_msu +intel_th_msu_sink +intel_th_pci +intel_th_pti +intel_th_sth +intel_vpu +intel_vr_nor +intel_vsec +intel_vsec_tpmi +intelfb +interact +interrupt-cnt +inv-icm42600 +inv-icm42600-i2c +inv-icm42600-spi +inv-mpu6050 +inv-mpu6050-i2c +inv-mpu6050-spi +io_edgeport +io_ti +ioatdma +iommu_v2 +iommufd +ionic +iosm +iowarrior +ip5xxx_power +ip6_gre +ip6_tables +ip6_tunnel +ip6_udp_tunnel +ip6_vti +ip6t_NPT +ip6t_REJECT +ip6t_SYNPROXY +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_mh +ip6t_rpfilter +ip6t_rt +ip6t_srh +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6table_security +ip_gre +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmac +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_mac +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +ip_tables +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_fo +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_mh +ip_vs_nq +ip_vs_ovf +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_twos +ip_vs_wlc +ip_vs_wrr +ip_vti +ipack +ipaq +ipcomp +ipcomp6 +iphase +ipheth +ipip +ipmi_devintf +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_ssif +ipmi_watchdog +ipoctal +ipr +ips +ipt_ECN +ipt_REJECT +ipt_SYNPROXY +ipt_ah +ipt_rpfilter +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +iptable_security +ipu-bridge +ipu3-cio2 +ipu3-imgu +ipvlan +ipvtap +ipw +ipw2100 +ipw2200 +ipwireless +iqs269a +iqs5xx +iqs620at-temp +iqs621-als +iqs624-pos +iqs626a +iqs62x +iqs62x-keys +iqs7222 +ir-imon-decoder +ir-jvc-decoder +ir-kbd-i2c +ir-mce_kbd-decoder +ir-nec-decoder +ir-rc5-decoder +ir-rc6-decoder +ir-rcmm-decoder +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +ir-usb +ir-xmp-decoder +ir35221 +ir36021 +ir38064 +ir_toy +irdma +irps5401 +irq-madera +irqbypass +isci +iscsi_boot_sysfs +iscsi_ibft +iscsi_target_mod +iscsi_tcp +isdnhdlc +ishtp_eclite +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl29125 +isl29501 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isl68137 +isl9305 +isofs +isp116x-hcd +isp1704_charger +isp1760 +isst_if_common +isst_if_mbox_msr +isst_if_mbox_pci +isst_if_mmio +isst_tpmi +isst_tpmi_core +it87 +it8712f_wdt +it87_wdt +it913x +itd1000 +ite-cir +itg3200 +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_cm +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +ix2505v +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +jmb38x_ms +jme +joydev +joydump +jr3_pci +jsa1212 +jsm +k10temp +k8temp +kafs +kalmia +kaweth +kb3886_bl +kbic +kbtab +kcm +kcomedilib +ke_counter +kempld-core +kempld_wdt +kernelcapi +keyspan +keyspan_pda +keyspan_remote +keywrap +kfifo_buf +kheaders +kionix-kx022a +kionix-kx022a-i2c +kionix-kx022a-spi +kl5kusb105 +kmem +kmx61 +kobil_sct +ks0108 +ks0127 +ks7010 +ks8842 +ks8851_common +ks8851_par +ks8851_spi +ksmbd +ksz884x +ksz8863_smi +ksz9477_i2c +ksz_spi +ksz_switch +ktd253-backlight +ktti +ktz8866 +kvaser_pci +kvaser_pciefd +kvaser_usb +kvm +kvm-amd +kvm-intel +kvmgt +kxcjk-1013 +kxsd9 +kxsd9-i2c +kxsd9-spi +kxtj9 +kyber-iosched +kyrofb +l1oip +l2tp_core +l2tp_debugfs +l2tp_eth +l2tp_ip +l2tp_ip6 +l2tp_netlink +l2tp_ppp +l440gx +l4f00242t03 +l64781 +lan743x +lan78xx +lan9303-core +lan9303_i2c +lan9303_mdio +lanai +lantiq +lantiq_gswip +lapb +lapbether +lattice-ecp3-config +lattice-sysconfig +lattice-sysconfig-spi +lcd +lcd2s +ldusb +lec +led-class-flash +led-class-multicolor +leds-88pm860x +leds-aaeon +leds-adp5520 +leds-apu +leds-as3645a +leds-aw200xx +leds-bd2606mvv +leds-bd2802 +leds-blinkm +leds-cht-wcove +leds-da903x +leds-da9052 +leds-dac124s085 +leds-gpio +leds-is31fl319x +leds-lm3530 +leds-lm3532 +leds-lm3533 +leds-lm355x +leds-lm3601x +leds-lm36274 +leds-lm3642 +leds-lp3944 +leds-lp3952 +leds-lp50xx +leds-lp8788 +leds-lt3593 +leds-max8997 +leds-mc13783 +leds-menf21bmc +leds-mlxcpld +leds-mlxreg +leds-mt6323 +leds-mt6370-flash +leds-mt6370-rgb +leds-nic78bx +leds-pca9532 +leds-pca955x +leds-pca963x +leds-pwm +leds-pwm-multicolor +leds-regulator +leds-rt8515 +leds-sgm3140 +leds-ss4200 +leds-tca6507 +leds-ti-lmu-common +leds-tlc591xx +leds-tps6105x +leds-wm831x-status +leds-wm8350 +ledtrig-activity +ledtrig-audio +ledtrig-backlight +ledtrig-camera +ledtrig-default-on +ledtrig-heartbeat +ledtrig-netdev +ledtrig-oneshot +ledtrig-pattern +ledtrig-timer +ledtrig-transient +ledtrig-tty +ledtrig-usbport +legousbtower +lenovo-ymc +lenovo-yogabook +lg-laptop +lg-vl600 +lg2160 +lgdt3305 +lgdt3306a +lgdt330x +lgs8gl5 +lgs8gxx +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libahci +libahci_platform +libarc4 +libceph +libchacha +libchacha20poly1305 +libcomposite +libcrc32c +libcurve25519 +libcurve25519-generic +libcxgb +libcxgbi +libdes +libertas +libertas_cs +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libpoly1305 +libsas +libwx +lightning +line-display +lineage-pem +linear +liquidio +liquidio-core +liquidio_vf +lis3lv02d +lis3lv02d_i2c +lkkbd +ll_temac +llc +llc2 +lm25066 +lm3533-als +lm3533-core +lm3533-ctrlbank +lm3533_bl +lm3560 +lm3630a_bl +lm3639_bl +lm363x-regulator +lm3646 +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95234 +lm95241 +lm95245 +lmp91000 +lms283gf05 +lms501kf03 +lnbh25 +lnbh29 +lnbp21 +lnbp22 +lockd +lp +lp3943 +lp3971 +lp3972 +lp855x_bl +lp8727_charger +lp872x +lp873x +lp8755 +lp8788-buck +lp8788-charger +lp8788-ldo +lp8788_adc +lp8788_bl +lpc_ich +lpc_sch +lpddr_cmds +lpfc +lru_cache +lrw +lt3651-charger +lt7182s +ltc1660 +ltc2471 +ltc2485 +ltc2496 +ltc2497 +ltc2497-core +ltc2632 +ltc2688 +ltc2941-battery-gauge +ltc2945 +ltc2947-core +ltc2947-i2c +ltc2947-spi +ltc2978 +ltc2983 +ltc2990 +ltc2992 +ltc3589 +ltc3676 +ltc3815 +ltc4151 +ltc4162-l-charger +ltc4215 +ltc4222 +ltc4245 +ltc4260 +ltc4261 +ltr501 +ltrf216a +ltv350qv +lv0104cs +lv5207lp +lvstest +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m2m-deinterlace +m52790 +m62332 +m88ds3103 +m88rs2000 +m88rs6000t +mISDN_core +mISDN_dsp +mISDNinfineon +mISDNipac +mISDNisar +m_can +m_can_pci +m_can_platform +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac-iceland +mac-inuit +mac-roman +mac-romanian +mac-turkish +mac80211 +mac80211_hwsim +mac802154 +mac802154_hwsim +mac_hid +macb +macb_pci +machxo2-spi +machzwd +macmodes +macsec +macvlan +macvtap +madera +madera-i2c +madera-spi +mag3110 +magellan +mailbox-altera +mana +mana_ib +mantis +mantis_core +map_absent +map_funcs +map_ram +map_rom +marvell +marvell-88x2222 +marvell10g +matrix-keymap +matrix_keypad +matrox_w1 +matroxfb_DAC1064 +matroxfb_Ti3026 +matroxfb_accel +matroxfb_base +matroxfb_crtc2 +matroxfb_g450 +matroxfb_maven +matroxfb_misc +max1027 +max11100 +max1111 +max1118 +max11205 +max11410 +max11801_ts +max1241 +max127 +max1363 +max14577-regulator +max14577_charger +max15301 +max1586 +max16064 +max16065 +max1619 +max16601 +max1668 +max17040_battery +max17042_battery +max1721x_battery +max197 +max20086-regulator +max20411-regulator +max20730 +max20751 +max2165 +max2175 +max30100 +max30102 +max30208 +max3100 +max31722 +max31730 +max31760 +max31785 +max31790 +max31827 +max31856 +max31865 +max3420_udc +max3421-hcd +max34440 +max44000 +max44009 +max517 +max5432 +max5481 +max5487 +max5522 +max5821 +max63xx_wdt +max6620 +max6621 +max6639 +max6650 +max6697 +max6875 +max7359_keypad +max77541 +max77541-adc +max77541-regulator +max77693-haptic +max77693-regulator +max77693_charger +max77826-regulator +max77976_charger +max8649 +max8660 +max8688 +max8893 +max8903_charger +max8907 +max8907-regulator +max8925-regulator +max8925_bl +max8925_onkey +max8925_power +max8952 +max8997-regulator +max8997_charger +max8997_haptic +max8998 +max8998_charger +max9271 +max9611 +maxim_thermocouple +mb1232 +mb862xxfb +mb86a16 +mb86a20s +mc +mc13783-adc +mc13783-pwrbutton +mc13783-regulator +mc13783_ts +mc13892-regulator +mc13xxx-core +mc13xxx-i2c +mc13xxx-regulator-core +mc13xxx-spi +mc3230 +mc34vr500 +mc44s803 +mcam-core +mcb +mcb-lpc +mcb-pci +mcba_usb +mce-inject +mceusb +mchp23k256 +mchp48l640 +mchp_pci1xxxx_gp +mchp_pci1xxxx_gpio +mcp251x +mcp251xfd +mcp3021 +mcp320x +mcp3422 +mcp3911 +mcp4018 +mcp41010 +mcp4131 +mcp4531 +mcp4725 +mcp4922 +mcr20a +mcs5000_ts +mcs7830 +mcs_touchkey +mct_u232 +mctp-serial +md-cluster +md4 +mdc800 +mdev +mdio +mdio-bcm-unimac +mdio-bitbang +mdio-cavium +mdio-gpio +mdio-i2c +mdio-mscc-miim +mdio-mvusb +mdio-regmap +mdio-thunder +me4000 +me_daq +mediatek-ge +megaraid +megaraid_mbox +megaraid_mm +megaraid_sas +mei +mei-gsc +mei-me +mei-txe +mei_gsc_proxy +mei_hdcp +mei_phy +mei_pxp +mei_wdt +melfas_mip4 +memory-notifier-error-inject +memstick +men_z135_uart +men_z188_adc +mena21_wdt +menf21bmc +menf21bmc_hwmon +menf21bmc_wdt +menz69_wdt +meraki-mx100 +metro-usb +metronomefb +mf6x4 +mfd-aaeon +mgag200 +mhi +mhi_ep +mhi_net +mhi_pci_generic +mhi_wwan_ctrl +mhi_wwan_mbim +mi0283qt +michael_mic +micrel +microchip +microchip-spi +microchip_t1 +microchip_t1s +microread +microread_i2c +microread_mei +microtek +mii +minix +mip6 +mipi-i3c-hci +mite +mkiss +ml86v7667 +mlx-platform +mlx4_core +mlx4_en +mlx4_ib +mlx5-vfio-pci +mlx5_core +mlx5_ib +mlx5_vdpa +mlx90614 +mlx90632 +mlx_wdt +mlxfw +mlxreg-fan +mlxreg-hotplug +mlxreg-io +mlxreg-lc +mlxsw_core +mlxsw_i2c +mlxsw_minimal +mlxsw_pci +mlxsw_spectrum +mma7455_core +mma7455_i2c +mma7455_spi +mma7660 +mma8450 +mma8452 +mma9551 +mma9551_core +mma9553 +mmc35240 +mmc_block +mmc_spi +mms114 +mn88443x +mn88472 +mn88473 +mos7720 +mos7840 +most_cdev +most_core +most_i2c +most_net +most_snd +most_usb +most_video +motorcomm +moxa +mp2629 +mp2629_adc +mp2629_charger +mp2888 +mp2975 +mp5023 +mp8859 +mpc624 +mpi3mr +mpl115 +mpl115_i2c +mpl115_spi +mpl3115 +mpls_gso +mpls_iptunnel +mpls_router +mpoa +mpq7932 +mpr121_touchkey +mprls0025pa +mpt3sas +mptbase +mptcp_diag +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +mpu3050 +mr75203 +mrf24j40 +mrp +ms5611_core +ms5611_i2c +ms5611_spi +ms5637 +ms_block +ms_sensors_i2c +msa311 +mscc +mscc_felix_dsa_lib +mscc_ocelot_ext +mscc_ocelot_switch_lib +mscc_seville +msdos +mse102x +msg2638 +msi-ec +msi-laptop +msi-wmi +msi001 +msi2500 +msp3400 +mspro_block +msr +mt2060 +mt2063 +mt20xx +mt2131 +mt2266 +mt312 +mt352 +mt6311-regulator +mt6315-regulator +mt6323-regulator +mt6331-regulator +mt6332-regulator +mt6357-regulator +mt6358-regulator +mt6359-regulator +mt6360-adc +mt6360-core +mt6360-regulator +mt6360_charger +mt6370 +mt6370-adc +mt6370-backlight +mt6370-charger +mt6370-regulator +mt6397 +mt6397-regulator +mt7530 +mt7530-mdio +mt7530-mmio +mt76 +mt76-connac-lib +mt76-sdio +mt76-usb +mt7601u +mt7603e +mt7615-common +mt7615e +mt7663-usb-sdio-common +mt7663s +mt7663u +mt76x0-common +mt76x02-lib +mt76x02-usb +mt76x0e +mt76x0u +mt76x2-common +mt76x2e +mt76x2u +mt7915e +mt7921-common +mt7921e +mt7921s +mt7921u +mt7996e +mt9m001 +mt9m111 +mt9p031 +mt9t112 +mt9v011 +mt9v032 +mt9v111 +mtd +mtd_blkdevs +mtd_dataflash +mtdblock +mtdblock_ro +mtdoops +mtdpstore +mtdram +mtdswap +mtip32xx +mtk-pmic-keys +mtk-sd +mtk_t7xx +mtouch +multipath +multiq3 +musb_hdrc +mux-adg792a +mux-adgs1408 +mux-core +mux-gpio +mv88e6060 +mv88e6xxx +mv_u3d_core +mv_udc +mvmdio +mvsas +mvumi +mwave +mwifiex +mwifiex_pcie +mwifiex_sdio +mwifiex_usb +mwl8k +mxb +mxc4005 +mxc6255 +mxic_nand +mxl-gpy +mxl111sf-demod +mxl111sf-tuner +mxl301rf +mxl5005s +mxl5007t +mxl5xx +mxl692 +mxm-wmi +mxser +mxuport +myrb +myri10ge +myrs +n411 +n5pf +n_gsm +n_hdlc +nand +nandcore +nandsim +national +natsemi +nau7802 +navman +nb7vpq904m +nbd +nci +nci_spi +nci_uart +ncn26000 +nct6683 +nct6775 +nct6775-core +nct6775-i2c +nct7802 +nct7904 +nd_btt +nd_pmem +nd_virtio +ne2k-pci +neofb +net1080 +net2272 +net2280 +netconsole +netdevsim +netfs +netjet +netlink_diag +netrom +nettel +netup-unidvb +netxen_nic +newtonkbd +nf_conncount +nf_conntrack +nf_conntrack_amanda +nf_conntrack_bridge +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_dup_ipv4 +nf_dup_ipv6 +nf_dup_netdev +nf_flow_table +nf_flow_table_inet +nf_log_syslog +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_irc +nf_nat_pptp +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nf_reject_ipv4 +nf_reject_ipv6 +nf_socket_ipv4 +nf_socket_ipv6 +nf_synproxy_core +nf_tables +nf_tproxy_ipv4 +nf_tproxy_ipv6 +nfc +nfc_digital +nfcmrvl +nfcmrvl_i2c +nfcmrvl_spi +nfcmrvl_uart +nfcmrvl_usb +nfcsim +nfit +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_hook +nfnetlink_log +nfnetlink_osf +nfnetlink_queue +nfp +nfs +nfs_acl +nfs_layout_flexfiles +nfs_layout_nfsv41_files +nfsd +nfsv2 +nfsv3 +nfsv4 +nft_chain_nat +nft_compat +nft_connlimit +nft_ct +nft_dup_ipv4 +nft_dup_ipv6 +nft_dup_netdev +nft_fib +nft_fib_inet +nft_fib_ipv4 +nft_fib_ipv6 +nft_fib_netdev +nft_flow_offload +nft_fwd_netdev +nft_hash +nft_limit +nft_log +nft_masq +nft_meta_bridge +nft_nat +nft_numgen +nft_osf +nft_queue +nft_quota +nft_redir +nft_reject +nft_reject_bridge +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +nft_reject_netdev +nft_socket +nft_synproxy +nft_tproxy +nft_tunnel +nft_xfrm +nftl +ngbe +ngene +nhc_dest +nhc_fragment +nhc_hop +nhc_ipv6 +nhc_mobility +nhc_routing +nhc_udp +nhpoly1305 +nhpoly1305-avx2 +nhpoly1305-sse2 +ni903x_wdt +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_a2150 +ni_at_ao +ni_atmio +ni_atmio16d +ni_daq_700 +ni_daq_dio24 +ni_labpc +ni_labpc_common +ni_labpc_cs +ni_labpc_isadma +ni_labpc_pci +ni_mio_cs +ni_pcidio +ni_pcimio +ni_routes_test +ni_routing +ni_tio +ni_tiocmd +ni_usb6501 +nic7018_wdt +nicpf +nicstar +nicvf +nilfs2 +nitro_enclaves +niu +nixge +nlmon +nls_ascii +nls_cp1250 +nls_cp1251 +nls_cp1255 +nls_cp737 +nls_cp775 +nls_cp850 +nls_cp852 +nls_cp855 +nls_cp857 +nls_cp860 +nls_cp861 +nls_cp862 +nls_cp863 +nls_cp864 +nls_cp865 +nls_cp866 +nls_cp869 +nls_cp874 +nls_cp932 +nls_cp936 +nls_cp949 +nls_cp950 +nls_euc-jp +nls_iso8859-1 +nls_iso8859-13 +nls_iso8859-14 +nls_iso8859-15 +nls_iso8859-2 +nls_iso8859-3 +nls_iso8859-4 +nls_iso8859-5 +nls_iso8859-6 +nls_iso8859-7 +nls_iso8859-9 +nls_koi8-r +nls_koi8-ru +nls_koi8-u +nls_utf8 +nmclan_cs +noa1305 +nosy +notifier-error-inject +nouveau +novatek-nvt-ts +nozomi +npcm750-pwm-fan +ns558 +ns83820 +nsh +ntb +ntb_hw_epf +ntb_hw_idt +ntb_hw_intel +ntb_hw_switchtec +ntb_netdev +ntb_perf +ntb_pingpong +ntb_tool +ntb_transport +ntc_thermistor +ntfs +ntfs3 +null_blk +nuvoton-cir +nv_tco +nvidia-wmi-ec-backlight +nvidiafb +nvme +nvme-common +nvme-core +nvme-fabrics +nvme-fc +nvme-loop +nvme-rdma +nvme-tcp +nvmem-rave-sp-eeprom +nvmem-rmem +nvmem_qcom-spmi-sdam +nvmet +nvmet-fc +nvmet-rdma +nvmet-tcp +nvram +nvsw-sn2201 +nxp-c45-tja11xx +nxp-cbtx +nxp-nci +nxp-nci_i2c +nxp-tja11xx +nxt200x +nxt6000 +nzxt-kraken2 +nzxt-smart2 +objagg +occ-hwmon-common +occ-p8-hwmon +ocelot-soc +ocfb +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stack_o2cb +ocfs2_stack_user +ocfs2_stackglue +ocrdma +octeon_ep +of_mmc_spi +of_xilinx_wdt +ofb +og01a1b +omfs +omninet +on20 +on26 +onenand +onie-tlv +opa_vnic +opencores-kbd +openvswitch +opt3001 +opt4001 +opticon +option +or51132 +or51211 +orangefs +orinoco +orinoco_cs +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +oti6858 +otm3225a +ov01a10 +ov02a10 +ov08d10 +ov08x40 +ov13858 +ov13b10 +ov2640 +ov2659 +ov2680 +ov2685 +ov2740 +ov4689 +ov5647 +ov5648 +ov5670 +ov5675 +ov5693 +ov5695 +ov6650 +ov7251 +ov7640 +ov7670 +ov772x +ov7740 +ov8856 +ov8858 +ov8865 +ov9640 +ov9650 +ov9734 +overlay +oxp-sensors +oxu210hp-hcd +p4-clockmod +p54common +p54pci +p54spi +p54usb +p8022 +pa12203001 +padlock-aes +padlock-sha +palmas-pwrbutton +palmas-regulator +palmas_gpadc +panasonic-laptop +pandora_bl +panel +panel-auo-a030jtn01 +panel-mipi-dbi +panel-orisetech-ota5601a +panel-raspberrypi-touchscreen +panel-widechips-ws2401 +parkbd +parman +parport +parport_cs +parport_pc +parport_serial +pata_acpi +pata_ali +pata_amd +pata_artop +pata_atiixp +pata_atp867x +pata_cmd640 +pata_cmd64x +pata_cypress +pata_efar +pata_hpt366 +pata_hpt37x +pata_hpt3x2n +pata_hpt3x3 +pata_it8213 +pata_it821x +pata_jmicron +pata_legacy +pata_marvell +pata_mpiix +pata_netcell +pata_ninja32 +pata_ns87410 +pata_ns87415 +pata_oldpiix +pata_opti +pata_optidma +pata_parport +pata_pcmcia +pata_pdc2027x +pata_pdc202xx_old +pata_piccolo +pata_radisys +pata_rdc +pata_rz1000 +pata_sch +pata_serverworks +pata_sil680 +pata_sl82c105 +pata_triflex +pata_via +pc300too +pc87360 +pc87413_wdt +pc87427 +pca9450-regulator +pcap-regulator +pcap_keys +pcap_ts +pcbc +pcengines-apuv2 +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci +pci-epf-mhi +pci-epf-ntb +pci-epf-vntb +pci-hyperv +pci-hyperv-intf +pci-pf-stub +pci-stub +pci200syn +pcips2 +pcl711 +pcl724 +pcl726 +pcl730 +pcl812 +pcl816 +pcl818 +pcm3724 +pcmad +pcmcia +pcmcia_core +pcmcia_rsrc +pcmciamtd +pcmda12 +pcmmio +pcmuio +pcnet32 +pcnet_cs +pcrypt +pcs-lynx +pcs-mtk-lynxi +pcs_xpcs +pcspkr +pcwd_pci +pcwd_usb +pd6729 +pdc_adma +pds_core +pds_vdpa +peak_pci +peak_pciefd +peak_pcmcia +peak_usb +peci +peci-cpu +peci-cputemp +peci-dimmtemp +pegasus +pegasus_notetaker +penmount +pfr_telemetry +pfr_update +phantom +phonet +phram +phy-bcm-kona-usb2 +phy-can-transceiver +phy-cpcap-usb +phy-exynos-usb2 +phy-generic +phy-gpio-vbus-usb +phy-intel-lgm-emmc +phy-isp1301 +phy-lgm-usb +phy-pxa-28nm-hsic +phy-pxa-28nm-usb2 +phy-qcom-usb-hs +phy-qcom-usb-hsic +phy-tahvo +phy-tusb1210 +phylink +physmap +pi3usb30532 +pi433 +pim4328 +pinctrl-alderlake +pinctrl-broxton +pinctrl-cannonlake +pinctrl-cedarfork +pinctrl-cy8c95x0 +pinctrl-da9062 +pinctrl-denverton +pinctrl-elkhartlake +pinctrl-emmitsburg +pinctrl-geminilake +pinctrl-icelake +pinctrl-jasperlake +pinctrl-lakefield +pinctrl-lewisburg +pinctrl-lynxpoint +pinctrl-madera +pinctrl-mcp23s08 +pinctrl-mcp23s08_i2c +pinctrl-mcp23s08_spi +pinctrl-meteorlake +pinctrl-sunrisepoint +pinctrl-tigerlake +pinephone-keyboard +ping +pistachio-internal-dac +pixcir_i2c_ts +pkcs7_test_key +pkcs8_key_parser +pktgen +pl2303 +plat-ram +plat_nand +platform_lcd +platform_profile +plfxlc +pli1209bc +plip +plusb +pluto2 +plx_dma +plx_pci +pm-notifier-error-inject +pm2fb +pm3fb +pm6764tr +pm80xx +pmbus +pmbus_core +pmc551 +pmcraid +pms7003 +pmt_class +pmt_crashlog +pmt_telemetry +pn532_uart +pn533 +pn533_i2c +pn533_usb +pn544 +pn544_i2c +pn544_mei +pn_pep +pnd2_edac +poly1305-x86_64 +poly1305_generic +polynomial +polyval-clmulni +polyval-generic +port100 +powermate +powr1220 +ppa +ppdev +ppp_async +ppp_deflate +ppp_mppe +ppp_synctty +pppoatm +pppoe +pppox +pps-gpio +pps-ldisc +pps_parport +pptp +prestera +prestera_pci +pretimeout_panic +prism2_usb +processor_thermal_device +processor_thermal_device_pci +processor_thermal_device_pci_legacy +processor_thermal_mbox +processor_thermal_rapl +processor_thermal_rfim +ps2-gpio +ps2mult +psample +pse_regulator +psmouse +psnap +pstore_blk +pstore_zone +psxpad-spi +ptdma +ptp_clockmatrix +ptp_dfl_tod +ptp_idt82p33 +ptp_ines +ptp_kvm +ptp_ocp +ptp_vmw +pulse8-cec +pulsedlight-lidar-lite-v2 +punit_atom_debug +pv88060-regulator +pv88080-regulator +pv88090-regulator +pvcalls-front +pvpanic +pvpanic-mmio +pvpanic-pci +pvrusb2 +pwc +pwm-beeper +pwm-clk +pwm-cros-ec +pwm-dwc +pwm-iqs620a +pwm-lp3943 +pwm-pca9685 +pwm-regulator +pwm-twl +pwm-twl-led +pwm-vibra +pwm_bl +pxa27x_udc +pxe1610 +pxrc +q54sj108a2 +qaic +qat_4xxx +qat_c3xxx +qat_c3xxxvf +qat_c62x +qat_c62xvf +qat_dh895xcc +qat_dh895xccvf +qca8k +qcaux +qcom-emac +qcom-labibb-regulator +qcom-spmi-adc5 +qcom-spmi-iadc +qcom-spmi-vadc +qcom-vadc-common +qcom-wled +qcom_glink +qcom_glink_rpm +qcom_spmi-regulator +qcom_usb_vbus-regulator +qcserial +qed +qede +qedf +qedi +qedr +qemu_fw_cfg +qinfo_probe +qla1280 +qla2xxx +qla3xxx +qla4xxx +qlcnic +qlge +qlogic_cs +qlogicfas408 +qm1d1b0004 +qm1d1c0042 +qmi_helpers +qmi_wwan +qnx4 +qnx6 +qrtr +qrtr-mhi +qrtr-smd +qrtr-tun +qsemi +qt1010 +qt1050 +qt1070 +qt2160 +qtnfmac +qtnfmac_pcie +quatech2 +quatech_daqp_cs +quota_tree +quota_v1 +quota_v2 +qwiic-joystick +qxl +r592 +r6040 +r8152 +r8153_ecm +r8169 +r8192e_pci +r8192u_usb +r820t +r852 +r8712u +r8723bs +r8a66597-hcd +r8a66597-udc +raa215300 +radeon +radeonfb +radio-keene +radio-ma901 +radio-maxiradio +radio-mr800 +radio-platform-si4713 +radio-raremono +radio-shark +radio-si470x-common +radio-si470x-i2c +radio-si470x-usb +radio-si476x +radio-tea5764 +radio-usb-si4713 +radio-wl1273 +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid_class +rainshadow-cec +ramoops +rapl +rave-sp +rave-sp-backlight +rave-sp-pwrbutton +rave-sp-wdt +raw_diag +raw_gadget +ray_cs +raydium_i2c_ts +rbd +rc-adstech-dvb-t-pci +rc-alink-dtu-m +rc-anysee +rc-apac-viewcomp +rc-astrometa-t2hybrid +rc-asus-pc39 +rc-asus-ps3-100 +rc-ati-tv-wonder-hd-600 +rc-ati-x10 +rc-avermedia +rc-avermedia-a16d +rc-avermedia-cardbus +rc-avermedia-dvbt +rc-avermedia-m135a +rc-avermedia-m733a-rm-k6 +rc-avermedia-rm-ks +rc-avertv-303 +rc-azurewave-ad-tu700 +rc-beelink-gs1 +rc-beelink-mxiii +rc-behold +rc-behold-columbus +rc-budget-ci-old +rc-cinergy +rc-cinergy-1400 +rc-core +rc-ct-90405 +rc-d680-dmb +rc-delock-61959 +rc-dib0700-nec +rc-dib0700-rc5 +rc-digitalnow-tinytwin +rc-digittrade +rc-dm1105-nec +rc-dntv-live-dvb-t +rc-dntv-live-dvbt-pro +rc-dreambox +rc-dtt200u +rc-dvbsky +rc-dvico-mce +rc-dvico-portable +rc-em-terratec +rc-encore-enltv +rc-encore-enltv-fm53 +rc-encore-enltv2 +rc-evga-indtube +rc-eztv +rc-flydvb +rc-flyvideo +rc-fusionhdtv-mce +rc-gadmei-rm008z +rc-geekbox +rc-genius-tvgo-a11mce +rc-gotview7135 +rc-hauppauge +rc-hisi-poplar +rc-hisi-tv-demo +rc-imon-mce +rc-imon-pad +rc-imon-rsc +rc-iodata-bctv7e +rc-it913x-v1 +rc-it913x-v2 +rc-kaiomy +rc-khadas +rc-khamsin +rc-kworld-315u +rc-kworld-pc150u +rc-kworld-plus-tv-analog +rc-leadtek-y04g0051 +rc-lme2510 +rc-loopback +rc-manli +rc-mecool-kii-pro +rc-mecool-kiii-pro +rc-medion-x10 +rc-medion-x10-digitainer +rc-medion-x10-or2x +rc-minix-neo +rc-msi-digivox-ii +rc-msi-digivox-iii +rc-msi-tvanywhere +rc-msi-tvanywhere-plus +rc-nebula +rc-nec-terratec-cinergy-xs +rc-norwood +rc-npgtech +rc-odroid +rc-pctv-sedna +rc-pine64 +rc-pinnacle-color +rc-pinnacle-grey +rc-pinnacle-pctv-hd +rc-pixelview +rc-pixelview-002t +rc-pixelview-mk12 +rc-pixelview-new +rc-powercolor-real-angel +rc-proteus-2309 +rc-purpletv +rc-pv951 +rc-rc6-mce +rc-real-audio-220-32-keys +rc-reddo +rc-snapstream-firefly +rc-streamzap +rc-su3000 +rc-tanix-tx3mini +rc-tanix-tx5max +rc-tbs-nec +rc-technisat-ts35 +rc-technisat-usb2 +rc-terratec-cinergy-c-pci +rc-terratec-cinergy-s2-hd +rc-terratec-cinergy-xs +rc-terratec-slim +rc-terratec-slim-2 +rc-tevii-nec +rc-tivo +rc-total-media-in-hand +rc-total-media-in-hand-02 +rc-trekstor +rc-tt-1500 +rc-twinhan-dtv-cab-ci +rc-twinhan1027 +rc-vega-s9x +rc-videomate-m1f +rc-videomate-s350 +rc-videomate-tv-pvr +rc-videostrong-kii-pro +rc-wetek-hub +rc-wetek-play2 +rc-winfast +rc-winfast-usbii-deluxe +rc-x96max +rc-xbox-360 +rc-xbox-dvd +rc-zx-irdec +rc5t583-regulator +rdacm20 +rdacm21 +rdc321x-southbridge +rdma_cm +rdma_rxe +rdma_ucm +rdmavt +rds +rds_rdma +rds_tcp +realtek +redboot +redrat3 +reed_solomon +regmap-i3c +regmap-sccb +regmap-sdw +regmap-sdw-mbq +regmap-slimbus +regmap-spi-avmm +regmap-spmi +regmap-w1 +regulator-haptic +reiserfs +repaper +reset-ti-syscon +reset-tps380x +resistive-adc-touch +retu-mfd +retu-pwrbutton +retu_wdt +rfc1051 +rfc1201 +rfcomm +rfd77402 +rfd_ftl +rfkill-gpio +rio-scan +rio_cm +rio_mport_cdev +rionet +rivafb +rj54n1cb0c +rm3100-core +rm3100-i2c +rm3100-spi +rmd160 +rmi_core +rmi_i2c +rmi_smbus +rmi_spi +rmnet +rnbd-client +rnbd-server +rndis_host +rndis_wlan +rockchip +rocker +rohm-bu27008 +rohm-bu27034 +rohm_bu21023 +romfs +rose +rotary_encoder +rp2 +rpcrdma +rpcsec_gss_krb5 +rpmsg_char +rpmsg_core +rpmsg_ctrl +rpmsg_ns +rpmsg_tty +rpmsg_wwan_ctrl +rpr0521 +rsi_91x +rsi_sdio +rsi_usb +rt1719 +rt2400pci +rt2500pci +rt2500usb +rt2800lib +rt2800mmio +rt2800pci +rt2800usb +rt2x00lib +rt2x00mmio +rt2x00pci +rt2x00usb +rt4801-regulator +rt4803 +rt4831 +rt4831-backlight +rt4831-regulator +rt5033 +rt5033-regulator +rt5033_battery +rt5033_charger +rt5120 +rt5120-pwrkey +rt5120-regulator +rt5190a-regulator +rt5739 +rt5759-regulator +rt6160-regulator +rt6190-regulator +rt61pci +rt6245-regulator +rt73usb +rt9455_charger +rt9467-charger +rt9471 +rtc-88pm80x +rtc-88pm860x +rtc-ab-b5ze-s3 +rtc-ab-eoz9 +rtc-abx80x +rtc-bq32k +rtc-bq4802 +rtc-cros-ec +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1302 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1685 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-em3027 +rtc-fm3130 +rtc-ftrtc010 +rtc-goldfish +rtc-hid-sensor-time +rtc-isl12022 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max6916 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-msm6242 +rtc-mt6397 +rtc-palmas +rtc-pcap +rtc-pcf2123 +rtc-pcf2127 +rtc-pcf50633 +rtc-pcf85063 +rtc-pcf8523 +rtc-pcf85363 +rtc-pcf8563 +rtc-pcf8583 +rtc-r9701 +rtc-rc5t583 +rtc-rp5c01 +rtc-rs5c348 +rtc-rs5c372 +rtc-rv3028 +rtc-rv3029c2 +rtc-rv3032 +rtc-rv8803 +rtc-rx4581 +rtc-rx6110 +rtc-rx8010 +rtc-rx8025 +rtc-rx8581 +rtc-s35390a +rtc-sd3078 +rtc-stk17ta8 +rtc-tps6586x +rtc-tps65910 +rtc-wilco-ec +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtd520 +rti800 +rti802 +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192ee +rtl8192se +rtl8365mb +rtl8366 +rtl8723-common +rtl8723ae +rtl8723be +rtl8821ae +rtl8xxxu +rtl_pci +rtl_usb +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtlwifi +rtmv20-regulator +rtq2134-regulator +rtq6056 +rtq6752-regulator +rtrs-client +rtrs-core +rtrs-server +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rtw88_8723d +rtw88_8723de +rtw88_8723ds +rtw88_8723du +rtw88_8821c +rtw88_8821ce +rtw88_8821cs +rtw88_8821cu +rtw88_8822b +rtw88_8822be +rtw88_8822bs +rtw88_8822bu +rtw88_8822c +rtw88_8822ce +rtw88_8822cs +rtw88_8822cu +rtw88_core +rtw88_pci +rtw88_sdio +rtw88_usb +rtw89_8851b +rtw89_8851be +rtw89_8852a +rtw89_8852ae +rtw89_8852b +rtw89_8852be +rtw89_8852c +rtw89_8852ce +rtw89_core +rtw89_pci +rx51_battery +rxperf +rxrpc +s1d13xxxfb +s2250 +s2255drv +s2io +s3fb +s3fwrn5 +s3fwrn5_i2c +s3fwrn82_uart +s526 +s5c73m3 +s5h1409 +s5h1411 +s5h1420 +s5h1432 +s5k5baf +s5k6a3 +s626 +s6sy761 +s921 +saa6588 +saa6752hs +saa7110 +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7134-go7007 +saa7146 +saa7146_vv +saa7164 +saa717x +saa7185 +saa7706h +safe_serial +sample-trace-array +samsung-keypad +samsung-laptop +samsung-q10 +samsung-sxgbe +sata_dwc_460ex +sata_inic162x +sata_mv +sata_nv +sata_promise +sata_qstor +sata_sil +sata_sil24 +sata_sis +sata_svw +sata_sx4 +sata_uli +sata_via +sata_vsc +savagefb +sb1000 +sb_edac +sbc60xxwdt +sbc_epx_c3 +sbc_fitpc2_wdt +sbc_gxx +sbp_target +sbrmi +sbs +sbs-battery +sbs-charger +sbs-manager +sbshc +sbtsi_temp +sc1200wdt +sc16is7xx +sc92031 +sca3000 +sca3300 +scb2_flash +scd30_core +scd30_i2c +scd30_serial +scd4x +sch311x_wdt +sch5627 +sch5636 +sch56xx-common +sch_cake +sch_cbs +sch_choke +sch_codel +sch_drr +sch_etf +sch_ets +sch_fq +sch_fq_codel +sch_fq_pie +sch_gred +sch_hfsc +sch_hhf +sch_htb +sch_ingress +sch_mqprio +sch_mqprio_lib +sch_multiq +sch_netem +sch_pie +sch_plug +sch_prio +sch_qfq +sch_red +sch_sfb +sch_sfq +sch_skbprio +sch_taprio +sch_tbf +sch_teql +scsi_debug +scsi_dh_alua +scsi_dh_emc +scsi_dh_hp_sw +scsi_dh_rdac +scsi_transport_fc +scsi_transport_iscsi +scsi_transport_sas +scsi_transport_spi +scsi_transport_srp +sctp +sctp_diag +sd_adc_modulator +sdhci +sdhci-acpi +sdhci-pci +sdhci-pltfm +sdhci-xenon-driver +sdhci_f_sdh30 +sdio_uart +sdricoh_cs +seco-cec +sensehat-joystick +sensorhub +serial-multi-instantiate +serial_cs +serial_ir +serio_raw +sermouse +serpent-avx-x86_64 +serpent-avx2 +serpent-sse2-x86_64 +serpent_generic +serport +ses +sev-guest +sf-pdma +sfc +sfc-falcon +sfc-siena +sfp +sgi_w1 +sgp30 +sgp40 +sha1-ssse3 +sha256-ssse3 +shark2 +sht15 +sht21 +sht3x +sht4x +shtc1 +si1133 +si1145 +si2157 +si2165 +si2168 +si21xx +si4713 +si476x-core +si7005 +si7020 +sidewinder +sierra +sierra_net +sil164 +silead +sim710 +simatic-ipc +simatic-ipc-leds +simatic-ipc-leds-gpio-apollolake +simatic-ipc-leds-gpio-core +simatic-ipc-leds-gpio-f7188x +simatic-ipc-wdt +simple-mfd-i2c +simpledrm +simplefb +siox-bus-gpio +siox-core +sis-agp +sis190 +sis5595 +sis900 +sis_i2c +sisfb +sisusbvga +sit +siw +sja1000 +sja1000_isa +sja1000_platform +sja1105 +skfp +skge +skx_edac +sky2 +sky81452 +sky81452-backlight +sky81452-regulator +sl28vpd +sl811-hcd +sl811_cs +slcan +slg51000-regulator +slicoss +slim-qcom-ctrl +slimbus +slip +slram +sm2_generic +sm3 +sm3-avx-x86_64 +sm3_generic +sm4 +sm4-aesni-avx-x86_64 +sm4-aesni-avx2-x86_64 +sm4_generic +sm501 +sm501fb +sm712fb +sm750fb +sm_common +sm_ftl +smartpqi +smb347-charger +smc +smc91c92_cs +smc_diag +smipcie +smm665 +smpro-core +smpro-errmon +smpro-hwmon +smpro-misc +smsc +smsc37b787_wdt +smsc47b397 +smsc47m1 +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smscufx +smsdvb +smsmdtv +smssdio +smsusb +snd +snd-ac97-codec +snd-acp-config +snd-acp-i2s +snd-acp-legacy-mach +snd-acp-mach +snd-acp-pci +snd-acp-pcm +snd-acp-pdm +snd-acp-rembrandt +snd-acp-renoir +snd-acp-sof-mach +snd-acp3x-i2s +snd-acp3x-pcm-dma +snd-acp3x-pdm-dma +snd-acp3x-rn +snd-acp5x-i2s +snd-acp5x-pcm-dma +snd-acp6x-pdm-dma +snd-ad1889 +snd-ak4113 +snd-ak4114 +snd-ak4117 +snd-ak4xxx-adda +snd-ali5451 +snd-aloop +snd-als300 +snd-als4000 +snd-asihpi +snd-atiixp +snd-atiixp-modem +snd-au8810 +snd-au8820 +snd-au8830 +snd-aw2 +snd-azt3328 +snd-bcd2000 +snd-bebob +snd-bt87x +snd-ca0106 +snd-cmipci +snd-compress +snd-cs4281 +snd-cs46xx +snd-cs8427 +snd-ctl-led +snd-ctxfi +snd-darla20 +snd-darla24 +snd-dice +snd-dummy +snd-echo3g +snd-emu10k1 +snd-emu10k1-synth +snd-emu10k1x +snd-emux-synth +snd-ens1370 +snd-ens1371 +snd-es1938 +snd-es1968 +snd-fireface +snd-firewire-digi00x +snd-firewire-lib +snd-firewire-motu +snd-firewire-tascam +snd-fireworks +snd-fm801 +snd-gina20 +snd-gina24 +snd-hda-codec +snd-hda-codec-analog +snd-hda-codec-ca0110 +snd-hda-codec-ca0132 +snd-hda-codec-cirrus +snd-hda-codec-cmedia +snd-hda-codec-conexant +snd-hda-codec-cs8409 +snd-hda-codec-generic +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-core +snd-hda-cs-dsp-ctls +snd-hda-ext-core +snd-hda-intel +snd-hda-scodec-cs35l41 +snd-hda-scodec-cs35l41-i2c +snd-hda-scodec-cs35l41-spi +snd-hdmi-lpe-audio +snd-hdsp +snd-hdspm +snd-hrtimer +snd-hwdep +snd-i2c +snd-ice1712 +snd-ice1724 +snd-ice17xx-ak4xxx +snd-indigo +snd-indigodj +snd-indigodjx +snd-indigoio +snd-indigoiox +snd-intel-dspcfg +snd-intel-sdw-acpi +snd-intel-sst-acpi +snd-intel-sst-core +snd-intel-sst-pci +snd-intel8x0 +snd-intel8x0m +snd-isight +snd-korg1212 +snd-layla20 +snd-layla24 +snd-lola +snd-lx6464es +snd-maestro3 +snd-mia +snd-mixart +snd-mixer-oss +snd-mona +snd-mpu401 +snd-mpu401-uart +snd-mtpav +snd-mts64 +snd-nm256 +snd-opl3-lib +snd-opl3-synth +snd-oxfw +snd-oxygen +snd-oxygen-lib +snd-pci-acp3x +snd-pci-acp5x +snd-pci-acp6x +snd-pci-ps +snd-pcm +snd-pcm-dmaengine +snd-pcmtest +snd-pcsp +snd-pcxhr +snd-pdaudiocf +snd-portman2x4 +snd-ps-pdm-dma +snd-ps-sdw-dma +snd-pt2258 +snd-rawmidi +snd-riptide +snd-rme32 +snd-rme96 +snd-rme9652 +snd-rn-pci-acp3x +snd-rpl-pci-acp6x +snd-sb-common +snd-seq +snd-seq-device +snd-seq-dummy +snd-seq-midi +snd-seq-midi-emul +snd-seq-midi-event +snd-seq-ump-client +snd-seq-virmidi +snd-serial-u16550 +snd-skl_nau88l25_max98357a +snd-soc-63xx +snd-soc-ac97 +snd-soc-acp-da7219mx98357-mach +snd-soc-acp-es8336-mach +snd-soc-acp-rt5645-mach +snd-soc-acp-rt5682-mach +snd-soc-acp5x-mach +snd-soc-acp6x-mach +snd-soc-acpi +snd-soc-acpi-intel-match +snd-soc-adau-utils +snd-soc-adau1372 +snd-soc-adau1372-i2c +snd-soc-adau1372-spi +snd-soc-adau1701 +snd-soc-adau1761 +snd-soc-adau1761-i2c +snd-soc-adau1761-spi +snd-soc-adau17x1 +snd-soc-adau7002 +snd-soc-adau7118 +snd-soc-adau7118-hw +snd-soc-adau7118-i2c +snd-soc-adi-axi-i2s +snd-soc-adi-axi-spdif +snd-soc-ak4104 +snd-soc-ak4118 +snd-soc-ak4375 +snd-soc-ak4458 +snd-soc-ak4554 +snd-soc-ak4613 +snd-soc-ak4642 +snd-soc-ak5386 +snd-soc-ak5558 +snd-soc-alc5623 +snd-soc-arizona +snd-soc-avs +snd-soc-avs-da7219 +snd-soc-avs-dmic +snd-soc-avs-hdaudio +snd-soc-avs-i2s-test +snd-soc-avs-max98357a +snd-soc-avs-max98373 +snd-soc-avs-max98927 +snd-soc-avs-nau8825 +snd-soc-avs-probe +snd-soc-avs-rt274 +snd-soc-avs-rt286 +snd-soc-avs-rt298 +snd-soc-avs-rt5682 +snd-soc-avs-ssm4567 +snd-soc-aw8738 +snd-soc-aw88395 +snd-soc-aw88395-lib +snd-soc-bd28623 +snd-soc-bdw-rt286 +snd-soc-bt-sco +snd-soc-catpt +snd-soc-chv3-codec +snd-soc-cml_rt1011_rt5682 +snd-soc-core +snd-soc-cros-ec-codec +snd-soc-cs35l32 +snd-soc-cs35l33 +snd-soc-cs35l34 +snd-soc-cs35l35 +snd-soc-cs35l36 +snd-soc-cs35l41 +snd-soc-cs35l41-i2c +snd-soc-cs35l41-lib +snd-soc-cs35l41-spi +snd-soc-cs35l45 +snd-soc-cs35l45-i2c +snd-soc-cs35l45-spi +snd-soc-cs35l56 +snd-soc-cs35l56-i2c +snd-soc-cs35l56-sdw +snd-soc-cs35l56-shared +snd-soc-cs35l56-spi +snd-soc-cs4234 +snd-soc-cs4265 +snd-soc-cs4270 +snd-soc-cs4271 +snd-soc-cs4271-i2c +snd-soc-cs4271-spi +snd-soc-cs42l42 +snd-soc-cs42l42-i2c +snd-soc-cs42l42-sdw +snd-soc-cs42l51 +snd-soc-cs42l51-i2c +snd-soc-cs42l52 +snd-soc-cs42l56 +snd-soc-cs42l73 +snd-soc-cs42l83-i2c +snd-soc-cs42xx8 +snd-soc-cs42xx8-i2c +snd-soc-cs43130 +snd-soc-cs4341 +snd-soc-cs4349 +snd-soc-cs53l30 +snd-soc-cx2072x +snd-soc-da7213 +snd-soc-da7219 +snd-soc-dmic +snd-soc-ehl-rt5660 +snd-soc-es7134 +snd-soc-es7241 +snd-soc-es8316 +snd-soc-es8326 +snd-soc-es8328 +snd-soc-es8328-i2c +snd-soc-es8328-spi +snd-soc-fsl-asrc +snd-soc-fsl-audmix +snd-soc-fsl-easrc +snd-soc-fsl-esai +snd-soc-fsl-micfil +snd-soc-fsl-mqs +snd-soc-fsl-rpmsg +snd-soc-fsl-sai +snd-soc-fsl-spdif +snd-soc-fsl-ssi +snd-soc-fsl-utils +snd-soc-fsl-xcvr +snd-soc-gtm601 +snd-soc-hda-codec +snd-soc-hdac-hda +snd-soc-hdac-hdmi +snd-soc-hdmi-codec +snd-soc-hsw-rt5640 +snd-soc-ics43432 +snd-soc-idt821034 +snd-soc-imx-audmux +snd-soc-inno-rk3036 +snd-soc-intel-hda-dsp-common +snd-soc-intel-sof-cirrus-common +snd-soc-intel-sof-maxim-common +snd-soc-intel-sof-realtek-common +snd-soc-kbl_da7219_max98357a +snd-soc-kbl_da7219_max98927 +snd-soc-kbl_rt5660 +snd-soc-kbl_rt5663_max98927 +snd-soc-kbl_rt5663_rt5514_max98927 +snd-soc-lpass-macro-common +snd-soc-lpass-rx-macro +snd-soc-lpass-tx-macro +snd-soc-lpass-va-macro +snd-soc-lpass-wsa-macro +snd-soc-max9759 +snd-soc-max98088 +snd-soc-max98090 +snd-soc-max98357a +snd-soc-max98363 +snd-soc-max98373 +snd-soc-max98373-i2c +snd-soc-max98373-sdw +snd-soc-max98388 +snd-soc-max98390 +snd-soc-max98396 +snd-soc-max98504 +snd-soc-max98520 +snd-soc-max9860 +snd-soc-max9867 +snd-soc-max98927 +snd-soc-msm8916-analog +snd-soc-msm8916-digital +snd-soc-mt6351 +snd-soc-mt6358 +snd-soc-mt6660 +snd-soc-nau8315 +snd-soc-nau8540 +snd-soc-nau8810 +snd-soc-nau8821 +snd-soc-nau8822 +snd-soc-nau8824 +snd-soc-nau8825 +snd-soc-pcm1681 +snd-soc-pcm1789-codec +snd-soc-pcm1789-i2c +snd-soc-pcm179x-codec +snd-soc-pcm179x-i2c +snd-soc-pcm179x-spi +snd-soc-pcm186x +snd-soc-pcm186x-i2c +snd-soc-pcm186x-spi +snd-soc-pcm3060 +snd-soc-pcm3060-i2c +snd-soc-pcm3060-spi +snd-soc-pcm3168a +snd-soc-pcm3168a-i2c +snd-soc-pcm3168a-spi +snd-soc-pcm5102a +snd-soc-pcm512x +snd-soc-pcm512x-i2c +snd-soc-pcm512x-spi +snd-soc-peb2466 +snd-soc-ps-mach +snd-soc-rk3328 +snd-soc-rl6231 +snd-soc-rl6347a +snd-soc-rt1011 +snd-soc-rt1015 +snd-soc-rt1015p +snd-soc-rt1019 +snd-soc-rt1308 +snd-soc-rt1308-sdw +snd-soc-rt1316-sdw +snd-soc-rt1318-sdw +snd-soc-rt274 +snd-soc-rt286 +snd-soc-rt298 +snd-soc-rt5514 +snd-soc-rt5514-spi +snd-soc-rt5616 +snd-soc-rt5631 +snd-soc-rt5640 +snd-soc-rt5645 +snd-soc-rt5651 +snd-soc-rt5659 +snd-soc-rt5660 +snd-soc-rt5663 +snd-soc-rt5670 +snd-soc-rt5677 +snd-soc-rt5677-spi +snd-soc-rt5682 +snd-soc-rt5682-i2c +snd-soc-rt5682-sdw +snd-soc-rt5682s +snd-soc-rt700 +snd-soc-rt711 +snd-soc-rt711-sdca +snd-soc-rt712-sdca +snd-soc-rt712-sdca-dmic +snd-soc-rt715 +snd-soc-rt715-sdca +snd-soc-rt722-sdca +snd-soc-rt9120 +snd-soc-sdw-mockup +snd-soc-sgtl5000 +snd-soc-si476x +snd-soc-sigmadsp +snd-soc-sigmadsp-i2c +snd-soc-sigmadsp-regmap +snd-soc-simple-amplifier +snd-soc-simple-card +snd-soc-simple-card-utils +snd-soc-simple-mux +snd-soc-skl +snd-soc-skl-ssp-clk +snd-soc-skl_hda_dsp +snd-soc-skl_nau88l25_ssm4567 +snd-soc-skl_rt286 +snd-soc-sma1303 +snd-soc-sof-sdw +snd-soc-sof-ssp-amp +snd-soc-sof_cs42l42 +snd-soc-sof_da7219_max98373 +snd-soc-sof_es8336 +snd-soc-sof_nau8825 +snd-soc-sof_rt5682 +snd-soc-spdif-rx +snd-soc-spdif-tx +snd-soc-src4xxx +snd-soc-src4xxx-i2c +snd-soc-ssm2305 +snd-soc-ssm2518 +snd-soc-ssm2602 +snd-soc-ssm2602-i2c +snd-soc-ssm2602-spi +snd-soc-ssm4567 +snd-soc-sst-atom-hifi2-platform +snd-soc-sst-bdw-rt5650-mach +snd-soc-sst-bdw-rt5677-mach +snd-soc-sst-bxt-da7219_max98357a +snd-soc-sst-bxt-rt298 +snd-soc-sst-byt-cht-cx2072x +snd-soc-sst-byt-cht-da7213 +snd-soc-sst-byt-cht-es8316 +snd-soc-sst-bytcr-rt5640 +snd-soc-sst-bytcr-rt5651 +snd-soc-sst-bytcr-wm5102 +snd-soc-sst-cht-bsw-max98090_ti +snd-soc-sst-cht-bsw-nau8824 +snd-soc-sst-cht-bsw-rt5645 +snd-soc-sst-cht-bsw-rt5672 +snd-soc-sst-dsp +snd-soc-sst-glk-rt5682_max98357a +snd-soc-sst-ipc +snd-soc-sst-sof-pcm512x +snd-soc-sst-sof-wm8804 +snd-soc-sta32x +snd-soc-sta350 +snd-soc-sti-sas +snd-soc-tas2552 +snd-soc-tas2562 +snd-soc-tas2764 +snd-soc-tas2770 +snd-soc-tas2780 +snd-soc-tas2781-comlib +snd-soc-tas2781-fmwlib +snd-soc-tas2781-i2c +snd-soc-tas5086 +snd-soc-tas571x +snd-soc-tas5720 +snd-soc-tas5805m +snd-soc-tas6424 +snd-soc-tda7419 +snd-soc-tfa9879 +snd-soc-tfa989x +snd-soc-tlv320adc3xxx +snd-soc-tlv320adcx140 +snd-soc-tlv320aic23 +snd-soc-tlv320aic23-i2c +snd-soc-tlv320aic23-spi +snd-soc-tlv320aic31xx +snd-soc-tlv320aic32x4 +snd-soc-tlv320aic32x4-i2c +snd-soc-tlv320aic32x4-spi +snd-soc-tlv320aic3x +snd-soc-tlv320aic3x-i2c +snd-soc-tlv320aic3x-spi +snd-soc-tpa6130a2 +snd-soc-ts3a227e +snd-soc-tscs42xx +snd-soc-tscs454 +snd-soc-uda1334 +snd-soc-wcd-mbhc +snd-soc-wcd9335 +snd-soc-wcd934x +snd-soc-wcd938x +snd-soc-wcd938x-sdw +snd-soc-wm-adsp +snd-soc-wm5102 +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8524 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8731-i2c +snd-soc-wm8731-spi +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8782 +snd-soc-wm8804 +snd-soc-wm8804-i2c +snd-soc-wm8804-spi +snd-soc-wm8903 +snd-soc-wm8904 +snd-soc-wm8940 +snd-soc-wm8960 +snd-soc-wm8961 +snd-soc-wm8962 +snd-soc-wm8974 +snd-soc-wm8978 +snd-soc-wm8985 +snd-soc-wsa881x +snd-soc-wsa883x +snd-soc-wsa884x +snd-soc-xlnx-formatter-pcm +snd-soc-xlnx-i2s +snd-soc-xlnx-spdif +snd-soc-xtfpga-i2s +snd-soc-zl38060 +snd-sof +snd-sof-acpi +snd-sof-acpi-intel-bdw +snd-sof-acpi-intel-byt +snd-sof-amd-acp +snd-sof-amd-rembrandt +snd-sof-amd-renoir +snd-sof-intel-atom +snd-sof-intel-hda +snd-sof-intel-hda-common +snd-sof-intel-hda-mlink +snd-sof-pci +snd-sof-pci-intel-apl +snd-sof-pci-intel-cnl +snd-sof-pci-intel-icl +snd-sof-pci-intel-mtl +snd-sof-pci-intel-skl +snd-sof-pci-intel-tgl +snd-sof-pci-intel-tng +snd-sof-probes +snd-sof-utils +snd-sof-xtensa-dsp +snd-sonicvibes +snd-timer +snd-trident +snd-ua101 +snd-ump +snd-usb-6fire +snd-usb-audio +snd-usb-caiaq +snd-usb-hiface +snd-usb-line6 +snd-usb-pod +snd-usb-podhd +snd-usb-toneport +snd-usb-us122l +snd-usb-usx2y +snd-usb-variax +snd-usbmidi-lib +snd-util-mem +snd-via82xx +snd-via82xx-modem +snd-virmidi +snd-virtuoso +snd-vx-lib +snd-vx222 +snd-vxpocket +snd-ymfpci +snd_xen_front +snet_vdpa +snic +snps_udc_core +soc_button_array +softdog +softing +softing_cs +solo6x10 +solos-pci +sony-btf-mpx +sony-laptop +soundcore +soundwire-amd +soundwire-bus +soundwire-cadence +soundwire-generic-allocation +soundwire-intel +soundwire-qcom +sp2 +sp5100_tco +sp8870 +sp887x +spaceball +spaceorb +sparse-keymap +spcp8x5 +speakup +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_dectlk +speakup_dummy +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +spectrum_cs +speedfax +speedstep-lib +speedtch +spi-altera-core +spi-altera-dfl +spi-altera-platform +spi-amd +spi-axi-spi-engine +spi-bitbang +spi-butterfly +spi-cadence +spi-dln2 +spi-dw +spi-dw-mmio +spi-dw-pci +spi-gpio +spi-intel +spi-intel-pci +spi-intel-platform +spi-lantiq-ssc +spi-lm70llp +spi-loopback-test +spi-microchip-core +spi-microchip-core-qspi +spi-mux +spi-mxic +spi-nor +spi-oc-tiny +spi-pci1xxxx +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-sc18is602 +spi-sifive +spi-slave-system-control +spi-slave-time +spi-tle62x0 +spi-xcomm +spi-zynqmp-gqspi +spi_ks8995 +spidev +spinand +spl +spmi +sprd_serial +sps30 +sps30_i2c +sps30_serial +sr9700 +sr9800 +srf04 +srf08 +ssb +ssb-hcd +ssd1307fb +ssd130x +ssd130x-i2c +ssd130x-spi +ssfdc +ssp_accel_sensor +ssp_gyro_sensor +ssp_iio +sst25l +sstfb +ssu100 +st +st-mipid02 +st-nci +st-nci_i2c +st-nci_spi +st1232 +st21nfca_hci +st21nfca_i2c +st7586 +st7735r +st95hf +st_accel +st_accel_i2c +st_accel_spi +st_drv +st_gyro +st_gyro_i2c +st_gyro_spi +st_lsm6dsx +st_lsm6dsx_i2c +st_lsm6dsx_i3c +st_lsm6dsx_spi +st_lsm9ds0 +st_lsm9ds0_i2c +st_lsm9ds0_spi +st_magn +st_magn_i2c +st_magn_spi +st_pressure +st_pressure_i2c +st_pressure_spi +st_sensors +st_sensors_i2c +st_sensors_spi +st_uvis25_core +st_uvis25_i2c +st_uvis25_spi +starfire +stb0899 +stb6000 +stb6100 +ste10Xp +stex +stinger +stk1160 +stk3310 +stk8312 +stk8ba50 +stm_console +stm_core +stm_ftrace +stm_heartbeat +stm_p_basic +stm_p_sys-t +stmfts +stmmac +stmmac-pci +stmmac-platform +stowaway +stp +stpddc60 +streamzap +streebog_generic +stts751 +stusb160x +stv0288 +stv0297 +stv0299 +stv0367 +stv0900 +stv090x +stv0910 +stv6110 +stv6110x +stv6111 +stx104 +sundance +sungem +sungem_phy +sunhme +suni +sunkbd +sunrise_co2 +sunrpc +sur40 +surface3-wmi +surface3_power +surface3_spi +surface_acpi_notify +surface_aggregator +surface_aggregator_cdev +surface_aggregator_hub +surface_aggregator_registry +surface_aggregator_tabletsw +surface_battery +surface_charger +surface_dtx +surface_gpe +surface_hid +surface_hid_core +surface_hotplug +surface_kbd +surface_platform_profile +surfacepro3_button +svc-i3c-master +svgalib +switchtec +sx8654 +sx9310 +sx9324 +sx9360 +sx9500 +sx_common +sy7636a-hwmon +sy7636a-regulator +sym53c500_cs +sym53c8xx +symbolserial +synaptics_i2c +synaptics_usb +synclink_gt +system76_acpi +sysv +t5403 +tag_ar9331 +tag_brcm +tag_dsa +tag_gswip +tag_hellcreek +tag_ksz +tag_lan9303 +tag_mtk +tag_none +tag_ocelot +tag_ocelot_8021q +tag_qca +tag_rtl4_a +tag_rtl8_4 +tag_rzn1_a5psw +tag_sja1105 +tag_trailer +tag_xrs700x +tap +target_core_file +target_core_iblock +target_core_mod +target_core_pscsi +target_core_user +tc-dwc-g210 +tc-dwc-g210-pci +tc358743 +tc358746 +tc654 +tc74 +tc90522 +tca6416-keypad +tca8418_keypad +tcan4x5x +tcm_fc +tcm_loop +tcm_qla2xxx +tcm_remote +tcm_usb_gadget +tcp_bbr +tcp_bic +tcp_cdg +tcp_dctcp +tcp_diag +tcp_highspeed +tcp_htcp +tcp_hybla +tcp_illinois +tcp_lp +tcp_nv +tcp_scalable +tcp_vegas +tcp_veno +tcp_westwood +tcp_yeah +tcpci +tcpci_maxim +tcpci_mt6360 +tcpci_mt6370 +tcpci_rt1711h +tcpm +tcrypt +tcs3414 +tcs3472 +tda10021 +tda10023 +tda10048 +tda1004x +tda10071 +tda10086 +tda18212 +tda18218 +tda18250 +tda18271 +tda18271c2dd +tda1997x +tda38640 +tda665x +tda7432 +tda8083 +tda8261 +tda826x +tda827x +tda8290 +tda9840 +tda9887 +tda9950 +tda998x +tdfxfb +tdo24m +tdx-guest +tea575x +tea5761 +tea5767 +tea6415c +tea6420 +team +team_mode_activebackup +team_mode_broadcast +team_mode_loadbalance +team_mode_random +team_mode_roundrobin +tee +tef6862 +tehuti +teranetics +test_blackhole_dev +test_bpf +test_power +tg3 +thermal-generic-adc +think-lmi +thinkpad_acpi +thmc50 +ths7303 +ths8200 +thunder_bgx +thunder_xcv +thunderbolt +thunderbolt_net +ti-adc081c +ti-adc0832 +ti-adc084s021 +ti-adc108s102 +ti-adc12138 +ti-adc128s052 +ti-adc161s626 +ti-ads1015 +ti-ads1100 +ti-ads124s08 +ti-ads131e08 +ti-ads7924 +ti-ads7950 +ti-ads8344 +ti-ads8688 +ti-dac082s085 +ti-dac5571 +ti-dac7311 +ti-dac7612 +ti-lmp92064 +ti-lmu +ti-tlc4541 +ti-tsc2046 +ti_am335x_adc +ti_am335x_tsc +ti_am335x_tscadc +ti_usb_3410_5052 +tifm_7xx1 +tifm_core +tifm_ms +tifm_sd +timeriomem-rng +tipc +tlan +tlclk +tls +tlv320aic23b +tm2-touchkey +tmag5273 +tmdc +tmp006 +tmp007 +tmp102 +tmp103 +tmp108 +tmp117 +tmp401 +tmp421 +tmp464 +tmp513 +topstar-laptop +toshiba_acpi +toshiba_bluetooth +toshiba_haps +toshsd +touchit213 +touchright +touchwin +tpci200 +tpl0102 +tpm_atmel +tpm_i2c_atmel +tpm_i2c_infineon +tpm_i2c_nuvoton +tpm_infineon +tpm_nsc +tpm_st33zp24 +tpm_st33zp24_i2c +tpm_st33zp24_spi +tpm_tis_i2c +tpm_tis_i2c_cr50 +tpm_tis_spi +tpm_vtpm_proxy +tps23861 +tps40422 +tps51632-regulator +tps53679 +tps546d24 +tps6105x +tps6105x-regulator +tps62360-regulator +tps65010 +tps65023-regulator +tps6507x +tps6507x-regulator +tps6507x-ts +tps65086 +tps65086-regulator +tps65090-charger +tps65090-regulator +tps65132-regulator +tps6524x-regulator +tps6586x-regulator +tps65910-regulator +tps65912-regulator +tps6594-core +tps6594-esm +tps6594-i2c +tps6594-pfsm +tps6594-spi +tps6598x +tps68470-regulator +tqmx86 +tqmx86_wdt +trace-printk +trancevibrator +trf7970a +tridentfb +ts2020 +ts_bm +ts_fsm +ts_kmp +tsc2004 +tsc2005 +tsc2007 +tsc200x-core +tsc40 +tsi721_mport +tsl2550 +tsl2563 +tsl2583 +tsl2591 +tsl2772 +tsl4531 +tsnep +tsys01 +tsys02d +ttm +ttpci-eeprom +ttusb_dec +ttusbdecfe +ttusbir +ttynull +tua6100 +tua9001 +tulip +tuner +tuner-simple +tuner-types +tunnel4 +tunnel6 +turbografx +tvaudio +tveeprom +tvp514x +tvp5150 +tvp7002 +tw2804 +tw5864 +tw68 +tw686x +tw9903 +tw9906 +tw9910 +twidjoy +twl-regulator +twl4030-madc +twl4030-pwrbutton +twl4030-vibra +twl4030_charger +twl4030_keypad +twl4030_madc_battery +twl4030_wdt +twl6030-gpadc +twl6030-regulator +twl6040-vibra +twofish-avx-x86_64 +twofish-x86_64 +twofish-x86_64-3way +twofish_common +twofish_generic +txgbe +typec +typec_displayport +typec_nvidia +typec_ucsi +typec_wcove +typhoon +uPD60620 +u_audio +u_ether +u_serial +uacce +uartlite +uas +ubi +ubifs +ublk_drv +ubuntu-host +ucan +ucd9000 +ucd9200 +ucsi_acpi +ucsi_ccg +ucsi_stm32g0 +uda1342 +udc-core +udf +udl +udlfb +udp_diag +udp_tunnel +ueagle-atm +ufs +ufshcd-core +ufshcd-dwc +ufshcd-pci +ufshcd-pltfrm +ug3105_battery +uhid +uio +uio_aec +uio_cif +uio_dfl +uio_dmem_genirq +uio_hv_generic +uio_mf624 +uio_netx +uio_pci_generic +uio_pdrv_genirq +uio_pruss +uio_sercos3 +uleds +uli526x +ulpi +ums-alauda +ums-cypress +ums-datafab +ums-eneub6250 +ums-freecom +ums-isd200 +ums-jumpshot +ums-karma +ums-onetouch +ums-realtek +ums-sddr09 +ums-sddr55 +ums-usbat +unix_diag +upd64031a +upd64083 +upd78f0730 +us5182d +usb-conn-gpio +usb-serial-simple +usb-storage +usb251xb +usb3503 +usb4604 +usb8xxx +usb_8dev +usb_debug +usb_f_acm +usb_f_ecm +usb_f_ecm_subset +usb_f_eem +usb_f_fs +usb_f_hid +usb_f_mass_storage +usb_f_midi +usb_f_ncm +usb_f_obex +usb_f_phonet +usb_f_printer +usb_f_rndis +usb_f_serial +usb_f_ss_lb +usb_f_tcm +usb_f_uac1 +usb_f_uac1_legacy +usb_f_uac2 +usb_f_uvc +usb_wwan +usbatm +usbdux +usbduxfast +usbduxsigma +usbhid +usbip-core +usbip-host +usbip-vudc +usbkbd +usblcd +usblp +usbmon +usbmouse +usbnet +usbserial +usbsevseg +usbtest +usbtmc +usbtouchscreen +usbtv +usdhi6rol0 +userio +userspace-consumer +ushc +usnic_verbs +uss720 +uv_mmtimer +uv_sysfs +uvc +uvcvideo +uvesafb +v4l2-async +v4l2-dv-timings +v4l2-flash-led-class +v4l2-fwnode +v4l2-mem2mem +v4l2-tpg +v4l2loopback +vboxguest +vboxsf +vboxvideo +vcan +vcnl3020 +vcnl4000 +vcnl4035 +vdpa +vdpa_sim +vdpa_sim_blk +vdpa_sim_net +vduse +veml6030 +veml6070 +ves1820 +ves1x93 +veth +vf610_adc +vf610_dac +vfio +vfio-pci +vfio-pci-core +vfio_iommu_type1 +vga16fb +vgastate +vgem +vgg2432a4 +vhci-hcd +vhost +vhost_iotlb +vhost_net +vhost_scsi +vhost_vdpa +vhost_vsock +via-camera +via-cputemp +via-rhine +via-rng +via-sdmmc +via-velocity +via686a +via_wdt +viafb +vicodec +video +video-i2c +videobuf-core +videobuf-dma-sg +videobuf2-common +videobuf2-dma-contig +videobuf2-dma-sg +videobuf2-dvb +videobuf2-memops +videobuf2-v4l2 +videobuf2-vmalloc +videodev +vim2m +vimc +viperboard +viperboard_adc +virt_wifi +virtio-gpu +virtio-rng +virtio_bt +virtio_crypto +virtio_dma_buf +virtio_input +virtio_mem +virtio_pmem +virtio_rpmsg_bus +virtio_snd +virtio_vdpa +virtiofs +virtual +virtual_ncidev +visl +visor +vitesse +vitesse-vsc73xx-core +vitesse-vsc73xx-platform +vitesse-vsc73xx-spi +vivid +vkms +vl53l0x-i2c +vl6180 +vmac +vmd +vme_fake +vme_tsi148 +vme_user +vmgenid +vmk80xx +vmlfb +vmw_balloon +vmw_pvrdma +vmw_pvscsi +vmw_vmci +vmw_vsock_virtio_transport +vmw_vsock_virtio_transport_common +vmw_vsock_vmci_transport +vmwgfx +vmxnet3 +vp27smpx +vp_vdpa +vport-geneve +vport-gre +vport-vxlan +vpx3220 +vrf +vringh +vsock +vsock_diag +vsock_loopback +vsockmon +vsxxxaa +vt1211 +vt6655_stage +vt6656_stage +vt8231 +vt8623fb +vub300 +vx855 +vxcan +vxlan +vz89x +w1-gpio +w1_ds2405 +w1_ds2406 +w1_ds2408 +w1_ds2413 +w1_ds2423 +w1_ds2430 +w1_ds2431 +w1_ds2433 +w1_ds2438 +w1_ds250x +w1_ds2780 +w1_ds2781 +w1_ds2805 +w1_ds28e04 +w1_ds28e17 +w1_smem +w1_therm +w5100 +w5100-spi +w5300 +w6692 +w83627ehf +w83627hf +w83627hf_wdt +w83773g +w83781d +w83791d +w83792d +w83793 +w83795 +w83877f_wdt +w83977f_wdt +w83l785ts +w83l786ng +wacom +wacom_i2c +wacom_serial4 +wacom_w8001 +wafer5823wdt +walkera0701 +wanxl +warrior +wbsd +wcd934x +wcn36xx +wd719x +wdat_wdt +wdt87xx_i2c +wdt_pci +wfx +whiteheat +wil6210 +wilc1000 +wilc1000-sdio +wilc1000-spi +wilco-charger +wilco_ec +wilco_ec_debugfs +wilco_ec_events +wilco_ec_telem +winbond-840 +winbond-cir +winmate-fm07-keys +wire +wireguard +wireless-hotkey +wishbone-serial +wl1251 +wl1251_sdio +wl1251_spi +wl1273-core +wl12xx +wl18xx +wl3501_cs +wlcore +wlcore_sdio +wm831x-dcdc +wm831x-hwmon +wm831x-isink +wm831x-ldo +wm831x-on +wm831x-ts +wm831x_backup +wm831x_bl +wm831x_power +wm831x_wdt +wm8350-hwmon +wm8350-regulator +wm8350_power +wm8350_wdt +wm8400-regulator +wm8739 +wm8775 +wm8994 +wm8994-regulator +wm97xx-ts +wmi +wmi-bmof +wp512 +wpcm450-soc +wusb3801 +wwan +wwan_hwsim +x25 +x38_edac +x86-android-tablets +x86_pkg_temp_thermal +x9250 +x_tables +xbox_remote +xc2028 +xc4000 +xc5000 +xcbc +xctr +xdma +xdpe12284 +xdpe152c4 +xen-blkback +xen-evtchn +xen-fbfront +xen-front-pgdir-shbuf +xen-gntalloc +xen-gntdev +xen-hcd +xen-kbdfront +xen-netback +xen-pciback +xen-pcifront +xen-privcmd +xen-scsiback +xen-scsifront +xen-tpmfront +xen_wdt +xenfs +xfrm4_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_compat +xfrm_interface +xfrm_ipcomp +xfrm_user +xfs +xgene-hwmon +xhci-pci +xhci-pci-renesas +xhci-plat-hcd +xiaomi-wmi +xilinx-pr-decoupler +xilinx-spi +xilinx-xadc +xilinx_emac +xilinx_emaclite +xilinx_gmii2rgmii +xilinx_sdfec +xillybus_class +xillybus_core +xillybus_pcie +xillyusb +xiphera-trng +xirc2ps_cs +xircom_cb +xlnx_vcu +xor +xp +xpad +xpc +xpnet +xr_serial +xrs700x +xrs700x_i2c +xrs700x_mdio +xsens_mt +xsk_diag +xt_AUDIT +xt_CHECKSUM +xt_CLASSIFY +xt_CONNSECMARK +xt_CT +xt_DSCP +xt_HL +xt_HMARK +xt_IDLETIMER +xt_LED +xt_LOG +xt_MASQUERADE +xt_NETMAP +xt_NFLOG +xt_NFQUEUE +xt_RATEEST +xt_REDIRECT +xt_SECMARK +xt_TCPMSS +xt_TCPOPTSTRIP +xt_TEE +xt_TPROXY +xt_TRACE +xt_addrtype +xt_bpf +xt_cgroup +xt_cluster +xt_comment +xt_connbytes +xt_connlabel +xt_connlimit +xt_connmark +xt_conntrack +xt_cpu +xt_dccp +xt_devgroup +xt_dscp +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_ipcomp +xt_iprange +xt_ipvs +xt_l2tp +xt_length +xt_limit +xt_mac +xt_mark +xt_multiport +xt_nat +xt_nfacct +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_realm +xt_recent +xt_sctp +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_tcpudp +xt_time +xt_u32 +xtkbd +xusbatm +xxhash_generic +xz_dec_test +yam +yamaha-yas530 +yealink +yellowfin +yenta_socket +yurex +z3fold +zaurus +zd1201 +zd1211rw +zd1301 +zd1301_demod +zet6223 +zforce_ts +zfs +zhenhua +ziirave_wdt +zinitix +zl10036 +zl10039 +zl10353 +zl6100 +zonefs +zopt2201 +zpa2326 +zpa2326_i2c +zpa2326_spi +zram +zstd --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency-hwe-6.5/abi/amd64/lowlatency.modules.builtin +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency-hwe-6.5/abi/amd64/lowlatency.modules.builtin @@ -0,0 +1,284 @@ +8250 +8250_base +8250_mid +8250_pci +8250_rt288x +ac +acpi-cpufreq +acpi_dbg +acpi_mdio +aead +aes_generic +af_packet +agpgart +akcipher +amd64-agp +asiliantfb +asn1_decoder +asn1_encoder +ata_generic +ata_piix +atkbd +backlight +battery +bcm84881 +binfmt_script +bitrev +bsg +button +cbc +cdrom +cfbcopyarea +cfbfillrect +cfbimgblt +charger-manager +cn +configfs +cpufreq_conservative +cpufreq_ondemand +cpufreq_performance +cpufreq_powersave +cpufreq_userspace +crc-ccitt +crc-t10dif +crc16 +crc32 +crc32c-intel +crc32c_generic +crc64 +crc64-rocksoft +crc64_rocksoft_generic +crct10dif_common +crct10dif_generic +crypto +crypto_acompress +crypto_algapi +crypto_hash +crypto_null +cryptomgr +ctr +cts +da9063 +dax +deflate +dh_generic +digsig +dm-mod +dns_resolver +drbg +drm_mipi_dsi +drm_panel_orientation_quirks +drop_monitor +dwc2 +ecb +ecryptfs +edac_core +edd +efivarfs +ehci-hcd +ehci-pci +ehci-platform +elants_i2c +encrypted-keys +evdev +exportfs +ext4 +extcon-core +failover +fan +fat +fb +fb_sys_fops +fbdev +fddi +firmware_class +fixed_phy +font +fuse +fwnode_mdio +gcm +geniv +gf128mul +ghash-generic +ghes_edac +glob +governor_passive +governor_performance +governor_powersave +governor_simpleondemand +governor_userspace +gpio-crystalcove +gpio-generic +grant-dma-ops +hed +hid_bpf +hmac +hsu_dma +hwmon +i2c-core +i2c-designware-core +i2c-designware-platform +i2c-dev +i8042 +imsttfb +input-core +intel-agp +intel-gtt +intel-uncore +intel_pmc_core +intel_pmc_core_pltdrv +iosf_mbi +iova +ipv6 +jbd2 +jitterentropy_rng +kdf_sp800108 +kgdboc +kpp +led-class +libaes +libata +libcryptoutils +libnvdimm +libphy +libps2 +libsha1 +libsha256 +linear_ranges +loop +lz4_decompress +lzo +lzo-rle +lzo_compress +lzo_decompress +max14577 +max310x +max77693 +mbcache +md-mod +md5 +mdio_devres +mfd-core +mmc_core +mousedev +mpi +mq-deadline +n_null +nd_e820 +net_failover +nls_base +nls_cp437 +ohci-hcd +ohci-pci +ohci-platform +oid_registry +palmas +pata_sis +pcc-cpufreq +pinctrl-cherryview +pinctrl-intel +pkcs7_message +powernow-k8 +ppp_generic +pps_core +pretimeout_noop +processor +pstore +ptp +public_key +pwm-lpss +pwm-lpss-pci +pwm-lpss-platform +rapidio +rational +regmap-i2c +regmap-mmio +regmap-spi +rfkill +rng +rng-core +roles +rsa_generic +rtc-cmos +sccnxp +scsi_common +scsi_mod +sd_mod +selftests +seqiv +serdev +serial_base +serial_mctrl_gpio +serio +sg +sha1_generic +sha256_generic +sha3_generic +sha512-ssse3 +sha512_generic +sig +skcipher +slhc +speedstep-centrino +squashfs +sr_mod +syscopyarea +sysfillrect +sysimgblt +t10-pi +tcp_cubic +thermal +tpm +tpm_crb +tpm_tis +tpm_tis_core +tps65912-core +tps65912-i2c +tps65912-spi +trusted +ttyprintk +tun +ucs2_string +uhci-hcd +uinput +unix +usb-common +usbcore +utf8data +vesafb +vfat +vgacon +via-agp +virt-dma +virtio +virtio-iommu +virtio_balloon +virtio_blk +virtio_console +virtio_mmio +virtio_net +virtio_pci +virtio_pci_legacy_dev +virtio_pci_modern_dev +virtio_ring +virtio_scsi +vivaldi-fmap +watchdog +wwnr +x509_key_parser +xen-acpi-processor +xen-blkfront +xen-netfront +xenbus +xenbus_probe_frontend +xhci-hcd +xts +xxhash +xz_dec +zbud +zlib_deflate +zlib_inflate +zsmalloc +zstd_common +zstd_compress +zstd_decompress --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency-hwe-6.5/abi/amd64/lowlatency.retpoline +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency-hwe-6.5/abi/amd64/lowlatency.retpoline @@ -0,0 +1 @@ +# retpoline v1.0 --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency-hwe-6.5/abi/arm64/lowlatency +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency-hwe-6.5/abi/arm64/lowlatency @@ -0,0 +1,28853 @@ +ACPI EXPORT_SYMBOL_GPL 0xa6af1390 acpi_table_parse_cedt vmlinux +BRCMFMAC EXPORT_SYMBOL_GPL 0x86c43f6a brcmf_fwvid_unregister_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +BRCMFMAC EXPORT_SYMBOL_GPL 0xabb38f62 brcmf_fwvid_register_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +COUNTER EXPORT_SYMBOL_GPL 0x29cfc8cd counter_push_event drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x32d7df58 counter_put drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x343a1999 counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x3fd48148 counter_priv drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x45871b78 devm_counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x5aa6c4bc counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x602b42a4 counter_unregister drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xa6a514e9 devm_counter_alloc drivers/counter/counter +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x026b6634 otx2_cptlf_set_irqs_affinity drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x197d5dcd otx2_cptlf_unregister_interrupts drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x279ce067 cn10k_cptvf_lmtst_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x2e299f68 otx2_cptlf_shutdown drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x3df7d744 otx2_cptlf_free_irqs_affinity drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x3e39885d otx2_cpt_send_ready_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x3e744311 otx2_cpt_send_af_reg_requests drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x53a5db6a otx2_cpt_add_write_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x587182df otx2_cpt_read_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x6e80cb84 otx2_cpt_write_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xb9784117 cn10k_cptpf_lmtst_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xc39f5ed4 otx2_cptlf_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xd9fa027c otx2_cptlf_register_interrupts drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xdeec7a86 otx2_cpt_detach_rsrcs_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xe0b785cf otx2_cpt_msix_offset_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xe16b1abc otx2_cpt_send_mbox_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xf65fabbe otx2_cpt_sync_mbox_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x199e6c97 crypto_cipher_setkey vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x4367e96d crypto_cipher_encrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0xdf1b6a0a crypto_cipher_decrypt_one vmlinux +CXL EXPORT_SYMBOL_GPL 0x02b97e60 cxl_endpoint_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x030ac859 devm_cxl_add_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0358b9d1 is_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x055c6ee3 cxl_mem_active_inc vmlinux +CXL EXPORT_SYMBOL_GPL 0x076a2233 devm_cxl_enumerate_ports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x14e53d61 devm_cxl_enumerate_decoders drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1734dc5b read_cdat_data drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x18e38ac9 devm_cxl_add_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1a6a1468 cxl_map_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1b2fbc2d devm_cxl_add_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1cb11d98 cxl_poison_state_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x211dacac cxl_trigger_poison_list drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x23800324 devm_cxl_port_enumerate_dports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x24784317 devm_cxl_sanitize_setup_notifier drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2a73912a to_cxl_dax_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2d85db2f cxl_memdev_state_create drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x33e2aa93 cxl_mem_active_dec vmlinux +CXL EXPORT_SYMBOL_GPL 0x34ac8b3a is_cxl_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x36b90990 is_cxl_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3895731f cxl_port_to_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3afb32bc cxl_endpoint_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x42017e64 cxl_dvsec_rr_decode drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x44fdabfa cxl_rcd_component_reg_phys drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x467339fd __cxl_driver_register drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x49a93bc2 cxl_dev_state_identify drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4a152496 to_cxl_switch_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4d6fc588 set_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4ec83ee0 cxl_hb_modulo drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5156867f cxl_enumerate_cmds drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x524ddbeb is_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x537a1c63 cxl_decoder_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x548d7643 cxl_root_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x557e9fa7 to_cxl_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x58777ff2 is_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x59984880 cxl_driver_unregister drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5e69f2b7 cxl_switch_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x607fa634 cxl_mem_get_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x610367ac cxl_decoder_add_locked drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x642e386e devm_cxl_add_rch_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6f4ed501 schedule_cxl_memdev_detach drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x701bbaad cxl_bus_rescan drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x77ec02ee cxl_mem_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7bf8ccc5 cxl_clear_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7c0bc222 cxl_map_pmu_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7d9f7080 devm_cxl_add_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7da61e03 is_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7fa19cc4 alloc_free_mem_region vmlinux +CXL EXPORT_SYMBOL_GPL 0x8078e22a devm_cxl_setup_fw_upload drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x84b45156 insert_resource_expand_to_fit vmlinux +CXL EXPORT_SYMBOL_GPL 0x84d86a3c is_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x93131236 cxl_error_detected drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9393aa58 cxl_inject_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x98628ac8 cxl_bus_drain drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9ac0e131 cxl_add_to_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9cd950c1 cxl_bus_type drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa18ebce9 to_cxl_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xac53d75a cxl_decoder_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb2281cf0 is_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb39f0a13 cxl_debugfs_create_dir drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb3b36958 cxl_await_media_ready drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb4313551 devm_cxl_add_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb61049cd cxl_probe_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb780fbd5 cxl_find_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbc0351b0 devm_cxl_dpa_reserve drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbc296f69 cxl_find_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbcd6ed53 cxl_find_regblock_instance drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbe412c2f cxl_probe_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc1366453 clear_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc3006718 to_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc45df83b devm_cxl_register_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc46f11d4 cxl_map_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc65c9753 cxl_mem_get_event_records drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc7270d9a to_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc78fc80e cxl_dpa_debug drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcb0ed6aa cxl_set_timestamp drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcb50309c cxl_hdm_decode_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xccd22df7 devm_cxl_add_passthrough_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd76ae243 devm_cxl_setup_hdm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe0ccbe44 to_cxl_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe137e6a7 devm_cxl_pmu_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe231de7d cxl_internal_send_cmd drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe2ca572b cxl_pci_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe761c958 cxl_cor_error_detected drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe94fe96c is_switch_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe9fd9dbb cxl_mem_create_range_info drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf1786148 to_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf21d2c7c to_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf3a6955d cxl_setup_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf7db9a2e cxl_count_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf9e8265b find_cxl_root drivers/cxl/core/cxl_core +DMA_BUF EXPORT_SYMBOL_GPL 0x280d4f6a dma_buf_unmap_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x3e0b9622 dma_buf_dynamic_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x3e2d75bc dma_buf_get vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x59307873 dma_buf_begin_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x5e05d96c dma_buf_vmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x6a43817e dma_buf_pin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x6ede59db dma_buf_unmap_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x70e32b75 dma_buf_vunmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x7a3f2686 dma_buf_vunmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x8310e466 dma_buf_end_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x860e8240 dma_buf_move_notify vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x8a3a77ef dma_buf_vmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xad81964b dma_buf_detach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xcc8d8d52 dma_buf_put vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xd617d3a7 dma_buf_unpin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xe13c0b05 dma_buf_map_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xf1e8deed dma_buf_export vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xf6288330 dma_buf_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xf6f906c6 dma_buf_mmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xf98a989c dma_buf_map_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xf9cdfd9a dma_buf_fd vmlinux +DRM_SSD130X EXPORT_SYMBOL_GPL 0x33cf1f58 ssd130x_variants drivers/gpu/drm/solomon/ssd130x +EFIVAR EXPORT_SYMBOL_GPL 0x02cfcd2e efivar_trylock vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0x11940489 efivar_set_variable vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0x2303b915 efivar_lock vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0x5a3c9dbb efivar_get_variable vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xa336852c efivar_get_next_variable vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xc961bff7 efivar_unlock vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xee5240dc efivar_query_variable_info vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xefc77711 efivar_set_variable_locked vmlinux +EXPORT_SYMBOL arch/arm64/crypto/aes-ce-cipher 0x68f275ad ce_aes_expandkey +EXPORT_SYMBOL arch/arm64/crypto/aes-ce-cipher 0x8d87e7c5 ce_aes_setkey +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0x52d67a4e neon_aes_cbc_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xb8c706a6 neon_aes_ctr_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xd5f41819 neon_aes_ecb_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xea11590c neon_aes_xts_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xefc32a9b neon_aes_xts_decrypt +EXPORT_SYMBOL arch/arm64/crypto/chacha-neon 0x220b49ab chacha_crypt_arch +EXPORT_SYMBOL arch/arm64/crypto/chacha-neon 0xdc94f829 chacha_init_arch +EXPORT_SYMBOL arch/arm64/crypto/chacha-neon 0xdd8ec6bd hchacha_block_arch +EXPORT_SYMBOL arch/arm64/crypto/poly1305-neon 0x1c3e6e5b poly1305_init_arch +EXPORT_SYMBOL arch/arm64/crypto/poly1305-neon 0x6ddf27bc poly1305_update_arch +EXPORT_SYMBOL arch/arm64/crypto/poly1305-neon 0xf39f5240 poly1305_final_arch +EXPORT_SYMBOL arch/arm64/crypto/sha256-arm64 0xb455924d sha256_block_data_order +EXPORT_SYMBOL arch/arm64/crypto/sm4-ce 0x0fca045b sm4_ce_expand_key +EXPORT_SYMBOL arch/arm64/crypto/sm4-ce 0x7155f33f sm4_ce_cbc_enc +EXPORT_SYMBOL arch/arm64/crypto/sm4-ce 0xe609a0d5 sm4_ce_crypt_block +EXPORT_SYMBOL arch/arm64/crypto/sm4-ce 0xed1f9633 sm4_ce_cfb_enc +EXPORT_SYMBOL arch/arm64/lib/xor-neon 0xdb786e41 xor_block_inner_neon +EXPORT_SYMBOL crypto/blake2b_generic 0x32e24c8a blake2b_compress_generic +EXPORT_SYMBOL crypto/ecc 0x16e410ff vli_from_be64 +EXPORT_SYMBOL crypto/ecc 0x188a1647 ecc_is_pubkey_valid_full +EXPORT_SYMBOL crypto/ecc 0x1a5faa3a vli_mod_inv +EXPORT_SYMBOL crypto/ecc 0x4c281912 vli_is_zero +EXPORT_SYMBOL crypto/ecc 0x671f7aa5 ecc_is_key_valid +EXPORT_SYMBOL crypto/ecc 0x7c0fbb00 vli_mod_mult_slow +EXPORT_SYMBOL crypto/ecc 0x8261eccb ecc_get_curve25519 +EXPORT_SYMBOL crypto/ecc 0x8e688192 ecc_alloc_point +EXPORT_SYMBOL crypto/ecc 0x90cdc197 ecc_free_point +EXPORT_SYMBOL crypto/ecc 0x9263b417 ecc_point_mult_shamir +EXPORT_SYMBOL crypto/ecc 0x92668805 vli_cmp +EXPORT_SYMBOL crypto/ecc 0x932b6ff7 vli_num_bits +EXPORT_SYMBOL crypto/ecc 0x9f6efabd vli_sub +EXPORT_SYMBOL crypto/ecc 0xa76b31a2 crypto_ecdh_shared_secret +EXPORT_SYMBOL crypto/ecc 0xb10fc19e ecc_get_curve +EXPORT_SYMBOL crypto/ecc 0xd6315f31 ecc_gen_privkey +EXPORT_SYMBOL crypto/ecc 0xd94c8eb5 ecc_point_is_zero +EXPORT_SYMBOL crypto/ecc 0xde867c29 ecc_is_pubkey_valid_partial +EXPORT_SYMBOL crypto/ecc 0xeac9b99a vli_from_le64 +EXPORT_SYMBOL crypto/ecc 0xed4ae15e ecc_make_pub_key +EXPORT_SYMBOL crypto/nhpoly1305 0x0843ccf4 crypto_nhpoly1305_final_helper +EXPORT_SYMBOL crypto/nhpoly1305 0x1bc9d5cb crypto_nhpoly1305_update +EXPORT_SYMBOL crypto/nhpoly1305 0x7bc02a32 crypto_nhpoly1305_init +EXPORT_SYMBOL crypto/nhpoly1305 0xb6335619 crypto_nhpoly1305_final +EXPORT_SYMBOL crypto/nhpoly1305 0xd60f238f crypto_nhpoly1305_update_helper +EXPORT_SYMBOL crypto/nhpoly1305 0xfd2a7bc5 crypto_nhpoly1305_setkey +EXPORT_SYMBOL crypto/sm4 0x2b098da5 crypto_sm4_ck +EXPORT_SYMBOL crypto/sm4 0x7931a202 crypto_sm4_fk +EXPORT_SYMBOL crypto/sm4 0xf4fd3bd2 crypto_sm4_sbox +EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks +EXPORT_SYMBOL drivers/acpi/nfit/nfit 0x06848c60 to_nfit_uuid +EXPORT_SYMBOL drivers/acpi/video 0x214c0755 acpi_video_get_levels +EXPORT_SYMBOL drivers/acpi/video 0x45b61916 acpi_video_register_backlight +EXPORT_SYMBOL drivers/acpi/video 0x7a45377b acpi_video_unregister +EXPORT_SYMBOL drivers/acpi/video 0x7cc484a5 acpi_video_handles_brightness_key_presses +EXPORT_SYMBOL drivers/acpi/video 0x7de7bf50 __acpi_video_get_backlight_type +EXPORT_SYMBOL drivers/acpi/video 0x8826c13b acpi_video_register +EXPORT_SYMBOL drivers/acpi/video 0xd03a2661 acpi_video_get_edid +EXPORT_SYMBOL drivers/atm/suni 0x65d702b0 suni_init +EXPORT_SYMBOL drivers/bcma/bcma 0x1429a699 bcma_core_dma_translation +EXPORT_SYMBOL drivers/bcma/bcma 0xff8f5218 bcma_core_irq +EXPORT_SYMBOL drivers/block/drbd/drbd 0x127a5901 drbd_set_st_err_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0x35131b36 drbd_role_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0x7730f22d drbd_conn_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0xaf27bebf drbd_disk_str +EXPORT_SYMBOL drivers/bluetooth/btbcm 0xef31a763 btbcm_patchram +EXPORT_SYMBOL drivers/bluetooth/btrsi 0x93253aeb rsi_bt_ops +EXPORT_SYMBOL drivers/bus/mhi/host/mhi 0xf2d44bc5 mhi_sync_power_up +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x03bc993e ipmi_set_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x0705dd14 ipmi_register_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x11bc2230 ipmi_add_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x12dd1e77 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1f65170f ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x230094ac ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c2054d7 ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x50f65edf ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67369b42 ipmi_addr_src_to_str +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x6f83f8b5 ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x74778a80 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x80aa4656 ipmi_free_recv_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x8451dc82 ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x89a5279a ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96a6e5e8 ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa55cb2d4 ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xaca90ebd ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xae71627d ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd54a5050 ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4330a39 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe98c507d ipmb_checksum +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xec1c2a90 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf388b18b ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf5531bea ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfaaa4831 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfe0f2369 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x02fa190f kcs_bmc_write_data +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x1dc38a42 kcs_bmc_handle_event +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x507c6ca9 kcs_bmc_unregister_driver +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x5d92da0a kcs_bmc_update_event_mask +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x643d297b kcs_bmc_update_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x6a2bc496 kcs_bmc_read_data +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x6f7d915a kcs_bmc_register_driver +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x8f96c092 kcs_bmc_add_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xa2c07fa8 kcs_bmc_write_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xc2dd3f85 kcs_bmc_enable_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xd8454f82 kcs_bmc_remove_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xded22af4 kcs_bmc_read_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xfc732b5d kcs_bmc_disable_device +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x32a3c4d5 st33zp24_remove +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x3dd184a1 st33zp24_pm_resume +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x71b5d1c3 st33zp24_pm_suspend +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x900afe23 st33zp24_probe +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x0522e958 xillybus_find_inode +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x2cae401c xillybus_cleanup_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x6c920dfa xillybus_init_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0xe30dac28 xillybus_endpoint_remove +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0xe42ddba3 xillybus_init_endpoint +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0xed01673e xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x3d910eb3 atmel_i2c_send_receive +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x80a11b1d atmel_i2c_init_read_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xb6c854bb atmel_i2c_init_ecdh_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xc71ed50c atmel_i2c_init_genkey_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xc80f14e8 atmel_i2c_flush_queue +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xd5289b28 atmel_i2c_probe +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xf283e995 atmel_i2c_init_random_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xf881cb24 atmel_i2c_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caam 0x17572340 caam_congested +EXPORT_SYMBOL drivers/crypto/caam/caam 0x37734e06 caam_dpaa2 +EXPORT_SYMBOL drivers/crypto/caam/caam 0x44ae4bc4 qi_cache_free +EXPORT_SYMBOL drivers/crypto/caam/caam 0x6bf9c034 caam_drv_ctx_rel +EXPORT_SYMBOL drivers/crypto/caam/caam 0x99c58776 caam_drv_ctx_update +EXPORT_SYMBOL drivers/crypto/caam/caam 0xc0eaa792 qi_cache_alloc +EXPORT_SYMBOL drivers/crypto/caam/caam 0xd48cdb46 caam_drv_ctx_init +EXPORT_SYMBOL drivers/crypto/caam/caam 0xedda885b caam_qi_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x1db91230 caam_jr_alloc +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x79dfb3eb gen_split_key +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x7e98fbf0 caam_jr_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x87565de2 caam_jr_free +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xe0ccd020 split_key_done +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x2e152bb7 cnstr_shdsc_xts_skcipher_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x3b54a9ad cnstr_shdsc_aead_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x76a68e3e cnstr_shdsc_chachapoly +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x7b0c587f cnstr_shdsc_rfc4543_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x7b7bcab8 cnstr_shdsc_rfc4543_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x86bcdec7 cnstr_shdsc_xts_skcipher_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x88430d4c cnstr_shdsc_aead_null_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x91ac0969 cnstr_shdsc_aead_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xa3115081 cnstr_shdsc_skcipher_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xa340e264 cnstr_shdsc_aead_givencap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xa99d7fa6 cnstr_shdsc_aead_null_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xebcdd349 cnstr_shdsc_skcipher_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xf92c5da5 cnstr_shdsc_gcm_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xf95bcf62 cnstr_shdsc_gcm_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xfd807e48 cnstr_shdsc_rfc4106_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xfdf7ec8f cnstr_shdsc_rfc4106_encap +EXPORT_SYMBOL drivers/crypto/caam/caamhash_desc 0x30a1e372 cnstr_shdsc_sk_hash +EXPORT_SYMBOL drivers/crypto/caam/caamhash_desc 0xb5571dbf cnstr_shdsc_ahash +EXPORT_SYMBOL drivers/crypto/caam/dpaa2_caam 0x81c6e851 dpaa2_caam_enqueue +EXPORT_SYMBOL drivers/crypto/caam/error 0x53d0fc97 caam_ptr_sz +EXPORT_SYMBOL drivers/crypto/caam/error 0x60dbc82a caam_dump_sg +EXPORT_SYMBOL drivers/crypto/caam/error 0xa51f16c7 caam_little_end +EXPORT_SYMBOL drivers/crypto/caam/error 0xbd67c092 caam_imx +EXPORT_SYMBOL drivers/crypto/caam/error 0xe1543f3b caam_strstatus +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0x156005b6 xdma_disable_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0x1e237276 xdma_enable_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0x5fa98da3 xdma_get_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xilinx_dma 0xc5be5336 xilinx_vdma_channel_set_config +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0166e304 fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x06725b6b fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0x07b69412 fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0bc6094c fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x22fb7887 fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x23abfa8f fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0x26e11d71 fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x311e73bf fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3561c009 fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3a771e39 fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4bbf52fe fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0x5f185d81 fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x63d852c9 fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6a0f1fb5 fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6d0c6ecf fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6dc50487 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x74d0e8de fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x971f6ac6 fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x99f1e1b5 fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaae453de fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xab4314b7 fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0xae063331 fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0xae5870c9 fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaedf84ce fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaf4c9b30 fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0xbde10320 fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0xdb0e41f3 fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe3fde125 fw_csr_iterator_next +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe7fbb643 fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe80e5087 fw_csr_iterator_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0xecb2b649 fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0xd2fe6725 imx_dsp_free_channel +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0xd8a71012 imx_dsp_ring_doorbell +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0xe4277ec7 imx_dsp_request_channel +EXPORT_SYMBOL drivers/fpga/dfl 0x2dfa1a1b __dfl_driver_register +EXPORT_SYMBOL drivers/fpga/dfl 0x6dcc8d7e dfl_driver_unregister +EXPORT_SYMBOL drivers/fpga/lattice-sysconfig 0xc6a1839f sysconfig_probe +EXPORT_SYMBOL drivers/gpu/drm/amd/amdxcp/amdxcp 0x0ea5d74b amdgpu_xcp_drv_release +EXPORT_SYMBOL drivers/gpu/drm/amd/amdxcp/amdxcp 0xb2e4470f amdgpu_xcp_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x00e13177 drm_dp_mst_connector_late_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x01c4bba9 drm_dp_lttpr_max_link_rate +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x07b08ab1 drm_dp_mst_detect_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x137c7173 drm_dp_pcon_frl_prepare +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x14833a1b drm_scdc_get_scrambling_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x14a9f258 drm_dp_read_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x15ceb1a9 drm_dp_pcon_hdmi_link_active +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1605d0ed drm_dp_lttpr_max_lane_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1709ddcf drm_dp_lttpr_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1766fda5 drm_dp_mst_topology_mgr_set_mst +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x181eabd1 drm_dp_read_desc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1a266e4e drm_edp_backlight_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1a5bf3ca drm_dsc_dp_rc_buffer_size +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1b0a1fdc drm_dp_lttpr_voltage_swing_level_3_supported +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1ca19419 drm_dp_remote_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1cab99c2 drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1d91c513 drm_dp_pcon_is_frl_ready +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1f87bc51 drm_dp_dual_mode_get_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2199be8d drm_dp_vsc_sdp_log +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x22e826fd drm_dp_mst_add_affected_dsc_crtcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x234b915c drm_dp_atomic_release_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x23961837 drm_dp_downstream_max_bpc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x23e34e5a drm_edp_backlight_disable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x244899f5 drm_dp_pcon_reset_frl_config +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x24ada755 drm_dsc_set_rc_buf_thresh +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x26815dbc drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2727a07f drm_dp_mst_atomic_enable_dsc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2a45ba15 drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2cda3794 drm_dp_stop_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2d72e734 drm_dp_mst_get_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2fa94ef2 drm_dp_downstream_444_to_420_conversion +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x364080a3 drm_scdc_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x38f99c12 drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x392a838b drm_dp_downstream_max_dotclock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x39dae92d drm_dp_cec_set_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3a5d3c63 drm_dp_mst_topology_mgr_suspend +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3cd11ac4 drm_dp_add_payload_part2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3dcaed82 drm_dp_mst_atomic_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3f236063 drm_scdc_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3f80b80c drm_dp_mst_put_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3f91f6c5 drm_dp_dpcd_probe +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x408a2367 drm_dp_mst_topology_mgr_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4603c416 drm_dp_pcon_dsc_bpp_incr +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x477678fb drm_dp_mst_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4fc0e556 drm_dp_pcon_pps_override_param +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x51fe780b drm_dp_start_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x536aa1e8 drm_edp_backlight_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5407ae9e drm_dp_get_dual_mode_type_name +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x54d0a4b5 drm_dp_pcon_hdmi_link_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x54de93de drm_dp_mst_update_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x56a663e9 drm_dp_dsc_sink_line_buf_depth +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x582f248e drm_dp_get_adjust_request_pre_emphasis +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x58d8fcaa drm_dsc_pps_payload_pack +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x591627dd drm_dp_send_query_stream_enc_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x59f27ed7 drm_dp_pcon_enc_is_dsc_1_2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5a86f411 drm_dp_phy_name +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5bbbdfd1 drm_dp_read_downstream_info +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5c2d0ca9 drm_dp_pcon_frl_configure_1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5d0e321f drm_atomic_get_new_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x627ba04b drm_dsc_set_const_params +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x63a477fb drm_dp_downstream_min_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x648d953b drm_dsc_dp_pps_header_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x68067507 drm_dp_mst_dump_topology +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x68d8dce7 drm_dp_downstream_is_tmds +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6a4df8c5 drm_dp_128b132b_eq_interlane_align_done +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6aacee47 drm_dp_128b132b_link_training_failed +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6b332074 drm_hdcp_update_content_protection +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6b53e216 drm_dp_downstream_max_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6d5da425 drm_dp_dual_mode_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6f0de786 drm_dp_cec_unregister_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6f7c5db6 drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7053fa72 drm_dp_get_pcon_max_frl_bw +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x73011db0 drm_dp_bw_code_to_link_rate +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x756d9550 drm_edp_backlight_set_level +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x76ff6644 drm_dp_lttpr_pre_emphasis_level_3_supported +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x79008c7e drm_dsc_setup_rc_params +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7a144c57 drm_dp_pcon_pps_override_buf +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7b0e7275 drm_hdmi_avi_infoframe_content_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7ff46746 drm_dp_cec_register_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x80568134 drm_dp_dpcd_read_phy_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x81f9f300 drm_dp_pcon_pps_default +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x829b6048 drm_dp_dsc_sink_max_slice_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x82b5f55c drm_dp_mst_topology_mgr_destroy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x87470e59 drm_dp_cec_irq +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x88d0bf37 drm_dp_128b132b_read_aux_rd_interval +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x88d11510 drm_dp_read_sink_count_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x89de5037 drm_dp_read_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8b7f9181 drm_dp_mst_hpd_irq_send_new_request +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8ca2d9e4 drm_dp_calc_pbn_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8d701329 drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x92324f4d drm_dp_read_mst_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x924809c5 drm_dp_downstream_id +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x92b9835e drm_dp_128b132b_cds_interlane_align_done +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9309be22 drm_dp_atomic_find_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x95883bb4 drm_dsc_initial_scale_value +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x95a56279 drm_atomic_get_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x95eca635 drm_lspcon_set_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9e7d131e drm_dp_send_real_edid_checksum +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9f4b68bd drm_dp_mst_connector_early_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9f77abb9 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa02a2363 drm_dp_downstream_debug +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa12aeb46 drm_atomic_get_old_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa135d71f drm_dp_remove_payload +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa1522934 drm_dp_lttpr_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa1aa67ee drm_dp_mst_hpd_irq_handle_event +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa1fefe6a drm_dp_psr_setup_time +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa2fd9b63 drm_dp_pcon_frl_configure_2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa447e20d drm_atomic_get_mst_payload_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa81c10e2 drm_hdmi_infoframe_set_hdr_metadata +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa843606e drm_dp_dsc_sink_supported_input_bpcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa93816cb drm_dp_read_lttpr_common_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xac575004 drm_hdmi_avi_infoframe_colorimetry +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xadb3ab47 drm_dp_cec_unset_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xadffe130 drm_dp_set_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaf267620 drm_dp_lttpr_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb67af5c7 drm_dp_dual_mode_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb734bd4d drm_dp_add_payload_part1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb7bddb0c drm_dp_read_sink_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xba7e29bd drm_dp_get_vc_payload_bw +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbd0dd524 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbec1731a drm_dp_send_power_updown_phy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbfed0476 drm_dp_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbff1ea86 drm_scdc_set_scrambling +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc0177c53 drm_dp_read_lttpr_phy_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc020c0c1 drm_dp_pcon_dsc_max_slice_width +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc4059333 drm_dp_dual_mode_max_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc5c99a79 drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc5f8f0f8 drm_dp_dual_mode_set_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc79ecffb drm_dp_downstream_is_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc7ea22ba drm_dp_mst_topology_mgr_resume +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc8b03eb4 drm_dp_mst_get_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc8b6a8ae drm_dp_128b132b_lane_channel_eq_done +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc8bc79d0 drm_panel_dp_aux_backlight +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcbd22bb9 drm_dp_mst_root_conn_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcbfc548f drm_dp_pcon_hdmi_frl_link_error_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xccf54d5e drm_dp_get_adjust_tx_ffe_preset +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcdb3e25a drm_dp_mst_edid_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd0e95456 drm_dsc_get_bpp_int +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd459b3df drm_dp_dual_mode_detect +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd59c9f24 drm_hdmi_avi_infoframe_bars +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd5a95eae drm_dp_128b132b_lane_symbol_locked +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd7b2ad8a drm_scdc_set_high_tmds_clock_ratio +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd87bc545 drm_dp_read_dpcd_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdc54e9c8 drm_dp_mst_dsc_aux_for_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdcb759e8 drm_dp_get_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe1a2b74b drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe2468a48 drm_dsc_flatness_det_thresh +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe39e5b9d drm_dp_check_act_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe5360b84 drm_dp_pcon_dsc_max_slices +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe553b4f1 drm_connector_attach_content_protection_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xece7ee76 drm_dp_downstream_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xed13382e drm_dp_set_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xedcf81ce drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf1b6c314 drm_dp_mst_atomic_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf4c9433f drm_dp_pcon_frl_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf68741fb drm_dp_subconnector_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf689ad25 drm_dp_downstream_420_passthrough +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf84726da drm_lspcon_get_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfa389ad3 drm_dp_pcon_convert_rgb_to_ycbcr +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfb1a7a5a drm_dp_downstream_rgb_to_ycbcr_conversion +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfe12bcb9 drm_dsc_compute_rc_parameters +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfe7955ff drm_dp_mst_topology_state_funcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00847352 drm_atomic_state_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x010f1f28 drm_send_event_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x02aef9e9 drmm_kfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03568c30 drm_event_reserve_init_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x037ab4e9 drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03c63897 __drm_get_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04102ada drm_edid_get_panel_id +EXPORT_SYMBOL drivers/gpu/drm/drm 0x05e839a2 drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0655cc80 drm_debugfs_add_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0x06568db1 drm_plane_create_rotation_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x071c67f7 drm_atomic_bridge_chain_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x071dd736 drm_atomic_get_old_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07fb449a drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x09c180d4 drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x09d3b9d4 drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ae542b4 drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b49d3b6 drm_crtc_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0be963cc drm_file_get_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d48170f drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d5a863a drm_gem_lru_move_tail_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d7a7025 drm_mode_create_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d9b4753 drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0eb7f5eb drm_privacy_screen_lookup_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ecaf48a drm_dev_has_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f39e889 drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f7acb66 drm_mm_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f7dd245 drm_invalid_op +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fd60df2 drm_get_connector_status_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x107742a9 drm_get_subpixel_order_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x10e1a7b0 drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1100631d drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12b632a1 __drmm_add_action_or_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1543c57c drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x15e6e464 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1687b766 drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16b809c8 drm_print_memory_stats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17f79871 drm_crtc_set_max_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1856e3b6 drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x189a8a13 drm_writeback_prepare_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18e6477d drm_privacy_screen_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x192ad8bf drm_edid_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a411479 drm_syncobj_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b994e09 devm_aperture_acquire_from_firmware +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1cf495bf drm_crtc_vblank_waitqueue +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ecaf48e drm_gem_vmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f145c54 drm_plane_create_zpos_immutable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f4632c9 drm_atomic_get_old_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f8c8d91 drm_panel_of_backlight +EXPORT_SYMBOL drivers/gpu/drm/drm 0x204fc98d drm_dev_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20b0ce70 drm_crtc_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20ee2fff drm_gem_map_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2183c08c drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x22fafcf4 drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x230e97ec drm_panel_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24993e50 drm_edid_are_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24cf437a drm_vma_node_is_allowed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24d0e1a7 drm_syncobj_get_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24d124ac drm_mode_equal_no_clocks_no_stereo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24f89bc0 drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x258fefa9 drm_driver_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25a26272 drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25daad93 __drm_mm_interval_first +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2613e3b5 drm_gem_prime_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x26606f0a drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2689fd5d drm_property_blob_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2754dad8 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2755e7ee drm_client_dev_hotplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27a72297 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27d7727e drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28779e52 drm_printf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29f078d1 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a56062a drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a962499 drm_mm_scan_init_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ac976d9 drm_connector_update_privacy_screen +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b92396a drm_crtc_vblank_helper_get_vblank_timestamp_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2bb37a62 drm_edid_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c442c35 drm_gem_dmabuf_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ec433c5 drm_property_replace_global_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ed1c9cf drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ed3c600 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f40e7aa drm_gem_evict +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f476172 drm_privacy_screen_lookup_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31b8a5e3 __drm_set_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32194006 drm_crtc_vblank_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3267b671 drm_client_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32a0cc37 drm_print_bits +EXPORT_SYMBOL drivers/gpu/drm/drm 0x34be06aa drm_mode_put_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x34c1cff3 drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x34f7073e drm_gem_unlock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0x34ff85e6 drm_bridge_chain_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36449d97 drm_atomic_get_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x365973ff drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36699d2f drm_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x367ae24f drm_send_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x371664b6 drm_edid_override_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38690d99 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38865b1d drm_crtc_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38a788bf drm_privacy_screen_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x392ca276 drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x397c3d27 drm_edid_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39bde624 drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3a246170 drm_property_replace_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ab87110 drm_mode_equal_no_clocks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3abe2e46 drm_gem_dmabuf_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b0e5e9c __drm_puts_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b0ee06a drm_panel_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c22a4d8 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cdc37e9 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cffb28a drm_mode_create_aspect_ratio_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d2859ea __drm_dev_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d66ed01 drm_atomic_get_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f405489 __drm_printfn_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4007233f drmm_kmalloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4076f001 drm_writeback_signal_completion +EXPORT_SYMBOL drivers/gpu/drm/drm 0x40a3b835 drm_plane_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x41026541 drm_client_framebuffer_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x41af42c5 drm_of_crtc_port_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x41f73323 drm_atomic_state_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0x422ca578 drm_gem_vunmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4266c344 drm_connector_set_tile_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x42718be4 drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x42ea6cc2 drm_mode_create_dp_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4403a9c3 drm_mode_get_hv_timing +EXPORT_SYMBOL drivers/gpu/drm/drm 0x446c6808 drm_vblank_work_cancel_sync +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4489a5e9 drm_edid_raw +EXPORT_SYMBOL drivers/gpu/drm/drm 0x44a6a2d1 drm_connector_attach_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x44ec55a6 drmm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4575a0ca drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46302c41 drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46a7cd8c drm_bridge_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x478f36af drm_panel_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4831da6e drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x485ae4f7 drm_state_dump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x48e3a98f drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x493e83f2 drm_vblank_work_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49b737d8 drm_send_event_timestamp_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a35d30d drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ac89e6f drm_client_modeset_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4aff67ca drm_gem_objects_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b2148c2 drm_of_find_possible_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b7ebf95 drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b9930ea drm_any_plane_has_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c3cbb79 drm_connector_atomic_hdr_metadata_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d7a5df9 drm_edid_connector_add_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4dabffb4 drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4db873be drm_framebuffer_plane_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e2a621e drm_prime_sg_to_dma_addr_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f4c612e drm_crtc_enable_color_mgmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50674de7 drm_timeout_abs_to_jiffies +EXPORT_SYMBOL drivers/gpu/drm/drm 0x513072fe __drm_puts_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0x518490d5 drm_client_modeset_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0x51d78f80 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x51ffeb7c drm_crtc_accurate_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x521ad6d0 drm_puts +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5335ad27 devm_drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x53a87726 drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x53b1aec8 drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x53fe2af4 drm_privacy_screen_register_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5466f434 drm_connector_oob_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54c05828 drmm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5505a1c7 drm_writeback_queue_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x551d01b2 drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x556797e7 drm_syncobj_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55eb38da drm_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55ebd2a7 drm_privacy_screen_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5626782c drm_dev_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57698a50 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x582e8433 drm_atomic_state_default_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58356903 drm_client_modeset_commit_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59056243 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5985d118 drm_connector_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a92f3c9 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5b897f8d drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5bb4aad1 drm_display_mode_from_cea_vic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c35ca3c drm_mode_create_hdmi_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c837c27 drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c9027e2 drm_atomic_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d020e14 drmm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d0f2e3b drm_connector_set_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d252b93 drm_panel_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d7b1514 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5daa43c4 drm_writeback_cleanup_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5ddbdce1 drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f1faf18 drm_atomic_private_obj_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f7985a5 drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6076362b drm_bridge_chain_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x607f867b drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x61066f85 drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x617cb860 drm_atomic_add_encoder_bridges +EXPORT_SYMBOL drivers/gpu/drm/drm 0x61ef0284 drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6212b652 drm_edid_read_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x627d4ba2 drm_gem_lru_move_tail +EXPORT_SYMBOL drivers/gpu/drm/drm 0x645a3b0a drm_crtc_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x651eb922 drm_mode_create_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x656e7bc8 drm_crtc_vblank_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65702bd6 drm_default_rgb_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65721697 drm_plane_create_zpos_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65acae8d drm_atomic_normalize_zpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0x66af2547 drm_syncobj_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x66d1d618 drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0x66e750fd drm_atomic_get_old_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x67bbea73 __drm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x686cd664 drm_modeset_lock_single_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69102e60 drm_panel_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6910e4cd drm_format_info_min_pitch +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69353664 __drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69e1bf40 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6a02c568 drm_syncobj_find_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ac01ea8 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6af1d088 drm_connector_list_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c01edf7 drm_debugfs_add_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c05b4b6 drm_property_create_bool +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6d3e6aec drm_plane_create_color_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6d8dd940 drm_gem_unmap_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e109c98 drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e6b26e9 drm_writeback_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f58d140 drm_edid_read_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x70b4864b drm_dev_enter +EXPORT_SYMBOL drivers/gpu/drm/drm 0x72dea9ec drm_syncobj_add_point +EXPORT_SYMBOL drivers/gpu/drm/drm 0x72f70ceb drm_connector_set_panel_orientation_with_quirk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x735919f2 drm_aperture_remove_conflicting_pci_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x73624cb0 drm_crtc_next_vblank_start +EXPORT_SYMBOL drivers/gpu/drm/drm 0x739833f1 drm_crtc_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x73c1bc3e drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74e3fd7a drm_gem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74fc6fbd drm_format_info_block_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x75f472f5 drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7656a78d drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7680c71f drm_connector_attach_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x779ec2aa drm_connector_create_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x78a8aae4 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x78e121b4 drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79569d54 __drmm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7996b0b2 drm_connector_set_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79c00fa2 drm_edid_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79d0bbd0 of_drm_find_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a8a0273 drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ab6eb74 drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ac7e253 drm_plane_enable_fb_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ae42009 drm_vblank_work_schedule +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b2e2166 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c0d9cad drm_display_info_set_bus_formats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c545285 drm_edid_get_monitor_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c985584 drm_crtc_commit_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7cddcbdd __drmm_crtc_alloc_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e11b130 drm_show_memory_stats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e3277f8 ___drm_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e74d4b2 drm_client_modeset_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7edf470b drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7fce2736 drm_plane_create_alpha_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81ac6e9c drm_crtc_arm_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x820ac5c0 drm_vma_node_allow_once +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8272c8b2 drm_modeset_lock_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x82c00761 drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0x82c36363 drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x82fabe0c drm_gem_lru_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8324cec6 drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x849edad1 drm_analog_tv_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x85502441 __drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm 0x856a487c drm_gem_map_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x866c9521 drm_atomic_get_new_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x88537074 drm_atomic_state_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x88678ded drm_dev_unplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x88fb6979 drm_mode_create_tv_properties_legacy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x89710b75 drm_edid_read_custom +EXPORT_SYMBOL drivers/gpu/drm/drm 0x89aa5a69 drm_syncobj_replace_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x89ea50e5 drm_mode_validate_ycbcr420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a069812 drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b1c7ad7 drm_atomic_set_mode_prop_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ba47ebc drmm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c0d586b drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d2adf3f drm_connector_attach_max_bpc_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d72789e drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d7b8ed0 drm_gem_lru_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8dd1eb47 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8dee6eac drm_vblank_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e51fd1e drm_connector_attach_privacy_screen_provider +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e9afe1c drm_plane_create_blend_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ef39b52 drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9043facb drm_client_framebuffer_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9125e290 drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x912e511b drm_framebuffer_plane_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x92f9a4a7 drm_property_blob_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x93145a22 drm_plane_get_damage_clips_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9345dc92 drm_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9554731d drm_atomic_get_new_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95577d5c drm_gem_dma_resv_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95684215 drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9720ca98 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9777e77e drm_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x97858c81 drm_event_reserve_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x982d09b3 drm_format_info_block_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b285573 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b95c885 drm_mode_match +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b9de1c1 drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ce050be drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9db8755c drm_connector_set_orientation_from_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9e268848 drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9e303b1e drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9e3770de drm_atomic_get_new_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9e948b55 drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f09297b drm_syncobj_get_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f1eedf0 drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f5197bb drm_connector_set_path_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa005075d drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa00aeee5 drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa06ed632 drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa108c99e drm_privacy_screen_call_notifier_chain +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1d023f0 drm_compat_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa248afde drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2714ce3 drm_client_rotation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa32f8a4a drm_privacy_screen_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa38c4c94 drm_memcpy_from_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa38f0464 __drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa63f06cc __drmm_add_action +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa82e09ef drm_prime_sg_to_page_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa86c3c5f drm_plane_get_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa886c5e6 drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa956955b drm_gem_lru_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9916091 drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaaacfca2 drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab8d0262 __drmm_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xac328cf2 drm_aperture_remove_conflicting_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0xac873e9a drm_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad4e902b drm_color_ctm_s31_32_to_qm_n +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae277372 __drm_crtc_commit_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf76f057 drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0db3f8d drm_privacy_screen_unregister_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb11ac7a7 __drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1eaec3c drm_mode_plane_set_obj_prop +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb212dc3e drm_edid_dup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb21cb348 drm_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb23b99aa drm_release_noglobal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb2784a53 drm_print_regset32 +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3750192 drm_edid_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb38cd097 drm_writeback_get_out_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3a8c0b3 drm_connector_attach_dp_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3ad386e drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3ad48a4 drm_mode_create_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4032484 drm_mm_insert_node_in_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb40384fb drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4057dc0 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb411f88a drm_atomic_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4a12582 drm_atomic_get_new_crtc_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4dd8bf5 drm_client_framebuffer_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6127243 drm_need_swiotlb +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb65f2c54 drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6fb4176 drm_gem_prime_import_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb787a1c1 drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7d5f43d drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7df5ad1 drm_mode_get_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb8da0c4a drm_atomic_check_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9cad492 __drm_atomic_state_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbacf4e81 __drmm_mutex_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbadb285b drm_client_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb60505c drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc2b3c3d drm_client_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbcbabe5b drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbcbbab4c drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbef38d90 drm_atomic_get_old_crtc_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf9445fc drm_connector_list_iter_end +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf9eaa20 drm_connector_list_iter_begin +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0418f96 drm_writeback_connector_init_with_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc1b856b8 drm_crtc_vblank_helper_get_vblank_timestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc22fc944 drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc2ab33a4 drm_connector_set_link_status_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc3746bd9 drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc3fce240 drm_ioctl_kernel +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc42e8087 drm_property_create_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc458b9b3 drm_gem_dmabuf_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4adb0ca drm_atomic_add_affected_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4bdb96f drm_gem_private_object_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5131a86 drm_client_buffer_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6acaec0 drm_atomic_set_fb_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7910e38 drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7d04fc5 drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc83d4806 drm_atomic_get_connector_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc8a448ab drm_bridge_chain_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc9309a56 drm_gem_map_detach +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc955362c drm_connector_attach_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc972b4c9 drm_mode_object_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc9e90d06 of_drm_get_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca0b701f __devm_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb1d66c1 drm_connector_has_possible_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb457984 drm_sysfs_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb59a8b2 drm_atomic_private_obj_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcbc94872 drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcbd1123c drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc6bc960 drm_mode_validate_driver +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd0e13c2 drm_gem_lock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdb99cc9 drm_mode_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdcb8fb9 drm_mode_object_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce25e278 drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf745019 drm_atomic_bridge_chain_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd01ef146 drm_atomic_set_crtc_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd083f9e0 drm_of_component_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1370091 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd13f9985 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2b53088 drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd3789b63 drm_atomic_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4eae3f2 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4f37823 drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd5aeac1f drm_atomic_get_crtc_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd5df4162 drm_atomic_print_new_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd631c0a0 drm_master_internal_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd680a377 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd794557d drm_connector_attach_hdr_output_metadata_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7a2ef02 drm_atomic_get_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7a9cf42 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7b305d9 drm_color_lut_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7f1b5aa drm_plane_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd91eee5e drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd95344de drm_mode_create_suggested_offset_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xda0568db drm_atomic_set_crtc_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0xda706442 drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xda78e1c7 drm_gem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdad9c8b1 drm_prime_get_contiguous_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb039d6a drm_dev_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb320a08 drm_mode_is_420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb38865b drm_panel_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb902abe drm_connector_attach_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdc5444a2 drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd3c6afa drm_mode_is_420_also +EXPORT_SYMBOL drivers/gpu/drm/drm 0xddeaf33a drm_panel_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xde2a9368 drm_connector_attach_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xde3ea5aa drm_sysfs_connector_status_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xde74ed0e drm_connector_attach_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdec159c0 drm_crtc_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdefa02a7 drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf323942 of_drm_find_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf3f760d drm_mm_scan_color_evict +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf666902 drm_rotation_simplify +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdfabae50 drm_object_property_get_default_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdfe46700 drm_modeset_lock_all_ctx +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe05a3328 drm_property_lookup_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1409b1e drm_atomic_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe317082a __drm_printfn_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe367c647 drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3ac15d5 drm_mode_is_420_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe46fcfb5 drm_get_edid_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe633a4cd drm_format_info_bpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe635d400 drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe667a7d0 drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe692ff19 drm_client_buffer_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe70d42c8 drm_connector_init_with_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a034df drm_dev_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a0e334 drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe9052fca drm_privacy_screen_set_sw_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe9c72398 drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea00fe81 __drm_printfn_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea9ced76 drm_panel_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb66c5f9 drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeea05cf7 drm_client_modeset_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf01e1fa4 drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0517d7a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf095dc96 drm_get_tv_mode_from_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0e415aa drm_show_fdinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf11681f0 drm_privacy_screen_get_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1b5340a drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf27eb945 drm_atomic_set_mode_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf2bf4934 drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf3737c9e drm_connector_attach_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf406e46a drm_get_connector_type_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf41fc2be drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf44df6a4 drm_get_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4b87cac drm_master_internal_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4d9ad4e drm_is_current_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf645d33e drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf698b732 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6f2e055 drm_crtc_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf7a847ca drm_atomic_state_default_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf7ba820f drm_atomic_nonblocking_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf811fd00 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf824c7db __drm_printfn_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf8c05c63 drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf90253c2 drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa9d526d drm_hdmi_avi_infoframe_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfba745c8 drm_event_cancel_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfcfeb5da drm_connector_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd4b0208 drm_gem_dmabuf_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe8fda88 drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfeb953b1 __drm_printfn_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0xff116b6d drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffc4eae1 drm_atomic_add_affected_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x22d53779 drm_buddy_free_list +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x2d9e9583 drm_buddy_print +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x40d76a49 drm_get_buddy +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x9f44c898 drm_buddy_init +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xabb5a026 drm_buddy_block_trim +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xbd5b3bcc drm_buddy_free_block +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xc30d71cc drm_buddy_block_print +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xfa150882 drm_buddy_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xff748b76 drm_buddy_alloc_blocks +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0x34f1b263 drm_gem_dma_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0xb85e31b1 drm_fbdev_dma_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0xf8fe2139 drm_gem_dma_prime_import_sg_table_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0007bf71 drm_mode_config_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x00f1af92 drm_atomic_helper_unprepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x02131d6b drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x043409b0 drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x07400afe drm_fb_xrgb8888_to_xrgb1555 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x07b1998f drm_atomic_helper_page_flip +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0839d2be drm_plane_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x08465eb3 drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x08d53f7a __drmm_simple_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x09b38804 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0b219168 drm_gem_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0fc6e75e drm_fb_helper_set_suspend_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1263a7ab __drm_atomic_helper_crtc_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x127a8c6b drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1461f0b1 drm_atomic_helper_disable_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x14fb47ee drm_atomic_helper_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x158ba8f6 drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x15a005cf drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x17d33644 drm_fb_build_fourcc_list +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x194c3a8d drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x19e30cce drm_atomic_helper_check_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x19e47181 __drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1b108c3a __drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1b21d93a drm_fb_helper_damage_area +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1b61792e drm_gem_fb_end_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1d4bce19 drm_connector_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1e0a6906 drm_panel_bridge_set_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x203cfa2a drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x20b3c36f drm_atomic_helper_fake_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21d541eb drm_flip_work_queue_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21dceb22 drm_fb_swab +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21fef80e drm_bridge_is_panel +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x234de871 drm_kms_helper_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x238e65bf drm_fb_helper_release_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x250b3d2b drm_self_refresh_helper_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x25246ceb drm_atomic_helper_commit_tail +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x26811645 devm_drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x275d0726 __drm_atomic_helper_plane_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x28b53e82 drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x291151d5 drm_gem_simple_kms_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x294e1cb3 drm_gem_simple_kms_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x29a6a42c drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2a19acf4 drm_atomic_helper_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2f35fd15 drm_atomic_helper_dirtyfb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2f880949 drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x30efe7e8 drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x31b9982b drm_atomic_helper_commit_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x32f63bef drm_plane_helper_disable_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x33287f66 drm_fb_blit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x361f08b7 drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x37986b7e drmm_of_get_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x39bd2a3c __drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3afeeca4 drm_fb_xrgb8888_to_argb8888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3f6821bc drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4069b8d2 drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x40c71e23 drm_fb_helper_lastclose +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4280ac19 drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x42e89e86 drm_gem_simple_kms_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x439e094b drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x446fb12a drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4be70357 drm_atomic_helper_check_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4f59992e devm_drm_of_get_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x51788709 drm_fb_memcpy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x51864631 drm_atomic_helper_connector_tv_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x518c38d9 drm_atomic_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x51eff042 drm_fb_helper_fill_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5265135b drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x533b502f drm_panel_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x545f36fc drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x54a8ec1b drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5542443b drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x57691253 drmm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x59335bd5 drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x595b4c62 drm_atomic_helper_wait_for_fences +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a2b59a0 drm_atomic_helper_update_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a4734d1 drm_kms_helper_is_poll_worker +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5e38e3d8 drm_atomic_helper_connector_tv_margins_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5e4a8d00 __drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6019a3cd __drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x64e01818 drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6575ab3e drm_atomic_helper_wait_for_vblanks +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x69dec4b7 __drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6a7e7663 devm_drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b5c2b06 drm_atomic_helper_damage_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e30ba8e drm_rect_rotate_inv +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e6135ee drm_fb_xrgb8888_to_rgb565 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e7c3181 drm_atomic_helper_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6ea8b8be __drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6ec43d7f drm_simple_display_pipe_attach_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6fd16c76 drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x74ef6227 drm_gem_fb_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x762b6ea0 drm_atomic_helper_commit_modeset_disables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x76953223 drm_atomic_helper_async_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x798c362a drm_mode_config_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x798d929d drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x799a5a5f drm_fb_helper_unregister_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x79c56b08 drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7b5cec24 drm_panel_bridge_connector +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7c9d4cb9 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7ec54c0a drm_plane_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7fcbc943 drm_atomic_helper_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x804a3f6d drm_atomic_helper_check_plane_damage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x81bfa267 drm_atomic_helper_bridge_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x82281e86 drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x82f95503 drm_fb_xrgb8888_to_argb1555 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x842dd90c drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84331361 drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84394985 drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8a0d49bb drm_fb_xrgb8888_to_rgb888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8a64065b drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8a7a53d5 drm_helper_force_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8b980647 drm_fb_helper_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8c34a4fc drm_crtc_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8ec9beeb drm_connector_helper_tv_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8fdc895c __drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9430b4ac drm_fb_helper_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x993c11aa drm_atomic_helper_commit_tail_rpm +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99440f7e drm_connector_helper_get_modes_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99dfc1aa drm_atomic_helper_swap_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99fd20aa drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9a53ad16 drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9a83b6f2 drm_gem_fb_begin_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9a8f2ece drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9ae2497b drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9af63328 drm_gem_fb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9eca369e drm_gem_fb_create_handle +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9f013440 drm_crtc_helper_mode_valid_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa06a3a31 drm_gem_simple_kms_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa0977559 __drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa10d8ce6 drm_fb_xrgb8888_to_rgba5551 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa208a524 drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa221a4b6 drm_atomic_helper_connector_tv_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa28ed591 drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa2e74456 drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa60c9ea3 drm_fb_helper_output_poll_changed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa82c371f drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa9ace96d drm_fb_helper_damage_range +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa9c9248c drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaa0b953b drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xab3f1a23 __drm_atomic_helper_private_obj_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb053adda drm_rect_rotate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb1223e6e drm_fb_xrgb8888_to_gray8 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb1f9fa11 drm_fb_helper_deferred_io +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb29678e5 drm_gem_fb_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb364c799 drm_atomic_helper_async_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb4cd6b8f drm_atomic_helper_commit_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb538aadd drm_atomic_helper_update_legacy_modeset_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb57bdb3a drm_atomic_helper_page_flip_target +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb601b9d7 drm_plane_helper_update_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb6364a42 __drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb6a6b711 drm_fb_clip_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb89c4624 drm_atomic_helper_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbc243eb4 drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbce173ec drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbde2ffb8 drm_simple_display_pipe_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbde89a59 drm_atomic_helper_damage_merged +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbe4f1370 drm_fb_xrgb8888_to_rgb332 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbfb73845 drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbfeff60f drm_atomic_helper_check_crtc_primary_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc1071b36 drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc2dc427e __drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc6323239 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc8363ff7 drm_fb_xrgb8888_to_argb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc883fa2c drm_helper_probe_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc98f89df drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc9e8369f drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcb2340b8 drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcbafc924 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcd566f2a drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xce02930e drm_atomic_helper_damage_iter_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xce0dd97e drm_gem_simple_kms_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf11a549 drm_flip_work_allocate_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcfe715b3 drm_fbdev_generic_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd03b4ddd drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd0941b9d drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd3bd59db drm_fb_xrgb8888_to_mono +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd6257481 drm_atomic_helper_commit_hw_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd66935bb drm_connector_helper_get_modes_from_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd718469f drm_atomic_helper_commit_modeset_enables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd7570a20 drm_atomic_helper_cleanup_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xda58fda3 __drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdb5add36 drm_self_refresh_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdc4d4a22 drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe023b1bf drm_fb_helper_alloc_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe1ae0fc2 __drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe1e2ed22 drm_atomic_helper_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe35de5c1 drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe43c62ff drm_kms_helper_poll_reschedule +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe5b4040d drm_atomic_helper_check_wb_encoder_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe64331ce drm_atomic_helper_bridge_propagate_bus_fmt +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe6c54fa5 drm_self_refresh_helper_alter_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeba443e9 drm_self_refresh_helper_update_avg_times +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xebd877f9 __drm_atomic_helper_connector_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xedd9644f drm_connector_helper_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xedfe2a33 drm_atomic_helper_shutdown +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeea383c0 drm_fb_helper_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeed1cc7e drm_atomic_helper_commit_cleanup_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeef7a84c drm_atomic_helper_wait_for_flip_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xef0df843 drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf0e9d2b0 drm_atomic_helper_prepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf132d61b drm_atomic_helper_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf1a54a3d drm_simple_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf27bee2a drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf332ac40 drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf6d44af7 __drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf783fd5e drm_fb_helper_set_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf9c412fb drm_atomic_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfab49542 drm_fb_xrgb8888_to_xrgb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfb951e0a drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfba6731f drm_atomic_helper_commit_duplicated_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfc7b8b9c drm_gem_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfdca209c drm_atomic_helper_check_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfe70118f drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x11714511 mipi_dbi_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x13d849f5 mipi_dbi_command_stackbuf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x1c7d9dc2 mipi_dbi_buf_copy +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x375091fe mipi_dbi_hw_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x375d888e mipi_dbi_display_is_on +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x43d53ca8 mipi_dbi_dev_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x480bce83 mipi_dbi_dev_init_with_formats +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x5242976b mipi_dbi_pipe_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x5d8ebd7b mipi_dbi_pipe_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x6670892a mipi_dbi_poweron_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x7e325039 mipi_dbi_pipe_update +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x94e82330 mipi_dbi_pipe_reset_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xa4f6e438 mipi_dbi_spi_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xa6b6fd69 mipi_dbi_poweron_conditional_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xbd04e956 mipi_dbi_pipe_begin_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xc382caa0 mipi_dbi_command_read +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xc6d9f348 mipi_dbi_spi_cmd_max_speed +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xd26dad1a mipi_dbi_pipe_duplicate_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xd84c1113 mipi_dbi_command_buf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xdf5d149d mipi_dbi_pipe_destroy_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xe2260a04 mipi_dbi_enable_flush +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xe73bacbe mipi_dbi_pipe_end_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xe9243ff3 mipi_dbi_spi_transfer +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x1393a097 drm_gem_shmem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x2bb0a78c drm_gem_shmem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x34c4480b drm_gem_shmem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x463d1614 drm_gem_shmem_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x6b118489 drm_gem_shmem_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x7c1ebfab drm_gem_shmem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xac18b9a5 drm_gem_shmem_purge_locked +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xc972342c drm_gem_shmem_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xce88a967 drm_gem_shmem_purge +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xdf3e7c12 drm_gem_shmem_madvise +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0x048a510f drm_suballoc_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0x0bad1988 drm_suballoc_new +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0x8debd4c9 drm_suballoc_free +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0xcfea1bec drm_suballoc_dump_debug_info +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0xdd9c3522 drm_suballoc_manager_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x095de691 drm_gem_ttm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x28fb6fb6 drm_gem_ttm_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xb78cb1d8 drm_gem_ttm_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xe8833908 drm_gem_ttm_dumb_map_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xff04ae21 drm_gem_ttm_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x0154b375 drm_gem_vram_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x0b7d544e drm_gem_vram_simple_display_pipe_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x10cb995c drm_gem_vram_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x339a39eb drm_gem_vram_plane_helper_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x457bf626 drm_gem_vram_put +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x6b530ffa drm_gem_vram_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x705d1e90 drm_gem_vram_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x8051b6f0 drm_vram_mm_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x940375ac drm_vram_helper_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xa0283d67 drm_gem_vram_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xa457b7e9 drmm_vram_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xbf676568 drm_gem_vram_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xc41b638a drm_gem_vram_fill_create_dumb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xe6829a0b drm_gem_vram_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xe71c2be8 drm_gem_vram_plane_helper_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xe992c5bf drm_gem_vram_driver_dumb_create +EXPORT_SYMBOL drivers/gpu/drm/rockchip/rockchipdrm 0xe8ff0b04 rockchip_drm_wait_vact_end +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x0926b3da drm_sched_resume_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x0d34f0c0 drm_sched_job_arm +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x1c9fb209 drm_sched_stop +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x1ccced92 drm_sched_job_add_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x2f336b92 drm_sched_entity_error +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x3aca0de3 drm_sched_job_add_implicit_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x3e00f4dd drm_sched_entity_set_priority +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x52064df6 drm_sched_job_add_resv_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x5bc59315 drm_sched_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x5e639a58 drm_sched_job_add_syncobj_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x5f2ae452 drm_sched_entity_push_job +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x91ec66d7 drm_sched_job_cleanup +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x94629853 drm_sched_entity_modify_sched +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x9b24630e drm_sched_entity_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x9fdc9c21 drm_sched_start +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xa873fa2e drm_sched_entity_destroy +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xab2ab412 drm_sched_job_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xb4b13cf1 drm_sched_increase_karma +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xb91c6435 drm_sched_suspend_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xbc829eb2 drm_sched_entity_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xc0795d5f to_drm_sched_fence +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xc7d9beac drm_sched_entity_flush +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xcb07455c drm_sched_pick_best +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xdc16de10 drm_sched_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xde9af960 drm_sched_resubmit_jobs +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xf9b766bb drm_sched_fault +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x523aac4c sun4i_dclk_create +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x6c10c7a7 sun4i_tcon_of_table +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x6d783188 sun4i_dclk_free +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0xbfbd3872 sun4i_lvds_init +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0xc785ed53 sun4i_rgb_init +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0xcabf4fc7 sun4i_tcon_mode_set +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0xe1417ccd sun4i_tcon_enable_vblank +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun8i_tcon_top 0x350e5dcd sun8i_tcon_top_of_table +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun8i_tcon_top 0x397b657b sun8i_tcon_top_de_config +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun8i_tcon_top 0xc08dac20 sun8i_tcon_top_set_hdmi_src +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0768196b ttm_resource_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x080b59e3 ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0c231474 ttm_kmap_iter_iomap_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x12090b77 ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1335c463 ttm_bo_vm_fault +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x196e0cab ttm_pool_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1a71d30c ttm_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x23504e38 ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2acd8f3a ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2e0c9845 ttm_glob +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2f4a5573 ttm_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x31d0a313 ttm_bo_eviction_valuable +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x349b7ca2 ttm_bo_vm_close +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x37291701 ttm_resource_manager_debug +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x38e2826d ttm_resource_manager_create_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3a996c72 ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3b7d12c6 ttm_bo_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3b90b5fe ttm_bo_pin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3de7e3d1 ttm_kmap_iter_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x48a3043d ttm_bo_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4d5d2c47 ttm_bo_move_sync_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x55346874 ttm_pool_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x583004d6 ttm_bo_vunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5afdfb2b ttm_bo_vm_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5e1b99e8 ttm_bo_init_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5f9e8a36 ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x61932e2a ttm_resource_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x69cc2943 ttm_tt_pages_limit +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6d3bb838 ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x73bb0dc9 ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x75b672af ttm_bo_vmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x78bc7d81 ttm_device_clear_dma_mappings +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x78c28ae6 ttm_pool_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x80a3cdf3 ttm_bo_move_to_lru_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x855eec8a ttm_bo_vm_access +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x864a078f ttm_resource_manager_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x917ad2f8 ttm_pool_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x93bce135 ttm_bo_set_bulk_move +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x95b8dd68 ttm_device_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9ec19a25 ttm_device_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa4357410 ttm_sg_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa85dec09 ttm_bo_vm_open +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa917eb6a ttm_bo_vm_fault_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xac2cd12d ttm_lru_bulk_move_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xaf980cf3 ttm_lru_bulk_move_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb12ed612 ttm_bo_wait_ctx +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb3c903e0 ttm_resource_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb6c28225 ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbe2b8408 ttm_bo_init_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbeec6b03 ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc07bd869 ttm_resource_manager_evict_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc6d537fa ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdabf1ef9 ttm_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdd4de180 ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdd710ad9 ttm_pool_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xde888164 ttm_range_man_fini_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe1b68ecc ttm_bo_vm_dummy_page +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf1d44af3 ttm_range_man_init_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf4529814 ttm_resource_manager_usage +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf4e6382c ttm_bo_unpin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf5aa67a3 ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x0d89763e host1x_driver_register_full +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x1854697b host1x_syncpt_read_max +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x1e8d8d01 host1x_syncpt_release_vblank_reservation +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x2449f44b host1x_client_exit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x27bb468c host1x_fence_create +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x284f99e7 host1x_job_add_wait +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x3522522c tegra_mipi_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x35c5f94e host1x_driver_unregister +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x36bebd2a host1x_client_resume +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x37cc207c host1x_job_submit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x3f0f656d host1x_syncpt_read_min +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x45277581 host1x_job_unpin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x46be60c8 __host1x_client_init +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x49d38bef host1x_job_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x4ab590ee host1x_device_exit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x4d709fe2 host1x_syncpt_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x51de13ce host1x_syncpt_base_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x5278e3ee host1x_syncpt_incr_max +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x57231b9d host1x_device_init +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x5ad56b8c host1x_bo_unpin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x60e1c657 host1x_job_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x679207ac host1x_syncpt_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x6cf479dd host1x_get_dma_mask +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x72e78e54 tegra_mipi_start_calibration +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x780210d6 host1x_channel_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x91f53d9c host1x_channel_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9451a33e tegra_mipi_free +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x945f4610 host1x_syncpt_get_base +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9c819354 host1x_syncpt_get_by_id_noref +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9ead23ff host1x_syncpt_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9f042942 host1x_fence_cancel +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa733ff60 tegra_mipi_disable +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xaa155cbd host1x_syncpt_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xad733bdf host1x_client_unregister +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xb59a6f74 host1x_syncpt_read +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xb5fe3abf host1x_syncpt_get_by_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xbcbe65a0 tegra_mipi_finish_calibration +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xbeeaf32f host1x_job_pin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xc6fe9481 host1x_job_add_gather +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xc926a59c __host1x_client_register +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xce3e0b79 host1x_syncpt_wait +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xd1ec4436 host1x_job_alloc +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xd9ccd23a host1x_channel_stop +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xe4a4d53d host1x_client_suspend +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xe86fa2bc host1x_channel_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xe903bea6 host1x_syncpt_alloc +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xec047c46 host1x_bo_pin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf33beef9 host1x_syncpt_incr +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf8a79b19 tegra_mipi_enable +EXPORT_SYMBOL drivers/hid/hid 0xa70d6024 hid_bus_type +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x4708b195 vmbus_sendpacket +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x4f384787 vmbus_sendpacket_getid +EXPORT_SYMBOL drivers/hv/hv_vmbus 0xd66b2c28 vmbus_recvpacket +EXPORT_SYMBOL drivers/hwmon/adt7x10 0xcec3e2b8 adt7x10_dev_pm_ops +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x2f9e7f8e vid_which_vrm +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x446615bd vid_from_reg +EXPORT_SYMBOL drivers/hwmon/ltc2947-core 0xcf5a630d ltc2947_pm_ops +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x01568393 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x96ec3b26 sch56xx_read_virtual_reg12 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xaa17a737 sch56xx_write_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xb37b9b81 sch56xx_read_virtual_reg16 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xc0377ecd sch56xx_watchdog_register +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x73c3efc4 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x9cf23325 i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xa8fa1276 i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x3a549404 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xe33f8fee i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0xc1219083 amd756_smbus +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x10a4c688 qcom_adc5_hw_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x1fcd0103 qcom_adc_tm5_gen2_temp_res_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x39885d6b qcom_adc_tm5_temp_volt_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x401dc869 qcom_vadc_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x47f699dd qcom_adc5_decimation_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x4e64cdb9 qcom_adc5_hw_settle_time_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x53546ecd qcom_adc5_avg_samples_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x70e6eca1 qcom_vadc_decimation_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0xc61e7a34 qcom_adc5_prescaling_from_dt +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0xc15dc478 iio_triggered_buffer_setup_ext +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0xd1ca42cd iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x0a12b0af iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x2db728b0 iio_kfifo_free +EXPORT_SYMBOL drivers/iio/imu/fxos8700_core 0xe1787fa0 fxos8700_regmap_config +EXPORT_SYMBOL drivers/iio/industrialio 0x08b3ca0d iio_device_set_clock +EXPORT_SYMBOL drivers/iio/industrialio 0x1abba5f2 iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x2ec7be83 __iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x311a4fc7 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x37ccf501 iio_trigger_validate_own_device +EXPORT_SYMBOL drivers/iio/industrialio 0x3d1fe012 iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0x47649695 iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0x73ef1ca4 iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0x7c692d50 iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0x7cc89529 iio_trigger_set_immutable +EXPORT_SYMBOL drivers/iio/industrialio 0x963d81d6 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xa1e523e6 iio_trigger_using_own +EXPORT_SYMBOL drivers/iio/industrialio 0xb34d2e69 iio_device_get_clock +EXPORT_SYMBOL drivers/iio/industrialio 0xb42b58cf iio_get_time_ns +EXPORT_SYMBOL drivers/iio/industrialio 0xbc31a1cc iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0xc3e24c2c iio_trigger_poll_nested +EXPORT_SYMBOL drivers/iio/industrialio 0xc89521f2 __iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0xc95f6ab2 iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0xceadd7b9 iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0xcebd4b8b iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0xd6ae049d iio_read_mount_matrix +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xe81562ec iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio-configfs 0xb0bb950d iio_configfs_subsys +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x1a8ee251 iio_register_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xa8765e05 iio_sw_device_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xde60bd2c iio_unregister_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xea604aea iio_sw_device_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x4457ef5a iio_sw_trigger_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x87573592 iio_register_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xbfc5fd58 iio_unregister_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xccb3af67 iio_sw_trigger_destroy +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x61be5eea iio_triggered_event_setup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x7ceae672 iio_triggered_event_cleanup +EXPORT_SYMBOL drivers/iio/pressure/bmp280 0x22872907 bmp280_dev_pm_ops +EXPORT_SYMBOL drivers/iio/trigger/stm32-lptimer-trigger 0x9c28bb5b is_stm32_lptim_trigger +EXPORT_SYMBOL drivers/iio/trigger/stm32-timer-trigger 0xaa81124a is_stm32_timer_trigger +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x02e6e7ce ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x250ab386 ib_cm_insert_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x2aa8baad ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x323dcc37 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x3257ec64 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x513861b4 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x617b1b45 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x69824a14 ibcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x6be7ea63 ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x7fe72691 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x93c8b98e ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x972cd739 ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xaa76cf03 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xadd07930 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe3f01bb6 ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xfbf15758 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00cd25ea ib_get_rdma_header_version +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0511f5ee ib_drain_rq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x060b455f rdma_read_gid_l2_fields +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0806ecbb rdma_nl_put_driver_u64 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x085e5195 rdma_copy_src_l2_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x090bb58a rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0a8e76ea ib_sg_to_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0b8de94f ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0bb1cc56 rdma_move_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c86f5cb ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0cda99d2 rdma_nl_put_driver_u32 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0d3354a6 rdma_alloc_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0d737adf ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0fcedb02 __ib_alloc_cq_any +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x11950ad4 ibdev_notice +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x13c49947 rdma_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1424ee26 ib_create_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x17569ac4 ib_map_mr_sg_pi +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1bc6be00 rdma_umap_priv_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1bd262e7 ibdev_info +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1c0add9f rdma_rw_ctx_wrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1c16ec3e rdma_set_cq_moderation +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e1d4239 rdma_put_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1f942f38 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x20377124 __ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x21571f3c rdma_get_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x21709cf5 ib_port_register_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x21fb48eb ib_get_cached_subnet_prefix +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x23770bfe ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x25aaeccd ib_create_qp_kernel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x262c85d8 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x28c5ad6b ib_destroy_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x28d887b5 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2a6caccf ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2b5b1223 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2fb440cd ib_mr_pool_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2fd7e0fa rdma_roce_rescan_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x305e5701 rdma_addr_size_kss +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x31527ac2 ib_device_set_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x33896ad5 ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x39ba0680 ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x39bb6f5a ib_qp_usecnt_dec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x39e4f0f5 rdma_nl_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x39febb2d rdma_user_mmap_io +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3ad1907b ib_modify_qp_with_udata +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3baca47c rdma_rw_mr_factor +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3da5a90e rdma_restrack_del +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3e01ce69 ibdev_printk +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fc2387c ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fe0c3df roce_gid_type_mask_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x40f77432 rdma_read_gid_attr_ndev_rcu +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x41aa5974 ib_get_eth_speed +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x432a76c0 rdma_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x434c5d10 zgid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x439ce33c ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45fb8985 rdma_nl_chk_listeners +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x471871be ib_port_unregister_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4a5d9419 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4ac533ee ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4c33952f ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4d6357ac rdma_init_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e155af0 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e90435c ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4f66238a ib_alloc_mr_integrity +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5028e4f7 rdma_alloc_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50c9f76b ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x51cd86a1 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5533e5f5 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55bb02f3 ib_cache_gid_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5645ea97 rdma_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x584c24da rdma_nl_unicast_wait +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x589f3777 ib_unregister_device_and_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58df5b94 ib_get_gids_from_rdma_hdr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5a863326 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5b6f7205 ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5be17953 ib_free_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5c5bb170 rdma_query_gid_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5c93f157 rdma_nl_stat_hwcounter_entry +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5dda3d3c ibdev_emerg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x606e08b2 ib_alloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61373fd2 __rdma_block_iter_next +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x613b1e2e ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61b8001e ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61d24c52 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x622e5a59 ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x679c0adc ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x680e3cfd __rdma_block_iter_start +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x688f749a rdma_link_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x698cb24c rdma_replace_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x69bb5603 ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b2bc18f ib_rdmacg_try_charge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b958320 ib_ud_ip4_csum +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b98462f ib_destroy_wq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6bbe72c7 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6da68720 rdma_restrack_set_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f3614b6 rdma_is_zero_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x70807834 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x71fb5afc ib_create_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73baf9a2 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x749b9198 ib_port_sysfs_get_ibdev_kobj +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75a729a0 rdma_nl_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x775a0635 rdma_restrack_parent_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x787ccc4c ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7b669e11 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7be36e29 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7ecde226 ib_process_cq_direct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7f062219 ibdev_alert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7f12d5c7 ib_mr_pool_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x81d797c4 rdma_rw_ctx_post +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x826fd7b3 ib_alloc_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x831e72fd ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x834464df ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x83e9cb25 rdma_destroy_ah_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8475795f rdma_rw_ctx_destroy_signature +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x85724864 ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x86c9f77b ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x880ccd4f ib_set_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8992474a ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8a3af0ef rdma_user_mmap_entry_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8b7efc5e ibdev_crit +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x902a8a9e ib_init_ah_attr_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90e807c7 ib_cache_gid_parse_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x91b041d1 ib_advise_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x92787f5d ib_dealloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x928bfbcb ib_get_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x94464690 ib_mad_kernel_rmpp_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9597ab41 rdma_user_mmap_entry_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x979c891d rdma_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x991b33ce rdma_restrack_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x99d63e28 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9b062962 rdma_restrack_new +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9c0df725 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9dbec10b ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9df51e57 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9df6529c ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9e9cff9e ib_port_immutable_read +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9f230a43 __ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9f8814f9 ib_dealloc_pd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa153a297 ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa555844a ib_get_vf_stats +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa58c5b06 ib_set_device_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa8058aff ib_reg_user_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa8452511 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaa583848 rdma_find_gid_by_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaac017e6 rdma_destroy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab3a40a8 ib_set_vf_link_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xac90c06d ib_get_net_dev_by_params +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae956dce ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb019bd37 rdma_nl_put_driver_u64_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb392ca3b rdma_hold_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb464156b rdma_dev_access_netns +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4c40040 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb5f340fa rdma_user_mmap_entry_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb6a31077 ib_drain_sq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7852a05 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb8fb0f96 rdma_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb9416af1 rdma_nl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb9680464 rdma_restrack_get_byid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xba0e99c5 rdma_restrack_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xba17e1d8 rdma_read_gid_hw_context +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbc5adfad ibdev_warn +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbcda3926 rdma_user_mmap_entry_get_pgoff +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbdae96e9 ib_destroy_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc05a1e46 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc11a5fbb ib_get_vf_config +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc566255c ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc6502f11 rdma_user_mmap_entry_insert_range +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8d38664 rdma_free_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc9fb2b08 rdma_link_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcbbe1d71 __ib_alloc_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0478dc4 ib_unregister_driver +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd08159ac ib_dma_virt_map_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0c49fce ib_create_qp_security +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd1b68ead ibdev_err +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd1d9a165 ib_mr_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd21bb37a ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6636ca6 rdma_addr_size_in6 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd708ca88 ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd71219e8 ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd80e9f4b rdma_nl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd8ed2c89 ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd8fdee4f rdma_nl_put_driver_string +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda079f36 rdma_restrack_add +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xde286afc ib_drain_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xde92a92b ib_unregister_device_queued +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdefb18fc ib_rdmacg_uncharge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdff19c81 rdma_user_mmap_entry_insert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe02862f2 ib_init_ah_attr_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe2d863bd ib_device_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe2e15fb9 ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe32524dd ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe3ea2d69 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe57ea110 rdma_restrack_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5840ec6 ib_wc_status_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe74bd966 ib_get_cached_port_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe75c6b00 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe795f9ba _ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7b52e5f mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9e799fc ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xea955a64 rdma_create_user_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xec493918 rdma_rw_ctx_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xedb46706 rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xedf7be5b ib_cq_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xee7b7c59 rdma_rw_ctx_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xef0c184f ib_cq_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xef9e7d6b rdma_nl_put_driver_u32_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf34ca918 ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5aa969f ib_device_get_by_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5dedb30 rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5ede048 ib_get_device_fw_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf626d1ec ib_map_mr_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6ed3334 ib_event_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf7b539b3 ib_destroy_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf938230c rdma_move_grh_sgid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfa8e52c3 ib_qp_usecnt_inc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfab03662 ib_mr_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfb50deb5 ib_device_get_by_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfbaf231c rdma_copy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc6fd98c rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfcb53c4e rdma_rw_ctx_signature_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfeb5cf7a ib_create_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x01ab3b46 uverbs_copy_to_struct_or_zero +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x05453678 _uverbs_get_const_unsigned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x16f1c877 ib_umem_odp_map_dma_and_lock +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x178e3a4b uverbs_uobject_fd_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x20c2724e flow_resources_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x22530d5f ib_umem_copy_from +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2a59c6e0 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2b49933e flow_resources_add +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2ded215b uverbs_get_flags64 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x31ec59d0 ib_umem_dmabuf_get_pinned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3685bba7 ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x36c34dc6 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3941bda3 uverbs_finalize_uobj_create +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4a3b208e ib_umem_dmabuf_unmap_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5a897952 ib_uverbs_get_ucontext_file +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5c568df2 uverbs_copy_to +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5ec34cf8 ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x754b0000 ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7d4d4def uverbs_destroy_def_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8a6a9f9d ib_umem_odp_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8ffcd6e7 _uverbs_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x99ff3759 ib_umem_odp_alloc_child +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9bd1f694 ib_umem_odp_unmap_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9d35c335 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa3d40d85 uverbs_idr_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xab904cfa ib_umem_dmabuf_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xacad2208 ib_umem_dmabuf_map_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc29d852b uverbs_get_flags32 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc91119a7 ib_uverbs_flow_resources_free +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd0c22f12 uverbs_uobject_put +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe4140995 ib_umem_odp_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe63bf134 ib_umem_find_best_pgsz +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf8f6e963 uverbs_fd_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf98ea6e2 _uverbs_get_const_signed +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xfbc653e8 ib_umem_odp_alloc_implicit +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x23a46af3 iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x326abd51 iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x3f69774f iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6ace9acb iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x74bcba5d iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xa4c4fe8c iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xb1974d84 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xe648a885 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf3df871f iwcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x077d59de rdma_accept_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x24a313d4 rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x269b4f9e rdma_iw_cm_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2721dc78 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2e1f5b86 rdma_create_user_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x35031a25 rdma_consumer_reject_data +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x399ecf66 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3be69ef8 rdma_res_to_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3f74da23 rdma_read_gids +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4a67cf5a rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4e18193c rdma_lock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x65284f76 rdma_set_ib_path +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6647f64d rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x726bb8d0 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7b6dd101 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7f186e08 rdma_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x87906fca rdma_connect_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8eae678b rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x907df803 rdma_event_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x922458c2 rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x92972773 __rdma_create_kernel_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x965a5697 rdma_connect_locked +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x97cf4b89 rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa016b9e3 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa02c3f31 rdma_unlock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xaff718a1 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb091cc28 rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb63fe88d rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xba222759 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xbd201e84 rdma_set_ack_timeout +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc5f4748f rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xcb9b8acd rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd20c796e rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd262c7cd rdma_set_min_rnr_timer +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe4adfc85 rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x60514bd6 rtrs_clt_put_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x75a90033 rtrs_clt_get_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x95d63185 rtrs_clt_request +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x97725625 rtrs_clt_rdma_cq_direct +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xa341a4c1 rtrs_clt_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xafb0f7fb rtrs_clt_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xe880830a rtrs_clt_query +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x242a8646 rtrs_addr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x458f4d6b rtrs_rdma_dev_pd_deinit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x5a5406d2 rtrs_ib_dev_put +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x887302f3 rtrs_addr_to_sockaddr +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xb6d80c03 rtrs_rdma_dev_pd_init +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xe15357ef sockaddr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xe50598a9 rtrs_ib_dev_find_or_add +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x5e4ec482 rtrs_srv_get_queue_depth +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x64746c07 rtrs_srv_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x651bd6fc rtrs_srv_get_path_name +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x933fb616 rtrs_srv_set_sess_priv +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x96f6787d rtrs_srv_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xfd548e44 rtrs_srv_resp_rdma +EXPORT_SYMBOL drivers/input/gameport/gameport 0x026b1bf6 gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x2293e037 __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x44b97637 gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x450619be gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0x564e5a7b gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x7b5860f7 gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0x842448b4 gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0xb21f77a1 gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xc3da5287 __gameport_register_port +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x1fa1c756 iforce_process_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x4ff213c3 iforce_send_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x9293f5f1 iforce_init_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0xb01f39be matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x63e3455c ad714x_probe +EXPORT_SYMBOL drivers/input/misc/ad714x 0xc63cc286 ad714x_pm +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x892d76b2 cma3000_resume +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x89d9444e cma3000_exit +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0xa62035b0 cma3000_init +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0xca3f100a cma3000_suspend +EXPORT_SYMBOL drivers/input/rmi4/rmi_core 0xdb942e8d rmi_unregister_transport_device +EXPORT_SYMBOL drivers/input/sparse-keymap 0x0698f8f0 sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0x0761769f sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0x11d1a3e7 sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x3a8015e7 sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0x6ed78a0f sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x270dceae ad7879_probe +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xcf339f1f ad7879_pm_ops +EXPORT_SYMBOL drivers/interconnect/qcom/icc-smd-rpm 0xae142f9b qnoc_remove +EXPORT_SYMBOL drivers/interconnect/qcom/icc-smd-rpm 0xd7cfabad qnoc_probe +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x133f5b6c attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x4f8d0e99 detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x561df69a capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xcb33608a capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xce10831b capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0x27c58fd5 isdnhdlc_decode +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0x4644eea5 isdnhdlc_out_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0x5b835a58 isdnhdlc_rcv_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0xef4ee223 isdnhdlc_encode +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x76e396db mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xab733b38 mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xc51d787a mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xcfb9e3a4 mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x32173c09 mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xf93c7611 mISDNisar_init +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x03a68066 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x04790a9c get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x074c76a7 mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1712fd2f mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x26236de8 mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2713494a mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x30d25b0d mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x313b1fde mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x37c4825f recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x37e4a069 mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x38773222 queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x41cc0e4c bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x49f2d22b recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6047df40 mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x63cdbfa8 mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x67eb614c mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x70e6097f mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7db59ac9 mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7edb97da recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8a997e84 mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x99adcd04 mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9c928457 mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa38f09c0 create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb5aaa4db dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd285995f mISDN_clock_get +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd5145151 mISDN_FsmEvent +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd8260aaf recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xdb38e581 recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe61d374e mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8509fc0 bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf960b88e get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x01087af0 mISDN_dsp_element_unregister +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x93df9e4b dsp_audio_law_to_s32 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb07a21b8 dsp_audio_s16_to_law +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb98308d8 mISDN_dsp_element_register +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x54a12ec4 ti_lmu_common_set_ramp +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x5e4cef96 ti_lmu_common_get_brt_res +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x9c2743cf ti_lmu_common_get_ramp_params +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0xced72aae ti_lmu_common_set_brightness +EXPORT_SYMBOL drivers/mailbox/mtk-cmdq-mailbox 0xa8f5b9f2 cmdq_get_shift_pa +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x5c723dee omap_mbox_enable_irq +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x6294da50 omap_mbox_disable_irq +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x708241a9 omap_mbox_request_channel +EXPORT_SYMBOL drivers/md/dm-bio-prison 0x476d2454 dm_cell_key_has_valid_range +EXPORT_SYMBOL drivers/md/dm-log 0x4f969855 dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0x74121494 dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0xba10fa59 dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0xf0824e3f dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x07235b43 dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x3f553086 dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0x7e37402e dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0xd111f72e dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0xdaeba5a2 dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0xf8c472af dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/raid456 0x05832783 r5c_journal_mode_set +EXPORT_SYMBOL drivers/md/raid456 0x4bf939c2 raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x07eaf5c5 flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x0bf05ded flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x2b522762 flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x2e2fbb0e flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x3db72b5e flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x523499ab flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x5d24e58e flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x896ca273 flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xc5f4dcba flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xd4ef77cb flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xdd91cab0 flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xe3f5b95e flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xf92c559f flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/cx2341x 0x15ac1bd0 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/common/cx2341x 0x28240e61 cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/common/cx2341x 0x4ac7b908 cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cx2341x 0x55aa7c5f cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x5b5cc43e cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x60a74e17 cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cx2341x 0x7b4dd2cb cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0x7eeecc5c cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cx2341x 0xc4b5dded cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0xdbc5583a cx2341x_update +EXPORT_SYMBOL drivers/media/common/cx2341x 0xe1fe1432 cx2341x_log_status +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0xcb825b94 cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0x693e74ba ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0xfa425323 ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/common/tveeprom 0x0486fae7 tveeprom_read +EXPORT_SYMBOL drivers/media/common/tveeprom 0x0dbf0296 tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x065246b8 frame_vector_create +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x1b700d37 put_vaddr_frames +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x1d5f9555 frame_vector_destroy +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xa80dc0af vb2_buffer_in_use +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xc5e5573a frame_vector_to_pages +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xd7343ee4 vb2_verify_memory_type +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xdffb744b frame_vector_to_pfns +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xe20dfe0f get_vaddr_frames +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x20bf87a3 vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x456a329b vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x9de2564b vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xae4fc593 vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xae530561 vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xd24a8e2b vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-memops 0xc7c2b85f vb2_create_framevec +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-memops 0xccd197c7 vb2_destroy_framevec +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-v4l2 0xa26f4ca1 vb2_querybuf +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x08733236 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x0e7daa13 dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x101c32a4 dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1740e1d8 dvb_remove_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x18acd31f dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1f3d0ed4 dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x223d9d45 dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2f5cdf80 dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3b93d71a dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3ef1ced5 dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x425c7e36 dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4df074ab dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x54abe4ff dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5f2b1d95 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5f9a093e dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6181aec0 dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6a9f708a dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x76b4e4d1 dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7d6dd9ec dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x89b597d6 dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8c54b0f8 dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8dfd193d dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x91a6794b dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9263a063 dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9d1bb5dc dvb_device_get +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa00aac30 dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa4235824 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa909b1da dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb3352dd2 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb379edfc dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb97d4cd9 dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xba91abe7 dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc197a293 dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc3f679f9 dvb_ringbuffer_write_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xca841189 dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd4de995d dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdbeeed74 dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe138ce6b dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xebbc2d9b dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfad130a7 dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfb09f39a dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfb9a826f dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfc6380e5 dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x1d85dfa7 au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x335b0c90 au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x6aa4f8fc au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x6de006e6 au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x7927de05 au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x7d72376c au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xb1d57a26 au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xe17cfd5a au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xe900f097 au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x7ddc6921 cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x2b6b02b0 cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x993b292c dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x9c74a143 dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xe488cdd9 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xf88dff08 dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x10149c36 dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x1df3f885 dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x2ef75dc8 dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x35735ee3 dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x3eea9b18 dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x4f29521c dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x6d0b459d dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x7f1ae909 dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x82d985e8 dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x9ea76d28 dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xa799826b dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xaa10ba1f dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xd0282510 dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xad494f6f dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xcac92aae dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xcbefeadd dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xdd3d23b4 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xfd688403 dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x2fd522ed dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x81186bd0 dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xd593abf2 dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x183d25de dib9000_fw_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x4ad53791 dib9000_set_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x638d2691 dib9000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x647b31fe dib9000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x67d2f3c4 dib9000_fw_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x90636e5d dib9000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xc5abe433 dib9000_get_tuner_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xd0438111 dib9000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xef32cc4f dib9000_get_component_bus_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xf9a935f7 dib9000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xfcc3d5ed dib9000_fw_set_component_bus_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xfd04f863 dib9000_firmware_post_pll_init +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x5c0e45b6 dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x8691e977 dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x91c7e430 dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xb7f99c62 dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xea649454 dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x0f8a4757 dvb_dummy_fe_qam_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x30efad43 dvb_dummy_fe_qpsk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x9b21892b dvb_dummy_fe_ofdm_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gl5 0xe016d7d9 lgs8gl5_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbh29 0x5a028a1f lnbh29_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0xe59fb932 m88ds3103_get_agc_pwm +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x3c84ef2b s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0x837d26d4 zd1301_demod_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0xd4a5ba36 zd1301_demod_get_dvb_frontend +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x31a48e87 flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x774e4e2b flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xa46f5c37 flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xa58e904a flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xb9165bdc flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xf4573c1d flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xf61ce41d flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x0dca54ae bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x66b1c8ba bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xb4f89be8 bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xdce5f364 bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x4bc7bd8d bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8ecf4acc bttv_write_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x9aaaa5f2 bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbcf2d2fb bttv_read_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xe90c4be3 bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x11228c4d dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x43a983fd dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x58f17922 write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x86d0b34f dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x984f981a dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xa55a1f28 rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xb800b925 read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xfa477640 dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xfc61648c dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x036829f7 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x32f57b6b cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x3dccd647 cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xb4d95549 cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xca192627 cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x1ab311dc altera_ci_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6ff7510d altera_ci_tuner_reset +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xdb3faf38 altera_ci_release +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xe66b9812 altera_ci_irq +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x35aa6b91 cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x44b517f5 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x5e5dd5b2 cx25821_riscmem_alloc +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x70dd2302 cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x79a8d17c cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x8e8fd51e cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xcf302b87 cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xdffbd65f cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe9050411 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x35f91001 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x7b0c7f11 vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x1da5ae2b cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x53b489f1 cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x53df6090 cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x6edb4b39 cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x17d18daa cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x1a7c05e6 cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x59159b49 cx8802_start_dma +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x99b97dfa cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x9c2edef5 cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x9e046448 cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xfd1175fb cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x0a232769 cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x11231b31 cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x11b7b85a cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1428db63 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1685940f cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1b298b59 cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1efdbb27 cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2b43b6b9 cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x36c9b746 cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x41f6a5ea cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x45cbd321 cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x567feda9 cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5edb7ae5 cx88_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5f6d44a0 cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x690b4200 cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x69ce0987 cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8d88137a cx88_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x97b7acc8 cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa9093f56 cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xaaddb47e cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xcf298b57 cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf3cda802 cx88_core_put +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x0675837c ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1002e9e6 ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1a6cc74a ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x20567956 ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x24d53692 ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x2a4f347d ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x592f947c ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x8d27fa82 ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x988b4a12 ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xa7614c03 ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xab27f116 ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb502b615 ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb538e521 ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xbc191fd8 ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xcb4124f5 ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xcebf8f0a ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xecc86b1d ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x006b0a68 saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x04e83446 saa7134_tuner_callback +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1211df5d saa7134_devlist +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x27999193 saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x58bc53f4 saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x5d07ac9e saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x730c4be3 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x88c94dd2 saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x8f1ad46b saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x9ba432cb saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb2f1d569 saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xd9cfbfed saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xdfe29403 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xdff53ad2 saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xe5065172 saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/platform/allegro-dvt/allegro 0x2c79d0f2 msg_type_name +EXPORT_SYMBOL drivers/media/radio/tea575x 0x047cbc3d snd_tea575x_g_tuner +EXPORT_SYMBOL drivers/media/radio/tea575x 0x09fdd0ae snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0x4a537f58 snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0x7c1c2ab7 snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0xc3429705 snd_tea575x_enum_freq_bands +EXPORT_SYMBOL drivers/media/radio/tea575x 0xd7553bdb snd_tea575x_s_hw_freq_seek +EXPORT_SYMBOL drivers/media/radio/tea575x 0xe3014f66 snd_tea575x_init +EXPORT_SYMBOL drivers/media/rc/rc-core 0x01098f88 ir_raw_encode_scancode +EXPORT_SYMBOL drivers/media/rc/rc-core 0x1c3d3661 ir_raw_handler_register +EXPORT_SYMBOL drivers/media/rc/rc-core 0x2fe55cf5 ir_raw_gen_pd +EXPORT_SYMBOL drivers/media/rc/rc-core 0x793d32fb ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/rc/rc-core 0x7a02ee87 ir_raw_gen_pl +EXPORT_SYMBOL drivers/media/rc/rc-core 0xb5516017 ir_raw_encode_carrier +EXPORT_SYMBOL drivers/media/rc/rc-core 0xce3696f3 ir_raw_gen_manchester +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x73233384 fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xd9226484 fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x4c48939e tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x4116d228 cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x6829d1d8 cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x35387fa6 dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x367d4a2a dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x4568f269 dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x5df549b9 dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x9a1eff8d dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xa334e642 dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xa78d95b5 dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xbd765538 dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xd4336069 dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x2865a465 usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x74710a0d dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x895f8798 dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x8b6f5395 dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xa6394a81 dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xbf636a58 dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xc5adabf3 dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x341530cb rc_map_af9005_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x60af2002 af9005_rc_decode +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0xd4e288db rc_map_af9005_table_size +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x0d764d61 dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x2b0252b3 dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x2f58b351 dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x335eaa39 dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x85a8bf65 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x93822ecb rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x9d0092b7 dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x9d81411c dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xdf1f9de8 dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xe8d64d16 dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0x2b8c8504 dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0x35275bcb dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x1839adcb em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xa54d919d em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x0c48b170 go7007_read_addr +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x1a49ce15 go7007_boot_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x35f68a69 go7007_snd_init +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x3f1f06f1 go7007_alloc +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x43792d53 go7007_update_board +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xa58df073 go7007_read_interrupt +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xbace899f go7007_register_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xc2494489 go7007_snd_remove +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xccf9ec2b go7007_parse_video_stream +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x06357674 gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x068bf456 gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x47dd99db gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x6f34b15e gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9bc0e130 gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xa44720b2 gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xca6ad85a gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xdd6516f1 gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xc838d33b ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xe3ffd2f1 ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x3278196b v4l2_async_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x32e907f0 v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x389b3ba6 v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x42d7a4c5 v4l2_async_subdev_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xb13c10ce v4l2_async_nf_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xd318956a v4l2_async_nf_init +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x367fa967 v4l2_m2m_buf_done_and_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x3fabcb60 v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x459e133f v4l2_m2m_get_curr_priv +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x5352d022 v4l2_m2m_resume +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x73b2a7b6 v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xced22d68 v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xf626dd03 v4l2_m2m_suspend +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x026fc8a1 __v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x034d207d v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0454c54e v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x07d8765d v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x082737e8 v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x08d7bad5 v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0ee22dde v4l2_subdev_call_wrappers +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0f7d2d49 __v4l2_ctrl_s_ctrl_string +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x11829f73 v4l2_ctrl_type_op_validate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x17bdb6c7 v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x192892b6 v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1e14e345 __v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x26100c46 __v4l2_ctrl_s_ctrl_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2e99d8bb v4l2_ctrl_request_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x315de2cf v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x32d43420 v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x330b3efb v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x35ff98bf v4l2_format_info +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x36c3b4f9 v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x37c25018 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x388f065b v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3adbd595 v4l2_field_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3b86cd9a v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3bd8baa7 v4l2_ctrl_type_op_equal +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3bdd0f94 v4l2_prio_change +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4fd2b7f7 video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5b1719a8 v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5e106895 video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x609831e1 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x656f17a7 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x66ec4b4e v4l2_query_ext_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x68ae882a v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6e4684ba v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x711dc19d v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x71d96f77 v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x766538fd v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7a5c147d v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7e6421e0 video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x84901bc9 video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x89e3897d v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x90357a43 v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x90a8c13b v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x90bf6c11 v4l2_ctrl_request_complete +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9f845471 v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa21ef17e v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa31cf1d0 v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa4cdd5b2 __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xab2ce941 v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xaeefdb95 v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb49879db __v4l2_ctrl_modify_dimensions +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb6ac96f0 v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xba016211 v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc36f194a v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcac51432 __v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd16d9c01 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xda9f67a8 v4l2_ctrl_new_std_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdb75cf76 v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe0bf09fb v4l2_ctrl_type_op_log +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xeb002176 v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xeeb773c2 v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf0338161 __v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf23f990b v4l2_ctrl_new_fwnode_properties +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf251922c video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf50fecbc v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf8bc413d v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfd7f9bd5 v4l2_ctrl_type_op_init +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x2a5e7eb8 rpcif_hw_init +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x35e233df rpcif_dirmap_read +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x7095c187 rpcif_prepare +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0xadcabc6e rpcif_sw_init +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0xb8ffec79 rpcif_manual_xfer +EXPORT_SYMBOL drivers/memstick/core/memstick 0x10cba52a memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0x15de81d0 memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x199305e6 memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x1a9020d5 memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x1cdf122c memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x28464ad7 memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x287277cb memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x41068eb1 memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0x4ca21dda memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5ede1b2e memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x6951a723 memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x7e2a5df3 memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xb0275e12 memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xe875e6ec memstick_next_req +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0708ff74 mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0aa86a05 mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0b338d79 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1bc9dcf3 mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3b606d4b mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x52888be5 mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5efe0130 mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x610b257e mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x680b2dde mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x72e42fa8 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x74a0134a mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7ab129f1 mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x84f4417a mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x85b62908 mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x93e620e0 mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x948beef9 mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x981efe92 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa0dd5d5f mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa147398c mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa55f4125 mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb3db3d32 mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb8883207 mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb8b86b58 mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc0d6b848 mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc161d340 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc390a07d mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xcaad4c90 mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdf45520d mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe05287bf mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe06d21eb mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe6c1e126 mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xea3ec4f7 mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xeae88b22 mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x071f4697 mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x24b1a16c mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2eb43b53 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3edcb50b mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3f961d4a mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x431f5a3d mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4d7afa5e mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4de6ed9d mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5ad3004b mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5f974f6f mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x749f40bf mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x78daa32a mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x880103ce mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8bad23d2 mptscsih_host_attr_groups +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x92742a10 mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x96536882 mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x96d7e0e5 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9cc0d485 mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xaae28e7b mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb481839c mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb6720213 mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc6d933fd mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd3c71214 mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe7850548 mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xed63f696 mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xef8842f8 mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf5f62cc1 mptscsih_ioc_reset +EXPORT_SYMBOL drivers/mfd/axp20x 0x172bfbf7 axp20x_match_device +EXPORT_SYMBOL drivers/mfd/axp20x 0x3a0fd02a axp20x_device_probe +EXPORT_SYMBOL drivers/mfd/axp20x 0x9f2dd6b8 axp20x_device_remove +EXPORT_SYMBOL drivers/mfd/dln2 0x5d57be01 dln2_transfer +EXPORT_SYMBOL drivers/mfd/dln2 0x9d85a0d6 dln2_unregister_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0xf0754592 dln2_register_event_cb +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x14cb125c mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x37e3d5f5 mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x3b3e1ceb mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x7275ca75 mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xb31bcde9 mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xb79bf507 mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xc09ac12d mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xc23123a2 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xce9d9f74 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xe1177668 mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xf2609d2b mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/qcom-spmi-pmic 0xbe7ed294 qcom_pmic_get +EXPORT_SYMBOL drivers/mfd/qcom_rpm 0xd520f912 qcom_rpm_write +EXPORT_SYMBOL drivers/mfd/tps65010 0x02d4ad0f tps65013_set_low_pwr +EXPORT_SYMBOL drivers/mfd/tps65010 0x0c6ad2cf tps65010_config_vdcdc2 +EXPORT_SYMBOL drivers/mfd/tps65010 0x28485130 tps65010_config_vregs1 +EXPORT_SYMBOL drivers/mfd/tps65010 0x33739de7 tps65010_set_vib +EXPORT_SYMBOL drivers/mfd/tps65010 0x9fd44c69 tps65010_set_led +EXPORT_SYMBOL drivers/mfd/tps65010 0xb14080cc tps65010_set_low_pwr +EXPORT_SYMBOL drivers/mfd/tps65010 0xd5bb106d tps65010_set_vbus_draw +EXPORT_SYMBOL drivers/mfd/tps65010 0xe99b3f36 tps65010_set_gpio_out_value +EXPORT_SYMBOL drivers/mfd/wm8994 0x193a9ef6 wm8958_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x2abd505f wm8994_irq_exit +EXPORT_SYMBOL drivers/mfd/wm8994 0x2b00256f wm8994_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x86589cdb wm1811_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x9c23e679 wm8994_base_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0xf7bcd71d wm8994_irq_init +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x7709f736 ad_dpot_remove +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xff9d3215 ad_dpot_probe +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x5bafa76e altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x7d52d056 c2port_device_unregister +EXPORT_SYMBOL drivers/misc/c2port/core 0xa0ef8c83 c2port_device_register +EXPORT_SYMBOL drivers/misc/tifm_core 0x05cac3be tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x0ffb277f tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x2c7d88a5 tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x328d2879 tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x38a16dd1 tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x38c7784f tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x4f5a8a23 tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x66d6093a tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0x8aa44668 tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xa28c6782 tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xbacdf503 tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xc2a2832c tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xced07771 tifm_has_ms_pif +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x3b011474 cqhci_pltfm_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x990cac1c cqhci_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xdd11a3a6 cqhci_deactivate +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xeda1fb90 cqhci_irq +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xfa872075 cqhci_resume +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x76330b4c dw_mci_probe +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x87bc38a3 dw_mci_runtime_suspend +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0xab9fe2eb dw_mci_remove +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0xee0d486b dw_mci_runtime_resume +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x5f557a83 mmc_spi_put_pdata +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0xde1884fc mmc_spi_get_pdata +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x2ad488c6 cfi_build_cmd_addr +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x4a3ccba2 cfi_send_gen_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x8a828799 cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xc7813e24 cfi_merge_status +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xca8a5498 cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xce38841f cfi_build_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xe1c5f507 cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xff9fa623 cfi_udelay +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x517685b0 do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x613cfb9b unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x7881329d map_destroy +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x9384a71e register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0xb5d83763 mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0x2faee441 lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0xf3d491ef simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0x07075706 mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/mtd 0x8dd22356 mtd_concat_create +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x102603bc mtk_ecc_get_parity_bits +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x5437e775 mtk_ecc_disable +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x5de55d81 mtk_ecc_get_stats +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x6df58afb mtk_ecc_release +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x76e53683 mtk_ecc_wait_done +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x8dcc87d2 mtk_ecc_enable +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0xcec6d517 of_mtk_ecc_get +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0xda64ef4a mtk_ecc_adjust_strength +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0xec8b9207 mtk_ecc_encode +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x09128913 nand_ecc_sw_bch_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x0954e996 nand_ecc_sw_bch_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x1e6798be nand_ecc_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x2ec2f0e0 nand_ecc_unregister_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x3825ff32 nand_ecc_sw_bch_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x38275c09 nand_ecc_register_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x3c801429 nand_ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x4e585817 nand_ecc_sw_hamming_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x5ec84264 nand_ecc_get_on_die_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x618c8f47 nand_ecc_sw_bch_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x78fda114 nand_ecc_sw_hamming_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x833e43bf nand_ecc_get_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x891c0b76 nand_ecc_get_sw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x8c24eda6 nand_ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x8d4dc022 nand_ecc_is_strong_enough +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x913c574e nand_ecc_put_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x9bfc647e nand_ecc_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xa01587fe of_get_nand_ecc_user_config +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xa3e8a567 nand_ecc_finish_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xe6db989b ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xed40be4c nand_ecc_sw_hamming_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xf195fb6a nand_ecc_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xf4a40201 nand_ecc_prepare_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xff4351b0 ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0x23303da0 onenand_addr +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0xa67f0c04 flexonenand_region +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x30db096f denali_calc_ecc_bytes +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x820598b5 denali_init +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0xe2c9fece denali_remove +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x00166a80 nand_monolithic_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x13bfbb0c nand_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x350b2836 rawnand_dt_parse_gpio_cs +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8ecbb3b8 nand_check_erased_ecc_chunk +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x9ca458a0 nand_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x9e60ccda rawnand_sw_bch_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xa3a1e102 nand_create_bbt +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xb09cab2f nand_write_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xbabce02b nand_scan_with_ids +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xc480bc1a rawnand_sw_bch_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xd43aba5b nand_read_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xdae555f1 rawnand_sw_hamming_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xe729a637 rawnand_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xedc7f20d rawnand_sw_hamming_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xf0f062be nand_monolithic_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xf5918389 rawnand_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xfc97974c nand_get_set_features_notsupp +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xfeb3b263 rawnand_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/raw/omap_elm 0x1ecd3543 elm_config +EXPORT_SYMBOL drivers/mtd/nand/raw/omap_elm 0x7e4d4f40 elm_decode_bch_error_page +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x05db864f arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x0b7f92bb arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x377a37f2 arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x38655125 arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x4a198dbe arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x832cb85b arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x9af8f38b alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xa45e0c0f free_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xba01949f arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xc3ba5682 arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xf26b5fa5 arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xfa282726 com20020_netdev_ops +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xfa599c09 com20020_found +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xfca96b87 com20020_check +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x65255b02 ctucan_probe_common +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x9ed00a3d ctucan_suspend +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0xb6c1d5f8 ctucan_resume +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0x612bbf21 can_eth_ioctl_hwts +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0xcee90a62 can_ethtool_op_get_ts_info_hwts +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x058b0e29 b53_get_strings +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x145fe435 b53_enable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x14e62c1b b53_mirror_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x1d1f8ca9 b53_port_event +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x33975473 b53_mirror_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x36517201 b53_br_set_stp_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x4585a83f b53_fdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x4cd8cf70 b53_mdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x51a544c8 b53_vlan_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5453c322 b53_phylink_mac_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x596f51be b53_phylink_mac_link_down +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5bde7367 b53_vlan_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x64227916 b53_configure_vlan +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x68df0c35 b53_setup_devlink_resources +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6ff74cb9 b53_brcm_hdr_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x7111c6d9 b53_eee_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x786aafdb b53_fdb_dump +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x850e942d b53_br_flags +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8862de94 b53_br_leave +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8c5f086e b53_vlan_filtering +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8ead234a b53_mdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8fde58f3 b53_eee_enable_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x97804e4a b53_get_tag_protocol +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x9dc75bb3 b53_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xafa62698 b53_get_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb88509b2 b53_switch_detect +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xca9f4bf6 b53_br_join +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xcda1574d b53_get_sset_count +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xea27a98f b53_get_ethtool_phy_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xeb048d69 b53_switch_register +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf1deaec4 b53_br_flags_pre +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf348461e b53_set_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf59bc568 b53_br_fast_age +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf88e24c4 b53_phylink_mac_link_up +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xfb8ae720 b53_imp_vlan_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xfbf5d686 b53_disable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xfe1bf355 b53_get_ethtool_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xfea3ef09 b53_fdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x2c6565ee b53_serdes_link_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x5b38dc74 b53_serdes_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x753d036b b53_serdes_phylink_mac_select_pcs +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x7c8b0492 b53_serdes_phylink_get_caps +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x01ad7232 lan9303_remove +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x03963f56 lan9303_probe +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xada83f40 lan9303_register_set +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xbb90a4a0 lan9303_shutdown +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x1c5d457e ksz_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0xca324163 ksz_switch_remove +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0xe8cac1b6 ksz_switch_register +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x899fa0d1 vsc73xx_shutdown +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x960e3a6c vsc73xx_remove +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x982f5313 vsc73xx_probe +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x99d242fe vsc73xx_is_addr_valid +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x317f9482 xrs700x_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x31c19d82 xrs700x_switch_register +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x77fdc2a3 xrs700x_switch_remove +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x83b7b667 xrs7003f_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x8972bf7e xrs7004f_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xb25facfa xrs7003e_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xb89aa5e3 xrs7004e_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xde75e9a1 xrs700x_switch_shutdown +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x30bf6dbd ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x370e213f __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x47cac5b1 NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x4d18d438 ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x4defaf8f ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x78031001 ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x94c26119 ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xc585bdc9 ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xd2884dff ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xf9dc5c2e ei_close +EXPORT_SYMBOL drivers/net/ethernet/aquantia/atlantic/atlantic 0x9b089d76 aq_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x130adf6b bnxt_register_async_events +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x86b1081a bnxt_register_dev +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x9d850aff bnxt_send_msg +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x9e562884 bnxt_unregister_dev +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x71df19d7 cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x51bc14d9 cavium_ptp_put +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x6c729efa cavium_ptp_get +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x0d8be5fd bgx_lmac_rx_tx_enable +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x34eeb48a bgx_set_dmac_cam_filter +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x42264715 bgx_get_lmac_count +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x46cdf933 bgx_config_timestamping +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x539ca253 bgx_get_lmac_mac +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x60cd1f2f bgx_lmac_get_pfc +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x6ca2152d bgx_lmac_set_pfc +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x716fd7f0 bgx_reset_xcast_mode +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x72b238e4 bgx_get_rx_stats +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xbe654297 bgx_get_tx_stats +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xc397f585 bgx_lmac_internal_loopback +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xc82be691 bgx_get_map +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xd8ed0bcc bgx_set_lmac_mac +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xf101d1b2 bgx_get_lmac_link_state +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xff987a02 bgx_set_xcast_mode +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_xcv 0x13912e4b xcv_init_hw +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_xcv 0x4f739dc0 xcv_setup_link +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x07fb6dff t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x0ed5dc34 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x1b68203a cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x1e99b53b t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x2308755a cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x70c80868 cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x7fb56a8e t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9f6abd8d cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa323c772 cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa941678d cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xaf7f1b00 cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xbf3b110c cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd01841d3 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd99555f0 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf0b70936 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf5a1350f t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x07c374cf cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0c0a6568 cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0c7ded2d cxgb4_ring_tx_db +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0f1a5528 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x18f160f2 cxgb4_inline_tx_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x19ca3dba cxgb4_read_sge_timestamp +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1b1f2179 cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1bb7f318 cxgb4_read_tpte +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2f944117 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3ff1bca9 cxgb4_l2t_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x43da4f4c cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x46dc1891 cxgb4_check_l2t_valid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x49741330 t4_cleanup_clip_tbl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4a5f8cbf cxgb4_update_root_dev_clip +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4dbc324d cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x51f149a4 cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x523efc32 cxgb4_smt_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x527112e9 cxgb4_clip_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5dfff7e2 cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x60bebdc4 cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x69a54b54 cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6e901c06 cxgb4_port_e2cchan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x78ea6869 cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7ba68530 cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7c1a4c2a cxgb4_get_srq_entry +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x95109bc9 cxgb4_immdata_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x96c31069 cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa5512ca5 cxgb4_bar2_sge_qregs +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa8db193f cxgb4_smt_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa975ee44 cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb4ddd2f7 cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb76c2818 cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xba817721 cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbc77b34a cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc4afdd23 cxgb4_reclaim_completed_tx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc67d7ffb cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc9c6d814 cxgb4_crypto_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcd6527fa cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcf2b0ee3 cxgb4_map_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd4c44439 cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd6d8faee cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd9ff7d02 cxgb4_write_partial_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xdc5a8214 cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xde49af17 cxgb4_write_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe8129922 cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf0c26686 cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf77b104d cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf99db251 cxgb4_clip_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x101dd5bb cxgbi_ppm_ppods_reserve +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x1bdaafe1 cxgbi_tagmask_set +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x255ab30f cxgb_get_4tuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x2a81a83e cxgbi_ppm_ppod_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x2e3e734a cxgbi_ppm_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x4c004a24 cxgb_find_route +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xa91023d8 cxgb_find_route6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xab53163d cxgbi_ppm_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xf2cd8add cxgbi_ppm_make_ppod_hdr +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x1c08b518 vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x1e5a511c enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x9f2b4240 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xd8458f4f vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xfa53f69a vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xfe3bc82b vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x4e2e10d2 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x4f95e41f be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xdbc3024e be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/freescale/dpaa2/fsl-dpaa2-eth 0x4412391e dpaa2_phc_index +EXPORT_SYMBOL drivers/net/ethernet/freescale/dpaa2/fsl-dpaa2-eth 0x9ed195d1 dpaa2_ptp +EXPORT_SYMBOL drivers/net/ethernet/freescale/enetc/fsl-enetc-ierb 0x27455b75 enetc_ierb_register_pf +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x56c33d9a fun_dev_disable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x59e702a5 fun_release_irqs +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xc1c045ad fun_dev_enable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xcd3f2aad fun_reserve_irqs +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x0a88e463 hnae_get_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x202ceb07 hnae_put_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x210fc30e hnae_reinit_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xb1266858 hnae_register_notifier +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xb2308db4 hnae_ae_register +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xbe4efeed hnae_ae_unregister +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xdf24adef hnae_unregister_notifier +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hns_dsaf 0x8322fa39 hns_dsaf_roce_reset +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x24a25dba hnae3_unregister_ae_algo_prepare +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x2beb9f3c hnae3_set_client_init_flag +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x53c7a2d2 hnae3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x7eb0143e hnae3_unregister_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x928fa36b hnae3_register_client +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x9b78dfdd hnae3_register_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xbff81587 hnae3_register_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xd7e6cd2d hnae3_unregister_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x0566ff6a iavf_register_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x93e7aa92 iavf_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/intel/ice/ice 0x965ff908 ice_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/intel/ixgbe/ixgbe 0xbaa35511 ixgbe_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x05b16a03 otx2_reply_invalid_msg +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x1236486c __traceiter_otx2_msg_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x231c2de6 otx2_mbox_regions_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x24ec38de __tracepoint_otx2_msg_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x260f2e68 otx2_mbox_check_rsp_msgs +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x364e8761 __SCK__tp_func_otx2_msg_interrupt +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x4f89061e otx2_mbox_wait_for_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x51f6d70d otx2_mbox_destroy +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x6365a74f __SCK__tp_func_otx2_msg_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x689d15c7 otx2_mbox_alloc_msg_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x8cea8de6 otx2_mbox_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x8d7a5f9d __traceiter_otx2_msg_interrupt +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x8f772a3f otx2_mbox_id2name +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x9516883c otx2_mbox_busy_poll_for_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xa1d48ed6 otx2_mbox_reset +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xad7f1364 otx2_mbox_nonempty +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xc619ea5d __tracepoint_otx2_msg_process +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xc704095c __tracepoint_otx2_msg_interrupt +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xc9fefd2b otx2_mbox_msg_send +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xcef3985a __SCK__tp_func_otx2_msg_process +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xd453d85e __otx2_mbox_reset +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xe7181d87 __traceiter_otx2_msg_process +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xf4435a8c otx2_mbox_get_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x0ac0fd99 mbox_handler_npa_lf_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x166fa3e6 otx2_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x16c7e443 cn10k_lmtst_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x1ba9db80 otx2_mcam_flow_del +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x20189948 otx2_alloc_mcam_entries +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x22c718ec otx2_open +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x3385cf95 otx2vf_set_ethtool_ops +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x36615086 otx2_set_mac_address +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x3bb562e5 otx2_get_mac_from_af +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x3ccbdc11 mbox_handler_nix_lf_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x4e5c1a6b otx2_mbox_up_handler_cgx_link_event +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x54ea3102 otx2_shutdown_tc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x5d7068eb otx2_ioctl +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x6198c4c7 otx2_nix_config_bp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x66839f83 otx2vf_mcam_flow_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x68b42b0b mbox_handler_nix_bp_enable +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x68f94660 otx2_set_real_num_queues +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x69f5c6a8 otx2_handle_ntuple_tc_features +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x6feb4325 otx2_config_pause_frm +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x80d3f885 mbox_handler_msix_offset +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x8202d9a5 otx2_config_hwtstamp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x85dd7bc6 otx2_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x8a5f36dc otx2_select_queue +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x9c2b69b3 otx2_txschq_config +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xa32a51cb otx2_smq_flush +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xa6737ac7 otx2_stop +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xba6e7d58 otx2_init_tc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xbb1f2a3b otx2_mbox_up_handler_mcs_intr_notify +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xbd0ac589 otx2_tc_apply_ingress_police_rules +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xce63cc45 otx2_detach_resources +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xd08f0656 otx2_attach_npa_nix +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xdebd78f3 otx2_get_maxflows +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xdfa2cc0f otx2_sq_append_skb +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xecc32e8a otx2_txschq_free_one +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xf338c117 otx2_setup_tc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xf98c34d1 otx2_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0x6d224040 prestera_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0xde459a72 prestera_device_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x047be629 mlx4_SET_PORT_fcs_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x061fa893 mlx4_get_is_vlan_offload_disabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x07d39165 mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0b5dbde0 mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0e24509e mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0ec1e6e2 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x204b1fd7 mlx4_is_eq_vector_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x27cf2a1e mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2830ada1 mlx4_test_interrupt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2a90dacb mlx4_query_diag_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x34493a49 mlx4_SET_PORT_user_mtu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x39d4230d mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3e09ff6e mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4238cd40 mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x49ffb3cd mlx4_get_eqs_per_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x50419593 mlx4_SET_PORT_user_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x50535979 mlx4_tunnel_steer_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x51185b55 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x52bd67d0 mlx4_ALLOCATE_VPP_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x58640208 mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x61640f57 mlx4_SET_VPORT_QOS_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x73a67a57 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7f31a52b set_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7fdde0b4 mlx4_handle_eth_header_mcast_prio +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8a89618e mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8c860d4e get_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9577759f mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x99d869be mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9bcb809c mlx4_SET_PORT_BEACON +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9c41316f mlx4_is_eq_shared +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9f0e6ab1 mlx4_get_cpu_rmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa8f7048e mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaa414f38 mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xab0b17ff mlx4_test_async +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb491e33f mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcaec1508 mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcf0cba24 mlx4_SET_VPORT_QOS_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd4fcbb21 mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xde377d88 mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe1cc0997 mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe3aee4e0 mlx4_ALLOCATE_VPP_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe6c73e00 mlx4_max_tc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeddbdc02 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfd9a1099 mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfe226d9a set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x02dbae9a mlx5_core_destroy_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x04c0c915 mlx5_eswitch_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x06e8766d mlx5_lag_get_roce_netdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x089f1089 __traceiter_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0a6a301e mlx5_core_alloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0ad3caf0 mlx5_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0d18fc7f mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0dedfabb mlx5_debug_qp_remove +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0eef6e59 mlx5_packet_reformat_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1132d48b mlx5_mpfs_add_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x12135c1c __tracepoint_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x143224e2 mlx5_vf_put_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x14a98b16 mlx5_eswitch_vport_match_metadata_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x15b7cec9 mlx5_fpga_mem_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x16ee51cd mlx5_eswitch_add_send_to_vport_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x17a12306 mlx5_core_dealloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x18eddc12 mlx5_qp_debugfs_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x19ae0f93 mlx5_lag_is_shared_fdb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1a62b351 mlx5_free_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1c57c524 __traceiter_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x200269a7 __traceiter_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x20f9e454 mlx5_core_create_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x217faec0 mlx5_core_query_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x22436cce mlx5_core_modify_cq_moderation +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2338da90 mlx5_eswitch_get_encap_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x23bb3f50 mlx5_create_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x28ce7110 mlx5_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2ac8ad9b mlx5_fpga_sbu_conn_sendmsg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2bb7c60e mlx5_comp_vectors_count +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2cc0d569 mlx5_eq_update_ci +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2f0ae0d5 mlx5_core_create_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2f70484c mlx5_eswitch_reg_c1_loopback_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3420d14c mlx5_fpga_sbu_conn_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3475821f __SCK__tp_func_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x34ff6372 mlx5_fpga_mem_read +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x39849fcb mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x39f04ded mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3add5f56 mlx5_core_destroy_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3cbbd0ac mlx5_put_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3ccd0642 mlx5_cmd_out_err +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3e76c465 mlx5_eq_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4160a62c mlx5_core_query_vendor_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x433c24b4 mlx5_lag_is_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x43e95f16 mlx5_modify_header_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4591aecb mlx5_eq_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x45b52e00 __tracepoint_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x471f4492 mlx5_vf_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x474c978e mlx5_vector2eqn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x47c0b661 mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4ae24fa8 mlx5_lag_get_next_peer_mdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4bb07f61 mlx5_fc_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4c91b2cf mlx5_rl_add_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d5f5c07 __SCK__tp_func_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d62e046 __tracepoint_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4e226dd5 mlx5_core_destroy_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x55589373 mlx5_eswitch_uplink_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x55735106 __traceiter_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x559ac38d __SCK__tp_func_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5771e4c9 mlx5_eswitch_unregister_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5884ccaa mlx5_cmd_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x59bdf8ea mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5b1624d4 mlx5_query_ib_port_oper +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5c6e2b0d mlx5_create_flow_group +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5cfe4cac mlx5_eswitch_register_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5d0197df mlx5_core_query_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5d0ecdb6 mlx5_get_fdb_sub_ns +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5e2d549d mlx5_eq_create_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x61492bb7 mlx5_rl_are_equal +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6b9bf539 mlx5_core_uplink_netdev_event_replay +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6bf912ea mlx5_core_modify_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6cd5a182 __tracepoint_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6de787f2 mlx5_lag_query_cong_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6f93a311 mlx5_rl_is_in_range +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x702f5492 mlx5_core_destroy_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x710bd4ad mlx5_fc_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x71ceae2f mlx5_mpfs_del_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7261330b __SCK__tp_func_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x73fc1d8e __tracepoint_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x783071e9 mlx5_fs_remove_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x785b9171 mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x78a73aaa __traceiter_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x79c22e45 mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7b359a09 __SCK__tp_func_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7b6c509c mlx5_eswitch_get_vport_metadata_for_match +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7c4b0f39 mlx5_lag_is_master +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7c5c9c3c mlx5_lag_is_mpesw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7dc58d76 mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7ecfc5ba mlx5_get_flow_namespace +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x80305f63 mlx5_cmd_cleanup_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x85b16c4b mlx5_core_roce_gid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x87e68171 mlx5_del_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x887ad85e mlx5_eq_get_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x888a2246 mlx5_create_auto_grouped_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8f9c2919 mlx5_cmd_exec_polling +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x912988ef mlx5_is_roce_on +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x92b52c97 mlx5_cmd_create_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x92d6d63b mlx5_debug_qp_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96eb2c99 mlx5_fc_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x97f28c1f mlx5_lag_get_num_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9b900dff mlx5_lag_is_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9c1a28f3 mlx5_comp_irq_get_affinity_mask +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9d6135dc __SCK__tp_func_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9f44e120 mlx5_core_modify_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa27e9319 mlx5_core_create_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa5d5bf6e mlx5_cmd_do +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa60c8534 __traceiter_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa66926bc mlx5_eswitch_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa77c862f mlx5_lag_is_sriov +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa7bba0ea mlx5_get_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa85e04b7 mlx5_flow_table_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa8f932d7 mlx5_qp_debugfs_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaa4125b1 mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xab521f6e __traceiter_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xac39a9c6 mlx5_eq_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xace3e860 mlx5_debugfs_get_dev_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xad47d72b mlx5_eq_destroy_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xad6815cd mlx5_rsc_dump_cmd_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb0babbd9 mlx5_rsc_dump_next +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb28dbbe8 mlx5_destroy_flow_group +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb3c360f4 mlx5_msix_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb941394f mlx5_eswitch_vport_rep +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xba5c2f4f __traceiter_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbb07ebdf __tracepoint_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbbecf19a mlx5_fpga_get_sbu_caps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbc7b81f8 mlx5_sriov_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbcde213e mlx5_sriov_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbee3a90a mlx5_cmd_destroy_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbfcdb6c5 mlx5_fs_add_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc176ca72 mlx5_lag_get_slave_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcc002b85 mlx5_destroy_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcc170141 mlx5_modify_header_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcce3fe12 mlx5_core_create_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xccf24c90 mlx5_rsc_dump_cmd_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xce3ebb6f mlx5_packet_reformat_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd020dd1f __traceiter_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd13e7026 mlx5_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd1583a68 mlx5_nic_vport_disable_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd175dc86 mlx5_eswitch_get_vport_metadata_for_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd41892f6 mlx5_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd7bfa26f mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd8427380 mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdad9d12d mlx5_cmd_init_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdae8aa4d __tracepoint_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdd4d72ee mlx5_fc_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe33ad83f mlx5_core_modify_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe5aac9f6 mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe5ad0cad mlx5_create_lag_demux_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe6814bcc mlx5_fpga_sbu_conn_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe84ba59d mlx5_core_get_terminate_scatter_list_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe97d61a9 mlx5_rl_add_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeaa0ec27 mlx5_lag_mode_is_hash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeb01e998 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeb9a8bcf __SCK__tp_func_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xefebd5c1 mlx5_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf06725b6 __tracepoint_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf2fd7986 mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf4a92ce4 mlx5_rdma_rn_get_params +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf52e1946 __tracepoint_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf6bc0d55 mlx5_rl_remove_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf6c74686 mlx5_alloc_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf72a2372 mlx5_eq_disable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf7f9e6e7 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf8376bc0 mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf88d57b1 __SCK__tp_func_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfb31cc6f mlx5_rl_remove_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfc8e744e __SCK__tp_func_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfdd37913 mlx5_msix_free +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xffabdbba mlx5_add_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxfw/mlxfw 0xc4d702d9 mlxfw_firmware_flash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x02815b77 mlxsw_env_module_port_up +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x02dfd3d0 mlxsw_afk_key_info_block_encoding_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x037c2d59 mlxsw_core_trap_state_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x06339d34 mlxsw_afa_block_append_mirror +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x07abcc0c mlxsw_afa_block_append_trap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0ca34ccf mlxsw_core_max_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0d0129fc mlxsw_afa_block_append_qos_ecn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0e81c09c mlxsw_afk_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0f4a209d mlxsw_core_read_utc_sec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x14d6ca2e mlxsw_env_set_module_power_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x14e17bb4 mlxsw_linecards_event_ops_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x15801382 mlxsw_afk_key_info_put +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x16673aec mlxsw_afk_values_add_u32 +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x16f4221d mlxsw_core_irq_event_handler_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x19fa5852 mlxsw_core_flush_owq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x1b3a899c mlxsw_core_port_devlink_port_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x1cb8f858 mlxsw_reg_trans_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x1e684ceb mlxsw_core_rx_listener_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x202693f0 mlxsw_afa_block_cur_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x23eddc68 mlxsw_core_cpu_port_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x299e2562 mlxsw_afk_values_add_buf +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2c68ced3 mlxsw_core_read_frc_h +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2f303cd3 mlxsw_afa_block_append_qos_dsfield +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x3129e4c5 mlxsw_core_skb_receive +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x383bc49a mlxsw_afa_block_append_qos_dscp +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4036254f mlxsw_linecards_event_ops_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x43a9b87e mlxsw_afa_block_terminate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x47041e4e mlxsw_afk_key_info_blocks_count_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4765b9f0 mlxsw_core_res_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x484489a4 mlxsw_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4866767a mlxsw_env_get_module_eeprom_by_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x49ec8a06 mlxsw_afa_block_append_police +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4a558271 mlxsw_env_get_module_power_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4f5e82b6 mlxsw_env_reset_module +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x50359cc0 mlxsw_core_kvd_sizes_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x508923e3 mlxsw_core_port_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x51b5769d mlxsw_env_module_overheat_counter_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5c73d5a4 mlxsw_core_sdq_supports_cqe_v2 +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5cf3dd79 mlxsw_core_bus_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5d55fb68 mlxsw_afk_encode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5ff17b5c mlxsw_afa_block_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x618a30ab mlxsw_afa_block_commit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x63874d4c mlxsw_core_port_driver_priv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6492dcc0 mlxsw_core_ptp_transmitted +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x65c7e645 mlxsw_afa_block_append_qos_switch_prio +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x66e0c3ce mlxsw_env_get_module_eeprom +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6929f2b4 mlxsw_env_module_port_map +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x692cac97 mlxsw_core_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7183f266 mlxsw_core_rx_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x718d28f4 mlxsw_afa_block_append_vlan_modify +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x71b411b7 mlxsw_core_trap_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x75339042 mlxsw_core_lag_mapping_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x77d83398 mlxsw_core_read_frc_l +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x79a2b3d5 mlxsw_core_trap_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7b0bfeec mlxsw_core_port_fini +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7dcc1ed4 mlxsw_afa_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7e08c6e0 mlxsw_core_event_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x827a2f1f mlxsw_afa_block_jump +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x829e8851 mlxsw_afa_block_first_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x83fb69af mlxsw_core_lag_mapping_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x858c30d0 mlxsw_afa_block_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x86817014 mlxsw_core_read_utc_nsec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x8854d198 mlxsw_reg_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x8d5d965f mlxsw_core_skb_transmit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x902c3533 mlxsw_core_schedule_dw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x996c5d6d mlxsw_reg_trans_bulk_wait +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x9cbf026d mlxsw_afa_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa509fafd mlxsw_afa_block_append_counter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa7765e88 mlxsw_reg_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa8e2509a mlxsw_afa_block_append_sampler +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xaafd235d mlxsw_env_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xac1074a5 mlxsw_core_skb_transmit_busy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xac1481ee mlxsw_core_bus_device_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb6517b2e mlxsw_afa_block_append_trap_and_forward +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb68e9fa8 mlxsw_env_module_port_unmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbc222a8d mlxsw_afk_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbda212df mlxsw_core_irq_event_handlers_call +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbfb7df3c mlxsw_core_driver_priv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc31fbb6a mlxsw_core_res_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc5eacafe mlxsw_afa_block_append_l4port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xcbab836f mlxsw_core_fw_rev_minor_subminor_validate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xccd1ab0d mlxsw_core_traps_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd111d3e8 mlxsw_core_irq_event_handler_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd1bab622 mlxsw_afk_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd21722b4 mlxsw_core_max_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd28256cf mlxsw_afa_block_append_allocated_counter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd71566b9 mlxsw_core_schedule_work +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd7a93413 mlxsw_core_event_listener_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd888ffb3 mlxsw_afa_block_append_ip +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd9f711ae mlxsw_afa_block_append_mcrouter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdc31781e mlxsw_reg_trans_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdc415cf1 mlxsw_afa_block_continue +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdc5c95df mlxsw_core_resources_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdeb1dc2e mlxsw_afa_block_first_kvdl_index +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe16986dd mlxsw_afa_block_activity_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe1860dde mlxsw_afa_block_append_fid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe4d9ac5a mlxsw_afa_block_append_drop +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe532482a mlxsw_afk_key_info_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xeb1790d8 mlxsw_core_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xecab212a mlxsw_afa_cookie_lookup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xed2801d4 mlxsw_env_module_port_down +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xefa5db5b mlxsw_core_traps_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf446732c mlxsw_afk_key_info_subset +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf66ca7d9 mlxsw_core_port_netdev_link +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf82bdc70 mlxsw_core_lag_mapping_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xff007c25 mlxsw_core_cpu_port_fini +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xff0b141d mlxsw_afa_block_append_fwd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0x182672fb mlxsw_i2c_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0xa7c4f501 mlxsw_i2c_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x0a99a31a mlxsw_pci_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x75cafbda mlxsw_pci_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x060e17fc ocelot_policer_validate +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x08791cd6 ocelot_wm_enc +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0e34d0ca ocelot_vlan_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0f6def0b ocelot_mact_learn_streamdata +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x10b42968 ocelot_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1118a2e6 ocelot_hwstamp_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x12b3e9d0 ocelot_xtr_poll_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x14622406 ocelot_mact_forget +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x167b5769 ocelot_init_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1c49129a ocelot_vlan_prepare +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1e928f05 ocelot_reset +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x29ea4c48 ocelot_ptp_verify +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2a585908 ocelot_port_pre_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2ba11547 ocelot_ptp_adjfine +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2e3402ee ocelot_get_txtstamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2e390cde ocelot_deinit_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2e525fe7 ocelot_deinit +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2ee2eeab ocelot_vcap_block_find_filter_by_id +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2fb322b6 ocelot_vlan_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2ff69d59 ocelot_port_mdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x30b2b466 ocelot_vcap_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3328827c ocelot_mact_lookup +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x33d1acd9 ocelot_ptp_rx_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3bca941f ocelot_get_strings +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3c11e63e ocelot_sb_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3d57c4cd ocelot_vcap_filter_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3dcecb77 ocelot_sb_occ_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3f2b9ac7 ocelot_sb_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x426475d9 ocelot_get_ethtool_stats +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x444292a2 ocelot_port_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4e96474d ocelot_port_inject_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x50191b73 ocelot_devlink_sb_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x53fb6822 ocelot_port_txtstamp_request +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x55ab6337 ocelot_ptp_adjtime +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x58f8081a ocelot_mrp_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6171db0f ocelot_devlink_sb_register +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x674439e6 ocelot_vcap_filter_replace +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x69dc61b3 ocelot_port_vlan_filtering +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6c8c749c ocelot_port_set_maxlen +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6ce19e2a vsc7514_vcap_props +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6e2f3b7e ocelot_deinit_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6f47957c ocelot_fdb_dump +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7012ca0e ocelot_vcap_filter_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x731929b8 ocelot_sb_occ_snapshot +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x731dbb31 ocelot_port_lag_change +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x75a665e6 ocelot_mact_learn +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7979b266 ocelot_ptp_gettime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7c2cc637 ocelot_bridge_stp_state_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7dc775b9 ocelot_hwstamp_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7e5aec55 vsc7514_regfields +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7fb64414 ocelot_port_bridge_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7fe14c77 ocelot_ptp_settime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x89b2003d ocelot_get_ts_info +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8cf33472 ocelot_ptp_enable +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8ea26801 ocelot_port_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x92057507 ocelot_port_mdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x950a2d20 ocelot_pll5_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa4f7d8ba ocelot_fdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xaef8458e ocelot_sb_tc_pool_bind_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb0fdd7fd ocelot_wm_dec +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb88ed856 ocelot_port_bridge_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbb39f1e0 ocelot_sb_occ_tc_port_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbb97cd40 ocelot_mrp_add_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbd4d1667 ocelot_set_ageing_time +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbef7d4bd ocelot_sb_port_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc0ca78eb ocelot_can_inject +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc1c04294 ocelot_mrp_del_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc3d7bab1 ocelot_sb_occ_max_clear +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcc3b7617 ocelot_mrp_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xccc106a0 ocelot_port_lag_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd0ebefd9 ocelot_ifh_port_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd2d84e58 ocelot_sb_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd6cc76b0 ocelot_drain_cpu_queue +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdae41c49 ocelot_init_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xde99ee06 ocelot_get_sset_count +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe30fc619 ocelot_wm_stat +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe44ab8b0 ocelot_port_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xecda3b3a ocelot_vcap_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xee6eeeee ocelot_port_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf17126c7 ocelot_port_lag_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf19fbd20 ocelot_sb_tc_pool_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf3590c18 ocelot_fdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf80fc88d vsc7514_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfefbe641 ocelot_init +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x0034bc30 qed_get_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x3da38df7 qed_get_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x426cb7f0 qed_get_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x4f264472 qed_put_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x94232d6f qed_get_rdma_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x992e03d0 qed_put_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x9eeeef48 qed_put_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0xa2fea332 qede_rdma_register_driver +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0xb34c72bb qede_rdma_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x05175940 wx_get_drvinfo +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x060e112c wx_mng_present +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x09115407 wx_disable_rx +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x09893e76 wx_start_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x0ab84383 wx_reset_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x0b66cd3c wx_set_mac +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x0c5a1ce7 wx_free_irq +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x0ead3c66 wx_set_features +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x0eaeaed3 wx_napi_enable_all +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x0ed32fc7 wx_host_interface_command +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x10ae4f35 wx_disable_pcie_master +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x16fedd19 wx_clean_all_tx_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x1b27319e wx_control_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x1d87edb4 wx_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x28de42d3 wx_set_rx_mode +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x334e8674 wx_napi_disable_all +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x3644658a wx_mac_set_default_filter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x39208f33 wx_clear_interrupt_scheme +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x3bdd752b wx_get_mac_addr +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x470de804 wx_setup_isb_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4a899ccc wx_disable_rx_queue +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4b3398bd wx_msix_clean_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4bb7bd07 wx_init_eeprom_params +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x51a600e5 wx_vlan_rx_kill_vid +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x52a567e0 wx_get_pcie_msix_counts +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x58a98a86 wx_setup_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x61cf3389 wx_change_mtu +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x653df45d wx_reset_interrupt_capability +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x775dae03 wx_check_flash_load +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x7fd40f12 wx_free_isb_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x855a851a wx_init_rx_addrs +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x8682d4d6 wx_irq_disable +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xa00c557d wx_read_ee_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xa3e7ed8b wx_stop_adapter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xa3fbe92f wx_clean_all_rx_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xa521f1d7 wx_flush_sw_mac_table +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xab60d392 wx_configure_vectors +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xadb259e8 wx_xmit_frame +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xc1de668a wx_configure +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xc7df5d73 wx_read_ee_hostif_buffer +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xc8133b5a wx_misc_isb +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd21f95aa wx_vlan_rx_add_vid +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xe0ae8487 wx_free_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xec00b5ce wx_init_interrupt_scheme +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xed0bea54 wx_reset_misc +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xf62683cd wx_intr_enable +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xfeefd535 wx_sw_init +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x1aba4af4 hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x3f46846c hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x47ddf107 hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x5ecc5838 hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x9f7286f0 hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/mdio 0x3e17f466 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0x60443957 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0x62eb612a mdio45_ethtool_ksettings_get_npage +EXPORT_SYMBOL drivers/net/mdio 0x63e0fee5 mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0xb79a54ee mdio45_nway_restart +EXPORT_SYMBOL drivers/net/mdio 0xcdbdeca7 mdio45_ethtool_gset_npage +EXPORT_SYMBOL drivers/net/mdio 0xdaceb7a6 mdio_mii_ioctl +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x31f62c22 cavium_mdiobus_write_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x3d1ab19e cavium_mdiobus_write_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x44e0277f cavium_mdiobus_read_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x4d795380 cavium_mdiobus_read_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-mscc-miim 0x76528ee9 mscc_miim_setup +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0x10d9919f xgene_mdio_rgmii_write +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0x3b46ac89 xgene_enet_phy_register +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0xae5e1418 xgene_mdio_wr_mac +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0xbefbe7ed xgene_mdio_rgmii_read +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0xe3e18b8d xgene_mdio_rd_mac +EXPORT_SYMBOL drivers/net/pcs/pcs-mtk-lynxi 0x8ddda418 mtk_pcs_lynxi_create +EXPORT_SYMBOL drivers/net/pcs/pcs-mtk-lynxi 0xe9221a05 mtk_pcs_lynxi_destroy +EXPORT_SYMBOL drivers/net/phy/bcm-phy-lib 0x0fe8fb0f bcm54xx_auxctl_write +EXPORT_SYMBOL drivers/net/ppp/pppox 0x386b872f pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0x4ec141d5 register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0x52ba8897 pppox_compat_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xf01877b6 pppox_unbind_sock +EXPORT_SYMBOL drivers/net/sungem_phy 0x37e2db6d sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x059b7b38 team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0x06ece429 team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0x0823b921 team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0x7e713fe1 team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0x91c06fa5 team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0x957cfe79 team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0xa552d0bd team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0xff3f68ce team_options_register +EXPORT_SYMBOL drivers/net/usb/usbnet 0x1f828011 usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/usb/usbnet 0x6f83b7e4 usbnet_manage_power +EXPORT_SYMBOL drivers/net/usb/usbnet 0xeb6e60b1 usbnet_link_change +EXPORT_SYMBOL drivers/net/wan/hdlc 0x2a0c068f attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x44aa60ef detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x5f0bd802 hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0x5f3487c6 hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0x6cb5a62b hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0xac4793eb hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0xb633533d unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0xcfe45e8a register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xe1253ccb alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0xfff0d42a unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0b1ab353 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0d95fbf3 ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0ddfa84e ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x108b188f ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x2bf1943c ath_hw_keysetmac +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4571aea8 ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x50e0d87d ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x67a1816d ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x6f1fa10c dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x7398e1c3 ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa05c0ba5 ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa12d25e3 ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa18f224e ath_regd_find_country_by_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa3992011 ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb12535c2 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb6588ba6 ath_bus_type_strings +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xbd7d4e9d ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xbf2aba16 ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x015e5db2 ath10k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x02bb200f ath10k_ce_free_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x04c9c4b8 ath10k_ce_free_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x05fbe071 ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x06425758 ath10k_htc_notify_tx_completion +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0716d3b7 ath10k_htc_tx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0d769af3 ath10k_ce_alloc_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0e307b84 ath10k_print_driver_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0e5d88c5 ath10k_ce_rx_update_write_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0f9a880d ath10k_ce_init_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x12d100ba ath10k_bmi_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x17083b4c ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1d2867dc __ath10k_ce_send_revert +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1e274ec7 ath10k_ce_cancel_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x21ab7f86 ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x239b754c ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2472e6a0 ath10k_ce_enable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2dc9dc53 ath10k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3052ef8e ath10k_ce_disable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x33baf81c __ath10k_ce_rx_num_free_bufs +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x385d65b6 ath10k_bmi_read_memory +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x41f60242 ath10k_ce_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5342dcfc ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x61725650 ath10k_core_check_dt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x63b42a41 ath10k_htt_hif_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6577701a ath10k_ce_alloc_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x71b4e30d ath10k_mac_tx_push_pending +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x722685c7 ath10k_ce_completed_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x75a665a9 ath10k_ce_dump_registers +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x79c29264 ath10k_ce_per_engine_service_any +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7ef5c387 ath10k_ce_completed_send_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8040d882 ath10k_htt_txrx_compl_task +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x81d6654b ath10k_ce_completed_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x840652cf ath10k_core_fetch_board_file +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x899f764a ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8d138208 ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8d315ed3 ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8e4ace5e ath10k_htt_rx_hl_indication +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9159bf57 ath10k_coredump_new +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x96b7feb1 ath10k_core_napi_sync_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x98f90e51 ath10k_core_free_board_files +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa5f4e906 ath10k_htt_t2h_msg_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaa2bedf5 ath10k_ce_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb82c54a5 ath10k_ce_send +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbfe12f74 ath10k_htt_rx_pktlog_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc58a8afa ath10k_coredump_get_mem_layout +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc6ca09d5 ath10k_ce_deinit_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcc20d178 __tracepoint_ath10k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcc323c41 ath10k_ce_revoke_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcd8e4d2b ath10k_ce_num_free_src_entries +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd8a60f02 ath10k_ce_send_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe2fa5203 ath10k_htc_rx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe52e874a ath10k_core_start_recovery +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xefc7ec26 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf00c3616 ath10k_ce_completed_recv_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf03cf2de ath10k_core_napi_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf0951c45 ath10k_htc_process_trailer +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf9e3c2bd ath10k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x085c4608 ath11k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x08d57b50 ath11k_pcic_config_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0dae0eb8 __tracepoint_ath11k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0e0ac74d ath11k_pcic_ext_irq_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0e2a9ee4 ath11k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x1516724b ath11k_pcic_read32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x28112b88 ath11k_hal_srng_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x31103d13 ath11k_ce_get_attr_flags +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x32f677e0 ath11k_pcic_map_service_to_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x35fdee2c ath11k_pcic_get_msi_address +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x44f1b632 ath11k_ce_get_shadow_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x4a085606 ath11k_hal_srng_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x4d8aba59 ath11k_pcic_ext_irq_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x5120e280 ath11k_pcic_register_pci_ops +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x5c7f67f4 ath11k_pcic_ce_irq_disable_sync +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x5ce94f6f ath11k_core_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x5fa22722 ath11k_pcic_read +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x60d8401f ath11k_pcic_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x687e33bb ath11k_pcic_init_msi_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x6e6eb388 ath11k_pci_disable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x7e638673 ath11k_pci_enable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x7ee1d6b2 ath11k_core_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x7f4a2a94 ath11k_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x8251a968 ath11k_dp_service_srng +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x8f9fb0f6 ath11k_core_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x90e882da ath11k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x96dc1c00 ath11k_core_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9c51bcc4 ath11k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9c66e3d6 ath11k_qmi_deinit_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9cdb8274 ath11k_pcic_get_ce_msi_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xa74df4eb ath11k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xa943b16d ath11k_debugfs_soc_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xaab65f64 ath11k_pcic_write32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb8c07247 ath11k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb923652a ath11k_core_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xbae6d4dc ath11k_pcic_ce_irqs_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xbf908c6c ath11k_ce_cleanup_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xbfb05b63 ath11k_ce_alloc_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc6d4d92c ath11k_pcic_get_user_msi_assignment +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc89aebc9 ath11k_pcic_free_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc9f5a5fe ath11k_pcic_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xccf58421 ath11k_core_pre_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xdf389cd5 ath11k_ce_free_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf0197188 ath11k_cold_boot_cal +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0d810510 ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1354043d ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1b060719 ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x3502feef ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4c457ce3 ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x5ac1f7eb ath6kl_read_tgt_stats +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x651f1e8b ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x676283e5 ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x7b53f457 ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x823531c9 ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x91cfb84a ath6kl_hif_rw_comp_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x987a6d51 ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xaf6e7884 ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb881b1a9 ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb9a689dd ath6kl_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xf372bb56 ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x06df6110 ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x091fa1cf ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x0fe17fa8 ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x128c36cc ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1a0aa030 ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x29bcd714 ath9k_cmn_spectral_init_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x3e97bee5 ath9k_cmn_spectral_deinit_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x3fcce610 ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x535efc74 ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6767d2ed ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x68a195d4 ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x696aabbf ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6b3a33f1 ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x73294bba ath9k_cmn_spectral_scan_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x7da06a34 ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x84adb362 ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x8e510c20 ath9k_cmn_spectral_scan_trigger +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa085365c ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xadd2329a ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc22638fc ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe1399b3c ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe33ffb68 ath_cmn_process_fft +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf09230e2 ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf69e6c93 ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x027f4f1e ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x03bc60b2 ath9k_hw_resume_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x07eb89fd ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x098ca31e ath9k_hw_loadnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0cd5ad5d ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0d83ef80 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f77dafc ath9k_hw_get_tsf_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f9876e2 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x15d48f56 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x19e7ab25 ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1aa732d9 ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1d0ae801 ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x22b1ccf9 ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x28cc287e ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x29a12688 ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x29e57607 ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2c1a8329 ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2ef3f210 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x32cbae9f ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x35d1dfdf ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3aade145 ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3b5841a9 ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3d1a54c7 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3d1eed16 ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x424cccd6 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4780fd20 ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x497735ea ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x559b99a6 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x575b500b ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x57f79435 ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5b377ddb ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5c51bcc1 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5c867bbe ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x63462434 ath9k_hw_gpio_request_out +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x64fcdf4e ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6a98b78d ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6b7828a8 ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6db2df47 ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6fe16bfc ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x703331bc ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x712b8d33 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x72e20a0a ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x738b1722 ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7471b93f ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x74cca5a2 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x75ceaf2c ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x76aa4bd0 ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x77456145 ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x79f3c681 ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7af2bde9 ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7d36819b ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x80215c35 ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8038e0cf ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8082467a ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x860d675f ath9k_hw_btcoex_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8648efd6 ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x879ae239 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8ab7316b ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8bb23687 ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x91239ef5 ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x913f4282 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x927d315f ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x93d63e21 ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x93e0f5a6 ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x95a914df ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x993773b3 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9e788075 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa131f4b1 ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa2317757 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa2e69688 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa517f6e4 ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb3eda2ff ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb441f988 ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb52d3b11 ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb6fb3fed ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb7a40f47 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb8c01008 ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbbb69316 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc20b2090 ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc533d063 ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc5747bb7 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc5918986 ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc5b2b433 ath9k_hw_gpio_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc7a63942 ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc7fe1033 ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcb346ff5 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcfb41499 ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd295e006 ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd467cf9f ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd478badb ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd6867702 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdc13caaf ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdd904b6c ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdd995d5a ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe2c14b90 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe3a85b86 ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe430ee3e ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe44c5d90 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe4a4cb75 ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe4bfcd5d ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe4d9426a ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe6035c71 ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe7d8248f ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xea91fb82 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xec1de9bb ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xecb4aa2b ath9k_hw_gpio_request_in +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xed552a7f ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf684551a ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x14c9ab6a init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0xa80568a1 stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0xe80354fc atmel_open +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x004755f0 brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x1906648e brcmu_boardrev_str +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x2d5e9076 brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x61120f73 brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x615acb89 brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x6e5f800b brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x88cfee87 brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x8d4c98e7 brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x93428d19 brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x9cc29aa0 brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xa17c0ccf brcmu_dotrev_str +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xad8ebf58 brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xb16a6966 brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xc426026c brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xd6217d91 brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xe464f8d2 brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0x9b3a62b6 init_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0xa46ea88a stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0xe1f89d3e reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x28bb3a84 libipw_rx +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x2a9aec45 libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x3001d3d7 libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x3d876688 libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x401b69f7 alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x5042c2b5 libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x772e8207 free_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x7fa1ef44 libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x8840c7c2 libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x910dd9fa libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x9c5b5a9a libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xac9b4f7f libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xbf353e09 libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xc10bb5b5 libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xc4a9c8e6 libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xcab81ca7 libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xd067f087 libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xd1f26e75 libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xe8285a74 libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xfd4ffc6b libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x00340495 il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0300d2a6 il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x04cf4560 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x089b5078 il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0958c97e il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0f8da88d il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0feb0c72 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x10229524 il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x103ea21b il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x126cd510 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x135d1396 il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1409ffe8 il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1aac5779 il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1c428990 il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1e933d91 il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1f3e86ef il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2301ed0d il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x23d51089 il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2749f070 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x29d217b8 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2a4442ca il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2a67e24c il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2bf7eea6 il_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2ca6f68b il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x30fbd9ad il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x341e2e35 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3805f012 il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3ef9959d il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x416bd26a il_debug_level +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x420ddd0a il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x42b40440 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x43f5a33c il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4730023d il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x47bc42b9 il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4a0c25bf il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x50158091 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x53f4015f il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x57ac0819 il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x57c54110 il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x58d1be7a il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x594aacd8 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5b53c0a8 il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5cf44542 il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5f3aafb5 _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5f620301 il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x60ea60b4 il_force_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x61f71514 il_set_rate +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x639e6d5c il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x63aa71fe il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x672682a5 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x69e57846 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6c31620a il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6c72191e il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7148cd3b il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x720d2e42 _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x723fa0b3 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x754fb7a5 il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8239c0bb il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x86a98f5a il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x87275f93 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8fd4935f il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9273db5b il_set_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9cc714af il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9eb13258 il_update_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xad8486f5 il_apm_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xada5f84c il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xaec63b4e il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xafbd8788 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb164123b il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb2f90577 il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb4d7c0fe il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb65510a3 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb8375eb5 il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb88585e6 il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbb4d783b il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbe631551 il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbeb41ab9 il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbfbddc3b il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc03e7527 il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc5c9f5ba il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc6e7e0f2 il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc9d7ef71 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcac56c97 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcb9157e4 il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcd4ec078 il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd4521c62 il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd5dbed33 il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd6d41bd4 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd74973ba il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd7ef131b il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdd8e2d7d il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xde9d8038 il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe133ee6f il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe3c5724f il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe60af1ff il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe89d86a5 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xec3427a5 il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf5560e44 il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf70a693b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf9d6e9cd il_init_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfce8aa14 il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xff369343 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfffac991 il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x0fa4d950 __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x2f50eb30 __traceiter_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x466ae44d __SCK__tp_func_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x970bf4ef __SCK__tp_func_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x9828a56a __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xb396913a __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xb3de7f6f __traceiter_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xd1e69877 __SCK__tp_func_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xd6705700 iwl_trans_pcie_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xe336796a __traceiter_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x082be1d4 hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x08b6a7f6 hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x131fcfdc hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x132d65f9 hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x280ec1c3 hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x4b31b544 hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x50d258b9 hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x615e306c hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x6dc17bdf hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x6f244de0 hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x72425fd3 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x73a17e46 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x75934c58 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x76c16b6d hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x7fb75891 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x81f96480 hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x839022d3 hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x945d5090 hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x9ae84c46 prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xae4ff048 hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb715f5b9 hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xbda66826 hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xc624f8e7 hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xcaf9125f hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xd44a2877 hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xe3596398 hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xe4079243 hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf91c03e2 hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x0056ddc7 orinoco_open +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x0173d524 orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x081610e9 orinoco_up +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x138acd1b orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x3a601628 orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x451ab7b7 __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x5f6a905f orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x64f0e090 orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x68a41898 free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x8f2b28ed orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xa74c2dc5 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xb377b7fc __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xd4439d5e alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xecb84ed0 orinoco_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xef25071b orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xf19c8b0d orinoco_down +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xffe27bca orinoco_interrupt +EXPORT_SYMBOL drivers/net/wireless/mediatek/mt76/mt76 0x327a9822 mt76_rx_signal +EXPORT_SYMBOL drivers/net/wireless/mediatek/mt76/mt76 0x8049e019 mt76_wcid_key_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist 0xbf5a8eca rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x00fed5ba rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0244abc9 rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x10dceee3 rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x14608f56 rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1549df3a rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2327d91c _rtl92c_phy_calculate_bit_shift +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x24a7a5c0 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2db85917 rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2dc6dd1f _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2eeb30b7 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x38f7f465 rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3d57c8c6 _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4217cd65 rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4dfcf787 rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x50ce55ff rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x57263dbc rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5df21948 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6178dc4c rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x65d6b4dc rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6ab7e788 _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x757253d4 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x79ef4dc5 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7e719921 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x83193d0d rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x84978e65 rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9e904c22 rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa5e73f72 rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa6bf63b4 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb82b47ba _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb9323686 rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbbe4b6ee rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbc2195ba rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbd91134d rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbe23c454 rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xcda7641b _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xcef2a78c _rtl92c_store_pwrindex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd06524f5 rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xdeb24d4d _rtl92c_phy_dbm_to_txpwr_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xdfcd395d rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe08a2d67 rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xedff4ecb rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xfd51061d _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xb28eaf25 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xbc595d31 rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xc1270ae8 rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xe9ce6925 rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x3968ce05 rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x7530d9c6 rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xcfe59342 rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xe03f0814 rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x076cc28f rtl_rx_ampdu_apply +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x07dacffa rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0b038e24 channel5g_80m +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0e2628d7 rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1254fcd5 rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x19467a3a efuse_power_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1b945315 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1ca4fe30 rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2a43ba01 rtl_dm_diginit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x30a956d7 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x31e9171a efuse_shadow_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3b1d200c rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x49a0bdfd rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x54824f58 channel5g +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5e6e83ac rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x66e14afe rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x69bce6bf rtl_mrate_idx_to_arfr_id +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6cfa1974 rtl_cmd_send_packet +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6ebb514f rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x814b198d rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8ea60059 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x94230b2b rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9b7a9514 rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa0c8cdeb rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa2e612a6 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbd36ed4c rtl_collect_scan_list +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc20d8100 efuse_one_byte_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc3b5bf7a rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xcc2782d7 rtl_c2hcmd_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xcda0c54f rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe0642e5b rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe57132e4 rtl_init_sw_leds +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe64c1d39 rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe897b5bb efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xea294343 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xebedfe5f rtl_wowlan_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xed7c8cf2 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf5bab0cf rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8723d 0xf494e3c5 rtw8723d_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8821c 0x69549448 rtw8821c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822b 0x1f749977 rtw8822b_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822c 0xf0b6f249 rtw8822c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x05e2a84b rtw_phy_load_tables +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0db6b0f2 rtw_fw_inform_rfk_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1146163b rtw_phy_get_tx_power_index +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1230fd5e rtw_coex_write_scbd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x187c9b5a rtw_fw_c2h_cmd_rx_irqsafe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x18e533ac rtw_read8_physical_efuse +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1cd64379 rtw_phy_cfg_agc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1d1431dd rtw_parse_tbl_phy_cond +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1dc2d072 rtw_tx_ac_to_hwq +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1e7bd05b rtw_phy_parsing_cfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x275b3dd9 rtw_phy_pwrtrack_thermal_changed +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2bb4ec54 rtw_coex_write_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2d61afa5 rtw_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x33b3f3c0 rtw_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x36c5bfca rtw_disable_lps_deep_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3adea824 rtw_power_mode_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3ea379e7 rtw_phy_read_rf_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x42cc5811 rtw_coex_read_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x440b7589 rtw_phy_rf_power_2_rssi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x44d7953b rtw_phy_config_swing_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x44dd6141 rtw_phy_write_rf_reg_mix +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x4622ae01 __rtw_dbg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x49a747bc rtw_tx_fill_tx_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x4f742ece rtw_rx_fill_rx_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x519c8ba9 rtw_rate_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x576b6c4d rtw_bf_enable_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x58210e60 rtw_rate_section +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5c23eaea rtw_set_channel_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5fb3c97c rtw_dump_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x62c9b6cf rtw_parse_tbl_bb_pg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x63caa81c rtw_register_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6ac75596 rtw_rx_stats +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x823ec271 rtw_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x82b64432 rtw_bf_remove_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8323a3f3 rtw_tx_write_data_rsvd_page_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8ef70a5e rtw_bf_enable_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8f5390c2 rtw_phy_write_rf_reg_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x915a8057 rtw_phy_pwrtrack_need_lck +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x94adaba5 rtw_phy_cfg_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x97044950 check_hw_ready +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x973929f2 rtw_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x989baf74 rtw_bf_set_gid_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9a702fc9 rtw_tx_queue_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa33d653c rtw_phy_set_edcca_th +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa80c864c rtw_phy_cfg_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa9ae0d46 rtw_fw_do_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xadc134c0 rtw_phy_pwrtrack_get_pwridx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xae1284ad rtw_set_rx_freq_band +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xaf643fcb rtw_dump_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb289f753 rtw_fw_c2h_cmd_isr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb3c6cf88 rtw_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb7ca2eb7 rtw_tx_write_data_h2c_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb943ce9a rtw_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xbf0f3b66 rtw_bf_cfg_csi_rate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc5a6c0f0 rtw_unregister_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc6d33965 rtw_restore_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc776d861 rtw_phy_pwrtrack_need_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc889a295 rtw_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd1812d27 rtw_phy_pwrtrack_avg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd39d697a rtw_phy_set_tx_power_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xdb459342 rtw_regd_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xdba45a6b rtw_phy_pwrtrack_get_delta +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xdc1db946 rtw_bf_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xeb1a85b1 rtw_phy_cfg_bb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xeed429a8 rtw_bf_remove_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf10404c8 rtw_parse_tbl_txpwr_lmt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xfae2d08c rtw_tx_report_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x35451f50 rtw_pci_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x625b6be0 rtw_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x666efa88 rtw_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0xa8f99455 rtw_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0x0eca328f rtw_sdio_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0x3a4ea3f1 rtw_sdio_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0xa29c56d5 rtw_sdio_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0xf458e34f rtw_sdio_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0x1ec6c41d rtw_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0xa88a32c3 rtw_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8851b 0x0f998205 rtw8851b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852a 0xc5cd3c3b rtw8852a_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852b 0xb253eecb rtw8852b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852c 0x29f6a2a4 rtw8852c_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x12f6d842 rtw89_fw_h2c_rf_ntfy_mcc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x17a72437 rtw89_phy_write_reg3_tbl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1bcc7f9f rtw89_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1ef5f80c rtw89_core_fill_txdesc_fwcmd_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x21db2f29 rtw89_mac_cfg_ctrl_path_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x221d1810 rtw89_phy_config_rf_reg_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x27008165 rtw89_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2831253c rtw89_read_efuse_ver +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2ace6515 rtw89_phy_write_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2f8b99cc rtw89_mac_get_txpwr_cr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2f9ffeb0 rtw89_alloc_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3165b8aa rtw89_core_register +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x39f60725 rtw89_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3a21523e rtw89_phy_set_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4359d6f3 rtw89_core_fill_txdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x462764af rtw89_mac_read_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x46cdef49 rtw89_mac_stop_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4864bcb0 __rtw89_debug +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x48d39766 rtw89_phy_read_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x522d7c08 rtw89_core_query_rxdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x552fdc7e rtw89_mac_disable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x56b4a7db rtw89_fw_h2c_dctl_sec_cam_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x57149487 rtw89_mac_coex_init_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5e8bf19f rtw89_decode_chan_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5e8e72cc rtw89_core_napi_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x62f0a772 rtw89_core_napi_stop +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x64c7c574 rtw89_core_rx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x65e90956 rtw89_core_unregister +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6831171b rtw89_mac_set_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6cf036bd rtw89_phy_read_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x71a2b599 rtw89_mac_coex_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x780bcc21 rtw89_free_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x83f592d5 rtw89_mac_resume_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x85b019b1 rtw89_mac_cfg_ppdu_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x85f02977 rtw89_phy_read32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x86e3e546 rtw89_encode_chan_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8aa3dfa1 rtw89_btc_set_policy_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8ac07b50 rtw89_phy_set_txpwr_limit_ru +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8c75bab6 rtw89_phy_tssi_ctrl_set_bandedge_cfg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x96e4f309 rtw89_phy_set_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x988a67e6 rtw89_phy_load_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9ac85705 rtw89_mac_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa49fbdd1 rtw89_phy_write32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa513715c rtw89_mac_get_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa9c4d878 rtw89_ser_notify +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb1c7a17b rtw89_phy_get_txsc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb4237000 rtw89_mac_resume_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb4993c93 rtw89_phy_write_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb6e45141 rtw89_phy_set_txpwr_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc011368a rtw89_mac_cfg_gnt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc83055da rtw89_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc88379dc rtw89_core_napi_start +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xce9e75ba rtw89_mac_stop_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd134159e rtw89_mac_write_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd2ecb1c9 rtw89_mac_cfg_ctrl_path +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd7efbb6f rtw89_core_fill_txdesc_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xdbb0e80e rtw89_mac_enable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe0393f68 rtw89_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe1ffe13e rtw89_btc_ntfy_wl_rfk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe3f57b04 rtw89_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe683dbd5 rtw89_core_napi_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe6ab7cb4 rtw89_btc_set_policy +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf331fa8d rtw89_rfk_parser +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf62f07aa rtw89_mac_cfg_gnt_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x171322ab rtw89_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x193c8f86 rtw89_pci_config_intr_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x21d2f68d rtw89_pci_config_intr_mask_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x33899e19 rtw89_pci_enable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x3b89c928 rtw89_pci_ltr_set_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x3d86590c rtw89_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x49e0aac8 rtw89_pci_ltr_set +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x60b3e7f9 rtw89_pci_fill_txaddr_info_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x6efd9f2c rtw89_bd_ram_table_dual +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x71162055 rtw89_bd_ram_table_single +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x7ae4f457 rtw89_pci_fill_txaddr_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x9ce0961b rtw89_pci_ch_dma_addr_set +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xa9e00555 rtw89_pci_enable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xb13c1e64 rtw89_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xb9b5b137 rtw89_pci_disable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xd296fc69 rtw89_pci_recognize_intrs_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xe3724f80 rtw89_pci_disable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xec225d79 rtw89_pci_recognize_intrs +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xf630d9a9 rtw89_pci_ch_dma_addr_set_v1 +EXPORT_SYMBOL drivers/net/wireless/rsi/rsi_91x 0x34495113 rsi_config_wowlan +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x446f14ec wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x515abe37 wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x9edf648c wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xeaff144a wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0xd3fb1517 fdp_nci_probe +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0xd4fa6ce0 fdp_nci_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0x10d2502c microread_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0xad235dad microread_probe +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x30384c73 nxp_nci_probe +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0xac408eb1 nxp_nci_fw_recv_frame +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0xd055d118 nxp_nci_remove +EXPORT_SYMBOL drivers/nfc/pn533/pn533 0x174b3563 pn533_recv_frame +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xdfaf4f34 pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xe1d14fe7 pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x0ceb58b2 s3fwrn5_remove +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x6882194b s3fwrn5_recv_frame +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x774203fc s3fwrn5_phy_set_wake +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x919c7aea s3fwrn5_phy_power_ctrl +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xdba3e211 s3fwrn5_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xedb12f10 s3fwrn5_phy_set_mode +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xf2ab60da s3fwrn5_phy_get_mode +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x02dd2ad1 st_nci_se_io +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x0eff81a8 st_nci_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x2441b88e ndlc_remove +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x4c47840b ndlc_probe +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x5b44c42c ndlc_send +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x768799d5 ndlc_close +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xd3f0aa41 st_nci_se_deinit +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xdbf6f94b ndlc_open +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xf35d82dd ndlc_recv +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xfb7afeb8 st_nci_se_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x03b38b1b st21nfca_im_send_atr_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x1c4a5098 st21nfca_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x1c708dfc st21nfca_hci_discover_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x2091fe1c st21nfca_se_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x27125dac st21nfca_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x303bde12 st21nfca_se_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x3c0dfbe7 st21nfca_apdu_reader_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x42ce97f8 st21nfca_tm_send_dep_res +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x60a4057d st21nfca_dep_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x66b2ef55 st21nfca_dep_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x7f86d487 st21nfca_connectivity_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x8e0b0b31 st21nfca_dep_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x9bcba05a st21nfca_hci_loopback_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xb2aeb2a3 st21nfca_im_send_dep_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xc538b8ea st21nfca_hci_enable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xcda4253d st21nfca_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xf801efa0 st21nfca_hci_disable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xf9a2384e st21nfca_hci_se_io +EXPORT_SYMBOL drivers/ntb/ntb 0x0418c229 ntb_default_peer_port_idx +EXPORT_SYMBOL drivers/ntb/ntb 0x3379e937 ntb_msi_clear_mws +EXPORT_SYMBOL drivers/ntb/ntb 0x54670299 ntb_set_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x619fe199 __ntb_register_client +EXPORT_SYMBOL drivers/ntb/ntb 0x6437f119 ntb_msi_setup_mws +EXPORT_SYMBOL drivers/ntb/ntb 0x658d4326 ntb_unregister_client +EXPORT_SYMBOL drivers/ntb/ntb 0x74f0306d ntb_db_event +EXPORT_SYMBOL drivers/ntb/ntb 0x7532b603 ntb_default_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x7d71a01c ntb_register_device +EXPORT_SYMBOL drivers/ntb/ntb 0x82277eb4 ntb_link_event +EXPORT_SYMBOL drivers/ntb/ntb 0x86e0c9ea ntb_default_peer_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x9b5ccd6f ntb_unregister_device +EXPORT_SYMBOL drivers/ntb/ntb 0xa0104fd1 ntbm_msi_free_irq +EXPORT_SYMBOL drivers/ntb/ntb 0xa80a3b90 ntb_msi_init +EXPORT_SYMBOL drivers/ntb/ntb 0xaf9a28e6 ntb_clear_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0xc1756b1b ntb_msi_peer_trigger +EXPORT_SYMBOL drivers/ntb/ntb 0xc695e71b ntbm_msi_request_threaded_irq +EXPORT_SYMBOL drivers/ntb/ntb 0xcde47a4f ntb_msi_peer_addr +EXPORT_SYMBOL drivers/ntb/ntb 0xda3925a2 ntb_msg_event +EXPORT_SYMBOL drivers/ntb/ntb 0xdc41e3af ntb_default_peer_port_count +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0x41860305 nvdimm_namespace_attach_btt +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0x9122ee81 nvdimm_namespace_detach_btt +EXPORT_SYMBOL drivers/parport/parport 0x00715eae parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x03158448 parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0x1ce6da24 parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0x23f6f999 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0x2432ab10 parport_write +EXPORT_SYMBOL drivers/parport/parport 0x288c94ec parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x2e5df482 parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0x42c998f5 parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x4f396e8b parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0x5469484d parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0x55bc82c3 parport_del_port +EXPORT_SYMBOL drivers/parport/parport 0x56015f96 __parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x597cad81 parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0x5d1d0876 parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x7b915fef parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x81a494af parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0x884c37e5 parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0x906ec620 parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0x91a036c5 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0xa4f1dfb8 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0xad7897a7 parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xb60d7163 parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0xbaf78a7a parport_register_dev_model +EXPORT_SYMBOL drivers/parport/parport 0xc982eb25 parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xcede6f0b parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0xd5d84067 parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xd714eaae parport_read +EXPORT_SYMBOL drivers/parport/parport 0xdc62b53b parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0xe2ba6b27 parport_release +EXPORT_SYMBOL drivers/parport/parport 0xf4c47178 parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0xfd258a25 parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport_pc 0x4fd35c6c parport_pc_unregister_port +EXPORT_SYMBOL drivers/parport/parport_pc 0xbe955f57 parport_pc_probe_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x0793a051 pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x2a16b6c1 pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x3976258c pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x6d269f1f pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x7be4c05f pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x7c50c87d pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x987b7da2 pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xb938beda pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xbe300bd9 pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xc2453278 pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf942709b pcmcia_socket_list_rwsem +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x7bb63e17 pccard_static_ops +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x0b61b69b cros_ec_resume +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x1a9601f5 cros_ec_suspend_late +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x31dc0b39 cros_ec_register +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x65c3fd3f cros_ec_suspend_prepare +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x6b5d7a62 cros_ec_unregister +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x8188b513 cros_ec_resume_early +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x820cb4b3 cros_ec_suspend +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xf25aacf5 cros_ec_irq_thread +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xfad5c921 cros_ec_resume_complete +EXPORT_SYMBOL drivers/regulator/rohm-regulator 0x9d6d06b4 rohm_regulator_set_dvs_levels +EXPORT_SYMBOL drivers/rpmsg/qcom_glink 0xd7119b40 qcom_glink_native_rx +EXPORT_SYMBOL drivers/rpmsg/qcom_smd 0x1dcab953 qcom_smd_register_edge +EXPORT_SYMBOL drivers/rpmsg/qcom_smd 0xadc8e61f qcom_smd_unregister_edge +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0x31a33f86 rpmsg_chrdev_eptdev_create +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0x82668bd6 rpmsg_chrdev_eptdev_destroy +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x00b1d483 rpmsg_send +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x256a81ab rpmsg_get_mtu +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x2f2841cf __register_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x314babe7 rpmsg_register_device_override +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x5f744780 rpmsg_send_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x6631bff7 rpmsg_register_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x7028f5c4 rpmsg_release_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x78c559e9 rpmsg_trysendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x7b4d6b4d rpmsg_sendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x8511502c rpmsg_create_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x8961fff2 rpmsg_trysend +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x92596006 rpmsg_poll +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xaa350468 unregister_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xae82e170 rpmsg_find_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xb311a6b4 rpmsg_create_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xc59b7ecb rpmsg_destroy_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xc90192ff rpmsg_unregister_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xd4054855 rpmsg_trysend_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xeb0a34d6 rpmsg_class +EXPORT_SYMBOL drivers/rpmsg/rpmsg_ns 0x98690411 rpmsg_ns_register_device +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x0cbe0e75 scsi_esp_unregister +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x4a29ab38 scsi_esp_intr +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x54648623 scsi_esp_register +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x762d5580 scsi_esp_template +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xecdb3802 scsi_esp_cmd +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x1f9084ed fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x45b60c1c fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x4f2b2f6b fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x81d33b6f fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x8719ca5e fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x9369fc70 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xd22fe7c6 fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xe275425a fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xe5d6ce26 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xf14419cd fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xff7be8ea fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0072234d fc_seq_set_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x00a8bf48 fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0262b66d fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x02786e73 fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x095c3c09 fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0b8ecef2 fc_rport_recv_req +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0f0cad1c fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0f2c24b7 fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x10f572c4 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x12d58ecd fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x161dd866 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1a31cb38 fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1bcf2f9a fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x21fd50e8 fc_rport_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2545c5c0 fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x27b157e3 fc_seq_assign +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x395a114d fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x45c65616 fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4d5a5016 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5743e2bf fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5777163d fc_rport_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5880a94f fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x596059b4 fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x599a5067 fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5f62ccaa fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x61b0ac0d fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x691ee263 fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6fa1793a fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x725fa7f3 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x745afa79 fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x75c67579 libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x793b14fb fc_rport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7afcdec8 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7c432bd4 fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7c6acf43 fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7f3407a7 fc_seq_start_next +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x811811e0 fc_exch_done +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x82d12396 fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x844747b6 fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8e36eccf fc_rport_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9d50ed7e fc_rport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9e29564d fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9e8dc1a0 fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9f0db23d fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa0d20961 fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa1bcd198 fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa2469f5f fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa8523719 fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa8aaa54b fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xad1bb5d4 fc_lport_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xaf09705f fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb0ddd5a1 fc_rport_flush_queue +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb1a5dde2 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb99c6bea fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc3307345 fc_exch_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc5d3c86f fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcb34db88 fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcfbab412 fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd04f4701 fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd0f6a83e fc_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe5c9e2e0 _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe5cf06b5 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe8d21f7a fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf87452c3 fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfa4667d1 fc_seq_release +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x0047afee sas_resume_ha_no_sync +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x3a9d0a18 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4a8e3d34 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x6387a0a4 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x7697d7f1 sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xa21fafb9 mraid_mm_adapter_app_handle +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xb2cf7c01 mraid_mm_unregister_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xe3189f3b mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x138f2286 qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x1c97926e qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x2a87e410 qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x31740322 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x536da8a8 qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x847d1a4b qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xbcb05c53 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xc4c7044e qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xd60451e6 qlt_abort_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xd6df8f74 qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xd993051a qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xec5eead6 qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/raid_class 0x6bfb180f raid_class_attach +EXPORT_SYMBOL drivers/scsi/raid_class 0x857fc785 raid_class_release +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x06a260eb fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x17ae8d29 fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x1e08f296 scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x23b8b911 fc_eh_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x375f8bbd fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x433f69b7 fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x48fa4f48 fc_host_post_fc_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x4b07a25b fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x651559ee fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x67bf8644 fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x72770474 fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x93752c2d fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x938e5c8c fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xaf03faa8 fc_find_rport_by_wwpn +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xafd8fd3c fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xe3394c71 fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xf17fc1a6 fc_host_fpin_rcv +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xf1995da4 fc_block_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x04df5a7f sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1293abfb sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x131b2fd2 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x257a57c1 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2a1d7096 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2b0e2b37 sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2c6cefb7 sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3260d09d sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3aa834c5 sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3ef2fc33 sas_get_address +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6620bc2d sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7813f4d8 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x83e868a9 sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8dd43c09 sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x947f7765 sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa1e15407 sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa561143b sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xab83d5db sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb4a608e7 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc5c9932b scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc610fa17 sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xdb065ef7 sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe750e43f sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xec9daf80 sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf0daefe8 scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf89b5438 scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf9ab46a0 sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xfb514475 sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xfe15f0f8 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x234f16d2 spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x2fc76701 spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x8a7889ad spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xb531e7a1 spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xd58d4504 spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x405b6e05 srp_parse_tmo +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x432d01dc srp_rport_put +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x79df114f srp_rport_get +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xad9570de srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xf14615ee srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xf22c94ea srp_timed_out +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x030f2d6c dpaa2_io_service_enqueue_fq +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x21e76a68 dpaa2_io_get_adaptive_coalescing +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x2bc276ca dpaa2_io_update_net_dim +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x35210a1c dpaa2_io_set_irq_coalescing +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x3d01f417 dpaa2_io_service_pull_fq +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xb629a241 dpaa2_io_get_irq_coalescing +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xc4ccef03 dpaa2_io_get_cpu +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xdb008703 dpaa2_io_service_enqueue_multiple_fq +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xe0f67b93 dpaa2_io_service_enqueue_multiple_desc_fq +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xfa0aedff dpaa2_io_set_adaptive_coalescing +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x07564e82 cmdq_pkt_assign +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x081d1a1a cmdq_pkt_write_mask +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x1f3ed632 cmdq_pkt_jump +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x2c2de398 cmdq_mbox_destroy +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x2d7bccfa cmdq_pkt_create +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x3f6fab3f cmdq_pkt_write_s_mask_value +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x3fc19424 cmdq_pkt_write +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x45dae4fc cmdq_pkt_poll +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x4d298c59 cmdq_dev_get_client_reg +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x578699c0 cmdq_pkt_finalize +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x58cdc788 cmdq_pkt_poll_mask +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x5a123a5e cmdq_pkt_write_s_mask +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x5bfd584c cmdq_pkt_set_event +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x6cc3ec20 cmdq_mbox_create +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x8aa532b3 cmdq_pkt_write_s_value +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x8ab965b5 cmdq_pkt_wfe +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x9194f23f cmdq_pkt_flush_async +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xa40c93c8 cmdq_pkt_clear_event +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xd529f27b cmdq_pkt_destroy +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xdf8340fe cmdq_pkt_write_s +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xfec2df2b cmdq_pkt_read_s +EXPORT_SYMBOL drivers/soc/qcom/ocmem 0x2c7ec1e9 of_get_ocmem +EXPORT_SYMBOL drivers/soc/qcom/ocmem 0xc53d76b1 ocmem_allocate +EXPORT_SYMBOL drivers/soc/qcom/ocmem 0xf9b05967 ocmem_free +EXPORT_SYMBOL drivers/soc/qcom/pdr_interface 0x1c76ea4d pdr_restart_pd +EXPORT_SYMBOL drivers/soc/qcom/pdr_interface 0x432975e6 pdr_add_lookup +EXPORT_SYMBOL drivers/soc/qcom/pdr_interface 0x47b2ed49 pdr_handle_alloc +EXPORT_SYMBOL drivers/soc/qcom/pdr_interface 0xf618ca5b pdr_handle_release +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x28f43125 geni_icc_disable +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x3b3d1452 geni_se_resources_on +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x442b94cc geni_se_tx_init_dma +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x44d9fd67 geni_se_get_qup_hw_version +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x560a3927 geni_icc_set_bw +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x65506e27 geni_icc_enable +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x905c9378 geni_se_select_mode +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x912eb54b geni_se_resources_off +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xa6ff25f3 geni_se_clk_tbl_get +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xbb525cef geni_se_rx_init_dma +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xc35e3658 geni_se_clk_freq_match +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xc3ed6791 geni_se_rx_dma_unprep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xc7c7cc88 geni_se_rx_dma_prep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xc99a1863 geni_se_tx_dma_prep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xd37130d8 geni_se_config_packing +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xd5a03fd4 geni_icc_set_tag +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xde722965 geni_se_init +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xe61ae48f geni_icc_get +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xe8fba50b geni_se_tx_dma_unprep +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x109dcaa9 qmp_get +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x2333aed6 qmp_put +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x9e2aa1df qmp_send +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x082bcff0 qmi_send_request +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x1015cbb1 qmi_handle_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x28ac2fd2 qmi_encode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x4cd2fe40 qmi_response_type_v01_ei +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x520aa3ae qmi_txn_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x6051451d qmi_decode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x734b3e13 qmi_send_indication +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x865898ac qmi_handle_release +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xc59a4782 qmi_txn_wait +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xcc579721 qmi_add_server +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xcd971dc6 qmi_add_lookup +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xebf11fb5 qmi_send_response +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xf381ed63 qmi_txn_cancel +EXPORT_SYMBOL drivers/soc/qcom/smd-rpm 0x3abef80b qcom_rpm_smd_write +EXPORT_SYMBOL drivers/soc/qcom/wcnss_ctrl 0x06bf6f30 qcom_wcnss_open_channel +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x054ad110 sdw_bread_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x0853bed8 sdw_update_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x16d1706b sdw_prepare_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1711d288 sdw_stream_remove_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1deee061 sdw_find_row_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x2308aaef sdw_write +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x286e5458 sdw_slave_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x2c1ef342 sdw_handle_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x2e836f8b sdw_read +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3b0a8582 sdw_startup_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3ede8c6e sdw_bus_master_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x424a0f19 sdw_master_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4cde88bf sdw_disable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4f661265 sdw_bus_prep_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x60e31fbb sdw_find_col_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x64e4969e sdw_slave_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x6f95b16b sdw_shutdown_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x6fe78efd sdw_compare_devid +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x70de8c39 sdw_bus_exit_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x71891d59 sdw_deprepare_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x75a55e1a sdw_clear_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x7e4ca7e4 sdw_bus_master_delete +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x83f58579 sdw_stream_remove_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x85676077 sdw_write_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x886cd877 sdw_nwrite +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x96be0cfc sdw_read_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9e122d79 sdw_alloc_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xa9f3a9a8 sdw_nread_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xaae22301 sdw_bwrite_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xabf36847 sdw_update +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xad8ab46c sdw_stream_add_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xba54b904 sdw_cols +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xbbec2c2e sdw_enable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xd793b3aa sdw_show_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xda5bce09 sdw_release_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xe42ffd51 sdw_nwrite_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf05e98a9 sdw_extract_slave_id +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf0a49690 sdw_bus_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf1edac05 sdw_stream_add_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf2d0b92e sdw_nread +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf53ba0b8 sdw_rows +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x0af832f1 sdw_cdns_probe +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x247064f9 sdw_cdns_exit_reset +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x34712074 sdw_cdns_irq +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x40faa703 sdw_cdns_config_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x51f8c6e4 sdw_cdns_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x648b6b25 sdw_cdns_is_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x73bba6fa cdns_read_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x7719c746 sdw_cdns_init +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x797bdec0 sdw_cdns_check_self_clearing_bits +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x7e4b6da5 sdw_cdns_clock_restart +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x989faafd cdns_xfer_msg_defer +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x9aab79f0 sdw_cdns_config_update_set_wait +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x9f66a809 sdw_cdns_pdi_init +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xa4c9e1ad sdw_cdns_alloc_pdi +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xb06b9193 cdns_xfer_msg +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xd1191223 cdns_bus_conf +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xe0bda952 cdns_set_sdw_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xe3e9ff22 sdw_cdns_config_update +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xf6d62304 sdw_cdns_enable_interrupt +EXPORT_SYMBOL drivers/soundwire/soundwire-generic-allocation 0x2d15c2b0 sdw_compute_params +EXPORT_SYMBOL drivers/soundwire/soundwire-generic-allocation 0x43e526fe sdw_compute_slave_ports +EXPORT_SYMBOL drivers/ssb/ssb 0x0e1e73b2 ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0x39541997 ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x40daf132 ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0x45a83b1b ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0x51c193aa ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x53d91b9a ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0x5cee55df ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x5eb4d2b9 ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0x6b47f06c ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0xa2b37d96 ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xa7359a55 ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0xaaca24ef ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0xb6cede45 ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xc5d1d304 ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xc672b43c ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0xc761683d ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0xcb17f1cb ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xcbef044b ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0xd29b13a5 ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0xd52dfad8 __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0xd5b522f7 ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0xdfc7c6ef ssb_admatch_size +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x017cb305 fbtft_write_gpio16_wr_latched +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x11715801 fbtft_write_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x1747b2c4 fbtft_dbg_hex +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x34689408 fbtft_unregister_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x3854b637 fbtft_register_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x44f4eafb fbtft_write_spi_emulate_9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x4e904c7b fbtft_write_reg8_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x4fd6cf19 fbtft_write_vmem16_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x553bf55b fbtft_probe_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x57332ca7 fbtft_write_gpio8_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x5daf2fb6 fbtft_read_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x69c7ea5c fbtft_write_vmem8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x763bfdf4 fbtft_init_display +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x77971493 fbtft_write_gpio16_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x87f9aef0 fbtft_write_buf_dc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x8bd1195d fbtft_write_reg16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x94d8da2b fbtft_write_reg8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xa66cdc2d fbtft_unregister_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xb686ce44 fbtft_framebuffer_release +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xb6e7679d fbtft_write_reg16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xbfe71adb fbtft_write_vmem16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xc3a0d56a fbtft_write_vmem16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xcb8153c6 fbtft_register_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xd3c2cc53 fbtft_framebuffer_alloc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xf6d95214 fbtft_remove_common +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x398c1a51 gbaudio_register_module +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x55e61ce1 gbaudio_unregister_module +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0xce181f58 gbaudio_module_update +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0xacfc6cf9 adt7316_probe +EXPORT_SYMBOL drivers/staging/nvec/nvec 0x40f6eeb6 nvec_write_async +EXPORT_SYMBOL drivers/staging/nvec/nvec 0xa6f71bc6 nvec_write_sync +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x04702191 notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1d069ee0 rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1e1b4854 rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x20f247b7 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22166084 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x257cc9d3 rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x25dc9718 rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x26f7cea5 rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2944bd1c rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2a84cbc6 rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x34eeb20f rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3e4ce6e9 HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x44170a53 rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4d4dba16 dot11d_channel_map +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4e57f28e rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x51660ee7 rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x54cca889 rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x571ed7a6 rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5f0ca11b rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x602e6338 rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x62fe43a7 rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x63f08cd0 rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6466b763 dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x685b4553 rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6bd001bf rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6ff123ec rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7547a613 free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7ea7f281 rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7fd56dba rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x821ca8af rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x85629225 rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x97dcc235 rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9947734f rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa3301a37 RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa65c23e9 rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb0b171af rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbb6ca96a rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbbf96e10 rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbe4f5d5b rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc2daa558 rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc5aa1dad rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xcb60ba5b rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd661f147 rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd8064953 rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdbc63f89 rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xedc3d33a rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xef59bc1b rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf98de226 rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfe4d4882 rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xff85f366 alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x011b5858 dot11d_scan_complete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x019754ef dot11d_update_country_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x19ad0ca8 ieee80211_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x19d7bf4d ieee80211_wx_get_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1c4b30f7 is_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1eeb11b0 ieee80211_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x210d022c ieee80211_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x232e7944 ieee80211_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x26e0ca03 ieee80211_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3cac7ae6 ieee80211_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x43668e07 ieee80211_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x46bdb6af ieee80211_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x52a637d2 ieee80211_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x57802442 ieee80211_rx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5bac9b81 ieee80211_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5c86494f to_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x624afd3b ieee80211_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6651f895 ieee80211_is_shortslot +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x690e91ba ieee80211_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6da98e65 ieee80211_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6fdcd136 ieee80211_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x73e9719b ieee80211_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x74369625 ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7e188072 dot11d_reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x80d094a9 ieee80211_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x86370f6c ieee80211_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x877032da dot11d_get_max_tx_pwr_in_dbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8871c7dc HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x89a35a80 ieee80211_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8d7a467c ieee80211_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8ec66157 ieee80211_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8f5c51f3 ieee80211_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x94af39a6 ieee80211_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x99631f0b notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9edcb070 ieee80211_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa8de26f5 ieee80211_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb0508b5f ieee80211_rx_mgt +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb08cd90d ieee80211_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb9476f1b ieee80211_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbff461b8 ieee80211_softmac_xmit +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc5971e98 ieee80211_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc7d379ea rtl8192u_dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc89ef965 ieee80211_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcffec4a0 ieee80211_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd404c02c ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd4794a48 ieee80211_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd4a3b6c4 ieee80211_disassociate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd671c91a ieee80211_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd6b3e087 ieee80211_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe3372510 ieee80211_is_54g +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe5573ccb ieee80211_txb_free +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xeb77f6c9 ieee80211_softmac_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xeba9c2b6 ieee80211_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf093efa1 SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf3920b7c ieee80211_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfc717822 ieee80211_wx_set_scan +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0632e009 iscsi_target_check_login_request +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x175f72b1 __iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1c616dec iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1f5d405b iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2191ef03 iscsit_aborted_task +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2573e989 iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x293b0dce iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2ec45e22 iscsit_thread_check_cpumask +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x33298b05 iscsit_add_cmd_to_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3b34b2ab iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4059dfb1 iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4410f999 iscsit_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x53274bbe iscsit_set_unsolicited_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x575138ac iscsit_build_datain_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x57f2b5ed iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5e398b4b iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5f4e9691 iscsit_handle_snack +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x640526bc iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x68e0d89a iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6c9c5d9e iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6f29c899 iscsit_add_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x76471ad8 iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8c9a17ce iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9210f0b8 iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x92cd60b4 iscsit_find_cmd_from_itt_or_dump +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x98b71536 iscsit_find_cmd_from_itt +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9982f8ec iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9b4f3705 iscsi_change_param_sprintf +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa9992852 iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa9e8f8c8 iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xae1127f0 iscsit_queue_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb29c6b8b iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbefb95c8 iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd382d7cd iscsit_response_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd9ae5ffc iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdacdc3fc iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdbca0595 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdc54c29d iscsit_get_datain_values +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdd239022 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe24af573 iscsit_reject_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe554caad iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe7890f7f iscsit_build_r2ts_for_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe9f9a2b6 iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xeaf0ba47 iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf34332f0 iscsi_find_param_from_key +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfcc1ed7f iscsit_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x064cd968 target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x06cf185b target_depend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x0871ffd6 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x0d72c88d passthrough_pr_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x0e69d296 target_cmd_init_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x12de9745 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x142072c0 transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x1a481057 transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x1ba7193b target_send_busy +EXPORT_SYMBOL drivers/target/target_core_mod 0x1d7ab63c transport_backend_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x1dda08d6 target_complete_cmd_with_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x1feb85a8 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x207b9a46 spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0x229860e7 transport_alloc_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x22ae3ab3 target_remove_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x2ebcc3f1 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x32e7ef6d target_undepend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x3350d87b core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x3a20a9d7 transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x3c82706d target_cmd_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x438aa432 core_allocate_nexus_loss_ua +EXPORT_SYMBOL drivers/target/target_core_mod 0x442f3bcf target_setup_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x4cac910a transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x50d1eedb target_backend_unregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x54a614cc core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x5bdb610a target_free_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0x5c565ecf transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x5cba2db6 target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0x60f412a4 target_show_dynamic_sessions +EXPORT_SYMBOL drivers/target/target_core_mod 0x6103e1a7 passthrough_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x6404ad64 spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0x651e8b68 target_tpg_has_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x68301382 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0x68b12786 target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0x6f74c11c sbc_dif_verify +EXPORT_SYMBOL drivers/target/target_core_mod 0x721185af target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x770d12e2 core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x79920f21 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x7c54347b transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x7da949bf sbc_dif_copy_prot +EXPORT_SYMBOL drivers/target/target_core_mod 0x833aedc8 target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x85cebe3d __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x8c3b12f3 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0x8debdfe4 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x95be5ea1 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x95c11e3c sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0x974502bc spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x9a9785a7 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x9e97849e core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xa1b12e88 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xa264ba0b transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xa2734432 target_set_cmd_data_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xaa570b40 target_register_template +EXPORT_SYMBOL drivers/target/target_core_mod 0xae20c358 target_nacl_find_deve +EXPORT_SYMBOL drivers/target/target_core_mod 0xaea7685e sbc_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0xaefbcacd target_alloc_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0xb535f96b spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xb877bb02 target_stop_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xb96906ce passthrough_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0xbc7caad0 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0xc1346a3d target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0xc2590c5c transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xc3b7102d transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xc74cd7cd sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0xc8e67a49 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xd34d1733 transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0xd6158309 target_lun_is_rdonly +EXPORT_SYMBOL drivers/target/target_core_mod 0xdc58c9ce transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0xdebdaacf sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xdfb0f5d2 target_show_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xe00aaaf4 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xe0eb5e9c __target_init_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xe16e42ca core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0xe64b5dd0 target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0xef53ced1 target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3c2dfe0 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf5bedc69 transport_copy_sense_to_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xf93e3592 target_unregister_template +EXPORT_SYMBOL drivers/target/target_core_mod 0xfb26a779 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x02c08d2d ufshcd_get_local_unipro_ver +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x1bc7027a ufshcd_system_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x1e81f7b7 ufshcd_alloc_host +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x236c3ec9 ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x96035e71 ufshcd_runtime_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xe5fd29d3 ufshcd_system_resume +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0xac09a506 tc_dwc_g210_config_20_bit +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0xc429c6ea tc_dwc_g210_config_40_bit +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0x01028273 ufshcd_dwc_dme_set_attrs +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0x0a1268d5 ufshcd_dwc_link_startup_notify +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0xdd0192d8 usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0x7732ac34 usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x6e78a6c9 sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x13644bda usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x27ea0f0e usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x3dfcd684 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x4a4f0a21 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x58726689 usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x97b346de usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xad2e378c usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xbd8af41c usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xc7d2d07a usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xf1dfe11f usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xf86d3057 usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x06e58eb7 usb_serial_resume +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x57befc96 usb_serial_suspend +EXPORT_SYMBOL drivers/vdpa/vdpa 0xfc6bf3aa vdpa_set_status +EXPORT_SYMBOL drivers/vfio/vfio 0x19567d06 vfio_info_cap_shift +EXPORT_SYMBOL drivers/vfio/vfio 0x2d9c1462 vfio_unpin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0x6c28be5a vfio_info_add_capability +EXPORT_SYMBOL drivers/vfio/vfio 0xa173fbef vfio_dma_rw +EXPORT_SYMBOL drivers/vfio/vfio 0xadc044b7 vfio_set_irqs_validate_and_prepare +EXPORT_SYMBOL drivers/vfio/vfio 0xbbd36868 vfio_pin_pages +EXPORT_SYMBOL drivers/vhost/vhost 0x65ec0786 vhost_chr_write_iter +EXPORT_SYMBOL drivers/vhost/vhost 0x873fd119 vhost_chr_poll +EXPORT_SYMBOL drivers/vhost/vringh 0x22535a6e vringh_abandon_user +EXPORT_SYMBOL drivers/vhost/vringh 0x22f44e7d vringh_getdesc_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x31848eae vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0x372fd6c2 vringh_init_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3a5d8ed7 vringh_getdesc_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3b304ebb vringh_iov_push_user +EXPORT_SYMBOL drivers/vhost/vringh 0x4311cd91 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0x52bae5f4 vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x660779c8 vringh_kiov_advance +EXPORT_SYMBOL drivers/vhost/vringh 0x6bcdc931 vringh_complete_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x6bf1b1c2 vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0x7eaceeaa vringh_init_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x8f8840e8 vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x932af7d7 vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x964ca823 vringh_iov_push_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x97fa07e9 vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x9a775e41 vringh_init_iotlb_va +EXPORT_SYMBOL drivers/vhost/vringh 0x9a81a3f6 vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x9bdd89ae vringh_abandon_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x9f597502 vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xacec70e7 vringh_need_notify_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xb98c2548 vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xbb2391f3 vringh_notify_enable_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xbdb0df4e vringh_set_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xc33f4090 vringh_iov_pull_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xc467f54a vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xc5a7eb98 vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xcc0cbfb9 vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0xd8535ad6 vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xde804bb9 vringh_iov_pull_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xe08ccbed vringh_notify_disable_iotlb +EXPORT_SYMBOL drivers/video/backlight/lcd 0x4f503610 devm_lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0x5c660cdf devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0x779c85f0 lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xe2d91ed4 lcd_device_register +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x0d015c07 svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x17f3f471 svga_set_default_seq_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x1be6dc30 svga_set_textmode_vga_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x83a41489 svga_set_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x84c337c2 svga_wcrt_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x84c97d2a svga_match_format +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x8a1a32b0 svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x90c42353 svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xb0ab2b2e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xb12e39b2 svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xbf6b3e70 svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd6ec2c44 svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xdcc5a013 svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xf35394bf svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xfc09f596 svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x0cc3ede5 cyber2000fb_detach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x32b8f073 cyber2000fb_attach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x534b6f18 cyber2000fb_disable_extregs +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0xb39f68d1 cyber2000fb_enable_extregs +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0x233917d1 mac_vmode_to_var +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xfb16ce34 mac_find_mode +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x1b15459e matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x59ae485b matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x7773e4f1 g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x3d277156 matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x87fcb0fa matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xb77212bd DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xfeae00c7 DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0x983fa81e matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0x51c5215d matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x17fa8c9f matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x469cfd4e matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xf041fc9e matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xf1c30fd5 matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x2e8e9108 matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x6fc91068 matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x1b3a3115 matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x324e8ad5 matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x9f3106c4 matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xa9fa473a matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xc01b66b8 matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x3037658e sis_malloc +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0xfe963115 sis_free +EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga +EXPORT_SYMBOL drivers/video/vgastate 0xe7a2620e save_vga +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x451a8f45 virtio_dma_buf_get_uuid +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x8927cf0d virtio_dma_buf_export +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xa8ab7a36 virtio_dma_buf_attach +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xf0303f1f is_virtio_dma_buf +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x0d5844bd w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xde0d0d92 w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xa0d31d5c w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xf0f1b7d2 w1_ds2781_io +EXPORT_SYMBOL drivers/w1/wire 0x2d68f97d w1_add_master_device +EXPORT_SYMBOL drivers/w1/wire 0x9e0b4428 w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0xe03b0d8c w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0xfe5eb164 w1_remove_master_device +EXPORT_SYMBOL fs/fscache/fscache 0x0b8bd9dc fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0x0bd5918b fscache_withdraw_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x12a81490 fscache_end_cookie_access +EXPORT_SYMBOL fs/fscache/fscache 0x146ec462 __fscache_begin_read_operation +EXPORT_SYMBOL fs/fscache/fscache 0x1a0d09e7 fscache_n_write +EXPORT_SYMBOL fs/fscache/fscache 0x234a140d __traceiter_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x2636e98a __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x2a71ce7d fscache_resume_after_invalidation +EXPORT_SYMBOL fs/fscache/fscache 0x2b389369 __tracepoint_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0x2cf5d616 __fscache_clear_page_bits +EXPORT_SYMBOL fs/fscache/fscache 0x306805d3 __SCK__tp_func_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x328c7e9b fscache_end_volume_access +EXPORT_SYMBOL fs/fscache/fscache 0x38bfacad __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x397f1622 fscache_relinquish_cache +EXPORT_SYMBOL fs/fscache/fscache 0x4336c4ca fscache_dirty_folio +EXPORT_SYMBOL fs/fscache/fscache 0x4404d2aa fscache_n_no_create_space +EXPORT_SYMBOL fs/fscache/fscache 0x4996bd29 fscache_n_updates +EXPORT_SYMBOL fs/fscache/fscache 0x4b8e7040 fscache_acquire_cache +EXPORT_SYMBOL fs/fscache/fscache 0x4bd084ba __SCK__tp_func_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0x557a775f fscache_addremove_sem +EXPORT_SYMBOL fs/fscache/fscache 0x6558822b __fscache_acquire_volume +EXPORT_SYMBOL fs/fscache/fscache 0x6e416521 __SCK__tp_func_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x71fb0e58 __tracepoint_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x77e19a42 __tracepoint_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x7ae67e5f __fscache_resize_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x7cedf94d __fscache_unuse_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x86b186a6 fscache_wait_for_operation +EXPORT_SYMBOL fs/fscache/fscache 0x8c2d6da7 fscache_clearance_waiters +EXPORT_SYMBOL fs/fscache/fscache 0x90d447f3 fscache_n_culled +EXPORT_SYMBOL fs/fscache/fscache 0x991d8f44 fscache_get_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x9d585ecc __fscache_begin_write_operation +EXPORT_SYMBOL fs/fscache/fscache 0x9ffefcb2 fscache_n_read +EXPORT_SYMBOL fs/fscache/fscache 0xa7430711 __fscache_relinquish_volume +EXPORT_SYMBOL fs/fscache/fscache 0xadf84bc7 fscache_withdraw_volume +EXPORT_SYMBOL fs/fscache/fscache 0xae6040a5 __traceiter_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0xb8698fea __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xbca46908 fscache_wq +EXPORT_SYMBOL fs/fscache/fscache 0xcb43b3c9 fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0xcce11a60 fscache_n_no_write_space +EXPORT_SYMBOL fs/fscache/fscache 0xd556b738 fscache_put_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xdcb87498 __traceiter_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0xe84fc6a6 __fscache_write_to_cache +EXPORT_SYMBOL fs/fscache/fscache 0xe9e8207b __fscache_use_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xf58832d6 fscache_cookie_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0xf718b6dd fscache_caching_failed +EXPORT_SYMBOL fs/fscache/fscache 0xfe861f39 fscache_io_error +EXPORT_SYMBOL fs/netfs/netfs 0x617f388b netfs_subreq_terminated +EXPORT_SYMBOL fs/netfs/netfs 0x895b80a9 netfs_read_folio +EXPORT_SYMBOL fs/netfs/netfs 0xaccdde11 netfs_readahead +EXPORT_SYMBOL fs/netfs/netfs 0xfc072275 netfs_stats_show +EXPORT_SYMBOL fs/netfs/netfs 0xfd67cdc4 netfs_write_begin +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x3edad1cc qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x74faced3 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xa63a0ab4 qtree_get_next_id +EXPORT_SYMBOL fs/quota/quota_tree 0xa9fc7b62 qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xaf86e4e4 qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0xec96a39f qtree_delete_dquot +EXPORT_SYMBOL lib/crc-itu-t 0x09a34a2b crc_itu_t +EXPORT_SYMBOL lib/crc-itu-t 0xd819a524 crc_itu_t_table +EXPORT_SYMBOL lib/crc7 0x65aaf037 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc7 0xba55d23e crc7_be +EXPORT_SYMBOL lib/crypto/libarc4 0x2bb32ad1 arc4_setkey +EXPORT_SYMBOL lib/crypto/libarc4 0xcd47fcc4 arc4_crypt +EXPORT_SYMBOL lib/crypto/libchacha 0xcec122d7 chacha_crypt_generic +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x147c3f2e chacha20poly1305_encrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x521c7102 xchacha20poly1305_decrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x6c713da5 chacha20poly1305_encrypt_sg_inplace +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x916491ac chacha20poly1305_decrypt_sg_inplace +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0xc20134e7 chacha20poly1305_decrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0xce15a526 xchacha20poly1305_encrypt +EXPORT_SYMBOL lib/crypto/libcurve25519-generic 0x12627f15 curve25519_generic +EXPORT_SYMBOL lib/crypto/libcurve25519-generic 0x4a5a8811 curve25519_null_point +EXPORT_SYMBOL lib/crypto/libcurve25519-generic 0x7e6fdbfc curve25519_base_point +EXPORT_SYMBOL lib/crypto/libpoly1305 0x021f3700 poly1305_core_blocks +EXPORT_SYMBOL lib/crypto/libpoly1305 0xbcb90cb3 poly1305_core_emit +EXPORT_SYMBOL lib/crypto/libpoly1305 0xd45b9cf4 poly1305_core_setkey +EXPORT_SYMBOL lib/libcrc32c 0xb15b4109 crc32c +EXPORT_SYMBOL lib/lru_cache 0x0cb562e6 lc_put +EXPORT_SYMBOL lib/lru_cache 0x12de578e lc_committed +EXPORT_SYMBOL lib/lru_cache 0x1d2ebc6a lc_get +EXPORT_SYMBOL lib/lru_cache 0x2675693b lc_del +EXPORT_SYMBOL lib/lru_cache 0x50f72810 lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0x75e88edc lc_destroy +EXPORT_SYMBOL lib/lru_cache 0x96d40a48 lc_try_get +EXPORT_SYMBOL lib/lru_cache 0xa79000a0 lc_is_used +EXPORT_SYMBOL lib/lru_cache 0xaeb959aa lc_create +EXPORT_SYMBOL lib/lru_cache 0xbe528bff lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0xbf18a077 lc_reset +EXPORT_SYMBOL lib/lru_cache 0xc4d8d7a4 lc_find +EXPORT_SYMBOL lib/lru_cache 0xdbdee578 lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0xf0e20f9b lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0xfba16232 lc_get_cumulative +EXPORT_SYMBOL lib/lz4/lz4_compress 0x4f4d78c5 LZ4_compress_default +EXPORT_SYMBOL lib/lz4/lz4_compress 0x5bc92e85 LZ4_compress_destSize +EXPORT_SYMBOL lib/lz4/lz4_compress 0x6004858d LZ4_compress_fast +EXPORT_SYMBOL lib/lz4/lz4_compress 0x635ff76d LZ4_saveDict +EXPORT_SYMBOL lib/lz4/lz4_compress 0x749849d8 LZ4_loadDict +EXPORT_SYMBOL lib/lz4/lz4_compress 0xf9eced44 LZ4_compress_fast_continue +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x38f7b6e0 LZ4_compress_HC_continue +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x93ff008c LZ4_loadDictHC +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x9cef495b LZ4_saveDictHC +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0xddf86133 LZ4_compress_HC +EXPORT_SYMBOL lib/math/cordic 0x7e431c15 cordic_calc_iq +EXPORT_SYMBOL lib/objagg 0x0363233d objagg_obj_raw +EXPORT_SYMBOL lib/objagg 0x23865923 objagg_destroy +EXPORT_SYMBOL lib/objagg 0x24ca5ca9 objagg_obj_root_priv +EXPORT_SYMBOL lib/objagg 0x342aefe2 objagg_obj_delta_priv +EXPORT_SYMBOL lib/objagg 0x352633f4 objagg_hints_stats_get +EXPORT_SYMBOL lib/objagg 0x3c58e78f objagg_hints_put +EXPORT_SYMBOL lib/objagg 0x6691f29d objagg_obj_put +EXPORT_SYMBOL lib/objagg 0x679e8cc2 objagg_create +EXPORT_SYMBOL lib/objagg 0xb17ab162 objagg_obj_get +EXPORT_SYMBOL lib/objagg 0xdaa3ee68 objagg_stats_get +EXPORT_SYMBOL lib/objagg 0xf5511527 objagg_stats_put +EXPORT_SYMBOL lib/objagg 0xfaa9d1a8 objagg_hints_get +EXPORT_SYMBOL lib/parman 0x0f518717 parman_prio_init +EXPORT_SYMBOL lib/parman 0x7b03d378 parman_item_add +EXPORT_SYMBOL lib/parman 0x8b7e26f5 parman_item_remove +EXPORT_SYMBOL lib/parman 0xc3e2d892 parman_create +EXPORT_SYMBOL lib/parman 0xc6a3d260 parman_prio_fini +EXPORT_SYMBOL lib/parman 0xca39ae6a parman_destroy +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0b2c64a3 raid6_vgfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x17f54263 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x59a2712d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0xb0d904b7 raid6_empty_zero_page +EXPORT_SYMBOL lib/raid6/raid6_pq 0xc8e3332b raid6_gflog +EXPORT_SYMBOL lib/raid6/raid6_pq 0xcc4ee841 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd91319d6 raid6_gfmul +EXPORT_SYMBOL net/6lowpan/6lowpan 0x0696094e lowpan_unregister_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0x627fb59b lowpan_nhc_add +EXPORT_SYMBOL net/6lowpan/6lowpan 0x6f8362a5 lowpan_register_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0xa516fca7 lowpan_register_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0xbe159c2e lowpan_nhc_del +EXPORT_SYMBOL net/6lowpan/6lowpan 0xe4824a11 lowpan_unregister_netdevice +EXPORT_SYMBOL net/802/p8022 0x75048d2f unregister_8022_client +EXPORT_SYMBOL net/802/p8022 0xead60a2d register_8022_client +EXPORT_SYMBOL net/802/psnap 0x2fd72a91 unregister_snap_client +EXPORT_SYMBOL net/802/psnap 0xa27e556c register_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x00e130b6 p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0x030e30b2 p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0x0e3677f6 p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0x1c791462 __traceiter_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x41ac63ec p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0x41ce9823 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0x4320c8a1 p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x47cb1b59 p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0x4ba99359 p9_fcall_fini +EXPORT_SYMBOL net/9p/9pnet 0x4cfa72fe v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0x4d3e2ef2 p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0x632d98e6 p9_req_put +EXPORT_SYMBOL net/9p/9pnet 0x680fffa5 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0x73723c5b p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0x745ca20c p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x761cad64 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x7e4f2966 p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0x7e50c008 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x8105b799 p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0x820e8544 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0x841dfede v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0x914a5225 p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0x94b96f7d p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0x95bd8f96 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0xa9ba78b0 v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0xb3675861 p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xb55ae777 __SCK__tp_func_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xbc8c3fde p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0xc75dcb5e p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0xc91863db p9_show_client_options +EXPORT_SYMBOL net/9p/9pnet 0xd28d80a7 p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0xd336cacb p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0xd384c683 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0xd3f063b1 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0xd442230f p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0xd49ca02f p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0xd6175e18 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0xd73bb69c p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0xd793357d p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0xd7f10ed6 p9_client_read_once +EXPORT_SYMBOL net/9p/9pnet 0xdb7bb7d0 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0xe18083c5 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xe7e9ae53 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0xe8655ef8 p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0xed1ca28b p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0xee437897 __tracepoint_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xee7917a1 p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0xef39e49f do_trace_9p_fid_put +EXPORT_SYMBOL net/9p/9pnet 0xf0a2d470 do_trace_9p_fid_get +EXPORT_SYMBOL net/9p/9pnet 0xf9d04e50 p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0xffa4a62e p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0xffe5bc1d p9_client_disconnect +EXPORT_SYMBOL net/appletalk/appletalk 0x37d5a043 alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0x6120b7b5 aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0x70dc531b atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0x7259d8cb atrtr_get_dev +EXPORT_SYMBOL net/atm/atm 0x26aecb8c atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x3ec49f12 atm_dev_register +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x44c6e633 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0x5420e7b1 atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0x5e9e5948 register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x60bc49df atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0x8c3cbbcf vcc_release_async +EXPORT_SYMBOL net/atm/atm 0x9623723b atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0x9edfb5da vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xa1552162 atm_charge +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xb169551c vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0xb9fef235 atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0xc501f85a deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xcaed1ac7 atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/ax25/ax25 0x14cecd59 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x48d90bae ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x5b6e604f ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0x8b04a0e7 ax25_ip_xmit +EXPORT_SYMBOL net/ax25/ax25 0x8decbe6f ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0xb7a99650 ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0xc060ae09 ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xe58bd22b ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0xee02e420 ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0xfb3a5810 ax25_listen_release +EXPORT_SYMBOL net/bluetooth/bluetooth 0x02039855 hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x025fefb8 l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0380beab bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0718b8b7 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0820e633 hci_mgmt_chan_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x08660ada l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0b0763b7 hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1471c3d9 l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1752ca30 hci_reset_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x201a543b __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x214e4265 bt_warn +EXPORT_SYMBOL net/bluetooth/bluetooth 0x23443222 hci_cmd_sync_cancel +EXPORT_SYMBOL net/bluetooth/bluetooth 0x26d7e213 hci_mgmt_chan_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2c5e3eb5 hci_devcd_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x31bdad77 __hci_cmd_sync_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0x34d8562d hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3617be35 __hci_cmd_sync_status +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3755809f __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x411b8238 hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0x421ed4a1 hci_alloc_dev_priv +EXPORT_SYMBOL net/bluetooth/bluetooth 0x43091ec9 hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0x47b15df1 hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x48eb7447 l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4c02908e bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0x518f612a hci_set_hw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x51e7d216 hci_recv_diag +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5555ad4e hci_set_fw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x56127d9a bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x56c1a416 bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5a9e1e49 bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5c20ec81 l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5eb9c9aa hci_devcd_append_pattern +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5fc05b0a hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6591e81c bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6b650a99 hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x76837949 hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0x77a6a339 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7aad008b bt_to_errno +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7b5ce5c3 baswap +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7b8c32f1 bt_err +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7bd9427a bt_status +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8476a9fe hci_devcd_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x85fb53e5 bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0x885652b4 bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x935c046f bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0x94abcbdb bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x96fe4a69 hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9f318882 bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa36d67be hci_devcd_rx +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa438feb9 bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa60137a1 hci_devcd_timeout +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa7238dec hci_cmd_sync_queue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xaab5a7d3 bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0xac81c54e hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xafa613ca l2cap_chan_close +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb0c82a25 hci_devcd_complete +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb1fd9c4d hci_devcd_abort +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb6561264 hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc3cfec24 __hci_cmd_send +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd7613212 bt_err_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd91c9f63 hci_devcd_append +EXPORT_SYMBOL net/bluetooth/bluetooth 0xddacccf6 bt_warn_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdfa126d7 hci_release_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe4ce8a8e bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0xed16b4e4 __hci_cmd_sync_status_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf109aecd bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0xff7610a1 hci_cmd_sync_submit +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x406f84be ebt_unregister_table_pre_exit +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x576cfc6e ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x951faa56 ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xaafcdc5c ebt_register_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xfcb51c2e ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xfe1a689d ebt_unregister_template +EXPORT_SYMBOL net/caif/caif 0x1232d80f get_cfcnfg +EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt +EXPORT_SYMBOL net/caif/caif 0x2a09f713 cfpkt_fromnative +EXPORT_SYMBOL net/caif/caif 0x329dbd06 cfpkt_info +EXPORT_SYMBOL net/caif/caif 0x38701a7c cfcnfg_del_phy_layer +EXPORT_SYMBOL net/caif/caif 0x3fa84493 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x40babbe0 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x665f9a0b cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x875a8c46 caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0x9440eda9 caif_connect_client +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xcb2084d1 caif_disconnect_client +EXPORT_SYMBOL net/can/can 0x1939db1d can_sock_destruct +EXPORT_SYMBOL net/can/can 0x39c12d81 can_send +EXPORT_SYMBOL net/can/can 0x405367ac can_proto_register +EXPORT_SYMBOL net/can/can 0x4a8ea941 can_rx_unregister +EXPORT_SYMBOL net/can/can 0xaee86903 can_rx_register +EXPORT_SYMBOL net/can/can 0xfa282544 can_proto_unregister +EXPORT_SYMBOL net/ceph/libceph 0x04060764 osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x04cad6f0 ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x05d1d340 ceph_auth_handle_bad_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x07d94443 ceph_parse_param +EXPORT_SYMBOL net/ceph/libceph 0x0d1faa94 ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0x12496bf5 ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x1378aba3 ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0x1393333b ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x165b1948 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0x16710460 ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0x17c17611 ceph_pg_to_acting_primary +EXPORT_SYMBOL net/ceph/libceph 0x17c64392 osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0x1bee76e7 ceph_osdc_maybe_request_map +EXPORT_SYMBOL net/ceph/libceph 0x204b73da ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0x2087719e ceph_oid_copy +EXPORT_SYMBOL net/ceph/libceph 0x2101cbc9 ceph_oid_destroy +EXPORT_SYMBOL net/ceph/libceph 0x2a14ac79 __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x2a2a7882 osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0x2a983d26 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x2b48ea07 osd_req_op_extent_osd_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x2eec2215 osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0x31a3c2c7 ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0x31e2a17e ceph_cls_unlock +EXPORT_SYMBOL net/ceph/libceph 0x37921fce ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x38f2d94e ceph_file_to_extents +EXPORT_SYMBOL net/ceph/libceph 0x396cd745 osd_req_op_xattr_init +EXPORT_SYMBOL net/ceph/libceph 0x3a65887b ceph_osdc_watch +EXPORT_SYMBOL net/ceph/libceph 0x3c188faa ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0x3c8d7111 ceph_get_num_objects +EXPORT_SYMBOL net/ceph/libceph 0x3e20d411 ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x417a9131 ceph_oloc_destroy +EXPORT_SYMBOL net/ceph/libceph 0x4380dcb9 ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x4affd6c2 ceph_parse_fsid +EXPORT_SYMBOL net/ceph/libceph 0x4e234afc ceph_msg_new2 +EXPORT_SYMBOL net/ceph/libceph 0x4fdb172b ceph_osdc_notify_ack +EXPORT_SYMBOL net/ceph/libceph 0x501ab565 ceph_client_gid +EXPORT_SYMBOL net/ceph/libceph 0x50603ce3 ceph_decode_entity_addrvec +EXPORT_SYMBOL net/ceph/libceph 0x50d2ed5b ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0x52e08c4c osd_req_op_copy_from_init +EXPORT_SYMBOL net/ceph/libceph 0x5785e9bd osd_req_op_extent_dup_last +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x58324450 osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0x5842c6db ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x5aeeee62 ceph_oid_aprintf +EXPORT_SYMBOL net/ceph/libceph 0x5b05ed0c ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x5e8820b1 ceph_osdc_get_request +EXPORT_SYMBOL net/ceph/libceph 0x60e0bd29 ceph_auth_handle_svc_reply_done +EXPORT_SYMBOL net/ceph/libceph 0x614521ca ceph_osdc_notify +EXPORT_SYMBOL net/ceph/libceph 0x62602822 ceph_msg_get +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x64dd35b1 ceph_auth_handle_svc_reply_more +EXPORT_SYMBOL net/ceph/libceph 0x67f341ec osd_req_op_extent_osd_data_bvec_pos +EXPORT_SYMBOL net/ceph/libceph 0x6a7a38a0 ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x6ba9eae8 ceph_monc_got_map +EXPORT_SYMBOL net/ceph/libceph 0x6e03e4de ceph_monc_renew_subs +EXPORT_SYMBOL net/ceph/libceph 0x716647c6 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x71b00a60 ceph_msg_data_add_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x720af44b ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x72de008e ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x73d32597 ceph_osdc_call +EXPORT_SYMBOL net/ceph/libceph 0x785b58b5 ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0x7b73b261 ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0x7b960387 ceph_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x7c49f90c ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0x7cceed1b ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x7e2e86ba ceph_wait_for_latest_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x80568239 ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x83703e4b ceph_auth_add_authorizer_challenge +EXPORT_SYMBOL net/ceph/libceph 0x84730fc0 ceph_monc_want_map +EXPORT_SYMBOL net/ceph/libceph 0x86fca7e4 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x8859249d ceph_osdc_abort_requests +EXPORT_SYMBOL net/ceph/libceph 0x8863d5ea osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x8c2d5726 ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0x8e6ef1b0 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0x8f3955b0 ceph_osdc_list_watchers +EXPORT_SYMBOL net/ceph/libceph 0x91e8ab73 ceph_reset_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x91ff1022 osd_req_op_cls_request_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x9289dc2a osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0x92b7b4ce ceph_pg_pool_flags +EXPORT_SYMBOL net/ceph/libceph 0x987d3968 ceph_alloc_options +EXPORT_SYMBOL net/ceph/libceph 0x994bb685 ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0x9bc6b539 ceph_find_or_create_string +EXPORT_SYMBOL net/ceph/libceph 0x9be1386e ceph_osdc_alloc_messages +EXPORT_SYMBOL net/ceph/libceph 0x9ca95932 ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x9fbba67f ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0x9fefa3cb ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0xa698f998 ceph_free_lockers +EXPORT_SYMBOL net/ceph/libceph 0xaa3a59e2 osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0xab27043f ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xab75bc14 ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0xad703657 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xad8d67f7 ceph_cls_set_cookie +EXPORT_SYMBOL net/ceph/libceph 0xad8e9ef3 osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb0aae99d ceph_monc_get_version +EXPORT_SYMBOL net/ceph/libceph 0xb10418b4 ceph_osdc_unwatch +EXPORT_SYMBOL net/ceph/libceph 0xb2eaa87c ceph_monc_get_version_async +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb72c162e ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xb73f868c ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xba76c636 ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0xbafe7424 ceph_osdc_update_epoch_barrier +EXPORT_SYMBOL net/ceph/libceph 0xbbd60722 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0xbd2f79ae ceph_oloc_copy +EXPORT_SYMBOL net/ceph/libceph 0xbe1b59e8 ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0xbe3879aa ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xc15368e4 ceph_monc_blocklist_add +EXPORT_SYMBOL net/ceph/libceph 0xc22cdc2f ceph_osdc_clear_abort_err +EXPORT_SYMBOL net/ceph/libceph 0xc366bfa1 ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0xc6bd5928 osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xc97e06d6 __ceph_alloc_sparse_ext_map +EXPORT_SYMBOL net/ceph/libceph 0xc9a38c95 ceph_cls_lock_info +EXPORT_SYMBOL net/ceph/libceph 0xca80437b ceph_extent_to_file +EXPORT_SYMBOL net/ceph/libceph 0xcca11e2c osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0xcd3f21f7 ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xd4d736db ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0xd4eb7735 ceph_decode_entity_addr +EXPORT_SYMBOL net/ceph/libceph 0xd88fe88e ceph_msg_put +EXPORT_SYMBOL net/ceph/libceph 0xdd23730d ceph_osdc_put_request +EXPORT_SYMBOL net/ceph/libceph 0xdd26aff4 ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0xdd5fe7b7 osd_req_op_extent_osd_iter +EXPORT_SYMBOL net/ceph/libceph 0xde976fcf ceph_print_client_options +EXPORT_SYMBOL net/ceph/libceph 0xdf6ef4a1 ceph_oid_printf +EXPORT_SYMBOL net/ceph/libceph 0xdfae421c __ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xdfc091f9 ceph_entity_type_name +EXPORT_SYMBOL net/ceph/libceph 0xe230bf5f ceph_cls_lock +EXPORT_SYMBOL net/ceph/libceph 0xe34a59f2 ceph_object_locator_to_pg +EXPORT_SYMBOL net/ceph/libceph 0xe76e7226 ceph_pagelist_alloc +EXPORT_SYMBOL net/ceph/libceph 0xe9504272 ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0xeac6c1e0 osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0xeb898907 osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xee120c03 ceph_release_string +EXPORT_SYMBOL net/ceph/libceph 0xeef6cfa3 ceph_iterate_extents +EXPORT_SYMBOL net/ceph/libceph 0xef2ac042 ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0xefce3c3b ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0xefce991c ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0xf03fe862 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0xf254297e ceph_addr_is_blank +EXPORT_SYMBOL net/ceph/libceph 0xf51e9d8d ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0xf52d089c ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0xf83d9f0b ceph_cls_break_lock +EXPORT_SYMBOL net/ceph/libceph 0xf866322b ceph_parse_mon_ips +EXPORT_SYMBOL net/ceph/libceph 0xf8e06e83 ceph_cls_assert_locked +EXPORT_SYMBOL net/ceph/libceph 0xf99f9a7e ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xfef5600e ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0xffd676dc ceph_osdc_cancel_request +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xa2b2d4d0 dccp_syn_ack_timeout +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xcc757686 dccp_req_err +EXPORT_SYMBOL net/hsr/hsr 0xa4f77dc9 hsr_get_version +EXPORT_SYMBOL net/hsr/hsr 0xbc591ddf is_hsr_master +EXPORT_SYMBOL net/ieee802154/ieee802154 0x29191a17 wpan_phy_new +EXPORT_SYMBOL net/ieee802154/ieee802154 0x6b586e43 wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0x71cdea1e wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0x7936d09f wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0x822b8fc8 wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0x8aefc006 wpan_phy_find +EXPORT_SYMBOL net/ipv4/fou 0x1757d1a4 fou_encap_hlen +EXPORT_SYMBOL net/ipv4/fou 0x337ee603 __fou_build_header +EXPORT_SYMBOL net/ipv4/fou 0x728feff6 __gue_build_header +EXPORT_SYMBOL net/ipv4/fou 0xf13914b3 gue_encap_hlen +EXPORT_SYMBOL net/ipv4/gre 0xce586344 gre_parse_header +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x0672af1d ip_tunnel_encap_del_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x4d5ffa0e ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x71a215f5 ip_tunnel_md_udp_encap +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xbb944f29 ip_tunnel_get_iflink +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xc7b1f7dc ip_tunnel_encap_add_ops +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x0860b2ea arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x0c4392fb arpt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x0c8ea51d arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xea4f0039 arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x18980e12 ipt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x1fc8b581 ipt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x39199950 ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x4cc086e0 ipt_unregister_table_exit +EXPORT_SYMBOL net/ipv4/tunnel4 0x1fe427fa xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/tunnel4 0xa010bfc1 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/udp_tunnel 0x97ac3c2e udp_sock_create4 +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x0282bae8 ip6_tnl_encap_add_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x1ecf7a49 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x22a75ce9 ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x3f0a9e0a ip6_tnl_get_link_net +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x45dc2795 ip6_tnl_change_mtu +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xa27db55f ip6_tnl_get_iflink +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xd844a446 ip6_tnl_encap_del_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xd94e3267 ip6_tnl_xmit +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xdbe6925a ip6_tnl_rcv +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x066de965 ip6t_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x7770e19e ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xb384f4c3 ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xd5418c4c ip6t_unregister_table_exit +EXPORT_SYMBOL net/ipv6/tunnel6 0x724fba4e xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/tunnel6 0xe5f34c73 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x658a514b xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xba70b004 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/lapb/lapb 0x09ea8fcf lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0x1d075bc1 lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0x282605fa lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0x86aba716 lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0x98a8c2f1 lapb_register +EXPORT_SYMBOL net/lapb/lapb 0x9b96a967 lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0xc2c2fca7 lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0xfd060384 lapb_disconnect_request +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x49b4fc09 llc_add_pack +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x53beda2d llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0x78bb8035 llc_sap_find +EXPORT_SYMBOL net/llc/llc 0x91558e1d llc_sap_close +EXPORT_SYMBOL net/llc/llc 0x9ec4e36d llc_sap_open +EXPORT_SYMBOL net/llc/llc 0xbab56691 llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0xf65cc2ee llc_set_station_handler +EXPORT_SYMBOL net/mac80211/mac80211 0x0590ed36 ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x05f34bad __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x09cd9a43 ieee80211_rx_napi +EXPORT_SYMBOL net/mac80211/mac80211 0x0e2f1d66 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x0ff83504 ieee80211_beacon_get_template_ema_index +EXPORT_SYMBOL net/mac80211/mac80211 0x13b84b9f ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x14a8f4c8 ieee80211_sta_recalc_aggregates +EXPORT_SYMBOL net/mac80211/mac80211 0x1518bcd6 ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x17cdaaa4 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x1984b790 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x19f37f0d ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x1cf75d45 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x1e6c6644 ieee80211_rx_list +EXPORT_SYMBOL net/mac80211/mac80211 0x2129e692 ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x21895718 ieee80211_nan_func_terminated +EXPORT_SYMBOL net/mac80211/mac80211 0x2a90feeb ieee80211_handle_wake_tx_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x2c03f68d ieee80211_tx_dequeue +EXPORT_SYMBOL net/mac80211/mac80211 0x2c405279 ieee80211_beacon_update_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0x3842bf86 ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x391eda45 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0x39b174ad ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0x3e61ed20 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x4232f1d6 ieee80211_iter_keys_rcu +EXPORT_SYMBOL net/mac80211/mac80211 0x472b9982 ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0x499727e5 ieee80211_txq_airtime_check +EXPORT_SYMBOL net/mac80211/mac80211 0x4a00fa26 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x4d6ed51b ieee80211_txq_may_transmit +EXPORT_SYMBOL net/mac80211/mac80211 0x51213c18 ieee80211_beacon_free_ema_list +EXPORT_SYMBOL net/mac80211/mac80211 0x5235e804 ieee80211_tdls_oper_request +EXPORT_SYMBOL net/mac80211/mac80211 0x541ac917 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x5487bfa0 ieee80211_manage_rx_ba_offl +EXPORT_SYMBOL net/mac80211/mac80211 0x56bfec37 ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x588c29a7 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0x58a1271d ieee80211_beacon_get_template_ema_list +EXPORT_SYMBOL net/mac80211/mac80211 0x5915dafa ieee80211_mark_rx_ba_filtered_frames +EXPORT_SYMBOL net/mac80211/mac80211 0x5975ce7d ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0x5a7f6501 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0x5b115baf ieee80211_sta_pspoll +EXPORT_SYMBOL net/mac80211/mac80211 0x5bc3e34d ieee80211_sta_uapsd_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x5c8b7e57 ieee80211_sta_register_airtime +EXPORT_SYMBOL net/mac80211/mac80211 0x5cecb172 ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0x5f8ec3ed ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x60e7f8f3 ieee80211_txq_schedule_start +EXPORT_SYMBOL net/mac80211/mac80211 0x61382c09 ieee80211_channel_switch_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0x61dbab18 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0x62acf648 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x630e91f9 ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0x63b4a2dc ieee80211_send_eosp_nullfunc +EXPORT_SYMBOL net/mac80211/mac80211 0x64fd3583 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0x67a15c3f ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x68e48911 ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0x701b5698 wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x76d599dc __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x78344da6 ieee80211_next_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x7e5a0ecb ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x80651d8f ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x826ab1d2 ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x84f91072 ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0x853254c6 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0x875bf338 ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x87a605fb ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0x8804144a ieee80211_refresh_tx_agg_session_timer +EXPORT_SYMBOL net/mac80211/mac80211 0x8a0df71b ieee80211_beacon_cntdwn_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x8cbc0c2e ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x90c7fa1b ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0x91e1b441 ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x95febea6 ieee80211_get_bssid +EXPORT_SYMBOL net/mac80211/mac80211 0x97901926 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0x991a0ca0 ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x992fe27f ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x99c69f7b ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x9d10852e ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x9d11a3e2 ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x9d498daf ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x9dd41489 ieee80211_alloc_hw_nm +EXPORT_SYMBOL net/mac80211/mac80211 0x9e612f15 ieee80211_tx_rate_update +EXPORT_SYMBOL net/mac80211/mac80211 0xa03f34e5 ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0xa0af82f0 ieee80211_beacon_set_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0xa219efba ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0xa87f50c0 ieee80211_get_fils_discovery_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0xac6974b2 ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xae2e04ee ieee80211_tx_status_ext +EXPORT_SYMBOL net/mac80211/mac80211 0xaeb9a917 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xb2873811 ieee80211_nan_func_match +EXPORT_SYMBOL net/mac80211/mac80211 0xb6611731 ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xb6bb2377 ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xb8cdb2fd __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xba3b1edf ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0xbc3a7790 ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0xbd2e4bef ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xc096ef2f ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0xc5520bc5 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xc70a29d5 ieee80211_rx_ba_timer_expired +EXPORT_SYMBOL net/mac80211/mac80211 0xc79a74bf __ieee80211_schedule_txq +EXPORT_SYMBOL net/mac80211/mac80211 0xcdd3719c ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xd3bebee2 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0xd3eb8dae __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xd4f60c73 rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0xd69186ca ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xd885c4fc ieee80211_unreserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0xdf2ba3f9 ieee80211_get_unsol_bcast_probe_resp_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0xdfaecfe4 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xe5fa183d ieee80211_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0xefba14ee ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0xf041684c ieee80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/mac80211/mac80211 0xf25843f8 ieee80211_txq_get_depth +EXPORT_SYMBOL net/mac80211/mac80211 0xf6f0374e ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xf9ae1001 ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xfb91fd10 ieee80211_reserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0xfc141dce ieee80211_iter_keys +EXPORT_SYMBOL net/mac802154/mac802154 0x19281ac3 ieee802154_unregister_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x22ce972d ieee802154_xmit_error +EXPORT_SYMBOL net/mac802154/mac802154 0x38372ad6 ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0x5b36903e ieee802154_free_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x6ad43117 ieee802154_xmit_complete +EXPORT_SYMBOL net/mac802154/mac802154 0x957f59b8 ieee802154_xmit_hw_error +EXPORT_SYMBOL net/mac802154/mac802154 0x9b93ca3e ieee802154_configure_durations +EXPORT_SYMBOL net/mac802154/mac802154 0xa22b6cb8 ieee802154_register_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xaeb3a9f9 ieee802154_alloc_hw +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x0d102eac ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x14c9b24e ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x2fd4c72c ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x38b70959 ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x3bc3d146 ip_vs_new_conn_out +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x6b465070 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x7636089c ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x9097c706 register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xa6ad5d25 unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xa9b5f3e8 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb17a4f0a ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb40debff ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xecd29dc1 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf7faef1e ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xfe12bfc5 register_ip_vs_app +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x3b08a8f0 nf_ct_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x89d99ee1 __nf_ct_ext_find +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xd0a5a7a4 nf_ct_ext_add +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0xf2a36612 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x0f973d84 nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xa9f50425 __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xca338e4a nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0xfd00db24 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nft_fib 0x46170f23 nft_fib_policy +EXPORT_SYMBOL net/netfilter/x_tables 0x065413df xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0x0d20e220 xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x0d7f5fcd xt_alloc_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x2fcf833a xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0x3bf9d084 xt_check_table_hooks +EXPORT_SYMBOL net/netfilter/x_tables 0x48012e28 xt_check_proc_name +EXPORT_SYMBOL net/netfilter/x_tables 0x50873741 xt_compat_init_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x92b25f86 xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0x977fd4bf xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xa006db5b xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xa1ef6766 xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xa25fc115 xt_compat_check_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0xacf02dee xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xc141d1e9 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0xcb3e91cc xt_counters_alloc +EXPORT_SYMBOL net/netfilter/x_tables 0xd87ae60d xt_check_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0xe102eaad xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xe204e042 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xeb23549c xt_find_table +EXPORT_SYMBOL net/netfilter/x_tables 0xfef779fa xt_find_jump_offset +EXPORT_SYMBOL net/nfc/hci/hci 0x090e3304 nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0x0a3cb30f nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x11795f33 nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0x122ac73c nfc_hci_reset_pipes_per_host +EXPORT_SYMBOL net/nfc/hci/hci 0x1dea1573 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0x1f331db3 nfc_llc_start +EXPORT_SYMBOL net/nfc/hci/hci 0x2074b5ef nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0x29461bc5 nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0x3dba1f2f nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x538e0f73 nfc_hci_reset_pipes +EXPORT_SYMBOL net/nfc/hci/hci 0x544bea48 nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x634fceed nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0x74fe3670 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x862daaff nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x8accc4f2 nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0xb8c14ef2 nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0xbc7383d2 nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0xc7e64431 nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0xcf9c462a nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0xdd231c55 nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xe0788849 nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0xe9347cb2 nfc_llc_stop +EXPORT_SYMBOL net/nfc/hci/hci 0xf06c2e88 nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/nci/nci 0x067b1d26 nci_hci_open_pipe +EXPORT_SYMBOL net/nfc/nci/nci 0x18c57d87 nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x220239df nci_hci_set_param +EXPORT_SYMBOL net/nfc/nci/nci 0x2215d9ab nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0x2a95046d nci_core_conn_create +EXPORT_SYMBOL net/nfc/nci/nci 0x2c041daf nci_hci_get_param +EXPORT_SYMBOL net/nfc/nci/nci 0x31094587 nci_req_complete +EXPORT_SYMBOL net/nfc/nci/nci 0x38c43be6 nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0x3f15f31f nci_hci_dev_session_init +EXPORT_SYMBOL net/nfc/nci/nci 0x3f538144 nci_core_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x41229e38 nci_nfcee_mode_set +EXPORT_SYMBOL net/nfc/nci/nci 0x431a5a54 nci_hci_connect_gate +EXPORT_SYMBOL net/nfc/nci/nci 0x54ccfdce nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0x5a7a23bc nci_get_conn_info_by_dest_type_params +EXPORT_SYMBOL net/nfc/nci/nci 0x67faa1e5 nci_core_init +EXPORT_SYMBOL net/nfc/nci/nci 0x69ca0bcb nci_hci_send_event +EXPORT_SYMBOL net/nfc/nci/nci 0x6aa8cfda nci_prop_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x8349e6ab nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0x839f62a5 nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0x9a100ba4 nci_nfcc_loopback +EXPORT_SYMBOL net/nfc/nci/nci 0xa6c8100c nci_send_frame +EXPORT_SYMBOL net/nfc/nci/nci 0xa9b90e02 nci_conn_max_data_pkt_payload_size +EXPORT_SYMBOL net/nfc/nci/nci 0xb97bfc1a nci_send_data +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xd5cc3274 nci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xdb55cded nci_nfcee_discover +EXPORT_SYMBOL net/nfc/nci/nci 0xe5a946be nci_core_conn_close +EXPORT_SYMBOL net/nfc/nci/nci 0xe7869318 nci_core_reset +EXPORT_SYMBOL net/nfc/nci/nci 0xef7485a8 nci_hci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xf406af83 nci_hci_clear_all_pipes +EXPORT_SYMBOL net/nfc/nfc 0x012eb72c nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0x0fc9d2f3 nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0x13c871c2 nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x274f29f0 __nfc_alloc_vendor_cmd_reply_skb +EXPORT_SYMBOL net/nfc/nfc 0x2778f1e6 nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0x2e69bfca nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0x321b97ae nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0x38246730 nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0x4c6c9123 nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0x57b4d3dd nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0x60b3fe5c nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x6ee26603 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0x87caee6b nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0x8bb11ce3 nfc_se_connectivity +EXPORT_SYMBOL net/nfc/nfc 0x9f6ad4d9 nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0xa797643e nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0xa88beee8 nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0xb5d0dfda nfc_se_transaction +EXPORT_SYMBOL net/nfc/nfc 0xbb4d7e43 nfc_vendor_cmd_reply +EXPORT_SYMBOL net/nfc/nfc 0xc1a936e9 nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0xc1f44e14 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0xc984085e nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0xea97a666 nfc_class +EXPORT_SYMBOL net/nfc/nfc 0xeed4cbd3 nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0xfe7d5a40 nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc_digital 0x1e5a602b nfc_digital_unregister_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x2a0291be nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x68a37883 nfc_digital_allocate_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x8c354bce nfc_digital_free_device +EXPORT_SYMBOL net/phonet/phonet 0x08f06bb9 pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0x1c0540c7 phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0x200583c9 pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0x72f8cdde phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0x9750b024 pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0xae0e9524 pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0xb68c7ff7 phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0xc369f732 phonet_proto_register +EXPORT_SYMBOL net/rxrpc/rxrpc 0x13d59e4b rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x2aeb6bf2 rxrpc_kernel_recv_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0x2d05ab57 rxrpc_kernel_get_epoch +EXPORT_SYMBOL net/rxrpc/rxrpc 0x31bf3ca3 rxrpc_debug_id +EXPORT_SYMBOL net/rxrpc/rxrpc 0x3358e47d rxrpc_kernel_new_call_notification +EXPORT_SYMBOL net/rxrpc/rxrpc 0x35c2ecb6 rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x4e00aa81 rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x56423a1d rxrpc_kernel_set_tx_length +EXPORT_SYMBOL net/rxrpc/rxrpc 0x6b08e2c6 rxrpc_kernel_set_max_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x83ee0a43 rxrpc_kernel_charge_accept +EXPORT_SYMBOL net/rxrpc/rxrpc 0x8e4035f4 key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/rxrpc 0x947bce2d rxrpc_kernel_put_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x9885c1af rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xb0da730d rxrpc_sock_set_min_security_level +EXPORT_SYMBOL net/rxrpc/rxrpc 0xc1d611e7 rxrpc_kernel_get_peer +EXPORT_SYMBOL net/rxrpc/rxrpc 0xc3068d76 rxrpc_kernel_shutdown_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xc4f35689 rxrpc_kernel_check_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0xc8360847 rxrpc_kernel_get_srtt +EXPORT_SYMBOL net/rxrpc/rxrpc 0xe692781f rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0xf694dea5 rxrpc_sock_set_security_keyring +EXPORT_SYMBOL net/sctp/sctp 0xee9611ce sctp_do_peeloff +EXPORT_SYMBOL net/smc/smc 0x1e8e13d5 __traceiter_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0x22a442df __traceiter_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x3153cc92 __SCK__tp_func_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x76da5303 __tracepoint_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0xa053541c __tracepoint_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xb3f2d173 __SCK__tp_func_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xb613de67 __traceiter_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xd24addfc __tracepoint_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0xe7dacb8d __SCK__tp_func_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xece0ea87 __traceiter_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0xf47b4ee2 __tracepoint_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xfb8cae0f __SCK__tp_func_smc_switch_to_fallback +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x1966762c gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x90c749dd gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xf43e5cb9 gss_mech_get +EXPORT_SYMBOL net/sunrpc/sunrpc 0x079888ce xdr_restrict_buflen +EXPORT_SYMBOL net/sunrpc/sunrpc 0x7bc88288 xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0xab7873ab svc_pool_stats_open +EXPORT_SYMBOL net/tipc/tipc 0x502ad383 tipc_dump_done +EXPORT_SYMBOL net/tipc/tipc 0xf3e8051a tipc_sk_fill_sock_diag +EXPORT_SYMBOL net/tipc/tipc 0xf3f31698 tipc_dump_start +EXPORT_SYMBOL net/tipc/tipc 0xf5bd75c8 tipc_nl_sk_walk +EXPORT_SYMBOL net/tls/tls 0x9c5c649a tls_get_record +EXPORT_SYMBOL net/wireless/cfg80211 0x0096cc85 cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x00d4812f wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x0176880f ieee80211_data_to_8023_exthdr +EXPORT_SYMBOL net/wireless/cfg80211 0x04503c3f wiphy_read_of_freq_limits +EXPORT_SYMBOL net/wireless/cfg80211 0x04dab97a cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0x06ca71fd cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0x07fc1fd8 ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x0820f361 cfg80211_background_cac_abort +EXPORT_SYMBOL net/wireless/cfg80211 0x09bfa466 wiphy_new_nm +EXPORT_SYMBOL net/wireless/cfg80211 0x0b92ea7b wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0x0c5e9833 cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x0c952614 cfg80211_mgmt_tx_status_ext +EXPORT_SYMBOL net/wireless/cfg80211 0x0cc95bc2 ieee80211_s1g_channel_width +EXPORT_SYMBOL net/wireless/cfg80211 0x0ea3687d cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x117aca91 cfg80211_merge_profile +EXPORT_SYMBOL net/wireless/cfg80211 0x13c58e52 ieee80211_get_8023_tunnel_proto +EXPORT_SYMBOL net/wireless/cfg80211 0x13cbe3b7 cfg80211_inform_bss_data +EXPORT_SYMBOL net/wireless/cfg80211 0x16895938 cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x1ad80bdd cfg80211_reg_can_beacon_relax +EXPORT_SYMBOL net/wireless/cfg80211 0x1b82a85a cfg80211_valid_disable_subchannel_bitmap +EXPORT_SYMBOL net/wireless/cfg80211 0x1bf73a65 cfg80211_assoc_comeback +EXPORT_SYMBOL net/wireless/cfg80211 0x1c261ace cfg80211_control_port_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0x1ce2497f reg_query_regdb_wmm +EXPORT_SYMBOL net/wireless/cfg80211 0x1df9fb64 cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x1e684347 cfg80211_get_iftype_ext_capa +EXPORT_SYMBOL net/wireless/cfg80211 0x1fa8c88f cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x1fc41c98 cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x1ffaa307 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0x26f23431 cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0x275269b3 ieee80211_ie_split_ric +EXPORT_SYMBOL net/wireless/cfg80211 0x27791ed7 cfg80211_links_removed +EXPORT_SYMBOL net/wireless/cfg80211 0x30a072c7 cfg80211_del_sta_sinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x30e22aa9 cfg80211_nan_match +EXPORT_SYMBOL net/wireless/cfg80211 0x339bb33c cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0x3643b80f ieee80211_chandef_to_operating_class +EXPORT_SYMBOL net/wireless/cfg80211 0x3a782059 cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0x3aca71a1 cfg80211_get_ies_channel_number +EXPORT_SYMBOL net/wireless/cfg80211 0x3c744e95 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0x3c86019a cfg80211_sinfo_alloc_tid_stats +EXPORT_SYMBOL net/wireless/cfg80211 0x428d4550 cfg80211_rx_control_port +EXPORT_SYMBOL net/wireless/cfg80211 0x429c0c31 ieee80211_bss_get_elem +EXPORT_SYMBOL net/wireless/cfg80211 0x43afadee ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x44a623e1 cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x48efa1ce cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0x492bd157 cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0x4abed7d4 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x4d7b5e88 cfg80211_external_auth_request +EXPORT_SYMBOL net/wireless/cfg80211 0x52c6b36d cfg80211_sched_scan_stopped_locked +EXPORT_SYMBOL net/wireless/cfg80211 0x52e64691 ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x5584448a ieee80211_channel_to_freq_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x576f7c2f cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x5d6d1289 __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x5e330e0f ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0x6025399d cfg80211_port_authorized +EXPORT_SYMBOL net/wireless/cfg80211 0x613b53d3 cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x61e7d575 cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0x63954cc0 cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6bea29e3 cfg80211_connect_done +EXPORT_SYMBOL net/wireless/cfg80211 0x6bedf402 ieee80211_freq_khz_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x6d8ab94d __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x6e69587f cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x7288a1e7 cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x74e60d6f cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x7971d20a __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x79b82a71 cfg80211_find_vendor_elem +EXPORT_SYMBOL net/wireless/cfg80211 0x7acb86ed ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0x7c3ac925 ieee80211_get_vht_max_nss +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7f2984fd cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0x7f88d8d0 wiphy_rfkill_set_hw_state_reason +EXPORT_SYMBOL net/wireless/cfg80211 0x81e5787b cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x83312411 wdev_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0x85de3f6f wiphy_delayed_work_timer +EXPORT_SYMBOL net/wireless/cfg80211 0x8a4b8c8c cfg80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x8bc6aef6 cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x8efcc27d cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x8fa02936 cfg80211_free_nan_func +EXPORT_SYMBOL net/wireless/cfg80211 0x91760059 __cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0x93274202 cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x9775ee29 cfg80211_report_obss_beacon_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x97a2c226 cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0x9aa0602e cfg80211_bss_iter +EXPORT_SYMBOL net/wireless/cfg80211 0x9cb5c201 cfg80211_get_drvinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x9d6cba30 cfg80211_find_elem_match +EXPORT_SYMBOL net/wireless/cfg80211 0xa0bcb4cc cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xa20baba7 cfg80211_sta_opmode_change_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xa2f6655c cfg80211_assoc_failure +EXPORT_SYMBOL net/wireless/cfg80211 0xa56e9dc1 ieee80211_is_valid_amsdu +EXPORT_SYMBOL net/wireless/cfg80211 0xa5eb35d7 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0xa7c751a2 cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0xa7ef33ce cfg80211_tx_mgmt_expired +EXPORT_SYMBOL net/wireless/cfg80211 0xa80bd614 nl80211_send_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0xaa76bfaf cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xaaec5059 cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0xb05cddef cfg80211_rx_mgmt_ext +EXPORT_SYMBOL net/wireless/cfg80211 0xb16bc631 cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0xb22e7b5e cfg80211_any_usable_channels +EXPORT_SYMBOL net/wireless/cfg80211 0xb43ccc37 regulatory_pre_cac_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0xb4a91edd freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0xb6a9de06 cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xb7f5963a get_wiphy_regdom +EXPORT_SYMBOL net/wireless/cfg80211 0xbbac7ce8 wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0xbdf8bb84 regulatory_set_wiphy_regd +EXPORT_SYMBOL net/wireless/cfg80211 0xc076db58 regulatory_set_wiphy_regd_sync +EXPORT_SYMBOL net/wireless/cfg80211 0xc28c765c cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xc3fb97ca ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0xc4b4fc27 cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0xc77ec025 cfg80211_nan_func_terminated +EXPORT_SYMBOL net/wireless/cfg80211 0xcc1a7c48 cfg80211_is_element_inherited +EXPORT_SYMBOL net/wireless/cfg80211 0xcc3545d2 cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0xcc798d3f ieee80211_get_channel_khz +EXPORT_SYMBOL net/wireless/cfg80211 0xcf31e3ad regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0xcf9cd559 cfg80211_bss_flush +EXPORT_SYMBOL net/wireless/cfg80211 0xd02f0162 cfg80211_iftype_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0xd2d9ee22 cfg80211_bss_color_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xd56d55f3 ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xd6c87a05 cfg80211_defragment_element +EXPORT_SYMBOL net/wireless/cfg80211 0xd7b64e9c cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xd83c8357 cfg80211_register_netdevice +EXPORT_SYMBOL net/wireless/cfg80211 0xd97eaad4 cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0xd9ebfa8c cfg80211_ch_switch_started_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xdaea6950 cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xdbe64603 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0xdcc9316c cfg80211_send_layer2_update +EXPORT_SYMBOL net/wireless/cfg80211 0xdd16b5e9 cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0xdd9bb877 wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0xef53b39b cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xf1a5c5c9 cfg80211_inform_bss_frame_data +EXPORT_SYMBOL net/wireless/cfg80211 0xf3144e1f cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0xf40bc2f5 ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0xf5596d89 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0xf81f7fb7 ieee80211_strip_8023_mesh_hdr +EXPORT_SYMBOL net/wireless/cfg80211 0xf86980b6 cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xf980dda9 cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0xfb15a789 cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0xfc2900a1 cfg80211_update_owe_info_event +EXPORT_SYMBOL net/wireless/lib80211 0x3ae4dc19 lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0x410b5359 lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0x44b2ad10 lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0x50e9f7a6 lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x5a063d93 lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x9042662a lib80211_unregister_crypto_ops +EXPORT_SYMBOL sound/ac97_bus 0xc7a5f873 ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0xece833b0 snd_mixer_oss_ioctl_card +EXPORT_SYMBOL sound/core/seq/snd-seq 0x1a724fcc snd_seq_kernel_client_ctl +EXPORT_SYMBOL sound/core/seq/snd-seq 0x23738926 snd_seq_dump_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0x3061c52d snd_use_lock_sync_helper +EXPORT_SYMBOL sound/core/seq/snd-seq 0x6bb71038 snd_seq_delete_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7b8699eb snd_seq_event_port_detach +EXPORT_SYMBOL sound/core/seq/snd-seq 0x85cd59a8 snd_seq_kernel_client_dispatch +EXPORT_SYMBOL sound/core/seq/snd-seq 0x9df441c6 snd_seq_kernel_client_write_poll +EXPORT_SYMBOL sound/core/seq/snd-seq 0xa6e19f8e snd_seq_expand_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0xb5ac05fb snd_seq_create_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0xb8e448a0 snd_seq_set_queue_tempo +EXPORT_SYMBOL sound/core/seq/snd-seq 0xbea36f92 snd_seq_kernel_client_enqueue +EXPORT_SYMBOL sound/core/seq/snd-seq 0xcf6c69ca snd_seq_event_port_attach +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0x6ea09972 snd_midi_channel_alloc_set +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0x74769de9 snd_midi_process_event +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0x833a3e07 snd_midi_channel_set_clear +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0xb9948d2c snd_midi_channel_free_set +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x454224b1 snd_midi_event_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x70758652 snd_midi_event_encode_byte +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x7a3e0db5 snd_midi_event_no_status +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x8150b379 snd_midi_event_reset_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xb8620ad8 snd_midi_event_reset_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xdd935c83 snd_midi_event_free +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xe9e6c50c snd_midi_event_new +EXPORT_SYMBOL sound/core/seq/snd-seq-virmidi 0xb5fee344 snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x01f57ce6 snd_jack_add_new_kctl +EXPORT_SYMBOL sound/core/snd 0x101b8d42 snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0x1166a05c snd_card_register +EXPORT_SYMBOL sound/core/snd 0x198788b4 snd_lookup_oss_minor_data +EXPORT_SYMBOL sound/core/snd 0x1e16fb4b snd_card_new +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x2e905479 snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0x342a2354 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x345e654f snd_info_register +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x3c66257d snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0x40bfdc47 snd_jack_new +EXPORT_SYMBOL sound/core/snd 0x41544132 snd_ctl_notify_one +EXPORT_SYMBOL sound/core/snd 0x4490b2e2 snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0x45b52032 snd_card_free +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x4d923a5a snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0x53545f9c snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0x54277512 snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0x6321cf2c snd_device_new +EXPORT_SYMBOL sound/core/snd 0x63dc71aa snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0x73076315 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0x7b2458fa snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0x805f7c76 snd_device_free +EXPORT_SYMBOL sound/core/snd 0x86c0ac7e snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8e1ddab1 snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0x8f2e945c snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x8ff0effb snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0x94f75761 snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0x963cf757 snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0x9809bea6 snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0x984b3da2 snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0x9a8ee1fd snd_ctl_unregister_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x9d4fc267 snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0xa27979f5 snd_ctl_rename +EXPORT_SYMBOL sound/core/snd 0xa77d6f58 snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xb6eeb0e5 snd_power_wait +EXPORT_SYMBOL sound/core/snd 0xb912e64d snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0xba51cd13 snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0xbaa1922f snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0xc18cdb76 snd_ctl_register_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0xc1c3a4e6 snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0xc5a6d10b release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0xcc6a729f snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0xd52a4eca snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0xd732e305 snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0xde396367 snd_jack_report +EXPORT_SYMBOL sound/core/snd 0xe1026b97 snd_unregister_oss_device +EXPORT_SYMBOL sound/core/snd 0xe68fade3 _snd_ctl_add_follower +EXPORT_SYMBOL sound/core/snd 0xe86f7fa3 snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0xebb34fc4 snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0xecbff74f snd_device_register +EXPORT_SYMBOL sound/core/snd 0xee43c05f snd_seq_root +EXPORT_SYMBOL sound/core/snd 0xf3e23afe snd_component_add +EXPORT_SYMBOL sound/core/snd 0xf60c9c9d snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0xf8d61a5b snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0xfb29e6fe snd_register_device +EXPORT_SYMBOL sound/core/snd 0xfffd89db copy_from_user_toio +EXPORT_SYMBOL sound/core/snd-compress 0x319f24e0 snd_compr_free_pages +EXPORT_SYMBOL sound/core/snd-compress 0x4face4e9 snd_compr_malloc_pages +EXPORT_SYMBOL sound/core/snd-hwdep 0xb7453e31 snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-pcm 0x028050e6 snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0x0283dfe3 _snd_pcm_hw_params_any +EXPORT_SYMBOL sound/core/snd-pcm 0x04cda566 snd_interval_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x0933906c snd_pcm_set_managed_buffer_all +EXPORT_SYMBOL sound/core/snd-pcm 0x0a742ee6 snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0x11eba48e snd_pcm_create_iec958_consumer_hw_params +EXPORT_SYMBOL sound/core/snd-pcm 0x1333fd91 snd_sgbuf_get_addr +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x2b185049 snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x31f87d81 snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x3493a078 snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x34c42e49 snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0x3796bdcc snd_pcm_format_little_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x38ab23dc _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x39bf9301 _snd_pcm_hw_param_setempty +EXPORT_SYMBOL sound/core/snd-pcm 0x3b8f99e0 snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0x484d36d1 snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0x4926c5e5 snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0x4c6508c9 snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x503bd137 snd_interval_ranges +EXPORT_SYMBOL sound/core/snd-pcm 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL sound/core/snd-pcm 0x58d386d0 snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL sound/core/snd-pcm 0x60ba0ca2 snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0x6256ff29 snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0x62676e94 snd_sgbuf_get_page +EXPORT_SYMBOL sound/core/snd-pcm 0x650f8603 snd_pcm_format_silence_64 +EXPORT_SYMBOL sound/core/snd-pcm 0x65333d10 snd_pcm_create_iec958_consumer +EXPORT_SYMBOL sound/core/snd-pcm 0x68a24153 snd_pcm_format_physical_width +EXPORT_SYMBOL sound/core/snd-pcm 0x69255f54 snd_pcm_hw_limit_rates +EXPORT_SYMBOL sound/core/snd-pcm 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x77fe6730 snd_dma_alloc_dir_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x7965ebf5 snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x7daaddb1 snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x834dc955 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x8c32ed8c __snd_pcm_lib_xfer +EXPORT_SYMBOL sound/core/snd-pcm 0x8d6665ad snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x8dd3d828 snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x9217594e snd_dma_buffer_mmap +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x947e9c15 snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0xa15a26ad snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xaa689c18 snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0xab34eabe snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0xac437f7b snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xacad76d8 snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0xacdb8d63 snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0xb22b5177 snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xbf36c673 snd_pcm_period_elapsed_under_stream_lock +EXPORT_SYMBOL sound/core/snd-pcm 0xc1050067 snd_pcm_set_managed_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xc24cd4a9 snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0xc70dd4a5 snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0xca8e23c3 snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0xcdf9a533 snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0xce95cc84 snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0xd10feb54 snd_pcm_hw_constraint_ranges +EXPORT_SYMBOL sound/core/snd-pcm 0xd39ad0d1 snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xd5eea555 snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0xdb86d8cf snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0xe5192b4a snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0xe53667de snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xe630a44f snd_sgbuf_get_chunk_size +EXPORT_SYMBOL sound/core/snd-pcm 0xf5436061 snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xfb244854 snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-rawmidi 0x143c9d2f snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x20090510 snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0x28a7c803 snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0x315720aa snd_rawmidi_proceed +EXPORT_SYMBOL sound/core/snd-rawmidi 0x43577996 snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x4ba299e3 snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x59eadbff snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0x5b743f34 snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x7ba1bd1a snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb9e724ee snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc4629a19 snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd671ddd5 snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe4a12b8d snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe6425686 snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0xf2e1108f snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0xf3dac160 snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0xfcd0ba72 snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0xfd482eea snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-seq-device 0x091def1c snd_seq_autoload_exit +EXPORT_SYMBOL sound/core/snd-seq-device 0x370a0736 snd_seq_autoload_init +EXPORT_SYMBOL sound/core/snd-seq-device 0x6339b6d0 snd_seq_device_load_drivers +EXPORT_SYMBOL sound/core/snd-seq-device 0xb46e7d80 snd_seq_device_new +EXPORT_SYMBOL sound/core/snd-timer 0x26e198c9 snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0x3a376690 snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0x42a27a44 snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0x45f1751b snd_timer_open +EXPORT_SYMBOL sound/core/snd-timer 0x4b446849 snd_timer_instance_new +EXPORT_SYMBOL sound/core/snd-timer 0x53a24c82 snd_timer_global_register +EXPORT_SYMBOL sound/core/snd-timer 0x5a74b883 snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0x5b67f1b8 snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0x5d7daa69 snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0x6ac37614 snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0x8422bb45 snd_timer_resolution +EXPORT_SYMBOL sound/core/snd-timer 0x9d64248c snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0xae45cb5d snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0xcb559c6a snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0xdff3cb7b snd_timer_instance_free +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x614a43cb snd_mpu401_uart_new +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x6d629c59 snd_mpu401_uart_interrupt_tx +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0xc0fec227 snd_mpu401_uart_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x05060a19 snd_opl3_regmap +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x07184f7c snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x303208c1 snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x3ea24d2a snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x44687f79 snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x4f1d33e6 snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x5d935ebb snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x86f243af snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x8cdfd22b snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xdde3ea65 snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x09e803e1 snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x17223e7b snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x226138b0 snd_vx_threaded_irq_handler +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x27e584f5 snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x2ca46fee snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x2cf10106 snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x329bfa2f snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x40a38c4f snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x7a2ff23b snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xa6c6a82c snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x100752f7 cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1cb7005f iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1d3de793 fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2e850500 cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3f33c8d7 cmp_connection_release +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4079c91c fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x456f5f91 avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x473490ff cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x484aba35 amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x67a9b208 amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x70cf3116 cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x78f4f86f fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x7988c52b avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x7ac81339 amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8e57d967 amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8fbf2421 fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x91bfead8 fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xadc8150d cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb88e30d0 iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc4458464 amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xcb89972f snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd07a1666 fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd8eb3ec2 amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xeb1af81b cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xeb509d0c cmp_connection_reserve +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xfa02d899 amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xfcfa85cf fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xfe6e5473 amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xfe9f535e avc_general_get_plug_info +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0x41a05c36 intel_nhlt_has_endpoint_type +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0x66fd6169 intel_nhlt_ssp_endpoint_mask +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0xb7b836b3 intel_nhlt_ssp_mclk_mask +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0xf91ba075 intel_nhlt_get_endpoint_blob +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0x89ba95d0 snd_ak4113_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0xcaf491db snd_ak4113_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x05307ae8 snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x2db83370 snd_ak4114_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x5dc84ee3 snd_ak4114_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x6be42e60 snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x71503c37 snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x9f7f7ad7 snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xf67b5027 snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xfb96ccc3 snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x0083af3c snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x2c6ab2b2 snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x4889b3e3 snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x7594db89 snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xc1307613 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xc9ef32d7 snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x0aa1c742 snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x34836beb snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x3cd7f4ee snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x43e4f6dc snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x64b2522e snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x9c36d79c snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-i2c 0x019aa522 snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x07bcd6cc snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0x55511ef9 snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x6aa48a37 snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x804132ae snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-i2c 0xb8ca252f snd_i2c_sendbytes +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x121868d2 snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x2128d87e snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x23eba90b snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4dccb12f snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x630f1863 snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x7b9ea5aa snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x87a6326b snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x8be6d2c4 snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x9457f232 snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x9bf14673 snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa2cc2b86 snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb500d511 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc7c67c1a snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xe89efb63 snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xecdeb4a1 snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xf5b47d0c snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xfb5da564 snd_ac97_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x01a27ab9 snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x052836af snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x103f68be snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x18970e9d snd_emu10k1_ptr_write_multiple +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x32fef974 snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x8c2bb968 snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x988102d2 snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xb1bde01b snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xdeaccc41 snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xee1e2738 snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x56c966c7 snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x58259d21 snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x73c53e5b snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x10c5a280 oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1d97b863 oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x208e50df oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x2ea9c516 oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3237d66f oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x34df8020 oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3ba7c503 oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3d4d4f79 oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x40905fec oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x7736060b oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x922b398d oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9ded012f oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9ec5b642 oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb5a9e0db oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xbbf9a684 oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xcb54649f oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xdbf5b21c oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xefd2a9b7 oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf1d55967 oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf812e570 oxygen_write32 +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x2389ee54 snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x2edea424 snd_trident_stop_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x4dbd0c3c snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x7de80bea snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x81990313 snd_trident_alloc_voice +EXPORT_SYMBOL sound/soc/amd/acp_audio_dma 0xf2cc2cce acp_bt_uart_enable +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0x302023b1 snd_soc_acpi_amd_sof_machines +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0x3bae7bef snd_soc_acpi_amd_rmb_sof_machines +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0xb83a9411 snd_amd_acp_find_config +EXPORT_SYMBOL sound/soc/codecs/snd-soc-adau1372 0xf6fc8a67 adau1372_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-lpass-wsa-macro 0xe2aee8d4 wsa_macro_set_spkr_mode +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x01368fa9 pcm3060_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x0d6ce6c8 pcm3060_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-rt715 0xed2acb24 hda_to_sdw +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x60c55382 tlv320aic23_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0xf326fe90 tlv320aic23_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0xa304d44c aic32x4_regmap_config +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0xe4787735 aic32x4_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0xeeda0a51 aic32x4_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0x4cebfb74 aic3x_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0x92139b8c aic3x_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x3a195ca9 wcd_mbhc_get_impedance +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x6708840b wcd_dt_parse_mbhc_data +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x789ebe56 wcd_mbhc_set_hph_type +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x8a9bcdbe wcd_mbhc_start +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xa5758a49 wcd_mbhc_get_hph_type +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xd094df47 wcd_mbhc_deinit +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xd569683d wcd_mbhc_init +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xe2beca26 wcd_mbhc_stop +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x27eaeac6 fsl_asoc_get_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x5e022929 fsl_asoc_reparent_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0xa02fa833 fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0x0d286980 mt8192_afe_gpio_request +EXPORT_SYMBOL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0xf1bdb5dc mt8192_afe_gpio_init +EXPORT_SYMBOL sound/soc/qcom/qdsp6/q6afe 0x2a8f3ea7 q6afe_vote_lpass_core_hw +EXPORT_SYMBOL sound/soc/qcom/qdsp6/q6afe 0x363eb15b q6afe_unvote_lpass_core_hw +EXPORT_SYMBOL sound/soc/snd-soc-core 0xe9f70dab snd_soc_alloc_ac97_component +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0x03974bf7 imx8_dump +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0xbde0421a imx8_parse_clocks +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0xd7ae10a7 imx8_enable_clocks +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0xf1c9b952 imx8_disable_clocks +EXPORT_SYMBOL sound/soc/sof/mediatek/mtk-adsp-common 0x2920c790 mtk_adsp_dump +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x000aaf6a sof_pcm_dai_link_fixup +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x017ae662 sof_io_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0211a33a snd_sof_ipc_init +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x04b6173f snd_sof_prepare +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0a031783 sof_dai_get_bclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0e48378f snd_sof_pci_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0ed692c8 snd_sof_ipc_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0f8170a0 sof_io_read64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x161f0c70 sof_ipc_tx_message +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x1eff07a8 snd_sof_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x222a8a0e snd_sof_dsp_only_d0i3_compatible_stream_active +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x243670be snd_sof_dsp_update_bits_forced +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x2e521b43 sof_stream_pcm_close +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3145956b snd_sof_fw_unload +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x329554dc sof_ipc_set_get_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x368c6727 sof_debug_check_flag +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x36955775 snd_sof_runtime_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3cb99ca4 snd_sof_device_shutdown +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3d74ab55 sof_dai_get_mclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x4026dfb9 sof_block_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x411a2de5 snd_sof_runtime_idle +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x49d7e89c snd_sof_dsp_update_bits64_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x567a7292 sof_ipc3_do_rx_work +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x5ba053e9 snd_sof_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x5dc773b6 sof_stream_pcm_open +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x5e0be56a sof_ipc_msg_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x62204cd5 snd_sof_handle_fw_exception +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x64625faa sof_machine_register +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x655be2c1 sof_widget_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x69a12e54 sof_machine_unregister +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x778f2821 sof_print_oops_and_stack +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x7cb14324 snd_sof_dsp_panic +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8b09d864 sof_compressed_ops +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8ce67bc5 snd_sof_load_firmware_raw +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x95b7c2f7 snd_sof_device_probe_completed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x97492816 sof_widget_setup +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x99884e72 sof_io_write64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x9c2dcda9 sof_set_stream_data_offset +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x9e39ba64 snd_sof_device_remove +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xac31234f sof_machine_check +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xae56a949 sof_mailbox_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb1fa14b8 snd_sof_pcm_period_elapsed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb919969d sof_ipc_tx_message_no_pm +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xc306fcd8 snd_sof_dsp_update_bits_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xc3286293 snd_sof_load_firmware_memcpy +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xc369966c snd_sof_dsp_update_bits64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xcef104d5 snd_sof_complete +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xcfb23e51 snd_sof_dsp_dbg_dump +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd4e1df91 snd_sof_load_topology +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe566abb4 snd_sof_ipc_get_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe79821f3 snd_sof_run_firmware +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe853f9ae snd_sof_ipc_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe8be0e62 sof_io_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xed5da450 sof_set_fw_state +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf61f70bd snd_sof_runtime_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf70d1ea2 sof_mailbox_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf80c5337 sof_block_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf9df6c11 snd_sof_dsp_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xfccd89a0 snd_sof_device_probe +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0x19a924bf sof_of_remove +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0x66eb6f09 sof_of_pm +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0x930b487d sof_of_shutdown +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0xc237d0a6 sof_of_probe +EXPORT_SYMBOL sound/soc/sof/snd-sof-utils 0x7f3a699c snd_sof_create_page_table +EXPORT_SYMBOL sound/soundcore 0x03818b22 register_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x068c2b07 register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0x1e476c24 sound_class +EXPORT_SYMBOL sound/soundcore 0x369a136a register_sound_dsp +EXPORT_SYMBOL sound/soundcore 0x6014c1c4 register_sound_special +EXPORT_SYMBOL sound/soundcore 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL sound/soundcore 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x03511315 snd_emux_free +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x59d288a7 snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x5f6e552a snd_emux_new +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x6527fc45 snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x655cb202 snd_sf_linear_to_log +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x7df96099 snd_emux_register +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x96cf2e2c snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/snd-util-mem 0x0eda33fa snd_util_memhdr_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0x2a48197f snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x6517719f __snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x914f3491 snd_util_memhdr_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x9223e14b snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x9adc8c44 __snd_util_memblk_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xc59655e4 snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0xd28dc0da __snd_util_mem_alloc +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x16756dc0 snd_usbmidi_input_start +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x63343b1d snd_usbmidi_input_stop +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xb2af19e1 snd_usbmidi_resume +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xbed43a41 snd_usbmidi_suspend +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xd9d2bb03 snd_usbmidi_disconnect +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xfb9dd6e9 __snd_usbmidi_create +EXPORT_SYMBOL vmlinux 0x000165ac pci_bus_claim_resources +EXPORT_SYMBOL vmlinux 0x00148653 vsnprintf +EXPORT_SYMBOL vmlinux 0x0044924c __napi_alloc_skb +EXPORT_SYMBOL vmlinux 0x00615a71 of_get_next_available_child +EXPORT_SYMBOL vmlinux 0x0064b38e is_acpi_device_node +EXPORT_SYMBOL vmlinux 0x006bb855 mipi_dsi_compression_mode +EXPORT_SYMBOL vmlinux 0x00888b5b dquot_release +EXPORT_SYMBOL vmlinux 0x00a6c347 vme_irq_free +EXPORT_SYMBOL vmlinux 0x00b4e615 posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x00b78dee mipi_dsi_dcs_set_column_address +EXPORT_SYMBOL vmlinux 0x00d25aff sock_no_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00e01b9a fscrypt_ioctl_set_policy +EXPORT_SYMBOL vmlinux 0x00e42931 of_xudma_dev_get +EXPORT_SYMBOL vmlinux 0x00f6e7c9 cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0x00fe15f1 invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x0110f546 thaw_bdev +EXPORT_SYMBOL vmlinux 0x01156ae4 utf8_strncasecmp_folded +EXPORT_SYMBOL vmlinux 0x01186a1a pci_ep_cfs_remove_epc_group +EXPORT_SYMBOL vmlinux 0x012388c3 init_net +EXPORT_SYMBOL vmlinux 0x0129c4f8 par_io_data_set +EXPORT_SYMBOL vmlinux 0x012de2ea xudma_rchanrt_read +EXPORT_SYMBOL vmlinux 0x0138a8d4 migrate_folio +EXPORT_SYMBOL vmlinux 0x0139390e uart_add_one_port +EXPORT_SYMBOL vmlinux 0x014013bb of_device_register +EXPORT_SYMBOL vmlinux 0x0147812c kblockd_mod_delayed_work_on +EXPORT_SYMBOL vmlinux 0x0148bd87 xfrm_trans_queue_net +EXPORT_SYMBOL vmlinux 0x01505d85 imx_scu_call_rpc +EXPORT_SYMBOL vmlinux 0x016eea53 __neigh_create +EXPORT_SYMBOL vmlinux 0x016f123e sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x016fc57e __devm_request_region +EXPORT_SYMBOL vmlinux 0x01757935 rdmacg_register_device +EXPORT_SYMBOL vmlinux 0x017de3d5 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0x018002e0 udp_ioctl +EXPORT_SYMBOL vmlinux 0x01814848 dma_alloc_attrs +EXPORT_SYMBOL vmlinux 0x0188cd88 vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0x018e7d5d devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x019a30b0 __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x01b6865c xa_get_mark +EXPORT_SYMBOL vmlinux 0x01bf55fc paddr_vmcoreinfo_note +EXPORT_SYMBOL vmlinux 0x01c89ccd dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0x01ca9506 netdev_name_in_use +EXPORT_SYMBOL vmlinux 0x01dc8a99 qman_update_cgr_safe +EXPORT_SYMBOL vmlinux 0x01ed80b8 generic_perform_write +EXPORT_SYMBOL vmlinux 0x01f96879 genphy_read_mmd_unsupported +EXPORT_SYMBOL vmlinux 0x0209f3a7 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x020dbf27 bitmap_alloc +EXPORT_SYMBOL vmlinux 0x021f26fa xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0x02276234 bio_put +EXPORT_SYMBOL vmlinux 0x0234ca96 skb_trim +EXPORT_SYMBOL vmlinux 0x0248efd3 kstrtobool_from_user +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x027d732f unregister_qdisc +EXPORT_SYMBOL vmlinux 0x0296695f refcount_warn_saturate +EXPORT_SYMBOL vmlinux 0x0298eeca pci_request_region +EXPORT_SYMBOL vmlinux 0x029eaaa0 fsl_ifc_ctrl_dev +EXPORT_SYMBOL vmlinux 0x02c065f8 ucc_set_qe_mux_mii_mng +EXPORT_SYMBOL vmlinux 0x02c636bc cdc_parse_cdc_header +EXPORT_SYMBOL vmlinux 0x02c63df1 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0x02ed6cf0 generic_write_checks_count +EXPORT_SYMBOL vmlinux 0x02ede3df nf_unregister_net_hook +EXPORT_SYMBOL vmlinux 0x02f5aff5 scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0x031103fb pci_iomap +EXPORT_SYMBOL vmlinux 0x0316203a devm_clk_get +EXPORT_SYMBOL vmlinux 0x0334795d icst307_s2div +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x03456344 padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x0349726f tegra194_miscreg_mask_serror +EXPORT_SYMBOL vmlinux 0x035d25ab memcg_kmem_online_key +EXPORT_SYMBOL vmlinux 0x0360d67f make_flow_keys_digest +EXPORT_SYMBOL vmlinux 0x0363c881 __of_get_address +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x036cce78 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x03815f35 ledtrig_disk_activity +EXPORT_SYMBOL vmlinux 0x0397edd5 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0x0398b075 cookie_timestamp_decode +EXPORT_SYMBOL vmlinux 0x039d4858 generic_shutdown_super +EXPORT_SYMBOL vmlinux 0x03a1ebd9 inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0x03a9e1b0 inet_stream_ops +EXPORT_SYMBOL vmlinux 0x03aac707 input_copy_abs +EXPORT_SYMBOL vmlinux 0x03b814ca bpf_dispatcher_xdp_func +EXPORT_SYMBOL vmlinux 0x03d2c976 pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x04044e0d shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0x0404cf6a vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0x04068c91 vm_insert_pages +EXPORT_SYMBOL vmlinux 0x04087a5a iget_failed +EXPORT_SYMBOL vmlinux 0x044154c6 tc_skb_ext_tc +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x044f0ad9 get_random_u16 +EXPORT_SYMBOL vmlinux 0x04673adb qman_ip_rev +EXPORT_SYMBOL vmlinux 0x046860ec pci_select_bars +EXPORT_SYMBOL vmlinux 0x0474edef kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0x0479aac1 seq_list_next_rcu +EXPORT_SYMBOL vmlinux 0x04829f30 inet_getname +EXPORT_SYMBOL vmlinux 0x0484c6c4 acpi_enter_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x04863e28 hdmi_audio_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x04876a53 neigh_event_ns +EXPORT_SYMBOL vmlinux 0x04d24402 iwe_stream_add_point +EXPORT_SYMBOL vmlinux 0x04d50b60 tegra_dfll_suspend +EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize +EXPORT_SYMBOL vmlinux 0x04fd8161 gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0x050877b9 dmi_first_match +EXPORT_SYMBOL vmlinux 0x050dc7c9 flow_rule_match_enc_opts +EXPORT_SYMBOL vmlinux 0x051c969a clk_bulk_get_all +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x052cfce4 vfs_iocb_iter_write +EXPORT_SYMBOL vmlinux 0x054496b4 schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x0544a224 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x05512114 xfrm_trans_queue +EXPORT_SYMBOL vmlinux 0x0552efb3 dquot_initialize_needed +EXPORT_SYMBOL vmlinux 0x0559b468 jbd2_journal_load +EXPORT_SYMBOL vmlinux 0x055e77e8 jiffies_64 +EXPORT_SYMBOL vmlinux 0x0562dc30 __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0x056bcf7b dm_read_arg +EXPORT_SYMBOL vmlinux 0x0596c6cb __traceiter_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x05badad6 flow_block_cb_incref +EXPORT_SYMBOL vmlinux 0x05db3904 mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0x05de01a8 call_fib_notifiers +EXPORT_SYMBOL vmlinux 0x060ba97c gen_pool_free_owner +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x062a2ad7 nd_region_acquire_lane +EXPORT_SYMBOL vmlinux 0x063129a2 bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x063cc62b input_get_keycode +EXPORT_SYMBOL vmlinux 0x064d93d1 d_alloc +EXPORT_SYMBOL vmlinux 0x0654f941 ip_check_defrag +EXPORT_SYMBOL vmlinux 0x065c4a37 input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0x0668b595 _kstrtoul +EXPORT_SYMBOL vmlinux 0x06796d88 folio_wait_bit_killable +EXPORT_SYMBOL vmlinux 0x06905031 tcf_block_put_ext +EXPORT_SYMBOL vmlinux 0x06997644 posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x069c00be sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0x06abaabc dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x06bd88b5 ucs2_strnlen +EXPORT_SYMBOL vmlinux 0x06bfbbb5 vfs_setpos +EXPORT_SYMBOL vmlinux 0x06d11488 __bitmap_equal +EXPORT_SYMBOL vmlinux 0x06d5faa8 acpi_dev_get_next_match_dev +EXPORT_SYMBOL vmlinux 0x0704ba55 mr_mfc_seq_next +EXPORT_SYMBOL vmlinux 0x07098248 xz_dec_microlzma_alloc +EXPORT_SYMBOL vmlinux 0x0711edc8 xudma_dev_get_tisci_rm +EXPORT_SYMBOL vmlinux 0x0725979d ppp_dev_name +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x0745a981 xa_erase +EXPORT_SYMBOL vmlinux 0x074f7a17 I_BDEV +EXPORT_SYMBOL vmlinux 0x075a66cf __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0x0781ec97 logic_insl +EXPORT_SYMBOL vmlinux 0x078596ca mpage_readahead +EXPORT_SYMBOL vmlinux 0x07997ee9 of_chosen +EXPORT_SYMBOL vmlinux 0x07a34424 tcf_exts_init_ex +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07b92c7c of_graph_get_port_parent +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07ceeac9 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x07db17be qman_create_fq +EXPORT_SYMBOL vmlinux 0x07e03f23 vfs_mknod +EXPORT_SYMBOL vmlinux 0x07f57478 pci_unmap_iospace +EXPORT_SYMBOL vmlinux 0x07f69ac7 file_ns_capable +EXPORT_SYMBOL vmlinux 0x0800473f __cond_resched +EXPORT_SYMBOL vmlinux 0x0805f2c8 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0x0810bf42 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x08139e4e dst_dev_put +EXPORT_SYMBOL vmlinux 0x08162c74 free_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0x08166c53 vfs_dup_fs_context +EXPORT_SYMBOL vmlinux 0x081a2216 skb_tx_error +EXPORT_SYMBOL vmlinux 0x081d5888 mipi_dsi_dcs_set_display_off +EXPORT_SYMBOL vmlinux 0x0820c93b __mdiobus_c45_write +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x08356f32 fman_sp_set_buf_pools_in_asc_order_of_buf_sizes +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x08566908 clear_inode +EXPORT_SYMBOL vmlinux 0x0863e84e bdi_put +EXPORT_SYMBOL vmlinux 0x0870efe3 jent_testing_exit +EXPORT_SYMBOL vmlinux 0x0877389f fscrypt_ioctl_get_policy +EXPORT_SYMBOL vmlinux 0x0886e436 fscrypt_free_bounce_page +EXPORT_SYMBOL vmlinux 0x08bed72b tc_setup_cb_add +EXPORT_SYMBOL vmlinux 0x08d75207 ppp_unit_number +EXPORT_SYMBOL vmlinux 0x08e39398 cmd_db_read_addr +EXPORT_SYMBOL vmlinux 0x09076250 __do_once_done +EXPORT_SYMBOL vmlinux 0x090defe0 pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x090e9735 blk_mq_alloc_disk_for_queue +EXPORT_SYMBOL vmlinux 0x092e26bf acpi_remove_address_space_handler +EXPORT_SYMBOL vmlinux 0x093712e5 acpi_purge_cached_objects +EXPORT_SYMBOL vmlinux 0x093e04d5 xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0x094e405f xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x0970d5c1 phy_queue_state_machine +EXPORT_SYMBOL vmlinux 0x09769037 dmt_modes +EXPORT_SYMBOL vmlinux 0x098849a7 locks_delete_block +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x09b14699 param_ops_uint +EXPORT_SYMBOL vmlinux 0x09b42d97 pcim_pin_device +EXPORT_SYMBOL vmlinux 0x09cfd352 stop_tty +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09da0ba4 xa_set_mark +EXPORT_SYMBOL vmlinux 0x09dc3ec7 scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x09f9b261 xudma_rchan_put +EXPORT_SYMBOL vmlinux 0x09ffffc8 ip6mr_rule_default +EXPORT_SYMBOL vmlinux 0x0a012f73 mb_cache_entry_touch +EXPORT_SYMBOL vmlinux 0x0a071454 io_uring_destruct_scm +EXPORT_SYMBOL vmlinux 0x0a0ebc08 __xa_cmpxchg +EXPORT_SYMBOL vmlinux 0x0a1e8769 utf8_casefold_hash +EXPORT_SYMBOL vmlinux 0x0a529b60 pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0x0a559fb0 tcp_peek_len +EXPORT_SYMBOL vmlinux 0x0a5e30de md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0x0a6d89f2 kern_path +EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier +EXPORT_SYMBOL vmlinux 0x0a7bf2ef set_page_writeback +EXPORT_SYMBOL vmlinux 0x0a7c305e tcf_idr_cleanup +EXPORT_SYMBOL vmlinux 0x0a82ac7b skb_seq_read +EXPORT_SYMBOL vmlinux 0x0a84b15d zstd_init_cctx +EXPORT_SYMBOL vmlinux 0x0a8a0996 pci_alloc_dev +EXPORT_SYMBOL vmlinux 0x0aa309cf synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x0aaa7dc2 ipv6_push_frag_opts +EXPORT_SYMBOL vmlinux 0x0aaccc92 pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x0ab721ce blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0x0ac6e051 __cpuhp_setup_state +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0ad73446 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b26b8c8 acpi_run_osc +EXPORT_SYMBOL vmlinux 0x0b2eca12 fiemap_prep +EXPORT_SYMBOL vmlinux 0x0b3156c9 pin_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0x0b4bb0ec of_graph_get_remote_node +EXPORT_SYMBOL vmlinux 0x0b6827a1 security_sb_mnt_opts_compat +EXPORT_SYMBOL vmlinux 0x0b7092ec dma_resv_add_fence +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b7901c0 mmc_gpio_set_cd_isr +EXPORT_SYMBOL vmlinux 0x0b9d2e7d folio_wait_private_2_killable +EXPORT_SYMBOL vmlinux 0x0b9fe021 sk_ioctl +EXPORT_SYMBOL vmlinux 0x0ba0b938 vm_brk +EXPORT_SYMBOL vmlinux 0x0bb5dd4a dma_fence_chain_find_seqno +EXPORT_SYMBOL vmlinux 0x0bc1feee inet_select_addr +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bc7ab97 security_dentry_create_files_as +EXPORT_SYMBOL vmlinux 0x0bd2d732 scsi_remove_host +EXPORT_SYMBOL vmlinux 0x0bd394d8 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x0bd6d8a4 scsi_print_result +EXPORT_SYMBOL vmlinux 0x0bdb2a12 tty_vhangup +EXPORT_SYMBOL vmlinux 0x0bea6f4b vfs_getattr +EXPORT_SYMBOL vmlinux 0x0bf0e4a2 __SCK__tp_func_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x0bfc1d1a check_zeroed_user +EXPORT_SYMBOL vmlinux 0x0bfdd27d kthread_create_on_cpu +EXPORT_SYMBOL vmlinux 0x0c064b79 phy_ethtool_get_sset_count +EXPORT_SYMBOL vmlinux 0x0c08bae2 __neigh_event_send +EXPORT_SYMBOL vmlinux 0x0c0991ba pci_read_config_dword +EXPORT_SYMBOL vmlinux 0x0c25ec48 secure_tcpv6_seq +EXPORT_SYMBOL vmlinux 0x0c3690fc _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0x0c429fab register_netdevice +EXPORT_SYMBOL vmlinux 0x0c515c5c vfs_copy_file_range +EXPORT_SYMBOL vmlinux 0x0c575719 __cond_resched_rwlock_write +EXPORT_SYMBOL vmlinux 0x0c6bdc3f vme_master_read +EXPORT_SYMBOL vmlinux 0x0caee7d5 clear_nlink +EXPORT_SYMBOL vmlinux 0x0cb11bc7 __SCK__tp_func_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x0cc4b4b6 crc_ccitt_false +EXPORT_SYMBOL vmlinux 0x0ccb222e sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x0ccb6c43 kern_unmount +EXPORT_SYMBOL vmlinux 0x0cd5835b ipv6_flowlabel_exclusive +EXPORT_SYMBOL vmlinux 0x0cdce87c rfkill_set_hw_state_reason +EXPORT_SYMBOL vmlinux 0x0cecae03 blk_integrity_compare +EXPORT_SYMBOL vmlinux 0x0ceddab6 register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x0d07f543 get_anon_bdev +EXPORT_SYMBOL vmlinux 0x0d0b077f pskb_expand_head +EXPORT_SYMBOL vmlinux 0x0d2ca20f ucc_fast_get_qe_cr_subblock +EXPORT_SYMBOL vmlinux 0x0d333b64 zstd_end_stream +EXPORT_SYMBOL vmlinux 0x0d3f5c1a fman_get_max_frm +EXPORT_SYMBOL vmlinux 0x0d46b0c2 devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d619780 uart_update_timeout +EXPORT_SYMBOL vmlinux 0x0d74bf7f inet_stream_connect +EXPORT_SYMBOL vmlinux 0x0d91c64b security_sk_clone +EXPORT_SYMBOL vmlinux 0x0d928228 generic_file_read_iter +EXPORT_SYMBOL vmlinux 0x0da37acd dma_fence_array_first +EXPORT_SYMBOL vmlinux 0x0db5b6f3 udp_read_skb +EXPORT_SYMBOL vmlinux 0x0db88c92 mount_subtree +EXPORT_SYMBOL vmlinux 0x0dbbf63d mark_buffer_write_io_error +EXPORT_SYMBOL vmlinux 0x0dc5292a xfrm_register_type +EXPORT_SYMBOL vmlinux 0x0ddb1631 sock_create_kern +EXPORT_SYMBOL vmlinux 0x0de581ad vfs_parse_fs_param +EXPORT_SYMBOL vmlinux 0x0deb72fc __traceiter_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x0def037a tcp_stream_memory_free +EXPORT_SYMBOL vmlinux 0x0df68fb2 fman_get_qman_channel_id +EXPORT_SYMBOL vmlinux 0x0e03cc6c page_pool_put_defragged_page +EXPORT_SYMBOL vmlinux 0x0e054a7a generic_buffers_fsync_noflush +EXPORT_SYMBOL vmlinux 0x0e17678a siphash_4u64 +EXPORT_SYMBOL vmlinux 0x0e1f4982 udp_lib_rehash +EXPORT_SYMBOL vmlinux 0x0e2511d6 netif_tx_unlock +EXPORT_SYMBOL vmlinux 0x0e4262c6 __siphash_unaligned +EXPORT_SYMBOL vmlinux 0x0e529186 input_event +EXPORT_SYMBOL vmlinux 0x0e5465af of_node_get +EXPORT_SYMBOL vmlinux 0x0e5d2f4a alloc_anon_inode +EXPORT_SYMBOL vmlinux 0x0e606f65 dev_alloc_name +EXPORT_SYMBOL vmlinux 0x0e75e0dc inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x0e7916ed end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x0ea3c74e tasklet_kill +EXPORT_SYMBOL vmlinux 0x0ea4cf06 tc_setup_cb_replace +EXPORT_SYMBOL vmlinux 0x0ea593f6 hdmi_drm_infoframe_init +EXPORT_SYMBOL vmlinux 0x0eb4fe05 get_vm_area +EXPORT_SYMBOL vmlinux 0x0eb6eb87 add_taint +EXPORT_SYMBOL vmlinux 0x0ec0644c scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ed87124 flow_rule_match_ports +EXPORT_SYMBOL vmlinux 0x0eedffa4 release_pages +EXPORT_SYMBOL vmlinux 0x0f09cc34 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0x0f0fbd92 pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x0f14fd21 phy_support_sym_pause +EXPORT_SYMBOL vmlinux 0x0f1ad8e2 seq_list_start_rcu +EXPORT_SYMBOL vmlinux 0x0f1ec1ce truncate_setsize +EXPORT_SYMBOL vmlinux 0x0f37ca89 lockref_put_not_zero +EXPORT_SYMBOL vmlinux 0x0f3b50c6 netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0x0f4487ab current_in_userns +EXPORT_SYMBOL vmlinux 0x0f630261 gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x0f708ea7 xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x0f811fc7 jent_raw_hires_entropy_store +EXPORT_SYMBOL vmlinux 0x0f86f560 kthread_delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x0f87ee0a deactivate_super +EXPORT_SYMBOL vmlinux 0x0f9431b1 config_item_get +EXPORT_SYMBOL vmlinux 0x0f94451a acpi_device_hid +EXPORT_SYMBOL vmlinux 0x0f9fe992 sockopt_ns_capable +EXPORT_SYMBOL vmlinux 0x0fa20dda flow_rule_match_enc_control +EXPORT_SYMBOL vmlinux 0x0fa89424 flow_rule_match_tcp +EXPORT_SYMBOL vmlinux 0x0fab1ab0 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0x0fb2f8a4 mktime64 +EXPORT_SYMBOL vmlinux 0x0fd4f98f dev_close +EXPORT_SYMBOL vmlinux 0x0fd902db mb_cache_entry_create +EXPORT_SYMBOL vmlinux 0x0fe2c206 devm_rproc_add +EXPORT_SYMBOL vmlinux 0x0fe59d9f get_fs_type +EXPORT_SYMBOL vmlinux 0x0fff5afc time64_to_tm +EXPORT_SYMBOL vmlinux 0x0fff7658 unpin_user_pages +EXPORT_SYMBOL vmlinux 0x10017aa5 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x100bddf8 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x100d6658 block_commit_write +EXPORT_SYMBOL vmlinux 0x101d7ff5 ns_capable_noaudit +EXPORT_SYMBOL vmlinux 0x1025009a cpm_muram_alloc_fixed +EXPORT_SYMBOL vmlinux 0x102936ec qe_clock_source +EXPORT_SYMBOL vmlinux 0x1034f03e blk_start_plug +EXPORT_SYMBOL vmlinux 0x1035c7c2 __release_region +EXPORT_SYMBOL vmlinux 0x1057a279 bsearch +EXPORT_SYMBOL vmlinux 0x1068004b gf128mul_bbe +EXPORT_SYMBOL vmlinux 0x107be0b0 percpu_counter_sync +EXPORT_SYMBOL vmlinux 0x107e5878 zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x108e2364 config_item_put +EXPORT_SYMBOL vmlinux 0x109adada jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0x10d9f885 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x10dbfa96 acpi_bus_get_status +EXPORT_SYMBOL vmlinux 0x10e2729d xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0x10e6f74a free_contig_range +EXPORT_SYMBOL vmlinux 0x10f4d0c4 nf_log_unregister +EXPORT_SYMBOL vmlinux 0x1104ea2a skb_splice_from_iter +EXPORT_SYMBOL vmlinux 0x11082314 of_graph_get_endpoint_by_regs +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x110dd679 xen_alloc_unpopulated_pages +EXPORT_SYMBOL vmlinux 0x113f0d1a vlan_for_each +EXPORT_SYMBOL vmlinux 0x1152b652 proc_mkdir +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x11987d91 bio_copy_data_iter +EXPORT_SYMBOL vmlinux 0x119d78e9 zpool_register_driver +EXPORT_SYMBOL vmlinux 0x11b2e69a consume_skb +EXPORT_SYMBOL vmlinux 0x11c7283c rproc_get_by_child +EXPORT_SYMBOL vmlinux 0x11ca1a94 bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0x11e30762 chacha_block_generic +EXPORT_SYMBOL vmlinux 0x11effdf8 bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0x11f4722b sb_set_blocksize +EXPORT_SYMBOL vmlinux 0x11fa7811 mmc_can_trim +EXPORT_SYMBOL vmlinux 0x11ffdfee ucc_slow_stop_tx +EXPORT_SYMBOL vmlinux 0x1204ad11 mii_check_gmii_support +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x120ff8e1 xudma_get_rflow_ring_offset +EXPORT_SYMBOL vmlinux 0x1221a6bf pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0x1228ad84 make_kuid +EXPORT_SYMBOL vmlinux 0x122c3a7e _printk +EXPORT_SYMBOL vmlinux 0x12326ce2 reuseport_migrate_sock +EXPORT_SYMBOL vmlinux 0x1244f8b6 tcf_action_exec +EXPORT_SYMBOL vmlinux 0x1246595c scm_fp_dup +EXPORT_SYMBOL vmlinux 0x124bad4d kstrtobool +EXPORT_SYMBOL vmlinux 0x1254ccd0 rt_dst_alloc +EXPORT_SYMBOL vmlinux 0x1256084d par_io_of_config +EXPORT_SYMBOL vmlinux 0x125c5d6e tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x126131f9 inode_dio_wait +EXPORT_SYMBOL vmlinux 0x1271dde6 noop_qdisc +EXPORT_SYMBOL vmlinux 0x12789fc9 ilookup +EXPORT_SYMBOL vmlinux 0x1279365c devm_of_find_backlight +EXPORT_SYMBOL vmlinux 0x127d83ea security_locked_down +EXPORT_SYMBOL vmlinux 0x128a849b pci_choose_state +EXPORT_SYMBOL vmlinux 0x12a32103 mdiobus_free +EXPORT_SYMBOL vmlinux 0x12a3e2ad pm860x_reg_write +EXPORT_SYMBOL vmlinux 0x12a4e128 __arch_copy_from_user +EXPORT_SYMBOL vmlinux 0x12cabc89 siphash_2u64 +EXPORT_SYMBOL vmlinux 0x12dbc25c pnp_device_attach +EXPORT_SYMBOL vmlinux 0x12f6f69c fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x13063ca2 backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x13090067 read_cache_page +EXPORT_SYMBOL vmlinux 0x130afd75 acpi_get_sleep_type_data +EXPORT_SYMBOL vmlinux 0x13104e8e mipi_dsi_shutdown_peripheral +EXPORT_SYMBOL vmlinux 0x13110126 request_resource +EXPORT_SYMBOL vmlinux 0x131a6146 xa_clear_mark +EXPORT_SYMBOL vmlinux 0x131d1343 proc_create_single_data +EXPORT_SYMBOL vmlinux 0x131f1261 pcibus_to_node +EXPORT_SYMBOL vmlinux 0x13275d15 devm_register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x1335af3c ram_aops +EXPORT_SYMBOL vmlinux 0x134ae426 pci_enable_atomic_ops_to_root +EXPORT_SYMBOL vmlinux 0x13604466 __scsi_add_device +EXPORT_SYMBOL vmlinux 0x1387a560 file_modified +EXPORT_SYMBOL vmlinux 0x1391011c mmc_cqe_request_done +EXPORT_SYMBOL vmlinux 0x13929d1d __netif_napi_del +EXPORT_SYMBOL vmlinux 0x1394225c scsi_device_resume +EXPORT_SYMBOL vmlinux 0x1396078d pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0x139d9974 security_inode_init_security +EXPORT_SYMBOL vmlinux 0x139f2189 __kfifo_alloc +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13d928f5 __SCK__tp_func_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x13ffdf34 param_array_ops +EXPORT_SYMBOL vmlinux 0x14115024 sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x141271bf acpi_dev_found +EXPORT_SYMBOL vmlinux 0x1418ad3a unregister_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x141e8a54 folio_mark_accessed +EXPORT_SYMBOL vmlinux 0x1423c9c6 mipi_dsi_dcs_set_tear_on +EXPORT_SYMBOL vmlinux 0x14279b91 fqdir_exit +EXPORT_SYMBOL vmlinux 0x14552ce5 d_alloc_name +EXPORT_SYMBOL vmlinux 0x14575122 scsi_remove_device +EXPORT_SYMBOL vmlinux 0x1459c35f dst_alloc +EXPORT_SYMBOL vmlinux 0x145c7f8e msm_pinctrl_probe +EXPORT_SYMBOL vmlinux 0x14605535 dma_fence_context_alloc +EXPORT_SYMBOL vmlinux 0x146289b7 crc16_table +EXPORT_SYMBOL vmlinux 0x146a2848 proc_create_data +EXPORT_SYMBOL vmlinux 0x146c5280 inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0x1471e34c folio_alloc +EXPORT_SYMBOL vmlinux 0x147eb333 ipv6_mc_check_mld +EXPORT_SYMBOL vmlinux 0x14872d13 security_binder_transfer_file +EXPORT_SYMBOL vmlinux 0x14a64a87 acpi_install_address_space_handler_no_reg +EXPORT_SYMBOL vmlinux 0x14c67e3e tcp_tx_delay_enabled +EXPORT_SYMBOL vmlinux 0x14d41617 rproc_coredump_add_custom_segment +EXPORT_SYMBOL vmlinux 0x14d7477f console_list_unlock +EXPORT_SYMBOL vmlinux 0x14dfc33a generic_parse_monolithic +EXPORT_SYMBOL vmlinux 0x14f45fcc bman_free_pool +EXPORT_SYMBOL vmlinux 0x14fe8f51 dma_map_page_attrs +EXPORT_SYMBOL vmlinux 0x151f4898 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0x15264039 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x1526b301 unix_tot_inflight +EXPORT_SYMBOL vmlinux 0x1531d0f8 wrap_directory_iterator +EXPORT_SYMBOL vmlinux 0x1548d970 __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x155980f2 tcf_block_netif_keep_dst +EXPORT_SYMBOL vmlinux 0x155f482f jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0x1562e446 d_find_any_alias +EXPORT_SYMBOL vmlinux 0x157168d3 devfreq_get_freq_range +EXPORT_SYMBOL vmlinux 0x15763e5c sock_create_lite +EXPORT_SYMBOL vmlinux 0x1579a45a inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x15b4ffdf bdi_register +EXPORT_SYMBOL vmlinux 0x15ba50a6 jiffies +EXPORT_SYMBOL vmlinux 0x15bafe29 unregister_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x15bed7a5 LZ4_decompress_safe_partial +EXPORT_SYMBOL vmlinux 0x15c85de3 mempool_init +EXPORT_SYMBOL vmlinux 0x15d125a0 thermal_zone_device_critical +EXPORT_SYMBOL vmlinux 0x15df9db9 tcf_action_set_ctrlact +EXPORT_SYMBOL vmlinux 0x15f90688 slhc_init +EXPORT_SYMBOL vmlinux 0x162893fd hashlen_string +EXPORT_SYMBOL vmlinux 0x162cfa1d sock_kfree_s +EXPORT_SYMBOL vmlinux 0x1632bc21 kvasprintf_const +EXPORT_SYMBOL vmlinux 0x163d2417 tegra_io_rail_power_off +EXPORT_SYMBOL vmlinux 0x163f2f04 rdmacg_try_charge +EXPORT_SYMBOL vmlinux 0x164d783c __mdiobus_write +EXPORT_SYMBOL vmlinux 0x165ecc75 dput +EXPORT_SYMBOL vmlinux 0x166180c7 generic_file_fsync +EXPORT_SYMBOL vmlinux 0x1667dc32 jbd2_journal_put_journal_head +EXPORT_SYMBOL vmlinux 0x166f0ff2 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x16747b5d device_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump +EXPORT_SYMBOL vmlinux 0x169938c1 __sysfs_match_string +EXPORT_SYMBOL vmlinux 0x169f1e11 fixed_size_llseek +EXPORT_SYMBOL vmlinux 0x16a7b16f __traceiter_kmalloc +EXPORT_SYMBOL vmlinux 0x16bcf75c __aperture_remove_legacy_vga_devices +EXPORT_SYMBOL vmlinux 0x16bd60fd register_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x16cdc340 acpi_get_table +EXPORT_SYMBOL vmlinux 0x16ce9a74 load_nls_default +EXPORT_SYMBOL vmlinux 0x16d3d234 mipi_dsi_driver_register_full +EXPORT_SYMBOL vmlinux 0x16de6be8 configfs_register_subsystem +EXPORT_SYMBOL vmlinux 0x16e297c3 bit_wait +EXPORT_SYMBOL vmlinux 0x16e604cf xp_alloc_batch +EXPORT_SYMBOL vmlinux 0x16e7e2cb cpu_all_bits +EXPORT_SYMBOL vmlinux 0x170479e9 folio_mark_dirty +EXPORT_SYMBOL vmlinux 0x17076abe xsk_clear_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x170ddf79 acpi_install_notify_handler +EXPORT_SYMBOL vmlinux 0x173c129e xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x1760245f flow_block_cb_decref +EXPORT_SYMBOL vmlinux 0x17734ace pci_enable_link_state +EXPORT_SYMBOL vmlinux 0x17777c65 kthread_destroy_worker +EXPORT_SYMBOL vmlinux 0x17825d3f xudma_rchan_get +EXPORT_SYMBOL vmlinux 0x178c4894 qe_upload_firmware +EXPORT_SYMBOL vmlinux 0x17940de1 mdiobus_c45_write_nested +EXPORT_SYMBOL vmlinux 0x17b3c323 skb_eth_pop +EXPORT_SYMBOL vmlinux 0x17bceb96 input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0x17be9f72 scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0x17d01c9e fb_io_read +EXPORT_SYMBOL vmlinux 0x17db01e4 blk_finish_plug +EXPORT_SYMBOL vmlinux 0x17e9d352 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0x18016f0f rproc_boot +EXPORT_SYMBOL vmlinux 0x1819a3f5 register_sysctl +EXPORT_SYMBOL vmlinux 0x181e0d0c security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0x1828d9a7 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0x18345b8e __bitmap_replace +EXPORT_SYMBOL vmlinux 0x184a3392 reuseport_stop_listen_sock +EXPORT_SYMBOL vmlinux 0x184ae566 pci_ep_cfs_add_epf_group +EXPORT_SYMBOL vmlinux 0x18552387 netif_napi_add_weight +EXPORT_SYMBOL vmlinux 0x187884a8 cpm_muram_free +EXPORT_SYMBOL vmlinux 0x1882edc4 netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0x18888d00 downgrade_write +EXPORT_SYMBOL vmlinux 0x188ea314 jiffies_to_timespec64 +EXPORT_SYMBOL vmlinux 0x1899b886 elv_bio_merge_ok +EXPORT_SYMBOL vmlinux 0x18a83642 pci_write_vpd +EXPORT_SYMBOL vmlinux 0x18b48e28 __memset_io +EXPORT_SYMBOL vmlinux 0x18ce505b __mmc_claim_host +EXPORT_SYMBOL vmlinux 0x18d1c300 xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0x18d2a80c free_mdio_bitbang +EXPORT_SYMBOL vmlinux 0x18e2ea64 dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0x18e60984 __do_once_start +EXPORT_SYMBOL vmlinux 0x18f84fb7 md_done_sync +EXPORT_SYMBOL vmlinux 0x18fa8b97 tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0x191aba75 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0x19254e8e d_mark_dontcache +EXPORT_SYMBOL vmlinux 0x1953c958 mempool_create +EXPORT_SYMBOL vmlinux 0x19787ec5 bprm_change_interp +EXPORT_SYMBOL vmlinux 0x197d5b60 dma_fence_default_wait +EXPORT_SYMBOL vmlinux 0x197daa31 phy_stop +EXPORT_SYMBOL vmlinux 0x1984d421 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19a227ed xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19c0d627 pcie_ptm_enabled +EXPORT_SYMBOL vmlinux 0x19c416df scm_detach_fds +EXPORT_SYMBOL vmlinux 0x19c691a3 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x19cd5655 folio_zero_new_buffers +EXPORT_SYMBOL vmlinux 0x19d6cd0b netdev_lower_state_changed +EXPORT_SYMBOL vmlinux 0x19e58ab0 clk_get +EXPORT_SYMBOL vmlinux 0x1a02f588 genphy_handle_interrupt_no_ack +EXPORT_SYMBOL vmlinux 0x1a294f16 wake_up_process +EXPORT_SYMBOL vmlinux 0x1a297536 filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x1a3fef1d sget +EXPORT_SYMBOL vmlinux 0x1a4570c1 netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0x1a45cb6c acpi_disabled +EXPORT_SYMBOL vmlinux 0x1a55337a mmc_is_req_done +EXPORT_SYMBOL vmlinux 0x1a57ca81 add_to_pipe +EXPORT_SYMBOL vmlinux 0x1a66970c lookup_one_len_unlocked +EXPORT_SYMBOL vmlinux 0x1a8d86e9 rproc_resource_cleanup +EXPORT_SYMBOL vmlinux 0x1a911382 input_allocate_device +EXPORT_SYMBOL vmlinux 0x1a998286 sock_set_priority +EXPORT_SYMBOL vmlinux 0x1a9a433c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x1aa28b88 logfc +EXPORT_SYMBOL vmlinux 0x1ab26a1f param_set_hexint +EXPORT_SYMBOL vmlinux 0x1ac14dc4 get_user_pages_remote +EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn +EXPORT_SYMBOL vmlinux 0x1acc4f34 module_layout +EXPORT_SYMBOL vmlinux 0x1ad80a57 ipmi_platform_add +EXPORT_SYMBOL vmlinux 0x1adee91e scsi_host_put +EXPORT_SYMBOL vmlinux 0x1af8e309 __bh_read +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b102b3a sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0x1b335af2 __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x1b37d7bb dquot_disable +EXPORT_SYMBOL vmlinux 0x1b5196fc xudma_tchan_put +EXPORT_SYMBOL vmlinux 0x1b597b7a swake_up_all +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b6ec3b2 blk_mq_delay_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x1b777357 rdmacg_unregister_device +EXPORT_SYMBOL vmlinux 0x1b880a36 ip_getsockopt +EXPORT_SYMBOL vmlinux 0x1b908d85 _raw_write_lock_nested +EXPORT_SYMBOL vmlinux 0x1b97d2a8 filemap_splice_read +EXPORT_SYMBOL vmlinux 0x1b997db3 param_get_hexint +EXPORT_SYMBOL vmlinux 0x1ba59527 __kmalloc_node +EXPORT_SYMBOL vmlinux 0x1bb0e578 page_pool_return_skb_page +EXPORT_SYMBOL vmlinux 0x1bb51249 tcp_have_smc +EXPORT_SYMBOL vmlinux 0x1bb86b9a xen_start_info +EXPORT_SYMBOL vmlinux 0x1bc446c3 d_lookup +EXPORT_SYMBOL vmlinux 0x1bcf2713 skb_dump +EXPORT_SYMBOL vmlinux 0x1bd40f81 phy_device_remove +EXPORT_SYMBOL vmlinux 0x1bd59dbe vme_free_consistent +EXPORT_SYMBOL vmlinux 0x1be00271 __nla_reserve +EXPORT_SYMBOL vmlinux 0x1be3e11f d_genocide +EXPORT_SYMBOL vmlinux 0x1be4da3a phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0x1be6abfd inet_add_offload +EXPORT_SYMBOL vmlinux 0x1bf86822 mipi_dsi_driver_unregister +EXPORT_SYMBOL vmlinux 0x1bf8dd4a dquot_acquire +EXPORT_SYMBOL vmlinux 0x1c073819 vme_register_error_handler +EXPORT_SYMBOL vmlinux 0x1c14bcfe tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x1c1854ec crypto_kdf108_setkey +EXPORT_SYMBOL vmlinux 0x1c45731d pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0x1c4d0f77 thread_group_exited +EXPORT_SYMBOL vmlinux 0x1c567c3e scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x1c58427f acpi_remove_notify_handler +EXPORT_SYMBOL vmlinux 0x1c5e3878 icst525_idx2s +EXPORT_SYMBOL vmlinux 0x1c675dae __pci_register_driver +EXPORT_SYMBOL vmlinux 0x1c688f6a flush_dcache_page +EXPORT_SYMBOL vmlinux 0x1c690338 udp_seq_start +EXPORT_SYMBOL vmlinux 0x1c84516b fget_raw +EXPORT_SYMBOL vmlinux 0x1c959cb4 phy_find_first +EXPORT_SYMBOL vmlinux 0x1c95c56c mr_mfc_find_any_parent +EXPORT_SYMBOL vmlinux 0x1cadda55 bmap +EXPORT_SYMBOL vmlinux 0x1cafc422 shmem_aops +EXPORT_SYMBOL vmlinux 0x1cb11044 inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0x1cb8feb0 serio_open +EXPORT_SYMBOL vmlinux 0x1cc11154 __SCK__tp_func_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x1cd27f2b tcf_classify +EXPORT_SYMBOL vmlinux 0x1cd8438b pxm_to_node +EXPORT_SYMBOL vmlinux 0x1cdd39ba logic_outsl +EXPORT_SYMBOL vmlinux 0x1cdfdd8a skb_push +EXPORT_SYMBOL vmlinux 0x1ce05f67 rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0x1cf1789f tcf_generic_walker +EXPORT_SYMBOL vmlinux 0x1cf5efa6 xudma_rflow_get_id +EXPORT_SYMBOL vmlinux 0x1cfb4319 blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x1d048361 inet_protos +EXPORT_SYMBOL vmlinux 0x1d07e365 memdup_user_nul +EXPORT_SYMBOL vmlinux 0x1d1abdf0 acpi_get_physical_device_location +EXPORT_SYMBOL vmlinux 0x1d1c5b2c __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x1d24c881 ___ratelimit +EXPORT_SYMBOL vmlinux 0x1d29f7cd unregister_shrinker +EXPORT_SYMBOL vmlinux 0x1d40b6f3 idr_for_each +EXPORT_SYMBOL vmlinux 0x1d76cd5c gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0x1d794855 __tracepoint_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x1d9672bd fault_in_subpage_writeable +EXPORT_SYMBOL vmlinux 0x1d997513 pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0x1d9ad344 generic_write_checks +EXPORT_SYMBOL vmlinux 0x1da45b31 devm_mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x1dc6c93b lookup_user_key +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1dd84169 mipi_dsi_dcs_get_display_brightness_large +EXPORT_SYMBOL vmlinux 0x1de4ccb2 get_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x1de59c22 qcom_scm_ice_invalidate_key +EXPORT_SYMBOL vmlinux 0x1de67f9b qcom_scm_io_writel +EXPORT_SYMBOL vmlinux 0x1de87943 inet_release +EXPORT_SYMBOL vmlinux 0x1e018ce5 phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0x1e0373fc imx_scu_irq_group_enable +EXPORT_SYMBOL vmlinux 0x1e0a0c24 mod_timer_pending +EXPORT_SYMBOL vmlinux 0x1e0cd7fe acpi_detach_data +EXPORT_SYMBOL vmlinux 0x1e1a5dd4 fs_param_is_u64 +EXPORT_SYMBOL vmlinux 0x1e51615d dma_resv_iter_next_unlocked +EXPORT_SYMBOL vmlinux 0x1e6adaa0 bitmap_print_bitmask_to_buf +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e8ee050 seq_printf +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1eaa660c of_get_next_cpu_node +EXPORT_SYMBOL vmlinux 0x1eaceaae clkdev_add +EXPORT_SYMBOL vmlinux 0x1eaefc6f ip_sock_set_freebind +EXPORT_SYMBOL vmlinux 0x1ed96fa5 page_pool_alloc_pages +EXPORT_SYMBOL vmlinux 0x1edb69d6 ktime_get_raw_ts64 +EXPORT_SYMBOL vmlinux 0x1ee26195 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0x1ef2d4e6 unpin_user_page +EXPORT_SYMBOL vmlinux 0x1ef41b7e qcom_scm_iommu_set_pt_format +EXPORT_SYMBOL vmlinux 0x1eff5163 mipi_dsi_detach +EXPORT_SYMBOL vmlinux 0x1f04fccc pci_find_next_bus +EXPORT_SYMBOL vmlinux 0x1f15bbfd dev_load +EXPORT_SYMBOL vmlinux 0x1f2e65fb path_get +EXPORT_SYMBOL vmlinux 0x1f3b28cf sys_imageblit +EXPORT_SYMBOL vmlinux 0x1f557414 gen_pool_has_addr +EXPORT_SYMBOL vmlinux 0x1f59481d vme_bus_type +EXPORT_SYMBOL vmlinux 0x1f68af6a sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0x1f7a7107 seq_hex_dump +EXPORT_SYMBOL vmlinux 0x1f9f375c blk_rq_init +EXPORT_SYMBOL vmlinux 0x1fa7b60f mntput +EXPORT_SYMBOL vmlinux 0x1fb67af2 unregister_fib_notifier +EXPORT_SYMBOL vmlinux 0x1fb9fa3c mipi_dsi_dcs_get_pixel_format +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fc1109e proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x1fcf2e82 dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fe3d61c dma_pool_create +EXPORT_SYMBOL vmlinux 0x1fe4423a inet_del_protocol +EXPORT_SYMBOL vmlinux 0x1fec4d27 tcf_exts_terse_dump +EXPORT_SYMBOL vmlinux 0x1ff463c9 __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x1ff90ecd padata_do_parallel +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x2024c219 tcp_close +EXPORT_SYMBOL vmlinux 0x202676e4 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x202b6a0a inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0x2030318d unregister_binfmt +EXPORT_SYMBOL vmlinux 0x20303220 bio_add_folio +EXPORT_SYMBOL vmlinux 0x20369fdd sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0x203bbfa5 mmc_run_bkops +EXPORT_SYMBOL vmlinux 0x20463df4 wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x204c5067 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0x208414c7 inet_del_offload +EXPORT_SYMBOL vmlinux 0x20874778 rproc_mem_entry_init +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20b713fd from_kprojid_munged +EXPORT_SYMBOL vmlinux 0x20bf39b0 update_devfreq +EXPORT_SYMBOL vmlinux 0x20c5ad24 param_ops_long +EXPORT_SYMBOL vmlinux 0x20cbb30a __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x20d55e05 skb_copy_and_csum_datagram_msg +EXPORT_SYMBOL vmlinux 0x20d65e40 fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0x20eadeb6 ip_compute_csum +EXPORT_SYMBOL vmlinux 0x20eb937c kernel_accept +EXPORT_SYMBOL vmlinux 0x20ef79f7 tcp_enter_cwr +EXPORT_SYMBOL vmlinux 0x20fd5725 set_disk_ro +EXPORT_SYMBOL vmlinux 0x210ff287 pid_task +EXPORT_SYMBOL vmlinux 0x2117555c fscrypt_decrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x2128a638 kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x2128ddbe read_cache_folio +EXPORT_SYMBOL vmlinux 0x2135d38c genphy_loopback +EXPORT_SYMBOL vmlinux 0x21392d77 skb_vlan_push +EXPORT_SYMBOL vmlinux 0x213a738d memregion_alloc +EXPORT_SYMBOL vmlinux 0x213e4965 ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x21427eb1 folio_end_private_2 +EXPORT_SYMBOL vmlinux 0x216bbd30 of_platform_device_create +EXPORT_SYMBOL vmlinux 0x21725f85 make_kgid +EXPORT_SYMBOL vmlinux 0x218e600b pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0x218eb82d pcie_bandwidth_available +EXPORT_SYMBOL vmlinux 0x21a13c39 stream_open +EXPORT_SYMBOL vmlinux 0x21bdb523 errseq_check_and_advance +EXPORT_SYMBOL vmlinux 0x21cb5e0e genphy_check_and_restart_aneg +EXPORT_SYMBOL vmlinux 0x21e13cb3 inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0x21ea5251 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x21ea977d eth_mac_addr +EXPORT_SYMBOL vmlinux 0x21ebd046 register_md_personality +EXPORT_SYMBOL vmlinux 0x21ef374c try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x21f76064 phy_get_c45_ids +EXPORT_SYMBOL vmlinux 0x22041070 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0x222d1b06 __cpuhp_remove_state +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x2234ca51 acpi_match_platform_list +EXPORT_SYMBOL vmlinux 0x22355b34 of_phy_connect +EXPORT_SYMBOL vmlinux 0x224824fa input_get_timestamp +EXPORT_SYMBOL vmlinux 0x224ce651 xudma_free_gp_rflow_range +EXPORT_SYMBOL vmlinux 0x225a3b85 dev_get_iflink +EXPORT_SYMBOL vmlinux 0x22694647 getname_kernel +EXPORT_SYMBOL vmlinux 0x22706838 rproc_coredump_add_segment +EXPORT_SYMBOL vmlinux 0x22786022 pci_scan_root_bus_bridge +EXPORT_SYMBOL vmlinux 0x22813dfb nd_btt_probe +EXPORT_SYMBOL vmlinux 0x229a161a ps2_command +EXPORT_SYMBOL vmlinux 0x229f7933 get_tree_keyed +EXPORT_SYMBOL vmlinux 0x22ac209d __folio_put +EXPORT_SYMBOL vmlinux 0x22ae44c8 block_invalidate_folio +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22b9def9 folio_unlock +EXPORT_SYMBOL vmlinux 0x22c69c10 dev_get_by_name +EXPORT_SYMBOL vmlinux 0x22d88367 proc_set_size +EXPORT_SYMBOL vmlinux 0x22f819aa scsi_host_alloc +EXPORT_SYMBOL vmlinux 0x230002e4 cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0x230e4d13 napi_enable +EXPORT_SYMBOL vmlinux 0x2313a3e2 con_is_bound +EXPORT_SYMBOL vmlinux 0x233041cf page_pool_release_page +EXPORT_SYMBOL vmlinux 0x2354f81c cdev_device_del +EXPORT_SYMBOL vmlinux 0x23559c51 qman_oos_fq +EXPORT_SYMBOL vmlinux 0x235ea1ea tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0x2364c85a tasklet_init +EXPORT_SYMBOL vmlinux 0x236cdb7e ip_tunnel_parse_protocol +EXPORT_SYMBOL vmlinux 0x236e5510 pci_free_irq +EXPORT_SYMBOL vmlinux 0x238b099f mipi_dsi_packet_format_is_short +EXPORT_SYMBOL vmlinux 0x2391f725 irq_stat +EXPORT_SYMBOL vmlinux 0x23935e75 filemap_get_folios_contig +EXPORT_SYMBOL vmlinux 0x23b3d190 vme_lm_request +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23cc6843 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x23d78880 inet_proto_csum_replace_by_diff +EXPORT_SYMBOL vmlinux 0x23daa989 mipi_dsi_create_packet +EXPORT_SYMBOL vmlinux 0x23dc7f6c hdmi_avi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x23f1d7a6 page_pool_ethtool_stats_get_count +EXPORT_SYMBOL vmlinux 0x23f7b0a3 configfs_undepend_item +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x24022de0 fscrypt_decrypt_bio +EXPORT_SYMBOL vmlinux 0x242fd568 md_bitmap_close_sync +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x24598b20 dns_query +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x24603f9e pci_remove_bus +EXPORT_SYMBOL vmlinux 0x246e96d0 fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0x248caaa7 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x24b7c73a dcb_setrewr +EXPORT_SYMBOL vmlinux 0x24c1b200 neigh_ifdown +EXPORT_SYMBOL vmlinux 0x24d273d1 add_timer +EXPORT_SYMBOL vmlinux 0x24d465ad tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0x24d6d5dd icmp_ndo_send +EXPORT_SYMBOL vmlinux 0x24d808a6 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x24e1b558 seg6_hmac_compute +EXPORT_SYMBOL vmlinux 0x24e5a49a rproc_add_subdev +EXPORT_SYMBOL vmlinux 0x24e9d655 sg_alloc_table_from_pages_segment +EXPORT_SYMBOL vmlinux 0x24fbd756 security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0x2505bf18 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x25183928 skb_unlink +EXPORT_SYMBOL vmlinux 0x252332f1 __SCK__tp_func_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x2529e9ba to_nd_btt +EXPORT_SYMBOL vmlinux 0x25321eef prepare_creds +EXPORT_SYMBOL vmlinux 0x254b8e6e __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0x25609430 __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x25642b84 dev_get_mac_address +EXPORT_SYMBOL vmlinux 0x2572a8e8 dst_release +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x25832b5a serio_reconnect +EXPORT_SYMBOL vmlinux 0x258a2c02 _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x258d2f76 net_dim_get_tx_moderation +EXPORT_SYMBOL vmlinux 0x25974000 wait_for_completion +EXPORT_SYMBOL vmlinux 0x2598c6c0 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x259931f7 flow_rule_match_ip +EXPORT_SYMBOL vmlinux 0x25a61d1c dma_resv_reserve_fences +EXPORT_SYMBOL vmlinux 0x25a87646 phy_device_register +EXPORT_SYMBOL vmlinux 0x25a8be03 pneigh_enqueue +EXPORT_SYMBOL vmlinux 0x25c4b747 tso_build_hdr +EXPORT_SYMBOL vmlinux 0x25cb2d7a dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0x25d85a79 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0x25e9d4bd resource_list_free +EXPORT_SYMBOL vmlinux 0x26060d14 set_groups +EXPORT_SYMBOL vmlinux 0x2606eefd __do_once_sleepable_done +EXPORT_SYMBOL vmlinux 0x260e52ee dynamic_preempt_schedule_notrace +EXPORT_SYMBOL vmlinux 0x2624684e inet_dgram_ops +EXPORT_SYMBOL vmlinux 0x26335722 key_validate +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x263c3152 bcmp +EXPORT_SYMBOL vmlinux 0x263f0d1f qman_portal_set_iperiod +EXPORT_SYMBOL vmlinux 0x265163e4 kset_unregister +EXPORT_SYMBOL vmlinux 0x2657a12f cros_ec_prepare_tx +EXPORT_SYMBOL vmlinux 0x266176e6 genphy_setup_forced +EXPORT_SYMBOL vmlinux 0x26654fb8 param_get_int +EXPORT_SYMBOL vmlinux 0x26657f89 pnp_request_card_device +EXPORT_SYMBOL vmlinux 0x2667961a page_pool_get_stats +EXPORT_SYMBOL vmlinux 0x2688ec10 bitmap_zalloc +EXPORT_SYMBOL vmlinux 0x26897b52 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x268c11e2 mpage_read_folio +EXPORT_SYMBOL vmlinux 0x26936a91 register_cdrom +EXPORT_SYMBOL vmlinux 0x269a09f3 mipi_dsi_turn_on_peripheral +EXPORT_SYMBOL vmlinux 0x26b3afdf i2c_del_adapter +EXPORT_SYMBOL vmlinux 0x26bf3b98 vga_get +EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x26e67e99 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0x270cf88f dump_stack_lvl +EXPORT_SYMBOL vmlinux 0x271cba95 acpi_bus_private_data_handler +EXPORT_SYMBOL vmlinux 0x272a8933 udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x2733eaf7 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0x27479d14 param_free_charp +EXPORT_SYMBOL vmlinux 0x275dfee4 ucc_slow_free +EXPORT_SYMBOL vmlinux 0x275f3d49 hdmi_vendor_infoframe_check +EXPORT_SYMBOL vmlinux 0x2760d762 md_check_recovery +EXPORT_SYMBOL vmlinux 0x27756bc8 scsi_sanitize_inquiry_string +EXPORT_SYMBOL vmlinux 0x27810361 acpi_os_wait_events_complete +EXPORT_SYMBOL vmlinux 0x2782b393 xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x2792f83f __vfs_setxattr +EXPORT_SYMBOL vmlinux 0x27b146ee tc_setup_cb_call +EXPORT_SYMBOL vmlinux 0x27b7760c neigh_table_init +EXPORT_SYMBOL vmlinux 0x27bafd47 __register_nls +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27c3c728 qman_release_fqid +EXPORT_SYMBOL vmlinux 0x27cdca93 pci_add_resource +EXPORT_SYMBOL vmlinux 0x27d2bce1 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0x27d32b92 xp_dma_unmap +EXPORT_SYMBOL vmlinux 0x27e0dd0a qcom_scm_pas_init_image +EXPORT_SYMBOL vmlinux 0x27edacf8 sock_no_listen +EXPORT_SYMBOL vmlinux 0x27f21be1 proc_remove +EXPORT_SYMBOL vmlinux 0x27ffe403 pnp_possible_config +EXPORT_SYMBOL vmlinux 0x2801a22f proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0x28148011 padata_free_shell +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x282c7e12 __tracepoint_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x2830fabf of_find_all_nodes +EXPORT_SYMBOL vmlinux 0x28500e13 proc_douintvec +EXPORT_SYMBOL vmlinux 0x28522651 xp_free +EXPORT_SYMBOL vmlinux 0x28538a15 tcf_exts_change +EXPORT_SYMBOL vmlinux 0x2856bb8a blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0x286365ee ptp_find_pin_unlocked +EXPORT_SYMBOL vmlinux 0x2864ed76 scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x286635c3 inet6_getname +EXPORT_SYMBOL vmlinux 0x286b7436 __d_drop +EXPORT_SYMBOL vmlinux 0x2873367f tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0x2875a315 utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0x287b68eb __dev_queue_xmit +EXPORT_SYMBOL vmlinux 0x28825c92 __tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0x28864fef __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0x28b379b9 unregister_key_type +EXPORT_SYMBOL vmlinux 0x28b7b9ee import_iovec +EXPORT_SYMBOL vmlinux 0x28bbb1de of_node_name_prefix +EXPORT_SYMBOL vmlinux 0x28be9c8f param_get_ullong +EXPORT_SYMBOL vmlinux 0x28df4fad key_reject_and_link +EXPORT_SYMBOL vmlinux 0x28f264d7 __tracepoint_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x28f94604 __ubsan_handle_builtin_unreachable +EXPORT_SYMBOL vmlinux 0x28fe1be1 invalidate_bdev +EXPORT_SYMBOL vmlinux 0x29043e5f skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0x2910d8fd security_sock_graft +EXPORT_SYMBOL vmlinux 0x29417587 kernel_param_unlock +EXPORT_SYMBOL vmlinux 0x294ff08d flow_rule_match_mpls +EXPORT_SYMBOL vmlinux 0x29604158 napi_busy_loop +EXPORT_SYMBOL vmlinux 0x296b8bbf __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x296db119 __sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x298b8cba dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0x29945801 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x29ae79e1 udp_seq_ops +EXPORT_SYMBOL vmlinux 0x29d7ca44 napi_disable +EXPORT_SYMBOL vmlinux 0x29df6046 jbd2_journal_finish_inode_data_buffers +EXPORT_SYMBOL vmlinux 0x29e1e204 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0x29e379f5 seg6_hmac_info_del +EXPORT_SYMBOL vmlinux 0x2a04e1ab has_capability_noaudit +EXPORT_SYMBOL vmlinux 0x2a09a1aa can_nice +EXPORT_SYMBOL vmlinux 0x2a197db7 kmem_cache_free_bulk +EXPORT_SYMBOL vmlinux 0x2a1e2195 touchscreen_report_pos +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a38ef11 tegra_ivc_read_advance +EXPORT_SYMBOL vmlinux 0x2a454a2f dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x2a684f10 neigh_seq_stop +EXPORT_SYMBOL vmlinux 0x2a6a5aac sockopt_capable +EXPORT_SYMBOL vmlinux 0x2a6aebf9 dcb_setapp +EXPORT_SYMBOL vmlinux 0x2a772b5d rtnl_offload_xstats_notify +EXPORT_SYMBOL vmlinux 0x2a7d98ef iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0x2a7fa4af mdiobus_setup_mdiodev_from_board_info +EXPORT_SYMBOL vmlinux 0x2a8c4df8 phy_attach_direct +EXPORT_SYMBOL vmlinux 0x2a928918 slhc_free +EXPORT_SYMBOL vmlinux 0x2a9393fc pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0x2a9a3905 vme_master_get +EXPORT_SYMBOL vmlinux 0x2a9d420e pci_disable_msix +EXPORT_SYMBOL vmlinux 0x2aa0843e mempool_resize +EXPORT_SYMBOL vmlinux 0x2aa2f0d2 mmc_put_card +EXPORT_SYMBOL vmlinux 0x2aabaf9d xudma_tchan_get +EXPORT_SYMBOL vmlinux 0x2aabcdc8 vmalloc_array +EXPORT_SYMBOL vmlinux 0x2ab2ee91 brcmstb_get_product_id +EXPORT_SYMBOL vmlinux 0x2aec3299 fman_get_bmi_max_fifo_size +EXPORT_SYMBOL vmlinux 0x2af33216 vfs_fileattr_set +EXPORT_SYMBOL vmlinux 0x2afac462 md_write_end +EXPORT_SYMBOL vmlinux 0x2b1abce3 fman_has_errata_a050385 +EXPORT_SYMBOL vmlinux 0x2b3ababd tcp_check_req +EXPORT_SYMBOL vmlinux 0x2b3c4d2b complete_request_key +EXPORT_SYMBOL vmlinux 0x2b593aa8 gen_pool_alloc_algo_owner +EXPORT_SYMBOL vmlinux 0x2b5e6836 pci_enable_wake +EXPORT_SYMBOL vmlinux 0x2b69e0e0 netif_receive_skb +EXPORT_SYMBOL vmlinux 0x2b6a30d2 __scm_destroy +EXPORT_SYMBOL vmlinux 0x2b99395e pci_pme_active +EXPORT_SYMBOL vmlinux 0x2b9cd36f dev_get_by_index +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2bae204e mt_find +EXPORT_SYMBOL vmlinux 0x2baed369 poll_freewait +EXPORT_SYMBOL vmlinux 0x2bb6099e dq_data_lock +EXPORT_SYMBOL vmlinux 0x2bbbd226 netpoll_print_options +EXPORT_SYMBOL vmlinux 0x2bd29858 scsi_rescan_device +EXPORT_SYMBOL vmlinux 0x2bd60ab9 acpi_reset +EXPORT_SYMBOL vmlinux 0x2bebef7b mdio_device_create +EXPORT_SYMBOL vmlinux 0x2bfbab10 __memmove +EXPORT_SYMBOL vmlinux 0x2c0783fd setattr_should_drop_suidgid +EXPORT_SYMBOL vmlinux 0x2c121bbd xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0x2c2419a0 amba_device_register +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c26220d jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x2c329e54 tegra_powergate_sequence_power_up +EXPORT_SYMBOL vmlinux 0x2c354884 pnp_device_detach +EXPORT_SYMBOL vmlinux 0x2c4794fb rproc_elf_sanity_check +EXPORT_SYMBOL vmlinux 0x2c541e7b radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x2c6699ae tcp_mmap +EXPORT_SYMBOL vmlinux 0x2c7b7c10 secpath_set +EXPORT_SYMBOL vmlinux 0x2c7bf5df dma_resv_fini +EXPORT_SYMBOL vmlinux 0x2c7e713d phy_advertise_supported +EXPORT_SYMBOL vmlinux 0x2c82c36a security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x2c84a33c __i2c_transfer +EXPORT_SYMBOL vmlinux 0x2c884722 dma_map_resource +EXPORT_SYMBOL vmlinux 0x2c91e17c vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x2c977ba2 udp_poll +EXPORT_SYMBOL vmlinux 0x2caa7456 km_state_expired +EXPORT_SYMBOL vmlinux 0x2cb21ccc dev_get_port_parent_id +EXPORT_SYMBOL vmlinux 0x2cb9608a jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0x2ccb9746 proto_unregister +EXPORT_SYMBOL vmlinux 0x2ccbb120 reuseport_attach_prog +EXPORT_SYMBOL vmlinux 0x2ccd059a dim_on_top +EXPORT_SYMBOL vmlinux 0x2cdfd1f9 blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0x2ce26ccd blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x2cf0c910 sg_init_table +EXPORT_SYMBOL vmlinux 0x2cf56265 __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0x2d0700d0 mr_mfc_find_parent +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d387104 rcu_lazy_set_jiffies_till_flush +EXPORT_SYMBOL vmlinux 0x2d39b0a7 kstrdup +EXPORT_SYMBOL vmlinux 0x2d40d8ce genphy_suspend +EXPORT_SYMBOL vmlinux 0x2d4c773a hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0x2d4daef5 find_font +EXPORT_SYMBOL vmlinux 0x2d6bc5d9 ip_options_compile +EXPORT_SYMBOL vmlinux 0x2d912bca dmi_get_bios_year +EXPORT_SYMBOL vmlinux 0x2d994605 security_inode_copy_up_xattr +EXPORT_SYMBOL vmlinux 0x2dbf89f1 reuseport_detach_prog +EXPORT_SYMBOL vmlinux 0x2dc3f887 pnpacpi_protocol +EXPORT_SYMBOL vmlinux 0x2dc42a2e tcp_init_sock +EXPORT_SYMBOL vmlinux 0x2dce2f1c __irq_regs +EXPORT_SYMBOL vmlinux 0x2dce881d of_phy_get_and_connect +EXPORT_SYMBOL vmlinux 0x2dd1e456 request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0x2de125c0 page_frag_alloc_align +EXPORT_SYMBOL vmlinux 0x2de1e89a pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x2de3e3b7 cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x2de4c434 inet_frag_kill +EXPORT_SYMBOL vmlinux 0x2de79902 rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0x2e08cd63 mipi_dsi_host_register +EXPORT_SYMBOL vmlinux 0x2e09ac5a scsi_done_direct +EXPORT_SYMBOL vmlinux 0x2e0a637d acpi_walk_resources +EXPORT_SYMBOL vmlinux 0x2e11a8d7 vc_cons +EXPORT_SYMBOL vmlinux 0x2e1a0c4e update_region +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e244500 tcp_child_process +EXPORT_SYMBOL vmlinux 0x2e2b40d2 strncat +EXPORT_SYMBOL vmlinux 0x2e2c4ddc logic_inw +EXPORT_SYMBOL vmlinux 0x2e373c39 devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0x2e3bcce2 wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x2e439142 drm_get_panel_orientation_quirk +EXPORT_SYMBOL vmlinux 0x2e48ce3d key_payload_reserve +EXPORT_SYMBOL vmlinux 0x2e546cbc ps2_end_command +EXPORT_SYMBOL vmlinux 0x2e549186 pcie_get_readrq +EXPORT_SYMBOL vmlinux 0x2e5b27da xudma_alloc_gp_rflow_range +EXPORT_SYMBOL vmlinux 0x2e5b8f4d jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x2e73fd54 pci_get_subsys +EXPORT_SYMBOL vmlinux 0x2e7c3b07 find_inode_by_ino_rcu +EXPORT_SYMBOL vmlinux 0x2e7cf881 param_get_string +EXPORT_SYMBOL vmlinux 0x2e8f313f fifo_set_limit +EXPORT_SYMBOL vmlinux 0x2e919dfa dm_table_event +EXPORT_SYMBOL vmlinux 0x2ec6bba0 errseq_set +EXPORT_SYMBOL vmlinux 0x2ee50c60 sock_no_accept +EXPORT_SYMBOL vmlinux 0x2ee8cf60 of_graph_get_endpoint_count +EXPORT_SYMBOL vmlinux 0x2ee9c746 rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x2ef0dfba mipi_dsi_dcs_set_page_address +EXPORT_SYMBOL vmlinux 0x2efe3a19 __acpi_mdiobus_register +EXPORT_SYMBOL vmlinux 0x2f03256b d_invalidate +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f0e286e tcp_mss_to_mtu +EXPORT_SYMBOL vmlinux 0x2f1254d1 ucc_tdm_init +EXPORT_SYMBOL vmlinux 0x2f132d29 pci_save_state +EXPORT_SYMBOL vmlinux 0x2f170e3e dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0x2f2e91b2 security_ib_alloc_security +EXPORT_SYMBOL vmlinux 0x2f333aab imx_scu_get_handle +EXPORT_SYMBOL vmlinux 0x2f384db3 acpi_is_video_device +EXPORT_SYMBOL vmlinux 0x2f4a742a follow_down_one +EXPORT_SYMBOL vmlinux 0x2f4d5600 wireless_send_event +EXPORT_SYMBOL vmlinux 0x2f7754a8 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2fc376d3 configfs_unregister_group +EXPORT_SYMBOL vmlinux 0x2fce5a84 dquot_quota_on +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x2ff7b0a1 lock_rename_child +EXPORT_SYMBOL vmlinux 0x2ffd68b2 pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x3016850c napi_gro_flush +EXPORT_SYMBOL vmlinux 0x302c0937 fs_param_is_bool +EXPORT_SYMBOL vmlinux 0x302f7113 finish_swait +EXPORT_SYMBOL vmlinux 0x30348579 freeze_bdev +EXPORT_SYMBOL vmlinux 0x303b898a scsi_host_busy +EXPORT_SYMBOL vmlinux 0x30528f2c kernel_param_lock +EXPORT_SYMBOL vmlinux 0x305f64d1 locks_copy_conflock +EXPORT_SYMBOL vmlinux 0x30774908 sunxi_sram_claim +EXPORT_SYMBOL vmlinux 0x308386fc key_link +EXPORT_SYMBOL vmlinux 0x308ed829 slab_build_skb +EXPORT_SYMBOL vmlinux 0x3096be16 names_cachep +EXPORT_SYMBOL vmlinux 0x30980e97 __bh_read_batch +EXPORT_SYMBOL vmlinux 0x309def66 rproc_put +EXPORT_SYMBOL vmlinux 0x30a29714 _dev_warn +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30a9d918 sg_miter_stop +EXPORT_SYMBOL vmlinux 0x30abd482 __folio_cancel_dirty +EXPORT_SYMBOL vmlinux 0x30acfde9 hsiphash_2u32 +EXPORT_SYMBOL vmlinux 0x30d412b3 blk_sync_queue +EXPORT_SYMBOL vmlinux 0x30d6a5fe no_seek_end_llseek_size +EXPORT_SYMBOL vmlinux 0x30d94c89 noop_fsync +EXPORT_SYMBOL vmlinux 0x31068bf4 jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0x311952af jbd2_journal_inode_ranged_wait +EXPORT_SYMBOL vmlinux 0x3119b873 cfb_copyarea +EXPORT_SYMBOL vmlinux 0x311d8596 inet_recvmsg +EXPORT_SYMBOL vmlinux 0x31221bb2 tcf_idr_create_from_flags +EXPORT_SYMBOL vmlinux 0x3122c3c1 dmam_alloc_attrs +EXPORT_SYMBOL vmlinux 0x3126a9e8 siphash_1u64 +EXPORT_SYMBOL vmlinux 0x312ed932 verify_spi_info +EXPORT_SYMBOL vmlinux 0x313bb7ac __filemap_set_wb_err +EXPORT_SYMBOL vmlinux 0x313ee2c8 unregister_mii_timestamper +EXPORT_SYMBOL vmlinux 0x31490996 single_open +EXPORT_SYMBOL vmlinux 0x31640b89 vmf_insert_mixed +EXPORT_SYMBOL vmlinux 0x3171e80d finish_no_open +EXPORT_SYMBOL vmlinux 0x3193ab20 param_set_ushort +EXPORT_SYMBOL vmlinux 0x319d6da1 mii_ethtool_gset +EXPORT_SYMBOL vmlinux 0x31a4767f qcom_scm_hdcp_available +EXPORT_SYMBOL vmlinux 0x31a57c02 d_exact_alias +EXPORT_SYMBOL vmlinux 0x3206dfdc ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0x3213f038 mutex_unlock +EXPORT_SYMBOL vmlinux 0x321aa5a5 fs_param_is_enum +EXPORT_SYMBOL vmlinux 0x3221df67 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x32394d4b qe_issue_cmd +EXPORT_SYMBOL vmlinux 0x32649d06 __of_mdiobus_register +EXPORT_SYMBOL vmlinux 0x32658f36 xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0x326afc66 get_cached_acl +EXPORT_SYMBOL vmlinux 0x32787823 __skb_ext_put +EXPORT_SYMBOL vmlinux 0x327c84bf vme_lm_attach +EXPORT_SYMBOL vmlinux 0x3283e6b0 prandom_seed_full_state +EXPORT_SYMBOL vmlinux 0x32856771 netdev_pick_tx +EXPORT_SYMBOL vmlinux 0x32b46465 readahead_expand +EXPORT_SYMBOL vmlinux 0x32ba2873 tty_devnum +EXPORT_SYMBOL vmlinux 0x32ce3777 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x32e3a1a8 __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0x32e6f1a0 acpi_video_backlight_string +EXPORT_SYMBOL vmlinux 0x32e8cfea mtree_load +EXPORT_SYMBOL vmlinux 0x32f09046 __netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x33037fd8 logic_outl +EXPORT_SYMBOL vmlinux 0x331718c4 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0x33221cab sync_filesystem +EXPORT_SYMBOL vmlinux 0x33302139 tcp_shutdown +EXPORT_SYMBOL vmlinux 0x333bfca1 hdmi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x33491b87 vme_master_mmap +EXPORT_SYMBOL vmlinux 0x334d5771 pcie_get_width_cap +EXPORT_SYMBOL vmlinux 0x3369ea44 mtree_insert_range +EXPORT_SYMBOL vmlinux 0x336d2ec4 configfs_remove_default_groups +EXPORT_SYMBOL vmlinux 0x33736a1d __genradix_ptr_alloc +EXPORT_SYMBOL vmlinux 0x3376ceed serio_bus +EXPORT_SYMBOL vmlinux 0x339340b9 devm_pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x339498cc component_match_add_release +EXPORT_SYMBOL vmlinux 0x33ae1523 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x33c03d04 folio_add_lru +EXPORT_SYMBOL vmlinux 0x33c28a2b neigh_app_ns +EXPORT_SYMBOL vmlinux 0x33d2192e folio_migrate_copy +EXPORT_SYMBOL vmlinux 0x33deb1c5 scsi_scan_target +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33fcf44a __kfifo_out_r +EXPORT_SYMBOL vmlinux 0x3402dc8b __write_overflow_field +EXPORT_SYMBOL vmlinux 0x341a91e4 pcim_set_mwi +EXPORT_SYMBOL vmlinux 0x343a6939 kthread_create_worker +EXPORT_SYMBOL vmlinux 0x3475cfa0 netif_rx +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34a1f7e3 acpi_processor_get_psd +EXPORT_SYMBOL vmlinux 0x34c0ce82 pci_find_resource +EXPORT_SYMBOL vmlinux 0x34c15438 crypto_sha512_update +EXPORT_SYMBOL vmlinux 0x34c7cdbc lookup_bdev +EXPORT_SYMBOL vmlinux 0x34c96b2b touchscreen_parse_properties +EXPORT_SYMBOL vmlinux 0x34d3c2d8 sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x34db050b _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x34f80fdc devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x34fd041e blk_mq_rq_cpu +EXPORT_SYMBOL vmlinux 0x34ffecee dquot_get_next_dqblk +EXPORT_SYMBOL vmlinux 0x3500c1e5 netdev_printk +EXPORT_SYMBOL vmlinux 0x3501fb45 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x350cefd7 devm_extcon_unregister_notifier_all +EXPORT_SYMBOL vmlinux 0x350f1ef6 of_find_mipi_dsi_device_by_node +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x352cb09b param_get_long +EXPORT_SYMBOL vmlinux 0x353851df pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy +EXPORT_SYMBOL vmlinux 0x3552c2be km_new_mapping +EXPORT_SYMBOL vmlinux 0x355fd1b5 inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x356461c8 rtc_time64_to_tm +EXPORT_SYMBOL vmlinux 0x356548bc pci_unregister_driver +EXPORT_SYMBOL vmlinux 0x3565e120 of_match_device +EXPORT_SYMBOL vmlinux 0x357a0944 xsk_tx_completed +EXPORT_SYMBOL vmlinux 0x3591250e inet_add_protocol +EXPORT_SYMBOL vmlinux 0x35987028 cdev_del +EXPORT_SYMBOL vmlinux 0x359a50da pci_disable_msi +EXPORT_SYMBOL vmlinux 0x35a88f28 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x35aba2f2 tso_start +EXPORT_SYMBOL vmlinux 0x35b0d1e6 nf_log_set +EXPORT_SYMBOL vmlinux 0x35e43a00 generic_file_mmap +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x36137062 mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x362169da flow_rule_match_vlan +EXPORT_SYMBOL vmlinux 0x36249777 input_close_device +EXPORT_SYMBOL vmlinux 0x362d274f rproc_add +EXPORT_SYMBOL vmlinux 0x362edcb4 blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0x3644d810 genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x364850b1 down_write_killable +EXPORT_SYMBOL vmlinux 0x364c23ad mutex_is_locked +EXPORT_SYMBOL vmlinux 0x365acda7 set_normalized_timespec64 +EXPORT_SYMBOL vmlinux 0x365e7911 kstrdup_const +EXPORT_SYMBOL vmlinux 0x366707c9 jent_testing_init +EXPORT_SYMBOL vmlinux 0x366e32fa security_inode_copy_up +EXPORT_SYMBOL vmlinux 0x3673d5ab build_skb_around +EXPORT_SYMBOL vmlinux 0x3678ca37 system_cpucaps +EXPORT_SYMBOL vmlinux 0x367acba9 mdio_driver_register +EXPORT_SYMBOL vmlinux 0x368016fe set_capacity +EXPORT_SYMBOL vmlinux 0x368640cc __dquot_transfer +EXPORT_SYMBOL vmlinux 0x368b5ba9 devm_ioremap +EXPORT_SYMBOL vmlinux 0x368f9f34 put_cmsg +EXPORT_SYMBOL vmlinux 0x36b6ebbf down_killable +EXPORT_SYMBOL vmlinux 0x36bffaa2 put_cmsg_scm_timestamping64 +EXPORT_SYMBOL vmlinux 0x36d38dce of_graph_get_remote_endpoint +EXPORT_SYMBOL vmlinux 0x36fb2f8c dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0x37110088 remove_wait_queue +EXPORT_SYMBOL vmlinux 0x3719567d md_write_inc +EXPORT_SYMBOL vmlinux 0x371a5f57 ppp_channel_index +EXPORT_SYMBOL vmlinux 0x371e1953 __printk_cpu_sync_wait +EXPORT_SYMBOL vmlinux 0x372430d4 __hw_addr_ref_sync_dev +EXPORT_SYMBOL vmlinux 0x3736dcf4 follow_up +EXPORT_SYMBOL vmlinux 0x37442edb dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL vmlinux 0x37570cc7 nf_getsockopt +EXPORT_SYMBOL vmlinux 0x37596d8a udp_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x375ad5fd user_path_create +EXPORT_SYMBOL vmlinux 0x376f5e60 fwnode_irq_get_byname +EXPORT_SYMBOL vmlinux 0x377d8004 acpi_error +EXPORT_SYMBOL vmlinux 0x379a8d9f tty_do_resize +EXPORT_SYMBOL vmlinux 0x37b8b39e screen_info +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37cd40f4 get_unmapped_area +EXPORT_SYMBOL vmlinux 0x37ce8e9e register_qdisc +EXPORT_SYMBOL vmlinux 0x37d4c2e4 pnp_is_active +EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date +EXPORT_SYMBOL vmlinux 0x37dd071f genlmsg_put +EXPORT_SYMBOL vmlinux 0x37e244dc __nd_driver_register +EXPORT_SYMBOL vmlinux 0x3802c531 mmc_gpiod_request_ro +EXPORT_SYMBOL vmlinux 0x381a2811 xp_raw_get_data +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x381e66c2 try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x3854774b kstrtoll +EXPORT_SYMBOL vmlinux 0x385c7481 __tracepoint_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x38662353 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x3870cb43 tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0x387c0717 cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0x3880a7cf xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x3891ffc8 ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0x389617b0 LZ4_decompress_fast_continue +EXPORT_SYMBOL vmlinux 0x3896cfd2 ip6_output +EXPORT_SYMBOL vmlinux 0x389acf0c gpmc_configure +EXPORT_SYMBOL vmlinux 0x38a62739 seq_escape_mem +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38ad69c8 mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x38b3660d con_is_visible +EXPORT_SYMBOL vmlinux 0x38cb78ff jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x38cca594 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x38e288ce register_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0x38e46431 mempool_exit +EXPORT_SYMBOL vmlinux 0x38e9749d edac_mc_find +EXPORT_SYMBOL vmlinux 0x39082dae mdio_device_reset +EXPORT_SYMBOL vmlinux 0x39179133 __zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0x3918b700 genphy_config_eee_advert +EXPORT_SYMBOL vmlinux 0x391df80a netstamp_needed_key +EXPORT_SYMBOL vmlinux 0x3928efe9 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x392b1fea wait_for_completion_io +EXPORT_SYMBOL vmlinux 0x392e0d86 xfrm_register_km +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x3943e78a pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x394a1e11 phy_sfp_attach +EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x395953d8 dcb_getrewr +EXPORT_SYMBOL vmlinux 0x3965c855 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0x396e1d07 unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x3989a448 netdev_port_same_parent_id +EXPORT_SYMBOL vmlinux 0x39926ee8 kmem_cache_alloc_lru +EXPORT_SYMBOL vmlinux 0x39991865 icmp_global_allow +EXPORT_SYMBOL vmlinux 0x399ad043 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0x39a8c58d pci_set_mwi +EXPORT_SYMBOL vmlinux 0x39b12223 __acpi_handle_debug +EXPORT_SYMBOL vmlinux 0x39be4b8e qman_volatile_dequeue +EXPORT_SYMBOL vmlinux 0x39c74235 dm_read_arg_group +EXPORT_SYMBOL vmlinux 0x39cbc1a0 tls_handshake_cancel +EXPORT_SYMBOL vmlinux 0x39d95ca4 zstd_reset_cstream +EXPORT_SYMBOL vmlinux 0x39dec934 sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x39f7f6dd keyring_search +EXPORT_SYMBOL vmlinux 0x39fc892e crypto_sha3_init +EXPORT_SYMBOL vmlinux 0x3a0197ee input_unregister_handle +EXPORT_SYMBOL vmlinux 0x3a3de9c5 request_firmware_nowait +EXPORT_SYMBOL vmlinux 0x3a44fd76 security_sctp_bind_connect +EXPORT_SYMBOL vmlinux 0x3a494506 __check_sticky +EXPORT_SYMBOL vmlinux 0x3a4f9d28 rng_is_initialized +EXPORT_SYMBOL vmlinux 0x3a51d4f2 skb_csum_hwoffload_help +EXPORT_SYMBOL vmlinux 0x3a526c6c input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0x3a6f8b53 rproc_alloc +EXPORT_SYMBOL vmlinux 0x3a7b98d9 iget_locked +EXPORT_SYMBOL vmlinux 0x3a8deb34 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0x3a9c9923 jbd2_journal_inode_ranged_write +EXPORT_SYMBOL vmlinux 0x3ab28948 console_srcu_read_lock +EXPORT_SYMBOL vmlinux 0x3ab7b1cc scsi_set_sense_field_pointer +EXPORT_SYMBOL vmlinux 0x3abd2f7f security_d_instantiate +EXPORT_SYMBOL vmlinux 0x3abe6a0d unpin_user_pages_dirty_lock +EXPORT_SYMBOL vmlinux 0x3aca0190 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x3acb0454 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0x3acc65c8 skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x3ad1acce mipi_dsi_set_maximum_return_packet_size +EXPORT_SYMBOL vmlinux 0x3ad5cda3 lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x3ad7a5d5 acpi_evaluate_reference +EXPORT_SYMBOL vmlinux 0x3ada9e06 acpi_check_region +EXPORT_SYMBOL vmlinux 0x3ae34aeb zstd_init_dctx +EXPORT_SYMBOL vmlinux 0x3af5b60a __skb_gso_segment +EXPORT_SYMBOL vmlinux 0x3aff3200 acpi_evaluate_object_typed +EXPORT_SYMBOL vmlinux 0x3b0f23d2 xudma_is_pktdma +EXPORT_SYMBOL vmlinux 0x3b321462 LZ4_setStreamDecode +EXPORT_SYMBOL vmlinux 0x3b644591 __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x3b6c41ea kstrtouint +EXPORT_SYMBOL vmlinux 0x3b707ad5 imx_sc_rm_get_resource_owner +EXPORT_SYMBOL vmlinux 0x3b9144c9 acpi_get_current_resources +EXPORT_SYMBOL vmlinux 0x3bca0387 __nlmsg_put +EXPORT_SYMBOL vmlinux 0x3bcab535 sock_set_sndtimeo +EXPORT_SYMBOL vmlinux 0x3bcb5eda phy_remove_link_mode +EXPORT_SYMBOL vmlinux 0x3bdc9d00 cdrom_check_events +EXPORT_SYMBOL vmlinux 0x3be7c298 sock_alloc_file +EXPORT_SYMBOL vmlinux 0x3be9c882 folio_mapping +EXPORT_SYMBOL vmlinux 0x3c09b17a key_unlink +EXPORT_SYMBOL vmlinux 0x3c09bebf phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0x3c0e1620 qcom_scm_pas_metadata_release +EXPORT_SYMBOL vmlinux 0x3c185c61 page_put_link +EXPORT_SYMBOL vmlinux 0x3c1ed0e1 generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0x3c3215c4 qe_immr +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c3ff9fd sprintf +EXPORT_SYMBOL vmlinux 0x3c4aca55 md_set_array_sectors +EXPORT_SYMBOL vmlinux 0x3c558d40 mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0x3c7862c8 tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x3c9ae6a9 phy_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x3cb23db3 console_srcu_read_unlock +EXPORT_SYMBOL vmlinux 0x3cbb940b zstd_init_dstream +EXPORT_SYMBOL vmlinux 0x3ccd6b1f gro_cells_receive +EXPORT_SYMBOL vmlinux 0x3cd9ed83 logic_insw +EXPORT_SYMBOL vmlinux 0x3ce1f412 filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0x3ce4bc52 blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3ce9ecf2 blk_mq_start_request +EXPORT_SYMBOL vmlinux 0x3d1f66fc dev_set_allmulti +EXPORT_SYMBOL vmlinux 0x3d210724 gen_pool_dma_zalloc_align +EXPORT_SYMBOL vmlinux 0x3d25cef6 eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0x3d2d4790 phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0x3d333732 filemap_invalidate_unlock_two +EXPORT_SYMBOL vmlinux 0x3d4d90ab posix_test_lock +EXPORT_SYMBOL vmlinux 0x3d69ee41 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0x3d76470f init_special_inode +EXPORT_SYMBOL vmlinux 0x3d7bac46 posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x3d8472bc of_phy_is_fixed_link +EXPORT_SYMBOL vmlinux 0x3d93c7c2 __arm_smccc_sve_check +EXPORT_SYMBOL vmlinux 0x3d9e8d99 __devm_mdiobus_register +EXPORT_SYMBOL vmlinux 0x3d9ee9f0 clear_page +EXPORT_SYMBOL vmlinux 0x3da092b8 dma_fence_get_stub +EXPORT_SYMBOL vmlinux 0x3da64ba8 __getblk_gfp +EXPORT_SYMBOL vmlinux 0x3da68b61 ip_output +EXPORT_SYMBOL vmlinux 0x3daae96c dma_fence_signal_timestamp +EXPORT_SYMBOL vmlinux 0x3dabf271 memcg_sockets_enabled_key +EXPORT_SYMBOL vmlinux 0x3dac779a bpf_sk_lookup_enabled +EXPORT_SYMBOL vmlinux 0x3dad9978 cancel_delayed_work +EXPORT_SYMBOL vmlinux 0x3dc4cd68 __nla_put_64bit +EXPORT_SYMBOL vmlinux 0x3dc619d3 swake_up_locked +EXPORT_SYMBOL vmlinux 0x3dc83ab9 is_free_buddy_page +EXPORT_SYMBOL vmlinux 0x3dcb092a genphy_c45_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dd3f054 xudma_rchan_get_id +EXPORT_SYMBOL vmlinux 0x3dfb2dc3 cros_ec_cmd_xfer_status +EXPORT_SYMBOL vmlinux 0x3dfb86b9 resource_list_create_entry +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3dfca861 set_user_nice +EXPORT_SYMBOL vmlinux 0x3dfdd458 xen_free_ballooned_pages +EXPORT_SYMBOL vmlinux 0x3e243971 mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0x3e337223 ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x3e346e60 __break_lease +EXPORT_SYMBOL vmlinux 0x3e37ff8f mmc_can_gpio_cd +EXPORT_SYMBOL vmlinux 0x3e3bad0a __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x3e3e42cc tls_client_hello_psk +EXPORT_SYMBOL vmlinux 0x3e40abfc pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x3e467baa of_platform_bus_probe +EXPORT_SYMBOL vmlinux 0x3e4824bd nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0x3e563535 dev_pre_changeaddr_notify +EXPORT_SYMBOL vmlinux 0x3e645a08 release_sock +EXPORT_SYMBOL vmlinux 0x3e6b41aa pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0x3e6e426a fuse_dequeue_forget +EXPORT_SYMBOL vmlinux 0x3e79fb00 arm_smccc_1_2_smc +EXPORT_SYMBOL vmlinux 0x3e8d3c27 sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0x3e90288d mmc_start_request +EXPORT_SYMBOL vmlinux 0x3eb23469 flow_indr_block_cb_alloc +EXPORT_SYMBOL vmlinux 0x3eccbe2c __find_nth_bit +EXPORT_SYMBOL vmlinux 0x3ecf2c71 nf_log_trace +EXPORT_SYMBOL vmlinux 0x3ed35b2b pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0x3efbb189 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x3efe1703 phy_unregister_fixup_for_id +EXPORT_SYMBOL vmlinux 0x3f01bc6e ip_fraglist_init +EXPORT_SYMBOL vmlinux 0x3f062081 generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x3f0eabd2 xxh64_update +EXPORT_SYMBOL vmlinux 0x3f12dfb3 vme_dma_list_add +EXPORT_SYMBOL vmlinux 0x3f34644d zstd_dstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f4bd846 gen_pool_first_fit_order_align +EXPORT_SYMBOL vmlinux 0x3f5a9192 file_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x3f62b134 tcp_parse_options +EXPORT_SYMBOL vmlinux 0x3f642b33 tcp_poll +EXPORT_SYMBOL vmlinux 0x3f89071b security_ib_pkey_access +EXPORT_SYMBOL vmlinux 0x3f8c969b simple_dir_operations +EXPORT_SYMBOL vmlinux 0x3fa4c94f console_start +EXPORT_SYMBOL vmlinux 0x3fad0032 ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0x3fb65350 mdiobus_c45_read +EXPORT_SYMBOL vmlinux 0x3fbf3c89 vme_slave_set +EXPORT_SYMBOL vmlinux 0x3fd78f3b register_chrdev_region +EXPORT_SYMBOL vmlinux 0x3fde39ff md_error +EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight +EXPORT_SYMBOL vmlinux 0x3fec5687 mii_check_link +EXPORT_SYMBOL vmlinux 0x40031443 filemap_get_folios_tag +EXPORT_SYMBOL vmlinux 0x4019409f phy_aneg_done +EXPORT_SYMBOL vmlinux 0x40235c98 _raw_write_unlock +EXPORT_SYMBOL vmlinux 0x40480f04 fman_set_mac_max_frame +EXPORT_SYMBOL vmlinux 0x40562b29 dma_set_coherent_mask +EXPORT_SYMBOL vmlinux 0x405f1215 __register_binfmt +EXPORT_SYMBOL vmlinux 0x407b571f xsk_tx_release +EXPORT_SYMBOL vmlinux 0x40863ba1 ioremap_prot +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x40a62432 __nla_validate +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40b50f27 mini_qdisc_pair_init +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d59096 unregister_restart_handler +EXPORT_SYMBOL vmlinux 0x40d854eb truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0x40dbd63e input_release_device +EXPORT_SYMBOL vmlinux 0x40df4ce3 mntget +EXPORT_SYMBOL vmlinux 0x40f76a86 __vcalloc +EXPORT_SYMBOL vmlinux 0x4112adaf scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0x4125b6da mmc_gpio_set_cd_irq +EXPORT_SYMBOL vmlinux 0x4128cb45 get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0x412ee178 dquot_destroy +EXPORT_SYMBOL vmlinux 0x412f893c page_offline_begin +EXPORT_SYMBOL vmlinux 0x413bca4f pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x414d5f9f inet_frags_fini +EXPORT_SYMBOL vmlinux 0x414da5e5 qman_enqueue +EXPORT_SYMBOL vmlinux 0x414eea36 ppp_register_compressor +EXPORT_SYMBOL vmlinux 0x416c8ec9 skb_flow_dissect_hash +EXPORT_SYMBOL vmlinux 0x417879c8 qdisc_tree_reduce_backlog +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x419a59cb sk_free +EXPORT_SYMBOL vmlinux 0x41a30bef mtree_store_range +EXPORT_SYMBOL vmlinux 0x41ac24ba of_range_to_resource +EXPORT_SYMBOL vmlinux 0x41b5fa96 fwnode_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0x41be7eea mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0x41ce8d66 passthru_features_check +EXPORT_SYMBOL vmlinux 0x41ed3709 get_random_bytes +EXPORT_SYMBOL vmlinux 0x41efdeaf radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0x41ff6323 netpoll_poll_dev +EXPORT_SYMBOL vmlinux 0x42044f47 folio_account_redirty +EXPORT_SYMBOL vmlinux 0x420d45c9 __cpuhp_remove_state_cpuslocked +EXPORT_SYMBOL vmlinux 0x4216a4d0 skb_find_text +EXPORT_SYMBOL vmlinux 0x42390eb2 close_fd_get_file +EXPORT_SYMBOL vmlinux 0x4245b6c2 put_fs_context +EXPORT_SYMBOL vmlinux 0x4248ae3c single_task_running +EXPORT_SYMBOL vmlinux 0x424d3620 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x4253e908 __blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x42578e80 acpi_get_type +EXPORT_SYMBOL vmlinux 0x42657c0a blk_mq_tagset_wait_completed_request +EXPORT_SYMBOL vmlinux 0x426d7f50 phy_ethtool_ksettings_get +EXPORT_SYMBOL vmlinux 0x4298029c __skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x4299047a get_tree_nodev +EXPORT_SYMBOL vmlinux 0x4299c5ef __d_lookup_unhash_wake +EXPORT_SYMBOL vmlinux 0x42bed8d4 unix_gc_lock +EXPORT_SYMBOL vmlinux 0x42d247ce inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x42f1b900 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x43092e59 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x43192a45 skb_flow_dissect_ct +EXPORT_SYMBOL vmlinux 0x431e9372 nf_setsockopt +EXPORT_SYMBOL vmlinux 0x4328e9d2 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0x432b7f5b tcp_sock_set_keepcnt +EXPORT_SYMBOL vmlinux 0x432f0c1f dget_parent +EXPORT_SYMBOL vmlinux 0x4333273c arp_xmit +EXPORT_SYMBOL vmlinux 0x4336fcca ucs2_as_utf8 +EXPORT_SYMBOL vmlinux 0x433cabfb acpi_decode_pld_buffer +EXPORT_SYMBOL vmlinux 0x434abd87 i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x43516f10 vlan_filter_drop_vids +EXPORT_SYMBOL vmlinux 0x43540d5e nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x435e7849 tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x436a8bc4 sk_wait_data +EXPORT_SYMBOL vmlinux 0x436bc37f dev_uc_unsync +EXPORT_SYMBOL vmlinux 0x4375968c key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0x437a0d6d __sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x437b3ae8 dma_async_device_register +EXPORT_SYMBOL vmlinux 0x4382cbdb skb_copy_bits +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x43a243bd phy_write_mmd +EXPORT_SYMBOL vmlinux 0x43b0c9c3 preempt_schedule +EXPORT_SYMBOL vmlinux 0x43b26425 mmc_can_discard +EXPORT_SYMBOL vmlinux 0x43babd19 sg_init_one +EXPORT_SYMBOL vmlinux 0x43c33715 xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x43ca69f1 nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x43d22fb9 groups_alloc +EXPORT_SYMBOL vmlinux 0x43e642ad inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x43f4795f iterate_supers_type +EXPORT_SYMBOL vmlinux 0x43f9ebc8 slhc_remember +EXPORT_SYMBOL vmlinux 0x4402c434 __traceiter_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x4403bbd0 imx_sc_misc_set_control +EXPORT_SYMBOL vmlinux 0x4407149f security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x441b4533 udp_gro_complete +EXPORT_SYMBOL vmlinux 0x441fc46c of_get_cpu_state_node +EXPORT_SYMBOL vmlinux 0x44231e97 neigh_for_each +EXPORT_SYMBOL vmlinux 0x44469a76 crc_ccitt_false_table +EXPORT_SYMBOL vmlinux 0x44515940 mmc_free_host +EXPORT_SYMBOL vmlinux 0x4462d35e cpufreq_get_hw_max_freq +EXPORT_SYMBOL vmlinux 0x448f1c0d kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x449ad0a7 memcmp +EXPORT_SYMBOL vmlinux 0x44c8ad31 __cgroup_bpf_run_filter_sock_addr +EXPORT_SYMBOL vmlinux 0x44d257a7 devm_ioport_map +EXPORT_SYMBOL vmlinux 0x44d45e79 ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x44d98015 nla_put_64bit +EXPORT_SYMBOL vmlinux 0x44e54b10 write_cache_pages +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44f0ce1b dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0x45006cee default_red +EXPORT_SYMBOL vmlinux 0x450639ab sg_last +EXPORT_SYMBOL vmlinux 0x45081703 ec_get_handle +EXPORT_SYMBOL vmlinux 0x450d9a35 cmd_db_read_slave_id +EXPORT_SYMBOL vmlinux 0x451b37bd xen_alloc_ballooned_pages +EXPORT_SYMBOL vmlinux 0x452413a1 qman_alloc_pool_range +EXPORT_SYMBOL vmlinux 0x4525c084 __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0x4525cbe4 inode_set_flags +EXPORT_SYMBOL vmlinux 0x452ba683 ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x452d3422 __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x454fe3d3 phy_read_mmd +EXPORT_SYMBOL vmlinux 0x45535485 xxh32_update +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x4596be88 devm_kvasprintf +EXPORT_SYMBOL vmlinux 0x45ad3a7b __napi_schedule +EXPORT_SYMBOL vmlinux 0x45b42462 rproc_shutdown +EXPORT_SYMBOL vmlinux 0x45d362cc mdio_find_bus +EXPORT_SYMBOL vmlinux 0x46077443 tcp_inbound_md5_hash +EXPORT_SYMBOL vmlinux 0x460f4a34 flow_hash_from_keys +EXPORT_SYMBOL vmlinux 0x4633dbbd skb_orphan_partial +EXPORT_SYMBOL vmlinux 0x463ce68d __register_chrdev +EXPORT_SYMBOL vmlinux 0x46451cee zstd_get_frame_header +EXPORT_SYMBOL vmlinux 0x464d46d2 ip_sock_set_tos +EXPORT_SYMBOL vmlinux 0x465e24ff ucs2_utf8size +EXPORT_SYMBOL vmlinux 0x466a6a45 i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x466d3f03 _dev_err +EXPORT_SYMBOL vmlinux 0x466d7372 vfs_rmdir +EXPORT_SYMBOL vmlinux 0x467b5853 ip_frag_next +EXPORT_SYMBOL vmlinux 0x467c3f93 pci_ep_cfs_add_epc_group +EXPORT_SYMBOL vmlinux 0x467df16d netdev_rss_key_fill +EXPORT_SYMBOL vmlinux 0x4698fe8a bman_release +EXPORT_SYMBOL vmlinux 0x469a6ec7 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0x469feff1 tcp_add_backlog +EXPORT_SYMBOL vmlinux 0x46a6b6dc amba_request_regions +EXPORT_SYMBOL vmlinux 0x46b3ec46 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x46b4be07 current_time +EXPORT_SYMBOL vmlinux 0x46bd5d6e video_get_options +EXPORT_SYMBOL vmlinux 0x46c1134c disk_check_media_change +EXPORT_SYMBOL vmlinux 0x46c47fb6 __node_distance +EXPORT_SYMBOL vmlinux 0x46f65647 kmalloc_node_trace +EXPORT_SYMBOL vmlinux 0x46fd28dc blk_mq_tagset_busy_iter +EXPORT_SYMBOL vmlinux 0x46ff7d12 qcom_scm_iommu_secure_ptbl_size +EXPORT_SYMBOL vmlinux 0x470612dc fman_port_get_qman_channel_id +EXPORT_SYMBOL vmlinux 0x47065c73 cpm_muram_offset +EXPORT_SYMBOL vmlinux 0x47066374 component_match_add_typed +EXPORT_SYMBOL vmlinux 0x4715a909 acpi_load_table +EXPORT_SYMBOL vmlinux 0x47193e53 refresh_frequency_limits +EXPORT_SYMBOL vmlinux 0x475d7427 fman_get_rx_extra_headroom +EXPORT_SYMBOL vmlinux 0x4762a236 mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0x476b1aa2 __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x47709e42 free_anon_bdev +EXPORT_SYMBOL vmlinux 0x47825fa8 scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x47884f6e phy_validate_pause +EXPORT_SYMBOL vmlinux 0x479137ca imx_scu_irq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x47b7a0cb uart_register_driver +EXPORT_SYMBOL vmlinux 0x47bcd0a3 vlan_vid_del +EXPORT_SYMBOL vmlinux 0x47bcd694 __traceiter_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0x47c20f8a refcount_dec_not_one +EXPORT_SYMBOL vmlinux 0x47c65bfc unregister_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0x47cfd825 kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0x47d8d301 __cond_resched_rwlock_read +EXPORT_SYMBOL vmlinux 0x47dc7381 fs_context_for_mount +EXPORT_SYMBOL vmlinux 0x48112d76 _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0x481814c4 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0x48193639 acpi_lid_open +EXPORT_SYMBOL vmlinux 0x481d1168 scsi_execute_cmd +EXPORT_SYMBOL vmlinux 0x4828dfeb backlight_device_register +EXPORT_SYMBOL vmlinux 0x4829a47e memcpy +EXPORT_SYMBOL vmlinux 0x4829cf6b fscrypt_enqueue_decrypt_work +EXPORT_SYMBOL vmlinux 0x4837bb10 logic_outsb +EXPORT_SYMBOL vmlinux 0x483dc961 sock_wake_async +EXPORT_SYMBOL vmlinux 0x4841bdee strnchr +EXPORT_SYMBOL vmlinux 0x4845ab4e devm_arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0x4848cfb1 phy_mipi_dphy_get_default_config +EXPORT_SYMBOL vmlinux 0x48493119 path_has_submounts +EXPORT_SYMBOL vmlinux 0x484f6edf ktime_get_coarse_real_ts64 +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x486075c8 gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x489eda10 memset32 +EXPORT_SYMBOL vmlinux 0x489f6e0b rdma_dim +EXPORT_SYMBOL vmlinux 0x48a8a7b6 mmc_cqe_start_req +EXPORT_SYMBOL vmlinux 0x48a91171 string_get_size +EXPORT_SYMBOL vmlinux 0x48ae143d phy_attached_info_irq +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48be66fa of_translate_dma_address +EXPORT_SYMBOL vmlinux 0x48c093fb _atomic_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0x48c4225d param_ops_hexint +EXPORT_SYMBOL vmlinux 0x48d27375 __bitmap_intersects +EXPORT_SYMBOL vmlinux 0x48d3fa27 kmalloc_large_node +EXPORT_SYMBOL vmlinux 0x48dd340b cpumask_any_distribute +EXPORT_SYMBOL vmlinux 0x48ea891e dev_get_flags +EXPORT_SYMBOL vmlinux 0x48f7af2d mdio_device_free +EXPORT_SYMBOL vmlinux 0x48ffbb87 mtree_alloc_range +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x490835ac mpage_writepages +EXPORT_SYMBOL vmlinux 0x4909a790 dma_fence_get_status +EXPORT_SYMBOL vmlinux 0x4910af2e of_find_node_by_type +EXPORT_SYMBOL vmlinux 0x492328f7 _dev_crit +EXPORT_SYMBOL vmlinux 0x49259a9e qdisc_put_unlocked +EXPORT_SYMBOL vmlinux 0x492899ca of_find_matching_node_and_match +EXPORT_SYMBOL vmlinux 0x492915a6 genl_notify +EXPORT_SYMBOL vmlinux 0x492fe27b bd_abort_claiming +EXPORT_SYMBOL vmlinux 0x4940cf9e dm_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x49458716 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x495231ea mul_u64_u64_div_u64 +EXPORT_SYMBOL vmlinux 0x495fb908 dup_iter +EXPORT_SYMBOL vmlinux 0x496007bf tcp_sock_set_quickack +EXPORT_SYMBOL vmlinux 0x4967e79f radix_tree_iter_resume +EXPORT_SYMBOL vmlinux 0x496a90ef tcp_v4_connect +EXPORT_SYMBOL vmlinux 0x4977c498 stack_depot_get_extra_bits +EXPORT_SYMBOL vmlinux 0x49971f88 dquot_get_next_id +EXPORT_SYMBOL vmlinux 0x499e3cfe capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0x499f0ecf nd_sb_checksum +EXPORT_SYMBOL vmlinux 0x49a886f0 bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0x49af708f _dev_alert +EXPORT_SYMBOL vmlinux 0x49b163b8 acpi_bus_scan +EXPORT_SYMBOL vmlinux 0x49d8e3e2 lookup_one +EXPORT_SYMBOL vmlinux 0x49dbcc64 kill_pid +EXPORT_SYMBOL vmlinux 0x49dcc562 __ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0x49e43882 fwnode_get_phy_id +EXPORT_SYMBOL vmlinux 0x49f367a6 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0x4a196c69 __mdiobus_register +EXPORT_SYMBOL vmlinux 0x4a225e7c scsi_ioctl +EXPORT_SYMBOL vmlinux 0x4a239b1f devfreq_update_target +EXPORT_SYMBOL vmlinux 0x4a2dac89 input_reset_device +EXPORT_SYMBOL vmlinux 0x4a3ad70e wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0x4a6d60bf neigh_xmit +EXPORT_SYMBOL vmlinux 0x4a70ae46 key_revoke +EXPORT_SYMBOL vmlinux 0x4a8564ea pps_event +EXPORT_SYMBOL vmlinux 0x4a93576a ucc_fast_free +EXPORT_SYMBOL vmlinux 0x4a96a8eb xxh32_digest +EXPORT_SYMBOL vmlinux 0x4aa732c1 bio_uninit +EXPORT_SYMBOL vmlinux 0x4aaba05b inet_csk_reqsk_queue_drop +EXPORT_SYMBOL vmlinux 0x4ab6d19e sg_alloc_append_table_from_pages +EXPORT_SYMBOL vmlinux 0x4abb9138 d_instantiate_new +EXPORT_SYMBOL vmlinux 0x4acbe158 tcp_mtu_to_mss +EXPORT_SYMBOL vmlinux 0x4add2a98 phy_init_eee +EXPORT_SYMBOL vmlinux 0x4ae56bbf __traceiter_module_get +EXPORT_SYMBOL vmlinux 0x4ae90d8e hdmi_avi_infoframe_check +EXPORT_SYMBOL vmlinux 0x4aea463f crc32_le_shift +EXPORT_SYMBOL vmlinux 0x4aed56c2 forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0x4af02f8b rtnl_unicast +EXPORT_SYMBOL vmlinux 0x4af08a67 mmc_hw_reset +EXPORT_SYMBOL vmlinux 0x4af6ddf0 kstrtou16 +EXPORT_SYMBOL vmlinux 0x4afb2238 add_wait_queue +EXPORT_SYMBOL vmlinux 0x4b07755c max8998_write_reg +EXPORT_SYMBOL vmlinux 0x4b0a3f52 gic_nonsecure_priorities +EXPORT_SYMBOL vmlinux 0x4b2dfec8 netpoll_setup +EXPORT_SYMBOL vmlinux 0x4b376f9e devm_of_iomap +EXPORT_SYMBOL vmlinux 0x4b401817 iwe_stream_add_value +EXPORT_SYMBOL vmlinux 0x4b490cac misc_deregister +EXPORT_SYMBOL vmlinux 0x4b538496 flow_rule_match_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x4b591771 setattr_prepare +EXPORT_SYMBOL vmlinux 0x4b60ad3c jbd2_fc_begin_commit +EXPORT_SYMBOL vmlinux 0x4b6369b3 seg6_hmac_validate_skb +EXPORT_SYMBOL vmlinux 0x4b6a5b35 fwnode_iomap +EXPORT_SYMBOL vmlinux 0x4b6df007 acpi_evaluate_reg +EXPORT_SYMBOL vmlinux 0x4b74106b netdev_change_features +EXPORT_SYMBOL vmlinux 0x4b750f53 _raw_spin_unlock_irq +EXPORT_SYMBOL vmlinux 0x4b78850d textsearch_unregister +EXPORT_SYMBOL vmlinux 0x4b8fb7d9 pmem_should_map_pages +EXPORT_SYMBOL vmlinux 0x4ba1915f tty_port_tty_set +EXPORT_SYMBOL vmlinux 0x4ba3b0f7 neigh_parms_release +EXPORT_SYMBOL vmlinux 0x4ba545dd xfrm_unregister_type_offload +EXPORT_SYMBOL vmlinux 0x4bb7b47a ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0x4bcc2662 mempool_init_node +EXPORT_SYMBOL vmlinux 0x4bd01744 tcp_sock_set_nodelay +EXPORT_SYMBOL vmlinux 0x4bee7ddf nf_ct_get_tuple_skb +EXPORT_SYMBOL vmlinux 0x4bef1c67 empty_name +EXPORT_SYMBOL vmlinux 0x4bf3ce6f qman_release_cgrid +EXPORT_SYMBOL vmlinux 0x4c06ed5f tty_name +EXPORT_SYMBOL vmlinux 0x4c07a7e0 acpi_processor_unregister_performance +EXPORT_SYMBOL vmlinux 0x4c1356fc tty_port_close +EXPORT_SYMBOL vmlinux 0x4c1e7230 netdev_update_features +EXPORT_SYMBOL vmlinux 0x4c26005d proc_create +EXPORT_SYMBOL vmlinux 0x4c39dc95 dev_open +EXPORT_SYMBOL vmlinux 0x4c404c10 mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0x4c416eb9 LZ4_decompress_fast +EXPORT_SYMBOL vmlinux 0x4c496214 dcache_readdir +EXPORT_SYMBOL vmlinux 0x4c60152f inet_sk_set_state +EXPORT_SYMBOL vmlinux 0x4c62cc17 audit_log +EXPORT_SYMBOL vmlinux 0x4c81ff9d tty_port_init +EXPORT_SYMBOL vmlinux 0x4c864607 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x4c98a269 __napi_schedule_irqoff +EXPORT_SYMBOL vmlinux 0x4ca190b2 vm_insert_page +EXPORT_SYMBOL vmlinux 0x4cbd0cfa max8925_reg_read +EXPORT_SYMBOL vmlinux 0x4cc2297a unlock_rename +EXPORT_SYMBOL vmlinux 0x4cc5ea62 mq_change_real_num_tx +EXPORT_SYMBOL vmlinux 0x4ccf832c unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x4cdc8b74 tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0x4ceccc62 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0x4cf418d7 __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0x4cfa6ce3 scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x4d084015 clocksource_change_rating +EXPORT_SYMBOL vmlinux 0x4d0d163d copy_page +EXPORT_SYMBOL vmlinux 0x4d1781cc backlight_device_get_by_name +EXPORT_SYMBOL vmlinux 0x4d2c7133 acpi_info +EXPORT_SYMBOL vmlinux 0x4d39604e ethtool_notify +EXPORT_SYMBOL vmlinux 0x4d4a75fe qdisc_offload_dump_helper +EXPORT_SYMBOL vmlinux 0x4d560261 __put_user_ns +EXPORT_SYMBOL vmlinux 0x4d65cbd5 csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0x4d8c04f6 devfreq_recommended_opp +EXPORT_SYMBOL vmlinux 0x4d924f20 memremap +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4da278d9 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4da3ca40 ip_setsockopt +EXPORT_SYMBOL vmlinux 0x4da596e6 qman_retire_fq +EXPORT_SYMBOL vmlinux 0x4dc5f85b of_get_mac_address_nvmem +EXPORT_SYMBOL vmlinux 0x4dc68051 inet_reqsk_alloc +EXPORT_SYMBOL vmlinux 0x4de995ec gen_pool_dma_alloc_algo +EXPORT_SYMBOL vmlinux 0x4df02057 crc32_be +EXPORT_SYMBOL vmlinux 0x4df2ea84 gen_estimator_read +EXPORT_SYMBOL vmlinux 0x4dfa8d4b mutex_lock +EXPORT_SYMBOL vmlinux 0x4dfcd804 napi_get_frags +EXPORT_SYMBOL vmlinux 0x4e20bcf8 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x4e2112e4 pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0x4e25705e devm_devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x4e2e74c1 qcom_scm_io_readl +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e36cdc4 __ubsan_handle_divrem_overflow +EXPORT_SYMBOL vmlinux 0x4e39ff36 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0x4e4c5dbc ethtool_aggregate_ctrl_stats +EXPORT_SYMBOL vmlinux 0x4e510882 of_device_get_match_data +EXPORT_SYMBOL vmlinux 0x4e547048 __kmalloc_node_track_caller +EXPORT_SYMBOL vmlinux 0x4e54f9e8 module_refcount +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6c6886 tcf_exts_dump +EXPORT_SYMBOL vmlinux 0x4e6e17c8 inet_addr_type +EXPORT_SYMBOL vmlinux 0x4e6e4b41 radix_tree_delete +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e77ec1a node_data +EXPORT_SYMBOL vmlinux 0x4e89f7fa mdiobus_read_nested +EXPORT_SYMBOL vmlinux 0x4e8b38b9 fs_param_is_u32 +EXPORT_SYMBOL vmlinux 0x4ea25709 dql_reset +EXPORT_SYMBOL vmlinux 0x4eaba099 inet6_del_offload +EXPORT_SYMBOL vmlinux 0x4eada8f7 security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0x4eaf8926 noop_llseek +EXPORT_SYMBOL vmlinux 0x4eb2b066 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x4ec54e78 bitmap_to_arr32 +EXPORT_SYMBOL vmlinux 0x4ed16e73 kmem_cache_free +EXPORT_SYMBOL vmlinux 0x4edb643c dev_mc_del_global +EXPORT_SYMBOL vmlinux 0x4eee2dba end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0x4f00f90b qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x4f05f932 mii_check_media +EXPORT_SYMBOL vmlinux 0x4f118749 neigh_seq_next +EXPORT_SYMBOL vmlinux 0x4f191942 xfrm_input +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f20d80b zstd_min_clevel +EXPORT_SYMBOL vmlinux 0x4f2250ba rtc_tm_to_time64 +EXPORT_SYMBOL vmlinux 0x4f2357ee dma_resv_copy_fences +EXPORT_SYMBOL vmlinux 0x4f434067 acpi_get_hp_hw_control_from_firmware +EXPORT_SYMBOL vmlinux 0x4f518b0b vga_remove_vgacon +EXPORT_SYMBOL vmlinux 0x4f54d4c7 rproc_get_by_phandle +EXPORT_SYMBOL vmlinux 0x4f55166f acpi_set_current_resources +EXPORT_SYMBOL vmlinux 0x4f646c80 tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x4f68b75f truncate_inode_pages +EXPORT_SYMBOL vmlinux 0x4f7f8b25 ether_setup +EXPORT_SYMBOL vmlinux 0x4f8417d2 tcp_fastopen_defer_connect +EXPORT_SYMBOL vmlinux 0x4f89c9de gpmc_cs_free +EXPORT_SYMBOL vmlinux 0x4fb963ad bio_split +EXPORT_SYMBOL vmlinux 0x4fc206b3 tc_setup_offload_action +EXPORT_SYMBOL vmlinux 0x4fc63a25 unregister_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0x4fca588c __mmap_lock_do_trace_start_locking +EXPORT_SYMBOL vmlinux 0x4fdb24ea param_ops_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x4fef80a1 simple_write_begin +EXPORT_SYMBOL vmlinux 0x4ffb59bf __SCK__tp_func_kfree +EXPORT_SYMBOL vmlinux 0x5007e87f scsi_block_requests +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x5009c71d glob_match +EXPORT_SYMBOL vmlinux 0x50179733 register_fib_notifier +EXPORT_SYMBOL vmlinux 0x5021bd81 _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0x5027bde2 acpi_acquire_mutex +EXPORT_SYMBOL vmlinux 0x5036be70 set_bh_page +EXPORT_SYMBOL vmlinux 0x503e36ee skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x50401a1e nvdimm_namespace_capacity +EXPORT_SYMBOL vmlinux 0x50624917 sha1_init +EXPORT_SYMBOL vmlinux 0x506dff1a __genradix_free +EXPORT_SYMBOL vmlinux 0x506e566b nd_region_release_lane +EXPORT_SYMBOL vmlinux 0x507dedc6 udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0x5089f45f ip_send_check +EXPORT_SYMBOL vmlinux 0x5092e84e __read_overflow2_field +EXPORT_SYMBOL vmlinux 0x50944630 seq_list_start_head_rcu +EXPORT_SYMBOL vmlinux 0x509b64ea acpi_has_method +EXPORT_SYMBOL vmlinux 0x50a4698c fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0x50ab61e9 tc_setup_cb_destroy +EXPORT_SYMBOL vmlinux 0x50b3cfe5 of_get_cpu_node +EXPORT_SYMBOL vmlinux 0x50b73ce2 rfkill_find_type +EXPORT_SYMBOL vmlinux 0x50b80992 mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0x50be748d security_ib_free_security +EXPORT_SYMBOL vmlinux 0x50cd242d tty_check_change +EXPORT_SYMBOL vmlinux 0x50cf7585 hex2bin +EXPORT_SYMBOL vmlinux 0x50d035c2 vsscanf +EXPORT_SYMBOL vmlinux 0x50d41a34 filemap_check_errors +EXPORT_SYMBOL vmlinux 0x50f85302 __arm_smccc_hvc +EXPORT_SYMBOL vmlinux 0x50f91491 __genradix_ptr +EXPORT_SYMBOL vmlinux 0x50ffb26d jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0x5102a30b do_wait_intr_irq +EXPORT_SYMBOL vmlinux 0x510b8015 tty_port_close_end +EXPORT_SYMBOL vmlinux 0x51195910 kernel_write +EXPORT_SYMBOL vmlinux 0x51343750 skb_append +EXPORT_SYMBOL vmlinux 0x513b28f4 first_ec +EXPORT_SYMBOL vmlinux 0x513df538 tcf_block_get_ext +EXPORT_SYMBOL vmlinux 0x515083bf acpi_release_mutex +EXPORT_SYMBOL vmlinux 0x515d41ea fs_context_for_submount +EXPORT_SYMBOL vmlinux 0x515f520b qman_portal_get_iperiod +EXPORT_SYMBOL vmlinux 0x51603082 inet_csk_accept +EXPORT_SYMBOL vmlinux 0x51641162 opal_unlock_from_suspend +EXPORT_SYMBOL vmlinux 0x5173d22a pci_write_vpd_any +EXPORT_SYMBOL vmlinux 0x51a511eb _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0x51a751ba simple_getattr +EXPORT_SYMBOL vmlinux 0x51caa322 scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0x51d12d4e acpi_pci_disabled +EXPORT_SYMBOL vmlinux 0x51d42e60 nf_log_register +EXPORT_SYMBOL vmlinux 0x51da734c uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0x51dbc335 flow_rule_match_arp +EXPORT_SYMBOL vmlinux 0x51e785a9 netdev_adjacent_change_commit +EXPORT_SYMBOL vmlinux 0x51fb2684 vmf_insert_pfn_prot +EXPORT_SYMBOL vmlinux 0x520316ac invalidate_disk +EXPORT_SYMBOL vmlinux 0x5203d176 cmd_db_ready +EXPORT_SYMBOL vmlinux 0x520e97c4 proc_dostring +EXPORT_SYMBOL vmlinux 0x5213fada add_to_page_cache_lru +EXPORT_SYMBOL vmlinux 0x5223a8f4 bio_init_clone +EXPORT_SYMBOL vmlinux 0x5231ff74 tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x5251134b phy_ethtool_get_stats +EXPORT_SYMBOL vmlinux 0x52549fb4 param_set_int +EXPORT_SYMBOL vmlinux 0x5257a70f kmalloc_caches +EXPORT_SYMBOL vmlinux 0x525d5ea3 blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0x525f8d2d seg6_push_hmac +EXPORT_SYMBOL vmlinux 0x52632344 of_io_request_and_map +EXPORT_SYMBOL vmlinux 0x52673bd1 vme_irq_generate +EXPORT_SYMBOL vmlinux 0x526e6762 __xfrm_dst_lookup +EXPORT_SYMBOL vmlinux 0x526eef2c hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x52738d17 jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0x5291ad20 scsi_print_sense +EXPORT_SYMBOL vmlinux 0x52949497 xp_can_alloc +EXPORT_SYMBOL vmlinux 0x52983a4f vme_master_write +EXPORT_SYMBOL vmlinux 0x52a7bc4a get_watch_queue +EXPORT_SYMBOL vmlinux 0x52a8a086 ipv6_sock_mc_drop +EXPORT_SYMBOL vmlinux 0x52ac9598 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0x52ba712b vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x52c6f3ac mmc_detect_change +EXPORT_SYMBOL vmlinux 0x52d717da xz_dec_init +EXPORT_SYMBOL vmlinux 0x52ecbc75 crc_ccitt +EXPORT_SYMBOL vmlinux 0x52f2850a imx_sc_pm_cpu_start +EXPORT_SYMBOL vmlinux 0x53020ec0 __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x53126ecc __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0x531d5346 tcf_register_action +EXPORT_SYMBOL vmlinux 0x531e17a2 simple_lookup +EXPORT_SYMBOL vmlinux 0x5322663e acpi_get_handle +EXPORT_SYMBOL vmlinux 0x532a2166 mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0x5335c9d6 mmc_cqe_recovery +EXPORT_SYMBOL vmlinux 0x5338184f ethtool_sprintf +EXPORT_SYMBOL vmlinux 0x533ac6c5 dec_node_page_state +EXPORT_SYMBOL vmlinux 0x534d29a5 lease_get_mtime +EXPORT_SYMBOL vmlinux 0x534f2aa4 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x535a2eff console_stop +EXPORT_SYMBOL vmlinux 0x5364ae35 pci_resize_resource +EXPORT_SYMBOL vmlinux 0x5383edf4 block_write_full_page +EXPORT_SYMBOL vmlinux 0x539bc0cd ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0x53a1e8d9 _find_next_bit +EXPORT_SYMBOL vmlinux 0x53b954a2 up_read +EXPORT_SYMBOL vmlinux 0x53c09c91 pci_clear_master +EXPORT_SYMBOL vmlinux 0x53d64bf5 blk_queue_max_secure_erase_sectors +EXPORT_SYMBOL vmlinux 0x53d7a9b3 from_kgid +EXPORT_SYMBOL vmlinux 0x53df2bb9 tcp_sock_set_cork +EXPORT_SYMBOL vmlinux 0x53e23f43 __traceiter_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x53e847fc dentry_open +EXPORT_SYMBOL vmlinux 0x53eff192 tegra_ivc_align +EXPORT_SYMBOL vmlinux 0x53f8ced7 page_pool_ethtool_stats_get_strings +EXPORT_SYMBOL vmlinux 0x5402da9f xudma_navss_psil_pair +EXPORT_SYMBOL vmlinux 0x5418ef7a jbd2_fc_end_commit_fallback +EXPORT_SYMBOL vmlinux 0x542450ca kobject_set_name +EXPORT_SYMBOL vmlinux 0x542bf71c phy_write_paged +EXPORT_SYMBOL vmlinux 0x54308e4c dst_discard_out +EXPORT_SYMBOL vmlinux 0x5432948e pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x54400acb sock_sendmsg +EXPORT_SYMBOL vmlinux 0x5446ea19 netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x545cc611 locks_free_lock +EXPORT_SYMBOL vmlinux 0x548517c4 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x54aaa225 ip6tun_encaps +EXPORT_SYMBOL vmlinux 0x54ac2d87 d_alloc_parallel +EXPORT_SYMBOL vmlinux 0x54b1fac6 __ubsan_handle_load_invalid_value +EXPORT_SYMBOL vmlinux 0x54b23e67 sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x54cfacd5 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x54de87d5 netdev_reset_tc +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54e9b7db __of_parse_phandle_with_args +EXPORT_SYMBOL vmlinux 0x54ea6dfe xen_start_flags +EXPORT_SYMBOL vmlinux 0x5506b8f7 netlbl_bitmap_setbit +EXPORT_SYMBOL vmlinux 0x5508f28d bman_acquire +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x552ab9a8 vfs_fsync_range +EXPORT_SYMBOL vmlinux 0x552db3aa qman_query_cgr_congested +EXPORT_SYMBOL vmlinux 0x554ae3a4 irq_poll_sched +EXPORT_SYMBOL vmlinux 0x554b71ad inode_add_bytes +EXPORT_SYMBOL vmlinux 0x55508514 of_clk_get +EXPORT_SYMBOL vmlinux 0x558b281d aes_expandkey +EXPORT_SYMBOL vmlinux 0x55aea5c8 sockfd_lookup +EXPORT_SYMBOL vmlinux 0x55b53c04 tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0x55bd920e free_netdev +EXPORT_SYMBOL vmlinux 0x55c55aa5 xsk_tx_peek_release_desc_batch +EXPORT_SYMBOL vmlinux 0x55ca43ad dquot_drop +EXPORT_SYMBOL vmlinux 0x55cd2f4a dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0x55d236a2 ptp_find_pin +EXPORT_SYMBOL vmlinux 0x55d29f81 gpiochip_irq_relres +EXPORT_SYMBOL vmlinux 0x55e31703 ethtool_convert_link_mode_to_legacy_u32 +EXPORT_SYMBOL vmlinux 0x55f471a8 km_state_notify +EXPORT_SYMBOL vmlinux 0x55f64efd simple_transaction_set +EXPORT_SYMBOL vmlinux 0x5611ba00 iov_iter_alignment +EXPORT_SYMBOL vmlinux 0x5612a635 xattr_supports_user_prefix +EXPORT_SYMBOL vmlinux 0x5614f48a qman_dqrr_get_ithresh +EXPORT_SYMBOL vmlinux 0x561b3f32 phy_drivers_register +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x56470118 __warn_printk +EXPORT_SYMBOL vmlinux 0x564f7608 acpi_reconfig_notifier_register +EXPORT_SYMBOL vmlinux 0x56500a62 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0x565caca8 abort_creds +EXPORT_SYMBOL vmlinux 0x5667a5d0 locks_copy_lock +EXPORT_SYMBOL vmlinux 0x56802ae8 rps_cpu_mask +EXPORT_SYMBOL vmlinux 0x568566ef d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0x5686e573 md_unregister_thread +EXPORT_SYMBOL vmlinux 0x569f24dc vme_master_request +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56ffb111 mmc_card_alternative_gpt_sector +EXPORT_SYMBOL vmlinux 0x5703d51d dev_mc_init +EXPORT_SYMBOL vmlinux 0x570e04bc may_umount +EXPORT_SYMBOL vmlinux 0x57122b82 __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0x572c6d6b tc_setup_cb_reoffload +EXPORT_SYMBOL vmlinux 0x573c31ea kill_block_super +EXPORT_SYMBOL vmlinux 0x573fd40a dcb_delrewr +EXPORT_SYMBOL vmlinux 0x57428caf pci_dev_driver +EXPORT_SYMBOL vmlinux 0x574c2e74 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x5751cd87 pci_enable_msi +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x5759a178 key_move +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x5777f74f md_write_start +EXPORT_SYMBOL vmlinux 0x57900416 gen_pool_fixed_alloc +EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy +EXPORT_SYMBOL vmlinux 0x57961a00 unregister_nls +EXPORT_SYMBOL vmlinux 0x579bb8da ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0x57a7be8f devfreq_update_status +EXPORT_SYMBOL vmlinux 0x57abff28 __ps2_command +EXPORT_SYMBOL vmlinux 0x57b4a90d param_set_long +EXPORT_SYMBOL vmlinux 0x57bbdac2 sg_miter_start +EXPORT_SYMBOL vmlinux 0x57bc19d2 down_write +EXPORT_SYMBOL vmlinux 0x57c92857 redraw_screen +EXPORT_SYMBOL vmlinux 0x57db8fd6 utf8_normalize +EXPORT_SYMBOL vmlinux 0x57f38cdc qe_get_firmware_info +EXPORT_SYMBOL vmlinux 0x5810404e disk_stack_limits +EXPORT_SYMBOL vmlinux 0x58123752 nf_unregister_net_hooks +EXPORT_SYMBOL vmlinux 0x5818fe3c posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0x581f98da zlib_inflate +EXPORT_SYMBOL vmlinux 0x5824406b of_device_is_available +EXPORT_SYMBOL vmlinux 0x582606eb xudma_rflow_put +EXPORT_SYMBOL vmlinux 0x5828137a ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x582b6275 xfrm_if_unregister_cb +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x583a2893 of_get_next_child +EXPORT_SYMBOL vmlinux 0x583de213 pci_reenable_device +EXPORT_SYMBOL vmlinux 0x58549a6d pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0x5859bf7f netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0x585ae877 nmi_panic +EXPORT_SYMBOL vmlinux 0x5873015a blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0x5874d51b netlink_broadcast +EXPORT_SYMBOL vmlinux 0x5875659a __hw_addr_ref_unsync_dev +EXPORT_SYMBOL vmlinux 0x5879edd2 blk_integrity_register +EXPORT_SYMBOL vmlinux 0x587b0954 kvasprintf +EXPORT_SYMBOL vmlinux 0x587b892e qe_get_num_of_risc +EXPORT_SYMBOL vmlinux 0x587f22d7 devmap_managed_key +EXPORT_SYMBOL vmlinux 0x5897a680 __find_nth_and_andnot_bit +EXPORT_SYMBOL vmlinux 0x58acf24b mdiobus_register_board_info +EXPORT_SYMBOL vmlinux 0x58b4645c dev_close_many +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58e3306d bit_wait_io +EXPORT_SYMBOL vmlinux 0x58e57fed mipi_dsi_dcs_set_display_brightness +EXPORT_SYMBOL vmlinux 0x58f3858b phy_set_max_speed +EXPORT_SYMBOL vmlinux 0x590ea7f6 rproc_remove_subdev +EXPORT_SYMBOL vmlinux 0x59169254 gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0x5916f020 sock_setsockopt +EXPORT_SYMBOL vmlinux 0x59280cdf xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0x5934b5a9 qman_destroy_fq +EXPORT_SYMBOL vmlinux 0x593b82e9 jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0x59554551 sync_inode_metadata +EXPORT_SYMBOL vmlinux 0x5957ac2e ihold +EXPORT_SYMBOL vmlinux 0x5968dc6d proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x5975e552 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x598d1288 blk_mq_destroy_queue +EXPORT_SYMBOL vmlinux 0x599b4888 qe_setbrg +EXPORT_SYMBOL vmlinux 0x599fb41c kvmalloc_node +EXPORT_SYMBOL vmlinux 0x59a2f0ee packing +EXPORT_SYMBOL vmlinux 0x59a532bb folio_wait_bit +EXPORT_SYMBOL vmlinux 0x59b4ac3e tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x59c62e83 sock_kmalloc +EXPORT_SYMBOL vmlinux 0x59ecb054 qdisc_watchdog_init_clockid +EXPORT_SYMBOL vmlinux 0x59f25670 tls_server_hello_psk +EXPORT_SYMBOL vmlinux 0x5a0b73d0 zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x5a0d208f inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x5a136f86 inode_io_list_del +EXPORT_SYMBOL vmlinux 0x5a1bba29 tty_port_put +EXPORT_SYMBOL vmlinux 0x5a21a8d3 migrate_vma_finalize +EXPORT_SYMBOL vmlinux 0x5a290250 hdmi_drm_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x5a44f8cb __crypto_memneq +EXPORT_SYMBOL vmlinux 0x5a4d313e gf128mul_4k_lle +EXPORT_SYMBOL vmlinux 0x5a60b950 qm_channel_pool1 +EXPORT_SYMBOL vmlinux 0x5a669322 nd_integrity_init +EXPORT_SYMBOL vmlinux 0x5a714df9 mini_qdisc_pair_swap +EXPORT_SYMBOL vmlinux 0x5a921311 strncmp +EXPORT_SYMBOL vmlinux 0x5a9576a5 vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0x5a9960f7 kthread_stop +EXPORT_SYMBOL vmlinux 0x5a99a0d7 flow_get_u32_dst +EXPORT_SYMBOL vmlinux 0x5a9f1d63 memmove +EXPORT_SYMBOL vmlinux 0x5aa9fb0d qdisc_watchdog_schedule_range_ns +EXPORT_SYMBOL vmlinux 0x5ac01b95 acpi_resource_to_address64 +EXPORT_SYMBOL vmlinux 0x5ac496ff ip_cmsg_recv_offset +EXPORT_SYMBOL vmlinux 0x5ae1154b __traceiter_kfree +EXPORT_SYMBOL vmlinux 0x5ae7417a uart_suspend_port +EXPORT_SYMBOL vmlinux 0x5ae86179 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0x5af3bb5a flush_signals +EXPORT_SYMBOL vmlinux 0x5af8e571 xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x5afaba80 blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0x5afdb85e blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0x5b0d8297 tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0x5b2f27fb do_wait_intr +EXPORT_SYMBOL vmlinux 0x5b3e282f xa_store +EXPORT_SYMBOL vmlinux 0x5b455451 migrate_vma_setup +EXPORT_SYMBOL vmlinux 0x5b45ad0c tcp_seq_stop +EXPORT_SYMBOL vmlinux 0x5b51100b __put_devmap_managed_page_refs +EXPORT_SYMBOL vmlinux 0x5b54903b qcom_scm_pas_mem_setup +EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap +EXPORT_SYMBOL vmlinux 0x5b629335 ps2_interrupt +EXPORT_SYMBOL vmlinux 0x5b69bcfb finish_open +EXPORT_SYMBOL vmlinux 0x5b8a1c12 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0x5b9cdd97 __mmap_lock_do_trace_acquire_returned +EXPORT_SYMBOL vmlinux 0x5bacfb94 udp6_csum_init +EXPORT_SYMBOL vmlinux 0x5bb177a6 may_setattr +EXPORT_SYMBOL vmlinux 0x5bb54171 mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0x5bcea5f1 sgl_free_n_order +EXPORT_SYMBOL vmlinux 0x5bd4ff88 flow_action_cookie_create +EXPORT_SYMBOL vmlinux 0x5bdb7603 sock_copy_user_timeval +EXPORT_SYMBOL vmlinux 0x5bdd724b generic_file_open +EXPORT_SYMBOL vmlinux 0x5be5f367 input_set_max_poll_interval +EXPORT_SYMBOL vmlinux 0x5be63c5b crc32c_csum_stub +EXPORT_SYMBOL vmlinux 0x5bed3044 __cgroup_bpf_run_filter_skb +EXPORT_SYMBOL vmlinux 0x5c0b96c5 security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0x5c26a53b wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x5c3c7387 kstrtoull +EXPORT_SYMBOL vmlinux 0x5c473ecb sock_alloc +EXPORT_SYMBOL vmlinux 0x5c6382e7 xfrm_policy_hash_rebuild +EXPORT_SYMBOL vmlinux 0x5c696e0c pci_irq_vector +EXPORT_SYMBOL vmlinux 0x5c767ba7 dev_printk_emit +EXPORT_SYMBOL vmlinux 0x5c78b005 mipi_dsi_dcs_enter_sleep_mode +EXPORT_SYMBOL vmlinux 0x5c84c3e4 give_up_console +EXPORT_SYMBOL vmlinux 0x5c8564e8 xen_free_unpopulated_pages +EXPORT_SYMBOL vmlinux 0x5c928e32 netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0x5c93fb53 skb_store_bits +EXPORT_SYMBOL vmlinux 0x5cc9e8b3 dev_activate +EXPORT_SYMBOL vmlinux 0x5ccf7d87 ethtool_get_phc_vclocks +EXPORT_SYMBOL vmlinux 0x5cd1f50c of_n_addr_cells +EXPORT_SYMBOL vmlinux 0x5cd2ddf3 ethtool_intersect_link_masks +EXPORT_SYMBOL vmlinux 0x5ce2d081 __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0x5cea8f8a i2c_transfer_buffer_flags +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5cfb26a0 acpi_enter_sleep_state +EXPORT_SYMBOL vmlinux 0x5d112304 __memcpy_fromio +EXPORT_SYMBOL vmlinux 0x5d164f62 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x5d379639 __cpuhp_setup_state_cpuslocked +EXPORT_SYMBOL vmlinux 0x5d3fbdda dcb_ieee_getapp_dscp_prio_mask_map +EXPORT_SYMBOL vmlinux 0x5d4547f9 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x5d49aabc init_wait_var_entry +EXPORT_SYMBOL vmlinux 0x5d594208 __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x5d5fc83d crypto_kdf108_ctr_generate +EXPORT_SYMBOL vmlinux 0x5d6722d8 jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0x5d74321d sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x5d7633e7 __ip_options_compile +EXPORT_SYMBOL vmlinux 0x5d772fe4 configfs_unregister_default_group +EXPORT_SYMBOL vmlinux 0x5d8aa2fe kern_unmount_array +EXPORT_SYMBOL vmlinux 0x5d8d4636 inet_sk_get_local_port_range +EXPORT_SYMBOL vmlinux 0x5da0bab6 netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0x5da68014 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x5dac4cd6 qman_dqrr_set_ithresh +EXPORT_SYMBOL vmlinux 0x5db36863 follow_down +EXPORT_SYMBOL vmlinux 0x5dd0d963 inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x5dd90e13 ip_tunnel_header_ops +EXPORT_SYMBOL vmlinux 0x5de992d5 __skb_get_hash +EXPORT_SYMBOL vmlinux 0x5e06bc5c refcount_dec_and_lock +EXPORT_SYMBOL vmlinux 0x5e0ccb9f sha1_transform +EXPORT_SYMBOL vmlinux 0x5e1342f8 ip6_frag_init +EXPORT_SYMBOL vmlinux 0x5e134874 netdev_offload_xstats_enabled +EXPORT_SYMBOL vmlinux 0x5e3240a0 __cpu_online_mask +EXPORT_SYMBOL vmlinux 0x5e332b52 __var_waitqueue +EXPORT_SYMBOL vmlinux 0x5e373fb4 gf128mul_64k_bbe +EXPORT_SYMBOL vmlinux 0x5e37cecd sock_edemux +EXPORT_SYMBOL vmlinux 0x5e52b746 devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x5e6993da devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0x5e6f91f9 tegra_powergate_remove_clamping +EXPORT_SYMBOL vmlinux 0x5e75eb4b tegra_dfll_register +EXPORT_SYMBOL vmlinux 0x5e855e56 gen_pool_first_fit_align +EXPORT_SYMBOL vmlinux 0x5e8c2fd6 blk_set_runtime_active +EXPORT_SYMBOL vmlinux 0x5e934fc7 sgl_alloc +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5e962cec dcb_getrewr_prio_pcp_mask_map +EXPORT_SYMBOL vmlinux 0x5e9a01ce gen_new_estimator +EXPORT_SYMBOL vmlinux 0x5ec4aee6 put_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x5ec50e40 kmalloc_trace +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ed90adc int_to_scsilun +EXPORT_SYMBOL vmlinux 0x5edcd24f napi_build_skb +EXPORT_SYMBOL vmlinux 0x5ee18e8e phy_device_free +EXPORT_SYMBOL vmlinux 0x5ee45201 bpf_empty_prog_array +EXPORT_SYMBOL vmlinux 0x5ef194b6 __bread_gfp +EXPORT_SYMBOL vmlinux 0x5ef6a672 gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f1ff0b3 vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0x5f30e7a7 tegra_io_pad_power_disable +EXPORT_SYMBOL vmlinux 0x5f32232c generic_file_direct_write +EXPORT_SYMBOL vmlinux 0x5f3f1df4 write_dirty_buffer +EXPORT_SYMBOL vmlinux 0x5f5441c8 __ubsan_handle_alignment_assumption +EXPORT_SYMBOL vmlinux 0x5f5bf27d finalize_exec +EXPORT_SYMBOL vmlinux 0x5f5f291a simple_link +EXPORT_SYMBOL vmlinux 0x5f6b889c rproc_va_to_pa +EXPORT_SYMBOL vmlinux 0x5f90e497 tcf_action_check_ctrlact +EXPORT_SYMBOL vmlinux 0x5f93525c acpi_extract_package +EXPORT_SYMBOL vmlinux 0x5fa35c82 tcp_seq_start +EXPORT_SYMBOL vmlinux 0x5fa720d2 vfs_parse_monolithic_sep +EXPORT_SYMBOL vmlinux 0x5fb76b23 ip_mc_check_igmp +EXPORT_SYMBOL vmlinux 0x5fbb95a4 end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0x5fc72f0e alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x5fd759cd pci_add_new_bus +EXPORT_SYMBOL vmlinux 0x5fed178c meson_sm_call +EXPORT_SYMBOL vmlinux 0x5ff52b37 skb_flow_get_icmp_tci +EXPORT_SYMBOL vmlinux 0x5ff9eb0e lockref_mark_dead +EXPORT_SYMBOL vmlinux 0x6005c351 zpool_has_pool +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x6008689f kthread_complete_and_exit +EXPORT_SYMBOL vmlinux 0x60088d71 mdiobus_register_device +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x6021d13a security_sb_remount +EXPORT_SYMBOL vmlinux 0x6024cdf3 to_ndd +EXPORT_SYMBOL vmlinux 0x602978df backlight_force_update +EXPORT_SYMBOL vmlinux 0x602d021d jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x604607fd genl_register_family +EXPORT_SYMBOL vmlinux 0x605790dc fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0x6062fc18 xp_raw_get_dma +EXPORT_SYMBOL vmlinux 0x607385af tcf_block_put +EXPORT_SYMBOL vmlinux 0x60784148 input_grab_device +EXPORT_SYMBOL vmlinux 0x6084eadf tty_unlock +EXPORT_SYMBOL vmlinux 0x608741b5 __init_swait_queue_head +EXPORT_SYMBOL vmlinux 0x608d0267 zstd_get_error_code +EXPORT_SYMBOL vmlinux 0x608f1972 vfs_get_fsid +EXPORT_SYMBOL vmlinux 0x6091b333 unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x60977769 handle_edge_irq +EXPORT_SYMBOL vmlinux 0x609bcd98 in6_pton +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60aaeb4b qman_p_irqsource_add +EXPORT_SYMBOL vmlinux 0x60b1d4ed unix_get_socket +EXPORT_SYMBOL vmlinux 0x60bbb124 dma_fence_signal_locked +EXPORT_SYMBOL vmlinux 0x60c1b396 phy_ethtool_nway_reset +EXPORT_SYMBOL vmlinux 0x60c47424 mfd_add_devices +EXPORT_SYMBOL vmlinux 0x60c474ec generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0x60d0bf7b nd_dev_to_uuid +EXPORT_SYMBOL vmlinux 0x60d8ab30 vme_lm_get +EXPORT_SYMBOL vmlinux 0x60dd096f pci_scan_bridge +EXPORT_SYMBOL vmlinux 0x60f09a69 sockopt_lock_sock +EXPORT_SYMBOL vmlinux 0x61073e4a acpi_os_map_generic_address +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x612e6a2c security_sctp_sk_clone +EXPORT_SYMBOL vmlinux 0x61347034 mb_cache_entry_delete_or_get +EXPORT_SYMBOL vmlinux 0x6155c49f netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0x615911d7 __bitmap_set +EXPORT_SYMBOL vmlinux 0x615977f5 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x615b2a98 acpi_match_device_ids +EXPORT_SYMBOL vmlinux 0x615e3c1a fwnode_irq_get +EXPORT_SYMBOL vmlinux 0x6166c784 rproc_free +EXPORT_SYMBOL vmlinux 0x616784ce of_translate_dma_region +EXPORT_SYMBOL vmlinux 0x6168cabf __folio_lock +EXPORT_SYMBOL vmlinux 0x6170fd21 configfs_depend_item_unlocked +EXPORT_SYMBOL vmlinux 0x617c452b queued_read_lock_slowpath +EXPORT_SYMBOL vmlinux 0x6185b747 radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0x618911fc numa_node +EXPORT_SYMBOL vmlinux 0x619bfc9e __skb_pad +EXPORT_SYMBOL vmlinux 0x619cb7dd simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x619eaa08 km_query +EXPORT_SYMBOL vmlinux 0x61ae94fa generic_remap_file_range_prep +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61dd30a5 write_inode_now +EXPORT_SYMBOL vmlinux 0x61e272c9 sha256_final +EXPORT_SYMBOL vmlinux 0x61e70735 rproc_vq_interrupt +EXPORT_SYMBOL vmlinux 0x61ea189b fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x6204a98a skb_queue_tail +EXPORT_SYMBOL vmlinux 0x62147f60 file_open_root +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x624ab3ca dev_uc_sync +EXPORT_SYMBOL vmlinux 0x62524e14 nd_dax_probe +EXPORT_SYMBOL vmlinux 0x62648603 __skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x62674df7 qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0x627128dc pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x6276af56 migrate_device_range +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x628c0f8f dma_fence_add_callback +EXPORT_SYMBOL vmlinux 0x62997f9c mdio_device_remove +EXPORT_SYMBOL vmlinux 0x62a8aa2e vme_bus_error_handler +EXPORT_SYMBOL vmlinux 0x62aedb73 dma_sync_wait +EXPORT_SYMBOL vmlinux 0x62ce2c54 mptcp_subflow_reqsk_alloc +EXPORT_SYMBOL vmlinux 0x62d96443 qman_dma_portal +EXPORT_SYMBOL vmlinux 0x62f7e207 down_read_killable +EXPORT_SYMBOL vmlinux 0x630208ba blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0x63111785 would_dump +EXPORT_SYMBOL vmlinux 0x6315c42c zstd_get_params +EXPORT_SYMBOL vmlinux 0x631d44bc fb_validate_mode +EXPORT_SYMBOL vmlinux 0x63227a6b tcp_filter +EXPORT_SYMBOL vmlinux 0x632a370a touch_atime +EXPORT_SYMBOL vmlinux 0x6331523a serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0x63383817 get_task_cred +EXPORT_SYMBOL vmlinux 0x633beda6 scsi_add_device +EXPORT_SYMBOL vmlinux 0x6342003f tcp_get_cookie_sock +EXPORT_SYMBOL vmlinux 0x63666df5 clk_add_alias +EXPORT_SYMBOL vmlinux 0x6372aa5e xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0x63a58370 flow_action_cookie_destroy +EXPORT_SYMBOL vmlinux 0x63a7c28c bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x63b344ee max8925_bulk_read +EXPORT_SYMBOL vmlinux 0x63d2473c pci_rebar_get_possible_sizes +EXPORT_SYMBOL vmlinux 0x63d5dbc9 fb_class +EXPORT_SYMBOL vmlinux 0x63e5ee1a vme_dma_list_free +EXPORT_SYMBOL vmlinux 0x63e90ade find_vma +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63f359be fs_bio_set +EXPORT_SYMBOL vmlinux 0x64019f73 tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0x6402c8df sha512_block_data_order +EXPORT_SYMBOL vmlinux 0x64127b67 bitmap_find_next_zero_area_off +EXPORT_SYMBOL vmlinux 0x64166dac fscrypt_decrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0x642eb5c6 xen_poll_irq_timeout +EXPORT_SYMBOL vmlinux 0x644be12c qman_affine_cpus +EXPORT_SYMBOL vmlinux 0x6455298a security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0x64592656 scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x645b25a8 backlight_device_set_brightness +EXPORT_SYMBOL vmlinux 0x6481ffe0 hsiphash_1u32 +EXPORT_SYMBOL vmlinux 0x64863e82 generic_read_dir +EXPORT_SYMBOL vmlinux 0x648d3370 mmc_can_erase +EXPORT_SYMBOL vmlinux 0x648eb59d gc_inflight_list +EXPORT_SYMBOL vmlinux 0x6498958f skb_expand_head +EXPORT_SYMBOL vmlinux 0x64a9c928 default_blu +EXPORT_SYMBOL vmlinux 0x64b9e83c seq_putc +EXPORT_SYMBOL vmlinux 0x64bbc288 string_unescape +EXPORT_SYMBOL vmlinux 0x64c407c6 filemap_range_has_page +EXPORT_SYMBOL vmlinux 0x64d11af1 dma_fence_wait_timeout +EXPORT_SYMBOL vmlinux 0x64df7c76 truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x64eb0d22 xfrm_lookup +EXPORT_SYMBOL vmlinux 0x64fb5dfe phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x6505cbb2 locks_remove_posix +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x6514c1e6 flow_get_u32_src +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x652032cb mac_pton +EXPORT_SYMBOL vmlinux 0x652ce9aa nla_memcmp +EXPORT_SYMBOL vmlinux 0x652f1c85 fb_io_write +EXPORT_SYMBOL vmlinux 0x6536053e get_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x654449c3 memset16 +EXPORT_SYMBOL vmlinux 0x656c1a0e string_escape_mem +EXPORT_SYMBOL vmlinux 0x656e4a6e snprintf +EXPORT_SYMBOL vmlinux 0x65764094 tcf_idr_release +EXPORT_SYMBOL vmlinux 0x6579821a crypto_sha3_update +EXPORT_SYMBOL vmlinux 0x6582b623 netif_tx_lock +EXPORT_SYMBOL vmlinux 0x658ce1a8 xxh64_reset +EXPORT_SYMBOL vmlinux 0x65929cae ns_to_timespec64 +EXPORT_SYMBOL vmlinux 0x6598de11 devm_aperture_acquire_for_platform_device +EXPORT_SYMBOL vmlinux 0x659ded26 xfrm_flush_gc +EXPORT_SYMBOL vmlinux 0x65b9036b set_anon_super_fc +EXPORT_SYMBOL vmlinux 0x65b92063 gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0x65bd2850 __folio_start_writeback +EXPORT_SYMBOL vmlinux 0x65c982eb pcie_print_link_status +EXPORT_SYMBOL vmlinux 0x65d1bab2 acpi_bios_warning +EXPORT_SYMBOL vmlinux 0x65d9e877 cpufreq_register_notifier +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65e0d6d7 memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x660463e0 seq_puts +EXPORT_SYMBOL vmlinux 0x66134ff6 tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0x6614cd51 hmm_range_fault +EXPORT_SYMBOL vmlinux 0x6626afca down +EXPORT_SYMBOL vmlinux 0x6630875b param_set_uint +EXPORT_SYMBOL vmlinux 0x663fddef ww_mutex_trylock +EXPORT_SYMBOL vmlinux 0x664b1e29 qman_delete_cgr +EXPORT_SYMBOL vmlinux 0x664ef8aa fb_show_logo +EXPORT_SYMBOL vmlinux 0x665d06ab iget5_locked +EXPORT_SYMBOL vmlinux 0x665e2513 zstd_max_clevel +EXPORT_SYMBOL vmlinux 0x66628bf3 ip_tunnel_metadata_cnt +EXPORT_SYMBOL vmlinux 0x666863dc par_io_config_pin +EXPORT_SYMBOL vmlinux 0x666c14c0 __traceiter_dma_fence_emit +EXPORT_SYMBOL vmlinux 0x6673f96d xxh32_reset +EXPORT_SYMBOL vmlinux 0x66826f5a xudma_get_ringacc +EXPORT_SYMBOL vmlinux 0x66869bac mii_link_ok +EXPORT_SYMBOL vmlinux 0x668b19a1 down_read +EXPORT_SYMBOL vmlinux 0x668b9cca dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0x669c191b dm_consume_args +EXPORT_SYMBOL vmlinux 0x66abe502 vme_register_bridge +EXPORT_SYMBOL vmlinux 0x66aed6c1 devm_clk_get_optional +EXPORT_SYMBOL vmlinux 0x66af1fd1 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x66b4cc41 kmemdup +EXPORT_SYMBOL vmlinux 0x66baa1c1 path_is_under +EXPORT_SYMBOL vmlinux 0x66badf40 fib_notifier_ops_unregister +EXPORT_SYMBOL vmlinux 0x66be16a9 ip_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x66d21077 mii_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x66dedda4 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x66e81ae2 tls_server_hello_x509 +EXPORT_SYMBOL vmlinux 0x66edfc78 _find_next_or_bit +EXPORT_SYMBOL vmlinux 0x671584d7 gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0x673532fc param_set_ulong +EXPORT_SYMBOL vmlinux 0x6736caa4 jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0x67412d2f ucc_slow_enable +EXPORT_SYMBOL vmlinux 0x67431929 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x6749d53f hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x6750006d mdio_driver_unregister +EXPORT_SYMBOL vmlinux 0x675e6d7a __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0x6776083c msm_pinctrl_dev_pm_ops +EXPORT_SYMBOL vmlinux 0x67768fe8 param_set_ullong +EXPORT_SYMBOL vmlinux 0x67858f6d get_user_pages +EXPORT_SYMBOL vmlinux 0x678687f5 generic_key_instantiate +EXPORT_SYMBOL vmlinux 0x678b96ec dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x678f8c6d qdisc_put +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67bb9601 simple_dentry_operations +EXPORT_SYMBOL vmlinux 0x67c13ea0 acpi_read +EXPORT_SYMBOL vmlinux 0x682bf353 fscrypt_free_inode +EXPORT_SYMBOL vmlinux 0x68318ed2 vfs_get_link +EXPORT_SYMBOL vmlinux 0x683bc467 ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0x68471c50 blk_mq_run_hw_queue +EXPORT_SYMBOL vmlinux 0x68500e8e of_find_property +EXPORT_SYMBOL vmlinux 0x68525121 sock_queue_rcv_skb_reason +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x68836ab7 __skb_checksum +EXPORT_SYMBOL vmlinux 0x689067dd dma_fence_chain_ops +EXPORT_SYMBOL vmlinux 0x68bd4eff genphy_read_lpa +EXPORT_SYMBOL vmlinux 0x68c5f8b8 iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0x68d5230e security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x68d980cf ip_do_fragment +EXPORT_SYMBOL vmlinux 0x68f08269 gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0x68fb581a icst307_idx2s +EXPORT_SYMBOL vmlinux 0x69049cd2 radix_tree_replace_slot +EXPORT_SYMBOL vmlinux 0x690d5f5e tty_register_driver +EXPORT_SYMBOL vmlinux 0x691a1ca1 dcb_getrewr_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0x6924548b security_path_mknod +EXPORT_SYMBOL vmlinux 0x6927d5c2 unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x69336a7e pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0x693e93d5 tcf_chain_get_by_act +EXPORT_SYMBOL vmlinux 0x6940c45a build_skb +EXPORT_SYMBOL vmlinux 0x69486ead scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0x694c9a84 i2c_get_match_data +EXPORT_SYMBOL vmlinux 0x69585f13 jbd2_fc_release_bufs +EXPORT_SYMBOL vmlinux 0x69668826 netdev_increment_features +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6972e413 __bitmap_weight_and +EXPORT_SYMBOL vmlinux 0x69794842 pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x697ed5f0 memcpy_and_pad +EXPORT_SYMBOL vmlinux 0x698e1699 new_inode +EXPORT_SYMBOL vmlinux 0x69a4c518 jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0x69adeb2b dev_remove_offload +EXPORT_SYMBOL vmlinux 0x69b566c9 page_get_link +EXPORT_SYMBOL vmlinux 0x69bc7590 vm_map_pages_zero +EXPORT_SYMBOL vmlinux 0x69c55047 xfrm_dev_state_flush +EXPORT_SYMBOL vmlinux 0x69cd3049 filemap_fdatawait_range_keep_errors +EXPORT_SYMBOL vmlinux 0x69dd3b5b crc32_le +EXPORT_SYMBOL vmlinux 0x69dde469 udpv6_sendmsg +EXPORT_SYMBOL vmlinux 0x69de8757 vme_check_window +EXPORT_SYMBOL vmlinux 0x69ec6071 unregister_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a07dead generic_mii_ioctl +EXPORT_SYMBOL vmlinux 0x6a0f72e7 poll_initwait +EXPORT_SYMBOL vmlinux 0x6a2b6238 io_uring_get_socket +EXPORT_SYMBOL vmlinux 0x6a3766b2 qman_delete_cgr_safe +EXPORT_SYMBOL vmlinux 0x6a57c030 blkdev_put +EXPORT_SYMBOL vmlinux 0x6a5cb5ee __get_free_pages +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a5fa363 sigprocmask +EXPORT_SYMBOL vmlinux 0x6a6e05bf kstrtou8 +EXPORT_SYMBOL vmlinux 0x6a8c284d mount_bdev +EXPORT_SYMBOL vmlinux 0x6a8c2abc mmc_get_card +EXPORT_SYMBOL vmlinux 0x6a90663a qman_schedule_fq +EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device +EXPORT_SYMBOL vmlinux 0x6ae241c9 pci_pme_capable +EXPORT_SYMBOL vmlinux 0x6aedcdde page_pool_update_nid +EXPORT_SYMBOL vmlinux 0x6aeefac4 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x6b2759a7 dcb_ieee_getapp_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0x6b27729b radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0x6b29dafa page_readlink +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b3782e3 mmc_add_host +EXPORT_SYMBOL vmlinux 0x6b3a93c6 inet_frag_destroy +EXPORT_SYMBOL vmlinux 0x6b55acd0 rtnl_lock_killable +EXPORT_SYMBOL vmlinux 0x6b6f3fd8 free_buffer_head +EXPORT_SYMBOL vmlinux 0x6b70554a tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x6b71bda8 devfreq_update_interval +EXPORT_SYMBOL vmlinux 0x6b745395 skb_clone_sk +EXPORT_SYMBOL vmlinux 0x6b853d06 ns_to_kernel_old_timeval +EXPORT_SYMBOL vmlinux 0x6b8b8c06 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x6b8bf149 netif_receive_skb_list +EXPORT_SYMBOL vmlinux 0x6b958549 generic_update_time +EXPORT_SYMBOL vmlinux 0x6b978329 pci_enable_device_io +EXPORT_SYMBOL vmlinux 0x6b98ec74 tcp_md5_key_copy +EXPORT_SYMBOL vmlinux 0x6bbe32b2 _copy_to_iter +EXPORT_SYMBOL vmlinux 0x6bbf0438 mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bcd4762 xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x6bcdc1bc ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x6bd0e573 down_interruptible +EXPORT_SYMBOL vmlinux 0x6bda2f22 rdmacg_uncharge +EXPORT_SYMBOL vmlinux 0x6be06765 fs_param_is_s32 +EXPORT_SYMBOL vmlinux 0x6be1c1f8 acpi_install_method +EXPORT_SYMBOL vmlinux 0x6bf7a8bb i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0x6c01a5ea phy_sfp_probe +EXPORT_SYMBOL vmlinux 0x6c083a83 napi_gro_frags +EXPORT_SYMBOL vmlinux 0x6c1c2a99 unregister_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x6c2161f8 locks_init_lock +EXPORT_SYMBOL vmlinux 0x6c224cda gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x6c29d04a d_delete +EXPORT_SYMBOL vmlinux 0x6c53cd34 d_splice_alias +EXPORT_SYMBOL vmlinux 0x6c582f8e send_sig_mceerr +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c687633 vga_client_register +EXPORT_SYMBOL vmlinux 0x6c6d2369 lookup_one_len +EXPORT_SYMBOL vmlinux 0x6c7eab03 rw_verify_area +EXPORT_SYMBOL vmlinux 0x6c8f90a9 jbd2_wait_inode_data +EXPORT_SYMBOL vmlinux 0x6c91edbb jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0x6ca9c848 copy_highpage +EXPORT_SYMBOL vmlinux 0x6caeb550 i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0x6cb46525 netlbl_catmap_walk +EXPORT_SYMBOL vmlinux 0x6cbbfc54 __arch_copy_to_user +EXPORT_SYMBOL vmlinux 0x6ce8cc0f kthread_bind +EXPORT_SYMBOL vmlinux 0x6ced0d8f blk_rq_map_user +EXPORT_SYMBOL vmlinux 0x6cf0d67d qe_get_num_of_snums +EXPORT_SYMBOL vmlinux 0x6d071f84 xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0x6d088ca8 ethtool_aggregate_rmon_stats +EXPORT_SYMBOL vmlinux 0x6d16c104 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x6d17c20f of_device_is_compatible +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d38958f mdiobus_get_phy +EXPORT_SYMBOL vmlinux 0x6d453600 simple_recursive_removal +EXPORT_SYMBOL vmlinux 0x6d513643 kernel_tmpfile_open +EXPORT_SYMBOL vmlinux 0x6d52a310 writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x6d5f5b91 radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x6d613811 sk_alloc +EXPORT_SYMBOL vmlinux 0x6d704b4e skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x6d712a27 mipi_dsi_dcs_set_pixel_format +EXPORT_SYMBOL vmlinux 0x6d73c95f logic_outw +EXPORT_SYMBOL vmlinux 0x6d7865d6 max8998_bulk_read +EXPORT_SYMBOL vmlinux 0x6d79c277 generic_block_bmap +EXPORT_SYMBOL vmlinux 0x6d7c7dcc bitmap_cut +EXPORT_SYMBOL vmlinux 0x6d7f534f nd_device_notify +EXPORT_SYMBOL vmlinux 0x6d80f6df bio_copy_data +EXPORT_SYMBOL vmlinux 0x6d824a59 eth_header_cache_update +EXPORT_SYMBOL vmlinux 0x6d8f02ab skb_checksum_setup +EXPORT_SYMBOL vmlinux 0x6d933508 lynx_pcs_destroy +EXPORT_SYMBOL vmlinux 0x6da467cb pfn_is_map_memory +EXPORT_SYMBOL vmlinux 0x6da9a63a fscrypt_fname_disk_to_usr +EXPORT_SYMBOL vmlinux 0x6db3cec4 ipv4_specific +EXPORT_SYMBOL vmlinux 0x6dba9051 xz_dec_microlzma_end +EXPORT_SYMBOL vmlinux 0x6dc35b25 radix_tree_iter_delete +EXPORT_SYMBOL vmlinux 0x6dc5ff01 tcp_sync_mss +EXPORT_SYMBOL vmlinux 0x6dcec523 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0x6dcf857f uuid_null +EXPORT_SYMBOL vmlinux 0x6dd17e7b acpi_get_table_header +EXPORT_SYMBOL vmlinux 0x6dd50d5e netlbl_calipso_ops_register +EXPORT_SYMBOL vmlinux 0x6ddfd09c unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0x6deac6f2 dev_kfree_skb_any_reason +EXPORT_SYMBOL vmlinux 0x6dedcf61 netdev_err +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6e0cac65 param_ops_charp +EXPORT_SYMBOL vmlinux 0x6e222682 dqget +EXPORT_SYMBOL vmlinux 0x6e23882a fsync_bdev +EXPORT_SYMBOL vmlinux 0x6e265545 sock_rfree +EXPORT_SYMBOL vmlinux 0x6e2c4839 kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x6e342704 input_register_handler +EXPORT_SYMBOL vmlinux 0x6e414515 __SetPageMovable +EXPORT_SYMBOL vmlinux 0x6e5afced cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0x6e5b8651 xz_dec_run +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e84fa84 pci_dev_put +EXPORT_SYMBOL vmlinux 0x6e997c94 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0x6e9b6ffc elevator_alloc +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea9363b force_sig +EXPORT_SYMBOL vmlinux 0x6eb093c3 ip6_fraglist_init +EXPORT_SYMBOL vmlinux 0x6ebb573c pci_free_host_bridge +EXPORT_SYMBOL vmlinux 0x6ed5e4d7 nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0x6edf9eba arp_send +EXPORT_SYMBOL vmlinux 0x6ee37003 qman_get_qm_portal_config +EXPORT_SYMBOL vmlinux 0x6eecfaf4 sg_copy_buffer +EXPORT_SYMBOL vmlinux 0x6f14e9db console_list_lock +EXPORT_SYMBOL vmlinux 0x6f21da21 __dec_node_page_state +EXPORT_SYMBOL vmlinux 0x6f2422d4 __module_put_and_kthread_exit +EXPORT_SYMBOL vmlinux 0x6f2fb3ff uart_remove_one_port +EXPORT_SYMBOL vmlinux 0x6f3bf0a2 md_register_thread +EXPORT_SYMBOL vmlinux 0x6f41a428 acpi_get_vendor_resource +EXPORT_SYMBOL vmlinux 0x6f41a639 irq_cpu_rmap_remove +EXPORT_SYMBOL vmlinux 0x6f45c110 pneigh_lookup +EXPORT_SYMBOL vmlinux 0x6f480c71 xsk_clear_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0x6f4a59e4 sort_r +EXPORT_SYMBOL vmlinux 0x6f5ab52f acpi_get_local_address +EXPORT_SYMBOL vmlinux 0x6f666d7c vme_new_dma_list +EXPORT_SYMBOL vmlinux 0x6f737559 folio_wait_private_2 +EXPORT_SYMBOL vmlinux 0x6f7793a5 skb_flow_dissector_init +EXPORT_SYMBOL vmlinux 0x6f90cd9c md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x6f915a45 dqstats +EXPORT_SYMBOL vmlinux 0x6f9f356a param_get_ushort +EXPORT_SYMBOL vmlinux 0x6fa332bd md_bitmap_start_sync +EXPORT_SYMBOL vmlinux 0x6faf7a1c nd_device_unregister +EXPORT_SYMBOL vmlinux 0x6fb49676 queue_rcu_work +EXPORT_SYMBOL vmlinux 0x6fbc6a00 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x6fc48021 dynamic_cond_resched +EXPORT_SYMBOL vmlinux 0x6fc65445 pnp_release_card_device +EXPORT_SYMBOL vmlinux 0x6fca1c49 netdev_adjacent_change_abort +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fcf0af9 skb_queue_head +EXPORT_SYMBOL vmlinux 0x6fd59469 bio_kmalloc +EXPORT_SYMBOL vmlinux 0x6ff3a485 dynamic_might_resched +EXPORT_SYMBOL vmlinux 0x6ff6bbf1 fb_get_mode +EXPORT_SYMBOL vmlinux 0x6ff96c2b nvdimm_namespace_disk_name +EXPORT_SYMBOL vmlinux 0x6ffe9dd4 kill_fasync +EXPORT_SYMBOL vmlinux 0x6fff261f __arch_clear_user +EXPORT_SYMBOL vmlinux 0x70002fe8 siphash_1u32 +EXPORT_SYMBOL vmlinux 0x700c6c17 key_create +EXPORT_SYMBOL vmlinux 0x7023bea8 unregister_acpi_notifier +EXPORT_SYMBOL vmlinux 0x7027a35a km_policy_notify +EXPORT_SYMBOL vmlinux 0x702946da ucs2_strlen +EXPORT_SYMBOL vmlinux 0x702ef96a ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0x704c35ba serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0x705f35f7 get_mem_cgroup_from_mm +EXPORT_SYMBOL vmlinux 0x705f59a8 ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x7060d475 kern_sys_bpf +EXPORT_SYMBOL vmlinux 0x706beddd simple_transaction_read +EXPORT_SYMBOL vmlinux 0x706e5807 __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0x707ff533 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x70ac2c1a blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x70ad75fb radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x70d1a18e qman_release_pool +EXPORT_SYMBOL vmlinux 0x70d1db43 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x70daa11e dma_fence_remove_callback +EXPORT_SYMBOL vmlinux 0x70e6e987 wait_for_key_construction +EXPORT_SYMBOL vmlinux 0x70e84531 dev_trans_start +EXPORT_SYMBOL vmlinux 0x70f04270 page_cache_next_miss +EXPORT_SYMBOL vmlinux 0x70f21b0c jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x70ff9074 forget_cached_acl +EXPORT_SYMBOL vmlinux 0x71184136 __page_frag_cache_drain +EXPORT_SYMBOL vmlinux 0x71196c36 simple_statfs +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x7141b88a logic_insb +EXPORT_SYMBOL vmlinux 0x71473205 ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x7155bcf8 sync_file_get_fence +EXPORT_SYMBOL vmlinux 0x715a5ed0 vprintk +EXPORT_SYMBOL vmlinux 0x715e358d nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0x71690aeb dev_disable_lro +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x717a32ba set_anon_super +EXPORT_SYMBOL vmlinux 0x717d1f96 hdmi_infoframe_check +EXPORT_SYMBOL vmlinux 0x7195feba simple_pin_fs +EXPORT_SYMBOL vmlinux 0x71982cbd config_item_get_unless_zero +EXPORT_SYMBOL vmlinux 0x719d6afa try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71b3a4e1 __serio_register_driver +EXPORT_SYMBOL vmlinux 0x71bb7c8a thaw_super +EXPORT_SYMBOL vmlinux 0x71e97340 sock_bindtoindex +EXPORT_SYMBOL vmlinux 0x71f645f0 blk_queue_max_write_zeroes_sectors +EXPORT_SYMBOL vmlinux 0x71fb6892 dma_fence_array_next +EXPORT_SYMBOL vmlinux 0x71fe5ad3 flow_rule_alloc +EXPORT_SYMBOL vmlinux 0x720a27a7 __register_blkdev +EXPORT_SYMBOL vmlinux 0x723d4fab vm_map_ram +EXPORT_SYMBOL vmlinux 0x72463fbd vfs_mkdir +EXPORT_SYMBOL vmlinux 0x725a9447 iommu_get_msi_cookie +EXPORT_SYMBOL vmlinux 0x726bc3c7 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0x729f2819 skb_flow_dissect_tunnel_info +EXPORT_SYMBOL vmlinux 0x72a50966 ucc_fast_disable +EXPORT_SYMBOL vmlinux 0x72a5f580 writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x72a66ae2 ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x72aec26d dma_fence_chain_init +EXPORT_SYMBOL vmlinux 0x72b9d287 default_grn +EXPORT_SYMBOL vmlinux 0x72bba82c md_cluster_ops +EXPORT_SYMBOL vmlinux 0x72d6c55d kernel_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72ed81b0 remap_pfn_range +EXPORT_SYMBOL vmlinux 0x72f14ff7 acpi_get_object_info +EXPORT_SYMBOL vmlinux 0x72f356a2 folio_clear_dirty_for_io +EXPORT_SYMBOL vmlinux 0x72f3aeef devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x72f537ca __vfs_getxattr +EXPORT_SYMBOL vmlinux 0x730dd2c7 genphy_soft_reset +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x7316b0af softnet_data +EXPORT_SYMBOL vmlinux 0x731dba7a xen_domain_type +EXPORT_SYMBOL vmlinux 0x7320bf5c filemap_flush +EXPORT_SYMBOL vmlinux 0x7322db3c param_get_invbool +EXPORT_SYMBOL vmlinux 0x7324ec20 netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0x732dd326 groups_free +EXPORT_SYMBOL vmlinux 0x7337ed23 nf_register_net_hook +EXPORT_SYMBOL vmlinux 0x734a0a72 empty_aops +EXPORT_SYMBOL vmlinux 0x735e6a81 acpi_evaluate_integer +EXPORT_SYMBOL vmlinux 0x737b90e3 ethtool_virtdev_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x7380dffa argv_split +EXPORT_SYMBOL vmlinux 0x73998efa cpm_muram_free_addr +EXPORT_SYMBOL vmlinux 0x739fd00f __SCK__tp_func_module_get +EXPORT_SYMBOL vmlinux 0x73a73346 pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x73abb180 alloc_contig_range +EXPORT_SYMBOL vmlinux 0x73c03988 crypto_sha1_finup +EXPORT_SYMBOL vmlinux 0x73d0b4b6 security_path_unlink +EXPORT_SYMBOL vmlinux 0x73d357f4 vme_register_driver +EXPORT_SYMBOL vmlinux 0x73da4895 blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0x74052898 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0x74077bea flow_rule_match_enc_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x7410aba2 strreplace +EXPORT_SYMBOL vmlinux 0x7412ed5b kvfree_sensitive +EXPORT_SYMBOL vmlinux 0x74202ec2 genphy_read_abilities +EXPORT_SYMBOL vmlinux 0x74207ad5 inet_shutdown +EXPORT_SYMBOL vmlinux 0x742578a5 wait_for_random_bytes +EXPORT_SYMBOL vmlinux 0x7427e29a dump_skip_to +EXPORT_SYMBOL vmlinux 0x7429e20c kstrtos8 +EXPORT_SYMBOL vmlinux 0x74326bec inode_set_bytes +EXPORT_SYMBOL vmlinux 0x743f4126 keygen_port_hashing_init +EXPORT_SYMBOL vmlinux 0x7451bf70 iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0x7453d3e8 security_release_secctx +EXPORT_SYMBOL vmlinux 0x745409d7 netdev_offload_xstats_disable +EXPORT_SYMBOL vmlinux 0x745fec22 dma_resv_replace_fences +EXPORT_SYMBOL vmlinux 0x74754435 acpi_bus_generate_netlink_event +EXPORT_SYMBOL vmlinux 0x747d3594 skb_vlan_untag +EXPORT_SYMBOL vmlinux 0x7483dc59 pci_dev_present +EXPORT_SYMBOL vmlinux 0x74858518 ip_sock_set_recverr +EXPORT_SYMBOL vmlinux 0x748b05bd blkdev_issue_secure_erase +EXPORT_SYMBOL vmlinux 0x749a0793 phy_resume +EXPORT_SYMBOL vmlinux 0x74a8b133 pci_assign_resource +EXPORT_SYMBOL vmlinux 0x74aca498 xp_dma_sync_for_cpu_slow +EXPORT_SYMBOL vmlinux 0x74b481e5 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x74b8e674 slhc_toss +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74da064a set_security_override +EXPORT_SYMBOL vmlinux 0x74dd9e0b dma_fence_wait_any_timeout +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x7509c841 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0x751621fa _copy_from_iter +EXPORT_SYMBOL vmlinux 0x75375b6f xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0x753ad27d pci_scan_single_device +EXPORT_SYMBOL vmlinux 0x75456a11 audit_log_start +EXPORT_SYMBOL vmlinux 0x755835a0 simple_empty +EXPORT_SYMBOL vmlinux 0x755b78c6 meson_sm_call_write +EXPORT_SYMBOL vmlinux 0x755f4ba3 blake2s_compress_generic +EXPORT_SYMBOL vmlinux 0x756ad61b __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0x7575694c unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0x757f9a27 mdiobus_read +EXPORT_SYMBOL vmlinux 0x757fdb90 key_task_permission +EXPORT_SYMBOL vmlinux 0x75823f4a xfrm4_udp_encap_rcv +EXPORT_SYMBOL vmlinux 0x75871f5e acpi_get_next_object +EXPORT_SYMBOL vmlinux 0x7593a488 blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0x75b8a7d5 netlink_ack +EXPORT_SYMBOL vmlinux 0x75bba889 mem_cgroup_from_task +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75c880aa no_seek_end_llseek +EXPORT_SYMBOL vmlinux 0x75c91fa3 inet6_add_offload +EXPORT_SYMBOL vmlinux 0x75d0deb9 nsecs_to_jiffies64 +EXPORT_SYMBOL vmlinux 0x75d499dd vmcore_add_device_dump +EXPORT_SYMBOL vmlinux 0x75df6175 xfrm_user_policy +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x76208b5a netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0x7624249e dim_park_tired +EXPORT_SYMBOL vmlinux 0x7629205d pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0x763aa44d uart_write_wakeup +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x76497f55 __ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x76588246 __traceiter_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x765a480d dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0x765ff474 crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x766a0927 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x7682ba4e __copy_overflow +EXPORT_SYMBOL vmlinux 0x7684490e i2c_get_adapter_by_fwnode +EXPORT_SYMBOL vmlinux 0x76857735 mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x768e04aa vif_device_init +EXPORT_SYMBOL vmlinux 0x768ee329 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x7696e75e key_alloc +EXPORT_SYMBOL vmlinux 0x769f6e64 errseq_check +EXPORT_SYMBOL vmlinux 0x76b0cafa folio_migrate_flags +EXPORT_SYMBOL vmlinux 0x76bc37ce serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76efc249 _atomic_dec_and_raw_lock_irqsave +EXPORT_SYMBOL vmlinux 0x76f1bd81 __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0x770e8ada ps2_init +EXPORT_SYMBOL vmlinux 0x773209ca nf_reinject +EXPORT_SYMBOL vmlinux 0x77358855 iomem_resource +EXPORT_SYMBOL vmlinux 0x773a849f twl6040_power +EXPORT_SYMBOL vmlinux 0x773fa409 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x773fb64f vfs_clone_file_range +EXPORT_SYMBOL vmlinux 0x77456e0a acpi_root_dir +EXPORT_SYMBOL vmlinux 0x775d5bb4 ipv6_select_ident +EXPORT_SYMBOL vmlinux 0x776ca93a __clzdi2 +EXPORT_SYMBOL vmlinux 0x77786ea5 skb_condense +EXPORT_SYMBOL vmlinux 0x777a3bb8 mark_info_dirty +EXPORT_SYMBOL vmlinux 0x777e82db of_cpu_device_node_get +EXPORT_SYMBOL vmlinux 0x7791193f icst525_s2div +EXPORT_SYMBOL vmlinux 0x77ae903d blk_mq_run_hw_queues +EXPORT_SYMBOL vmlinux 0x77ba94e3 rcu_lazy_get_jiffies_till_flush +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77c990dc pci_clear_mwi +EXPORT_SYMBOL vmlinux 0x77cb50fb skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x77d33c19 sock_no_bind +EXPORT_SYMBOL vmlinux 0x77e9eb37 aes_encrypt +EXPORT_SYMBOL vmlinux 0x78054e14 sync_blockdev +EXPORT_SYMBOL vmlinux 0x7807f0f8 schedule_timeout_idle +EXPORT_SYMBOL vmlinux 0x78161f39 call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0x78181e01 sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0x78356c57 pfifo_fast_ops +EXPORT_SYMBOL vmlinux 0x7835e0f6 dev_add_offload +EXPORT_SYMBOL vmlinux 0x783994de xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0x784148a5 _dev_notice +EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x785a3983 netlink_set_err +EXPORT_SYMBOL vmlinux 0x78794cdf regset_get_alloc +EXPORT_SYMBOL vmlinux 0x787d15fb copy_page_to_iter_nofault +EXPORT_SYMBOL vmlinux 0x7881dce9 pcie_capability_clear_and_set_word_locked +EXPORT_SYMBOL vmlinux 0x788e807e vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0x78a16f48 aes_decrypt +EXPORT_SYMBOL vmlinux 0x78b887ed vsprintf +EXPORT_SYMBOL vmlinux 0x78cc8707 fb_find_mode +EXPORT_SYMBOL vmlinux 0x78d48138 neigh_carrier_down +EXPORT_SYMBOL vmlinux 0x78d7cc1a mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78e040a5 napi_consume_skb +EXPORT_SYMBOL vmlinux 0x78e4f66a tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0x7902aaba devm_clk_put +EXPORT_SYMBOL vmlinux 0x7919b383 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x791ce971 iterate_fd +EXPORT_SYMBOL vmlinux 0x79220430 blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0x79376489 xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x798486c5 dst_release_immediate +EXPORT_SYMBOL vmlinux 0x7984eefc key_update +EXPORT_SYMBOL vmlinux 0x799e3a7a fman_unregister_intr +EXPORT_SYMBOL vmlinux 0x79a33f85 vme_get_size +EXPORT_SYMBOL vmlinux 0x79b58d0d fuse_mount_destroy +EXPORT_SYMBOL vmlinux 0x79c00f12 scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0x79c17fa8 pnp_register_card_driver +EXPORT_SYMBOL vmlinux 0x79c9fda8 pps_unregister_source +EXPORT_SYMBOL vmlinux 0x79cabf10 zap_page_range_single +EXPORT_SYMBOL vmlinux 0x79d1e45f mount_single +EXPORT_SYMBOL vmlinux 0x79d219c0 __get_hash_from_flowi6 +EXPORT_SYMBOL vmlinux 0x79d451fe pnp_unregister_driver +EXPORT_SYMBOL vmlinux 0x79e4cbe8 override_creds +EXPORT_SYMBOL vmlinux 0x79e7bc55 framebuffer_release +EXPORT_SYMBOL vmlinux 0x79e9258b dev_mc_sync +EXPORT_SYMBOL vmlinux 0x79e9ad83 udp_disconnect +EXPORT_SYMBOL vmlinux 0x79ecd3da rproc_coredump_set_elf_info +EXPORT_SYMBOL vmlinux 0x7a08f2a2 rproc_elf_find_loaded_rsc_table +EXPORT_SYMBOL vmlinux 0x7a1a8636 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0x7a1bcd59 gf128mul_x8_ble +EXPORT_SYMBOL vmlinux 0x7a22059f ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x7a2af7b4 cpu_number +EXPORT_SYMBOL vmlinux 0x7a2ff57e security_current_getsecid_subj +EXPORT_SYMBOL vmlinux 0x7a41c69f tcp_splice_read +EXPORT_SYMBOL vmlinux 0x7a53a06d flow_indr_dev_exists +EXPORT_SYMBOL vmlinux 0x7a5dd8c1 blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0x7a667c66 d_drop +EXPORT_SYMBOL vmlinux 0x7a6d7620 i2c_del_driver +EXPORT_SYMBOL vmlinux 0x7a95e5ae do_settimeofday64 +EXPORT_SYMBOL vmlinux 0x7a968137 ucc_slow_restart_tx +EXPORT_SYMBOL vmlinux 0x7a98632d cfb_fillrect +EXPORT_SYMBOL vmlinux 0x7aa1215f flow_rule_match_enc_ports +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7aa54522 param_set_charp +EXPORT_SYMBOL vmlinux 0x7ac8adf9 phy_ethtool_get_strings +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7ad054ab mdiobus_write_nested +EXPORT_SYMBOL vmlinux 0x7adc0fbf rb_replace_node_rcu +EXPORT_SYMBOL vmlinux 0x7ae5d317 qe_get_snum +EXPORT_SYMBOL vmlinux 0x7aecaa93 security_inode_invalidate_secctx +EXPORT_SYMBOL vmlinux 0x7afa49a8 ppp_input_error +EXPORT_SYMBOL vmlinux 0x7b062320 skb_checksum_help +EXPORT_SYMBOL vmlinux 0x7b0f1d0a mtree_store +EXPORT_SYMBOL vmlinux 0x7b2f30cb rproc_elf_load_rsc_table +EXPORT_SYMBOL vmlinux 0x7b37d4a7 _find_first_zero_bit +EXPORT_SYMBOL vmlinux 0x7b3ce6ad security_dentry_init_security +EXPORT_SYMBOL vmlinux 0x7b425669 fscrypt_put_encryption_info +EXPORT_SYMBOL vmlinux 0x7b4da6ff __init_rwsem +EXPORT_SYMBOL vmlinux 0x7b54f270 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x7b5b8f31 sha256_update +EXPORT_SYMBOL vmlinux 0x7b64f9c3 generic_fillattr +EXPORT_SYMBOL vmlinux 0x7b78d6ee __devm_release_region +EXPORT_SYMBOL vmlinux 0x7b82b9a1 idr_replace +EXPORT_SYMBOL vmlinux 0x7b9275fc dquot_load_quota_sb +EXPORT_SYMBOL vmlinux 0x7b928f0a vme_irq_request +EXPORT_SYMBOL vmlinux 0x7b9eb130 padata_free +EXPORT_SYMBOL vmlinux 0x7ba5a3b4 tegra_powergate_power_off +EXPORT_SYMBOL vmlinux 0x7bb50b88 acpi_write +EXPORT_SYMBOL vmlinux 0x7bbccb2a skb_eth_gso_segment +EXPORT_SYMBOL vmlinux 0x7bbccd05 nr_node_ids +EXPORT_SYMBOL vmlinux 0x7bc3cae6 secure_tcpv6_ts_off +EXPORT_SYMBOL vmlinux 0x7bd251f3 generic_pipe_buf_try_steal +EXPORT_SYMBOL vmlinux 0x7be1471b rt_mutex_base_init +EXPORT_SYMBOL vmlinux 0x7bfb0f29 udp6_set_csum +EXPORT_SYMBOL vmlinux 0x7c03e6cb __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x7c108ed9 pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0x7c173634 __bitmap_complement +EXPORT_SYMBOL vmlinux 0x7c23a4b8 blk_mq_init_allocated_queue +EXPORT_SYMBOL vmlinux 0x7c24f893 fwnode_mdiobus_register_phy +EXPORT_SYMBOL vmlinux 0x7c2d03a6 dma_fence_enable_sw_signaling +EXPORT_SYMBOL vmlinux 0x7c35e8e7 alloc_file_pseudo +EXPORT_SYMBOL vmlinux 0x7c360f40 tcf_get_next_proto +EXPORT_SYMBOL vmlinux 0x7c38dd26 scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0x7c3c9673 blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c4c6c7a dump_page +EXPORT_SYMBOL vmlinux 0x7c633358 d_set_d_op +EXPORT_SYMBOL vmlinux 0x7c95448d generic_fadvise +EXPORT_SYMBOL vmlinux 0x7c9a61da devm_request_resource +EXPORT_SYMBOL vmlinux 0x7c9e8ac3 remove_watch_from_object +EXPORT_SYMBOL vmlinux 0x7cb296ca lock_rename +EXPORT_SYMBOL vmlinux 0x7cbb9359 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0x7cbe0cd2 drop_reasons_by_subsys +EXPORT_SYMBOL vmlinux 0x7cbe6d5a genphy_c45_eee_is_active +EXPORT_SYMBOL vmlinux 0x7cc18181 set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0x7cce04be tc_cleanup_offload_action +EXPORT_SYMBOL vmlinux 0x7cd2bfe7 xfrm_if_register_cb +EXPORT_SYMBOL vmlinux 0x7cd2e028 send_sig_info +EXPORT_SYMBOL vmlinux 0x7cd9fd0a migrate_device_pages +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7ce35101 max8925_set_bits +EXPORT_SYMBOL vmlinux 0x7ce58981 kvrealloc +EXPORT_SYMBOL vmlinux 0x7ce724fa genphy_c45_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7cf5da37 tcp_sock_set_keepidle +EXPORT_SYMBOL vmlinux 0x7cf6f666 mmc_can_gpio_ro +EXPORT_SYMBOL vmlinux 0x7cf966de dev_uc_flush +EXPORT_SYMBOL vmlinux 0x7cfd41dc tcp_ioctl +EXPORT_SYMBOL vmlinux 0x7cfe368d net_dim_get_def_tx_moderation +EXPORT_SYMBOL vmlinux 0x7d0ba682 gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0x7d0d7622 devm_pci_remap_cfg_resource +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d12d76d acpi_get_parent +EXPORT_SYMBOL vmlinux 0x7d27e504 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x7d40a866 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0x7d43ff75 submit_bio_noacct +EXPORT_SYMBOL vmlinux 0x7d4b176a netlbl_catmap_setbit +EXPORT_SYMBOL vmlinux 0x7d5e1008 __crc32c_le_shift +EXPORT_SYMBOL vmlinux 0x7d610f97 of_graph_get_next_endpoint +EXPORT_SYMBOL vmlinux 0x7d74d522 kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0x7dac99d6 sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x7daece67 quota_send_warning +EXPORT_SYMBOL vmlinux 0x7dbd3dd3 phy_attach +EXPORT_SYMBOL vmlinux 0x7dc3a0b9 param_ops_bool +EXPORT_SYMBOL vmlinux 0x7dc5ffa7 tc_skb_ext_tc_disable +EXPORT_SYMBOL vmlinux 0x7dcf4135 __xa_insert +EXPORT_SYMBOL vmlinux 0x7dcfca9b jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0x7df08970 mipi_dsi_dcs_soft_reset +EXPORT_SYMBOL vmlinux 0x7dfd42bc tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0x7e0b255f hdmi_audio_infoframe_pack_for_dp +EXPORT_SYMBOL vmlinux 0x7e3191f6 try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x7e3f8a37 copy_page_from_iter +EXPORT_SYMBOL vmlinux 0x7e4c3df5 efi +EXPORT_SYMBOL vmlinux 0x7e5c9cbd migrate_device_finalize +EXPORT_SYMBOL vmlinux 0x7e5e77b6 tcp_ld_RTO_revert +EXPORT_SYMBOL vmlinux 0x7e6d5bd5 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x7e7378bb cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0x7e798f48 tcp_sock_set_syncnt +EXPORT_SYMBOL vmlinux 0x7e8103f1 block_dirty_folio +EXPORT_SYMBOL vmlinux 0x7e864ead devm_register_netdev +EXPORT_SYMBOL vmlinux 0x7e93dd58 arp_tbl +EXPORT_SYMBOL vmlinux 0x7e9ad4da filp_open +EXPORT_SYMBOL vmlinux 0x7ea0d4ca tegra_sku_info +EXPORT_SYMBOL vmlinux 0x7ea3e42d input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0x7ead3868 rt6_lookup +EXPORT_SYMBOL vmlinux 0x7ec79ec0 ip_sock_set_mtu_discover +EXPORT_SYMBOL vmlinux 0x7ed44f5b make_bad_inode +EXPORT_SYMBOL vmlinux 0x7ef20662 input_set_timestamp +EXPORT_SYMBOL vmlinux 0x7ef4bddc __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0x7efadc63 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0x7f02188f __msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x7f03b6a9 crc_ccitt_table +EXPORT_SYMBOL vmlinux 0x7f05fef4 msm_pinctrl_remove +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f297a9d pnp_stop_dev +EXPORT_SYMBOL vmlinux 0x7f2a96ad register_filesystem +EXPORT_SYMBOL vmlinux 0x7f2d2f1c twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0x7f52071a net_dim +EXPORT_SYMBOL vmlinux 0x7f62eaa4 sgl_free +EXPORT_SYMBOL vmlinux 0x7f66914f ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0x7f70ea47 of_device_is_big_endian +EXPORT_SYMBOL vmlinux 0x7f777938 devm_iounmap +EXPORT_SYMBOL vmlinux 0x7f7f7bb4 irq_poll_disable +EXPORT_SYMBOL vmlinux 0x7f8894c2 devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0x7f892cff single_release +EXPORT_SYMBOL vmlinux 0x7f981035 __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x7fa33541 tcp_release_cb +EXPORT_SYMBOL vmlinux 0x7fa7bba2 tcf_qevent_dump +EXPORT_SYMBOL vmlinux 0x7fce778e tegra_ivc_total_queue_size +EXPORT_SYMBOL vmlinux 0x7fde1fbc acpi_walk_resource_buffer +EXPORT_SYMBOL vmlinux 0x7fe105d7 bman_ip_rev +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x80046857 flow_rule_match_enc_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x80088e01 is_acpi_data_node +EXPORT_SYMBOL vmlinux 0x802208bc tcf_qevent_validate_change +EXPORT_SYMBOL vmlinux 0x8023a97f pnp_unregister_card_driver +EXPORT_SYMBOL vmlinux 0x80352e1f blk_queue_flag_set +EXPORT_SYMBOL vmlinux 0x803ddbb6 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x80762048 _atomic_dec_and_raw_lock +EXPORT_SYMBOL vmlinux 0x80788fe3 kmem_cache_size +EXPORT_SYMBOL vmlinux 0x80816f26 get_user_ifreq +EXPORT_SYMBOL vmlinux 0x8085f5a2 of_clk_get_by_name +EXPORT_SYMBOL vmlinux 0x808df51e i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0x80a70c1c blk_set_queue_depth +EXPORT_SYMBOL vmlinux 0x80a717a8 __percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x80be99a5 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x80c7ef9d of_find_device_by_node +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80e5f86f fscrypt_fname_alloc_buffer +EXPORT_SYMBOL vmlinux 0x80ec0d50 qman_init_fq +EXPORT_SYMBOL vmlinux 0x80f5f9e7 nf_register_net_hooks +EXPORT_SYMBOL vmlinux 0x810c893d flow_rule_match_pppoe +EXPORT_SYMBOL vmlinux 0x8110910f _dev_info +EXPORT_SYMBOL vmlinux 0x8111dcee mipi_dsi_dcs_get_power_mode +EXPORT_SYMBOL vmlinux 0x8112b3d2 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x81188c30 match_string +EXPORT_SYMBOL vmlinux 0x8130864c devm_memremap +EXPORT_SYMBOL vmlinux 0x81313b01 dquot_load_quota_inode +EXPORT_SYMBOL vmlinux 0x8137f1ab phy_get_internal_delay +EXPORT_SYMBOL vmlinux 0x814156dd mr_vif_seq_idx +EXPORT_SYMBOL vmlinux 0x81491054 security_binder_transaction +EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x815f2897 empty_zero_page +EXPORT_SYMBOL vmlinux 0x8165a1cc of_match_node +EXPORT_SYMBOL vmlinux 0x816f3c38 twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0x818416e1 scsi_set_sense_information +EXPORT_SYMBOL vmlinux 0x8186333b cpumask_next_wrap +EXPORT_SYMBOL vmlinux 0x818edf97 cpm_muram_alloc +EXPORT_SYMBOL vmlinux 0x8195f5a2 pmem_sector_size +EXPORT_SYMBOL vmlinux 0x81a0a149 clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x81a1eb59 utf8_unload +EXPORT_SYMBOL vmlinux 0x81ac12a3 __blk_alloc_disk +EXPORT_SYMBOL vmlinux 0x81ac5e33 trace_print_hex_dump_seq +EXPORT_SYMBOL vmlinux 0x81b20e8b ucc_fast_transmit_on_demand +EXPORT_SYMBOL vmlinux 0x81b450ca neigh_changeaddr +EXPORT_SYMBOL vmlinux 0x81c51d19 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x81d6c28b acpi_buffer_to_resource +EXPORT_SYMBOL vmlinux 0x81daca62 tegra_dfll_unregister +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81e4f549 mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0x81e4fcd3 dev_change_flags +EXPORT_SYMBOL vmlinux 0x81e6b37f dmi_get_system_info +EXPORT_SYMBOL vmlinux 0x8206b244 of_root +EXPORT_SYMBOL vmlinux 0x821b6d71 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x822b45bf serio_interrupt +EXPORT_SYMBOL vmlinux 0x822bda01 alloc_buffer_head +EXPORT_SYMBOL vmlinux 0x822fa291 vfs_parse_fs_string +EXPORT_SYMBOL vmlinux 0x8239b622 sock_release +EXPORT_SYMBOL vmlinux 0x823a4648 pci_request_irq +EXPORT_SYMBOL vmlinux 0x823ac387 pci_request_regions +EXPORT_SYMBOL vmlinux 0x823d3505 cmxgcr_lock +EXPORT_SYMBOL vmlinux 0x825971ad phy_mipi_dphy_get_default_config_for_hsclk +EXPORT_SYMBOL vmlinux 0x8269c0a6 phy_set_asym_pause +EXPORT_SYMBOL vmlinux 0x8272f085 __sk_dst_check +EXPORT_SYMBOL vmlinux 0x827ba7e0 __blk_mq_alloc_disk +EXPORT_SYMBOL vmlinux 0x828d17ba misc_register +EXPORT_SYMBOL vmlinux 0x828e889c make_kprojid +EXPORT_SYMBOL vmlinux 0x8297d1f9 fscrypt_has_permitted_context +EXPORT_SYMBOL vmlinux 0x829c12e6 devm_mfd_add_devices +EXPORT_SYMBOL vmlinux 0x82b474c8 rpmh_write +EXPORT_SYMBOL vmlinux 0x82b7575f of_property_read_reg +EXPORT_SYMBOL vmlinux 0x82c87ad5 nr_online_nodes +EXPORT_SYMBOL vmlinux 0x82ca0d04 xp_set_rxq_info +EXPORT_SYMBOL vmlinux 0x82cd55d0 sock_enable_timestamps +EXPORT_SYMBOL vmlinux 0x82ee90dc timer_delete_sync +EXPORT_SYMBOL vmlinux 0x830e792b tcp_getsockopt +EXPORT_SYMBOL vmlinux 0x830fa600 __traceiter_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x8318de7b iov_iter_gap_alignment +EXPORT_SYMBOL vmlinux 0x8346f620 simple_transaction_get +EXPORT_SYMBOL vmlinux 0x834fc7cd xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL vmlinux 0x835a526f elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x838d2bc8 siphash_3u32 +EXPORT_SYMBOL vmlinux 0x839d18f8 reuseport_has_conns_set +EXPORT_SYMBOL vmlinux 0x83b19518 netif_carrier_off +EXPORT_SYMBOL vmlinux 0x83b1d0af dma_fence_describe +EXPORT_SYMBOL vmlinux 0x83bda041 __wait_on_buffer +EXPORT_SYMBOL vmlinux 0x83f5dad3 input_get_poll_interval +EXPORT_SYMBOL vmlinux 0x83f69f89 __destroy_inode +EXPORT_SYMBOL vmlinux 0x8414c5db of_find_node_by_phandle +EXPORT_SYMBOL vmlinux 0x8415420a acpi_pm_device_sleep_state +EXPORT_SYMBOL vmlinux 0x8427cc7b _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0x8436c5ce pci_release_regions +EXPORT_SYMBOL vmlinux 0x843de9ec tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0x844f94d1 xsk_set_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0x84514eaf blk_queue_flag_clear +EXPORT_SYMBOL vmlinux 0x845447d8 register_key_type +EXPORT_SYMBOL vmlinux 0x845ea159 sock_efree +EXPORT_SYMBOL vmlinux 0x846d2779 ptp_clock_register +EXPORT_SYMBOL vmlinux 0x8476b421 __fput_sync +EXPORT_SYMBOL vmlinux 0x847ce6cb mt_find_after +EXPORT_SYMBOL vmlinux 0x84818f57 tegra_powergate_power_on +EXPORT_SYMBOL vmlinux 0x84823cf3 nla_strscpy +EXPORT_SYMBOL vmlinux 0x8483b9a0 __splice_from_pipe +EXPORT_SYMBOL vmlinux 0x84853bec blk_mq_delay_run_hw_queue +EXPORT_SYMBOL vmlinux 0x848fb540 seq_read_iter +EXPORT_SYMBOL vmlinux 0x84914079 __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x849f91fe fd_install +EXPORT_SYMBOL vmlinux 0x84a0ca4d bitmap_zalloc_node +EXPORT_SYMBOL vmlinux 0x84a38b92 seq_path +EXPORT_SYMBOL vmlinux 0x84adc5e2 input_setup_polling +EXPORT_SYMBOL vmlinux 0x84c3a327 vfs_iter_read +EXPORT_SYMBOL vmlinux 0x84c8ce8b tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0x84d5a6cf fput +EXPORT_SYMBOL vmlinux 0x84d64863 __mdiobus_c45_read +EXPORT_SYMBOL vmlinux 0x84e2d54e dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0x84e6aae5 pipe_unlock +EXPORT_SYMBOL vmlinux 0x84ed88f9 clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x8512e1da flow_rule_match_eth_addrs +EXPORT_SYMBOL vmlinux 0x8517f037 dev_uc_init +EXPORT_SYMBOL vmlinux 0x85185b30 __bio_advance +EXPORT_SYMBOL vmlinux 0x8518a4a6 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x851b9121 xudma_dev_get_psil_base +EXPORT_SYMBOL vmlinux 0x852cb061 dev_addr_mod +EXPORT_SYMBOL vmlinux 0x853dc0bc input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x8567ce6b page_cache_prev_miss +EXPORT_SYMBOL vmlinux 0x85683469 eth_header_parse +EXPORT_SYMBOL vmlinux 0x8591d7d5 ledtrig_mtd_activity +EXPORT_SYMBOL vmlinux 0x85a1870d generic_copy_file_range +EXPORT_SYMBOL vmlinux 0x85a58980 unlock_page +EXPORT_SYMBOL vmlinux 0x85a98304 flow_rule_match_ports_range +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85bd1608 __request_region +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85e33025 tcf_action_update_stats +EXPORT_SYMBOL vmlinux 0x85ec32d4 jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0x85efc7e0 zero_pfn +EXPORT_SYMBOL vmlinux 0x85f41fc9 __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x85f596a4 neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x85f7e0a6 path_put +EXPORT_SYMBOL vmlinux 0x862c8035 bitmap_alloc_node +EXPORT_SYMBOL vmlinux 0x86311035 pci_alloc_irq_vectors +EXPORT_SYMBOL vmlinux 0x8637d92f ppp_input +EXPORT_SYMBOL vmlinux 0x86385cbc devm_extcon_register_notifier_all +EXPORT_SYMBOL vmlinux 0x863a276a color_table +EXPORT_SYMBOL vmlinux 0x86475350 watchdog_unregister_governor +EXPORT_SYMBOL vmlinux 0x864f652f vlan_uses_dev +EXPORT_SYMBOL vmlinux 0x86648fa6 d_tmpfile +EXPORT_SYMBOL vmlinux 0x866a62b2 gnet_stats_basic_sync_init +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x8691a570 mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0x86944ec2 of_iommu_get_resv_regions +EXPORT_SYMBOL vmlinux 0x869cb10b dma_unmap_resource +EXPORT_SYMBOL vmlinux 0x869e4086 cad_pid +EXPORT_SYMBOL vmlinux 0x86a904e3 set_blocksize +EXPORT_SYMBOL vmlinux 0x86a90ad9 vfs_statfs +EXPORT_SYMBOL vmlinux 0x86d52ba5 lookup_constant +EXPORT_SYMBOL vmlinux 0x86dd708d tc_skb_ext_tc_enable +EXPORT_SYMBOL vmlinux 0x86fa2704 __inode_add_bytes +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x8702e50c console_force_preferred_locked +EXPORT_SYMBOL vmlinux 0x8738623a follow_pfn +EXPORT_SYMBOL vmlinux 0x87436a8c ptp_clock_index +EXPORT_SYMBOL vmlinux 0x874a0cb5 dquot_get_state +EXPORT_SYMBOL vmlinux 0x874c379a dquot_file_open +EXPORT_SYMBOL vmlinux 0x87524ea3 register_console +EXPORT_SYMBOL vmlinux 0x8761c87b rps_needed +EXPORT_SYMBOL vmlinux 0x876f3ed1 inet_register_protosw +EXPORT_SYMBOL vmlinux 0x8776c933 dquot_alloc +EXPORT_SYMBOL vmlinux 0x87809aeb put_user_ifreq +EXPORT_SYMBOL vmlinux 0x87a21cb3 __ubsan_handle_out_of_bounds +EXPORT_SYMBOL vmlinux 0x87c8c92f dma_fence_match_context +EXPORT_SYMBOL vmlinux 0x87ceb557 dquot_quota_sync +EXPORT_SYMBOL vmlinux 0x8805263d pipe_lock +EXPORT_SYMBOL vmlinux 0x88072aa4 jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x8810754a _find_first_bit +EXPORT_SYMBOL vmlinux 0x88175390 sdev_prefix_printk +EXPORT_SYMBOL vmlinux 0x881bad5e phy_mipi_dphy_config_validate +EXPORT_SYMBOL vmlinux 0x881c4413 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x881f0b60 tls_client_hello_anon +EXPORT_SYMBOL vmlinux 0x881fa7ef devm_release_resource +EXPORT_SYMBOL vmlinux 0x883a82b6 rproc_elf_load_segments +EXPORT_SYMBOL vmlinux 0x885672c9 devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0x8871f88b alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0x88743aaf generic_buffers_fsync +EXPORT_SYMBOL vmlinux 0x8874a33d inet_csk_reqsk_queue_add +EXPORT_SYMBOL vmlinux 0x88780b1b pcim_iounmap +EXPORT_SYMBOL vmlinux 0x88822d38 unregister_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0x8888f1fe xxh32 +EXPORT_SYMBOL vmlinux 0x889b1370 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x88d519d7 to_nd_dax +EXPORT_SYMBOL vmlinux 0x88db9f48 __check_object_size +EXPORT_SYMBOL vmlinux 0x88e1d0f0 page_frag_free +EXPORT_SYMBOL vmlinux 0x88ea0206 cros_ec_check_result +EXPORT_SYMBOL vmlinux 0x88ec7de6 __fs_parse +EXPORT_SYMBOL vmlinux 0x88f17368 ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0x88f7c235 security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0x890b1adb seq_vprintf +EXPORT_SYMBOL vmlinux 0x8914c32e __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x891dbb8f sgl_free_order +EXPORT_SYMBOL vmlinux 0x892e5f12 nvdimm_bus_unlock +EXPORT_SYMBOL vmlinux 0x893697a5 tegra_ahb_enable_smmu +EXPORT_SYMBOL vmlinux 0x89434b4b radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x8946ea72 fpsimd_context_busy +EXPORT_SYMBOL vmlinux 0x894b6d2c tcp_recv_skb +EXPORT_SYMBOL vmlinux 0x8950cc49 dev_lstats_read +EXPORT_SYMBOL vmlinux 0x8953a16c vm_iomap_memory +EXPORT_SYMBOL vmlinux 0x896731dd free_cgroup_ns +EXPORT_SYMBOL vmlinux 0x896ad1c3 vfs_iocb_iter_read +EXPORT_SYMBOL vmlinux 0x89940875 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x8996df41 rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0x8996f15e devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x89aa1f26 __sock_i_ino +EXPORT_SYMBOL vmlinux 0x89ae36a6 get_bitmap_from_slot +EXPORT_SYMBOL vmlinux 0x89ae76c5 param_set_bint +EXPORT_SYMBOL vmlinux 0x89c1b3c3 ip6_frag_next +EXPORT_SYMBOL vmlinux 0x89c6ba81 lookup_one_positive_unlocked +EXPORT_SYMBOL vmlinux 0x89d3c4db blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0x89d4d6b3 bioset_exit +EXPORT_SYMBOL vmlinux 0x89df5515 __phy_write_mmd +EXPORT_SYMBOL vmlinux 0x89e0444c nf_log_packet +EXPORT_SYMBOL vmlinux 0x8a02d2a4 configfs_unregister_subsystem +EXPORT_SYMBOL vmlinux 0x8a0886fc vfs_create_mount +EXPORT_SYMBOL vmlinux 0x8a2fd07e __invalidate_device +EXPORT_SYMBOL vmlinux 0x8a338c0d gro_cells_init +EXPORT_SYMBOL vmlinux 0x8a443466 input_register_device +EXPORT_SYMBOL vmlinux 0x8a44f8fe inet_ioctl +EXPORT_SYMBOL vmlinux 0x8a47043d LZ4_decompress_safe_continue +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a6ec10f skb_clone +EXPORT_SYMBOL vmlinux 0x8a7094ba vm_brk_flags +EXPORT_SYMBOL vmlinux 0x8a70baef dev_set_threaded +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a833583 dma_fence_array_ops +EXPORT_SYMBOL vmlinux 0x8a885636 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0x8a8ad876 acpi_notifier_call_chain +EXPORT_SYMBOL vmlinux 0x8a8b750f kobject_del +EXPORT_SYMBOL vmlinux 0x8a92fa6a d_set_fallthru +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8aab1677 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x8aaecd60 __put_cred +EXPORT_SYMBOL vmlinux 0x8abbb202 ndisc_ns_create +EXPORT_SYMBOL vmlinux 0x8ac136ae imx_sc_misc_get_control +EXPORT_SYMBOL vmlinux 0x8ac3334b net_dim_get_def_rx_moderation +EXPORT_SYMBOL vmlinux 0x8ad4951b vme_init_bridge +EXPORT_SYMBOL vmlinux 0x8af51833 block_write_begin +EXPORT_SYMBOL vmlinux 0x8b0088d1 LZ4_decompress_safe_usingDict +EXPORT_SYMBOL vmlinux 0x8b26cf81 of_get_child_by_name +EXPORT_SYMBOL vmlinux 0x8b2ffd83 __cpu_present_mask +EXPORT_SYMBOL vmlinux 0x8b55ae07 md_update_sb +EXPORT_SYMBOL vmlinux 0x8b59d747 phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b83d4d7 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x8b864a48 genphy_c37_config_aneg +EXPORT_SYMBOL vmlinux 0x8b8a09d6 param_ops_invbool +EXPORT_SYMBOL vmlinux 0x8b910be2 errseq_sample +EXPORT_SYMBOL vmlinux 0x8b989cf9 acpi_bus_can_wakeup +EXPORT_SYMBOL vmlinux 0x8b99bf35 devm_get_clk_from_child +EXPORT_SYMBOL vmlinux 0x8b9c3c8b __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x8bb0d133 tty_lock +EXPORT_SYMBOL vmlinux 0x8bb95c9a blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x8bca9b5b __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x8bdd9423 ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0x8bdfc47c __mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x8be189ab ucc_slow_disable +EXPORT_SYMBOL vmlinux 0x8c07e124 sock_recvmsg +EXPORT_SYMBOL vmlinux 0x8c116484 import_single_range +EXPORT_SYMBOL vmlinux 0x8c15728a qman_start_using_portal +EXPORT_SYMBOL vmlinux 0x8c26d495 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x8c2b8ef1 netif_schedule_queue +EXPORT_SYMBOL vmlinux 0x8c30bf67 zstd_dctx_workspace_bound +EXPORT_SYMBOL vmlinux 0x8c4b54ee setattr_should_drop_sgid +EXPORT_SYMBOL vmlinux 0x8c5bcea1 xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0x8c7ceb9e tcf_idr_search +EXPORT_SYMBOL vmlinux 0x8c8569cb kstrtoint +EXPORT_SYMBOL vmlinux 0x8c8634da mod_node_page_state +EXPORT_SYMBOL vmlinux 0x8c8b3c93 i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0x8c8b4d86 is_subdir +EXPORT_SYMBOL vmlinux 0x8c9e338f acpi_bios_error +EXPORT_SYMBOL vmlinux 0x8caca07d xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x8caf9305 uuid_is_valid +EXPORT_SYMBOL vmlinux 0x8cb005eb scsi_host_get +EXPORT_SYMBOL vmlinux 0x8cb38127 init_pseudo +EXPORT_SYMBOL vmlinux 0x8cb9cebe mipi_dsi_dcs_get_display_brightness +EXPORT_SYMBOL vmlinux 0x8cbfecc2 request_key_rcu +EXPORT_SYMBOL vmlinux 0x8cc08259 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0x8cc2d95c lookup_one_qstr_excl +EXPORT_SYMBOL vmlinux 0x8cc53d20 __par_io_config_pin +EXPORT_SYMBOL vmlinux 0x8cda8029 xen_clear_irq_pending +EXPORT_SYMBOL vmlinux 0x8ce6ad1f kmem_cache_alloc_bulk +EXPORT_SYMBOL vmlinux 0x8cfbfede dev_kfree_skb_irq_reason +EXPORT_SYMBOL vmlinux 0x8d0d7e30 __inc_node_page_state +EXPORT_SYMBOL vmlinux 0x8d168778 netdev_next_lower_dev_rcu +EXPORT_SYMBOL vmlinux 0x8d237bde dma_resv_init +EXPORT_SYMBOL vmlinux 0x8d33e672 __find_nth_andnot_bit +EXPORT_SYMBOL vmlinux 0x8d4112df qcom_scm_mem_protect_video_var +EXPORT_SYMBOL vmlinux 0x8d500c2d __block_write_full_folio +EXPORT_SYMBOL vmlinux 0x8d54fad1 bpf_map_get +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d5c4f22 ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x8d631099 inet6_release +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d77bf9a dquot_free_inode +EXPORT_SYMBOL vmlinux 0x8d86a4f8 bpf_prog_get_type_path +EXPORT_SYMBOL vmlinux 0x8d893f1d __alloc_pages +EXPORT_SYMBOL vmlinux 0x8d8ba033 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0x8d9813fb nd_btt_arena_is_valid +EXPORT_SYMBOL vmlinux 0x8dab9c4f i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0x8dafaf22 hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x8dbad4df __sock_create +EXPORT_SYMBOL vmlinux 0x8dc54889 seq_read +EXPORT_SYMBOL vmlinux 0x8dcefd77 cookie_ecn_ok +EXPORT_SYMBOL vmlinux 0x8dd467ae dma_mmap_attrs +EXPORT_SYMBOL vmlinux 0x8dd7eaf2 mmc_retune_timer_stop +EXPORT_SYMBOL vmlinux 0x8dd888ff tcf_block_get +EXPORT_SYMBOL vmlinux 0x8dd8b36e d_obtain_root +EXPORT_SYMBOL vmlinux 0x8dda4d9d bdi_unregister +EXPORT_SYMBOL vmlinux 0x8ddd8aad schedule_timeout +EXPORT_SYMBOL vmlinux 0x8de315df sock_gettstamp +EXPORT_SYMBOL vmlinux 0x8de79b52 cdrom_open +EXPORT_SYMBOL vmlinux 0x8dea9c15 key_invalidate +EXPORT_SYMBOL vmlinux 0x8dee722d _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0x8df24027 devm_rproc_alloc +EXPORT_SYMBOL vmlinux 0x8df4afd9 qe_put_snum +EXPORT_SYMBOL vmlinux 0x8df6725f param_get_byte +EXPORT_SYMBOL vmlinux 0x8df92f66 memchr_inv +EXPORT_SYMBOL vmlinux 0x8df9dd10 guid_null +EXPORT_SYMBOL vmlinux 0x8e17b3ae idr_destroy +EXPORT_SYMBOL vmlinux 0x8e1a1043 pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0x8e22ec08 phy_suspend +EXPORT_SYMBOL vmlinux 0x8e2ad98e xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x8e369bf9 netdev_txq_to_tc +EXPORT_SYMBOL vmlinux 0x8e3e0f7d fault_in_readable +EXPORT_SYMBOL vmlinux 0x8e4c60a3 cpm_muram_dma +EXPORT_SYMBOL vmlinux 0x8e4d4f28 of_mdio_find_bus +EXPORT_SYMBOL vmlinux 0x8e6cc3c6 acpi_processor_notify_smm +EXPORT_SYMBOL vmlinux 0x8e6f2bd7 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x8e7d217f xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0x8e93bd24 security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x8ea17abb xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0x8ec5367d of_find_backlight_by_node +EXPORT_SYMBOL vmlinux 0x8ec6e8bf tegra_ivc_write_advance +EXPORT_SYMBOL vmlinux 0x8ec760b0 cgroup_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0x8ed73b68 __traceiter_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x8ee47330 processors +EXPORT_SYMBOL vmlinux 0x8ee4ce0b jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0x8eef5076 con_copy_unimap +EXPORT_SYMBOL vmlinux 0x8f01afd6 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x8f049aa5 phy_start_cable_test_tdr +EXPORT_SYMBOL vmlinux 0x8f0727c8 jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0x8f2e3cb8 tty_port_open +EXPORT_SYMBOL vmlinux 0x8f7d80fe textsearch_prepare +EXPORT_SYMBOL vmlinux 0x8f817247 md_bitmap_sync_with_cluster +EXPORT_SYMBOL vmlinux 0x8f96c80b datagram_poll +EXPORT_SYMBOL vmlinux 0x8f97a700 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0x8f996a30 ethtool_convert_legacy_u32_to_link_mode +EXPORT_SYMBOL vmlinux 0x8fa0d71b page_pool_create +EXPORT_SYMBOL vmlinux 0x8fa25c24 xa_find +EXPORT_SYMBOL vmlinux 0x8fb1ca63 locks_lock_inode_wait +EXPORT_SYMBOL vmlinux 0x8fc9ea11 fman_port_cfg_buf_prefix_content +EXPORT_SYMBOL vmlinux 0x8fd180e7 kernel_neon_begin +EXPORT_SYMBOL vmlinux 0x8fd7385e flow_block_cb_alloc +EXPORT_SYMBOL vmlinux 0x8fe944df sk_ns_capable +EXPORT_SYMBOL vmlinux 0x8fea8e33 uart_match_port +EXPORT_SYMBOL vmlinux 0x8ff89ed0 seg6_hmac_exit +EXPORT_SYMBOL vmlinux 0x8ffc8e84 tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0x90006be6 dm_kcopyd_client_flush +EXPORT_SYMBOL vmlinux 0x90110e11 inet_addr_type_dev_table +EXPORT_SYMBOL vmlinux 0x9013c5cd dma_map_sg_attrs +EXPORT_SYMBOL vmlinux 0x902d8722 vme_slave_get +EXPORT_SYMBOL vmlinux 0x9034a696 mempool_destroy +EXPORT_SYMBOL vmlinux 0x90547794 netlink_kernel_release +EXPORT_SYMBOL vmlinux 0x90576ec4 vmemdup_user +EXPORT_SYMBOL vmlinux 0x905be1fe udp_gro_receive +EXPORT_SYMBOL vmlinux 0x9062ec1b of_device_unregister +EXPORT_SYMBOL vmlinux 0x9092defd proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x90bde645 eth_gro_complete +EXPORT_SYMBOL vmlinux 0x90cb0f78 iunique +EXPORT_SYMBOL vmlinux 0x90dae90e rproc_coredump_using_sections +EXPORT_SYMBOL vmlinux 0x90fb1fd6 mdiobb_read_c45 +EXPORT_SYMBOL vmlinux 0x90fb5cd8 tcp_connect +EXPORT_SYMBOL vmlinux 0x9104ffd0 _dev_emerg +EXPORT_SYMBOL vmlinux 0x910a2b55 mipi_dsi_dcs_read +EXPORT_SYMBOL vmlinux 0x9114b616 __xa_alloc +EXPORT_SYMBOL vmlinux 0x911f3f18 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0x9134d600 seq_dentry +EXPORT_SYMBOL vmlinux 0x913e951e rproc_add_carveout +EXPORT_SYMBOL vmlinux 0x9163b624 md_bitmap_unplug_async +EXPORT_SYMBOL vmlinux 0x9165c47f drop_super +EXPORT_SYMBOL vmlinux 0x9166fada strncpy +EXPORT_SYMBOL vmlinux 0x9166fc03 __flush_workqueue +EXPORT_SYMBOL vmlinux 0x918a8f29 pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0x91904958 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x919b267e inet6_bind +EXPORT_SYMBOL vmlinux 0x919c58f3 __clzsi2 +EXPORT_SYMBOL vmlinux 0x919cec3a devm_extcon_unregister_notifier +EXPORT_SYMBOL vmlinux 0x91a488ac __netdev_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x91a7b1da qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x91b2e17f scsi_alloc_sgtables +EXPORT_SYMBOL vmlinux 0x91c0980e icst_hz +EXPORT_SYMBOL vmlinux 0x91c4d83c netdev_set_sb_channel +EXPORT_SYMBOL vmlinux 0x91d9c46a pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x91f44510 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x91f68ea1 __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x91fd23cc generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0x921b7a31 eth_type_trans +EXPORT_SYMBOL vmlinux 0x922f45a6 __bitmap_clear +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x92535d05 ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0x92540fbf finish_wait +EXPORT_SYMBOL vmlinux 0x9258c776 hdmi_vendor_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x9264591a pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0x926ca7b7 vm_event_states +EXPORT_SYMBOL vmlinux 0x92774cf8 __kfence_pool +EXPORT_SYMBOL vmlinux 0x9286d04d pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0x928d49f8 fb_set_cmap +EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user +EXPORT_SYMBOL vmlinux 0x929878b2 posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0x92a7baae unpin_user_page_range_dirty_lock +EXPORT_SYMBOL vmlinux 0x92af7db3 neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0x92b99a33 acpi_put_table +EXPORT_SYMBOL vmlinux 0x92b9b180 slash_name +EXPORT_SYMBOL vmlinux 0x92bb4f4c mdiobus_is_registered_device +EXPORT_SYMBOL vmlinux 0x92be4f72 netpoll_send_skb +EXPORT_SYMBOL vmlinux 0x92c856a3 iwe_stream_add_event +EXPORT_SYMBOL vmlinux 0x92cd5378 blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x92d5838e request_threaded_irq +EXPORT_SYMBOL vmlinux 0x92d9069e take_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0x92e683f5 down_timeout +EXPORT_SYMBOL vmlinux 0x92ec510d jiffies64_to_msecs +EXPORT_SYMBOL vmlinux 0x92f71cdd skb_headers_offset_update +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x93022ba6 __scsi_format_command +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x93119bca flow_indr_dev_register +EXPORT_SYMBOL vmlinux 0x932eb4a9 pci_enable_device +EXPORT_SYMBOL vmlinux 0x93475733 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x93903ce3 ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0x939b9ab5 pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93b983cb __skb_ext_del +EXPORT_SYMBOL vmlinux 0x93d17cc3 mipi_dsi_host_unregister +EXPORT_SYMBOL vmlinux 0x93d6dd8c complete_all +EXPORT_SYMBOL vmlinux 0x93dc6987 rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x93dc9570 pci_alloc_irq_vectors_affinity +EXPORT_SYMBOL vmlinux 0x93e96b3b proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0x940895e9 adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0x9412a8ec inet_addr_type_table +EXPORT_SYMBOL vmlinux 0x942533a7 __f_setown +EXPORT_SYMBOL vmlinux 0x9428f816 dim_turn +EXPORT_SYMBOL vmlinux 0x942901fa inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x94358c86 inode_permission +EXPORT_SYMBOL vmlinux 0x943ef39d super_setup_bdi_name +EXPORT_SYMBOL vmlinux 0x94425b4f sock_init_data +EXPORT_SYMBOL vmlinux 0x944375db _totalram_pages +EXPORT_SYMBOL vmlinux 0x944a564d is_console_locked +EXPORT_SYMBOL vmlinux 0x9450918b xfrm4_rcv +EXPORT_SYMBOL vmlinux 0x9475a0ea max8925_bulk_write +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x94a59588 hid_bpf_ops +EXPORT_SYMBOL vmlinux 0x94a87498 of_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x94bb7ec3 gen_pool_dma_zalloc_algo +EXPORT_SYMBOL vmlinux 0x94bf03ca utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0x94e23739 jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0x94fc8d93 smp_call_function_many +EXPORT_SYMBOL vmlinux 0x9500720e dquot_quota_off +EXPORT_SYMBOL vmlinux 0x95024af3 of_node_name_eq +EXPORT_SYMBOL vmlinux 0x9507c90f copy_fsxattr_to_user +EXPORT_SYMBOL vmlinux 0x9511f5d1 iov_iter_advance +EXPORT_SYMBOL vmlinux 0x95123ba3 i2c_find_device_by_fwnode +EXPORT_SYMBOL vmlinux 0x95161ae9 rproc_del +EXPORT_SYMBOL vmlinux 0x95195fac vfs_iter_write +EXPORT_SYMBOL vmlinux 0x952375da cdev_device_add +EXPORT_SYMBOL vmlinux 0x952725d7 dma_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0x952aeb8f bdev_end_io_acct +EXPORT_SYMBOL vmlinux 0x9538450d flow_rule_match_icmp +EXPORT_SYMBOL vmlinux 0x953d2426 utf8_strncmp +EXPORT_SYMBOL vmlinux 0x954cef6f init_on_alloc +EXPORT_SYMBOL vmlinux 0x954f099c idr_preload +EXPORT_SYMBOL vmlinux 0x9557ec75 ip6_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x9560300c dquot_transfer +EXPORT_SYMBOL vmlinux 0x957c9ebf neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x95842c8d pskb_extract +EXPORT_SYMBOL vmlinux 0x959c9b73 __tracepoint_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x95a07bb5 acpi_execute_reg_methods +EXPORT_SYMBOL vmlinux 0x95a54bce ipv6_dev_find +EXPORT_SYMBOL vmlinux 0x95a67b07 udp_table +EXPORT_SYMBOL vmlinux 0x95a7072f __filemap_get_folio +EXPORT_SYMBOL vmlinux 0x95aa1e45 phy_driver_unregister +EXPORT_SYMBOL vmlinux 0x95ba4c87 nf_hook_slow +EXPORT_SYMBOL vmlinux 0x95cb3de8 putname +EXPORT_SYMBOL vmlinux 0x9601943a netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0x965cdaf4 sock_kzfree_s +EXPORT_SYMBOL vmlinux 0x96848186 scnprintf +EXPORT_SYMBOL vmlinux 0x968514cd inet_bind +EXPORT_SYMBOL vmlinux 0x9688de8b memstart_addr +EXPORT_SYMBOL vmlinux 0x9693c591 __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x96a4d54c netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0x96ac1a72 prepare_to_swait_event +EXPORT_SYMBOL vmlinux 0x96acedc3 in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp +EXPORT_SYMBOL vmlinux 0x96b6e456 vfs_path_parent_lookup +EXPORT_SYMBOL vmlinux 0x96b7a548 sock_pfree +EXPORT_SYMBOL vmlinux 0x96c17136 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96d1c05b seg6_hmac_info_lookup +EXPORT_SYMBOL vmlinux 0x96e5d30f gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0x96f7a687 clocksource_unregister +EXPORT_SYMBOL vmlinux 0x96fab350 dim_park_on_top +EXPORT_SYMBOL vmlinux 0x9710cffd lookup_one_unlocked +EXPORT_SYMBOL vmlinux 0x973581d7 __genphy_config_aneg +EXPORT_SYMBOL vmlinux 0x97368d8b pcim_iomap +EXPORT_SYMBOL vmlinux 0x973ac2c8 filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0x973fa82e register_acpi_notifier +EXPORT_SYMBOL vmlinux 0x974f2475 unregister_console +EXPORT_SYMBOL vmlinux 0x97576902 is_nd_pfn +EXPORT_SYMBOL vmlinux 0x9765a554 pci_get_device +EXPORT_SYMBOL vmlinux 0x978af38c mmc_of_parse_clk_phase +EXPORT_SYMBOL vmlinux 0x97a57333 crc_t10dif_update +EXPORT_SYMBOL vmlinux 0x97adb487 utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0x97bdfa60 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x97c51fd0 blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0x97dd1b23 dev_addr_add +EXPORT_SYMBOL vmlinux 0x97e569e9 nvdimm_namespace_locked +EXPORT_SYMBOL vmlinux 0x97f4f364 ptp_clock_unregister +EXPORT_SYMBOL vmlinux 0x97fc2064 __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0x98182544 unregister_filesystem +EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0x982bcde4 __cpu_dying_mask +EXPORT_SYMBOL vmlinux 0x983d7626 of_phy_find_device +EXPORT_SYMBOL vmlinux 0x9849c7ce __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x984c7d34 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0x98515852 tcp_conn_request +EXPORT_SYMBOL vmlinux 0x9854580c rproc_set_firmware +EXPORT_SYMBOL vmlinux 0x98555a05 dma_fence_chain_walk +EXPORT_SYMBOL vmlinux 0x9858f364 get_random_u8 +EXPORT_SYMBOL vmlinux 0x98795346 input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0x987fae7d inode_nohighmem +EXPORT_SYMBOL vmlinux 0x98953515 serio_unregister_driver +EXPORT_SYMBOL vmlinux 0x989e10f5 __icmp_send +EXPORT_SYMBOL vmlinux 0x98aae17f __blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x98ad7fc9 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0x98b0e87f from_kgid_munged +EXPORT_SYMBOL vmlinux 0x98b4ecbc d_rehash +EXPORT_SYMBOL vmlinux 0x98c83429 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0x98c89ade security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x98cb3e82 dm_get_device +EXPORT_SYMBOL vmlinux 0x98cb878e proc_dobool +EXPORT_SYMBOL vmlinux 0x98cf1cb6 vfs_rename +EXPORT_SYMBOL vmlinux 0x98cf60b3 strlen +EXPORT_SYMBOL vmlinux 0x98d7fc9e do_SAK +EXPORT_SYMBOL vmlinux 0x98e508ef ignore_console_lock_warning +EXPORT_SYMBOL vmlinux 0x98f23a16 fs_param_is_fd +EXPORT_SYMBOL vmlinux 0x99030aab mdiobus_unregister_device +EXPORT_SYMBOL vmlinux 0x99069c1b tty_hung_up_p +EXPORT_SYMBOL vmlinux 0x99078b39 trace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x99094fb2 qcom_scm_is_available +EXPORT_SYMBOL vmlinux 0x9929b692 of_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0x992d9b33 ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x992e8ff7 flow_rule_match_enc_ip +EXPORT_SYMBOL vmlinux 0x9931f8c9 qcom_scm_lmh_dcvsh_available +EXPORT_SYMBOL vmlinux 0x9938738c set_binfmt +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x993bb164 acpi_bus_register_driver +EXPORT_SYMBOL vmlinux 0x994fa016 blk_get_queue +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x997cb91b pcie_set_mps +EXPORT_SYMBOL vmlinux 0x9993146b crypto_sha256_update +EXPORT_SYMBOL vmlinux 0x9995fe4c security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99a4a5b9 netdev_get_by_name +EXPORT_SYMBOL vmlinux 0x99a8205c ip_local_deliver +EXPORT_SYMBOL vmlinux 0x99ba8a95 param_get_bool +EXPORT_SYMBOL vmlinux 0x99d472b1 net_dim_get_rx_moderation +EXPORT_SYMBOL vmlinux 0x99d5b667 wireless_spy_update +EXPORT_SYMBOL vmlinux 0x99daa9bf try_offline_node +EXPORT_SYMBOL vmlinux 0x99f7371c refcount_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x99f9638f __napi_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x9a12a54f of_cpu_node_to_id +EXPORT_SYMBOL vmlinux 0x9a1bb506 genphy_read_status +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a21f915 nexthop_res_grp_activity_update +EXPORT_SYMBOL vmlinux 0x9a22391e radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x9a269eda amba_release_regions +EXPORT_SYMBOL vmlinux 0x9a37ad33 ppp_register_channel +EXPORT_SYMBOL vmlinux 0x9a479b4d phy_attached_print +EXPORT_SYMBOL vmlinux 0x9a4af2f2 __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0x9a583306 netlbl_bitmap_walk +EXPORT_SYMBOL vmlinux 0x9a654f79 drop_super_exclusive +EXPORT_SYMBOL vmlinux 0x9a6e3380 tegra_io_pad_power_enable +EXPORT_SYMBOL vmlinux 0x9a82b2b0 iov_iter_revert +EXPORT_SYMBOL vmlinux 0x9a852f62 do_splice_direct +EXPORT_SYMBOL vmlinux 0x9aaeefce sysctl_nf_log_all_netns +EXPORT_SYMBOL vmlinux 0x9ae33e46 set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x9ae47436 _find_last_bit +EXPORT_SYMBOL vmlinux 0x9aea601a discard_new_inode +EXPORT_SYMBOL vmlinux 0x9af9c068 unix_destruct_scm +EXPORT_SYMBOL vmlinux 0x9b128a66 qcom_scm_set_remote_state +EXPORT_SYMBOL vmlinux 0x9b2461d4 proc_create_mount_point +EXPORT_SYMBOL vmlinux 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL vmlinux 0x9b2c512c ip6_err_gen_icmpv6_unreach +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b3f23b0 fman_bind +EXPORT_SYMBOL vmlinux 0x9b496b21 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x9b548edc file_remove_privs +EXPORT_SYMBOL vmlinux 0x9b643228 input_set_keycode +EXPORT_SYMBOL vmlinux 0x9b6c724e xudma_pktdma_tflow_get_irq +EXPORT_SYMBOL vmlinux 0x9b72478f acpi_unload_parent_table +EXPORT_SYMBOL vmlinux 0x9b752995 __block_write_begin +EXPORT_SYMBOL vmlinux 0x9b7fe302 _dev_printk +EXPORT_SYMBOL vmlinux 0x9b8d45dd irq_set_chip +EXPORT_SYMBOL vmlinux 0x9bb00794 reuseport_detach_sock +EXPORT_SYMBOL vmlinux 0x9bb4ea3e ipmr_rule_default +EXPORT_SYMBOL vmlinux 0x9beebaf7 fs_context_for_reconfigure +EXPORT_SYMBOL vmlinux 0x9bf509d4 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x9c122bcf mempool_create_node +EXPORT_SYMBOL vmlinux 0x9c1e5bf5 queued_spin_lock_slowpath +EXPORT_SYMBOL vmlinux 0x9c354089 unregister_cdrom +EXPORT_SYMBOL vmlinux 0x9c5a044b csum_and_copy_from_iter +EXPORT_SYMBOL vmlinux 0x9c5a2ada ucc_fast_dump_regs +EXPORT_SYMBOL vmlinux 0x9c5d5b94 crc8 +EXPORT_SYMBOL vmlinux 0x9c7068db mdiobus_c45_read_nested +EXPORT_SYMBOL vmlinux 0x9c85c491 dma_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0x9c86b9ab fileattr_fill_flags +EXPORT_SYMBOL vmlinux 0x9c9aa3b9 parse_int_array_user +EXPORT_SYMBOL vmlinux 0x9ca4ee55 flush_dcache_folio +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9caf5b5e xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0x9cc0c924 devm_clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x9cc96518 ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0x9ccb5b7e touch_buffer +EXPORT_SYMBOL vmlinux 0x9ccf7171 vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x9cde1fcd sk_common_release +EXPORT_SYMBOL vmlinux 0x9cdfb3f7 sysctl_fb_tunnels_only_for_init_net +EXPORT_SYMBOL vmlinux 0x9ce9aab6 __blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x9cea2b81 eth_header_parse_protocol +EXPORT_SYMBOL vmlinux 0x9ceb43fb pnp_activate_dev +EXPORT_SYMBOL vmlinux 0x9cebe755 neigh_lookup +EXPORT_SYMBOL vmlinux 0x9cf97f52 dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d18168c __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x9d182177 mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0x9d18f97b pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0x9d1a5e3a __memcpy +EXPORT_SYMBOL vmlinux 0x9d26675e zstd_cstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x9d2ab8ac __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x9d2e7707 unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0x9d40fce3 vfs_llseek +EXPORT_SYMBOL vmlinux 0x9d612a88 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0x9d61e994 ucs2_strncmp +EXPORT_SYMBOL vmlinux 0x9d6ba58b iov_iter_get_pages_alloc2 +EXPORT_SYMBOL vmlinux 0x9d850d04 simple_release_fs +EXPORT_SYMBOL vmlinux 0x9d8c095e dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0x9d91c95f request_key_tag +EXPORT_SYMBOL vmlinux 0x9d92f3ad __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x9da66538 skb_copy_and_hash_datagram_iter +EXPORT_SYMBOL vmlinux 0x9dbfe41e register_netdev +EXPORT_SYMBOL vmlinux 0x9dd67bc7 input_set_abs_params +EXPORT_SYMBOL vmlinux 0x9dd9df13 dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0x9df21d0e qman_affine_channel +EXPORT_SYMBOL vmlinux 0x9df451f7 simple_fill_super +EXPORT_SYMBOL vmlinux 0x9df995fb stack_depot_set_extra_bits +EXPORT_SYMBOL vmlinux 0x9dffcb3f show_init_ipc_ns +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e0fa5ae hsiphash_3u32 +EXPORT_SYMBOL vmlinux 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL vmlinux 0x9e1e7859 pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x9e249af1 pci_claim_resource +EXPORT_SYMBOL vmlinux 0x9e2737f0 acpi_install_interface_handler +EXPORT_SYMBOL vmlinux 0x9e282c56 mdiobb_write_c22 +EXPORT_SYMBOL vmlinux 0x9e303663 mfd_remove_devices_late +EXPORT_SYMBOL vmlinux 0x9e360c1f mipi_dsi_attach +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e5e750d node_to_cpumask_map +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e795224 get_ipc_ns_exported +EXPORT_SYMBOL vmlinux 0x9e79bd01 pldmfw_flash_image +EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay +EXPORT_SYMBOL vmlinux 0x9e7dca31 inode_needs_sync +EXPORT_SYMBOL vmlinux 0x9e85de59 generic_permission +EXPORT_SYMBOL vmlinux 0x9e9eab95 devcgroup_check_permission +EXPORT_SYMBOL vmlinux 0x9e9fdd9d memunmap +EXPORT_SYMBOL vmlinux 0x9eabe558 param_set_copystring +EXPORT_SYMBOL vmlinux 0x9eacf8a5 kstrndup +EXPORT_SYMBOL vmlinux 0x9eafafbf device_match_acpi_dev +EXPORT_SYMBOL vmlinux 0x9eb187fa xudma_pktdma_rflow_get_irq +EXPORT_SYMBOL vmlinux 0x9ec0e639 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0x9ec6ca96 ktime_get_real_ts64 +EXPORT_SYMBOL vmlinux 0x9ec798a4 simple_rmdir +EXPORT_SYMBOL vmlinux 0x9ece15aa filemap_fault +EXPORT_SYMBOL vmlinux 0x9ed12e20 kmalloc_large +EXPORT_SYMBOL vmlinux 0x9ed7c847 brcmstb_get_family_id +EXPORT_SYMBOL vmlinux 0x9ed978de vme_lm_set +EXPORT_SYMBOL vmlinux 0x9eedc8a0 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x9f3bf47d mdiobb_read_c22 +EXPORT_SYMBOL vmlinux 0x9f3ff289 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0x9f46678d nd_region_to_nstype +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f4f2aa3 acpi_gbl_FADT +EXPORT_SYMBOL vmlinux 0x9f50b770 keyring_restrict +EXPORT_SYMBOL vmlinux 0x9f54ead7 gro_cells_destroy +EXPORT_SYMBOL vmlinux 0x9f766bbc nonseekable_open +EXPORT_SYMBOL vmlinux 0x9f76baf4 _raw_write_unlock_irq +EXPORT_SYMBOL vmlinux 0x9f7d7dbb logic_outsw +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9f9dbcf6 dqput +EXPORT_SYMBOL vmlinux 0x9fa6d3ba unregister_netdev +EXPORT_SYMBOL vmlinux 0x9fa7184a cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x9fb41842 netdev_offload_xstats_report_delta +EXPORT_SYMBOL vmlinux 0x9fc9286e input_mt_drop_unused +EXPORT_SYMBOL vmlinux 0x9fd23055 nd_pfn_validate +EXPORT_SYMBOL vmlinux 0x9fddc640 fasync_helper +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9feed7ce timer_reduce +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa00abf2d udp6_seq_ops +EXPORT_SYMBOL vmlinux 0xa00aca2a dql_completed +EXPORT_SYMBOL vmlinux 0xa014ab93 jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0xa019cea8 nvdimm_check_and_set_ro +EXPORT_SYMBOL vmlinux 0xa01d3df6 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0xa0224cc9 seq_release_private +EXPORT_SYMBOL vmlinux 0xa02aa74a __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xa033d747 next_arg +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa04e33da qcom_scm_lmh_dcvsh +EXPORT_SYMBOL vmlinux 0xa04e94ec xfrm6_rcv_encap +EXPORT_SYMBOL vmlinux 0xa057df8f twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xa05b6be2 psched_ppscfg_precompute +EXPORT_SYMBOL vmlinux 0xa05e9501 pci_iounmap +EXPORT_SYMBOL vmlinux 0xa077f164 filemap_fdatawait_keep_errors +EXPORT_SYMBOL vmlinux 0xa07a37f0 memchr +EXPORT_SYMBOL vmlinux 0xa07d1b3c tasklet_setup +EXPORT_SYMBOL vmlinux 0xa084749a __bitmap_or +EXPORT_SYMBOL vmlinux 0xa095e02e generic_check_addressable +EXPORT_SYMBOL vmlinux 0xa0ae1e73 siphash_3u64 +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0bce814 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0xa0c9a0f9 iov_iter_discard +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0e865f1 xfrm_state_walk +EXPORT_SYMBOL vmlinux 0xa0eae826 smp_call_function +EXPORT_SYMBOL vmlinux 0xa0ebd14c sysctl_tcp_mem +EXPORT_SYMBOL vmlinux 0xa0ebd437 hdmi_drm_infoframe_check +EXPORT_SYMBOL vmlinux 0xa0f10085 __sg_free_table +EXPORT_SYMBOL vmlinux 0xa0fb355f done_path_create +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa115da49 __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0xa130d0e4 jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0xa13a5994 fqdir_init +EXPORT_SYMBOL vmlinux 0xa16ffe15 vfs_ioctl +EXPORT_SYMBOL vmlinux 0xa18df33d tty_port_tty_get +EXPORT_SYMBOL vmlinux 0xa1948742 tegra_dfll_runtime_suspend +EXPORT_SYMBOL vmlinux 0xa1aaeb83 md_bitmap_free +EXPORT_SYMBOL vmlinux 0xa1d15099 acpi_dev_get_first_match_dev +EXPORT_SYMBOL vmlinux 0xa1daaa52 netlink_net_capable +EXPORT_SYMBOL vmlinux 0xa1db1826 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0xa1dd9531 md_reload_sb +EXPORT_SYMBOL vmlinux 0xa1eebeae skb_put +EXPORT_SYMBOL vmlinux 0xa1f87f3d inode_maybe_inc_iversion +EXPORT_SYMBOL vmlinux 0xa2060911 inet_current_timestamp +EXPORT_SYMBOL vmlinux 0xa20c9998 pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0xa2326c49 acpi_remove_table_handler +EXPORT_SYMBOL vmlinux 0xa23ffc04 groups_sort +EXPORT_SYMBOL vmlinux 0xa24df33f flow_indr_dev_setup_offload +EXPORT_SYMBOL vmlinux 0xa24f23d8 __request_module +EXPORT_SYMBOL vmlinux 0xa254557b __netlink_dump_start +EXPORT_SYMBOL vmlinux 0xa25b31eb crypto_sha512_finup +EXPORT_SYMBOL vmlinux 0xa263892b fscrypt_fname_free_buffer +EXPORT_SYMBOL vmlinux 0xa2835c6b acpi_bus_unregister_driver +EXPORT_SYMBOL vmlinux 0xa28cfcc0 gen_estimator_active +EXPORT_SYMBOL vmlinux 0xa2b0ea30 pci_read_config_byte +EXPORT_SYMBOL vmlinux 0xa2bfb211 pagecache_get_page +EXPORT_SYMBOL vmlinux 0xa2cf3649 qman_fq_fqid +EXPORT_SYMBOL vmlinux 0xa2d2a4c7 cdev_add +EXPORT_SYMBOL vmlinux 0xa2d4b75e qcom_scm_iommu_set_cp_pool_size +EXPORT_SYMBOL vmlinux 0xa2d7ec8d __SCK__tp_func_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xa2d932a3 simple_transaction_release +EXPORT_SYMBOL vmlinux 0xa2f44f41 input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0xa2f9f897 twl6040_reg_write +EXPORT_SYMBOL vmlinux 0xa2fae219 pci_write_config_dword +EXPORT_SYMBOL vmlinux 0xa3394ba7 nla_reserve +EXPORT_SYMBOL vmlinux 0xa339e6e5 on_each_cpu_cond_mask +EXPORT_SYMBOL vmlinux 0xa34318c8 of_find_node_opts_by_path +EXPORT_SYMBOL vmlinux 0xa345b5af rproc_da_to_va +EXPORT_SYMBOL vmlinux 0xa34c5ae7 sock_no_mmap +EXPORT_SYMBOL vmlinux 0xa3522df5 qman_query_fq_np +EXPORT_SYMBOL vmlinux 0xa3555e2f freezing_slow_path +EXPORT_SYMBOL vmlinux 0xa3774660 pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0xa38d31bf blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0xa392f77a jbd2_fc_get_buf +EXPORT_SYMBOL vmlinux 0xa39bfd52 phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0xa3b74a54 __dev_get_by_flags +EXPORT_SYMBOL vmlinux 0xa3be8342 __ubsan_handle_type_mismatch +EXPORT_SYMBOL vmlinux 0xa3cb9ab6 fifo_create_dflt +EXPORT_SYMBOL vmlinux 0xa3cefaa0 blake2s_update +EXPORT_SYMBOL vmlinux 0xa3e9ce5f sk_dst_check +EXPORT_SYMBOL vmlinux 0xa3ea4b26 skb_copy +EXPORT_SYMBOL vmlinux 0xa3efee32 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0xa3f6eda6 inode_get_bytes +EXPORT_SYMBOL vmlinux 0xa3fea172 sha224_final +EXPORT_SYMBOL vmlinux 0xa406b010 of_mdio_find_device +EXPORT_SYMBOL vmlinux 0xa40ff01b acpi_dbg_layer +EXPORT_SYMBOL vmlinux 0xa440d121 flow_keys_dissector +EXPORT_SYMBOL vmlinux 0xa4417dde i2c_register_driver +EXPORT_SYMBOL vmlinux 0xa448c653 qcom_scm_ice_set_key +EXPORT_SYMBOL vmlinux 0xa44c9321 of_find_net_device_by_node +EXPORT_SYMBOL vmlinux 0xa4582951 tls_client_hello_x509 +EXPORT_SYMBOL vmlinux 0xa46b6a63 pm860x_set_bits +EXPORT_SYMBOL vmlinux 0xa4749426 fwnode_phy_find_device +EXPORT_SYMBOL vmlinux 0xa47edba7 skb_free_datagram +EXPORT_SYMBOL vmlinux 0xa48e0359 netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0xa49c80b3 pci_get_slot +EXPORT_SYMBOL vmlinux 0xa4adf537 inode_init_owner +EXPORT_SYMBOL vmlinux 0xa4bf51f7 i2c_transfer +EXPORT_SYMBOL vmlinux 0xa4d33745 nexthop_set_hw_flags +EXPORT_SYMBOL vmlinux 0xa4fca045 qcom_scm_ocmem_lock +EXPORT_SYMBOL vmlinux 0xa5037397 __lock_buffer +EXPORT_SYMBOL vmlinux 0xa52bedf6 xenbus_dev_request_and_reply +EXPORT_SYMBOL vmlinux 0xa538cc98 kthread_create_on_node +EXPORT_SYMBOL vmlinux 0xa54b9063 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa559d15f tty_write_room +EXPORT_SYMBOL vmlinux 0xa56a9cb4 jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0xa575ddca filemap_invalidate_lock_two +EXPORT_SYMBOL vmlinux 0xa57acaec dump_emit +EXPORT_SYMBOL vmlinux 0xa57ed830 xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0xa58af0a6 _raw_read_unlock_irq +EXPORT_SYMBOL vmlinux 0xa5976e4f dev_base_lock +EXPORT_SYMBOL vmlinux 0xa5c694b8 netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0xa5f7cf37 __cpu_possible_mask +EXPORT_SYMBOL vmlinux 0xa60920c3 dma_get_sgtable_attrs +EXPORT_SYMBOL vmlinux 0xa611924d dev_set_mac_address_user +EXPORT_SYMBOL vmlinux 0xa61ced89 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0xa6257655 cdrom_mode_select +EXPORT_SYMBOL vmlinux 0xa6257a2f complete +EXPORT_SYMBOL vmlinux 0xa6312dba file_fdatawait_range +EXPORT_SYMBOL vmlinux 0xa6329e40 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0xa639343c sock_set_keepalive +EXPORT_SYMBOL vmlinux 0xa6457c89 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0xa648e561 __ubsan_handle_shift_out_of_bounds +EXPORT_SYMBOL vmlinux 0xa64b3812 gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0xa64c7249 __printk_cpu_sync_try_get +EXPORT_SYMBOL vmlinux 0xa65c6def alt_cb_patch_nops +EXPORT_SYMBOL vmlinux 0xa65d94dc padata_do_serial +EXPORT_SYMBOL vmlinux 0xa663f109 kfree_skb_reason +EXPORT_SYMBOL vmlinux 0xa66904e4 notify_change +EXPORT_SYMBOL vmlinux 0xa66ef9e2 max8998_update_reg +EXPORT_SYMBOL vmlinux 0xa6733f3d amba_device_unregister +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa6945f3c jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0xa6b115bb skb_eth_push +EXPORT_SYMBOL vmlinux 0xa6b1fd06 kset_register +EXPORT_SYMBOL vmlinux 0xa6bbe3cf rproc_of_resm_mem_entry_init +EXPORT_SYMBOL vmlinux 0xa6ed90d7 pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0xa70bc96d qcom_scm_restore_sec_cfg_available +EXPORT_SYMBOL vmlinux 0xa70ed9dc tcp_hashinfo +EXPORT_SYMBOL vmlinux 0xa71acc92 fman_port_config +EXPORT_SYMBOL vmlinux 0xa72035f9 xa_get_order +EXPORT_SYMBOL vmlinux 0xa732ced0 proc_create_seq_private +EXPORT_SYMBOL vmlinux 0xa73a1449 blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0xa7499d8d md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0xa74c9877 refcount_dec_and_rtnl_lock +EXPORT_SYMBOL vmlinux 0xa74cf2eb kernel_sock_ip_overhead +EXPORT_SYMBOL vmlinux 0xa757f67c __skb_try_recv_datagram +EXPORT_SYMBOL vmlinux 0xa75cf9ce xfrm_input_resume +EXPORT_SYMBOL vmlinux 0xa76a50ac blk_execute_rq +EXPORT_SYMBOL vmlinux 0xa774ea3d bio_integrity_trim +EXPORT_SYMBOL vmlinux 0xa7770ee0 devm_arch_io_reserve_memtype_wc +EXPORT_SYMBOL vmlinux 0xa77bfd29 register_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0xa790bb2d dev_mc_flush +EXPORT_SYMBOL vmlinux 0xa793a9db udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0xa7940e04 mipi_dsi_dcs_nop +EXPORT_SYMBOL vmlinux 0xa7a38fda xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0xa7d5f92e ida_destroy +EXPORT_SYMBOL vmlinux 0xa7e0eb74 dev_get_by_napi_id +EXPORT_SYMBOL vmlinux 0xa7ee62d8 deactivate_locked_super +EXPORT_SYMBOL vmlinux 0xa7eedcc4 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xa811b6b8 __ClearPageMovable +EXPORT_SYMBOL vmlinux 0xa81380f4 sock_no_shutdown +EXPORT_SYMBOL vmlinux 0xa8174f7a f_setown +EXPORT_SYMBOL vmlinux 0xa823952b phy_modify_paged_changed +EXPORT_SYMBOL vmlinux 0xa82809dc devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0xa83089ca __quota_error +EXPORT_SYMBOL vmlinux 0xa839311f get_phy_device +EXPORT_SYMBOL vmlinux 0xa842ba83 rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa84ce9e0 crypto_aes_inv_sbox +EXPORT_SYMBOL vmlinux 0xa853396b xa_extract +EXPORT_SYMBOL vmlinux 0xa853a5bd sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0xa85a3e6d xa_load +EXPORT_SYMBOL vmlinux 0xa8676398 __tracepoint_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xa8694ecd kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0xa86b955c iter_file_splice_write +EXPORT_SYMBOL vmlinux 0xa8708e6f dma_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0xa87ee021 pci_scan_slot +EXPORT_SYMBOL vmlinux 0xa880a367 sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0xa88677c0 tcp_gro_complete +EXPORT_SYMBOL vmlinux 0xa897e3e7 mempool_free +EXPORT_SYMBOL vmlinux 0xa89a1cf1 ipmi_dmi_get_slave_addr +EXPORT_SYMBOL vmlinux 0xa8a8110c kernel_neon_end +EXPORT_SYMBOL vmlinux 0xa8c33663 phy_get_pause +EXPORT_SYMBOL vmlinux 0xa8c6d1f2 xfrm_lookup_with_ifid +EXPORT_SYMBOL vmlinux 0xa8caa845 clk_bulk_put_all +EXPORT_SYMBOL vmlinux 0xa8ceedca revert_creds +EXPORT_SYMBOL vmlinux 0xa8e5d339 __bforget +EXPORT_SYMBOL vmlinux 0xa8e6933a qdf2400_e44_present +EXPORT_SYMBOL vmlinux 0xa8f6c843 ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xa903ad9d unregister_quota_format +EXPORT_SYMBOL vmlinux 0xa90ca0de flush_rcu_work +EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa917c1de blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xa92080ee padata_alloc +EXPORT_SYMBOL vmlinux 0xa94a09bb mem_section +EXPORT_SYMBOL vmlinux 0xa95bf02a handshake_req_cancel +EXPORT_SYMBOL vmlinux 0xa964dd13 gpmc_cs_request +EXPORT_SYMBOL vmlinux 0xa965ca81 reciprocal_value +EXPORT_SYMBOL vmlinux 0xa976957d bitmap_remap +EXPORT_SYMBOL vmlinux 0xa9a63d90 devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0xa9e0181c reuseport_add_sock +EXPORT_SYMBOL vmlinux 0xa9ed62d2 tegra_fuse_readl +EXPORT_SYMBOL vmlinux 0xa9f253d5 scsi_dma_map +EXPORT_SYMBOL vmlinux 0xaa00fdc0 ec_transaction +EXPORT_SYMBOL vmlinux 0xaa03e419 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0xaa0c318b vscnprintf +EXPORT_SYMBOL vmlinux 0xaa19e4aa _kstrtol +EXPORT_SYMBOL vmlinux 0xaa231fc9 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0xaa2b806f ___pskb_trim +EXPORT_SYMBOL vmlinux 0xaa341905 acpi_bios_exception +EXPORT_SYMBOL vmlinux 0xaa53c709 task_lookup_next_fd_rcu +EXPORT_SYMBOL vmlinux 0xaa55e8e4 blk_put_queue +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa762db0 rtnl_notify +EXPORT_SYMBOL vmlinux 0xaa77e4d5 compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0xaa8106bc crc8_populate_msb +EXPORT_SYMBOL vmlinux 0xaa8f1b71 inet_addr_is_any +EXPORT_SYMBOL vmlinux 0xaa9197e8 da903x_query_status +EXPORT_SYMBOL vmlinux 0xaa921db6 security_unix_may_send +EXPORT_SYMBOL vmlinux 0xaaa4b9bc hchacha_block_generic +EXPORT_SYMBOL vmlinux 0xaaa50fb2 qcom_scm_lmh_profile_change +EXPORT_SYMBOL vmlinux 0xaaaeb5f1 genphy_resume +EXPORT_SYMBOL vmlinux 0xaacf03c1 dma_fence_signal +EXPORT_SYMBOL vmlinux 0xaad0ae78 __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaad8c7d6 default_wake_function +EXPORT_SYMBOL vmlinux 0xaad90eb4 user_path_at_empty +EXPORT_SYMBOL vmlinux 0xaae6a6a4 of_get_next_parent +EXPORT_SYMBOL vmlinux 0xaae8ab0e acpi_bus_power_manageable +EXPORT_SYMBOL vmlinux 0xaaf4a334 qcom_scm_set_cold_boot_addr +EXPORT_SYMBOL vmlinux 0xaafc4ff9 of_graph_get_port_by_id +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab329ca9 acpi_device_set_power +EXPORT_SYMBOL vmlinux 0xab3697e4 irq_poll_init +EXPORT_SYMBOL vmlinux 0xab38604c ndisc_mc_map +EXPORT_SYMBOL vmlinux 0xab3b75ea vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0xab4767fc prepare_to_swait_exclusive +EXPORT_SYMBOL vmlinux 0xab600421 probe_irq_off +EXPORT_SYMBOL vmlinux 0xab63baa5 unregister_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xab67a0ac dql_init +EXPORT_SYMBOL vmlinux 0xab6d5b3b hex_to_bin +EXPORT_SYMBOL vmlinux 0xab6eac57 truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab96fb6b netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0xabdf8406 bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xabe0cf0e reuseport_alloc +EXPORT_SYMBOL vmlinux 0xabe8aeaa inode_insert5 +EXPORT_SYMBOL vmlinux 0xabf32f29 utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0xabfb3a7a mdiobus_c45_write +EXPORT_SYMBOL vmlinux 0xac0c8de6 devm_extcon_register_notifier +EXPORT_SYMBOL vmlinux 0xac120a93 mipi_dsi_dcs_write_buffer +EXPORT_SYMBOL vmlinux 0xac175525 flow_block_cb_free +EXPORT_SYMBOL vmlinux 0xac17f846 param_get_short +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac2a62db ilookup5_nowait +EXPORT_SYMBOL vmlinux 0xac2d852f get_thermal_instance +EXPORT_SYMBOL vmlinux 0xac30b6c4 inet_frag_reasm_finish +EXPORT_SYMBOL vmlinux 0xac3201b0 udp_flow_hashrnd +EXPORT_SYMBOL vmlinux 0xac537ac2 percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0xac5e3e99 xsk_tx_peek_desc +EXPORT_SYMBOL vmlinux 0xac5fcec0 in4_pton +EXPORT_SYMBOL vmlinux 0xac635f03 clk_hw_get_clk +EXPORT_SYMBOL vmlinux 0xac77bd21 block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0xac89b2d0 handshake_req_private +EXPORT_SYMBOL vmlinux 0xac8caaaf copy_splice_read +EXPORT_SYMBOL vmlinux 0xac98ae84 sk_stream_error +EXPORT_SYMBOL vmlinux 0xac9d5ef9 sock_no_getname +EXPORT_SYMBOL vmlinux 0xaca306d1 of_find_mipi_dsi_host_by_node +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacd81eb3 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0xacddd806 ptp_get_vclocks_index +EXPORT_SYMBOL vmlinux 0xacddf764 put_watch_queue +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacf649bf audit_log_task_info +EXPORT_SYMBOL vmlinux 0xacfbbbaf param_set_invbool +EXPORT_SYMBOL vmlinux 0xad040807 cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad05e124 kthread_create_worker_on_cpu +EXPORT_SYMBOL vmlinux 0xad14cb82 begin_new_exec +EXPORT_SYMBOL vmlinux 0xad1ddf9d config_item_init_type_name +EXPORT_SYMBOL vmlinux 0xad3bd9b9 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0xad3dce93 xudma_get_device +EXPORT_SYMBOL vmlinux 0xad3ea04c qman_p_irqsource_remove +EXPORT_SYMBOL vmlinux 0xad3ffb26 skb_flow_dissect_meta +EXPORT_SYMBOL vmlinux 0xad557aa6 __module_get +EXPORT_SYMBOL vmlinux 0xad5b054a tcp_set_rcvlowat +EXPORT_SYMBOL vmlinux 0xad675786 mii_nway_restart +EXPORT_SYMBOL vmlinux 0xad682b8f xudma_rchanrt_write +EXPORT_SYMBOL vmlinux 0xad6ba40e radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0xad729f22 device_match_acpi_handle +EXPORT_SYMBOL vmlinux 0xad73041f autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xad85f2b2 redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0xad9901ae bit_waitqueue +EXPORT_SYMBOL vmlinux 0xada31e57 gen_pool_dma_alloc_align +EXPORT_SYMBOL vmlinux 0xada53e38 configfs_depend_item +EXPORT_SYMBOL vmlinux 0xadae6df8 blake2s_final +EXPORT_SYMBOL vmlinux 0xadb711ae tegra_dfll_resume +EXPORT_SYMBOL vmlinux 0xadb7c611 mmc_remove_host +EXPORT_SYMBOL vmlinux 0xadbeed61 mipi_dsi_packet_format_is_long +EXPORT_SYMBOL vmlinux 0xadd139d4 rfs_needed +EXPORT_SYMBOL vmlinux 0xade1d56d pps_register_source +EXPORT_SYMBOL vmlinux 0xadeaf245 xp_dma_sync_for_device_slow +EXPORT_SYMBOL vmlinux 0xadfde558 devm_ioremap_wc +EXPORT_SYMBOL vmlinux 0xae04012c __vmalloc +EXPORT_SYMBOL vmlinux 0xae116b57 i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0xae19ae81 truncate_pagecache +EXPORT_SYMBOL vmlinux 0xae1d2c5e fb_modesetting_disabled +EXPORT_SYMBOL vmlinux 0xae2c64a4 dquot_scan_active +EXPORT_SYMBOL vmlinux 0xae316c11 icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0xae33c403 xudma_navss_psil_unpair +EXPORT_SYMBOL vmlinux 0xae519979 twl6040_set_bits +EXPORT_SYMBOL vmlinux 0xae5a04bb acpi_evaluate_dsm +EXPORT_SYMBOL vmlinux 0xae66472b scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0xae6db66e clkdev_drop +EXPORT_SYMBOL vmlinux 0xaeac049a generate_random_guid +EXPORT_SYMBOL vmlinux 0xaeb082ad _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0xaeb2cd0a retire_super +EXPORT_SYMBOL vmlinux 0xaeb79792 param_get_dyndbg_classes +EXPORT_SYMBOL vmlinux 0xaebd12f0 acpi_get_name +EXPORT_SYMBOL vmlinux 0xaecc0f18 ip_frag_init +EXPORT_SYMBOL vmlinux 0xaef02458 dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0xaf13cb44 rtc_add_groups +EXPORT_SYMBOL vmlinux 0xaf14d686 __alloc_skb +EXPORT_SYMBOL vmlinux 0xaf1ab071 register_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0xaf1fe51b balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0xaf2dba74 mmc_retune_pause +EXPORT_SYMBOL vmlinux 0xaf37d8d7 mdiobus_write +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf4ba09a mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0xaf56600a arm64_use_ng_mappings +EXPORT_SYMBOL vmlinux 0xaf56b56f folio_set_bh +EXPORT_SYMBOL vmlinux 0xaf571aa2 file_check_and_advance_wb_err +EXPORT_SYMBOL vmlinux 0xaf57e4c2 handshake_genl_put +EXPORT_SYMBOL vmlinux 0xaf785a48 __netif_schedule +EXPORT_SYMBOL vmlinux 0xaf7a6e75 input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0xafaa6031 _find_next_and_bit +EXPORT_SYMBOL vmlinux 0xafb864c1 refcount_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0xafc08054 dotdot_name +EXPORT_SYMBOL vmlinux 0xafc1aa30 blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0xafc6c68e zstd_is_error +EXPORT_SYMBOL vmlinux 0xafee0b45 xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xaffed2c2 udp_set_csum +EXPORT_SYMBOL vmlinux 0xb01bebf9 xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xb01d07b0 dma_free_attrs +EXPORT_SYMBOL vmlinux 0xb02607ae dm_unregister_target +EXPORT_SYMBOL vmlinux 0xb031d567 kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0xb04a43ad __xa_alloc_cyclic +EXPORT_SYMBOL vmlinux 0xb056f12c scsi_remove_target +EXPORT_SYMBOL vmlinux 0xb058ca07 dim_calc_stats +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb0617db4 wait_for_completion_state +EXPORT_SYMBOL vmlinux 0xb072db5c pm860x_reg_read +EXPORT_SYMBOL vmlinux 0xb0861ac4 genl_unregister_family +EXPORT_SYMBOL vmlinux 0xb092d7ec tcf_chain_put_by_act +EXPORT_SYMBOL vmlinux 0xb09c8b71 pci_free_irq_vectors +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0b4ff6a inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0xb0bbaa76 t10_pi_type3_crc +EXPORT_SYMBOL vmlinux 0xb0c5e247 lockref_put_return +EXPORT_SYMBOL vmlinux 0xb0c94cec d_add_ci +EXPORT_SYMBOL vmlinux 0xb0cfc966 devm_nvmem_cell_put +EXPORT_SYMBOL vmlinux 0xb0d9ee04 vga_put +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0e229fa __lock_sock_fast +EXPORT_SYMBOL vmlinux 0xb0f8ad5c sock_cmsg_send +EXPORT_SYMBOL vmlinux 0xb101846d mr_mfc_find_any +EXPORT_SYMBOL vmlinux 0xb11662d4 inc_node_page_state +EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb121f46c dquot_quotactl_sysfile_ops +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb12de58b input_open_device +EXPORT_SYMBOL vmlinux 0xb1342cdb _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0xb13fa7c7 simple_rename +EXPORT_SYMBOL vmlinux 0xb1488f6b fddi_type_trans +EXPORT_SYMBOL vmlinux 0xb14ab1ef hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0xb14fc46a find_next_clump8 +EXPORT_SYMBOL vmlinux 0xb1518e15 cancel_work +EXPORT_SYMBOL vmlinux 0xb15491bf pci_dev_get +EXPORT_SYMBOL vmlinux 0xb16c5e81 __ip_select_ident +EXPORT_SYMBOL vmlinux 0xb16f3d66 param_get_ulong +EXPORT_SYMBOL vmlinux 0xb174b174 input_inject_event +EXPORT_SYMBOL vmlinux 0xb1a58467 netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0xb1adbb08 mii_ethtool_sset +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1db9a69 fsl_ifc_find +EXPORT_SYMBOL vmlinux 0xb1ddf995 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xb1ef2d50 cred_fscmp +EXPORT_SYMBOL vmlinux 0xb1f94dd9 padata_alloc_shell +EXPORT_SYMBOL vmlinux 0xb2007b99 qdisc_offload_query_caps +EXPORT_SYMBOL vmlinux 0xb216e093 __dev_set_mtu +EXPORT_SYMBOL vmlinux 0xb2202c7b pci_irq_get_affinity +EXPORT_SYMBOL vmlinux 0xb2299b5c set_nlink +EXPORT_SYMBOL vmlinux 0xb22e16d5 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xb23027c1 kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xb2303c4a alloc_pages +EXPORT_SYMBOL vmlinux 0xb23ff774 ip_defrag +EXPORT_SYMBOL vmlinux 0xb2417647 genphy_aneg_done +EXPORT_SYMBOL vmlinux 0xb2545c90 __seq_open_private +EXPORT_SYMBOL vmlinux 0xb2747203 pci_enable_ptm +EXPORT_SYMBOL vmlinux 0xb2a153dd task_work_add +EXPORT_SYMBOL vmlinux 0xb2a9cf10 neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0xb2bcb088 acpi_current_gpe_count +EXPORT_SYMBOL vmlinux 0xb2ead97c kimage_vaddr +EXPORT_SYMBOL vmlinux 0xb2f35c6a xxh64 +EXPORT_SYMBOL vmlinux 0xb2fcb56d queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xb306ec50 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0xb308c97d wait_woken +EXPORT_SYMBOL vmlinux 0xb30b9822 vme_master_set +EXPORT_SYMBOL vmlinux 0xb316db16 vc_resize +EXPORT_SYMBOL vmlinux 0xb317ae17 xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0xb3258f79 __ubsan_handle_type_mismatch_v1 +EXPORT_SYMBOL vmlinux 0xb32728bb qcom_scm_iommu_secure_ptbl_init +EXPORT_SYMBOL vmlinux 0xb32993f7 netlink_capable +EXPORT_SYMBOL vmlinux 0xb34c6a5b free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0xb34dca1c kryo_l2_get_indirect_reg +EXPORT_SYMBOL vmlinux 0xb35ec67e tegra_ivc_read_get_next_frame +EXPORT_SYMBOL vmlinux 0xb36590e9 dev_mc_unsync +EXPORT_SYMBOL vmlinux 0xb3687850 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xb36b576a phy_loopback +EXPORT_SYMBOL vmlinux 0xb37f6675 scsi_print_command +EXPORT_SYMBOL vmlinux 0xb3867e6d mtree_insert +EXPORT_SYMBOL vmlinux 0xb386e0fd nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xb3a82019 profile_pc +EXPORT_SYMBOL vmlinux 0xb3d2c76d scsi_hostbyte_string +EXPORT_SYMBOL vmlinux 0xb3f0de55 xz_dec_microlzma_run +EXPORT_SYMBOL vmlinux 0xb3f49446 kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0xb3f548ad kmemdup_nul +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb3f985a8 sg_alloc_table +EXPORT_SYMBOL vmlinux 0xb4043948 acpi_execute_simple_method +EXPORT_SYMBOL vmlinux 0xb40e7821 tcf_qevent_destroy +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb42834c0 fs_param_is_blockdev +EXPORT_SYMBOL vmlinux 0xb42cd302 t10_pi_type3_ip +EXPORT_SYMBOL vmlinux 0xb4436cb4 skb_dequeue +EXPORT_SYMBOL vmlinux 0xb44a155f filemap_map_pages +EXPORT_SYMBOL vmlinux 0xb4577003 acpi_dev_present +EXPORT_SYMBOL vmlinux 0xb45b62ea vme_slot_num +EXPORT_SYMBOL vmlinux 0xb4613b11 tty_unthrottle +EXPORT_SYMBOL vmlinux 0xb4652cf4 sys_copyarea +EXPORT_SYMBOL vmlinux 0xb46c5d8d tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0xb47172a7 netdev_offload_xstats_push_delta +EXPORT_SYMBOL vmlinux 0xb472e32b dev_uc_del +EXPORT_SYMBOL vmlinux 0xb47dd63d md_bitmap_update_sb +EXPORT_SYMBOL vmlinux 0xb48550c9 put_cmsg_scm_timestamping +EXPORT_SYMBOL vmlinux 0xb48d4d22 security_sb_eat_lsm_opts +EXPORT_SYMBOL vmlinux 0xb48e27f8 sock_dequeue_err_skb +EXPORT_SYMBOL vmlinux 0xb49601a1 sg_zero_buffer +EXPORT_SYMBOL vmlinux 0xb499f436 vfs_dedupe_file_range +EXPORT_SYMBOL vmlinux 0xb4ba5ffd pci_iomap_range +EXPORT_SYMBOL vmlinux 0xb4c2448f proto_register +EXPORT_SYMBOL vmlinux 0xb4dba778 dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0xb4e384b2 xfrm_state_free +EXPORT_SYMBOL vmlinux 0xb501ad62 netdev_state_change +EXPORT_SYMBOL vmlinux 0xb51c0bac mipi_dsi_dcs_set_display_brightness_large +EXPORT_SYMBOL vmlinux 0xb5311d70 sunxi_sram_release +EXPORT_SYMBOL vmlinux 0xb5396980 tegra_ivc_init +EXPORT_SYMBOL vmlinux 0xb53f2810 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0xb545e7c4 get_inode_acl +EXPORT_SYMBOL vmlinux 0xb547efe9 skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0xb559e9a1 __ip_dev_find +EXPORT_SYMBOL vmlinux 0xb57f1e27 fman_port_disable +EXPORT_SYMBOL vmlinux 0xb5805359 pci_unmap_rom +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5afb89c textsearch_destroy +EXPORT_SYMBOL vmlinux 0xb5b231bb dev_mc_del +EXPORT_SYMBOL vmlinux 0xb5b54b34 _raw_spin_unlock +EXPORT_SYMBOL vmlinux 0xb5b63711 fileattr_fill_xflags +EXPORT_SYMBOL vmlinux 0xb5c21b34 ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0xb5ce2c51 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0xb5cffaf8 uart_unregister_driver +EXPORT_SYMBOL vmlinux 0xb5dedcb0 backlight_device_get_by_type +EXPORT_SYMBOL vmlinux 0xb5e73116 flush_delayed_work +EXPORT_SYMBOL vmlinux 0xb5f82904 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0xb5fd9f68 phy_do_ioctl_running +EXPORT_SYMBOL vmlinux 0xb61d6fc2 down_read_interruptible +EXPORT_SYMBOL vmlinux 0xb621a185 bio_free_pages +EXPORT_SYMBOL vmlinux 0xb6283bb7 phy_ethtool_ksettings_set +EXPORT_SYMBOL vmlinux 0xb62939bf seg6_hmac_info_add +EXPORT_SYMBOL vmlinux 0xb6301105 hdmi_infoframe_log +EXPORT_SYMBOL vmlinux 0xb633f115 irq_poll_enable +EXPORT_SYMBOL vmlinux 0xb636d0e1 create_empty_buffers +EXPORT_SYMBOL vmlinux 0xb639a777 posix_acl_update_mode +EXPORT_SYMBOL vmlinux 0xb651473c freeze_super +EXPORT_SYMBOL vmlinux 0xb654c968 skb_get_hash_perturb +EXPORT_SYMBOL vmlinux 0xb654ef65 acpi_os_read_port +EXPORT_SYMBOL vmlinux 0xb65b8b78 netif_skb_features +EXPORT_SYMBOL vmlinux 0xb661584d cdrom_dummy_generic_packet +EXPORT_SYMBOL vmlinux 0xb66e96d8 netlbl_audit_start +EXPORT_SYMBOL vmlinux 0xb671147a netif_carrier_on +EXPORT_SYMBOL vmlinux 0xb6761376 register_quota_format +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb67a859d kobject_put +EXPORT_SYMBOL vmlinux 0xb67fec0e uuid_parse +EXPORT_SYMBOL vmlinux 0xb68125e1 setattr_copy +EXPORT_SYMBOL vmlinux 0xb68b893f is_nd_dax +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb6acaa13 phy_sfp_detach +EXPORT_SYMBOL vmlinux 0xb6cb556a _find_first_and_bit +EXPORT_SYMBOL vmlinux 0xb6cf91fc nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xb6e36ce2 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb6e5d307 phy_reset_after_clk_enable +EXPORT_SYMBOL vmlinux 0xb6f0bb60 netdev_sk_get_lowest_dev +EXPORT_SYMBOL vmlinux 0xb6f2f561 has_capability +EXPORT_SYMBOL vmlinux 0xb6fde909 close_fd +EXPORT_SYMBOL vmlinux 0xb70bba25 i2c_clients_command +EXPORT_SYMBOL vmlinux 0xb71589f0 skip_spaces +EXPORT_SYMBOL vmlinux 0xb71e0371 blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0xb71ed69f __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0xb7209426 in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xb734c352 vmf_insert_pfn +EXPORT_SYMBOL vmlinux 0xb737b185 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0xb748875c md_bitmap_startwrite +EXPORT_SYMBOL vmlinux 0xb74aed4a tty_hangup +EXPORT_SYMBOL vmlinux 0xb7688155 ucc_slow_init +EXPORT_SYMBOL vmlinux 0xb78debe3 LZ4_decompress_fast_usingDict +EXPORT_SYMBOL vmlinux 0xb798061a set_cached_acl +EXPORT_SYMBOL vmlinux 0xb7a7057c fman_get_revision +EXPORT_SYMBOL vmlinux 0xb7ad6bc1 __phy_resume +EXPORT_SYMBOL vmlinux 0xb7b7fa6e node_states +EXPORT_SYMBOL vmlinux 0xb7b9dc67 ipv6_dev_mc_dec +EXPORT_SYMBOL vmlinux 0xb7c0f443 sort +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb7d9872f kernel_getpeername +EXPORT_SYMBOL vmlinux 0xb7f82dc5 devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0xb7fa73d9 security_inet_conn_established +EXPORT_SYMBOL vmlinux 0xb80035bf jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0xb8089b03 inet_listen +EXPORT_SYMBOL vmlinux 0xb80b4a18 zstd_compress_bound +EXPORT_SYMBOL vmlinux 0xb8103a4d module_put +EXPORT_SYMBOL vmlinux 0xb81543c8 page_pool_put_page_bulk +EXPORT_SYMBOL vmlinux 0xb826a197 param_ops_ullong +EXPORT_SYMBOL vmlinux 0xb83342e5 ps2_sliced_command +EXPORT_SYMBOL vmlinux 0xb83e9630 blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0xb842716c qcom_scm_ocmem_lock_available +EXPORT_SYMBOL vmlinux 0xb8567586 fman_register_intr +EXPORT_SYMBOL vmlinux 0xb858414c netdev_bonding_info_change +EXPORT_SYMBOL vmlinux 0xb85fb227 ptp_schedule_worker +EXPORT_SYMBOL vmlinux 0xb85fe70a mii_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0xb8605d9c qman_p_static_dequeue_add +EXPORT_SYMBOL vmlinux 0xb866ca20 d_path +EXPORT_SYMBOL vmlinux 0xb868ac5c register_sysrq_key +EXPORT_SYMBOL vmlinux 0xb8882690 tcp_req_err +EXPORT_SYMBOL vmlinux 0xb88bb52c pci_set_power_state +EXPORT_SYMBOL vmlinux 0xb891cffc dev_set_mtu +EXPORT_SYMBOL vmlinux 0xb892aaaa kernel_read +EXPORT_SYMBOL vmlinux 0xb89b6e6b guid_parse +EXPORT_SYMBOL vmlinux 0xb8a799ff jbd2_submit_inode_data +EXPORT_SYMBOL vmlinux 0xb8a84076 ethtool_aggregate_phy_stats +EXPORT_SYMBOL vmlinux 0xb8b043f2 kfree_link +EXPORT_SYMBOL vmlinux 0xb8b251e2 netif_set_tso_max_size +EXPORT_SYMBOL vmlinux 0xb8bb7268 ucc_of_parse_tdm +EXPORT_SYMBOL vmlinux 0xb8ce1256 xattr_full_name +EXPORT_SYMBOL vmlinux 0xb8dadb7c kobject_add +EXPORT_SYMBOL vmlinux 0xb8e8d4bd vfs_get_tree +EXPORT_SYMBOL vmlinux 0xb8f42c54 free_task +EXPORT_SYMBOL vmlinux 0xb9034117 fman_set_port_params +EXPORT_SYMBOL vmlinux 0xb9062abe mdiobb_write_c45 +EXPORT_SYMBOL vmlinux 0xb907513f unpoison_memory +EXPORT_SYMBOL vmlinux 0xb911bb58 minmax_running_max +EXPORT_SYMBOL vmlinux 0xb920db49 acpi_tb_install_and_load_table +EXPORT_SYMBOL vmlinux 0xb9242ce0 brioctl_set +EXPORT_SYMBOL vmlinux 0xb93ad4a1 __dynamic_ibdev_dbg +EXPORT_SYMBOL vmlinux 0xb940945b inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0xb94339c4 qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xb9478d90 hdmi_drm_infoframe_unpack_only +EXPORT_SYMBOL vmlinux 0xb9491674 netdev_crit +EXPORT_SYMBOL vmlinux 0xb94c9a85 vme_irq_handler +EXPORT_SYMBOL vmlinux 0xb96c4f9e audit_log_subject_context +EXPORT_SYMBOL vmlinux 0xb97220ff bitmap_parse +EXPORT_SYMBOL vmlinux 0xb9799099 flow_rule_match_enc_keyid +EXPORT_SYMBOL vmlinux 0xb9af1d0d __xa_clear_mark +EXPORT_SYMBOL vmlinux 0xb9b0e92b sk_reset_timer +EXPORT_SYMBOL vmlinux 0xb9c86865 sget_fc +EXPORT_SYMBOL vmlinux 0xb9c9e606 tcp_disconnect +EXPORT_SYMBOL vmlinux 0xb9cb7d73 pci_release_resource +EXPORT_SYMBOL vmlinux 0xb9d59e8c nf_ip_checksum +EXPORT_SYMBOL vmlinux 0xb9e27aca register_mii_timestamper +EXPORT_SYMBOL vmlinux 0xb9e49c4f __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9f864ae elv_rb_former_request +EXPORT_SYMBOL vmlinux 0xb9fb403f sync_blockdev_range +EXPORT_SYMBOL vmlinux 0xb9fc381a qcom_scm_hdcp_req +EXPORT_SYMBOL vmlinux 0xba00daa2 dma_fence_allocate_private_stub +EXPORT_SYMBOL vmlinux 0xba0676e2 vm_zone_stat +EXPORT_SYMBOL vmlinux 0xba0fca0a tegra_ivc_write_get_next_frame +EXPORT_SYMBOL vmlinux 0xba1008c8 __crc32c_le +EXPORT_SYMBOL vmlinux 0xba16a0e0 skb_pull_data +EXPORT_SYMBOL vmlinux 0xba2429cc tty_unregister_device +EXPORT_SYMBOL vmlinux 0xba3f5f38 scsi_target_resume +EXPORT_SYMBOL vmlinux 0xba3fec13 sock_init_data_uid +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba4c1ae4 always_delete_dentry +EXPORT_SYMBOL vmlinux 0xba61edac fib_notifier_ops_register +EXPORT_SYMBOL vmlinux 0xba707a78 qe_get_brg_clk +EXPORT_SYMBOL vmlinux 0xba8f6653 fscrypt_zeroout_range +EXPORT_SYMBOL vmlinux 0xba8fbd64 _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xbaa0c52f eth_validate_addr +EXPORT_SYMBOL vmlinux 0xbaa251b9 skb_tunnel_check_pmtu +EXPORT_SYMBOL vmlinux 0xbac8aeea sg_nents_for_len +EXPORT_SYMBOL vmlinux 0xbaced84a skb_queue_purge +EXPORT_SYMBOL vmlinux 0xbad4cb8c devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0xbae75f2f rproc_detach +EXPORT_SYMBOL vmlinux 0xbae7c624 blk_rq_map_user_io +EXPORT_SYMBOL vmlinux 0xbaef7771 crypto_sha3_final +EXPORT_SYMBOL vmlinux 0xbafa632e __do_once_sleepable_start +EXPORT_SYMBOL vmlinux 0xbb0540aa zlib_inflateReset +EXPORT_SYMBOL vmlinux 0xbb21260e convert_ifc_address +EXPORT_SYMBOL vmlinux 0xbb219939 tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xbb24f607 init_cdrom_command +EXPORT_SYMBOL vmlinux 0xbb28afdb netdev_bind_sb_channel_queue +EXPORT_SYMBOL vmlinux 0xbb2f0aac phy_attached_info +EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0xbb50ac38 bio_split_to_limits +EXPORT_SYMBOL vmlinux 0xbb5512ed put_disk +EXPORT_SYMBOL vmlinux 0xbb57f45b sk_capable +EXPORT_SYMBOL vmlinux 0xbb5aaa1a iptun_encaps +EXPORT_SYMBOL vmlinux 0xbb687724 bman_new_pool +EXPORT_SYMBOL vmlinux 0xbb75187b inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0xbb9a5316 pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0xbb9c356b super_setup_bdi +EXPORT_SYMBOL vmlinux 0xbb9ed3bf mutex_trylock +EXPORT_SYMBOL vmlinux 0xbba40b12 md_flush_request +EXPORT_SYMBOL vmlinux 0xbbabb85f scsi_device_lookup +EXPORT_SYMBOL vmlinux 0xbbc2a30b inet_put_port +EXPORT_SYMBOL vmlinux 0xbbc52668 pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0xbbda18c4 dma_fence_free +EXPORT_SYMBOL vmlinux 0xbc14967e generic_fill_statx_attr +EXPORT_SYMBOL vmlinux 0xbc1a8b57 fs_param_is_blob +EXPORT_SYMBOL vmlinux 0xbc2031de acpi_processor_get_bios_limit +EXPORT_SYMBOL vmlinux 0xbc2b6de5 security_path_mkdir +EXPORT_SYMBOL vmlinux 0xbc430b46 tcp_sock_set_keepintvl +EXPORT_SYMBOL vmlinux 0xbc6dd889 zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0xbc956c08 skb_udp_tunnel_segment +EXPORT_SYMBOL vmlinux 0xbc9df1fc inc_nlink +EXPORT_SYMBOL vmlinux 0xbcab6ee6 sscanf +EXPORT_SYMBOL vmlinux 0xbcb4fc27 blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0xbccb6584 seq_bprintf +EXPORT_SYMBOL vmlinux 0xbcffd82a flow_rule_match_l2tpv3 +EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init +EXPORT_SYMBOL vmlinux 0xbd5e0bd7 __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xbd64fcc7 device_add_disk +EXPORT_SYMBOL vmlinux 0xbd6841d4 crc16 +EXPORT_SYMBOL vmlinux 0xbd68bfcc netdev_offload_xstats_enable +EXPORT_SYMBOL vmlinux 0xbd89eec7 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0xbd8a0caf mmc_release_host +EXPORT_SYMBOL vmlinux 0xbd98da33 kernel_listen +EXPORT_SYMBOL vmlinux 0xbddcfc37 dev_mc_add_global +EXPORT_SYMBOL vmlinux 0xbdf526ca netpoll_parse_options +EXPORT_SYMBOL vmlinux 0xbe2b3ee3 phy_init_hw +EXPORT_SYMBOL vmlinux 0xbe2ba124 tty_kref_put +EXPORT_SYMBOL vmlinux 0xbe2e98a5 napi_schedule_prep +EXPORT_SYMBOL vmlinux 0xbe49252c acpi_os_write_port +EXPORT_SYMBOL vmlinux 0xbe4eb6ed secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xbe5a24e9 xxh32_copy_state +EXPORT_SYMBOL vmlinux 0xbe5e50df mdiobus_scan_c22 +EXPORT_SYMBOL vmlinux 0xbe634292 param_ops_ulong +EXPORT_SYMBOL vmlinux 0xbe63c541 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0xbe6a866f __wait_on_bit +EXPORT_SYMBOL vmlinux 0xbe6a8c96 zstd_cctx_workspace_bound +EXPORT_SYMBOL vmlinux 0xbe8d3fd8 mapping_read_folio_gfp +EXPORT_SYMBOL vmlinux 0xbea79af7 xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0xbea84eca peernet2id +EXPORT_SYMBOL vmlinux 0xbebcda05 ipv6_dev_mc_inc +EXPORT_SYMBOL vmlinux 0xbecc3373 fs_param_is_path +EXPORT_SYMBOL vmlinux 0xbed15cfd jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0xbed460a4 phy_device_create +EXPORT_SYMBOL vmlinux 0xbeda72bb udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0xbee170ad __tty_insert_flip_char +EXPORT_SYMBOL vmlinux 0xbeee263e noop_dirty_folio +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbefa51a3 gen_pool_add_owner +EXPORT_SYMBOL vmlinux 0xbf3045e6 mnt_set_expiry +EXPORT_SYMBOL vmlinux 0xbf30a5a3 remove_arg_zero +EXPORT_SYMBOL vmlinux 0xbf30c7f6 sockopt_release_sock +EXPORT_SYMBOL vmlinux 0xbf4c7f83 dev_addr_del +EXPORT_SYMBOL vmlinux 0xbf4f3785 neigh_direct_output +EXPORT_SYMBOL vmlinux 0xbf569179 get_tree_bdev +EXPORT_SYMBOL vmlinux 0xbf59c419 posix_acl_init +EXPORT_SYMBOL vmlinux 0xbf711636 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0xbf8e4b9b configfs_register_default_group +EXPORT_SYMBOL vmlinux 0xbf9476cb input_set_capability +EXPORT_SYMBOL vmlinux 0xbf96b6ad uart_resume_port +EXPORT_SYMBOL vmlinux 0xbfa7dc82 devm_mmc_alloc_host +EXPORT_SYMBOL vmlinux 0xbfab1b05 xfrm_init_state +EXPORT_SYMBOL vmlinux 0xbfae9e07 utf8_validate +EXPORT_SYMBOL vmlinux 0xbfb257f9 fb_set_var +EXPORT_SYMBOL vmlinux 0xbfc479ac genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0xbfcbc0d2 stmp_reset_block +EXPORT_SYMBOL vmlinux 0xbfdfda50 clean_bdev_aliases +EXPORT_SYMBOL vmlinux 0xbffafc78 ipv6_chk_addr_and_flags +EXPORT_SYMBOL vmlinux 0xbffb6094 d_instantiate_anon +EXPORT_SYMBOL vmlinux 0xc004be47 start_tty +EXPORT_SYMBOL vmlinux 0xc00802ec __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0xc0161ae1 crypto_sha256_finup +EXPORT_SYMBOL vmlinux 0xc0364007 fault_in_writeable +EXPORT_SYMBOL vmlinux 0xc0370323 qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0xc047ca3b register_shrinker +EXPORT_SYMBOL vmlinux 0xc0530921 tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0xc0582483 sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0xc060c3f4 page_pool_ethtool_stats_get +EXPORT_SYMBOL vmlinux 0xc06ac04f skb_split +EXPORT_SYMBOL vmlinux 0xc07101a8 xfrm_replay_seqhi +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc078d22c zstd_init_cstream +EXPORT_SYMBOL vmlinux 0xc07b0863 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0xc07edce5 cdev_init +EXPORT_SYMBOL vmlinux 0xc096e58d md_bitmap_endwrite +EXPORT_SYMBOL vmlinux 0xc09b7a0f lynx_pcs_create_mdiodev +EXPORT_SYMBOL vmlinux 0xc0a751d5 pnp_register_driver +EXPORT_SYMBOL vmlinux 0xc0ba4f54 _copy_from_iter_nocache +EXPORT_SYMBOL vmlinux 0xc0ce0f54 pci_read_vpd +EXPORT_SYMBOL vmlinux 0xc0dca4ab blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0xc0dedc40 sk_mc_loop +EXPORT_SYMBOL vmlinux 0xc0ed5616 __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0xc0f5d757 __brelse +EXPORT_SYMBOL vmlinux 0xc0fe9137 __printk_cpu_sync_put +EXPORT_SYMBOL vmlinux 0xc0ff12fb nla_strdup +EXPORT_SYMBOL vmlinux 0xc0ff21c1 input_get_new_minor +EXPORT_SYMBOL vmlinux 0xc11728ca read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0xc1198662 __warn_flushing_systemwide_wq +EXPORT_SYMBOL vmlinux 0xc1496a90 bio_alloc_clone +EXPORT_SYMBOL vmlinux 0xc14dc168 acpi_get_data +EXPORT_SYMBOL vmlinux 0xc1514a3b free_irq +EXPORT_SYMBOL vmlinux 0xc1579516 fman_port_enable +EXPORT_SYMBOL vmlinux 0xc15e279e sock_no_connect +EXPORT_SYMBOL vmlinux 0xc161b816 ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0xc164a51c keygen_init +EXPORT_SYMBOL vmlinux 0xc16b7501 skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0xc16be39d iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xc1889bf9 config_group_find_item +EXPORT_SYMBOL vmlinux 0xc1c322c4 mipi_dsi_dcs_write +EXPORT_SYMBOL vmlinux 0xc1cb419c __traceiter_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1e2c742 tegra_io_rail_power_on +EXPORT_SYMBOL vmlinux 0xc2050974 fman_port_get_tstamp +EXPORT_SYMBOL vmlinux 0xc20c5a56 input_unregister_handler +EXPORT_SYMBOL vmlinux 0xc20d34a7 iommu_put_resv_regions +EXPORT_SYMBOL vmlinux 0xc20f2b3e insert_inode_locked +EXPORT_SYMBOL vmlinux 0xc22f6693 call_fib_notifier +EXPORT_SYMBOL vmlinux 0xc2310cdc logic_inl +EXPORT_SYMBOL vmlinux 0xc2403396 security_path_rename +EXPORT_SYMBOL vmlinux 0xc242e426 try_module_get +EXPORT_SYMBOL vmlinux 0xc256034c tcf_qevent_init +EXPORT_SYMBOL vmlinux 0xc259f4ba mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0xc26e5747 dev_remove_pack +EXPORT_SYMBOL vmlinux 0xc2794b8e register_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0xc289ffe9 nf_hook_slow_list +EXPORT_SYMBOL vmlinux 0xc28d60b9 dev_pick_tx_zero +EXPORT_SYMBOL vmlinux 0xc29a8eea __mod_lruvec_page_state +EXPORT_SYMBOL vmlinux 0xc29bf967 strspn +EXPORT_SYMBOL vmlinux 0xc2c64622 dquot_commit_info +EXPORT_SYMBOL vmlinux 0xc2cb862e sgl_alloc_order +EXPORT_SYMBOL vmlinux 0xc2d7820a __find_get_block +EXPORT_SYMBOL vmlinux 0xc2e168ab caches_clean_inval_pou +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2f11eac meson_sm_call_read +EXPORT_SYMBOL vmlinux 0xc2f52274 __lshrti3 +EXPORT_SYMBOL vmlinux 0xc30095fe netdev_emerg +EXPORT_SYMBOL vmlinux 0xc3055d20 usleep_range_state +EXPORT_SYMBOL vmlinux 0xc3090b7b i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0xc310b981 strnstr +EXPORT_SYMBOL vmlinux 0xc3132d1b qdisc_hash_del +EXPORT_SYMBOL vmlinux 0xc31c1e6c cont_write_begin +EXPORT_SYMBOL vmlinux 0xc31db0ce is_vmalloc_addr +EXPORT_SYMBOL vmlinux 0xc32c71af register_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xc3402c0b netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0xc359fb65 abort +EXPORT_SYMBOL vmlinux 0xc36e6dfc rproc_elf_get_boot_addr +EXPORT_SYMBOL vmlinux 0xc3707324 qdisc_reset +EXPORT_SYMBOL vmlinux 0xc3762aec mempool_alloc +EXPORT_SYMBOL vmlinux 0xc37f9c6e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0xc38c83b8 mod_timer +EXPORT_SYMBOL vmlinux 0xc395ae02 dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0xc3abbcdd phy_detach +EXPORT_SYMBOL vmlinux 0xc3b347ee eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0xc3bc68a9 dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0xc3bc72ad trace_print_array_seq +EXPORT_SYMBOL vmlinux 0xc3cd034d crc8_populate_lsb +EXPORT_SYMBOL vmlinux 0xc3d0fc99 fs_lookup_param +EXPORT_SYMBOL vmlinux 0xc3de264e netdev_has_any_upper_dev +EXPORT_SYMBOL vmlinux 0xc3e2cc73 mdio_device_register +EXPORT_SYMBOL vmlinux 0xc3ec2080 inetdev_by_index +EXPORT_SYMBOL vmlinux 0xc3ec48d3 fb_prepare_logo +EXPORT_SYMBOL vmlinux 0xc3ff38c2 down_read_trylock +EXPORT_SYMBOL vmlinux 0xc400a8e1 tcp_make_synack +EXPORT_SYMBOL vmlinux 0xc4212ab9 qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xc421e3df tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0xc426fdfb dm_kobject_release +EXPORT_SYMBOL vmlinux 0xc4280171 submit_bh +EXPORT_SYMBOL vmlinux 0xc42dcb99 acpi_evaluate_ost +EXPORT_SYMBOL vmlinux 0xc4351ab6 vfs_symlink +EXPORT_SYMBOL vmlinux 0xc43bdd34 page_symlink +EXPORT_SYMBOL vmlinux 0xc44c38ad jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0xc452212c utf8_strncasecmp +EXPORT_SYMBOL vmlinux 0xc453d1aa pps_lookup_dev +EXPORT_SYMBOL vmlinux 0xc458b59d blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0xc4708199 cpm_muram_addr +EXPORT_SYMBOL vmlinux 0xc4712b96 xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0xc4777aa9 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xc4863030 vlan_vid_add +EXPORT_SYMBOL vmlinux 0xc49d43d4 tcp_rtx_synack +EXPORT_SYMBOL vmlinux 0xc4ae65e2 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0xc4ae915e arch_touch_nmi_watchdog +EXPORT_SYMBOL vmlinux 0xc4b21d2f qman_get_affine_portal +EXPORT_SYMBOL vmlinux 0xc4b38fc9 i2c_verify_client +EXPORT_SYMBOL vmlinux 0xc4c28102 fs_param_is_string +EXPORT_SYMBOL vmlinux 0xc4d4dc91 inet_csk_reqsk_queue_drop_and_put +EXPORT_SYMBOL vmlinux 0xc4e00f76 buffer_migrate_folio +EXPORT_SYMBOL vmlinux 0xc4e8c272 alloc_fcdev +EXPORT_SYMBOL vmlinux 0xc4ee2579 udp_seq_stop +EXPORT_SYMBOL vmlinux 0xc4f50d3e open_exec +EXPORT_SYMBOL vmlinux 0xc4fa13c3 tegra_ivc_notified +EXPORT_SYMBOL vmlinux 0xc500b8ff vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0xc528a49a queued_write_lock_slowpath +EXPORT_SYMBOL vmlinux 0xc54a99c6 dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0xc5543044 mr_rtm_dumproute +EXPORT_SYMBOL vmlinux 0xc55a0c67 mini_qdisc_pair_block_init +EXPORT_SYMBOL vmlinux 0xc55a4138 netdev_set_num_tc +EXPORT_SYMBOL vmlinux 0xc56541da filp_close +EXPORT_SYMBOL vmlinux 0xc569fad9 unregister_md_personality +EXPORT_SYMBOL vmlinux 0xc56c3609 xz_dec_microlzma_reset +EXPORT_SYMBOL vmlinux 0xc56e732f pcie_set_readrq +EXPORT_SYMBOL vmlinux 0xc57c48a3 idr_get_next +EXPORT_SYMBOL vmlinux 0xc58d5a90 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc5b6f236 queue_work_on +EXPORT_SYMBOL vmlinux 0xc5c4b592 md_bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0xc5dd5ac1 watchdog_register_governor +EXPORT_SYMBOL vmlinux 0xc5e74216 release_resource +EXPORT_SYMBOL vmlinux 0xc5e75fc3 tcp_read_done +EXPORT_SYMBOL vmlinux 0xc6041ee3 may_umount_tree +EXPORT_SYMBOL vmlinux 0xc60d0620 __num_online_cpus +EXPORT_SYMBOL vmlinux 0xc61afd6d scmd_printk +EXPORT_SYMBOL vmlinux 0xc622556f prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0xc6247ab6 pci_read_vpd_any +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc633d82d phy_unregister_fixup +EXPORT_SYMBOL vmlinux 0xc65a4d60 netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0xc65e4e97 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif +EXPORT_SYMBOL vmlinux 0xc679af61 dump_align +EXPORT_SYMBOL vmlinux 0xc6899edf starget_for_each_device +EXPORT_SYMBOL vmlinux 0xc69fce52 qcom_scm_qsmmu500_wait_safe_toggle +EXPORT_SYMBOL vmlinux 0xc6bd4607 key_type_keyring +EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6d09aa9 release_firmware +EXPORT_SYMBOL vmlinux 0xc6e4f84f submit_bio +EXPORT_SYMBOL vmlinux 0xc6f3b3fc refcount_dec_if_one +EXPORT_SYMBOL vmlinux 0xc6f46339 init_timer_key +EXPORT_SYMBOL vmlinux 0xc6f56faa pci_set_master +EXPORT_SYMBOL vmlinux 0xc708f1fe ec_write +EXPORT_SYMBOL vmlinux 0xc70bd36e jbd2_journal_start +EXPORT_SYMBOL vmlinux 0xc70d38d2 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0xc70faf7f max8998_read_reg +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc72e4c6a kthread_associate_blkcg +EXPORT_SYMBOL vmlinux 0xc73515a1 set_create_files_as +EXPORT_SYMBOL vmlinux 0xc7417df3 d_alloc_anon +EXPORT_SYMBOL vmlinux 0xc7505042 dma_resv_iter_first_unlocked +EXPORT_SYMBOL vmlinux 0xc75651ba vfs_mkobj +EXPORT_SYMBOL vmlinux 0xc76afcfb netdev_offload_xstats_get +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc785301e page_pool_alloc_frag +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc7975de0 trace_seq_acquire +EXPORT_SYMBOL vmlinux 0xc7a16c2a __sk_queue_drop_skb +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7ae1903 security_lock_kernel_down +EXPORT_SYMBOL vmlinux 0xc7aec99c pskb_trim_rcsum_slow +EXPORT_SYMBOL vmlinux 0xc7c1107a LZ4_decompress_safe +EXPORT_SYMBOL vmlinux 0xc80ab559 swake_up_one +EXPORT_SYMBOL vmlinux 0xc81b3080 clk_bulk_get +EXPORT_SYMBOL vmlinux 0xc827c391 ip6_xmit +EXPORT_SYMBOL vmlinux 0xc82c9f66 scsi_register_driver +EXPORT_SYMBOL vmlinux 0xc82caebc seg6_hmac_net_exit +EXPORT_SYMBOL vmlinux 0xc838c3f5 __ashrti3 +EXPORT_SYMBOL vmlinux 0xc839afed hdmi_audio_infoframe_check +EXPORT_SYMBOL vmlinux 0xc843ff18 tty_register_device +EXPORT_SYMBOL vmlinux 0xc848a3d6 fman_reset_mac +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc8513667 pci_find_capability +EXPORT_SYMBOL vmlinux 0xc8687bb0 dma_set_mask +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc8827b75 sysctl_vals +EXPORT_SYMBOL vmlinux 0xc890c008 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xc894723c skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0xc89490cc lease_modify +EXPORT_SYMBOL vmlinux 0xc895a6c9 md_bitmap_unplug +EXPORT_SYMBOL vmlinux 0xc8973b11 kobject_get_unless_zero +EXPORT_SYMBOL vmlinux 0xc89846c4 xudma_tchanrt_read +EXPORT_SYMBOL vmlinux 0xc8a64733 i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0xc8a7b844 aperture_remove_conflicting_pci_devices +EXPORT_SYMBOL vmlinux 0xc8a91f5b cpumask_local_spread +EXPORT_SYMBOL vmlinux 0xc8b6634b ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xc8b67c75 devm_gen_pool_create +EXPORT_SYMBOL vmlinux 0xc8bd22e6 tcf_idrinfo_destroy +EXPORT_SYMBOL vmlinux 0xc8c85086 sg_free_table +EXPORT_SYMBOL vmlinux 0xc8dcc62a krealloc +EXPORT_SYMBOL vmlinux 0xc8f79bd7 __netif_rx +EXPORT_SYMBOL vmlinux 0xc9005f22 param_ops_byte +EXPORT_SYMBOL vmlinux 0xc916dd46 __SCK__tp_func_kmalloc +EXPORT_SYMBOL vmlinux 0xc91989ff blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0xc92aa2a9 copy_page_from_iter_atomic +EXPORT_SYMBOL vmlinux 0xc92b9459 of_get_compatible_child +EXPORT_SYMBOL vmlinux 0xc92de0dd serial8250_do_pm +EXPORT_SYMBOL vmlinux 0xc93e8461 acpi_get_event_resources +EXPORT_SYMBOL vmlinux 0xc9533c65 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0xc9610a66 sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0xc9629d0b to_nd_pfn +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc96855f4 flow_rule_match_ipv6_addrs +EXPORT_SYMBOL vmlinux 0xc972449f mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0xc97372e8 from_kuid_munged +EXPORT_SYMBOL vmlinux 0xc9822234 clk_register_clkdev +EXPORT_SYMBOL vmlinux 0xc984f1c6 inet_frags_init +EXPORT_SYMBOL vmlinux 0xc9894bf4 nlmsg_notify +EXPORT_SYMBOL vmlinux 0xc98b6fd4 nvdimm_namespace_common_probe +EXPORT_SYMBOL vmlinux 0xc98c73cf generic_listxattr +EXPORT_SYMBOL vmlinux 0xc9933a15 devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9acd69f mmc_retune_release +EXPORT_SYMBOL vmlinux 0xc9d507f1 find_vma_intersection +EXPORT_SYMBOL vmlinux 0xc9d5a1c8 of_phy_register_fixed_link +EXPORT_SYMBOL vmlinux 0xc9d7f3f3 netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0xc9df055a xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xc9ed0401 imx_sc_rm_is_resource_owned +EXPORT_SYMBOL vmlinux 0xca1648d4 zstd_decompress_dctx +EXPORT_SYMBOL vmlinux 0xca17ac01 _find_next_andnot_bit +EXPORT_SYMBOL vmlinux 0xca17dcaa unlock_new_inode +EXPORT_SYMBOL vmlinux 0xca21ebd3 bitmap_free +EXPORT_SYMBOL vmlinux 0xca21edda eth_header +EXPORT_SYMBOL vmlinux 0xca2851ea scsi_scan_host +EXPORT_SYMBOL vmlinux 0xca2dd539 scsi_register_interface +EXPORT_SYMBOL vmlinux 0xca431c05 wake_bit_function +EXPORT_SYMBOL vmlinux 0xca47a312 skb_copy_expand +EXPORT_SYMBOL vmlinux 0xca47df73 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0xca4b69db genphy_update_link +EXPORT_SYMBOL vmlinux 0xca589ffb pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xca5a108b netdev_features_change +EXPORT_SYMBOL vmlinux 0xca62afaf xudma_rflow_is_gp +EXPORT_SYMBOL vmlinux 0xca7faed7 of_find_node_by_name +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xca9beaa4 __xa_store +EXPORT_SYMBOL vmlinux 0xcad1aca8 acpi_exception +EXPORT_SYMBOL vmlinux 0xcad4a787 tcf_em_register +EXPORT_SYMBOL vmlinux 0xcaf2cbb6 inet_accept +EXPORT_SYMBOL vmlinux 0xcafcf256 page_pool_destroy +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb0d205a dev_get_stats +EXPORT_SYMBOL vmlinux 0xcb112c9f alloc_fddidev +EXPORT_SYMBOL vmlinux 0xcb29cf15 dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0xcb31fc41 netif_device_detach +EXPORT_SYMBOL vmlinux 0xcb38e9ad find_inode_nowait +EXPORT_SYMBOL vmlinux 0xcb3ae215 call_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xcb5258b2 input_match_device_id +EXPORT_SYMBOL vmlinux 0xcb5ad6a5 mipi_dsi_device_unregister +EXPORT_SYMBOL vmlinux 0xcb733bf2 acpi_bus_set_power +EXPORT_SYMBOL vmlinux 0xcb78b735 skb_checksum +EXPORT_SYMBOL vmlinux 0xcb807426 unlock_buffer +EXPORT_SYMBOL vmlinux 0xcb8de641 mmc_of_parse +EXPORT_SYMBOL vmlinux 0xcb9f9f51 acpi_dev_uid_to_integer +EXPORT_SYMBOL vmlinux 0xcbab0c7d devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0xcbb18eb8 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0xcbbdde2e vfs_readlink +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbc0f9ee bioset_init +EXPORT_SYMBOL vmlinux 0xcbc4c1fc bdi_alloc +EXPORT_SYMBOL vmlinux 0xcbcb539e param_ops_int +EXPORT_SYMBOL vmlinux 0xcbd4898c fortify_panic +EXPORT_SYMBOL vmlinux 0xcbdf5567 gpiochip_irq_reqres +EXPORT_SYMBOL vmlinux 0xcbf5ac9f param_ops_ushort +EXPORT_SYMBOL vmlinux 0xcbfb33e4 init_opal_dev +EXPORT_SYMBOL vmlinux 0xcc0cd454 dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0xcc1b882a idr_get_next_ul +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc2f3572 nd_device_register +EXPORT_SYMBOL vmlinux 0xcc30b56d __inet_hash +EXPORT_SYMBOL vmlinux 0xcc328a5c reservation_ww_class +EXPORT_SYMBOL vmlinux 0xcc335488 flow_rule_match_ct +EXPORT_SYMBOL vmlinux 0xcc392eea kmalloc_size_roundup +EXPORT_SYMBOL vmlinux 0xcc411ed1 ptp_convert_timestamp +EXPORT_SYMBOL vmlinux 0xcc4d08be pci_match_id +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc5c2df4 trace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0xcc5d22d9 can_do_mlock +EXPORT_SYMBOL vmlinux 0xcc5da9ad pnp_get_resource +EXPORT_SYMBOL vmlinux 0xcc679415 inet_pton_with_scope +EXPORT_SYMBOL vmlinux 0xcc724355 handshake_req_alloc +EXPORT_SYMBOL vmlinux 0xcc8489ff phy_start_cable_test +EXPORT_SYMBOL vmlinux 0xcca5839d xen_vcpu_id +EXPORT_SYMBOL vmlinux 0xcca6b8ab pci_disable_link_state +EXPORT_SYMBOL vmlinux 0xccaf4e29 skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0xccaf994e dma_fence_set_deadline +EXPORT_SYMBOL vmlinux 0xccbcb841 param_set_byte +EXPORT_SYMBOL vmlinux 0xccdb2f80 tcf_exts_validate_ex +EXPORT_SYMBOL vmlinux 0xcce3e147 keyring_clear +EXPORT_SYMBOL vmlinux 0xccfb9e07 dst_default_metrics +EXPORT_SYMBOL vmlinux 0xccfd2ebc scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0xcd01b8e6 acpi_attach_data +EXPORT_SYMBOL vmlinux 0xcd18b5d8 kernel_getsockname +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd3096e9 inet6_protos +EXPORT_SYMBOL vmlinux 0xcd47c60d serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0xcd52c9d0 elv_rb_find +EXPORT_SYMBOL vmlinux 0xcd64273c fb_pan_display +EXPORT_SYMBOL vmlinux 0xcd754e13 md_finish_reshape +EXPORT_SYMBOL vmlinux 0xcd8ce890 acpi_format_exception +EXPORT_SYMBOL vmlinux 0xcd9c13a3 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0xcd9db6fa inet_frag_reasm_prepare +EXPORT_SYMBOL vmlinux 0xcdaced8a qcom_scm_assign_mem +EXPORT_SYMBOL vmlinux 0xcdb9eee8 dev_driver_string +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdcb9e23 jbd2_journal_invalidate_folio +EXPORT_SYMBOL vmlinux 0xcdcc5626 dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0xcdcd39e2 generic_error_remove_page +EXPORT_SYMBOL vmlinux 0xcdce7cec kmem_cache_create_usercopy +EXPORT_SYMBOL vmlinux 0xcde77bcc free_opal_dev +EXPORT_SYMBOL vmlinux 0xcded3db2 netif_tx_stop_all_queues +EXPORT_SYMBOL vmlinux 0xce0369a2 dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0xce08a46e of_graph_is_present +EXPORT_SYMBOL vmlinux 0xce0ce07e dev_pick_tx_cpu_id +EXPORT_SYMBOL vmlinux 0xce11897f dma_fence_array_create +EXPORT_SYMBOL vmlinux 0xce256d47 phy_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce3d5e94 blk_queue_io_min +EXPORT_SYMBOL vmlinux 0xce4912e9 igrab +EXPORT_SYMBOL vmlinux 0xce4cdb8e fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xce4e47b6 __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0xce5999a8 iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce5bb8fb generic_ro_fops +EXPORT_SYMBOL vmlinux 0xce667226 param_set_bool +EXPORT_SYMBOL vmlinux 0xce720f28 mtree_destroy +EXPORT_SYMBOL vmlinux 0xce726729 __skb_wait_for_more_packets +EXPORT_SYMBOL vmlinux 0xce731b34 ucc_slow_get_qe_cr_subblock +EXPORT_SYMBOL vmlinux 0xce76c257 acpi_get_irq_routing_table +EXPORT_SYMBOL vmlinux 0xce7afb0a tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0xce807a25 up_write +EXPORT_SYMBOL vmlinux 0xcea1f5b6 pci_release_region +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xceac1ac3 pci_read_config_word +EXPORT_SYMBOL vmlinux 0xceb8a86c blkdev_compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0xcec86264 param_ops_string +EXPORT_SYMBOL vmlinux 0xced0f4d4 gen_pool_create +EXPORT_SYMBOL vmlinux 0xced80372 inet_sendmsg +EXPORT_SYMBOL vmlinux 0xcee59672 pcim_enable_device +EXPORT_SYMBOL vmlinux 0xcee9fa5e xfrm_parse_spi +EXPORT_SYMBOL vmlinux 0xceec8062 t10_pi_type1_ip +EXPORT_SYMBOL vmlinux 0xcefb0c9f __mutex_init +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xceff5f18 mipi_dsi_dcs_set_tear_scanline +EXPORT_SYMBOL vmlinux 0xcf184c65 get_tree_single_reconf +EXPORT_SYMBOL vmlinux 0xcf2a6966 up +EXPORT_SYMBOL vmlinux 0xcf2ea86b __tracepoint_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xcf340d66 udp_seq_next +EXPORT_SYMBOL vmlinux 0xcf346fe7 fb_set_suspend +EXPORT_SYMBOL vmlinux 0xcf3b69b3 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xcf3c2455 phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0xcf49164d d_move +EXPORT_SYMBOL vmlinux 0xcf4fdd4d _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0xcf78b003 sock_set_mark +EXPORT_SYMBOL vmlinux 0xcf9b558d touchscreen_set_mt_pos +EXPORT_SYMBOL vmlinux 0xcfa64257 kill_anon_super +EXPORT_SYMBOL vmlinux 0xcfc9deaf atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0xcfd884a8 __hsiphash_unaligned +EXPORT_SYMBOL vmlinux 0xcfdc6c01 devm_free_irq +EXPORT_SYMBOL vmlinux 0xcfe6994a bio_add_page +EXPORT_SYMBOL vmlinux 0xcfeb98a8 acpi_processor_register_performance +EXPORT_SYMBOL vmlinux 0xcfed2463 dma_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0xd003e95e set_posix_acl +EXPORT_SYMBOL vmlinux 0xd011c6d4 i2c_smbus_read_i2c_block_data_or_emulated +EXPORT_SYMBOL vmlinux 0xd0126169 cdrom_release +EXPORT_SYMBOL vmlinux 0xd01e0cfb phy_support_asym_pause +EXPORT_SYMBOL vmlinux 0xd01fe84b vfs_link +EXPORT_SYMBOL vmlinux 0xd025c353 tty_register_ldisc +EXPORT_SYMBOL vmlinux 0xd025c75f pci_write_config_byte +EXPORT_SYMBOL vmlinux 0xd03d3b64 d_obtain_alias +EXPORT_SYMBOL vmlinux 0xd04c1a64 sysctl_devconf_inherit_init_net +EXPORT_SYMBOL vmlinux 0xd05889e2 __kfree_skb +EXPORT_SYMBOL vmlinux 0xd0654aba woken_wake_function +EXPORT_SYMBOL vmlinux 0xd06939fe __i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0xd0760fc0 kfree_sensitive +EXPORT_SYMBOL vmlinux 0xd083b0ba configfs_register_group +EXPORT_SYMBOL vmlinux 0xd08adb2b trace_seq_hex_dump +EXPORT_SYMBOL vmlinux 0xd094d02e iov_iter_zero +EXPORT_SYMBOL vmlinux 0xd0950176 rtnl_create_link +EXPORT_SYMBOL vmlinux 0xd0b74705 acpi_install_interface +EXPORT_SYMBOL vmlinux 0xd0c2209c dcb_getapp +EXPORT_SYMBOL vmlinux 0xd0d4537b serio_close +EXPORT_SYMBOL vmlinux 0xd0d5e3d8 inet_frag_find +EXPORT_SYMBOL vmlinux 0xd1033551 netdev_set_tc_queue +EXPORT_SYMBOL vmlinux 0xd1132f94 sk_filter_trim_cap +EXPORT_SYMBOL vmlinux 0xd1302966 phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0xd1363cc1 ucs2_strsize +EXPORT_SYMBOL vmlinux 0xd14131b0 dm_put_device +EXPORT_SYMBOL vmlinux 0xd1560f63 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0xd15cb96e nla_put +EXPORT_SYMBOL vmlinux 0xd17e5baa filemap_release_folio +EXPORT_SYMBOL vmlinux 0xd191576f bio_endio +EXPORT_SYMBOL vmlinux 0xd194ddf9 acpi_gpe_count +EXPORT_SYMBOL vmlinux 0xd19b8d8a request_partial_firmware_into_buf +EXPORT_SYMBOL vmlinux 0xd19ed37a skb_ext_add +EXPORT_SYMBOL vmlinux 0xd1ac20d2 ps2_begin_command +EXPORT_SYMBOL vmlinux 0xd1b14d6b genphy_read_status_fixed +EXPORT_SYMBOL vmlinux 0xd1b3ef81 genphy_read_master_slave +EXPORT_SYMBOL vmlinux 0xd1c0577a of_find_node_with_property +EXPORT_SYMBOL vmlinux 0xd1d87e92 scsi_mlreturn_string +EXPORT_SYMBOL vmlinux 0xd1d8db66 remove_proc_entry +EXPORT_SYMBOL vmlinux 0xd1db34a8 xfrm_state_update +EXPORT_SYMBOL vmlinux 0xd1dea73e xfrm6_rcv +EXPORT_SYMBOL vmlinux 0xd1f34a2d dst_init +EXPORT_SYMBOL vmlinux 0xd1ffea6a i2c_find_adapter_by_fwnode +EXPORT_SYMBOL vmlinux 0xd2051916 qcom_scm_cpu_power_down +EXPORT_SYMBOL vmlinux 0xd20c439f dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0xd2237016 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0xd237296e genphy_c37_read_status +EXPORT_SYMBOL vmlinux 0xd24108d4 rfkill_soft_blocked +EXPORT_SYMBOL vmlinux 0xd24816bf rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0xd2543b77 generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xd2582f8f __SCK__tp_func_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xd25bc5d4 csum_tcpudp_nofold +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd266d7c0 vma_alloc_folio +EXPORT_SYMBOL vmlinux 0xd26acde5 elv_rb_del +EXPORT_SYMBOL vmlinux 0xd2744013 max8998_bulk_write +EXPORT_SYMBOL vmlinux 0xd277dd2b icmpv6_ndo_send +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd2800691 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0xd2b46a3c vme_unregister_error_handler +EXPORT_SYMBOL vmlinux 0xd2cde055 xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xd2d6d38c ip_route_me_harder +EXPORT_SYMBOL vmlinux 0xd2d88506 netdev_offload_xstats_report_used +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2e2a9d0 hdmi_spd_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0xd2e4acb4 ethtool_aggregate_pause_stats +EXPORT_SYMBOL vmlinux 0xd2ea38bd __folio_alloc +EXPORT_SYMBOL vmlinux 0xd2ea49b8 acpi_leave_sleep_state_prep +EXPORT_SYMBOL vmlinux 0xd2f0d38d nvdimm_bus_lock +EXPORT_SYMBOL vmlinux 0xd2fb617c __udp_disconnect +EXPORT_SYMBOL vmlinux 0xd304f8ef netif_inherit_tso_max +EXPORT_SYMBOL vmlinux 0xd306944f inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible +EXPORT_SYMBOL vmlinux 0xd32ca591 netdev_info +EXPORT_SYMBOL vmlinux 0xd32eb484 vfs_fadvise +EXPORT_SYMBOL vmlinux 0xd32f3e25 tcp_seq_next +EXPORT_SYMBOL vmlinux 0xd3390cfa is_nvdimm_bus_locked +EXPORT_SYMBOL vmlinux 0xd3559ef4 __memset +EXPORT_SYMBOL vmlinux 0xd35761a1 __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0xd35a6d31 mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xd35cce70 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xd36dc10c get_random_u32 +EXPORT_SYMBOL vmlinux 0xd36e3d59 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0xd37c781f icmp6_send +EXPORT_SYMBOL vmlinux 0xd396db18 netpoll_send_udp +EXPORT_SYMBOL vmlinux 0xd3a0f896 netif_receive_skb_core +EXPORT_SYMBOL vmlinux 0xd3a1025f vme_dma_request +EXPORT_SYMBOL vmlinux 0xd3b7d14d phy_connect +EXPORT_SYMBOL vmlinux 0xd406d266 fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xd41aea79 sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0xd42c5eb9 ping_prot +EXPORT_SYMBOL vmlinux 0xd42d90b1 vma_set_file +EXPORT_SYMBOL vmlinux 0xd43b8347 scsi_vpd_tpg_id +EXPORT_SYMBOL vmlinux 0xd45a78aa vfs_dedupe_file_range_one +EXPORT_SYMBOL vmlinux 0xd45cc6ca bin2hex +EXPORT_SYMBOL vmlinux 0xd4686c94 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0xd469bccc __tracepoint_mmap_lock_released +EXPORT_SYMBOL vmlinux 0xd46cc4e1 nd_btt_version +EXPORT_SYMBOL vmlinux 0xd4765823 i2c_add_adapter +EXPORT_SYMBOL vmlinux 0xd4835ef8 dmi_check_system +EXPORT_SYMBOL vmlinux 0xd4888b1d netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0xd4a69d20 qm_channel_caam +EXPORT_SYMBOL vmlinux 0xd4a77aba inode_to_bdi +EXPORT_SYMBOL vmlinux 0xd4afea5d free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0xd4bb4a82 inet6addr_validator_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xd4bf6b2b phy_read_paged +EXPORT_SYMBOL vmlinux 0xd4d1983c udplite_table +EXPORT_SYMBOL vmlinux 0xd4d35128 fscrypt_encrypt_block_inplace +EXPORT_SYMBOL vmlinux 0xd4d786df netdev_has_upper_dev_all_rcu +EXPORT_SYMBOL vmlinux 0xd4dce197 vfs_parse_fs_param_source +EXPORT_SYMBOL vmlinux 0xd4df5699 kfree_skb_partial +EXPORT_SYMBOL vmlinux 0xd4e287fd sock_set_reuseport +EXPORT_SYMBOL vmlinux 0xd4e90afd netdev_unbind_sb_channel +EXPORT_SYMBOL vmlinux 0xd50b619b ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0xd5142f73 nf_ct_attach +EXPORT_SYMBOL vmlinux 0xd514b10d d_add +EXPORT_SYMBOL vmlinux 0xd5174c08 pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0xd5179878 send_sig +EXPORT_SYMBOL vmlinux 0xd5263820 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xd5346bfc acpi_get_possible_resources +EXPORT_SYMBOL vmlinux 0xd559dbf8 generic_setlease +EXPORT_SYMBOL vmlinux 0xd56abb76 __skb_vlan_pop +EXPORT_SYMBOL vmlinux 0xd581e3e5 eth_get_headlen +EXPORT_SYMBOL vmlinux 0xd584c838 sock_wfree +EXPORT_SYMBOL vmlinux 0xd59f10f9 arp_create +EXPORT_SYMBOL vmlinux 0xd5b3d0d5 xxh64_copy_state +EXPORT_SYMBOL vmlinux 0xd5d0897b mmc_cqe_post_req +EXPORT_SYMBOL vmlinux 0xd5f9ba04 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0xd5fd90f1 prepare_to_wait +EXPORT_SYMBOL vmlinux 0xd5fe9c7d __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xd602b779 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL vmlinux 0xd6084006 skb_copy_header +EXPORT_SYMBOL vmlinux 0xd60a95f4 mmc_erase +EXPORT_SYMBOL vmlinux 0xd60ae0a9 scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0xd6107459 dma_sync_single_for_device +EXPORT_SYMBOL vmlinux 0xd628a258 tcf_exts_num_actions +EXPORT_SYMBOL vmlinux 0xd6296537 vme_unregister_driver +EXPORT_SYMBOL vmlinux 0xd62d3b1c dquot_resume +EXPORT_SYMBOL vmlinux 0xd62ecd49 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xd63964bf sock_no_linger +EXPORT_SYMBOL vmlinux 0xd6414e21 inet_csk_complete_hashdance +EXPORT_SYMBOL vmlinux 0xd642f3f6 video_firmware_drivers_only +EXPORT_SYMBOL vmlinux 0xd643239a acpi_leave_sleep_state +EXPORT_SYMBOL vmlinux 0xd66c8184 add_device_randomness +EXPORT_SYMBOL vmlinux 0xd67dea63 bpf_link_get_from_fd +EXPORT_SYMBOL vmlinux 0xd68c5a1f adjust_resource +EXPORT_SYMBOL vmlinux 0xd68cf125 blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0xd68f50d7 blk_rq_append_bio +EXPORT_SYMBOL vmlinux 0xd697674f pci_write_config_word +EXPORT_SYMBOL vmlinux 0xd6a69c59 fault_in_iov_iter_writeable +EXPORT_SYMBOL vmlinux 0xd6a91f54 twl_i2c_read +EXPORT_SYMBOL vmlinux 0xd6ca6e35 tegra_ivc_reset +EXPORT_SYMBOL vmlinux 0xd6d0b5d6 pcie_get_mps +EXPORT_SYMBOL vmlinux 0xd6eaaea1 full_name_hash +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6f42468 udp_prot +EXPORT_SYMBOL vmlinux 0xd6fde043 is_module_sig_enforced +EXPORT_SYMBOL vmlinux 0xd70633fe pci_find_bus +EXPORT_SYMBOL vmlinux 0xd70d35a1 gf128mul_4k_bbe +EXPORT_SYMBOL vmlinux 0xd70f62b6 acpi_os_execute +EXPORT_SYMBOL vmlinux 0xd71104b3 vm_node_stat +EXPORT_SYMBOL vmlinux 0xd712ed6a sk_stop_timer_sync +EXPORT_SYMBOL vmlinux 0xd71d71b4 request_firmware +EXPORT_SYMBOL vmlinux 0xd71fb5ca dm_io +EXPORT_SYMBOL vmlinux 0xd7356c1c ns_capable_setid +EXPORT_SYMBOL vmlinux 0xd73653c4 freezer_active +EXPORT_SYMBOL vmlinux 0xd738ca1b phy_unregister_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xd73a294f mtree_erase +EXPORT_SYMBOL vmlinux 0xd73c8c2b synchronize_shrinkers +EXPORT_SYMBOL vmlinux 0xd7482f05 vcalloc +EXPORT_SYMBOL vmlinux 0xd7520b59 cfb_imageblit +EXPORT_SYMBOL vmlinux 0xd7838985 netdev_notice +EXPORT_SYMBOL vmlinux 0xd784c72b iput +EXPORT_SYMBOL vmlinux 0xd78d253c iterate_dir +EXPORT_SYMBOL vmlinux 0xd793497a xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0xd793ed35 register_md_cluster_operations +EXPORT_SYMBOL vmlinux 0xd797428d __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0xd7987177 utf8_load +EXPORT_SYMBOL vmlinux 0xd7acaddc bio_chain +EXPORT_SYMBOL vmlinux 0xd7bc028b mmc_wait_for_req_done +EXPORT_SYMBOL vmlinux 0xd7c21db2 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0xd7ce4dde phy_error +EXPORT_SYMBOL vmlinux 0xd7d280ad irq_poll_complete +EXPORT_SYMBOL vmlinux 0xd7d4d286 blk_mq_unique_tag +EXPORT_SYMBOL vmlinux 0xd7e21f35 filemap_alloc_folio +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7e637a3 inet_frag_rbtree_purge +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7eb9d98 alloc_skb_with_frags +EXPORT_SYMBOL vmlinux 0xd7ef12c8 sg_miter_skip +EXPORT_SYMBOL vmlinux 0xd7ff1b8a __ashlti3 +EXPORT_SYMBOL vmlinux 0xd803c0a0 devm_devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0xd80a11bb is_bad_inode +EXPORT_SYMBOL vmlinux 0xd8131274 qman_alloc_cgrid_range +EXPORT_SYMBOL vmlinux 0xd817c383 kmem_cache_create +EXPORT_SYMBOL vmlinux 0xd8195973 scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0xd8240bee sock_register +EXPORT_SYMBOL vmlinux 0xd828f063 xudma_tchanrt_write +EXPORT_SYMBOL vmlinux 0xd82b4657 dentry_create +EXPORT_SYMBOL vmlinux 0xd83898d5 nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xd83a634b ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0xd846fa30 seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0xd864549a __dev_direct_xmit +EXPORT_SYMBOL vmlinux 0xd86a5213 xp_dma_map +EXPORT_SYMBOL vmlinux 0xd86d67e9 dquot_initialize +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd8a994eb scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0xd8b61304 get_default_font +EXPORT_SYMBOL vmlinux 0xd8b6d96f __find_nth_and_bit +EXPORT_SYMBOL vmlinux 0xd8cdfd77 sk_stop_timer +EXPORT_SYMBOL vmlinux 0xd8df08ac acpi_handle_printk +EXPORT_SYMBOL vmlinux 0xd8e6b50f pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0xd8ee9ecf mr_fill_mroute +EXPORT_SYMBOL vmlinux 0xd8f18923 pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0xd8f59f9d blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0xd91f6ab6 strnlen_user +EXPORT_SYMBOL vmlinux 0xd92deb6b acpi_evaluate_object +EXPORT_SYMBOL vmlinux 0xd9332482 dev_add_pack +EXPORT_SYMBOL vmlinux 0xd93bc29a textsearch_register +EXPORT_SYMBOL vmlinux 0xd93bdf29 jbd2_transaction_committed +EXPORT_SYMBOL vmlinux 0xd9491c14 xa_destroy +EXPORT_SYMBOL vmlinux 0xd9502fff bpf_link_put +EXPORT_SYMBOL vmlinux 0xd9554695 __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0xd96f7b98 twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd995380f jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0xd99cc7de blk_mq_delay_run_hw_queues +EXPORT_SYMBOL vmlinux 0xd9a5ea54 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xd9a65679 input_register_handle +EXPORT_SYMBOL vmlinux 0xd9b85ef6 lockref_get +EXPORT_SYMBOL vmlinux 0xd9b8eaea __SCK__tp_func_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xd9bb7dc0 kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0xd9bfe7b7 __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0xd9c7ebb5 sock_bind_add +EXPORT_SYMBOL vmlinux 0xd9d8fd16 register_restart_handler +EXPORT_SYMBOL vmlinux 0xd9d952d1 crypto_aes_sbox +EXPORT_SYMBOL vmlinux 0xd9dd32ef xfrm_register_type_offload +EXPORT_SYMBOL vmlinux 0xd9f0f436 netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0xd9f421fd blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0xda10443c xudma_tchan_get_id +EXPORT_SYMBOL vmlinux 0xda14b5f9 phy_modify_paged +EXPORT_SYMBOL vmlinux 0xda333598 amba_driver_unregister +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda3de6dd cros_ec_query_all +EXPORT_SYMBOL vmlinux 0xda3f8a71 nla_append +EXPORT_SYMBOL vmlinux 0xda79150e md_handle_request +EXPORT_SYMBOL vmlinux 0xdaa6070e csum_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0xdabf2671 page_pool_unlink_napi +EXPORT_SYMBOL vmlinux 0xdac4913a bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0xdaca820e dynamic_preempt_schedule +EXPORT_SYMBOL vmlinux 0xdad1fc3f zstd_flush_stream +EXPORT_SYMBOL vmlinux 0xdaea3cc6 napi_complete_done +EXPORT_SYMBOL vmlinux 0xdafa61fd register_framebuffer +EXPORT_SYMBOL vmlinux 0xdb0ca748 netif_tx_wake_queue +EXPORT_SYMBOL vmlinux 0xdb1edee6 hdmi_infoframe_unpack +EXPORT_SYMBOL vmlinux 0xdb209ebc d_instantiate +EXPORT_SYMBOL vmlinux 0xdb2f31b4 msi_desc_to_pci_dev +EXPORT_SYMBOL vmlinux 0xdb3f1970 fget +EXPORT_SYMBOL vmlinux 0xdb4ae7ac folio_migrate_mapping +EXPORT_SYMBOL vmlinux 0xdb4b92b5 imx_scu_enable_general_irq_channel +EXPORT_SYMBOL vmlinux 0xdb4c37b3 of_phy_deregister_fixed_link +EXPORT_SYMBOL vmlinux 0xdb4f4e74 mipi_dsi_dcs_set_tear_off +EXPORT_SYMBOL vmlinux 0xdb515ff9 iov_iter_npages +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb710d0b param_ops_bint +EXPORT_SYMBOL vmlinux 0xdb742e1d mipi_dsi_dcs_exit_sleep_mode +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb7c870d __ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0xdb8624c3 of_count_phandle_with_args +EXPORT_SYMBOL vmlinux 0xdba20e12 blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0xdba96cab param_get_uint +EXPORT_SYMBOL vmlinux 0xdbaab10e scsi_device_put +EXPORT_SYMBOL vmlinux 0xdbc43e6a qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xdbca371e pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0xdbcf041a acpi_install_address_space_handler +EXPORT_SYMBOL vmlinux 0xdbdf6c92 ioport_resource +EXPORT_SYMBOL vmlinux 0xdbee5c9c zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0xdbf8f483 max8925_reg_write +EXPORT_SYMBOL vmlinux 0xdc07e260 pci_disable_ptm +EXPORT_SYMBOL vmlinux 0xdc0b6720 tcp_time_wait +EXPORT_SYMBOL vmlinux 0xdc0e4855 timer_delete +EXPORT_SYMBOL vmlinux 0xdc10c7e0 phy_start +EXPORT_SYMBOL vmlinux 0xdc136830 pci_restore_state +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc18d3f9 blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0xdc33708d vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0xdc34158f fman_port_init +EXPORT_SYMBOL vmlinux 0xdc3a691b ethtool_rx_flow_rule_create +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc40bdad of_pci_range_to_resource +EXPORT_SYMBOL vmlinux 0xdc4792bf seq_pad +EXPORT_SYMBOL vmlinux 0xdc49c198 reciprocal_value_adv +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc8279df sk_net_capable +EXPORT_SYMBOL vmlinux 0xdc8ccf1d input_unregister_device +EXPORT_SYMBOL vmlinux 0xdc8d839a del_gendisk +EXPORT_SYMBOL vmlinux 0xdc96b4ea xsk_uses_need_wakeup +EXPORT_SYMBOL vmlinux 0xdc9b4e6e udp_sendmsg +EXPORT_SYMBOL vmlinux 0xdca8c3d4 logic_outb +EXPORT_SYMBOL vmlinux 0xdcb49a4f rt_dst_clone +EXPORT_SYMBOL vmlinux 0xdcb764ad memset +EXPORT_SYMBOL vmlinux 0xdcbeba1d sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0xdcd125b0 __breadahead +EXPORT_SYMBOL vmlinux 0xdcd40a65 mroute6_is_socket +EXPORT_SYMBOL vmlinux 0xdcd64646 kill_litter_super +EXPORT_SYMBOL vmlinux 0xdcdc0040 slhc_compress +EXPORT_SYMBOL vmlinux 0xdcf65cd1 __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0xdcfd0e02 devm_alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0xdd18a993 acpi_check_dsm +EXPORT_SYMBOL vmlinux 0xdd1bdb7a mmc_retune_unpause +EXPORT_SYMBOL vmlinux 0xdd1ce276 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0xdd2522df device_get_mac_address +EXPORT_SYMBOL vmlinux 0xdd2c169b mb_cache_create +EXPORT_SYMBOL vmlinux 0xdd4a89db end_page_writeback +EXPORT_SYMBOL vmlinux 0xdd4d55b6 _raw_read_unlock +EXPORT_SYMBOL vmlinux 0xdd5be02b cdrom_ioctl +EXPORT_SYMBOL vmlinux 0xdd5e4cea rtnl_nla_parse_ifinfomsg +EXPORT_SYMBOL vmlinux 0xdd64e639 strscpy +EXPORT_SYMBOL vmlinux 0xdd7e3192 qcom_scm_pas_auth_and_reset +EXPORT_SYMBOL vmlinux 0xdd8348b4 sync_file_create +EXPORT_SYMBOL vmlinux 0xdd849d51 scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0xddad7952 acpi_dbg_level +EXPORT_SYMBOL vmlinux 0xdddbe021 serio_rescan +EXPORT_SYMBOL vmlinux 0xdded80af netdev_adjacent_change_prepare +EXPORT_SYMBOL vmlinux 0xddf6ad7a completion_done +EXPORT_SYMBOL vmlinux 0xddfdb8ac tcp_md5_needed +EXPORT_SYMBOL vmlinux 0xde265b03 mdio_bus_type +EXPORT_SYMBOL vmlinux 0xde293f9e add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xde4ec40c security_sctp_assoc_established +EXPORT_SYMBOL vmlinux 0xde62a998 __devm_of_mdiobus_register +EXPORT_SYMBOL vmlinux 0xde67419e sg_split +EXPORT_SYMBOL vmlinux 0xde7eef8f iov_iter_kvec +EXPORT_SYMBOL vmlinux 0xde8f90e6 sock_set_reuseaddr +EXPORT_SYMBOL vmlinux 0xde914665 mmc_register_driver +EXPORT_SYMBOL vmlinux 0xdea6dea6 mr_dump +EXPORT_SYMBOL vmlinux 0xdeb99119 dma_fence_init +EXPORT_SYMBOL vmlinux 0xded39a6b gen_kill_estimator +EXPORT_SYMBOL vmlinux 0xded41a41 xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0xdeed6dc6 copy_page_to_iter +EXPORT_SYMBOL vmlinux 0xdeeeaab5 flow_rule_match_control +EXPORT_SYMBOL vmlinux 0xdef68d34 flow_keys_basic_dissector +EXPORT_SYMBOL vmlinux 0xdef7be7e sock_ioctl_inout +EXPORT_SYMBOL vmlinux 0xdef7c893 fb_match_mode +EXPORT_SYMBOL vmlinux 0xdefeadae d_make_root +EXPORT_SYMBOL vmlinux 0xdf0256ef remove_proc_subtree +EXPORT_SYMBOL vmlinux 0xdf17924d of_get_property +EXPORT_SYMBOL vmlinux 0xdf256037 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0xdf269f09 phy_free_interrupt +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf2ebb87 _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xdf3413c5 phy_start_aneg +EXPORT_SYMBOL vmlinux 0xdf36914b xa_find_after +EXPORT_SYMBOL vmlinux 0xdf431edb tegra_ivc_cleanup +EXPORT_SYMBOL vmlinux 0xdf50db00 inet_frag_pull_head +EXPORT_SYMBOL vmlinux 0xdf521442 _find_next_zero_bit +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf5fc609 seq_open_private +EXPORT_SYMBOL vmlinux 0xdf70389e cros_ec_cmd_xfer +EXPORT_SYMBOL vmlinux 0xdf7499cf fault_in_iov_iter_readable +EXPORT_SYMBOL vmlinux 0xdf85ead9 neigh_resolve_output +EXPORT_SYMBOL vmlinux 0xdf8c695a __ndelay +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdf93b9d8 timespec64_to_jiffies +EXPORT_SYMBOL vmlinux 0xdf962ada pin_user_pages +EXPORT_SYMBOL vmlinux 0xdf9734a7 sg_nents +EXPORT_SYMBOL vmlinux 0xdfa5f94d security_cred_getsecid +EXPORT_SYMBOL vmlinux 0xdfbd69d5 scsi_done +EXPORT_SYMBOL vmlinux 0xdfc12ef1 zstd_decompress_stream +EXPORT_SYMBOL vmlinux 0xdfcc992c current_work +EXPORT_SYMBOL vmlinux 0xdfccad74 inode_update_time +EXPORT_SYMBOL vmlinux 0xdfd8110c flow_block_cb_is_busy +EXPORT_SYMBOL vmlinux 0xdfe96120 flow_block_cb_priv +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xdffc80fc vesa_modes +EXPORT_SYMBOL vmlinux 0xe02ba436 trace_print_hex_seq +EXPORT_SYMBOL vmlinux 0xe02c9c92 __xa_erase +EXPORT_SYMBOL vmlinux 0xe03aa927 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0xe0419ac4 kstrtos16 +EXPORT_SYMBOL vmlinux 0xe051a6e4 scsi_vpd_lun_id +EXPORT_SYMBOL vmlinux 0xe057c2a3 udp_lib_unhash +EXPORT_SYMBOL vmlinux 0xe0594a5a inet_offloads +EXPORT_SYMBOL vmlinux 0xe05a59bf get_tree_single +EXPORT_SYMBOL vmlinux 0xe07444f0 rpmh_write_batch +EXPORT_SYMBOL vmlinux 0xe07e5f44 acpi_reconfig_notifier_unregister +EXPORT_SYMBOL vmlinux 0xe080e8f0 set_current_groups +EXPORT_SYMBOL vmlinux 0xe082e88d acpi_check_address_range +EXPORT_SYMBOL vmlinux 0xe091c977 list_sort +EXPORT_SYMBOL vmlinux 0xe09d2010 pci_map_rom +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b9065b security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xe0bef318 icst_hz_to_vco +EXPORT_SYMBOL vmlinux 0xe0c28b6d scsi_partsize +EXPORT_SYMBOL vmlinux 0xe0c76e4e pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0xe0c8b663 vfs_fileattr_get +EXPORT_SYMBOL vmlinux 0xe0cf5bd3 mipi_dsi_generic_write +EXPORT_SYMBOL vmlinux 0xe0e65066 rio_query_mport +EXPORT_SYMBOL vmlinux 0xe10c3f53 lock_sock_nested +EXPORT_SYMBOL vmlinux 0xe113bb0f security_socket_socketpair +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe11b5b9d seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0xe1227791 reuseport_select_sock +EXPORT_SYMBOL vmlinux 0xe123f3d9 dma_fence_release +EXPORT_SYMBOL vmlinux 0xe1247f19 skb_pull +EXPORT_SYMBOL vmlinux 0xe12bda79 vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xe1317694 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0xe138fb8c percpu_counter_add_batch +EXPORT_SYMBOL vmlinux 0xe13cd8a7 dmi_name_in_vendors +EXPORT_SYMBOL vmlinux 0xe165447b of_mdiobus_child_is_phy +EXPORT_SYMBOL vmlinux 0xe1674434 debugfs_create_automount +EXPORT_SYMBOL vmlinux 0xe16b552e mr_table_dump +EXPORT_SYMBOL vmlinux 0xe17568e3 dma_fence_signal_timestamp_locked +EXPORT_SYMBOL vmlinux 0xe17a90d2 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0xe1927a35 add_watch_to_object +EXPORT_SYMBOL vmlinux 0xe19e9d23 fbcon_update_vcs +EXPORT_SYMBOL vmlinux 0xe1daf8c4 __skb_recv_udp +EXPORT_SYMBOL vmlinux 0xe1dcf64a audit_log_format +EXPORT_SYMBOL vmlinux 0xe1e89df3 iov_iter_get_pages2 +EXPORT_SYMBOL vmlinux 0xe200bcfc napi_gro_receive +EXPORT_SYMBOL vmlinux 0xe206f12e simple_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0xe21f18ac __genradix_iter_peek +EXPORT_SYMBOL vmlinux 0xe228778f gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0xe229ee54 from_kprojid +EXPORT_SYMBOL vmlinux 0xe247493e skb_copy_datagram_iter +EXPORT_SYMBOL vmlinux 0xe24f1c14 of_graph_get_remote_port +EXPORT_SYMBOL vmlinux 0xe251d001 pci_bus_type +EXPORT_SYMBOL vmlinux 0xe254b3b9 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0xe25eceb5 qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0xe25ff743 netif_device_attach +EXPORT_SYMBOL vmlinux 0xe267f889 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0xe27208ac km_policy_expired +EXPORT_SYMBOL vmlinux 0xe27c36fe neigh_seq_start +EXPORT_SYMBOL vmlinux 0xe27de6d5 netdev_alert +EXPORT_SYMBOL vmlinux 0xe27f7f21 eth_gro_receive +EXPORT_SYMBOL vmlinux 0xe2964344 __wake_up +EXPORT_SYMBOL vmlinux 0xe2ab63b7 __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0xe2bbfa56 proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xe2d264ba cdev_alloc +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2d68c1d ps2_drain +EXPORT_SYMBOL vmlinux 0xe2f631b0 submit_bio_wait +EXPORT_SYMBOL vmlinux 0xe2f7e20a is_nd_btt +EXPORT_SYMBOL vmlinux 0xe30d635a dma_find_channel +EXPORT_SYMBOL vmlinux 0xe32ab4d8 xxh64_digest +EXPORT_SYMBOL vmlinux 0xe340e280 kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0xe34b552f tcp_read_skb +EXPORT_SYMBOL vmlinux 0xe36d5de0 security_task_getsecid_obj +EXPORT_SYMBOL vmlinux 0xe38772b6 udplite_prot +EXPORT_SYMBOL vmlinux 0xe392bb00 security_binder_transfer_binder +EXPORT_SYMBOL vmlinux 0xe39b2ea5 sha256 +EXPORT_SYMBOL vmlinux 0xe3ad3046 __sg_page_iter_dma_next +EXPORT_SYMBOL vmlinux 0xe3b39b80 tcp_prot +EXPORT_SYMBOL vmlinux 0xe3bf7866 ip_mc_join_group +EXPORT_SYMBOL vmlinux 0xe3ec2f2b alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0xe3feba56 tasklet_unlock_spin_wait +EXPORT_SYMBOL vmlinux 0xe3ff2c41 get_random_u64 +EXPORT_SYMBOL vmlinux 0xe404efd2 scsi_device_set_state +EXPORT_SYMBOL vmlinux 0xe40976c0 pnp_range_reserved +EXPORT_SYMBOL vmlinux 0xe40acb7d seq_write +EXPORT_SYMBOL vmlinux 0xe40c37ea down_write_trylock +EXPORT_SYMBOL vmlinux 0xe4254400 flow_block_cb_setup_simple +EXPORT_SYMBOL vmlinux 0xe427e398 lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0xe46021ca _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xe468a261 vfs_path_lookup +EXPORT_SYMBOL vmlinux 0xe4701e2e pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0xe4713568 jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0xe476c034 tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0xe477575a fb_blank +EXPORT_SYMBOL vmlinux 0xe492b36d path_is_mountpoint +EXPORT_SYMBOL vmlinux 0xe4bbc1dd kimage_voffset +EXPORT_SYMBOL vmlinux 0xe4bc2c2f hdmi_drm_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe4bcf380 mipi_dsi_generic_read +EXPORT_SYMBOL vmlinux 0xe4c4e6c3 eth_header_cache +EXPORT_SYMBOL vmlinux 0xe4ccec7a neigh_table_clear +EXPORT_SYMBOL vmlinux 0xe4ce3320 neigh_update +EXPORT_SYMBOL vmlinux 0xe4d8dbc2 fwnode_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0xe4e50fb7 dmaenginem_async_device_register +EXPORT_SYMBOL vmlinux 0xe4effe6a __scm_send +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe539c6fa ipv6_sock_mc_join +EXPORT_SYMBOL vmlinux 0xe53be77f devm_pci_remap_cfgspace +EXPORT_SYMBOL vmlinux 0xe5562a55 irq_domain_set_info +EXPORT_SYMBOL vmlinux 0xe57feefb qcom_scm_ocmem_unlock +EXPORT_SYMBOL vmlinux 0xe58090ca security_ib_endport_manage_subnet +EXPORT_SYMBOL vmlinux 0xe58bb346 elv_rb_add +EXPORT_SYMBOL vmlinux 0xe58f5875 udp_pre_connect +EXPORT_SYMBOL vmlinux 0xe590dea3 sk_busy_loop_end +EXPORT_SYMBOL vmlinux 0xe5b5d3c6 mipi_dsi_dcs_set_display_on +EXPORT_SYMBOL vmlinux 0xe5bacbda mmc_gpio_set_cd_wake +EXPORT_SYMBOL vmlinux 0xe5bfd718 mmc_card_is_blockaddr +EXPORT_SYMBOL vmlinux 0xe5c60bd2 percpu_counter_set +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5cee291 register_sysctl_mount_point +EXPORT_SYMBOL vmlinux 0xe5d8cacd pci_fixup_device +EXPORT_SYMBOL vmlinux 0xe5d90442 mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0xe607e909 rpmh_write_async +EXPORT_SYMBOL vmlinux 0xe6124627 blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0xe617052d jbd2_fc_end_commit +EXPORT_SYMBOL vmlinux 0xe61b912a security_binder_set_context_mgr +EXPORT_SYMBOL vmlinux 0xe63960ac drop_nlink +EXPORT_SYMBOL vmlinux 0xe63c4728 dev_set_mac_address +EXPORT_SYMBOL vmlinux 0xe6550092 utf8_casefold +EXPORT_SYMBOL vmlinux 0xe661b09e tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0xe6687510 blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0xe66cd12b fscrypt_encrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0xe679905a filemap_get_folios +EXPORT_SYMBOL vmlinux 0xe68e5889 tegra_dfll_runtime_resume +EXPORT_SYMBOL vmlinux 0xe68efe41 _raw_write_lock +EXPORT_SYMBOL vmlinux 0xe69f342f cros_ec_get_host_event +EXPORT_SYMBOL vmlinux 0xe6b64271 sock_set_rcvbuf +EXPORT_SYMBOL vmlinux 0xe6b76271 sk_error_report +EXPORT_SYMBOL vmlinux 0xe6d2458e do_trace_netlink_extack +EXPORT_SYMBOL vmlinux 0xe6d2a503 __mmap_lock_do_trace_released +EXPORT_SYMBOL vmlinux 0xe6e0b303 __cgroup_bpf_run_filter_sock_ops +EXPORT_SYMBOL vmlinux 0xe6e6852b dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0xe6f15938 hash_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0xe6f1ca5e fib6_info_hw_flags_set +EXPORT_SYMBOL vmlinux 0xe6f26e78 eth_platform_get_mac_address +EXPORT_SYMBOL vmlinux 0xe6f8d5f6 config_item_set_name +EXPORT_SYMBOL vmlinux 0xe6fa06a2 rename_lock +EXPORT_SYMBOL vmlinux 0xe7257ab8 xa_store_range +EXPORT_SYMBOL vmlinux 0xe729be5a netdev_get_xmit_slave +EXPORT_SYMBOL vmlinux 0xe732b277 scsi_device_get +EXPORT_SYMBOL vmlinux 0xe7435e0d keyring_alloc +EXPORT_SYMBOL vmlinux 0xe749c99a dcache_dir_close +EXPORT_SYMBOL vmlinux 0xe74f4098 bio_integrity_prep +EXPORT_SYMBOL vmlinux 0xe7560ea3 simple_unlink +EXPORT_SYMBOL vmlinux 0xe764cec6 sock_wmalloc +EXPORT_SYMBOL vmlinux 0xe784135f config_group_init_type_name +EXPORT_SYMBOL vmlinux 0xe79255ab jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0xe7a02573 ida_alloc_range +EXPORT_SYMBOL vmlinux 0xe7a5e6bb __post_watch_notification +EXPORT_SYMBOL vmlinux 0xe7ab1ecc _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0xe7b0353b __cpu_active_mask +EXPORT_SYMBOL vmlinux 0xe7b2a1a0 pnp_disable_dev +EXPORT_SYMBOL vmlinux 0xe7cead22 unix_attach_fds +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7dbf752 iov_iter_bvec +EXPORT_SYMBOL vmlinux 0xe7dded04 md_bitmap_end_sync +EXPORT_SYMBOL vmlinux 0xe7e85771 blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0xe7e8ffc9 simple_open +EXPORT_SYMBOL vmlinux 0xe8001428 pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0xe80e35d6 tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0xe816048f tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0xe81606a4 tcf_qevent_handle +EXPORT_SYMBOL vmlinux 0xe820c84c flow_block_cb_lookup +EXPORT_SYMBOL vmlinux 0xe830cbe9 pcie_get_speed_cap +EXPORT_SYMBOL vmlinux 0xe83cca10 block_truncate_page +EXPORT_SYMBOL vmlinux 0xe852a0fa input_set_poll_interval +EXPORT_SYMBOL vmlinux 0xe859e6a8 __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0xe85d482d mark_page_accessed +EXPORT_SYMBOL vmlinux 0xe85f2123 acpi_tb_unload_table +EXPORT_SYMBOL vmlinux 0xe866be7e iov_iter_init +EXPORT_SYMBOL vmlinux 0xe873d2ab serio_unregister_port +EXPORT_SYMBOL vmlinux 0xe8747208 tcf_action_update_hw_stats +EXPORT_SYMBOL vmlinux 0xe88ca9d6 mode_strip_sgid +EXPORT_SYMBOL vmlinux 0xe8ab2ff3 rpmh_invalidate +EXPORT_SYMBOL vmlinux 0xe8ae6bbc tty_port_destroy +EXPORT_SYMBOL vmlinux 0xe8d285b2 nla_policy_len +EXPORT_SYMBOL vmlinux 0xe8dc2f24 copy_string_kernel +EXPORT_SYMBOL vmlinux 0xe8df6e2a __dev_get_by_index +EXPORT_SYMBOL vmlinux 0xe8e79a0a mr_vif_seq_next +EXPORT_SYMBOL vmlinux 0xe8fbf4fa __alloc_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0xe8fd9e4d __folio_batch_release +EXPORT_SYMBOL vmlinux 0xe90253f0 xudma_rflow_get +EXPORT_SYMBOL vmlinux 0xe909997a bitmap_print_list_to_buf +EXPORT_SYMBOL vmlinux 0xe91088e0 pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe916b6bf udp_lib_get_port +EXPORT_SYMBOL vmlinux 0xe9316cfe netdev_warn +EXPORT_SYMBOL vmlinux 0xe952f080 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe95410ff inet_sock_destruct +EXPORT_SYMBOL vmlinux 0xe9691cc9 param_ops_short +EXPORT_SYMBOL vmlinux 0xe978bcfb shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0xe9a6abc7 pci_disable_device +EXPORT_SYMBOL vmlinux 0xe9a73902 vfs_create +EXPORT_SYMBOL vmlinux 0xe9af7397 __xa_set_mark +EXPORT_SYMBOL vmlinux 0xe9cd207a ip6_dst_alloc +EXPORT_SYMBOL vmlinux 0xe9cf2961 i2c_put_adapter +EXPORT_SYMBOL vmlinux 0xe9da1e79 devm_pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0xe9dc12a4 zstd_get_error_name +EXPORT_SYMBOL vmlinux 0xe9de0d43 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0xe9df5113 dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0xe9e8faeb efi_tpm_final_log_size +EXPORT_SYMBOL vmlinux 0xe9e9ee4b default_qdisc_ops +EXPORT_SYMBOL vmlinux 0xe9f51652 blackhole_netdev +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xe9ffc063 down_trylock +EXPORT_SYMBOL vmlinux 0xea0cdf25 __ip_queue_xmit +EXPORT_SYMBOL vmlinux 0xea0e04ed tcp_mtup_init +EXPORT_SYMBOL vmlinux 0xea180bfd netdev_core_stats_alloc +EXPORT_SYMBOL vmlinux 0xea1c3e3a arm_smccc_1_2_hvc +EXPORT_SYMBOL vmlinux 0xea216489 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0xea218912 file_update_time +EXPORT_SYMBOL vmlinux 0xea3c8e4e scsilun_to_int +EXPORT_SYMBOL vmlinux 0xea46f5f7 xp_alloc +EXPORT_SYMBOL vmlinux 0xea47b373 generic_set_encrypted_ci_d_ops +EXPORT_SYMBOL vmlinux 0xea6ad4b7 mmc_command_done +EXPORT_SYMBOL vmlinux 0xea6be0a1 generic_delete_inode +EXPORT_SYMBOL vmlinux 0xea6f9a36 zlib_deflate_dfltcc_enabled +EXPORT_SYMBOL vmlinux 0xea7daa08 __video_get_options +EXPORT_SYMBOL vmlinux 0xeab3ddb5 rfkill_alloc +EXPORT_SYMBOL vmlinux 0xeab6f4c4 acpi_check_resource_conflict +EXPORT_SYMBOL vmlinux 0xeac116be tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0xeac8b8e7 phy_register_fixup +EXPORT_SYMBOL vmlinux 0xead8c400 bman_get_bpid +EXPORT_SYMBOL vmlinux 0xead9b7ae __blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xeadcb564 vme_bus_num +EXPORT_SYMBOL vmlinux 0xeade67ca dm_table_get_size +EXPORT_SYMBOL vmlinux 0xeae3dfd6 __const_udelay +EXPORT_SYMBOL vmlinux 0xeafc141f __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xeb078aee _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xeb112c22 jbd2_fc_wait_bufs +EXPORT_SYMBOL vmlinux 0xeb15cbd8 seq_open +EXPORT_SYMBOL vmlinux 0xeb233a45 __kmalloc +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb44339a free_pages_exact +EXPORT_SYMBOL vmlinux 0xeb5693f4 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0xeb58aada trace_raw_output_prep +EXPORT_SYMBOL vmlinux 0xeb60eb57 kfree_skb_list_reason +EXPORT_SYMBOL vmlinux 0xeb63baf9 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0xeb7329a2 qcom_scm_set_warm_boot_addr +EXPORT_SYMBOL vmlinux 0xeb7df33d __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xeb7f6046 acpi_get_devices +EXPORT_SYMBOL vmlinux 0xeb90693e vme_slave_request +EXPORT_SYMBOL vmlinux 0xeb99b7d0 proc_symlink +EXPORT_SYMBOL vmlinux 0xeb99fe12 km_report +EXPORT_SYMBOL vmlinux 0xeb9eef52 match_uint +EXPORT_SYMBOL vmlinux 0xeba7959a xsk_get_pool_from_qid +EXPORT_SYMBOL vmlinux 0xebc35402 __mod_node_page_state +EXPORT_SYMBOL vmlinux 0xebdf8831 blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0xebe1b090 tty_port_hangup +EXPORT_SYMBOL vmlinux 0xebe22f26 devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0xebe8e214 nexthop_bucket_set_hw_flags +EXPORT_SYMBOL vmlinux 0xebed6867 try_lookup_one_len +EXPORT_SYMBOL vmlinux 0xec132ffd seq_file_path +EXPORT_SYMBOL vmlinux 0xec2b8a42 acpi_walk_namespace +EXPORT_SYMBOL vmlinux 0xec2b94d2 sock_create +EXPORT_SYMBOL vmlinux 0xec33c668 __SCK__tp_func_spi_transfer_start +EXPORT_SYMBOL vmlinux 0xec33f196 __mdiobus_read +EXPORT_SYMBOL vmlinux 0xec41716a qman_alloc_fqid_range +EXPORT_SYMBOL vmlinux 0xec4a0035 __skb_gro_checksum_complete +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec69360d seq_release +EXPORT_SYMBOL vmlinux 0xec7ab8f5 xfrm_state_add +EXPORT_SYMBOL vmlinux 0xec934f9a set_page_dirty +EXPORT_SYMBOL vmlinux 0xec9cf496 from_kuid +EXPORT_SYMBOL vmlinux 0xeca3f8f5 xfrm_dev_policy_flush +EXPORT_SYMBOL vmlinux 0xeca957d1 __bitmap_and +EXPORT_SYMBOL vmlinux 0xecab27f2 uart_get_divisor +EXPORT_SYMBOL vmlinux 0xecaf0c32 pldmfw_op_pci_match_record +EXPORT_SYMBOL vmlinux 0xecc8cc76 tso_build_data +EXPORT_SYMBOL vmlinux 0xecd1ab39 proc_set_user +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xece941c4 iov_iter_xarray +EXPORT_SYMBOL vmlinux 0xecfd68ef acpi_get_node +EXPORT_SYMBOL vmlinux 0xecfdcd53 nd_pfn_probe +EXPORT_SYMBOL vmlinux 0xed00c4fb acpi_os_printf +EXPORT_SYMBOL vmlinux 0xed0e076c pcie_capability_clear_and_set_word_unlocked +EXPORT_SYMBOL vmlinux 0xed0fe0dd sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0xed502e10 gnet_stats_copy_basic_hw +EXPORT_SYMBOL vmlinux 0xed55f929 acpi_os_unmap_generic_address +EXPORT_SYMBOL vmlinux 0xed5a3a86 bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0xed656e30 udp_encap_disable +EXPORT_SYMBOL vmlinux 0xed6c8de5 platform_get_ethdev_address +EXPORT_SYMBOL vmlinux 0xed6f104d posix_lock_file +EXPORT_SYMBOL vmlinux 0xed74eef6 fib_default_rule_add +EXPORT_SYMBOL vmlinux 0xed7fd86a netlink_ns_capable +EXPORT_SYMBOL vmlinux 0xed8a2d95 memset64 +EXPORT_SYMBOL vmlinux 0xed8d5df5 __xfrm_init_state +EXPORT_SYMBOL vmlinux 0xed992368 fscrypt_setup_filename +EXPORT_SYMBOL vmlinux 0xeda2e038 scsi_cmd_allowed +EXPORT_SYMBOL vmlinux 0xeda3b640 inode_init_always +EXPORT_SYMBOL vmlinux 0xedb38696 folio_end_writeback +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedbeae31 single_open_size +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedd17b31 sock_get_timeout +EXPORT_SYMBOL vmlinux 0xedf434be fman_get_mem_region +EXPORT_SYMBOL vmlinux 0xedfc71dd ip_sock_set_pktinfo +EXPORT_SYMBOL vmlinux 0xedfdab1f __generic_file_fsync +EXPORT_SYMBOL vmlinux 0xee0118df aperture_remove_conflicting_devices +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee343c04 mr_mfc_seq_idx +EXPORT_SYMBOL vmlinux 0xee49dc93 kill_pgrp +EXPORT_SYMBOL vmlinux 0xee51da17 inode_set_ctime_current +EXPORT_SYMBOL vmlinux 0xee58e970 fb_add_videomode +EXPORT_SYMBOL vmlinux 0xee5e533b rproc_report_crash +EXPORT_SYMBOL vmlinux 0xee66c6eb pci_scan_bus +EXPORT_SYMBOL vmlinux 0xee769e12 mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0xee7d7deb gen_pool_dma_zalloc +EXPORT_SYMBOL vmlinux 0xee7eb9e1 pnp_platform_devices +EXPORT_SYMBOL vmlinux 0xee883b06 __vmalloc_array +EXPORT_SYMBOL vmlinux 0xee8c02e9 vprintk_emit +EXPORT_SYMBOL vmlinux 0xee8d74d6 jiffies64_to_nsecs +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xeea77e5d timestamp_truncate +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeb01cda rtnl_kfree_skbs +EXPORT_SYMBOL vmlinux 0xeeb8e674 md_integrity_register +EXPORT_SYMBOL vmlinux 0xeec23f22 config_group_init +EXPORT_SYMBOL vmlinux 0xeecf33e9 netif_set_tso_max_segs +EXPORT_SYMBOL vmlinux 0xeee75d91 ucc_fast_init +EXPORT_SYMBOL vmlinux 0xef0f5d34 genphy_write_mmd_unsupported +EXPORT_SYMBOL vmlinux 0xef15b672 __cgroup_bpf_run_filter_sk +EXPORT_SYMBOL vmlinux 0xef1ca30f setup_new_exec +EXPORT_SYMBOL vmlinux 0xef346a11 input_flush_device +EXPORT_SYMBOL vmlinux 0xef3859a7 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xef463bab splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0xef6915c5 of_parse_phandle_with_args_map +EXPORT_SYMBOL vmlinux 0xef8ac53d qcom_scm_restore_sec_cfg +EXPORT_SYMBOL vmlinux 0xef8caa37 of_device_alloc +EXPORT_SYMBOL vmlinux 0xef96b614 param_get_charp +EXPORT_SYMBOL vmlinux 0xef96c036 skb_ensure_writable +EXPORT_SYMBOL vmlinux 0xefaf2e4f tcf_queue_work +EXPORT_SYMBOL vmlinux 0xefcea2e7 acpi_warning +EXPORT_SYMBOL vmlinux 0xefd30c7d rtnl_configure_link +EXPORT_SYMBOL vmlinux 0xefee932c acpi_get_data_full +EXPORT_SYMBOL vmlinux 0xefeefc09 __SCK__tp_func_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xeff9ce37 ptp_cancel_worker_sync +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf00542a7 netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0xf014dfc7 unix_detach_fds +EXPORT_SYMBOL vmlinux 0xf02aa937 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0xf02b1ad7 inet6_csk_route_req +EXPORT_SYMBOL vmlinux 0xf02c19d8 pci_get_class +EXPORT_SYMBOL vmlinux 0xf02f9423 sock_i_uid +EXPORT_SYMBOL vmlinux 0xf0587aab netdev_get_by_index +EXPORT_SYMBOL vmlinux 0xf05ac678 nf_register_sockopt +EXPORT_SYMBOL vmlinux 0xf06851b6 simple_get_link +EXPORT_SYMBOL vmlinux 0xf072c085 tcf_idr_create +EXPORT_SYMBOL vmlinux 0xf07b07f6 sg_free_append_table +EXPORT_SYMBOL vmlinux 0xf0967d11 do_clone_file_range +EXPORT_SYMBOL vmlinux 0xf0986365 jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0xf09b5d9a get_zeroed_page +EXPORT_SYMBOL vmlinux 0xf0b2419f cmd_db_read_aux_data +EXPORT_SYMBOL vmlinux 0xf0b9a4b9 commit_creds +EXPORT_SYMBOL vmlinux 0xf0bae8f8 blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0xf0c142eb scsi_is_host_device +EXPORT_SYMBOL vmlinux 0xf0cb0aa5 tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0xf0e43da3 of_iomap +EXPORT_SYMBOL vmlinux 0xf0ef3359 d_find_alias +EXPORT_SYMBOL vmlinux 0xf0fdf6cb __stack_chk_fail +EXPORT_SYMBOL vmlinux 0xf11bc364 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0xf11dd46e _page_poisoning_enabled_early +EXPORT_SYMBOL vmlinux 0xf11fae1f tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0xf1287755 dump_skip +EXPORT_SYMBOL vmlinux 0xf1415768 ata_print_version +EXPORT_SYMBOL vmlinux 0xf144c06d inet_dgram_connect +EXPORT_SYMBOL vmlinux 0xf15dd315 handshake_req_submit +EXPORT_SYMBOL vmlinux 0xf18300ad logic_inb +EXPORT_SYMBOL vmlinux 0xf1893ad5 devfreq_add_governor +EXPORT_SYMBOL vmlinux 0xf18d2b58 folio_create_empty_buffers +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf1969a8e __usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xf1a65f7b zstd_reset_dstream +EXPORT_SYMBOL vmlinux 0xf1b306e1 dev_set_alias +EXPORT_SYMBOL vmlinux 0xf1b759ff tty_port_close_start +EXPORT_SYMBOL vmlinux 0xf1c92c78 setup_arg_pages +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1e046cc panic +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1eba2db phys_mem_access_prot +EXPORT_SYMBOL vmlinux 0xf1f2ed39 inode_query_iversion +EXPORT_SYMBOL vmlinux 0xf1f5ff58 dev_deactivate +EXPORT_SYMBOL vmlinux 0xf1f88a0e dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0xf1fb9034 qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0xf20e2542 __remove_inode_hash +EXPORT_SYMBOL vmlinux 0xf221423f simple_nosetlease +EXPORT_SYMBOL vmlinux 0xf236bb5d request_firmware_into_buf +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf247b0db __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0xf256262b __dquot_free_space +EXPORT_SYMBOL vmlinux 0xf25b3640 address_space_init_once +EXPORT_SYMBOL vmlinux 0xf25b72a7 prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0xf2628676 zstd_compress_cctx +EXPORT_SYMBOL vmlinux 0xf2653528 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0xf2669a2c imx_scu_irq_register_notifier +EXPORT_SYMBOL vmlinux 0xf26bdf0b netdev_notify_peers +EXPORT_SYMBOL vmlinux 0xf26c354b simple_setattr +EXPORT_SYMBOL vmlinux 0xf26e1ec5 of_find_compatible_node +EXPORT_SYMBOL vmlinux 0xf28cf0ae __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf28fbecf of_node_put +EXPORT_SYMBOL vmlinux 0xf292289f flow_rule_match_cvlan +EXPORT_SYMBOL vmlinux 0xf29403e5 acpi_install_table_handler +EXPORT_SYMBOL vmlinux 0xf29bbb8a user_revoke +EXPORT_SYMBOL vmlinux 0xf2a8efae dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0xf2ae97f7 tcp_read_sock +EXPORT_SYMBOL vmlinux 0xf2b7a687 ethtool_rx_flow_rule_destroy +EXPORT_SYMBOL vmlinux 0xf2c43f3f zlib_deflate +EXPORT_SYMBOL vmlinux 0xf2c563dd netlink_unicast +EXPORT_SYMBOL vmlinux 0xf2cf3857 migrate_vma_pages +EXPORT_SYMBOL vmlinux 0xf2db28c1 bio_init +EXPORT_SYMBOL vmlinux 0xf2e1c5a1 page_mapping +EXPORT_SYMBOL vmlinux 0xf2e5bd87 security_free_mnt_opts +EXPORT_SYMBOL vmlinux 0xf2f53617 memregion_free +EXPORT_SYMBOL vmlinux 0xf2f85c71 inet_rcv_saddr_equal +EXPORT_SYMBOL vmlinux 0xf2ffe6cd skb_checksum_trimmed +EXPORT_SYMBOL vmlinux 0xf30f2375 tcf_idr_check_alloc +EXPORT_SYMBOL vmlinux 0xf31c90a9 i2c_get_adapter +EXPORT_SYMBOL vmlinux 0xf3281890 memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf35a4aaa xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0xf3621fe2 mtree_alloc_rrange +EXPORT_SYMBOL vmlinux 0xf36f42a9 slhc_uncompress +EXPORT_SYMBOL vmlinux 0xf3896525 inet6_offloads +EXPORT_SYMBOL vmlinux 0xf390f6f1 __bitmap_andnot +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf3932313 mb_cache_entry_wait_unused +EXPORT_SYMBOL vmlinux 0xf394d356 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0xf3958a81 cdev_set_parent +EXPORT_SYMBOL vmlinux 0xf39dc7f9 pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0xf39e4bcc vmf_insert_mixed_mkwrite +EXPORT_SYMBOL vmlinux 0xf39e9cc0 vmap +EXPORT_SYMBOL vmlinux 0xf3a57892 release_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0xf3bbc2c5 fc_mount +EXPORT_SYMBOL vmlinux 0xf3cfa76a __nla_put +EXPORT_SYMBOL vmlinux 0xf3e079ff bdev_start_io_acct +EXPORT_SYMBOL vmlinux 0xf3e0e1df allocate_resource +EXPORT_SYMBOL vmlinux 0xf3ea4f02 blk_queue_virt_boundary +EXPORT_SYMBOL vmlinux 0xf3ebf1d3 scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0xf3eeb4b6 phy_driver_register +EXPORT_SYMBOL vmlinux 0xf409dc81 phy_request_interrupt +EXPORT_SYMBOL vmlinux 0xf425cce6 __vfs_removexattr +EXPORT_SYMBOL vmlinux 0xf43a1f06 crypto_sha1_update +EXPORT_SYMBOL vmlinux 0xf43d2caa acpi_remove_interface +EXPORT_SYMBOL vmlinux 0xf44a904a net_ns_barrier +EXPORT_SYMBOL vmlinux 0xf44f852a phy_check_valid +EXPORT_SYMBOL vmlinux 0xf44ff306 init_task +EXPORT_SYMBOL vmlinux 0xf455d401 dev_pm_opp_register_notifier +EXPORT_SYMBOL vmlinux 0xf474c21c bitmap_print_to_pagebuf +EXPORT_SYMBOL vmlinux 0xf474fdcb kfree_const +EXPORT_SYMBOL vmlinux 0xf48290df phy_config_aneg +EXPORT_SYMBOL vmlinux 0xf485afc8 trace_event_printf +EXPORT_SYMBOL vmlinux 0xf48a0eb8 netif_set_real_num_queues +EXPORT_SYMBOL vmlinux 0xf4966ef0 iommu_dma_get_resv_regions +EXPORT_SYMBOL vmlinux 0xf49f817c block_write_end +EXPORT_SYMBOL vmlinux 0xf4b754fd acpi_resources_are_enforced +EXPORT_SYMBOL vmlinux 0xf4bb3552 neigh_destroy +EXPORT_SYMBOL vmlinux 0xf4cccdce vm_mmap +EXPORT_SYMBOL vmlinux 0xf4db35bc stpcpy +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf4f4a59f __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0xf507b354 sg_miter_next +EXPORT_SYMBOL vmlinux 0xf51471d0 dquot_operations +EXPORT_SYMBOL vmlinux 0xf529feca phy_trigger_machine +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf551de20 rproc_of_parse_firmware +EXPORT_SYMBOL vmlinux 0xf558ee53 load_nls +EXPORT_SYMBOL vmlinux 0xf5732c56 unload_nls +EXPORT_SYMBOL vmlinux 0xf5774ae4 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0xf57b4089 dev_pm_opp_unregister_notifier +EXPORT_SYMBOL vmlinux 0xf58badb9 ww_mutex_lock +EXPORT_SYMBOL vmlinux 0xf5a20ed2 __genradix_prealloc +EXPORT_SYMBOL vmlinux 0xf5acbaf6 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0xf5ae0906 udp_skb_destructor +EXPORT_SYMBOL vmlinux 0xf5bf5fd8 __inet_stream_connect +EXPORT_SYMBOL vmlinux 0xf5d659aa sock_from_file +EXPORT_SYMBOL vmlinux 0xf5e7ea40 ktime_get_coarse_ts64 +EXPORT_SYMBOL vmlinux 0xf5eb019a mmc_request_done +EXPORT_SYMBOL vmlinux 0xf5f4ced5 xfrm6_rcv_tnl +EXPORT_SYMBOL vmlinux 0xf5f8c939 mfd_remove_devices +EXPORT_SYMBOL vmlinux 0xf61063f0 inet6_ioctl +EXPORT_SYMBOL vmlinux 0xf6221b61 pcim_iomap_table +EXPORT_SYMBOL vmlinux 0xf62c39fe ucc_slow_graceful_stop_tx +EXPORT_SYMBOL vmlinux 0xf639fa9e zero_fill_bio +EXPORT_SYMBOL vmlinux 0xf643d104 hsiphash_4u32 +EXPORT_SYMBOL vmlinux 0xf6496321 devm_memunmap +EXPORT_SYMBOL vmlinux 0xf64be418 lookup_positive_unlocked +EXPORT_SYMBOL vmlinux 0xf665c872 vfs_fsync +EXPORT_SYMBOL vmlinux 0xf665f74f sock_load_diag_module +EXPORT_SYMBOL vmlinux 0xf6697d32 dev_uc_add +EXPORT_SYMBOL vmlinux 0xf677385d of_get_mac_address +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf682d1a5 blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0xf6b6eeb0 pcie_relaxed_ordering_enabled +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6ee3967 default_llseek +EXPORT_SYMBOL vmlinux 0xf6f9d58d init_on_free +EXPORT_SYMBOL vmlinux 0xf6fc8791 __bitmap_xor +EXPORT_SYMBOL vmlinux 0xf70a1204 vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0xf731cd0f kernel_connect +EXPORT_SYMBOL vmlinux 0xf7370f56 system_state +EXPORT_SYMBOL vmlinux 0xf738d1be register_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xf738f437 simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0xf74593dc flow_rule_match_basic +EXPORT_SYMBOL vmlinux 0xf748fddd neigh_connected_output +EXPORT_SYMBOL vmlinux 0xf763d5e5 phy_connect_direct +EXPORT_SYMBOL vmlinux 0xf76843b5 qcom_scm_pas_supported +EXPORT_SYMBOL vmlinux 0xf77555cd __memcpy_toio +EXPORT_SYMBOL vmlinux 0xf782cadc sock_i_ino +EXPORT_SYMBOL vmlinux 0xf785045e __sock_cmsg_send +EXPORT_SYMBOL vmlinux 0xf7a9afa2 dev_mc_add +EXPORT_SYMBOL vmlinux 0xf7c20404 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0xf7cf860b devfreq_add_device +EXPORT_SYMBOL vmlinux 0xf7d31de9 kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0xf7da52d0 phy_disconnect +EXPORT_SYMBOL vmlinux 0xf7da6e6f acpi_unload_table +EXPORT_SYMBOL vmlinux 0xf7ea6311 qman_p_poll_dqrr +EXPORT_SYMBOL vmlinux 0xf7f05c17 fman_port_use_kg_hash +EXPORT_SYMBOL vmlinux 0xf7f0b09f flow_rule_match_meta +EXPORT_SYMBOL vmlinux 0xf7f7274a dentry_path_raw +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf812cff6 memscan +EXPORT_SYMBOL vmlinux 0xf81901cf qdisc_offload_graft_helper +EXPORT_SYMBOL vmlinux 0xf819b655 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf837c4a9 devfreq_resume_device +EXPORT_SYMBOL vmlinux 0xf8482ce7 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0xf84bd6ee bpf_stats_enabled_key +EXPORT_SYMBOL vmlinux 0xf8631e43 fman_port_bind +EXPORT_SYMBOL vmlinux 0xf86693d5 rtc_add_group +EXPORT_SYMBOL vmlinux 0xf86f46d0 i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0xf8722da1 dst_destroy +EXPORT_SYMBOL vmlinux 0xf88337b7 put_ipc_ns +EXPORT_SYMBOL vmlinux 0xf88ecec4 kvmemdup +EXPORT_SYMBOL vmlinux 0xf898308a fman_port_get_device +EXPORT_SYMBOL vmlinux 0xf8b3a4f4 nf_log_unset +EXPORT_SYMBOL vmlinux 0xf8c38ace __skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0xf8c854fd find_inode_rcu +EXPORT_SYMBOL vmlinux 0xf8d07858 bitmap_from_arr32 +EXPORT_SYMBOL vmlinux 0xf8d2bc2c zstd_find_frame_compressed_size +EXPORT_SYMBOL vmlinux 0xf8f142e9 mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0xf8f61ebc wake_up_var +EXPORT_SYMBOL vmlinux 0xf908365d filemap_fdatawrite_wbc +EXPORT_SYMBOL vmlinux 0xf90ab7ef skb_copy_datagram_from_iter +EXPORT_SYMBOL vmlinux 0xf91b89ab fman_sp_build_buffer_struct +EXPORT_SYMBOL vmlinux 0xf9223c87 ethtool_aggregate_mac_stats +EXPORT_SYMBOL vmlinux 0xf9258aa1 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0xf93aae46 __arm_smccc_smc +EXPORT_SYMBOL vmlinux 0xf93c7d7d vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0xf93cd738 input_free_device +EXPORT_SYMBOL vmlinux 0xf93fd09c fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xf94536c2 proc_dointvec +EXPORT_SYMBOL vmlinux 0xf95c619b acpi_processor_preregister_performance +EXPORT_SYMBOL vmlinux 0xf9722676 twl_i2c_write +EXPORT_SYMBOL vmlinux 0xf99fbdb3 input_set_min_poll_interval +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9bd956f registered_fb +EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat +EXPORT_SYMBOL vmlinux 0xf9c2ca61 jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0xf9ca2eb4 kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0xfa042227 gnet_stats_add_basic +EXPORT_SYMBOL vmlinux 0xfa08c34a page_offline_end +EXPORT_SYMBOL vmlinux 0xfa160504 dcb_ieee_getapp_default_prio_mask +EXPORT_SYMBOL vmlinux 0xfa1e3640 dm_register_target +EXPORT_SYMBOL vmlinux 0xfa297415 acpi_map_pxm_to_node +EXPORT_SYMBOL vmlinux 0xfa2e5f32 i2c_smbus_pec +EXPORT_SYMBOL vmlinux 0xfa346590 inode_init_once +EXPORT_SYMBOL vmlinux 0xfa3672a6 pci_ep_cfs_remove_epf_group +EXPORT_SYMBOL vmlinux 0xfa4d2f03 __nla_parse +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa846230 of_translate_address +EXPORT_SYMBOL vmlinux 0xfa8dc94d vlan_filter_push_vids +EXPORT_SYMBOL vmlinux 0xfaaa12d0 _page_poisoning_enabled +EXPORT_SYMBOL vmlinux 0xfaaa7b5c of_n_size_cells +EXPORT_SYMBOL vmlinux 0xfabed0fd pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0xfabf5046 vfs_unlink +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfae2eda5 security_sctp_assoc_request +EXPORT_SYMBOL vmlinux 0xfaecb308 memcg_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0xfafafe07 sync_inodes_sb +EXPORT_SYMBOL vmlinux 0xfb013831 kernel_bind +EXPORT_SYMBOL vmlinux 0xfb147f37 jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0xfb19e831 param_set_short +EXPORT_SYMBOL vmlinux 0xfb27b38d pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0xfb348fea fault_in_safe_writeable +EXPORT_SYMBOL vmlinux 0xfb384d37 kasprintf +EXPORT_SYMBOL vmlinux 0xfb4dff1f alloc_mdio_bitbang +EXPORT_SYMBOL vmlinux 0xfb55a557 sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb706861 tcp_sock_set_user_timeout +EXPORT_SYMBOL vmlinux 0xfb8e7e85 mipi_dsi_picture_parameter_set +EXPORT_SYMBOL vmlinux 0xfb9193ce kern_path_create +EXPORT_SYMBOL vmlinux 0xfb94c134 of_graph_get_remote_port_parent +EXPORT_SYMBOL vmlinux 0xfb976a61 __phy_read_mmd +EXPORT_SYMBOL vmlinux 0xfb9b1b62 dma_unmap_page_attrs +EXPORT_SYMBOL vmlinux 0xfb9d3ba8 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0xfb9ed27d ndisc_send_skb +EXPORT_SYMBOL vmlinux 0xfba3333c acpi_dev_hid_uid_match +EXPORT_SYMBOL vmlinux 0xfba7a5f5 __get_random_u32_below +EXPORT_SYMBOL vmlinux 0xfba7ddd2 match_u64 +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbad3cf0 scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0xfbb2f21d jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0xfbb8a761 strscpy_pad +EXPORT_SYMBOL vmlinux 0xfbb9216e generic_file_llseek +EXPORT_SYMBOL vmlinux 0xfbbf7e6d flow_indr_dev_unregister +EXPORT_SYMBOL vmlinux 0xfbc4f89e io_schedule_timeout +EXPORT_SYMBOL vmlinux 0xfbd3307f ns_capable +EXPORT_SYMBOL vmlinux 0xfbe0549e jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0xfbe215e4 sg_next +EXPORT_SYMBOL vmlinux 0xfbe4b175 qman_create_cgr +EXPORT_SYMBOL vmlinux 0xfbe8ee28 acpi_get_table_by_index +EXPORT_SYMBOL vmlinux 0xfbeee0af filemap_dirty_folio +EXPORT_SYMBOL vmlinux 0xfbefee40 dquot_commit +EXPORT_SYMBOL vmlinux 0xfbf1bdd1 vm_map_pages +EXPORT_SYMBOL vmlinux 0xfc00c2ae devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0xfc00f21e xsk_set_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0xfc08a9e0 dcache_dir_open +EXPORT_SYMBOL vmlinux 0xfc1a77b0 mmc_sw_reset +EXPORT_SYMBOL vmlinux 0xfc2b48fc devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0xfc2ff849 param_set_dyndbg_classes +EXPORT_SYMBOL vmlinux 0xfc336d2e __wake_up_bit +EXPORT_SYMBOL vmlinux 0xfc337818 tcf_get_next_chain +EXPORT_SYMBOL vmlinux 0xfc4152fc ec_read +EXPORT_SYMBOL vmlinux 0xfc421e79 gnet_stats_add_queue +EXPORT_SYMBOL vmlinux 0xfc52abc7 qcom_scm_pas_shutdown +EXPORT_SYMBOL vmlinux 0xfc671e60 inet_twsk_deschedule_put +EXPORT_SYMBOL vmlinux 0xfc881b89 fman_port_get_hash_result_offset +EXPORT_SYMBOL vmlinux 0xfc8fc33a qdisc_hash_add +EXPORT_SYMBOL vmlinux 0xfc98f483 __sk_receive_skb +EXPORT_SYMBOL vmlinux 0xfc9ed8c3 qcom_scm_ice_available +EXPORT_SYMBOL vmlinux 0xfca5dbe2 page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0xfcc9e312 phy_get_eee_err +EXPORT_SYMBOL vmlinux 0xfcce2f7d ucc_fast_enable +EXPORT_SYMBOL vmlinux 0xfcd1819a hdmi_spd_infoframe_check +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcf48a2f tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0xfd00fe2e tcp_recvmsg +EXPORT_SYMBOL vmlinux 0xfd0f698f of_get_parent +EXPORT_SYMBOL vmlinux 0xfd13e6ea kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0xfd2c0e0f jbd2_journal_grab_journal_head +EXPORT_SYMBOL vmlinux 0xfd2c7cd6 folio_redirty_for_writepage +EXPORT_SYMBOL vmlinux 0xfd31133b bio_reset +EXPORT_SYMBOL vmlinux 0xfd3306bb kobject_init +EXPORT_SYMBOL vmlinux 0xfd3b711c mount_nodev +EXPORT_SYMBOL vmlinux 0xfd3e2b8f pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0xfd4c5cfa regset_get +EXPORT_SYMBOL vmlinux 0xfd516237 ilookup5 +EXPORT_SYMBOL vmlinux 0xfd5a2986 cpumask_any_and_distribute +EXPORT_SYMBOL vmlinux 0xfd64ff3f pnp_start_dev +EXPORT_SYMBOL vmlinux 0xfd730b7d t10_pi_type1_crc +EXPORT_SYMBOL vmlinux 0xfd759b29 fwnode_mdio_find_device +EXPORT_SYMBOL vmlinux 0xfd9bd194 iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0xfd9eb37e phy_print_status +EXPORT_SYMBOL vmlinux 0xfdba919d __nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xfdc634a8 pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0xfdcb4ed3 acpi_os_get_line +EXPORT_SYMBOL vmlinux 0xfdcc8a0e fb_find_best_display +EXPORT_SYMBOL vmlinux 0xfdd9c267 amba_driver_register +EXPORT_SYMBOL vmlinux 0xfde9b344 __serio_register_port +EXPORT_SYMBOL vmlinux 0xfdebd2d9 key_put +EXPORT_SYMBOL vmlinux 0xfdf386db dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0xfdf758df generic_write_end +EXPORT_SYMBOL vmlinux 0xfdf8a490 fwnode_get_mac_address +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe0f3340 inet_frag_queue_insert +EXPORT_SYMBOL vmlinux 0xfe1c9ea5 sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0xfe1d2e94 key_create_or_update +EXPORT_SYMBOL vmlinux 0xfe215b97 proc_do_large_bitmap +EXPORT_SYMBOL vmlinux 0xfe3c1adb d_prune_aliases +EXPORT_SYMBOL vmlinux 0xfe487975 init_wait_entry +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe601d38 ptp_clock_event +EXPORT_SYMBOL vmlinux 0xfe6ca966 mr_table_alloc +EXPORT_SYMBOL vmlinux 0xfe8c61f0 _raw_read_lock +EXPORT_SYMBOL vmlinux 0xfe916dc6 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0xfe9ebbbb acpi_osi_is_win8 +EXPORT_SYMBOL vmlinux 0xfea94ae9 pin_user_pages_remote +EXPORT_SYMBOL vmlinux 0xfec4f807 mipi_dsi_device_register_full +EXPORT_SYMBOL vmlinux 0xfecc16ba devm_devfreq_add_governor +EXPORT_SYMBOL vmlinux 0xfed618f1 cros_ec_get_next_event +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfee3dfa0 validate_slab_cache +EXPORT_SYMBOL vmlinux 0xfeebc7c4 __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0xfeecf938 dmam_pool_create +EXPORT_SYMBOL vmlinux 0xfef064a2 __free_pages +EXPORT_SYMBOL vmlinux 0xfef216eb _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0xfefcb98e vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xff00961a scsi_change_queue_depth +EXPORT_SYMBOL vmlinux 0xff0834c8 seq_lseek +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff282521 rfkill_register +EXPORT_SYMBOL vmlinux 0xff37ddf5 file_path +EXPORT_SYMBOL vmlinux 0xff38a555 block_read_full_folio +EXPORT_SYMBOL vmlinux 0xff3c138a md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0xff3c3565 phy_do_ioctl +EXPORT_SYMBOL vmlinux 0xff41a709 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0xff5499f2 phy_set_sym_pause +EXPORT_SYMBOL vmlinux 0xff5593b3 of_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff6d898e kobject_get +EXPORT_SYMBOL vmlinux 0xff7e7f8d kryo_l2_set_indirect_reg +EXPORT_SYMBOL vmlinux 0xff87cd18 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0xff8f0330 input_enable_softrepeat +EXPORT_SYMBOL vmlinux 0xffb7c514 ida_free +EXPORT_SYMBOL vmlinux 0xffbc9e7d mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0xffc48eb2 bio_add_pc_page +EXPORT_SYMBOL vmlinux 0xffc4da68 skb_set_owner_w +EXPORT_SYMBOL vmlinux 0xffc4f200 zstd_compress_stream +EXPORT_SYMBOL vmlinux 0xffcc4ec7 tcp_bpf_bypass_getsockopt +EXPORT_SYMBOL vmlinux 0xffd3553f tcf_unregister_action +EXPORT_SYMBOL vmlinux 0xffe4f7aa sys_fillrect +EXPORT_SYMBOL vmlinux 0xffeedf6a delayed_work_timer_fn +EXPORT_SYMBOL_GPL crypto/af_alg 0x06c1979a af_alg_get_rsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x27e92408 af_alg_async_cb +EXPORT_SYMBOL_GPL crypto/af_alg 0x3f198f53 af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0x4739a4d6 af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x498e84d1 af_alg_free_resources +EXPORT_SYMBOL_GPL crypto/af_alg 0x634264a9 af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x6b424996 af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0x89832d3c af_alg_poll +EXPORT_SYMBOL_GPL crypto/af_alg 0x9203d9df af_alg_wmem_wakeup +EXPORT_SYMBOL_GPL crypto/af_alg 0x93c61053 af_alg_sendmsg +EXPORT_SYMBOL_GPL crypto/af_alg 0x9a17ab94 af_alg_wait_for_data +EXPORT_SYMBOL_GPL crypto/af_alg 0xa95a58c8 af_alg_count_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xb3ad1913 af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/af_alg 0xb54eaa30 af_alg_pull_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xe71733c0 af_alg_alloc_areq +EXPORT_SYMBOL_GPL crypto/af_alg 0xf39d1766 af_alg_register_type +EXPORT_SYMBOL_GPL crypto/aria_generic 0x2850cd40 aria_set_key +EXPORT_SYMBOL_GPL crypto/aria_generic 0x4a61978a aria_encrypt +EXPORT_SYMBOL_GPL crypto/aria_generic 0xbdad6df6 aria_decrypt +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x2b869d7f async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x67e0cf11 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xcdfd3d09 async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0xa4a866ed async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0xc807875a async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x3d025f1d async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xc1abffc6 __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xcd17cba5 async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xedd4987f async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x17effb83 async_xor_val_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x5522d4fa async_xor +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xe221e19c async_xor_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xfa93733e async_xor_val +EXPORT_SYMBOL_GPL crypto/authenc 0x2479193e crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0xaed2aedc blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x18646beb cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x188d9d26 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0xef81a4af __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x3dbae082 __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xaf435806 cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xcfce512f __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xd76a5716 __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast_common 0x5609ce41 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0x5b17be06 cast_s4 +EXPORT_SYMBOL_GPL crypto/cast_common 0xb9cba57f cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xbd3e7542 cast_s1 +EXPORT_SYMBOL_GPL crypto/cryptd 0x0ab82dc4 cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x248d554e cryptd_free_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x25c8911e cryptd_ahash_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x43aece91 cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x4444851a cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0x50f77e2f cryptd_alloc_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x6919118a cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x6a1fe0de cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x70e5788d cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x7173dbc8 cryptd_aead_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0xa4cb8ffb cryptd_skcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xbec18618 cryptd_skcipher_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0xbed8ccc4 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x0f284d07 crypto_finalize_hash_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x2a21f5a3 crypto_finalize_akcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x380e9aac crypto_engine_exit +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x3a7c582e crypto_transfer_akcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x4c16a225 crypto_transfer_kpp_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x501e4f82 crypto_finalize_aead_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x59538a64 crypto_engine_start +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x69b61131 crypto_transfer_aead_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x7dfcdf11 crypto_engine_alloc_init_and_set +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x7f6ad20d crypto_finalize_skcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x8b65a906 crypto_finalize_kpp_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x9b3f1be0 crypto_transfer_skcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xaa97e35b crypto_engine_alloc_init +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xd76689c6 crypto_engine_stop +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xe4301b0d crypto_transfer_hash_request_to_engine +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0x33b866ce crypto_ecdh_decode_key +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0x7475be8e crypto_ecdh_key_len +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0xb230d2ec crypto_ecdh_encode_key +EXPORT_SYMBOL_GPL crypto/polyval-generic 0x1936413e polyval_mul_non4k +EXPORT_SYMBOL_GPL crypto/polyval-generic 0x49dece42 polyval_update_non4k +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x4eb4c55e __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x51cdcd6b serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xbcc074f3 __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xd4c9681a __serpent_setkey +EXPORT_SYMBOL_GPL crypto/sm2_generic 0x20c1dea4 sm2_compute_z_digest +EXPORT_SYMBOL_GPL crypto/sm3 0xa98edad1 sm3_update +EXPORT_SYMBOL_GPL crypto/sm3 0xf04338f9 sm3_final +EXPORT_SYMBOL_GPL crypto/sm3_generic 0x0bddca87 sm3_zero_message_hash +EXPORT_SYMBOL_GPL crypto/sm4 0x24e254e8 sm4_expandkey +EXPORT_SYMBOL_GPL crypto/sm4 0xfa81970e sm4_crypt_block +EXPORT_SYMBOL_GPL crypto/twofish_common 0x1e017bb2 twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0xe22b7787 __twofish_setkey +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x08f0212d spk_set_num_var +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x1a9f11be synth_current +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x1e39eb14 synth_putws +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x21bd3250 spk_var_store +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x2654e674 synth_remove +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x45eda959 spk_get_var +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x466f5eb7 synth_putwc +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x5376c20b synth_add +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x6d5fbdb8 spk_var_show +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x6f7815fe spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x6fd1aad0 spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x76d40046 synth_buffer_skip_nonlatin1 +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x7abe6054 spk_ttyio_release +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x84dad068 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8707a4ca spk_ttyio_ops +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8c1e44b8 spk_synth_flush +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8c82dfca synth_request_region +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8fe0db01 synth_putwc_s +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xaadb0612 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xb734cb9d speakup_event +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xba02c8cb spk_ttyio_synth_probe +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc319c604 synth_putws_s +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc58f6e50 spk_get_var_header +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd64a1911 spk_do_catch_up_unicode +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd8fd86cf synth_release_region +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd93829dd speakup_info +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xe194d0ef synth_printf +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xe83e8667 spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xedde7ffb spk_ttyio_synth_immediate +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xf3900dd2 spk_synth_get_index +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x028e31e3 acpi_nfit_init +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x2144cbb0 __acpi_nvdimm_notify +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x4639bcda acpi_nfit_shutdown +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x499bbf57 nfit_get_smbios_id +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x9c3e7b27 __acpi_nfit_notify +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0xb654fcba acpi_nfit_ctl +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0xcf7b1515 acpi_nfit_desc_init +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0x67927a0d platform_profile_notify +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0xbfe36436 platform_profile_remove +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0xcac33cd4 platform_profile_register +EXPORT_SYMBOL_GPL drivers/ata/pata_parport/pata_parport 0x7a61e781 pata_parport_register_driver +EXPORT_SYMBOL_GPL drivers/ata/pata_parport/pata_parport 0xdd084a97 pata_parport_unregister_driver +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0xa5cbb936 __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/ata/pata_sis 0xd32161de sis_info133_for_sata +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0x09917359 charlcd_poke +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0x6fd9cc4a charlcd_register +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0x8b45326c charlcd_alloc +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0xd3e29970 charlcd_backlight +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0xf3304696 charlcd_free +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0xf883c540 charlcd_unregister +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x07b26ecc hd44780_common_gotoxy +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x1aa688fd hd44780_common_lines +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x23159a5b hd44780_common_clear_display +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x30e85287 hd44780_common_shift_display +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x36dc00a2 hd44780_common_print +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x3c4c183f hd44780_common_home +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x489c89e8 hd44780_common_redefine_char +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x64415593 hd44780_common_display +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x79e8e259 hd44780_common_alloc +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x8585e5fd hd44780_common_blink +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x8d4f3fa4 hd44780_common_init_display +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0xa22afdaa hd44780_common_cursor +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0xc369090d hd44780_common_shift_cursor +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0xf360d788 hd44780_common_fontsize +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x14102f23 ks0108_displaystate +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x48a70518 ks0108_writedata +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x4f506333 ks0108_startline +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x6edae968 ks0108_isinited +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xbf4774db ks0108_writecontrol +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xedde6df2 ks0108_page +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xfee8ef7b ks0108_address +EXPORT_SYMBOL_GPL drivers/auxdisplay/line-display 0x7aed2334 linedisp_unregister +EXPORT_SYMBOL_GPL drivers/auxdisplay/line-display 0x8d96fa32 linedisp_register +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0x2a236505 __devm_regmap_init_ac97 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0x595bca44 regmap_ac97_default_volatile +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0xb5ae7b5f __regmap_init_ac97 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-i3c 0x92bb2e1f __devm_regmap_init_i3c +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0x49c16731 __regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0xfaeeb014 __devm_regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0x600f6cb0 __regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0x9d933500 __devm_regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0xafaccd44 __regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0xcf4bdd56 __devm_regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x1432d755 __devm_regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x5bd5c290 __regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0x65c2e5c1 __devm_regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0xd25cf0a5 __regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x37814d2c __regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xc8cbf6ff __devm_regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xed2559fe __regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xf200902b __devm_regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0x3ba6ad15 __devm_regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0x72c68c27 __regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1d55fb03 bcma_host_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2df7fdb3 bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x37cf3259 bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x422724c3 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x46debbca __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4a66937a bcma_host_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4ea45852 bcma_host_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5b614fd8 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x67e7624e bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6b08d46a bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x71ab5f70 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8275aabc bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8ec216e2 bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa1e0afc6 bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xabb34935 bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb128aac0 bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb1ed5f98 bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xba808ff2 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xceea82bc bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd14833b0 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xded41578 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe6dc892d bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf74c58c7 bcma_chipco_b_mii_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xfabc5572 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x191563df btbcm_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x3239d8ab btbcm_setup_patchram +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x47acca04 btbcm_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x6b046b3d btbcm_finalize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x6e638ca2 btbcm_setup_apple +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x81a5b804 btbcm_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xa7078776 btbcm_read_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xca51db26 btbcm_write_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x066120d7 btintel_set_event_mask_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x0922609e btintel_regmap_init +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x25608a24 btintel_set_quality_report +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x25d77d22 btintel_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x2702c20b btintel_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x2e089985 btintel_exit_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x4a37e5b1 btintel_read_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x4bb59cf3 btintel_read_boot_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x4beb67bc btintel_set_diag +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x5b53dc82 btintel_configure_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x5cc506c5 btintel_version_info +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x81f67c13 btintel_bootup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xac83c0ec btintel_secure_send_result +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xd64d6ba5 btintel_load_ddc_config +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xd6ed537f btintel_enter_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xd7c6c166 btintel_send_intel_reset +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xef87942e btintel_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x140a21d9 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x588c57d3 btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x6994bdd7 btmrvl_pscan_window_reporting +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x6daa58dd btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x7c878cec btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x9d136f12 btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xb28bf9e0 btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xce23e982 btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xd136078f btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xfa8cbe5b btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xfe0da6d2 btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0xad7702af btmtk_setup_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0xba50d68d btmtk_setup_firmware_79xx +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0xd15c0fce btmtk_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x1c2877b7 qca_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xa06a9dd3 qca_uart_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xd79e55cc qca_read_soc_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xeaf202ad qca_set_bdaddr_rome +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xf8eeb4fe qca_send_pre_shutdown_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x576b9b8c btrtl_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x7597e4b7 btrtl_set_quirks +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xad1ce9ed btrtl_get_uart_settings +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xaf78f260 btrtl_free +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xc57fdd63 btrtl_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xdba03ae4 btrtl_shutdown_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xeb5210da btrtl_setup_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x5d75f71b hci_uart_tx_wakeup +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xc49e0f24 h4_recv_buf +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xf1033de7 hci_uart_register_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xfe169330 hci_uart_unregister_device +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x136c50fa mhi_ep_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x22383b21 mhi_ep_queue_is_empty +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x337b79c5 mhi_ep_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x3cdb30d6 mhi_ep_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x451db648 __mhi_ep_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x4c19070b mhi_ep_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x52e0fd36 mhi_ep_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xe547588e mhi_ep_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x03ca4d77 mhi_get_free_desc_count +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x06ca5073 mhi_pm_resume +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x0775ce3e __mhi_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x0b4da0bb mhi_unprepare_after_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x252f26bb mhi_device_get +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x2757b525 mhi_prepare_for_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x2916c468 mhi_pm_suspend +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x3064962c mhi_queue_dma +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x3346c11f mhi_force_rddm_mode +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x3f033831 mhi_queue_buf +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x4b4c7567 mhi_queue_is_full +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x5401daf4 mhi_device_get_sync +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x56978596 mhi_alloc_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x59bf5cb9 mhi_free_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x59da3b2b mhi_device_put +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x5fadfa2a mhi_prepare_for_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x60786068 mhi_soc_reset +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x61b92216 mhi_unprepare_from_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x673af06e mhi_pm_resume_force +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x6dfd6153 mhi_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x6fe9d889 mhi_notify +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x7ae8b917 mhi_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x82fc0d69 mhi_get_mhi_state +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x8587688f mhi_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x9b2cdedd mhi_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x9d26e5c1 mhi_download_rddm_image +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb990ef0a mhi_async_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xde5b5c47 mhi_get_exec_env +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xf6c3cdba mhi_prepare_for_transfer_autoqueue +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xf884f7e2 mhi_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x4b476082 moxtet_device_written +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x6da81e3f moxtet_device_read +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x78eec0c0 __moxtet_register_driver +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x7e252ef2 moxtet_device_write +EXPORT_SYMBOL_GPL drivers/bus/sunxi-rsb 0x63cb2ce5 sunxi_rsb_driver_register +EXPORT_SYMBOL_GPL drivers/bus/sunxi-rsb 0xc01104ab __devm_regmap_init_sunxi_rsb +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0x378c732d meson_clk_triphase_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0x706c10d3 meson_clk_phase_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0x8110fcf2 meson_sclk_ws_inv_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/sclk-div 0x3b744ac6 meson_sclk_div_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x03351dae clk_rcg_floor_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x03e7eb9a clk_alpha_pll_stromer_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0509a95c clk_fabia_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x071d19d6 qcom_cc_register_rcg_dfs +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x07935d8b clk_alpha_pll_postdiv_fabia_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0ae351c4 clk_alpha_pll_fabia_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0d678ab9 qcom_reset_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0ed823f3 clk_alpha_pll_lucid_evo_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x18dce6d7 qcom_cc_register_sleep_clk +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1b28da5e clk_trion_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1d0f06af clk_byte2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1de81c63 clk_pll_configure_sr_hpm_lp +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1ea782c8 clk_alpha_pll_huayra_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1f83275f clk_regmap_mux_div_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1f88365f clk_alpha_pll_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x233e5373 clk_rcg_bypass_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x2c6847dd devm_clk_register_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x2d293905 clk_alpha_pll_postdiv_lucid_5lpe_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x35261f7e clk_alpha_pll_regs +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x37dafc55 clk_rivian_evo_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x38229fba clk_alpha_pll_reset_lucid_evo_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x395868a1 qcom_find_freq_floor +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x45180f77 clk_dyn_rcg_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x45226263 clk_gfx3d_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x468b22ce clk_pll_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4a930432 clk_branch_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x59eabda5 mux_div_set_src_div +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x5c035f38 clk_alpha_pll_lucid_5lpe_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x5c3e75ee clk_pll_vote_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x5d0c982a qcom_cc_probe_by_index +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x5f18e967 clk_stromer_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x64b8755d clk_alpha_pll_fixed_lucid_5lpe_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x6610661f clk_alpha_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x66580ca3 clk_regmap_mux_closest_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x6af41b8b qcom_pll_set_fsm_mode +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x6b8e2aa0 clk_pll_configure_sr +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x6d308251 clk_alpha_pll_fixed_lucid_evo_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x700e4511 qcom_find_cfg_index +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x70156ec0 clk_alpha_pll_postdiv_ro_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x708a435d clk_alpha_pll_lucid_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7319e51c clk_alpha_pll_trion_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x787e8234 qcom_find_freq +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7b87fe3e clk_alpha_pll_postdiv_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7dfa4f12 clk_alpha_pll_postdiv_lucid_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7e69e953 clk_alpha_pll_postdiv_trion_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7fab844c gdsc_gx_do_nothing_enable +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x82afa55e clk_regmap_phy_mux_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x88c0add9 clk_rcg_pixel_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x8aa4360c qcom_cc_map +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x8e4c395e clk_edp_pixel_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9123fa67 clk_zonda_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x93bc2a64 clk_ops_hfpll +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x94c464a3 clk_rcg2_floor_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x953b97b7 clk_alpha_pll_postdiv_lucid_evo_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9821a599 clk_rcg_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9c401604 clk_rcg_esc_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9cb15b12 clk_disable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9f1e35e8 clk_enable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa0755dc3 clk_alpha_pll_fixed_trion_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa163af86 qcom_cc_register_board_clk +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa4dd89c3 qcom_cc_probe +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa95ed447 clk_rcg2_shared_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xaea28295 clk_rcg_bypass2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xaf105ec4 clk_branch2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xb3d93f1b clk_branch_simple_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xb8694bf5 clk_rcg2_mux_closest_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xb8d0697b clk_lucid_evo_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xbb2b9610 clk_agera_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xbe152ebb qcom_cc_really_probe +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xc0126fe0 clk_pll_sr2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xc0d2ecb0 clk_regmap_div_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xc9cb9fbf clk_alpha_pll_zonda_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xcb2d25f8 clk_alpha_pll_fixed_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xd2ec30a3 clk_dp_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xd846a036 clk_alpha_pll_stromer_plus_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xd98fe91b clk_alpha_pll_fixed_fabia_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe4d191e1 clk_rcg_lcc_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe7e23d6a clk_is_enabled_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe8c0478b clk_byte_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xeec69605 clk_rcg2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xef9ee4e0 qcom_find_src_index +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf2522383 clk_alpha_pll_rivian_evo_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf3bf69c3 clk_pixel_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf439f21a clk_alpha_pll_agera_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf84b8d59 clk_regmap_div_ro_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xfafc1469 clk_branch2_aon_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xfbd6578d clk_alpha_pll_hwfsm_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x1c12ec3b sprd_clk_regmap_init +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x228eaf58 sprd_mux_helper_get_parent +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x4419f9e7 sprd_comp_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x48fb8d62 sprd_div_helper_set_rate +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x5a121d51 sprd_sc_gate_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x5df389df sprd_div_helper_recalc_rate +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x67b1ec2e sprd_pll_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x6f35dda5 sprd_div_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x77f5daa3 sprd_clk_probe +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x881a90d2 sprd_pll_sc_gate_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xad22f0ec sprd_gate_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xea0e5144 sprd_mux_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xf91123e8 sprd_mux_helper_set_parent +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0f3a86ae comedi_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x1199a19e comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x18d145dd comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x194f7e5c comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x21afb7e5 comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2564b227 comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x301109cd comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x3d2b4c0b comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x47662c63 comedi_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4a3a23e0 comedi_set_spriv_auto_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4afa290a comedi_timeout +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x50c4e777 comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x519183f7 comedi_buf_write_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x54eb2b4c comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x568603ad comedi_nsamples_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x5a971db6 comedi_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x62fccb2b comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x68b7cd78 comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x6aeed72c comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x6b9996f7 comedi_event +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x71f16e00 comedi_readback_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x7def34f8 comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8a2523ef comedi_buf_read_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8ed70f6a comedi_alloc_subdev_readback +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x9d2c7256 comedi_dev_put +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xa66f43f8 comedi_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb679cebc range_0_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbb52fc7f range_bipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbdbe75c6 range_unipolar2_5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbe8c7fa0 comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xc6305126 comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xc9743d64 comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xc9cf6dfc comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xd17e1dc0 comedi_nscans_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xe1ad648b comedi_handle_events +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xe7e4d714 __comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xeb46c963 comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xee41725d comedi_bytes_per_scan_cmd +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xeff67fb3 comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x0106fae3 comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x04e9996b comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x5158e152 comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x6524d6f5 comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x96fc90e4 comedi_pci_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xd6243867 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xe9d6031f comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xf755b8f2 comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x3be939ac comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x67e52324 comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x856c02b1 comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x8e0f08f1 comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xcc24f380 comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xf2bf279d comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x06aa56ad addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0x7d279349 amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0xe348a234 amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_pc236_common 0x5e6fa660 amplc_pc236_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x028a71d7 comedi_8254_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x11d9aa2a comedi_8254_set_mode +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x1e2407b4 comedi_8254_cascade_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x1f45b1d2 comedi_8254_load +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x407d712e comedi_8254_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x530b6929 comedi_8254_status +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x7395446b comedi_8254_set_busy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x948123e6 comedi_8254_update_divisors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xa08c307d comedi_8254_subdevice_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xa6056840 comedi_8254_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xa996ffa4 comedi_8254_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xcab0bf89 comedi_8254_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xe3b0c802 comedi_8254_pacer_enable +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x2d530b36 subdev_8255_regbase +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x4526b293 subdev_8255_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x88fc6ff1 subdev_8255_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/das08 0xbda3479b das08_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x0f01d5f9 mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x133e2d3a mite_prep_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x20199ed5 mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x34742a2e mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x3d198907 mite_sync_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x6e1c0f85 mite_ack_linkc +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x76c48a3f mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x85d6c87a mite_request_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x86d44beb mite_init_ring_descriptors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x871fb82d mite_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x9827cadb mite_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xa0523353 mite_release_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xa6db2998 mite_free_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xb15a750c mite_dma_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xd1c9717a mite_done +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xd6bedde5 mite_buf_change +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0x238c3bfb labpc_common_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0x46783871 labpc_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x076bc308 ni_find_route_source +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x0921123e ni_lookup_route_register +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x1facf7f8 ni_is_cmd_dest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x64443d67 ni_get_valid_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x6c18c54e ni_count_valid_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x85e75c94 ni_assign_device_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x863a306d ni_sort_device_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x8ab47ba4 ni_route_set_has_source +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x8f0f0901 ni_find_route_set +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0xb3e302a3 ni_route_to_register +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x04062bbd ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x1ac50cee ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x1e862cfd ni_tio_set_bits +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x24a964db ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x322c5f8c ni_tio_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x49829698 ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x4b0afceb ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x574c589f ni_tio_set_gate_src_raw +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x5cbfcd8c ni_tio_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x85899c7f ni_tio_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xa3907680 ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xa8f64225 ni_tio_unset_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xc2db492d ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xcb0ef12f ni_tio_get_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xea284ce6 ni_tio_set_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xf856430a ni_tio_get_soft_copy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x590ab3bc ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x5a320573 ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x60aac166 ni_tio_acknowledge +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x612f771e ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x90696a09 ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x9ef1c158 ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x20de9baa comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x2fc16c7d comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x5216d41f comedi_close +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x5600b5ed comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x6c072b2f comedi_dio_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x77de901b comedi_open +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xfc81c7ae comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x04773b60 ccp_present +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x1f5a542a ccp_enqueue_cmd +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x3a1a3979 ccp_version +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x06795fca hisi_qm_debug_regs_clear +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x0d7bc335 hisi_qm_regs_debugfs_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x0dd4027c hisi_qm_resume +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x0ebabc07 hisi_acc_sg_buf_map_to_hw_sgl +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x134c3e44 hisi_qm_mb +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x15d5ca8f hisi_qm_stop_qp +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x1e07bfca hisi_qm_sriov_disable +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x1e7f3b61 hisi_qm_get_hw_info +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x237aa2b0 hisi_acc_sg_buf_unmap +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x2efa7c5a hisi_qm_regs_debugfs_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x33124a4d hisi_qm_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x346442bc hisi_qm_stop +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x3e90ebc4 hisi_qm_acc_diff_regs_dump +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x470dc3cc hisi_qm_alg_register +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x4e511ab2 hisi_qm_alloc_qps_node +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x5a11edfc hisi_qm_reset_done +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x5cad57e7 hisi_qm_alg_unregister +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x5f8d974e hisi_qm_pm_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x64a66532 hisi_qm_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x6ba5d4d0 hisi_qm_wait_mb_ready +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x6d15b3c1 hisi_qm_get_dfx_access +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x794f2c65 hisi_qm_dev_err_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x7dded59b hisi_qm_debug_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x818b8980 hisi_acc_create_sgl_pool +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x88c1f5d4 hisi_qm_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x92d47958 hisi_qm_wait_task_finish +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xb1ba8ab9 hisi_qm_regs_dump +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xb7ed43d8 hisi_qm_start +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xce3f7348 hisi_qm_dev_err_detected +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xd3a8d6de hisi_qm_suspend +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xd5deed65 hisi_qp_send +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xdd444614 hisi_qm_dev_err_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xdee43e85 hisi_qm_start_qp +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xe2acc888 hisi_qm_free_qps +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xe9505431 hisi_acc_free_sgl_pool +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xee0765d5 hisi_qm_reset_prepare +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xf2ed9754 hisi_qm_dev_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xf6fdc320 hisi_qm_dev_slot_reset +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xf7012170 hisi_qm_put_dfx_access +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xf787f7bb hisi_qm_pm_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xfee6ed74 hisi_qm_sriov_enable +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hpre/hisi_hpre 0x7136573d hisi_hpre_get_pf_driver +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/sec2/hisi_sec2 0x0dc41e2a hisi_sec_get_pf_driver +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/zip/hisi_zip 0x5d5b7f40 hisi_zip_get_pf_driver +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x040f93fb adf_devmgr_update_class_index +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x063721d3 adf_disable_sriov +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x076cd1a0 adf_vf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x0ce9a356 adf_devmgr_pci_to_accel_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x103e5b3f adf_cleanup_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x10f76d93 adf_cfg_add_key_value_param +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x1365d0fb adf_dev_up +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x13b4f529 adf_reset_flr +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x16d117a2 adf_dev_put +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x17532726 adf_vf2pf_notify_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x19761cb5 adf_devmgr_rm_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x1dc69436 adf_dev_in_use +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x2926212e adf_dbgfs_exit +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x2be4e269 adf_gen2_get_arb_info +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3421f981 adf_devmgr_add_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x370e6b47 adf_exit_arb +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x38dd318e adf_gen2_get_num_accels +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3dcb2b5f adf_dbgfs_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3e707f37 adf_gen2_get_admin_info +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3faa0041 adf_init_arb +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x44f81aea adf_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x48427e50 adf_cfg_get_param_value +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x49dabf3c adf_pfvf_comms_disabled +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x57dcf6ed adf_cfg_dev_add +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5ff10846 adf_gen2_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x61ff1082 adf_init_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x6e81d81e adf_gen4_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x6fb5d1e8 adf_gen2_init_vf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x71ef5da3 adf_err_handler +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x7445d482 adf_dev_started +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x7af2af0f adf_vf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x7bf1360a adf_cfg_dev_remove +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x80ebd7d7 adf_gen2_cfg_iov_thds +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x83d67671 adf_dev_restart +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x8a7cf93d adf_dev_down +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x8b37630f adf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x8dad0e90 adf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x91f64b5d adf_exit_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x9c467052 adf_init_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa3cacb30 adf_gen2_get_accel_cap +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa3db58fa adf_vf2pf_notify_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa61a1177 adf_flush_vf_wq +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xb38f6a81 adf_dev_get +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xb56127a7 adf_disable_pf2vf_interrupts +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xb6039ea2 adf_gen4_enable_pm +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xbbecc7a0 adf_reset_sbr +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc2676d37 adf_gen2_get_num_aes +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc501ac82 adf_gen4_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc8e6e45f adf_send_admin_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xca3eb217 adf_gen4_ring_pair_reset +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xcc3b167a adf_clean_vf_map +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd64519f1 adf_gen2_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xdc5b470e adf_gen2_dev_config +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xdec42212 adf_gen4_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe28e260b adf_enable_vf2pf_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe327f1f1 adf_gen4_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe45f3512 adf_gen2_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe721a54e adf_gen2_enable_error_correction +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe94f5692 adf_devmgr_in_reset +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xecd251f3 adf_cfg_section_add +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xefb4f24a adf_gen2_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xf1159313 adf_sysfs_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xf517b0f5 adf_enable_pf2vf_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xf97520e8 adf_gen4_handle_pm_interrupt +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xfe9bb896 adf_gen2_enable_ints +EXPORT_SYMBOL_GPL drivers/crypto/marvell/octeontx/octeontx-cpt 0x32e43048 otx_cpt_uc_supports_eng_type +EXPORT_SYMBOL_GPL drivers/crypto/marvell/octeontx/octeontx-cpt 0x67258c82 otx_cpt_eng_grp_has_eng_type +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0x0f45dbc3 dw_edma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0xcd4d9c31 dw_edma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x031fc6cf dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x5627d807 idma32_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x65a2c628 idma32_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x71a62c41 dw_dma_acpi_controller_register +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xab4796f7 dw_dma_acpi_controller_free +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xbfa3483e do_dw_dma_disable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xd3a18623 dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xfbf80fbc dw_dma_filter +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xffa87c09 do_dw_dma_enable +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x2625c439 dpdmai_reset +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x29b004ec dpdmai_get_rx_queue +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x29e6c699 dpdmai_set_rx_queue +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x434a6273 dpdmai_disable +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x67cd5131 dpdmai_get_tx_queue +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x7460c04c dpdmai_destroy +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x820a1814 dpdmai_get_attributes +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xaf58b222 dpdmai_enable +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xc0af09e3 dpdmai_close +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xe968f270 dpdmai_open +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x1bf024e5 fsl_edma_resume +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x31823d20 fsl_edma_prep_dma_cyclic +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x3f19ef49 fsl_edma_terminate_all +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x523a7a68 fsl_edma_slave_config +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x5a03afea fsl_edma_prep_slave_sg +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x5dba100b fsl_edma_prep_memcpy +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x772a74d9 fsl_edma_alloc_chan_resources +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x98b399bb fsl_edma_issue_pending +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x991d32e1 fsl_edma_chan_mux +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x9a193f2c fsl_edma_tx_status +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xa92aef82 fsl_edma_free_desc +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xb0a77e82 fsl_edma_disable_request +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xb32e10bc fsl_edma_free_chan_resources +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xd908df94 fsl_edma_cleanup_vchan +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xdabbb4f1 fsl_edma_setup_regs +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xdff18b9f fsl_edma_pause +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xe77e7032 fsl_edma_xfer_desc +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0x563747f5 hidma_mgmt_setup +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0xbeda27f4 hidma_mgmt_init_sys +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xa3e08b0f __fw_send_request +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xabb5547d fw_request_get_timestamp +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xe4b401fa fw_card_read_cycle_time +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xe86fb5c7 fw_card_release +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x0f5c1c7d ffa_driver_register +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x1c0b1e1c ffa_device_register +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x3ed2f791 ffa_bus_type +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x79413b17 ffa_driver_unregister +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0xfeb0bf9d ffa_device_unregister +EXPORT_SYMBOL_GPL drivers/firmware/arm_scpi 0xe2184deb get_scpi_ops +EXPORT_SYMBOL_GPL drivers/firmware/mtk-adsp-ipc 0x60a77b4e mtk_adsp_ipc_send +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0x0e7b7015 stratix10_svc_done +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0x41d5ad1c stratix10_svc_allocate_memory +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0x50f5368a stratix10_svc_free_channel +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0x595b630e stratix10_svc_free_memory +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0xd3df684d stratix10_svc_send +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0xf461f6d9 stratix10_svc_request_channel_byname +EXPORT_SYMBOL_GPL drivers/fpga/altera-pr-ip-core 0x62e4174e alt_pr_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x1a8cfdf7 dfl_fpga_port_ops_del +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x3a37c9c3 dfl_fpga_cdev_assign_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x56721ef9 dfl_fpga_enum_info_add_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x5e3ee9dc dfl_fpga_cdev_config_ports_pf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x692387a6 dfl_fpga_feature_devs_enumerate +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x6df4eb33 dfl_fpga_set_irq_triggers +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x789a7575 dfl_fpga_feature_devs_remove +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x79c80008 dfl_fpga_cdev_release_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x808d11d6 dfl_fpga_enum_info_add_dfl +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x813ea7e1 dfl_fpga_enum_info_free +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x841dee47 dfl_fpga_cdev_config_ports_vf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x88401924 dfl_fpga_port_ops_add +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x8c8a0ffc dfh_find_param +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xa7939915 dfl_fpga_port_ops_put +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xabe6c875 dfl_fpga_port_ops_get +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xad574da4 dfl_feature_ioctl_set_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xcdd2e54f dfl_fpga_dev_feature_init +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xd2c8712c dfl_fpga_dev_feature_uinit +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xe2b4040a dfl_fpga_dev_ops_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xe2f05ae5 dfl_fpga_dev_ops_unregister +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xe6d92087 dfl_fpga_enum_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xe86f2d7e __dfl_fpga_cdev_find_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xf7631371 dfl_feature_ioctl_get_num_irqs +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xfa656068 dfl_fpga_check_port_id +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x0633c4b9 fpga_bridges_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x0b2b884c fpga_bridges_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x0b576dad of_fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x2c8167cf fpga_bridges_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x32207b1a of_fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x3560520f fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x3915a53b fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x494d2c19 fpga_bridge_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x9944556e fpga_bridge_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xbffb87d3 fpga_bridge_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xdada5130 fpga_bridge_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xdc6219d2 fpga_bridge_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x071d34cd fpga_mgr_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x0a6cab01 fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x159f330d fpga_mgr_lock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x1eb13ae8 fpga_image_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x203b3312 fpga_mgr_load +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x3c98d6d3 fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x51b34132 devm_fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x63747f60 fpga_image_info_free +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x90af547d of_fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x9c7fe317 fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xa5cc8620 fpga_mgr_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xb730ca1d fpga_mgr_unlock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xbd874658 devm_fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x06db86b8 fpga_region_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x148950d6 fpga_region_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x427a9f9a fpga_region_class_find +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x5897877c fpga_region_program_fpga +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xd4c459d8 fpga_region_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x0a4eef75 fsi_driver_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x3a93847e fsi_slave_claim_range +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x3d5d803a fsi_device_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x5a57d574 fsi_free_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x78060f23 fsi_slave_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x7a12dbdf fsi_master_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x7a575097 fsi_master_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x90873f51 fsi_get_new_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x982b475d fsi_cdev_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x99b0c5c5 fsi_device_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x9e0c6802 fsi_driver_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xbcea7ea9 fsi_master_rescan +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xc19726df fsi_bus_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xce22aee2 fsi_slave_release_range +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xd942f235 fsi_slave_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-occ 0xd2d352a2 fsi_occ_submit +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0x0912ae38 sbefifo_submit +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0x51e23070 sbefifo_parse_status +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x3c9982d9 gnss_register_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x8c3b3823 gnss_insert_raw +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xa881df89 gnss_deregister_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xead1c49f gnss_allocate_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xedbf380f gnss_put_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x1b788ac2 gnss_serial_free +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x82d8627e gnss_serial_pm_ops +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x8983da02 gnss_serial_register +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xacbdc0d9 gnss_serial_deregister +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xc4efc5b0 gnss_serial_allocate +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x5d0e4276 idio_16_set +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x6495f119 idio_16_get_multiple +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x68830314 idio_16_state_init +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x70e2b625 idio_16_get +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0xae1139f5 idio_16_set_multiple +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x1b012f12 __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0xec63a39b __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x496ce291 gpio_regmap_get_drvdata +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x9dfcee5f gpio_regmap_register +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0xb677a937 devm_gpio_regmap_register +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0xb7066570 gpio_regmap_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x1720af23 analogix_dp_start_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x3ee0dd60 anx_dp_aux_transfer +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x50b905e9 analogix_dp_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x84681b36 analogix_dp_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x8f9eda09 analogix_dp_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x964086dc analogix_dp_stop_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xb646cf2e analogix_dp_resume +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xcbcca8aa analogix_dp_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xe3a08ab8 analogix_dp_suspend +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x241eacd9 ldb_init_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x3ee9e11e ldb_channel_is_single_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x55ed4dab ldb_channel_is_split_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x56b2bcf1 ldb_bridge_atomic_check_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x725cc509 ldb_add_bridge_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xac3c6df9 ldb_bridge_enable_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xbc0237df ldb_bridge_attach_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xd3d12c37 ldb_bridge_mode_set_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xe38e43f9 ldb_bridge_disable_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xe411ae52 ldb_remove_bridge_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xe8d05d2e ldb_find_next_bridge_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/samsung-dsim 0x5d244504 samsung_dsim_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/samsung-dsim 0x71e89ccb samsung_dsim_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/samsung-dsim 0x874b57d8 samsung_dsim_pm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x09340e05 dw_hdmi_set_channel_count +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x094f6fc5 dw_hdmi_phy_i2c_set_addr +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x1461e227 dw_hdmi_set_channel_status +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x2492d9c4 dw_hdmi_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x26d629cd dw_hdmi_phy_gen2_reset +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x2d1c0e80 dw_hdmi_setup_rx_sense +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x2fac9436 dw_hdmi_set_channel_allocation +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x316212a8 dw_hdmi_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x3695cb61 dw_hdmi_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x42926f4a dw_hdmi_resume +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x4a9b174f dw_hdmi_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x56f72e25 dw_hdmi_set_sample_non_pcm +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x6712b5a7 dw_hdmi_phy_gen2_txpwron +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x7d8a3aee dw_hdmi_phy_i2c_write +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x8dcd6f43 dw_hdmi_set_sample_rate +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x96f3e250 dw_hdmi_set_sample_width +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x9b44a60b dw_hdmi_phy_gen2_pddq +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x9cccd83f dw_hdmi_set_plugged_cb +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xc59f9e6f dw_hdmi_phy_gen1_reset +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xce27012a dw_hdmi_audio_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xd32faf88 dw_hdmi_set_high_tmds_clock_ratio +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xd6968220 dw_hdmi_phy_setup_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xd8fe547b dw_hdmi_audio_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xdafa1790 dw_hdmi_phy_read_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xf5922009 dw_hdmi_phy_update_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi 0x0d667204 dw_mipi_dsi_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi 0x41361ae4 dw_mipi_dsi_set_slave +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi 0x42ac3b2e dw_mipi_dsi_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi 0x4eca08dc dw_mipi_dsi_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi 0xa175894c dw_mipi_dsi_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_display_helper 0x23401f69 drm_hdcp_check_ksvs_revoked +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x1a9445d4 devm_of_dp_aux_populate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x2a8b19ce of_dp_aux_depopulate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x90b30054 of_dp_aux_populate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x96667f19 dp_aux_dp_driver_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0xc320f1ed __dp_aux_dp_driver_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x22a4f1e5 drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x26065c60 drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x3bbb22cf drm_gem_dumb_map_offset +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x4576f452 accel_open +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x48586132 of_get_drm_panel_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x4d546193 drmm_kstrdup +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x5105cca2 drm_crtc_add_crc_entry +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x52e6caa4 of_get_drm_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x65272809 drm_of_get_dsi_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x66cf2f64 drm_display_mode_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x6836d3ae drm_of_lvds_get_data_mapping +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x69101a53 drm_bridge_hpd_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x6d9a58d4 drm_of_get_data_lanes_count_ep +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x73b466f2 drm_of_encoder_active_endpoint +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x7e4fb966 drm_do_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x9bc64718 drm_of_get_data_lanes_count +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xabf70878 drm_bridge_get_modes +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xad81e81c drm_bridge_detect +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xad885165 drm_bus_flags_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xae17b114 drm_bridge_hpd_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xb70b4026 drm_of_lvds_get_dual_link_pixel_order +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xc1e3536e drm_bridge_hpd_notify +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xcaf67cdd drm_of_component_match_add +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xd32e90b1 drm_bridge_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xdd0d77c1 drm_of_find_panel_or_bridge +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfe9f72f3 drm_display_mode_to_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x19210dbd drm_gem_dma_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x2196905a drm_gem_dma_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x22f6faa7 drm_fb_dma_get_gem_addr +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x2ad7a7bc drm_gem_dma_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x3669ba54 drm_fb_dma_get_gem_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x39390b30 drm_gem_dma_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x66b6311f drm_gem_dma_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x8ad63737 drm_fb_dma_sync_non_coherent +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xc85a25ad drm_gem_dma_dumb_create_internal +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xd2ed1e90 drm_gem_dma_vmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xe965a3bf drm_gem_dma_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xedfbfa02 drm_gem_dma_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x46103ab8 drm_gem_fb_afbc_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x5277b68e drm_gem_fb_init_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x68ceb1bc drm_gem_plane_helper_prepare_fb +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x8e8a83aa drm_bridge_connector_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xc445177d drm_gem_fb_create_with_dirty +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xd440044e drm_gem_fb_get_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xf71543a5 drm_gem_fb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xfba59dde drm_gem_fb_create_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x13af59ef drm_gem_shmem_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x15521bb8 drm_gem_shmem_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x38a1cf5c drm_gem_shmem_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x511c5754 drm_gem_shmem_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x61a7b001 drm_gem_shmem_get_pages_sgt +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x7b6f0d39 drm_gem_shmem_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xcbc814fb drm_gem_shmem_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xda5519af drm_gem_shmem_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/imx/dcss/imx-dcss 0x27d77ae3 dcss_dev_pm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x06686044 meson_venc_hdmi_mode_set +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x2c73cfcf meson_venc_hdmi_venc_repeat +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x71be39c5 meson_vclk_vic_supported_freq +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x745afb85 meson_venc_mipi_dsi_mode_set +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x94a785f8 meson_venc_hdmi_supported_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0xab5bee2f meson_venc_hdmi_supported_vic +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0xd5be4ad5 meson_vclk_setup +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0xfd45a952 meson_vclk_dmt_supported_freq +EXPORT_SYMBOL_GPL drivers/gpu/drm/panel/panel-samsung-s6e63m0 0x0ddef055 s6e63m0_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/panel/panel-samsung-s6e63m0 0xeecd6335 s6e63m0_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/panfrost/panfrost 0xa331067b panfrost_pm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/pl111/pl111_drm 0x264949fe pl111_versatile_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_cmm 0x4e6a6983 rcar_cmm_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_cmm 0x604ab385 rcar_cmm_setup +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_cmm 0x772009ce rcar_cmm_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_cmm 0xe9f0ad9c rcar_cmm_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_lvds 0x460559ff rcar_lvds_dual_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_lvds 0x6b74e005 rcar_lvds_is_connected +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_lvds 0x8504314d rcar_lvds_pclk_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_lvds 0x953328f6 rcar_lvds_pclk_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_mipi_dsi 0x5af2cea3 rcar_mipi_dsi_pclk_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_mipi_dsi 0xff5e49cd rcar_mipi_dsi_pclk_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0x0118302d vop2_component_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0x542ae19a vop_component_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0x866c5900 rockchip_rgb_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0xfead7585 rockchip_rgb_fini +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x16c7e8c4 ssd130x_shutdown +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x91fd78dd ssd130x_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0xa9eca1a7 ssd130x_probe +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0x1d4c2b60 host1x_memory_context_get +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0x9efb99a3 host1x_memory_context_put +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0xc536fd5c host1x_memory_context_alloc +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x093e54dd gb_operation_unidirectional_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0ba97d07 gb_connection_enable_tx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0f62f10c gb_debugfs_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x14028e17 __SCK__tp_func_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x15d1942f greybus_disabled +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x251a9a7a gb_operation_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2df663a5 __tracepoint_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3a06aabb gb_connection_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x49278c94 gb_svc_intf_set_power_mode +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x4f95486d __traceiter_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x50ba5f18 gb_operation_cancel +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x52b77346 gb_operation_request_send_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5a3c3ea9 __traceiter_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x605c37c5 gb_hd_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x636d998e gb_connection_latency_tag_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x67f00198 gb_connection_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6d3bb9ec __SCK__tp_func_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6df9af71 gb_connection_disable_forced +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6f128c30 gb_connection_latency_tag_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6fa01fda __tracepoint_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x708849c7 gb_operation_request_send +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x76c94721 __traceiter_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x81e221fb __SCK__tp_func_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x881f11a4 gb_connection_create_offloaded +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x891ddee3 greybus_message_sent +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x89f514a1 __SCK__tp_func_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8b8d8526 __traceiter_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x95999429 gb_hd_cport_release_reserved +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x99be980a greybus_deregister_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa17d1f62 gb_operation_get_payload_size_max +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa5417579 gb_operation_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa97d60a4 gb_operation_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb12f911c gb_operation_result +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb1d72a23 gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb4588b49 gb_connection_disable_rx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb9deff38 gb_operation_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbce68507 greybus_register_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbe4d3dc0 gb_hd_cport_reserve +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbf2c07db __tracepoint_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc33c8b6e gb_hd_output +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc594a0c6 __traceiter_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xca574fcc __tracepoint_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xce7806ff gb_interface_request_mode_switch +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd33373a8 __tracepoint_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd3e3fbe4 gb_connection_destroy +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xdc708f5c gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xdf76356f gb_hd_shutdown +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe6bf3860 gb_connection_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xeac79e1a __SCK__tp_func_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xeb6b7281 gb_connection_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xeec31f91 greybus_data_rcvd +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xef7307cd gb_operation_response_alloc +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf107a122 __SCK__tp_func_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf18b1814 __traceiter_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf357c63d __tracepoint_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xff2afb5f gb_hd_add +EXPORT_SYMBOL_GPL drivers/hid/hid 0x07074c47 hid_hw_raw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0c5c1206 hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0d4ed2c7 hid_driver_suspend +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1201e837 hid_field_extract +EXPORT_SYMBOL_GPL drivers/hid/hid 0x144582c4 hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x18cc1e52 __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x197b07b8 hid_hw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x19d52f1f hid_quirks_exit +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1a3cd161 hid_hw_stop +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1cc5f538 hid_driver_reset_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2b1bba4b hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2ebb48a1 hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x36f4407d hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3f5d7b80 hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x414b3aa8 hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x46dd8c2e hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4d7da6f3 hid_match_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x52f460a7 hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x59018bfc hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5d6e6a27 hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6050c887 hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6395d6a6 hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6f22ab45 hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x70c114e7 hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x75dd393d hid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7a7f931b hid_setup_resolution_multiplier +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8b13a8b8 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8bf3898e hid_hw_close +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8ef0359f hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x97691202 hid_hw_open +EXPORT_SYMBOL_GPL drivers/hid/hid 0x995e6c48 hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9c32e00e __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa45b3226 hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa4dd7164 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb01665cf hid_hw_start +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb26029a6 hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb7277749 hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbef27326 hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc0c6e5d5 hid_compare_device_paths +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc3fc23c7 hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc83dd47b hid_match_id +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc9d0f158 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0xca8a69c2 hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xca8e410c hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xccfdffab hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd3098a34 hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd6f64620 hid_driver_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe86ca81e hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xeb8cbc2b hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0xef945b22 hid_hw_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf3606562 hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf7c989fb hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfa355613 hid_quirks_init +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x3e4427c8 roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x96f63a79 roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x02f1ec32 roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x1045f92b roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x22ec1d61 roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x50019e87 roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x69bc2bc3 roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x7620c9d6 roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x014ca70d sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x2f648706 sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x5bd52e74 sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x62eb9191 sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x701dedf0 sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x886ebf2b sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xab6b04d5 sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xd97256c9 sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xfc836850 hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0x11c47cc1 vivaldi_feature_mapping +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0xb40f447b vivaldi_attribute_groups +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x03d20a1f i2c_hid_core_probe +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x47c6dce6 i2c_hid_core_remove +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xaf74bcce i2c_hid_core_shutdown +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xd461c3eb i2c_hid_core_pm +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0x6a8de876 surface_hid_device_add +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0x81f7387b surface_hid_device_destroy +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0xd3e8ca75 surface_hid_pm_ops +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x3b392c50 hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xa19478e5 hid_is_usb +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x165bdfcf hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x1be9fdc6 hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x34a9a5c0 hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x42dc6f81 hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x4a2ac7b1 hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x4d5c278e hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5d8dbb0d hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x62ad6ea7 hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x646d0cc8 hsi_add_clients_from_dt +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x6962c6b8 hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x696d392e hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x6e9c7065 hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x9b481525 hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb6244953 hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xc02d91ce hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xc48959ff hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xe6532530 hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf1cced88 hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x01005e06 hv_pkt_iter_first +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x011d084b vmbus_recvpacket_raw +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x02236cac vmbus_disconnect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x03fd2739 vmbus_hvsock_device_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x2f87b792 hv_pkt_iter_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x31e2e77f vmbus_free_mmio +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x321055cb vmbus_prep_negotiate_resp +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x32e14bd6 vmbus_set_chn_rescind_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x360b68ec vmbus_set_event +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x37da1f3d vmbus_open +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x423d151f vmbus_establish_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x46a417ca vmbus_proto_version +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x46cc6422 vmbus_next_request_id +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x4857e2d0 vmbus_setevent +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x4b2210b8 vmbus_send_tl_connect_request +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x674e657e hv_ringbuffer_get_debuginfo +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x680fb428 vmbus_driver_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x725fc669 vmbus_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x8bebeae5 vmbus_request_addr +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x91305531 vmbus_set_sc_create_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xa1cf86b3 vmbus_allocate_mmio +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xa224d969 vmbus_alloc_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xa602b954 vmbus_teardown_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xa94746f8 vmbus_send_modifychannel +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xaa9b9e1d vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xb397f000 vmbus_connect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xb86b941f __vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xd7d35469 vmbus_sendpacket_mpb_desc +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xd928dd43 vmbus_free_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xe21ed423 vmbus_sendpacket_pagebuffer +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xe26172d6 __vmbus_driver_register +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xe881fbc7 vmbus_connection +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xee37703b hv_ringbuffer_spinlock_busy +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xf10e7291 __hv_pkt_iter_next +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x61c76fe4 adt7x10_probe +EXPORT_SYMBOL_GPL drivers/hwmon/ltc2947-core 0x5cbb5274 ltc2947_core_probe +EXPORT_SYMBOL_GPL drivers/hwmon/ltc2947-core 0xbc54f93e ltc2947_of_match +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x48061033 nct6775_store_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x5e5b1ee1 nct6775_update_device +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x8188ed18 nct6775_probe +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xb91b0fbf nct6775_show_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xd03511f3 nct6775_show_alarm +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xf37cae1d nct6775_reg_is_word_sized +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x010363e0 intel_th_output_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x18a64878 intel_th_trace_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x33efc40a intel_th_set_output +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x5c9ace20 intel_th_trace_switch +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x7b9e2ae6 intel_th_free +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x8b59e643 intel_th_trace_disable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xcc753c96 intel_th_driver_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xe4355576 intel_th_alloc +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xe4b0387b intel_th_driver_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x2c54a802 intel_th_msu_buffer_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x748f7440 intel_th_msu_buffer_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xbc43cc52 intel_th_msc_window_unlock +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x0164bdf3 stm_source_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x2894a691 stm_source_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x44ade857 stm_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x8cc52e7e stm_unregister_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x9df56c6e stm_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xac1e7bb5 to_pdrv_policy_node +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xd0d6f78a stm_source_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xf0d810ff stm_data_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xfcb8925c stm_register_protocol +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-ccgx-ucsi 0x448e6faa i2c_new_ccgx_ucsi +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x24ff6495 i2c_mux_add_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x51ab204e i2c_mux_alloc +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x5f2b7819 i2c_mux_del_adapters +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x72db7bd0 i2c_root_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x28fbbeec i2c_new_slave_host_notify_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x5d69a9e5 i2c_free_slave_host_notify_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x8ffbec3a i2c_register_spd +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xf73711f9 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x0483270e i3c_master_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x055984b2 i3c_master_do_daa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x07a6767c i3c_device_do_priv_xfers +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x085d0c61 i3c_master_defslvs_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x27ffdf20 i3c_master_get_free_addr +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x328e5fc3 i3c_master_enec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x4d020975 i3c_device_get_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x57a556d6 i3c_generic_ibi_get_free_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x5a5b04b4 i3c_device_free_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x6d4f4c6a i3c_generic_ibi_alloc_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x76fe3e05 i3c_generic_ibi_free_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x78b431ae i3c_master_queue_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x7fc036cd i3c_device_enable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x9c3799e2 i3c_device_do_setdasa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xa5067b86 i3c_device_disable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xa59f5ddd i3c_driver_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xa981f938 i3c_generic_ibi_recycle_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xb846a74e i3c_master_entdaa_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xb84dd833 i3c_driver_register_with_owner +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xc6c8668d i3c_master_add_i3c_dev_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xcbe48a8b i3c_master_set_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xced89778 i3c_device_request_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xea566247 i3c_device_match_id +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xed8f5401 i3c_master_register +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xeea5bd9c i3cdev_to_dev +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xf36e4689 i3c_master_disec_locked +EXPORT_SYMBOL_GPL drivers/i3c/master/dw-i3c-master 0x5813b3f1 dw_i3c_common_probe +EXPORT_SYMBOL_GPL drivers/i3c/master/dw-i3c-master 0xc5872133 dw_i3c_common_remove +EXPORT_SYMBOL_GPL drivers/iio/adc/stm32-dfsdm-adc 0x824de46f stm32_dfsdm_get_buff_cb +EXPORT_SYMBOL_GPL drivers/iio/adc/stm32-dfsdm-adc 0x8c59fc8c stm32_dfsdm_release_buff_cb +EXPORT_SYMBOL_GPL drivers/iio/adc/stm32-dfsdm-core 0xa81a1502 stm32_dfsdm_stop_dfsdm +EXPORT_SYMBOL_GPL drivers/iio/adc/stm32-dfsdm-core 0xb2f7302a stm32_dfsdm_start_dfsdm +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x0e9cf42a iio_channel_cb_get_iio_dev +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x267c0508 iio_channel_release_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x2a1fab3c iio_channel_stop_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x38d66b48 iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x9acf62ab iio_channel_cb_set_buffer_watermark +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0xfdcb09b2 iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x090e92ca iio_dma_buffer_init +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x197d4ada iio_dma_buffer_enable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x1a559f79 iio_dma_buffer_release +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x27bbdc09 iio_dma_buffer_read +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x3699ec6f iio_dma_buffer_disable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x8028a461 iio_dma_buffer_exit +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x87251dc6 iio_dma_buffer_block_list_abort +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xa25d43bf iio_dma_buffer_set_bytes_per_datum +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xb8fc7396 iio_dma_buffer_block_done +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xec248ca4 iio_dma_buffer_data_available +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xeee458ef iio_dma_buffer_request_update +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xf071d7f0 iio_dma_buffer_set_length +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dmaengine 0x39c830f8 devm_iio_dmaengine_buffer_setup +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x235c5d8e devm_iio_hw_consumer_alloc +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x3391543d iio_hw_consumer_disable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x7c2448c3 iio_hw_consumer_alloc +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x9671bc15 iio_hw_consumer_free +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0xbf358fa9 iio_hw_consumer_enable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-triggered-buffer 0x382a8a2a devm_iio_triggered_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/buffer/kfifo_buf 0x56a0041d devm_iio_kfifo_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x270041fa cros_ec_sensors_core_read +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x4d61b23a cros_ec_motion_send_host_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x5c3e2b2a cros_ec_sensors_core_register +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x8517b43b cros_ec_sensors_core_read_avail +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x898930bf cros_ec_sensors_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x9971dac4 cros_ec_sensors_capture +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xabf7a6d6 cros_ec_sensors_push_data +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xb45fae3b cros_ec_sensors_read_lpc +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xca6f7653 cros_ec_sensors_read_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xdf86ed20 cros_ec_sensors_core_init +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xeb70a437 cros_ec_sensors_ext_info +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xfe447edb cros_ec_sensors_core_write +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x17590119 bmg160_core_remove +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x6fa74835 bmg160_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x74d49c42 bmg160_core_probe +EXPORT_SYMBOL_GPL drivers/iio/imu/fxos8700_core 0xbbccac80 fxos8700_core_probe +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x020c8215 __devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x126ebcff iio_read_avail_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x141ec506 iio_read_max_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2079d30f iio_read_channel_offset +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x20f403c6 iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x22c254d0 devm_iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x25147d58 iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x25606a07 iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x33c1d7b4 iio_validate_own_trigger +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3792e8be iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x386d4ecd devm_fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3b011ff6 iio_device_get_current_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x447d2df2 iio_write_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x44cc500a iio_device_attach_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4672703c iio_read_avail_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x476bc836 iio_device_claim_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4dce7dd4 iio_format_value +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4f6651b4 iio_device_release_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5545d5ee iio_read_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x56232649 iio_show_mount_matrix +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x57a8729e iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5a5c6c35 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5e0f3368 iio_push_to_buffers_with_ts_unaligned +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5fe9c6fa iio_get_debugfs_dentry +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x63a894fe iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6a59cc61 iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x711f7bcd fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x859ecb35 devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8a775cc8 iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8c6d400a iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9114009c iio_device_id +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x981aef19 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9c3c68de iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9da76253 iio_pop_from_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa7f650cf devm_iio_trigger_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa8c2077f iio_get_channel_ext_info_count +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xaa024867 iio_buffer_enabled +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xadb99ef8 iio_read_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbc445f31 devm_iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xca38dc06 iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcba274ce iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd653e442 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdb014c97 iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xde33b9a9 iio_write_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdf7703d8 iio_read_channel_processed_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe182b583 iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xec85d3ca iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf0622efc iio_device_claim_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf144e28f __devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf611eafc iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf86fb77e iio_device_release_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf8cfb42f iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfaa60a79 iio_write_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfd484318 iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfdc9b26a iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xff34a631 devm_iio_map_array_register +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x068bd577 rtrs_start_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x144bdf22 rtrs_init_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x1473ee46 rtrs_stop_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x2bfbde88 rtrs_cq_qp_destroy +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x5726a18c rtrs_iu_post_recv +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x5fed8d66 rtrs_iu_alloc +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xb055b85f rtrs_iu_free +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xb847fe1b rtrs_iu_post_rdma_write_imm +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xbecd1db9 rtrs_cq_qp_create +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xc9713ff3 rtrs_iu_post_send +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xd78ff422 rtrs_send_hb_ack +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xdc5a018f rtrs_post_recv_empty +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0x56cb1b6c input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0x82be11f7 matrix_keypad_parse_properties +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x45dd46dd adxl34x_pm +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x7ea47e7b adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xec511022 adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x4c90ece8 rmi_set_attn_data +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x504242d0 rmi_unregister_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x5bcf04cb rmi_2d_sensor_rel_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x7150da3d rmi_2d_sensor_configure_input +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x71f99ce6 __rmi_register_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x82acc66b rmi_2d_sensor_abs_process +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x8898b63e rmi_2d_sensor_of_probe +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x8fc8e340 rmi_2d_sensor_abs_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x927b68c4 rmi_driver_resume +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xaced5100 rmi_dbg +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xb66eb27e rmi_register_transport_device +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xb6702547 rmi_of_property_read_u32 +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xebf4fbbf rmi_driver_suspend +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x33d35c79 cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x50d822f8 cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xc3bcf3e7 cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x2c233a67 cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x5696799e cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x29d86382 cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x524e9436 cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x8dfafaf4 tsc200x_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xc0d9c840 tsc200x_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xc51d851b tsc200x_regmap_config +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xe653df7a tsc200x_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x205364e0 wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x244e850c wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x39f09856 wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x442e9fc1 wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x46f3ea8f wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x884edf35 wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xb7d2a4b1 wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xb95539fe wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xc03e39f2 wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xe3e1c9bf wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xe630474c wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xe8e48592 wm9713_codec +EXPORT_SYMBOL_GPL drivers/interconnect/icc-clk 0x3b9dfd5c icc_clk_register +EXPORT_SYMBOL_GPL drivers/interconnect/icc-clk 0x736ef16e icc_clk_unregister +EXPORT_SYMBOL_GPL drivers/interconnect/imx/imx-interconnect 0x37647c21 imx_icc_unregister +EXPORT_SYMBOL_GPL drivers/interconnect/imx/imx-interconnect 0x9beeb2ba imx_icc_register +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-bcm-voter 0x0b39b783 qcom_icc_bcm_voter_commit +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-bcm-voter 0x83ef48c5 of_bcm_voter_get +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-bcm-voter 0x936a7e97 qcom_icc_bcm_voter_add +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x13476b94 qcom_icc_set +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x8070815a qcom_icc_bcm_init +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x92456333 qcom_icc_rpmh_probe +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xccf83f19 qcom_icc_pre_aggregate +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xde968933 qcom_icc_aggregate +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xe3d30492 qcom_icc_rpmh_remove +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0x81e513ad qcom_icc_rpm_smd_available +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0xe8dbdc6c qcom_icc_rpm_smd_send +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x19f2fa04 ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x44852c9e ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x67100533 ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x6e672618 ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x9202e205 ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x95a898cc ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x989c484e ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xbac906c2 ipack_device_init +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xdf0d17dc ipack_put_device +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x1f257017 led_set_flash_timeout +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x2cb35c18 led_get_flash_fault +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x8221a6eb devm_led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x9d9225b5 led_set_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xa9ffd728 devm_led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xbab07c8a led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xeb3dbd05 led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xf06a5800 led_update_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x9f70221e devm_led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xa0612d13 led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xb4176842 devm_led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xda97b86f led_mc_calc_color_components +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xe595adc1 led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x3fc1982b lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x5b0d1b36 lp55xx_write +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x5f6e0b4d lp55xx_unregister_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xb2dfb60a lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xb9d0a9aa lp55xx_update_bits +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xbceee4bf lp55xx_read +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xbdb549cc lp55xx_is_extclk_used +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xbdf37d37 lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xbecfede0 lp55xx_deinit_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xe2b30516 lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-audio 0x3bd45b0d ledtrig_audio_set +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-audio 0xce593c22 ledtrig_audio_get +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-camera 0x749e05f2 ledtrig_flash_ctrl +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-camera 0x7903e46e ledtrig_torch_ctrl +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x04b25810 __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x05058957 __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x063306f1 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x06bceaa1 __SCK__tp_func_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0bc0be45 __SCK__tp_func_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x101ae2f4 __traceiter_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x150e5357 __traceiter_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x15f3de09 __SCK__tp_func_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x17a83e40 __traceiter_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x181a1930 __SCK__tp_func_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1b083369 __SCK__tp_func_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1c599ebe __traceiter_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1c83d5b7 __SCK__tp_func_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x22ae6324 __SCK__tp_func_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2766fb04 __traceiter_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2a7180ce __traceiter_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2af60833 __SCK__tp_func_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2b661e9b __traceiter_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2c5a3a11 __traceiter_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2dcb0140 __traceiter_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x362eda19 __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x37808fd7 __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x37b31e4f __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x382896ed __traceiter_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3863d254 __traceiter_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3a3eb678 __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3aabfb79 __traceiter_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3cefae2e __traceiter_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3feb7def __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x42265554 __traceiter_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x44bb87a3 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x46c66897 __SCK__tp_func_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x47b2af54 __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4a2d1241 __SCK__tp_func_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4b96c8a0 __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x51d0e534 __SCK__tp_func_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x55ef5a92 __traceiter_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5d9c8fc8 __SCK__tp_func_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5f9386a1 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5fd7c423 __SCK__tp_func_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6026e276 __SCK__tp_func_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6119e203 __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x63459ea3 __traceiter_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x64e39418 __traceiter_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x66232cfe __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6697827f __SCK__tp_func_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6e74dca7 __SCK__tp_func_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6e7df078 __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x71a90620 __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x79eeb380 __SCK__tp_func_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7e103836 __traceiter_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7e1d189c __traceiter_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x80e3881d __SCK__tp_func_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x81d4d2d1 __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x836658ef __traceiter_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8ad20d61 __SCK__tp_func_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8b9fa1d8 __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8bba9251 __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8f7308be __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x93c8c39b __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9a6f4d9f __SCK__tp_func_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9ce21c84 __SCK__tp_func_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa09a6b09 __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa187023e __SCK__tp_func_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa64134e4 __SCK__tp_func_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa842a5c8 __SCK__tp_func_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xad6440b4 __traceiter_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb01ca267 __traceiter_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb4766a0a __traceiter_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb5a62a8c __traceiter_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb9910ea3 __traceiter_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xba843c3f __SCK__tp_func_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbc65a7a3 __traceiter_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc8ae4213 __SCK__tp_func_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xce5d20bf __traceiter_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd71e556b __traceiter_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd8aa1746 __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd9f63855 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xda06fe86 __SCK__tp_func_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdd1455a7 __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdd71bb18 __traceiter_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdd813a80 __traceiter_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe16c06b3 __SCK__tp_func_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xea3a1ab2 __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xec29e22a __traceiter_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xec3327c6 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xec92a163 __SCK__tp_func_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf021519f __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf6249e5f __SCK__tp_func_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfc0a0b57 __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfd5d057b __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfd6b5d80 __SCK__tp_func_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfed8327b __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x12a92df7 dm_cell_promote_or_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x17dd39d6 dm_deferred_set_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x24baf66f dm_cell_unlock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2eb01e04 dm_deferred_set_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x442ee128 dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x4547a36e dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x5f1a7b61 dm_cell_put_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6147c69c dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6af8a9a3 dm_cell_visit_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6e31218a dm_cell_quiesce_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x753e20b2 dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x8372180d dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x97904e38 dm_cell_lock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xace9b57b dm_bio_prison_destroy_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb6d5c65d dm_deferred_set_add_work +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb70b342a dm_bio_prison_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca4f7aa5 dm_cell_get_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd59382ad dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd99e003d dm_bio_prison_create_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xda5ae8e0 dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xe8bf28d9 dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xf0e8749b dm_bio_prison_alloc_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xf4521a73 dm_bio_prison_free_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xf717559a dm_cell_lock_promote_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x24772bfe dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x28210d10 dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x2e0774dc dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x656100cc dm_bufio_client_reset +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6a2f40e1 dm_bufio_mark_partial_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6aebce95 dm_bufio_issue_discard +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6cdb2d56 dm_bufio_prefetch +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d3f57bd dm_bufio_get_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d83826d dm_bufio_get_block_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x74dcd98c dm_bufio_get_aux_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x867e87eb dm_bufio_get_dm_io_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x91f00abc dm_bufio_set_minimum_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa82b2066 dm_bufio_write_dirty_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xb04f56ab dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc0d7df85 dm_bufio_new +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xcd2ba798 dm_bufio_forget +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd991e3b9 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe6024e59 dm_bufio_release +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xebcc64a4 dm_bufio_get_block_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xeca7949e dm_bufio_client_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xed3283a4 dm_bufio_set_sector_offset +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xf241a6eb dm_bufio_forget_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x0efbca4c btracker_promotion_already_present +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x1c852cab btracker_nr_demotions_queued +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x23ddc5ab dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x37ef59a5 dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x481a0b15 btracker_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x4becb830 dm_cache_policy_get_hint_size +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x50b3c64c dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x5adc2807 btracker_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x65eea825 btracker_nr_writebacks_queued +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x7c0aa317 dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x87bee547 btracker_queue +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa2365f44 btracker_issue +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa7eadcb5 btracker_complete +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xbb97a472 dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xf9f3e74b dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x4263d2b2 dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xb493fcf2 dm_register_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x01d2f9ac dm_rh_recovery_start +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x1a2e7921 dm_rh_bio_to_region +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x366e7dcb dm_region_hash_create +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x38972f23 dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x38efaf5a dm_region_hash_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x3a18389a dm_rh_update_states +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x57e16c3e dm_rh_get_state +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x5f4a6e61 dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x6740a5a9 dm_rh_inc_pending +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7774620f dm_rh_stop_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7bfb0d45 dm_rh_delay +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d053fc5 dm_rh_start_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d5e1815 dm_rh_get_region_key +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa53387c7 dm_rh_flush +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa83588eb dm_rh_recovery_end +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xbe38a431 dm_rh_recovery_prepare +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xcc745d69 dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd8aa4284 dm_rh_region_context +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf1930152 dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf92b8a3d dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfd93482e dm_rh_recovery_in_flight +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0054f69d dm_tm_pre_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x01f7c2b0 dm_btree_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0211c39e dm_tm_with_runs +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x07ed9022 dm_bitset_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x088a5b30 dm_btree_find_lowest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0cf7c42f dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0d251167 dm_array_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x109eae1f dm_btree_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x15a2bf57 dm_btree_lookup_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1ae16d40 dm_tm_dec_range +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1d0d53f7 dm_array_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2842d760 dm_bitset_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2bc1a8d9 dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2f40da68 dm_bm_set_read_write +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x30c37cc0 dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x32bf4f4b dm_bitset_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3646e38f dm_tm_issue_prefetches +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3896f8d8 dm_array_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x38d53eec dm_array_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ad0f55b dm_bm_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ae50a4a dm_tm_inc_range +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40720a25 dm_bitset_set_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x418204e4 dm_array_set_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x46c56110 dm_bitset_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x48e323be dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4f2c653e dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4f477261 dm_bm_checksum +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x51005cef dm_bitset_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5375ca71 dm_bm_write_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5475ba9e dm_block_location +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x563946a0 dm_btree_remove_leaves +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5b04d3fe dm_bitset_clear_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x67c6c5b9 dm_array_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x68f34c27 dm_array_cursor_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6bfa88c8 dm_bitset_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6c600395 dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6fac2256 dm_array_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x703aa099 dm_block_manager_reset +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x72289260 dm_block_manager_destroy +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7612cd9c dm_bm_block_size +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x79bdc649 dm_sm_disk_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7ade1071 dm_tm_destroy +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7b047bd9 dm_tm_create_non_blocking_clone +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7b6b3af5 dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7ea85707 dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x836693c5 dm_disk_bitset_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x87419c51 dm_array_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x87c934be dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x88295b96 dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x8e057e61 dm_array_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x900896b9 dm_btree_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x91baa32f dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9290e07a dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x932a6ffc dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x94daa188 dm_bitset_cursor_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x95a52abd dm_bm_is_read_only +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9718cffa dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9e798e22 dm_bm_set_read_only +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa0bc1801 dm_btree_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa99029b9 dm_bitset_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb940af6a dm_array_info_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbdde4031 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd017c9c7 dm_array_new +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd8682982 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xdb2c8e97 dm_btree_lookup +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xdf3a4e7d dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe07a2542 dm_bitset_new +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe0e68183 dm_array_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe781f874 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xecc1aeba dm_bitset_test_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xedf5036f dm_bitset_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf2b4509a dm_btree_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf71f197e dm_btree_cursor_next +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x008a10bf cec_unregister_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x1963c384 cec_s_conn_info +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x2196223a cec_fill_conn_info_from_drm +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x25571569 cec_queue_pin_hpd_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x28239459 cec_pin_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x2f8f7449 cec_transmit_attempt_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x319f600c cec_transmit_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x3d8a7666 cec_notifier_conn_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x4e51eeed cec_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x56381b16 cec_s_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x7460d06a cec_notifier_parse_hdmi_phandle +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x7fdda986 cec_s_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x822dcd7a cec_delete_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xa01fbb6b cec_notifier_set_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xa1e8e3ce cec_s_log_addrs +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xaa4b6a2e cec_notifier_cec_adap_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xaca33759 cec_received_msg_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xad436089 cec_queue_pin_cec_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xaee236c6 cec_notifier_conn_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xbe4de675 cec_get_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xc16f2887 cec_notifier_set_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xc62e419d cec_queue_pin_5v_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xd26c5963 cec_transmit_msg +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xdc0b94da cec_pin_changed +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xdc33e226 cec_register_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xf66fec52 cec_notifier_cec_adap_register +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x054910fb saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x06de6651 saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x43a8a5dd saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x53cc58d7 saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x768612c7 saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x8a42f72c saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x94db753b saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xb150f746 saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xc64704e1 saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xce7a9185 saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x0ad8ad2a saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x15496ccb saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x299d9a29 saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x5c8c1adc saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xd646ca9e saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x1358f8e0 smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21063eb3 smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x34bf0e61 smscore_translate_msg +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x37d91069 smsendian_handle_tx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x45284ae9 smsendian_handle_rx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x4cade6c5 sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x507181b7 smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x55de6ae5 smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x589a443d smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x6c837aaf smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x74ee9098 sms_board_load_modules +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7c576277 smsendian_handle_message_header +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x844539ae sms_get_board +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9612a10b smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x99a81ab3 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xa66fd469 sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbaa23ee2 smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbc49f2fe sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbea9afee smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc0509f9c smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc50474ac smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xd058c2eb sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xd56d69e2 smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf2020276 sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/uvc 0x08c5db3e uvc_format_by_guid +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x040dc7cd tpg_aspect_strings +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x21bfae4e tpg_gen_text +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x4a738cc1 tpg_g_interleaved_plane +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x7e83543f tpg_s_crop_compose +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x80aaf962 tpg_g_color_order +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xa8a3f406 tpg_free +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xaa5503d9 tpg_set_font +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xb052969d tpg_init +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xbbc315dd tpg_update_mv_step +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xcaede3e2 tpg_fill_plane_buffer +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xce8159bb tpg_pattern_strings +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xe2169014 tpg_log_status +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xe6f04b89 tpg_alloc +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xe7ee5819 tpg_s_fourcc +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xf064e392 tpg_fillbuffer +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xf7a5f765 tpg_calc_text_basep +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xf7ec0949 tpg_reset_source +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x054cbd1b __traceiter_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x05ed2379 vb2_core_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x071e8752 vb2_core_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x07729fd4 __SCK__tp_func_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x0847e476 vb2_core_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x1497170c vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x1d1b27da vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x2e2bc124 vb2_core_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x352f42d1 vb2_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x3c22713a __tracepoint_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x50a1bb4a __tracepoint_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x54083905 vb2_request_object_is_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x6924f154 vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x7446d3a7 vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x7ee32286 __tracepoint_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x876c1e16 vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x9107cd1f vb2_core_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x93925eb7 vb2_core_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x94506fc4 __traceiter_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x97aa3ddb vb2_core_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb6f4b031 __SCK__tp_func_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb9d2df39 __SCK__tp_func_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xbdca8de9 vb2_core_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc20b4710 vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc7b45aa4 __SCK__tp_func_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xd0144208 vb2_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xd3cd6049 vb2_core_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe003adbf vb2_request_buffer_cnt +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe38b905a vb2_core_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe465b5af __traceiter_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe4bd27ea vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe942c873 vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xeec1f021 vb2_core_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf58e1c25 vb2_core_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf97a7c84 __tracepoint_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xfa6b4367 __traceiter_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xffe42d2c vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0xa521879d vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0xb70ea4dc vb2_dma_contig_set_max_seg_size +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-sg 0x8da10014 vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-memops 0xa2c5bd07 vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x0181f85b vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x01b87bd0 vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x06d85012 vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x0ba1564c vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x0c683a8d vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x0cc54e92 vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x10132ab0 vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x14df5bcd vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x18145538 vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x18aaaa60 vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x1e5daf72 vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x3ca739ca vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x3dcf4313 vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x48f0d434 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x4bc2f1d2 vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x5a564277 vb2_request_validate +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x65535432 vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x7df0d5ae vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x893c1f96 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x9964c2e4 vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xa016877a vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xa41602ee _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xa44bbfe1 vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xabc49a82 vb2_request_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xc1d26f1b vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xcad6a27e vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xd009dfbc vb2_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xdd3e6a08 vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xddd677ce vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xe06ef51f vb2_queue_init_name +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xed68beb9 vb2_find_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xf45be96f vb2_video_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xfb5c4123 vb2_queue_change_type +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xfd2cdbd3 vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-vmalloc 0x638a0f40 vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x24487e61 dvb_module_probe +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x5e051390 dvb_module_release +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0xed7e60e0 dvb_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/as102_fe 0xed2e4035 as102_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ascot2e 0x42cf55fe ascot2e_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/atbm8830 0x2f2628c6 atbm8830_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/au8522_dig 0xd3ed0728 au8522_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/bcm3510 0x1601cab4 bcm3510_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx22700 0xb9eecb55 cx22700_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx22702 0x50ff0f74 cx22702_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24110 0xa2fe813a cx24110_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24113 0xf77160b0 cx24113_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24116 0x4f3503cf cx24116_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0x6cdce163 cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24120 0x2e0b9397 cx24120_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24123 0x69dbd337 cx24123_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2820r 0x433807ae cxd2820r_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2841er 0x7076ba90 cxd2841er_attach_s +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2841er 0xc018e580 cxd2841er_attach_t_c +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2880/cxd2880 0x74c009f6 cxd2880_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0070 0xd737bf34 dib0070_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0090 0x804f0ecc dib0090_register +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0090 0x91d8d4ad dib0090_fw_register +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib3000mb 0x48e65cdc dib3000mb_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib3000mc 0x52c9b792 dib3000mc_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib7000m 0xd13bdaf0 dib7000m_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib7000p 0x6e95d173 dib7000p_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib8000 0x9d8b99b6 dib8000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib9000 0x025914e6 dib9000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0xa977764f drx39xxj_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drxd 0xd605303c drxd_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drxk 0x8237236f drxk_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ds3000 0x3ec54318 ds3000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dvb-pll 0x9490a114 dvb_pll_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ec100 0x4776aa1c ec100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/gp8psk-fe 0x885c929d gp8psk_fe_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/helene 0x1ab7b041 helene_attach_s +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/helene 0x73ca1842 helene_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/horus3a 0xfd5d3ff5 horus3a_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6405 0xaa340856 isl6405_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6421 0x31cb804f isl6421_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6423 0xd801f715 isl6423_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/itd1000 0xb3cede91 itd1000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ix2505v 0xa0fde277 ix2505v_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/l64781 0x17a53e78 l64781_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lg2160 0x4d6fc368 lg2160_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt3305 0xa78733c8 lgdt3305_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt3306a 0x095793a3 lgdt3306a_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt330x 0x877a82b2 lgdt330x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgs8gxx 0x1bad2afb lgs8gxx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbh25 0xceee2907 lnbh25_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp21 0xdc6964a0 lnbp21_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp21 0xe07c1cd1 lnbh24_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp22 0x0d9dccb8 lnbp22_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/m88ds3103 0xb6d145b7 m88ds3103_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/m88rs2000 0x955358a4 m88rs2000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mb86a16 0xc271117f mb86a16_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mb86a20s 0x19dc8c09 mb86a20s_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mt312 0x7a4bc2cb mt312_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mt352 0xb9b1d1cd mt352_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mxl5xx 0x1d612b9c mxl5xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/nxt200x 0x2a65600c nxt200x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/nxt6000 0x5c043860 nxt6000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/or51132 0xc8d610d0 or51132_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/or51211 0xc4b17ea7 or51211_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1409 0xba89b62c s5h1409_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1411 0x67afa89c s5h1411_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1420 0x9cabd2b8 s5h1420_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1432 0x691e8540 s5h1432_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s921 0x5edaffa1 s921_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/si21xx 0x5e14c3fe si21xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/sp887x 0x1f0d8757 sp887x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb0899 0x1e196c87 stb0899_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb6000 0x691c6f87 stb6000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb6100 0xd7cec1cc stb6100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0288 0x0a931d5e stv0288_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0297 0xc17e9dfe stv0297_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0299 0x02ab91e8 stv0299_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0x57dddd54 stv0367ddb_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0x672dc36e stv0367ter_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0xe61f3903 stv0367cab_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0900 0xe21537f0 stv0900_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv090x 0xcb3a22c3 stv090x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0910 0xa99f8609 stv0910_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6110 0xe261733b stv6110_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6110x 0xfb7b6920 stv6110x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6111 0xaeb1f63e stv6111_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10021 0x71bee28a tda10021_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10023 0x059fecce tda10023_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10048 0x5341c277 tda10048_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda1004x 0x8b28bccf tda10046_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda1004x 0xb0a5a3bb tda10045_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10086 0x5da4d446 tda10086_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0x4ea76e74 tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda665x 0x13f10669 tda665x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda8083 0xd6ef3f13 tda8083_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda8261 0xfa699535 tda8261_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda826x 0x6a7e232b tda826x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ts2020 0x00aca2fd ts2020_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tua6100 0xfbd05f63 tua6100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ves1820 0x36f25dd6 ves1820_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ves1x93 0x0c63b74e ves1x93_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10036 0x7b119efb zl10036_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10039 0x68785d88 zl10039_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10353 0xbfc3c097 zl10353_attach +EXPORT_SYMBOL_GPL drivers/media/i2c/aptina-pll 0x0f74a18d aptina_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/ccs-pll 0x825362de ccs_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x1f0cbb62 max9271_set_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x2f2a2259 max9271_configure_i2c +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x42f994d2 max9271_clear_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x45cffd18 max9271_verify_id +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x49ce7f7a max9271_set_high_threshold +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x96b6b52a max9271_set_deserializer_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xa5d92951 max9271_set_serial_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xb8af3ed9 max9271_set_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xba3f970f max9271_configure_gmsl_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xc5222747 max9271_enable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xd414fb22 max9271_disable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xe7f80adf max9271_set_translation +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xeb8fd6f5 max9271_wake_up +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x02f770b9 media_entity_get_fwnode_pad +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x09df5830 __media_entity_next_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0b016842 __media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0e47ea1b media_get_pad_index +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x101d6065 media_device_usb_allocate +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1345bfcd media_create_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x23503285 media_request_get_by_fd +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2a3db3ff media_device_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x38d00375 media_entity_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3f2a50d6 media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x40a06205 media_request_object_bind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x444357e7 __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x50f46361 media_device_unregister_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x530f0c63 media_devnode_create +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x55817ce5 media_create_pad_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x56db461f media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x57bb984d media_entity_pads_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x59bbe5d5 media_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5ac4351f media_create_pad_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5e10e47e media_create_ancillary_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x63a67126 media_entity_enum_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x65032615 __media_pipeline_entity_iter_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x65dd67e0 media_pipeline_entity_iter_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x68d5f5f8 media_graph_walk_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x69f8f53a media_request_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7137beda media_devnode_remove +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x716f8c95 __media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x733595d3 media_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x76e203fc media_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7dd2fe65 media_pad_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8545d778 __media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x88bf156f media_request_object_find +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x88e9b62e __media_device_usb_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8ad603a0 media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8f73b438 media_graph_walk_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x904061ae media_request_object_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x998d1795 media_request_object_complete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa1d08f8a media_pad_remote_pad_first +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa252c9db __media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa528ea55 __media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa6e94f77 media_request_object_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa9d65b4d media_entity_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb1b5fa37 media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb547d80c media_device_delete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb5cc7b13 media_device_pci_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb7b209dd __media_device_register +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb8dc2743 media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbf2e7419 media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc1285d49 media_pipeline_entity_iter_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc297c57d media_request_object_unbind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd3cd855e media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xdab7e48e media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe017a2c0 media_pad_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe5ceecd6 media_entity_enum_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xeec4a484 media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf1f92ba7 media_device_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf48553e1 __media_pipeline_pad_iter_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xfc28328c media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xfc29b376 media_device_register_entity_notify +EXPORT_SYMBOL_GPL drivers/media/pci/bt8xx/dst 0xf73efef7 dst_attach +EXPORT_SYMBOL_GPL drivers/media/pci/bt8xx/dst_ca 0x61ad8d95 dst_ca_attach +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x538dd8b3 cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/ddbridge/ddbridge-dummy-fe 0xf01671a3 ddbridge_dummy_fe_qam_attach +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0773f328 mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0ec40da2 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0ffe0cc5 mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x1bbe7654 mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x2be78c4f mantis_input_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x350eceee mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x367f8bf2 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x5d9ea912 mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x6bbee846 mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x73ed5b6d mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x77f2283f mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x929e1c45 mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x9782a380 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x9af8d14d mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa84a42e6 mantis_input_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xaf7c1dbc mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc7ec7a40 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xcd9eb758 mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xfa0e7bb9 mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1586b406 saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x15fd208e saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2cb5f0f4 saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x349d29c9 saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x3767e418 saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x3bd61979 saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x4b1d3e9a saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x75cdf4c2 saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x792705e4 saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x7cea7183 saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x9d187cce saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa047b701 saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa8264678 saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xbaabf4c7 saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xc0277526 saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xe5f0fbd1 saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xe936cab7 saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xed2790ba saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xff1e558d saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x4981adeb ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x57e3eae6 ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x6d82274f ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x9c2b6632 ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xa3520868 ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xa526db24 ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xdcd4c117 ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x07d65304 nal_hevc_write_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x0b8685ee nal_h264_write_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x128399d7 nal_hevc_read_vps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x224b1b96 nal_hevc_read_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x27b06570 nal_hevc_write_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x3528af96 nal_hevc_read_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x4a98719c nal_hevc_write_vps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x4f4bb149 nal_h264_write_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x7f862d08 nal_h264_read_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xbf5b9228 nal_h264_read_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xcd350e28 nal_h264_read_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xceb93220 nal_hevc_write_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xddf6eace nal_h264_write_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xfc7173bf nal_hevc_read_sps +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x0d897803 mccic_resume +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x16a86b94 mccic_register +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x49a81470 mccic_shutdown +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xa6ba23aa mccic_suspend +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xc12c61c3 mccic_irq +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x0b01a4e8 vpu_get_venc_hw_capa +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x1780ff3d vpu_ipi_send +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x53c72dec vpu_get_vdec_hw_capa +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x7e68b0a6 vpu_mapping_dm_addr +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xc93c4a97 vpu_ipi_register +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xcb19f477 vpu_load_firmware +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xdb979690 vpu_get_plat_device +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xef11ce07 vpu_wdt_reg_handler +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x0d8c26db hfi_session_stop +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x0dd36b07 venus_helper_init_instance +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x0e67c855 hfi_session_destroy +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x13d61804 venus_helper_release_buf_ref +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x1646d1df hfi_session_continue +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x16af3d6f venus_helper_get_ts_metadata +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x1f0bac27 venus_helper_get_profile_level +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x27b12c5f venus_helper_m2m_device_run +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x2b4b918c venus_helper_alloc_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x2d693ecb venus_helper_m2m_job_abort +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x38d9ee27 venus_helper_acquire_buf_ref +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x3c3dceeb venus_helper_check_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x3d8694c4 hfi_session_deinit +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x3df8d8eb venus_helper_set_multistream +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x3f02b282 hfi_session_start +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x4b9d8cd2 venus_helper_check_codec +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x5140ddfa venus_helper_set_stride +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x5846f3e1 venus_helper_change_dpb_owner +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x5c6985ee hfi_session_set_property +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x5d52dc75 venus_helper_intbufs_alloc +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x5f2f1efd venus_helper_set_work_mode +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x61c9b83b venus_helper_vb2_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x685ae11d venus_helper_set_bufsize +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x695c82a3 venus_helper_unregister_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x69da6e4b hfi_session_abort +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x6c366997 venus_helper_vb2_buf_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x6f8b757a venus_helper_find_buf +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x752bb14f venus_helper_vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x77c32b68 venus_helper_set_input_resolution +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x7d4fd7ed venus_helper_set_profile_level +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x7f8b8ba4 hfi_session_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x8381ea8d venus_helper_intbufs_realloc +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x8d3fafa1 hfi_session_flush +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x944850c9 venus_helper_set_num_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x9982708c venus_helper_vb2_buf_prepare +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xa4760b6b hfi_session_create +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xa8093303 hfi_session_unload_res +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xab468620 venus_helper_set_raw_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xb5da1da9 venus_helper_get_framesz_raw +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xba0b318f hfi_session_get_property +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xc44f90d0 venus_helper_queue_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xc652edd4 venus_helper_process_initial_cap_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xc68464d6 venus_helper_session_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xc7b74ea5 venus_helper_get_out_fmts +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xc7c14870 venus_helper_set_dyn_bufmode +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xd21da2e4 venus_helper_get_framesz +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xd2264c1a venus_helper_set_output_resolution +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xd6be6f78 venus_helper_set_color_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xd8b1b4df venus_helper_set_format_constraints +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xd94dfea7 venus_helper_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xdd8bf542 venus_helper_intbufs_free +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xe34fff49 venus_helper_get_bufreq +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xe40286cd venus_helper_vb2_start_streaming +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xe9a2ae65 venus_helper_buffers_done +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xe9f59d22 hfi_session_process_buf +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xf9bdaeb3 venus_helper_get_opb_size +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xfb0a4966 venus_helper_free_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xfb7400eb venus_helper_process_initial_out_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x3d858696 rcar_fcp_put +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x4ad5d888 rcar_fcp_enable +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x5fe6f6e8 rcar_fcp_disable +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x9877c29f rcar_fcp_get +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0xdc0ea281 rcar_fcp_get_device +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x749ff22f vsp1_du_atomic_begin +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x778a022a vsp1_du_unmap_sg +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xbcb63426 vsp1_du_map_sg +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xcc891747 vsp1_du_atomic_flush +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xd548c083 vsp1_du_init +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xf5b00c3f vsp1_du_setup_lif +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xfcacfb87 vsp1_du_atomic_update +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x2f95edbc xvip_init_resources +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x32a020d5 xvip_set_format_size +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x3a71b426 xvip_enum_frame_size +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x4e189b74 xvip_clr_or_set +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xa8e29a87 xvip_of_get_format +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xb67940fb xvip_get_format_by_fourcc +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xcda21db8 xvip_cleanup_resources +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xe08e6063 xvip_get_format_by_code +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xee1a945f xvip_clr_and_set +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xfaa49439 xvip_enum_mbus_code +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0x06fd4665 xvtc_of_get +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0x3c16a6b1 xvtc_generator_stop +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0x47d7900b xvtc_generator_start +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0xa8a0f912 xvtc_put +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x5c666db3 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xe4fcf1b4 radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x5e41db91 si470x_stop +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xaba695af si470x_ctrl_ops +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xd241a607 si470x_start +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xd7243fe3 si470x_viddev_template +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xf51fe031 si470x_set_freq +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x12d26603 ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x18a1a08b rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x23b63112 rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x29ec00c2 rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2ed90ced rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x3dbeff61 ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x505f98c0 rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x5f6a58f2 devm_rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x811e6fb0 rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x8841227f ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x966ec1cb rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x967057ca ir_raw_event_store_with_timeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x9a4a3282 rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xa9b38192 lirc_scancode_event +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb1697ab8 rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb960f15c rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xbdabd91d rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xc00f389b ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xcd2f71ef devm_rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe20fadc4 ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xfc5d3079 rc_map_get +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0011 0x9729eb14 fc0011_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0012 0xba33ffae fc0012_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0013 0x430969c0 fc0013_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/max2165 0xf497cd92 max2165_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mc44s803 0x82553d0d mc44s803_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2060 0x9871b249 mt2060_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0xdc9beb3c mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0x131c5c6e microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2131 0x85ed2041 mt2131_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2266 0xbba9a5ef mt2266_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5005s 0xbc00da2e mxl5005s_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0x623d99ce mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/qt1010 0x16bff6eb qt1010_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0x13b123a9 r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18218 0xa74abc49 tda18218_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0x4d7987cc tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0x5a4bc20e tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xa9191803 tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xd203da64 tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0x7c2368d9 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x4f3b26d3 tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0xd57e7844 tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x6ce543ee tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xa7bac0e2 tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0x15485717 simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc2028 0x4f3c2697 xc2028_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc4000 0xed891177 xc4000_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc5000 0xc9f5f77f xc5000_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x00b23dd8 cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x1780d6ac is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x226ae1d9 cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x2c25ab6c cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x32f692c2 cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x36d53b38 cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x4963722f cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x4c6fa71d cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x52220bff cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x5b9ed46e cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x6f264509 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7b8e1dea cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7b934293 cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x838af8d8 cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x852ae029 cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x8deb267e cx231xx_get_i2c_adap +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x91848d7a cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xb1dcba19 cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd65d9af6 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xfa49ddc5 cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0x8981acbe mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0x4ffe419c mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x07b5b473 em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x15f11709 em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x1db8f692 em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x207514ba em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x228dae52 em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x2bf49531 em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x2d678f7b em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x35caa395 em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x381c2357 em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x457f79a1 em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x51a1a16b em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x580b1ee0 em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x721f7cc7 em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x921d7c65 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x9cf7eebe em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa35bbe01 em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xad2ca46c em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xb0fb136f em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xd0af31fb em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xddf671ea em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x48f28c8d __v4l2_async_nf_add_i2c +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x5a1cfc50 __v4l2_async_nf_add_fwnode +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x6e88f0c2 __v4l2_async_nf_add_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x7d73eebe __v4l2_async_nf_add_fwnode_remote +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xa8d6348a v4l2_async_nf_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x01612c0b v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x08402862 v4l2_print_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x0958448b v4l2_set_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x0af3d134 v4l2_valid_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x2bf67def v4l2_calc_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x370cfe6e v4l2_dv_timings_presets +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x3aa68d7a v4l2_find_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x4839762f v4l2_calc_timeperframe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x7b6ac78f v4l2_phys_addr_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x8f8d4341 v4l2_get_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x922ecd29 v4l2_enum_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xa22fbfeb v4l2_hdmi_rx_colorimetry +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xa97e00eb v4l2_detect_cvt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xae575c8f v4l2_phys_addr_for_input +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xd034392d v4l2_match_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xf56238f4 v4l2_find_dv_timings_cea861_vic +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xff585440 v4l2_dv_timings_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0x436122af v4l2_flash_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0x5f65ca16 v4l2_flash_indicator_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0xdeff36e8 v4l2_flash_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x07670e9b v4l2_fwnode_connector_add_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x612ddce5 v4l2_fwnode_connector_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x8824b654 v4l2_fwnode_endpoint_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x8b12fa99 v4l2_fwnode_endpoint_alloc_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x8f3ed3df v4l2_fwnode_parse_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xc5df876e v4l2_fwnode_put_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xda8373ec v4l2_fwnode_connector_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xdd54a0a9 v4l2_async_register_subdev_sensor +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xe7dcc42c v4l2_async_nf_parse_fwnode_endpoints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xef927632 v4l2_fwnode_device_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xfed11a2f v4l2_fwnode_endpoint_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-h264 0x639ecc68 v4l2_h264_init_reflist_builder +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-h264 0x6a1429ff v4l2_h264_build_p_ref_list +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-h264 0xf568bf81 v4l2_h264_build_b_ref_lists +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0x30b5ebc6 v4l2_jpeg_parse_scan_header +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0xcbfdf5cb v4l2_jpeg_parse_frame_header +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0xe8956e3f v4l2_jpeg_parse_huffman_tables +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0xe8f40f9e v4l2_jpeg_parse_header +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0xf8ffd565 v4l2_jpeg_parse_quantization_tables +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x12f4c3aa v4l2_m2m_last_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x224164e9 v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x27607fce v4l2_m2m_buf_remove_by_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x292cb972 v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3c5536ca v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x47e40fb6 v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4c5d9647 v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4f0d5f7d v4l2_m2m_last_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x523d2d86 v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5fc014cc v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x619f549f v4l2_m2m_ioctl_try_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x656326a7 v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6f81c565 v4l2_m2m_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x709d4aa5 v4l2_m2m_ioctl_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x730f2eae v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7a516ef5 v4l2_m2m_update_start_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7ac6c39a v4l2_m2m_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x818148cf v4l2_m2m_register_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8277ddc8 v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8aba2926 v4l2_m2m_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8cd664fe v4l2_m2m_buf_copy_metadata +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x94dd423b v4l2_m2m_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9ceb9ead v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa136def7 v4l2_m2m_ioctl_stateless_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xaffa3f00 v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb115fe17 v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbcaeaf5d v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbec38ae9 v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbf648627 v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc439fd7e v4l2_m2m_ioctl_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc868dbdd v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc8dc5263 v4l2_m2m_ioctl_stateless_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xcc31febe v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xcc8725bc v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xcc9bdbca v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xcd748eba v4l2_m2m_request_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xce10ff8c v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xcec58bb7 v4l2_m2m_update_stop_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd8ba30c3 v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xdcb214f0 v4l2_m2m_buf_remove_by_idx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe6d060e8 v4l2_m2m_try_schedule +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xeaaac0d8 v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf13ff84d v4l2_m2m_unregister_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf9948d5e v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xfef9930b v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xffde2b63 v4l2_m2m_ioctl_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0x4137d90c v4l2_vp9_adapt_coef_probs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0x8ef1a3dd v4l2_vp9_reset_frame_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0x8ef25d5d v4l2_vp9_seg_feat_enabled +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0x9dec35a2 v4l2_vp9_fw_update_probs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0xb3cf2529 v4l2_vp9_adapt_noncoef_probs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0xcf15018a v4l2_vp9_kf_partition_probs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0xdf6586d2 v4l2_vp9_kf_uv_mode_prob +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0xf5c55c43 v4l2_vp9_default_probs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0xfbf87a5e v4l2_vp9_kf_y_mode_prob +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x00e20250 videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x111693f1 videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x13d70d6e videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x1bb88740 videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2c131c71 videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x351d86d6 videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x442f655d videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x4755c20f videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x49a7dd8e videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x59bdd301 videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x66291f79 videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6e5baf99 videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x7059354a videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x752832ca videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x757bd923 videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8e2ffa21 videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x942b50d2 videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa72e49a5 videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xaaa3a630 __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb36ddc8b videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xbdaa970b videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc0ac11c1 videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd1a9dbb5 videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd71f3021 videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x05e8966b videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x272a3fbe videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x452da24b videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x553a86d0 videobuf_sg_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x6c63302b videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x00f85daf v4l2_i2c_subdev_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x03734673 video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0bbc9838 v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0bc66acb v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0c5950ab v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0d484791 v4l2_subdev_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x11f3044c __SCK__tp_func_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1342054f __v4l2_subdev_state_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x17a4bb1b __video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x17b885b1 v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x24d4c19d v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x26f8325f v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2ae0877b __SCK__tp_func_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2b30aadf v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2b6856cd __tracepoint_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2ba608f6 __v4l2_ctrl_handler_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2c0801d6 v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3a48c3fc v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3bdb2b41 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3ebc5355 v4l2_compat_ioctl32 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x427d73dd __traceiter_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x43558f21 __video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x480fce4d video_device_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4894cd55 v4l2_subdev_state_xlate_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4b5da8e0 __traceiter_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4e6190ad v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4f231e9a v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5074e573 v4l2_fraction_to_interval +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x51f90788 v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x55bc3ed9 v4l2_subdev_has_pad_interdep +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x571920bf v4l2_create_fwnode_links +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5d7691c8 v4l_disable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5de69feb v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5f9b88ed v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x63ee8864 v4l2_subdev_get_fwnode_pad_1_to_1 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x65d7839c v4l2_subdev_state_get_opposite_stream_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6b719ac9 v4l2_subdev_set_routing +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6ce1c95c __SCK__tp_func_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6e9acc41 v4l2_fill_pixfmt_mp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x71ad95fd v4l2_create_fwnode_links_to_pad +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7ffe13aa v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x825d5e42 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x87101457 v4l2_s_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x88c1c679 v4l2_subdev_enable_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8904cb4e __traceiter_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8af5d3df v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8cd31fd6 v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x916a7362 v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x972997c7 v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x985a8dc4 v4l2_subdev_set_routing_with_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9893fd4e v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9fef35ac v4l2_apply_frmsize_constraints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa019cc5c __traceiter_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa066c6db v4l2_subdev_disable_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa17f9f03 v4l2_pipeline_pm_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa5b85ab9 v4l2_subdev_get_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa8b8d14e v4l2_ctrl_request_hdl_ctrl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xab327c7c v4l2_pipeline_link_notify +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xad5c3c93 v4l2_simplify_fraction +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xae3dd8d6 __v4l2_subdev_next_active_route +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb48cf8aa __tracepoint_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb5a337db v4l2_subdev_state_get_stream_compose +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb6a56d7c v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbc728e0b v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbe9350fe v4l2_subdev_notify_event +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc36293b4 v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc525e537 v4l2_subdev_put_privacy_led +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc86897a7 v4l2_subdev_state_get_stream_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc8fd11d4 video_device_pipeline +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcbf3e976 v4l_vb2q_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcc501597 v4l2_fill_pixfmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcdad22dc v4l2_pipeline_pm_get +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcf754c8f v4l2_subdev_routing_find_opposite_end +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcfa53614 video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd23a3cd0 v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd5be18e9 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd7b8373a v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd7dc4bb5 v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xda6e1d3b v4l2_mc_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xda7aa627 v4l2_subdev_get_privacy_led +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xda7b494d v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdd91fbba v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xddfa2c1f v4l_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xde6e37d9 __v4l2_subdev_state_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xde86319a v4l2_get_link_freq +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdef3dffd __tracepoint_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe0b98a71 __tracepoint_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe2822320 __v4l2_find_nearest_size +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe326d88c __v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe5a33113 __SCK__tp_func_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe6d71734 v4l2_subdev_s_stream_helper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xec54baf0 v4l2_g_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xed6c9ccf v4l2_subdev_state_get_stream_crop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf05138db v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf2aeda23 v4l2_event_wake_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf7ce87b4 __v4l2_subdev_init_finalize +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf950254c v4l2_ctrl_request_hdl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfac9ea42 v4l2_subdev_routing_validate +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x33ba34c7 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x33edb376 pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x697ac48e pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x02b2fecf cs47l24_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x04f36406 wm8997_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x05d196eb wm8998_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x1423401f wm5102_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x1949d8fa wm5110_revd_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x22a143de wm8997_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x3501187e wm5110_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x39419a43 wm8997_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x449079bb arizona_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x4c71d3d3 arizona_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x5678d4f9 arizona_clk32k_enable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x571b8153 wm5102_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x7435932b wm5110_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x761163ca cs47l24_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x7707b7c1 cs47l24_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x9a4a7e14 arizona_clk32k_disable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x9e24515c arizona_request_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xaa48d56e wm5110_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xbd408032 arizona_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xca7666ff arizona_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xd3fee6a6 wm5110_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xdfbe649b wm8997_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xe9701422 wm5110_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xfbfb1182 arizona_set_irq_wake +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0xcf19ae2a atc260x_device_probe +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0xf1d1068d atc260x_match_device +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x4d7b07b6 da9150_bulk_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x92abbed0 da9150_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xa12153c4 da9150_write_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xc45af515 da9150_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xcee0944b da9150_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xde15b0ab da9150_bulk_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xf82d351f da9150_read_qif +EXPORT_SYMBOL_GPL drivers/mfd/gateworks-gsc 0xa142a524 gsc_read +EXPORT_SYMBOL_GPL drivers/mfd/gateworks-gsc 0xb7abd1c4 gsc_write +EXPORT_SYMBOL_GPL drivers/mfd/iqs62x 0xa436f4de iqs62x_events +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x324a1a22 kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x49996717 kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x8208b939 kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x9bc6276c kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xa882ff06 kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xacdf8c3d kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xcf2c5b22 kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xeffe0492 kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xda87ae99 lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xf93cc2e3 lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xfe13fad6 lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x2d050027 lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x47f735ea lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x59fb12ef lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x6154f80e lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x66cdda44 lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xc78deac6 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xef351994 lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x042bd722 lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x14652e19 lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x95863706 lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0f379262 madera_of_match +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x171dbe3b cs47l15_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x1d909903 cs47l15_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x1d9d4543 cs47l15_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x30eae2f8 madera_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x34fd15e0 madera_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x5ea5840f cs47l15_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x5ea8584f cs47l15_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x69dcef8c madera_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x6a7354a7 cs47l92_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x8940d9f6 cs47l92_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x894d05b6 cs47l92_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x94662ec3 cs47l35_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x946bf283 cs47l35_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xa1d5af76 cs47l90_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xa614b5bb cs47l85_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xa61969fb cs47l85_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xbec1c20b cs47l90_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xbecc1e4b cs47l90_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xca75c4fa cs47l92_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xca7818ba cs47l92_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xd75333cf cs47l35_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xd75eef8f cs47l35_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xe521a8b7 cs47l85_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xe52c74f7 cs47l85_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xe602fa82 cs47l35_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xebe384cb madera_name_from_type +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xf0b58121 cs47l85_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xfdf4df07 cs47l90_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xfdf90347 cs47l90_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x1793f1ab mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x232ab53a mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x9d25f378 mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xa3a31713 mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xb1ace27b mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xf116a95b mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/motorola-cpcap 0xa226dbe8 cpcap_sense_virq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x0fa02500 pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x2df7c40f pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x2f63f797 pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x500611ea pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x6f8f76ff pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x8aff3800 pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xa91d2fc7 pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xc67a06b5 pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xcd361547 pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xf1731b99 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xf7d88f35 pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xf9b2dbc0 pcf50633_pm +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x70127429 pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x79056210 pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x24822137 pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x26b7e206 pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x38dccd35 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x393d8650 pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xe32dd5bc pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x13471f45 devm_rave_sp_register_event_notifier +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x43e53ef9 rave_sp_exec +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x56d1a8c5 retu_read +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0xa074c8b6 retu_write +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0x20fa46c5 rk8xx_probe +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0x45fdcff4 rk8xx_shutdown +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0x8b723522 rk8xx_resume +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0x93174dba rk8xx_suspend +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x180f6595 si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x26d4ff38 si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x27ddea10 si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x362d0e6d si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x36c84965 si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3a3bd524 si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4ff3f871 si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x51406ce8 si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x51f6aa2d si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5c0467b4 si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6b7787b2 si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6c7971ab si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7342091f si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7ae971b7 si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x84db0c60 si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8925bac9 si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9137a3c5 si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x94abda5d si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x95e1929c si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x96549036 si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9da48505 si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xac3665cf si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb1dd5f8f si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb9353c10 si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xbd28d5f4 si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc015cff9 devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc5e95cb2 si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc90e55b7 si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xcc5b9139 si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe2213cf7 si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe35813a8 si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe55ec009 si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xec10b06d si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xfb6b7370 si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x323ba663 sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x38027454 sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x7a4af092 sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xd151f2ee sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xd4d7d250 sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sprd-sc27xx-spi 0xbd5e8681 sprd_pmic_detect_charger_type +EXPORT_SYMBOL_GPL drivers/mfd/stm32-timers 0x5e042780 stm32_timers_dma_burst_read +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0x6d1539f6 stmfx_function_disable +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0xb02d2cf3 stmfx_function_enable +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x0e3d9d52 am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x2aea3dca am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x2daf0988 am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x7a67b555 am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x9ef6aba5 tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xa61cd09f tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xca3e1318 tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xe0c8b21f tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x2658b3aa tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x27544aa6 tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x2cb80ea2 tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps6594-core 0x0d265a52 tps6594_device_init +EXPORT_SYMBOL_GPL drivers/mfd/tps6594-core 0x15c3d213 tps6594_is_volatile_reg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x09fabc46 alcor_write16 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x1d1b1e66 alcor_write8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x313a1df6 alcor_read32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x4a0b738f alcor_read32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x9cd34489 alcor_write32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xe6fcda27 alcor_write32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xf8e33a25 alcor_read8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x018f88d5 rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x0a5ac13c rtsx_pci_dma_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x0b976254 rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x10193213 rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x165255fc rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x381ac36a rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x46522b9c rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x46e71a94 rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x50fe7b9a rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x53eb45a8 rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x5ab96f6c rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x5f859d1b rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x6a12da47 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x6ad531b8 rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7a7d2eb0 rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x9ade7f3a rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x9fdf929a rtsx_pci_dma_map_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb083b2b5 rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb2be3172 rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb55994d0 rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xbad64f7f rtsx_pci_dma_unmap_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xeccf27db rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xfd1b0473 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xfdff6634 rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x153ea75d rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x1e0a24c1 rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x1eb02746 rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x21da11a8 rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x4c4a544c rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x7d5021c9 rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x844beaf5 rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x98fff318 rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xb3dbe349 rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xc557214b rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xef0062a5 rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xf002edc8 rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xff14d0a8 rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x0167cbee cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x3d349614 cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x3d354fc6 cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x5a54a57c cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x0b008db0 oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x296a8983 oslec_update +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x3115970d oslec_create +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x4b711f77 oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x5909e701 oslec_snapshot +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x780d3f01 oslec_flush +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x84eba96d oslec_free +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x3cb83d5b eeprom_93cx6_multireadb +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x870b53e9 eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x884deb9d eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0xc9c6bb25 eeprom_93cx6_readb +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0xff7a0fdf eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x5c4e8ad5 enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x9d811311 enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xb6cd594b enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xba49fa49 enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xbc0d48b3 enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xd28c0846 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xe668abdd enclosure_component_alloc +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xf017629a enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x1b5fabb1 lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x365f493d lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x428e2461 lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x446aeb6b lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x55c6b47c lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x65ea3e7f lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x75a41d83 lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x8546ceb1 lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/pvpanic/pvpanic 0x67f14461 devm_pvpanic_probe +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x5b0b1caa st_unregister +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0xf1e5d832 st_register +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x096a6bba uacce_remove +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0xc9849496 uacce_register +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0xce3a581b uacce_alloc +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x024d14bc vmci_qpair_produce_free_space +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x046dd187 vmci_datagram_create_handle +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x056837fb vmci_get_context_id +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x0cdc307c vmci_qpair_dequev +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x1e20e372 vmci_qpair_enquev +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x1fd4782d vmci_qpair_get_produce_indexes +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x2449459d vmci_event_subscribe +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x3a22fa8a vmci_datagram_destroy_handle +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x4ba5c46b vmci_qpair_peek +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x5591b58e vmci_context_get_priv_flags +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x5e949e0a vmci_doorbell_destroy +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x612df9ae vmci_qpair_detach +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x676bd843 vmci_qpair_consume_free_space +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x75fe065a vmci_send_datagram +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x787f0fe8 vmci_register_vsock_callback +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x7c74d7a6 vmci_qpair_consume_buf_ready +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x81d61eef vmci_qpair_dequeue +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xb572e830 vmci_doorbell_create +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xbcb85f62 vmci_doorbell_notify +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xbec55d08 vmci_qpair_peekv +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xc04c7e84 vmci_qpair_get_consume_indexes +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xc403cafe vmci_is_context_owner +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xde3abc2e vmci_datagram_create_handle_priv +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe0cc9c92 vmci_qpair_alloc +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe11895c1 vmci_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe67343c1 vmci_qpair_enqueue +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xea143610 vmci_datagram_send +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xea61eefe vmci_qpair_produce_buf_ready +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0x49091740 dw_mci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0x748d2eed dw_mci_pltfm_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0x851504f2 dw_mci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0x27970ac6 mmc_hsq_init +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0x5e63f904 mmc_hsq_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0xe05b73ba mmc_hsq_finalize_request +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0xfabdc3d2 mmc_hsq_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/renesas_sdhi_core 0xd14390b0 renesas_sdhi_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/renesas_sdhi_core 0xf46297b3 renesas_sdhi_probe +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x124acf39 __sdhci_read_caps +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x12bd8e2d sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x1363d761 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x17d67209 sdhci_enable_v4_mode +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x21ab1dc4 sdhci_reset_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x24e6a972 sdhci_send_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x2a5584bb sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x2d8f87ea sdhci_dumpregs +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x32b116ff sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x335ba4a6 sdhci_get_cd_nogpio +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x36aae899 sdhci_cqe_disable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x37888b74 sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x398a474f sdhci_enable_sdio_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3be4e2fd sdhci_cqe_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x44d51631 sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x47c1441a sdhci_set_power +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x4f597757 __sdhci_set_timeout +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x53ad26ee sdhci_cleanup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x58d3081f sdhci_execute_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5aed75b2 sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6aa9c86c sdhci_adma_write_desc +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6b444230 sdhci_set_data_timeout_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x7a184690 sdhci_switch_external_dma +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x89ca0741 sdhci_cqe_enable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x8c3ef31c sdhci_set_ios +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x9813d700 sdhci_set_power_noreg +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x98721e97 sdhci_calc_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa05e4da3 sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa3d2abcd sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa65639fc sdhci_request_atomic +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa8e0651b sdhci_start_signal_voltage_switch +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa95077a4 sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xad080564 sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb723812e __sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc71f0ee2 sdhci_start_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xcaac21cf sdhci_enable_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xcccd243d sdhci_abort_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xdbeb668e sdhci_request +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xdeb18752 sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe42e7d95 sdhci_setup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe72aaba9 sdhci_end_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf833db42 sdhci_set_power_and_bus_voltage +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x0ff563e7 sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x1d135dae sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x31d5fac1 sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x60632e37 sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x69771efa sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x814f4b77 sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x88e3c35d sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xa56dd726 sdhci_get_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xc8f5681a sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x378f2335 tmio_mmc_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x4e8329e5 tmio_mmc_host_runtime_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x716fe81d tmio_mmc_host_probe +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x86956833 tmio_mmc_host_free +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x901f38cd tmio_mmc_host_runtime_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x945fb49f tmio_mmc_host_alloc +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xcb31460e tmio_mmc_host_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xd6df7eb6 tmio_mmc_enable_mmc_irqs +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xd8216640 tmio_mmc_disable_mmc_irqs +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xee9c93c3 tmio_mmc_do_data_irq +EXPORT_SYMBOL_GPL drivers/most/most_core 0x0953fb33 most_register_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0x25182959 most_submit_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x2f082040 most_deregister_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0x3f972b8d most_deregister_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0x45bd8b66 most_resume_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0x65cfef73 most_register_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0x78ec7b38 most_start_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0x89cc5209 most_stop_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0x9873f308 most_get_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x9ba498cc most_put_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0xa507849b most_deregister_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0xa8207501 most_stop_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0xb0d92ce8 most_register_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0xbff45ef9 channel_has_mbo +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x7e94c565 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x838ae0f3 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xbca3c51b cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x6fe7bd81 cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x9c1e7207 cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xe24c39d7 cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0x0dd91480 cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x350b7762 cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xc88b4f12 cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xcb625f91 cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0x4a183c09 hyperbus_unregister_device +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0xf18224f8 hyperbus_register_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x05c0ca73 get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x065f85b9 mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x081288b3 mtd_write_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0834f7ef mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0e1128c0 deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1cfccdb6 mtd_ooblayout_set_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1df84a72 __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1fd5f456 mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x234dfa46 __register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x25169f42 mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2ad39902 mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2d60f137 mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x325400cb get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x36020854 mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3724a87f mtd_erase_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3984befa mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3a78c446 mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4a288d5b mtd_ooblayout_count_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4aa3114b mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x50dabc2f mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x51d18d5e mtd_ooblayout_set_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5441a74c of_get_mtd_device_by_node +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x605c0374 mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x63250094 unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x74c9b247 mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7976c71e mtd_ooblayout_get_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8468194d mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x85ec7e24 mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8ee6b1c3 mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x917fc2a2 mtd_pairing_info_to_wunit +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9456ddcd mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9832edee mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9e3af4a2 mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa0686ebf mtd_ooblayout_free +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa07261f3 mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa5ba64a0 mtd_ooblayout_ecc +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xaf204308 mtd_ooblayout_get_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xaf828a76 __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb0268905 mtd_block_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb19473e4 mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb218b95f mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb5b4f624 mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb6cb4369 mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb7075882 mtd_check_expert_analysis_mode +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb74118ae get_tree_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb7f52a60 mtd_wunit_to_pairing_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb8b4eda0 mtd_ooblayout_find_eccregion +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xba944adf __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbc8bd972 kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc808ce96 register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe3c1f7cb mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe64b80ba mtd_ooblayout_count_freebytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe7b3ecb0 put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf070eec7 mtd_pairing_groups +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf63fecd8 mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf70103b3 mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x5ba30a9b add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x81096e5f register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x963a6d12 del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xbc68b0bc mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xc3dce0ac deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x036d0145 nanddev_mtd_max_bad_blocks +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x0f3b75df nand_ecc_restore_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x140e16a4 nand_ecc_cleanup_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x1993abb1 mxic_ecc_get_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x2144a197 nanddev_bbt_set_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x2aad3c00 mxic_ecc_put_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x2e6619ce nanddev_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x33af59de nand_ecc_tweak_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x39a17747 nanddev_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x61819ff9 nanddev_bbt_update +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x641586e4 nand_get_small_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x6ba6acd5 nanddev_ecc_engine_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x7250af40 nand_get_large_page_hamming_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x75de6dcf nanddev_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x95aafccb nanddev_bbt_get_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x97a8557b mxic_ecc_get_pipelined_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xa3efaa82 mxic_ecc_process_data_pipelined +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xaf602868 nanddev_ecc_engine_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xb7e21e1b nanddev_bbt_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xbabc0c39 nand_get_large_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xbadaff05 nanddev_isbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xc1099b16 nand_ecc_init_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xc2d9412f nanddev_markbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xd7f207ed nanddev_mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xf80f4ca3 nanddev_bbt_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0xa719e8f8 onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0xe98dcb32 onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0x6597c05a brcmnand_remove +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0x8b703f8d brcmnand_probe +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0x9ac4a0cf brcmnand_pm_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/denali 0xc3feac49 denali_chip_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x11091291 nand_extract_bits +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x116e2fc7 nand_read_page_hwecc_oob_first +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x1af97de3 nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x271ec857 nand_status_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x2d368c4c nand_subop_get_addr_start_off +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x2f18d17b nand_readid_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x35feb0cb nand_gpio_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x3649dd2f nand_deselect_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x3f7809fb nand_prog_page_end_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x4221021d nand_prog_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5632e63d nand_subop_get_num_addr_cyc +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5742fc69 nand_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5f071daa nand_read_oob_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x613e79f7 nand_reset_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x69d21bfa nand_soft_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x6ca54777 nand_reset +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x7b329d78 nand_change_read_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x8a81dd72 nand_write_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x94983e2b nand_read_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x9a6bf92c nand_op_parser_exec_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xc165395d nand_read_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xcb8cab35 nand_select_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd1c14721 nand_prog_page_begin_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd303476f nand_decode_ext_id +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd3c672b8 nand_subop_get_data_len +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd41ff2ac nand_subop_get_data_start_off +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd538debe nand_change_write_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xe52cf4a1 nand_erase_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xf188d878 nand_ecc_choose_conf +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/sm_common 0x8475910e sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x31b8e821 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x08374cad ubi_leb_read_sg +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x1e9b2771 ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x38146ae6 ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x38e10c1d ubi_flush +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x3c634b73 ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x42801d20 ubi_sync +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x45901db9 ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x66011ab6 ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x7279df15 ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x7daf6103 ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x847dd5d0 ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x8febef92 ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xa9972d13 ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xb4a998cb ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xcfba8845 ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xe930ac8f ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf8752b64 ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x0a65c89f mux_state_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x309c4836 mux_control_states +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x3d06348e mux_chip_free +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7b193b2b mux_chip_unregister +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7cf08396 mux_state_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x821b9a23 devm_mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x82ff6167 mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x974864b4 devm_mux_state_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xaefc57ac devm_mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xb68165c3 mux_control_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xb7e3d34b mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xc39f49da mux_control_put +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xc4334924 mux_control_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xcf15f787 mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xd5496921 devm_mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xfa4e93bc mux_control_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xfa76e911 mux_state_select_delay +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x15bb5fb9 devm_arcnet_led_init +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x70e115c1 arcnet_led_event +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x207e3250 alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x5aebbae1 register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x915902d1 c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xa1321523 c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xcbc8820a unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xfc7ec33c free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x12926259 unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x55c61e17 register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x7ce8a4b2 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x8f319022 alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x01d8dd86 can_rx_offload_add_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x02d63070 can_rx_offload_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x10d892eb can_get_state_str +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x15beac52 alloc_canxl_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x22b8b78a can_skb_get_frame_len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2bfe30fc can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2d4e1623 alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2d972c08 can_change_state +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x3c9f332b alloc_candev_mqs +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x4cbb935d can_rx_offload_enable +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6047ede6 can_fd_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x64960bfb can_rx_offload_threaded_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x7f2f88f7 can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x82067671 can_rx_offload_add_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x90885ced can_rx_offload_queue_tail +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x917227c9 close_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x9c78cff9 register_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x9c83ae2d open_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xa1140254 can_rx_offload_irq_offload_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xaa0fac64 can_rx_offload_add_manual +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xaa325e98 safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xb4831bf6 alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xbb160c32 unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xbbc9cec4 can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xbd87d259 of_can_transceiver +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xc033e813 can_dropped_invalid_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xc526c090 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xd00a59b9 can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xd6632967 can_rx_offload_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xdfd319b3 can_rx_offload_queue_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xe19136c8 can_rx_offload_del +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xe438cf49 can_rx_offload_irq_offload_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xe53ce393 alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf12d9387 can_fd_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf59f7313 can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x0b018d55 m_can_class_unregister +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x1e8a730d m_can_class_register +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x41cf8bfb m_can_class_get_clocks +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x5378910c m_can_class_allocate_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xac750d33 m_can_class_suspend +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xc9e180e6 m_can_class_resume +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xd6a3a1d2 m_can_class_free_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xf6efbd6f m_can_init_ram +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x5b7ee5ca register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x66b3aa9f alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x6c37fd02 unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xa3badeda free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/dsa/lan9303-core 0xe1e9c523 lan9303_indirect_phy_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_switch 0x01caf89b ksz_switch_chips +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0x341c9809 mt7530_remove_common +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0x8143590e mt7530_switch_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0xd9ee3c34 mt7530_probe_common +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0xfd0fb8d5 mt753x_table +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0x0ca17581 felix_switch_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0x7d7dd9ce felix_netdev_to_port +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0x9c4fa2bd felix_port_to_netdev +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8365mb 0xa9e38de3 rtl8365mb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x081786ed rtl8366_enable_vlan4k +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x3144301c rtl8366_enable_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x47033b77 rtl8366_vlan_del +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x4e408e27 rtl8366_reset_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x666fbcb8 rtl8366_vlan_add +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x7f41a275 rtl8366_set_pvid +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x82829eb6 rtl8366_get_strings +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x99aa44e6 rtl8366_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x9e2c7410 rtl8366_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xbe302025 rtl8366_set_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xe3736f1e rtl8366rb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xf28caca6 rtl8366_mc_is_used +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x1f6515b8 pds_client_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x45b87b4f pdsc_register_notify +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x7511c73b pds_client_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0xb7202058 pds_client_adminq_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0xb788f6b9 pdsc_get_pf_struct +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0xcd945e5b pdsc_adminq_post +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0xce714617 pdsc_unregister_notify +EXPORT_SYMBOL_GPL drivers/net/ethernet/arc/arc_emac 0x24000c0b arc_emac_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/arc/arc_emac 0x4b0e7ca0 arc_emac_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x00b89e10 octeon_get_tx_qsize +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x041104cf octeon_get_rx_qsize +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0a1eaacf octeon_ring_doorbell_locked +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0bc55404 liquidio_get_speed +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0c72bc73 octeon_get_conf +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0da98988 octeon_pci_read_core_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0eb69549 octnet_send_nic_ctrl_pkt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x105adeb0 octeon_read_device_mem64 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x1248ac97 liquidio_setup_io_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x1444769e octeon_register_reqtype_free_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x18b9bb11 octeon_allocate_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x19cb4e69 liquidio_link_ctrl_cmd_completion +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x1f903327 setup_cn23xx_octeon_pf_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x2265bc29 lio_pci_readq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x22a6663a lio_setup_cn68xx_octeon_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x23f9badf octeon_wait_for_ddr_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x241a2a6c lio_fetch_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x28df988b liquidio_change_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x2d5e4137 octeon_delete_droq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x2e6c249f octeon_register_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x339b8ca1 octnet_send_nic_data_pkt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x394642b3 cn23xx_tell_vf_its_macaddr_changed +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x3b699268 liquidio_set_ethtool_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x3bd205c8 octeon_free_sc_done_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x42618d9b lio_enable_irq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x44160364 lio_setup_cn66xx_octeon_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x4807d2f3 lio_delete_glists +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x492a9354 octeon_setup_instr_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x4cc9a2b9 octeon_set_io_queues_off +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x500deb37 liquidio_get_fec +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x52fe1b9b octeon_free_sc_buffer_pool +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5572c04d octeon_send_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5807065e octeon_setup_interrupt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5a613020 octeon_delete_instr_queue +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5beabccc cn23xx_fw_loaded +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5de028fa octeon_register_dispatch_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x60de37d3 lio_setup_glists +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x631067a3 octeon_free_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x635a264c octeon_delete_response_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x64c09f88 octeon_setup_sc_buffer_pool +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x650582b6 octeon_setup_response_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x6b478860 octeon_allocate_ioq_vector +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x6d0d28ef octeon_init_device_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x766319dd octeon_read_device_mem32 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x78b1aaa9 cn23xx_setup_octeon_vf_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x7a87dc28 lio_wait_for_clean_oq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x80932d0a octeon_droq_process_packets +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x821b3b67 lio_get_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x82ff5c13 octeon_setup_output_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x842b4146 octeon_unregister_droq_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x871ae793 lio_process_iq_request_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x8be375bb octeon_droq_check_hw_for_pkts +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x99bb8102 cn23xx_vf_ask_pf_to_do_flr +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xa25d4a0b cleanup_rx_oom_poll_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xb28d0d5c octeon_mem_access_ok +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xb9a3bf7f octeon_free_ioq_vector +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xbae467ea lio_wait_for_instr_fetch +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xbb922aa8 cn23xx_octeon_pfvf_handshake +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xbc9eefee setup_rx_oom_poll_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc6abc5b1 octeon_core_drv_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc8c04190 octeon_write_device_mem32 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc91b351f octeon_free_device_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc93244c1 lio_pci_writeq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xcf235a19 cn23xx_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd6c5db5a octeon_pci_write_core_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xda520f0e octeon_prepare_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xdb57490a octeon_alloc_soft_command_resp +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xdf1f8c0d lio_process_ordered_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xe75e2594 liquidio_set_feature +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xe82c1ef5 octeon_alloc_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xe8e482b8 octeon_delete_dispatch_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xec7f00a5 lio_get_state_string +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xf47269c2 octeon_free_sc_zombie_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xfbf4dce0 octeon_deregister_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xfdf3ad15 octeon_init_dispatch_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xfe9f867e octeon_send_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x09c5d707 enetc_pci_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x0a555a31 enetc_get_si_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x0dccee04 enetc_xdp_xmit +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x16352889 enetc_setup_bpf +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x1737ad5f enetc_clear_mac_flt_entry +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x22a30965 enetc_set_mac_flt_entry +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x290512bd enetc_set_rss_key +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x2aee6b85 enetc_get_rss_table +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x305f2ded enetc_configure_si +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x3df785ad enetc_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x41337ca6 enetc_free_si_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x45fbbae1 enetc_get_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x481d514f enetc_xmit +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x48f5236d enetc_teardown_cbdr +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x4c0dd9cb enetc_set_fs_entry +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x6110ce49 enetc_init_si_rings_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x626a0c94 enetc_alloc_msix +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x741f911c enetc_free_msix +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x89a274d9 enetc_start +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x90ac1ce5 enetc_reset_tc_mqprio +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x9cd40f13 enetc_close +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xaa0a51e1 enetc_port_mac_rd +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xb2b05f46 enetc_set_features +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xb527b109 enetc_pci_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xbc684340 enetc_mm_link_state_update +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xc1538072 enetc_setup_tc_mqprio +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xc8f0e160 enetc_set_rss_table +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xd1022975 enetc_ioctl +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xe533b4ce enetc_set_ethtool_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xf1d2ac3b enetc_setup_cbdr +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xf3eff6b6 enetc_open +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xf4f2e171 enetc_port_mac_wr +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xf90eaba1 enetc_send_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xfbbd0b65 enetc_alloc_si_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x79fc3d22 enetc_mdio_write_c45 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x8a7fe287 enetc_mdio_read_c22 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0xce6427d7 enetc_hw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0xd9d61d6f enetc_mdio_lock +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0xdb80f7a5 enetc_mdio_write_c22 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0xf0159912 enetc_mdio_read_c45 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-ptp 0x5431a304 enetc_phc_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x0f7bdbd4 fun_res_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x4cdb4b60 fun_submit_admin_sync_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x4d8f2a0a fun_sq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x541d9777 fun_alloc_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x56c6ffa5 fun_bind +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x5d506b52 fun_serv_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x74a1fb79 fun_serv_restart +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x9270a0b6 fun_cq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x995718fa fun_serv_sched +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xbf947d70 fun_free_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xdfc33a7d fun_get_res_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0x20f63d9b i40e_client_device_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0xad460022 i40e_client_device_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x1241366a ice_rdma_request_reset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x3cc913e5 ice_del_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x7bc88101 ice_add_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xa438124a ice_get_qos_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xfcfa5045 ice_rdma_update_vsi_filter +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0x01f5e208 otx2_ptp_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0x3a1e558f otx2_ptp_clock_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0x6e63fbeb otx2_ptp_tstamp2time +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0xf7ce8d8d otx2_ptp_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x067b681c mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x092a6000 mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0a076890 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0d0118e2 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0d895f36 mlx4_mr_hw_write_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x121be765 mlx4_get_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x14e97f18 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x18fae0ec mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x19a752ad mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1aa7d8c8 mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1af6b2a0 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1b541066 mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x20df6626 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2b0d5c47 mlx4_bond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2f4735b7 mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x31cf4add mlx4_mr_rereg_mem_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x38bb8b0a mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3958c3bc mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3cff62cc mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3fc88570 mlx4_config_dev_retrieval +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3fccfb9c mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x40da5d26 mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x414c2567 mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x426b9a4d __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x44b9b880 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x460191cd mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4713a61c mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x485a5b35 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4c697356 mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x503ff013 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x52685508 mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x53756fe2 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x564b6449 mlx4_port_map_set +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x568d5b4f mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x58786e53 mlx4_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5960f1ff mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5bcaf631 mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5c67fd79 __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5d33941b mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5db1b83a mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x612eeac6 mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x646f9699 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x67ecf511 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6c5d1019 mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6f496a8b mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6f6684a4 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x71e78b73 mlx4_mr_rereg_mem_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x738bcea0 mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x73a8e065 mlx4_get_counter_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x74a384fa mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x786702d5 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7b7ece41 mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7c534ff2 mlx4_config_roce_v2_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x852df323 mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8854c09c mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x886f3d9f mlx4_replace_zero_macs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x88f61ef1 mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x89f56748 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8a04ce4d mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8b90b64c mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8c176782 mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8c6a0b49 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8e8af437 mlx4_set_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x91b8c818 mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9353a426 mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x961d01bb mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x96e7e505 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x96ff21d5 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9ae76c3c mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9bfe5bb2 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9ebad054 mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa2c829e2 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa318a5a5 mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa49f6222 mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa7d2918e mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa97be8be mlx4_get_internal_clock_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa9ad0fbf mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaa4993e9 mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xab0dc36d mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb09284c9 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb312870c mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb8036402 mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb865fe50 mlx4_get_default_counter_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb8d5b836 mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb97923c0 mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xba03fb24 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbac57275 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbc63f534 mlx4_unbond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbcc93d47 __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbdaabf1a mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbe250f4b mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbff8253b mlx4_mr_hw_change_pd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc2a36cdb mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc4639333 mlx4_get_devlink_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc64f072a mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc7a63ec5 mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc8ac33cb mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcc25759d mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcc7d4fb1 mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcc9a90f4 mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xccb1a522 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd32c16bf mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd764ab08 mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdc02746d mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdff2df0a __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe0985c50 mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe33b6f17 mlx4_set_vf_rate +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe36c514d mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe37934dd mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe5da4895 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe83eb399 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xea30e694 mlx4_mr_hw_change_access +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeaf0621c mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee85c4ff mlx4_mr_hw_get_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf03e7016 mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf1b97f2a mlx4_mr_hw_put_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf4b0999f mlx4_put_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf7ad8e00 mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf88c0069 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf9861313 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf9888add mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfaa9faaf mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x032a4810 mlx5_query_port_vl_hw_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x054eb0b1 mlx5_nic_vport_unaffiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x071179db mlx5_set_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x072460c4 mlx5_fill_page_frag_array +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x16ee46f7 mlx5_query_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x17896ad4 mlx5_query_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1823b113 mlx5_set_port_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x18c0b85a mlx5_query_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1a4ed75b mlx5_core_query_vport_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1cae4d65 mlx5_set_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1cef0c73 mlx5_ipsec_device_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1d0fdadb mlx5_query_nic_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2001594b mlx5_toggle_port_link +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x283469ff mlx5_query_hca_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2e3602e1 mlx5_set_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x34070607 mlx5_modify_nic_vport_vlans +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x39701e12 mlx5_query_hca_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3c0aa606 mlx5_query_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3eb7d669 mlx5_dm_sw_icm_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x45029e95 mlx5_frag_buf_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x453f5b9d mlx5_query_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4c8c381f mlx5_eswitch_get_total_vports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4f836d9a mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x53dce732 mlx5_nic_vport_affiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5406ba84 mlx5_query_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5e22c455 mlx5_query_hca_vport_pkey +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5f9da038 mlx5_query_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x74991580 mlx5_core_query_sq_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x76129808 mlx5_modify_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x78d908da mlx5_query_module_eeprom +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7a4093b0 mlx5_query_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7cbf3156 mlx5_set_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x81aadc6a mlx5_fill_page_frag_array_perm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x88af53e0 mlx5_query_port_ptys +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8a74e02f mlx5_nic_vport_query_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8c59385f mlx5_query_hca_vport_gid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8c85a479 mlx5_eswitch_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96f675e9 mlx5_query_nic_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa119c250 mlx5_query_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa6506e40 mlx5_set_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xac50c3ab mlx5_query_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaf992362 mlx5_set_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb009acb8 mlx5_core_modify_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb316d66c mlx5_query_module_eeprom_by_page +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb6e0f4bb mlx5_db_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb711d92c mlx5_query_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbb4ab01d mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbbbab8ab mlx5_query_nic_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbdcf98fd mlx5_vport_get_other_func_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbe1cd7e6 mlx5_set_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc5e397d5 mlx5_dm_sw_icm_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc79f9b26 mlx5_query_nic_vport_qkey_viol_cntr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcaa5ddf7 mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xceb13870 mlx5_query_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd5402720 mlx5_nic_vport_update_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xda081abc mlx5_query_port_max_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xde980da7 mlx5_query_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe85de338 mlx5_nic_vport_enable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe993e507 mlx5_modify_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xef7f5f4f mlx5_modify_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf12ec51d mlx5_query_port_oper_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf27b970f mlx5_query_nic_vport_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf2b5d625 mlx5_core_reserved_gids_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfaaf8251 mlx5_query_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfaf38224 mlx5_modify_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfafdaca7 mlx5_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfd371d8d mlx5_query_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfd48d5b8 mlx5_frag_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xffeed1b6 mlx5_modify_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x3f15882a ks8851_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x49326f66 ks8851_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x4be502f9 ks8851_probe_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x7874bcfe ks8851_remove_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0xcc4fa41a regmap_encx24j600_spi_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0xe00ddcc8 devm_regmap_init_encx24j600 +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0xe8c8c6c2 regmap_encx24j600_spi_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x01b60a3d ocelot_cls_flower_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0c2e973b ocelot_port_get_rmon_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x10b9e60c __ocelot_write_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x221e1fd1 ocelot_port_mqprio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2c2a5294 ocelot_get_bridge_fwd_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x36050c24 ocelot_port_set_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3c45bece __ocelot_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3d1a41a3 ocelot_regmap_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4248f84b __ocelot_bulk_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x45e4bd89 ocelot_cls_flower_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x542728a1 ocelot_port_teardown_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x55afadf9 ocelot_phylink_mac_link_up +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x56abdebb ocelot_port_unassign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x58a47718 ocelot_port_readl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x591fcad1 ocelot_migrate_mdbs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5e214a00 ocelot_port_del_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x66289f11 ocelot_port_get_eth_ctrl_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x68c339b8 ocelot_port_configure_serdes +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6bca9e0f ocelot_port_get_mm_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x72da5e1b ocelot_bond_get_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x789e280b ocelot_port_add_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8183f577 ocelot_port_writel +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x85c7e2fa ocelot_lag_fdb_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x85dbb398 ocelot_port_mirror_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x90a230aa __ocelot_rmw_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x95b4d7df ocelot_port_get_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9732c8b7 ocelot_cls_flower_replace +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9ac740ff ocelot_mact_flush +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9b3bde80 ocelot_port_setup_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa2a6b18d ocelot_port_assign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb5330b6b ocelot_port_get_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb814d1f6 ocelot_port_get_mm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb8735696 ocelot_regfields_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbd0b8250 ocelot_port_get_eth_phy_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbd1b64d1 ocelot_port_set_mm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc6d56a6e ocelot_port_assigned_dsa_8021q_cpu_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcb0d7b7a ocelot_phylink_mac_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcdb13ad4 ocelot_port_rmwl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdf883d35 ocelot_port_get_pause_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe6c5b627 ocelot_port_get_eth_mac_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe777b372 ocelot_mm_irq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xec50b20d ocelot_port_mirror_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf03e1bdf ocelot_phylink_mac_link_down +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf2673590 ocelot_bridge_num_find +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf2b2d369 ocelot_lag_fdb_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/qualcomm/qca_7k_common 0x0b28a9ad qcafrm_create_footer +EXPORT_SYMBOL_GPL drivers/net/ethernet/qualcomm/qca_7k_common 0x2b6ddf3f qcafrm_fsm_decode +EXPORT_SYMBOL_GPL drivers/net/ethernet/qualcomm/qca_7k_common 0x41da0375 qcafrm_create_header +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x545572d4 stmmac_set_mac_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x5760782a stmmac_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x5f892860 stmmac_init_tstamp_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x87b3b452 stmmac_dvr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x92d778bb stmmac_get_mac_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x98e03393 stmmac_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xedcee505 stmmac_dvr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xf305bed2 stmmac_bus_clks_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x02a9283d stmmac_pltfr_remove_no_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x33df2f5e stmmac_pltfr_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x3bf36064 devm_stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x586d57b3 stmmac_pltfr_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x60854c11 stmmac_pltfr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x6681753f stmmac_pltfr_exit +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x8b1f26cb stmmac_get_platform_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xae282828 stmmac_pltfr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xc4782364 stmmac_remove_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xddaf2a16 devm_stmmac_pltfr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xe474f9dc stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x405b51c2 am65_cpts_ns_gettime +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x59f7a35e am65_cpts_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x6ab9a4a1 am65_cpts_release +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x828c824a am65_cpts_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x91fd3558 am65_cpts_rx_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xb60b988a am65_cpts_estf_disable +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xbfc83e4d am65_cpts_estf_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xbff6c147 am65_cpts_tx_timestamp +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xe0cbdf78 am65_cpts_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xe2ddb9b7 am65_cpts_prep_tx_timestamp +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xfca9b9d9 am65_cpts_phc_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x120a58c2 w5100_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x12927008 w5100_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x2bcd16c0 w5100_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x984eb376 w5100_ops_priv +EXPORT_SYMBOL_GPL drivers/net/geneve 0xb9283883 geneve_dev_create_fb +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x214a1b5d ipvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x34b89680 ipvlan_count_rx +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x71cd85cb ipvlan_link_delete +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xa1c38f0d ipvlan_link_setup +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xddd4ede8 ipvlan_link_new +EXPORT_SYMBOL_GPL drivers/net/macsec 0xf64266f3 macsec_pn_wrapped +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x09ad17f4 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x2b2ade08 macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x52e7c75f macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x7dd1f771 macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-i2c 0x7ecf4f64 mdio_i2c_alloc +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-mux 0x6318757f mdio_mux_uninit +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-mux 0xbc4e5a05 mdio_mux_init +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-regmap 0x65ec4f9c devm_mdio_regmap_register +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x4656dc4c xpcs_get_an_mode +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x862a78a6 xpcs_config_eee +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x8ba5d121 xpcs_get_interfaces +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x8bdef13d xpcs_destroy +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x9b0db565 xpcs_create_mdiodev +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x9b430bc5 xpcs_link_up +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xcab47f0b xpcs_do_config +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x12115471 bcm_phy_r_rc_cal_reset +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x1c0dbaf8 bcm_phy_write_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x1cd60b81 bcm_phy_enable_apd +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x1f0f4134 bcm_phy_get_wol +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x2095b1d3 bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x213e9fe3 bcm_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x2405f44e bcm_phy_downshift_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x2814ece3 bcm_phy_read_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x29fad525 __bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x44905838 bcm_phy_led_brightness_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x4492a826 bcm_phy_28nm_a0b0_afe_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x62fb6d80 bcm_phy_cable_test_start_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x6316b273 bcm_phy_get_stats +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x677bb0d7 bcm_phy_set_wol +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x68381a85 bcm_phy_read_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x71bc9b41 bcm_phy_write_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x73ab1bca bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x74617ccf __bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x75d7aa67 bcm54xx_auxctl_read +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x79ec644b bcm_phy_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x7a2e7fc7 bcm_phy_enable_jumbo +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x7ec2e4a5 bcm_phy_set_eee +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x87788e72 __bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x904f736d bcm_phy_cable_test_get_status_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x92a089cd __bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x963d6703 bcm_phy_get_strings +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa0f0ddfd bcm_phy_wol_isr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xb30cf5ba bcm_phy_cable_test_get_status +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xbe2141ba bcm_phy_downshift_get +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc65444d1 bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xd8ee0e9d __bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xdc7ef996 bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xdd29409d bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xe272e28b __bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xe3b18e7a bcm_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xe60e0b0e bcm_phy_cable_test_start +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xe6e21580 bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xff4bcc1b bcm_phy_ack_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x1a5c97cf bcm_ptp_probe +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x3ffdadf1 bcm_ptp_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0xe54c4503 bcm_ptp_stop +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x037e5897 smsc_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x166173e9 smsc_phy_probe +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x3926801f smsc_phy_get_tunable +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x5a08449c lan87xx_read_status +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x79276eb8 smsc_phy_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x94161d9b smsc_phy_set_tunable +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xe066f36e smsc_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/tap 0x1fbfe759 tap_get_socket +EXPORT_SYMBOL_GPL drivers/net/tap 0x265ffc99 tap_handle_frame +EXPORT_SYMBOL_GPL drivers/net/tap 0x4027b590 tap_create_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0x4463b0f4 tap_del_queues +EXPORT_SYMBOL_GPL drivers/net/tap 0x6ddc2ced tap_queue_resize +EXPORT_SYMBOL_GPL drivers/net/tap 0x94a01d3d tap_free_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0x9b73047c tap_destroy_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0xbb8fb4bf tap_get_ptr_ring +EXPORT_SYMBOL_GPL drivers/net/tap 0xdcbc2767 tap_get_minor +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x08d5328c usbnet_ether_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x2305169e usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x283d472e usbnet_cdc_update_filter +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x3ca712f0 usbnet_cdc_zte_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x690261c8 usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xd8ce343c usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xdffffc9d usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x1c948d87 cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x266b7ded cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x2b0f4632 cdc_ncm_rx_verify_ndp32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xaff72722 cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xbbaac666 cdc_ncm_rx_verify_nth32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xbf330c49 cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xc18ff182 cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xc31e3684 cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xcd8ed2f6 cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xd5a97e28 cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xd8a82649 cdc_ncm_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/r8152 0x42551021 rtl8152_get_version +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x1d161bd0 rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x559ab44b rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x81c80515 rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x9ffef2fe generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xe4758e3a rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xea337758 rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0002de03 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x277e2458 usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x29e75b11 usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2b423545 usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2b888ec5 usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2c75308c usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2d7454d6 usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2eb53975 usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x34c42fc1 usbnet_set_rx_mode +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x364cd928 usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3e33ffbe usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x47b7e3a2 usbnet_get_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4b77efb9 usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x509d3c71 usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x566e7d5d usbnet_get_link_ksettings_internal +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x62b0764d usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x68714903 usbnet_set_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x69c95e8f usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7499f2b5 usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x87fb0a42 usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xad98ef46 usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb951c338 usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb96f3d2d usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbb4bcba7 usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbc403f32 usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc1430f81 usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd7391af9 usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd7719ee6 usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xdeefa5d8 usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe2b15dfa usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xef832242 usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf7a2a9af usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf8510d66 usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf8c98e71 usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x1c4e284c vxlan_fdb_clear_offload +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x345453e1 vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xaaeb7da8 vxlan_fdb_replay +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xb8f5a3ba vxlan_fdb_find_uc +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/ipw2x00/libipw 0xe7581bad libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1dbf59a5 il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7acc9068 il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7b61e640 il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc62f488d il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe0d73a44 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x13863121 iwl_fw_lookup_cmd_ver +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x443a0ac3 iwl_fw_lookup_notif_ver +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x5987fe45 iwl_fw_lookup_assert_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x2fbf9a36 p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x3b0d8c65 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x5aa65dc5 p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x71ca1d17 p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x810bc120 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x8ee3a0dd p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x906da7ab p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xa0e51659 p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xa8d04b1c p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x0b70abb3 lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x18e6781e lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x3be8e169 lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x4ee8eb6a lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x5d3095bc lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x876a3e42 __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x93a2a607 lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x9d4f0399 lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x9dfd7e2b lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xb8bbbae1 lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xce857c77 lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xd45662fe lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xed598aae lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf250d308 lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf951e122 lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xfee2252b lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x33117fdf __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x36cee441 lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x5f46268c lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x72f93b95 lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x92fdbf8c lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x965e7eef lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xa1e05523 lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xc6dab577 lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x1578c8f8 mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x1dea7d30 mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x57cbc76b mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x64e4f0e6 mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x74d7c93f mwifiex_dnld_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x7941581d mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x8269bff4 mwifiex_shutdown_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x87c570e6 mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x9b89dd0c mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xa0409d81 mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xa381e650 mwifiex_fw_dump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xa60f03e1 mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xac529566 mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xb6435f9b mwifiex_queue_main_work +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xbc7e07a1 mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc10c28cd mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc296d270 mwifiex_drv_info_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc47f523f mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xcf56833e _mwifiex_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd4dad9f3 mwifiex_alloc_dma_align_buf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xdd45121c mwifiex_prepare_fw_dump_info +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xdd901397 mwifiex_upload_device_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf13da0d1 mwifiex_reinit_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xfb714e10 mwifiex_multi_chan_resync +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xfcafe188 mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x044bce15 mt76_has_tx_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x099e7941 mt76_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0abe1e5a mt76_put_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0e0f4e11 mt76_alloc_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0e13777c mt76_ethtool_page_pool_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x139f590b mt76_insert_ccmp_hdr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x14f84ef2 mt76_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x165c905c mt76_release_buffered_frames +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x16891b2b mt76_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x17f568e9 mt76_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1a9048da mt76_get_rate_power_limits +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1b4a1df6 mt76_mmio_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1bc9f926 mt76_free_pending_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1ec57b4f __mt76_worker_fn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x25ace953 mt76_init_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x28e5d607 mt76_tx_status_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x29585f1a mt76_sw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2ce03110 mt76_phy_dfs_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2e74c7b6 mt76_tx_status_skb_get +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2f1ac019 mt76_update_survey_active_time +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2f4b9fd8 mt76_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3c0afb8b mt76_get_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x400be7c1 __traceiter_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x496868c4 mt76_mcu_rx_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4f45125f __mt76_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5150b9b0 mt76_mcu_skb_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x56a87525 mt76_wake_tx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x580f8834 mt76_eeprom_override +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x592ff57e mt76_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x598a149e mt76_seq_puts_array +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x59cd7b22 mt76_get_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x60602dbb mt76_free_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x62ea6591 mt76_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6373e47f mt76_txq_schedule_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x69d50a85 mt76_queues_read +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6a6b6e8e mt76_tx_status_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6cac9552 mt76_calculate_default_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x730bab8f mt76_update_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7434922b mt76_skb_adjust_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x75e4a347 ____mt76_poll_msec +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x772ec9ee mt76_rx_aggr_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x79abaf8f mt76_queue_tx_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7ab8a13a mt76_mcu_get_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8014f5c0 mt76_stop_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x805fc13a __SCK__tp_func_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x80e4ad9b mt76_set_stream_caps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8205c9ee mt76_register_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8801e8cc mt76_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9851eecd mt76_put_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9d28c26e __tracepoint_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa04fa73e __mt76_mcu_send_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa6a3e432 mt76_csa_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xab9d88b8 mt76_ethtool_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb06e1e55 mt76_txq_schedule +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb23e9b03 __mt76_set_tx_blocked +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb51d8bbd mt76_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb608bb75 __tracepoint_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb81a1c2b mt76_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbc1a43c2 __mt76_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbc630f8c mt76_set_irq_mask +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbe1fca93 mt76_get_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc31f1bd0 mt76_unregister_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc4d24e2e mt76_init_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc6315d8e __SCK__tp_func_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc6634315 mt76_ac_to_hwq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc6b307ab mt76_csa_finish +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xca379d7a mt76_pci_disable_aspm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcec67278 mt76_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcf93a412 mt76_rx_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd03c5b20 mt76_get_min_avg_rssi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd0e90dab mt76_dma_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd11606dd mt76_sta_pre_rcu_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd3c1cdad mt76_dma_rx_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd61f30b2 mt76_get_of_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd61f8767 mt76_tx_check_agg_ssn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd8579fb4 mt76_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd8b15b32 mt76_tx_status_unlock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdb70fd22 mt76_dma_wed_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdefdca5d mt76_get_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdfba2c1a mt76_rx_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe01a6c4a mt76_alloc_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe40b66ef mt76_wcid_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe8a96b8c mt76_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xea812479 mt76_rx_aggr_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xef16aa52 __mt76_mcu_msg_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xef9ff4ef mt76_tx_status_skb_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xeff2363e mt76_create_page_pool +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf19ae21d __mt76_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf2dd9a0f mt76_register_debugfs_fops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf3eadbc6 mt76_tx_worker_run +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf70ec047 mt76_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf8a88979 mt76_tx_status_skb_done +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf8af378e mt76_sta_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfc179605 __traceiter_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfcb59251 mt76_unregister_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfdc9a12b mt76_mcu_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x062249f6 mt76_connac_pm_dequeue_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0775abdc mt76_connac_pm_queue_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x08779e2c mt76_connac_mcu_start_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x09b3e981 mt76_connac_free_pending_tx_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0a25337f mt76_connac_gen_ppe_thresh +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0a9a1318 mt76_connac2_mcu_fill_message +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0c1629bb mt76_connac_mcu_wtbl_smps_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0fd4f030 mt76_connac_get_phy_mode +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x103864d5 mt76_connac_mcu_sched_scan_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x11fc872e mt76_connac_mcu_update_arp_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x18c31cf7 mt76_connac_mcu_sched_scan_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1f785cea mt76_connac_mcu_add_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x20b75c6f mt76_connac_mcu_sta_wed_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x23b4d60e mt76_connac2_reverse_frag0_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x23c23223 mt76_connac_mcu_wtbl_generic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x30d035f1 mt76_connac_mcu_sta_uapsd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x30ed7d57 mt76_connac_get_he_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x31c05502 mt76_connac_mcu_wtbl_ht_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x34912b9c mt76_connac_write_hw_txp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x38ab1aae mt76_connac_mcu_sta_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x38cfac2d mt76_connac2_mac_tx_rate_val +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3bfdb3e5 mt76_connac_pm_wake +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3f31669b mt76_connac_mcu_sta_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x44174a40 mt76_connac_mcu_add_nested_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4793917d mt76_connac_mcu_set_pm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x493af14b mt76_connac_mcu_coredump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x51f0f685 mt76_connac2_load_ram +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x59102570 mt76_connac_txp_skb_unmap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x591b1ab2 mt76_connac_mcu_sta_ba +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x64cd64ec mt76_connac_mcu_reg_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6641fe98 mt76_connac_mcu_beacon_loss_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x68f1038a mt76_connac2_mac_fill_txs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x70560e3e mt76_connac_mcu_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x75880503 mt76_connac_init_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x75d219dd mt76_connac_mcu_cancel_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x760d1443 mt76_connac_mcu_init_download +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7935d99a mt76_connac_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7b1bb7a5 mt76_connac_get_phy_mode_ext +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7b585eac mt76_connac2_load_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x806c69a1 mt76_connac_mcu_set_suspend_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8268044a mt76_connac_mcu_sta_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x838c4dd3 mt76_connac_mcu_chip_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x89f09c06 mt76_connac_mcu_reg_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8ae6d073 mt76_connac_mcu_uni_add_bss +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8b83ea09 mt76_connac_power_save_sched +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8c11dae1 mt76_connac_sta_state_dp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8db77a8b mt76_connac_mcu_set_p2p_oppps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8e82370d mt76_connac_mcu_start_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x908ca40c mt76_connac_wowlan_support +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x928fead1 mt76_connac_mcu_wtbl_hdr_trans_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x931250bf mt76_connac_mcu_get_nic_capability +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9570b5b9 mt76_connac2_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x99a05c31 mt76_connac_mcu_set_deep_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa021ba2f mt76_connac_mcu_sta_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa2482706 mt76_connac_mcu_sta_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa41ef01e mt76_connac_mcu_uni_add_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa6530c50 mt76_connac_mcu_bss_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa9823b5c mt76_connac_mcu_update_gtk_rekey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa9aec9f5 mt76_connac_mcu_wtbl_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb17f08e6 mt76_connac2_mac_decode_he_radiotap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbb9f9d3a mt76_connac_mcu_alloc_wtbl_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbf3cb0e1 mt76_connac_mcu_set_channel_domain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xccd613bc mt76_connac_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcdf2c82d mt76_connac_mcu_wtbl_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xce0997b8 mt76_connac_mcu_set_rate_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xce7d764f mt76_connac_mcu_set_rts_thresh +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcf676c61 mt76_connac_mcu_set_hif_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd664a995 mt76_connac_mcu_uni_set_chctx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xdca197e1 mt76_connac_mcu_set_mac_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xde39a90f mt76_connac_mcu_bss_omac_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe027c8f9 mt76_connac_mcu_set_vif_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe07e15b0 mt76_connac2_mac_add_txs_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xea9fac95 mt76_connac_mcu_rdd_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf4bd57a7 mt76_connac_mcu_patch_sem_ctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfba2431b mt76_connac_mcu_bss_ext_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfe1296d2 __mt76_connac_mcu_alloc_sta_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfe9a09be mt76_connac_get_eht_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfefab930 mt76_connac2_mac_fill_rx_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x0d32fd8e mt76s_write_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x57ed7758 mt76s_sdio_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x58bd649a mt76s_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x6bc4a954 mt76s_txrx_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x70408335 mt76s_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x7a6c64e2 mt76s_alloc_rx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x8206fd06 mt76s_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x84810ec3 mt76s_txqs_empty +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x86a880e0 mt76s_read_pcr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xa549bbfb mt76s_wr_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xc95ca94a mt76s_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xd8458bce mt76s_rmw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xe2017d35 mt76s_hw_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xe791cb80 mt76s_alloc_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xecb4de29 mt76s_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xf9bc9d4f mt76s_rd_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x0bc30be5 mt76u_alloc_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x15cdb46d mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x1b8561f7 mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x2727013e mt76u_queues_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x2dfdd0bc ___mt76u_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x37b208e8 mt76u_resume_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x77029a1c mt76u_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x7fd36d69 mt76u_stop_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x8423f269 mt76u_stop_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xa0d87807 __mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xb2e33e51 __mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xe22d9db3 ___mt76u_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xe98adce2 mt76u_alloc_mcu_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xea7d7c6b mt76u_single_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x03dd1ae6 mt7615_led_set_brightness +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x1541d797 mt7615_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x1b9eee0e mt7615_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x230f14f3 mt7615_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x24ff86e8 mt7615_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x2b81364c mt7615_mcu_exit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x3c871ae6 __mt7663_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x43a8546d mt7615_wait_for_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x481b551f mt7615_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x61bfec44 mt7615_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x61f301dc mt7615_mac_enable_rtscts +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x65660fa8 mt7615_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x6d94b846 mt7615_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x7cb0a9b8 mt7615_tx_token_put +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x849522cf mt7615_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x87579321 mt7615_unregister_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x90943088 mt7615_thermal_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x975ca66c mt7615_reg_map +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x9e115266 mt7615_mac_set_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xa79f43bd mt7615_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xab64239c mt7615_init_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xab67d481 mt7615_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xb3fef537 mt7615_led_set_blink +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xb5a33fb0 mt7615_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xc8b768f6 mt7622_trigger_hif_int +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xcbb131fa mt7615_register_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xce6c67eb mt7615_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xde728ba8 mt7615_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xdff74b5e mt7615_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xe92462f8 mt7615_mcu_fill_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615e 0x319de2d5 mt7615_dma_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x1506ffca mt7663_usb_sdio_reg_map +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x4ab4bdc5 mt7663_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xa653f002 mt7663_usb_sdio_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xb8ac0d33 mt7663_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xbad8e4b1 mt7663_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x175c9acc mt76x0_init_hardware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x606f0f57 mt76x0_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x6b86316c mt76x0_phy_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xad949f59 mt76x0_chip_onoff +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xc012067e mt76x0_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xe7dfe81f mt76x0_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xe91ec993 mt76x0_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x002bec54 mt76x02_phy_set_band +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0077db3e mt76x02_mcu_function_select +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x050b3fe6 mt76x02_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0d70542e mt76x02e_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1132b500 mt76x02_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1166f39d mt76x02_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x17fef59e mt76x02_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1aa9005d mt76x02_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1af8cb91 mt76x02_mac_reset_counters +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1b0595c3 mt76x02_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1e1ee9b4 mt76x02_phy_set_rxpath +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x21eb67bd mt76x02_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x27e65d4a mt76x02_mac_set_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2fae5070 mt76x02_get_lna_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x31fd2ef0 mt76x02_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3210ff12 mt76x02_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x36141fec mt76x02_get_efuse_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x395a4bce mt76x02_set_ethtool_fwver +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3a26f920 mt76x02_eeprom_parse_hw_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3a560e8c mt76x02_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3ca51411 mt76x02_init_agc_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x404e4a10 mt76x02_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4f70af79 mt76x02_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x573f5464 mt76x02_phy_set_bw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x59558a31 mt76x02_config_mac_addr_list +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5b74122f mt76x02_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5bd84fd5 mt76x02_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5e2509b7 mt76x02_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5feb2877 mt76x02_phy_adjust_vga_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6a3775f2 mt76x02_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x70321daa mt76x02_mac_shared_key_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x73b83099 mt76x02_resync_beacon_timer +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x75fef85d mt76x02_add_rate_power_offset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x76e6152f mt76x02_mcu_msg_send +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x771096c8 mt76x02_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7aff3022 mt76x02_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7ec29b86 mt76x02_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x824ac347 mt76x02_mcu_set_radio_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x830784e9 mt76x02_set_coverage_class +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x85eb0c2b mt76x02_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x86e653c1 mt76x02_dfs_init_params +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x88c733c0 mt76x02_mac_setaddr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8e4ef455 mt76x02_mcu_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x91d5b9ee mt76x02_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x93c479bc mt76x02_limit_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x958df39a mt76x02_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x97d8bbb1 mt76x02_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x99f3ef6f mt76x02_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa1e92e1d mt76x02_ext_pa_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa1f2978f mt76x02_update_beacon_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa43fed09 mt76x02_phy_set_txdac +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa4ac8545 mt76x02_set_tx_ackto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa4ca2a26 mt76x02_edcca_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xad5d3ba8 mt76x02_get_max_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xae306ca9 mt76x02_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb72c9c04 mt76x02_eeprom_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xba07c736 mt76x02_sta_rate_tbl_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbb8eec77 mt76x02_remove_hdr_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc7b139d2 mt76x02_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xcd76560b mt76x02_tx_set_txpwr_auto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xce6db88f mt76x02_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd537ba5f mt76x02_get_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdf144ee6 mt76x02_enqueue_buffered_bc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdf486603 mt76x02_phy_dfs_adjust_agc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe3131646 mt76x02_mac_cc_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe8ba430f mt76x02_mac_wcid_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe8fcadf7 mt76x02_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xea0b9651 mt76x02_dma_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf53f0726 mt76x02_mcu_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfc16ef3b mt76x02_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xff2c6302 mt76x02_dma_disable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x099be0af mt76x02u_exit_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x0eb6cbbe mt76x02u_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x17a7ec38 mt76x02u_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x454ec2fc mt76x02u_mcu_fw_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x581338cd mt76x02u_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xac3efd9d mt76x02u_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xd8bf05f6 mt76x02u_mcu_fw_send_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xf4465fd0 mt76x02u_init_mcu +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x01a93415 mt76x2_mcu_load_cr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x09cec9ea mt76x2_mcu_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x0c4cdd67 mt76x2_get_power_info +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x109bcac7 mt76x2_mcu_init_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x16e1875d mt76x2_phy_update_channel_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x2772f9ef mt76x2_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x282adcc6 mt76x2_reset_wlan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x3a0cc76e mt76x2_phy_set_txpower_regs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x3e2cf874 mt76_write_mac_initvals +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x55c70ba2 mt76x2_get_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x5609c4be mt76x2_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x6921e7dd mt76x2_phy_tssi_compensate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x747c6ad9 mt76x2_mcu_tssi_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x78dc2323 mt76x2_read_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x7cc362f5 mt76x2_apply_gain_adj +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xa42920d0 mt76x2_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xac396c2b mt76x2_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xb8b80129 mt76x2_get_temp_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xbbd8ca4f mt76x2_configure_tx_delay +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xd2ddd92e mt76x2_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x013b0e78 mt7921_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x0d54bff8 mt7921_mcu_set_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x2d144920 mt7921_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x3961caad mt7921_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x4ba46508 mt7921_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x4c55c2b7 mt7921_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x50b1cc4d __mt7921_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x6edd75b3 mt7921_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x6efded41 mt7921_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x7cec66a2 mt7921_mcu_drv_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x80a2be5e mt7921_mac_sta_assoc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x86d25cf2 mt7921_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x8a0a0e4a mt7921_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x9b30abda mt7921_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xaab540e2 mt7921_get_mac80211_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xace23c36 mt7921_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xb791368e mt7921_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xbcf5efb9 mt7921_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xc1c098da mt7921_mac_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xc5dff383 mt7921_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xd23e3a79 mt7921_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xf8be2370 mt7921_txwi_free +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xfc6acf29 mt7921_mcu_fw_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x1d0e0870 wilc_handle_isr +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x28169f22 host_wakeup_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x47900dce chip_allow_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x968657cc wilc_netdev_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xa44d951f wilc_cfg80211_init +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xbdb2ad6d host_sleep_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xc96109cc chip_wakeup +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x0989bd14 qtnf_get_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x10fb1fb9 qtnf_core_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x1a31b3f8 qtnf_wake_all_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x31fab83c qtnf_chipid_to_string +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x35d14543 qtnf_core_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x4012ee43 qtnf_classify_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x52ec7996 qtnf_trans_handle_rx_ctl_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x02b0824d rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0b4f7a76 rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x193f13b3 rt2800_txdone_nostatus +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1952ea0e rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x21383ca7 rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2417fa61 rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2814e991 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2b52f541 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2dd672d2 rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x321cf28b rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3248e6cb rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x37116cc6 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x39699abc rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3ca33bdb rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x46ec00dc rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x496daa9b rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x57222dab rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x59a6f07c rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5b345144 rt2800_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5b5e7d97 rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5bf8e0f2 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5ce677a6 rt2800_pre_reset_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6726c385 rt2800_txstatus_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6806c08d rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6f88f650 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x734e82ce rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7462da4d rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x77049cd2 rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x80c250a7 rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8b25c19b rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8e266775 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x93d6676f rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9eb31534 rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa088be7f rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa565931b rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xac7d9029 rt2800_txstatus_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb63faf25 rt2800_get_key_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xce4e7f03 rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd2b8b31d rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xdafa0303 rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xdc787a29 rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe1c0c85f rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe665ba0f rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe708313e rt2800_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x0d1bff21 rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x32ac3645 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3324a80c rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x39968050 rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3d741c87 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5028bbb2 rt2800mmio_tbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x66361543 rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x81beda8b rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x861e890c rt2800mmio_get_dma_done +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x97e3c029 rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x9f3c8921 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xa0157d34 rt2800mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xb5b2b98e rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xd08d550e rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xd0c3e3a0 rt2800mmio_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xd250601f rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xd9102172 rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xee746a12 rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xf604acd4 rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xf92fb7a2 rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xfc00c5ae rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0c651036 rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x179db78c rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1c190887 rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2657373c rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2d64512c rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x453d652c rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x53a881d6 rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x59a2943d rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5d391ddb rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5ed9ea1a rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x62657578 rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x63267160 rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x67f036fe rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7066970d rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7b739de8 rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x80fffcdf rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x84390df5 rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x84b69f00 rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x86482740 rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8dcaf276 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8e915033 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x90bd3a96 rt2x00lib_txdone_nomatch +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x93ac1002 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x986725c1 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9aca8255 rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9ad7fc3a rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9eb0b220 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa3f1c455 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa3f259fe rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xaa7d2eac rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb6386235 rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb6644dbc rt2x00lib_set_mac_address +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xbf8c9125 rt2x00mac_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc41fed99 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc73aadf5 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xcb31345c rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xcb8d8279 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd2e3db61 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd46950a8 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd82f5c9c rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xdce7bc6e rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xdd9f8a8d rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe145d0e9 rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe4beb870 rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xef8e9fb3 rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf104cc61 rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xfb8c71bb rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x0e94178f rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x1874e4a6 rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x5d5826ce rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xd38fd463 rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xd6fe431d rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x7fa7c912 rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xb077d344 rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xd461864a rt2x00pci_pm_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x14038b8e rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x180b7c63 rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x1c38491a rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x21234645 rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x2551b34d rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x62b45543 rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x6820baa6 rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x725a5134 rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x83a653de rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xa08db575 rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xa258a320 rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xa4290f25 rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xc5b7e5b1 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xd6a447d2 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xe77f9113 rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xf7f04c01 rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x12314019 dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7008463c rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbc6fe141 dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xef940f41 dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x08567453 rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x1acd0f94 rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x1e82e99a rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x265bb3f5 rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x287e7945 rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x2dfe2101 rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3acdc2ee rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3e140a17 rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3f5bf9c0 rtl8723_phy_calculate_bit_shift +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x4f0013a9 rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x61de8899 rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x680f9b76 rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x73b11a9f rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7b810082 rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8baf8913 rtl8723_phy_set_sw_chnl_cmdarray +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8d4edaba rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8eb863b8 rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x9037e598 rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x9844ae77 rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x9d9fcb1b rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xb61bde33 rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xb689abe8 rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xbd0db677 rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xc8e891fc rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xd236c34e rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xd2e1adc9 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xff04a61a rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0085b789 rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0e26918e rtl_lps_enter +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x27a70978 rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2921a4d4 rtl_btc_status_false +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2a1a1778 rtl_lps_leave +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2d32cdfc rtl_lps_change_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2e5382f9 rtl_fill_dummy +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x331f2940 rtl_efuse_ops_init +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x34830181 rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x48b21c0d rtl_set_tx_report +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4a234922 rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4e94cd48 rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4eec9eca rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x58cc01c6 rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5ab6ce94 rtl_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6a803e60 rtl_get_hwinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6db3ba37 rtl_update_beacon_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8248abe2 rtl_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x83440058 rtl_tx_ackqueue +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8406dea9 rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x97e05663 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9a03696a rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa6392e46 rtl_tx_report_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xab45ac7d read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xaf75efe5 rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb4f93fbf rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbbf43fda rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd6026974 rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xda66a9ea rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe25a636e rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xff49cdb9 rtl_get_hal_edca_param +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x0921264e rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x0f5c3ce9 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x134fc70c rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x35c10c3e rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x77cc3bb9 rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xa5a5970f rsi_hal_device_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xcd173710 rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x04833f70 cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x1e0e4e9a cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x56eb7a73 cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x8551b684 cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x4aff12ea wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x501e2542 wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x7c7fa81b wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x06d3b27e wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0ba07c45 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0d518644 wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0e2ab9a4 wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x131147c7 wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x175744d1 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1a27bed0 wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1d8b97d8 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20351125 wlcore_get_native_channel_type +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x21420d5d wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x219445ce wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x23759029 wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2b03e850 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2ed20fe8 wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3f04fad6 wlcore_cmd_generic_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x434b4cfe wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x453d8bb2 wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4bc55cd2 wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x518fbce9 wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5c7ca877 wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5debd630 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5e660a98 wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6dd33580 wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6f43d0a7 wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x77ff0e69 wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8110d7b6 wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x85498cd1 wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x934951d2 wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x938828d0 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x953d9067 wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9641620f wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x972a3132 wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa4d66f68 wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa865fba6 wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xaba05940 wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xae11423b wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb03be2b7 wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbb6d6de2 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbe8cc787 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc11959af wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xccdbcfbf wlcore_event_fw_logger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd147dc63 wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd5c5f334 wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xda35e448 wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf1003b2e wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfc6d2bf2 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x09a13af7 wwan_unregister_ops +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x1b6e8718 wwan_port_rx +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x3d9bbf75 wwan_port_txon +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x4dff61e5 wwan_port_txoff +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x526bcf2a wwan_port_get_drvdata +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x7d08d3e1 wwan_register_ops +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x9d68d7fe wwan_put_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xb74c31cd wwan_remove_port +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xce33df43 wwan_create_port +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xecb87011 wwan_get_debugfs_dir +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x1328638e nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xcb1f6d0b nfcmrvl_parse_dt +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xd4fd8dc1 nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xfb0a2f3f nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x28851073 pn533_rx_frame_is_cmd_response +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x37c3543e pn532_i2c_nfc_alloc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x6ec554f7 pn53x_common_init +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x7d88a44c pn53x_unregister_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x88fee630 pn533_finalize_setup +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xba12bd54 pn53x_register_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xdecfd339 pn533_rx_frame_is_ack +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xf4c7eb2c pn53x_common_clean +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x3a4b63c8 st_nci_disable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x70ce36d1 st_nci_remove +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x7d9ea8ba st_nci_hci_cmd_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x84271179 st_nci_hci_load_session +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xc3fccf45 st_nci_hci_event_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xc668c816 st_nci_probe +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xcb4c0f1e st_nci_enable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xd8c76bc4 st_nci_discover_se +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x58e4bacb st95hf_spi_recv_response +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x804e7ad6 st95hf_spi_recv_echo_res +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0xf0893684 st95hf_spi_send +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x0862001f ntb_transport_tx_free_entry +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x30934216 ntb_transport_max_size +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x32537aca ntb_transport_link_query +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x3d54dbfc ntb_transport_tx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x436098aa ntb_transport_link_down +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x4f4225fc ntb_transport_unregister_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x82e6c13d ntb_transport_qp_num +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x97574ea9 ntb_transport_create_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x9c992c8f ntb_transport_link_up +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xc270dc24 ntb_transport_free_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xc37d9036 ntb_transport_rx_remove +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xd29983cb ntb_transport_register_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xd40e7a02 ntb_transport_rx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xf55d6313 ntb_transport_register_client_dev +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xf9eb813f ntb_transport_unregister_client_dev +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0x2f8ea6e6 async_pmem_flush +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0x81476abe virtio_pmem_host_ack +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x01850555 nvme_auth_generate_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x1d3b270f nvme_auth_transform_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x22e5d1de nvme_auth_augmented_challenge +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x28a24bf3 nvme_auth_gen_pubkey +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x399d9ac8 nvme_auth_hmac_hash_len +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x3b6e8683 nvme_auth_gen_privkey +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x51873876 nvme_auth_get_seqnum +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x674c5bc1 nvme_auth_hmac_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x6adadbb4 nvme_auth_free_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x6e91ee1b nvme_auth_digest_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x780989d1 nvme_auth_dhgroup_id +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x88c4a3ee nvme_auth_gen_shared_secret +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x9070925e nvme_auth_extract_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xc9bb48ac nvme_auth_dhgroup_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xcb39603c nvme_auth_hmac_id +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xf0ccf2d4 nvme_auth_dhgroup_kpp +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x00192743 nvme_wait_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x06a9099d nvme_enable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x06bd1d00 nvme_stop_keep_alive +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x092b738b nvme_disable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0c340084 nvme_sync_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x117a01b4 nvme_set_queue_count +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x11abc494 __SCK__tp_func_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1567160d nvme_cancel_admin_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1f40156e nvme_wait_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x202d2466 nvme_remove_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x208e5e69 nvme_unfreeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x27fcbedb __tracepoint_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3b1129ac nvme_wait_freeze_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3f510e9a nvme_cancel_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x414a6a7a nvme_mark_namespaces_dead +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x43c7f887 nvme_mpath_start_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x49224181 nvme_reset_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4b06044e nvme_fail_nonready_command +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x50e091ec nvme_complete_async_event +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x63e7b5d7 nvme_init_ctrl_finish +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x64b62862 nvme_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6532ae34 nvme_init_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x777e5803 nvme_dev_attrs_group +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x78597f97 nvme_complete_rq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x813cf212 nvme_io_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x81854d9b nvme_quiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x887828ec nvme_get_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8aaf27c8 nvme_remove_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8daa4ae1 nvme_auth_free +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x94f625d6 nvme_cancel_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x953576a7 nvme_start_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9613b0bd nvme_alloc_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x97e8f270 nvme_reset_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9af0ea44 nvme_auth_stop +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa443d009 nvme_start_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb47d0130 __traceiter_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb9389835 __nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc055ada7 nvme_setup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc1b535ef nvme_unquiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc77bec14 nvme_uninit_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xcb1c90bc nvme_auth_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd29cf302 nvme_sync_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd3f19bad nvme_cleanup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd45434ee admin_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd58bbbcb nvme_delete_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd8480eaa nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xda2a69a5 nvme_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xdbfff250 nvme_auth_wait +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xdf9cdc7e nvme_change_ctrl_state +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe15b2317 nvme_remove_namespaces +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe2c8b2ef nvme_host_path_error +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe2ff364f nvme_quiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe5181548 nvme_stop_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe5f63acc nvme_auth_negotiate +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe633053a nvme_alloc_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf10a02a3 __nvme_check_ready +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf66127e1 nvme_delete_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf7723383 nvme_unquiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf99f46ab nvme_set_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf9b355a4 nvme_complete_batch_req +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xfe28605c nvme_try_sched_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x1e328d22 nvmf_set_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x20d412f9 nvmf_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x4beaecc6 nvmf_reg_read32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x61d63a92 nvmf_connect_io_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x986db111 nvmf_reg_write32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xacb44f73 nvmf_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xaf9de64c nvmf_ip_options_match +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xc01fc571 nvmf_connect_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xdd8af66e nvmf_free_options +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xdf87b27f nvmf_reg_read64 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xed354e78 nvmf_should_reconnect +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xeda6050a nvmf_get_address +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xf000ce59 nvmf_map_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x0d12e564 nvme_fc_register_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x161e1d6a nvme_fc_register_localport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3884f8b8 nvme_fc_unregister_localport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3e33ac54 nvme_fc_rescan_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x8a9cf5a7 nvme_fc_set_remoteport_devloss +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xbb0e18a6 nvme_fc_rcv_ls_req +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xcc8a2d78 nvme_fc_io_getuuid +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xfca9dc99 nvme_fc_unregister_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3b2cd72d nvmet_sq_destroy +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3e0ef07a nvmet_wq +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x430cc5a6 nvmet_req_free_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x4ed6bcec nvmet_req_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x55d3bfbc nvmet_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x60f55b84 nvmet_req_alloc_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x6a3edff6 nvmet_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x842adf7d nvmet_req_complete +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x9633a415 nvmet_ctrl_fatal_error +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xda0b9a6a nvmet_check_transfer_len +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xe0a23cfb nvmet_req_uninit +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xe241b6ad nvmet_sq_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x0b98123d nvmet_fc_rcv_ls_req +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x4a013682 nvmet_fc_invalidate_host +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x6e2fa006 nvmet_fc_register_targetport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x6ff62dab nvmet_fc_rcv_fcp_abort +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x7bfa9497 nvmet_fc_rcv_fcp_req +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x9ef76d99 nvmet_fc_unregister_targetport +EXPORT_SYMBOL_GPL drivers/pci/controller/pci-hyperv-intf 0x1591b2c6 hyperv_read_cfg_blk +EXPORT_SYMBOL_GPL drivers/pci/controller/pci-hyperv-intf 0x221394ae hyperv_reg_block_invalidate +EXPORT_SYMBOL_GPL drivers/pci/controller/pci-hyperv-intf 0xe5f73406 hyperv_write_cfg_blk +EXPORT_SYMBOL_GPL drivers/pci/controller/pci-hyperv-intf 0xfb921e00 hvpci_block_ops +EXPORT_SYMBOL_GPL drivers/pci/switch/switchtec 0xf0a09d69 switchtec_class +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0x5e2b6a42 arm_cspmu_sysfs_format_show +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0xea4825d8 arm_cspmu_sysfs_event_show +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0xee21470d nv_cspmu_init_ops +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x07275b56 hisi_uncore_pmu_get_event_idx +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x3ba5f9b4 hisi_cpumask_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x3ec4fc27 hisi_uncore_pmu_online_cpu +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x420aa957 hisi_uncore_pmu_event_update +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x49861e3f hisi_uncore_pmu_set_event_period +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x51419e90 hisi_uncore_pmu_add +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x6204b5a8 hisi_uncore_pmu_start +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x73316c66 hisi_format_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x76fabd70 hisi_uncore_pmu_identifier_attr_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x8b3f3534 hisi_uncore_pmu_del +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xa56fe4cf hisi_event_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xa9cf6d38 hisi_uncore_pmu_event_init +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xbf75f5fd hisi_uncore_pmu_stop +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xd647e88f hisi_uncore_pmu_enable +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xe1f2c958 hisi_uncore_pmu_init_irq +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xeea2da46 hisi_uncore_pmu_read +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xf1c5364a hisi_uncore_pmu_disable +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xfb6373d1 hisi_uncore_pmu_offline_cpu +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xfef130ba hisi_pmu_init +EXPORT_SYMBOL_GPL drivers/phy/allwinner/phy-sun4i-usb 0x320d28eb sun4i_usb_phy_set_squelch_detect +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x0d00bf1c tegra186_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x0d8a0279 tegra234_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x1b4e5961 tegra_xusb_padctl_put +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x34730307 tegra_phy_xusb_utmi_port_reset +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x42d871b9 tegra_xusb_padctl_remote_wake_detected +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x467c7940 tegra_xusb_padctl_usb3_set_lfps_detect +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x5d2c75c1 tegra_xusb_padctl_hsic_set_idle +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x5e9f4479 tegra_xusb_padctl_disable_phy_sleepwalk +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x7296d38e tegra210_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x75c1cfeb tegra124_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x75dac149 tegra_phy_xusb_utmi_pad_power_on +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x768c0eeb tegra_xusb_padctl_usb3_save_context +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x77e0200b tegra_xusb_padctl_get_usb3_companion +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x859e4783 tegra_xusb_padctl_disable_phy_wake +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x989cacdd tegra_xusb_padctl_set_vbus_override +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xa7576c81 tegra_xusb_padctl_get +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xac8fd4c2 tegra_phy_xusb_utmi_pad_power_down +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xaea79039 tegra_xusb_padctl_enable_phy_wake +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xdf3654c7 tegra194_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xf50d4079 tegra_xusb_padctl_enable_phy_sleepwalk +EXPORT_SYMBOL_GPL drivers/phy/ti/phy-omap-usb2 0x00d48f33 omap_usb2_set_comparator +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x85d83b98 mcp23s08_probe_one +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x87fc4d5f mcp23x17_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0xb787e9b0 mcp23x08_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/qcom/pinctrl-lpass-lpi 0x1c852321 lpi_pinctrl_probe +EXPORT_SYMBOL_GPL drivers/pinctrl/qcom/pinctrl-lpass-lpi 0xb45fd635 lpi_pinctrl_remove +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0xec6b8bd7 cros_ec_sensorhub_unregister_push_data +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0xf8b33d24 cros_ec_sensorhub_register_push_data +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros_usbpd_notify 0x6b1be500 cros_usbpd_unregister_notify +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros_usbpd_notify 0x8bda2df3 cros_usbpd_register_notify +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x0b87ec9f ssam_request_sync_free +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x0d4f8cdc ssam_controller_get +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x186787bf ssam_device_add +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x1b10a0e7 ssam_remove_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x1def9e7b ssam_bus_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x42c626a5 ssam_client_bind +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x4a59f4b0 ssam_device_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x4bc3c631 ssam_controller_stateunlock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x4d3fd2c0 ssam_device_get_match +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x511ff13f ssam_get_controller +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x516e0155 ssam_controller_put +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x549bb160 __ssam_register_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x5a031147 ssam_request_write_data +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x62d949d3 ssam_device_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x63afac88 ssh_packet_get +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x7a4c5789 ssam_request_sync_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x86096025 ssam_request_do_sync +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x88fa0cd3 __ssam_notifier_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x8c56a3e3 ssam_controller_event_enable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x9636faa9 ssam_device_get_match_data +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x98457519 ssam_request_sync_init +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xb15e4892 ssam_device_driver_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xbbdbecc9 ssam_device_remove +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xbe277a1d __ssam_device_driver_register +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc0c284c3 ssam_notifier_register +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc2bd582d ssam_device_id_match +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc77f2f48 ssam_client_link +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc789d5a5 ssam_request_do_sync_with_buffer +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xd0dca635 ssam_controller_event_disable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xdc4a0899 ssh_packet_put +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xf162df78 ssam_controller_statelock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xf2f95fee ssam_request_sync_submit +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xf7a9746a ssam_controller_device +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0x48cf4c48 san_dgpu_notifier_register +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0xc6b56f56 san_client_link +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0xd60bd773 san_dgpu_notifier_unregister +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0x3df185d2 devm_reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0x60502c56 reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xd0fb6ca1 reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xeb28966a devm_reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x6375e7d2 bq27xxx_battery_update +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0xd2e1549b bq27xxx_battery_setup +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0xdae93e6c bq27xxx_battery_teardown +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x1503ec59 pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x4bbef47f pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x76a9c091 pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x05d81b18 ptp_qoriq_gettime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x2eae82b0 ptp_qoriq_isr +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x80108983 ptp_qoriq_settime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x80581b1f ptp_qoriq_adjtime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x9491c4cb ptp_qoriq_adjfine +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xa18c45b2 extts_clean_up +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xa23c1f69 ptp_qoriq_enable +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xbea97e9c ptp_qoriq_init +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xc85fcbd7 ptp_qoriq_free +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x3b3ff340 mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x899d4dcb mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xbdbedc89 mc13xxx_parse_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xccae8486 mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xeaac24ad mc13xxx_get_num_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/rohm-regulator 0x64f8fc42 rohm_regulator_set_voltage_sel_restricted +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x3e017b15 wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x75106abe wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xb8bccf52 wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xd620f850 wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xf57b4c0e wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xfd7be1cb wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0xd3e59d9d wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x0d2a1689 scp_get_rproc +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x10c1922d scp_get_device +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x4a7327c5 scp_get_venc_hw_capa +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x9246448b scp_mapping_dm_addr +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x997730dd scp_put +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xd56c1179 scp_get +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xeae3d193 scp_get_vdec_hw_capa +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x09313652 scp_memcpy_aligned +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x20e5906d scp_ipi_register +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x33824648 scp_ipi_lock +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x7b0379aa scp_ipi_unregister +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x7c01fccb scp_ipi_unlock +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0xb511a4d3 scp_ipi_send +EXPORT_SYMBOL_GPL drivers/remoteproc/pru_rproc 0x39032f09 pru_rproc_set_ctable +EXPORT_SYMBOL_GPL drivers/remoteproc/pru_rproc 0x9bfd6d3b pru_rproc_get +EXPORT_SYMBOL_GPL drivers/remoteproc/pru_rproc 0xb395aae3 pru_rproc_put +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x0f4b01c4 qcom_register_dump_segments +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x0fa538df qcom_register_ssr_notifier +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x36d280e9 qcom_add_smd_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x4da141c4 qcom_remove_glink_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x50e559ac qcom_remove_smd_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x593d8659 qcom_add_ssr_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x6b0635fd qcom_remove_ssr_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x6ef1290b qcom_minidump +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x8239dd3a qcom_add_glink_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xd6cc0cc0 qcom_unregister_ssr_notifier +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_pil_info 0x30e58241 qcom_pil_info_store +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x23d4a6de qcom_q6v5_init +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x30763e25 qcom_q6v5_request_stop +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x369c352c qcom_q6v5_wait_for_start +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x86341622 qcom_q6v5_prepare +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x97976b83 qcom_q6v5_deinit +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xb643f994 qcom_q6v5_panic +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xcf1facb9 qcom_q6v5_unprepare +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_sysmon 0x1482d168 qcom_sysmon_shutdown_acked +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_sysmon 0x57cc077f qcom_add_sysmon_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_sysmon 0xa881c6fc qcom_remove_sysmon_subdev +EXPORT_SYMBOL_GPL drivers/rpmsg/mtk_rpmsg 0x10face45 mtk_rpmsg_create_rproc_subdev +EXPORT_SYMBOL_GPL drivers/rpmsg/mtk_rpmsg 0x86903274 mtk_rpmsg_destroy_rproc_subdev +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0x149236da qcom_glink_native_remove +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xc56b38d9 qcom_glink_native_probe +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xf14f5684 qcom_glink_ssr_notify +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_smem 0x4fe311b0 qcom_glink_smem_unregister +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_smem 0xf33d3684 qcom_glink_smem_register +EXPORT_SYMBOL_GPL drivers/rtc/rtc-ds1685 0x2476596e ds1685_rtc_poweroff +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x04573667 cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x06c82aae cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1a9a231d cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1d3c9bf8 cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x21bdd188 cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x29e2bd1b cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2c71526c cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4704a58c cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x581edc7b cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x58248434 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x604415b3 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x647e1a73 cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6e3342d3 cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7d8f86f3 cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7e2d8c03 cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x80ba5c45 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8173709a cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x82b10a12 cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8319f739 cxgbi_ddp_set_one_ppod +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x87c009b3 cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8e688006 cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9bb68641 cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9f6c13a3 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa0b5b2fe cxgbi_ddp_ppm_setup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa37dda0e cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa4040d01 cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb51209b7 cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbe025941 cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbf1e33d8 cxgbi_device_find_by_netdev_rcu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc1c4a1bb cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc326f29c cxgbi_device_find_by_netdev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc3676d5c cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc3eb9aed cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc3fe34d5 cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc4cb2555 cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc90b26fb cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd009eaac cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd3193a26 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdb08f472 cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdccc2a13 cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xea538710 cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xefe7739b cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf31547b5 cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfa5bd61b cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfb9f81fc cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0003866a fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x1d01bf71 fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x2de0caa7 fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x6316b0fc __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x70a26c44 fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x7b5516df fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x81bc2611 fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x8a477da4 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x8da677c8 fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x8e7df2b1 fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xa2e59896 fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xa42a7fe5 fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb014e407 fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbac58840 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc3f30cc0 fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xe1ce5dee fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf167cb7a fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf2a1eafd fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xfbe87a71 fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0x5391d3a5 fdomain_create +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0xbd88e664 fdomain_destroy +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x032095ae hisi_sas_debugfs_dir +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x178f7726 hisi_sas_host_reset +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x25b083be to_hisi_sas_port +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x2d33765f hisi_sas_phy_bcast +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x38713e76 hisi_sas_controller_reset_prepare +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x40ac648c hisi_sas_get_prog_phy_linkrate_mask +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x431c96f7 hisi_sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x43b179f6 hisi_sas_sync_poll_cqs +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x49c8c8db hisi_sas_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x4fc22123 hisi_sas_stt +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x506a0966 hisi_sas_init_mem +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x560cb927 hisi_sas_alloc +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x6b61a62b hisi_sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x823eb650 hisi_sas_scan_start +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x85e707c4 hisi_sas_free +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x869fdf42 hisi_sas_slot_task_free +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x8c835575 hisi_sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x92c3def1 hisi_sas_phy_oob_ready +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x938b220d hisi_sas_release_tasks +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xae838958 hisi_sas_controller_reset_done +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xb03aa9c5 hisi_sas_rst_work_handler +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xb0fc29e6 hisi_sas_probe +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xc2837eba hisi_sas_get_fw_info +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xc3a41131 hisi_sas_debugfs_dump_count +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xcc8d282b hisi_sas_remove +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xcd06c95f hisi_sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xdcdb2fca hisi_sas_sync_cqs +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xe330cb74 hisi_sas_sync_rst_work_handler +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xe725fa1b hisi_sas_sata_done +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xe987d9aa hisi_sas_debugfs_enable +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xebfae55c hisi_sas_get_ata_protocol +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xf36a1a79 hisi_sas_phy_down +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xfa7b8ca7 hisi_sas_stop_phys +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x0993077c iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x443b2486 iscsi_boot_create_acpitbl +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x9e433970 iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xa8ed9e22 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xd21e2d0b iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xd43499f7 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xec414a18 iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/libfc/libfc 0x6635b0f7 fc_seq_els_rsp_send +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0714d4cb iscsi_conn_queue_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0730ae98 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0be0d391 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x16a21f8a iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x19e293d3 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1f1e8485 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x26c492d7 iscsi_eh_cmd_timed_out +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x27106e14 iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x32c26058 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x368341d6 iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x453f2b20 iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x51859797 iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x533f188a iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x577a9bda iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x59a61cb5 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5aed64f4 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6363ca47 iscsi_conn_unbind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x677cfacc iscsi_suspend_rx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x697de85a iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6e72633c iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x799ccf7e __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x83ec6538 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x97b00f8c iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9932dbf9 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x998e8a82 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9be866b4 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9c79226b iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa47f92b3 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa7767ba8 iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa8545911 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xafcc9a66 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbb6567d1 iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc05e0db9 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc2998577 iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc2d12eca iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc4c7714c iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xce56f7d9 iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd3488ffa iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd4c14a55 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd6a7f7b9 iscsi_session_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd9d2c773 iscsi_conn_queue_recv +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xde2eaa47 iscsi_host_get_max_scsi_cmds +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe05b4843 iscsi_session_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe20cb718 iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe25f241b iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe83cc9ba iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeab9cbd5 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf3dae735 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfc53f3f3 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x0c156f91 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x14f0da42 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x1e8dd0ed iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x21c1e00a iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x2c4d1cbe iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x3c2a6e31 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5fd887d9 iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x63f34a2a iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x6874b845 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x6d078f1d iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x70bc1ae9 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x7b2bed54 iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xac88e692 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf041d1d7 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf8099f34 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf8e7f321 iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xfea8af24 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x11666010 sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1867b09a sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1b2a006d sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x207b3f3d sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x288d3ef7 sas_abort_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3952ab9b sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x43e035c0 sas_query_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x49a6e6fe smp_ata_check_ready_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4b76b365 sas_notify_port_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4d5b569b sas_clear_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x515de71f sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x52bac0ce sas_eh_target_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x60e37438 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x76fede90 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x79c6d71d sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x82f7e57f sas_execute_internal_abort_dev +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x89afd0e9 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8af29705 sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8b9f8dae dev_attr_phy_event_threshold +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x93da4260 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x952f26a3 sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9630099b sas_execute_internal_abort_single +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9f25d48f sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa06a4bba sas_find_attached_phy_id +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa4458b6b sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbbafdf50 sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbc7476d3 sas_ata_device_link_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbe82d067 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xcb6b3974 sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd221d9a7 sas_lu_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xdaba153d sas_execute_ata_cmd +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe04388a7 sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xebbcf86d sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xeee60032 sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfa735020 sas_abort_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfb76b6b6 sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_fc 0xaf3dfd87 fc_eh_should_retry_cmd +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x007425b9 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x01f40c4e iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x048c06c7 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x10b5e387 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x175f76b8 iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x17a49d4a iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1e7be931 iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1ea2a6d6 iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x295fa794 iscsi_force_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2ab858ed iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2ae4a87f iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2c0dfaf0 iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x363ef721 __tracepoint_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x37afea9a iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3ede4c9b iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x422b5d5c iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x46c41a2e iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5086b5bb iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x510df5e7 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5367934d iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5735600c iscsi_get_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x584a31ab __SCK__tp_func_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6d2e1def iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x70688409 iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x71b768b0 __SCK__tp_func_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x792d09e3 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x79a089d0 iscsi_add_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7e319f78 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x88768c48 __SCK__tp_func_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x897892f7 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8e3f053e iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x91ea1981 iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x93c05d58 iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x951e0a81 iscsi_put_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9df91e12 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa3a57416 __traceiter_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa3ac06cf __tracepoint_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xab4674c8 __SCK__tp_func_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xabbf7ac6 iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xac06748d iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb32662a6 __tracepoint_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc32b783 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbd034ba0 iscsi_put_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbec6bdd5 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc254ba2d iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc2973283 __traceiter_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc6264e7a __tracepoint_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc8cf3550 iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcba2ea15 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcf0dc8b5 iscsi_dbg_trace +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd3f772bc iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xda09b986 __tracepoint_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xda2323ed iscsi_remove_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe4c79fa6 __SCK__tp_func_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe8e871ea __traceiter_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe9faa027 __traceiter_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xeb5b70eb __traceiter_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xeec9da19 iscsi_alloc_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x14ab70af sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x206ab2c9 sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x4c6a2366 sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x8a9e9bbf sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x0ef06974 spi_populate_ppr_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xa0c71dac spi_populate_sync_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xc1312405 spi_populate_tag_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xcffa2aff spi_populate_width_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x1902178a srp_tmo_valid +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x3dc72b4d srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x5f7b7678 srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xad190da6 srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xc0791973 srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xea34f82c srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xeed33f77 srp_release_transport +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x275de4a6 siox_device_synced +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x28cd4117 __siox_driver_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x5d1ac18c siox_master_alloc +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x5d60488a siox_device_connected +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x9a5f4ff5 siox_master_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xc1e5ce03 siox_master_unregister +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x0b194cb6 slim_stream_disable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x0c514641 __slim_driver_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x28e24ef1 slim_get_logical_addr +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x31dc7331 slim_writeb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x392550e7 slim_stream_prepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x3b4d7e25 slimbus_bus +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x41712631 slim_stream_free +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x433d478a slim_register_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x45daaf33 slim_device_report_present +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x679f7dfe slim_ctrl_clk_pause +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x69904f5b slim_alloc_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x803a2e55 slim_stream_unprepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa8092d8b slim_driver_unregister +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xb07ee31b slim_read +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xb40bd96e slim_stream_allocate +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xb5aa9fab slim_do_transfer +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xbfc43179 slim_unregister_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xc186eada slim_msg_response +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xd6e0b9ea slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xdfd3c3b5 slim_report_absent +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe69737fb slim_free_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf27253fa slim_stream_enable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf39d9402 of_slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf4a42862 slim_readb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf7515482 slim_xfer_msg +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xfcbde7c8 slim_write +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0x494128eb meson_canvas_alloc +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0x673c5a86 meson_canvas_config +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0x71de1e41 meson_canvas_get +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0xfbd79150 meson_canvas_free +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x08d47da7 apple_rtkit_is_crashed +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x3e58dcd8 apple_rtkit_wake +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x46350d4b apple_rtkit_shutdown +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x56f62282 apple_rtkit_reinit +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x5b2c2c67 apple_rtkit_idle +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x5b52ebb1 apple_rtkit_start_ep +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x5ef5e674 apple_rtkit_poll +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x7395a759 apple_rtkit_boot +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x98ca6691 apple_rtkit_quiesce +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xbcec0897 apple_rtkit_send_message +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xc5bf5f58 apple_rtkit_is_running +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xdd40bf7a apple_rtkit_send_message_wait +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xdfc12e69 apple_rtkit_init +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xf2ef9bc2 apple_rtkit_free +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xfce63a26 devm_apple_rtkit_init +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-sart 0xbaec16a4 apple_sart_add_allowed_region +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-sart 0xe24e63fe devm_apple_sart_get +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-sart 0xf2253fbc apple_sart_remove_allowed_region +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x006208de dpaa2_io_service_deregister +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x0261cd01 dpaa2_io_store_next +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x0859fd3f dpaa2_io_store_create +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x1b7c4023 dpaa2_io_service_rearm +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x2ea89927 dpaa2_io_service_pull_channel +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x2f10852c dpaa2_io_service_select +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x384a7269 dpaa2_io_service_register +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x3f8992eb dpaa2_io_service_release +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x4994345c dpaa2_io_store_destroy +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x6560c60d dpaa2_io_service_acquire +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x79cf65a1 dpaa2_io_service_enqueue_qd +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x8edafa55 dpaa2_io_query_bp_count +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0xb9e81961 dpaa2_io_query_fq_count +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x21cbde13 mtk_mmsys_vpp_rsz_dcm_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x32a86073 mtk_mmsys_hdr_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x52ee4569 mtk_mmsys_vpp_rsz_merge_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x7a320f35 mtk_mmsys_mixer_in_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x7b51ff03 mtk_mmsys_ddp_connect +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0xc04e6201 mtk_mmsys_mixer_in_channel_swap +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0xc1615e85 mtk_mmsys_ddp_disconnect +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0xc5ebbc84 mtk_mmsys_merge_async_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0xd9bb7e6c mtk_mmsys_ddp_dpi_fmt_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x1736cec6 mtk_mutex_remove_comp +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x1d6696b0 mtk_mutex_disable +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x2fcc9ff2 mtk_mutex_add_comp +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x4e2f3c90 mtk_mutex_enable_by_cmdq +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x51991b38 mtk_mutex_enable +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x5ec2319a mtk_mutex_unprepare +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x71a9a3ab mtk_mutex_acquire +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x7534596b mtk_mutex_write_sof +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x8b650752 mtk_mutex_release +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x903ebe12 mtk_mutex_get +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0xab7f853d mtk_mutex_prepare +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0xbbb4ab02 mtk_mutex_put +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0xfa95f801 mtk_mutex_write_mod +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x13714aaf gpr_free_port +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x457f206e gpr_send_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x50c0527f aprbus +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x98318ffd apr_send_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xa86f971e gpr_send_port_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xbb745ea0 apr_driver_unregister +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xdd83f5ff gpr_alloc_port +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xf1d7135f __apr_driver_register +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-qcom 0x03c9a66d llcc_get_slice_size +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-qcom 0x0679b34d llcc_slice_getd +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-qcom 0x7e773088 llcc_get_slice_id +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-qcom 0xad3516c4 llcc_slice_activate +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-qcom 0xb534ec76 llcc_slice_deactivate +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-qcom 0xb68b1300 llcc_slice_putd +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x20e75f77 qcom_mdt_pas_init +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x480128bf qcom_mdt_load_no_init +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x729cc50d qcom_mdt_load +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0xe8a3861c qcom_mdt_get_size +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0xf0de7244 qcom_mdt_read_metadata +EXPORT_SYMBOL_GPL drivers/soc/qcom/pmic_glink 0xa062d1a3 devm_pmic_glink_register_client +EXPORT_SYMBOL_GPL drivers/soc/qcom/pmic_glink 0xc161d729 pmic_glink_send +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0x50d28b20 qcom_ice_evict_key +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0x82936acb qcom_ice_enable +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0xc994d57b qcom_ice_suspend +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0xe2999c75 of_qcom_ice_get +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0xe4280d97 qcom_ice_program_key +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0xf0e63b1a qcom_ice_resume +EXPORT_SYMBOL_GPL drivers/soc/qcom/smem 0x34b57571 qcom_smem_alloc +EXPORT_SYMBOL_GPL drivers/soc/qcom/smem 0x5a710273 qcom_smem_get_free_space +EXPORT_SYMBOL_GPL drivers/soc/qcom/smem 0x9979b76e qcom_smem_virt_to_phys +EXPORT_SYMBOL_GPL drivers/soc/qcom/smem 0xe583bba3 qcom_smem_get_soc_id +EXPORT_SYMBOL_GPL drivers/soc/qcom/smem 0xeeffa750 qcom_smem_get +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x15fb3f4b pruss_cfg_set_gpmux +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x320c3485 pruss_put +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x6056bfc2 pruss_cfg_get_gpmux +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x6332e59d pruss_request_mem_region +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x86c4df1e pruss_cfg_xfr_enable +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x8dacc0bc pruss_cfg_gpimode +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0xc2a32f54 pruss_release_mem_region +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0xd353b0b4 pruss_get +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0xfe0a4143 pruss_cfg_miirt_enable +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x2317301f sdw_unregister_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x98c65a90 sdw_bus_type +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xa6f58c30 __sdw_register_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-cadence 0xbc6b8939 sdw_cdns_debugfs_init +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0x6edeb13b altera_spi_init_host +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0xb9edd149 altera_spi_irq +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x20a4c075 spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x2e8405e3 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x32f415d2 spi_bitbang_init +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x3377e448 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x43904b5f spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x8025d5a9 spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x04c08c5d spi_test_run_test +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x5c77b7d9 spi_test_run_tests +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0xaa5d4b70 spi_test_execute_msg +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x046ba714 spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x0a11955b spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x0b43fed8 spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x1678e28a spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x21c46b5d spmi_device_from_of +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x232d2a4e spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x23480317 spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x27e037cd spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x456bd893 spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x4b2f35da spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x7c713c30 spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x8bc6b15c spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x9f826095 spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xab54dc1d spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb055c9ef spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xce354046 spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd2fd23d7 spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xe64e1d06 __spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xe8c18972 spmi_register_write +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x9b61c01b ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x02e54b6d anybuss_client_driver_register +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x2bc46be7 anybuss_host_common_probe +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x43f04c26 anybuss_write_input +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x57b67334 devm_anybuss_host_common_probe +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x636586cf anybuss_finish_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x6ac25228 anybuss_send_ext +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x7220860d anybuss_send_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x866e50ec anybuss_set_power +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x937478d0 anybuss_recv_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xa20c1237 anybuss_read_output +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xaf99184f anybuss_start_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xb9eb1ac1 anybuss_client_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xbe344cc5 anybuss_read_fbctrl +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xfce879ad anybuss_host_common_remove +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x844ccab5 fieldbus_dev_online_changed +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xacdefbba fieldbus_dev_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xed4b4de9 fieldbus_dev_area_updated +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xfeebddbd fieldbus_dev_register +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x002cbc26 gb_audio_apbridgea_prepare_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x12842eb0 gb_audio_apbridgea_unregister_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x2bc82a87 gb_audio_apbridgea_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x3288b46b gb_audio_apbridgea_prepare_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x7f2c10dc gb_audio_apbridgea_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xa5dbc805 gb_audio_apbridgea_register_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xb3869530 gb_audio_apbridgea_start_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xc2bc2142 gb_audio_apbridgea_start_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xc43a080e gb_audio_apbridgea_shutdown_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xd12a3946 gb_audio_apbridgea_stop_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xe38e310b gb_audio_apbridgea_stop_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xf69e0043 gb_audio_apbridgea_shutdown_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xfcabe4f4 gb_audio_apbridgea_set_config +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x0b7be28f gb_audio_gb_deactivate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x420d6c8b gb_audio_gb_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x51436427 gb_audio_gb_set_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x6b6f34db gb_audio_gb_enable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x6ef9ce5a gb_audio_gb_activate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x938e283e gb_audio_gb_get_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xb0a93dae gb_audio_gb_set_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xb33a7941 gb_audio_gb_deactivate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xb4b58cb4 gb_audio_gb_get_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xc431ff34 gb_audio_gb_get_topology +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xd6b85594 gb_audio_gb_activate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xe5bb45f6 gb_audio_gb_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xe907c34c gb_audio_gb_disable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x19e9e6b1 gb_audio_manager_remove_all +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x32e6391e gb_audio_manager_remove +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x5a108b0f gb_audio_manager_add +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x5d1580eb gb_audio_manager_get_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x65248d42 gb_audio_manager_put_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x79eef2f8 gb_audio_manager_dump_all +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0xaeac8ca2 gb_audio_manager_dump_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0xb65cd3e7 gb_gbphy_register_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0xd2a856ec gb_gbphy_deregister_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0x4b219b3f gb_spilib_master_init +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0xcc3d1b11 gb_spilib_master_exit +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0xca32f665 adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/media/av7110/sp8870 0xc7368c94 sp8870_attach +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x0896f168 imx_media_init_cfg +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x1296f505 imx_media_pipeline_subdev +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x3afc4948 imx_media_find_pixel_format +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x40a43751 imx_media_capture_device_unregister +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x474df83d imx_media_capture_device_remove +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x49e7afd8 imx_media_probe_complete +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x4c3bac56 imx_media_alloc_dma_buf +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x534ba9e1 imx_media_find_mbus_format +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x74997d75 imx_media_dev_init +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x74bc2758 imx_media_capture_device_init +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x753d0482 imx_media_capture_device_error +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x83cd5617 imx_media_add_video_device +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x91861629 imx_media_capture_device_register +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x9c4aeec3 imx_media_pipeline_set_stream +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xa631199b imx_media_grp_id_to_sd_name +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xa9e2459f imx_media_enum_mbus_formats +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xba1c7b7e imx_media_mbus_fmt_to_pix_fmt +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xbbb7e794 imx_media_add_of_subdevs +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xc0e6162e imx_media_init_mbus_fmt +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xd4e45b7e imx_media_try_colorimetry +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xd5acc96e imx_media_dev_notifier_register +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xd6f646eb imx_media_capture_device_next_buf +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xdc4aecde imx_media_free_dma_buf +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xe10f439d imx_media_pipeline_pad +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xe932b00b imx_media_enum_pixel_formats +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x04ef7a03 amvdec_abort +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x08e99e7d amvdec_read_dos +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x0a58ff56 amvdec_src_change +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x115655e9 amvdec_am21c_body_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x14f989b3 codec_hevc_setup_buffers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x1be799d5 codec_hevc_free_mmu_headers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x1cb1e6d9 amvdec_am21c_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x2ad91462 amvdec_remove_ts +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x2ba7fe5e amvdec_set_par_from_dar +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x439b9341 amvdec_dst_buf_done_offset +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x4484384f codec_hevc_free_fbc_buffers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x468f453a codec_hevc_setup_decode_head +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x46ab3899 amvdec_dst_buf_done +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x5ff35ee8 amvdec_am21c_head_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x70ab739b amvdec_add_ts +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x716b7619 amvdec_write_dos +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x76e44267 amvdec_get_output_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x8393fd03 amvdec_write_parser +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xd0db4ae1 amvdec_dst_buf_done_idx +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xdad098df amvdec_read_parser +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xdb0c3fef amvdec_write_dos_bits +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xf1c8df6f amvdec_set_canvases +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xf548bf31 codec_hevc_fill_mmu_map +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xf6069318 amvdec_clear_dos_bits +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0x0fc6c547 nvec_msg_free +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0xd919e9be nvec_register_notifier +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0xe00d2844 nvec_unregister_notifier +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x2b9b3376 target_stop_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x497e1b59 target_init_cmd +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x5d24150b target_free_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xb4489234 target_wait_for_cmds +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xbfed8eb1 target_submit_prep +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xc1d2e131 target_submit +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xc65e34a6 target_alloc_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xfbf5c58d target_queue_submission +EXPORT_SYMBOL_GPL drivers/tee/tee 0x12d471a1 tee_client_open_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x1e5d4399 teedev_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x247931df tee_shm_pool_alloc_res_mem +EXPORT_SYMBOL_GPL drivers/tee/tee 0x3126cdff tee_shm_get_from_id +EXPORT_SYMBOL_GPL drivers/tee/tee 0x4621e04e teedev_open +EXPORT_SYMBOL_GPL drivers/tee/tee 0x49104b97 tee_shm_register_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0x4ad23d2f tee_shm_get_pa +EXPORT_SYMBOL_GPL drivers/tee/tee 0x75eba99f tee_bus_type +EXPORT_SYMBOL_GPL drivers/tee/tee 0x7ff91142 tee_get_drvdata +EXPORT_SYMBOL_GPL drivers/tee/tee 0x854aee7c tee_device_alloc +EXPORT_SYMBOL_GPL drivers/tee/tee 0x85fd9922 tee_session_calc_client_uuid +EXPORT_SYMBOL_GPL drivers/tee/tee 0x8dd08f51 tee_device_unregister +EXPORT_SYMBOL_GPL drivers/tee/tee 0x925f1f32 tee_shm_put +EXPORT_SYMBOL_GPL drivers/tee/tee 0x93a801b1 tee_client_open_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0x993d9323 tee_client_close_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0xa15d3dc6 tee_client_get_version +EXPORT_SYMBOL_GPL drivers/tee/tee 0xad41d5c5 tee_shm_free +EXPORT_SYMBOL_GPL drivers/tee/tee 0xbb9dedae tee_client_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0xc0f6ded9 tee_shm_get_va +EXPORT_SYMBOL_GPL drivers/tee/tee 0xcecb4631 tee_device_register +EXPORT_SYMBOL_GPL drivers/tee/tee 0xd399bfcf tee_shm_alloc_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0xe03e7c14 tee_shm_alloc_priv_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0xe28eb0bf tee_client_invoke_func +EXPORT_SYMBOL_GPL drivers/thermal/st/st_thermal 0x957d8613 st_thermal_unregister +EXPORT_SYMBOL_GPL drivers/thermal/st/st_thermal 0xbfcc16c2 st_thermal_pm_ops +EXPORT_SYMBOL_GPL drivers/thermal/st/st_thermal 0xcfee3ae3 st_thermal_register +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x01d23ee1 tb_property_create_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x08882c26 tb_service_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x0ea39afa tb_xdomain_alloc_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x1b3dbf84 tb_xdomain_disable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x225680e2 tb_xdomain_alloc_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x2a01a083 tb_register_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x380d129c tb_ring_stop +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x393b4f2f tb_property_free_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x42e261bd tb_unregister_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4a4d861a tb_xdomain_find_by_uuid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4bc71a08 tb_ring_alloc_tx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4e5064a7 tb_property_find +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4e64bdfd tb_register_protocol_handler +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x603249ed tb_unregister_property_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x658e3d97 tb_property_add_immediate +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x671aeb41 __tb_ring_enqueue +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x69244a08 tb_xdomain_release_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x731445db tb_xdomain_response +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x73ad2acb tb_property_get_next +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x785eb82c tb_property_remove +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x78bd37df tb_xdomain_release_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8b62f95e tb_property_add_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8f4ba6a4 tb_xdomain_enable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x9924e11f tb_xdomain_lane_bonding_enable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa3d2b403 tb_property_add_data +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa8525982 tb_ring_poll_complete +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb7c7cdce tb_property_add_text +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xbf45554a tb_xdomain_find_by_route +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xc169b722 tb_xdomain_request +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xc47182f0 tb_ring_free +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xd13cbfbc tb_ring_alloc_rx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xdc521b83 tb_ring_start +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xe6d7c613 tb_xdomain_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xed034a14 tb_ring_poll +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf1cfd1ff tb_register_property_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf74e2b8b tb_xdomain_lane_bonding_disable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf76028c7 tb_unregister_protocol_handler +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x07c1c167 ufshcd_dump_regs +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x1ec0c19d ufshcd_hba_stop +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x296c59b5 ufshcd_link_recovery +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x2d1ba33d ufshcd_resume_complete +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x37b65bdc ufshcd_system_freeze +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x38560cd1 ufshcd_clkgate_delay_set +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x40886d05 ufshcd_uic_hibern8_exit +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x40da3787 ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x424a8bfa ufshcd_release +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x440656a9 ufshcd_mcq_write_cqis +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x4aeb3097 ufshcd_system_thaw +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x53ead4bf ufshcd_hold +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x7208d179 ufshcd_hba_enable +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x723b1abf ufshcd_delay_us +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x79672c91 ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x7f518d9c __ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x820bf013 ufshcd_dealloc_host +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x87508e33 ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x8de0c037 ufshcd_auto_hibern8_update +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x982a654c ufshcd_mcq_config_esi +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x9f322632 ufshcd_make_hba_operational +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xa3dcb43e ufshcd_mcq_enable_esi +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xa3f836fb ufshcd_mcq_poll_cqe_lock +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xa9a5b6c4 ufshcd_fixup_dev_quirks +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xb0ec1723 ufshcd_get_vreg +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xe15e8869 ufshcd_remove +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xe46d3259 ufshcd_uic_hibern8_enter +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xe5ac98cd ufshcd_update_evt_hist +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xea1a7328 ufshcd_config_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xea273c34 ufshcd_dme_configure_adapt +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xeaf82617 ufshcd_init +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xf8a3e388 ufshcd_system_restore +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xff5fbba9 ufshcd_uic_change_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x0ccc58d5 ufshcd_pltfrm_init +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x29671def ufshcd_populate_vreg +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x54c946de ufshcd_init_pwr_dev_param +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x7a0460ff ufshcd_get_pwr_dev_param +EXPORT_SYMBOL_GPL drivers/uio/uio 0x05a77965 uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0x624305c0 uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0xc8c952c0 __devm_uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xf78c65c4 __uio_register_device +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x2bd611ae usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xe8d21eb5 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x23c062f6 cdns_set_active +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x35b79cc0 cdns_drd_gadget_off +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x3743fad0 cdns_suspend +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x8020e67a cdns_clear_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x87de6638 cdns_remove +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xc23ce7c4 cdns_resume +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xc33d25f8 cdns_drd_gadget_on +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xe5b69c07 cdns_init +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xe984fbd6 cdns_set_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xfc4c7f07 cdns_power_is_lost +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x19a6d61b hw_phymode_configure +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x5fd9ed4f ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x92edb0fb ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xd369c6e6 ci_hdrc_query_available_role +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x0e02bb6d imx_usbmisc_resume +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x49209a74 imx_usbmisc_hsic_set_connect +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x543c4b5c imx_usbmisc_charger_detection +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x8e3be458 imx_usbmisc_suspend +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x97cec6be imx_usbmisc_init +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xf4879dde imx_usbmisc_init_post +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x0382d183 __ulpi_register_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x32a70654 ulpi_unregister_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x585f083e ulpi_register_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x6e31c32a ulpi_read +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xab65efde ulpi_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xe01fca20 ulpi_write +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x0fde936c g_audio_setup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x12716a59 u_audio_get_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x1bdd3b95 u_audio_set_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x25cc1e51 u_audio_get_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x280c5125 u_audio_start_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x38ac76b7 u_audio_get_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x455aaad5 g_audio_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x46fa0939 u_audio_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x5b612aed u_audio_stop_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x63376bef u_audio_start_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xbb913b3b u_audio_set_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xd25a2068 u_audio_stop_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xde78d164 u_audio_set_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xebf64f10 u_audio_get_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xf20b329b u_audio_set_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x0772103e gether_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x088f9da6 gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x0a108311 gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x0d5507fe gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x11af42fe gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x1563150a gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x27cd4a5d gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x2ab09981 gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x2f887717 gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x529e37b7 gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x571e4c65 gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x5e20d144 gether_resume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x6ae4040d gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x77dd8bf1 gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x801ce9a7 gether_set_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xb1799da2 gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xd52f43f7 gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xe977311b gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x35660253 gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x58789b49 gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x60db48f5 gserial_get_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x77268a68 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xc0a01527 gserial_set_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xcec604e5 gserial_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xe7cd6eef gserial_resume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xe89dc424 gserial_alloc_line_no_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xfb78a286 gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x67d67759 ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x6c825859 ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x7064d74c ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x141fce2a fsg_common_remove_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1710b539 fsg_fs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1ccb58f7 fsg_common_set_num_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1d340b1b fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x23da264d fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x267737ee fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x2cda3752 fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x2d513444 fsg_show_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x309e85d5 fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x398778e1 fsg_ss_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x3c6a07d0 fsg_common_create_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x422afb75 fsg_store_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x423845e4 fsg_ss_bulk_in_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x458c09bd fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x46b376d8 fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x58362c7b fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x5a678202 fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x7e26d4a5 fsg_common_set_sysfs +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x942bbc48 fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x95cffb3e fsg_hs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x9a0221c7 fsg_common_free_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa5cae92f fsg_ss_bulk_out_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa5f99b69 fsg_fs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xab6c68ac fsg_config_from_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb3adf38d store_cdrom_address +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb52ba28a fsg_intf_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb54d0d95 fsg_fs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xbf072378 fsg_store_forced_eject +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xcf93ff21 fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xd1a3e8e0 fsg_common_create_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xd1f5615b fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xd7c1c752 fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xe4fa0858 fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xff503cbd fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x1b891cef rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x247f7977 rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x35da7487 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x49dbff2a rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x4cd26707 rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x7057a7b1 rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x81270b9b rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x8dbf2aa2 rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x8f7d7f5b rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x91ffa45f rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xbe345b9d rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xe6a7be8c rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xef7fd5ae rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xf014b306 rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xfa463ef3 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x03cf606e usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0973cdf0 usb_func_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0c589aba usb_validate_langid +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0d4cbcda usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x169e9a61 usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1b96e0bc usb_otg_descriptor_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1c072241 usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x21450962 usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x279323d3 usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2a5ab010 alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x31f3fea5 usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x41942e27 usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x457585cf usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x479602c3 usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4beb505d usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5e12a62d usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x670140b6 usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7030f968 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7148ceb2 usb_ep_autoconfig_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x79381c94 config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7fad1569 config_ep_by_speed_and_alt +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x84f135ad usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x86527717 usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8d5dedba usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa6645c84 usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xac045e0e usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xada2412d usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xaf13e5b6 usb_otg_descriptor_alloc +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbed338c0 usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbf1a5978 usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbf6291e6 usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xcb7e2419 usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd4ce16ef usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd5703368 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xdc8e1ac8 usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xec6428e8 usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/rzv2m_usb3drd 0xe61aac87 rzv2m_usb3drd_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x15bd815a udc_enable_dev_setup_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x25f2b767 init_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x4f145a56 udc_basic_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x5d01d078 udc_irq +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x6941b1ab udc_remove +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x7262ac33 udc_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x89aa5c8d empty_req_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xa4e704fe udc_mask_unused_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xcf7894d7 gadget_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xded79631 free_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x004c6380 usb_ep_fifo_flush +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x034964ce usb_gadget_frame_number +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x0a86292e usb_gadget_map_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x0c27cd28 usb_gadget_set_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x10702a45 usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x18a8a67a usb_gadget_udc_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x1bfcfd1d usb_gadget_register_driver_owner +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x1e4b59aa usb_gadget_ep_match_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x235cf1ab usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2af38e5f usb_ep_free_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2c53cadb usb_ep_disable +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x32b12ddc usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x3ea59b5d usb_ep_alloc_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x405d007d usb_ep_set_wedge +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x46c1bf5b usb_gadget_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x4867f96f usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x4fa2450c usb_ep_dequeue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x50b88f41 usb_get_gadget_udc_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x605487dc usb_gadget_vbus_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x784d9a58 usb_ep_enable +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x79c3b872 usb_ep_fifo_status +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x93d5fdc4 usb_gadget_giveback_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x975aeb6e gadget_find_ep_by_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x988de419 usb_gadget_set_remote_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x9e6ee237 usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xa1f0e0ee usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xa35f1da6 usb_del_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xa53cc3d2 usb_initialize_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xa6377d5a usb_gadget_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xac5667d9 usb_ep_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xb2466c24 usb_gadget_vbus_draw +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xbb6a5510 usb_gadget_check_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xbee6af28 usb_ep_set_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xbf4554d7 usb_gadget_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc3d4d06b usb_ep_set_maxpacket_limit +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc551eec4 usb_gadget_clear_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc8ac2c4f usb_ep_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc8fb2978 usb_gadget_unmap_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xd5b7ab49 usb_gadget_vbus_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xe7cbc2bc usb_udc_vbus_handler +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xebe204a0 usb_add_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xf18c6953 usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xf1dfde80 usb_gadget_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xf35c9e37 usb_gadget_activate +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-pci-renesas 0x19d6c1ad renesas_xhci_check_request_fw +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0x8c32c4ce xhci_plat_remove +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0xbb5a0443 xhci_plat_probe +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0xefb9ca1b xhci_plat_pm_ops +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x702adc23 ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x756a3aba ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x09492220 musb_mailbox +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x0b4a8834 musb_writeb +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x2734197f musb_readb +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x2834f53c musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x669594ad musb_clearw +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x6af8c6dc musb_writel +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x719a5e41 musb_readw +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x720ef0ce musb_queue_resume_work +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x7d26138e musb_set_host +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xade3e56c musb_writew +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xc5a4300f musb_get_mode +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xcee787a9 musb_set_peripheral +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xde857132 musb_root_disconnect +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xe59efb0e musb_clearb +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xf0f95e51 musb_readl +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x04cf2341 usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x98350b61 usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xd0f3facc usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xe6ad02cd usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xfe5277fe usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0xee6a32c6 isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x00d7c2a7 tegra_usb_phy_preresume +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x5fa1ac19 tegra_ehci_phy_restore_end +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0xb49e9eb0 tegra_ehci_phy_restore_start +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0xe2540235 tegra_usb_phy_postresume +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0xdfc18287 usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x165ef515 usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x232692e6 usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x3f1f4f38 usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x40c2d17c usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x431286b4 usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x4b0bd421 usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x84830633 usb_serial_claim_interface +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x9808b88e usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x9a745ce9 usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa05973dd usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa73630a8 usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa7c106d6 usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xadbd8c44 usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xbd51b593 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xbf187245 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc09be0e4 usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc7497561 usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf21cb569 usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf68ed6e6 usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xfeef4471 usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0xa5361713 dp_altmode_remove +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0xaf00db64 dp_altmode_probe +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x0651d1a5 tcpci_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x6f497a3c tcpci_irq +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0xbe111953 tcpci_get_tcpm_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0xc529e32e tcpci_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x10ec6d2d tcpm_sink_frs +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x3b84657b tcpm_pd_transmit_complete +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x3e9b8a53 tcpm_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x76eeda4b tcpm_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x9e0bd753 tcpm_pd_hard_reset +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xb655342c tcpm_pd_receive +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xc37b9769 tcpm_cc_change +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xceb50012 tcpm_vbus_change +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xd680581d tcpm_port_clean +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xda86a83d tcpm_port_is_toggling +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xea220941 tcpm_tcpc_reset +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xeb779665 tcpm_sourcing_vbus +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x00d7b4b1 typec_register_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0236b353 typec_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0434e7fc typec_mux_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x05074d98 fwnode_typec_mux_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0b0f7bfd typec_switch_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1886a756 typec_altmode_exit +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1fe3b354 typec_cable_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x22503bec usb_power_delivery_link_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x22748d3b typec_port_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x23793a01 typec_plug_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x245cab6e typec_partner_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x282dd7a9 typec_retimer_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2ab2cdda typec_get_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2d1e301d typec_find_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2d35bb92 typec_switch_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x336d0dec typec_set_vconn_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3483c4aa typec_set_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x36ff6438 __typec_altmode_register_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3a1505df typec_altmode_notify +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3aa48448 usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3c58405f typec_get_negotiated_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3e745400 typec_cable_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x416d1f5f typec_partner_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x45c81bd4 typec_register_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4c9a2992 typec_switch_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4ce8e0b0 typec_altmode_get_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4cf6c674 typec_unregister_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x51c2ba4f typec_retimer_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5e8ba13d typec_altmode_enter +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x62c3b3a0 usb_power_delivery_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6b3d9465 typec_mux_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6b869980 typec_altmode_update_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6c9593c9 typec_retimer_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x706e88a5 typec_port_register_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x74a75031 typec_set_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7a098665 typec_unregister_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7b5fbfea typec_partner_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7ec7dbbd typec_unregister_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x81d5f639 typec_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x86521d45 typec_switch_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x87a137c0 typec_partner_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x89cf39ce typec_altmode_vdm +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8cd0c358 typec_set_pwr_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9049491e typec_find_port_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x906f6120 fwnode_typec_retimer_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x955ec13f usb_power_delivery_register_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x979d4b92 typec_altmode_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x99d0a99a typec_altmode_get_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9c7334c6 typec_retimer_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9e8f4458 typec_unregister_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa254de98 typec_find_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa5ceb522 usb_power_delivery_unregister_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa5ea5953 typec_altmode_attention +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa6767f3c typec_plug_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xad14e3e7 typec_port_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb3654f17 typec_altmode2port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb87676f5 typec_partner_set_pd_revision +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbae889f3 fwnode_typec_switch_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbf5a84f2 typec_partner_set_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc3493f5e typec_set_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc858454e typec_mux_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xca1986f1 typec_mux_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xce60841c typec_register_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd2fa1286 typec_switch_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd532f524 typec_partner_usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xdaddb00b typec_altmode_put_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe2a8da26 typec_switch_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe636f996 typec_retimer_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xea6126fd typec_cable_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xeafc1eb8 typec_find_port_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf1234a8b typec_find_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf1e2fef3 typec_cable_is_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf26a09c3 typec_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf372df2e typec_match_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf55e5cb8 typec_mux_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf56bae86 usb_power_delivery_unlink_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf7dc8699 typec_set_mode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfa817c03 typec_get_fw_cap +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfc8df340 typec_mux_put +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x0856681e ucsi_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x177f9ac6 ucsi_destroy +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x1d1ebf2c ucsi_connector_change +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x6508293a ucsi_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x6dbb4c1b ucsi_register +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x831fa526 ucsi_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x9a2bc923 ucsi_send_command +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xc62e1bb5 ucsi_create +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xf460ce5f ucsi_resume +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x1aa02af1 usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x42c9a08a usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x797b7c63 usbip_in_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x881a0b86 usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x8dcfa159 usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xa4636511 usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xb287c184 dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xb96a05d4 usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd02753dc usbip_header_correct_endian +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd13fc760 usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe1ea0586 usbip_dump_header +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xf3072dbb usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xf75c5929 usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xf816c6e4 usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xfa14253e usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x2d0bb410 vdpa_unregister_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x2fdd77e5 vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x5af2e4bc vdpa_get_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x5d10409d __vdpa_register_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x8fbe8aed __vdpa_alloc_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x96847b7a vdpa_set_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xb69e78f9 vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xdbc32a10 _vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xe2bc1fe2 _vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xf262bd96 vdpa_mgmtdev_unregister +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xfb31a38b vdpa_mgmtdev_register +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0x15d4dc8c vdpasim_schedule_work +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0xfb2726e9 vdpasim_create +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x10dd3bf0 vfio_pci_core_register_dev_region +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x164bbcc5 vfio_pci_core_match +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x18cbd5e9 vfio_pci_core_read +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x2559f20d vfio_pci_core_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x39d1cc75 vfio_pci_core_ioctl_feature +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x4cf699b8 vfio_pci_core_set_params +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x59d6d524 vfio_pci_core_aer_err_detected +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x5d15569a vfio_pci_core_err_handlers +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x80f739ab vfio_pci_core_unregister_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x86404cb0 vfio_pci_core_close_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x940846df vfio_pci_core_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x956bf5ea vfio_pci_core_disable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x9a21414a vfio_pci_core_write +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x9ca647be vfio_pci_core_request +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xb4012c2c vfio_pci_core_register_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xc1d10921 vfio_pci_core_init_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xce25520a vfio_pci_core_finish_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xd775512f vfio_pci_core_release_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xf1219ee6 vfio_pci_core_mmap +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xf47a32b3 vfio_pci_core_sriov_configure +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x1378105d vfio_platform_close_device +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x149b711c vfio_platform_mmap +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x1b4f3013 vfio_platform_write +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x21499323 vfio_platform_release_common +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x62ad2f52 __vfio_platform_register_reset +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x64cf3bb2 vfio_platform_read +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x963e48ab vfio_platform_unregister_reset +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xbf73010f vfio_platform_init_common +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xc31dc542 vfio_platform_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xe263714f vfio_platform_open_device +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x01a7aef0 vfio_iommufd_physical_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x0940ff70 vfio_iommufd_emulated_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x0a442c2e vfio_iommufd_emulated_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3de6c046 _vfio_alloc_device +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x48ee7465 vfio_device_set_open_count +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x49ad4b8c vfio_register_emulated_iommu_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x4d88ba71 vfio_file_enforced_coherent +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x50e77d35 vfio_file_set_kvm +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x557c0a8f vfio_iommufd_emulated_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x5d4bdc30 vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x60a634c4 vfio_info_cap_add +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x6b785cb7 vfio_unregister_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x6bae9b0d vfio_register_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x6eb89d36 vfio_virqfd_enable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x726158fe vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7d2ed4c3 iova_bitmap_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc3da0002 vfio_iommufd_physical_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc5388dc6 vfio_assign_device_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc72e1a0d vfio_iommufd_physical_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xcec76aa6 vfio_file_iommu_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xe7ae7d97 vfio_mig_get_next_state +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xe8b5c4bf vfio_virqfd_disable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xf481e625 vfio_file_is_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xfc948fcf vfio_file_has_dev +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0041c3e5 vhost_worker_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x00c2dbf2 vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0d64c82c vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1939b6b1 vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x220f2b93 vhost_vq_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x24bfa993 vhost_vq_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x26bc8ed1 vhost_vq_has_work +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2b4670ab vhost_chr_read_iter +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x30c770aa vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4541420a vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4857eee0 vhost_set_backend_features +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4a0874cd vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4b83cfc3 vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4ca1597c vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x516733ea vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x532f81bc vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x565fffdf vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x59db27da vhost_dequeue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5b9e467c vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5c96c3b3 vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6f98ef72 vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6ffb5d7c vhost_clear_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x758a78b0 vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7e66d3b0 vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x802ec37e vhost_vq_avail_empty +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x80912c56 vhost_vq_init_access +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x82cca9e6 vhost_vq_is_setup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x88ed62dd vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8b917da4 vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8ba63466 vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9987edb4 vhost_dev_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9af536ff vhost_enqueue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa8edc1dc vq_meta_prefetch +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa909cfc5 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xad0e829e vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb1a1929a vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb425180b vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc191f0af vhost_new_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc6439ccf vhost_exceeds_weight +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd3ad9809 vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xdb7008ce vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xde89ad2f vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe271bd58 vhost_init_device_iotlb +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfd2b3e45 vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x38ff875f vhost_iotlb_add_range +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x5f4e5249 vhost_iotlb_reset +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x69e872f9 vhost_iotlb_itree_first +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x6bec0e66 vhost_iotlb_del_range +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x83be64b9 vhost_iotlb_itree_next +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x885512a2 vhost_iotlb_add_range_ctx +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x8a7d8ee9 vhost_iotlb_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xa24517eb vhost_iotlb_free +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xc577832d vhost_iotlb_alloc +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xf9deb0db vhost_iotlb_map_free +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x4aaf9f83 ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x5ed9c755 ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xcad8408f ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xcd40dc05 ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xcf3ecc3e ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xe09254f5 ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xee5957ab ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0x638cef97 fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x2e3b8b1e sis_malloc_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x9f4f61a8 sis_free_new +EXPORT_SYMBOL_GPL drivers/w1/wire 0x050a6291 w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0x0cb98a99 w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x14a76ef8 w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x250f554c w1_touch_bit +EXPORT_SYMBOL_GPL drivers/w1/wire 0x4f0c0bb8 w1_triplet +EXPORT_SYMBOL_GPL drivers/w1/wire 0x63757e92 w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x91bf9410 w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xaafbf7a3 w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xcc1242ba w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0xd63064a6 w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xed7665f9 w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0xfce91f86 w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x16db3851 xen_front_pgdir_shbuf_alloc +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x4be6a7e0 xen_front_pgdir_shbuf_get_dir_start +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x63d0a47b xen_front_pgdir_shbuf_free +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xaf0197b2 xen_front_pgdir_shbuf_map +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xc09ba5cb xen_front_pgdir_shbuf_unmap +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x2bb91d7b xen_privcmd_fops +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x83a8fc63 xen_privcmdbuf_fops +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x43ebced9 dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x4b62826c dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x4dfd2024 dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x8a6c5f1b dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xab3038b6 dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcd224e1d dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x4a6fb871 nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x4ff95b71 nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x5a772644 nlmclnt_rpc_clnt +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x6b15b868 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x7ad2701f nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x7c6d11df lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9665034c nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9cbde0a0 nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xd9e25acd nlmclnt_done +EXPORT_SYMBOL_GPL fs/netfs/netfs 0x9b031470 netfs_extract_user_iter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0026052c nfs_check_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x016d634f nfs_get_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0294c6a2 nfs_callback_nr_threads +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0296a8d2 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x03dfc430 nfs_file_fsync +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x03eacb8c nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x044c83f5 __traceiter_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x050c07b1 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x069fbf7f nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0ac33187 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0c9124e7 alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10962bc2 nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x144d2a00 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x16efd9df nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1a16f770 nfs_async_iocounter_wait +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1dc8762b nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1e2d68b2 nfs_writeback_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1ecb4dd3 nfs_filemap_write_and_wait_range +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1f543dbd nfs_reconfigure +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x20561950 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x21ca32d7 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x222b206c nfs_client_for_each_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22d795a8 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x238eed76 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x24a1ca28 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x25b14562 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26732d5a nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x268032e6 __traceiter_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26efcd97 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x28f91b73 nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x29086fa3 __tracepoint_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2a528612 nfs_commit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2c3664eb nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3037b3ff nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x305267f6 nfs_read_alloc_scratch +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x308d1126 nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x31cdb508 nfs_d_prune_case_insensitive_aliases +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x32cef2a4 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x34566b51 __tracepoint_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x36f78a81 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x374f3d20 nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x38264ec7 nfs_wait_on_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x38cc4ad1 nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3a99e048 nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3b4c8da7 nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3d773461 nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x406e40a1 nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40739385 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42416127 nfs_sysfs_add_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42623c0f nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x450becc7 nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x468f1678 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4aa60de7 nfs_release_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4c043de3 nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4e7a70d6 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4eb5e7cf nfs_alloc_fattr_with_label +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x50616ae0 nfs_free_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x530a3088 nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5479e1c0 nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5742ac0a nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x584b8482 nfs_inc_attr_generation_counter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e36d163 nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5eee397d __traceiter_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5f44c55f nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x60a3753a nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x60a68179 nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x65ceae0e nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x695e404d nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e034569 nfs_probe_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e2351a9 nfs_pageio_resend +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e50f406 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e81f032 __SCK__tp_func_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7053c9d1 nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73dff4c0 __SCK__tp_func_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x741b4011 nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x755a4388 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x79768b07 nfs_add_or_obtain +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7981aebe nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x79c362d7 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x79da7741 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7a2e89f3 nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7aea65d4 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7b3db5d4 nfs_sync_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7b4882da nfs_client_init_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7e202e89 __tracepoint_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7ef9f460 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7f19c769 nfs_client_init_is_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8499de4f nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x87a7c926 nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8e592aa7 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8f31bc2d nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91439bb4 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x92b155ac get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x936cce9e nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x95007f7e __SCK__tp_func_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x968050f0 nfs_set_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x96f2c1f0 nfs_access_get_cached +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9829bd09 nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98aeaa2f nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b0ece8 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9a4a051b nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa098feb9 nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa109f309 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa158dc3a nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa1b63f53 nfs_try_get_tree +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa217504e put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa23abb19 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa5c1b348 nfs_set_verifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa942ea05 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaafd4acc max_session_cb_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xad727423 nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb3030003 nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb3305e65 nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb37e80ba nfs_pgio_current_mirror +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb3e89059 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb65be2fc nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb6b97338 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb71284da nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb7d6eda9 nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb9e949cc nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbbdda3c4 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbcc60c8d __tracepoint_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbedbd124 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3a2be67 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc4d8f871 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6c8b8f1 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6fb27ce nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc7e675e6 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc9d90f07 nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcafb6abd nfs_request_add_commit_list_locked +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xce489b18 nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcf15bd1f nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd23cfb60 nfs_sysfs_link_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2ea60f6 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdcce498b nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdf9ee42c nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdfc1310c nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe0e5ca9c nfs_scan_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe115ed80 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe31b459b nfs_put_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe3acc4dc nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe4b4e2fc nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe65ee18a register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe7134f81 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe728fdd0 nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe7e81a39 nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe8b626b5 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeb09355b __traceiter_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf0b14af2 nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf2e557aa nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf3146239 nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf4c083ca nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf7e8dffb nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf96f04c4 __SCK__tp_func_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf9d0a753 nfs_clear_verifier_delegated +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfaf1b2c0 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc987d4d nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xff1d13a8 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xffb80e22 nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0x59600074 nfs3_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x02da1276 __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x054bef45 layoutstats_timer +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x068c80d2 pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x087c506c __traceiter_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x08b2c467 __SCK__tp_func_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x09a09d16 nfs4_mark_deviceid_available +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x09b4aebe nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0bd06bd1 __tracepoint_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0ce1856f nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0d381e90 __tracepoint_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0ff289f3 __SCK__tp_func_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x10781330 __traceiter_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x132e835a pnfs_nfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1556dee2 __traceiter_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x188cc578 nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x18b41178 __tracepoint_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x191d9434 pnfs_generic_search_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1bcbf8d7 nfs4_pnfs_ds_put +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1c6407ef pnfs_read_resend_pnfs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1d57c82c __tracepoint_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2124332d pnfs_generic_commit_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2174b794 __tracepoint_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x23e15a40 pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x27ad47ea __SCK__tp_func_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x299d029b nfs4_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x29e144cd pnfs_report_layoutstat +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2e5f1a95 pnfs_generic_pg_check_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2f1e21ba __tracepoint_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3024a0ce nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x30528f5a __traceiter_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x30a44ac3 __SCK__tp_func_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x328ef537 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3424e815 pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x34d2c69b nfs4_pnfs_ds_connect +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x35cb82af nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x38c37964 pnfs_free_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x39654f5b pnfs_generic_pg_cleanup +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3b0f130d nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x402f0e5c pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4165250c pnfs_generic_clear_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x42e17208 __traceiter_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4b526ec0 pnfs_layoutcommit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4c46c695 pnfs_error_mark_layout_for_return +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5074c8f6 nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x52dc1d6d pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x533c198f __SCK__tp_func_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5487be06 pnfs_generic_ds_cinfo_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x555bb1db __tracepoint_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x57356f09 nfs4_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x579126b8 __SCK__tp_func_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x58cb5f73 pnfs_generic_prepare_to_resend_writes +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5a4314e9 __SCK__tp_func_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6085edbd nfs_map_string_to_numeric +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x667c5a78 pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x68ff440b __traceiter_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69d3558d pnfs_generic_rw_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6b6cf3d4 nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6e428a19 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6e637af7 __tracepoint_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6eb842d7 nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x74b105e1 nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x785c06ab __SCK__tp_func_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7a4e7f4e __SCK__tp_func_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7cd013a8 __SCK__tp_func_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7d1c65da __traceiter_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7dad6737 pnfs_layout_mark_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x802046c5 __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x82ca22ea pnfs_generic_ds_cinfo_release_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x869ea71b pnfs_generic_write_commit_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8a4ad667 pnfs_generic_pg_check_range +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8be24f50 __tracepoint_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8e3482e4 __traceiter_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x98ac47d1 __traceiter_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9b868af5 nfs4_decode_mp_ds_addr +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9ba0e124 __traceiter_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9d5ffd49 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa00cc9ca __traceiter_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa497f1ca nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xae9fd49f nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb563a05f nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb5d60447 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb74c31b1 pnfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb76e6267 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb993665a pnfs_generic_recover_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xba21beeb pnfs_generic_scan_commit_lists +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xba53a1ef __SCK__tp_func_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbbfbe7b1 pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc151f39c pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc266cc7d pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc7a9d954 __SCK__tp_func_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc8aa965c __traceiter_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcb408f9e pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcc177ba1 pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xccd6c095 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xce9b2bab nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd2eed602 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd47333c2 __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd4994d03 nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdd342fa8 __tracepoint_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdf6991a4 __SCK__tp_func_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe201e679 nfs4_test_session_trunk +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe5bc71cc nfs42_proc_layouterror +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe67865dc nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe7fcfb5b __traceiter_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed46583f pnfs_alloc_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf5c46290 pnfs_generic_layout_insert_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf7801360 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf932c3eb pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf999267e pnfs_generic_commit_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfc0122e3 pnfs_add_commit_array +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x1fe1e1ad locks_end_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x3f664064 locks_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x7a0e2f96 locks_start_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0xfc1a0c89 opens_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x45ea7ebe nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x4bc16b77 nfs_stream_decode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xbe75ace3 nfsacl_decode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xf48d571b nfs_stream_encode_acl +EXPORT_SYMBOL_GPL fs/nfsd/nfsd 0xdc2b43c7 nfsd4_ssc_init_umount_work +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36dc344c o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4900035b o2hb_stop_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x571acc24 o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x58c88ff2 o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x5e95a4b2 o2net_send_message_vec +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x6a0c3847 __mlog_printk +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x747c4a09 o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x81a17396 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x923ec92e o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x9bcb5b55 o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa941cb47 o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xb6ebf62a o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xb74c1241 o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbd13ee5d o2hb_check_node_heartbeating_no_sem +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc4d99852 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd859ac8c o2net_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf1a5611d o2net_unregister_handler_list +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf56c2017 mlog_not_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf982e6db o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xfcbf72ee o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xfe1298f3 o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x28ca0a63 dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x3dfed0ef dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x5aee23a4 dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x73e6e9f4 dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x92668fcd dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x926779dd dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd7ba575e dlm_errmsg +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd8fa57a6 dlm_unregister_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x00f14120 ocfs2_kset +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x0a726931 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x0cfd3fc5 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x1475f64b ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x424c0c6e ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x48355cfb ocfs2_plock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x723dfee4 ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x76f40744 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x9507547f ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xaf969565 ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xc5196999 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xc9fae756 ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xcafdd707 ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xd344e4ee ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xd806a273 ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x425599fb register_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x43cc3d4b pstore_blk_get_config +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0xd9a25955 unregister_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0xafaf6dc1 register_pstore_zone +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0xb097d839 unregister_pstore_zone +EXPORT_SYMBOL_GPL fs/smb/common/cifs_arc4 0xabd9af6d cifs_arc4_crypt +EXPORT_SYMBOL_GPL fs/smb/common/cifs_arc4 0xc4c73891 cifs_arc4_setkey +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0x798f3830 cifs_md4_init +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0xceecd9e4 cifs_md4_final +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0xdef1096d cifs_md4_update +EXPORT_SYMBOL_GPL lib/842/842_compress 0xcf048a91 sw842_compress +EXPORT_SYMBOL_GPL lib/842/842_decompress 0xa4adedf1 sw842_decompress +EXPORT_SYMBOL_GPL lib/bch 0x0c303f52 bch_encode +EXPORT_SYMBOL_GPL lib/bch 0x0d3e3481 bch_free +EXPORT_SYMBOL_GPL lib/bch 0x1a267fa8 bch_init +EXPORT_SYMBOL_GPL lib/bch 0x860a2eab bch_decode +EXPORT_SYMBOL_GPL lib/crc4 0x696b3a5a crc4 +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x0105b595 des_encrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x574eda34 des3_ede_decrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x856a5ef3 des3_ede_encrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa6aa9857 des_decrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa77b3b62 des3_ede_expand_key +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa8fb743d des_expand_key +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0x39e8fa4b poly1305_update_generic +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0x4a833012 poly1305_final_generic +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0x8c874435 poly1305_init_generic +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x76e22caa notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xff54b8cc notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/polynomial 0xb8b44e50 polynomial_calc +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x1803a6ed raid6_2data_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x804a5b70 raid6_call +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0xe4b051cf raid6_datap_recov +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x1d29b9e1 decode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x561835eb init_rs_non_canonical +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x63adbf92 encode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xa32f3d9e decode_rs16 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xeb2f825c init_rs_gfp +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xfd581da1 free_rs +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0x353da09f lowpan_header_compress +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0x61412df1 lowpan_header_decompress +EXPORT_SYMBOL_GPL net/802/garp 0x0c8011bc garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x6926c186 garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0x70a183ea garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x964dba00 garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0xce659f65 garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0xf42b10b3 garp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0x49ca5210 mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0x6a5e0658 mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x6e3bfd23 mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x791b3862 mrp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0x8693e8c0 mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xda342b69 mrp_request_leave +EXPORT_SYMBOL_GPL net/802/stp 0x26a6055c stp_proto_register +EXPORT_SYMBOL_GPL net/802/stp 0xa94f97b7 stp_proto_unregister +EXPORT_SYMBOL_GPL net/9p/9pnet 0x3c3c4e6e p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/9p/9pnet 0x8d339ceb p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/atm/atm 0xb09faf79 register_atmdevice_notifier +EXPORT_SYMBOL_GPL net/atm/atm 0xcfb6a3da unregister_atmdevice_notifier +EXPORT_SYMBOL_GPL net/ax25/ax25 0xac93ae05 ax25_bcast +EXPORT_SYMBOL_GPL net/ax25/ax25 0xaeb7451e ax25_defaddr +EXPORT_SYMBOL_GPL net/ax25/ax25 0xeab555db ax25_register_pid +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x21ef55de bt_debugfs +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x4d51b5e2 l2cap_chan_del +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x858d896e l2cap_add_psm +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x88a277b9 l2cap_chan_connect +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x89d6eaf1 l2cap_chan_put +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xb0a736de l2cap_chan_list +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xd019e1f9 l2cap_chan_send +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xeb087f69 l2cap_chan_set_defaults +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xf7f84ec3 l2cap_chan_create +EXPORT_SYMBOL_GPL net/bridge/bridge 0x0aeb7838 br_vlan_get_pvid_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0x1453e6d0 nf_br_ops +EXPORT_SYMBOL_GPL net/bridge/bridge 0x3745fba9 br_vlan_get_proto +EXPORT_SYMBOL_GPL net/bridge/bridge 0x390dc0b4 br_fdb_find_port +EXPORT_SYMBOL_GPL net/bridge/bridge 0x4c05d275 br_dev_queue_push_xmit +EXPORT_SYMBOL_GPL net/bridge/bridge 0x4dd02c22 br_multicast_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x516d8ecc br_get_ageing_time +EXPORT_SYMBOL_GPL net/bridge/bridge 0x5c71cfbe br_port_get_stp_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0x69df814e br_multicast_has_router_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x6bd56c38 br_vlan_get_pvid +EXPORT_SYMBOL_GPL net/bridge/bridge 0x77295652 br_multicast_has_querier_anywhere +EXPORT_SYMBOL_GPL net/bridge/bridge 0x841c302b br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x850a292f br_mst_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x87051e1d br_vlan_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x8d47feff br_forward +EXPORT_SYMBOL_GPL net/bridge/bridge 0x90e5e676 br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x9626ae08 br_forward_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x99e9a056 br_mst_get_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0x9a848826 br_vlan_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0xa6f2a096 br_fdb_clear_offload +EXPORT_SYMBOL_GPL net/bridge/bridge 0xa764fd5c br_mst_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0xa860dae2 br_multicast_router +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd76c7827 br_handle_frame_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0xee88ad0b br_vlan_get_info_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf35842ec br_port_flag_is_set +EXPORT_SYMBOL_GPL net/dccp/dccp 0x094bd008 dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x09e9e0b3 dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0x10aaca2d dccp_destruct_common +EXPORT_SYMBOL_GPL net/dccp/dccp 0x131ac6c5 inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0x182ec2bf dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x203ce322 dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x319087c7 dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x347fff6d dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x359c98ee dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x426f4b9b dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x51391926 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5176b35e dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0x54cb7c25 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x693d30e4 dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0x73ab4a79 dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x80993155 dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8171199a dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0x841bb202 dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x91d0d037 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x973c3216 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9df238f4 dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9fb7bac6 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa01e51a4 dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0xaf36af70 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbfa7903f dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc63aaf2d dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc6761f99 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd75b7072 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd7cdb975 dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0xda1a18ab dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe28901b9 dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe2d35ef7 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xeb20a78d dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xee208f36 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf0034880 dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfe48e766 dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfe931715 dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x3efa175f dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x4f6e064d dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x84ac2221 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x951c16a0 dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xb99b3d69 dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xfad0303b dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x04edc6cf dsa_tag_drivers_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x09e8dc25 dsa_devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0b0348ea dsa_tag_8021q_bridge_leave +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0ba3d4bd dsa_devlink_params_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0c6039ac dsa_flush_workqueue +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x11656e05 dsa_tag_8021q_find_port_by_vbid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x14a29261 dsa_devlink_port_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1dda802c dsa_mdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x2881c3ae dsa_register_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x3453c0dd dsa_devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x417d1fed dsa_8021q_rx_switch_id +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x45ca5090 dsa_tag_8021q_bridge_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x53153921 dsa_tag_8021q_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x68842e15 dsa_8021q_rcv +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x6aa934bf dsa_switch_resume +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x6acd638f dsa_devlink_resources_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x6c1f9ff6 dsa_tag_8021q_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x84b8375f dsa_devlink_params_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x872a64b5 dsa_slave_dev_check +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x8a54f3ea dsa_tag_8021q_bridge_join +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x8ae08d2b dsa_switch_shutdown +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x930b085f dsa_8021q_xmit +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9a5983e8 dsa_tag_drivers_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9ca4ded2 dsa_switch_suspend +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9e59271d dsa_8021q_rx_source_port +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9fc51872 dsa_devlink_resource_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc0eed5ef dsa_fdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc23e8d5f dsa_devlink_region_destroy +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc842ec01 dsa_port_from_netdev +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd077e855 dsa_devlink_param_get +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd59cc8d2 dsa_port_phylink_mac_change +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe6df1174 dsa_switch_find +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe7a805eb dsa_enqueue_skb +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe7aea12f dsa_unregister_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe8fbfa48 dsa_devlink_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf13e1803 vid_is_dsa_8021q +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf541158a dsa_tag_8021q_standalone_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xfd3e2b67 dsa_devlink_param_set +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x02b58830 ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x0b492dcf ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x10552946 nl802154_scan_event +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x60cecf25 ieee802154_mac_cmd_pl_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x6a06cd38 nl802154_scan_started +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x8747d085 nl802154_beaconing_done +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x87e2553b ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x98655d37 ieee802154_beacon_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xa492cdc1 ieee802154_mac_cmd_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xd1bb49a1 nl802154_scan_done +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xe1ddeb04 ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xe4a1c05c ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ife/ife 0x2f204a13 ife_decode +EXPORT_SYMBOL_GPL net/ife/ife 0x6210e871 ife_tlv_meta_next +EXPORT_SYMBOL_GPL net/ife/ife 0x67db2029 ife_tlv_meta_decode +EXPORT_SYMBOL_GPL net/ife/ife 0xe7888e98 ife_tlv_meta_encode +EXPORT_SYMBOL_GPL net/ife/ife 0xef768f2a ife_encode +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x1a6a21b6 esp_input_done2 +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xa8627abe esp_output_head +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xfd738441 esp_output_tail +EXPORT_SYMBOL_GPL net/ipv4/gre 0x810e1765 gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xac9fe7b2 gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x1a088be5 inet_diag_msg_common_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x2ba99e79 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x3a487472 inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x6f1d42b8 inet_diag_find_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x84ff02ba inet_diag_msg_attrs_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xae78c1e0 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xb01bdb18 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xe126141c inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xfbd64732 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0x1e7cdf39 gretap_fb_dev_create +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x18a04291 ip_tunnel_encap_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x2c85c15e ip_tunnel_delete_nets +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x300fa71a ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x38d002b5 __ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x6ffe7cad ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x70811f66 ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x75949921 ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x75db32fe ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x8b4f138e ip_tunnel_ctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xa888173c ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb07955b4 ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb66f90c6 ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xbe940ac6 ip_md_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xbf449872 ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xcb91e561 ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xdf6fd43e ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xf1e85d80 ip_tunnel_siocdevprivate +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x34e26ee7 arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x4f977dd2 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x54b13601 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x57aa835b nf_defrag_ipv4_disable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0x3bb9e2f4 nf_dup_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x130ae41f nf_send_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x176139b1 nf_reject_skb_v4_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x5f2790de nf_reject_ip_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x84927a89 nf_reject_iphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x9f6ecfac nf_reject_ip_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xf5b4a25f nf_send_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xffef9b19 nf_reject_skb_v4_tcp_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0x8c04858e nf_sk_lookup_slow_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x02d21c41 nf_tproxy_laddr4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0xc4e5a1f7 nf_tproxy_handle_time_wait4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0xd8379c74 nf_tproxy_get_sock_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x2f910da1 nft_fib4_eval +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0xfdc11a0b nft_fib4_eval_type +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x023c32aa tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x30689310 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x865b588c tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xa19faa31 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xbcece1ee tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x1d6cda00 udp_tunnel_xmit_skb +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x35203375 udp_tunnel_drop_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x3621b4cd udp_tunnel_sock_release +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x39bf5fd8 udp_tunnel_notify_add_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x536d2d72 setup_udp_tunnel_sock +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x625499c8 udp_tun_rx_dst +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x7d8c7ee0 udp_tunnel_push_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xab21ede3 udp_tunnel_notify_del_rx_port +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x13023cfc esp6_output_head +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xa4dd8e04 esp6_output_tail +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xc84edb94 esp6_input_done2 +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x79bdf70d ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x95ffcecc ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xf75dabb8 ip6_tnl_encap_setup +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x0f44b930 udp_sock_create6 +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x1539ae5c udp_tunnel6_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x9acc61bc ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x941a4404 nf_defrag_ipv6_disable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xc1aca7cb nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xc56527ad nf_ct_frag6_gather +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0x5156e391 nf_dup_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x06b40e0c nf_reject_ip6_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x16ce4e69 nf_send_unreach6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x6d59be81 nf_reject_ip6hdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xa02535d9 nf_send_reset6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xa15a6796 nf_reject_skb_v6_tcp_reset +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xad855c91 nf_reject_ip6_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xfe0a8ce0 nf_reject_skb_v6_unreach +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0x0b6324e7 nf_sk_lookup_slow_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x0a591823 nf_tproxy_get_sock_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x24984372 nf_tproxy_laddr6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x385d0044 nf_tproxy_handle_time_wait6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x056c4786 nft_fib6_eval_type +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x52cc3cdd nft_fib6_eval +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0a4a010a l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x24c7a813 l2tp_session_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x28bddacd l2tp_tunnel_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x291813b8 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x3a63624c l2tp_tunnel_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x3e442faf l2tp_session_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5a6a529e l2tp_tunnel_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x67a6c7a1 l2tp_session_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7323896b l2tp_session_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x769f4713 l2tp_tunnel_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x76bfb12b l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x79a65163 l2tp_tunnel_get_session +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x84bad2f6 l2tp_sk_to_tunnel +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x8b651747 l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9775c578 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9a3c7c5c l2tp_session_get_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa7a5e63b l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc2a82add l2tp_recv_common +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc9e84c43 l2tp_session_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd059f435 l2tp_tunnel_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf81d5bad l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_ip 0x0d0beb33 l2tp_ioctl +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x5b43e02e l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x005bd3c8 ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0938f247 ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x16ad7c5f ieee80211_tkip_add_iv +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x180bc4e3 ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1dab0efe ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4f2431ee ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x627bc125 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x643a6b2d ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x65e5c748 ieee80211_iterate_stations_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x6c85413f ieee80211_find_sta_by_link_addrs +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x6edd11fe ieee80211_obss_color_collision_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7681542c ieee80211_iterate_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x80cb8990 wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8af7603d ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9549eef7 ieee80211_hw_restart_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x965d0ccd ieee80211_calc_tx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x973b0f7d ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x980cf4b7 ieee80211_update_mu_groups +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9e1c1431 ieee80211_key_replay +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa9793058 ieee80211_iterate_active_interfaces_mtx +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xaffe71eb ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb0b6125c ieee80211_set_active_links +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc30626e7 ieee80211_color_change_finish +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd004ea88 ieee80211_key_mic_failure +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd211e841 ieee80211_set_active_links_async +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xdb0db9e8 ieee80211_vif_to_wdev +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xea792270 ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xed488c8d ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xff8c04b9 ieee80211_calc_rx_airtime +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x8ee316eb nla_get_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xb8e88272 nla_put_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xd440cfea mpls_pkt_too_big +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xd449adfb mpls_dev_mtu +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xe0ec90ff mpls_output_possible +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xe610be76 mpls_stats_inc_outucastpkts +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1af49675 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x22d966c6 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x36ec27ab ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x38075e92 ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x3d0855fd ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x4329d1c8 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x44a95162 ip_set_put_flags +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6c7533a2 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x73440145 ip_set_init_comment +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x829b1ad1 ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x8afb99bc ip_set_match_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x965195b1 ip_set_put_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9fdf59d5 ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa4e4a759 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa9c58cf2 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb07b87d2 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb39100f6 ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb6437ee1 ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd60a4278 ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf7d99258 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x2b88d335 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x4eeb5b82 register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xeda87b24 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xf67a4b76 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x24b92511 nf_conncount_gc_list +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x4e22e561 nf_conncount_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x684c79cc nf_conncount_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x76a9e0e4 nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xded40268 nf_conncount_list_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xe2214b8e nf_conncount_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xf2a1dbb9 nf_conncount_cache_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x022d8055 nf_ct_tmpl_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0460ec0f nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bc00f80 nf_nat_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1747a5af nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x190ad2b5 nf_conntrack_helpers_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1c9ed4ca nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1e9a2f37 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1f9f6f81 nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x229513f7 nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x237fef74 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x24dd9e8c __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x27874eb0 nf_nat_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x288c597e nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x28eff409 nf_conntrack_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x290940ce nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x299cea6d nf_ct_acct_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2c278c7e nf_ct_remove_expect +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2c2f2b1c __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2d45949e nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2d7942d1 __nf_ct_change_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2eb0bbbc nf_conntrack_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x38040573 __nf_ct_change_status +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x396a4217 nf_nat_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x39e599d7 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3e1032dd nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x44c3a6e7 nf_ct_netns_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x48cbf5ba nf_ct_set_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x497bebe0 nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4a258089 nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4a65a52c nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5818d1d4 nf_ct_bridge_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x58936f8a nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x591a1389 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x597fc032 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x65ef5a51 nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6770018e nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6c8170bc nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e84da17 nf_ct_bridge_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x752f0aa2 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7656e3b2 nf_connlabels_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7772e0c0 nf_ct_change_status_common +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7a6bc840 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7f477a18 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x810e0969 nf_ct_netns_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x83d7aa50 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8b61e11c nf_conn_pernet_ecache +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8f625ecc nf_ct_handle_fragments +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x98f7725f nf_ct_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9adb7399 nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9c293f01 nf_ct_iterate_cleanup_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9f95eac5 nf_conntrack_eventmask_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa22cdbcb nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa31fcc3b nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaf0847f0 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xafca59d9 nf_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb301557e nf_ct_add_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb39356f5 nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xba443a1f nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbb39f0a1 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbe21455d nf_ct_tmpl_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc05dc78b nf_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc2357a5b nf_ct_expect_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc2584ef5 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc268261e nf_ct_timeout_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc498dea0 nf_ct_helper_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc59885c6 nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc6ef6ff6 nf_ct_destroy_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc858e414 nf_nat_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcab417ca nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd3f6e209 nf_conntrack_helpers_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd505c3e0 nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd5560cd2 nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd6cfda6e nf_ct_untimeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd78dea35 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd8d8934c nf_ct_expect_iterate_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd9986b8d nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xda3192d7 nf_ct_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdba7326b nf_conntrack_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdca58736 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdd255db8 nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe138b10f nf_conntrack_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe25cff42 nf_ct_get_id +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe2f6bd8a nf_ct_ecache_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe3eea116 nf_ct_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe4489724 nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe7ed7000 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xea194c3d nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec8beba6 nf_ct_expect_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xed0ea7e9 nf_connlabels_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xed8ce59f __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xef13f9bb nf_ct_skb_network_trim +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf10d742b nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf21667d0 nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf2704d68 nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfa916698 nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x1855e775 nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0xa0e766a2 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x587753de nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x205f5913 get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x6420ea1a nfct_h323_nat_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0xa9559a9f nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xa4edf5f3 nf_nat_pptp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x21ef4da8 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x66e1858e ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x6770f5c1 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x84c995ff ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x8dac3ce2 ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xd92dde79 ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xf62bdcf8 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x7cd2ba44 nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x9f573830 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0xb513ec5d nft_fwd_dup_netdev_offload +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0xe8562e6f nf_dup_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0xf9207e9c nf_fwd_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x00f9a231 nf_flow_rule_route_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x079e39b9 nf_flow_snat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x0e76a27c flow_offload_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x28bf95e8 nf_flow_dnat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x306452e3 flow_offload_add +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x3c6eb571 flow_offload_refresh +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x3f12e3bc flow_offload_teardown +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x5817cee0 nf_flow_table_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x774fbe59 flow_offload_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x7df7c159 nf_flow_table_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x899b87a3 flow_offload_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x91b80bb2 flow_offload_route_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xebb80356 nf_flow_table_offload_setup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xec267b02 nf_flow_table_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xf83e0b54 nf_flow_rule_route_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xff358733 nf_flow_offload_ipv6_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xff5e62d9 nf_flow_offload_ip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x185184e9 nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x314279ee nf_nat_ipv6_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x36640105 nf_nat_inet_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3bc17c49 nf_nat_masquerade_inet_register_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x40708cce nf_nat_redirect_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x4932a0c6 nf_nat_masquerade_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x5bcf19c2 nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x5e59b4f8 nf_nat_inet_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x67c103d7 nf_nat_inet_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x6c89c8d0 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x85e50137 nf_nat_ipv4_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x8e90280f nf_nat_redirect_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x99d29beb nf_ct_nat +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb3295308 nf_nat_ipv4_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xbd0d60f7 nf_nat_ipv6_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc947e5f4 nf_nat_exp_find_port +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd55f2909 nf_nat_masquerade_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd9c25654 nf_nat_masquerade_inet_unregister_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xe021ba15 nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xf31e1a75 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1f099794 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x59c0b67f nf_synproxy_ipv4_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x5c8ded1a nf_synproxy_ipv4_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x5da6c80a ipv6_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x838f2155 synproxy_recv_client_ack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x902027f6 synproxy_send_client_synack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x98753643 synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x99805e9f nf_synproxy_ipv6_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x9ccd05fa nf_synproxy_ipv6_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb6b70bb1 synproxy_send_client_synack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xbcf19068 synproxy_recv_client_ack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xca9fc082 synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xdf58882b ipv4_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x00fe6d6d nft_chain_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x058eeb14 nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0861b908 nf_tables_destroy_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0a3b6d95 nft_chain_validate_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0ab67e74 nf_tables_deactivate_flowtable +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0b582a29 nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0f1f16fb nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x178a4706 nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1c6bd8aa nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2545aca8 nft_expr_reduce_bitwise +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2711997a nft_meta_set_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x286aec90 nft_parse_register_store +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3092b7d4 nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3251d762 nf_tables_trans_destroy_flush_work +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x338e5176 __nft_release_basechain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3acacbd6 nft_chain_validate_dependency +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3ddf6d6f nft_reg_track_update +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4045f0d6 nft_set_lookup_global +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x41b71e65 nft_trace_enabled +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x42495a71 nf_tables_activate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4cecbb60 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4f8274a7 nft_unregister_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x51683bd1 nf_tables_deactivate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x79478273 nft_request_module +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x79f624c8 nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8060202b nft_register_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8541dd54 nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x87b98cfc nft_unregister_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa2eee127 nft_obj_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb23eed54 nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb42e981b nft_meta_inner_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb5acb9be nft_meta_get_reduce +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd3b398cb nft_meta_set_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd6982ec4 nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xde57b5f5 nft_parse_u32_check +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe2b8cc13 nft_parse_register_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe3a45f3d nft_register_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe3c5201f nft_set_catchall_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe5320520 __nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe7d4c044 nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xec8a5f2e nf_tables_bind_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xed649d84 nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xed84fe5b nft_data_release +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xee8c4152 nft_dump_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf02f141a nft_flowtable_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf63cdd96 nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf9af9e2b nft_obj_notify +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xff4d3220 nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xffe2951c nft_set_elem_destroy +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x08715ef2 nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x1322ff6b nfnetlink_broadcast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x45a0edf0 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x68004bc7 nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xd2ba00bf nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb4f69f9 nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xf440820e nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x53de2450 nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x6e9a09c1 nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xcd1a97c8 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x35eff5e0 nf_osf_fingers +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x80a729a2 nf_osf_match +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x9a289cc8 nf_osf_find +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x0704917a nft_fib_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x3a3f173e nft_fib_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x5f9d211a nft_fib_init +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xb0ea6d02 nft_fib_reduce +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xd71410a5 nft_fib_store_result +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x13753c3b nft_reject_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1de558c1 nft_reject_icmpv6_code +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x65880366 nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x9d46ccf8 nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xde33bcde nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xe2c84666 nft_reject_icmp_code +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x02174666 xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x04e27719 xt_compat_flush_offsets +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x05d793b2 xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x075a0af8 xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x0bcd5084 xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x179cd4ec xt_unregister_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x502d521d xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x552c22de xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x60503ae4 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x670f9f2d xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6c189d53 xt_register_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7bce4603 xt_data_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7c245ec2 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x823edea5 xt_compat_add_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x8a0c097e xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x98b3c8b7 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9c995c69 xt_percpu_counter_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa7c94f1d xt_compat_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xac139af4 xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbd6c3f65 xt_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbfacb837 xt_percpu_counter_free +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc3d493cd xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc7fae024 xt_compat_calc_jump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xcc95a2a3 xt_request_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd07349ec xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd1e246a2 xt_compat_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd3fcc511 xt_tee_enabled +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xdcd3c837 xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xddf68fc6 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xdf7675d8 xt_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe5df3b63 xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xeda7742f xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf6abeb06 xt_copy_counters +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xff766262 xt_hook_ops_alloc +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xa2a47b5c xt_rateest_put +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xc182beae xt_rateest_lookup +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x27476a2a nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x2b3703e4 nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0xcb5fedd0 nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x3848d14d nci_uart_set_config +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x3a4cf523 nci_uart_register +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xaaf916b1 nci_uart_unregister +EXPORT_SYMBOL_GPL net/nsh/nsh 0x7ecb943c nsh_pop +EXPORT_SYMBOL_GPL net/nsh/nsh 0xc43203fa nsh_push +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x10d5c968 __ovs_vport_ops_register +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x2c67df39 ovs_netdev_link +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x75d9b78e ovs_vport_ops_unregister +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x763810cf ovs_vport_free +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xb8b87b33 ovs_vport_alloc +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xe6a5fa52 ovs_netdev_tunnel_destroy +EXPORT_SYMBOL_GPL net/psample/psample 0x48de4c6d psample_sample_packet +EXPORT_SYMBOL_GPL net/psample/psample 0xd0ae9b62 psample_group_get +EXPORT_SYMBOL_GPL net/psample/psample 0xe6a86c15 psample_group_put +EXPORT_SYMBOL_GPL net/psample/psample 0xf9d1438b psample_group_take +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x00829b4b qrtr_endpoint_post +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x1f949df6 qrtr_endpoint_register +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x6a5663f5 qrtr_endpoint_unregister +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x8d25501f qrtr_ns_remove +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0xa47e91ba qrtr_ns_init +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x05113835 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x0879401a rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0x16a29d86 rds_conn_path_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x20c5e653 rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x25695e21 rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x2b0d543c rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x2d41bb4e rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x36087aa4 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x4154ff0b rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x45a4781e rds_addr_cmp +EXPORT_SYMBOL_GPL net/rds/rds 0x47a3a341 rds_send_xmit +EXPORT_SYMBOL_GPL net/rds/rds 0x582fe5cf rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x585f567b rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x651debe2 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x6572573b rds_conn_path_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x6b811d52 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x7ecc4be9 rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x8051ccc9 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0x82cbdbab rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x85e4e520 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x887ee8b5 rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x9dcbbbf0 rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0x9ecb724c rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0xa2bfbc61 rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xab4f311b rds_inc_path_init +EXPORT_SYMBOL_GPL net/rds/rds 0xb2e04bdf rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0xb5b2c42a rds_send_path_reset +EXPORT_SYMBOL_GPL net/rds/rds 0xb64f542e rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0xc00055b0 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xc92f3e4e rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xc9378e43 rds_send_ping +EXPORT_SYMBOL_GPL net/rds/rds 0xd20bc279 rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0xdbfa87e2 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xe39f0fa5 rds_connect_path_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xe8d71dfa rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0xff7c2f60 rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0x76c6e8f6 mqprio_validate_qopt +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0xcede419b mqprio_fp_to_offload +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0xe8ed18af mqprio_qopt_reconstruct +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x631d33ef pie_process_dequeue +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x64eaa43d pie_drop_early +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x6ce9b467 pie_calculate_probability +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x16f8ba5d taprio_offload_get +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x6a6b1c12 taprio_offload_free +EXPORT_SYMBOL_GPL net/sctp/sctp 0x4ad939ff sctp_for_each_endpoint +EXPORT_SYMBOL_GPL net/sctp/sctp 0x78f6e182 sctp_transport_traverse_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0x8ddc366e sctp_get_sctp_info +EXPORT_SYMBOL_GPL net/sctp/sctp 0x8f328e31 sctp_transport_lookup_process +EXPORT_SYMBOL_GPL net/smc/smc 0x0a8f6d19 smc_proto +EXPORT_SYMBOL_GPL net/smc/smc 0x87aff0e8 smc_unhash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0x91955d3f smc_proto6 +EXPORT_SYMBOL_GPL net/smc/smc 0xc711414d smc_hash_sk +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x0935a503 svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x38d3dce5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x482ac5a4 g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x59b1a753 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x9b92f305 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xa2ffe382 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd7673035 g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x004fc371 svc_generic_init_request +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x00fbe4cb xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0153f84c rpc_clnt_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x01a2d626 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0259e050 sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x02a5079e svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x045f1d55 rpc_clnt_xprt_switch_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0535b86d svc_generic_rpcbind_set +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0578f232 xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05e807a9 xdr_encode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x06551259 rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x065994f1 xdr_encode_opaque_fixed +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x06ac0a05 rpc_set_connect_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x06e43e99 svc_rqst_replace_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x08a357aa rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x09049bfd rpc_task_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0993856b svc_xprt_destroy_all +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0aeaa8f2 xdr_init_encode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b2f4cf9 rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c5058f5 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0d3d1dcf xprt_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0d891d25 xprt_request_get_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0dc84855 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e48f594 svc_rpcbind_set_version +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e5f34b5 xdr_stream_encode_opaque_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x10d29f4a xprt_unpin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1246050d xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x134b5310 rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x13c0c6e5 xprt_unlock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x14031d70 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x14b8181c rpc_clnt_xprt_switch_remove_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x17b7e5c6 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1d730213 rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1d9e6c20 xdr_stream_decode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1de6288a xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e119a79 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x20c59d4c rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2158fec4 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2173067b xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2195561e rpc_num_bc_slots +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x219cabc4 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x226269cc rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x257c3248 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x262e8d9b cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2667e3a9 rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x268c83ae svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x28c2b64f xdr_stream_decode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x28dec7c5 xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x290563d0 rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x29e33472 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a36601a rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a9f4727 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ad452da svc_encode_result_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2c319636 svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2cdfd76b xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x303fc57e svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3276b1c5 svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3338a17e rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34d184de rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x35f1bce5 rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x35fd0716 rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x36121954 rpc_sleep_on_priority_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3615a6a2 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x36bc1d24 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x370766af rpcauth_wrap_req_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3908d4c2 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b2390d4 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e80a2bf sunrpc_cache_unhash +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f9a2b0b rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x40c15d40 svc_rqst_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x41409899 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x469d116a xdr_set_pagelen +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x47cbc19a xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x487853cd svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x494b4ae0 rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4a4cb840 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4aaeed65 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4afedab1 xprtiod_workqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4cde1f29 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dac77f0 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4de7d014 rpc_clnt_iterate_for_each_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e8f6ca7 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4ffb68ec xprt_pin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x50637549 svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5103fc6b rpc_clnt_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5129fe2f svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x549c0738 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57d398f6 svc_age_temp_xprts_now +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x58ae037d rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x58db456f xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a45ba31 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a9cd43c rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5bea9def read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5bebc06b svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d8e4ad8 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x609202f9 rpc_task_gfp_mask +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x614d8698 xdr_stream_zero +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x648cd279 rpc_clnt_swap_activate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65aca537 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66ed2439 rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x67f4993b svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68b819d1 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6e9d72c0 xprt_lock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6edae3dd xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x70aef620 rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x70d3da52 rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71bc40e3 rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x72a0a55f rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7314a916 svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x73a779a5 svc_xprt_received +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x73da9e76 rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x73eb34b3 xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7518d46c rpc_task_release_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x76c52870 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7733d6d1 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x782d417b rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7962721a xdr_reserve_space_vec +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7977c57d rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x79fa91c5 put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7d765933 svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7daf1c35 xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de45b8e rpc_max_bc_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e07b83e sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7eb8e77d xprt_wait_for_reply_request_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7f6a8cfa sunrpc_cache_pipe_upcall_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x82532665 xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x828f7c49 rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x82ad76ed svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x83bcd1a7 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x851d39a6 cache_seq_stop_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x865cca61 rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x86d904df rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x893ddab2 svc_xprt_deferred_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8a04a697 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8a508116 cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b899f91 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8d936d7f svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8ed17da2 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8faeb824 xprt_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9045a8a9 rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9100b347 xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x911e89d4 xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x919506cd rpc_sleep_on_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x91b87ff3 xprt_wake_up_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9346e13f rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x956e0afb rpc_cancel_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9670b5a1 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9769a6c3 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99aee353 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9bb83bd6 xprt_add_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9bbc365c xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d093dbb rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9e4e7f61 xprt_force_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9f17680a rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9f93b0aa cache_seq_start_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa018bc7c xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa10920a3 rpc_clnt_probe_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa1328cbf rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa28fcad6 svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa310f02d gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa3b15473 xdr_stream_move_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa752016a svc_fill_symlink_pathname +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa813567f xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa4f8708 rpcauth_unwrap_resp_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa8d9c7a xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaada8e37 sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xacf3fe49 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xadf15012 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf3ad40a svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb262aef1 svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb408e910 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb427e34a rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb54b85b3 svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb583ec08 rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb59f0d53 svc_xprt_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb75f5e4a xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb09da35 svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbbd57ed4 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbd10eea6 rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbe471ec3 auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbeaad4c1 svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0908dd0 svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0912f82 xdr_stream_decode_opaque_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3d3309c sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc5c0e54f svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6191b28 xdr_page_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc643758d rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6b2414d rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc82bd0fa rpc_clnt_xprt_switch_has_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc99b7d1a rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xca692778 rpc_clnt_xprt_switch_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcb7dbcc5 rpc_clnt_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcd867da7 cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce41525e auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce678a59 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf62ea99 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd007c990 svc_xprt_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd3ff042e rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd4821110 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd535d550 xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd63e6fe7 rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd6ec4448 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7bc90c6 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7f0e77d rpc_clnt_manage_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd8bb1416 rpc_prepare_reply_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xda04f9f3 xdr_truncate_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb17c7ee rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb47c046 xdr_stream_decode_string_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc4e186d xprt_free_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc9b218f cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdcb233d6 rpcauth_stringify_acceptor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdcbd8138 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd691402 xprt_find_transport_ident +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdde777c1 xprt_reconnect_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdef8ac96 xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe16d402b rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe210cc54 rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe2c92c3f svc_fill_write_vector +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe30b683c svc_rqst_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe389afd5 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe48afa42 xprt_reconnect_backoff +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe4ba89e4 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5ae47c7 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe71a924b csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe7b3e112 sunrpc_cache_lookup_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe80a99db bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeb73a57e __xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeca994c9 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed4176e0 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed8e2e2e rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedd2a0f4 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee370adc xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeed9f4f3 xprt_wait_for_reply_request_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeef61a08 rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xef466a25 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xefddbf46 rpc_clnt_show_stats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf04bfd4b xdr_stream_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0b7775d rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf34d907e rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf4432348 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf446ecb0 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf4e6b14c svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf55694a4 rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf57d898c rpc_count_iostats_metrics +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf6df696c rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7a14fd7 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7b9f380 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7c866ca rpc_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfb66c608 cache_seq_next_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfbd961a5 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfc1e270f svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd6c6166 rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xff15b1a4 rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xff1d81cd xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xff606130 xdr_stream_decode_opaque_auth +EXPORT_SYMBOL_GPL net/tls/tls 0x2c07f048 tls_offload_tx_resync_request +EXPORT_SYMBOL_GPL net/tls/tls 0x45dab332 tls_device_sk_destruct +EXPORT_SYMBOL_GPL net/tls/tls 0x6bc5d0bd tls_encrypt_skb +EXPORT_SYMBOL_GPL net/tls/tls 0x745ee9f0 tls_validate_xmit_skb +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x033c9d1a virtio_transport_stream_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x03a81e69 virtio_transport_stream_allow +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x09a0a6a6 virtio_transport_notify_recv_pre_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x0a9dd584 virtio_transport_notify_poll_out +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x0c936657 virtio_transport_read_skb +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x1717f0f0 virtio_transport_connect +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x24dfd352 virtio_transport_purge_skbs +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x27604e08 virtio_transport_notify_recv_post_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x3f1f168b virtio_transport_get_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x45303897 virtio_transport_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x540f7404 virtio_transport_deliver_tap_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x589b7a41 virtio_transport_notify_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x5fff7794 virtio_transport_notify_recv_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x64c5a1b6 virtio_transport_seqpacket_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6b0cd9a6 virtio_transport_dgram_bind +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6e5ff628 virtio_transport_shutdown +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x7ccb4749 virtio_transport_recv_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x85382745 virtio_transport_stream_is_active +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x858f6eaf virtio_transport_notify_send_pre_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x8825f7d9 virtio_transport_notify_send_post_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x897cba63 virtio_transport_notify_poll_in +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x89f1bb50 virtio_transport_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x8b7de0d8 virtio_transport_inc_tx_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x9756fd92 virtio_transport_seqpacket_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa546d7c7 virtio_transport_destruct +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xad416e71 virtio_transport_do_socket_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xad68822d virtio_transport_dgram_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb523c4d6 virtio_transport_notify_send_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xbabd30f5 virtio_transport_dgram_allow +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xbb718458 virtio_transport_put_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xbbcfdbd2 virtio_transport_notify_send_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xcb1fe2a3 virtio_transport_notify_recv_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xcb7dd11b virtio_transport_release +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd0097da5 virtio_transport_dgram_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd188ffa3 virtio_transport_stream_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd2c7090d virtio_transport_stream_rcvhiwat +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xdf26203d virtio_transport_seqpacket_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0393a912 vsock_core_register +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x043b086a vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0e9bc9b6 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x284e07d8 vsock_bind_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2b045a6e vsock_data_ready +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x31cf3675 vsock_connectible_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3b3257d2 vsock_assign_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3d4b0fca vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4b99648c vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4c9b1b3f vsock_core_unregister +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x62b45099 vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x6b0e5ae5 vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7be63387 vsock_create_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7e910fc0 vsock_add_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x8bb6749a vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x8bbbce1e vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x90aa8549 vsock_find_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x97ed25c8 vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x987dbfaa vsock_core_get_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9bb6fd09 vsock_connected_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa9a33406 vsock_deliver_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xaf2674b5 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb0d7bda7 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb380b3f4 vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb60f06cb vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbf5ecff3 vsock_dgram_recvmsg +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc2d434b3 vsock_remove_sock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc92f7f50 vsock_table_lock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd4000eb4 vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd526577a vsock_remove_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe460801e vsock_connectible_recvmsg +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe8683d32 vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xec96eadf vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf4068d4d vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x1c3f0592 cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x483fa21a cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x4ed0b07c wiphy_work_flush +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x51e60b32 cfg80211_pmsr_complete +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x54c36129 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x5cbac1ce cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x78400a95 wiphy_delayed_work_queue +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x899e2330 cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x9379ed5e wiphy_delayed_work_cancel +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x9da4b04b cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x9e1d8abc cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xa5d2bea0 cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb1b921b0 cfg80211_vendor_cmd_get_sender +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb9770537 cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xc671a7de wiphy_work_queue +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xca5dbd95 cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xcfc44d0c cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xd9f8d5b8 cfg80211_pmsr_report +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xde672eee cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xefdecd48 wiphy_work_cancel +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xf9a3d88e cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xfa3aed28 wiphy_delayed_work_flush +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0049ca83 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x00c80741 xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0a575945 xfrm_count_pfkey_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x37a02412 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x5c699441 xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x72395dc1 xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7a8ca627 xfrm_count_pfkey_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xaab23340 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xb73be794 xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xc6b1fdbe xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xd6f50cf7 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x65f2971b ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x80132906 ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x81174cda ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x9d77ed7a ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_user 0x4a0c7516 xfrm_msg_min +EXPORT_SYMBOL_GPL net/xfrm/xfrm_user 0xa294bed8 xfrma_policy +EXPORT_SYMBOL_GPL sound/ac97_bus 0xf0e5dadd snd_ac97_reset +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0x1c1e0b0b snd_seq_kernel_client_put +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0x49a1d506 snd_seq_kernel_client_get +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xadb51cff snd_seq_client_ioctl_unlock +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xcbf9166f snd_seq_system_broadcast +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xe50413d7 snd_seq_client_ioctl_lock +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xf0c8f9fa snd_seq_expand_var_event_at +EXPORT_SYMBOL_GPL sound/core/snd 0x29412b24 snd_card_rw_proc_new +EXPORT_SYMBOL_GPL sound/core/snd 0x3c067a3a snd_card_add_dev_attr +EXPORT_SYMBOL_GPL sound/core/snd 0x473d4be7 snd_ctl_register_layer +EXPORT_SYMBOL_GPL sound/core/snd 0x4c803191 snd_device_initialize +EXPORT_SYMBOL_GPL sound/core/snd 0x5af762f1 snd_fasync_free +EXPORT_SYMBOL_GPL sound/core/snd 0x7df06568 snd_card_free_on_error +EXPORT_SYMBOL_GPL sound/core/snd 0x7e1c627d snd_devm_card_new +EXPORT_SYMBOL_GPL sound/core/snd 0x95c632b1 snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd 0xa438c6bc snd_ctl_apply_vmaster_followers +EXPORT_SYMBOL_GPL sound/core/snd 0xaf9f8b2a snd_card_disconnect_sync +EXPORT_SYMBOL_GPL sound/core/snd 0xb03ca6e9 snd_fasync_helper +EXPORT_SYMBOL_GPL sound/core/snd 0xb14bb6c7 snd_device_get_state +EXPORT_SYMBOL_GPL sound/core/snd 0xb4a334b2 snd_card_ref +EXPORT_SYMBOL_GPL sound/core/snd 0xcecd2cf1 snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0xd7ad38d3 snd_power_ref_and_wait +EXPORT_SYMBOL_GPL sound/core/snd 0xe37d45c3 snd_ctl_disconnect_layer +EXPORT_SYMBOL_GPL sound/core/snd 0xf254cc1d snd_device_disconnect +EXPORT_SYMBOL_GPL sound/core/snd 0xf34b0589 snd_ctl_get_preferred_subdevice +EXPORT_SYMBOL_GPL sound/core/snd 0xf8f2a4eb snd_kill_fasync +EXPORT_SYMBOL_GPL sound/core/snd 0xfa96267f snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd 0xfaf598c6 snd_ctl_request_layer +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x5814fd49 snd_compress_new +EXPORT_SYMBOL_GPL sound/core/snd-compress 0xcc72667c snd_compr_stop_error +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x04e1b99f snd_pcm_std_chmaps +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x09e913c1 snd_pcm_alt_chmaps +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x197996ef snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x199977ec snd_pcm_fill_iec958_consumer +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x24e8cd4e _snd_pcm_stream_lock_irqsave +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x2538f7f1 snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x445bd8ac snd_pcm_stream_unlock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x4b65a454 snd_pcm_hw_constraint_eld +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x5c407196 snd_pcm_fill_iec958_consumer_hw_params +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x649892e8 snd_pcm_create_iec958_consumer_default +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x6769c60a snd_pcm_stream_lock +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x67d30733 snd_pcm_stop_xrun +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x8afccfec snd_pcm_stream_unlock_irqrestore +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x8d864069 snd_pcm_rate_range_to_bits +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x9332ac2f snd_pcm_stream_lock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa8d205a4 snd_dma_buffer_sync +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xab8bc1a2 snd_pcm_rate_mask_intersect +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xc43d6524 snd_devm_alloc_dir_pages +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xe22e15dc _snd_pcm_stream_lock_irqsave_nested +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xf70a6353 snd_pcm_stream_unlock +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x0f47ed60 snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x4720b531 snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x5db31a53 snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x7e34771a snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x8cb898c8 snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xa617e4ed snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xad24ec5c snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xc980c6d0 snd_dmaengine_pcm_refine_runtime_hwparams +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xe5aab790 snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xe835cef4 snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xe8a15316 snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xef289a13 snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-rawmidi 0x012dccd9 snd_rawmidi_init +EXPORT_SYMBOL_GPL sound/core/snd-rawmidi 0x2c5da28e snd_rawmidi_free +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0x290462fb __snd_seq_driver_register +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0x2ddcafdc snd_seq_driver_unregister +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x11f300dc snd_ump_block_new +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x1a05f44a snd_ump_attach_legacy_rawmidi +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x1e5b98eb snd_ump_endpoint_new +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x28f81438 snd_ump_receive_ump_val +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x39611d3e snd_ump_switch_protocol +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x3c1a1457 snd_ump_parse_endpoint +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x59ba487d snd_ump_transmit +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x5b39d06f snd_ump_convert_from_ump +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x95520be1 snd_ump_receive +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xe3590e5b snd_ump_convert_to_ump +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x180cf19b amdtp_domain_destroy +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x27d9074c amdtp_am824_set_parameters +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x2958599c amdtp_am824_set_midi_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x4ff88b46 amdtp_am824_set_pcm_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x7b3176ae amdtp_domain_stream_pcm_pointer +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x82a994fa amdtp_am824_add_pcm_hw_constraints +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x84ecfa10 amdtp_domain_stop +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x888b93b3 amdtp_domain_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x8f884922 amdtp_am824_midi_trigger +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xb8967f79 amdtp_domain_start +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xc68a1ae7 amdtp_domain_add_stream +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xe9068e76 amdtp_domain_stream_pcm_ack +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xeddf0dbd amdtp_am824_init +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x03da65de snd_hdac_ext_bus_get_hlink_by_name +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x0584ec66 snd_hdac_ext_cstream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x05e13c24 snd_hdac_ext_bus_link_power_up_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x0a1c20e9 snd_hdac_ext_bus_link_clear_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x16ac8c4e snd_hdac_ext_bus_init +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x1743b0c1 snd_hdac_ext_bus_exit +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x1dfaa4b5 snd_hdac_ext_bus_ppcap_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x21eae948 snd_hdac_ext_stream_clear +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x22392b33 snd_hdac_ext_bus_link_power_up +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x228e36de snd_hdac_ext_bus_link_get +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x27b31883 snd_hdac_ext_stream_release +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x447f5310 snd_hdac_ext_bus_link_power_down_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x4ff1d0ef snd_hdac_ext_bus_get_hlink_by_addr +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x5d06f7ee snd_hdac_ext_bus_link_set_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x62ba6d14 snd_hdac_ext_bus_link_power_down +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x67d0afba snd_hdac_ext_stream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x78b731d2 snd_hdac_ext_stream_decouple +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x8179a69f snd_hdac_ext_stream_decouple_locked +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x8730e890 snd_hdac_ext_bus_device_remove +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x8913e760 snd_hdac_ext_stream_start +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x8dbea21f snd_hdac_ext_stream_reset +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x8ef31807 snd_hdac_ext_bus_link_put +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xa38a7da8 snd_hda_ext_driver_register +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xa39b590d snd_hdac_ext_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xb0f388df snd_hdac_ext_bus_ppcap_int_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xb35f7002 snd_hdac_ext_stream_init_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xc1c99740 snd_hdac_ext_bus_get_ml_capabilities +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xd8d45831 snd_hdac_ext_stream_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xdb67950a snd_hdac_ext_stream_setup +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xdde94dec snd_hda_ext_driver_unregister +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xf02a01a3 snd_hdac_ext_link_free_all +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x05636f93 snd_hdac_aligned_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x07ceed88 snd_hdac_bus_update_rirb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0a28183c snd_hdac_device_unregister +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0d54021c snd_hdac_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1488641f snd_hdac_aligned_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x151ce201 snd_hdac_refresh_widgets +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x154f10a0 snd_hdac_regmap_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1e6f4a27 snd_hdac_acomp_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x23833f13 snd_hdac_bus_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x23efb048 snd_hdac_stream_drsm_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x25a320c6 snd_hdac_codec_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x25ea1f0c snd_hdac_acomp_get_eld +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2999107a snd_hdac_override_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3392ab60 snd_hdac_check_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x34562a3c snd_hdac_get_connections +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3b013039 snd_hdac_codec_link_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3bd544c2 snd_hdac_get_active_channels +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3c9a073d snd_hdac_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3ffb541a snd_hdac_regmap_add_vendor_verb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x405782d2 snd_hdac_device_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4211767d snd_hdac_bus_exit_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x44352498 snd_hdac_bus_stop_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4472bddc snd_hdac_stream_timecounter_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x44a53e08 snd_hdac_acomp_register_notifier +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x45b98487 snd_hdac_regmap_write_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x45f9fdeb snd_hdac_bus_get_response +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x49ffe53d snd_hdac_dsp_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4c7ec4b6 snd_hdac_get_ch_alloc_from_ca +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4d3456ae snd_hdac_query_supported_pcm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4d58aaec snd_hdac_bus_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x52928f51 snd_hdac_bus_send_cmd +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x53c1b8dc snd_hdac_stream_set_dpibr +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x53d30790 snd_hdac_stream_release_locked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x56595d2e snd_hdac_stream_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x583cea0d snd_hdac_regmap_read_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5941bf42 snd_hdac_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5bc5ff8f snd_hdac_codec_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5be9d817 snd_hdac_dsp_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5c07cb49 snd_hdac_calc_stream_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5d4fa46b snd_hdac_get_stream_stripe_ctl +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5f118959 snd_hdac_stream_get_spbmaxfifo +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x63b38c65 snd_hdac_stream_spbcap_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x67bfe791 snd_hdac_spk_to_chmap +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x68285691 snd_hdac_stream_set_spib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x693b2afb _snd_hdac_read_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x69689f71 snd_hdac_setup_channel_mapping +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6cf44783 snd_hdac_bus_free_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6d0ce8a5 snd_hdac_regmap_update_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6e19dc1f snd_hdac_acomp_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6e7b4d54 snd_hdac_bus_enter_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6f27939e snd_hdac_get_stream +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x707088d3 snd_hdac_sync_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x70d8ea99 snd_hdac_device_register +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x76f348b4 snd_hdac_regmap_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x77c754a8 snd_hdac_chmap_to_spk_mask +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7967fddd snd_hdac_bus_init_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x82c61d94 snd_hdac_device_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x84bb2cf1 snd_hdac_stream_stop +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x857c8fed snd_hdac_register_chmap_ops +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x86ea2cdd snd_hdac_stream_set_params +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x88281c5f snd_hdac_stream_setup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8c987d97 snd_hdac_stop_streams +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8e78499b snd_hdac_set_codec_wakeup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x903f570d snd_hda_bus_type +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x92ade58a snd_hdac_power_down_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x957bc530 snd_hdac_regmap_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x97257e88 snd_hdac_bus_handle_stream_irq +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x98a56f7a snd_hdac_codec_link_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9a01a962 snd_hdac_sync_audio_rate +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9c7ccb92 snd_hdac_dsp_prepare +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa266da9d snd_hdac_regmap_update_raw_once +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa4d4c9ac snd_hdac_stream_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa5ec486d snd_hdac_stream_sync_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa7ce03cb snd_hdac_get_sub_nodes +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa81af535 snd_hdac_read_parm_uncached +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa85ec349 snd_hdac_bus_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xae7d0860 snd_hdac_display_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb1d9ae28 snd_hdac_stream_set_lpib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb53e3614 snd_hdac_codec_modalias +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb6c83fbd snd_hdac_power_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb83ee73d snd_hdac_device_set_chip_name +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbca4f954 snd_hdac_stream_start +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc0584bd1 snd_hdac_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc7246cfc snd_hdac_stream_wait_drsm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc751ce46 snd_hdac_bus_parse_capabilities +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xcafb05c1 snd_hdac_stream_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd28d7c31 snd_hdac_bus_exec_verb_unlocked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd427324b snd_hdac_stream_assign +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd4621813 snd_hdac_is_supported_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd55bb8e1 snd_hdac_power_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd5c30a04 snd_hdac_stream_release +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd82a9065 snd_hdac_stream_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe4e07754 snd_hdac_print_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xeacffe4f snd_hdac_power_up_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xeb3b0805 hdac_get_device_id +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xef727a33 snd_hdac_bus_reset_link +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf56d40df snd_hdac_bus_init_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf6dd20c5 snd_hdac_bus_stop_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf70f42e7 snd_hdac_stop_streams_and_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf7c978ba snd_hdac_stream_setup_periods +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x2694a8e1 snd_intel_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x3a15c1fe intel_nhlt_get_dmic_geo +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x4e859456 intel_nhlt_free +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x74d883e2 intel_nhlt_init +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0xd1046f12 snd_intel_acpi_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x26f0ed9f snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x3ce0a8dc snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x6e68520f snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x86837ac1 snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x980aae68 snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xd213669e snd_ak4113_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x039c37af snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x03bce188 snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0676f5ac snd_hda_get_input_pin_attr +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x06db40f8 snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0aa45037 snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0afdf75a snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0bc9d0d6 snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0c877d02 snd_hda_codec_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0e15ed99 snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x13913738 snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1aac20cd snd_hda_codec_set_name +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1b7de24b snd_hda_codec_load_dsp_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x21a1aa7e snd_hda_codec_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x23adc724 snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x24e91c57 snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x261573cc azx_get_pos_lpib +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x28e1f710 snd_hda_codec_load_dsp_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2ae76439 snd_hda_jack_detect_enable_callback_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2bd26948 snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2c078659 snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2c7f620f snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2d27aeb5 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2d7e8733 snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2e8df1c8 snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2eb67dc5 snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2ef044df snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x31c42a77 snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x32835f8e snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x37a0a771 snd_hda_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x384093bb azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3ec6bac9 snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x426b3160 __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x428b9450 azx_bus_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x43b76b96 is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x449bf434 snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x460153c0 snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x46f63db2 query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x47311ab9 azx_stop_all_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4875864f snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4989757c snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x49a3b317 snd_hda_jack_add_kctl_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4e937cf9 snd_hda_get_num_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4ece148c snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4f950b79 snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4fd2c2ad snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x52379bc8 hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x54e7801b snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x56150abc snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5cb7fa72 snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5d439b07 snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5f5a9077 snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5fbf2cf9 snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x606f9ee9 hda_codec_driver_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6443c367 snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x65862032 azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x67745849 snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x67f05702 snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6ea89df4 snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x710fc2bf snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x775da4c9 azx_init_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x78b163b0 __snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7a6b95d4 snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7a8a7760 snd_hda_jack_tbl_get_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7e61a66b snd_hda_codec_device_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x83e8beb3 snd_hda_set_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x84b591c0 snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8975ef0e snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x89e342ab snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8c1c71a4 snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8d9de904 snd_hda_jack_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e548194 snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9128f031 snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x927f8fea snd_hda_codec_load_dsp_trigger +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9645b12e snd_hda_codec_pcm_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x97ddedb2 snd_hda_jack_detect_state_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x98e5e327 azx_get_pos_posbuf +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9a39ba39 azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9bf72f76 snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9ceaa630 snd_hda_check_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa01e3539 snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa4f15d08 snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa752e60f snd_hda_codec_cleanup_for_unbind +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaa685bf1 snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xade9e499 snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xae40379c snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xafcbfe75 snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb2414d25 azx_free_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb2a84247 __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb3042b3f snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb3e7523a snd_hda_jack_set_button_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb5a326ea snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb7a22c8e snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb7bb76ce snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbc102dbc snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbc55be9b snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbca55377 snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbcd8c1e3 snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbd8e1e8d snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc55a3a08 snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc56019b4 snd_hda_codec_pcm_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc6de0b73 snd_hda_jack_bind_keymap +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc8c29447 snd_hda_codec_device_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc9088e26 snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xce23e968 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd02ea670 snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd26b6bf9 snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd4802697 snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd60a3554 snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd7c23a06 snd_hda_codec_parse_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd7f2cab6 snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdb4b7294 snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe3507e8a snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe4635577 snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe4ee4e6f snd_hda_codec_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe5e3037c snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe79a9dde snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xef070c37 snd_hda_codec_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf073835a _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf1af217c snd_hda_get_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf1d14dce snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf2c34a26 azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf7937eac snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8720eb8 snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8dc0cc0 snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8dc35ac snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf92de81d snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf984ee78 snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf99d1ff8 azx_probe_codecs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfd754bb0 __hda_codec_driver_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfe895a57 snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xff958f8d snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x07fa4fa9 snd_hda_gen_stream_pm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x171c61f2 snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x1f2a1fac snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x1fa1d93a snd_hda_gen_add_micmute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x20eb6d9c snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x2acc0d76 snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x2b356fe9 snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x32264c33 snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x4523e393 snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x5f77d3cb snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x76dc6871 hda_main_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x81b58aec snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x837d5b4a snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x83a03a20 snd_hda_gen_update_outputs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x870ce065 snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x871a6e44 hda_extra_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x95b027f4 snd_hda_gen_add_mute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb842be24 snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xcb43fd0e snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd259237f snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xdb6baaaf snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xf0c2f5aa snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xffcd7810 snd_hda_gen_fix_pin_power +EXPORT_SYMBOL_GPL sound/soc/codecs/mt6359-accdet 0x859336e5 mt6359_accdet_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau-utils 0xae620be9 adau_calc_pll_cfg +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1372 0xf72ebc33 adau1372_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0x05bbb662 adau1761_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0x72e170d5 adau1761_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x0de7e766 adau17x1_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x391f15c3 adau17x1_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x5a44fa43 adau17x1_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x61d5d710 adau17x1_set_micbias_voltage +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x6a141cfc adau17x1_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x6c97a794 adau17x1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x8097d62c adau17x1_precious_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xa372031b adau17x1_add_widgets +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xa9b78311 adau17x1_add_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xed9b5b81 adau17x1_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau7118 0x54291512 adau7118_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x0072501d aw88395_dev_get_profile_index +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x05039638 aw88395_dev_start +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x0e1ffe2b aw88395_dev_stop +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x67d751a2 aw88395_dev_get_prof_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x6e7f479f aw88395_dev_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x71afa449 aw88395_dev_set_profile_index +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x9099b8a9 aw88395_dev_fw_update +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x970b93d1 aw88395_dev_set_volume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xbe29190e aw88395_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xc3abbfb4 aw88395_dev_get_prof_name +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xd1448512 aw88395_dev_mute +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xddebcf12 aw88395_dev_get_profile_count +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395-lib 0x17026ed1 aw88395_dev_load_acf_check +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395-lib 0x397e7ccb aw88395_dev_cfg_load +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x1d84455d cs35l41_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x7f65f946 cs35l41_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0xde81c999 cs35l41_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x07c0c0fa cs35l41_enter_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x171e2d5f cs35l41_regmap_spi +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x1fa9f85e cs35l41_set_channels +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x389e86c7 cs35l41_safe_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x3db7b5be cs35l41_test_key_lock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x49407a3d cs35l41_otp_unpack +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x542ed994 cs35l41_test_key_unlock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x5dae5234 cs35l41_register_errata_patch +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x717a776b cs35l41_init_boost +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x7fe96e1f cs35l41_exit_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x928fbe2d cs35l41_set_cspl_mbox_cmd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x983a4a2a cs35l41_write_fs_errata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xa14b2b80 cs35l41_regmap_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xc52177c4 cs35l41_global_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xe8e84b91 cs35l41_configure_cs_dsp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xe92ff6ad cs35l41_gpio_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x0434b22a cs35l56_system_resume_early +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x0b1c744c cs35l56_system_resume_no_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xa7589645 cs35l56_system_suspend_no_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xdeff8fa2 cs35l56_system_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xe896a6a3 cs35l56_system_suspend_late +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xedb75314 cs35l56_system_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x69e8cd7a cs4271_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x7d05786f cs4271_dt_ids +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0xe4209247 cs4271_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x287ad69d cs42l51_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x7617c1a8 cs42l51_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x85603521 cs42l51_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x88249ce7 cs42l51_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xb75aab73 cs42l51_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7cac7292 cs42888_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xadd413b7 cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3794c9 cs42448_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xdd1ef882 cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xee6f2f16 cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0x7c35c838 es8328_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0xaeb4f734 es8328_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x7cba18ff snd_soc_hda_codec_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x811a4503 hda_codec_probe_complete +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0xa39cd080 soc_hda_ext_bus_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0xbe3200e7 lpass_macro_pds_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0xf957eda5 lpass_macro_pds_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0x84d533bf max98090_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x3dcb28cb soc_codec_dev_max98373_sdw +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x6cfb7be5 soc_codec_dev_max98373 +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x78e8c621 max98373_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0xbce22eb0 max98373_slot_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x29a11d2f mt6358_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x4018cef9 mt6358_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x462e393e mt6358_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x88d619d1 mt6358_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x625cad9b mt6359_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x7221a219 mt6359_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0xbcd982f6 mt6359_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0xd55d73c0 mt6359_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8821 0xb1c259a6 nau8821_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0x4d598775 nau8824_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0xbf55f96a nau8824_components +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8825 0xc85b1625 nau8825_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x67b61b6f pcm1789_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x8b69c869 pcm1789_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0xa26ce57c pcm1789_common_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0x6006b747 pcm179x_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0x9b54260d pcm179x_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0x42c00fcd pcm186x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0xb3375057 pcm186x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x143102de pcm3168a_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x1e8eb5fe pcm3168a_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x8cd4b437 pcm3168a_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0xebb08b89 pcm3168a_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x576c0130 pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x9c4dec3f pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xb18f4edc pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xc297f5d7 pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x5dc92cdf rl6231_pll_calc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x70617a04 rl6231_get_clk_info +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x8d7fa148 rl6231_get_pre_div +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0xdba4502f rl6231_calc_dmic_clk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5514-spi 0x61ff58e3 rt5514_spi_burst_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5514-spi 0xff87892f rt5514_spi_burst_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x2367f2f4 rt5640_enable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x33a58cad rt5640_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x47fd914e rt5640_dmic_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x6f61765b rt5640_disable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x8a47b61f rt5640_detect_headset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xb9a1855e rt5640_set_ovcd_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0x721b8626 rt5645_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0xa6ed6f06 rt5645_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5659 0xd61bb577 rt5659_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5663 0xb1a230e0 rt5663_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677 0x8b6e14c6 rt5677_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677-spi 0x5fc320ad rt5677_spi_write_firmware +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677-spi 0x67956035 rt5677_spi_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677-spi 0xc6695825 rt5677_spi_hotword_detected +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677-spi 0xe8ece129 rt5677_spi_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x0a1200c3 rt5682_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x0d18594a rt5682_supply_names +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x19a7834f rt5682_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x3d0976cb rt5682_parse_dt +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x3d30519e rt5682_aif1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x4f363074 rt5682_calibrate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x59d3d967 rt5682_jack_detect_handler +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x768c724d rt5682_apply_patch_list +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x93b65e47 rt5682_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xb4dccc90 rt5682_register_dai_clks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xb897de56 rt5682_reg +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xc3875884 rt5682_soc_component_dev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xd607ea9d rt5682_aif2_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xde964e81 rt5682_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682s 0x96c77659 rt5682s_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x5702a970 sigmadsp_setup +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x6d3144ef sigmadsp_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x8e29a652 devm_sigmadsp_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xa13f3d53 sigmadsp_restrict_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xf57e6256 sigmadsp_attach +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-i2c 0x2ca698b0 devm_sigmadsp_init_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-regmap 0xe1d32419 devm_sigmadsp_init_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0x3c203717 src4xxx_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0xecc3ea7e src4xxx_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0x1882c6e2 ssm2602_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0xe5e5f0a8 ssm2602_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x17404a34 tas2781_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x6ff2b914 tasdevice_dev_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x9aaf382e tasdevice_dev_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x9f244dff tasdevice_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xa6e40774 tasdevice_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xaff9292a tascodec_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xb647a320 tasdevice_digital_getvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xbc82f25d tasdevice_digital_putvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xc2681219 tasdevice_amp_getvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xc8ad4364 tasdevice_amp_putvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xcc54eaab tasdevice_dev_update_bits +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xd60d28da tasdevice_dsp_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xdd586c97 tasdevice_kzalloc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xf0522f14 tasdevice_dev_bulk_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xf7b5d154 tasdevice_dev_bulk_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic32x4 0x58ce0772 aic32x4_register_clocks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic3x 0xb01351ee aic3x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ts3a227e 0xe85eadeb ts3a227e_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd-mbhc 0x936c1623 wcd_mbhc_event_notify +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x61f5e18d wcd938x_sdw_set_sdw_stream +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x8480c6fc wcd938x_sdw_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xc19dafa4 wcd938x_sdw_device_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xe0102a6b wcd938x_swr_get_current_bank +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xe817d8a9 wcd938x_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x05f9b6c9 wm_adsp_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x09f80451 wm_adsp_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x0f843320 wm_adsp_compr_open +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x1abbf9b7 wm_adsp2_component_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x29427ad6 wm_adsp_read_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x35860802 wm_adsp_fw_enum +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x3c03a9d0 wm_adsp1_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x44df8821 wm_adsp2_preloader_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x458dfd28 wm_adsp_compr_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x49b2d4a3 wm_adsp_compr_handle_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x4bd27a15 wm_adsp2_set_dspclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x52c16479 wm_halo_wdt_expire +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x5dc8a532 wm_adsp_fw_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x5ea7d0b7 wm_adsp2_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x65138264 wm_adsp_early_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x75d10adf wm_adsp_write_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x882abec3 wm_adsp_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x8a27864c wm_adsp_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xa44f1bbd wm_adsp2_component_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xc04713b9 wm_adsp_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xc199de12 wm_halo_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xc1ab52f8 wm_adsp_compr_copy +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xcf79d880 wm_adsp1_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xd229ab07 wm_adsp2_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xdd3c79ef wm_adsp2_bus_error +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xe5096825 wm_adsp2_preloader_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xea38ee07 wm_halo_bus_error +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xf6bd511e wm_adsp_power_up +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xfc1e4536 wm_adsp_fw_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x052bf7aa wm_hubs_handle_analogue_pdata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x53469886 wm_hubs_set_bias_level +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x5cd7eb9b wm_hubs_dcs_done +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x757206d5 wm_hubs_spkmix_tlv +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x8be74fae wm_hubs_hpl_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x93266eef wm_hubs_update_class_w +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xb23b2c45 wm_hubs_hpr_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xc4d73ac5 wm_hubs_vmid_ena +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xd0eeee8b wm_hubs_add_analogue_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xde6ab234 wm_hubs_add_analogue_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0x7658e75b wm8731_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0xf6ac9d26 wm8731_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x5869c711 wm8804_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x76633486 wm8804_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xb99f6b06 wm8804_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xe481eb7d wm8804_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0x25e50419 wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0x4b9d131d wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0x3422dc15 wm8994_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0x70c3c460 wm8958_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/imx-pcm-dma 0x6795578f imx_pcm_dma_init +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-asrc 0x2ef122ec fsl_asrc_component +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-imx-audmux 0x30693bb7 imx_audmux_v1_configure_port +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-imx-audmux 0x58631dab imx_audmux_v2_configure_port +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card 0xebca6b6b audio_graph_parse_of +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x0f5af1a4 audio_graph2_parse_of +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x14ed802c audio_graph2_link_c2c +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x2f9aa0ac audio_graph2_link_dpcm +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0xb003fa64 audio_graph2_link_normal +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x00e1d1ff asoc_simple_is_convert_required +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x1664d5e9 asoc_simple_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x51dd57fa asoc_simple_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x6526ee5b asoc_simple_clean_reference +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x6b16d30b asoc_simple_be_hw_params_fixup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x6de27c35 asoc_simple_parse_widgets +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x7269820d asoc_simple_parse_clk +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x7f100e95 asoc_graph_card_probe +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x805ca08b asoc_graph_is_ports0 +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x8312dc55 asoc_simple_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x8711c1dd asoc_simple_parse_routing +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x886fcdcb asoc_simple_init_aux_jacks +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x8a323600 asoc_simple_set_dailink_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x8cd7b0b4 asoc_simple_canonicalize_cpu +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x984bbb6c asoc_simple_parse_convert +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x9aa9dabf asoc_simple_startup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x9bf7fb5b asoc_simple_hw_params +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xb7c21ca2 asoc_simple_init_priv +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xba1b1270 asoc_simple_remove +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xbb95ef5c asoc_simple_shutdown +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xc0f118d0 asoc_simple_parse_tdm_width_map +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xca82b150 asoc_simple_dai_init +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xdb41aa8e asoc_simple_canonicalize_platform +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xe035462a asoc_simple_init_jack +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xe141b43e asoc_graph_parse_dai +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x0062fb0a mtk_afe_fe_hw_free +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x05af7a5c mtk_afe_resume +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x09ac09f5 mtk_dynamic_irq_acquire +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x0b0c9def mtk_memif_set_disable +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x0ee27e49 mtk_sof_card_late_probe +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x0fc412e8 mtk_memif_set_pbuf_size +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x2abb7b49 mtk_afe_combine_sub_dai +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x390b3760 clean_card_reference +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x4615b43b mtk_afe_suspend +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x5ec20eca mtk_afe_fe_prepare +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x6bd6d694 mtk_afe_add_sub_dai_control +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x71a8d623 mtk_afe_fe_shutdown +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x7a23c2db parse_dai_link_info +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x7feb09f5 mtk_afe_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x831394cd mtk_sof_dailink_parse_of +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x85f09ba0 mtk_dynamic_irq_release +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x894850c7 mtk_afe_fe_startup +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x945dcb41 mtk_afe_fe_ops +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xa67b41b0 mtk_memif_set_rate +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xbb12dc51 mtk_afe_fe_hw_params +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xcd43329f mtk_memif_set_enable +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xd0aff177 mtk_afe_pcm_new +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xd2040bdf mtk_sof_card_probe +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xd305cc6d mtk_memif_set_addr +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xdcf50bbe mtk_sof_dai_link_fixup +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xe6bb46c4 mtk_afe_pcm_platform +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xee739494 mtk_memif_set_channel +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xfa3574ff mtk_memif_set_format +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xfb11b024 mtk_memif_set_rate_substream +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xfff56577 mtk_afe_fe_trigger +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8183/snd-soc-mt8183-afe 0xf4036c07 mt8183_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0x19b7b523 mt8186_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0x2c3ab209 mt8186_mt6366_card_set_be_link +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0xbda883dd mt8186_mt6366_init +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0xf8c87882 mt8186_afe_gpio_init +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8188/snd-soc-mt8188-afe 0x532d3486 mt8188_afe_enable_clk +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8188/snd-soc-mt8188-afe 0x633a061c mt8188_afe_disable_clk +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0x783e4664 mt8192_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8195/snd-soc-mt8195-afe 0x31f3922c mt8195_afe_enable_clk +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8195/snd-soc-mt8195-afe 0x555b924c mt8195_afe_disable_clk +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x14f71e3d axg_fifo_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x2874a8c5 axg_fifo_pcm_new +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x45880389 axg_fifo_pcm_hw_free +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x9bc2495e axg_fifo_pcm_trigger +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x9c7a33dc axg_fifo_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xaed613c9 g12a_fifo_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xb8c68161 axg_fifo_pcm_open +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xbd539c47 axg_fifo_pcm_close +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xfc885781 axg_fifo_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x4988d1f8 axg_tdm_stream_alloc +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x539c48cc axg_tdm_stream_start +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x55316323 axg_tdm_formatter_set_channel_masks +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x601aad8a axg_tdm_formatter_event +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x64e0ca85 axg_tdm_stream_free +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0xbd91b56f axg_tdm_formatter_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0xef4a0d56 axg_tdm_stream_stop +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-interface 0xad05c526 axg_tdm_set_tdm_slots +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x40942e6f meson_card_reallocate_links +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x866e9f5e meson_card_set_be_link +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xdd9b5cdc meson_card_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xe3189339 meson_card_remove +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xe9563936 meson_card_i2s_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xf5a0f8aa meson_card_set_fe_link +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xf73e31dc meson_card_parse_dai +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xfa117231 meson_card_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x303f49d8 meson_codec_glue_input_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x3094e2f3 meson_codec_glue_input_get_data +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x461c8ac7 meson_codec_glue_input_dai_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x6b211f4a meson_codec_glue_input_set_fmt +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x9c3a68d0 meson_codec_glue_output_startup +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0xee8205f2 meson_codec_glue_input_dai_remove +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x1f3b5423 q6adm_matrix_map +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x28421460 q6adm_get_copp_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x666368e0 q6adm_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0xc2520590 q6adm_close +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x07a54780 q6afe_cdc_dma_port_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x369b6eeb q6afe_port_put +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x3b16d6e7 q6afe_port_stop +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x3f9745d4 q6afe_set_lpass_clock +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x498d993b q6afe_get_port_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x5332304f q6afe_slim_port_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x7df60063 q6afe_port_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0xae809786 q6afe_hdmi_port_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0xd4523c59 q6afe_i2s_port_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0xe45246a8 q6afe_port_start +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0xe825e9fa q6afe_port_get_from_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0xfaf22370 q6afe_tdm_port_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x13b7efd9 q6asm_cmd +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x1b6c77fc q6asm_stream_media_format_block_alac +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x25bfa476 q6asm_open_write +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x2b693eed q6asm_stream_media_format_block_wma_v9 +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x4afe6f73 q6asm_read +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x4fba2f0c q6asm_run_nowait +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x68db31e2 q6asm_unmap_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x6cec4b17 q6asm_stream_remove_trailing_silence +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x74ad4072 q6asm_audio_client_alloc +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x856b4fdb q6asm_stream_media_format_block_wma_v10 +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x9d0cf85f q6asm_stream_media_format_block_flac +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xa7d3a3a6 q6asm_media_format_block_multi_ch_pcm +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xb37ed108 q6asm_enc_cfg_blk_pcm_format_support +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xc0dd8d67 q6asm_open_read +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xc1347db0 q6asm_write_async +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xc5a116a4 q6asm_get_session_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xcbee5e42 q6asm_stream_remove_initial_silence +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xcc4952e4 q6asm_audio_client_free +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xd2cf1a0f q6asm_run +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xd38aa312 q6asm_cmd_nowait +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xea75a5dd q6asm_map_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xf47f4b35 q6asm_stream_media_format_block_ape +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6core 0x7e52e977 q6core_is_adsp_ready +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6core 0x9b02ea0d q6core_get_svc_api_info +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0xafc7798d q6prm_vote_lpass_core_hw +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0xbc477358 q6prm_unvote_lpass_core_hw +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0xd043fd81 q6prm_set_lpass_clock +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6routing 0x5b75f756 q6routing_stream_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6routing 0xa7a64259 q6routing_stream_close +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x09ac1957 q6apm_graph_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x0ebe4dc2 q6apm_remove_trailing_silence +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x145cf8f6 audioreach_alloc_apm_cmd_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x231ea01d audioreach_graph_free_buf +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x2e6f9a71 audioreach_graph_send_cmd_sync +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x2fe33fd3 q6apm_is_adsp_ready +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x3e61a2c0 audioreach_map_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x53e57256 q6apm_unmap_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x5543dd66 audioreach_alloc_apm_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x55f6ee9e q6apm_graph_media_format_pcm +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x64dc5171 audioreach_alloc_cmd_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x71b00c94 q6apm_graph_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x74779994 q6apm_write_async +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x7b776dfd q6apm_read +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x7c23d28e q6apm_map_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x7f4d39c8 audioreach_alloc_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x821f2f06 q6apm_graph_flush +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x857ffda1 audioreach_alloc_graph_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x9e71fdc8 audioreach_compr_set_param +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x9fdb06c9 audioreach_gain_set_vol_ctrl +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xaa7a8394 audioreach_set_media_format +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xb4a94ed6 audioreach_tplg_init +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xb76efa28 q6apm_graph_get_rx_shmem_module_iid +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xb88b35af q6apm_graph_stop +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xbd6e51ad q6apm_set_real_module_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xc273ebfb q6apm_graph_media_format_shmem +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xc757d80f q6apm_enable_compress_module +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xcfbee7cd q6apm_graph_close +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xd7108e7e q6apm_graph_start +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xe60fac1d q6apm_remove_initial_silence +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xe91b704f audioreach_send_u32_param +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xec8c3ecd audioreach_shared_memory_send_eos +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xf2f994cd audioreach_send_cmd_sync +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x17142e58 q6dsp_map_channels +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x442e957e q6dsp_clock_dev_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x6a334c7e q6dsp_audio_ports_of_xlate_dai_name +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x7c4a3b24 q6dsp_audio_ports_set_config +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x9501f8e4 q6dsp_get_channel_allocation +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cdc-dma 0xe4b9f96a asoc_qcom_lpass_cdc_dma_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x34a5912a asoc_qcom_lpass_cpu_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x66c72a9d asoc_qcom_lpass_cpu_dai_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x698393d7 asoc_qcom_lpass_cpu_platform_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x6ef6783c asoc_qcom_lpass_cpu_platform_shutdown +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x747e527e asoc_qcom_lpass_cpu_platform_remove +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0xcfbf8138 lpass_cpu_pcm_new +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-hdmi 0x942fa8ee asoc_qcom_lpass_hdmi_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-platform 0x1ca9afc6 asoc_qcom_lpass_platform_register +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-common 0x38f069b7 qcom_snd_parse_of +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-common 0x5763f274 qcom_snd_wcd_jack_setup +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0xbc8ee30f qcom_snd_sdw_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0xcf1a6acf qcom_snd_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0xeea8c107 qcom_snd_sdw_hw_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-acpi 0x14c66b61 snd_soc_acpi_codec_list +EXPORT_SYMBOL_GPL sound/soc/snd-soc-acpi 0x5c512782 snd_soc_acpi_find_package_from_hid +EXPORT_SYMBOL_GPL sound/soc/snd-soc-acpi 0xba39aa11 snd_soc_acpi_find_machine +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x006c2a4b snd_soc_component_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x027fd522 snd_soc_dapm_dai_free_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x038d7c21 snd_soc_dapm_new_dai_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x03ab16c0 snd_soc_component_compr_get_codec_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x06f8b0ef snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x076513ba snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0888d9b7 snd_soc_component_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x093ffd39 dapm_mark_endpoints_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0948b879 snd_soc_rtdcom_lookup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0c76fcff snd_soc_runtime_calc_hw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0e019739 snd_soc_component_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x10486156 snd_soc_dai_link_set_capabilities +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1076f047 snd_soc_new_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x10fd9502 snd_soc_set_dmi_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1214e2e9 snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x12949df5 snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x13c1c723 snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x147c6c0b snd_soc_link_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x14a0970b snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x16eb386e snd_soc_component_init_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x17265aee snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1923a2b6 snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1a790d0b snd_soc_lookup_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1d0c4af4 snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1d582e12 snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1d6de71d snd_soc_add_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1e0d5892 snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1e287325 snd_soc_of_parse_aux_devs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x20b3b477 snd_soc_of_get_slot_mask +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x21539a01 snd_soc_component_set_jack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x22995e13 snd_soc_dai_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x28446d11 snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x28d2f940 snd_soc_dpcm_can_be_prepared +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x28f108ae snd_soc_dai_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x290200f7 snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2902403e snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2969cbf6 snd_soc_dai_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2a3822ce snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2a898efb snd_soc_of_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2aabbef6 snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2e5a2d88 snd_soc_component_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2e8091d6 snd_soc_link_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2ef4f52a snd_soc_dapm_kcontrol_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x30bc90b2 snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x321257c6 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x32f3e399 dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x336ce2f5 snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x337bf7f0 snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x34376083 snd_soc_runtime_set_dai_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x390f2ba0 snd_soc_component_compr_open +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3aac49d6 snd_soc_card_add_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3afb7da7 snd_soc_card_jack_new_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3b9d2416 snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3e902b70 snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3e97fa48 snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3ec15081 snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3f0ffdc6 snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3f453a5b snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3f549a69 snd_soc_free_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x427d0539 snd_soc_component_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x42a657be snd_soc_add_pcm_runtimes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4405986a snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x44170814 snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x44209ce1 snd_soc_component_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x44902951 snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x45f7ed98 snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x48b61853 snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x49f0e475 snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4a5fe97b snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4b3796cc snd_soc_component_get_jack_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4da00fca snd_soc_dai_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4e56f302 snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4ee6b08d snd_soc_of_get_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4f1baefa snd_soc_bytes_tlv_callback +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4fa1782d snd_soc_tdm_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x500e822c snd_soc_lookup_component_nolocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x514496b1 snd_soc_component_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x51b7d63d snd_soc_dapm_kcontrol_dapm +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x52eb1970 snd_soc_dapm_update_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x547efe7c snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x555ac097 snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x55aa30e8 snd_soc_tplg_component_remove +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x58395d4f snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5912aa02 snd_soc_component_compr_copy +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x59c9a8b6 snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5ae7205d snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5cc09f0b snd_soc_remove_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5da3ce2b snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x61111585 snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x61748d04 snd_soc_daifmt_parse_clock_provider_raw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6190058a snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x63f90cd8 snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x661b0744 snd_soc_dai_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x665de58b snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6718eef1 snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x69369f3d snd_soc_link_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x69b2f598 snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x69e79826 snd_soc_component_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6d25e8e5 snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6e3d86f4 snd_soc_component_exit_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6e6f4121 snd_soc_dai_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6ec5a9f6 snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7118c1b8 snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x71b51da6 dpcm_end_walk_at_be +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x728a6df6 snd_soc_dai_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x73d4594f snd_soc_of_get_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x73e32b1e snd_soc_runtime_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x740f19eb snd_soc_component_notify_control +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x75ea27da snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x76551443 snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x774f2ace snd_soc_of_parse_node_prefix +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7adb509f snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7ae64c1a snd_soc_close_delayed_work +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7bfffcc2 snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e6ce449 snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7ec5759e snd_soc_unregister_component_by_driver +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7feefc06 snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x81069ff8 snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x81512b19 snd_soc_component_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8193619b devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x827ac865 snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x832ae937 snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x85d8657f snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x863a7c48 snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x86b65c7b snd_soc_tplg_widget_bind_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x86d0d007 devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8863c1e7 snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8b697ec6 devm_snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8bd75a91 snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8e087a3a snd_soc_dapm_new_control +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x900ee1f0 snd_soc_card_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x92f8b323 snd_soc_dai_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x93c15f7d snd_soc_daifmt_parse_format +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x96ca071f snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x99e25bd5 asoc_dummy_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9a0b9d93 snd_soc_component_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9ad90639 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9c0a598d snd_soc_dapm_free_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9c144a2e snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9f2c9530 snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9fb6934d snd_soc_dapm_stream_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa02d0937 snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa0c24062 snd_soc_dai_is_dummy +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa0d30bdc snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa1032e95 snd_soc_dapm_widget_name_cmp +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa1065ea5 snd_soc_find_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa18c28ee snd_soc_component_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa2ac3970 widget_in_list +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa2f71eec snd_soc_component_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa76ef270 soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaa08a4fe snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaa847671 snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaa9ca7c2 snd_soc_dpcm_runtime_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xad8d3a53 snd_soc_of_put_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xae79aa10 snd_soc_component_compr_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb00437c6 snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb0f67b3d devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb14b3e5d snd_soc_component_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb36a6718 snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb52cf4f8 snd_soc_component_read_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb5974f1f snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb5e128ee snd_soc_tplg_component_load +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb898eb7b snd_soc_of_put_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb9897b89 snd_soc_get_stream_cpu +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbadea6ee snd_soc_info_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbba7f407 dapm_pinctrl_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbcf0cb57 snd_soc_get_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbe06b3ad snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbe7e7370 snd_soc_find_dai_with_mutex +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbf97ce7c snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbfc3c619 snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc05c6c77 dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc13b5065 snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc13d4d21 snd_soc_component_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc2113a77 snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc2e180c0 snd_soc_component_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc317a15e snd_soc_daifmt_clock_provider_flipped +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc35b42f1 snd_soc_dai_get_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc402df9e snd_soc_component_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc43f2e7a snd_soc_of_get_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc54f2364 snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc67e56fb snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc7fc1a23 snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc95508c7 snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcc07396a snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcca0c0f2 snd_soc_component_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xce4c348f snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcfbbc092 snd_soc_dapm_init +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcfd8ebfa snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd084de74 snd_soc_dai_active +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd0cb37a0 snd_soc_get_dai_id +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd10411d4 dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd194b716 snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd41edb34 snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd4af7a52 snd_soc_card_remove_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd51455b8 snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd5bc5844 snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd67d6fa8 snd_soc_component_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd913e715 snd_soc_dapm_dai_get_connected_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd92d74e6 snd_soc_dai_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd9398b98 snd_soc_add_component_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xda75fb00 snd_soc_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdecd110c snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe04f7c9d snd_soc_dapm_force_bias_level +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe3a0a9f4 snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe5aac74e snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe61b5346 snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe831b291 snd_soc_component_initialize +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeab7a014 snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xead45dc8 snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeadd2a8e snd_soc_unregister_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xec397035 snd_soc_new_compress +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xec63da8b snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xee1fab33 snd_soc_dai_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf2f463d1 null_dailink_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf33288f3 snd_soc_component_write_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf4826bff snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf54ae9c6 snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf7f6bf3f snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf8247e4a snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9622dd1 snd_soc_daifmt_clock_provider_from_bitmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9e134bb snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfa8f7489 snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfcbc4592 snd_soc_component_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfcc80d9f snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfcfdc355 dapm_kcontrol_get_value +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x0bac9beb snd_sof_debugfs_add_region_item_iomem +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x3daea895 snd_sof_dbg_memory_info_init +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x9ff3b6ee snd_sof_dbg_init +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0xb063ae06 snd_sof_free_debug +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0xb096f810 snd_sof_debugfs_buf_item +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x2c64d423 sprd_mcdt_request_chan +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x5061832c sprd_mcdt_chan_int_disable +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x609193c3 sprd_mcdt_chan_write +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x68b4b311 sprd_mcdt_chan_dma_enable +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x6c283cec sprd_mcdt_chan_int_enable +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0xa5fdddd3 sprd_mcdt_chan_read +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0xb67dbf49 sprd_mcdt_chan_dma_disable +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0xdf547b54 sprd_mcdt_free_chan +EXPORT_SYMBOL_GPL sound/soc/sunxi/sun8i-adda-pr-regmap 0x37a3a5c2 sun8i_adda_pr_regmap_init +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-machine 0x3e9a400e tegra_asoc_machine_init +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-machine 0xa33eb22f tegra_asoc_machine_probe +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x0b8196e0 tegra_pcm_construct +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x0cc68161 tegra_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x1b64dfbd tegra_pcm_close +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x1e0b091e tegra_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x2b398d82 devm_tegra_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x50d09c4e tegra_pcm_platform_unregister +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x54870a9a tegra_pcm_platform_register_with_chan_names +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xb584077c tegra_pcm_open +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xdd6b885f tegra_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0x0427e3da tegra30_ahub_allocate_tx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0x55a40206 tegra30_ahub_disable_rx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0x5d7237ff tegra30_ahub_set_cif +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0x6fe20143 tegra30_ahub_set_rx_cif_source +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xb419329b tegra30_ahub_disable_tx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xb4a9367d tegra30_ahub_enable_tx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xb81bca9d tegra30_ahub_free_rx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xc78c7125 tegra30_ahub_free_tx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xccb67e55 tegra124_ahub_set_cif +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xccc98372 tegra30_ahub_enable_rx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xd01de23b tegra30_ahub_allocate_rx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xe549513a tegra30_ahub_unset_rx_cif_source +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-edma 0x0fae6c42 edma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-sdma 0x5a61f6c3 sdma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-udma 0xb87103ad udma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x0fed1a45 line6_send_sysex_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x189095c6 line6_pcm_acquire +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x202a1b1b line6_midi_id +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x2317bd23 line6_send_raw_message_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x4463af38 line6_read_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x4d0fa69d line6_read_serial_number +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x540fc7e5 line6_probe +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x7d528edd line6_version_request_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x95bf4cdb line6_init_pcm +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x98f9b8a4 line6_init_midi +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xb18f77d5 line6_disconnect +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xb1d7ce35 line6_write_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xb2dfb3e5 line6_pcm_release +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xc3de2ece line6_send_raw_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xc3ec7b2a line6_suspend +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xeb973ffb line6_resume +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xf4865a5b line6_alloc_sysex_buffer +EXPORT_SYMBOL_GPL vmlinux 0x00082520 rockchip_clk_register_branches +EXPORT_SYMBOL_GPL vmlinux 0x000afbe7 iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0x001634d6 adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0x00169b60 pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x001aec0a otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0x00218b92 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0x0026b6d4 irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0x00281032 crypto_unregister_aead +EXPORT_SYMBOL_GPL vmlinux 0x002e85ee register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x0031b523 fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x003b055c of_genpd_remove_last +EXPORT_SYMBOL_GPL vmlinux 0x0040040c blk_mq_complete_request_remote +EXPORT_SYMBOL_GPL vmlinux 0x004957f4 ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x004bcd5a kvm_init +EXPORT_SYMBOL_GPL vmlinux 0x00513f58 get_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x00565f18 pernet_ops_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x005a4377 pm_clk_suspend +EXPORT_SYMBOL_GPL vmlinux 0x005f18a6 add_wait_queue_priority +EXPORT_SYMBOL_GPL vmlinux 0x0085f6c9 wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x008765d8 firmware_request_cache +EXPORT_SYMBOL_GPL vmlinux 0x0096d40f wakeup_sources_walk_start +EXPORT_SYMBOL_GPL vmlinux 0x00d4c500 usb_decode_interval +EXPORT_SYMBOL_GPL vmlinux 0x00d719ab dma_async_device_channel_unregister +EXPORT_SYMBOL_GPL vmlinux 0x00d7348e uart_console_device +EXPORT_SYMBOL_GPL vmlinux 0x00de0536 pci_epf_destroy +EXPORT_SYMBOL_GPL vmlinux 0x00e0c23c destroy_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x00ebad14 clk_mux_determine_rate_flags +EXPORT_SYMBOL_GPL vmlinux 0x00f0f1c6 fuse_conn_destroy +EXPORT_SYMBOL_GPL vmlinux 0x00fceca7 i2c_acpi_client_count +EXPORT_SYMBOL_GPL vmlinux 0x01005617 skcipher_walk_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x01041565 acpi_dev_ready_for_enumeration +EXPORT_SYMBOL_GPL vmlinux 0x010a0720 rockchip_register_restart_notifier +EXPORT_SYMBOL_GPL vmlinux 0x010f0ee1 wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x010fd11f __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x0118d8b6 led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0x0121a933 __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x012e730e apei_exec_noop +EXPORT_SYMBOL_GPL vmlinux 0x0131a571 vring_create_virtqueue_dma +EXPORT_SYMBOL_GPL vmlinux 0x013246bc mtk_pinconf_bias_disable_get +EXPORT_SYMBOL_GPL vmlinux 0x01327bb3 mtk_clk_register_composites +EXPORT_SYMBOL_GPL vmlinux 0x0139cb66 unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x0139e72a genphy_c45_pma_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0142a157 xdp_do_redirect_frame +EXPORT_SYMBOL_GPL vmlinux 0x0149850d sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x014e8186 cpu_scale +EXPORT_SYMBOL_GPL vmlinux 0x01532b6b vfs_submount +EXPORT_SYMBOL_GPL vmlinux 0x015a8498 imx_clk_hw_cpu +EXPORT_SYMBOL_GPL vmlinux 0x015e44fb xenbus_read_otherend_details +EXPORT_SYMBOL_GPL vmlinux 0x0179ccba topology_update_thermal_pressure +EXPORT_SYMBOL_GPL vmlinux 0x01866a57 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x018dde48 ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0x018df28f vp_modern_get_status +EXPORT_SYMBOL_GPL vmlinux 0x0198bb06 sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x019bca1b gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x019ce4a5 spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0x01a0cb78 property_entries_free +EXPORT_SYMBOL_GPL vmlinux 0x01a20dfe spi_delay_to_ns +EXPORT_SYMBOL_GPL vmlinux 0x01a2d9f6 tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x01ac8024 iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x01b3b1b5 fb_deferred_io_mmap +EXPORT_SYMBOL_GPL vmlinux 0x01beb49a __put_net +EXPORT_SYMBOL_GPL vmlinux 0x01c6cb0c cpu_cluster_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x01cc3dc2 nvdimm_has_flush +EXPORT_SYMBOL_GPL vmlinux 0x01d420e6 dw_pcie_host_deinit +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01e85254 device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x01effe9d sprd_pinctrl_remove +EXPORT_SYMBOL_GPL vmlinux 0x0207a6c6 reset_control_bulk_acquire +EXPORT_SYMBOL_GPL vmlinux 0x021a0355 __blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x0231d26c __traceiter_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x02394899 play_idle_precise +EXPORT_SYMBOL_GPL vmlinux 0x02441e48 scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0x02495b8f gnttab_alloc_grant_reference_seq +EXPORT_SYMBOL_GPL vmlinux 0x024b2324 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x024d13dd request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x024d7c69 irq_gc_unmask_enable_reg +EXPORT_SYMBOL_GPL vmlinux 0x02639ee0 devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x0264c794 crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x027833ba ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x028bc7e6 rio_map_outb_region +EXPORT_SYMBOL_GPL vmlinux 0x02a4e67d devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x02b4a115 mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0x02b50adc wbc_detach_inode +EXPORT_SYMBOL_GPL vmlinux 0x02c4a7f9 sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0x02c5c501 power_supply_find_ocv2cap_table +EXPORT_SYMBOL_GPL vmlinux 0x02c867da of_reconfig_get_state_change +EXPORT_SYMBOL_GPL vmlinux 0x02da3a28 usb_phy_roothub_alloc +EXPORT_SYMBOL_GPL vmlinux 0x02e0f68b rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0x02ed599b md_bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x02f7edf0 shmem_file_setup_with_mnt +EXPORT_SYMBOL_GPL vmlinux 0x02fb3ea0 lynx_pcs_create_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x030cbca2 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x030fd6b3 pinmux_generic_add_function +EXPORT_SYMBOL_GPL vmlinux 0x0312b3b0 reset_controller_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0321cdbf of_alias_get_highest_id +EXPORT_SYMBOL_GPL vmlinux 0x03264f01 spi_mem_dirmap_write +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x033cd0a2 skb_defer_rx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x03473884 phy_basic_t1s_p2mp_features +EXPORT_SYMBOL_GPL vmlinux 0x0350b5eb fwnode_get_next_parent +EXPORT_SYMBOL_GPL vmlinux 0x03592790 pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x036de383 perf_event_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x03701a42 zynqmp_pm_pinctrl_set_function +EXPORT_SYMBOL_GPL vmlinux 0x0373766a sbitmap_queue_clear +EXPORT_SYMBOL_GPL vmlinux 0x037ef454 iopf_queue_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x0391ba34 crypto_register_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x03952887 ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x03ba71fc dax_writeback_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x03c12dfe cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x03c3bc02 devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x03c78413 devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0x03ce7234 sched_smt_present +EXPORT_SYMBOL_GPL vmlinux 0x03d6b69f rio_add_net +EXPORT_SYMBOL_GPL vmlinux 0x03eb293a ti_sci_inta_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x03f6c583 ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x0402cbbf preempt_notifier_inc +EXPORT_SYMBOL_GPL vmlinux 0x04108c21 component_add_typed +EXPORT_SYMBOL_GPL vmlinux 0x0412332f rcar_rst_set_rproc_boot_addr +EXPORT_SYMBOL_GPL vmlinux 0x0430cf13 dma_alloc_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x0436d1e7 ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0x04480244 dax_finish_sync_fault +EXPORT_SYMBOL_GPL vmlinux 0x044d224b ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0x044ee350 devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x044f9b51 i2c_of_match_device +EXPORT_SYMBOL_GPL vmlinux 0x046499a8 __ndisc_fill_addr_option +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x046ca6a8 ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0x046f359e of_overlay_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x0472cf3b register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x0475daf5 aead_exit_geniv +EXPORT_SYMBOL_GPL vmlinux 0x047c67a1 devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x047db6d9 acpi_register_gsi +EXPORT_SYMBOL_GPL vmlinux 0x048372db perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x048db0cf fwnode_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x049cb2df crypto_shash_tfm_digest +EXPORT_SYMBOL_GPL vmlinux 0x049e5156 gnttab_try_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x049ff064 usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x04a18395 regulator_set_active_discharge_regmap +EXPORT_SYMBOL_GPL vmlinux 0x04ae7a06 mmc_cmdq_enable +EXPORT_SYMBOL_GPL vmlinux 0x04b5b89f regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x04bb2d0f iommu_alloc_resv_region +EXPORT_SYMBOL_GPL vmlinux 0x04bf0092 io_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x04c4463e led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04c75194 phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0x04c8aebf console_verbose +EXPORT_SYMBOL_GPL vmlinux 0x04df8fbc lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0x04f85780 of_pci_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x05003d96 iommu_enable_nesting +EXPORT_SYMBOL_GPL vmlinux 0x050ca568 pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0x051085e3 lock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x051a0bc1 stack_depot_fetch +EXPORT_SYMBOL_GPL vmlinux 0x051b03b0 sysfs_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x051d815f fsl_mc_bus_dpio_type +EXPORT_SYMBOL_GPL vmlinux 0x052b4013 register_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x052c9aed ktime_get_real_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x0539b55d skb_splice_bits +EXPORT_SYMBOL_GPL vmlinux 0x053d738a __SCK__tp_func_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x054aa32e device_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x055dfe79 mtk_pinconf_drive_set_raw +EXPORT_SYMBOL_GPL vmlinux 0x05610897 of_changeset_destroy +EXPORT_SYMBOL_GPL vmlinux 0x056358bf devm_bitmap_zalloc +EXPORT_SYMBOL_GPL vmlinux 0x05640dbd regulator_set_suspend_voltage +EXPORT_SYMBOL_GPL vmlinux 0x05693c2a crypto_unregister_acomps +EXPORT_SYMBOL_GPL vmlinux 0x0572c09e vcap_tc_flower_handler_cvlan_usage +EXPORT_SYMBOL_GPL vmlinux 0x057b8d66 tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0x05883efb __traceiter_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x058d4823 devl_region_create +EXPORT_SYMBOL_GPL vmlinux 0x058f9366 apei_exec_collect_resources +EXPORT_SYMBOL_GPL vmlinux 0x05956cc2 ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x05a396bf synth_event_trace_start +EXPORT_SYMBOL_GPL vmlinux 0x05b2ab41 inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0x05b40ccf devlink_dpipe_action_put +EXPORT_SYMBOL_GPL vmlinux 0x05b6f20b pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0x05bf03ae gnttab_pages_clear_private +EXPORT_SYMBOL_GPL vmlinux 0x05bfd923 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x05c90ad6 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0x05cd1dd4 vcap_rule_add_key_bit +EXPORT_SYMBOL_GPL vmlinux 0x05d44446 nvmem_device_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x05d8239c devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x05e28665 ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0x05e5a61e cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x05e7ffac crypto_unregister_rng +EXPORT_SYMBOL_GPL vmlinux 0x05fe469b usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0x05fe8b5b tty_port_register_device_serdev +EXPORT_SYMBOL_GPL vmlinux 0x0607e07c usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0x0608f1e3 imx_clk_fracn_gppll_integer +EXPORT_SYMBOL_GPL vmlinux 0x061336ae blocking_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x0615cdb1 ahci_reset_em +EXPORT_SYMBOL_GPL vmlinux 0x061bd5df cpufreq_cpu_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x06209f49 phy_lookup_setting +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x062b741b devm_kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x062b89c4 ghes_unregister_report_chain +EXPORT_SYMBOL_GPL vmlinux 0x062d117f __tracepoint_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x063f1593 mtk_build_eint +EXPORT_SYMBOL_GPL vmlinux 0x064d48a5 spi_mem_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x0658b737 __traceiter_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x065c6686 clk_hw_is_prepared +EXPORT_SYMBOL_GPL vmlinux 0x066073b0 acpi_device_fix_up_power_extended +EXPORT_SYMBOL_GPL vmlinux 0x06643a8f gpiod_toggle_active_low +EXPORT_SYMBOL_GPL vmlinux 0x066bdeb0 inet_bhash2_update_saddr +EXPORT_SYMBOL_GPL vmlinux 0x066cd41c devl_traps_register +EXPORT_SYMBOL_GPL vmlinux 0x06754f89 irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x0675523d ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0x067e84ff dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x06809b15 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0x06868c18 spi_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0x06910edd usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x069a0b35 rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x06a03612 dev_pm_opp_sync_regulators +EXPORT_SYMBOL_GPL vmlinux 0x06b970a5 zynqmp_pm_ospi_mux_select +EXPORT_SYMBOL_GPL vmlinux 0x06cca30b ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0x06e415bc __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x06e4433e sunxi_ccu_set_mmc_timing_mode +EXPORT_SYMBOL_GPL vmlinux 0x06ed3c6e pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x06f48774 clk_hw_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x06fb6718 ip6_route_output_flags +EXPORT_SYMBOL_GPL vmlinux 0x06ffd986 tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x070fc501 nexthop_select_path +EXPORT_SYMBOL_GPL vmlinux 0x07109a3f mtk_clk_register_factors +EXPORT_SYMBOL_GPL vmlinux 0x071fcdc8 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07242d92 put_dax +EXPORT_SYMBOL_GPL vmlinux 0x073205e7 vcap_filter_rule_keys +EXPORT_SYMBOL_GPL vmlinux 0x073efb2a altr_sysmgr_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x07483e13 cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0x074f98db synth_event_add_field +EXPORT_SYMBOL_GPL vmlinux 0x0756a31c register_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0x075a6bc2 tcp_rate_check_app_limited +EXPORT_SYMBOL_GPL vmlinux 0x075cc27d mf_dax_kill_procs +EXPORT_SYMBOL_GPL vmlinux 0x076356e7 sfp_may_have_phy +EXPORT_SYMBOL_GPL vmlinux 0x076afa47 platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0x076eaea7 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x07737b01 phy_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x07792936 tegra_bpmp_transfer_atomic +EXPORT_SYMBOL_GPL vmlinux 0x077ab26c dm_audit_log_ti +EXPORT_SYMBOL_GPL vmlinux 0x077b60c1 blk_set_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x078db973 extcon_get_state +EXPORT_SYMBOL_GPL vmlinux 0x07914fdb wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0x0793d345 __fsverity_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x079ab53c iommu_sva_bind_device +EXPORT_SYMBOL_GPL vmlinux 0x079d084e i2c_acpi_find_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07be6905 net_inc_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x07d3e5a1 of_genpd_add_provider_onecell +EXPORT_SYMBOL_GPL vmlinux 0x07e6e902 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x07ebdf45 __traceiter_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x07ecab5d pci_dev_lock +EXPORT_SYMBOL_GPL vmlinux 0x07f1caae pci_epc_multi_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x07f1f74d tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x07fc2cb7 crypto_get_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x07fd9baa kiocb_modified +EXPORT_SYMBOL_GPL vmlinux 0x080441dc decrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0x080797d4 fscrypt_limit_io_blocks +EXPORT_SYMBOL_GPL vmlinux 0x08117285 usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x08135613 dax_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x081cbfbe md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0x08213956 phylink_ethtool_get_wol +EXPORT_SYMBOL_GPL vmlinux 0x08242f7a gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL vmlinux 0x0836431d devlink_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x08439089 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0x0847b6af pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x084a79ce kvm_get_running_vcpu +EXPORT_SYMBOL_GPL vmlinux 0x084dddbc unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x08576175 unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x0861715c rio_unregister_mport +EXPORT_SYMBOL_GPL vmlinux 0x0872440c led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0x08789a5b crypto_register_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x0879325b sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0x087c0839 tracepoint_srcu +EXPORT_SYMBOL_GPL vmlinux 0x087c5d9d skb_gso_validate_network_len +EXPORT_SYMBOL_GPL vmlinux 0x087f5dc5 wm831x_of_match +EXPORT_SYMBOL_GPL vmlinux 0x0889ebae cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0x088c1642 serial8250_rpm_get_tx +EXPORT_SYMBOL_GPL vmlinux 0x089435d0 of_msi_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x0896d651 blk_clear_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x089e2bb1 fib6_get_table +EXPORT_SYMBOL_GPL vmlinux 0x08a88a9f __SCK__tp_func_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x08b8e29f vc_scrolldelta_helper +EXPORT_SYMBOL_GPL vmlinux 0x08c42533 irq_domain_free_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x08c78cf7 offline_and_remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x08dd261b kvm_write_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0x08e2b333 cppc_set_auto_sel +EXPORT_SYMBOL_GPL vmlinux 0x08e4acd1 gov_update_cpu_data +EXPORT_SYMBOL_GPL vmlinux 0x08e8fc04 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0x08ead608 spi_controller_resume +EXPORT_SYMBOL_GPL vmlinux 0x08fb78c0 kthread_mod_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x08fc5535 devm_regulator_get_enable_optional +EXPORT_SYMBOL_GPL vmlinux 0x0900a133 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0x090130fa of_clk_src_simple_get +EXPORT_SYMBOL_GPL vmlinux 0x0907d14d blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x09083bc0 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x090f055d fib6_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x0915c98d of_property_count_elems_of_size +EXPORT_SYMBOL_GPL vmlinux 0x091debcb xfrm_dev_state_add +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x092a9046 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0x09300162 clk_hw_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x09337cd0 __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x093786cf synth_event_add_field_str +EXPORT_SYMBOL_GPL vmlinux 0x0941332d gpiochip_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x095bf8e7 of_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x095e1fba sk_msg_trim +EXPORT_SYMBOL_GPL vmlinux 0x0969cc07 pinmux_generic_get_function_count +EXPORT_SYMBOL_GPL vmlinux 0x0976822d sfp_get_module_eeprom_by_page +EXPORT_SYMBOL_GPL vmlinux 0x0982b627 bio_trim +EXPORT_SYMBOL_GPL vmlinux 0x09a8ff78 i2c_dw_configure_master +EXPORT_SYMBOL_GPL vmlinux 0x09a94b0f ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x09b3258c of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x09b53e14 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x09bd7ecd balloon_page_list_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x09c092fc generic_device_group +EXPORT_SYMBOL_GPL vmlinux 0x09c0a3ca dax_recovery_write +EXPORT_SYMBOL_GPL vmlinux 0x09c3f961 regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0x09d0e6e1 modify_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0x09dd7563 mtk_pinconf_bias_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x09e64118 usb_phy_get_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x09e701d1 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x09f1a80d sched_show_task +EXPORT_SYMBOL_GPL vmlinux 0x09f228fc dma_pci_p2pdma_supported +EXPORT_SYMBOL_GPL vmlinux 0x09f46309 pkcs7_validate_trust +EXPORT_SYMBOL_GPL vmlinux 0x09f50f32 rcu_nocb_flush_deferred_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x09ffb52a acpi_bind_one +EXPORT_SYMBOL_GPL vmlinux 0x0a01f0bd xhci_ext_cap_init +EXPORT_SYMBOL_GPL vmlinux 0x0a161f6f vcap_get_rule_count_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0x0a2f8b5a pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0x0a301c8b sched_setattr_nocheck +EXPORT_SYMBOL_GPL vmlinux 0x0a38f025 devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x0a3dc9dc subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x0a4e621e crypto_alloc_acomp +EXPORT_SYMBOL_GPL vmlinux 0x0a4e6e0a nf_hooks_lwtunnel_sysctl_handler +EXPORT_SYMBOL_GPL vmlinux 0x0a52c511 hv_query_ext_cap +EXPORT_SYMBOL_GPL vmlinux 0x0a55c41f dma_resv_describe +EXPORT_SYMBOL_GPL vmlinux 0x0a55d0c4 phy_create_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0a8162a8 raw_v4_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x0a81a8ee phylink_generic_validate +EXPORT_SYMBOL_GPL vmlinux 0x0a8894f4 mas_find_range_rev +EXPORT_SYMBOL_GPL vmlinux 0x0a8e458b crypto_req_done +EXPORT_SYMBOL_GPL vmlinux 0x0a901211 mtk_clk_register_ref2usb_tx +EXPORT_SYMBOL_GPL vmlinux 0x0a93887d ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0x0a9636d6 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0x0a9df53d for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0x0a9fa68d pci_generic_ecam_ops +EXPORT_SYMBOL_GPL vmlinux 0x0aac8026 get_device +EXPORT_SYMBOL_GPL vmlinux 0x0aaf19b2 relay_open +EXPORT_SYMBOL_GPL vmlinux 0x0ab6bddb failover_slave_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0abc6be6 k3_ringacc_ring_is_full +EXPORT_SYMBOL_GPL vmlinux 0x0ac15cd6 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0x0ac1699f vcap_tc_flower_handler_ipv6_usage +EXPORT_SYMBOL_GPL vmlinux 0x0ac6de2b balloon_page_list_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x0ac91de5 gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x0aca4bfb devm_hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0x0ad7168f thermal_zone_device_enable +EXPORT_SYMBOL_GPL vmlinux 0x0ae0beeb __tcp_send_ack +EXPORT_SYMBOL_GPL vmlinux 0x0af958b5 lwtunnel_fill_encap +EXPORT_SYMBOL_GPL vmlinux 0x0af9ad4d regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b1bb9f9 synchronize_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x0b1e75c4 clean_record_shared_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x0b2291c8 regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x0b26e917 dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x0b2db2d5 remove_resource +EXPORT_SYMBOL_GPL vmlinux 0x0b318ff6 exportfs_decode_fh_raw +EXPORT_SYMBOL_GPL vmlinux 0x0b3a3ed7 zynqmp_pm_fpga_get_status +EXPORT_SYMBOL_GPL vmlinux 0x0b3ce8b3 mbox_client_peek_data +EXPORT_SYMBOL_GPL vmlinux 0x0b3f8ff5 __devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x0b3fad12 mtk_eint_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0b485dde usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0x0b52e502 apei_resources_add +EXPORT_SYMBOL_GPL vmlinux 0x0b615600 kvm_vcpu_read_guest_atomic +EXPORT_SYMBOL_GPL vmlinux 0x0b690f04 k3_udma_glue_tx_get_txcq_id +EXPORT_SYMBOL_GPL vmlinux 0x0b69e104 pse_ethtool_get_status +EXPORT_SYMBOL_GPL vmlinux 0x0b6c86e1 of_clk_del_provider +EXPORT_SYMBOL_GPL vmlinux 0x0b73a268 kthread_data +EXPORT_SYMBOL_GPL vmlinux 0x0b748f15 ping_err +EXPORT_SYMBOL_GPL vmlinux 0x0b8b093b pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x0b8c4faa create_signature +EXPORT_SYMBOL_GPL vmlinux 0x0b8c8a23 static_key_fast_inc_not_disabled +EXPORT_SYMBOL_GPL vmlinux 0x0b8ff40a rt288x_setup +EXPORT_SYMBOL_GPL vmlinux 0x0b90b570 bdev_nr_zones +EXPORT_SYMBOL_GPL vmlinux 0x0ba258b7 vring_notification_data +EXPORT_SYMBOL_GPL vmlinux 0x0bb028d4 hisi_clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x0bba4bf1 __hwspin_lock_timeout +EXPORT_SYMBOL_GPL vmlinux 0x0bbdc9b2 remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x0bc9d4de tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x0bd0d42d gpiochip_irq_domain_deactivate +EXPORT_SYMBOL_GPL vmlinux 0x0bd30ffe device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0x0bde7ce0 hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0bf32478 __SCK__tp_func_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x0bf8451c skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x0bf932bb meson_pmx_get_funcs_count +EXPORT_SYMBOL_GPL vmlinux 0x0bfbd212 mmc_regulator_set_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0x0c08a303 ethnl_cable_test_fault_length +EXPORT_SYMBOL_GPL vmlinux 0x0c1a5ee3 log_post_read_mmio +EXPORT_SYMBOL_GPL vmlinux 0x0c1c2acf pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0x0c2753aa sk_msg_zerocopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x0c2c5802 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x0c3a1436 list_lru_walk_one +EXPORT_SYMBOL_GPL vmlinux 0x0c3e6241 k3_udma_glue_disable_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x0c438781 max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x0c5a492b kthread_unpark +EXPORT_SYMBOL_GPL vmlinux 0x0c6108d8 spi_mem_get_name +EXPORT_SYMBOL_GPL vmlinux 0x0c78ef77 da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0x0c81a898 iomap_is_partially_uptodate +EXPORT_SYMBOL_GPL vmlinux 0x0c87f021 dev_pm_opp_remove +EXPORT_SYMBOL_GPL vmlinux 0x0c88c1c3 pci_vpd_find_id_string +EXPORT_SYMBOL_GPL vmlinux 0x0c8c9c65 rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0x0c8defe4 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x0c8e1259 __crypto_alloc_tfmgfp +EXPORT_SYMBOL_GPL vmlinux 0x0c8fc838 usb_get_maximum_ssp_rate +EXPORT_SYMBOL_GPL vmlinux 0x0c9452f6 xenbus_dev_is_online +EXPORT_SYMBOL_GPL vmlinux 0x0cbe3ee2 software_node_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0cc5da5e mctp_unregister_netdev +EXPORT_SYMBOL_GPL vmlinux 0x0cc7a3e5 blk_crypto_update_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x0cc9d36c iommu_group_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x0ccf5275 zynqmp_pm_pinctrl_get_config +EXPORT_SYMBOL_GPL vmlinux 0x0cdc4818 devm_reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x0cdca2ea pci_epc_unmap_addr +EXPORT_SYMBOL_GPL vmlinux 0x0ce3dd73 bman_is_probed +EXPORT_SYMBOL_GPL vmlinux 0x0ce89e42 pci_epf_unbind +EXPORT_SYMBOL_GPL vmlinux 0x0cebc704 fork_usermode_driver +EXPORT_SYMBOL_GPL vmlinux 0x0cf8e7f3 devlink_port_fini +EXPORT_SYMBOL_GPL vmlinux 0x0cfbb4d4 xdp_rxq_info_is_reg +EXPORT_SYMBOL_GPL vmlinux 0x0d02b624 of_icc_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x0d2a0443 fsl_mc_bus_dprtc_type +EXPORT_SYMBOL_GPL vmlinux 0x0d390010 em_dev_unregister_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0x0d3e1a09 ima_inode_hash +EXPORT_SYMBOL_GPL vmlinux 0x0d3fb7d4 phy_interface_num_ports +EXPORT_SYMBOL_GPL vmlinux 0x0d435bd5 __tracepoint_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x0d4961de nf_log_buf_open +EXPORT_SYMBOL_GPL vmlinux 0x0d49711f crypto_create_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x0d4e3f8c iopf_queue_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d556b5b dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x0d5cecc6 ima_measure_critical_data +EXPORT_SYMBOL_GPL vmlinux 0x0d65f93e pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x0d6a49d4 tcp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d700712 usb_alloc_dev +EXPORT_SYMBOL_GPL vmlinux 0x0d781b18 phy_led_trigger_change_speed +EXPORT_SYMBOL_GPL vmlinux 0x0d9d0d82 ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x0da22ce1 ahci_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x0db085bc usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0x0db1444d __virtqueue_break +EXPORT_SYMBOL_GPL vmlinux 0x0dbb4481 pci_epf_bind +EXPORT_SYMBOL_GPL vmlinux 0x0dbc1fac regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x0dd44203 vp_modern_generation +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0de5d880 pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x0de8bd74 nvdimm_volatile_region_create +EXPORT_SYMBOL_GPL vmlinux 0x0df39a97 kvm_io_bus_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x0df70171 bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x0e007edf xen_evtchn_nr_channels +EXPORT_SYMBOL_GPL vmlinux 0x0e0c6a7d crypto_dh_encode_key +EXPORT_SYMBOL_GPL vmlinux 0x0e0f7a49 devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0x0e1194d5 hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x0e13cb4d apei_resources_release +EXPORT_SYMBOL_GPL vmlinux 0x0e238004 rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x0e5cc9d7 xdp_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x0e686daf sfp_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x0e6b35ca extcon_set_property_sync +EXPORT_SYMBOL_GPL vmlinux 0x0e6b79af static_key_disable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x0e6e87a7 mtk_pinconf_bias_set +EXPORT_SYMBOL_GPL vmlinux 0x0e75314f of_hte_req_count +EXPORT_SYMBOL_GPL vmlinux 0x0e78f9e5 virtqueue_resize +EXPORT_SYMBOL_GPL vmlinux 0x0e7a9e5b __traceiter_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x0e8094e1 dev_pm_opp_find_level_exact +EXPORT_SYMBOL_GPL vmlinux 0x0e8aaf43 pci_epc_raise_irq +EXPORT_SYMBOL_GPL vmlinux 0x0e9387b9 devm_clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x0ea5cbce xen_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x0ebb3b7a generic_online_page +EXPORT_SYMBOL_GPL vmlinux 0x0ebfcaba mmc_crypto_prepare_req +EXPORT_SYMBOL_GPL vmlinux 0x0ec096b0 hv_read_reference_counter +EXPORT_SYMBOL_GPL vmlinux 0x0ec593f9 raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x0ecfea88 btf_type_by_id +EXPORT_SYMBOL_GPL vmlinux 0x0ed73dc0 pci_epc_mem_alloc_addr +EXPORT_SYMBOL_GPL vmlinux 0x0edb9192 kill_pid_usb_asyncio +EXPORT_SYMBOL_GPL vmlinux 0x0ee77a3d em_pd_get +EXPORT_SYMBOL_GPL vmlinux 0x0ee87db4 bpf_prog_inc +EXPORT_SYMBOL_GPL vmlinux 0x0ef26d83 subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x0efb8745 devm_pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0x0efdbbb3 device_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x0f10bbd2 tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x0f137865 gpiod_set_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x0f151b31 netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0x0f15a1f4 dpbp_get_attributes +EXPORT_SYMBOL_GPL vmlinux 0x0f180070 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x0f180fd8 scsi_alloc_request +EXPORT_SYMBOL_GPL vmlinux 0x0f5545f0 task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0x0f5775c1 devlink_priv +EXPORT_SYMBOL_GPL vmlinux 0x0f584026 regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x0f640f8d xen_evtchn_do_upcall +EXPORT_SYMBOL_GPL vmlinux 0x0f70672c pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x0f78b3d4 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0x0f7ca236 dmi_memdev_name +EXPORT_SYMBOL_GPL vmlinux 0x0f7ea88a __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0x0f85b7bb tracing_snapshot_cond_enable +EXPORT_SYMBOL_GPL vmlinux 0x0f88900a iomap_file_buffered_write_punch_delalloc +EXPORT_SYMBOL_GPL vmlinux 0x0f90b783 edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL vmlinux 0x0f9d710b edac_pci_del_device +EXPORT_SYMBOL_GPL vmlinux 0x0fae01b6 ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0x0fbb7344 memremap_compat_align +EXPORT_SYMBOL_GPL vmlinux 0x0fbc0c0e xas_pause +EXPORT_SYMBOL_GPL vmlinux 0x0fc20b85 devl_rate_leaf_create +EXPORT_SYMBOL_GPL vmlinux 0x0fd3a7f7 kvm_put_kvm +EXPORT_SYMBOL_GPL vmlinux 0x0fd4610e kmem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0x0ff905fd ahci_shost_groups +EXPORT_SYMBOL_GPL vmlinux 0x0ffebf6f usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0x10019a46 ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x1005d60b tick_nohz_dep_set_cpu +EXPORT_SYMBOL_GPL vmlinux 0x10091b7b sbitmap_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x10131209 devm_mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x1014bbc9 tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x10185973 __tracepoint_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x103168e1 sfp_bus_add_upstream +EXPORT_SYMBOL_GPL vmlinux 0x104b2b7d vcap_rule_get_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x1051fea1 __traceiter_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x105624d3 device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0x107b2089 xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0x10828cfa disk_set_zoned +EXPORT_SYMBOL_GPL vmlinux 0x108a0acd bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x1096aed6 dev_pm_opp_get_max_clock_latency +EXPORT_SYMBOL_GPL vmlinux 0x10b89330 crypto_has_shash +EXPORT_SYMBOL_GPL vmlinux 0x10b9adcb ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0x10bef5dd pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0x10cc119f __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x10cf353f ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0x10d9f317 stack_depot_init +EXPORT_SYMBOL_GPL vmlinux 0x10de10e3 crypto_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x10ec79de device_create +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x10edaf3d kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL vmlinux 0x10ee7c21 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0x10f18197 devl_trap_policers_register +EXPORT_SYMBOL_GPL vmlinux 0x10f743b5 usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x110106c1 cper_severity_to_aer +EXPORT_SYMBOL_GPL vmlinux 0x1108f3b3 ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x11172cbc srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x1128e925 kvm_vcpu_read_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x113ff80b __traceiter_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0x114afb86 of_pci_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0x116528e4 pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x1165e962 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x117f33af __fscrypt_encrypt_symlink +EXPORT_SYMBOL_GPL vmlinux 0x11899ff4 ahci_platform_get_resources +EXPORT_SYMBOL_GPL vmlinux 0x119c9c61 vp_modern_get_num_queues +EXPORT_SYMBOL_GPL vmlinux 0x119ea321 devm_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0x11aebb26 dev_pm_opp_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x11b68a56 __tracepoint_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x11b78a8f __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x11c5a59a usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0x11dc135b crypto_register_kpp +EXPORT_SYMBOL_GPL vmlinux 0x11df0e75 devlink_fmsg_binary_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x11e06ee9 badrange_init +EXPORT_SYMBOL_GPL vmlinux 0x11e08f96 trace_seq_putmem_hex +EXPORT_SYMBOL_GPL vmlinux 0x12056e53 mas_store_gfp +EXPORT_SYMBOL_GPL vmlinux 0x12135396 phylink_mac_change +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x122939b4 edac_mc_add_mc_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x1234e483 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0x1234ffa1 cper_estatus_check_header +EXPORT_SYMBOL_GPL vmlinux 0x1254b743 irq_domain_create_simple +EXPORT_SYMBOL_GPL vmlinux 0x12690224 tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0x126d7eda usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x1278c148 devm_hte_register_chip +EXPORT_SYMBOL_GPL vmlinux 0x129b8c39 ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x12b9b4e3 devlink_dpipe_entry_ctx_prepare +EXPORT_SYMBOL_GPL vmlinux 0x12c5e45a fsl_mc_object_allocate +EXPORT_SYMBOL_GPL vmlinux 0x12e2e7e2 of_clk_parent_fill +EXPORT_SYMBOL_GPL vmlinux 0x12e7af9f extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x12ee1173 memory_group_unregister +EXPORT_SYMBOL_GPL vmlinux 0x12f8036f regmap_get_reg_stride +EXPORT_SYMBOL_GPL vmlinux 0x12fc03b6 iommu_fwspec_init +EXPORT_SYMBOL_GPL vmlinux 0x12ff432f of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x130834bb mmc_pwrseq_register +EXPORT_SYMBOL_GPL vmlinux 0x13090724 add_vmfork_randomness +EXPORT_SYMBOL_GPL vmlinux 0x130cd13a pci_epc_get_features +EXPORT_SYMBOL_GPL vmlinux 0x13100678 pci_bridge_secondary_bus_reset +EXPORT_SYMBOL_GPL vmlinux 0x1314b35b serdev_device_write_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x1318e5a1 iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131ac019 walk_hmem_resources +EXPORT_SYMBOL_GPL vmlinux 0x131cb0f7 of_add_property +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x133969d7 __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x133d4959 rz_mtu3_32bit_ch_read +EXPORT_SYMBOL_GPL vmlinux 0x133d681d of_irq_get_byname +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x13640660 get_cached_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0x13822a13 md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0x138aff76 gnttab_init +EXPORT_SYMBOL_GPL vmlinux 0x138e0957 dax_write_cache_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1394d032 __mt_destroy +EXPORT_SYMBOL_GPL vmlinux 0x13a5b42a phy_package_leave +EXPORT_SYMBOL_GPL vmlinux 0x13afbd80 balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x13b28f79 lwtunnel_cmp_encap +EXPORT_SYMBOL_GPL vmlinux 0x13b9e193 acpi_dev_resource_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x13ce87e8 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0x13d4c3f5 folio_wait_stable +EXPORT_SYMBOL_GPL vmlinux 0x13db1eb8 k3_udma_glue_rx_cppi5_to_dma_addr +EXPORT_SYMBOL_GPL vmlinux 0x13dbe30d bpf_trace_run7 +EXPORT_SYMBOL_GPL vmlinux 0x13ddf195 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0x13df380b ahci_platform_disable_regulators +EXPORT_SYMBOL_GPL vmlinux 0x13ed8784 sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x13fab921 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x1400216c edac_pci_add_device +EXPORT_SYMBOL_GPL vmlinux 0x1403ad09 cpufreq_add_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x1416e05e irq_chip_set_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0x141a874f pinctrl_force_default +EXPORT_SYMBOL_GPL vmlinux 0x141eb940 devm_gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x141f38bf ktime_get_raw_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x142b927d phylink_fwnode_phy_connect +EXPORT_SYMBOL_GPL vmlinux 0x1432e92c gpiochip_line_is_open_source +EXPORT_SYMBOL_GPL vmlinux 0x1433b4a7 meson_vid_pll_div_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x1449f728 usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0x1456762b k3_ringacc_ring_get_free +EXPORT_SYMBOL_GPL vmlinux 0x146626a0 mas_find_rev +EXPORT_SYMBOL_GPL vmlinux 0x146cc88f bpf_master_redirect_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x1475835a of_regulator_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0x14829e51 srcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x148ad5de simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x148fd794 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x1497c2ad pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x149a1207 crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0x14a92787 dev_pm_opp_xlate_required_opp +EXPORT_SYMBOL_GPL vmlinux 0x14b8b7ac clkdev_create +EXPORT_SYMBOL_GPL vmlinux 0x14ba7c64 clk_hw_init_rate_request +EXPORT_SYMBOL_GPL vmlinux 0x14bf39d7 fwnode_get_nth_parent +EXPORT_SYMBOL_GPL vmlinux 0x14c498fe generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x14c649e2 thermal_zone_device_id +EXPORT_SYMBOL_GPL vmlinux 0x14c7aae4 dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x14cf7a1c crypto_akcipher_sync_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x14d49d1a xhci_check_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0x14e32348 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0x14e53503 mptcp_pm_get_add_addr_signal_max +EXPORT_SYMBOL_GPL vmlinux 0x14ec4fdb evtchn_put +EXPORT_SYMBOL_GPL vmlinux 0x14ee9270 cpufreq_driver_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x14f2224e cpu_device_create +EXPORT_SYMBOL_GPL vmlinux 0x14fa2941 bsg_job_put +EXPORT_SYMBOL_GPL vmlinux 0x14fbcd5e __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x15018165 debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0x15021b4a xa_delete_node +EXPORT_SYMBOL_GPL vmlinux 0x15039519 devm_thermal_of_zone_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1508b5da usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x1509d32f tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0x150e3cb9 ncsi_vlan_rx_kill_vid +EXPORT_SYMBOL_GPL vmlinux 0x15239ddd skb_consume_udp +EXPORT_SYMBOL_GPL vmlinux 0x1525b28c sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x15278118 serdev_device_close +EXPORT_SYMBOL_GPL vmlinux 0x152d36c3 i2c_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0x15371727 da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x153b60a6 klist_del +EXPORT_SYMBOL_GPL vmlinux 0x15402377 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x15510a89 devlink_fmsg_binary_put +EXPORT_SYMBOL_GPL vmlinux 0x155a50e2 vp_modern_set_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x156ace85 tcp_set_keepalive +EXPORT_SYMBOL_GPL vmlinux 0x156f02b6 __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0x15774c84 rz_mtu3_16bit_ch_write +EXPORT_SYMBOL_GPL vmlinux 0x1585cb99 dma_opt_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x15886f48 hte_disable_ts +EXPORT_SYMBOL_GPL vmlinux 0x158c9412 sched_set_fifo_low +EXPORT_SYMBOL_GPL vmlinux 0x15a6f9ec udp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0x15a9ae94 hypervisor_kobj +EXPORT_SYMBOL_GPL vmlinux 0x15ade1cc filter_irq_stacks +EXPORT_SYMBOL_GPL vmlinux 0x15b5c6b5 pskb_put +EXPORT_SYMBOL_GPL vmlinux 0x15bd7435 psi_memstall_leave +EXPORT_SYMBOL_GPL vmlinux 0x15c0b1f7 nvmem_add_one_cell +EXPORT_SYMBOL_GPL vmlinux 0x15c4e3e2 phylink_ethtool_set_pauseparam +EXPORT_SYMBOL_GPL vmlinux 0x15d34649 skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x15dcd06f devlink_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x15df687f crypto_unregister_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x15ea2648 hwpoison_filter_flags_mask +EXPORT_SYMBOL_GPL vmlinux 0x15eb7eb3 fhctl_parse_dt +EXPORT_SYMBOL_GPL vmlinux 0x15f5a2a3 xenbus_register_driver_common +EXPORT_SYMBOL_GPL vmlinux 0x16422a6e xdp_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x16516798 osc_pc_lpi_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x16555f90 serdev_controller_add +EXPORT_SYMBOL_GPL vmlinux 0x165d1e26 k3_udma_glue_tx_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0x166529fd usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0x166f80f9 cros_ec_check_features +EXPORT_SYMBOL_GPL vmlinux 0x167d7113 acpi_bus_register_early_device +EXPORT_SYMBOL_GPL vmlinux 0x1681b040 iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0x16872944 ncsi_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x1687ec20 tty_get_frame_size +EXPORT_SYMBOL_GPL vmlinux 0x1690b503 usb_role_switch_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x16982554 gpiod_set_config +EXPORT_SYMBOL_GPL vmlinux 0x16ab42a2 sync_blockdev_nowait +EXPORT_SYMBOL_GPL vmlinux 0x16ba7c63 fsnotify_destroy_mark +EXPORT_SYMBOL_GPL vmlinux 0x16ca1a8a phylink_suspend +EXPORT_SYMBOL_GPL vmlinux 0x16cb6a90 radix_tree_preloads +EXPORT_SYMBOL_GPL vmlinux 0x16da1f88 devlink_fmsg_u32_put +EXPORT_SYMBOL_GPL vmlinux 0x16debf13 put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x16dfbf36 add_interrupt_randomness +EXPORT_SYMBOL_GPL vmlinux 0x16f15139 bind_evtchn_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x1701a449 acpi_device_fix_up_power +EXPORT_SYMBOL_GPL vmlinux 0x17044933 device_find_child_by_name +EXPORT_SYMBOL_GPL vmlinux 0x170cc36c put_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x171d2576 i2c_new_smbus_alert_device +EXPORT_SYMBOL_GPL vmlinux 0x1728b72f __traceiter_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x1740f763 pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x1740fc30 devm_of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0x1741ddee trace_seq_puts +EXPORT_SYMBOL_GPL vmlinux 0x1746633d __scsi_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x174c4d06 receive_fd +EXPORT_SYMBOL_GPL vmlinux 0x174c6274 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x174d5b78 tty_release_struct +EXPORT_SYMBOL_GPL vmlinux 0x174e6c46 inet_ehash_locks_alloc +EXPORT_SYMBOL_GPL vmlinux 0x17591ecd zynqmp_pm_write_ggs +EXPORT_SYMBOL_GPL vmlinux 0x176031a7 devlink_fmsg_string_put +EXPORT_SYMBOL_GPL vmlinux 0x17614bf3 apei_resources_sub +EXPORT_SYMBOL_GPL vmlinux 0x177132d0 blk_mark_disk_dead +EXPORT_SYMBOL_GPL vmlinux 0x1772f1d7 dev_pm_qos_hide_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x1779a84a acpi_dev_get_dma_resources +EXPORT_SYMBOL_GPL vmlinux 0x177b1042 __tracepoint_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x1780141e driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0x178fe1c2 dprc_reset_container +EXPORT_SYMBOL_GPL vmlinux 0x179814e6 mpc8xxx_spi_tx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0x17a01ee2 usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0x17a1184c gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0x17ab3fb3 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0x17adf198 virtqueue_get_desc_addr +EXPORT_SYMBOL_GPL vmlinux 0x17bba86a usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x17e01f11 erst_clear +EXPORT_SYMBOL_GPL vmlinux 0x17e5436a dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x17e5d055 to_nvdimm_bus_dev +EXPORT_SYMBOL_GPL vmlinux 0x17f69eb7 fwnode_handle_get +EXPORT_SYMBOL_GPL vmlinux 0x18008c59 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0x1807fbd3 rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x1819747c usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x1827dc00 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0x18295ad1 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x182e2f09 cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x1837acd0 ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0x183c7dbe __traceiter_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x18428692 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x18621d47 ethnl_cable_test_free +EXPORT_SYMBOL_GPL vmlinux 0x1869c699 pci_p2pdma_distance_many +EXPORT_SYMBOL_GPL vmlinux 0x18715353 k3_udma_glue_push_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x1875084e msg_zerocopy_callback +EXPORT_SYMBOL_GPL vmlinux 0x18785296 acpi_cppc_processor_probe +EXPORT_SYMBOL_GPL vmlinux 0x187d55bb ncsi_stop_dev +EXPORT_SYMBOL_GPL vmlinux 0x1881954c meson_pmx_get_func_name +EXPORT_SYMBOL_GPL vmlinux 0x1894124d anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x18a49e8f user_read +EXPORT_SYMBOL_GPL vmlinux 0x18ab9bcf cpufreq_dbs_governor_stop +EXPORT_SYMBOL_GPL vmlinux 0x18b782d8 xenbus_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x18c2dd52 phy_driver_is_genphy +EXPORT_SYMBOL_GPL vmlinux 0x18ca22a9 __traceiter_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x18d1be52 __traceiter_rwmmio_post_write +EXPORT_SYMBOL_GPL vmlinux 0x18dbb8ab regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0x18e4f8aa swphy_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x18e8c440 arch_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0x18f10f38 k3_udma_glue_enable_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x18fb2caf cpus_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x190d1b3c nvmem_cell_read_u32 +EXPORT_SYMBOL_GPL vmlinux 0x1926028c zynqmp_pm_reset_assert +EXPORT_SYMBOL_GPL vmlinux 0x193282ae acpi_dev_resource_ext_address_space +EXPORT_SYMBOL_GPL vmlinux 0x1938911c dax_iomap_rw +EXPORT_SYMBOL_GPL vmlinux 0x195beae8 dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x19719931 devlink_dpipe_entry_ctx_close +EXPORT_SYMBOL_GPL vmlinux 0x1982e888 dev_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0x198ba8c5 folio_mkclean +EXPORT_SYMBOL_GPL vmlinux 0x199c4aa4 usb_control_msg_recv +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19a6cd36 pci_find_host_bridge +EXPORT_SYMBOL_GPL vmlinux 0x19b3ed2d devm_thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x19c07a8f perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0x19c20269 soc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x19c42957 blk_op_str +EXPORT_SYMBOL_GPL vmlinux 0x19d6037b folio_test_hugetlb +EXPORT_SYMBOL_GPL vmlinux 0x19dfb4e7 iommu_map_sg +EXPORT_SYMBOL_GPL vmlinux 0x19e370c1 thp_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0x19e7fd90 pci_ats_supported +EXPORT_SYMBOL_GPL vmlinux 0x19e81304 btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x19edd064 blkg_rwstat_exit +EXPORT_SYMBOL_GPL vmlinux 0x19f1168b bpf_prog_create +EXPORT_SYMBOL_GPL vmlinux 0x19f33626 nf_ctnetlink_has_listener +EXPORT_SYMBOL_GPL vmlinux 0x19f445fd devm_led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0x1a0e2f7f hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x1a10c32b crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x1a12281f dev_pm_genpd_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1a146ec3 usb_ep_type_string +EXPORT_SYMBOL_GPL vmlinux 0x1a3397ec usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0x1a392316 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x1a3d994f debugfs_file_put +EXPORT_SYMBOL_GPL vmlinux 0x1a3ed9c7 nvdimm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x1a528c49 gpiochip_free_own_desc +EXPORT_SYMBOL_GPL vmlinux 0x1a5565fd fwnode_graph_get_next_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x1a5bf5e7 gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0x1a5c9f79 ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0x1a6810ec vp_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0x1a6bf28f fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x1a79f8be proc_create_net_data_write +EXPORT_SYMBOL_GPL vmlinux 0x1a7c649b device_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x1a7fc7a3 mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x1a82368d ZSTD_customCalloc +EXPORT_SYMBOL_GPL vmlinux 0x1aa7a185 __tracepoint_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x1ab84ccc ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x1abcf5d8 xhci_drop_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x1abe8f9e perf_event_pause +EXPORT_SYMBOL_GPL vmlinux 0x1ac50ccf tty_port_default_client_ops +EXPORT_SYMBOL_GPL vmlinux 0x1ac74ee8 serial8250_get_port +EXPORT_SYMBOL_GPL vmlinux 0x1acd18c8 cpuset_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x1ad9b13a devlink_remote_reload_actions_performed +EXPORT_SYMBOL_GPL vmlinux 0x1aefe5fe reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1af267f8 int_pow +EXPORT_SYMBOL_GPL vmlinux 0x1af36aad of_irq_to_resource_table +EXPORT_SYMBOL_GPL vmlinux 0x1af3c0a4 mtk_pinconf_bias_disable_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x1afaa2fd proc_dou8vec_minmax +EXPORT_SYMBOL_GPL vmlinux 0x1afe799d get_net_ns +EXPORT_SYMBOL_GPL vmlinux 0x1b0602c1 cond_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x1b147177 clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x1b1f64e9 devm_usb_get_phy_by_node +EXPORT_SYMBOL_GPL vmlinux 0x1b1f7c5e dst_cache_set_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x1b2a66f1 vcap_tc_flower_handler_ethaddr_usage +EXPORT_SYMBOL_GPL vmlinux 0x1b2fbfd7 usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1b3baf85 usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x1b437b91 __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x1b5e2528 blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x1b5f4377 trace_seq_putc +EXPORT_SYMBOL_GPL vmlinux 0x1b739ef5 __tracepoint_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1b7f9000 platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b92e41d inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x1b9412e9 gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0x1b970d1f gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0x1bb2b585 power_supply_charge_behaviour_show +EXPORT_SYMBOL_GPL vmlinux 0x1bb90b05 strp_check_rcv +EXPORT_SYMBOL_GPL vmlinux 0x1bc40a8d gpmc_omap_get_nand_ops +EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1bc64087 xas_split +EXPORT_SYMBOL_GPL vmlinux 0x1bc85e1c irq_set_affinity +EXPORT_SYMBOL_GPL vmlinux 0x1bce72ef ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0x1bd3ebd5 pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x1bd6bb22 usb_hcd_setup_local_mem +EXPORT_SYMBOL_GPL vmlinux 0x1bd83eae i2c_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x1bdde722 devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x1be52499 mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0x1bef27ca fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0x1bf025c8 led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0x1bf2d688 nvmem_layout_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1bf36e3d tegra_bpmp_get +EXPORT_SYMBOL_GPL vmlinux 0x1bff812b __spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0x1c07eb08 of_clk_add_provider +EXPORT_SYMBOL_GPL vmlinux 0x1c21c026 is_software_node +EXPORT_SYMBOL_GPL vmlinux 0x1c31f5bd rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x1c38c2a0 gfn_to_memslot +EXPORT_SYMBOL_GPL vmlinux 0x1c3b0498 of_icc_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0x1c3e12bd __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0x1c42524e clk_hw_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c53d975 inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c5a9eb2 power_supply_external_power_changed +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c5c16fe of_pci_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0x1c5ff742 clk_get_phase +EXPORT_SYMBOL_GPL vmlinux 0x1c628abc ata_host_put +EXPORT_SYMBOL_GPL vmlinux 0x1c64f94d __dev_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x1c6b1984 fb_sys_read +EXPORT_SYMBOL_GPL vmlinux 0x1c7169dc ZSTD_customFree +EXPORT_SYMBOL_GPL vmlinux 0x1c71f68c nf_route +EXPORT_SYMBOL_GPL vmlinux 0x1c78265b extcon_unregister_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1c89fb22 zynqmp_pm_clock_setparent +EXPORT_SYMBOL_GPL vmlinux 0x1ca3aa97 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0x1ca4a930 smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x1cb7c983 apei_exec_read_register_value +EXPORT_SYMBOL_GPL vmlinux 0x1cb9a1c8 xenbus_gather +EXPORT_SYMBOL_GPL vmlinux 0x1cbd92b0 cpu_mitigations_off +EXPORT_SYMBOL_GPL vmlinux 0x1cc1db17 regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x1cdd0605 xhci_port_state_to_neutral +EXPORT_SYMBOL_GPL vmlinux 0x1cdd1b76 pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x1cdf89c2 fscrypt_ioctl_get_policy_ex +EXPORT_SYMBOL_GPL vmlinux 0x1ce69a62 handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0x1cea18d3 dpbp_close +EXPORT_SYMBOL_GPL vmlinux 0x1cf2fb4b regulator_list_hardware_vsel +EXPORT_SYMBOL_GPL vmlinux 0x1cf70eb6 add_swap_extent +EXPORT_SYMBOL_GPL vmlinux 0x1cff45a0 icc_set_tag +EXPORT_SYMBOL_GPL vmlinux 0x1cff8eab sbitmap_init_node +EXPORT_SYMBOL_GPL vmlinux 0x1d011247 devm_gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0x1d03929e devfreq_event_set_event +EXPORT_SYMBOL_GPL vmlinux 0x1d0a1a79 spi_mem_default_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x1d222ced irq_get_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0x1d2c1fd3 sk_msg_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1d2d7697 xenbus_dev_groups +EXPORT_SYMBOL_GPL vmlinux 0x1d3ab68c of_hwspin_lock_get_id_byname +EXPORT_SYMBOL_GPL vmlinux 0x1d49180d pci_epc_get_msi +EXPORT_SYMBOL_GPL vmlinux 0x1d525569 sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x1d6a0fec irq_chip_mask_parent +EXPORT_SYMBOL_GPL vmlinux 0x1d73a7c6 i2c_acpi_waive_d0_probe +EXPORT_SYMBOL_GPL vmlinux 0x1d8cd609 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0x1d94a218 dmi_memdev_handle +EXPORT_SYMBOL_GPL vmlinux 0x1d97384d acpi_set_modalias +EXPORT_SYMBOL_GPL vmlinux 0x1d97b8e5 debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0x1da5e2c5 clk_hw_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x1da743b0 crypto_register_aead +EXPORT_SYMBOL_GPL vmlinux 0x1dbca81a iopf_queue_flush_dev +EXPORT_SYMBOL_GPL vmlinux 0x1dc72332 dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0x1dde49e3 bpf_offload_dev_match +EXPORT_SYMBOL_GPL vmlinux 0x1de887ff zynqmp_pm_bootmode_write +EXPORT_SYMBOL_GPL vmlinux 0x1dfa5dbd mpi_invm +EXPORT_SYMBOL_GPL vmlinux 0x1dfa6147 mtk_pinconf_adv_pull_get +EXPORT_SYMBOL_GPL vmlinux 0x1e0670c6 reset_control_release +EXPORT_SYMBOL_GPL vmlinux 0x1e2557b5 scmi_protocol_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1e288c83 zynqmp_pm_force_pwrdwn +EXPORT_SYMBOL_GPL vmlinux 0x1e2e5e66 ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0x1e2fff91 mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0x1e3ab753 inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1e3bc77c xas_create_range +EXPORT_SYMBOL_GPL vmlinux 0x1e424d61 user_preparse +EXPORT_SYMBOL_GPL vmlinux 0x1e4871bc pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0x1e489f34 nfs_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1e53f827 stack_depot_print +EXPORT_SYMBOL_GPL vmlinux 0x1e5a8922 folio_wait_writeback +EXPORT_SYMBOL_GPL vmlinux 0x1e6f85ff filemap_range_has_writeback +EXPORT_SYMBOL_GPL vmlinux 0x1e713c72 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0x1e733b84 dpbp_open +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e83fee6 HYPERVISOR_physdev_op +EXPORT_SYMBOL_GPL vmlinux 0x1e847f3d usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0x1e8fac8e wireless_nlevent_flush +EXPORT_SYMBOL_GPL vmlinux 0x1e90a0ba edac_device_handle_ce_count +EXPORT_SYMBOL_GPL vmlinux 0x1e964ffc regulator_suspend_disable +EXPORT_SYMBOL_GPL vmlinux 0x1e9bbe93 skcipher_walk_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x1e9bc719 freq_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x1e9c590a usb_find_common_endpoints_reverse +EXPORT_SYMBOL_GPL vmlinux 0x1eb1e3c1 perf_event_update_userpage +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1eca32d2 mctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x1ed4d2eb percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x1ed9f36d regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0x1ee1fc8e gpiochip_generic_request +EXPORT_SYMBOL_GPL vmlinux 0x1ee47e00 is_vmalloc_or_module_addr +EXPORT_SYMBOL_GPL vmlinux 0x1ef051ab sk_psock_msg_verdict +EXPORT_SYMBOL_GPL vmlinux 0x1ef20793 stop_core_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x1efb92a3 ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1efeb5d1 tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0x1eff1957 page_cache_ra_unbounded +EXPORT_SYMBOL_GPL vmlinux 0x1eff1b3d ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0x1f0706d1 device_find_child +EXPORT_SYMBOL_GPL vmlinux 0x1f07b131 relay_close +EXPORT_SYMBOL_GPL vmlinux 0x1f0cbff5 devm_hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0x1f1cc011 zynqmp_pm_get_chipid +EXPORT_SYMBOL_GPL vmlinux 0x1f26894a i2c_dw_prepare_clk +EXPORT_SYMBOL_GPL vmlinux 0x1f38a4f6 mpi_set_highbit +EXPORT_SYMBOL_GPL vmlinux 0x1f449588 mctrl_gpio_disable_ms +EXPORT_SYMBOL_GPL vmlinux 0x1f4ebf5d vcap_find_keystream_keysets +EXPORT_SYMBOL_GPL vmlinux 0x1f563160 bpf_offload_dev_priv +EXPORT_SYMBOL_GPL vmlinux 0x1f62e70b mtk_clk_unregister_fixed_clks +EXPORT_SYMBOL_GPL vmlinux 0x1f6682f4 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0x1f6a9eeb regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x1f73e73c hisi_reset_init +EXPORT_SYMBOL_GPL vmlinux 0x1f7f3b8e devlink_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f8dff5b pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x1f912a4a bpf_redirect_info +EXPORT_SYMBOL_GPL vmlinux 0x1f9a2b53 zynqmp_pm_clock_enable +EXPORT_SYMBOL_GPL vmlinux 0x1fa1d95c sha256_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x1fa48995 efivar_supports_writes +EXPORT_SYMBOL_GPL vmlinux 0x1fb8506c tcp_is_ulp_esp +EXPORT_SYMBOL_GPL vmlinux 0x1fbc3c04 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0x1fe33638 vp_legacy_config_vector +EXPORT_SYMBOL_GPL vmlinux 0x1fe6e504 gpiod_add_hogs +EXPORT_SYMBOL_GPL vmlinux 0x1ffaedd8 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x1ffb9cbc gpiochip_populate_parent_fwspec_fourcell +EXPORT_SYMBOL_GPL vmlinux 0x2009e400 devlink_info_board_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2014f84f __virtqueue_unbreak +EXPORT_SYMBOL_GPL vmlinux 0x2015ad26 rz_mtu3_shared_reg_update_bit +EXPORT_SYMBOL_GPL vmlinux 0x201c4da8 ata_scsi_slave_alloc +EXPORT_SYMBOL_GPL vmlinux 0x20244e0e devm_regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x2026abcc tick_nohz_dep_clear_task +EXPORT_SYMBOL_GPL vmlinux 0x202b34d1 dev_pm_genpd_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x202d4ed6 nvmem_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x203c0186 iomap_seek_hole +EXPORT_SYMBOL_GPL vmlinux 0x204517a6 md_find_rdev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x20497ab3 xdp_rxq_info_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x204f2c5c gnttab_free_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x205293c5 usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0x205a22a1 ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0x2065023b ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0x206e1300 of_clk_hw_simple_get +EXPORT_SYMBOL_GPL vmlinux 0x20749bae pm_runtime_suspended_time +EXPORT_SYMBOL_GPL vmlinux 0x207c37a1 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0x207c78c1 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0x20978fb9 idr_find +EXPORT_SYMBOL_GPL vmlinux 0x20a4e01a HUF_readStats_wksp +EXPORT_SYMBOL_GPL vmlinux 0x20a70782 devm_fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x20be8b80 netlink_strict_get_check +EXPORT_SYMBOL_GPL vmlinux 0x20de0190 devlink_port_type_eth_set +EXPORT_SYMBOL_GPL vmlinux 0x20e650d0 devm_of_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x20e6ee2d phy_check_downshift +EXPORT_SYMBOL_GPL vmlinux 0x20f11f1c crypto_sig_set_privkey +EXPORT_SYMBOL_GPL vmlinux 0x2104159e dev_pm_opp_get_max_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0x2104ae44 scsi_unregister_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x21113296 dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x21169178 devres_find +EXPORT_SYMBOL_GPL vmlinux 0x211ea95f wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x212734c5 vcap_netbytes_copy +EXPORT_SYMBOL_GPL vmlinux 0x21273cc7 xdp_return_buff +EXPORT_SYMBOL_GPL vmlinux 0x213eaa70 usb_cache_string +EXPORT_SYMBOL_GPL vmlinux 0x2151161b rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x215ed062 ma35d1_reg_adc_clkdiv +EXPORT_SYMBOL_GPL vmlinux 0x216de4e1 rcu_get_gp_kthreads_prio +EXPORT_SYMBOL_GPL vmlinux 0x2176e42a hwpoison_filter_memcg +EXPORT_SYMBOL_GPL vmlinux 0x2192c900 phylink_connect_phy +EXPORT_SYMBOL_GPL vmlinux 0x21a02a3d pinmux_generic_get_function +EXPORT_SYMBOL_GPL vmlinux 0x21a2ef9c vcap_lookup_rule_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0x21a563da clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x21a80da5 fsl_mc_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x21b00697 ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x21b14b2e __devm_irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x21b4c939 cgroup_path_ns +EXPORT_SYMBOL_GPL vmlinux 0x21ba0cba __traceiter_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x21ca5f23 pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x21cd536a crypto_put_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x21d4426b gpiod_enable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0x21dc1df2 xfrm_state_afinfo_get_rcu +EXPORT_SYMBOL_GPL vmlinux 0x21e58533 i2c_match_id +EXPORT_SYMBOL_GPL vmlinux 0x21eab389 dw_pcie_ep_init_notify +EXPORT_SYMBOL_GPL vmlinux 0x21f54d17 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0x21fb6295 reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x21fc4c62 devm_register_power_off_handler +EXPORT_SYMBOL_GPL vmlinux 0x21fef8bd ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0x220ce70c kvm_arm_hyp_service_available +EXPORT_SYMBOL_GPL vmlinux 0x221eaf2c samsung_sdi_battery_get_info +EXPORT_SYMBOL_GPL vmlinux 0x221f78d6 irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0x22253352 pci_msix_alloc_irq_at +EXPORT_SYMBOL_GPL vmlinux 0x222667bf dma_resv_get_fences +EXPORT_SYMBOL_GPL vmlinux 0x2238c298 serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x223aa44f kthread_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x2246170a to_software_node +EXPORT_SYMBOL_GPL vmlinux 0x224dc566 serdev_device_wait_until_sent +EXPORT_SYMBOL_GPL vmlinux 0x225804f7 regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0x227180db clk_hw_get_name +EXPORT_SYMBOL_GPL vmlinux 0x2272285d adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2290148f inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x22902bfe register_btf_kfunc_id_set +EXPORT_SYMBOL_GPL vmlinux 0x229f976c elv_register +EXPORT_SYMBOL_GPL vmlinux 0x22ae803d ip_local_out +EXPORT_SYMBOL_GPL vmlinux 0x22b18986 ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x22b22462 devl_dpipe_table_resource_set +EXPORT_SYMBOL_GPL vmlinux 0x22b449e1 ncsi_vlan_rx_add_vid +EXPORT_SYMBOL_GPL vmlinux 0x22bdac15 dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0x22c62004 device_match_of_node +EXPORT_SYMBOL_GPL vmlinux 0x22ccc8b3 serdev_device_break_ctl +EXPORT_SYMBOL_GPL vmlinux 0x22cda27f vcap_tc_flower_handler_vlan_usage +EXPORT_SYMBOL_GPL vmlinux 0x22d1ddd5 pci_vpd_alloc +EXPORT_SYMBOL_GPL vmlinux 0x22d60537 tcf_frag_xmit_count +EXPORT_SYMBOL_GPL vmlinux 0x22d9409b iomap_sort_ioends +EXPORT_SYMBOL_GPL vmlinux 0x22df8057 pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x22ec5205 cpu_latency_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x22eef847 __xenbus_register_frontend +EXPORT_SYMBOL_GPL vmlinux 0x22fd08ba cpuacct_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x2300b926 msi_domain_first_desc +EXPORT_SYMBOL_GPL vmlinux 0x2306a8b7 usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0x230d9f89 vcpu_load +EXPORT_SYMBOL_GPL vmlinux 0x2326638b dpcon_close +EXPORT_SYMBOL_GPL vmlinux 0x232b038a get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0x2332489b __traceiter_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x23412816 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0x23461450 devlink_params_register +EXPORT_SYMBOL_GPL vmlinux 0x234bdb92 clk_regmap_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0x234cf416 devlink_fmsg_string_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x2351a7b3 __nf_ip6_route +EXPORT_SYMBOL_GPL vmlinux 0x2364a7e5 rz_mtu3_32bit_ch_write +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x23893701 platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x238b39c1 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x2396c7f0 clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x239ea558 tty_kopen_shared +EXPORT_SYMBOL_GPL vmlinux 0x23bda6c3 mmc_pwrseq_unregister +EXPORT_SYMBOL_GPL vmlinux 0x23c3b778 phy_basic_features +EXPORT_SYMBOL_GPL vmlinux 0x23c4da10 da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x23dd7e35 tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x23eff9ee __udp_gso_segment +EXPORT_SYMBOL_GPL vmlinux 0x23fdb0a6 crypto_alloc_sync_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x240525e9 device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x2421097b mpi_const +EXPORT_SYMBOL_GPL vmlinux 0x24235223 phy_10gbit_full_features +EXPORT_SYMBOL_GPL vmlinux 0x24254da9 serial8250_do_startup +EXPORT_SYMBOL_GPL vmlinux 0x24273ff5 imx_clk_hw_pllv4 +EXPORT_SYMBOL_GPL vmlinux 0x242f14b7 regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0x24302f7a kernfs_path_from_node +EXPORT_SYMBOL_GPL vmlinux 0x24413343 erst_read_record +EXPORT_SYMBOL_GPL vmlinux 0x24545133 ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x2454665d from_vfsuid +EXPORT_SYMBOL_GPL vmlinux 0x2455dc84 hid_bpf_disconnect_device +EXPORT_SYMBOL_GPL vmlinux 0x2464da17 gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0x2469810f __rcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x246c8107 uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0x24709b2f trace_seq_putmem +EXPORT_SYMBOL_GPL vmlinux 0x2484e789 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x24852826 __SCK__tp_func_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x248bc867 raw_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0x248e1473 kfree_strarray +EXPORT_SYMBOL_GPL vmlinux 0x24a99f4d tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x24ad11db wakeup_sources_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x24d52162 devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x24da0093 rcu_inkernel_boot_has_ended +EXPORT_SYMBOL_GPL vmlinux 0x24e73507 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24edd2b9 gnttab_page_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x24fc50f4 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2500e01b clk_mux_val_to_index +EXPORT_SYMBOL_GPL vmlinux 0x25046096 sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0x25148dd7 irq_domain_translate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x251bcc10 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0x251ce0c2 cpufreq_driver_resolve_freq +EXPORT_SYMBOL_GPL vmlinux 0x251d9124 srcu_torture_stats_print +EXPORT_SYMBOL_GPL vmlinux 0x2527eb60 ptp_msg_is_sync +EXPORT_SYMBOL_GPL vmlinux 0x25301bc6 arch_wb_cache_pmem +EXPORT_SYMBOL_GPL vmlinux 0x2534f99f debounce_time_mt6795 +EXPORT_SYMBOL_GPL vmlinux 0x25379e73 clk_set_min_rate +EXPORT_SYMBOL_GPL vmlinux 0x2540f3f5 of_reserved_mem_device_release +EXPORT_SYMBOL_GPL vmlinux 0x254a14c7 tps65912_device_exit +EXPORT_SYMBOL_GPL vmlinux 0x254e6f98 pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x2550ce60 serdev_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2551e79c sock_diag_destroy +EXPORT_SYMBOL_GPL vmlinux 0x25560936 request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x255d76f7 platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0x255d8d2c iomap_seek_data +EXPORT_SYMBOL_GPL vmlinux 0x2572fd7b blk_mq_freeze_queue +EXPORT_SYMBOL_GPL vmlinux 0x2574da11 zynqmp_pm_write_pggs +EXPORT_SYMBOL_GPL vmlinux 0x257b4071 ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0x25889b60 devm_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0x2592fc6c console_printk +EXPORT_SYMBOL_GPL vmlinux 0x25adf1a3 divider_ro_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x25b07584 debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x25b3398e vp_legacy_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0x25bbfa9a security_kernel_load_data +EXPORT_SYMBOL_GPL vmlinux 0x25c42796 onboard_hub_destroy_pdevs +EXPORT_SYMBOL_GPL vmlinux 0x25ccd227 nvdimm_badblocks_populate +EXPORT_SYMBOL_GPL vmlinux 0x25cec5e4 bio_add_zone_append_page +EXPORT_SYMBOL_GPL vmlinux 0x25fb1f61 xdp_return_frame +EXPORT_SYMBOL_GPL vmlinux 0x26165a32 pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0x261c8317 vp_legacy_set_queue_address +EXPORT_SYMBOL_GPL vmlinux 0x2624d447 pinctrl_pm_select_idle_state +EXPORT_SYMBOL_GPL vmlinux 0x2635c807 led_blink_set +EXPORT_SYMBOL_GPL vmlinux 0x263f17eb regmap_field_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x2650862d ksm_madvise +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x265bbef9 kexec_crash_loaded +EXPORT_SYMBOL_GPL vmlinux 0x266a4b08 tasklet_unlock +EXPORT_SYMBOL_GPL vmlinux 0x266efa62 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x267941b3 __tracepoint_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x267df662 smp_call_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0x268a0476 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x268c00f2 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0x2692588d mmu_interval_notifier_remove +EXPORT_SYMBOL_GPL vmlinux 0x26956b7d syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x26a23757 tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x26a493fc cgroup_get_from_id +EXPORT_SYMBOL_GPL vmlinux 0x26a93eb2 verify_pkcs7_signature +EXPORT_SYMBOL_GPL vmlinux 0x26ab4755 put_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x26bebe14 usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x26c44a3b __tracepoint_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26ed2186 register_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL vmlinux 0x27084c7f i2c_adapter_depth +EXPORT_SYMBOL_GPL vmlinux 0x270ce4cf devm_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x272e9d77 hisi_reset_exit +EXPORT_SYMBOL_GPL vmlinux 0x273592bc devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x2735ae31 clk_hw_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x273eecbf phy_get +EXPORT_SYMBOL_GPL vmlinux 0x27447af0 devfreq_event_reset_event +EXPORT_SYMBOL_GPL vmlinux 0x275591a8 ahci_check_ready +EXPORT_SYMBOL_GPL vmlinux 0x27672443 ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0x2773c485 __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x277f39a7 devl_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0x2788a2ce thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x2795fc9d vcap_set_rule_set_actionset +EXPORT_SYMBOL_GPL vmlinux 0x279db8b1 of_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x27c2663e ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0x27c664da da903x_write +EXPORT_SYMBOL_GPL vmlinux 0x27c67714 rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x27c9b24f rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x27ce10da regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x27d5d131 vp_legacy_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0x27df3105 hv_alloc_hyperv_zeroed_page +EXPORT_SYMBOL_GPL vmlinux 0x27e64ab7 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0x27efad4d kill_device +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27f80661 usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x2809ae2f palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0x280a02e9 bpf_prog_create_from_user +EXPORT_SYMBOL_GPL vmlinux 0x2816db99 mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x2817f7fd cppc_get_desired_perf +EXPORT_SYMBOL_GPL vmlinux 0x2820c34c pci_alloc_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x282b3f94 __tracepoint_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x282cdabc usb_led_activity +EXPORT_SYMBOL_GPL vmlinux 0x28310bcd kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x285e681a pci_bridge_emul_conf_read +EXPORT_SYMBOL_GPL vmlinux 0x28628988 vcap_enable_lookups +EXPORT_SYMBOL_GPL vmlinux 0x2864abc9 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x286cc647 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0x2882d40e usb_role_switch_unregister +EXPORT_SYMBOL_GPL vmlinux 0x288572a3 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0x288b5c73 disk_alloc_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0x289073dd blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0x28aa6a67 call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x28ab4fb9 pinctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x28afbb08 cpu_latency_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x28b030d2 of_overlay_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x28c47c09 dma_get_merge_boundary +EXPORT_SYMBOL_GPL vmlinux 0x28ca6c8f do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x28f9d593 devm_clk_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x28fd6cde device_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0x2912aa1f kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x291876f3 mpi_ec_get_affine +EXPORT_SYMBOL_GPL vmlinux 0x292aa9cc usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0x2959d596 gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0x295b982a hisi_clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x296682b0 zynqmp_pm_get_rpu_mode +EXPORT_SYMBOL_GPL vmlinux 0x2972d12f of_get_regulator_init_data +EXPORT_SYMBOL_GPL vmlinux 0x297f7ca0 dw_pcie_ep_linkup +EXPORT_SYMBOL_GPL vmlinux 0x29923c0c netdev_walk_all_upper_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x29adcc0e devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x29c81eeb msg_zerocopy_realloc +EXPORT_SYMBOL_GPL vmlinux 0x29ca551a mtk_clk_unregister_composites +EXPORT_SYMBOL_GPL vmlinux 0x29d76547 k3_udma_glue_tdown_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x29d96457 lwtunnel_build_state +EXPORT_SYMBOL_GPL vmlinux 0x29dea1f0 ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x29ea973d devm_register_restart_handler +EXPORT_SYMBOL_GPL vmlinux 0x29eba37f current_is_async +EXPORT_SYMBOL_GPL vmlinux 0x29ee4515 ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0x2a04a731 fuse_request_end +EXPORT_SYMBOL_GPL vmlinux 0x2a142aeb fat_truncate_time +EXPORT_SYMBOL_GPL vmlinux 0x2a2c0665 mtk_clk_gate_ops_setclr_inv +EXPORT_SYMBOL_GPL vmlinux 0x2a2f04fa ip_tunnel_netlink_parms +EXPORT_SYMBOL_GPL vmlinux 0x2a3f9bb7 led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0x2a4dad2f blk_mq_virtio_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x2a5cb850 genphy_c45_plca_get_cfg +EXPORT_SYMBOL_GPL vmlinux 0x2a5ea9ef rhashtable_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2a62cb3a ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2a6aed05 pin_get_name +EXPORT_SYMBOL_GPL vmlinux 0x2a7316da __SCK__tp_func_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x2a763246 dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x2a8b8ef8 stmpe_enable +EXPORT_SYMBOL_GPL vmlinux 0x2a8be0fa watchdog_notify_pretimeout +EXPORT_SYMBOL_GPL vmlinux 0x2a976d1c dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x2a97b76b inet_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0x2a9b236b rtm_getroute_parse_ip_proto +EXPORT_SYMBOL_GPL vmlinux 0x2aac3c9b iommu_detach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0x2aadad1a efi_capsule_update +EXPORT_SYMBOL_GPL vmlinux 0x2ab2d1af virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0x2abc69cd phylink_mii_c22_pcs_get_state +EXPORT_SYMBOL_GPL vmlinux 0x2ac7cbf5 fwnode_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x2ae1689e zynqmp_pm_clock_getdivider +EXPORT_SYMBOL_GPL vmlinux 0x2ae33deb mtk_pinconf_adv_drive_set_raw +EXPORT_SYMBOL_GPL vmlinux 0x2ae562ae devm_spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x2ae70334 genpd_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0x2ae75ea2 fw_devlink_purge_absent_suppliers +EXPORT_SYMBOL_GPL vmlinux 0x2aeca7bb usb_acpi_set_power_state +EXPORT_SYMBOL_GPL vmlinux 0x2af7193f serdev_controller_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2b0fe000 gnttab_cancel_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x2b147ce1 devl_assert_locked +EXPORT_SYMBOL_GPL vmlinux 0x2b2809ad tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x2b31599e gpiod_disable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0x2b3afa88 inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x2b3fc839 regulator_set_ramp_delay_regmap +EXPORT_SYMBOL_GPL vmlinux 0x2b42fbb9 clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x2b4509dd devlink_health_reporter_state_update +EXPORT_SYMBOL_GPL vmlinux 0x2b52e131 vp_modern_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0x2b6150fb power_supply_temp2resist_simple +EXPORT_SYMBOL_GPL vmlinux 0x2b6d960d synth_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x2b71d968 pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0x2b7e81e0 cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x2b860e39 iommu_unregister_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x2b86f0fd zynqmp_pm_bootmode_read +EXPORT_SYMBOL_GPL vmlinux 0x2b960b66 qman_is_probed +EXPORT_SYMBOL_GPL vmlinux 0x2b9997fb atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x2ba16e08 ata_acpi_gtm_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x2ba49490 fscrypt_prepare_lookup_partial +EXPORT_SYMBOL_GPL vmlinux 0x2bb5a97f regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0x2bd8a8bb blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x2bdf5ab0 pm_wakeup_pending +EXPORT_SYMBOL_GPL vmlinux 0x2be7f43d of_get_required_opp_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x2bef2e6a __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x2bf1f393 fib_nl_delrule +EXPORT_SYMBOL_GPL vmlinux 0x2c0a13a0 devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x2c0c74a8 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0x2c1c8be1 xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c2bcba9 __of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x2c3054f9 net_inc_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x2c335a65 dw_pcie_read_dbi +EXPORT_SYMBOL_GPL vmlinux 0x2c372268 ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x2c40d151 gpiochip_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x2c46d8e5 regulator_bulk_set_supply_names +EXPORT_SYMBOL_GPL vmlinux 0x2c542032 bpf_map_put +EXPORT_SYMBOL_GPL vmlinux 0x2c567f34 pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0x2c5776dd posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0x2c5cc37d get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0x2c62b93c badblocks_store +EXPORT_SYMBOL_GPL vmlinux 0x2c635527 arch_invalidate_pmem +EXPORT_SYMBOL_GPL vmlinux 0x2c66ac85 devlink_info_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2c7834b0 blk_mq_hctx_set_fq_lock_class +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c81a826 imx_1443x_pll +EXPORT_SYMBOL_GPL vmlinux 0x2c834418 static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x2c8dd6b8 edac_mem_types +EXPORT_SYMBOL_GPL vmlinux 0x2c8e28ee phylink_ethtool_get_eee +EXPORT_SYMBOL_GPL vmlinux 0x2c97f8a2 of_reconfig_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x2c9811c9 i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0x2c98b2aa irqchip_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x2ca622fa blk_freeze_queue_start +EXPORT_SYMBOL_GPL vmlinux 0x2ca7c9ec xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0x2cb67684 wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x2cbfe43f devm_namespace_disable +EXPORT_SYMBOL_GPL vmlinux 0x2ccb56cb __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x2ccf0565 vcap_rule_find_keysets +EXPORT_SYMBOL_GPL vmlinux 0x2ce61f33 __SCK__tp_func_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x2ce8df57 crypto_clone_shash +EXPORT_SYMBOL_GPL vmlinux 0x2cf905da device_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x2cfe5aa0 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0x2d0684a9 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x2d0c9a6e irq_chip_disable_parent +EXPORT_SYMBOL_GPL vmlinux 0x2d18a236 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d238bb5 netif_carrier_event +EXPORT_SYMBOL_GPL vmlinux 0x2d2c902f perf_trace_buf_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2d2dd36f kobj_ns_grab_current +EXPORT_SYMBOL_GPL vmlinux 0x2d3f3120 l3mdev_ifindex_lookup_by_table_id +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d50266b badblocks_init +EXPORT_SYMBOL_GPL vmlinux 0x2d52872a irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0x2d583ffe rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x2d5a9e8f crypto_sig_verify +EXPORT_SYMBOL_GPL vmlinux 0x2d609547 dax_direct_access +EXPORT_SYMBOL_GPL vmlinux 0x2dad37bb mddev_init +EXPORT_SYMBOL_GPL vmlinux 0x2db2fb85 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0x2db67d4a owl_sps_set_pg +EXPORT_SYMBOL_GPL vmlinux 0x2db7a8a0 acpi_dev_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x2ddc92d6 dm_audit_log_bio +EXPORT_SYMBOL_GPL vmlinux 0x2df55730 mtk_clk_dummy_ops +EXPORT_SYMBOL_GPL vmlinux 0x2df5dea6 devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x2e028ae6 rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x2e042d9c __traceiter_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2e04fc94 handle_fasteoi_nmi +EXPORT_SYMBOL_GPL vmlinux 0x2e08226d badrange_add +EXPORT_SYMBOL_GPL vmlinux 0x2e1a3a1d simple_rename_exchange +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e277e5a irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x2e374f2d da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x2e389fb1 bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x2e3de5d3 irq_domain_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x2e4fa9a1 md_find_rdev_nr_rcu +EXPORT_SYMBOL_GPL vmlinux 0x2e594ae5 acpi_subsys_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x2e5ae9bd serial8250_rpm_put_tx +EXPORT_SYMBOL_GPL vmlinux 0x2e5d7228 class_register +EXPORT_SYMBOL_GPL vmlinux 0x2e66298c __SCK__tp_func_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x2e6c03e4 fb_deferred_io_release +EXPORT_SYMBOL_GPL vmlinux 0x2e7887d2 nf_ct_set_closing +EXPORT_SYMBOL_GPL vmlinux 0x2e795052 meson8_pmx_ops +EXPORT_SYMBOL_GPL vmlinux 0x2e948873 clk_hw_forward_rate_request +EXPORT_SYMBOL_GPL vmlinux 0x2e9d900d dev_pm_opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0x2e9ec24d free_iova +EXPORT_SYMBOL_GPL vmlinux 0x2ebb19fd execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2eca6a19 phy_basic_t1s_p2mp_features_array +EXPORT_SYMBOL_GPL vmlinux 0x2ed205ae kthread_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x2ed489ec gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL vmlinux 0x2ed67467 usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0x2ee7458f xhci_find_slot_id_by_port +EXPORT_SYMBOL_GPL vmlinux 0x2ee7c52b btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x2f027ba4 thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0x2f059582 ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f0e9d0c irq_domain_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x2f1ea064 __SCK__tp_func_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x2f2c95c4 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x2f34aab6 pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x2f37da8e vmf_insert_pfn_pmd +EXPORT_SYMBOL_GPL vmlinux 0x2f4880df static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x2f52839d ahci_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x2f551460 devm_ti_sci_get_of_resource +EXPORT_SYMBOL_GPL vmlinux 0x2f64415f unregister_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2f6e8fa2 timer_unstable_counter_workaround +EXPORT_SYMBOL_GPL vmlinux 0x2f84bc6a alarmtimer_get_rtcdev +EXPORT_SYMBOL_GPL vmlinux 0x2f866d32 kvm_write_guest_offset_cached +EXPORT_SYMBOL_GPL vmlinux 0x2f88a657 mmc_sanitize +EXPORT_SYMBOL_GPL vmlinux 0x2f9cf383 crypto_sig_maxsize +EXPORT_SYMBOL_GPL vmlinux 0x2faac966 pci_bridge_emul_init +EXPORT_SYMBOL_GPL vmlinux 0x2fac3c71 k3_ringacc_request_rings_pair +EXPORT_SYMBOL_GPL vmlinux 0x2fc1e0fe kmem_valid_obj +EXPORT_SYMBOL_GPL vmlinux 0x2fc26414 xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0x2fc7dccc devm_platform_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0x2fd385e8 gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x2feffe89 pm_clk_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2ffedb6b hv_free_hyperv_page +EXPORT_SYMBOL_GPL vmlinux 0x30085e2b is_nvdimm_sync +EXPORT_SYMBOL_GPL vmlinux 0x300b3bed pci_msi_unmask_irq +EXPORT_SYMBOL_GPL vmlinux 0x30110835 mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0x30110a29 phy_eee_cap1_features +EXPORT_SYMBOL_GPL vmlinux 0x301dea12 kthread_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x3025eee0 tegra210_clk_emc_dll_update_setting +EXPORT_SYMBOL_GPL vmlinux 0x302a7c9a dev_pm_opp_get_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x30351294 k3_udma_glue_rx_flow_get_fdq_id +EXPORT_SYMBOL_GPL vmlinux 0x3039b0f5 vchan_find_desc +EXPORT_SYMBOL_GPL vmlinux 0x303cb819 sk_msg_is_readable +EXPORT_SYMBOL_GPL vmlinux 0x30457ee4 thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x3048e9b7 of_devfreq_cooling_register_power +EXPORT_SYMBOL_GPL vmlinux 0x3050e5fc __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x3055d889 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0x305c07ea of_dma_is_coherent +EXPORT_SYMBOL_GPL vmlinux 0x305cd2e4 dev_attr_ncq_prio_supported +EXPORT_SYMBOL_GPL vmlinux 0x3061cfce ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0x3062753f rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0x3068265c ata_port_classify +EXPORT_SYMBOL_GPL vmlinux 0x3077b3e0 pci_msix_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x30861c02 regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x30a52fd3 fixed_phy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x30b2b1bc tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x30c72473 led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0x30ca05ec regulator_list_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x30de5e85 dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0x30e1b99a tegra_bpmp_put +EXPORT_SYMBOL_GPL vmlinux 0x30e1ec25 apei_map_generic_address +EXPORT_SYMBOL_GPL vmlinux 0x30e32060 set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x30e42163 tick_nohz_dep_clear_cpu +EXPORT_SYMBOL_GPL vmlinux 0x30e4a18a __inode_attach_wb +EXPORT_SYMBOL_GPL vmlinux 0x30eee732 dev_pm_opp_get_power +EXPORT_SYMBOL_GPL vmlinux 0x30fba8d9 devres_get +EXPORT_SYMBOL_GPL vmlinux 0x30fcf40f lwtunnel_input +EXPORT_SYMBOL_GPL vmlinux 0x31010e83 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x31019477 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x310d54b5 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0x31111df4 pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x31128b8e hv_remove_kexec_handler +EXPORT_SYMBOL_GPL vmlinux 0x311c6da4 put_iova_domain +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x313ea5fd ipi_send_single +EXPORT_SYMBOL_GPL vmlinux 0x314030ec icc_put +EXPORT_SYMBOL_GPL vmlinux 0x315df2d5 gnttab_map_refs +EXPORT_SYMBOL_GPL vmlinux 0x3163c6a2 fib_add_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x3178ccb7 hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0x317af8d9 akcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x317cdcd6 __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0x317de1d3 device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x31907a76 battery_hook_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3192d768 cpufreq_remove_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x319409ef vp_legacy_set_status +EXPORT_SYMBOL_GPL vmlinux 0x3195e36e ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0x31a31ba9 meson_axg_pmx_ops +EXPORT_SYMBOL_GPL vmlinux 0x31a76d61 mas_destroy +EXPORT_SYMBOL_GPL vmlinux 0x31a95e8b ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x31b78fb1 __auxiliary_device_add +EXPORT_SYMBOL_GPL vmlinux 0x31c3b729 pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x31c68931 of_platform_device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31d1621f crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0x31d34278 xas_load +EXPORT_SYMBOL_GPL vmlinux 0x31d74b49 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x31d889e4 vcap_addr_keysets +EXPORT_SYMBOL_GPL vmlinux 0x31dc42f5 __tracepoint_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x31dca4d8 gnttab_claim_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x31e9e8d5 zynqmp_pm_set_suspend_mode +EXPORT_SYMBOL_GPL vmlinux 0x31f4dee3 ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0x321670e2 pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0x321c0613 pci_ignore_hotplug +EXPORT_SYMBOL_GPL vmlinux 0x32295715 dev_pm_opp_clear_config +EXPORT_SYMBOL_GPL vmlinux 0x3229c6c2 sk_msg_free_partial +EXPORT_SYMBOL_GPL vmlinux 0x322daeea pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0x324681c3 kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0x324d0776 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0x324efb1e crypto_register_scomp +EXPORT_SYMBOL_GPL vmlinux 0x32585e22 fib_nl_newrule +EXPORT_SYMBOL_GPL vmlinux 0x325b9c0b gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x325ba3b2 firmware_request_platform +EXPORT_SYMBOL_GPL vmlinux 0x325f9d61 vcap_rule_add_key_u72 +EXPORT_SYMBOL_GPL vmlinux 0x326cefe5 hwpoison_filter_dev_minor +EXPORT_SYMBOL_GPL vmlinux 0x326f145b scsi_ioctl_block_when_processing_errors +EXPORT_SYMBOL_GPL vmlinux 0x3273c3e2 ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0x32784342 anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0x327a2687 bind_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x327c73e6 __SCK__tp_func_rwmmio_read +EXPORT_SYMBOL_GPL vmlinux 0x328d9012 led_get +EXPORT_SYMBOL_GPL vmlinux 0x32a9ec40 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0x32ab06cc irq_percpu_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x32ada4a4 devm_hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x32bc0fcf preempt_notifier_dec +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32ce4a94 acpi_spi_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x32d20869 __clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x32d300a1 syscon_regmap_lookup_by_phandle_args +EXPORT_SYMBOL_GPL vmlinux 0x32d3fa84 fscrypt_prepare_symlink +EXPORT_SYMBOL_GPL vmlinux 0x32d9b70a ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x32dcd355 mtk_register_reset_controller_with_dev +EXPORT_SYMBOL_GPL vmlinux 0x32e768e7 folio_alloc_buffers +EXPORT_SYMBOL_GPL vmlinux 0x330010b6 cpuset_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x3307b974 phy_set_media +EXPORT_SYMBOL_GPL vmlinux 0x330b0e01 sbitmap_queue_min_shallow_depth +EXPORT_SYMBOL_GPL vmlinux 0x330f6116 set_dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x331adc21 __tracepoint_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0x3324586c devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x3329fa1e spi_controller_dma_unmap_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0x332a2a05 of_regulator_match +EXPORT_SYMBOL_GPL vmlinux 0x33338211 rcuref_get_slowpath +EXPORT_SYMBOL_GPL vmlinux 0x3337f0d3 acpi_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x3352823d cppc_get_auto_sel_caps +EXPORT_SYMBOL_GPL vmlinux 0x33574a26 kthread_flush_worker +EXPORT_SYMBOL_GPL vmlinux 0x335a613c mas_next_range +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x336216b3 k3_udma_glue_rx_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0x336d746e crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0x336f2c48 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x33982633 powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0x33a92176 usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x33b27d6c tpm_transmit_cmd +EXPORT_SYMBOL_GPL vmlinux 0x33b3daea clk_gate_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x33b5fc29 fsl_mc_resource_free +EXPORT_SYMBOL_GPL vmlinux 0x33bbcf69 psil_set_new_ep_config +EXPORT_SYMBOL_GPL vmlinux 0x33d2de37 generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0x33f0e236 blk_crypto_has_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x33fbea9f pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0x3408d0a4 pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x340e9b22 acpi_subsys_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x340fbc74 fscrypt_ioctl_get_nonce +EXPORT_SYMBOL_GPL vmlinux 0x340fce28 gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x341591b7 dm_internal_resume_fast +EXPORT_SYMBOL_GPL vmlinux 0x3430fe8f devlink_region_snapshot_id_put +EXPORT_SYMBOL_GPL vmlinux 0x34331f04 acpi_os_unmap_memory +EXPORT_SYMBOL_GPL vmlinux 0x343d45e2 extcon_get_edev_name +EXPORT_SYMBOL_GPL vmlinux 0x34407691 crypto_has_ahash +EXPORT_SYMBOL_GPL vmlinux 0x344361a1 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0x344a2c84 iomap_dio_complete +EXPORT_SYMBOL_GPL vmlinux 0x34505399 led_init_default_state_get +EXPORT_SYMBOL_GPL vmlinux 0x3450ad94 mpi_set_ui +EXPORT_SYMBOL_GPL vmlinux 0x3466447c mptcp_pm_get_add_addr_accept_max +EXPORT_SYMBOL_GPL vmlinux 0x3475c83d platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0x3476ac5b list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x347bab35 edac_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0x34841023 dw_pcie_link_up +EXPORT_SYMBOL_GPL vmlinux 0x3491f3c7 inet_pernet_hashinfo_free +EXPORT_SYMBOL_GPL vmlinux 0x349ef6d1 dev_pm_qos_update_user_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x34a7b142 __SCK__tp_func_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x34a846d8 clk_hw_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0x34bd5173 fscrypt_prepare_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x34d3884a usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x34dbfc38 sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x34eab46d bind_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x34ef6b37 thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0x34f47560 simple_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0x34fc84fa tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0x3506178a __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x350f6ce5 tasklet_unlock_wait +EXPORT_SYMBOL_GPL vmlinux 0x3515559c extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x352904fe battery_hook_register +EXPORT_SYMBOL_GPL vmlinux 0x352a9396 icc_link_create +EXPORT_SYMBOL_GPL vmlinux 0x352b3813 maxim_charger_calc_reg_current +EXPORT_SYMBOL_GPL vmlinux 0x352ec68b bpf_offload_dev_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3531ec2e extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x353590f1 acct_bioset_init +EXPORT_SYMBOL_GPL vmlinux 0x3542e347 phy_10gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x354ec467 __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0x35541e81 led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0x355b2ef2 ti_sci_put_handle +EXPORT_SYMBOL_GPL vmlinux 0x355bc89a klist_next +EXPORT_SYMBOL_GPL vmlinux 0x3562f983 read_sanitised_ftr_reg +EXPORT_SYMBOL_GPL vmlinux 0x3565a929 utf8_data_table +EXPORT_SYMBOL_GPL vmlinux 0x357457c3 psil_get_ep_config +EXPORT_SYMBOL_GPL vmlinux 0x35803a95 led_trigger_read +EXPORT_SYMBOL_GPL vmlinux 0x35829790 rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x358be521 regmap_get_val_endian +EXPORT_SYMBOL_GPL vmlinux 0x358ef8db devfreq_event_enable_edev +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x3591d49a nvdimm_pmem_region_create +EXPORT_SYMBOL_GPL vmlinux 0x3592f04a pci_p2pdma_enable_show +EXPORT_SYMBOL_GPL vmlinux 0x359751aa disk_uevent +EXPORT_SYMBOL_GPL vmlinux 0x35a4f59d zynqmp_pm_clock_setdivider +EXPORT_SYMBOL_GPL vmlinux 0x35a54786 rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x35ad7b09 bpf_trace_run2 +EXPORT_SYMBOL_GPL vmlinux 0x35b5b881 dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x35cb250f led_blink_set_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x35d3dc46 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x35e108ff __percpu_init_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x35e2e6c4 pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x36059904 regulator_set_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x361762e5 pci_ecam_map_bus +EXPORT_SYMBOL_GPL vmlinux 0x36242943 switchdev_deferred_process +EXPORT_SYMBOL_GPL vmlinux 0x3630365f power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0x3636d031 led_update_brightness +EXPORT_SYMBOL_GPL vmlinux 0x3636d41c fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0x3649d3b5 sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x3650a688 acpi_unbind_one +EXPORT_SYMBOL_GPL vmlinux 0x3650f376 sprd_pinctrl_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x3658c366 iommu_device_link +EXPORT_SYMBOL_GPL vmlinux 0x365989e5 imx_1416x_pll +EXPORT_SYMBOL_GPL vmlinux 0x366a71d0 kvm_are_all_memslots_empty +EXPORT_SYMBOL_GPL vmlinux 0x368308e7 irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0x3688de52 __traceiter_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x36898d6f gpiod_remove_hogs +EXPORT_SYMBOL_GPL vmlinux 0x368a76f3 bsg_remove_queue +EXPORT_SYMBOL_GPL vmlinux 0x3690a6e7 blk_stat_disable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x369a90e4 usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36a7c69a debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0x36ac17ab alloc_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0x36c3438c debugfs_create_file_size +EXPORT_SYMBOL_GPL vmlinux 0x36c75b4e context_tracking +EXPORT_SYMBOL_GPL vmlinux 0x36c7e4ca usb_phy_set_charger_state +EXPORT_SYMBOL_GPL vmlinux 0x36db870b zynqmp_pm_sha_hash +EXPORT_SYMBOL_GPL vmlinux 0x36e14293 irq_domain_remove_sim +EXPORT_SYMBOL_GPL vmlinux 0x36e852d0 blkg_conf_init +EXPORT_SYMBOL_GPL vmlinux 0x36ea4bad metadata_dst_alloc +EXPORT_SYMBOL_GPL vmlinux 0x36ef0fa3 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x36f54639 ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0x36fe84c9 ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x37044984 xfrm_dev_offload_ok +EXPORT_SYMBOL_GPL vmlinux 0x37046910 usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0x371306a6 of_irq_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x37169f79 cpu_latency_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x37238f8c ahci_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x3724e0a5 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x3734eab4 fib_new_table +EXPORT_SYMBOL_GPL vmlinux 0x37436158 fscrypt_context_for_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x3750d770 erst_read +EXPORT_SYMBOL_GPL vmlinux 0x3754b311 usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x3775c25b k3_udma_glue_tx_cppi5_to_dma_addr +EXPORT_SYMBOL_GPL vmlinux 0x377bbcbc pm_suspend_target_state +EXPORT_SYMBOL_GPL vmlinux 0x377e3bf4 icc_node_del +EXPORT_SYMBOL_GPL vmlinux 0x3788abce register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x378adfb7 zynqmp_pm_sd_dll_reset +EXPORT_SYMBOL_GPL vmlinux 0x37914025 xenbus_write +EXPORT_SYMBOL_GPL vmlinux 0x379b0cf4 xenbus_match +EXPORT_SYMBOL_GPL vmlinux 0x379bb04e blk_req_zone_write_trylock +EXPORT_SYMBOL_GPL vmlinux 0x37a390c5 device_initialize +EXPORT_SYMBOL_GPL vmlinux 0x37b5dfb8 cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0x37b64c05 devlink_port_type_ib_set +EXPORT_SYMBOL_GPL vmlinux 0x37b86df8 follow_pte +EXPORT_SYMBOL_GPL vmlinux 0x37bf7be3 percpu_ref_exit +EXPORT_SYMBOL_GPL vmlinux 0x37f16536 qcom_smem_state_register +EXPORT_SYMBOL_GPL vmlinux 0x3801776b __ioread32_copy +EXPORT_SYMBOL_GPL vmlinux 0x380590ad ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0x38089a6c rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0x380dde36 power_supply_batinfo_ocv2cap +EXPORT_SYMBOL_GPL vmlinux 0x381d84b8 virtio_add_status +EXPORT_SYMBOL_GPL vmlinux 0x38268b62 icc_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x38374815 clear_selection +EXPORT_SYMBOL_GPL vmlinux 0x38410d4b iommu_get_domain_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x38444378 platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x38457058 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0x38498c73 of_cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x3866e217 nvmem_device_write +EXPORT_SYMBOL_GPL vmlinux 0x386ba914 vcap_tc_flower_handler_ipv4_usage +EXPORT_SYMBOL_GPL vmlinux 0x38708e25 inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0x387ada82 skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0x3889d5ba sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0x388a3e1f extcon_find_edev_by_node +EXPORT_SYMBOL_GPL vmlinux 0x388e3f89 tcp_plb_update_state_upon_rto +EXPORT_SYMBOL_GPL vmlinux 0x389b64a2 static_key_count +EXPORT_SYMBOL_GPL vmlinux 0x38a5b43b xenbus_dev_error +EXPORT_SYMBOL_GPL vmlinux 0x38a6ab0c crypto_grab_shash +EXPORT_SYMBOL_GPL vmlinux 0x38aa1397 gpiod_add_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0x38bd10f6 component_add +EXPORT_SYMBOL_GPL vmlinux 0x38bf72ee fuse_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x38c3ff30 freq_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x38d223f3 irq_domain_free_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x38e1fde7 mpi_set +EXPORT_SYMBOL_GPL vmlinux 0x38e5bc5a clk_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x38f704de dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x38faf821 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0x38fb2cb4 l3mdev_update_flow +EXPORT_SYMBOL_GPL vmlinux 0x3900a573 cgroup_get_from_path +EXPORT_SYMBOL_GPL vmlinux 0x39026604 gpiochip_irq_domain_activate +EXPORT_SYMBOL_GPL vmlinux 0x3913ca1e __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x39226ec6 devm_regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0x3923aed5 of_dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x3930dafb ahci_platform_disable_clks +EXPORT_SYMBOL_GPL vmlinux 0x3934db83 pci_bridge_emul_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x393d986f tpm2_get_cc_attrs_tbl +EXPORT_SYMBOL_GPL vmlinux 0x39476be4 dst_cache_set_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x395869da pl08x_filter_id +EXPORT_SYMBOL_GPL vmlinux 0x3958ccb6 __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x395b8b90 sbitmap_prepare_to_wait +EXPORT_SYMBOL_GPL vmlinux 0x39623a6f gnttab_dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x39718957 ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0x3974bc53 of_icc_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x397dcf86 rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0x397e2142 __SCK__tp_func_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x39aa4888 usb_role_string +EXPORT_SYMBOL_GPL vmlinux 0x39b13298 pci_sriov_configure_simple +EXPORT_SYMBOL_GPL vmlinux 0x39b24a64 imx_fracn_gppll_integer +EXPORT_SYMBOL_GPL vmlinux 0x39c32aca __SCK__tp_func_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x39c442da evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0x39c9d88c xas_find +EXPORT_SYMBOL_GPL vmlinux 0x39d76e80 pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x39ded098 rdma_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x39e2edaf meson_clk_dualdiv_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x39e3d714 vcap_add_rule +EXPORT_SYMBOL_GPL vmlinux 0x39e8b4af ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x39eabe6b fscrypt_d_revalidate +EXPORT_SYMBOL_GPL vmlinux 0x39f09eac sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x39f4d500 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x39fd83db halt_poll_ns_shrink +EXPORT_SYMBOL_GPL vmlinux 0x3a047095 tcp_plb_check_rehash +EXPORT_SYMBOL_GPL vmlinux 0x3a15013b ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x3a15d291 acpi_fetch_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0x3a207137 apply_to_existing_page_range +EXPORT_SYMBOL_GPL vmlinux 0x3a24fb2f percpu_ref_resurrect +EXPORT_SYMBOL_GPL vmlinux 0x3a3dffd0 dprc_remove_devices +EXPORT_SYMBOL_GPL vmlinux 0x3a4874a1 sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a55981a static_key_enable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x3a8cd000 xfrm_state_mtu +EXPORT_SYMBOL_GPL vmlinux 0x3a8e1d60 __xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x3a9be019 asymmetric_key_id_partial +EXPORT_SYMBOL_GPL vmlinux 0x3a9e278b mmu_interval_read_begin +EXPORT_SYMBOL_GPL vmlinux 0x3aaf7073 __platform_register_drivers +EXPORT_SYMBOL_GPL vmlinux 0x3ab8c7f0 pcie_aspm_enabled +EXPORT_SYMBOL_GPL vmlinux 0x3abdc17a cper_dimm_err_location +EXPORT_SYMBOL_GPL vmlinux 0x3abe6fe5 phylink_validate_mask_caps +EXPORT_SYMBOL_GPL vmlinux 0x3ac3feba rhltable_init +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad5e879 regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x3adcc300 ip_icmp_error_rfc4884 +EXPORT_SYMBOL_GPL vmlinux 0x3ae65f46 netdev_cmd_to_name +EXPORT_SYMBOL_GPL vmlinux 0x3aec3af9 fsl_mc_get_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x3af204ba acpi_device_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x3afc4a8f sbitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x3b03208d power_supply_battery_info_has_prop +EXPORT_SYMBOL_GPL vmlinux 0x3b121a0a register_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x3b2bf6b8 ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0x3b4c240a display_timings_release +EXPORT_SYMBOL_GPL vmlinux 0x3b50c74b mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0x3b53c26a phy_resolve_aneg_pause +EXPORT_SYMBOL_GPL vmlinux 0x3b5973d1 of_irq_parse_one +EXPORT_SYMBOL_GPL vmlinux 0x3b68960b do_xdp_generic +EXPORT_SYMBOL_GPL vmlinux 0x3b764012 rt_mutex_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0x3b78bf02 sunxi_ccu_get_mmc_timing_mode +EXPORT_SYMBOL_GPL vmlinux 0x3b9dbe06 dev_pm_opp_remove_all_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x3b9f22cb genphy_c45_fast_retrain +EXPORT_SYMBOL_GPL vmlinux 0x3ba01b47 get_compat_sigset +EXPORT_SYMBOL_GPL vmlinux 0x3ba86421 pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x3bb0b6a5 raw_v4_match +EXPORT_SYMBOL_GPL vmlinux 0x3bb19919 __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x3bc205f9 bpf_prog_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3bc4b820 devl_register +EXPORT_SYMBOL_GPL vmlinux 0x3bd16616 __devm_reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x3bd9d2b9 io_uring_cmd_do_in_task_lazy +EXPORT_SYMBOL_GPL vmlinux 0x3bdb5d28 alg_test +EXPORT_SYMBOL_GPL vmlinux 0x3be200ce phy_10gbit_fec_features +EXPORT_SYMBOL_GPL vmlinux 0x3be303da power_supply_get_property_from_supplier +EXPORT_SYMBOL_GPL vmlinux 0x3be7a262 led_set_brightness_nosleep +EXPORT_SYMBOL_GPL vmlinux 0x3bf0700f pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0x3bf17755 mpi_read_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3c0e8050 hyperv_pcpu_input_arg +EXPORT_SYMBOL_GPL vmlinux 0x3c11b9f5 tegra210_put_utmipll_in_iddq +EXPORT_SYMBOL_GPL vmlinux 0x3c1c3725 rcu_fwd_progress_check +EXPORT_SYMBOL_GPL vmlinux 0x3c209bfb crypto_skcipher_setkey +EXPORT_SYMBOL_GPL vmlinux 0x3c241c2c public_key_free +EXPORT_SYMBOL_GPL vmlinux 0x3c285ec7 pci_get_dsn +EXPORT_SYMBOL_GPL vmlinux 0x3c2b68f7 of_changeset_apply +EXPORT_SYMBOL_GPL vmlinux 0x3c2dcba5 devm_memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x3c33fa63 meson_clk_pll_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x3c3c85d8 __SCK__tp_func_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x3c3d4c6b cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x3c4b715e irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x3c4f4630 fscrypt_drop_inode +EXPORT_SYMBOL_GPL vmlinux 0x3c5d543a hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x3c6785b7 block_pr_type_to_scsi +EXPORT_SYMBOL_GPL vmlinux 0x3c681dc4 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0x3c6e7212 meson_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0x3c735b77 xenbus_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x3c758d86 dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0x3c819c45 arch_apei_report_mem_error +EXPORT_SYMBOL_GPL vmlinux 0x3c851b66 clkdev_hw_create +EXPORT_SYMBOL_GPL vmlinux 0x3c942135 fscrypt_set_context +EXPORT_SYMBOL_GPL vmlinux 0x3c944abf devl_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3c965b52 get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x3cb88a62 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x3ccd8b46 zynqmp_pm_clock_getparent +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cd1b510 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x3cdc8a9e fuse_init_fs_context_submount +EXPORT_SYMBOL_GPL vmlinux 0x3cde20ef stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x3ce22eb3 icc_provider_deregister +EXPORT_SYMBOL_GPL vmlinux 0x3ceaa071 msi_unlock_descs +EXPORT_SYMBOL_GPL vmlinux 0x3cecbcab serdev_device_write +EXPORT_SYMBOL_GPL vmlinux 0x3cf724aa nexthop_find_by_id +EXPORT_SYMBOL_GPL vmlinux 0x3cf93e73 debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0x3cf9c65a fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3cfa4acb regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0x3d029b97 synth_event_gen_cmd_array_start +EXPORT_SYMBOL_GPL vmlinux 0x3d0f9cd1 srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0x3d10a10e devm_blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x3d162ec2 dpcon_enable +EXPORT_SYMBOL_GPL vmlinux 0x3d17db0c skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0x3d17fa19 __alloc_pages_bulk +EXPORT_SYMBOL_GPL vmlinux 0x3d28eff7 kvm_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x3d2c2686 irq_domain_alloc_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d3c9e7e i2c_new_scanned_device +EXPORT_SYMBOL_GPL vmlinux 0x3d3fa722 pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x3d510a7b rcu_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0x3d5bc318 gpiod_set_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0x3d6097fc xen_unmap_domain_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0x3d611b11 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3d6b0d44 security_kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0x3d737d82 __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0x3d866e05 __SCK__tp_func_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x3d8baf3b zs_huge_class_size +EXPORT_SYMBOL_GPL vmlinux 0x3d93b684 ahci_print_info +EXPORT_SYMBOL_GPL vmlinux 0x3d979700 devlink_free +EXPORT_SYMBOL_GPL vmlinux 0x3daa2540 nf_hooks_lwtunnel_enabled +EXPORT_SYMBOL_GPL vmlinux 0x3dad76f5 led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0x3dad8836 pinctrl_enable +EXPORT_SYMBOL_GPL vmlinux 0x3db56159 devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x3db9b73f __regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3dee5d49 fib_nh_common_init +EXPORT_SYMBOL_GPL vmlinux 0x3df70c99 trace_clock_global +EXPORT_SYMBOL_GPL vmlinux 0x3dfb071f __cpuhp_state_remove_instance +EXPORT_SYMBOL_GPL vmlinux 0x3e0a087f inet_hashinfo2_init_mod +EXPORT_SYMBOL_GPL vmlinux 0x3e12a0a3 gnttab_page_cache_shrink +EXPORT_SYMBOL_GPL vmlinux 0x3e18f540 tty_port_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x3e30abdb ext_pi_type3_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x3e31f3dc cg_regs_dummy +EXPORT_SYMBOL_GPL vmlinux 0x3e3634a5 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x3e411ace sfp_select_interface +EXPORT_SYMBOL_GPL vmlinux 0x3e44d599 phy_led_triggers_register +EXPORT_SYMBOL_GPL vmlinux 0x3e4e61ef platform_unregister_drivers +EXPORT_SYMBOL_GPL vmlinux 0x3e5d67fa dst_cache_get_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x3e6d9d64 __tracepoint_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e749076 vp_modern_set_features +EXPORT_SYMBOL_GPL vmlinux 0x3e8a370d kthread_unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0x3e903560 ip_tunnel_netlink_encap_parms +EXPORT_SYMBOL_GPL vmlinux 0x3ea5196d apei_osc_setup +EXPORT_SYMBOL_GPL vmlinux 0x3eb3af76 bio_end_io_acct_remapped +EXPORT_SYMBOL_GPL vmlinux 0x3ecaa9a1 devm_bitmap_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3ece41f8 tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0x3ed0fafd dev_nit_active +EXPORT_SYMBOL_GPL vmlinux 0x3ed3124b devl_trap_policers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3ed37751 __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3ed3f0b3 iommu_dev_disable_feature +EXPORT_SYMBOL_GPL vmlinux 0x3ed968a6 acpi_pci_find_root +EXPORT_SYMBOL_GPL vmlinux 0x3edb086b pse_control_put +EXPORT_SYMBOL_GPL vmlinux 0x3ee91b72 __traceiter_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x3ef051c8 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x3efc37f3 nfs_ssc_client_tbl +EXPORT_SYMBOL_GPL vmlinux 0x3f063850 sk_psock_init +EXPORT_SYMBOL_GPL vmlinux 0x3f0a8f38 acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x3f2233d4 pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0x3f3fcf9a dsa_stubs +EXPORT_SYMBOL_GPL vmlinux 0x3f491f49 reset_control_bulk_reset +EXPORT_SYMBOL_GPL vmlinux 0x3f4e3226 spi_setup +EXPORT_SYMBOL_GPL vmlinux 0x3f53479a blk_mq_flush_busy_ctxs +EXPORT_SYMBOL_GPL vmlinux 0x3f579b03 pci_status_get_and_clear_errors +EXPORT_SYMBOL_GPL vmlinux 0x3f5b2358 blk_mq_start_stopped_hw_queue +EXPORT_SYMBOL_GPL vmlinux 0x3f605527 hwmon_notify_event +EXPORT_SYMBOL_GPL vmlinux 0x3f630b49 cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x3f75691e mtk_eint_do_init +EXPORT_SYMBOL_GPL vmlinux 0x3f83f8d3 rcu_bind_current_to_nocb +EXPORT_SYMBOL_GPL vmlinux 0x3f848d79 __xdp_rxq_info_reg +EXPORT_SYMBOL_GPL vmlinux 0x3f84a09e iommu_report_device_fault +EXPORT_SYMBOL_GPL vmlinux 0x3f84bcd7 dax_alive +EXPORT_SYMBOL_GPL vmlinux 0x3f88ba5f crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0x3fa15e0e xdp_rxq_info_unreg +EXPORT_SYMBOL_GPL vmlinux 0x3fae6ab0 hv_vp_index +EXPORT_SYMBOL_GPL vmlinux 0x3fc509fd spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0x3fe35aea irq_bypass_unregister_consumer +EXPORT_SYMBOL_GPL vmlinux 0x3fe6c346 devlink_fmsg_binary_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x3fea029c hisi_clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x3ff2e349 hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x3ffab480 ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0x3ffdacf3 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0x3ffef2b4 ping_bind +EXPORT_SYMBOL_GPL vmlinux 0x400a024b acpi_scan_lock_release +EXPORT_SYMBOL_GPL vmlinux 0x40190864 edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x4021b0ae usb_of_get_companion_dev +EXPORT_SYMBOL_GPL vmlinux 0x40267068 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x402abedd vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0x4035b91a __skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x403eac60 sbitmap_get +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x4043757f init_iova_domain +EXPORT_SYMBOL_GPL vmlinux 0x404f6122 gov_attr_set_init +EXPORT_SYMBOL_GPL vmlinux 0x405bf52a vfs_splice_read +EXPORT_SYMBOL_GPL vmlinux 0x40648e37 blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x406c4cb1 hrtimer_resolution +EXPORT_SYMBOL_GPL vmlinux 0x4071b517 out_of_line_wait_on_bit_timeout +EXPORT_SYMBOL_GPL vmlinux 0x407af304 usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0x407d7ea1 wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0x4099f919 tun_ptr_free +EXPORT_SYMBOL_GPL vmlinux 0x409ea4c5 acpi_driver_match_device +EXPORT_SYMBOL_GPL vmlinux 0x40b98615 mptcp_pm_get_local_addr_max +EXPORT_SYMBOL_GPL vmlinux 0x40c164ef thermal_zone_device_disable +EXPORT_SYMBOL_GPL vmlinux 0x40d8e649 crypto_grab_kpp +EXPORT_SYMBOL_GPL vmlinux 0x40e0c971 pstore_register +EXPORT_SYMBOL_GPL vmlinux 0x40f028b3 zynqmp_pm_set_rpu_mode +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x40f5f992 crypto_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x40f8b94e ring_buffer_iter_dropped +EXPORT_SYMBOL_GPL vmlinux 0x40f8bd4e klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x40ffcce0 iommu_dev_enable_feature +EXPORT_SYMBOL_GPL vmlinux 0x4100a662 clk_get_scaled_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x4103aba3 device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0x4109d4c8 vp_modern_set_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0x410a73dc event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0x411f9573 pm_clk_destroy +EXPORT_SYMBOL_GPL vmlinux 0x41237f71 cpu_have_feature +EXPORT_SYMBOL_GPL vmlinux 0x412bc681 ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x413c53d7 sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x414b9923 pci_iov_get_pf_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x414d119a videomode_from_timings +EXPORT_SYMBOL_GPL vmlinux 0x4153f8f9 mbox_request_channel_byname +EXPORT_SYMBOL_GPL vmlinux 0x415c393b genphy_c45_baset1_read_status +EXPORT_SYMBOL_GPL vmlinux 0x415c3f8c pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0x415ee2d2 gnttab_pages_set_private +EXPORT_SYMBOL_GPL vmlinux 0x416e6a2d dev_err_probe +EXPORT_SYMBOL_GPL vmlinux 0x417e0b35 pci_p2pmem_find_many +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x418873cc irq_bypass_register_producer +EXPORT_SYMBOL_GPL vmlinux 0x4195180a rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0x419d7c83 zynqmp_pm_pinctrl_set_config +EXPORT_SYMBOL_GPL vmlinux 0x419e7efd sfp_module_stop +EXPORT_SYMBOL_GPL vmlinux 0x41a103e8 fib6_new_table +EXPORT_SYMBOL_GPL vmlinux 0x41b9a6e6 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x41bbbef7 __bio_release_pages +EXPORT_SYMBOL_GPL vmlinux 0x41bce49a ghes_register_vendor_record_notifier +EXPORT_SYMBOL_GPL vmlinux 0x41c36b9b __tracepoint_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x41d2336b ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0x41d34458 bio_iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0x41da7343 pci_dev_trylock +EXPORT_SYMBOL_GPL vmlinux 0x41ed3cec eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x41ed8895 of_alias_from_compatible +EXPORT_SYMBOL_GPL vmlinux 0x42010aca fwnode_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x42011aec dm_disk +EXPORT_SYMBOL_GPL vmlinux 0x42041512 i2c_get_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x4207860e ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0x420ab0fb kstrdup_quotable_cmdline +EXPORT_SYMBOL_GPL vmlinux 0x420f3d01 nvmem_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4219888d access_process_vm +EXPORT_SYMBOL_GPL vmlinux 0x4238ba25 get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0x423c6548 tpm_try_get_ops +EXPORT_SYMBOL_GPL vmlinux 0x4243d8c6 irq_get_default_host +EXPORT_SYMBOL_GPL vmlinux 0x424ed65e vp_modern_set_status +EXPORT_SYMBOL_GPL vmlinux 0x42635d55 pm_suspend_global_flags +EXPORT_SYMBOL_GPL vmlinux 0x426452a3 acpi_evaluation_failure_warn +EXPORT_SYMBOL_GPL vmlinux 0x426fe476 da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0x4278d56a phylink_expects_phy +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x4286c31f locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0x429389bf bdev_disk_changed +EXPORT_SYMBOL_GPL vmlinux 0x429c3f9c reboot_mode +EXPORT_SYMBOL_GPL vmlinux 0x429f4fb4 mtk_clk_simple_remove +EXPORT_SYMBOL_GPL vmlinux 0x42ae3de0 pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0x42b4fa0e tpm_chip_stop +EXPORT_SYMBOL_GPL vmlinux 0x42bf8fe1 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0x42cefc5c fscrypt_get_symlink +EXPORT_SYMBOL_GPL vmlinux 0x42da89c0 ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0x42e732cb vcap_rule_add_key_u128 +EXPORT_SYMBOL_GPL vmlinux 0x42eda279 ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0x42f25479 phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x42f728aa mctrl_gpio_get_outputs +EXPORT_SYMBOL_GPL vmlinux 0x42fa5a4d ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x4301ded1 acpi_dev_get_next_consumer_dev +EXPORT_SYMBOL_GPL vmlinux 0x430bd49b dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0x430d88ec __traceiter_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x431e540b noop_direct_IO +EXPORT_SYMBOL_GPL vmlinux 0x4320c355 imx_clk_hw_frac_pll +EXPORT_SYMBOL_GPL vmlinux 0x4329c69e crypto_sig_sign +EXPORT_SYMBOL_GPL vmlinux 0x43390f5c pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x43482355 i2c_dw_validate_speed +EXPORT_SYMBOL_GPL vmlinux 0x43589ed5 of_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x435b6f81 pci_epc_stop +EXPORT_SYMBOL_GPL vmlinux 0x4364b536 user_update +EXPORT_SYMBOL_GPL vmlinux 0x436d817f mpi_clear_bit +EXPORT_SYMBOL_GPL vmlinux 0x437eb1df ipv6_mod_enabled +EXPORT_SYMBOL_GPL vmlinux 0x438d147f pm_clk_remove_clk +EXPORT_SYMBOL_GPL vmlinux 0x438d8df2 iova_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x438e88fa virtqueue_get_buf_ctx +EXPORT_SYMBOL_GPL vmlinux 0x4397a6b8 wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0x43aa319e lease_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x43bb10ab ulpi_viewport_access_ops +EXPORT_SYMBOL_GPL vmlinux 0x43c41927 nfs_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0x43caa7c0 regmap_irq_get_irq_reg_linear +EXPORT_SYMBOL_GPL vmlinux 0x43d33426 ti_sci_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x43d93437 regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0x43dbcd1b component_del +EXPORT_SYMBOL_GPL vmlinux 0x43e93f20 fuse_mount_remove +EXPORT_SYMBOL_GPL vmlinux 0x43ead483 set_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x43f563be tcp_abort +EXPORT_SYMBOL_GPL vmlinux 0x43f81957 clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x43f92edd wait_for_initramfs +EXPORT_SYMBOL_GPL vmlinux 0x4401e6c2 mpi_cmpabs +EXPORT_SYMBOL_GPL vmlinux 0x4413f461 zynqmp_pm_request_wake +EXPORT_SYMBOL_GPL vmlinux 0x4418bc1f __hwspin_trylock +EXPORT_SYMBOL_GPL vmlinux 0x4422ac24 zynqmp_pm_set_tapdelay_bypass +EXPORT_SYMBOL_GPL vmlinux 0x442deaa9 poll_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4439bcd2 __SCK__tp_func_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x444129b2 virtio_device_restore +EXPORT_SYMBOL_GPL vmlinux 0x444b3a1b led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0x444f1735 cpu_pm_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4463509f crypto_register_scomps +EXPORT_SYMBOL_GPL vmlinux 0x4471a51d vhost_task_stop +EXPORT_SYMBOL_GPL vmlinux 0x4475dcaf hv_nested +EXPORT_SYMBOL_GPL vmlinux 0x447c2217 perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x447f809c imx_clk_hw_pllv3 +EXPORT_SYMBOL_GPL vmlinux 0x447fd500 sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x44a3a6c6 addrconf_add_linklocal +EXPORT_SYMBOL_GPL vmlinux 0x44a5c0db input_class +EXPORT_SYMBOL_GPL vmlinux 0x44a793ab HYPERVISOR_grant_table_op +EXPORT_SYMBOL_GPL vmlinux 0x44b784bf rio_del_device +EXPORT_SYMBOL_GPL vmlinux 0x44b90b05 md_bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x44bae227 bit_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x44c10a52 kvfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x44cf8cf0 blk_zone_cond_str +EXPORT_SYMBOL_GPL vmlinux 0x44dcf8de stmpe811_adc_common_init +EXPORT_SYMBOL_GPL vmlinux 0x44e1e9aa balloon_stats +EXPORT_SYMBOL_GPL vmlinux 0x44e58976 __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x44ead850 fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0x44ede257 power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x4507f4a8 cpuhp_tasks_frozen +EXPORT_SYMBOL_GPL vmlinux 0x451618d0 sbitmap_del_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x451bb1f0 cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0x451d76e4 nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x4531624f usb_decode_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x4531ab62 copy_from_kernel_nofault +EXPORT_SYMBOL_GPL vmlinux 0x454a6e00 securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x454d22d9 devl_unlock +EXPORT_SYMBOL_GPL vmlinux 0x45558f56 clk_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x455b60a5 crypto_akcipher_sync_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x4561f990 qcom_smem_state_unregister +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x45788eb0 gnttab_foreach_grant_in_range +EXPORT_SYMBOL_GPL vmlinux 0x457afa89 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x457ba428 devlink_region_snapshot_id_get +EXPORT_SYMBOL_GPL vmlinux 0x4583da33 perf_get_aux +EXPORT_SYMBOL_GPL vmlinux 0x458d4f98 pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x458e05db blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x4592f039 irq_chip_retrigger_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x459b02fb mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x459e6151 mm_unaccount_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x45a25ee5 locks_owner_has_blockers +EXPORT_SYMBOL_GPL vmlinux 0x45ae373b led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x45b03f67 pinctrl_utils_add_map_mux +EXPORT_SYMBOL_GPL vmlinux 0x45b4e715 dev_pm_opp_init_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x45c333f9 copy_user_highpage +EXPORT_SYMBOL_GPL vmlinux 0x45d1635f fib_alias_hw_flags_set +EXPORT_SYMBOL_GPL vmlinux 0x45df88c1 netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x45e66f26 disk_set_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0x45e8b450 mnt_idmap_get +EXPORT_SYMBOL_GPL vmlinux 0x45ee7af5 ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x45fa1d62 mbox_chan_txdone +EXPORT_SYMBOL_GPL vmlinux 0x46013233 net_dec_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x46030074 __hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0x46068e50 pci_generic_config_write32 +EXPORT_SYMBOL_GPL vmlinux 0x460aa18e led_compose_name +EXPORT_SYMBOL_GPL vmlinux 0x460c4ce6 clk_regmap_gate_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x461512a8 __traceiter_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x46189d0a device_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x46275130 mas_expected_entries +EXPORT_SYMBOL_GPL vmlinux 0x4643117a phy_select_page +EXPORT_SYMBOL_GPL vmlinux 0x464476dc vcap_set_tc_exterr +EXPORT_SYMBOL_GPL vmlinux 0x465af0b2 fb_sys_write +EXPORT_SYMBOL_GPL vmlinux 0x465ba926 netdev_walk_all_lower_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x467a5d4a power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x468748f1 meson_clk_mpll_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x46950fd0 platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x469f1b11 pinmux_generic_remove_function +EXPORT_SYMBOL_GPL vmlinux 0x469f1f87 bpf_prog_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0x46a4b118 hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x46a9d683 udp_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0x46b82224 ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x46bc5114 __imx8m_clk_hw_composite +EXPORT_SYMBOL_GPL vmlinux 0x46bde3c6 debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x46bf38c4 acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x46bfeb1b device_property_present +EXPORT_SYMBOL_GPL vmlinux 0x46d11cab debugfs_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x46e67a71 this_cpu_has_cap +EXPORT_SYMBOL_GPL vmlinux 0x46fc1fec pci_create_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x46fee6d7 srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x470aebf6 seg6_do_srh_inline +EXPORT_SYMBOL_GPL vmlinux 0x470ec91d inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x4721cf88 usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x47254279 security_file_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x473d9ff6 devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x47489477 devm_irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x476461e8 __tracepoint_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x47663cfe vcap_rule_mod_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x477c11f8 clk_hw_get_flags +EXPORT_SYMBOL_GPL vmlinux 0x477d7ac5 device_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x478e81f8 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x4793742c devl_rate_leaf_destroy +EXPORT_SYMBOL_GPL vmlinux 0x4796520c trace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0x479803b9 base64_encode +EXPORT_SYMBOL_GPL vmlinux 0x479f7d4b clk_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x47a030e1 fscrypt_ioctl_remove_key_all_users +EXPORT_SYMBOL_GPL vmlinux 0x47a51a07 mtk_clk_register_gates +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47b62d6c iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0x47c42fad regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x47d0eea2 acpi_lpat_temp_to_raw +EXPORT_SYMBOL_GPL vmlinux 0x47de0dc7 clk_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x47f66e86 dev_pm_opp_of_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x47fa01ce virtqueue_add_inbuf_ctx +EXPORT_SYMBOL_GPL vmlinux 0x4801c641 icc_std_aggregate +EXPORT_SYMBOL_GPL vmlinux 0x480305ca kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0x4815aa79 dev_pm_opp_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x48176053 of_property_read_u64_index +EXPORT_SYMBOL_GPL vmlinux 0x481f9b7d mpi_mulm +EXPORT_SYMBOL_GPL vmlinux 0x48203853 em_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x48234e4d clk_hw_determine_rate_no_reparent +EXPORT_SYMBOL_GPL vmlinux 0x4826da37 fwnode_usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0x4828e77b acpi_scan_lock_acquire +EXPORT_SYMBOL_GPL vmlinux 0x482b9650 devm_gpiod_unhinge +EXPORT_SYMBOL_GPL vmlinux 0x4843a748 qman_portals_probed +EXPORT_SYMBOL_GPL vmlinux 0x484d5cef trace_array_destroy +EXPORT_SYMBOL_GPL vmlinux 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL vmlinux 0x4860265f mtk_clk_register_pllfhs +EXPORT_SYMBOL_GPL vmlinux 0x48638333 bsg_job_get +EXPORT_SYMBOL_GPL vmlinux 0x48666e10 cdx_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x486838a5 __tracepoint_rwmmio_write +EXPORT_SYMBOL_GPL vmlinux 0x486cf403 device_attach +EXPORT_SYMBOL_GPL vmlinux 0x486dedc3 ghes_unregister_vendor_record_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4870d366 vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0x488d39ba crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x48a1210b ahci_reset_controller +EXPORT_SYMBOL_GPL vmlinux 0x48a3d20b mctrl_gpio_get +EXPORT_SYMBOL_GPL vmlinux 0x48c32847 __SCK__tp_func_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x48c35c9e __tracepoint_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x48e50a83 acpi_subsys_prepare +EXPORT_SYMBOL_GPL vmlinux 0x48e62ebc scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x48ee371d l3mdev_master_ifindex_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4922c2d4 gpiochip_line_is_persistent +EXPORT_SYMBOL_GPL vmlinux 0x49242bc7 freezer_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4924e2f6 mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x4928b06c spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x4934bdd0 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x494289f3 vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x49536cef dma_resv_set_deadline +EXPORT_SYMBOL_GPL vmlinux 0x49542c84 __traceiter_block_split +EXPORT_SYMBOL_GPL vmlinux 0x49608959 migrate_disable +EXPORT_SYMBOL_GPL vmlinux 0x496102ff spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x496c41fc edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x497a2748 device_del +EXPORT_SYMBOL_GPL vmlinux 0x497d11e5 devlink_register +EXPORT_SYMBOL_GPL vmlinux 0x497e7fcb netdev_walk_all_lower_dev +EXPORT_SYMBOL_GPL vmlinux 0x49806971 perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x4990a19b spi_target_abort +EXPORT_SYMBOL_GPL vmlinux 0x49927d25 page_reporting_unregister +EXPORT_SYMBOL_GPL vmlinux 0x49b42bba register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x49b57339 gfn_to_pfn_prot +EXPORT_SYMBOL_GPL vmlinux 0x49b92b18 page_cache_async_ra +EXPORT_SYMBOL_GPL vmlinux 0x49cd25ed alloc_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x49cf88e7 mbox_flush +EXPORT_SYMBOL_GPL vmlinux 0x49d3cc80 clk_hw_unregister_composite +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4a039c5b ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x4a08b6ac fsl_mc_bus_dpmac_type +EXPORT_SYMBOL_GPL vmlinux 0x4a17ed66 sysrq_mask +EXPORT_SYMBOL_GPL vmlinux 0x4a32fbf7 vcap_tc_flower_handler_arp_usage +EXPORT_SYMBOL_GPL vmlinux 0x4a342100 irq_chip_set_type_parent +EXPORT_SYMBOL_GPL vmlinux 0x4a3d12a4 fsnotify_alloc_group +EXPORT_SYMBOL_GPL vmlinux 0x4a420d09 acpi_bus_detach_private_data +EXPORT_SYMBOL_GPL vmlinux 0x4a4c0a95 irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x4a53361e pci_pri_supported +EXPORT_SYMBOL_GPL vmlinux 0x4a61afa1 __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0x4a669769 acpi_find_child_by_adr +EXPORT_SYMBOL_GPL vmlinux 0x4a76bf8e devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0x4a76d642 thermal_remove_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x4a8c9d0b dev_coredumpv +EXPORT_SYMBOL_GPL vmlinux 0x4a91f520 virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0x4aae34cb blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0x4ab4d78f serial8250_do_get_mctrl +EXPORT_SYMBOL_GPL vmlinux 0x4ab63242 ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0x4ac59b9d spi_split_transfers_maxsize +EXPORT_SYMBOL_GPL vmlinux 0x4ad1d13c fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0x4adc42b0 call_switchdev_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x4ae1eead gnttab_page_cache_put +EXPORT_SYMBOL_GPL vmlinux 0x4aeb3873 device_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x4af4937c tty_kopen_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x4b031bf7 reset_control_get_count +EXPORT_SYMBOL_GPL vmlinux 0x4b1216fd __traceiter_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x4b289b0f reset_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x4b4cfe5e __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x4b4fa6bf led_sysfs_enable +EXPORT_SYMBOL_GPL vmlinux 0x4b5acf74 rhashtable_init +EXPORT_SYMBOL_GPL vmlinux 0x4b5b4820 ti_sci_inta_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x4b5f9e80 iommu_fwspec_free +EXPORT_SYMBOL_GPL vmlinux 0x4b600498 md_stop +EXPORT_SYMBOL_GPL vmlinux 0x4b6a038f dev_pm_opp_find_freq_ceil +EXPORT_SYMBOL_GPL vmlinux 0x4b86a1f7 driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x4b931968 xen_features +EXPORT_SYMBOL_GPL vmlinux 0x4badb189 usb_asmedia_modifyflowcontrol +EXPORT_SYMBOL_GPL vmlinux 0x4bafa2d0 vp_legacy_get_features +EXPORT_SYMBOL_GPL vmlinux 0x4bc8727f xen_balloon_init +EXPORT_SYMBOL_GPL vmlinux 0x4bceaecc sysfs_update_groups +EXPORT_SYMBOL_GPL vmlinux 0x4bd6f08b misc_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4bdb8dcc housekeeping_test_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4be7a7ca rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x4be98986 apei_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x4becdc4d ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x4bf5c1bd tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0x4bfa8688 cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0x4bfd398d hwrng_msleep +EXPORT_SYMBOL_GPL vmlinux 0x4c06332f sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x4c0dfa2f edac_device_handle_ue_count +EXPORT_SYMBOL_GPL vmlinux 0x4c24d7e5 mtk_free_clk_data +EXPORT_SYMBOL_GPL vmlinux 0x4c26e64f clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x4c2b351d start_poll_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x4c3ca770 devm_pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x4c44209f kvm_vcpu_gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0x4c4beadc __sock_recv_cmsgs +EXPORT_SYMBOL_GPL vmlinux 0x4c549b36 __traceiter_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x4c5c3985 device_find_any_child +EXPORT_SYMBOL_GPL vmlinux 0x4c5f348e acpi_dev_filter_resource_type +EXPORT_SYMBOL_GPL vmlinux 0x4c6a0745 phylink_mii_c45_pcs_get_state +EXPORT_SYMBOL_GPL vmlinux 0x4c77e34c regulator_get_error_flags +EXPORT_SYMBOL_GPL vmlinux 0x4c8adfe1 hv_root_partition +EXPORT_SYMBOL_GPL vmlinux 0x4c980519 acpi_device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x4ca5590e mas_prev +EXPORT_SYMBOL_GPL vmlinux 0x4cb27100 ktime_get_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x4cb81fda __SCK__tp_func_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x4cbde3b8 set_secondary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x4cbfefb5 usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x4cc25018 of_request_module +EXPORT_SYMBOL_GPL vmlinux 0x4cc3d79f nvdimm_delete +EXPORT_SYMBOL_GPL vmlinux 0x4cc8c905 dev_pm_domain_set +EXPORT_SYMBOL_GPL vmlinux 0x4cda5b8c regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x4cdb8523 ehci_reset +EXPORT_SYMBOL_GPL vmlinux 0x4cdc95ac fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x4cdf2f90 xenbus_free_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x4ce2fed5 __xenbus_register_backend +EXPORT_SYMBOL_GPL vmlinux 0x4ceb5c88 usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0x4cf70c6e shash_free_singlespawn_instance +EXPORT_SYMBOL_GPL vmlinux 0x4cf8880f vcap_rule_add_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x4cf9a725 do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x4d0015e2 cpu_hotplug_disable +EXPORT_SYMBOL_GPL vmlinux 0x4d24a1e4 sbitmap_finish_wait +EXPORT_SYMBOL_GPL vmlinux 0x4d2f8d4a serdev_device_set_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x4d3959c8 pci_p2pmem_free_sgl +EXPORT_SYMBOL_GPL vmlinux 0x4d3a0696 __SCK__tp_func_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x4d3a8602 serial8250_em485_stop_tx +EXPORT_SYMBOL_GPL vmlinux 0x4d5122b9 vp_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0x4d530065 d_same_name +EXPORT_SYMBOL_GPL vmlinux 0x4d57cee6 get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x4d5f012f int_active_memcg +EXPORT_SYMBOL_GPL vmlinux 0x4d696704 __pci_hp_initialize +EXPORT_SYMBOL_GPL vmlinux 0x4d6d0bbc iommu_group_ref_get +EXPORT_SYMBOL_GPL vmlinux 0x4d7272e4 migrate_enable +EXPORT_SYMBOL_GPL vmlinux 0x4d83c710 k3_udma_glue_tdown_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x4d95d6d1 memcpy_flushcache +EXPORT_SYMBOL_GPL vmlinux 0x4dae16e4 i2c_put_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x4db5724d acpi_dma_request_slave_chan_by_index +EXPORT_SYMBOL_GPL vmlinux 0x4dc13b6a inet6_sock_destruct +EXPORT_SYMBOL_GPL vmlinux 0x4dde1ad8 regmap_write +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4dee864b mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0x4df126b7 vcap_chain_offset +EXPORT_SYMBOL_GPL vmlinux 0x4df9ec29 max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x4e0191e7 of_pci_get_devfn +EXPORT_SYMBOL_GPL vmlinux 0x4e05f411 cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0x4e17c613 ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x4e192349 balloon_mops +EXPORT_SYMBOL_GPL vmlinux 0x4e1e863c gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x4e23a2f9 wait_on_page_writeback +EXPORT_SYMBOL_GPL vmlinux 0x4e38e1e3 mddev_unlock +EXPORT_SYMBOL_GPL vmlinux 0x4e3fd1b4 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL vmlinux 0x4e400bf9 ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0x4e4c37e2 freq_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4e4e909a __clocksource_update_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0x4e55714b clk_hw_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x4e55c7c7 bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0x4e5a63ce crypto_unregister_templates +EXPORT_SYMBOL_GPL vmlinux 0x4e657485 free_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0x4e6a591a mmput +EXPORT_SYMBOL_GPL vmlinux 0x4e6d5cf9 mtk_pinconf_bias_get +EXPORT_SYMBOL_GPL vmlinux 0x4e6fc9b0 power_supply_battery_info_get_prop +EXPORT_SYMBOL_GPL vmlinux 0x4e712b37 usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0x4e7f26b8 pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0x4e8c375b nf_checksum +EXPORT_SYMBOL_GPL vmlinux 0x4e9970b9 ahci_host_activate +EXPORT_SYMBOL_GPL vmlinux 0x4e9ee61b tcp_leave_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0x4eac339e cpufreq_table_index_unsorted +EXPORT_SYMBOL_GPL vmlinux 0x4eac5fc1 cpu_mitigations_auto_nosmt +EXPORT_SYMBOL_GPL vmlinux 0x4ebfd4ce class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x4ece3615 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4ee48f29 acpi_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4efcf021 mpi_normalize +EXPORT_SYMBOL_GPL vmlinux 0x4effb4c4 of_pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0x4f215b75 ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0x4f241ef9 led_put +EXPORT_SYMBOL_GPL vmlinux 0x4f2593f0 btree_update +EXPORT_SYMBOL_GPL vmlinux 0x4f2bc39e driver_register +EXPORT_SYMBOL_GPL vmlinux 0x4f2c996d kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0x4f39e6b8 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0x4f437ca7 dw_pcie_own_conf_map_bus +EXPORT_SYMBOL_GPL vmlinux 0x4f6768f5 virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f6aa33d fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0x4f723881 usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0x4f72a987 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0x4f7a6531 pci_ecam_create +EXPORT_SYMBOL_GPL vmlinux 0x4f80e319 __ct_user_exit +EXPORT_SYMBOL_GPL vmlinux 0x4f86f5d0 xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0x4f8c9a04 dev_pm_opp_find_bw_ceil +EXPORT_SYMBOL_GPL vmlinux 0x4f8ce0ba bpf_trace_run8 +EXPORT_SYMBOL_GPL vmlinux 0x4f929c95 hisi_clk_init +EXPORT_SYMBOL_GPL vmlinux 0x4f98d766 cpu_pm_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4faf1aee xdp_master_redirect +EXPORT_SYMBOL_GPL vmlinux 0x4fb4da6f debugfs_create_str +EXPORT_SYMBOL_GPL vmlinux 0x4fb5da55 fs_put_dax +EXPORT_SYMBOL_GPL vmlinux 0x4fcd45ed dax_inode +EXPORT_SYMBOL_GPL vmlinux 0x4fd25df4 sec_irq_init +EXPORT_SYMBOL_GPL vmlinux 0x4fd50be5 add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5001a9ae crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x500c768c apei_exec_read_register +EXPORT_SYMBOL_GPL vmlinux 0x5026585c xen_irq_from_gsi +EXPORT_SYMBOL_GPL vmlinux 0x5030f698 mtk_mux_clr_set_upd_ops +EXPORT_SYMBOL_GPL vmlinux 0x5043ca50 l3mdev_table_lookup_unregister +EXPORT_SYMBOL_GPL vmlinux 0x504e7e29 usb_device_match_id +EXPORT_SYMBOL_GPL vmlinux 0x5053d474 __traceiter_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x505ad18f rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0x505bbe27 mmc_cmdq_disable +EXPORT_SYMBOL_GPL vmlinux 0x506a283c of_pwm_single_xlate +EXPORT_SYMBOL_GPL vmlinux 0x50700229 elv_rqhash_del +EXPORT_SYMBOL_GPL vmlinux 0x50733219 acpi_subsys_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x507804ba group_cpus_evenly +EXPORT_SYMBOL_GPL vmlinux 0x508ee75d devm_acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x5093e76e __tracepoint_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x509ab00b devl_trylock +EXPORT_SYMBOL_GPL vmlinux 0x509c30c9 mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0x50aa4253 kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x50aa91e6 devm_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x50ae2ecb syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x50cb714b ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x50ccb38e ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0x50dd2579 pci_epc_add_epf +EXPORT_SYMBOL_GPL vmlinux 0x50df94f5 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x50e4d1c3 __synth_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50e7ba51 blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x50eabb98 __tracepoint_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x50fb708d pci_acpi_set_companion_lookup_hook +EXPORT_SYMBOL_GPL vmlinux 0x50fe2224 i2c_acpi_new_device_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x50ff308a powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x5101f258 tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0x511de3e7 dst_blackhole_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x511fb9b1 mtk_clk_unregister_pllfhs +EXPORT_SYMBOL_GPL vmlinux 0x5123d8c6 ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0x512a5c2e kvm_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x512c7565 phylink_mii_c22_pcs_an_restart +EXPORT_SYMBOL_GPL vmlinux 0x51390c96 rcu_barrier_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x51456a54 ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0x514b8888 spi_async +EXPORT_SYMBOL_GPL vmlinux 0x515b390f __SCK__tp_func_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x5169344d k3_udma_glue_pop_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x516f348d usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0x517a5987 gpiochip_line_is_open_drain +EXPORT_SYMBOL_GPL vmlinux 0x5187ac4b xen_store_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x518d4426 kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL vmlinux 0x51a348cc usb_role_switch_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x51a90a95 __devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x51ad07dd tegra210_plle_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0x51af5936 meson_aoclkc_probe +EXPORT_SYMBOL_GPL vmlinux 0x51e43a51 dev_attr_ncq_prio_enable +EXPORT_SYMBOL_GPL vmlinux 0x51ebd8fd rockchip_clk_register_plls +EXPORT_SYMBOL_GPL vmlinux 0x51fc2227 fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0x51fc9a6d xenmem_reservation_decrease +EXPORT_SYMBOL_GPL vmlinux 0x520332e4 acpi_get_psd_map +EXPORT_SYMBOL_GPL vmlinux 0x52172d61 clk_gate_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x52213722 acpi_dev_resource_memory +EXPORT_SYMBOL_GPL vmlinux 0x5221677d fsl_mc_obj_reset +EXPORT_SYMBOL_GPL vmlinux 0x5224b359 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x52252316 clk_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x522a7dc0 serdev_device_remove +EXPORT_SYMBOL_GPL vmlinux 0x522d99e9 make_vfsuid +EXPORT_SYMBOL_GPL vmlinux 0x523d6adb bpf_prog_alloc +EXPORT_SYMBOL_GPL vmlinux 0x523f79ed cgroup_get_from_fd +EXPORT_SYMBOL_GPL vmlinux 0x52431348 xenbus_transaction_start +EXPORT_SYMBOL_GPL vmlinux 0x524653e1 vcap_get_rule +EXPORT_SYMBOL_GPL vmlinux 0x525d0aa3 trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x525ec635 mtk_paris_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0x52647db1 ct_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x526b0d9d tpm1_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x528c3e28 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0x529efb93 hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0x52b1e3c7 pci_flags +EXPORT_SYMBOL_GPL vmlinux 0x52c35e83 call_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x52ce2057 hv_setup_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0x52cf8c69 mmu_interval_notifier_insert_locked +EXPORT_SYMBOL_GPL vmlinux 0x52d2d379 blk_rq_is_poll +EXPORT_SYMBOL_GPL vmlinux 0x52d54fce devlink_info_version_stored_put +EXPORT_SYMBOL_GPL vmlinux 0x52e23caa gpiochip_irq_unmap +EXPORT_SYMBOL_GPL vmlinux 0x52e3ba3b usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0x52e78748 devm_tegra_core_dev_init_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x52eddb69 raw_v6_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x5300510e ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0x530e0f8c devl_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5310b6fc pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0x532b90b5 kprobe_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x5336185d udp_destruct_common +EXPORT_SYMBOL_GPL vmlinux 0x5358864e devlink_fmsg_binary_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x535d97fd devlink_port_attrs_set +EXPORT_SYMBOL_GPL vmlinux 0x535f1a00 gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x536e8e5a tpm_tis_remove +EXPORT_SYMBOL_GPL vmlinux 0x537252cf __SCK__tp_func_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x537f99ee usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0x5386622f dev_pm_opp_of_get_opp_desc_node +EXPORT_SYMBOL_GPL vmlinux 0x53894a30 phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0x53896ff6 gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0x538b0b30 dpcon_disable +EXPORT_SYMBOL_GPL vmlinux 0x538d073d phy_duplex_to_str +EXPORT_SYMBOL_GPL vmlinux 0x53a07aa1 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x53a1ee80 acpi_get_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0x53b29f2e ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0x53b6a61a irq_chip_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0x53c089f5 property_entries_dup +EXPORT_SYMBOL_GPL vmlinux 0x53c25720 device_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x53d7c01e __traceiter_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x53dcde57 cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x53fcc64a ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0x5406226d tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0x540a34f0 dm_report_zones +EXPORT_SYMBOL_GPL vmlinux 0x5419a5d4 led_sysfs_disable +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x541edae3 devm_power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x5420cd45 dm_internal_suspend_fast +EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 +EXPORT_SYMBOL_GPL vmlinux 0x5424cf81 call_rcu_hurry +EXPORT_SYMBOL_GPL vmlinux 0x542a891c wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x5436550e fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0x544ca390 extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x5450a325 gnttab_unmap_refs_sync +EXPORT_SYMBOL_GPL vmlinux 0x545101f2 dm_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x5460f79f work_on_cpu_safe_key +EXPORT_SYMBOL_GPL vmlinux 0x54651f9b rhashtable_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x5466f80f efivars_unregister +EXPORT_SYMBOL_GPL vmlinux 0x54689cc7 of_pci_range_parser_one +EXPORT_SYMBOL_GPL vmlinux 0x54696021 wp_shared_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x547c7e85 kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0x548fe21f ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x5491679b ip6_route_input_lookup +EXPORT_SYMBOL_GPL vmlinux 0x54939646 sysfs_unbreak_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x54940274 debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x5496c4e1 __traceiter_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x549ab33e crypto_hash_alg_has_setkey +EXPORT_SYMBOL_GPL vmlinux 0x549eb097 tpm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x54a25da2 qcom_smem_state_put +EXPORT_SYMBOL_GPL vmlinux 0x54a8fc83 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x54aec0eb devl_param_driverinit_value_set +EXPORT_SYMBOL_GPL vmlinux 0x54b9e21f of_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x54c8da14 usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x54cda5d2 regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x54d228d4 pci_assign_unassigned_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x54df590e extcon_set_state_sync +EXPORT_SYMBOL_GPL vmlinux 0x54e36039 fib_info_nh_uses_dev +EXPORT_SYMBOL_GPL vmlinux 0x54e882c9 led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x54ec0dab raw_v6_match +EXPORT_SYMBOL_GPL vmlinux 0x54ef421d pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0x54f52b43 devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x550f3e05 i2c_freq_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x550f71e7 blockdev_superblock +EXPORT_SYMBOL_GPL vmlinux 0x5516f8cf inode_dax +EXPORT_SYMBOL_GPL vmlinux 0x55306e79 dev_xdp_prog_count +EXPORT_SYMBOL_GPL vmlinux 0x55339365 flush_delayed_fput +EXPORT_SYMBOL_GPL vmlinux 0x5539e152 crypto_akcipher_sync_post +EXPORT_SYMBOL_GPL vmlinux 0x553b05b0 mmc_get_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0x553b49a4 cpufreq_get_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x553f4d1b of_led_get +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x554c2159 usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x556e4390 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x558cb40b class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x5590ba4e devm_mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5592f772 gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0x55a08e7f inet_send_prepare +EXPORT_SYMBOL_GPL vmlinux 0x55c76a23 ksys_sync_helper +EXPORT_SYMBOL_GPL vmlinux 0x55c9880c zynqmp_pm_release_node +EXPORT_SYMBOL_GPL vmlinux 0x55cf6ec1 handle_untracked_irq +EXPORT_SYMBOL_GPL vmlinux 0x55d14d6b iommu_map +EXPORT_SYMBOL_GPL vmlinux 0x55d91921 alloc_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x55dca214 inet6_compat_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x55dd264d dmaengine_desc_set_metadata_len +EXPORT_SYMBOL_GPL vmlinux 0x55eca4b0 kvm_get_kvm +EXPORT_SYMBOL_GPL vmlinux 0x55ee05c0 cdx_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x55eecff4 bit_wait_io_timeout +EXPORT_SYMBOL_GPL vmlinux 0x55ef09e3 inet6_hash +EXPORT_SYMBOL_GPL vmlinux 0x56054c05 crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x560b464d tracing_cond_snapshot_data +EXPORT_SYMBOL_GPL vmlinux 0x560e8240 ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0x561375bd tracepoint_probe_register_prio +EXPORT_SYMBOL_GPL vmlinux 0x56173654 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x56228cc6 of_pci_get_slot_power_limit +EXPORT_SYMBOL_GPL vmlinux 0x5624f826 power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0x56256e8a orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x5653f4fa of_remove_property +EXPORT_SYMBOL_GPL vmlinux 0x56572f9b pci_epc_mem_free_addr +EXPORT_SYMBOL_GPL vmlinux 0x565b27f5 dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0x565cc20b device_add_software_node +EXPORT_SYMBOL_GPL vmlinux 0x567148d7 vp_modern_set_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x567ec49d extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0x567f9b52 dax_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0x5690c1ad lwtunnel_output +EXPORT_SYMBOL_GPL vmlinux 0x569d95a1 vcpu_put +EXPORT_SYMBOL_GPL vmlinux 0x569ea05a irq_chip_get_parent_state +EXPORT_SYMBOL_GPL vmlinux 0x56a08d54 divider_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0x56a232c5 sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0x56a996d8 dev_pm_genpd_synced_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x56bbe2fd get_net_ns_by_id +EXPORT_SYMBOL_GPL vmlinux 0x56c8c884 __traceiter_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x56e6991d xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0x56e9103b cpu_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x56e9a684 hisi_clk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x56ebb424 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x56ef15d0 __tracepoint_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x56f1d550 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0x56f30850 device_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x56fbb130 no_hash_pointers +EXPORT_SYMBOL_GPL vmlinux 0x57070f24 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x5708decb xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x57190178 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x571ea6c0 pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x572556c8 pfn_to_online_page +EXPORT_SYMBOL_GPL vmlinux 0x5726ba36 dma_free_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x573b4e0e mptcp_subflow_init_cookie_req +EXPORT_SYMBOL_GPL vmlinux 0x573cc09a wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0x574609c5 apei_exec_write_register_value +EXPORT_SYMBOL_GPL vmlinux 0x574ad753 rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x57719632 gnttab_grant_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x57727285 phylink_ethtool_set_eee +EXPORT_SYMBOL_GPL vmlinux 0x577a438a tegra210_clk_emc_detach +EXPORT_SYMBOL_GPL vmlinux 0x57830830 of_property_read_string_helper +EXPORT_SYMBOL_GPL vmlinux 0x578d5cae devlink_flash_update_status_notify +EXPORT_SYMBOL_GPL vmlinux 0x578de1c9 crypto_alg_extsize +EXPORT_SYMBOL_GPL vmlinux 0x578eeb4d hugetlb_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57b86cd0 scsi_host_unblock +EXPORT_SYMBOL_GPL vmlinux 0x57c0ac70 __ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x57c58e9b __tracepoint_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x57d4050a xhci_get_endpoint_index +EXPORT_SYMBOL_GPL vmlinux 0x57dc4851 mas_erase +EXPORT_SYMBOL_GPL vmlinux 0x57ec4f64 ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x57ee71c8 usb_urb_ep_type_check +EXPORT_SYMBOL_GPL vmlinux 0x57f576b9 mpi_ec_curve_point +EXPORT_SYMBOL_GPL vmlinux 0x57f7f4e2 usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0x57f8bd77 acpi_dev_get_memory_resources +EXPORT_SYMBOL_GPL vmlinux 0x5811bf21 dw_pcie_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x58276f93 cper_next_record_id +EXPORT_SYMBOL_GPL vmlinux 0x5829e979 mas_pause +EXPORT_SYMBOL_GPL vmlinux 0x582f28a2 mtk_clk_unregister_gates +EXPORT_SYMBOL_GPL vmlinux 0x5831e062 cpus_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0x5838df37 bpf_verifier_log_write +EXPORT_SYMBOL_GPL vmlinux 0x583c60cd ahci_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x583e5948 of_clk_src_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0x583f4324 blk_queue_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x5842f484 dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0x5848aa37 __pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0x584f7ac0 device_match_name +EXPORT_SYMBOL_GPL vmlinux 0x585531bd cpufreq_enable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x586bfc8a alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x5877f0bd __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0x5879a27d sfp_get_module_info +EXPORT_SYMBOL_GPL vmlinux 0x588249ad power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0x588db6a7 of_genpd_add_provider_simple +EXPORT_SYMBOL_GPL vmlinux 0x58993b7f dpbp_enable +EXPORT_SYMBOL_GPL vmlinux 0x589b1028 fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0x58a5bea6 lochnagar_update_config +EXPORT_SYMBOL_GPL vmlinux 0x58a68d7e dw_pcie_write_dbi +EXPORT_SYMBOL_GPL vmlinux 0x58c14694 vfs_set_acl +EXPORT_SYMBOL_GPL vmlinux 0x58cb4c4b folio_invalidate +EXPORT_SYMBOL_GPL vmlinux 0x58db1176 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x58def6ca sfp_module_remove +EXPORT_SYMBOL_GPL vmlinux 0x58e14f15 HYPERVISOR_event_channel_op +EXPORT_SYMBOL_GPL vmlinux 0x58f53ced gpiod_set_transitory +EXPORT_SYMBOL_GPL vmlinux 0x58fa50c0 __traceiter_rwmmio_write +EXPORT_SYMBOL_GPL vmlinux 0x5901c2a0 usb_phy_roothub_resume +EXPORT_SYMBOL_GPL vmlinux 0x5901e0e0 simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x59094954 ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x590ec2a3 icc_nodes_remove +EXPORT_SYMBOL_GPL vmlinux 0x590f7f1b hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0x591685fe pm_clk_resume +EXPORT_SYMBOL_GPL vmlinux 0x592bafa5 vp_modern_map_vq_notify +EXPORT_SYMBOL_GPL vmlinux 0x59354615 virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0x59359f79 __io_uring_cmd_do_in_task +EXPORT_SYMBOL_GPL vmlinux 0x593ac537 __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0x593e7a0b __traceiter_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x5946d64d pci_find_vsec_capability +EXPORT_SYMBOL_GPL vmlinux 0x595791dc kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0x5957cddb zs_lookup_class_index +EXPORT_SYMBOL_GPL vmlinux 0x598155f0 pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x598289b3 genphy_c45_read_eee_abilities +EXPORT_SYMBOL_GPL vmlinux 0x5986d190 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0x59b063ba start_poll_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x59b2adbf input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x59c43dc9 __traceiter_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x59c90592 devl_port_register_with_ops +EXPORT_SYMBOL_GPL vmlinux 0x59d00e24 bpf_trace_run5 +EXPORT_SYMBOL_GPL vmlinux 0x59d14f65 cpufreq_policy_transition_delay_us +EXPORT_SYMBOL_GPL vmlinux 0x59d3d960 hid_bpf_device_init +EXPORT_SYMBOL_GPL vmlinux 0x59d77369 rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0x59e0695d phylink_speed_down +EXPORT_SYMBOL_GPL vmlinux 0x59e640c0 halt_poll_ns +EXPORT_SYMBOL_GPL vmlinux 0x59edfeb8 phy_rate_matching_to_str +EXPORT_SYMBOL_GPL vmlinux 0x59f0c09f nvdimm_cmd_mask +EXPORT_SYMBOL_GPL vmlinux 0x59f32720 mpi_subm +EXPORT_SYMBOL_GPL vmlinux 0x59f8b7c6 ms_hyperv +EXPORT_SYMBOL_GPL vmlinux 0x59f957ca sysfs_groups_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x5a02581b devm_i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0x5a049a35 exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x5a12e60c __SCK__tp_func_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x5a1d134a rcu_momentary_dyntick_idle +EXPORT_SYMBOL_GPL vmlinux 0x5a229368 arch_apei_enable_cmcff +EXPORT_SYMBOL_GPL vmlinux 0x5a49dbc9 timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x5a4af2e6 usb_pipe_type_check +EXPORT_SYMBOL_GPL vmlinux 0x5a512982 scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x5a5b835c blk_mq_unquiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0x5a6cdb52 nf_ct_zone_dflt +EXPORT_SYMBOL_GPL vmlinux 0x5a6e233e blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0x5a6ecea8 trace_array_printk +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a8303d7 usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0x5a876865 dw_pcie_find_capability +EXPORT_SYMBOL_GPL vmlinux 0x5a97f3e8 devfreq_event_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x5a9e42a8 trace_add_event_call +EXPORT_SYMBOL_GPL vmlinux 0x5a9f05f5 badblocks_show +EXPORT_SYMBOL_GPL vmlinux 0x5aa70984 acpi_reduced_hardware +EXPORT_SYMBOL_GPL vmlinux 0x5ab09745 edac_get_owner +EXPORT_SYMBOL_GPL vmlinux 0x5ac2b962 sk_msg_free_nocharge +EXPORT_SYMBOL_GPL vmlinux 0x5ac4cbc0 blk_mq_sched_try_merge +EXPORT_SYMBOL_GPL vmlinux 0x5ad93674 ahci_platform_deassert_rsts +EXPORT_SYMBOL_GPL vmlinux 0x5ae26f49 nvmem_device_find +EXPORT_SYMBOL_GPL vmlinux 0x5ae36a75 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0x5aeaf6ed gpiochip_populate_parent_fwspec_twocell +EXPORT_SYMBOL_GPL vmlinux 0x5af1bbc0 devfreq_event_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x5afc722e __audit_log_nfcfg +EXPORT_SYMBOL_GPL vmlinux 0x5b009dad rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x5b071b7b hwrng_yield +EXPORT_SYMBOL_GPL vmlinux 0x5b146321 of_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x5b21ceff ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0x5b30e25c vhost_task_wake +EXPORT_SYMBOL_GPL vmlinux 0x5b34e64f sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0x5b376bd1 clean_acked_data_enable +EXPORT_SYMBOL_GPL vmlinux 0x5b3ff9e1 rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5b50af89 tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x5b6fdcec bpf_prog_free +EXPORT_SYMBOL_GPL vmlinux 0x5b74388d rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0x5b7e7e33 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x5b83d7ab __tracepoint_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x5b858ed3 of_irq_find_parent +EXPORT_SYMBOL_GPL vmlinux 0x5b890d1a host1x_context_device_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x5b90421b swapcache_mapping +EXPORT_SYMBOL_GPL vmlinux 0x5b98f479 kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x5b9c0f87 misc_cg_try_charge +EXPORT_SYMBOL_GPL vmlinux 0x5ba9c87f blk_crypto_keyslot_index +EXPORT_SYMBOL_GPL vmlinux 0x5bc552b2 crypto_enqueue_request_head +EXPORT_SYMBOL_GPL vmlinux 0x5bc950fe regulator_irq_helper_cancel +EXPORT_SYMBOL_GPL vmlinux 0x5bcc0df7 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x5bd0748f crypto_del_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x5bd37e62 pci_intx +EXPORT_SYMBOL_GPL vmlinux 0x5bdae35b usb_phy_roothub_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x5bdbac4e rcu_unexpedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x5be61696 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x5beba6ca devl_rate_nodes_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5bec52de virtio_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x5bf5bfef tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x5bf6115e sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x5bfad347 fwnode_graph_get_remote_port +EXPORT_SYMBOL_GPL vmlinux 0x5c0627d3 pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x5c070f62 cper_mem_err_status_str +EXPORT_SYMBOL_GPL vmlinux 0x5c0bd83c pci_stop_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x5c0f77ce HYPERVISOR_platform_op_raw +EXPORT_SYMBOL_GPL vmlinux 0x5c165b59 synth_event_add_val +EXPORT_SYMBOL_GPL vmlinux 0x5c19d789 uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0x5c265a61 iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x5c2f452c i2c_slave_event +EXPORT_SYMBOL_GPL vmlinux 0x5c2f51a2 xenbus_dev_cancel +EXPORT_SYMBOL_GPL vmlinux 0x5c3b5501 irq_chip_set_parent_state +EXPORT_SYMBOL_GPL vmlinux 0x5c3bbd06 __SCK__tp_func_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x5c3cb96b hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x5c40a507 blk_mq_quiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x5c40b2c6 dw_pcie_ep_raise_legacy_irq +EXPORT_SYMBOL_GPL vmlinux 0x5c4e6831 dev_pm_opp_config_clks_simple +EXPORT_SYMBOL_GPL vmlinux 0x5c5a1b16 tick_broadcast_control +EXPORT_SYMBOL_GPL vmlinux 0x5c74b41d public_key_signature_free +EXPORT_SYMBOL_GPL vmlinux 0x5c81c3fc usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x5c82016e __SCK__tp_func_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x5c9ac26f msg_zerocopy_put_abort +EXPORT_SYMBOL_GPL vmlinux 0x5ca3ba54 l3mdev_link_scope_lookup +EXPORT_SYMBOL_GPL vmlinux 0x5cab9945 unregister_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x5cad8fc3 power_supply_ocv2cap_simple +EXPORT_SYMBOL_GPL vmlinux 0x5cae4573 md_account_bio +EXPORT_SYMBOL_GPL vmlinux 0x5cb70f5d unregister_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0x5cb9b52f mtk_clk_register_muxes +EXPORT_SYMBOL_GPL vmlinux 0x5cc77c45 led_colors +EXPORT_SYMBOL_GPL vmlinux 0x5cd4f0e2 ahci_platform_enable_phys +EXPORT_SYMBOL_GPL vmlinux 0x5ce14a2d ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x5cede0a7 xdp_flush_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x5cee9e9f rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x5ceff860 blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0x5cf039d4 rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0x5d0887dd spi_controller_suspend +EXPORT_SYMBOL_GPL vmlinux 0x5d0c4dcc phylink_speed_up +EXPORT_SYMBOL_GPL vmlinux 0x5d110b57 power_supply_put +EXPORT_SYMBOL_GPL vmlinux 0x5d17148b apei_write +EXPORT_SYMBOL_GPL vmlinux 0x5d1817ed spi_take_timestamp_post +EXPORT_SYMBOL_GPL vmlinux 0x5d2aa5fb rhashtable_walk_peek +EXPORT_SYMBOL_GPL vmlinux 0x5d2bc42a reset_control_rearm +EXPORT_SYMBOL_GPL vmlinux 0x5d53fcf4 mtk_clk_simple_probe +EXPORT_SYMBOL_GPL vmlinux 0x5d5475ce i2c_detect_slave_mode +EXPORT_SYMBOL_GPL vmlinux 0x5d57ade2 bpfilter_ops +EXPORT_SYMBOL_GPL vmlinux 0x5d6f0608 mtk_clk_gate_ops_setclr +EXPORT_SYMBOL_GPL vmlinux 0x5d75de68 dev_get_tstats64 +EXPORT_SYMBOL_GPL vmlinux 0x5d8476d3 bpf_sk_storage_diag_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5d85bb62 __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x5d8bb248 fwnode_graph_get_endpoint_by_id +EXPORT_SYMBOL_GPL vmlinux 0x5d9f5b3e handle_fasteoi_ack_irq +EXPORT_SYMBOL_GPL vmlinux 0x5da0a993 fsverity_verify_blocks +EXPORT_SYMBOL_GPL vmlinux 0x5da67adc zs_compact +EXPORT_SYMBOL_GPL vmlinux 0x5dc19747 phylink_mii_c22_pcs_encode_advertisement +EXPORT_SYMBOL_GPL vmlinux 0x5dcb7567 param_set_uint_minmax +EXPORT_SYMBOL_GPL vmlinux 0x5de412cd k3_ringacc_ring_push +EXPORT_SYMBOL_GPL vmlinux 0x5de98cd1 mtk_eint_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x5dfd6bb4 irq_domain_free_irqs_common +EXPORT_SYMBOL_GPL vmlinux 0x5dff1c18 misc_cg_uncharge +EXPORT_SYMBOL_GPL vmlinux 0x5e0f155c mbox_bind_client +EXPORT_SYMBOL_GPL vmlinux 0x5e173309 cpu_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x5e1b3782 fsl_mc_bus_dpmcp_type +EXPORT_SYMBOL_GPL vmlinux 0x5e31cd9d ata_acpi_stm +EXPORT_SYMBOL_GPL vmlinux 0x5e4820da strp_init +EXPORT_SYMBOL_GPL vmlinux 0x5e515be6 ktime_get_ts64 +EXPORT_SYMBOL_GPL vmlinux 0x5e750121 rockchip_pcie_enable_clocks +EXPORT_SYMBOL_GPL vmlinux 0x5e76bb57 k3_ringacc_ring_get_size +EXPORT_SYMBOL_GPL vmlinux 0x5e770fbd rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0x5e798ffb divider_get_val +EXPORT_SYMBOL_GPL vmlinux 0x5e7ac4b5 tpm1_getcap +EXPORT_SYMBOL_GPL vmlinux 0x5e85415b ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x5e8b81b2 tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x5e8dab06 crypto_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x5eae5408 clk_is_enabled_when_prepared +EXPORT_SYMBOL_GPL vmlinux 0x5eb417e0 __SCK__tp_func_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x5ec6330c vp_modern_remove +EXPORT_SYMBOL_GPL vmlinux 0x5ecdcf90 ti_sci_get_free_resource +EXPORT_SYMBOL_GPL vmlinux 0x5ecfbf92 handle_bad_irq +EXPORT_SYMBOL_GPL vmlinux 0x5ede1524 ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x5ee2aa12 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0x5ee8a6bd serdev_device_set_flow_control +EXPORT_SYMBOL_GPL vmlinux 0x5ef165f8 iommu_unmap_fast +EXPORT_SYMBOL_GPL vmlinux 0x5efe6d82 dax_remove_host +EXPORT_SYMBOL_GPL vmlinux 0x5f094e83 cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0x5f118818 mtk_pinconf_drive_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x5f2309c7 __tracepoint_rwmmio_post_write +EXPORT_SYMBOL_GPL vmlinux 0x5f23e3fa insert_resource +EXPORT_SYMBOL_GPL vmlinux 0x5f294af2 usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x5f384a68 x509_free_certificate +EXPORT_SYMBOL_GPL vmlinux 0x5f5b93d8 mtk_clk_register_dividers +EXPORT_SYMBOL_GPL vmlinux 0x5f60727b ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x5f640e26 bio_blkcg_css +EXPORT_SYMBOL_GPL vmlinux 0x5f6d4697 regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x5f6f1e9e dax_get_private +EXPORT_SYMBOL_GPL vmlinux 0x5f791da7 regmap_get_device +EXPORT_SYMBOL_GPL vmlinux 0x5f8bb675 kvm_write_guest +EXPORT_SYMBOL_GPL vmlinux 0x5f9a23f1 edac_pci_handle_npe +EXPORT_SYMBOL_GPL vmlinux 0x5f9f8cea sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x5fa625ed mpi_ec_mul_point +EXPORT_SYMBOL_GPL vmlinux 0x5fb8848b halt_poll_ns_grow_start +EXPORT_SYMBOL_GPL vmlinux 0x5fbb1de5 acpi_cpu_get_madt_gicc +EXPORT_SYMBOL_GPL vmlinux 0x5fbd7cd0 __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0x5fd39084 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0x5fdef8c3 devm_kstrdup_const +EXPORT_SYMBOL_GPL vmlinux 0x5fe7b97b pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x5ff2f16a acpi_device_update_power +EXPORT_SYMBOL_GPL vmlinux 0x60091316 clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x603006b3 usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0x603d0d51 acpi_os_map_iomem +EXPORT_SYMBOL_GPL vmlinux 0x60442822 phys_to_mach +EXPORT_SYMBOL_GPL vmlinux 0x604722fd devices_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x604a4f08 kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x604a9da8 clk_hw_unregister +EXPORT_SYMBOL_GPL vmlinux 0x60517156 rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0x60517366 regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0x605d5bfa cache_line_size +EXPORT_SYMBOL_GPL vmlinux 0x606a630c gpiochip_generic_free +EXPORT_SYMBOL_GPL vmlinux 0x606b4aba devlink_linecard_provision_set +EXPORT_SYMBOL_GPL vmlinux 0x6074f44a of_gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0x6076e5b6 ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0x607af7ae spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0x607c4683 devlink_info_version_fixed_put +EXPORT_SYMBOL_GPL vmlinux 0x607f6729 ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0x607fdbfa pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x6084f434 debugfs_create_ulong +EXPORT_SYMBOL_GPL vmlinux 0x608d25d6 __xas_prev +EXPORT_SYMBOL_GPL vmlinux 0x6091797f synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x609f463e regulator_desc_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x60a0b484 sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL_GPL vmlinux 0x60a89ca9 blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0x60aa47e6 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0x60ae0922 power_supply_vbat2ri +EXPORT_SYMBOL_GPL vmlinux 0x60b89118 mpc8xxx_spi_rx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0x60b9681f __vfs_removexattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x60bb7d0e mptcp_get_reset_option +EXPORT_SYMBOL_GPL vmlinux 0x60c366a7 transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x60d39a4b ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x60e69079 __traceiter_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x60ebc96f ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x60ec2d39 scmi_device_create +EXPORT_SYMBOL_GPL vmlinux 0x60ec6b31 wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0x60ec9de5 splice_to_pipe +EXPORT_SYMBOL_GPL vmlinux 0x60ed3b62 cpufreq_dbs_governor_limits +EXPORT_SYMBOL_GPL vmlinux 0x61038477 shmem_read_folio_gfp +EXPORT_SYMBOL_GPL vmlinux 0x611a0920 serdev_device_write_room +EXPORT_SYMBOL_GPL vmlinux 0x611cfa85 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0x61265743 ahci_platform_init_host +EXPORT_SYMBOL_GPL vmlinux 0x6129fb93 sfp_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x612bfd89 errno_to_blk_status +EXPORT_SYMBOL_GPL vmlinux 0x613330d1 __get_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x613fb082 clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x614071cf dw_pcie_setup_rc +EXPORT_SYMBOL_GPL vmlinux 0x614adcb7 of_overlay_remove_all +EXPORT_SYMBOL_GPL vmlinux 0x6155f89a irq_chip_set_wake_parent +EXPORT_SYMBOL_GPL vmlinux 0x6158684c l3mdev_fib_table_rcu +EXPORT_SYMBOL_GPL vmlinux 0x6164e3e6 regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x616f0a14 xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0x616f1391 __list_lru_init +EXPORT_SYMBOL_GPL vmlinux 0x616fa902 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x617d4445 devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0x6181e79f timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x61843ee6 pinconf_generic_dt_subnode_to_map +EXPORT_SYMBOL_GPL vmlinux 0x6198dfea __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6199ad5d crypto_has_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x619ddeec rcu_tasks_trace_qs_blkd +EXPORT_SYMBOL_GPL vmlinux 0x61a35282 register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0x61a678f6 regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x61bd0bd0 get_completed_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x61c1ca29 __SCK__tp_func_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x61c651a3 imx93_clk_composite_flags +EXPORT_SYMBOL_GPL vmlinux 0x61cd7e77 fscrypt_symlink_getattr +EXPORT_SYMBOL_GPL vmlinux 0x61dddd6c gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0x61f1644b mas_find_range +EXPORT_SYMBOL_GPL vmlinux 0x61f4031f crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0x61f67c92 phy_gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0x61f8ed81 devm_regmap_init_vexpress_config +EXPORT_SYMBOL_GPL vmlinux 0x62104126 phylink_ethtool_set_wol +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6230a2da percpu_is_read_locked +EXPORT_SYMBOL_GPL vmlinux 0x62377a7b blk_io_schedule +EXPORT_SYMBOL_GPL vmlinux 0x623ab66f rz_mtu3_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x62447f29 tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6246a629 synchronize_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x624fb0c6 of_devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x6250d60d ata_sas_tport_delete +EXPORT_SYMBOL_GPL vmlinux 0x6250ea68 pinctrl_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0x6255198c extcon_register_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0x6257dda7 clk_rate_exclusive_get +EXPORT_SYMBOL_GPL vmlinux 0x6259d291 clk_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x626ae976 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x6282cdf6 blk_crypto_evict_key +EXPORT_SYMBOL_GPL vmlinux 0x628e9585 kvm_vcpu_map +EXPORT_SYMBOL_GPL vmlinux 0x62907e39 trace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0x62929f1e devfreq_get_devfreq_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x62950718 make_device_exclusive_range +EXPORT_SYMBOL_GPL vmlinux 0x6298a776 vcap_rule_set_counter +EXPORT_SYMBOL_GPL vmlinux 0x62a22572 tty_kclose +EXPORT_SYMBOL_GPL vmlinux 0x62abdfb8 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0x62af2254 scsi_dh_activate +EXPORT_SYMBOL_GPL vmlinux 0x62bb09bf clocks_calc_mult_shift +EXPORT_SYMBOL_GPL vmlinux 0x62c40c1c sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0x62eb49ed k3_udma_glue_request_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x62f5fbe6 cpufreq_dbs_governor_init +EXPORT_SYMBOL_GPL vmlinux 0x6312cf71 pinctrl_parse_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0x63150e06 clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x63197685 s2idle_wake +EXPORT_SYMBOL_GPL vmlinux 0x631f394f debugfs_create_file_unsafe +EXPORT_SYMBOL_GPL vmlinux 0x6324c3c9 tcp_sendmsg_locked +EXPORT_SYMBOL_GPL vmlinux 0x63328fc0 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0x633eff26 devm_gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x63444737 virtqueue_get_used_addr +EXPORT_SYMBOL_GPL vmlinux 0x6346caa0 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x634b9d42 __SCK__tp_func_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x6354a35f filemap_add_folio +EXPORT_SYMBOL_GPL vmlinux 0x635c75fd fsl_mc_object_free +EXPORT_SYMBOL_GPL vmlinux 0x6367b0ff device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0x636cf052 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x637001e5 set_selection_kernel +EXPORT_SYMBOL_GPL vmlinux 0x637048f6 da903x_read +EXPORT_SYMBOL_GPL vmlinux 0x6399c536 usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0x63b044f9 device_register +EXPORT_SYMBOL_GPL vmlinux 0x63c08029 clk_bulk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x63c753f3 aead_init_geniv +EXPORT_SYMBOL_GPL vmlinux 0x63cce46f __nvdimm_create +EXPORT_SYMBOL_GPL vmlinux 0x63cffce4 fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0x63e59ae1 usb_of_has_combined_node +EXPORT_SYMBOL_GPL vmlinux 0x63ea80b3 cper_mem_err_type_str +EXPORT_SYMBOL_GPL vmlinux 0x63f350df disk_update_readahead +EXPORT_SYMBOL_GPL vmlinux 0x63fbd6c0 nf_checksum_partial +EXPORT_SYMBOL_GPL vmlinux 0x640b3a59 espintcp_push_skb +EXPORT_SYMBOL_GPL vmlinux 0x6414cafd devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0x641e04b3 fwnode_graph_get_port_parent +EXPORT_SYMBOL_GPL vmlinux 0x6427572b tegra210_clk_emc_dll_enable +EXPORT_SYMBOL_GPL vmlinux 0x643b06b0 zynqmp_pm_clock_setrate +EXPORT_SYMBOL_GPL vmlinux 0x6449382c i2c_client_type +EXPORT_SYMBOL_GPL vmlinux 0x644f8308 find_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x64538d9d tpm_chip_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6453989e regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x6466fe58 usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0x6467d79d ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0x64709d5b debugfs_create_devm_seqfile +EXPORT_SYMBOL_GPL vmlinux 0x6474291d of_get_fb_videomode +EXPORT_SYMBOL_GPL vmlinux 0x647537f3 pl320_ipc_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6479238e of_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x647f4c67 skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0x64873819 PageHuge +EXPORT_SYMBOL_GPL vmlinux 0x648d6da8 devm_devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0x648dfc82 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0x648e3878 __iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x648f59a9 sfp_module_insert +EXPORT_SYMBOL_GPL vmlinux 0x64a31445 mutex_lock_io +EXPORT_SYMBOL_GPL vmlinux 0x64a4695a to_nvdimm +EXPORT_SYMBOL_GPL vmlinux 0x64a4ea28 of_phandle_iterator_init +EXPORT_SYMBOL_GPL vmlinux 0x64ad9468 pinconf_generic_parse_dt_config +EXPORT_SYMBOL_GPL vmlinux 0x64bf5346 tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x64c01deb __fscrypt_prepare_readdir +EXPORT_SYMBOL_GPL vmlinux 0x64c0aefb vfs_remove_acl +EXPORT_SYMBOL_GPL vmlinux 0x64e27c4f synth_event_delete +EXPORT_SYMBOL_GPL vmlinux 0x64e41164 tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x64ed2239 divider_recalc_rate +EXPORT_SYMBOL_GPL vmlinux 0x64ef5033 usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x64f36620 dax_flush +EXPORT_SYMBOL_GPL vmlinux 0x6502d9c2 xenbus_scanf +EXPORT_SYMBOL_GPL vmlinux 0x650a017c mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x651d10e5 ktime_get_tai_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x652fe2a8 ftrace_ops_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x6531a37f mpi_add +EXPORT_SYMBOL_GPL vmlinux 0x653222dc __traceiter_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x65525c38 ghes_register_report_chain +EXPORT_SYMBOL_GPL vmlinux 0x656ac6c0 nvmem_cell_read_variable_le_u64 +EXPORT_SYMBOL_GPL vmlinux 0x658315d8 housekeeping_affine +EXPORT_SYMBOL_GPL vmlinux 0x659be4e6 acpi_dev_clear_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x65a611cc ata_common_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x65a7507f ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x65acf90c sbitmap_weight +EXPORT_SYMBOL_GPL vmlinux 0x65aeb22c iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x65b42282 pci_ims_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x65b8bb11 vfs_inode_has_locks +EXPORT_SYMBOL_GPL vmlinux 0x65c4a825 crypto_type_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65d4a3b1 kcpustat_field +EXPORT_SYMBOL_GPL vmlinux 0x65d74b2d ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x65e01af9 __sync_icache_dcache +EXPORT_SYMBOL_GPL vmlinux 0x65f6e771 mctrl_gpio_init +EXPORT_SYMBOL_GPL vmlinux 0x65fe04f1 dm_internal_suspend_noflush +EXPORT_SYMBOL_GPL vmlinux 0x65ff3b8d soc_device_match +EXPORT_SYMBOL_GPL vmlinux 0x66055ba7 tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0x6609867a sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x66137f91 watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x6621872d acpi_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0x662a3cca of_detach_node +EXPORT_SYMBOL_GPL vmlinux 0x662c511a acpi_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x662d0ab8 ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x662e7c1e fwnode_find_reference +EXPORT_SYMBOL_GPL vmlinux 0x6630f874 virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0x66360b35 nf_queue +EXPORT_SYMBOL_GPL vmlinux 0x6636c3c9 irq_set_vcpu_affinity +EXPORT_SYMBOL_GPL vmlinux 0x663bb448 devlink_fmsg_obj_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x66466ba2 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x6648db98 __SCK__tp_func_rwmmio_post_read +EXPORT_SYMBOL_GPL vmlinux 0x664eb54a k3_ringacc_ring_reset_dma +EXPORT_SYMBOL_GPL vmlinux 0x66516aba strp_done +EXPORT_SYMBOL_GPL vmlinux 0x665e92a0 clk_set_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x665f43e5 platform_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x666ae773 gen10g_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x668ee6f5 dax_layout_busy_page +EXPORT_SYMBOL_GPL vmlinux 0x6698134c mctrl_gpio_init_noauto +EXPORT_SYMBOL_GPL vmlinux 0x66a02aa9 scsi_build_sense +EXPORT_SYMBOL_GPL vmlinux 0x66b97421 sfp_link_up +EXPORT_SYMBOL_GPL vmlinux 0x66b9edce dax_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x66cb38c5 pwm_capture +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66dd8871 devlink_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0x66e8b5b0 phylink_caps_to_linkmodes +EXPORT_SYMBOL_GPL vmlinux 0x66f551ba call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x67026446 pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x670b339c ghes_get_devices +EXPORT_SYMBOL_GPL vmlinux 0x67131228 __devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x6713223a rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0x6715cd8f devm_krealloc +EXPORT_SYMBOL_GPL vmlinux 0x671a91b1 perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0x671f6d44 extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6726efa0 serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x6729fc69 uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0x672a1f25 serdev_device_set_parity +EXPORT_SYMBOL_GPL vmlinux 0x6739a503 balloon_set_new_target +EXPORT_SYMBOL_GPL vmlinux 0x67429c91 __SCK__tp_func_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x67438d89 scsi_check_sense +EXPORT_SYMBOL_GPL vmlinux 0x6744e907 component_compare_dev +EXPORT_SYMBOL_GPL vmlinux 0x674fa8f1 ma35d1_reg_clk_pll +EXPORT_SYMBOL_GPL vmlinux 0x67508a90 xen_find_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x675c3154 dev_pm_genpd_set_next_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x676c2e57 bpf_warn_invalid_xdp_action +EXPORT_SYMBOL_GPL vmlinux 0x676c688f k3_ringacc_ring_free +EXPORT_SYMBOL_GPL vmlinux 0x6774ebbb rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0x677508a8 devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0x677c69f1 make_vfsgid +EXPORT_SYMBOL_GPL vmlinux 0x677f95e7 device_link_add +EXPORT_SYMBOL_GPL vmlinux 0x677ff88c xas_store +EXPORT_SYMBOL_GPL vmlinux 0x678053a3 usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0x6782a906 of_map_id +EXPORT_SYMBOL_GPL vmlinux 0x6783b929 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x678b77fa devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x67960bfc pinctrl_generic_get_group_name +EXPORT_SYMBOL_GPL vmlinux 0x67a5ae38 iommu_page_response +EXPORT_SYMBOL_GPL vmlinux 0x67aaf170 kvm_make_all_cpus_request +EXPORT_SYMBOL_GPL vmlinux 0x67b99ecb usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x67bd5284 regulator_is_equal +EXPORT_SYMBOL_GPL vmlinux 0x67c3c795 get_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x67c85dfa dev_pm_opp_set_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x67c9ff7a sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0x67da9f7c sha512_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x67dd7898 phy_validate +EXPORT_SYMBOL_GPL vmlinux 0x67e926b2 blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0x67e97d4f pci_epc_set_msi +EXPORT_SYMBOL_GPL vmlinux 0x67ec2017 ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x67ff9f46 fwnode_graph_get_remote_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x6812e57f vp_legacy_set_features +EXPORT_SYMBOL_GPL vmlinux 0x681707c5 crypto_register_acomps +EXPORT_SYMBOL_GPL vmlinux 0x6822de1a firmware_upload_unregister +EXPORT_SYMBOL_GPL vmlinux 0x682ff057 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x6836e3af mtk_pinconf_bias_set_combo +EXPORT_SYMBOL_GPL vmlinux 0x683e91a2 user_describe +EXPORT_SYMBOL_GPL vmlinux 0x68460527 blkcg_set_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x684ca117 zynqmp_pm_get_pll_frac_mode +EXPORT_SYMBOL_GPL vmlinux 0x686332c5 user_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6892e3c3 kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL vmlinux 0x68952493 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x689582d4 gpiochip_generic_config +EXPORT_SYMBOL_GPL vmlinux 0x689779f4 replace_page_cache_folio +EXPORT_SYMBOL_GPL vmlinux 0x689ac3ff fwnode_get_next_available_child_node +EXPORT_SYMBOL_GPL vmlinux 0x68ac6bc3 regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0x68b4766d mmc_send_tuning +EXPORT_SYMBOL_GPL vmlinux 0x68b62855 ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0x68c6feff edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x68c76da4 nf_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x68d31186 ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0x68da6d36 serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0x68f87749 __sk_flush_backlog +EXPORT_SYMBOL_GPL vmlinux 0x6900686f vcap_find_actionfield +EXPORT_SYMBOL_GPL vmlinux 0x6903ca4c genphy_c45_loopback +EXPORT_SYMBOL_GPL vmlinux 0x690f585e phy_basic_ports_array +EXPORT_SYMBOL_GPL vmlinux 0x69113fdd dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0x69257fa6 alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0x6926c3fa vcap_rule_get_counter +EXPORT_SYMBOL_GPL vmlinux 0x6928dead ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x69420fb0 regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x69463ad6 rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x695776c5 seq_buf_do_printk +EXPORT_SYMBOL_GPL vmlinux 0x696340a5 __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0x69637b2c __traceiter_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0x696a3dac pci_msix_can_alloc_dyn +EXPORT_SYMBOL_GPL vmlinux 0x696b1460 fib6_check_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x696f2b63 of_changeset_init +EXPORT_SYMBOL_GPL vmlinux 0x697244e7 mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x698edfc3 zynqmp_pm_set_gem_config +EXPORT_SYMBOL_GPL vmlinux 0x69c2e4e9 xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0x69c6461b spi_mem_driver_register_with_owner +EXPORT_SYMBOL_GPL vmlinux 0x69c9ed06 devl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x69cb2f24 of_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0x69cf0632 mpi_fromstr +EXPORT_SYMBOL_GPL vmlinux 0x69d2d271 devm_gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x69dda276 mtk_pinconf_drive_get +EXPORT_SYMBOL_GPL vmlinux 0x69e683de uuid_gen +EXPORT_SYMBOL_GPL vmlinux 0x69eca1b1 ethnl_cable_test_step +EXPORT_SYMBOL_GPL vmlinux 0x69ee2220 linear_range_get_selector_high +EXPORT_SYMBOL_GPL vmlinux 0x69eed672 gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x69ef6b5d clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0x6a05b65b fb_videomode_from_videomode +EXPORT_SYMBOL_GPL vmlinux 0x6a0ec7dc blk_mq_sched_mark_restart_hctx +EXPORT_SYMBOL_GPL vmlinux 0x6a135115 mtk_clk_unregister_factors +EXPORT_SYMBOL_GPL vmlinux 0x6a14d3af unregister_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a1643a3 tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x6a22270b cdx_device_add +EXPORT_SYMBOL_GPL vmlinux 0x6a421062 memory_failure_queue +EXPORT_SYMBOL_GPL vmlinux 0x6a460dc5 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0x6a48c90b crypto_rng_reset +EXPORT_SYMBOL_GPL vmlinux 0x6a4d4677 devm_power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a54234b invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x6a5b782e devlink_port_linecard_set +EXPORT_SYMBOL_GPL vmlinux 0x6a67f2b1 usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0x6a71a5f9 dma_async_device_channel_register +EXPORT_SYMBOL_GPL vmlinux 0x6a76a1c9 serial8250_do_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6a845c9b crypto_sig_set_pubkey +EXPORT_SYMBOL_GPL vmlinux 0x6a8e66bb __fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0x6a9310bc register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x6a93c9b2 zynqmp_pm_pinctrl_get_function +EXPORT_SYMBOL_GPL vmlinux 0x6a9e90af ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x6aa2a877 xenbus_printf +EXPORT_SYMBOL_GPL vmlinux 0x6aa92858 icc_node_create +EXPORT_SYMBOL_GPL vmlinux 0x6aad9152 xen_set_callback_via +EXPORT_SYMBOL_GPL vmlinux 0x6ab8bb0c fuse_free_conn +EXPORT_SYMBOL_GPL vmlinux 0x6adbf9b2 sk_psock_drop +EXPORT_SYMBOL_GPL vmlinux 0x6ae5ceec of_property_read_u32_index +EXPORT_SYMBOL_GPL vmlinux 0x6aeed587 irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x6afb7820 devfreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6afcd65a imx_check_clk_hws +EXPORT_SYMBOL_GPL vmlinux 0x6b0dc565 xen_set_irq_priority +EXPORT_SYMBOL_GPL vmlinux 0x6b1b9895 irq_domain_pop_irq +EXPORT_SYMBOL_GPL vmlinux 0x6b2b69f7 static_key_enable +EXPORT_SYMBOL_GPL vmlinux 0x6b321abd led_trigger_write +EXPORT_SYMBOL_GPL vmlinux 0x6b38d350 ethnl_cable_test_amplitude +EXPORT_SYMBOL_GPL vmlinux 0x6b3a815d pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x6b3ae022 acpi_os_unmap_iomem +EXPORT_SYMBOL_GPL vmlinux 0x6b4045ee zynqmp_pm_get_api_version +EXPORT_SYMBOL_GPL vmlinux 0x6b413c9b sfp_link_down +EXPORT_SYMBOL_GPL vmlinux 0x6b47f8a4 hisi_clk_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x6b4b84c5 cdrom_read_tocentry +EXPORT_SYMBOL_GPL vmlinux 0x6b59ab2d nd_tbl +EXPORT_SYMBOL_GPL vmlinux 0x6b722180 log_read_mmio +EXPORT_SYMBOL_GPL vmlinux 0x6b75661c pci_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x6b7a4335 hyperv_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b834121 bman_portals_probed +EXPORT_SYMBOL_GPL vmlinux 0x6b845e34 unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x6b851996 of_usb_update_otg_caps +EXPORT_SYMBOL_GPL vmlinux 0x6b91d0c0 xhci_resume +EXPORT_SYMBOL_GPL vmlinux 0x6b9c5a58 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0x6ba36c6a hwpoison_filter_flags_value +EXPORT_SYMBOL_GPL vmlinux 0x6bbd8324 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x6bc6db81 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x6bcdedc0 mpi_point_init +EXPORT_SYMBOL_GPL vmlinux 0x6bce95fe firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x6bd1aa56 stack_trace_save +EXPORT_SYMBOL_GPL vmlinux 0x6bdef35c acpi_ec_mark_gpe_for_wake +EXPORT_SYMBOL_GPL vmlinux 0x6bdf683c cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x6be3a96b hv_remove_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0x6be6d9fd crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6bf181c1 acpi_gpiochip_request_interrupts +EXPORT_SYMBOL_GPL vmlinux 0x6bf25216 iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6c04f7fa bpf_offload_dev_netdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6c08bd7c fsl_mc_bus_dpni_type +EXPORT_SYMBOL_GPL vmlinux 0x6c205008 mpi_print +EXPORT_SYMBOL_GPL vmlinux 0x6c28ce48 class_create +EXPORT_SYMBOL_GPL vmlinux 0x6c348fda scmi_requested_devices_nh +EXPORT_SYMBOL_GPL vmlinux 0x6c3727e9 sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0x6c381dc9 fat_update_time +EXPORT_SYMBOL_GPL vmlinux 0x6c389761 acpi_bus_get_private_data +EXPORT_SYMBOL_GPL vmlinux 0x6c3f70e0 guid_gen +EXPORT_SYMBOL_GPL vmlinux 0x6c426c50 fsl_mc_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c4ba85d nfnl_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x6c4c0690 tcp_plb_update_state +EXPORT_SYMBOL_GPL vmlinux 0x6c52e319 sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x6c5ad0cd kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0x6c5fe2b4 tick_nohz_dep_set_task +EXPORT_SYMBOL_GPL vmlinux 0x6c602497 __fsverity_cleanup_inode +EXPORT_SYMBOL_GPL vmlinux 0x6c63be62 fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x6c655913 register_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6c67bd34 addrconf_prefix_rcv_add_addr +EXPORT_SYMBOL_GPL vmlinux 0x6c70f647 nf_ip6_check_hbh_len +EXPORT_SYMBOL_GPL vmlinux 0x6c7fc620 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0x6c90193d regulator_get_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0x6c956075 __SCK__tp_func_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x6c9f9be0 blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6cb0ce87 irq_get_percpu_devid_partition +EXPORT_SYMBOL_GPL vmlinux 0x6cc14122 tpmm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6cc397cc dma_get_slave_caps +EXPORT_SYMBOL_GPL vmlinux 0x6ce10eb0 trace_clock_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x6d04891d inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x6d09122e perf_report_aux_output_id +EXPORT_SYMBOL_GPL vmlinux 0x6d09843f copy_bpf_fprog_from_user +EXPORT_SYMBOL_GPL vmlinux 0x6d0ae550 pinctrl_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x6d131bb3 imx_pinconf_set_scu +EXPORT_SYMBOL_GPL vmlinux 0x6d18fcda blk_mq_alloc_request_hctx +EXPORT_SYMBOL_GPL vmlinux 0x6d1aac7d acpi_irq_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x6d211d05 pm_report_hw_sleep_time +EXPORT_SYMBOL_GPL vmlinux 0x6d233e6e scmi_device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d38c4b9 phy_driver_is_genphy_10g +EXPORT_SYMBOL_GPL vmlinux 0x6d467b08 arm_smccc_1_1_get_conduit +EXPORT_SYMBOL_GPL vmlinux 0x6d49c8ed iommu_group_has_isolated_msi +EXPORT_SYMBOL_GPL vmlinux 0x6d58e85c blk_crypto_register +EXPORT_SYMBOL_GPL vmlinux 0x6d6fec1f ktime_mono_to_any +EXPORT_SYMBOL_GPL vmlinux 0x6d7832b7 __stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x6d7e951e rcu_exp_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x6d84c20c usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x6d84edea fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0x6d8ac30d sock_map_unhash +EXPORT_SYMBOL_GPL vmlinux 0x6d8c6ae3 thermal_zone_get_crit_temp +EXPORT_SYMBOL_GPL vmlinux 0x6d998aa4 devm_nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x6da9ca52 evtchn_make_refcounted +EXPORT_SYMBOL_GPL vmlinux 0x6db48058 blk_queue_required_elevator_features +EXPORT_SYMBOL_GPL vmlinux 0x6dbaafd3 put_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6dc2166f fuse_dev_install +EXPORT_SYMBOL_GPL vmlinux 0x6dc2cb39 attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x6dc9cbb6 sk_msg_memcopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x6dca2232 usb_check_int_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x6dca7ea9 dma_resv_test_signaled +EXPORT_SYMBOL_GPL vmlinux 0x6dcb6deb dummy_con +EXPORT_SYMBOL_GPL vmlinux 0x6dd5680d sprint_symbol_build_id +EXPORT_SYMBOL_GPL vmlinux 0x6de01787 clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x6de26644 component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0x6de422f5 au_platform_setup +EXPORT_SYMBOL_GPL vmlinux 0x6dedc917 fuse_dev_alloc_install +EXPORT_SYMBOL_GPL vmlinux 0x6df0463a ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0x6dfa7eec devl_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6e005f56 vcap_find_admin +EXPORT_SYMBOL_GPL vmlinux 0x6e09d93d __SCK__tp_func_map +EXPORT_SYMBOL_GPL vmlinux 0x6e1ca4d5 scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0x6e223020 switchdev_handle_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x6e27b7dc usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x6e353c26 mpi_rshift +EXPORT_SYMBOL_GPL vmlinux 0x6e38bbe8 shash_no_setkey +EXPORT_SYMBOL_GPL vmlinux 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x6e4273f7 kvm_read_guest_offset_cached +EXPORT_SYMBOL_GPL vmlinux 0x6e458d53 mtk_clk_register_fixed_clks +EXPORT_SYMBOL_GPL vmlinux 0x6e4aa78d k3_udma_glue_rx_flow_enable +EXPORT_SYMBOL_GPL vmlinux 0x6e6cd76f __regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e7a6b1f unregister_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x6e7bf0f7 devres_release +EXPORT_SYMBOL_GPL vmlinux 0x6e7e45dd _proc_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x6e7e8c7d of_k3_ringacc_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x6e7f7223 clk_hw_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6e914514 acpi_dev_irq_flags +EXPORT_SYMBOL_GPL vmlinux 0x6ea25393 skcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x6ea2a99f __tracepoint_rwmmio_post_read +EXPORT_SYMBOL_GPL vmlinux 0x6ea433f4 blk_mq_alloc_sq_tag_set +EXPORT_SYMBOL_GPL vmlinux 0x6eabc89c mtk_clk_register_cpumuxes +EXPORT_SYMBOL_GPL vmlinux 0x6eb04f46 register_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6eb5786a ahci_platform_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6ebe366f ktime_get_mono_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6ed589af genphy_c45_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x6ed8fc2f acpi_dev_get_property +EXPORT_SYMBOL_GPL vmlinux 0x6ee03747 pci_device_group +EXPORT_SYMBOL_GPL vmlinux 0x6ef07ae1 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0x6ef40d78 rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0x6ef6b54f ktime_get_boot_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6f0738d0 nf_hook_entries_delete_raw +EXPORT_SYMBOL_GPL vmlinux 0x6f0f1cf2 percpu_free_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x6f12560a get_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6f1e1596 gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0x6f1fb01e platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0x6f2017de misc_cg_set_capacity +EXPORT_SYMBOL_GPL vmlinux 0x6f22671c ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x6f2af0cd i2c_slave_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6f2b2a5c tps65912_device_init +EXPORT_SYMBOL_GPL vmlinux 0x6f32db5d crypto_unregister_scomps +EXPORT_SYMBOL_GPL vmlinux 0x6f3d989c iort_put_rmr_sids +EXPORT_SYMBOL_GPL vmlinux 0x6f5db870 tty_ldisc_receive_buf +EXPORT_SYMBOL_GPL vmlinux 0x6f61b7da __fscrypt_prepare_link +EXPORT_SYMBOL_GPL vmlinux 0x6f62ba3d perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0x6f6b52e9 __ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x6f7a1689 dev_pm_opp_find_freq_floor +EXPORT_SYMBOL_GPL vmlinux 0x6f7a8ff7 fwnode_graph_get_remote_port_parent +EXPORT_SYMBOL_GPL vmlinux 0x6f7e6040 irq_has_action +EXPORT_SYMBOL_GPL vmlinux 0x6f9e763b timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x6f9f91fd mmput_async +EXPORT_SYMBOL_GPL vmlinux 0x6fa426d2 phylink_ethtool_nway_reset +EXPORT_SYMBOL_GPL vmlinux 0x6fb50a61 iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x6fb8e3dc regmap_mmio_detach_clk +EXPORT_SYMBOL_GPL vmlinux 0x6fc09a47 platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x6fcd90a9 phy_save_page +EXPORT_SYMBOL_GPL vmlinux 0x6fcef6ab ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0x6fd512f4 vp_modern_probe +EXPORT_SYMBOL_GPL vmlinux 0x6fde51c2 tcp_get_syncookie_mss +EXPORT_SYMBOL_GPL vmlinux 0x6ff2b227 of_property_read_variable_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6ff79559 devm_clk_hw_register_fixed_factor_index +EXPORT_SYMBOL_GPL vmlinux 0x7006586e iommu_get_group_resv_regions +EXPORT_SYMBOL_GPL vmlinux 0x70079d69 tracepoint_probe_register_prio_may_exist +EXPORT_SYMBOL_GPL vmlinux 0x70117735 i2c_dw_acpi_configure +EXPORT_SYMBOL_GPL vmlinux 0x701daa90 regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x702169f3 crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x70367786 blk_mq_sched_try_insert_merge +EXPORT_SYMBOL_GPL vmlinux 0x70423efb zynqmp_pm_set_sd_config +EXPORT_SYMBOL_GPL vmlinux 0x7042dfcf pci_d3cold_enable +EXPORT_SYMBOL_GPL vmlinux 0x70627135 ahci_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x70684298 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x706c63a8 proc_create_net_single_write +EXPORT_SYMBOL_GPL vmlinux 0x7073c04f phy_10_100_features_array +EXPORT_SYMBOL_GPL vmlinux 0x709bc91c vp_modern_queue_address +EXPORT_SYMBOL_GPL vmlinux 0x70b59575 skb_mpls_dec_ttl +EXPORT_SYMBOL_GPL vmlinux 0x70b7e148 serdev_device_add +EXPORT_SYMBOL_GPL vmlinux 0x70c2c7ea pids_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x70c52dc5 nf_skb_duplicated +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70fbae4d cppc_allow_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x7101dda5 ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0x710353ea crypto_register_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x710a1758 gnttab_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7111c39c metadata_dst_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0x7115cfe6 vcap_is_next_lookup +EXPORT_SYMBOL_GPL vmlinux 0x711cf2cf usb_check_bulk_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x711e1769 da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x71207451 acpi_dev_resource_io +EXPORT_SYMBOL_GPL vmlinux 0x7129a6f4 osc_sb_native_usb4_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x712ee0d8 acpi_data_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x713bf31c debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0x713ebd4a __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x7154936d regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x71724493 mctrl_gpio_enable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x71745ce6 blk_mq_free_request +EXPORT_SYMBOL_GPL vmlinux 0x717ed192 pci_epc_get +EXPORT_SYMBOL_GPL vmlinux 0x7181db30 atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x71945b8a fwnode_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x71956ca0 acpi_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7195940a mctrl_gpio_disable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x719e17ff clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x71a0106c fscrypt_ioctl_remove_key +EXPORT_SYMBOL_GPL vmlinux 0x71a20f4a __SCK__tp_func_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x71b1c89b cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x71b6cf94 dst_cache_reset_now +EXPORT_SYMBOL_GPL vmlinux 0x71bbb331 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x71c059d8 __traceiter_map +EXPORT_SYMBOL_GPL vmlinux 0x71dac447 thermal_zone_device +EXPORT_SYMBOL_GPL vmlinux 0x71ed5ada __virtio_unbreak_device +EXPORT_SYMBOL_GPL vmlinux 0x71ff0770 of_genpd_del_provider +EXPORT_SYMBOL_GPL vmlinux 0x722359ee pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x722ff744 dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0x72422a5a icc_provider_init +EXPORT_SYMBOL_GPL vmlinux 0x7244e2fd xen_unregister_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x72569e33 spi_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x725af3a8 register_btf_id_dtor_kfuncs +EXPORT_SYMBOL_GPL vmlinux 0x7265f2b0 pci_vpd_check_csum +EXPORT_SYMBOL_GPL vmlinux 0x726b7fb3 sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x727abae1 cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0x727ae0b8 devl_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7282ecb6 rcu_async_hurry +EXPORT_SYMBOL_GPL vmlinux 0x7283161b percpu_ref_switch_to_percpu +EXPORT_SYMBOL_GPL vmlinux 0x7285e351 pci_create_ims_domain +EXPORT_SYMBOL_GPL vmlinux 0x729f87ef debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0x72a7bf72 tegra_bpmp_free_mrq +EXPORT_SYMBOL_GPL vmlinux 0x72ae1839 base64_decode +EXPORT_SYMBOL_GPL vmlinux 0x72c05fe0 crypto_register_rng +EXPORT_SYMBOL_GPL vmlinux 0x72d267dc nvmem_del_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0x72efc69e edac_device_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x72f724b5 crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0x730a37ff pci_doe +EXPORT_SYMBOL_GPL vmlinux 0x731559e5 acpi_kobj +EXPORT_SYMBOL_GPL vmlinux 0x73196ac3 hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x732852fe xenbus_transaction_end +EXPORT_SYMBOL_GPL vmlinux 0x732cd77c devm_regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x733b53fe __hwspin_unlock +EXPORT_SYMBOL_GPL vmlinux 0x7340732d regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x735c8111 fscrypt_mergeable_bio_bh +EXPORT_SYMBOL_GPL vmlinux 0x736732f0 of_property_read_variable_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x7380d142 of_platform_default_populate +EXPORT_SYMBOL_GPL vmlinux 0x7381287f trace_handle_return +EXPORT_SYMBOL_GPL vmlinux 0x738c0518 spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0x739c2066 of_irq_parse_and_map_pci +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73a69fad xhci_run +EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x73c75348 io_uring_cmd_done +EXPORT_SYMBOL_GPL vmlinux 0x73cc8631 oiap +EXPORT_SYMBOL_GPL vmlinux 0x73dd7aa2 strp_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x73e46eef cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0x73e63dec ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0x73fc9e6c regulator_suspend_enable +EXPORT_SYMBOL_GPL vmlinux 0x740c7d5e init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x7414c1e2 mmu_notifier_get_locked +EXPORT_SYMBOL_GPL vmlinux 0x74205ed9 sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0x74229862 devl_params_register +EXPORT_SYMBOL_GPL vmlinux 0x7429297b interval_tree_span_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x742e112b wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7438014c skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0x743b99d8 xenmem_reservation_increase +EXPORT_SYMBOL_GPL vmlinux 0x7443e35e device_for_each_child_reverse +EXPORT_SYMBOL_GPL vmlinux 0x74457e56 apei_resources_fini +EXPORT_SYMBOL_GPL vmlinux 0x7446bf62 usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0x74652b47 kvm_vcpu_write_guest +EXPORT_SYMBOL_GPL vmlinux 0x746667cd regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0x746e5fe6 devlink_port_attrs_pci_pf_set +EXPORT_SYMBOL_GPL vmlinux 0x748317e4 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x748b2492 regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x74a22bb4 k3_udma_glue_push_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x74b5ea68 lcm_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x74b6eb28 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74be59c8 usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0x74bf2e01 scsi_pr_type_to_block +EXPORT_SYMBOL_GPL vmlinux 0x74c0f35b blk_queue_max_zone_append_sectors +EXPORT_SYMBOL_GPL vmlinux 0x74c7bffa stack_trace_snprint +EXPORT_SYMBOL_GPL vmlinux 0x74d42632 mas_empty_area +EXPORT_SYMBOL_GPL vmlinux 0x74e73871 housekeeping_overridden +EXPORT_SYMBOL_GPL vmlinux 0x74e96332 devm_irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x7503f9bc watchdog_set_restart_priority +EXPORT_SYMBOL_GPL vmlinux 0x75133f6e visitor128 +EXPORT_SYMBOL_GPL vmlinux 0x751d2e97 bpf_log +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x752709fa smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x7532dc12 regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0x753b9b82 param_ops_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x75467a0e irq_of_parse_and_map +EXPORT_SYMBOL_GPL vmlinux 0x754e5ea2 tegra210_clk_emc_attach +EXPORT_SYMBOL_GPL vmlinux 0x755986f0 mtk_pinconf_drive_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x756b836c __serdev_device_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x756cd27b devm_clk_get_optional_enabled +EXPORT_SYMBOL_GPL vmlinux 0x757194c9 kvm_irq_has_notifier +EXPORT_SYMBOL_GPL vmlinux 0x75721c4b regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0x757622e2 pci_epc_set_bar +EXPORT_SYMBOL_GPL vmlinux 0x757aa5fc pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0x757c1bbb housekeeping_any_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7582de8f iomap_file_buffered_write +EXPORT_SYMBOL_GPL vmlinux 0x758511c3 skb_send_sock_locked +EXPORT_SYMBOL_GPL vmlinux 0x758a43fe k3_ringacc_get_ring_irq_num +EXPORT_SYMBOL_GPL vmlinux 0x759139cb of_pci_check_probe_only +EXPORT_SYMBOL_GPL vmlinux 0x75994e9e of_clk_get_parent_name +EXPORT_SYMBOL_GPL vmlinux 0x759bfe36 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0x759f5526 fib4_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x75a750e4 vcap_rule_rem_key +EXPORT_SYMBOL_GPL vmlinux 0x75b6c4a9 rio_alloc_net +EXPORT_SYMBOL_GPL vmlinux 0x75b79b50 devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0x75c0934b vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0x75d8e457 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x75db8c9e clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x75dd4ebe of_overlay_remove +EXPORT_SYMBOL_GPL vmlinux 0x75df4b14 __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x75df619d tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x75e51945 __SCK__tp_func_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x75e9c735 pci_ats_disabled +EXPORT_SYMBOL_GPL vmlinux 0x75fb9062 arch_timer_read_counter +EXPORT_SYMBOL_GPL vmlinux 0x760abb2d regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x760bafdd devm_clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x76109978 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x7624c7b1 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x764cc3d2 fscrypt_mergeable_bio +EXPORT_SYMBOL_GPL vmlinux 0x764fa510 imx_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0x76517f03 interval_tree_span_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0x7656410c mpi_sub +EXPORT_SYMBOL_GPL vmlinux 0x766296d2 fwnode_property_present +EXPORT_SYMBOL_GPL vmlinux 0x7665a95b idr_remove +EXPORT_SYMBOL_GPL vmlinux 0x766f7805 tegra_mc_write_emem_configuration +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x768dec25 pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x7696e35b device_link_remove +EXPORT_SYMBOL_GPL vmlinux 0x769cefb5 percpu_ref_switch_to_atomic +EXPORT_SYMBOL_GPL vmlinux 0x76a61e85 __SCK__tp_func_rwmmio_write +EXPORT_SYMBOL_GPL vmlinux 0x76b3842f cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x76b79e9c rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0x76d1af56 debounce_time_mt2701 +EXPORT_SYMBOL_GPL vmlinux 0x76d833e3 bpf_prog_sub +EXPORT_SYMBOL_GPL vmlinux 0x76d9b876 clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x76e85af6 mtk_pctrl_show_one_pin +EXPORT_SYMBOL_GPL vmlinux 0x76e85b92 gnttab_request_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x76eeeb0f sha384_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x77079b1f sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0x770821a2 gov_attr_set_get +EXPORT_SYMBOL_GPL vmlinux 0x770a5ae9 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x770a801b trace_output_call +EXPORT_SYMBOL_GPL vmlinux 0x770c4d7b skb_complete_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x7712771a unbind_from_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7717d36d clk_hw_rate_is_protected +EXPORT_SYMBOL_GPL vmlinux 0x77196d2b inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x771a92b1 bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0x771e9cd8 iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x77222306 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x772b0f64 __wake_up_pollfree +EXPORT_SYMBOL_GPL vmlinux 0x773330e3 blkcg_get_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x773e938f strp_stop +EXPORT_SYMBOL_GPL vmlinux 0x77438a40 ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x77522cf6 sbitmap_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0x77560f03 ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x7757b51a clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7759be02 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0x7759c553 crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0x7763af42 usb_of_get_interface_node +EXPORT_SYMBOL_GPL vmlinux 0x7763bbdf kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0x777bdefb devm_clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x7788bca1 devm_clk_get_enabled +EXPORT_SYMBOL_GPL vmlinux 0x7791e066 dw_pcie_read +EXPORT_SYMBOL_GPL vmlinux 0x7797fbb5 imx_clk_hw_pfdv2 +EXPORT_SYMBOL_GPL vmlinux 0x77a46edc raw_abort +EXPORT_SYMBOL_GPL vmlinux 0x77aae2c7 dm_post_suspending +EXPORT_SYMBOL_GPL vmlinux 0x77ae495d usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0x77b14a02 usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x77b62f9f fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0x77b69acf crypto_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x77c3c60a ahci_start_engine +EXPORT_SYMBOL_GPL vmlinux 0x77ca9ad2 ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0x77da46e9 serial8250_em485_destroy +EXPORT_SYMBOL_GPL vmlinux 0x77df81a7 of_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x77e7054e extcon_get_property +EXPORT_SYMBOL_GPL vmlinux 0x77e75be3 sfp_bus_put +EXPORT_SYMBOL_GPL vmlinux 0x77e8f134 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x77eb7191 ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x77eb9f0c devm_pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x77ecf68d memalloc_socks_key +EXPORT_SYMBOL_GPL vmlinux 0x77f10ff9 crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0x77f24400 perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x77f2534f regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0x77fe2624 dm_table_device_name +EXPORT_SYMBOL_GPL vmlinux 0x77ff80d3 __tracepoint_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x781a6fe8 kvm_read_guest +EXPORT_SYMBOL_GPL vmlinux 0x78204144 __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x782e5f83 __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x783a421b clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x78461411 cdx_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x7847c621 sfp_parse_support +EXPORT_SYMBOL_GPL vmlinux 0x785a93b4 si_mem_available +EXPORT_SYMBOL_GPL vmlinux 0x785ddc3e io_uring_cmd_import_fixed +EXPORT_SYMBOL_GPL vmlinux 0x78798c86 phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x788167d2 devm_thermal_of_zone_register +EXPORT_SYMBOL_GPL vmlinux 0x788bfbad ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0x78989ab8 devm_pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x789c73d9 rcu_cpu_stall_suppress_at_boot +EXPORT_SYMBOL_GPL vmlinux 0x78a1d9e6 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0x78a2bf47 dev_pm_opp_find_bw_floor +EXPORT_SYMBOL_GPL vmlinux 0x78a83ece devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x78b39494 pm_clk_add +EXPORT_SYMBOL_GPL vmlinux 0x78c8ce61 mtk_eint_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x78d00758 bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x78ddb76b dmi_match +EXPORT_SYMBOL_GPL vmlinux 0x78ea5275 attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0x78eb28af __usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x78eec78b sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0x7901a83a wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x790be0b9 usb_bus_idr +EXPORT_SYMBOL_GPL vmlinux 0x7918d817 memory_failure +EXPORT_SYMBOL_GPL vmlinux 0x791a944d edac_pci_handle_pe +EXPORT_SYMBOL_GPL vmlinux 0x791c48e4 pcc_mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0x792add9b dev_pm_opp_put +EXPORT_SYMBOL_GPL vmlinux 0x79345cb9 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x7934aa08 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x793d5c5f iommu_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x793e6d98 task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x79431aa0 tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x79470a2c TSS_authhmac +EXPORT_SYMBOL_GPL vmlinux 0x794a0461 rockchip_pcie_disable_clocks +EXPORT_SYMBOL_GPL vmlinux 0x794b7271 orderly_reboot +EXPORT_SYMBOL_GPL vmlinux 0x7955859f direct_write_fallback +EXPORT_SYMBOL_GPL vmlinux 0x7956e37f sdio_retune_crc_enable +EXPORT_SYMBOL_GPL vmlinux 0x796277e0 pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0x7975ad1b crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0x79807c28 alloc_skb_for_msg +EXPORT_SYMBOL_GPL vmlinux 0x798b7682 klist_prev +EXPORT_SYMBOL_GPL vmlinux 0x79980520 devm_devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0x799c902c usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x79ab8f37 ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0x79af0558 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0x79b38e69 __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0x79b4e0f9 __fsl_mc_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x79b6b779 rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x79b78190 spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0x79baf2ff transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0x79bb8a26 sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0x79bc842c usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x79cd5fd8 i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0x79ddc1df perf_aux_output_skip +EXPORT_SYMBOL_GPL vmlinux 0x79defbe1 kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x79ec6211 perf_event_addr_filters_sync +EXPORT_SYMBOL_GPL vmlinux 0x79f1aa44 find_iova +EXPORT_SYMBOL_GPL vmlinux 0x79f2e3ff pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x79f697e4 lzorle1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x79fc95cb tpm_tis_resume +EXPORT_SYMBOL_GPL vmlinux 0x7a12d9db of_resolve_phandles +EXPORT_SYMBOL_GPL vmlinux 0x7a1f1073 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x7a2fce3f stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0x7a3b0780 __traceiter_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x7a3f16a2 devl_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7a54c6d1 report_iommu_fault +EXPORT_SYMBOL_GPL vmlinux 0x7a5f3b54 netdev_sw_irq_coalesce_default_on +EXPORT_SYMBOL_GPL vmlinux 0x7a5f7544 of_irq_parse_raw +EXPORT_SYMBOL_GPL vmlinux 0x7a6c01ab devl_rate_node_create +EXPORT_SYMBOL_GPL vmlinux 0x7a73e274 __traceiter_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x7a73e605 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7a7e7615 ehci_adjust_port_wakeup_flags +EXPORT_SYMBOL_GPL vmlinux 0x7a81541b async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x7a898da4 rdev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x7a98f4b4 copy_from_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0x7a9bcc1e disk_force_media_change +EXPORT_SYMBOL_GPL vmlinux 0x7a9e4c23 software_node_register_node_group +EXPORT_SYMBOL_GPL vmlinux 0x7ac10ad8 icst_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x7ac5d02a wbt_enable_default +EXPORT_SYMBOL_GPL vmlinux 0x7ac6a13c clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x7ac722bd phy_all_ports_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7ad02a41 asn1_encode_tag +EXPORT_SYMBOL_GPL vmlinux 0x7ad1ded1 pinctrl_register_mappings +EXPORT_SYMBOL_GPL vmlinux 0x7ad2c64c k3_udma_glue_release_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x7ad9bbe8 tcp_ca_openreq_child +EXPORT_SYMBOL_GPL vmlinux 0x7ae806c2 cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x7af0a8d4 irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x7af771e9 phy_put +EXPORT_SYMBOL_GPL vmlinux 0x7afae37b devl_dpipe_table_register +EXPORT_SYMBOL_GPL vmlinux 0x7afcb7db __kprobe_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x7afe324e halt_poll_ns_grow +EXPORT_SYMBOL_GPL vmlinux 0x7b0081c6 serial8250_rx_dma_flush +EXPORT_SYMBOL_GPL vmlinux 0x7b085b96 sdio_retune_hold_now +EXPORT_SYMBOL_GPL vmlinux 0x7b2cee11 rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0x7b42320e serial8250_do_set_divisor +EXPORT_SYMBOL_GPL vmlinux 0x7b4a04ab iommu_attach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0x7b5452b8 acpi_unregister_gsi +EXPORT_SYMBOL_GPL vmlinux 0x7b549ef1 pinctrl_count_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0x7b5585e1 genphy_c45_an_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x7b5a4926 sha1_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x7b63b75b usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x7b6f9536 acpi_register_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x7b703df3 tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x7b755a2e devm_create_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x7b76ec81 raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x7b8492ef handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0x7b8910f4 kfence_sample_interval +EXPORT_SYMBOL_GPL vmlinux 0x7b8d075a rcuwait_wake_up +EXPORT_SYMBOL_GPL vmlinux 0x7b90d1a9 bind_virq_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7b92c4c2 thermal_cooling_device_update +EXPORT_SYMBOL_GPL vmlinux 0x7b959bce vp_legacy_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x7b9793a2 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x7b998eca gpiod_count +EXPORT_SYMBOL_GPL vmlinux 0x7bb045a7 __request_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x7bb3fa18 vcap_rule_add_action_bit +EXPORT_SYMBOL_GPL vmlinux 0x7bb54de1 __traceiter_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x7bc59582 of_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0x7bc978ba scsi_dh_set_params +EXPORT_SYMBOL_GPL vmlinux 0x7bd3343f da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0x7bdf82ba devm_platform_get_irqs_affinity +EXPORT_SYMBOL_GPL vmlinux 0x7bf7523e devm_phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0x7c132803 pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0x7c15aca6 ext_pi_type1_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x7c291e86 show_rcu_tasks_trace_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0x7c3d8a4b icc_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x7c3e736a rcu_nocb_cpu_offload +EXPORT_SYMBOL_GPL vmlinux 0x7c4ba01d gnttab_unmap_refs +EXPORT_SYMBOL_GPL vmlinux 0x7c66b59a __skb_zcopy_downgrade_managed +EXPORT_SYMBOL_GPL vmlinux 0x7c696593 pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x7c78e87d perf_event_period +EXPORT_SYMBOL_GPL vmlinux 0x7c92edc4 sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x7c94c99a kvm_release_pfn_dirty +EXPORT_SYMBOL_GPL vmlinux 0x7c983a5d dmi_walk +EXPORT_SYMBOL_GPL vmlinux 0x7c9a7371 clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0x7c9ced85 usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x7c9f1db2 pm_genpd_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x7ca64a0b __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x7cb1aea1 devlink_dpipe_header_ethernet +EXPORT_SYMBOL_GPL vmlinux 0x7cb803de btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0x7cba8015 ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x7cc84d98 from_vfsgid +EXPORT_SYMBOL_GPL vmlinux 0x7cc89205 xdp_return_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x7cce902d __tracepoint_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0x7cceaf92 zs_pool_stats +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7cd7ba1d kernel_read_file_from_fd +EXPORT_SYMBOL_GPL vmlinux 0x7cdfa28f param_set_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cf235c5 fwnode_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x7cf4656f thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0x7cfe1166 vcap_tc_flower_handler_portnum_usage +EXPORT_SYMBOL_GPL vmlinux 0x7d00c65b nd_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x7d0f6b42 __tracepoint_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x7d16f72f devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7d1bb1d4 tnum_strn +EXPORT_SYMBOL_GPL vmlinux 0x7d1f6e17 net_selftest +EXPORT_SYMBOL_GPL vmlinux 0x7d254a47 dev_pm_opp_set_opp +EXPORT_SYMBOL_GPL vmlinux 0x7d2554d8 genphy_c45_pma_baset1_setup_master_slave +EXPORT_SYMBOL_GPL vmlinux 0x7d269b29 vcap_del_rule +EXPORT_SYMBOL_GPL vmlinux 0x7d289295 ata_pci_shutdown_one +EXPORT_SYMBOL_GPL vmlinux 0x7d471321 zynqmp_pm_pinctrl_release +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d844344 dw8250_do_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x7da071e0 scmi_protocol_register +EXPORT_SYMBOL_GPL vmlinux 0x7da2bd6d dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x7da8cae0 is_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x7db4a57e sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0x7dbc80f0 pci_has_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x7dc15f3f pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0x7dd01d95 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0x7dd656ba eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7de39e07 phy_basic_t1_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7de5496a vp_modern_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x7de65a03 acpi_lpat_free_conversion_table +EXPORT_SYMBOL_GPL vmlinux 0x7de6cc23 io_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x7dedbf88 msi_next_desc +EXPORT_SYMBOL_GPL vmlinux 0x7defc870 gnttab_end_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0x7df9cd7d pcie_port_find_device +EXPORT_SYMBOL_GPL vmlinux 0x7dfa1e70 devm_pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x7e00a1a8 tracing_snapshot_cond_disable +EXPORT_SYMBOL_GPL vmlinux 0x7e010119 da903x_update +EXPORT_SYMBOL_GPL vmlinux 0x7e0931d0 icmp_build_probe +EXPORT_SYMBOL_GPL vmlinux 0x7e20f97f fsl_mc_portal_reset +EXPORT_SYMBOL_GPL vmlinux 0x7e3bdecd __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0x7e3c0182 xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x7e422ebd tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x7e4859e5 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x7e5db80b pstore_name_to_type +EXPORT_SYMBOL_GPL vmlinux 0x7e626312 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e6bd818 of_property_read_variable_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x7e75a68f devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x7e7a47c9 pci_acpi_clear_companion_lookup_hook +EXPORT_SYMBOL_GPL vmlinux 0x7e7e3f58 ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7e8d8619 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0x7e8dd55e vp_legacy_get_status +EXPORT_SYMBOL_GPL vmlinux 0x7e917894 __SCK__tp_func_unmap +EXPORT_SYMBOL_GPL vmlinux 0x7e961854 dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0x7e9727fe screen_glyph_unicode +EXPORT_SYMBOL_GPL vmlinux 0x7ea75c24 __wake_up_locked_key_bookmark +EXPORT_SYMBOL_GPL vmlinux 0x7eb6ed31 dev_pm_domain_attach_by_name +EXPORT_SYMBOL_GPL vmlinux 0x7eb808d0 add_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7eb86653 xenbus_frontend_closed +EXPORT_SYMBOL_GPL vmlinux 0x7ebb9b70 fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x7ecf91b2 fwnode_graph_get_endpoint_count +EXPORT_SYMBOL_GPL vmlinux 0x7ed88328 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x7edc3c85 fscrypt_fname_encrypted_size +EXPORT_SYMBOL_GPL vmlinux 0x7eea6b8b pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0x7eeba5aa pci_set_host_bridge_release +EXPORT_SYMBOL_GPL vmlinux 0x7ef2f91d class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0x7ef36456 virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0x7efb528e kvm_release_page_clean +EXPORT_SYMBOL_GPL vmlinux 0x7f18afcb edac_device_add_device +EXPORT_SYMBOL_GPL vmlinux 0x7f1a8b8c sock_map_close +EXPORT_SYMBOL_GPL vmlinux 0x7f1b56ed fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x7f1c12e2 rz_mtu3_shared_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x7f2752fa __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x7f29515e vchan_tx_submit +EXPORT_SYMBOL_GPL vmlinux 0x7f296e25 pinctrl_generic_get_group_count +EXPORT_SYMBOL_GPL vmlinux 0x7f3ad543 account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x7f405135 of_pci_get_max_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x7f5b3cc3 virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x7f639662 dprc_scan_container +EXPORT_SYMBOL_GPL vmlinux 0x7f68a351 lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0x7f6cee89 rhashtable_free_and_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7f6fc131 __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0x7f7cbc64 ip_tunnel_need_metadata +EXPORT_SYMBOL_GPL vmlinux 0x7f84f35d rcu_gp_slow_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7f8839d6 i2c_acpi_get_i2c_resource +EXPORT_SYMBOL_GPL vmlinux 0x7f8cea79 irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x7f8d8d67 __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x7f9b1879 osc_cpc_flexible_adr_space_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x7fa96509 erst_get_record_id_next +EXPORT_SYMBOL_GPL vmlinux 0x7faab179 kvm_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0x7fb45dfe phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0x7fdb0a89 security_kernel_post_read_file +EXPORT_SYMBOL_GPL vmlinux 0x7fdf402c nvdimm_security_setup_events +EXPORT_SYMBOL_GPL vmlinux 0x7fe5e0f7 bpf_prog_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x7fede5a7 bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0x7ff19c40 zynqmp_pm_set_requirement +EXPORT_SYMBOL_GPL vmlinux 0x8006a52e gpiochip_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x80135182 k3_ringacc_ring_pop_tail +EXPORT_SYMBOL_GPL vmlinux 0x801e6469 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x80218022 ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0x802e8b9f xhci_add_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x8031670e dev_pm_opp_add +EXPORT_SYMBOL_GPL vmlinux 0x8035bed7 rockchip_clk_protect_critical +EXPORT_SYMBOL_GPL vmlinux 0x8036e434 ethnl_cable_test_alloc +EXPORT_SYMBOL_GPL vmlinux 0x80377c64 screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0x80389364 acpiphp_unregister_attention +EXPORT_SYMBOL_GPL vmlinux 0x8038954d arm64_mm_context_get +EXPORT_SYMBOL_GPL vmlinux 0x803dd327 sysfs_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x80597053 tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0x80694e95 gov_attr_set_put +EXPORT_SYMBOL_GPL vmlinux 0x80725f8e pci_host_common_remove +EXPORT_SYMBOL_GPL vmlinux 0x807766ea usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x807fdcc4 call_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x80a095d8 scatterwalk_ffwd +EXPORT_SYMBOL_GPL vmlinux 0x80c68137 nf_log_buf_close +EXPORT_SYMBOL_GPL vmlinux 0x80d2e929 imx_clk_fracn_gppll +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80d7241d xen_register_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x80da2040 ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0x80e4f7ae hisi_clk_register_phase +EXPORT_SYMBOL_GPL vmlinux 0x80e88177 __tracepoint_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x80efd015 imx_dev_clk_hw_pll14xx +EXPORT_SYMBOL_GPL vmlinux 0x80f5cb88 clk_hw_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x810461ef thermal_zone_get_offset +EXPORT_SYMBOL_GPL vmlinux 0x8110a73a cond_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x8118caef regulator_find_closest_bigger +EXPORT_SYMBOL_GPL vmlinux 0x811b66e3 uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x8120bce4 syscon_regmap_lookup_by_phandle_optional +EXPORT_SYMBOL_GPL vmlinux 0x812545ef devm_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x81282595 cpufreq_disable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x8131f18a mtk_pinconf_bias_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x81372a76 sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0x81486122 dev_pm_genpd_resume +EXPORT_SYMBOL_GPL vmlinux 0x814940ff dev_queue_xmit_nit +EXPORT_SYMBOL_GPL vmlinux 0x8151ee00 irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x815227eb virtio_check_mem_acc_cb +EXPORT_SYMBOL_GPL vmlinux 0x815588a6 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x81566035 __dev_fwnode_const +EXPORT_SYMBOL_GPL vmlinux 0x815fda83 sed_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x816a41ca cpufreq_update_limits +EXPORT_SYMBOL_GPL vmlinux 0x817691db ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x817c1afe uprobe_register_refctr +EXPORT_SYMBOL_GPL vmlinux 0x817dfb9a msi_domain_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x8180cede asn1_encode_sequence +EXPORT_SYMBOL_GPL vmlinux 0x8184eb5f kernel_file_open +EXPORT_SYMBOL_GPL vmlinux 0x81959511 md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0x81990d8e __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x819d72cb klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x81a62dcc devl_dpipe_table_unregister +EXPORT_SYMBOL_GPL vmlinux 0x81a7f541 percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x81aa78d8 zynqmp_pm_aes_engine +EXPORT_SYMBOL_GPL vmlinux 0x81ddf412 xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0x81e2bdf4 generic_handle_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x81e9cb3b irq_gc_noop +EXPORT_SYMBOL_GPL vmlinux 0x81f372a2 unregister_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x81fd2ea7 platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0x82092899 badrange_forget +EXPORT_SYMBOL_GPL vmlinux 0x82149444 blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8214cabd __traceiter_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x821d1c10 ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0x8220a38e k3_ringacc_get_ring_id +EXPORT_SYMBOL_GPL vmlinux 0x82226c53 pinctrl_unregister_mappings +EXPORT_SYMBOL_GPL vmlinux 0x82262e7b ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x823eae06 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x82530925 skb_segment_list +EXPORT_SYMBOL_GPL vmlinux 0x825c7340 phylink_get_eee_err +EXPORT_SYMBOL_GPL vmlinux 0x826dc918 sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0x827e61f8 acpi_has_watchdog +EXPORT_SYMBOL_GPL vmlinux 0x828e22f4 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0x829435dd devlink_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x829f6f73 device_set_of_node_from_dev +EXPORT_SYMBOL_GPL vmlinux 0x829f9253 spi_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0x82a80545 __SCK__tp_func_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x82bffd46 dev_pm_domain_detach +EXPORT_SYMBOL_GPL vmlinux 0x82c03a90 cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x82c909b5 devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82dfe635 mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0x82ecd097 device_add +EXPORT_SYMBOL_GPL vmlinux 0x82f45ffc genphy_c45_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x82f8211b fwnode_connection_find_match +EXPORT_SYMBOL_GPL vmlinux 0x82f98db7 wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0x82fe729f usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0x830fd700 crypto_alloc_sig +EXPORT_SYMBOL_GPL vmlinux 0x8312af6e __percpu_down_read +EXPORT_SYMBOL_GPL vmlinux 0x83197806 regulator_set_load +EXPORT_SYMBOL_GPL vmlinux 0x831c922b edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0x831dc31e acpi_create_platform_device +EXPORT_SYMBOL_GPL vmlinux 0x83275504 sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0x83287877 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0x8333e897 crypto_unregister_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x8339df73 klist_add_behind +EXPORT_SYMBOL_GPL vmlinux 0x833b6d5f ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x83476fb5 xfer_to_guest_mode_handle_work +EXPORT_SYMBOL_GPL vmlinux 0x8349a895 nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x8353dfff acpi_os_get_iomem +EXPORT_SYMBOL_GPL vmlinux 0x836d652f poll_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x8372998e gnttab_unmap_refs_async +EXPORT_SYMBOL_GPL vmlinux 0x8375297e ethnl_cable_test_result +EXPORT_SYMBOL_GPL vmlinux 0x8376b2e0 blkg_conf_exit +EXPORT_SYMBOL_GPL vmlinux 0x83892c5d usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0x838ddef9 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0x83a7d996 crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0x83b1b6ed pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x83bca96e ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x83d2d136 phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0x83d7fcc2 pm_clk_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x83ef078f dw_pcie_ep_init_complete +EXPORT_SYMBOL_GPL vmlinux 0x83efc917 regmap_might_sleep +EXPORT_SYMBOL_GPL vmlinux 0x83f76196 devm_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x83fb70b7 of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0x83fb9a53 genphy_c45_pma_setup_forced +EXPORT_SYMBOL_GPL vmlinux 0x8406e2bf pinctrl_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x840bb3ca power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x84106f36 devlink_trap_ctx_priv +EXPORT_SYMBOL_GPL vmlinux 0x841ef5da rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0x8425b9c3 xas_split_alloc +EXPORT_SYMBOL_GPL vmlinux 0x84264ced fs_umode_to_ftype +EXPORT_SYMBOL_GPL vmlinux 0x842f046d usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x8431e535 usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0x84329c0e to_nd_desc +EXPORT_SYMBOL_GPL vmlinux 0x843a31fd pm_clk_remove +EXPORT_SYMBOL_GPL vmlinux 0x843d70ef acpi_is_root_bridge +EXPORT_SYMBOL_GPL vmlinux 0x84472ac0 relay_reset +EXPORT_SYMBOL_GPL vmlinux 0x844f2922 mmc_send_abort_tuning +EXPORT_SYMBOL_GPL vmlinux 0x84502a47 blk_status_to_errno +EXPORT_SYMBOL_GPL vmlinux 0x845497be mtk_pinconf_adv_drive_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x845b4dbb sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x84629c28 regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0x8462cb62 atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0x846b66a4 device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x8473fc05 scmi_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x8474f255 usb_wakeup_enabled_descendants +EXPORT_SYMBOL_GPL vmlinux 0x8480d0ca validate_xmit_xfrm +EXPORT_SYMBOL_GPL vmlinux 0x84899443 mtk_clk_pdev_remove +EXPORT_SYMBOL_GPL vmlinux 0x84a7ac07 driver_set_override +EXPORT_SYMBOL_GPL vmlinux 0x84a8d0eb of_changeset_revert +EXPORT_SYMBOL_GPL vmlinux 0x84c3bc26 rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0x84d064c1 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x84e9f146 class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x84ec55cf led_blink_set_nosleep +EXPORT_SYMBOL_GPL vmlinux 0x84ee5e8a devm_device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0x84ef026e ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0x84ef27f5 synth_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x84f5609d irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0x84fbf7e1 kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x8506baa8 clk_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x850bb6db devlink_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x85142df4 sbitmap_queue_init_node +EXPORT_SYMBOL_GPL vmlinux 0x85160f2c bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0x851e6003 usb_phy_roothub_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x851fe124 __SCK__tp_func_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x85241d1a ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x852aaa65 debugfs_read_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x85344a41 usb_phy_set_event +EXPORT_SYMBOL_GPL vmlinux 0x85395420 sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0x8547593c uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0x85540ebc nvmem_cell_put +EXPORT_SYMBOL_GPL vmlinux 0x856239d9 ndo_dflt_bridge_getlink +EXPORT_SYMBOL_GPL vmlinux 0x857a0c57 vcap_tc_flower_handler_ip_usage +EXPORT_SYMBOL_GPL vmlinux 0x857a9623 devl_linecard_create +EXPORT_SYMBOL_GPL vmlinux 0x858e2628 dax_holder +EXPORT_SYMBOL_GPL vmlinux 0x859708b2 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0x8598a4fe tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0x85a0da1f unregister_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x85a1bdcf __traceiter_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x85bd3847 regulator_set_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0x85c36be5 thermal_zone_get_trip +EXPORT_SYMBOL_GPL vmlinux 0x85cc20bc phy_set_mode_ext +EXPORT_SYMBOL_GPL vmlinux 0x85cdc2ce ata_qc_get_active +EXPORT_SYMBOL_GPL vmlinux 0x85d43dfa __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0x85e1790f elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0x85e3ed9a blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0x85eed1be iopf_queue_discard_partial +EXPORT_SYMBOL_GPL vmlinux 0x85f4bd2f dma_can_mmap +EXPORT_SYMBOL_GPL vmlinux 0x8605a8c6 blk_mq_end_request_batch +EXPORT_SYMBOL_GPL vmlinux 0x8618a809 phy_exit +EXPORT_SYMBOL_GPL vmlinux 0x861a7a70 fscrypt_dummy_policies_equal +EXPORT_SYMBOL_GPL vmlinux 0x86209232 ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0x862258db timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x862bb17b linear_range_values_in_range_array +EXPORT_SYMBOL_GPL vmlinux 0x8635d9af class_destroy +EXPORT_SYMBOL_GPL vmlinux 0x86432c11 kthread_cancel_delayed_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x8643842d unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0x864643af iomap_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x86585a33 devlink_fmsg_obj_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x8660e89e serial8250_rpm_get +EXPORT_SYMBOL_GPL vmlinux 0x86623fd7 notify_remote_via_irq +EXPORT_SYMBOL_GPL vmlinux 0x866f98dc pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0x86700220 acpi_get_cpuid +EXPORT_SYMBOL_GPL vmlinux 0x86709480 rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x8677245d unregister_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0x86833d0a clk_register_composite +EXPORT_SYMBOL_GPL vmlinux 0x86871b40 devlink_info_version_stored_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x868ea058 usb_set_wireless_status +EXPORT_SYMBOL_GPL vmlinux 0x869032ab trace_array_init_printk +EXPORT_SYMBOL_GPL vmlinux 0x8696808c phy_gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x86b13d2a usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x86b1ceb3 tegra210_set_sata_pll_seq_sw +EXPORT_SYMBOL_GPL vmlinux 0x86c02001 ipi_send_mask +EXPORT_SYMBOL_GPL vmlinux 0x86c43a8c cper_estatus_check +EXPORT_SYMBOL_GPL vmlinux 0x86d4f9a8 regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x86e53e5a od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x86e89289 fsl_mc_bus_dpaiop_type +EXPORT_SYMBOL_GPL vmlinux 0x86ee9942 __mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0x86ef76ff folio_wait_writeback_killable +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f85114 net_dec_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x8701bfa1 fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x870208bd tpm2_probe +EXPORT_SYMBOL_GPL vmlinux 0x870e16b7 xen_test_irq_shared +EXPORT_SYMBOL_GPL vmlinux 0x8714d97c genphy_c45_check_and_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x87258a37 mas_store +EXPORT_SYMBOL_GPL vmlinux 0x873765d7 meson_eeclkc_probe +EXPORT_SYMBOL_GPL vmlinux 0x87476047 device_phy_find_device +EXPORT_SYMBOL_GPL vmlinux 0x874b449e __kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0x875f6315 bpf_trace_run11 +EXPORT_SYMBOL_GPL vmlinux 0x87601e8d clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0x87836170 umd_unload_blob +EXPORT_SYMBOL_GPL vmlinux 0x87908767 xas_clear_mark +EXPORT_SYMBOL_GPL vmlinux 0x87a23f3c adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0x87a57be2 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0x87abf2a5 __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x87b111ba crypto_grab_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x87c8acdb rz_mtu3_16bit_ch_read +EXPORT_SYMBOL_GPL vmlinux 0x87f447b9 rockchip_register_softrst_lut +EXPORT_SYMBOL_GPL vmlinux 0x87f9d12e dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x881541f9 ata_ncq_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x881591c4 ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0x881a85fb mdiobus_c45_modify +EXPORT_SYMBOL_GPL vmlinux 0x882f1a38 __traceiter_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x884901b2 pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x884cf531 blk_mq_unquiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x885528a6 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x885eb2d7 sk_set_peek_off +EXPORT_SYMBOL_GPL vmlinux 0x8864f9d4 regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0x88657b7b dev_pm_opp_get_of_node +EXPORT_SYMBOL_GPL vmlinux 0x8874fbab xhci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x887b5911 fib_nh_common_release +EXPORT_SYMBOL_GPL vmlinux 0x888c5be5 irq_bypass_register_consumer +EXPORT_SYMBOL_GPL vmlinux 0x889f7559 nvdimm_region_delete +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88b4ae92 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x88cce6a0 xas_find_marked +EXPORT_SYMBOL_GPL vmlinux 0x88cd7a9a k3_ringacc_ring_get_occ +EXPORT_SYMBOL_GPL vmlinux 0x88d8f1c2 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0x88da06b3 bpf_trace_run3 +EXPORT_SYMBOL_GPL vmlinux 0x88ef0ff8 ethtool_params_from_link_mode +EXPORT_SYMBOL_GPL vmlinux 0x88fac4e8 xhci_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x88fe8bcd bpf_map_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x8901a14b uart_get_rs485_mode +EXPORT_SYMBOL_GPL vmlinux 0x890f4f97 __kprobe_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x890fa0fa btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0x891a5a7f gnttab_max_grant_frames +EXPORT_SYMBOL_GPL vmlinux 0x891c49eb pm_wakeup_dev_event +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x8938a636 pci_iov_vf_id +EXPORT_SYMBOL_GPL vmlinux 0x893abbdd devlink_fmsg_u32_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x893c5ddb unlock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x894e537b sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0x8951f242 perf_trace_run_bpf_submit +EXPORT_SYMBOL_GPL vmlinux 0x8954dc8e __SCK__tp_func_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x895edc07 usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0x896147fb nvdimm_region_notify +EXPORT_SYMBOL_GPL vmlinux 0x89655171 sock_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x89785418 kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x89867112 tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0x898c1693 usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0x898ef4a1 iommu_fwspec_add_ids +EXPORT_SYMBOL_GPL vmlinux 0x899289a7 dm_copy_name_and_uuid +EXPORT_SYMBOL_GPL vmlinux 0x89947b3d phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0x899782fd lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x8997d62c virtio_config_changed +EXPORT_SYMBOL_GPL vmlinux 0x89a4476d HYPERVISOR_multicall +EXPORT_SYMBOL_GPL vmlinux 0x89abd7d0 skb_append_pagefrags +EXPORT_SYMBOL_GPL vmlinux 0x89ae52b6 pci_epc_linkdown +EXPORT_SYMBOL_GPL vmlinux 0x89ae7aa0 rsa_parse_pub_key +EXPORT_SYMBOL_GPL vmlinux 0x89b54b28 blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89bec8b0 gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL vmlinux 0x89bfb062 bpf_trace_run4 +EXPORT_SYMBOL_GPL vmlinux 0x89c7fd82 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0x89d9ad4f gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0x89e1ec9d acpi_get_subsystem_id +EXPORT_SYMBOL_GPL vmlinux 0x89e340cf acpi_bus_get_ejd +EXPORT_SYMBOL_GPL vmlinux 0x89e52ca2 irq_find_matching_fwspec +EXPORT_SYMBOL_GPL vmlinux 0x89e55828 cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0x89e5d546 devm_gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x89e654ac i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x89ed909d tpm2_flush_context +EXPORT_SYMBOL_GPL vmlinux 0x8a23196a hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x8a3b0df8 regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0x8a3f84ba linear_range_get_selector_low +EXPORT_SYMBOL_GPL vmlinux 0x8a45a555 acpi_unregister_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x8a554a36 mpc8xxx_spi_strmode +EXPORT_SYMBOL_GPL vmlinux 0x8a62b81b sfp_upstream_stop +EXPORT_SYMBOL_GPL vmlinux 0x8a665bfa numa_nearest_node +EXPORT_SYMBOL_GPL vmlinux 0x8a66ba8a watchdog_set_last_hw_keepalive +EXPORT_SYMBOL_GPL vmlinux 0x8a83fb45 mpi_point_free_parts +EXPORT_SYMBOL_GPL vmlinux 0x8a850fa8 of_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x8a89c8ec pse_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8a9cb09a irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x8aa13f09 synth_event_trace_end +EXPORT_SYMBOL_GPL vmlinux 0x8aa4cfdf fsl_mc_portal_allocate +EXPORT_SYMBOL_GPL vmlinux 0x8aa94802 devl_param_value_changed +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8ac1407b sfp_get_module_eeprom +EXPORT_SYMBOL_GPL vmlinux 0x8ac458cd rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0x8ac5ef9e clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x8af6be6c tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0x8afc0912 __blk_trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0x8b0ac0d3 crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x8b0b9377 phy_start_machine +EXPORT_SYMBOL_GPL vmlinux 0x8b149c36 clk_is_match +EXPORT_SYMBOL_GPL vmlinux 0x8b2c36a6 ping_hash +EXPORT_SYMBOL_GPL vmlinux 0x8b4149e4 cppc_perf_ctrs_in_pcc +EXPORT_SYMBOL_GPL vmlinux 0x8b4edf40 regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x8b5c1f38 devl_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8b5f4ab1 regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0x8b6ab464 kvm_vcpu_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x8b6f8659 perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x8b7139d6 xdp_rxq_info_unused +EXPORT_SYMBOL_GPL vmlinux 0x8b7b165d bpf_map_inc_with_uref +EXPORT_SYMBOL_GPL vmlinux 0x8b895929 gpiochip_line_is_valid +EXPORT_SYMBOL_GPL vmlinux 0x8b89f01c hv_ghcb_hypercall +EXPORT_SYMBOL_GPL vmlinux 0x8b8b5912 __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x8b9f9b0f ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x8ba0eb15 hv_set_vpreg +EXPORT_SYMBOL_GPL vmlinux 0x8ba5afe9 HYPERVISOR_memory_op +EXPORT_SYMBOL_GPL vmlinux 0x8ba7bdbf rz_mtu3_8bit_ch_read +EXPORT_SYMBOL_GPL vmlinux 0x8bacef4d __phy_modify +EXPORT_SYMBOL_GPL vmlinux 0x8bb0ddb7 sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0x8bb82c75 usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x8bbe527c __tracepoint_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0x8bc5d86c tegra_bpmp_mrq_return +EXPORT_SYMBOL_GPL vmlinux 0x8bd2e38d clk_regmap_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x8bd9df10 serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0x8bdbd265 ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8beb8ed4 compat_only_sysfs_link_entry_to_kobj +EXPORT_SYMBOL_GPL vmlinux 0x8bf5f379 k3_udma_glue_release_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x8bfc2476 da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x8c016f7b switchdev_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x8c0215f2 pm_system_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c09cb50 vcap_rule_add_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x8c0a0e77 acpi_subsys_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8c0ed103 rcu_check_boost_fail +EXPORT_SYMBOL_GPL vmlinux 0x8c167ad9 dm_bio_get_target_bio_nr +EXPORT_SYMBOL_GPL vmlinux 0x8c17ccd3 pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x8c1d03d5 hrtimer_sleeper_start_expires +EXPORT_SYMBOL_GPL vmlinux 0x8c2b5f04 device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x8c32c95a uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0x8c35e0bf devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x8c37f361 devm_ti_sci_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x8c385393 crypto_register_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x8c3fbf8f rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x8c42a929 crypto_clone_cipher +EXPORT_SYMBOL_GPL vmlinux 0x8c484409 gnttab_release_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x8c4d2428 mt_prev +EXPORT_SYMBOL_GPL vmlinux 0x8c52dd7c __tracepoint_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x8c5a87d2 serial8250_do_set_mctrl +EXPORT_SYMBOL_GPL vmlinux 0x8c62c0fd usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x8c64e4d5 __fscrypt_prepare_rename +EXPORT_SYMBOL_GPL vmlinux 0x8c64e741 dprc_open +EXPORT_SYMBOL_GPL vmlinux 0x8c6bbca4 devm_hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0x8c7435fc iommu_device_sysfs_add +EXPORT_SYMBOL_GPL vmlinux 0x8c743fb6 reset_control_status +EXPORT_SYMBOL_GPL vmlinux 0x8c857087 bpf_trace_run10 +EXPORT_SYMBOL_GPL vmlinux 0x8c89e3b8 usb_phy_roothub_power_off +EXPORT_SYMBOL_GPL vmlinux 0x8c8d2374 dma_fence_unwrap_first +EXPORT_SYMBOL_GPL vmlinux 0x8c943e71 icc_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x8c947b71 dev_coredumpsg +EXPORT_SYMBOL_GPL vmlinux 0x8c98d248 unregister_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x8c9e54d3 devlink_info_version_running_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x8cad299a acpi_subsys_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x8cb5a38e k3_udma_glue_rx_flow_disable +EXPORT_SYMBOL_GPL vmlinux 0x8cc84a80 devm_gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x8ccc7f5f regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x8ccf524b xen_dbgp_external_startup +EXPORT_SYMBOL_GPL vmlinux 0x8cd5e527 iort_get_rmr_sids +EXPORT_SYMBOL_GPL vmlinux 0x8cd66d13 rdev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x8cdc3a42 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0x8cecff12 usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0x8cfd4796 gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0x8d0183f6 of_mm_gpiochip_add_data +EXPORT_SYMBOL_GPL vmlinux 0x8d05a2c2 bdev_discard_alignment +EXPORT_SYMBOL_GPL vmlinux 0x8d1c7c43 soc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d241163 devl_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8d3330b6 cpuacct_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x8d4126af __traceiter_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x8d419ae9 register_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0x8d522714 __rcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x8d52f629 vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL vmlinux 0x8d55b3a5 dev_fill_metadata_dst +EXPORT_SYMBOL_GPL vmlinux 0x8d58d2ed nvdimm_setup_pfn +EXPORT_SYMBOL_GPL vmlinux 0x8d67972d tpm_chip_start +EXPORT_SYMBOL_GPL vmlinux 0x8d6a5b41 rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0x8d6e83cc regmap_get_max_register +EXPORT_SYMBOL_GPL vmlinux 0x8d758f42 of_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x8d76e26a ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0x8d7deab2 lwtstate_free +EXPORT_SYMBOL_GPL vmlinux 0x8d7e3373 hwpoison_filter_dev_major +EXPORT_SYMBOL_GPL vmlinux 0x8d85c900 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0x8d89020b software_node_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x8d908ebf power_supply_get_maintenance_charging_setting +EXPORT_SYMBOL_GPL vmlinux 0x8da7aae3 pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x8da9ec07 dev_coredumpm +EXPORT_SYMBOL_GPL vmlinux 0x8dbf7aaa privcmd_call +EXPORT_SYMBOL_GPL vmlinux 0x8dcafcb9 iov_iter_is_aligned +EXPORT_SYMBOL_GPL vmlinux 0x8dcd216f bdi_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x8dd218b0 icc_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x8dd473ca devfreq_event_disable_edev +EXPORT_SYMBOL_GPL vmlinux 0x8ddb32b7 tty_port_register_device_attr_serdev +EXPORT_SYMBOL_GPL vmlinux 0x8df42331 nf_queue_entry_free +EXPORT_SYMBOL_GPL vmlinux 0x8e0060b7 __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x8e04c1c6 strp_process +EXPORT_SYMBOL_GPL vmlinux 0x8e0b9d9e rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0x8e105b12 sk_msg_clone +EXPORT_SYMBOL_GPL vmlinux 0x8e138737 mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x8e16419b trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x8e2684b2 inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0x8e35c064 devlink_region_create +EXPORT_SYMBOL_GPL vmlinux 0x8e403e11 kvm_put_kvm_no_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8e4b63a6 hisi_clk_register_gate_sep +EXPORT_SYMBOL_GPL vmlinux 0x8e4eb451 bpf_sk_storage_diag_free +EXPORT_SYMBOL_GPL vmlinux 0x8e50695a gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x8e600cbb thermal_zone_get_num_trips +EXPORT_SYMBOL_GPL vmlinux 0x8e6a28e0 adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x8e6b1a9e net_selftest_get_count +EXPORT_SYMBOL_GPL vmlinux 0x8e6fa8b5 apei_exec_pre_map_gars +EXPORT_SYMBOL_GPL vmlinux 0x8e6fb711 open_related_ns +EXPORT_SYMBOL_GPL vmlinux 0x8e6fd2ff ahci_platform_ops +EXPORT_SYMBOL_GPL vmlinux 0x8e78abca ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0x8e7f0a9c acpi_get_phys_id +EXPORT_SYMBOL_GPL vmlinux 0x8e80680d wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x8e82f2e0 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x8e8808a9 scsi_register_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x8e88f41d nvmem_layout_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x8e94b99c crypto_aead_setkey +EXPORT_SYMBOL_GPL vmlinux 0x8e9bd4a3 hv_alloc_hyperv_page +EXPORT_SYMBOL_GPL vmlinux 0x8ea67397 usb_role_switch_register +EXPORT_SYMBOL_GPL vmlinux 0x8eabd23c transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x8ead800c user_free_preparse +EXPORT_SYMBOL_GPL vmlinux 0x8ec2b173 bd_prepare_to_claim +EXPORT_SYMBOL_GPL vmlinux 0x8ecab842 mtk_clk_unregister_cpumuxes +EXPORT_SYMBOL_GPL vmlinux 0x8ed160ab devlink_port_register_with_ops +EXPORT_SYMBOL_GPL vmlinux 0x8edba9e3 bio_poll +EXPORT_SYMBOL_GPL vmlinux 0x8ee2f468 ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x8eec19bd __SCK__tp_func_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x8eee3399 dax_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x8f00f6d1 vhost_task_start +EXPORT_SYMBOL_GPL vmlinux 0x8f02f8fc __traceiter_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x8f0748af rcu_expedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x8f094d63 edac_mc_del_mc +EXPORT_SYMBOL_GPL vmlinux 0x8f0b781d iova_domain_init_rcaches +EXPORT_SYMBOL_GPL vmlinux 0x8f0ddb37 put_device +EXPORT_SYMBOL_GPL vmlinux 0x8f0e663e __traceiter_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x8f110b37 skcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x8f2472a5 bpf_prog_get_type_dev +EXPORT_SYMBOL_GPL vmlinux 0x8f33c92f dev_pm_opp_of_cpumask_add_table +EXPORT_SYMBOL_GPL vmlinux 0x8f3969e1 zynqmp_pm_clock_getrate +EXPORT_SYMBOL_GPL vmlinux 0x8f3e5b27 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x8f4691b7 __kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x8f49fc68 shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x8f4f5b83 __tracepoint_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x8f603067 ghes_estatus_pool_region_free +EXPORT_SYMBOL_GPL vmlinux 0x8f603964 check_move_unevictable_folios +EXPORT_SYMBOL_GPL vmlinux 0x8f6cdc0f phylink_mii_c22_pcs_config +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f6d1cee sock_map_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8f786bee fs_umode_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0x8f7bd0a6 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0x8f930739 scsi_template_proc_dir +EXPORT_SYMBOL_GPL vmlinux 0x8fa5a6ee dev_fetch_sw_netstats +EXPORT_SYMBOL_GPL vmlinux 0x8faa800d acpi_cpc_valid +EXPORT_SYMBOL_GPL vmlinux 0x8fac25bc pci_ecam_free +EXPORT_SYMBOL_GPL vmlinux 0x8fc12788 software_node_unregister_node_group +EXPORT_SYMBOL_GPL vmlinux 0x8fc3a556 tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0x8ff60436 mpi_ec_add_points +EXPORT_SYMBOL_GPL vmlinux 0x8ff8fe7b unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x9001f1a0 devm_clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0x900425d1 regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x902ce10d xenbus_switch_state +EXPORT_SYMBOL_GPL vmlinux 0x903b627c list_lru_isolate_move +EXPORT_SYMBOL_GPL vmlinux 0x903ed01e tpm_chip_bootstrap +EXPORT_SYMBOL_GPL vmlinux 0x90539b91 css_next_descendant_pre +EXPORT_SYMBOL_GPL vmlinux 0x90565512 ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0x905b2aa9 regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x905b77e4 power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0x9064c1cc vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0x907ffb62 __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0x908db26a kvm_vcpu_wake_up +EXPORT_SYMBOL_GPL vmlinux 0x90a59638 __blk_req_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0x90a9d8cc hv_is_hyperv_initialized +EXPORT_SYMBOL_GPL vmlinux 0x90af7e19 phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x90b022da inet_pernet_hashinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0x90b45d85 blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0x90b763f1 HYPERVISOR_console_io +EXPORT_SYMBOL_GPL vmlinux 0x90b7cbae dev_pm_opp_adjust_voltage +EXPORT_SYMBOL_GPL vmlinux 0x90b7f3b3 debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x90c8498c apei_exec_write_register +EXPORT_SYMBOL_GPL vmlinux 0x90e54ec5 spi_slave_abort +EXPORT_SYMBOL_GPL vmlinux 0x90e866c1 pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x90eeba75 of_clk_get_parent_count +EXPORT_SYMBOL_GPL vmlinux 0x910bdf6b trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x91130353 devlink_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0x911fcd6c phylink_start +EXPORT_SYMBOL_GPL vmlinux 0x91235f75 nvmem_cell_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0x913ebd32 stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x9164fef1 cdrom_multisession +EXPORT_SYMBOL_GPL vmlinux 0x916af6bd amba_device_put +EXPORT_SYMBOL_GPL vmlinux 0x91722fc9 ahci_set_em_messages +EXPORT_SYMBOL_GPL vmlinux 0x9176d5b0 iommu_device_register +EXPORT_SYMBOL_GPL vmlinux 0x917982bc pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x9186a622 mtk_clk_unregister_muxes +EXPORT_SYMBOL_GPL vmlinux 0x9194839b fscrypt_ioctl_add_key +EXPORT_SYMBOL_GPL vmlinux 0x9194e18f xenbus_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x91955a9f start_poll_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x91b5453a iov_iter_extract_pages +EXPORT_SYMBOL_GPL vmlinux 0x91b774a1 mpi_scanval +EXPORT_SYMBOL_GPL vmlinux 0x91be314f input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0x91c2746a crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x91c2a5a5 clk_register_hisi_phase +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91d08838 tegra_bpmp_request_mrq +EXPORT_SYMBOL_GPL vmlinux 0x91d3ceed xdp_features_clear_redirect_target +EXPORT_SYMBOL_GPL vmlinux 0x91e30809 HYPERVISOR_vm_assist +EXPORT_SYMBOL_GPL vmlinux 0x91ea8726 asn1_encode_boolean +EXPORT_SYMBOL_GPL vmlinux 0x91f4933d get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0x91f7f579 __trace_trigger_soft_disabled +EXPORT_SYMBOL_GPL vmlinux 0x92020d8a __phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x92122918 blk_mq_unfreeze_queue +EXPORT_SYMBOL_GPL vmlinux 0x922d8801 __tracepoint_rwmmio_read +EXPORT_SYMBOL_GPL vmlinux 0x923e42aa sysfb_disable +EXPORT_SYMBOL_GPL vmlinux 0x9241b358 __static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0x9241d43e scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x924b767f kobject_move +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x924cee1d dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0x9254b6aa usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x925c6354 crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x92607954 nd_cmd_out_size +EXPORT_SYMBOL_GPL vmlinux 0x926ed69e pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0x927258cc pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x927487ea zynqmp_pm_read_ggs +EXPORT_SYMBOL_GPL vmlinux 0x9299ef76 mtk_pinconf_bias_disable_set +EXPORT_SYMBOL_GPL vmlinux 0x929e95cf psi_memstall_enter +EXPORT_SYMBOL_GPL vmlinux 0x929f4d0e ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0x92b8c78b hyperv_pcpu_output_arg +EXPORT_SYMBOL_GPL vmlinux 0x92cb609e __tracepoint_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x92cf74aa vcap_admin_rule_count +EXPORT_SYMBOL_GPL vmlinux 0x92d308d1 __ct_user_enter +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92d686ad synth_event_trace +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92e2bc79 sysfs_break_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x92e8e9ab fsverity_enqueue_verify_work +EXPORT_SYMBOL_GPL vmlinux 0x92ec7da8 mptcp_pm_get_subflows_max +EXPORT_SYMBOL_GPL vmlinux 0x9304b01c register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x930ab533 k3_ringacc_request_ring +EXPORT_SYMBOL_GPL vmlinux 0x9318f4ed devlink_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x931ac7c0 __tracepoint_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x93255b2b ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x932c8d7a linear_range_get_value_array +EXPORT_SYMBOL_GPL vmlinux 0x93328f8d ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x9332a568 __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x93335116 led_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9339f734 power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0x933c8f1e mctp_register_netdev +EXPORT_SYMBOL_GPL vmlinux 0x933f75e0 usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x934ee42f regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x935346fe __sbitmap_queue_get +EXPORT_SYMBOL_GPL vmlinux 0x9355171d class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x935dc126 hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x93605e9a vfsgid_in_group_p +EXPORT_SYMBOL_GPL vmlinux 0x937d9f83 synth_event_create +EXPORT_SYMBOL_GPL vmlinux 0x9380b051 pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0x938cf9d8 __tracepoint_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x9393bfd8 blk_queue_flag_test_and_set +EXPORT_SYMBOL_GPL vmlinux 0x93962b2b crypto_init_akcipher_ops_sig +EXPORT_SYMBOL_GPL vmlinux 0x93a64e5d kvm_vcpu_read_guest +EXPORT_SYMBOL_GPL vmlinux 0x93b1888c k3_ringacc_ring_cfg +EXPORT_SYMBOL_GPL vmlinux 0x93b9b240 devm_i2c_add_adapter +EXPORT_SYMBOL_GPL vmlinux 0x93c7edeb usb_find_common_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x93d1d424 gnttab_free_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x93e1fc22 vp_modern_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0x93e68cef iommu_device_sysfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x93ebdf96 mt_next +EXPORT_SYMBOL_GPL vmlinux 0x93edef07 devlink_health_report +EXPORT_SYMBOL_GPL vmlinux 0x93f1ef9f gnttab_page_cache_init +EXPORT_SYMBOL_GPL vmlinux 0x93fa57b2 kvm_vcpu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x9411488c mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x941555ff ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x94160518 __put_task_struct_rcu_cb +EXPORT_SYMBOL_GPL vmlinux 0x941623c2 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x9425bb34 nvmem_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x94299178 phylink_decode_usxgmii_word +EXPORT_SYMBOL_GPL vmlinux 0x942adbfe pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x942ea99a devlink_port_type_clear +EXPORT_SYMBOL_GPL vmlinux 0x9430b198 trace_dump_stack +EXPORT_SYMBOL_GPL vmlinux 0x9436e405 memory_group_register_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x9437dd17 rockchip_clk_of_add_provider +EXPORT_SYMBOL_GPL vmlinux 0x943fc708 xen_setup_shutdown_event +EXPORT_SYMBOL_GPL vmlinux 0x9449214b init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0x94550260 xhci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x945ef1ec pci_epc_map_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x9463af73 __devm_pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0x9468ea70 schedule_hrtimeout_range_clock +EXPORT_SYMBOL_GPL vmlinux 0x946dd559 sha224_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x9477cca7 relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0x9487cfb0 tpm_is_tpm2 +EXPORT_SYMBOL_GPL vmlinux 0x9494c0be key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0x949b5176 devlink_region_snapshot_create +EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x94a02912 devm_ti_sci_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x94ad0e16 devm_release_action +EXPORT_SYMBOL_GPL vmlinux 0x94b2a4bc dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x94bbb62f __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x94cae18f gpiod_get_array_value +EXPORT_SYMBOL_GPL vmlinux 0x94d166ce anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x94dcede0 __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x94e62d2e __set_phys_to_machine_multi +EXPORT_SYMBOL_GPL vmlinux 0x94e7df5b __traceiter_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x94f0136c irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x94f64aa5 __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x950a0dcc clk_hw_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x951680a0 tpm_put_ops +EXPORT_SYMBOL_GPL vmlinux 0x951a2773 crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x951cf161 phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x9527ccd7 of_phandle_iterator_next +EXPORT_SYMBOL_GPL vmlinux 0x952e128d crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x953e1b9e ktime_get_real_seconds +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x95609b26 context_tracking_key +EXPORT_SYMBOL_GPL vmlinux 0x956ac400 ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x957166d8 regmap_irq_set_type_config_simple +EXPORT_SYMBOL_GPL vmlinux 0x9578a08a generic_handle_domain_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x957d2715 devl_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x95843030 mpi_ec_init +EXPORT_SYMBOL_GPL vmlinux 0x95873b79 regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0x958bf7bf fsnotify_find_mark +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x9593ef31 register_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x9594ab56 pci_epc_set_msix +EXPORT_SYMBOL_GPL vmlinux 0x959682a4 __tracepoint_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x959ec5f5 call_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x95a56090 dev_pm_opp_get_max_volt_latency +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95d63cfd crypto_alloc_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x95db955c __account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x95e01afb ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0x95ef1ccc dmi_memdev_size +EXPORT_SYMBOL_GPL vmlinux 0x95f30fdf fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0x95fbeeff hwpoison_filter +EXPORT_SYMBOL_GPL vmlinux 0x960219b6 devm_platform_ioremap_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x960d9d0f sk_msg_return +EXPORT_SYMBOL_GPL vmlinux 0x961286e0 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x9616a255 phylink_ethtool_ksettings_get +EXPORT_SYMBOL_GPL vmlinux 0x9618ae75 securityfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x961e227f gpiochip_line_is_irq +EXPORT_SYMBOL_GPL vmlinux 0x9621d738 alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0x9622bcc0 pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0x962c8ae1 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x96339bc2 xenbus_unmap_ring_vfree +EXPORT_SYMBOL_GPL vmlinux 0x96438192 devm_pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x96444c00 wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x965426a6 cpu_topology +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x96585d52 scsi_free_sgtables +EXPORT_SYMBOL_GPL vmlinux 0x96691686 fsl_mc_bus_dpdcei_type +EXPORT_SYMBOL_GPL vmlinux 0x967ca5a2 skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0x969128c5 vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0x96a55fda list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0x96bd27a6 __auxiliary_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x96cd3c69 crypto_register_acomp +EXPORT_SYMBOL_GPL vmlinux 0x96d2f5ba iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0x96ea6709 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x96f138a8 serial8250_rpm_put +EXPORT_SYMBOL_GPL vmlinux 0x96f45d42 iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0x96f8acd1 of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0x96f9a01b __SCK__tp_func_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x96fbe354 devlink_net +EXPORT_SYMBOL_GPL vmlinux 0x97033509 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0x9708b801 usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x970d0d7c class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x9714e0bb ktime_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x97212e14 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x97268cd4 led_classdev_notify_brightness_hw_changed +EXPORT_SYMBOL_GPL vmlinux 0x973aec5c __reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x973fbee4 led_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x974dbe97 devm_kasprintf +EXPORT_SYMBOL_GPL vmlinux 0x975519c1 asymmetric_key_id_same +EXPORT_SYMBOL_GPL vmlinux 0x97691240 clk_hw_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x97699e46 clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0x976b7f7b regulator_irq_map_event_simple +EXPORT_SYMBOL_GPL vmlinux 0x977be5c7 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0x9787e2e8 cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x97925b51 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0x97932de7 hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0x97b001a5 of_pci_parse_bus_range +EXPORT_SYMBOL_GPL vmlinux 0x97ba6e08 of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x97bcbfe8 rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97e19906 ZSTD_getErrorCode +EXPORT_SYMBOL_GPL vmlinux 0x97e42890 crypto_alloc_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x97eac272 fixup_user_fault +EXPORT_SYMBOL_GPL vmlinux 0x97f76f98 scsi_block_targets +EXPORT_SYMBOL_GPL vmlinux 0x97fe51ae kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0x9806a900 devm_rtc_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x981e13b9 nop_posix_acl_default +EXPORT_SYMBOL_GPL vmlinux 0x98237fd4 lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0x983276da phylink_disconnect_phy +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x9843f501 __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0x98453b13 fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x9850381e dax_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x985453e1 lease_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9856498c vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0x985811ad meson_clk_cpu_dyndiv_ops +EXPORT_SYMBOL_GPL vmlinux 0x98718aa6 trace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x987bd894 switchdev_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x9887791d __traceiter_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x988c974c pci_platform_power_transition +EXPORT_SYMBOL_GPL vmlinux 0x989074ff kmsg_dump_reason_str +EXPORT_SYMBOL_GPL vmlinux 0x9895e8f5 spi_get_device_match_data +EXPORT_SYMBOL_GPL vmlinux 0x989891f3 regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x989e5758 devlink_port_region_create +EXPORT_SYMBOL_GPL vmlinux 0x98bc5488 serdev_device_write_buf +EXPORT_SYMBOL_GPL vmlinux 0x98bde21f __traceiter_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x98bfd480 usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0x98caa8ef usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x98d17a4c sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x98d5dfef rockchip_pcie_init_port +EXPORT_SYMBOL_GPL vmlinux 0x98ee62b2 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x98fb793b iopf_queue_add_device +EXPORT_SYMBOL_GPL vmlinux 0x991f4168 crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0x992173d5 dma_need_sync +EXPORT_SYMBOL_GPL vmlinux 0x99334ba4 vcap_debugfs +EXPORT_SYMBOL_GPL vmlinux 0x9948f159 pci_load_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x9953acdb pkcs7_verify +EXPORT_SYMBOL_GPL vmlinux 0x9955560b thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x99685159 kvm_read_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0x99772f2c pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x997c550a preempt_model_none +EXPORT_SYMBOL_GPL vmlinux 0x998232aa devm_otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0x998d79d6 x509_decode_time +EXPORT_SYMBOL_GPL vmlinux 0x998e0ca0 usb_amd_pt_check_port +EXPORT_SYMBOL_GPL vmlinux 0x998f77f1 crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0x998fcbf2 clear_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x999770e7 i2c_acpi_find_adapter_by_handle +EXPORT_SYMBOL_GPL vmlinux 0x999cd370 nd_cmd_in_size +EXPORT_SYMBOL_GPL vmlinux 0x99a03078 dax_holder_notify_failure +EXPORT_SYMBOL_GPL vmlinux 0x99ab811d usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x99ad6d09 iomap_invalidate_folio +EXPORT_SYMBOL_GPL vmlinux 0x99bea0fe dpbp_reset +EXPORT_SYMBOL_GPL vmlinux 0x99f018c4 nvmem_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x99f2d00a sysfs_emit_at +EXPORT_SYMBOL_GPL vmlinux 0x99f41897 device_match_any +EXPORT_SYMBOL_GPL vmlinux 0x99f91e02 get_device_system_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0x9a059ea4 skb_segment +EXPORT_SYMBOL_GPL vmlinux 0x9a1096ff genphy_c45_read_link +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a185ace tick_nohz_full_running +EXPORT_SYMBOL_GPL vmlinux 0x9a1c1d58 fwnode_get_phy_node +EXPORT_SYMBOL_GPL vmlinux 0x9a23ea6b alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0x9a24e376 gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x9a2e2332 regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0x9a333a36 file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0x9a57fbb8 tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x9a58dd2d trace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x9a5dce5c rhashtable_walk_start_check +EXPORT_SYMBOL_GPL vmlinux 0x9a713cc7 phy_led_triggers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9a795eb4 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9a7e210c relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0x9a86413c acpi_is_pnp_device +EXPORT_SYMBOL_GPL vmlinux 0x9aa74cd0 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0x9aaf3e96 nvdimm_flush +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9ac3fe3e usb_phy_set_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x9ac41957 virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x9ac58f15 __tracepoint_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0x9acf31c6 mas_find +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9af49514 icc_bulk_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x9affa57b cros_ec_cmd +EXPORT_SYMBOL_GPL vmlinux 0x9b0d22b1 devm_spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x9b0eaa52 tegra210_xusb_pll_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0x9b16e4ee phy_gbit_fibre_features +EXPORT_SYMBOL_GPL vmlinux 0x9b3779c3 devl_resource_size_get +EXPORT_SYMBOL_GPL vmlinux 0x9b377aa3 phylink_of_phy_connect +EXPORT_SYMBOL_GPL vmlinux 0x9b4bb93a regmap_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x9b4ee277 mtk_pinconf_bias_get_combo +EXPORT_SYMBOL_GPL vmlinux 0x9b528e48 set_capacity_and_notify +EXPORT_SYMBOL_GPL vmlinux 0x9b53714c dev_pm_opp_get_required_pstate +EXPORT_SYMBOL_GPL vmlinux 0x9b555c8c pm_suspend_default_s2idle +EXPORT_SYMBOL_GPL vmlinux 0x9b615044 of_usb_get_dr_mode_by_phy +EXPORT_SYMBOL_GPL vmlinux 0x9b651e51 xenbus_teardown_ring +EXPORT_SYMBOL_GPL vmlinux 0x9b652b6e phylink_resolve_c73 +EXPORT_SYMBOL_GPL vmlinux 0x9b6ec967 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x9b719ff3 vtime_guest_enter +EXPORT_SYMBOL_GPL vmlinux 0x9b7faed6 mmc_crypto_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x9b8a4393 power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x9b8d111d kvm_vcpu_gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL vmlinux 0x9b9071cb get_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x9b92aab9 ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x9b92d16e pinctrl_gpio_set_config +EXPORT_SYMBOL_GPL vmlinux 0x9ba2bb2b gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x9bb2edc8 fsverity_get_digest +EXPORT_SYMBOL_GPL vmlinux 0x9bb3fcd1 __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x9bd13fbd gpiod_set_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x9bd5a8aa xenbus_setup_ring +EXPORT_SYMBOL_GPL vmlinux 0x9bdf9714 ZSTD_customMalloc +EXPORT_SYMBOL_GPL vmlinux 0x9be30d27 mhp_get_pluggable_range +EXPORT_SYMBOL_GPL vmlinux 0x9be75313 dev_pm_genpd_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9c033977 i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x9c0b99ac stmpe_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x9c128abb of_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x9c18fd6e dw_pcie_upconfig_setup +EXPORT_SYMBOL_GPL vmlinux 0x9c448d8d tegra210_put_utmipll_out_iddq +EXPORT_SYMBOL_GPL vmlinux 0x9c470ab6 pci_epf_add_vepf +EXPORT_SYMBOL_GPL vmlinux 0x9c545540 watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0x9c6b2307 fsl_mc_bus_dpdbg_type +EXPORT_SYMBOL_GPL vmlinux 0x9c6febfc add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x9c7139f6 regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x9c7541ad ata_acpi_cbl_80wire +EXPORT_SYMBOL_GPL vmlinux 0x9c803020 usb_phy_roothub_power_on +EXPORT_SYMBOL_GPL vmlinux 0x9c964c80 free_uid +EXPORT_SYMBOL_GPL vmlinux 0x9c96c67b tcp_reno_undo_cwnd +EXPORT_SYMBOL_GPL vmlinux 0x9ca6e11f cper_mem_err_location +EXPORT_SYMBOL_GPL vmlinux 0x9ca7a791 fat_time_fat2unix +EXPORT_SYMBOL_GPL vmlinux 0x9cb5af34 disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x9cbbb60b fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0x9cbc452a imx8ulp_clk_hw_composite +EXPORT_SYMBOL_GPL vmlinux 0x9cc4ba9e key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9cc5e776 fat_attach +EXPORT_SYMBOL_GPL vmlinux 0x9cd7551a rhashtable_walk_stop +EXPORT_SYMBOL_GPL vmlinux 0x9cdd6a66 sysctl_long_vals +EXPORT_SYMBOL_GPL vmlinux 0x9cdda484 fib_rule_matchall +EXPORT_SYMBOL_GPL vmlinux 0x9ceb0744 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0x9cf37c44 __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0x9cf71ee2 rio_unmap_outb_region +EXPORT_SYMBOL_GPL vmlinux 0x9cf760a7 devlink_traps_register +EXPORT_SYMBOL_GPL vmlinux 0x9d096c95 i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0x9d09e8ae ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9d1177e8 __irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0x9d2d3f5b pkcs7_free_message +EXPORT_SYMBOL_GPL vmlinux 0x9d2f49ef __SCK__tp_func_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x9d366f99 page_reporting_register +EXPORT_SYMBOL_GPL vmlinux 0x9d49264e blk_mq_freeze_queue_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x9d4a6eb3 xenbus_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9d53acc2 spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0x9d719eb7 dev_pm_opp_enable +EXPORT_SYMBOL_GPL vmlinux 0x9d77e152 regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x9d7bddfa regmap_field_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x9d85a59c inet_ehash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0x9d8bb00e set_dax_nocache +EXPORT_SYMBOL_GPL vmlinux 0x9d9020fa dev_pm_qos_expose_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x9d9910a1 atomic_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x9d9916c6 of_dma_xlate_by_chan_id +EXPORT_SYMBOL_GPL vmlinux 0x9d992d13 crypto_comp_decompress +EXPORT_SYMBOL_GPL vmlinux 0x9d9b6b65 genphy_c45_read_status +EXPORT_SYMBOL_GPL vmlinux 0x9dafdbdc spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x9de88bc8 __SCK__tp_func_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x9dedb162 dst_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x9e119a89 debugfs_write_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x9e229c49 sg_alloc_table_chained +EXPORT_SYMBOL_GPL vmlinux 0x9e3f3beb bio_associate_blkg +EXPORT_SYMBOL_GPL vmlinux 0x9e4187d1 i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e52f37e vcap_rule_mod_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x9e5be83b xdp_set_features_flag +EXPORT_SYMBOL_GPL vmlinux 0x9e75ecab regmap_mmio_attach_clk +EXPORT_SYMBOL_GPL vmlinux 0x9e8da1f3 pci_d3cold_disable +EXPORT_SYMBOL_GPL vmlinux 0x9e9c4f24 set_dax_nomc +EXPORT_SYMBOL_GPL vmlinux 0x9eaae60d tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x9eafa65b ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x9eb943a0 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9edcff5b kvm_vcpu_halt +EXPORT_SYMBOL_GPL vmlinux 0x9ee33bf6 netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9eeab46d of_prop_next_string +EXPORT_SYMBOL_GPL vmlinux 0x9eebdde7 mpi_point_new +EXPORT_SYMBOL_GPL vmlinux 0x9ef1d18d devl_param_driverinit_value_get +EXPORT_SYMBOL_GPL vmlinux 0x9f08c714 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x9f096e2d ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0x9f1bb17a rz_mtu3_enable +EXPORT_SYMBOL_GPL vmlinux 0x9f2fcdb3 devm_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x9f517986 HYPERVISOR_hvm_op +EXPORT_SYMBOL_GPL vmlinux 0x9f55e046 devm_regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x9f56c4b9 __SCK__tp_func_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x9f5a91af gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0x9f5c6dc2 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x9f757544 mtk_pinconf_drive_set +EXPORT_SYMBOL_GPL vmlinux 0x9f76426c mtk_pinconf_adv_pull_set +EXPORT_SYMBOL_GPL vmlinux 0x9f8f6874 irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x9f9419ff crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x9fa4564a timer_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x9fac04e2 iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0x9fb5ccc3 of_i2c_get_board_info +EXPORT_SYMBOL_GPL vmlinux 0x9fb996a7 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x9fbfebab erst_write +EXPORT_SYMBOL_GPL vmlinux 0x9fce1f91 devlink_is_reload_failed +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fd3011d vfs_fallocate +EXPORT_SYMBOL_GPL vmlinux 0x9fe131f1 xen_store_interface +EXPORT_SYMBOL_GPL vmlinux 0x9fe416bc class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x9fe899b7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0x9fee866e crypto_wait_for_test +EXPORT_SYMBOL_GPL vmlinux 0xa00f4b29 tty_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0xa01a8d9b nd_cmd_bus_desc +EXPORT_SYMBOL_GPL vmlinux 0xa033ddcd skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0xa03edfe4 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xa041a619 nf_conn_btf_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xa042915e lwtunnel_get_encap_size +EXPORT_SYMBOL_GPL vmlinux 0xa042ea4b ip_route_output_key_hash +EXPORT_SYMBOL_GPL vmlinux 0xa04f945a cpus_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xa051a420 virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0xa05981f8 crypto_clone_tfm +EXPORT_SYMBOL_GPL vmlinux 0xa06a562d usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0xa06e27f8 genphy_c45_pma_baset1_read_master_slave +EXPORT_SYMBOL_GPL vmlinux 0xa071c0cd tegra210_xusb_pll_hw_control_enable +EXPORT_SYMBOL_GPL vmlinux 0xa07dd253 __platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0xa07f969c rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0xa080c5e5 smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xa082199a crypto_comp_compress +EXPORT_SYMBOL_GPL vmlinux 0xa094f3b4 gpmc_omap_onenand_set_timings +EXPORT_SYMBOL_GPL vmlinux 0xa09a9cee register_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xa0b6a7e2 netdev_is_rx_handler_busy +EXPORT_SYMBOL_GPL vmlinux 0xa0b748f5 fsverity_verify_bio +EXPORT_SYMBOL_GPL vmlinux 0xa0d3456d nr_swap_pages +EXPORT_SYMBOL_GPL vmlinux 0xa0d735e5 serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0xa0ed94f1 devm_request_pci_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0xa0f03507 xen_xlate_remap_gfn_array +EXPORT_SYMBOL_GPL vmlinux 0xa0f42bd7 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0xa0fbd01a pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0xa10a0760 devm_of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0xa11216be xen_store_domain_type +EXPORT_SYMBOL_GPL vmlinux 0xa12196e9 spi_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xa121c4c4 fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0xa12ff356 devm_gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0xa1412d90 __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xa1420ae6 fwnode_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0xa156a1f2 erst_get_record_id_end +EXPORT_SYMBOL_GPL vmlinux 0xa15c1f6c sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0xa16449b4 phylink_ethtool_ksettings_set +EXPORT_SYMBOL_GPL vmlinux 0xa16ac4fb pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0xa19561fb __SCK__tp_func_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0xa1bdb4ad is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0xa1c4231f kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL vmlinux 0xa1d8004a videomode_from_timing +EXPORT_SYMBOL_GPL vmlinux 0xa1d9c1d0 platform_irq_count +EXPORT_SYMBOL_GPL vmlinux 0xa1e9c9ff bpf_map_inc +EXPORT_SYMBOL_GPL vmlinux 0xa1f43952 dev_pm_opp_of_register_em +EXPORT_SYMBOL_GPL vmlinux 0xa1f615fb shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0xa208b5a7 pm_debug_messages_should_print +EXPORT_SYMBOL_GPL vmlinux 0xa20d01ba __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xa21e6fcb xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0xa21f2ce7 clk_mux_index_to_val +EXPORT_SYMBOL_GPL vmlinux 0xa22e515d modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xa230979f regmap_get_raw_write_max +EXPORT_SYMBOL_GPL vmlinux 0xa235b3a2 mtk_mux_gate_clr_set_upd_ops +EXPORT_SYMBOL_GPL vmlinux 0xa23bc835 mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa2402218 __traceiter_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0xa246a1e3 sysfs_group_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xa24c4280 tracing_snapshot_cond +EXPORT_SYMBOL_GPL vmlinux 0xa2500ef6 __SCK__tp_func_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xa26d75a8 debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa28d0e2d of_clk_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0xa28f40bd __irq_apply_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xa29c3b2e virtio_require_restricted_mem_acc +EXPORT_SYMBOL_GPL vmlinux 0xa2af54b3 irq_from_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xa2b0820d __SCK__tp_func_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xa2b99209 alarm_start +EXPORT_SYMBOL_GPL vmlinux 0xa2bcc9f8 dev_pm_opp_put_opp_table +EXPORT_SYMBOL_GPL vmlinux 0xa2c0f59a ct_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0xa2c24f84 buffer_migrate_folio_norefs +EXPORT_SYMBOL_GPL vmlinux 0xa2c35576 __devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xa2c605e8 acpi_subsys_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xa2e1b3ef trace_printk_init_buffers +EXPORT_SYMBOL_GPL vmlinux 0xa2e4ad65 dev_fill_forward_path +EXPORT_SYMBOL_GPL vmlinux 0xa2e59608 regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xa2f37a1f iommu_set_pgtable_quirks +EXPORT_SYMBOL_GPL vmlinux 0xa2f7487f hv_is_hibernation_supported +EXPORT_SYMBOL_GPL vmlinux 0xa2fa2419 pci_p2pmem_publish +EXPORT_SYMBOL_GPL vmlinux 0xa304bcfc serial8250_init_port +EXPORT_SYMBOL_GPL vmlinux 0xa31639af __traceiter_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0xa316d650 extcon_sync +EXPORT_SYMBOL_GPL vmlinux 0xa31799df pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa31eeb82 nvmem_cell_read_u8 +EXPORT_SYMBOL_GPL vmlinux 0xa324177d power_supply_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xa3338f90 pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0xa334a1e8 input_ff_flush +EXPORT_SYMBOL_GPL vmlinux 0xa33b8b53 fsl_mc_allocate_irqs +EXPORT_SYMBOL_GPL vmlinux 0xa361a22a memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0xa369c0ea blk_mq_wait_quiesce_done +EXPORT_SYMBOL_GPL vmlinux 0xa36f50fb is_binary_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xa378ba5b pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa3878fd2 __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xa38a9f71 get_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xa38c1436 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0xa38f8d33 __bio_add_page +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a17eb8 fwnode_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0xa3a36c73 cppc_set_perf +EXPORT_SYMBOL_GPL vmlinux 0xa3ada72b pci_iomap_wc +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3bdf68c pci_iov_virtfn_devfn +EXPORT_SYMBOL_GPL vmlinux 0xa3c329db ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0xa3d39f98 pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xa3d9c830 devm_power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xa3dcb681 zynqmp_pm_fpga_load +EXPORT_SYMBOL_GPL vmlinux 0xa3ece414 freezer_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xa3eef600 dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0xa3f12f69 __crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0xa3f5b5eb acpi_subsys_freeze +EXPORT_SYMBOL_GPL vmlinux 0xa3f72a71 __platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0xa3f83c7a ata_eh_read_sense_success_ncq_log +EXPORT_SYMBOL_GPL vmlinux 0xa3fc50a1 component_master_add_with_match +EXPORT_SYMBOL_GPL vmlinux 0xa4031b7f sfp_parse_port +EXPORT_SYMBOL_GPL vmlinux 0xa4062a57 __tracepoint_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xa40e654a blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xa410a295 devlink_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa4281120 kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0xa42898af clk_hw_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xa42a95df ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa431f0f6 irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0xa43a394c crypto_unregister_acomp +EXPORT_SYMBOL_GPL vmlinux 0xa443deec relay_flush +EXPORT_SYMBOL_GPL vmlinux 0xa4445cc8 hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0xa44a1307 interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xa452f2a4 xen_pirq_from_irq +EXPORT_SYMBOL_GPL vmlinux 0xa4593275 skb_mpls_update_lse +EXPORT_SYMBOL_GPL vmlinux 0xa45c7b90 stack_trace_print +EXPORT_SYMBOL_GPL vmlinux 0xa45d44fc zynqmp_pm_get_pll_frac_data +EXPORT_SYMBOL_GPL vmlinux 0xa4692134 fsl_mc_cleanup_irq_pool +EXPORT_SYMBOL_GPL vmlinux 0xa479029b bpf_event_output +EXPORT_SYMBOL_GPL vmlinux 0xa47e3207 regulator_set_pull_down_regmap +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa492cc11 task_cputime_adjusted +EXPORT_SYMBOL_GPL vmlinux 0xa49e58fd of_console_check +EXPORT_SYMBOL_GPL vmlinux 0xa4a1593c iomap_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0xa4ab7c1c ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xa4b07fe7 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0xa4b5bbb2 stmpe_disable +EXPORT_SYMBOL_GPL vmlinux 0xa4b9b068 xfrm_dev_policy_add +EXPORT_SYMBOL_GPL vmlinux 0xa4ba6b87 genphy_c45_pma_read_abilities +EXPORT_SYMBOL_GPL vmlinux 0xa4bf2e41 cppc_set_epp_perf +EXPORT_SYMBOL_GPL vmlinux 0xa4c00324 asn1_encode_octet_string +EXPORT_SYMBOL_GPL vmlinux 0xa4c085f8 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0xa4cdce03 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa4dfba69 mc_send_command +EXPORT_SYMBOL_GPL vmlinux 0xa4e1740b regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xa4f2a2ed acpi_irq_get +EXPORT_SYMBOL_GPL vmlinux 0xa4f59904 of_phy_put +EXPORT_SYMBOL_GPL vmlinux 0xa4fcc512 driver_deferred_probe_check_state +EXPORT_SYMBOL_GPL vmlinux 0xa5067d1d fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0xa517f884 tegra210_plle_hw_sequence_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xa531471e clk_save_context +EXPORT_SYMBOL_GPL vmlinux 0xa54a2cba devlink_linecard_provision_clear +EXPORT_SYMBOL_GPL vmlinux 0xa54b969d blk_steal_bios +EXPORT_SYMBOL_GPL vmlinux 0xa54ece53 rio_request_mport_dma +EXPORT_SYMBOL_GPL vmlinux 0xa553986e dma_resv_get_singleton +EXPORT_SYMBOL_GPL vmlinux 0xa561b5ef fscrypt_fname_siphash +EXPORT_SYMBOL_GPL vmlinux 0xa565bf3a unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0xa56b4618 nop_posix_acl_access +EXPORT_SYMBOL_GPL vmlinux 0xa56e1a52 sg_free_table_chained +EXPORT_SYMBOL_GPL vmlinux 0xa570e984 sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0xa57a3a89 mas_empty_area_rev +EXPORT_SYMBOL_GPL vmlinux 0xa5806e4e phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0xa581ec38 phy_reset +EXPORT_SYMBOL_GPL vmlinux 0xa58a7f75 xenbus_alloc_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xa58db5ec power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0xa5987799 get_net_ns_by_fd +EXPORT_SYMBOL_GPL vmlinux 0xa5ae514c xhci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0xa5b8e4e6 pci_find_doe_mailbox +EXPORT_SYMBOL_GPL vmlinux 0xa5bda8a1 efi_capsule_supported +EXPORT_SYMBOL_GPL vmlinux 0xa5be8532 hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xa5ced5ad proc_create_net_data +EXPORT_SYMBOL_GPL vmlinux 0xa5d1f4b8 stack_depot_snprint +EXPORT_SYMBOL_GPL vmlinux 0xa5d7c388 pstore_type_to_name +EXPORT_SYMBOL_GPL vmlinux 0xa5d937f6 of_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0xa5e4ef46 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa5e79ebe pci_generic_config_write +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa5fe0239 vchan_tx_desc_free +EXPORT_SYMBOL_GPL vmlinux 0xa6183328 usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xa6247bee trace_remove_event_call +EXPORT_SYMBOL_GPL vmlinux 0xa62af7de bind_interdomain_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0xa632d797 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xa6445323 ftrace_free_filter +EXPORT_SYMBOL_GPL vmlinux 0xa65d9e80 inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa672dba6 dpcon_reset +EXPORT_SYMBOL_GPL vmlinux 0xa67f8d02 ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xa69a2f6b regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0xa6a088b7 fscrypt_match_name +EXPORT_SYMBOL_GPL vmlinux 0xa6a6ab9b class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xa6a7925c mas_walk +EXPORT_SYMBOL_GPL vmlinux 0xa6a8ed56 regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa6a993f2 __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0xa6aba099 regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xa6af1e35 __SCK__tp_func_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xa6b06f65 ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xa6b0f124 dispatch_hid_bpf_device_event +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6b5ee5b __SCK__tp_func_block_split +EXPORT_SYMBOL_GPL vmlinux 0xa6d67d55 virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0xa6dc0d97 tegra_read_ram_code +EXPORT_SYMBOL_GPL vmlinux 0xa6ddb7f8 sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6e5b807 edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xa6ef4c79 ahci_platform_resume +EXPORT_SYMBOL_GPL vmlinux 0xa708ca58 mas_store_prealloc +EXPORT_SYMBOL_GPL vmlinux 0xa709c835 fib6_info_destroy_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa70a01c1 percpu_down_write +EXPORT_SYMBOL_GPL vmlinux 0xa720b07b tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0xa7241959 pkcs7_supply_detached_data +EXPORT_SYMBOL_GPL vmlinux 0xa72dd105 pci_bridge_emul_conf_write +EXPORT_SYMBOL_GPL vmlinux 0xa731f387 nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0xa7418a5e of_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xa7531dc1 dst_cache_get_ip4 +EXPORT_SYMBOL_GPL vmlinux 0xa76175ff nvdimm_bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa764e7d2 blk_mq_quiesce_queue_nowait +EXPORT_SYMBOL_GPL vmlinux 0xa76507a4 debugfs_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa76c312e dmaengine_desc_attach_metadata +EXPORT_SYMBOL_GPL vmlinux 0xa7722068 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa7722813 filemap_migrate_folio +EXPORT_SYMBOL_GPL vmlinux 0xa788700b copy_to_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0xa78b6daa rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xa790ab4b __tracepoint_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xa7ba75fc acpi_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xa7c5ca9f __traceiter_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xa7c68231 __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0xa7c84df4 mbox_send_message +EXPORT_SYMBOL_GPL vmlinux 0xa7dbf5dd umd_load_blob +EXPORT_SYMBOL_GPL vmlinux 0xa7e5518c rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xa7fa6aae pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0xa7fe3cb2 dm_put +EXPORT_SYMBOL_GPL vmlinux 0xa80c9914 devm_rtc_allocate_device +EXPORT_SYMBOL_GPL vmlinux 0xa81485e6 __traceiter_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0xa8329afc tegra_xusb_padctl_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0xa8368e75 devm_ioremap_uc +EXPORT_SYMBOL_GPL vmlinux 0xa844d8e4 pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0xa848d54e device_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0xa84b1ab1 ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa84e6708 virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa85331df mtk_clk_gate_ops_no_setclr_inv +EXPORT_SYMBOL_GPL vmlinux 0xa8653364 ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xa86c1dc0 dax_iomap_fault +EXPORT_SYMBOL_GPL vmlinux 0xa870e265 spi_mem_exec_op +EXPORT_SYMBOL_GPL vmlinux 0xa88181f5 crypto_register_rngs +EXPORT_SYMBOL_GPL vmlinux 0xa8821d11 nfct_btf_struct_access +EXPORT_SYMBOL_GPL vmlinux 0xa8841cc6 mas_next +EXPORT_SYMBOL_GPL vmlinux 0xa8884bcc ptp_parse_header +EXPORT_SYMBOL_GPL vmlinux 0xa88efa51 xhci_get_ep_ctx +EXPORT_SYMBOL_GPL vmlinux 0xa8933163 device_match_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xa89926dc crypto_dh_decode_key +EXPORT_SYMBOL_GPL vmlinux 0xa8998bd8 kvm_vcpu_mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0xa899b55c usb_control_msg_send +EXPORT_SYMBOL_GPL vmlinux 0xa8a6364c xas_get_mark +EXPORT_SYMBOL_GPL vmlinux 0xa8b24aa0 cdx_dev_reset +EXPORT_SYMBOL_GPL vmlinux 0xa8e1d613 key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0xa8e8c7c7 pm_clk_init +EXPORT_SYMBOL_GPL vmlinux 0xa8f4119b pcie_aspm_capable +EXPORT_SYMBOL_GPL vmlinux 0xa8f59951 wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0xa8f97178 __tracepoint_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xa8ff1ac3 bpf_trace_run1 +EXPORT_SYMBOL_GPL vmlinux 0xa9148f0e inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xa9320d27 ktime_get_seconds +EXPORT_SYMBOL_GPL vmlinux 0xa943e521 sk_msg_return_zero +EXPORT_SYMBOL_GPL vmlinux 0xa949b465 inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xa94f3ef6 of_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xa94faa18 acpi_pci_check_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xa952a575 find_vpid +EXPORT_SYMBOL_GPL vmlinux 0xa95b5c77 hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0xa95c2d4e iomap_zero_range +EXPORT_SYMBOL_GPL vmlinux 0xa96acf5e dpcon_get_attributes +EXPORT_SYMBOL_GPL vmlinux 0xa96e8b4e hv_setup_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0xa981c7a4 devm_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0xa99b8e70 __SCK__tp_func_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0xa99ef899 devlink_fmsg_bool_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xa9c05f8b ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0xa9c60264 of_css +EXPORT_SYMBOL_GPL vmlinux 0xa9d9cddd tegra_mc_get_emem_device_count +EXPORT_SYMBOL_GPL vmlinux 0xaa008608 pci_host_common_probe +EXPORT_SYMBOL_GPL vmlinux 0xaa02c622 gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0xaa2723cf input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0xaa2a03e1 phy_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0xaa2b0197 ip_valid_fib_dump_req +EXPORT_SYMBOL_GPL vmlinux 0xaa323e75 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0xaa365fa7 regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xaa393cc6 mas_preallocate +EXPORT_SYMBOL_GPL vmlinux 0xaa49dac2 dprc_close +EXPORT_SYMBOL_GPL vmlinux 0xaa5a4081 meson_clk_pll_ops +EXPORT_SYMBOL_GPL vmlinux 0xaa5ea20b rtnl_get_net_ns_capable +EXPORT_SYMBOL_GPL vmlinux 0xaa6a50f9 __static_key_deferred_flush +EXPORT_SYMBOL_GPL vmlinux 0xaa7c638a devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xaa849682 device_rename +EXPORT_SYMBOL_GPL vmlinux 0xaa94cea7 rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xaaa359f1 usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaaad091d sdio_retune_crc_disable +EXPORT_SYMBOL_GPL vmlinux 0xaab9c421 clk_multiplier_ops +EXPORT_SYMBOL_GPL vmlinux 0xaaba7cf1 __tracepoint_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xaacbc61b dprc_set_obj_irq +EXPORT_SYMBOL_GPL vmlinux 0xaae08666 pinctrl_utils_add_config +EXPORT_SYMBOL_GPL vmlinux 0xaae75705 fuse_fill_super_common +EXPORT_SYMBOL_GPL vmlinux 0xaaf1867c dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xaaf204e5 fwnode_connection_find_matches +EXPORT_SYMBOL_GPL vmlinux 0xaafafbff rockchip_pmu_unblock +EXPORT_SYMBOL_GPL vmlinux 0xaaff0047 __regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xab04bdbd pm_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xab060841 zynqmp_pm_query_data +EXPORT_SYMBOL_GPL vmlinux 0xab117ce4 usb_acpi_power_manageable +EXPORT_SYMBOL_GPL vmlinux 0xab1e0e93 hv_setup_kexec_handler +EXPORT_SYMBOL_GPL vmlinux 0xab2834d5 fsl_mc_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0xab3458c8 pci_ioremap_wc_bar +EXPORT_SYMBOL_GPL vmlinux 0xab424c74 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0xab46638b ip6_pol_route +EXPORT_SYMBOL_GPL vmlinux 0xab5f436e phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0xab6ee69c fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0xab6f0ded __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0xab833422 blk_mq_update_nr_hw_queues +EXPORT_SYMBOL_GPL vmlinux 0xab84907f dev_pm_domain_start +EXPORT_SYMBOL_GPL vmlinux 0xaba0dda4 debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0xabb83355 dma_vmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xabc2e2b3 device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0xabc640f3 list_lru_isolate +EXPORT_SYMBOL_GPL vmlinux 0xabc6e9e4 pm_report_max_hw_sleep +EXPORT_SYMBOL_GPL vmlinux 0xabd45848 stop_machine +EXPORT_SYMBOL_GPL vmlinux 0xabe0fd97 component_master_del +EXPORT_SYMBOL_GPL vmlinux 0xabeb21e3 thermal_zone_get_slope +EXPORT_SYMBOL_GPL vmlinux 0xabf13212 pci_pr3_present +EXPORT_SYMBOL_GPL vmlinux 0xabf64112 i2c_dw_adjust_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0xabfa2754 fwnode_property_get_reference_args +EXPORT_SYMBOL_GPL vmlinux 0xabfb48a3 usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0xabfc7cab led_set_brightness_nopm +EXPORT_SYMBOL_GPL vmlinux 0xac029414 usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0xac033323 sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0xac06a054 clk_regmap_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xac078b0f pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0xac086d8a sched_set_normal +EXPORT_SYMBOL_GPL vmlinux 0xac357a9e dev_pm_domain_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0xac361757 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xac4727b8 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0xac4b777d tcp_enter_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xac6018a3 sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0xac649d37 skcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0xac690a01 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0xac7359a9 wbc_account_cgroup_owner +EXPORT_SYMBOL_GPL vmlinux 0xac82ff9a bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xac983689 thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xacb4d88c clk_rate_exclusive_put +EXPORT_SYMBOL_GPL vmlinux 0xacbb5fa2 is_swiotlb_active +EXPORT_SYMBOL_GPL vmlinux 0xacc7dc8b ahci_stop_engine +EXPORT_SYMBOL_GPL vmlinux 0xacc977ac alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0xacd7afe8 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xace5a6d4 regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0xace9be5c dev_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0xacf980fa bind_interdomain_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0xacfbbe75 genphy_c45_pma_resume +EXPORT_SYMBOL_GPL vmlinux 0xad06c825 ct_user_exit +EXPORT_SYMBOL_GPL vmlinux 0xad1baa49 dprc_get_obj_count +EXPORT_SYMBOL_GPL vmlinux 0xad2f0995 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0xad315be1 switchdev_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0xad364f81 of_usb_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xad395dd9 mm_account_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0xad42dff8 __SCK__tp_func_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xad4780d2 devm_clk_get_optional_prepared +EXPORT_SYMBOL_GPL vmlinux 0xad4aeba6 fsverity_ioctl_read_metadata +EXPORT_SYMBOL_GPL vmlinux 0xad4e6259 remove_cpu +EXPORT_SYMBOL_GPL vmlinux 0xad56954b sk_free_unlock_clone +EXPORT_SYMBOL_GPL vmlinux 0xad645234 register_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xad76a3f0 __SCK__tp_func_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xad78997f devlink_resource_register +EXPORT_SYMBOL_GPL vmlinux 0xad83ce29 xas_find_conflict +EXPORT_SYMBOL_GPL vmlinux 0xad94ad3e switchdev_handle_port_obj_add_foreign +EXPORT_SYMBOL_GPL vmlinux 0xad978df9 blk_crypto_reprogram_all_keys +EXPORT_SYMBOL_GPL vmlinux 0xad9abd0d crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xad9daad1 pci_epf_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xad9fb247 lwtunnel_valid_encap_type_attr +EXPORT_SYMBOL_GPL vmlinux 0xada38766 dst_cache_destroy +EXPORT_SYMBOL_GPL vmlinux 0xada6780f pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0xada9eac9 vring_create_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xadb415db __kernel_write +EXPORT_SYMBOL_GPL vmlinux 0xadb866ae dax_layout_busy_page_range +EXPORT_SYMBOL_GPL vmlinux 0xadbdd12b kick_process +EXPORT_SYMBOL_GPL vmlinux 0xadbe3f57 of_phandle_args_to_fwspec +EXPORT_SYMBOL_GPL vmlinux 0xadc00f37 bus_get_dev_root +EXPORT_SYMBOL_GPL vmlinux 0xadd59602 of_device_compatible_match +EXPORT_SYMBOL_GPL vmlinux 0xaddf613e crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0xade43329 genphy_c45_read_lpa +EXPORT_SYMBOL_GPL vmlinux 0xade5339b hte_get_clk_src_info +EXPORT_SYMBOL_GPL vmlinux 0xadf1e646 pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0xadf9b068 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0xadf9c1b3 housekeeping_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xae01217a mpi_write_to_sgl +EXPORT_SYMBOL_GPL vmlinux 0xae0ecf40 usb_bus_idr_lock +EXPORT_SYMBOL_GPL vmlinux 0xae1051b0 net_cls_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xae2d233b divider_ro_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0xae39f80e dst_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xae483086 mptcp_diag_fill_info +EXPORT_SYMBOL_GPL vmlinux 0xae55f102 ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0xae66224d dev_pm_opp_of_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae6a4840 tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae8f9fbf acpi_match_acpi_device +EXPORT_SYMBOL_GPL vmlinux 0xae94b7a2 extcon_get_property_capability +EXPORT_SYMBOL_GPL vmlinux 0xae98eb01 md_bitmap_copy_from_slot +EXPORT_SYMBOL_GPL vmlinux 0xae9e5da8 mark_page_dirty_in_slot +EXPORT_SYMBOL_GPL vmlinux 0xaead089c meson_sm_get +EXPORT_SYMBOL_GPL vmlinux 0xaeaed938 clk_register +EXPORT_SYMBOL_GPL vmlinux 0xaeb4bf1b acpi_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0xaeb5179e rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0xaeba29b6 usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xaebda375 usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xaebe7144 __pci_epf_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xaebf9065 phy_configure +EXPORT_SYMBOL_GPL vmlinux 0xaecab4c5 dma_resv_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0xaededf62 fsverity_ioctl_measure +EXPORT_SYMBOL_GPL vmlinux 0xaef01f05 usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0xaefe3620 fscrypt_fname_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xaf05f8a5 devlink_flash_update_timeout_notify +EXPORT_SYMBOL_GPL vmlinux 0xaf076aec nd_fletcher64 +EXPORT_SYMBOL_GPL vmlinux 0xaf08a161 ahci_init_controller +EXPORT_SYMBOL_GPL vmlinux 0xaf0b6ba7 blkg_rwstat_init +EXPORT_SYMBOL_GPL vmlinux 0xaf21c96f ip_route_output_tunnel +EXPORT_SYMBOL_GPL vmlinux 0xaf2a3f1a pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0xaf3314f0 mtk_clk_register_plls +EXPORT_SYMBOL_GPL vmlinux 0xaf348da7 cpu_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xaf3a44e9 __SCK__tp_func_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xaf4014ff usb_amd_quirk_pll_check +EXPORT_SYMBOL_GPL vmlinux 0xaf420600 rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xaf42aff9 fsl_mc_device_group +EXPORT_SYMBOL_GPL vmlinux 0xaf43f908 spi_mem_supports_op +EXPORT_SYMBOL_GPL vmlinux 0xaf57ec2b nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0xaf6d38c0 vcap_mod_rule +EXPORT_SYMBOL_GPL vmlinux 0xaf6ed6b9 devm_memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0xaf793668 __alloc_percpu_gfp +EXPORT_SYMBOL_GPL vmlinux 0xaf7ad94c __SCK__tp_func_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xaf852873 cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0xaf885af7 virtio_device_freeze +EXPORT_SYMBOL_GPL vmlinux 0xaf8c3f99 srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xaf8fcbb6 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xaf9285ee cros_ec_get_sensor_count +EXPORT_SYMBOL_GPL vmlinux 0xafb07262 __pfn_to_mfn +EXPORT_SYMBOL_GPL vmlinux 0xafcd1cb1 vcap_chain_id_to_lookup +EXPORT_SYMBOL_GPL vmlinux 0xafd1d3d1 devm_pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0xafddd545 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xafe77d36 scsi_internal_device_block_nowait +EXPORT_SYMBOL_GPL vmlinux 0xafe854e1 ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0xafeb58c1 __SCK__tp_func_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xafee33f0 kvm_destroy_vcpus +EXPORT_SYMBOL_GPL vmlinux 0xb0099f79 topology_clear_scale_freq_source +EXPORT_SYMBOL_GPL vmlinux 0xb0133d1c spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xb0236523 dev_pm_opp_is_turbo +EXPORT_SYMBOL_GPL vmlinux 0xb02ac411 register_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb02ddecd ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0xb0481b14 paste_selection +EXPORT_SYMBOL_GPL vmlinux 0xb04834c7 clean_acked_data_disable +EXPORT_SYMBOL_GPL vmlinux 0xb0497359 ahci_platform_enable_regulators +EXPORT_SYMBOL_GPL vmlinux 0xb049a294 __SCK__tp_func_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0xb0552a30 of_property_read_variable_u64_array +EXPORT_SYMBOL_GPL vmlinux 0xb05b68d5 zynqmp_pm_reset_get_status +EXPORT_SYMBOL_GPL vmlinux 0xb06ea245 sbitmap_queue_resize +EXPORT_SYMBOL_GPL vmlinux 0xb0747ed2 rcu_cpu_stall_suppress +EXPORT_SYMBOL_GPL vmlinux 0xb077e70a clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0xb07fb2a8 pci_hp_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb0802f90 __tracepoint_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xb08a22a3 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0xb0926993 iptunnel_metadata_reply +EXPORT_SYMBOL_GPL vmlinux 0xb0a91000 mmu_notifier_put +EXPORT_SYMBOL_GPL vmlinux 0xb0abd0bb devm_hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb0b3415a tty_save_termios +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0c025d4 regulator_get_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xb0c24091 sbitmap_show +EXPORT_SYMBOL_GPL vmlinux 0xb0d1656c gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0xb0e7ab1f __traceiter_console +EXPORT_SYMBOL_GPL vmlinux 0xb0e8e671 xenbus_otherend_changed +EXPORT_SYMBOL_GPL vmlinux 0xb0ec4031 mtk_clk_pdev_probe +EXPORT_SYMBOL_GPL vmlinux 0xb0fa7a12 regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0xb10435d7 usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xb10b9fb3 inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0xb10ca5c1 crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0xb10d964d devlink_fmsg_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xb11d9000 tty_dev_name_to_number +EXPORT_SYMBOL_GPL vmlinux 0xb11ec7b5 cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xb1221ec6 mpc8xxx_spi_rx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0xb12a4fb4 xen_remap_vma_range +EXPORT_SYMBOL_GPL vmlinux 0xb12d847d of_reserved_mem_device_init_by_idx +EXPORT_SYMBOL_GPL vmlinux 0xb13277a6 pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xb13837ce vcap_rule_add_key_u48 +EXPORT_SYMBOL_GPL vmlinux 0xb15dfc18 virtqueue_get_avail_addr +EXPORT_SYMBOL_GPL vmlinux 0xb1647fc2 devlink_info_version_running_put +EXPORT_SYMBOL_GPL vmlinux 0xb166e6e3 pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0xb17a942c bpf_sk_storage_diag_put +EXPORT_SYMBOL_GPL vmlinux 0xb187ea52 tty_get_icount +EXPORT_SYMBOL_GPL vmlinux 0xb192a935 fixed_phy_register_with_gpiod +EXPORT_SYMBOL_GPL vmlinux 0xb193f2f2 metadata_dst_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0xb1b3f6ed phylink_mii_c22_pcs_decode_state +EXPORT_SYMBOL_GPL vmlinux 0xb1baa71a devlink_linecard_provision_fail +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1c0b741 handle_fasteoi_irq +EXPORT_SYMBOL_GPL vmlinux 0xb1dfecea power_supply_battery_info_properties_size +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1e4a461 devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0xb1e4bf5d skb_gso_validate_mac_len +EXPORT_SYMBOL_GPL vmlinux 0xb1e6b867 spi_mem_adjust_op_size +EXPORT_SYMBOL_GPL vmlinux 0xb1eb5662 mtk_devm_alloc_clk_data +EXPORT_SYMBOL_GPL vmlinux 0xb1fc1782 pci_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xb202f0d7 rht_bucket_nested_insert +EXPORT_SYMBOL_GPL vmlinux 0xb21d00c6 hte_ts_put +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb2367808 fwnode_handle_put +EXPORT_SYMBOL_GPL vmlinux 0xb23a9329 ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL vmlinux 0xb23b3b02 cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0xb23b7691 start_poll_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0xb2405efc secure_tcp_seq +EXPORT_SYMBOL_GPL vmlinux 0xb249e7d0 rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xb256be16 efivar_is_available +EXPORT_SYMBOL_GPL vmlinux 0xb25e622a devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0xb26a1add elfcorehdr_addr +EXPORT_SYMBOL_GPL vmlinux 0xb273c83b fscrypt_file_open +EXPORT_SYMBOL_GPL vmlinux 0xb274a4ec kthread_park +EXPORT_SYMBOL_GPL vmlinux 0xb27f7670 wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xb27fe6bc uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xb288db16 __clk_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xb291ba26 rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xb29533ee zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0xb2a189a5 shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0xb2a6f197 bpf_fentry_test1 +EXPORT_SYMBOL_GPL vmlinux 0xb2ac5a5a virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0xb2ae62fd i2c_slave_register +EXPORT_SYMBOL_GPL vmlinux 0xb2bd8192 sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0xb2c1732e rcu_gp_set_torture_wait +EXPORT_SYMBOL_GPL vmlinux 0xb2c84ab7 usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xb2e51392 do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb2f83c91 amba_device_add +EXPORT_SYMBOL_GPL vmlinux 0xb2fa093e blk_mq_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xb2fabb89 blk_queue_can_use_dma_map_merging +EXPORT_SYMBOL_GPL vmlinux 0xb2fb0a9c inet6_cleanup_sock +EXPORT_SYMBOL_GPL vmlinux 0xb2ffec2e posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb307c909 devlink_fmsg_u64_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xb30b2bda preempt_model_full +EXPORT_SYMBOL_GPL vmlinux 0xb31818d6 irq_chip_mask_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0xb32573ed fwnode_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xb331b037 security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0xb3403b05 xenbus_probe_node +EXPORT_SYMBOL_GPL vmlinux 0xb3428d4a apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0xb34318c9 fs_dax_get_by_bdev +EXPORT_SYMBOL_GPL vmlinux 0xb346cacc rockchip_clk_register_armclk +EXPORT_SYMBOL_GPL vmlinux 0xb3532f7c extcon_set_property_capability +EXPORT_SYMBOL_GPL vmlinux 0xb35ddc7e sched_set_fifo +EXPORT_SYMBOL_GPL vmlinux 0xb36a97bc device_link_del +EXPORT_SYMBOL_GPL vmlinux 0xb37f45fd pinctrl_find_gpio_range_from_pin_nolock +EXPORT_SYMBOL_GPL vmlinux 0xb38c067a pci_epc_linkup +EXPORT_SYMBOL_GPL vmlinux 0xb39ffbc0 ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0xb3bb4b12 nvmem_cell_read_u16 +EXPORT_SYMBOL_GPL vmlinux 0xb3d75974 dev_pm_opp_of_find_icc_paths +EXPORT_SYMBOL_GPL vmlinux 0xb3db8b68 crypto_alloc_kpp +EXPORT_SYMBOL_GPL vmlinux 0xb3e79ee1 irq_set_chained_handler_and_data +EXPORT_SYMBOL_GPL vmlinux 0xb3eafed5 led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0xb3fd8fe6 kernel_read_file_from_path +EXPORT_SYMBOL_GPL vmlinux 0xb409c756 crypto_unregister_ahashes +EXPORT_SYMBOL_GPL vmlinux 0xb40d673e zynqmp_pm_pinctrl_request +EXPORT_SYMBOL_GPL vmlinux 0xb4215752 blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0xb421d09f xen_xenbus_fops +EXPORT_SYMBOL_GPL vmlinux 0xb425f5bb br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0xb42bcfbf rz_mtu3_8bit_ch_write +EXPORT_SYMBOL_GPL vmlinux 0xb42d3c25 vtime_guest_exit +EXPORT_SYMBOL_GPL vmlinux 0xb43f9365 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xb44ab0a3 bio_clone_blkg_association +EXPORT_SYMBOL_GPL vmlinux 0xb44e18ea audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb4558cf2 irq_domain_set_hwirq_and_chip +EXPORT_SYMBOL_GPL vmlinux 0xb45f12dd get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0xb46ccb80 rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0xb47fb48f acpi_get_and_request_gpiod +EXPORT_SYMBOL_GPL vmlinux 0xb485e487 regulator_get_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0xb48708c4 scmi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xb48e0732 pci_epc_clear_bar +EXPORT_SYMBOL_GPL vmlinux 0xb48f0638 software_node_register +EXPORT_SYMBOL_GPL vmlinux 0xb48f3499 xlnx_register_event +EXPORT_SYMBOL_GPL vmlinux 0xb4a2e0c7 generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0xb4afd63c usb_acpi_port_lpm_incapable +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4bce328 fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0xb4db7730 devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0xb4ea4fb5 vp_modern_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4eda0da ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0xb4f57499 dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb501b2df nd_cmd_dimm_desc +EXPORT_SYMBOL_GPL vmlinux 0xb5093dd3 console_list +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb520eb79 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xb5225416 pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0xb5303d2a rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0xb53119f3 device_match_devt +EXPORT_SYMBOL_GPL vmlinux 0xb5457dcd pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0xb55126be power_supply_get_property +EXPORT_SYMBOL_GPL vmlinux 0xb55139f6 HUF_readStats +EXPORT_SYMBOL_GPL vmlinux 0xb554ec40 usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0xb5578791 watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xb55de460 HYPERVISOR_dm_op +EXPORT_SYMBOL_GPL vmlinux 0xb561c490 mpi_mul +EXPORT_SYMBOL_GPL vmlinux 0xb565ee10 vfs_get_acl +EXPORT_SYMBOL_GPL vmlinux 0xb570745c __SCK__tp_func_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0xb57cca09 bpf_prog_add +EXPORT_SYMBOL_GPL vmlinux 0xb57f6b2c governor_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0xb58c0d7b badblocks_clear +EXPORT_SYMBOL_GPL vmlinux 0xb58f830b trace_event_ignore_this_pid +EXPORT_SYMBOL_GPL vmlinux 0xb592d904 __gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL vmlinux 0xb5a83e35 gnttab_setup_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xb5a8c226 acpi_gsi_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xb5a91f40 vcap_keyfield_name +EXPORT_SYMBOL_GPL vmlinux 0xb5af8ace irq_chip_enable_parent +EXPORT_SYMBOL_GPL vmlinux 0xb5b6fb04 hv_get_vpreg +EXPORT_SYMBOL_GPL vmlinux 0xb5c0cb37 gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0xb5c45310 shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0xb5cfd9d5 genpd_dev_pm_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0xb5d8958c debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0xb5e14f24 nd_region_dev +EXPORT_SYMBOL_GPL vmlinux 0xb5efbd9c kvm_vcpu_kick +EXPORT_SYMBOL_GPL vmlinux 0xb60e52ff ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0xb60eee14 proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0xb61d4b4b ip_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0xb6220fd3 bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xb625efe9 hte_push_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb62fdde8 __traceiter_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0xb630e4c0 gpiochip_reqres_irq +EXPORT_SYMBOL_GPL vmlinux 0xb6357e53 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0xb6410433 mpi_addm +EXPORT_SYMBOL_GPL vmlinux 0xb655f91b pci_epc_get_next_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xb667d5e5 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xb6706ba5 usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0xb6787346 sfp_unregister_socket +EXPORT_SYMBOL_GPL vmlinux 0xb686666d call_switchdev_blocking_notifiers +EXPORT_SYMBOL_GPL vmlinux 0xb68b96b6 proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0xb696a7e9 wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0xb69afbb0 devlink_linecard_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xb6a05c0b ip6_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0xb6a7d1f7 tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0xb6c3f287 pci_hp_add +EXPORT_SYMBOL_GPL vmlinux 0xb6c61889 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb6df084d sbitmap_queue_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0xb6e6d99d clk_disable +EXPORT_SYMBOL_GPL vmlinux 0xb6f97ca3 fscrypt_set_bio_crypt_ctx_bh +EXPORT_SYMBOL_GPL vmlinux 0xb6fbd14b crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0xb6ff73f2 devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb70b98cf phy_modify +EXPORT_SYMBOL_GPL vmlinux 0xb72e3c95 input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0xb7329c06 clk_set_phase +EXPORT_SYMBOL_GPL vmlinux 0xb73713d7 nvmem_add_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0xb73fe427 crypto_unregister_rngs +EXPORT_SYMBOL_GPL vmlinux 0xb74798bb sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb74914f0 ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xb776c153 dev_pm_opp_get_supplies +EXPORT_SYMBOL_GPL vmlinux 0xb77866a1 shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xb77b3210 acpi_storage_d3 +EXPORT_SYMBOL_GPL vmlinux 0xb782c1a3 hv_get_vpreg_128 +EXPORT_SYMBOL_GPL vmlinux 0xb786bf75 pci_write_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0xb78dab86 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xb7a23917 mpc8xxx_spi_rx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0xb7a387fc synchronize_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0xb7a43134 handle_mm_fault +EXPORT_SYMBOL_GPL vmlinux 0xb7c57cda pci_remove_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xb7c69a63 unregister_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb7eab117 devl_linecard_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb7f4ddd3 input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0xb7f771e1 powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0xb7f990e9 rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xb7fe931b rio_mport_initialize +EXPORT_SYMBOL_GPL vmlinux 0xb8226f7a pm_genpd_remove +EXPORT_SYMBOL_GPL vmlinux 0xb8273d0b __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0xb82bb205 gpiochip_relres_irq +EXPORT_SYMBOL_GPL vmlinux 0xb82c97d1 blk_mq_quiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0xb82e12c6 xhci_dbg_trace +EXPORT_SYMBOL_GPL vmlinux 0xb8316513 sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xb839fbb2 l3mdev_fib_table_by_index +EXPORT_SYMBOL_GPL vmlinux 0xb83de037 devlink_dpipe_entry_ctx_append +EXPORT_SYMBOL_GPL vmlinux 0xb84c838b fscrypt_show_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0xb85042e5 gnttab_free_grant_reference_seq +EXPORT_SYMBOL_GPL vmlinux 0xb86042f9 switchdev_handle_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0xb868539d clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0xb8781582 imx_clk_hw_sscg_pll +EXPORT_SYMBOL_GPL vmlinux 0xb87b56db get_dev_pagemap +EXPORT_SYMBOL_GPL vmlinux 0xb87f40fe cppc_set_enable +EXPORT_SYMBOL_GPL vmlinux 0xb88dbfce irq_set_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0xb89e69b1 jump_label_update_timeout +EXPORT_SYMBOL_GPL vmlinux 0xb8a9399e vcap_select_min_rule_keyset +EXPORT_SYMBOL_GPL vmlinux 0xb8b81a3d ahci_save_initial_config +EXPORT_SYMBOL_GPL vmlinux 0xb8b8c4f0 ti_sci_release_resource +EXPORT_SYMBOL_GPL vmlinux 0xb8b95a3d bpf_offload_dev_create +EXPORT_SYMBOL_GPL vmlinux 0xb8c90216 fscrypt_set_bio_crypt_ctx +EXPORT_SYMBOL_GPL vmlinux 0xb8cd37c5 ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0xb8cd3a7f nf_logger_put +EXPORT_SYMBOL_GPL vmlinux 0xb8db960b usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0xb8dc4cb3 spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0xb8e52449 encrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0xb8ec51ec pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xb8ed5887 __udp_enqueue_schedule_skb +EXPORT_SYMBOL_GPL vmlinux 0xb8f03f6d crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0xb8f11603 idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb8fd6bf3 mtk_clk_gate_ops_no_setclr +EXPORT_SYMBOL_GPL vmlinux 0xb912560d static_key_disable +EXPORT_SYMBOL_GPL vmlinux 0xb912df40 of_changeset_action +EXPORT_SYMBOL_GPL vmlinux 0xb917b6d7 return_address +EXPORT_SYMBOL_GPL vmlinux 0xb928e509 irq_chip_unmask_parent +EXPORT_SYMBOL_GPL vmlinux 0xb92bdf22 tps65912_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xb940d90d hte_enable_ts +EXPORT_SYMBOL_GPL vmlinux 0xb94dc86b regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xb959841d auxiliary_find_device +EXPORT_SYMBOL_GPL vmlinux 0xb9681621 xdp_do_flush +EXPORT_SYMBOL_GPL vmlinux 0xb9743c88 scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xb980dc42 tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb982fd1c devl_dpipe_headers_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb9852d11 __traceiter_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xb994a3be vcap_is_last_chain +EXPORT_SYMBOL_GPL vmlinux 0xb99938a5 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0xb99a3b00 sbitmap_queue_recalculate_wake_batch +EXPORT_SYMBOL_GPL vmlinux 0xb99a96ce __regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0xb9a3866c __devm_rtc_register_device +EXPORT_SYMBOL_GPL vmlinux 0xb9a9ea16 devm_mipi_dsi_attach +EXPORT_SYMBOL_GPL vmlinux 0xb9b06ee2 rio_free_net +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c16f51 hv_max_vp_index +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9d514a7 dev_pm_opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0xb9e10ecf kvm_arch_ptp_get_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0xb9ec5d8f sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0xba220db7 __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xba255923 gpiod_set_consumer_name +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba355694 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0xba38cca8 nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0xba6eb67d __tracepoint_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xba706acf thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xba766ead debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0xba89e28c phy_restore_page +EXPORT_SYMBOL_GPL vmlinux 0xba90ac06 fsnotify_add_mark +EXPORT_SYMBOL_GPL vmlinux 0xbaa2b77e perf_aux_output_end +EXPORT_SYMBOL_GPL vmlinux 0xbab219ad gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0xbab288c6 regmap_read +EXPORT_SYMBOL_GPL vmlinux 0xbab29bb8 scsi_host_complete_all_commands +EXPORT_SYMBOL_GPL vmlinux 0xbab9a9f0 maxim_charger_currents +EXPORT_SYMBOL_GPL vmlinux 0xbabcee1c __kthread_init_worker +EXPORT_SYMBOL_GPL vmlinux 0xbac50186 sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0xbac94448 __tracepoint_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0xbad2f006 blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0xbad8fec8 kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL vmlinux 0xbadb0a7d platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0xbadee07b mpc8xxx_spi_tx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0xbae2272d scsi_host_busy_iter +EXPORT_SYMBOL_GPL vmlinux 0xbaedbd98 net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0xbaf2117d clk_hw_register_composite +EXPORT_SYMBOL_GPL vmlinux 0xbaf33d04 of_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0xbaf6850c fsnotify_wait_marks_destroyed +EXPORT_SYMBOL_GPL vmlinux 0xbb028ad3 rcu_gp_slow_register +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb0b25d2 register_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0xbb1c1980 tcp_register_ulp +EXPORT_SYMBOL_GPL vmlinux 0xbb24f372 __SCK__tp_func_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xbb312f85 _copy_from_iter_flushcache +EXPORT_SYMBOL_GPL vmlinux 0xbb35ea35 __traceiter_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xbb3ed619 mdiobus_modify +EXPORT_SYMBOL_GPL vmlinux 0xbb4146b3 get_completed_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xbb44f27a iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xbb57b2a7 __netif_set_xps_queue +EXPORT_SYMBOL_GPL vmlinux 0xbb58c696 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0xbb5f9f8b devm_register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xbb62b3d1 cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0xbb6508da random_get_entropy_fallback +EXPORT_SYMBOL_GPL vmlinux 0xbb6a3cbd devlink_fmsg_arr_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xbb6a5be0 ahci_platform_enable_clks +EXPORT_SYMBOL_GPL vmlinux 0xbb6e2e4b of_pci_dma_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0xbb6f025a asymmetric_key_generate_id +EXPORT_SYMBOL_GPL vmlinux 0xbb7195a5 xdp_warn +EXPORT_SYMBOL_GPL vmlinux 0xbb7af089 i2c_client_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xbb7e9690 gfn_to_hva_memslot +EXPORT_SYMBOL_GPL vmlinux 0xbb876e2d pinctrl_dev_get_devname +EXPORT_SYMBOL_GPL vmlinux 0xbb9d934c pinctrl_generic_get_group +EXPORT_SYMBOL_GPL vmlinux 0xbb9e0ea5 balance_dirty_pages_ratelimited_flags +EXPORT_SYMBOL_GPL vmlinux 0xbb9fe9ff rio_add_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0xbba91ece blk_crypto_intersect_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xbbba1646 devlink_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbbbf82b7 ipv6_bpf_stub +EXPORT_SYMBOL_GPL vmlinux 0xbbc0c96d ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0xbbc41590 ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0xbbdafe7c acpi_bus_trim +EXPORT_SYMBOL_GPL vmlinux 0xbbe5611b crc64_rocksoft_update +EXPORT_SYMBOL_GPL vmlinux 0xbbe56404 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0xbbeaaefb dw_pcie_wait_for_link +EXPORT_SYMBOL_GPL vmlinux 0xbbf82b6f zynqmp_pm_set_tcm_config +EXPORT_SYMBOL_GPL vmlinux 0xbbff406b device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0xbc06696b device_get_dma_attr +EXPORT_SYMBOL_GPL vmlinux 0xbc0b0546 kvm_get_kvm_safe +EXPORT_SYMBOL_GPL vmlinux 0xbc314156 nop_mnt_idmap +EXPORT_SYMBOL_GPL vmlinux 0xbc3934bf mpc8xxx_spi_tx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0xbc3ac35d vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0xbc3f2cb0 timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xbc45a08d clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0xbc50bf6f phy_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0xbc577e15 fsl_mc_bus_dpsw_type +EXPORT_SYMBOL_GPL vmlinux 0xbc600dc9 preempt_model_voluntary +EXPORT_SYMBOL_GPL vmlinux 0xbc671be8 generic_handle_domain_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc6bec66 free_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc7056a4 regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0xbc74f9fd usb_role_switch_find_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xbc921fbd __mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0xbc977d86 regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbc9b8588 ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xbcaa289a devl_dpipe_headers_register +EXPORT_SYMBOL_GPL vmlinux 0xbcb8861a debugfs_lookup_and_remove +EXPORT_SYMBOL_GPL vmlinux 0xbcbeb8f0 usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0xbcc15e75 ktime_get_coarse_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xbcc60af5 thermal_zone_device_priv +EXPORT_SYMBOL_GPL vmlinux 0xbcd77b25 fwnode_count_parents +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbce31ad9 auxiliary_device_init +EXPORT_SYMBOL_GPL vmlinux 0xbcf1f0e6 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xbcf59dfe __traceiter_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0xbcf85306 pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0xbcf9e787 blk_queue_zone_write_granularity +EXPORT_SYMBOL_GPL vmlinux 0xbcfc2c71 skb_morph +EXPORT_SYMBOL_GPL vmlinux 0xbd06f3a9 ata_get_cmd_name +EXPORT_SYMBOL_GPL vmlinux 0xbd0c31bf regmap_noinc_read +EXPORT_SYMBOL_GPL vmlinux 0xbd1025e7 anon_inode_getfd_secure +EXPORT_SYMBOL_GPL vmlinux 0xbd205ed2 crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0xbd2e67fe poll_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xbd34263b crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0xbd37da70 irq_domain_disconnect_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xbd3fe1e3 disable_hardirq +EXPORT_SYMBOL_GPL vmlinux 0xbd51297e devm_regulator_bulk_get_const +EXPORT_SYMBOL_GPL vmlinux 0xbd52dd0e debugfs_attr_write +EXPORT_SYMBOL_GPL vmlinux 0xbd539a94 efivars_register +EXPORT_SYMBOL_GPL vmlinux 0xbd5ef27d ct_user_enter +EXPORT_SYMBOL_GPL vmlinux 0xbd7aaaee add_memory +EXPORT_SYMBOL_GPL vmlinux 0xbd7bd99b ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0xbd7e7fa5 dma_request_chan_by_mask +EXPORT_SYMBOL_GPL vmlinux 0xbd879d73 meson_clk_mpll_ops +EXPORT_SYMBOL_GPL vmlinux 0xbd917caa screen_pos +EXPORT_SYMBOL_GPL vmlinux 0xbd97592c dm_table_set_type +EXPORT_SYMBOL_GPL vmlinux 0xbd9c5261 dax_add_host +EXPORT_SYMBOL_GPL vmlinux 0xbda04a91 cond_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xbdaebbce cpufreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbdb2217d hv_is_isolation_supported +EXPORT_SYMBOL_GPL vmlinux 0xbdb77672 inet_bhash2_reset_saddr +EXPORT_SYMBOL_GPL vmlinux 0xbdc4b6ac blk_crypto_profile_destroy +EXPORT_SYMBOL_GPL vmlinux 0xbdc5a998 nl_table +EXPORT_SYMBOL_GPL vmlinux 0xbdda1b5f vmalloc_huge +EXPORT_SYMBOL_GPL vmlinux 0xbde58ce9 fsnotify_init_mark +EXPORT_SYMBOL_GPL vmlinux 0xbdeaaaaf __devm_spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0xbdf5c14c pinconf_generic_dt_free_map +EXPORT_SYMBOL_GPL vmlinux 0xbdfec30a devm_hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbe0901fa wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xbe137c1e imx_fracn_gppll +EXPORT_SYMBOL_GPL vmlinux 0xbe1e3b62 devm_nvdimm_memremap +EXPORT_SYMBOL_GPL vmlinux 0xbe39734a unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xbe5c888b crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0xbe5e3414 k3_udma_glue_reset_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0xbe6726ca pci_p2pdma_add_resource +EXPORT_SYMBOL_GPL vmlinux 0xbe687e88 wake_up_all_idle_cpus +EXPORT_SYMBOL_GPL vmlinux 0xbe96dfd8 of_reconfig_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbe99dfba fuse_dax_cancel_work +EXPORT_SYMBOL_GPL vmlinux 0xbe9a53dc sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0xbe9a83d5 dw_pcie_write +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbeaaa385 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xbeb62e7d trace_put_event_file +EXPORT_SYMBOL_GPL vmlinux 0xbeb7b7d3 __traceiter_rwmmio_read +EXPORT_SYMBOL_GPL vmlinux 0xbebb7ce8 devfreq_event_get_event +EXPORT_SYMBOL_GPL vmlinux 0xbec66c3a __apei_exec_run +EXPORT_SYMBOL_GPL vmlinux 0xbecb218f dw8250_setup_port +EXPORT_SYMBOL_GPL vmlinux 0xbed8ee51 trace_get_event_file +EXPORT_SYMBOL_GPL vmlinux 0xbefcb6d5 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbf023e14 sch_frag_xmit_hook +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf2e2e71 housekeeping_enabled +EXPORT_SYMBOL_GPL vmlinux 0xbf3117eb switchdev_bridge_port_offload +EXPORT_SYMBOL_GPL vmlinux 0xbf3ad2ec debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xbf435ca6 crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0xbf4513c3 devlink_linecard_activate +EXPORT_SYMBOL_GPL vmlinux 0xbf585d2b wakeup_sources_walk_next +EXPORT_SYMBOL_GPL vmlinux 0xbf611ad8 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0xbf61cc1b l3mdev_table_lookup_register +EXPORT_SYMBOL_GPL vmlinux 0xbf6a0111 rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0xbf7abb32 tcp_done +EXPORT_SYMBOL_GPL vmlinux 0xbf7f924a strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0xbf85435a devm_clk_hw_get_clk +EXPORT_SYMBOL_GPL vmlinux 0xbf898884 dev_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0xbf971c7d pci_p2pdma_enable_store +EXPORT_SYMBOL_GPL vmlinux 0xbfa1b790 regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0xbfb1f91a __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfc374bb usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0xbfd7218a dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0xbfdc0c4f skcipher_alloc_instance_simple +EXPORT_SYMBOL_GPL vmlinux 0xbfddbe76 serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0xbfdfda54 srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0xbfe432f1 nd_region_provider_data +EXPORT_SYMBOL_GPL vmlinux 0xbfe5616d tick_broadcast_oneshot_control +EXPORT_SYMBOL_GPL vmlinux 0xbfed2cd9 __wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0xbffe5252 genphy_c45_read_mdix +EXPORT_SYMBOL_GPL vmlinux 0xc0098642 pci_hp_del +EXPORT_SYMBOL_GPL vmlinux 0xc01cd29e of_mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0xc0232282 __clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0xc046cf84 imx93_clk_gate +EXPORT_SYMBOL_GPL vmlinux 0xc04fc16a iomap_writepages +EXPORT_SYMBOL_GPL vmlinux 0xc059bd42 pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0xc05cee80 ipi_get_hwirq +EXPORT_SYMBOL_GPL vmlinux 0xc05f0898 dev_pm_opp_remove_table +EXPORT_SYMBOL_GPL vmlinux 0xc061bf37 iomap_get_folio +EXPORT_SYMBOL_GPL vmlinux 0xc06cd351 get_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xc0779245 acpi_get_pci_dev +EXPORT_SYMBOL_GPL vmlinux 0xc08ba0c3 spi_mem_poll_status +EXPORT_SYMBOL_GPL vmlinux 0xc090c376 net_selftest_get_strings +EXPORT_SYMBOL_GPL vmlinux 0xc09937e7 dw_pcie_host_init +EXPORT_SYMBOL_GPL vmlinux 0xc0a3d155 k3_udma_glue_rx_get_flow_id_base +EXPORT_SYMBOL_GPL vmlinux 0xc0a8f4be phylink_resume +EXPORT_SYMBOL_GPL vmlinux 0xc0a96e14 rcu_gp_is_expedited +EXPORT_SYMBOL_GPL vmlinux 0xc0adc3a5 devm_regulator_bulk_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xc0b2664d devlink_dpipe_header_ipv4 +EXPORT_SYMBOL_GPL vmlinux 0xc0b27a73 device_create_managed_software_node +EXPORT_SYMBOL_GPL vmlinux 0xc0b35892 net_failover_create +EXPORT_SYMBOL_GPL vmlinux 0xc0b46544 iommu_sva_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0xc0bdb180 serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0xc0d58e7c __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xc0da9b77 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL vmlinux 0xc0f0458a ip_tunnel_unneed_metadata +EXPORT_SYMBOL_GPL vmlinux 0xc0f6380d sk_msg_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0xc0f763b5 __devres_alloc_node +EXPORT_SYMBOL_GPL vmlinux 0xc0fac8b5 sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0xc1020de9 meson_a1_parse_dt_extra +EXPORT_SYMBOL_GPL vmlinux 0xc1086e0c sysrq_toggle_support +EXPORT_SYMBOL_GPL vmlinux 0xc11a14eb mtk_clk_unregister_ref2usb_tx +EXPORT_SYMBOL_GPL vmlinux 0xc123d506 platform_msi_domain_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0xc124ba32 get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0xc1301370 onboard_hub_create_pdevs +EXPORT_SYMBOL_GPL vmlinux 0xc14f7616 __SCK__tp_func_rwmmio_post_write +EXPORT_SYMBOL_GPL vmlinux 0xc1717839 tpm_tis_core_init +EXPORT_SYMBOL_GPL vmlinux 0xc1743430 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc17bceb3 gpiochip_irqchip_irq_valid +EXPORT_SYMBOL_GPL vmlinux 0xc17e9946 usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0xc191b7c6 of_usb_host_tpl_support +EXPORT_SYMBOL_GPL vmlinux 0xc19b2437 __tracepoint_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc19b31eb vcap_tc_flower_handler_tcp_usage +EXPORT_SYMBOL_GPL vmlinux 0xc1a4b864 divider_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xc1ac2d8d regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0xc1b82313 usb_phy_roothub_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc1bb8071 inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0xc1c45705 __clk_mux_determine_rate_closest +EXPORT_SYMBOL_GPL vmlinux 0xc1ca2cc9 dev_pm_opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0xc1ce8f93 synth_event_trace_array +EXPORT_SYMBOL_GPL vmlinux 0xc1d15a4c phylink_set_port_modes +EXPORT_SYMBOL_GPL vmlinux 0xc1d3c790 ethnl_cable_test_finished +EXPORT_SYMBOL_GPL vmlinux 0xc1dce028 k3_udma_glue_reset_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xc1de97c7 espintcp_queue_out +EXPORT_SYMBOL_GPL vmlinux 0xc1e44fff clk_hw_get_rate_range +EXPORT_SYMBOL_GPL vmlinux 0xc1e4a7ab icc_enable +EXPORT_SYMBOL_GPL vmlinux 0xc1e6986e interval_tree_span_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xc1eea304 usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0xc1f25cbb phy_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc202d379 ahci_platform_assert_rsts +EXPORT_SYMBOL_GPL vmlinux 0xc207ada4 find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0xc20cce17 dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xc224f15c __fsverity_file_open +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc22d128f mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0xc2368ea5 ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0xc2472388 tegra210_clk_emc_update_setting +EXPORT_SYMBOL_GPL vmlinux 0xc259023e __devm_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc25b8971 hv_remove_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0xc25bc287 clk_regmap_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0xc2692173 wakeup_sources_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xc26f28df devm_hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0xc27bf03a tegra_xusb_padctl_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0xc286af92 sk_psock_tls_strp_read +EXPORT_SYMBOL_GPL vmlinux 0xc289e46d cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xc2a0e064 thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xc2a3e570 errata +EXPORT_SYMBOL_GPL vmlinux 0xc2a814db tcp_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xc2c1c427 perf_event_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc2c8c140 mmc_prepare_busy_cmd +EXPORT_SYMBOL_GPL vmlinux 0xc2ce649c of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0xc2d1c52e regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0xc2d55962 work_on_cpu_key +EXPORT_SYMBOL_GPL vmlinux 0xc2de27ca hest_disable +EXPORT_SYMBOL_GPL vmlinux 0xc2e2c09c devm_of_led_get +EXPORT_SYMBOL_GPL vmlinux 0xc2e75d6b dev_pm_set_dedicated_wake_irq_reverse +EXPORT_SYMBOL_GPL vmlinux 0xc2efcb9d da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xc303439c thermal_zone_device_register_with_trips +EXPORT_SYMBOL_GPL vmlinux 0xc312d81e xdp_return_frame_rx_napi +EXPORT_SYMBOL_GPL vmlinux 0xc322390c __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0xc3350d18 irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xc33bcff9 spi_take_timestamp_pre +EXPORT_SYMBOL_GPL vmlinux 0xc33c17bd platform_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0xc340e246 zynqmp_pm_request_node +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc34f857b __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xc34fc246 relay_late_setup_files +EXPORT_SYMBOL_GPL vmlinux 0xc3565f88 seg6_do_srh_encap +EXPORT_SYMBOL_GPL vmlinux 0xc362af32 blk_next_bio +EXPORT_SYMBOL_GPL vmlinux 0xc3708747 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc37295e3 rockchip_clk_init +EXPORT_SYMBOL_GPL vmlinux 0xc373e7e5 serial8250_em485_start_tx +EXPORT_SYMBOL_GPL vmlinux 0xc37c6239 debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0xc3805cd1 fs_ftype_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0xc3876c1a hv_isolation_type_snp +EXPORT_SYMBOL_GPL vmlinux 0xc3997d9d mpi_read_raw_from_sgl +EXPORT_SYMBOL_GPL vmlinux 0xc39b658f clk_hw_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0xc39c2baa hid_bpf_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0xc3a5593f ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0xc3ac1c2a nvmem_del_cell_table +EXPORT_SYMBOL_GPL vmlinux 0xc3b47825 rcu_async_relax +EXPORT_SYMBOL_GPL vmlinux 0xc3ba0766 ahci_platform_suspend_host +EXPORT_SYMBOL_GPL vmlinux 0xc3c4c6cc hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0xc3d0f902 fuse_dev_fiq_ops +EXPORT_SYMBOL_GPL vmlinux 0xc3dac66b xhci_gen_setup +EXPORT_SYMBOL_GPL vmlinux 0xc3de65ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc3ea5305 iommu_default_passthrough +EXPORT_SYMBOL_GPL vmlinux 0xc3ffa605 tpm_chip_register +EXPORT_SYMBOL_GPL vmlinux 0xc401dc3e nf_queue_nf_hook_drop +EXPORT_SYMBOL_GPL vmlinux 0xc4059fe6 pci_ims_alloc_irq +EXPORT_SYMBOL_GPL vmlinux 0xc40b4947 kvm_vcpu_gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0xc4118ff5 acct_bioset_exit +EXPORT_SYMBOL_GPL vmlinux 0xc41362a1 dw_pcie_ep_raise_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0xc424a8af usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc42c823a acomp_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc43e92b9 trace_seq_bprintf +EXPORT_SYMBOL_GPL vmlinux 0xc44afc48 pse_ethtool_set_config +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc45f7379 dmaengine_desc_get_metadata_ptr +EXPORT_SYMBOL_GPL vmlinux 0xc46324f6 dynevent_create +EXPORT_SYMBOL_GPL vmlinux 0xc464e717 of_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0xc46a1a44 ahci_kick_engine +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc48d9374 sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0xc490a807 regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0xc4a31146 rdma_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc4a72936 trusted_tpm_send +EXPORT_SYMBOL_GPL vmlinux 0xc4ba9aeb zynqmp_pm_fpga_get_config_status +EXPORT_SYMBOL_GPL vmlinux 0xc4cc0729 __cdx_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xc4d5e0e8 acpi_gpio_get_irq_resource +EXPORT_SYMBOL_GPL vmlinux 0xc4d8df99 wb_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0xc4ecb148 devm_regulator_bulk_get_enable +EXPORT_SYMBOL_GPL vmlinux 0xc4f077e6 regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xc4f0da12 ktime_get_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xc4fb80f8 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xc51450c6 imx_ccm_lock +EXPORT_SYMBOL_GPL vmlinux 0xc51f1ad5 raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0xc539a3ab crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0xc53eb276 metadata_dst_free +EXPORT_SYMBOL_GPL vmlinux 0xc54ba108 aead_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xc5604800 clk_set_rate_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xc5610fe2 acpi_dev_get_resources +EXPORT_SYMBOL_GPL vmlinux 0xc567395c of_fdt_unflatten_tree +EXPORT_SYMBOL_GPL vmlinux 0xc569d8ce __clk_get_name +EXPORT_SYMBOL_GPL vmlinux 0xc56a3390 amba_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc56f82b1 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc5769f21 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0xc5777fca linear_range_get_selector_low_array +EXPORT_SYMBOL_GPL vmlinux 0xc57d77a3 hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc57eae73 iomap_finish_ioends +EXPORT_SYMBOL_GPL vmlinux 0xc58a3ee6 icc_node_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc58cd805 device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0xc59a665e usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0xc59ca80e i2c_new_client_device +EXPORT_SYMBOL_GPL vmlinux 0xc5a5c678 uart_parse_earlycon +EXPORT_SYMBOL_GPL vmlinux 0xc5b818b5 ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0xc5d9a126 unregister_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0xc5e2ba25 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xc5e5087b irq_create_mapping_affinity +EXPORT_SYMBOL_GPL vmlinux 0xc60e2162 nf_hook_entries_insert_raw +EXPORT_SYMBOL_GPL vmlinux 0xc6157b13 k3_udma_glue_rx_flow_init +EXPORT_SYMBOL_GPL vmlinux 0xc615d7b3 serial8250_update_uartclk +EXPORT_SYMBOL_GPL vmlinux 0xc616c63f tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0xc6173281 rtnl_delete_link +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc62081de meson_clk_dualdiv_ops +EXPORT_SYMBOL_GPL vmlinux 0xc6250576 ZSTD_isError +EXPORT_SYMBOL_GPL vmlinux 0xc62611e1 scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xc62c61ac __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xc636d60f __tracepoint_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xc649671c devm_regulator_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xc64fd66a add_hwgenerator_randomness +EXPORT_SYMBOL_GPL vmlinux 0xc6572a90 xenbus_read_unsigned +EXPORT_SYMBOL_GPL vmlinux 0xc65dfebf crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xc65ff26c __traceiter_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xc66019cc xen_resume_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc66345ef __traceiter_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc6779093 ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xc6890a13 securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xc68b3e96 __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0xc68c41d6 __SCK__tp_func_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xc697b0f7 nvmem_device_read +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc6a4a872 __clk_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xc6a969f3 trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0xc6ab344a i2c_handle_smbus_host_notify +EXPORT_SYMBOL_GPL vmlinux 0xc6cfcd54 usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0xc6def34b gnttab_empty_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xc6e2adba __devm_clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xc6e561c7 zone_device_page_init +EXPORT_SYMBOL_GPL vmlinux 0xc6e5bcf3 linear_range_get_selector_within +EXPORT_SYMBOL_GPL vmlinux 0xc6f8dfd5 __fscrypt_prepare_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc6fdea8f elv_rqhash_add +EXPORT_SYMBOL_GPL vmlinux 0xc7061ef3 iova_cache_put +EXPORT_SYMBOL_GPL vmlinux 0xc7258d00 __clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xc7409852 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xc74c07ce cppc_get_epp_perf +EXPORT_SYMBOL_GPL vmlinux 0xc75d525e extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xc76f644d of_dma_router_register +EXPORT_SYMBOL_GPL vmlinux 0xc776a353 blk_queue_max_discard_segments +EXPORT_SYMBOL_GPL vmlinux 0xc7856e74 __wake_up_locked_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7a7e770 clk_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xc7c23ff0 xenbus_exists +EXPORT_SYMBOL_GPL vmlinux 0xc7db6c37 wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xc7e64fc2 asn1_encode_integer +EXPORT_SYMBOL_GPL vmlinux 0xc7eb5579 serdev_device_set_baudrate +EXPORT_SYMBOL_GPL vmlinux 0xc7ebcbe0 pci_msi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0xc7f43fe5 dev_pm_set_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xc7fa4aa9 kobj_ns_drop +EXPORT_SYMBOL_GPL vmlinux 0xc806b278 nf_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0xc80e499d fsnotify_put_mark +EXPORT_SYMBOL_GPL vmlinux 0xc8191f17 xenbus_dev_probe +EXPORT_SYMBOL_GPL vmlinux 0xc8228b16 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0xc82b3a88 __SCK__tp_func_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xc82c721f klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xc839c1ce trace_seq_to_user +EXPORT_SYMBOL_GPL vmlinux 0xc84cde52 virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0xc8585726 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0xc8594d3d reset_control_acquire +EXPORT_SYMBOL_GPL vmlinux 0xc85fc12f __devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0xc8691bfe fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0xc86aa0a8 mtk_pinconf_adv_drive_set +EXPORT_SYMBOL_GPL vmlinux 0xc87dd725 k3_udma_glue_pop_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0xc892de5b ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0xc8a2f05d __trace_array_puts +EXPORT_SYMBOL_GPL vmlinux 0xc8c1f3df raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xc8c5ec16 fat_scan +EXPORT_SYMBOL_GPL vmlinux 0xc8d5b42c rio_local_set_device_id +EXPORT_SYMBOL_GPL vmlinux 0xc8ddd5b5 kstrdup_quotable +EXPORT_SYMBOL_GPL vmlinux 0xc901dc15 clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xc905402b log_write_mmio +EXPORT_SYMBOL_GPL vmlinux 0xc90c833e init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xc914d60a to_nd_region +EXPORT_SYMBOL_GPL vmlinux 0xc91c0339 acpi_device_fix_up_power_children +EXPORT_SYMBOL_GPL vmlinux 0xc91fdf58 percpu_ref_is_zero +EXPORT_SYMBOL_GPL vmlinux 0xc9345c0f digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0xc937fab6 bpf_offload_dev_netdev_register +EXPORT_SYMBOL_GPL vmlinux 0xc93ee1e7 usb_phy_roothub_init +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc9641b48 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0xc9715630 __SCK__tp_func_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc9827693 __bpf_call_base +EXPORT_SYMBOL_GPL vmlinux 0xc9877ef0 vcap_keyfieldset +EXPORT_SYMBOL_GPL vmlinux 0xc991af0e ti_sci_get_handle +EXPORT_SYMBOL_GPL vmlinux 0xc99765ba serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0xc99d675b blk_req_needs_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0xc9a41046 irq_domain_update_bus_token +EXPORT_SYMBOL_GPL vmlinux 0xc9a68c69 devm_qcom_smem_state_get +EXPORT_SYMBOL_GPL vmlinux 0xc9beccee dm_start_time_ns_from_clone +EXPORT_SYMBOL_GPL vmlinux 0xc9c1a6dd cgrp_dfl_root +EXPORT_SYMBOL_GPL vmlinux 0xc9cab916 clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0xc9ceea06 clk_has_parent +EXPORT_SYMBOL_GPL vmlinux 0xc9dbb9fd virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0xc9dbc2da blk_stat_enable_accounting +EXPORT_SYMBOL_GPL vmlinux 0xc9e1712e fsl_mc_bus_dpbp_type +EXPORT_SYMBOL_GPL vmlinux 0xc9e57f60 wbt_disable_default +EXPORT_SYMBOL_GPL vmlinux 0xc9e7a515 dev_pm_opp_disable +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9fb00f7 pl320_ipc_transmit +EXPORT_SYMBOL_GPL vmlinux 0xc9fd634a usb_role_switch_put +EXPORT_SYMBOL_GPL vmlinux 0xca2ad74d devm_led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xca314c9a pm_genpd_opp_to_performance_state +EXPORT_SYMBOL_GPL vmlinux 0xca454a34 vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0xca48a1c8 gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0xca496518 __iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0xca500464 ZSTD_getErrorName +EXPORT_SYMBOL_GPL vmlinux 0xca6d0a50 dma_resv_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xca7514ba hid_bpf_connect_device +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca8c6636 pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0xca92908c tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0xca9a1d5e ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0xcaa21c39 device_set_node +EXPORT_SYMBOL_GPL vmlinux 0xcaa3c3f9 dma_max_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0xcab5ae73 of_reserved_mem_device_init_by_name +EXPORT_SYMBOL_GPL vmlinux 0xcab8b4c1 unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcad2b76c imx_clk_hw_pfd +EXPORT_SYMBOL_GPL vmlinux 0xcae0deae unmap_mapping_pages +EXPORT_SYMBOL_GPL vmlinux 0xcae7ce5d fsl_mc_get_version +EXPORT_SYMBOL_GPL vmlinux 0xcaeaa3cb kvm_io_bus_write +EXPORT_SYMBOL_GPL vmlinux 0xcaec4496 irq_domain_create_legacy +EXPORT_SYMBOL_GPL vmlinux 0xcaf1d958 evtchn_get +EXPORT_SYMBOL_GPL vmlinux 0xcafe413c kill_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0xcb0d34d2 folio_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xcb105b7a devm_tegra_memory_controller_get +EXPORT_SYMBOL_GPL vmlinux 0xcb2bfe2b nvmem_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcb35bcd1 __traceiter_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xcb435f76 devm_clk_get_prepared +EXPORT_SYMBOL_GPL vmlinux 0xcb4a7d9b public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0xcb561441 mem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0xcb746982 dev_pm_opp_get_freq +EXPORT_SYMBOL_GPL vmlinux 0xcb7fc226 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xcb8bf299 __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0xcb8ec822 fsnotify_put_group +EXPORT_SYMBOL_GPL vmlinux 0xcb9c2be5 phy_get_rate_matching +EXPORT_SYMBOL_GPL vmlinux 0xcbad73f2 xen_dbgp_reset_prep +EXPORT_SYMBOL_GPL vmlinux 0xcbbeb110 xdp_attachment_setup +EXPORT_SYMBOL_GPL vmlinux 0xcbc33608 pci_free_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0xcbc4eb3f regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xcbd9e7d2 sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0xcbe56bc2 zs_get_total_pages +EXPORT_SYMBOL_GPL vmlinux 0xcc0822e3 dm_submit_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xcc0fd0a7 k3_ringacc_ring_push_head +EXPORT_SYMBOL_GPL vmlinux 0xcc13bd06 __netdev_watchdog_up +EXPORT_SYMBOL_GPL vmlinux 0xcc25c8dc devm_led_get +EXPORT_SYMBOL_GPL vmlinux 0xcc32f16d ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0xcc39c03e nvmem_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcc53185b event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0xcc70b779 crypto_unregister_kpp +EXPORT_SYMBOL_GPL vmlinux 0xcc714ee2 trace_seq_path +EXPORT_SYMBOL_GPL vmlinux 0xcc9268fc hwpoison_filter_enable +EXPORT_SYMBOL_GPL vmlinux 0xcc935375 walk_iomem_res_desc +EXPORT_SYMBOL_GPL vmlinux 0xcc99a143 platform_get_mem_or_io +EXPORT_SYMBOL_GPL vmlinux 0xccabde6f crc64_rocksoft_generic +EXPORT_SYMBOL_GPL vmlinux 0xccba6bd0 devl_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccd86806 ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0xcce440aa acpi_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0xccf52bc9 sfp_upstream_start +EXPORT_SYMBOL_GPL vmlinux 0xcd24e146 hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0xcd27b5b5 device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0xcd46fead sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xcd67626a inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0xcd68578f iocb_bio_iopoll +EXPORT_SYMBOL_GPL vmlinux 0xcd6f2dc9 nf_log_buf_add +EXPORT_SYMBOL_GPL vmlinux 0xcd6fdbfc vp_legacy_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xcd74dcd7 clk_hw_get_parent_index +EXPORT_SYMBOL_GPL vmlinux 0xcd759b82 k3_ringacc_ring_reset +EXPORT_SYMBOL_GPL vmlinux 0xcd7c6346 spi_transfer_cs_change_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0xcd818f7c rockchip_pcie_cfg_configuration_accesses +EXPORT_SYMBOL_GPL vmlinux 0xcd910be7 ti_sci_get_num_resources +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcd954194 fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0xcd965d3a ip6_dst_lookup_tunnel +EXPORT_SYMBOL_GPL vmlinux 0xcd9cd2ff wakeme_after_rcu +EXPORT_SYMBOL_GPL vmlinux 0xcda26385 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0xcda2aaba k3_udma_glue_tx_dma_to_cppi5_addr +EXPORT_SYMBOL_GPL vmlinux 0xcda2b4fe power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0xcda50b2b xenbus_dev_remove +EXPORT_SYMBOL_GPL vmlinux 0xcdb4447e device_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0xcdb6adcc ras_userspace_consumers +EXPORT_SYMBOL_GPL vmlinux 0xcdc0587a __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xcdc0b903 msi_device_has_isolated_msi +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdd82942 pinconf_generic_dt_node_to_map +EXPORT_SYMBOL_GPL vmlinux 0xcddeb7bf regmap_fields_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0xcde26600 cppc_get_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0xcdec069b ata_acpi_gtm +EXPORT_SYMBOL_GPL vmlinux 0xcdec92b8 kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xcdef0a18 devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0xcdfc79fc imx_pinctrl_parse_pin_scu +EXPORT_SYMBOL_GPL vmlinux 0xcdfe100d pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0xce067c28 of_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xce0a4020 xenbus_directory +EXPORT_SYMBOL_GPL vmlinux 0xce18faaf vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xce212e65 nvdimm_bus_check_dimm_count +EXPORT_SYMBOL_GPL vmlinux 0xce2a7f00 __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0xce316d7e zynqmp_pm_set_sd_tapdelay +EXPORT_SYMBOL_GPL vmlinux 0xce535c7f tegra_bpmp_transfer +EXPORT_SYMBOL_GPL vmlinux 0xce598ef2 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xce60dbd6 tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0xce61b435 split_page +EXPORT_SYMBOL_GPL vmlinux 0xce69e2ec __traceiter_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce727b75 pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xce747e7c rz_mtu3_disable +EXPORT_SYMBOL_GPL vmlinux 0xceab8cfd usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0xceac8674 zynqmp_pm_read_pggs +EXPORT_SYMBOL_GPL vmlinux 0xceb0b564 pm_clk_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xced315fa component_release_of +EXPORT_SYMBOL_GPL vmlinux 0xcede1111 pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0xcedf700a nvdimm_to_bus +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcee88e7a of_overlay_fdt_apply +EXPORT_SYMBOL_GPL vmlinux 0xceed8c16 __set_phys_to_machine +EXPORT_SYMBOL_GPL vmlinux 0xceedc80d sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0xcef73660 pci_epf_free_space +EXPORT_SYMBOL_GPL vmlinux 0xcf1182db pm_genpd_init +EXPORT_SYMBOL_GPL vmlinux 0xcf291089 md_submit_discard_bio +EXPORT_SYMBOL_GPL vmlinux 0xcf348898 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0xcf527d74 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0xcf5312a3 nvmem_add_cell_table +EXPORT_SYMBOL_GPL vmlinux 0xcf5bdebd devm_mipi_dsi_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xcf631d85 pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0xcf8ccad3 devlink_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcf91ea65 crypto_clone_ahash +EXPORT_SYMBOL_GPL vmlinux 0xcf99334a thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0xcfa6ecdf ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xcfabb5fc pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0xcfae1011 fib_nexthop_info +EXPORT_SYMBOL_GPL vmlinux 0xcfbbae17 devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0xcfc5108a devlink_fmsg_u8_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xcfc7b4e4 rcu_barrier_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0xcfce2ac2 pinctrl_utils_free_map +EXPORT_SYMBOL_GPL vmlinux 0xcfd1c157 devm_of_phy_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0xcfd30d71 acpi_os_map_memory +EXPORT_SYMBOL_GPL vmlinux 0xcfdea22c devl_lock +EXPORT_SYMBOL_GPL vmlinux 0xcfe65ef8 iomap_release_folio +EXPORT_SYMBOL_GPL vmlinux 0xcfec5b05 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0xcffd793e hyperv_report_panic +EXPORT_SYMBOL_GPL vmlinux 0xd000ff9e gnttab_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xd026d518 HYPERVISOR_vcpu_op +EXPORT_SYMBOL_GPL vmlinux 0xd03bdc7d nfs42_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd03eaf4c schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0xd03f0636 iomap_readahead +EXPORT_SYMBOL_GPL vmlinux 0xd0458ccb xenbus_strstate +EXPORT_SYMBOL_GPL vmlinux 0xd048be60 fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0xd04a81c2 of_genpd_parse_idle_states +EXPORT_SYMBOL_GPL vmlinux 0xd04aedfd __SCK__tp_func_arm_event +EXPORT_SYMBOL_GPL vmlinux 0xd0607551 __traceiter_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0xd061b64b edac_mc_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd061ca19 blkcg_root_css +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd0686cd4 rcuref_put_slowpath +EXPORT_SYMBOL_GPL vmlinux 0xd068c9ff genphy_c45_read_pma +EXPORT_SYMBOL_GPL vmlinux 0xd06cf629 nvdimm_in_overwrite +EXPORT_SYMBOL_GPL vmlinux 0xd0797dd7 udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0xd07b5523 tegra_bpmp_mrq_is_supported +EXPORT_SYMBOL_GPL vmlinux 0xd086fda0 regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0xd09663ec ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0xd09911a6 acpi_dev_get_irq_type +EXPORT_SYMBOL_GPL vmlinux 0xd0a06662 scsi_dh_attach +EXPORT_SYMBOL_GPL vmlinux 0xd0a30dcf qcom_smem_state_get +EXPORT_SYMBOL_GPL vmlinux 0xd0b26298 tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0c3aff9 phy_resolve_aneg_linkmode +EXPORT_SYMBOL_GPL vmlinux 0xd0c51bd5 gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0xd0c61af1 kset_find_obj +EXPORT_SYMBOL_GPL vmlinux 0xd0d156e9 __rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xd0d3f0a4 gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0xd0d99210 crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0xd0db0f12 run_dax +EXPORT_SYMBOL_GPL vmlinux 0xd0e01723 tcpv6_prot +EXPORT_SYMBOL_GPL vmlinux 0xd0fd7085 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd0ffa45c led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd104e3d9 pci_iomap_wc_range +EXPORT_SYMBOL_GPL vmlinux 0xd120cdfa backing_file_open +EXPORT_SYMBOL_GPL vmlinux 0xd12f0c51 pci_epf_create +EXPORT_SYMBOL_GPL vmlinux 0xd1305a5f devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0xd131b0fd devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0xd134a81d sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0xd138c08a free_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0xd13a8351 devres_remove +EXPORT_SYMBOL_GPL vmlinux 0xd140c6f4 proc_create_net_single +EXPORT_SYMBOL_GPL vmlinux 0xd14370a4 adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xd1481de7 mpi_clear +EXPORT_SYMBOL_GPL vmlinux 0xd159586c net_prio_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xd160416f crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0xd172483e devm_irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xd172980f vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0xd1745682 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd175126e dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xd18fb593 phylink_create +EXPORT_SYMBOL_GPL vmlinux 0xd19b22e5 pci_epc_init_notify +EXPORT_SYMBOL_GPL vmlinux 0xd1a9ca15 __SCK__tp_func_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xd1adc38c ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0xd1c3fb44 vcap_free_rule +EXPORT_SYMBOL_GPL vmlinux 0xd1cbc23c add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0xd1cf59c0 of_nvmem_layout_get_container +EXPORT_SYMBOL_GPL vmlinux 0xd1f0b4ba pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0xd1f2eee2 nf_logger_find_get +EXPORT_SYMBOL_GPL vmlinux 0xd2015238 mbox_client_txdone +EXPORT_SYMBOL_GPL vmlinux 0xd2062e12 fsl8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0xd21167d9 rz_mtu3_shared_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd219f83e xenbus_map_ring_valloc +EXPORT_SYMBOL_GPL vmlinux 0xd21b61bd async_schedule_node_domain +EXPORT_SYMBOL_GPL vmlinux 0xd21f1d35 __SCK__tp_func_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0xd22bc708 blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0xd23fa0ab handle_fasteoi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0xd2469306 debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0xd248a519 rockchip_pmu_block +EXPORT_SYMBOL_GPL vmlinux 0xd24e9e8c klist_init +EXPORT_SYMBOL_GPL vmlinux 0xd25824f8 xhci_stop +EXPORT_SYMBOL_GPL vmlinux 0xd260af0d ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0xd26d3a6e rtnl_register_module +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd2740498 devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xd27eeb4b alloc_iova +EXPORT_SYMBOL_GPL vmlinux 0xd27f215d gnttab_alloc_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xd28f1f9c balloon_page_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd2911eec vcap_alloc_rule +EXPORT_SYMBOL_GPL vmlinux 0xd29c1f10 __traceiter_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0xd2b10a05 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0xd2d7e59b unregister_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0xd2ef6a40 phylink_mii_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xd313bc7b xas_nomem +EXPORT_SYMBOL_GPL vmlinux 0xd31578c7 of_irq_get +EXPORT_SYMBOL_GPL vmlinux 0xd31a2ac5 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xd31bc01f devm_led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0xd320ebaf pci_epc_get_first_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xd325f305 gpiod_get_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0xd33ada8b cci_probed +EXPORT_SYMBOL_GPL vmlinux 0xd33cab68 of_alias_get_id +EXPORT_SYMBOL_GPL vmlinux 0xd34dee33 sdio_signal_irq +EXPORT_SYMBOL_GPL vmlinux 0xd3551a76 zynqmp_pm_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd3629d18 __vfs_setxattr_locked +EXPORT_SYMBOL_GPL vmlinux 0xd3630922 devm_thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xd36760ef __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xd375015b crypto_grab_spawn +EXPORT_SYMBOL_GPL vmlinux 0xd3752c27 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xd37c8976 debounce_time_mt6765 +EXPORT_SYMBOL_GPL vmlinux 0xd38a1862 gpiod_get_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xd3901d33 acpi_dev_resource_address_space +EXPORT_SYMBOL_GPL vmlinux 0xd3919ab8 scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0xd39824ec ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL vmlinux 0xd399d8ed dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0xd39b2c7e __traceiter_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0xd39e9848 put_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xd39fedec fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0xd3a6ceaf pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0xd3ce9f0d nvdimm_name +EXPORT_SYMBOL_GPL vmlinux 0xd3d7a51b md_start +EXPORT_SYMBOL_GPL vmlinux 0xd3d9efa8 power_supply_put_battery_info +EXPORT_SYMBOL_GPL vmlinux 0xd3e9e7e2 clk_hw_register_gate2 +EXPORT_SYMBOL_GPL vmlinux 0xd3eaf1ed devlink_dpipe_entry_clear +EXPORT_SYMBOL_GPL vmlinux 0xd3ec851c __traceiter_unmap +EXPORT_SYMBOL_GPL vmlinux 0xd3f04e00 acomp_request_free +EXPORT_SYMBOL_GPL vmlinux 0xd3f0cd42 misc_cg_res_total_usage +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd42333f6 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xd426dbc4 erst_get_record_count +EXPORT_SYMBOL_GPL vmlinux 0xd42f1d4e show_rcu_tasks_rude_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd4598ceb iommu_sva_get_pasid +EXPORT_SYMBOL_GPL vmlinux 0xd45ba772 fuse_simple_background +EXPORT_SYMBOL_GPL vmlinux 0xd460f45e ethtool_set_ethtool_phy_ops +EXPORT_SYMBOL_GPL vmlinux 0xd46af5ef cppc_get_perf_ctrs +EXPORT_SYMBOL_GPL vmlinux 0xd470ecca fwnode_create_software_node +EXPORT_SYMBOL_GPL vmlinux 0xd48a9773 drop_reasons_register_subsys +EXPORT_SYMBOL_GPL vmlinux 0xd4935851 __SCK__tp_func_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0xd49cc00f pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0xd4a623df lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0xd4a90252 sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0xd4af6619 tcp_bpf_sendmsg_redir +EXPORT_SYMBOL_GPL vmlinux 0xd4af95bd dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0xd4b6157e devlink_health_reporter_recovery_done +EXPORT_SYMBOL_GPL vmlinux 0xd4b9a616 reset_control_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4c9399a hv_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0xd4cbdbe3 __SCK__tp_func_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xd4ceb088 devm_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0xd4d1c9fb fscrypt_dio_supported +EXPORT_SYMBOL_GPL vmlinux 0xd4d5cb2b platform_get_irq_byname_optional +EXPORT_SYMBOL_GPL vmlinux 0xd4e6d7e0 linear_range_get_value +EXPORT_SYMBOL_GPL vmlinux 0xd4eb0d1e regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xd4f5bfa5 iommu_queue_iopf +EXPORT_SYMBOL_GPL vmlinux 0xd4f68d25 pci_epf_alloc_space +EXPORT_SYMBOL_GPL vmlinux 0xd4f7f90e fib_rules_dump +EXPORT_SYMBOL_GPL vmlinux 0xd4fb1265 sbitmap_bitmap_show +EXPORT_SYMBOL_GPL vmlinux 0xd5081ff0 umd_cleanup_helper +EXPORT_SYMBOL_GPL vmlinux 0xd5258f0f ahci_ops +EXPORT_SYMBOL_GPL vmlinux 0xd5301b2c linear_range_get_max_value +EXPORT_SYMBOL_GPL vmlinux 0xd531929b device_move +EXPORT_SYMBOL_GPL vmlinux 0xd5360a8b fib_rules_seq_read +EXPORT_SYMBOL_GPL vmlinux 0xd53abbe7 of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0xd541c57b rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0xd5474690 usb_role_switch_set_role +EXPORT_SYMBOL_GPL vmlinux 0xd54f8d68 acpi_ec_add_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xd5530e08 fscrypt_parse_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0xd5575d61 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd564d9f1 balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0xd567a911 edac_mc_free +EXPORT_SYMBOL_GPL vmlinux 0xd569c77c da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0xd56dace0 regmap_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0xd57796a8 dmi_kobj +EXPORT_SYMBOL_GPL vmlinux 0xd5779e24 rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0xd57f02c4 __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0xd5807af3 k3_ringacc_ring_pop +EXPORT_SYMBOL_GPL vmlinux 0xd584f919 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0xd59a1587 linkmode_resolve_pause +EXPORT_SYMBOL_GPL vmlinux 0xd5af3422 __mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0xd5b75b23 trace_array_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0xd5c273ca __inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0xd5c7f67f sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0xd5c99e86 devm_spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0xd5cb333b ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0xd5d1eac2 gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0xd5dfeed4 vcap_keyset_name +EXPORT_SYMBOL_GPL vmlinux 0xd5eb5164 usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xd5f5865d __tracepoint_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0xd6251353 ftrace_set_filter_ips +EXPORT_SYMBOL_GPL vmlinux 0xd6254b35 ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0xd62e1a51 regulator_get_hardware_vsel_register +EXPORT_SYMBOL_GPL vmlinux 0xd6386a6b usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0xd63ce13c skb_zerocopy_iter_stream +EXPORT_SYMBOL_GPL vmlinux 0xd6468324 mmc_regulator_disable_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0xd64ba990 fwnode_get_name +EXPORT_SYMBOL_GPL vmlinux 0xd64ed259 __memcat_p +EXPORT_SYMBOL_GPL vmlinux 0xd6582e5c noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0xd66a7a35 sbitmap_queue_wake_all +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd674838c ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd68fd22a dprc_get_obj +EXPORT_SYMBOL_GPL vmlinux 0xd6aafb42 crc64_rocksoft +EXPORT_SYMBOL_GPL vmlinux 0xd6ae9ba7 rcu_async_should_hurry +EXPORT_SYMBOL_GPL vmlinux 0xd6afb7f2 of_pm_clk_add_clks +EXPORT_SYMBOL_GPL vmlinux 0xd6b27e8a xas_set_mark +EXPORT_SYMBOL_GPL vmlinux 0xd6c3c267 driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0xd6c6ac87 power_supply_property_is_writeable +EXPORT_SYMBOL_GPL vmlinux 0xd6d8f6b3 topology_set_scale_freq_source +EXPORT_SYMBOL_GPL vmlinux 0xd6d98b0c mtk_clk_unregister_dividers +EXPORT_SYMBOL_GPL vmlinux 0xd6e9315f icc_set_bw +EXPORT_SYMBOL_GPL vmlinux 0xd6ebc78b rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xd6ef3e55 pcie_reset_flr +EXPORT_SYMBOL_GPL vmlinux 0xd70c5c37 sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0xd71c1158 sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xd71f5be6 get_user_pages_fast_only +EXPORT_SYMBOL_GPL vmlinux 0xd7213580 device_get_child_node_count +EXPORT_SYMBOL_GPL vmlinux 0xd723a027 devm_hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0xd7269c64 osc_sb_native_usb4_control +EXPORT_SYMBOL_GPL vmlinux 0xd7293ffc percpu_ref_reinit +EXPORT_SYMBOL_GPL vmlinux 0xd72fb407 usb_of_get_device_node +EXPORT_SYMBOL_GPL vmlinux 0xd72feba2 xenbus_read_driver_state +EXPORT_SYMBOL_GPL vmlinux 0xd74e400f show_rcu_tasks_classic_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd75b20aa rsa_parse_priv_key +EXPORT_SYMBOL_GPL vmlinux 0xd75e4c7f irq_domain_translate_onecell +EXPORT_SYMBOL_GPL vmlinux 0xd76308ce xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd76ec3c1 kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0xd77413c0 bio_start_io_acct +EXPORT_SYMBOL_GPL vmlinux 0xd775df50 fsl_mc_obj_close +EXPORT_SYMBOL_GPL vmlinux 0xd79561e6 __traceiter_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xd7a37c02 nexthop_for_each_fib6_nh +EXPORT_SYMBOL_GPL vmlinux 0xd7a86ea4 tcp_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xd7aea26e kernel_read_file_from_path_initns +EXPORT_SYMBOL_GPL vmlinux 0xd7b56742 acpi_cppc_processor_exit +EXPORT_SYMBOL_GPL vmlinux 0xd7bc12f2 virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0xd7c0160f dma_mmap_pages +EXPORT_SYMBOL_GPL vmlinux 0xd7c1fdb2 component_compare_of +EXPORT_SYMBOL_GPL vmlinux 0xd7c91b63 tegra210_sata_pll_hw_control_enable +EXPORT_SYMBOL_GPL vmlinux 0xd7cea889 edac_mod_work +EXPORT_SYMBOL_GPL vmlinux 0xd7d35f4d pci_epc_mem_exit +EXPORT_SYMBOL_GPL vmlinux 0xd7dccd23 __SCK__tp_func_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0xd7eb69b7 uart_xchar_out +EXPORT_SYMBOL_GPL vmlinux 0xd7f3f84f fuse_get_unique +EXPORT_SYMBOL_GPL vmlinux 0xd81e811d switchdev_handle_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0xd822a1f5 __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0xd823d36d __SCK__tp_func_console +EXPORT_SYMBOL_GPL vmlinux 0xd8252727 pci_p2pmem_alloc_sgl +EXPORT_SYMBOL_GPL vmlinux 0xd83278fb gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0xd8344ec2 devm_serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0xd84d35bd dax_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd84e7c82 auxiliary_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd84f222e devm_regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd87cb8eb dma_fence_unwrap_next +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd88602df ip6_input +EXPORT_SYMBOL_GPL vmlinux 0xd88ae288 devm_hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0xd88d4c95 devl_resource_register +EXPORT_SYMBOL_GPL vmlinux 0xd88dcf47 max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xd8915778 tpm2_get_tpm_pt +EXPORT_SYMBOL_GPL vmlinux 0xd8bd45ad nfs42_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0xd8cb0b4e cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0xd8ce154a pci_find_dvsec_capability +EXPORT_SYMBOL_GPL vmlinux 0xd8d68ab1 dmi_memdev_type +EXPORT_SYMBOL_GPL vmlinux 0xd8dfa8bc device_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd8fbb14d net_cls_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xd8fe3839 ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0xd90133c5 dprc_setup +EXPORT_SYMBOL_GPL vmlinux 0xd903f419 phylink_get_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xd9042843 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xd908ae98 pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0xd90a93a7 k3_udma_glue_rx_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xd9164c34 scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0xd91dbd1f xdp_alloc_skb_bulk +EXPORT_SYMBOL_GPL vmlinux 0xd91f9e86 devm_of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xd9239125 rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0xd9251282 genphy_c45_aneg_done +EXPORT_SYMBOL_GPL vmlinux 0xd9290926 perf_aux_output_flag +EXPORT_SYMBOL_GPL vmlinux 0xd92d10ec acpi_spi_count_resources +EXPORT_SYMBOL_GPL vmlinux 0xd92ef192 security_kernel_post_load_data +EXPORT_SYMBOL_GPL vmlinux 0xd92f0791 leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xd935d4a4 irq_domain_push_irq +EXPORT_SYMBOL_GPL vmlinux 0xd96b180e devm_clk_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd97ebcd7 ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xd98f3738 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xd9905ffa da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xd9916c3a idr_alloc_u32 +EXPORT_SYMBOL_GPL vmlinux 0xd993d8db bpf_trace_run6 +EXPORT_SYMBOL_GPL vmlinux 0xd9a25527 dma_map_sgtable +EXPORT_SYMBOL_GPL vmlinux 0xd9ac5246 usb_get_role_switch_default_mode +EXPORT_SYMBOL_GPL vmlinux 0xd9b02627 is_dock_device +EXPORT_SYMBOL_GPL vmlinux 0xd9b19aa5 __tracepoint_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0xd9b8cf7a iommu_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0xd9bb2c13 pkcs7_get_content_data +EXPORT_SYMBOL_GPL vmlinux 0xd9c244f1 rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0xd9c35b26 __blk_req_zone_write_unlock +EXPORT_SYMBOL_GPL vmlinux 0xd9ca1b11 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xd9cc3e6f pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0xd9cd46f3 blkcg_punt_bio_submit +EXPORT_SYMBOL_GPL vmlinux 0xd9ceac7c devm_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xd9cfc3db iommu_present +EXPORT_SYMBOL_GPL vmlinux 0xd9dac93b dt_init_idle_driver +EXPORT_SYMBOL_GPL vmlinux 0xd9e24457 ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0xd9e61980 phy_gbit_all_ports_features +EXPORT_SYMBOL_GPL vmlinux 0xd9faa7a5 zynqmp_pm_set_pll_frac_mode +EXPORT_SYMBOL_GPL vmlinux 0xd9ff2172 ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xda044fb9 of_get_pci_domain_nr +EXPORT_SYMBOL_GPL vmlinux 0xda0947de kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda0bacb6 dm_bio_from_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0xda10e1e2 phy_basic_t1_features +EXPORT_SYMBOL_GPL vmlinux 0xda27bdaa crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0xda320d31 sfp_module_start +EXPORT_SYMBOL_GPL vmlinux 0xda338cb7 crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0xda360bf8 firmware_request_nowarn +EXPORT_SYMBOL_GPL vmlinux 0xda439e95 clk_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xda45680d stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0xda4bea6c alloc_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0xda4d6d1b devl_sb_register +EXPORT_SYMBOL_GPL vmlinux 0xda4fa45e sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0xda5694e0 clk_regmap_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xda5f3494 icc_sync_state +EXPORT_SYMBOL_GPL vmlinux 0xda622461 inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xda63f7c4 irq_chip_set_vcpu_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0xda6989b2 serial8250_do_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xda70ba42 powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0xda75a3a1 devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xda7912d4 freq_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xda7992eb cpufreq_dbs_governor_start +EXPORT_SYMBOL_GPL vmlinux 0xda86a3b0 of_clk_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0xda8e1302 software_node_find_by_name +EXPORT_SYMBOL_GPL vmlinux 0xda91deab amba_bustype +EXPORT_SYMBOL_GPL vmlinux 0xda9343d2 devm_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0xda952841 meson_pmx_get_groups +EXPORT_SYMBOL_GPL vmlinux 0xdaa06dc1 acpi_lpat_raw_to_temp +EXPORT_SYMBOL_GPL vmlinux 0xdaa556c0 of_property_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0xdaa6b1da ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xdaaf1e27 pinctrl_generic_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xdab39dde start_poll_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xdab5a1eb interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xdac53fb2 crypto_register_aeads +EXPORT_SYMBOL_GPL vmlinux 0xdad0bed8 ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0xdadec982 spi_mem_dirmap_read +EXPORT_SYMBOL_GPL vmlinux 0xdae1c3ee fsl_mc_bus_dpdmai_type +EXPORT_SYMBOL_GPL vmlinux 0xdb03368a i2c_dw_probe_master +EXPORT_SYMBOL_GPL vmlinux 0xdb09edf6 platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0xdb0d213d acpi_dma_request_slave_chan_by_name +EXPORT_SYMBOL_GPL vmlinux 0xdb158ec4 lwtunnel_encap_add_ops +EXPORT_SYMBOL_GPL vmlinux 0xdb1a39d2 iomap_bmap +EXPORT_SYMBOL_GPL vmlinux 0xdb2351da static_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0xdb33fd7b spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0xdb4161e0 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0xdb4b674f acpi_initialize_hp_context +EXPORT_SYMBOL_GPL vmlinux 0xdb569d75 blk_rq_poll +EXPORT_SYMBOL_GPL vmlinux 0xdb63a944 acpi_lpat_get_conversion_table +EXPORT_SYMBOL_GPL vmlinux 0xdb79987e wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0xdb89044c synth_event_add_next_val +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdb91b4d4 device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdb9ab954 platform_get_irq_optional +EXPORT_SYMBOL_GPL vmlinux 0xdbae2d32 failover_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdbb073fd skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0xdbb3ca97 cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0xdbb899d2 vchan_init +EXPORT_SYMBOL_GPL vmlinux 0xdbdb0e8b request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xdbdd281c led_set_brightness_sync +EXPORT_SYMBOL_GPL vmlinux 0xdbdd9bfc usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0xdbe3dbe0 vhost_task_create +EXPORT_SYMBOL_GPL vmlinux 0xdbe8d8a0 __SCK__tp_func_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xdbeea948 pinctrl_generic_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0xdbefb958 switchdev_bridge_port_unoffload +EXPORT_SYMBOL_GPL vmlinux 0xdbf32a01 __nvmem_layout_register +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdc02eb39 dmi_available +EXPORT_SYMBOL_GPL vmlinux 0xdc03dcc3 tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0xdc139c13 k3_udma_glue_tx_get_hdesc_size +EXPORT_SYMBOL_GPL vmlinux 0xdc25251a device_driver_attach +EXPORT_SYMBOL_GPL vmlinux 0xdc316032 policy_has_boost_freq +EXPORT_SYMBOL_GPL vmlinux 0xdc418f06 devm_device_add_group +EXPORT_SYMBOL_GPL vmlinux 0xdc43bdc6 pci_vpd_find_ro_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xdc45a5db edac_stop_work +EXPORT_SYMBOL_GPL vmlinux 0xdc4b99f8 pstore_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdc595ca8 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0xdc64aabe fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0xdc6596fa irq_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xdc6699cb acpi_dev_free_resource_list +EXPORT_SYMBOL_GPL vmlinux 0xdc6c8d44 rcu_read_unlock_trace_special +EXPORT_SYMBOL_GPL vmlinux 0xdc7df67f apei_exec_ctx_init +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc841b74 misc_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdc85c993 cgroup_get_e_css +EXPORT_SYMBOL_GPL vmlinux 0xdc8f6870 of_get_videomode +EXPORT_SYMBOL_GPL vmlinux 0xdc901e1a sfp_register_socket +EXPORT_SYMBOL_GPL vmlinux 0xdc962e04 usb_string +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc9f6bca __SCK__tp_func_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdca73b9f pinctrl_generic_add_group +EXPORT_SYMBOL_GPL vmlinux 0xdca99477 i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xdcb0a2c0 phylink_stop +EXPORT_SYMBOL_GPL vmlinux 0xdcb86e1a i2c_parse_fw_timings +EXPORT_SYMBOL_GPL vmlinux 0xdcba2c87 ahci_platform_enable_resources +EXPORT_SYMBOL_GPL vmlinux 0xdcc5312d regulator_map_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xdcc8ea36 kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0xdce982e5 iomap_ioend_try_merge +EXPORT_SYMBOL_GPL vmlinux 0xdceb5362 efi_status_to_err +EXPORT_SYMBOL_GPL vmlinux 0xdcf2d65c class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd0762df set_worker_desc +EXPORT_SYMBOL_GPL vmlinux 0xdd0c7733 fwnode_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0xdd101bdc acpiphp_register_attention +EXPORT_SYMBOL_GPL vmlinux 0xdd113b4c priv_to_devlink +EXPORT_SYMBOL_GPL vmlinux 0xdd1169e2 device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0xdd19c8d2 phy_set_speed +EXPORT_SYMBOL_GPL vmlinux 0xdd407eca irq_create_fwspec_mapping +EXPORT_SYMBOL_GPL vmlinux 0xdd626ee3 fuse_len_args +EXPORT_SYMBOL_GPL vmlinux 0xdd63c256 pci_common_swizzle +EXPORT_SYMBOL_GPL vmlinux 0xdd7fac26 bpf_preload_ops +EXPORT_SYMBOL_GPL vmlinux 0xdd815275 usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xdd81d8f6 __SCK__tp_func_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xdd8d1f54 vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0xdd90ede1 put_pid +EXPORT_SYMBOL_GPL vmlinux 0xdd96fa2d __cpuhp_state_add_instance +EXPORT_SYMBOL_GPL vmlinux 0xdd9ccd44 xfrm_bpf_md_dst +EXPORT_SYMBOL_GPL vmlinux 0xddb14be1 vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0xddb4f22e hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0xddb82ab0 mtk_pinconf_adv_drive_get +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddd41e4d vcap_lookup_keyfield +EXPORT_SYMBOL_GPL vmlinux 0xddda767b sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xdde7a9d6 find_ge_pid +EXPORT_SYMBOL_GPL vmlinux 0xdde86827 debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0xddf5e3ca ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xddfe1ad7 __SCK__tp_func_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xde025143 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0xde080cd7 devlink_to_dev +EXPORT_SYMBOL_GPL vmlinux 0xde0af24f udp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0xde0c490d vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0xde0e39e2 k3_udma_glue_request_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xde1447c7 fscrypt_ioctl_get_key_status +EXPORT_SYMBOL_GPL vmlinux 0xde1ccaff crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0xde31bf7e unregister_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xde41162d sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0xde49768e ethnl_cable_test_pulse +EXPORT_SYMBOL_GPL vmlinux 0xde533637 platform_irqchip_probe +EXPORT_SYMBOL_GPL vmlinux 0xde5574cf x509_load_certificate_list +EXPORT_SYMBOL_GPL vmlinux 0xde6e6422 ata_sas_tport_add +EXPORT_SYMBOL_GPL vmlinux 0xde6f1851 TSS_checkhmac1 +EXPORT_SYMBOL_GPL vmlinux 0xde716476 mmu_interval_notifier_insert +EXPORT_SYMBOL_GPL vmlinux 0xde7fa479 fuse_dev_alloc +EXPORT_SYMBOL_GPL vmlinux 0xde828c36 free_fib_info +EXPORT_SYMBOL_GPL vmlinux 0xde8e71f9 ahci_platform_disable_phys +EXPORT_SYMBOL_GPL vmlinux 0xde931631 crypto_unregister_aeads +EXPORT_SYMBOL_GPL vmlinux 0xde9ab8c7 xenbus_rm +EXPORT_SYMBOL_GPL vmlinux 0xde9fa385 pcie_flr +EXPORT_SYMBOL_GPL vmlinux 0xdead2e78 reserve_iova +EXPORT_SYMBOL_GPL vmlinux 0xdec18c61 clockevents_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0xdee91d7a dtpm_destroy_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xdefc9525 skcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0xdeffa0a7 edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0xdf0c757f ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0xdf0ca3f4 cpu_latency_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0xdf0f74ec devm_regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf1ae719 regmap_get_raw_read_max +EXPORT_SYMBOL_GPL vmlinux 0xdf1be5e1 __free_iova +EXPORT_SYMBOL_GPL vmlinux 0xdf1e5448 put_io_context +EXPORT_SYMBOL_GPL vmlinux 0xdf237453 timer_shutdown_sync +EXPORT_SYMBOL_GPL vmlinux 0xdf2738bb cpu_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdf31898f cper_mem_err_pack +EXPORT_SYMBOL_GPL vmlinux 0xdf335b3f devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xdf370ac3 debugfs_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0xdf372f67 __irq_resolve_mapping +EXPORT_SYMBOL_GPL vmlinux 0xdf3b7e3c regulator_set_soft_start_regmap +EXPORT_SYMBOL_GPL vmlinux 0xdf448d1c fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0xdf450b46 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xdf558314 power_supply_battery_info_properties +EXPORT_SYMBOL_GPL vmlinux 0xdf6ed95b dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0xdf8579e2 phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xdf896a34 wbc_attach_and_unlock_inode +EXPORT_SYMBOL_GPL vmlinux 0xdf9b7192 dev_pm_opp_set_rate +EXPORT_SYMBOL_GPL vmlinux 0xdfb7704a blk_mq_queue_inflight +EXPORT_SYMBOL_GPL vmlinux 0xdfb8e58f tcp_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0xdfc0cf4c xdp_convert_zc_to_xdp_frame +EXPORT_SYMBOL_GPL vmlinux 0xdfcb6c90 mctrl_gpio_set +EXPORT_SYMBOL_GPL vmlinux 0xdfcd0a9e mptcp_token_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xdfec4a80 trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xdff0c758 md_run +EXPORT_SYMBOL_GPL vmlinux 0xe00db6dc __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xe01b77b2 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0xe01f4cb0 irq_force_affinity +EXPORT_SYMBOL_GPL vmlinux 0xe020a19c wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0xe025d641 cdx_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xe0313d71 rhashtable_insert_slow +EXPORT_SYMBOL_GPL vmlinux 0xe0357cfc __get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0xe03838d4 gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0xe0445a7d devm_regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe048ce5f dprc_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xe04d406f genphy_c45_plca_set_cfg +EXPORT_SYMBOL_GPL vmlinux 0xe0524779 switchdev_handle_fdb_event_to_device +EXPORT_SYMBOL_GPL vmlinux 0xe05e2f85 nexthop_free_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe060f576 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xe06d294b power_supply_set_property +EXPORT_SYMBOL_GPL vmlinux 0xe07859fd devl_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0xe07ab1de iomap_swapfile_activate +EXPORT_SYMBOL_GPL vmlinux 0xe08cbedd clk_hw_get_rate +EXPORT_SYMBOL_GPL vmlinux 0xe0af54f3 da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0xe0b1c103 clk_set_max_rate +EXPORT_SYMBOL_GPL vmlinux 0xe0b8364e __tracepoint_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xe0c4e14d hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0xe0d3d4e6 iomap_page_mkwrite +EXPORT_SYMBOL_GPL vmlinux 0xe0e2a09f ncsi_start_dev +EXPORT_SYMBOL_GPL vmlinux 0xe0e3147c HYPERVISOR_sched_op +EXPORT_SYMBOL_GPL vmlinux 0xe1041ab6 devlink_dpipe_table_counter_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe10ba20a device_store_int +EXPORT_SYMBOL_GPL vmlinux 0xe10cd6ad erst_get_record_id_begin +EXPORT_SYMBOL_GPL vmlinux 0xe11fafb4 serdev_controller_remove +EXPORT_SYMBOL_GPL vmlinux 0xe121323b max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xe1257b2e cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0xe12681a4 __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xe13139be failover_register +EXPORT_SYMBOL_GPL vmlinux 0xe136915b pm_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0xe1504045 nvmem_device_cell_read +EXPORT_SYMBOL_GPL vmlinux 0xe15f9898 of_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0xe16e93a3 mddev_init_writes_pending +EXPORT_SYMBOL_GPL vmlinux 0xe17c7d7d kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0xe17c958b blk_revalidate_disk_zones +EXPORT_SYMBOL_GPL vmlinux 0xe180800a pci_aer_clear_nonfatal_status +EXPORT_SYMBOL_GPL vmlinux 0xe18a83b8 devm_of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0xe18baa0d serdev_device_get_tiocm +EXPORT_SYMBOL_GPL vmlinux 0xe19140f2 lwtunnel_state_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe19336eb of_pse_control_get +EXPORT_SYMBOL_GPL vmlinux 0xe1a0ce97 shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xe1a8d7c9 net_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xe1ac773e tick_nohz_full_mask +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6497 devm_mtk_clk_mux_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1c87a2f kernel_can_power_off +EXPORT_SYMBOL_GPL vmlinux 0xe1d3c02f locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0xe1d3c9db __dax_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xe1d44657 component_compare_dev_name +EXPORT_SYMBOL_GPL vmlinux 0xe1db6fae pinmux_generic_get_function_name +EXPORT_SYMBOL_GPL vmlinux 0xe1e99d85 irq_chip_request_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0xe1f3d488 devl_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe20e8916 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xe2259b09 xhci_update_hub_device +EXPORT_SYMBOL_GPL vmlinux 0xe22e72d8 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0xe231483e gpiochip_request_own_desc +EXPORT_SYMBOL_GPL vmlinux 0xe23358b2 driver_find +EXPORT_SYMBOL_GPL vmlinux 0xe233762a input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0xe25d23f3 blocking_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0xe26b11db free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xe27752c2 devlink_dpipe_match_put +EXPORT_SYMBOL_GPL vmlinux 0xe29a2acb serial8250_read_char +EXPORT_SYMBOL_GPL vmlinux 0xe2a4fb74 rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0xe2b3207a unregister_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe2c02e29 of_get_display_timing +EXPORT_SYMBOL_GPL vmlinux 0xe2c55bcb devlink_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0xe2ce2b4d evm_set_key +EXPORT_SYMBOL_GPL vmlinux 0xe2d405c5 usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xe2d4f386 vcap_val_rule +EXPORT_SYMBOL_GPL vmlinux 0xe2d96f5b zynqmp_pm_feature +EXPORT_SYMBOL_GPL vmlinux 0xe2dd61b3 backing_file_real_path +EXPORT_SYMBOL_GPL vmlinux 0xe2ec293b sbitmap_queue_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xe2f2c3f9 rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xe2f9ec80 power_supply_get_battery_info +EXPORT_SYMBOL_GPL vmlinux 0xe3141cc7 usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0xe32a372c spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0xe347f279 preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe34d54d5 xenbus_watch_path +EXPORT_SYMBOL_GPL vmlinux 0xe3520bbf __devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xe36cc656 fsl_mc_bus_dprc_type +EXPORT_SYMBOL_GPL vmlinux 0xe3769368 kvm_clear_guest +EXPORT_SYMBOL_GPL vmlinux 0xe3840e18 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xe387c082 msi_lock_descs +EXPORT_SYMBOL_GPL vmlinux 0xe38cff44 skb_mpls_push +EXPORT_SYMBOL_GPL vmlinux 0xe39616dd kvm_read_guest_page +EXPORT_SYMBOL_GPL vmlinux 0xe3965682 vp_modern_get_features +EXPORT_SYMBOL_GPL vmlinux 0xe397caf5 seq_buf_printf +EXPORT_SYMBOL_GPL vmlinux 0xe39d0794 usb_phy_roothub_exit +EXPORT_SYMBOL_GPL vmlinux 0xe3a7d14c ip_fib_metrics_init +EXPORT_SYMBOL_GPL vmlinux 0xe3ac7800 devm_acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0xe3adcf47 devm_gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0xe3aec020 devlink_port_attrs_pci_vf_set +EXPORT_SYMBOL_GPL vmlinux 0xe3b09712 kprobe_event_delete +EXPORT_SYMBOL_GPL vmlinux 0xe3b67e91 ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xe3b96b45 fsl_mc_bus_dpdmux_type +EXPORT_SYMBOL_GPL vmlinux 0xe3c27d9d ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xe3c5815e tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0xe3cd5fae klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xe3d6fab4 net_failover_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe3d76d90 acpi_bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xe3e423ac iommu_group_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xe3ea2b24 vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xe3f26104 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0xe3f6a07e tcp_unregister_ulp +EXPORT_SYMBOL_GPL vmlinux 0xe3fc6c71 sysfs_file_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xe40bb23e devlink_health_reporter_priv +EXPORT_SYMBOL_GPL vmlinux 0xe4169cf8 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xe420fc87 attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe4248980 cper_estatus_print +EXPORT_SYMBOL_GPL vmlinux 0xe4262e61 find_mci_by_dev +EXPORT_SYMBOL_GPL vmlinux 0xe42c88ad extract_iter_to_sg +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe436e90c __dma_fence_unwrap_merge +EXPORT_SYMBOL_GPL vmlinux 0xe446b5f8 br_ip6_fragment +EXPORT_SYMBOL_GPL vmlinux 0xe45f7cca bpf_trace_run9 +EXPORT_SYMBOL_GPL vmlinux 0xe4634b4b mmc_regulator_enable_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0xe469ea53 crypto_inst_setname +EXPORT_SYMBOL_GPL vmlinux 0xe46e132a ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0xe470ce48 iommu_register_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xe474b2e3 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0xe474e68b genphy_c45_an_disable_aneg +EXPORT_SYMBOL_GPL vmlinux 0xe47f425b regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xe4806839 dst_blackhole_mtu +EXPORT_SYMBOL_GPL vmlinux 0xe48846ee of_get_display_timings +EXPORT_SYMBOL_GPL vmlinux 0xe48e520a regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0xe491e700 unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe49a8111 gnttab_dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0xe4b064f9 pcie_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xe4b089dd mtk_is_virt_gpio +EXPORT_SYMBOL_GPL vmlinux 0xe4b818c3 phy_speed_to_str +EXPORT_SYMBOL_GPL vmlinux 0xe4bd89cc irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0xe4c2c66c rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0xe4e48b12 swphy_validate_state +EXPORT_SYMBOL_GPL vmlinux 0xe502e787 pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xe5064851 devlink_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe50893fd unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xe50fcf34 iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xe5102cd1 nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0xe52283be key_type_user +EXPORT_SYMBOL_GPL vmlinux 0xe5343e9b devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xe539a33e acpi_subsys_complete +EXPORT_SYMBOL_GPL vmlinux 0xe5513bc0 fwnode_device_is_available +EXPORT_SYMBOL_GPL vmlinux 0xe5516728 k3_udma_glue_tx_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xe565f8b1 to_nvdimm_bus +EXPORT_SYMBOL_GPL vmlinux 0xe569eede phy_speed_up +EXPORT_SYMBOL_GPL vmlinux 0xe576fdf0 led_get_default_pattern +EXPORT_SYMBOL_GPL vmlinux 0xe57810bd xdp_do_redirect +EXPORT_SYMBOL_GPL vmlinux 0xe5789064 sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0xe5827756 devfreq_event_get_edev_count +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58c0366 __device_reset +EXPORT_SYMBOL_GPL vmlinux 0xe58eb9d7 FSE_readNCount +EXPORT_SYMBOL_GPL vmlinux 0xe5903e7b usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0xe598221c dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0xe5a2b62e sfp_bus_find_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xe5a925d3 zynqmp_pm_init_finalize +EXPORT_SYMBOL_GPL vmlinux 0xe5bf8477 scsi_host_block +EXPORT_SYMBOL_GPL vmlinux 0xe5c02b64 freq_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xe5c24601 fwnode_get_parent +EXPORT_SYMBOL_GPL vmlinux 0xe5c80d53 badblocks_set +EXPORT_SYMBOL_GPL vmlinux 0xe5cb1943 hisi_clk_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xe5ce1a56 rhashtable_walk_enter +EXPORT_SYMBOL_GPL vmlinux 0xe5dba3fa xenbus_probe_devices +EXPORT_SYMBOL_GPL vmlinux 0xe5e197dc vcap_port_debugfs +EXPORT_SYMBOL_GPL vmlinux 0xe5e790e4 __traceiter_rwmmio_post_read +EXPORT_SYMBOL_GPL vmlinux 0xe5f8f64d pci_epc_start +EXPORT_SYMBOL_GPL vmlinux 0xe605735a __folio_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0xe60632a9 edac_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe60a5e8d pids_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xe60aceb1 fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0xe60cb4cc __traceiter_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0xe60f439f crypto_alloc_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xe618981c crypto_alloc_acomp_node +EXPORT_SYMBOL_GPL vmlinux 0xe628bb9f phy_fibre_port_array +EXPORT_SYMBOL_GPL vmlinux 0xe629f55a ahci_do_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xe62cb1ae ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0xe63e4b14 dpbp_disable +EXPORT_SYMBOL_GPL vmlinux 0xe6512b1f cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0xe66efc1a fsl_mc_bus_dpseci_type +EXPORT_SYMBOL_GPL vmlinux 0xe68c1873 rockchip_pcie_parse_dt +EXPORT_SYMBOL_GPL vmlinux 0xe68ea7c6 vp_modern_get_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0xe696afae perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0xe698c5d4 ncsi_unregister_dev +EXPORT_SYMBOL_GPL vmlinux 0xe6a23f9a rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0xe6aef439 __tracepoint_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xe6bea00a subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0xe6c7034a ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0xe6d52841 __traceiter_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xe6e40502 rcu_get_gp_seq +EXPORT_SYMBOL_GPL vmlinux 0xe6e6b684 md_new_event +EXPORT_SYMBOL_GPL vmlinux 0xe6e988c5 k3_ringacc_get_tisci_dev_id +EXPORT_SYMBOL_GPL vmlinux 0xe6eae9bd imx_unregister_hw_clocks +EXPORT_SYMBOL_GPL vmlinux 0xe6ee151c __traceiter_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xe6f52443 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0xe6f83837 acpi_bus_attach_private_data +EXPORT_SYMBOL_GPL vmlinux 0xe700d767 reset_control_bulk_deassert +EXPORT_SYMBOL_GPL vmlinux 0xe70221d7 cppc_get_perf_caps +EXPORT_SYMBOL_GPL vmlinux 0xe70de0ec genphy_c45_plca_get_status +EXPORT_SYMBOL_GPL vmlinux 0xe72ef47f acpi_subsys_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0xe7427c79 ping_close +EXPORT_SYMBOL_GPL vmlinux 0xe74ab0ee pinctrl_utils_reserve_map +EXPORT_SYMBOL_GPL vmlinux 0xe74fd9c1 cookie_tcp_reqsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe753b68d devlink_fmsg_arr_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xe7689389 imx_pinctrl_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe76a4553 devm_acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xe7741ca4 firmware_upload_register +EXPORT_SYMBOL_GPL vmlinux 0xe77d5ef3 ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0xe7822964 devm_pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe783e261 sysfs_emit +EXPORT_SYMBOL_GPL vmlinux 0xe791df1f rcu_nocb_cpu_deoffload +EXPORT_SYMBOL_GPL vmlinux 0xe7936243 zynqmp_pm_clock_getstate +EXPORT_SYMBOL_GPL vmlinux 0xe79bf4a0 __thermal_zone_get_trip +EXPORT_SYMBOL_GPL vmlinux 0xe79e0042 ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0xe7b9af5b posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0xe7d6d2d4 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0xe7d97e6a gfn_to_page +EXPORT_SYMBOL_GPL vmlinux 0xe7e12e58 mdiobus_c45_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0xe7e1ca70 nf_ip_route +EXPORT_SYMBOL_GPL vmlinux 0xe7e7bb6f dma_vunmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xe7f62651 sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0xe7f7aaaf xen_xlate_unmap_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0xe7fbf6fa set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0xe803e349 xhci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe80442bf tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xe8181403 ioc_find_get_icq +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe83a98a0 gpiod_set_array_value +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe851c490 pci_epf_remove_vepf +EXPORT_SYMBOL_GPL vmlinux 0xe85a9fd3 cpu_cluster_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe8696956 scmi_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe86be8ee synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xe86dd890 device_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0xe86edda2 crypto_unregister_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xe873b854 find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xe874c6ee dev_pm_opp_of_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0xe874ceec gpiochip_irqchip_add_domain +EXPORT_SYMBOL_GPL vmlinux 0xe8757e0e eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0xe890a76b badblocks_check +EXPORT_SYMBOL_GPL vmlinux 0xe891ad9b fsl_mc_portal_free +EXPORT_SYMBOL_GPL vmlinux 0xe891e7b5 spi_sync +EXPORT_SYMBOL_GPL vmlinux 0xe8922461 ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0xe8979afb mas_prev_range +EXPORT_SYMBOL_GPL vmlinux 0xe8a2cfe3 tpm_default_chip +EXPORT_SYMBOL_GPL vmlinux 0xe8a43c0c acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0xe8a772bd vcap_keyset_list_add +EXPORT_SYMBOL_GPL vmlinux 0xe8acab8b usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0xe8ad0436 usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0xe8b94bf9 max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0xe8bc40c5 cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xe8bfbf70 ahci_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0xe8c0065d memory_group_register_static +EXPORT_SYMBOL_GPL vmlinux 0xe8c54acd uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0xe8db9c87 ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xe8f049d2 device_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0xe90c7659 k3_udma_glue_rx_dma_to_cppi5_addr +EXPORT_SYMBOL_GPL vmlinux 0xe911df29 eventfd_ctx_do_read +EXPORT_SYMBOL_GPL vmlinux 0xe917d46a pinmux_generic_get_function_groups +EXPORT_SYMBOL_GPL vmlinux 0xe91bd644 dev_pm_domain_attach +EXPORT_SYMBOL_GPL vmlinux 0xe936cad8 call_hid_bpf_rdesc_fixup +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe94986d6 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0xe94b789c devm_request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0xe94ea723 tcf_dev_queue_xmit +EXPORT_SYMBOL_GPL vmlinux 0xe956a75c pl320_ipc_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe95b729c pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe967cb76 peernet2id_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe981e15a filemap_read +EXPORT_SYMBOL_GPL vmlinux 0xe98d5977 dst_blackhole_redirect +EXPORT_SYMBOL_GPL vmlinux 0xe98f55f2 arm_smccc_get_version +EXPORT_SYMBOL_GPL vmlinux 0xe99627bb icc_get_name +EXPORT_SYMBOL_GPL vmlinux 0xe9a9e9a3 badblocks_exit +EXPORT_SYMBOL_GPL vmlinux 0xe9ab39ba platform_find_device_by_driver +EXPORT_SYMBOL_GPL vmlinux 0xe9b685ab pci_epc_remove_epf +EXPORT_SYMBOL_GPL vmlinux 0xe9b949fa spi_split_transfers_maxwords +EXPORT_SYMBOL_GPL vmlinux 0xe9bd3732 modify_ftrace_direct_nolock +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9d63a0d k3_udma_glue_enable_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xe9d9ec83 irq_chip_eoi_parent +EXPORT_SYMBOL_GPL vmlinux 0xe9e03cd8 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xe9f212aa pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0xe9f5116f rcu_exp_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0xe9fb1d53 alloc_dax +EXPORT_SYMBOL_GPL vmlinux 0xea018bbb mpi_test_bit +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea12be35 fsl_mc_device_remove +EXPORT_SYMBOL_GPL vmlinux 0xea178d19 register_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0xea1b3cd0 pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xea22a028 regmap_noinc_write +EXPORT_SYMBOL_GPL vmlinux 0xea26e376 inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0xea2c0c10 ima_file_hash +EXPORT_SYMBOL_GPL vmlinux 0xea2f2a79 driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xea312c8c serdev_acpi_get_uart_resource +EXPORT_SYMBOL_GPL vmlinux 0xea38036f ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0xea4bc872 kthread_cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0xea4e95f0 fsl_mc_resource_allocate +EXPORT_SYMBOL_GPL vmlinux 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL vmlinux 0xea5e9942 memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0xea79b958 bdev_alignment_offset +EXPORT_SYMBOL_GPL vmlinux 0xea88bd0d xhci_reset_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0xea89301f mtk_clk_unregister_plls +EXPORT_SYMBOL_GPL vmlinux 0xea9a456b regulator_set_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0xeaa10979 of_mm_gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0xeaa262f8 kstrdup_quotable_file +EXPORT_SYMBOL_GPL vmlinux 0xeaa3060b pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xeab22741 devm_of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0xeab6cc00 page_cache_sync_ra +EXPORT_SYMBOL_GPL vmlinux 0xead0ad6f __irq_domain_alloc_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xead3e41b __traceiter_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xead3f927 usb_intf_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0xead54924 mctrl_gpio_to_gpiod +EXPORT_SYMBOL_GPL vmlinux 0xead5c8e5 clk_bulk_prepare +EXPORT_SYMBOL_GPL vmlinux 0xeae0f496 clean_acked_data_flush +EXPORT_SYMBOL_GPL vmlinux 0xeae3e954 dev_pm_clear_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xeaf01ca3 __phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0xeaf0a57c look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0xeaf3cb23 crc64_be +EXPORT_SYMBOL_GPL vmlinux 0xeaf8469d hv_do_fast_hypercall8 +EXPORT_SYMBOL_GPL vmlinux 0xeb018c7b dpcon_open +EXPORT_SYMBOL_GPL vmlinux 0xeb13e514 of_msi_configure +EXPORT_SYMBOL_GPL vmlinux 0xeb32c9c1 __strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0xeb343669 evict_inodes +EXPORT_SYMBOL_GPL vmlinux 0xeb39f81b gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0xeb4221e4 trace_clock +EXPORT_SYMBOL_GPL vmlinux 0xeb44a9de pwm_adjust_config +EXPORT_SYMBOL_GPL vmlinux 0xeb53795b inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0xeb78b1ed unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xeb8dbe23 ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0xeb910446 platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0xebb07e50 bpf_prog_put +EXPORT_SYMBOL_GPL vmlinux 0xebb6a727 driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xebb94118 yield_to +EXPORT_SYMBOL_GPL vmlinux 0xebc6347c iomap_dio_bio_end_io +EXPORT_SYMBOL_GPL vmlinux 0xebc8e833 of_hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0xebd36d8b pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0xebd4cc11 mctrl_gpio_enable_ms +EXPORT_SYMBOL_GPL vmlinux 0xebe496ca __tracepoint_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0xebeb192a acpi_dev_state_d0 +EXPORT_SYMBOL_GPL vmlinux 0xebf956f5 ata_scsi_dma_need_drain +EXPORT_SYMBOL_GPL vmlinux 0xec02ebe0 phylink_init_eee +EXPORT_SYMBOL_GPL vmlinux 0xec0ffdf4 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0xec281cf6 dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0xec2a38dc gpiochip_irq_map +EXPORT_SYMBOL_GPL vmlinux 0xec4b6e80 mtk_alloc_clk_data +EXPORT_SYMBOL_GPL vmlinux 0xec4e5589 clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0xec5668f6 dax_zero_page_range +EXPORT_SYMBOL_GPL vmlinux 0xec5aa3a0 blkdev_zone_mgmt +EXPORT_SYMBOL_GPL vmlinux 0xec5ad73b trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0xec774acb cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xec7cd143 unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xec8055f1 of_clk_hw_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0xec8fb36d dev_pm_genpd_set_performance_state +EXPORT_SYMBOL_GPL vmlinux 0xeca86fc5 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0xecb02268 devm_init_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xecb40962 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xecb671fc tegra210_sata_pll_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0xecb92a41 pcc_mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0xecba68e3 gnttab_batch_map +EXPORT_SYMBOL_GPL vmlinux 0xecd8f23d xenbus_read +EXPORT_SYMBOL_GPL vmlinux 0xecde0399 mbox_chan_received_data +EXPORT_SYMBOL_GPL vmlinux 0xecdeefd7 fbcon_modechange_possible +EXPORT_SYMBOL_GPL vmlinux 0xecfbea05 dma_mmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xed0dba8f __fscrypt_inode_uses_inline_crypto +EXPORT_SYMBOL_GPL vmlinux 0xed1bdc36 skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0xed2c5bcf power_supply_charge_behaviour_parse +EXPORT_SYMBOL_GPL vmlinux 0xed379a80 pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0xed39b7b8 parse_OID +EXPORT_SYMBOL_GPL vmlinux 0xed3caa1b skb_mpls_pop +EXPORT_SYMBOL_GPL vmlinux 0xed42d38a pci_generic_config_read +EXPORT_SYMBOL_GPL vmlinux 0xed448289 nvmem_cell_read_variable_le_u32 +EXPORT_SYMBOL_GPL vmlinux 0xed4a04e6 mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xed6041f6 xdp_rxq_info_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0xed6a814b dev_pm_opp_get_level +EXPORT_SYMBOL_GPL vmlinux 0xed75dc41 perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0xed762edd to_of_pinfo +EXPORT_SYMBOL_GPL vmlinux 0xed78edcd xdp_features_set_redirect_target +EXPORT_SYMBOL_GPL vmlinux 0xed79a897 hte_ts_get +EXPORT_SYMBOL_GPL vmlinux 0xed7c31bc acpi_get_first_physical_node +EXPORT_SYMBOL_GPL vmlinux 0xed85040b usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xed8c384b netdev_xmit_skip_txqueue +EXPORT_SYMBOL_GPL vmlinux 0xed918dde hte_init_line_attr +EXPORT_SYMBOL_GPL vmlinux 0xed93951f tun_get_tx_ring +EXPORT_SYMBOL_GPL vmlinux 0xed9b54fe ipv6_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0xeda7129c md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0xedcd26b8 __traceiter_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xedced10b usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xedd7d3c5 meson_clk_pcie_pll_ops +EXPORT_SYMBOL_GPL vmlinux 0xede9a09a btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0xedf3d8a6 uart_try_toggle_sysrq +EXPORT_SYMBOL_GPL vmlinux 0xedf8b902 vp_modern_config_vector +EXPORT_SYMBOL_GPL vmlinux 0xee1c3693 mptcp_token_get_sock +EXPORT_SYMBOL_GPL vmlinux 0xee2398d4 fixed_phy_register +EXPORT_SYMBOL_GPL vmlinux 0xee2be146 acpi_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0xee38ef57 register_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee40f7f2 pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xee518148 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0xee52bc9a devl_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0xee562569 bio_split_rw +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xee6c633a devices_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xee6f01b9 extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0xee739384 __reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xee74a922 __tracepoint_console +EXPORT_SYMBOL_GPL vmlinux 0xee7aba8e usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0xee842e3c __dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0xee8dda08 desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0xeebb2cc8 mtk_pinconf_bias_disable_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xeec39a2a dw_pcie_ep_reset_bar +EXPORT_SYMBOL_GPL vmlinux 0xeec5cf48 net_ns_get_ownership +EXPORT_SYMBOL_GPL vmlinux 0xeec79021 clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0xeedd987e phy_10gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0xeedfa62a zynqmp_pm_is_function_supported +EXPORT_SYMBOL_GPL vmlinux 0xeee4b172 mnt_idmap_put +EXPORT_SYMBOL_GPL vmlinux 0xeee7eb5c xenbus_dev_changed +EXPORT_SYMBOL_GPL vmlinux 0xeef68434 acpi_ec_remove_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xef13d646 fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0xef1b7b4c led_init_core +EXPORT_SYMBOL_GPL vmlinux 0xef1c8e78 fixed_phy_change_carrier +EXPORT_SYMBOL_GPL vmlinux 0xef1d4194 gpiochip_get_data +EXPORT_SYMBOL_GPL vmlinux 0xef1f6e23 apei_resources_request +EXPORT_SYMBOL_GPL vmlinux 0xef242bac sampling_rate_store +EXPORT_SYMBOL_GPL vmlinux 0xef29fcdd clk_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xef2e96b1 fsl_mc_populate_irq_pool +EXPORT_SYMBOL_GPL vmlinux 0xef34bf3e hrtimer_active +EXPORT_SYMBOL_GPL vmlinux 0xef464c28 getboottime64 +EXPORT_SYMBOL_GPL vmlinux 0xef4f2bb2 acpi_processor_get_performance_info +EXPORT_SYMBOL_GPL vmlinux 0xef5db66d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xef67ec35 __tracepoint_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xef6a5502 mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef70eb7e ring_buffer_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0xef73da17 bio_associate_blkg_from_css +EXPORT_SYMBOL_GPL vmlinux 0xef78adc9 thermal_zone_device_type +EXPORT_SYMBOL_GPL vmlinux 0xef7bc938 pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xef7c67f6 sched_numa_find_nth_cpu +EXPORT_SYMBOL_GPL vmlinux 0xef7cbd9d file_is_kvm +EXPORT_SYMBOL_GPL vmlinux 0xef7f8a19 trace_array_put +EXPORT_SYMBOL_GPL vmlinux 0xef92ef33 btree_last +EXPORT_SYMBOL_GPL vmlinux 0xef9f9946 pinctrl_utils_add_map_configs +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefb0f3e7 wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0xefb11eab usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0xefbc1c08 __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xefc6972f hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0xefcb3a18 device_iommu_capable +EXPORT_SYMBOL_GPL vmlinux 0xefd08d70 irq_gc_set_wake +EXPORT_SYMBOL_GPL vmlinux 0xefd19083 mtk_pinconf_drive_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xefd45641 iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0xefe831ee regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0xefeafcf1 edac_has_mcs +EXPORT_SYMBOL_GPL vmlinux 0xeff5f3a9 lwtunnel_valid_encap_type +EXPORT_SYMBOL_GPL vmlinux 0xf012349d gnttab_batch_copy +EXPORT_SYMBOL_GPL vmlinux 0xf032f711 bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0xf04429b4 acpi_bus_get_status_handle +EXPORT_SYMBOL_GPL vmlinux 0xf04df83e lwtunnel_encap_del_ops +EXPORT_SYMBOL_GPL vmlinux 0xf05a52fe asn1_encode_oid +EXPORT_SYMBOL_GPL vmlinux 0xf05a59af crypto_alloc_rng +EXPORT_SYMBOL_GPL vmlinux 0xf05fbf09 pci_pio_to_address +EXPORT_SYMBOL_GPL vmlinux 0xf0616e7a sched_numa_hop_mask +EXPORT_SYMBOL_GPL vmlinux 0xf0696401 acpi_pci_detect_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xf06a60c7 iommu_device_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xf06b0fea fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xf080297c __traceiter_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xf083e833 regulator_desc_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xf0910075 sfp_bus_del_upstream +EXPORT_SYMBOL_GPL vmlinux 0xf09c68a9 acpi_pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0xf0bcc26d em_dev_register_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0xf0d5d87f iomap_fiemap +EXPORT_SYMBOL_GPL vmlinux 0xf0d912d7 devm_namespace_enable +EXPORT_SYMBOL_GPL vmlinux 0xf0e0e140 acpi_gpiochip_free_interrupts +EXPORT_SYMBOL_GPL vmlinux 0xf0e52dc0 __tracepoint_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xf0ea652c pinconf_generic_dump_config +EXPORT_SYMBOL_GPL vmlinux 0xf0fb1ce1 mcore_booted +EXPORT_SYMBOL_GPL vmlinux 0xf0ffd31e devm_hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0xf1094813 scsi_internal_device_unblock_nowait +EXPORT_SYMBOL_GPL vmlinux 0xf1124ecd sfp_upstream_set_signal_rate +EXPORT_SYMBOL_GPL vmlinux 0xf12180fd imx_1443x_dram_pll +EXPORT_SYMBOL_GPL vmlinux 0xf12753d3 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0xf134c951 xenbus_watch_pathfmt +EXPORT_SYMBOL_GPL vmlinux 0xf13ed84b k3_ringacc_dmarings_init +EXPORT_SYMBOL_GPL vmlinux 0xf150e8ff gpiochip_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0xf1750752 __clk_hw_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0xf175edcc crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0xf184a3b7 dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf188a662 rhashtable_walk_exit +EXPORT_SYMBOL_GPL vmlinux 0xf1967d29 __devm_clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0xf198a2c4 led_set_brightness +EXPORT_SYMBOL_GPL vmlinux 0xf1aaf484 of_get_named_gpio +EXPORT_SYMBOL_GPL vmlinux 0xf1b6b8aa irq_domain_reset_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xf1bbc4f6 devm_ti_sci_get_handle +EXPORT_SYMBOL_GPL vmlinux 0xf1c386f0 arm64_mm_context_put +EXPORT_SYMBOL_GPL vmlinux 0xf1c556fe platform_bus +EXPORT_SYMBOL_GPL vmlinux 0xf1ec262d of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xf1ecda92 vcap_set_rule_set_keyset +EXPORT_SYMBOL_GPL vmlinux 0xf1fb4592 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0xf1ffb44f vcap_rule_set_counter_id +EXPORT_SYMBOL_GPL vmlinux 0xf211fdf9 icc_disable +EXPORT_SYMBOL_GPL vmlinux 0xf2136cf2 devfreq_get_devfreq_by_node +EXPORT_SYMBOL_GPL vmlinux 0xf2193321 ahci_platform_find_clk +EXPORT_SYMBOL_GPL vmlinux 0xf21a7182 da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf23b0fc4 phy_init +EXPORT_SYMBOL_GPL vmlinux 0xf24180db rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xf258e1fd pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0xf2650361 devm_regulator_get_enable +EXPORT_SYMBOL_GPL vmlinux 0xf27d0a7b gnttab_grant_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0xf28404cf devlink_dpipe_header_ipv6 +EXPORT_SYMBOL_GPL vmlinux 0xf28822c1 extcon_set_property +EXPORT_SYMBOL_GPL vmlinux 0xf2967796 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0xf29718a4 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0xf2a84504 crypto_grab_ahash +EXPORT_SYMBOL_GPL vmlinux 0xf2ab37ad devm_watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0xf2b33cb7 memory_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xf2c5b945 ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0xf2d97bc9 bgpio_init +EXPORT_SYMBOL_GPL vmlinux 0xf2e1af19 pci_dev_unlock +EXPORT_SYMBOL_GPL vmlinux 0xf2f57465 unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xf2fb61bd vprintk_default +EXPORT_SYMBOL_GPL vmlinux 0xf2ff4bc2 serial8250_em485_supported +EXPORT_SYMBOL_GPL vmlinux 0xf3083a1d phylink_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf30a5502 cpufreq_enable_boost_support +EXPORT_SYMBOL_GPL vmlinux 0xf311e156 key_being_used_for +EXPORT_SYMBOL_GPL vmlinux 0xf31632e0 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0xf31767c0 debugfs_real_fops +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf31bb65c fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0xf31e4cdf dax_zero_range +EXPORT_SYMBOL_GPL vmlinux 0xf31e6ee0 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0xf32bdc5d unregister_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf3387cb6 devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf340c149 rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0xf340db65 pci_host_probe +EXPORT_SYMBOL_GPL vmlinux 0xf34ba89d restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0xf352023f memory_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xf356e971 crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0xf3618967 l3mdev_master_upper_ifindex_by_index_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf36b1cd9 ahci_start_fis_rx +EXPORT_SYMBOL_GPL vmlinux 0xf36d3e9b dev_pm_opp_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0xf374aa7e class_is_registered +EXPORT_SYMBOL_GPL vmlinux 0xf3797506 mpi_ec_deinit +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf386c524 devfreq_cooling_em_register +EXPORT_SYMBOL_GPL vmlinux 0xf38e94cc rockchip_pcie_deinit_phys +EXPORT_SYMBOL_GPL vmlinux 0xf397011a skcipher_walk_async +EXPORT_SYMBOL_GPL vmlinux 0xf39eb258 stmpe_dev_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xf3a09fe7 crypto_has_kpp +EXPORT_SYMBOL_GPL vmlinux 0xf3a7542f dev_pm_genpd_get_next_hrtimer +EXPORT_SYMBOL_GPL vmlinux 0xf3a9a8a8 ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3b644f8 pwm_apply_state +EXPORT_SYMBOL_GPL vmlinux 0xf3b95d79 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0xf3bfcd97 __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0xf3c5dca6 tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0xf3c8312b alloc_dax_region +EXPORT_SYMBOL_GPL vmlinux 0xf3ca0d94 input_device_enabled +EXPORT_SYMBOL_GPL vmlinux 0xf3cb2fcf lwtunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0xf3e6a179 devm_gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xf3ff6365 sprd_pinctrl_core_probe +EXPORT_SYMBOL_GPL vmlinux 0xf421d47e vcap_copy_rule +EXPORT_SYMBOL_GPL vmlinux 0xf42b7570 regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xf4380ad2 crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0xf43f30a0 usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xf4402a9f regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xf45120f2 dbs_update +EXPORT_SYMBOL_GPL vmlinux 0xf4517bdb rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xf4586809 imx_pinctrl_sc_ipc_init +EXPORT_SYMBOL_GPL vmlinux 0xf45c1184 nvdimm_bus_add_badrange +EXPORT_SYMBOL_GPL vmlinux 0xf45f5eb5 fwnode_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0xf4649d36 of_reserved_mem_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf4689d50 linkmode_set_pause +EXPORT_SYMBOL_GPL vmlinux 0xf47654df irq_check_status_bit +EXPORT_SYMBOL_GPL vmlinux 0xf498de8c blk_bio_list_merge +EXPORT_SYMBOL_GPL vmlinux 0xf4af35c2 rcu_gp_is_normal +EXPORT_SYMBOL_GPL vmlinux 0xf4b00bcb evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0xf4bbc490 usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0xf4c861de vcap_del_rules +EXPORT_SYMBOL_GPL vmlinux 0xf4ca1547 irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xf4cd9f8f reset_control_bulk_release +EXPORT_SYMBOL_GPL vmlinux 0xf4dcbc21 regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0xf4e11b9f dax_remap_file_range_prep +EXPORT_SYMBOL_GPL vmlinux 0xf4fea584 imx_pinconf_get_scu +EXPORT_SYMBOL_GPL vmlinux 0xf4ff0b55 list_lru_count_one +EXPORT_SYMBOL_GPL vmlinux 0xf50fc8d9 iomap_read_folio +EXPORT_SYMBOL_GPL vmlinux 0xf52afd5f linear_hugepage_index +EXPORT_SYMBOL_GPL vmlinux 0xf53cab3f __fscrypt_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0xf54a1d9a io_uring_cmd_sock +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf54d5f02 dev_pm_opp_find_level_ceil +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf5572ba9 wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xf590099d dw_pcie_ep_init +EXPORT_SYMBOL_GPL vmlinux 0xf5a067bf iommu_group_dma_owner_claimed +EXPORT_SYMBOL_GPL vmlinux 0xf5a3ba99 linear_range_values_in_range +EXPORT_SYMBOL_GPL vmlinux 0xf5a64695 rio_dma_prep_xfer +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5aa2912 __irq_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0xf5b115c6 gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0xf5d704ec devlink_port_attrs_pci_sf_set +EXPORT_SYMBOL_GPL vmlinux 0xf5d9c451 attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0xf5da1bb7 kvm_release_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0xf5f370e0 async_schedule_node +EXPORT_SYMBOL_GPL vmlinux 0xf6005e89 fuse_send_init +EXPORT_SYMBOL_GPL vmlinux 0xf60e46c7 nvdimm_bus_register +EXPORT_SYMBOL_GPL vmlinux 0xf61c6b74 hv_do_hypercall +EXPORT_SYMBOL_GPL vmlinux 0xf61d8c7c mtk_eint_find_irq +EXPORT_SYMBOL_GPL vmlinux 0xf62dde96 nvdimm_clear_poison +EXPORT_SYMBOL_GPL vmlinux 0xf638376c sysfs_create_link_nowarn +EXPORT_SYMBOL_GPL vmlinux 0xf63f003a acpi_gpio_get_io_resource +EXPORT_SYMBOL_GPL vmlinux 0xf641039b kcpustat_cpu_fetch +EXPORT_SYMBOL_GPL vmlinux 0xf64aaa25 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xf663ee2f pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0xf66a36aa serial8250_em485_config +EXPORT_SYMBOL_GPL vmlinux 0xf676b458 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0xf67e5d1d inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0xf6868021 fsl_mc_obj_open +EXPORT_SYMBOL_GPL vmlinux 0xf68afa95 switchdev_handle_port_obj_del_foreign +EXPORT_SYMBOL_GPL vmlinux 0xf6946166 ahci_handle_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xf6971ecc fsl_mc_bus_dpcon_type +EXPORT_SYMBOL_GPL vmlinux 0xf698491d class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xf69ab88a pci_epc_map_addr +EXPORT_SYMBOL_GPL vmlinux 0xf69af485 pm_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xf6a18816 tegra_mc_probe_device +EXPORT_SYMBOL_GPL vmlinux 0xf6a28554 region_intersects +EXPORT_SYMBOL_GPL vmlinux 0xf6a866ba dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0xf6addbc8 fsverity_ioctl_enable +EXPORT_SYMBOL_GPL vmlinux 0xf6beee37 __SCK__tp_func_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xf6c71a25 cper_severity_str +EXPORT_SYMBOL_GPL vmlinux 0xf6c8534f ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xf6c8dc62 cpu_hotplug_enable +EXPORT_SYMBOL_GPL vmlinux 0xf6cae58d phy_create +EXPORT_SYMBOL_GPL vmlinux 0xf6da7c86 bpf_trace_run12 +EXPORT_SYMBOL_GPL vmlinux 0xf6df449a crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0xf6e772c3 irq_bypass_unregister_producer +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6ecce40 xfrm_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xf6f10ae5 ahci_platform_disable_resources +EXPORT_SYMBOL_GPL vmlinux 0xf6f16c56 rcu_barrier_tasks +EXPORT_SYMBOL_GPL vmlinux 0xf6fa27a8 skb_clone_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xf6ff4db5 i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0xf704f53a percpu_up_write +EXPORT_SYMBOL_GPL vmlinux 0xf70b38a2 edac_device_del_device +EXPORT_SYMBOL_GPL vmlinux 0xf70da8ad fsl_mc_bus_dpci_type +EXPORT_SYMBOL_GPL vmlinux 0xf70e4a4d preempt_schedule_notrace +EXPORT_SYMBOL_GPL vmlinux 0xf7145dc4 drop_reasons_unregister_subsys +EXPORT_SYMBOL_GPL vmlinux 0xf719b1bd set_primary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xf720dbd3 blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0xf7269474 device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0xf72a65ea tty_get_char_size +EXPORT_SYMBOL_GPL vmlinux 0xf730fb4a qcom_smem_state_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xf734ea15 nvdimm_has_cache +EXPORT_SYMBOL_GPL vmlinux 0xf73ea3d1 udp_tunnel_nic_ops +EXPORT_SYMBOL_GPL vmlinux 0xf7455c16 input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0xf749debc md5_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0xf74bb274 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xf74e7c93 jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0xf74fe8bf device_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0xf75f2f2b pci_epc_bme_notify +EXPORT_SYMBOL_GPL vmlinux 0xf7717965 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0xf7772bde xas_init_marks +EXPORT_SYMBOL_GPL vmlinux 0xf778e03b pci_epc_put +EXPORT_SYMBOL_GPL vmlinux 0xf77cfb30 pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0xf782fb07 percpu_ref_switch_to_atomic_sync +EXPORT_SYMBOL_GPL vmlinux 0xf7866b4f bind_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0xf786e99e device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xf797b37c blkdev_report_zones +EXPORT_SYMBOL_GPL vmlinux 0xf79e7aab pktgen_xfrm_outer_mode_output +EXPORT_SYMBOL_GPL vmlinux 0xf7a834e3 clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0xf7aa5608 serial8250_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0xf7afb369 btree_init +EXPORT_SYMBOL_GPL vmlinux 0xf7bc95b0 devlink_fmsg_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xf7c3f273 xen_resume_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf7c819c8 tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0xf7d9e21b tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0xf7eea17d shake_page +EXPORT_SYMBOL_GPL vmlinux 0xf808cc54 iommu_device_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xf8091b73 regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xf80f5fc7 __SCK__tp_func_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xf81792aa __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xf81aad4f debugfs_file_get +EXPORT_SYMBOL_GPL vmlinux 0xf81cda9b sk_msg_free +EXPORT_SYMBOL_GPL vmlinux 0xf81dce70 thermal_genl_cpu_capability_event +EXPORT_SYMBOL_GPL vmlinux 0xf81e687d da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xf8281d1b devlink_port_init +EXPORT_SYMBOL_GPL vmlinux 0xf849a82e devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xf84b6d50 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xf8540d8c sbitmap_any_bit_set +EXPORT_SYMBOL_GPL vmlinux 0xf858bd6f sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xf85a8a9b bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0xf861bd31 rockchip_clk_register_ddrclk +EXPORT_SYMBOL_GPL vmlinux 0xf86c029e kpp_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xf870d1a6 rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xf8770a6e fwnode_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0xf87de7bc tegra_mc_get_carveout_info +EXPORT_SYMBOL_GPL vmlinux 0xf87f4636 devres_add +EXPORT_SYMBOL_GPL vmlinux 0xf883bf93 crypto_dh_key_len +EXPORT_SYMBOL_GPL vmlinux 0xf887a8e0 acpi_match_device +EXPORT_SYMBOL_GPL vmlinux 0xf890792d task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0xf8952fd7 blk_mq_pci_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xf89d229c perf_event_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0xf8beb0a1 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xf8cd2cc5 imx_get_clk_hw_by_name +EXPORT_SYMBOL_GPL vmlinux 0xf8efbbe8 gnttab_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8f5942b udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf8fe5642 phylink_ethtool_get_pauseparam +EXPORT_SYMBOL_GPL vmlinux 0xf900c77d zynqmp_pm_clock_disable +EXPORT_SYMBOL_GPL vmlinux 0xf9046fc5 pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0xf90dcf03 crypto_register_templates +EXPORT_SYMBOL_GPL vmlinux 0xf91adbcb sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0xf91e5db8 regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xf925ac90 invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0xf927af2c netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0xf92cbc40 perf_aux_output_begin +EXPORT_SYMBOL_GPL vmlinux 0xf934a12c __spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xf9354307 __traceiter_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xf9394502 usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xf94030fe ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xf95275d0 pci_epc_write_header +EXPORT_SYMBOL_GPL vmlinux 0xf952f2db security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0xf95322f4 kthread_parkme +EXPORT_SYMBOL_GPL vmlinux 0xf955e9c5 bprintf +EXPORT_SYMBOL_GPL vmlinux 0xf965d590 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf967422b HYPERVISOR_xen_version +EXPORT_SYMBOL_GPL vmlinux 0xf98b94c9 pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0xf993e4ea relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0xf99abfb2 pci_epc_mem_init +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9a3c5dc zynqmp_pm_load_pdi +EXPORT_SYMBOL_GPL vmlinux 0xf9aa132f devm_pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0xf9b34a0b iopf_queue_free +EXPORT_SYMBOL_GPL vmlinux 0xf9b9c4c8 kvm_vcpu_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0xf9bb73e2 ahci_platform_resume_host +EXPORT_SYMBOL_GPL vmlinux 0xf9c7b8ba phy_speed_down +EXPORT_SYMBOL_GPL vmlinux 0xf9ca5e5d iommu_device_unlink +EXPORT_SYMBOL_GPL vmlinux 0xf9d3321d devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xf9d44a98 virtio_max_dma_size +EXPORT_SYMBOL_GPL vmlinux 0xf9da48cf gpiod_get_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xf9e05a3e rio_del_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0xf9febb98 dprc_get_obj_region +EXPORT_SYMBOL_GPL vmlinux 0xfa1b8b30 smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa20488d tcp_parse_mss_option +EXPORT_SYMBOL_GPL vmlinux 0xfa30c793 validate_xmit_skb_list +EXPORT_SYMBOL_GPL vmlinux 0xfa349688 aer_recover_queue +EXPORT_SYMBOL_GPL vmlinux 0xfa43cefc is_hash_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xfa4d3c24 log_post_write_mmio +EXPORT_SYMBOL_GPL vmlinux 0xfa5f32ca __skb_get_hash_symmetric +EXPORT_SYMBOL_GPL vmlinux 0xfa61637f crypto_akcipher_sync_prep +EXPORT_SYMBOL_GPL vmlinux 0xfa666974 queue_work_node +EXPORT_SYMBOL_GPL vmlinux 0xfa6804f9 rio_pw_enable +EXPORT_SYMBOL_GPL vmlinux 0xfa6c3fb7 pin_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xfa83df95 ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0xfa9f8862 bus_register +EXPORT_SYMBOL_GPL vmlinux 0xfaaf8621 power_supply_battery_bti_in_range +EXPORT_SYMBOL_GPL vmlinux 0xfaafe588 rockchip_pcie_get_phys +EXPORT_SYMBOL_GPL vmlinux 0xfab30dc0 mdio_bus_exit +EXPORT_SYMBOL_GPL vmlinux 0xfab53ed9 pinctrl_gpio_can_use_line +EXPORT_SYMBOL_GPL vmlinux 0xfac3b77e sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0xfacbbbdb udp_abort +EXPORT_SYMBOL_GPL vmlinux 0xfacbc30b acpi_dev_remove_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0xfad9c827 kill_dax +EXPORT_SYMBOL_GPL vmlinux 0xfad9ec47 virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0xfadfe615 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0xfaf17e41 mtk_hw_set_value +EXPORT_SYMBOL_GPL vmlinux 0xfafcaf4e edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0xfb0d7867 __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xfb19de11 irq_gc_mask_disable_reg +EXPORT_SYMBOL_GPL vmlinux 0xfb2a1d28 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0xfb2f8f28 tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb334e4f devm_platform_get_and_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0xfb35890a x509_cert_parse +EXPORT_SYMBOL_GPL vmlinux 0xfb393ff8 dev_pm_set_dedicated_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xfb3f738d finish_rcuwait +EXPORT_SYMBOL_GPL vmlinux 0xfb48c42a devlink_alloc_ns +EXPORT_SYMBOL_GPL vmlinux 0xfb5b20d4 dev_pm_opp_get_suspend_opp_freq +EXPORT_SYMBOL_GPL vmlinux 0xfb60faf5 posix_acl_clone +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb74e910 proc_douintvec_minmax +EXPORT_SYMBOL_GPL vmlinux 0xfb818935 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbc022cc init_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0xfbcf9d27 udp_cmsg_send +EXPORT_SYMBOL_GPL vmlinux 0xfbd1c4d8 tcp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0xfbdd464e __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xfbe0eca9 stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0xfbe97c39 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0xfbf20c8b devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xfbf61a3f sbitmap_queue_show +EXPORT_SYMBOL_GPL vmlinux 0xfbf83bf2 rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0xfbfc3419 __devm_clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xfbffd601 net_prio_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc0917b5 xenbus_dev_fatal +EXPORT_SYMBOL_GPL vmlinux 0xfc0daea1 meson8_aobus_parse_dt_extra +EXPORT_SYMBOL_GPL vmlinux 0xfc201b66 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0xfc254d15 gnttab_free_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xfc2a6acd ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0xfc3b4246 acpi_bus_update_power +EXPORT_SYMBOL_GPL vmlinux 0xfc515410 serdev_device_write_flush +EXPORT_SYMBOL_GPL vmlinux 0xfc5fd7cf register_btf_fmodret_id_set +EXPORT_SYMBOL_GPL vmlinux 0xfc6c2c0e __acpi_node_get_property_reference +EXPORT_SYMBOL_GPL vmlinux 0xfc7ba83a qcom_icc_xlate_extended +EXPORT_SYMBOL_GPL vmlinux 0xfc855019 dpcon_set_notification +EXPORT_SYMBOL_GPL vmlinux 0xfc8fcd0d dma_request_chan +EXPORT_SYMBOL_GPL vmlinux 0xfc942eac pci_generic_config_read32 +EXPORT_SYMBOL_GPL vmlinux 0xfc9477b5 zynqmp_pm_set_pll_frac_data +EXPORT_SYMBOL_GPL vmlinux 0xfcaa36eb component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0xfcbfec70 add_memory_driver_managed +EXPORT_SYMBOL_GPL vmlinux 0xfcc1edd3 memory_block_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0xfcf9ef73 hw_protection_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xfd0124e7 __traceiter_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0xfd04bc98 query_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0xfd05ffdb clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0xfd068326 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xfd15126c crypto_unregister_scomp +EXPORT_SYMBOL_GPL vmlinux 0xfd195774 k3_udma_glue_disable_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xfd25c581 ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0xfd4dab93 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0xfd51bda3 ahci_do_softreset +EXPORT_SYMBOL_GPL vmlinux 0xfd55eaca stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xfd6555fb xlnx_unregister_event +EXPORT_SYMBOL_GPL vmlinux 0xfd6e451f dma_resv_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xfd7243c7 erst_disable +EXPORT_SYMBOL_GPL vmlinux 0xfd73d26d irq_chip_release_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0xfd77e268 register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xfd7d7e11 devlink_linecard_nested_dl_set +EXPORT_SYMBOL_GPL vmlinux 0xfd842187 crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0xfd99fbc0 inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0xfdac4e01 iommu_get_domain_for_dev_pasid +EXPORT_SYMBOL_GPL vmlinux 0xfdb18e01 usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0xfdbd7a17 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xfdbdbb30 transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xfdd1d410 ethtool_dev_mm_supported +EXPORT_SYMBOL_GPL vmlinux 0xfdd56e55 pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0xfdd7d7c7 fsl_mc_device_add +EXPORT_SYMBOL_GPL vmlinux 0xfdd99bcc rcu_trc_cmpxchg_need_qs +EXPORT_SYMBOL_GPL vmlinux 0xfddbd2b9 pci_p2pmem_virt_to_bus +EXPORT_SYMBOL_GPL vmlinux 0xfdea2d04 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfdf2204f __traceiter_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xfe0e7cd3 apei_exec_post_unmap_gars +EXPORT_SYMBOL_GPL vmlinux 0xfe19dc28 vivaldi_function_row_physmap_show +EXPORT_SYMBOL_GPL vmlinux 0xfe1a7a7b mpi_point_release +EXPORT_SYMBOL_GPL vmlinux 0xfe1ae5ea pm_wakeup_ws_event +EXPORT_SYMBOL_GPL vmlinux 0xfe1b2f45 ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xfe381bea kthread_func +EXPORT_SYMBOL_GPL vmlinux 0xfe3a6de3 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfe3f9c56 sdio_retune_release +EXPORT_SYMBOL_GPL vmlinux 0xfe476039 ktime_get_resolution_ns +EXPORT_SYMBOL_GPL vmlinux 0xfe4b16b0 thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfe554300 trace_array_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xfe62fd05 tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0xfe642c2f led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0xfe6dea4e uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xfe7b3abf __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0xfe8cdb84 ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0xfe90502d mtk_hw_get_value +EXPORT_SYMBOL_GPL vmlinux 0xfe96394e blk_mq_freeze_queue_wait +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfe99dad0 dtpm_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xfe9a0622 rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0xfea71e2b wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xfeb0cacb vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0xfec1c136 devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0xfec3bf84 icst_clk_setup +EXPORT_SYMBOL_GPL vmlinux 0xfecd38e1 acpi_pm_set_device_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfeec3489 pkcs7_parse_message +EXPORT_SYMBOL_GPL vmlinux 0xfeeecd05 apei_read +EXPORT_SYMBOL_GPL vmlinux 0xfef4131e pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0xfef6022b pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xfefec51f cpufreq_dbs_governor_exit +EXPORT_SYMBOL_GPL vmlinux 0xff00335f netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0xff014c76 pinctrl_pm_select_sleep_state +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff08f2e5 icc_node_add +EXPORT_SYMBOL_GPL vmlinux 0xff1666f3 reset_control_bulk_assert +EXPORT_SYMBOL_GPL vmlinux 0xff291ecf clk_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xff3cb874 spi_controller_dma_map_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0xff42c374 usb_role_switch_get_role +EXPORT_SYMBOL_GPL vmlinux 0xff5dc209 device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xff663d7c io_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0xff6b2abc kthread_use_mm +EXPORT_SYMBOL_GPL vmlinux 0xff731742 pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0xff7e33bf mpi_sub_ui +EXPORT_SYMBOL_GPL vmlinux 0xff7ed106 devm_regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xff81487d gpiod_remove_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0xff8149d5 of_prop_next_u32 +EXPORT_SYMBOL_GPL vmlinux 0xff84a8a5 page_reporting_order +EXPORT_SYMBOL_GPL vmlinux 0xff95e380 nvdimm_provider_data +EXPORT_SYMBOL_GPL vmlinux 0xff979449 __netpoll_free +EXPORT_SYMBOL_GPL vmlinux 0xff9e23d1 hugetlb_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xff9fc7f3 pci_epc_get_msix +EXPORT_SYMBOL_GPL vmlinux 0xffa7a625 acpi_dev_gpio_irq_wake_get_by +EXPORT_SYMBOL_GPL vmlinux 0xffae8e8b nsecs_to_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xffaef974 led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xffb30784 devm_fwnode_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xffc3b34f pm_runtime_get_if_active +EXPORT_SYMBOL_GPL vmlinux 0xffc86f14 __xas_next +EXPORT_SYMBOL_GPL vmlinux 0xffdfbc87 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0xffe25505 virtqueue_get_vring +EXPORT_SYMBOL_GPL vmlinux 0xfff41647 spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xfff9f803 preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xfffa474b key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0xfffdc77b __sock_recv_timestamp +FIRMWARE_LOADER_PRIVATE EXPORT_SYMBOL_GPL 0x07342898 unregister_firmware_config_sysctl vmlinux +FIRMWARE_LOADER_PRIVATE EXPORT_SYMBOL_GPL 0xae43feea register_firmware_config_sysctl vmlinux +FIRMWARE_LOADER_PRIVATE EXPORT_SYMBOL_GPL 0xd3ae7756 fw_fallback_config vmlinux +FW_CS_DSP EXPORT_SYMBOL_GPL 0x07b9921b cs_dsp_adsp2_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x08bbfefe cs_dsp_read_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x144d6986 cs_dsp_mem_region_name drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x1917741f cs_dsp_remove drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x2b312f46 cs_dsp_cleanup_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x4e5562f8 cs_dsp_remove_padding drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x4efc00f4 cs_dsp_set_dspclk drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x5304309f cs_dsp_read_raw_data_block drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x584df2c6 cs_dsp_stop drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x5e6f08f3 cs_dsp_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x60f5d5b4 cs_dsp_halo_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x63f162d4 cs_dsp_find_alg_region drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x65ba520d cs_dsp_get_ctl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x6e0cce2d cs_dsp_chunk_write drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x756fe01c cs_dsp_run drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x86bb54e5 cs_dsp_coeff_write_acked_control drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x89a00fd2 cs_dsp_adsp2_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x96cc2809 cs_dsp_halo_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9753436e cs_dsp_init_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9bcef0c3 cs_dsp_adsp1_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9e324cb0 cs_dsp_chunk_flush drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xacc19c4e cs_dsp_adsp1_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xb6c0d9e7 cs_dsp_chunk_read drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xbb46d378 cs_dsp_coeff_read_ctrl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xd921c9ab cs_dsp_coeff_write_ctrl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xded2eb9a cs_dsp_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xe14f64be cs_dsp_write_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xea6e5eaf cs_dsp_adsp1_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xf2e27d6f cs_dsp_halo_wdt_expire drivers/firmware/cirrus/cs_dsp +HWMON_THERMAL EXPORT_SYMBOL_GPL 0x9e6090c3 hwmon_device_register_for_thermal vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x14013dbb idle_inject_register_full vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x5b3a2cd6 idle_inject_start vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x5f064467 idle_inject_register vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x85c2b7eb idle_inject_stop vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x95e93783 idle_inject_set_latency vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0xc18575af idle_inject_set_duration vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0xe9cbcfd0 idle_inject_get_duration vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0xf0e96547 idle_inject_unregister vmlinux +IIO_AD5592R EXPORT_SYMBOL_GPL 0x38b0d6b3 ad5592r_probe drivers/iio/dac/ad5592r-base +IIO_AD5592R EXPORT_SYMBOL_GPL 0x9b456c94 ad5592r_remove drivers/iio/dac/ad5592r-base +IIO_AD5686 EXPORT_SYMBOL_GPL 0x1b66df97 ad5686_probe drivers/iio/dac/ad5686 +IIO_AD5686 EXPORT_SYMBOL_GPL 0xaa59fcd1 ad5686_remove drivers/iio/dac/ad5686 +IIO_AD7091R EXPORT_SYMBOL_GPL 0x4241357c ad7091r_probe drivers/iio/adc/ad7091r-base +IIO_AD7091R EXPORT_SYMBOL_GPL 0x52a8506e ad7091r_regmap_config drivers/iio/adc/ad7091r-base +IIO_AD7606 EXPORT_SYMBOL_GPL 0x66f375d1 ad7606_pm_ops drivers/iio/adc/ad7606 +IIO_AD7606 EXPORT_SYMBOL_GPL 0x79a71429 ad7606_probe drivers/iio/adc/ad7606 +IIO_ADISLIB EXPORT_SYMBOL 0x4e2a5cd6 __adis_enable_irq drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL 0x5ab4b199 adis_debugfs_reg_access drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x07de7947 devm_adis_probe_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x32b6a039 adis_init drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x704a4606 devm_adis_setup_buffer_and_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x826c89a8 adis_update_scan_mode drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x9ed938c8 __adis_initial_startup drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xa3eae76c __adis_read_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xaec2fb04 adis_single_conversion drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xcae4eb1f __adis_check_status drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xcc69e1a4 __adis_write_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xe17526c8 __adis_update_bits_base drivers/iio/imu/adis_lib +IIO_ADIS_LIB EXPORT_SYMBOL_GPL 0x0947b311 __adis_reset drivers/iio/imu/adis_lib +IIO_ADI_AXI EXPORT_SYMBOL_GPL 0x8e889ba2 adi_axi_adc_conv_priv drivers/iio/adc/adi-axi-adc +IIO_ADI_AXI EXPORT_SYMBOL_GPL 0xae4bfb53 devm_adi_axi_adc_conv_register drivers/iio/adc/adi-axi-adc +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x8401eedc adxl313_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x93298a1c adxl312_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x932e87b3 adxl314_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xbda93839 adxl31x_chip_info drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe1d8d09c adxl314_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe1dfdd33 adxl312_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe4aa0028 adxl313_core_probe drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xf6f7b9f3 adxl313_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0x4d2f5e0f adxl35x_chip_info drivers/iio/accel/adxl355_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0x6ff5403b adxl355_readable_regs_tbl drivers/iio/accel/adxl355_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0xb446fa86 adxl355_writeable_regs_tbl drivers/iio/accel/adxl355_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0xc394e747 adxl355_core_probe drivers/iio/accel/adxl355_core +IIO_ADXL367 EXPORT_SYMBOL_GPL 0x61718755 adxl367_probe drivers/iio/accel/adxl367 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0x6ca3fded adxl372_probe drivers/iio/accel/adxl372 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0xe0d325a2 adxl372_readable_noinc_reg drivers/iio/accel/adxl372 +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x16d0a067 ad_sd_set_comm drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x29fb3ba2 ad_sigma_delta_single_conversion drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x4276cc5f devm_ad_sd_setup_buffer_and_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x496556f5 ad_sd_reset drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x6f3db2d4 ad_sd_calibrate_all drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x714bf94d ad_sd_init drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x96bf44b8 ad_sd_write_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xb3014fc3 ad_sd_validate_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xd1687a6a ad_sd_read_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xf0af26bb ad_sd_calibrate drivers/iio/adc/ad_sigma_delta +IIO_BMA400 EXPORT_SYMBOL 0x518a4ae0 bma400_probe drivers/iio/accel/bma400_core +IIO_BMA400 EXPORT_SYMBOL 0x9e4c0d95 bma400_regmap_config drivers/iio/accel/bma400_core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x7175cef1 bmc150_accel_pm_ops drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0xaf9acaa5 bmc150_accel_core_remove drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0xb26fbcc7 bmc150_accel_core_probe drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0xf8f0ccee bmc150_regmap_conf drivers/iio/accel/bmc150-accel-core +IIO_BMC150_MAGN EXPORT_SYMBOL 0x01b24c29 bmc150_magn_regmap_config drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x75f96a8c bmc150_magn_pm_ops drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x8a68a5e4 bmc150_magn_probe drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0xd41c3773 bmc150_magn_remove drivers/iio/magnetometer/bmc150_magn +IIO_BME680 EXPORT_SYMBOL 0xf85d11d6 bme680_regmap_config drivers/iio/chemical/bme680_core +IIO_BME680 EXPORT_SYMBOL_GPL 0x89831459 bme680_core_probe drivers/iio/chemical/bme680_core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x1cb450d3 bmi088_regmap_conf drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x37136f4b bmi088_accel_core_remove drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xa564cf33 bmi088_accel_pm_ops drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xd5733de8 bmi088_accel_core_probe drivers/iio/accel/bmi088-accel-core +IIO_BMI160 EXPORT_SYMBOL 0xca19cfae bmi160_enable_irq drivers/iio/imu/bmi160/bmi160_core +IIO_BMI160 EXPORT_SYMBOL 0xcc14bca2 bmi160_regmap_config drivers/iio/imu/bmi160/bmi160_core +IIO_BMI160 EXPORT_SYMBOL_GPL 0xde0ecd60 bmi160_core_probe drivers/iio/imu/bmi160/bmi160_core +IIO_BMP280 EXPORT_SYMBOL 0x231151a4 bme280_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x289555bb bmp180_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x3139daa0 bmp580_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x53ae4fb8 bmp580_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x54f47060 bmp280_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x580698be bmp180_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x5dd2f33d bmp380_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xb28045dc bmp280_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xc9fb9116 bmp380_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xd3199c00 bmp280_common_probe drivers/iio/pressure/bmp280 +IIO_BNO055 EXPORT_SYMBOL_GPL 0xcb987415 bno055_regmap_config drivers/iio/imu/bno055/bno055 +IIO_BNO055 EXPORT_SYMBOL_GPL 0xe652d67f bno055_probe drivers/iio/imu/bno055/bno055 +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x28d74666 fxas21002c_pm_ops drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0xaa09d6bf fxas21002c_core_probe drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0xdc9a466f fxas21002c_core_remove drivers/iio/gyro/fxas21002c_core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x3a64d455 fxls8962af_i2c_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x98ba4090 fxls8962af_spi_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xc6f5ca79 fxls8962af_core_probe drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xcbefd13a fxls8962af_pm_ops drivers/iio/accel/fxls8962af-core +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x094bee02 iio_gts_avail_scales_for_time drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x296bb0cd iio_gts_all_avail_scales drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x4b84ccc9 devm_iio_init_iio_gts drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x4ed89402 iio_gts_find_sel_by_gain drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x53000dc5 iio_gts_find_gain_by_sel drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x54a7bad7 iio_gts_get_min_gain drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x5f338fa0 iio_gts_find_new_gain_sel_by_old_gain_time drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xa3374797 iio_gts_get_scale drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xaf5aaa85 iio_find_closest_gain_low drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xc061498b iio_gts_avail_times drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xc25ccf30 iio_gts_find_new_gain_by_old_gain_time drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xd7e29768 iio_gts_find_gain_sel_for_scale_using_time drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xf42af90f iio_gts_total_gain_to_scale drivers/iio/industrialio-gts-helper +IIO_HID EXPORT_SYMBOL 0x0ae97b56 hid_sensor_setup_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x123cbfeb hid_sensor_write_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x46528d46 hid_sensor_power_state drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x788dbc57 hid_sensor_read_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x7f7621ec hid_sensor_format_scale drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x95806293 hid_sensor_write_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xadaac60e hid_sensor_read_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xd0761454 hid_sensor_parse_common_attributes drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xd89dd634 hid_sensor_read_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xdbeeed87 hid_sensor_pm_ops drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0xe5d28722 hid_sensor_remove_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0xe8d423d6 hid_sensor_convert_timestamp drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xf368b73f hid_sensor_write_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x0efae660 hid_sensor_set_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x56f7b5a2 hid_sensor_batch_mode_supported drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x8e09e869 hid_sensor_read_poll_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xcd6c3b85 hid_sensor_get_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HMC5843 EXPORT_SYMBOL 0x45d044e6 hmc5843_pm_ops drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0x7435c3ca hmc5843_common_probe drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0xb251304d hmc5843_common_remove drivers/iio/magnetometer/hmc5843_core +IIO_HTS221 EXPORT_SYMBOL 0x4dc14178 hts221_probe drivers/iio/humidity/hts221 +IIO_HTS221 EXPORT_SYMBOL 0x83fa926d hts221_pm_ops drivers/iio/humidity/hts221 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x5145f398 inv_icm42600_core_probe drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0xc1ffdc34 inv_icm42600_pm_ops drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0xcb9727de inv_icm42600_regmap_config drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_KX022A EXPORT_SYMBOL_GPL 0x29694e72 kx022a_regmap drivers/iio/accel/kionix-kx022a +IIO_KX022A EXPORT_SYMBOL_GPL 0x30d653cd kx022a_probe_internal drivers/iio/accel/kionix-kx022a +IIO_KXSD9 EXPORT_SYMBOL 0x6ef9ee5a kxsd9_common_probe drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0x7944a1f9 kxsd9_common_remove drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0xcac63553 kxsd9_dev_pm_ops drivers/iio/accel/kxsd9 +IIO_LSM6DSX EXPORT_SYMBOL 0x22617bf4 st_lsm6dsx_probe drivers/iio/imu/st_lsm6dsx/st_lsm6dsx +IIO_LSM6DSX EXPORT_SYMBOL 0xd33d55d9 st_lsm6dsx_pm_ops drivers/iio/imu/st_lsm6dsx/st_lsm6dsx +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x045688dd ms_sensors_read_prom_word drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x2947a6c1 ms_sensors_write_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x2d2f5cd5 ms_sensors_reset drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x42b6a050 ms_sensors_convert_and_read drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x8769b9c1 ms_sensors_read_temp_and_pressure drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x974844c0 ms_sensors_ht_read_humidity drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xaf22bdee ms_sensors_ht_read_temperature drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xd39f9846 ms_sensors_show_battery_low drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xd8fee82e ms_sensors_read_serial drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xf08118c0 ms_sensors_show_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xf4f212be ms_sensors_tp_read_prom drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xf545270a ms_sensors_write_resolution drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x0a3bd557 mma7455_core_remove drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x57812e69 mma7455_core_regmap drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x75bad32e mma7455_core_probe drivers/iio/accel/mma7455_core +IIO_MMA9551 EXPORT_SYMBOL 0x313f6daa mma9551_read_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x41ef446c mma9551_read_accel_scale drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x4a7fa5a0 mma9551_write_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x4c01c2ee mma9551_read_version drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x500bdaa3 mma9551_write_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x546ce3d4 mma9551_read_accel_chan drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x603d7b0f mma9551_read_status_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x653183f0 mma9551_write_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x6852f680 mma9551_read_status_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x78324d16 mma9551_read_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x8bfea130 mma9551_read_status_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x970b31a1 mma9551_set_device_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xa4f1d42a mma9551_update_config_bits drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xae47a4e0 mma9551_set_power_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xbcd7fe96 mma9551_sleep drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xc87621f6 mma9551_gpio_config drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xcd37b5a2 mma9551_app_reset drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xeb15e327 mma9551_read_config_words drivers/iio/accel/mma9551_core +IIO_MPL115 EXPORT_SYMBOL 0xe53895b9 mpl115_dev_pm_ops drivers/iio/pressure/mpl115 +IIO_MPL115 EXPORT_SYMBOL_GPL 0x6e225dd5 mpl115_probe drivers/iio/pressure/mpl115 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0x7f4c25d5 inv_mpu_pmops drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0xc3d86c5e inv_mpu_core_probe drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MS5611 EXPORT_SYMBOL 0xe8ef1674 ms5611_probe drivers/iio/pressure/ms5611_core +IIO_RESCALE EXPORT_SYMBOL_GPL 0x57b0d6fe rescale_process_offset drivers/iio/afe/iio-rescale +IIO_RESCALE EXPORT_SYMBOL_GPL 0x9ced34c8 rescale_process_scale drivers/iio/afe/iio-rescale +IIO_RM3100 EXPORT_SYMBOL_GPL 0x0a1424e0 rm3100_volatile_table drivers/iio/magnetometer/rm3100-core +IIO_RM3100 EXPORT_SYMBOL_GPL 0x247420fc rm3100_common_probe drivers/iio/magnetometer/rm3100-core +IIO_RM3100 EXPORT_SYMBOL_GPL 0xaa911f08 rm3100_readable_table drivers/iio/magnetometer/rm3100-core +IIO_RM3100 EXPORT_SYMBOL_GPL 0xcc7209be rm3100_writable_table drivers/iio/magnetometer/rm3100-core +IIO_SCD30 EXPORT_SYMBOL 0x1d701ba7 scd30_probe drivers/iio/chemical/scd30_core +IIO_SCD30 EXPORT_SYMBOL 0xede91bd5 scd30_pm_ops drivers/iio/chemical/scd30_core +IIO_SPS30 EXPORT_SYMBOL_GPL 0x6c98e3fe sps30_probe drivers/iio/chemical/sps30 +IIO_SSP_SENSORS EXPORT_SYMBOL 0x1e89f006 ssp_common_process_data drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x327e870d ssp_enable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x3c38c93e ssp_common_buffer_postdisable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x9881aade ssp_disable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x9b5d9483 ssp_change_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xd80cb8c3 ssp_get_sensor_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xe0688f59 ssp_common_buffer_postenable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0xf3ea63d6 ssp_register_consumer drivers/iio/common/ssp_sensors/sensorhub +IIO_ST_SENSORS EXPORT_SYMBOL 0x04af3861 st_sensors_set_fullscale_by_gain drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x074d7047 st_sensors_trigger_handler drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x07ece37b st_sensors_debugfs_reg_access drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x0ea9b624 st_sensors_i2c_configure drivers/iio/common/st_sensors/st_sensors_i2c +IIO_ST_SENSORS EXPORT_SYMBOL 0x23484d33 st_sensors_verify_id drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x29b24076 st_sensors_sysfs_sampling_frequency_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x2b4b4434 st_sensors_get_settings_index drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x4aba0f68 st_press_get_settings drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0x4cde2526 st_accel_get_settings drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0x56e86f2c st_sensors_set_dataready_irq drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x571c346a st_sensors_set_axis_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x596496a4 st_press_common_probe drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0x606ae28d st_sensors_power_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x6a5f3902 st_sensors_set_odr drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x72e0fa8f st_gyro_get_settings drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0x896103bf st_gyro_common_probe drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0x8a0222b0 st_sensors_set_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x8e421022 st_sensors_validate_device drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x9a782509 st_sensors_spi_configure drivers/iio/common/st_sensors/st_sensors_spi +IIO_ST_SENSORS EXPORT_SYMBOL 0x9c6cda20 st_accel_common_probe drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0xb3d2785a st_sensors_allocate_trigger drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xc89a9550 st_magn_common_probe drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0xcaccf68d st_sensors_read_info_raw drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xd8f4632b st_sensors_init_sensor drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xe314312e st_magn_get_settings drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0xfac78d00 st_sensors_dev_name_probe drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xfe5e30fb st_sensors_sysfs_scale_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL_GPL 0xc08a5e50 st_lsm9ds0_probe drivers/iio/imu/st_lsm9ds0/st_lsm9ds0 +IIO_UVIS25 EXPORT_SYMBOL 0x4dd1d58a st_uvis25_probe drivers/iio/light/st_uvis25_core +IIO_UVIS25 EXPORT_SYMBOL 0x53801a70 st_uvis25_pm_ops drivers/iio/light/st_uvis25_core +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x3219cc49 zpa2326_probe drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x435abec8 zpa2326_isreg_readable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x74e0ad89 zpa2326_pm_ops drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x88868104 zpa2326_isreg_writeable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xa4268405 zpa2326_isreg_precious drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xf5f91f73 zpa2326_remove drivers/iio/pressure/zpa2326 +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0x0a48cef7 m10bmc_sys_read drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xb049dc72 m10bmc_dev_init drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xbb92681c m10bmc_sys_update_bits drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xc0041db0 m10bmc_dev_groups drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xcf5e5fe9 m10bmc_fw_state_set drivers/mfd/intel-m10-bmc-core +IOMMUFD EXPORT_SYMBOL_GPL 0x0381831a iommufd_device_detach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x3c51cd3e iommufd_access_rw drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x40c723c9 iommufd_access_destroy drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x41fd10f1 iommufd_ctx_from_file drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x4c306d0c iommufd_device_attach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x5975ab8c iommufd_ctx_put drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x653ce1bc iommufd_access_attach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x7cff2fa9 iommufd_device_unbind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xa43e902c iommufd_access_create drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xdcac3f3e iommufd_access_pin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xe337fd2c iommufd_access_unpin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xe769ad56 iommufd_ctx_get drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xe966050e iommufd_device_bind drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x5837ac3f iommufd_vfio_compat_ioas_create drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0xc89fad13 iommufd_vfio_compat_ioas_get_id drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0xcdcf17bc iommufd_vfio_compat_set_no_iommu drivers/iommu/iommufd/iommufd +IWLWIFI EXPORT_SYMBOL_GPL 0x0016b1f9 iwl_force_nmi drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x00baba1e iwl_read_ppag_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0161d9a6 iwl_sar_get_wrds_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0482afe8 iwl_free_fw_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x07c36713 iwl_read32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0ad0d6e8 iwl_fw_dbg_read_d3_debug_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0b550e36 iwl_set_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0d60a8e8 __iwl_warn drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x103ec29d iwl_acpi_get_dsm_u32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1332e4de iwl_abort_notification_waits drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1aead662 iwl_poll_direct_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x214be4a1 iwl_set_bits_mask_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2710c362 iwl_dump_desc_assert drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2fb7a927 iwl_write_prph_delay drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2feb715b __iwl_dbg drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3135c0de iwl_acpi_get_tas drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x32952c2c iwl_poll_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x33a9934f iwl_sar_geo_support drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x348e80b3 iwl_fw_runtime_suspend drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x35033c81 iwl_phy_db_free drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3693dff1 iwl_get_cmd_string drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x37956b72 rs_pretty_print_rate drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3b359798 iwl_sar_get_ewrd_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x464406ce iwl_acpi_get_dsm_u8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4666b6c7 iwl_sar_geo_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x49e0135d iwl_new_rate_from_v1 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x542ee46f iwl_fw_dbg_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x55195820 iwl_configure_rxq drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5988395c iwl_notification_wait_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5a1984b1 iwl_read_external_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5c52e109 iwl_opmode_deregister drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5eb4c47c iwl_acpi_get_eckv drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x605a4d87 iwl_parse_mei_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x63711038 iwl_parse_eeprom_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6459914e iwl_read_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x645a8aed iwl_read_eeprom drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6c97b241 __iwl_err drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6cc98f64 iwl_fw_runtime_resume drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7072d49c iwl_fw_runtime_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x71998454 __iwl_crit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x73e70fa9 iwl_write_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x776221bf iwl_send_phy_db_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x78971d7e iwl_he_is_sgi drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7a0f9193 iwl_finish_nic_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7e66ec11 iwl_acpi_get_pwr_limit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x80e60b52 iwl_fw_dbg_error_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x828c6838 iwlwifi_mod_params drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x84bb50e1 iwl_rs_pretty_ant drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x874c77de iwl_fw_rate_idx_to_plcp drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x889ea46b iwl_get_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x893be4f5 iwl_fw_dbg_collect_trig drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8f1db3c5 iwl_write8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8fe0d9cf iwl_uefi_get_sgom_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9038811a iwl_rfi_guid drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x927e4662 iwl_set_soc_latency drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x93090c73 iwl_write_prph64_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9dcf51b6 iwl_sar_select_profile drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9e1207e0 iwl_sar_get_wgds_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa34dde71 iwl_clear_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa44718d4 iwl_parse_nvm_mcc_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa9d8b631 iwl_acpi_get_mcc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xadb7e841 iwl_dbg_tlv_del_timers drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb03b6864 iwl_cmd_groups_verify_sorted drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb0ba0cb3 iwl_opmode_register drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb177e5c8 iwl_write32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb34c0959 iwl_trans_send_cmd drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb37b318c iwl_rs_pretty_bw drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb402ac0f iwl_fwrt_dump_error_logs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb53dd498 iwl_drv_get_fwname_pre drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb7d5ffb1 iwl_rate_mcs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb834b20a iwl_read_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbafc8994 iwl_wait_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbc872805 iwl_write_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbe3b1e34 iwl_get_shared_mem_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbf15e771 iwl_read_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xce0c6460 iwl_phy_db_set_section drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd0df8ab8 iwl_fw_start_dbg_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd2e3887f iwl_fw_dbg_stop_restart_recording drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd5b44582 iwl_write_direct64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd844884f iwl_write64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xdcaeaf40 iwl_phy_db_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe0768adf iwl_acpi_get_phy_filters drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe0eb5838 iwl_init_notification_wait drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe75b7e77 iwl_notification_wait drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe8d12782 iwl_fw_dbg_stop_sync drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xea1b26fc iwl_nvm_fixups drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xec049ec6 iwl_acpi_get_lari_config_bitmap drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xef086d93 iwl_pnvm_load drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf073ed59 iwl_parse_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf3e2caa7 iwl_fw_dbg_collect_desc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf4d5d79c __iwl_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf83be27b iwl_acpi_get_ppag_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf88964e4 iwl_remove_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfa8601cb iwl_acpi_is_ppag_approved drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfc1e6f41 iwl_guid drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfcd35751 iwl_init_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfd263977 iwl_uefi_get_step_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xff8285a3 _iwl_dbg_tlv_time_point drivers/net/wireless/intel/iwlwifi/iwlwifi +LTC2497 EXPORT_SYMBOL 0x86d111d9 ltc2497core_remove drivers/iio/adc/ltc2497-core +LTC2497 EXPORT_SYMBOL 0xbe4e61da ltc2497core_probe drivers/iio/adc/ltc2497-core +MCB EXPORT_SYMBOL_GPL 0x004077a6 mcb_free_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x0624aca5 __mcb_register_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x069fb793 chameleon_parse_cells drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x1c130613 mcb_bus_put drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x3ccb95f6 mcb_alloc_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x9d27eb1e mcb_unregister_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xcd4c0ed0 mcb_bus_add_devices drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xd08f7a2d mcb_get_resource drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xd83d152d mcb_request_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xddc2a3a3 mcb_get_irq drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xde9f04ee mcb_alloc_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xdebd88d3 mcb_release_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xeb2c8905 mcb_release_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xed0efccf mcb_bus_get drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xfc993a20 mcb_device_register drivers/mcb/mcb +MFD_OCELOT EXPORT_SYMBOL 0x2baf9e06 ocelot_chip_reset drivers/mfd/ocelot-soc +MFD_OCELOT EXPORT_SYMBOL 0xbf808fdb ocelot_core_init drivers/mfd/ocelot-soc +MFD_OCELOT_SPI EXPORT_SYMBOL 0x9a58cb72 ocelot_spi_init_regmap drivers/mfd/ocelot-soc +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x40da32d6 nvme_ctrl_from_file drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x4b79cbe6 nvme_execute_rq drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x7db5ef58 nvme_passthru_end drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xd0edd1bf nvme_find_get_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xd71ee34f nvme_passthru_start drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xf42738fb nvme_command_effects drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xf9cac8d6 nvme_put_ns drivers/nvme/host/nvme-core +PECI EXPORT_SYMBOL_GPL 0x11a40d12 peci_request_alloc drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x1d0aa35a peci_xfer_pkg_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x2150f011 peci_xfer_ep_mmio64_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x2bfb4817 peci_xfer_get_dib drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x31bb5902 peci_xfer_pkg_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x32040e65 peci_xfer_ep_pci_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x3b6d2a56 peci_xfer_ep_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x5231aac6 peci_xfer_pkg_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x53073f57 devm_peci_controller_add drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x5bdc0250 peci_xfer_ep_mmio32_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x61e47164 peci_xfer_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x69297bb5 peci_request_dib_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x695222c0 __peci_driver_register drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x6bb220d7 peci_request_data_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x6df68967 peci_xfer_get_temp drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x6e48c0a6 peci_request_data_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x786c690b peci_xfer_ep_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x7aae58e6 peci_request_data_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x7b282be7 peci_request_free drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x7c34e5e3 peci_xfer_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x94a40451 peci_driver_unregister drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xa6e8031b peci_xfer_ep_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xaf812728 peci_xfer_ep_pci_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xbc6361a1 peci_request_temp_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xc645fb43 peci_request_status drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xc76eef8a peci_xfer_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xc9e1aa08 peci_xfer_pkg_cfg_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xec806475 peci_xfer_ep_pci_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xfbc209ea peci_request_data_readl drivers/peci/peci +PECI_CPU EXPORT_SYMBOL_GPL 0x1680fec9 peci_mmio_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x2c8d5d41 peci_temp_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x65b4ca64 peci_pcs_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xde3f59a5 peci_ep_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xeaca0bee peci_pci_local_read drivers/peci/peci-cpu +PMBUS EXPORT_SYMBOL_GPL 0x05b00c9e pmbus_unlock drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x0e693a8f pmbus_get_fan_rate_cached drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x22c837bb pmbus_set_update drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x37363810 pmbus_get_fan_rate_device drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x3d2774cb pmbus_update_fan drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x45fd1ade pmbus_write_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x4dc45b94 pmbus_read_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x5d173995 pmbus_clear_cache drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x5ea72aa2 pmbus_get_debugfs_dir drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x5ed765aa pmbus_lock_interruptible drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x8d668dc9 pmbus_get_driver_info drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x91e5028e pmbus_write_byte drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xa3bc8ba3 pmbus_clear_faults drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xa3ef0a3f pmbus_write_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xb0374411 pmbus_set_page drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xcd7c6c20 pmbus_read_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xce91b20b pmbus_check_byte_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xd510c70c pmbus_do_probe drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xea43a177 pmbus_regulator_ops drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xefc979e5 pmbus_check_word_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xf8b336ca pmbus_update_byte_data drivers/hwmon/pmbus/pmbus_core +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x27bc0a24 sx_common_probe drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xa103ce02 sx_common_events drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xaa0811df sx_common_read_proximity drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xb830973c sx_common_read_event_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xc0fb297c sx_common_get_raw_register_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xe54ae12b sx_common_write_event_config drivers/iio/proximity/sx_common +SERIAL_8250_PCI EXPORT_SYMBOL_GPL 0x04accb80 serial8250_pci_setup_port vmlinux +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x016e58f4 hda_cs_dsp_add_controls sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x2b707546 hda_cs_dsp_fw_ids sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x50da1ccb hda_cs_dsp_control_remove sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x6e4b6de8 hda_cs_dsp_write_ctl sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0xd4222e2e hda_cs_dsp_read_ctl sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0x49a5af54 cs35l41_hda_remove sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0xc2091db4 cs35l41_hda_probe sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0xfd095d50 cs35l41_hda_pm_ops sound/pci/hda/snd-hda-scodec-cs35l41 +SND_INTEL_SOUNDWIRE_ACPI EXPORT_SYMBOL 0xbb4f9d1f sdw_intel_acpi_scan sound/hda/snd-intel-sdw-acpi +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x3431c8ad cs35l45_get_clk_freq_id sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x443519d0 cs35l45_remove sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x6e59456e cs35l45_probe sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xb03f04d8 cs35l45_i2c_regmap sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xd390640d cs35l45_apply_patch sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xe0a7b873 cs35l45_pm_ops sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xf307c594 cs35l45_spi_regmap sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x05482545 cs35l56_irq sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x7c59f03b cs35l56_remove sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x854e93d0 cs35l56_runtime_resume_common sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x8bbb1d04 cs35l56_runtime_suspend sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x8d29f234 cs35l56_pm_ops_i2c_spi sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x8f309442 cs35l56_common_probe sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0xc00c0a22 cs35l56_init sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0xd3f24610 cs35l56_irq_request sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x05c2529e cs35l56_tx_input_values sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x2a924d4d cs35l56_regmap_i2c sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x312c0e0f cs35l56_dsp1_regions sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x53a97fe1 cs35l56_regmap_sdw sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x64e759e4 cs35l56_tx_input_texts sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x841c7610 cs35l56_reread_firmware_registers sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x88762c92 cs35l56_get_bclk_freq_id sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x9cc74b92 cs35l56_regmap_spi sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xcd5438ad cs35l56_fill_supply_names sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x1e2315ff cs42l42_volatile_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x4297a826 cs42l42_resume_restore sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x49a9d7f8 cs42l42_soc_component sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x520c283f cs42l42_src_config sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x6bc68942 cs42l42_resume sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x776410fb cs42l42_mute_stream sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x7925b324 cs42l42_pll_config sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x7b802636 cs42l42_common_probe sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x9ba955f2 cs42l42_dai sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xae4be5c4 cs42l42_irq_thread sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xc053efa9 cs42l42_page_range sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xc8e23609 cs42l42_common_remove sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xcde926d4 cs42l42_init sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xd10de272 cs42l42_readable_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xdd097dd2 cs42l42_regmap sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xf02b3f66 cs42l42_suspend sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_SOF_XTENSA EXPORT_SYMBOL 0xe272cbb5 sof_xtensa_arch_ops sound/soc/sof/xtensa/snd-sof-xtensa-dsp +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x09351149 tasdevice_prmg_calibdata_load sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x1a949c7c tasdevice_select_cfg_blk sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x1ab9b7d9 tasdevice_select_tuningprm_cfg sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x23c94cc6 tasdevice_tuning_switch sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x2c2d92de tasdevice_config_info_remove sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x40ec23ee tasdevice_calbin_remove sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x957998f4 tas2781_load_calibration sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0xa7d17083 tasdevice_rca_parser sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0xfa72134b tasdevice_dsp_parser sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0xfe3a6722 tasdevice_prmg_load sound/soc/codecs/snd-soc-tas2781-fmwlib +SOUNDWIRE_INTEL EXPORT_SYMBOL 0x1ab66853 sdw_intel_lnl_hw_ops drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL EXPORT_SYMBOL 0x894e9c95 sdw_intel_cnl_hw_ops drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x026ad437 sdw_intel_probe drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x0cc253b1 sdw_intel_startup drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x3b9ab845 sdw_intel_exit drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0xaa52eba1 sdw_intel_thread drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0xc175f1d3 sdw_intel_process_wakeen_event drivers/soundwire/soundwire-intel +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x5923fbb4 dw_spi_update_config drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x8cdf966a dw_spi_set_cs drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x9c6440ea dw_spi_dma_setup_generic drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xa8f026f4 dw_spi_add_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xac1a74d1 dw_spi_resume_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xc8903996 dw_spi_dma_setup_mfld drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xd2021215 dw_spi_suspend_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xdaee5ef9 dw_spi_check_status drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xe7bf0563 dw_spi_remove_host drivers/spi/spi-dw +SUNXI_CCU EXPORT_SYMBOL_GPL 0x079708d7 ccu_gate_helper_enable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x0a9707d3 ccu_mux_helper_get_parent vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x0c64ee0e ccu_sdm_helper_enable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x14438263 ccu_frac_helper_read_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x1f23b840 ccu_nkmp_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x2c395858 devm_sunxi_ccu_probe vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x37608db0 ccu_pll_notifier_register vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x3e362444 ccu_frac_helper_is_enabled vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x45837646 ccu_sdm_helper_is_enabled vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x50165be0 ccu_mux_notifier_register vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x517768aa ccu_sdm_helper_disable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x5cddbcc6 ccu_nm_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x61abda39 ccu_mux_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x633a6959 ccu_helper_wait_for_lock vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x6668446b ccu_phase_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x7279ee3e ccu_mult_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x831d58e6 ccu_gate_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x844f1c47 ccu_mux_helper_set_parent vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x8a845fdb ccu_nk_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x8bdea961 ccu_nkm_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x8e63463a ccu_frac_helper_has_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x923edf17 ccu_sdm_helper_read_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x976fa968 ccu_mp_mmc_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x98224ec7 ccu_reset_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xad1062ab ccu_gate_helper_disable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xba365240 ccu_sdm_helper_get_factors vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xbdb5d83e ccu_mux_helper_determine_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xc4608f36 ccu_mux_helper_apply_prediv vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xce9edc4f ccu_frac_helper_disable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xd050ca65 ccu_sdm_helper_has_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xd27db71e ccu_mp_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xe49056d8 ccu_div_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xe70cc090 ccu_frac_helper_enable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xeb47a9b9 ccu_frac_helper_set_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xf66eb443 ccu_gate_helper_is_enabled vmlinux +TEST_FIRMWARE EXPORT_SYMBOL_GPL 0x3dce036c firmware_request_builtin vmlinux +USB_STORAGE EXPORT_SYMBOL_GPL 0x032c2e7c usb_stor_access_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x14f3e32a usb_stor_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x1bc3edc2 usb_stor_sense_invalidCDB drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x3f955b9a usb_stor_pre_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x4276a70b usb_stor_Bulk_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x478a4e04 usb_stor_Bulk_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x47c83090 usb_stor_suspend drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x5923db7a usb_stor_ctrl_transfer drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x5e1d523e usb_stor_probe1 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x67338d42 usb_stor_control_msg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x699c2957 usb_stor_CB_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x6dbcaec2 usb_stor_bulk_transfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x72b47b46 usb_stor_bulk_transfer_sg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x7bcb8200 usb_stor_set_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x8a1d931c usb_stor_host_template_init drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x957f08f1 usb_stor_disconnect drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x98308165 fill_inquiry_response drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xa02b0d02 usb_stor_post_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xa08d4d48 usb_stor_reset_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xa46fd0ba usb_stor_adjust_quirks drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xd2268402 usb_stor_CB_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xe079222b usb_stor_probe2 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xea6a9b84 usb_stor_clear_halt drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xf238ade3 usb_stor_transparent_scsi_command drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xf2d103fb usb_stor_bulk_srb drivers/usb/storage/usb-storage --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency-hwe-6.5/abi/arm64/lowlatency-64k +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency-hwe-6.5/abi/arm64/lowlatency-64k @@ -0,0 +1,28849 @@ +ACPI EXPORT_SYMBOL_GPL 0xa6af1390 acpi_table_parse_cedt vmlinux +BRCMFMAC EXPORT_SYMBOL_GPL 0xe9424476 brcmf_fwvid_register_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +BRCMFMAC EXPORT_SYMBOL_GPL 0xfc8a7ec3 brcmf_fwvid_unregister_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +COUNTER EXPORT_SYMBOL_GPL 0x23982323 devm_counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x309472d1 devm_counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x34bcbb6b counter_priv drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x7251e37a counter_unregister drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x8a3c3c17 counter_put drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xaceece72 counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xd6bb7db0 counter_push_event drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xe8e026f1 counter_add drivers/counter/counter +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x044ee831 otx2_cpt_detach_rsrcs_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x22b95ad7 otx2_cptlf_shutdown drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x59b06b59 otx2_cptlf_register_interrupts drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x5cd974a0 otx2_cpt_sync_mbox_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x710842bf otx2_cptlf_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x7b7584ee otx2_cptlf_unregister_interrupts drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x7eb4e870 otx2_cpt_msix_offset_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x91c755e6 otx2_cpt_write_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x985da774 otx2_cpt_send_ready_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x9909c795 otx2_cpt_add_write_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xb8685539 cn10k_cptvf_lmtst_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xb91f4090 otx2_cpt_send_mbox_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xbdca28d4 otx2_cpt_send_af_reg_requests drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xc6800c1d cn10k_cptpf_lmtst_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xee58e4cf otx2_cpt_read_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xf1f8fe73 otx2_cptlf_free_irqs_affinity drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xfa78bd51 otx2_cptlf_set_irqs_affinity drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x511dc01a crypto_cipher_setkey vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x6f713779 crypto_cipher_encrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0xba7ec017 crypto_cipher_decrypt_one vmlinux +CXL EXPORT_SYMBOL_GPL 0x00d21d9f devm_cxl_add_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x03e08da6 cxl_find_regblock_instance drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x055c6ee3 cxl_mem_active_inc vmlinux +CXL EXPORT_SYMBOL_GPL 0x093b6d27 devm_cxl_enumerate_decoders drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0a0e15ab devm_cxl_register_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0a8c901f cxl_mem_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0b82b2d5 is_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0f09035b devm_cxl_pmu_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0fa7e081 cxl_driver_unregister drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x10a5c1c2 find_cxl_root drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x123a74d2 to_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x153b8019 devm_cxl_add_passthrough_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x180ee8b5 devm_cxl_add_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x20ab88a5 cxl_count_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x231ceb9e devm_cxl_add_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2783131d cxl_enumerate_cmds drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2b1c4a9e cxl_hb_modulo drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2c8e47d3 cxl_dev_state_identify drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2e5d7299 to_cxl_switch_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x324376a8 to_cxl_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x33e2aa93 cxl_mem_active_dec vmlinux +CXL EXPORT_SYMBOL_GPL 0x35a23424 to_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3bb29a14 cxl_inject_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3c615cfb is_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3f5ed1da is_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x46151b4b cxl_setup_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4662ecfa to_cxl_dax_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4945a1e3 devm_cxl_setup_hdm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x49afef94 clear_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4bae68ae cxl_endpoint_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4be45c45 set_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4c51f00a cxl_switch_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4ccbdc9e is_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4e82058d devm_cxl_sanitize_setup_notifier drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x554576ce cxl_mem_get_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5a63c112 cxl_pci_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5c4f8c4e cxl_bus_type drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6013b2c5 devm_cxl_add_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6171df64 cxl_probe_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x653a62b4 cxl_await_media_ready drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x67b811cf devm_cxl_add_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x68c741d5 cxl_memdev_state_create drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6916f059 cxl_find_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6f130422 is_switch_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6f95ce8d to_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x701bbaad cxl_bus_rescan drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x734c7453 is_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7d873fe9 cxl_set_timestamp drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7fa19cc4 alloc_free_mem_region vmlinux +CXL EXPORT_SYMBOL_GPL 0x8356820c devm_cxl_add_rch_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x84b45156 insert_resource_expand_to_fit vmlinux +CXL EXPORT_SYMBOL_GPL 0x85a1bd0c is_cxl_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x90391eb5 cxl_internal_send_cmd drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x96a4cfe4 cxl_cor_error_detected drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x98628ac8 cxl_bus_drain drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9a8c0709 schedule_cxl_memdev_detach drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9d56f0e2 cxl_hdm_decode_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa0861321 devm_cxl_dpa_reserve drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa8323a1d cxl_add_to_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xaef985f3 to_cxl_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb69f0fe3 to_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbf46818a cxl_decoder_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbfd6bc74 devm_cxl_enumerate_ports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc0ff8251 cxl_dvsec_rr_decode drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc14f8761 is_cxl_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc3487590 cxl_find_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd17db21f cxl_trigger_poison_list drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd29c059d is_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd3f3ab2a devm_cxl_port_enumerate_dports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd7301105 cxl_endpoint_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd73abf8e cxl_dpa_debug drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd8d83101 to_cxl_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xdb4890f1 cxl_debugfs_create_dir drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xde59cbf6 cxl_mem_get_event_records drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xdf9902d6 cxl_clear_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe0200be9 read_cdat_data drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe0c298bb __cxl_driver_register drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe1368d36 cxl_decoder_add_locked drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe45ab74f cxl_map_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe5c2e684 cxl_rcd_component_reg_phys drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe6eb9931 cxl_decoder_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe798caa7 cxl_mem_create_range_info drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xefd1a4f7 cxl_map_pmu_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf3761dcb cxl_probe_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf4a86808 cxl_root_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf4f028ce cxl_map_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf69fd96c cxl_error_detected drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf99441ea cxl_port_to_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xfabceb69 devm_cxl_setup_fw_upload drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xfb1579cf cxl_poison_state_init drivers/cxl/core/cxl_core +DMA_BUF EXPORT_SYMBOL_GPL 0x01bfa67e dma_buf_mmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x091808cc dma_buf_detach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x0a19a258 dma_buf_dynamic_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x139664af dma_buf_vmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x161cb235 dma_buf_pin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x162aa3ff dma_buf_map_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x2301c3fb dma_buf_unmap_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x45e49f9c dma_buf_begin_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x5470ee91 dma_buf_map_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x5e2c23de dma_buf_fd vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x7663a351 dma_buf_vunmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x7ad2f99d dma_buf_unpin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x8365fe12 dma_buf_unmap_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x87ccfa3d dma_buf_export vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x94ece836 dma_buf_vunmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x9964805e dma_buf_move_notify vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xafc87a50 dma_buf_get vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xc851b69c dma_buf_end_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xd4ab658a dma_buf_put vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xd989634b dma_buf_vmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xdecc6a0c dma_buf_attach vmlinux +DRM_SSD130X EXPORT_SYMBOL_GPL 0x33cf1f58 ssd130x_variants drivers/gpu/drm/solomon/ssd130x +EFIVAR EXPORT_SYMBOL_GPL 0x02cfcd2e efivar_trylock vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0x11940489 efivar_set_variable vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0x2303b915 efivar_lock vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0x5a3c9dbb efivar_get_variable vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xa336852c efivar_get_next_variable vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xc961bff7 efivar_unlock vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xee5240dc efivar_query_variable_info vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xefc77711 efivar_set_variable_locked vmlinux +EXPORT_SYMBOL arch/arm64/crypto/aes-ce-cipher 0x68f275ad ce_aes_expandkey +EXPORT_SYMBOL arch/arm64/crypto/aes-ce-cipher 0x8d87e7c5 ce_aes_setkey +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0x52d67a4e neon_aes_cbc_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xb8c706a6 neon_aes_ctr_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xd5f41819 neon_aes_ecb_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xea11590c neon_aes_xts_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xefc32a9b neon_aes_xts_decrypt +EXPORT_SYMBOL arch/arm64/crypto/chacha-neon 0x220b49ab chacha_crypt_arch +EXPORT_SYMBOL arch/arm64/crypto/chacha-neon 0xdc94f829 chacha_init_arch +EXPORT_SYMBOL arch/arm64/crypto/chacha-neon 0xdd8ec6bd hchacha_block_arch +EXPORT_SYMBOL arch/arm64/crypto/poly1305-neon 0x1c3e6e5b poly1305_init_arch +EXPORT_SYMBOL arch/arm64/crypto/poly1305-neon 0x6ddf27bc poly1305_update_arch +EXPORT_SYMBOL arch/arm64/crypto/poly1305-neon 0xf39f5240 poly1305_final_arch +EXPORT_SYMBOL arch/arm64/crypto/sha256-arm64 0xb455924d sha256_block_data_order +EXPORT_SYMBOL arch/arm64/crypto/sm4-ce 0x0fca045b sm4_ce_expand_key +EXPORT_SYMBOL arch/arm64/crypto/sm4-ce 0x7155f33f sm4_ce_cbc_enc +EXPORT_SYMBOL arch/arm64/crypto/sm4-ce 0xe609a0d5 sm4_ce_crypt_block +EXPORT_SYMBOL arch/arm64/crypto/sm4-ce 0xed1f9633 sm4_ce_cfb_enc +EXPORT_SYMBOL arch/arm64/lib/xor-neon 0xdb786e41 xor_block_inner_neon +EXPORT_SYMBOL crypto/blake2b_generic 0x32e24c8a blake2b_compress_generic +EXPORT_SYMBOL crypto/ecc 0x16e410ff vli_from_be64 +EXPORT_SYMBOL crypto/ecc 0x188a1647 ecc_is_pubkey_valid_full +EXPORT_SYMBOL crypto/ecc 0x1a5faa3a vli_mod_inv +EXPORT_SYMBOL crypto/ecc 0x4c281912 vli_is_zero +EXPORT_SYMBOL crypto/ecc 0x671f7aa5 ecc_is_key_valid +EXPORT_SYMBOL crypto/ecc 0x7c0fbb00 vli_mod_mult_slow +EXPORT_SYMBOL crypto/ecc 0x8261eccb ecc_get_curve25519 +EXPORT_SYMBOL crypto/ecc 0x8e688192 ecc_alloc_point +EXPORT_SYMBOL crypto/ecc 0x90cdc197 ecc_free_point +EXPORT_SYMBOL crypto/ecc 0x9263b417 ecc_point_mult_shamir +EXPORT_SYMBOL crypto/ecc 0x92668805 vli_cmp +EXPORT_SYMBOL crypto/ecc 0x932b6ff7 vli_num_bits +EXPORT_SYMBOL crypto/ecc 0x9f6efabd vli_sub +EXPORT_SYMBOL crypto/ecc 0xa76b31a2 crypto_ecdh_shared_secret +EXPORT_SYMBOL crypto/ecc 0xb10fc19e ecc_get_curve +EXPORT_SYMBOL crypto/ecc 0xd6315f31 ecc_gen_privkey +EXPORT_SYMBOL crypto/ecc 0xd94c8eb5 ecc_point_is_zero +EXPORT_SYMBOL crypto/ecc 0xde867c29 ecc_is_pubkey_valid_partial +EXPORT_SYMBOL crypto/ecc 0xeac9b99a vli_from_le64 +EXPORT_SYMBOL crypto/ecc 0xed4ae15e ecc_make_pub_key +EXPORT_SYMBOL crypto/nhpoly1305 0x0843ccf4 crypto_nhpoly1305_final_helper +EXPORT_SYMBOL crypto/nhpoly1305 0x1bc9d5cb crypto_nhpoly1305_update +EXPORT_SYMBOL crypto/nhpoly1305 0x7bc02a32 crypto_nhpoly1305_init +EXPORT_SYMBOL crypto/nhpoly1305 0xb6335619 crypto_nhpoly1305_final +EXPORT_SYMBOL crypto/nhpoly1305 0xd60f238f crypto_nhpoly1305_update_helper +EXPORT_SYMBOL crypto/nhpoly1305 0xfd2a7bc5 crypto_nhpoly1305_setkey +EXPORT_SYMBOL crypto/sm4 0x2b098da5 crypto_sm4_ck +EXPORT_SYMBOL crypto/sm4 0x7931a202 crypto_sm4_fk +EXPORT_SYMBOL crypto/sm4 0xf4fd3bd2 crypto_sm4_sbox +EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks +EXPORT_SYMBOL drivers/acpi/nfit/nfit 0x06848c60 to_nfit_uuid +EXPORT_SYMBOL drivers/acpi/video 0x45b61916 acpi_video_register_backlight +EXPORT_SYMBOL drivers/acpi/video 0x478b704e acpi_video_get_edid +EXPORT_SYMBOL drivers/acpi/video 0x7a45377b acpi_video_unregister +EXPORT_SYMBOL drivers/acpi/video 0x7cc484a5 acpi_video_handles_brightness_key_presses +EXPORT_SYMBOL drivers/acpi/video 0x7de7bf50 __acpi_video_get_backlight_type +EXPORT_SYMBOL drivers/acpi/video 0x8826c13b acpi_video_register +EXPORT_SYMBOL drivers/acpi/video 0xe12794ba acpi_video_get_levels +EXPORT_SYMBOL drivers/atm/suni 0x43e0f7d8 suni_init +EXPORT_SYMBOL drivers/bcma/bcma 0x1cae93fd bcma_core_irq +EXPORT_SYMBOL drivers/bcma/bcma 0x1d324158 bcma_core_dma_translation +EXPORT_SYMBOL drivers/block/drbd/drbd 0x127a5901 drbd_set_st_err_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0x35131b36 drbd_role_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0x7730f22d drbd_conn_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0xaf27bebf drbd_disk_str +EXPORT_SYMBOL drivers/bluetooth/btbcm 0x2a5def32 btbcm_patchram +EXPORT_SYMBOL drivers/bluetooth/btrsi 0x6ffc21fc rsi_bt_ops +EXPORT_SYMBOL drivers/bus/mhi/host/mhi 0x4ff69c17 mhi_sync_power_up +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x03bc993e ipmi_set_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x0705dd14 ipmi_register_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x12dd1e77 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1f65170f ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x230094ac ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c2054d7 ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x50f65edf ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x592a3a3b ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x671a9e12 ipmi_add_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67369b42 ipmi_addr_src_to_str +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x74778a80 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x7a1f5fbb ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x80aa4656 ipmi_free_recv_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x89a5279a ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96a6e5e8 ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xaca90ebd ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xae71627d ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xb6a36255 ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd54a5050 ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4330a39 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe98c507d ipmb_checksum +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xec1c2a90 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf388b18b ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf5531bea ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfaaa4831 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfe0f2369 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x02fa190f kcs_bmc_write_data +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x1dc38a42 kcs_bmc_handle_event +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x507c6ca9 kcs_bmc_unregister_driver +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x5d92da0a kcs_bmc_update_event_mask +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x643d297b kcs_bmc_update_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x6a2bc496 kcs_bmc_read_data +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x6f7d915a kcs_bmc_register_driver +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x8f96c092 kcs_bmc_add_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xa2c07fa8 kcs_bmc_write_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xc2dd3f85 kcs_bmc_enable_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xd8454f82 kcs_bmc_remove_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xded22af4 kcs_bmc_read_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xfc732b5d kcs_bmc_disable_device +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x0302b46a st33zp24_probe +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x42a46c96 st33zp24_remove +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x77888222 st33zp24_pm_resume +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xc631581d st33zp24_pm_suspend +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x0522e958 xillybus_find_inode +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x2cae401c xillybus_cleanup_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x6c920dfa xillybus_init_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x9d401954 xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0xa26dfe8b xillybus_endpoint_remove +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0xf5e9780d xillybus_init_endpoint +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x552cb20b atmel_i2c_send_receive +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x80a11b1d atmel_i2c_init_read_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x94062f69 atmel_i2c_enqueue +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xa46cb8df atmel_i2c_probe +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xb6c854bb atmel_i2c_init_ecdh_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xc71ed50c atmel_i2c_init_genkey_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xc80f14e8 atmel_i2c_flush_queue +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xf283e995 atmel_i2c_init_random_cmd +EXPORT_SYMBOL drivers/crypto/caam/caam 0x17572340 caam_congested +EXPORT_SYMBOL drivers/crypto/caam/caam 0x193fae18 caam_qi_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caam 0x37734e06 caam_dpaa2 +EXPORT_SYMBOL drivers/crypto/caam/caam 0x44ae4bc4 qi_cache_free +EXPORT_SYMBOL drivers/crypto/caam/caam 0x4a6bee29 caam_drv_ctx_rel +EXPORT_SYMBOL drivers/crypto/caam/caam 0x578d5f7a caam_drv_ctx_init +EXPORT_SYMBOL drivers/crypto/caam/caam 0xa6a74751 caam_drv_ctx_update +EXPORT_SYMBOL drivers/crypto/caam/caam 0xc0eaa792 qi_cache_alloc +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x00a2b64b gen_split_key +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x8428991e caam_jr_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x939f7ec2 split_key_done +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xb718656a caam_jr_free +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xd60a11c4 caam_jr_alloc +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x2e152bb7 cnstr_shdsc_xts_skcipher_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x3b54a9ad cnstr_shdsc_aead_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x76a68e3e cnstr_shdsc_chachapoly +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x7b0c587f cnstr_shdsc_rfc4543_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x7b7bcab8 cnstr_shdsc_rfc4543_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x86bcdec7 cnstr_shdsc_xts_skcipher_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x88430d4c cnstr_shdsc_aead_null_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x91ac0969 cnstr_shdsc_aead_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xa3115081 cnstr_shdsc_skcipher_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xa340e264 cnstr_shdsc_aead_givencap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xa99d7fa6 cnstr_shdsc_aead_null_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xebcdd349 cnstr_shdsc_skcipher_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xf92c5da5 cnstr_shdsc_gcm_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xf95bcf62 cnstr_shdsc_gcm_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xfd807e48 cnstr_shdsc_rfc4106_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xfdf7ec8f cnstr_shdsc_rfc4106_encap +EXPORT_SYMBOL drivers/crypto/caam/caamhash_desc 0x30a1e372 cnstr_shdsc_sk_hash +EXPORT_SYMBOL drivers/crypto/caam/caamhash_desc 0xb5571dbf cnstr_shdsc_ahash +EXPORT_SYMBOL drivers/crypto/caam/dpaa2_caam 0xdc8b908c dpaa2_caam_enqueue +EXPORT_SYMBOL drivers/crypto/caam/error 0x53d0fc97 caam_ptr_sz +EXPORT_SYMBOL drivers/crypto/caam/error 0x60dbc82a caam_dump_sg +EXPORT_SYMBOL drivers/crypto/caam/error 0xa51f16c7 caam_little_end +EXPORT_SYMBOL drivers/crypto/caam/error 0xbd67c092 caam_imx +EXPORT_SYMBOL drivers/crypto/caam/error 0xc63dabc6 caam_strstatus +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0x78afc098 xdma_get_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0x8e910ff2 xdma_disable_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0xbb5eacc3 xdma_enable_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xilinx_dma 0x2ce6360a xilinx_vdma_channel_set_config +EXPORT_SYMBOL drivers/firewire/firewire-core 0x03675c08 fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0bc6094c fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x17b84952 fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0x18c5edf8 fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0x282dd6eb fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2bc300c6 fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2e20c450 fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3a771e39 fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3d36fbe1 fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0x40771e43 fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4323d1fc fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x48f2ef84 fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4a87ea27 fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0x58a50683 fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6dc50487 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7442d43d fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x92da92a7 fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0x94541945 fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0xacbf384a fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaedf84ce fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb712e0a7 fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0xd11d2b3b fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0xd2cc9924 fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0xd43e9e2e fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xdafb30d1 fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe05e0e78 fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe3fde125 fw_csr_iterator_next +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe4cd2f2a fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe80e5087 fw_csr_iterator_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0xeb4f7177 fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf12b3268 fw_core_add_address_handler +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0xd2fe6725 imx_dsp_free_channel +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0xd8a71012 imx_dsp_ring_doorbell +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0xe4277ec7 imx_dsp_request_channel +EXPORT_SYMBOL drivers/fpga/dfl 0x2dfa1a1b __dfl_driver_register +EXPORT_SYMBOL drivers/fpga/dfl 0x6dcc8d7e dfl_driver_unregister +EXPORT_SYMBOL drivers/fpga/lattice-sysconfig 0xc6a1839f sysconfig_probe +EXPORT_SYMBOL drivers/gpu/drm/amd/amdxcp/amdxcp 0x0ea5d74b amdgpu_xcp_drv_release +EXPORT_SYMBOL drivers/gpu/drm/amd/amdxcp/amdxcp 0xb2e4470f amdgpu_xcp_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x00710dd5 drm_dp_read_downstream_info +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x016e6d7a drm_dp_mst_topology_mgr_suspend +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x01c4bba9 drm_dp_lttpr_max_link_rate +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x063c593a drm_dp_downstream_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x06d57c54 drm_dp_downstream_id +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0a5fff6b drm_dp_send_query_stream_enc_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0ad6891b drm_dp_mst_connector_early_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0ba5251c drm_edp_backlight_disable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0bab727a drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0bf82244 drm_dp_dual_mode_set_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0bfa4f81 drm_dp_mst_get_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0cc41fa4 drm_dp_send_power_updown_phy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0d4b599d drm_dp_pcon_frl_configure_2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0fc93919 drm_dp_mst_put_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1605d0ed drm_dp_lttpr_max_lane_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x16e6e7cb drm_scdc_get_scrambling_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1709ddcf drm_dp_lttpr_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1a5bf3ca drm_dsc_dp_rc_buffer_size +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1b0a1fdc drm_dp_lttpr_voltage_swing_level_3_supported +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1b53e702 drm_dp_stop_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1e4d377a drm_dp_set_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1ff3d819 drm_dp_dual_mode_max_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2363779a drm_dp_pcon_hdmi_link_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x23961837 drm_dp_downstream_max_bpc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x24ada755 drm_dsc_set_rc_buf_thresh +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x26196a0b drm_dp_add_payload_part2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x26815dbc drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x29ac8720 drm_dp_mst_dsc_aux_for_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2d2ee655 drm_dp_lttpr_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2f2881d6 drm_dp_mst_atomic_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2fa94ef2 drm_dp_downstream_444_to_420_conversion +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x320f292a drm_atomic_get_new_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x35d48410 drm_dp_dual_mode_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x392a838b drm_dp_downstream_max_dotclock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3b76c523 drm_hdcp_update_content_protection +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3bbdcf26 drm_dp_start_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3bc33202 drm_dp_downstream_debug +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3bf58974 drm_dp_remote_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3de79443 drm_scdc_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4079b980 drm_dp_cec_register_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4152b413 drm_dp_remove_payload +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x43141012 drm_dp_read_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x432968cd drm_dp_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4587f277 drm_dp_read_lttpr_phy_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4603c416 drm_dp_pcon_dsc_bpp_incr +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x46900542 drm_dp_mst_atomic_enable_dsc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x46987f2d drm_dp_read_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x48ffa175 drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4d1702d9 drm_edp_backlight_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4d2b38c0 drm_dp_vsc_sdp_log +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4d75b6a2 drm_dp_mst_topology_mgr_destroy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4efa09fd drm_dp_mst_hpd_irq_handle_event +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x52ac41ad drm_dp_mst_edid_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x53c4925f drm_dp_mst_get_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5407ae9e drm_dp_get_dual_mode_type_name +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x559e3088 drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x56a663e9 drm_dp_dsc_sink_line_buf_depth +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x582f248e drm_dp_get_adjust_request_pre_emphasis +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x58d8fcaa drm_dsc_pps_payload_pack +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x58ed397c drm_dp_pcon_pps_override_buf +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x59f27ed7 drm_dp_pcon_enc_is_dsc_1_2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5a86f411 drm_dp_phy_name +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5db2513f drm_dp_get_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5e9fe90d drm_dp_pcon_frl_configure_1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x61b47584 drm_dp_cec_irq +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x627ba04b drm_dsc_set_const_params +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x63a477fb drm_dp_downstream_min_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x648d953b drm_dsc_dp_pps_header_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x66259457 drm_dp_cec_unregister_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x67803936 drm_dp_mst_dump_topology +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x68d8dce7 drm_dp_downstream_is_tmds +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6a4df8c5 drm_dp_128b132b_eq_interlane_align_done +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6aacee47 drm_dp_128b132b_link_training_failed +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6b00e19f drm_scdc_set_high_tmds_clock_ratio +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6b53e216 drm_dp_downstream_max_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6f5a3d45 drm_dp_pcon_frl_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7053fa72 drm_dp_get_pcon_max_frl_bw +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x708e9041 drm_dp_pcon_hdmi_link_active +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x73009fd3 drm_dp_read_dpcd_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x73011db0 drm_dp_bw_code_to_link_rate +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x76ff6644 drm_dp_lttpr_pre_emphasis_level_3_supported +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7888510f drm_atomic_get_mst_payload_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x79008c7e drm_dsc_setup_rc_params +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7a421cd5 drm_panel_dp_aux_backlight +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7c5b5cd4 drm_dp_mst_topology_mgr_resume +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7e7983cf drm_dp_read_desc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8066becd drm_dp_mst_topology_mgr_set_mst +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8162ae1c drm_dp_read_sink_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x829b6048 drm_dp_dsc_sink_max_slice_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8a7c42b4 drm_dp_add_payload_part1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8ca2d9e4 drm_dp_calc_pbn_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8d701329 drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8e6491b3 drm_dp_pcon_is_frl_ready +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8f68771a drm_scdc_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8fb1398b drm_dp_mst_hpd_irq_send_new_request +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x92b9835e drm_dp_128b132b_cds_interlane_align_done +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x95883bb4 drm_dsc_initial_scale_value +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x96accdb7 drm_dp_mst_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9862fb0e drm_dp_pcon_convert_rgb_to_ycbcr +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9caac701 drm_edp_backlight_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9ccb4c6a drm_dp_mst_add_affected_dsc_crtcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9e85c5d5 drm_dp_pcon_pps_default +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa1fefe6a drm_dp_psr_setup_time +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa2755bfa drm_dp_set_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa3bc2319 drm_dp_pcon_hdmi_frl_link_error_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa82fccb2 drm_dp_read_mst_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa843606e drm_dp_dsc_sink_supported_input_bpcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa8ca7dd7 drm_dp_mst_topology_state_funcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaad2a071 drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xab453370 drm_dp_cec_unset_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaf267620 drm_dp_lttpr_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xafc95e9b drm_dp_mst_detect_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb2c7f7dc drm_dp_dpcd_read_phy_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb8531539 drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb86eb6f0 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb8c2ba53 drm_dp_dpcd_probe +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbbbb7d67 drm_hdmi_avi_infoframe_bars +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbc4b8193 drm_dp_read_lttpr_common_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbdb66c12 drm_dp_dual_mode_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc020c0c1 drm_dp_pcon_dsc_max_slice_width +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc06096b7 drm_hdmi_avi_infoframe_content_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc19c6f23 drm_connector_attach_content_protection_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc5c99a79 drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc79ecffb drm_dp_downstream_is_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc8b6a8ae drm_dp_128b132b_lane_channel_eq_done +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xca479f84 drm_dp_read_sink_count_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcbb793c6 drm_dp_mst_root_conn_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcc672ca2 drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcca5bc98 drm_dp_pcon_pps_override_param +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcce31bd3 drm_hdmi_avi_infoframe_colorimetry +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xccf54d5e drm_dp_get_adjust_tx_ffe_preset +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xccf7a733 drm_lspcon_set_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xce2bf073 drm_atomic_get_old_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xce4bcd45 drm_lspcon_get_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd00e6cd9 drm_dp_send_real_edid_checksum +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd0e95456 drm_dsc_get_bpp_int +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd5a95eae drm_dp_128b132b_lane_symbol_locked +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd6beb197 drm_hdmi_infoframe_set_hdr_metadata +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdb30c03d drm_dp_mst_connector_late_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdc2819dd drm_dp_mst_topology_mgr_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdeaa05e9 drm_dp_atomic_find_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe2468a48 drm_dsc_flatness_det_thresh +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe412329c drm_dp_mst_atomic_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe4a9746b drm_dp_cec_set_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe5360b84 drm_dp_pcon_dsc_max_slices +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xeb2240aa drm_edp_backlight_set_level +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xeb4005ba drm_dp_mst_update_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xeb96aa83 drm_dp_check_act_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xedcf81ce drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf09a2318 drm_dp_dual_mode_detect +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf4f09d29 drm_scdc_set_scrambling +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf580a70f drm_dp_get_vc_payload_bw +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf68741fb drm_dp_subconnector_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf689ad25 drm_dp_downstream_420_passthrough +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf8bbe773 drm_atomic_get_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf9cd27aa drm_dp_128b132b_read_aux_rd_interval +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf9e7e90a drm_dp_pcon_reset_frl_config +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfa5edad8 drm_dp_pcon_frl_prepare +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfb1a7a5a drm_dp_downstream_rgb_to_ycbcr_conversion +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfdd3e274 drm_dp_atomic_release_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfe12bcb9 drm_dsc_compute_rc_parameters +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xffea23dd drm_dp_dual_mode_get_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0269e36a drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x028ef667 __drmm_mutex_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03277219 drm_plane_create_rotation_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03490b53 drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x035cbf3f drm_connector_attach_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03c63897 __drm_get_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04733374 drm_client_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x056c4078 drm_dev_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x072c30a5 drm_plane_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07795c28 drm_mode_create_suggested_offset_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x077ba23e drm_atomic_state_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07fb449a drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x082c7008 drm_writeback_signal_completion +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0977b2e5 drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a934322 drm_atomic_state_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d1cf89f drm_gem_dmabuf_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d55b9bb drm_property_create_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d9b4753 drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0e37394c drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0eb7f5eb drm_privacy_screen_lookup_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f73dbf2 drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f7acb66 drm_mm_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fd60df2 drm_get_connector_status_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fd7d9c3 drm_dev_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x107742a9 drm_get_subpixel_order_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x108edc8f drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11a56fd1 drm_dev_enter +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11a861b8 drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12847f6e drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x146557a8 drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1493c722 drm_connector_list_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16b809c8 drm_print_memory_stats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1703b682 drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1769205d drm_atomic_get_old_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1792d3fc drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1799cfdf drm_syncobj_find_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x181ac58d drm_vblank_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18823857 drm_atomic_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19d9011b drm_client_framebuffer_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a411479 drm_syncobj_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b8534c8 drm_connector_atomic_hdr_metadata_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b994e09 devm_aperture_acquire_from_firmware +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1beb3e5e drm_state_dump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d7ccbec drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e185fc0 drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f54aaf3 drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2069a42b drm_panel_of_backlight +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2077bc4a drm_sysfs_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x208adaf0 drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x214f88a9 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x218353c3 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2183c08c drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x22df5a32 drm_atomic_check_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0x235e8703 drm_object_property_get_default_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x23b91078 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24993e50 drm_edid_are_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24cf437a drm_vma_node_is_allowed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24d124ac drm_mode_equal_no_clocks_no_stereo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x257e3393 drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x258fefa9 drm_driver_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25daad93 __drm_mm_interval_first +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25dac301 drm_dev_has_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x265efb7b drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2754dad8 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27e1f340 drm_atomic_set_crtc_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27fef72a drm_crtc_vblank_helper_get_vblank_timestamp_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2821795c drm_atomic_set_fb_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28779e52 drm_printf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28a8a309 __drmm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28b6cfad drm_panel_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x296705fd drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2978aca9 drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29f078d1 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a358819 drm_atomic_get_new_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a396181 drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a962499 drm_mm_scan_init_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2af5cc3b drm_client_framebuffer_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2af6c8a9 drm_panel_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b5ac4da drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2bd5ab99 drm_crtc_next_vblank_start +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c391ed6 drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2cbcc535 drm_gem_lock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d6fe423 drm_crtc_enable_color_mgmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2da1f254 drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2da91536 drm_plane_get_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e4b4f1b drm_connector_set_orientation_from_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e9f345c drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ed3c600 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2eef292b drm_connector_set_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f476172 drm_privacy_screen_lookup_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f578591 drm_gem_lru_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f794818 drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2fba2919 drm_master_internal_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3051abea drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x308b324b drm_client_dev_hotplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3104cbf1 drm_atomic_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31b8a5e3 __drm_set_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x321d9995 drm_sysfs_connector_status_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32702e5e drm_mode_put_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32a0cc37 drm_print_bits +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3565f6cc __drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x35a69d00 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x35ad764b drm_modeset_lock_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x363bdec5 drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x365c2803 drm_mode_create_tv_properties_legacy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36ba9d8a drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36fee473 drm_atomic_get_new_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38690d99 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38aba84b drm_gem_prime_import_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39107ba5 drm_gem_dmabuf_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3971357a drm_writeback_prepare_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x397c3d27 drm_edid_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ab87110 drm_mode_equal_no_clocks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ad962b6 drm_edid_read_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3af76c4e drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b0e5e9c __drm_puts_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3bb78be4 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c22a4d8 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c56889e drm_gem_lru_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cdc37e9 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d27f513 drm_connector_set_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d2859ea __drm_dev_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d6f6d21 drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f405489 __drm_printfn_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f42e261 drm_gem_map_detach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x40bffcfe drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x429f8181 drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4304eb6b drm_edid_read_custom +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4403a9c3 drm_mode_get_hv_timing +EXPORT_SYMBOL drivers/gpu/drm/drm 0x441161f0 drm_atomic_bridge_chain_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4489a5e9 drm_edid_raw +EXPORT_SYMBOL drivers/gpu/drm/drm 0x44ad25ce drm_property_create_bool +EXPORT_SYMBOL drivers/gpu/drm/drm 0x44dfffe6 drm_client_buffer_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4539569b drm_atomic_print_new_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x454520ba drm_edid_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4575a0ca drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4622e6ee drm_gem_dmabuf_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4651ffbe drm_mode_validate_driver +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4724a588 drm_mode_object_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x48213fae drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4831da6e drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a1805ce drm_gem_prime_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a35d30d drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a36ce24 drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a9700b4 drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b7ebf95 drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d128607 drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e014ad0 drm_crtc_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e2a621e drm_prime_sg_to_dma_addr_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e54cc31 devm_drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4fbae687 drm_crtc_set_max_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4fe41321 drm_vblank_work_schedule +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ff9ad27 drm_gem_vunmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50674de7 drm_timeout_abs_to_jiffies +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50713a6d drm_event_cancel_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50a4e7c5 drm_atomic_get_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x513072fe __drm_puts_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0x51426b3a drm_client_modeset_commit_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x51a28a51 drm_file_get_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0x51ab15f8 drm_gem_unmap_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x521ad6d0 drm_puts +EXPORT_SYMBOL drivers/gpu/drm/drm 0x523c2d2c drm_bridge_chain_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x52d55847 drm_crtc_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x542db900 drm_connector_attach_privacy_screen_provider +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54ba8c8b drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54d62c04 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54da357d drm_client_modeset_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55eb13d6 drm_atomic_get_new_crtc_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55eb38da drm_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x560abecb drm_compat_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5626782c drm_dev_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56c37ea6 drm_edid_read_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56c3ecb8 drm_panel_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56d1f5fb drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57698a50 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59056243 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59fe0e5c drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a8963a0 drm_property_lookup_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5b2333b0 drm_writeback_get_out_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5b49d26d drm_privacy_screen_get_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5cb86832 drm_gem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5cff7f7f drm_mode_create_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d0ff7bd drm_connector_attach_hdr_output_metadata_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f7985a5 drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5fb9bbc4 drm_atomic_get_old_crtc_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x607e9411 drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60815e60 drm_property_replace_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60831f6b drm_plane_create_blend_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60b55beb drm_crtc_arm_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60e7b52c of_drm_get_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x625d98ed drm_crtc_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x62664d86 drm_modeset_lock_single_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0x634f6d74 drm_crtc_vblank_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6470816a drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6495fecf drm_connector_create_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65702bd6 drm_default_rgb_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65c6bdef drm_modeset_lock_all_ctx +EXPORT_SYMBOL drivers/gpu/drm/drm 0x665dbf7e drm_gem_map_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x668f7a2b drm_mode_create_hdmi_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x67ab3e7f drm_client_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6839ff36 drm_debugfs_add_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x68462963 drm_crtc_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6910e4cd drm_format_info_min_pitch +EXPORT_SYMBOL drivers/gpu/drm/drm 0x691e8f76 drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69353664 __drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69e1bf40 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ac01ea8 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b98a748 drm_get_edid_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6bda9b3f drm_syncobj_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6bfb746d drm_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6d09975a drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e330798 drm_connector_attach_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f9879c0 drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6fd0078d drm_plane_create_color_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x701819ff drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71b2e5bf drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71cc8de2 drm_connector_oob_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x72136247 drm_mode_get_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7244fbff drm_gem_evict +EXPORT_SYMBOL drivers/gpu/drm/drm 0x72a2eed1 drm_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x735919f2 drm_aperture_remove_conflicting_pci_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74fc6fbd drm_format_info_block_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x756f7dd8 drm_writeback_connector_init_with_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x76164e91 drm_writeback_queue_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x76675187 drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x767546da drm_prime_sg_to_page_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x76fe91d2 drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x773f8bbc drm_connector_has_possible_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x775dd6dc drm_client_buffer_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x776a3880 drm_gem_map_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x777b2d28 drm_connector_list_iter_end +EXPORT_SYMBOL drivers/gpu/drm/drm 0x77958a66 of_drm_find_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7809ff36 drm_atomic_private_obj_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7905ae36 drm_connector_attach_dp_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7959d2dd drm_connector_attach_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x798e8e17 drm_syncobj_get_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79c00fa2 drm_edid_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a93da04 drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ad749df drm_atomic_get_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b2e2166 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7bddc649 drm_connector_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c0d9cad drm_display_info_set_bus_formats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c2d0691 drm_property_replace_global_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c545285 drm_edid_get_monitor_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ca97a3f drm_crtc_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7d315c97 drm_any_plane_has_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e3277f8 ___drm_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7edf470b drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ee1d705 drm_panel_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7f003c1d drm_of_crtc_port_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7fe5f73c drm_atomic_state_default_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0x812af8eb drm_connector_attach_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81d47583 drm_send_event_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81fe55d5 drm_hdmi_avi_infoframe_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x820ac5c0 drm_vma_node_allow_once +EXPORT_SYMBOL drivers/gpu/drm/drm 0x82351b16 drm_connector_init_with_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x82cf2130 drm_panel_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83da5f5b drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x84098b0a drm_atomic_set_mode_prop_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8412bf24 drm_gem_dma_resv_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x847eaf0c drmm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x853c15db drm_connector_set_panel_orientation_with_quirk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8607b0d7 drm_crtc_commit_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x86755842 drm_privacy_screen_unregister_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8679011d drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x87284bc9 drm_connector_attach_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x88463c36 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x886a386e drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x891c0055 drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b8b26a9 drm_atomic_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8cb286d1 drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d021be8 drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d1da461 drm_syncobj_get_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d39f261 drm_atomic_set_mode_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d72789e drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ec2adb6 drm_gem_private_object_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ff1a17c drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91b62245 drm_atomic_set_crtc_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91df00fd drm_color_lut_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91e6291c drm_atomic_add_affected_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm 0x928912a2 drm_mode_create_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9396f128 drm_atomic_normalize_zpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0x93febca8 drm_plane_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9741653a drm_of_find_possible_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0x982d09b3 drm_format_info_block_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x988965ff __drmm_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98a0e4c7 drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98e1b13b __drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9a8754b6 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ad2ad76 drm_gem_dmabuf_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b11af22 drm_panel_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b285573 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b8844ae drm_client_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b95c885 drm_mode_match +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b9de1c1 drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c5a42a0 drm_gem_unlock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ce050be drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d23f259 drm_mode_create_dp_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9e122abc drm_send_event_timestamp_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9e286329 drm_plane_enable_fb_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9e50604d drm_atomic_add_encoder_bridges +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f2cf56e __drmm_add_action_or_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f5ccc0c drm_client_modeset_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f6e92d9 drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1aa1672 drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa248afde drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa24efea9 drm_connector_update_privacy_screen +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2c78a98 drm_plane_get_damage_clips_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa364348f drm_is_current_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3734c0e __drmm_add_action +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa38c4c94 drm_memcpy_from_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa51b3f8f drm_privacy_screen_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6646c63 drm_mode_create_aspect_ratio_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa79b6bc8 drm_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa862165a drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa895fd45 drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8d64a86 drmm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8f72157 drm_invalid_op +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9194173 drm_privacy_screen_register_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa956123a drm_writeback_cleanup_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa956955b drm_gem_lru_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9864f4d __drm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9982b3f drm_plane_create_alpha_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9bea010 drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa7b1a42 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa8df44c drm_crtc_vblank_waitqueue +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab0015ed drm_atomic_private_obj_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab0d5582 drmm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab131cae drm_bridge_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab44ca0e drm_atomic_get_old_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xabe4abc9 drm_connector_set_path_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xac0156d9 drm_client_rotation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xac328cf2 drm_aperture_remove_conflicting_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0xac478be8 drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad4e902b drm_color_ctm_s31_32_to_qm_n +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae277372 __drm_crtc_commit_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf463968 drm_privacy_screen_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf61c95d drm_mode_validate_ycbcr420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf705351 drm_crtc_accurate_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf76692d drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb11ac7a7 __drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb14aec43 drm_master_internal_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1917321 drm_atomic_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1e5a000 drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb212dc3e drm_edid_dup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb2305fb6 drm_syncobj_replace_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb2784a53 drm_print_regset32 +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3750192 drm_edid_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3e2c2fc __drmm_crtc_alloc_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4032484 drm_mm_insert_node_in_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb485944d drm_gem_objects_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb604c0b2 drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6127243 drm_need_swiotlb +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb78fa664 drm_atomic_get_old_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7f905b4 drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb850ae7d drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb89cc792 drm_debugfs_add_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb8beb84a drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb8d1c571 drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb95fe0df drm_atomic_state_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9cad492 __drm_atomic_state_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba8b3ee6 drm_gem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc04e0f6 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc5acbd2 drm_mode_plane_set_obj_prop +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbcedba30 drm_crtc_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbd3fcfd5 drmm_kfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe9ffd90 drm_property_blob_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbeae5f5c drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf905988 drmm_kmalloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbfdb904b drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0cb1c1e drm_show_memory_stats +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc2ad256b drm_framebuffer_plane_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc30ccae3 drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc32c52a7 drm_atomic_nonblocking_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5187d8e drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc76a8062 drm_vblank_work_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7910e38 drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7b85193 drm_gem_lru_move_tail +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7d04fc5 drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc9dc2e92 drm_crtc_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca3607c2 drm_property_blob_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb800880 drm_dev_unplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc5b2f3e drm_mode_object_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcccd0003 drm_gem_vmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xccde141a drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdb99cc9 drm_mode_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce6ab3d7 drm_plane_create_zpos_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf1ed7d0 drm_edid_connector_add_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf7ebe43 drm_mode_create_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd02b4f93 drm_ioctl_kernel +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd13f9985 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd239e940 drm_plane_create_zpos_immutable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd363912b drm_client_framebuffer_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd3e4a318 drm_connector_set_link_status_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd3fb1eae drm_panel_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4362186 drm_of_component_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd43e9421 drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd51a693e drm_atomic_get_connector_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd680a377 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd688e267 drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7867790 drm_connector_attach_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7a9cf42 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd843af52 drm_connector_set_tile_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd846af52 drm_crtc_vblank_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd8934433 drm_syncobj_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd90afb6f drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd91380b2 drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd97d779a drm_panel_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdad9c8b1 drm_prime_get_contiguous_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb032c17 drm_connector_list_iter_begin +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb22e94a drm_show_fdinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb320a08 drm_mode_is_420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb530984 drm_edid_get_panel_id +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb9de96e drm_privacy_screen_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbe47937 drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdc9a9932 drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd3c6afa drm_mode_is_420_also +EXPORT_SYMBOL drivers/gpu/drm/drm 0xde68f505 drm_atomic_bridge_chain_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf3f760d drm_mm_scan_color_evict +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf666902 drm_rotation_simplify +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe0db95c3 drm_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe18b7ec9 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1b4bbf2 drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2173ca9 drmm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe22a2807 drm_client_modeset_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe317082a __drm_printfn_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe346184b drm_vblank_work_cancel_sync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3ac15d5 drm_mode_is_420_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3b8c546 drm_event_reserve_init_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3ccf375 drm_client_modeset_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4a1f536 drm_connector_attach_max_bpc_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4da03bd drm_atomic_get_new_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4ede1ed drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe57f6e35 drm_send_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe5b3e3cb drm_atomic_get_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe633a4cd drm_format_info_bpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe68e28dd drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7ad2c20 drm_privacy_screen_set_sw_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8217002 drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a034df drm_dev_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a0e334 drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8aaa4b2 drm_display_mode_from_cea_vic +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe94ea853 drm_analog_tv_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe962814a drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe96d18f8 drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea00fe81 __drm_printfn_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb94b467 drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xecf8143f drm_event_reserve_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xedd08dfd drm_connector_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xee56d4a3 drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeef3e372 drm_bridge_chain_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xef7cf01d drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf011852c drm_connector_attach_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0517d7a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf095dc96 drm_get_tv_mode_from_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1b5340a drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf22de73b drm_syncobj_add_point +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf24d83b9 drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf2783fe9 drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf3dcf408 drm_edid_override_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf406e46a drm_get_connector_type_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf44df6a4 drm_get_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4781114 drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4cf6def drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6fd20cf drm_privacy_screen_call_notifier_chain +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf729390f drm_gem_lru_move_tail_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf7afc21d drm_atomic_add_affected_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf7cc143f drm_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf824c7db __drm_printfn_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf877d6e5 drm_release_noglobal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf8a97869 drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfb24da89 drm_edid_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfb8445e1 drm_crtc_vblank_helper_get_vblank_timestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfbaa7174 drm_atomic_get_crtc_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfbd15933 drm_atomic_state_default_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfbe9315b drm_bridge_chain_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc2e7ea1 of_drm_find_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd2cd25e drm_framebuffer_plane_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd2e9532 __devm_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd517ca3 drm_writeback_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd8041ca drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfdceeb1b drm_privacy_screen_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe10331f drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfeb953b1 __drm_printfn_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x22d53779 drm_buddy_free_list +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x2d9e9583 drm_buddy_print +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x40d76a49 drm_get_buddy +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x9f44c898 drm_buddy_init +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xabb5a026 drm_buddy_block_trim +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xbd5b3bcc drm_buddy_free_block +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xc30d71cc drm_buddy_block_print +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xfa150882 drm_buddy_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xff748b76 drm_buddy_alloc_blocks +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0x6d4d5071 drm_fbdev_dma_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0x7e4c5b60 drm_gem_dma_prime_import_sg_table_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0xc0b6ca97 drm_gem_dma_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x014712ae __drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x02fa36aa drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x03a21ad0 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x05c1644f drm_fb_helper_lastclose +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x07400afe drm_fb_xrgb8888_to_xrgb1555 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x07dc3115 drm_gem_fb_create_handle +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0829fcf4 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x093c161b drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0959621c __drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x09a373d1 drm_panel_bridge_connector +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0c9ce39e drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x127a8c6b drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x176eba84 drm_atomic_helper_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x17d33644 drm_fb_build_fourcc_list +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x18dc8066 drm_atomic_helper_commit_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1ae057f6 drm_connector_helper_get_modes_from_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1afb561b __drm_atomic_helper_connector_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1cacd62e drm_atomic_helper_wait_for_flip_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1ce28cfa drm_atomic_helper_check_plane_damage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1ce73179 drm_atomic_helper_check_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1dae52f6 drm_fb_helper_alloc_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1f187e9a drm_panel_bridge_set_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x206e7a1c drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x207ea70d drm_fb_helper_unregister_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x208328ad drm_fb_helper_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x20bb94b4 __drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2114528f drm_atomic_helper_commit_cleanup_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21d541eb drm_flip_work_queue_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21dceb22 drm_fb_swab +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x22423751 drm_atomic_helper_commit_tail_rpm +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x228b4137 drm_atomic_helper_check_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x22f08728 drm_atomic_helper_cleanup_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2471c78b drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2493f86c drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x260e08a1 drm_atomic_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x27bb54f3 drm_gem_simple_kms_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2a70270a drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2b1e86dc drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d959b27 drm_simple_display_pipe_attach_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2da023be drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3044ab03 drm_atomic_helper_commit_tail +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x30f9d290 drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x32fbff3b drm_self_refresh_helper_update_avg_times +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x33287f66 drm_fb_blit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x33704b70 __drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x33e1098c drm_atomic_helper_async_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x342f4a56 drm_atomic_helper_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x355dac26 drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x360b43fb drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3614a1d9 drm_atomic_helper_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x36645a7f drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x36c0c00d __drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3972efc0 drm_atomic_helper_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3a3ec29e drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3a759acf __drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3ad43f1f __drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3afeeca4 drm_fb_xrgb8888_to_argb8888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3d3c7fd4 drm_fb_helper_set_suspend_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3de74d0c devm_drm_of_get_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3f58f086 drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x402e5faa drm_atomic_helper_swap_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x40c223c1 drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x432d07b6 drm_crtc_helper_mode_valid_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x43e99699 drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x446792d2 drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4526bf5c drmm_of_get_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x458d43f3 __drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x462d275d __drmm_simple_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4bda6046 drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4c061b4b drm_atomic_helper_commit_hw_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4e41c0ad drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x50fe7d3b drm_simple_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x51788709 drm_fb_memcpy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x537cfa80 __drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x552a6eeb drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5542443b drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a4734d1 drm_kms_helper_is_poll_worker +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5f05fdbf drmm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5f54baf1 drm_connector_helper_tv_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5f7585f1 drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6212998f devm_drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x64ef117e drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x682c9730 drm_gem_fb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x69cff584 drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6a98b0ff drm_self_refresh_helper_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b5c2b06 drm_atomic_helper_damage_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6d684d94 drm_atomic_helper_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e30ba8e drm_rect_rotate_inv +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e6135ee drm_fb_xrgb8888_to_rgb565 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6f280a29 drm_fb_helper_fill_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x708bba38 drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x70a99bd6 drm_atomic_helper_wait_for_vblanks +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x714f4e31 drm_gem_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x73b98d12 drm_kms_helper_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x76d92a92 drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x790973bc drm_atomic_helper_check_crtc_primary_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x793299aa drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x79569f12 drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x79619770 __drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7a9d6fc6 drm_atomic_helper_bridge_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7b64430c drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7caa44a8 drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7cba61c8 drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7dcdc233 drm_atomic_helper_shutdown +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x80337a0d drm_atomic_helper_page_flip +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x82f95503 drm_fb_xrgb8888_to_argb1555 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84049f34 __drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x842dd90c drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x85fba178 drm_fb_helper_damage_range +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x87eee915 drm_gem_simple_kms_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x88543c4d drm_gem_simple_kms_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x89acb653 drm_gem_fb_end_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x89ae57a5 drm_plane_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8a0d49bb drm_fb_xrgb8888_to_rgb888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8aff6c2c __drm_atomic_helper_plane_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8e68bca2 drm_atomic_helper_connector_tv_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8e9190ad drm_atomic_helper_connector_tv_margins_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8f73cbd3 drm_atomic_helper_connector_tv_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8fa798e4 drm_atomic_helper_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x902dd817 drm_helper_force_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91264712 drm_fb_helper_release_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x922fcf96 drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x926b6edd __drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x93dc6b68 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x94357a6a drm_fb_helper_output_poll_changed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x95ff1b01 __drm_atomic_helper_crtc_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9689df9f drm_connector_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x96cd72e8 drm_atomic_helper_check_wb_encoder_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x97587379 drm_gem_fb_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9759f0cf drm_gem_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x98c13a93 drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99dcd99b drm_atomic_helper_commit_modeset_enables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99fd20aa drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9bd68eef drm_fb_helper_set_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9c9b867b drm_crtc_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9e3848f3 drm_fb_helper_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9f36b240 drm_atomic_helper_unprepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9fbaae8c drm_self_refresh_helper_alter_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9ffbd1df drm_atomic_helper_damage_merged +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa03de038 drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa0fcf738 drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa10d8ce6 drm_fb_xrgb8888_to_rgba5551 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa2123a15 __drm_atomic_helper_private_obj_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa212b875 drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa2204c2d drm_fbdev_generic_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa281bb81 drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa3803b83 drm_atomic_helper_wait_for_fences +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa4693270 drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa73fa5f2 drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xacb7d3a0 drm_helper_probe_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xae6c3cbe drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xae7c9ec8 drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaf1fc947 drm_fb_helper_damage_area +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xafd049ab devm_drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb053adda drm_rect_rotate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb1223e6e drm_fb_xrgb8888_to_gray8 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb23d839c drm_connector_helper_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb428bcd3 drm_atomic_helper_damage_iter_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb53a20ce drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb6a6b711 drm_fb_clip_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb75c6bdd drm_atomic_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb761cd95 drm_atomic_helper_fake_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb857df53 drm_atomic_helper_commit_modeset_disables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb8a2c1d6 drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xba22658d drm_mode_config_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xba8e3f37 drm_atomic_helper_prepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbbb8aa56 drm_fb_helper_deferred_io +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbbd606b8 drm_simple_display_pipe_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbe4f1370 drm_fb_xrgb8888_to_rgb332 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbeba09a1 drm_plane_helper_disable_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc137f135 drm_atomic_helper_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc283a982 drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc2c161e0 drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc5fa246a __drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc6323239 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc754d603 drm_atomic_helper_commit_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc8363ff7 drm_fb_xrgb8888_to_argb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcb2340b8 drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcbddca3b drm_atomic_helper_update_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcbde5404 drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcc9f4a97 drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcebc2eda drm_fb_helper_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf11a549 drm_flip_work_allocate_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf903817 drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd06f4a4b drm_atomic_helper_check_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd220d9e8 drm_gem_simple_kms_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd33006a8 drm_self_refresh_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd3bd59db drm_fb_xrgb8888_to_mono +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd6eed316 drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd7f99cec drm_atomic_helper_bridge_propagate_bus_fmt +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd8abe1c4 drm_gem_fb_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd8cad4bf drm_plane_helper_update_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xda850173 drm_atomic_helper_update_legacy_modeset_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdaabd3ee drm_atomic_helper_disable_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdacfa6cd drm_panel_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdc8e0687 drm_atomic_helper_dirtyfb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe17fc3e3 drm_mode_config_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe2436dfa drm_kms_helper_poll_reschedule +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe354fb7a drm_connector_helper_get_modes_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe5303555 drm_atomic_helper_async_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe70c01a5 drm_plane_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xea6f6ded drm_atomic_helper_page_flip_target +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf0f2b55c drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf238ed8d __drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf25a82a8 drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf4a9dcd8 drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf692f132 drm_bridge_is_panel +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf88440c4 drm_atomic_helper_commit_duplicated_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf9e250a4 drm_gem_fb_begin_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfab49542 drm_fb_xrgb8888_to_xrgb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfb5e91d1 drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfc682146 drm_gem_simple_kms_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfffb7058 drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x23e5630b mipi_dbi_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x24e1e72b mipi_dbi_enable_flush +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x286178ae mipi_dbi_display_is_on +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x3060282a mipi_dbi_command_buf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x34322018 mipi_dbi_buf_copy +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x3618aef1 mipi_dbi_spi_cmd_max_speed +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x4c422b87 mipi_dbi_pipe_update +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x500454cd mipi_dbi_poweron_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x5872df11 mipi_dbi_command_read +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x60ae9f5a mipi_dbi_pipe_reset_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x72ed33cc mipi_dbi_hw_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x852f4912 mipi_dbi_dev_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x87fd632f mipi_dbi_pipe_destroy_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xa90e1c9f mipi_dbi_pipe_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xa94157ca mipi_dbi_spi_transfer +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xb2788c51 mipi_dbi_spi_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xc9a0b996 mipi_dbi_dev_init_with_formats +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xdb526e4a mipi_dbi_pipe_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xdd9fc86c mipi_dbi_command_stackbuf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xddc6cb90 mipi_dbi_pipe_end_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xf115b9d3 mipi_dbi_pipe_duplicate_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xfc7d4e13 mipi_dbi_poweron_conditional_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xfc82504f mipi_dbi_pipe_begin_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x1c0fe336 drm_gem_shmem_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x1c4609c1 drm_gem_shmem_madvise +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x2007e8a8 drm_gem_shmem_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x2e7005b0 drm_gem_shmem_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x316cc5dd drm_gem_shmem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x48898b0c drm_gem_shmem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x5819a3ed drm_gem_shmem_purge +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x6236be54 drm_gem_shmem_purge_locked +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x6ab69ff6 drm_gem_shmem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xd108a7f9 drm_gem_shmem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0x048a510f drm_suballoc_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0x0bad1988 drm_suballoc_new +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0x8debd4c9 drm_suballoc_free +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0xcfea1bec drm_suballoc_dump_debug_info +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0xdd9c3522 drm_suballoc_manager_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x466a098e drm_gem_ttm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x55babfcb drm_gem_ttm_dumb_map_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x5eb66b55 drm_gem_ttm_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x677436e3 drm_gem_ttm_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x7eda8910 drm_gem_ttm_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x16271cb9 drm_gem_vram_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x1fefff79 drm_gem_vram_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x39838145 drm_gem_vram_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x72bba2fa drm_gem_vram_plane_helper_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x7cc550c3 drm_gem_vram_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x812fac5e drm_gem_vram_simple_display_pipe_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x8afa1977 drm_vram_mm_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xa57fe472 drm_gem_vram_plane_helper_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xbfff8346 drmm_vram_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xc80918e5 drm_gem_vram_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xcc1ef987 drm_vram_helper_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xd7668644 drm_gem_vram_driver_dumb_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xe43999fc drm_gem_vram_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xf2d6aa70 drm_gem_vram_fill_create_dumb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xfa4bf0aa drm_gem_vram_put +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xfb2850d5 drm_gem_vram_unpin +EXPORT_SYMBOL drivers/gpu/drm/rockchip/rockchipdrm 0xb0675fdf rockchip_drm_wait_vact_end +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x09e5fd80 drm_sched_resume_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x212a6cba drm_sched_job_add_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x22079ad3 drm_sched_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x24921677 drm_sched_start +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x26d3bf6b drm_sched_suspend_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x26dd7026 drm_sched_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x2f336b92 drm_sched_entity_error +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x39531891 drm_sched_job_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x3e00f4dd drm_sched_entity_set_priority +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x46373158 drm_sched_job_cleanup +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x4e8828d9 drm_sched_fault +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x5f2ae452 drm_sched_entity_push_job +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x6a09cfb3 drm_sched_resubmit_jobs +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x6c004cca drm_sched_job_arm +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x7c3b9bff drm_sched_job_add_implicit_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x94629853 drm_sched_entity_modify_sched +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x9b24630e drm_sched_entity_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xa873fa2e drm_sched_entity_destroy +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xbc829eb2 drm_sched_entity_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xc0795d5f to_drm_sched_fence +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xc7d9beac drm_sched_entity_flush +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xd5aff9c5 drm_sched_increase_karma +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xd926a50c drm_sched_job_add_syncobj_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xdb2fb629 drm_sched_job_add_resv_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xe355bd2d drm_sched_pick_best +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xfd94cdc8 drm_sched_stop +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x072fdf36 sun4i_tcon_enable_vblank +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x3a520442 sun4i_dclk_free +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x6c10c7a7 sun4i_tcon_of_table +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x8d49bb08 sun4i_tcon_mode_set +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0xc4cd2579 sun4i_rgb_init +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0xecc6f7b9 sun4i_dclk_create +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0xf67b90fc sun4i_lvds_init +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun8i_tcon_top 0x350e5dcd sun8i_tcon_top_of_table +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun8i_tcon_top 0x397b657b sun8i_tcon_top_de_config +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun8i_tcon_top 0xc08dac20 sun8i_tcon_top_set_hdmi_src +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x002af148 ttm_bo_move_to_lru_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x054958bf ttm_bo_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x05929baf ttm_pool_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0c231474 ttm_kmap_iter_iomap_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x107fa937 ttm_bo_init_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1a4b17b4 ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1a71d30c ttm_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1df66b4c ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x24bd9687 ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2c8c16ea ttm_bo_vm_access +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x301fb7da ttm_bo_vm_fault +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x30c4b8cd ttm_bo_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x32375a5b ttm_bo_vm_open +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x386e70dc ttm_resource_manager_usage +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4367c9cd ttm_bo_wait_ctx +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x45eda573 ttm_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x519763cc ttm_resource_manager_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x56cc5459 ttm_bo_vm_dummy_page +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x57d8b3ce ttm_bo_pin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x58447e3d ttm_glob +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x59c1918d ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5ace0586 ttm_bo_set_bulk_move +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5af89fdc ttm_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x69cc2943 ttm_tt_pages_limit +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6a5211d4 ttm_resource_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6bf276b9 ttm_bo_vunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x75bf1d1c ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x787dbba1 ttm_range_man_fini_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7a4a8a68 ttm_lru_bulk_move_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7b7aa5a2 ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7ebf7755 ttm_lru_bulk_move_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x883c23cc ttm_pool_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8998c9e8 ttm_pool_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9d14e108 ttm_bo_vm_close +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa2b5be99 ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa4362f00 ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa4e7c13a ttm_device_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xac37979a ttm_kmap_iter_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xac72d5bd ttm_bo_move_sync_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb0770f5f ttm_pool_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xba67e275 ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc2aa4aff ttm_bo_vmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc3538caf ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc5d8bd37 ttm_resource_manager_evict_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc6717428 ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc749832c ttm_bo_vm_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xca6e1819 ttm_resource_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xccf3cc2e ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcd76e026 ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd0e4b488 ttm_resource_manager_debug +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd170ca60 ttm_device_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xda67a438 ttm_resource_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xde6fa8f0 ttm_bo_unpin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe196eab1 ttm_bo_init_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe43005fe ttm_pool_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe6da1547 ttm_sg_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xeef5e00d ttm_range_man_init_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf66c87e9 ttm_bo_vm_fault_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfb560cbd ttm_bo_eviction_valuable +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfd0bc652 ttm_resource_manager_create_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xff4542fc ttm_device_clear_dma_mappings +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x01207ad2 host1x_syncpt_get_by_id_noref +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x0e466827 host1x_bo_unpin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x10798f7b __host1x_client_init +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x147f5afc host1x_syncpt_get_by_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x187431f1 host1x_syncpt_alloc +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x25670d6a host1x_channel_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x278ef1bd host1x_bo_pin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x27bb468c host1x_fence_create +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x345d1abc host1x_job_submit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x3eaeaf39 host1x_syncpt_read_min +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x4a8dc74b host1x_client_resume +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x51de13ce host1x_syncpt_base_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x529162d5 host1x_job_add_gather +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x59a634df host1x_client_unregister +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x656c5c2a tegra_mipi_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x68d3ec7a host1x_syncpt_read_max +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x691dcfc9 host1x_job_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x6d0fb551 host1x_channel_stop +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x716e0db7 host1x_device_exit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x72e78e54 tegra_mipi_start_calibration +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x813f5303 host1x_syncpt_incr_max +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x83ae6750 host1x_syncpt_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x8484052a host1x_syncpt_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x8a2e124f host1x_syncpt_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x8d75f2df host1x_job_pin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x936ef592 host1x_job_alloc +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9451a33e tegra_mipi_free +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9936cc59 host1x_job_add_wait +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x99aa1cbd host1x_syncpt_read +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x99acce58 host1x_job_unpin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9be95e1e host1x_syncpt_release_vblank_reservation +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9f042942 host1x_fence_cancel +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa09b7b8b host1x_syncpt_wait +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa1ddc91e host1x_client_suspend +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa2ec1042 host1x_syncpt_get_base +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa5d450ec host1x_driver_register_full +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa733ff60 tegra_mipi_disable +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xad18ea3e host1x_syncpt_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xb9a752b9 host1x_client_exit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xbcbe65a0 tegra_mipi_finish_calibration +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xcf63c5cb host1x_channel_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xcfcded51 host1x_job_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xd464146e __host1x_client_register +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xde143aa5 host1x_channel_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xec03a793 host1x_get_dma_mask +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf511a079 host1x_syncpt_incr +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf8a79b19 tegra_mipi_enable +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf99b0285 host1x_device_init +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xfcb01fe4 host1x_driver_unregister +EXPORT_SYMBOL drivers/hid/hid 0x3078ef6b hid_bus_type +EXPORT_SYMBOL drivers/hv/hv_vmbus 0xc9457526 vmbus_sendpacket_getid +EXPORT_SYMBOL drivers/hv/hv_vmbus 0xd0422459 vmbus_sendpacket +EXPORT_SYMBOL drivers/hv/hv_vmbus 0xe73a93a2 vmbus_recvpacket +EXPORT_SYMBOL drivers/hwmon/adt7x10 0xcec3e2b8 adt7x10_dev_pm_ops +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x2f9e7f8e vid_which_vrm +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x446615bd vid_from_reg +EXPORT_SYMBOL drivers/hwmon/ltc2947-core 0xcf5a630d ltc2947_pm_ops +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x01568393 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x96ec3b26 sch56xx_read_virtual_reg12 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xaa17a737 sch56xx_write_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xb37b9b81 sch56xx_read_virtual_reg16 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xec2d439e sch56xx_watchdog_register +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x60aa4cda i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x7f1558d8 i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xb5938f84 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x43a54571 i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xa5ac0ad5 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0x93f1f8f6 amd756_smbus +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x10a4c688 qcom_adc5_hw_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x1fcd0103 qcom_adc_tm5_gen2_temp_res_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x39885d6b qcom_adc_tm5_temp_volt_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x401dc869 qcom_vadc_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x47f699dd qcom_adc5_decimation_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x4e64cdb9 qcom_adc5_hw_settle_time_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x53546ecd qcom_adc5_avg_samples_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x70e6eca1 qcom_vadc_decimation_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0xc61e7a34 qcom_adc5_prescaling_from_dt +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0xc15dc478 iio_triggered_buffer_setup_ext +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0xd1ca42cd iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x5585498f iio_kfifo_free +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0xcf956501 iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/imu/fxos8700_core 0x99d7398e fxos8700_regmap_config +EXPORT_SYMBOL drivers/iio/industrialio 0x03efc481 iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0x08b3ca0d iio_device_set_clock +EXPORT_SYMBOL drivers/iio/industrialio 0x1abba5f2 iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x2ec7be83 __iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x311a4fc7 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x37ccf501 iio_trigger_validate_own_device +EXPORT_SYMBOL drivers/iio/industrialio 0x3d1fe012 iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0x47649695 iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0x7c692d50 iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0x7cc89529 iio_trigger_set_immutable +EXPORT_SYMBOL drivers/iio/industrialio 0x963d81d6 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xa1e523e6 iio_trigger_using_own +EXPORT_SYMBOL drivers/iio/industrialio 0xb34d2e69 iio_device_get_clock +EXPORT_SYMBOL drivers/iio/industrialio 0xb42b58cf iio_get_time_ns +EXPORT_SYMBOL drivers/iio/industrialio 0xbc31a1cc iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0xc3e24c2c iio_trigger_poll_nested +EXPORT_SYMBOL drivers/iio/industrialio 0xc89521f2 __iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0xc95f6ab2 iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0xceadd7b9 iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0xcebd4b8b iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0xd6ae049d iio_read_mount_matrix +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xe81562ec iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio-configfs 0xb0bb950d iio_configfs_subsys +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x1a8ee251 iio_register_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xa8765e05 iio_sw_device_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xde60bd2c iio_unregister_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xea604aea iio_sw_device_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x4457ef5a iio_sw_trigger_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x87573592 iio_register_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xbfc5fd58 iio_unregister_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xccb3af67 iio_sw_trigger_destroy +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x61be5eea iio_triggered_event_setup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x7ceae672 iio_triggered_event_cleanup +EXPORT_SYMBOL drivers/iio/pressure/bmp280 0xd9ddce0e bmp280_dev_pm_ops +EXPORT_SYMBOL drivers/iio/trigger/stm32-lptimer-trigger 0x9c28bb5b is_stm32_lptim_trigger +EXPORT_SYMBOL drivers/iio/trigger/stm32-timer-trigger 0x3c0de8b4 is_stm32_timer_trigger +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x0a4e9b1a ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x0f90a530 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x373b220a ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x3d86355b ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x409a593d ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x63ac07f2 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x69824a14 ibcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x70e35e4a ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x793a2334 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9e3b02b0 ib_cm_insert_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xb9f3f310 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc50b51d6 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd4159aa0 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd82f9a17 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xdd9a0693 ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xfd87b144 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00769ece ib_get_net_dev_by_params +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00cd25ea ib_get_rdma_header_version +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x04006b62 ibdev_alert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x075fe5b9 ib_create_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x07dd9a55 ib_mad_kernel_rmpp_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x07e2d7e8 ib_qp_usecnt_inc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x07f2a05f ib_dma_virt_map_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x08cc4d99 rdma_create_user_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0afe4af5 ib_set_device_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0b77fe71 rdma_rw_ctx_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c86f5cb ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0d3354a6 rdma_alloc_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0e761c03 ib_create_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0f537c2e ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x149d509c rdma_rw_mr_factor +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x14c958b2 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x15148fb5 rdma_rw_ctx_signature_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x161d4ab4 rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x17840d76 ib_cq_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x19a76917 rdma_rw_ctx_post +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1a145cad ib_destroy_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1b75664d ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1c752675 rdma_restrack_set_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1cf55506 rdma_query_gid_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1d386a72 rdma_link_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e62f567 rdma_destroy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e7ca3f5 ibdev_info +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x241969e6 ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2423da37 ibdev_emerg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x299bb6b6 ib_get_vf_stats +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2e90c598 rdma_hold_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2e9ea5bb ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ee63d05 rdma_find_gid_by_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x30260771 ib_get_eth_speed +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x305e5701 rdma_addr_size_kss +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x318bee6b ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x32466135 ib_alloc_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x36685552 ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3749e35f ib_get_cached_port_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x387eb45b ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x39055e1c rdma_restrack_get_byid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3e569464 ib_cq_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3ed03f5b rdma_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3f342137 ibdev_err +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fc2387c ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x40fb2786 ib_free_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x41e2d947 ib_drain_sq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x41fcbdbc rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x42bd4ed5 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x434c5d10 zgid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x439ce33c ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45fb8985 rdma_nl_chk_listeners +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x46ac96ae rdma_nl_stat_hwcounter_entry +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x47a9b8a5 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x49dffa61 ib_create_qp_kernel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4c1826f4 rdma_user_mmap_entry_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4c1de4a3 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4ca44e7c ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4da64651 ib_port_unregister_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e155af0 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e90435c ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5087a416 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5155d83d __ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x524c472b rdma_nl_put_driver_u32_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x538904fa ib_destroy_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5530e097 ibdev_notice +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55bb02f3 ib_cache_gid_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x56cab975 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58430575 rdma_roce_rescan_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58df5b94 ib_get_gids_from_rdma_hdr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5903e0e4 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5b549d0f rdma_restrack_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61373fd2 __rdma_block_iter_next +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x613b1e2e ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61d24c52 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x64d2552b ibdev_warn +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x652634b2 rdma_copy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x66930e4d ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x680e3cfd __rdma_block_iter_start +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x69e34b61 rdma_nl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b958320 ib_ud_ip4_csum +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6baf47be __ib_alloc_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6d78ba20 ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6dca5053 ib_get_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6eb59907 rdma_set_cq_moderation +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f3614b6 rdma_is_zero_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6fc987d6 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x70807834 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x71b1f873 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x72cd9a69 rdma_nl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x72f18876 ib_device_get_by_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73baf9a2 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x741e181d ib_advise_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x74bb440d rdma_rw_ctx_wrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75a729a0 rdma_nl_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x76313d65 ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x787ccc4c ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7a074112 rdma_nl_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7d53ace9 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7f76577e ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8049cba3 ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8221174d ib_mr_pool_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8490021e ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x88e9ff62 rdma_restrack_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x89683b4a ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x89a32040 rdma_restrack_add +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8c56a270 ib_set_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8c5a2f8a rdma_dev_access_netns +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8e1a273e ib_get_vf_config +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x907b5f2b ib_device_set_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90e434c9 rdma_read_gid_attr_ndev_rcu +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90e807c7 ib_cache_gid_parse_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9106652a ib_rdmacg_uncharge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x91286e89 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x929c4bb9 rdma_umap_priv_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x940f2852 rdma_nl_put_driver_u64 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9584ba7b rdma_nl_put_driver_u64_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x97fc2629 ibdev_printk +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x980ecb50 ib_port_immutable_read +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9838214c ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x99662549 rdma_restrack_del +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9a1a4d7e rdma_read_gid_l2_fields +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9acea4b7 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9bd8e2b9 ib_device_get_by_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa14f9d94 ib_dealloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa181e78c ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa7971b92 ib_mr_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa7b60057 ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa7cfca79 rdma_move_grh_sgid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa88a8085 ib_alloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa95a5984 rdma_user_mmap_entry_get_pgoff +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa9e1894f rdma_put_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaa8219d8 rdma_user_mmap_entry_insert_range +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab0d4753 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaba2c1e8 rdma_restrack_parent_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xac0c100e rdma_nl_put_driver_string +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xac8d8c3d ib_map_mr_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae956dce ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaefebca9 ib_create_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xafb8b30b ib_port_sysfs_get_ibdev_kobj +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb02c2dc0 ib_get_device_fw_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb0c8f03d rdma_rw_ctx_destroy_signature +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb490021e rdma_read_gid_hw_context +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4c40040 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4f80150 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4fb0a78 rdma_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb557187a ib_modify_qp_with_udata +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb69cd607 rdma_restrack_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb6dc4057 __ib_alloc_cq_any +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb78459ef ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7852a05 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7ab63bc rdma_alloc_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb82a13c9 rdma_user_mmap_entry_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbd907c2f ib_reg_user_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbe2c6588 ib_drain_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc042bd3b rdma_user_mmap_entry_insert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc0833c0b ib_mr_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc23b9f24 rdma_copy_src_l2_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc35e7e13 ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc3c7462b ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc71230ed rdma_link_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8d38664 rdma_free_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc9bcb623 rdma_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xca6fc42d ib_drain_rq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xccf2d313 ib_init_ah_attr_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcd3c6b86 ib_dealloc_pd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcd87dcfd ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcf803e73 ib_rdmacg_try_charge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0478dc4 ib_unregister_driver +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd1f98c21 ib_get_cached_subnet_prefix +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd21bb37a ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd2392ebc ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd358385b ib_sg_to_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd588cd44 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd634884b ib_map_mr_sg_pi +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6636ca6 rdma_addr_size_in6 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd726c87b ib_init_ah_attr_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd81d3616 ib_alloc_mr_integrity +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd826c8de ib_port_register_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd861f10c ib_device_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd94ac382 ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdb55234f rdma_replace_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdc14c4ec ib_unregister_device_queued +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdd0ed1ba ib_process_cq_direct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdfb22b2a ib_qp_usecnt_dec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe11451e4 ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe2edae2c rdma_user_mmap_io +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe37a622c ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe38c2250 ib_unregister_device_and_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe3f60335 ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe46c6a38 ib_destroy_wq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe480029a ib_set_vf_link_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5840ec6 ib_wc_status_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5fbfbac ib_destroy_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe61bcb14 ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7b52e5f mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe99da5a9 rdma_user_mmap_entry_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9e799fc ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xea7f72e4 rdma_nl_unicast_wait +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xead4da9d ib_mr_pool_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xebc3b840 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xebde590e _ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xec7a08f4 rdma_destroy_ah_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xecd1587a ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xef51dab4 rdma_nl_put_driver_u32 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xef8a24cf roce_gid_type_mask_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf0ee9932 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf1e6b797 rdma_restrack_new +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf2542822 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf27242a4 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf47299ec rdma_init_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5dedb30 rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6ed3334 ib_event_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf70001b7 rdma_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf9005a4d rdma_move_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf9fbf767 ibdev_crit +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc2941a8 __ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc7344ff rdma_rw_ctx_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfd271864 rdma_get_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfed1d9a0 rdma_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xff20137f ib_create_qp_security +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x141412ed ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x141e89cb uverbs_copy_to_struct_or_zero +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x16dbff7c ib_uverbs_get_ucontext_file +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x171c89bb flow_resources_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1cda8a8a ib_uverbs_flow_resources_free +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1e4bf0aa ib_umem_copy_from +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x220561aa ib_umem_odp_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2392aafa uverbs_uobject_fd_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2d1c5a11 ib_umem_dmabuf_map_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x36c34dc6 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x38bff695 ib_umem_odp_map_dma_and_lock +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3c9fe381 uverbs_uobject_put +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x41dd3b35 uverbs_finalize_uobj_create +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5943121e ib_umem_odp_alloc_child +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5d509330 uverbs_copy_to +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x66822137 ib_umem_dmabuf_get_pinned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x691f8a29 ib_umem_odp_alloc_implicit +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x6f6f0278 flow_resources_add +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x754b0000 ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7f025764 uverbs_get_flags32 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x83cc820e uverbs_idr_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x852e7aed ib_umem_odp_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x87c8d9a1 ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8f2ff622 ib_umem_dmabuf_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8fdcd602 uverbs_get_flags64 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8ffcd116 uverbs_fd_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9989d73c ib_umem_dmabuf_unmap_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9f12b1ee _uverbs_get_const_unsigned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xae956213 _uverbs_get_const_signed +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xaf430404 ib_umem_odp_unmap_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc0044395 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xdf01eaee uverbs_destroy_def_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe0d71317 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf58a491a ib_umem_find_best_pgsz +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xfd75df98 _uverbs_alloc +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x13072860 iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x2604d5e1 iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x4a00cda7 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x66a36865 iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x7e3222bc iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x8ffb5590 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x941b9ff3 iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf3df871f iwcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xfdec0cd4 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x09186a72 rdma_consumer_reject_data +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0db2fcf1 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1626e72b rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1d4d6b98 rdma_set_ib_path +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2414d69b rdma_set_ack_timeout +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x31011ac3 rdma_unlock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3be611b5 rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x41dcb10f rdma_accept_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x491e7308 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4cf8820b rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x521319a6 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x579bb667 rdma_connect_locked +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x665f3176 rdma_read_gids +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x686db186 rdma_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6b0db918 __rdma_create_kernel_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x730d53b4 rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x74718aa0 rdma_lock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7ecacf32 rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8007c39d rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x85a983b2 rdma_connect_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8b6a82f9 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x907df803 rdma_event_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x915cd17b rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9fc5ed44 rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb5236ed2 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xbb3c37a3 rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xbe9cea45 rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc3d358c5 rdma_create_user_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xcbfc1de1 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd960f476 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xdfeb9348 rdma_res_to_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe829116e rdma_set_min_rnr_timer +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xea8f1ffb rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf5e5cd20 rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf88cd01a rdma_iw_cm_id +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x199dc264 rtrs_clt_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x25ff52cd rtrs_clt_put_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x58cfe6fc rtrs_clt_query +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x612b8d3c rtrs_clt_rdma_cq_direct +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x8fc89749 rtrs_clt_request +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xbe4c5923 rtrs_clt_get_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xbed322e2 rtrs_clt_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x242a8646 rtrs_addr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x4282aee1 rtrs_rdma_dev_pd_init +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x6e385f7c rtrs_ib_dev_put +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x887302f3 rtrs_addr_to_sockaddr +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x9e4248bc rtrs_rdma_dev_pd_deinit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xe15357ef sockaddr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xe55bb577 rtrs_ib_dev_find_or_add +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x4d1bf31c rtrs_srv_resp_rdma +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x776c6d83 rtrs_srv_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x8c2cd69b rtrs_srv_get_path_name +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x8f7ec6c8 rtrs_srv_get_queue_depth +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xf11c9d39 rtrs_srv_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xf780f2ca rtrs_srv_set_sess_priv +EXPORT_SYMBOL drivers/input/gameport/gameport 0x026b1bf6 gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x2293e037 __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x44b97637 gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x450619be gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0x564e5a7b gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x7b5860f7 gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0x842448b4 gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0xb21f77a1 gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xc3da5287 __gameport_register_port +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x1fa1c756 iforce_process_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x4ff213c3 iforce_send_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x9293f5f1 iforce_init_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0xb01f39be matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x63e3455c ad714x_probe +EXPORT_SYMBOL drivers/input/misc/ad714x 0xc63cc286 ad714x_pm +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x892d76b2 cma3000_resume +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x89d9444e cma3000_exit +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0xa62035b0 cma3000_init +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0xca3f100a cma3000_suspend +EXPORT_SYMBOL drivers/input/rmi4/rmi_core 0x39fc1dbe rmi_unregister_transport_device +EXPORT_SYMBOL drivers/input/sparse-keymap 0x0698f8f0 sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0x0761769f sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0x11d1a3e7 sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x3a8015e7 sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0x6ed78a0f sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x270dceae ad7879_probe +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xcf339f1f ad7879_pm_ops +EXPORT_SYMBOL drivers/interconnect/qcom/icc-smd-rpm 0xae142f9b qnoc_remove +EXPORT_SYMBOL drivers/interconnect/qcom/icc-smd-rpm 0xd7cfabad qnoc_probe +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x50b448d3 capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xaddc164d attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb3fb2e7e detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xbae37ea9 capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xcb3203a0 capi_ctr_down +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0x27c58fd5 isdnhdlc_decode +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0x4644eea5 isdnhdlc_out_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0x5b835a58 isdnhdlc_rcv_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0xef4ee223 isdnhdlc_encode +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x2614c218 mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x65878da6 mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xbe790022 mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xbef5cc8a mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x980faa15 mISDNisar_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xb0e331d6 mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x0209e709 recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x03a68066 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x0b05346d mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x0b1f23c6 mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x0bef01b7 recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1049024c recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1057d4f4 mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x121ffe58 mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x159848cb mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x248630d9 recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x26236de8 mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x265bd8d3 queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x30d25b0d mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x313b1fde mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3185123d mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x37c5fc74 mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4248049c mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x44df4fff bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x5523d4c5 bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x57742e23 mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6047df40 mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9c928457 mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb6394c2d get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc82f587b mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xcbd0ec96 dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd285995f mISDN_clock_get +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd5145151 mISDN_FsmEvent +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe1018fd5 recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe7733cdf get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf5910ad2 mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xffdf097a create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x01087af0 mISDN_dsp_element_unregister +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x93df9e4b dsp_audio_law_to_s32 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb07a21b8 dsp_audio_s16_to_law +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb98308d8 mISDN_dsp_element_register +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x54a12ec4 ti_lmu_common_set_ramp +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x5e4cef96 ti_lmu_common_get_brt_res +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x9c2743cf ti_lmu_common_get_ramp_params +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0xced72aae ti_lmu_common_set_brightness +EXPORT_SYMBOL drivers/mailbox/mtk-cmdq-mailbox 0xef054814 cmdq_get_shift_pa +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x1755380f omap_mbox_request_channel +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x8153ab46 omap_mbox_disable_irq +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x917f855a omap_mbox_enable_irq +EXPORT_SYMBOL drivers/md/dm-bio-prison 0x476d2454 dm_cell_key_has_valid_range +EXPORT_SYMBOL drivers/md/dm-log 0x108ea976 dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0x4c80fb5d dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0x726608c5 dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-log 0xbd7848c3 dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0x3100ac11 dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0x326e4e44 dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x4a87a7ce dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0x9a5667cc dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0xcfc9c095 dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0xd72a165c dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/raid456 0x0339a6d3 raid5_set_cache_size +EXPORT_SYMBOL drivers/md/raid456 0x653089de r5c_journal_mode_set +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x199040ca flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x312145f8 flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x36c78067 flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x441a9ef9 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x45375b32 flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x528109e8 flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x743e6c39 flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x8ca6bb4d flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x9a6d4feb flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xa74d3215 flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xbeefcb11 flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xf1f71867 flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xfda8d965 flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/cx2341x 0x15ac1bd0 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/common/cx2341x 0x28240e61 cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/common/cx2341x 0x55aa7c5f cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x5b5cc43e cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x62f99071 cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0x7b4dd2cb cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0x8046dbdd cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cx2341x 0xb3ece56b cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cx2341x 0xdbc5583a cx2341x_update +EXPORT_SYMBOL drivers/media/common/cx2341x 0xe1fe1432 cx2341x_log_status +EXPORT_SYMBOL drivers/media/common/cx2341x 0xf48eb78c cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0xcb825b94 cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0x0cbc569e ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0x693e74ba ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/common/tveeprom 0x0dbf0296 tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/common/tveeprom 0x1d540b69 tveeprom_read +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x065246b8 frame_vector_create +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x0d948de1 vb2_verify_memory_type +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x1b700d37 put_vaddr_frames +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x1d5f9555 frame_vector_destroy +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xa480b668 vb2_buffer_in_use +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xc5e5573a frame_vector_to_pages +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xdffb744b frame_vector_to_pfns +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xe20dfe0f get_vaddr_frames +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x1e1691d9 vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x8d81be57 vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x8f6a7759 vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xa167480b vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xc34cf76e vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xf9d78b4f vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-memops 0xc7c2b85f vb2_create_framevec +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-memops 0xccd197c7 vb2_destroy_framevec +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-v4l2 0xfd1bd40b vb2_querybuf +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x01e884e6 dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x01ebf7a8 dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x08733236 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x16dcd144 dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x18acd31f dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1f33e13f dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2a775728 dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2f5cdf80 dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3165e689 dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3409ca64 dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x347bee89 dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x36278498 dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3b93d71a dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4040de20 dvb_device_get +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4c616adf dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x54abe4ff dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5f2b1d95 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5f6d14c2 dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x604e7258 dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6181aec0 dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x63b0079f dvb_remove_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6a9f708a dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x75fe2109 dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x76fe8a0d dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x796b111b dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7a56ad9c dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8c54b0f8 dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x91a6794b dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9263a063 dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9df1d14d dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa4235824 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa65a3ae0 dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb3352dd2 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb70c2b0a dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc3f679f9 dvb_ringbuffer_write_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc9effaca dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdf172e1a dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe138ce6b dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xebbc2d9b dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf4cd50a3 dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfb09f39a dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfb9a826f dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfc6380e5 dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x0daa5795 au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x7428be81 au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x99d46eb5 au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x9a305012 au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xae4378ec au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xc22678d0 au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xc3674a37 au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xc8ee9e02 au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xe5cda5c4 au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x091180be cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x63afe295 cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x18f827f9 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xda088185 dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xf244c0db dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xf8e0953f dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x54997112 dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x56e86b19 dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x57343212 dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x59fb42b4 dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x79ee72d9 dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x8d57370f dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xa07fd113 dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xcd2101db dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xde11835d dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xe7dc1dbd dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xf712415a dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xfc72f6e8 dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xfde75b75 dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x14c910c4 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x1dc1dfbf dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xc47e0ddc dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xc8f7decb dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xd4ff155e dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x486bddb7 dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xdd7e5d84 dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xe125fa42 dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x08dec934 dib9000_fw_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x17213a3c dib9000_get_component_bus_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x193ca642 dib9000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x249af865 dib9000_firmware_post_pll_init +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x2d00b91b dib9000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x7675e214 dib9000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x83220842 dib9000_fw_set_component_bus_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x84c58bb4 dib9000_fw_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xbbda2fe7 dib9000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xcf84d373 dib9000_get_tuner_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xe58c9391 dib9000_set_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xe828738f dib9000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x1d59b8ab dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x2a6eb4ca dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x55d84aac dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x718d9e28 dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xb9409376 dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x60357e21 dvb_dummy_fe_ofdm_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0xcbfb5a49 dvb_dummy_fe_qpsk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0xcf312808 dvb_dummy_fe_qam_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gl5 0xa6db53e6 lgs8gl5_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbh29 0x45ddd343 lnbh29_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0x00e780af m88ds3103_get_agc_pwm +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x74400f0e s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0x43d4e52e zd1301_demod_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0xfc4f9d17 zd1301_demod_get_dvb_frontend +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x0c886223 flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x14ffd30c flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x4a053291 flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x54eb1aad flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x5d752a3b flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xb91ea75b flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xebf0b202 flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x0e8c370b bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x3091ae9a bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x97301873 bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xa572429d bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x4ac857a7 bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x70cb3a76 bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8ecf4acc bttv_write_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x92c57d15 bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbcf2d2fb bttv_read_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x1e497b0b rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x1f333b7a dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x33e39f97 dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x43a983fd dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x631e808e dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x973eb52f write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x9fe5953c dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xb4318404 read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xf85521ca dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x079872aa cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x4e34a87e cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xc01231f1 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xc20e0ba0 cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xf41c16ef cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x1ab311dc altera_ci_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6ff7510d altera_ci_tuner_reset +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xdb3faf38 altera_ci_release +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xe66b9812 altera_ci_irq +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x1aba05b2 cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x1cc6982d cx25821_riscmem_alloc +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x1f196afd cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x44b517f5 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x5626bb51 cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xc0011965 cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xc0375be7 cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe9050411 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xea13c03e cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x07a2b516 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x5de7a227 vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x04a23a56 cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x1763686f cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xbd1951b7 cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xc5370e08 cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x174b3d77 cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x1dc65c3a cx8802_start_dma +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x3fd781a4 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x439daaa2 cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x48a31f8c cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x4c3ca21a cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x5c52c859 cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x044c8d99 cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x055e76ff cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x08651f3c cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x0d1be47a cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x114d24ea cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1e6cdc31 cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3491e7c2 cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x354860ad cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x38ada6e4 cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3a8085b9 cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x59857a19 cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5d64ce46 cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5edb7ae5 cx88_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x80113068 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8bb074c0 cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8d88137a cx88_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x9220ccf2 cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xbac8c923 cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc16c98da cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd0e2b773 cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd290f147 cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xdb0f820b cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x0650bbfa ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x4184ed6e ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x46a6c0f1 ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x4fb8e09d ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x6898242d ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x6ca5dc67 ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x77090389 ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x7bf91be2 ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x7d133d60 ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x97bccb46 ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb2f1441c ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xba68deb0 ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xbb05b2bb ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc866738c ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd50655ca ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd6b0c06f ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xfa97e19f ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x04e83446 saa7134_tuner_callback +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x0511bb77 saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x070687a3 saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1211df5d saa7134_devlist +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x237f44dc saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x31fdb021 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x616b2f37 saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x62e19421 saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x730c4be3 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x8f1ad46b saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x92ea4a25 saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb8bb5336 saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xc93d206b saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xdc2cc33d saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xef1587a9 saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/platform/allegro-dvt/allegro 0x2c79d0f2 msg_type_name +EXPORT_SYMBOL drivers/media/radio/tea575x 0x119d0569 snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x306f2c02 snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0x83b9e054 snd_tea575x_enum_freq_bands +EXPORT_SYMBOL drivers/media/radio/tea575x 0x902598e9 snd_tea575x_s_hw_freq_seek +EXPORT_SYMBOL drivers/media/radio/tea575x 0xce45ccc5 snd_tea575x_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0xd7155de5 snd_tea575x_g_tuner +EXPORT_SYMBOL drivers/media/radio/tea575x 0xf764296c snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/rc/rc-core 0x01098f88 ir_raw_encode_scancode +EXPORT_SYMBOL drivers/media/rc/rc-core 0x2fe55cf5 ir_raw_gen_pd +EXPORT_SYMBOL drivers/media/rc/rc-core 0x489b2288 ir_raw_handler_register +EXPORT_SYMBOL drivers/media/rc/rc-core 0x7a02ee87 ir_raw_gen_pl +EXPORT_SYMBOL drivers/media/rc/rc-core 0x9f5247e0 ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/rc/rc-core 0xb5516017 ir_raw_encode_carrier +EXPORT_SYMBOL drivers/media/rc/rc-core 0xce3696f3 ir_raw_gen_manchester +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x1472b6e4 fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xdf4a8b66 fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x4c48939e tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x9e6db016 cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xc52235dd cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x14c193c0 dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x203dd322 dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x5eb32fd4 dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x66372f72 dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x8e7585fc dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xb35a20f7 dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xcfff6fa3 dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xd6285bcc dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xe0f6476e dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x24837aa0 dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x300f5ed4 dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x56c5fa5d usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x634269af dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x73b3e2db dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x8b6f5395 dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xe6e0cb5f dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x2afe4d87 af9005_rc_decode +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x341530cb rc_map_af9005_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0xd4e288db rc_map_af9005_table_size +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x346e17f4 dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x6d4453e1 dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x78895674 dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x8bee0a3b dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x93822ecb rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xc0eba72e dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xc2f7de8b dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xd1249625 dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xe9355a0b dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xf0219e80 dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0x4434e579 dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0xdafe930c dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xecf73413 em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xed9109be em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x1176625b go7007_read_addr +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x267ff921 go7007_parse_video_stream +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x4a82132b go7007_snd_remove +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x4e39868f go7007_update_board +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x5feda080 go7007_snd_init +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x811acb1b go7007_boot_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xa05697db go7007_register_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xa7d55c05 go7007_read_interrupt +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xe57ac1f0 go7007_alloc +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x17a02581 gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x24dfe3ed gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x31e011b0 gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x331f6830 gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x4e0ed9f8 gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x626b7e5d gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x63732bd3 gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xaf3e892f gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xd34a55e2 ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xf88d5428 ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x0176cf7b v4l2_async_subdev_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x0943e71b v4l2_async_nf_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x1032f177 v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x33f6490c v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x51d7ebf3 v4l2_async_nf_init +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xa1f1e8a9 v4l2_async_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x065b794a v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x459e133f v4l2_m2m_get_curr_priv +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x5352d022 v4l2_m2m_resume +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x7e5764f0 v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xb9472fa4 v4l2_m2m_buf_done_and_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xbcb976bd v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xf626dd03 v4l2_m2m_suspend +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0358ba9f v4l2_subdev_call_wrappers +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x060a9431 video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x082737e8 v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0ae64a5e v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0c58a467 video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1396361b v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16da65f9 __v4l2_ctrl_modify_dimensions +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x19e56e82 __v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1d08ae83 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2020cd55 v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x21563081 v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x25b50113 v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x285f748e v4l2_query_ext_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2cbb3710 v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x30b063c7 v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x315de2cf v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x32d43420 v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x34e5b5a0 video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x35ff98bf v4l2_format_info +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3adbd595 v4l2_field_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3b86cd9a v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3bdd0f94 v4l2_prio_change +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3da44687 v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x42248d9a v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x429ada03 v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x474872a6 v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4b3d029a v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x50152667 v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x536964a5 v4l2_ctrl_type_op_equal +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x54cf9dbe __v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5df2ae0a v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x66484820 video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6e29d4e8 __v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x71176a09 v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x73d5565e v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7ab19b02 v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7da916bb v4l2_ctrl_request_complete +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7e68e5a6 v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x824d6118 v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x89e3897d v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8b80ae3a v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x913887c3 __v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9df701c2 v4l2_ctrl_type_op_log +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9ed5fc76 v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa2d7f9f1 v4l2_ctrl_request_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xaac4c3d5 __v4l2_ctrl_s_ctrl_string +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xadd242f4 v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xaf95adfc v4l2_ctrl_type_op_validate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xafddf3c6 v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbcc085f4 __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbd08d875 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc96804a7 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc99e19e4 v4l2_ctrl_type_op_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcbf4582a v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcd7c9457 __v4l2_ctrl_s_ctrl_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcde84e8e v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd16d9c01 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdb70aac3 v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdb7efca8 v4l2_ctrl_new_std_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdcf8b345 v4l2_ctrl_new_fwnode_properties +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe31570ea video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xef7f2b8d v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf11f394b v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf50fecbc v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfcf649bc v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xff6ffb91 v4l2_s_ctrl +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x2a5e7eb8 rpcif_hw_init +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x35e233df rpcif_dirmap_read +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x7095c187 rpcif_prepare +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0xadcabc6e rpcif_sw_init +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0xb8ffec79 rpcif_manual_xfer +EXPORT_SYMBOL drivers/memstick/core/memstick 0x0aa159a4 memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x199305e6 memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x1be5caec memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x28379d07 memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x287277cb memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x3b1dcc00 memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x7a97c058 memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x800e078a memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa213e63b memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa265cecb memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xb7b9783e memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xc8b252a2 memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0xea2a06de memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xff873a69 memstick_resume_host +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x01d761e7 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x037d91ca mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0730491d mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1eb1a708 mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2904ff9c mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3614d344 mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x37d863fa mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4055dfb7 mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4124e15e mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x41a87dfe mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x426f2a28 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x43bd73e0 mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x537f7a9b mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x610b257e mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6190b64e mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x660b8f97 mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6979a940 mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6a58245d mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x74a0134a mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x750dc3ad mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x84f8d1b5 mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x920c53ed mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x981efe92 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9babc5ee mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa4cbd248 mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa5d065cc mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb3b6dfb3 mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbb9c3e3c mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbe1f196f mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc6d511e6 mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd233f9d8 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe6c1e126 mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf404ed1c mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x266d6894 mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2f508c72 mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x40e2b3c4 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x571550e7 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5b4118f9 mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x637916f9 mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x744e9092 mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x79d27696 mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7cb543c0 mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x803caf52 mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x83ed49e1 mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8ee87ed8 mptscsih_host_attr_groups +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x99346ffe mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa08f715c mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa728a4ac mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xadfe7c58 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb2839f82 mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb5134653 mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb68f8e28 mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xbc40b8c1 mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc4e337eb mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc70041b9 mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd6b0a4de mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xdcfc5e77 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe8380231 mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf75cc5cb mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xfa9d2066 mptscsih_shutdown +EXPORT_SYMBOL drivers/mfd/axp20x 0x48b4ded5 axp20x_match_device +EXPORT_SYMBOL drivers/mfd/axp20x 0x9e40be4b axp20x_device_remove +EXPORT_SYMBOL drivers/mfd/axp20x 0xa3f1fd34 axp20x_device_probe +EXPORT_SYMBOL drivers/mfd/dln2 0x5d57be01 dln2_transfer +EXPORT_SYMBOL drivers/mfd/dln2 0x9d85a0d6 dln2_unregister_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0xf0754592 dln2_register_event_cb +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x14cb125c mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x37e3d5f5 mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x3b3e1ceb mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x7275ca75 mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xb31bcde9 mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xb79bf507 mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xc09ac12d mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xc23123a2 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xce9d9f74 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xe1177668 mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xf2609d2b mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/qcom-spmi-pmic 0xbe7ed294 qcom_pmic_get +EXPORT_SYMBOL drivers/mfd/qcom_rpm 0xd520f912 qcom_rpm_write +EXPORT_SYMBOL drivers/mfd/tps65010 0x02d4ad0f tps65013_set_low_pwr +EXPORT_SYMBOL drivers/mfd/tps65010 0x0c6ad2cf tps65010_config_vdcdc2 +EXPORT_SYMBOL drivers/mfd/tps65010 0x28485130 tps65010_config_vregs1 +EXPORT_SYMBOL drivers/mfd/tps65010 0x33739de7 tps65010_set_vib +EXPORT_SYMBOL drivers/mfd/tps65010 0x9fd44c69 tps65010_set_led +EXPORT_SYMBOL drivers/mfd/tps65010 0xb14080cc tps65010_set_low_pwr +EXPORT_SYMBOL drivers/mfd/tps65010 0xd5bb106d tps65010_set_vbus_draw +EXPORT_SYMBOL drivers/mfd/tps65010 0xe99b3f36 tps65010_set_gpio_out_value +EXPORT_SYMBOL drivers/mfd/wm8994 0x193a9ef6 wm8958_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x2b00256f wm8994_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x86589cdb wm1811_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x9c23e679 wm8994_base_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0xe67f1546 wm8994_irq_exit +EXPORT_SYMBOL drivers/mfd/wm8994 0xe9e4aa10 wm8994_irq_init +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x7709f736 ad_dpot_remove +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xff9d3215 ad_dpot_probe +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x5bafa76e altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x7d52d056 c2port_device_unregister +EXPORT_SYMBOL drivers/misc/c2port/core 0xa0ef8c83 c2port_device_register +EXPORT_SYMBOL drivers/misc/tifm_core 0x0ffb277f tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x1525acb3 tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x1fd7a9c5 tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x3865c575 tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x519c9c3d tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x6df7759f tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x80ec1416 tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x9acfc3f4 tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0xb4902a53 tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0xc6103f7e tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xca4d17fc tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xf0acebac tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xf455b505 tifm_free_adapter +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x3e89268a cqhci_irq +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xb557cf9a cqhci_pltfm_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xbecf2f49 cqhci_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xc2c7f578 cqhci_resume +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xf35f2b4d cqhci_deactivate +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x937e2c9c dw_mci_runtime_resume +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x99393044 dw_mci_remove +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0xa87ee8e7 dw_mci_runtime_suspend +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0xdfe78880 dw_mci_probe +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x181fc9d1 mmc_spi_put_pdata +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0xe3ab5a6e mmc_spi_get_pdata +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x2ad488c6 cfi_build_cmd_addr +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x4a3ccba2 cfi_send_gen_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x8a828799 cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xc7813e24 cfi_merge_status +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xca8a5498 cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xce38841f cfi_build_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xe1c5f507 cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xff9fa623 cfi_udelay +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x517685b0 do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x613cfb9b unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x7881329d map_destroy +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x9384a71e register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0xb5d83763 mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0x2faee441 lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0xf3d491ef simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0xa111101f mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/mtd 0xa8b5c7b2 mtd_concat_create +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x102603bc mtk_ecc_get_parity_bits +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x5167e8d9 of_mtk_ecc_get +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x5437e775 mtk_ecc_disable +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x5de55d81 mtk_ecc_get_stats +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x6df58afb mtk_ecc_release +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x76e53683 mtk_ecc_wait_done +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x8dcc87d2 mtk_ecc_enable +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0xda64ef4a mtk_ecc_adjust_strength +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0xec8b9207 mtk_ecc_encode +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x09128913 nand_ecc_sw_bch_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x0954e996 nand_ecc_sw_bch_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x1e6798be nand_ecc_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x2ec2f0e0 nand_ecc_unregister_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x3825ff32 nand_ecc_sw_bch_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x38275c09 nand_ecc_register_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x3c801429 nand_ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x4e585817 nand_ecc_sw_hamming_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x5ec84264 nand_ecc_get_on_die_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x618c8f47 nand_ecc_sw_bch_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x78fda114 nand_ecc_sw_hamming_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x833e43bf nand_ecc_get_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x891c0b76 nand_ecc_get_sw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x8c24eda6 nand_ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x8d4dc022 nand_ecc_is_strong_enough +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x913c574e nand_ecc_put_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x9bfc647e nand_ecc_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xa01587fe of_get_nand_ecc_user_config +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xa3e8a567 nand_ecc_finish_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xe6db989b ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xed40be4c nand_ecc_sw_hamming_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xf195fb6a nand_ecc_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xf4a40201 nand_ecc_prepare_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xff4351b0 ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0x23303da0 onenand_addr +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0xa67f0c04 flexonenand_region +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x30db096f denali_calc_ecc_bytes +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x70d89d21 denali_init +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x736dc7f4 denali_remove +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x00355c0b nand_write_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x054daca3 rawnand_dt_parse_gpio_cs +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x1039bad1 nand_scan_with_ids +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x3ffb84ca rawnand_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x45c87b5f nand_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x853bc6aa rawnand_sw_bch_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8e648b76 nand_read_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8ecbb3b8 nand_check_erased_ecc_chunk +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x926c432a rawnand_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xa3a1e102 nand_create_bbt +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xc679fc92 rawnand_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xcd9f3694 rawnand_sw_bch_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xceac9443 rawnand_sw_hamming_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xd2f57852 nand_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xdd9f254d nand_monolithic_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xe1568f5b rawnand_sw_hamming_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xe6f746a2 nand_monolithic_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xfc97974c nand_get_set_features_notsupp +EXPORT_SYMBOL drivers/mtd/nand/raw/omap_elm 0x1ecd3543 elm_config +EXPORT_SYMBOL drivers/mtd/nand/raw/omap_elm 0x7e4d4f40 elm_decode_bch_error_page +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x0007c703 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x06cee903 arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x077e928e arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x1d8151d2 arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x321b60f7 arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6e428288 alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x908d10d5 arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xe159b5ae arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xe323ea58 free_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xed81ad9e arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xf923911e arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x725a8091 com20020_netdev_ops +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xaee59c40 com20020_found +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xe02ed224 com20020_check +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x2b799b4a ctucan_suspend +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x6ebeb399 ctucan_probe_common +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0xa5f5cfc4 ctucan_resume +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0x8c7c497e can_ethtool_op_get_ts_info_hwts +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0xd3c57285 can_eth_ioctl_hwts +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x02661624 b53_fdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x185c5ef8 b53_setup_devlink_resources +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2232698d b53_eee_enable_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x297a32bc b53_vlan_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x29882324 b53_br_flags +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2a4e8ed5 b53_set_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3019f4e7 b53_get_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3c4e9c5d b53_br_leave +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3dc3759f b53_vlan_filtering +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x418ff2f5 b53_mirror_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x451a8feb b53_brcm_hdr_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x4c0962e5 b53_switch_register +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x567cc587 b53_phylink_mac_link_up +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x572c6057 b53_configure_vlan +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x59f1a533 b53_phylink_mac_link_down +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5c9cd7a0 b53_get_sset_count +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x62b89226 b53_disable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x64d423f3 b53_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x76c3bbc4 b53_get_strings +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x84690ab1 b53_fdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x84edf5d1 b53_eee_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8b958bbc b53_get_ethtool_phy_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa05a866c b53_mdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa3a3b44b b53_fdb_dump +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb34c10c1 b53_imp_vlan_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc11e8d81 b53_port_event +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc3d4e1d1 b53_phylink_mac_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xcf3927d1 b53_br_fast_age +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd4bdf275 b53_mirror_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd560e548 b53_br_join +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xdd98268f b53_get_tag_protocol +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe4d2a323 b53_br_flags_pre +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xecb1ac3b b53_switch_detect +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xeea86339 b53_br_set_stp_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf1d0d49b b53_vlan_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf78994f1 b53_get_ethtool_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xffcab9c0 b53_mdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xffce0259 b53_enable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xb0bc40e3 b53_serdes_phylink_get_caps +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xc89d9447 b53_serdes_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xdb6c2a31 b53_serdes_phylink_mac_select_pcs +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xdf4dca23 b53_serdes_link_set +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x5c03dd9b lan9303_probe +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xada83f40 lan9303_register_set +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xb03740a4 lan9303_remove +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xeec9ec27 lan9303_shutdown +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x0126f35f ksz_switch_remove +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x17e60daf ksz_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x283b474d ksz_switch_register +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x587a333d vsc73xx_probe +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x9737208c vsc73xx_remove +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x99d242fe vsc73xx_is_addr_valid +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0xb5cb9937 vsc73xx_shutdown +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x26fb029f xrs700x_switch_register +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x2ccc7cee xrs700x_switch_shutdown +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x73bd8126 xrs700x_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x83b7b667 xrs7003f_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x8972bf7e xrs7004f_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xb25facfa xrs7003e_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xb89aa5e3 xrs7004e_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xd9f65433 xrs700x_switch_remove +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x468c2762 ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x52d28a83 ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x6b4b1c3c ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x70131f28 __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x94a006e2 ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xca2eaa19 ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xdaa6d463 ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xde528384 ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xf1670656 NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xff97caf5 ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/aquantia/atlantic/atlantic 0x9b089d76 aq_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x77d0dcf8 bnxt_register_dev +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0xa66df779 bnxt_unregister_dev +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0xacbf25d6 bnxt_send_msg +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0xfda8bf62 bnxt_register_async_events +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x352b7648 cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x438c28d7 cavium_ptp_put +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x4ff7f307 cavium_ptp_get +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x0d8be5fd bgx_lmac_rx_tx_enable +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x34eeb48a bgx_set_dmac_cam_filter +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x42264715 bgx_get_lmac_count +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x46cdf933 bgx_config_timestamping +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x539ca253 bgx_get_lmac_mac +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x60cd1f2f bgx_lmac_get_pfc +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x6ca2152d bgx_lmac_set_pfc +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x716fd7f0 bgx_reset_xcast_mode +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x72b238e4 bgx_get_rx_stats +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xbe654297 bgx_get_tx_stats +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xc397f585 bgx_lmac_internal_loopback +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xc82be691 bgx_get_map +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xd8ed0bcc bgx_set_lmac_mac +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xf101d1b2 bgx_get_lmac_link_state +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xff987a02 bgx_set_xcast_mode +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_xcv 0x13912e4b xcv_init_hw +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_xcv 0x4f739dc0 xcv_setup_link +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x0189c2c7 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x0df4eedd cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x0eb32bd6 t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x153d07c5 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x17a1cc87 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x1bf03877 cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x3f1fc78b cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x66508df9 t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x7a45b5ff cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x7ed9223f cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa3b52ea9 cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc36507c2 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc57f4c07 cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xcb60e4c2 t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xce24d840 cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf6bc0926 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x002f087c cxgb4_read_tpte +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0074270c cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x02320dce cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x06cbc597 cxgb4_check_l2t_valid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0d3f6284 cxgb4_smt_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0f1a5528 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x117ffd32 cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1b6331d1 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1b657b02 cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1cae80de cxgb4_crypto_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x30a0a6c2 cxgb4_update_root_dev_clip +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x349c2ca1 cxgb4_get_srq_entry +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x421adc92 cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x43986d8f cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x48a558df cxgb4_clip_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4b7bf306 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4e1a5dbb cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5835fcdb cxgb4_inline_tx_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5e5d9cff cxgb4_write_partial_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5ebbb1e6 cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6174eb9e cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x63cd64bf cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x66727af7 cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x66cfe574 cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x81978105 cxgb4_clip_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x82d25607 cxgb4_read_sge_timestamp +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x88bbdf6b cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8b90a374 cxgb4_port_e2cchan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x97f0cb24 cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x98893009 cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x99c5f41c cxgb4_reclaim_completed_tx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9ce2a62f cxgb4_l2t_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa8db193f cxgb4_smt_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xad6db7a7 cxgb4_immdata_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xaf41afaa cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbefc23f6 cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xca1b9023 cxgb4_map_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcac439cb t4_cleanup_clip_tbl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcae0b7b9 cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcb371c62 cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcf5a2927 cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd3891f7c cxgb4_ring_tx_db +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd9b0dba4 cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe385232c cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf618594e cxgb4_bar2_sge_qregs +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf7f53098 cxgb4_write_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfd87289c cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfe1b1998 cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x0eb04484 cxgbi_ppm_ppods_reserve +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x1bdaafe1 cxgbi_tagmask_set +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x255ab30f cxgb_get_4tuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x6934480a cxgbi_ppm_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x773fa068 cxgbi_ppm_make_ppod_hdr +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x77968dfc cxgb_find_route +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x806a1113 cxgbi_ppm_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x94093abf cxgb_find_route6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xd364b9e7 cxgbi_ppm_ppod_release +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x12382bcf enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x1579d803 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x94417898 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x947f1e34 vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xc756415c vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xcecc11e0 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x4e2e10d2 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x979083c7 be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xd4ffd2e8 be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/freescale/dpaa2/fsl-dpaa2-eth 0x4412391e dpaa2_phc_index +EXPORT_SYMBOL drivers/net/ethernet/freescale/dpaa2/fsl-dpaa2-eth 0x55bb587c dpaa2_ptp +EXPORT_SYMBOL drivers/net/ethernet/freescale/enetc/fsl-enetc-ierb 0x838f2c2c enetc_ierb_register_pf +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x8e4d9a51 fun_dev_disable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x924b08fd fun_dev_enable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x9d23fa63 fun_reserve_irqs +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xea894427 fun_release_irqs +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x39bdcfe5 hnae_put_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xa67c311b hnae_ae_unregister +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xaa5d4a8f hnae_get_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xb1266858 hnae_register_notifier +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xb5f833a9 hnae_ae_register +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xcf19b7a4 hnae_reinit_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xdf24adef hnae_unregister_notifier +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hns_dsaf 0x0bf2aca6 hns_dsaf_roce_reset +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x02567263 hnae3_register_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x396d7f29 hnae3_register_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x5f7fa144 hnae3_unregister_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x6b033b12 hnae3_set_client_init_flag +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x79a28bbc hnae3_unregister_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xb462803b hnae3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xcf9679e4 hnae3_register_client +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xedf8a818 hnae3_unregister_ae_algo_prepare +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x6b81e1d4 iavf_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x8ce3284b iavf_register_client +EXPORT_SYMBOL drivers/net/ethernet/intel/ice/ice 0x965ff908 ice_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/intel/ixgbe/ixgbe 0xbaa35511 ixgbe_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x073338a6 __traceiter_otx2_msg_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x157b1bcd otx2_mbox_destroy +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x24ec38de __tracepoint_otx2_msg_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x2a09a997 otx2_mbox_get_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x2d67ba24 otx2_reply_invalid_msg +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x364e8761 __SCK__tp_func_otx2_msg_interrupt +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x3b622568 otx2_mbox_reset +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x3c94833a otx2_mbox_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x461e892c otx2_mbox_check_rsp_msgs +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x6365a74f __SCK__tp_func_otx2_msg_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x64d026d8 otx2_mbox_regions_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x67812e86 __traceiter_otx2_msg_interrupt +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x6cf370c2 otx2_mbox_busy_poll_for_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x7c59a0c8 otx2_mbox_nonempty +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x7f72d52a otx2_mbox_wait_for_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x807df9e2 __traceiter_otx2_msg_process +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x8f772a3f otx2_mbox_id2name +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x9d1a7ba3 otx2_mbox_alloc_msg_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xc619ea5d __tracepoint_otx2_msg_process +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xc704095c __tracepoint_otx2_msg_interrupt +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xcef3985a __SCK__tp_func_otx2_msg_process +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xed312279 otx2_mbox_msg_send +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xf98aeda6 __otx2_mbox_reset +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x057bc38d otx2_select_queue +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x066380ef otx2_mbox_up_handler_cgx_link_event +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x08a0ddae otx2_txschq_config +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x17acf9ff otx2_config_hwtstamp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x196aa015 otx2_open +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x1e56a665 otx2_init_tc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x25468ca2 otx2_mbox_up_handler_mcs_intr_notify +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x35c5a284 mbox_handler_npa_lf_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x3c19894c otx2_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x3e960cbd otx2_mcam_flow_del +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x46e1ed1d otx2_sq_append_skb +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x47b422d6 otx2_handle_ntuple_tc_features +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x4870898a otx2_setup_tc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x4ef6a624 otx2_detach_resources +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x4ff711b1 otx2vf_set_ethtool_ops +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x57b9be3d mbox_handler_msix_offset +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x631295b4 otx2_shutdown_tc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x77ce36ae otx2_txschq_free_one +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x806aff65 cn10k_lmtst_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x813189e3 otx2_tc_apply_ingress_police_rules +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x8e9c71cf otx2_alloc_mcam_entries +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x9017c907 otx2_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xae5179d4 otx2_attach_npa_nix +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xb1c7d154 otx2_get_mac_from_af +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xb491a6f6 otx2_config_pause_frm +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xb55218e8 otx2vf_mcam_flow_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xb9605c4c otx2_ioctl +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xbdca9f0b otx2_set_real_num_queues +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xc88e5620 otx2_smq_flush +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xd13fe10e otx2_nix_config_bp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xdd7877aa otx2_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xdebd78f3 otx2_get_maxflows +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xe43c0bc6 otx2_set_mac_address +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xefec6f6b otx2_stop +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xf24f212c mbox_handler_nix_bp_enable +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xfe6b7e62 mbox_handler_nix_lf_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0x9b82f5e0 prestera_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0xb9e27de0 prestera_device_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x006102f5 mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0c25920b get_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0fbb6c9e mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1b5b1c65 mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1e28e363 mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x229c2eef mlx4_ALLOCATE_VPP_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x29979d67 mlx4_get_cpu_rmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2b443ccf mlx4_max_tc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2ed7bbc4 mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4520e828 mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x488887ac mlx4_SET_PORT_fcs_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x495015cc mlx4_SET_PORT_user_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4e470859 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x584680d6 mlx4_query_diag_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5aae8383 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x673b2359 mlx4_is_eq_shared +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6ae0f871 mlx4_test_interrupt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x770cefb8 mlx4_get_is_vlan_offload_disabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7776608f set_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7fdde0b4 mlx4_handle_eth_header_mcast_prio +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8a490340 mlx4_get_eqs_per_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8d0eb483 mlx4_ALLOCATE_VPP_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8edf9b95 mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9bf1a8c2 mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa0424a4c mlx4_is_eq_vector_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa94080c3 mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xabf114dd mlx4_SET_PORT_user_mtu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbd2da502 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbe2aed6f mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbf0cb5d5 mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc9c0168f mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc9ee5094 mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xca1c5402 mlx4_test_async +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xccaba54e mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcd08add1 set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd139fad9 mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdb4203cd mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdc926e6d mlx4_tunnel_steer_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xea9284c6 mlx4_SET_VPORT_QOS_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xedbc25ce mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf1b8029b mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf4dd3099 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf65a50bf mlx4_SET_PORT_BEACON +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfb0b586b mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfbed9f81 mlx4_SET_VPORT_QOS_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x00e05956 mlx5_msix_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x089f1089 __traceiter_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0b72ae37 mlx5_fpga_mem_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0c812770 mlx5_lag_get_roce_netdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0f074159 mlx5_core_modify_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x12135c1c __tracepoint_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1592924a mlx5_add_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x17f85b61 mlx5_eq_create_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1b347861 mlx5_get_flow_namespace +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1c57c524 __traceiter_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1e31aef4 mlx5_eq_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1ed09954 mlx5_rsc_dump_next +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1ef33f72 mlx5_vector2eqn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x200269a7 __traceiter_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x23bb3f50 mlx5_create_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x25515ae3 mlx5_lag_is_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x274bb55a mlx5_core_destroy_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x27a27208 mlx5_free_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2da36469 mlx5_cmd_cleanup_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2ed84aca mlx5_debugfs_get_dev_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2f6ba3d6 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3475821f __SCK__tp_func_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x36c2328e mlx5_core_alloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x38426949 mlx5_lag_is_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x38600d73 mlx5_core_create_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3b9ccdc4 mlx5_fpga_sbu_conn_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x42e53708 mlx5_get_fdb_sub_ns +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x45b52e00 __tracepoint_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4ac132c6 mlx5_modify_header_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d5dbd8d mlx5_core_create_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d5f5c07 __SCK__tp_func_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d62e046 __tracepoint_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4dd3221b mlx5_core_query_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4e323309 mlx5_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4ee395db mlx5_put_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x50ad2baa mlx5_core_destroy_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x50de432e mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x51275050 mlx5_eswitch_unregister_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x51ea07df mlx5_rdma_rn_get_params +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x54f585e9 mlx5_eswitch_get_encap_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x559ac38d __SCK__tp_func_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x56439a4d mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5646a325 mlx5_sriov_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5c06dfcb mlx5_fpga_sbu_conn_sendmsg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5c6e2b0d mlx5_create_flow_group +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5cccea4d mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5d8bd016 mlx5_lag_get_num_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x61492bb7 mlx5_rl_are_equal +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x646ffa18 mlx5_cmd_out_err +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x67651e35 mlx5_rl_is_in_range +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x68024701 mlx5_is_roce_on +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6abe3e47 mlx5_alloc_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6cd5a182 __tracepoint_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6e81129f mlx5_comp_irq_get_affinity_mask +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6f76d90e mlx5_eswitch_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x701d76a9 mlx5_cmd_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7261330b __SCK__tp_func_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x739a025f mlx5_core_destroy_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x73fc1d8e __tracepoint_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x741c3521 mlx5_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x74bd9ed8 mlx5_eswitch_vport_rep +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x75301667 mlx5_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x75604b7f mlx5_lag_get_slave_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x75b9bdb0 mlx5_eswitch_get_vport_metadata_for_match +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7630f31c mlx5_vf_put_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x770909c4 mlx5_mpfs_add_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x78938df8 mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x79aeb87f mlx5_msix_free +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x79dd8dd2 mlx5_fpga_sbu_conn_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7b359a09 __SCK__tp_func_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7ba2e6bd mlx5_sriov_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x82474f70 mlx5_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8320fbc7 mlx5_eq_update_ci +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x840dbfae mlx5_lag_is_sriov +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x87e68171 mlx5_del_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x888a2246 mlx5_create_auto_grouped_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x88ccf59f mlx5_qp_debugfs_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x893226d2 mlx5_core_roce_gid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x897c4cb1 mlx5_lag_is_master +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8a33f615 mlx5_nic_vport_disable_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8d141cbf mlx5_core_modify_cq_moderation +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8d7c82aa mlx5_cmd_create_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8df0abb5 mlx5_eswitch_get_vport_metadata_for_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x90918be3 mlx5_query_ib_port_oper +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x92370b3d mlx5_packet_reformat_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x956e3f6e mlx5_comp_vectors_count +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x95e9481d mlx5_core_modify_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9642a50e mlx5_eswitch_uplink_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96eb2c99 mlx5_fc_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x97bf8c58 __traceiter_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x98730795 mlx5_core_dealloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x994fa787 mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x996fed80 mlx5_modify_header_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9a55ee54 mlx5_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9ad4ae1c mlx5_lag_is_mpesw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9b58bca9 mlx5_core_create_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9d6135dc __SCK__tp_func_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9d7e88a2 mlx5_vf_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9e71eebb mlx5_core_query_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa117cee1 mlx5_eq_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa5e25d4b mlx5_eq_disable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa6035c93 mlx5_lag_mode_is_hash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa672f997 mlx5_core_destroy_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa6dd627e mlx5_fs_remove_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa85e04b7 mlx5_flow_table_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xab521f6e __traceiter_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xacda7df6 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xacdfe5ae mlx5_cmd_do +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xad6815cd mlx5_rsc_dump_cmd_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xadb46f7f mlx5_debug_qp_remove +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaedc07ff mlx5_lag_is_shared_fdb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaeff31db mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb28dbbe8 mlx5_destroy_flow_group +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb2a70349 mlx5_eswitch_reg_c1_loopback_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb2c961c2 mlx5_fpga_get_sbu_caps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb567b2c9 mlx5_packet_reformat_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb5e12f8c mlx5_cmd_destroy_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb7a327f7 mlx5_core_get_terminate_scatter_list_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb7cfd00f mlx5_fs_add_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb9d1e5e5 mlx5_qp_debugfs_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xba1fb4e9 mlx5_rl_remove_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xba5c2f4f __traceiter_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbb07ebdf __tracepoint_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbc4299d4 mlx5_rl_add_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbc6ff39b mlx5_core_uplink_netdev_event_replay +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbf9fee53 mlx5_eswitch_add_send_to_vport_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc09130a6 mlx5_cmd_exec_polling +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc4b000c9 mlx5_cmd_init_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc4b363a4 mlx5_mpfs_del_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc6ce5655 mlx5_get_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc72794fd mlx5_eq_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc7bcb4ab mlx5_rl_add_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xca50fc86 mlx5_fc_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcc002b85 mlx5_destroy_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xccb77e7b mlx5_lag_get_next_peer_mdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd020dd1f __traceiter_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd55749fb __traceiter_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xda08ea03 mlx5_fpga_mem_read +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdae8aa4d __tracepoint_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdc521793 mlx5_eq_destroy_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdc68e9dd mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdca58df9 mlx5_core_modify_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdd51aa1c mlx5_eq_get_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xddba5a30 mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdec5c6fb mlx5_rsc_dump_cmd_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe0161d9b mlx5_core_query_vendor_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe1981900 mlx5_rl_remove_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe5ad0cad mlx5_create_lag_demux_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe5f6963f mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe644d071 mlx5_core_create_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe684b2d5 mlx5_fc_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xea0870f0 mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeb2d10ae mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeb8a3c50 mlx5_debug_qp_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeb9a8bcf __SCK__tp_func_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xec1c15ac mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xecb6d78a mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xee319727 __traceiter_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xee83ac8c mlx5_lag_query_cong_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xefb89ab7 mlx5_fc_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf06725b6 __tracepoint_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf1d2190d mlx5_eswitch_vport_match_metadata_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf52e1946 __tracepoint_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf88d57b1 __SCK__tp_func_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfaa0928c mlx5_eswitch_register_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfc2d0d08 mlx5_eswitch_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfc8e744e __SCK__tp_func_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfe177f02 mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxfw/mlxfw 0xc4d702d9 mlxfw_firmware_flash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x02815b77 mlxsw_env_module_port_up +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x02dfd3d0 mlxsw_afk_key_info_block_encoding_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x07abcc0c mlxsw_afa_block_append_trap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x09a18696 mlxsw_core_port_devlink_port_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0ca34ccf mlxsw_core_max_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0d0129fc mlxsw_afa_block_append_qos_ecn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0e81c09c mlxsw_afk_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0f4a209d mlxsw_core_read_utc_sec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x139140ba mlxsw_core_traps_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x14d6ca2e mlxsw_env_set_module_power_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x14e17bb4 mlxsw_linecards_event_ops_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x15801382 mlxsw_afk_key_info_put +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x16673aec mlxsw_afk_values_add_u32 +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x16f4221d mlxsw_core_irq_event_handler_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x19fa5852 mlxsw_core_flush_owq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x1cb8f858 mlxsw_reg_trans_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x202693f0 mlxsw_afa_block_cur_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x23eddc68 mlxsw_core_cpu_port_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x299e2562 mlxsw_afk_values_add_buf +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2c68ced3 mlxsw_core_read_frc_h +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2f303cd3 mlxsw_afa_block_append_qos_dsfield +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x383bc49a mlxsw_afa_block_append_qos_dscp +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4036254f mlxsw_linecards_event_ops_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x43a9b87e mlxsw_afa_block_terminate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x47041e4e mlxsw_afk_key_info_blocks_count_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4765b9f0 mlxsw_core_res_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x484489a4 mlxsw_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4866767a mlxsw_env_get_module_eeprom_by_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x49ec8a06 mlxsw_afa_block_append_police +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4a558271 mlxsw_env_get_module_power_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x50359cc0 mlxsw_core_kvd_sizes_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x508923e3 mlxsw_core_port_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x51b5769d mlxsw_env_module_overheat_counter_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5c73d5a4 mlxsw_core_sdq_supports_cqe_v2 +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5cf3dd79 mlxsw_core_bus_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5d55fb68 mlxsw_afk_encode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5ff17b5c mlxsw_afa_block_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x618a30ab mlxsw_afa_block_commit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x61b7e063 mlxsw_core_bus_device_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x63874d4c mlxsw_core_port_driver_priv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x65c7e645 mlxsw_afa_block_append_qos_switch_prio +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x68e44743 mlxsw_core_trap_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6929f2b4 mlxsw_env_module_port_map +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6a22fd06 mlxsw_env_reset_module +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x718d28f4 mlxsw_afa_block_append_vlan_modify +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x737220f3 mlxsw_core_traps_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x75339042 mlxsw_core_lag_mapping_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x77d83398 mlxsw_core_read_frc_l +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7b0bfeec mlxsw_core_port_fini +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7cb234a4 mlxsw_core_trap_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7e08c6e0 mlxsw_core_event_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x827a2f1f mlxsw_afa_block_jump +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x829e8851 mlxsw_afa_block_first_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x83fb69af mlxsw_core_lag_mapping_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x858c30d0 mlxsw_afa_block_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x86817014 mlxsw_core_read_utc_nsec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x8742bc0a mlxsw_core_skb_transmit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x8854d198 mlxsw_reg_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x902c3533 mlxsw_core_schedule_dw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x90883199 mlxsw_env_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x996c5d6d mlxsw_reg_trans_bulk_wait +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x9cbf026d mlxsw_afa_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa509fafd mlxsw_afa_block_append_counter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa7765e88 mlxsw_reg_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa8755809 mlxsw_core_trap_state_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa8e2509a mlxsw_afa_block_append_sampler +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xac1074a5 mlxsw_core_skb_transmit_busy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb320aa37 mlxsw_core_skb_receive +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb5553d0a mlxsw_core_ptp_transmitted +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb6517b2e mlxsw_afa_block_append_trap_and_forward +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb68e9fa8 mlxsw_env_module_port_unmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb8fe0315 mlxsw_core_port_netdev_link +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbc222a8d mlxsw_afk_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbda212df mlxsw_core_irq_event_handlers_call +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbfb7df3c mlxsw_core_driver_priv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc31fbb6a mlxsw_core_res_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc5eacafe mlxsw_afa_block_append_l4port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc780660d mlxsw_env_get_module_eeprom +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xcbab836f mlxsw_core_fw_rev_minor_subminor_validate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd111d3e8 mlxsw_core_irq_event_handler_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd1bab622 mlxsw_afk_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd21722b4 mlxsw_core_max_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd28256cf mlxsw_afa_block_append_allocated_counter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd42ea310 mlxsw_afa_block_append_mirror +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd71566b9 mlxsw_core_schedule_work +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd7a93413 mlxsw_core_event_listener_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd888ffb3 mlxsw_afa_block_append_ip +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd9f711ae mlxsw_afa_block_append_mcrouter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdc31781e mlxsw_reg_trans_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdc415cf1 mlxsw_afa_block_continue +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdc5c95df mlxsw_core_resources_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdeb1dc2e mlxsw_afa_block_first_kvdl_index +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe16986dd mlxsw_afa_block_activity_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe1860dde mlxsw_afa_block_append_fid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe2315bc3 mlxsw_core_rx_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe4d9ac5a mlxsw_afa_block_append_drop +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe532482a mlxsw_afk_key_info_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xebe9b625 mlxsw_afa_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xecab212a mlxsw_afa_cookie_lookup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xed2801d4 mlxsw_env_module_port_down +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf446732c mlxsw_afk_key_info_subset +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf65b6159 mlxsw_core_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf7032daa mlxsw_core_rx_listener_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf82bdc70 mlxsw_core_lag_mapping_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xfb4517a9 mlxsw_core_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xff007c25 mlxsw_core_cpu_port_fini +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xff0b141d mlxsw_afa_block_append_fwd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0x7a713206 mlxsw_i2c_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0xb67c900d mlxsw_i2c_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x4b45fd67 mlxsw_pci_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0xbe38892b mlxsw_pci_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x02d805f5 ocelot_ptp_adjtime +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0502c616 ocelot_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x08791cd6 ocelot_wm_enc +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0ae2ba02 ocelot_sb_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1614fe7a ocelot_ptp_gettime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1996ff9e ocelot_port_mdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1a847720 ocelot_port_lag_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1f1d9a63 ocelot_sb_occ_snapshot +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x221145a5 ocelot_vcap_filter_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x240abe52 ocelot_mrp_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x25d53f74 ocelot_mrp_del_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2868231a ocelot_pll5_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2b0ebc1c ocelot_sb_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2c41b8ec ocelot_hwstamp_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2ee2eeab ocelot_vcap_block_find_filter_by_id +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x34af644b ocelot_init_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3b6fc03c ocelot_vlan_prepare +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3b86105b ocelot_vlan_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3fd8a4c0 ocelot_port_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4087eeaf ocelot_devlink_sb_register +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x43c62aa7 ocelot_init_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4778e653 ocelot_sb_occ_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x518f8691 ocelot_get_strings +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x55c916ea ocelot_port_bridge_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x565643c5 ocelot_sb_tc_pool_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5748ff0d ocelot_hwstamp_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x59885f1e ocelot_mact_learn +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x59b2c011 ocelot_sb_port_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5ac29ff4 ocelot_port_inject_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5c909d74 ocelot_drain_cpu_queue +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5d40096c ocelot_deinit +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6193732d ocelot_port_set_maxlen +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x62d8c1a9 ocelot_get_txtstamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x63b4691b ocelot_ptp_settime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x656c5a8b ocelot_mact_learn_streamdata +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x68b7b25f ocelot_ptp_verify +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6ce19e2a vsc7514_vcap_props +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7004b29b ocelot_vlan_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x73fc7485 ocelot_ptp_rx_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x76c300b7 ocelot_mact_lookup +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x77bc149b ocelot_sb_occ_max_clear +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x77e17ce5 ocelot_sb_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7e57c10b ocelot_port_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7e5aec55 vsc7514_regfields +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x87d2433b ocelot_fdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x928c087e ocelot_port_vlan_filtering +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9456e42f ocelot_port_bridge_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9573c658 ocelot_port_pre_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x987f3713 ocelot_ptp_adjfine +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x994d7ba9 ocelot_get_sset_count +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9c283746 ocelot_vcap_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9e1adf7d ocelot_port_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa53e490c ocelot_vcap_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xac10ea41 ocelot_mrp_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xac383a83 ocelot_xtr_poll_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb0fdd7fd ocelot_wm_dec +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb38534a5 ocelot_port_lag_change +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb4fb65c2 ocelot_sb_tc_pool_bind_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb66b05ad ocelot_port_lag_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb6bb27e5 ocelot_deinit_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbaf1adc9 ocelot_reset +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbd221eba ocelot_mrp_add_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc3061d9a ocelot_get_ts_info +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc73f69b4 ocelot_port_mdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc7bac25b ocelot_sb_occ_tc_port_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc949ec64 ocelot_deinit_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcc5e85f2 ocelot_policer_validate +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcf415469 ocelot_can_inject +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd0ebefd9 ocelot_ifh_port_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd2cf4e60 ocelot_mact_forget +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd9d4a00d ocelot_devlink_sb_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe30fc619 ocelot_wm_stat +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xed654ab1 ocelot_bridge_stp_state_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf0a772a8 ocelot_fdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf0d23cae ocelot_vcap_filter_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf1e38fd2 ocelot_ptp_enable +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf226059e ocelot_vcap_filter_replace +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf5b80425 ocelot_port_txtstamp_request +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf80fc88d vsc7514_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf8e0ca18 ocelot_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfdb9a601 ocelot_get_ethtool_stats +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfdc636b8 ocelot_port_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfe2d3b2d ocelot_fdb_dump +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xff316b8c ocelot_set_ageing_time +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x0e8746cb qed_get_rdma_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x17ece776 qed_get_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x1a94bfa7 qed_get_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x4f264472 qed_put_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x992e03d0 qed_put_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x9eeeef48 qed_put_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xc7f5bad2 qed_get_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0x9b9dd6db qede_rdma_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0xc3a4ea34 qede_rdma_register_driver +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x0971d65f wx_vlan_rx_kill_vid +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x0bd48b2f wx_vlan_rx_add_vid +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x0e99974e wx_clear_interrupt_scheme +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x10c2bc14 wx_irq_disable +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x14e24fbd wx_setup_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x15d71cf7 wx_configure_vectors +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x2595d243 wx_get_pcie_msix_counts +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x2bf21528 wx_disable_rx_queue +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x2e54b878 wx_reset_misc +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x30e7ec83 wx_clean_all_tx_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x392a384a wx_flush_sw_mac_table +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x3a4395f0 wx_xmit_frame +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x3e9de3e6 wx_sw_init +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x430c0295 wx_get_drvinfo +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4b3398bd wx_msix_clean_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x564b8e90 wx_init_interrupt_scheme +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x57b409d3 wx_control_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x59162b14 wx_change_mtu +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x5f9fe376 wx_host_interface_command +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x67704b4b wx_get_mac_addr +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x68f9435e wx_napi_enable_all +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x6bfca482 wx_init_eeprom_params +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x7017cb4b wx_reset_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x779acc36 wx_free_irq +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x7a33fed9 wx_disable_rx +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x80b326a2 wx_read_ee_hostif_buffer +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x8d8a528d wx_reset_interrupt_capability +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x949110d3 wx_free_isb_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x981f8a00 wx_configure +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x9b421296 wx_read_ee_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xc21fd700 wx_misc_isb +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xca039fac wx_mac_set_default_filter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xcade24a7 wx_intr_enable +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xcd2b9935 wx_stop_adapter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xcf2477cc wx_free_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd0343bf6 wx_check_flash_load +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd1c2745b wx_set_features +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd6753221 wx_napi_disable_all +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd8ea1d8f wx_init_rx_addrs +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd9fd3640 wx_mng_present +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xdbbe147a wx_disable_pcie_master +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xe1cb1896 wx_setup_isb_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xea2a1170 wx_clean_all_rx_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xf0bcf32c wx_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xf29e47c5 wx_set_rx_mode +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xf894291c wx_start_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xf9516fe5 wx_set_mac +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x25e55377 hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xba7ed6b8 hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xe52c421e hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xea9e594c hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xfe8e4d32 hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/mdio 0x3e17f466 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0x60443957 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0x62eb612a mdio45_ethtool_ksettings_get_npage +EXPORT_SYMBOL drivers/net/mdio 0x63e0fee5 mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0xb79a54ee mdio45_nway_restart +EXPORT_SYMBOL drivers/net/mdio 0xcdbdeca7 mdio45_ethtool_gset_npage +EXPORT_SYMBOL drivers/net/mdio 0xdaceb7a6 mdio_mii_ioctl +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x5b722e85 cavium_mdiobus_read_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x81a7efaa cavium_mdiobus_read_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0xc24749af cavium_mdiobus_write_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0xdd3cafc4 cavium_mdiobus_write_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-mscc-miim 0x14682865 mscc_miim_setup +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0x37f31ef2 xgene_mdio_rgmii_read +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0x5120307e xgene_mdio_rgmii_write +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0x5d7daa85 xgene_enet_phy_register +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0x80ddad16 xgene_mdio_wr_mac +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0xe462a1ec xgene_mdio_rd_mac +EXPORT_SYMBOL drivers/net/pcs/pcs-mtk-lynxi 0x5e9a5bb9 mtk_pcs_lynxi_create +EXPORT_SYMBOL drivers/net/pcs/pcs-mtk-lynxi 0xe9221a05 mtk_pcs_lynxi_destroy +EXPORT_SYMBOL drivers/net/phy/bcm-phy-lib 0x2ae6198f bcm54xx_auxctl_write +EXPORT_SYMBOL drivers/net/ppp/pppox 0x0c056be6 pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0x26f188b3 register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0x76d000ab pppox_compat_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xf1758d1f pppox_ioctl +EXPORT_SYMBOL drivers/net/sungem_phy 0xeed8f7e1 sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x355ca5f8 team_options_register +EXPORT_SYMBOL drivers/net/team/team 0x442b20ce team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0x5926c8f0 team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0x7606b7a6 team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0x9792d460 team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0x984fbac4 team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0xf6784b8f team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0xf8ae7d44 team_mode_unregister +EXPORT_SYMBOL drivers/net/usb/usbnet 0x08de7e32 usbnet_manage_power +EXPORT_SYMBOL drivers/net/usb/usbnet 0x590f8910 usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/usb/usbnet 0x5ea9d905 usbnet_link_change +EXPORT_SYMBOL drivers/net/wan/hdlc 0x3aa5a9c5 hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0x5a75496a hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0x64a7727a unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0x78f99893 hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0x9b2c7937 detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xa8f5172e hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0xab3eaf8c attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xc5ba05f1 alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0xe5f4376f register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xffd97213 unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0b1ab353 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x108b188f ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x1bc59190 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x1efb9b87 ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x35856a0d ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x3e429d07 dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4571aea8 ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x63266e2b ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x658a24d7 ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x88910c73 ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x9edef3df ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x9f52c93c ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x9f678946 ath_hw_keysetmac +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa18f224e ath_regd_find_country_by_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb35f06c1 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb6588ba6 ath_bus_type_strings +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xc9376171 ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xcae2a552 ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x015e5db2 ath10k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x05248cb7 __ath10k_ce_send_revert +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x080f08fa ath10k_ce_enable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0938cb8d ath10k_core_fetch_board_file +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x123a1c5b ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x14a6d506 ath10k_ce_free_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1abcc345 ath10k_ce_init_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1b31a848 ath10k_htt_rx_pktlog_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2557731b ath10k_core_free_board_files +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x360ca204 ath10k_htt_txrx_compl_task +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x366ea9ee ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3c5b4688 ath10k_ce_deinit_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4525cf55 ath10k_ce_free_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x46135d75 ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4bc3c9ca ath10k_htt_rx_hl_indication +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4df0cbd3 ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x511481ea ath10k_ce_revoke_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5379424b ath10k_htt_hif_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x59d1757b ath10k_ce_alloc_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5c528215 ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5c5e4e3f ath10k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x618d8255 ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x629222f2 ath10k_mac_tx_push_pending +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x64fd6bb6 __ath10k_ce_rx_num_free_bufs +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x68202eda ath10k_ce_per_engine_service_any +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6ace3326 ath10k_ce_completed_send_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6fbac6fa ath10k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x744824ef ath10k_htc_process_trailer +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x78f497be ath10k_core_napi_sync_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7d330e36 ath10k_ce_send +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x87104d60 ath10k_ce_completed_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8938f3fb ath10k_htt_t2h_msg_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8bb9a74d ath10k_ce_num_free_src_entries +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8d8c5fce ath10k_bmi_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x964ac7d6 ath10k_print_driver_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x97aa4abc ath10k_coredump_new +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9b6f4d4b ath10k_core_check_dt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9b949433 ath10k_ce_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9d3313a9 ath10k_core_start_recovery +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa44e6ca8 ath10k_ce_cancel_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa66ef124 ath10k_htc_notify_tx_completion +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xabcefb1d ath10k_ce_alloc_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb6067e3e ath10k_ce_rx_update_write_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb8d6d51b ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc4acd91a ath10k_htc_rx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc4d2cd21 ath10k_ce_send_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc8ca12f3 ath10k_ce_completed_recv_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc96ba65a ath10k_ce_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcc20d178 __tracepoint_ath10k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xdbe87938 ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xdc2c9d34 ath10k_ce_dump_registers +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xdce9ab65 ath10k_htc_tx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xdf841327 ath10k_bmi_read_memory +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe8f7056b ath10k_core_napi_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xee12d20c ath10k_ce_completed_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf01a26d7 ath10k_ce_disable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf15d54f3 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xfbc42d77 ath10k_coredump_get_mem_layout +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0098fad2 ath11k_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x00ae9ffa ath11k_pcic_register_pci_ops +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x07b23eb4 ath11k_debugfs_soc_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0dae0eb8 __tracepoint_ath11k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x121a0d4a ath11k_pcic_config_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x12c96e8f ath11k_ce_free_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x1695384e ath11k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x1a121a0a ath11k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x23db0e69 ath11k_pcic_ext_irq_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x23dbf480 ath11k_dp_service_srng +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x27c54845 ath11k_pcic_map_service_to_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x27d387f7 ath11k_pcic_init_msi_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3cfeb1f5 ath11k_pcic_read +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3d719754 ath11k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3df90903 ath11k_ce_get_shadow_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x43d7e2cd ath11k_pcic_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x4d19002a ath11k_ce_alloc_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x524ed967 ath11k_pci_enable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x5588045b ath11k_ce_cleanup_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x59227475 ath11k_pcic_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x68abc657 ath11k_pcic_ext_irq_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x6bf722d2 ath11k_pcic_ce_irqs_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x759448b1 ath11k_pcic_free_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x77d365ec ath11k_pci_disable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x7897c62e ath11k_core_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x7dbf0e60 ath11k_pcic_read32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x861fc6a0 ath11k_pcic_get_ce_msi_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x86542ec6 ath11k_pcic_get_msi_address +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x8a11b429 ath11k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x8c050786 ath11k_core_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x947ac5e3 ath11k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x94a3e130 ath11k_core_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x963cf972 ath11k_qmi_deinit_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x98fde2d5 ath11k_core_pre_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9c51bcc4 ath11k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb4217d85 ath11k_core_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc051a004 ath11k_pcic_write32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xce246291 ath11k_hal_srng_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd76d5ee3 ath11k_pcic_get_user_msi_assignment +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd8ff355c ath11k_ce_get_attr_flags +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd96df1a9 ath11k_pcic_ce_irq_disable_sync +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe9d65355 ath11k_core_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xee427d57 ath11k_hal_srng_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf0197188 ath11k_cold_boot_cal +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1100e4b8 ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x12e74414 ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1354043d ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x288ea0f8 ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x2b01a54a ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x3502feef ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x56cc8a62 ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x8ad066b0 ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x8b59300d ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x91cfb84a ath6kl_hif_rw_comp_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xa2321881 ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb466de49 ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb881b1a9 ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb9a689dd ath6kl_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xe70c44e4 ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xfad2f6f5 ath6kl_read_tgt_stats +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x05156d03 ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x19cc79d4 ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1a0aa030 ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1cc42678 ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x28263102 ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2845c82f ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x33225e06 ath9k_cmn_spectral_deinit_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x39ad44ff ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x53d33b42 ath9k_cmn_spectral_init_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x552af26c ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x57fb3804 ath_cmn_process_fft +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6e1784fa ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6faedc4b ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x8060c7c2 ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x8e5939d8 ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9277c4cc ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x99a44d6f ath9k_cmn_spectral_scan_trigger +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9f9571e1 ath9k_cmn_spectral_scan_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb2137111 ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb6c82a9c ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc46ffc45 ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xcae36db8 ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd74fa159 ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf17d712f ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x01f12bd1 ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x022e509e ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x02648c76 ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0293e8b1 ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x038dbff5 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0952d4ba ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0b2a738a ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0cf66ab4 ath9k_hw_gpio_request_in +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0da6f50c ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0e346064 ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f1d025e ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f77dafc ath9k_hw_get_tsf_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x10b415ca ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x11ce0d1b ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x145a52c5 ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x16649925 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x17af4aa4 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x18369479 ath9k_hw_gpio_request_out +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1cf37f2b ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1d616052 ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1dfa7845 ath9k_hw_resume_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2770cfdb ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x279713d0 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2a763011 ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2b98bc5d ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2d004205 ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x320c9000 ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3a0931ce ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3b0b9788 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4051e5d2 ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x423974df ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4535dedb ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x45da4079 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x479505cb ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x49f33a8e ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4b6d8fe0 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4bf798cd ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x50ef77aa ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x53620b5b ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x53efdbf9 ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x55302f77 ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x56462493 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x566ba1e1 ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x57e7dbcf ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5dfd45dc ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x60ad58b8 ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6764b0c0 ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6a1a5bcc ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6c9060fd ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6d3b2352 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6ea98361 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x70832fcf ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x710ad60a ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x73f1406a ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x75356c6c ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x76e9d711 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7f45e7ed ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7fe36d47 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x83fed52d ath9k_hw_gpio_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8427987a ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x858ad536 ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x864a4fbe ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8b25239a ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8f7603ae ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x93db3650 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x956cdc48 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9855f20c ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9921cac4 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x99b000ec ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9aedaf8f ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9b17d6d1 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa04d9e01 ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa21e639f ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa4089633 ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa87bae11 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa999733f ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xacb11556 ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xae5a9987 ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb4bcecfe ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb50472bd ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbf5da2a5 ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc0cffd34 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc19d0fdb ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc2e41dff ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc5016ae6 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc67087b0 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcb07d2e3 ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcbb84e85 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcdf3ad5b ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd2e20400 ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd7b307e3 ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd8c3fa6a ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xda4cf797 ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xddd24c60 ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdf39d08e ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdfe1cb74 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe2e28951 ath9k_hw_btcoex_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe5d931da ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xee13296a ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xefb5cf53 ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf0f7023d ath9k_hw_loadnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf13aa598 ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf36a8230 ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf5ce5be9 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf8211053 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf8fab0af ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfbf26c1a ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfd49b5a4 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x07264c37 init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x949f8928 atmel_open +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x9991d13d stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x02c7a9f3 brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x1906648e brcmu_boardrev_str +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x56c1e900 brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x5f3b0b69 brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x6714d129 brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x6765056c brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x71ab0d71 brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x80891ad0 brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x95e98720 brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x9b1e963b brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xa17c0ccf brcmu_dotrev_str +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xb01ce5b3 brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xce4c065b brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xd6217d91 brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xe6d08903 brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xea269ed3 brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0x6162d233 stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0xa5b389f3 reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0xed388744 init_airo_card +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x0179c624 libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x0b525bd1 libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x0d00a5a8 libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x0e71634d libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x0ee284a0 libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x26e25a52 libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x2c7141dd libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x3370f5f7 libipw_rx +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x47d0dd23 libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x5885a7a7 alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x67ab7e3b libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x6ea70509 libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x787d3197 libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x82f62f67 libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xa777b012 libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xad85fd07 libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xced6686f libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xdb7ec0b1 libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xf6aa2cbc free_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xf8651390 libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x00a7eca9 il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x01c42e85 il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x06fbf3a0 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0c655184 il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0e22beb2 il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0fa17398 il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x16d57d37 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1a1fb3aa il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1a786e3f il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1aa21127 il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1d136c99 il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x23174364 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x231d3bc5 il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2472e60d il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x287436c5 il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2b51437f il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2beb0a8e il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2bf7eea6 il_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2c29c53b il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2cb67f2c il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x31fa883a il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x33ae8808 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x37076b02 il_set_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3c487953 il_init_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3e99b79b il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3f82b87e il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x416bd26a il_debug_level +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x49fe5e63 il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4aa0988f il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4aa46293 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4aaae9a4 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4d5569b1 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x50744814 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x56323895 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5a9b0b0c il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5b4c67dd il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5b74cc9f il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5ddc8021 _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x605f1a61 il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x62d6b8d9 il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6651b242 il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x66a48a56 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x66bc18e0 il_set_rate +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x69fd3ed1 il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6af877bc il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6dfb226a il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x72ca94bd il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x72fb8607 il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x74fe9da5 il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x763368d0 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7ba6c2e6 il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7e75e41d il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7ed9828e il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7eda311d il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7feca0ac il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x80c62313 il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8af95ff7 il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8b133623 il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8e03da27 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8e2f7aa0 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8e3540b9 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9706ead9 il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x98b19e97 il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9ab421db il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9cc714af il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9fde1a17 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa7a37756 il_apm_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xada85341 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xaf08a285 il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xafd4cbe9 il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb0d3a25c il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb1a99740 il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb4212db5 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb45679a7 il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb65510a3 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb9d010b7 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbd9e514d il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc041a5d8 il_force_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc3f41ad4 il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc7023115 il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc9828076 il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcbc25efb il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcbceb8a5 il_update_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcf5cecb2 il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd283dfbe il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd82a9525 il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd8440560 il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd99380eb il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdcada8f1 il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdef07078 il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdef22c0b il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe39c7bc7 il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe39ca58d il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe3eb3f6c il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xeaab37ee il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xecb1570e il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xee96ba53 _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xefa4b970 il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf02f0a5a il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf0bea642 il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf25ab317 il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf70a693b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf838cb29 il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x056ba50c __traceiter_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x0fa4d950 __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x16d6dfd2 iwl_trans_pcie_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x466ae44d __SCK__tp_func_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x68a0c0f9 __traceiter_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x68b5e564 __traceiter_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x970bf4ef __SCK__tp_func_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x9828a56a __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xb396913a __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xd1e69877 __SCK__tp_func_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x0b673ef0 hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x1ec07be7 hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x3211eeeb hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x44023fdc hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x468a83cc hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x46b0b114 hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x4fb4aca5 hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x5a7bd66a hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x75934c58 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x777bfd51 hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x778cfe89 hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x7fb75891 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x88718357 hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x8f1ac96b hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x9210cd43 hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x93e349e8 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x98ee77a3 hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x9abd09c2 hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xa361a319 prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xaca220ac hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb5414319 hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb60a2368 hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb92f963e hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xc5008599 hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xd25918b0 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xdb3bbc52 hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xde584a11 hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf91c03e2 hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x09cdf8a5 orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x1ad403fe free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x20b2dfe2 orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x3ed2a265 __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x59288a2c orinoco_open +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x636b5854 orinoco_up +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x87a5c73d orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x907f2953 orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xa74c2dc5 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xbd3143bc orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xc74eb84b orinoco_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xcab8dba8 orinoco_down +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xcb2b061e __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xd258a909 orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xe0b4a192 alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xe31a755a orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xffe27bca orinoco_interrupt +EXPORT_SYMBOL drivers/net/wireless/mediatek/mt76/mt76 0x327a9822 mt76_rx_signal +EXPORT_SYMBOL drivers/net/wireless/mediatek/mt76/mt76 0x794b614b mt76_wcid_key_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist 0xcc883dfc rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x01479b8f rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0d649d32 rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1e72b185 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2327d91c _rtl92c_phy_calculate_bit_shift +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x285c853e rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x288047da _rtl92c_store_pwrindex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x295822dc _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2d86f2c9 rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x360429da rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3ffddac7 rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4f32162d rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x50bab76c rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x56a4e796 rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5d0b36e5 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x66766d82 rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6d1849ed rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6d1f4de0 rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7275953f rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x73a513ca rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7c97b915 _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7d0c3899 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x81e36bd9 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x82de2f6d _rtl92c_phy_dbm_to_txpwr_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x87570c6b rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x881e8051 rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8c215dd7 rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8e6427bd _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8f562fbd _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x92ac3acf rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x95bba139 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9d21545f rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9dfa2426 _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9fb42fd9 rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa9be0d4a rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbaa92a47 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbc649322 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc6456b48 rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xde8cc7ed rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe0f4c8ed rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe15c164f rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe3bf2281 _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf2cb2e6e rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x1d6644d8 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x5aad3ffd rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xdac605a4 rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xe18a5ccb rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x43e2898f rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x44921f34 rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xe90a179a rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xf8863330 rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x05e126e1 rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x06ef0e01 rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0b038e24 channel5g_80m +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x126df96f rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x17467891 rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1b945315 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x20053495 rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x269808cc rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x30a956d7 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x38309f5c rtl_dm_diginit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x418a854f rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x43bf0fe4 rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x456311c5 efuse_one_byte_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x48d108a0 efuse_shadow_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x490c668f rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4ddf551e rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x54824f58 channel5g +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x595cdd0e rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x603aae96 efuse_power_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6531d321 rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x79a268f4 rtl_mrate_idx_to_arfr_id +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7fb02565 rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x86365f67 rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8ea60059 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9683df7d rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa91c62d7 rtl_rx_ampdu_apply +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xaa0aca7a efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb8f7bc04 rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbd66861b rtl_collect_scan_list +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc12b41e3 rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xcba68e9b rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd70e80a9 rtl_c2hcmd_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe0f9b2e6 rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xebedfe5f rtl_wowlan_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xed628cdc rtl_cmd_send_packet +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xed7c8cf2 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf76adcc7 rtl_init_sw_leds +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xfd003b08 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8723d 0x819d23dd rtw8723d_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8821c 0x1c5d5450 rtw8821c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822b 0x6a7d596f rtw8822b_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822c 0x85bf3251 rtw8822c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0094b374 rtw_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0560b48d rtw_phy_pwrtrack_avg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x09518faf rtw_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0f2d4b3f rtw_phy_read_rf_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0fb13260 rtw_dump_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x10f7d1e6 rtw_regd_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x17ee80f3 rtw_set_rx_freq_band +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x181db80c rtw_fw_c2h_cmd_rx_irqsafe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1cbde9e8 rtw_dump_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1dc2d072 rtw_tx_ac_to_hwq +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x22443baa rtw_unregister_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x26584a5e rtw_bf_enable_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2a3840f0 rtw_phy_cfg_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2acbd10b rtw_phy_config_swing_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2bcb2273 rtw_fw_inform_rfk_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2e2ffb2e rtw_phy_pwrtrack_thermal_changed +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x33b3f3c0 rtw_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3480a9d4 rtw_tx_fill_tx_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x36c5bfca rtw_disable_lps_deep_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3bc0434a rtw_coex_write_scbd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x422d0d1a rtw_bf_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x440b7589 rtw_phy_rf_power_2_rssi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x47a17fd3 rtw_phy_parsing_cfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x4a1372c4 rtw_phy_write_rf_reg_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x4e0c3fc7 __rtw_dbg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x50c9c922 rtw_parse_tbl_bb_pg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x519c8ba9 rtw_rate_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x58210e60 rtw_rate_section +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5b0156e7 rtw_parse_tbl_txpwr_lmt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5e2f4c69 rtw_phy_pwrtrack_get_delta +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x60b6f7d6 rtw_rx_stats +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6295296e rtw_bf_remove_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6416e5e0 rtw_phy_set_edcca_th +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x68320b0e rtw_bf_enable_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6aced0eb rtw_parse_tbl_phy_cond +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6b365fe6 rtw_bf_remove_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6e62b84f rtw_phy_pwrtrack_need_lck +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7203ed7b rtw_set_channel_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x762c7b30 rtw_coex_read_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x78b4ae4e rtw_register_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7c7d5a88 rtw_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7cc06b40 rtw_phy_write_rf_reg_mix +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x81c574ec rtw_restore_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x85b0b1a5 rtw_phy_cfg_agc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x87ac36a9 rtw_bf_cfg_csi_rate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x902c6b38 rtw_read8_physical_efuse +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x94394057 rtw_phy_set_tx_power_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9f5f752a rtw_tx_write_data_h2c_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa29b47a7 rtw_power_mode_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa703fb3b rtw_phy_load_tables +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa8ef4057 rtw_phy_cfg_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xad74bc25 rtw_phy_cfg_bb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xbb01c5d6 rtw_phy_get_tx_power_index +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xbf52b9da rtw_fw_do_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xbf905fb5 rtw_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc1c9bf2d rtw_rx_fill_rx_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc305bda4 rtw_phy_pwrtrack_need_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc997bea8 rtw_tx_queue_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xcf2b3133 check_hw_ready +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd1d85e7a rtw_tx_write_data_rsvd_page_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd520d433 rtw_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xded57026 rtw_bf_set_gid_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe0bb6b20 rtw_phy_pwrtrack_get_pwridx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe28d6d31 rtw_fw_c2h_cmd_isr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xecb493a2 rtw_tx_report_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xfe2a5fc0 rtw_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xfe9f0a4d rtw_coex_write_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x7197ea8e rtw_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x9f024308 rtw_pci_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0xaf676a86 rtw_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0xd1a92997 rtw_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0x650aec9a rtw_sdio_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0xaa2eecb3 rtw_sdio_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0xb299be77 rtw_sdio_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0xde9ea977 rtw_sdio_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0x7f52c50c rtw_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0xe10da2c1 rtw_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8851b 0xc3047e9e rtw8851b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852a 0x0950c0a0 rtw8852a_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852b 0x7ece1250 rtw8852b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852c 0xe56b5e3f rtw8852c_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x00513eea rtw89_phy_set_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x07e51285 rtw89_core_napi_start +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0b88ea88 rtw89_phy_write32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0be16406 rtw89_fw_h2c_rf_ntfy_mcc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0ddee010 rtw89_rfk_parser +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x164bdca7 rtw89_core_fill_txdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1970f869 rtw89_mac_disable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x21aeb9d0 rtw89_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2458c9d5 rtw89_mac_cfg_gnt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x28098605 __rtw89_debug +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x281e9654 rtw89_mac_get_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2baad83c rtw89_free_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x31445b00 rtw89_btc_set_policy_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x369d6688 rtw89_phy_write_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3c196a22 rtw89_phy_set_txpwr_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3c44a6ae rtw89_core_napi_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3cb5f291 rtw89_mac_stop_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4026df27 rtw89_mac_read_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x442cea1a rtw89_read_efuse_ver +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4a0bd3fb rtw89_phy_write_reg3_tbl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x54c89283 rtw89_core_fill_txdesc_fwcmd_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x55d03889 rtw89_phy_tssi_ctrl_set_bandedge_cfg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5a0f1250 rtw89_mac_stop_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5bb55395 rtw89_ser_notify +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5f23905a rtw89_alloc_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5f334de5 rtw89_phy_config_rf_reg_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6914c11d rtw89_mac_enable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6d57ffe5 rtw89_phy_write_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x72481e44 rtw89_mac_cfg_ctrl_path_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x73089e57 rtw89_core_rx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x81eaeb57 rtw89_mac_cfg_gnt_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x831448df rtw89_core_query_rxdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x85dfb0cf rtw89_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x89af0cf6 rtw89_encode_chan_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8b19c807 rtw89_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x921b8d57 rtw89_mac_write_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9222a34e rtw89_phy_read_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x992dd29f rtw89_mac_cfg_ctrl_path +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9ac85705 rtw89_mac_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa29dc730 rtw89_phy_read_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa325c4df rtw89_core_unregister +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa4ff8c53 rtw89_mac_resume_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb130e251 rtw89_core_fill_txdesc_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xbcce37d6 rtw89_phy_set_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xbead9138 rtw89_phy_read32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc2d05a86 rtw89_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc3f56bcf rtw89_mac_coex_init_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc88df4a2 rtw89_mac_resume_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xcc284b6a rtw89_phy_load_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xcd0f9fbd rtw89_decode_chan_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xcd806296 rtw89_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd029d7e7 rtw89_mac_get_txpwr_cr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd29725b2 rtw89_phy_set_txpwr_limit_ru +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd80c6b78 rtw89_fw_h2c_dctl_sec_cam_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xdcf2e050 rtw89_core_register +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xdd156147 rtw89_btc_set_policy +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xddfa8fea rtw89_mac_set_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe3f57b04 rtw89_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf35afac0 rtw89_mac_cfg_ppdu_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf539d2e0 rtw89_btc_ntfy_wl_rfk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf7923244 rtw89_mac_coex_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xfaa3cc82 rtw89_phy_get_txsc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xfdc224aa rtw89_core_napi_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xfe8de001 rtw89_core_napi_stop +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x05c9f0f6 rtw89_pci_enable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x19259290 rtw89_pci_config_intr_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x273a9200 rtw89_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x3a79299e rtw89_pci_fill_txaddr_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x543d894c rtw89_pci_enable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x5d7defe7 rtw89_pci_ltr_set +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x6efd9f2c rtw89_bd_ram_table_dual +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x71162055 rtw89_bd_ram_table_single +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x79266887 rtw89_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x8f90a314 rtw89_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x93a119a8 rtw89_pci_ltr_set_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x9449970f rtw89_pci_disable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x9ce0961b rtw89_pci_ch_dma_addr_set +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x9f58415b rtw89_pci_recognize_intrs_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xaa9f7fe7 rtw89_pci_config_intr_mask_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xc8b81d2b rtw89_pci_fill_txaddr_info_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xca50afda rtw89_pci_recognize_intrs +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xf52f168b rtw89_pci_disable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xf630d9a9 rtw89_pci_ch_dma_addr_set_v1 +EXPORT_SYMBOL drivers/net/wireless/rsi/rsi_91x 0x9cce2db3 rsi_config_wowlan +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x2616cdb9 wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x835aaa9e wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xd64dff32 wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xe10e9ebe wlcore_tx_complete +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x5949bb10 fdp_nci_remove +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x759f7cf4 fdp_nci_probe +EXPORT_SYMBOL drivers/nfc/microread/microread 0x58984c84 microread_probe +EXPORT_SYMBOL drivers/nfc/microread/microread 0xe0a59459 microread_remove +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x3fcd288e nxp_nci_fw_recv_frame +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x91e002ed nxp_nci_remove +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x9ee01717 nxp_nci_probe +EXPORT_SYMBOL drivers/nfc/pn533/pn533 0xe9e579d1 pn533_recv_frame +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x0279cbcd pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xc1f49ed6 pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x149edf0d s3fwrn5_phy_power_ctrl +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x1ce7178e s3fwrn5_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x774203fc s3fwrn5_phy_set_wake +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x9b38cb91 s3fwrn5_recv_frame +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xc6009cd7 s3fwrn5_remove +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xedb12f10 s3fwrn5_phy_set_mode +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xf2ab60da s3fwrn5_phy_get_mode +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x07551a09 ndlc_remove +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x0c09f1b4 ndlc_open +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x2b142d9c st_nci_se_deinit +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x364352ec st_nci_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x6783dcd1 ndlc_probe +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xb5aac954 st_nci_se_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xbc835cdc ndlc_send +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xf301d411 st_nci_se_io +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xf737cd39 ndlc_close +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xf882428c ndlc_recv +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x002d38ef st21nfca_se_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x18df9c05 st21nfca_apdu_reader_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x1da85f73 st21nfca_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x1feb1da1 st21nfca_tm_send_dep_res +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x423b6ca4 st21nfca_hci_enable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x60512747 st21nfca_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x7dd23d20 st21nfca_hci_discover_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x804d1ba1 st21nfca_se_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x93d31362 st21nfca_dep_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xa068a8d7 st21nfca_im_send_dep_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xa2dc9719 st21nfca_dep_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xa8bccca3 st21nfca_dep_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xb436d510 st21nfca_hci_loopback_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xc2fbc283 st21nfca_im_send_atr_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xc8bbfdff st21nfca_hci_disable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xcb4da1dd st21nfca_hci_se_io +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xd277924c st21nfca_connectivity_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xf896f8c5 st21nfca_hci_remove +EXPORT_SYMBOL drivers/ntb/ntb 0x0f2e83f8 ntb_register_device +EXPORT_SYMBOL drivers/ntb/ntb 0x1155cb6e ntbm_msi_free_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x28a6c842 ntb_db_event +EXPORT_SYMBOL drivers/ntb/ntb 0x2cb287f8 ntb_msi_setup_mws +EXPORT_SYMBOL drivers/ntb/ntb 0x33529beb ntb_unregister_device +EXPORT_SYMBOL drivers/ntb/ntb 0x35d17dca ntb_default_peer_port_count +EXPORT_SYMBOL drivers/ntb/ntb 0x4a1c3c51 ntbm_msi_request_threaded_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x4d7a7a78 ntb_msi_peer_trigger +EXPORT_SYMBOL drivers/ntb/ntb 0x66a090a6 ntb_default_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x6e3fcabe ntb_msi_clear_mws +EXPORT_SYMBOL drivers/ntb/ntb 0x7022a70e ntb_clear_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x9448837a ntb_set_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0xaa3dc875 ntb_msi_peer_addr +EXPORT_SYMBOL drivers/ntb/ntb 0xab7b300f ntb_default_peer_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0xb4b7ebc0 ntb_default_peer_port_idx +EXPORT_SYMBOL drivers/ntb/ntb 0xe373125d ntb_msi_init +EXPORT_SYMBOL drivers/ntb/ntb 0xe3ce1209 ntb_msg_event +EXPORT_SYMBOL drivers/ntb/ntb 0xf0212cd1 __ntb_register_client +EXPORT_SYMBOL drivers/ntb/ntb 0xf8b58a4f ntb_link_event +EXPORT_SYMBOL drivers/ntb/ntb 0xfd05c544 ntb_unregister_client +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0x6f3165c1 nvdimm_namespace_detach_btt +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0x81dbaab0 nvdimm_namespace_attach_btt +EXPORT_SYMBOL drivers/parport/parport 0x00715eae parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x03158448 parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0x1ce6da24 parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0x23f6f999 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0x2432ab10 parport_write +EXPORT_SYMBOL drivers/parport/parport 0x288c94ec parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x2e5df482 parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0x42c998f5 parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x4f396e8b parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0x5469484d parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0x55bc82c3 parport_del_port +EXPORT_SYMBOL drivers/parport/parport 0x56015f96 __parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x597cad81 parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0x5d1d0876 parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x7b915fef parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x81a494af parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0x884c37e5 parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0x906ec620 parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0x91a036c5 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0xa4f1dfb8 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0xad7897a7 parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xb60d7163 parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0xbaf78a7a parport_register_dev_model +EXPORT_SYMBOL drivers/parport/parport 0xc982eb25 parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xcede6f0b parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0xd5d84067 parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xd714eaae parport_read +EXPORT_SYMBOL drivers/parport/parport 0xdc62b53b parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0xe2ba6b27 parport_release +EXPORT_SYMBOL drivers/parport/parport 0xf4c47178 parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0xfd258a25 parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport_pc 0xdb7f5518 parport_pc_unregister_port +EXPORT_SYMBOL drivers/parport/parport_pc 0xe0e1bfa8 parport_pc_probe_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x5408f784 pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x5f803f66 pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x844d33e4 pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x89047647 pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xa99cc5f6 pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xacac1c16 pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xbbfc82b2 pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcc0d2a1a pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf2f01020 pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf942709b pcmcia_socket_list_rwsem +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xfa612ef4 pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x4840a590 pccard_static_ops +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x556d21fc cros_ec_resume_complete +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x787e0c59 cros_ec_suspend_prepare +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x789c0b83 cros_ec_suspend +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xa8ee8ead cros_ec_resume +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xadb04ad5 cros_ec_resume_early +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xb857f37b cros_ec_unregister +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xb8db4e25 cros_ec_register +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xcd4c22c9 cros_ec_suspend_late +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xf25aacf5 cros_ec_irq_thread +EXPORT_SYMBOL drivers/regulator/rohm-regulator 0xab8f555d rohm_regulator_set_dvs_levels +EXPORT_SYMBOL drivers/rpmsg/qcom_glink 0xd7119b40 qcom_glink_native_rx +EXPORT_SYMBOL drivers/rpmsg/qcom_smd 0x1dcab953 qcom_smd_register_edge +EXPORT_SYMBOL drivers/rpmsg/qcom_smd 0xadc8e61f qcom_smd_unregister_edge +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0x039010eb rpmsg_chrdev_eptdev_create +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0x9621ba43 rpmsg_chrdev_eptdev_destroy +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x00b1d483 rpmsg_send +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x256a81ab rpmsg_get_mtu +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x2f2841cf __register_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x314babe7 rpmsg_register_device_override +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x5f744780 rpmsg_send_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x6631bff7 rpmsg_register_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x7028f5c4 rpmsg_release_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x78c559e9 rpmsg_trysendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x7b4d6b4d rpmsg_sendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x8511502c rpmsg_create_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x8961fff2 rpmsg_trysend +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x92596006 rpmsg_poll +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xaa350468 unregister_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xae82e170 rpmsg_find_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xb311a6b4 rpmsg_create_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xc59b7ecb rpmsg_destroy_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xc90192ff rpmsg_unregister_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xd4054855 rpmsg_trysend_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xeb0a34d6 rpmsg_class +EXPORT_SYMBOL drivers/rpmsg/rpmsg_ns 0x98690411 rpmsg_ns_register_device +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x4761a7a8 scsi_esp_template +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x4a29ab38 scsi_esp_intr +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xb360a37d scsi_esp_cmd +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xc200ab6f scsi_esp_register +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xfd002c2b scsi_esp_unregister +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x11267536 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x5138348f fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x605f3ebb fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x65584cd0 fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x7097c4d0 fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x7c5bc036 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x8a370a4b fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x9675844e fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xa0a34af3 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xb815806b fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xb90cea6c fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0072234d fc_seq_set_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1bd17698 fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1bf43080 fc_rport_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2049eda3 fc_seq_assign +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2451c321 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2991aae6 fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2d605273 fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x33a2572f fc_rport_recv_req +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3ff56293 fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4494ec43 fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4b44fb14 fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x51bc242d fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x550be396 libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x565df1a9 fc_rport_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x57ce7b8b fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x599a5067 fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5c7102d8 fc_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5dc172f7 fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6a5336e8 fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x70e10210 fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x725fa7f3 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x727c3d05 fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7d373538 fc_lport_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7f3407a7 fc_seq_start_next +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x811811e0 fc_exch_done +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8cda1b05 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8ddd2433 fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x90aa2917 fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x94d5c255 fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x94dd96ae fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x98fbbfa5 fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x996a848c fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x99e5e47c fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9a5009ab fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9d50ed7e fc_rport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9e29564d fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa1bcd198 fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa2469f5f fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb0ddd5a1 fc_rport_flush_queue +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb9050a24 fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb93daf0a fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xba77fb86 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbaa5d1a9 fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbf9e967f fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc5d3c86f fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc6ffdefd fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc7381b5a fc_rport_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc7d558c6 fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xca3ea1df fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcb34db88 fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd0bdd3ce fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd153b72d fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdc414cc1 fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe0fff6e0 fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe2bf8814 fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe5c9e2e0 _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe5cf06b5 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe64108ec fc_rport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe937a4ce fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf0b5f70c fc_exch_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf2a734fd fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf46dd8ba fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf8ed4bea fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfa4667d1 fc_seq_release +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfd9260ea fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x2a76c59d sas_resume_ha_no_sync +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x35070d34 sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x44d0f7d7 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4a8e3d34 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xd5c0e455 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xa21fafb9 mraid_mm_adapter_app_handle +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xb2cf7c01 mraid_mm_unregister_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xf21e45e1 mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x001bafda qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x1542f14c qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x29e7b65c qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x35c8976e qlt_abort_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x4477eae6 qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x4e4a7bca qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x4e8957c0 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x5678c6fb qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb2e83761 qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb50842c7 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xce9f7209 qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xf577c31b qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/raid_class 0x1dac3072 raid_class_release +EXPORT_SYMBOL drivers/scsi/raid_class 0x781bfcac raid_class_attach +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x164b9186 fc_eh_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x1a2bc39b fc_host_fpin_rcv +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x237387b5 fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x30a1ef0e fc_find_rport_by_wwpn +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x375f8bbd fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x4d66075e fc_host_post_fc_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x5a41cf64 fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x5a6eb563 fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x5cb36d1b scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x6d06d415 fc_block_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7988d7f3 fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x91db9b2a fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x990805e8 fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xce0af956 fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xd18d2a91 fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xdb3f5fb7 fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xe42eec9f fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xe5ab3321 fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x009d144a sas_get_address +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0a52d6c1 scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1012c7ec sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x12354dfe scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2ac1a825 sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4497c12f scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x457150a6 sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4cbf295b sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x54cbbda7 sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x57870420 sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x64f61f8b sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6fd335c7 sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x77d493d8 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7d04294e sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7de30717 sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7e8e2f9f sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x889eec48 sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8d912ca9 sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9fd06291 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9fd64dc6 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa5586136 sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc5f1271c sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc87c4761 sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc9620366 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xdb57c04c sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe40feb10 sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe55a52a8 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xede17c6f sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf66b5700 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3396266f spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x568dda16 spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x765eb864 spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xb17357f3 spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xdac366a9 spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x020ea4c8 srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x17ae2da2 srp_rport_get +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x405b6e05 srp_parse_tmo +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x758ac676 srp_rport_put +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xc986956d srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xf4bf36a1 srp_timed_out +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x030f2d6c dpaa2_io_service_enqueue_fq +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x21e76a68 dpaa2_io_get_adaptive_coalescing +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x2bc276ca dpaa2_io_update_net_dim +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x35210a1c dpaa2_io_set_irq_coalescing +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x3d01f417 dpaa2_io_service_pull_fq +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xb629a241 dpaa2_io_get_irq_coalescing +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xc4ccef03 dpaa2_io_get_cpu +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xdb008703 dpaa2_io_service_enqueue_multiple_fq +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xe0f67b93 dpaa2_io_service_enqueue_multiple_desc_fq +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xfa0aedff dpaa2_io_set_adaptive_coalescing +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x07564e82 cmdq_pkt_assign +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x081d1a1a cmdq_pkt_write_mask +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x1f3ed632 cmdq_pkt_jump +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x3f6fab3f cmdq_pkt_write_s_mask_value +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x3fc19424 cmdq_pkt_write +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x45dae4fc cmdq_pkt_poll +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x578699c0 cmdq_pkt_finalize +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x58cdc788 cmdq_pkt_poll_mask +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x5a123a5e cmdq_pkt_write_s_mask +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x5bfd584c cmdq_pkt_set_event +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x81b1ffda cmdq_mbox_destroy +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x8aa532b3 cmdq_pkt_write_s_value +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x8ab965b5 cmdq_pkt_wfe +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x9194f23f cmdq_pkt_flush_async +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xa40c93c8 cmdq_pkt_clear_event +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xb12643d9 cmdq_pkt_create +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xb4d0aaeb cmdq_dev_get_client_reg +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xd529f27b cmdq_pkt_destroy +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xdf8340fe cmdq_pkt_write_s +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xf1053bcf cmdq_mbox_create +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xfec2df2b cmdq_pkt_read_s +EXPORT_SYMBOL drivers/soc/qcom/ocmem 0x2c7ec1e9 of_get_ocmem +EXPORT_SYMBOL drivers/soc/qcom/ocmem 0xc53d76b1 ocmem_allocate +EXPORT_SYMBOL drivers/soc/qcom/ocmem 0xf9b05967 ocmem_free +EXPORT_SYMBOL drivers/soc/qcom/pdr_interface 0x1c76ea4d pdr_restart_pd +EXPORT_SYMBOL drivers/soc/qcom/pdr_interface 0x432975e6 pdr_add_lookup +EXPORT_SYMBOL drivers/soc/qcom/pdr_interface 0x47b2ed49 pdr_handle_alloc +EXPORT_SYMBOL drivers/soc/qcom/pdr_interface 0xf618ca5b pdr_handle_release +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x0e8476ed geni_se_select_mode +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x32ed146a geni_se_rx_init_dma +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x3e385c07 geni_se_tx_init_dma +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x419ce6be geni_se_rx_dma_unprep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x477c5f9b geni_se_config_packing +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x67e5d0f4 geni_se_clk_freq_match +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x78706a72 geni_icc_disable +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x84fc8c4c geni_se_resources_on +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x87e4b455 geni_se_rx_dma_prep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x88db814a geni_icc_enable +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x9880357f geni_icc_get +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x98f63907 geni_se_tx_dma_prep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xac7dc437 geni_icc_set_tag +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xadd4cdad geni_se_init +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xd2ccfa85 geni_icc_set_bw +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xe9c83623 geni_se_tx_dma_unprep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xeb5e66f9 geni_se_clk_tbl_get +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xf381b8b2 geni_se_resources_off +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xfef0f0ef geni_se_get_qup_hw_version +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x109dcaa9 qmp_get +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x2333aed6 qmp_put +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x9e2aa1df qmp_send +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x21cc8407 qmi_handle_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x28ac2fd2 qmi_encode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x4cd2fe40 qmi_response_type_v01_ei +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x5ab97064 qmi_add_server +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x6051451d qmi_decode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x6dc491ab qmi_txn_wait +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x751cfc05 qmi_send_response +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x7f3792da qmi_txn_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x8439ae03 qmi_send_request +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xa81fc917 qmi_send_indication +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xd3cbd990 qmi_handle_release +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xd9969d13 qmi_txn_cancel +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xf428a459 qmi_add_lookup +EXPORT_SYMBOL drivers/soc/qcom/smd-rpm 0x3abef80b qcom_rpm_smd_write +EXPORT_SYMBOL drivers/soc/qcom/wcnss_ctrl 0x06bf6f30 qcom_wcnss_open_channel +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x052273cf sdw_stream_add_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x13690a53 sdw_update +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x13cb88c4 sdw_bus_prep_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x14adfb68 sdw_bwrite_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x16d1706b sdw_prepare_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1deee061 sdw_find_row_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x2574eb6e sdw_update_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3ae08f3d sdw_nwrite +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3b0a8582 sdw_startup_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3d8d9dbf sdw_compare_devid +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x424a0f19 sdw_master_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4511f677 sdw_handle_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4afa38ed sdw_slave_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4cde88bf sdw_disable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x594b8f74 sdw_bus_master_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x60e31fbb sdw_find_col_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x64e4969e sdw_slave_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x6527a608 sdw_show_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x6c9dac3e sdw_nwrite_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x6f00f1b9 sdw_stream_remove_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x6f95b16b sdw_shutdown_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x71891d59 sdw_deprepare_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x7a124e1f sdw_read +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x8d355f54 sdw_bus_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x8f420187 sdw_stream_remove_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x95458da9 sdw_bus_master_delete +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9e122d79 sdw_alloc_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xa0d36993 sdw_bus_exit_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xa8e60201 sdw_nread_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xab3a7949 sdw_write_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xba54b904 sdw_cols +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xbbec2c2e sdw_enable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xbcaecc8f sdw_nread +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xc4ab3695 sdw_clear_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xc9eaa46c sdw_extract_slave_id +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xda5bce09 sdw_release_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xdac4252e sdw_stream_add_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xe838495c sdw_write +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xeaf20553 sdw_read_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf53ba0b8 sdw_rows +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf9324ff3 sdw_bread_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x09eb58aa sdw_cdns_clock_restart +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x11e58d40 sdw_cdns_config_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x34712074 sdw_cdns_irq +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x3d04d703 sdw_cdns_pdi_init +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x43e75d49 sdw_cdns_config_update_set_wait +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x51814757 sdw_cdns_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x639b6915 sdw_cdns_enable_interrupt +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x648c893e cdns_set_sdw_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x6ce2a6ea sdw_cdns_is_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x904565ce sdw_cdns_exit_reset +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xa1283cc3 sdw_cdns_config_update +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xb3725b10 sdw_cdns_check_self_clearing_bits +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xb6877cd0 sdw_cdns_probe +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xbb1f7289 cdns_xfer_msg +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xca93c074 cdns_xfer_msg_defer +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xd01387c7 cdns_bus_conf +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xe00beaeb cdns_read_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xf1085ef8 sdw_cdns_alloc_pdi +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xf2be2569 sdw_cdns_init +EXPORT_SYMBOL drivers/soundwire/soundwire-generic-allocation 0x2d15c2b0 sdw_compute_params +EXPORT_SYMBOL drivers/soundwire/soundwire-generic-allocation 0x43e526fe sdw_compute_slave_ports +EXPORT_SYMBOL drivers/ssb/ssb 0x1213a744 ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x24803321 ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0x2635aed8 ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0x2a18b1f4 ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0x4fa627dd ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0x5eac2714 ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0x68d2d23f ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0x74fae6a5 ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x7a85aa4a ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x82d4a866 ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x862a93fc __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0x8d11f87f ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0x8e735bfd ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0xb4d237fc ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0xb75eb8cc ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xc68af7a8 ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0xcb17f1cb ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xcc384441 ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0xcd7ae10f ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0xdfc7c6ef ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xe54623c1 ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0xfd3d74fe ssb_bus_unregister +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x09680e83 fbtft_unregister_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x09959456 fbtft_dbg_hex +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x0b53a979 fbtft_write_reg16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x14d260b2 fbtft_framebuffer_alloc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x2250ffda fbtft_write_vmem16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x265e5961 fbtft_write_spi_emulate_9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x26e1d2ec fbtft_write_buf_dc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x2a911f5a fbtft_register_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x2c79e9f9 fbtft_probe_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x2d5e7f35 fbtft_remove_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x2e9df071 fbtft_write_reg8_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x2f841e94 fbtft_write_reg8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x4169653e fbtft_write_gpio8_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x4d40cf37 fbtft_register_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x68a558b6 fbtft_write_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x6d24d116 fbtft_write_gpio16_wr_latched +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x6da11782 fbtft_framebuffer_release +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x6db57001 fbtft_init_display +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x81bef2fd fbtft_write_reg16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x83ab52d8 fbtft_write_gpio16_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xd8ad9cbc fbtft_write_vmem8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xdfee7e77 fbtft_write_vmem16_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xed3084cd fbtft_read_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xf5131649 fbtft_write_vmem16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xfe72cd02 fbtft_unregister_backlight +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x29fcf2b2 gbaudio_unregister_module +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x6c40b840 gbaudio_register_module +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0xc861ad1b gbaudio_module_update +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x82083663 adt7316_probe +EXPORT_SYMBOL drivers/staging/nvec/nvec 0x40f6eeb6 nvec_write_async +EXPORT_SYMBOL drivers/staging/nvec/nvec 0xa6f71bc6 nvec_write_sync +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x027f995a rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x145b282a dot11d_channel_map +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1db5c9d5 rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1f9dac89 rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x201657bc rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22166084 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2766cb2e rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2e2c56ce rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2f5321cf rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3980b05f rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x39a27cf7 rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x44131543 rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x477a5b0d notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x47b5faa3 rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4bb5a6ed rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4e59cb13 rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x587faa2c rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x58f7e442 rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5c4b2f86 rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5fc8570e rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x63fda226 rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6611cfd8 rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x700443d2 rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x725079c7 rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x75e82e2c rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x762380ec rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8066d09c free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x80858e44 HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x82fced11 rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x871080ef rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x89bf522a rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8a27fad5 RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8f6a56d4 rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x91642763 rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9998850a alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9e5a1f14 rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xad3b95f7 rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xaf515435 rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb4cd0985 rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc2934fed rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc8b996cc rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc9ad5d70 rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xca3a6993 rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd5989130 rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xde3a93ee rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe0f7dd28 rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe55950c5 rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xef5e9c44 rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfbdd3601 dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xff127a3b rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x232e7944 ieee80211_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x23b6b50b ieee80211_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x265159f4 ieee80211_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x28b44964 ieee80211_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x301c4330 ieee80211_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x303b7a88 ieee80211_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x31282e0d ieee80211_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x31616436 ieee80211_rx_mgt +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x37d8ce85 ieee80211_wx_get_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3fb304aa ieee80211_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3ff43e74 ieee80211_rx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x48019303 ieee80211_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4ffc1968 ieee80211_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5065034b ieee80211_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x50db2bbd ieee80211_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5ab24918 ieee80211_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6651f895 ieee80211_is_shortslot +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6a68d7a0 ieee80211_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x786ecaca dot11d_get_max_tx_pwr_in_dbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7d11a059 ieee80211_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8338212d ieee80211_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x85d03d14 ieee80211_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x87edb04c SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x921afbd8 ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x93673ffa ieee80211_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x94812392 ieee80211_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x975411ce HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9846f1f6 ieee80211_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9a6d3032 ieee80211_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9cd6e94d ieee80211_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa37de7a5 ieee80211_disassociate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa7965b79 rtl8192u_dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xaa9c4dcf ieee80211_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb147017d ieee80211_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb1611c4c ieee80211_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb85f6708 ieee80211_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbaae2b3d ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbef3b7e4 ieee80211_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbfb20230 to_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc2516209 dot11d_update_country_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc37a27f9 ieee80211_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc41f29b3 ieee80211_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcd03bc0e ieee80211_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd2aabdb5 ieee80211_softmac_xmit +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd3a62b0c ieee80211_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd46fd6e4 ieee80211_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd47f7fa2 ieee80211_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd654be66 ieee80211_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd74fab1d notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd9d70148 is_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe3372510 ieee80211_is_54g +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe8812b12 ieee80211_txb_free +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe99a9177 ieee80211_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf07c5e3f dot11d_scan_complete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfd114dff ieee80211_softmac_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfd82cb0a dot11d_reset +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0b47fca8 iscsit_build_datain_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0c9b51fc iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0d97df09 iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x12a14b22 iscsi_change_param_sprintf +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x165704bb iscsit_aborted_task +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1bf8aec5 iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2082129d iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x299f7fd8 iscsit_response_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x349399b4 iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3df04f66 iscsit_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x481fda01 iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4ee68a2d iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x52f40ae0 iscsit_add_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x56083546 iscsit_build_r2ts_for_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x56a0f935 iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x60231a21 iscsit_set_unsolicited_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x61a12617 iscsit_find_cmd_from_itt_or_dump +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x61dd9aa0 iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x623f1f41 iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x67fd7187 iscsit_free_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x731a5d51 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7cb46a1d iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x872dc43c iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9161189a iscsit_add_cmd_to_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x91bc216a iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x950b3d8f iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x98ab07c0 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9a57885a iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9d42ac00 iscsit_thread_check_cpumask +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9d7fed1a iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa1a017f4 iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa3caa490 iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa4dbe04c iscsit_get_datain_values +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa8163bc0 iscsi_target_check_login_request +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb008180e iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb3105641 iscsit_reject_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb74a9a9b iscsit_handle_snack +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc172f4af iscsit_find_cmd_from_itt +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc2f4909a iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xcd07eac5 iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd68097f5 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd7475997 iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd8bf7a0d __iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe40bd489 iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf34332f0 iscsi_find_param_from_key +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf398b625 iscsit_queue_rsp +EXPORT_SYMBOL drivers/target/target_core_mod 0x00345a77 spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x00f542d6 target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0x0139dbd9 target_nacl_find_deve +EXPORT_SYMBOL drivers/target/target_core_mod 0x01f8c50b core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x0871ffd6 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x101b44e9 transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x123ace9b transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x13bc956c target_show_dynamic_sessions +EXPORT_SYMBOL drivers/target/target_core_mod 0x142072c0 transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x1de2c628 __target_init_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x2b666969 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x3350d87b core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x38bb3899 target_set_cmd_data_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x3a20a9d7 transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x43b8daa6 target_unregister_template +EXPORT_SYMBOL drivers/target/target_core_mod 0x45fd7961 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x49284eb0 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x4ae2202b transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0x4df2ff77 transport_alloc_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x50ebbf03 sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x5381a976 sbc_dif_copy_prot +EXPORT_SYMBOL drivers/target/target_core_mod 0x54cf14ed transport_copy_sense_to_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x5551a504 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x57ba655a transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x5b2b9c18 transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x5bdb610a target_free_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0x5be8ed4f transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0x5f337cc8 target_cmd_init_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x66b88d55 transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x68e287f3 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x6aa71a1c target_stop_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x6c0953e2 target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0x71167ec6 sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x7a8aff4e transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x7fbf9475 passthrough_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x85ece831 target_lun_is_rdonly +EXPORT_SYMBOL drivers/target/target_core_mod 0x866f8f4b transport_backend_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x883443b9 passthrough_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x89104834 sbc_dif_verify +EXPORT_SYMBOL drivers/target/target_core_mod 0x9091c507 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x9ace9cd7 target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0x9b515d08 target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xa196227c target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0xa4b462fa target_backend_unregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xa7dd549a sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0xab8afb70 transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0xac29f9ab transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0xaefbcacd target_alloc_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0xafc3d303 target_undepend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0xb2ffe372 core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xb332bd1f spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0xb5c4b144 spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0xb7737ba6 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0xb7e98105 sbc_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0xb8f197ea target_setup_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xba4a361d target_remove_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xbac6b385 target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xbb8ae1d4 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xbbf8a24d target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xcf1b6f70 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xda4192f0 target_send_busy +EXPORT_SYMBOL drivers/target/target_core_mod 0xda53b40e target_tpg_has_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xe06100ba spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xe13fbd8a core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xe16e42ca core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0xe51777a0 core_allocate_nexus_loss_ua +EXPORT_SYMBOL drivers/target/target_core_mod 0xe5eed76f transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xe6098de2 transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xe630504a target_complete_cmd_with_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0xe76d3b5e target_depend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0xe7a34827 target_register_template +EXPORT_SYMBOL drivers/target/target_core_mod 0xe801c3e0 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xe8be46c3 passthrough_pr_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0xef971833 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xf20f3ae4 target_cmd_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3c2dfe0 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf5eba867 target_show_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xf5f89f65 transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0xfd858711 target_complete_cmd +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x16137c11 ufshcd_get_local_unipro_ver +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x69f8eaf0 ufshcd_runtime_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x9545d8bf ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x9665bbea ufshcd_alloc_host +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x9d7e95c1 ufshcd_system_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xc46f5efa ufshcd_system_suspend +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0xb6f71a0e tc_dwc_g210_config_20_bit +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0xbebef7c4 tc_dwc_g210_config_40_bit +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0x539a7aee ufshcd_dwc_dme_set_attrs +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0xc53c23c5 ufshcd_dwc_link_startup_notify +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0x097f0a0b usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0x25cf5d58 usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x6e78a6c9 sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x007c77f1 usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x05eb8a65 usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x31a66edf usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x4625c09a usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x53583f40 usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x78bb0c0b usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x9f3fb36e usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xc358c8dc usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xe9e120ca usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xec190594 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xf22bfbcb usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x02b26760 usb_serial_suspend +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x7b91cf17 usb_serial_resume +EXPORT_SYMBOL drivers/vdpa/vdpa 0xcfdf55a1 vdpa_set_status +EXPORT_SYMBOL drivers/vfio/vfio 0x19567d06 vfio_info_cap_shift +EXPORT_SYMBOL drivers/vfio/vfio 0x6c28be5a vfio_info_add_capability +EXPORT_SYMBOL drivers/vfio/vfio 0x815e289e vfio_unpin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0xa22edc3c vfio_dma_rw +EXPORT_SYMBOL drivers/vfio/vfio 0xadc044b7 vfio_set_irqs_validate_and_prepare +EXPORT_SYMBOL drivers/vfio/vfio 0xb317f603 vfio_pin_pages +EXPORT_SYMBOL drivers/vhost/vhost 0x083be96c vhost_chr_write_iter +EXPORT_SYMBOL drivers/vhost/vhost 0x293b4043 vhost_chr_poll +EXPORT_SYMBOL drivers/vhost/vringh 0x22535a6e vringh_abandon_user +EXPORT_SYMBOL drivers/vhost/vringh 0x22f44e7d vringh_getdesc_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x31848eae vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0x372fd6c2 vringh_init_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3a5d8ed7 vringh_getdesc_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3b304ebb vringh_iov_push_user +EXPORT_SYMBOL drivers/vhost/vringh 0x4311cd91 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0x52bae5f4 vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x660779c8 vringh_kiov_advance +EXPORT_SYMBOL drivers/vhost/vringh 0x6bcdc931 vringh_complete_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x6bf1b1c2 vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0x7eaceeaa vringh_init_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x8f8840e8 vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x932af7d7 vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x964ca823 vringh_iov_push_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x97fa07e9 vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x9a775e41 vringh_init_iotlb_va +EXPORT_SYMBOL drivers/vhost/vringh 0x9a81a3f6 vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x9bdd89ae vringh_abandon_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x9f597502 vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xacec70e7 vringh_need_notify_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xb98c2548 vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xbb2391f3 vringh_notify_enable_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xbdb0df4e vringh_set_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xc33f4090 vringh_iov_pull_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xc467f54a vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xc5a7eb98 vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xcc0cbfb9 vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0xd8535ad6 vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xde804bb9 vringh_iov_pull_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xe08ccbed vringh_notify_disable_iotlb +EXPORT_SYMBOL drivers/video/backlight/lcd 0x35bb5e7c devm_lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0x45108b83 lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0x76bd31c9 lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xef327dbf devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x17f3f471 svga_set_default_seq_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x1be6dc30 svga_set_textmode_vga_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x2ce66580 svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x35db3aeb svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x3ba9b18d svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x3ec3bcc7 svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x446d703d svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x7904402f svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x83a41489 svga_set_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x84c337c2 svga_wcrt_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x84c97d2a svga_match_format +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x9a7180c1 svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xb0ab2b2e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd6ec2c44 svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xdcc5a013 svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x0cc3ede5 cyber2000fb_detach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x534b6f18 cyber2000fb_disable_extregs +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x6a2fd382 cyber2000fb_attach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0xb39f68d1 cyber2000fb_enable_extregs +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0x233917d1 mac_vmode_to_var +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0x38e39ea9 mac_find_mode +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x3d2901f9 matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x73b101b6 matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xf8ec39b9 g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x432e85a0 matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x943018df matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xa56885cd DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xd6cc8c37 DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0x4610fbf7 matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0x535c600b matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x13f5bb21 matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x49d5c97e matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xb856697b matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xf0f8f453 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x776d9d6a matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xfd3f2ea1 matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x0b7ed5ba matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x47b9914b matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x6a953016 matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xb8badf4d matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xbdce8894 matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x3037658e sis_malloc +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0xfe963115 sis_free +EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga +EXPORT_SYMBOL drivers/video/vgastate 0xe7a2620e save_vga +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x6c79d393 virtio_dma_buf_export +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x9a39215f virtio_dma_buf_attach +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xe45d1a22 virtio_dma_buf_get_uuid +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xef9fcdc2 is_virtio_dma_buf +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x0d5844bd w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xde0d0d92 w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xa0d31d5c w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xf0f1b7d2 w1_ds2781_io +EXPORT_SYMBOL drivers/w1/wire 0x87761e45 w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0x9e0b4428 w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0xe03b0d8c w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0xfe66e855 w1_add_master_device +EXPORT_SYMBOL fs/fscache/fscache 0x02907430 __fscache_write_to_cache +EXPORT_SYMBOL fs/fscache/fscache 0x1a0d09e7 fscache_n_write +EXPORT_SYMBOL fs/fscache/fscache 0x21a608ed __fscache_begin_write_operation +EXPORT_SYMBOL fs/fscache/fscache 0x234a140d __traceiter_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x2593fd79 fscache_wait_for_operation +EXPORT_SYMBOL fs/fscache/fscache 0x2b389369 __tracepoint_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0x306805d3 __SCK__tp_func_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x335056b5 fscache_dirty_folio +EXPORT_SYMBOL fs/fscache/fscache 0x386761f8 fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0x429befb4 fscache_end_volume_access +EXPORT_SYMBOL fs/fscache/fscache 0x4404d2aa fscache_n_no_create_space +EXPORT_SYMBOL fs/fscache/fscache 0x4996bd29 fscache_n_updates +EXPORT_SYMBOL fs/fscache/fscache 0x4bd084ba __SCK__tp_func_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0x4c6dbac1 __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x53e75ad0 __fscache_begin_read_operation +EXPORT_SYMBOL fs/fscache/fscache 0x557a775f fscache_addremove_sem +EXPORT_SYMBOL fs/fscache/fscache 0x6e416521 __SCK__tp_func_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x71fb0e58 __tracepoint_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x73e69e7c __fscache_unuse_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x77e19a42 __tracepoint_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x81c2c66e fscache_acquire_cache +EXPORT_SYMBOL fs/fscache/fscache 0x888013f9 __fscache_acquire_volume +EXPORT_SYMBOL fs/fscache/fscache 0x89f7284f fscache_end_cookie_access +EXPORT_SYMBOL fs/fscache/fscache 0x8c2d6da7 fscache_clearance_waiters +EXPORT_SYMBOL fs/fscache/fscache 0x90b0f1e3 __fscache_use_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x90d447f3 fscache_n_culled +EXPORT_SYMBOL fs/fscache/fscache 0x944527c2 fscache_withdraw_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x9ffefcb2 fscache_n_read +EXPORT_SYMBOL fs/fscache/fscache 0xa2e99b54 fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0xa70dbd35 fscache_resume_after_invalidation +EXPORT_SYMBOL fs/fscache/fscache 0xae6040a5 __traceiter_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0xaed613ac __fscache_relinquish_volume +EXPORT_SYMBOL fs/fscache/fscache 0xbca46908 fscache_wq +EXPORT_SYMBOL fs/fscache/fscache 0xbf2175eb fscache_get_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xc148c100 fscache_withdraw_volume +EXPORT_SYMBOL fs/fscache/fscache 0xc192d7b4 __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0xcce11a60 fscache_n_no_write_space +EXPORT_SYMBOL fs/fscache/fscache 0xcfb9881b fscache_relinquish_cache +EXPORT_SYMBOL fs/fscache/fscache 0xdca85ec0 __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xdcb87498 __traceiter_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0xdebd5278 __fscache_clear_page_bits +EXPORT_SYMBOL fs/fscache/fscache 0xdfe7c129 __fscache_resize_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xe95d3fe6 fscache_caching_failed +EXPORT_SYMBOL fs/fscache/fscache 0xeeebb7e8 fscache_put_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xf2e0e746 fscache_cookie_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0xfefa8a3a fscache_withdraw_cache +EXPORT_SYMBOL fs/netfs/netfs 0x3dced1e8 netfs_read_folio +EXPORT_SYMBOL fs/netfs/netfs 0x46781b46 netfs_write_begin +EXPORT_SYMBOL fs/netfs/netfs 0x551c812c netfs_subreq_terminated +EXPORT_SYMBOL fs/netfs/netfs 0x55d29d3e netfs_stats_show +EXPORT_SYMBOL fs/netfs/netfs 0xf3ddc31f netfs_readahead +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x3edad1cc qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x74faced3 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xa63a0ab4 qtree_get_next_id +EXPORT_SYMBOL fs/quota/quota_tree 0xa9fc7b62 qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xaf86e4e4 qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0xec96a39f qtree_delete_dquot +EXPORT_SYMBOL lib/crc-itu-t 0x09a34a2b crc_itu_t +EXPORT_SYMBOL lib/crc-itu-t 0xd819a524 crc_itu_t_table +EXPORT_SYMBOL lib/crc7 0x65aaf037 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc7 0xba55d23e crc7_be +EXPORT_SYMBOL lib/crypto/libarc4 0x2bb32ad1 arc4_setkey +EXPORT_SYMBOL lib/crypto/libarc4 0xcd47fcc4 arc4_crypt +EXPORT_SYMBOL lib/crypto/libchacha 0xcec122d7 chacha_crypt_generic +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x147c3f2e chacha20poly1305_encrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x521c7102 xchacha20poly1305_decrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x6c713da5 chacha20poly1305_encrypt_sg_inplace +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x916491ac chacha20poly1305_decrypt_sg_inplace +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0xc20134e7 chacha20poly1305_decrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0xce15a526 xchacha20poly1305_encrypt +EXPORT_SYMBOL lib/crypto/libcurve25519-generic 0x12627f15 curve25519_generic +EXPORT_SYMBOL lib/crypto/libcurve25519-generic 0x4a5a8811 curve25519_null_point +EXPORT_SYMBOL lib/crypto/libcurve25519-generic 0x7e6fdbfc curve25519_base_point +EXPORT_SYMBOL lib/crypto/libpoly1305 0x021f3700 poly1305_core_blocks +EXPORT_SYMBOL lib/crypto/libpoly1305 0xbcb90cb3 poly1305_core_emit +EXPORT_SYMBOL lib/crypto/libpoly1305 0xd45b9cf4 poly1305_core_setkey +EXPORT_SYMBOL lib/libcrc32c 0xb15b4109 crc32c +EXPORT_SYMBOL lib/lru_cache 0x0cb562e6 lc_put +EXPORT_SYMBOL lib/lru_cache 0x12de578e lc_committed +EXPORT_SYMBOL lib/lru_cache 0x1d2ebc6a lc_get +EXPORT_SYMBOL lib/lru_cache 0x2675693b lc_del +EXPORT_SYMBOL lib/lru_cache 0x50f72810 lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0x75e88edc lc_destroy +EXPORT_SYMBOL lib/lru_cache 0x96d40a48 lc_try_get +EXPORT_SYMBOL lib/lru_cache 0xa79000a0 lc_is_used +EXPORT_SYMBOL lib/lru_cache 0xaeb959aa lc_create +EXPORT_SYMBOL lib/lru_cache 0xbe528bff lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0xbf18a077 lc_reset +EXPORT_SYMBOL lib/lru_cache 0xc4d8d7a4 lc_find +EXPORT_SYMBOL lib/lru_cache 0xdbdee578 lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0xf0e20f9b lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0xfba16232 lc_get_cumulative +EXPORT_SYMBOL lib/lz4/lz4_compress 0x4f4d78c5 LZ4_compress_default +EXPORT_SYMBOL lib/lz4/lz4_compress 0x5bc92e85 LZ4_compress_destSize +EXPORT_SYMBOL lib/lz4/lz4_compress 0x6004858d LZ4_compress_fast +EXPORT_SYMBOL lib/lz4/lz4_compress 0x635ff76d LZ4_saveDict +EXPORT_SYMBOL lib/lz4/lz4_compress 0x749849d8 LZ4_loadDict +EXPORT_SYMBOL lib/lz4/lz4_compress 0xf9eced44 LZ4_compress_fast_continue +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x38f7b6e0 LZ4_compress_HC_continue +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x93ff008c LZ4_loadDictHC +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x9cef495b LZ4_saveDictHC +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0xddf86133 LZ4_compress_HC +EXPORT_SYMBOL lib/math/cordic 0x7e431c15 cordic_calc_iq +EXPORT_SYMBOL lib/objagg 0x0363233d objagg_obj_raw +EXPORT_SYMBOL lib/objagg 0x23865923 objagg_destroy +EXPORT_SYMBOL lib/objagg 0x24ca5ca9 objagg_obj_root_priv +EXPORT_SYMBOL lib/objagg 0x342aefe2 objagg_obj_delta_priv +EXPORT_SYMBOL lib/objagg 0x352633f4 objagg_hints_stats_get +EXPORT_SYMBOL lib/objagg 0x3c58e78f objagg_hints_put +EXPORT_SYMBOL lib/objagg 0x6691f29d objagg_obj_put +EXPORT_SYMBOL lib/objagg 0x679e8cc2 objagg_create +EXPORT_SYMBOL lib/objagg 0xb17ab162 objagg_obj_get +EXPORT_SYMBOL lib/objagg 0xdaa3ee68 objagg_stats_get +EXPORT_SYMBOL lib/objagg 0xf5511527 objagg_stats_put +EXPORT_SYMBOL lib/objagg 0xfaa9d1a8 objagg_hints_get +EXPORT_SYMBOL lib/parman 0x0f518717 parman_prio_init +EXPORT_SYMBOL lib/parman 0x7b03d378 parman_item_add +EXPORT_SYMBOL lib/parman 0x8b7e26f5 parman_item_remove +EXPORT_SYMBOL lib/parman 0xc3e2d892 parman_create +EXPORT_SYMBOL lib/parman 0xc6a3d260 parman_prio_fini +EXPORT_SYMBOL lib/parman 0xca39ae6a parman_destroy +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0b2c64a3 raid6_vgfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x17f54263 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x2b4846a1 raid6_empty_zero_page +EXPORT_SYMBOL lib/raid6/raid6_pq 0x59a2712d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0xc8e3332b raid6_gflog +EXPORT_SYMBOL lib/raid6/raid6_pq 0xcc4ee841 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd91319d6 raid6_gfmul +EXPORT_SYMBOL net/6lowpan/6lowpan 0x1928aeb0 lowpan_register_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0x3fc4932b lowpan_register_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0xac05333c lowpan_nhc_add +EXPORT_SYMBOL net/6lowpan/6lowpan 0xce0a7837 lowpan_unregister_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0xe2e43f18 lowpan_unregister_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0xe8be91e3 lowpan_nhc_del +EXPORT_SYMBOL net/802/p8022 0x2af727e7 register_8022_client +EXPORT_SYMBOL net/802/p8022 0xf330bcb3 unregister_8022_client +EXPORT_SYMBOL net/802/psnap 0xc2976887 register_snap_client +EXPORT_SYMBOL net/802/psnap 0xc8d873c3 unregister_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x016e145b p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x07956da5 p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0x0ebed9a4 p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x1525aab6 p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0x1828b4a9 p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0x23b944c6 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x352599b1 p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x3f044ad2 p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0x41ce9823 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0x4953836f p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0x4975ad32 p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0x4a67d1b9 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x4ba99359 p9_fcall_fini +EXPORT_SYMBOL net/9p/9pnet 0x4cfa72fe v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0x4d890418 do_trace_9p_fid_put +EXPORT_SYMBOL net/9p/9pnet 0x4e2bb3e4 p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0x53244923 p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0x53f6390c do_trace_9p_fid_get +EXPORT_SYMBOL net/9p/9pnet 0x5659fd1a p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0x691139a6 p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0x742d9978 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0x761cad64 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x768f7ae9 p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0x820e8544 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0x841dfede v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0x8d828099 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0x8dd76d7d p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0x9475071a p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x95bd8f96 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x9c2c6dbb p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0x9d6d1909 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0xa2e4bcfb p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0xa2f733bf p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0xa9ba78b0 v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0xadebf915 __traceiter_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xb1ba73ff p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0xb34a71eb p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0xb55ae777 __SCK__tp_func_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xbac5a7ae p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xbc052ad6 p9_client_read_once +EXPORT_SYMBOL net/9p/9pnet 0xc3ddef06 p9_req_put +EXPORT_SYMBOL net/9p/9pnet 0xcb334f80 p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0xcd9ec822 p9_show_client_options +EXPORT_SYMBOL net/9p/9pnet 0xd00dd951 p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0xd384c683 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0xdbb425a5 p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0xdfff1c63 p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0xe11a5eb0 p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0xe3a6e410 p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xe6384bab p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xee437897 __tracepoint_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xf88c9627 p9_client_walk +EXPORT_SYMBOL net/appletalk/appletalk 0x40bdbd2f aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0x903b6c1c alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0x96e0105e atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0xabb3ffd2 atalk_find_dev_addr +EXPORT_SYMBOL net/atm/atm 0x0830bdea vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0x11b154f8 register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x1395eaf7 atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x32388fb7 vcc_release_async +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x44c6e633 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0x4f7e01de deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x558574b8 atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0x6763d31c atm_dev_register +EXPORT_SYMBOL net/atm/atm 0x7df7c128 atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0x844cd251 vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0x947e0ddc atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xcb831267 atm_charge +EXPORT_SYMBOL net/atm/atm 0xe8cd2dd0 atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0xea1862eb atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/ax25/ax25 0x11281652 ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0x14cecd59 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x176b1dbc ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0x1cea9bf8 ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x2a6add17 ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0x2e0f64a5 ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0x39d1046a ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x64c41c67 ax25_ip_xmit +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xee02e420 ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0xf217732b ax25_header_ops +EXPORT_SYMBOL net/bluetooth/bluetooth 0x00fcf661 hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x02d8f30e hci_mgmt_chan_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x03dd9e87 bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x04199e61 hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0718b8b7 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x076c299d hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0f42c3b2 hci_recv_diag +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1d1d8c4b bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1d46ff8f bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x214e4265 bt_warn +EXPORT_SYMBOL net/bluetooth/bluetooth 0x250f0035 __hci_cmd_sync_status +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2c4f92e4 hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2e47a2fc __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2e847f91 hci_devcd_append_pattern +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2f7be99f bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x33530671 hci_reset_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3700cacd hci_devcd_append +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3a708519 hci_devcd_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3d829683 hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4043bda1 bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4287ee08 __hci_cmd_send +EXPORT_SYMBOL net/bluetooth/bluetooth 0x45552ff0 hci_devcd_abort +EXPORT_SYMBOL net/bluetooth/bluetooth 0x47e0b5a0 bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4bf8cf88 l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4fb8641a __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5d3e4bfc hci_devcd_complete +EXPORT_SYMBOL net/bluetooth/bluetooth 0x71e8caf5 hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x78a8edc6 l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x796d1852 hci_set_hw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7aad008b bt_to_errno +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7b5ce5c3 baswap +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7b8c32f1 bt_err +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7bd9427a bt_status +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8ae34d0d bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8c248054 l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8df93134 hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9c8320ef hci_devcd_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9d68051b hci_cmd_sync_submit +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa36d67be hci_devcd_rx +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa42753c1 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa60137a1 hci_devcd_timeout +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa913b03e l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0xaf72706b hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb0c39c66 hci_release_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb18b9cfa __hci_cmd_sync_status_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb596771c hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb95d7e10 hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0xba37de12 bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbac9a086 l2cap_chan_close +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbb691dba hci_cmd_sync_cancel +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbc96edac hci_cmd_sync_queue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc01c7afa hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc47d4622 bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc6bc0dc9 bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc97ff2d7 __hci_cmd_sync_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd5bff390 l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd7613212 bt_err_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdad25c32 hci_mgmt_chan_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0xddacccf6 bt_warn_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe19c26cc hci_alloc_dev_priv +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe1c899f2 bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe33695b1 bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe3626f02 hci_set_fw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0xed2720d1 bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0xed491b95 bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf2e787da hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf38da836 bt_sock_register +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x06ee46fc ebt_unregister_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x41e103cf ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x48c6173e ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x882b03bc ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xa592c85b ebt_unregister_table_pre_exit +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xea9cd90a ebt_register_template +EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt +EXPORT_SYMBOL net/caif/caif 0x2a09f713 cfpkt_fromnative +EXPORT_SYMBOL net/caif/caif 0x329dbd06 cfpkt_info +EXPORT_SYMBOL net/caif/caif 0x34873fa3 caif_connect_client +EXPORT_SYMBOL net/caif/caif 0x38701a7c cfcnfg_del_phy_layer +EXPORT_SYMBOL net/caif/caif 0x3fa84493 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x40babbe0 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x70ecf75a caif_disconnect_client +EXPORT_SYMBOL net/caif/caif 0x74ad7f5d caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0x81389de4 cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xf95cf1a2 get_cfcnfg +EXPORT_SYMBOL net/can/can 0x346a3b5b can_send +EXPORT_SYMBOL net/can/can 0x5f4049bf can_rx_unregister +EXPORT_SYMBOL net/can/can 0x9228569c can_proto_unregister +EXPORT_SYMBOL net/can/can 0xdd785065 can_sock_destruct +EXPORT_SYMBOL net/can/can 0xdee145fa can_proto_register +EXPORT_SYMBOL net/can/can 0xed4e1575 can_rx_register +EXPORT_SYMBOL net/ceph/libceph 0x0254984d ceph_parse_param +EXPORT_SYMBOL net/ceph/libceph 0x027b071e ceph_msg_data_add_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x0473175c ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0x04cad6f0 ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x08e0518c ceph_monc_renew_subs +EXPORT_SYMBOL net/ceph/libceph 0x0a4b51a1 osd_req_op_extent_osd_data_bvec_pos +EXPORT_SYMBOL net/ceph/libceph 0x0a77c599 ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x0af90148 ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0x0beb2fae ceph_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x1378aba3 ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0x14808cb1 ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0x165b1948 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0x17c17611 ceph_pg_to_acting_primary +EXPORT_SYMBOL net/ceph/libceph 0x1b577705 ceph_monc_got_map +EXPORT_SYMBOL net/ceph/libceph 0x1b80b4e3 ceph_osdc_get_request +EXPORT_SYMBOL net/ceph/libceph 0x1df84b0b ceph_osdc_notify +EXPORT_SYMBOL net/ceph/libceph 0x1f7b3007 ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x2087719e ceph_oid_copy +EXPORT_SYMBOL net/ceph/libceph 0x2101cbc9 ceph_oid_destroy +EXPORT_SYMBOL net/ceph/libceph 0x284c6ed1 ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0x2a983d26 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x2d46d32f ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0x31cf399a osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0x31db4cc3 ceph_auth_add_authorizer_challenge +EXPORT_SYMBOL net/ceph/libceph 0x35316a0f ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x364317eb osd_req_op_extent_osd_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x3714d4b6 ceph_osdc_call +EXPORT_SYMBOL net/ceph/libceph 0x38f2d94e ceph_file_to_extents +EXPORT_SYMBOL net/ceph/libceph 0x3ac0bc6a ceph_msg_new2 +EXPORT_SYMBOL net/ceph/libceph 0x3ac725b2 ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x3acb9a4e ceph_osdc_clear_abort_err +EXPORT_SYMBOL net/ceph/libceph 0x3b43a7ab ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x3c8d7111 ceph_get_num_objects +EXPORT_SYMBOL net/ceph/libceph 0x3f36a732 ceph_print_client_options +EXPORT_SYMBOL net/ceph/libceph 0x417a9131 ceph_oloc_destroy +EXPORT_SYMBOL net/ceph/libceph 0x41aad092 osd_req_op_extent_dup_last +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x4867cfd2 ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x4affd6c2 ceph_parse_fsid +EXPORT_SYMBOL net/ceph/libceph 0x4e1114ed ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x4fba8986 ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0x50603ce3 ceph_decode_entity_addrvec +EXPORT_SYMBOL net/ceph/libceph 0x5765b38d ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x585117c4 osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x5a991068 osd_req_op_extent_osd_iter +EXPORT_SYMBOL net/ceph/libceph 0x5aeeee62 ceph_oid_aprintf +EXPORT_SYMBOL net/ceph/libceph 0x5b96df08 ceph_auth_handle_svc_reply_more +EXPORT_SYMBOL net/ceph/libceph 0x5df6ad23 ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0x5ef2c1a4 ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x5fbc6846 osd_req_op_copy_from_init +EXPORT_SYMBOL net/ceph/libceph 0x605422f8 osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x63a90c19 ceph_osdc_notify_ack +EXPORT_SYMBOL net/ceph/libceph 0x63e5da3c ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0x68c8bcd2 ceph_osdc_alloc_messages +EXPORT_SYMBOL net/ceph/libceph 0x6a7a38a0 ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x6c8940bd ceph_monc_blocklist_add +EXPORT_SYMBOL net/ceph/libceph 0x6e906d6c ceph_osdc_unwatch +EXPORT_SYMBOL net/ceph/libceph 0x76167be6 ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0x77c84c74 osd_req_op_xattr_init +EXPORT_SYMBOL net/ceph/libceph 0x780ce717 ceph_msg_get +EXPORT_SYMBOL net/ceph/libceph 0x7cfd87d8 osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x7d089a32 osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0x7d53ceb1 ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x7e18d42b osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x7f4ff736 ceph_osdc_list_watchers +EXPORT_SYMBOL net/ceph/libceph 0x7fc5e3e7 ceph_monc_get_version_async +EXPORT_SYMBOL net/ceph/libceph 0x807b8867 ceph_auth_handle_svc_reply_done +EXPORT_SYMBOL net/ceph/libceph 0x80f69a1d ceph_cls_lock_info +EXPORT_SYMBOL net/ceph/libceph 0x86fca7e4 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x8a84a0aa ceph_auth_handle_bad_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x9139374e ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0x922ca479 ceph_osdc_put_request +EXPORT_SYMBOL net/ceph/libceph 0x92b7b4ce ceph_pg_pool_flags +EXPORT_SYMBOL net/ceph/libceph 0x9340e870 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x937209bb osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x97c7690c ceph_osdc_maybe_request_map +EXPORT_SYMBOL net/ceph/libceph 0x987d3968 ceph_alloc_options +EXPORT_SYMBOL net/ceph/libceph 0x9bc6b539 ceph_find_or_create_string +EXPORT_SYMBOL net/ceph/libceph 0x9bf73567 ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0x9ca95932 ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x9ccdd40a ceph_osdc_watch +EXPORT_SYMBOL net/ceph/libceph 0x9ef851d2 ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x9fbba67f ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0x9fefa3cb ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0xa4d54909 osd_req_op_cls_request_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0xa5fa6287 ceph_osdc_cancel_request +EXPORT_SYMBOL net/ceph/libceph 0xa698f998 ceph_free_lockers +EXPORT_SYMBOL net/ceph/libceph 0xa8c54eae __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xaa9a92c5 __ceph_alloc_sparse_ext_map +EXPORT_SYMBOL net/ceph/libceph 0xabddf719 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0xac966112 ceph_wait_for_latest_osdmap +EXPORT_SYMBOL net/ceph/libceph 0xad1d3211 osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0xad703657 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb00d3080 ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0xb07001b9 ceph_cls_lock +EXPORT_SYMBOL net/ceph/libceph 0xb1590000 ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xb41c65bf ceph_client_gid +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb722b717 osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xb72c162e ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xb864c0f3 ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0xbb06af35 __ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xbd2f79ae ceph_oloc_copy +EXPORT_SYMBOL net/ceph/libceph 0xbd8805fa osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0xbdc91a89 ceph_msg_put +EXPORT_SYMBOL net/ceph/libceph 0xbddf817d ceph_osdc_update_epoch_barrier +EXPORT_SYMBOL net/ceph/libceph 0xbe3879aa ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xc3217ed4 ceph_cls_unlock +EXPORT_SYMBOL net/ceph/libceph 0xc366bfa1 ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0xc6a522da osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0xc8708ad0 ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0xc97a4ceb ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0xca80437b ceph_extent_to_file +EXPORT_SYMBOL net/ceph/libceph 0xcb354fa7 ceph_parse_mon_ips +EXPORT_SYMBOL net/ceph/libceph 0xcc9dab26 ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0xce8c6fbd osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0xd16ecd98 ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0xd4d736db ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0xd4eb7735 ceph_decode_entity_addr +EXPORT_SYMBOL net/ceph/libceph 0xd5bf3379 ceph_cls_break_lock +EXPORT_SYMBOL net/ceph/libceph 0xd76d62fe ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xd8decdf1 ceph_monc_want_map +EXPORT_SYMBOL net/ceph/libceph 0xdf6ef4a1 ceph_oid_printf +EXPORT_SYMBOL net/ceph/libceph 0xdfc091f9 ceph_entity_type_name +EXPORT_SYMBOL net/ceph/libceph 0xe05315ec ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xe0b840cc ceph_reset_client_addr +EXPORT_SYMBOL net/ceph/libceph 0xe1a2a0e1 ceph_cls_assert_locked +EXPORT_SYMBOL net/ceph/libceph 0xe2192ea0 ceph_monc_get_version +EXPORT_SYMBOL net/ceph/libceph 0xe34a59f2 ceph_object_locator_to_pg +EXPORT_SYMBOL net/ceph/libceph 0xe45d82c7 ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0xe76e7226 ceph_pagelist_alloc +EXPORT_SYMBOL net/ceph/libceph 0xead46697 ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0xeca59572 ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0xee120c03 ceph_release_string +EXPORT_SYMBOL net/ceph/libceph 0xeef6cfa3 ceph_iterate_extents +EXPORT_SYMBOL net/ceph/libceph 0xefce3c3b ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0xefce991c ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0xefd57baf ceph_osdc_abort_requests +EXPORT_SYMBOL net/ceph/libceph 0xf009777d osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0xf03fe862 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0xf254297e ceph_addr_is_blank +EXPORT_SYMBOL net/ceph/libceph 0xf377e89b ceph_cls_set_cookie +EXPORT_SYMBOL net/ceph/libceph 0xf3780b5f ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0xf894365a ceph_check_fsid +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x4149d3ab dccp_syn_ack_timeout +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x7b58f089 dccp_req_err +EXPORT_SYMBOL net/hsr/hsr 0x1d5ee4e6 hsr_get_version +EXPORT_SYMBOL net/hsr/hsr 0xab53465d is_hsr_master +EXPORT_SYMBOL net/ieee802154/ieee802154 0x399f6d3c wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0x46b9179d wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0x4adfdc5b wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0x5476a823 wpan_phy_new +EXPORT_SYMBOL net/ieee802154/ieee802154 0x897161e2 wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0xeedd1593 wpan_phy_find +EXPORT_SYMBOL net/ipv4/fou 0x1757d1a4 fou_encap_hlen +EXPORT_SYMBOL net/ipv4/fou 0x8075c492 __gue_build_header +EXPORT_SYMBOL net/ipv4/fou 0x9bcda5f9 __fou_build_header +EXPORT_SYMBOL net/ipv4/fou 0xf13914b3 gue_encap_hlen +EXPORT_SYMBOL net/ipv4/gre 0x71447a9c gre_parse_header +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x1a231191 ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x3363ca16 ip_tunnel_get_iflink +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x58fcc1e4 ip_tunnel_encap_add_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xba3a65ec ip_tunnel_md_udp_encap +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xbbdd333f ip_tunnel_encap_del_ops +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x1ac71e09 arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x7c1231b9 arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x7d96334f arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xcca0954b arpt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x42fc6e24 ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xb87f8349 ipt_unregister_table_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xe02b4cb7 ipt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xf77ae618 ipt_do_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x44a0bb3c xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/tunnel4 0xdadcb8a0 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/udp_tunnel 0x66af8714 udp_sock_create4 +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x00ff5567 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x31cdcf8e ip6_tnl_change_mtu +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x3d54ffd7 ip6_tnl_encap_add_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x56b23f2a ip6_tnl_encap_del_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x9a54752f ip6_tnl_rcv +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xa03f06e3 ip6_tnl_xmit +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xacf27467 ip6_tnl_get_link_net +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xdebe011b ip6_tnl_get_iflink +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xe9a2ae66 ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x00b7faad ip6t_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x39c63cd5 ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x48f1e33b ip6t_unregister_table_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xaee9d72f ip6t_register_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x01581101 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/tunnel6 0xf86557b0 xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x3450c2e3 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x774271f8 xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/lapb/lapb 0x082bcad9 lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0x181af7a1 lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0x2e8ad7bf lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0x2e957721 lapb_register +EXPORT_SYMBOL net/lapb/lapb 0x353568e2 lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0x484ba918 lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0x4d25c853 lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0xaec57b66 lapb_unregister +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x3be53869 llc_add_pack +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x6738c27f llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0x73482dfb llc_sap_open +EXPORT_SYMBOL net/llc/llc 0x93726a46 llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0x93e99f67 llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0xef153a25 llc_sap_close +EXPORT_SYMBOL net/llc/llc 0xf575f038 llc_sap_find +EXPORT_SYMBOL net/mac80211/mac80211 0x04de3394 ieee80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x050f3c58 ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0x1237f3a8 ieee80211_txq_airtime_check +EXPORT_SYMBOL net/mac80211/mac80211 0x13879c05 ieee80211_sta_register_airtime +EXPORT_SYMBOL net/mac80211/mac80211 0x140800b7 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x14b5b73e ieee80211_tx_status_ext +EXPORT_SYMBOL net/mac80211/mac80211 0x191137f6 ieee80211_sta_recalc_aggregates +EXPORT_SYMBOL net/mac80211/mac80211 0x19f37f0d ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x1b32bb63 ieee80211_get_unsol_bcast_probe_resp_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0x1cf75d45 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x1d072b4f ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x1f1fc731 ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0x22270bef ieee80211_beacon_cntdwn_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x228d7ab9 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x22e1a986 ieee80211_iter_keys_rcu +EXPORT_SYMBOL net/mac80211/mac80211 0x2a05de57 ieee80211_tx_rate_update +EXPORT_SYMBOL net/mac80211/mac80211 0x2a766833 ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x2b010284 ieee80211_next_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x2b872cb4 ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x2cb1e530 ieee80211_beacon_update_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0x2dbd8ebd ieee80211_beacon_free_ema_list +EXPORT_SYMBOL net/mac80211/mac80211 0x391eda45 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0x3b09437a ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x3bbf3645 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0x3e87e989 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0x4151b5ce ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x43ea82bb ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x46f0fb07 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0x4933e985 ieee80211_txq_schedule_start +EXPORT_SYMBOL net/mac80211/mac80211 0x49622baf __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x4edefd6a ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x511aa5ca ieee80211_sta_uapsd_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x51983758 ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x536d5f34 ieee80211_sta_pspoll +EXPORT_SYMBOL net/mac80211/mac80211 0x55823fde ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0x56800919 ieee80211_txq_may_transmit +EXPORT_SYMBOL net/mac80211/mac80211 0x59324ebd ieee80211_send_eosp_nullfunc +EXPORT_SYMBOL net/mac80211/mac80211 0x5b55c7f0 ieee80211_rx_list +EXPORT_SYMBOL net/mac80211/mac80211 0x5fa90a2b ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x6052105e ieee80211_nan_func_terminated +EXPORT_SYMBOL net/mac80211/mac80211 0x63aa2c18 ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x6423f5ab ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x6466a307 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0x695c1019 ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0x7347a6e2 ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x73c72572 ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0x75f991f5 rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x77fc932b ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0x7fde6c4a ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0x81107ccb ieee80211_rx_napi +EXPORT_SYMBOL net/mac80211/mac80211 0x840c7d63 __ieee80211_schedule_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x899bc23d ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0x8b460ee9 ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x8cc090dd __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x8ffd719e ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x95febea6 ieee80211_get_bssid +EXPORT_SYMBOL net/mac80211/mac80211 0x96391873 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0x96962fad ieee80211_channel_switch_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0x96cae30d ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0x991a0ca0 ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x9987560b ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0x9ba21c9a ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xa01e608f ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0xa363178b ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xa453a53f ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xa85489ef ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0xa8d9a620 ieee80211_tx_dequeue +EXPORT_SYMBOL net/mac80211/mac80211 0xabd672d5 ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xaeb9a917 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xb1cc8b3c __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xb1d9a4fc ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0xb2aa19b2 ieee80211_beacon_get_template_ema_list +EXPORT_SYMBOL net/mac80211/mac80211 0xb3669ba0 ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0xb39977e4 ieee80211_txq_get_depth +EXPORT_SYMBOL net/mac80211/mac80211 0xb5322e8e ieee80211_handle_wake_tx_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xb6137144 ieee80211_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0xb94aeffe ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0xba90f99b ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xbad8478c ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0xbbc307df ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xbddd3b4f ieee80211_nan_func_match +EXPORT_SYMBOL net/mac80211/mac80211 0xc21ccc8a ieee80211_reserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0xc2221d14 ieee80211_get_fils_discovery_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0xc9883e54 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xcbfd5dc3 ieee80211_unreserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0xcc6dab3a ieee80211_manage_rx_ba_offl +EXPORT_SYMBOL net/mac80211/mac80211 0xcd353bc8 ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0xce2f69b3 ieee80211_refresh_tx_agg_session_timer +EXPORT_SYMBOL net/mac80211/mac80211 0xcea3ed1b ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0xcfe21b6f ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0xd33758d4 ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xd38e4eec ieee80211_tdls_oper_request +EXPORT_SYMBOL net/mac80211/mac80211 0xd49484cd __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xdbbbc544 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xdc630e89 ieee80211_rx_ba_timer_expired +EXPORT_SYMBOL net/mac80211/mac80211 0xdcad6b32 ieee80211_beacon_set_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0xdf1c4e65 wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xe0dab121 ieee80211_beacon_get_template_ema_index +EXPORT_SYMBOL net/mac80211/mac80211 0xe3039232 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xe37b0c92 ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0xe440caa6 ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0xe6241644 ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xec4063e6 __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xec824646 ieee80211_mark_rx_ba_filtered_frames +EXPORT_SYMBOL net/mac80211/mac80211 0xed87b2cf ieee80211_alloc_hw_nm +EXPORT_SYMBOL net/mac80211/mac80211 0xf036ef34 ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0xf32f3768 ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xf426756f ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xf9e2774b ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xfd901234 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac802154/mac802154 0x02661ee4 ieee802154_alloc_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x0920c206 ieee802154_configure_durations +EXPORT_SYMBOL net/mac802154/mac802154 0x13a4cb10 ieee802154_xmit_error +EXPORT_SYMBOL net/mac802154/mac802154 0x2386e77a ieee802154_unregister_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x3c8472e7 ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0x43b614e7 ieee802154_xmit_complete +EXPORT_SYMBOL net/mac802154/mac802154 0x496f4e68 ieee802154_xmit_hw_error +EXPORT_SYMBOL net/mac802154/mac802154 0xbe2623c0 ieee802154_register_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xf0273b6f ieee802154_free_hw +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x06ec3047 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x222f4e28 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x363f0054 ip_vs_new_conn_out +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x430a9c43 unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x44ca697b ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x65b6be85 ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x70dca0b5 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x914654f9 ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x9d15bf59 ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb5b7b44a ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb61ad3f0 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xc7e61cf1 register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd23152f4 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xfe6dc5fc ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xffd279d9 register_ip_vs_app +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x3b08a8f0 nf_ct_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x89d99ee1 __nf_ct_ext_find +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xac08a17e nf_ct_ext_add +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0xf2a36612 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x098f6cd7 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0x143de8fd nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x862137f3 __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xd13631a5 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nft_fib 0x46170f23 nft_fib_policy +EXPORT_SYMBOL net/netfilter/x_tables 0x0d7f5fcd xt_alloc_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x30acb19e xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x3bf9d084 xt_check_table_hooks +EXPORT_SYMBOL net/netfilter/x_tables 0x48012e28 xt_check_proc_name +EXPORT_SYMBOL net/netfilter/x_tables 0x50873741 xt_compat_init_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x5d7d0bbf xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x84291c5f xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0x91142a22 xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x977fd4bf xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xa25fc115 xt_compat_check_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0xafa482a1 xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xb6afb1b5 xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0xcb3e91cc xt_counters_alloc +EXPORT_SYMBOL net/netfilter/x_tables 0xd38c0778 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0xd87ae60d xt_check_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0xdf7af1cd xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0xe204e042 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xe73e9c55 xt_find_table +EXPORT_SYMBOL net/netfilter/x_tables 0xeb842eb1 xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xfef779fa xt_find_jump_offset +EXPORT_SYMBOL net/nfc/hci/hci 0x1779484e nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0x25ae42f7 nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0x30d45d6e nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x37ceffd7 nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x37f2f6f6 nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0x4289870b nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x622571d0 nfc_llc_start +EXPORT_SYMBOL net/nfc/hci/hci 0x6831ff0c nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0x74fe3670 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x7f391fab nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0x8c532dfb nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0x958b1adf nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0x9628466e nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0xa2d4f0b0 nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0xa801f1b7 nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xb9cf8ce4 nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0xc20892dc nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0xc8919753 nfc_hci_reset_pipes +EXPORT_SYMBOL net/nfc/hci/hci 0xd797b035 nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0xdd231c55 nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xe83e52c4 nfc_llc_stop +EXPORT_SYMBOL net/nfc/hci/hci 0xf33e9827 nfc_hci_reset_pipes_per_host +EXPORT_SYMBOL net/nfc/hci/hci 0xffdb0195 nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/nci/nci 0x15068e0a nci_hci_open_pipe +EXPORT_SYMBOL net/nfc/nci/nci 0x1573f570 nci_nfcee_discover +EXPORT_SYMBOL net/nfc/nci/nci 0x17226a58 nci_core_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x1d5da211 nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0x35ee4294 nci_hci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x3772ff90 nci_get_conn_info_by_dest_type_params +EXPORT_SYMBOL net/nfc/nci/nci 0x388a7e2e nci_nfcee_mode_set +EXPORT_SYMBOL net/nfc/nci/nci 0x414be470 nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0x4e7cca44 nci_core_reset +EXPORT_SYMBOL net/nfc/nci/nci 0x51117384 nci_hci_send_event +EXPORT_SYMBOL net/nfc/nci/nci 0x5e44e5f7 nci_conn_max_data_pkt_payload_size +EXPORT_SYMBOL net/nfc/nci/nci 0x77e9ffbf nci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x8609ab8d nci_nfcc_loopback +EXPORT_SYMBOL net/nfc/nci/nci 0x898f5df3 nci_req_complete +EXPORT_SYMBOL net/nfc/nci/nci 0x8c2fc3aa nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x9bf8408c nci_hci_dev_session_init +EXPORT_SYMBOL net/nfc/nci/nci 0x9d2564a3 nci_hci_get_param +EXPORT_SYMBOL net/nfc/nci/nci 0xa2458861 nci_send_data +EXPORT_SYMBOL net/nfc/nci/nci 0xa59eaeab nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0xaa4809cf nci_core_conn_create +EXPORT_SYMBOL net/nfc/nci/nci 0xacf139f0 nci_hci_set_param +EXPORT_SYMBOL net/nfc/nci/nci 0xad6f3e4d nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0xad911f50 nci_hci_clear_all_pipes +EXPORT_SYMBOL net/nfc/nci/nci 0xadc12524 nci_hci_connect_gate +EXPORT_SYMBOL net/nfc/nci/nci 0xaf53523a nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xc07cc1cf nci_core_init +EXPORT_SYMBOL net/nfc/nci/nci 0xdae7f3b6 nci_core_conn_close +EXPORT_SYMBOL net/nfc/nci/nci 0xde3686df nci_send_frame +EXPORT_SYMBOL net/nfc/nci/nci 0xf60c7b2c nci_prop_cmd +EXPORT_SYMBOL net/nfc/nfc 0x0662f22a nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0x184afd28 nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0x1a70b629 nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0x232ee455 nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0x2e579eb3 nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0x35784698 nfc_vendor_cmd_reply +EXPORT_SYMBOL net/nfc/nfc 0x3f48fbd5 nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0x4147f6ed nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0x4520553d nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0x536482d4 nfc_se_transaction +EXPORT_SYMBOL net/nfc/nfc 0x6606697f nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0x6d0ddd3e nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x6d2d2214 nfc_class +EXPORT_SYMBOL net/nfc/nfc 0x7c3ea120 nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0x97a03113 nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0x99a1346b nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xa465f8e4 nfc_se_connectivity +EXPORT_SYMBOL net/nfc/nfc 0xb29b6da7 nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0xb87f950e nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0xb9682ae2 nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0xc2252bbf nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0xdc6655e9 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0xddb715bc nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0xec9af8dd __nfc_alloc_vendor_cmd_reply_skb +EXPORT_SYMBOL net/nfc/nfc 0xf2bea9ec nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc_digital 0x54bfebc7 nfc_digital_unregister_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xa22f5492 nfc_digital_allocate_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xb313c39b nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xb68e4656 nfc_digital_register_device +EXPORT_SYMBOL net/phonet/phonet 0x11f797da pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0x4164bf19 phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0x731a1e0c phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0x98a140c0 pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0xd6182519 phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0xdd1a5923 phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0xf85cd53d pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0xff12ce74 pn_sock_hash +EXPORT_SYMBOL net/rxrpc/rxrpc 0x0661f636 rxrpc_kernel_get_epoch +EXPORT_SYMBOL net/rxrpc/rxrpc 0x0770af93 rxrpc_kernel_get_peer +EXPORT_SYMBOL net/rxrpc/rxrpc 0x13c7da05 rxrpc_kernel_check_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x31bf3ca3 rxrpc_debug_id +EXPORT_SYMBOL net/rxrpc/rxrpc 0x38eba3d4 rxrpc_kernel_recv_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0x3d172094 rxrpc_kernel_shutdown_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x4b73de77 rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x4cdcbe63 rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x56b85854 rxrpc_kernel_get_srtt +EXPORT_SYMBOL net/rxrpc/rxrpc 0x5d7f207e rxrpc_kernel_put_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x6171028b rxrpc_kernel_set_max_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x65e760b6 rxrpc_sock_set_security_keyring +EXPORT_SYMBOL net/rxrpc/rxrpc 0x84bf940b rxrpc_sock_set_min_security_level +EXPORT_SYMBOL net/rxrpc/rxrpc 0x9427d0e1 rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0x9bab79fa rxrpc_kernel_set_tx_length +EXPORT_SYMBOL net/rxrpc/rxrpc 0xa2022dbc rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xa62bb563 key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/rxrpc 0xa77fc5a7 rxrpc_kernel_new_call_notification +EXPORT_SYMBOL net/rxrpc/rxrpc 0xca0b1bfa rxrpc_kernel_charge_accept +EXPORT_SYMBOL net/rxrpc/rxrpc 0xef433514 rxrpc_get_server_data_key +EXPORT_SYMBOL net/sctp/sctp 0x37d9fbd0 sctp_do_peeloff +EXPORT_SYMBOL net/smc/smc 0x3153cc92 __SCK__tp_func_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x59488013 __traceiter_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0x76da5303 __tracepoint_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0xa053541c __tracepoint_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xa2a9570e __traceiter_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0xb3f2d173 __SCK__tp_func_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xd24addfc __tracepoint_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0xe7dacb8d __SCK__tp_func_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xf47b4ee2 __tracepoint_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xf51f28c4 __traceiter_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xfb8cae0f __SCK__tp_func_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0xfd453141 __traceiter_smc_rx_recvmsg +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x4151506f gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x9c5bbd57 gss_mech_get +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xd47f8f26 gss_mech_put +EXPORT_SYMBOL net/sunrpc/sunrpc 0x08848a0b xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0x5f946f2b svc_pool_stats_open +EXPORT_SYMBOL net/sunrpc/sunrpc 0xe8dae917 xdr_restrict_buflen +EXPORT_SYMBOL net/tipc/tipc 0x456665a4 tipc_dump_start +EXPORT_SYMBOL net/tipc/tipc 0xbc90df17 tipc_nl_sk_walk +EXPORT_SYMBOL net/tipc/tipc 0xc95ee024 tipc_sk_fill_sock_diag +EXPORT_SYMBOL net/tipc/tipc 0xea919cd9 tipc_dump_done +EXPORT_SYMBOL net/tls/tls 0xcdf567b7 tls_get_record +EXPORT_SYMBOL net/wireless/cfg80211 0x03209561 cfg80211_rx_mgmt_ext +EXPORT_SYMBOL net/wireless/cfg80211 0x043f6113 cfg80211_send_layer2_update +EXPORT_SYMBOL net/wireless/cfg80211 0x0458cd8a cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x06ca71fd cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0x07e25e2a cfg80211_bss_flush +EXPORT_SYMBOL net/wireless/cfg80211 0x080562a3 __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x0962e7c1 cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x097c73b1 cfg80211_update_owe_info_event +EXPORT_SYMBOL net/wireless/cfg80211 0x09de0d33 cfg80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x0aa7d0a7 cfg80211_inform_bss_data +EXPORT_SYMBOL net/wireless/cfg80211 0x0ae0fbe8 cfg80211_nan_match +EXPORT_SYMBOL net/wireless/cfg80211 0x0aec0a4c cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0x0b7d01f0 cfg80211_tx_mgmt_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x0cc95bc2 ieee80211_s1g_channel_width +EXPORT_SYMBOL net/wireless/cfg80211 0x1152ae8b regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0x117aca91 cfg80211_merge_profile +EXPORT_SYMBOL net/wireless/cfg80211 0x13c58e52 ieee80211_get_8023_tunnel_proto +EXPORT_SYMBOL net/wireless/cfg80211 0x17660857 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0x1807fc45 cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x1ab90222 cfg80211_get_drvinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x1b82a85a cfg80211_valid_disable_subchannel_bitmap +EXPORT_SYMBOL net/wireless/cfg80211 0x1c9d26a9 cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0x1ce2497f reg_query_regdb_wmm +EXPORT_SYMBOL net/wireless/cfg80211 0x1df80078 cfg80211_links_removed +EXPORT_SYMBOL net/wireless/cfg80211 0x21d5e888 cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x225fd44f cfg80211_sched_scan_stopped_locked +EXPORT_SYMBOL net/wireless/cfg80211 0x22e005b3 cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0x275269b3 ieee80211_ie_split_ric +EXPORT_SYMBOL net/wireless/cfg80211 0x2d14ca35 regulatory_pre_cac_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0x2ef58304 cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x31893f3a cfg80211_iftype_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0x35c4bd1c cfg80211_port_authorized +EXPORT_SYMBOL net/wireless/cfg80211 0x35f2db2f cfg80211_mgmt_tx_status_ext +EXPORT_SYMBOL net/wireless/cfg80211 0x3643b80f ieee80211_chandef_to_operating_class +EXPORT_SYMBOL net/wireless/cfg80211 0x37c26008 cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x394941bc cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x3aca71a1 cfg80211_get_ies_channel_number +EXPORT_SYMBOL net/wireless/cfg80211 0x3b6169bc cfg80211_bss_color_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x3c744e95 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0x3c86019a cfg80211_sinfo_alloc_tid_stats +EXPORT_SYMBOL net/wireless/cfg80211 0x3db26f66 wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0x3dd9203f cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0x3f57b9aa get_wiphy_regdom +EXPORT_SYMBOL net/wireless/cfg80211 0x417c1646 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0x41e16af4 wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0x429c0c31 ieee80211_bss_get_elem +EXPORT_SYMBOL net/wireless/cfg80211 0x431f5ca3 cfg80211_any_usable_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x43afadee ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x48530ac9 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0x49403a9c cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x4abed7d4 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x503f9887 cfg80211_ch_switch_started_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x51db62cc cfg80211_inform_bss_frame_data +EXPORT_SYMBOL net/wireless/cfg80211 0x538bba51 cfg80211_assoc_comeback +EXPORT_SYMBOL net/wireless/cfg80211 0x557d62b7 regulatory_set_wiphy_regd_sync +EXPORT_SYMBOL net/wireless/cfg80211 0x5584448a ieee80211_channel_to_freq_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x56248494 cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x5a7410e7 wdev_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0x5bf7f346 cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x5cfefbf5 ieee80211_get_channel_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x60eebd9b __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x624b5658 cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0x670ec012 cfg80211_sta_opmode_change_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x67858a9a cfg80211_control_port_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0x693760c1 cfg80211_background_cac_abort +EXPORT_SYMBOL net/wireless/cfg80211 0x6983a9e7 cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6a930cee cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0x6b23385f cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x6bedf402 ieee80211_freq_khz_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x6d35ac83 cfg80211_rx_control_port +EXPORT_SYMBOL net/wireless/cfg80211 0x6f2fa7be ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x705aed16 cfg80211_external_auth_request +EXPORT_SYMBOL net/wireless/cfg80211 0x72c9d9e2 cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0x72eb5a7d cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x73632ecb wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0x7632278f cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0x7765a881 cfg80211_reg_can_beacon_relax +EXPORT_SYMBOL net/wireless/cfg80211 0x799e263b cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0x79b82a71 cfg80211_find_vendor_elem +EXPORT_SYMBOL net/wireless/cfg80211 0x7acb86ed ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0x7b7391d8 __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x7c3ac925 ieee80211_get_vht_max_nss +EXPORT_SYMBOL net/wireless/cfg80211 0x7cde6e3a wiphy_new_nm +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7f55a8ba ieee80211_strip_8023_mesh_hdr +EXPORT_SYMBOL net/wireless/cfg80211 0x8500641c freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0x855575de cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x859092fb cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0x85de3f6f wiphy_delayed_work_timer +EXPORT_SYMBOL net/wireless/cfg80211 0x86ce2214 cfg80211_register_netdevice +EXPORT_SYMBOL net/wireless/cfg80211 0x89b9e45c cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x8b7a17fd ieee80211_data_to_8023_exthdr +EXPORT_SYMBOL net/wireless/cfg80211 0x8fa02936 cfg80211_free_nan_func +EXPORT_SYMBOL net/wireless/cfg80211 0x91f57794 regulatory_set_wiphy_regd +EXPORT_SYMBOL net/wireless/cfg80211 0x954b1e1c ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x9b985ed7 cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x9d6cba30 cfg80211_find_elem_match +EXPORT_SYMBOL net/wireless/cfg80211 0x9dcad869 cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0xa13a1676 wiphy_rfkill_set_hw_state_reason +EXPORT_SYMBOL net/wireless/cfg80211 0xa30e1e6b cfg80211_connect_done +EXPORT_SYMBOL net/wireless/cfg80211 0xa5abefde cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0xaaf854aa cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0xab0b7593 cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0xab7c88a6 cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xaf15a9fd cfg80211_del_sta_sinfo +EXPORT_SYMBOL net/wireless/cfg80211 0xb48cbd3a cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0xb9d7dbe9 cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0xc0db45e1 cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0xc3fb97ca ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0xc4b4fc27 cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0xc5d7b7ae cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0xc615348d cfg80211_nan_func_terminated +EXPORT_SYMBOL net/wireless/cfg80211 0xc94a766f cfg80211_report_obss_beacon_khz +EXPORT_SYMBOL net/wireless/cfg80211 0xcc1a7c48 cfg80211_is_element_inherited +EXPORT_SYMBOL net/wireless/cfg80211 0xcc5acf31 cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xce2d51ed cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xceb5bc39 cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0xcf184d51 __cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0xcf185b1a wiphy_read_of_freq_limits +EXPORT_SYMBOL net/wireless/cfg80211 0xd0f017bc cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xd41162f4 nl80211_send_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0xd56d55f3 ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xd6b16f34 cfg80211_assoc_failure +EXPORT_SYMBOL net/wireless/cfg80211 0xd6c87a05 cfg80211_defragment_element +EXPORT_SYMBOL net/wireless/cfg80211 0xd81ad7b9 cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xd97eaad4 cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xdc5ab4ce cfg80211_get_iftype_ext_capa +EXPORT_SYMBOL net/wireless/cfg80211 0xe3a20b7c wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0xe7b681a7 cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xe8a49861 cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0xe980218b ieee80211_is_valid_amsdu +EXPORT_SYMBOL net/wireless/cfg80211 0xf260de77 cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0xf2bf4e85 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0xf40bc2f5 ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0xf5596d89 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0xfba20c0c cfg80211_bss_iter +EXPORT_SYMBOL net/wireless/lib80211 0x23dd9380 lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0x3eaf9930 lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x6aa60b7b lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x8b445c1c lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0xd75875d5 lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0xdf51feda lib80211_get_crypto_ops +EXPORT_SYMBOL sound/ac97_bus 0x2ecbf50c ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0xece833b0 snd_mixer_oss_ioctl_card +EXPORT_SYMBOL sound/core/seq/snd-seq 0x1a724fcc snd_seq_kernel_client_ctl +EXPORT_SYMBOL sound/core/seq/snd-seq 0x23738926 snd_seq_dump_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0x3061c52d snd_use_lock_sync_helper +EXPORT_SYMBOL sound/core/seq/snd-seq 0x6bb71038 snd_seq_delete_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7b8699eb snd_seq_event_port_detach +EXPORT_SYMBOL sound/core/seq/snd-seq 0x85cd59a8 snd_seq_kernel_client_dispatch +EXPORT_SYMBOL sound/core/seq/snd-seq 0x9df441c6 snd_seq_kernel_client_write_poll +EXPORT_SYMBOL sound/core/seq/snd-seq 0xa6e19f8e snd_seq_expand_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0xb5ac05fb snd_seq_create_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0xb8e448a0 snd_seq_set_queue_tempo +EXPORT_SYMBOL sound/core/seq/snd-seq 0xbea36f92 snd_seq_kernel_client_enqueue +EXPORT_SYMBOL sound/core/seq/snd-seq 0xcf6c69ca snd_seq_event_port_attach +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0x6ea09972 snd_midi_channel_alloc_set +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0x74769de9 snd_midi_process_event +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0x833a3e07 snd_midi_channel_set_clear +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0xb9948d2c snd_midi_channel_free_set +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x454224b1 snd_midi_event_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x70758652 snd_midi_event_encode_byte +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x7a3e0db5 snd_midi_event_no_status +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x8150b379 snd_midi_event_reset_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xb8620ad8 snd_midi_event_reset_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xdd935c83 snd_midi_event_free +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xe9e6c50c snd_midi_event_new +EXPORT_SYMBOL sound/core/seq/snd-seq-virmidi 0xb5fee344 snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x0ccd73f0 snd_ctl_notify_one +EXPORT_SYMBOL sound/core/snd 0x101b8d42 snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0x1166a05c snd_card_register +EXPORT_SYMBOL sound/core/snd 0x125541b2 snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0x14226690 snd_ctl_rename +EXPORT_SYMBOL sound/core/snd 0x14c35969 snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0x1580465b snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0x198788b4 snd_lookup_oss_minor_data +EXPORT_SYMBOL sound/core/snd 0x1c61e88b snd_info_register +EXPORT_SYMBOL sound/core/snd 0x1d8eaa55 snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0x1e16fb4b snd_card_new +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x2f58e817 snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0x342a2354 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x45b52032 snd_card_free +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x4cbd33da snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0x4d923a5a snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0x54277512 snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0x58186327 snd_ctl_unregister_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x6321cf2c snd_device_new +EXPORT_SYMBOL sound/core/snd 0x67a79a5e snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0x67f2b6d7 snd_seq_root +EXPORT_SYMBOL sound/core/snd 0x6abfd9c2 snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0x6c04251f snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0x6ea72e0d snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0x73076315 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0x805f7c76 snd_device_free +EXPORT_SYMBOL sound/core/snd 0x8624a5df snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x9809bea6 snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0x984b3da2 snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0x9d4fc267 snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0xa6047a3e snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0xb10366fa snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xb6eeb0e5 snd_power_wait +EXPORT_SYMBOL sound/core/snd 0xbaa1922f snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0xbe9cb63a snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0xbf478e00 snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0xc4b4e3d8 snd_jack_new +EXPORT_SYMBOL sound/core/snd 0xc5a6d10b release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0xc5df706a snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0xcc6a729f snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0xd4be7798 snd_jack_report +EXPORT_SYMBOL sound/core/snd 0xd52a4eca snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0xdc27534f snd_jack_add_new_kctl +EXPORT_SYMBOL sound/core/snd 0xde775563 snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0xe1026b97 snd_unregister_oss_device +EXPORT_SYMBOL sound/core/snd 0xe472a862 snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0xe68fade3 _snd_ctl_add_follower +EXPORT_SYMBOL sound/core/snd 0xebb34fc4 snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0xecbff74f snd_device_register +EXPORT_SYMBOL sound/core/snd 0xf3e23afe snd_component_add +EXPORT_SYMBOL sound/core/snd 0xf9c29fb1 snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0xfabb35d6 snd_ctl_register_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0xfb29e6fe snd_register_device +EXPORT_SYMBOL sound/core/snd 0xffa0da10 snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0xfffd89db copy_from_user_toio +EXPORT_SYMBOL sound/core/snd-compress 0x043cf998 snd_compr_free_pages +EXPORT_SYMBOL sound/core/snd-compress 0x9ce25fd1 snd_compr_malloc_pages +EXPORT_SYMBOL sound/core/snd-hwdep 0xb7453e31 snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-pcm 0x0059b608 snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0x0283dfe3 _snd_pcm_hw_params_any +EXPORT_SYMBOL sound/core/snd-pcm 0x04a21f4e _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x04cda566 snd_interval_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x0b8c8fdf snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x0d91297d snd_pcm_set_managed_buffer_all +EXPORT_SYMBOL sound/core/snd-pcm 0x0e5bb35e snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0x11eba48e snd_pcm_create_iec958_consumer_hw_params +EXPORT_SYMBOL sound/core/snd-pcm 0x146f8abf snd_pcm_create_iec958_consumer +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x1f05b874 snd_pcm_period_elapsed_under_stream_lock +EXPORT_SYMBOL sound/core/snd-pcm 0x2545660e snd_dma_alloc_dir_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x2cc16ba1 snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x347055ff snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0x3796bdcc snd_pcm_format_little_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x3867b4ef snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0x38ceda93 snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0x39bf9301 _snd_pcm_hw_param_setempty +EXPORT_SYMBOL sound/core/snd-pcm 0x3ab274b2 snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0x3c2c7eb8 snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0x4ebc8f2a snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x503bd137 snd_interval_ranges +EXPORT_SYMBOL sound/core/snd-pcm 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL sound/core/snd-pcm 0x58f8c59f snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x5b262b7f snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL sound/core/snd-pcm 0x5fb7724d __snd_pcm_lib_xfer +EXPORT_SYMBOL sound/core/snd-pcm 0x650f8603 snd_pcm_format_silence_64 +EXPORT_SYMBOL sound/core/snd-pcm 0x68a24153 snd_pcm_format_physical_width +EXPORT_SYMBOL sound/core/snd-pcm 0x69255f54 snd_pcm_hw_limit_rates +EXPORT_SYMBOL sound/core/snd-pcm 0x6c8579ee snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x74df3334 snd_dma_buffer_mmap +EXPORT_SYMBOL sound/core/snd-pcm 0x76b72607 snd_sgbuf_get_page +EXPORT_SYMBOL sound/core/snd-pcm 0x7c453808 snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x834dc955 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x8636f03f snd_sgbuf_get_addr +EXPORT_SYMBOL sound/core/snd-pcm 0x8765eb7d snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0x8a48238f snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x98c965c6 snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0x9d7f0701 snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0xa12bc465 snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xa23b4c34 snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0xa4807c17 snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xa89d213b snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xac437f7b snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xad2fbab1 snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xb96ea916 snd_pcm_hw_constraint_ranges +EXPORT_SYMBOL sound/core/snd-pcm 0xbbd37034 snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0xc78936c2 snd_pcm_set_managed_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xc7c145a8 snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0xc86be165 snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0xd33f12da snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0xd362e2e7 snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0xd7fa214c snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0xde5c422e snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xed94be1c snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0xed9dcf94 snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0xee612862 snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0xf2044f4a snd_sgbuf_get_chunk_size +EXPORT_SYMBOL sound/core/snd-pcm 0xf2555fcb snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0xf93e6a5e snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0xfcfab9f0 snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-rawmidi 0x0062f0b7 snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0x0257d4bc snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0x05076701 snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0x14389215 snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0x584da02d snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0x5de20453 snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0x6e4d08bd snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0x75d8b9cf snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0x8353aba7 snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0x8fc17509 snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x91fb4ff9 snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x93a00994 snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0xa0920ab3 snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0xa985ce5a snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0xaf8c4307 snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0xf4bfc8ad snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0xfa8f81ed snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0xfbb8d9b0 snd_rawmidi_proceed +EXPORT_SYMBOL sound/core/snd-seq-device 0x091def1c snd_seq_autoload_exit +EXPORT_SYMBOL sound/core/snd-seq-device 0x370a0736 snd_seq_autoload_init +EXPORT_SYMBOL sound/core/snd-seq-device 0x6339b6d0 snd_seq_device_load_drivers +EXPORT_SYMBOL sound/core/snd-seq-device 0xb46e7d80 snd_seq_device_new +EXPORT_SYMBOL sound/core/snd-timer 0x26e198c9 snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0x3a376690 snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0x42a27a44 snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0x45f1751b snd_timer_open +EXPORT_SYMBOL sound/core/snd-timer 0x4b446849 snd_timer_instance_new +EXPORT_SYMBOL sound/core/snd-timer 0x53a24c82 snd_timer_global_register +EXPORT_SYMBOL sound/core/snd-timer 0x5a74b883 snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0x5b67f1b8 snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0x5d7daa69 snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0x6ac37614 snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0x8422bb45 snd_timer_resolution +EXPORT_SYMBOL sound/core/snd-timer 0x9d64248c snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0xae45cb5d snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0xcb559c6a snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0xdff3cb7b snd_timer_instance_free +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x614a43cb snd_mpu401_uart_new +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x6d629c59 snd_mpu401_uart_interrupt_tx +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0xc0fec227 snd_mpu401_uart_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x05060a19 snd_opl3_regmap +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x07184f7c snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x303208c1 snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x3ea24d2a snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x44687f79 snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x4f1d33e6 snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x5d935ebb snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x86f243af snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x8cdfd22b snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xdde3ea65 snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x0a0e0cc2 snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x226138b0 snd_vx_threaded_irq_handler +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x2f5a5211 snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x5c240d0a snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x60defaea snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x674c4fb4 snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x8fc30e98 snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xa5047555 snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xdbe23e28 snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xeaecf2f2 snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x01c4178b fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x15e00c72 cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x19f29a9b amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1d3f7e4c cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x39584921 fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x47b5e8a1 cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x481f7784 snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x48bb3743 fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x605546fb amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x85c26358 cmp_connection_reserve +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x86f35863 amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x90303823 fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa8dac7c9 amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xae54219d cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb116bac4 avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb32b1f17 cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb4044cb7 amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xbd39b7e2 cmp_connection_release +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc1fb43e2 fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc73ca32d cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xcddaefed fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xdbc2f3df amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xdefed8dd amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe249423d amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe71f7345 avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xed0eec7a iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xede8e27a avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf5734de5 fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf8f07f4d iso_packets_buffer_destroy +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0x41a05c36 intel_nhlt_has_endpoint_type +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0x66fd6169 intel_nhlt_ssp_endpoint_mask +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0xb7b836b3 intel_nhlt_ssp_mclk_mask +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0xc5201831 intel_nhlt_get_endpoint_blob +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0x99b5cebe snd_ak4113_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0xc377df74 snd_ak4113_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x002ae7e9 snd_ak4114_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x2bd4bd7d snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x39f1e710 snd_ak4114_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x530b2a5e snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x9f504e39 snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xae75f29c snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xf1c40e97 snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xf6e34d38 snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x0083af3c snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x2c6ab2b2 snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x4889b3e3 snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x7594db89 snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xc1307613 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xc9ef32d7 snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x248d7cd1 snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x37d8c4d4 snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x4b565ffa snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x5f48ee00 snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x73cdd51f snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x78daedbd snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-i2c 0x019aa522 snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x07bcd6cc snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0x55511ef9 snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x6aa48a37 snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x804132ae snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-i2c 0xb8ca252f snd_i2c_sendbytes +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x018654b8 snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x1c18453b snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x1d23f1b9 snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x319702b7 snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x31e810ee snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x3a62aee3 snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x51016934 snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x6c1b6327 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x8e160e96 snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x97571ba7 snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x97f9544d snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa2b30c37 snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa3ae9ad8 snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xd65ec766 snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xe3d91112 snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xee0921d5 snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xfbf291ce snd_ac97_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x0ed0a2ca snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x160408ea snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x1cb00d3b snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x23f50c37 snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x397454c8 snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x3be30c71 snd_emu10k1_ptr_write_multiple +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x7a0f65e4 snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x8c53ce34 snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xa76485f0 snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xd27e8fdb snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xa3d8b01b snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xc52a9926 snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xdc67c833 snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x208e50df oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x2ea9c516 oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3237d66f oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3ba7c503 oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3d4d4f79 oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3ec825bc oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x40905fec oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x6b0e2092 oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x7736060b oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x922b398d oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9ded012f oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9ec5b642 oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb5a9e0db oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc579379a oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xcb54649f oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xdbf5b21c oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xea790f23 oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xefd2a9b7 oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf1d55967 oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf812e570 oxygen_write32 +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x292a285b snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x292b4bcc snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x79cc4b3d snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x86d7bd89 snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xf650974a snd_trident_stop_voice +EXPORT_SYMBOL sound/soc/amd/acp_audio_dma 0xf2cc2cce acp_bt_uart_enable +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0x0e573afc snd_soc_acpi_amd_rmb_sof_machines +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0x16fb472b snd_amd_acp_find_config +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0x28cc1f75 snd_soc_acpi_amd_sof_machines +EXPORT_SYMBOL sound/soc/codecs/snd-soc-adau1372 0xc34f2c14 adau1372_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-lpass-wsa-macro 0xb9accffd wsa_macro_set_spkr_mode +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x217391d1 pcm3060_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0xec775839 pcm3060_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-rt715 0xed2acb24 hda_to_sdw +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x56dd4ab2 tlv320aic23_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x629a7112 tlv320aic23_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x7c5ee1af aic32x4_regmap_config +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x92729921 aic32x4_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0xc2325a17 aic32x4_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0xc9a1eccf aic3x_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0xecfd5d92 aic3x_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x05edbdcf wcd_dt_parse_mbhc_data +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x1c652382 wcd_mbhc_start +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x3a195ca9 wcd_mbhc_get_impedance +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x4ecad2c3 wcd_mbhc_init +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x789ebe56 wcd_mbhc_set_hph_type +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xa5758a49 wcd_mbhc_get_hph_type +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xd094df47 wcd_mbhc_deinit +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xe2beca26 wcd_mbhc_stop +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0xcfa233a5 fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0xf753afcc fsl_asoc_reparent_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0xff9811a0 fsl_asoc_get_pll_clocks +EXPORT_SYMBOL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0x35d248e2 mt8192_afe_gpio_init +EXPORT_SYMBOL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0xce7f1e81 mt8192_afe_gpio_request +EXPORT_SYMBOL sound/soc/qcom/qdsp6/q6afe 0x22dcaf5f q6afe_vote_lpass_core_hw +EXPORT_SYMBOL sound/soc/qcom/qdsp6/q6afe 0x3ca9fe38 q6afe_unvote_lpass_core_hw +EXPORT_SYMBOL sound/soc/snd-soc-core 0x24ccb0f2 snd_soc_alloc_ac97_component +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0x1cdf1b25 imx8_disable_clocks +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0x4e120d3b imx8_dump +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0x939851b1 imx8_parse_clocks +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0xafa6f055 imx8_enable_clocks +EXPORT_SYMBOL sound/soc/sof/mediatek/mtk-adsp-common 0x45910dd3 mtk_adsp_dump +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x040b06d5 snd_sof_complete +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x05c194db snd_sof_runtime_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x163d1154 snd_sof_device_probe_completed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x1a115e90 sof_ipc3_do_rx_work +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x1c0d540a sof_dai_get_mclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x201d7782 sof_ipc_tx_message_no_pm +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x25fe8937 snd_sof_device_probe +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x30657efc sof_machine_register +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x34cfadbe sof_block_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x368c6727 sof_debug_check_flag +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x36af22b9 sof_widget_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3b8e5f59 snd_sof_dsp_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3ba36156 sof_set_stream_data_offset +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3d6d0139 sof_io_write64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3d9de381 sof_ipc_msg_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x40a7fc4b sof_io_read64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x419f1d95 sof_widget_setup +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x4b99ed51 snd_sof_run_firmware +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x4dd74239 snd_sof_load_topology +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x57d68ec4 sof_mailbox_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x5b36a0db snd_sof_runtime_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6ef47917 snd_sof_pcm_period_elapsed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x700309ac sof_io_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x7113c027 snd_sof_handle_fw_exception +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x7bda31f8 snd_sof_ipc_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x83854edd snd_sof_dsp_only_d0i3_compatible_stream_active +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x87e6291d snd_sof_dsp_update_bits64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8a0d9f18 snd_sof_ipc_init +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x908b0ce2 snd_sof_fw_unload +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x93df73fe sof_compressed_ops +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x965908ce snd_sof_dsp_update_bits64_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x97bc5693 sof_mailbox_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x9ed87317 snd_sof_dsp_dbg_dump +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa121da0a snd_sof_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa1554afe snd_sof_dsp_panic +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa18156a8 sof_block_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa99b754b snd_sof_dsp_update_bits_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb00575d2 snd_sof_dsp_update_bits_forced +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb2b96f27 sof_print_oops_and_stack +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xc0a5deda sof_machine_check +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xc35bd4c2 sof_stream_pcm_close +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xc3d7a617 snd_sof_prepare +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xc848db4a snd_sof_load_firmware_raw +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xcb5ca00f snd_sof_device_shutdown +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xcc28c1c3 snd_sof_runtime_idle +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd17273f4 sof_stream_pcm_open +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd55c8a48 sof_machine_unregister +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd8be0c2b snd_sof_ipc_get_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe3db6526 snd_sof_device_remove +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe9451202 sof_dai_get_bclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xeda7b72b sof_ipc_tx_message +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xee87a854 snd_sof_ipc_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf0163ff3 sof_io_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf23cfbe7 snd_sof_load_firmware_memcpy +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf4ef61e3 snd_sof_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf5626437 sof_ipc_set_get_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf627351c sof_set_fw_state +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf9567ad4 snd_sof_pci_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xfb765aa7 sof_pcm_dai_link_fixup +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0x4bb27aea sof_of_remove +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0x61ecaebc sof_of_pm +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0x8c16b826 sof_of_shutdown +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0xd23a2e15 sof_of_probe +EXPORT_SYMBOL sound/soc/sof/snd-sof-utils 0x7f3a699c snd_sof_create_page_table +EXPORT_SYMBOL sound/soundcore 0x03818b22 register_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x068c2b07 register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0x1e476c24 sound_class +EXPORT_SYMBOL sound/soundcore 0x369a136a register_sound_dsp +EXPORT_SYMBOL sound/soundcore 0x6014c1c4 register_sound_special +EXPORT_SYMBOL sound/soundcore 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL sound/soundcore 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x03511315 snd_emux_free +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x59d288a7 snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x5f6e552a snd_emux_new +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x6527fc45 snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x655cb202 snd_sf_linear_to_log +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x7df96099 snd_emux_register +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x96cf2e2c snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/snd-util-mem 0x0eda33fa snd_util_memhdr_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0x2a48197f snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x6517719f __snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x914f3491 snd_util_memhdr_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x9223e14b snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x9adc8c44 __snd_util_memblk_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xc59655e4 snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0xd28dc0da __snd_util_mem_alloc +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x16756dc0 snd_usbmidi_input_start +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x63343b1d snd_usbmidi_input_stop +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xb2af19e1 snd_usbmidi_resume +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xbed43a41 snd_usbmidi_suspend +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xd9d2bb03 snd_usbmidi_disconnect +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xfb9dd6e9 __snd_usbmidi_create +EXPORT_SYMBOL vmlinux 0x000ab6d3 phy_resume +EXPORT_SYMBOL vmlinux 0x00148653 vsnprintf +EXPORT_SYMBOL vmlinux 0x001db810 current_in_userns +EXPORT_SYMBOL vmlinux 0x0025ea4d sock_wmalloc +EXPORT_SYMBOL vmlinux 0x003b328e vfs_mknod +EXPORT_SYMBOL vmlinux 0x0054e23b nf_unregister_net_hooks +EXPORT_SYMBOL vmlinux 0x00595345 vfs_parse_monolithic_sep +EXPORT_SYMBOL vmlinux 0x005f7e10 cdev_device_add +EXPORT_SYMBOL vmlinux 0x00615a71 of_get_next_available_child +EXPORT_SYMBOL vmlinux 0x006bb855 mipi_dsi_compression_mode +EXPORT_SYMBOL vmlinux 0x00809460 block_truncate_page +EXPORT_SYMBOL vmlinux 0x00840d51 ip_setsockopt +EXPORT_SYMBOL vmlinux 0x008480a9 bio_kmalloc +EXPORT_SYMBOL vmlinux 0x00928200 trace_print_hex_dump_seq +EXPORT_SYMBOL vmlinux 0x00a85838 mdio_device_remove +EXPORT_SYMBOL vmlinux 0x00b4e615 posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x00b78dee mipi_dsi_dcs_set_column_address +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00dbe18a page_cache_prev_miss +EXPORT_SYMBOL vmlinux 0x00e5a06d mii_check_gmii_support +EXPORT_SYMBOL vmlinux 0x00e847ce zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x01156ae4 utf8_strncasecmp_folded +EXPORT_SYMBOL vmlinux 0x0127a6d6 iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0x0128f7e6 flow_rule_match_eth_addrs +EXPORT_SYMBOL vmlinux 0x0129c4f8 par_io_data_set +EXPORT_SYMBOL vmlinux 0x012de2ea xudma_rchanrt_read +EXPORT_SYMBOL vmlinux 0x0136e85f sk_net_capable +EXPORT_SYMBOL vmlinux 0x0147812c kblockd_mod_delayed_work_on +EXPORT_SYMBOL vmlinux 0x01486fcf sock_from_file +EXPORT_SYMBOL vmlinux 0x01505d85 imx_scu_call_rpc +EXPORT_SYMBOL vmlinux 0x015c8187 register_filesystem +EXPORT_SYMBOL vmlinux 0x016f123e sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x01757935 rdmacg_register_device +EXPORT_SYMBOL vmlinux 0x017de3d5 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0x01885a1e __devm_release_region +EXPORT_SYMBOL vmlinux 0x0188cd88 vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0x018e7d5d devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x01990907 free_task +EXPORT_SYMBOL vmlinux 0x01ad369f tcp_sync_mss +EXPORT_SYMBOL vmlinux 0x01b38385 tls_server_hello_x509 +EXPORT_SYMBOL vmlinux 0x01b6865c xa_get_mark +EXPORT_SYMBOL vmlinux 0x01bf55fc paddr_vmcoreinfo_note +EXPORT_SYMBOL vmlinux 0x01dc8a99 qman_update_cgr_safe +EXPORT_SYMBOL vmlinux 0x01e32ea5 filemap_get_folios_contig +EXPORT_SYMBOL vmlinux 0x01f02997 vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0x01ff8d76 noop_qdisc +EXPORT_SYMBOL vmlinux 0x0205754d devm_pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x0209f3a7 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x020dbf27 bitmap_alloc +EXPORT_SYMBOL vmlinux 0x02131f9d genphy_c45_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x02396e8b max8925_reg_read +EXPORT_SYMBOL vmlinux 0x0245c5ac filemap_fdatawrite_wbc +EXPORT_SYMBOL vmlinux 0x0248efd3 kstrtobool_from_user +EXPORT_SYMBOL vmlinux 0x0257e051 i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x02732755 scm_detach_fds +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x0277ff54 folio_wait_bit +EXPORT_SYMBOL vmlinux 0x0286fae7 nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x0296695f refcount_warn_saturate +EXPORT_SYMBOL vmlinux 0x0299af44 key_move +EXPORT_SYMBOL vmlinux 0x029eaaa0 fsl_ifc_ctrl_dev +EXPORT_SYMBOL vmlinux 0x02c065f8 ucc_set_qe_mux_mii_mng +EXPORT_SYMBOL vmlinux 0x02d58948 nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0x02d76571 nf_log_register +EXPORT_SYMBOL vmlinux 0x02f73695 writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x03035949 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x0316203a devm_clk_get +EXPORT_SYMBOL vmlinux 0x0334795d icst307_s2div +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x03456344 padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x0349726f tegra194_miscreg_mask_serror +EXPORT_SYMBOL vmlinux 0x035a10b7 mmc_gpio_set_cd_irq +EXPORT_SYMBOL vmlinux 0x035a50fc of_translate_address +EXPORT_SYMBOL vmlinux 0x035d25ab memcg_kmem_online_key +EXPORT_SYMBOL vmlinux 0x0360d67f make_flow_keys_digest +EXPORT_SYMBOL vmlinux 0x0362d3df phy_free_interrupt +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x036cce78 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x03760a34 set_blocksize +EXPORT_SYMBOL vmlinux 0x03787013 remove_watch_from_object +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x037e2302 __zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0x03815f35 ledtrig_disk_activity +EXPORT_SYMBOL vmlinux 0x0397edd5 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0x03a5e59e __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x03aac707 input_copy_abs +EXPORT_SYMBOL vmlinux 0x03ae2176 inet_addr_type +EXPORT_SYMBOL vmlinux 0x03b814ca bpf_dispatcher_xdp_func +EXPORT_SYMBOL vmlinux 0x03df7139 param_set_bool +EXPORT_SYMBOL vmlinux 0x03fabfd7 vfs_iocb_iter_read +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x04087a5a iget_failed +EXPORT_SYMBOL vmlinux 0x040a57a0 i2c_get_adapter +EXPORT_SYMBOL vmlinux 0x04295068 tty_port_open +EXPORT_SYMBOL vmlinux 0x0438461e ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0x044154c6 tc_skb_ext_tc +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x044f0ad9 get_random_u16 +EXPORT_SYMBOL vmlinux 0x04673adb qman_ip_rev +EXPORT_SYMBOL vmlinux 0x0474edef kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0x0479aac1 seq_list_next_rcu +EXPORT_SYMBOL vmlinux 0x0484c6c4 acpi_enter_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x04863e28 hdmi_audio_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x0489946d xattr_full_name +EXPORT_SYMBOL vmlinux 0x048ec07f serial8250_do_pm +EXPORT_SYMBOL vmlinux 0x049f1ffe vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x04ae5543 security_socket_socketpair +EXPORT_SYMBOL vmlinux 0x04be1662 genphy_handle_interrupt_no_ack +EXPORT_SYMBOL vmlinux 0x04c6bfa6 inet_frag_reasm_prepare +EXPORT_SYMBOL vmlinux 0x04d24402 iwe_stream_add_point +EXPORT_SYMBOL vmlinux 0x04d2e97f scsi_rescan_device +EXPORT_SYMBOL vmlinux 0x04d5c339 xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0x04dcc705 _copy_from_iter_nocache +EXPORT_SYMBOL vmlinux 0x04dcca9a ilookup +EXPORT_SYMBOL vmlinux 0x04dddcee set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x04e19f1c dev_addr_add +EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize +EXPORT_SYMBOL vmlinux 0x04efb3f3 bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0x0500e1f9 freeze_super +EXPORT_SYMBOL vmlinux 0x05038f27 skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0x050877b9 dmi_first_match +EXPORT_SYMBOL vmlinux 0x05103f33 drop_super_exclusive +EXPORT_SYMBOL vmlinux 0x0518bdc3 sock_edemux +EXPORT_SYMBOL vmlinux 0x051c969a clk_bulk_get_all +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x0539c64a acpi_get_hp_hw_control_from_firmware +EXPORT_SYMBOL vmlinux 0x054496b4 schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x0549ef03 __pci_register_driver +EXPORT_SYMBOL vmlinux 0x055e77e8 jiffies_64 +EXPORT_SYMBOL vmlinux 0x0562dc30 __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0x056bcf7b dm_read_arg +EXPORT_SYMBOL vmlinux 0x057bb87f set_user_nice +EXPORT_SYMBOL vmlinux 0x05a8b696 i2c_verify_client +EXPORT_SYMBOL vmlinux 0x05c3c47b neigh_seq_start +EXPORT_SYMBOL vmlinux 0x05c439a8 pci_write_vpd_any +EXPORT_SYMBOL vmlinux 0x05c6b67e vm_map_ram +EXPORT_SYMBOL vmlinux 0x05c6e6de sg_miter_start +EXPORT_SYMBOL vmlinux 0x05d9bb89 dev_pick_tx_zero +EXPORT_SYMBOL vmlinux 0x05dd6e08 inet_twsk_deschedule_put +EXPORT_SYMBOL vmlinux 0x05e1b851 ip_output +EXPORT_SYMBOL vmlinux 0x05f689ec nexthop_set_hw_flags +EXPORT_SYMBOL vmlinux 0x0602b4bd fc_mount +EXPORT_SYMBOL vmlinux 0x060ba97c gen_pool_free_owner +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x063cc62b input_get_keycode +EXPORT_SYMBOL vmlinux 0x06491915 refresh_frequency_limits +EXPORT_SYMBOL vmlinux 0x065c4a37 input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0x0660711b kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x0662d162 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0x0668b595 _kstrtoul +EXPORT_SYMBOL vmlinux 0x0671b386 __splice_from_pipe +EXPORT_SYMBOL vmlinux 0x0689d344 skb_dump +EXPORT_SYMBOL vmlinux 0x06b3a635 ipv6_dev_mc_dec +EXPORT_SYMBOL vmlinux 0x06b499f3 lease_modify +EXPORT_SYMBOL vmlinux 0x06bd88b5 ucs2_strnlen +EXPORT_SYMBOL vmlinux 0x06ce38da skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x06d11488 __bitmap_equal +EXPORT_SYMBOL vmlinux 0x06da27c7 xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0x06ef6680 pci_read_config_dword +EXPORT_SYMBOL vmlinux 0x06f06c5d neigh_destroy +EXPORT_SYMBOL vmlinux 0x07098248 xz_dec_microlzma_alloc +EXPORT_SYMBOL vmlinux 0x070a4813 tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0x0711edc8 xudma_dev_get_tisci_rm +EXPORT_SYMBOL vmlinux 0x0723abeb filemap_flush +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x0745a981 xa_erase +EXPORT_SYMBOL vmlinux 0x0759c1d1 blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0x0781ec97 logic_insl +EXPORT_SYMBOL vmlinux 0x0784d57c blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0x078e36c8 blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x07997ee9 of_chosen +EXPORT_SYMBOL vmlinux 0x07a0dc50 reuseport_select_sock +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07aeaf41 tcp_enter_cwr +EXPORT_SYMBOL vmlinux 0x07b92c7c of_graph_get_port_parent +EXPORT_SYMBOL vmlinux 0x07bc9597 is_nd_pfn +EXPORT_SYMBOL vmlinux 0x07c6918b sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07ceeac9 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x07cf983b tty_do_resize +EXPORT_SYMBOL vmlinux 0x07db17be qman_create_fq +EXPORT_SYMBOL vmlinux 0x07e95ed7 t10_pi_type1_crc +EXPORT_SYMBOL vmlinux 0x07ec17c4 __mmap_lock_do_trace_start_locking +EXPORT_SYMBOL vmlinux 0x07f57478 pci_unmap_iospace +EXPORT_SYMBOL vmlinux 0x0800473f __cond_resched +EXPORT_SYMBOL vmlinux 0x0802a3b6 get_tree_nodev +EXPORT_SYMBOL vmlinux 0x0805f2c8 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0x081538f0 dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0x08162c74 free_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0x081d5888 mipi_dsi_dcs_set_display_off +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x082da3fc blk_set_queue_depth +EXPORT_SYMBOL vmlinux 0x0832d737 pci_request_irq +EXPORT_SYMBOL vmlinux 0x08356f32 fman_sp_set_buf_pools_in_asc_order_of_buf_sizes +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x086c4136 page_pool_create +EXPORT_SYMBOL vmlinux 0x0870efe3 jent_testing_exit +EXPORT_SYMBOL vmlinux 0x0873da37 skb_copy_bits +EXPORT_SYMBOL vmlinux 0x0874d837 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0x0877a4a8 netif_tx_stop_all_queues +EXPORT_SYMBOL vmlinux 0x0878d270 dm_table_event +EXPORT_SYMBOL vmlinux 0x087e411a flow_rule_match_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x088ee651 mr_mfc_seq_idx +EXPORT_SYMBOL vmlinux 0x089cdf15 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x089fbc35 vm_map_pages +EXPORT_SYMBOL vmlinux 0x08cebe2d d_set_d_op +EXPORT_SYMBOL vmlinux 0x08cef591 __mod_node_page_state +EXPORT_SYMBOL vmlinux 0x08e39398 cmd_db_read_addr +EXPORT_SYMBOL vmlinux 0x08eda434 sync_inodes_sb +EXPORT_SYMBOL vmlinux 0x09076250 __do_once_done +EXPORT_SYMBOL vmlinux 0x092e26bf acpi_remove_address_space_handler +EXPORT_SYMBOL vmlinux 0x09338dd9 pcie_relaxed_ordering_enabled +EXPORT_SYMBOL vmlinux 0x093712e5 acpi_purge_cached_objects +EXPORT_SYMBOL vmlinux 0x094bfd20 xen_alloc_unpopulated_pages +EXPORT_SYMBOL vmlinux 0x09769037 dmt_modes +EXPORT_SYMBOL vmlinux 0x097bd777 phy_suspend +EXPORT_SYMBOL vmlinux 0x097dbc46 dcache_dir_open +EXPORT_SYMBOL vmlinux 0x09860b49 __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x099302dc sock_no_listen +EXPORT_SYMBOL vmlinux 0x09bc5d85 mmc_hw_reset +EXPORT_SYMBOL vmlinux 0x09c7d899 iov_iter_npages +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09da0ba4 xa_set_mark +EXPORT_SYMBOL vmlinux 0x09eee748 mmc_card_is_blockaddr +EXPORT_SYMBOL vmlinux 0x09f9b261 xudma_rchan_put +EXPORT_SYMBOL vmlinux 0x0a012f73 mb_cache_entry_touch +EXPORT_SYMBOL vmlinux 0x0a0ebc08 __xa_cmpxchg +EXPORT_SYMBOL vmlinux 0x0a0f5f29 get_bitmap_from_slot +EXPORT_SYMBOL vmlinux 0x0a1a33c1 param_ops_bint +EXPORT_SYMBOL vmlinux 0x0a1e8769 utf8_casefold_hash +EXPORT_SYMBOL vmlinux 0x0a34433e adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0x0a5751ff configfs_register_default_group +EXPORT_SYMBOL vmlinux 0x0a5e102f softnet_data +EXPORT_SYMBOL vmlinux 0x0a5f8833 phy_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x0a67d363 phy_advertise_supported +EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier +EXPORT_SYMBOL vmlinux 0x0a7dfa4b param_set_int +EXPORT_SYMBOL vmlinux 0x0a84b15d zstd_init_cctx +EXPORT_SYMBOL vmlinux 0x0a8d18ef dst_destroy +EXPORT_SYMBOL vmlinux 0x0aa309cf synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x0aaccc92 pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x0ab41647 generic_key_instantiate +EXPORT_SYMBOL vmlinux 0x0ac4e50a dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0x0ac6e051 __cpuhp_setup_state +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0ad94c35 param_get_short +EXPORT_SYMBOL vmlinux 0x0ae2e9a9 skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0x0b072f09 dma_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0x0b1062e3 can_nice +EXPORT_SYMBOL vmlinux 0x0b12b774 pcie_set_mps +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b2334ae twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0x0b26b8c8 acpi_run_osc +EXPORT_SYMBOL vmlinux 0x0b36d6a8 blk_queue_max_write_zeroes_sectors +EXPORT_SYMBOL vmlinux 0x0b4bb0ec of_graph_get_remote_node +EXPORT_SYMBOL vmlinux 0x0b4bc667 tcp_fastopen_defer_connect +EXPORT_SYMBOL vmlinux 0x0b53954f fddi_type_trans +EXPORT_SYMBOL vmlinux 0x0b5f3203 napi_build_skb +EXPORT_SYMBOL vmlinux 0x0b60f275 tcp_peek_len +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b959719 xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x0ba0b938 vm_brk +EXPORT_SYMBOL vmlinux 0x0bb5dd4a dma_fence_chain_find_seqno +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bd394d8 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x0bf0e4a2 __SCK__tp_func_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x0bf708ad of_iomap +EXPORT_SYMBOL vmlinux 0x0bf735b1 fscrypt_decrypt_bio +EXPORT_SYMBOL vmlinux 0x0bfc1d1a check_zeroed_user +EXPORT_SYMBOL vmlinux 0x0c109e06 tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x0c25ec48 secure_tcpv6_seq +EXPORT_SYMBOL vmlinux 0x0c3690fc _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0x0c575719 __cond_resched_rwlock_write +EXPORT_SYMBOL vmlinux 0x0c6bdc3f vme_master_read +EXPORT_SYMBOL vmlinux 0x0c74556f bio_add_page +EXPORT_SYMBOL vmlinux 0x0cabbc99 dquot_disable +EXPORT_SYMBOL vmlinux 0x0cb11bc7 __SCK__tp_func_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x0cbc321a __block_write_full_folio +EXPORT_SYMBOL vmlinux 0x0cc4b4b6 crc_ccitt_false +EXPORT_SYMBOL vmlinux 0x0cd011b3 neigh_changeaddr +EXPORT_SYMBOL vmlinux 0x0cd05776 vfs_ioctl +EXPORT_SYMBOL vmlinux 0x0cd5835b ipv6_flowlabel_exclusive +EXPORT_SYMBOL vmlinux 0x0cdce87c rfkill_set_hw_state_reason +EXPORT_SYMBOL vmlinux 0x0d07f543 get_anon_bdev +EXPORT_SYMBOL vmlinux 0x0d0f7a49 blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0x0d100430 is_nd_btt +EXPORT_SYMBOL vmlinux 0x0d2b6405 cookie_ecn_ok +EXPORT_SYMBOL vmlinux 0x0d2ca20f ucc_fast_get_qe_cr_subblock +EXPORT_SYMBOL vmlinux 0x0d333b64 zstd_end_stream +EXPORT_SYMBOL vmlinux 0x0d375523 blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0x0d3f5c1a fman_get_max_frm +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d5afe69 tls_client_hello_x509 +EXPORT_SYMBOL vmlinux 0x0d5c824d mdio_device_free +EXPORT_SYMBOL vmlinux 0x0d687402 mdio_find_bus +EXPORT_SYMBOL vmlinux 0x0d6a8088 generic_listxattr +EXPORT_SYMBOL vmlinux 0x0d814719 __fput_sync +EXPORT_SYMBOL vmlinux 0x0d9c384e configfs_undepend_item +EXPORT_SYMBOL vmlinux 0x0da37acd dma_fence_array_first +EXPORT_SYMBOL vmlinux 0x0da5ccb3 phy_device_remove +EXPORT_SYMBOL vmlinux 0x0da6c02f dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0x0daa801f d_instantiate +EXPORT_SYMBOL vmlinux 0x0dc9b4a4 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0x0ddebb5e xp_dma_unmap +EXPORT_SYMBOL vmlinux 0x0deb72fc __traceiter_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x0decc0c3 ptp_clock_event +EXPORT_SYMBOL vmlinux 0x0deda8f6 ilookup5 +EXPORT_SYMBOL vmlinux 0x0df68fb2 fman_get_qman_channel_id +EXPORT_SYMBOL vmlinux 0x0e0d0751 mount_single +EXPORT_SYMBOL vmlinux 0x0e17678a siphash_4u64 +EXPORT_SYMBOL vmlinux 0x0e1f3fb2 devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0x0e4262c6 __siphash_unaligned +EXPORT_SYMBOL vmlinux 0x0e529186 input_event +EXPORT_SYMBOL vmlinux 0x0e5465af of_node_get +EXPORT_SYMBOL vmlinux 0x0e5b75ce mmc_sw_reset +EXPORT_SYMBOL vmlinux 0x0e6face4 scsi_partsize +EXPORT_SYMBOL vmlinux 0x0e8ec99b __of_mdiobus_register +EXPORT_SYMBOL vmlinux 0x0ea03bfc inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x0ea3c74e tasklet_kill +EXPORT_SYMBOL vmlinux 0x0ea593f6 hdmi_drm_infoframe_init +EXPORT_SYMBOL vmlinux 0x0eb1c3f4 dma_resv_fini +EXPORT_SYMBOL vmlinux 0x0eb6eb87 add_taint +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ecb19ac blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x0ecd41f2 netlink_unicast +EXPORT_SYMBOL vmlinux 0x0ef653ac cdrom_open +EXPORT_SYMBOL vmlinux 0x0f06b385 generic_write_checks +EXPORT_SYMBOL vmlinux 0x0f09cc34 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0x0f0dd691 kfree_skb_list_reason +EXPORT_SYMBOL vmlinux 0x0f1ad8e2 seq_list_start_rcu +EXPORT_SYMBOL vmlinux 0x0f37ca89 lockref_put_not_zero +EXPORT_SYMBOL vmlinux 0x0f5763df node_data +EXPORT_SYMBOL vmlinux 0x0f5949f1 folio_create_empty_buffers +EXPORT_SYMBOL vmlinux 0x0f608576 km_policy_notify +EXPORT_SYMBOL vmlinux 0x0f630261 gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x0f784360 release_sock +EXPORT_SYMBOL vmlinux 0x0f811fc7 jent_raw_hires_entropy_store +EXPORT_SYMBOL vmlinux 0x0f843e1b pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0x0f86f560 kthread_delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x0f885bea kmem_cache_free_bulk +EXPORT_SYMBOL vmlinux 0x0f9431b1 config_item_get +EXPORT_SYMBOL vmlinux 0x0f98a874 kernel_connect +EXPORT_SYMBOL vmlinux 0x0f9fe992 sockopt_ns_capable +EXPORT_SYMBOL vmlinux 0x0fab1ab0 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0x0fb098ea i2c_register_driver +EXPORT_SYMBOL vmlinux 0x0fb21901 mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0x0fb2f8a4 mktime64 +EXPORT_SYMBOL vmlinux 0x0fc39547 scsi_change_queue_depth +EXPORT_SYMBOL vmlinux 0x0fd1bfa9 __traceiter_module_get +EXPORT_SYMBOL vmlinux 0x0fd902db mb_cache_entry_create +EXPORT_SYMBOL vmlinux 0x0ff51dc1 skb_copy_header +EXPORT_SYMBOL vmlinux 0x0fff5afc time64_to_tm +EXPORT_SYMBOL vmlinux 0x10017aa5 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x100bddf8 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x1015239b sk_ns_capable +EXPORT_SYMBOL vmlinux 0x1015a573 pci_get_slot +EXPORT_SYMBOL vmlinux 0x1018c14b phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0x101d7ff5 ns_capable_noaudit +EXPORT_SYMBOL vmlinux 0x101dffaf tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x1025009a cpm_muram_alloc_fixed +EXPORT_SYMBOL vmlinux 0x102936ec qe_clock_source +EXPORT_SYMBOL vmlinux 0x102d19bf netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x1035c7c2 __release_region +EXPORT_SYMBOL vmlinux 0x1038f2c8 netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0x104bb854 flush_signals +EXPORT_SYMBOL vmlinux 0x104e15e3 phy_support_sym_pause +EXPORT_SYMBOL vmlinux 0x1057a279 bsearch +EXPORT_SYMBOL vmlinux 0x105a2bf2 flow_rule_match_enc_opts +EXPORT_SYMBOL vmlinux 0x1068004b gf128mul_bbe +EXPORT_SYMBOL vmlinux 0x107be0b0 percpu_counter_sync +EXPORT_SYMBOL vmlinux 0x107e5878 zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x108e2364 config_item_put +EXPORT_SYMBOL vmlinux 0x10c1c98c simple_transaction_release +EXPORT_SYMBOL vmlinux 0x10d4736b udp_skb_destructor +EXPORT_SYMBOL vmlinux 0x10d9f885 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x10e6f74a free_contig_range +EXPORT_SYMBOL vmlinux 0x10e99721 skb_copy_expand +EXPORT_SYMBOL vmlinux 0x10ecd846 tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0x10f4fde9 xsk_set_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0x11082314 of_graph_get_endpoint_by_regs +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x110f3ab9 pci_restore_state +EXPORT_SYMBOL vmlinux 0x1148a7a0 tcf_qevent_init +EXPORT_SYMBOL vmlinux 0x11650b5c param_set_copystring +EXPORT_SYMBOL vmlinux 0x116617d0 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x118fb4e3 mmc_gpiod_request_ro +EXPORT_SYMBOL vmlinux 0x11c9609e prepare_to_swait_event +EXPORT_SYMBOL vmlinux 0x11c9cbd8 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x11e30762 chacha_block_generic +EXPORT_SYMBOL vmlinux 0x11e672c9 _dev_warn +EXPORT_SYMBOL vmlinux 0x11ecbcbc phy_attached_info_irq +EXPORT_SYMBOL vmlinux 0x11f698fd dev_mc_add_global +EXPORT_SYMBOL vmlinux 0x11fae916 scsi_remove_target +EXPORT_SYMBOL vmlinux 0x11fcf2e8 aperture_remove_conflicting_pci_devices +EXPORT_SYMBOL vmlinux 0x11ffdfee ucc_slow_stop_tx +EXPORT_SYMBOL vmlinux 0x1209791d generic_set_encrypted_ci_d_ops +EXPORT_SYMBOL vmlinux 0x120ab3b9 __inc_node_page_state +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x120ff8e1 xudma_get_rflow_ring_offset +EXPORT_SYMBOL vmlinux 0x121ab339 console_start +EXPORT_SYMBOL vmlinux 0x12254b03 fwnode_irq_get_byname +EXPORT_SYMBOL vmlinux 0x122582bc remove_proc_subtree +EXPORT_SYMBOL vmlinux 0x122c3a7e _printk +EXPORT_SYMBOL vmlinux 0x1237fe27 scm_fp_dup +EXPORT_SYMBOL vmlinux 0x123eaef5 tegra_dfll_resume +EXPORT_SYMBOL vmlinux 0x124a3a92 xfrm_policy_hash_rebuild +EXPORT_SYMBOL vmlinux 0x124bad4d kstrtobool +EXPORT_SYMBOL vmlinux 0x1256084d par_io_of_config +EXPORT_SYMBOL vmlinux 0x1260339d capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0x12660c45 from_kprojid +EXPORT_SYMBOL vmlinux 0x1269da36 d_obtain_root +EXPORT_SYMBOL vmlinux 0x12700e38 tcf_block_put_ext +EXPORT_SYMBOL vmlinux 0x127d83ea security_locked_down +EXPORT_SYMBOL vmlinux 0x1284e724 genphy_soft_reset +EXPORT_SYMBOL vmlinux 0x128888b3 __sock_i_ino +EXPORT_SYMBOL vmlinux 0x129aedbf tty_devnum +EXPORT_SYMBOL vmlinux 0x12a4e128 __arch_copy_from_user +EXPORT_SYMBOL vmlinux 0x12b0c8f1 inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0x12b13b5f dev_trans_start +EXPORT_SYMBOL vmlinux 0x12b3211a folio_mark_accessed +EXPORT_SYMBOL vmlinux 0x12bc9b8d _dev_notice +EXPORT_SYMBOL vmlinux 0x12cabc89 siphash_2u64 +EXPORT_SYMBOL vmlinux 0x12cce0d1 tcf_chain_put_by_act +EXPORT_SYMBOL vmlinux 0x12d6c1e7 rio_query_mport +EXPORT_SYMBOL vmlinux 0x12dbc25c pnp_device_attach +EXPORT_SYMBOL vmlinux 0x12f6f69c fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x130078e9 d_alloc_name +EXPORT_SYMBOL vmlinux 0x130afd75 acpi_get_sleep_type_data +EXPORT_SYMBOL vmlinux 0x13104e8e mipi_dsi_shutdown_peripheral +EXPORT_SYMBOL vmlinux 0x13110126 request_resource +EXPORT_SYMBOL vmlinux 0x1312a6ea of_xudma_dev_get +EXPORT_SYMBOL vmlinux 0x131a6146 xa_clear_mark +EXPORT_SYMBOL vmlinux 0x132cb3e4 sockopt_lock_sock +EXPORT_SYMBOL vmlinux 0x13320057 is_nd_dax +EXPORT_SYMBOL vmlinux 0x134e5d53 skb_store_bits +EXPORT_SYMBOL vmlinux 0x13765bad mdio_device_register +EXPORT_SYMBOL vmlinux 0x139f2189 __kfifo_alloc +EXPORT_SYMBOL vmlinux 0x13ba14ac mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0x13c27d68 crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x13ca70f4 retire_super +EXPORT_SYMBOL vmlinux 0x13cdf6be inode_insert5 +EXPORT_SYMBOL vmlinux 0x13ce5793 mr_mfc_seq_next +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13d928f5 __SCK__tp_func_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x13e26210 jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0x13ef5aeb udp_poll +EXPORT_SYMBOL vmlinux 0x13f1d583 twl6040_set_bits +EXPORT_SYMBOL vmlinux 0x141271bf acpi_dev_found +EXPORT_SYMBOL vmlinux 0x1423c9c6 mipi_dsi_dcs_set_tear_on +EXPORT_SYMBOL vmlinux 0x14356eba pci_get_device +EXPORT_SYMBOL vmlinux 0x14494cd9 sock_bindtoindex +EXPORT_SYMBOL vmlinux 0x145c7f8e msm_pinctrl_probe +EXPORT_SYMBOL vmlinux 0x14605535 dma_fence_context_alloc +EXPORT_SYMBOL vmlinux 0x146289b7 crc16_table +EXPORT_SYMBOL vmlinux 0x146bf60b phy_start +EXPORT_SYMBOL vmlinux 0x1472043e md_bitmap_end_sync +EXPORT_SYMBOL vmlinux 0x1498c852 d_splice_alias +EXPORT_SYMBOL vmlinux 0x14a64a87 acpi_install_address_space_handler_no_reg +EXPORT_SYMBOL vmlinux 0x14adb45b eth_header_parse_protocol +EXPORT_SYMBOL vmlinux 0x14c67e3e tcp_tx_delay_enabled +EXPORT_SYMBOL vmlinux 0x14d533c1 reuseport_alloc +EXPORT_SYMBOL vmlinux 0x14d58e9c devm_mfd_add_devices +EXPORT_SYMBOL vmlinux 0x14d7477f console_list_unlock +EXPORT_SYMBOL vmlinux 0x14e912be try_module_get +EXPORT_SYMBOL vmlinux 0x14f45fcc bman_free_pool +EXPORT_SYMBOL vmlinux 0x151151fa noop_fsync +EXPORT_SYMBOL vmlinux 0x151f4898 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0x1526b301 unix_tot_inflight +EXPORT_SYMBOL vmlinux 0x152fb385 netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0x1535d5f6 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0x15402070 sock_rfree +EXPORT_SYMBOL vmlinux 0x15438528 dmam_pool_create +EXPORT_SYMBOL vmlinux 0x1548268a d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0x1548d970 __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x154af450 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x15563f2c page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x156742b4 phy_attached_info +EXPORT_SYMBOL vmlinux 0x156cecf5 param_ops_charp +EXPORT_SYMBOL vmlinux 0x159ea427 md_reload_sb +EXPORT_SYMBOL vmlinux 0x15a8a381 kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0x15b646d5 xattr_supports_user_prefix +EXPORT_SYMBOL vmlinux 0x15ba50a6 jiffies +EXPORT_SYMBOL vmlinux 0x15bafe29 unregister_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x15bc8e75 jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x15bed7a5 LZ4_decompress_safe_partial +EXPORT_SYMBOL vmlinux 0x15c85de3 mempool_init +EXPORT_SYMBOL vmlinux 0x15e0b575 dev_set_allmulti +EXPORT_SYMBOL vmlinux 0x15f19d59 find_vma_intersection +EXPORT_SYMBOL vmlinux 0x15f89a19 page_get_link +EXPORT_SYMBOL vmlinux 0x15f90688 slhc_init +EXPORT_SYMBOL vmlinux 0x160ebf9a disk_stack_limits +EXPORT_SYMBOL vmlinux 0x162893fd hashlen_string +EXPORT_SYMBOL vmlinux 0x162b531f read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0x1632bc21 kvasprintf_const +EXPORT_SYMBOL vmlinux 0x163d2417 tegra_io_rail_power_off +EXPORT_SYMBOL vmlinux 0x163f2f04 rdmacg_try_charge +EXPORT_SYMBOL vmlinux 0x164d5a6e ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0x1659fab3 inc_node_page_state +EXPORT_SYMBOL vmlinux 0x165ad395 trace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0x16642837 scsi_device_resume +EXPORT_SYMBOL vmlinux 0x1668cf86 acpi_match_device_ids +EXPORT_SYMBOL vmlinux 0x167167fb netpoll_setup +EXPORT_SYMBOL vmlinux 0x1675fc95 tcp_recv_skb +EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump +EXPORT_SYMBOL vmlinux 0x1683f232 bdi_register +EXPORT_SYMBOL vmlinux 0x169938c1 __sysfs_match_string +EXPORT_SYMBOL vmlinux 0x16a7b16f __traceiter_kmalloc +EXPORT_SYMBOL vmlinux 0x16bcc3f9 pin_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0x16c32d31 i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0x16cdc340 acpi_get_table +EXPORT_SYMBOL vmlinux 0x16ce9a74 load_nls_default +EXPORT_SYMBOL vmlinux 0x16d28375 dev_addr_del +EXPORT_SYMBOL vmlinux 0x16d3d234 mipi_dsi_driver_register_full +EXPORT_SYMBOL vmlinux 0x16e297c3 bit_wait +EXPORT_SYMBOL vmlinux 0x16e7e2cb cpu_all_bits +EXPORT_SYMBOL vmlinux 0x16f01ff4 __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0x170ddf79 acpi_install_notify_handler +EXPORT_SYMBOL vmlinux 0x172e7908 inet_protos +EXPORT_SYMBOL vmlinux 0x17389ce1 param_set_ullong +EXPORT_SYMBOL vmlinux 0x175415dc folio_wait_private_2_killable +EXPORT_SYMBOL vmlinux 0x175721f6 write_dirty_buffer +EXPORT_SYMBOL vmlinux 0x1773920f devm_release_resource +EXPORT_SYMBOL vmlinux 0x1773fc6e vfs_fsync_range +EXPORT_SYMBOL vmlinux 0x17825d3f xudma_rchan_get +EXPORT_SYMBOL vmlinux 0x178c4894 qe_upload_firmware +EXPORT_SYMBOL vmlinux 0x178d06c4 serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0x17aa5cdc inet_csk_reqsk_queue_drop +EXPORT_SYMBOL vmlinux 0x17bceb96 input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0x17c94ba6 nd_region_release_lane +EXPORT_SYMBOL vmlinux 0x17ec512e dquot_initialize +EXPORT_SYMBOL vmlinux 0x17ed64a0 sock_alloc_file +EXPORT_SYMBOL vmlinux 0x17f48417 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0x17fa718d inet_register_protosw +EXPORT_SYMBOL vmlinux 0x1800fa42 __xfrm_dst_lookup +EXPORT_SYMBOL vmlinux 0x180b7f8a pci_write_vpd +EXPORT_SYMBOL vmlinux 0x180bc2f3 dev_kfree_skb_irq_reason +EXPORT_SYMBOL vmlinux 0x1819a3f5 register_sysctl +EXPORT_SYMBOL vmlinux 0x181c7644 md_check_recovery +EXPORT_SYMBOL vmlinux 0x181f2acc pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x182906bf xp_alloc_batch +EXPORT_SYMBOL vmlinux 0x182deb5c pci_assign_resource +EXPORT_SYMBOL vmlinux 0x18345b8e __bitmap_replace +EXPORT_SYMBOL vmlinux 0x1836c53b ethtool_rx_flow_rule_destroy +EXPORT_SYMBOL vmlinux 0x185d2b94 unregister_shrinker +EXPORT_SYMBOL vmlinux 0x186b61e8 param_ops_byte +EXPORT_SYMBOL vmlinux 0x186f2de7 deactivate_locked_super +EXPORT_SYMBOL vmlinux 0x187884a8 cpm_muram_free +EXPORT_SYMBOL vmlinux 0x18888d00 downgrade_write +EXPORT_SYMBOL vmlinux 0x188a2195 tcp_make_synack +EXPORT_SYMBOL vmlinux 0x188ea314 jiffies_to_timespec64 +EXPORT_SYMBOL vmlinux 0x18a3daf8 md_bitmap_update_sb +EXPORT_SYMBOL vmlinux 0x18a4f14b generic_read_dir +EXPORT_SYMBOL vmlinux 0x18b0326f block_commit_write +EXPORT_SYMBOL vmlinux 0x18b48e28 __memset_io +EXPORT_SYMBOL vmlinux 0x18cb0e31 bio_chain +EXPORT_SYMBOL vmlinux 0x18cd6b8c mii_nway_restart +EXPORT_SYMBOL vmlinux 0x18d3b0ee md_unregister_thread +EXPORT_SYMBOL vmlinux 0x18d4345f dst_discard_out +EXPORT_SYMBOL vmlinux 0x18ddb233 of_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x18e11df8 __netif_schedule +EXPORT_SYMBOL vmlinux 0x18e39741 submit_bio_wait +EXPORT_SYMBOL vmlinux 0x18e60984 __do_once_start +EXPORT_SYMBOL vmlinux 0x1906bfbc mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x191ccf62 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0x19206628 kill_fasync +EXPORT_SYMBOL vmlinux 0x193a4c0d __brelse +EXPORT_SYMBOL vmlinux 0x193b34c7 phy_find_first +EXPORT_SYMBOL vmlinux 0x1951fc6d param_get_invbool +EXPORT_SYMBOL vmlinux 0x1953c958 mempool_create +EXPORT_SYMBOL vmlinux 0x195e9be1 __dev_direct_xmit +EXPORT_SYMBOL vmlinux 0x196bbed5 blkdev_compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0x197d5b60 dma_fence_default_wait +EXPORT_SYMBOL vmlinux 0x1984d421 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0x19922da9 __ip_options_compile +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19d14eca sockopt_release_sock +EXPORT_SYMBOL vmlinux 0x19e0c613 generic_parse_monolithic +EXPORT_SYMBOL vmlinux 0x19e53a1e unpin_user_pages +EXPORT_SYMBOL vmlinux 0x19e58ab0 clk_get +EXPORT_SYMBOL vmlinux 0x1a16af31 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x1a1f59fc pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0x1a27bffa inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x1a28a16c sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0x1a3c5fd4 path_put +EXPORT_SYMBOL vmlinux 0x1a4072a5 udp_pre_connect +EXPORT_SYMBOL vmlinux 0x1a45cb6c acpi_disabled +EXPORT_SYMBOL vmlinux 0x1a4840fa balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0x1a4b5499 mmc_of_parse +EXPORT_SYMBOL vmlinux 0x1a554edf lock_sock_nested +EXPORT_SYMBOL vmlinux 0x1a560293 sock_wake_async +EXPORT_SYMBOL vmlinux 0x1a569921 __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0x1a5fa437 pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0x1a609751 udp_seq_ops +EXPORT_SYMBOL vmlinux 0x1a60a94d of_iommu_get_resv_regions +EXPORT_SYMBOL vmlinux 0x1a71c8d3 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x1a81762e pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0x1a8a6c3e dquot_get_next_dqblk +EXPORT_SYMBOL vmlinux 0x1a911382 input_allocate_device +EXPORT_SYMBOL vmlinux 0x1a975ab5 __fs_parse +EXPORT_SYMBOL vmlinux 0x1a9a433c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x1aab8ec3 page_pool_return_skb_page +EXPORT_SYMBOL vmlinux 0x1aaf435a copy_highpage +EXPORT_SYMBOL vmlinux 0x1ab6615a devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn +EXPORT_SYMBOL vmlinux 0x1ad0f0fa udp_set_csum +EXPORT_SYMBOL vmlinux 0x1adb3d44 sock_no_linger +EXPORT_SYMBOL vmlinux 0x1af3953e sock_bind_add +EXPORT_SYMBOL vmlinux 0x1af40895 __page_frag_cache_drain +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b030bfb put_cmsg +EXPORT_SYMBOL vmlinux 0x1b1192c5 io_uring_get_socket +EXPORT_SYMBOL vmlinux 0x1b335af2 __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x1b5196fc xudma_tchan_put +EXPORT_SYMBOL vmlinux 0x1b55e7a1 __ip_select_ident +EXPORT_SYMBOL vmlinux 0x1b562e60 vfs_parse_fs_param +EXPORT_SYMBOL vmlinux 0x1b597b7a swake_up_all +EXPORT_SYMBOL vmlinux 0x1b60472f generic_file_direct_write +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b673cb1 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0x1b71f77d xsk_tx_peek_release_desc_batch +EXPORT_SYMBOL vmlinux 0x1b777357 rdmacg_unregister_device +EXPORT_SYMBOL vmlinux 0x1b8cf0b3 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0x1b90802d cdev_device_del +EXPORT_SYMBOL vmlinux 0x1b908d85 _raw_write_lock_nested +EXPORT_SYMBOL vmlinux 0x1b92683a param_ops_int +EXPORT_SYMBOL vmlinux 0x1b9891ba device_get_mac_address +EXPORT_SYMBOL vmlinux 0x1ba59527 __kmalloc_node +EXPORT_SYMBOL vmlinux 0x1bb3bfe4 bio_copy_data +EXPORT_SYMBOL vmlinux 0x1bb51249 tcp_have_smc +EXPORT_SYMBOL vmlinux 0x1bb5d413 tegra_dfll_runtime_resume +EXPORT_SYMBOL vmlinux 0x1bb86b9a xen_start_info +EXPORT_SYMBOL vmlinux 0x1bcc9cb3 dump_align +EXPORT_SYMBOL vmlinux 0x1bcf0b1c kmem_cache_create +EXPORT_SYMBOL vmlinux 0x1bd29eda would_dump +EXPORT_SYMBOL vmlinux 0x1bd59dbe vme_free_consistent +EXPORT_SYMBOL vmlinux 0x1bdd4f37 mod_node_page_state +EXPORT_SYMBOL vmlinux 0x1be00271 __nla_reserve +EXPORT_SYMBOL vmlinux 0x1be8ed8f pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x1bea4a6e mdiobus_setup_mdiodev_from_board_info +EXPORT_SYMBOL vmlinux 0x1bec584e arp_xmit +EXPORT_SYMBOL vmlinux 0x1bf86822 mipi_dsi_driver_unregister +EXPORT_SYMBOL vmlinux 0x1c02a295 vga_put +EXPORT_SYMBOL vmlinux 0x1c1854ec crypto_kdf108_setkey +EXPORT_SYMBOL vmlinux 0x1c1b8f04 __ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x1c2310a2 sk_stop_timer_sync +EXPORT_SYMBOL vmlinux 0x1c45eba4 scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0x1c58427f acpi_remove_notify_handler +EXPORT_SYMBOL vmlinux 0x1c5e3878 icst525_idx2s +EXPORT_SYMBOL vmlinux 0x1c70d1a2 md_write_inc +EXPORT_SYMBOL vmlinux 0x1c777eb3 tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0x1c93f5fc param_get_hexint +EXPORT_SYMBOL vmlinux 0x1cb11044 inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0x1cb3df87 phy_connect_direct +EXPORT_SYMBOL vmlinux 0x1cb8feb0 serio_open +EXPORT_SYMBOL vmlinux 0x1cc11154 __SCK__tp_func_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x1cc75dbf dm_table_get_size +EXPORT_SYMBOL vmlinux 0x1cd0adea module_put +EXPORT_SYMBOL vmlinux 0x1cd8438b pxm_to_node +EXPORT_SYMBOL vmlinux 0x1cdd39ba logic_outsl +EXPORT_SYMBOL vmlinux 0x1cde3cdd skb_ensure_writable +EXPORT_SYMBOL vmlinux 0x1cdeb282 dquot_quota_off +EXPORT_SYMBOL vmlinux 0x1cea0a7e fifo_create_dflt +EXPORT_SYMBOL vmlinux 0x1cf5efa6 xudma_rflow_get_id +EXPORT_SYMBOL vmlinux 0x1cfe97f8 fwnode_mdiobus_register_phy +EXPORT_SYMBOL vmlinux 0x1d07e365 memdup_user_nul +EXPORT_SYMBOL vmlinux 0x1d0bf64f unregister_quota_format +EXPORT_SYMBOL vmlinux 0x1d15186c mmc_card_alternative_gpt_sector +EXPORT_SYMBOL vmlinux 0x1d1834d7 __invalidate_device +EXPORT_SYMBOL vmlinux 0x1d1abdf0 acpi_get_physical_device_location +EXPORT_SYMBOL vmlinux 0x1d1bd6f0 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0x1d24c881 ___ratelimit +EXPORT_SYMBOL vmlinux 0x1d40b6f3 idr_for_each +EXPORT_SYMBOL vmlinux 0x1d4e91c6 generic_file_mmap +EXPORT_SYMBOL vmlinux 0x1d64ee1d scsi_device_get +EXPORT_SYMBOL vmlinux 0x1d794855 __tracepoint_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x1d8a5fc4 tty_register_driver +EXPORT_SYMBOL vmlinux 0x1d9672bd fault_in_subpage_writeable +EXPORT_SYMBOL vmlinux 0x1d97938d rproc_detach +EXPORT_SYMBOL vmlinux 0x1da2ff8c fwnode_get_phy_id +EXPORT_SYMBOL vmlinux 0x1db8e339 simple_link +EXPORT_SYMBOL vmlinux 0x1dc443ac fwnode_get_mac_address +EXPORT_SYMBOL vmlinux 0x1dc6c93b lookup_user_key +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1dd68c29 simple_lookup +EXPORT_SYMBOL vmlinux 0x1dd84169 mipi_dsi_dcs_get_display_brightness_large +EXPORT_SYMBOL vmlinux 0x1de4ccb2 get_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x1de59c22 qcom_scm_ice_invalidate_key +EXPORT_SYMBOL vmlinux 0x1de67f9b qcom_scm_io_writel +EXPORT_SYMBOL vmlinux 0x1de8895e skb_condense +EXPORT_SYMBOL vmlinux 0x1e0373fc imx_scu_irq_group_enable +EXPORT_SYMBOL vmlinux 0x1e0a0c24 mod_timer_pending +EXPORT_SYMBOL vmlinux 0x1e0cd7fe acpi_detach_data +EXPORT_SYMBOL vmlinux 0x1e0f878d _copy_from_iter +EXPORT_SYMBOL vmlinux 0x1e242010 scsi_print_command +EXPORT_SYMBOL vmlinux 0x1e256125 jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0x1e2efaff mfd_remove_devices +EXPORT_SYMBOL vmlinux 0x1e39c1c7 tc_setup_cb_destroy +EXPORT_SYMBOL vmlinux 0x1e4a3297 file_remove_privs +EXPORT_SYMBOL vmlinux 0x1e5c50e6 vfs_iocb_iter_write +EXPORT_SYMBOL vmlinux 0x1e665afa devfreq_recommended_opp +EXPORT_SYMBOL vmlinux 0x1e6adaa0 bitmap_print_bitmask_to_buf +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e89cbee console_stop +EXPORT_SYMBOL vmlinux 0x1e977089 devm_mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1eaa660c of_get_next_cpu_node +EXPORT_SYMBOL vmlinux 0x1eaceaae clkdev_add +EXPORT_SYMBOL vmlinux 0x1edb69d6 ktime_get_raw_ts64 +EXPORT_SYMBOL vmlinux 0x1ee8b82d rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0x1ef41b7e qcom_scm_iommu_set_pt_format +EXPORT_SYMBOL vmlinux 0x1eff5163 mipi_dsi_detach +EXPORT_SYMBOL vmlinux 0x1f10c1f7 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x1f277a30 generic_fill_statx_attr +EXPORT_SYMBOL vmlinux 0x1f496103 mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0x1f557414 gen_pool_has_addr +EXPORT_SYMBOL vmlinux 0x1f69336f qman_get_qm_portal_config +EXPORT_SYMBOL vmlinux 0x1f7737a8 tc_cleanup_offload_action +EXPORT_SYMBOL vmlinux 0x1f7c867e page_pool_alloc_pages +EXPORT_SYMBOL vmlinux 0x1f7d7dd7 has_capability +EXPORT_SYMBOL vmlinux 0x1f9c0d4a xfrm6_rcv_tnl +EXPORT_SYMBOL vmlinux 0x1fa648b5 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x1fb9fa3c mipi_dsi_dcs_get_pixel_format +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fc1109e proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x1fc86b83 xfrm_replay_seqhi +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fdac65f vme_dma_request +EXPORT_SYMBOL vmlinux 0x1fdde48c pcim_iomap_table +EXPORT_SYMBOL vmlinux 0x1fe312dd mr_mfc_find_any_parent +EXPORT_SYMBOL vmlinux 0x1ff90ecd padata_do_parallel +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x20278d8e pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x202bdf7d pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0x202fe7e7 udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0x20463df4 wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x204c5067 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0x20525e51 ip_sock_set_tos +EXPORT_SYMBOL vmlinux 0x207075ea scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x2074bf01 seg6_hmac_net_exit +EXPORT_SYMBOL vmlinux 0x207d2412 sock_setsockopt +EXPORT_SYMBOL vmlinux 0x20857a33 xp_raw_get_data +EXPORT_SYMBOL vmlinux 0x2093f0ab dma_resv_iter_next_unlocked +EXPORT_SYMBOL vmlinux 0x209b478b key_validate +EXPORT_SYMBOL vmlinux 0x20a2773c __udp_disconnect +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20ca8dbf __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x20cbb30a __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x20d64f09 pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x20d65e40 fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0x20d7824c jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x20e8c4e8 neigh_for_each +EXPORT_SYMBOL vmlinux 0x20e9dab7 xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x20eadeb6 ip_compute_csum +EXPORT_SYMBOL vmlinux 0x20f4852f unregister_cdrom +EXPORT_SYMBOL vmlinux 0x211c6961 param_set_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x2130907a pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x213a738d memregion_alloc +EXPORT_SYMBOL vmlinux 0x213b4ae3 scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0x213bbf31 drop_super +EXPORT_SYMBOL vmlinux 0x213e4965 ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x21434d2d of_find_backlight_by_node +EXPORT_SYMBOL vmlinux 0x21441a1c t10_pi_type3_ip +EXPORT_SYMBOL vmlinux 0x214f37e4 cont_write_begin +EXPORT_SYMBOL vmlinux 0x216c2c9e inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0x217fcd95 netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0x218c24f1 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x218e600b pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0x21a7a851 acpi_bus_unregister_driver +EXPORT_SYMBOL vmlinux 0x21a7af7d dquot_destroy +EXPORT_SYMBOL vmlinux 0x21bdb523 errseq_check_and_advance +EXPORT_SYMBOL vmlinux 0x21d58eda param_get_int +EXPORT_SYMBOL vmlinux 0x21d9e030 handshake_req_alloc +EXPORT_SYMBOL vmlinux 0x21e13cb3 inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0x21ea5251 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x21ef374c try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x22059134 __bh_read +EXPORT_SYMBOL vmlinux 0x2206c071 inet_offloads +EXPORT_SYMBOL vmlinux 0x220bc2c2 dev_get_stats +EXPORT_SYMBOL vmlinux 0x221a0386 neigh_update +EXPORT_SYMBOL vmlinux 0x222d1b06 __cpuhp_remove_state +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x2234ca51 acpi_match_platform_list +EXPORT_SYMBOL vmlinux 0x2241196b inode_nohighmem +EXPORT_SYMBOL vmlinux 0x224824fa input_get_timestamp +EXPORT_SYMBOL vmlinux 0x224ce651 xudma_free_gp_rflow_range +EXPORT_SYMBOL vmlinux 0x2257a6dd mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0x225b4c00 bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x22694647 getname_kernel +EXPORT_SYMBOL vmlinux 0x22764917 dev_add_pack +EXPORT_SYMBOL vmlinux 0x227b3eb0 rproc_coredump_add_custom_segment +EXPORT_SYMBOL vmlinux 0x229a161a ps2_command +EXPORT_SYMBOL vmlinux 0x229a1b55 setattr_should_drop_sgid +EXPORT_SYMBOL vmlinux 0x22ac932c bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22b8554b __dev_get_by_flags +EXPORT_SYMBOL vmlinux 0x22c627bf jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0x22c80a58 current_time +EXPORT_SYMBOL vmlinux 0x22d407a9 inode_needs_sync +EXPORT_SYMBOL vmlinux 0x22dc7ebc cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0x23067985 netdev_sk_get_lowest_dev +EXPORT_SYMBOL vmlinux 0x233555f1 lookup_one_len +EXPORT_SYMBOL vmlinux 0x233bbd9e inet_csk_accept +EXPORT_SYMBOL vmlinux 0x23504531 eth_get_headlen +EXPORT_SYMBOL vmlinux 0x23559c51 qman_oos_fq +EXPORT_SYMBOL vmlinux 0x2358e01b pci_ep_cfs_add_epf_group +EXPORT_SYMBOL vmlinux 0x235b00c5 __scsi_add_device +EXPORT_SYMBOL vmlinux 0x235fd186 dm_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x2364c85a tasklet_init +EXPORT_SYMBOL vmlinux 0x23704bff i2c_get_match_data +EXPORT_SYMBOL vmlinux 0x2386c83d dquot_drop +EXPORT_SYMBOL vmlinux 0x238afcc6 dev_kfree_skb_any_reason +EXPORT_SYMBOL vmlinux 0x238b099f mipi_dsi_packet_format_is_short +EXPORT_SYMBOL vmlinux 0x238ddd40 tcp_seq_stop +EXPORT_SYMBOL vmlinux 0x2391f725 irq_stat +EXPORT_SYMBOL vmlinux 0x239f471b pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23daa989 mipi_dsi_create_packet +EXPORT_SYMBOL vmlinux 0x23dc7f6c hdmi_avi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x23f1d7a6 page_pool_ethtool_stats_get_count +EXPORT_SYMBOL vmlinux 0x23f4fedb netpoll_send_skb +EXPORT_SYMBOL vmlinux 0x23f96072 skb_csum_hwoffload_help +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x240ce258 vme_init_bridge +EXPORT_SYMBOL vmlinux 0x24134417 phy_print_status +EXPORT_SYMBOL vmlinux 0x242392ea touch_atime +EXPORT_SYMBOL vmlinux 0x243297ac read_cache_folio +EXPORT_SYMBOL vmlinux 0x2434129b __skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x2443eed0 udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0x24586650 pci_find_bus +EXPORT_SYMBOL vmlinux 0x24598b20 dns_query +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x24678d50 invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x246f1522 security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0x24822a72 sk_mc_loop +EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0x24a880ec generic_buffers_fsync_noflush +EXPORT_SYMBOL vmlinux 0x24c34ef9 nd_device_register +EXPORT_SYMBOL vmlinux 0x24c45974 pci_scan_single_device +EXPORT_SYMBOL vmlinux 0x24d273d1 add_timer +EXPORT_SYMBOL vmlinux 0x24d808a6 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x24e1b558 seg6_hmac_compute +EXPORT_SYMBOL vmlinux 0x24e9f076 mmc_can_gpio_ro +EXPORT_SYMBOL vmlinux 0x2505bf18 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x25151cf2 tcf_idr_search +EXPORT_SYMBOL vmlinux 0x252332f1 __SCK__tp_func_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x25248683 inet_rcv_saddr_equal +EXPORT_SYMBOL vmlinux 0x2531d83b mntput +EXPORT_SYMBOL vmlinux 0x25321eef prepare_creds +EXPORT_SYMBOL vmlinux 0x2542c8e9 register_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x2552c09c tcp_parse_options +EXPORT_SYMBOL vmlinux 0x25623884 ilookup5_nowait +EXPORT_SYMBOL vmlinux 0x256975bf d_set_fallthru +EXPORT_SYMBOL vmlinux 0x2577fb2e flow_rule_match_tcp +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x25832b5a serio_reconnect +EXPORT_SYMBOL vmlinux 0x258a2c02 _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x258d2f76 net_dim_get_tx_moderation +EXPORT_SYMBOL vmlinux 0x25974000 wait_for_completion +EXPORT_SYMBOL vmlinux 0x2598c6c0 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x25a6f026 ipv6_sock_mc_join +EXPORT_SYMBOL vmlinux 0x25b1535e sk_error_report +EXPORT_SYMBOL vmlinux 0x25b6eebf i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0x25d23868 _copy_to_iter +EXPORT_SYMBOL vmlinux 0x25d85131 netdev_update_features +EXPORT_SYMBOL vmlinux 0x25dd9b25 sock_set_reuseport +EXPORT_SYMBOL vmlinux 0x25e9d4bd resource_list_free +EXPORT_SYMBOL vmlinux 0x26060d14 set_groups +EXPORT_SYMBOL vmlinux 0x2606eefd __do_once_sleepable_done +EXPORT_SYMBOL vmlinux 0x260d9391 __cgroup_bpf_run_filter_sock_ops +EXPORT_SYMBOL vmlinux 0x260e52ee dynamic_preempt_schedule_notrace +EXPORT_SYMBOL vmlinux 0x260e81d5 __phy_resume +EXPORT_SYMBOL vmlinux 0x2613fdda poll_initwait +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x263c3152 bcmp +EXPORT_SYMBOL vmlinux 0x263e02e5 mfd_remove_devices_late +EXPORT_SYMBOL vmlinux 0x263f0d1f qman_portal_set_iperiod +EXPORT_SYMBOL vmlinux 0x26438744 sync_blockdev +EXPORT_SYMBOL vmlinux 0x265163e4 kset_unregister +EXPORT_SYMBOL vmlinux 0x2657a12f cros_ec_prepare_tx +EXPORT_SYMBOL vmlinux 0x266249c9 do_SAK +EXPORT_SYMBOL vmlinux 0x26630530 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0x266f82f0 dquot_alloc +EXPORT_SYMBOL vmlinux 0x267961d0 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x267b7088 napi_disable +EXPORT_SYMBOL vmlinux 0x2688ec10 bitmap_zalloc +EXPORT_SYMBOL vmlinux 0x26897b52 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x268e11c5 vme_new_dma_list +EXPORT_SYMBOL vmlinux 0x269a09f3 mipi_dsi_turn_on_peripheral +EXPORT_SYMBOL vmlinux 0x26a482fe single_open +EXPORT_SYMBOL vmlinux 0x26b7164d alloc_file_pseudo +EXPORT_SYMBOL vmlinux 0x26b9fa90 dev_open +EXPORT_SYMBOL vmlinux 0x26c693d3 security_path_rename +EXPORT_SYMBOL vmlinux 0x26d033d0 rtnl_unicast +EXPORT_SYMBOL vmlinux 0x26d880e6 of_phy_get_and_connect +EXPORT_SYMBOL vmlinux 0x26e10481 fixed_size_llseek +EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x26e67e99 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0x26e7a788 register_mii_timestamper +EXPORT_SYMBOL vmlinux 0x26e8e91d mount_nodev +EXPORT_SYMBOL vmlinux 0x270cf88f dump_stack_lvl +EXPORT_SYMBOL vmlinux 0x27180cce trace_event_printf +EXPORT_SYMBOL vmlinux 0x271cba95 acpi_bus_private_data_handler +EXPORT_SYMBOL vmlinux 0x272a8933 udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x272b5962 ptp_clock_register +EXPORT_SYMBOL vmlinux 0x272ea4a1 gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0x2733eaf7 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0x2737aee5 gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0x27479d14 param_free_charp +EXPORT_SYMBOL vmlinux 0x274a8d25 __skb_wait_for_more_packets +EXPORT_SYMBOL vmlinux 0x274b79f8 tls_server_hello_psk +EXPORT_SYMBOL vmlinux 0x275dfee4 ucc_slow_free +EXPORT_SYMBOL vmlinux 0x275f3d49 hdmi_vendor_infoframe_check +EXPORT_SYMBOL vmlinux 0x27670f89 nf_register_net_hooks +EXPORT_SYMBOL vmlinux 0x27756bc8 scsi_sanitize_inquiry_string +EXPORT_SYMBOL vmlinux 0x27810361 acpi_os_wait_events_complete +EXPORT_SYMBOL vmlinux 0x27822479 fd_install +EXPORT_SYMBOL vmlinux 0x2782b393 xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x2786f8f6 __sk_dst_check +EXPORT_SYMBOL vmlinux 0x279ea93f mr_vif_seq_next +EXPORT_SYMBOL vmlinux 0x27affdbc skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0x27b00a0f module_layout +EXPORT_SYMBOL vmlinux 0x27bafd47 __register_nls +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27bd5a47 trace_print_array_seq +EXPORT_SYMBOL vmlinux 0x27c18500 pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0x27c3c728 qman_release_fqid +EXPORT_SYMBOL vmlinux 0x27c803ab tcf_idr_create +EXPORT_SYMBOL vmlinux 0x27cd6cd9 mmc_release_host +EXPORT_SYMBOL vmlinux 0x27cdca93 pci_add_resource +EXPORT_SYMBOL vmlinux 0x27d00416 filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x27d4754b nf_log_set +EXPORT_SYMBOL vmlinux 0x27e0dd0a qcom_scm_pas_init_image +EXPORT_SYMBOL vmlinux 0x2801a22f proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0x280753b0 unlock_page +EXPORT_SYMBOL vmlinux 0x28119f4e netlink_net_capable +EXPORT_SYMBOL vmlinux 0x28148011 padata_free_shell +EXPORT_SYMBOL vmlinux 0x2816d0aa sock_i_ino +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x28248a59 configfs_register_group +EXPORT_SYMBOL vmlinux 0x2824e285 backlight_device_register +EXPORT_SYMBOL vmlinux 0x282c7e12 __tracepoint_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x2830fabf of_find_all_nodes +EXPORT_SYMBOL vmlinux 0x283bb8d4 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x28500e13 proc_douintvec +EXPORT_SYMBOL vmlinux 0x286a8954 sock_release +EXPORT_SYMBOL vmlinux 0x2875a315 utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0x28864fef __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0x28897f98 inetdev_by_index +EXPORT_SYMBOL vmlinux 0x288db247 dqput +EXPORT_SYMBOL vmlinux 0x289d0ce7 block_invalidate_folio +EXPORT_SYMBOL vmlinux 0x28b44fb9 get_user_pages +EXPORT_SYMBOL vmlinux 0x28b98f63 inet_del_protocol +EXPORT_SYMBOL vmlinux 0x28bbb1de of_node_name_prefix +EXPORT_SYMBOL vmlinux 0x28bfdc1c try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x28cc9a85 ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0x28ccb645 simple_transaction_get +EXPORT_SYMBOL vmlinux 0x28cf7234 flow_block_cb_free +EXPORT_SYMBOL vmlinux 0x28e00bb7 fb_pan_display +EXPORT_SYMBOL vmlinux 0x28f264d7 __tracepoint_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x28f5c0df brioctl_set +EXPORT_SYMBOL vmlinux 0x28f94604 __ubsan_handle_builtin_unreachable +EXPORT_SYMBOL vmlinux 0x28f95891 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x28fdea06 jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0x29066afa pci_enable_msi +EXPORT_SYMBOL vmlinux 0x2911352f __skb_recv_udp +EXPORT_SYMBOL vmlinux 0x29143532 devm_aperture_acquire_for_platform_device +EXPORT_SYMBOL vmlinux 0x2915815b pci_free_irq +EXPORT_SYMBOL vmlinux 0x2918f8bb ip_options_compile +EXPORT_SYMBOL vmlinux 0x291e4379 pcie_bandwidth_available +EXPORT_SYMBOL vmlinux 0x2926d567 sget_fc +EXPORT_SYMBOL vmlinux 0x292c7d73 pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0x2932bbf0 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0x29399d32 nexthop_bucket_set_hw_flags +EXPORT_SYMBOL vmlinux 0x2947de60 devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x294ed701 dquot_scan_active +EXPORT_SYMBOL vmlinux 0x29604158 napi_busy_loop +EXPORT_SYMBOL vmlinux 0x296b8bbf __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x297b517c folio_end_writeback +EXPORT_SYMBOL vmlinux 0x298716fc secure_tcpv6_ts_off +EXPORT_SYMBOL vmlinux 0x29a6b197 ip6_fraglist_init +EXPORT_SYMBOL vmlinux 0x29ce0380 ipv6_dev_find +EXPORT_SYMBOL vmlinux 0x29e133ee flow_indr_dev_register +EXPORT_SYMBOL vmlinux 0x29e1e204 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0x2a107477 blk_set_runtime_active +EXPORT_SYMBOL vmlinux 0x2a1e2195 touchscreen_report_pos +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a596fbb dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x2a6302f7 phy_sfp_probe +EXPORT_SYMBOL vmlinux 0x2a6a5aac sockopt_capable +EXPORT_SYMBOL vmlinux 0x2a716dd2 devm_pci_remap_cfg_resource +EXPORT_SYMBOL vmlinux 0x2a78a157 jbd2_submit_inode_data +EXPORT_SYMBOL vmlinux 0x2a8a0b96 page_frag_alloc_align +EXPORT_SYMBOL vmlinux 0x2a928918 slhc_free +EXPORT_SYMBOL vmlinux 0x2a99d57d inode_io_list_del +EXPORT_SYMBOL vmlinux 0x2a9a3905 vme_master_get +EXPORT_SYMBOL vmlinux 0x2aa0843e mempool_resize +EXPORT_SYMBOL vmlinux 0x2aa9f130 inet_frags_init +EXPORT_SYMBOL vmlinux 0x2aabaf9d xudma_tchan_get +EXPORT_SYMBOL vmlinux 0x2aabcdc8 vmalloc_array +EXPORT_SYMBOL vmlinux 0x2ab2ee91 brcmstb_get_product_id +EXPORT_SYMBOL vmlinux 0x2abf4c9f xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0x2aec3299 fman_get_bmi_max_fifo_size +EXPORT_SYMBOL vmlinux 0x2afbf588 put_fs_context +EXPORT_SYMBOL vmlinux 0x2aff44be tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x2b1abce3 fman_has_errata_a050385 +EXPORT_SYMBOL vmlinux 0x2b24cee4 jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0x2b3f4bcd misc_register +EXPORT_SYMBOL vmlinux 0x2b593aa8 gen_pool_alloc_algo_owner +EXPORT_SYMBOL vmlinux 0x2b71ff4f touch_buffer +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2ba5abbc tcp_req_err +EXPORT_SYMBOL vmlinux 0x2bae204e mt_find +EXPORT_SYMBOL vmlinux 0x2bb6099e dq_data_lock +EXPORT_SYMBOL vmlinux 0x2bcca4b7 ip6_xmit +EXPORT_SYMBOL vmlinux 0x2bd60ab9 acpi_reset +EXPORT_SYMBOL vmlinux 0x2be7655c md_bitmap_start_sync +EXPORT_SYMBOL vmlinux 0x2bfbab10 __memmove +EXPORT_SYMBOL vmlinux 0x2c0978a3 phy_read_mmd +EXPORT_SYMBOL vmlinux 0x2c16e697 neigh_table_clear +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c2f3d76 scsi_register_interface +EXPORT_SYMBOL vmlinux 0x2c329e54 tegra_powergate_sequence_power_up +EXPORT_SYMBOL vmlinux 0x2c3457aa pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0x2c354884 pnp_device_detach +EXPORT_SYMBOL vmlinux 0x2c40727a kernel_param_lock +EXPORT_SYMBOL vmlinux 0x2c541e7b radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x2c5c4bf7 ip6_err_gen_icmpv6_unreach +EXPORT_SYMBOL vmlinux 0x2c5f8d0c flow_rule_match_control +EXPORT_SYMBOL vmlinux 0x2c681cae filemap_get_folios +EXPORT_SYMBOL vmlinux 0x2c70894c register_key_type +EXPORT_SYMBOL vmlinux 0x2c82c36a security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x2c8a9788 xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0x2c91e17c vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x2c9fd76e end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x2ca22f81 make_kgid +EXPORT_SYMBOL vmlinux 0x2ccd059a dim_on_top +EXPORT_SYMBOL vmlinux 0x2cd33021 dma_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0x2ce1f612 sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x2cf0c910 sg_init_table +EXPORT_SYMBOL vmlinux 0x2cf25ffa unregister_fib_notifier +EXPORT_SYMBOL vmlinux 0x2cf56265 __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0x2cfa3d65 blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d2670c7 tso_build_hdr +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d30cbd9 tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d387104 rcu_lazy_set_jiffies_till_flush +EXPORT_SYMBOL vmlinux 0x2d39b0a7 kstrdup +EXPORT_SYMBOL vmlinux 0x2d4c773a hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0x2d4daef5 find_font +EXPORT_SYMBOL vmlinux 0x2d580e81 cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0x2d5856c5 mq_change_real_num_tx +EXPORT_SYMBOL vmlinux 0x2d62a2fc of_find_device_by_node +EXPORT_SYMBOL vmlinux 0x2d78d65a fb_blank +EXPORT_SYMBOL vmlinux 0x2d912bca dmi_get_bios_year +EXPORT_SYMBOL vmlinux 0x2d918a94 __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x2d9812e5 acpi_dev_hid_uid_match +EXPORT_SYMBOL vmlinux 0x2d994605 security_inode_copy_up_xattr +EXPORT_SYMBOL vmlinux 0x2d9a12a1 fscrypt_free_bounce_page +EXPORT_SYMBOL vmlinux 0x2dc76331 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0x2dce2f1c __irq_regs +EXPORT_SYMBOL vmlinux 0x2dd3ab3f proc_remove +EXPORT_SYMBOL vmlinux 0x2dd629f1 mii_ethtool_sset +EXPORT_SYMBOL vmlinux 0x2de3e3b7 cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x2df26fde of_io_request_and_map +EXPORT_SYMBOL vmlinux 0x2df900d1 blk_mq_run_hw_queue +EXPORT_SYMBOL vmlinux 0x2e08cd63 mipi_dsi_host_register +EXPORT_SYMBOL vmlinux 0x2e0a637d acpi_walk_resources +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e2b40d2 strncat +EXPORT_SYMBOL vmlinux 0x2e2c4ddc logic_inw +EXPORT_SYMBOL vmlinux 0x2e3bcce2 wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x2e439142 drm_get_panel_orientation_quirk +EXPORT_SYMBOL vmlinux 0x2e4bb99d tty_port_close_end +EXPORT_SYMBOL vmlinux 0x2e4eaf2c eth_header_cache +EXPORT_SYMBOL vmlinux 0x2e546cbc ps2_end_command +EXPORT_SYMBOL vmlinux 0x2e5b27da xudma_alloc_gp_rflow_range +EXPORT_SYMBOL vmlinux 0x2e649685 scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x2e686676 sock_ioctl_inout +EXPORT_SYMBOL vmlinux 0x2e8fe5e8 handshake_req_private +EXPORT_SYMBOL vmlinux 0x2e9a1d3e blkdev_issue_secure_erase +EXPORT_SYMBOL vmlinux 0x2e9dc80f ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x2ec6bba0 errseq_set +EXPORT_SYMBOL vmlinux 0x2ee8cf60 of_graph_get_endpoint_count +EXPORT_SYMBOL vmlinux 0x2ef0dfba mipi_dsi_dcs_set_page_address +EXPORT_SYMBOL vmlinux 0x2efcb84d ptp_clock_unregister +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f0609ac simple_pin_fs +EXPORT_SYMBOL vmlinux 0x2f1254d1 ucc_tdm_init +EXPORT_SYMBOL vmlinux 0x2f290c1f tcf_qevent_destroy +EXPORT_SYMBOL vmlinux 0x2f2d58e3 pci_scan_bus +EXPORT_SYMBOL vmlinux 0x2f2e91b2 security_ib_alloc_security +EXPORT_SYMBOL vmlinux 0x2f2f4160 scsi_target_resume +EXPORT_SYMBOL vmlinux 0x2f333aab imx_scu_get_handle +EXPORT_SYMBOL vmlinux 0x2f384db3 acpi_is_video_device +EXPORT_SYMBOL vmlinux 0x2f412824 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x2f5d24f9 phy_modify_paged +EXPORT_SYMBOL vmlinux 0x2f5fe600 tcp_inbound_md5_hash +EXPORT_SYMBOL vmlinux 0x2f7754a8 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2f9bddeb dma_pool_create +EXPORT_SYMBOL vmlinux 0x2fd9bfb4 flow_rule_match_vlan +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x2fecdd5c tty_unthrottle +EXPORT_SYMBOL vmlinux 0x2fffd358 nvdimm_bus_unlock +EXPORT_SYMBOL vmlinux 0x3020679b is_free_buddy_page +EXPORT_SYMBOL vmlinux 0x305c2f34 dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0x305c7d57 no_seek_end_llseek +EXPORT_SYMBOL vmlinux 0x305cd99b scsi_is_host_device +EXPORT_SYMBOL vmlinux 0x30774908 sunxi_sram_claim +EXPORT_SYMBOL vmlinux 0x307dd2a2 __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x308e0ef0 skb_checksum_trimmed +EXPORT_SYMBOL vmlinux 0x3096be16 names_cachep +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30ab2868 cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0x30acfde9 hsiphash_2u32 +EXPORT_SYMBOL vmlinux 0x30be053a scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0x30c7184f of_clk_get +EXPORT_SYMBOL vmlinux 0x30cb445b tcp_sock_set_keepintvl +EXPORT_SYMBOL vmlinux 0x30e83e38 page_cache_next_miss +EXPORT_SYMBOL vmlinux 0x31125eac qdisc_watchdog_schedule_range_ns +EXPORT_SYMBOL vmlinux 0x311cc9b3 iput +EXPORT_SYMBOL vmlinux 0x3126a9e8 siphash_1u64 +EXPORT_SYMBOL vmlinux 0x312ed932 verify_spi_info +EXPORT_SYMBOL vmlinux 0x3149ed9d mmc_of_parse_clk_phase +EXPORT_SYMBOL vmlinux 0x31595727 security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x3163a0f3 __ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x31841b5f blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0x31a4767f qcom_scm_hdcp_available +EXPORT_SYMBOL vmlinux 0x31bc201d tcf_qevent_dump +EXPORT_SYMBOL vmlinux 0x31c5d9aa tcf_chain_get_by_act +EXPORT_SYMBOL vmlinux 0x31cae0f2 bio_endio +EXPORT_SYMBOL vmlinux 0x31e2132a __genphy_config_aneg +EXPORT_SYMBOL vmlinux 0x31f1a8a6 __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0x320129f4 clk_hw_get_clk +EXPORT_SYMBOL vmlinux 0x3207a1e4 tcf_idr_create_from_flags +EXPORT_SYMBOL vmlinux 0x3207b9b4 param_set_byte +EXPORT_SYMBOL vmlinux 0x320aed51 md_bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0x3213f038 mutex_unlock +EXPORT_SYMBOL vmlinux 0x3221df67 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x32270544 netdev_get_by_name +EXPORT_SYMBOL vmlinux 0x322acc03 flow_indr_block_cb_alloc +EXPORT_SYMBOL vmlinux 0x32394d4b qe_issue_cmd +EXPORT_SYMBOL vmlinux 0x325812ef i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0x3261c82f scsi_scan_target +EXPORT_SYMBOL vmlinux 0x32694526 tcp_md5_key_copy +EXPORT_SYMBOL vmlinux 0x32787823 __skb_ext_put +EXPORT_SYMBOL vmlinux 0x3279b4a5 tcf_action_set_ctrlact +EXPORT_SYMBOL vmlinux 0x327c84bf vme_lm_attach +EXPORT_SYMBOL vmlinux 0x3283e6b0 prandom_seed_full_state +EXPORT_SYMBOL vmlinux 0x3286ff73 mdiobb_write_c45 +EXPORT_SYMBOL vmlinux 0x329506e1 __tty_insert_flip_char +EXPORT_SYMBOL vmlinux 0x329dc009 flow_rule_match_pppoe +EXPORT_SYMBOL vmlinux 0x329dd7b5 blk_rq_map_user +EXPORT_SYMBOL vmlinux 0x32a4f39e vfs_unlink +EXPORT_SYMBOL vmlinux 0x32c37dd1 ip_route_me_harder +EXPORT_SYMBOL vmlinux 0x32ce3777 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x32e6f1a0 acpi_video_backlight_string +EXPORT_SYMBOL vmlinux 0x32e8cfea mtree_load +EXPORT_SYMBOL vmlinux 0x32f5ab95 simple_write_begin +EXPORT_SYMBOL vmlinux 0x32fe02c7 mmc_is_req_done +EXPORT_SYMBOL vmlinux 0x33037fd8 logic_outl +EXPORT_SYMBOL vmlinux 0x33216fb9 dma_resv_replace_fences +EXPORT_SYMBOL vmlinux 0x33217ac3 __break_lease +EXPORT_SYMBOL vmlinux 0x333328a6 iommu_dma_get_resv_regions +EXPORT_SYMBOL vmlinux 0x333a8097 simple_open +EXPORT_SYMBOL vmlinux 0x333bfca1 hdmi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x33423c05 inet_add_protocol +EXPORT_SYMBOL vmlinux 0x33453417 tty_port_hangup +EXPORT_SYMBOL vmlinux 0x33477b29 blk_rq_map_user_io +EXPORT_SYMBOL vmlinux 0x334cafc1 xfrm_if_register_cb +EXPORT_SYMBOL vmlinux 0x334ff57d single_release +EXPORT_SYMBOL vmlinux 0x3351eebc tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0x3357ab64 inode_maybe_inc_iversion +EXPORT_SYMBOL vmlinux 0x336238b3 tcp_release_cb +EXPORT_SYMBOL vmlinux 0x33670b17 km_state_notify +EXPORT_SYMBOL vmlinux 0x3369ea44 mtree_insert_range +EXPORT_SYMBOL vmlinux 0x3372eea3 tcp_check_req +EXPORT_SYMBOL vmlinux 0x33736a1d __genradix_ptr_alloc +EXPORT_SYMBOL vmlinux 0x337684bb neigh_direct_output +EXPORT_SYMBOL vmlinux 0x3376ceed serio_bus +EXPORT_SYMBOL vmlinux 0x339498cc component_match_add_release +EXPORT_SYMBOL vmlinux 0x3394bc96 unlock_new_inode +EXPORT_SYMBOL vmlinux 0x339dbd34 gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0x33a2a292 folio_alloc +EXPORT_SYMBOL vmlinux 0x33c21280 jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0x33c7bee8 mmc_retune_timer_stop +EXPORT_SYMBOL vmlinux 0x33e95757 migrate_vma_setup +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33f3c3e9 register_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0x33fc8dcf vc_resize +EXPORT_SYMBOL vmlinux 0x33fcf44a __kfifo_out_r +EXPORT_SYMBOL vmlinux 0x3401b9e1 vlan_vid_del +EXPORT_SYMBOL vmlinux 0x3402dc8b __write_overflow_field +EXPORT_SYMBOL vmlinux 0x3429c728 netdev_adjacent_change_abort +EXPORT_SYMBOL vmlinux 0x3432a111 nf_ct_attach +EXPORT_SYMBOL vmlinux 0x34338d98 pci_free_host_bridge +EXPORT_SYMBOL vmlinux 0x343f1f49 devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x3443e924 dev_get_flags +EXPORT_SYMBOL vmlinux 0x3444a0a2 inet_csk_reqsk_queue_drop_and_put +EXPORT_SYMBOL vmlinux 0x3444e9e2 scsi_print_result +EXPORT_SYMBOL vmlinux 0x3468d1cf tegra_ivc_write_advance +EXPORT_SYMBOL vmlinux 0x34834558 jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0x3485bac3 phy_start_cable_test +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34a1f7e3 acpi_processor_get_psd +EXPORT_SYMBOL vmlinux 0x34b077e1 register_fib_notifier +EXPORT_SYMBOL vmlinux 0x34b91314 ip_cmsg_recv_offset +EXPORT_SYMBOL vmlinux 0x34c7cdbc lookup_bdev +EXPORT_SYMBOL vmlinux 0x34c96b2b touchscreen_parse_properties +EXPORT_SYMBOL vmlinux 0x34db050b _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x34ddb5f5 vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x34edca0e kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0x34f13592 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x350cefd7 devm_extcon_unregister_notifier_all +EXPORT_SYMBOL vmlinux 0x350f1ef6 of_find_mipi_dsi_device_by_node +EXPORT_SYMBOL vmlinux 0x3513385c generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x351fe863 mark_buffer_write_io_error +EXPORT_SYMBOL vmlinux 0x35212a6b fb_class +EXPORT_SYMBOL vmlinux 0x35380c2a phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy +EXPORT_SYMBOL vmlinux 0x35425362 acpi_processor_notify_smm +EXPORT_SYMBOL vmlinux 0x3542755a security_sctp_sk_clone +EXPORT_SYMBOL vmlinux 0x356461c8 rtc_time64_to_tm +EXPORT_SYMBOL vmlinux 0x35662430 md_bitmap_endwrite +EXPORT_SYMBOL vmlinux 0x35a88f28 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x35ade137 dquot_commit +EXPORT_SYMBOL vmlinux 0x35b4f8cf km_query +EXPORT_SYMBOL vmlinux 0x35d31aab inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x35ffbdb2 pcim_set_mwi +EXPORT_SYMBOL vmlinux 0x36037807 devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x360ea852 unlock_buffer +EXPORT_SYMBOL vmlinux 0x36160427 scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x3618189b pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0x36249777 input_close_device +EXPORT_SYMBOL vmlinux 0x363fb4f7 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0x364850b1 down_write_killable +EXPORT_SYMBOL vmlinux 0x364c23ad mutex_is_locked +EXPORT_SYMBOL vmlinux 0x365acda7 set_normalized_timespec64 +EXPORT_SYMBOL vmlinux 0x365e7911 kstrdup_const +EXPORT_SYMBOL vmlinux 0x366707c9 jent_testing_init +EXPORT_SYMBOL vmlinux 0x366a08b5 jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0x3673a557 param_set_ushort +EXPORT_SYMBOL vmlinux 0x3678ca37 system_cpucaps +EXPORT_SYMBOL vmlinux 0x3682f0c3 i2c_clients_command +EXPORT_SYMBOL vmlinux 0x36b6ebbf down_killable +EXPORT_SYMBOL vmlinux 0x36caa150 dma_unmap_resource +EXPORT_SYMBOL vmlinux 0x36d38dce of_graph_get_remote_endpoint +EXPORT_SYMBOL vmlinux 0x36e25bf5 netif_carrier_off +EXPORT_SYMBOL vmlinux 0x36ed08b5 end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0x37110088 remove_wait_queue +EXPORT_SYMBOL vmlinux 0x371a00b0 jbd2_fc_release_bufs +EXPORT_SYMBOL vmlinux 0x371e1953 __printk_cpu_sync_wait +EXPORT_SYMBOL vmlinux 0x37207137 devm_ioremap_wc +EXPORT_SYMBOL vmlinux 0x3722e9e7 rt_dst_clone +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x3755011c tty_port_destroy +EXPORT_SYMBOL vmlinux 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL vmlinux 0x37602866 folio_unlock +EXPORT_SYMBOL vmlinux 0x377d8004 acpi_error +EXPORT_SYMBOL vmlinux 0x37860b12 ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x378e7ed2 tcp_time_wait +EXPORT_SYMBOL vmlinux 0x37945ae8 blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0x37a18472 folio_end_private_2 +EXPORT_SYMBOL vmlinux 0x37ade2dc inet_bind +EXPORT_SYMBOL vmlinux 0x37b8b39e screen_info +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37c6e416 blk_queue_flag_set +EXPORT_SYMBOL vmlinux 0x37cc307a devm_pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x37d4c2e4 pnp_is_active +EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date +EXPORT_SYMBOL vmlinux 0x37f1c95d vme_register_bridge +EXPORT_SYMBOL vmlinux 0x381208e1 inet_frag_pull_head +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x383bb5d5 dm_put_device +EXPORT_SYMBOL vmlinux 0x384d8818 phy_request_interrupt +EXPORT_SYMBOL vmlinux 0x384fa2e6 __traceiter_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x38507ec2 __aperture_remove_legacy_vga_devices +EXPORT_SYMBOL vmlinux 0x3854774b kstrtoll +EXPORT_SYMBOL vmlinux 0x385c7481 __tracepoint_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x38712941 param_set_uint +EXPORT_SYMBOL vmlinux 0x3880b38d twl6040_get_pll +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x388ce9d2 ip6tun_encaps +EXPORT_SYMBOL vmlinux 0x3891ffc8 ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0x389530a1 skb_checksum_setup +EXPORT_SYMBOL vmlinux 0x389617b0 LZ4_decompress_fast_continue +EXPORT_SYMBOL vmlinux 0x389acf0c gpmc_configure +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38c4cbb5 hmm_range_fault +EXPORT_SYMBOL vmlinux 0x38d7cca3 put_cmsg_scm_timestamping +EXPORT_SYMBOL vmlinux 0x38e46431 mempool_exit +EXPORT_SYMBOL vmlinux 0x38fb8310 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x391df80a netstamp_needed_key +EXPORT_SYMBOL vmlinux 0x3928efe9 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x392b1fea wait_for_completion_io +EXPORT_SYMBOL vmlinux 0x392fabd2 vga_remove_vgacon +EXPORT_SYMBOL vmlinux 0x3934e067 rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x393fe02f sk_wait_data +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x394a1e11 phy_sfp_attach +EXPORT_SYMBOL vmlinux 0x39534803 mmc_command_done +EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x3967feca wireless_send_event +EXPORT_SYMBOL vmlinux 0x398260b7 nd_dax_probe +EXPORT_SYMBOL vmlinux 0x39991865 icmp_global_allow +EXPORT_SYMBOL vmlinux 0x399ad043 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0x39a23ca2 fs_param_is_fd +EXPORT_SYMBOL vmlinux 0x39a37e0f vme_irq_generate +EXPORT_SYMBOL vmlinux 0x39b12223 __acpi_handle_debug +EXPORT_SYMBOL vmlinux 0x39bda542 udp_seq_stop +EXPORT_SYMBOL vmlinux 0x39be4b8e qman_volatile_dequeue +EXPORT_SYMBOL vmlinux 0x39c74235 dm_read_arg_group +EXPORT_SYMBOL vmlinux 0x39d95ca4 zstd_reset_cstream +EXPORT_SYMBOL vmlinux 0x39e0eb9a security_task_getsecid_obj +EXPORT_SYMBOL vmlinux 0x39ec0218 blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x39fc892e crypto_sha3_init +EXPORT_SYMBOL vmlinux 0x3a0197ee input_unregister_handle +EXPORT_SYMBOL vmlinux 0x3a157671 vfs_dedupe_file_range_one +EXPORT_SYMBOL vmlinux 0x3a1c7f59 rtnl_notify +EXPORT_SYMBOL vmlinux 0x3a35a267 tcp_rtx_synack +EXPORT_SYMBOL vmlinux 0x3a4f9d28 rng_is_initialized +EXPORT_SYMBOL vmlinux 0x3a526c6c input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0x3a5ba2a5 pci_request_regions +EXPORT_SYMBOL vmlinux 0x3a649f35 tcf_action_check_ctrlact +EXPORT_SYMBOL vmlinux 0x3a87be05 block_write_end +EXPORT_SYMBOL vmlinux 0x3a8a55a3 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x3a8acb0b inode_init_always +EXPORT_SYMBOL vmlinux 0x3ab28948 console_srcu_read_lock +EXPORT_SYMBOL vmlinux 0x3ab644ee xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0x3ab7b1cc scsi_set_sense_field_pointer +EXPORT_SYMBOL vmlinux 0x3ab9d238 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x3ac266a7 qdisc_tree_reduce_backlog +EXPORT_SYMBOL vmlinux 0x3ac45c5d dcache_readdir +EXPORT_SYMBOL vmlinux 0x3aca0190 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x3aceeb08 jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0x3ad1acce mipi_dsi_set_maximum_return_packet_size +EXPORT_SYMBOL vmlinux 0x3ad5cda3 lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x3ad7a5d5 acpi_evaluate_reference +EXPORT_SYMBOL vmlinux 0x3ada9e06 acpi_check_region +EXPORT_SYMBOL vmlinux 0x3ae207d2 request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0x3ae34aeb zstd_init_dctx +EXPORT_SYMBOL vmlinux 0x3ae8ae8f xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x3aff3200 acpi_evaluate_object_typed +EXPORT_SYMBOL vmlinux 0x3b04215e inet_stream_ops +EXPORT_SYMBOL vmlinux 0x3b0f23d2 xudma_is_pktdma +EXPORT_SYMBOL vmlinux 0x3b1f6e87 netpoll_poll_dev +EXPORT_SYMBOL vmlinux 0x3b321462 LZ4_setStreamDecode +EXPORT_SYMBOL vmlinux 0x3b53f847 skb_set_owner_w +EXPORT_SYMBOL vmlinux 0x3b582baf fget_raw +EXPORT_SYMBOL vmlinux 0x3b644591 __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x3b6c41ea kstrtouint +EXPORT_SYMBOL vmlinux 0x3b707ad5 imx_sc_rm_get_resource_owner +EXPORT_SYMBOL vmlinux 0x3b7c5d0d dec_node_page_state +EXPORT_SYMBOL vmlinux 0x3b7d0fa4 __dquot_transfer +EXPORT_SYMBOL vmlinux 0x3b815f9b param_ops_ushort +EXPORT_SYMBOL vmlinux 0x3b84b047 simple_unlink +EXPORT_SYMBOL vmlinux 0x3b8ab493 unregister_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x3b9144c9 acpi_get_current_resources +EXPORT_SYMBOL vmlinux 0x3bb48d76 inet6_del_offload +EXPORT_SYMBOL vmlinux 0x3bcc2dca kernel_param_unlock +EXPORT_SYMBOL vmlinux 0x3bd515e4 flow_rule_match_enc_keyid +EXPORT_SYMBOL vmlinux 0x3be120cb ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x3be80044 inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x3c0e1620 qcom_scm_pas_metadata_release +EXPORT_SYMBOL vmlinux 0x3c0fe101 ip_fraglist_init +EXPORT_SYMBOL vmlinux 0x3c185c61 page_put_link +EXPORT_SYMBOL vmlinux 0x3c1c5406 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0x3c3156fd dma_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0x3c3215c4 qe_immr +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c3ff9fd sprintf +EXPORT_SYMBOL vmlinux 0x3c43fe3e __skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x3c4afafd phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0x3c5dff62 pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0x3c9705dd clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x3cacfefe pci_scan_root_bus_bridge +EXPORT_SYMBOL vmlinux 0x3caecd5e _dev_info +EXPORT_SYMBOL vmlinux 0x3cb1cb2f tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0x3cb23db3 console_srcu_read_unlock +EXPORT_SYMBOL vmlinux 0x3cbb940b zstd_init_dstream +EXPORT_SYMBOL vmlinux 0x3cbf175d qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x3cce6bfd fscrypt_encrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x3cd9ed83 logic_insw +EXPORT_SYMBOL vmlinux 0x3cd9f936 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3cf3346b inet_getname +EXPORT_SYMBOL vmlinux 0x3d0e077d devfreq_resume_device +EXPORT_SYMBOL vmlinux 0x3d210724 gen_pool_dma_zalloc_align +EXPORT_SYMBOL vmlinux 0x3d234c68 xp_raw_get_dma +EXPORT_SYMBOL vmlinux 0x3d2e04d3 kern_path_create +EXPORT_SYMBOL vmlinux 0x3d4bd438 napi_gro_receive +EXPORT_SYMBOL vmlinux 0x3d57ce0d netdev_port_same_parent_id +EXPORT_SYMBOL vmlinux 0x3d5f05c8 __lock_sock_fast +EXPORT_SYMBOL vmlinux 0x3d6e772b dst_alloc +EXPORT_SYMBOL vmlinux 0x3d7bac46 posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x3d7e4bdd uart_match_port +EXPORT_SYMBOL vmlinux 0x3d7f049b __ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x3d93c7c2 __arm_smccc_sve_check +EXPORT_SYMBOL vmlinux 0x3d9ee9f0 clear_page +EXPORT_SYMBOL vmlinux 0x3d9fb2c6 mdiobus_c45_write_nested +EXPORT_SYMBOL vmlinux 0x3da092b8 dma_fence_get_stub +EXPORT_SYMBOL vmlinux 0x3daae96c dma_fence_signal_timestamp +EXPORT_SYMBOL vmlinux 0x3dabf271 memcg_sockets_enabled_key +EXPORT_SYMBOL vmlinux 0x3dac779a bpf_sk_lookup_enabled +EXPORT_SYMBOL vmlinux 0x3dad9978 cancel_delayed_work +EXPORT_SYMBOL vmlinux 0x3dbb966c inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0x3dc4cd68 __nla_put_64bit +EXPORT_SYMBOL vmlinux 0x3dc619d3 swake_up_locked +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dce1d57 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0x3dd3f054 xudma_rchan_get_id +EXPORT_SYMBOL vmlinux 0x3dd9ea19 md_write_end +EXPORT_SYMBOL vmlinux 0x3de06a22 make_kprojid +EXPORT_SYMBOL vmlinux 0x3df00309 __skb_ext_del +EXPORT_SYMBOL vmlinux 0x3df7e200 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0x3dfb2dc3 cros_ec_cmd_xfer_status +EXPORT_SYMBOL vmlinux 0x3dfb86b9 resource_list_create_entry +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e01e5b0 validate_slab_cache +EXPORT_SYMBOL vmlinux 0x3e3696e8 tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0x3e3bad0a __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x3e45e366 seq_hex_dump +EXPORT_SYMBOL vmlinux 0x3e4938a6 md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0x3e70dee7 iter_file_splice_write +EXPORT_SYMBOL vmlinux 0x3e79fb00 arm_smccc_1_2_smc +EXPORT_SYMBOL vmlinux 0x3ea5cadf filemap_map_pages +EXPORT_SYMBOL vmlinux 0x3ebc9160 param_ops_string +EXPORT_SYMBOL vmlinux 0x3ec1442c ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0x3eccbe2c __find_nth_bit +EXPORT_SYMBOL vmlinux 0x3ee37396 finish_no_open +EXPORT_SYMBOL vmlinux 0x3ef8bcc7 phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0x3efe1703 phy_unregister_fixup_for_id +EXPORT_SYMBOL vmlinux 0x3f0eabd2 xxh64_update +EXPORT_SYMBOL vmlinux 0x3f21d135 devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x3f264aee tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x3f2f1407 __dec_node_page_state +EXPORT_SYMBOL vmlinux 0x3f322f53 simple_get_link +EXPORT_SYMBOL vmlinux 0x3f338fea fwnode_mdio_find_device +EXPORT_SYMBOL vmlinux 0x3f34644d zstd_dstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x3f443590 get_unmapped_area +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f4aafb4 tcf_idrinfo_destroy +EXPORT_SYMBOL vmlinux 0x3f4bd846 gen_pool_first_fit_order_align +EXPORT_SYMBOL vmlinux 0x3f5ea650 mdiobb_read_c22 +EXPORT_SYMBOL vmlinux 0x3f834d2a xsk_tx_completed +EXPORT_SYMBOL vmlinux 0x3f850355 tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0x3f89071b security_ib_pkey_access +EXPORT_SYMBOL vmlinux 0x3fa162ca sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x3fbf3c89 vme_slave_set +EXPORT_SYMBOL vmlinux 0x3fd78f3b register_chrdev_region +EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight +EXPORT_SYMBOL vmlinux 0x40235c98 _raw_write_unlock +EXPORT_SYMBOL vmlinux 0x4029b69a tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x40480f04 fman_set_mac_max_frame +EXPORT_SYMBOL vmlinux 0x404869eb register_md_personality +EXPORT_SYMBOL vmlinux 0x404cadd5 rproc_report_crash +EXPORT_SYMBOL vmlinux 0x406e04ab pnp_unregister_card_driver +EXPORT_SYMBOL vmlinux 0x4074be43 d_lookup +EXPORT_SYMBOL vmlinux 0x4077a357 page_mapping +EXPORT_SYMBOL vmlinux 0x4077c612 skb_copy_datagram_from_iter +EXPORT_SYMBOL vmlinux 0x407b0087 mdio_device_reset +EXPORT_SYMBOL vmlinux 0x40863ba1 ioremap_prot +EXPORT_SYMBOL vmlinux 0x4086b907 flow_rule_match_ports_range +EXPORT_SYMBOL vmlinux 0x40926506 sync_inode_metadata +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x409dc26d uart_get_divisor +EXPORT_SYMBOL vmlinux 0x40a62432 __nla_validate +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40b70888 uart_update_timeout +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40cfa6dc nvdimm_namespace_capacity +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d04f1b simple_rename +EXPORT_SYMBOL vmlinux 0x40d50692 pmem_should_map_pages +EXPORT_SYMBOL vmlinux 0x40d59096 unregister_restart_handler +EXPORT_SYMBOL vmlinux 0x40dbd63e input_release_device +EXPORT_SYMBOL vmlinux 0x40e21f26 dev_pick_tx_cpu_id +EXPORT_SYMBOL vmlinux 0x40f76a86 __vcalloc +EXPORT_SYMBOL vmlinux 0x410bb878 ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0x410e2d33 vm_map_pages_zero +EXPORT_SYMBOL vmlinux 0x412f893c page_offline_begin +EXPORT_SYMBOL vmlinux 0x41334a47 dma_map_page_attrs +EXPORT_SYMBOL vmlinux 0x413b555e nf_setsockopt +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x414da5e5 qman_enqueue +EXPORT_SYMBOL vmlinux 0x416390a6 locks_init_lock +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x4191231a sk_alloc +EXPORT_SYMBOL vmlinux 0x41960bdd scsi_print_sense +EXPORT_SYMBOL vmlinux 0x41a30bef mtree_store_range +EXPORT_SYMBOL vmlinux 0x41b64d1e tcf_qevent_validate_change +EXPORT_SYMBOL vmlinux 0x41b93831 blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x41c98cab ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0x41ed3709 get_random_bytes +EXPORT_SYMBOL vmlinux 0x41eee270 fscrypt_decrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x41efdeaf radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0x41fcdb13 phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0x4200e12b dev_uc_del +EXPORT_SYMBOL vmlinux 0x4201f10e key_revoke +EXPORT_SYMBOL vmlinux 0x420d45c9 __cpuhp_remove_state_cpuslocked +EXPORT_SYMBOL vmlinux 0x422bb9f5 rproc_boot +EXPORT_SYMBOL vmlinux 0x4248ae3c single_task_running +EXPORT_SYMBOL vmlinux 0x424aae44 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0x424d3620 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x42578e80 acpi_get_type +EXPORT_SYMBOL vmlinux 0x426530c8 tcf_block_get_ext +EXPORT_SYMBOL vmlinux 0x427bde09 kfree_skb_reason +EXPORT_SYMBOL vmlinux 0x427c9699 ip_sock_set_mtu_discover +EXPORT_SYMBOL vmlinux 0x4281a64e ptp_schedule_worker +EXPORT_SYMBOL vmlinux 0x4283bd1a cdev_set_parent +EXPORT_SYMBOL vmlinux 0x4283c7ea blk_get_queue +EXPORT_SYMBOL vmlinux 0x4291034d __filemap_get_folio +EXPORT_SYMBOL vmlinux 0x42a3cd61 forget_cached_acl +EXPORT_SYMBOL vmlinux 0x42adf3e5 tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0x42b4c7cf _dev_emerg +EXPORT_SYMBOL vmlinux 0x42bed8d4 unix_gc_lock +EXPORT_SYMBOL vmlinux 0x42f1b900 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x4325cf78 of_device_alloc +EXPORT_SYMBOL vmlinux 0x4336fcca ucs2_as_utf8 +EXPORT_SYMBOL vmlinux 0x43375891 pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0x433cabfb acpi_decode_pld_buffer +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x43560c4f d_path +EXPORT_SYMBOL vmlinux 0x435e18c1 xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0x435fe085 xfrm_init_state +EXPORT_SYMBOL vmlinux 0x43689cba mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0x4376da63 __wait_on_buffer +EXPORT_SYMBOL vmlinux 0x437a0d6d __sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x438c4aa5 rproc_elf_find_loaded_rsc_table +EXPORT_SYMBOL vmlinux 0x439efc39 simple_transaction_read +EXPORT_SYMBOL vmlinux 0x43b0c9c3 preempt_schedule +EXPORT_SYMBOL vmlinux 0x43b62525 dev_mc_sync +EXPORT_SYMBOL vmlinux 0x43babd19 sg_init_one +EXPORT_SYMBOL vmlinux 0x43ca69f1 nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x43d22fb9 groups_alloc +EXPORT_SYMBOL vmlinux 0x43d7d7d9 put_cmsg_scm_timestamping64 +EXPORT_SYMBOL vmlinux 0x43dc57fd pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x43e0c34f bpf_empty_prog_array +EXPORT_SYMBOL vmlinux 0x43f9ebc8 slhc_remember +EXPORT_SYMBOL vmlinux 0x4403bbd0 imx_sc_misc_set_control +EXPORT_SYMBOL vmlinux 0x440e1c6d pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x440f907e proc_symlink +EXPORT_SYMBOL vmlinux 0x441d3ef0 follow_up +EXPORT_SYMBOL vmlinux 0x441fc46c of_get_cpu_state_node +EXPORT_SYMBOL vmlinux 0x442295f3 inet_ioctl +EXPORT_SYMBOL vmlinux 0x44455481 __traceiter_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x44469a76 crc_ccitt_false_table +EXPORT_SYMBOL vmlinux 0x4462d35e cpufreq_get_hw_max_freq +EXPORT_SYMBOL vmlinux 0x44666c51 request_key_rcu +EXPORT_SYMBOL vmlinux 0x44744970 devm_iounmap +EXPORT_SYMBOL vmlinux 0x44832d71 qdisc_put +EXPORT_SYMBOL vmlinux 0x44922fff mark_page_accessed +EXPORT_SYMBOL vmlinux 0x449ad0a7 memcmp +EXPORT_SYMBOL vmlinux 0x44a6331b tcf_qevent_handle +EXPORT_SYMBOL vmlinux 0x44bbf0d9 starget_for_each_device +EXPORT_SYMBOL vmlinux 0x44bcefbc cdrom_mode_select +EXPORT_SYMBOL vmlinux 0x44d98015 nla_put_64bit +EXPORT_SYMBOL vmlinux 0x44e6ba7e devm_of_find_backlight +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44ebb949 fwnode_irq_get +EXPORT_SYMBOL vmlinux 0x44ee4848 scsi_vpd_lun_id +EXPORT_SYMBOL vmlinux 0x44fe5f2c mmc_cqe_post_req +EXPORT_SYMBOL vmlinux 0x45006cee default_red +EXPORT_SYMBOL vmlinux 0x45011015 key_put +EXPORT_SYMBOL vmlinux 0x450639ab sg_last +EXPORT_SYMBOL vmlinux 0x45081703 ec_get_handle +EXPORT_SYMBOL vmlinux 0x45081d66 __blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x450b0c5a misc_deregister +EXPORT_SYMBOL vmlinux 0x450d9a35 cmd_db_read_slave_id +EXPORT_SYMBOL vmlinux 0x452413a1 qman_alloc_pool_range +EXPORT_SYMBOL vmlinux 0x452ba683 ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x4533555d seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x453cca7e kill_litter_super +EXPORT_SYMBOL vmlinux 0x454a8ea6 pci_unmap_rom +EXPORT_SYMBOL vmlinux 0x45510bb4 ip_mc_check_igmp +EXPORT_SYMBOL vmlinux 0x45535485 xxh32_update +EXPORT_SYMBOL vmlinux 0x455fa0cf scsi_device_put +EXPORT_SYMBOL vmlinux 0x4561dac7 vfs_fadvise +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x45865b81 phy_set_asym_pause +EXPORT_SYMBOL vmlinux 0x4596be88 devm_kvasprintf +EXPORT_SYMBOL vmlinux 0x459fa359 alloc_fcdev +EXPORT_SYMBOL vmlinux 0x45c0b6cd km_new_mapping +EXPORT_SYMBOL vmlinux 0x45c242e5 __mdiobus_register +EXPORT_SYMBOL vmlinux 0x460f4a34 flow_hash_from_keys +EXPORT_SYMBOL vmlinux 0x461cbf6b sock_no_shutdown +EXPORT_SYMBOL vmlinux 0x463ea829 gpiochip_irq_reqres +EXPORT_SYMBOL vmlinux 0x46451cee zstd_get_frame_header +EXPORT_SYMBOL vmlinux 0x46526f9b kern_unmount_array +EXPORT_SYMBOL vmlinux 0x465e24ff ucs2_utf8size +EXPORT_SYMBOL vmlinux 0x46675782 set_page_dirty +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x466d7f80 dcb_ieee_getapp_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0x467df16d netdev_rss_key_fill +EXPORT_SYMBOL vmlinux 0x46854b41 acpi_dev_get_first_match_dev +EXPORT_SYMBOL vmlinux 0x468ab4bf __mmap_lock_do_trace_acquire_returned +EXPORT_SYMBOL vmlinux 0x46962c69 tcp_seq_start +EXPORT_SYMBOL vmlinux 0x4698fe8a bman_release +EXPORT_SYMBOL vmlinux 0x469a6ec7 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0x469baeb0 param_get_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x469cf5a5 blk_mq_rq_cpu +EXPORT_SYMBOL vmlinux 0x46a1a953 inet_listen +EXPORT_SYMBOL vmlinux 0x46b21cc1 devm_register_netdev +EXPORT_SYMBOL vmlinux 0x46bd5d6e video_get_options +EXPORT_SYMBOL vmlinux 0x46bd77b2 tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0x46c47fb6 __node_distance +EXPORT_SYMBOL vmlinux 0x46c6293d tty_port_init +EXPORT_SYMBOL vmlinux 0x46cef220 netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0x46e0d2e3 tcp_set_rcvlowat +EXPORT_SYMBOL vmlinux 0x46ff7d12 qcom_scm_iommu_secure_ptbl_size +EXPORT_SYMBOL vmlinux 0x470612dc fman_port_get_qman_channel_id +EXPORT_SYMBOL vmlinux 0x47065c73 cpm_muram_offset +EXPORT_SYMBOL vmlinux 0x47066374 component_match_add_typed +EXPORT_SYMBOL vmlinux 0x4715a909 acpi_load_table +EXPORT_SYMBOL vmlinux 0x473a8707 sock_set_reuseaddr +EXPORT_SYMBOL vmlinux 0x473f07ae tso_build_data +EXPORT_SYMBOL vmlinux 0x475d7427 fman_get_rx_extra_headroom +EXPORT_SYMBOL vmlinux 0x47709e42 free_anon_bdev +EXPORT_SYMBOL vmlinux 0x47853b83 dev_uc_init +EXPORT_SYMBOL vmlinux 0x479137ca imx_scu_irq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x47b4dcd2 __cgroup_bpf_run_filter_sock_addr +EXPORT_SYMBOL vmlinux 0x47bc8ed1 rproc_elf_load_segments +EXPORT_SYMBOL vmlinux 0x47c20f8a refcount_dec_not_one +EXPORT_SYMBOL vmlinux 0x47c65bfc unregister_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0x47cfd825 kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0x47d8d301 __cond_resched_rwlock_read +EXPORT_SYMBOL vmlinux 0x47dc3c9a phy_ethtool_get_stats +EXPORT_SYMBOL vmlinux 0x47e51de4 pci_pme_active +EXPORT_SYMBOL vmlinux 0x47f0d0fa qdisc_reset +EXPORT_SYMBOL vmlinux 0x4803ce94 iov_iter_bvec +EXPORT_SYMBOL vmlinux 0x4809f690 qman_start_using_portal +EXPORT_SYMBOL vmlinux 0x48112d76 _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0x481814c4 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0x48193639 acpi_lid_open +EXPORT_SYMBOL vmlinux 0x4829a47e memcpy +EXPORT_SYMBOL vmlinux 0x4829cf6b fscrypt_enqueue_decrypt_work +EXPORT_SYMBOL vmlinux 0x4837bb10 logic_outsb +EXPORT_SYMBOL vmlinux 0x4841bdee strnchr +EXPORT_SYMBOL vmlinux 0x4848cfb1 phy_mipi_dphy_get_default_config +EXPORT_SYMBOL vmlinux 0x484f6edf ktime_get_coarse_real_ts64 +EXPORT_SYMBOL vmlinux 0x48525293 param_ops_ullong +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x485a0bfe has_capability_noaudit +EXPORT_SYMBOL vmlinux 0x486075c8 gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x4861d7a2 seq_write +EXPORT_SYMBOL vmlinux 0x48711c36 __skb_try_recv_datagram +EXPORT_SYMBOL vmlinux 0x4882e224 kmem_cache_create_usercopy +EXPORT_SYMBOL vmlinux 0x489bba47 blk_mq_unique_tag +EXPORT_SYMBOL vmlinux 0x489eda10 memset32 +EXPORT_SYMBOL vmlinux 0x489f6e0b rdma_dim +EXPORT_SYMBOL vmlinux 0x48a91171 string_get_size +EXPORT_SYMBOL vmlinux 0x48b10dfb pci_write_config_dword +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48bf0951 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x48c093fb _atomic_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0x48d27375 __bitmap_intersects +EXPORT_SYMBOL vmlinux 0x48d3fa27 kmalloc_large_node +EXPORT_SYMBOL vmlinux 0x48dd340b cpumask_any_distribute +EXPORT_SYMBOL vmlinux 0x48dd66b7 bio_reset +EXPORT_SYMBOL vmlinux 0x48e9d38a key_task_permission +EXPORT_SYMBOL vmlinux 0x48ffbb87 mtree_alloc_range +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x4909a790 dma_fence_get_status +EXPORT_SYMBOL vmlinux 0x4910af2e of_find_node_by_type +EXPORT_SYMBOL vmlinux 0x4922654f tcf_action_update_hw_stats +EXPORT_SYMBOL vmlinux 0x492899ca of_find_matching_node_and_match +EXPORT_SYMBOL vmlinux 0x492b31ad skb_flow_dissect_ct +EXPORT_SYMBOL vmlinux 0x492d697c vme_bus_num +EXPORT_SYMBOL vmlinux 0x4935ea57 fs_param_is_string +EXPORT_SYMBOL vmlinux 0x493fef8e filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0x4940ec94 devfreq_add_device +EXPORT_SYMBOL vmlinux 0x495231ea mul_u64_u64_div_u64 +EXPORT_SYMBOL vmlinux 0x495c0697 pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0x4967e79f radix_tree_iter_resume +EXPORT_SYMBOL vmlinux 0x4976a1b7 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0x4977c498 stack_depot_get_extra_bits +EXPORT_SYMBOL vmlinux 0x497eeb13 jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0x498b73d4 page_pool_unlink_napi +EXPORT_SYMBOL vmlinux 0x499f0ecf nd_sb_checksum +EXPORT_SYMBOL vmlinux 0x49b163b8 acpi_bus_scan +EXPORT_SYMBOL vmlinux 0x49b390af skb_splice_from_iter +EXPORT_SYMBOL vmlinux 0x49b84d31 __scm_send +EXPORT_SYMBOL vmlinux 0x49daf1b2 genphy_check_and_restart_aneg +EXPORT_SYMBOL vmlinux 0x49eb9714 jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x49fb4339 __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x4a21ffdc t10_pi_type3_crc +EXPORT_SYMBOL vmlinux 0x4a2dac89 input_reset_device +EXPORT_SYMBOL vmlinux 0x4a2fa372 begin_new_exec +EXPORT_SYMBOL vmlinux 0x4a38b448 nd_device_notify +EXPORT_SYMBOL vmlinux 0x4a3ad70e wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0x4a65acd8 nvdimm_check_and_set_ro +EXPORT_SYMBOL vmlinux 0x4a8564ea pps_event +EXPORT_SYMBOL vmlinux 0x4a9245b6 elv_rb_former_request +EXPORT_SYMBOL vmlinux 0x4a93576a ucc_fast_free +EXPORT_SYMBOL vmlinux 0x4a96a8eb xxh32_digest +EXPORT_SYMBOL vmlinux 0x4aba09e8 ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0x4abca046 ww_mutex_trylock +EXPORT_SYMBOL vmlinux 0x4ac9ce41 napi_consume_skb +EXPORT_SYMBOL vmlinux 0x4ad0db18 dma_sync_single_for_device +EXPORT_SYMBOL vmlinux 0x4ad5fcaa blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0x4ae90d8e hdmi_avi_infoframe_check +EXPORT_SYMBOL vmlinux 0x4aea463f crc32_le_shift +EXPORT_SYMBOL vmlinux 0x4af6ddf0 kstrtou16 +EXPORT_SYMBOL vmlinux 0x4afb2238 add_wait_queue +EXPORT_SYMBOL vmlinux 0x4afeeda7 twl6040_reg_write +EXPORT_SYMBOL vmlinux 0x4b084c2e simple_statfs +EXPORT_SYMBOL vmlinux 0x4b0a3f52 gic_nonsecure_priorities +EXPORT_SYMBOL vmlinux 0x4b1819a7 pskb_extract +EXPORT_SYMBOL vmlinux 0x4b192cb6 lookup_one_qstr_excl +EXPORT_SYMBOL vmlinux 0x4b248fcb genl_unregister_family +EXPORT_SYMBOL vmlinux 0x4b29e93b tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0x4b401817 iwe_stream_add_value +EXPORT_SYMBOL vmlinux 0x4b5238d9 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0x4b5aa745 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x4b5cd3d9 flow_rule_match_enc_ip +EXPORT_SYMBOL vmlinux 0x4b6df007 acpi_evaluate_reg +EXPORT_SYMBOL vmlinux 0x4b750f53 _raw_spin_unlock_irq +EXPORT_SYMBOL vmlinux 0x4b78850d textsearch_unregister +EXPORT_SYMBOL vmlinux 0x4b9d203f mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0x4ba8c3fb iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0x4bba50ed clear_nlink +EXPORT_SYMBOL vmlinux 0x4bcc2662 mempool_init_node +EXPORT_SYMBOL vmlinux 0x4bdcad6f fb_get_mode +EXPORT_SYMBOL vmlinux 0x4be90a9f audit_log +EXPORT_SYMBOL vmlinux 0x4bec8c6e blk_rq_init +EXPORT_SYMBOL vmlinux 0x4bef1c67 empty_name +EXPORT_SYMBOL vmlinux 0x4bf3ce6f qman_release_cgrid +EXPORT_SYMBOL vmlinux 0x4c07a7e0 acpi_processor_unregister_performance +EXPORT_SYMBOL vmlinux 0x4c0956ec inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0x4c19df2f __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x4c27edfa xfrm6_rcv +EXPORT_SYMBOL vmlinux 0x4c3c67ed tcp_mmap +EXPORT_SYMBOL vmlinux 0x4c3ce699 pci_disable_device +EXPORT_SYMBOL vmlinux 0x4c416eb9 LZ4_decompress_fast +EXPORT_SYMBOL vmlinux 0x4c568af0 blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x4c5cb701 pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x4c6352a6 xfrm_input +EXPORT_SYMBOL vmlinux 0x4c8c23de free_mdio_bitbang +EXPORT_SYMBOL vmlinux 0x4c97e84b __module_put_and_kthread_exit +EXPORT_SYMBOL vmlinux 0x4cc3c27a param_set_invbool +EXPORT_SYMBOL vmlinux 0x4cd0208d rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0x4cd88fae dev_mc_del_global +EXPORT_SYMBOL vmlinux 0x4cf49f8f ip_defrag +EXPORT_SYMBOL vmlinux 0x4cf69528 pcim_iomap +EXPORT_SYMBOL vmlinux 0x4d084015 clocksource_change_rating +EXPORT_SYMBOL vmlinux 0x4d0d163d copy_page +EXPORT_SYMBOL vmlinux 0x4d1704a2 inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x4d2c7133 acpi_info +EXPORT_SYMBOL vmlinux 0x4d310e3d invalidate_bdev +EXPORT_SYMBOL vmlinux 0x4d3c6a51 dquot_load_quota_inode +EXPORT_SYMBOL vmlinux 0x4d452a9a of_phy_connect +EXPORT_SYMBOL vmlinux 0x4d45d83d kfree_skb_partial +EXPORT_SYMBOL vmlinux 0x4d50c385 skb_orphan_partial +EXPORT_SYMBOL vmlinux 0x4d65cbd5 csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0x4d7b2ebd devm_devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x4d924f20 memremap +EXPORT_SYMBOL vmlinux 0x4d97599a uart_register_driver +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4da278d9 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4da2f159 dget_parent +EXPORT_SYMBOL vmlinux 0x4da596e6 qman_retire_fq +EXPORT_SYMBOL vmlinux 0x4db6e03e inet_shutdown +EXPORT_SYMBOL vmlinux 0x4dba8c78 security_inode_invalidate_secctx +EXPORT_SYMBOL vmlinux 0x4dd0ef59 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0x4dd61c16 dev_add_offload +EXPORT_SYMBOL vmlinux 0x4de995ec gen_pool_dma_alloc_algo +EXPORT_SYMBOL vmlinux 0x4df02057 crc32_be +EXPORT_SYMBOL vmlinux 0x4df2ea84 gen_estimator_read +EXPORT_SYMBOL vmlinux 0x4df5bb1f phys_mem_access_prot +EXPORT_SYMBOL vmlinux 0x4dfa8d4b mutex_lock +EXPORT_SYMBOL vmlinux 0x4dfc6c88 blk_put_queue +EXPORT_SYMBOL vmlinux 0x4e0211bb scsi_host_busy +EXPORT_SYMBOL vmlinux 0x4e20bcf8 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x4e28b481 neigh_ifdown +EXPORT_SYMBOL vmlinux 0x4e2e74c1 qcom_scm_io_readl +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e36cdc4 __ubsan_handle_divrem_overflow +EXPORT_SYMBOL vmlinux 0x4e3b442c file_open_root +EXPORT_SYMBOL vmlinux 0x4e547048 __kmalloc_node_track_caller +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6e4b41 radix_tree_delete +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e83066b security_path_mkdir +EXPORT_SYMBOL vmlinux 0x4e90b742 skb_queue_purge +EXPORT_SYMBOL vmlinux 0x4e95eb04 bio_init_clone +EXPORT_SYMBOL vmlinux 0x4e99e3a9 dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0x4ea25709 dql_reset +EXPORT_SYMBOL vmlinux 0x4eada8f7 security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0x4eb2b066 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x4ec54e78 bitmap_to_arr32 +EXPORT_SYMBOL vmlinux 0x4ef5ec5e dquot_free_inode +EXPORT_SYMBOL vmlinux 0x4f123039 ip_frag_next +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f20d80b zstd_min_clevel +EXPORT_SYMBOL vmlinux 0x4f2250ba rtc_tm_to_time64 +EXPORT_SYMBOL vmlinux 0x4f28175c phy_ethtool_get_sset_count +EXPORT_SYMBOL vmlinux 0x4f52ff8e __devm_request_region +EXPORT_SYMBOL vmlinux 0x4f55166f acpi_set_current_resources +EXPORT_SYMBOL vmlinux 0x4f614890 submit_bio_noacct +EXPORT_SYMBOL vmlinux 0x4f6924b3 ip_do_fragment +EXPORT_SYMBOL vmlinux 0x4f861024 ww_mutex_lock +EXPORT_SYMBOL vmlinux 0x4f86a6f1 dmaenginem_async_device_register +EXPORT_SYMBOL vmlinux 0x4f89c9de gpmc_cs_free +EXPORT_SYMBOL vmlinux 0x4ffb59bf __SCK__tp_func_kfree +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x5009c71d glob_match +EXPORT_SYMBOL vmlinux 0x5021bd81 _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0x5027bde2 acpi_acquire_mutex +EXPORT_SYMBOL vmlinux 0x50286f75 reuseport_stop_listen_sock +EXPORT_SYMBOL vmlinux 0x50351870 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0x503bb942 __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x503e58fd ip_check_defrag +EXPORT_SYMBOL vmlinux 0x50541511 tcf_exts_change +EXPORT_SYMBOL vmlinux 0x50624917 sha1_init +EXPORT_SYMBOL vmlinux 0x506bae82 sock_set_sndtimeo +EXPORT_SYMBOL vmlinux 0x506dff1a __genradix_free +EXPORT_SYMBOL vmlinux 0x5077163b sock_kmalloc +EXPORT_SYMBOL vmlinux 0x507a0afc dump_page +EXPORT_SYMBOL vmlinux 0x507d4059 dev_set_mtu +EXPORT_SYMBOL vmlinux 0x50800696 devm_arch_io_reserve_memtype_wc +EXPORT_SYMBOL vmlinux 0x5083495d pcie_ptm_enabled +EXPORT_SYMBOL vmlinux 0x50872358 unregister_qdisc +EXPORT_SYMBOL vmlinux 0x50896abc fb_find_mode +EXPORT_SYMBOL vmlinux 0x5089f45f ip_send_check +EXPORT_SYMBOL vmlinux 0x5092e84e __read_overflow2_field +EXPORT_SYMBOL vmlinux 0x50944630 seq_list_start_head_rcu +EXPORT_SYMBOL vmlinux 0x509b64ea acpi_has_method +EXPORT_SYMBOL vmlinux 0x50a4698c fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0x50a609a6 jbd2_wait_inode_data +EXPORT_SYMBOL vmlinux 0x50a8df14 nf_log_packet +EXPORT_SYMBOL vmlinux 0x50b3cfe5 of_get_cpu_node +EXPORT_SYMBOL vmlinux 0x50b73ce2 rfkill_find_type +EXPORT_SYMBOL vmlinux 0x50b80992 mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0x50be748d security_ib_free_security +EXPORT_SYMBOL vmlinux 0x50c5d6df fwnode_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x50cf7585 hex2bin +EXPORT_SYMBOL vmlinux 0x50d035c2 vsscanf +EXPORT_SYMBOL vmlinux 0x50dfc2bc xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x50e0c2fb dma_resv_copy_fences +EXPORT_SYMBOL vmlinux 0x50eca823 jbd2_fc_end_commit_fallback +EXPORT_SYMBOL vmlinux 0x50f85302 __arm_smccc_hvc +EXPORT_SYMBOL vmlinux 0x50f91491 __genradix_ptr +EXPORT_SYMBOL vmlinux 0x5102a30b do_wait_intr_irq +EXPORT_SYMBOL vmlinux 0x5110efc2 blk_queue_virt_boundary +EXPORT_SYMBOL vmlinux 0x51122cd5 from_kgid_munged +EXPORT_SYMBOL vmlinux 0x512dcfd3 __vfs_removexattr +EXPORT_SYMBOL vmlinux 0x513b28f4 first_ec +EXPORT_SYMBOL vmlinux 0x515083bf acpi_release_mutex +EXPORT_SYMBOL vmlinux 0x515f520b qman_portal_get_iperiod +EXPORT_SYMBOL vmlinux 0x51641162 opal_unlock_from_suspend +EXPORT_SYMBOL vmlinux 0x51726fe3 audit_log_start +EXPORT_SYMBOL vmlinux 0x5188e4e2 sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x51a511eb _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0x51adf538 kthread_associate_blkcg +EXPORT_SYMBOL vmlinux 0x51b40617 inet_frag_find +EXPORT_SYMBOL vmlinux 0x51b40718 trace_seq_hex_dump +EXPORT_SYMBOL vmlinux 0x51d12d4e acpi_pci_disabled +EXPORT_SYMBOL vmlinux 0x51e6d4ed __generic_file_fsync +EXPORT_SYMBOL vmlinux 0x51f18522 dma_map_resource +EXPORT_SYMBOL vmlinux 0x51f1fff5 dcb_ieee_getapp_dscp_prio_mask_map +EXPORT_SYMBOL vmlinux 0x5203d176 cmd_db_ready +EXPORT_SYMBOL vmlinux 0x520e97c4 proc_dostring +EXPORT_SYMBOL vmlinux 0x521872b5 scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0x5219bfe8 blk_mq_run_hw_queues +EXPORT_SYMBOL vmlinux 0x521e0eeb gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0x52254ded fs_context_for_mount +EXPORT_SYMBOL vmlinux 0x522d0783 lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x5237107e mii_ethtool_gset +EXPORT_SYMBOL vmlinux 0x5237768c netdev_lower_state_changed +EXPORT_SYMBOL vmlinux 0x52419827 ipv6_chk_addr_and_flags +EXPORT_SYMBOL vmlinux 0x5247025d mii_link_ok +EXPORT_SYMBOL vmlinux 0x5267168a reuseport_detach_prog +EXPORT_SYMBOL vmlinux 0x526eef2c hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x527a131e processors +EXPORT_SYMBOL vmlinux 0x52983a4f vme_master_write +EXPORT_SYMBOL vmlinux 0x529b7421 unix_detach_fds +EXPORT_SYMBOL vmlinux 0x52b47a44 pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0x52d717da xz_dec_init +EXPORT_SYMBOL vmlinux 0x52eb4761 serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0x52ecbc75 crc_ccitt +EXPORT_SYMBOL vmlinux 0x52f2850a imx_sc_pm_cpu_start +EXPORT_SYMBOL vmlinux 0x52fd0a96 mmc_retune_release +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x53126ecc __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0x53204c41 tcf_exts_num_actions +EXPORT_SYMBOL vmlinux 0x5322663e acpi_get_handle +EXPORT_SYMBOL vmlinux 0x532642ec inet_dgram_ops +EXPORT_SYMBOL vmlinux 0x5330347c task_work_add +EXPORT_SYMBOL vmlinux 0x5338184f ethtool_sprintf +EXPORT_SYMBOL vmlinux 0x533ddeaa nvdimm_namespace_locked +EXPORT_SYMBOL vmlinux 0x53460314 of_platform_bus_probe +EXPORT_SYMBOL vmlinux 0x53489265 tso_start +EXPORT_SYMBOL vmlinux 0x534f2aa4 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x535107f0 vme_register_error_handler +EXPORT_SYMBOL vmlinux 0x537669ae sock_create_kern +EXPORT_SYMBOL vmlinux 0x539ab0c3 netdev_state_change +EXPORT_SYMBOL vmlinux 0x53a1e8d9 _find_next_bit +EXPORT_SYMBOL vmlinux 0x53a9ff3f open_exec +EXPORT_SYMBOL vmlinux 0x53b954a2 up_read +EXPORT_SYMBOL vmlinux 0x53c1ca85 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0x53eff192 tegra_ivc_align +EXPORT_SYMBOL vmlinux 0x53f07148 register_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x53f89096 elv_rb_find +EXPORT_SYMBOL vmlinux 0x53f8ced7 page_pool_ethtool_stats_get_strings +EXPORT_SYMBOL vmlinux 0x5402da9f xudma_navss_psil_pair +EXPORT_SYMBOL vmlinux 0x542450ca kobject_set_name +EXPORT_SYMBOL vmlinux 0x542857bd block_write_begin +EXPORT_SYMBOL vmlinux 0x542a2f91 thaw_super +EXPORT_SYMBOL vmlinux 0x5430d753 md_handle_request +EXPORT_SYMBOL vmlinux 0x5437e5f5 bpf_prog_get_type_path +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x5483abcf __neigh_create +EXPORT_SYMBOL vmlinux 0x54a3c612 crypto_sha256_update +EXPORT_SYMBOL vmlinux 0x54a66065 eth_gro_receive +EXPORT_SYMBOL vmlinux 0x54ac7e61 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x54b1fac6 __ubsan_handle_load_invalid_value +EXPORT_SYMBOL vmlinux 0x54b23e67 sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x54ceea93 flow_rule_match_ip +EXPORT_SYMBOL vmlinux 0x54cfacd5 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x54debdcd jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54e9b7db __of_parse_phandle_with_args +EXPORT_SYMBOL vmlinux 0x54ea6dfe xen_start_flags +EXPORT_SYMBOL vmlinux 0x54fbf7e1 __traceiter_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x5506b8f7 netlbl_bitmap_setbit +EXPORT_SYMBOL vmlinux 0x5508f28d bman_acquire +EXPORT_SYMBOL vmlinux 0x550fc6f8 pm860x_reg_read +EXPORT_SYMBOL vmlinux 0x551adfbb ihold +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x552db3aa qman_query_cgr_congested +EXPORT_SYMBOL vmlinux 0x554ae3a4 irq_poll_sched +EXPORT_SYMBOL vmlinux 0x554f5919 jbd2_journal_put_journal_head +EXPORT_SYMBOL vmlinux 0x55603ce8 genphy_setup_forced +EXPORT_SYMBOL vmlinux 0x5574a39a nf_hook_slow +EXPORT_SYMBOL vmlinux 0x55831c94 phy_ethtool_get_strings +EXPORT_SYMBOL vmlinux 0x558b281d aes_expandkey +EXPORT_SYMBOL vmlinux 0x5594e9bc neigh_seq_stop +EXPORT_SYMBOL vmlinux 0x55aeecfd keyring_search +EXPORT_SYMBOL vmlinux 0x55c774ab __xfrm_init_state +EXPORT_SYMBOL vmlinux 0x55db4327 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0x55e31703 ethtool_convert_link_mode_to_legacy_u32 +EXPORT_SYMBOL vmlinux 0x55eca9bc md_bitmap_unplug +EXPORT_SYMBOL vmlinux 0x55eede39 of_clk_get_by_name +EXPORT_SYMBOL vmlinux 0x5614f48a qman_dqrr_get_ithresh +EXPORT_SYMBOL vmlinux 0x56181d0b amba_driver_register +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x5646c3ab path_has_submounts +EXPORT_SYMBOL vmlinux 0x56470118 __warn_printk +EXPORT_SYMBOL vmlinux 0x564f7608 acpi_reconfig_notifier_register +EXPORT_SYMBOL vmlinux 0x565caca8 abort_creds +EXPORT_SYMBOL vmlinux 0x56699df5 netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x56800387 put_watch_queue +EXPORT_SYMBOL vmlinux 0x56802ae8 rps_cpu_mask +EXPORT_SYMBOL vmlinux 0x56a91f0a netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56e4e1ca get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0x56ea8550 nvdimm_namespace_common_probe +EXPORT_SYMBOL vmlinux 0x56f9aaac ethtool_aggregate_phy_stats +EXPORT_SYMBOL vmlinux 0x5719ba2d udp_sendmsg +EXPORT_SYMBOL vmlinux 0x571fa799 __traceiter_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x573e3a08 tty_name +EXPORT_SYMBOL vmlinux 0x5742e934 tcp_gro_complete +EXPORT_SYMBOL vmlinux 0x574c2e74 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x574cdd38 tty_register_ldisc +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x575fbfdb ethtool_aggregate_rmon_stats +EXPORT_SYMBOL vmlinux 0x57643e93 try_lookup_one_len +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x57900416 gen_pool_fixed_alloc +EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy +EXPORT_SYMBOL vmlinux 0x57961a00 unregister_nls +EXPORT_SYMBOL vmlinux 0x57abff28 __ps2_command +EXPORT_SYMBOL vmlinux 0x57b664df qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0x57bc19d2 down_write +EXPORT_SYMBOL vmlinux 0x57cca8af seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0x57d70495 ip_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x57db8fd6 utf8_normalize +EXPORT_SYMBOL vmlinux 0x57e61a2d inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x57f38cdc qe_get_firmware_info +EXPORT_SYMBOL vmlinux 0x58030474 pci_irq_get_affinity +EXPORT_SYMBOL vmlinux 0x5818fe3c posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0x581f98da zlib_inflate +EXPORT_SYMBOL vmlinux 0x5824406b of_device_is_available +EXPORT_SYMBOL vmlinux 0x582606eb xudma_rflow_put +EXPORT_SYMBOL vmlinux 0x5828137a ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x582b6275 xfrm_if_unregister_cb +EXPORT_SYMBOL vmlinux 0x582cb6b6 cdrom_dummy_generic_packet +EXPORT_SYMBOL vmlinux 0x5833bcbe ether_setup +EXPORT_SYMBOL vmlinux 0x5838dbbf alloc_mdio_bitbang +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x583a2893 of_get_next_child +EXPORT_SYMBOL vmlinux 0x585ae877 nmi_panic +EXPORT_SYMBOL vmlinux 0x587b0954 kvasprintf +EXPORT_SYMBOL vmlinux 0x587b892e qe_get_num_of_risc +EXPORT_SYMBOL vmlinux 0x587f11aa __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0x587f22d7 devmap_managed_key +EXPORT_SYMBOL vmlinux 0x5897a680 __find_nth_and_andnot_bit +EXPORT_SYMBOL vmlinux 0x58acf24b mdiobus_register_board_info +EXPORT_SYMBOL vmlinux 0x58b4645c dev_close_many +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58b89886 nd_dev_to_uuid +EXPORT_SYMBOL vmlinux 0x58c3d89f __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0x58e036ce folio_set_bh +EXPORT_SYMBOL vmlinux 0x58e3306d bit_wait_io +EXPORT_SYMBOL vmlinux 0x58e57fed mipi_dsi_dcs_set_display_brightness +EXPORT_SYMBOL vmlinux 0x58ede1d6 iov_iter_get_pages_alloc2 +EXPORT_SYMBOL vmlinux 0x58fab285 tcp_mtu_to_mss +EXPORT_SYMBOL vmlinux 0x58fcdfc2 pcim_enable_device +EXPORT_SYMBOL vmlinux 0x590304e2 dquot_operations +EXPORT_SYMBOL vmlinux 0x59236bb9 mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x592aaba4 tcf_classify +EXPORT_SYMBOL vmlinux 0x5930841c __mmc_claim_host +EXPORT_SYMBOL vmlinux 0x5934b5a9 qman_destroy_fq +EXPORT_SYMBOL vmlinux 0x59490c13 param_set_charp +EXPORT_SYMBOL vmlinux 0x59541131 icmp_ndo_send +EXPORT_SYMBOL vmlinux 0x59557529 fscrypt_free_inode +EXPORT_SYMBOL vmlinux 0x59624eb7 mmc_can_trim +EXPORT_SYMBOL vmlinux 0x59649656 skb_split +EXPORT_SYMBOL vmlinux 0x5968dc6d proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x597073fe unix_get_socket +EXPORT_SYMBOL vmlinux 0x598e363a scsi_add_device +EXPORT_SYMBOL vmlinux 0x599b4888 qe_setbrg +EXPORT_SYMBOL vmlinux 0x599fb41c kvmalloc_node +EXPORT_SYMBOL vmlinux 0x59a0907e unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0x59a2f0ee packing +EXPORT_SYMBOL vmlinux 0x59ab5f31 __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x59b47ce7 user_revoke +EXPORT_SYMBOL vmlinux 0x59b4a65e mmc_request_done +EXPORT_SYMBOL vmlinux 0x59b4ac3e tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x59cd3664 tc_setup_cb_reoffload +EXPORT_SYMBOL vmlinux 0x59db03d4 __blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x59e666ee fs_param_is_bool +EXPORT_SYMBOL vmlinux 0x59e98cec netdev_name_in_use +EXPORT_SYMBOL vmlinux 0x59fa6f62 ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0x5a0b73d0 zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x5a189ee7 ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0x5a24f96e module_refcount +EXPORT_SYMBOL vmlinux 0x5a269bdc __mod_lruvec_page_state +EXPORT_SYMBOL vmlinux 0x5a290250 hdmi_drm_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x5a40d359 sock_create +EXPORT_SYMBOL vmlinux 0x5a44f8cb __crypto_memneq +EXPORT_SYMBOL vmlinux 0x5a4d313e gf128mul_4k_lle +EXPORT_SYMBOL vmlinux 0x5a5c4c6e d_tmpfile +EXPORT_SYMBOL vmlinux 0x5a60446c generic_copy_file_range +EXPORT_SYMBOL vmlinux 0x5a60b950 qm_channel_pool1 +EXPORT_SYMBOL vmlinux 0x5a6dba87 phy_start_aneg +EXPORT_SYMBOL vmlinux 0x5a71d074 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0x5a921311 strncmp +EXPORT_SYMBOL vmlinux 0x5a956b5b empty_zero_page +EXPORT_SYMBOL vmlinux 0x5a99a0d7 flow_get_u32_dst +EXPORT_SYMBOL vmlinux 0x5a9f1d63 memmove +EXPORT_SYMBOL vmlinux 0x5ac01b95 acpi_resource_to_address64 +EXPORT_SYMBOL vmlinux 0x5ac7b72a sock_alloc +EXPORT_SYMBOL vmlinux 0x5ae1154b __traceiter_kfree +EXPORT_SYMBOL vmlinux 0x5afb65f8 __register_chrdev +EXPORT_SYMBOL vmlinux 0x5b0206f4 tls_handshake_cancel +EXPORT_SYMBOL vmlinux 0x5b081be7 tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x5b0ede7b complete_request_key +EXPORT_SYMBOL vmlinux 0x5b181e38 send_sig_info +EXPORT_SYMBOL vmlinux 0x5b251980 folio_clear_dirty_for_io +EXPORT_SYMBOL vmlinux 0x5b2f27fb do_wait_intr +EXPORT_SYMBOL vmlinux 0x5b3e282f xa_store +EXPORT_SYMBOL vmlinux 0x5b4b58b1 tc_setup_cb_call +EXPORT_SYMBOL vmlinux 0x5b511e0e proto_register +EXPORT_SYMBOL vmlinux 0x5b54903b qcom_scm_pas_mem_setup +EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap +EXPORT_SYMBOL vmlinux 0x5b621808 kmem_cache_alloc_lru +EXPORT_SYMBOL vmlinux 0x5b629335 ps2_interrupt +EXPORT_SYMBOL vmlinux 0x5b708800 vfs_fileattr_set +EXPORT_SYMBOL vmlinux 0x5b83fcf4 sock_set_keepalive +EXPORT_SYMBOL vmlinux 0x5b84497c t10_pi_type1_ip +EXPORT_SYMBOL vmlinux 0x5b93b077 i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0x5ba5be49 mfd_add_devices +EXPORT_SYMBOL vmlinux 0x5bb1d41e bpf_link_get_from_fd +EXPORT_SYMBOL vmlinux 0x5bbbb538 __bh_read_batch +EXPORT_SYMBOL vmlinux 0x5bc7b03f pci_set_mwi +EXPORT_SYMBOL vmlinux 0x5bcea5f1 sgl_free_n_order +EXPORT_SYMBOL vmlinux 0x5bd0ca7c fs_param_is_enum +EXPORT_SYMBOL vmlinux 0x5bd4ff88 flow_action_cookie_create +EXPORT_SYMBOL vmlinux 0x5bdb7603 sock_copy_user_timeval +EXPORT_SYMBOL vmlinux 0x5be5f367 input_set_max_poll_interval +EXPORT_SYMBOL vmlinux 0x5be63c5b crc32c_csum_stub +EXPORT_SYMBOL vmlinux 0x5c00d0cc find_inode_by_ino_rcu +EXPORT_SYMBOL vmlinux 0x5c26a53b wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x5c3c7387 kstrtoull +EXPORT_SYMBOL vmlinux 0x5c47f71d seq_release_private +EXPORT_SYMBOL vmlinux 0x5c61b9d6 __neigh_event_send +EXPORT_SYMBOL vmlinux 0x5c78b005 mipi_dsi_dcs_enter_sleep_mode +EXPORT_SYMBOL vmlinux 0x5c9ffc1f unix_attach_fds +EXPORT_SYMBOL vmlinux 0x5ca6f05a remove_arg_zero +EXPORT_SYMBOL vmlinux 0x5caad203 pci_enable_link_state +EXPORT_SYMBOL vmlinux 0x5cbb1fc4 pci_match_id +EXPORT_SYMBOL vmlinux 0x5cc4a418 md_write_start +EXPORT_SYMBOL vmlinux 0x5cd1f50c of_n_addr_cells +EXPORT_SYMBOL vmlinux 0x5cd2ddf3 ethtool_intersect_link_masks +EXPORT_SYMBOL vmlinux 0x5cde2d98 sg_miter_stop +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5cfb26a0 acpi_enter_sleep_state +EXPORT_SYMBOL vmlinux 0x5d094a34 skb_queue_head +EXPORT_SYMBOL vmlinux 0x5d112304 __memcpy_fromio +EXPORT_SYMBOL vmlinux 0x5d153bb0 i2c_transfer_buffer_flags +EXPORT_SYMBOL vmlinux 0x5d194c37 ip_getsockopt +EXPORT_SYMBOL vmlinux 0x5d24dbdf udp_ioctl +EXPORT_SYMBOL vmlinux 0x5d29d990 configfs_remove_default_groups +EXPORT_SYMBOL vmlinux 0x5d379639 __cpuhp_setup_state_cpuslocked +EXPORT_SYMBOL vmlinux 0x5d4224e4 dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x5d4297ba ip_mc_join_group +EXPORT_SYMBOL vmlinux 0x5d49aabc init_wait_var_entry +EXPORT_SYMBOL vmlinux 0x5d4c2200 __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x5d57fdca inet_sk_get_local_port_range +EXPORT_SYMBOL vmlinux 0x5d5b596c tty_hangup +EXPORT_SYMBOL vmlinux 0x5d5fc83d crypto_kdf108_ctr_generate +EXPORT_SYMBOL vmlinux 0x5d776a50 of_range_to_resource +EXPORT_SYMBOL vmlinux 0x5d807e47 slab_build_skb +EXPORT_SYMBOL vmlinux 0x5d99e328 pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0x5dac4cd6 qman_dqrr_set_ithresh +EXPORT_SYMBOL vmlinux 0x5dad41b4 pci_release_resource +EXPORT_SYMBOL vmlinux 0x5dbf2c0a pci_write_config_byte +EXPORT_SYMBOL vmlinux 0x5dc81d18 tcp_mss_to_mtu +EXPORT_SYMBOL vmlinux 0x5dd1946e tty_kref_put +EXPORT_SYMBOL vmlinux 0x5dd5202e devm_mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x5de4252f tty_port_tty_get +EXPORT_SYMBOL vmlinux 0x5de4fe93 __d_drop +EXPORT_SYMBOL vmlinux 0x5de9d80c pci_pme_capable +EXPORT_SYMBOL vmlinux 0x5deea443 phy_init_eee +EXPORT_SYMBOL vmlinux 0x5df08637 qdisc_put_unlocked +EXPORT_SYMBOL vmlinux 0x5df4f5fe skb_get_hash_perturb +EXPORT_SYMBOL vmlinux 0x5dfc0f19 tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x5dff50b0 consume_skb +EXPORT_SYMBOL vmlinux 0x5e06bc5c refcount_dec_and_lock +EXPORT_SYMBOL vmlinux 0x5e0ccb9f sha1_transform +EXPORT_SYMBOL vmlinux 0x5e3240a0 __cpu_online_mask +EXPORT_SYMBOL vmlinux 0x5e332b52 __var_waitqueue +EXPORT_SYMBOL vmlinux 0x5e373fb4 gf128mul_64k_bbe +EXPORT_SYMBOL vmlinux 0x5e38034b tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0x5e6f91f9 tegra_powergate_remove_clamping +EXPORT_SYMBOL vmlinux 0x5e7e267b bio_integrity_trim +EXPORT_SYMBOL vmlinux 0x5e855e56 gen_pool_first_fit_align +EXPORT_SYMBOL vmlinux 0x5e8cfccb pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x5e934fc7 sgl_alloc +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5e9a01ce gen_new_estimator +EXPORT_SYMBOL vmlinux 0x5ea5eb05 fqdir_exit +EXPORT_SYMBOL vmlinux 0x5eaca46b locks_copy_conflock +EXPORT_SYMBOL vmlinux 0x5eb9a692 acpi_bus_get_status +EXPORT_SYMBOL vmlinux 0x5ebab7e5 __netif_rx +EXPORT_SYMBOL vmlinux 0x5ec0965c backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x5ec4aee6 put_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ed4536c phy_attach_direct +EXPORT_SYMBOL vmlinux 0x5ed69a8a udp_lib_rehash +EXPORT_SYMBOL vmlinux 0x5ed90adc int_to_scsilun +EXPORT_SYMBOL vmlinux 0x5ef6a672 gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x5ef8b1d5 of_device_unregister +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f126b37 netdev_has_upper_dev_all_rcu +EXPORT_SYMBOL vmlinux 0x5f2b8d46 skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x5f2f161b acpi_dev_uid_to_integer +EXPORT_SYMBOL vmlinux 0x5f30e7a7 tegra_io_pad_power_disable +EXPORT_SYMBOL vmlinux 0x5f4972a3 jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0x5f5441c8 __ubsan_handle_alignment_assumption +EXPORT_SYMBOL vmlinux 0x5f5bf557 rproc_remove_subdev +EXPORT_SYMBOL vmlinux 0x5f6b889c rproc_va_to_pa +EXPORT_SYMBOL vmlinux 0x5f6d5e8a __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x5f7c9422 finish_open +EXPORT_SYMBOL vmlinux 0x5f84c032 qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0x5f90d9cd dev_set_alias +EXPORT_SYMBOL vmlinux 0x5f93525c acpi_extract_package +EXPORT_SYMBOL vmlinux 0x5fa91e6f unregister_binfmt +EXPORT_SYMBOL vmlinux 0x5fab9a95 filp_close +EXPORT_SYMBOL vmlinux 0x5fc72f0e alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x5fc8ef46 pci_scan_slot +EXPORT_SYMBOL vmlinux 0x5fc999d4 pm860x_set_bits +EXPORT_SYMBOL vmlinux 0x5fe273e6 netdev_bonding_info_change +EXPORT_SYMBOL vmlinux 0x5ff21dc6 vmf_insert_pfn +EXPORT_SYMBOL vmlinux 0x5ff7c3ef inet6_offloads +EXPORT_SYMBOL vmlinux 0x5ff8abb8 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x5ff9eb0e lockref_mark_dead +EXPORT_SYMBOL vmlinux 0x60040263 of_device_get_match_data +EXPORT_SYMBOL vmlinux 0x6005c351 zpool_has_pool +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x6008689f kthread_complete_and_exit +EXPORT_SYMBOL vmlinux 0x600ac2da set_cached_acl +EXPORT_SYMBOL vmlinux 0x60111241 pipe_unlock +EXPORT_SYMBOL vmlinux 0x601c2b7e jbd2_journal_finish_inode_data_buffers +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x6033e299 folio_redirty_for_writepage +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x60502af5 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0x605515d4 __register_binfmt +EXPORT_SYMBOL vmlinux 0x605790dc fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0x605c1a42 pci_reenable_device +EXPORT_SYMBOL vmlinux 0x60784148 input_grab_device +EXPORT_SYMBOL vmlinux 0x608741b5 __init_swait_queue_head +EXPORT_SYMBOL vmlinux 0x608d0267 zstd_get_error_code +EXPORT_SYMBOL vmlinux 0x608ed126 skb_pull +EXPORT_SYMBOL vmlinux 0x6091b333 unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x60977769 handle_edge_irq +EXPORT_SYMBOL vmlinux 0x609bcd98 in6_pton +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60a868fc inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0x60aaeb4b qman_p_irqsource_add +EXPORT_SYMBOL vmlinux 0x60afc639 lock_rename_child +EXPORT_SYMBOL vmlinux 0x60b8b639 i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0x60bbb124 dma_fence_signal_locked +EXPORT_SYMBOL vmlinux 0x60c4a4c9 netdev_features_change +EXPORT_SYMBOL vmlinux 0x60cc26f6 file_modified +EXPORT_SYMBOL vmlinux 0x60cce894 vlan_for_each +EXPORT_SYMBOL vmlinux 0x60d8790e neigh_carrier_down +EXPORT_SYMBOL vmlinux 0x60d8ab30 vme_lm_get +EXPORT_SYMBOL vmlinux 0x60f0f5c6 page_pool_destroy +EXPORT_SYMBOL vmlinux 0x60f58151 tegra_ivc_cleanup +EXPORT_SYMBOL vmlinux 0x60fbe8c0 scsi_host_put +EXPORT_SYMBOL vmlinux 0x60fc6b04 mmc_cqe_request_done +EXPORT_SYMBOL vmlinux 0x61073e4a acpi_os_map_generic_address +EXPORT_SYMBOL vmlinux 0x611b01d1 wait_for_key_construction +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x61347034 mb_cache_entry_delete_or_get +EXPORT_SYMBOL vmlinux 0x613d9d4f device_match_acpi_dev +EXPORT_SYMBOL vmlinux 0x615911d7 __bitmap_set +EXPORT_SYMBOL vmlinux 0x615977f5 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x617c452b queued_read_lock_slowpath +EXPORT_SYMBOL vmlinux 0x6185b747 radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0x618911fc numa_node +EXPORT_SYMBOL vmlinux 0x618fa866 flow_rule_match_enc_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x619cb7dd simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x61a9594e vme_irq_free +EXPORT_SYMBOL vmlinux 0x61af239b sock_enable_timestamps +EXPORT_SYMBOL vmlinux 0x61b51a31 __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61e272c9 sha256_final +EXPORT_SYMBOL vmlinux 0x61e786e2 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0x61ea189b fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x61ebd6e3 key_alloc +EXPORT_SYMBOL vmlinux 0x6209b2d7 vga_client_register +EXPORT_SYMBOL vmlinux 0x6210361c pci_disable_ptm +EXPORT_SYMBOL vmlinux 0x621282c0 devm_memunmap +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x621eb71a genphy_read_abilities +EXPORT_SYMBOL vmlinux 0x62258b5c folio_add_lru +EXPORT_SYMBOL vmlinux 0x6226fa2e tcp_sock_set_cork +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x622f5fdb blk_mq_start_request +EXPORT_SYMBOL vmlinux 0x624aa681 trace_print_hex_seq +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x6276af56 migrate_device_range +EXPORT_SYMBOL vmlinux 0x62790882 netlink_capable +EXPORT_SYMBOL vmlinux 0x628413da kmem_cache_alloc_bulk +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x62884ea4 __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x628c0f8f dma_fence_add_callback +EXPORT_SYMBOL vmlinux 0x62b0b696 sk_stop_timer +EXPORT_SYMBOL vmlinux 0x62b93e51 md_bitmap_unplug_async +EXPORT_SYMBOL vmlinux 0x62bd7d05 simple_recursive_removal +EXPORT_SYMBOL vmlinux 0x62bdff29 __traceiter_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x62d8775c pci_read_vpd_any +EXPORT_SYMBOL vmlinux 0x62d96443 qman_dma_portal +EXPORT_SYMBOL vmlinux 0x62f7e207 down_read_killable +EXPORT_SYMBOL vmlinux 0x6305914b dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0x6315c42c zstd_get_params +EXPORT_SYMBOL vmlinux 0x6321747b nf_unregister_net_hook +EXPORT_SYMBOL vmlinux 0x633e016b nonseekable_open +EXPORT_SYMBOL vmlinux 0x634b8e21 of_mdio_find_device +EXPORT_SYMBOL vmlinux 0x6352e739 md_finish_reshape +EXPORT_SYMBOL vmlinux 0x63666df5 clk_add_alias +EXPORT_SYMBOL vmlinux 0x636b595b netdev_warn +EXPORT_SYMBOL vmlinux 0x63785755 skb_eth_push +EXPORT_SYMBOL vmlinux 0x6385eed6 notify_change +EXPORT_SYMBOL vmlinux 0x638d434e jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x6398d29c __folio_cancel_dirty +EXPORT_SYMBOL vmlinux 0x63a58370 flow_action_cookie_destroy +EXPORT_SYMBOL vmlinux 0x63a7c28c bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x63a8192b mount_subtree +EXPORT_SYMBOL vmlinux 0x63b9eb64 find_inode_rcu +EXPORT_SYMBOL vmlinux 0x63c17f43 __blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x63eb4bf0 from_kprojid_munged +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63f3f3d0 __of_get_address +EXPORT_SYMBOL vmlinux 0x63f50873 rproc_coredump_set_elf_info +EXPORT_SYMBOL vmlinux 0x63fe846d tty_check_change +EXPORT_SYMBOL vmlinux 0x6402c8df sha512_block_data_order +EXPORT_SYMBOL vmlinux 0x64127b67 bitmap_find_next_zero_area_off +EXPORT_SYMBOL vmlinux 0x641575dd xfrm_trans_queue +EXPORT_SYMBOL vmlinux 0x64157bd9 sk_reset_timer +EXPORT_SYMBOL vmlinux 0x642eb5c6 xen_poll_irq_timeout +EXPORT_SYMBOL vmlinux 0x6432172d hid_bpf_ops +EXPORT_SYMBOL vmlinux 0x643ad217 pcie_capability_clear_and_set_word_unlocked +EXPORT_SYMBOL vmlinux 0x64410a1f flush_dcache_page +EXPORT_SYMBOL vmlinux 0x644be12c qman_affine_cpus +EXPORT_SYMBOL vmlinux 0x645306b2 phy_error +EXPORT_SYMBOL vmlinux 0x6455298a security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0x64604ce1 kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x64718b6c rtnl_offload_xstats_notify +EXPORT_SYMBOL vmlinux 0x64769d9e mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0x6481ffe0 hsiphash_1u32 +EXPORT_SYMBOL vmlinux 0x64837a70 ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x648eb59d gc_inflight_list +EXPORT_SYMBOL vmlinux 0x6494cc36 mii_check_media +EXPORT_SYMBOL vmlinux 0x64a62f7c vfs_getattr +EXPORT_SYMBOL vmlinux 0x64a9c928 default_blu +EXPORT_SYMBOL vmlinux 0x64ad7943 kill_anon_super +EXPORT_SYMBOL vmlinux 0x64bbc288 string_unescape +EXPORT_SYMBOL vmlinux 0x64d11af1 dma_fence_wait_timeout +EXPORT_SYMBOL vmlinux 0x64d840dd give_up_console +EXPORT_SYMBOL vmlinux 0x64dc3f8f xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x64dd5384 nf_log_trace +EXPORT_SYMBOL vmlinux 0x64e008ad kernel_sock_ip_overhead +EXPORT_SYMBOL vmlinux 0x64eaee82 security_inet_conn_established +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x65142a4d inet6_add_protocol +EXPORT_SYMBOL vmlinux 0x6514c1e6 flow_get_u32_src +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x652032cb mac_pton +EXPORT_SYMBOL vmlinux 0x652ce9aa nla_memcmp +EXPORT_SYMBOL vmlinux 0x652ed26c __sock_create +EXPORT_SYMBOL vmlinux 0x65395289 d_rehash +EXPORT_SYMBOL vmlinux 0x653a8f7d simple_nosetlease +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x654449c3 memset16 +EXPORT_SYMBOL vmlinux 0x654fde9a keyring_alloc +EXPORT_SYMBOL vmlinux 0x6554e30d do_clone_file_range +EXPORT_SYMBOL vmlinux 0x6564f6a3 dev_uc_unsync +EXPORT_SYMBOL vmlinux 0x6566a06c xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x656c1a0e string_escape_mem +EXPORT_SYMBOL vmlinux 0x656e4a6e snprintf +EXPORT_SYMBOL vmlinux 0x6579821a crypto_sha3_update +EXPORT_SYMBOL vmlinux 0x658ce1a8 xxh64_reset +EXPORT_SYMBOL vmlinux 0x65917af4 tty_register_device +EXPORT_SYMBOL vmlinux 0x65929cae ns_to_timespec64 +EXPORT_SYMBOL vmlinux 0x659ded26 xfrm_flush_gc +EXPORT_SYMBOL vmlinux 0x65a10d2a pipe_lock +EXPORT_SYMBOL vmlinux 0x65b4f946 inet6_add_offload +EXPORT_SYMBOL vmlinux 0x65d1bab2 acpi_bios_warning +EXPORT_SYMBOL vmlinux 0x65d45bd4 dm_get_device +EXPORT_SYMBOL vmlinux 0x65d9e877 cpufreq_register_notifier +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65e0d6d7 memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x65e4f2bb napi_schedule_prep +EXPORT_SYMBOL vmlinux 0x65f6d744 genphy_c45_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x65feb161 udp6_csum_init +EXPORT_SYMBOL vmlinux 0x6616f158 file_ns_capable +EXPORT_SYMBOL vmlinux 0x6626afca down +EXPORT_SYMBOL vmlinux 0x663015d4 pneigh_enqueue +EXPORT_SYMBOL vmlinux 0x6639af4c unpin_user_page_range_dirty_lock +EXPORT_SYMBOL vmlinux 0x664b1e29 qman_delete_cgr +EXPORT_SYMBOL vmlinux 0x66556b0f in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x665b06bd dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0x665e2513 zstd_max_clevel +EXPORT_SYMBOL vmlinux 0x66628bf3 ip_tunnel_metadata_cnt +EXPORT_SYMBOL vmlinux 0x666863dc par_io_config_pin +EXPORT_SYMBOL vmlinux 0x666c14c0 __traceiter_dma_fence_emit +EXPORT_SYMBOL vmlinux 0x6673f96d xxh32_reset +EXPORT_SYMBOL vmlinux 0x667dc29e qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x66826f5a xudma_get_ringacc +EXPORT_SYMBOL vmlinux 0x668b19a1 down_read +EXPORT_SYMBOL vmlinux 0x6698f20f __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0x669c191b dm_consume_args +EXPORT_SYMBOL vmlinux 0x66a42213 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0x66aed6c1 devm_clk_get_optional +EXPORT_SYMBOL vmlinux 0x66af1fd1 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x66b4cc41 kmemdup +EXPORT_SYMBOL vmlinux 0x66d81fb4 param_set_ulong +EXPORT_SYMBOL vmlinux 0x66d91d0a pldmfw_flash_image +EXPORT_SYMBOL vmlinux 0x66e29704 get_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0x66ea1a85 mmc_can_discard +EXPORT_SYMBOL vmlinux 0x66edfc78 _find_next_or_bit +EXPORT_SYMBOL vmlinux 0x66f10d63 sg_miter_skip +EXPORT_SYMBOL vmlinux 0x6702ce86 inet6_release +EXPORT_SYMBOL vmlinux 0x67179c18 fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x6719d743 path_is_mountpoint +EXPORT_SYMBOL vmlinux 0x671e21d5 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x6728b32f inet_reqsk_alloc +EXPORT_SYMBOL vmlinux 0x672e34c2 tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x67412d2f ucc_slow_enable +EXPORT_SYMBOL vmlinux 0x6749d53f hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x67563e7d tty_port_close +EXPORT_SYMBOL vmlinux 0x6756dfaf dma_mmap_attrs +EXPORT_SYMBOL vmlinux 0x676b3ee9 of_mdio_find_bus +EXPORT_SYMBOL vmlinux 0x6776083c msm_pinctrl_dev_pm_ops +EXPORT_SYMBOL vmlinux 0x6779185c blk_mq_tagset_busy_iter +EXPORT_SYMBOL vmlinux 0x677a1abe mdiobus_c45_read_nested +EXPORT_SYMBOL vmlinux 0x6787a6df skb_copy_and_hash_datagram_iter +EXPORT_SYMBOL vmlinux 0x678b96ec dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x67986f14 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67c13ea0 acpi_read +EXPORT_SYMBOL vmlinux 0x67c6e0e7 blk_sync_queue +EXPORT_SYMBOL vmlinux 0x67d8dac0 try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x67dc4581 unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x67e3b23f of_property_read_reg +EXPORT_SYMBOL vmlinux 0x67e54b74 folio_zero_new_buffers +EXPORT_SYMBOL vmlinux 0x68066013 tcf_exts_init_ex +EXPORT_SYMBOL vmlinux 0x68285d8f sk_capable +EXPORT_SYMBOL vmlinux 0x68485431 mmc_can_gpio_cd +EXPORT_SYMBOL vmlinux 0x684b6cde con_set_default_unimap +EXPORT_SYMBOL vmlinux 0x68500e8e of_find_property +EXPORT_SYMBOL vmlinux 0x6871ff6d tcp_get_cookie_sock +EXPORT_SYMBOL vmlinux 0x6876ec32 devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x6877c0c6 seq_escape_mem +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x689067dd dma_fence_chain_ops +EXPORT_SYMBOL vmlinux 0x68928e8f logfc +EXPORT_SYMBOL vmlinux 0x6899b72b kernel_getsockname +EXPORT_SYMBOL vmlinux 0x689a5679 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0x689f9fa4 param_array_ops +EXPORT_SYMBOL vmlinux 0x68ed2ccc tcf_exts_validate_ex +EXPORT_SYMBOL vmlinux 0x68f92578 inet6_protos +EXPORT_SYMBOL vmlinux 0x68fb581a icst307_idx2s +EXPORT_SYMBOL vmlinux 0x68ffbc25 con_is_bound +EXPORT_SYMBOL vmlinux 0x69018353 pci_clear_master +EXPORT_SYMBOL vmlinux 0x69049cd2 radix_tree_replace_slot +EXPORT_SYMBOL vmlinux 0x6962dc33 d_invalidate +EXPORT_SYMBOL vmlinux 0x69668826 netdev_increment_features +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6972e413 __bitmap_weight_and +EXPORT_SYMBOL vmlinux 0x697ab069 copy_page_to_iter +EXPORT_SYMBOL vmlinux 0x697ed5f0 memcpy_and_pad +EXPORT_SYMBOL vmlinux 0x6998ba43 __mdiobus_c45_read +EXPORT_SYMBOL vmlinux 0x69a9a345 rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0x69aa3c35 rproc_of_parse_firmware +EXPORT_SYMBOL vmlinux 0x69aa776c devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0x69ac0961 jbd2_journal_load +EXPORT_SYMBOL vmlinux 0x69b214ea ethtool_aggregate_pause_stats +EXPORT_SYMBOL vmlinux 0x69bc6c42 netdev_offload_xstats_get +EXPORT_SYMBOL vmlinux 0x69ccf367 register_console +EXPORT_SYMBOL vmlinux 0x69d6290e md_bitmap_close_sync +EXPORT_SYMBOL vmlinux 0x69dbd931 redraw_screen +EXPORT_SYMBOL vmlinux 0x69dd3b5b crc32_le +EXPORT_SYMBOL vmlinux 0x69de8757 vme_check_window +EXPORT_SYMBOL vmlinux 0x69effeb4 is_acpi_device_node +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a063b19 __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0x6a0d792f dup_iter +EXPORT_SYMBOL vmlinux 0x6a1b12a7 setattr_copy +EXPORT_SYMBOL vmlinux 0x6a1c2670 dquot_transfer +EXPORT_SYMBOL vmlinux 0x6a3766b2 qman_delete_cgr_safe +EXPORT_SYMBOL vmlinux 0x6a4c7f2e sget +EXPORT_SYMBOL vmlinux 0x6a55920a xsk_uses_need_wakeup +EXPORT_SYMBOL vmlinux 0x6a5cb5ee __get_free_pages +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a5fa363 sigprocmask +EXPORT_SYMBOL vmlinux 0x6a61be30 inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0x6a6e05bf kstrtou8 +EXPORT_SYMBOL vmlinux 0x6a7108a5 pnpacpi_protocol +EXPORT_SYMBOL vmlinux 0x6a84e102 d_prune_aliases +EXPORT_SYMBOL vmlinux 0x6a90663a qman_schedule_fq +EXPORT_SYMBOL vmlinux 0x6a91858b dev_uc_add +EXPORT_SYMBOL vmlinux 0x6a9a1e20 fscrypt_setup_filename +EXPORT_SYMBOL vmlinux 0x6aae6d97 pin_user_pages +EXPORT_SYMBOL vmlinux 0x6ab5a1a9 inet_frag_queue_insert +EXPORT_SYMBOL vmlinux 0x6abad95a vfs_link +EXPORT_SYMBOL vmlinux 0x6abde11d xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0x6acf2356 pci_enable_ptm +EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device +EXPORT_SYMBOL vmlinux 0x6ae67a26 mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0x6aeefac4 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x6b0b2b82 __devm_of_mdiobus_register +EXPORT_SYMBOL vmlinux 0x6b10c85f tcp_getsockopt +EXPORT_SYMBOL vmlinux 0x6b125a05 max8925_reg_write +EXPORT_SYMBOL vmlinux 0x6b12e2e2 filp_open +EXPORT_SYMBOL vmlinux 0x6b1a7c85 blk_finish_plug +EXPORT_SYMBOL vmlinux 0x6b1c128f mmc_free_host +EXPORT_SYMBOL vmlinux 0x6b27729b radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b55acd0 rtnl_lock_killable +EXPORT_SYMBOL vmlinux 0x6b7e0d37 cdev_alloc +EXPORT_SYMBOL vmlinux 0x6b853d06 ns_to_kernel_old_timeval +EXPORT_SYMBOL vmlinux 0x6b85b9ad deactivate_super +EXPORT_SYMBOL vmlinux 0x6b8bf149 netif_receive_skb_list +EXPORT_SYMBOL vmlinux 0x6b9cfd59 pci_set_power_state +EXPORT_SYMBOL vmlinux 0x6bb0ac87 ip6_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bc76c4a security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0x6bce263c filemap_splice_read +EXPORT_SYMBOL vmlinux 0x6bd0e573 down_interruptible +EXPORT_SYMBOL vmlinux 0x6bd188c0 unregister_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x6bd67662 vme_bus_error_handler +EXPORT_SYMBOL vmlinux 0x6bda2f22 rdmacg_uncharge +EXPORT_SYMBOL vmlinux 0x6be1c1f8 acpi_install_method +EXPORT_SYMBOL vmlinux 0x6bee7e2c ipmi_platform_add +EXPORT_SYMBOL vmlinux 0x6bf1d77f iov_iter_xarray +EXPORT_SYMBOL vmlinux 0x6bfc524d pci_get_class +EXPORT_SYMBOL vmlinux 0x6c224cda gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x6c25aad6 blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x6c3c6fdb read_cache_page +EXPORT_SYMBOL vmlinux 0x6c4f8bff pcie_get_width_cap +EXPORT_SYMBOL vmlinux 0x6c58dcb6 vfs_copy_file_range +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c70f571 alloc_pages +EXPORT_SYMBOL vmlinux 0x6c7a1dbc truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x6c7d4aba pci_find_resource +EXPORT_SYMBOL vmlinux 0x6c82f038 sock_pfree +EXPORT_SYMBOL vmlinux 0x6caa8376 fscrypt_fname_disk_to_usr +EXPORT_SYMBOL vmlinux 0x6cb46525 netlbl_catmap_walk +EXPORT_SYMBOL vmlinux 0x6cbbfc54 __arch_copy_to_user +EXPORT_SYMBOL vmlinux 0x6cbda203 phy_attached_print +EXPORT_SYMBOL vmlinux 0x6cc2b4ff key_unlink +EXPORT_SYMBOL vmlinux 0x6ce06c0b __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0x6ce3e33f debugfs_create_automount +EXPORT_SYMBOL vmlinux 0x6cf0d67d qe_get_num_of_snums +EXPORT_SYMBOL vmlinux 0x6cf683c2 rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0x6cf7443e iterate_dir +EXPORT_SYMBOL vmlinux 0x6d08b77a dma_map_sg_attrs +EXPORT_SYMBOL vmlinux 0x6d0b86bd rproc_add_subdev +EXPORT_SYMBOL vmlinux 0x6d16c104 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x6d1768c5 no_seek_end_llseek_size +EXPORT_SYMBOL vmlinux 0x6d17c20f of_device_is_compatible +EXPORT_SYMBOL vmlinux 0x6d27604b of_platform_device_create +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d2d8c85 generic_mii_ioctl +EXPORT_SYMBOL vmlinux 0x6d4f783c amba_release_regions +EXPORT_SYMBOL vmlinux 0x6d5f5b91 radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x6d6de748 do_splice_direct +EXPORT_SYMBOL vmlinux 0x6d712a27 mipi_dsi_dcs_set_pixel_format +EXPORT_SYMBOL vmlinux 0x6d73c95f logic_outw +EXPORT_SYMBOL vmlinux 0x6d7c7dcc bitmap_cut +EXPORT_SYMBOL vmlinux 0x6d8ab949 __filemap_set_wb_err +EXPORT_SYMBOL vmlinux 0x6d933508 lynx_pcs_destroy +EXPORT_SYMBOL vmlinux 0x6da467cb pfn_is_map_memory +EXPORT_SYMBOL vmlinux 0x6daf156c netdev_reset_tc +EXPORT_SYMBOL vmlinux 0x6db3fa24 phy_set_sym_pause +EXPORT_SYMBOL vmlinux 0x6dba9051 xz_dec_microlzma_end +EXPORT_SYMBOL vmlinux 0x6dc35b25 radix_tree_iter_delete +EXPORT_SYMBOL vmlinux 0x6dcf857f uuid_null +EXPORT_SYMBOL vmlinux 0x6dd17e7b acpi_get_table_header +EXPORT_SYMBOL vmlinux 0x6dd8aec6 mdiobus_c45_write +EXPORT_SYMBOL vmlinux 0x6ddfd09c unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0x6dedc9eb dcb_ieee_getapp_default_prio_mask +EXPORT_SYMBOL vmlinux 0x6deeb9ef flow_rule_match_basic +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6e342704 input_register_handler +EXPORT_SYMBOL vmlinux 0x6e3ab384 netdev_err +EXPORT_SYMBOL vmlinux 0x6e5337c4 seq_vprintf +EXPORT_SYMBOL vmlinux 0x6e5b8651 xz_dec_run +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e8db2d2 setup_arg_pages +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea9363b force_sig +EXPORT_SYMBOL vmlinux 0x6ebb41a0 __blk_alloc_disk +EXPORT_SYMBOL vmlinux 0x6ecc2b32 tcp_conn_request +EXPORT_SYMBOL vmlinux 0x6ee4e432 dentry_path_raw +EXPORT_SYMBOL vmlinux 0x6ee7b135 reuseport_attach_prog +EXPORT_SYMBOL vmlinux 0x6eecfaf4 sg_copy_buffer +EXPORT_SYMBOL vmlinux 0x6ef00e99 finish_swait +EXPORT_SYMBOL vmlinux 0x6ef9c151 jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0x6f02dce4 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x6f0832d0 scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x6f14e9db console_list_lock +EXPORT_SYMBOL vmlinux 0x6f172e45 mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x6f41a428 acpi_get_vendor_resource +EXPORT_SYMBOL vmlinux 0x6f41a639 irq_cpu_rmap_remove +EXPORT_SYMBOL vmlinux 0x6f4a59e4 sort_r +EXPORT_SYMBOL vmlinux 0x6f5ab52f acpi_get_local_address +EXPORT_SYMBOL vmlinux 0x6f63811c xfrm_register_type +EXPORT_SYMBOL vmlinux 0x6f6c511f blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0x6f75d653 alloc_fddidev +EXPORT_SYMBOL vmlinux 0x6f7793a5 skb_flow_dissector_init +EXPORT_SYMBOL vmlinux 0x6f793871 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0x6f8bb6b6 inode_set_bytes +EXPORT_SYMBOL vmlinux 0x6f8de1c9 dquot_get_next_id +EXPORT_SYMBOL vmlinux 0x6f915a45 dqstats +EXPORT_SYMBOL vmlinux 0x6fb2f0c0 max8998_bulk_write +EXPORT_SYMBOL vmlinux 0x6fb49676 queue_rcu_work +EXPORT_SYMBOL vmlinux 0x6fbc6a00 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x6fc48021 dynamic_cond_resched +EXPORT_SYMBOL vmlinux 0x6fc58984 inet_stream_connect +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fd161d4 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x6fd71bd9 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x6fe34ba6 ipv6_select_ident +EXPORT_SYMBOL vmlinux 0x6ff3a485 dynamic_might_resched +EXPORT_SYMBOL vmlinux 0x6ffb9b0e dqget +EXPORT_SYMBOL vmlinux 0x6ffea03d ram_aops +EXPORT_SYMBOL vmlinux 0x6fff261f __arch_clear_user +EXPORT_SYMBOL vmlinux 0x70002fe8 siphash_1u32 +EXPORT_SYMBOL vmlinux 0x700c6c17 key_create +EXPORT_SYMBOL vmlinux 0x7013fc76 mdiobus_write +EXPORT_SYMBOL vmlinux 0x701b2151 fsync_bdev +EXPORT_SYMBOL vmlinux 0x70212d66 of_pci_range_to_resource +EXPORT_SYMBOL vmlinux 0x7023bea8 unregister_acpi_notifier +EXPORT_SYMBOL vmlinux 0x702946da ucs2_strlen +EXPORT_SYMBOL vmlinux 0x70307377 elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x704c35ba serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0x7060d475 kern_sys_bpf +EXPORT_SYMBOL vmlinux 0x706ee44d linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0x70794d24 ip6_frag_init +EXPORT_SYMBOL vmlinux 0x708b3c46 dev_addr_mod +EXPORT_SYMBOL vmlinux 0x7090bb54 __traceiter_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0x709b7c70 blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0x70ac2c1a blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x70ad75fb radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x70bce263 simple_dir_operations +EXPORT_SYMBOL vmlinux 0x70d1a18e qman_release_pool +EXPORT_SYMBOL vmlinux 0x70daa11e dma_fence_remove_callback +EXPORT_SYMBOL vmlinux 0x70dab3f7 nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x70daba58 param_set_hexint +EXPORT_SYMBOL vmlinux 0x70f3caeb xp_can_alloc +EXPORT_SYMBOL vmlinux 0x70ff572f __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x710d1459 datagram_poll +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x712aded6 rproc_coredump_using_sections +EXPORT_SYMBOL vmlinux 0x713c4049 __dev_queue_xmit +EXPORT_SYMBOL vmlinux 0x714110ea blk_queue_io_min +EXPORT_SYMBOL vmlinux 0x7141b88a logic_insb +EXPORT_SYMBOL vmlinux 0x7155bcf8 sync_file_get_fence +EXPORT_SYMBOL vmlinux 0x715a5ed0 vprintk +EXPORT_SYMBOL vmlinux 0x716fbdbe mini_qdisc_pair_block_init +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x717d1f96 hdmi_infoframe_check +EXPORT_SYMBOL vmlinux 0x71808d87 blk_integrity_compare +EXPORT_SYMBOL vmlinux 0x71982cbd config_item_get_unless_zero +EXPORT_SYMBOL vmlinux 0x719e7501 fuse_mount_destroy +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71b3a4e1 __serio_register_driver +EXPORT_SYMBOL vmlinux 0x71e9ef84 xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0x71fb6892 dma_fence_array_next +EXPORT_SYMBOL vmlinux 0x7208912e inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x720a27a7 __register_blkdev +EXPORT_SYMBOL vmlinux 0x722f79db qdisc_hash_del +EXPORT_SYMBOL vmlinux 0x7230cab5 netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0x724a50fb bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0x725024cb posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x7251daf0 __folio_put +EXPORT_SYMBOL vmlinux 0x726bc3c7 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0x7271e1da kmalloc_trace +EXPORT_SYMBOL vmlinux 0x727de424 mem_section +EXPORT_SYMBOL vmlinux 0x72a50966 ucc_fast_disable +EXPORT_SYMBOL vmlinux 0x72aec26d dma_fence_chain_init +EXPORT_SYMBOL vmlinux 0x72b88d9e pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0x72b9ba94 pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0x72b9d287 default_grn +EXPORT_SYMBOL vmlinux 0x72c7b4dd flow_rule_match_enc_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x72cf6fec security_sb_mnt_opts_compat +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72f14ff7 acpi_get_object_info +EXPORT_SYMBOL vmlinux 0x72f7d1d0 netdev_set_tc_queue +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x731dba7a xen_domain_type +EXPORT_SYMBOL vmlinux 0x7325799a devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0x732bcd2f vme_master_mmap +EXPORT_SYMBOL vmlinux 0x732dd326 groups_free +EXPORT_SYMBOL vmlinux 0x73337435 invalidate_disk +EXPORT_SYMBOL vmlinux 0x734b16e8 flush_dcache_folio +EXPORT_SYMBOL vmlinux 0x7351dc7c scsi_done +EXPORT_SYMBOL vmlinux 0x735e6a81 acpi_evaluate_integer +EXPORT_SYMBOL vmlinux 0x737338bd nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0x7380dffa argv_split +EXPORT_SYMBOL vmlinux 0x73998efa cpm_muram_free_addr +EXPORT_SYMBOL vmlinux 0x739fd00f __SCK__tp_func_module_get +EXPORT_SYMBOL vmlinux 0x73a4fb6c sock_no_accept +EXPORT_SYMBOL vmlinux 0x73ab18e0 md_cluster_ops +EXPORT_SYMBOL vmlinux 0x73abb180 alloc_contig_range +EXPORT_SYMBOL vmlinux 0x73c5145b flow_block_cb_decref +EXPORT_SYMBOL vmlinux 0x73c6472e gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0x73e2b920 ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0x73e972b8 __block_write_begin +EXPORT_SYMBOL vmlinux 0x7400e884 create_empty_buffers +EXPORT_SYMBOL vmlinux 0x7410aba2 strreplace +EXPORT_SYMBOL vmlinux 0x7411b570 inode_init_once +EXPORT_SYMBOL vmlinux 0x7412ed5b kvfree_sensitive +EXPORT_SYMBOL vmlinux 0x742578a5 wait_for_random_bytes +EXPORT_SYMBOL vmlinux 0x7429e20c kstrtos8 +EXPORT_SYMBOL vmlinux 0x7429e72e task_lookup_next_fd_rcu +EXPORT_SYMBOL vmlinux 0x743f4126 keygen_port_hashing_init +EXPORT_SYMBOL vmlinux 0x7453d3e8 security_release_secctx +EXPORT_SYMBOL vmlinux 0x7458dbb0 dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0x74754435 acpi_bus_generate_netlink_event +EXPORT_SYMBOL vmlinux 0x747bfa52 pci_save_state +EXPORT_SYMBOL vmlinux 0x7482d92e dev_mc_flush +EXPORT_SYMBOL vmlinux 0x7483dc59 pci_dev_present +EXPORT_SYMBOL vmlinux 0x748574c3 __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0x749cbc8f pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0x74b099b2 __free_pages +EXPORT_SYMBOL vmlinux 0x74b8e674 slhc_toss +EXPORT_SYMBOL vmlinux 0x74c09147 page_pool_update_nid +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74cb77a4 import_iovec +EXPORT_SYMBOL vmlinux 0x74cc3138 blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0x74da064a set_security_override +EXPORT_SYMBOL vmlinux 0x74dd9e0b dma_fence_wait_any_timeout +EXPORT_SYMBOL vmlinux 0x74e23872 path_is_under +EXPORT_SYMBOL vmlinux 0x74e451b4 single_open_size +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74f3ce48 tegra_ivc_init +EXPORT_SYMBOL vmlinux 0x74fdb890 inet6_bind +EXPORT_SYMBOL vmlinux 0x750dda17 vm_insert_page +EXPORT_SYMBOL vmlinux 0x75312bb5 genphy_resume +EXPORT_SYMBOL vmlinux 0x7534bf39 __nd_driver_register +EXPORT_SYMBOL vmlinux 0x753c12ec vfs_get_tree +EXPORT_SYMBOL vmlinux 0x753c609e __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0x755f4ba3 blake2s_compress_generic +EXPORT_SYMBOL vmlinux 0x75762363 nf_ct_get_tuple_skb +EXPORT_SYMBOL vmlinux 0x75871f5e acpi_get_next_object +EXPORT_SYMBOL vmlinux 0x75942a11 pci_enable_device +EXPORT_SYMBOL vmlinux 0x75b8d4f2 jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75d0deb9 nsecs_to_jiffies64 +EXPORT_SYMBOL vmlinux 0x75d44070 dst_init +EXPORT_SYMBOL vmlinux 0x75d499dd vmcore_add_device_dump +EXPORT_SYMBOL vmlinux 0x75ea755f call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0x75f7f54a sg_miter_next +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x761a8ef0 md_bitmap_sync_with_cluster +EXPORT_SYMBOL vmlinux 0x761b1ebd generic_ro_fops +EXPORT_SYMBOL vmlinux 0x7624249e dim_park_tired +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x765ea615 vlan_uses_dev +EXPORT_SYMBOL vmlinux 0x765ff474 crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x76674d3d blkdev_put +EXPORT_SYMBOL vmlinux 0x766a0927 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x7682ba4e __copy_overflow +EXPORT_SYMBOL vmlinux 0x768ee329 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x769f6e64 errseq_check +EXPORT_SYMBOL vmlinux 0x76aac508 elevator_alloc +EXPORT_SYMBOL vmlinux 0x76b0477a flow_rule_match_mpls +EXPORT_SYMBOL vmlinux 0x76bc3aed max8998_bulk_read +EXPORT_SYMBOL vmlinux 0x76c92ae2 page_pool_release_page +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76da0664 ndisc_ns_create +EXPORT_SYMBOL vmlinux 0x76dc0b7b pci_map_rom +EXPORT_SYMBOL vmlinux 0x76df1be2 skb_trim +EXPORT_SYMBOL vmlinux 0x76dfbca0 pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x76efc249 _atomic_dec_and_raw_lock_irqsave +EXPORT_SYMBOL vmlinux 0x76f445f1 send_sig_mceerr +EXPORT_SYMBOL vmlinux 0x7704eaea sk_common_release +EXPORT_SYMBOL vmlinux 0x770e8ada ps2_init +EXPORT_SYMBOL vmlinux 0x77201910 mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0x7733c0cd lookup_one_positive_unlocked +EXPORT_SYMBOL vmlinux 0x77358855 iomem_resource +EXPORT_SYMBOL vmlinux 0x77363736 vfs_parse_fs_param_source +EXPORT_SYMBOL vmlinux 0x773fa409 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x77456e0a acpi_root_dir +EXPORT_SYMBOL vmlinux 0x77642f94 inet_dgram_connect +EXPORT_SYMBOL vmlinux 0x776ca93a __clzdi2 +EXPORT_SYMBOL vmlinux 0x777dbbee __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x777e82db of_cpu_device_node_get +EXPORT_SYMBOL vmlinux 0x7791193f icst525_s2div +EXPORT_SYMBOL vmlinux 0x7793c573 sockfd_lookup +EXPORT_SYMBOL vmlinux 0x77985b13 ip_sock_set_freebind +EXPORT_SYMBOL vmlinux 0x77b59e16 xp_dma_map +EXPORT_SYMBOL vmlinux 0x77ba94e3 rcu_lazy_get_jiffies_till_flush +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77d887c2 end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0x77e9eb37 aes_encrypt +EXPORT_SYMBOL vmlinux 0x77ea3397 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x7807f0f8 schedule_timeout_idle +EXPORT_SYMBOL vmlinux 0x7810531d tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0x7814a112 i2c_transfer +EXPORT_SYMBOL vmlinux 0x78161f39 call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0x782535da kthread_create_on_node +EXPORT_SYMBOL vmlinux 0x782dad33 tls_client_hello_psk +EXPORT_SYMBOL vmlinux 0x7836edc7 udpv6_sendmsg +EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x78564fc7 pneigh_lookup +EXPORT_SYMBOL vmlinux 0x785c26d2 tc_setup_cb_replace +EXPORT_SYMBOL vmlinux 0x78794cdf regset_get_alloc +EXPORT_SYMBOL vmlinux 0x7892032d iov_iter_discard +EXPORT_SYMBOL vmlinux 0x78a16f48 aes_decrypt +EXPORT_SYMBOL vmlinux 0x78ac0c7d __vfs_getxattr +EXPORT_SYMBOL vmlinux 0x78b887ed vsprintf +EXPORT_SYMBOL vmlinux 0x78c1ba92 iommu_get_msi_cookie +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x7902aaba devm_clk_put +EXPORT_SYMBOL vmlinux 0x7919b383 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x793cde57 file_fdatawait_range +EXPORT_SYMBOL vmlinux 0x794031ec unregister_key_type +EXPORT_SYMBOL vmlinux 0x7943c451 unix_destruct_scm +EXPORT_SYMBOL vmlinux 0x794e0134 udplite_prot +EXPORT_SYMBOL vmlinux 0x7984eefc key_update +EXPORT_SYMBOL vmlinux 0x799e3a7a fman_unregister_intr +EXPORT_SYMBOL vmlinux 0x79a33f85 vme_get_size +EXPORT_SYMBOL vmlinux 0x79c9fda8 pps_unregister_source +EXPORT_SYMBOL vmlinux 0x79d219c0 __get_hash_from_flowi6 +EXPORT_SYMBOL vmlinux 0x79d451fe pnp_unregister_driver +EXPORT_SYMBOL vmlinux 0x79e0f8ec twl6040_power +EXPORT_SYMBOL vmlinux 0x79e21343 __traceiter_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x79e41128 jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0x79e4cbe8 override_creds +EXPORT_SYMBOL vmlinux 0x7a084dfc blk_mq_delay_run_hw_queue +EXPORT_SYMBOL vmlinux 0x7a1bcd59 gf128mul_x8_ble +EXPORT_SYMBOL vmlinux 0x7a2af7b4 cpu_number +EXPORT_SYMBOL vmlinux 0x7a2d06e0 blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0x7a2ff57e security_current_getsecid_subj +EXPORT_SYMBOL vmlinux 0x7a4727b9 get_tree_keyed +EXPORT_SYMBOL vmlinux 0x7a4d2673 sk_free +EXPORT_SYMBOL vmlinux 0x7a53a06d flow_indr_dev_exists +EXPORT_SYMBOL vmlinux 0x7a95e5ae do_settimeofday64 +EXPORT_SYMBOL vmlinux 0x7a968137 ucc_slow_restart_tx +EXPORT_SYMBOL vmlinux 0x7a9edea2 skb_copy_datagram_iter +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7aa2040c ppp_register_compressor +EXPORT_SYMBOL vmlinux 0x7aa489ae devm_of_iomap +EXPORT_SYMBOL vmlinux 0x7aca333b netdev_crit +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7ad138fc security_inode_copy_up +EXPORT_SYMBOL vmlinux 0x7adc0fbf rb_replace_node_rcu +EXPORT_SYMBOL vmlinux 0x7ae5d317 qe_get_snum +EXPORT_SYMBOL vmlinux 0x7b0f1d0a mtree_store +EXPORT_SYMBOL vmlinux 0x7b2d49c4 inet6_getname +EXPORT_SYMBOL vmlinux 0x7b37d4a7 _find_first_zero_bit +EXPORT_SYMBOL vmlinux 0x7b400276 blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0x7b4da6ff __init_rwsem +EXPORT_SYMBOL vmlinux 0x7b54f270 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x7b5b8f31 sha256_update +EXPORT_SYMBOL vmlinux 0x7b626931 inet_proto_csum_replace_by_diff +EXPORT_SYMBOL vmlinux 0x7b82b9a1 idr_replace +EXPORT_SYMBOL vmlinux 0x7b83fc22 xsk_set_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x7b9eb130 padata_free +EXPORT_SYMBOL vmlinux 0x7b9f1753 vme_slot_num +EXPORT_SYMBOL vmlinux 0x7ba5a3b4 tegra_powergate_power_off +EXPORT_SYMBOL vmlinux 0x7ba5a842 of_match_device +EXPORT_SYMBOL vmlinux 0x7baa6591 xfrm_dev_state_flush +EXPORT_SYMBOL vmlinux 0x7bb50b88 acpi_write +EXPORT_SYMBOL vmlinux 0x7bbccd05 nr_node_ids +EXPORT_SYMBOL vmlinux 0x7bc0732c tcp_ioctl +EXPORT_SYMBOL vmlinux 0x7bc7de96 phy_ethtool_ksettings_set +EXPORT_SYMBOL vmlinux 0x7bd2bf18 __skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x7be1471b rt_mutex_base_init +EXPORT_SYMBOL vmlinux 0x7bf74fef netdev_offload_xstats_enabled +EXPORT_SYMBOL vmlinux 0x7c173634 __bitmap_complement +EXPORT_SYMBOL vmlinux 0x7c181af2 vlan_filter_drop_vids +EXPORT_SYMBOL vmlinux 0x7c2d03a6 dma_fence_enable_sw_signaling +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c564167 devm_devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x7c597b0d phy_trigger_machine +EXPORT_SYMBOL vmlinux 0x7c7781d9 tcf_action_update_stats +EXPORT_SYMBOL vmlinux 0x7c9331cb param_get_charp +EXPORT_SYMBOL vmlinux 0x7ca687b3 unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x7ca7bf6d setup_new_exec +EXPORT_SYMBOL vmlinux 0x7cb9d286 wrap_directory_iterator +EXPORT_SYMBOL vmlinux 0x7cba5756 xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0x7cbe0cd2 drop_reasons_by_subsys +EXPORT_SYMBOL vmlinux 0x7cc18181 set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0x7cc3eac0 md_flush_request +EXPORT_SYMBOL vmlinux 0x7cd1f26f phy_start_cable_test_tdr +EXPORT_SYMBOL vmlinux 0x7cd62695 mntget +EXPORT_SYMBOL vmlinux 0x7cd9fd0a migrate_device_pages +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7ce58981 kvrealloc +EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7cfe368d net_dim_get_def_tx_moderation +EXPORT_SYMBOL vmlinux 0x7d03076f jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0x7d0ba682 gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d12d76d acpi_get_parent +EXPORT_SYMBOL vmlinux 0x7d1adab4 xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0x7d27e504 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x7d434154 dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x7d4b176a netlbl_catmap_setbit +EXPORT_SYMBOL vmlinux 0x7d5a781e skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0x7d5e1008 __crc32c_le_shift +EXPORT_SYMBOL vmlinux 0x7d610f97 of_graph_get_next_endpoint +EXPORT_SYMBOL vmlinux 0x7d6e3aee pci_ep_cfs_add_epc_group +EXPORT_SYMBOL vmlinux 0x7d74d522 kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0x7d78378d folio_account_redirty +EXPORT_SYMBOL vmlinux 0x7d7b71ee __inode_add_bytes +EXPORT_SYMBOL vmlinux 0x7d81be1b netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0x7d824bd0 generic_remap_file_range_prep +EXPORT_SYMBOL vmlinux 0x7da79550 request_key_tag +EXPORT_SYMBOL vmlinux 0x7daece67 quota_send_warning +EXPORT_SYMBOL vmlinux 0x7dbc67bc __nlmsg_put +EXPORT_SYMBOL vmlinux 0x7dc5ffa7 tc_skb_ext_tc_disable +EXPORT_SYMBOL vmlinux 0x7dcf4135 __xa_insert +EXPORT_SYMBOL vmlinux 0x7dd45f21 xen_free_unpopulated_pages +EXPORT_SYMBOL vmlinux 0x7dd6b5ee skb_flow_dissect_hash +EXPORT_SYMBOL vmlinux 0x7df08970 mipi_dsi_dcs_soft_reset +EXPORT_SYMBOL vmlinux 0x7e02ac78 pci_resize_resource +EXPORT_SYMBOL vmlinux 0x7e045937 dev_alloc_name +EXPORT_SYMBOL vmlinux 0x7e0b255f hdmi_audio_infoframe_pack_for_dp +EXPORT_SYMBOL vmlinux 0x7e13e144 neigh_resolve_output +EXPORT_SYMBOL vmlinux 0x7e1b031c sock_no_connect +EXPORT_SYMBOL vmlinux 0x7e1b9b79 xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x7e3191f6 try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x7e3a6c01 kthread_destroy_worker +EXPORT_SYMBOL vmlinux 0x7e4c3df5 efi +EXPORT_SYMBOL vmlinux 0x7e551f93 eth_validate_addr +EXPORT_SYMBOL vmlinux 0x7e5c78e3 __destroy_inode +EXPORT_SYMBOL vmlinux 0x7e5c9cbd migrate_device_finalize +EXPORT_SYMBOL vmlinux 0x7e6fdf43 tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0x7e7b1570 netdev_change_features +EXPORT_SYMBOL vmlinux 0x7e88c899 max8998_write_reg +EXPORT_SYMBOL vmlinux 0x7e9446e1 inet_release +EXPORT_SYMBOL vmlinux 0x7ea0d4ca tegra_sku_info +EXPORT_SYMBOL vmlinux 0x7ea3e42d input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0x7ebd0927 vme_dma_list_free +EXPORT_SYMBOL vmlinux 0x7ed44f5b make_bad_inode +EXPORT_SYMBOL vmlinux 0x7ed73143 of_phy_is_fixed_link +EXPORT_SYMBOL vmlinux 0x7ed84f87 mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0x7eda7682 seq_read_iter +EXPORT_SYMBOL vmlinux 0x7ef20662 input_set_timestamp +EXPORT_SYMBOL vmlinux 0x7ef4bddc __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0x7ef57b6b cdrom_check_events +EXPORT_SYMBOL vmlinux 0x7ef5c3e2 tcp_sock_set_user_timeout +EXPORT_SYMBOL vmlinux 0x7efc4472 fwnode_iomap +EXPORT_SYMBOL vmlinux 0x7f02188f __msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x7f03b6a9 crc_ccitt_table +EXPORT_SYMBOL vmlinux 0x7f05fef4 msm_pinctrl_remove +EXPORT_SYMBOL vmlinux 0x7f0a242b blk_mq_delay_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x7f0df92e filemap_alloc_folio +EXPORT_SYMBOL vmlinux 0x7f135ae9 vfs_setpos +EXPORT_SYMBOL vmlinux 0x7f1b553f serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f297a9d pnp_stop_dev +EXPORT_SYMBOL vmlinux 0x7f39b876 scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0x7f49bdef mr_table_alloc +EXPORT_SYMBOL vmlinux 0x7f52071a net_dim +EXPORT_SYMBOL vmlinux 0x7f62eaa4 sgl_free +EXPORT_SYMBOL vmlinux 0x7f70ea47 of_device_is_big_endian +EXPORT_SYMBOL vmlinux 0x7f720079 skb_udp_tunnel_segment +EXPORT_SYMBOL vmlinux 0x7f72437c vme_irq_handler +EXPORT_SYMBOL vmlinux 0x7f7f7bb4 irq_poll_disable +EXPORT_SYMBOL vmlinux 0x7f91506e filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0x7f94c825 d_find_any_alias +EXPORT_SYMBOL vmlinux 0x7fcd5a33 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0x7fce778e tegra_ivc_total_queue_size +EXPORT_SYMBOL vmlinux 0x7fd62d63 xsk_get_pool_from_qid +EXPORT_SYMBOL vmlinux 0x7fd90a2b tls_client_hello_anon +EXPORT_SYMBOL vmlinux 0x7fde1fbc acpi_walk_resource_buffer +EXPORT_SYMBOL vmlinux 0x7fe105d7 bman_ip_rev +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x800069d2 param_get_ulong +EXPORT_SYMBOL vmlinux 0x8005b3bd get_user_pages_remote +EXPORT_SYMBOL vmlinux 0x80392470 sock_no_getname +EXPORT_SYMBOL vmlinux 0x803ddbb6 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x806399f4 set_binfmt +EXPORT_SYMBOL vmlinux 0x80762048 _atomic_dec_and_raw_lock +EXPORT_SYMBOL vmlinux 0x807c13af migrate_folio +EXPORT_SYMBOL vmlinux 0x80816f26 get_user_ifreq +EXPORT_SYMBOL vmlinux 0x80a717a8 __percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d13b48 pcie_capability_clear_and_set_word_locked +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80e5f86f fscrypt_fname_alloc_buffer +EXPORT_SYMBOL vmlinux 0x80e690d6 mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x80ec0d50 qman_init_fq +EXPORT_SYMBOL vmlinux 0x8107a958 pfifo_fast_ops +EXPORT_SYMBOL vmlinux 0x8111dcee mipi_dsi_dcs_get_power_mode +EXPORT_SYMBOL vmlinux 0x8112b3d2 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x81188c30 match_string +EXPORT_SYMBOL vmlinux 0x8129c1ac iov_iter_gap_alignment +EXPORT_SYMBOL vmlinux 0x81333690 iov_iter_advance +EXPORT_SYMBOL vmlinux 0x8137c3eb msi_desc_to_pci_dev +EXPORT_SYMBOL vmlinux 0x813d34c6 pagecache_get_page +EXPORT_SYMBOL vmlinux 0x81491054 security_binder_transaction +EXPORT_SYMBOL vmlinux 0x814df741 insert_inode_locked +EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x81584a86 backlight_device_get_by_name +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x8164646a flow_rule_match_cvlan +EXPORT_SYMBOL vmlinux 0x8165a1cc of_match_node +EXPORT_SYMBOL vmlinux 0x8172750a bdi_unregister +EXPORT_SYMBOL vmlinux 0x817e1e8f vm_mmap +EXPORT_SYMBOL vmlinux 0x818416e1 scsi_set_sense_information +EXPORT_SYMBOL vmlinux 0x8186333b cpumask_next_wrap +EXPORT_SYMBOL vmlinux 0x818edf97 cpm_muram_alloc +EXPORT_SYMBOL vmlinux 0x819224be generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0x81a0a149 clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x81a1a642 i2c_get_adapter_by_fwnode +EXPORT_SYMBOL vmlinux 0x81a1eb59 utf8_unload +EXPORT_SYMBOL vmlinux 0x81ad6109 pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0x81b20e8b ucc_fast_transmit_on_demand +EXPORT_SYMBOL vmlinux 0x81b7ac42 bpf_map_get +EXPORT_SYMBOL vmlinux 0x81c51d19 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x81d6c28b acpi_buffer_to_resource +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81e0ff51 blackhole_netdev +EXPORT_SYMBOL vmlinux 0x81e6b37f dmi_get_system_info +EXPORT_SYMBOL vmlinux 0x8206b244 of_root +EXPORT_SYMBOL vmlinux 0x820dbd6f block_read_full_folio +EXPORT_SYMBOL vmlinux 0x82261f2a fs_param_is_u32 +EXPORT_SYMBOL vmlinux 0x8227bf9a tcp_sock_set_nodelay +EXPORT_SYMBOL vmlinux 0x822b45bf serio_interrupt +EXPORT_SYMBOL vmlinux 0x8233a50d path_get +EXPORT_SYMBOL vmlinux 0x823d3505 cmxgcr_lock +EXPORT_SYMBOL vmlinux 0x824ff0f3 inet_frags_fini +EXPORT_SYMBOL vmlinux 0x82529ffd pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0x825971ad phy_mipi_dphy_get_default_config_for_hsclk +EXPORT_SYMBOL vmlinux 0x825a95ad blk_queue_max_secure_erase_sectors +EXPORT_SYMBOL vmlinux 0x8269c3d1 genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x827d4035 fscrypt_put_encryption_info +EXPORT_SYMBOL vmlinux 0x8289b2b5 genphy_loopback +EXPORT_SYMBOL vmlinux 0x829369ff scsi_host_alloc +EXPORT_SYMBOL vmlinux 0x82a334ae dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0x82ae95e6 pci_read_config_byte +EXPORT_SYMBOL vmlinux 0x82b474c8 rpmh_write +EXPORT_SYMBOL vmlinux 0x82b9b1f9 xfrm4_rcv +EXPORT_SYMBOL vmlinux 0x82c87ad5 nr_online_nodes +EXPORT_SYMBOL vmlinux 0x82dee0dd set_nlink +EXPORT_SYMBOL vmlinux 0x82ee90dc timer_delete_sync +EXPORT_SYMBOL vmlinux 0x82ef7a88 __ClearPageMovable +EXPORT_SYMBOL vmlinux 0x82f4708c kern_path +EXPORT_SYMBOL vmlinux 0x82fa0bec flow_indr_dev_setup_offload +EXPORT_SYMBOL vmlinux 0x83291b53 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0x8338d562 generic_fadvise +EXPORT_SYMBOL vmlinux 0x834c4798 dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0x834e3b08 tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL vmlinux 0x836f086e init_pseudo +EXPORT_SYMBOL vmlinux 0x83859921 fifo_set_limit +EXPORT_SYMBOL vmlinux 0x838d2bc8 siphash_3u32 +EXPORT_SYMBOL vmlinux 0x839d1544 iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0x83a05176 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x83bb95b7 skb_checksum_help +EXPORT_SYMBOL vmlinux 0x83be9951 tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0x83c9c64e of_get_mac_address +EXPORT_SYMBOL vmlinux 0x83cd2e29 set_disk_ro +EXPORT_SYMBOL vmlinux 0x83f5dad3 input_get_poll_interval +EXPORT_SYMBOL vmlinux 0x8408fb4b d_move +EXPORT_SYMBOL vmlinux 0x8414c5db of_find_node_by_phandle +EXPORT_SYMBOL vmlinux 0x84180811 d_drop +EXPORT_SYMBOL vmlinux 0x8420dee5 ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x84261061 dma_resv_add_fence +EXPORT_SYMBOL vmlinux 0x8427cc7b _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0x847ce6cb mt_find_after +EXPORT_SYMBOL vmlinux 0x8480512e blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0x84818f57 tegra_powergate_power_on +EXPORT_SYMBOL vmlinux 0x84823cf3 nla_strscpy +EXPORT_SYMBOL vmlinux 0x848f399c rproc_shutdown +EXPORT_SYMBOL vmlinux 0x84914079 __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x84a0ca4d bitmap_zalloc_node +EXPORT_SYMBOL vmlinux 0x84adc5e2 input_setup_polling +EXPORT_SYMBOL vmlinux 0x84b2cddd genphy_read_mmd_unsupported +EXPORT_SYMBOL vmlinux 0x8505406a fasync_helper +EXPORT_SYMBOL vmlinux 0x8512aeec register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x851591bb pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x8518a4a6 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x851b9121 xudma_dev_get_psil_base +EXPORT_SYMBOL vmlinux 0x851da5a9 register_netdevice +EXPORT_SYMBOL vmlinux 0x85334b67 copy_page_from_iter +EXPORT_SYMBOL vmlinux 0x853b782d tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0x853dc0bc input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0x854359e9 fs_lookup_param +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x857e110c __module_get +EXPORT_SYMBOL vmlinux 0x8588a8b9 copy_string_kernel +EXPORT_SYMBOL vmlinux 0x858db3d2 dev_get_by_name +EXPORT_SYMBOL vmlinux 0x858f2572 sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x8591d7d5 ledtrig_mtd_activity +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85bd1608 __request_region +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85efc7e0 zero_pfn +EXPORT_SYMBOL vmlinux 0x85f596a4 neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x85f5a026 mr_fill_mroute +EXPORT_SYMBOL vmlinux 0x85fd6698 generic_update_time +EXPORT_SYMBOL vmlinux 0x86149bc0 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0x861ef7b4 dev_close +EXPORT_SYMBOL vmlinux 0x862c8035 bitmap_alloc_node +EXPORT_SYMBOL vmlinux 0x86385cbc devm_extcon_register_notifier_all +EXPORT_SYMBOL vmlinux 0x863a276a color_table +EXPORT_SYMBOL vmlinux 0x863ffa79 param_set_long +EXPORT_SYMBOL vmlinux 0x86475350 watchdog_unregister_governor +EXPORT_SYMBOL vmlinux 0x86504dd3 start_tty +EXPORT_SYMBOL vmlinux 0x866a62b2 gnet_stats_basic_sync_init +EXPORT_SYMBOL vmlinux 0x86708bd6 param_get_string +EXPORT_SYMBOL vmlinux 0x867faaf1 pci_claim_resource +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x86b45c9c buffer_migrate_folio +EXPORT_SYMBOL vmlinux 0x86ba01b1 dev_pre_changeaddr_notify +EXPORT_SYMBOL vmlinux 0x86ced9ed mr_mfc_find_parent +EXPORT_SYMBOL vmlinux 0x86d52ba5 lookup_constant +EXPORT_SYMBOL vmlinux 0x86dd708d tc_skb_ext_tc_enable +EXPORT_SYMBOL vmlinux 0x86e9e65f pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x86f75a01 flow_block_cb_setup_simple +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x86fc281f fscrypt_decrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0x87138e91 flow_block_cb_lookup +EXPORT_SYMBOL vmlinux 0x873c5ca9 seq_open_private +EXPORT_SYMBOL vmlinux 0x8754a704 pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0x875d9da8 kernel_accept +EXPORT_SYMBOL vmlinux 0x8761c87b rps_needed +EXPORT_SYMBOL vmlinux 0x876d05ab tegra_ivc_read_get_next_frame +EXPORT_SYMBOL vmlinux 0x876e9ae6 netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x87809aeb put_user_ifreq +EXPORT_SYMBOL vmlinux 0x87a21cb3 __ubsan_handle_out_of_bounds +EXPORT_SYMBOL vmlinux 0x87c8c92f dma_fence_match_context +EXPORT_SYMBOL vmlinux 0x87d277a8 __skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0x87d8447e mdiobus_is_registered_device +EXPORT_SYMBOL vmlinux 0x87f9c728 udp_seq_start +EXPORT_SYMBOL vmlinux 0x8810754a _find_first_bit +EXPORT_SYMBOL vmlinux 0x8811258b proc_set_user +EXPORT_SYMBOL vmlinux 0x881bad5e phy_mipi_dphy_config_validate +EXPORT_SYMBOL vmlinux 0x881c4413 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x8828b6a5 rproc_elf_sanity_check +EXPORT_SYMBOL vmlinux 0x882c320a freezing_slow_path +EXPORT_SYMBOL vmlinux 0x8841c6a2 get_inode_acl +EXPORT_SYMBOL vmlinux 0x88822d38 unregister_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0x8888f1fe xxh32 +EXPORT_SYMBOL vmlinux 0x888bd9a6 d_make_root +EXPORT_SYMBOL vmlinux 0x8892c664 sock_no_mmap +EXPORT_SYMBOL vmlinux 0x88943614 phy_driver_register +EXPORT_SYMBOL vmlinux 0x889b1370 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x88aa8559 blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0x88aee0f8 inet_addr_type_table +EXPORT_SYMBOL vmlinux 0x88af2a55 eth_type_trans +EXPORT_SYMBOL vmlinux 0x88b045c6 tcp_close +EXPORT_SYMBOL vmlinux 0x88c00825 mmc_retune_unpause +EXPORT_SYMBOL vmlinux 0x88d22c31 passthru_features_check +EXPORT_SYMBOL vmlinux 0x88d521a2 phy_get_c45_ids +EXPORT_SYMBOL vmlinux 0x88d5a17c imx_scu_enable_general_irq_channel +EXPORT_SYMBOL vmlinux 0x88d78874 jbd2_journal_grab_journal_head +EXPORT_SYMBOL vmlinux 0x88db9f48 __check_object_size +EXPORT_SYMBOL vmlinux 0x88e1d0f0 page_frag_free +EXPORT_SYMBOL vmlinux 0x88e4aa45 devm_pci_remap_cfgspace +EXPORT_SYMBOL vmlinux 0x88ea0206 cros_ec_check_result +EXPORT_SYMBOL vmlinux 0x88ebf2aa drop_nlink +EXPORT_SYMBOL vmlinux 0x88f4cd0b request_partial_firmware_into_buf +EXPORT_SYMBOL vmlinux 0x8904370c mdio_device_create +EXPORT_SYMBOL vmlinux 0x891dbb8f sgl_free_order +EXPORT_SYMBOL vmlinux 0x8923c5b6 sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0x8927d76f tegra_ivc_reset +EXPORT_SYMBOL vmlinux 0x89299068 genphy_c37_config_aneg +EXPORT_SYMBOL vmlinux 0x893697a5 tegra_ahb_enable_smmu +EXPORT_SYMBOL vmlinux 0x8937ca7a __netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x89434b4b radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x8946ea72 fpsimd_context_busy +EXPORT_SYMBOL vmlinux 0x89845abb genphy_config_eee_advert +EXPORT_SYMBOL vmlinux 0x89940875 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x89a24370 from_kuid_munged +EXPORT_SYMBOL vmlinux 0x89bd367e rt_dst_alloc +EXPORT_SYMBOL vmlinux 0x89c3c146 skb_vlan_push +EXPORT_SYMBOL vmlinux 0x89e6c7f5 flow_indr_dev_unregister +EXPORT_SYMBOL vmlinux 0x8a0752d0 dev_uc_sync +EXPORT_SYMBOL vmlinux 0x8a0f2441 dev_activate +EXPORT_SYMBOL vmlinux 0x8a2c5e2b file_check_and_advance_wb_err +EXPORT_SYMBOL vmlinux 0x8a443466 input_register_device +EXPORT_SYMBOL vmlinux 0x8a47043d LZ4_decompress_safe_continue +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a4bb2fb inet_select_addr +EXPORT_SYMBOL vmlinux 0x8a4daac3 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0x8a6894a1 flow_rule_match_enc_ports +EXPORT_SYMBOL vmlinux 0x8a7094ba vm_brk_flags +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a833583 dma_fence_array_ops +EXPORT_SYMBOL vmlinux 0x8a889388 sock_create_lite +EXPORT_SYMBOL vmlinux 0x8a8b750f kobject_del +EXPORT_SYMBOL vmlinux 0x8a8f9679 sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8aaecd60 __put_cred +EXPORT_SYMBOL vmlinux 0x8ac136ae imx_sc_misc_get_control +EXPORT_SYMBOL vmlinux 0x8ac3334b net_dim_get_def_rx_moderation +EXPORT_SYMBOL vmlinux 0x8ad8ff0a file_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x8aee1507 inet_put_port +EXPORT_SYMBOL vmlinux 0x8af45049 vc_cons +EXPORT_SYMBOL vmlinux 0x8b0088d1 LZ4_decompress_safe_usingDict +EXPORT_SYMBOL vmlinux 0x8b1c7553 udp_seq_next +EXPORT_SYMBOL vmlinux 0x8b26cf81 of_get_child_by_name +EXPORT_SYMBOL vmlinux 0x8b2ffd83 __cpu_present_mask +EXPORT_SYMBOL vmlinux 0x8b52972a mdiobus_scan_c22 +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b73c051 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b825d49 netdev_alert +EXPORT_SYMBOL vmlinux 0x8b8348d4 bio_uninit +EXPORT_SYMBOL vmlinux 0x8b901232 __seq_open_private +EXPORT_SYMBOL vmlinux 0x8b910be2 errseq_sample +EXPORT_SYMBOL vmlinux 0x8b989cf9 acpi_bus_can_wakeup +EXPORT_SYMBOL vmlinux 0x8b99bf35 devm_get_clk_from_child +EXPORT_SYMBOL vmlinux 0x8ba5b14a xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0x8bb87e8b jbd2_transaction_committed +EXPORT_SYMBOL vmlinux 0x8bc627ea dquot_quota_on +EXPORT_SYMBOL vmlinux 0x8bdfc47c __mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x8be189ab ucc_slow_disable +EXPORT_SYMBOL vmlinux 0x8c11e1ec gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0x8c176cb1 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x8c17b93c param_ops_invbool +EXPORT_SYMBOL vmlinux 0x8c26d495 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x8c30bf67 zstd_dctx_workspace_bound +EXPORT_SYMBOL vmlinux 0x8c56b7e5 jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0x8c750e99 may_umount +EXPORT_SYMBOL vmlinux 0x8c8569cb kstrtoint +EXPORT_SYMBOL vmlinux 0x8c8610b5 xfrm_unregister_type_offload +EXPORT_SYMBOL vmlinux 0x8c9e338f acpi_bios_error +EXPORT_SYMBOL vmlinux 0x8caf9305 uuid_is_valid +EXPORT_SYMBOL vmlinux 0x8cb9cebe mipi_dsi_dcs_get_display_brightness +EXPORT_SYMBOL vmlinux 0x8cc4fcfb dma_alloc_attrs +EXPORT_SYMBOL vmlinux 0x8cc53d20 __par_io_config_pin +EXPORT_SYMBOL vmlinux 0x8cccc745 md_done_sync +EXPORT_SYMBOL vmlinux 0x8cda8029 xen_clear_irq_pending +EXPORT_SYMBOL vmlinux 0x8cee8745 pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x8cf09246 page_symlink +EXPORT_SYMBOL vmlinux 0x8d139cb4 is_acpi_data_node +EXPORT_SYMBOL vmlinux 0x8d2039cf mmc_remove_host +EXPORT_SYMBOL vmlinux 0x8d2918c3 mmc_run_bkops +EXPORT_SYMBOL vmlinux 0x8d33e672 __find_nth_andnot_bit +EXPORT_SYMBOL vmlinux 0x8d36a7a7 blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0x8d4112df qcom_scm_mem_protect_video_var +EXPORT_SYMBOL vmlinux 0x8d44668c __sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d72a837 dcb_setapp +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d7f5303 __ip_dev_find +EXPORT_SYMBOL vmlinux 0x8d880ed7 dev_get_mac_address +EXPORT_SYMBOL vmlinux 0x8d8966a1 dquot_load_quota_sb +EXPORT_SYMBOL vmlinux 0x8d8f243f netpoll_print_options +EXPORT_SYMBOL vmlinux 0x8da89a07 memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0x8dafaf22 hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x8dbcb93c _dev_err +EXPORT_SYMBOL vmlinux 0x8dc6e76f dentry_open +EXPORT_SYMBOL vmlinux 0x8dcd82a7 netdev_bind_sb_channel_queue +EXPORT_SYMBOL vmlinux 0x8dd56346 blk_queue_flag_clear +EXPORT_SYMBOL vmlinux 0x8ddd8aad schedule_timeout +EXPORT_SYMBOL vmlinux 0x8dee722d _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0x8df4afd9 qe_put_snum +EXPORT_SYMBOL vmlinux 0x8df92f66 memchr_inv +EXPORT_SYMBOL vmlinux 0x8df96344 __getblk_gfp +EXPORT_SYMBOL vmlinux 0x8df9dd10 guid_null +EXPORT_SYMBOL vmlinux 0x8dffcb63 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0x8e0c83bc __remove_inode_hash +EXPORT_SYMBOL vmlinux 0x8e0e7510 tcf_block_netif_keep_dst +EXPORT_SYMBOL vmlinux 0x8e17b3ae idr_destroy +EXPORT_SYMBOL vmlinux 0x8e1f8972 fb_set_cmap +EXPORT_SYMBOL vmlinux 0x8e36a4f5 mdiobb_read_c45 +EXPORT_SYMBOL vmlinux 0x8e3e0f7d fault_in_readable +EXPORT_SYMBOL vmlinux 0x8e48e569 folio_wait_private_2 +EXPORT_SYMBOL vmlinux 0x8e4c60a3 cpm_muram_dma +EXPORT_SYMBOL vmlinux 0x8e638818 dev_uc_flush +EXPORT_SYMBOL vmlinux 0x8e656ebd ip_sock_set_pktinfo +EXPORT_SYMBOL vmlinux 0x8e6f2bd7 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x8e782ace dma_resv_iter_first_unlocked +EXPORT_SYMBOL vmlinux 0x8e8c6c14 phy_register_fixup +EXPORT_SYMBOL vmlinux 0x8e93bd24 security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x8eb0df32 seq_printf +EXPORT_SYMBOL vmlinux 0x8ec760b0 cgroup_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0x8ec8f782 discard_new_inode +EXPORT_SYMBOL vmlinux 0x8ec9a88f jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0x8ecd2397 devfreq_update_target +EXPORT_SYMBOL vmlinux 0x8edceb34 sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0x8f01afd6 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x8f140e24 dma_set_mask +EXPORT_SYMBOL vmlinux 0x8f19a5e1 sock_gettstamp +EXPORT_SYMBOL vmlinux 0x8f1e56cf dev_mc_del +EXPORT_SYMBOL vmlinux 0x8f3233dc mnt_set_expiry +EXPORT_SYMBOL vmlinux 0x8f4bc44b nd_region_to_nstype +EXPORT_SYMBOL vmlinux 0x8f5ae7e2 vfs_dup_fs_context +EXPORT_SYMBOL vmlinux 0x8f5e62c9 eth_header_parse +EXPORT_SYMBOL vmlinux 0x8f6477db pcie_get_readrq +EXPORT_SYMBOL vmlinux 0x8f66d938 xfrm_input_resume +EXPORT_SYMBOL vmlinux 0x8f702f81 devm_alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x8f7d80fe textsearch_prepare +EXPORT_SYMBOL vmlinux 0x8f902c35 amba_request_regions +EXPORT_SYMBOL vmlinux 0x8f996a30 ethtool_convert_legacy_u32_to_link_mode +EXPORT_SYMBOL vmlinux 0x8f9c03b7 put_disk +EXPORT_SYMBOL vmlinux 0x8fa25c24 xa_find +EXPORT_SYMBOL vmlinux 0x8fa8c696 xfrm_lookup +EXPORT_SYMBOL vmlinux 0x8fc9ea11 fman_port_cfg_buf_prefix_content +EXPORT_SYMBOL vmlinux 0x8fd180e7 kernel_neon_begin +EXPORT_SYMBOL vmlinux 0x8fece51b pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x8ff89ed0 seg6_hmac_exit +EXPORT_SYMBOL vmlinux 0x90006be6 dm_kcopyd_client_flush +EXPORT_SYMBOL vmlinux 0x9019dcb3 i2c_smbus_read_i2c_block_data_or_emulated +EXPORT_SYMBOL vmlinux 0x902d8722 vme_slave_get +EXPORT_SYMBOL vmlinux 0x9034a696 mempool_destroy +EXPORT_SYMBOL vmlinux 0x90576ec4 vmemdup_user +EXPORT_SYMBOL vmlinux 0x905e1bd7 skb_eth_gso_segment +EXPORT_SYMBOL vmlinux 0x905f4d23 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0x906483c4 finalize_exec +EXPORT_SYMBOL vmlinux 0x9092defd proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x909c358a remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0x90a4848e netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0x90b506eb security_dentry_init_security +EXPORT_SYMBOL vmlinux 0x90cee5ec netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0x90d120e7 __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0x90d32629 key_invalidate +EXPORT_SYMBOL vmlinux 0x90e919fa fbcon_update_vcs +EXPORT_SYMBOL vmlinux 0x90f05236 dcb_getrewr_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0x910a2b55 mipi_dsi_dcs_read +EXPORT_SYMBOL vmlinux 0x9114b616 __xa_alloc +EXPORT_SYMBOL vmlinux 0x911dc77a nvdimm_bus_lock +EXPORT_SYMBOL vmlinux 0x911dfec3 pci_disable_link_state +EXPORT_SYMBOL vmlinux 0x915076c8 generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x9162fccb mmc_wait_for_req_done +EXPORT_SYMBOL vmlinux 0x9166fada strncpy +EXPORT_SYMBOL vmlinux 0x9166fc03 __flush_workqueue +EXPORT_SYMBOL vmlinux 0x919c58f3 __clzsi2 +EXPORT_SYMBOL vmlinux 0x919cec3a devm_extcon_unregister_notifier +EXPORT_SYMBOL vmlinux 0x91a488ac __netdev_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x91a7b1da qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x91c0980e icst_hz +EXPORT_SYMBOL vmlinux 0x91c165bd kernel_bind +EXPORT_SYMBOL vmlinux 0x91c1b318 bio_free_pages +EXPORT_SYMBOL vmlinux 0x91d31c04 ppp_unit_number +EXPORT_SYMBOL vmlinux 0x91ddfe5a pci_dev_put +EXPORT_SYMBOL vmlinux 0x91e8d293 __mdiobus_write +EXPORT_SYMBOL vmlinux 0x91f44510 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x91f64c38 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0x91f68ea1 __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x91fcf07b jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0x92095c59 param_ops_short +EXPORT_SYMBOL vmlinux 0x92136222 sys_copyarea +EXPORT_SYMBOL vmlinux 0x9213741d generic_permission +EXPORT_SYMBOL vmlinux 0x9214dc7f pci_release_regions +EXPORT_SYMBOL vmlinux 0x921855c8 bdi_alloc +EXPORT_SYMBOL vmlinux 0x9222794d generic_fillattr +EXPORT_SYMBOL vmlinux 0x922f45a6 __bitmap_clear +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x924855dd tcp_filter +EXPORT_SYMBOL vmlinux 0x92540fbf finish_wait +EXPORT_SYMBOL vmlinux 0x9256aa29 elv_rb_del +EXPORT_SYMBOL vmlinux 0x9258c776 hdmi_vendor_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x926ca7b7 vm_event_states +EXPORT_SYMBOL vmlinux 0x92774cf8 __kfence_pool +EXPORT_SYMBOL vmlinux 0x92843bb1 sb_set_blocksize +EXPORT_SYMBOL vmlinux 0x9285d144 nf_log_unset +EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user +EXPORT_SYMBOL vmlinux 0x92977c19 mdiobb_write_c22 +EXPORT_SYMBOL vmlinux 0x929878b2 posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0x92aa1331 sock_set_mark +EXPORT_SYMBOL vmlinux 0x92b18f1c filemap_fault +EXPORT_SYMBOL vmlinux 0x92b99a33 acpi_put_table +EXPORT_SYMBOL vmlinux 0x92b9b180 slash_name +EXPORT_SYMBOL vmlinux 0x92c856a3 iwe_stream_add_event +EXPORT_SYMBOL vmlinux 0x92d5838e request_threaded_irq +EXPORT_SYMBOL vmlinux 0x92d75241 scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x92e683f5 down_timeout +EXPORT_SYMBOL vmlinux 0x92ec510d jiffies64_to_msecs +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x93022ba6 __scsi_format_command +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x930e7bb9 lookup_positive_unlocked +EXPORT_SYMBOL vmlinux 0x93279fbb security_binder_transfer_file +EXPORT_SYMBOL vmlinux 0x933e7b2d __d_lookup_unhash_wake +EXPORT_SYMBOL vmlinux 0x934f5d66 ndisc_mc_map +EXPORT_SYMBOL vmlinux 0x9359a192 console_force_preferred_locked +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x93a44acf sync_filesystem +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93d17cc3 mipi_dsi_host_unregister +EXPORT_SYMBOL vmlinux 0x93d3b041 phy_config_aneg +EXPORT_SYMBOL vmlinux 0x93d6dd8c complete_all +EXPORT_SYMBOL vmlinux 0x93d922f1 ip_sock_set_recverr +EXPORT_SYMBOL vmlinux 0x93f9f683 generic_delete_inode +EXPORT_SYMBOL vmlinux 0x94204a48 dm_io +EXPORT_SYMBOL vmlinux 0x9428f816 dim_turn +EXPORT_SYMBOL vmlinux 0x943e87bc mdiobus_free +EXPORT_SYMBOL vmlinux 0x944375db _totalram_pages +EXPORT_SYMBOL vmlinux 0x944a564d is_console_locked +EXPORT_SYMBOL vmlinux 0x9465cecd jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x94706a99 proc_create +EXPORT_SYMBOL vmlinux 0x948933c9 devm_ioremap +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x94a0909d tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0x94ad4cdf I_BDEV +EXPORT_SYMBOL vmlinux 0x94bb7ec3 gen_pool_dma_zalloc_algo +EXPORT_SYMBOL vmlinux 0x94bf03ca utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0x94c67167 ip_tunnel_header_ops +EXPORT_SYMBOL vmlinux 0x94d20340 inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x94d8ad02 dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0x94dfb9b9 get_phy_device +EXPORT_SYMBOL vmlinux 0x94fc8d93 smp_call_function_many +EXPORT_SYMBOL vmlinux 0x95024af3 of_node_name_eq +EXPORT_SYMBOL vmlinux 0x9507c90f copy_fsxattr_to_user +EXPORT_SYMBOL vmlinux 0x951aab17 filemap_get_folios_tag +EXPORT_SYMBOL vmlinux 0x951b3cf0 xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0x951e7063 mpage_writepages +EXPORT_SYMBOL vmlinux 0x95365706 zero_fill_bio +EXPORT_SYMBOL vmlinux 0x953d2426 utf8_strncmp +EXPORT_SYMBOL vmlinux 0x953f1aa2 ata_print_version +EXPORT_SYMBOL vmlinux 0x954ab8ba blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0x954bd421 sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x954cef6f init_on_alloc +EXPORT_SYMBOL vmlinux 0x954f099c idr_preload +EXPORT_SYMBOL vmlinux 0x9558b209 disk_check_media_change +EXPORT_SYMBOL vmlinux 0x955e1d08 blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x9571eeeb dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0x957c9ebf neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x958bea5c napi_gro_frags +EXPORT_SYMBOL vmlinux 0x958ed7fd rtnl_kfree_skbs +EXPORT_SYMBOL vmlinux 0x95957032 __alloc_pages +EXPORT_SYMBOL vmlinux 0x959c9b73 __tracepoint_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x95a07bb5 acpi_execute_reg_methods +EXPORT_SYMBOL vmlinux 0x95a67b07 udp_table +EXPORT_SYMBOL vmlinux 0x95bd575f rproc_get_by_child +EXPORT_SYMBOL vmlinux 0x95cb3de8 putname +EXPORT_SYMBOL vmlinux 0x95dada50 alloc_anon_inode +EXPORT_SYMBOL vmlinux 0x95f19f44 get_fs_type +EXPORT_SYMBOL vmlinux 0x96050fbf pmem_sector_size +EXPORT_SYMBOL vmlinux 0x961e65d4 is_nvdimm_bus_locked +EXPORT_SYMBOL vmlinux 0x962d4dfe fput +EXPORT_SYMBOL vmlinux 0x9642f432 seg6_hmac_validate_skb +EXPORT_SYMBOL vmlinux 0x9644089f xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0x9649affd dcb_getrewr_prio_pcp_mask_map +EXPORT_SYMBOL vmlinux 0x966db797 security_path_unlink +EXPORT_SYMBOL vmlinux 0x96848186 scnprintf +EXPORT_SYMBOL vmlinux 0x9688de8b memstart_addr +EXPORT_SYMBOL vmlinux 0x968b6df4 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x9699c65d udp_lib_get_port +EXPORT_SYMBOL vmlinux 0x96a88371 genphy_update_link +EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp +EXPORT_SYMBOL vmlinux 0x96b83c6e key_reject_and_link +EXPORT_SYMBOL vmlinux 0x96c17136 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96d6cd2a poll_freewait +EXPORT_SYMBOL vmlinux 0x96e22d88 vme_irq_request +EXPORT_SYMBOL vmlinux 0x96e5d30f gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0x96f7a687 clocksource_unregister +EXPORT_SYMBOL vmlinux 0x96fab350 dim_park_on_top +EXPORT_SYMBOL vmlinux 0x96fede1d vme_lm_request +EXPORT_SYMBOL vmlinux 0x971c1748 add_watch_to_object +EXPORT_SYMBOL vmlinux 0x97270516 prepare_to_swait_exclusive +EXPORT_SYMBOL vmlinux 0x97290b65 generic_file_read_iter +EXPORT_SYMBOL vmlinux 0x973fa82e register_acpi_notifier +EXPORT_SYMBOL vmlinux 0x9750f14a vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0x976e9127 twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0x978f20a3 unregister_md_personality +EXPORT_SYMBOL vmlinux 0x97a57333 crc_t10dif_update +EXPORT_SYMBOL vmlinux 0x97a5f383 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0x97adb487 utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0x97ade863 dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x97bdfa60 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x97c118b2 default_llseek +EXPORT_SYMBOL vmlinux 0x97c2c7a4 inc_nlink +EXPORT_SYMBOL vmlinux 0x97cb3025 bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x97f71fba scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0x97fd1d7c flow_rule_match_ct +EXPORT_SYMBOL vmlinux 0x98258239 bio_put +EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0x982bcde4 __cpu_dying_mask +EXPORT_SYMBOL vmlinux 0x98351b6c security_sk_clone +EXPORT_SYMBOL vmlinux 0x98376f8c md_register_thread +EXPORT_SYMBOL vmlinux 0x98555a05 dma_fence_chain_walk +EXPORT_SYMBOL vmlinux 0x9858f364 get_random_u8 +EXPORT_SYMBOL vmlinux 0x985ca398 get_cached_acl +EXPORT_SYMBOL vmlinux 0x98787d47 vfs_dedupe_file_range +EXPORT_SYMBOL vmlinux 0x98795346 input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0x98944c9e to_nd_pfn +EXPORT_SYMBOL vmlinux 0x98953515 serio_unregister_driver +EXPORT_SYMBOL vmlinux 0x98c20073 tcp_v4_connect +EXPORT_SYMBOL vmlinux 0x98c89ade security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x98cb878e proc_dobool +EXPORT_SYMBOL vmlinux 0x98cf60b3 strlen +EXPORT_SYMBOL vmlinux 0x98e31438 kill_pid +EXPORT_SYMBOL vmlinux 0x98e508ef ignore_console_lock_warning +EXPORT_SYMBOL vmlinux 0x99094fb2 qcom_scm_is_available +EXPORT_SYMBOL vmlinux 0x99263588 scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0x992c3fcf pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x9931f8c9 qcom_scm_lmh_dcvsh_available +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x99470aac udp_read_skb +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x9991c7fa cookie_timestamp_decode +EXPORT_SYMBOL vmlinux 0x9998e7bb __folio_batch_release +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x999ebea6 ipv6_dev_mc_inc +EXPORT_SYMBOL vmlinux 0x99ab89a3 nd_btt_arena_is_valid +EXPORT_SYMBOL vmlinux 0x99acdcc4 netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0x99b72e9b rproc_free +EXPORT_SYMBOL vmlinux 0x99bb0c89 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0x99c6b4e0 __ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0x99d472b1 net_dim_get_rx_moderation +EXPORT_SYMBOL vmlinux 0x99daa9bf try_offline_node +EXPORT_SYMBOL vmlinux 0x99f7371c refcount_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x99f9638f __napi_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x9a12a54f of_cpu_node_to_id +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a21718b crypto_sha512_finup +EXPORT_SYMBOL vmlinux 0x9a22391e radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x9a43cc11 remap_pfn_range +EXPORT_SYMBOL vmlinux 0x9a583306 netlbl_bitmap_walk +EXPORT_SYMBOL vmlinux 0x9a608e87 tegra_dfll_suspend +EXPORT_SYMBOL vmlinux 0x9a6e3380 tegra_io_pad_power_enable +EXPORT_SYMBOL vmlinux 0x9a70aa52 tcf_generic_walker +EXPORT_SYMBOL vmlinux 0x9a7511ad register_cdrom +EXPORT_SYMBOL vmlinux 0x9a7ea200 redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x9aaeefce sysctl_nf_log_all_netns +EXPORT_SYMBOL vmlinux 0x9abb92ef security_sctp_assoc_request +EXPORT_SYMBOL vmlinux 0x9acc8482 xfrm_state_add +EXPORT_SYMBOL vmlinux 0x9ad39179 __skb_checksum +EXPORT_SYMBOL vmlinux 0x9ae47436 _find_last_bit +EXPORT_SYMBOL vmlinux 0x9af68385 d_add +EXPORT_SYMBOL vmlinux 0x9af9b6ff netif_rx +EXPORT_SYMBOL vmlinux 0x9b09778a d_alloc_parallel +EXPORT_SYMBOL vmlinux 0x9b097de3 netdev_has_any_upper_dev +EXPORT_SYMBOL vmlinux 0x9b128a66 qcom_scm_set_remote_state +EXPORT_SYMBOL vmlinux 0x9b169a08 pci_dev_driver +EXPORT_SYMBOL vmlinux 0x9b19b74f vma_alloc_folio +EXPORT_SYMBOL vmlinux 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL vmlinux 0x9b27f62c amba_driver_unregister +EXPORT_SYMBOL vmlinux 0x9b326c3f netif_device_attach +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b3d66a4 scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x9b3f23b0 fman_bind +EXPORT_SYMBOL vmlinux 0x9b496b21 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x9b643228 input_set_keycode +EXPORT_SYMBOL vmlinux 0x9b64f6b5 xp_free +EXPORT_SYMBOL vmlinux 0x9b6c724e xudma_pktdma_tflow_get_irq +EXPORT_SYMBOL vmlinux 0x9b72478f acpi_unload_parent_table +EXPORT_SYMBOL vmlinux 0x9b7d89eb dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0x9b85e083 rproc_set_firmware +EXPORT_SYMBOL vmlinux 0x9b8d45dd irq_set_chip +EXPORT_SYMBOL vmlinux 0x9baea7f9 crypto_sha1_finup +EXPORT_SYMBOL vmlinux 0x9bd7eb55 napi_gro_flush +EXPORT_SYMBOL vmlinux 0x9be239c4 phy_get_internal_delay +EXPORT_SYMBOL vmlinux 0x9be27e35 fiemap_prep +EXPORT_SYMBOL vmlinux 0x9bf7d248 set_posix_acl +EXPORT_SYMBOL vmlinux 0x9bfd7473 fwnode_phy_find_device +EXPORT_SYMBOL vmlinux 0x9c00d302 qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0x9c122bcf mempool_create_node +EXPORT_SYMBOL vmlinux 0x9c1e5bf5 queued_spin_lock_slowpath +EXPORT_SYMBOL vmlinux 0x9c384bd8 nd_pfn_validate +EXPORT_SYMBOL vmlinux 0x9c4f5308 md_update_sb +EXPORT_SYMBOL vmlinux 0x9c58cd35 pci_get_subsys +EXPORT_SYMBOL vmlinux 0x9c5a2ada ucc_fast_dump_regs +EXPORT_SYMBOL vmlinux 0x9c5d5b94 crc8 +EXPORT_SYMBOL vmlinux 0x9c86b9ab fileattr_fill_flags +EXPORT_SYMBOL vmlinux 0x9c870615 get_tree_single_reconf +EXPORT_SYMBOL vmlinux 0x9c983bd2 kthread_bind +EXPORT_SYMBOL vmlinux 0x9c9aa3b9 parse_int_array_user +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cbd990a posix_acl_update_mode +EXPORT_SYMBOL vmlinux 0x9cc0c924 devm_clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x9ccd0ec1 posix_lock_file +EXPORT_SYMBOL vmlinux 0x9ccf7171 vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x9cdfb3f7 sysctl_fb_tunnels_only_for_init_net +EXPORT_SYMBOL vmlinux 0x9ce78730 netif_receive_skb_core +EXPORT_SYMBOL vmlinux 0x9ce8e51b xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x9ceb43fb pnp_activate_dev +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d14da4e register_netdev +EXPORT_SYMBOL vmlinux 0x9d1a5e3a __memcpy +EXPORT_SYMBOL vmlinux 0x9d26675e zstd_cstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x9d29462f inet6_csk_route_req +EXPORT_SYMBOL vmlinux 0x9d2ab8ac __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x9d2e7707 unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0x9d3f88ed devm_request_resource +EXPORT_SYMBOL vmlinux 0x9d41f1ca phy_ethtool_ksettings_get +EXPORT_SYMBOL vmlinux 0x9d61e994 ucs2_strncmp +EXPORT_SYMBOL vmlinux 0x9d6902f1 phy_drivers_register +EXPORT_SYMBOL vmlinux 0x9d695532 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0x9d6a0a0f tcp_sock_set_quickack +EXPORT_SYMBOL vmlinux 0x9d7af52a proc_create_data +EXPORT_SYMBOL vmlinux 0x9d92f3ad __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x9d9782a6 freeze_bdev +EXPORT_SYMBOL vmlinux 0x9dd67bc7 input_set_abs_params +EXPORT_SYMBOL vmlinux 0x9dd9df13 dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0x9df21d0e qman_affine_channel +EXPORT_SYMBOL vmlinux 0x9df995fb stack_depot_set_extra_bits +EXPORT_SYMBOL vmlinux 0x9dffcb3f show_init_ipc_ns +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e0fa5ae hsiphash_3u32 +EXPORT_SYMBOL vmlinux 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL vmlinux 0x9e163368 page_pool_alloc_frag +EXPORT_SYMBOL vmlinux 0x9e1cea59 filemap_fdatawait_range_keep_errors +EXPORT_SYMBOL vmlinux 0x9e2448f0 dev_get_port_parent_id +EXPORT_SYMBOL vmlinux 0x9e266552 devm_rproc_alloc +EXPORT_SYMBOL vmlinux 0x9e2737f0 acpi_install_interface_handler +EXPORT_SYMBOL vmlinux 0x9e2fa866 jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0x9e360c1f mipi_dsi_attach +EXPORT_SYMBOL vmlinux 0x9e4e896f sock_queue_rcv_skb_reason +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e579182 uart_suspend_port +EXPORT_SYMBOL vmlinux 0x9e5e750d node_to_cpumask_map +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e795224 get_ipc_ns_exported +EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay +EXPORT_SYMBOL vmlinux 0x9e805a1e jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0x9e83155e __blk_mq_alloc_disk +EXPORT_SYMBOL vmlinux 0x9e8b86af posix_test_lock +EXPORT_SYMBOL vmlinux 0x9e948990 pnp_request_card_device +EXPORT_SYMBOL vmlinux 0x9e9eab95 devcgroup_check_permission +EXPORT_SYMBOL vmlinux 0x9e9f4fa9 phy_remove_link_mode +EXPORT_SYMBOL vmlinux 0x9e9fdd9d memunmap +EXPORT_SYMBOL vmlinux 0x9eacf8a5 kstrndup +EXPORT_SYMBOL vmlinux 0x9eb187fa xudma_pktdma_rflow_get_irq +EXPORT_SYMBOL vmlinux 0x9eb76674 pci_read_config_word +EXPORT_SYMBOL vmlinux 0x9ec0e639 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0x9ec6ca96 ktime_get_real_ts64 +EXPORT_SYMBOL vmlinux 0x9ec76915 of_phy_find_device +EXPORT_SYMBOL vmlinux 0x9ed12e20 kmalloc_large +EXPORT_SYMBOL vmlinux 0x9ed7c847 brcmstb_get_family_id +EXPORT_SYMBOL vmlinux 0x9ed978de vme_lm_set +EXPORT_SYMBOL vmlinux 0x9edc86fa blk_mq_delay_run_hw_queues +EXPORT_SYMBOL vmlinux 0x9efd2334 page_pool_put_defragged_page +EXPORT_SYMBOL vmlinux 0x9f2199f9 jbd2_fc_end_commit +EXPORT_SYMBOL vmlinux 0x9f31486f bdev_end_io_acct +EXPORT_SYMBOL vmlinux 0x9f34b78a inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f4f2aa3 acpi_gbl_FADT +EXPORT_SYMBOL vmlinux 0x9f502e10 folio_migrate_flags +EXPORT_SYMBOL vmlinux 0x9f50b770 keyring_restrict +EXPORT_SYMBOL vmlinux 0x9f54ead7 gro_cells_destroy +EXPORT_SYMBOL vmlinux 0x9f5b4549 udp_disconnect +EXPORT_SYMBOL vmlinux 0x9f685d8d take_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0x9f76baf4 _raw_write_unlock_irq +EXPORT_SYMBOL vmlinux 0x9f7d7dbb logic_outsw +EXPORT_SYMBOL vmlinux 0x9f88fd7e ipv6_sock_mc_drop +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9f99b54c tcp_shutdown +EXPORT_SYMBOL vmlinux 0x9fa7184a cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x9fb41842 netdev_offload_xstats_report_delta +EXPORT_SYMBOL vmlinux 0x9fc127b4 ethtool_notify +EXPORT_SYMBOL vmlinux 0x9fc60e45 pcie_get_mps +EXPORT_SYMBOL vmlinux 0x9fc9286e input_mt_drop_unused +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9fdfa2df skb_clone +EXPORT_SYMBOL vmlinux 0x9feed7ce timer_reduce +EXPORT_SYMBOL vmlinux 0x9ff2b4a8 fscrypt_ioctl_set_policy +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa00aca2a dql_completed +EXPORT_SYMBOL vmlinux 0xa01d3df6 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0xa02aa74a __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xa02ca539 genphy_read_status +EXPORT_SYMBOL vmlinux 0xa02ef0ba vmf_insert_pfn_prot +EXPORT_SYMBOL vmlinux 0xa02f3d2f phy_modify_paged_changed +EXPORT_SYMBOL vmlinux 0xa033d747 next_arg +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa0448341 __mmap_lock_do_trace_released +EXPORT_SYMBOL vmlinux 0xa04e33da qcom_scm_lmh_dcvsh +EXPORT_SYMBOL vmlinux 0xa04fbb78 crypto_sha256_finup +EXPORT_SYMBOL vmlinux 0xa057df8f twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xa05b6be2 psched_ppscfg_precompute +EXPORT_SYMBOL vmlinux 0xa0614724 nd_btt_probe +EXPORT_SYMBOL vmlinux 0xa0658249 skb_put +EXPORT_SYMBOL vmlinux 0xa071dc66 framebuffer_release +EXPORT_SYMBOL vmlinux 0xa074b105 fb_set_var +EXPORT_SYMBOL vmlinux 0xa07a37f0 memchr +EXPORT_SYMBOL vmlinux 0xa07d1b3c tasklet_setup +EXPORT_SYMBOL vmlinux 0xa081413c rproc_coredump_add_segment +EXPORT_SYMBOL vmlinux 0xa084749a __bitmap_or +EXPORT_SYMBOL vmlinux 0xa0890a1e devm_arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0xa0909582 rproc_add_carveout +EXPORT_SYMBOL vmlinux 0xa095e02e generic_check_addressable +EXPORT_SYMBOL vmlinux 0xa0ad0ba1 simple_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0xa0ae1e73 siphash_3u64 +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0c17efc folio_wait_bit_killable +EXPORT_SYMBOL vmlinux 0xa0c65a43 request_firmware_nowait +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0eae826 smp_call_function +EXPORT_SYMBOL vmlinux 0xa0ebd14c sysctl_tcp_mem +EXPORT_SYMBOL vmlinux 0xa0ebd437 hdmi_drm_infoframe_check +EXPORT_SYMBOL vmlinux 0xa0f10085 __sg_free_table +EXPORT_SYMBOL vmlinux 0xa0f7c33e scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa102da2d xfrm_trans_queue_net +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa115da49 __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0xa1208b23 __put_user_ns +EXPORT_SYMBOL vmlinux 0xa13f4428 sock_dequeue_err_skb +EXPORT_SYMBOL vmlinux 0xa15bbcf1 bioset_exit +EXPORT_SYMBOL vmlinux 0xa160352c get_mem_cgroup_from_mm +EXPORT_SYMBOL vmlinux 0xa1767aec genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0xa177db62 md_set_array_sectors +EXPORT_SYMBOL vmlinux 0xa17a2f48 mdiobus_read +EXPORT_SYMBOL vmlinux 0xa18b9c94 phy_driver_unregister +EXPORT_SYMBOL vmlinux 0xa1a3de4c rproc_elf_get_boot_addr +EXPORT_SYMBOL vmlinux 0xa1d4060f cdev_del +EXPORT_SYMBOL vmlinux 0xa1efd430 pci_release_region +EXPORT_SYMBOL vmlinux 0xa2047234 skb_flow_dissect_tunnel_info +EXPORT_SYMBOL vmlinux 0xa2060911 inet_current_timestamp +EXPORT_SYMBOL vmlinux 0xa2249754 phy_connect +EXPORT_SYMBOL vmlinux 0xa2326c49 acpi_remove_table_handler +EXPORT_SYMBOL vmlinux 0xa23ffc04 groups_sort +EXPORT_SYMBOL vmlinux 0xa24f23d8 __request_module +EXPORT_SYMBOL vmlinux 0xa2503c14 sys_imageblit +EXPORT_SYMBOL vmlinux 0xa263892b fscrypt_fname_free_buffer +EXPORT_SYMBOL vmlinux 0xa265a63b devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0xa269f39f tcp_disconnect +EXPORT_SYMBOL vmlinux 0xa27683c7 migrate_vma_pages +EXPORT_SYMBOL vmlinux 0xa28cfcc0 gen_estimator_active +EXPORT_SYMBOL vmlinux 0xa2a3f839 neigh_parms_release +EXPORT_SYMBOL vmlinux 0xa2a4f11d tcf_em_register +EXPORT_SYMBOL vmlinux 0xa2cf3649 qman_fq_fqid +EXPORT_SYMBOL vmlinux 0xa2d46374 iterate_supers_type +EXPORT_SYMBOL vmlinux 0xa2d4b75e qcom_scm_iommu_set_cp_pool_size +EXPORT_SYMBOL vmlinux 0xa2d7ec8d __SCK__tp_func_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xa2f44f41 input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0xa2f63324 eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0xa3135e2e pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0xa3245ff9 rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0xa334d7d6 generic_perform_write +EXPORT_SYMBOL vmlinux 0xa3394ba7 nla_reserve +EXPORT_SYMBOL vmlinux 0xa339e6e5 on_each_cpu_cond_mask +EXPORT_SYMBOL vmlinux 0xa34098de jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0xa34318c8 of_find_node_opts_by_path +EXPORT_SYMBOL vmlinux 0xa3522df5 qman_query_fq_np +EXPORT_SYMBOL vmlinux 0xa353db6c dev_change_flags +EXPORT_SYMBOL vmlinux 0xa366d6b5 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0xa36acbd7 jbd2_journal_inode_ranged_write +EXPORT_SYMBOL vmlinux 0xa36ff9ec tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0xa374c9ea mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0xa389ed34 sock_kfree_s +EXPORT_SYMBOL vmlinux 0xa3a2d3a6 devm_register_reboot_notifier +EXPORT_SYMBOL vmlinux 0xa3a887d4 always_delete_dentry +EXPORT_SYMBOL vmlinux 0xa3a98acc cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0xa3a9f7bc gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0xa3be8342 __ubsan_handle_type_mismatch +EXPORT_SYMBOL vmlinux 0xa3c8df34 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0xa3cefaa0 blake2s_update +EXPORT_SYMBOL vmlinux 0xa3fea172 sha224_final +EXPORT_SYMBOL vmlinux 0xa402a371 pci_ep_cfs_remove_epf_group +EXPORT_SYMBOL vmlinux 0xa408c268 locks_free_lock +EXPORT_SYMBOL vmlinux 0xa40ff01b acpi_dbg_layer +EXPORT_SYMBOL vmlinux 0xa4262b9b phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0xa42fc50d pskb_trim_rcsum_slow +EXPORT_SYMBOL vmlinux 0xa440d121 flow_keys_dissector +EXPORT_SYMBOL vmlinux 0xa448c653 qcom_scm_ice_set_key +EXPORT_SYMBOL vmlinux 0xa457cf13 ip6_output +EXPORT_SYMBOL vmlinux 0xa45b2a7a d_genocide +EXPORT_SYMBOL vmlinux 0xa45d53db __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xa484a852 mem_cgroup_from_task +EXPORT_SYMBOL vmlinux 0xa4994086 kern_unmount +EXPORT_SYMBOL vmlinux 0xa4a75e85 keyring_clear +EXPORT_SYMBOL vmlinux 0xa4ad09d8 pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0xa4b27d42 netdev_unbind_sb_channel +EXPORT_SYMBOL vmlinux 0xa4b6efd3 acpi_bus_register_driver +EXPORT_SYMBOL vmlinux 0xa4d3a54b copy_page_to_iter_nofault +EXPORT_SYMBOL vmlinux 0xa4e13144 __netlink_dump_start +EXPORT_SYMBOL vmlinux 0xa4e9bc09 dquot_commit_info +EXPORT_SYMBOL vmlinux 0xa4f449b7 genphy_read_lpa +EXPORT_SYMBOL vmlinux 0xa4fa0b4e mpage_read_folio +EXPORT_SYMBOL vmlinux 0xa4fca045 qcom_scm_ocmem_lock +EXPORT_SYMBOL vmlinux 0xa51e30c8 jbd2_fc_begin_commit +EXPORT_SYMBOL vmlinux 0xa52bedf6 xenbus_dev_request_and_reply +EXPORT_SYMBOL vmlinux 0xa54957fb scmd_printk +EXPORT_SYMBOL vmlinux 0xa5498ac1 ndisc_send_skb +EXPORT_SYMBOL vmlinux 0xa54b9063 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa5530e50 inet_pton_with_scope +EXPORT_SYMBOL vmlinux 0xa5582951 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0xa571dad2 genphy_c37_read_status +EXPORT_SYMBOL vmlinux 0xa57cb9dd user_path_at_empty +EXPORT_SYMBOL vmlinux 0xa5858219 __lock_buffer +EXPORT_SYMBOL vmlinux 0xa58af0a6 _raw_read_unlock_irq +EXPORT_SYMBOL vmlinux 0xa5976e4f dev_base_lock +EXPORT_SYMBOL vmlinux 0xa5de85d0 request_firmware_into_buf +EXPORT_SYMBOL vmlinux 0xa5e40780 rproc_del +EXPORT_SYMBOL vmlinux 0xa5f7cf37 __cpu_possible_mask +EXPORT_SYMBOL vmlinux 0xa60d6bff proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0xa61ced89 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0xa6257a2f complete +EXPORT_SYMBOL vmlinux 0xa63646ab filemap_invalidate_unlock_two +EXPORT_SYMBOL vmlinux 0xa6457c89 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0xa648e561 __ubsan_handle_shift_out_of_bounds +EXPORT_SYMBOL vmlinux 0xa64c7249 __printk_cpu_sync_try_get +EXPORT_SYMBOL vmlinux 0xa65c6def alt_cb_patch_nops +EXPORT_SYMBOL vmlinux 0xa65d94dc padata_do_serial +EXPORT_SYMBOL vmlinux 0xa667ef26 inet_accept +EXPORT_SYMBOL vmlinux 0xa66b253d mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0xa67cf2ce genl_notify +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa68adcc1 netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0xa6ac1d75 kernel_read +EXPORT_SYMBOL vmlinux 0xa6b1fd06 kset_register +EXPORT_SYMBOL vmlinux 0xa6ba44d5 acpi_dev_get_next_match_dev +EXPORT_SYMBOL vmlinux 0xa6f7815f blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0xa6fb1753 phy_queue_state_machine +EXPORT_SYMBOL vmlinux 0xa70bbb07 inet_addr_type_dev_table +EXPORT_SYMBOL vmlinux 0xa70bc96d qcom_scm_restore_sec_cfg_available +EXPORT_SYMBOL vmlinux 0xa70c5901 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0xa70ed9dc tcp_hashinfo +EXPORT_SYMBOL vmlinux 0xa71acc92 fman_port_config +EXPORT_SYMBOL vmlinux 0xa72035f9 xa_get_order +EXPORT_SYMBOL vmlinux 0xa74c9877 refcount_dec_and_rtnl_lock +EXPORT_SYMBOL vmlinux 0xa74d40f6 fs_param_is_s32 +EXPORT_SYMBOL vmlinux 0xa74f7a2f security_sctp_bind_connect +EXPORT_SYMBOL vmlinux 0xa7682f32 pci_disable_msix +EXPORT_SYMBOL vmlinux 0xa76aba10 blk_mq_tagset_wait_completed_request +EXPORT_SYMBOL vmlinux 0xa77b3c3e netdev_get_xmit_slave +EXPORT_SYMBOL vmlinux 0xa77bfd29 register_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0xa785c66a peernet2id +EXPORT_SYMBOL vmlinux 0xa78f326f dev_mc_add +EXPORT_SYMBOL vmlinux 0xa7940e04 mipi_dsi_dcs_nop +EXPORT_SYMBOL vmlinux 0xa7bdacf9 bio_copy_data_iter +EXPORT_SYMBOL vmlinux 0xa7c7b7b9 __SetPageMovable +EXPORT_SYMBOL vmlinux 0xa7cf78b2 pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0xa7d495e6 dquot_get_state +EXPORT_SYMBOL vmlinux 0xa7d5f92e ida_destroy +EXPORT_SYMBOL vmlinux 0xa7dd3cf9 uart_write_wakeup +EXPORT_SYMBOL vmlinux 0xa7e39e6d netif_carrier_on +EXPORT_SYMBOL vmlinux 0xa7eedcc4 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xa7f09bf6 bdev_start_io_acct +EXPORT_SYMBOL vmlinux 0xa7f6744d dcb_getrewr +EXPORT_SYMBOL vmlinux 0xa7fa23f4 proc_create_single_data +EXPORT_SYMBOL vmlinux 0xa7ff2eef ipv6_push_frag_opts +EXPORT_SYMBOL vmlinux 0xa804b774 pci_enable_atomic_ops_to_root +EXPORT_SYMBOL vmlinux 0xa807ded3 cdev_add +EXPORT_SYMBOL vmlinux 0xa8274c47 _dev_crit +EXPORT_SYMBOL vmlinux 0xa82809dc devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0xa82c9afb seg6_hmac_info_add +EXPORT_SYMBOL vmlinux 0xa83e165a dmam_alloc_attrs +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa84ce9e0 crypto_aes_inv_sbox +EXPORT_SYMBOL vmlinux 0xa853396b xa_extract +EXPORT_SYMBOL vmlinux 0xa85a3e6d xa_load +EXPORT_SYMBOL vmlinux 0xa8676398 __tracepoint_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xa8694ecd kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0xa897e3e7 mempool_free +EXPORT_SYMBOL vmlinux 0xa89a1cf1 ipmi_dmi_get_slave_addr +EXPORT_SYMBOL vmlinux 0xa8a473fb blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0xa8a8110c kernel_neon_end +EXPORT_SYMBOL vmlinux 0xa8be3cbf mark_info_dirty +EXPORT_SYMBOL vmlinux 0xa8c9c8b4 ptp_cancel_worker_sync +EXPORT_SYMBOL vmlinux 0xa8caa845 clk_bulk_put_all +EXPORT_SYMBOL vmlinux 0xa8ceedca revert_creds +EXPORT_SYMBOL vmlinux 0xa8e6933a qdf2400_e44_present +EXPORT_SYMBOL vmlinux 0xa8f6c843 ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xa90ca0de flush_rcu_work +EXPORT_SYMBOL vmlinux 0xa9150d35 netif_tx_wake_queue +EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa917c1de blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xa91a2107 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0xa92080ee padata_alloc +EXPORT_SYMBOL vmlinux 0xa94d9274 register_qdisc +EXPORT_SYMBOL vmlinux 0xa964dd13 gpmc_cs_request +EXPORT_SYMBOL vmlinux 0xa9654026 xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0xa965ca81 reciprocal_value +EXPORT_SYMBOL vmlinux 0xa97361b6 configfs_register_subsystem +EXPORT_SYMBOL vmlinux 0xa976957d bitmap_remap +EXPORT_SYMBOL vmlinux 0xa97aaa73 genphy_aneg_done +EXPORT_SYMBOL vmlinux 0xa984a8f6 fs_param_is_blockdev +EXPORT_SYMBOL vmlinux 0xa9c86b70 vfs_fsync +EXPORT_SYMBOL vmlinux 0xa9cfb1d1 netlink_kernel_release +EXPORT_SYMBOL vmlinux 0xa9d5e0d0 netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0xa9e96e9d dev_mc_init +EXPORT_SYMBOL vmlinux 0xa9ed62d2 tegra_fuse_readl +EXPORT_SYMBOL vmlinux 0xa9fe279e ethtool_aggregate_ctrl_stats +EXPORT_SYMBOL vmlinux 0xaa006eea register_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0xaa00fdc0 ec_transaction +EXPORT_SYMBOL vmlinux 0xaa0336dc netdev_adjacent_change_commit +EXPORT_SYMBOL vmlinux 0xaa06687e empty_aops +EXPORT_SYMBOL vmlinux 0xaa0c318b vscnprintf +EXPORT_SYMBOL vmlinux 0xaa19e4aa _kstrtol +EXPORT_SYMBOL vmlinux 0xaa341905 acpi_bios_exception +EXPORT_SYMBOL vmlinux 0xaa5f8951 iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0xaa6dcd9d iov_iter_init +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa8106bc crc8_populate_msb +EXPORT_SYMBOL vmlinux 0xaa8f1b71 inet_addr_is_any +EXPORT_SYMBOL vmlinux 0xaa97129b fb_validate_mode +EXPORT_SYMBOL vmlinux 0xaaa4b9bc hchacha_block_generic +EXPORT_SYMBOL vmlinux 0xaaa50fb2 qcom_scm_lmh_profile_change +EXPORT_SYMBOL vmlinux 0xaabaa49e flow_rule_match_icmp +EXPORT_SYMBOL vmlinux 0xaacf03c1 dma_fence_signal +EXPORT_SYMBOL vmlinux 0xaad0ae78 __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaad8c7d6 default_wake_function +EXPORT_SYMBOL vmlinux 0xaae6a6a4 of_get_next_parent +EXPORT_SYMBOL vmlinux 0xaae8ab0e acpi_bus_power_manageable +EXPORT_SYMBOL vmlinux 0xaaf4a334 qcom_scm_set_cold_boot_addr +EXPORT_SYMBOL vmlinux 0xaafc4ff9 of_graph_get_port_by_id +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab21d830 uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0xab3697e4 irq_poll_init +EXPORT_SYMBOL vmlinux 0xab3b75ea vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0xab50a1f4 xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0xab56e9d3 xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xab600421 probe_irq_off +EXPORT_SYMBOL vmlinux 0xab63baa5 unregister_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xab679551 tcp_splice_read +EXPORT_SYMBOL vmlinux 0xab67a0ac dql_init +EXPORT_SYMBOL vmlinux 0xab6d5b3b hex_to_bin +EXPORT_SYMBOL vmlinux 0xab7431c0 phy_get_pause +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab788d38 phy_stop +EXPORT_SYMBOL vmlinux 0xabac96a1 blk_rq_append_bio +EXPORT_SYMBOL vmlinux 0xabb1d67f nf_hook_slow_list +EXPORT_SYMBOL vmlinux 0xabb30a12 jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0xabb946b2 phy_get_eee_err +EXPORT_SYMBOL vmlinux 0xabc948c7 skb_eth_pop +EXPORT_SYMBOL vmlinux 0xabcdb7a0 simple_rmdir +EXPORT_SYMBOL vmlinux 0xabe7c6d5 __vfs_setxattr +EXPORT_SYMBOL vmlinux 0xabf32f29 utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0xac038509 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0xac0c8de6 devm_extcon_register_notifier +EXPORT_SYMBOL vmlinux 0xac120a93 mipi_dsi_dcs_write_buffer +EXPORT_SYMBOL vmlinux 0xac133ba0 call_fib_notifiers +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac1a603a inet_csk_complete_hashdance +EXPORT_SYMBOL vmlinux 0xac2bb116 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0xac2d852f get_thermal_instance +EXPORT_SYMBOL vmlinux 0xac3201b0 udp_flow_hashrnd +EXPORT_SYMBOL vmlinux 0xac37e251 lynx_pcs_create_mdiodev +EXPORT_SYMBOL vmlinux 0xac537ac2 percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0xac5fcec0 in4_pton +EXPORT_SYMBOL vmlinux 0xac608e6c pcibus_to_node +EXPORT_SYMBOL vmlinux 0xac66b2e3 super_setup_bdi +EXPORT_SYMBOL vmlinux 0xac93be38 neigh_seq_next +EXPORT_SYMBOL vmlinux 0xaca306d1 of_find_mipi_dsi_host_by_node +EXPORT_SYMBOL vmlinux 0xaca89e73 param_ops_bool +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacc01db1 qdisc_offload_dump_helper +EXPORT_SYMBOL vmlinux 0xacc0afab security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0xacd6ea55 configfs_unregister_group +EXPORT_SYMBOL vmlinux 0xacd81eb3 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0xacddd806 ptp_get_vclocks_index +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacf649bf audit_log_task_info +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad0b9424 sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0xad1b8972 vme_unregister_driver +EXPORT_SYMBOL vmlinux 0xad1da833 eth_header_cache_update +EXPORT_SYMBOL vmlinux 0xad1ddf9d config_item_init_type_name +EXPORT_SYMBOL vmlinux 0xad31c35d mdiobus_unregister_device +EXPORT_SYMBOL vmlinux 0xad3bd9b9 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0xad3ea04c qman_p_irqsource_remove +EXPORT_SYMBOL vmlinux 0xad4d4761 ptp_find_pin_unlocked +EXPORT_SYMBOL vmlinux 0xad609cce fscrypt_encrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0xad6828ea forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0xad682b8f xudma_rchanrt_write +EXPORT_SYMBOL vmlinux 0xad6ba40e radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0xad73041f autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xad7dc584 migrate_vma_finalize +EXPORT_SYMBOL vmlinux 0xad7edf4f netdev_offload_xstats_enable +EXPORT_SYMBOL vmlinux 0xad830966 trace_seq_acquire +EXPORT_SYMBOL vmlinux 0xad831175 remove_proc_entry +EXPORT_SYMBOL vmlinux 0xad92f975 tty_port_close_start +EXPORT_SYMBOL vmlinux 0xad9901ae bit_waitqueue +EXPORT_SYMBOL vmlinux 0xada31e57 gen_pool_dma_alloc_align +EXPORT_SYMBOL vmlinux 0xadae6df8 blake2s_final +EXPORT_SYMBOL vmlinux 0xadb11aa8 tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0xadb4e234 kernel_getpeername +EXPORT_SYMBOL vmlinux 0xadbeed61 mipi_dsi_packet_format_is_long +EXPORT_SYMBOL vmlinux 0xadd139d4 rfs_needed +EXPORT_SYMBOL vmlinux 0xadd21944 seq_putc +EXPORT_SYMBOL vmlinux 0xaddcdbeb zpool_register_driver +EXPORT_SYMBOL vmlinux 0xaddf2887 genphy_suspend +EXPORT_SYMBOL vmlinux 0xade1d56d pps_register_source +EXPORT_SYMBOL vmlinux 0xadecb686 ppp_input +EXPORT_SYMBOL vmlinux 0xadf2368b blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0xadf30ef0 key_payload_reserve +EXPORT_SYMBOL vmlinux 0xadfc4562 __icmp_send +EXPORT_SYMBOL vmlinux 0xae0285db shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0xae04012c __vmalloc +EXPORT_SYMBOL vmlinux 0xae18a1f5 ppp_input_error +EXPORT_SYMBOL vmlinux 0xae1d2c5e fb_modesetting_disabled +EXPORT_SYMBOL vmlinux 0xae316c11 icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0xae33c403 xudma_navss_psil_unpair +EXPORT_SYMBOL vmlinux 0xae5a04bb acpi_evaluate_dsm +EXPORT_SYMBOL vmlinux 0xae62c23e i2c_find_adapter_by_fwnode +EXPORT_SYMBOL vmlinux 0xae66472b scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0xae6db66e clkdev_drop +EXPORT_SYMBOL vmlinux 0xae74ed18 tcp_init_sock +EXPORT_SYMBOL vmlinux 0xae968304 __i2c_transfer +EXPORT_SYMBOL vmlinux 0xaeac049a generate_random_guid +EXPORT_SYMBOL vmlinux 0xaeae6265 xfrm_dev_policy_flush +EXPORT_SYMBOL vmlinux 0xaeb082ad _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0xaebb7a6d kill_block_super +EXPORT_SYMBOL vmlinux 0xaebd12f0 acpi_get_name +EXPORT_SYMBOL vmlinux 0xaec4df37 dst_release_immediate +EXPORT_SYMBOL vmlinux 0xaf0110ef mapping_read_folio_gfp +EXPORT_SYMBOL vmlinux 0xaf132dff tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0xaf13cb44 rtc_add_groups +EXPORT_SYMBOL vmlinux 0xaf1a3259 fb_io_read +EXPORT_SYMBOL vmlinux 0xaf1cdc87 flow_rule_match_ipv6_addrs +EXPORT_SYMBOL vmlinux 0xaf2a921f fuse_dequeue_forget +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf4636cf seq_dentry +EXPORT_SYMBOL vmlinux 0xaf56600a arm64_use_ng_mappings +EXPORT_SYMBOL vmlinux 0xaf7a6e75 input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0xaf83febb pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0xafaa6031 _find_next_and_bit +EXPORT_SYMBOL vmlinux 0xafb864c1 refcount_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0xafb8a823 mr_mfc_find_any +EXPORT_SYMBOL vmlinux 0xafc08054 dotdot_name +EXPORT_SYMBOL vmlinux 0xafc6c68e zstd_is_error +EXPORT_SYMBOL vmlinux 0xafd384bb tcp_read_skb +EXPORT_SYMBOL vmlinux 0xafeb8fbf pci_request_region +EXPORT_SYMBOL vmlinux 0xaffd4482 set_page_writeback +EXPORT_SYMBOL vmlinux 0xb01bebf9 xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xb0368048 end_page_writeback +EXPORT_SYMBOL vmlinux 0xb04a43ad __xa_alloc_cyclic +EXPORT_SYMBOL vmlinux 0xb0531045 handshake_genl_put +EXPORT_SYMBOL vmlinux 0xb058ca07 dim_calc_stats +EXPORT_SYMBOL vmlinux 0xb059aaf5 pci_fixup_device +EXPORT_SYMBOL vmlinux 0xb05db04b skb_append +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb0617db4 wait_for_completion_state +EXPORT_SYMBOL vmlinux 0xb07846a8 kthread_create_on_cpu +EXPORT_SYMBOL vmlinux 0xb0842853 nd_region_acquire_lane +EXPORT_SYMBOL vmlinux 0xb0845a59 register_quota_format +EXPORT_SYMBOL vmlinux 0xb09442a4 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0xb0982538 pci_write_config_word +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0b206c0 max8925_set_bits +EXPORT_SYMBOL vmlinux 0xb0c5e247 lockref_put_return +EXPORT_SYMBOL vmlinux 0xb0cfc966 devm_nvmem_cell_put +EXPORT_SYMBOL vmlinux 0xb0ddac02 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0xb0e018ff phy_aneg_done +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0e4cf27 ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0xb101ce3c dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0xb103a48d simple_getattr +EXPORT_SYMBOL vmlinux 0xb1201345 trace_raw_output_prep +EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb122f956 dquot_acquire +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb12de58b input_open_device +EXPORT_SYMBOL vmlinux 0xb1342cdb _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0xb148ea82 __napi_schedule_irqoff +EXPORT_SYMBOL vmlinux 0xb14ab1ef hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0xb14fc46a find_next_clump8 +EXPORT_SYMBOL vmlinux 0xb1518e15 cancel_work +EXPORT_SYMBOL vmlinux 0xb16011de __tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0xb16e738d netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0xb16f892e clean_bdev_aliases +EXPORT_SYMBOL vmlinux 0xb174b174 input_inject_event +EXPORT_SYMBOL vmlinux 0xb19033af super_setup_bdi_name +EXPORT_SYMBOL vmlinux 0xb1981bde vfs_statfs +EXPORT_SYMBOL vmlinux 0xb1b877e1 of_translate_dma_address +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1c56fc6 dev_remove_offload +EXPORT_SYMBOL vmlinux 0xb1c6def7 shmem_aops +EXPORT_SYMBOL vmlinux 0xb1cb7416 netif_device_detach +EXPORT_SYMBOL vmlinux 0xb1db9a69 fsl_ifc_find +EXPORT_SYMBOL vmlinux 0xb1ddf995 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xb1ef2d50 cred_fscmp +EXPORT_SYMBOL vmlinux 0xb1f472fd flow_block_cb_priv +EXPORT_SYMBOL vmlinux 0xb1f4e62f sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xb1f7525d __cgroup_bpf_run_filter_skb +EXPORT_SYMBOL vmlinux 0xb1f94dd9 padata_alloc_shell +EXPORT_SYMBOL vmlinux 0xb210e362 seq_release +EXPORT_SYMBOL vmlinux 0xb2189e70 vmap +EXPORT_SYMBOL vmlinux 0xb22e16d5 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xb23027c1 kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xb2309a62 devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0xb25617a3 scsi_remove_host +EXPORT_SYMBOL vmlinux 0xb28da8d9 release_pages +EXPORT_SYMBOL vmlinux 0xb2a9cf10 neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0xb2aed2d1 eth_gro_complete +EXPORT_SYMBOL vmlinux 0xb2bcb088 acpi_current_gpe_count +EXPORT_SYMBOL vmlinux 0xb2c72239 xsk_clear_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0xb2d36029 md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0xb2ead16c max8998_read_reg +EXPORT_SYMBOL vmlinux 0xb2ead97c kimage_vaddr +EXPORT_SYMBOL vmlinux 0xb2ec50da d_instantiate_new +EXPORT_SYMBOL vmlinux 0xb2f35c6a xxh64 +EXPORT_SYMBOL vmlinux 0xb2fcb56d queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xb301ccd6 locks_delete_block +EXPORT_SYMBOL vmlinux 0xb306ec50 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0xb308c97d wait_woken +EXPORT_SYMBOL vmlinux 0xb30b9822 vme_master_set +EXPORT_SYMBOL vmlinux 0xb30de40b of_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0xb31049e5 __find_get_block +EXPORT_SYMBOL vmlinux 0xb3258f79 __ubsan_handle_type_mismatch_v1 +EXPORT_SYMBOL vmlinux 0xb32728bb qcom_scm_iommu_secure_ptbl_init +EXPORT_SYMBOL vmlinux 0xb3452e99 inet_frag_destroy +EXPORT_SYMBOL vmlinux 0xb34da0d0 dev_pm_opp_unregister_notifier +EXPORT_SYMBOL vmlinux 0xb34dca1c kryo_l2_get_indirect_reg +EXPORT_SYMBOL vmlinux 0xb358c16c mdio_bus_type +EXPORT_SYMBOL vmlinux 0xb3687850 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xb36b62ff uart_remove_one_port +EXPORT_SYMBOL vmlinux 0xb37d491c configfs_unregister_default_group +EXPORT_SYMBOL vmlinux 0xb3867e6d mtree_insert +EXPORT_SYMBOL vmlinux 0xb386e0fd nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xb388e674 dump_emit +EXPORT_SYMBOL vmlinux 0xb39247c5 netdev_adjacent_change_prepare +EXPORT_SYMBOL vmlinux 0xb394ad31 unregister_filesystem +EXPORT_SYMBOL vmlinux 0xb39e041e stop_tty +EXPORT_SYMBOL vmlinux 0xb3a82019 profile_pc +EXPORT_SYMBOL vmlinux 0xb3d2c76d scsi_hostbyte_string +EXPORT_SYMBOL vmlinux 0xb3d97f8e address_space_init_once +EXPORT_SYMBOL vmlinux 0xb3eb0192 ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0xb3f0de55 xz_dec_microlzma_run +EXPORT_SYMBOL vmlinux 0xb3f49446 kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0xb3f548ad kmemdup_nul +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb3f985a8 sg_alloc_table +EXPORT_SYMBOL vmlinux 0xb40123c0 genl_register_family +EXPORT_SYMBOL vmlinux 0xb4029be2 configfs_depend_item +EXPORT_SYMBOL vmlinux 0xb4043948 acpi_execute_simple_method +EXPORT_SYMBOL vmlinux 0xb41bb43b __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xb4214046 netif_set_tso_max_size +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb4512361 noop_llseek +EXPORT_SYMBOL vmlinux 0xb4577003 acpi_dev_present +EXPORT_SYMBOL vmlinux 0xb4719592 dma_sync_wait +EXPORT_SYMBOL vmlinux 0xb47dfd65 d_delete +EXPORT_SYMBOL vmlinux 0xb48d4d22 security_sb_eat_lsm_opts +EXPORT_SYMBOL vmlinux 0xb4928f3a vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0xb49601a1 sg_zero_buffer +EXPORT_SYMBOL vmlinux 0xb4964478 jbd2_journal_invalidate_folio +EXPORT_SYMBOL vmlinux 0xb499bf6f dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0xb4bd279f __devm_mdiobus_register +EXPORT_SYMBOL vmlinux 0xb4bdf165 pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0xb4cacc0c find_inode_nowait +EXPORT_SYMBOL vmlinux 0xb4d69d70 inet_del_offload +EXPORT_SYMBOL vmlinux 0xb4d804d3 amba_device_unregister +EXPORT_SYMBOL vmlinux 0xb4db6d7c devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0xb503b3a4 tegra_ivc_read_advance +EXPORT_SYMBOL vmlinux 0xb51253cb d_obtain_alias +EXPORT_SYMBOL vmlinux 0xb51c0bac mipi_dsi_dcs_set_display_brightness_large +EXPORT_SYMBOL vmlinux 0xb5311d70 sunxi_sram_release +EXPORT_SYMBOL vmlinux 0xb53f2810 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0xb558921a i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0xb56368fb pci_alloc_irq_vectors +EXPORT_SYMBOL vmlinux 0xb568033e xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0xb57f1e27 fman_port_disable +EXPORT_SYMBOL vmlinux 0xb5915917 unregister_mii_timestamper +EXPORT_SYMBOL vmlinux 0xb59587dc filemap_release_folio +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5afb89c textsearch_destroy +EXPORT_SYMBOL vmlinux 0xb5b0cdac scsi_scan_host +EXPORT_SYMBOL vmlinux 0xb5b54b34 _raw_spin_unlock +EXPORT_SYMBOL vmlinux 0xb5b63711 fileattr_fill_xflags +EXPORT_SYMBOL vmlinux 0xb5c17a4c wake_up_process +EXPORT_SYMBOL vmlinux 0xb5c56d8f tcp_seq_next +EXPORT_SYMBOL vmlinux 0xb5d63015 make_kuid +EXPORT_SYMBOL vmlinux 0xb5e73116 flush_delayed_work +EXPORT_SYMBOL vmlinux 0xb61d6fc2 down_read_interruptible +EXPORT_SYMBOL vmlinux 0xb628f841 dma_async_device_register +EXPORT_SYMBOL vmlinux 0xb6301105 hdmi_infoframe_log +EXPORT_SYMBOL vmlinux 0xb633f115 irq_poll_enable +EXPORT_SYMBOL vmlinux 0xb6449b96 da903x_query_status +EXPORT_SYMBOL vmlinux 0xb646aa03 skb_queue_tail +EXPORT_SYMBOL vmlinux 0xb64d1eeb nexthop_res_grp_activity_update +EXPORT_SYMBOL vmlinux 0xb654ef65 acpi_os_read_port +EXPORT_SYMBOL vmlinux 0xb6574978 set_capacity +EXPORT_SYMBOL vmlinux 0xb66e96d8 netlbl_audit_start +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb67a859d kobject_put +EXPORT_SYMBOL vmlinux 0xb67fec0e uuid_parse +EXPORT_SYMBOL vmlinux 0xb68f7777 netdev_pick_tx +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb6acaa13 phy_sfp_detach +EXPORT_SYMBOL vmlinux 0xb6b8a809 reuseport_migrate_sock +EXPORT_SYMBOL vmlinux 0xb6c208e3 ip_queue_xmit +EXPORT_SYMBOL vmlinux 0xb6cb556a _find_first_and_bit +EXPORT_SYMBOL vmlinux 0xb6cf91fc nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xb6cfac08 simple_release_fs +EXPORT_SYMBOL vmlinux 0xb6e36ce2 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb6fde909 close_fd +EXPORT_SYMBOL vmlinux 0xb70b1872 iget_locked +EXPORT_SYMBOL vmlinux 0xb70d3c98 rproc_mem_entry_init +EXPORT_SYMBOL vmlinux 0xb71589f0 skip_spaces +EXPORT_SYMBOL vmlinux 0xb71ed69f __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0xb724c37c mii_check_link +EXPORT_SYMBOL vmlinux 0xb737b185 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0xb73b7868 device_match_acpi_handle +EXPORT_SYMBOL vmlinux 0xb7530eb8 fget +EXPORT_SYMBOL vmlinux 0xb75a70e0 udp_prot +EXPORT_SYMBOL vmlinux 0xb7688155 ucc_slow_init +EXPORT_SYMBOL vmlinux 0xb780062a locks_lock_inode_wait +EXPORT_SYMBOL vmlinux 0xb78debe3 LZ4_decompress_fast_usingDict +EXPORT_SYMBOL vmlinux 0xb798f764 xp_dma_sync_for_device_slow +EXPORT_SYMBOL vmlinux 0xb79fd3c0 secpath_set +EXPORT_SYMBOL vmlinux 0xb7a7057c fman_get_revision +EXPORT_SYMBOL vmlinux 0xb7b7fa6e node_states +EXPORT_SYMBOL vmlinux 0xb7c0f443 sort +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb7c87711 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0xb7ccc5c5 cfb_imageblit +EXPORT_SYMBOL vmlinux 0xb7d76325 pci_free_irq_vectors +EXPORT_SYMBOL vmlinux 0xb7e6121b of_find_net_device_by_node +EXPORT_SYMBOL vmlinux 0xb7ea85d8 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0xb7f75caa xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0xb7fa63a8 netif_receive_skb +EXPORT_SYMBOL vmlinux 0xb80a8fef scsi_ioctl +EXPORT_SYMBOL vmlinux 0xb80b4a18 zstd_compress_bound +EXPORT_SYMBOL vmlinux 0xb81cee28 pnp_register_card_driver +EXPORT_SYMBOL vmlinux 0xb81e2ff6 xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0xb83342e5 ps2_sliced_command +EXPORT_SYMBOL vmlinux 0xb83ff0a0 mii_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0xb840d7d0 ping_prot +EXPORT_SYMBOL vmlinux 0xb842716c qcom_scm_ocmem_lock_available +EXPORT_SYMBOL vmlinux 0xb8567586 fman_register_intr +EXPORT_SYMBOL vmlinux 0xb85dd3f7 vfs_symlink +EXPORT_SYMBOL vmlinux 0xb8605d9c qman_p_static_dequeue_add +EXPORT_SYMBOL vmlinux 0xb865080a mmc_cqe_recovery +EXPORT_SYMBOL vmlinux 0xb868ac5c register_sysrq_key +EXPORT_SYMBOL vmlinux 0xb87e0fd3 devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0xb89b6e6b guid_parse +EXPORT_SYMBOL vmlinux 0xb8a158f6 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0xb8a1b7c6 pci_enable_device_io +EXPORT_SYMBOL vmlinux 0xb8a542b3 sk_filter_trim_cap +EXPORT_SYMBOL vmlinux 0xb8a90dd1 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xb8b043f2 kfree_link +EXPORT_SYMBOL vmlinux 0xb8b0d159 param_ops_hexint +EXPORT_SYMBOL vmlinux 0xb8bb7268 ucc_of_parse_tdm +EXPORT_SYMBOL vmlinux 0xb8bf4d53 scsi_register_driver +EXPORT_SYMBOL vmlinux 0xb8c7671d __bforget +EXPORT_SYMBOL vmlinux 0xb8d0e476 xsk_tx_release +EXPORT_SYMBOL vmlinux 0xb8dadb7c kobject_add +EXPORT_SYMBOL vmlinux 0xb8de7e51 mode_strip_sgid +EXPORT_SYMBOL vmlinux 0xb8f2c0ad xsk_tx_peek_desc +EXPORT_SYMBOL vmlinux 0xb8fab6a1 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0xb9034117 fman_set_port_params +EXPORT_SYMBOL vmlinux 0xb907513f unpoison_memory +EXPORT_SYMBOL vmlinux 0xb911bb58 minmax_running_max +EXPORT_SYMBOL vmlinux 0xb914460d fs_context_for_reconfigure +EXPORT_SYMBOL vmlinux 0xb920db49 acpi_tb_install_and_load_table +EXPORT_SYMBOL vmlinux 0xb93f1656 setattr_prepare +EXPORT_SYMBOL vmlinux 0xb94339c4 qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xb9478d90 hdmi_drm_infoframe_unpack_only +EXPORT_SYMBOL vmlinux 0xb95b4ad2 __cgroup_bpf_run_filter_sk +EXPORT_SYMBOL vmlinux 0xb9678ace dev_lstats_read +EXPORT_SYMBOL vmlinux 0xb969f811 tcf_action_exec +EXPORT_SYMBOL vmlinux 0xb96c4f9e audit_log_subject_context +EXPORT_SYMBOL vmlinux 0xb97214d2 pcim_iounmap +EXPORT_SYMBOL vmlinux 0xb97220ff bitmap_parse +EXPORT_SYMBOL vmlinux 0xb97f6fbd __skb_pad +EXPORT_SYMBOL vmlinux 0xb9869d00 dquot_initialize_needed +EXPORT_SYMBOL vmlinux 0xb98b0afd phy_do_ioctl_running +EXPORT_SYMBOL vmlinux 0xb98e1b6e fscrypt_zeroout_range +EXPORT_SYMBOL vmlinux 0xb98e8563 dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0xb9a333a1 fb_io_write +EXPORT_SYMBOL vmlinux 0xb9af1d0d __xa_clear_mark +EXPORT_SYMBOL vmlinux 0xb9b331ad xfrm_register_km +EXPORT_SYMBOL vmlinux 0xb9b34e9f pci_dev_get +EXPORT_SYMBOL vmlinux 0xb9c9f6b0 __skb_get_hash +EXPORT_SYMBOL vmlinux 0xb9d54414 devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9fbbdc2 pci_alloc_dev +EXPORT_SYMBOL vmlinux 0xb9fbe44a netif_napi_add_weight +EXPORT_SYMBOL vmlinux 0xb9fc381a qcom_scm_hdcp_req +EXPORT_SYMBOL vmlinux 0xba00daa2 dma_fence_allocate_private_stub +EXPORT_SYMBOL vmlinux 0xba0676e2 vm_zone_stat +EXPORT_SYMBOL vmlinux 0xba1008c8 __crc32c_le +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba4d42b8 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0xba5181fe __alloc_skb +EXPORT_SYMBOL vmlinux 0xba66bf53 zap_page_range_single +EXPORT_SYMBOL vmlinux 0xba69a002 skb_headers_offset_update +EXPORT_SYMBOL vmlinux 0xba707a78 qe_get_brg_clk +EXPORT_SYMBOL vmlinux 0xba8fbd64 _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xbab50439 bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0xbabf9a22 scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0xbac78d68 netdev_get_by_index +EXPORT_SYMBOL vmlinux 0xbac8aeea sg_nents_for_len +EXPORT_SYMBOL vmlinux 0xbacbf224 submit_bio +EXPORT_SYMBOL vmlinux 0xbad383ac sock_init_data +EXPORT_SYMBOL vmlinux 0xbaef7771 crypto_sha3_final +EXPORT_SYMBOL vmlinux 0xbafa632e __do_once_sleepable_start +EXPORT_SYMBOL vmlinux 0xbb0540aa zlib_inflateReset +EXPORT_SYMBOL vmlinux 0xbb09308b dquot_resume +EXPORT_SYMBOL vmlinux 0xbb093226 rt6_lookup +EXPORT_SYMBOL vmlinux 0xbb10933f blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0xbb160557 key_type_keyring +EXPORT_SYMBOL vmlinux 0xbb1674be nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0xbb21260e convert_ifc_address +EXPORT_SYMBOL vmlinux 0xbb22fcd2 seq_open +EXPORT_SYMBOL vmlinux 0xbb24f607 init_cdrom_command +EXPORT_SYMBOL vmlinux 0xbb2a20c6 set_bh_page +EXPORT_SYMBOL vmlinux 0xbb333a74 netif_tx_unlock +EXPORT_SYMBOL vmlinux 0xbb494382 d_alloc_anon +EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0xbb5e4278 unlock_rename +EXPORT_SYMBOL vmlinux 0xbb687724 bman_new_pool +EXPORT_SYMBOL vmlinux 0xbb85d54f __folio_alloc +EXPORT_SYMBOL vmlinux 0xbb9a4c69 __breadahead +EXPORT_SYMBOL vmlinux 0xbb9ed3bf mutex_trylock +EXPORT_SYMBOL vmlinux 0xbbabac77 alloc_skb_with_frags +EXPORT_SYMBOL vmlinux 0xbbb8309e tty_write_room +EXPORT_SYMBOL vmlinux 0xbbc2a8ac tcf_get_next_chain +EXPORT_SYMBOL vmlinux 0xbbc6bace nf_register_net_hook +EXPORT_SYMBOL vmlinux 0xbbda18c4 dma_fence_free +EXPORT_SYMBOL vmlinux 0xbbe60a3f generic_buffers_fsync +EXPORT_SYMBOL vmlinux 0xbbecaa1d zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0xbc0bc9a0 tty_vhangup +EXPORT_SYMBOL vmlinux 0xbc0faa3a sb_min_blocksize +EXPORT_SYMBOL vmlinux 0xbc1941c8 vfs_rmdir +EXPORT_SYMBOL vmlinux 0xbc2031de acpi_processor_get_bios_limit +EXPORT_SYMBOL vmlinux 0xbc273c4d in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xbc925456 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0xbcab6ee6 sscanf +EXPORT_SYMBOL vmlinux 0xbcb8ae64 inode_permission +EXPORT_SYMBOL vmlinux 0xbcbde822 f_setown +EXPORT_SYMBOL vmlinux 0xbce304ab seq_bprintf +EXPORT_SYMBOL vmlinux 0xbcf954d1 mini_qdisc_pair_init +EXPORT_SYMBOL vmlinux 0xbd2117c7 kmem_cache_size +EXPORT_SYMBOL vmlinux 0xbd3917d0 sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0xbd3fc026 kthread_stop +EXPORT_SYMBOL vmlinux 0xbd43723d __napi_schedule +EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init +EXPORT_SYMBOL vmlinux 0xbd53b764 pci_set_master +EXPORT_SYMBOL vmlinux 0xbd6841d4 crc16 +EXPORT_SYMBOL vmlinux 0xbd93a52c cdev_init +EXPORT_SYMBOL vmlinux 0xbda17538 __folio_lock +EXPORT_SYMBOL vmlinux 0xbda8efdd genphy_c45_eee_is_active +EXPORT_SYMBOL vmlinux 0xbdab98a6 ptp_clock_index +EXPORT_SYMBOL vmlinux 0xbdaf5e0d ipv6_mc_check_mld +EXPORT_SYMBOL vmlinux 0xbdba7486 neigh_event_ns +EXPORT_SYMBOL vmlinux 0xbdd4e136 new_inode +EXPORT_SYMBOL vmlinux 0xbdd90d48 configfs_depend_item_unlocked +EXPORT_SYMBOL vmlinux 0xbdf3a302 dev_set_mac_address_user +EXPORT_SYMBOL vmlinux 0xbe0b8d3b of_mdiobus_child_is_phy +EXPORT_SYMBOL vmlinux 0xbe177b78 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0xbe29c3de mmc_erase +EXPORT_SYMBOL vmlinux 0xbe3a44ea sdev_prefix_printk +EXPORT_SYMBOL vmlinux 0xbe49252c acpi_os_write_port +EXPORT_SYMBOL vmlinux 0xbe4eb6ed secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xbe5851c7 nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0xbe5a24e9 xxh32_copy_state +EXPORT_SYMBOL vmlinux 0xbe6a866f __wait_on_bit +EXPORT_SYMBOL vmlinux 0xbe6a8c96 zstd_cctx_workspace_bound +EXPORT_SYMBOL vmlinux 0xbe8cdea7 gnet_stats_copy_basic_hw +EXPORT_SYMBOL vmlinux 0xbe9b2ab4 phy_detach +EXPORT_SYMBOL vmlinux 0xbeb11178 mount_bdev +EXPORT_SYMBOL vmlinux 0xbeb38ccd generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0xbec1ba12 inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0xbee84814 vmf_insert_mixed +EXPORT_SYMBOL vmlinux 0xbee942bc blk_mq_alloc_disk_for_queue +EXPORT_SYMBOL vmlinux 0xbef1e3aa rproc_alloc +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbefa51a3 gen_pool_add_owner +EXPORT_SYMBOL vmlinux 0xbf0d3469 inode_set_flags +EXPORT_SYMBOL vmlinux 0xbf1024df dev_deactivate +EXPORT_SYMBOL vmlinux 0xbf38b220 flow_rule_match_ports +EXPORT_SYMBOL vmlinux 0xbf42aec1 ip6_dst_alloc +EXPORT_SYMBOL vmlinux 0xbf46053b dentry_create +EXPORT_SYMBOL vmlinux 0xbf509a86 dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0xbf59c419 posix_acl_init +EXPORT_SYMBOL vmlinux 0xbf5d5127 cfb_fillrect +EXPORT_SYMBOL vmlinux 0xbf66e030 i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0xbf9476cb input_set_capability +EXPORT_SYMBOL vmlinux 0xbfac15f1 get_tree_single +EXPORT_SYMBOL vmlinux 0xbfae9e07 utf8_validate +EXPORT_SYMBOL vmlinux 0xbfb40ae1 write_cache_pages +EXPORT_SYMBOL vmlinux 0xbfc565e6 ipv4_specific +EXPORT_SYMBOL vmlinux 0xbfc75c39 nlmsg_notify +EXPORT_SYMBOL vmlinux 0xbfcbc0d2 stmp_reset_block +EXPORT_SYMBOL vmlinux 0xbfdcc8c1 bio_split +EXPORT_SYMBOL vmlinux 0xbfe8350d simple_fill_super +EXPORT_SYMBOL vmlinux 0xc0003b9b __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0xc00568d7 pskb_expand_head +EXPORT_SYMBOL vmlinux 0xc0231254 simple_empty +EXPORT_SYMBOL vmlinux 0xc0364007 fault_in_writeable +EXPORT_SYMBOL vmlinux 0xc060686c fscrypt_has_permitted_context +EXPORT_SYMBOL vmlinux 0xc060c3f4 page_pool_ethtool_stats_get +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc078d22c zstd_init_cstream +EXPORT_SYMBOL vmlinux 0xc07b0863 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0xc08a015e skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0xc0a751d5 pnp_register_driver +EXPORT_SYMBOL vmlinux 0xc0fe9137 __printk_cpu_sync_put +EXPORT_SYMBOL vmlinux 0xc0ff12fb nla_strdup +EXPORT_SYMBOL vmlinux 0xc0ff21c1 input_get_new_minor +EXPORT_SYMBOL vmlinux 0xc1198662 __warn_flushing_systemwide_wq +EXPORT_SYMBOL vmlinux 0xc12b0255 jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0xc13e0474 rproc_get_by_phandle +EXPORT_SYMBOL vmlinux 0xc14dc168 acpi_get_data +EXPORT_SYMBOL vmlinux 0xc1514a3b free_irq +EXPORT_SYMBOL vmlinux 0xc1579516 fman_port_enable +EXPORT_SYMBOL vmlinux 0xc15d0d3c pcim_pin_device +EXPORT_SYMBOL vmlinux 0xc164a51c keygen_init +EXPORT_SYMBOL vmlinux 0xc166f9c0 sync_blockdev_range +EXPORT_SYMBOL vmlinux 0xc16b51a3 vfs_path_parent_lookup +EXPORT_SYMBOL vmlinux 0xc16be39d iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xc1889bf9 config_group_find_item +EXPORT_SYMBOL vmlinux 0xc18e49d4 scsi_dma_map +EXPORT_SYMBOL vmlinux 0xc1aeb09d inet_csk_reqsk_queue_add +EXPORT_SYMBOL vmlinux 0xc1c322c4 mipi_dsi_dcs_write +EXPORT_SYMBOL vmlinux 0xc1cb419c __traceiter_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xc1d2ba0a framebuffer_alloc +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1e2c742 tegra_io_rail_power_on +EXPORT_SYMBOL vmlinux 0xc1f4d9b7 register_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0xc1f77355 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0xc202904a scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0xc2050974 fman_port_get_tstamp +EXPORT_SYMBOL vmlinux 0xc20c5a56 input_unregister_handler +EXPORT_SYMBOL vmlinux 0xc20fe082 param_get_uint +EXPORT_SYMBOL vmlinux 0xc213f403 sock_i_uid +EXPORT_SYMBOL vmlinux 0xc2207a1d tty_unregister_device +EXPORT_SYMBOL vmlinux 0xc22f6693 call_fib_notifier +EXPORT_SYMBOL vmlinux 0xc2310cdc logic_inl +EXPORT_SYMBOL vmlinux 0xc250e8db security_inode_init_security +EXPORT_SYMBOL vmlinux 0xc26f67e2 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0xc27c3a02 blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0xc28296d3 vme_register_driver +EXPORT_SYMBOL vmlinux 0xc29bf967 strspn +EXPORT_SYMBOL vmlinux 0xc2a20dbb skb_find_text +EXPORT_SYMBOL vmlinux 0xc2b55db7 __sk_receive_skb +EXPORT_SYMBOL vmlinux 0xc2cb862e sgl_alloc_order +EXPORT_SYMBOL vmlinux 0xc2cece75 dev_mc_unsync +EXPORT_SYMBOL vmlinux 0xc2e168ab caches_clean_inval_pou +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2f162cb dquot_quotactl_sysfile_ops +EXPORT_SYMBOL vmlinux 0xc2f52274 __lshrti3 +EXPORT_SYMBOL vmlinux 0xc3055d20 usleep_range_state +EXPORT_SYMBOL vmlinux 0xc310b981 strnstr +EXPORT_SYMBOL vmlinux 0xc31db0ce is_vmalloc_addr +EXPORT_SYMBOL vmlinux 0xc32c71af register_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xc33ae940 devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xc359fb65 abort +EXPORT_SYMBOL vmlinux 0xc37366be vme_master_request +EXPORT_SYMBOL vmlinux 0xc3762aec mempool_alloc +EXPORT_SYMBOL vmlinux 0xc37f9c6e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0xc38447e2 md_bitmap_startwrite +EXPORT_SYMBOL vmlinux 0xc38c83b8 mod_timer +EXPORT_SYMBOL vmlinux 0xc39ce9db iov_iter_zero +EXPORT_SYMBOL vmlinux 0xc3b750cb folio_migrate_copy +EXPORT_SYMBOL vmlinux 0xc3ba1873 __bio_advance +EXPORT_SYMBOL vmlinux 0xc3cd034d crc8_populate_lsb +EXPORT_SYMBOL vmlinux 0xc3e0acfd xfrm_state_update +EXPORT_SYMBOL vmlinux 0xc3ef1018 gro_cells_receive +EXPORT_SYMBOL vmlinux 0xc3f513a1 blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0xc3fc3eac inode_dio_wait +EXPORT_SYMBOL vmlinux 0xc3ff38c2 down_read_trylock +EXPORT_SYMBOL vmlinux 0xc405de51 __put_devmap_managed_page_refs +EXPORT_SYMBOL vmlinux 0xc4122c72 tcf_block_put +EXPORT_SYMBOL vmlinux 0xc41b10f4 skb_free_datagram +EXPORT_SYMBOL vmlinux 0xc41f4b77 netlink_set_err +EXPORT_SYMBOL vmlinux 0xc4212ab9 qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xc42dcb99 acpi_evaluate_ost +EXPORT_SYMBOL vmlinux 0xc4402bcb vfs_llseek +EXPORT_SYMBOL vmlinux 0xc449344b icmpv6_ndo_send +EXPORT_SYMBOL vmlinux 0xc452212c utf8_strncasecmp +EXPORT_SYMBOL vmlinux 0xc453d1aa pps_lookup_dev +EXPORT_SYMBOL vmlinux 0xc46796f9 dst_dev_put +EXPORT_SYMBOL vmlinux 0xc4708199 cpm_muram_addr +EXPORT_SYMBOL vmlinux 0xc4777aa9 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xc4ae915e arch_touch_nmi_watchdog +EXPORT_SYMBOL vmlinux 0xc4b1af4a mdio_driver_unregister +EXPORT_SYMBOL vmlinux 0xc4b21d2f qman_get_affine_portal +EXPORT_SYMBOL vmlinux 0xc4b4c74c ip6mr_rule_default +EXPORT_SYMBOL vmlinux 0xc4bb4487 generic_file_llseek +EXPORT_SYMBOL vmlinux 0xc4c0a9c3 of_phy_register_fixed_link +EXPORT_SYMBOL vmlinux 0xc4d1c15a nf_getsockopt +EXPORT_SYMBOL vmlinux 0xc4fbc3e4 icmp6_send +EXPORT_SYMBOL vmlinux 0xc5002f84 free_cgroup_ns +EXPORT_SYMBOL vmlinux 0xc5030202 param_ops_ulong +EXPORT_SYMBOL vmlinux 0xc511ea30 dput +EXPORT_SYMBOL vmlinux 0xc515aa69 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0xc528a49a queued_write_lock_slowpath +EXPORT_SYMBOL vmlinux 0xc535be92 bio_split_to_limits +EXPORT_SYMBOL vmlinux 0xc56c3609 xz_dec_microlzma_reset +EXPORT_SYMBOL vmlinux 0xc57c48a3 idr_get_next +EXPORT_SYMBOL vmlinux 0xc58d5a90 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc59c2845 skb_ext_add +EXPORT_SYMBOL vmlinux 0xc59f8a89 rtnl_configure_link +EXPORT_SYMBOL vmlinux 0xc5b6f236 queue_work_on +EXPORT_SYMBOL vmlinux 0xc5cb6782 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0xc5dd5ac1 watchdog_register_governor +EXPORT_SYMBOL vmlinux 0xc5e74216 release_resource +EXPORT_SYMBOL vmlinux 0xc5ef9c38 udp_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0xc5fd442f netlink_ack +EXPORT_SYMBOL vmlinux 0xc6083362 tegra_dfll_unregister +EXPORT_SYMBOL vmlinux 0xc60d0620 __num_online_cpus +EXPORT_SYMBOL vmlinux 0xc622556f prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc633d82d phy_unregister_fixup +EXPORT_SYMBOL vmlinux 0xc65e4e97 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif +EXPORT_SYMBOL vmlinux 0xc66e7c3b scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0xc6790e64 netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0xc6891a2a __mdiobus_read +EXPORT_SYMBOL vmlinux 0xc69d06ca ethtool_virtdev_set_link_ksettings +EXPORT_SYMBOL vmlinux 0xc69fce52 qcom_scm_qsmmu500_wait_safe_toggle +EXPORT_SYMBOL vmlinux 0xc6b03d0a filemap_check_errors +EXPORT_SYMBOL vmlinux 0xc6c58b38 dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6d09aa9 release_firmware +EXPORT_SYMBOL vmlinux 0xc6f3b3fc refcount_dec_if_one +EXPORT_SYMBOL vmlinux 0xc6f46339 init_timer_key +EXPORT_SYMBOL vmlinux 0xc6fe4e65 d_alloc +EXPORT_SYMBOL vmlinux 0xc708f1fe ec_write +EXPORT_SYMBOL vmlinux 0xc7147458 vfs_create_mount +EXPORT_SYMBOL vmlinux 0xc717d9d1 rproc_resource_cleanup +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc726a493 __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0xc72e5645 rproc_add +EXPORT_SYMBOL vmlinux 0xc736c77d tcf_register_action +EXPORT_SYMBOL vmlinux 0xc7430d30 ppp_dev_name +EXPORT_SYMBOL vmlinux 0xc7532c21 dev_pm_opp_register_notifier +EXPORT_SYMBOL vmlinux 0xc76a331b mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0xc76f4f1c d_mark_dontcache +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc78970bb netdev_next_lower_dev_rcu +EXPORT_SYMBOL vmlinux 0xc7927fcd dma_fence_describe +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7a8bde3 netdev_offload_xstats_disable +EXPORT_SYMBOL vmlinux 0xc7ae1903 security_lock_kernel_down +EXPORT_SYMBOL vmlinux 0xc7c1107a LZ4_decompress_safe +EXPORT_SYMBOL vmlinux 0xc7db02f4 pci_find_capability +EXPORT_SYMBOL vmlinux 0xc7e9450e udp6_set_csum +EXPORT_SYMBOL vmlinux 0xc80ab559 swake_up_one +EXPORT_SYMBOL vmlinux 0xc81b3080 clk_bulk_get +EXPORT_SYMBOL vmlinux 0xc82b5276 kill_pgrp +EXPORT_SYMBOL vmlinux 0xc838c3f5 __ashrti3 +EXPORT_SYMBOL vmlinux 0xc839afed hdmi_audio_infoframe_check +EXPORT_SYMBOL vmlinux 0xc84098d8 vfs_iter_read +EXPORT_SYMBOL vmlinux 0xc848a3d6 fman_reset_mac +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc85e3d4e xudma_get_device +EXPORT_SYMBOL vmlinux 0xc85f94e9 __post_watch_notification +EXPORT_SYMBOL vmlinux 0xc86333e6 pci_read_vpd +EXPORT_SYMBOL vmlinux 0xc8717e52 neigh_table_init +EXPORT_SYMBOL vmlinux 0xc871feea generic_write_checks_count +EXPORT_SYMBOL vmlinux 0xc8729692 dev_driver_string +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc876d24a pm860x_reg_write +EXPORT_SYMBOL vmlinux 0xc8827b75 sysctl_vals +EXPORT_SYMBOL vmlinux 0xc8899611 pci_irq_vector +EXPORT_SYMBOL vmlinux 0xc890c008 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xc8973b11 kobject_get_unless_zero +EXPORT_SYMBOL vmlinux 0xc89846c4 xudma_tchanrt_read +EXPORT_SYMBOL vmlinux 0xc8a3b821 jbd2_fc_get_buf +EXPORT_SYMBOL vmlinux 0xc8a91f5b cpumask_local_spread +EXPORT_SYMBOL vmlinux 0xc8b096a1 ethtool_get_phc_vclocks +EXPORT_SYMBOL vmlinux 0xc8b286d6 backlight_device_get_by_type +EXPORT_SYMBOL vmlinux 0xc8b67c75 devm_gen_pool_create +EXPORT_SYMBOL vmlinux 0xc8c85086 sg_free_table +EXPORT_SYMBOL vmlinux 0xc8dcc62a krealloc +EXPORT_SYMBOL vmlinux 0xc8e4477f udp_gro_receive +EXPORT_SYMBOL vmlinux 0xc8f6f1a2 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0xc9102562 skb_flow_get_icmp_tci +EXPORT_SYMBOL vmlinux 0xc916dd46 __SCK__tp_func_kmalloc +EXPORT_SYMBOL vmlinux 0xc92b9459 of_get_compatible_child +EXPORT_SYMBOL vmlinux 0xc93e8461 acpi_get_event_resources +EXPORT_SYMBOL vmlinux 0xc94b75f0 bioset_init +EXPORT_SYMBOL vmlinux 0xc95dfb10 filemap_dirty_folio +EXPORT_SYMBOL vmlinux 0xc96275ce mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc96d6327 dcb_getapp +EXPORT_SYMBOL vmlinux 0xc96f26c5 block_dirty_folio +EXPORT_SYMBOL vmlinux 0xc972449f mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0xc97f9524 mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0xc9805b62 vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0xc9822234 clk_register_clkdev +EXPORT_SYMBOL vmlinux 0xc98d8d9f eth_platform_get_mac_address +EXPORT_SYMBOL vmlinux 0xc99a57ee timestamp_truncate +EXPORT_SYMBOL vmlinux 0xc99bf57f phy_do_ioctl +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc99fd2df i2c_del_adapter +EXPORT_SYMBOL vmlinux 0xc9a8a286 set_anon_super +EXPORT_SYMBOL vmlinux 0xc9bac46a xfrm_parse_spi +EXPORT_SYMBOL vmlinux 0xc9c5a2c9 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xc9d575ef ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0xc9df055a xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xc9e623ee mmc_get_card +EXPORT_SYMBOL vmlinux 0xc9ed0401 imx_sc_rm_is_resource_owned +EXPORT_SYMBOL vmlinux 0xca0b6a7e neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0xca11a848 gpiochip_irq_relres +EXPORT_SYMBOL vmlinux 0xca1648d4 zstd_decompress_dctx +EXPORT_SYMBOL vmlinux 0xca17ac01 _find_next_andnot_bit +EXPORT_SYMBOL vmlinux 0xca1da3a0 filemap_invalidate_lock_two +EXPORT_SYMBOL vmlinux 0xca21ebd3 bitmap_free +EXPORT_SYMBOL vmlinux 0xca23ee2f dma_find_channel +EXPORT_SYMBOL vmlinux 0xca2a6bef i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0xca387b87 sg_alloc_append_table_from_pages +EXPORT_SYMBOL vmlinux 0xca431c05 wake_bit_function +EXPORT_SYMBOL vmlinux 0xca4866dc copy_page_from_iter_atomic +EXPORT_SYMBOL vmlinux 0xca4eb704 inode_get_bytes +EXPORT_SYMBOL vmlinux 0xca61c0b9 dev_set_mac_address +EXPORT_SYMBOL vmlinux 0xca62afaf xudma_rflow_is_gp +EXPORT_SYMBOL vmlinux 0xca643e76 xfrm_register_type_offload +EXPORT_SYMBOL vmlinux 0xca7cb3f0 set_create_files_as +EXPORT_SYMBOL vmlinux 0xca7faed7 of_find_node_by_name +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xca93cbd6 mdiobus_register_device +EXPORT_SYMBOL vmlinux 0xca9beaa4 __xa_store +EXPORT_SYMBOL vmlinux 0xcaa0e871 netdev_info +EXPORT_SYMBOL vmlinux 0xcac2acf2 pnp_possible_config +EXPORT_SYMBOL vmlinux 0xcad1aca8 acpi_exception +EXPORT_SYMBOL vmlinux 0xcada7533 init_special_inode +EXPORT_SYMBOL vmlinux 0xcaea9fc7 sk_dst_check +EXPORT_SYMBOL vmlinux 0xcaf31d18 tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb07c619 vme_bus_type +EXPORT_SYMBOL vmlinux 0xcb0e9191 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0xcb1a2396 page_pool_get_stats +EXPORT_SYMBOL vmlinux 0xcb300745 netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0xcb366748 free_buffer_head +EXPORT_SYMBOL vmlinux 0xcb36bfc5 sock_no_bind +EXPORT_SYMBOL vmlinux 0xcb3ae215 call_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xcb5258b2 input_match_device_id +EXPORT_SYMBOL vmlinux 0xcb5ad6a5 mipi_dsi_device_unregister +EXPORT_SYMBOL vmlinux 0xcb5d470f blk_execute_rq +EXPORT_SYMBOL vmlinux 0xcb65d936 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0xcb68534c vme_slave_request +EXPORT_SYMBOL vmlinux 0xcb6b0ddc __blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xcb733bf2 acpi_bus_set_power +EXPORT_SYMBOL vmlinux 0xcb78956e i2c_del_driver +EXPORT_SYMBOL vmlinux 0xcb7f07fe tcp_child_process +EXPORT_SYMBOL vmlinux 0xcb8baee6 dquot_quota_sync +EXPORT_SYMBOL vmlinux 0xcb8bc9ab scsi_block_requests +EXPORT_SYMBOL vmlinux 0xcbab0c7d devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbc9f8dd dma_get_sgtable_attrs +EXPORT_SYMBOL vmlinux 0xcbd4898c fortify_panic +EXPORT_SYMBOL vmlinux 0xcbfb33e4 init_opal_dev +EXPORT_SYMBOL vmlinux 0xcbfe489d fqdir_init +EXPORT_SYMBOL vmlinux 0xcbfff56d device_get_ethdev_address +EXPORT_SYMBOL vmlinux 0xcc0409c7 tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0xcc1013d8 vme_dma_list_add +EXPORT_SYMBOL vmlinux 0xcc127e74 skb_flow_dissect_meta +EXPORT_SYMBOL vmlinux 0xcc12c64e __check_sticky +EXPORT_SYMBOL vmlinux 0xcc1b882a idr_get_next_ul +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc328a5c reservation_ww_class +EXPORT_SYMBOL vmlinux 0xcc392eea kmalloc_size_roundup +EXPORT_SYMBOL vmlinux 0xcc3c9a6e pci_alloc_irq_vectors_affinity +EXPORT_SYMBOL vmlinux 0xcc411ed1 ptp_convert_timestamp +EXPORT_SYMBOL vmlinux 0xcc429096 stream_open +EXPORT_SYMBOL vmlinux 0xcc437438 i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0xcc468dae mmc_put_card +EXPORT_SYMBOL vmlinux 0xcc4bce6f unregister_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc50cee7 kernel_recvmsg +EXPORT_SYMBOL vmlinux 0xcc5d22d9 can_do_mlock +EXPORT_SYMBOL vmlinux 0xcca1288b ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0xcca5839d xen_vcpu_id +EXPORT_SYMBOL vmlinux 0xccaf994e dma_fence_set_deadline +EXPORT_SYMBOL vmlinux 0xccba187b locks_remove_posix +EXPORT_SYMBOL vmlinux 0xccd46565 may_setattr +EXPORT_SYMBOL vmlinux 0xccfb9e07 dst_default_metrics +EXPORT_SYMBOL vmlinux 0xccfd2ebc scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0xcd01b8e6 acpi_attach_data +EXPORT_SYMBOL vmlinux 0xcd10195e prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd36d2fe skb_expand_head +EXPORT_SYMBOL vmlinux 0xcd5d8a38 arp_send +EXPORT_SYMBOL vmlinux 0xcd7f60c3 default_qdisc_ops +EXPORT_SYMBOL vmlinux 0xcd8ce890 acpi_format_exception +EXPORT_SYMBOL vmlinux 0xcd9c13a3 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0xcd9cb687 scsi_host_get +EXPORT_SYMBOL vmlinux 0xcda925e2 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0xcda96e71 unpin_user_page +EXPORT_SYMBOL vmlinux 0xcdaced8a qcom_scm_assign_mem +EXPORT_SYMBOL vmlinux 0xcdb519fe seg6_push_hmac +EXPORT_SYMBOL vmlinux 0xcdbbb61f tty_lock +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdddc4d4 xen_alloc_ballooned_pages +EXPORT_SYMBOL vmlinux 0xcde31e8e phy_device_create +EXPORT_SYMBOL vmlinux 0xcde77bcc free_opal_dev +EXPORT_SYMBOL vmlinux 0xcdf0ccef md_bitmap_free +EXPORT_SYMBOL vmlinux 0xce0342e1 seg6_hmac_info_del +EXPORT_SYMBOL vmlinux 0xce08a46e of_graph_is_present +EXPORT_SYMBOL vmlinux 0xce11897f dma_fence_array_create +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce2a8d23 follow_pfn +EXPORT_SYMBOL vmlinux 0xce328294 setattr_should_drop_suidgid +EXPORT_SYMBOL vmlinux 0xce3b34e8 build_skb +EXPORT_SYMBOL vmlinux 0xce4329ff bio_alloc_clone +EXPORT_SYMBOL vmlinux 0xce4cdb8e fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xce4e47b6 __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0xce51c958 cfb_copyarea +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce5aee7a inode_query_iversion +EXPORT_SYMBOL vmlinux 0xce650756 mmc_gpio_set_cd_isr +EXPORT_SYMBOL vmlinux 0xce720f28 mtree_destroy +EXPORT_SYMBOL vmlinux 0xce731b34 ucc_slow_get_qe_cr_subblock +EXPORT_SYMBOL vmlinux 0xce76c257 acpi_get_irq_routing_table +EXPORT_SYMBOL vmlinux 0xce807a25 up_write +EXPORT_SYMBOL vmlinux 0xcea7a1db iommu_put_resv_regions +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xceb7a76f inode_set_ctime_current +EXPORT_SYMBOL vmlinux 0xceb7ad9d wireless_spy_update +EXPORT_SYMBOL vmlinux 0xcec8d324 dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0xced0f4d4 gen_pool_create +EXPORT_SYMBOL vmlinux 0xcedf102c rproc_put +EXPORT_SYMBOL vmlinux 0xcef88fc6 thread_group_exited +EXPORT_SYMBOL vmlinux 0xcefb0c9f __mutex_init +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xceff5f18 mipi_dsi_dcs_set_tear_scanline +EXPORT_SYMBOL vmlinux 0xcf19944c netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0xcf2a6966 up +EXPORT_SYMBOL vmlinux 0xcf2ea86b __tracepoint_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xcf2f1f19 _dev_printk +EXPORT_SYMBOL vmlinux 0xcf32ff70 __f_setown +EXPORT_SYMBOL vmlinux 0xcf3b69b3 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xcf46fd84 seq_path +EXPORT_SYMBOL vmlinux 0xcf4da112 security_dentry_create_files_as +EXPORT_SYMBOL vmlinux 0xcf4fdd4d _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0xcf50c6d2 unpin_user_pages_dirty_lock +EXPORT_SYMBOL vmlinux 0xcf5d5b32 sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0xcf87735e __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xcf91ec8c dma_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0xcf9661d5 get_vm_area +EXPORT_SYMBOL vmlinux 0xcf9b558d touchscreen_set_mt_pos +EXPORT_SYMBOL vmlinux 0xcfa445b0 sock_recvmsg +EXPORT_SYMBOL vmlinux 0xcfb3dcdd write_inode_now +EXPORT_SYMBOL vmlinux 0xcfb48e98 genphy_read_master_slave +EXPORT_SYMBOL vmlinux 0xcfb71fb3 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0xcfc9deaf atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0xcfd884a8 __hsiphash_unaligned +EXPORT_SYMBOL vmlinux 0xcfdc6c01 devm_free_irq +EXPORT_SYMBOL vmlinux 0xcfeb98a8 acpi_processor_register_performance +EXPORT_SYMBOL vmlinux 0xcfebbcd7 vlan_vid_add +EXPORT_SYMBOL vmlinux 0xcff1046b fault_in_iov_iter_readable +EXPORT_SYMBOL vmlinux 0xcff421fc phy_device_register +EXPORT_SYMBOL vmlinux 0xd0042364 netdev_offload_xstats_push_delta +EXPORT_SYMBOL vmlinux 0xd0117e44 nf_reinject +EXPORT_SYMBOL vmlinux 0xd0209b4d pldmfw_op_pci_match_record +EXPORT_SYMBOL vmlinux 0xd0247e47 __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0xd04c1a64 sysctl_devconf_inherit_init_net +EXPORT_SYMBOL vmlinux 0xd0654aba woken_wake_function +EXPORT_SYMBOL vmlinux 0xd06d81b6 inet_frag_kill +EXPORT_SYMBOL vmlinux 0xd074a2c1 i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0xd0760fc0 kfree_sensitive +EXPORT_SYMBOL vmlinux 0xd095ee6f netif_inherit_tso_max +EXPORT_SYMBOL vmlinux 0xd0b74705 acpi_install_interface +EXPORT_SYMBOL vmlinux 0xd0d4537b serio_close +EXPORT_SYMBOL vmlinux 0xd0e8b8f0 tcp_sock_set_syncnt +EXPORT_SYMBOL vmlinux 0xd0f66e50 mmc_cqe_start_req +EXPORT_SYMBOL vmlinux 0xd0f93b67 to_nd_btt +EXPORT_SYMBOL vmlinux 0xd111efde genphy_read_status_fixed +EXPORT_SYMBOL vmlinux 0xd1241fcd phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0xd1363cc1 ucs2_strsize +EXPORT_SYMBOL vmlinux 0xd138f046 mmc_register_driver +EXPORT_SYMBOL vmlinux 0xd1415acc __bread_gfp +EXPORT_SYMBOL vmlinux 0xd1445333 get_tree_bdev +EXPORT_SYMBOL vmlinux 0xd14b2543 tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0xd15cb96e nla_put +EXPORT_SYMBOL vmlinux 0xd16001d8 netlink_ns_capable +EXPORT_SYMBOL vmlinux 0xd16b8867 sock_no_sendmsg_locked +EXPORT_SYMBOL vmlinux 0xd180acf4 tcp_add_backlog +EXPORT_SYMBOL vmlinux 0xd18e8326 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0xd194ddf9 acpi_gpe_count +EXPORT_SYMBOL vmlinux 0xd1aa6f6b devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0xd1ac20d2 ps2_begin_command +EXPORT_SYMBOL vmlinux 0xd1adfd2b d_instantiate_anon +EXPORT_SYMBOL vmlinux 0xd1b7a54b device_add_disk +EXPORT_SYMBOL vmlinux 0xd1c0577a of_find_node_with_property +EXPORT_SYMBOL vmlinux 0xd1c2c6e4 bmap +EXPORT_SYMBOL vmlinux 0xd1c6c6ed __hw_addr_ref_unsync_dev +EXPORT_SYMBOL vmlinux 0xd1c6d5c4 skb_clone_sk +EXPORT_SYMBOL vmlinux 0xd1d18eeb ip6_frag_next +EXPORT_SYMBOL vmlinux 0xd1d87e92 scsi_mlreturn_string +EXPORT_SYMBOL vmlinux 0xd1ec9aea tcp_sock_set_keepcnt +EXPORT_SYMBOL vmlinux 0xd1f9b09a fs_context_for_submount +EXPORT_SYMBOL vmlinux 0xd20352c1 generic_file_fsync +EXPORT_SYMBOL vmlinux 0xd2051916 qcom_scm_cpu_power_down +EXPORT_SYMBOL vmlinux 0xd206c0ed dump_skip +EXPORT_SYMBOL vmlinux 0xd2237016 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0xd24108d4 rfkill_soft_blocked +EXPORT_SYMBOL vmlinux 0xd24c2afe i2c_find_device_by_fwnode +EXPORT_SYMBOL vmlinux 0xd2582f8f __SCK__tp_func_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xd25bc5d4 csum_tcpudp_nofold +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd2800691 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0xd288ebcb i2c_put_adapter +EXPORT_SYMBOL vmlinux 0xd2949c27 generic_block_bmap +EXPORT_SYMBOL vmlinux 0xd2b134ec param_get_ushort +EXPORT_SYMBOL vmlinux 0xd2b46a3c vme_unregister_error_handler +EXPORT_SYMBOL vmlinux 0xd2b77a47 fs_param_is_u64 +EXPORT_SYMBOL vmlinux 0xd2c749f8 dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0xd2d88506 netdev_offload_xstats_report_used +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2df382f __sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0xd2e2a9d0 hdmi_spd_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0xd2e52139 fib_notifier_ops_unregister +EXPORT_SYMBOL vmlinux 0xd2ea49b8 acpi_leave_sleep_state_prep +EXPORT_SYMBOL vmlinux 0xd2f734f0 netpoll_parse_options +EXPORT_SYMBOL vmlinux 0xd2fa3b31 iptun_encaps +EXPORT_SYMBOL vmlinux 0xd30042b0 tegra_dfll_runtime_suspend +EXPORT_SYMBOL vmlinux 0xd306c526 skb_vlan_untag +EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible +EXPORT_SYMBOL vmlinux 0xd324e0c8 netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0xd3295d23 cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0xd336aaa7 ppp_register_channel +EXPORT_SYMBOL vmlinux 0xd346fcbf param_set_short +EXPORT_SYMBOL vmlinux 0xd34f257a sk_stream_error +EXPORT_SYMBOL vmlinux 0xd354f1fa jbd2_journal_start +EXPORT_SYMBOL vmlinux 0xd3559ef4 __memset +EXPORT_SYMBOL vmlinux 0xd35a6d31 mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xd35cce70 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xd3652aa3 skb_seq_read +EXPORT_SYMBOL vmlinux 0xd36dc10c get_random_u32 +EXPORT_SYMBOL vmlinux 0xd36e3d59 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0xd3901a54 register_shrinker +EXPORT_SYMBOL vmlinux 0xd398ac05 __inet_stream_connect +EXPORT_SYMBOL vmlinux 0xd3f1a97a io_uring_destruct_scm +EXPORT_SYMBOL vmlinux 0xd3fe50a6 kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xd406d266 fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xd4140548 inode_update_time +EXPORT_SYMBOL vmlinux 0xd41c0e09 bpf_link_put +EXPORT_SYMBOL vmlinux 0xd4212e05 backlight_force_update +EXPORT_SYMBOL vmlinux 0xd4235ee4 irq_domain_set_info +EXPORT_SYMBOL vmlinux 0xd4278de5 configfs_unregister_subsystem +EXPORT_SYMBOL vmlinux 0xd42920e4 pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0xd42d8512 napi_complete_done +EXPORT_SYMBOL vmlinux 0xd4579aa7 mdiobus_get_phy +EXPORT_SYMBOL vmlinux 0xd45cc6ca bin2hex +EXPORT_SYMBOL vmlinux 0xd469bccc __tracepoint_mmap_lock_released +EXPORT_SYMBOL vmlinux 0xd479807f md_wakeup_thread +EXPORT_SYMBOL vmlinux 0xd4835ef8 dmi_check_system +EXPORT_SYMBOL vmlinux 0xd489635b handshake_req_submit +EXPORT_SYMBOL vmlinux 0xd4a69d20 qm_channel_caam +EXPORT_SYMBOL vmlinux 0xd4afea5d free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0xd4b0c9c1 security_unix_may_send +EXPORT_SYMBOL vmlinux 0xd4bb4a82 inet6addr_validator_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xd4d1983c udplite_table +EXPORT_SYMBOL vmlinux 0xd4d58143 pin_user_pages_remote +EXPORT_SYMBOL vmlinux 0xd4e38182 skb_kill_datagram +EXPORT_SYMBOL vmlinux 0xd50a1676 i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0xd5241676 jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0xd5263820 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xd530b3d4 iov_iter_kvec +EXPORT_SYMBOL vmlinux 0xd5346bfc acpi_get_possible_resources +EXPORT_SYMBOL vmlinux 0xd593c6c2 pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0xd597dae3 simple_setattr +EXPORT_SYMBOL vmlinux 0xd59bd967 __napi_alloc_skb +EXPORT_SYMBOL vmlinux 0xd5a5df1a md_integrity_register +EXPORT_SYMBOL vmlinux 0xd5a7dc4b netdev_set_sb_channel +EXPORT_SYMBOL vmlinux 0xd5b3d0d5 xxh64_copy_state +EXPORT_SYMBOL vmlinux 0xd5d0e48e fs_param_is_blob +EXPORT_SYMBOL vmlinux 0xd5e0e40f vm_iomap_memory +EXPORT_SYMBOL vmlinux 0xd5f3b48a dquot_file_open +EXPORT_SYMBOL vmlinux 0xd5fd90f1 prepare_to_wait +EXPORT_SYMBOL vmlinux 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL vmlinux 0xd6085727 nd_device_unregister +EXPORT_SYMBOL vmlinux 0xd62b1e45 trace_print_flags_seq +EXPORT_SYMBOL vmlinux 0xd62ecd49 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xd642f3f6 video_firmware_drivers_only +EXPORT_SYMBOL vmlinux 0xd643239a acpi_leave_sleep_state +EXPORT_SYMBOL vmlinux 0xd64f27bd iov_iter_alignment +EXPORT_SYMBOL vmlinux 0xd6514037 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0xd66c8184 add_device_randomness +EXPORT_SYMBOL vmlinux 0xd68c5a1f adjust_resource +EXPORT_SYMBOL vmlinux 0xd6a91f54 twl_i2c_read +EXPORT_SYMBOL vmlinux 0xd6b2fdf5 jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xd6eaaea1 full_name_hash +EXPORT_SYMBOL vmlinux 0xd6edf1be netdev_txq_to_tc +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6f0046f generic_write_end +EXPORT_SYMBOL vmlinux 0xd6fde043 is_module_sig_enforced +EXPORT_SYMBOL vmlinux 0xd705137e devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0xd7065caa fs_param_is_path +EXPORT_SYMBOL vmlinux 0xd70d35a1 gf128mul_4k_bbe +EXPORT_SYMBOL vmlinux 0xd70f62b6 acpi_os_execute +EXPORT_SYMBOL vmlinux 0xd71104b3 vm_node_stat +EXPORT_SYMBOL vmlinux 0xd7140648 qdisc_offload_graft_helper +EXPORT_SYMBOL vmlinux 0xd72919d9 seq_lseek +EXPORT_SYMBOL vmlinux 0xd7356c1c ns_capable_setid +EXPORT_SYMBOL vmlinux 0xd73653c4 freezer_active +EXPORT_SYMBOL vmlinux 0xd738ca1b phy_unregister_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xd73a294f mtree_erase +EXPORT_SYMBOL vmlinux 0xd73c4762 generic_pipe_buf_try_steal +EXPORT_SYMBOL vmlinux 0xd73c8c2b synchronize_shrinkers +EXPORT_SYMBOL vmlinux 0xd7482f05 vcalloc +EXPORT_SYMBOL vmlinux 0xd7632834 __hw_addr_ref_sync_dev +EXPORT_SYMBOL vmlinux 0xd76eb8b6 follow_down_one +EXPORT_SYMBOL vmlinux 0xd794f8ba platform_get_ethdev_address +EXPORT_SYMBOL vmlinux 0xd7987177 utf8_load +EXPORT_SYMBOL vmlinux 0xd7a9e32f gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0xd7afc3d0 pci_choose_state +EXPORT_SYMBOL vmlinux 0xd7beea54 fault_in_iov_iter_writeable +EXPORT_SYMBOL vmlinux 0xd7d280ad irq_poll_complete +EXPORT_SYMBOL vmlinux 0xd7e1f4b8 pid_task +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7e637a3 inet_frag_rbtree_purge +EXPORT_SYMBOL vmlinux 0xd7e95963 dst_release +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7ede05a acpi_device_hid +EXPORT_SYMBOL vmlinux 0xd7ff1b8a __ashlti3 +EXPORT_SYMBOL vmlinux 0xd8016a89 iov_iter_get_pages2 +EXPORT_SYMBOL vmlinux 0xd8074aea xfrm_state_free +EXPORT_SYMBOL vmlinux 0xd80a11bb is_bad_inode +EXPORT_SYMBOL vmlinux 0xd811aa71 unmap_mapping_range +EXPORT_SYMBOL vmlinux 0xd8131274 qman_alloc_cgrid_range +EXPORT_SYMBOL vmlinux 0xd828f063 xudma_tchanrt_write +EXPORT_SYMBOL vmlinux 0xd83898d5 nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xd838ad2e seq_file_path +EXPORT_SYMBOL vmlinux 0xd83a6bf2 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0xd8672204 xen_free_ballooned_pages +EXPORT_SYMBOL vmlinux 0xd867c326 dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd8a994eb scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0xd8b61304 get_default_font +EXPORT_SYMBOL vmlinux 0xd8b6d96f __find_nth_and_bit +EXPORT_SYMBOL vmlinux 0xd8da7853 param_ops_uint +EXPORT_SYMBOL vmlinux 0xd8df08ac acpi_handle_printk +EXPORT_SYMBOL vmlinux 0xd8df4fa6 lookup_one +EXPORT_SYMBOL vmlinux 0xd8e0cc6c fb_prepare_logo +EXPORT_SYMBOL vmlinux 0xd907ee67 rw_verify_area +EXPORT_SYMBOL vmlinux 0xd915d63f alloc_buffer_head +EXPORT_SYMBOL vmlinux 0xd91f6ab6 strnlen_user +EXPORT_SYMBOL vmlinux 0xd9277737 pnp_release_card_device +EXPORT_SYMBOL vmlinux 0xd92deb6b acpi_evaluate_object +EXPORT_SYMBOL vmlinux 0xd9326d54 xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0xd933a211 ipmr_rule_default +EXPORT_SYMBOL vmlinux 0xd9376314 truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0xd93bc29a textsearch_register +EXPORT_SYMBOL vmlinux 0xd9491c14 xa_destroy +EXPORT_SYMBOL vmlinux 0xd94c2110 kmalloc_caches +EXPORT_SYMBOL vmlinux 0xd9507827 copy_splice_read +EXPORT_SYMBOL vmlinux 0xd97f2013 devfreq_update_interval +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd98ae410 thermal_zone_device_critical +EXPORT_SYMBOL vmlinux 0xd98d0bb1 flow_rule_match_enc_control +EXPORT_SYMBOL vmlinux 0xd98e2b55 sock_kzfree_s +EXPORT_SYMBOL vmlinux 0xd99d0cb4 arp_tbl +EXPORT_SYMBOL vmlinux 0xd9a43e8b pcie_set_readrq +EXPORT_SYMBOL vmlinux 0xd9a5ea54 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xd9a65679 input_register_handle +EXPORT_SYMBOL vmlinux 0xd9b023f2 xsk_clear_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0xd9b85ef6 lockref_get +EXPORT_SYMBOL vmlinux 0xd9b8eaea __SCK__tp_func_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xd9c9d2f1 __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0xd9d11c13 twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0xd9d6e2ed dump_skip_to +EXPORT_SYMBOL vmlinux 0xd9d8fd16 register_restart_handler +EXPORT_SYMBOL vmlinux 0xd9d952d1 crypto_aes_sbox +EXPORT_SYMBOL vmlinux 0xd9db043e tegra_dfll_register +EXPORT_SYMBOL vmlinux 0xd9fdd867 dma_resv_init +EXPORT_SYMBOL vmlinux 0xda10443c xudma_tchan_get_id +EXPORT_SYMBOL vmlinux 0xda24e8c4 sock_wfree +EXPORT_SYMBOL vmlinux 0xda29e3cc tcf_block_get +EXPORT_SYMBOL vmlinux 0xda31b9f4 blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0xda379474 cdrom_ioctl +EXPORT_SYMBOL vmlinux 0xda3ba648 mmc_retune_pause +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda3de6dd cros_ec_query_all +EXPORT_SYMBOL vmlinux 0xda3f8a71 nla_append +EXPORT_SYMBOL vmlinux 0xda4cc5e9 dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0xda64a03b md_error +EXPORT_SYMBOL vmlinux 0xda6dc4bb send_sig +EXPORT_SYMBOL vmlinux 0xda812a18 __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xda9c3b4a fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0xdac4913a bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0xdac61f9c blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0xdaca820e dynamic_preempt_schedule +EXPORT_SYMBOL vmlinux 0xdad1fc3f zstd_flush_stream +EXPORT_SYMBOL vmlinux 0xdad7dab5 pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0xdaf4293d mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0xdaf837dc udp_gro_complete +EXPORT_SYMBOL vmlinux 0xdafa9b15 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0xdb12b64e sock_efree +EXPORT_SYMBOL vmlinux 0xdb1edee6 hdmi_infoframe_unpack +EXPORT_SYMBOL vmlinux 0xdb26fd3e register_framebuffer +EXPORT_SYMBOL vmlinux 0xdb32c366 qdisc_hash_add +EXPORT_SYMBOL vmlinux 0xdb40e4fd dma_free_attrs +EXPORT_SYMBOL vmlinux 0xdb4f4e74 mipi_dsi_dcs_set_tear_off +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb71bad5 __phy_write_mmd +EXPORT_SYMBOL vmlinux 0xdb742e1d mipi_dsi_dcs_exit_sleep_mode +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb7b3f0a __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0xdb8624c3 of_count_phandle_with_args +EXPORT_SYMBOL vmlinux 0xdba07914 phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0xdba20e12 blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0xdbc43e6a qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xdbcbc467 noop_dirty_folio +EXPORT_SYMBOL vmlinux 0xdbcf041a acpi_install_address_space_handler +EXPORT_SYMBOL vmlinux 0xdbd04b40 twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0xdbdf6c92 ioport_resource +EXPORT_SYMBOL vmlinux 0xdc0e4855 timer_delete +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc27a28f truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0xdc31a81d xp_alloc +EXPORT_SYMBOL vmlinux 0xdc34158f fman_port_init +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc49c198 reciprocal_value_adv +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc5c49f0 cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0xdc618e4d inode_init_owner +EXPORT_SYMBOL vmlinux 0xdc7240cd mini_qdisc_pair_swap +EXPORT_SYMBOL vmlinux 0xdc8ccf1d input_unregister_device +EXPORT_SYMBOL vmlinux 0xdc965cd9 vfs_iter_write +EXPORT_SYMBOL vmlinux 0xdca8c3d4 logic_outb +EXPORT_SYMBOL vmlinux 0xdcb764ad memset +EXPORT_SYMBOL vmlinux 0xdcbeba1d sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0xdcdc0040 slhc_compress +EXPORT_SYMBOL vmlinux 0xdcdc048c mr_table_dump +EXPORT_SYMBOL vmlinux 0xdcf21fe3 tegra_ivc_notified +EXPORT_SYMBOL vmlinux 0xdcff2cfc pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0xdcff3568 tcp_prot +EXPORT_SYMBOL vmlinux 0xdd11fae6 simple_transaction_set +EXPORT_SYMBOL vmlinux 0xdd18a993 acpi_check_dsm +EXPORT_SYMBOL vmlinux 0xdd2c169b mb_cache_create +EXPORT_SYMBOL vmlinux 0xdd353c0c of_get_mac_address_nvmem +EXPORT_SYMBOL vmlinux 0xdd476d97 kernel_listen +EXPORT_SYMBOL vmlinux 0xdd4d55b6 _raw_read_unlock +EXPORT_SYMBOL vmlinux 0xdd5220b7 netif_tx_lock +EXPORT_SYMBOL vmlinux 0xdd5e4cea rtnl_nla_parse_ifinfomsg +EXPORT_SYMBOL vmlinux 0xdd64e639 strscpy +EXPORT_SYMBOL vmlinux 0xdd75811a uart_add_one_port +EXPORT_SYMBOL vmlinux 0xdd7e3192 qcom_scm_pas_auth_and_reset +EXPORT_SYMBOL vmlinux 0xdd8348b4 sync_file_create +EXPORT_SYMBOL vmlinux 0xdd849d51 scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0xdd89ae86 mdiobus_write_nested +EXPORT_SYMBOL vmlinux 0xdd954577 dm_unregister_target +EXPORT_SYMBOL vmlinux 0xdda26eb5 devm_rproc_add +EXPORT_SYMBOL vmlinux 0xdda96dcc phy_attach +EXPORT_SYMBOL vmlinux 0xddad7952 acpi_dbg_level +EXPORT_SYMBOL vmlinux 0xddb5fffd rtnl_create_link +EXPORT_SYMBOL vmlinux 0xddc16d97 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0xdddbe021 serio_rescan +EXPORT_SYMBOL vmlinux 0xddde6668 phy_support_asym_pause +EXPORT_SYMBOL vmlinux 0xdddef842 folio_mapping +EXPORT_SYMBOL vmlinux 0xddf0fec0 blk_integrity_register +EXPORT_SYMBOL vmlinux 0xddf6ad7a completion_done +EXPORT_SYMBOL vmlinux 0xddfdb8ac tcp_md5_needed +EXPORT_SYMBOL vmlinux 0xde293f9e add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xde3b0812 __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0xde4d9854 vfs_readlink +EXPORT_SYMBOL vmlinux 0xde607e73 genphy_write_mmd_unsupported +EXPORT_SYMBOL vmlinux 0xde64c0a3 blk_start_plug +EXPORT_SYMBOL vmlinux 0xde67419e sg_split +EXPORT_SYMBOL vmlinux 0xde6ca3bf tc_setup_offload_action +EXPORT_SYMBOL vmlinux 0xde762c52 qdisc_watchdog_init_clockid +EXPORT_SYMBOL vmlinux 0xde86400e pci_ep_cfs_remove_epc_group +EXPORT_SYMBOL vmlinux 0xdea3fba8 acpi_device_set_power +EXPORT_SYMBOL vmlinux 0xdeb0f55a inet_sock_destruct +EXPORT_SYMBOL vmlinux 0xdeb99119 dma_fence_init +EXPORT_SYMBOL vmlinux 0xdeccb4d7 handshake_req_cancel +EXPORT_SYMBOL vmlinux 0xdecf4fdd proc_create_seq_private +EXPORT_SYMBOL vmlinux 0xded39a6b gen_kill_estimator +EXPORT_SYMBOL vmlinux 0xdee4a801 file_update_time +EXPORT_SYMBOL vmlinux 0xdeecb8b9 d_add_ci +EXPORT_SYMBOL vmlinux 0xdef68d34 flow_keys_basic_dissector +EXPORT_SYMBOL vmlinux 0xdef7c893 fb_match_mode +EXPORT_SYMBOL vmlinux 0xdefd4f8f __netif_napi_del +EXPORT_SYMBOL vmlinux 0xdf0df5e9 skb_dequeue +EXPORT_SYMBOL vmlinux 0xdf17924d of_get_property +EXPORT_SYMBOL vmlinux 0xdf256037 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0xdf257004 uart_unregister_driver +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf2ebb87 _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xdf36914b xa_find_after +EXPORT_SYMBOL vmlinux 0xdf37f2f6 sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0xdf508189 backlight_device_set_brightness +EXPORT_SYMBOL vmlinux 0xdf521442 _find_next_zero_bit +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf70389e cros_ec_cmd_xfer +EXPORT_SYMBOL vmlinux 0xdf71f77d inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0xdf8c0311 security_path_mknod +EXPORT_SYMBOL vmlinux 0xdf8c695a __ndelay +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdf9384bc tcf_idr_check_alloc +EXPORT_SYMBOL vmlinux 0xdf93b9d8 timespec64_to_jiffies +EXPORT_SYMBOL vmlinux 0xdf93e117 flow_rule_match_l2tpv3 +EXPORT_SYMBOL vmlinux 0xdf9575a3 udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0xdf9734a7 sg_nents +EXPORT_SYMBOL vmlinux 0xdfa5f94d security_cred_getsecid +EXPORT_SYMBOL vmlinux 0xdfc12ef1 zstd_decompress_stream +EXPORT_SYMBOL vmlinux 0xdfcc992c current_work +EXPORT_SYMBOL vmlinux 0xdfd0b251 dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0xdfd8110c flow_block_cb_is_busy +EXPORT_SYMBOL vmlinux 0xdfda65cf netlbl_calipso_ops_register +EXPORT_SYMBOL vmlinux 0xdfdea8ef is_subdir +EXPORT_SYMBOL vmlinux 0xdfe56bbd sock_sendmsg +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xdff92ee8 page_pool_put_page_bulk +EXPORT_SYMBOL vmlinux 0xdffb704d acpi_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xdffc80fc vesa_modes +EXPORT_SYMBOL vmlinux 0xe0067703 uart_resume_port +EXPORT_SYMBOL vmlinux 0xe02c5b52 dev_load +EXPORT_SYMBOL vmlinux 0xe02c9c92 __xa_erase +EXPORT_SYMBOL vmlinux 0xe0419ac4 kstrtos16 +EXPORT_SYMBOL vmlinux 0xe0439b2e param_ops_dyndbg_classes +EXPORT_SYMBOL vmlinux 0xe051fe72 import_single_range +EXPORT_SYMBOL vmlinux 0xe058fe0e netdev_printk +EXPORT_SYMBOL vmlinux 0xe061f36b pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0xe07444f0 rpmh_write_batch +EXPORT_SYMBOL vmlinux 0xe07e5f44 acpi_reconfig_notifier_unregister +EXPORT_SYMBOL vmlinux 0xe080e8f0 set_current_groups +EXPORT_SYMBOL vmlinux 0xe082e88d acpi_check_address_range +EXPORT_SYMBOL vmlinux 0xe091c977 list_sort +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b9065b security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xe0bcc7a4 scsi_done_direct +EXPORT_SYMBOL vmlinux 0xe0bef318 icst_hz_to_vco +EXPORT_SYMBOL vmlinux 0xe0cdd5b4 proc_set_size +EXPORT_SYMBOL vmlinux 0xe0cf5bd3 mipi_dsi_generic_write +EXPORT_SYMBOL vmlinux 0xe0e574dc blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe1144b40 rproc_vq_interrupt +EXPORT_SYMBOL vmlinux 0xe123f3d9 dma_fence_release +EXPORT_SYMBOL vmlinux 0xe12bda79 vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xe1317694 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0xe131fb11 pci_rebar_get_possible_sizes +EXPORT_SYMBOL vmlinux 0xe138fb8c percpu_counter_add_batch +EXPORT_SYMBOL vmlinux 0xe13cd8a7 dmi_name_in_vendors +EXPORT_SYMBOL vmlinux 0xe13d8ac3 hash_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0xe14911ae folio_migrate_mapping +EXPORT_SYMBOL vmlinux 0xe14ac2ff vma_set_file +EXPORT_SYMBOL vmlinux 0xe1693f77 tcf_get_next_proto +EXPORT_SYMBOL vmlinux 0xe17568e3 dma_fence_signal_timestamp_locked +EXPORT_SYMBOL vmlinux 0xe17e996e dcb_delrewr +EXPORT_SYMBOL vmlinux 0xe187fce7 arp_create +EXPORT_SYMBOL vmlinux 0xe196977e blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0xe1cbf9ad con_is_visible +EXPORT_SYMBOL vmlinux 0xe1ccbc59 generic_setlease +EXPORT_SYMBOL vmlinux 0xe1dcf64a audit_log_format +EXPORT_SYMBOL vmlinux 0xe1e7d32f tcf_idr_release +EXPORT_SYMBOL vmlinux 0xe20fc0ee pcie_print_link_status +EXPORT_SYMBOL vmlinux 0xe21d49a7 seq_puts +EXPORT_SYMBOL vmlinux 0xe21f18ac __genradix_iter_peek +EXPORT_SYMBOL vmlinux 0xe222229d neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0xe224e6ff jbd2_journal_inode_ranged_wait +EXPORT_SYMBOL vmlinux 0xe22e2096 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0xe23aec32 netdev_emerg +EXPORT_SYMBOL vmlinux 0xe24d5718 xfrm6_rcv_encap +EXPORT_SYMBOL vmlinux 0xe24f1c14 of_graph_get_remote_port +EXPORT_SYMBOL vmlinux 0xe254b3b9 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0xe26228a8 proc_mkdir +EXPORT_SYMBOL vmlinux 0xe28b0ce8 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0xe2964344 __wake_up +EXPORT_SYMBOL vmlinux 0xe298fe28 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0xe2bbfa56 proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xe2bee160 pci_iomap_range +EXPORT_SYMBOL vmlinux 0xe2c97468 pci_remove_bus +EXPORT_SYMBOL vmlinux 0xe2d04399 tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0xe2d49931 vm_insert_pages +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2d68c1d ps2_drain +EXPORT_SYMBOL vmlinux 0xe2d77578 mr_dump +EXPORT_SYMBOL vmlinux 0xe2d8edae add_to_page_cache_lru +EXPORT_SYMBOL vmlinux 0xe2ede626 dev_get_iflink +EXPORT_SYMBOL vmlinux 0xe2fe170b pci_enable_wake +EXPORT_SYMBOL vmlinux 0xe3119d34 __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0xe31d7ef0 mr_rtm_dumproute +EXPORT_SYMBOL vmlinux 0xe31ffa5d sys_fillrect +EXPORT_SYMBOL vmlinux 0xe3224708 napi_get_frags +EXPORT_SYMBOL vmlinux 0xe32a25e2 xp_dma_sync_for_cpu_slow +EXPORT_SYMBOL vmlinux 0xe32ab4d8 xxh64_digest +EXPORT_SYMBOL vmlinux 0xe33ca902 skb_checksum +EXPORT_SYMBOL vmlinux 0xe367c17d inet6_ioctl +EXPORT_SYMBOL vmlinux 0xe392bb00 security_binder_transfer_binder +EXPORT_SYMBOL vmlinux 0xe396773e fb_set_suspend +EXPORT_SYMBOL vmlinux 0xe39b2ea5 sha256 +EXPORT_SYMBOL vmlinux 0xe39e377f fscrypt_ioctl_get_policy +EXPORT_SYMBOL vmlinux 0xe3a4caf3 mmc_start_request +EXPORT_SYMBOL vmlinux 0xe3a7b720 add_to_pipe +EXPORT_SYMBOL vmlinux 0xe3ad3046 __sg_page_iter_dma_next +EXPORT_SYMBOL vmlinux 0xe3c6d1e7 __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0xe3e90dc6 reuseport_detach_sock +EXPORT_SYMBOL vmlinux 0xe3ec2f2b alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0xe3fd13de km_state_expired +EXPORT_SYMBOL vmlinux 0xe3feb935 inet_frag_reasm_finish +EXPORT_SYMBOL vmlinux 0xe3feba56 tasklet_unlock_spin_wait +EXPORT_SYMBOL vmlinux 0xe3ff2c41 get_random_u64 +EXPORT_SYMBOL vmlinux 0xe40976c0 pnp_range_reserved +EXPORT_SYMBOL vmlinux 0xe40c37ea down_write_trylock +EXPORT_SYMBOL vmlinux 0xe42cbec6 scsi_vpd_tpg_id +EXPORT_SYMBOL vmlinux 0xe4342e77 mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0xe437ba22 ethtool_aggregate_mac_stats +EXPORT_SYMBOL vmlinux 0xe43d9668 xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xe444e215 param_get_byte +EXPORT_SYMBOL vmlinux 0xe4513efb pci_iomap +EXPORT_SYMBOL vmlinux 0xe46021ca _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xe480ad63 csum_and_copy_from_iter +EXPORT_SYMBOL vmlinux 0xe48b72c7 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0xe48d6a70 from_kgid +EXPORT_SYMBOL vmlinux 0xe48ecacb scsi_execute_cmd +EXPORT_SYMBOL vmlinux 0xe4b47966 truncate_pagecache +EXPORT_SYMBOL vmlinux 0xe4bbc1dd kimage_voffset +EXPORT_SYMBOL vmlinux 0xe4bc2c2f hdmi_drm_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe4bcf380 mipi_dsi_generic_read +EXPORT_SYMBOL vmlinux 0xe4c3d4a0 seg6_hmac_info_lookup +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe526fea2 ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0xe52a3cb4 tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0xe52e8852 kernel_tmpfile_open +EXPORT_SYMBOL vmlinux 0xe5364407 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0xe5536a7a param_get_long +EXPORT_SYMBOL vmlinux 0xe5691491 blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0xe5789421 ip_local_deliver +EXPORT_SYMBOL vmlinux 0xe5789eb6 update_region +EXPORT_SYMBOL vmlinux 0xe57a7849 tty_port_put +EXPORT_SYMBOL vmlinux 0xe57feefb qcom_scm_ocmem_unlock +EXPORT_SYMBOL vmlinux 0xe58090ca security_ib_endport_manage_subnet +EXPORT_SYMBOL vmlinux 0xe58d56c8 dma_resv_reserve_fences +EXPORT_SYMBOL vmlinux 0xe590043d security_sctp_assoc_established +EXPORT_SYMBOL vmlinux 0xe590dea3 sk_busy_loop_end +EXPORT_SYMBOL vmlinux 0xe5b047ca edac_mc_find +EXPORT_SYMBOL vmlinux 0xe5b5d3c6 mipi_dsi_dcs_set_display_on +EXPORT_SYMBOL vmlinux 0xe5c35e90 phy_reset_after_clk_enable +EXPORT_SYMBOL vmlinux 0xe5c60bd2 percpu_counter_set +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5cee291 register_sysctl_mount_point +EXPORT_SYMBOL vmlinux 0xe6031dbb vfs_path_lookup +EXPORT_SYMBOL vmlinux 0xe606de6d init_task +EXPORT_SYMBOL vmlinux 0xe607e909 rpmh_write_async +EXPORT_SYMBOL vmlinux 0xe61b912a security_binder_set_context_mgr +EXPORT_SYMBOL vmlinux 0xe61f72db __sk_queue_drop_skb +EXPORT_SYMBOL vmlinux 0xe621edf1 inode_add_bytes +EXPORT_SYMBOL vmlinux 0xe623f58a seq_pad +EXPORT_SYMBOL vmlinux 0xe6380436 bioset_integrity_create +EXPORT_SYMBOL vmlinux 0xe63cae3b netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0xe653f9d6 inet_recvmsg +EXPORT_SYMBOL vmlinux 0xe6550092 utf8_casefold +EXPORT_SYMBOL vmlinux 0xe65c89ce tty_unlock +EXPORT_SYMBOL vmlinux 0xe6673ed3 kmem_cache_free +EXPORT_SYMBOL vmlinux 0xe68de6f5 proc_create_mount_point +EXPORT_SYMBOL vmlinux 0xe68efe41 _raw_write_lock +EXPORT_SYMBOL vmlinux 0xe69f342f cros_ec_get_host_event +EXPORT_SYMBOL vmlinux 0xe6a1d6b5 devfreq_update_status +EXPORT_SYMBOL vmlinux 0xe6a49f4e vmf_insert_mixed_mkwrite +EXPORT_SYMBOL vmlinux 0xe6bb104a phy_disconnect +EXPORT_SYMBOL vmlinux 0xe6cd025a netlink_broadcast +EXPORT_SYMBOL vmlinux 0xe6ce97ad skb_push +EXPORT_SYMBOL vmlinux 0xe6d2458e do_trace_netlink_extack +EXPORT_SYMBOL vmlinux 0xe6d8b5f4 eth_mac_addr +EXPORT_SYMBOL vmlinux 0xe6f8d5f6 config_item_set_name +EXPORT_SYMBOL vmlinux 0xe6fa06a2 rename_lock +EXPORT_SYMBOL vmlinux 0xe6fca517 skb_tx_error +EXPORT_SYMBOL vmlinux 0xe7257ab8 xa_store_range +EXPORT_SYMBOL vmlinux 0xe737a3b4 xp_set_rxq_info +EXPORT_SYMBOL vmlinux 0xe74651b7 sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0xe74e986e __inet_hash +EXPORT_SYMBOL vmlinux 0xe7730557 ip_tunnel_parse_protocol +EXPORT_SYMBOL vmlinux 0xe77a74e3 __dev_set_mtu +EXPORT_SYMBOL vmlinux 0xe77fd670 ethtool_rx_flow_rule_create +EXPORT_SYMBOL vmlinux 0xe784135f config_group_init_type_name +EXPORT_SYMBOL vmlinux 0xe7a02573 ida_alloc_range +EXPORT_SYMBOL vmlinux 0xe7ab1ecc _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0xe7ae3939 vfs_parse_fs_string +EXPORT_SYMBOL vmlinux 0xe7b0353b __cpu_active_mask +EXPORT_SYMBOL vmlinux 0xe7b2a1a0 pnp_disable_dev +EXPORT_SYMBOL vmlinux 0xe7b77e4d ata_std_end_eh +EXPORT_SYMBOL vmlinux 0xe7b9dc56 skb_copy_and_csum_datagram_msg +EXPORT_SYMBOL vmlinux 0xe7c8e0a7 vfs_create +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7d84d69 fs_bio_set +EXPORT_SYMBOL vmlinux 0xe7d98a51 mdiobus_c45_read +EXPORT_SYMBOL vmlinux 0xe7e95637 dm_kobject_release +EXPORT_SYMBOL vmlinux 0xe7f7d2c9 blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xe805bf8c devfreq_get_freq_range +EXPORT_SYMBOL vmlinux 0xe816048f tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0xe84cc382 inode_to_bdi +EXPORT_SYMBOL vmlinux 0xe852a0fa input_set_poll_interval +EXPORT_SYMBOL vmlinux 0xe8598ec6 iunique +EXPORT_SYMBOL vmlinux 0xe85f2123 acpi_tb_unload_table +EXPORT_SYMBOL vmlinux 0xe862ea73 devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0xe873d2ab serio_unregister_port +EXPORT_SYMBOL vmlinux 0xe8ab2ff3 rpmh_invalidate +EXPORT_SYMBOL vmlinux 0xe8b2eeb6 lock_rename +EXPORT_SYMBOL vmlinux 0xe8d10b65 kernel_write +EXPORT_SYMBOL vmlinux 0xe8d285b2 nla_policy_len +EXPORT_SYMBOL vmlinux 0xe8fbf4fa __alloc_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0xe8fe8661 phy_loopback +EXPORT_SYMBOL vmlinux 0xe90253f0 xudma_rflow_get +EXPORT_SYMBOL vmlinux 0xe909997a bitmap_print_list_to_buf +EXPORT_SYMBOL vmlinux 0xe90ccd46 neigh_connected_output +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe91acfc8 pci_bus_type +EXPORT_SYMBOL vmlinux 0xe91c6b3f xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0xe9364d4e mmc_detect_change +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe9824799 flow_rule_alloc +EXPORT_SYMBOL vmlinux 0xe98dfeb6 bprm_change_interp +EXPORT_SYMBOL vmlinux 0xe9a3c98a cad_pid +EXPORT_SYMBOL vmlinux 0xe9a72ac6 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0xe9a9d324 sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0xe9af7397 __xa_set_mark +EXPORT_SYMBOL vmlinux 0xe9b9cb65 proto_unregister +EXPORT_SYMBOL vmlinux 0xe9bdfbca acpi_pm_device_sleep_state +EXPORT_SYMBOL vmlinux 0xe9dc12a4 zstd_get_error_name +EXPORT_SYMBOL vmlinux 0xe9e6ece0 vfs_get_link +EXPORT_SYMBOL vmlinux 0xe9e8faeb efi_tpm_final_log_size +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xe9ffc063 down_trylock +EXPORT_SYMBOL vmlinux 0xea1c3e3a arm_smccc_1_2_hvc +EXPORT_SYMBOL vmlinux 0xea1eb9ba thaw_bdev +EXPORT_SYMBOL vmlinux 0xea1f0863 netpoll_send_udp +EXPORT_SYMBOL vmlinux 0xea3c8e4e scsilun_to_int +EXPORT_SYMBOL vmlinux 0xea5fbbcf vfs_clone_file_range +EXPORT_SYMBOL vmlinux 0xea6f9a36 zlib_deflate_dfltcc_enabled +EXPORT_SYMBOL vmlinux 0xea7daa08 __video_get_options +EXPORT_SYMBOL vmlinux 0xea9e6d56 qdisc_offload_query_caps +EXPORT_SYMBOL vmlinux 0xeaa9c622 skb_pull_data +EXPORT_SYMBOL vmlinux 0xeab3ddb5 rfkill_alloc +EXPORT_SYMBOL vmlinux 0xeab6f4c4 acpi_check_resource_conflict +EXPORT_SYMBOL vmlinux 0xeabbdcf9 skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xeabd74be __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0xeacca155 __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0xead6e940 inet_add_offload +EXPORT_SYMBOL vmlinux 0xead8c400 bman_get_bpid +EXPORT_SYMBOL vmlinux 0xeae3dfd6 __const_udelay +EXPORT_SYMBOL vmlinux 0xeafc141f __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xeb078aee _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xeb07aece vfs_get_fsid +EXPORT_SYMBOL vmlinux 0xeb1ab0c4 xfrm4_udp_encap_rcv +EXPORT_SYMBOL vmlinux 0xeb233a45 __kmalloc +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb44339a free_pages_exact +EXPORT_SYMBOL vmlinux 0xeb7329a2 qcom_scm_set_warm_boot_addr +EXPORT_SYMBOL vmlinux 0xeb7f6046 acpi_get_devices +EXPORT_SYMBOL vmlinux 0xeb9ac090 vfs_mkdir +EXPORT_SYMBOL vmlinux 0xeb9d31c5 dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0xeb9eef52 match_uint +EXPORT_SYMBOL vmlinux 0xeba82700 dma_unmap_page_attrs +EXPORT_SYMBOL vmlinux 0xebd9c5d3 pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0xebdff1a2 tcp_read_done +EXPORT_SYMBOL vmlinux 0xebef706e free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0xebefa630 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xec2b8a42 acpi_walk_namespace +EXPORT_SYMBOL vmlinux 0xec33c668 __SCK__tp_func_spi_transfer_start +EXPORT_SYMBOL vmlinux 0xec41716a qman_alloc_fqid_range +EXPORT_SYMBOL vmlinux 0xec488d11 close_fd_get_file +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec665840 tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0xec9828eb of_device_register +EXPORT_SYMBOL vmlinux 0xeca957d1 __bitmap_and +EXPORT_SYMBOL vmlinux 0xecadf8b2 find_vma +EXPORT_SYMBOL vmlinux 0xecafcca5 dquot_release +EXPORT_SYMBOL vmlinux 0xecba3f06 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0xecc0a6ee folio_mark_dirty +EXPORT_SYMBOL vmlinux 0xecc4366b _dev_alert +EXPORT_SYMBOL vmlinux 0xeccacbbd __skb_gso_segment +EXPORT_SYMBOL vmlinux 0xece24693 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xecfd68ef acpi_get_node +EXPORT_SYMBOL vmlinux 0xed00c4fb acpi_os_printf +EXPORT_SYMBOL vmlinux 0xed3b6736 mptcp_subflow_reqsk_alloc +EXPORT_SYMBOL vmlinux 0xed500e50 from_kuid +EXPORT_SYMBOL vmlinux 0xed55f929 acpi_os_unmap_generic_address +EXPORT_SYMBOL vmlinux 0xed656e30 udp_encap_disable +EXPORT_SYMBOL vmlinux 0xed6cb8ef devm_devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0xed85dde3 dev_disable_lro +EXPORT_SYMBOL vmlinux 0xed8a2d95 memset64 +EXPORT_SYMBOL vmlinux 0xed94c055 crypto_sha512_update +EXPORT_SYMBOL vmlinux 0xeda2e038 scsi_cmd_allowed +EXPORT_SYMBOL vmlinux 0xeda96c80 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedbc4448 netdev_notice +EXPORT_SYMBOL vmlinux 0xedbda59e kthread_create_worker_on_cpu +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedd17b31 sock_get_timeout +EXPORT_SYMBOL vmlinux 0xedd58299 truncate_inode_pages +EXPORT_SYMBOL vmlinux 0xeddda731 __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xedecdc75 phy_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0xedf15e9e param_get_ullong +EXPORT_SYMBOL vmlinux 0xedf434be fman_get_mem_region +EXPORT_SYMBOL vmlinux 0xee0118df aperture_remove_conflicting_devices +EXPORT_SYMBOL vmlinux 0xee1fb8bd tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0xee22c06f jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0xee2c58fd scsicam_bios_param +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee382626 bio_init +EXPORT_SYMBOL vmlinux 0xee48156e dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0xee484e2d iterate_fd +EXPORT_SYMBOL vmlinux 0xee58e970 fb_add_videomode +EXPORT_SYMBOL vmlinux 0xee6c31f9 mii_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0xee7d7deb gen_pool_dma_zalloc +EXPORT_SYMBOL vmlinux 0xee7eb9e1 pnp_platform_devices +EXPORT_SYMBOL vmlinux 0xee876d0b unregister_console +EXPORT_SYMBOL vmlinux 0xee883b06 __vmalloc_array +EXPORT_SYMBOL vmlinux 0xee8c02e9 vprintk_emit +EXPORT_SYMBOL vmlinux 0xee8d74d6 jiffies64_to_nsecs +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xee9bd765 km_report +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeebbcaf8 flow_rule_match_meta +EXPORT_SYMBOL vmlinux 0xeec23f22 config_group_init +EXPORT_SYMBOL vmlinux 0xeec5267b con_copy_unimap +EXPORT_SYMBOL vmlinux 0xeed75a0c tcf_idr_cleanup +EXPORT_SYMBOL vmlinux 0xeed8cbbb security_sock_graft +EXPORT_SYMBOL vmlinux 0xeee75d91 ucc_fast_init +EXPORT_SYMBOL vmlinux 0xeefb1171 generic_shutdown_super +EXPORT_SYMBOL vmlinux 0xef1c33d8 compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0xef1eb01f iget5_locked +EXPORT_SYMBOL vmlinux 0xef20f054 lookup_one_len_unlocked +EXPORT_SYMBOL vmlinux 0xef32b0b8 cdc_parse_cdc_header +EXPORT_SYMBOL vmlinux 0xef346a11 input_flush_device +EXPORT_SYMBOL vmlinux 0xef452a86 blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0xef4c157c bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0xef509804 sg_alloc_table_from_pages_segment +EXPORT_SYMBOL vmlinux 0xef5a9dcd blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0xef5cf7ed clear_inode +EXPORT_SYMBOL vmlinux 0xef6915c5 of_parse_phandle_with_args_map +EXPORT_SYMBOL vmlinux 0xef6c87ef neigh_xmit +EXPORT_SYMBOL vmlinux 0xef8ac53d qcom_scm_restore_sec_cfg +EXPORT_SYMBOL vmlinux 0xef91ead5 init_net +EXPORT_SYMBOL vmlinux 0xefaf2e4f tcf_queue_work +EXPORT_SYMBOL vmlinux 0xefb2af56 bio_add_folio +EXPORT_SYMBOL vmlinux 0xefcd5531 block_write_full_page +EXPORT_SYMBOL vmlinux 0xefcea2e7 acpi_warning +EXPORT_SYMBOL vmlinux 0xefdc1749 neigh_lookup +EXPORT_SYMBOL vmlinux 0xefee932c acpi_get_data_full +EXPORT_SYMBOL vmlinux 0xefeefc09 __SCK__tp_func_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xefeeff6e dcache_dir_close +EXPORT_SYMBOL vmlinux 0xeff591c0 netdev_core_stats_alloc +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf02aa937 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0xf033a3e8 dev_get_by_napi_id +EXPORT_SYMBOL vmlinux 0xf041e968 genlmsg_put +EXPORT_SYMBOL vmlinux 0xf06c8e9b key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0xf07b07f6 sg_free_append_table +EXPORT_SYMBOL vmlinux 0xf08d2055 submit_bh +EXPORT_SYMBOL vmlinux 0xf09b5d9a get_zeroed_page +EXPORT_SYMBOL vmlinux 0xf0a51ea1 skb_copy +EXPORT_SYMBOL vmlinux 0xf0b2419f cmd_db_read_aux_data +EXPORT_SYMBOL vmlinux 0xf0b6f4a1 gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0xf0b8b43b netif_set_tso_max_segs +EXPORT_SYMBOL vmlinux 0xf0b9a4b9 commit_creds +EXPORT_SYMBOL vmlinux 0xf0bd8005 generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0xf0bdf63e ppp_channel_index +EXPORT_SYMBOL vmlinux 0xf0ef78c0 km_policy_expired +EXPORT_SYMBOL vmlinux 0xf0fdf6cb __stack_chk_fail +EXPORT_SYMBOL vmlinux 0xf11dd46e _page_poisoning_enabled_early +EXPORT_SYMBOL vmlinux 0xf141a30c vfs_rename +EXPORT_SYMBOL vmlinux 0xf146f7e4 phy_ethtool_nway_reset +EXPORT_SYMBOL vmlinux 0xf14e5ff9 update_devfreq +EXPORT_SYMBOL vmlinux 0xf15d292e writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0xf16ccaf0 xfrm_state_walk +EXPORT_SYMBOL vmlinux 0xf1739268 vfs_mkobj +EXPORT_SYMBOL vmlinux 0xf174c670 tty_hung_up_p +EXPORT_SYMBOL vmlinux 0xf18300ad logic_inb +EXPORT_SYMBOL vmlinux 0xf18fc53f phy_validate_pause +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf1969a8e __usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xf1a65f7b zstd_reset_dstream +EXPORT_SYMBOL vmlinux 0xf1aa8ab2 filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0xf1ae93ee param_ops_long +EXPORT_SYMBOL vmlinux 0xf1c93d56 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1e046cc panic +EXPORT_SYMBOL vmlinux 0xf1e542e0 user_path_create +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1f6947d __mdiobus_c45_write +EXPORT_SYMBOL vmlinux 0xf1f88a0e dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0xf23d5930 mmc_can_erase +EXPORT_SYMBOL vmlinux 0xf23f95f2 gro_cells_init +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf24cb83a eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0xf24cb9c4 rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0xf25d31fb vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0xf2628676 zstd_compress_cctx +EXPORT_SYMBOL vmlinux 0xf2669a2c imx_scu_irq_register_notifier +EXPORT_SYMBOL vmlinux 0xf267c34d may_umount_tree +EXPORT_SYMBOL vmlinux 0xf26d56d4 bdi_put +EXPORT_SYMBOL vmlinux 0xf26dc825 dcb_setrewr +EXPORT_SYMBOL vmlinux 0xf26e1ec5 of_find_compatible_node +EXPORT_SYMBOL vmlinux 0xf26f314c xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0xf2761055 get_watch_queue +EXPORT_SYMBOL vmlinux 0xf288aa44 tcf_exts_dump +EXPORT_SYMBOL vmlinux 0xf28cf0ae __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf28fbecf of_node_put +EXPORT_SYMBOL vmlinux 0xf29403e5 acpi_install_table_handler +EXPORT_SYMBOL vmlinux 0xf29e1f46 flow_rule_match_arp +EXPORT_SYMBOL vmlinux 0xf2a8efae dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0xf2aa0499 dm_register_target +EXPORT_SYMBOL vmlinux 0xf2b8c02d pci_unregister_driver +EXPORT_SYMBOL vmlinux 0xf2c43f3f zlib_deflate +EXPORT_SYMBOL vmlinux 0xf2d75162 filemap_range_has_page +EXPORT_SYMBOL vmlinux 0xf2e08f40 fwnode_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0xf2e5bd87 security_free_mnt_opts +EXPORT_SYMBOL vmlinux 0xf2f53617 memregion_free +EXPORT_SYMBOL vmlinux 0xf30fbfbc pnp_get_resource +EXPORT_SYMBOL vmlinux 0xf317ec6d skb_tunnel_check_pmtu +EXPORT_SYMBOL vmlinux 0xf31c5666 shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0xf32ec18e pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0xf337fdb4 pci_iounmap +EXPORT_SYMBOL vmlinux 0xf33d5d2e generic_file_open +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf35cc801 mpage_readahead +EXPORT_SYMBOL vmlinux 0xf3621fe2 mtree_alloc_rrange +EXPORT_SYMBOL vmlinux 0xf36f42a9 slhc_uncompress +EXPORT_SYMBOL vmlinux 0xf387bac2 ptp_find_pin +EXPORT_SYMBOL vmlinux 0xf38c808b registered_fb +EXPORT_SYMBOL vmlinux 0xf390f6f1 __bitmap_andnot +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf3932313 mb_cache_entry_wait_unused +EXPORT_SYMBOL vmlinux 0xf3a57892 release_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0xf3c4994c mdio_driver_register +EXPORT_SYMBOL vmlinux 0xf3ca3af3 mdiobus_read_nested +EXPORT_SYMBOL vmlinux 0xf3cfa76a __nla_put +EXPORT_SYMBOL vmlinux 0xf3d82041 elv_rb_add +EXPORT_SYMBOL vmlinux 0xf3e0e1df allocate_resource +EXPORT_SYMBOL vmlinux 0xf3e73dc6 tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0xf3f8118a sock_init_data_uid +EXPORT_SYMBOL vmlinux 0xf3f9d39b dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0xf4084d15 __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0xf40e5cc2 mr_vif_seq_idx +EXPORT_SYMBOL vmlinux 0xf4380473 to_ndd +EXPORT_SYMBOL vmlinux 0xf43d2caa acpi_remove_interface +EXPORT_SYMBOL vmlinux 0xf4464798 get_task_cred +EXPORT_SYMBOL vmlinux 0xf446bd61 amba_device_register +EXPORT_SYMBOL vmlinux 0xf44a904a net_ns_barrier +EXPORT_SYMBOL vmlinux 0xf44c0dba filemap_fdatawait_keep_errors +EXPORT_SYMBOL vmlinux 0xf44f852a phy_check_valid +EXPORT_SYMBOL vmlinux 0xf45e73d2 tegra_ivc_write_get_next_frame +EXPORT_SYMBOL vmlinux 0xf469a9d2 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0xf46decc2 __phy_read_mmd +EXPORT_SYMBOL vmlinux 0xf46ec683 mroute6_is_socket +EXPORT_SYMBOL vmlinux 0xf474c21c bitmap_print_to_pagebuf +EXPORT_SYMBOL vmlinux 0xf474fdcb kfree_const +EXPORT_SYMBOL vmlinux 0xf47a8541 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0xf4859bf1 ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0xf488b75a mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0xf48f5e7e __dynamic_ibdev_dbg +EXPORT_SYMBOL vmlinux 0xf49aae72 __acpi_mdiobus_register +EXPORT_SYMBOL vmlinux 0xf4b05989 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0xf4b2ba13 udp_lib_unhash +EXPORT_SYMBOL vmlinux 0xf4b754fd acpi_resources_are_enforced +EXPORT_SYMBOL vmlinux 0xf4ba510d param_set_bint +EXPORT_SYMBOL vmlinux 0xf4bcc164 dev_set_threaded +EXPORT_SYMBOL vmlinux 0xf4c8cede security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xf4db35bc stpcpy +EXPORT_SYMBOL vmlinux 0xf4dd25d2 lease_get_mtime +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf5002602 file_path +EXPORT_SYMBOL vmlinux 0xf503953d bd_abort_claiming +EXPORT_SYMBOL vmlinux 0xf51aba51 dev_printk_emit +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf5466797 sk_ioctl +EXPORT_SYMBOL vmlinux 0xf558ee53 load_nls +EXPORT_SYMBOL vmlinux 0xf55ffdc9 of_translate_dma_region +EXPORT_SYMBOL vmlinux 0xf561e999 __skb_gro_checksum_complete +EXPORT_SYMBOL vmlinux 0xf5732c56 unload_nls +EXPORT_SYMBOL vmlinux 0xf574955a done_path_create +EXPORT_SYMBOL vmlinux 0xf57eb5eb ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0xf5a0fdee tcp_sock_set_keepidle +EXPORT_SYMBOL vmlinux 0xf5a20ed2 __genradix_prealloc +EXPORT_SYMBOL vmlinux 0xf5e7ea40 ktime_get_coarse_ts64 +EXPORT_SYMBOL vmlinux 0xf5e80a77 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0xf5ff2866 flow_block_cb_incref +EXPORT_SYMBOL vmlinux 0xf6054799 ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0xf60e7fdf nvdimm_namespace_disk_name +EXPORT_SYMBOL vmlinux 0xf61ea305 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0xf61fb558 sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0xf6227026 netdev_set_num_tc +EXPORT_SYMBOL vmlinux 0xf62c0221 napi_enable +EXPORT_SYMBOL vmlinux 0xf62c39fe ucc_slow_graceful_stop_tx +EXPORT_SYMBOL vmlinux 0xf63d3f0e unregister_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0xf641135b sock_set_priority +EXPORT_SYMBOL vmlinux 0xf643d104 hsiphash_4u32 +EXPORT_SYMBOL vmlinux 0xf650edb8 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0xf65a7437 vga_get +EXPORT_SYMBOL vmlinux 0xf665f74f sock_load_diag_module +EXPORT_SYMBOL vmlinux 0xf66721bb readahead_expand +EXPORT_SYMBOL vmlinux 0xf66a0257 kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0xf67ab0da max8998_update_reg +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf69785de blk_mq_init_allocated_queue +EXPORT_SYMBOL vmlinux 0xf6aeb53e of_phy_deregister_fixed_link +EXPORT_SYMBOL vmlinux 0xf6b26a1b phy_write_paged +EXPORT_SYMBOL vmlinux 0xf6c419e3 blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0xf6e8bd8c neigh_app_ns +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6f9d58d init_on_free +EXPORT_SYMBOL vmlinux 0xf6fc8791 __bitmap_xor +EXPORT_SYMBOL vmlinux 0xf7006828 skb_unlink +EXPORT_SYMBOL vmlinux 0xf72a1e16 __quota_error +EXPORT_SYMBOL vmlinux 0xf7370f56 system_state +EXPORT_SYMBOL vmlinux 0xf738d1be register_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xf74b57f8 tcp_ld_RTO_revert +EXPORT_SYMBOL vmlinux 0xf76843b5 qcom_scm_pas_supported +EXPORT_SYMBOL vmlinux 0xf7684887 to_nd_dax +EXPORT_SYMBOL vmlinux 0xf7687f06 nf_log_unregister +EXPORT_SYMBOL vmlinux 0xf77555cd __memcpy_toio +EXPORT_SYMBOL vmlinux 0xf779cff4 sock_set_rcvbuf +EXPORT_SYMBOL vmlinux 0xf791e591 fib6_info_hw_flags_set +EXPORT_SYMBOL vmlinux 0xf7a47b40 ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0xf7ab2bce phy_init_hw +EXPORT_SYMBOL vmlinux 0xf7b8fd9a vlan_filter_push_vids +EXPORT_SYMBOL vmlinux 0xf7b9f612 max8925_bulk_read +EXPORT_SYMBOL vmlinux 0xf7d31de9 kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0xf7da6e6f acpi_unload_table +EXPORT_SYMBOL vmlinux 0xf7ea6311 qman_p_poll_dqrr +EXPORT_SYMBOL vmlinux 0xf7edd8dc mmc_add_host +EXPORT_SYMBOL vmlinux 0xf7f05c17 fman_port_use_kg_hash +EXPORT_SYMBOL vmlinux 0xf7f0fe91 nd_pfn_probe +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf812cff6 memscan +EXPORT_SYMBOL vmlinux 0xf81ea982 pci_select_bars +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf84a2342 phy_set_max_speed +EXPORT_SYMBOL vmlinux 0xf84bd6ee bpf_stats_enabled_key +EXPORT_SYMBOL vmlinux 0xf8631e43 fman_port_bind +EXPORT_SYMBOL vmlinux 0xf86693d5 rtc_add_group +EXPORT_SYMBOL vmlinux 0xf876f6ff dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0xf88337b7 put_ipc_ns +EXPORT_SYMBOL vmlinux 0xf88ecec4 kvmemdup +EXPORT_SYMBOL vmlinux 0xf895336d netif_set_real_num_queues +EXPORT_SYMBOL vmlinux 0xf898308a fman_port_get_device +EXPORT_SYMBOL vmlinux 0xf89b2d1f set_anon_super_fc +EXPORT_SYMBOL vmlinux 0xf8a866c0 max8925_bulk_write +EXPORT_SYMBOL vmlinux 0xf8d07858 bitmap_from_arr32 +EXPORT_SYMBOL vmlinux 0xf8d2bc2c zstd_find_frame_compressed_size +EXPORT_SYMBOL vmlinux 0xf8f61ebc wake_up_var +EXPORT_SYMBOL vmlinux 0xf8f6ebcb vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0xf8ff36c0 build_skb_around +EXPORT_SYMBOL vmlinux 0xf91b89ab fman_sp_build_buffer_struct +EXPORT_SYMBOL vmlinux 0xf91f49f2 free_netdev +EXPORT_SYMBOL vmlinux 0xf92a6f11 pcie_get_speed_cap +EXPORT_SYMBOL vmlinux 0xf9307d81 iov_iter_revert +EXPORT_SYMBOL vmlinux 0xf9322a77 pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0xf93aae46 __arm_smccc_smc +EXPORT_SYMBOL vmlinux 0xf93cd738 input_free_device +EXPORT_SYMBOL vmlinux 0xf93db707 security_d_instantiate +EXPORT_SYMBOL vmlinux 0xf93fd09c fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xf94536c2 proc_dointvec +EXPORT_SYMBOL vmlinux 0xf94c2a38 ip_frag_init +EXPORT_SYMBOL vmlinux 0xf95c619b acpi_processor_preregister_performance +EXPORT_SYMBOL vmlinux 0xf97181c4 pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0xf9722676 twl_i2c_write +EXPORT_SYMBOL vmlinux 0xf9995c46 seq_read +EXPORT_SYMBOL vmlinux 0xf99faea7 fb_show_logo +EXPORT_SYMBOL vmlinux 0xf99fbdb3 input_set_min_poll_interval +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9a752fb xfrm_user_policy +EXPORT_SYMBOL vmlinux 0xf9bad87c vif_device_init +EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat +EXPORT_SYMBOL vmlinux 0xf9ca2eb4 kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0xf9d9737f truncate_setsize +EXPORT_SYMBOL vmlinux 0xf9da12a5 tcp_read_sock +EXPORT_SYMBOL vmlinux 0xf9e2de14 vfs_fileattr_get +EXPORT_SYMBOL vmlinux 0xf9eddd7c udp6_seq_ops +EXPORT_SYMBOL vmlinux 0xf9efdbb7 kmalloc_node_trace +EXPORT_SYMBOL vmlinux 0xf9fa726f reuseport_has_conns_set +EXPORT_SYMBOL vmlinux 0xf9ff843d devm_ioport_map +EXPORT_SYMBOL vmlinux 0xfa042227 gnet_stats_add_basic +EXPORT_SYMBOL vmlinux 0xfa08c34a page_offline_end +EXPORT_SYMBOL vmlinux 0xfa11945d lookup_one_unlocked +EXPORT_SYMBOL vmlinux 0xfa23423b follow_down +EXPORT_SYMBOL vmlinux 0xfa297415 acpi_map_pxm_to_node +EXPORT_SYMBOL vmlinux 0xfa2e5f32 i2c_smbus_pec +EXPORT_SYMBOL vmlinux 0xfa4d2f03 __nla_parse +EXPORT_SYMBOL vmlinux 0xfa55b4b8 rproc_da_to_va +EXPORT_SYMBOL vmlinux 0xfa58cc2f tc_setup_cb_add +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa59d2c2 mmc_gpio_set_cd_wake +EXPORT_SYMBOL vmlinux 0xfa82dea7 request_firmware +EXPORT_SYMBOL vmlinux 0xfa8583a8 inet_sk_set_state +EXPORT_SYMBOL vmlinux 0xfa971c4d jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0xfa98992f pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0xfaaa12d0 _page_poisoning_enabled +EXPORT_SYMBOL vmlinux 0xfaaa7b5c of_n_size_cells +EXPORT_SYMBOL vmlinux 0xfabc1a88 del_gendisk +EXPORT_SYMBOL vmlinux 0xfac0a7cf blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0xfac0de50 pci_find_next_bus +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfad0c576 scsi_remove_device +EXPORT_SYMBOL vmlinux 0xfad40f37 param_get_bool +EXPORT_SYMBOL vmlinux 0xfad42df1 __kfree_skb +EXPORT_SYMBOL vmlinux 0xfaecb308 memcg_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0xfafedaee jbd2_fc_wait_bufs +EXPORT_SYMBOL vmlinux 0xfb00af3a netif_skb_features +EXPORT_SYMBOL vmlinux 0xfb0f2c5f tcf_exts_terse_dump +EXPORT_SYMBOL vmlinux 0xfb348fea fault_in_safe_writeable +EXPORT_SYMBOL vmlinux 0xfb384d37 kasprintf +EXPORT_SYMBOL vmlinux 0xfb5b0dc2 nd_integrity_init +EXPORT_SYMBOL vmlinux 0xfb656ec1 kernel_sendmsg_locked +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb6c613c netif_schedule_queue +EXPORT_SYMBOL vmlinux 0xfb712dbf rproc_of_resm_mem_entry_init +EXPORT_SYMBOL vmlinux 0xfb761f65 blk_mq_destroy_queue +EXPORT_SYMBOL vmlinux 0xfb8e7e85 mipi_dsi_picture_parameter_set +EXPORT_SYMBOL vmlinux 0xfb94c134 of_graph_get_remote_port_parent +EXPORT_SYMBOL vmlinux 0xfb9aa9f1 blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0xfba7a5f5 __get_random_u32_below +EXPORT_SYMBOL vmlinux 0xfba7ddd2 match_u64 +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbac3f40 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0xfbad3cf0 scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0xfbb8a761 strscpy_pad +EXPORT_SYMBOL vmlinux 0xfbc06971 jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0xfbc4f89e io_schedule_timeout +EXPORT_SYMBOL vmlinux 0xfbc7de86 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0xfbd3307f ns_capable +EXPORT_SYMBOL vmlinux 0xfbda3ad5 locks_copy_lock +EXPORT_SYMBOL vmlinux 0xfbdda657 page_readlink +EXPORT_SYMBOL vmlinux 0xfbdf2c95 pci_bus_claim_resources +EXPORT_SYMBOL vmlinux 0xfbe215e4 sg_next +EXPORT_SYMBOL vmlinux 0xfbe488bb phy_device_free +EXPORT_SYMBOL vmlinux 0xfbe4b175 qman_create_cgr +EXPORT_SYMBOL vmlinux 0xfbe8ee28 acpi_get_table_by_index +EXPORT_SYMBOL vmlinux 0xfbe8fa62 cdrom_release +EXPORT_SYMBOL vmlinux 0xfc08d0ec dma_set_coherent_mask +EXPORT_SYMBOL vmlinux 0xfc14ce3f simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0xfc336d2e __wake_up_bit +EXPORT_SYMBOL vmlinux 0xfc3b2a73 phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0xfc4152fc ec_read +EXPORT_SYMBOL vmlinux 0xfc421e79 gnet_stats_add_queue +EXPORT_SYMBOL vmlinux 0xfc52abc7 qcom_scm_pas_shutdown +EXPORT_SYMBOL vmlinux 0xfc881b89 fman_port_get_hash_result_offset +EXPORT_SYMBOL vmlinux 0xfc91b657 tcp_poll +EXPORT_SYMBOL vmlinux 0xfc9ed8c3 qcom_scm_ice_available +EXPORT_SYMBOL vmlinux 0xfca9e2e2 scsi_device_set_state +EXPORT_SYMBOL vmlinux 0xfcaca72c tcp_stream_memory_free +EXPORT_SYMBOL vmlinux 0xfcce2f7d ucc_fast_enable +EXPORT_SYMBOL vmlinux 0xfcd1819a hdmi_spd_infoframe_check +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcfa0c8f generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0xfcfa78af ___pskb_trim +EXPORT_SYMBOL vmlinux 0xfd0a7beb __i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0xfd0f698f of_get_parent +EXPORT_SYMBOL vmlinux 0xfd1440df elv_bio_merge_ok +EXPORT_SYMBOL vmlinux 0xfd171044 kthread_create_worker +EXPORT_SYMBOL vmlinux 0xfd1bf62e xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0xfd3306bb kobject_init +EXPORT_SYMBOL vmlinux 0xfd34485c tcp_connect +EXPORT_SYMBOL vmlinux 0xfd4c5cfa regset_get +EXPORT_SYMBOL vmlinux 0xfd50ae50 __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xfd5a2986 cpumask_any_and_distribute +EXPORT_SYMBOL vmlinux 0xfd5ec00b devm_memremap +EXPORT_SYMBOL vmlinux 0xfd64ff3f pnp_start_dev +EXPORT_SYMBOL vmlinux 0xfd6883d2 phy_read_paged +EXPORT_SYMBOL vmlinux 0xfd69b84a d_exact_alias +EXPORT_SYMBOL vmlinux 0xfd908880 __dquot_free_space +EXPORT_SYMBOL vmlinux 0xfd990380 dev_get_by_index +EXPORT_SYMBOL vmlinux 0xfd996a1b nd_btt_version +EXPORT_SYMBOL vmlinux 0xfda3b1d4 pci_disable_msi +EXPORT_SYMBOL vmlinux 0xfda53c7a sk_send_sigurg +EXPORT_SYMBOL vmlinux 0xfdad5af2 inet_sendmsg +EXPORT_SYMBOL vmlinux 0xfdb58037 simple_dentry_operations +EXPORT_SYMBOL vmlinux 0xfdb6d4b8 netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0xfdba919d __nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xfdcb4ed3 acpi_os_get_line +EXPORT_SYMBOL vmlinux 0xfdcc8a0e fb_find_best_display +EXPORT_SYMBOL vmlinux 0xfddf3107 jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0xfde9b344 __serio_register_port +EXPORT_SYMBOL vmlinux 0xfdf9d8ec unregister_netdev +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe0c2eb8 flow_block_cb_alloc +EXPORT_SYMBOL vmlinux 0xfe1c9ea5 sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0xfe1d2e94 key_create_or_update +EXPORT_SYMBOL vmlinux 0xfe1ff238 fib_notifier_ops_register +EXPORT_SYMBOL vmlinux 0xfe215b97 proc_do_large_bitmap +EXPORT_SYMBOL vmlinux 0xfe3a0492 security_sb_remount +EXPORT_SYMBOL vmlinux 0xfe487975 init_wait_entry +EXPORT_SYMBOL vmlinux 0xfe51adaa block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe62ce1f d_find_alias +EXPORT_SYMBOL vmlinux 0xfe73f836 rproc_elf_load_rsc_table +EXPORT_SYMBOL vmlinux 0xfe742b0a sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0xfe7bc011 scsi_alloc_sgtables +EXPORT_SYMBOL vmlinux 0xfe83b0d8 __folio_start_writeback +EXPORT_SYMBOL vmlinux 0xfe8c61f0 _raw_read_lock +EXPORT_SYMBOL vmlinux 0xfe916dc6 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0xfe98a409 eth_header +EXPORT_SYMBOL vmlinux 0xfe9ebbbb acpi_osi_is_win8 +EXPORT_SYMBOL vmlinux 0xfeaefc66 md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0xfeb29d65 dev_remove_pack +EXPORT_SYMBOL vmlinux 0xfebecf33 sock_register +EXPORT_SYMBOL vmlinux 0xfec4f807 mipi_dsi_device_register_full +EXPORT_SYMBOL vmlinux 0xfec91184 pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0xfed618f1 cros_ec_get_next_event +EXPORT_SYMBOL vmlinux 0xfeda40c9 __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfeebc7c4 __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0xfef08aed __scm_destroy +EXPORT_SYMBOL vmlinux 0xfef216eb _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0xfefcb98e vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xff128a9a xfrm_lookup_with_ifid +EXPORT_SYMBOL vmlinux 0xff15e92a phy_write_mmd +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff20807a tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0xff282521 rfkill_register +EXPORT_SYMBOL vmlinux 0xff40d51d igrab +EXPORT_SYMBOL vmlinux 0xff41a709 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0xff5593b3 of_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0xff5b6f0a csum_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff6d898e kobject_get +EXPORT_SYMBOL vmlinux 0xff7e7f8d kryo_l2_set_indirect_reg +EXPORT_SYMBOL vmlinux 0xff87cd18 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0xff8f0330 input_enable_softrepeat +EXPORT_SYMBOL vmlinux 0xffb7c514 ida_free +EXPORT_SYMBOL vmlinux 0xffc4f200 zstd_compress_stream +EXPORT_SYMBOL vmlinux 0xffcc4ec7 tcp_bpf_bypass_getsockopt +EXPORT_SYMBOL vmlinux 0xffe74af9 reuseport_add_sock +EXPORT_SYMBOL vmlinux 0xffeedf6a delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0xfff612a6 key_link +EXPORT_SYMBOL_GPL crypto/af_alg 0x03a04a6e af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x0d0963e5 af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x0fd05ee7 af_alg_sendmsg +EXPORT_SYMBOL_GPL crypto/af_alg 0x22789458 af_alg_get_rsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x262485e6 af_alg_free_resources +EXPORT_SYMBOL_GPL crypto/af_alg 0x27e92408 af_alg_async_cb +EXPORT_SYMBOL_GPL crypto/af_alg 0x2bc3061c af_alg_poll +EXPORT_SYMBOL_GPL crypto/af_alg 0x2f69fa4a af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0x32b8c311 af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/af_alg 0x362e019c af_alg_wait_for_data +EXPORT_SYMBOL_GPL crypto/af_alg 0x5f01d312 af_alg_alloc_areq +EXPORT_SYMBOL_GPL crypto/af_alg 0x61a784d9 af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0x634264a9 af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x8801d0db af_alg_wmem_wakeup +EXPORT_SYMBOL_GPL crypto/af_alg 0xaa5991ec af_alg_count_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xe829a692 af_alg_pull_tsgl +EXPORT_SYMBOL_GPL crypto/aria_generic 0x2850cd40 aria_set_key +EXPORT_SYMBOL_GPL crypto/aria_generic 0x4a61978a aria_encrypt +EXPORT_SYMBOL_GPL crypto/aria_generic 0xbdad6df6 aria_decrypt +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x00041fb4 async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x9d7fab2b async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xef4e0474 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0xa9cc6ed0 async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0xfc0f2bef async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x394becc8 async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x6bf8a8e3 __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xc8c6b6ef async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xfd69cd10 async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x4fa33778 async_xor_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xa24ed394 async_xor_val_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xbd3c2c22 async_xor_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xc1f06917 async_xor +EXPORT_SYMBOL_GPL crypto/authenc 0x2479193e crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0x6997c954 blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x18646beb cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x188d9d26 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0xef81a4af __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x3dbae082 __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xaf435806 cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xcfce512f __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xd76a5716 __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast_common 0x5609ce41 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0x5b17be06 cast_s4 +EXPORT_SYMBOL_GPL crypto/cast_common 0xb9cba57f cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xbd3e7542 cast_s1 +EXPORT_SYMBOL_GPL crypto/cryptd 0x129b4a45 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x1c23b746 cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0x2a8ee63a cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x6195b9a3 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x800e81be cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x89979e22 cryptd_alloc_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x9b3c7776 cryptd_skcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x9d203cdb cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xa30ab35c cryptd_aead_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0xb6650e80 cryptd_skcipher_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0xb9b052c7 cryptd_free_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0xe0877d51 cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0xf8818a47 cryptd_ahash_queued +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x3df897fa crypto_finalize_aead_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x4dd14e65 crypto_engine_alloc_init_and_set +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x65d362ba crypto_engine_stop +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x75de9a58 crypto_transfer_hash_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x77d55b4f crypto_finalize_hash_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x909a1c04 crypto_transfer_aead_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x914c118b crypto_finalize_akcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xa871d4ce crypto_finalize_kpp_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xc265079f crypto_transfer_kpp_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xc2aaf92a crypto_transfer_akcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xcb531b44 crypto_engine_exit +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xcd35b857 crypto_engine_start +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xd079eded crypto_finalize_skcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xe44c0dfc crypto_engine_alloc_init +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xfd4921ef crypto_transfer_skcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0x33b866ce crypto_ecdh_decode_key +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0x7475be8e crypto_ecdh_key_len +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0xb230d2ec crypto_ecdh_encode_key +EXPORT_SYMBOL_GPL crypto/polyval-generic 0x1936413e polyval_mul_non4k +EXPORT_SYMBOL_GPL crypto/polyval-generic 0x49dece42 polyval_update_non4k +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x4eb4c55e __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x51cdcd6b serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xbcc074f3 __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xd4c9681a __serpent_setkey +EXPORT_SYMBOL_GPL crypto/sm2_generic 0xcc6f4aa6 sm2_compute_z_digest +EXPORT_SYMBOL_GPL crypto/sm3 0xa98edad1 sm3_update +EXPORT_SYMBOL_GPL crypto/sm3 0xf04338f9 sm3_final +EXPORT_SYMBOL_GPL crypto/sm3_generic 0x0bddca87 sm3_zero_message_hash +EXPORT_SYMBOL_GPL crypto/sm4 0x24e254e8 sm4_expandkey +EXPORT_SYMBOL_GPL crypto/sm4 0xfa81970e sm4_crypt_block +EXPORT_SYMBOL_GPL crypto/twofish_common 0x1e017bb2 twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0xe22b7787 __twofish_setkey +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x04ebadf0 spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x05bfdaab spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x08f0212d spk_set_num_var +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x1b15b16b spk_var_store +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x1cb0eac1 spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x1e39eb14 synth_putws +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x288ac8f0 synth_remove +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x292a5a2c spk_synth_flush +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x337a2492 spk_ttyio_ops +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x3982b120 synth_current +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x43763bdc spk_ttyio_synth_probe +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x45eda959 spk_get_var +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x466f5eb7 synth_putwc +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x4cf9ff75 spk_ttyio_synth_immediate +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x613a03e9 spk_ttyio_release +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x76d40046 synth_buffer_skip_nonlatin1 +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x84dad068 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8c82dfca synth_request_region +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8d3d1246 spk_synth_get_index +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8fe0db01 synth_putwc_s +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xaadb0612 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xb734cb9d speakup_event +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc0764194 spk_do_catch_up_unicode +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc319c604 synth_putws_s +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc58f6e50 spk_get_var_header +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd8fd86cf synth_release_region +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd93829dd speakup_info +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xe194d0ef synth_printf +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xf06e34cc synth_add +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xf6a5bc58 spk_var_show +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x04824d98 acpi_nfit_ctl +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x0b4f1688 __acpi_nvdimm_notify +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x4639bcda acpi_nfit_shutdown +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x499bbf57 nfit_get_smbios_id +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x6b15b392 acpi_nfit_init +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0xe363d193 __acpi_nfit_notify +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0xe91c7b6d acpi_nfit_desc_init +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0x67927a0d platform_profile_notify +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0xbfe36436 platform_profile_remove +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0xcac33cd4 platform_profile_register +EXPORT_SYMBOL_GPL drivers/ata/pata_parport/pata_parport 0x70b02c54 pata_parport_register_driver +EXPORT_SYMBOL_GPL drivers/ata/pata_parport/pata_parport 0xb3a6dfd4 pata_parport_unregister_driver +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0x3472ba30 __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/ata/pata_sis 0xe34420ba sis_info133_for_sata +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0x09917359 charlcd_poke +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0x6fd9cc4a charlcd_register +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0x8b45326c charlcd_alloc +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0xd3e29970 charlcd_backlight +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0xf3304696 charlcd_free +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0xf883c540 charlcd_unregister +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x07b26ecc hd44780_common_gotoxy +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x1aa688fd hd44780_common_lines +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x23159a5b hd44780_common_clear_display +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x30e85287 hd44780_common_shift_display +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x36dc00a2 hd44780_common_print +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x3c4c183f hd44780_common_home +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x489c89e8 hd44780_common_redefine_char +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x64415593 hd44780_common_display +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x79e8e259 hd44780_common_alloc +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x8585e5fd hd44780_common_blink +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x8d4f3fa4 hd44780_common_init_display +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0xa22afdaa hd44780_common_cursor +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0xc369090d hd44780_common_shift_cursor +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0xf360d788 hd44780_common_fontsize +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x14102f23 ks0108_displaystate +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x48a70518 ks0108_writedata +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x4f506333 ks0108_startline +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x6edae968 ks0108_isinited +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xbf4774db ks0108_writecontrol +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xedde6df2 ks0108_page +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xfee8ef7b ks0108_address +EXPORT_SYMBOL_GPL drivers/auxdisplay/line-display 0x7aed2334 linedisp_unregister +EXPORT_SYMBOL_GPL drivers/auxdisplay/line-display 0x8d96fa32 linedisp_register +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0x41a88025 __regmap_init_ac97 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0x94571763 regmap_ac97_default_volatile +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0xd3c7bc16 __devm_regmap_init_ac97 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-i3c 0x8fa950dc __devm_regmap_init_i3c +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0x11337e18 __devm_regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0x6c2fca72 __regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0x600f6cb0 __regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0x9d933500 __devm_regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0xafaccd44 __regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0xcf4bdd56 __devm_regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x1432d755 __devm_regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x5bd5c290 __regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0x12d8bfd1 __regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0x7c77177b __devm_regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x37814d2c __regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xc8cbf6ff __devm_regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xed2559fe __regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xf200902b __devm_regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0x3ba6ad15 __devm_regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0x72c68c27 __regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0b4e4d69 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0ede6295 bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0ff2295d bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x30ff3c80 __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x472326b0 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x60922c04 bcma_host_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x62fcf7c5 bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x66ffb199 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x687fd95d bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6c0a62f6 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x81d1aa8f bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x84b0043a bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x91d65e9c bcma_chipco_b_mii_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x95cd3e91 bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x95d82bbd bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x99e43c20 bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xbd2b5326 bcma_host_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xcaeefff5 bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xccec0c05 bcma_host_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd1d72c11 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe73e7969 bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe799df13 bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf3c825ab bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xfa8d5000 bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x2bee11cd btbcm_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x5fdd1d62 btbcm_setup_patchram +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x6cba923f btbcm_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x9130cb23 btbcm_finalize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x9afe43a1 btbcm_read_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xb0a8b07b btbcm_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xe04f0d61 btbcm_setup_apple +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xfb00e183 btbcm_write_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x0a85a3ca btintel_read_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x0c9d7ba0 btintel_regmap_init +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x2936e447 btintel_exit_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x3a520207 btintel_set_event_mask_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x59b12f12 btintel_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x60ea36dc btintel_configure_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x6e031dd4 btintel_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x80866278 btintel_version_info +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xa2f79d66 btintel_set_quality_report +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xa3d714f6 btintel_set_diag +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xa68aa61d btintel_bootup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xb2ff2fae btintel_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xc8ef280a btintel_enter_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xcf7347e1 btintel_send_intel_reset +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xd962c721 btintel_load_ddc_config +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xf6b091e7 btintel_secure_send_result +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xf974ce60 btintel_read_boot_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x018090b6 btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x287ac7f6 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x391bf32a btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x562c2045 btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x8284f4a5 btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x9ce95a4c btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xa4e9ff80 btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xc3e4c482 btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xd4999ee1 btmrvl_pscan_window_reporting +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xd895ad74 btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xff13a7e4 btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x3a8125f9 btmtk_setup_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x81a17897 btmtk_setup_firmware_79xx +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0xbefd0770 btmtk_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x0388e0a5 qca_uart_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x17c1867f qca_read_soc_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x3746dc3f qca_set_bdaddr_rome +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xa6ff43f8 qca_send_pre_shutdown_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xdc3d4400 qca_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x230ca155 btrtl_set_quirks +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x4ad0e50e btrtl_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x4b3fc56c btrtl_setup_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x4f973410 btrtl_get_uart_settings +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xaf78f260 btrtl_free +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xcb8f1286 btrtl_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xfa644089 btrtl_shutdown_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x49ee0ddf hci_uart_unregister_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x52679c2f hci_uart_register_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x6e9dc935 hci_uart_tx_wakeup +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xc0234013 h4_recv_buf +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x073fd6e5 mhi_ep_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x1edf1963 mhi_ep_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x23f3a661 mhi_ep_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x40f24055 mhi_ep_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xaa17fb4f mhi_ep_queue_is_empty +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xab825a20 mhi_ep_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xc456ad0f mhi_ep_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xc648a55a __mhi_ep_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x0324b9f5 mhi_prepare_for_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x0b3880ba mhi_notify +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x11703e40 mhi_device_get_sync +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x12106db6 mhi_device_put +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x18f215a9 mhi_free_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x1d7924a2 mhi_get_free_desc_count +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x2a3d82e8 __mhi_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x4b9ce036 mhi_soc_reset +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x5937ca0e mhi_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x5c1a3ebc mhi_pm_resume +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x61f60199 mhi_queue_buf +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x644f91f8 mhi_queue_is_full +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x6958de2e mhi_get_mhi_state +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x73d8a909 mhi_unprepare_after_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x7594769c mhi_unprepare_from_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x76b621c5 mhi_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x7afc0a9a mhi_pm_suspend +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x82e8f772 mhi_get_exec_env +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x9003a953 mhi_prepare_for_transfer_autoqueue +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xa1ddf22c mhi_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xaeb86a51 mhi_prepare_for_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb26e94c7 mhi_download_rddm_image +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb8aa5695 mhi_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb97fd044 mhi_queue_dma +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb9f3bcc2 mhi_alloc_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xba31b117 mhi_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xc2b7f41c mhi_force_rddm_mode +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xcf4cd322 mhi_pm_resume_force +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xdd57a42a mhi_device_get +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xfdf01d87 mhi_async_power_up +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x2455717e moxtet_device_write +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0xae8ee095 __moxtet_register_driver +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0xfb5b34c2 moxtet_device_written +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0xfe7a5c40 moxtet_device_read +EXPORT_SYMBOL_GPL drivers/bus/sunxi-rsb 0x63cb2ce5 sunxi_rsb_driver_register +EXPORT_SYMBOL_GPL drivers/bus/sunxi-rsb 0xc01104ab __devm_regmap_init_sunxi_rsb +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0x378c732d meson_clk_triphase_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0x706c10d3 meson_clk_phase_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0x8110fcf2 meson_sclk_ws_inv_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/sclk-div 0x3b744ac6 meson_sclk_div_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x03351dae clk_rcg_floor_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x03e7eb9a clk_alpha_pll_stromer_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0509a95c clk_fabia_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x071d19d6 qcom_cc_register_rcg_dfs +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x07935d8b clk_alpha_pll_postdiv_fabia_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0ae351c4 clk_alpha_pll_fabia_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0d678ab9 qcom_reset_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0ed823f3 clk_alpha_pll_lucid_evo_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x18dce6d7 qcom_cc_register_sleep_clk +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1b28da5e clk_trion_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1d0f06af clk_byte2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1de81c63 clk_pll_configure_sr_hpm_lp +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1ea782c8 clk_alpha_pll_huayra_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1f83275f clk_regmap_mux_div_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1f88365f clk_alpha_pll_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x233e5373 clk_rcg_bypass_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x2c6847dd devm_clk_register_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x2d293905 clk_alpha_pll_postdiv_lucid_5lpe_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x35261f7e clk_alpha_pll_regs +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x37dafc55 clk_rivian_evo_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x38229fba clk_alpha_pll_reset_lucid_evo_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x395868a1 qcom_find_freq_floor +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x45180f77 clk_dyn_rcg_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x45226263 clk_gfx3d_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x468b22ce clk_pll_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4a930432 clk_branch_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x59eabda5 mux_div_set_src_div +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x5c035f38 clk_alpha_pll_lucid_5lpe_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x5c3e75ee clk_pll_vote_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x5d0c982a qcom_cc_probe_by_index +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x5f18e967 clk_stromer_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x64b8755d clk_alpha_pll_fixed_lucid_5lpe_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x6610661f clk_alpha_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x66580ca3 clk_regmap_mux_closest_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x6af41b8b qcom_pll_set_fsm_mode +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x6b8e2aa0 clk_pll_configure_sr +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x6d308251 clk_alpha_pll_fixed_lucid_evo_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x700e4511 qcom_find_cfg_index +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x70156ec0 clk_alpha_pll_postdiv_ro_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x708a435d clk_alpha_pll_lucid_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7319e51c clk_alpha_pll_trion_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x787e8234 qcom_find_freq +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7b87fe3e clk_alpha_pll_postdiv_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7dfa4f12 clk_alpha_pll_postdiv_lucid_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7e69e953 clk_alpha_pll_postdiv_trion_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x82afa55e clk_regmap_phy_mux_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x88c0add9 clk_rcg_pixel_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x8aa4360c qcom_cc_map +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x8e4c395e clk_edp_pixel_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9123fa67 clk_zonda_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x93bc2a64 clk_ops_hfpll +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x94c464a3 clk_rcg2_floor_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x953b97b7 clk_alpha_pll_postdiv_lucid_evo_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9821a599 clk_rcg_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9c401604 clk_rcg_esc_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9cb15b12 clk_disable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9f1e35e8 clk_enable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9f96f9c1 gdsc_gx_do_nothing_enable +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa0755dc3 clk_alpha_pll_fixed_trion_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa163af86 qcom_cc_register_board_clk +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa4dd89c3 qcom_cc_probe +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa95ed447 clk_rcg2_shared_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xaea28295 clk_rcg_bypass2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xaf105ec4 clk_branch2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xb3d93f1b clk_branch_simple_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xb8694bf5 clk_rcg2_mux_closest_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xb8d0697b clk_lucid_evo_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xbb2b9610 clk_agera_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xbe152ebb qcom_cc_really_probe +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xc0126fe0 clk_pll_sr2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xc0d2ecb0 clk_regmap_div_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xc9cb9fbf clk_alpha_pll_zonda_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xcb2d25f8 clk_alpha_pll_fixed_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xd2ec30a3 clk_dp_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xd846a036 clk_alpha_pll_stromer_plus_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xd98fe91b clk_alpha_pll_fixed_fabia_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe4d191e1 clk_rcg_lcc_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe7e23d6a clk_is_enabled_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe8c0478b clk_byte_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xeec69605 clk_rcg2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xef9ee4e0 qcom_find_src_index +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf2522383 clk_alpha_pll_rivian_evo_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf3bf69c3 clk_pixel_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf439f21a clk_alpha_pll_agera_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf84b8d59 clk_regmap_div_ro_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xfafc1469 clk_branch2_aon_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xfbd6578d clk_alpha_pll_hwfsm_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x1c12ec3b sprd_clk_regmap_init +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x228eaf58 sprd_mux_helper_get_parent +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x4419f9e7 sprd_comp_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x48fb8d62 sprd_div_helper_set_rate +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x5a121d51 sprd_sc_gate_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x5df389df sprd_div_helper_recalc_rate +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x67b1ec2e sprd_pll_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x6f35dda5 sprd_div_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x77f5daa3 sprd_clk_probe +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x881a90d2 sprd_pll_sc_gate_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xad22f0ec sprd_gate_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xea0e5144 sprd_mux_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xf91123e8 sprd_mux_helper_set_parent +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x01e2cdbd comedi_buf_read_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0236cd3f comedi_timeout +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x130e5a49 comedi_readback_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x16e84e95 comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x1c84cea4 comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x20fc5362 comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2dca0d23 comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x33795c21 comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x3f0787e9 comedi_alloc_subdev_readback +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x41dce0b7 comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x502b5c26 comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x5d0c3c80 comedi_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x5df8e4b6 comedi_set_spriv_auto_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x7ff28e81 comedi_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8247facd comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8286b94d comedi_event +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8844142a __comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8a7dc8bd comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8ba2a27d comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8ec3b219 comedi_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8fcaccb5 comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x990a02fd comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x99d1533a comedi_bytes_per_scan_cmd +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xa0b6aa15 comedi_handle_events +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xa2dfcd02 comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xa538f811 comedi_buf_write_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xa9e17cbc comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb679cebc range_0_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb69d6b89 comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbb52fc7f range_bipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbce5d52d comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbdbe75c6 range_unipolar2_5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbeb38db9 comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbf508604 comedi_dev_put +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xcc51a177 comedi_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xd1ba9548 comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xe46f6ddb comedi_nscans_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xeba72957 comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xfa2944e1 comedi_nsamples_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x0c40217c comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x26869430 comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x3e05d85a comedi_pci_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x62c9bfe4 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xae2e625e comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xc3e5e73b comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xf516f666 comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xffdb1698 comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x0bf214f2 comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x11077309 comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x19327af2 comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x990d907c comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xae275421 comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xe818d35b comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x6462a5b7 addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0x32049544 amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0xdb6a92cd amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_pc236_common 0x799f7984 amplc_pc236_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x02d30628 comedi_8254_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x0778055f comedi_8254_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x1ef00bff comedi_8254_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x22a353c6 comedi_8254_update_divisors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x2460ec29 comedi_8254_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x4e040d7a comedi_8254_set_mode +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x50cf91e8 comedi_8254_status +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x55ce08dd comedi_8254_pacer_enable +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x87a6ecc4 comedi_8254_set_busy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xa853d5bf comedi_8254_load +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xae751663 comedi_8254_subdevice_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xb25d8a06 comedi_8254_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xc807fac6 comedi_8254_cascade_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x2a7780f0 subdev_8255_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x840264b7 subdev_8255_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0xee019bf3 subdev_8255_regbase +EXPORT_SYMBOL_GPL drivers/comedi/drivers/das08 0x760051e9 das08_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x00390aa9 mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x044763f3 mite_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x0f944ea3 mite_buf_change +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x1b4d78c2 mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x1fefd1fd mite_done +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x33c5dc5e mite_free_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x534644e9 mite_prep_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x7a4d23d0 mite_release_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x84713b4e mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x8e374268 mite_dma_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xaf6e8083 mite_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xc468fec6 mite_sync_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xe186f2e2 mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xe5eade46 mite_ack_linkc +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xe70544fc mite_init_ring_descriptors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xfa3bfc03 mite_request_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0x120d2d07 labpc_common_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0x474a3286 labpc_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x076bc308 ni_find_route_source +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x0921123e ni_lookup_route_register +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x1facf7f8 ni_is_cmd_dest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x64443d67 ni_get_valid_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x6c18c54e ni_count_valid_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x85e75c94 ni_assign_device_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x863a306d ni_sort_device_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x8ab47ba4 ni_route_set_has_source +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x8f0f0901 ni_find_route_set +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0xb3e302a3 ni_route_to_register +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x0a321fe9 ni_tio_get_soft_copy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x1b291616 ni_tio_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x1c762d07 ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x1c968fad ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x298e5978 ni_tio_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x2e1ae728 ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x3d4e2d23 ni_tio_get_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x41649260 ni_tio_set_gate_src_raw +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x70f1ab63 ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x8855c9fa ni_tio_set_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x950823a1 ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xa5492f8f ni_tio_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xb3dc581d ni_tio_unset_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xbd5393cd ni_tio_set_bits +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xbe4a3ec4 ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xe7c896b1 ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x05ae0505 ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x3f8c991b ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x40fb0b9c ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x6d689fc5 ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x7865b8d8 ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xbb816e01 ni_tio_acknowledge +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x08ed4442 comedi_open +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x467a4139 comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x61c84ec7 comedi_dio_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x7c7d9e8c comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xa166eaac comedi_close +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xae666dd2 comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xf1b6607f comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x00ecb0ed ccp_enqueue_cmd +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x04773b60 ccp_present +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x3a1a3979 ccp_version +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x0063b157 hisi_qm_dev_err_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x00ea8ee6 hisi_acc_create_sgl_pool +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x01b0ff99 hisi_qm_pm_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x04ffbc00 hisi_qm_stop_qp +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x07dae9ad hisi_acc_sg_buf_map_to_hw_sgl +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x13a8883f hisi_qm_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x157433d8 hisi_qm_alloc_qps_node +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x1bded293 hisi_qm_free_qps +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x216c5e95 hisi_qm_pm_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x28db61ba hisi_qm_suspend +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x3d479f04 hisi_qm_resume +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x407f1a7a hisi_qm_get_dfx_access +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x4bd6f895 hisi_qm_regs_dump +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x594f8b07 hisi_qm_wait_mb_ready +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x70af3347 hisi_qm_acc_diff_regs_dump +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x766e0f7e hisi_qm_mb +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x76807764 hisi_qm_alg_unregister +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x7d88e288 hisi_qm_reset_prepare +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x8211532f hisi_qm_dev_slot_reset +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x838bb8c9 hisi_acc_free_sgl_pool +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x8941275d hisi_qp_send +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x93016aab hisi_qm_wait_task_finish +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x9526fe9b hisi_qm_dev_err_detected +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x97d776c6 hisi_qm_regs_debugfs_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x9b2b77c1 hisi_qm_regs_debugfs_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x9c64a01a hisi_qm_dev_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x9d3ba982 hisi_qm_get_hw_info +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xa2f007fd hisi_acc_sg_buf_unmap +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xa624a370 hisi_qm_alg_register +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xb0bdab05 hisi_qm_put_dfx_access +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xbaf7d716 hisi_qm_sriov_enable +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xc8666316 hisi_qm_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xc8c994b3 hisi_qm_dev_err_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xcf187e63 hisi_qm_reset_done +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xd6e4d6ff hisi_qm_debug_regs_clear +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xda3163ac hisi_qm_stop +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xdb99b47b hisi_qm_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xefbafc7a hisi_qm_debug_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xfa0236fc hisi_qm_start +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xfdfa461c hisi_qm_start_qp +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xff874c55 hisi_qm_sriov_disable +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hpre/hisi_hpre 0x97d74482 hisi_hpre_get_pf_driver +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/sec2/hisi_sec2 0x41456769 hisi_sec_get_pf_driver +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/zip/hisi_zip 0xdf14c10f hisi_zip_get_pf_driver +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x00f5df69 adf_init_arb +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x063fe7df adf_dev_put +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x066ebbd9 adf_flush_vf_wq +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x116ce571 adf_reset_flr +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x1589f0f0 adf_exit_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x15dbd8e3 adf_cfg_add_key_value_param +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x16c34e9d adf_dev_started +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x2031c31c adf_dev_get +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x25c93421 adf_cleanup_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x27a458e0 adf_gen2_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x2be4e269 adf_gen2_get_arb_info +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x2c1972a8 adf_dev_restart +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3760a26e adf_vf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x38614c52 adf_gen2_get_num_aes +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3e707f37 adf_gen2_get_admin_info +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3f6562bd adf_dbgfs_exit +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x45198812 adf_cfg_get_param_value +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x47f0a2f3 adf_dev_down +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x4f1b7b8c adf_gen2_init_vf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5114f73b adf_gen4_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x54758b6c adf_pfvf_comms_disabled +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5506379f adf_gen4_handle_pm_interrupt +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x56b132fd adf_devmgr_pci_to_accel_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x59c0e935 adf_gen2_get_num_accels +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5a8b0547 adf_cfg_section_add +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5dc487ce adf_vf2pf_notify_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x68c88e3b adf_gen4_enable_pm +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x76d37034 adf_gen2_enable_ints +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x7aabb95b adf_devmgr_add_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x868f49c0 adf_gen4_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x8a0ddfba adf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x8b6bc997 adf_cfg_dev_remove +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x8bf94635 adf_gen4_ring_pair_reset +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x8d034268 adf_gen2_get_accel_cap +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x971e8acd adf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x97930801 adf_devmgr_in_reset +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa98e7e3f adf_reset_sbr +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xadce5f88 adf_init_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc2169edc adf_exit_arb +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc349b3e1 adf_dev_up +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc40820da adf_cfg_dev_add +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc500eb09 adf_devmgr_update_class_index +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc501ac82 adf_gen4_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc9c52598 adf_sysfs_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xcae50bf0 adf_vf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xcc3b167a adf_clean_vf_map +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd00da9d6 adf_disable_pf2vf_interrupts +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd18906d3 adf_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd398cbff adf_dev_in_use +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd628f13a adf_devmgr_rm_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd64519f1 adf_gen2_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd6739848 adf_gen2_cfg_iov_thds +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xda073dd3 adf_disable_sriov +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe008fa57 adf_gen2_enable_error_correction +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe327f1f1 adf_gen4_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe45f3512 adf_gen2_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe4e18509 adf_err_handler +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe58ee1ff adf_dbgfs_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe6b95bcd adf_init_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe79c44aa adf_enable_pf2vf_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe84ed9de adf_send_admin_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xeb163bdd adf_vf2pf_notify_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xee79dba6 adf_enable_vf2pf_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xf03fe61b adf_gen2_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xf40d3afb adf_gen2_dev_config +EXPORT_SYMBOL_GPL drivers/crypto/marvell/octeontx/octeontx-cpt 0x32e43048 otx_cpt_uc_supports_eng_type +EXPORT_SYMBOL_GPL drivers/crypto/marvell/octeontx/octeontx-cpt 0x87c76ec0 otx_cpt_eng_grp_has_eng_type +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0x23edf4b7 dw_edma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0x38cee49f dw_edma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x15742385 idma32_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x21f9b4ea do_dw_dma_enable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x23288608 dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x6193a27e dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x888c98fb dw_dma_acpi_controller_register +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x92c98089 dw_dma_acpi_controller_free +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x98d3b896 idma32_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x99766788 do_dw_dma_disable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xd395e7ea dw_dma_filter +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x2625c439 dpdmai_reset +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x29b004ec dpdmai_get_rx_queue +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x29e6c699 dpdmai_set_rx_queue +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x434a6273 dpdmai_disable +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x67cd5131 dpdmai_get_tx_queue +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x7460c04c dpdmai_destroy +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x820a1814 dpdmai_get_attributes +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xaf58b222 dpdmai_enable +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xc0af09e3 dpdmai_close +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xe968f270 dpdmai_open +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x0cc98003 fsl_edma_resume +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x10bde1bb fsl_edma_prep_dma_cyclic +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x2b70e7de fsl_edma_slave_config +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x2fb3a2fd fsl_edma_chan_mux +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x366c6f5b fsl_edma_alloc_chan_resources +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x45a82509 fsl_edma_disable_request +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x566a731d fsl_edma_prep_memcpy +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x63633a29 fsl_edma_free_desc +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x689e5692 fsl_edma_terminate_all +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x79c44e7b fsl_edma_free_chan_resources +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x7be97f7d fsl_edma_xfer_desc +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x9489aafe fsl_edma_setup_regs +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xaa3db8d5 fsl_edma_tx_status +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xba440659 fsl_edma_issue_pending +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xc3af917e fsl_edma_cleanup_vchan +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xe20f1576 fsl_edma_prep_slave_sg +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xf587bbd2 fsl_edma_pause +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0x8b9492ef hidma_mgmt_setup +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0xbeda27f4 hidma_mgmt_init_sys +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0x8a631d63 fw_card_read_cycle_time +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xa86a2872 __fw_send_request +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xabb5547d fw_request_get_timestamp +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xe86fb5c7 fw_card_release +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x0f5c1c7d ffa_driver_register +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x1c0b1e1c ffa_device_register +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x3ed2f791 ffa_bus_type +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x79413b17 ffa_driver_unregister +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0xfeb0bf9d ffa_device_unregister +EXPORT_SYMBOL_GPL drivers/firmware/arm_scpi 0xe2184deb get_scpi_ops +EXPORT_SYMBOL_GPL drivers/firmware/mtk-adsp-ipc 0x60a77b4e mtk_adsp_ipc_send +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0x0e7b7015 stratix10_svc_done +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0x3d4072fb stratix10_svc_request_channel_byname +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0x41d5ad1c stratix10_svc_allocate_memory +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0x50f5368a stratix10_svc_free_channel +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0x595b630e stratix10_svc_free_memory +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0xd3df684d stratix10_svc_send +EXPORT_SYMBOL_GPL drivers/fpga/altera-pr-ip-core 0x62e4174e alt_pr_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x1a8cfdf7 dfl_fpga_port_ops_del +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x3a37c9c3 dfl_fpga_cdev_assign_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x56721ef9 dfl_fpga_enum_info_add_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x5e3ee9dc dfl_fpga_cdev_config_ports_pf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x692387a6 dfl_fpga_feature_devs_enumerate +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x6df4eb33 dfl_fpga_set_irq_triggers +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x789a7575 dfl_fpga_feature_devs_remove +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x79c80008 dfl_fpga_cdev_release_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x808d11d6 dfl_fpga_enum_info_add_dfl +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x813ea7e1 dfl_fpga_enum_info_free +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x841dee47 dfl_fpga_cdev_config_ports_vf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x88401924 dfl_fpga_port_ops_add +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x8c8a0ffc dfh_find_param +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xa7939915 dfl_fpga_port_ops_put +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xabe6c875 dfl_fpga_port_ops_get +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xad574da4 dfl_feature_ioctl_set_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xcdd2e54f dfl_fpga_dev_feature_init +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xd2c8712c dfl_fpga_dev_feature_uinit +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xe2b4040a dfl_fpga_dev_ops_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xe2f05ae5 dfl_fpga_dev_ops_unregister +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xe6d92087 dfl_fpga_enum_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xe86f2d7e __dfl_fpga_cdev_find_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xf7631371 dfl_feature_ioctl_get_num_irqs +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xfa656068 dfl_fpga_check_port_id +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x0633c4b9 fpga_bridges_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x0b2b884c fpga_bridges_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x0b576dad of_fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x2c8167cf fpga_bridges_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x32207b1a of_fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x3560520f fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x3915a53b fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x494d2c19 fpga_bridge_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x9944556e fpga_bridge_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xbffb87d3 fpga_bridge_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xdada5130 fpga_bridge_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xdc6219d2 fpga_bridge_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x29f10a98 fpga_mgr_load +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x2f4a6221 fpga_mgr_unlock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x467db959 fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x64d11e0e fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x776e69f4 devm_fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x826083e5 fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x8d11d44a fpga_image_info_free +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x9c0f99a2 fpga_mgr_lock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x9e065d20 devm_fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xb3a4559f of_fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xc3cbb568 fpga_mgr_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xcfa46919 fpga_mgr_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xd5aad54d fpga_image_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x06db86b8 fpga_region_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x148950d6 fpga_region_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x427a9f9a fpga_region_class_find +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x5897877c fpga_region_program_fpga +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xd4c459d8 fpga_region_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x085da604 fsi_device_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x3a93847e fsi_slave_claim_range +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x5002df07 fsi_driver_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x57bb654c fsi_master_rescan +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x5a57d574 fsi_free_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x78060f23 fsi_slave_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x9479d738 fsi_bus_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x9cdd7fbf fsi_cdev_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xc1ca4083 fsi_master_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xc55934c9 fsi_get_new_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xc9cee6ef fsi_master_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xce22aee2 fsi_slave_release_range +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xd318b1cd fsi_driver_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xd942f235 fsi_slave_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xe6a9212a fsi_device_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-occ 0x114431ae fsi_occ_submit +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0x71a3ec6d sbefifo_submit +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0x8ecb05dc sbefifo_parse_status +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x0305b93a gnss_deregister_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x1758906a gnss_insert_raw +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x38f42c61 gnss_register_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x5b3eb4e4 gnss_put_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xfbddd06a gnss_allocate_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x012e700d gnss_serial_pm_ops +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x74c840b5 gnss_serial_free +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x914b8749 gnss_serial_allocate +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xdac7ee45 gnss_serial_register +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xf9c9ebe3 gnss_serial_deregister +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x5d0e4276 idio_16_set +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x6495f119 idio_16_get_multiple +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x68830314 idio_16_state_init +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x70e2b625 idio_16_get +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0xae1139f5 idio_16_set_multiple +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x1b012f12 __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0xec63a39b __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x496ce291 gpio_regmap_get_drvdata +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x9dfcee5f gpio_regmap_register +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0xb677a937 devm_gpio_regmap_register +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0xb7066570 gpio_regmap_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x04677d39 analogix_dp_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x10ed4312 analogix_dp_suspend +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x3ee0dd60 anx_dp_aux_transfer +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x5d9f3672 analogix_dp_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x69fdec37 analogix_dp_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xa3a7b614 analogix_dp_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xa59f436e analogix_dp_start_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xa77820f3 analogix_dp_stop_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xe3139375 analogix_dp_resume +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x1290eee7 ldb_channel_is_single_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x2eef3c60 ldb_add_bridge_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x3d0d29a8 ldb_remove_bridge_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x469ed4d8 ldb_bridge_disable_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x5a1b00ae ldb_bridge_mode_set_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x5c5f81f1 ldb_bridge_attach_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x701ed956 ldb_bridge_enable_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x9c6dac86 ldb_bridge_atomic_check_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xb60d16c1 ldb_channel_is_split_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xd8de5e3a ldb_init_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xd9904989 ldb_find_next_bridge_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/samsung-dsim 0x38b12aa6 samsung_dsim_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/samsung-dsim 0x8e53ba47 samsung_dsim_pm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/samsung-dsim 0xb34f2e44 samsung_dsim_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x041af8b9 dw_hdmi_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x09340e05 dw_hdmi_set_channel_count +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x094f6fc5 dw_hdmi_phy_i2c_set_addr +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x1461e227 dw_hdmi_set_channel_status +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x26d629cd dw_hdmi_phy_gen2_reset +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x2d1c0e80 dw_hdmi_setup_rx_sense +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x2fac9436 dw_hdmi_set_channel_allocation +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x316212a8 dw_hdmi_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x3ee0bf53 dw_hdmi_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x42926f4a dw_hdmi_resume +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x4a9b174f dw_hdmi_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x56f72e25 dw_hdmi_set_sample_non_pcm +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x5f202e11 dw_hdmi_set_plugged_cb +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x6712b5a7 dw_hdmi_phy_gen2_txpwron +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x7d8a3aee dw_hdmi_phy_i2c_write +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x8dcd6f43 dw_hdmi_set_sample_rate +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x96f3e250 dw_hdmi_set_sample_width +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x9b44a60b dw_hdmi_phy_gen2_pddq +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xc59f9e6f dw_hdmi_phy_gen1_reset +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xce27012a dw_hdmi_audio_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xd32faf88 dw_hdmi_set_high_tmds_clock_ratio +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xd6968220 dw_hdmi_phy_setup_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xd8fe547b dw_hdmi_audio_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xdafa1790 dw_hdmi_phy_read_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xf5922009 dw_hdmi_phy_update_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi 0x0d667204 dw_mipi_dsi_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi 0x18fef125 dw_mipi_dsi_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi 0x41361ae4 dw_mipi_dsi_set_slave +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi 0x42ac3b2e dw_mipi_dsi_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi 0xa30960da dw_mipi_dsi_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_display_helper 0x6ba0d87d drm_hdcp_check_ksvs_revoked +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x4afae926 of_dp_aux_depopulate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x517e47c7 __dp_aux_dp_driver_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x60ea1a17 dp_aux_dp_driver_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x7199f885 of_dp_aux_populate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0xe68441ae devm_of_dp_aux_populate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x01e3e539 drm_bridge_hpd_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x25f9d83e accel_open +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x2628d966 of_get_drm_panel_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x2eb3c675 drm_of_get_dsi_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x2fa5fc46 drm_bridge_detect +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x3072ee14 drm_bridge_hpd_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x3df071d8 drm_of_get_data_lanes_count_ep +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x3f5cda6b drm_bridge_get_modes +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x40cfe2ac drmm_kstrdup +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x66cf2f64 drm_display_mode_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x802ef57c drm_of_encoder_active_endpoint +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x84c39ab5 drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x9168a48b drm_do_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x91f02b5f of_get_drm_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x97c36dbc drm_of_lvds_get_data_mapping +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x9bcfc6bb drm_of_find_panel_or_bridge +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xa0b17426 drm_of_component_match_add +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xa48f61a4 drm_bridge_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xad885165 drm_bus_flags_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xae4183e4 drm_of_lvds_get_dual_link_pixel_order +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xb062ebdb drm_of_get_data_lanes_count +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xbb5fca7f drm_crtc_add_crc_entry +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xe3e2063e drm_bridge_hpd_notify +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xf4aead62 drm_gem_dumb_map_offset +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xf7eb2f7f drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfe9f72f3 drm_display_mode_to_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x1985d199 drm_gem_dma_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x2575dbf8 drm_gem_dma_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x27fc8391 drm_gem_dma_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x290ab677 drm_gem_dma_dumb_create_internal +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x2995ab60 drm_fb_dma_get_gem_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x5088d135 drm_gem_dma_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x88c74bbf drm_fb_dma_get_gem_addr +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xcd8a8c82 drm_gem_dma_vmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xd673b637 drm_gem_dma_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xf79ba105 drm_gem_dma_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xf7ee2cf4 drm_gem_dma_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xfad9cb1e drm_fb_dma_sync_non_coherent +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x11d3944f drm_gem_fb_init_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x3371a4f8 drm_gem_fb_create_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x531c7b15 drm_gem_plane_helper_prepare_fb +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x6f242e93 drm_gem_fb_create_with_dirty +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xb9830756 drm_gem_fb_afbc_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xce2e506e drm_bridge_connector_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xebc1e18f drm_gem_fb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xec2be52c drm_gem_fb_get_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x2ca38744 drm_gem_shmem_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x2fc14fb4 drm_gem_shmem_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x5e1a50cc drm_gem_shmem_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x6660c061 drm_gem_shmem_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x99ba2aab drm_gem_shmem_get_pages_sgt +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x9a7f2311 drm_gem_shmem_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xc041ff27 drm_gem_shmem_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xc40873fa drm_gem_shmem_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/imx/dcss/imx-dcss 0x0401e6a0 dcss_dev_pm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x2c73cfcf meson_venc_hdmi_venc_repeat +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x698bd6ee meson_vclk_vic_supported_freq +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x92cd677e meson_venc_mipi_dsi_mode_set +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x94a785f8 meson_venc_hdmi_supported_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x981f9995 meson_vclk_dmt_supported_freq +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0xa2c3ec09 meson_vclk_setup +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0xab5bee2f meson_venc_hdmi_supported_vic +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0xe9ed3685 meson_venc_hdmi_mode_set +EXPORT_SYMBOL_GPL drivers/gpu/drm/panel/panel-samsung-s6e63m0 0x4fa3ab9e s6e63m0_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/panel/panel-samsung-s6e63m0 0x71e50feb s6e63m0_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/panfrost/panfrost 0x5e885f6c panfrost_pm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/pl111/pl111_drm 0xee49bd44 pl111_versatile_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_cmm 0x4e6a6983 rcar_cmm_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_cmm 0x604ab385 rcar_cmm_setup +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_cmm 0x772009ce rcar_cmm_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_cmm 0xe9f0ad9c rcar_cmm_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_lvds 0x59c9c471 rcar_lvds_pclk_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_lvds 0x8d6a8fa2 rcar_lvds_pclk_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_lvds 0xf412569b rcar_lvds_dual_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_lvds 0xf45a8de7 rcar_lvds_is_connected +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_mipi_dsi 0x9f401346 rcar_mipi_dsi_pclk_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_mipi_dsi 0xf9351ec5 rcar_mipi_dsi_pclk_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0x19b15232 vop_component_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0x224ae237 rockchip_rgb_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0xd9588044 vop2_component_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0xfead7585 rockchip_rgb_fini +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x22eb5edf ssd130x_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x71f95915 ssd130x_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0xe4b8bbc1 ssd130x_shutdown +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0x66eaf39c host1x_memory_context_alloc +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0x8944bf55 host1x_memory_context_get +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0xa861b81d host1x_memory_context_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x01c2474d gb_connection_destroy +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0b5f2832 gb_hd_cport_release_reserved +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0ba7030d gb_connection_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0cf8f213 gb_operation_response_alloc +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0e625e58 __traceiter_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x14028e17 __SCK__tp_func_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x14321546 gb_hd_shutdown +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x15b037fe gb_connection_latency_tag_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x15d1942f greybus_disabled +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x1998733e gb_connection_create_offloaded +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2951dc57 gb_operation_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2cd4ea1f gb_connection_disable_forced +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2df663a5 __tracepoint_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x30d31194 gb_connection_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x32a5d253 gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x415428fa gb_operation_cancel +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x41a65be4 gb_connection_enable_tx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x4593b1a2 gb_operation_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x510b058c gb_connection_disable_rx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x56412f7c gb_hd_output +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5c2cbbe3 gb_svc_intf_set_power_mode +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x60ae1063 __traceiter_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6163e168 gb_operation_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x61fcc667 gb_operation_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x66d45d48 gb_operation_result +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6d3bb9ec __SCK__tp_func_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6fa01fda __tracepoint_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x723aaac9 __traceiter_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x7c995ca7 gb_operation_get_payload_size_max +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x81e221fb __SCK__tp_func_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x87b8f4bd greybus_message_sent +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x89f514a1 __SCK__tp_func_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8a0086a5 __traceiter_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8b7b305d greybus_register_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8dbc7c37 gb_debugfs_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x978895a6 gb_interface_request_mode_switch +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x9cf5373c gb_hd_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa838d555 greybus_data_rcvd +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xaa89cc04 gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbbffd93e gb_operation_request_send +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbf2c07db __tracepoint_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbfc93a65 gb_operation_unidirectional_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc51f7a3c __traceiter_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc973f6ce gb_connection_latency_tag_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xca574fcc __tracepoint_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd2122cce gb_connection_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd33373a8 __tracepoint_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xdb7138f4 __traceiter_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xeac79e1a __SCK__tp_func_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xeacbc0e7 gb_hd_cport_reserve +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf107a122 __SCK__tp_func_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf357c63d __tracepoint_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf6b8538f gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf8fcce61 gb_operation_request_send_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xfe7e2dc6 greybus_deregister_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xff05af3d gb_connection_create_flags +EXPORT_SYMBOL_GPL drivers/hid/hid 0x02a7047f hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x08af77f0 __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x12fb1ae7 hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0x136eaf78 hid_hw_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x19d52f1f hid_quirks_exit +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1f8d28ba hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2579a9f2 hid_match_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x26d11f2a hid_field_extract +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2af63936 hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2b5fd3d5 hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2c5afa0e hid_driver_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3348a76f hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x33c992f4 hid_hw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3a8afdf4 hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3df1cf7d hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0x454df78b hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4fdd0ae7 hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5debeb15 hid_hw_close +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6026038a hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x638e5027 hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6633bec4 hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x66469991 hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6b6e0a17 hid_hw_open +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6e4d2c89 hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x79a27c4c hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0x80281451 hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x82bff425 hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x87eb80ee hid_hw_start +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8a533374 __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8b13a8b8 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa1a02844 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa2e3716f hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa4476b02 hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa8c830fd hid_compare_device_paths +EXPORT_SYMBOL_GPL drivers/hid/hid 0xaa083244 hid_hw_stop +EXPORT_SYMBOL_GPL drivers/hid/hid 0xaf6e1dae hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb28793eb hid_driver_suspend +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbd61dee1 hid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcdb70a98 hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd0787390 hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd08bf9e9 hid_setup_resolution_multiplier +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd0ae028b hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0xda3cd339 hid_driver_reset_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0xdc4ef1e7 hid_match_id +EXPORT_SYMBOL_GPL drivers/hid/hid 0xdeb1ae7f hid_hw_raw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe63acfba hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xec65f3d9 hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xef939dd7 hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf0cdeff3 hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf54f8e0b hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf713c256 hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfa355613 hid_quirks_init +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfc2c7f54 hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x3e4427c8 roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x89562eac roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x58eca26a roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x60c0465a roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xa757f0aa roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xda4c2057 roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xf30c99fc roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xfa9c3974 roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x4419acca sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x7ccb66e8 sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xd24cfd32 sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xd2ec3317 hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xdc5f5e23 sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xe220bd5f sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xf9848a74 sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xfad193b9 sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xfc37d5b1 sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0x0aa54c72 vivaldi_feature_mapping +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0x83b4fc5a vivaldi_attribute_groups +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x0f8af0e4 i2c_hid_core_probe +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x2a134208 i2c_hid_core_shutdown +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x3150a006 i2c_hid_core_remove +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x7072017d i2c_hid_core_pm +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0x198f27cf surface_hid_device_add +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0x3284390c surface_hid_pm_ops +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0xa1d3582b surface_hid_device_destroy +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x69d51165 hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xaf60b4ea hid_is_usb +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x0cd3ca8d hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x13088582 hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x23f36fbf hsi_add_clients_from_dt +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x40fc8ad8 hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x43bdf0b3 hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x7f3f38ed hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x90656887 hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x9c62310f hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x9e93705a hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa0ba6fce hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb0ad96da hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb6324876 hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb68925e1 hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb81948f6 hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xc9b84c4b hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xe0d1a822 hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xeb54340c hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf9f87e4b hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x04648cc9 vmbus_connection +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x05f5da6e vmbus_disconnect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x087c321f hv_ringbuffer_spinlock_busy +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x09c7a295 vmbus_request_addr +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x0f3fe3f2 vmbus_allocate_mmio +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x12e17778 vmbus_sendpacket_pagebuffer +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x1437817a __vmbus_driver_register +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x1b5a9b6f vmbus_connect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x31e2e77f vmbus_free_mmio +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x321055cb vmbus_prep_negotiate_resp +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x330cfc30 vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x33341de7 vmbus_recvpacket_raw +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x33803031 vmbus_set_event +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x36568b66 vmbus_send_modifychannel +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x46a417ca vmbus_proto_version +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x4b2210b8 vmbus_send_tl_connect_request +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x548521b1 hv_ringbuffer_get_debuginfo +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x696ce8fb hv_pkt_iter_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x6ee4eb73 __vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x7d8f2821 vmbus_set_sc_create_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x7fef600b vmbus_sendpacket_mpb_desc +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x88f79e59 vmbus_establish_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x8bce0f6d vmbus_open +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x9041950c vmbus_teardown_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x9d684d7f vmbus_hvsock_device_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xaa5499a2 vmbus_setevent +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xacfdbe38 vmbus_driver_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xbb8e0f16 __hv_pkt_iter_next +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xd26ad746 hv_pkt_iter_first +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xd469c18d vmbus_free_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xd60cf1a9 vmbus_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xd72baffa vmbus_next_request_id +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xdb72f038 vmbus_set_chn_rescind_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xe54200e8 vmbus_alloc_ring +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x61c76fe4 adt7x10_probe +EXPORT_SYMBOL_GPL drivers/hwmon/ltc2947-core 0x5cbb5274 ltc2947_core_probe +EXPORT_SYMBOL_GPL drivers/hwmon/ltc2947-core 0xbc54f93e ltc2947_of_match +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x48061033 nct6775_store_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x5e5b1ee1 nct6775_update_device +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x8188ed18 nct6775_probe +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xb91b0fbf nct6775_show_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xd03511f3 nct6775_show_alarm +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xf37cae1d nct6775_reg_is_word_sized +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x92a3d704 intel_th_set_output +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xa2e4d423 intel_th_driver_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xad7238f9 intel_th_alloc +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xd97f2b1b intel_th_trace_switch +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xe482c981 intel_th_trace_disable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xe4c41501 intel_th_free +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xeb7a7d8c intel_th_driver_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xf25f76dd intel_th_trace_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xfe543187 intel_th_output_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x36ed4ac3 intel_th_msu_buffer_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x430f4445 intel_th_msu_buffer_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xf1f5dc76 intel_th_msc_window_unlock +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x009b7d8a stm_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x08eecb29 stm_register_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x4dc67129 stm_source_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xac1e7bb5 to_pdrv_policy_node +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xb8c5d223 stm_unregister_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xd569a671 stm_source_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xe9791392 stm_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xf0210676 stm_data_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xf1e59997 stm_source_write +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-ccgx-ucsi 0x3ce08edd i2c_new_ccgx_ucsi +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x4cfdddb8 i2c_mux_add_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x5acbc225 i2c_mux_alloc +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x8427bd96 i2c_root_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xed6bb078 i2c_mux_del_adapters +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x1f5cf751 i2c_register_spd +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x542cf757 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x9d5b1135 i2c_free_slave_host_notify_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xf15dc66c i2c_new_slave_host_notify_device +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x01361aab i3c_master_queue_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x0905e171 i3c_device_disable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x1d9215c3 i3c_master_enec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x24eca89c i3c_generic_ibi_recycle_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x3a90dcc7 i3c_master_disec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x3d6998d3 i3c_device_request_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x4b79cc99 i3c_driver_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x528e8e9d i3c_generic_ibi_alloc_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x57ce1d31 i3cdev_to_dev +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x5cc7cce9 i3c_master_register +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x60726426 i3c_master_add_i3c_dev_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x6bbc3e4b i3c_master_get_free_addr +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x6e7ca9af i3c_device_do_priv_xfers +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x76fe3e05 i3c_generic_ibi_free_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x8076afa0 i3c_device_free_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x86e159be i3c_master_do_daa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x892741ad i3c_device_get_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xac21e672 i3c_device_match_id +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xe2e212a2 i3c_device_enable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xe4031b85 i3c_master_defslvs_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xeac7ea60 i3c_generic_ibi_get_free_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xebf9a0a0 i3c_master_entdaa_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xf0c0a15c i3c_master_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xf67f66bd i3c_device_do_setdasa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xfb5d3e50 i3c_master_set_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xff7c2524 i3c_driver_register_with_owner +EXPORT_SYMBOL_GPL drivers/i3c/master/dw-i3c-master 0x08ce0146 dw_i3c_common_probe +EXPORT_SYMBOL_GPL drivers/i3c/master/dw-i3c-master 0xe7572b46 dw_i3c_common_remove +EXPORT_SYMBOL_GPL drivers/iio/adc/stm32-dfsdm-adc 0xa93b029a stm32_dfsdm_get_buff_cb +EXPORT_SYMBOL_GPL drivers/iio/adc/stm32-dfsdm-adc 0xe2399ed7 stm32_dfsdm_release_buff_cb +EXPORT_SYMBOL_GPL drivers/iio/adc/stm32-dfsdm-core 0xa81a1502 stm32_dfsdm_stop_dfsdm +EXPORT_SYMBOL_GPL drivers/iio/adc/stm32-dfsdm-core 0xb2f7302a stm32_dfsdm_start_dfsdm +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x0e9cf42a iio_channel_cb_get_iio_dev +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x267c0508 iio_channel_release_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x2a1fab3c iio_channel_stop_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x38d66b48 iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x9acf62ab iio_channel_cb_set_buffer_watermark +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0xfdcb09b2 iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x049b09f6 iio_dma_buffer_disable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x2a2cba02 iio_dma_buffer_set_length +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x3ddf9b3f iio_dma_buffer_set_bytes_per_datum +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x5c0c011b iio_dma_buffer_exit +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x63d0030a iio_dma_buffer_block_list_abort +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x727c0bbc iio_dma_buffer_data_available +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xa8cc8110 iio_dma_buffer_release +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xb5931730 iio_dma_buffer_enable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xc7d0edfc iio_dma_buffer_init +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xee2d0a49 iio_dma_buffer_request_update +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xfa9caa19 iio_dma_buffer_block_done +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xfb0c19f7 iio_dma_buffer_read +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dmaengine 0x7e01da06 devm_iio_dmaengine_buffer_setup +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x235c5d8e devm_iio_hw_consumer_alloc +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x3391543d iio_hw_consumer_disable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x7c2448c3 iio_hw_consumer_alloc +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x9671bc15 iio_hw_consumer_free +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0xbf358fa9 iio_hw_consumer_enable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-triggered-buffer 0x382a8a2a devm_iio_triggered_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/buffer/kfifo_buf 0x20ca37a0 devm_iio_kfifo_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x270041fa cros_ec_sensors_core_read +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x4d61b23a cros_ec_motion_send_host_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x5c3e2b2a cros_ec_sensors_core_register +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x8517b43b cros_ec_sensors_core_read_avail +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x898930bf cros_ec_sensors_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x9971dac4 cros_ec_sensors_capture +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xabf7a6d6 cros_ec_sensors_push_data +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xb45fae3b cros_ec_sensors_read_lpc +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xca6f7653 cros_ec_sensors_read_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xdf86ed20 cros_ec_sensors_core_init +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xeb70a437 cros_ec_sensors_ext_info +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xfe447edb cros_ec_sensors_core_write +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x822735e5 bmg160_core_remove +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x88b56d89 bmg160_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x9a9c0565 bmg160_core_probe +EXPORT_SYMBOL_GPL drivers/iio/imu/fxos8700_core 0x54c12207 fxos8700_core_probe +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x020c8215 __devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x126ebcff iio_read_avail_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x141ec506 iio_read_max_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2079d30f iio_read_channel_offset +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x20f403c6 iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x22c254d0 devm_iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x25147d58 iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x25606a07 iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x33c1d7b4 iio_validate_own_trigger +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3792e8be iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x386d4ecd devm_fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3b011ff6 iio_device_get_current_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x447d2df2 iio_write_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x44cc500a iio_device_attach_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4672703c iio_read_avail_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x476bc836 iio_device_claim_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4dce7dd4 iio_format_value +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4f6651b4 iio_device_release_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5545d5ee iio_read_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x56232649 iio_show_mount_matrix +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x57a8729e iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5a5c6c35 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5e0f3368 iio_push_to_buffers_with_ts_unaligned +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5fe9c6fa iio_get_debugfs_dentry +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x63a894fe iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6a59cc61 iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x711f7bcd fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x859ecb35 devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8a775cc8 iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8c6d400a iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9114009c iio_device_id +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x981aef19 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9c3c68de iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9da76253 iio_pop_from_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa7f650cf devm_iio_trigger_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa8c2077f iio_get_channel_ext_info_count +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xaa024867 iio_buffer_enabled +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xadb99ef8 iio_read_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbc445f31 devm_iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xca38dc06 iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcba274ce iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd653e442 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdb014c97 iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xde33b9a9 iio_write_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdf7703d8 iio_read_channel_processed_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe182b583 iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xec85d3ca iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf0622efc iio_device_claim_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf144e28f __devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf611eafc iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf86fb77e iio_device_release_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf8cfb42f iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfaa60a79 iio_write_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfd484318 iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfdc9b26a iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xff34a631 devm_iio_map_array_register +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x067e1217 rtrs_start_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x1a3fdae1 rtrs_iu_alloc +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x402b55f0 rtrs_iu_free +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x4c173035 rtrs_cq_qp_create +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x6b5f6b10 rtrs_cq_qp_destroy +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x82422b91 rtrs_iu_post_send +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x8db2543d rtrs_iu_post_recv +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xc543904a rtrs_stop_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xde62b6d9 rtrs_iu_post_rdma_write_imm +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xe89aa6eb rtrs_send_hb_ack +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xedd8b883 rtrs_init_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xff5336c5 rtrs_post_recv_empty +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0x56cb1b6c input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0x82be11f7 matrix_keypad_parse_properties +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x45dd46dd adxl34x_pm +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x7ea47e7b adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xec511022 adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x1045474d rmi_of_property_read_u32 +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x1f723716 rmi_driver_resume +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x2cf67531 __rmi_register_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x2e4b0dad rmi_register_transport_device +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x69d18747 rmi_driver_suspend +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x6a334071 rmi_2d_sensor_of_probe +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x7bf3fef9 rmi_2d_sensor_configure_input +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x834fc628 rmi_2d_sensor_abs_process +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x9723292c rmi_set_attn_data +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xa7b476b1 rmi_2d_sensor_abs_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xc221d320 rmi_2d_sensor_rel_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xd2198d64 rmi_dbg +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xf9545793 rmi_unregister_function_handler +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x33d35c79 cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x50d822f8 cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xc3bcf3e7 cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x0f01519c cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xb0b0015c cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x616b552c cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0xf9862c03 cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x59b52a0c tsc200x_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x6a6355cf tsc200x_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xcb682479 tsc200x_regmap_config +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xcfe0b5f9 tsc200x_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x009b4d11 wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x03cc4d69 wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x1e725033 wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x2521c726 wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x4aaef26b wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x51fce567 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x663d942d wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x6dd8423f wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x795481df wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x872324f4 wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xc466f312 wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xcf664df7 wm9713_codec +EXPORT_SYMBOL_GPL drivers/interconnect/icc-clk 0x3b9dfd5c icc_clk_register +EXPORT_SYMBOL_GPL drivers/interconnect/icc-clk 0x736ef16e icc_clk_unregister +EXPORT_SYMBOL_GPL drivers/interconnect/imx/imx-interconnect 0x37647c21 imx_icc_unregister +EXPORT_SYMBOL_GPL drivers/interconnect/imx/imx-interconnect 0x9beeb2ba imx_icc_register +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-bcm-voter 0x0b39b783 qcom_icc_bcm_voter_commit +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-bcm-voter 0x83ef48c5 of_bcm_voter_get +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-bcm-voter 0x936a7e97 qcom_icc_bcm_voter_add +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x13476b94 qcom_icc_set +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x8070815a qcom_icc_bcm_init +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x92456333 qcom_icc_rpmh_probe +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xccf83f19 qcom_icc_pre_aggregate +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xde968933 qcom_icc_aggregate +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xe3d30492 qcom_icc_rpmh_remove +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0x81e513ad qcom_icc_rpm_smd_available +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0xe8dbdc6c qcom_icc_rpm_smd_send +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x19f2fa04 ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x44852c9e ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x67100533 ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x6e672618 ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x9202e205 ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x95a898cc ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x989c484e ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xbac906c2 ipack_device_init +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xdf0d17dc ipack_put_device +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x1f257017 led_set_flash_timeout +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x2cb35c18 led_get_flash_fault +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x8221a6eb devm_led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x9d9225b5 led_set_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xa9ffd728 devm_led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xbab07c8a led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xeb3dbd05 led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xf06a5800 led_update_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x9f70221e devm_led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xa0612d13 led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xb4176842 devm_led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xda97b86f led_mc_calc_color_components +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xe595adc1 led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x0e0a0031 lp55xx_deinit_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x113c12cc lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x1e625bc2 lp55xx_update_bits +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x33601d35 lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x4dcf9e24 lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x67c0d879 lp55xx_read +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x77bb06d2 lp55xx_is_extclk_used +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x7bee11aa lp55xx_write +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xa5eefdb7 lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xc2d6e5cb lp55xx_unregister_sysfs +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-audio 0x3bd45b0d ledtrig_audio_set +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-audio 0xce593c22 ledtrig_audio_get +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-camera 0x749e05f2 ledtrig_flash_ctrl +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-camera 0x7903e46e ledtrig_torch_ctrl +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x04b25810 __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x05058957 __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x063306f1 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x06bceaa1 __SCK__tp_func_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x09639d48 __traceiter_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0bc0be45 __SCK__tp_func_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x101dc746 __traceiter_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x14f9c2d9 __traceiter_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x15f3de09 __SCK__tp_func_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x17a83e40 __traceiter_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x181a1930 __SCK__tp_func_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1a9758a6 __traceiter_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1b083369 __SCK__tp_func_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1c599ebe __traceiter_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1c83d5b7 __SCK__tp_func_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x22ae6324 __SCK__tp_func_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x26ff303c __traceiter_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2766fb04 __traceiter_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2af60833 __SCK__tp_func_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x362eda19 __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x37808fd7 __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x37b31e4f __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3a3eb678 __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3feb7def __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x44bb87a3 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x46c66897 __SCK__tp_func_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x47b2af54 __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4a2d1241 __SCK__tp_func_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4b96c8a0 __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x51d0e534 __SCK__tp_func_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5b31f99a __traceiter_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5c7134b1 __traceiter_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5d9c8fc8 __SCK__tp_func_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5f9386a1 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5fd7c423 __SCK__tp_func_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6026e276 __SCK__tp_func_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6119e203 __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x64e39418 __traceiter_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x66232cfe __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6697827f __SCK__tp_func_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6c51f352 __traceiter_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6e74dca7 __SCK__tp_func_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6e7df078 __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x71a90620 __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x79eeb380 __SCK__tp_func_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7ddbeab7 __traceiter_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x80e3881d __SCK__tp_func_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x81d4d2d1 __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x83153845 __traceiter_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x853387d1 __traceiter_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x859fa507 __traceiter_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8ad20d61 __SCK__tp_func_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8b9fa1d8 __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8bba9251 __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8f3befc4 __traceiter_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8f7308be __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x93c8c39b __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9a6f4d9f __SCK__tp_func_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9ce21c84 __SCK__tp_func_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa09a6b09 __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa187023e __SCK__tp_func_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa64134e4 __SCK__tp_func_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa842a5c8 __SCK__tp_func_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xad6440b4 __traceiter_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb5a62a8c __traceiter_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xba843c3f __SCK__tp_func_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc2b7e2f8 __traceiter_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc2f66fea __traceiter_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc3528787 __traceiter_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc8ae4213 __SCK__tp_func_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xcc157faa __traceiter_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd2369ed6 __traceiter_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd67aee92 __traceiter_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd862c5a2 __traceiter_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd8aa1746 __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd9f63855 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xda06fe86 __SCK__tp_func_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdd1455a7 __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdd74b23b __traceiter_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe16c06b3 __SCK__tp_func_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xea3a1ab2 __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xebc2a79c __traceiter_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xec29e22a __traceiter_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xec3327c6 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xec92a163 __SCK__tp_func_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf021519f __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf6249e5f __SCK__tp_func_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf923d101 __traceiter_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfc0a0b57 __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfc4a727f __traceiter_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfd5d057b __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfd6b5d80 __SCK__tp_func_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfed8327b __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x0b1ecdc4 dm_bio_prison_free_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x16b6d33f dm_cell_unlock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x176170b4 dm_cell_put_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x17dd39d6 dm_deferred_set_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2eb01e04 dm_deferred_set_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x3ac4eb02 dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x40661ece dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x4556fd06 dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x5ec6febe dm_cell_lock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x67a3845a dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6a4e4e48 dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x701ba0f2 dm_cell_get_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x753e20b2 dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x76a6395c dm_cell_visit_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x83499eac dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x88bd64db dm_bio_prison_alloc_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x92e61d43 dm_cell_lock_promote_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xa0e9e2d0 dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xace9b57b dm_bio_prison_destroy_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb6d5c65d dm_deferred_set_add_work +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb70b342a dm_bio_prison_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd0f6d761 dm_cell_promote_or_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd99e003d dm_bio_prison_create_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xda858665 dm_cell_quiesce_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x24772bfe dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x2e0774dc dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x656100cc dm_bufio_client_reset +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6a2f40e1 dm_bufio_mark_partial_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6aebce95 dm_bufio_issue_discard +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6cdb2d56 dm_bufio_prefetch +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d3f57bd dm_bufio_get_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d83826d dm_bufio_get_block_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x74dcd98c dm_bufio_get_aux_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x867e87eb dm_bufio_get_dm_io_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x91f00abc dm_bufio_set_minimum_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa82b2066 dm_bufio_write_dirty_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xb04f56ab dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc0d7df85 dm_bufio_new +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xcd2ba798 dm_bufio_forget +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd991e3b9 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe6024e59 dm_bufio_release +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xebcc64a4 dm_bufio_get_block_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xeca7949e dm_bufio_client_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xed3283a4 dm_bufio_set_sector_offset +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xef54f78f dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xf241a6eb dm_bufio_forget_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x0efbca4c btracker_promotion_already_present +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x1c852cab btracker_nr_demotions_queued +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x23ddc5ab dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x37ef59a5 dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x481a0b15 btracker_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x4becb830 dm_cache_policy_get_hint_size +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x50b3c64c dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x58c5cfc8 dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x5adc2807 btracker_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x65eea825 btracker_nr_writebacks_queued +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x87bee547 btracker_queue +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa2365f44 btracker_issue +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa7eadcb5 btracker_complete +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xb2738172 dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xf9f3e74b dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x46c8f1e2 dm_register_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xde67fb1a dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x01d2f9ac dm_rh_recovery_start +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x113b6f66 dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x36817b9e dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x38972f23 dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x38efaf5a dm_region_hash_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x3a18389a dm_rh_update_states +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x44fb3233 dm_region_hash_create +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x57e16c3e dm_rh_get_state +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x5f4a6e61 dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x6aa1d247 dm_rh_delay +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7774620f dm_rh_stop_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d053fc5 dm_rh_start_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d5e1815 dm_rh_get_region_key +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa53387c7 dm_rh_flush +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa83588eb dm_rh_recovery_end +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xbe38a431 dm_rh_recovery_prepare +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xc0a1d386 dm_rh_inc_pending +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd8aa4284 dm_rh_region_context +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf84fe541 dm_rh_bio_to_region +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf92b8a3d dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfd93482e dm_rh_recovery_in_flight +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0054f69d dm_tm_pre_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x01f7c2b0 dm_btree_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0211c39e dm_tm_with_runs +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x07ed9022 dm_bitset_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x088a5b30 dm_btree_find_lowest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0cf7c42f dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0d251167 dm_array_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x109eae1f dm_btree_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x15a2bf57 dm_btree_lookup_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1ae16d40 dm_tm_dec_range +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1d0d53f7 dm_array_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2842d760 dm_bitset_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2bc1a8d9 dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2f40da68 dm_bm_set_read_write +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x30c37cc0 dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x32bf4f4b dm_bitset_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3646e38f dm_tm_issue_prefetches +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3896f8d8 dm_array_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x38d53eec dm_array_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ad0f55b dm_bm_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ae50a4a dm_tm_inc_range +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40720a25 dm_bitset_set_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x418204e4 dm_array_set_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x46c56110 dm_bitset_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x48e323be dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4f2c653e dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4f477261 dm_bm_checksum +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x51005cef dm_bitset_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5375ca71 dm_bm_write_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5475ba9e dm_block_location +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x563946a0 dm_btree_remove_leaves +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5b04d3fe dm_bitset_clear_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x67c6c5b9 dm_array_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x68f34c27 dm_array_cursor_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6bfa88c8 dm_bitset_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6c600395 dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6fac2256 dm_array_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x703aa099 dm_block_manager_reset +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x72289260 dm_block_manager_destroy +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7612cd9c dm_bm_block_size +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x79bdc649 dm_sm_disk_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7ade1071 dm_tm_destroy +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7b047bd9 dm_tm_create_non_blocking_clone +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7b6b3af5 dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x836693c5 dm_disk_bitset_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x87419c51 dm_array_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x87c934be dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x88295b96 dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x8e057e61 dm_array_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x900896b9 dm_btree_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x91baa32f dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9290e07a dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x932a6ffc dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x94daa188 dm_bitset_cursor_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x95a52abd dm_bm_is_read_only +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9718cffa dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9e798e22 dm_bm_set_read_only +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa0bc1801 dm_btree_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa99029b9 dm_bitset_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb940af6a dm_array_info_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbdde4031 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd017c9c7 dm_array_new +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd8682982 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xda4f2ff0 dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xdb2c8e97 dm_btree_lookup +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xdf3a4e7d dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe07a2542 dm_bitset_new +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe0e68183 dm_array_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe781f874 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xecc1aeba dm_bitset_test_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xedf5036f dm_bitset_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf2b4509a dm_btree_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf71f197e dm_btree_cursor_next +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x0cd27dd9 cec_delete_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x10df39e7 cec_s_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x1a9c69ec cec_received_msg_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x1f5d5c1c cec_transmit_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x201c2915 cec_s_log_addrs +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x3c53d715 cec_queue_pin_cec_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x450163fa cec_register_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x50e787f0 cec_notifier_parse_hdmi_phandle +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x64733f1f cec_fill_conn_info_from_drm +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x686e48f5 cec_pin_changed +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x9db27a42 cec_s_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xa01fbb6b cec_notifier_set_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xaee236c6 cec_notifier_conn_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xb3524ba8 cec_notifier_cec_adap_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xb61a1dbd cec_notifier_cec_adap_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xb9bed829 cec_transmit_msg +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xbe4de675 cec_get_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xc16f2887 cec_notifier_set_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xc7078630 cec_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xcf75e937 cec_transmit_attempt_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xd3f470e2 cec_unregister_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xd8fd156e cec_s_conn_info +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xf6ba8cef cec_notifier_conn_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xf9686436 cec_queue_pin_hpd_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xfd4d288f cec_queue_pin_5v_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xfdb5fbc3 cec_pin_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x0c28c8bb saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x498dad0d saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x6c1efed8 saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x7217193b saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x7a8140b3 saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x80f8e56c saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x9902501a saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xb9a025b9 saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xbf8c780f saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xdbb05af0 saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x0b404e6e saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x2d5d71eb saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x3d0a2c45 saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x3dc6e6c8 saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x5783f6c3 saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x2bae8110 smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x2ce7e268 smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x34bf0e61 smscore_translate_msg +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x37d91069 smsendian_handle_tx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x3c3b45cd sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x45284ae9 smsendian_handle_rx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x52a03be8 smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x557a67fc sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x64bd4286 sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x6c7dc540 smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x74ee9098 sms_board_load_modules +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7ba56e57 sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7c576277 smsendian_handle_message_header +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7ff7ce78 smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x844539ae sms_get_board +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x85ea5d43 smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x8c142ff1 smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x908e4652 smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x991e983d sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x99a81ab3 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xb48b89b9 smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc2e982ed smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc91d0d47 smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xfdf6f81a smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/uvc 0x08c5db3e uvc_format_by_guid +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x040dc7cd tpg_aspect_strings +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x21bfae4e tpg_gen_text +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x4a738cc1 tpg_g_interleaved_plane +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x7e83543f tpg_s_crop_compose +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x80aaf962 tpg_g_color_order +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xa8a3f406 tpg_free +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xaa5503d9 tpg_set_font +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xb052969d tpg_init +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xbbc315dd tpg_update_mv_step +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xcaede3e2 tpg_fill_plane_buffer +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xce8159bb tpg_pattern_strings +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xe2169014 tpg_log_status +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xe6f04b89 tpg_alloc +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xe7ee5819 tpg_s_fourcc +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xf064e392 tpg_fillbuffer +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xf7a5f765 tpg_calc_text_basep +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xf7ec0949 tpg_reset_source +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x07729fd4 __SCK__tp_func_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x2757b3f2 vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x2f452005 __traceiter_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x308115dc vb2_core_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x3484da63 vb2_core_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x3c22713a __tracepoint_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x3f77f95b vb2_core_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x4b294b3d vb2_core_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x50a1bb4a __tracepoint_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x516b9b51 vb2_core_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x5acb8538 vb2_core_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x5f278d80 vb2_request_object_is_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x61151b7c vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x65b156c4 vb2_request_buffer_cnt +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x6a97ccfe vb2_core_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x7e4fb9fd __traceiter_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x7ee32286 __tracepoint_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x8849b123 vb2_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x90843cb3 __traceiter_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x9f2cea7a vb2_core_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb0bb7c95 vb2_core_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb6f4b031 __SCK__tp_func_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb72bd4b5 vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb9d2df39 __SCK__tp_func_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xbd5d29fe vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xbf48a0d0 vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc36c7083 vb2_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc7b45aa4 __SCK__tp_func_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xcc32a866 vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xd82f30be __traceiter_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe9b331e4 vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xed4c48df vb2_core_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf0270c90 vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf0b61c2b vb2_core_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf604e614 vb2_core_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf97a7c84 __tracepoint_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xfc7fe9bd vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0x541bd535 vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0xbe7e5d63 vb2_dma_contig_set_max_seg_size +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-sg 0x0abae97f vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-memops 0x76539f53 vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x001b2d9f vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x02f4afae vb2_request_validate +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x094a70d4 vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x10d5486c vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x14fb9c4f vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x18ec14a5 vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x1b8528a4 vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x35abb7de vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x3706636e vb2_request_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x3bc1b2e0 vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x45bcf2e6 vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x47bd3f52 vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x50b96ce3 vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x520b16de vb2_find_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x5da50611 vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x60183faf _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x6cc8cc67 vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x6fec404f vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x6fef41c0 vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x779e16c1 vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x79f404a8 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x7a2a3823 vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x86e0047d vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x872631d8 vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x9fcfc1c2 vb2_video_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xa1183816 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xb12ee932 vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xb16cffe9 vb2_queue_change_type +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xbda0b25a vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xda93b344 vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xdcba14b0 vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xefdcf1a3 vb2_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xf48c2822 vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xfe6986c8 vb2_queue_init_name +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-vmalloc 0xb96dac79 vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x9d9652cf dvb_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0xc6a9218c dvb_module_release +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0xec1089a6 dvb_module_probe +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/as102_fe 0xc83ccea1 as102_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ascot2e 0x5c82354e ascot2e_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/atbm8830 0x9853c1e8 atbm8830_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/au8522_dig 0x75e70d3a au8522_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/bcm3510 0x5fc2645a bcm3510_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx22700 0xff234f6a cx22700_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx22702 0xe64a73d8 cx22702_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24110 0xe4330505 cx24110_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24113 0xefc29e23 cx24113_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24116 0xac234289 cx24116_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0x2a11655c cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24120 0x95734dc3 cx24120_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24123 0xe1d918ea cx24123_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2820r 0x1deba3ed cxd2820r_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2841er 0x47cb36c6 cxd2841er_attach_s +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2841er 0xc8f7e7e4 cxd2841er_attach_t_c +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2880/cxd2880 0x592c6151 cxd2880_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0070 0x288512b7 dib0070_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0090 0x228fbc3d dib0090_fw_register +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0090 0x6cb71702 dib0090_register +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib3000mb 0x6b97d231 dib3000mb_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib3000mc 0xfd254b0d dib3000mc_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib7000m 0x09f8f272 dib7000m_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib7000p 0x7fc9eb2e dib7000p_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib8000 0x688de6b3 dib8000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib9000 0xe5a3eb66 dib9000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0xdc3d340e drx39xxj_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drxd 0x80ced906 drxd_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drxk 0x987077b4 drxk_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ds3000 0x4adf6bc3 ds3000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dvb-pll 0x028447a9 dvb_pll_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ec100 0x60539c42 ec100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/gp8psk-fe 0xfd22ca69 gp8psk_fe_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/helene 0x423735a4 helene_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/helene 0x574c89a3 helene_attach_s +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/horus3a 0xe3105f45 horus3a_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6405 0xd4b06a64 isl6405_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6421 0x848d5b98 isl6421_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6423 0xe7664d63 isl6423_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/itd1000 0x609f4fae itd1000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ix2505v 0x726f827f ix2505v_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/l64781 0xfc27fc1e l64781_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lg2160 0x00ebfa87 lg2160_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt3305 0x96f6c976 lgdt3305_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt3306a 0xd8abae7f lgdt3306a_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt330x 0x26fd4a95 lgdt330x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgs8gxx 0xe0de2df8 lgs8gxx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbh25 0xac2ceb81 lnbh25_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp21 0x008709fa lnbp21_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp21 0xd56293dc lnbh24_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp22 0xe477eb97 lnbp22_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/m88ds3103 0x64301333 m88ds3103_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/m88rs2000 0xdf8412e7 m88rs2000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mb86a16 0xd369f48d mb86a16_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mb86a20s 0x1c06beda mb86a20s_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mt312 0x1889004d mt312_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mt352 0xe7198594 mt352_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mxl5xx 0xcfb0cf19 mxl5xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/nxt200x 0x99f8fc3c nxt200x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/nxt6000 0x5fae0f8e nxt6000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/or51132 0x7b4b8ce0 or51132_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/or51211 0x86f863dd or51211_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1409 0x1c400e83 s5h1409_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1411 0x16b940dc s5h1411_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1420 0xfc560193 s5h1420_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1432 0x18086d00 s5h1432_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s921 0x2b6f24d0 s921_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/si21xx 0xe8a1bf52 si21xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/sp887x 0xfce23e39 sp887x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb0899 0x4c0b50c2 stb0899_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb6000 0x8353c2b0 stb6000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb6100 0x62d22588 stb6100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0288 0x027c1f3a stv0288_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0297 0x3a988306 stv0297_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0299 0x21932657 stv0299_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0x46c538a6 stv0367ddb_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0x7635269c stv0367ter_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0xf707dcf1 stv0367cab_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0900 0x696723f3 stv0900_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv090x 0xee9ed38d stv090x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0910 0xc7028be5 stv0910_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6110 0xd033ee64 stv6110_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6110x 0xb9564d53 stv6110x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6111 0x345bf8ba stv6111_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10021 0x2abf9acd tda10021_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10023 0x4f48a68d tda10023_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10048 0x5d8b5109 tda10048_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda1004x 0x828d739c tda10045_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda1004x 0xb9006ce8 tda10046_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10086 0x8f36b44e tda10086_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0xc5c538f3 tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda665x 0xfc2d2c39 tda665x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda8083 0x9022bb2c tda8083_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda8261 0x02833997 tda8261_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda826x 0x9cb45204 tda826x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ts2020 0x1aebf626 ts2020_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tua6100 0x119ff254 tua6100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ves1820 0xc0f95641 ves1820_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ves1x93 0x09b9859d ves1x93_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10036 0xebd66342 zl10036_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10039 0xf292530c zl10039_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10353 0x38211ecc zl10353_attach +EXPORT_SYMBOL_GPL drivers/media/i2c/aptina-pll 0x0f74a18d aptina_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/ccs-pll 0x825362de ccs_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x13db4dd2 max9271_set_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x1cf87dc1 max9271_set_translation +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x38e2836f max9271_configure_gmsl_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x52ffad70 max9271_verify_id +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x589be910 max9271_disable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x68d21a94 max9271_set_serial_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x7ea86220 max9271_set_deserializer_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xa4ed74b1 max9271_enable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xbe09aa8a max9271_set_high_threshold +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xc0738299 max9271_wake_up +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xc16a7d03 max9271_clear_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xc5f45a13 max9271_set_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xf6508556 max9271_configure_i2c +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0016ab16 media_device_pci_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0845e298 media_entity_enum_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x08e5f192 media_create_pad_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0d3150b8 media_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x162131c6 __media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1b05c7d6 media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1ee076cb __media_pipeline_pad_iter_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x207e61c1 media_request_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x238b0668 media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x25ff3ad7 media_device_unregister_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x278116ec media_request_object_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x314aa6c6 media_device_delete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x33b67979 __media_pipeline_entity_iter_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x34da5802 media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x354ce921 media_create_pad_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x35c54728 __media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x45a55d0c media_device_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x4c3541c1 media_request_object_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x50ba80de __media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x51570800 media_request_object_find +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x54c68ea5 media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x55e581d5 media_create_ancillary_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x568150e5 __media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5a41144c media_request_object_complete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x62e9edf4 media_devnode_create +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x64136b88 media_device_register_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x65dd67e0 media_pipeline_entity_iter_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6d46308b __media_entity_next_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x72b2fda7 media_get_pad_index +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7c7c82c8 media_entity_pads_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7eb0204d media_request_object_unbind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x815643ed media_pad_remote_pad_first +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8a8debfa media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9257c175 media_graph_walk_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9a5c7e8e media_create_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xacd1b25b media_request_object_bind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xae248c52 media_pad_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xaecc9399 media_device_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xaf1ce045 media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb6d1a27b media_entity_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb93c3798 media_devnode_remove +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb97e08fc media_entity_get_fwnode_pad +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xba4520eb media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbd9a6a2e __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbe24d6a5 media_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc523b5d5 media_pad_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd59fe609 __media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd82d3531 media_pipeline_entity_iter_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe4e5472f media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe5ceecd6 media_entity_enum_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe6337355 media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf03ee1fc media_request_get_by_fd +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf3b75f8c __media_device_usb_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf4eacfe6 media_device_usb_allocate +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf8c43032 media_entity_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf941ca10 media_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf9fc6c94 media_graph_walk_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xfb8194ab __media_device_register +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xfccb2833 media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/pci/bt8xx/dst 0x6b529c71 dst_attach +EXPORT_SYMBOL_GPL drivers/media/pci/bt8xx/dst_ca 0xa7fb1452 dst_ca_attach +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0xad78933c cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/ddbridge/ddbridge-dummy-fe 0x2be10853 ddbridge_dummy_fe_qam_attach +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x155693dc mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x155bfcd1 mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x3e50c69c mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x41954879 mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x436d2f39 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x4b92a559 mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x4c83d0c1 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x72e7dbfd mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x75a08e4d mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x7777b5a1 mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x80c078e5 mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x85f9c768 mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xae69f350 mantis_input_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb592560c mantis_input_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb64a0ef9 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc94eda09 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xcc776584 mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd2409215 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe90a14f3 mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x0d1b9b0b saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x27e97bb5 saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2b64e5ad saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x377d33ef saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x45b58167 saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x46c58461 saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x69e1a902 saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x6bfbae8f saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x7700d4f5 saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x7927ecbe saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa179e7af saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xad09bf93 saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xad475f4d saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb2e33935 saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb8c2e191 saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xba67a531 saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xcb595afa saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xf6062eaf saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xfaa1d84b saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x141d5b18 ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x1e8fe214 ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x26779d67 ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x3bbbe6e4 ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x8208ba38 ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xb2a8a541 ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xecf5c1c8 ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x07d65304 nal_hevc_write_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x0b8685ee nal_h264_write_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x128399d7 nal_hevc_read_vps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x224b1b96 nal_hevc_read_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x27b06570 nal_hevc_write_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x3528af96 nal_hevc_read_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x4a98719c nal_hevc_write_vps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x4f4bb149 nal_h264_write_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x7f862d08 nal_h264_read_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xbf5b9228 nal_h264_read_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xcd350e28 nal_h264_read_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xceb93220 nal_hevc_write_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xddf6eace nal_h264_write_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xfc7173bf nal_hevc_read_sps +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x0a3282fd mccic_irq +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x4f060205 mccic_shutdown +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x7682e1cf mccic_suspend +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x82a5d584 mccic_register +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x933c8b7a mccic_resume +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x0399654f vpu_load_firmware +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x52312d68 vpu_ipi_register +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x65e19a53 vpu_get_plat_device +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x7479bf21 vpu_get_vdec_hw_capa +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x846a3986 vpu_mapping_dm_addr +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x94cd948c vpu_wdt_reg_handler +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x97f51598 vpu_ipi_send +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xf13ca3cb vpu_get_venc_hw_capa +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x027fe7e9 hfi_session_abort +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x07f35a52 venus_helper_vb2_buf_prepare +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x091d0370 venus_helper_check_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x0c1f0d0e hfi_session_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x0ef099e8 venus_helper_set_multistream +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x0f124ecb venus_helper_process_initial_cap_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x16229db1 hfi_session_start +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x195249c2 venus_helper_vb2_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x2112cbbb venus_helper_set_dyn_bufmode +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x22fcb05e venus_helper_get_profile_level +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x27b12c5f venus_helper_m2m_device_run +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x2d693ecb venus_helper_m2m_job_abort +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x2f5c5e14 venus_helper_release_buf_ref +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x345265cb venus_helper_intbufs_free +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x351228fe venus_helper_get_ts_metadata +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x35ed74ff hfi_session_unload_res +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x38c25bd3 venus_helper_acquire_buf_ref +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x3a51fe6b venus_helper_init_instance +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x3b713d71 hfi_session_deinit +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x3d6e3003 venus_helper_free_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x407f5536 venus_helper_set_output_resolution +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x46e20488 hfi_session_process_buf +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x4e5b1677 venus_helper_find_buf +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x52734b0f venus_helper_set_profile_level +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x529d313d venus_helper_set_work_mode +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x5cada8b5 venus_helper_vb2_start_streaming +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x691fc61a venus_helper_get_opb_size +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x6c400f84 venus_helper_intbufs_alloc +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x7186ea22 venus_helper_get_bufreq +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x72825cf4 hfi_session_set_property +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x748c2709 venus_helper_set_bufsize +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x76b37f04 venus_helper_set_input_resolution +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x7a9f1339 venus_helper_vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x89b5ff66 hfi_session_get_property +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x8e622273 venus_helper_set_color_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x900c7951 venus_helper_set_format_constraints +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x90655390 venus_helper_queue_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x9bb85b8f venus_helper_change_dpb_owner +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xac54b39a hfi_session_stop +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xb5da1da9 venus_helper_get_framesz_raw +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xb98b1f79 venus_helper_set_raw_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xbfa7099c venus_helper_vb2_buf_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xc030df12 venus_helper_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xc4c46d8e venus_helper_unregister_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xca643415 venus_helper_get_out_fmts +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xca916981 hfi_session_create +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xccbd3200 hfi_session_destroy +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xcd6129f9 venus_helper_set_stride +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xce936f47 venus_helper_check_codec +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xd21da2e4 venus_helper_get_framesz +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xd68c89d3 venus_helper_set_num_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xd6a036b3 venus_helper_alloc_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xe56e3f9d hfi_session_flush +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xe88c01e1 hfi_session_continue +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xe9415c74 venus_helper_buffers_done +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xecfde3b5 venus_helper_session_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xf5a41579 venus_helper_process_initial_out_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xf98aa477 venus_helper_intbufs_realloc +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x3d858696 rcar_fcp_put +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x4ad5d888 rcar_fcp_enable +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x5fe6f6e8 rcar_fcp_disable +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x9877c29f rcar_fcp_get +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0xc7282df4 rcar_fcp_get_device +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x312d5b50 vsp1_du_atomic_flush +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x7658f714 vsp1_du_setup_lif +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x9beafefe vsp1_du_map_sg +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xa9988693 vsp1_du_unmap_sg +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xaad11f08 vsp1_du_init +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xd01ac8d3 vsp1_du_atomic_begin +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xe954fa22 vsp1_du_atomic_update +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x0d431d11 xvip_enum_mbus_code +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x1a3fe279 xvip_clr_or_set +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x32a020d5 xvip_set_format_size +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x69245c66 xvip_cleanup_resources +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x9469d772 xvip_enum_frame_size +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xb67940fb xvip_get_format_by_fourcc +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xe08e6063 xvip_get_format_by_code +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xe2317d8d xvip_of_get_format +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xe9a64a00 xvip_clr_and_set +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xf5109e80 xvip_init_resources +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0x3c16a6b1 xvtc_generator_stop +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0x47d7900b xvtc_generator_start +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0x5c126f38 xvtc_of_get +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0xa8a0f912 xvtc_put +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x49a2b8c0 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xf842b934 radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x1b7f9ffc si470x_ctrl_ops +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x3ac06d51 si470x_set_freq +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x4082491e si470x_viddev_template +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xc9dd8093 si470x_start +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xe0140e51 si470x_stop +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x0b35e089 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x0b3b850e rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x0ec9d376 rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x1c80a3c9 ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2052fbff rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2a0f54bc rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2ed90ced rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x33515852 rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x59e85609 lirc_scancode_event +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x7cd00ed9 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x90b2ec27 rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x916afe07 ir_raw_event_store_with_timeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x95be94d0 ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x9aeb0fc0 devm_rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xaf47ce7e rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb900079f ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb960f15c rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xbf8214e9 devm_rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd780ae20 rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xf479ce93 ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xfc5d3079 rc_map_get +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0011 0x7fca3e5f fc0011_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0012 0x960bf2bd fc0012_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0013 0x65f633c1 fc0013_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/max2165 0x2ef20d55 max2165_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mc44s803 0x9d8a6451 mc44s803_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2060 0xf16fc349 mt2060_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0xc344b260 mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0xab4bb6cc microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2131 0xecf35141 mt2131_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2266 0xd6ce107e mt2266_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5005s 0xa6478ef5 mxl5005s_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0x91b610c8 mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/qt1010 0x7bd8437a qt1010_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0x8cd757c7 r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18218 0x95182116 tda18218_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0x9ac8f25d tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0x03e9cfef tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x5d48465e tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xac09da2f tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0xe6c9665d tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x4f9476c0 tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0xcbb42cfe tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x5061bb96 tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xf60f4d6a tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0x60fd8c66 simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc2028 0xe862d358 xc2028_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc4000 0x9c9ff937 xc4000_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc5000 0xa9082454 xc5000_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x005e3df7 cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x218c541c cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x3f83a3b7 cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x4277ef99 cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x4c151feb cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x523e9548 cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x526e9ae0 cx231xx_get_i2c_adap +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x91f8f5fc cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9bc8fac4 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa33b8d31 cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa8c30c31 cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa9cd9350 cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xb2873d38 cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xb70f0428 cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xbfe71902 cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xc34f2f96 cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xce8947a0 cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf08c0725 cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf8041b47 cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xfbdf6308 is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0x84d94812 mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0x74319191 mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x26e4ad3a em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x299ee551 em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x38fd3a26 em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x3bf2c15f em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x3eacc26c em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x4e3fa6ab em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x513a7ee7 em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x57dd648e em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x5fba8642 em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6639adff em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x721f7cc7 em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7c14f0bc em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x921d7c65 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa4b66a68 em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa5304b0a em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xad89ff50 em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xb222aabc em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe0ce37e4 em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe12477d6 em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe681d4b2 em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x1fbe10f9 v4l2_async_nf_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x25576ea2 __v4l2_async_nf_add_i2c +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x6a1b4757 __v4l2_async_nf_add_fwnode +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x6ece617b __v4l2_async_nf_add_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x8ad21737 __v4l2_async_nf_add_fwnode_remote +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x01612c0b v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x08402862 v4l2_print_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x0958448b v4l2_set_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x0af3d134 v4l2_valid_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x2bf67def v4l2_calc_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x370cfe6e v4l2_dv_timings_presets +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x3aa68d7a v4l2_find_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x4839762f v4l2_calc_timeperframe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x7b6ac78f v4l2_phys_addr_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x8f8d4341 v4l2_get_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x922ecd29 v4l2_enum_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xa22fbfeb v4l2_hdmi_rx_colorimetry +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xa97e00eb v4l2_detect_cvt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xae575c8f v4l2_phys_addr_for_input +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xd034392d v4l2_match_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xf56238f4 v4l2_find_dv_timings_cea861_vic +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xff585440 v4l2_dv_timings_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0x022e5d07 v4l2_flash_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0xa74aa2f8 v4l2_flash_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0xb96cbbd5 v4l2_flash_indicator_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x0dc45ef9 v4l2_fwnode_connector_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x2dc720fd v4l2_fwnode_connector_add_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x5e5cecfe v4l2_fwnode_put_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x612ddce5 v4l2_fwnode_connector_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x682973a7 v4l2_fwnode_endpoint_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x6adf4ddd v4l2_async_nf_parse_fwnode_endpoints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x72309ba5 v4l2_fwnode_endpoint_alloc_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x8d43105b v4l2_fwnode_device_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x98fc48e7 v4l2_async_register_subdev_sensor +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xad28168c v4l2_fwnode_endpoint_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xd689ccfb v4l2_fwnode_parse_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-h264 0x639ecc68 v4l2_h264_init_reflist_builder +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-h264 0x6a1429ff v4l2_h264_build_p_ref_list +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-h264 0xf568bf81 v4l2_h264_build_b_ref_lists +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0x30b5ebc6 v4l2_jpeg_parse_scan_header +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0xcbfdf5cb v4l2_jpeg_parse_frame_header +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0xe8956e3f v4l2_jpeg_parse_huffman_tables +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0xe8f40f9e v4l2_jpeg_parse_header +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0xf8ffd565 v4l2_jpeg_parse_quantization_tables +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x071c4d91 v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0bb8f1cb v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0f6e3982 v4l2_m2m_buf_remove_by_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1230b7a1 v4l2_m2m_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1285d03b v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x193b4d7c v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1abf3943 v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1f044ba9 v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x234add96 v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x28184170 v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3244a202 v4l2_m2m_ioctl_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x33f7d629 v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x41ccb4c6 v4l2_m2m_update_stop_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x472c5fb1 v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x479fafb2 v4l2_m2m_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4ceb92b7 v4l2_m2m_update_start_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4e0a13ea v4l2_m2m_buf_remove_by_idx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x52516ceb v4l2_m2m_ioctl_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5652964e v4l2_m2m_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x596bdd9a v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5a5a7783 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5cab8301 v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x60d8d421 v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x664560c4 v4l2_m2m_try_schedule +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x730f2eae v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x79f649e8 v4l2_m2m_ioctl_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7d601ccc v4l2_m2m_buf_copy_metadata +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x887d22a6 v4l2_m2m_ioctl_stateless_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb520a2ec v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb91b8ef2 v4l2_m2m_ioctl_stateless_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbafc603d v4l2_m2m_ioctl_try_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbccb81eb v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc892a4f1 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc9b1613e v4l2_m2m_last_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd285eeb4 v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe18c0f7c v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe2f21365 v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe306902a v4l2_m2m_register_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf09cca42 v4l2_m2m_last_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf0a65b27 v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf13ff84d v4l2_m2m_unregister_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf3fd3b27 v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf5c26b29 v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xfb071ff2 v4l2_m2m_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xfb6db306 v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xfda0ed3b v4l2_m2m_request_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0x4137d90c v4l2_vp9_adapt_coef_probs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0x8ef1a3dd v4l2_vp9_reset_frame_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0x8ef25d5d v4l2_vp9_seg_feat_enabled +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0x9dec35a2 v4l2_vp9_fw_update_probs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0xb3cf2529 v4l2_vp9_adapt_noncoef_probs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0xcf15018a v4l2_vp9_kf_partition_probs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0xdf6586d2 v4l2_vp9_kf_uv_mode_prob +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0xf5c55c43 v4l2_vp9_default_probs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0xfbf87a5e v4l2_vp9_kf_y_mode_prob +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x0d972d25 videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x118f8fc6 videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x1418aa35 videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x1a0190e0 videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x1b908ec2 videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x1dc20dc5 videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x49bff307 videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x550b8323 videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x55c60355 videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5614df80 videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5c783ee5 videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6a0d1efc videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6b8403c6 videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x78345c46 videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x7863b854 videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x7a07699a videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x877a9809 videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8d29b9c8 videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x93bcb5a8 videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xbbe7f875 videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc1ef0470 videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc2700b35 videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd14c6d12 __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xdb8f599e videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x08627653 videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x0b41d03f videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x553a86d0 videobuf_sg_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x86eeefdb videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xd9f90659 videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0155c637 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x018da850 v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x09c9b5a5 v4l2_subdev_s_stream_helper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0caeaf0d v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x11f3044c __SCK__tp_func_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1a7c11d3 video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1b3548fa v4l2_subdev_get_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1fe71aad v4l2_s_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x21c1c5a4 video_device_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x21f43c20 v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2285ef15 __v4l2_subdev_state_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x24f4e574 __traceiter_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x25783a3f v4l2_pipeline_pm_get +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x261dd96f v4l_disable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2ae0877b __SCK__tp_func_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2b6856cd __tracepoint_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2be12d72 v4l2_compat_ioctl32 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2eb95f2b v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2f0de237 v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x33c2bf16 v4l2_g_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x367296f3 v4l2_subdev_get_privacy_led +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x38827c34 v4l_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x43d2226f v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4593ea54 v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x488b50bf v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4894cd55 v4l2_subdev_state_xlate_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x498280b6 __v4l2_ctrl_handler_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4e800e32 v4l2_subdev_get_fwnode_pad_1_to_1 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5074e573 v4l2_fraction_to_interval +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x50b41995 v4l2_pipeline_link_notify +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x51f019f3 __video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5421072b v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x557f3097 v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x56f2f15b v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x59ae5450 v4l_vb2q_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5ebc795f v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x65d7839c v4l2_subdev_state_get_opposite_stream_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x66bf7ac4 v4l2_subdev_set_routing_with_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6c3ceca6 v4l2_get_link_freq +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6ce1c95c __SCK__tp_func_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6d31f8a8 v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6e9acc41 v4l2_fill_pixfmt_mp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x712f032e v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x782cfdaa v4l2_ctrl_request_hdl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7cfd2c6a v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8048bee2 v4l2_subdev_enable_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x85728a13 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x88b38088 v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x88bd2289 __traceiter_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8ae3a8fe v4l2_mc_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8e8da86a v4l2_subdev_disable_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9047d884 v4l2_pipeline_pm_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x93aa9a1a v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x98857e09 v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9ea5fd3d v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9fef35ac v4l2_apply_frmsize_constraints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa1914a74 v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa9d39e6f v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xaa410d8d v4l2_i2c_subdev_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xab8e8ae7 v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xad5c3c93 v4l2_simplify_fraction +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xae3dd8d6 __v4l2_subdev_next_active_route +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb227b987 video_device_pipeline +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb3578028 v4l2_create_fwnode_links_to_pad +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb48cf8aa __tracepoint_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb5a337db v4l2_subdev_state_get_stream_compose +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb5fb3b97 v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbfa9f4e6 v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc86897a7 v4l2_subdev_state_get_stream_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcc1717ee v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcc501597 v4l2_fill_pixfmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xce92210e v4l2_create_fwnode_links +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcf754c8f v4l2_subdev_routing_find_opposite_end +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd036ac02 __v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd7181ae2 v4l2_subdev_has_pad_interdep +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd9ebcfb6 v4l2_subdev_notify_event +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xde5795db __video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xde6e37d9 __v4l2_subdev_state_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdef3dffd __tracepoint_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe0b98a71 __tracepoint_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe116af8e v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe2822320 __v4l2_find_nearest_size +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe36fad97 v4l2_subdev_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe58e0945 __v4l2_subdev_init_finalize +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe5a33113 __SCK__tp_func_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe67481bd v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe8119fe6 __traceiter_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe93bb5ed v4l2_subdev_put_privacy_led +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe9e6edfc v4l2_event_wake_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xed6c9ccf v4l2_subdev_state_get_stream_crop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf1a81f08 v4l2_ctrl_request_hdl_ctrl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf2888b60 video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf55d62c5 v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf6413ccc v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf667749d v4l2_subdev_routing_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf734862b __traceiter_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfb476e94 v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfd90855a v4l2_subdev_set_routing +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x9de21eee pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xc617fb6f pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xec7bcd6b pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x02b2fecf cs47l24_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x1949d8fa wm5110_revd_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x27dc7a59 arizona_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x2e851953 wm5110_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x2feb361c cs47l24_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x3501187e wm5110_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x390729fa arizona_set_irq_wake +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x39419a43 wm8997_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x5cbc64c2 arizona_clk32k_disable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x5ce27885 arizona_clk32k_enable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x60999e2c arizona_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x6dbdd81f wm5110_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x811c5ad6 wm8998_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x8efc6047 wm5110_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x90ee8c22 wm5102_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xa66c8fe3 wm8997_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xb967f93a cs47l24_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xc3004a7d arizona_request_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xc3af534f wm8997_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xd07aa69f arizona_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xd3d64d6e wm5102_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xd3fee6a6 wm5110_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xdfbe649b wm8997_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xf39726a5 arizona_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0xcf19ae2a atc260x_device_probe +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0xf1d1068d atc260x_match_device +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x1baae0ce da9150_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x2f6dd3f8 da9150_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x3a6fb585 da9150_read_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x751d7fb2 da9150_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x8dcc1fd6 da9150_bulk_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xce896642 da9150_write_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xdc93ad49 da9150_bulk_read +EXPORT_SYMBOL_GPL drivers/mfd/gateworks-gsc 0xa142a524 gsc_read +EXPORT_SYMBOL_GPL drivers/mfd/gateworks-gsc 0xb7abd1c4 gsc_write +EXPORT_SYMBOL_GPL drivers/mfd/iqs62x 0xa436f4de iqs62x_events +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x2c53f18b kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x4af7b1cd kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x5203c73a kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x98d68a51 kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x9d519cfc kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xbabeda4a kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xe03ae8fe kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xe36821b7 kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x23c33400 lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x3e80a217 lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xb77b26c0 lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x2d050027 lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x47f735ea lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x59fb12ef lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x6154f80e lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x66cdda44 lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xc78deac6 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xef351994 lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x14bcf5e5 lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x71bbfefe lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xeed5735e lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0b732494 cs47l35_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0b7ef8d4 cs47l35_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0f379262 madera_of_match +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x16250251 cs47l15_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x1655d3a1 cs47l92_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x16580fe1 cs47l92_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x21d4c85c cs47l90_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x21d9141c cs47l90_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x323a94b2 cs47l85_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x3901bfec cs47l85_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x390c63ac cs47l85_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x3aede395 cs47l90_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x44de5bb1 madera_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x48463998 cs47l35_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x484be5d8 cs47l35_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x5560cead cs47l92_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x556d12ed cs47l92_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x5f488fbf madera_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x62e1d550 cs47l90_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x62ec0910 cs47l90_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x7a34a2e0 cs47l85_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x7a397ea0 cs47l85_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x82859354 cs47l15_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x82884f14 cs47l15_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xc1b08e58 cs47l15_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xc1bd5218 cs47l15_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xc1f62357 madera_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xd112b20a cs47l35_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xdaf50cee cs47l92_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xebe384cb madera_name_from_type +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x1793f1ab mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x232ab53a mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x9d25f378 mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xa3a31713 mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xb1ace27b mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xf116a95b mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/motorola-cpcap 0xa226dbe8 cpcap_sense_virq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x0168e01d pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x1d3ca4b8 pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x51cc6220 pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x58a4b46c pcf50633_pm +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x5c9e2eb6 pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x77c0fb4e pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x894a8e4e pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xa9232bcc pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xdd952fe0 pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xe7ddec78 pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xf0fee5cb pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xf38caede pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x5e31f0c9 pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x892f1026 pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x00869a42 pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x4621e2b0 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x62f014d6 pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xc9c7e538 pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xdd2688f1 pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x13471f45 devm_rave_sp_register_event_notifier +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x43e53ef9 rave_sp_exec +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x56d1a8c5 retu_read +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0xa074c8b6 retu_write +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0x2b98c760 rk8xx_probe +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0x44b83fb4 rk8xx_shutdown +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0x78d90924 rk8xx_suspend +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0x9ebfc7d9 rk8xx_resume +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0dc0e513 si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x123fd63f si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1bf03c31 si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1ddfb501 si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x271abd94 devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2dc66704 si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3923d901 si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3ce42811 si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4132f9e7 si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5bf4324d si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5c99b67c si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6b76d7ab si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6bb53c74 si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6bc7f8e0 si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x74119a56 si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x75a0e9a9 si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x77b7d6b4 si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8808fb0e si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x894381a7 si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x91d6469b si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9429b2c6 si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x970cd154 si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9f4ad15c si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xaea2108b si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb0d057cd si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc197b08f si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc56b426a si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc686dd71 si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xcb7d8014 si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd11d43a9 si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd537e9d1 si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xdcc0442b si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe22dedf9 si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xfcdf7975 si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x12c382ef sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x1f56856f sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x21c84063 sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x64c6aef3 sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x9e545120 sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/sprd-sc27xx-spi 0x91f6e05b sprd_pmic_detect_charger_type +EXPORT_SYMBOL_GPL drivers/mfd/stm32-timers 0xf3311eab stm32_timers_dma_burst_read +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0xa5ee65f7 stmfx_function_enable +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0xde11b1bf stmfx_function_disable +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x0e3d9d52 am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x2aea3dca am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x2daf0988 am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x7a67b555 am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x03961f12 tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x431ae9d0 tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xabfe4dec tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xd9a53eaa tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x4786413c tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x7f4afbf8 tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x8078b328 tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps6594-core 0x0d265a52 tps6594_device_init +EXPORT_SYMBOL_GPL drivers/mfd/tps6594-core 0x15c3d213 tps6594_is_volatile_reg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x13b1cded alcor_write32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x1b2d16a5 alcor_read8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x25d9d328 alcor_read32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x843c0cc2 alcor_write32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xbdef73af alcor_write8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xcfdba687 alcor_write16 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xe36d559c alcor_read32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x041c0b6a rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x15863266 rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x2acedafb rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x38a3ac09 rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x3b4e3f11 rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x47d6f625 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x4cd1d4cf rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x5abb6fcb rtsx_pci_dma_unmap_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x5ef6f471 rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x6c0af9e8 rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7187d65c rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x75b15308 rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7949b38d rtsx_pci_dma_map_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7cc2a7e8 rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x87ee90aa rtsx_pci_dma_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x88da8968 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x970f4ffe rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x97a8541d rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x9811551b rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb57f140b rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xbcf5fb87 rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xbf36de2d rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xd4563e68 rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xfe30a460 rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x153ea75d rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x1e0a24c1 rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x1eb02746 rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x21da11a8 rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x4c4a544c rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x7d5021c9 rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x844beaf5 rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x98fff318 rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xb3dbe349 rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xc557214b rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xef0062a5 rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xf002edc8 rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xff14d0a8 rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x7b73ff9c cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x7f75022d cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x9bfc9a85 cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xb402c90e cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x0b008db0 oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x296a8983 oslec_update +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x3115970d oslec_create +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x4b711f77 oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x5909e701 oslec_snapshot +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x780d3f01 oslec_flush +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x84eba96d oslec_free +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x3cb83d5b eeprom_93cx6_multireadb +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x870b53e9 eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x884deb9d eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0xc9c6bb25 eeprom_93cx6_readb +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0xff7a0fdf eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x5c4e8ad5 enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x9d811311 enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xb6cd594b enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xba49fa49 enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xbc0d48b3 enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xd28c0846 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xe668abdd enclosure_component_alloc +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xf017629a enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x4a524ebf lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x4a83739d lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x62c77356 lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x6646eb36 lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x86eed6b3 lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xb6e7d5da lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xe13162e3 lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xe562365f lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/pvpanic/pvpanic 0x7069a3cc devm_pvpanic_probe +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x4bcde927 st_unregister +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x617a7628 st_register +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x08f888c9 uacce_remove +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x68a66606 uacce_alloc +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x7d644801 uacce_register +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x024d14bc vmci_qpair_produce_free_space +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x046dd187 vmci_datagram_create_handle +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x056837fb vmci_get_context_id +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x1fd4782d vmci_qpair_get_produce_indexes +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x2449459d vmci_event_subscribe +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x3a22fa8a vmci_datagram_destroy_handle +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x3b522e99 vmci_qpair_enquev +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x4ba5c46b vmci_qpair_peek +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x5591b58e vmci_context_get_priv_flags +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x5d0178d9 vmci_qpair_dequev +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x5e949e0a vmci_doorbell_destroy +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x612df9ae vmci_qpair_detach +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x676bd843 vmci_qpair_consume_free_space +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x75fe065a vmci_send_datagram +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x787f0fe8 vmci_register_vsock_callback +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x7c74d7a6 vmci_qpair_consume_buf_ready +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x81d61eef vmci_qpair_dequeue +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xb572e830 vmci_doorbell_create +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xbcb85f62 vmci_doorbell_notify +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xc04c7e84 vmci_qpair_get_consume_indexes +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xc403cafe vmci_is_context_owner +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xde3abc2e vmci_datagram_create_handle_priv +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe0cc9c92 vmci_qpair_alloc +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe11895c1 vmci_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe67343c1 vmci_qpair_enqueue +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe7cd0ef7 vmci_qpair_peekv +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xea143610 vmci_datagram_send +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xea61eefe vmci_qpair_produce_buf_ready +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0x354a8b50 dw_mci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0xb0edd822 dw_mci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0xf706062d dw_mci_pltfm_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0x0ad7ca50 mmc_hsq_finalize_request +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0x7aca6ad7 mmc_hsq_init +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0x7cc0d852 mmc_hsq_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0xac133d6a mmc_hsq_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/renesas_sdhi_core 0x5f5d2b47 renesas_sdhi_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/renesas_sdhi_core 0x94e05eb4 renesas_sdhi_probe +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x05e4b606 sdhci_start_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x0785202b sdhci_calc_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x0837cf46 sdhci_setup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x0b3d6265 sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x188f7ac3 sdhci_end_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x1fa2fdf9 sdhci_execute_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x2094aa18 sdhci_set_data_timeout_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x26ea974d sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x2b205570 sdhci_reset_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x35e25571 sdhci_adma_write_desc +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3f05847c sdhci_dumpregs +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x43754f4c sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x482252a5 sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x54282ee1 sdhci_set_power +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x58925a1a sdhci_cqe_enable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x59e2d139 sdhci_enable_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5fca8f21 sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6313e669 sdhci_cqe_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6f7eb67e sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x700360a9 sdhci_start_signal_voltage_switch +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x736e3071 sdhci_request +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x80e28bad sdhci_abort_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x83c87f09 sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x85457c1d sdhci_switch_external_dma +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x933e4653 sdhci_request_atomic +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x9439b965 __sdhci_set_timeout +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x96a2885f sdhci_set_power_noreg +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x9da506df sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x9e137624 sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb91e50a4 sdhci_set_power_and_bus_voltage +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb9c17346 sdhci_set_ios +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xbc567bb5 sdhci_enable_v4_mode +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xcdd9cb7a __sdhci_read_caps +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe021bc20 sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe439f7cb sdhci_send_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xeb1d7132 sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xee94e784 sdhci_cqe_disable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf19de4fb __sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf26afaa6 sdhci_get_cd_nogpio +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf34267cc sdhci_enable_sdio_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf8951177 sdhci_cleanup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xfc89c7c6 sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x0566d7e1 sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x1e089c88 sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x3d7323ab sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x40ada248 sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x42965def sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x47df2fcf sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x6118d0f8 sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x9a2fa0ce sdhci_get_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xecc3a23d sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x13d8ce24 tmio_mmc_host_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x23260681 tmio_mmc_host_free +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x378f2335 tmio_mmc_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x620bbfc1 tmio_mmc_host_alloc +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x86daa21b tmio_mmc_host_probe +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x9d467152 tmio_mmc_enable_mmc_irqs +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x9ec61004 tmio_mmc_disable_mmc_irqs +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xcbbf7853 tmio_mmc_host_runtime_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xcc3422f6 tmio_mmc_do_data_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xce3884b3 tmio_mmc_host_runtime_resume +EXPORT_SYMBOL_GPL drivers/most/most_core 0x26371064 most_start_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0x2f082040 most_deregister_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0x3f594a11 most_register_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0x47dcf041 most_submit_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x480f6f77 most_register_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0x530c03b0 most_get_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x65cfef73 most_register_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0x6d5015bf most_stop_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0x74e18a50 channel_has_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x9caaa390 most_resume_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0x9d2e62af most_deregister_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0xa6f8d874 most_stop_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0xe255c979 most_deregister_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0xe3218a4c most_put_mbo +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x7e94c565 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x838ae0f3 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xbca3c51b cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x6fe7bd81 cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x9c1e7207 cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xe24c39d7 cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0x0dd91480 cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x350b7762 cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xc88b4f12 cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xcb625f91 cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0x4a183c09 hyperbus_unregister_device +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0xf18224f8 hyperbus_register_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0ca0f983 __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0e1128c0 deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x14c3f9ae mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x152f5274 mtd_pairing_info_to_wunit +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1b43ae85 mtd_ooblayout_free +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2156c0df mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x234dfa46 __register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x239bae60 mtd_ooblayout_set_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x23cfedee mtd_write_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x293d8801 __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2f4609de mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3480beeb mtd_ooblayout_get_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x352aae40 mtd_erase_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3908e5f1 mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3984befa mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3f33eecc mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3fdf15de mtd_block_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x422486d9 mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4aa3114b mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4cb8d9f6 mtd_ooblayout_ecc +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4e80c0d7 mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x50dabc2f mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x545033b4 mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5a0089b9 mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x61e79acb mtd_pairing_groups +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x76ab1bf6 get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7ad56a71 mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7ff0d377 mtd_ooblayout_set_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x81a5690a mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x855886c1 mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8a4d5767 mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9014f66a mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x92ea7de3 mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x930131d9 mtd_ooblayout_get_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9456ddcd mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x97f176a3 register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9c21fd7c put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9eac4df1 get_tree_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa136e566 __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa1e389d4 mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa642ce46 mtd_ooblayout_count_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa813b5cd mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xab08a662 mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb0699764 mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb32ff41c mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb7075882 mtd_check_expert_analysis_mode +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbbd36a9a mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc5016dea mtd_ooblayout_find_eccregion +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc5ae0b22 mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcfdbfc41 of_get_mtd_device_by_node +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe7d200cc mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe88a3043 mtd_ooblayout_count_freebytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xeb987be8 kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xec41548c mtd_wunit_to_pairing_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf71d19b1 unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf87ae602 get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x009a36b5 del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x188e12f1 mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x497f676a add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x4c772579 deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xb8da495a register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x036d0145 nanddev_mtd_max_bad_blocks +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x0e96086f mxic_ecc_get_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x0f3b75df nand_ecc_restore_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x140e16a4 nand_ecc_cleanup_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x2144a197 nanddev_bbt_set_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x2e6619ce nanddev_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x33af59de nand_ecc_tweak_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x39a17747 nanddev_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x61819ff9 nanddev_bbt_update +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x641586e4 nand_get_small_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x6ba6acd5 nanddev_ecc_engine_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x7250af40 nand_get_large_page_hamming_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x75de6dcf nanddev_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x7dddd15c mxic_ecc_get_pipelined_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x95aafccb nanddev_bbt_get_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x9edb4ce6 mxic_ecc_process_data_pipelined +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xaf602868 nanddev_ecc_engine_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xb7e21e1b nanddev_bbt_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xbabc0c39 nand_get_large_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xbadaff05 nanddev_isbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xc1099b16 nand_ecc_init_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xc2d9412f nanddev_markbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xc4b3e7fb mxic_ecc_put_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xd7f207ed nanddev_mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xf80f4ca3 nanddev_bbt_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0xa719e8f8 onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0xe98dcb32 onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0x04529ba3 brcmnand_pm_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0xec87161c brcmnand_remove +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0xf8602e6c brcmnand_probe +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/denali 0x1d794c59 denali_chip_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x10fe8c36 nand_prog_page_end_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x11091291 nand_extract_bits +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x1391a63a nand_write_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x1af97de3 nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x2d368c4c nand_subop_get_addr_start_off +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x3c571461 nand_status_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x4ed173b7 nand_read_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5626aa41 nand_ecc_choose_conf +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5632e63d nand_subop_get_num_addr_cyc +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x6c873752 nand_read_oob_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x71253a27 nand_select_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x7bc979bf nand_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xa3269f3a nand_soft_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xa8f87c7e nand_change_write_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xab453be1 nand_deselect_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xacaa4a2a nand_readid_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xb4223139 nand_read_page_hwecc_oob_first +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xb4a09a16 nand_op_parser_exec_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xb4f935e7 nand_read_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xbcd8aaf2 nand_gpio_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xc250521a nand_erase_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xc4e907f5 nand_reset +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xc8e9bec9 nand_decode_ext_id +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd3c672b8 nand_subop_get_data_len +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd41ff2ac nand_subop_get_data_start_off +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xe6ca416f nand_prog_page_begin_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xef859d7a nand_prog_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xf7cc069a nand_change_read_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xfb9702d4 nand_reset_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/sm_common 0x8475910e sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0xbcbd5729 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x1302a503 ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x1677d591 ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x38e10c1d ubi_flush +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x3bc32d06 ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x42801d20 ubi_sync +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x468c5b9b ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x50b864fe ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x515a3a83 ubi_leb_read_sg +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x6154a2f2 ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x66011ab6 ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x72c276a5 ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x8ee63159 ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x96a16b79 ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xb4942d2b ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xd578adda ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xd59256c5 ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xe13c2034 ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x0a65c89f mux_state_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x309c4836 mux_control_states +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x3d06348e mux_chip_free +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7b193b2b mux_chip_unregister +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7cf08396 mux_state_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x821b9a23 devm_mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x82ff6167 mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x974864b4 devm_mux_state_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xaefc57ac devm_mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xb68165c3 mux_control_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xb7e3d34b mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xc39f49da mux_control_put +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xc4334924 mux_control_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xcf15f787 mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xd5496921 devm_mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xfa4e93bc mux_control_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xfa76e911 mux_state_select_delay +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x14abdbcd arcnet_led_event +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x50d169ce devm_arcnet_led_init +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x16b3b4a5 unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x52049576 register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x6d5733a0 free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xb1eaf21c alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xc2949bac c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xdd50299c c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x20d274e3 unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x757edf29 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x7f9d4b6c alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x93ded48f register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x10d892eb can_get_state_str +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x137b96ce can_rx_offload_add_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x16eb272d can_rx_offload_add_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x17e7163c alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x1f2d1537 can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x27604995 alloc_candev_mqs +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2eda22f7 can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x53610ddd unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x56b6fdba safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x5d7d900a can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6047ede6 can_fd_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x67734bd5 register_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6c8aac17 alloc_canxl_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6f3f7b01 can_rx_offload_add_manual +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x7c08e22f can_dropped_invalid_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x83427e9d can_rx_offload_irq_offload_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x94fd241a can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x9df149cd can_rx_offload_queue_tail +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x9f1fb067 can_skb_get_frame_len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xa36d0a11 can_rx_offload_enable +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xae097e41 alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xb400d01a can_rx_offload_queue_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xb54ea895 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xc040cd0c close_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xc5bd4a3e of_can_transceiver +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xc8fc6992 alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xce7e8f9c can_rx_offload_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xdd40d81c can_rx_offload_del +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xec124268 can_rx_offload_irq_offload_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xedb1c614 can_rx_offload_threaded_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf12d9387 can_fd_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf2a159db can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xfa07db83 open_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xfafa0600 can_rx_offload_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xfd838d2b can_change_state +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x190f3a97 m_can_class_suspend +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x1cba13da m_can_class_register +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x37b0e5ed m_can_init_ram +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x673bb755 m_can_class_unregister +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x87ba0cbc m_can_class_allocate_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xa002b99b m_can_class_get_clocks +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xaaca757e m_can_class_resume +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xd78280b5 m_can_class_free_dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x168aa238 free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x194833e4 alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x669bb230 unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x7905867f register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/dsa/lan9303-core 0x0975d115 lan9303_indirect_phy_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_switch 0xa71780e3 ksz_switch_chips +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0x2d53fccc mt7530_remove_common +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0x96d33905 mt753x_table +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0xecdd9e49 mt7530_switch_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0xf8f8570d mt7530_probe_common +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0x375d4454 felix_netdev_to_port +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0xa0e38919 felix_port_to_netdev +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0xb689aafc felix_switch_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8365mb 0xca0d60d7 rtl8365mb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x1bb94eca rtl8366_vlan_add +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x219e9351 rtl8366_enable_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x2fba16fa rtl8366_vlan_del +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x3b59bc6f rtl8366_get_strings +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x6860ba7a rtl8366_mc_is_used +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x6f1718bc rtl8366_set_pvid +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x7731d034 rtl8366_enable_vlan4k +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x809d822a rtl8366rb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x9e91f9a8 rtl8366_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xae5a49e6 rtl8366_set_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xb6c07496 rtl8366_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xdb91284d rtl8366_reset_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x2f4d54fd pdsc_adminq_post +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x45b87b4f pdsc_register_notify +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x90bec828 pdsc_get_pf_struct +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x9adcd5b0 pds_client_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0xce714617 pdsc_unregister_notify +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0xd5a82bb6 pds_client_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0xfd88fe50 pds_client_adminq_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/arc/arc_emac 0x76b76b56 arc_emac_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/arc/arc_emac 0xab66d738 arc_emac_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x06d0746c octeon_read_device_mem32 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x08bc1c17 octeon_pci_read_core_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0a8cfe2e lio_setup_cn66xx_octeon_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0d615579 octeon_alloc_soft_command_resp +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x155d955c lio_setup_cn68xx_octeon_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x166ecc39 lio_process_ordered_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x1979d1fc octeon_send_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x19cb4e69 liquidio_link_ctrl_cmd_completion +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x1b1d8f3d octeon_free_device_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x1db3c878 octeon_setup_instr_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x1e2ea7f1 liquidio_change_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x2362a428 lio_get_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x241a2a6c lio_fetch_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x2ad59425 octeon_register_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x2c8eef66 lio_pci_writeq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x2d73ae26 octeon_droq_process_packets +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x2f41581a octeon_free_sc_zombie_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x33c741ad octeon_send_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x3815df43 octeon_write_device_mem32 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x38a8f1e3 cn23xx_fw_loaded +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x3f07b043 cn23xx_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x420b061f octeon_setup_sc_buffer_pool +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x450f5130 octeon_unregister_droq_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x4deb1111 octeon_alloc_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x50f087ab octeon_delete_instr_queue +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x52b89884 octeon_deregister_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x550ac6ee octeon_setup_interrupt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x58ac1be8 setup_cn23xx_octeon_pf_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x58c314a4 lio_setup_glists +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x59c3423b octeon_pci_write_core_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5fbbfb7c octeon_mem_access_ok +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x633da2c2 octeon_ring_doorbell_locked +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x6ad2ebf3 lio_process_iq_request_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x6af96668 octeon_set_io_queues_off +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x6d0d28ef octeon_init_device_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x6f301eae setup_rx_oom_poll_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x70a3b178 octeon_delete_response_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x755a44c7 cleanup_rx_oom_poll_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x7baf3d84 cn23xx_setup_octeon_vf_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x82308119 octeon_read_device_mem64 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x84bb352b octeon_register_reqtype_free_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x8a68d9df cn23xx_octeon_pfvf_handshake +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x8e59364e octeon_prepare_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x8ece3a6d octeon_free_sc_buffer_pool +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x8f5a5263 liquidio_set_ethtool_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x8fda1e09 liquidio_get_speed +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x91100619 octeon_wait_for_ddr_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x9acf5e49 octeon_setup_response_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x9b293a84 lio_pci_readq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x9d3de515 lio_enable_irq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x9dbfe487 cn23xx_vf_ask_pf_to_do_flr +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x9dcdf073 octeon_free_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x9e72f318 liquidio_get_fec +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x9fc84160 octeon_get_conf +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xa0dbafb3 octeon_droq_check_hw_for_pkts +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xa33ffab9 octnet_send_nic_ctrl_pkt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xa8b9f882 octeon_free_sc_done_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xaadc46f3 octeon_free_ioq_vector +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xad7b0e8c liquidio_setup_io_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xb3229e70 octeon_get_tx_qsize +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xb5997003 octeon_allocate_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xb5b0df98 cn23xx_tell_vf_its_macaddr_changed +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xb8da76c9 lio_wait_for_clean_oq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xbe26bd03 lio_delete_glists +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc435cfa1 octeon_setup_output_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc6abc5b1 octeon_core_drv_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xce0b30a7 octnet_send_nic_data_pkt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xce4cca9a octeon_delete_droq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd1f56f26 octeon_init_dispatch_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd24d8324 octeon_register_dispatch_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xdc6eeb78 octeon_allocate_ioq_vector +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xe47eccd4 octeon_get_rx_qsize +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xe567c590 octeon_delete_dispatch_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xec7f00a5 lio_get_state_string +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xee737cb7 liquidio_set_feature +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xfc76a17e lio_wait_for_instr_fetch +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x012ac213 enetc_ioctl +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x0171f931 enetc_setup_bpf +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x13bcf304 enetc_alloc_msix +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x220eaa02 enetc_set_fs_entry +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x264f5f07 enetc_setup_cbdr +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x273aab8a enetc_init_si_rings_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x290512bd enetc_set_rss_key +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x36ff7fcb enetc_pci_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x4e517ace enetc_xmit +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x4eb1e5f5 enetc_send_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x663c0356 enetc_configure_si +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x6cb5a043 enetc_clear_mac_flt_entry +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x7479f6b0 enetc_close +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x7549f573 enetc_set_mac_flt_entry +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x8346e5b1 enetc_get_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x9164c6fa enetc_start +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xa1800e80 enetc_xdp_xmit +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xa97c81c5 enetc_teardown_cbdr +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xaf11cfc5 enetc_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xb0973868 enetc_free_msix +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xb2e02007 enetc_reset_tc_mqprio +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xb2edacc2 enetc_setup_tc_mqprio +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xb626f065 enetc_open +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xbedd5a45 enetc_set_features +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xc2c4824e enetc_set_ethtool_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xc5c04322 enetc_port_mac_rd +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xcbb34409 enetc_mm_link_state_update +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xd7d32488 enetc_set_rss_table +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xe1e86fbc enetc_port_mac_wr +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xe4b15ace enetc_free_si_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xe6ec410d enetc_get_rss_table +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xede94794 enetc_get_si_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xf245c0d6 enetc_pci_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xf70334f8 enetc_alloc_si_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x62ca6aaf enetc_mdio_write_c45 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x802a9506 enetc_mdio_read_c45 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x849a2364 enetc_mdio_read_c22 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0xa87937fd enetc_hw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0xd9d61d6f enetc_mdio_lock +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0xf5d722e3 enetc_mdio_write_c22 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-ptp 0x5431a304 enetc_phc_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x27e6baf1 fun_submit_admin_sync_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x33812da4 fun_free_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x35b1a684 fun_sq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x3c9ed664 fun_res_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x4724ecc4 fun_alloc_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x5dd76726 fun_serv_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xb7c132df fun_bind +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xc3ef46b3 fun_cq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xc540d5fc fun_get_res_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xcab4aadf fun_serv_sched +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xda2ea4de fun_serv_restart +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0x79b419ed i40e_client_device_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0xbda7e16b i40e_client_device_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x4b3a4f4b ice_rdma_request_reset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x53e3560a ice_get_qos_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x8a0c82c3 ice_rdma_update_vsi_filter +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xba87865b ice_del_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xf498024f ice_add_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0x3b7e99c0 otx2_ptp_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0x4dfa9410 otx2_ptp_clock_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0x55f9d64b otx2_ptp_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0x72825f75 otx2_ptp_tstamp2time +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x019387c0 mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x024dcebd mlx4_set_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x04593222 mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0511498c mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x058b038d mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x059a99bd mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x064c5df6 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x06b46918 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x09a5f82e mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0d521942 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x102900a7 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x12738c71 mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1471ae89 mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1a7e35b3 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1aea678c __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1eee2032 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x207b5d29 mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2893ac66 mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x28c31932 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x28f4e419 mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x29ce09e3 mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2b0ece5e mlx4_mr_hw_get_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2b52ff2a mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2c3d7340 mlx4_port_map_set +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2d557224 mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x308b51e5 mlx4_unbond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x321e94a5 __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3275e863 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3629edac mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x36d6f0e0 mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3b87f7b0 mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3eb9971d mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4014eb13 mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x401ed3c9 mlx4_mr_hw_change_pd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x468f37ee mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x47046f5e mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4d5620da mlx4_get_devlink_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x50fbafaf mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x584dd078 mlx4_bond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x589b797c mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x58c52dca mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5d553a87 mlx4_mr_rereg_mem_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x609561d4 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6473f1bb mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x662e3869 mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6794b722 mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6996984a mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6aee1896 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6b2f60cb mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6cebfa27 mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6e8600e1 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6f329f7b mlx4_get_default_counter_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x71ff74f3 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x74cf9890 mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7939e1a7 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7c425b7b mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7f0be436 mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7fe7366e mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x80832acb mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x819aaaf7 mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x81a1fe75 mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x82668e81 mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x83e8ca6a mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8441640e mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x85d8111d mlx4_get_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x86595a41 mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8752bd04 mlx4_replace_zero_macs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8d362918 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8ea02916 mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8f509ce8 mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x91c54e82 mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x942e995b mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x95bbd5b8 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x995d60f9 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9bb71330 mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9cbbab4b mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9d227c49 mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9fa7d02d mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa035a3e8 mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa4513dd6 mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa49b3c51 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa9b8849f mlx4_config_roce_v2_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xac46eccf mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaf32a421 mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb4f6390d mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb7d553bd mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb934de4c mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xba0423c2 mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xba86487d mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbb039860 mlx4_get_internal_clock_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbbbb6827 mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbd3c6434 mlx4_get_counter_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbe0d3758 mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc3b2538b mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc569c5ec mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xca747817 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xccee65df mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcd8d33c0 mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd029eb04 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd26810bb __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd2fbf7d2 mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd3d9d95f mlx4_mr_hw_put_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd67ad215 mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd78a1d68 mlx4_set_vf_rate +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdaf04fe7 mlx4_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdc4672b6 mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdf7ecea2 mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe239322e mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe253d7e2 mlx4_mr_hw_write_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe640c2bc mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe83cdd2d mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe925b0b1 mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf0e83a35 mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf1e1592e mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf32a5713 mlx4_config_dev_retrieval +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf4b0999f mlx4_put_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf5014182 mlx4_mr_hw_change_access +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf527e478 mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf59b1260 mlx4_mr_rereg_mem_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf78e86ce mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf8cab9f2 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xface3332 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0048bbcf mlx5_query_port_oper_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x070ef252 mlx5_modify_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x072460c4 mlx5_fill_page_frag_array +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1065acfb mlx5_query_port_max_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1259303f mlx5_query_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1cf6f216 mlx5_db_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1d4d5fdc mlx5_nic_vport_unaffiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1e78e104 mlx5_set_port_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x21c1d0d2 mlx5_modify_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x29d4464b mlx5_core_modify_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3099546b mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x371d9a67 mlx5_query_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x378e5491 mlx5_query_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3be81876 mlx5_nic_vport_query_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3d269e37 mlx5_modify_nic_vport_vlans +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3d41e94e mlx5_query_module_eeprom +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x45e9c320 mlx5_query_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4643b912 mlx5_nic_vport_update_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4a27feeb mlx5_eswitch_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4ec632c2 mlx5_query_port_ptys +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x52ab69a1 mlx5_core_reserved_gids_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x53c24bc2 mlx5_query_hca_vport_gid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x57f08def mlx5_query_hca_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5856072e mlx5_query_hca_vport_pkey +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5b517a2d mlx5_query_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5ed0047a mlx5_query_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x61216cca mlx5_core_query_sq_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x61ba4915 mlx5_set_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x61d80547 mlx5_modify_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x64e43aec mlx5_set_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x725d05b9 mlx5_query_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x75ec7236 mlx5_dm_sw_icm_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x78694140 mlx5_query_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x81aadc6a mlx5_fill_page_frag_array_perm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x81cea5e9 mlx5_query_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x85b085e0 mlx5_query_nic_vport_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8757b18a mlx5_query_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x912b595f mlx5_set_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x921f9c03 mlx5_set_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x92278f66 mlx5_query_module_eeprom_by_page +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x95e958db mlx5_query_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x97df7dc6 mlx5_query_hca_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9a116e6e mlx5_modify_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa3a767d9 mlx5_query_nic_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa6327527 mlx5_query_nic_vport_qkey_viol_cntr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa9d2a2cb mlx5_toggle_port_link +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb11b0846 mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbb809849 mlx5_set_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc07c6080 mlx5_frag_buf_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc114f59a mlx5_query_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc6b8c55a mlx5_set_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc80f29a5 mlx5_nic_vport_affiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd00b45d7 mlx5_frag_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd1828352 mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd332930c mlx5_query_nic_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd593d5e5 mlx5_dm_sw_icm_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdb1e94d0 mlx5_vport_get_other_func_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdc569764 mlx5_eswitch_get_total_vports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdd2feafe mlx5_query_port_vl_hw_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe1e45179 mlx5_query_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe343d77a mlx5_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe805b4fb mlx5_core_query_vport_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe8732984 mlx5_ipsec_device_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf049b43d mlx5_nic_vport_enable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf20b018e mlx5_modify_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf91ba063 mlx5_query_nic_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfaa1c759 mlx5_query_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfc4abd79 mlx5_set_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfcb783c5 mlx5_query_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x0b5a34de ks8851_probe_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x571909ce ks8851_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x807b5dc7 ks8851_remove_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0xfb45e7ff ks8851_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0x9bda8e20 devm_regmap_init_encx24j600 +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0xcc4fa41a regmap_encx24j600_spi_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0xe8c8c6c2 regmap_encx24j600_spi_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0ed75817 ocelot_regfields_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x198f8cfd ocelot_port_writel +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1c089864 __ocelot_rmw_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2041d752 ocelot_cls_flower_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x21bcb341 ocelot_port_assign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x25194618 ocelot_port_set_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x46fab495 ocelot_port_unassign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4970b677 ocelot_port_get_eth_ctrl_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4a8ae5bb ocelot_get_bridge_fwd_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x50e49d78 ocelot_phylink_mac_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5223ba78 ocelot_bridge_num_find +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5233dd87 ocelot_port_setup_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x536694d4 ocelot_port_readl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5deac538 ocelot_port_add_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6ac6b59e ocelot_port_mirror_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x73e18348 __ocelot_write_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x75b7d742 ocelot_port_get_mm_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x785d94c1 ocelot_port_get_pause_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7a566a2a ocelot_mact_flush +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7caa298b ocelot_migrate_mdbs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8023917f ocelot_port_del_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x82f8da70 ocelot_phylink_mac_link_up +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x831309c3 ocelot_port_get_eth_phy_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x850f39cb ocelot_port_configure_serdes +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8aa28634 ocelot_cls_flower_replace +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8bc66e73 ocelot_lag_fdb_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x95c21d12 ocelot_port_assigned_dsa_8021q_cpu_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x990284ad ocelot_bond_get_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9a22d384 __ocelot_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa55e32f1 ocelot_port_mirror_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xadca8c35 ocelot_regmap_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc064c181 ocelot_port_get_mm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc4c3d426 ocelot_lag_fdb_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc92b9120 ocelot_port_rmwl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd0c5ed14 __ocelot_bulk_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd5c3c60a ocelot_port_get_rmon_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd7339c01 ocelot_port_mqprio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe35127f7 ocelot_mm_irq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe40c6538 ocelot_port_get_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xed8e92b1 ocelot_port_get_eth_mac_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf173a71c ocelot_phylink_mac_link_down +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf7950546 ocelot_port_teardown_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf9c7c933 ocelot_port_get_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfb72390c ocelot_port_set_mm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfbe599bf ocelot_cls_flower_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/qualcomm/qca_7k_common 0x0b28a9ad qcafrm_create_footer +EXPORT_SYMBOL_GPL drivers/net/ethernet/qualcomm/qca_7k_common 0x2b6ddf3f qcafrm_fsm_decode +EXPORT_SYMBOL_GPL drivers/net/ethernet/qualcomm/qca_7k_common 0x41da0375 qcafrm_create_header +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x10ddef28 stmmac_init_tstamp_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x2e1b63d5 stmmac_dvr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x545572d4 stmmac_set_mac_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x59e50ece stmmac_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x7abff8dd stmmac_dvr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x8490fbef stmmac_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x92d778bb stmmac_get_mac_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xe690060f stmmac_bus_clks_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x274d6ffd stmmac_pltfr_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x2b245be7 stmmac_remove_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x2d30cdb9 devm_stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x3b9321af stmmac_pltfr_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x51309230 stmmac_pltfr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x72dae959 stmmac_pltfr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x98b3f744 stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xa0519ce5 stmmac_pltfr_remove_no_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xa1c7f0b0 stmmac_pltfr_exit +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xea46bee8 devm_stmmac_pltfr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xff2fe4e1 stmmac_get_platform_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x2f31bfa2 am65_cpts_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x405b51c2 am65_cpts_ns_gettime +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x44ded082 am65_cpts_prep_tx_timestamp +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x6ab9a4a1 am65_cpts_release +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x828c824a am65_cpts_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x91fd3558 am65_cpts_rx_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xb60b988a am65_cpts_estf_disable +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xbfc83e4d am65_cpts_estf_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xc26a8c7e am65_cpts_tx_timestamp +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xe0cbdf78 am65_cpts_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xfca9b9d9 am65_cpts_phc_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x35d9f219 w5100_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x3edf1799 w5100_ops_priv +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x7e52b2c9 w5100_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xe94b22cb w5100_remove +EXPORT_SYMBOL_GPL drivers/net/geneve 0x1d07eaa6 geneve_dev_create_fb +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x2f72dbc3 ipvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x61830824 ipvlan_link_setup +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x77d45e0b ipvlan_link_delete +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xc9eefd47 ipvlan_count_rx +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xd1839ac0 ipvlan_link_new +EXPORT_SYMBOL_GPL drivers/net/macsec 0xa2983a4d macsec_pn_wrapped +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x064e0403 macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x184e5e5d macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x30c8f992 macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x454cc711 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-i2c 0xbdeb701f mdio_i2c_alloc +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-mux 0x6318757f mdio_mux_uninit +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-mux 0x82d72952 mdio_mux_init +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-regmap 0xeb9f4fb1 devm_mdio_regmap_register +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x239f471e xpcs_create_mdiodev +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x351b1273 xpcs_destroy +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x81571e34 xpcs_config_eee +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x984d012e xpcs_get_an_mode +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x9b430bc5 xpcs_link_up +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xb230a1bb xpcs_do_config +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xf7be342d xpcs_get_interfaces +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x0019c429 bcm_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x049d36de __bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x0a5a4536 bcm_phy_set_eee +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x0a75b4b2 __bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x1891688f bcm_phy_write_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x1bdaaff1 bcm_phy_led_brightness_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x22ced488 bcm_phy_ack_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x294b00a2 bcm_phy_get_strings +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x36d9ce61 bcm_phy_r_rc_cal_reset +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x36e843c5 bcm_phy_set_wol +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x372e6e83 bcm_phy_enable_jumbo +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x3b068d65 bcm_phy_get_stats +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x420c9b6f bcm_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x4f87a28f bcm_phy_downshift_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x50be46ab __bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x56d079de bcm_phy_downshift_get +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x57458672 bcm_phy_cable_test_start +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x582a5f16 bcm_phy_28nm_a0b0_afe_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x6764068d __bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x6cece9cb bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x6e33cc31 bcm54xx_auxctl_read +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x7d0fb462 bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x80d4d86b bcm_phy_enable_apd +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x82ced20b bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x89463d4d __bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x9888f50c bcm_phy_get_wol +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x9bd1b0fd bcm_phy_cable_test_get_status_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa0f0ddfd bcm_phy_wol_isr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa60c031a bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa8e48176 bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xad9dbc40 bcm_phy_cable_test_get_status +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc6927177 bcm_phy_cable_test_start_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc809d97e bcm_phy_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xd04adc6c bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xe012d89e bcm_phy_read_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xfabb4f61 bcm_phy_write_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xfdfb2ea5 __bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xfef3a80a bcm_phy_read_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x90e4334a bcm_ptp_probe +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x979fd26f bcm_ptp_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0xe54c4503 bcm_ptp_stop +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x280a8019 lan87xx_read_status +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x3585b4a0 smsc_phy_get_tunable +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x918a1f7e smsc_phy_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x95a77c71 smsc_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x9ba5ed38 smsc_phy_set_tunable +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xdf2f18e4 smsc_phy_probe +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xef1ad150 smsc_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/tap 0x4b2400f3 tap_queue_resize +EXPORT_SYMBOL_GPL drivers/net/tap 0x649711a6 tap_create_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0x75b2a81e tap_del_queues +EXPORT_SYMBOL_GPL drivers/net/tap 0x7f5cebe1 tap_get_socket +EXPORT_SYMBOL_GPL drivers/net/tap 0x850ff0f7 tap_handle_frame +EXPORT_SYMBOL_GPL drivers/net/tap 0x93bed44b tap_destroy_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0x941a5d8d tap_get_ptr_ring +EXPORT_SYMBOL_GPL drivers/net/tap 0xcbc66f41 tap_get_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0xf74d2e49 tap_free_minor +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x3dbbdbc2 usbnet_cdc_update_filter +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x7377cb5f usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x9682289c usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x99f7419e usbnet_ether_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xa0db14fa usbnet_cdc_zte_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xdc70458c usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xee8cf8cc usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x052a82a7 cdc_ncm_rx_verify_nth32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x0678a154 cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x2d98c0ac cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x308d3300 cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x3a1bd684 cdc_ncm_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x416fc11f cdc_ncm_rx_verify_ndp32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x96626a1c cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xb8e0d965 cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xd6600a2c cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xea37bd0f cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xf4a22e68 cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/r8152 0x198a6512 rtl8152_get_version +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x009a17ae rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x0c143d50 rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x1fb85bc2 rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x261769de rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xa1b8db0a rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xf812b704 generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x017b9613 usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0c457647 usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x17aea485 usbnet_get_link_ksettings_internal +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2800a7a8 usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x382f9ccf usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4b66f2a7 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x51cd59fd usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x595ce795 usbnet_set_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x61f30d7d usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6da31df2 usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7494380f usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7dc80ce2 usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7ec6f9a6 usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8baa2e65 usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8c97932b usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8d58c571 usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x935cfe16 usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9ef64eb3 usbnet_get_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa3f2560c usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa9d903e6 usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xaa379521 usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbc1b0dfe usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbcf5062a usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc2eab87e usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd04feb3d usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xdc5f87b2 usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe7220a12 usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf0411a75 usbnet_set_rx_mode +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf1ca7db8 usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf218edaf usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf5198eef usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf8a729ba usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xfb13a1e1 usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xfebb7d20 usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x2fdeecf0 vxlan_fdb_replay +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x46b8134e vxlan_fdb_find_uc +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x504b5526 vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x62cdc2ba vxlan_fdb_clear_offload +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/ipw2x00/libipw 0x815241bb libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x832aea0d il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa27a9fdc il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc230a9cd _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd4d85021 il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf54b35ec il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x13863121 iwl_fw_lookup_cmd_ver +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x443a0ac3 iwl_fw_lookup_notif_ver +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x5987fe45 iwl_fw_lookup_assert_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x01fa9a00 p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x040ac306 p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x12c05c4a p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x323db23b p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x5e75573f p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x844686fd p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xc34c419f p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xe46735e2 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xec701b15 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x02a0bf3a lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x135c0dcd lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x2e517b30 lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x428952e0 __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x452bc4f7 lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x4c67dfc4 lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x6c95d09f lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x88aa4a9b lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x91763d4e lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x9890171a lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xa8522918 lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xbedfe67a lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xbf3bbd43 lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xdc5b3a81 lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xefa09806 lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xff7ae179 lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x0e8cca79 lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x2d629660 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x3d373942 lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x461e1fb3 lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x6a85da1d lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x8235b78f lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xc2a89c78 __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xcbe93e52 lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x0d138179 mwifiex_drv_info_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x2dc08ae1 mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x3a28d09e mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x5238e052 mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x5c6226bb mwifiex_prepare_fw_dump_info +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x5fb93e86 mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x82d9cbe6 mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x91cde722 mwifiex_multi_chan_resync +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xa8d02339 mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xaa3af6fb mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xab9d1f5d mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xb9ea6e1f mwifiex_shutdown_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xbbf5295a mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc3647108 mwifiex_upload_device_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc3a3c13e mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc56d14c8 mwifiex_fw_dump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xccc2f153 mwifiex_dnld_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd4dad9f3 mwifiex_alloc_dma_align_buf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xda6b1400 mwifiex_queue_main_work +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xdbaf848f mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xe6cf280c mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xeb417a88 _mwifiex_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf9ce2091 mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xfdffc06a mwifiex_reinit_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xffad9f00 mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x00f01d49 __mt76_mcu_send_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x07f8104e mt76_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0a243326 mt76_tx_status_skb_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0c7b76ef mt76_wake_tx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0c91584e mt76_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0f6cf3da mt76_get_min_avg_rssi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0fc41c94 mt76_release_buffered_frames +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1110df6d mt76_mcu_rx_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x17f568e9 mt76_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1c621729 mt76_set_stream_caps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1cdbb706 mt76_mcu_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1e21e048 mt76_put_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1ec57b4f __mt76_worker_fn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1f0e5c03 mt76_free_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x21276c6d mt76_init_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2bdc5a52 mt76_update_survey_active_time +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2ddfb35b mt76_rx_aggr_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x307a87f4 mt76_tx_status_skb_done +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3a261c2b __mt76_set_tx_blocked +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3b6527ab __traceiter_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3cd203fb mt76_put_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x448643e1 mt76_tx_status_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x473e619f mt76_tx_check_agg_ssn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4c3d3977 mt76_tx_status_unlock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4eef02a6 mt76_phy_dfs_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x506e5ab4 mt76_eeprom_override +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x51cc3e20 mt76_tx_status_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x54a1c60c mt76_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x557b9e5c mt76_rx_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x57944595 mt76_get_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5be089dc mt76_tx_worker_run +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5c88d116 mt76_dma_rx_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x60a14f59 mt76_register_debugfs_fops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x619deb13 mt76_get_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x629bb0e6 mt76_dma_wed_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x62bade38 ____mt76_poll_msec +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x670dd625 mt76_get_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6ad22f2c mt76_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6ce054ad mt76_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6d91ff18 mt76_has_tx_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6f2f7529 mt76_csa_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7060a35e mt76_calculate_default_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x72e4694d mt76_rx_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x73d19492 mt76_skb_adjust_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7aa2a20b mt76_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7d0b918e mt76_csa_finish +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7eb2a048 mt76_dma_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7f9d73e3 mt76_sta_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x805fc13a __SCK__tp_func_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x83094bc4 mt76_queues_read +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x85107bf4 mt76_seq_puts_array +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x897e856b mt76_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8a0ae2c5 __mt76_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8b1dc5df mt76_pci_disable_aspm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8bcff627 mt76_insert_ccmp_hdr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8f00b958 mt76_init_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8fb667a6 mt76_set_irq_mask +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9238aab7 __mt76_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9993eaaa mt76_mmio_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9d28c26e __tracepoint_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9d6325c1 mt76_sw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9e5b7954 mt76_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9ec84a48 mt76_alloc_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa337cf0f __traceiter_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa46c073f mt76_get_rate_power_limits +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa4a60dbf mt76_txq_schedule_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa54fae64 mt76_txq_schedule +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xab9d88b8 mt76_ethtool_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb055ad59 mt76_alloc_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb55c107d mt76_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb608bb75 __tracepoint_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb93ba4ff __mt76_mcu_msg_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc6315d8e __SCK__tp_func_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc6634315 mt76_ac_to_hwq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc8e16560 mt76_unregister_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcea83f6c mt76_register_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd0fc1429 mt76_rx_aggr_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd47fe01b mt76_update_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdb5e9f82 mt76_stop_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdbb0dd80 mt76_get_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xddc0a79e mt76_tx_status_skb_get +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdee83356 mt76_free_pending_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe05b4e0e mt76_mcu_skb_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe40b66ef mt76_wcid_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe4855e2f mt76_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe52ba516 mt76_ethtool_page_pool_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xea643cde mt76_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xeb94d921 mt76_queue_tx_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xedc9afbb mt76_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf1b20f5c mt76_create_page_pool +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf6a5648f mt76_unregister_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf8e2afe3 mt76_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf90663b4 mt76_mcu_get_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfa5031c8 mt76_get_of_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfab376f5 __mt76_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfd803a3b mt76_sta_pre_rcu_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0489a69d mt76_connac2_load_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x06452fcf mt76_connac_mcu_sta_uapsd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0a25337f mt76_connac_gen_ppe_thresh +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0d091635 mt76_connac_mcu_wtbl_hdr_trans_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0f181909 mt76_connac2_mac_fill_txs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x13071084 mt76_connac_mcu_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1e6c41b5 mt76_connac_mcu_set_channel_domain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1e7ed79a mt76_connac2_mac_tx_rate_val +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x216a6949 mt76_connac_mcu_chip_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2398b9e5 mt76_connac_mcu_set_hif_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x24a3c7ff mt76_connac_mcu_sta_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x290e8a2f mt76_connac_mcu_set_deep_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2b032c5e mt76_connac2_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2c600657 mt76_connac_mcu_uni_add_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2e0004c0 mt76_connac2_load_ram +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2e63bb6a mt76_connac_mcu_update_gtk_rekey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x32480393 mt76_connac_mcu_add_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x32a4a74f mt76_connac_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x33e3a435 mt76_connac_free_pending_tx_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x36de2ab9 mt76_connac_mcu_set_p2p_oppps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3832b941 mt76_connac2_mac_add_txs_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x386fbd75 mt76_connac_mcu_alloc_wtbl_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3d58e6d4 mt76_connac_mcu_sta_wed_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3ee422d1 mt76_connac_mcu_set_suspend_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4093718c mt76_connac_mcu_bss_omac_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x40ba97b2 mt76_connac_mcu_uni_set_chctx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x44db14fa mt76_connac_mcu_update_arp_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x46033edf mt76_connac2_mcu_fill_message +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4f14a795 mt76_connac_mcu_init_download +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4fdb2c25 mt76_connac_mcu_sta_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x509d3953 mt76_connac_mcu_set_rate_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x56d5124e mt76_connac_mcu_set_rts_thresh +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x591701ae mt76_connac_mcu_add_nested_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6037cd3e mt76_connac_mcu_sta_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6144864a mt76_connac_mcu_sta_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x69cfcc86 __mt76_connac_mcu_alloc_sta_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6a4190b4 mt76_connac_mcu_bss_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6b42a824 mt76_connac_mcu_coredump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6e666c17 mt76_connac_get_eht_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x71b8de8a mt76_connac2_mac_fill_rx_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x73b0b396 mt76_connac2_reverse_frag0_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x796a74b0 mt76_connac_power_save_sched +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x802caf3d mt76_connac_get_phy_mode_ext +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x844d30ba mt76_connac_get_he_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x86266048 mt76_connac_mcu_patch_sem_ctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x87c5735c mt76_connac_mcu_wtbl_generic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8cdf7893 mt76_connac_mcu_sched_scan_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x908ca40c mt76_connac_wowlan_support +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x958a5a9a mt76_connac_write_hw_txp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x977ada1e mt76_connac_pm_dequeue_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x985f60b4 mt76_connac2_mac_decode_he_radiotap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9aea2a2b mt76_connac_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9c29fe2d mt76_connac_mcu_sta_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9cffd390 mt76_connac_mcu_start_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa32bcf0a mt76_connac_mcu_rdd_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa9b22c2a mt76_connac_mcu_wtbl_smps_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb310852c mt76_connac_mcu_wtbl_ht_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb412e4cb mt76_connac_mcu_uni_add_bss +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb92d34f4 mt76_connac_mcu_set_mac_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb9570516 mt76_connac_mcu_set_pm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc3b5e539 mt76_connac_mcu_bss_ext_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc48cb65e mt76_connac_mcu_reg_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc5f81aab mt76_connac_pm_wake +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc7eab202 mt76_connac_mcu_reg_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xca8fba8b mt76_connac_mcu_cancel_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd3e6746a mt76_connac_pm_queue_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd5351574 mt76_connac_mcu_get_nic_capability +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd5919926 mt76_connac_mcu_wtbl_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd8718db6 mt76_connac_mcu_sta_ba +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xda1959c9 mt76_connac_mcu_sched_scan_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xde22595f mt76_connac_init_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe0b1c498 mt76_connac_mcu_wtbl_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf0938488 mt76_connac_mcu_start_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf2bb89ad mt76_connac_mcu_set_vif_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf42d7995 mt76_connac_sta_state_dp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf7812115 mt76_connac_mcu_beacon_loss_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfa5633e5 mt76_connac_get_phy_mode +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfcc15c80 mt76_connac_txp_skb_unmap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x0968c178 mt76s_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x197965ec mt76s_rd_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x302fc760 mt76s_rmw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x42d4f51d mt76s_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x494b74a5 mt76s_wr_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x4f492a3f mt76s_txqs_empty +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x504efb0b mt76s_read_pcr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x62b80673 mt76s_txrx_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x710eed96 mt76s_hw_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xa4584176 mt76s_alloc_rx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xabe51320 mt76s_alloc_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xb241da71 mt76s_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xbfaecad3 mt76s_sdio_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xcfa28928 mt76s_write_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xd68788c9 mt76s_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xe4b703a5 mt76s_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x14be5957 mt76u_resume_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x23b3f6b6 mt76u_single_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x2f4c8e6b __mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x61cef2c3 mt76u_stop_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x61e6d6c5 mt76u_alloc_mcu_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x709c1975 mt76u_queues_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x9f0677b0 mt76u_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xa41de5b7 mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xa46bfdb4 __mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xabe8e43d mt76u_stop_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xb1d996da ___mt76u_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xde133034 ___mt76u_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xe62a7790 mt76u_alloc_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xf03dc117 mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x08719103 mt7615_init_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x4f86e0bd mt7615_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x5115e472 mt7615_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x546aeb1a mt7615_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x5e4daf6f mt7615_reg_map +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x684289d1 mt7615_mcu_fill_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x6cbeba1b mt7615_mac_set_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x7a02e9ec mt7615_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x7c5fb06f mt7615_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x83a0ee0d __mt7663_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x891caa32 mt7615_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x8aa423cd mt7615_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x95540749 mt7615_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x97d250b4 mt7615_led_set_brightness +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xa06dcbf2 mt7615_register_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xa47a2ed3 mt7615_wait_for_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xbbef3f6b mt7615_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xc057bee6 mt7615_mcu_exit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xcc53fb8e mt7615_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xd08db946 mt7615_unregister_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xd852fab7 mt7615_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xe60773bc mt7615_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xe6c1e601 mt7615_led_set_blink +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xe6d41807 mt7615_thermal_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xec8a5f6a mt7615_tx_token_put +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xed9a57a3 mt7622_trigger_hif_int +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xf3caae8f mt7615_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xf998a7ab mt7615_mac_enable_rtscts +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xfdf63743 mt7615_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xfeb91041 mt7615_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615e 0x2735f62a mt7615_dma_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x1506ffca mt7663_usb_sdio_reg_map +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x3e7c08f1 mt7663_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x727b7785 mt7663_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xca69253a mt7663_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xca7d4438 mt7663_usb_sdio_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x06ab28e0 mt76x0_chip_onoff +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x4f0f46a5 mt76x0_init_hardware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x865c74be mt76x0_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x8d86209d mt76x0_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xd6f701cf mt76x0_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xd70b62e5 mt76x0_phy_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xe667a4c9 mt76x0_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x02fc84e3 mt76x02_get_efuse_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x06209845 mt76x02_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0bff010a mt76x02_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0db4f816 mt76x02_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0e473bb3 mt76x02_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x12d898d1 mt76x02_eeprom_parse_hw_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x12fb4121 mt76x02_edcca_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x169261f2 mt76x02_mcu_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1bc04811 mt76x02_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1edd2e7c mt76x02_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1f4b090d mt76x02_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x30ed5b0f mt76x02_phy_set_txdac +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x331b9fe2 mt76x02_ext_pa_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x37805da3 mt76x02_remove_hdr_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x387166a4 mt76x02_phy_adjust_vga_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3ace9333 mt76x02_mac_shared_key_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x424ebf77 mt76x02_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x434eee25 mt76x02_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x463cdc20 mt76x02_mac_setaddr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x49d68c53 mt76x02_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x56506cd6 mt76x02_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5a1dbf89 mt76x02_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5bd84fd5 mt76x02_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5ce1c86a mt76x02_get_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5d1cbb73 mt76x02_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5e30f616 mt76x02_set_coverage_class +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6838885f mt76x02_mac_cc_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6881a705 mt76x02_config_mac_addr_list +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x693fa4ba mt76x02_phy_set_bw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6da5a243 mt76x02_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6ffcac15 mt76x02_tx_set_txpwr_auto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7453b966 mt76x02_dma_disable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x75fef85d mt76x02_add_rate_power_offset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x809df68b mt76x02_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x840abffc mt76x02_resync_beacon_timer +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x86b26dc4 mt76x02_phy_dfs_adjust_agc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8722b3d0 mt76x02_dfs_init_params +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8bfe23fe mt76x02_phy_set_band +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8f91e337 mt76x02_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x910a27f9 mt76x02_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x914ce7a9 mt76x02_mcu_function_select +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x91c0dd6f mt76x02_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x91d5b9ee mt76x02_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x92e6b064 mt76x02_get_lna_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x93c479bc mt76x02_limit_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x94d13396 mt76x02_eeprom_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9bc6f646 mt76x02_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa348abf8 mt76x02_enqueue_buffered_bc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xad5d3ba8 mt76x02_get_max_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xada6010c mt76x02_set_tx_ackto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xae54f94d mt76x02_mcu_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xaf0b0cca mt76x02_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbb741f44 mt76x02_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbb81d53c mt76x02_mcu_set_radio_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbe496544 mt76x02_mac_wcid_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbf510bbb mt76x02_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc071b2be mt76x02_mac_set_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc09cff94 mt76x02_mcu_msg_send +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xcc2dddb3 mt76x02_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd319e392 mt76x02_phy_set_rxpath +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdaa3b613 mt76x02_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdd01ef8b mt76x02_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xde68e99a mt76x02_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe01c4932 mt76x02_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe0e83b62 mt76x02_mac_reset_counters +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe2e89e13 mt76x02_init_agc_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe4d40970 mt76x02e_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe5756e21 mt76x02_set_ethtool_fwver +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xec43891b mt76x02_update_beacon_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xede7993c mt76x02_sta_rate_tbl_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xef1f96bd mt76x02_dma_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x0273af19 mt76x02u_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x0fb705b3 mt76x02u_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x110d5108 mt76x02u_mcu_fw_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xb6546fe0 mt76x02u_init_mcu +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xd733c0d3 mt76x02u_exit_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xdd6869b6 mt76x02u_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xe9d264fe mt76x02u_mcu_fw_send_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xf15cca32 mt76x02u_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x04255fd4 mt76x2_mcu_init_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x11aa8b86 mt76x2_get_power_info +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x2ae120cf mt76x2_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x3c38eeab mt76x2_get_temp_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x3f42c729 mt76x2_get_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x461b562d mt76x2_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x5c921447 mt76x2_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x9a8cb942 mt76x2_configure_tx_delay +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x9f30fe51 mt76x2_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xa118eb95 mt76x2_phy_update_channel_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xa4a661d3 mt76x2_mcu_load_cr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xa5c577d7 mt76_write_mac_initvals +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xbe51e98d mt76x2_apply_gain_adj +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xc1bc9027 mt76x2_mcu_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xc2af0f52 mt76x2_mcu_tssi_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xc7d708f6 mt76x2_phy_set_txpower_regs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xe095f220 mt76x2_phy_tssi_compensate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xf5cfb699 mt76x2_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xfafbe760 mt76x2_read_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xfc687266 mt76x2_reset_wlan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x01491be0 mt7921_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x085f01e8 mt7921_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x0d835bb5 mt7921_txwi_free +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x1173cedd mt7921_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x18460f35 mt7921_mcu_fw_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x1aa314dc mt7921_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x221943fe mt7921_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x24811412 mt7921_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x28e15962 mt7921_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x55654e71 mt7921_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x598db08f mt7921_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x6e5a71a4 __mt7921_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x758b9175 mt7921_mcu_drv_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x8080d7a1 mt7921_mac_sta_assoc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x8393f0ba mt7921_mcu_set_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x8548ac28 mt7921_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x8bb08ead mt7921_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x957059d2 mt7921_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xa7095c53 mt7921_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xb5759f49 mt7921_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xd20a15da mt7921_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xea3c0548 mt7921_mac_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xec3f88a6 mt7921_get_mac80211_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x26c1e1e0 wilc_handle_isr +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x26ed02f8 chip_wakeup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x2d2db910 host_sleep_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x7b04fe9e wilc_netdev_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x85aed68e chip_allow_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xb761106f host_wakeup_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xf850b1af wilc_cfg80211_init +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x03b66dd1 qtnf_core_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x2c0a4a91 qtnf_core_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x31fab83c qtnf_chipid_to_string +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xbb4844c9 qtnf_trans_handle_rx_ctl_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xeeb882f9 qtnf_get_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xf14a27c6 qtnf_wake_all_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xf8daad6f qtnf_classify_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x000429b9 rt2800_txdone_nostatus +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x01823e92 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0ad0b396 rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0b7c924a rt2800_txstatus_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0eee57f6 rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1a236332 rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x245f57a8 rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x26f49e34 rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x26fa82ae rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3b1722e1 rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3d1e3c98 rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4e243d3c rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4e53ab26 rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x54d020b3 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x577e2dec rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5990a95e rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5f9688f4 rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x60e075c8 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x633f42ba rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6390987f rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6c7f732d rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7f8fa48c rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x82079e10 rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8ef25ac0 rt2800_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x962a778e rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x989a7a2f rt2800_get_key_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9dd9af3e rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa48aef7d rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb3e2c578 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xbec7b001 rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc3c962d6 rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xced2d826 rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd2ff34f0 rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd6e83221 rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe2e81d6d rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe7fc5739 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xea65a22f rt2800_txstatus_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xee8f30f4 rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf146b654 rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf32cc820 rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf5047b9d rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf6c5896a rt2800_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xfdf3ceed rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xfeb41336 rt2800_pre_reset_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x076ea698 rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x0fb7049b rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x26a4d0bb rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x298f8819 rt2800mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x2e2cab25 rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x32ac3645 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3d741c87 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3eb4de55 rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x4379291d rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5028bbb2 rt2800mmio_tbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5eabfa1c rt2800mmio_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x61ec8179 rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x97e3c029 rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x9f3c8921 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xa3fea79a rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xcc5eeed5 rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xd34845a6 rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xdba2eced rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xdecc4f0e rt2800mmio_get_dma_done +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xe6c3563e rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xf78caf14 rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x000691e4 rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x03ae860b rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x07881c03 rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x13f92cd4 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1559632f rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x170a5799 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x18f6bc80 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x19ea0944 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1c04c3f4 rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2d507e5b rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2e8f7ab7 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x32fc018c rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x392ece88 rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3cebed03 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3ee4fefc rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4200c04d rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4646dab7 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4f5ad843 rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x539789e1 rt2x00mac_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x58e1c61a rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5b121bab rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5b7bb4fc rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x69df8718 rt2x00lib_set_mac_address +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6e92f205 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x71713cae rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7998b535 rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8ac7f5db rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8cca949a rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x91e32909 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x95063e9a rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x96d3a464 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9dcf94b3 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9e771bae rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9fa19d01 rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb22d78c9 rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xcb179932 rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xcb922c57 rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xccb01fa0 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xcd1bdf54 rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xcfd731a6 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd411681d rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd82a0d2d rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xdb25f18f rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xdbd95906 rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe2aa29af rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe6a1298e rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe8e48588 rt2x00lib_txdone_nomatch +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x0c0e5f80 rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x302252f5 rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x808f3545 rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x9cb7faa5 rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xbd2c1977 rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x142601b7 rt2x00pci_pm_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x9b60052e rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xb3ac2961 rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x0c065cc8 rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x1fdeb83d rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x2bb3f7f3 rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x380c3f54 rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x5dc9ed57 rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x7c2dd70a rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x814b2055 rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x8667fa0b rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x8e3e0c5b rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x989a414c rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xaaa3cd87 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xb1dcb57b rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xbfdac1a7 rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xd1620643 rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xd9d3de14 rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xfb353897 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x34a4bddd dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x470a2c05 dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc5e18b9d dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe1522de5 rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x0a906668 rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x28b97173 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3f5bf9c0 rtl8723_phy_calculate_bit_shift +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x49646511 rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x4bbb6bec rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x4ee6357a rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x68648247 rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x705053ed rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x76d06bd1 rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8201deaf rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x89c2d48d rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8baf8913 rtl8723_phy_set_sw_chnl_cmdarray +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8cc20b3f rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8cd68138 rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x930fe117 rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xab7fbae0 rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xb4cae6f3 rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xbc925028 rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xc7c2b1d4 rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xca91d455 rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe03ad11e rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe07042ca rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe8a2524d rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xf0df9e96 rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xf3ad24c5 rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xfe4eb44e rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xff45bb3f rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x006c4551 rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0120ae68 rtl_tx_report_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x06dfcc8b rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0ab1fffa rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1c029566 read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2921a4d4 rtl_btc_status_false +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2d32cdfc rtl_lps_change_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2e5382f9 rtl_fill_dummy +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x31605a1e rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x38b93700 rtl_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x45040a9e rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4e94cd48 rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x56bb48a9 rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5c032ad7 rtl_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x63233f9d rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6db3ba37 rtl_update_beacon_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6eac0203 rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7233b517 rtl_get_hwinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x74307967 rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8959a521 rtl_tx_ackqueue +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x97e05663 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa4762d25 rtl_set_tx_report +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa9a86532 rtl_get_hal_edca_param +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xaad79da7 rtl_lps_enter +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb2861827 rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb518b565 rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbc4c286a rtl_efuse_ops_init +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd83d0a4b rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe0ad968a rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe4447a1d rtl_lps_leave +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xeca79389 rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x0f5c3ce9 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x5b4d013f rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x5c96249b rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x87615a80 rsi_hal_device_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x8f9235d2 rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xa7d2008c rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xcd173710 rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x32611dc2 cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xa820367c cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xe685b62a cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xe78d9b82 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x030f1c80 wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x9cb2c4dc wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xd9e417a8 wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x06d3b27e wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0d325497 wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0ec73e22 wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x15b7bafb wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1a48bf51 wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20351125 wlcore_get_native_channel_type +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x24d3584d wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x396086f9 wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3bea330a wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3cd4a27c wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4104fe42 wlcore_cmd_generic_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x429fb134 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x458dcc84 wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x485fd449 wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4f719afd wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4f75061e wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x516f3939 wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x67dadc53 wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6bf3f97e wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7728e114 wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7b6f73bc wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x82d73fd0 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x85498cd1 wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8ed9a15e wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x92b03900 wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa488a1b7 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa6ab3395 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa73eb5ab wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa8798bb1 wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xaacf63a4 wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb8a608c2 wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc2984629 wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcbe5a9ed wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd2ebe055 wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd3381647 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd37ee399 wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd6841b11 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd8200e35 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe2041fe4 wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe6e0960d wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe82f886c wlcore_event_fw_logger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf047f10b wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf33d1e34 wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf67121b8 wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf9e083ce wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfcf45d25 wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x03f6f7b6 wwan_register_ops +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x3d9bbf75 wwan_port_txon +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x4dff61e5 wwan_port_txoff +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x526bcf2a wwan_port_get_drvdata +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x7d169af0 wwan_get_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x7e71ddd6 wwan_port_rx +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x86af901b wwan_create_port +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x8ac6c2fe wwan_unregister_ops +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xb74c31cd wwan_remove_port +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xe4a95977 wwan_put_debugfs_dir +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x1fdd5bae nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x68aa88ab nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xa4908f4d nfcmrvl_parse_dt +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xbd82993b nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x0798f2ac pn53x_common_init +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x270d8ce1 pn533_rx_frame_is_cmd_response +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x38448d60 pn53x_register_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x477b1cd3 pn53x_unregister_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x485ea49d pn533_finalize_setup +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x514c989c pn532_i2c_nfc_alloc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xd09b454c pn53x_common_clean +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xdecfd339 pn533_rx_frame_is_ack +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x104d2bfe st_nci_remove +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x19e51c87 st_nci_discover_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x1f57bbed st_nci_hci_cmd_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x37d41a4a st_nci_probe +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x4087bf32 st_nci_hci_load_session +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xae7dbe93 st_nci_enable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xcc463436 st_nci_disable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xfb5f47cf st_nci_hci_event_received +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x5828b233 st95hf_spi_recv_response +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x5cfac998 st95hf_spi_recv_echo_res +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x7bccf8f5 st95hf_spi_send +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x0862001f ntb_transport_tx_free_entry +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x1786d5f3 ntb_transport_unregister_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x30934216 ntb_transport_max_size +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x32537aca ntb_transport_link_query +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x3d54dbfc ntb_transport_tx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x436098aa ntb_transport_link_down +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x47de8e93 ntb_transport_register_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x82e6c13d ntb_transport_qp_num +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x9c992c8f ntb_transport_link_up +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xa095a175 ntb_transport_create_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xc270dc24 ntb_transport_free_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xc37d9036 ntb_transport_rx_remove +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xd40e7a02 ntb_transport_rx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xf55d6313 ntb_transport_register_client_dev +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xf9eb813f ntb_transport_unregister_client_dev +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0x2f91a8b3 virtio_pmem_host_ack +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0xfedc38aa async_pmem_flush +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x01850555 nvme_auth_generate_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x1d3b270f nvme_auth_transform_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x22e5d1de nvme_auth_augmented_challenge +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x399d9ac8 nvme_auth_hmac_hash_len +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x51873876 nvme_auth_get_seqnum +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x51ed2d3f nvme_auth_gen_privkey +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x674c5bc1 nvme_auth_hmac_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x6adadbb4 nvme_auth_free_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x6e91ee1b nvme_auth_digest_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x780989d1 nvme_auth_dhgroup_id +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x9070925e nvme_auth_extract_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xa584f954 nvme_auth_gen_pubkey +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xc9bb48ac nvme_auth_dhgroup_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xcb39603c nvme_auth_hmac_id +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xd7d96e7c nvme_auth_gen_shared_secret +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xf0ccf2d4 nvme_auth_dhgroup_kpp +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0186be5a nvme_fail_nonready_command +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x06112fa8 nvme_dev_attrs_group +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x11abc494 __SCK__tp_func_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2040c11a nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2567b36e nvme_try_sched_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x25be75f5 nvme_host_path_error +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x27fcbedb __tracepoint_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x29c3e345 nvme_set_queue_count +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2b5a4512 nvme_alloc_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2f1aecc7 nvme_cancel_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x303a8321 nvme_complete_batch_req +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x31667b95 nvme_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3237c677 __traceiter_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x334cfa2c nvme_auth_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x398de728 nvme_cancel_admin_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x40993e88 nvme_alloc_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x49224181 nvme_reset_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x529a0fbe __nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x53d08326 nvme_auth_stop +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x64b62862 nvme_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x65def69b nvme_delete_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x66c06308 nvme_init_ctrl_finish +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6a215065 nvme_unfreeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6e5795bd __nvme_check_ready +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6e666efd nvme_unquiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x72fa7426 nvme_setup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x73ae12d6 nvme_disable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7cb50d1b nvme_reset_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7eafb652 nvme_mpath_start_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7fd8defb nvme_cancel_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x813cf212 nvme_io_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x86850bd4 nvme_remove_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8f3d9a5c nvme_remove_namespaces +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x91b1377f nvme_stop_keep_alive +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x92169aae nvme_set_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9321ef17 nvme_enable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x94bf32e7 nvme_wait_freeze_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9841b718 nvme_auth_free +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa2cda449 nvme_start_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa745777a nvme_complete_rq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa8fe8a05 nvme_uninit_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa9e3985c nvme_quiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xaa8f001a nvme_wait_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xaac77827 nvme_complete_async_event +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xadb800c3 nvme_cleanup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb5f4c1e3 nvme_change_ctrl_state +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb66b0dcb nvme_sync_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb7ee2204 nvme_remove_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xbabf5257 nvme_quiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xcaf16e4c nvme_wait_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xcee95e6f nvme_sync_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd2646461 nvme_unquiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd45434ee admin_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd58bbbcb nvme_delete_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xdab2f89d nvme_stop_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe3dda6bd nvme_get_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe57712e5 nvme_start_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xea09d09c nvme_auth_negotiate +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xeb168a68 nvme_mark_namespaces_dead +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xefcd89a0 nvme_auth_wait +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf84aa8dd nvme_init_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x1048febf nvmf_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x1e328d22 nvmf_set_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x252c9fd0 nvmf_reg_read32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x50dc7611 nvmf_ip_options_match +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x5d585444 nvmf_connect_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x7c9c2c9c nvmf_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x97fc1205 nvmf_map_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xa06d874a nvmf_reg_write32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xb4140e0a nvmf_reg_read64 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xdd8af66e nvmf_free_options +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xe68f1d9a nvmf_connect_io_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xf3cc0add nvmf_get_address +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xfb518517 nvmf_should_reconnect +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x0d12e564 nvme_fc_register_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3884f8b8 nvme_fc_unregister_localport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3e33ac54 nvme_fc_rescan_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x8a9cf5a7 nvme_fc_set_remoteport_devloss +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xbb0e18a6 nvme_fc_rcv_ls_req +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xcc8a2d78 nvme_fc_io_getuuid +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xd8b8b64c nvme_fc_register_localport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xfca9dc99 nvme_fc_unregister_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x22b2eb01 nvmet_req_complete +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x23214792 nvmet_sq_destroy +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x24ae1f24 nvmet_ctrl_fatal_error +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3e0ef07a nvmet_wq +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x46429f7f nvmet_req_free_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x914bd391 nvmet_sq_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x92aae8ac nvmet_req_uninit +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xbfe0da04 nvmet_req_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xeb61502c nvmet_check_transfer_len +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xf007b83a nvmet_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xf0a99985 nvmet_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xf8b5323c nvmet_req_alloc_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x0b98123d nvmet_fc_rcv_ls_req +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x4a013682 nvmet_fc_invalidate_host +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x4d64eb43 nvmet_fc_register_targetport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x6ff62dab nvmet_fc_rcv_fcp_abort +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x7bfa9497 nvmet_fc_rcv_fcp_req +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x9ef76d99 nvmet_fc_unregister_targetport +EXPORT_SYMBOL_GPL drivers/pci/controller/pci-hyperv-intf 0x1591b2c6 hyperv_read_cfg_blk +EXPORT_SYMBOL_GPL drivers/pci/controller/pci-hyperv-intf 0x221394ae hyperv_reg_block_invalidate +EXPORT_SYMBOL_GPL drivers/pci/controller/pci-hyperv-intf 0xe5f73406 hyperv_write_cfg_blk +EXPORT_SYMBOL_GPL drivers/pci/controller/pci-hyperv-intf 0xfb921e00 hvpci_block_ops +EXPORT_SYMBOL_GPL drivers/pci/switch/switchtec 0xc96d1587 switchtec_class +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0x07e10db9 arm_cspmu_sysfs_format_show +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0x40edd443 arm_cspmu_sysfs_event_show +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0x9cc978a2 nv_cspmu_init_ops +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x07167962 hisi_uncore_pmu_disable +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x16faef21 hisi_format_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x179e85f9 hisi_uncore_pmu_stop +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x277f20fe hisi_cpumask_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x3208fff2 hisi_uncore_pmu_init_irq +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x3ec4fc27 hisi_uncore_pmu_online_cpu +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x448f89aa hisi_uncore_pmu_get_event_idx +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x4a74e7d7 hisi_uncore_pmu_identifier_attr_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x5d5a916c hisi_uncore_pmu_add +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x66149b0a hisi_uncore_pmu_event_init +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x6854b13c hisi_uncore_pmu_del +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x7b08e849 hisi_uncore_pmu_read +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x8eb1d564 hisi_uncore_pmu_enable +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x9bc4efed hisi_pmu_init +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xcdba2452 hisi_uncore_pmu_set_event_period +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xd086a986 hisi_uncore_pmu_event_update +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xe4d818ec hisi_event_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xf6c9cbdd hisi_uncore_pmu_start +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xfb6373d1 hisi_uncore_pmu_offline_cpu +EXPORT_SYMBOL_GPL drivers/phy/allwinner/phy-sun4i-usb 0x85dbddb2 sun4i_usb_phy_set_squelch_detect +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x10b601ca tegra194_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x2e6e97e3 tegra_phy_xusb_utmi_pad_power_on +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x3a42ba1a tegra_xusb_padctl_get +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x3a890cc4 tegra_xusb_padctl_hsic_set_idle +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x3ebbd09a tegra_xusb_padctl_get_usb3_companion +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x450f5183 tegra_xusb_padctl_usb3_save_context +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x4caa11d3 tegra_xusb_padctl_set_vbus_override +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x6a17b26a tegra_xusb_padctl_disable_phy_sleepwalk +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x8c1a366b tegra_xusb_padctl_enable_phy_wake +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x8c328db1 tegra_phy_xusb_utmi_port_reset +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xb35c13ba tegra_xusb_padctl_enable_phy_sleepwalk +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xb7d9ed3a tegra_xusb_padctl_put +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xba419ae6 tegra124_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xbd168683 tegra210_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xc20a5774 tegra234_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xc280ea11 tegra186_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xd270cd10 tegra_phy_xusb_utmi_pad_power_down +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xdf647061 tegra_xusb_padctl_disable_phy_wake +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xed7df42e tegra_xusb_padctl_remote_wake_detected +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xf92c0ba1 tegra_xusb_padctl_usb3_set_lfps_detect +EXPORT_SYMBOL_GPL drivers/phy/ti/phy-omap-usb2 0x00d48f33 omap_usb2_set_comparator +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x85d83b98 mcp23s08_probe_one +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x87fc4d5f mcp23x17_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0xb787e9b0 mcp23x08_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/qcom/pinctrl-lpass-lpi 0x1c852321 lpi_pinctrl_probe +EXPORT_SYMBOL_GPL drivers/pinctrl/qcom/pinctrl-lpass-lpi 0xb45fd635 lpi_pinctrl_remove +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0x3503bb9b cros_ec_sensorhub_unregister_push_data +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0xa289b976 cros_ec_sensorhub_register_push_data +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros_usbpd_notify 0x6b1be500 cros_usbpd_unregister_notify +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros_usbpd_notify 0x8bda2df3 cros_usbpd_register_notify +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x06c01094 ssam_request_sync_submit +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x1841a078 ssh_packet_get +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x1aee640d ssam_client_bind +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x21fc125d ssam_request_sync_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x28f0db71 ssam_device_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x2a4a6652 ssam_controller_device +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x2f74dfb5 ssam_request_sync_init +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x3090608b __ssam_register_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x39125085 ssam_request_write_data +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x3d6a1c64 ssam_device_add +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x40d44882 ssam_controller_get +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x4b0b3f0e ssam_controller_stateunlock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x69bffc4a ssam_device_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x6c6affa3 ssam_client_link +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x81d91dd3 ssam_device_remove +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x8444c578 ssam_get_controller +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x87a010ed ssam_request_sync_free +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x9098a012 ssam_controller_event_disable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x91215a77 ssam_request_do_sync +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x9206e0f2 ssam_device_get_match_data +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xa2b37c88 ssam_device_driver_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xa594a0ed __ssam_notifier_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xa65ee91e ssam_controller_event_enable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xa9a1e226 ssam_device_get_match +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc2bd582d ssam_device_id_match +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc44a9758 ssam_controller_statelock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xceb35d4f ssam_controller_put +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xd6455294 ssh_packet_put +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xdf1c1c7c ssam_bus_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xdf884708 ssam_notifier_register +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xf677794c ssam_request_do_sync_with_buffer +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xfeb36d20 ssam_remove_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xff2cbdca __ssam_device_driver_register +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0x48cf4c48 san_dgpu_notifier_register +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0x8b070cfa san_client_link +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0xd60bd773 san_dgpu_notifier_unregister +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0x3df185d2 devm_reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0x60502c56 reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xd0fb6ca1 reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xeb28966a devm_reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x6375e7d2 bq27xxx_battery_update +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0xd2e1549b bq27xxx_battery_setup +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0xdae93e6c bq27xxx_battery_teardown +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x503c1b8f pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x9bbdd823 pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0xf34aba12 pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x00ff2cca ptp_qoriq_free +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x1d950ebe extts_clean_up +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x2eae82b0 ptp_qoriq_isr +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x748846f7 ptp_qoriq_settime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x8566b7f4 ptp_qoriq_adjfine +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x86b6e3ad ptp_qoriq_gettime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x93051b19 ptp_qoriq_adjtime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xb9beba4f ptp_qoriq_init +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xc3ba3202 ptp_qoriq_enable +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x0a67f5e9 mc13xxx_parse_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x3c7222b6 mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xb47917ac mc13xxx_get_num_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xd7c1be0e mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xdd9fa997 mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/rohm-regulator 0xdd2bf5ea rohm_regulator_set_voltage_sel_restricted +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x1b1d58d5 wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x48b25a5f wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x4997f54d wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x818d1b54 wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x90908f87 wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xbe40c2e3 wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0x27701ff4 wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x1e65e5c3 scp_get_device +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x5f4fdec8 scp_get +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xa135339a scp_get_venc_hw_capa +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xa609d193 scp_get_vdec_hw_capa +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xc11aa4c3 scp_mapping_dm_addr +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xcb2e19de scp_get_rproc +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xe6e4f3ad scp_put +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x09313652 scp_memcpy_aligned +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x2c088575 scp_ipi_send +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x361cfdca scp_ipi_unlock +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x40286d19 scp_ipi_unregister +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0xc3e90617 scp_ipi_lock +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0xdd57156f scp_ipi_register +EXPORT_SYMBOL_GPL drivers/remoteproc/pru_rproc 0x0fe66f3a pru_rproc_set_ctable +EXPORT_SYMBOL_GPL drivers/remoteproc/pru_rproc 0x2a7ff182 pru_rproc_put +EXPORT_SYMBOL_GPL drivers/remoteproc/pru_rproc 0x7837aaea pru_rproc_get +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x0fa538df qcom_register_ssr_notifier +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x1a35d794 qcom_remove_glink_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x315edf5c qcom_add_smd_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x4d717d58 qcom_register_dump_segments +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x56759b94 qcom_add_glink_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x78649227 qcom_add_ssr_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x8186d87d qcom_remove_ssr_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xb3181ca1 qcom_remove_smd_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xd6cc0cc0 qcom_unregister_ssr_notifier +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xee37de08 qcom_minidump +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_pil_info 0x30e58241 qcom_pil_info_store +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x1e7c46c8 qcom_q6v5_init +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x32f69505 qcom_q6v5_deinit +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x5877b49f qcom_q6v5_panic +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x76e9f703 qcom_q6v5_prepare +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x875198e3 qcom_q6v5_wait_for_start +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xcb83fbde qcom_q6v5_unprepare +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xd6d16d7f qcom_q6v5_request_stop +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_sysmon 0x1482d168 qcom_sysmon_shutdown_acked +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_sysmon 0x27ea2e03 qcom_add_sysmon_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_sysmon 0xa881c6fc qcom_remove_sysmon_subdev +EXPORT_SYMBOL_GPL drivers/rpmsg/mtk_rpmsg 0x86903274 mtk_rpmsg_destroy_rproc_subdev +EXPORT_SYMBOL_GPL drivers/rpmsg/mtk_rpmsg 0xe0d5c4bf mtk_rpmsg_create_rproc_subdev +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0x149236da qcom_glink_native_remove +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xc56b38d9 qcom_glink_native_probe +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xf14f5684 qcom_glink_ssr_notify +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_smem 0x4fe311b0 qcom_glink_smem_unregister +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_smem 0xf33d3684 qcom_glink_smem_register +EXPORT_SYMBOL_GPL drivers/rtc/rtc-ds1685 0x2476596e ds1685_rtc_poweroff +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x006291f5 cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x036b4bcf cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x057ab95b cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x07fea279 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0b24b84e cxgbi_ddp_ppm_setup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0db5ee80 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0f2f7f83 cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1278025a cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x19b34093 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2be8c114 cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2f80605f cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3a3eb567 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3c09dc4e cxgbi_device_find_by_netdev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3e8efec0 cxgbi_device_find_by_netdev_rcu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4b04508d cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5e0f79e2 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x65828585 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x68500c8e cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6f6549de cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7ae27a2a cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x806a820a cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8245066f cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8319f739 cxgbi_ddp_set_one_ppod +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8617589c cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x875c9763 cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa37a2bdc cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa4d07287 cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa6f7d318 cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xaa311f5b cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb420d602 cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb4fac833 cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb5f49801 cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb63a5e89 cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbf0fcb2f cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc399086f cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc6839580 cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcb06300e cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd6a8a41c cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdc9b8a6f cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdebe90c7 cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe47af66b cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe7d719d4 cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xec746172 cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xeff7584a cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfab947ea cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x04bbfb2b fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x094abc64 fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x3064a0f1 fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x39a03483 fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x410fba35 fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x44459fe2 fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x4e3c139a __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x6a1e46bc fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x74431a52 fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x7c87b773 fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x8555b5c6 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xa472d9da fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbac58840 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc3f30cc0 fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc4f86526 fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xcbe3cfea fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xcf700302 fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xe8a85d2f fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf167cb7a fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0x9d15d717 fdomain_create +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0xdf1a59a8 fdomain_destroy +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x14df0cd8 hisi_sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x26ab55f2 hisi_sas_phy_bcast +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x3343320f hisi_sas_free +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x3833903f hisi_sas_remove +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x40ac648c hisi_sas_get_prog_phy_linkrate_mask +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x44a1e622 hisi_sas_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x44d88a1f hisi_sas_alloc +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x4c892e07 hisi_sas_controller_reset_done +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x4fc22123 hisi_sas_stt +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x5bb1debd hisi_sas_sync_cqs +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x5eef39bb hisi_sas_controller_reset_prepare +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x64aa6e4b hisi_sas_sata_done +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x69f47d67 hisi_sas_phy_down +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x71b33d4c hisi_sas_phy_oob_ready +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x8f4c93fc hisi_sas_scan_start +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x9214a75c hisi_sas_init_mem +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x9533c0c9 hisi_sas_release_tasks +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x9e9dbcf2 to_hisi_sas_port +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xb03aa9c5 hisi_sas_rst_work_handler +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xc09d2d48 hisi_sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xc388ee03 hisi_sas_probe +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xc3a41131 hisi_sas_debugfs_dump_count +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xc8a25bfc hisi_sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xcc1f7b1c hisi_sas_sync_poll_cqs +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xcc54cc71 hisi_sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xd25ff6a6 hisi_sas_slot_task_free +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xd6592df1 hisi_sas_debugfs_dir +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xe109b62d hisi_sas_stop_phys +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xe330cb74 hisi_sas_sync_rst_work_handler +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xe9062dbf hisi_sas_get_fw_info +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xe987d9aa hisi_sas_debugfs_enable +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xebfae55c hisi_sas_get_ata_protocol +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xf3029faf hisi_sas_host_reset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x0993077c iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x443b2486 iscsi_boot_create_acpitbl +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x9e433970 iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xa8ed9e22 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xd21e2d0b iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xd43499f7 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xec414a18 iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/libfc/libfc 0x6635b0f7 fc_seq_els_rsp_send +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x01d3e570 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x05d3ccc4 iscsi_eh_cmd_timed_out +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x082a8af8 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x097d4e19 iscsi_session_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0f1b613d iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x10bfa82d iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x14e59736 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1664e334 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x19db1398 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1ac6ff12 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1c8d06ff iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x248e4ee2 iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x256c5f34 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x26fc7271 iscsi_conn_queue_recv +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x279ac96a iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2d01d86b iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2d195bb9 iscsi_host_get_max_scsi_cmds +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2fac7eab iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4432b7b3 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x467cd3ef iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4696bbeb iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4c88c757 iscsi_session_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4ee143c6 iscsi_conn_unbind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5f99afc4 iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x603b9bff iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x67ae5625 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x69482120 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6a0f9df3 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7381ee4d iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7ecffa5f iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x856078f4 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x87801cbc iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x89f9462b iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8c53e4e5 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8fe17813 iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9011d183 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x936cd829 __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9b86433b iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9fe41dba iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa0303528 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc41bfd6c iscsi_conn_queue_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc7b96300 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd5e92fc1 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd6f40c1a iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xde564c27 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeab9cbd5 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xed2368b3 iscsi_suspend_rx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xee5be86a iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf95f654a iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x0116081a iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x03ccf647 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x16d85064 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x1a9fe10e iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x24cf0612 iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x25d8e6a1 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x31d3e484 iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x3fcea77f iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5641a4ab iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x76924de3 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x7910b0bf iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa5501b7a iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb025ca84 iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xbaf77c6b iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xda511412 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe3dac662 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf21bdeb4 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0b807b9f sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0c5dbbc8 sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1c3b08f8 sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1f4c2bcd sas_lu_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x35f3f071 sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x42f69dfc dev_attr_phy_event_threshold +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x443a47da sas_execute_internal_abort_single +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4e20aaf3 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x583cb1e6 sas_clear_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x59937c16 sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x630b0ac5 sas_find_attached_phy_id +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6aed4151 sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x730d7ecc sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7b72b553 smp_ata_check_ready_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7ec64ebb sas_ata_device_link_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x80a54da5 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x88730709 sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x88ead084 sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8e174784 sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa1d4f2bc sas_notify_port_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa9a54e30 sas_abort_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xab83ce11 sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc3ff5926 sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc933b55a sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xca6db887 sas_eh_target_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xcb6f61b9 sas_execute_internal_abort_dev +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xcc3685a6 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xcdbf65b2 sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xcf0ec36f sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd857a972 sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xee47c023 sas_execute_ata_cmd +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf177f5f4 sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf6451621 sas_query_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf64d97c6 sas_abort_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfb6bdc8c sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfcddef4b sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_fc 0xb6242b4d fc_eh_should_retry_cmd +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0a8cdc08 iscsi_put_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0bee0716 iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0c18a115 iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0fa21ced iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x12b8de50 iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x24a574ab iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x26081bf1 iscsi_dbg_trace +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2e9c7bea iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x32378488 __traceiter_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x363ef721 __tracepoint_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x449bd5f0 iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4564e674 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4f7d1692 iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x53ef073a iscsi_put_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x53f5cf27 iscsi_alloc_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x54cbf45f iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x558e6fe6 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x584a31ab __SCK__tp_func_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5998edbf iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5c2f582c iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5e804e97 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x62ad698f iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x66667730 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x68da2dc0 iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6fcb134f iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x71b768b0 __SCK__tp_func_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7793b6be __traceiter_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7a241159 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x80a7a2fe iscsi_force_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x85ed0992 iscsi_get_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x88768c48 __SCK__tp_func_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x88bcef10 iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8a84c55c iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8b827f5b iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x94cc9bc0 __traceiter_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9f4ce41a iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa3ac06cf __tracepoint_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa66d2d33 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaae61ec9 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xab4674c8 __SCK__tp_func_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xae4000bb iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb32662a6 __tracepoint_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb3c8aee1 iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb8c3853a iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc2da5fc iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc6264e7a __tracepoint_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc6cc948f __traceiter_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xccaa2cb2 __traceiter_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd36c8d94 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd8e3b9b0 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xda09b986 __tracepoint_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdc5e938e iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdf4ea29e iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe2b598c1 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe45aa75b iscsi_add_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe4c79fa6 __SCK__tp_func_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xec89dbc7 iscsi_remove_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfdc30c40 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x166b54b9 sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x2a3bd25b sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xc844f451 sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xe3ffdc25 sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x0ef06974 spi_populate_ppr_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x128d19bf spi_populate_tag_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xa0c71dac spi_populate_sync_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xcffa2aff spi_populate_width_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x13790d61 srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x1902178a srp_tmo_valid +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x5bef9a59 srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x94734721 srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xa04e44b3 srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xe3d7524b srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xfdaf5ef1 srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x3d96d23a siox_device_connected +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x5806bde8 siox_master_alloc +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x92bb3303 siox_device_synced +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x9b151b13 siox_master_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xa8b2fe56 siox_master_unregister +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xaa8ac147 __siox_driver_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x0b194cb6 slim_stream_disable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x0c514641 __slim_driver_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x28e24ef1 slim_get_logical_addr +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x31dc7331 slim_writeb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x392550e7 slim_stream_prepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x3b4d7e25 slimbus_bus +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x41712631 slim_stream_free +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x433d478a slim_register_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x45daaf33 slim_device_report_present +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x679f7dfe slim_ctrl_clk_pause +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x69904f5b slim_alloc_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x803a2e55 slim_stream_unprepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa8092d8b slim_driver_unregister +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xb07ee31b slim_read +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xb40bd96e slim_stream_allocate +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xb5aa9fab slim_do_transfer +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xbfc43179 slim_unregister_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xc186eada slim_msg_response +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xd6e0b9ea slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xdfd3c3b5 slim_report_absent +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe69737fb slim_free_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf27253fa slim_stream_enable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf39d9402 of_slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf4a42862 slim_readb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf7515482 slim_xfer_msg +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xfcbde7c8 slim_write +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0x494128eb meson_canvas_alloc +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0x673c5a86 meson_canvas_config +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0x71de1e41 meson_canvas_get +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0xfbd79150 meson_canvas_free +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x0127b8b0 apple_rtkit_send_message_wait +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x16c569f3 apple_rtkit_send_message +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x1b4f978f apple_rtkit_start_ep +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x1b728ad2 apple_rtkit_reinit +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x534c0171 apple_rtkit_wake +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x5bac88a3 devm_apple_rtkit_init +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x626bf913 apple_rtkit_shutdown +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x73638ca2 apple_rtkit_is_crashed +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x8178ad42 apple_rtkit_init +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xc77f5a7c apple_rtkit_is_running +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xd887b158 apple_rtkit_idle +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xda17fd75 apple_rtkit_free +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xe31aa5c8 apple_rtkit_poll +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xf2387335 apple_rtkit_quiesce +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xf6e098db apple_rtkit_boot +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-sart 0xbaec16a4 apple_sart_add_allowed_region +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-sart 0xe24e63fe devm_apple_sart_get +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-sart 0xf2253fbc apple_sart_remove_allowed_region +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x0261cd01 dpaa2_io_store_next +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x1b7c4023 dpaa2_io_service_rearm +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x2ea89927 dpaa2_io_service_pull_channel +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x2f10852c dpaa2_io_service_select +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x3f8992eb dpaa2_io_service_release +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x4994345c dpaa2_io_store_destroy +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x6560c60d dpaa2_io_service_acquire +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x66b9a5fc dpaa2_io_service_deregister +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x68dc6cb6 dpaa2_io_store_create +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x79cf65a1 dpaa2_io_service_enqueue_qd +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x8edafa55 dpaa2_io_query_bp_count +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0xb9e81961 dpaa2_io_query_fq_count +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0xf4b10a88 dpaa2_io_service_register +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x21cbde13 mtk_mmsys_vpp_rsz_dcm_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x32a86073 mtk_mmsys_hdr_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x52ee4569 mtk_mmsys_vpp_rsz_merge_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x7a320f35 mtk_mmsys_mixer_in_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x7b51ff03 mtk_mmsys_ddp_connect +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0xc04e6201 mtk_mmsys_mixer_in_channel_swap +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0xc1615e85 mtk_mmsys_ddp_disconnect +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0xc5ebbc84 mtk_mmsys_merge_async_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0xd9bb7e6c mtk_mmsys_ddp_dpi_fmt_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x1736cec6 mtk_mutex_remove_comp +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x1d6696b0 mtk_mutex_disable +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x2fcc9ff2 mtk_mutex_add_comp +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x4e2f3c90 mtk_mutex_enable_by_cmdq +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x51991b38 mtk_mutex_enable +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x5ec2319a mtk_mutex_unprepare +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x71a9a3ab mtk_mutex_acquire +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x7534596b mtk_mutex_write_sof +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x8b650752 mtk_mutex_release +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x903ebe12 mtk_mutex_get +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0xab7f853d mtk_mutex_prepare +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0xbbb4ab02 mtk_mutex_put +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0xfa95f801 mtk_mutex_write_mod +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x13714aaf gpr_free_port +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x457f206e gpr_send_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x50c0527f aprbus +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x98318ffd apr_send_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xa86f971e gpr_send_port_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xbb745ea0 apr_driver_unregister +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xdd83f5ff gpr_alloc_port +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xf1d7135f __apr_driver_register +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-qcom 0x03c9a66d llcc_get_slice_size +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-qcom 0x0679b34d llcc_slice_getd +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-qcom 0x7e773088 llcc_get_slice_id +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-qcom 0xad3516c4 llcc_slice_activate +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-qcom 0xb534ec76 llcc_slice_deactivate +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-qcom 0xb68b1300 llcc_slice_putd +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x20e75f77 qcom_mdt_pas_init +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x480128bf qcom_mdt_load_no_init +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x729cc50d qcom_mdt_load +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0xe8a3861c qcom_mdt_get_size +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0xf0de7244 qcom_mdt_read_metadata +EXPORT_SYMBOL_GPL drivers/soc/qcom/pmic_glink 0xa062d1a3 devm_pmic_glink_register_client +EXPORT_SYMBOL_GPL drivers/soc/qcom/pmic_glink 0xc161d729 pmic_glink_send +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0x50d28b20 qcom_ice_evict_key +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0x82936acb qcom_ice_enable +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0xc994d57b qcom_ice_suspend +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0xe2999c75 of_qcom_ice_get +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0xe4280d97 qcom_ice_program_key +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0xf0e63b1a qcom_ice_resume +EXPORT_SYMBOL_GPL drivers/soc/qcom/smem 0x34b57571 qcom_smem_alloc +EXPORT_SYMBOL_GPL drivers/soc/qcom/smem 0x5a710273 qcom_smem_get_free_space +EXPORT_SYMBOL_GPL drivers/soc/qcom/smem 0x9979b76e qcom_smem_virt_to_phys +EXPORT_SYMBOL_GPL drivers/soc/qcom/smem 0xe583bba3 qcom_smem_get_soc_id +EXPORT_SYMBOL_GPL drivers/soc/qcom/smem 0xeeffa750 qcom_smem_get +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x0d965000 pruss_cfg_gpimode +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x2a9cf7f2 pruss_put +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x50cf3879 pruss_release_mem_region +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x5371a750 pruss_cfg_get_gpmux +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x594f6740 pruss_cfg_miirt_enable +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x7b85851b pruss_cfg_set_gpmux +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x95bfabbf pruss_cfg_xfr_enable +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0xace2b4d0 pruss_get +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0xcfeaa817 pruss_request_mem_region +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x2317301f sdw_unregister_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x98c65a90 sdw_bus_type +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xa6f58c30 __sdw_register_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-cadence 0xdac07e97 sdw_cdns_debugfs_init +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0xb9edd149 altera_spi_irq +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0xf64f2a78 altera_spi_init_host +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x160f3c54 spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x2db86195 spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x2f768eba spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x46447511 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x6af08e73 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x99849248 spi_bitbang_init +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x3eae7890 spi_test_execute_msg +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x75af84e3 spi_test_run_test +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x988960d2 spi_test_run_tests +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x2c4aa14c spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x4cd5f14a spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x5264601f spmi_device_from_of +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x538ae540 spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x5ecd4007 spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x69489407 spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x6f2716a2 spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x7404c6ab spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x76d584b8 spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x784250db spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x8292f339 spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xbea90b3a spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xc90a3f9f spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xcb4238a1 spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd42c3c2a __spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd55fa059 spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd84d290c spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xe0bf9855 spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf1fa6bb1 spmi_register_write +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0xe831b6f1 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x01b42f21 anybuss_host_common_probe +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x030f5ad7 anybuss_client_driver_register +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x039a1084 anybuss_send_ext +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x1c7c5f1c devm_anybuss_host_common_probe +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x245a16d4 anybuss_send_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x362b7ad0 anybuss_finish_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x53cc0257 anybuss_client_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x97346599 anybuss_set_power +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xa4e42ea6 anybuss_read_output +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xada3b0e0 anybuss_recv_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xc2ed4ba0 anybuss_read_fbctrl +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xd90d5d0f anybuss_write_input +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xef71cd5f anybuss_start_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xfce879ad anybuss_host_common_remove +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x844ccab5 fieldbus_dev_online_changed +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xacdefbba fieldbus_dev_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xed4b4de9 fieldbus_dev_area_updated +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xfeebddbd fieldbus_dev_register +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x0bcbe8c9 gb_audio_apbridgea_unregister_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x144c57c4 gb_audio_apbridgea_shutdown_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x2bc4558c gb_audio_apbridgea_stop_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x3b122e0f gb_audio_apbridgea_prepare_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x54777965 gb_audio_apbridgea_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x59cb4d69 gb_audio_apbridgea_register_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x60d018ef gb_audio_apbridgea_start_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x7153f532 gb_audio_apbridgea_set_config +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xad8fad6e gb_audio_apbridgea_start_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xb26cf44c gb_audio_apbridgea_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xcc6f6fa5 gb_audio_apbridgea_shutdown_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xe331166e gb_audio_apbridgea_prepare_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xf3e76ded gb_audio_apbridgea_stop_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x0426c820 gb_audio_gb_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x19a5a9ad gb_audio_gb_deactivate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x1ba2c630 gb_audio_gb_get_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x4ba98453 gb_audio_gb_activate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x7a303517 gb_audio_gb_enable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x8bfe180d gb_audio_gb_set_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x917b3a46 gb_audio_gb_disable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x92bd98cb gb_audio_gb_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xbe1380d0 gb_audio_gb_deactivate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xc26c81e0 gb_audio_gb_get_topology +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xe0dc1f80 gb_audio_gb_get_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xec1fad2e gb_audio_gb_activate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xef262762 gb_audio_gb_set_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x19e9e6b1 gb_audio_manager_remove_all +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x32e6391e gb_audio_manager_remove +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x5a108b0f gb_audio_manager_add +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x5d1580eb gb_audio_manager_get_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x65248d42 gb_audio_manager_put_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x79eef2f8 gb_audio_manager_dump_all +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0xaeac8ca2 gb_audio_manager_dump_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0x1d224184 gb_gbphy_register_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0x7651fb96 gb_gbphy_deregister_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0x44c37d23 gb_spilib_master_init +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0xa0aa4aba gb_spilib_master_exit +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0x0ce190f9 adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/media/av7110/sp8870 0x24d935fa sp8870_attach +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x3afc4948 imx_media_find_pixel_format +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x46c1ad68 imx_media_add_of_subdevs +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x48e925a7 imx_media_capture_device_remove +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x4d7cc9dc imx_media_pipeline_set_stream +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x534ba9e1 imx_media_find_mbus_format +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x6e422327 imx_media_dev_notifier_register +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x77574774 imx_media_dev_init +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x7a2af0bb imx_media_capture_device_next_buf +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x7b9359d4 imx_media_probe_complete +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x90f8953e imx_media_capture_device_init +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xa631199b imx_media_grp_id_to_sd_name +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xa7a8b580 imx_media_init_cfg +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xa9e2459f imx_media_enum_mbus_formats +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xba1c7b7e imx_media_mbus_fmt_to_pix_fmt +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xbfd506a0 imx_media_free_dma_buf +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xc0e6162e imx_media_init_mbus_fmt +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xc1505c64 imx_media_capture_device_register +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xcf2cf7b6 imx_media_pipeline_subdev +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xd4e45b7e imx_media_try_colorimetry +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xda390280 imx_media_alloc_dma_buf +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xdaf5aa60 imx_media_capture_device_unregister +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xe90e643d imx_media_pipeline_pad +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xe932b00b imx_media_enum_pixel_formats +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xeb828258 imx_media_capture_device_error +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xec93bffc imx_media_add_video_device +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x023bf6b6 codec_hevc_setup_buffers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x06a4bfd4 amvdec_src_change +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x096f3c52 amvdec_remove_ts +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x115655e9 amvdec_am21c_body_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x1cb1e6d9 amvdec_am21c_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x25458d29 amvdec_dst_buf_done +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x2a4db0a2 amvdec_set_canvases +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x3142c7e0 amvdec_clear_dos_bits +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x403efff3 amvdec_read_parser +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x462a819f amvdec_write_dos +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x4ec12dec codec_hevc_free_fbc_buffers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x5ff35ee8 amvdec_am21c_head_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x629a8432 amvdec_read_dos +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x7088d84c amvdec_set_par_from_dar +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x85f98378 amvdec_dst_buf_done_offset +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x8bb2be2e amvdec_dst_buf_done_idx +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x917e88f2 codec_hevc_fill_mmu_map +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xa15719d1 codec_hevc_free_mmu_headers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xa6b55d4d amvdec_add_ts +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xbb64f0f5 amvdec_abort +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xbf65695c amvdec_get_output_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xcabea0c6 codec_hevc_setup_decode_head +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xe44afd21 amvdec_write_parser +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xeaf2f7a9 amvdec_write_dos_bits +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0x0fc6c547 nvec_msg_free +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0xd919e9be nvec_register_notifier +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0xe00d2844 nvec_unregister_notifier +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x2b9b3376 target_stop_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x54d36724 target_submit +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x5d24150b target_free_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x68219e0f target_submit_prep +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xb4489234 target_wait_for_cmds +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xbb49fe3d target_init_cmd +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xc65e34a6 target_alloc_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xc9221e17 target_queue_submission +EXPORT_SYMBOL_GPL drivers/tee/tee 0x12d471a1 tee_client_open_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x1e5d4399 teedev_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x4621e04e teedev_open +EXPORT_SYMBOL_GPL drivers/tee/tee 0x622c6fac tee_shm_free +EXPORT_SYMBOL_GPL drivers/tee/tee 0x721d6e12 tee_shm_put +EXPORT_SYMBOL_GPL drivers/tee/tee 0x75eba99f tee_bus_type +EXPORT_SYMBOL_GPL drivers/tee/tee 0x7ff91142 tee_get_drvdata +EXPORT_SYMBOL_GPL drivers/tee/tee 0x854aee7c tee_device_alloc +EXPORT_SYMBOL_GPL drivers/tee/tee 0x85fd9922 tee_session_calc_client_uuid +EXPORT_SYMBOL_GPL drivers/tee/tee 0x8ab8bb7a tee_shm_get_pa +EXPORT_SYMBOL_GPL drivers/tee/tee 0x8dd08f51 tee_device_unregister +EXPORT_SYMBOL_GPL drivers/tee/tee 0x93a801b1 tee_client_open_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0x993d9323 tee_client_close_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0xa15d3dc6 tee_client_get_version +EXPORT_SYMBOL_GPL drivers/tee/tee 0xa7fc295d tee_shm_alloc_priv_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0xbb9dedae tee_client_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0xcaac70cf tee_shm_pool_alloc_res_mem +EXPORT_SYMBOL_GPL drivers/tee/tee 0xcecb4631 tee_device_register +EXPORT_SYMBOL_GPL drivers/tee/tee 0xe28eb0bf tee_client_invoke_func +EXPORT_SYMBOL_GPL drivers/tee/tee 0xe2cbe1c7 tee_shm_get_from_id +EXPORT_SYMBOL_GPL drivers/tee/tee 0xe923a93a tee_shm_alloc_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0xf1b68da7 tee_shm_register_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0xf37726a8 tee_shm_get_va +EXPORT_SYMBOL_GPL drivers/thermal/st/st_thermal 0x957d8613 st_thermal_unregister +EXPORT_SYMBOL_GPL drivers/thermal/st/st_thermal 0xbfcc16c2 st_thermal_pm_ops +EXPORT_SYMBOL_GPL drivers/thermal/st/st_thermal 0xcfee3ae3 st_thermal_register +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x01d23ee1 tb_property_create_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x0267ff85 tb_xdomain_find_by_route +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x1373356d tb_xdomain_release_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x23cccc61 tb_ring_alloc_tx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x249e1481 tb_service_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x2e956d11 tb_register_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x393b4f2f tb_property_free_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x3c899eee tb_ring_poll_complete +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4882900f tb_xdomain_find_by_uuid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4e5064a7 tb_property_find +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4e64bdfd tb_register_protocol_handler +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x536bdb9c tb_xdomain_lane_bonding_enable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x53def05f tb_xdomain_disable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x562d7ca4 tb_xdomain_request +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x5f9dc5bc tb_xdomain_response +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x5fe98445 tb_ring_free +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x603249ed tb_unregister_property_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x658e3d97 tb_property_add_immediate +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x73ad2acb tb_property_get_next +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x740c31fd tb_xdomain_lane_bonding_disable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x784d87ca tb_ring_alloc_rx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x785eb82c tb_property_remove +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x814366d6 tb_xdomain_alloc_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8ad1d381 tb_ring_start +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8b62f95e tb_property_add_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8bb14706 tb_ring_poll +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8bd177fe tb_ring_stop +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa27a13b9 tb_xdomain_release_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa3d2b403 tb_property_add_data +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb08812aa tb_xdomain_enable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb7c7cdce tb_property_add_text +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xbfa44ae2 __tb_ring_enqueue +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xcac1feb4 tb_xdomain_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xe5b7c254 tb_unregister_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf1cfd1ff tb_register_property_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf361e59a tb_xdomain_alloc_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf76028c7 tb_unregister_protocol_handler +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x00a79a5a ufshcd_clkgate_delay_set +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x0be0dc44 ufshcd_dump_regs +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x10436110 ufshcd_dealloc_host +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x18cd35f2 ufshcd_hold +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x1a4519be ufshcd_hba_stop +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x1ed9aafe ufshcd_config_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x1fed8be7 ufshcd_mcq_enable_esi +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x3c7dd68d ufshcd_uic_hibern8_enter +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x4140c218 ufshcd_resume_complete +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x46d64849 ufshcd_uic_change_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x47e4463d ufshcd_update_evt_hist +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x54e50d80 ufshcd_mcq_poll_cqe_lock +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x60dc3a78 ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x674041ee ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x6be1b78d ufshcd_auto_hibern8_update +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x723b1abf ufshcd_delay_us +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x7a73f2f7 ufshcd_system_freeze +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x7d42fb7f ufshcd_fixup_dev_quirks +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x855f543f ufshcd_get_vreg +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x8a70cf85 ufshcd_hba_enable +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xa5edb39f ufshcd_link_recovery +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xadd4f76c ufshcd_dme_configure_adapt +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xb17dd1d4 ufshcd_release +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xb6e0a642 ufshcd_init +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xbd5b36d7 ufshcd_make_hba_operational +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xbe06cbf0 ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xc4bada88 ufshcd_mcq_config_esi +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xd1b7e05c ufshcd_uic_hibern8_exit +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xe2d26d6e ufshcd_remove +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xe2d7e92d ufshcd_mcq_write_cqis +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xf12107db __ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xf334d871 ufshcd_system_restore +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xff356b91 ufshcd_system_thaw +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x0e72bd18 ufshcd_pltfrm_init +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x54c946de ufshcd_init_pwr_dev_param +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x7a0460ff ufshcd_get_pwr_dev_param +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x83660252 ufshcd_populate_vreg +EXPORT_SYMBOL_GPL drivers/uio/uio 0xa0500089 __uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xc676c6cb uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xc6d44343 __devm_uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xd1c6cdca uio_event_notify +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x6b2f6543 usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xcf7deb75 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x2fd8dd90 cdns_drd_gadget_on +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x3ada257f cdns_set_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x512dfbd7 cdns_suspend +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x601d89be cdns_resume +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x7cb722c4 cdns_init +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x8361e51d cdns_set_active +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x9c56174a cdns_power_is_lost +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xb08b45ea cdns_clear_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xb2bef20e cdns_drd_gadget_off +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xfdbaa916 cdns_remove +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x1ff45271 ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x936905d5 ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xa2665f9b ci_hdrc_query_available_role +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xa5180b74 hw_phymode_configure +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x0d7884c9 imx_usbmisc_suspend +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x5653dca7 imx_usbmisc_hsic_set_connect +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x8c3c1bce imx_usbmisc_init +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xb9c66aa4 imx_usbmisc_init_post +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xbdf11b76 imx_usbmisc_charger_detection +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xf9c2a570 imx_usbmisc_resume +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x00cf0683 ulpi_read +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x169e467f ulpi_write +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x4e7deb49 __ulpi_register_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x5ce0236d ulpi_register_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xbf6fdc8d ulpi_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xdf08b82f ulpi_unregister_interface +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x0b695c0b u_audio_stop_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x5b6f879b u_audio_set_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x64372bf1 u_audio_set_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x664094a9 u_audio_get_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x6751f83b g_audio_setup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x6cfe09d4 u_audio_set_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x6d58ff52 u_audio_get_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x6deaa32f g_audio_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x7d7a6794 u_audio_start_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x89d34159 u_audio_stop_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x8b964f3c u_audio_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xa22c5dd7 u_audio_get_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xc627afdf u_audio_get_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xee484b20 u_audio_start_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xf41005fd u_audio_set_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x25a5c4d6 gether_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x2c41e1b5 gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x3d34a449 gether_set_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x3db2c8d2 gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x41f1a5de gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x554f3a9f gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x632c7d98 gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x6488e528 gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x7b8daf64 gether_resume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x989b09fd gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xaf01ed00 gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xcabf86dd gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xcbf4ebd2 gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xcf3f8e07 gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xe722eef1 gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xea9e7ba3 gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xef8586ba gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xf62ab21d gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x416aac68 gserial_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x60db48f5 gserial_get_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x77268a68 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x7ef6b08c gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xa451e786 gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xc0a01527 gserial_set_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xe89dc424 gserial_alloc_line_no_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xeb3b5441 gserial_resume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xfb78a286 gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x6c825859 ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x70861595 ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0xdca3e3ef ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x0df07119 fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x141fce2a fsg_common_remove_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1710b539 fsg_fs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1ccb58f7 fsg_common_set_num_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x3795ce62 fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x398778e1 fsg_ss_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x3c6a07d0 fsg_common_create_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x4232f42a fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x423845e4 fsg_ss_bulk_in_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x51a62356 fsg_show_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x53ead802 fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x7543da80 fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x7e26d4a5 fsg_common_set_sysfs +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x803de22f fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x8be77438 fsg_store_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x95cffb3e fsg_hs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x9a0221c7 fsg_common_free_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x9a8df45a fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa18cb12b fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa557c843 fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa5cae92f fsg_ss_bulk_out_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa5f99b69 fsg_fs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xab6c68ac fsg_config_from_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb3adf38d store_cdrom_address +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb4aff7ca fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb52ba28a fsg_intf_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb54d0d95 fsg_fs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xbf1ebc36 fsg_store_forced_eject +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xbf9cfc49 fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xc0abcdea fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xceb5fb05 fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xd1a3e8e0 fsg_common_create_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xeb74b839 fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xff972510 fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x05a934af rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x1baa1d8c rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x392db939 rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x585eaf47 rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x5ff4bae6 rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x62997092 rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x6818e8d7 rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x6e31fc70 rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x7ea635b8 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x8dbf49ef rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xadd93085 rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xc9a1d3e0 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xcbe5ad1d rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xd2d4178f rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xd965e3a8 rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x035becaf usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x05f94816 usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x067985e2 config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x06f19c0b usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0894d6e2 usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0c589aba usb_validate_langid +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0e679581 usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1b471f3c usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2009cc7e usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x22a2df78 usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x24695689 usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2878c3e3 usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2a5ab010 alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3b82f0f3 usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x44ecc625 usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x46af5744 usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4beb505d usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5c44c0d1 usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5ca6928d usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7148ceb2 usb_ep_autoconfig_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x79e0f23e usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8546f75d usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8bdb26fb usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8d9eb1bf usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9a8de82b usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa92264f8 config_ep_by_speed_and_alt +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xaddacee7 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xae6986f4 usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbba99a54 usb_func_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc559493c usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc7ec4a4c usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xdc2498c0 usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf96d23cf usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfc2f207e usb_otg_descriptor_alloc +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfe8e2a47 usb_otg_descriptor_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xffc8bfae usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/rzv2m_usb3drd 0xe61aac87 rzv2m_usb3drd_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x1ffe111a udc_remove +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x5d01d078 udc_irq +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x60920b1f empty_req_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x7ac0ea4c gadget_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x85301f80 free_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x8c90f406 udc_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x9b56abf3 init_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x9d0d7742 udc_enable_dev_setup_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xf047e3c7 udc_mask_unused_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xf7512fd0 udc_basic_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x004c6380 usb_ep_fifo_flush +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x0b802e24 usb_add_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x12d0562b usb_del_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x28a77f4c usb_gadget_check_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x29dac8d5 usb_gadget_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2af38e5f usb_ep_free_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2c53cadb usb_ep_disable +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2c739cb8 usb_gadget_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2d525b2a usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x31aef463 gadget_find_ep_by_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x35036726 usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x38357114 usb_gadget_udc_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x3ea59b5d usb_ep_alloc_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x405d007d usb_ep_set_wedge +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x43e34f59 usb_gadget_set_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x456fe167 usb_gadget_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x4b275c04 usb_gadget_set_remote_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x4fa2450c usb_ep_dequeue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x50b88f41 usb_get_gadget_udc_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x580a12b0 usb_gadget_register_driver_owner +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x5bab98ce usb_udc_vbus_handler +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x6763bd96 usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x6b29ff7f usb_gadget_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x70b57289 usb_gadget_map_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x784d9a58 usb_ep_enable +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x79c3b872 usb_ep_fifo_status +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x7fba095e usb_gadget_vbus_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x901aeea2 usb_gadget_clear_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x93d5fdc4 usb_gadget_giveback_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x9f1c62cd usb_initialize_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xa5c89018 usb_gadget_frame_number +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xac5667d9 usb_ep_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xb2d2e432 usb_gadget_vbus_draw +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xb7efb15c usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xba85485c usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xbbfaae63 usb_gadget_vbus_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xbee6af28 usb_ep_set_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc3d4d06b usb_ep_set_maxpacket_limit +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc8ac2c4f usb_ep_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xcb5311e0 usb_gadget_unmap_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xd6fcbce1 usb_gadget_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xecb3523d usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xf15f86ca usb_gadget_ep_match_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xf86c91cc usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-pci-renesas 0xaf543e98 renesas_xhci_check_request_fw +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0x446c1419 xhci_plat_probe +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0x8d00b023 xhci_plat_remove +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0x91aa7d9c xhci_plat_pm_ops +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x702adc23 ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x756a3aba ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x09492220 musb_mailbox +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x0b4a8834 musb_writeb +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x2734197f musb_readb +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x3d78acca musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x53cbd689 musb_queue_resume_work +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x669594ad musb_clearw +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x6af8c6dc musb_writel +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x719a5e41 musb_readw +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xa89cb2a4 musb_get_mode +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xa8c6e7bd musb_root_disconnect +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xade3e56c musb_writew +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xd411d8dd musb_set_host +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xe59efb0e musb_clearb +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xf0f95e51 musb_readl +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xfb520cd1 musb_set_peripheral +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x2caac768 usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x35b2b3eb usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x3e13b2c9 usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x95d67b27 usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xee3938a7 usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0xeeb8359e isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x0182dad1 tegra_ehci_phy_restore_end +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x1fffc34c tegra_usb_phy_preresume +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x70cf19fe tegra_ehci_phy_restore_start +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x972e3eb8 tegra_usb_phy_postresume +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0x69bf4bc8 usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x03feac84 usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x40d536bf usb_serial_claim_interface +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x4ff61200 usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x6babc52e usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7518d9bc usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x75455213 usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x75b1cb04 usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x79cba207 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7d2f406a usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x8157bd60 usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x81a83960 usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x99b9dc2d usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x9cf70c74 usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa41e3ab0 usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xab7a1fcb usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb5ec0904 usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xceddc3fa usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xd09a5ed3 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xe2a4dafa usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xfd27a075 usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0x3801dc6d dp_altmode_remove +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0xb25cdc07 dp_altmode_probe +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x0062c2d6 tcpci_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x6f497a3c tcpci_irq +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0xbe111953 tcpci_get_tcpm_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0xc529e32e tcpci_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x10ec6d2d tcpm_sink_frs +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x3b84657b tcpm_pd_transmit_complete +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x3e9b8a53 tcpm_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x76eeda4b tcpm_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x9e0bd753 tcpm_pd_hard_reset +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xb655342c tcpm_pd_receive +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xc37b9769 tcpm_cc_change +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xceb50012 tcpm_vbus_change +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xd680581d tcpm_port_clean +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xda86a83d tcpm_port_is_toggling +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xea220941 tcpm_tcpc_reset +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xeb779665 tcpm_sourcing_vbus +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x00d7b4b1 typec_register_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0236b353 typec_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0434e7fc typec_mux_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x05074d98 fwnode_typec_mux_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0b0f7bfd typec_switch_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1886a756 typec_altmode_exit +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1fe3b354 typec_cable_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x22503bec usb_power_delivery_link_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x22748d3b typec_port_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x23793a01 typec_plug_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x245cab6e typec_partner_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x282dd7a9 typec_retimer_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2ab2cdda typec_get_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2d1e301d typec_find_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2d35bb92 typec_switch_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x336d0dec typec_set_vconn_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3483c4aa typec_set_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x36ff6438 __typec_altmode_register_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3a1505df typec_altmode_notify +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3aa48448 usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3c58405f typec_get_negotiated_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3e745400 typec_cable_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x416d1f5f typec_partner_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x45c81bd4 typec_register_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4c9a2992 typec_switch_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4ce8e0b0 typec_altmode_get_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4cf6c674 typec_unregister_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x51c2ba4f typec_retimer_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5e8ba13d typec_altmode_enter +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x62c3b3a0 usb_power_delivery_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6b3d9465 typec_mux_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6b869980 typec_altmode_update_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6c9593c9 typec_retimer_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x706e88a5 typec_port_register_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x74a75031 typec_set_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7a098665 typec_unregister_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7b5fbfea typec_partner_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7ec7dbbd typec_unregister_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x81d5f639 typec_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x86521d45 typec_switch_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x87a137c0 typec_partner_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x89cf39ce typec_altmode_vdm +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8cd0c358 typec_set_pwr_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9049491e typec_find_port_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x906f6120 fwnode_typec_retimer_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x955ec13f usb_power_delivery_register_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x979d4b92 typec_altmode_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x99d0a99a typec_altmode_get_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9c7334c6 typec_retimer_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9e8f4458 typec_unregister_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa254de98 typec_find_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa5ceb522 usb_power_delivery_unregister_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa5ea5953 typec_altmode_attention +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa6767f3c typec_plug_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xad14e3e7 typec_port_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb3654f17 typec_altmode2port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb87676f5 typec_partner_set_pd_revision +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbae889f3 fwnode_typec_switch_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbf5a84f2 typec_partner_set_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc3493f5e typec_set_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc858454e typec_mux_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xca1986f1 typec_mux_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xce60841c typec_register_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd2fa1286 typec_switch_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd532f524 typec_partner_usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xdaddb00b typec_altmode_put_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe2a8da26 typec_switch_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe636f996 typec_retimer_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xea6126fd typec_cable_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xeafc1eb8 typec_find_port_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf1234a8b typec_find_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf1e2fef3 typec_cable_is_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf26a09c3 typec_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf372df2e typec_match_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf55e5cb8 typec_mux_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf56bae86 usb_power_delivery_unlink_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf7dc8699 typec_set_mode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfa817c03 typec_get_fw_cap +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfc8df340 typec_mux_put +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x0856681e ucsi_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x177f9ac6 ucsi_destroy +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x1d1ebf2c ucsi_connector_change +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x6508293a ucsi_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x6dbb4c1b ucsi_register +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x831fa526 ucsi_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x9a2bc923 ucsi_send_command +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xc62e1bb5 ucsi_create +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xf460ce5f ucsi_resume +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x26d0ebde usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x28d43fe2 usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x4b07aeea dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x4e3a83fc usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x52fd625b usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x53cc2a03 usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x5e5af878 usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x8aa24de6 usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x95887418 usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x9bfc58d7 usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x9c2477f0 usbip_in_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd02753dc usbip_header_correct_endian +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd9a721b3 usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe1ea0586 usbip_dump_header +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe5084f00 usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x0bdefe29 _vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x182768f7 vdpa_set_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x506cb307 vdpa_mgmtdev_unregister +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x68eef96b _vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x8b244061 vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x8bca96df vdpa_get_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x94b5b647 vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xbcaf8ead __vdpa_alloc_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xc772f84c vdpa_unregister_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xcaefac54 vdpa_mgmtdev_register +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xeace5780 __vdpa_register_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0x112b3080 vdpasim_create +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0xf1a5dafd vdpasim_schedule_work +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x17e529bd vfio_pci_core_unregister_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x1f17eb43 vfio_pci_core_err_handlers +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x30663b9e vfio_pci_core_disable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x40dbd7a3 vfio_pci_core_request +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x44d4e517 vfio_pci_core_ioctl_feature +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x49820375 vfio_pci_core_register_dev_region +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x4ca87255 vfio_pci_core_mmap +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x4cf699b8 vfio_pci_core_set_params +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x6cf8b071 vfio_pci_core_finish_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x7f30264f vfio_pci_core_aer_err_detected +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x88bccbf2 vfio_pci_core_read +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x971a8d50 vfio_pci_core_register_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x9adbd5fb vfio_pci_core_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xa27b590c vfio_pci_core_close_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xc17bfc1c vfio_pci_core_write +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xd54ec432 vfio_pci_core_release_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xde89e4a3 vfio_pci_core_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xe01ff851 vfio_pci_core_match +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xe156abab vfio_pci_core_sriov_configure +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xf7857b0a vfio_pci_core_init_dev +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x33a979d3 vfio_platform_release_common +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x4c6a2673 vfio_platform_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x88ff6f1a vfio_platform_close_device +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x91bd0db6 __vfio_platform_register_reset +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xb6bd1e51 vfio_platform_init_common +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xc5991bbe vfio_platform_read +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xf25a416b vfio_platform_mmap +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xf669e1f5 vfio_platform_unregister_reset +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xf8b8a8fc vfio_platform_write +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xfc3f6d7b vfio_platform_open_device +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x0205a833 vfio_file_is_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x0edb76b4 vfio_register_emulated_iommu_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x1bd89ad9 vfio_file_has_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x1c4a02f3 vfio_virqfd_enable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x1fc84709 vfio_file_set_kvm +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x2cbe937e vfio_iommufd_emulated_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x48ee7465 vfio_device_set_open_count +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x5844307c vfio_iommufd_physical_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x5bd15c96 vfio_file_enforced_coherent +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x5d10f113 vfio_mig_get_next_state +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x60a634c4 vfio_info_cap_add +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x67850d6c vfio_iommufd_emulated_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7d2ed4c3 iova_bitmap_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x89823c13 vfio_unregister_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x9313c53d vfio_register_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xb0d24f34 vfio_virqfd_disable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xb13c9752 vfio_iommufd_emulated_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xcd7d89b1 vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xd0dacd4f vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xe2c7248d vfio_assign_device_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xe5e7332d vfio_iommufd_physical_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xf81f9f24 vfio_file_iommu_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xf835a8a2 vfio_iommufd_physical_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xfccb1f18 _vfio_alloc_device +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x131578d6 vhost_new_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1452c010 vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x159a939a vhost_vq_is_setup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1b061c6a vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x22879ae6 vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x29e10d33 vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2e99faf0 vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x337da8b9 vhost_vq_has_work +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x35d27b30 vhost_vq_init_access +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x380e1955 vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3bc7d4fa vhost_dev_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3eae2821 vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3fa9ad95 vhost_exceeds_weight +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x41bea5ea vhost_worker_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x44cc514c vq_meta_prefetch +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x824af0d1 vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8275ebeb vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8480341a vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x903f58e6 vhost_chr_read_iter +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x91516bcb vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9d2ee1db vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9ead51c1 vhost_dequeue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa909cfc5 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xabfaf8c2 vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb0d75ba8 vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb6eb62e3 vhost_vq_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb7161b19 vhost_set_backend_features +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb8653198 vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb8a2f96b vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xbb235745 vhost_init_device_iotlb +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc296a5f7 vhost_clear_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc3b827de vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc89d9582 vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd125b77b vhost_vq_avail_empty +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xdeb192cc vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe8852f5d vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe93001a8 vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xea04cbd0 vhost_enqueue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xee57b481 vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf1c81766 vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf3053869 vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfb1bef95 vhost_vq_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfd2b3e45 vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfee22077 vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x38ff875f vhost_iotlb_add_range +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x5f4e5249 vhost_iotlb_reset +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x69e872f9 vhost_iotlb_itree_first +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x6bec0e66 vhost_iotlb_del_range +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x83be64b9 vhost_iotlb_itree_next +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x885512a2 vhost_iotlb_add_range_ctx +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x8a7d8ee9 vhost_iotlb_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xa24517eb vhost_iotlb_free +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xc577832d vhost_iotlb_alloc +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xf9deb0db vhost_iotlb_map_free +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x25e72fe2 ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x484d9ff4 ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x898bc296 ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x8b296bf7 ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x9862b20e ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xc5d17f9c ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xc6ffe40c ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0xf72816cf fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x49d15bbe sis_malloc_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x4a833ae5 sis_free_new +EXPORT_SYMBOL_GPL drivers/w1/wire 0x050a6291 w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0x0cb98a99 w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x14a76ef8 w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x250f554c w1_touch_bit +EXPORT_SYMBOL_GPL drivers/w1/wire 0x4f0c0bb8 w1_triplet +EXPORT_SYMBOL_GPL drivers/w1/wire 0x63757e92 w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x91bf9410 w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xaafbf7a3 w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xcc1242ba w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0xd63064a6 w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xed7665f9 w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0xfce91f86 w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x00cea1c2 xen_front_pgdir_shbuf_unmap +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x78870a3b xen_front_pgdir_shbuf_map +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x7e3133c7 xen_front_pgdir_shbuf_alloc +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xb48f1c0d xen_front_pgdir_shbuf_free +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xff9a1939 xen_front_pgdir_shbuf_get_dir_start +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x444e81d1 xen_privcmdbuf_fops +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x95b479d2 xen_privcmd_fops +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x43ebced9 dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x4b62826c dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x4dfd2024 dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x8a6c5f1b dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xab3038b6 dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcd224e1d dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x452464a9 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x5f6d0550 nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x63479592 nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x66290b87 nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x743a82b6 nlmclnt_rpc_clnt +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9cbde0a0 nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xa67a647c lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xace04b8a nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xc5c9777e nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/netfs/netfs 0xeff5f068 netfs_extract_user_iter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0079741c nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0294c6a2 nfs_callback_nr_threads +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x033f5eca nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x03eacb8c nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0559c9b3 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x07db1520 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x07db3581 nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0bad4b51 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0bafd726 nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0be93514 nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0d3c4873 nfs_request_add_commit_list_locked +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0d712a19 nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0e48a04b nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0f05b6b3 alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10962bc2 nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x12c71354 __traceiter_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x147d4a33 nfs_add_or_obtain +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1893eaca nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1a0ab839 nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1b7eb3b1 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1df77dd5 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22d795a8 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22f9d507 nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x24c1652a nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x28fd4c79 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x29086fa3 __tracepoint_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x29e1d048 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2cde89e6 nfs_get_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3419dd72 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x34566b51 __tracepoint_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3c599029 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40739385 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40e818c3 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x43e1d544 nfs_pageio_resend +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x445595b9 nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x44bbde4a nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x496b24d7 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4baf8af3 nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4c5bf91c nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4c73c6f8 nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cd29ff0 nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4d290048 nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4e86f9d3 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4f534c71 nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51110b74 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51478b57 nfs_sync_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x54b09546 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x560616c0 nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x576bff7e nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x584b8482 nfs_inc_attr_generation_counter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5bd769ab nfs_d_prune_case_insensitive_aliases +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5d162350 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x60838995 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x61109ec6 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x619aea62 nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6324074c nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x64625e30 nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x66e7f5eb nfs_release_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x674300ab nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x677595fe nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6a7ac1b4 nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6b154826 __traceiter_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6caeb56f nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e29ae6d nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e81f032 __SCK__tp_func_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6f0234b2 nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x706077a5 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x72af6d38 nfs_set_verifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73dff4c0 __SCK__tp_func_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x76e2535b nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x77253dd3 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x78905ec3 nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7ac74306 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7afd87df nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7bd2becc nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c7d4f7a nfs_set_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7cd49f67 register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7d3d6ea0 nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7e202e89 __tracepoint_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x804f820e nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x80bd402c nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x81572364 nfs_client_for_each_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x828349b1 nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x843db65b nfs_writeback_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8499de4f nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x849ebe80 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8673cb45 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8798d0c5 nfs_async_iocounter_wait +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8b17d25c nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8bc6d046 nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8be1a7c4 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8c745e27 nfs_read_alloc_scratch +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8c81c659 nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x906684d0 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x95007f7e __SCK__tp_func_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9590b58b nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9801c615 nfs_commit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98068dae nfs_sysfs_link_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b0ece8 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x99d409b3 nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9b40b553 get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9b85ff07 nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa065e594 nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa19753bc nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa2025744 nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa34d6e25 nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa43c3f48 __traceiter_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa53d724a nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa642763b nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa70a09f1 nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa738cea7 nfs_alloc_fattr_with_label +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa7b25f4d nfs_probe_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaafd4acc max_session_cb_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb04c13b5 nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb31d8f4a nfs_clear_verifier_delegated +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb9b1fbc1 nfs_free_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbb4aa12d nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbcae3947 nfs_pgio_current_mirror +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbcc60c8d __tracepoint_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbd89c593 nfs_try_get_tree +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbe03f4f1 nfs_scan_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbe04f97f __traceiter_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbe1c4386 nfs_put_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbfdcc71e nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc09896bb nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3a2be67 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3b12a03 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc4ddb867 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5b3ef05 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc68b8bff nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6c8b8f1 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xca640292 nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcca47659 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcdbd5930 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcf61937f nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcfd0fe77 nfs_file_fsync +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd95a80c6 nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdad2bd7e unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe16c3824 nfs_client_init_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe3048234 nfs_reconfigure +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe3831f3b nfs_filemap_write_and_wait_range +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe680a14a nfs_client_init_is_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe7275cb9 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe7898f4d nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeb0dbeb7 nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeb9081bb nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xee8d53f5 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf0b86307 nfs_check_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf1511ce9 nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf3045789 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf385b9bf nfs_wait_on_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf5a76675 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf7948ee9 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf8d90cad nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf96f04c4 __SCK__tp_func_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfa786ebe nfs_sysfs_add_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb8593d6 nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfd2a61ac nfs_access_get_cached +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xffc919ac nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0x9e5eabc2 nfs3_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x02b41a72 pnfs_generic_ds_cinfo_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x02da1276 __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x02de9bce nfs4_pnfs_ds_put +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x054bef45 layoutstats_timer +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x056e8eb3 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x08b2c467 __SCK__tp_func_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0bd06bd1 __tracepoint_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0d381e90 __tracepoint_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0ff289f3 __SCK__tp_func_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1239a2d5 __traceiter_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1503ea29 __traceiter_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1617ac06 pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x18b41178 __tracepoint_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1a05b87c pnfs_read_resend_pnfs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1a9a13c1 __traceiter_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1d57c82c __tracepoint_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1e3afa72 nfs4_test_session_trunk +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2174b794 __tracepoint_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x24c5f214 pnfs_generic_commit_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x27ad47ea __SCK__tp_func_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x29f8fcac __traceiter_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2dcd5cbc pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2ec82f94 pnfs_generic_ds_cinfo_release_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2f1e21ba __tracepoint_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x30a44ac3 __SCK__tp_func_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3222504a pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x364e23f4 nfs4_mark_deviceid_available +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x36a18a9d pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x39cc0b1b pnfs_layoutcommit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3d1129f2 pnfs_generic_recover_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x43757ab8 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x51034618 pnfs_generic_clear_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x533c198f __SCK__tp_func_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x555bb1db __tracepoint_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x579126b8 __SCK__tp_func_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x587237e2 nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5a4314e9 __SCK__tp_func_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5e52327b pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6085edbd nfs_map_string_to_numeric +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x61aa408a nfs42_proc_layouterror +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x62c942fa nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x647a4135 pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x668b54e7 pnfs_error_mark_layout_for_return +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x67165201 nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x68fa586f pnfs_generic_write_commit_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69d3558d pnfs_generic_rw_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6c1e33bd nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6c74784c pnfs_report_layoutstat +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6e637af7 __tracepoint_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x727e092d pnfs_generic_search_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7679f735 pnfs_generic_scan_commit_lists +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x785c06ab __SCK__tp_func_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7a4e7f4e __SCK__tp_func_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7c880b64 pnfs_nfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7cd013a8 __SCK__tp_func_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7de2b184 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x802046c5 __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x80a0fc62 pnfs_free_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x83de9d99 __traceiter_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8a43de60 pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8b25e7ff nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8be24f50 __tracepoint_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9054dcd1 __traceiter_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9148df13 pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x91e92094 nfs4_decode_mp_ds_addr +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9bff3df3 __traceiter_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa1ddd019 nfs4_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xac5b52ed nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xac5ff6a2 pnfs_generic_pg_cleanup +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xacc58364 __traceiter_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xad2d21f2 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb0adb6ea nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb106f532 pnfs_generic_prepare_to_resend_writes +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb279922a nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb8bc8b70 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb9dfb12b pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xba53a1ef __SCK__tp_func_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbfde87b8 pnfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc14a09cd nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc157f38c nfs4_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc270495e pnfs_layout_mark_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc7a9d954 __SCK__tp_func_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcf2a76b5 pnfs_generic_layout_insert_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd47333c2 __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd82b5784 nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd8aacdf7 __traceiter_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd9d1e15e nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdb5db13e __traceiter_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdd342fa8 __tracepoint_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdd6ab977 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xddb7e2e6 __traceiter_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdf6991a4 __SCK__tp_func_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe37147b1 pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe552cd99 pnfs_generic_pg_check_range +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe78be75d nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed6f647f pnfs_alloc_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xee38d0f6 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xef342fca nfs4_pnfs_ds_connect +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf0896543 __traceiter_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf344617e pnfs_add_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf3d57f13 pnfs_generic_pg_check_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf69e6fc7 __traceiter_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf7801360 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf96b1be3 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf999267e pnfs_generic_commit_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfa87acfb nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfa8a3f46 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfaee81a5 nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfb282173 nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfcb245a3 nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x1fe1e1ad locks_end_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x3f664064 locks_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x7a0e2f96 locks_start_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0xfc1a0c89 opens_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x273c80b4 nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x5c5310ef nfs_stream_encode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x691a2bb5 nfs_stream_decode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xfca7dbf0 nfsacl_decode +EXPORT_SYMBOL_GPL fs/nfsd/nfsd 0xbad3b61f nfsd4_ssc_init_umount_work +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x2699c334 o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4900035b o2hb_stop_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x58c88ff2 o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x5e95a4b2 o2net_send_message_vec +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x6a0c3847 __mlog_printk +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x81a17396 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x9e6da13a o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa299b384 o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa2d964b0 o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa941cb47 o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xb3025b47 o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xb6ebf62a o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xb90eb986 o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbd13ee5d o2hb_check_node_heartbeating_no_sem +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc4d99852 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd5fea739 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd859ac8c o2net_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf1a5611d o2net_unregister_handler_list +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf56c2017 mlog_not_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf982e6db o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xfe1298f3 o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x1fa9fafc dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x27223a2f dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x9af9aba1 dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xa152ce42 dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xae46d551 dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd7ba575e dlm_errmsg +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd8fa57a6 dlm_unregister_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xed88c944 dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x00f14120 ocfs2_kset +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x0a726931 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x0cfd3fc5 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x1475f64b ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x424c0c6e ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x48355cfb ocfs2_plock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x723dfee4 ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x76f40744 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x9507547f ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xaf969565 ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xc5196999 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xc9fae756 ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xcafdd707 ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xd344e4ee ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xd806a273 ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x43cc3d4b pstore_blk_get_config +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0xefda39be register_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0xff931853 unregister_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0x159c81b8 unregister_pstore_zone +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0x5f4b8696 register_pstore_zone +EXPORT_SYMBOL_GPL fs/smb/common/cifs_arc4 0xabd9af6d cifs_arc4_crypt +EXPORT_SYMBOL_GPL fs/smb/common/cifs_arc4 0xc4c73891 cifs_arc4_setkey +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0x798f3830 cifs_md4_init +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0xceecd9e4 cifs_md4_final +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0xdef1096d cifs_md4_update +EXPORT_SYMBOL_GPL lib/842/842_compress 0xcf048a91 sw842_compress +EXPORT_SYMBOL_GPL lib/842/842_decompress 0xa4adedf1 sw842_decompress +EXPORT_SYMBOL_GPL lib/bch 0x0c303f52 bch_encode +EXPORT_SYMBOL_GPL lib/bch 0x0d3e3481 bch_free +EXPORT_SYMBOL_GPL lib/bch 0x1a267fa8 bch_init +EXPORT_SYMBOL_GPL lib/bch 0x860a2eab bch_decode +EXPORT_SYMBOL_GPL lib/crc4 0x696b3a5a crc4 +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x0105b595 des_encrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x574eda34 des3_ede_decrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x856a5ef3 des3_ede_encrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa6aa9857 des_decrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa77b3b62 des3_ede_expand_key +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa8fb743d des_expand_key +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0x39e8fa4b poly1305_update_generic +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0x4a833012 poly1305_final_generic +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0x8c874435 poly1305_init_generic +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x76e22caa notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xff54b8cc notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/polynomial 0xb8b44e50 polynomial_calc +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x1803a6ed raid6_2data_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x804a5b70 raid6_call +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0xe4b051cf raid6_datap_recov +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x1d29b9e1 decode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x561835eb init_rs_non_canonical +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x63adbf92 encode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xa32f3d9e decode_rs16 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xeb2f825c init_rs_gfp +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xfd581da1 free_rs +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0x2671e12d lowpan_header_decompress +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0x84926739 lowpan_header_compress +EXPORT_SYMBOL_GPL net/802/garp 0x13a6e3a8 garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0x16ee2cd6 garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0x293e288a garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0x2d408a83 garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x64cea9b7 garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x6f8771fe garp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x5991cc72 mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x6a19999e mrp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0x82b18c7d mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0xa36347db mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0xda70d1fb mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0xebd49c1f mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/stp 0x3b659a9f stp_proto_unregister +EXPORT_SYMBOL_GPL net/802/stp 0x8083609d stp_proto_register +EXPORT_SYMBOL_GPL net/9p/9pnet 0x19131137 p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/9p/9pnet 0xc4b440f8 p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/atm/atm 0xb09faf79 register_atmdevice_notifier +EXPORT_SYMBOL_GPL net/atm/atm 0xcfb6a3da unregister_atmdevice_notifier +EXPORT_SYMBOL_GPL net/ax25/ax25 0x2b419c7d ax25_register_pid +EXPORT_SYMBOL_GPL net/ax25/ax25 0xac93ae05 ax25_bcast +EXPORT_SYMBOL_GPL net/ax25/ax25 0xaeb7451e ax25_defaddr +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x40b0a202 l2cap_chan_set_defaults +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x41c9a746 l2cap_chan_send +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x6ba3ec5c l2cap_chan_create +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x751e5af5 bt_debugfs +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x8493fb05 l2cap_chan_connect +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x9089724d l2cap_chan_list +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xb15721b2 l2cap_chan_put +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xcd0262d7 l2cap_add_psm +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xf849e206 l2cap_chan_del +EXPORT_SYMBOL_GPL net/bridge/bridge 0x10ae0afc br_fdb_clear_offload +EXPORT_SYMBOL_GPL net/bridge/bridge 0x1c756d94 br_multicast_has_querier_anywhere +EXPORT_SYMBOL_GPL net/bridge/bridge 0x2628a8a1 br_mst_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x271c5e16 br_vlan_get_proto +EXPORT_SYMBOL_GPL net/bridge/bridge 0x31fe6757 br_vlan_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x5e7760f9 br_mst_get_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0x62b05ec5 nf_br_ops +EXPORT_SYMBOL_GPL net/bridge/bridge 0x67f2efbe br_fdb_find_port +EXPORT_SYMBOL_GPL net/bridge/bridge 0x72fd76df br_vlan_get_info_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0x73c37fe7 br_port_flag_is_set +EXPORT_SYMBOL_GPL net/bridge/bridge 0x74a63d46 br_mst_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x7c6ebbd7 br_dev_queue_push_xmit +EXPORT_SYMBOL_GPL net/bridge/bridge 0x7d3e87ac br_multicast_router +EXPORT_SYMBOL_GPL net/bridge/bridge 0x877248d1 br_vlan_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x97fb1bd6 br_port_get_stp_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0xa450b18b br_get_ageing_time +EXPORT_SYMBOL_GPL net/bridge/bridge 0xa98dc9c4 br_vlan_get_pvid_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0xcb51109c br_forward_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd4bb2107 br_vlan_get_pvid +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd950262a br_multicast_has_router_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xddee943d br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf0816225 br_handle_frame_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf68d5ec6 br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf98e05af br_forward +EXPORT_SYMBOL_GPL net/bridge/bridge 0xfe8f854b br_multicast_enabled +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0075a00e dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0800269f dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0b3bebb8 dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0x102d2085 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x15ff74ce dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x182ec2bf dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x194fc9fa dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1d5f8288 inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0x20f46b93 dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x21df2dcc dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0x28e754be dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0x310b0919 dccp_destruct_common +EXPORT_SYMBOL_GPL net/dccp/dccp 0x34582b43 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4197979d dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5415dcac dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59e251dd dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5f0f0730 dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6efa3ad4 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0x80993155 dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8124b24d dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x81365b2c dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8171199a dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0x858f78fa dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa85b4a23 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb643980b dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb9410b72 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd1816a17 dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd3fe427e dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd677a43c dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd75b7072 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd7cdb975 dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0xeb6ae3c7 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0xefdf2715 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf00fcfe1 dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf3122233 dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf4c4a3a0 dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf54bea88 dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x42868633 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x8d26480e dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x8fb6c924 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xcae61b37 dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xf14e3114 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xfb88558c dccp_v4_connect +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x04edaaec dsa_devlink_resource_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0889f7bc dsa_8021q_xmit +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0c6039ac dsa_flush_workqueue +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1230b9d4 dsa_fdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1a0207de dsa_switch_shutdown +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x27ab5e7e dsa_switch_find +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x417d1fed dsa_8021q_rx_switch_id +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x45ca5090 dsa_tag_8021q_bridge_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x58d8953d dsa_devlink_port_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x5afc860c dsa_tag_8021q_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x5fc422b0 dsa_enqueue_skb +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x64200f79 dsa_mdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x6cf776cb dsa_8021q_rcv +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x759f7105 dsa_devlink_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x79b4e1c2 dsa_register_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7aef60c4 dsa_port_from_netdev +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7b70cc88 dsa_tag_8021q_find_port_by_vbid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x82befbc0 dsa_devlink_params_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x82ca23e5 dsa_tag_8021q_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x84292f34 dsa_tag_8021q_bridge_join +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x90d21ca3 dsa_tag_drivers_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x97f1d84b dsa_switch_suspend +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9e59271d dsa_8021q_rx_source_port +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xab5505ee dsa_port_phylink_mac_change +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb03c8737 dsa_devlink_resources_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc0fec472 dsa_unregister_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc1cd29ce dsa_switch_resume +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc23e8d5f dsa_devlink_region_destroy +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc84e7a4f dsa_devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xccccb4ae dsa_slave_dev_check +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd077e855 dsa_devlink_param_get +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd3f69652 dsa_devlink_params_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd42c3753 dsa_tag_drivers_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe7c7456f dsa_tag_8021q_bridge_leave +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xecf5ee89 dsa_tag_8021q_standalone_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf0cdc52c dsa_devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf13e1803 vid_is_dsa_8021q +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xfd3e2b67 dsa_devlink_param_set +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x1d28d574 nl802154_scan_started +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x4adcb21e nl802154_scan_event +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x5a563994 ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x669eb78f ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x80eb1df2 ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x87e2553b ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x8c4c38d9 nl802154_beaconing_done +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x9090865e nl802154_scan_done +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x97658605 ieee802154_mac_cmd_pl_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xa3fac429 ieee802154_beacon_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xb02543c2 ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xb609cfc8 ieee802154_mac_cmd_push +EXPORT_SYMBOL_GPL net/ife/ife 0x498aed66 ife_encode +EXPORT_SYMBOL_GPL net/ife/ife 0x6210e871 ife_tlv_meta_next +EXPORT_SYMBOL_GPL net/ife/ife 0x67db2029 ife_tlv_meta_decode +EXPORT_SYMBOL_GPL net/ife/ife 0xb2cd010c ife_decode +EXPORT_SYMBOL_GPL net/ife/ife 0xe7888e98 ife_tlv_meta_encode +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x36888c35 esp_output_head +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x7149def8 esp_output_tail +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xcfae8f37 esp_input_done2 +EXPORT_SYMBOL_GPL net/ipv4/gre 0x3280d6ba gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0x9f9a383b gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x0d93ad0b inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x197b5dea inet_diag_msg_attrs_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x3408ce5d inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xa2cde174 inet_diag_msg_common_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xb719412a inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xdf8f874b inet_diag_find_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xec63e6d0 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xf484aeec inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xfe4c190c inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0x0667c660 gretap_fb_dev_create +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x13980dfb ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x168f727d ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x20821a46 ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x41e93bd9 ip_tunnel_ctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x4a592243 ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x50404458 ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x51c68d8f ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x51d0cda7 ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x7a6d223b ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x8fcd0091 ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9d4ddad9 __ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xac9537e4 ip_md_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc4a25ab8 ip_tunnel_siocdevprivate +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd770b809 ip_tunnel_delete_nets +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xe469470f ip_tunnel_encap_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xe48fa2c7 ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xffe5e394 ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x7d23ae39 arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x0ad611d9 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x2e40b34b nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x374d45ad nf_defrag_ipv4_disable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0x3f0a9cf3 nf_dup_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x0a5dcdc7 nf_reject_ip_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x479ef680 nf_send_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x491e31e9 nf_reject_iphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x58412512 nf_reject_ip_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x95610d04 nf_send_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x9c115f73 nf_reject_skb_v4_tcp_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xa7b2ba75 nf_reject_skb_v4_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0x534e1d13 nf_sk_lookup_slow_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x3228693b nf_tproxy_handle_time_wait4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x72131f2b nf_tproxy_laddr4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0xf9d8c222 nf_tproxy_get_sock_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x0ff5101f nft_fib4_eval_type +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x8150c05f nft_fib4_eval +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x0ec5e638 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x466d3354 tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x675a9b36 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x75a69ef0 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x91c2e9f2 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x2936f67b udp_tunnel_notify_add_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x675250da udp_tunnel_xmit_skb +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x873da79c udp_tunnel_sock_release +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xa4cdba43 setup_udp_tunnel_sock +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xb547b466 udp_tunnel_drop_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xc05df7ba udp_tunnel_push_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xf1973f6b udp_tun_rx_dst +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xf238c856 udp_tunnel_notify_del_rx_port +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x06491aad esp6_output_head +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x880cc38d esp6_input_done2 +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xf4eb651d esp6_output_tail +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x30b8c643 ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x7bafb711 ip6_tnl_encap_setup +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xc2728f8c ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0xaf6165a1 udp_tunnel6_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0xe4058761 udp_sock_create6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x9415bb40 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xdc2eb7c1 nf_defrag_ipv6_disable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xedb92805 nf_ct_frag6_gather +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xf9417056 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0x58aa780f nf_dup_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x01a1cb35 nf_reject_skb_v6_unreach +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x180d482a nf_send_unreach6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x33928779 nf_send_reset6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x79667dcd nf_reject_skb_v6_tcp_reset +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xdac08a6c nf_reject_ip6_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xe0dda079 nf_reject_ip6_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xe56711bc nf_reject_ip6hdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0xd429bc7a nf_sk_lookup_slow_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x149feccb nf_tproxy_laddr6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x7819ecd0 nf_tproxy_handle_time_wait6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xbc621a8d nf_tproxy_get_sock_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0xb4c294d6 nft_fib6_eval +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0xc406ad4e nft_fib6_eval_type +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x12d41323 l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x33a6ae05 l2tp_tunnel_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x428dec62 l2tp_session_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x50a4f556 l2tp_tunnel_get_session +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5eaf31bf l2tp_tunnel_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x601eeea6 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7330ae24 l2tp_recv_common +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x74e7c0c6 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x77aaa15f l2tp_tunnel_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x78c6524c l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7ccf126a l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9137d60f l2tp_sk_to_tunnel +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb5ae9df2 l2tp_session_get_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc12f4bcb l2tp_session_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc1e0fae9 l2tp_session_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd22efad8 l2tp_session_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xdee23852 l2tp_session_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xec7d1f1c l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xeddb2282 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf36fbf08 l2tp_tunnel_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf7eb3cee l2tp_tunnel_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_ip 0x78c1bda6 l2tp_ioctl +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x089c6d1a l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0aa405a5 ieee80211_find_sta_by_link_addrs +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0b4980e0 ieee80211_color_change_finish +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0d6d569c ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x16ad7c5f ieee80211_tkip_add_iv +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x171f2ed4 wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x197be1be ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1dab0efe ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x259855df ieee80211_obss_color_collision_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x26678a7d ieee80211_iterate_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x31a7d0a1 ieee80211_iterate_active_interfaces_mtx +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5fb2fe2f ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x6695143e ieee80211_hw_restart_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7046486a ieee80211_set_active_links +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7ecd539b ieee80211_update_mu_groups +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x80d1f62e ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8489361c ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x873672c7 ieee80211_iterate_stations_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8b8ff95b ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9e1c1431 ieee80211_key_replay +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9fab85b5 ieee80211_calc_tx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb2b38ebf ieee80211_calc_rx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xbca23dc8 ieee80211_vif_to_wdev +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xbcabcf1a ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc1907087 ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd004ea88 ieee80211_key_mic_failure +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xda00a7e6 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe5112520 ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xea792270 ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf58a3143 ieee80211_set_active_links_async +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x02d43036 mpls_pkt_too_big +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x21c56048 mpls_stats_inc_outucastpkts +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x71a224ec mpls_dev_mtu +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x8ee316eb nla_get_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x935bef6a nla_put_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x984ec558 mpls_output_possible +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1cd8724c ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1d30c5a2 ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x22d966c6 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x5fef3491 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x680e889e ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x842d72ca ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x893bf84a ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x93986ac2 ip_set_put_flags +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x96e20dda ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa8495aed ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xad251e91 ip_set_put_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xaeb7d313 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb12babc1 ip_set_match_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb570093e ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xbf18df13 ip_set_init_comment +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc921e96d ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xe08020d9 ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xe5631637 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xea6b2375 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xeff06fb2 ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x8f9899ef unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xbdea360e register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xcd29aa87 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xd0694204 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x2763144c nf_conncount_gc_list +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x3ceffb7d nf_conncount_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x82ec3cc6 nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xd0a06152 nf_conncount_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xdc7718d7 nf_conncount_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xded40268 nf_conncount_list_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xf2a1dbb9 nf_conncount_cache_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0460ec0f nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x079bc382 nf_ct_change_status_common +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0a580f43 nf_conntrack_helpers_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bc00f80 nf_nat_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0d69d174 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1071f2cd __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x136e0fa3 nf_connlabels_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x13cdbf51 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1f0aa705 nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x20c9bb1b nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x28eff409 nf_conntrack_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2b6a07d8 nf_ct_get_id +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2c079ed8 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2e0d3c26 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3534de00 nf_ct_helper_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x35509414 nf_ct_untimeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3ebaed13 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x47e36963 nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4a89cd18 nf_ct_bridge_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4b4e1c37 __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x521dc875 nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x56b6e8b2 nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5aa1deed nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5b5f158d nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5f93d8b9 nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x60328417 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x64408e25 nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x647b6dc0 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6b762731 nf_conntrack_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6d6415b8 nf_ct_netns_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6f27255f nf_ct_acct_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x739f99b3 nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x752f0aa2 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7655b038 nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x76c055c9 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7710fdb9 nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7d0ace30 nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7e7a3645 __nf_ct_change_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7e83bd3c nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x827fd315 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x831aa59f nf_conntrack_eventmask_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x85292e52 nf_conntrack_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8948e31b nf_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x950c5595 nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x959114f6 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x95e6bd6b nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x96dc0fea nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x98dfed03 nf_ct_add_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x99f87996 nf_ct_skb_network_trim +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9adb7399 nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9bd6d1b1 nf_ct_remove_expect +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa05b1854 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa58483d4 nf_nat_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa586e717 nf_connlabels_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa67cc057 __nf_ct_change_status +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa79eb44b nf_ct_bridge_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa869ca5d nf_conntrack_helpers_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa9393fb1 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaf0847f0 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xafe66087 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb052034d nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb39356f5 nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb55f6345 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb668bad3 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb8601ef2 nf_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xba257ab1 nf_conn_pernet_ecache +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbb997578 nf_ct_tmpl_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbe5654f8 nf_ct_ecache_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbfe307bf nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc028e7c2 nf_ct_timeout_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc1650cea nf_ct_iterate_cleanup_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc61fa940 nf_ct_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcdb8b813 nf_ct_expect_iterate_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcf6d61b0 nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd06fe655 nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd3c022e4 nf_ct_set_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd505c3e0 nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd79edbb4 nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdaa97f55 nf_ct_destroy_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdba7326b nf_conntrack_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdd510579 nf_ct_tmpl_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdf5aae10 nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe3882222 nf_ct_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe523d20a nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe5442dfe nf_nat_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe7db3ecd nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe98c73d4 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe9bfd942 nf_ct_handle_fragments +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xebb389ce nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec8beba6 nf_ct_expect_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xef2d45de nf_ct_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf6296cb8 nf_ct_netns_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf6f0e232 nf_ct_expect_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf83afb57 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfe8684f9 nf_nat_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x48efbf83 nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0xfa7252a3 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x57a5b43c nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x10f9822a get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x20881e56 nfct_h323_nat_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0xb647334f nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xae6f2a5e nf_nat_pptp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x0cbdc65d nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x249821fd ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x37cc419f ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x53f375a9 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x625037af ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x7d81a448 ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xc6deb255 ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x584bd6dd nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x90fab6de nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x02b7a812 nft_fwd_dup_netdev_offload +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0xa5e8efd0 nf_dup_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0xfa1e6651 nf_fwd_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x033d6469 nf_flow_rule_route_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x08063b06 nf_flow_table_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x178fd59f nf_flow_rule_route_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x1838476b flow_offload_teardown +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x1c779570 nf_flow_snat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x1db604f0 nf_flow_table_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x288c11b6 nf_flow_table_offload_setup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x3180f1e3 nf_flow_offload_ip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x3d94ac2a nf_flow_dnat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x5625c868 flow_offload_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x5c5494ab nf_flow_offload_ipv6_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x66c25c80 flow_offload_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x6b733dc5 flow_offload_refresh +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x88b5c1e3 flow_offload_add +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x8defc67f nf_flow_table_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x9aa7d286 flow_offload_route_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xde60feb5 flow_offload_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0e38769c nf_nat_redirect_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0fe37874 nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3bc17c49 nf_nat_masquerade_inet_register_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x53c66aa9 nf_nat_ipv6_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x7081cbbd nf_ct_nat +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x76428f82 nf_nat_redirect_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x77770d22 nf_nat_ipv6_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x788d32ad nf_nat_inet_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x8ce5cafa nf_nat_masquerade_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xac8a0b42 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xad4363a5 nf_nat_ipv4_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xad93e272 nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb5e42cf7 nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xbabaab78 nf_nat_inet_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xbb0daf13 nf_nat_ipv4_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc5d04abb nf_nat_exp_find_port +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc91065f1 nf_nat_inet_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd9c25654 nf_nat_masquerade_inet_unregister_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xe1d4e633 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xfd32e72a nf_nat_masquerade_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1f099794 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x3d6628d2 nf_synproxy_ipv6_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x3fad54d7 nf_synproxy_ipv4_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x4380fc57 synproxy_recv_client_ack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x6d0a81ff synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x7ed32aad synproxy_send_client_synack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x81f4afb0 synproxy_recv_client_ack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xc57f0e36 nf_synproxy_ipv6_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xc7b47233 nf_synproxy_ipv4_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xca9fc082 synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xe92bbe8a ipv6_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xf3f35e3e synproxy_send_client_synack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xf836b660 ipv4_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x014b5d2a nf_tables_activate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0a3b6d95 nft_chain_validate_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0f3c3762 nft_register_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1db63ff2 nft_unregister_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2b81605f nft_chain_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2bef604c nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2e1dd49f nft_reg_track_update +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2ef495d8 nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3136de5e nft_meta_inner_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3251d762 nf_tables_trans_destroy_flush_work +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x36075a64 nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3aa89b8b nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3acacbd6 nft_chain_validate_dependency +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3c269a7f nft_dump_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x41b71e65 nft_trace_enabled +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x48b22918 nft_set_lookup_global +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4cecbb60 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5056e7c5 nf_tables_deactivate_flowtable +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x58ed9044 nft_set_elem_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5e3f05e5 nft_register_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x677daeaf nf_tables_destroy_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x68544e5a __nft_release_basechain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x68a2afde nft_flowtable_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7053cc46 nft_meta_set_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x75527f67 nft_unregister_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x83089e77 nft_expr_reduce_bitwise +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x84dcce65 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8a3fbb3b nft_obj_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8b66b384 nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8b86a27b nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x95d2c055 nft_parse_register_store +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9674b808 nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa5ed45df nft_meta_set_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa798128f nf_tables_bind_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb4b48af1 nft_set_catchall_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbaa318c3 nf_tables_deactivate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbc51b1d2 nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbdaecaf5 __nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc0e949fc nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc127405e nft_request_module +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc9c6d44a nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xcd7d1e71 nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd23528e3 nft_obj_notify +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd3ba0c73 nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xde57b5f5 nft_parse_u32_check +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe2b8cc13 nft_parse_register_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe7a3dcd2 nft_meta_get_reduce +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xed84fe5b nft_data_release +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf77aea83 nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x1c0d3c46 nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x1d88a7e1 nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x8f10e35f nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xb97d0127 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xbc46db7c nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xd3740e50 nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xf50ccd90 nfnetlink_broadcast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x51ee2066 nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xe332bddc nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xf9c1a3f8 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x35eff5e0 nf_osf_fingers +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x7c18a54d nf_osf_match +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0xf47b001d nf_osf_find +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x01cd4919 nft_fib_reduce +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x557330f8 nft_fib_init +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xbd0cdc11 nft_fib_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xd4939bb6 nft_fib_store_result +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xdcbf94fa nft_fib_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x07e45777 nft_reject_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1de558c1 nft_reject_icmpv6_code +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x26448918 nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x3f9f959c nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x9d46ccf8 nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xe2c84666 nft_reject_icmp_code +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x01e184d0 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x01e953c8 xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x04e27719 xt_compat_flush_offsets +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x12ba5c60 xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x226b0956 xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x353bb236 xt_unregister_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x373f5dcb xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3ea8c9ae xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x40be5dad xt_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x430d367a xt_register_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5824f276 xt_hook_ops_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5d88496c xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x64b5da4c xt_request_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x773b26f0 xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7bce4603 xt_data_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x823edea5 xt_compat_add_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9015cb92 xt_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9c995c69 xt_percpu_counter_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa7c94f1d xt_compat_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb099e63f xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb8f77102 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbfacb837 xt_percpu_counter_free +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc1fd68b2 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc2861eae xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc7fae024 xt_compat_calc_jump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd1e246a2 xt_compat_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd3fcc511 xt_tee_enabled +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd6ec702c xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xdca373e4 xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xddf68fc6 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xdee589af xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe321c53c xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xea19910c xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf6abeb06 xt_copy_counters +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x6b8e258b xt_rateest_put +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xd59f29a4 xt_rateest_lookup +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x56f480ad nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x6315bc54 nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0xed8e0350 nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x4b079554 nci_uart_register +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x768e24da nci_uart_set_config +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xd3d2fa8a nci_uart_unregister +EXPORT_SYMBOL_GPL net/nsh/nsh 0x41bb752b nsh_push +EXPORT_SYMBOL_GPL net/nsh/nsh 0xc458594b nsh_pop +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x18a91b83 ovs_netdev_tunnel_destroy +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x1c3c993e ovs_vport_ops_unregister +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x394a5e89 ovs_netdev_link +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x86d962e6 ovs_vport_free +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xf817aa10 __ovs_vport_ops_register +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xfba1ee5d ovs_vport_alloc +EXPORT_SYMBOL_GPL net/psample/psample 0x1c91e37c psample_group_put +EXPORT_SYMBOL_GPL net/psample/psample 0x8dca0454 psample_group_take +EXPORT_SYMBOL_GPL net/psample/psample 0xa4e0d152 psample_group_get +EXPORT_SYMBOL_GPL net/psample/psample 0xbfb07511 psample_sample_packet +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x0a0811fa qrtr_endpoint_register +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x5338f0aa qrtr_endpoint_post +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x8d25501f qrtr_ns_remove +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0xa47e91ba qrtr_ns_init +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0xe698a2be qrtr_endpoint_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x06cb4575 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x1b59db55 rds_send_xmit +EXPORT_SYMBOL_GPL net/rds/rds 0x1e2ce0c7 rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x1ef51aa4 rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x20830654 rds_send_path_reset +EXPORT_SYMBOL_GPL net/rds/rds 0x2209743f rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x28b2e5d7 rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x2b0d543c rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x36087aa4 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x3c671a6b rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x3ec54fb0 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0x45a4781e rds_addr_cmp +EXPORT_SYMBOL_GPL net/rds/rds 0x582fe5cf rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x585f567b rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x62de7764 rds_inc_path_init +EXPORT_SYMBOL_GPL net/rds/rds 0x65237e10 rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x696edab5 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x7064d668 rds_send_ping +EXPORT_SYMBOL_GPL net/rds/rds 0x71eeb543 rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x788ef4da rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x85e4e520 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x94d7d4ea rds_connect_path_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x9dcbbbf0 rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0xa274d405 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0xa2d7420b rds_conn_path_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xaca726c2 rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0xae7b3508 rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0xbe18e6f5 rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xc7797f08 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0xc9b2a2bb rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0xca472383 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0xcb2ea81a rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0xd72764b3 rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0xef40ac38 rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0xf6736b6c rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xfce48e08 rds_conn_path_connect_if_down +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0xb57af3c5 mqprio_qopt_reconstruct +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0xcede419b mqprio_fp_to_offload +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0xdada0b8a mqprio_validate_qopt +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x009f2ccd pie_process_dequeue +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x6ce9b467 pie_calculate_probability +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x9208e240 pie_drop_early +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x16f8ba5d taprio_offload_get +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x6a6b1c12 taprio_offload_free +EXPORT_SYMBOL_GPL net/sctp/sctp 0x1b7f9760 sctp_transport_lookup_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0xabcca48a sctp_for_each_endpoint +EXPORT_SYMBOL_GPL net/sctp/sctp 0xba7aa2dd sctp_get_sctp_info +EXPORT_SYMBOL_GPL net/sctp/sctp 0xcb11b468 sctp_transport_traverse_process +EXPORT_SYMBOL_GPL net/smc/smc 0x04967504 smc_proto6 +EXPORT_SYMBOL_GPL net/smc/smc 0xac02a06f smc_unhash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0xb6edd4d1 smc_proto +EXPORT_SYMBOL_GPL net/smc/smc 0xf8f10e0f smc_hash_sk +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x38d3dce5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x482ac5a4 g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x928603d6 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xb4f39279 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xcc2b91ad gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd7673035 g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xee9f555b svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x000a9859 rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x001f571b svc_rpcbind_set_version +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0063535f xprt_lock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0226759e rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x02d61f7b xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x03153491 xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x04154a14 rpc_task_release_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05843e6d svc_xprt_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05e807a9 xdr_encode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x061945a7 xprt_force_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x065994f1 xdr_encode_opaque_fixed +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x06c2d270 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x07c72302 rpcauth_stringify_acceptor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0807ef17 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x08d48fc2 rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0968d49c rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b0fe821 sunrpc_cache_lookup_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c723308 rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c9c0703 svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0fb1760c xprt_reconnect_backoff +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1038666f svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1151d7e7 svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x13fddc6f xdr_stream_zero +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x14cad181 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x161f0fce svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x182f8b25 xprt_free_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1bcddeb8 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1cbdb54f auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1d41e15a rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e119a79 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x20ffeb1d xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2455e779 rpc_clnt_swap_activate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x272106d9 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x27dbb93e rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x293904a6 svc_fill_symlink_pathname +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a64e9ee cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a9cda9b rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2e1e301a xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f9002d5 xdr_stream_decode_opaque_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x303702d9 xprt_wake_up_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x30ff6d46 xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x319b2987 rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x338440aa rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x33f5f728 svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34d184de rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x35371d52 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3682a61d xdr_stream_decode_string_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x37c35296 svc_age_temp_xprts_now +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x39e61827 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a10bfcb rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a8dbe52 xdr_init_encode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b6c0317 cache_seq_start_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d5e3c29 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f3b7265 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f9a2b0b rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x43186d62 svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x43dcef06 xdr_stream_decode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x45323e85 csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x45c8aefa rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x45f43a06 sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x46d1e566 rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x47698c9d rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x48a63169 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4903bfc2 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4afedab1 xprtiod_workqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4b659f33 rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4c50e6c7 rpc_num_bc_slots +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4cc15a11 rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4cdaa90b svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dac77f0 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e8f6ca7 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4fb93835 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x50377b1d rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x506c3c26 rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5153b949 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x529b9247 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x549c0738 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x55b7f672 xprt_unpin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57124ef6 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57db34af xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x58550ab7 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x587541ce rpc_prepare_reply_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a45ba31 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5b327848 sunrpc_cache_unhash +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5e2ea355 rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5f17e282 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5f9aa65f read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x60376138 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x609202f9 rpc_task_gfp_mask +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x62548ab6 xprt_reconnect_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6262ffa9 xdr_stream_decode_opaque_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6330a14d rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x642874df svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x647755f0 xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x64819490 svc_encode_result_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x655a98ba rpc_set_connect_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66ed2439 rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x671b3e7f xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a2c3476 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a954ae4 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6ac05cb5 rpc_clnt_show_stats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6ad5dcba svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b072257 rpc_clnt_xprt_switch_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b7a0a07 rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6bc5cd8c rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6bf52f1c auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6c727041 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6d01ab48 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6e43623e rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71485954 svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x715c57d4 cache_seq_next_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71bc40e3 rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x732c50a4 xdr_truncate_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x74295ac4 rpc_clnt_xprt_switch_remove_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x78cd5901 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a0c77a2 cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a71e45a rpc_count_iostats_metrics +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7b371d48 cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7c238748 svc_xprt_received +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7c4364b2 xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7c518b6c rpc_cancel_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7c922a48 svc_xprt_destroy_all +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7da8f8a0 rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8159aeff xdr_reserve_space_vec +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8165b391 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x82cd406f rpcauth_unwrap_resp_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8354c8d8 xdr_stream_decode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x84ad7a80 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x84c6f01e rpc_clnt_iterate_for_each_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x87587044 rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88a74557 xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88d92412 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88f5c96e svc_rqst_replace_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8c617185 rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8cc4b9bd rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f30e11d xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f98f6d0 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8fa57101 rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x90698b90 rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x908f95a6 xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9256dc6d rpc_clnt_xprt_switch_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x933888d7 rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x939a6b5b svc_fill_write_vector +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x93df556e svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9488ce79 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x94f6948d gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9509c42f rpc_sleep_on_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9670b5a1 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x97e5095b rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x997a4f0c rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99aee353 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a06ce26 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9bacf482 xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c20b6fe svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9cadef28 svc_xprt_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9e3766b8 rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa0154a57 rpcauth_wrap_req_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa1eec5c0 rpc_clnt_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa258fa6a rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa3884931 xdr_page_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa3e3334a xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5b4252b xprt_request_get_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5d1b395 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa669cbf7 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa70809a9 sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa7f5d35f svc_xprt_deferred_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa8949b61 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa65b239 rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaaef4fea svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xab4d7969 rpc_clnt_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xabd5a241 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf535c5c write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb0886333 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb373d8ba svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb75ced6e rpc_task_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb88a8362 svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb9d0c033 rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb9e26131 xdr_stream_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb352295 xdr_set_pagelen +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb6c4f31 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb7565ff xprt_add_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbd83c2de rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbddd257e xprt_unlock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbed58320 rpc_sleep_on_priority_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc02647c6 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0908dd0 svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0a1b4ea rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc2144037 cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc40cc297 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc97eeb28 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcade1d85 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcde2f0ce rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce4bb592 svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce662dd9 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce678a59 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd25672e4 svc_generic_rpcbind_set +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd2989b44 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd34af0f2 xprt_wait_for_reply_request_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd386644f xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd3ae5515 svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd3f649ce xprt_pin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd41c1b6e xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd4898f19 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd4d77a71 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd507323a rpc_clnt_manage_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd51d1c0a rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd536a96b xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd5bb7b1e rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd6339cae svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd635bb42 xprt_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd64fe24b xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7218731 sunrpc_cache_pipe_upcall_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd78c5838 svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd9f827dd rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xda37e2ec put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xda4abfc9 rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb823893 xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc2c9013 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd691402 xprt_find_transport_ident +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xde26d701 rpc_clnt_xprt_switch_has_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xde4a35d4 xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdecbbcd0 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdf10bb27 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdf239389 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1a91059 rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe24cf96c xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe27a24dd rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe2ed8317 xprt_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe4c790aa xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe4e4134c xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe51ada21 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5617d55 svc_rqst_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5f426a2 xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe844d6a1 rpc_clnt_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe90231f9 sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeae537b3 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeccb5fa2 svc_generic_init_request +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeda12b44 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedc38d0a xdr_stream_encode_opaque_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeed49b18 rpc_max_bc_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xefb62cd8 rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0b7775d rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0e8eb67 xdr_stream_move_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf19487de svc_rqst_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf1962e5d svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf23b96cc sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf4139c33 rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf6faf4e0 rpc_clnt_probe_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf799ff3d cache_seq_stop_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7c866ca rpc_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9bf1f41 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfb52be6a rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfc5c0d9d svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfdabdf97 __xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xff95f309 xprt_wait_for_reply_request_def +EXPORT_SYMBOL_GPL net/tls/tls 0x032efb85 tls_validate_xmit_skb +EXPORT_SYMBOL_GPL net/tls/tls 0x05414fa2 tls_encrypt_skb +EXPORT_SYMBOL_GPL net/tls/tls 0x3d6fd85a tls_device_sk_destruct +EXPORT_SYMBOL_GPL net/tls/tls 0x8adda847 tls_offload_tx_resync_request +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x03a81e69 virtio_transport_stream_allow +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x0638a6c7 virtio_transport_purge_skbs +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x08e4d9e3 virtio_transport_dgram_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x2d3b19e6 virtio_transport_dgram_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x40079877 virtio_transport_seqpacket_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x4d868c44 virtio_transport_recv_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x4dc5dc73 virtio_transport_do_socket_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x4e678d22 virtio_transport_notify_recv_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6d9ff44c virtio_transport_seqpacket_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x70faf300 virtio_transport_dgram_bind +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x786ffd07 virtio_transport_seqpacket_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x788f527c virtio_transport_notify_send_pre_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x80bb675b virtio_transport_get_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x84f60fad virtio_transport_stream_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x85cb46ee virtio_transport_read_skb +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x8cd0dfdf virtio_transport_notify_send_post_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x930b688b virtio_transport_notify_recv_post_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x99cab504 virtio_transport_notify_recv_pre_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa09e685b virtio_transport_notify_recv_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa24d70d6 virtio_transport_stream_rcvhiwat +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa3225ab3 virtio_transport_notify_send_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa62b4234 virtio_transport_inc_tx_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb28572ca virtio_transport_connect +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb821bd74 virtio_transport_put_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb844b7b0 virtio_transport_notify_send_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xbabd30f5 virtio_transport_dgram_allow +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xbce7c6d9 virtio_transport_stream_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xcda41aae virtio_transport_deliver_tap_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xcdb385f0 virtio_transport_shutdown +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd0eba940 virtio_transport_destruct +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd16c225d virtio_transport_release +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd1e7e6f0 virtio_transport_stream_is_active +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xeadc4039 virtio_transport_notify_poll_out +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xeb2e9625 virtio_transport_notify_poll_in +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xf4af9dc0 virtio_transport_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xf64c3336 virtio_transport_notify_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xfcb7105b virtio_transport_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0720cd46 vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0c3cfd1e vsock_dgram_recvmsg +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0e9bc9b6 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x284e07d8 vsock_bind_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2cce3dca vsock_remove_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3d4b0fca vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4b756329 vsock_core_unregister +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4b99648c vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x58ffd2f6 vsock_core_register +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x606e5438 vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x61b75271 vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x696bdf74 vsock_connectible_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x6a8a26f7 vsock_core_get_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x6e212ed3 vsock_remove_sock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x70b7fe32 vsock_connectible_recvmsg +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x81f0fa4d vsock_assign_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x8d3dd793 vsock_add_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x90aa8549 vsock_find_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x963afd0b vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9bb6fd09 vsock_connected_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa57c1a12 vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xaf2674b5 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb0d7bda7 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb86a482b vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb9b13391 vsock_create_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc92f7f50 vsock_table_lock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xcd07a744 vsock_data_ready +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd890b3a3 vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xda262ec9 vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xde0d969c vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe32c0d9e vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xec96eadf vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf0e5cc41 vsock_deliver_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf9af771f vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x14c5e41c cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x25aef228 cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x3157679d cfg80211_pmsr_report +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x36fbd5c0 cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x43f9ab79 wiphy_work_queue +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x4d4f0e9b cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x523a2a20 wiphy_delayed_work_flush +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x54e17751 cfg80211_vendor_cmd_get_sender +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x6232dec5 cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x6a73f241 wiphy_delayed_work_cancel +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x798908f0 wiphy_work_flush +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x7afa3315 wiphy_delayed_work_queue +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x9310dfad cfg80211_pmsr_complete +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x949a909d cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xa3bc4c1c cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xa3eb4bd3 wiphy_work_cancel +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb6d43d62 cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xcf16551c cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xd08c9b91 cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xde35c1d1 cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xe21b75d6 cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xf929f2a3 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0049ca83 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x00c80741 xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0a575945 xfrm_count_pfkey_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x37a02412 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x5c699441 xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x72395dc1 xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7a8ca627 xfrm_count_pfkey_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xaab23340 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xb73be794 xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xc6b1fdbe xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xd6f50cf7 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x4fbbb9c7 ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x7cceefb7 ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x946a3172 ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xfacbb419 ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_user 0x4a0c7516 xfrm_msg_min +EXPORT_SYMBOL_GPL net/xfrm/xfrm_user 0xa294bed8 xfrma_policy +EXPORT_SYMBOL_GPL sound/ac97_bus 0x26070d9e snd_ac97_reset +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0x1c1e0b0b snd_seq_kernel_client_put +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0x49a1d506 snd_seq_kernel_client_get +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xadb51cff snd_seq_client_ioctl_unlock +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xcbf9166f snd_seq_system_broadcast +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xe50413d7 snd_seq_client_ioctl_lock +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xf0c8f9fa snd_seq_expand_var_event_at +EXPORT_SYMBOL_GPL sound/core/snd 0x0f965394 snd_ctl_register_layer +EXPORT_SYMBOL_GPL sound/core/snd 0x3c067a3a snd_card_add_dev_attr +EXPORT_SYMBOL_GPL sound/core/snd 0x4c803191 snd_device_initialize +EXPORT_SYMBOL_GPL sound/core/snd 0x4e92693b snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd 0x5acce380 snd_card_rw_proc_new +EXPORT_SYMBOL_GPL sound/core/snd 0x5af762f1 snd_fasync_free +EXPORT_SYMBOL_GPL sound/core/snd 0x66f16034 snd_ctl_get_preferred_subdevice +EXPORT_SYMBOL_GPL sound/core/snd 0x7df06568 snd_card_free_on_error +EXPORT_SYMBOL_GPL sound/core/snd 0x7e1c627d snd_devm_card_new +EXPORT_SYMBOL_GPL sound/core/snd 0xa438c6bc snd_ctl_apply_vmaster_followers +EXPORT_SYMBOL_GPL sound/core/snd 0xaf9f8b2a snd_card_disconnect_sync +EXPORT_SYMBOL_GPL sound/core/snd 0xb14bb6c7 snd_device_get_state +EXPORT_SYMBOL_GPL sound/core/snd 0xb3ff8f9e snd_ctl_disconnect_layer +EXPORT_SYMBOL_GPL sound/core/snd 0xb4a334b2 snd_card_ref +EXPORT_SYMBOL_GPL sound/core/snd 0xc0a6fbf7 snd_fasync_helper +EXPORT_SYMBOL_GPL sound/core/snd 0xcecd2cf1 snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0xd7ad38d3 snd_power_ref_and_wait +EXPORT_SYMBOL_GPL sound/core/snd 0xf254cc1d snd_device_disconnect +EXPORT_SYMBOL_GPL sound/core/snd 0xf8f2a4eb snd_kill_fasync +EXPORT_SYMBOL_GPL sound/core/snd 0xfa96267f snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd 0xfaf598c6 snd_ctl_request_layer +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x1ba219d8 snd_compress_new +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x5d631e9d snd_compr_stop_error +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x04e1b99f snd_pcm_std_chmaps +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x09e913c1 snd_pcm_alt_chmaps +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x10034262 _snd_pcm_stream_lock_irqsave_nested +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x214c892f snd_pcm_fill_iec958_consumer +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x2f525d50 snd_pcm_hw_constraint_eld +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x5c407196 snd_pcm_fill_iec958_consumer_hw_params +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x649892e8 snd_pcm_create_iec958_consumer_default +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x6527e638 snd_pcm_stream_lock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x6a2a64a6 snd_pcm_stream_unlock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x7412d10d snd_pcm_stop_xrun +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x8d864069 snd_pcm_rate_range_to_bits +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x9b5224f8 snd_pcm_stream_unlock +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x9ddaf063 snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x9f64bbd3 snd_pcm_stream_lock +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa4e7ab12 snd_pcm_stream_unlock_irqrestore +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa5e454a1 _snd_pcm_stream_lock_irqsave +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa72ef46f snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xab8bc1a2 snd_pcm_rate_mask_intersect +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xe8991883 snd_devm_alloc_dir_pages +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xf41f48ca snd_dma_buffer_sync +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x215bccdd snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x28e35792 snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x2e0b4bdf snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x463e6fec snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x4d6c0466 snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x6502911b snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x6c941d42 snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x784af7df snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x892bf25e snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xa7c8c772 snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xd74ee009 snd_dmaengine_pcm_refine_runtime_hwparams +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xefaccd9b snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-rawmidi 0x238f147b snd_rawmidi_init +EXPORT_SYMBOL_GPL sound/core/snd-rawmidi 0x8e4cf119 snd_rawmidi_free +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0x290462fb __snd_seq_driver_register +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0x2ddcafdc snd_seq_driver_unregister +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x0c604621 snd_ump_block_new +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x17d996db snd_ump_receive_ump_val +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x5b39d06f snd_ump_convert_from_ump +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x63dcaf02 snd_ump_endpoint_new +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x72105776 snd_ump_receive +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x983e7423 snd_ump_attach_legacy_rawmidi +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xa5d5830d snd_ump_transmit +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xd9c44fb0 snd_ump_switch_protocol +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xe2b0e9de snd_ump_parse_endpoint +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xe3590e5b snd_ump_convert_to_ump +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x0e84eb3b amdtp_am824_add_pcm_hw_constraints +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x1a6afd1a amdtp_domain_stream_pcm_pointer +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x58ac835a amdtp_am824_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x771e38b5 amdtp_am824_midi_trigger +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x88d8ea32 amdtp_am824_set_pcm_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x97212725 amdtp_domain_stop +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xb2cdcbc0 amdtp_domain_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xb814edfd amdtp_domain_add_stream +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xc0a579a7 amdtp_domain_stream_pcm_ack +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xce8a1d6f amdtp_domain_destroy +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xdc92fea9 amdtp_am824_set_midi_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xf04e0861 amdtp_am824_set_parameters +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xf7188d04 amdtp_domain_start +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x0aa6be95 snd_hdac_ext_bus_exit +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x0c76f9ab snd_hdac_ext_bus_link_put +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x0d1d2015 snd_hdac_ext_bus_link_power_down +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x1660b710 snd_hdac_ext_bus_link_clear_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x18cd5b93 snd_hdac_ext_bus_link_power_down_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x2f3ab58a snd_hda_ext_driver_unregister +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x31710126 snd_hdac_ext_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x31b6e2a9 snd_hdac_ext_stream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x37dd4f10 snd_hdac_ext_stream_release +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x39226581 snd_hdac_ext_stream_setup +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x4a52caa0 snd_hdac_ext_stream_clear +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x4d455700 snd_hdac_ext_bus_link_power_up +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x4d50288f snd_hdac_ext_stream_start +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x65131aa9 snd_hdac_ext_bus_link_power_up_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x70fa8328 snd_hdac_ext_bus_link_set_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x76cb8f0e snd_hdac_ext_bus_get_hlink_by_name +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x7e899acb snd_hdac_ext_bus_ppcap_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x7efd158b snd_hdac_ext_link_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x8425cbc6 snd_hdac_ext_bus_ppcap_int_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x8764faeb snd_hdac_ext_bus_get_hlink_by_addr +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xa97c74e0 snd_hda_ext_driver_register +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xafe4da86 snd_hdac_ext_bus_device_remove +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xb3b60bb6 snd_hdac_ext_bus_get_ml_capabilities +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xb7b19dc4 snd_hdac_ext_stream_init_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xbf7c5f35 snd_hdac_ext_cstream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xc39af5ba snd_hdac_ext_stream_decouple +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xdcf4b4ad snd_hdac_ext_stream_reset +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xe1103f1f snd_hdac_ext_stream_decouple_locked +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xf0093aaa snd_hdac_ext_bus_init +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xf0968160 snd_hdac_ext_stream_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xf424e009 snd_hdac_ext_bus_link_get +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x00eb26c1 snd_hdac_regmap_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x05636f93 snd_hdac_aligned_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x06a712ea snd_hdac_bus_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0711e63b snd_hdac_check_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0b1024a1 snd_hdac_stream_sync_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0b9ed39f hdac_get_device_id +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0bbae9ec snd_hdac_bus_update_rirb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x12317ce6 snd_hdac_device_set_chip_name +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1488641f snd_hdac_aligned_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1bbe9599 snd_hdac_bus_exec_verb_unlocked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1e9d0fe3 snd_hdac_codec_link_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x25fbcec6 snd_hdac_regmap_update_raw_once +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x28541c5c snd_hdac_device_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2dcddaad snd_hdac_stream_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2de1333e snd_hdac_bus_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x374b65f2 snd_hdac_acomp_get_eld +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x39f0d1f4 snd_hdac_bus_stop_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3a5f7049 snd_hdac_codec_link_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3bd544c2 snd_hdac_get_active_channels +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x432b47c1 snd_hdac_stream_spbcap_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x481c048f snd_hdac_refresh_widgets +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4906bc8d snd_hdac_stream_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4c7ec4b6 snd_hdac_get_ch_alloc_from_ca +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4ce23bed snd_hdac_bus_init_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4d1f447e snd_hdac_stream_assign +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x50416843 snd_hdac_bus_init_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x54ff2252 snd_hdac_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x56755ae8 snd_hdac_bus_get_response +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x57905ec7 snd_hdac_stream_get_spbmaxfifo +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5c07cb49 snd_hdac_calc_stream_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5c890dec snd_hdac_stream_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x60f78ab0 snd_hdac_bus_free_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x643b81fd snd_hdac_bus_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x647fbdcb snd_hdac_stream_drsm_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x65b86584 snd_hdac_stop_streams +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x67bfe791 snd_hdac_spk_to_chmap +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6dc1b09d snd_hdac_power_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6eb1836a snd_hdac_bus_parse_capabilities +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6f5ff163 snd_hdac_read_parm_uncached +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x70d9fc46 snd_hdac_stream_timecounter_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x71421a0c snd_hdac_stream_start +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7268131a snd_hdac_get_sub_nodes +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x74134c1e snd_hdac_stream_release_locked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7427112c snd_hdac_bus_exit_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x77c754a8 snd_hdac_chmap_to_spk_mask +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x785b4bde snd_hdac_stream_set_dpibr +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x78ae3b1b snd_hdac_dsp_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7ae1c314 snd_hdac_stream_setup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7c75bdc5 snd_hdac_set_codec_wakeup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7ecb0075 snd_hdac_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x80cb6759 snd_hdac_stream_release +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x860b2532 snd_hdac_stream_set_lpib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x86e67a68 snd_hdac_device_register +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x886da599 snd_hdac_display_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x89273d24 snd_hdac_bus_stop_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x89800809 snd_hdac_codec_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x89f3355d snd_hdac_acomp_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8a04f4da snd_hdac_dsp_prepare +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8b9d9808 snd_hdac_device_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x96600f2b snd_hdac_bus_reset_link +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x98073282 snd_hdac_bus_handle_stream_irq +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x99d76756 snd_hdac_regmap_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9f3a6c3b snd_hdac_stream_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa054e013 snd_hdac_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa1220680 snd_hdac_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa26376fd snd_hdac_stream_setup_periods +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa280bf77 snd_hdac_power_up_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa7ac3011 snd_hdac_regmap_update_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xaebfee70 snd_hdac_stream_wait_drsm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xafd009ea snd_hdac_dsp_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb2d97a33 snd_hdac_register_chmap_ops +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb80e051a snd_hdac_regmap_add_vendor_verb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbb3445d5 snd_hdac_regmap_write_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbd88a4b3 snd_hdac_power_down_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbe97ec74 snd_hdac_device_unregister +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc07e6c96 _snd_hdac_read_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc1ad34a6 snd_hdac_codec_modalias +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc284f086 snd_hdac_regmap_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc4e9433e snd_hdac_get_stream +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc627bed9 snd_hdac_regmap_read_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc68c1584 snd_hdac_stream_set_params +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xcd8cac06 snd_hdac_get_connections +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xcf53a2d9 snd_hdac_bus_send_cmd +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd33e7e2f snd_hdac_query_supported_pcm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd3c390f9 snd_hdac_sync_audio_rate +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd8147f75 snd_hdac_is_supported_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd98c1f57 snd_hdac_acomp_register_notifier +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xda1e9392 snd_hdac_codec_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xdb1ec41c snd_hdac_bus_enter_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xde1c4d49 snd_hdac_stream_stop +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe067a86c snd_hdac_override_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe2240455 snd_hdac_get_stream_stripe_ctl +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe4e07754 snd_hdac_print_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe727105a snd_hdac_acomp_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xeb5f1bb2 snd_hda_bus_type +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf403f73a snd_hdac_sync_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf4e9006a snd_hdac_setup_channel_mapping +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfda51455 snd_hdac_power_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xffc00eb8 snd_hdac_stop_streams_and_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xffed9f57 snd_hdac_stream_set_spib +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x446dbef4 snd_intel_acpi_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x47f776d7 intel_nhlt_init +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x4e859456 intel_nhlt_free +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x5e8fb5b3 intel_nhlt_get_dmic_geo +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0xfe9783a2 snd_intel_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x0ddcce22 snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x1f32a3b4 snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x246398d0 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x68efb1d1 snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x7a187875 snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xf1f9687f snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x049b88eb snd_hda_codec_pcm_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0676f5ac snd_hda_get_input_pin_attr +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x093842e1 snd_hda_codec_cleanup_for_unbind +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x093d734d snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0bad4df5 snd_hda_codec_set_name +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0c79ac0d snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0e9d5e58 snd_hda_codec_parse_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1096b253 snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x14927dbf snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x163ef4d5 snd_hda_codec_pcm_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1723d8da snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x17268a35 __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1780d0d3 snd_hda_codec_device_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1af930e9 snd_hda_jack_bind_keymap +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1b00be54 snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1eec5e54 snd_hda_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1f3a67d2 snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1f6aee42 snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x21cea894 snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x22a6deb6 snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x28cc8ce2 __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2af8f7fb snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2cab1ac4 snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2d785449 snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2faae1bb snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3058f799 snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3168430f snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3219d432 snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x32f8f2e6 snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x33c51332 snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x352cd3cf snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3764c538 snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x388dd8a2 snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3ba50ada snd_hda_codec_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3d6d1d48 snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3e246f34 snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x406c1c26 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x41ae6c55 snd_hda_jack_detect_state_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x423d116f snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x435538d8 snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4457ce49 snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x47774af2 hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x487d41e2 snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x49872e66 snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x49b4ec0c snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4a713a8d azx_stop_all_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4bf17393 snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4cfaea98 snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5068e307 snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x52b754eb snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x543eaccd snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x55c5de55 snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x57f67bf7 snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5894fe88 snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5aa8decc snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5b1533a0 azx_init_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5b5b7bc5 snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5dabef05 snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x60af8528 snd_hda_codec_device_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x630da856 azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x652221cc snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6ae4eae6 snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6b29170a snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6b8041d6 snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6bef7aef snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x73c05272 snd_hda_codec_load_dsp_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x785bedb7 azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x797bb678 snd_hda_jack_tbl_get_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x79aa3e81 snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x79b5df2b azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7c0137a1 _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x83732c3c snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8a2559bd snd_hda_codec_load_dsp_trigger +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8a87bde7 query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8b0c00d4 snd_hda_check_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8ed460c4 hda_codec_driver_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8f4fc040 snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9169695c snd_hda_codec_load_dsp_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x930d88cf azx_probe_codecs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x97fd434c snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9ab40d3c snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa0d3c14e snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa4a3b735 snd_hda_codec_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa4a8605e snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa8c4d6c6 azx_get_pos_posbuf +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa9af6ad3 azx_get_pos_lpib +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaeb2feb8 snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xafcf88c2 azx_free_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb0006fab snd_hda_get_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb2ce3355 snd_hda_jack_set_button_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb3734e18 snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb55857d2 snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb667ef0d snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb74efbc7 snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbcae65f6 snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc29689ce azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc737dbe8 __hda_codec_driver_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc7408d9f snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc74d3f6d snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc96f28d8 snd_hda_jack_detect_enable_callback_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcdda1f6d snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd00d59b6 snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd183a28a snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd54d9e0c snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd6f4d8f7 snd_hda_set_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd7ff871b snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd9a740d1 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd9b6ddda snd_hda_codec_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xda33f189 snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xda684c10 snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xde8e24c0 snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe27b05ee snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe2ca3146 snd_hda_codec_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe3bb2e79 snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe57301e3 snd_hda_get_num_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe5cfebfe snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe834dbf7 __snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xed10956e azx_bus_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xee934c4b snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf1280591 snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf20f174b is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf38a8206 snd_hda_jack_add_kctl_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf550a494 snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf63d8d08 snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf6912b3f snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf81d4a38 snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8b465bb snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8dc35ac snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfa47ffc8 snd_hda_jack_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfd2fefb9 snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfd9a4be7 snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x046e4f65 snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0bef7bb2 snd_hda_gen_stream_pm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0c757113 snd_hda_gen_add_mute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0f782bdc snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x120eb065 snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x145a3ac3 snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x2f11f954 snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x3b7f2444 snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x41dd858d snd_hda_gen_fix_pin_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x51132079 snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x5232547e snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x76dc6871 hda_main_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x7b21a8ed snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x7b5ecbbd snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x871a6e44 hda_extra_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x8c67a419 snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x9a5430ff snd_hda_gen_add_micmute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xa936232b snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xcba6833a snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xcc42cd31 snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xcf581257 snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xeeb35aa2 snd_hda_gen_update_outputs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xf0097517 snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/mt6359-accdet 0x885a0698 mt6359_accdet_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau-utils 0xae620be9 adau_calc_pll_cfg +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1372 0xa28aefae adau1372_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0x168e8c32 adau1761_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0x4b3d9922 adau1761_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x00b9356a adau17x1_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x218c203a adau17x1_add_widgets +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x28fdbb53 adau17x1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x6a701610 adau17x1_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x7d699df2 adau17x1_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x93924800 adau17x1_precious_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xb1ccf0eb adau17x1_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xe35f189a adau17x1_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xe78e7af5 adau17x1_add_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xedc68dc6 adau17x1_set_micbias_voltage +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau7118 0x54da6215 adau7118_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x0869e3c7 aw88395_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x0940b6b6 aw88395_dev_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x0bf1130c aw88395_dev_fw_update +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x51e72063 aw88395_dev_start +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x6e28edfc aw88395_dev_get_prof_name +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x76363337 aw88395_dev_mute +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x8594ad99 aw88395_dev_get_profile_count +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x97bc142c aw88395_dev_set_volume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xa08c3a91 aw88395_dev_set_profile_index +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xb8313189 aw88395_dev_stop +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xd00a6cde aw88395_dev_get_prof_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xf048381c aw88395_dev_get_profile_index +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395-lib 0x99ff2a64 aw88395_dev_load_acf_check +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395-lib 0xee8de525 aw88395_dev_cfg_load +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x0b9c4bce cs35l41_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x77d48c41 cs35l41_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x831b7efb cs35l41_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x276b005a cs35l41_configure_cs_dsp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x34ac19b9 cs35l41_write_fs_errata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x389e86c7 cs35l41_safe_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x4739f689 cs35l41_set_cspl_mbox_cmd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x4d200024 cs35l41_regmap_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x5a10fcb8 cs35l41_test_key_unlock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x60a9b433 cs35l41_set_channels +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x7ca62d96 cs35l41_test_key_lock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x85cd37e9 cs35l41_register_errata_patch +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x874bdaea cs35l41_global_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x90ec603c cs35l41_init_boost +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xaffbdcbe cs35l41_otp_unpack +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xb6a72204 cs35l41_exit_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xd1f2b40c cs35l41_enter_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xe92ff6ad cs35l41_gpio_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xfb7506fb cs35l41_regmap_spi +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x00fd054a cs35l56_system_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x01f7f392 cs35l56_system_resume_early +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x14ecfb1e cs35l56_system_resume_no_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xb33111f2 cs35l56_system_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xbc135efa cs35l56_system_suspend_no_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xd535ffb1 cs35l56_system_suspend_late +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x72a13e4f cs4271_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x7d05786f cs4271_dt_ids +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x8635502d cs4271_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x43ea2cae cs42l51_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xa6261f1c cs42l51_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xa8f77d07 cs42l51_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xcdf19f9a cs42l51_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xdf3a25e7 cs42l51_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x00ef1a4f cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x5e4b3de8 cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x72232551 cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7cac7292 cs42888_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3794c9 cs42448_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0xd8bbe7fa es8328_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0xebb819f0 es8328_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x9b7f4fc2 snd_soc_hda_codec_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0xb56fb5c8 hda_codec_probe_complete +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0xb789a025 soc_hda_ext_bus_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0xbe3200e7 lpass_macro_pds_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0xf957eda5 lpass_macro_pds_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0x270f8447 max98090_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x46947c7a soc_codec_dev_max98373 +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0xa18f98b2 max98373_slot_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0xe4797102 soc_codec_dev_max98373_sdw +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0xf0a98802 max98373_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x0caa57c9 mt6358_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x111dbcbb mt6358_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xaa2dc4e2 mt6358_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xdbab1101 mt6358_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x343805fb mt6359_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x604906bc mt6359_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0xaaffab06 mt6359_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0xfadacfde mt6359_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8821 0x204b4462 nau8821_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0x9a97d1f7 nau8824_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0xbf55f96a nau8824_components +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8825 0xbdfbff26 nau8825_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x11ba834c pcm1789_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x7dbea4ef pcm1789_common_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0xc6c3a9d8 pcm1789_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0xb52b7d54 pcm179x_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0xc17305f0 pcm179x_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0x33bafbcd pcm186x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0x9b994947 pcm186x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x193c5430 pcm3168a_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x2023ef7b pcm3168a_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x4d9eb895 pcm3168a_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0xfec60886 pcm3168a_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x202cc227 pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x421a5e4d pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x50541648 pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x6a0b025c pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x5dc92cdf rl6231_pll_calc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x70617a04 rl6231_get_clk_info +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x8d7fa148 rl6231_get_pre_div +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0xdba4502f rl6231_calc_dmic_clk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5514-spi 0x61ff58e3 rt5514_spi_burst_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5514-spi 0xff87892f rt5514_spi_burst_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x183f361b rt5640_enable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x2e297946 rt5640_set_ovcd_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x5cafd5b5 rt5640_dmic_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x6c253c6c rt5640_detect_headset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xc6193196 rt5640_disable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xd91576ae rt5640_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0x487fcd16 rt5645_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0xae6acda2 rt5645_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5659 0x2a65ebe6 rt5659_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5663 0x9c0f001f rt5663_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677 0x14e54168 rt5677_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677-spi 0x5fc320ad rt5677_spi_write_firmware +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677-spi 0x67956035 rt5677_spi_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677-spi 0xc6695825 rt5677_spi_hotword_detected +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677-spi 0xe8ece129 rt5677_spi_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x07c54d8c rt5682_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x0d18594a rt5682_supply_names +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x12be6112 rt5682_aif2_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x12fd0bb8 rt5682_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x29457ebc rt5682_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x2e4b7cc7 rt5682_parse_dt +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x59d3d967 rt5682_jack_detect_handler +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x67af77c6 rt5682_register_dai_clks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x7a15e514 rt5682_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x8f0a5f10 rt5682_soc_component_dev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xb897de56 rt5682_reg +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xf6cf3233 rt5682_apply_patch_list +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xf989da11 rt5682_aif1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xfbc284a1 rt5682_calibrate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682s 0xc2e3a5b0 rt5682s_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x3efad0d7 sigmadsp_setup +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x44feff84 sigmadsp_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xb107c267 sigmadsp_attach +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xb84789a0 sigmadsp_restrict_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xc9d500d2 devm_sigmadsp_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-i2c 0x4160ef78 devm_sigmadsp_init_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-regmap 0x4141b4b2 devm_sigmadsp_init_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0x9d5585a0 src4xxx_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0xc9376909 src4xxx_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0x4490421f ssm2602_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0xff2286be ssm2602_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x1146edcd tasdevice_digital_putvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x14a4fea2 tas2781_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x180f30d6 tascodec_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x211108b5 tasdevice_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x58f56f97 tasdevice_dev_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x70e2df54 tasdevice_kzalloc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x7a3b288c tasdevice_amp_getvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x7b72af38 tasdevice_dev_bulk_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x8c3e330f tasdevice_digital_getvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xb5f510ca tasdevice_dev_update_bits +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xb7cad5dd tasdevice_dev_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xc8e53743 tasdevice_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xd60d28da tasdevice_dsp_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xe743f64e tasdevice_amp_putvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xe7b4a7f3 tasdevice_dev_bulk_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic32x4 0x58ce0772 aic32x4_register_clocks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic3x 0xad798a15 aic3x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ts3a227e 0x5f02ce76 ts3a227e_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd-mbhc 0x936c1623 wcd_mbhc_event_notify +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x7339fdc6 wcd938x_swr_get_current_bank +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xaccf6cf1 wcd938x_sdw_device_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xd3826fe3 wcd938x_sdw_set_sdw_stream +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xdbb63c0f wcd938x_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xe0d00f02 wcd938x_sdw_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x03b25566 wm_adsp_early_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x148c82a1 wm_adsp_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x1aa0e535 wm_adsp_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x242ba629 wm_adsp_fw_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x28e2318e wm_adsp2_set_dspclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x2b80663a wm_adsp_read_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x2c828c96 wm_adsp_compr_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x33c29251 wm_adsp_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x4a28fd44 wm_adsp_compr_copy +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x52c16479 wm_halo_wdt_expire +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x60dc7cdd wm_halo_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x6e9b8758 wm_adsp_fw_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x73338087 wm_adsp_power_up +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x772e1ddd wm_adsp_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x7c6b8d02 wm_adsp_compr_handle_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x887f6c3a wm_adsp_fw_enum +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x8a14325d wm_adsp1_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xae1b18f0 wm_adsp2_component_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xafe25a49 wm_adsp2_preloader_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xc4fa2863 wm_adsp1_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xd3d2b121 wm_adsp2_component_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xd67135e4 wm_adsp_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xdb6b3b39 wm_adsp_compr_open +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xdd3c79ef wm_adsp2_bus_error +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xe5527b38 wm_adsp2_preloader_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xe8119a30 wm_adsp2_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xea38ee07 wm_halo_bus_error +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xef6468fb wm_adsp2_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xfa37ca97 wm_adsp_write_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x4c627103 wm_hubs_add_analogue_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x5cd7eb9b wm_hubs_dcs_done +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x757206d5 wm_hubs_spkmix_tlv +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x79ead5d8 wm_hubs_handle_analogue_pdata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x964b60ee wm_hubs_vmid_ena +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xa1bef167 wm_hubs_set_bias_level +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xa3eb66ed wm_hubs_add_analogue_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xde7f08e9 wm_hubs_hpr_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xe7a36b02 wm_hubs_hpl_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xf1c8ac16 wm_hubs_update_class_w +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0x9e94b6ce wm8731_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0xa0451973 wm8731_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x336fda42 wm8804_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x384e2a17 wm8804_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x45016f69 wm8804_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xce230aac wm8804_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0x2cb2678c wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0xf02e8f84 wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0xbd574747 wm8994_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0xcdf0380f wm8958_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/imx-pcm-dma 0x114c9d54 imx_pcm_dma_init +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-asrc 0x0feab557 fsl_asrc_component +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-imx-audmux 0x30693bb7 imx_audmux_v1_configure_port +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-imx-audmux 0x58631dab imx_audmux_v2_configure_port +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card 0xd02eaa8d audio_graph_parse_of +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x24900f44 audio_graph2_link_dpcm +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x9fba9727 audio_graph2_link_c2c +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0xb41c6817 audio_graph2_link_normal +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0xc833cb1b audio_graph2_parse_of +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x00e1d1ff asoc_simple_is_convert_required +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x010f2f14 asoc_simple_parse_convert +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x041c5612 asoc_simple_init_aux_jacks +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x0ae2d24e asoc_simple_hw_params +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x0b7c0283 asoc_graph_is_ports0 +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x166a5096 asoc_simple_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x171a6001 asoc_simple_dai_init +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x18cd1d8f asoc_simple_be_hw_params_fixup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x3075cedf asoc_simple_canonicalize_cpu +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x42693896 asoc_graph_parse_dai +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x4365a90f asoc_simple_remove +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x5a6a24be asoc_simple_parse_routing +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x7130f40b asoc_simple_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x79392237 asoc_graph_card_probe +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x7dddeb79 asoc_simple_parse_clk +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x8350a420 asoc_simple_set_dailink_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xaa94ba80 asoc_simple_startup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xb35018f7 asoc_simple_parse_widgets +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xbac12e4e asoc_simple_canonicalize_platform +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xc904f30f asoc_simple_init_priv +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xf128514f asoc_simple_init_jack +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xf60b36b2 asoc_simple_shutdown +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xfacdb534 asoc_simple_clean_reference +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xfb15069a asoc_simple_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xfb38b095 asoc_simple_parse_tdm_width_map +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x04732d2d mtk_sof_card_late_probe +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x1337f623 mtk_memif_set_format +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x198b5afe mtk_afe_fe_shutdown +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x1c4123c1 mtk_dynamic_irq_acquire +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x1c918ab6 mtk_memif_set_disable +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x1cd57364 mtk_sof_card_probe +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x1fe7d590 mtk_memif_set_rate_substream +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x2739177d mtk_sof_dai_link_fixup +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x38788f8b mtk_memif_set_channel +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x643f272f mtk_afe_fe_prepare +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x879a2ba9 mtk_dynamic_irq_release +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x8995a475 mtk_afe_fe_hw_params +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x8b2bbe54 mtk_afe_resume +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x8b48b876 mtk_afe_fe_startup +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x920ce264 mtk_afe_fe_ops +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x9abf6d12 mtk_afe_pcm_platform +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xa94c4060 clean_card_reference +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xb59782b4 mtk_afe_combine_sub_dai +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xb920c73f mtk_afe_add_sub_dai_control +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xbcf1f21f mtk_memif_set_addr +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xd09b0446 mtk_afe_fe_hw_free +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xd10e24c7 mtk_sof_dailink_parse_of +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xd3705f19 mtk_afe_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xd7fa6cb2 mtk_memif_set_pbuf_size +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xdb54ccdd parse_dai_link_info +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xdc384e83 mtk_memif_set_rate +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xdc49d4bd mtk_afe_suspend +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xe797fe48 mtk_afe_fe_trigger +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xee8fa0dc mtk_afe_pcm_new +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xfb121c71 mtk_memif_set_enable +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8183/snd-soc-mt8183-afe 0x6a6a645c mt8183_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0x2513b317 mt8186_mt6366_init +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0x4c225827 mt8186_afe_gpio_init +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0xaa1174ab mt8186_mt6366_card_set_be_link +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0xc7b4eb3a mt8186_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8188/snd-soc-mt8188-afe 0xc1f8cbda mt8188_afe_disable_clk +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8188/snd-soc-mt8188-afe 0xefb6c95f mt8188_afe_enable_clk +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0xb3d5b6a2 mt8192_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8195/snd-soc-mt8195-afe 0x3f765584 mt8195_afe_disable_clk +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8195/snd-soc-mt8195-afe 0xb533e1c7 mt8195_afe_enable_clk +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x1ce6a9f1 axg_fifo_pcm_hw_free +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x3bd88c7b axg_fifo_pcm_open +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x51f083f5 axg_fifo_pcm_trigger +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xb0ec78b5 axg_fifo_pcm_new +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xbb577d51 axg_fifo_pcm_close +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xe8cf2c86 axg_fifo_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xf6a8d0a3 axg_fifo_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xf7578276 axg_fifo_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xffb3afe3 g12a_fifo_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x4988d1f8 axg_tdm_stream_alloc +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x539c48cc axg_tdm_stream_start +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x55316323 axg_tdm_formatter_set_channel_masks +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x5adc02b5 axg_tdm_formatter_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x5f3416ac axg_tdm_formatter_event +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x64e0ca85 axg_tdm_stream_free +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0xef4a0d56 axg_tdm_stream_stop +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-interface 0xba597974 axg_tdm_set_tdm_slots +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x30715fad meson_card_i2s_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x4a810d81 meson_card_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x78febca2 meson_card_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x7aa740aa meson_card_reallocate_links +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xa8523107 meson_card_set_be_link +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xb562623a meson_card_remove +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xd9208a1e meson_card_parse_dai +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xe843cb73 meson_card_set_fe_link +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x074351a7 meson_codec_glue_input_set_fmt +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x0c4c0417 meson_codec_glue_input_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x188683ed meson_codec_glue_input_dai_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x319171ea meson_codec_glue_output_startup +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0xc13d7ca8 meson_codec_glue_input_get_data +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0xee8513bf meson_codec_glue_input_dai_remove +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x1f3b5423 q6adm_matrix_map +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x28421460 q6adm_get_copp_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x666368e0 q6adm_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0xc2520590 q6adm_close +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x07a54780 q6afe_cdc_dma_port_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x1aa243d6 q6afe_port_get_from_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x1e685b4c q6afe_set_lpass_clock +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x369b6eeb q6afe_port_put +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x3b16d6e7 q6afe_port_stop +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x498d993b q6afe_get_port_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x5332304f q6afe_slim_port_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x7df60063 q6afe_port_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0xae809786 q6afe_hdmi_port_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0xd4523c59 q6afe_i2s_port_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0xe45246a8 q6afe_port_start +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0xfaf22370 q6afe_tdm_port_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x13b7efd9 q6asm_cmd +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x1b6c77fc q6asm_stream_media_format_block_alac +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x25bfa476 q6asm_open_write +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x2b693eed q6asm_stream_media_format_block_wma_v9 +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x4afe6f73 q6asm_read +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x4fba2f0c q6asm_run_nowait +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x68db31e2 q6asm_unmap_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x6cec4b17 q6asm_stream_remove_trailing_silence +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x856b4fdb q6asm_stream_media_format_block_wma_v10 +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x8f9a0b7a q6asm_audio_client_alloc +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x9d0cf85f q6asm_stream_media_format_block_flac +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xa7d3a3a6 q6asm_media_format_block_multi_ch_pcm +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xb37ed108 q6asm_enc_cfg_blk_pcm_format_support +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xc0dd8d67 q6asm_open_read +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xc1347db0 q6asm_write_async +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xc5a116a4 q6asm_get_session_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xcbee5e42 q6asm_stream_remove_initial_silence +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xcc4952e4 q6asm_audio_client_free +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xd2cf1a0f q6asm_run +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xd38aa312 q6asm_cmd_nowait +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xea75a5dd q6asm_map_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xf47f4b35 q6asm_stream_media_format_block_ape +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6core 0x7e52e977 q6core_is_adsp_ready +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6core 0x9b02ea0d q6core_get_svc_api_info +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0x5f0f65aa q6prm_vote_lpass_core_hw +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0xd5fc52cb q6prm_set_lpass_clock +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0xe7977fa9 q6prm_unvote_lpass_core_hw +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6routing 0x5b75f756 q6routing_stream_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6routing 0xa7a64259 q6routing_stream_close +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x07a9d141 audioreach_graph_send_cmd_sync +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x10b1d531 q6apm_graph_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x12089006 q6apm_read +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x135ac2c1 q6apm_write_async +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x145cf8f6 audioreach_alloc_apm_cmd_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x1a47e4d1 q6apm_graph_start +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x22a8c605 q6apm_graph_get_rx_shmem_module_iid +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x2fbbb319 audioreach_gain_set_vol_ctrl +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x2fe33fd3 q6apm_is_adsp_ready +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x32268e86 q6apm_graph_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x33ceb971 audioreach_shared_memory_send_eos +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x529755ac q6apm_map_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x5543dd66 audioreach_alloc_apm_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x64dc5171 audioreach_alloc_cmd_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x65e076ed audioreach_send_u32_param +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x664de22a audioreach_compr_set_param +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x725e3adf q6apm_remove_initial_silence +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x745d3b9c q6apm_unmap_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x7ec49dca audioreach_graph_free_buf +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x7f4d39c8 audioreach_alloc_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x8bbaedde q6apm_graph_flush +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x94ff2c5e q6apm_set_real_module_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x9c6270c1 q6apm_remove_trailing_silence +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xaa5b12a1 q6apm_graph_media_format_shmem +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xb40af8a1 q6apm_graph_media_format_pcm +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xc0a0254a q6apm_enable_compress_module +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xc1ae1db5 q6apm_graph_close +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xc2dc7a46 audioreach_send_cmd_sync +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xdf30e8a2 audioreach_map_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xe2624c4b audioreach_set_media_format +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xe7f97735 audioreach_tplg_init +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xf127b305 audioreach_alloc_graph_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xff25404c q6apm_graph_stop +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x135b8b4f q6dsp_audio_ports_set_config +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x15ab380c q6dsp_audio_ports_of_xlate_dai_name +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x17142e58 q6dsp_map_channels +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x442e957e q6dsp_clock_dev_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x9501f8e4 q6dsp_get_channel_allocation +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cdc-dma 0x3b5026d3 asoc_qcom_lpass_cdc_dma_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x3e05dca8 asoc_qcom_lpass_cpu_platform_shutdown +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x46637d91 asoc_qcom_lpass_cpu_platform_remove +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0xab42fa06 asoc_qcom_lpass_cpu_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0xba106be7 asoc_qcom_lpass_cpu_dai_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0xbc3fa56a lpass_cpu_pcm_new +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0xc0905fb0 asoc_qcom_lpass_cpu_platform_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-hdmi 0xa6682366 asoc_qcom_lpass_hdmi_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-platform 0xb905955e asoc_qcom_lpass_platform_register +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-common 0xc774cd6b qcom_snd_wcd_jack_setup +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-common 0xffc9c1e8 qcom_snd_parse_of +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0x148f0293 qcom_snd_sdw_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0x1bafa387 qcom_snd_sdw_hw_free +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0x9b3fa12f qcom_snd_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-acpi 0x14c66b61 snd_soc_acpi_codec_list +EXPORT_SYMBOL_GPL sound/soc/snd-soc-acpi 0x5c512782 snd_soc_acpi_find_package_from_hid +EXPORT_SYMBOL_GPL sound/soc/snd-soc-acpi 0xba39aa11 snd_soc_acpi_find_machine +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x00963f3c snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x026c4ab0 snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x05300fb1 snd_soc_dai_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x05dac0c7 snd_soc_of_put_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x095ab52a snd_soc_dapm_kcontrol_dapm +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x09f1863b dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0be77a78 snd_soc_component_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x10096cd3 snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x10b467f5 snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x14282768 snd_soc_component_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x148ca86e snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x162e4c15 snd_soc_dai_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1740f6cc snd_soc_lookup_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1a05187e snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1a12cad6 snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1b717f39 snd_soc_dai_link_set_capabilities +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1cd94fc6 snd_soc_card_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1f9f9a44 snd_soc_component_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x242c861c snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x24b99dd4 snd_soc_get_dai_id +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x26302273 snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2770ddce snd_soc_component_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x27c24690 soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x28f6ee8e snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2a7eb709 snd_soc_component_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2c9516b6 snd_soc_add_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2d63743f snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2e92a503 snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x300999ad snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x30602e4b snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3133e51a snd_soc_of_get_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3146a190 snd_soc_find_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x31a10227 snd_soc_dai_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x31c598df snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x322044ae snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x322b34af snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x336cf3fd snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3432e375 snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3481ecd1 dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x36e542a0 snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x373fc3bc snd_soc_tplg_component_load +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x39e8825c snd_soc_component_compr_open +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x39ecc2ca snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3a78d214 snd_soc_dai_get_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3b066d51 snd_soc_dapm_dai_free_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3b2bc699 snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3c7a1889 snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3d6bb0bd snd_soc_new_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3e20682b snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x41e9a404 snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x45044a50 snd_soc_dai_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x45c04528 snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x46600a33 snd_soc_dpcm_runtime_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x476b4fa6 snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x479d75a3 snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x481631a8 snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4825822a snd_soc_close_delayed_work +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4a04f126 snd_soc_dai_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4b9d399b devm_snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4be36275 snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4d93f933 snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4e6ead35 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4ea1c4c9 snd_soc_runtime_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4f0750a7 snd_soc_remove_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4f30d6c1 snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4fa1782d snd_soc_tdm_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x50bd6a43 snd_soc_dai_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x51492d3c snd_soc_component_notify_control +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x525a04d9 snd_soc_dai_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x52891e5d snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x532aac5c snd_soc_of_put_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x534146bf snd_soc_component_exit_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5363943e snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x549770b6 dapm_kcontrol_get_value +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x559258d6 dapm_pinctrl_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x55f66626 snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x58954975 snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5905e401 snd_soc_component_compr_get_codec_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5c02e9d7 snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5cc50615 snd_soc_get_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5e79dcfd snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5f5df308 snd_soc_dapm_new_dai_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6004fcef snd_soc_component_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x60adecaf snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x63fe2351 snd_soc_info_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6434ccb1 snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x65635863 snd_soc_dapm_update_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x66f2ef0d snd_soc_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x66fca7d8 snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x676aa13a snd_soc_component_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x696476bb snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6b45a1cb snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6b47386f snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6d7ad7d1 snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6eba8f28 snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x72c44670 snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x735ffc58 snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x73df5537 snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x74b5d65c snd_soc_component_compr_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x781ac4c9 snd_soc_component_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x789ff9c5 snd_soc_dapm_dai_get_connected_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x78f959ff snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7a12a88e dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7acd752c snd_soc_link_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7b34ec89 snd_soc_bytes_tlv_callback +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7c0da79c snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7c171cb8 snd_soc_component_set_jack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7c45ca12 snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7cddd970 snd_soc_rtdcom_lookup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7d8f2202 snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7daa5c10 devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7df1b7e0 null_dailink_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7f0027d2 snd_soc_dai_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x80a87dea snd_soc_link_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8111562c snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x813c2cdc snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x85feb85e snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x869995ab snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x876aba3d snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x888955eb snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x89768b23 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x89dc865f snd_soc_component_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8a193750 snd_soc_card_add_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8a6942f2 snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8b34b408 snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8bd845bf snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8bf6ea7a snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8cfa6478 snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8e039140 snd_soc_component_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8f3b609e dapm_mark_endpoints_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x935977bc snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x947e1e18 snd_soc_of_get_slot_mask +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x948f2b60 snd_soc_component_init_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9805dadd snd_soc_dai_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9992bb98 snd_soc_component_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9ad2d433 snd_soc_component_initialize +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9b305397 snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9b442752 snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9c074d38 asoc_dummy_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9c53889a snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9c59b90c snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9dabf1d5 snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9de075c4 snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa00d7441 snd_soc_dapm_init +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa13d1f31 snd_soc_dapm_force_bias_level +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa2624d8d snd_soc_add_component_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa32d3690 snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa560562d snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa5858a00 snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa5e59f12 snd_soc_get_stream_cpu +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa5e982eb snd_soc_free_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa66efeb6 snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa7837325 snd_soc_daifmt_parse_clock_provider_raw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa7980d23 snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaa13c0d8 snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xabf16fc9 snd_soc_dai_is_dummy +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xafcc17ee snd_soc_lookup_component_nolocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb2152102 snd_soc_component_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb47f7d47 snd_soc_component_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb548d2a3 snd_soc_card_jack_new_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb6faccca snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb7572e49 snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb7b410eb snd_soc_tplg_widget_bind_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb8e50b40 snd_soc_runtime_calc_hw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbc9ab112 snd_soc_of_parse_node_prefix +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbdac499b snd_soc_component_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbdd93d1f snd_soc_of_get_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbddaa214 snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbdf3512f snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbef3aaae devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbf8d7547 snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc0ad3579 snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc293a7c3 snd_soc_runtime_set_dai_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc317a15e snd_soc_daifmt_clock_provider_flipped +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc38f5ce4 snd_soc_unregister_component_by_driver +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc422480c snd_soc_component_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc549c793 snd_soc_of_parse_aux_devs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc77928c2 snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8a66a60 snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xca6d7fde dpcm_end_walk_at_be +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcb218339 snd_soc_component_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcc015ff2 snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xceb97e67 snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd162bd46 snd_soc_of_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd22205b3 snd_soc_tplg_component_remove +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd314731b snd_soc_component_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd55e432e snd_soc_dapm_widget_name_cmp +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd6b91a4d snd_soc_component_read_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd7209943 snd_soc_dapm_stream_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd84d07e4 snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd891588c snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd94d82f2 snd_soc_add_pcm_runtimes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd94e5d31 snd_soc_unregister_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdb1d80f6 snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdbd2c4d9 snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdbf16393 snd_soc_set_dmi_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xddb58631 snd_soc_dapm_free_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe0e18901 snd_soc_component_write_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe2a59931 snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe393fad6 devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe54b3332 snd_soc_component_compr_copy +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe57a921c snd_soc_new_compress +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe59d6439 snd_soc_component_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe5ad4c6e snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe65a0d1c snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe94e2121 snd_soc_component_get_jack_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeba32ff7 widget_in_list +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeca6c635 snd_soc_of_get_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xee37da7a snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xefb428d5 snd_soc_link_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf0688b42 snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf0c4b9ad snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf5f12a74 snd_soc_dpcm_can_be_prepared +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf64e835a snd_soc_component_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf6b22566 snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf7118ba9 snd_soc_card_remove_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf716f4cc snd_soc_find_dai_with_mutex +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf8efe55d snd_soc_dai_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9622dd1 snd_soc_daifmt_clock_provider_from_bitmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9730290 snd_soc_dapm_new_control +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfa5e8ff1 snd_soc_dai_active +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfa899187 snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfbac6918 snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfd023983 snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfec85221 snd_soc_daifmt_parse_format +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xff50a4ac snd_soc_dapm_kcontrol_widget +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x6a466798 snd_sof_debugfs_add_region_item_iomem +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x6ca8bae8 snd_sof_dbg_init +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x80235b52 snd_sof_free_debug +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0xa3bdc519 snd_sof_dbg_memory_info_init +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0xe952239b snd_sof_debugfs_buf_item +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x2c64d423 sprd_mcdt_request_chan +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x5061832c sprd_mcdt_chan_int_disable +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x609193c3 sprd_mcdt_chan_write +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x68b4b311 sprd_mcdt_chan_dma_enable +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x6c283cec sprd_mcdt_chan_int_enable +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0xa5fdddd3 sprd_mcdt_chan_read +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0xb67dbf49 sprd_mcdt_chan_dma_disable +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0xdf547b54 sprd_mcdt_free_chan +EXPORT_SYMBOL_GPL sound/soc/sunxi/sun8i-adda-pr-regmap 0x37a3a5c2 sun8i_adda_pr_regmap_init +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-machine 0x812dbe6e tegra_asoc_machine_init +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-machine 0xb9c172f3 tegra_asoc_machine_probe +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x03badf0f tegra_pcm_platform_unregister +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x05305ffe tegra_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x22933a64 tegra_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x384541a7 tegra_pcm_construct +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x4135e401 tegra_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x688df886 tegra_pcm_platform_register_with_chan_names +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x87a58eba tegra_pcm_open +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xb285deb2 tegra_pcm_close +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xd7470fc2 devm_tegra_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0x0427e3da tegra30_ahub_allocate_tx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0x55a40206 tegra30_ahub_disable_rx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0x5d7237ff tegra30_ahub_set_cif +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0x6fe20143 tegra30_ahub_set_rx_cif_source +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xb419329b tegra30_ahub_disable_tx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xb4a9367d tegra30_ahub_enable_tx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xb81bca9d tegra30_ahub_free_rx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xc78c7125 tegra30_ahub_free_tx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xccb67e55 tegra124_ahub_set_cif +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xccc98372 tegra30_ahub_enable_rx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xd01de23b tegra30_ahub_allocate_rx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xe549513a tegra30_ahub_unset_rx_cif_source +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-edma 0xe34d2251 edma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-sdma 0xa98c3445 sdma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-udma 0x3621fd8f udma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x17920da0 line6_probe +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x202a1b1b line6_midi_id +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x498f8839 line6_send_raw_message_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x621b1a03 line6_read_serial_number +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x6394f6a7 line6_init_midi +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x6910beff line6_read_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x9a0fa8b2 line6_alloc_sysex_buffer +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x9b3fb73a line6_version_request_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xa7213956 line6_suspend +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xa7be6cca line6_pcm_release +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xad27ac60 line6_write_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xaf5185e7 line6_init_pcm +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xb3135857 line6_resume +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xe7e21176 line6_disconnect +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xecf3d957 line6_send_sysex_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xf45e7aa8 line6_pcm_acquire +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xfce4b784 line6_send_raw_message +EXPORT_SYMBOL_GPL vmlinux 0x00082520 rockchip_clk_register_branches +EXPORT_SYMBOL_GPL vmlinux 0x000c3173 folio_mkclean +EXPORT_SYMBOL_GPL vmlinux 0x00169b60 pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x00218b92 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0x002245d1 stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0x0026b6d4 irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0x0039e64d l3mdev_update_flow +EXPORT_SYMBOL_GPL vmlinux 0x003cc43f crypto_register_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x003d93e6 ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0x00419dbd rio_del_device +EXPORT_SYMBOL_GPL vmlinux 0x00513f58 get_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x00565f18 pernet_ops_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x005a4377 pm_clk_suspend +EXPORT_SYMBOL_GPL vmlinux 0x005f18a6 add_wait_queue_priority +EXPORT_SYMBOL_GPL vmlinux 0x00692570 sched_show_task +EXPORT_SYMBOL_GPL vmlinux 0x0085f6c9 wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x00960d2e icc_set_tag +EXPORT_SYMBOL_GPL vmlinux 0x00ad1919 kvm_vcpu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x00b47f08 clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0x00bccf15 debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0x00c4bbad regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x00ccfe68 shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0x00d14f1a devm_reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x00d4c500 usb_decode_interval +EXPORT_SYMBOL_GPL vmlinux 0x00de83a4 xenbus_register_driver_common +EXPORT_SYMBOL_GPL vmlinux 0x00e0c23c destroy_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x00effc6a acpi_irq_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x00feebfc crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0x010a0720 rockchip_register_restart_notifier +EXPORT_SYMBOL_GPL vmlinux 0x010f0ee1 wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x0118d8b6 led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0x0124c229 devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x012c173e virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0x012e730e apei_exec_noop +EXPORT_SYMBOL_GPL vmlinux 0x013246bc mtk_pinconf_bias_disable_get +EXPORT_SYMBOL_GPL vmlinux 0x01327bb3 mtk_clk_register_composites +EXPORT_SYMBOL_GPL vmlinux 0x0136f1ce crypto_shash_tfm_digest +EXPORT_SYMBOL_GPL vmlinux 0x013f03bd tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x013f315f da903x_write +EXPORT_SYMBOL_GPL vmlinux 0x014298cf vp_modern_set_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0x014e8186 cpu_scale +EXPORT_SYMBOL_GPL vmlinux 0x01588d30 key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0x015a8498 imx_clk_hw_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0163fd14 pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x0179ccba topology_update_thermal_pressure +EXPORT_SYMBOL_GPL vmlinux 0x017ff831 serdev_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x01866a57 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x01a0cb78 property_entries_free +EXPORT_SYMBOL_GPL vmlinux 0x01a20dfe spi_delay_to_ns +EXPORT_SYMBOL_GPL vmlinux 0x01b44fba regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0x01c55f7f of_phandle_args_to_fwspec +EXPORT_SYMBOL_GPL vmlinux 0x01c6cb0c cpu_cluster_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01e84435 kvm_are_all_memslots_empty +EXPORT_SYMBOL_GPL vmlinux 0x01e88ae6 fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x01effe9d sprd_pinctrl_remove +EXPORT_SYMBOL_GPL vmlinux 0x01f17a16 ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0x0207a6c6 reset_control_bulk_acquire +EXPORT_SYMBOL_GPL vmlinux 0x0207ea93 sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0x02080fa8 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x020cf8e6 fsnotify_put_mark +EXPORT_SYMBOL_GPL vmlinux 0x021b5549 pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0x022f47fe rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0x02394899 play_idle_precise +EXPORT_SYMBOL_GPL vmlinux 0x023b807c gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0x024318a9 devl_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0245b7d6 ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x0247d2d0 ima_inode_hash +EXPORT_SYMBOL_GPL vmlinux 0x02495b8f gnttab_alloc_grant_reference_seq +EXPORT_SYMBOL_GPL vmlinux 0x024d13dd request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x024d7c69 irq_gc_unmask_enable_reg +EXPORT_SYMBOL_GPL vmlinux 0x024e0be9 bind_interdomain_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x026aaca2 dev_pm_qos_expose_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x02a149c9 fwnode_handle_get +EXPORT_SYMBOL_GPL vmlinux 0x02a2600a __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x02b711a1 __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x02c5c501 power_supply_find_ocv2cap_table +EXPORT_SYMBOL_GPL vmlinux 0x02c867da of_reconfig_get_state_change +EXPORT_SYMBOL_GPL vmlinux 0x02d9951a tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0x02e03334 debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0x02e39255 k3_ringacc_dmarings_init +EXPORT_SYMBOL_GPL vmlinux 0x02e8c7f3 get_device +EXPORT_SYMBOL_GPL vmlinux 0x0302d5da kvm_vcpu_halt +EXPORT_SYMBOL_GPL vmlinux 0x030cbca2 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x030fd6b3 pinmux_generic_add_function +EXPORT_SYMBOL_GPL vmlinux 0x0312b3b0 reset_controller_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0321cdbf of_alias_get_highest_id +EXPORT_SYMBOL_GPL vmlinux 0x032d9f9b fuse_send_init +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x033d952f gpiod_set_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x03473884 phy_basic_t1s_p2mp_features +EXPORT_SYMBOL_GPL vmlinux 0x03592790 pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x035ead7c css_next_descendant_pre +EXPORT_SYMBOL_GPL vmlinux 0x036de383 perf_event_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x03701a42 zynqmp_pm_pinctrl_set_function +EXPORT_SYMBOL_GPL vmlinux 0x037375ff devlink_traps_register +EXPORT_SYMBOL_GPL vmlinux 0x0373766a sbitmap_queue_clear +EXPORT_SYMBOL_GPL vmlinux 0x03952887 ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x03a3919f virtio_config_changed +EXPORT_SYMBOL_GPL vmlinux 0x03b87174 kvm_get_kvm +EXPORT_SYMBOL_GPL vmlinux 0x03c12dfe cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x03c152ea sock_map_destroy +EXPORT_SYMBOL_GPL vmlinux 0x03c78413 devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0x03ce7234 sched_smt_present +EXPORT_SYMBOL_GPL vmlinux 0x03cf02e6 dev_pm_genpd_synced_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x03eb293a ti_sci_inta_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x03f045ef securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x0402cbbf preempt_notifier_inc +EXPORT_SYMBOL_GPL vmlinux 0x0405a3ee phy_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0x04108c21 component_add_typed +EXPORT_SYMBOL_GPL vmlinux 0x0412332f rcar_rst_set_rproc_boot_addr +EXPORT_SYMBOL_GPL vmlinux 0x0416322e blk_mq_virtio_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x041c1d33 devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x04221375 simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x04401a99 vfs_inode_has_locks +EXPORT_SYMBOL_GPL vmlinux 0x045261dd spi_mem_get_name +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x046f359e of_overlay_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x0472cf3b register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x04747ba5 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x049e5156 gnttab_try_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x04a6fa1e gpiochip_generic_config +EXPORT_SYMBOL_GPL vmlinux 0x04b71286 kstrdup_quotable_file +EXPORT_SYMBOL_GPL vmlinux 0x04bf0092 io_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x04c4463e led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04c8aebf console_verbose +EXPORT_SYMBOL_GPL vmlinux 0x04dccfcc wbc_attach_and_unlock_inode +EXPORT_SYMBOL_GPL vmlinux 0x04df8fbc lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0x04eae396 __put_net +EXPORT_SYMBOL_GPL vmlinux 0x050ca568 pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0x051085e3 lock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x051a0bc1 stack_depot_fetch +EXPORT_SYMBOL_GPL vmlinux 0x052b4013 register_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x052c9aed ktime_get_real_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x05364497 arm64_mm_context_put +EXPORT_SYMBOL_GPL vmlinux 0x053d738a __SCK__tp_func_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x054aa32e device_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x0550e87b iommu_enable_nesting +EXPORT_SYMBOL_GPL vmlinux 0x05566f23 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x055dfe79 mtk_pinconf_drive_set_raw +EXPORT_SYMBOL_GPL vmlinux 0x056027e1 dev_pm_opp_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x05610897 of_changeset_destroy +EXPORT_SYMBOL_GPL vmlinux 0x05633c05 devlink_port_type_ib_set +EXPORT_SYMBOL_GPL vmlinux 0x057fd0fd ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0x0583b236 regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0x05883efb __traceiter_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x058f9366 apei_exec_collect_resources +EXPORT_SYMBOL_GPL vmlinux 0x0592f676 debugfs_create_str +EXPORT_SYMBOL_GPL vmlinux 0x05a980f3 xdp_rxq_info_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x05b163bc nf_queue_nf_hook_drop +EXPORT_SYMBOL_GPL vmlinux 0x05cd1dd4 vcap_rule_add_key_bit +EXPORT_SYMBOL_GPL vmlinux 0x05d058f7 k3_udma_glue_request_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x05d44446 nvmem_device_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x05d8239c devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x05dc1489 pci_dev_unlock +EXPORT_SYMBOL_GPL vmlinux 0x060149e1 platform_get_mem_or_io +EXPORT_SYMBOL_GPL vmlinux 0x0608f1e3 imx_clk_fracn_gppll_integer +EXPORT_SYMBOL_GPL vmlinux 0x061336ae blocking_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x061dabcd ahci_print_info +EXPORT_SYMBOL_GPL vmlinux 0x06209f49 phy_lookup_setting +EXPORT_SYMBOL_GPL vmlinux 0x06221f94 usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x062b89c4 ghes_unregister_report_chain +EXPORT_SYMBOL_GPL vmlinux 0x062d117f __tracepoint_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x063ba5fd usb_pipe_type_check +EXPORT_SYMBOL_GPL vmlinux 0x063e0a60 __get_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x063f1593 mtk_build_eint +EXPORT_SYMBOL_GPL vmlinux 0x0643f6a0 security_kernel_post_read_file +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x0653b12a clk_hw_unregister +EXPORT_SYMBOL_GPL vmlinux 0x06696f39 ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x066da58e device_property_present +EXPORT_SYMBOL_GPL vmlinux 0x06754f89 irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x067e84ff dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x068fe4ea crypto_clone_tfm +EXPORT_SYMBOL_GPL vmlinux 0x069baca7 pci_generic_config_write +EXPORT_SYMBOL_GPL vmlinux 0x06b970a5 zynqmp_pm_ospi_mux_select +EXPORT_SYMBOL_GPL vmlinux 0x06bd48d9 kvm_io_bus_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x06beb22a dm_internal_suspend_fast +EXPORT_SYMBOL_GPL vmlinux 0x06cca30b ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0x06cd6b0d devlink_port_register_with_ops +EXPORT_SYMBOL_GPL vmlinux 0x06e415bc __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x06e4433e sunxi_ccu_set_mmc_timing_mode +EXPORT_SYMBOL_GPL vmlinux 0x06ed3c6e pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x06efc2a5 edac_mc_add_mc_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x06f78fe4 crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0x07023f3e usb_check_int_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x0705e6cd hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0x07109a3f mtk_clk_register_factors +EXPORT_SYMBOL_GPL vmlinux 0x07242d92 put_dax +EXPORT_SYMBOL_GPL vmlinux 0x072bb280 dev_coredumpm +EXPORT_SYMBOL_GPL vmlinux 0x073205e7 vcap_filter_rule_keys +EXPORT_SYMBOL_GPL vmlinux 0x0739b94d devm_memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x073b48bc devlink_region_snapshot_id_get +EXPORT_SYMBOL_GPL vmlinux 0x073efb2a altr_sysmgr_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x0741c41d __traceiter_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x07483e13 cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0x074f98db synth_event_add_field +EXPORT_SYMBOL_GPL vmlinux 0x07520007 device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x075583a1 ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x0756a31c register_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0x0759516b mmu_interval_notifier_insert +EXPORT_SYMBOL_GPL vmlinux 0x075d4c58 rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0x076356e7 sfp_may_have_phy +EXPORT_SYMBOL_GPL vmlinux 0x0769dc9f __traceiter_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x078db973 extcon_get_state +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07b71763 usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0x07ba5721 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x07be6905 net_inc_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x07c5aad7 uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0x07c6ebeb kvm_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x07cb7517 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x07cbb9d7 fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0x07cc31d4 gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x07dd4302 bio_associate_blkg_from_css +EXPORT_SYMBOL_GPL vmlinux 0x07e6e902 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x07f6a48d fscrypt_dio_supported +EXPORT_SYMBOL_GPL vmlinux 0x07f77e8f msi_unlock_descs +EXPORT_SYMBOL_GPL vmlinux 0x080441dc decrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0x0812a645 tcp_bpf_sendmsg_redir +EXPORT_SYMBOL_GPL vmlinux 0x08135613 dax_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x0817d1f2 devm_regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x08213956 phylink_ethtool_get_wol +EXPORT_SYMBOL_GPL vmlinux 0x08377802 nfs42_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0847b6af pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x084bc0b0 vc_scrolldelta_helper +EXPORT_SYMBOL_GPL vmlinux 0x084dddbc unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x084ebf7e ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x08576175 unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x08586f53 pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x085bffd1 trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0x0862827e dw_pcie_upconfig_setup +EXPORT_SYMBOL_GPL vmlinux 0x0868abaa nvdimm_badblocks_populate +EXPORT_SYMBOL_GPL vmlinux 0x08754165 pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0x0878a1fc pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0x087c0839 tracepoint_srcu +EXPORT_SYMBOL_GPL vmlinux 0x087ecc9e vp_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0x087f5dc5 wm831x_of_match +EXPORT_SYMBOL_GPL vmlinux 0x089435d0 of_msi_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x08a552c8 acpi_device_update_power +EXPORT_SYMBOL_GPL vmlinux 0x08a88a9f __SCK__tp_func_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x08ae4486 fuse_request_end +EXPORT_SYMBOL_GPL vmlinux 0x08b7f2a2 __clk_mux_determine_rate_closest +EXPORT_SYMBOL_GPL vmlinux 0x08c46d5c xhci_add_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x08c78cf7 offline_and_remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x08d019de balloon_mops +EXPORT_SYMBOL_GPL vmlinux 0x08e2b333 cppc_set_auto_sel +EXPORT_SYMBOL_GPL vmlinux 0x08e4acd1 gov_update_cpu_data +EXPORT_SYMBOL_GPL vmlinux 0x0907d14d blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x0915c98d of_property_count_elems_of_size +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x091ed9df serdev_device_write +EXPORT_SYMBOL_GPL vmlinux 0x0925af41 devm_regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0x092a9046 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0x09300162 clk_hw_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x09337cd0 __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x093786cf synth_event_add_field_str +EXPORT_SYMBOL_GPL vmlinux 0x093893ed fuse_dev_alloc +EXPORT_SYMBOL_GPL vmlinux 0x09392ccd ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x094cae80 fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0x0950a408 __traceiter_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x0969986c kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL vmlinux 0x0969cc07 pinmux_generic_get_function_count +EXPORT_SYMBOL_GPL vmlinux 0x0970d125 device_match_any +EXPORT_SYMBOL_GPL vmlinux 0x0976822d sfp_get_module_eeprom_by_page +EXPORT_SYMBOL_GPL vmlinux 0x09806ba1 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x09a59d28 gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0x09adf490 aead_init_geniv +EXPORT_SYMBOL_GPL vmlinux 0x09b53e14 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x09c3f961 regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0x09d0e6e1 modify_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0x09dd7563 mtk_pinconf_bias_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x09dee7d0 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x09e64118 usb_phy_get_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x09f46309 pkcs7_validate_trust +EXPORT_SYMBOL_GPL vmlinux 0x09f50f32 rcu_nocb_flush_deferred_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x0a098d80 nvdimm_bus_add_badrange +EXPORT_SYMBOL_GPL vmlinux 0x0a206c52 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0x0a22121d crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0x0a2f8b5a pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0x0a39f6f1 dev_pm_domain_attach +EXPORT_SYMBOL_GPL vmlinux 0x0a3dc9dc subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x0a41ff22 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x0a493790 dax_iomap_fault +EXPORT_SYMBOL_GPL vmlinux 0x0a4d17cf mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x0a4e6e0a nf_hooks_lwtunnel_sysctl_handler +EXPORT_SYMBOL_GPL vmlinux 0x0a52c511 hv_query_ext_cap +EXPORT_SYMBOL_GPL vmlinux 0x0a76c65e blk_queue_required_elevator_features +EXPORT_SYMBOL_GPL vmlinux 0x0a7b016a crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0x0a7f347a blk_mq_flush_busy_ctxs +EXPORT_SYMBOL_GPL vmlinux 0x0a8162a8 raw_v4_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x0a8894f4 mas_find_range_rev +EXPORT_SYMBOL_GPL vmlinux 0x0a8beca4 register_btf_kfunc_id_set +EXPORT_SYMBOL_GPL vmlinux 0x0a8e458b crypto_req_done +EXPORT_SYMBOL_GPL vmlinux 0x0a8e65dd __kthread_init_worker +EXPORT_SYMBOL_GPL vmlinux 0x0a901211 mtk_clk_register_ref2usb_tx +EXPORT_SYMBOL_GPL vmlinux 0x0a9df53d for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0x0ab355d5 sched_set_normal +EXPORT_SYMBOL_GPL vmlinux 0x0ab95d24 icc_provider_init +EXPORT_SYMBOL_GPL vmlinux 0x0abc6be6 k3_ringacc_ring_is_full +EXPORT_SYMBOL_GPL vmlinux 0x0acf74c2 of_pse_control_get +EXPORT_SYMBOL_GPL vmlinux 0x0ad4d641 pci_ecam_map_bus +EXPORT_SYMBOL_GPL vmlinux 0x0ade6aed phy_start_machine +EXPORT_SYMBOL_GPL vmlinux 0x0b05559a xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b1bb9f9 synchronize_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x0b2db2d5 remove_resource +EXPORT_SYMBOL_GPL vmlinux 0x0b318ff6 exportfs_decode_fh_raw +EXPORT_SYMBOL_GPL vmlinux 0x0b3522ae platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0b399143 shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0x0b3a3ed7 zynqmp_pm_fpga_get_status +EXPORT_SYMBOL_GPL vmlinux 0x0b3ce8b3 mbox_client_peek_data +EXPORT_SYMBOL_GPL vmlinux 0x0b3fad12 mtk_eint_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0b52e502 apei_resources_add +EXPORT_SYMBOL_GPL vmlinux 0x0b59fbb2 crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0x0b5f3099 ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x0b690f04 k3_udma_glue_tx_get_txcq_id +EXPORT_SYMBOL_GPL vmlinux 0x0b69e104 pse_ethtool_get_status +EXPORT_SYMBOL_GPL vmlinux 0x0b6efb4e regulator_get_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0x0b7bb4cc debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x0b8b093b pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x0b8c4faa create_signature +EXPORT_SYMBOL_GPL vmlinux 0x0b8c8a23 static_key_fast_inc_not_disabled +EXPORT_SYMBOL_GPL vmlinux 0x0b9da5a3 synth_event_add_val +EXPORT_SYMBOL_GPL vmlinux 0x0b9e650a fsl_mc_bus_dprc_type +EXPORT_SYMBOL_GPL vmlinux 0x0ba73c99 ata_acpi_cbl_80wire +EXPORT_SYMBOL_GPL vmlinux 0x0bab46ff devm_regulator_bulk_get_enable +EXPORT_SYMBOL_GPL vmlinux 0x0bb028d4 hisi_clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x0bb1b8c3 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0x0bba4bf1 __hwspin_lock_timeout +EXPORT_SYMBOL_GPL vmlinux 0x0bbdc9b2 remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x0be425c7 acpi_driver_match_device +EXPORT_SYMBOL_GPL vmlinux 0x0bf32478 __SCK__tp_func_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x0bf932bb meson_pmx_get_funcs_count +EXPORT_SYMBOL_GPL vmlinux 0x0c1a5ee3 log_post_read_mmio +EXPORT_SYMBOL_GPL vmlinux 0x0c1bcaaa __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x0c23ea7e pci_common_swizzle +EXPORT_SYMBOL_GPL vmlinux 0x0c2c5802 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x0c32792f crypto_sig_verify +EXPORT_SYMBOL_GPL vmlinux 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x0c3e6241 k3_udma_glue_disable_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x0c47ea5a kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0x0c53cb56 usb_hcd_setup_local_mem +EXPORT_SYMBOL_GPL vmlinux 0x0c5fb69f pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x0c61f372 acpi_bus_trim +EXPORT_SYMBOL_GPL vmlinux 0x0c695d91 gnttab_pages_set_private +EXPORT_SYMBOL_GPL vmlinux 0x0c6ae635 of_fdt_unflatten_tree +EXPORT_SYMBOL_GPL vmlinux 0x0c78998e balloon_page_list_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x0c78ef77 da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0x0c81ecab __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x0c881177 kvm_vcpu_map +EXPORT_SYMBOL_GPL vmlinux 0x0c88c1c3 pci_vpd_find_id_string +EXPORT_SYMBOL_GPL vmlinux 0x0c8d2980 ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x0c8defe4 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x0c9da923 ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x0caa62ca acpi_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x0cbe3ee2 software_node_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0cc9d36c iommu_group_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x0ccf5275 zynqmp_pm_pinctrl_get_config +EXPORT_SYMBOL_GPL vmlinux 0x0cdcb0f3 nl_table +EXPORT_SYMBOL_GPL vmlinux 0x0ce3dd73 bman_is_probed +EXPORT_SYMBOL_GPL vmlinux 0x0ce6b006 dev_nit_active +EXPORT_SYMBOL_GPL vmlinux 0x0cf49068 cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x0cf7d18a unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x0d2242ed edac_device_handle_ce_count +EXPORT_SYMBOL_GPL vmlinux 0x0d2c2328 vp_modern_map_vq_notify +EXPORT_SYMBOL_GPL vmlinux 0x0d3083ab dma_alloc_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x0d3195c0 usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0x0d390010 em_dev_unregister_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0x0d3f3262 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0x0d3fb7d4 phy_interface_num_ports +EXPORT_SYMBOL_GPL vmlinux 0x0d435bd5 __tracepoint_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x0d48176d pci_generic_config_read32 +EXPORT_SYMBOL_GPL vmlinux 0x0d4961de nf_log_buf_open +EXPORT_SYMBOL_GPL vmlinux 0x0d4e3f8c iopf_queue_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d5cecc6 ima_measure_critical_data +EXPORT_SYMBOL_GPL vmlinux 0x0d5d5726 relay_late_setup_files +EXPORT_SYMBOL_GPL vmlinux 0x0d6438a7 usb_alloc_dev +EXPORT_SYMBOL_GPL vmlinux 0x0d6a49d4 tcp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d8a288a __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x0d8d4f64 fuse_get_unique +EXPORT_SYMBOL_GPL vmlinux 0x0d964155 of_platform_device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0d97449b get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0x0da8bb98 dw_pcie_write_dbi +EXPORT_SYMBOL_GPL vmlinux 0x0dac72eb mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x0dbd1b25 ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x0dc97b2d simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0ddd6d5e ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x0de7ae50 devl_dpipe_table_resource_set +EXPORT_SYMBOL_GPL vmlinux 0x0df70171 bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x0e007edf xen_evtchn_nr_channels +EXPORT_SYMBOL_GPL vmlinux 0x0e07f444 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0x0e0c6a7d crypto_dh_encode_key +EXPORT_SYMBOL_GPL vmlinux 0x0e1194d5 hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x0e13cb4d apei_resources_release +EXPORT_SYMBOL_GPL vmlinux 0x0e17e8a3 ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0x0e2dc649 acpi_kobj +EXPORT_SYMBOL_GPL vmlinux 0x0e5cc9d7 xdp_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x0e5d2778 fb_sys_read +EXPORT_SYMBOL_GPL vmlinux 0x0e6b35ca extcon_set_property_sync +EXPORT_SYMBOL_GPL vmlinux 0x0e6b79af static_key_disable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x0e6d9fff device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x0e6e87a7 mtk_pinconf_bias_set +EXPORT_SYMBOL_GPL vmlinux 0x0e704aad dev_pm_opp_sync_regulators +EXPORT_SYMBOL_GPL vmlinux 0x0e75314f of_hte_req_count +EXPORT_SYMBOL_GPL vmlinux 0x0e7c8758 device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x0e9387b9 devm_clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x0ea5cbce xen_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x0eae3512 rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0x0eb610f3 blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x0ec096b0 hv_read_reference_counter +EXPORT_SYMBOL_GPL vmlinux 0x0ecf1835 pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0x0ecfea88 btf_type_by_id +EXPORT_SYMBOL_GPL vmlinux 0x0edf7467 tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x0ee77a3d em_pd_get +EXPORT_SYMBOL_GPL vmlinux 0x0eec2f9d nvdimm_bus_register +EXPORT_SYMBOL_GPL vmlinux 0x0ef26d83 subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x0ef9ae49 crypto_unregister_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x0efb8745 devm_pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0x0f0bd856 netdev_sw_irq_coalesce_default_on +EXPORT_SYMBOL_GPL vmlinux 0x0f15a1f4 dpbp_get_attributes +EXPORT_SYMBOL_GPL vmlinux 0x0f180070 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x0f1c232b __irq_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x0f1d61c9 ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0x0f3ef9c6 l3mdev_ifindex_lookup_by_table_id +EXPORT_SYMBOL_GPL vmlinux 0x0f4f76e8 phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0x0f640f8d xen_evtchn_do_upcall +EXPORT_SYMBOL_GPL vmlinux 0x0f686278 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0x0f6ab79f unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x0f7ca236 dmi_memdev_name +EXPORT_SYMBOL_GPL vmlinux 0x0f9bb482 cdrom_multisession +EXPORT_SYMBOL_GPL vmlinux 0x0fadc54d lynx_pcs_create_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x0fb33ae7 xhci_check_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0x0fbb7344 memremap_compat_align +EXPORT_SYMBOL_GPL vmlinux 0x0fbc0c0e xas_pause +EXPORT_SYMBOL_GPL vmlinux 0x0fd254e9 strp_check_rcv +EXPORT_SYMBOL_GPL vmlinux 0x0fd4610e kmem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0x0fd5b497 kvm_put_kvm +EXPORT_SYMBOL_GPL vmlinux 0x0fd9fe04 fbcon_modechange_possible +EXPORT_SYMBOL_GPL vmlinux 0x0fde8328 ipv6_bpf_stub +EXPORT_SYMBOL_GPL vmlinux 0x0fe3cfee kvm_write_guest +EXPORT_SYMBOL_GPL vmlinux 0x0fe3de32 shmem_file_setup_with_mnt +EXPORT_SYMBOL_GPL vmlinux 0x1005d60b tick_nohz_dep_set_cpu +EXPORT_SYMBOL_GPL vmlinux 0x100786c5 strp_stop +EXPORT_SYMBOL_GPL vmlinux 0x10091b7b sbitmap_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x10131209 devm_mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x10185973 __tracepoint_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x10336fad fwnode_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x10426697 pci_device_group +EXPORT_SYMBOL_GPL vmlinux 0x104b2b7d vcap_rule_get_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x104cfa4d nf_hook_entries_delete_raw +EXPORT_SYMBOL_GPL vmlinux 0x104dd8b6 __blk_req_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0x10572804 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0x1066b9e3 fsnotify_init_mark +EXPORT_SYMBOL_GPL vmlinux 0x1068d9c4 of_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x106b4b7d wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0x108231d5 ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x1085f85f ahci_platform_resume_host +EXPORT_SYMBOL_GPL vmlinux 0x108a0acd bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x10a67280 fscrypt_ioctl_get_policy_ex +EXPORT_SYMBOL_GPL vmlinux 0x10aada34 clk_hw_get_parent_index +EXPORT_SYMBOL_GPL vmlinux 0x10b89330 crypto_has_shash +EXPORT_SYMBOL_GPL vmlinux 0x10d0ab66 wp_shared_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x10d9f317 stack_depot_init +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x10efd2b9 platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x10f9ba9f ahci_shost_groups +EXPORT_SYMBOL_GPL vmlinux 0x110106c1 cper_severity_to_aer +EXPORT_SYMBOL_GPL vmlinux 0x110fbdb0 dev_pm_qos_hide_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x11172cbc srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x1120d7a1 tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x1128ed10 skb_mpls_push +EXPORT_SYMBOL_GPL vmlinux 0x11306237 devl_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x11374351 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x1159e1bc bdev_disk_changed +EXPORT_SYMBOL_GPL vmlinux 0x116528e4 pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x117ad7ee dw_pcie_wait_for_link +EXPORT_SYMBOL_GPL vmlinux 0x119996aa crypto_register_aead +EXPORT_SYMBOL_GPL vmlinux 0x119ea321 devm_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0x11b68a56 __tracepoint_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x11ce097f kvm_arch_ptp_get_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0x11d3af25 devlink_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x11df0e75 devlink_fmsg_binary_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x11e02894 xfrm_dev_state_add +EXPORT_SYMBOL_GPL vmlinux 0x11e06ee9 badrange_init +EXPORT_SYMBOL_GPL vmlinux 0x11f1bd79 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x11fcd41c user_update +EXPORT_SYMBOL_GPL vmlinux 0x12056e53 mas_store_gfp +EXPORT_SYMBOL_GPL vmlinux 0x12135396 phylink_mac_change +EXPORT_SYMBOL_GPL vmlinux 0x1215e63c mddev_init +EXPORT_SYMBOL_GPL vmlinux 0x121c8612 tick_nohz_dep_clear_task +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x12216626 page_cache_async_ra +EXPORT_SYMBOL_GPL vmlinux 0x122c686e xhci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1234e483 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0x1234ffa1 cper_estatus_check_header +EXPORT_SYMBOL_GPL vmlinux 0x123a8f70 crypto_unregister_aeads +EXPORT_SYMBOL_GPL vmlinux 0x125a132b __udp_enqueue_schedule_skb +EXPORT_SYMBOL_GPL vmlinux 0x12601613 tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0x12614d30 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x126568fe edac_mc_del_mc +EXPORT_SYMBOL_GPL vmlinux 0x12747eec phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x1278c148 devm_hte_register_chip +EXPORT_SYMBOL_GPL vmlinux 0x12a1094d pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0x12a745f1 tpm1_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x12bb7579 acpi_register_gsi +EXPORT_SYMBOL_GPL vmlinux 0x12c0f972 seg6_do_srh_encap +EXPORT_SYMBOL_GPL vmlinux 0x12c5e45a fsl_mc_object_allocate +EXPORT_SYMBOL_GPL vmlinux 0x12e7af9f extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x12ee1173 memory_group_unregister +EXPORT_SYMBOL_GPL vmlinux 0x12ee867f regulator_set_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x12fbca0b nvdimm_volatile_region_create +EXPORT_SYMBOL_GPL vmlinux 0x13090724 add_vmfork_randomness +EXPORT_SYMBOL_GPL vmlinux 0x130c10f3 device_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x13196d56 fwnode_graph_get_remote_port_parent +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131cb0f7 of_add_property +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x1330e382 ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0x1336a9d0 devl_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0x13378de9 acpi_get_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0x133969d7 __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x133d4959 rz_mtu3_32bit_ch_read +EXPORT_SYMBOL_GPL vmlinux 0x133d681d of_irq_get_byname +EXPORT_SYMBOL_GPL vmlinux 0x135e0612 crypto_clone_ahash +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x13640660 get_cached_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0x136adddc trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x13794d34 bio_end_io_acct_remapped +EXPORT_SYMBOL_GPL vmlinux 0x138031d4 __irq_resolve_mapping +EXPORT_SYMBOL_GPL vmlinux 0x138aff76 gnttab_init +EXPORT_SYMBOL_GPL vmlinux 0x138e0957 dax_write_cache_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1390bb8c dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x1394d032 __mt_destroy +EXPORT_SYMBOL_GPL vmlinux 0x13a44bbd root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x13a6f6bf xenbus_unmap_ring_vfree +EXPORT_SYMBOL_GPL vmlinux 0x13aa02f2 __dev_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x13b29753 dev_pm_opp_put_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x13b9e193 acpi_dev_resource_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x13baac8f device_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x13c55a57 pcie_aspm_enabled +EXPORT_SYMBOL_GPL vmlinux 0x13ce01d5 devm_request_pci_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x13ce87e8 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0x13db1eb8 k3_udma_glue_rx_cppi5_to_dma_addr +EXPORT_SYMBOL_GPL vmlinux 0x13ed8784 sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x13fab921 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x1403ad09 cpufreq_add_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x140b3448 fsverity_ioctl_read_metadata +EXPORT_SYMBOL_GPL vmlinux 0x1416e05e irq_chip_set_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0x141a874f pinctrl_force_default +EXPORT_SYMBOL_GPL vmlinux 0x141dcf05 hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0x141eb940 devm_gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x141f38bf ktime_get_raw_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x1433b4a7 meson_vid_pll_div_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x144068da ip_local_out +EXPORT_SYMBOL_GPL vmlinux 0x144ee88c dev_pm_opp_find_bw_ceil +EXPORT_SYMBOL_GPL vmlinux 0x1456762b k3_ringacc_ring_get_free +EXPORT_SYMBOL_GPL vmlinux 0x145f25a9 dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x146626a0 mas_find_rev +EXPORT_SYMBOL_GPL vmlinux 0x146cc88f bpf_master_redirect_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x14730110 sysfs_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x14829e51 srcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x14834fe0 crypto_unregister_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x14843137 tpm_chip_stop +EXPORT_SYMBOL_GPL vmlinux 0x14875885 xen_dbgp_external_startup +EXPORT_SYMBOL_GPL vmlinux 0x148fd794 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x149570b5 device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0x14ad1206 __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0x14b3000d xen_xlate_unmap_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0x14b8b7ac clkdev_create +EXPORT_SYMBOL_GPL vmlinux 0x14c4d482 param_set_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x14cbcd2b fixed_phy_register_with_gpiod +EXPORT_SYMBOL_GPL vmlinux 0x14ec4fdb evtchn_put +EXPORT_SYMBOL_GPL vmlinux 0x14ef2389 amba_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x14f11839 fwnode_device_is_available +EXPORT_SYMBOL_GPL vmlinux 0x14fb6d85 rtnl_delete_link +EXPORT_SYMBOL_GPL vmlinux 0x14fbcd5e __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x15021b4a xa_delete_node +EXPORT_SYMBOL_GPL vmlinux 0x15039519 devm_thermal_of_zone_unregister +EXPORT_SYMBOL_GPL vmlinux 0x151fb066 pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0x1537bc8a irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0x153b60a6 klist_del +EXPORT_SYMBOL_GPL vmlinux 0x15402377 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x155040f9 tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0x15510a89 devlink_fmsg_binary_put +EXPORT_SYMBOL_GPL vmlinux 0x15677726 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x15774c84 rz_mtu3_16bit_ch_write +EXPORT_SYMBOL_GPL vmlinux 0x157829bd ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x15886f48 hte_disable_ts +EXPORT_SYMBOL_GPL vmlinux 0x1590e404 led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0x15a9ae94 hypervisor_kobj +EXPORT_SYMBOL_GPL vmlinux 0x15a9f89d ip6_route_input_lookup +EXPORT_SYMBOL_GPL vmlinux 0x15ade1cc filter_irq_stacks +EXPORT_SYMBOL_GPL vmlinux 0x15b7877d __traceiter_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x15bd7435 psi_memstall_leave +EXPORT_SYMBOL_GPL vmlinux 0x15c0b1f7 nvmem_add_one_cell +EXPORT_SYMBOL_GPL vmlinux 0x15c419e8 sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x15c4e3e2 phylink_ethtool_set_pauseparam +EXPORT_SYMBOL_GPL vmlinux 0x15c59f08 __skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x15e1b953 __fscrypt_inode_uses_inline_crypto +EXPORT_SYMBOL_GPL vmlinux 0x15ea2648 hwpoison_filter_flags_mask +EXPORT_SYMBOL_GPL vmlinux 0x15eb7eb3 fhctl_parse_dt +EXPORT_SYMBOL_GPL vmlinux 0x15ee6695 pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x16186eb3 rockchip_pcie_init_port +EXPORT_SYMBOL_GPL vmlinux 0x163767c8 strp_done +EXPORT_SYMBOL_GPL vmlinux 0x16422a6e xdp_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x1649f579 crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x16516798 osc_pc_lpi_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x1652d5fb devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x165db5de serial8250_em485_destroy +EXPORT_SYMBOL_GPL vmlinux 0x166243e8 usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x166f80f9 cros_ec_check_features +EXPORT_SYMBOL_GPL vmlinux 0x166fd853 sk_msg_return_zero +EXPORT_SYMBOL_GPL vmlinux 0x167d4bd6 fib_nexthop_info +EXPORT_SYMBOL_GPL vmlinux 0x167d7113 acpi_bus_register_early_device +EXPORT_SYMBOL_GPL vmlinux 0x1680a8ba rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x1687b98f pci_iomap_wc_range +EXPORT_SYMBOL_GPL vmlinux 0x1687ec20 tty_get_frame_size +EXPORT_SYMBOL_GPL vmlinux 0x168b04a5 fib_rules_seq_read +EXPORT_SYMBOL_GPL vmlinux 0x1690b503 usb_role_switch_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x1695fdfc bpf_warn_invalid_xdp_action +EXPORT_SYMBOL_GPL vmlinux 0x16ca1a8a phylink_suspend +EXPORT_SYMBOL_GPL vmlinux 0x16cb6a90 radix_tree_preloads +EXPORT_SYMBOL_GPL vmlinux 0x16d2ae91 blk_mq_freeze_queue +EXPORT_SYMBOL_GPL vmlinux 0x16da1f88 devlink_fmsg_u32_put +EXPORT_SYMBOL_GPL vmlinux 0x16dfbf36 add_interrupt_randomness +EXPORT_SYMBOL_GPL vmlinux 0x16e006af of_pci_get_devfn +EXPORT_SYMBOL_GPL vmlinux 0x16f15139 bind_evtchn_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x16f9f905 pci_ioremap_wc_bar +EXPORT_SYMBOL_GPL vmlinux 0x170cc36c put_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x171387f2 hwmon_notify_event +EXPORT_SYMBOL_GPL vmlinux 0x17204e37 skb_mpls_dec_ttl +EXPORT_SYMBOL_GPL vmlinux 0x17328949 devlink_port_attrs_pci_sf_set +EXPORT_SYMBOL_GPL vmlinux 0x173b2fc6 kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0x174c6274 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x174e471d sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x174e6c46 inet_ehash_locks_alloc +EXPORT_SYMBOL_GPL vmlinux 0x17591ecd zynqmp_pm_write_ggs +EXPORT_SYMBOL_GPL vmlinux 0x175f0a99 pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0x176031a7 devlink_fmsg_string_put +EXPORT_SYMBOL_GPL vmlinux 0x17614bf3 apei_resources_sub +EXPORT_SYMBOL_GPL vmlinux 0x176c8a99 pci_aer_clear_nonfatal_status +EXPORT_SYMBOL_GPL vmlinux 0x177b1042 __tracepoint_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x1780141e driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0x178fe1c2 dprc_reset_container +EXPORT_SYMBOL_GPL vmlinux 0x1791f50a devlink_port_attrs_set +EXPORT_SYMBOL_GPL vmlinux 0x17a01414 find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x17aa58a0 watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x17ab3fb3 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0x17b8716e platform_bus +EXPORT_SYMBOL_GPL vmlinux 0x17df0f75 acpi_dev_ready_for_enumeration +EXPORT_SYMBOL_GPL vmlinux 0x17e01f11 erst_clear +EXPORT_SYMBOL_GPL vmlinux 0x17ebb552 pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x17f03d46 led_trigger_read +EXPORT_SYMBOL_GPL vmlinux 0x17f59149 regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x17fda755 iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x18008c59 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0x1804b4d9 pci_epf_remove_vepf +EXPORT_SYMBOL_GPL vmlinux 0x1818a038 sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0x1828b6ad iomap_invalidate_folio +EXPORT_SYMBOL_GPL vmlinux 0x182e2f09 cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x18428692 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x1846e041 iommu_device_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x18643dc9 pm_genpd_remove +EXPORT_SYMBOL_GPL vmlinux 0x18715353 k3_udma_glue_push_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x1872e71f gpiochip_irq_domain_deactivate +EXPORT_SYMBOL_GPL vmlinux 0x1881954c meson_pmx_get_func_name +EXPORT_SYMBOL_GPL vmlinux 0x188dc959 trace_put_event_file +EXPORT_SYMBOL_GPL vmlinux 0x1894124d anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x189a0e7b usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x189e9223 virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x18a85adb bpf_map_put +EXPORT_SYMBOL_GPL vmlinux 0x18a9c1f6 __traceiter_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x18ab9bcf cpufreq_dbs_governor_stop +EXPORT_SYMBOL_GPL vmlinux 0x18b6fde5 pci_iov_get_pf_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x18c85db3 usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x18d1be52 __traceiter_rwmmio_post_write +EXPORT_SYMBOL_GPL vmlinux 0x18e4f8aa swphy_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x18e8c440 arch_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0x18f10f38 k3_udma_glue_enable_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x18f5413a hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0x18fb2caf cpus_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x19032d6d trace_handle_return +EXPORT_SYMBOL_GPL vmlinux 0x190d0ad6 tpm2_get_cc_attrs_tbl +EXPORT_SYMBOL_GPL vmlinux 0x190d1b3c nvmem_cell_read_u32 +EXPORT_SYMBOL_GPL vmlinux 0x19217d6c clk_hw_init_rate_request +EXPORT_SYMBOL_GPL vmlinux 0x1926028c zynqmp_pm_reset_assert +EXPORT_SYMBOL_GPL vmlinux 0x193282ae acpi_dev_resource_ext_address_space +EXPORT_SYMBOL_GPL vmlinux 0x19397e59 udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x194a4b7b serdev_device_remove +EXPORT_SYMBOL_GPL vmlinux 0x195ac6f3 tcp_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0x195d4090 fsverity_ioctl_measure +EXPORT_SYMBOL_GPL vmlinux 0x1980bd46 otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0x1982e888 dev_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0x19836915 perf_aux_output_flag +EXPORT_SYMBOL_GPL vmlinux 0x19991019 tegra_mc_get_carveout_info +EXPORT_SYMBOL_GPL vmlinux 0x199ce071 iommu_register_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x19a2fed0 sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19acc75b device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x19b3ed2d devm_thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x19bc92e7 class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x19c20269 soc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x19c42957 blk_op_str +EXPORT_SYMBOL_GPL vmlinux 0x19e81304 btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x19edd064 blkg_rwstat_exit +EXPORT_SYMBOL_GPL vmlinux 0x19f33626 nf_ctnetlink_has_listener +EXPORT_SYMBOL_GPL vmlinux 0x19f445fd devm_led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0x1a06a6b1 sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0x1a0e2f7f hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x1a10c32b crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x1a146ec3 usb_ep_type_string +EXPORT_SYMBOL_GPL vmlinux 0x1a216f5b i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0x1a286d22 tegra_bpmp_mrq_return +EXPORT_SYMBOL_GPL vmlinux 0x1a3d79d9 devm_phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0x1a6bf28f fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x1a7c649b device_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x1a7e08b7 ahci_start_engine +EXPORT_SYMBOL_GPL vmlinux 0x1a81d4f0 virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0x1a82368d ZSTD_customCalloc +EXPORT_SYMBOL_GPL vmlinux 0x1a84a747 blk_mq_unfreeze_queue +EXPORT_SYMBOL_GPL vmlinux 0x1a8a0e61 __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x1a902a93 phylink_mii_c22_pcs_get_state +EXPORT_SYMBOL_GPL vmlinux 0x1aa7a185 __tracepoint_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x1acb5b0f perf_get_aux +EXPORT_SYMBOL_GPL vmlinux 0x1acd18c8 cpuset_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x1ad28840 irq_domain_free_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x1af153c2 xhci_drop_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x1af267f8 int_pow +EXPORT_SYMBOL_GPL vmlinux 0x1af36aad of_irq_to_resource_table +EXPORT_SYMBOL_GPL vmlinux 0x1af3c0a4 mtk_pinconf_bias_disable_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x1af6129e bsg_remove_queue +EXPORT_SYMBOL_GPL vmlinux 0x1afaa2fd proc_dou8vec_minmax +EXPORT_SYMBOL_GPL vmlinux 0x1afb6582 scsi_host_complete_all_commands +EXPORT_SYMBOL_GPL vmlinux 0x1b0602c1 cond_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x1b0683d0 page_cache_sync_ra +EXPORT_SYMBOL_GPL vmlinux 0x1b082514 sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0x1b147177 clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x1b1f64e9 devm_usb_get_phy_by_node +EXPORT_SYMBOL_GPL vmlinux 0x1b4adff9 __traceiter_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x1b739ef5 __tracepoint_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1b765f62 blk_mq_alloc_sq_tag_set +EXPORT_SYMBOL_GPL vmlinux 0x1b818b8f fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b8bec2e dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x1b92e41d inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x1b971472 bpf_prog_destroy +EXPORT_SYMBOL_GPL vmlinux 0x1bb2b585 power_supply_charge_behaviour_show +EXPORT_SYMBOL_GPL vmlinux 0x1bc18129 crypto_init_akcipher_ops_sig +EXPORT_SYMBOL_GPL vmlinux 0x1bc40a8d gpmc_omap_get_nand_ops +EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1bc64087 xas_split +EXPORT_SYMBOL_GPL vmlinux 0x1bc67332 dm_start_time_ns_from_clone +EXPORT_SYMBOL_GPL vmlinux 0x1bc85e1c irq_set_affinity +EXPORT_SYMBOL_GPL vmlinux 0x1bcd1132 uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1bcd1e84 get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0x1bce90f7 serial8250_do_get_mctrl +EXPORT_SYMBOL_GPL vmlinux 0x1be65550 sk_msg_trim +EXPORT_SYMBOL_GPL vmlinux 0x1bf025c8 led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0x1bf2d688 nvmem_layout_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1c1a8593 devl_linecard_create +EXPORT_SYMBOL_GPL vmlinux 0x1c21c026 is_software_node +EXPORT_SYMBOL_GPL vmlinux 0x1c2cf980 __traceiter_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x1c39e5da rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0x1c495f6c rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0x1c4b2637 pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c5a8e04 usb_acpi_set_power_state +EXPORT_SYMBOL_GPL vmlinux 0x1c5a9eb2 power_supply_external_power_changed +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c5ff742 clk_get_phase +EXPORT_SYMBOL_GPL vmlinux 0x1c60346e ip6_dst_lookup_tunnel +EXPORT_SYMBOL_GPL vmlinux 0x1c7169dc ZSTD_customFree +EXPORT_SYMBOL_GPL vmlinux 0x1c78265b extcon_unregister_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1c89fb22 zynqmp_pm_clock_setparent +EXPORT_SYMBOL_GPL vmlinux 0x1c90b5ff perf_event_pause +EXPORT_SYMBOL_GPL vmlinux 0x1c94e3ee virtqueue_resize +EXPORT_SYMBOL_GPL vmlinux 0x1c9d1b09 tty_kclose +EXPORT_SYMBOL_GPL vmlinux 0x1ca3aa97 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0x1ca4a930 smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x1cb61836 vp_modern_queue_address +EXPORT_SYMBOL_GPL vmlinux 0x1cb6a58e pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0x1cb7c983 apei_exec_read_register_value +EXPORT_SYMBOL_GPL vmlinux 0x1cb9a1c8 xenbus_gather +EXPORT_SYMBOL_GPL vmlinux 0x1cbd92b0 cpu_mitigations_off +EXPORT_SYMBOL_GPL vmlinux 0x1cd382b9 iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0x1cdd0605 xhci_port_state_to_neutral +EXPORT_SYMBOL_GPL vmlinux 0x1ce69a62 handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0x1cea18d3 dpbp_close +EXPORT_SYMBOL_GPL vmlinux 0x1cfd73a3 perf_event_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0x1cff8eab sbitmap_init_node +EXPORT_SYMBOL_GPL vmlinux 0x1d011247 devm_gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0x1d03929e devfreq_event_set_event +EXPORT_SYMBOL_GPL vmlinux 0x1d222ced irq_get_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0x1d3ab68c of_hwspin_lock_get_id_byname +EXPORT_SYMBOL_GPL vmlinux 0x1d4c1eec sk_psock_drop +EXPORT_SYMBOL_GPL vmlinux 0x1d592906 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0x1d5b6529 fwnode_graph_get_remote_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x1d688575 perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0x1d6a0fec irq_chip_mask_parent +EXPORT_SYMBOL_GPL vmlinux 0x1d6a2c31 ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1d81614e phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0x1d94a218 dmi_memdev_handle +EXPORT_SYMBOL_GPL vmlinux 0x1d9e36c7 ahci_start_fis_rx +EXPORT_SYMBOL_GPL vmlinux 0x1da5e2c5 clk_hw_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x1dba2a19 get_net_ns +EXPORT_SYMBOL_GPL vmlinux 0x1dbd410e udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0x1dde5cf1 led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x1de3ce09 of_clk_get_parent_name +EXPORT_SYMBOL_GPL vmlinux 0x1de887ff zynqmp_pm_bootmode_write +EXPORT_SYMBOL_GPL vmlinux 0x1df846a8 pcc_mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0x1dfa5dbd mpi_invm +EXPORT_SYMBOL_GPL vmlinux 0x1dfa6147 mtk_pinconf_adv_pull_get +EXPORT_SYMBOL_GPL vmlinux 0x1e0670c6 reset_control_release +EXPORT_SYMBOL_GPL vmlinux 0x1e288c83 zynqmp_pm_force_pwrdwn +EXPORT_SYMBOL_GPL vmlinux 0x1e3bc77c xas_create_range +EXPORT_SYMBOL_GPL vmlinux 0x1e424d61 user_preparse +EXPORT_SYMBOL_GPL vmlinux 0x1e4871bc pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0x1e5055e5 tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0x1e53f827 stack_depot_print +EXPORT_SYMBOL_GPL vmlinux 0x1e685848 mmc_regulator_set_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0x1e733b84 dpbp_open +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e83fee6 HYPERVISOR_physdev_op +EXPORT_SYMBOL_GPL vmlinux 0x1e8fac8e wireless_nlevent_flush +EXPORT_SYMBOL_GPL vmlinux 0x1e9374a8 scsi_host_block +EXPORT_SYMBOL_GPL vmlinux 0x1e9bc719 freq_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x1e9c590a usb_find_common_endpoints_reverse +EXPORT_SYMBOL_GPL vmlinux 0x1ea9281b device_find_any_child +EXPORT_SYMBOL_GPL vmlinux 0x1eaefdf4 class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ecb1869 uart_get_rs485_mode +EXPORT_SYMBOL_GPL vmlinux 0x1ed4d2eb percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x1ee23652 wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x1ee47e00 is_vmalloc_or_module_addr +EXPORT_SYMBOL_GPL vmlinux 0x1ef20793 stop_core_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x1f0afc52 fwnode_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x1f0cbff5 devm_hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0x1f0dbd7a devlink_dpipe_entry_ctx_close +EXPORT_SYMBOL_GPL vmlinux 0x1f1445b2 ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL vmlinux 0x1f1cc011 zynqmp_pm_get_chipid +EXPORT_SYMBOL_GPL vmlinux 0x1f225b22 ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x1f38a4f6 mpi_set_highbit +EXPORT_SYMBOL_GPL vmlinux 0x1f403d87 vp_modern_set_status +EXPORT_SYMBOL_GPL vmlinux 0x1f449588 mctrl_gpio_disable_ms +EXPORT_SYMBOL_GPL vmlinux 0x1f4826ca regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x1f4f2956 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0x1f51b960 fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0x1f563160 bpf_offload_dev_priv +EXPORT_SYMBOL_GPL vmlinux 0x1f62e70b mtk_clk_unregister_fixed_clks +EXPORT_SYMBOL_GPL vmlinux 0x1f721529 ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0x1f73e73c hisi_reset_init +EXPORT_SYMBOL_GPL vmlinux 0x1f74386c usb_control_msg_send +EXPORT_SYMBOL_GPL vmlinux 0x1f77710a scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x1f7b6389 fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x1f8026be netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f8dff5b pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x1f99fec8 kvm_vcpu_gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0x1f9a2b53 zynqmp_pm_clock_enable +EXPORT_SYMBOL_GPL vmlinux 0x1fa1d95c sha256_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x1fa48995 efivar_supports_writes +EXPORT_SYMBOL_GPL vmlinux 0x1fd238e6 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x1fdaf45a edac_device_handle_ue_count +EXPORT_SYMBOL_GPL vmlinux 0x1fe6e504 gpiod_add_hogs +EXPORT_SYMBOL_GPL vmlinux 0x1fee7136 trace_seq_putc +EXPORT_SYMBOL_GPL vmlinux 0x1ff00e67 pm_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x1fff0bf1 fsl_mc_bus_dpci_type +EXPORT_SYMBOL_GPL vmlinux 0x2009e400 devlink_info_board_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2015ad26 rz_mtu3_shared_reg_update_bit +EXPORT_SYMBOL_GPL vmlinux 0x201dd2fe gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0x2020b239 filemap_add_folio +EXPORT_SYMBOL_GPL vmlinux 0x20244e0e devm_regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x2027c385 rt288x_setup +EXPORT_SYMBOL_GPL vmlinux 0x202d4ed6 nvmem_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x2039fec7 thermal_zone_device_priv +EXPORT_SYMBOL_GPL vmlinux 0x203c948e rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0x203fde71 alloc_dax_region +EXPORT_SYMBOL_GPL vmlinux 0x204f2c5c gnttab_free_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x2051fc54 virtio_check_mem_acc_cb +EXPORT_SYMBOL_GPL vmlinux 0x20552dc9 espintcp_queue_out +EXPORT_SYMBOL_GPL vmlinux 0x20561b11 devlink_region_snapshot_id_put +EXPORT_SYMBOL_GPL vmlinux 0x20674a1e fw_devlink_purge_absent_suppliers +EXPORT_SYMBOL_GPL vmlinux 0x20749bae pm_runtime_suspended_time +EXPORT_SYMBOL_GPL vmlinux 0x20758a5d free_fib_info +EXPORT_SYMBOL_GPL vmlinux 0x207c37a1 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0x207d9878 fwnode_connection_find_matches +EXPORT_SYMBOL_GPL vmlinux 0x20978fb9 idr_find +EXPORT_SYMBOL_GPL vmlinux 0x209d2795 mmc_regulator_disable_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0x20a4e01a HUF_readStats_wksp +EXPORT_SYMBOL_GPL vmlinux 0x20a70782 devm_fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x20a814b5 debugfs_lookup_and_remove +EXPORT_SYMBOL_GPL vmlinux 0x20ac8d4d devlink_port_init +EXPORT_SYMBOL_GPL vmlinux 0x20ad3127 PageHuge +EXPORT_SYMBOL_GPL vmlinux 0x20b3fd9c vfs_get_acl +EXPORT_SYMBOL_GPL vmlinux 0x20b5fde6 fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0x21075235 pci_ecam_free +EXPORT_SYMBOL_GPL vmlinux 0x210c6681 pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x2113d272 fsl_mc_bus_dpbp_type +EXPORT_SYMBOL_GPL vmlinux 0x21155626 rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0x21169178 devres_find +EXPORT_SYMBOL_GPL vmlinux 0x2123d53d of_clk_hw_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0x2126a3e6 kvm_vcpu_gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0x212734c5 vcap_netbytes_copy +EXPORT_SYMBOL_GPL vmlinux 0x212b2fe4 cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x2155b6c2 spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x215a9397 dst_blackhole_mtu +EXPORT_SYMBOL_GPL vmlinux 0x215ed062 ma35d1_reg_adc_clkdiv +EXPORT_SYMBOL_GPL vmlinux 0x2169fc64 edac_mc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x216c6141 io_uring_cmd_import_fixed +EXPORT_SYMBOL_GPL vmlinux 0x216de4e1 rcu_get_gp_kthreads_prio +EXPORT_SYMBOL_GPL vmlinux 0x21705de4 udp_cmsg_send +EXPORT_SYMBOL_GPL vmlinux 0x2176e42a hwpoison_filter_memcg +EXPORT_SYMBOL_GPL vmlinux 0x2180a306 ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x218d3572 cgroup_get_e_css +EXPORT_SYMBOL_GPL vmlinux 0x21a02a3d pinmux_generic_get_function +EXPORT_SYMBOL_GPL vmlinux 0x21a563da clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x21b14b2e __devm_irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x21b27387 __iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0x21cc91ca ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0x21cd536a crypto_put_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x21e0d5f2 edac_pci_handle_npe +EXPORT_SYMBOL_GPL vmlinux 0x21ea96d3 devlink_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x21eab09f __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x220ce70c kvm_arm_hyp_service_available +EXPORT_SYMBOL_GPL vmlinux 0x221dd0fc vchan_tx_submit +EXPORT_SYMBOL_GPL vmlinux 0x221eaf2c samsung_sdi_battery_get_info +EXPORT_SYMBOL_GPL vmlinux 0x221f78d6 irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0x222bbb8f xhci_find_slot_id_by_port +EXPORT_SYMBOL_GPL vmlinux 0x2231ef0d tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0x22340596 find_ge_pid +EXPORT_SYMBOL_GPL vmlinux 0x2236a73e usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0x223f0f61 cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x2243a300 fib6_new_table +EXPORT_SYMBOL_GPL vmlinux 0x2246170a to_software_node +EXPORT_SYMBOL_GPL vmlinux 0x2269d939 serial8250_rpm_get +EXPORT_SYMBOL_GPL vmlinux 0x227cbd14 regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x2290148f inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x2291cce1 tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x2292496a usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x22ac8744 bpf_prog_put +EXPORT_SYMBOL_GPL vmlinux 0x22d60537 tcf_frag_xmit_count +EXPORT_SYMBOL_GPL vmlinux 0x22d9409b iomap_sort_ioends +EXPORT_SYMBOL_GPL vmlinux 0x22df8057 pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x22e8b37c xenbus_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x22ec5205 cpu_latency_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x22f42a26 thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x22f57e0c inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0x22f9d0b4 acpi_find_child_by_adr +EXPORT_SYMBOL_GPL vmlinux 0x22fd08ba cpuacct_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x230f62cf ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0x231c7bf0 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0x231fc854 dma_vmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x2326638b dpcon_close +EXPORT_SYMBOL_GPL vmlinux 0x233bdafa vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0x233c7d41 devl_trap_policers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x233d4521 mptcp_pm_get_subflows_max +EXPORT_SYMBOL_GPL vmlinux 0x233dfd10 spi_mem_exec_op +EXPORT_SYMBOL_GPL vmlinux 0x23412816 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0x234bdb92 clk_regmap_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0x234cf416 devlink_fmsg_string_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x234de47f usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0x23525a2b aead_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x2352d82f tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0x23646c48 spi_mem_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x2364a7e5 rz_mtu3_32bit_ch_write +EXPORT_SYMBOL_GPL vmlinux 0x236a38a7 nexthop_select_path +EXPORT_SYMBOL_GPL vmlinux 0x23723b52 ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x237365e1 lwtunnel_state_alloc +EXPORT_SYMBOL_GPL vmlinux 0x23743b31 debugfs_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x2394922d md_start +EXPORT_SYMBOL_GPL vmlinux 0x2396c7f0 clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x239e8aa8 crypto_grab_shash +EXPORT_SYMBOL_GPL vmlinux 0x23be25b3 synth_event_add_next_val +EXPORT_SYMBOL_GPL vmlinux 0x23c3b778 phy_basic_features +EXPORT_SYMBOL_GPL vmlinux 0x23fc2e34 clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x24066a9d iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x2421097b mpi_const +EXPORT_SYMBOL_GPL vmlinux 0x24235223 phy_10gbit_full_features +EXPORT_SYMBOL_GPL vmlinux 0x2423c254 __serdev_device_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x24273ff5 imx_clk_hw_pllv4 +EXPORT_SYMBOL_GPL vmlinux 0x24378416 __pci_hp_initialize +EXPORT_SYMBOL_GPL vmlinux 0x243d2d1d scsi_alloc_request +EXPORT_SYMBOL_GPL vmlinux 0x24413343 erst_read_record +EXPORT_SYMBOL_GPL vmlinux 0x2442f6df __kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x24430467 of_reserved_mem_device_release +EXPORT_SYMBOL_GPL vmlinux 0x24471bbc devlink_to_dev +EXPORT_SYMBOL_GPL vmlinux 0x2448a6ed kthread_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x2454665d from_vfsuid +EXPORT_SYMBOL_GPL vmlinux 0x246216bf tun_get_tx_ring +EXPORT_SYMBOL_GPL vmlinux 0x2464da17 gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0x2469810f __rcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x247f3f11 blk_mq_unquiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0x2484e789 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x24852826 __SCK__tp_func_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x248a00ad uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0x248bc867 raw_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0x248e1473 kfree_strarray +EXPORT_SYMBOL_GPL vmlinux 0x24ac0eb6 rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x24ad11db wakeup_sources_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x24da0093 rcu_inkernel_boot_has_ended +EXPORT_SYMBOL_GPL vmlinux 0x24da08c3 rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x24fc50f4 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2500e01b clk_mux_val_to_index +EXPORT_SYMBOL_GPL vmlinux 0x250a728d nf_queue +EXPORT_SYMBOL_GPL vmlinux 0x25108c83 sdio_retune_crc_disable +EXPORT_SYMBOL_GPL vmlinux 0x251d9124 srcu_torture_stats_print +EXPORT_SYMBOL_GPL vmlinux 0x25263825 acpi_dev_get_resources +EXPORT_SYMBOL_GPL vmlinux 0x25266faa devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x25278455 gpiod_set_consumer_name +EXPORT_SYMBOL_GPL vmlinux 0x25301bc6 arch_wb_cache_pmem +EXPORT_SYMBOL_GPL vmlinux 0x2534f99f debounce_time_mt6795 +EXPORT_SYMBOL_GPL vmlinux 0x25379e73 clk_set_min_rate +EXPORT_SYMBOL_GPL vmlinux 0x25423be3 devm_ioremap_uc +EXPORT_SYMBOL_GPL vmlinux 0x254a14c7 tps65912_device_exit +EXPORT_SYMBOL_GPL vmlinux 0x254e6f98 pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x2574da11 zynqmp_pm_write_pggs +EXPORT_SYMBOL_GPL vmlinux 0x258b5097 platform_irqchip_probe +EXPORT_SYMBOL_GPL vmlinux 0x2592d249 i2c_adapter_depth +EXPORT_SYMBOL_GPL vmlinux 0x2592fc6c console_printk +EXPORT_SYMBOL_GPL vmlinux 0x2593ce62 apply_to_existing_page_range +EXPORT_SYMBOL_GPL vmlinux 0x259b98aa scsi_free_sgtables +EXPORT_SYMBOL_GPL vmlinux 0x259d4ebc sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0x25adf1a3 divider_ro_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x25b85838 bpf_prog_inc +EXPORT_SYMBOL_GPL vmlinux 0x25bbfa9a security_kernel_load_data +EXPORT_SYMBOL_GPL vmlinux 0x25c0e64f usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x25c42796 onboard_hub_destroy_pdevs +EXPORT_SYMBOL_GPL vmlinux 0x25cd80b2 vp_legacy_set_features +EXPORT_SYMBOL_GPL vmlinux 0x25e05f14 vcap_is_last_chain +EXPORT_SYMBOL_GPL vmlinux 0x25e8b07e fuse_dev_fiq_ops +EXPORT_SYMBOL_GPL vmlinux 0x25f4a5c9 acpi_device_fix_up_power_extended +EXPORT_SYMBOL_GPL vmlinux 0x260395cd serial8250_update_uartclk +EXPORT_SYMBOL_GPL vmlinux 0x260640b3 of_icc_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x2609f904 device_link_del +EXPORT_SYMBOL_GPL vmlinux 0x260b25f7 dw_pcie_ep_raise_legacy_irq +EXPORT_SYMBOL_GPL vmlinux 0x26172913 acpi_dev_get_next_consumer_dev +EXPORT_SYMBOL_GPL vmlinux 0x2624d447 pinctrl_pm_select_idle_state +EXPORT_SYMBOL_GPL vmlinux 0x2635c807 led_blink_set +EXPORT_SYMBOL_GPL vmlinux 0x264be1f4 skb_send_sock_locked +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x265a6250 iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x265bbef9 kexec_crash_loaded +EXPORT_SYMBOL_GPL vmlinux 0x265df038 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x266a4b08 tasklet_unlock +EXPORT_SYMBOL_GPL vmlinux 0x267941b3 __tracepoint_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x267df662 smp_call_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0x268bb032 mptcp_token_get_sock +EXPORT_SYMBOL_GPL vmlinux 0x26956b7d syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x26a0f993 pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0x26a2c7c9 crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0x26a93eb2 verify_pkcs7_signature +EXPORT_SYMBOL_GPL vmlinux 0x26ab4755 put_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x26c44a3b __tracepoint_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x26c6417b fscrypt_set_bio_crypt_ctx_bh +EXPORT_SYMBOL_GPL vmlinux 0x26c8867b dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26cd8e96 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0x26d36d06 dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0x26d85a38 shash_free_singlespawn_instance +EXPORT_SYMBOL_GPL vmlinux 0x26daa5a4 irq_domain_update_bus_token +EXPORT_SYMBOL_GPL vmlinux 0x26ed2186 register_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL vmlinux 0x2714d42c fscrypt_set_bio_crypt_ctx +EXPORT_SYMBOL_GPL vmlinux 0x272e9d77 hisi_reset_exit +EXPORT_SYMBOL_GPL vmlinux 0x273592bc devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x273e3219 fs_dax_get_by_bdev +EXPORT_SYMBOL_GPL vmlinux 0x27447af0 devfreq_event_reset_event +EXPORT_SYMBOL_GPL vmlinux 0x2749bfdf ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0x27641297 udp_tunnel_nic_ops +EXPORT_SYMBOL_GPL vmlinux 0x2766faf9 __cdx_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x2769a5bc register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x2773c485 __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x277fe56c switchdev_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x2795fc9d vcap_set_rule_set_actionset +EXPORT_SYMBOL_GPL vmlinux 0x279db8b1 of_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x27a48fcb acpi_set_modalias +EXPORT_SYMBOL_GPL vmlinux 0x27aa3472 au_platform_setup +EXPORT_SYMBOL_GPL vmlinux 0x27c08830 rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x27c6cb9c ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x27d3b3a0 to_of_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x27d5b5bc cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x27df3105 hv_alloc_hyperv_zeroed_page +EXPORT_SYMBOL_GPL vmlinux 0x27f1284c sock_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x2809dc7f pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0x2816db99 mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x2817f7fd cppc_get_desired_perf +EXPORT_SYMBOL_GPL vmlinux 0x281d04f0 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2823b422 pci_p2pdma_enable_show +EXPORT_SYMBOL_GPL vmlinux 0x282b3f94 __tracepoint_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x282cdabc usb_led_activity +EXPORT_SYMBOL_GPL vmlinux 0x28310bcd kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x283d59d0 fsl_mc_bus_dpmac_type +EXPORT_SYMBOL_GPL vmlinux 0x285754c8 md_bitmap_copy_from_slot +EXPORT_SYMBOL_GPL vmlinux 0x2859d184 devl_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x285e681a pci_bridge_emul_conf_read +EXPORT_SYMBOL_GPL vmlinux 0x285ff01a regulator_set_ramp_delay_regmap +EXPORT_SYMBOL_GPL vmlinux 0x2864abc9 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x2867f4f2 dma_free_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x286cc647 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0x286f0575 tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0x2874166b crypto_akcipher_sync_prep +EXPORT_SYMBOL_GPL vmlinux 0x2882d40e usb_role_switch_unregister +EXPORT_SYMBOL_GPL vmlinux 0x28848b51 __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x2890786a sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0x28aa6a67 call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x28ab4fb9 pinctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x28afbb08 cpu_latency_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x28b030d2 of_overlay_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x28bb2f91 gpiod_set_array_value +EXPORT_SYMBOL_GPL vmlinux 0x28c2cd50 inet_send_prepare +EXPORT_SYMBOL_GPL vmlinux 0x28d2bbb3 of_dma_router_register +EXPORT_SYMBOL_GPL vmlinux 0x28d4cb0d bpf_preload_ops +EXPORT_SYMBOL_GPL vmlinux 0x28dcfb86 ahci_platform_disable_clks +EXPORT_SYMBOL_GPL vmlinux 0x28e190a7 hid_bpf_disconnect_device +EXPORT_SYMBOL_GPL vmlinux 0x28e8f3f9 acpi_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0x28f9d593 devm_clk_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x2902b0eb lwtunnel_encap_add_ops +EXPORT_SYMBOL_GPL vmlinux 0x2911620b rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0x291876f3 mpi_ec_get_affine +EXPORT_SYMBOL_GPL vmlinux 0x292d38f3 devlink_port_linecard_set +EXPORT_SYMBOL_GPL vmlinux 0x2956a86b fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x295b982a hisi_clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x296682b0 zynqmp_pm_get_rpu_mode +EXPORT_SYMBOL_GPL vmlinux 0x29720291 kthread_flush_worker +EXPORT_SYMBOL_GPL vmlinux 0x29747e10 ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0x297ec447 phy_set_mode_ext +EXPORT_SYMBOL_GPL vmlinux 0x298c36b5 inet6_compat_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x29adcc0e devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x29ade519 blkdev_zone_mgmt +EXPORT_SYMBOL_GPL vmlinux 0x29ca551a mtk_clk_unregister_composites +EXPORT_SYMBOL_GPL vmlinux 0x29cc2b15 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x29d76547 k3_udma_glue_tdown_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x29e01e8e ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0x29eba37f current_is_async +EXPORT_SYMBOL_GPL vmlinux 0x29f1c86b dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0x29f2ce43 device_move +EXPORT_SYMBOL_GPL vmlinux 0x2a000c23 crypto_type_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x2a0ac095 phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x2a0ce032 regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x2a140ecf devm_namespace_disable +EXPORT_SYMBOL_GPL vmlinux 0x2a1e8fd0 md_stop +EXPORT_SYMBOL_GPL vmlinux 0x2a1fb2ac invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x2a2c0665 mtk_clk_gate_ops_setclr_inv +EXPORT_SYMBOL_GPL vmlinux 0x2a2f04fa ip_tunnel_netlink_parms +EXPORT_SYMBOL_GPL vmlinux 0x2a493a03 devlink_is_reload_failed +EXPORT_SYMBOL_GPL vmlinux 0x2a56f6c3 clk_hw_determine_rate_no_reparent +EXPORT_SYMBOL_GPL vmlinux 0x2a58c852 dev_pm_opp_get_max_clock_latency +EXPORT_SYMBOL_GPL vmlinux 0x2a5ea9ef rhashtable_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2a62cb3a ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2a652e82 kvm_vcpu_wake_up +EXPORT_SYMBOL_GPL vmlinux 0x2a6aed05 pin_get_name +EXPORT_SYMBOL_GPL vmlinux 0x2a7316da __SCK__tp_func_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x2a73a349 __pci_epf_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x2a7e9ac3 metadata_dst_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0x2a8be0fa watchdog_notify_pretimeout +EXPORT_SYMBOL_GPL vmlinux 0x2a90eaf1 device_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x2a976d1c dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x2a98d47b dmaengine_desc_get_metadata_ptr +EXPORT_SYMBOL_GPL vmlinux 0x2a9b236b rtm_getroute_parse_ip_proto +EXPORT_SYMBOL_GPL vmlinux 0x2a9fe952 phy_check_downshift +EXPORT_SYMBOL_GPL vmlinux 0x2aac39dd iommu_unregister_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x2aad90f7 pci_free_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x2aadad1a efi_capsule_update +EXPORT_SYMBOL_GPL vmlinux 0x2aafb408 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0x2ac153e1 umd_unload_blob +EXPORT_SYMBOL_GPL vmlinux 0x2acdac9b __traceiter_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x2adb817c sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0x2ae1689e zynqmp_pm_clock_getdivider +EXPORT_SYMBOL_GPL vmlinux 0x2ae33deb mtk_pinconf_adv_drive_set_raw +EXPORT_SYMBOL_GPL vmlinux 0x2b03b854 serial8250_do_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x2b07816d tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x2b0fe000 gnttab_cancel_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x2b112082 sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0x2b28422b regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2b2e5709 dev_pm_genpd_set_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x2b42fbb9 clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x2b4509dd devlink_health_reporter_state_update +EXPORT_SYMBOL_GPL vmlinux 0x2b4bd1ba vchan_tx_desc_free +EXPORT_SYMBOL_GPL vmlinux 0x2b59c344 virtqueue_get_vring +EXPORT_SYMBOL_GPL vmlinux 0x2b6150fb power_supply_temp2resist_simple +EXPORT_SYMBOL_GPL vmlinux 0x2b6d960d synth_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x2b754875 pci_epc_mem_alloc_addr +EXPORT_SYMBOL_GPL vmlinux 0x2b80e3f5 __regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x2b86297c dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0x2b86f0fd zynqmp_pm_bootmode_read +EXPORT_SYMBOL_GPL vmlinux 0x2b917eb8 net_failover_create +EXPORT_SYMBOL_GPL vmlinux 0x2b95ef8f hid_bpf_connect_device +EXPORT_SYMBOL_GPL vmlinux 0x2b960b66 qman_is_probed +EXPORT_SYMBOL_GPL vmlinux 0x2b9997fb atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x2b999ea3 usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x2ba2453b device_for_each_child_reverse +EXPORT_SYMBOL_GPL vmlinux 0x2bba1bf8 devlink_dpipe_match_put +EXPORT_SYMBOL_GPL vmlinux 0x2bc5439d iomap_ioend_try_merge +EXPORT_SYMBOL_GPL vmlinux 0x2bd85099 crypto_alloc_sig +EXPORT_SYMBOL_GPL vmlinux 0x2bd8a8bb blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x2bdf5ab0 pm_wakeup_pending +EXPORT_SYMBOL_GPL vmlinux 0x2be7f43d of_get_required_opp_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x2bef2e6a __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x2c02c590 page_cache_ra_unbounded +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c21be75 regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0x2c2367fe onboard_hub_create_pdevs +EXPORT_SYMBOL_GPL vmlinux 0x2c2669d7 __bio_add_page +EXPORT_SYMBOL_GPL vmlinux 0x2c2b292d folio_wait_stable +EXPORT_SYMBOL_GPL vmlinux 0x2c2e59f9 rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x2c3054f9 net_inc_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x2c309aef dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0x2c4499d2 devlink_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0x2c5db11e ncsi_unregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x2c62b93c badblocks_store +EXPORT_SYMBOL_GPL vmlinux 0x2c635527 arch_invalidate_pmem +EXPORT_SYMBOL_GPL vmlinux 0x2c66ac85 devlink_info_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2c725800 devl_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2c749656 tcpv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c81a826 imx_1443x_pll +EXPORT_SYMBOL_GPL vmlinux 0x2c82ba76 hid_bpf_device_init +EXPORT_SYMBOL_GPL vmlinux 0x2c834418 static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x2c84977e device_create +EXPORT_SYMBOL_GPL vmlinux 0x2c8dd6b8 edac_mem_types +EXPORT_SYMBOL_GPL vmlinux 0x2c8e28ee phylink_ethtool_get_eee +EXPORT_SYMBOL_GPL vmlinux 0x2c8ea02b unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x2c972afd pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0x2c97f8a2 of_reconfig_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x2ca4f103 kpp_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x2cb67684 wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x2cc488ec of_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0x2ccb56cb __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x2ccf0565 vcap_rule_find_keysets +EXPORT_SYMBOL_GPL vmlinux 0x2cd73197 regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x2ce46784 iomap_file_buffered_write +EXPORT_SYMBOL_GPL vmlinux 0x2ce61f33 __SCK__tp_func_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x2cfbb1c1 phylink_fwnode_phy_connect +EXPORT_SYMBOL_GPL vmlinux 0x2d065631 dev_pm_opp_adjust_voltage +EXPORT_SYMBOL_GPL vmlinux 0x2d0684a9 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x2d0c6ccc rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x2d0c9a6e irq_chip_disable_parent +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d219798 netdev_walk_all_upper_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x2d274e25 vp_legacy_set_queue_address +EXPORT_SYMBOL_GPL vmlinux 0x2d2c902f perf_trace_buf_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2d2dd36f kobj_ns_grab_current +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d50266b badblocks_init +EXPORT_SYMBOL_GPL vmlinux 0x2d52ebbf genphy_c45_loopback +EXPORT_SYMBOL_GPL vmlinux 0x2d609547 dax_direct_access +EXPORT_SYMBOL_GPL vmlinux 0x2d779cf0 usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0x2d875315 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0x2d8fe4b4 pci_iomap_wc +EXPORT_SYMBOL_GPL vmlinux 0x2db67d4a owl_sps_set_pg +EXPORT_SYMBOL_GPL vmlinux 0x2dbfa099 thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0x2dc6c026 debugfs_create_file_unsafe +EXPORT_SYMBOL_GPL vmlinux 0x2dcab982 ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x2dd554b4 ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0x2dee0954 dw_pcie_host_init +EXPORT_SYMBOL_GPL vmlinux 0x2df55730 mtk_clk_dummy_ops +EXPORT_SYMBOL_GPL vmlinux 0x2e01e47d trace_remove_event_call +EXPORT_SYMBOL_GPL vmlinux 0x2e028ae6 rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x2e04fc94 handle_fasteoi_nmi +EXPORT_SYMBOL_GPL vmlinux 0x2e08226d badrange_add +EXPORT_SYMBOL_GPL vmlinux 0x2e110bbf dev_pm_opp_get_level +EXPORT_SYMBOL_GPL vmlinux 0x2e1aacf3 fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e389fb1 bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x2e3d2b25 list_lru_count_one +EXPORT_SYMBOL_GPL vmlinux 0x2e3e7770 thermal_cooling_device_update +EXPORT_SYMBOL_GPL vmlinux 0x2e4af60e __fscrypt_prepare_readdir +EXPORT_SYMBOL_GPL vmlinux 0x2e61301e perf_aux_output_end +EXPORT_SYMBOL_GPL vmlinux 0x2e66298c __SCK__tp_func_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x2e6795c0 devm_led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x2e7887d2 nf_ct_set_closing +EXPORT_SYMBOL_GPL vmlinux 0x2e795052 meson8_pmx_ops +EXPORT_SYMBOL_GPL vmlinux 0x2e9ec24d free_iova +EXPORT_SYMBOL_GPL vmlinux 0x2ebb19fd execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ec445f0 fscrypt_prepare_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x2eca6a19 phy_basic_t1s_p2mp_features_array +EXPORT_SYMBOL_GPL vmlinux 0x2ed489ec gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL vmlinux 0x2ee7c52b btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x2ef9664f virtio_require_restricted_mem_acc +EXPORT_SYMBOL_GPL vmlinux 0x2efa2970 gnttab_pages_clear_private +EXPORT_SYMBOL_GPL vmlinux 0x2efb71d2 of_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0x2f086047 usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f1ea064 __SCK__tp_func_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x2f2c95c4 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x2f309a32 pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0x2f3f209f tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0x2f4880df static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x2f551460 devm_ti_sci_get_of_resource +EXPORT_SYMBOL_GPL vmlinux 0x2f56ede9 gpiochip_line_is_open_source +EXPORT_SYMBOL_GPL vmlinux 0x2f575f30 pm_genpd_opp_to_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x2f5dec5a dma_max_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x2f64415f unregister_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2f6957b9 lwtunnel_get_encap_size +EXPORT_SYMBOL_GPL vmlinux 0x2f75873b platform_find_device_by_driver +EXPORT_SYMBOL_GPL vmlinux 0x2f84d41c device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x2f8ddd18 ahci_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x2fa68a7d usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0x2fa8ac2e tpm2_get_tpm_pt +EXPORT_SYMBOL_GPL vmlinux 0x2faac966 pci_bridge_emul_init +EXPORT_SYMBOL_GPL vmlinux 0x2fac3c71 k3_ringacc_request_rings_pair +EXPORT_SYMBOL_GPL vmlinux 0x2fba0707 regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x2fc1e0fe kmem_valid_obj +EXPORT_SYMBOL_GPL vmlinux 0x2fca8286 skcipher_alloc_instance_simple +EXPORT_SYMBOL_GPL vmlinux 0x2feffe89 pm_clk_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2ffedb6b hv_free_hyperv_page +EXPORT_SYMBOL_GPL vmlinux 0x2fff4043 regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x2fffc14d rockchip_pcie_get_phys +EXPORT_SYMBOL_GPL vmlinux 0x3001ad49 debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0x30110a29 phy_eee_cap1_features +EXPORT_SYMBOL_GPL vmlinux 0x3025eee0 tegra210_clk_emc_dll_update_setting +EXPORT_SYMBOL_GPL vmlinux 0x30267d6e netif_carrier_event +EXPORT_SYMBOL_GPL vmlinux 0x302fa2ad bpf_trace_run5 +EXPORT_SYMBOL_GPL vmlinux 0x30351294 k3_udma_glue_rx_flow_get_fdq_id +EXPORT_SYMBOL_GPL vmlinux 0x304464e4 ip_route_output_tunnel +EXPORT_SYMBOL_GPL vmlinux 0x3048e9b7 of_devfreq_cooling_register_power +EXPORT_SYMBOL_GPL vmlinux 0x30509646 rdev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x3050e5fc __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x3061cfce ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0x30845cba crypto_register_kpp +EXPORT_SYMBOL_GPL vmlinux 0x30861c02 regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x30907550 wakeup_sources_walk_start +EXPORT_SYMBOL_GPL vmlinux 0x30aa387a __devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x30c6a341 inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x30e1ec25 apei_map_generic_address +EXPORT_SYMBOL_GPL vmlinux 0x30e42163 tick_nohz_dep_clear_cpu +EXPORT_SYMBOL_GPL vmlinux 0x30edfec3 fsnotify_put_group +EXPORT_SYMBOL_GPL vmlinux 0x30fba8d9 devres_get +EXPORT_SYMBOL_GPL vmlinux 0x31019477 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x3103e605 irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x310bfd59 ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x310ddd4d fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0x31128b8e hv_remove_kexec_handler +EXPORT_SYMBOL_GPL vmlinux 0x311c6da4 put_iova_domain +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x313ea5fd ipi_send_single +EXPORT_SYMBOL_GPL vmlinux 0x313ed6ce crypto_create_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x314ddadd gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0x31645674 usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0x317e5ccb icc_provider_deregister +EXPORT_SYMBOL_GPL vmlinux 0x317fe29c inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0x3192d768 cpufreq_remove_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x31957581 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0x319b3647 led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x319c8e5a devlink_port_attrs_pci_pf_set +EXPORT_SYMBOL_GPL vmlinux 0x319d0b54 trace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0x31a31ba9 meson_axg_pmx_ops +EXPORT_SYMBOL_GPL vmlinux 0x31a76d61 mas_destroy +EXPORT_SYMBOL_GPL vmlinux 0x31a95e8b ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x31ace8d4 crypto_hash_alg_has_setkey +EXPORT_SYMBOL_GPL vmlinux 0x31b78fb1 __auxiliary_device_add +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31d34278 xas_load +EXPORT_SYMBOL_GPL vmlinux 0x31dc42f5 __tracepoint_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x31dc5fb1 dma_async_device_channel_register +EXPORT_SYMBOL_GPL vmlinux 0x31dca4d8 gnttab_claim_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x31e9e8d5 zynqmp_pm_set_suspend_mode +EXPORT_SYMBOL_GPL vmlinux 0x32042f98 of_dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x321c4257 ahci_platform_assert_rsts +EXPORT_SYMBOL_GPL vmlinux 0x32234d8b fscrypt_fname_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x32295715 dev_pm_opp_clear_config +EXPORT_SYMBOL_GPL vmlinux 0x322daeea pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0x323556d8 ptp_msg_is_sync +EXPORT_SYMBOL_GPL vmlinux 0x3239f324 wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0x32564fbd device_match_devt +EXPORT_SYMBOL_GPL vmlinux 0x325f9d61 vcap_rule_add_key_u72 +EXPORT_SYMBOL_GPL vmlinux 0x326c2d5d dev_pm_opp_get_suspend_opp_freq +EXPORT_SYMBOL_GPL vmlinux 0x326cefe5 hwpoison_filter_dev_minor +EXPORT_SYMBOL_GPL vmlinux 0x327a105d ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x327a2687 bind_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x327c73e6 __SCK__tp_func_rwmmio_read +EXPORT_SYMBOL_GPL vmlinux 0x328cf884 bpf_prog_add +EXPORT_SYMBOL_GPL vmlinux 0x328d9012 led_get +EXPORT_SYMBOL_GPL vmlinux 0x3291d641 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x329b4ca7 i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x32a8e974 ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0x32a9ec40 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0x32aa09a9 regmap_noinc_read +EXPORT_SYMBOL_GPL vmlinux 0x32ab06cc irq_percpu_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x32ada4a4 devm_hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x32bc0fcf preempt_notifier_dec +EXPORT_SYMBOL_GPL vmlinux 0x32bde05d addrconf_add_linklocal +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32ce6453 nf_hook_entries_insert_raw +EXPORT_SYMBOL_GPL vmlinux 0x32d20869 __clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x32d300a1 syscon_regmap_lookup_by_phandle_args +EXPORT_SYMBOL_GPL vmlinux 0x32dcd355 mtk_register_reset_controller_with_dev +EXPORT_SYMBOL_GPL vmlinux 0x330010b6 cpuset_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x330431c6 regulator_get_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x33065ed5 crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x330b0e01 sbitmap_queue_min_shallow_depth +EXPORT_SYMBOL_GPL vmlinux 0x330f6116 set_dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x331adc21 __tracepoint_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0x3325126e dmi_kobj +EXPORT_SYMBOL_GPL vmlinux 0x33338211 rcuref_get_slowpath +EXPORT_SYMBOL_GPL vmlinux 0x333ee81a rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0x33454179 fscrypt_d_revalidate +EXPORT_SYMBOL_GPL vmlinux 0x334c33c9 vchan_init +EXPORT_SYMBOL_GPL vmlinux 0x3352823d cppc_get_auto_sel_caps +EXPORT_SYMBOL_GPL vmlinux 0x335a613c mas_next_range +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x336e0d08 spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0x33858bba dw_pcie_find_capability +EXPORT_SYMBOL_GPL vmlinux 0x338c29ea rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x33982633 powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0x3398e644 xenbus_read_otherend_details +EXPORT_SYMBOL_GPL vmlinux 0x33a92176 usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x33afa34f sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0x33b3daea clk_gate_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x33b5fc29 fsl_mc_resource_free +EXPORT_SYMBOL_GPL vmlinux 0x33bbcf69 psil_set_new_ep_config +EXPORT_SYMBOL_GPL vmlinux 0x33bf96aa pci_vpd_alloc +EXPORT_SYMBOL_GPL vmlinux 0x33c9e817 crypto_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x33de03bf crypto_akcipher_sync_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x33fca724 ext_pi_type1_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x3408d0a4 pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x341b610d blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0x34331f04 acpi_os_unmap_memory +EXPORT_SYMBOL_GPL vmlinux 0x34344156 usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x343d45e2 extcon_get_edev_name +EXPORT_SYMBOL_GPL vmlinux 0x34407691 crypto_has_ahash +EXPORT_SYMBOL_GPL vmlinux 0x344147ec fwnode_count_parents +EXPORT_SYMBOL_GPL vmlinux 0x344361a1 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0x3444968d iommu_get_domain_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x3448c611 __traceiter_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x344a2c84 iomap_dio_complete +EXPORT_SYMBOL_GPL vmlinux 0x34505399 led_init_default_state_get +EXPORT_SYMBOL_GPL vmlinux 0x3450ad94 mpi_set_ui +EXPORT_SYMBOL_GPL vmlinux 0x34550ea1 phy_restore_page +EXPORT_SYMBOL_GPL vmlinux 0x346ae0a8 tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0x3476ac5b list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x3491f3c7 inet_pernet_hashinfo_free +EXPORT_SYMBOL_GPL vmlinux 0x349b1394 ping_close +EXPORT_SYMBOL_GPL vmlinux 0x34a7b142 __SCK__tp_func_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x34b89988 devl_rate_leaf_destroy +EXPORT_SYMBOL_GPL vmlinux 0x34bf2b60 fwnode_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x34d81c04 ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0x34da80bb __blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x34e886d1 gnttab_map_refs +EXPORT_SYMBOL_GPL vmlinux 0x34eab46d bind_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x350c43ea dev_pm_genpd_set_next_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x350f6ce5 tasklet_unlock_wait +EXPORT_SYMBOL_GPL vmlinux 0x3515559c extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3517815c regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x351b9642 __xenbus_register_frontend +EXPORT_SYMBOL_GPL vmlinux 0x351e763e usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0x351f54de sysfs_file_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x3523c453 dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x352b3813 maxim_charger_calc_reg_current +EXPORT_SYMBOL_GPL vmlinux 0x352ec68b bpf_offload_dev_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3531ec2e extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x3542e347 phy_10gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x35488eeb pci_msix_can_alloc_dyn +EXPORT_SYMBOL_GPL vmlinux 0x35541e81 led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0x355a52de blk_bio_list_merge +EXPORT_SYMBOL_GPL vmlinux 0x355b2ef2 ti_sci_put_handle +EXPORT_SYMBOL_GPL vmlinux 0x355bc89a klist_next +EXPORT_SYMBOL_GPL vmlinux 0x3562f983 read_sanitised_ftr_reg +EXPORT_SYMBOL_GPL vmlinux 0x3565a929 utf8_data_table +EXPORT_SYMBOL_GPL vmlinux 0x357457c3 psil_get_ep_config +EXPORT_SYMBOL_GPL vmlinux 0x357af952 unregister_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0x3581cd22 icc_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x35855d3f crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0x358cae6a tracing_snapshot_cond +EXPORT_SYMBOL_GPL vmlinux 0x358ef8db devfreq_event_enable_edev +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x359a9dad iomap_finish_ioends +EXPORT_SYMBOL_GPL vmlinux 0x359e1122 battery_hook_unregister +EXPORT_SYMBOL_GPL vmlinux 0x35a0cd61 nvdimm_in_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x35a4f59d zynqmp_pm_clock_setdivider +EXPORT_SYMBOL_GPL vmlinux 0x35cb250f led_blink_set_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x35d3dc46 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x35e108ff __percpu_init_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x35e956f1 regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x35ef16c5 blk_crypto_evict_key +EXPORT_SYMBOL_GPL vmlinux 0x3610cfbf __skb_zcopy_downgrade_managed +EXPORT_SYMBOL_GPL vmlinux 0x36169ced cpufreq_disable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x3618b801 dma_resv_get_fences +EXPORT_SYMBOL_GPL vmlinux 0x36199d75 ip_fib_metrics_init +EXPORT_SYMBOL_GPL vmlinux 0x36242943 switchdev_deferred_process +EXPORT_SYMBOL_GPL vmlinux 0x36260629 ioc_find_get_icq +EXPORT_SYMBOL_GPL vmlinux 0x3626cd3b i2c_slave_event +EXPORT_SYMBOL_GPL vmlinux 0x3630365f power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0x3636d031 led_update_brightness +EXPORT_SYMBOL_GPL vmlinux 0x363ca5aa debugfs_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0x364eee46 __kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x364efdd5 dsa_stubs +EXPORT_SYMBOL_GPL vmlinux 0x3650f376 sprd_pinctrl_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x365989e5 imx_1416x_pll +EXPORT_SYMBOL_GPL vmlinux 0x365c3346 regmap_get_raw_write_max +EXPORT_SYMBOL_GPL vmlinux 0x368308e7 irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0x368781e1 dax_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x36898d6f gpiod_remove_hogs +EXPORT_SYMBOL_GPL vmlinux 0x3689b26a ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36ac17ab alloc_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0x36bec9e2 iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0x36c1c79d bio_start_io_acct +EXPORT_SYMBOL_GPL vmlinux 0x36c75b4e context_tracking +EXPORT_SYMBOL_GPL vmlinux 0x36c7e4ca usb_phy_set_charger_state +EXPORT_SYMBOL_GPL vmlinux 0x36ccb614 crypto_alloc_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x36db870b zynqmp_pm_sha_hash +EXPORT_SYMBOL_GPL vmlinux 0x36e14293 irq_domain_remove_sim +EXPORT_SYMBOL_GPL vmlinux 0x36f5a0ec pci_d3cold_enable +EXPORT_SYMBOL_GPL vmlinux 0x3700ea66 tty_port_default_client_ops +EXPORT_SYMBOL_GPL vmlinux 0x3707baab bio_clone_blkg_association +EXPORT_SYMBOL_GPL vmlinux 0x371306a6 of_irq_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x37169f79 cpu_latency_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x3728b5e7 dev_fill_forward_path +EXPORT_SYMBOL_GPL vmlinux 0x3728e225 kvm_vcpu_gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL vmlinux 0x3733888c __traceiter_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x37409612 virtqueue_get_desc_addr +EXPORT_SYMBOL_GPL vmlinux 0x3741a5f6 fsl_mc_device_group +EXPORT_SYMBOL_GPL vmlinux 0x3743de7d ata_pci_shutdown_one +EXPORT_SYMBOL_GPL vmlinux 0x3748f2dc ahci_platform_enable_regulators +EXPORT_SYMBOL_GPL vmlinux 0x3750d770 erst_read +EXPORT_SYMBOL_GPL vmlinux 0x37677ab7 devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x3775c25b k3_udma_glue_tx_cppi5_to_dma_addr +EXPORT_SYMBOL_GPL vmlinux 0x377a5d31 crypto_unregister_scomps +EXPORT_SYMBOL_GPL vmlinux 0x377bbcbc pm_suspend_target_state +EXPORT_SYMBOL_GPL vmlinux 0x3788abce register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x378adfb7 zynqmp_pm_sd_dll_reset +EXPORT_SYMBOL_GPL vmlinux 0x37914025 xenbus_write +EXPORT_SYMBOL_GPL vmlinux 0x37a5a26b pm_wakeup_dev_event +EXPORT_SYMBOL_GPL vmlinux 0x37aebc1f register_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x37bf7be3 percpu_ref_exit +EXPORT_SYMBOL_GPL vmlinux 0x37c566a9 thp_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0x37d0bcca con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0x37e33168 blk_mq_unquiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x37f16536 qcom_smem_state_register +EXPORT_SYMBOL_GPL vmlinux 0x37f1cbf3 usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0x37f2f22b xfer_to_guest_mode_handle_work +EXPORT_SYMBOL_GPL vmlinux 0x3801776b __ioread32_copy +EXPORT_SYMBOL_GPL vmlinux 0x3803c85b ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x38041eef xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0x3807a734 usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0x380d7293 phylink_mii_c22_pcs_an_restart +EXPORT_SYMBOL_GPL vmlinux 0x380dde36 power_supply_batinfo_ocv2cap +EXPORT_SYMBOL_GPL vmlinux 0x38142758 event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0x38268b62 icc_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x38299d0b disk_set_zoned +EXPORT_SYMBOL_GPL vmlinux 0x382d7e43 ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x38374815 clear_selection +EXPORT_SYMBOL_GPL vmlinux 0x383afd57 pin_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x38446249 fuse_dev_alloc_install +EXPORT_SYMBOL_GPL vmlinux 0x38498c73 of_cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x384e886d pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x3866e217 nvmem_device_write +EXPORT_SYMBOL_GPL vmlinux 0x38688f46 dm_internal_suspend_noflush +EXPORT_SYMBOL_GPL vmlinux 0x38708e25 inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0x388a3e1f extcon_find_edev_by_node +EXPORT_SYMBOL_GPL vmlinux 0x388e2af9 umd_cleanup_helper +EXPORT_SYMBOL_GPL vmlinux 0x389b64a2 static_key_count +EXPORT_SYMBOL_GPL vmlinux 0x389b8fd1 regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0x38aa1397 gpiod_add_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0x38af91a9 blk_req_zone_write_trylock +EXPORT_SYMBOL_GPL vmlinux 0x38bd10f6 component_add +EXPORT_SYMBOL_GPL vmlinux 0x38c3ff30 freq_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x38c4c535 dma_mmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x38c6e5c6 vp_modern_probe +EXPORT_SYMBOL_GPL vmlinux 0x38db3588 dev_pm_opp_get_power +EXPORT_SYMBOL_GPL vmlinux 0x38e1fde7 mpi_set +EXPORT_SYMBOL_GPL vmlinux 0x38e5bc5a clk_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x38f704de dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x3931ce31 gpiod_get_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x3934db83 pci_bridge_emul_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x3942ed15 sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0x39462fb8 crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0x394cec0f vp_modern_remove +EXPORT_SYMBOL_GPL vmlinux 0x3958ccb6 __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x39591698 of_get_fb_videomode +EXPORT_SYMBOL_GPL vmlinux 0x395b8b90 sbitmap_prepare_to_wait +EXPORT_SYMBOL_GPL vmlinux 0x3964c320 usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x397e2142 __SCK__tp_func_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x39999e20 gpiochip_free_own_desc +EXPORT_SYMBOL_GPL vmlinux 0x39a06575 regmap_get_device +EXPORT_SYMBOL_GPL vmlinux 0x39a2352c xdp_return_frame_rx_napi +EXPORT_SYMBOL_GPL vmlinux 0x39aa4888 usb_role_string +EXPORT_SYMBOL_GPL vmlinux 0x39ae7205 acpi_subsys_complete +EXPORT_SYMBOL_GPL vmlinux 0x39b2234d gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x39b24a64 imx_fracn_gppll_integer +EXPORT_SYMBOL_GPL vmlinux 0x39bd3bea bind_interdomain_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x39c32aca __SCK__tp_func_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x39c3f94b fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x39c6b09b i2c_dw_prepare_clk +EXPORT_SYMBOL_GPL vmlinux 0x39c9d88c xas_find +EXPORT_SYMBOL_GPL vmlinux 0x39d5e463 virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0x39ded098 rdma_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x39e2edaf meson_clk_dualdiv_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x39e3d714 vcap_add_rule +EXPORT_SYMBOL_GPL vmlinux 0x39e4dc38 pcc_mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x39ee796a ptp_parse_header +EXPORT_SYMBOL_GPL vmlinux 0x39eeab2d screen_pos +EXPORT_SYMBOL_GPL vmlinux 0x39f309d3 rdev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x39f8ddcf ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0x39fd83db halt_poll_ns_shrink +EXPORT_SYMBOL_GPL vmlinux 0x3a0408ae iomap_file_buffered_write_punch_delalloc +EXPORT_SYMBOL_GPL vmlinux 0x3a14386f tty_kopen_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x3a15013b ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x3a23738d regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3a24fb2f percpu_ref_resurrect +EXPORT_SYMBOL_GPL vmlinux 0x3a3dffd0 dprc_remove_devices +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a55981a static_key_enable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x3a697b89 lwtunnel_encap_del_ops +EXPORT_SYMBOL_GPL vmlinux 0x3a74ea63 strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0x3a89da56 devlink_flash_update_status_notify +EXPORT_SYMBOL_GPL vmlinux 0x3a8a6dc6 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x3a9be019 asymmetric_key_id_partial +EXPORT_SYMBOL_GPL vmlinux 0x3ab4e4d0 gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0x3ab91e8d vring_create_virtqueue_dma +EXPORT_SYMBOL_GPL vmlinux 0x3abdc17a cper_dimm_err_location +EXPORT_SYMBOL_GPL vmlinux 0x3abe6fe5 phylink_validate_mask_caps +EXPORT_SYMBOL_GPL vmlinux 0x3ac3feba rhltable_init +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad658e5 wbt_disable_default +EXPORT_SYMBOL_GPL vmlinux 0x3ad707c0 debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x3addf06e gnttab_page_cache_shrink +EXPORT_SYMBOL_GPL vmlinux 0x3ae04b56 irq_domain_create_simple +EXPORT_SYMBOL_GPL vmlinux 0x3ae65f46 netdev_cmd_to_name +EXPORT_SYMBOL_GPL vmlinux 0x3aea300b xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0x3afc4a8f sbitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x3b0114c3 usb_get_maximum_ssp_rate +EXPORT_SYMBOL_GPL vmlinux 0x3b03208d power_supply_battery_info_has_prop +EXPORT_SYMBOL_GPL vmlinux 0x3b0a64a9 tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0x3b107294 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x3b126ec4 fwnode_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x3b13f3a5 dax_layout_busy_page_range +EXPORT_SYMBOL_GPL vmlinux 0x3b174626 fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0x3b17eb12 i2c_of_match_device +EXPORT_SYMBOL_GPL vmlinux 0x3b252629 sk_free_unlock_clone +EXPORT_SYMBOL_GPL vmlinux 0x3b3a3816 irq_domain_set_hwirq_and_chip +EXPORT_SYMBOL_GPL vmlinux 0x3b4c240a display_timings_release +EXPORT_SYMBOL_GPL vmlinux 0x3b4ce5cd set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0x3b5973d1 of_irq_parse_one +EXPORT_SYMBOL_GPL vmlinux 0x3b5c2537 sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0x3b6618eb ahci_check_ready +EXPORT_SYMBOL_GPL vmlinux 0x3b6ca8e8 dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x3b764012 rt_mutex_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0x3b78bf02 sunxi_ccu_get_mmc_timing_mode +EXPORT_SYMBOL_GPL vmlinux 0x3b8883aa cpu_device_create +EXPORT_SYMBOL_GPL vmlinux 0x3b892acc dma_async_device_channel_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3b9d290f vp_modern_generation +EXPORT_SYMBOL_GPL vmlinux 0x3ba01b47 get_compat_sigset +EXPORT_SYMBOL_GPL vmlinux 0x3ba86421 pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x3bac048d devm_platform_ioremap_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x3bbdede1 ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x3bc81ece mptcp_pm_get_add_addr_accept_max +EXPORT_SYMBOL_GPL vmlinux 0x3bdb5d28 alg_test +EXPORT_SYMBOL_GPL vmlinux 0x3bdef1b6 platform_get_irq_optional +EXPORT_SYMBOL_GPL vmlinux 0x3be200ce phy_10gbit_fec_features +EXPORT_SYMBOL_GPL vmlinux 0x3be303da power_supply_get_property_from_supplier +EXPORT_SYMBOL_GPL vmlinux 0x3be7a262 led_set_brightness_nosleep +EXPORT_SYMBOL_GPL vmlinux 0x3beb21d8 devm_regulator_get_enable_optional +EXPORT_SYMBOL_GPL vmlinux 0x3bf17755 mpi_read_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3bfdbf4a tcp_register_ulp +EXPORT_SYMBOL_GPL vmlinux 0x3c01e55e sock_map_close +EXPORT_SYMBOL_GPL vmlinux 0x3c0e8050 hyperv_pcpu_input_arg +EXPORT_SYMBOL_GPL vmlinux 0x3c11b9f5 tegra210_put_utmipll_in_iddq +EXPORT_SYMBOL_GPL vmlinux 0x3c1b79e0 i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0x3c1c3725 rcu_fwd_progress_check +EXPORT_SYMBOL_GPL vmlinux 0x3c241c2c public_key_free +EXPORT_SYMBOL_GPL vmlinux 0x3c29295c icc_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x3c2b68f7 of_changeset_apply +EXPORT_SYMBOL_GPL vmlinux 0x3c2c4b31 tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0x3c2ed8fe fsl_mc_bus_dpmcp_type +EXPORT_SYMBOL_GPL vmlinux 0x3c33fa63 meson_clk_pll_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x3c3c85d8 __SCK__tp_func_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x3c4f4399 lwtstate_free +EXPORT_SYMBOL_GPL vmlinux 0x3c52bb0d iomap_release_folio +EXPORT_SYMBOL_GPL vmlinux 0x3c5d543a hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x3c6785b7 block_pr_type_to_scsi +EXPORT_SYMBOL_GPL vmlinux 0x3c681dc4 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0x3c6e7212 meson_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0x3c702848 trace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0x3c7a3bdb relay_reset +EXPORT_SYMBOL_GPL vmlinux 0x3c819c45 arch_apei_report_mem_error +EXPORT_SYMBOL_GPL vmlinux 0x3c825637 irqchip_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x3c851b66 clkdev_hw_create +EXPORT_SYMBOL_GPL vmlinux 0x3c986162 dev_pm_opp_xlate_required_opp +EXPORT_SYMBOL_GPL vmlinux 0x3cb2d704 __reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x3cb88a62 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x3cc469bd usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0x3ccad8c5 mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0x3ccd8b46 zynqmp_pm_clock_getparent +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cd1b510 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x3cfdbb59 bpf_trace_run9 +EXPORT_SYMBOL_GPL vmlinux 0x3d09bd03 fork_usermode_driver +EXPORT_SYMBOL_GPL vmlinux 0x3d0f9cd1 srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0x3d162ec2 dpcon_enable +EXPORT_SYMBOL_GPL vmlinux 0x3d276a07 desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0x3d2f0866 access_process_vm +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d39a056 gnttab_foreach_grant_in_range +EXPORT_SYMBOL_GPL vmlinux 0x3d3fa722 pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x3d510a7b rcu_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0x3d7210ea __traceiter_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x3d737d82 __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0x3d7a11f7 ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0x3d866e05 __SCK__tp_func_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x3d8baf3b zs_huge_class_size +EXPORT_SYMBOL_GPL vmlinux 0x3d9462bb __traceiter_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x3d9ea449 crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x3da204f1 __irq_domain_alloc_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x3daa2540 nf_hooks_lwtunnel_enabled +EXPORT_SYMBOL_GPL vmlinux 0x3dad8836 pinctrl_enable +EXPORT_SYMBOL_GPL vmlinux 0x3dc7073c __platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0x3dd8f9ec acpi_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x3ddb7ada gnttab_page_cache_put +EXPORT_SYMBOL_GPL vmlinux 0x3ddd0160 blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0x3de51ce3 serdev_device_wait_until_sent +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3df70c99 trace_clock_global +EXPORT_SYMBOL_GPL vmlinux 0x3dfb071f __cpuhp_state_remove_instance +EXPORT_SYMBOL_GPL vmlinux 0x3dfe2390 thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x3e0a087f inet_hashinfo2_init_mod +EXPORT_SYMBOL_GPL vmlinux 0x3e19d15a __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x3e2deb49 __devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x3e31f3dc cg_regs_dummy +EXPORT_SYMBOL_GPL vmlinux 0x3e338748 ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x3e368514 ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0x3e411ace sfp_select_interface +EXPORT_SYMBOL_GPL vmlinux 0x3e66942f crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0x3e6abb89 usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x3e6d9d64 __tracepoint_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e738fad kstrdup_quotable_cmdline +EXPORT_SYMBOL_GPL vmlinux 0x3e7ad7c2 fwnode_graph_get_endpoint_count +EXPORT_SYMBOL_GPL vmlinux 0x3e8127da usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0x3e821120 iomap_seek_data +EXPORT_SYMBOL_GPL vmlinux 0x3e8c1b8a ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x3e903560 ip_tunnel_netlink_encap_parms +EXPORT_SYMBOL_GPL vmlinux 0x3e9382a1 kvm_clear_guest +EXPORT_SYMBOL_GPL vmlinux 0x3e94f93d genphy_c45_read_pma +EXPORT_SYMBOL_GPL vmlinux 0x3e96c61c of_genpd_parse_idle_states +EXPORT_SYMBOL_GPL vmlinux 0x3e97a0f7 devm_spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3e9cd1b5 pci_epc_linkdown +EXPORT_SYMBOL_GPL vmlinux 0x3ea5196d apei_osc_setup +EXPORT_SYMBOL_GPL vmlinux 0x3ece0afd follow_pte +EXPORT_SYMBOL_GPL vmlinux 0x3ed47ba9 __platform_register_drivers +EXPORT_SYMBOL_GPL vmlinux 0x3edb086b pse_control_put +EXPORT_SYMBOL_GPL vmlinux 0x3ee178e2 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x3ef051c8 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x3ef34ab5 rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0x3f0ba164 clk_hw_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x3f2233d4 pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0x3f292cf5 inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0x3f491f49 reset_control_bulk_reset +EXPORT_SYMBOL_GPL vmlinux 0x3f5822be devl_unlock +EXPORT_SYMBOL_GPL vmlinux 0x3f5b8980 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0x3f663e1c fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3f708a3d ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0x3f75691e mtk_eint_do_init +EXPORT_SYMBOL_GPL vmlinux 0x3f7f9328 __phy_modify +EXPORT_SYMBOL_GPL vmlinux 0x3f83f8d3 rcu_bind_current_to_nocb +EXPORT_SYMBOL_GPL vmlinux 0x3f84bcd7 dax_alive +EXPORT_SYMBOL_GPL vmlinux 0x3f863df3 devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x3f9af8fb __devm_pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0x3fae6ab0 hv_vp_index +EXPORT_SYMBOL_GPL vmlinux 0x3fc354d2 ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0x3fc62872 fsl_mc_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3fca47eb usb_check_bulk_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x3fce5a12 crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x3fd4fe55 fib_nl_delrule +EXPORT_SYMBOL_GPL vmlinux 0x3fe35aea irq_bypass_unregister_consumer +EXPORT_SYMBOL_GPL vmlinux 0x3fe6c346 devlink_fmsg_binary_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x3fea029c hisi_clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x3ff2e349 hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x3ffcade0 serdev_device_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x3ffdacf3 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0x400a024b acpi_scan_lock_release +EXPORT_SYMBOL_GPL vmlinux 0x4016db5a cgroup_get_from_path +EXPORT_SYMBOL_GPL vmlinux 0x401ac59c kvm_io_bus_write +EXPORT_SYMBOL_GPL vmlinux 0x4024aaa8 pci_epc_set_msi +EXPORT_SYMBOL_GPL vmlinux 0x40267068 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x40284967 of_get_regulator_init_data +EXPORT_SYMBOL_GPL vmlinux 0x403794e2 rio_unmap_outb_region +EXPORT_SYMBOL_GPL vmlinux 0x403eac60 sbitmap_get +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x4043757f init_iova_domain +EXPORT_SYMBOL_GPL vmlinux 0x40490290 tpm_tis_resume +EXPORT_SYMBOL_GPL vmlinux 0x404c99d5 irq_domain_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x404d6616 tegra_bpmp_put +EXPORT_SYMBOL_GPL vmlinux 0x404f6122 gov_attr_set_init +EXPORT_SYMBOL_GPL vmlinux 0x4050fac1 sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0x4051f120 iommu_fwspec_init +EXPORT_SYMBOL_GPL vmlinux 0x40637f4b sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x406c4cb1 hrtimer_resolution +EXPORT_SYMBOL_GPL vmlinux 0x4071b517 out_of_line_wait_on_bit_timeout +EXPORT_SYMBOL_GPL vmlinux 0x407af304 usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0x407bef6c devlink_dpipe_entry_ctx_append +EXPORT_SYMBOL_GPL vmlinux 0x407e9f20 lwtunnel_input +EXPORT_SYMBOL_GPL vmlinux 0x4099f919 tun_ptr_free +EXPORT_SYMBOL_GPL vmlinux 0x40bbbda7 __traceiter_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x40be5ff5 pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x40c2548d sk_msg_clone +EXPORT_SYMBOL_GPL vmlinux 0x40c981a2 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0x40e0c971 pstore_register +EXPORT_SYMBOL_GPL vmlinux 0x40e34741 phy_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x40f028b3 zynqmp_pm_set_rpu_mode +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x40f8b94e ring_buffer_iter_dropped +EXPORT_SYMBOL_GPL vmlinux 0x40f8bd4e klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x4100a662 clk_get_scaled_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x411f9573 pm_clk_destroy +EXPORT_SYMBOL_GPL vmlinux 0x41237f71 cpu_have_feature +EXPORT_SYMBOL_GPL vmlinux 0x412bc681 ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x412e6bc8 lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x4135d366 i2c_dw_adjust_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0x41412339 pci_pr3_present +EXPORT_SYMBOL_GPL vmlinux 0x4142fe04 mpc8xxx_spi_tx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0x4144ee25 spi_split_transfers_maxsize +EXPORT_SYMBOL_GPL vmlinux 0x4149fe79 pm_wakeup_ws_event +EXPORT_SYMBOL_GPL vmlinux 0x414ba1ef dm_put +EXPORT_SYMBOL_GPL vmlinux 0x414d119a videomode_from_timings +EXPORT_SYMBOL_GPL vmlinux 0x4153f8f9 mbox_request_channel_byname +EXPORT_SYMBOL_GPL vmlinux 0x41553f37 hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0x415638e7 gpiochip_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x4168d920 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x41854bc1 devlink_unregister +EXPORT_SYMBOL_GPL vmlinux 0x41882871 rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x418873cc irq_bypass_register_producer +EXPORT_SYMBOL_GPL vmlinux 0x418e69d8 pm_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x419d7c83 zynqmp_pm_pinctrl_set_config +EXPORT_SYMBOL_GPL vmlinux 0x419e7efd sfp_module_stop +EXPORT_SYMBOL_GPL vmlinux 0x41b65208 __of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x41b9a6e6 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x41bce49a ghes_register_vendor_record_notifier +EXPORT_SYMBOL_GPL vmlinux 0x41c36b9b __tracepoint_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x41e5aa35 ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0x41e8ff37 perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0x41ed3cec eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x41ed8895 of_alias_from_compatible +EXPORT_SYMBOL_GPL vmlinux 0x41f93615 __mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0x42041512 i2c_get_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x420f3d01 nvmem_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4213e5c1 shmem_read_folio_gfp +EXPORT_SYMBOL_GPL vmlinux 0x4221005f lwtunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x422904ca __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x422a142a usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0x422cd9c5 sk_msg_return +EXPORT_SYMBOL_GPL vmlinux 0x4238dcc4 sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x42556721 i2c_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0x42635d55 pm_suspend_global_flags +EXPORT_SYMBOL_GPL vmlinux 0x4264447d ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0x426452a3 acpi_evaluation_failure_warn +EXPORT_SYMBOL_GPL vmlinux 0x4278d56a phylink_expects_phy +EXPORT_SYMBOL_GPL vmlinux 0x4280daed dma_resv_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x42834df8 static_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x428f58cf fwnode_get_phy_node +EXPORT_SYMBOL_GPL vmlinux 0x4291dbed sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x429c3f9c reboot_mode +EXPORT_SYMBOL_GPL vmlinux 0x429e7e70 devm_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x429f4fb4 mtk_clk_simple_remove +EXPORT_SYMBOL_GPL vmlinux 0x42bf8fe1 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0x42c8117c crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x42dfbc74 inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x42e732cb vcap_rule_add_key_u128 +EXPORT_SYMBOL_GPL vmlinux 0x42ea0003 pci_dev_trylock +EXPORT_SYMBOL_GPL vmlinux 0x42ea04bb i2c_dw_probe_master +EXPORT_SYMBOL_GPL vmlinux 0x42f241da proc_create_net_data_write +EXPORT_SYMBOL_GPL vmlinux 0x42f728aa mctrl_gpio_get_outputs +EXPORT_SYMBOL_GPL vmlinux 0x430a45dd gpiochip_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x430d0714 kthread_park +EXPORT_SYMBOL_GPL vmlinux 0x430d88ec __traceiter_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x431afc0f ahci_platform_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4320c355 imx_clk_hw_frac_pll +EXPORT_SYMBOL_GPL vmlinux 0x43258d20 tpm2_flush_context +EXPORT_SYMBOL_GPL vmlinux 0x432ea742 fixup_user_fault +EXPORT_SYMBOL_GPL vmlinux 0x43304842 __traceiter_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x43389896 balance_dirty_pages_ratelimited_flags +EXPORT_SYMBOL_GPL vmlinux 0x43390f5c pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x43411bc3 tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x43449e0e ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x436d817f mpi_clear_bit +EXPORT_SYMBOL_GPL vmlinux 0x437c5080 sk_msg_zerocopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x437eb1df ipv6_mod_enabled +EXPORT_SYMBOL_GPL vmlinux 0x438d147f pm_clk_remove_clk +EXPORT_SYMBOL_GPL vmlinux 0x438d8df2 iova_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x43a85b9c __traceiter_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x43aa319e lease_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x43bca31c serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x43c96373 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x43caa7c0 regmap_irq_get_irq_reg_linear +EXPORT_SYMBOL_GPL vmlinux 0x43cf96f2 dev_pm_opp_is_turbo +EXPORT_SYMBOL_GPL vmlinux 0x43cf96ff edac_device_add_device +EXPORT_SYMBOL_GPL vmlinux 0x43d33426 ti_sci_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x43dbcd1b component_del +EXPORT_SYMBOL_GPL vmlinux 0x43ed11c1 spi_transfer_cs_change_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0x43f81957 clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x43f92edd wait_for_initramfs +EXPORT_SYMBOL_GPL vmlinux 0x4401e6c2 mpi_cmpabs +EXPORT_SYMBOL_GPL vmlinux 0x440c89af fwnode_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x4413f461 zynqmp_pm_request_wake +EXPORT_SYMBOL_GPL vmlinux 0x4418bc1f __hwspin_trylock +EXPORT_SYMBOL_GPL vmlinux 0x441b2956 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x4422ac24 zynqmp_pm_set_tapdelay_bypass +EXPORT_SYMBOL_GPL vmlinux 0x442deaa9 poll_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4439b1e1 trace_output_call +EXPORT_SYMBOL_GPL vmlinux 0x4439bcd2 __SCK__tp_func_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x44425948 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0x444f1735 cpu_pm_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4461fe32 mctp_unregister_netdev +EXPORT_SYMBOL_GPL vmlinux 0x4465a1c6 __traceiter_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x4471a51d vhost_task_stop +EXPORT_SYMBOL_GPL vmlinux 0x4474f879 nf_checksum +EXPORT_SYMBOL_GPL vmlinux 0x4475dcaf hv_nested +EXPORT_SYMBOL_GPL vmlinux 0x447e8e35 crypto_clone_shash +EXPORT_SYMBOL_GPL vmlinux 0x447f809c imx_clk_hw_pllv3 +EXPORT_SYMBOL_GPL vmlinux 0x448312ff devfreq_get_devfreq_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x4494b4b4 disk_set_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0x449c0676 acpi_subsys_freeze +EXPORT_SYMBOL_GPL vmlinux 0x449f0cb5 sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x44a5c0db input_class +EXPORT_SYMBOL_GPL vmlinux 0x44a793ab HYPERVISOR_grant_table_op +EXPORT_SYMBOL_GPL vmlinux 0x44b7c076 perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0x44bae227 bit_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x44c10a52 kvfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x44c95965 tegra_bpmp_mrq_is_supported +EXPORT_SYMBOL_GPL vmlinux 0x44ca3bc3 scsi_template_proc_dir +EXPORT_SYMBOL_GPL vmlinux 0x44cf8cf0 blk_zone_cond_str +EXPORT_SYMBOL_GPL vmlinux 0x44de02cb put_io_context +EXPORT_SYMBOL_GPL vmlinux 0x44e1e9aa balloon_stats +EXPORT_SYMBOL_GPL vmlinux 0x44e58976 __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x44ede257 power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x44f51bb5 fat_scan +EXPORT_SYMBOL_GPL vmlinux 0x44ff64ca vp_modern_config_vector +EXPORT_SYMBOL_GPL vmlinux 0x4507f4a8 cpuhp_tasks_frozen +EXPORT_SYMBOL_GPL vmlinux 0x451618d0 sbitmap_del_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x451680c9 watchdog_set_restart_priority +EXPORT_SYMBOL_GPL vmlinux 0x451d76e4 nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x4531624f usb_decode_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x4531ab62 copy_from_kernel_nofault +EXPORT_SYMBOL_GPL vmlinux 0x4533f37a iomap_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0x45514c2a regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x45558f56 clk_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x4561f990 qcom_smem_state_unregister +EXPORT_SYMBOL_GPL vmlinux 0x45639beb nexthop_find_by_id +EXPORT_SYMBOL_GPL vmlinux 0x4564bbc5 uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x457722ef devlink_net +EXPORT_SYMBOL_GPL vmlinux 0x458d2788 rio_del_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0x4592f039 irq_chip_retrigger_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x459e6151 mm_unaccount_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x45a25ee5 locks_owner_has_blockers +EXPORT_SYMBOL_GPL vmlinux 0x45ae3cf2 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0x45b03f67 pinctrl_utils_add_map_mux +EXPORT_SYMBOL_GPL vmlinux 0x45b4e715 dev_pm_opp_init_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x45d0a71f housekeeping_affine +EXPORT_SYMBOL_GPL vmlinux 0x45e8b450 mnt_idmap_get +EXPORT_SYMBOL_GPL vmlinux 0x45f92dd7 usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0x45fa1d62 mbox_chan_txdone +EXPORT_SYMBOL_GPL vmlinux 0x46013233 net_dec_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x46030074 __hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0x4606a8fc __mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0x460aa18e led_compose_name +EXPORT_SYMBOL_GPL vmlinux 0x460c4ce6 clk_regmap_gate_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x460ed353 walk_hmem_resources +EXPORT_SYMBOL_GPL vmlinux 0x46275130 mas_expected_entries +EXPORT_SYMBOL_GPL vmlinux 0x463cab1d wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x463e9883 gfn_to_page +EXPORT_SYMBOL_GPL vmlinux 0x465fe238 perf_event_period +EXPORT_SYMBOL_GPL vmlinux 0x466532a2 gen10g_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x467a5d4a power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x468748f1 meson_clk_mpll_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x468fde42 dev_pm_opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0x4697c18f crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0x469f1b11 pinmux_generic_remove_function +EXPORT_SYMBOL_GPL vmlinux 0x46a4b118 hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x46bc5114 __imx8m_clk_hw_composite +EXPORT_SYMBOL_GPL vmlinux 0x46c31104 of_usb_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x46dcc215 pci_epc_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x46e2239b dw_pcie_ep_init_complete +EXPORT_SYMBOL_GPL vmlinux 0x46e26b60 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x46e67a71 this_cpu_has_cap +EXPORT_SYMBOL_GPL vmlinux 0x46f2ee2b sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x46f9bab8 devl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x46fee6d7 srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x47135b61 pci_p2pdma_add_resource +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x47291bb5 pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0x472fc45a xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x47373820 phy_led_trigger_change_speed +EXPORT_SYMBOL_GPL vmlinux 0x473d9ff6 devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x474104ab device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x4741a66c usb_of_has_combined_node +EXPORT_SYMBOL_GPL vmlinux 0x47489477 devm_irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x47497e86 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0x474de128 dev_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0x4761510a regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x476461e8 __tracepoint_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x47663cfe vcap_rule_mod_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x476b2f1d __trace_trigger_soft_disabled +EXPORT_SYMBOL_GPL vmlinux 0x478084ec devm_pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x478e81f8 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x479803b9 base64_encode +EXPORT_SYMBOL_GPL vmlinux 0x479998bc acpi_pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x479f7d4b clk_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x47a51a07 mtk_clk_register_gates +EXPORT_SYMBOL_GPL vmlinux 0x47a8f530 acomp_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47c5c1a6 regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0x47cb4e2b spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x47d0eea2 acpi_lpat_temp_to_raw +EXPORT_SYMBOL_GPL vmlinux 0x47de0dc7 clk_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x47f66e86 dev_pm_opp_of_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x480305ca kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0x480c3c11 register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x4815aa79 dev_pm_opp_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x48176053 of_property_read_u64_index +EXPORT_SYMBOL_GPL vmlinux 0x481f9b7d mpi_mulm +EXPORT_SYMBOL_GPL vmlinux 0x48203853 em_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x4824f211 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x4826da37 fwnode_usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0x482705fc devm_otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0x4828e77b acpi_scan_lock_acquire +EXPORT_SYMBOL_GPL vmlinux 0x482b9650 devm_gpiod_unhinge +EXPORT_SYMBOL_GPL vmlinux 0x4843a748 qman_portals_probed +EXPORT_SYMBOL_GPL vmlinux 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL vmlinux 0x485cf54e crypto_akcipher_sync_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x4860265f mtk_clk_register_pllfhs +EXPORT_SYMBOL_GPL vmlinux 0x486838a5 __tracepoint_rwmmio_write +EXPORT_SYMBOL_GPL vmlinux 0x486adb2e iomap_page_mkwrite +EXPORT_SYMBOL_GPL vmlinux 0x486dedc3 ghes_unregister_vendor_record_notifier +EXPORT_SYMBOL_GPL vmlinux 0x48a3d20b mctrl_gpio_get +EXPORT_SYMBOL_GPL vmlinux 0x48a4e530 kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0x48c32847 __SCK__tp_func_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x48c35c9e __tracepoint_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x48db4ae2 gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x49084f65 crypto_unregister_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x49172e01 fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0x49242bc7 freezer_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x492b3578 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0x492db90f serial8250_em485_start_tx +EXPORT_SYMBOL_GPL vmlinux 0x4930efb5 iommu_report_device_fault +EXPORT_SYMBOL_GPL vmlinux 0x4934bdd0 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x49554cee ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0x495974ee mctp_register_netdev +EXPORT_SYMBOL_GPL vmlinux 0x49608959 migrate_disable +EXPORT_SYMBOL_GPL vmlinux 0x496865db usb_phy_roothub_resume +EXPORT_SYMBOL_GPL vmlinux 0x498d8207 msg_zerocopy_put_abort +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49927d25 page_reporting_unregister +EXPORT_SYMBOL_GPL vmlinux 0x49997bb2 edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x49a016a7 dma_resv_set_deadline +EXPORT_SYMBOL_GPL vmlinux 0x49c41350 acpi_subsys_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x49c96cf3 sysfs_break_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x49cd25ed alloc_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x49cf88e7 mbox_flush +EXPORT_SYMBOL_GPL vmlinux 0x49d1ce60 gpiod_enable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0x49d3cc80 clk_hw_unregister_composite +EXPORT_SYMBOL_GPL vmlinux 0x49d8a13f adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0x49dc1832 cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x49e1fc23 virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0x49e62e96 tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4a17ed66 sysrq_mask +EXPORT_SYMBOL_GPL vmlinux 0x4a18e4c4 xenbus_dev_remove +EXPORT_SYMBOL_GPL vmlinux 0x4a2ab7c4 nf_route +EXPORT_SYMBOL_GPL vmlinux 0x4a342100 irq_chip_set_type_parent +EXPORT_SYMBOL_GPL vmlinux 0x4a420d09 acpi_bus_detach_private_data +EXPORT_SYMBOL_GPL vmlinux 0x4a43f499 handle_mm_fault +EXPORT_SYMBOL_GPL vmlinux 0x4a4c0a95 irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x4a4f9a61 debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0x4a536ff6 phy_resolve_aneg_linkmode +EXPORT_SYMBOL_GPL vmlinux 0x4a617099 ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4a639261 vcap_alloc_rule +EXPORT_SYMBOL_GPL vmlinux 0x4a6bde93 task_cputime_adjusted +EXPORT_SYMBOL_GPL vmlinux 0x4a76456d dw_pcie_ep_raise_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x4a76bf8e devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0x4a76d642 thermal_remove_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x4a7d9375 mmc_cmdq_enable +EXPORT_SYMBOL_GPL vmlinux 0x4a90a46c blk_freeze_queue_start +EXPORT_SYMBOL_GPL vmlinux 0x4a9e8cf5 tegra_bpmp_get +EXPORT_SYMBOL_GPL vmlinux 0x4aa42fd5 tegra_mc_probe_device +EXPORT_SYMBOL_GPL vmlinux 0x4aa75e44 __get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0x4ac063b4 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x4adff05b kill_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x4b1c2961 ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0x4b289b0f reset_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x4b2d8032 dev_fill_metadata_dst +EXPORT_SYMBOL_GPL vmlinux 0x4b2f5ad6 ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x4b328244 blk_queue_zone_write_granularity +EXPORT_SYMBOL_GPL vmlinux 0x4b35bfd6 ahci_platform_disable_resources +EXPORT_SYMBOL_GPL vmlinux 0x4b3619d3 vp_legacy_config_vector +EXPORT_SYMBOL_GPL vmlinux 0x4b370ffe yield_to +EXPORT_SYMBOL_GPL vmlinux 0x4b3dac3d bpf_trace_run8 +EXPORT_SYMBOL_GPL vmlinux 0x4b4fa6bf led_sysfs_enable +EXPORT_SYMBOL_GPL vmlinux 0x4b522f1d irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x4b5acf74 rhashtable_init +EXPORT_SYMBOL_GPL vmlinux 0x4b5b4820 ti_sci_inta_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x4b5fdda1 xenbus_setup_ring +EXPORT_SYMBOL_GPL vmlinux 0x4b607aaa regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0x4b61d664 devlink_dpipe_table_counter_enabled +EXPORT_SYMBOL_GPL vmlinux 0x4b61fdf5 ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x4b8730ae tpm_is_tpm2 +EXPORT_SYMBOL_GPL vmlinux 0x4b931968 xen_features +EXPORT_SYMBOL_GPL vmlinux 0x4ba0f5ac usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0x4bae5c93 virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0x4bb3f8de fsverity_ioctl_enable +EXPORT_SYMBOL_GPL vmlinux 0x4bb57677 proc_create_net_single +EXPORT_SYMBOL_GPL vmlinux 0x4bc1ab02 pci_d3cold_disable +EXPORT_SYMBOL_GPL vmlinux 0x4bc8727f xen_balloon_init +EXPORT_SYMBOL_GPL vmlinux 0x4bceaecc sysfs_update_groups +EXPORT_SYMBOL_GPL vmlinux 0x4bd4a8fd wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x4bd6f08b misc_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4bd78d16 pci_hp_add +EXPORT_SYMBOL_GPL vmlinux 0x4bdb8dcc housekeeping_test_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4bea0b6e tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x4bfa8688 cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0x4bfc02bd devlink_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x4bfd398d hwrng_msleep +EXPORT_SYMBOL_GPL vmlinux 0x4bfee30c nexthop_for_each_fib6_nh +EXPORT_SYMBOL_GPL vmlinux 0x4c189bcb blkcg_root_css +EXPORT_SYMBOL_GPL vmlinux 0x4c18ed12 regulator_irq_map_event_simple +EXPORT_SYMBOL_GPL vmlinux 0x4c24d7e5 mtk_free_clk_data +EXPORT_SYMBOL_GPL vmlinux 0x4c26e64f clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x4c2b351d start_poll_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x4c3a791a md_account_bio +EXPORT_SYMBOL_GPL vmlinux 0x4c53f3aa __devm_spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0x4c549b36 __traceiter_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x4c5e07e8 ata_scsi_slave_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4c5f348e acpi_dev_filter_resource_type +EXPORT_SYMBOL_GPL vmlinux 0x4c67adbf cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0x4c7bbd1e phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0x4c7fabda trace_event_ignore_this_pid +EXPORT_SYMBOL_GPL vmlinux 0x4c8adfe1 hv_root_partition +EXPORT_SYMBOL_GPL vmlinux 0x4ca32bfc mmc_get_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0x4ca5590e mas_prev +EXPORT_SYMBOL_GPL vmlinux 0x4caabf96 bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0x4cb27100 ktime_get_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x4cb81fda __SCK__tp_func_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x4cbfefb5 usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x4cc25018 of_request_module +EXPORT_SYMBOL_GPL vmlinux 0x4cd26516 blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0x4cf8880f vcap_rule_add_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x4cfad5fc crypto_alg_extsize +EXPORT_SYMBOL_GPL vmlinux 0x4d0015e2 cpu_hotplug_disable +EXPORT_SYMBOL_GPL vmlinux 0x4d136dc3 sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x4d24a1e4 sbitmap_finish_wait +EXPORT_SYMBOL_GPL vmlinux 0x4d3a0696 __SCK__tp_func_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x4d5ee472 virtqueue_get_avail_addr +EXPORT_SYMBOL_GPL vmlinux 0x4d654feb xenbus_alloc_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x4d6d0bbc iommu_group_ref_get +EXPORT_SYMBOL_GPL vmlinux 0x4d7272e4 migrate_enable +EXPORT_SYMBOL_GPL vmlinux 0x4d83c710 k3_udma_glue_tdown_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x4d89e964 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0x4d901faf usb_intf_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0x4d95d6d1 memcpy_flushcache +EXPORT_SYMBOL_GPL vmlinux 0x4da38f60 virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0x4dae16e4 i2c_put_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4e0b29d5 trace_seq_path +EXPORT_SYMBOL_GPL vmlinux 0x4e17c613 ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x4e19560d dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x4e20be1c shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x4e385011 pfn_to_online_page +EXPORT_SYMBOL_GPL vmlinux 0x4e3c0668 irq_domain_translate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x4e3fd1b4 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL vmlinux 0x4e43279c pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0x4e4c37e2 freq_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4e4e909a __clocksource_update_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0x4e55c7c7 bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0x4e582c3a regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x4e657485 free_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0x4e6d5cf9 mtk_pinconf_bias_get +EXPORT_SYMBOL_GPL vmlinux 0x4e6fc9b0 power_supply_battery_info_get_prop +EXPORT_SYMBOL_GPL vmlinux 0x4e85fb7e regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0x4e90a5a8 tegra_xusb_padctl_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0x4e9deed6 __traceiter_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0x4eac339e cpufreq_table_index_unsorted +EXPORT_SYMBOL_GPL vmlinux 0x4eac5fc1 cpu_mitigations_auto_nosmt +EXPORT_SYMBOL_GPL vmlinux 0x4ece1784 ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0x4ece3615 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4ede60f2 crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0x4ee9c671 fsverity_verify_blocks +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4efcf021 mpi_normalize +EXPORT_SYMBOL_GPL vmlinux 0x4effb4c4 of_pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0x4f09c28f ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0x4f10e009 ata_eh_read_sense_success_ncq_log +EXPORT_SYMBOL_GPL vmlinux 0x4f241ef9 led_put +EXPORT_SYMBOL_GPL vmlinux 0x4f2593f0 btree_update +EXPORT_SYMBOL_GPL vmlinux 0x4f2bc39e driver_register +EXPORT_SYMBOL_GPL vmlinux 0x4f2c996d kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0x4f3054a3 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4f39e6b8 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0x4f54b42c ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0x4f65bc4f acpi_bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f6ea78c dma_get_slave_caps +EXPORT_SYMBOL_GPL vmlinux 0x4f72a987 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0x4f80471a usb_of_get_companion_dev +EXPORT_SYMBOL_GPL vmlinux 0x4f80e319 __ct_user_exit +EXPORT_SYMBOL_GPL vmlinux 0x4f8df0c8 acpi_dev_get_dma_resources +EXPORT_SYMBOL_GPL vmlinux 0x4f929c95 hisi_clk_init +EXPORT_SYMBOL_GPL vmlinux 0x4f96a272 kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0x4f97fb91 regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0x4f98d766 cpu_pm_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4faab2fa gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x4fb5da55 fs_put_dax +EXPORT_SYMBOL_GPL vmlinux 0x4fba1475 usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0x4fc04513 ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0x4fc89967 of_k3_ringacc_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x4fcc2cb2 ima_file_hash +EXPORT_SYMBOL_GPL vmlinux 0x4fcdd37a clk_register +EXPORT_SYMBOL_GPL vmlinux 0x4fd25df4 sec_irq_init +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fe0b08e usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4fe60361 acpi_match_acpi_device +EXPORT_SYMBOL_GPL vmlinux 0x4feb816a synth_event_trace_end +EXPORT_SYMBOL_GPL vmlinux 0x4febe6be platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0x4ff16c77 spi_controller_dma_unmap_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0x500c768c apei_exec_read_register +EXPORT_SYMBOL_GPL vmlinux 0x5012b654 devl_param_driverinit_value_set +EXPORT_SYMBOL_GPL vmlinux 0x5026585c xen_irq_from_gsi +EXPORT_SYMBOL_GPL vmlinux 0x5030f698 mtk_mux_clr_set_upd_ops +EXPORT_SYMBOL_GPL vmlinux 0x50618d1e ulpi_viewport_access_ops +EXPORT_SYMBOL_GPL vmlinux 0x5066bcd6 of_icc_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0x507804ba group_cpus_evenly +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x5093e76e __tracepoint_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x509c30c9 mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0x50aa4253 kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x50ae2ecb syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x50b8fda2 pci_iov_vf_id +EXPORT_SYMBOL_GPL vmlinux 0x50bb03ca of_dma_xlate_by_chan_id +EXPORT_SYMBOL_GPL vmlinux 0x50cc710c acomp_request_free +EXPORT_SYMBOL_GPL vmlinux 0x50df6f33 pci_epc_raise_irq +EXPORT_SYMBOL_GPL vmlinux 0x50df94f5 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50eabb98 __tracepoint_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x50ee2081 iommu_device_sysfs_add +EXPORT_SYMBOL_GPL vmlinux 0x50ef7e32 tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0x50efde13 tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x50f43fb2 blkcg_punt_bio_submit +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x50ff308a powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x510aeae5 __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x511fb9b1 mtk_clk_unregister_pllfhs +EXPORT_SYMBOL_GPL vmlinux 0x512bcebd fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x51390c96 rcu_barrier_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x51537a91 da903x_update +EXPORT_SYMBOL_GPL vmlinux 0x51562b05 acpi_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0x515b390f __SCK__tp_func_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x515d017c dmaengine_desc_set_metadata_len +EXPORT_SYMBOL_GPL vmlinux 0x5167c002 acpi_dev_state_d0 +EXPORT_SYMBOL_GPL vmlinux 0x5169344d k3_udma_glue_pop_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x51814ac2 regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0x5185cb7f vp_modern_get_status +EXPORT_SYMBOL_GPL vmlinux 0x5187ac4b xen_store_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x5198b71c devlink_free +EXPORT_SYMBOL_GPL vmlinux 0x51a348cc usb_role_switch_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x51a3eff4 dw8250_do_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x51ad07dd tegra210_plle_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0x51af5936 meson_aoclkc_probe +EXPORT_SYMBOL_GPL vmlinux 0x51be552e ata_sas_tport_add +EXPORT_SYMBOL_GPL vmlinux 0x51dd8d53 phy_save_page +EXPORT_SYMBOL_GPL vmlinux 0x51e4f395 genphy_c45_plca_set_cfg +EXPORT_SYMBOL_GPL vmlinux 0x51e5a30a __synth_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x51ebd8fd rockchip_clk_register_plls +EXPORT_SYMBOL_GPL vmlinux 0x51ee39dc ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0x51fc9a6d xenmem_reservation_decrease +EXPORT_SYMBOL_GPL vmlinux 0x520332e4 acpi_get_psd_map +EXPORT_SYMBOL_GPL vmlinux 0x52213722 acpi_dev_resource_memory +EXPORT_SYMBOL_GPL vmlinux 0x5221677d fsl_mc_obj_reset +EXPORT_SYMBOL_GPL vmlinux 0x5224b359 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x52252316 clk_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x5225b3b5 devl_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0x522d99e9 make_vfsuid +EXPORT_SYMBOL_GPL vmlinux 0x522ea187 of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0x52431348 xenbus_transaction_start +EXPORT_SYMBOL_GPL vmlinux 0x52558f54 spi_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x525ec635 mtk_paris_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0x525f072c genpd_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0x52647db1 ct_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x526b540d scmi_protocol_unregister +EXPORT_SYMBOL_GPL vmlinux 0x52717a32 mf_dax_kill_procs +EXPORT_SYMBOL_GPL vmlinux 0x52729ee2 stmpe_dev_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x52740a77 skb_splice_bits +EXPORT_SYMBOL_GPL vmlinux 0x52754e5f netdev_walk_all_lower_dev +EXPORT_SYMBOL_GPL vmlinux 0x5277594a irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0x527a46f8 cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0x529efb93 hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0x52aadcba switchdev_handle_fdb_event_to_device +EXPORT_SYMBOL_GPL vmlinux 0x52aaf226 i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x52acedcb pci_epc_write_header +EXPORT_SYMBOL_GPL vmlinux 0x52b1e3c7 pci_flags +EXPORT_SYMBOL_GPL vmlinux 0x52c35e83 call_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x52ce2057 hv_setup_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0x52d54fce devlink_info_version_stored_put +EXPORT_SYMBOL_GPL vmlinux 0x52e78748 devm_tegra_core_dev_init_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x52eddb69 raw_v6_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x530e0f8c devl_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x530e99bc fwnode_handle_put +EXPORT_SYMBOL_GPL vmlinux 0x5310b6fc pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0x5315b8d9 switchdev_handle_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x5316534e __usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x53190afd of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0x532720f7 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x532aaf3a memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x532b90b5 kprobe_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x533ea94e balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x53493e4c tcp_reno_undo_cwnd +EXPORT_SYMBOL_GPL vmlinux 0x534fb4ab __strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0x5358864e devlink_fmsg_binary_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x537252cf __SCK__tp_func_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x5382c1f9 gpiochip_irqchip_irq_valid +EXPORT_SYMBOL_GPL vmlinux 0x5386622f dev_pm_opp_of_get_opp_desc_node +EXPORT_SYMBOL_GPL vmlinux 0x538b0b30 dpcon_disable +EXPORT_SYMBOL_GPL vmlinux 0x538d073d phy_duplex_to_str +EXPORT_SYMBOL_GPL vmlinux 0x53986940 device_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x53a07aa1 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x53b6a61a irq_chip_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0x53b6fab8 sysfs_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x53c089f5 property_entries_dup +EXPORT_SYMBOL_GPL vmlinux 0x53d1e057 __traceiter_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x53d7c01e __traceiter_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x53dcde57 cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x53e61e39 device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x540af181 iommu_fwspec_free +EXPORT_SYMBOL_GPL vmlinux 0x5419a5d4 led_sysfs_disable +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x541edae3 devm_power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 +EXPORT_SYMBOL_GPL vmlinux 0x5424cf81 call_rcu_hurry +EXPORT_SYMBOL_GPL vmlinux 0x542a891c wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x54432fa1 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x544a3394 dev_pm_opp_get_max_volt_latency +EXPORT_SYMBOL_GPL vmlinux 0x544ca390 extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x5452266b devl_region_create +EXPORT_SYMBOL_GPL vmlinux 0x5460f79f work_on_cpu_safe_key +EXPORT_SYMBOL_GPL vmlinux 0x54651f9b rhashtable_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x5466f80f efivars_unregister +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x54a25da2 qcom_smem_state_put +EXPORT_SYMBOL_GPL vmlinux 0x54a5dd49 fsl_mc_bus_dpsw_type +EXPORT_SYMBOL_GPL vmlinux 0x54b4b30a driver_deferred_probe_check_state +EXPORT_SYMBOL_GPL vmlinux 0x54cc463e regulator_set_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0x54df590e extcon_set_state_sync +EXPORT_SYMBOL_GPL vmlinux 0x54e84cf5 of_clk_hw_simple_get +EXPORT_SYMBOL_GPL vmlinux 0x54f36e68 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x54fbd026 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0x550372d7 perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0x550f3e05 i2c_freq_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x5522e3a3 blk_stat_disable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x552df20f dev_pm_qos_update_user_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x55339365 flush_delayed_fput +EXPORT_SYMBOL_GPL vmlinux 0x5539c0f8 edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0x553b49a4 cpufreq_get_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x553f4d1b of_led_get +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x55471331 devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x554aadd4 pci_p2pmem_publish +EXPORT_SYMBOL_GPL vmlinux 0x5551b32d ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL vmlinux 0x5561cc18 i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x556bdefc vp_legacy_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0x556c0697 dev_attr_ncq_prio_supported +EXPORT_SYMBOL_GPL vmlinux 0x556e4390 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x5571fab4 irq_create_fwspec_mapping +EXPORT_SYMBOL_GPL vmlinux 0x55759ab8 spi_slave_abort +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x557c5d05 gpiod_get_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0x557cac49 fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x5590ba4e devm_mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x55abb19b iptunnel_metadata_reply +EXPORT_SYMBOL_GPL vmlinux 0x55b21830 iomap_is_partially_uptodate +EXPORT_SYMBOL_GPL vmlinux 0x55c7308c posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x55c76a23 ksys_sync_helper +EXPORT_SYMBOL_GPL vmlinux 0x55c9880c zynqmp_pm_release_node +EXPORT_SYMBOL_GPL vmlinux 0x55cf6ec1 handle_untracked_irq +EXPORT_SYMBOL_GPL vmlinux 0x55d73daa trace_array_init_printk +EXPORT_SYMBOL_GPL vmlinux 0x55d7a23a usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x55d91921 alloc_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x55ddcfe3 spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0x55e1a904 pcie_flr +EXPORT_SYMBOL_GPL vmlinux 0x55e54e2c mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x55ea5036 acpi_dev_get_property +EXPORT_SYMBOL_GPL vmlinux 0x55eecff4 bit_wait_io_timeout +EXPORT_SYMBOL_GPL vmlinux 0x55f29ff8 tegra_mc_write_emem_configuration +EXPORT_SYMBOL_GPL vmlinux 0x55fb3826 vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0x56014035 i2c_acpi_new_device_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x56046c1d acpi_pci_check_ejectable +EXPORT_SYMBOL_GPL vmlinux 0x56054c05 crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x560e8240 ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0x5611be64 of_clk_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0x561375bd tracepoint_probe_register_prio +EXPORT_SYMBOL_GPL vmlinux 0x5616e641 nd_region_provider_data +EXPORT_SYMBOL_GPL vmlinux 0x56173654 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x5624f826 power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0x56256e8a orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x562c084e sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x5653f4fa of_remove_property +EXPORT_SYMBOL_GPL vmlinux 0x565644ac ahci_platform_enable_clks +EXPORT_SYMBOL_GPL vmlinux 0x565cc20b device_add_software_node +EXPORT_SYMBOL_GPL vmlinux 0x565d8423 blk_stat_enable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x566dccd1 scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x5671e1ae kthread_cancel_delayed_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x567a3313 crypto_unregister_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x567ec49d extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0x569ea05a irq_chip_get_parent_state +EXPORT_SYMBOL_GPL vmlinux 0x56a08d54 divider_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0x56a0cb23 pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0x56b2da17 mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0x56c2d303 iommu_dev_enable_feature +EXPORT_SYMBOL_GPL vmlinux 0x56c60c06 ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0x56c6eec5 i2c_new_scanned_device +EXPORT_SYMBOL_GPL vmlinux 0x56cb3dfe pci_create_ims_domain +EXPORT_SYMBOL_GPL vmlinux 0x56dc38cb pci_epc_get_msix +EXPORT_SYMBOL_GPL vmlinux 0x56e9103b cpu_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x56e9a684 hisi_clk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x56ef15d0 __tracepoint_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x56ef3927 tpm_tis_core_init +EXPORT_SYMBOL_GPL vmlinux 0x56fbb130 no_hash_pointers +EXPORT_SYMBOL_GPL vmlinux 0x57190178 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x571d9ec6 kvm_vcpu_read_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x571ec73f debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0x571faf01 __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x572a1205 clk_hw_get_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x5741e8b7 device_phy_find_device +EXPORT_SYMBOL_GPL vmlinux 0x574609c5 apei_exec_write_register_value +EXPORT_SYMBOL_GPL vmlinux 0x57719632 gnttab_grant_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x57727285 phylink_ethtool_set_eee +EXPORT_SYMBOL_GPL vmlinux 0x577a438a tegra210_clk_emc_detach +EXPORT_SYMBOL_GPL vmlinux 0x57830830 of_property_read_string_helper +EXPORT_SYMBOL_GPL vmlinux 0x578a79a4 cookie_tcp_reqsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x578eeb4d hugetlb_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57a09006 sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x57a4551d usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x57a50c28 regmap_get_val_endian +EXPORT_SYMBOL_GPL vmlinux 0x57a6ec34 debugfs_read_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x57ac163f vcap_is_next_lookup +EXPORT_SYMBOL_GPL vmlinux 0x57c58e9b __tracepoint_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x57c95b8c acpi_unbind_one +EXPORT_SYMBOL_GPL vmlinux 0x57d251ff ping_err +EXPORT_SYMBOL_GPL vmlinux 0x57d38a4d __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x57d4050a xhci_get_endpoint_index +EXPORT_SYMBOL_GPL vmlinux 0x57dab840 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x57db3529 balloon_page_list_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x57dc4851 mas_erase +EXPORT_SYMBOL_GPL vmlinux 0x57f56221 phy_get_rate_matching +EXPORT_SYMBOL_GPL vmlinux 0x57f576b9 mpi_ec_curve_point +EXPORT_SYMBOL_GPL vmlinux 0x57fa8aa6 regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x580bf694 pci_epc_clear_bar +EXPORT_SYMBOL_GPL vmlinux 0x581103f3 usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0x5823dfae acpi_device_fix_up_power_children +EXPORT_SYMBOL_GPL vmlinux 0x58276f93 cper_next_record_id +EXPORT_SYMBOL_GPL vmlinux 0x5829e979 mas_pause +EXPORT_SYMBOL_GPL vmlinux 0x582a68aa iov_iter_extract_pages +EXPORT_SYMBOL_GPL vmlinux 0x582f28a2 mtk_clk_unregister_gates +EXPORT_SYMBOL_GPL vmlinux 0x5831e062 cpus_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0x58427fba tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x5848ff69 acpi_device_fix_up_power +EXPORT_SYMBOL_GPL vmlinux 0x585f1080 blk_mq_quiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x586162be clk_hw_get_flags +EXPORT_SYMBOL_GPL vmlinux 0x586bfc8a alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x5879a27d sfp_get_module_info +EXPORT_SYMBOL_GPL vmlinux 0x587a7329 pci_load_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x588249ad power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0x58993b7f dpbp_enable +EXPORT_SYMBOL_GPL vmlinux 0x589942ce regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0x58a4ee12 tpm_transmit_cmd +EXPORT_SYMBOL_GPL vmlinux 0x58a7b8a4 regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x58b8d73f crypto_alloc_rng +EXPORT_SYMBOL_GPL vmlinux 0x58c3ad04 xdp_do_redirect +EXPORT_SYMBOL_GPL vmlinux 0x58cdbe10 vcap_del_rule +EXPORT_SYMBOL_GPL vmlinux 0x58db1176 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x58def6ca sfp_module_remove +EXPORT_SYMBOL_GPL vmlinux 0x58e14f15 HYPERVISOR_event_channel_op +EXPORT_SYMBOL_GPL vmlinux 0x58fa50c0 __traceiter_rwmmio_write +EXPORT_SYMBOL_GPL vmlinux 0x59019a79 vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x590a959e wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x5915b4d2 phy_put +EXPORT_SYMBOL_GPL vmlinux 0x591685fe pm_clk_resume +EXPORT_SYMBOL_GPL vmlinux 0x591758c8 iommu_set_pgtable_quirks +EXPORT_SYMBOL_GPL vmlinux 0x593ac537 __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0x5957cddb zs_lookup_class_index +EXPORT_SYMBOL_GPL vmlinux 0x596a14dc spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x596cd2b3 fuse_free_conn +EXPORT_SYMBOL_GPL vmlinux 0x597724e4 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x59793f64 usb_cache_string +EXPORT_SYMBOL_GPL vmlinux 0x5986d190 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0x598ee703 tcp_ca_openreq_child +EXPORT_SYMBOL_GPL vmlinux 0x59ad7781 inet_ehash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0x59b063ba start_poll_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x59b2adbf input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x59b8ca39 usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x59be2641 acpi_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x59c20ea5 dw_pcie_link_up +EXPORT_SYMBOL_GPL vmlinux 0x59c43dc9 __traceiter_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x59c56f63 crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x59c6c423 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0x59cd228a serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x59d2e706 iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0x59d59bff ahci_platform_ops +EXPORT_SYMBOL_GPL vmlinux 0x59e0695d phylink_speed_down +EXPORT_SYMBOL_GPL vmlinux 0x59e640c0 halt_poll_ns +EXPORT_SYMBOL_GPL vmlinux 0x59edfeb8 phy_rate_matching_to_str +EXPORT_SYMBOL_GPL vmlinux 0x59f32720 mpi_subm +EXPORT_SYMBOL_GPL vmlinux 0x59f8b7c6 ms_hyperv +EXPORT_SYMBOL_GPL vmlinux 0x59f957ca sysfs_groups_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x5a049a35 exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x5a0c5ef4 user_describe +EXPORT_SYMBOL_GPL vmlinux 0x5a103ff2 gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0x5a12e60c __SCK__tp_func_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x5a1d134a rcu_momentary_dyntick_idle +EXPORT_SYMBOL_GPL vmlinux 0x5a229368 arch_apei_enable_cmcff +EXPORT_SYMBOL_GPL vmlinux 0x5a2de952 msi_lock_descs +EXPORT_SYMBOL_GPL vmlinux 0x5a44015d usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0x5a49dbc9 timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x5a64c4ae devm_regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x5a66a841 fuse_init_fs_context_submount +EXPORT_SYMBOL_GPL vmlinux 0x5a6cdb52 nf_ct_zone_dflt +EXPORT_SYMBOL_GPL vmlinux 0x5a7b33c5 rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a843b0c devlink_region_create +EXPORT_SYMBOL_GPL vmlinux 0x5a91720b acpi_fetch_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0x5a97f3e8 devfreq_event_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x5a9f05f5 badblocks_show +EXPORT_SYMBOL_GPL vmlinux 0x5aa70984 acpi_reduced_hardware +EXPORT_SYMBOL_GPL vmlinux 0x5aacd970 crypto_register_rng +EXPORT_SYMBOL_GPL vmlinux 0x5ab09745 edac_get_owner +EXPORT_SYMBOL_GPL vmlinux 0x5abcad67 devfreq_get_devfreq_by_node +EXPORT_SYMBOL_GPL vmlinux 0x5abeff22 debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x5ae26f49 nvmem_device_find +EXPORT_SYMBOL_GPL vmlinux 0x5ae7b0c3 class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x5aeab89e da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x5af1bbc0 devfreq_event_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x5afc722e __audit_log_nfcfg +EXPORT_SYMBOL_GPL vmlinux 0x5b071b7b hwrng_yield +EXPORT_SYMBOL_GPL vmlinux 0x5b09d615 of_pci_parse_bus_range +EXPORT_SYMBOL_GPL vmlinux 0x5b0a189d gpiod_get_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x5b113c6c skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x5b21ceff ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0x5b2541f9 mmc_send_abort_tuning +EXPORT_SYMBOL_GPL vmlinux 0x5b30e25c vhost_task_wake +EXPORT_SYMBOL_GPL vmlinux 0x5b37b1fc crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0x5b50af89 tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x5b516f81 wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0x5b8047bc scsi_check_sense +EXPORT_SYMBOL_GPL vmlinux 0x5b826ceb dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x5b83d7ab __tracepoint_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x5b858ed3 of_irq_find_parent +EXPORT_SYMBOL_GPL vmlinux 0x5b890d1a host1x_context_device_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x5b9c0f87 misc_cg_try_charge +EXPORT_SYMBOL_GPL vmlinux 0x5ba9c87f blk_crypto_keyslot_index +EXPORT_SYMBOL_GPL vmlinux 0x5bc2b259 __traceiter_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x5bc3eb9e devm_bitmap_zalloc +EXPORT_SYMBOL_GPL vmlinux 0x5bc950fe regulator_irq_helper_cancel +EXPORT_SYMBOL_GPL vmlinux 0x5bcc0df7 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x5bd0748f crypto_del_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x5bdae35b usb_phy_roothub_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x5bdbac4e rcu_unexpedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x5bf1fce0 i2c_parse_fw_timings +EXPORT_SYMBOL_GPL vmlinux 0x5bf8f4b9 crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0x5c070f62 cper_mem_err_status_str +EXPORT_SYMBOL_GPL vmlinux 0x5c0f77ce HYPERVISOR_platform_op_raw +EXPORT_SYMBOL_GPL vmlinux 0x5c15d00a ahci_set_em_messages +EXPORT_SYMBOL_GPL vmlinux 0x5c347fd7 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0x5c34b43c skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0x5c3b5501 irq_chip_set_parent_state +EXPORT_SYMBOL_GPL vmlinux 0x5c3bbd06 __SCK__tp_func_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x5c4a5fc8 fsnotify_alloc_group +EXPORT_SYMBOL_GPL vmlinux 0x5c5a1629 pci_iov_virtfn_devfn +EXPORT_SYMBOL_GPL vmlinux 0x5c5a1b16 tick_broadcast_control +EXPORT_SYMBOL_GPL vmlinux 0x5c74b41d public_key_signature_free +EXPORT_SYMBOL_GPL vmlinux 0x5c81c3fc usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x5c82016e __SCK__tp_func_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x5c9d30dd acpi_pci_find_root +EXPORT_SYMBOL_GPL vmlinux 0x5c9e5699 usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0x5c9f25c6 class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x5ca5efa5 tcp_is_ulp_esp +EXPORT_SYMBOL_GPL vmlinux 0x5cab9945 unregister_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x5cad8fc3 power_supply_ocv2cap_simple +EXPORT_SYMBOL_GPL vmlinux 0x5cb9b52f mtk_clk_register_muxes +EXPORT_SYMBOL_GPL vmlinux 0x5cc77c45 led_colors +EXPORT_SYMBOL_GPL vmlinux 0x5ccbc0ed cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0x5cce8ed2 of_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0x5cd12e6b ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0x5cede0a7 xdp_flush_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x5cedf008 __netpoll_free +EXPORT_SYMBOL_GPL vmlinux 0x5cf710ce fscrypt_ioctl_get_nonce +EXPORT_SYMBOL_GPL vmlinux 0x5d0c4dcc phylink_speed_up +EXPORT_SYMBOL_GPL vmlinux 0x5d110b57 power_supply_put +EXPORT_SYMBOL_GPL vmlinux 0x5d15be35 __vfs_setxattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x5d165428 ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0x5d17148b apei_write +EXPORT_SYMBOL_GPL vmlinux 0x5d1fed66 xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0x5d238369 tty_release_struct +EXPORT_SYMBOL_GPL vmlinux 0x5d25811e pci_epc_put +EXPORT_SYMBOL_GPL vmlinux 0x5d2aa5fb rhashtable_walk_peek +EXPORT_SYMBOL_GPL vmlinux 0x5d2bc42a reset_control_rearm +EXPORT_SYMBOL_GPL vmlinux 0x5d3d7629 cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0x5d4773a0 inet6_sock_destruct +EXPORT_SYMBOL_GPL vmlinux 0x5d53fcf4 mtk_clk_simple_probe +EXPORT_SYMBOL_GPL vmlinux 0x5d57ade2 bpfilter_ops +EXPORT_SYMBOL_GPL vmlinux 0x5d59ea28 regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x5d643fd0 crypto_grab_ahash +EXPORT_SYMBOL_GPL vmlinux 0x5d69fc86 dma_resv_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x5d6e090f phy_init +EXPORT_SYMBOL_GPL vmlinux 0x5d6f0608 mtk_clk_gate_ops_setclr +EXPORT_SYMBOL_GPL vmlinux 0x5d8476d3 bpf_sk_storage_diag_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5d85bb62 __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x5d8aeeb4 regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0x5d9f5b3e handle_fasteoi_ack_irq +EXPORT_SYMBOL_GPL vmlinux 0x5da67adc zs_compact +EXPORT_SYMBOL_GPL vmlinux 0x5db91ad2 pci_pri_supported +EXPORT_SYMBOL_GPL vmlinux 0x5dbb4fab dma_get_merge_boundary +EXPORT_SYMBOL_GPL vmlinux 0x5dc19747 phylink_mii_c22_pcs_encode_advertisement +EXPORT_SYMBOL_GPL vmlinux 0x5dc6d3f7 udp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0x5de37edc phylink_of_phy_connect +EXPORT_SYMBOL_GPL vmlinux 0x5de412cd k3_ringacc_ring_push +EXPORT_SYMBOL_GPL vmlinux 0x5de59171 spi_controller_suspend +EXPORT_SYMBOL_GPL vmlinux 0x5de98cd1 mtk_eint_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x5df1b2d4 ethnl_cable_test_pulse +EXPORT_SYMBOL_GPL vmlinux 0x5dff1c18 misc_cg_uncharge +EXPORT_SYMBOL_GPL vmlinux 0x5e0701e7 crypto_grab_spawn +EXPORT_SYMBOL_GPL vmlinux 0x5e0f155c mbox_bind_client +EXPORT_SYMBOL_GPL vmlinux 0x5e173309 cpu_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x5e19aa64 iommu_attach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0x5e1b281e sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0x5e458d42 ahci_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x5e515be6 ktime_get_ts64 +EXPORT_SYMBOL_GPL vmlinux 0x5e632a58 usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0x5e732e4b pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x5e76bb57 k3_ringacc_ring_get_size +EXPORT_SYMBOL_GPL vmlinux 0x5e798ffb divider_get_val +EXPORT_SYMBOL_GPL vmlinux 0x5e85415b ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x5e912857 anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0x5e99de57 evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0x5e9edf43 devm_regulator_bulk_get_const +EXPORT_SYMBOL_GPL vmlinux 0x5eae5408 clk_is_enabled_when_prepared +EXPORT_SYMBOL_GPL vmlinux 0x5eb417e0 __SCK__tp_func_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x5ec0fc66 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0x5ec45783 dev_attr_ncq_prio_enable +EXPORT_SYMBOL_GPL vmlinux 0x5ecdcf90 ti_sci_get_free_resource +EXPORT_SYMBOL_GPL vmlinux 0x5ecfbf92 handle_bad_irq +EXPORT_SYMBOL_GPL vmlinux 0x5ed2d051 regulator_is_equal +EXPORT_SYMBOL_GPL vmlinux 0x5ed80502 device_set_node +EXPORT_SYMBOL_GPL vmlinux 0x5ee2aa12 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0x5eee4a26 reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5ef4b650 to_nvdimm_bus +EXPORT_SYMBOL_GPL vmlinux 0x5f069684 pci_host_probe +EXPORT_SYMBOL_GPL vmlinux 0x5f118818 mtk_pinconf_drive_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x5f2309c7 __tracepoint_rwmmio_post_write +EXPORT_SYMBOL_GPL vmlinux 0x5f23e3fa insert_resource +EXPORT_SYMBOL_GPL vmlinux 0x5f384a68 x509_free_certificate +EXPORT_SYMBOL_GPL vmlinux 0x5f4b0529 wakeup_sources_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x5f58d7d1 __inode_attach_wb +EXPORT_SYMBOL_GPL vmlinux 0x5f5b93d8 mtk_clk_register_dividers +EXPORT_SYMBOL_GPL vmlinux 0x5f64d85b fib6_check_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x5f683f81 dev_pm_opp_get_supplies +EXPORT_SYMBOL_GPL vmlinux 0x5f6f1e9e dax_get_private +EXPORT_SYMBOL_GPL vmlinux 0x5fa625ed mpi_ec_mul_point +EXPORT_SYMBOL_GPL vmlinux 0x5fb8848b halt_poll_ns_grow_start +EXPORT_SYMBOL_GPL vmlinux 0x5fbb1de5 acpi_cpu_get_madt_gicc +EXPORT_SYMBOL_GPL vmlinux 0x5fcd2132 xdp_rxq_info_unused +EXPORT_SYMBOL_GPL vmlinux 0x5fcecfce mctrl_gpio_init +EXPORT_SYMBOL_GPL vmlinux 0x5fdef8c3 devm_kstrdup_const +EXPORT_SYMBOL_GPL vmlinux 0x5fe8bd59 evict_inodes +EXPORT_SYMBOL_GPL vmlinux 0x60091316 clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x600f53bd blk_queue_can_use_dma_map_merging +EXPORT_SYMBOL_GPL vmlinux 0x602120f4 switchdev_handle_port_obj_add_foreign +EXPORT_SYMBOL_GPL vmlinux 0x60301091 rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0x603d0d51 acpi_os_map_iomem +EXPORT_SYMBOL_GPL vmlinux 0x604208f0 ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0x60442822 phys_to_mach +EXPORT_SYMBOL_GPL vmlinux 0x604722fd devices_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x604a4f08 kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x605b2300 iomap_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x605c82f6 rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0x605d5bfa cache_line_size +EXPORT_SYMBOL_GPL vmlinux 0x606b4aba devlink_linecard_provision_set +EXPORT_SYMBOL_GPL vmlinux 0x606e8ff8 vmf_insert_pfn_pmd +EXPORT_SYMBOL_GPL vmlinux 0x60709fdd genphy_c45_pma_setup_forced +EXPORT_SYMBOL_GPL vmlinux 0x60722031 uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x6074f44a of_gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0x60770aa9 xdp_return_buff +EXPORT_SYMBOL_GPL vmlinux 0x607931ff spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0x607c4683 devlink_info_version_fixed_put +EXPORT_SYMBOL_GPL vmlinux 0x608d25d6 __xas_prev +EXPORT_SYMBOL_GPL vmlinux 0x6091797f synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x60919b57 genphy_c45_pma_baset1_read_master_slave +EXPORT_SYMBOL_GPL vmlinux 0x60990dcd __fsverity_file_open +EXPORT_SYMBOL_GPL vmlinux 0x609fb6e2 vcap_enable_lookups +EXPORT_SYMBOL_GPL vmlinux 0x60a0b484 sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL_GPL vmlinux 0x60ae0922 power_supply_vbat2ri +EXPORT_SYMBOL_GPL vmlinux 0x60c0fd5c add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0x60c366a7 transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x60cce000 sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x60e274ca crypto_get_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x60e74d8e scsi_host_busy_iter +EXPORT_SYMBOL_GPL vmlinux 0x60e9cf7c sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0x60ebb751 pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x60ebc96f ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x60ec2d39 scmi_device_create +EXPORT_SYMBOL_GPL vmlinux 0x60ed3b62 cpufreq_dbs_governor_limits +EXPORT_SYMBOL_GPL vmlinux 0x61172d5e fwnode_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x611cfa85 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0x6129fb93 sfp_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x612a327b bpf_offload_dev_match +EXPORT_SYMBOL_GPL vmlinux 0x612bfd89 errno_to_blk_status +EXPORT_SYMBOL_GPL vmlinux 0x6130a549 dm_table_set_type +EXPORT_SYMBOL_GPL vmlinux 0x613fb082 clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x614adcb7 of_overlay_remove_all +EXPORT_SYMBOL_GPL vmlinux 0x614db521 regmap_get_max_register +EXPORT_SYMBOL_GPL vmlinux 0x614fd606 fwnode_property_get_reference_args +EXPORT_SYMBOL_GPL vmlinux 0x6155f89a irq_chip_set_wake_parent +EXPORT_SYMBOL_GPL vmlinux 0x615c6de6 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0x616500f9 devl_register +EXPORT_SYMBOL_GPL vmlinux 0x616b81ee regulator_list_hardware_vsel +EXPORT_SYMBOL_GPL vmlinux 0x616b86f1 acpi_processor_get_performance_info +EXPORT_SYMBOL_GPL vmlinux 0x617ad475 skcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0x617d4445 devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0x6181e79f timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x61843ee6 pinconf_generic_dt_subnode_to_map +EXPORT_SYMBOL_GPL vmlinux 0x61897534 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0x618dba30 inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0x6198dfea __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6199ad5d crypto_has_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x61b33fdf bpf_map_inc +EXPORT_SYMBOL_GPL vmlinux 0x61bd0bd0 get_completed_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x61c1ca29 __SCK__tp_func_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x61c651a3 imx93_clk_composite_flags +EXPORT_SYMBOL_GPL vmlinux 0x61c7214c dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0x61e716dc fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x61eea203 tick_nohz_dep_set_task +EXPORT_SYMBOL_GPL vmlinux 0x61f1644b mas_find_range +EXPORT_SYMBOL_GPL vmlinux 0x61f67c92 phy_gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0x61f8ed81 devm_regmap_init_vexpress_config +EXPORT_SYMBOL_GPL vmlinux 0x61fe9c3a filemap_migrate_folio +EXPORT_SYMBOL_GPL vmlinux 0x6209d158 genphy_c45_an_disable_aneg +EXPORT_SYMBOL_GPL vmlinux 0x62104126 phylink_ethtool_set_wol +EXPORT_SYMBOL_GPL vmlinux 0x6216b01f pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6230a2da percpu_is_read_locked +EXPORT_SYMBOL_GPL vmlinux 0x62377a7b blk_io_schedule +EXPORT_SYMBOL_GPL vmlinux 0x623ab66f rz_mtu3_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x623c8c8e tpm1_getcap +EXPORT_SYMBOL_GPL vmlinux 0x6246a629 synchronize_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x624e8cd7 xhci_stop +EXPORT_SYMBOL_GPL vmlinux 0x624fb0c6 of_devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x6250ea68 pinctrl_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0x62515dab dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x6255198c extcon_register_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0x6257dda7 clk_rate_exclusive_get +EXPORT_SYMBOL_GPL vmlinux 0x6259d291 clk_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x6283abf5 raw_v4_match +EXPORT_SYMBOL_GPL vmlinux 0x6284cae9 platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x628cebbf usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0x6298a776 vcap_rule_set_counter +EXPORT_SYMBOL_GPL vmlinux 0x62a35967 dma_opt_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x62abdfb8 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0x62ad799c amba_bustype +EXPORT_SYMBOL_GPL vmlinux 0x62ae32e4 dax_remove_host +EXPORT_SYMBOL_GPL vmlinux 0x62b2e8cf fscrypt_file_open +EXPORT_SYMBOL_GPL vmlinux 0x62bb09bf clocks_calc_mult_shift +EXPORT_SYMBOL_GPL vmlinux 0x62f2def4 vcap_tc_flower_handler_ip_usage +EXPORT_SYMBOL_GPL vmlinux 0x62f3971c pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x62f5fbe6 cpufreq_dbs_governor_init +EXPORT_SYMBOL_GPL vmlinux 0x62fedbe7 blk_mq_pci_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x6312cf71 pinctrl_parse_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0x63150e06 clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x63197685 s2idle_wake +EXPORT_SYMBOL_GPL vmlinux 0x63262285 iommu_unmap_fast +EXPORT_SYMBOL_GPL vmlinux 0x632c9395 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0x6333934f iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x6333dd3a tpm_chip_unregister +EXPORT_SYMBOL_GPL vmlinux 0x63378eb0 blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0x633bd0d9 fib6_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x633eff26 devm_gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x6346caa0 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x634b9d42 __SCK__tp_func_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x635c75fd fsl_mc_object_free +EXPORT_SYMBOL_GPL vmlinux 0x636ae321 pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x636cf052 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x6384e7e2 vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0x638a0e60 crypto_register_acomps +EXPORT_SYMBOL_GPL vmlinux 0x638c8c47 ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0x63997c41 l3mdev_table_lookup_register +EXPORT_SYMBOL_GPL vmlinux 0x6399c536 usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0x639b598c rcu_tasks_trace_qs_blkd +EXPORT_SYMBOL_GPL vmlinux 0x639ff35b ahci_platform_find_clk +EXPORT_SYMBOL_GPL vmlinux 0x63a15701 ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x63a4448f sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0x63bd44b8 regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x63c08029 clk_bulk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x63c12066 __dev_fwnode_const +EXPORT_SYMBOL_GPL vmlinux 0x63cb4989 acpi_dev_get_memory_resources +EXPORT_SYMBOL_GPL vmlinux 0x63d3ccd0 scsi_internal_device_unblock_nowait +EXPORT_SYMBOL_GPL vmlinux 0x63dea921 regmap_get_reg_stride +EXPORT_SYMBOL_GPL vmlinux 0x63ea80b3 cper_mem_err_type_str +EXPORT_SYMBOL_GPL vmlinux 0x63fb6e7f dm_bio_from_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x6400379e bpf_sk_storage_diag_put +EXPORT_SYMBOL_GPL vmlinux 0x6405d9f3 gnttab_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x640e58bb kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x640ecc4c device_link_add +EXPORT_SYMBOL_GPL vmlinux 0x6414cafd devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0x6427572b tegra210_clk_emc_dll_enable +EXPORT_SYMBOL_GPL vmlinux 0x642980c0 crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x6435189b usb_phy_roothub_alloc +EXPORT_SYMBOL_GPL vmlinux 0x643b06b0 zynqmp_pm_clock_setrate +EXPORT_SYMBOL_GPL vmlinux 0x64496df3 i2c_match_id +EXPORT_SYMBOL_GPL vmlinux 0x644f8308 find_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x646463ae fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x647537f3 pl320_ipc_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x647967f0 icc_disable +EXPORT_SYMBOL_GPL vmlinux 0x6485cd35 trace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x648bfe53 pci_sriov_configure_simple +EXPORT_SYMBOL_GPL vmlinux 0x648d6da8 devm_devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0x648dfc82 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0x648f59a9 sfp_module_insert +EXPORT_SYMBOL_GPL vmlinux 0x64a31445 mutex_lock_io +EXPORT_SYMBOL_GPL vmlinux 0x64a4ea28 of_phandle_iterator_init +EXPORT_SYMBOL_GPL vmlinux 0x64ad9468 pinconf_generic_parse_dt_config +EXPORT_SYMBOL_GPL vmlinux 0x64c5ea66 vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x64d7fc79 driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x64dc27bf __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x64e27c4f synth_event_delete +EXPORT_SYMBOL_GPL vmlinux 0x64ed2239 divider_recalc_rate +EXPORT_SYMBOL_GPL vmlinux 0x64f36620 dax_flush +EXPORT_SYMBOL_GPL vmlinux 0x6501e839 platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0x6502d9c2 xenbus_scanf +EXPORT_SYMBOL_GPL vmlinux 0x650c4d82 da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6510a9d4 perf_event_update_userpage +EXPORT_SYMBOL_GPL vmlinux 0x651d10e5 ktime_get_tai_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6520e504 pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x6529362e dev_pm_domain_detach +EXPORT_SYMBOL_GPL vmlinux 0x652fe2a8 ftrace_ops_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x6531a37f mpi_add +EXPORT_SYMBOL_GPL vmlinux 0x653832e9 fwnode_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0x65525c38 ghes_register_report_chain +EXPORT_SYMBOL_GPL vmlinux 0x6568c8c7 scsi_dh_attach +EXPORT_SYMBOL_GPL vmlinux 0x656ac6c0 nvmem_cell_read_variable_le_u64 +EXPORT_SYMBOL_GPL vmlinux 0x656f2eb1 dw_pcie_setup_rc +EXPORT_SYMBOL_GPL vmlinux 0x657db106 tpm_put_ops +EXPORT_SYMBOL_GPL vmlinux 0x6582613c ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x65922dd6 synth_event_trace_start +EXPORT_SYMBOL_GPL vmlinux 0x65aa1804 rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x65acf90c sbitmap_weight +EXPORT_SYMBOL_GPL vmlinux 0x65c2b00a of_reserved_mem_device_init_by_name +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65d0119c wbc_detach_inode +EXPORT_SYMBOL_GPL vmlinux 0x65d4a3b1 kcpustat_field +EXPORT_SYMBOL_GPL vmlinux 0x65da1176 regulator_set_suspend_voltage +EXPORT_SYMBOL_GPL vmlinux 0x65e01af9 __sync_icache_dcache +EXPORT_SYMBOL_GPL vmlinux 0x65e03756 crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0x65e51b0a dma_resv_iter_first +EXPORT_SYMBOL_GPL vmlinux 0x65eee3ec devm_hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0x65fa564e register_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0x65ff3b8d soc_device_match +EXPORT_SYMBOL_GPL vmlinux 0x660bdded crypto_unregister_kpp +EXPORT_SYMBOL_GPL vmlinux 0x66129f3e io_uring_cmd_done +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x66200f9e irq_get_default_host +EXPORT_SYMBOL_GPL vmlinux 0x662a3cca of_detach_node +EXPORT_SYMBOL_GPL vmlinux 0x6636c3c9 irq_set_vcpu_affinity +EXPORT_SYMBOL_GPL vmlinux 0x66378226 rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x663bb448 devlink_fmsg_obj_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x6648db98 __SCK__tp_func_rwmmio_post_read +EXPORT_SYMBOL_GPL vmlinux 0x664e9cce iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0x664eb54a k3_ringacc_ring_reset_dma +EXPORT_SYMBOL_GPL vmlinux 0x665e92a0 clk_set_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x665f43e5 platform_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x66622824 cdx_dev_reset +EXPORT_SYMBOL_GPL vmlinux 0x66628d2a virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0x66634dfc vp_modern_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0x6667ed3c sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0x6671fb5b tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0x667d3cd1 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x6683b688 fwnode_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x668cf8c8 vring_notification_data +EXPORT_SYMBOL_GPL vmlinux 0x66b97421 sfp_link_up +EXPORT_SYMBOL_GPL vmlinux 0x66ba17e8 sk_psock_init +EXPORT_SYMBOL_GPL vmlinux 0x66d417bc device_register +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66e864d7 skb_clone_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x66e8b5b0 phylink_caps_to_linkmodes +EXPORT_SYMBOL_GPL vmlinux 0x66f551ba call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x67071725 restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x670b339c ghes_get_devices +EXPORT_SYMBOL_GPL vmlinux 0x670ee423 spi_mem_default_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x67131228 __devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x6713223a rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0x6715cd8f devm_krealloc +EXPORT_SYMBOL_GPL vmlinux 0x671f6d44 extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x672a7550 of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6739a503 balloon_set_new_target +EXPORT_SYMBOL_GPL vmlinux 0x67429c91 __SCK__tp_func_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x6742a70d ethnl_cable_test_amplitude +EXPORT_SYMBOL_GPL vmlinux 0x6744e907 component_compare_dev +EXPORT_SYMBOL_GPL vmlinux 0x674fa8f1 ma35d1_reg_clk_pll +EXPORT_SYMBOL_GPL vmlinux 0x676c688f k3_ringacc_ring_free +EXPORT_SYMBOL_GPL vmlinux 0x676d32ba skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0x676da896 pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x6772ffd3 iopf_queue_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x67738e24 _proc_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x677508a8 devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0x677c69f1 make_vfsgid +EXPORT_SYMBOL_GPL vmlinux 0x677ff88c xas_store +EXPORT_SYMBOL_GPL vmlinux 0x6782a906 of_map_id +EXPORT_SYMBOL_GPL vmlinux 0x67849ca3 bdev_nr_zones +EXPORT_SYMBOL_GPL vmlinux 0x6784e775 pci_ims_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x678b77fa devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x67960bfc pinctrl_generic_get_group_name +EXPORT_SYMBOL_GPL vmlinux 0x67acde10 ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0x67c3c795 get_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x67c85dfa dev_pm_opp_set_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x67cacaeb kthread_unpark +EXPORT_SYMBOL_GPL vmlinux 0x67d4179b devlink_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0x67da9f7c sha512_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x67e71f64 nd_cmd_out_size +EXPORT_SYMBOL_GPL vmlinux 0x67fe2839 wb_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0x68084669 nf_ip6_check_hbh_len +EXPORT_SYMBOL_GPL vmlinux 0x6822de1a firmware_upload_unregister +EXPORT_SYMBOL_GPL vmlinux 0x682ff057 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x68365d1e mptcp_get_reset_option +EXPORT_SYMBOL_GPL vmlinux 0x6836e3af mtk_pinconf_bias_set_combo +EXPORT_SYMBOL_GPL vmlinux 0x68414b9d usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x68437880 dax_writeback_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x68460527 blkcg_set_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x684ca117 zynqmp_pm_get_pll_frac_mode +EXPORT_SYMBOL_GPL vmlinux 0x685c8ea6 tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0x6865cef6 pci_epc_unmap_addr +EXPORT_SYMBOL_GPL vmlinux 0x686e86c2 nop_posix_acl_access +EXPORT_SYMBOL_GPL vmlinux 0x6870d3d1 pci_find_doe_mailbox +EXPORT_SYMBOL_GPL vmlinux 0x687e81f6 scsi_ioctl_block_when_processing_errors +EXPORT_SYMBOL_GPL vmlinux 0x6892e3c3 kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL vmlinux 0x68952493 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x689f6ff4 phylink_mii_c45_pcs_get_state +EXPORT_SYMBOL_GPL vmlinux 0x68ac6bc3 regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0x68ae3820 xen_xlate_remap_gfn_array +EXPORT_SYMBOL_GPL vmlinux 0x68c737e8 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x68ce325b of_pci_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0x6900686f vcap_find_actionfield +EXPORT_SYMBOL_GPL vmlinux 0x690b2050 devm_of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0x690eca94 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0x690f585e phy_basic_ports_array +EXPORT_SYMBOL_GPL vmlinux 0x6926c3fa vcap_rule_get_counter +EXPORT_SYMBOL_GPL vmlinux 0x6939a06b blk_queue_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x693beaed vtime_guest_exit +EXPORT_SYMBOL_GPL vmlinux 0x695776c5 seq_buf_do_printk +EXPORT_SYMBOL_GPL vmlinux 0x695fb96c anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0x6960d54d kill_device +EXPORT_SYMBOL_GPL vmlinux 0x696340a5 __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0x69637b2c __traceiter_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0x696f2b63 of_changeset_init +EXPORT_SYMBOL_GPL vmlinux 0x69756ffc locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x698edfc3 zynqmp_pm_set_gem_config +EXPORT_SYMBOL_GPL vmlinux 0x69a70bf0 is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0x69af1991 tpm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x69cf0632 mpi_fromstr +EXPORT_SYMBOL_GPL vmlinux 0x69d2d271 devm_gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x69dda276 mtk_pinconf_drive_get +EXPORT_SYMBOL_GPL vmlinux 0x69e683de uuid_gen +EXPORT_SYMBOL_GPL vmlinux 0x69ebbcc9 fscrypt_mergeable_bio_bh +EXPORT_SYMBOL_GPL vmlinux 0x69ee2220 linear_range_get_selector_high +EXPORT_SYMBOL_GPL vmlinux 0x69ef6b5d clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0x6a05adbd find_mci_by_dev +EXPORT_SYMBOL_GPL vmlinux 0x6a05b65b fb_videomode_from_videomode +EXPORT_SYMBOL_GPL vmlinux 0x6a0e29d1 register_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x6a11e088 dm_bio_get_target_bio_nr +EXPORT_SYMBOL_GPL vmlinux 0x6a135115 mtk_clk_unregister_factors +EXPORT_SYMBOL_GPL vmlinux 0x6a14d3af unregister_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a177197 rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0x6a2f8471 devm_memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0x6a421062 memory_failure_queue +EXPORT_SYMBOL_GPL vmlinux 0x6a460dc5 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0x6a4d4677 devm_power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6a93c9b2 zynqmp_pm_pinctrl_get_function +EXPORT_SYMBOL_GPL vmlinux 0x6a9e90af ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x6a9f089e iommu_device_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x6aa2a877 xenbus_printf +EXPORT_SYMBOL_GPL vmlinux 0x6aad9152 xen_set_callback_via +EXPORT_SYMBOL_GPL vmlinux 0x6abcdff0 bpf_prog_sub +EXPORT_SYMBOL_GPL vmlinux 0x6ac5b676 tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0x6ac6ab5c i2c_detect_slave_mode +EXPORT_SYMBOL_GPL vmlinux 0x6acfed5e xenbus_dev_groups +EXPORT_SYMBOL_GPL vmlinux 0x6ad29f9d regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0x6ad7e203 dw_pcie_host_deinit +EXPORT_SYMBOL_GPL vmlinux 0x6ae5ceec of_property_read_u32_index +EXPORT_SYMBOL_GPL vmlinux 0x6aeed587 irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x6af444ef fixed_phy_change_carrier +EXPORT_SYMBOL_GPL vmlinux 0x6afb7820 devfreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6afcd65a imx_check_clk_hws +EXPORT_SYMBOL_GPL vmlinux 0x6b08176f xdp_attachment_setup +EXPORT_SYMBOL_GPL vmlinux 0x6b0a2f1e nf_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x6b0dc565 xen_set_irq_priority +EXPORT_SYMBOL_GPL vmlinux 0x6b11b557 rio_add_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0x6b2b69f7 static_key_enable +EXPORT_SYMBOL_GPL vmlinux 0x6b364a01 serdev_controller_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6b3ae022 acpi_os_unmap_iomem +EXPORT_SYMBOL_GPL vmlinux 0x6b3d4d4c debugfs_create_devm_seqfile +EXPORT_SYMBOL_GPL vmlinux 0x6b4045ee zynqmp_pm_get_api_version +EXPORT_SYMBOL_GPL vmlinux 0x6b413c9b sfp_link_down +EXPORT_SYMBOL_GPL vmlinux 0x6b47f8a4 hisi_clk_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x6b5b98a6 i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0x6b67c102 dispatch_hid_bpf_device_event +EXPORT_SYMBOL_GPL vmlinux 0x6b722180 log_read_mmio +EXPORT_SYMBOL_GPL vmlinux 0x6b7a4335 hyperv_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x6b7b43ce device_link_remove +EXPORT_SYMBOL_GPL vmlinux 0x6b7c8b59 fib6_get_table +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b834121 bman_portals_probed +EXPORT_SYMBOL_GPL vmlinux 0x6b91a96f gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0x6b9b76b8 iomap_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x6ba36c6a hwpoison_filter_flags_value +EXPORT_SYMBOL_GPL vmlinux 0x6bac39ad stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0x6bba5ae1 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x6bbd8324 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x6bcdedc0 mpi_point_init +EXPORT_SYMBOL_GPL vmlinux 0x6bce95fe firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x6bd1aa56 stack_trace_save +EXPORT_SYMBOL_GPL vmlinux 0x6bd5c115 check_move_unevictable_folios +EXPORT_SYMBOL_GPL vmlinux 0x6bdef35c acpi_ec_mark_gpe_for_wake +EXPORT_SYMBOL_GPL vmlinux 0x6be3a96b hv_remove_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0x6be91fe8 net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x6bedff9b vfs_remove_acl +EXPORT_SYMBOL_GPL vmlinux 0x6bf17907 ahci_kick_engine +EXPORT_SYMBOL_GPL vmlinux 0x6c04b6b3 dev_pm_opp_set_opp +EXPORT_SYMBOL_GPL vmlinux 0x6c066e0d edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x6c09f494 cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6c0e07f1 get_dev_pagemap +EXPORT_SYMBOL_GPL vmlinux 0x6c205008 mpi_print +EXPORT_SYMBOL_GPL vmlinux 0x6c311ff8 alloc_skb_for_msg +EXPORT_SYMBOL_GPL vmlinux 0x6c348fda scmi_requested_devices_nh +EXPORT_SYMBOL_GPL vmlinux 0x6c389761 acpi_bus_get_private_data +EXPORT_SYMBOL_GPL vmlinux 0x6c38aaeb blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0x6c3f70e0 guid_gen +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c52e319 sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x6c5ad0cd kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0x6c5d448c acpi_bind_one +EXPORT_SYMBOL_GPL vmlinux 0x6c655913 register_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6c7fc620 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0x6c7ff73e tty_ldisc_receive_buf +EXPORT_SYMBOL_GPL vmlinux 0x6c802ecc ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x6c956075 __SCK__tp_func_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6cb0ce87 irq_get_percpu_devid_partition +EXPORT_SYMBOL_GPL vmlinux 0x6cb7e8a2 devm_bitmap_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6cbabf47 pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0x6cbef01e nvdimm_delete +EXPORT_SYMBOL_GPL vmlinux 0x6cca84c9 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6ccde9e8 spi_mem_dirmap_write +EXPORT_SYMBOL_GPL vmlinux 0x6ce10eb0 trace_clock_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x6cef557e inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x6cfc84f9 dw_pcie_ep_init +EXPORT_SYMBOL_GPL vmlinux 0x6d04891d inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x6d056974 kvm_vcpu_kick +EXPORT_SYMBOL_GPL vmlinux 0x6d09843f copy_bpf_fprog_from_user +EXPORT_SYMBOL_GPL vmlinux 0x6d0ae550 pinctrl_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x6d0b074d phy_package_leave +EXPORT_SYMBOL_GPL vmlinux 0x6d131bb3 imx_pinconf_set_scu +EXPORT_SYMBOL_GPL vmlinux 0x6d211d05 pm_report_hw_sleep_time +EXPORT_SYMBOL_GPL vmlinux 0x6d233e6e scmi_device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6d25d042 wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d33c019 ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x6d3ec7f6 dst_cache_get_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x6d467b08 arm_smccc_1_1_get_conduit +EXPORT_SYMBOL_GPL vmlinux 0x6d49c8ed iommu_group_has_isolated_msi +EXPORT_SYMBOL_GPL vmlinux 0x6d5e7a18 pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x6d6fec1f ktime_mono_to_any +EXPORT_SYMBOL_GPL vmlinux 0x6d76f4fc pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0x6d7832b7 __stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x6d7e951e rcu_exp_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x6d96cbb0 is_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x6d998aa4 devm_nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x6da9ca52 evtchn_make_refcounted +EXPORT_SYMBOL_GPL vmlinux 0x6dab806b iommu_fwspec_add_ids +EXPORT_SYMBOL_GPL vmlinux 0x6dacfd6c dev_pm_domain_attach_by_name +EXPORT_SYMBOL_GPL vmlinux 0x6dadaff4 nf_checksum_partial +EXPORT_SYMBOL_GPL vmlinux 0x6dbaafd3 put_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6dc2cb39 attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x6dcd9b5b acpi_gpiochip_free_interrupts +EXPORT_SYMBOL_GPL vmlinux 0x6dd41c16 __fsl_mc_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x6dd5680d sprint_symbol_build_id +EXPORT_SYMBOL_GPL vmlinux 0x6de01787 clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x6de26644 component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0x6de5b33d devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x6de679e6 vcap_keyfield_name +EXPORT_SYMBOL_GPL vmlinux 0x6e09d93d __SCK__tp_func_map +EXPORT_SYMBOL_GPL vmlinux 0x6e29460a kvm_vcpu_read_guest +EXPORT_SYMBOL_GPL vmlinux 0x6e2dcac8 gpiochip_line_is_open_drain +EXPORT_SYMBOL_GPL vmlinux 0x6e353c26 mpi_rshift +EXPORT_SYMBOL_GPL vmlinux 0x6e36328b usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x6e397705 iomap_swapfile_activate +EXPORT_SYMBOL_GPL vmlinux 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x6e458d53 mtk_clk_register_fixed_clks +EXPORT_SYMBOL_GPL vmlinux 0x6e4aa78d k3_udma_glue_rx_flow_enable +EXPORT_SYMBOL_GPL vmlinux 0x6e6cd76f __regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x6e791cdd device_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e7bf0f7 devres_release +EXPORT_SYMBOL_GPL vmlinux 0x6e7f7223 clk_hw_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0x6e81b603 vcap_set_tc_exterr +EXPORT_SYMBOL_GPL vmlinux 0x6e8362ca lwtunnel_output +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6e914514 acpi_dev_irq_flags +EXPORT_SYMBOL_GPL vmlinux 0x6e933b91 preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6e98489d devlink_dpipe_entry_ctx_prepare +EXPORT_SYMBOL_GPL vmlinux 0x6ea03f86 acpi_get_pci_dev +EXPORT_SYMBOL_GPL vmlinux 0x6ea094dd iommu_page_response +EXPORT_SYMBOL_GPL vmlinux 0x6ea2a99f __tracepoint_rwmmio_post_read +EXPORT_SYMBOL_GPL vmlinux 0x6eabc89c mtk_clk_register_cpumuxes +EXPORT_SYMBOL_GPL vmlinux 0x6eb04f46 register_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6eb075a4 devl_trap_policers_register +EXPORT_SYMBOL_GPL vmlinux 0x6ebe366f ktime_get_mono_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6ec81725 switchdev_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0x6ee598b6 __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x6ee89187 kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0x6ef6b54f ktime_get_boot_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6f013139 dw_pcie_ep_reset_bar +EXPORT_SYMBOL_GPL vmlinux 0x6f0f1cf2 percpu_free_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x6f12560a get_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6f13b29d sk_set_peek_off +EXPORT_SYMBOL_GPL vmlinux 0x6f15add6 ahci_do_softreset +EXPORT_SYMBOL_GPL vmlinux 0x6f1fa984 clk_hw_forward_rate_request +EXPORT_SYMBOL_GPL vmlinux 0x6f1fea30 bpf_trace_run2 +EXPORT_SYMBOL_GPL vmlinux 0x6f1feb3f fsl_mc_bus_dprtc_type +EXPORT_SYMBOL_GPL vmlinux 0x6f2017de misc_cg_set_capacity +EXPORT_SYMBOL_GPL vmlinux 0x6f22b655 ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0x6f2b2a5c tps65912_device_init +EXPORT_SYMBOL_GPL vmlinux 0x6f2f70f5 dev_pm_opp_find_freq_ceil +EXPORT_SYMBOL_GPL vmlinux 0x6f6b52e9 __ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x6f73d58a __regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x6f768a60 usb_string +EXPORT_SYMBOL_GPL vmlinux 0x6f79cced regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0x6f7e6040 irq_has_action +EXPORT_SYMBOL_GPL vmlinux 0x6f9e763b timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x6fa426d2 phylink_ethtool_nway_reset +EXPORT_SYMBOL_GPL vmlinux 0x6facb318 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0x6faefb69 i2c_dw_validate_speed +EXPORT_SYMBOL_GPL vmlinux 0x6fb8e3dc regmap_mmio_detach_clk +EXPORT_SYMBOL_GPL vmlinux 0x6fcef6ab ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0x6fe32a71 spi_setup +EXPORT_SYMBOL_GPL vmlinux 0x6fe8f18b tcp_set_keepalive +EXPORT_SYMBOL_GPL vmlinux 0x6ff2b227 of_property_read_variable_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6ff79559 devm_clk_hw_register_fixed_factor_index +EXPORT_SYMBOL_GPL vmlinux 0x6ffa6875 thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0x6ffd1a0d spi_async +EXPORT_SYMBOL_GPL vmlinux 0x7006586e iommu_get_group_resv_regions +EXPORT_SYMBOL_GPL vmlinux 0x70079d69 tracepoint_probe_register_prio_may_exist +EXPORT_SYMBOL_GPL vmlinux 0x7022dbae crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0x703b693f debugfs_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x70423efb zynqmp_pm_set_sd_config +EXPORT_SYMBOL_GPL vmlinux 0x7058bba4 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x7072d329 amba_device_add +EXPORT_SYMBOL_GPL vmlinux 0x7073c04f phy_10_100_features_array +EXPORT_SYMBOL_GPL vmlinux 0x707555f1 pci_assign_unassigned_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x70840f7e clk_hw_rate_is_protected +EXPORT_SYMBOL_GPL vmlinux 0x70a1c6b2 pse_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x70a59d7c xenbus_dev_is_online +EXPORT_SYMBOL_GPL vmlinux 0x70be7380 ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0x70c04fa3 devm_platform_get_irqs_affinity +EXPORT_SYMBOL_GPL vmlinux 0x70c2c7ea pids_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x70c52dc5 nf_skb_duplicated +EXPORT_SYMBOL_GPL vmlinux 0x70c64c1d __fscrypt_prepare_lookup +EXPORT_SYMBOL_GPL vmlinux 0x70ca6d83 regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x70caa28f iommu_map_sg +EXPORT_SYMBOL_GPL vmlinux 0x70cb2b56 ncsi_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70e04d85 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x70e10d0a vcap_port_debugfs +EXPORT_SYMBOL_GPL vmlinux 0x70ee6d50 skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0x70eedf06 cdrom_read_tocentry +EXPORT_SYMBOL_GPL vmlinux 0x70fbae4d cppc_allow_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x70fd692e fwnode_get_name +EXPORT_SYMBOL_GPL vmlinux 0x710a369b pci_epc_get_features +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x710c8cdd virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0x711447ca bpf_verifier_log_write +EXPORT_SYMBOL_GPL vmlinux 0x7118e7b3 clk_mux_determine_rate_flags +EXPORT_SYMBOL_GPL vmlinux 0x711a4298 dst_cache_set_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x71207451 acpi_dev_resource_io +EXPORT_SYMBOL_GPL vmlinux 0x71257796 pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0x7129a6f4 osc_sb_native_usb4_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x712ecd01 xhci_reset_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0x7149750b device_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x714f0b1d __traceiter_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x71724493 mctrl_gpio_enable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x7181db30 atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7184e8c4 device_match_name +EXPORT_SYMBOL_GPL vmlinux 0x7191c484 acpiphp_register_attention +EXPORT_SYMBOL_GPL vmlinux 0x7192187b i2c_client_type +EXPORT_SYMBOL_GPL vmlinux 0x7195940a mctrl_gpio_disable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x719d8049 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x719e17ff clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x71a109d8 irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0x71a20f4a __SCK__tp_func_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x71ae003b clk_hw_get_name +EXPORT_SYMBOL_GPL vmlinux 0x71b08f66 spi_mem_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x71b1c89b cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x71b634d3 kvm_release_page_clean +EXPORT_SYMBOL_GPL vmlinux 0x71b6cf94 dst_cache_reset_now +EXPORT_SYMBOL_GPL vmlinux 0x71b836bb led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0x71c059d8 __traceiter_map +EXPORT_SYMBOL_GPL vmlinux 0x71cde560 regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x71d9a059 ext_pi_type3_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x71dcdb2e dma_map_sgtable +EXPORT_SYMBOL_GPL vmlinux 0x71e3eef7 fscrypt_get_symlink +EXPORT_SYMBOL_GPL vmlinux 0x71e5ef67 pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x71f89fea cpufreq_cpu_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x722359ee pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x722593fe sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0x7265f2b0 pci_vpd_check_csum +EXPORT_SYMBOL_GPL vmlinux 0x7271f08c security_kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0x7274fdab pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x727abae1 cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0x727f444b device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0x72812a19 sch_frag_xmit_hook +EXPORT_SYMBOL_GPL vmlinux 0x72826560 ata_qc_get_active +EXPORT_SYMBOL_GPL vmlinux 0x7282ecb6 rcu_async_hurry +EXPORT_SYMBOL_GPL vmlinux 0x7283161b percpu_ref_switch_to_percpu +EXPORT_SYMBOL_GPL vmlinux 0x72842c3e devm_device_add_group +EXPORT_SYMBOL_GPL vmlinux 0x7285cd5d debugfs_create_ulong +EXPORT_SYMBOL_GPL vmlinux 0x728f8d27 mpc8xxx_spi_rx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0x729ea89b unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x72a34632 nvdimm_clear_poison +EXPORT_SYMBOL_GPL vmlinux 0x72a7e8f6 fsnotify_find_mark +EXPORT_SYMBOL_GPL vmlinux 0x72aa7f4c __dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0x72ae1839 base64_decode +EXPORT_SYMBOL_GPL vmlinux 0x72bbb180 __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x72d267dc nvmem_del_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0x72d5ae64 of_dma_is_coherent +EXPORT_SYMBOL_GPL vmlinux 0x72e3bdfb rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0x72e4f3f7 __scsi_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x73073b23 acpi_data_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x730a37ff pci_doe +EXPORT_SYMBOL_GPL vmlinux 0x730b769c devm_kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x73196ac3 hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x7319c5a4 edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x7323ac73 udp_abort +EXPORT_SYMBOL_GPL vmlinux 0x732852fe xenbus_transaction_end +EXPORT_SYMBOL_GPL vmlinux 0x732d0547 gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL vmlinux 0x733b53fe __hwspin_unlock +EXPORT_SYMBOL_GPL vmlinux 0x734aac54 pci_intx +EXPORT_SYMBOL_GPL vmlinux 0x734e50b3 kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x734fac23 fscrypt_fname_encrypted_size +EXPORT_SYMBOL_GPL vmlinux 0x736732f0 of_property_read_variable_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x738aec21 i2c_acpi_find_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0x73915dfb screen_glyph_unicode +EXPORT_SYMBOL_GPL vmlinux 0x73980711 alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0x7398eba2 bpf_offload_dev_netdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73b3043c i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x73c49665 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0x73c6b4c2 kvm_init +EXPORT_SYMBOL_GPL vmlinux 0x73c81195 devm_blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x73cc0759 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0x73cc8631 oiap +EXPORT_SYMBOL_GPL vmlinux 0x73ec4dc6 crypto_unregister_aead +EXPORT_SYMBOL_GPL vmlinux 0x73f0263e hid_bpf_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0x73f2ed24 switchdev_handle_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x7405d86e ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x740c7d5e init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x740cfaa9 acpi_storage_d3 +EXPORT_SYMBOL_GPL vmlinux 0x7429297b interval_tree_span_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x7430488a __traceiter_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x743b99d8 xenmem_reservation_increase +EXPORT_SYMBOL_GPL vmlinux 0x74457e56 apei_resources_fini +EXPORT_SYMBOL_GPL vmlinux 0x745cf264 device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x74657b06 ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0x746b6c14 iomap_bmap +EXPORT_SYMBOL_GPL vmlinux 0x74783ad5 to_nd_desc +EXPORT_SYMBOL_GPL vmlinux 0x7480589f fscrypt_set_context +EXPORT_SYMBOL_GPL vmlinux 0x748317e4 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x7489a98b ahci_init_controller +EXPORT_SYMBOL_GPL vmlinux 0x74a22bb4 k3_udma_glue_push_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x74b5ea68 lcm_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x74b71db3 bpf_prog_alloc +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74be1623 cdx_device_add +EXPORT_SYMBOL_GPL vmlinux 0x74bf2e01 scsi_pr_type_to_block +EXPORT_SYMBOL_GPL vmlinux 0x74c38634 platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x74c7bffa stack_trace_snprint +EXPORT_SYMBOL_GPL vmlinux 0x74d42632 mas_empty_area +EXPORT_SYMBOL_GPL vmlinux 0x74e73871 housekeeping_overridden +EXPORT_SYMBOL_GPL vmlinux 0x74e96332 devm_irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x74f20766 devm_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x74fa09d8 devm_i2c_add_adapter +EXPORT_SYMBOL_GPL vmlinux 0x750a5f7c ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0x750c54aa ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0x750d022a irq_domain_create_legacy +EXPORT_SYMBOL_GPL vmlinux 0x75133f6e visitor128 +EXPORT_SYMBOL_GPL vmlinux 0x751d2e97 bpf_log +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x752709fa smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x7538bb8b acpi_spi_count_resources +EXPORT_SYMBOL_GPL vmlinux 0x753c4d12 call_switchdev_blocking_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x75467a0e irq_of_parse_and_map +EXPORT_SYMBOL_GPL vmlinux 0x754a132a mmu_interval_notifier_insert_locked +EXPORT_SYMBOL_GPL vmlinux 0x754d6862 __traceiter_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x754e3eeb nvdimm_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x754e5ea2 tegra210_clk_emc_attach +EXPORT_SYMBOL_GPL vmlinux 0x755007c3 sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0x755986f0 mtk_pinconf_drive_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x756cd27b devm_clk_get_optional_enabled +EXPORT_SYMBOL_GPL vmlinux 0x75798dfc __traceiter_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x757c1bbb housekeeping_any_cpu +EXPORT_SYMBOL_GPL vmlinux 0x75815c74 sk_psock_msg_verdict +EXPORT_SYMBOL_GPL vmlinux 0x758a43fe k3_ringacc_get_ring_irq_num +EXPORT_SYMBOL_GPL vmlinux 0x759139cb of_pci_check_probe_only +EXPORT_SYMBOL_GPL vmlinux 0x75957d67 fuse_mount_remove +EXPORT_SYMBOL_GPL vmlinux 0x759bfe36 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0x75a750e4 vcap_rule_rem_key +EXPORT_SYMBOL_GPL vmlinux 0x75acc78c devl_param_driverinit_value_get +EXPORT_SYMBOL_GPL vmlinux 0x75b16a06 fsnotify_destroy_mark +EXPORT_SYMBOL_GPL vmlinux 0x75b79b50 devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0x75cc00c8 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0x75db8c9e clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x75dd4ebe of_overlay_remove +EXPORT_SYMBOL_GPL vmlinux 0x75e51945 __SCK__tp_func_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x75e78a8c devm_of_phy_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x75e9c735 pci_ats_disabled +EXPORT_SYMBOL_GPL vmlinux 0x75f21e4d phy_set_media +EXPORT_SYMBOL_GPL vmlinux 0x75fb9062 arch_timer_read_counter +EXPORT_SYMBOL_GPL vmlinux 0x76001bc2 ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0x760bafdd devm_clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x761009a5 shake_page +EXPORT_SYMBOL_GPL vmlinux 0x7636c482 blk_crypto_intersect_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x76431e63 tcp_plb_check_rehash +EXPORT_SYMBOL_GPL vmlinux 0x764fa510 imx_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0x76517f03 interval_tree_span_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0x7656410c mpi_sub +EXPORT_SYMBOL_GPL vmlinux 0x7665a95b idr_remove +EXPORT_SYMBOL_GPL vmlinux 0x7677464c blk_clear_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x76971845 gpiochip_generic_request +EXPORT_SYMBOL_GPL vmlinux 0x769cefb5 percpu_ref_switch_to_atomic +EXPORT_SYMBOL_GPL vmlinux 0x76a22dc2 usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0x76a61e85 __SCK__tp_func_rwmmio_write +EXPORT_SYMBOL_GPL vmlinux 0x76b52b8f usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x76b9cf81 fib_rules_dump +EXPORT_SYMBOL_GPL vmlinux 0x76bfe71b sysfs_create_link_nowarn +EXPORT_SYMBOL_GPL vmlinux 0x76cd0ec0 kvm_vcpu_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x76cda97a tpm_chip_start +EXPORT_SYMBOL_GPL vmlinux 0x76d1af56 debounce_time_mt2701 +EXPORT_SYMBOL_GPL vmlinux 0x76d1dbd4 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0x76d9b876 clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x76de1d86 dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x76e85af6 mtk_pctrl_show_one_pin +EXPORT_SYMBOL_GPL vmlinux 0x76e85b92 gnttab_request_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x76eeeb0f sha384_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x76f2336f fib4_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x77010f15 vp_modern_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x770821a2 gov_attr_set_get +EXPORT_SYMBOL_GPL vmlinux 0x770a5ae9 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x77100ba9 hv_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0x7712771a unbind_from_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x771e393a bio_associate_blkg +EXPORT_SYMBOL_GPL vmlinux 0x7720cb50 crypto_sig_set_pubkey +EXPORT_SYMBOL_GPL vmlinux 0x77222306 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x7727bfbf dst_blackhole_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x772b0f64 __wake_up_pollfree +EXPORT_SYMBOL_GPL vmlinux 0x772e4192 crypto_comp_compress +EXPORT_SYMBOL_GPL vmlinux 0x7734f157 devm_create_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x77522cf6 sbitmap_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0x7754a5a9 dev_pm_opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0x7757b51a clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x775cf246 reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x775e8f53 wbc_account_cgroup_owner +EXPORT_SYMBOL_GPL vmlinux 0x77622503 balloon_page_alloc +EXPORT_SYMBOL_GPL vmlinux 0x776c424e sfp_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x7779d62c rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0x777a2869 crypto_rng_reset +EXPORT_SYMBOL_GPL vmlinux 0x7785f632 relay_close +EXPORT_SYMBOL_GPL vmlinux 0x7788bca1 devm_clk_get_enabled +EXPORT_SYMBOL_GPL vmlinux 0x7791e066 dw_pcie_read +EXPORT_SYMBOL_GPL vmlinux 0x7797fbb5 imx_clk_hw_pfdv2 +EXPORT_SYMBOL_GPL vmlinux 0x779a7fe7 ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x779e855e i2c_new_client_device +EXPORT_SYMBOL_GPL vmlinux 0x77a796a6 rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x77ae495d usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0x77b6d13c gnttab_unmap_refs +EXPORT_SYMBOL_GPL vmlinux 0x77c7eadc __ndisc_fill_addr_option +EXPORT_SYMBOL_GPL vmlinux 0x77d0238a devm_pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x77df4526 vp_legacy_get_status +EXPORT_SYMBOL_GPL vmlinux 0x77df81a7 of_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x77e7054e extcon_get_property +EXPORT_SYMBOL_GPL vmlinux 0x77e75be3 sfp_bus_put +EXPORT_SYMBOL_GPL vmlinux 0x77e8f134 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x77eb9f0c devm_pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x77ebfb5a usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0x77ecf68d memalloc_socks_key +EXPORT_SYMBOL_GPL vmlinux 0x77ef3dd4 gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x77f24400 perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x77f7b911 fwnode_graph_get_next_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x77ff80d3 __tracepoint_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x78096d4b thermal_zone_device_disable +EXPORT_SYMBOL_GPL vmlinux 0x7811389d mpc8xxx_spi_rx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0x7847c621 sfp_parse_support +EXPORT_SYMBOL_GPL vmlinux 0x784c2feb unregister_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x784d4dd2 xhci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x7850b13d crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0x78550e4e vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0x785a93b4 si_mem_available +EXPORT_SYMBOL_GPL vmlinux 0x786e5977 tegra_bpmp_request_mrq +EXPORT_SYMBOL_GPL vmlinux 0x7877af36 sk_msg_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x78812b5f ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0x788167d2 devm_thermal_of_zone_register +EXPORT_SYMBOL_GPL vmlinux 0x7883347e ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x788bfbad ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0x78981655 nfs_ssc_client_tbl +EXPORT_SYMBOL_GPL vmlinux 0x789a52a1 __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0x789c73d9 rcu_cpu_stall_suppress_at_boot +EXPORT_SYMBOL_GPL vmlinux 0x78a83ece devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x78b2bb19 tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x78b39494 pm_clk_add +EXPORT_SYMBOL_GPL vmlinux 0x78b76b4c tty_get_icount +EXPORT_SYMBOL_GPL vmlinux 0x78c062bf devm_acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x78c8ce61 mtk_eint_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x78d00758 bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x78da1345 gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0x78dacfd4 devl_traps_register +EXPORT_SYMBOL_GPL vmlinux 0x78ddb76b dmi_match +EXPORT_SYMBOL_GPL vmlinux 0x78e28586 ata_common_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x78e7d349 dst_cache_set_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x78ea5275 attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0x78f6c406 ahci_platform_resume +EXPORT_SYMBOL_GPL vmlinux 0x78fd60b5 irq_domain_alloc_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x790684bf bpf_prog_free +EXPORT_SYMBOL_GPL vmlinux 0x790be0b9 usb_bus_idr +EXPORT_SYMBOL_GPL vmlinux 0x7911e9c4 task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0x7918d817 memory_failure +EXPORT_SYMBOL_GPL vmlinux 0x791c7c49 crypto_clone_cipher +EXPORT_SYMBOL_GPL vmlinux 0x7928937c of_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x79345cb9 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x7934aa08 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x793f0940 rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x79470a2c TSS_authhmac +EXPORT_SYMBOL_GPL vmlinux 0x794a0461 rockchip_pcie_disable_clocks +EXPORT_SYMBOL_GPL vmlinux 0x794b7271 orderly_reboot +EXPORT_SYMBOL_GPL vmlinux 0x7950a73f bpf_prog_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x7952bb63 blk_crypto_register +EXPORT_SYMBOL_GPL vmlinux 0x79618950 open_related_ns +EXPORT_SYMBOL_GPL vmlinux 0x79754ea5 phy_set_speed +EXPORT_SYMBOL_GPL vmlinux 0x797a909c devm_thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x7983a0a6 da903x_read +EXPORT_SYMBOL_GPL vmlinux 0x798676ab nvdimm_has_flush +EXPORT_SYMBOL_GPL vmlinux 0x798875ce mmc_crypto_prepare_req +EXPORT_SYMBOL_GPL vmlinux 0x798b7682 klist_prev +EXPORT_SYMBOL_GPL vmlinux 0x79907504 kthread_cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x79980520 devm_devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0x7998a4e9 cpufreq_driver_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x799b05ff kthread_unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0x79b0658e xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0x79b4e4df iommu_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x79baf2ff transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0x79bb8a26 sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0x79bc842c usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x79d5fd55 xhci_gen_setup +EXPORT_SYMBOL_GPL vmlinux 0x79d6d372 fib_info_nh_uses_dev +EXPORT_SYMBOL_GPL vmlinux 0x79defbe1 kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x79df86d1 pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0x79f1aa44 find_iova +EXPORT_SYMBOL_GPL vmlinux 0x79f697e4 lzorle1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x79fb4d9a devlink_params_register +EXPORT_SYMBOL_GPL vmlinux 0x7a032ffe crypto_alloc_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x7a05bbd6 __traceiter_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x7a12d9db of_resolve_phandles +EXPORT_SYMBOL_GPL vmlinux 0x7a1cb45a acct_bioset_exit +EXPORT_SYMBOL_GPL vmlinux 0x7a1f1073 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x7a2b60f1 of_i2c_get_board_info +EXPORT_SYMBOL_GPL vmlinux 0x7a36abe9 phy_create +EXPORT_SYMBOL_GPL vmlinux 0x7a3f16a2 devl_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7a4b12d6 md_find_rdev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x7a5f7544 of_irq_parse_raw +EXPORT_SYMBOL_GPL vmlinux 0x7a61e417 regulator_set_soft_start_regmap +EXPORT_SYMBOL_GPL vmlinux 0x7a73e605 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7a78b367 regulator_suspend_disable +EXPORT_SYMBOL_GPL vmlinux 0x7a81541b async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x7a832ea8 blk_mq_free_request +EXPORT_SYMBOL_GPL vmlinux 0x7a9234dd netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0x7a958591 crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x7a98f4b4 copy_from_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0x7a9a276f fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0x7a9b0062 gpiochip_irqchip_add_domain +EXPORT_SYMBOL_GPL vmlinux 0x7a9b734e devm_fwnode_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x7a9c9aa3 crypto_unregister_rng +EXPORT_SYMBOL_GPL vmlinux 0x7a9e4c23 software_node_register_node_group +EXPORT_SYMBOL_GPL vmlinux 0x7aab4ec9 ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0x7ab5a000 regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0x7ac10ad8 icst_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x7ac6a13c clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x7ac722bd phy_all_ports_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7acd0996 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0x7ad02a41 asn1_encode_tag +EXPORT_SYMBOL_GPL vmlinux 0x7ad1ded1 pinctrl_register_mappings +EXPORT_SYMBOL_GPL vmlinux 0x7ad2c64c k3_udma_glue_release_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x7af0a8d4 irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x7afcb7db __kprobe_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x7afe324e halt_poll_ns_grow +EXPORT_SYMBOL_GPL vmlinux 0x7b07a11d pci_p2pmem_virt_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x7b30cef6 device_find_child +EXPORT_SYMBOL_GPL vmlinux 0x7b510f92 __fscrypt_encrypt_symlink +EXPORT_SYMBOL_GPL vmlinux 0x7b51ba36 crypto_register_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x7b5452b8 acpi_unregister_gsi +EXPORT_SYMBOL_GPL vmlinux 0x7b549ef1 pinctrl_count_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0x7b5a4926 sha1_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x7b6c10e6 __fscrypt_prepare_link +EXPORT_SYMBOL_GPL vmlinux 0x7b6f9536 acpi_register_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x7b80f3d0 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0x7b8492ef handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0x7b858120 regmap_field_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x7b8910f4 kfence_sample_interval +EXPORT_SYMBOL_GPL vmlinux 0x7b90d1a9 bind_virq_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7b96ca35 rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0x7b9793a2 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x7b9b00ef ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x7ba5a824 rockchip_pcie_cfg_configuration_accesses +EXPORT_SYMBOL_GPL vmlinux 0x7ba9215b mptcp_pm_get_local_addr_max +EXPORT_SYMBOL_GPL vmlinux 0x7badc658 genphy_c45_pma_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7bb045a7 __request_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x7bb3fa18 vcap_rule_add_action_bit +EXPORT_SYMBOL_GPL vmlinux 0x7bbdcd77 acpi_cppc_processor_probe +EXPORT_SYMBOL_GPL vmlinux 0x7bc3d4ea mmc_pwrseq_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7bc54711 phylink_create +EXPORT_SYMBOL_GPL vmlinux 0x7bd3343f da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0x7bdc9aaf phylink_connect_phy +EXPORT_SYMBOL_GPL vmlinux 0x7bf97e14 adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7c006a5a serial8250_rx_dma_flush +EXPORT_SYMBOL_GPL vmlinux 0x7c0d33a7 tty_port_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x7c2614b9 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7c291e86 show_rcu_tasks_trace_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0x7c34f715 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0x7c3842d3 skb_defer_rx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x7c3d8a4b icc_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x7c3e0cba thermal_zone_device_type +EXPORT_SYMBOL_GPL vmlinux 0x7c3e736a rcu_nocb_cpu_offload +EXPORT_SYMBOL_GPL vmlinux 0x7c434653 unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x7c4ce866 i2c_dw_configure_master +EXPORT_SYMBOL_GPL vmlinux 0x7c6f8e29 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x7c9033d2 bpf_trace_run1 +EXPORT_SYMBOL_GPL vmlinux 0x7c92edc4 sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x7c931868 kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL vmlinux 0x7c94c99a kvm_release_pfn_dirty +EXPORT_SYMBOL_GPL vmlinux 0x7c983a5d dmi_walk +EXPORT_SYMBOL_GPL vmlinux 0x7c9a7371 clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0x7c9eec5a vchan_find_desc +EXPORT_SYMBOL_GPL vmlinux 0x7c9f87a8 of_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x7ca64a0b __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x7cb1aea1 devlink_dpipe_header_ethernet +EXPORT_SYMBOL_GPL vmlinux 0x7cb803de btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0x7cc84d98 from_vfsgid +EXPORT_SYMBOL_GPL vmlinux 0x7cce902d __tracepoint_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0x7cceaf92 zs_pool_stats +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7cd7ba1d kernel_read_file_from_fd +EXPORT_SYMBOL_GPL vmlinux 0x7ce10f54 generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0x7ce2e879 kthread_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x7ce47a2d icc_link_create +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cf4656f thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0x7cf48a6a rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x7d00c65b nd_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x7d0950ec vp_legacy_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x7d0f6b42 __tracepoint_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x7d16f72f devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7d183968 nvdimm_pmem_region_create +EXPORT_SYMBOL_GPL vmlinux 0x7d1bb1d4 tnum_strn +EXPORT_SYMBOL_GPL vmlinux 0x7d30ce2e blkcg_get_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x7d36024a tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x7d471321 zynqmp_pm_pinctrl_release +EXPORT_SYMBOL_GPL vmlinux 0x7d476d58 phy_validate +EXPORT_SYMBOL_GPL vmlinux 0x7d478e55 acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x7d4ecd06 fsnotify_add_mark +EXPORT_SYMBOL_GPL vmlinux 0x7d558968 trace_seq_puts +EXPORT_SYMBOL_GPL vmlinux 0x7d585b5c kvm_read_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d8d1c78 kvm_destroy_vcpus +EXPORT_SYMBOL_GPL vmlinux 0x7d965061 crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0x7d97dac8 vp_legacy_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x7da8a9b9 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7da99b5b devlink_port_type_clear +EXPORT_SYMBOL_GPL vmlinux 0x7db5b4d3 usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x7dc7e2dd ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7ddb33c7 ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x7ddc32f8 devlink_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x7de39e07 phy_basic_t1_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7de65a03 acpi_lpat_free_conversion_table +EXPORT_SYMBOL_GPL vmlinux 0x7de6cc23 io_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x7dee78ac msi_next_desc +EXPORT_SYMBOL_GPL vmlinux 0x7defc870 gnttab_end_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0x7dfa1e70 devm_pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x7e01375c proc_create_net_data +EXPORT_SYMBOL_GPL vmlinux 0x7e06ab33 usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0x7e10d698 md_find_rdev_nr_rcu +EXPORT_SYMBOL_GPL vmlinux 0x7e1f7629 spi_controller_resume +EXPORT_SYMBOL_GPL vmlinux 0x7e20f97f fsl_mc_portal_reset +EXPORT_SYMBOL_GPL vmlinux 0x7e2af0eb tty_port_register_device_serdev +EXPORT_SYMBOL_GPL vmlinux 0x7e3bdecd __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0x7e5db80b pstore_name_to_type +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e6bd818 of_property_read_variable_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x7e7a47c9 pci_acpi_clear_companion_lookup_hook +EXPORT_SYMBOL_GPL vmlinux 0x7e7e3f58 ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7e8a697f regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0x7e8d8619 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0x7e917894 __SCK__tp_func_unmap +EXPORT_SYMBOL_GPL vmlinux 0x7ea75c24 __wake_up_locked_key_bookmark +EXPORT_SYMBOL_GPL vmlinux 0x7ea7b8e9 nd_cmd_in_size +EXPORT_SYMBOL_GPL vmlinux 0x7eb808d0 add_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7ecd0ce0 usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0x7ed88328 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x7eea6b8b pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0x7efbd3da paste_selection +EXPORT_SYMBOL_GPL vmlinux 0x7f1c12e2 rz_mtu3_shared_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x7f296e25 pinctrl_generic_get_group_count +EXPORT_SYMBOL_GPL vmlinux 0x7f2b4cc2 class_create +EXPORT_SYMBOL_GPL vmlinux 0x7f30066a wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x7f56fd20 pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0x7f639662 dprc_scan_container +EXPORT_SYMBOL_GPL vmlinux 0x7f6cee89 rhashtable_free_and_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7f6fc131 __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0x7f74bb9d ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0x7f7cbc64 ip_tunnel_need_metadata +EXPORT_SYMBOL_GPL vmlinux 0x7f7d4f5f devm_register_power_off_handler +EXPORT_SYMBOL_GPL vmlinux 0x7f8194c6 irq_domain_free_irqs_common +EXPORT_SYMBOL_GPL vmlinux 0x7f84b2ec blk_mq_complete_request_remote +EXPORT_SYMBOL_GPL vmlinux 0x7f84f35d rcu_gp_slow_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7f851bbf usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0x7f85d176 sock_map_unhash +EXPORT_SYMBOL_GPL vmlinux 0x7f8839d6 i2c_acpi_get_i2c_resource +EXPORT_SYMBOL_GPL vmlinux 0x7f8cea79 irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x7f953b6f register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x7f9b1879 osc_cpc_flexible_adr_space_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x7fa96509 erst_get_record_id_next +EXPORT_SYMBOL_GPL vmlinux 0x7fc2ff1b sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0x7fcb33fb gnttab_page_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x7fd2696f ahci_handle_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x7fe0dc60 phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x7feacc6b regulator_list_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x7feb5e85 da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0x7fede5a7 bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0x7ff19c40 zynqmp_pm_set_requirement +EXPORT_SYMBOL_GPL vmlinux 0x7ffed880 gpiochip_generic_free +EXPORT_SYMBOL_GPL vmlinux 0x80135182 k3_ringacc_ring_pop_tail +EXPORT_SYMBOL_GPL vmlinux 0x802841c1 devm_of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0x8035bed7 rockchip_clk_protect_critical +EXPORT_SYMBOL_GPL vmlinux 0x804fe119 crypto_grab_kpp +EXPORT_SYMBOL_GPL vmlinux 0x8052d00a device_rename +EXPORT_SYMBOL_GPL vmlinux 0x805d673f usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0x80694e95 gov_attr_set_put +EXPORT_SYMBOL_GPL vmlinux 0x807766ea usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x8079e070 clean_record_shared_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x807fdcc4 call_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x808442e7 sock_diag_destroy +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x80969024 devm_pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x809a66db regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x80a095d8 scatterwalk_ffwd +EXPORT_SYMBOL_GPL vmlinux 0x80a52040 ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x80b7e2bd set_secondary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x80b8831e tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0x80c2eefb genphy_c45_pma_baset1_setup_master_slave +EXPORT_SYMBOL_GPL vmlinux 0x80c67c7f ata_scsi_dma_need_drain +EXPORT_SYMBOL_GPL vmlinux 0x80c68137 nf_log_buf_close +EXPORT_SYMBOL_GPL vmlinux 0x80cf82df crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0x80d2e929 imx_clk_fracn_gppll +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80e4f7ae hisi_clk_register_phase +EXPORT_SYMBOL_GPL vmlinux 0x80e88177 __tracepoint_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x80efd015 imx_dev_clk_hw_pll14xx +EXPORT_SYMBOL_GPL vmlinux 0x80f5cb88 clk_hw_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x810461ef thermal_zone_get_offset +EXPORT_SYMBOL_GPL vmlinux 0x8110a73a cond_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x81129595 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8118caef regulator_find_closest_bigger +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x8120bce4 syscon_regmap_lookup_by_phandle_optional +EXPORT_SYMBOL_GPL vmlinux 0x812545ef devm_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x8131f18a mtk_pinconf_bias_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x81372a76 sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0x814a0f24 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0x814a1633 skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0x81510b4a net_failover_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8151ee00 irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x815588a6 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x815722ca uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x815fda83 sed_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x816630a3 gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x816a41ca cpufreq_update_limits +EXPORT_SYMBOL_GPL vmlinux 0x816a7c45 dm_report_zones +EXPORT_SYMBOL_GPL vmlinux 0x816c2395 crypto_unregister_rngs +EXPORT_SYMBOL_GPL vmlinux 0x817f1a7b device_add +EXPORT_SYMBOL_GPL vmlinux 0x8180cede asn1_encode_sequence +EXPORT_SYMBOL_GPL vmlinux 0x81990d8e __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x819d72cb klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x819f4485 tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x81a34273 edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL vmlinux 0x81a7f541 percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x81a9e1f3 blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x81aa78d8 zynqmp_pm_aes_engine +EXPORT_SYMBOL_GPL vmlinux 0x81cf5282 trace_seq_bprintf +EXPORT_SYMBOL_GPL vmlinux 0x81d666cb debugfs_file_get +EXPORT_SYMBOL_GPL vmlinux 0x81da0b69 tty_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x81e2bdf4 generic_handle_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x81e9cb3b irq_gc_noop +EXPORT_SYMBOL_GPL vmlinux 0x81f372a2 unregister_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x81fd742f bdi_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x82092899 badrange_forget +EXPORT_SYMBOL_GPL vmlinux 0x8220a38e k3_ringacc_get_ring_id +EXPORT_SYMBOL_GPL vmlinux 0x82226c53 pinctrl_unregister_mappings +EXPORT_SYMBOL_GPL vmlinux 0x822b807d genphy_c45_read_lpa +EXPORT_SYMBOL_GPL vmlinux 0x8231bec4 serdev_device_set_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x82397b3b devm_acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x823ad447 vcap_tc_flower_handler_portnum_usage +EXPORT_SYMBOL_GPL vmlinux 0x823eae06 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x825c7340 phylink_get_eee_err +EXPORT_SYMBOL_GPL vmlinux 0x825eefaf pci_ignore_hotplug +EXPORT_SYMBOL_GPL vmlinux 0x8279076d devm_spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x827e61f8 acpi_has_watchdog +EXPORT_SYMBOL_GPL vmlinux 0x828e22f4 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0x828f76d0 __netdev_watchdog_up +EXPORT_SYMBOL_GPL vmlinux 0x8293a14e inet6_hash +EXPORT_SYMBOL_GPL vmlinux 0x829f9253 spi_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0x82a80545 __SCK__tp_func_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x82b5e8f5 usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0x82c03a90 cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x82c07b3e blk_crypto_reprogram_all_keys +EXPORT_SYMBOL_GPL vmlinux 0x82c5c9c1 rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82d9b037 devm_nvdimm_memremap +EXPORT_SYMBOL_GPL vmlinux 0x82f0cba8 trace_get_event_file +EXPORT_SYMBOL_GPL vmlinux 0x82f2a58c tty_save_termios +EXPORT_SYMBOL_GPL vmlinux 0x82f98db7 wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0x8312af6e __percpu_down_read +EXPORT_SYMBOL_GPL vmlinux 0x83201e8b spi_split_transfers_maxwords +EXPORT_SYMBOL_GPL vmlinux 0x8321b3aa of_get_pci_domain_nr +EXPORT_SYMBOL_GPL vmlinux 0x83287877 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0x8330cb16 fsl_mc_bus_dpdmai_type +EXPORT_SYMBOL_GPL vmlinux 0x8339df73 klist_add_behind +EXPORT_SYMBOL_GPL vmlinux 0x8347aaec device_store_int +EXPORT_SYMBOL_GPL vmlinux 0x8349355d sched_set_fifo +EXPORT_SYMBOL_GPL vmlinux 0x8349a895 nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x835393ef vp_modern_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x8353dfff acpi_os_get_iomem +EXPORT_SYMBOL_GPL vmlinux 0x83546481 usb_amd_pt_check_port +EXPORT_SYMBOL_GPL vmlinux 0x836d652f poll_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x836ffbe7 thermal_zone_get_crit_temp +EXPORT_SYMBOL_GPL vmlinux 0x8377ba3e xhci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x83afa7d6 gpiochip_line_is_valid +EXPORT_SYMBOL_GPL vmlinux 0x83d7fcc2 pm_clk_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x83d9e6df virtio_device_restore +EXPORT_SYMBOL_GPL vmlinux 0x83e0335a gpiochip_reqres_irq +EXPORT_SYMBOL_GPL vmlinux 0x83edc739 blkg_conf_exit +EXPORT_SYMBOL_GPL vmlinux 0x83f76196 devm_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x8406e2bf pinctrl_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x840bb3ca power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x84106f36 devlink_trap_ctx_priv +EXPORT_SYMBOL_GPL vmlinux 0x8425b9c3 xas_split_alloc +EXPORT_SYMBOL_GPL vmlinux 0x84264ced fs_umode_to_ftype +EXPORT_SYMBOL_GPL vmlinux 0x842ab12e sk_msg_free_nocharge +EXPORT_SYMBOL_GPL vmlinux 0x842dbdea pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0x842f046d usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x843a31fd pm_clk_remove +EXPORT_SYMBOL_GPL vmlinux 0x843d70ef acpi_is_root_bridge +EXPORT_SYMBOL_GPL vmlinux 0x84502a47 blk_status_to_errno +EXPORT_SYMBOL_GPL vmlinux 0x845497be mtk_pinconf_adv_drive_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x845b4dbb sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x8462cb62 atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0x8473fc05 scmi_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x847522af rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x847b41d9 pm_genpd_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x84899443 mtk_clk_pdev_remove +EXPORT_SYMBOL_GPL vmlinux 0x84933367 folio_wait_writeback_killable +EXPORT_SYMBOL_GPL vmlinux 0x849723cd dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0x84a7ac07 driver_set_override +EXPORT_SYMBOL_GPL vmlinux 0x84a8d0eb of_changeset_revert +EXPORT_SYMBOL_GPL vmlinux 0x84baef02 simple_rename_exchange +EXPORT_SYMBOL_GPL vmlinux 0x84c18764 ksm_madvise +EXPORT_SYMBOL_GPL vmlinux 0x84c36695 i2c_acpi_waive_d0_probe +EXPORT_SYMBOL_GPL vmlinux 0x84c8feeb hrtimer_sleeper_start_expires +EXPORT_SYMBOL_GPL vmlinux 0x84d064c1 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x84d795ff serdev_device_close +EXPORT_SYMBOL_GPL vmlinux 0x84dfe8b2 tracing_snapshot_cond_enable +EXPORT_SYMBOL_GPL vmlinux 0x84e06f6e class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x84ec55cf led_blink_set_nosleep +EXPORT_SYMBOL_GPL vmlinux 0x84ef27f5 synth_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x84fa1e20 fsl_mc_bus_dpni_type +EXPORT_SYMBOL_GPL vmlinux 0x84fca375 usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x84fd67ac regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x85010a26 devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8506baa8 clk_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x850bb6db devlink_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x850cef9a strp_init +EXPORT_SYMBOL_GPL vmlinux 0x85111488 do_xdp_generic +EXPORT_SYMBOL_GPL vmlinux 0x85142df4 sbitmap_queue_init_node +EXPORT_SYMBOL_GPL vmlinux 0x851e6003 usb_phy_roothub_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x851fe124 __SCK__tp_func_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8527f3e2 sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0x8529282b fat_truncate_time +EXPORT_SYMBOL_GPL vmlinux 0x8532ce76 spi_controller_dma_map_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0x85344a41 usb_phy_set_event +EXPORT_SYMBOL_GPL vmlinux 0x85540ebc nvmem_cell_put +EXPORT_SYMBOL_GPL vmlinux 0x85594ce8 __iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x85663f94 usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x8568287e pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x857e3ec0 devl_rate_leaf_create +EXPORT_SYMBOL_GPL vmlinux 0x858e2628 dax_holder +EXPORT_SYMBOL_GPL vmlinux 0x8590bc43 dev_get_tstats64 +EXPORT_SYMBOL_GPL vmlinux 0x8591de75 tpm_chip_bootstrap +EXPORT_SYMBOL_GPL vmlinux 0x859708b2 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0x859fd5be tpmm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x85b7ea53 ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0x85bef740 spi_mem_adjust_op_size +EXPORT_SYMBOL_GPL vmlinux 0x85c36be5 thermal_zone_get_trip +EXPORT_SYMBOL_GPL vmlinux 0x85ca7345 dma_mmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x85d43dfa __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0x85d48272 devlink_register +EXPORT_SYMBOL_GPL vmlinux 0x85d7827b validate_xmit_xfrm +EXPORT_SYMBOL_GPL vmlinux 0x85e025a5 strp_process +EXPORT_SYMBOL_GPL vmlinux 0x85e42aef kvm_vcpu_write_guest +EXPORT_SYMBOL_GPL vmlinux 0x85ec966f tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x85eed1be iopf_queue_discard_partial +EXPORT_SYMBOL_GPL vmlinux 0x860ab0fc __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x861a7a70 fscrypt_dummy_policies_equal +EXPORT_SYMBOL_GPL vmlinux 0x862258db timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x862bb17b linear_range_values_in_range_array +EXPORT_SYMBOL_GPL vmlinux 0x8632c922 rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x8635b70a pci_generic_config_write32 +EXPORT_SYMBOL_GPL vmlinux 0x863faf84 blockdev_superblock +EXPORT_SYMBOL_GPL vmlinux 0x86585a33 devlink_fmsg_obj_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x86623fd7 notify_remote_via_irq +EXPORT_SYMBOL_GPL vmlinux 0x86700220 acpi_get_cpuid +EXPORT_SYMBOL_GPL vmlinux 0x8670b86e ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x8677245d unregister_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0x867cb996 iomap_seek_hole +EXPORT_SYMBOL_GPL vmlinux 0x86833d0a clk_register_composite +EXPORT_SYMBOL_GPL vmlinux 0x86871b40 devlink_info_version_stored_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x86882c63 kvm_read_guest +EXPORT_SYMBOL_GPL vmlinux 0x8692dc3c ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0x8696808c phy_gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x86993cc9 param_set_uint_minmax +EXPORT_SYMBOL_GPL vmlinux 0x86b13d2a usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x86b1ceb3 tegra210_set_sata_pll_seq_sw +EXPORT_SYMBOL_GPL vmlinux 0x86b4e7f1 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0x86b963ab rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x86bd6ef5 acpi_get_and_request_gpiod +EXPORT_SYMBOL_GPL vmlinux 0x86c02001 ipi_send_mask +EXPORT_SYMBOL_GPL vmlinux 0x86c43a8c cper_estatus_check +EXPORT_SYMBOL_GPL vmlinux 0x86c7d559 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x86c8153a crypto_register_aeads +EXPORT_SYMBOL_GPL vmlinux 0x86e53e5a od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x86e79050 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f85114 net_dec_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x870e16b7 xen_test_irq_shared +EXPORT_SYMBOL_GPL vmlinux 0x87162a0f serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0x8718a587 ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0x871cdd77 regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x871eb1f9 ahci_platform_disable_phys +EXPORT_SYMBOL_GPL vmlinux 0x87210229 sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0x87258a37 mas_store +EXPORT_SYMBOL_GPL vmlinux 0x8726f0ca xen_remap_vma_range +EXPORT_SYMBOL_GPL vmlinux 0x872cf394 tpm_try_get_ops +EXPORT_SYMBOL_GPL vmlinux 0x87333306 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x873765d7 meson_eeclkc_probe +EXPORT_SYMBOL_GPL vmlinux 0x875275c3 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0x875532dd genphy_c45_read_eee_abilities +EXPORT_SYMBOL_GPL vmlinux 0x87591e26 __traceiter_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x87601e8d clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0x877eb205 __bio_release_pages +EXPORT_SYMBOL_GPL vmlinux 0x87843748 genphy_c45_aneg_done +EXPORT_SYMBOL_GPL vmlinux 0x87908767 xas_clear_mark +EXPORT_SYMBOL_GPL vmlinux 0x87955ac0 iommu_device_register +EXPORT_SYMBOL_GPL vmlinux 0x8799bce3 serial8250_do_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x879c1682 __regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x87abf2a5 __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x87b849d5 nvdimm_provider_data +EXPORT_SYMBOL_GPL vmlinux 0x87c1afb7 of_pci_get_max_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x87c8acdb rz_mtu3_16bit_ch_read +EXPORT_SYMBOL_GPL vmlinux 0x87f447b9 rockchip_register_softrst_lut +EXPORT_SYMBOL_GPL vmlinux 0x881267cd gpiod_get_array_value +EXPORT_SYMBOL_GPL vmlinux 0x8829206e usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0x882a0349 crypto_register_scomp +EXPORT_SYMBOL_GPL vmlinux 0x885528a6 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x88657b7b dev_pm_opp_get_of_node +EXPORT_SYMBOL_GPL vmlinux 0x8872eded device_driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x887919a9 ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x887e977d regmap_fields_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x887ea798 dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x8883088b tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x8888c442 iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0x888c297a irq_create_mapping_affinity +EXPORT_SYMBOL_GPL vmlinux 0x888c5be5 irq_bypass_register_consumer +EXPORT_SYMBOL_GPL vmlinux 0x888dd66d usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x88a0e791 usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88af00a6 rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0x88b4ae92 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x88ca616e blk_rq_poll +EXPORT_SYMBOL_GPL vmlinux 0x88cce6a0 xas_find_marked +EXPORT_SYMBOL_GPL vmlinux 0x88cd7a9a k3_ringacc_ring_get_occ +EXPORT_SYMBOL_GPL vmlinux 0x88dafdbb regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x88ef0ff8 ethtool_params_from_link_mode +EXPORT_SYMBOL_GPL vmlinux 0x88fac4e8 xhci_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x89076ba0 virtqueue_get_used_addr +EXPORT_SYMBOL_GPL vmlinux 0x890b6e8b pci_epc_map_addr +EXPORT_SYMBOL_GPL vmlinux 0x890f4f97 __kprobe_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x890fa0fa btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0x891a5a7f gnttab_max_grant_frames +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x893abbdd devlink_fmsg_u32_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x893c5ddb unlock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x8954dc8e __SCK__tp_func_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x8955e3a8 blk_mq_hctx_set_fq_lock_class +EXPORT_SYMBOL_GPL vmlinux 0x8962a32a uart_try_toggle_sysrq +EXPORT_SYMBOL_GPL vmlinux 0x897d8059 backing_file_real_path +EXPORT_SYMBOL_GPL vmlinux 0x898a5031 of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0x89a4476d HYPERVISOR_multicall +EXPORT_SYMBOL_GPL vmlinux 0x89abd28f class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x89ae7aa0 rsa_parse_pub_key +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89bd05c1 scsi_dh_activate +EXPORT_SYMBOL_GPL vmlinux 0x89bec8b0 gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL vmlinux 0x89da8064 debugfs_create_file_size +EXPORT_SYMBOL_GPL vmlinux 0x89e0fdae usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x89e1ec9d acpi_get_subsystem_id +EXPORT_SYMBOL_GPL vmlinux 0x89e340cf acpi_bus_get_ejd +EXPORT_SYMBOL_GPL vmlinux 0x89e55828 cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0x89e5d546 devm_gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x89f531db phy_led_triggers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x89fd2af2 lwtunnel_build_state +EXPORT_SYMBOL_GPL vmlinux 0x8a008b77 __alloc_pages_bulk +EXPORT_SYMBOL_GPL vmlinux 0x8a06ec40 nvdimm_security_setup_events +EXPORT_SYMBOL_GPL vmlinux 0x8a137713 regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x8a192a4f pci_set_host_bridge_release +EXPORT_SYMBOL_GPL vmlinux 0x8a23a620 xdp_convert_zc_to_xdp_frame +EXPORT_SYMBOL_GPL vmlinux 0x8a293cf6 of_regulator_match +EXPORT_SYMBOL_GPL vmlinux 0x8a2b72bb pci_epc_remove_epf +EXPORT_SYMBOL_GPL vmlinux 0x8a3f84ba linear_range_get_selector_low +EXPORT_SYMBOL_GPL vmlinux 0x8a45a555 acpi_unregister_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x8a49372e __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x8a4a2ad4 mdiobus_modify +EXPORT_SYMBOL_GPL vmlinux 0x8a4fb28b kthread_func +EXPORT_SYMBOL_GPL vmlinux 0x8a554a36 mpc8xxx_spi_strmode +EXPORT_SYMBOL_GPL vmlinux 0x8a5cb8f5 devl_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8a62b81b sfp_upstream_stop +EXPORT_SYMBOL_GPL vmlinux 0x8a665bfa numa_nearest_node +EXPORT_SYMBOL_GPL vmlinux 0x8a66ba8a watchdog_set_last_hw_keepalive +EXPORT_SYMBOL_GPL vmlinux 0x8a784300 usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0x8a83fb45 mpi_point_free_parts +EXPORT_SYMBOL_GPL vmlinux 0x8a89924f ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x8aa4cfdf fsl_mc_portal_allocate +EXPORT_SYMBOL_GPL vmlinux 0x8aadbb1f blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8ac1407b sfp_get_module_eeprom +EXPORT_SYMBOL_GPL vmlinux 0x8ac21441 sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0x8ac5ef9e clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x8adf5064 pci_alloc_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x8ae81aba fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x8aec7342 crypto_register_templates +EXPORT_SYMBOL_GPL vmlinux 0x8b03990e vcap_tc_flower_handler_ipv4_usage +EXPORT_SYMBOL_GPL vmlinux 0x8b108e49 task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0x8b149c36 clk_is_match +EXPORT_SYMBOL_GPL vmlinux 0x8b23466d skcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x8b2852d4 noop_direct_IO +EXPORT_SYMBOL_GPL vmlinux 0x8b4149e4 cppc_perf_ctrs_in_pcc +EXPORT_SYMBOL_GPL vmlinux 0x8b45dee6 iommu_get_domain_for_dev_pasid +EXPORT_SYMBOL_GPL vmlinux 0x8b543229 __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8b64bc64 xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x8b680e1a thermal_zone_device +EXPORT_SYMBOL_GPL vmlinux 0x8b70fd85 vcpu_load +EXPORT_SYMBOL_GPL vmlinux 0x8b88e49a devl_lock +EXPORT_SYMBOL_GPL vmlinux 0x8b89f01c hv_ghcb_hypercall +EXPORT_SYMBOL_GPL vmlinux 0x8b8f2c6c pci_epf_bind +EXPORT_SYMBOL_GPL vmlinux 0x8b96f31b __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x8ba0eb15 hv_set_vpreg +EXPORT_SYMBOL_GPL vmlinux 0x8ba5afe9 HYPERVISOR_memory_op +EXPORT_SYMBOL_GPL vmlinux 0x8ba7bdbf rz_mtu3_8bit_ch_read +EXPORT_SYMBOL_GPL vmlinux 0x8bafb2fb acpi_cppc_processor_exit +EXPORT_SYMBOL_GPL vmlinux 0x8bbe527c __tracepoint_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0x8bd2e38d clk_regmap_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x8beb8ed4 compat_only_sysfs_link_entry_to_kobj +EXPORT_SYMBOL_GPL vmlinux 0x8bf5f379 k3_udma_glue_release_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x8bfc2476 da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x8c0215f2 pm_system_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c040d60 crypto_register_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x8c089882 kick_process +EXPORT_SYMBOL_GPL vmlinux 0x8c09cb50 vcap_rule_add_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x8c0ed103 rcu_check_boost_fail +EXPORT_SYMBOL_GPL vmlinux 0x8c28347e netdev_is_rx_handler_busy +EXPORT_SYMBOL_GPL vmlinux 0x8c35e0bf devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x8c377595 serial8250_rpm_put +EXPORT_SYMBOL_GPL vmlinux 0x8c37f361 devm_ti_sci_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x8c3a79f3 split_page +EXPORT_SYMBOL_GPL vmlinux 0x8c418b06 md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0x8c45f063 to_nd_region +EXPORT_SYMBOL_GPL vmlinux 0x8c484409 gnttab_release_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x8c4d2428 mt_prev +EXPORT_SYMBOL_GPL vmlinux 0x8c52dd7c __tracepoint_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x8c5f4c14 xdp_return_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x8c64e741 dprc_open +EXPORT_SYMBOL_GPL vmlinux 0x8c699f24 hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x8c6bbca4 devm_hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0x8c743fb6 reset_control_status +EXPORT_SYMBOL_GPL vmlinux 0x8c80813e ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x8c81a94a regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x8c89e3b8 usb_phy_roothub_power_off +EXPORT_SYMBOL_GPL vmlinux 0x8c8d2374 dma_fence_unwrap_first +EXPORT_SYMBOL_GPL vmlinux 0x8c94cddb is_dock_device +EXPORT_SYMBOL_GPL vmlinux 0x8c98d248 unregister_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x8c9c3372 rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x8c9e54d3 devlink_info_version_running_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x8ca3793d devlink_priv +EXPORT_SYMBOL_GPL vmlinux 0x8ca3d6fc securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x8cb42e8d gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x8cb5a38e k3_udma_glue_rx_flow_disable +EXPORT_SYMBOL_GPL vmlinux 0x8cc84a80 devm_gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x8cd50f00 free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x8ceba45b dm_audit_log_bio +EXPORT_SYMBOL_GPL vmlinux 0x8cee9ebf __fsverity_cleanup_inode +EXPORT_SYMBOL_GPL vmlinux 0x8cfd4796 gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0x8d0183f6 of_mm_gpiochip_add_data +EXPORT_SYMBOL_GPL vmlinux 0x8d1c7c43 soc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x8d1e7d5d l3mdev_fib_table_rcu +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d3330b6 cpuacct_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x8d3537d6 phy_configure +EXPORT_SYMBOL_GPL vmlinux 0x8d522714 __rcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x8d56487e pci_msi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0x8d6d4f40 iommu_sva_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0x8d6e8900 adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x8d758f42 of_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x8d7e3373 hwpoison_filter_dev_major +EXPORT_SYMBOL_GPL vmlinux 0x8d89020b software_node_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x8d908ebf power_supply_get_maintenance_charging_setting +EXPORT_SYMBOL_GPL vmlinux 0x8da7aae3 pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x8db56723 pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x8dba7795 regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x8dbf7aaa privcmd_call +EXPORT_SYMBOL_GPL vmlinux 0x8dc66c4c pcie_aspm_capable +EXPORT_SYMBOL_GPL vmlinux 0x8dca1ba8 vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL vmlinux 0x8dcdd190 cdx_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x8dd218b0 icc_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x8dd473ca devfreq_event_disable_edev +EXPORT_SYMBOL_GPL vmlinux 0x8de2d9e8 devm_regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8de83d3c kvm_make_all_cpus_request +EXPORT_SYMBOL_GPL vmlinux 0x8df3db65 gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x8df54549 blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x8e051dc7 mmc_send_tuning +EXPORT_SYMBOL_GPL vmlinux 0x8e0a8a3e swapcache_mapping +EXPORT_SYMBOL_GPL vmlinux 0x8e0b9d9e rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0x8e0e51ac sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x8e16419b trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x8e1fec5e sk_msg_free_partial +EXPORT_SYMBOL_GPL vmlinux 0x8e47baf3 __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0x8e4b63a6 hisi_clk_register_gate_sep +EXPORT_SYMBOL_GPL vmlinux 0x8e4eb451 bpf_sk_storage_diag_free +EXPORT_SYMBOL_GPL vmlinux 0x8e600cbb thermal_zone_get_num_trips +EXPORT_SYMBOL_GPL vmlinux 0x8e618bed mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0x8e67dddc devlink_port_type_eth_set +EXPORT_SYMBOL_GPL vmlinux 0x8e6b1a9e net_selftest_get_count +EXPORT_SYMBOL_GPL vmlinux 0x8e6fa8b5 apei_exec_pre_map_gars +EXPORT_SYMBOL_GPL vmlinux 0x8e7e4718 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x8e7f0a9c acpi_get_phys_id +EXPORT_SYMBOL_GPL vmlinux 0x8e80680d wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x8e849986 dax_remap_file_range_prep +EXPORT_SYMBOL_GPL vmlinux 0x8e88f41d nvmem_layout_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x8e8a612e skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x8e9bd4a3 hv_alloc_hyperv_page +EXPORT_SYMBOL_GPL vmlinux 0x8ea034a8 ethnl_cable_test_step +EXPORT_SYMBOL_GPL vmlinux 0x8ea67397 usb_role_switch_register +EXPORT_SYMBOL_GPL vmlinux 0x8eabd23c transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x8ead800c user_free_preparse +EXPORT_SYMBOL_GPL vmlinux 0x8ecab842 mtk_clk_unregister_cpumuxes +EXPORT_SYMBOL_GPL vmlinux 0x8ed432c1 nd_region_dev +EXPORT_SYMBOL_GPL vmlinux 0x8eec19bd __SCK__tp_func_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x8eed4ed1 ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x8eee3399 dax_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x8ef1961e gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x8f00f6d1 vhost_task_start +EXPORT_SYMBOL_GPL vmlinux 0x8f0748af rcu_expedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x8f0b781d iova_domain_init_rcaches +EXPORT_SYMBOL_GPL vmlinux 0x8f0f1877 phy_create_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8f33c92f dev_pm_opp_of_cpumask_add_table +EXPORT_SYMBOL_GPL vmlinux 0x8f3969e1 zynqmp_pm_clock_getrate +EXPORT_SYMBOL_GPL vmlinux 0x8f3e5b27 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x8f4f5b83 __tracepoint_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x8f527bf5 fib_rule_matchall +EXPORT_SYMBOL_GPL vmlinux 0x8f572717 devm_watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x8f5f4758 iommu_detach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0x8f603067 ghes_estatus_pool_region_free +EXPORT_SYMBOL_GPL vmlinux 0x8f607694 key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f76c91b fscrypt_context_for_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x8f77da37 dev_pm_opp_get_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x8f786bee fs_umode_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0x8f7bd0a6 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0x8f8afcf1 phy_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x8fa5a6ee dev_fetch_sw_netstats +EXPORT_SYMBOL_GPL vmlinux 0x8fa9f26e nvdimm_flush +EXPORT_SYMBOL_GPL vmlinux 0x8faa800d acpi_cpc_valid +EXPORT_SYMBOL_GPL vmlinux 0x8fbf0640 rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x8fc12788 software_node_unregister_node_group +EXPORT_SYMBOL_GPL vmlinux 0x8fea1ba7 crypto_sig_maxsize +EXPORT_SYMBOL_GPL vmlinux 0x8ff60436 mpi_ec_add_points +EXPORT_SYMBOL_GPL vmlinux 0x8ff84ca7 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x8ff95c61 fscrypt_mergeable_bio +EXPORT_SYMBOL_GPL vmlinux 0x8fff3c22 of_icc_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x9001f1a0 devm_clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0x90127905 serdev_device_write_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x9025e3fd l3mdev_table_lookup_unregister +EXPORT_SYMBOL_GPL vmlinux 0x90320f23 acpi_dev_gpio_irq_wake_get_by +EXPORT_SYMBOL_GPL vmlinux 0x90335a08 spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x903b627c list_lru_isolate_move +EXPORT_SYMBOL_GPL vmlinux 0x9041f30d usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x905b77e4 power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0x907ffb62 __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0x90836500 sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0x90a264e9 usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0x90a9d8cc hv_is_hyperv_initialized +EXPORT_SYMBOL_GPL vmlinux 0x90aa3dbe kthread_use_mm +EXPORT_SYMBOL_GPL vmlinux 0x90b022da inet_pernet_hashinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0x90b02341 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x90b763f1 HYPERVISOR_console_io +EXPORT_SYMBOL_GPL vmlinux 0x90c8498c apei_exec_write_register +EXPORT_SYMBOL_GPL vmlinux 0x90d3675f mdiobus_c45_modify +EXPORT_SYMBOL_GPL vmlinux 0x90e17d3b __pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0x90e1ef99 eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0x90fc965b mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0x91058e42 dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0x911bbb15 devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x911fcd6c phylink_start +EXPORT_SYMBOL_GPL vmlinux 0x91235f75 nvmem_cell_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0x91289022 edac_mc_free +EXPORT_SYMBOL_GPL vmlinux 0x912f5ed9 fib_new_table +EXPORT_SYMBOL_GPL vmlinux 0x913dd575 __spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x913ebd32 stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x9163fc19 do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0x916a449e io_uring_cmd_sock +EXPORT_SYMBOL_GPL vmlinux 0x917982bc pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x9186a622 mtk_clk_unregister_muxes +EXPORT_SYMBOL_GPL vmlinux 0x918f6417 iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9194e18f xenbus_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x91955a9f start_poll_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x919bb9c5 dst_cache_get_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x91a5e464 get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x91a83039 phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x91b1aa2e usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0x91b774a1 mpi_scanval +EXPORT_SYMBOL_GPL vmlinux 0x91bda183 perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x91be314f input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0x91c2a5a5 clk_register_hisi_phase +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91c80048 call_hid_bpf_rdesc_fixup +EXPORT_SYMBOL_GPL vmlinux 0x91cd7f0c adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x91d4e51d __fsverity_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x91e30809 HYPERVISOR_vm_assist +EXPORT_SYMBOL_GPL vmlinux 0x91ea8726 asn1_encode_boolean +EXPORT_SYMBOL_GPL vmlinux 0x91f05b7e tegra_xusb_padctl_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0x9209f283 dax_finish_sync_fault +EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x9221c4e5 sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0x92271bf1 uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0x922d8801 __tracepoint_rwmmio_read +EXPORT_SYMBOL_GPL vmlinux 0x9234450e blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0x923dc710 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0x923e42aa sysfb_disable +EXPORT_SYMBOL_GPL vmlinux 0x9241b358 __static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0x924b767f kobject_move +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x92507a4e __devm_reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x927487ea zynqmp_pm_read_ggs +EXPORT_SYMBOL_GPL vmlinux 0x927be50c vfs_splice_read +EXPORT_SYMBOL_GPL vmlinux 0x9299ef76 mtk_pinconf_bias_disable_set +EXPORT_SYMBOL_GPL vmlinux 0x929bd285 regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0x929e95cf psi_memstall_enter +EXPORT_SYMBOL_GPL vmlinux 0x92a01562 ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0x92a584f6 tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x92b178cf pci_ims_alloc_irq +EXPORT_SYMBOL_GPL vmlinux 0x92b4e32a __traceiter_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x92b8c78b hyperv_pcpu_output_arg +EXPORT_SYMBOL_GPL vmlinux 0x92ca8d50 ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0x92ca977a pci_generic_ecam_ops +EXPORT_SYMBOL_GPL vmlinux 0x92cb609e __tracepoint_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x92cf74aa vcap_admin_rule_count +EXPORT_SYMBOL_GPL vmlinux 0x92d308d1 __ct_user_enter +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92dea8de sched_set_fifo_low +EXPORT_SYMBOL_GPL vmlinux 0x92e8e9ab fsverity_enqueue_verify_work +EXPORT_SYMBOL_GPL vmlinux 0x930ab533 k3_ringacc_request_ring +EXPORT_SYMBOL_GPL vmlinux 0x931ac7c0 __tracepoint_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x93255b2b ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x932c8d7a linear_range_get_value_array +EXPORT_SYMBOL_GPL vmlinux 0x932d3c40 virtio_add_status +EXPORT_SYMBOL_GPL vmlinux 0x932e2c69 device_match_of_node +EXPORT_SYMBOL_GPL vmlinux 0x9332a568 __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x93335116 led_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9339f734 power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0x933f75e0 usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x934f17e3 tcp_sendmsg_locked +EXPORT_SYMBOL_GPL vmlinux 0x935346fe __sbitmap_queue_get +EXPORT_SYMBOL_GPL vmlinux 0x93605e9a vfsgid_in_group_p +EXPORT_SYMBOL_GPL vmlinux 0x936a6e53 rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x936ab060 mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0x9380b051 pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0x93841319 seg6_do_srh_inline +EXPORT_SYMBOL_GPL vmlinux 0x938b943e is_nvdimm_sync +EXPORT_SYMBOL_GPL vmlinux 0x938cf9d8 __tracepoint_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x938d5c78 trace_add_event_call +EXPORT_SYMBOL_GPL vmlinux 0x938eb98a fsverity_get_digest +EXPORT_SYMBOL_GPL vmlinux 0x9392fbfd device_match_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x93985537 crypto_register_rngs +EXPORT_SYMBOL_GPL vmlinux 0x939f586c usb_urb_ep_type_check +EXPORT_SYMBOL_GPL vmlinux 0x93b8a7eb fat_time_fat2unix +EXPORT_SYMBOL_GPL vmlinux 0x93c4fd3a ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x93c7edeb usb_find_common_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x93d1d424 gnttab_free_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x93d39420 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0x93ebdf96 mt_next +EXPORT_SYMBOL_GPL vmlinux 0x93edef07 devlink_health_report +EXPORT_SYMBOL_GPL vmlinux 0x9411488c mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x94160518 __put_task_struct_rcu_cb +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x9425bb34 nvmem_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x94299178 phylink_decode_usxgmii_word +EXPORT_SYMBOL_GPL vmlinux 0x9430b198 trace_dump_stack +EXPORT_SYMBOL_GPL vmlinux 0x9436e405 memory_group_register_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x9437dd17 rockchip_clk_of_add_provider +EXPORT_SYMBOL_GPL vmlinux 0x943fc708 xen_setup_shutdown_event +EXPORT_SYMBOL_GPL vmlinux 0x9449214b init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0x944c140b nfs_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9468ea70 schedule_hrtimeout_range_clock +EXPORT_SYMBOL_GPL vmlinux 0x946dd559 sha224_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x94747955 tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0x948d9386 rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x949b5176 devlink_region_snapshot_create +EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x94a02912 devm_ti_sci_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x94a2f1b0 fsl_mc_bus_dpcon_type +EXPORT_SYMBOL_GPL vmlinux 0x94ad0e16 devm_release_action +EXPORT_SYMBOL_GPL vmlinux 0x94b0eb16 dev_pm_opp_get_required_pstate +EXPORT_SYMBOL_GPL vmlinux 0x94bbb62f __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x94d166ce anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x94dcede0 __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x94e62d2e __set_phys_to_machine_multi +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x94f0136c irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x94f64aa5 __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x94f71658 dev_pm_genpd_get_next_hrtimer +EXPORT_SYMBOL_GPL vmlinux 0x94fa3164 skb_gso_validate_mac_len +EXPORT_SYMBOL_GPL vmlinux 0x94fd5063 devm_request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x950a0dcc clk_hw_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x951a2773 crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x951aa0f8 icc_enable +EXPORT_SYMBOL_GPL vmlinux 0x951d9b84 ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x952264d1 sk_msg_free +EXPORT_SYMBOL_GPL vmlinux 0x9527ccd7 of_phandle_iterator_next +EXPORT_SYMBOL_GPL vmlinux 0x9534cf3a ahci_ops +EXPORT_SYMBOL_GPL vmlinux 0x95397977 usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x953c5e8b ndo_dflt_bridge_getlink +EXPORT_SYMBOL_GPL vmlinux 0x953e1b9e ktime_get_real_seconds +EXPORT_SYMBOL_GPL vmlinux 0x955a2b34 regulator_desc_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x955dd70c edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0x95609b26 context_tracking_key +EXPORT_SYMBOL_GPL vmlinux 0x9569a036 tcp_enter_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0x956ac400 ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x956b2680 dm_audit_log_ti +EXPORT_SYMBOL_GPL vmlinux 0x956b2ab2 ping_bind +EXPORT_SYMBOL_GPL vmlinux 0x957166d8 regmap_irq_set_type_config_simple +EXPORT_SYMBOL_GPL vmlinux 0x957809f9 __traceiter_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x9578a08a generic_handle_domain_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x95843030 mpi_ec_init +EXPORT_SYMBOL_GPL vmlinux 0x95844de9 vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0x958c28ef l3mdev_link_scope_lookup +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x9593eefe serial8250_rpm_put_tx +EXPORT_SYMBOL_GPL vmlinux 0x9593ef31 register_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x959682a4 __tracepoint_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x959ec5f5 call_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x95a3997c i2c_client_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x95b81a76 mpc8xxx_spi_rx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95cf2d1c dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x95d37b2b fscrypt_show_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0x95ef1ccc dmi_memdev_size +EXPORT_SYMBOL_GPL vmlinux 0x95ff5331 rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0x9600122c set_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x96105d8c vcap_tc_flower_handler_ethaddr_usage +EXPORT_SYMBOL_GPL vmlinux 0x961286e0 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x9616a255 phylink_ethtool_ksettings_get +EXPORT_SYMBOL_GPL vmlinux 0x9621d738 alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0x9622a457 iommu_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0x96242a38 iopf_queue_add_device +EXPORT_SYMBOL_GPL vmlinux 0x96258f76 key_type_user +EXPORT_SYMBOL_GPL vmlinux 0x962c8ae1 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x9632c5af fscrypt_prepare_lookup_partial +EXPORT_SYMBOL_GPL vmlinux 0x963c587b devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x965426a6 cpu_topology +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9668fc68 blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9685ca56 shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x96865336 ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0x9697abf8 usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x9698f853 devl_dpipe_table_unregister +EXPORT_SYMBOL_GPL vmlinux 0x96a412e8 ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0x96a55fda list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0x96a64039 rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0x96aa8621 ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0x96aee92a fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0x96b3c1ed __traceiter_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x96bd27a6 __auxiliary_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x96bea33f __traceiter_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x96cd1ed7 elv_register +EXPORT_SYMBOL_GPL vmlinux 0x96daebfc regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x96ebe4c3 perf_report_aux_output_id +EXPORT_SYMBOL_GPL vmlinux 0x96f9a01b __SCK__tp_func_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x96fa0526 nf_queue_entry_free +EXPORT_SYMBOL_GPL vmlinux 0x97032259 regmap_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x97033509 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0x970fbce9 nf_ip_route +EXPORT_SYMBOL_GPL vmlinux 0x9714e0bb ktime_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x97212e14 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x9723c8a6 dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0x97268cd4 led_classdev_notify_brightness_hw_changed +EXPORT_SYMBOL_GPL vmlinux 0x97322d6c of_mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0x973fbee4 led_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x974dbe97 devm_kasprintf +EXPORT_SYMBOL_GPL vmlinux 0x975519c1 asymmetric_key_id_same +EXPORT_SYMBOL_GPL vmlinux 0x97612f8b ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x9764fffc mmc_crypto_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x97691240 clk_hw_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x97699e46 clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0x97777573 phylink_mii_c22_pcs_config +EXPORT_SYMBOL_GPL vmlinux 0x977be5c7 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0x978189a6 genphy_c45_plca_get_status +EXPORT_SYMBOL_GPL vmlinux 0x97867d8e sched_setattr_nocheck +EXPORT_SYMBOL_GPL vmlinux 0x978778d1 dm_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x978e9e8a serial8250_get_port +EXPORT_SYMBOL_GPL vmlinux 0x979e1cbb devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x97a56780 tegra_bpmp_transfer +EXPORT_SYMBOL_GPL vmlinux 0x97a7c24c clk_hw_is_prepared +EXPORT_SYMBOL_GPL vmlinux 0x97b50449 kvm_vcpu_mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0x97ba6e08 of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x97beb46c crypto_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x97c63948 skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0x97da2b5b ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0x97de134f __traceiter_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97e19906 ZSTD_getErrorCode +EXPORT_SYMBOL_GPL vmlinux 0x97fe51ae kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0x9803ab9a pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x9806a900 devm_rtc_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x980e3271 ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x98290f0f virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0x982dcbe7 tcp_plb_update_state_upon_rto +EXPORT_SYMBOL_GPL vmlinux 0x983276da phylink_disconnect_phy +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x9843f501 __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0x984afd8f platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0x984dfd54 ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x985453e1 lease_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x985811ad meson_clk_cpu_dyndiv_ops +EXPORT_SYMBOL_GPL vmlinux 0x9872d419 mptcp_token_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x9876975d crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x987e9568 bpf_trace_run3 +EXPORT_SYMBOL_GPL vmlinux 0x989074ff kmsg_dump_reason_str +EXPORT_SYMBOL_GPL vmlinux 0x989891f3 regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x989f6afa ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0x98aacd57 ip_icmp_error_rfc4884 +EXPORT_SYMBOL_GPL vmlinux 0x98bd5951 ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0x98c82e1d ata_acpi_gtm +EXPORT_SYMBOL_GPL vmlinux 0x98e837db devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x98ee62b2 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x9916353c blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0x9918b02a do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x991f2ac3 class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x991f4168 crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0x99471c71 of_clk_src_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0x9951c5a6 dev_pm_opp_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x9953acdb pkcs7_verify +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x9961700d mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0x996a6401 sfp_register_socket +EXPORT_SYMBOL_GPL vmlinux 0x997286cc pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x99772f2c pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x997c550a preempt_model_none +EXPORT_SYMBOL_GPL vmlinux 0x997e3a27 mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0x99806539 icc_std_aggregate +EXPORT_SYMBOL_GPL vmlinux 0x99823e61 iommu_dev_disable_feature +EXPORT_SYMBOL_GPL vmlinux 0x9982d474 usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x998d79d6 x509_decode_time +EXPORT_SYMBOL_GPL vmlinux 0x998f4a65 mptcp_pm_get_add_addr_signal_max +EXPORT_SYMBOL_GPL vmlinux 0x998f57e1 pci_msix_alloc_irq_at +EXPORT_SYMBOL_GPL vmlinux 0x998fcbf2 clear_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x99944060 lochnagar_update_config +EXPORT_SYMBOL_GPL vmlinux 0x99a03078 dax_holder_notify_failure +EXPORT_SYMBOL_GPL vmlinux 0x99a13650 genphy_c45_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x99afcbda rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x99bea0fe dpbp_reset +EXPORT_SYMBOL_GPL vmlinux 0x99cae967 gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0x99d6a6a2 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x99e07a1f mddev_unlock +EXPORT_SYMBOL_GPL vmlinux 0x99e38f06 do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x99eba786 __fscrypt_prepare_rename +EXPORT_SYMBOL_GPL vmlinux 0x99f018c4 nvmem_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x99f2d00a sysfs_emit_at +EXPORT_SYMBOL_GPL vmlinux 0x99f58bd0 cdx_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x9a0166ed pci_stop_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x9a0c79d0 dev_pm_domain_set +EXPORT_SYMBOL_GPL vmlinux 0x9a0fead0 inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9a10d32a noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a15acdf acpi_dma_request_slave_chan_by_name +EXPORT_SYMBOL_GPL vmlinux 0x9a185ace tick_nohz_full_running +EXPORT_SYMBOL_GPL vmlinux 0x9a23ea6b alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0x9a2b7dbe platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9a381da1 __traceiter_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x9a4481b7 rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0x9a4b0969 usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x9a5534df md_bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x9a5a0104 __platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0x9a5c8f2b icc_put +EXPORT_SYMBOL_GPL vmlinux 0x9a5dce5c rhashtable_walk_start_check +EXPORT_SYMBOL_GPL vmlinux 0x9a6173b1 rockchip_pcie_enable_clocks +EXPORT_SYMBOL_GPL vmlinux 0x9a795eb4 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9aa60907 pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0x9ab83014 pci_host_common_probe +EXPORT_SYMBOL_GPL vmlinux 0x9aba9a14 regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0x9abba771 gfn_to_pfn_prot +EXPORT_SYMBOL_GPL vmlinux 0x9abe75dd blk_mq_end_request_batch +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9ac3fe3e usb_phy_set_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x9ac58f15 __tracepoint_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0x9ac68e81 of_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x9acf31c6 mas_find +EXPORT_SYMBOL_GPL vmlinux 0x9ad70d08 rio_unregister_mport +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9aef19c5 ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9af49514 icc_bulk_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x9afd407c xen_find_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x9affa57b cros_ec_cmd +EXPORT_SYMBOL_GPL vmlinux 0x9b0eaa52 tegra210_xusb_pll_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0x9b128ba0 tpm_tis_remove +EXPORT_SYMBOL_GPL vmlinux 0x9b15b49e gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0x9b16e4ee phy_gbit_fibre_features +EXPORT_SYMBOL_GPL vmlinux 0x9b1fa577 wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0x9b3b8624 gnttab_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x9b4ee277 mtk_pinconf_bias_get_combo +EXPORT_SYMBOL_GPL vmlinux 0x9b555c8c pm_suspend_default_s2idle +EXPORT_SYMBOL_GPL vmlinux 0x9b622421 inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x9b623066 i2c_handle_smbus_host_notify +EXPORT_SYMBOL_GPL vmlinux 0x9b651e51 xenbus_teardown_ring +EXPORT_SYMBOL_GPL vmlinux 0x9b652b6e phylink_resolve_c73 +EXPORT_SYMBOL_GPL vmlinux 0x9b6ec967 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x9b8a4393 power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x9b9071cb get_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x9b91b150 tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x9b92d16e pinctrl_gpio_set_config +EXPORT_SYMBOL_GPL vmlinux 0x9b9a7627 dev_pm_opp_find_bw_floor +EXPORT_SYMBOL_GPL vmlinux 0x9ba2bb2b gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x9ba2fe26 dma_resv_test_signaled +EXPORT_SYMBOL_GPL vmlinux 0x9bb3fcd1 __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x9bc33015 dax_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x9bcc9ea7 __traceiter_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x9bcf474f mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9bd3950c __xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x9bd6726c __ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x9bd71caa gpiod_disable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0x9bdf9714 ZSTD_customMalloc +EXPORT_SYMBOL_GPL vmlinux 0x9be30d27 mhp_get_pluggable_range +EXPORT_SYMBOL_GPL vmlinux 0x9be40f8e fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9bf8e69a spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0x9bf95b4b fuse_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x9c002258 gpiod_set_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x9c03b455 ahci_stop_engine +EXPORT_SYMBOL_GPL vmlinux 0x9c18b6b6 devm_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0x9c2a83ad pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0x9c30ef85 bio_add_zone_append_page +EXPORT_SYMBOL_GPL vmlinux 0x9c448d8d tegra210_put_utmipll_out_iddq +EXPORT_SYMBOL_GPL vmlinux 0x9c452b06 zone_device_page_init +EXPORT_SYMBOL_GPL vmlinux 0x9c4920df request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x9c53ee42 bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x9c61c5b6 set_capacity_and_notify +EXPORT_SYMBOL_GPL vmlinux 0x9c6febfc add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x9c766898 fb_sys_write +EXPORT_SYMBOL_GPL vmlinux 0x9c7fcbb3 __dax_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x9c803020 usb_phy_roothub_power_on +EXPORT_SYMBOL_GPL vmlinux 0x9c86fb25 devm_platform_get_and_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0x9c8d73b4 genphy_c45_read_mdix +EXPORT_SYMBOL_GPL vmlinux 0x9c8f48e1 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x9c964c80 free_uid +EXPORT_SYMBOL_GPL vmlinux 0x9ca6e11f cper_mem_err_location +EXPORT_SYMBOL_GPL vmlinux 0x9cb5af34 disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x9cbc452a imx8ulp_clk_hw_composite +EXPORT_SYMBOL_GPL vmlinux 0x9cc4187a __traceiter_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9cc8bf3a ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x9cd158d9 thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9cd7551a rhashtable_walk_stop +EXPORT_SYMBOL_GPL vmlinux 0x9cdd6a66 sysctl_long_vals +EXPORT_SYMBOL_GPL vmlinux 0x9cf37c44 __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0x9d018674 device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9d09e8ae ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9d0b045a devl_dpipe_headers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9d1177e8 __irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0x9d27669e da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9d2d3f5b pkcs7_free_message +EXPORT_SYMBOL_GPL vmlinux 0x9d2f49ef __SCK__tp_func_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x9d2fdcd7 tcp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0x9d34b18f rio_map_outb_region +EXPORT_SYMBOL_GPL vmlinux 0x9d366f99 page_reporting_register +EXPORT_SYMBOL_GPL vmlinux 0x9d428b80 fsverity_verify_bio +EXPORT_SYMBOL_GPL vmlinux 0x9d483d53 icc_sync_state +EXPORT_SYMBOL_GPL vmlinux 0x9d60d073 dma_pci_p2pdma_supported +EXPORT_SYMBOL_GPL vmlinux 0x9d652a6a wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x9d77e152 regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x9d83b19f blk_mq_queue_inflight +EXPORT_SYMBOL_GPL vmlinux 0x9d8bb00e set_dax_nocache +EXPORT_SYMBOL_GPL vmlinux 0x9d95c71b pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0x9d9910a1 atomic_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x9d99cdd5 find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0x9d9a815b k3_udma_glue_rx_flow_init +EXPORT_SYMBOL_GPL vmlinux 0x9da99425 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x9dac4918 acpi_dev_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x9dc37f85 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x9dc6ad22 dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x9dd3af50 dummy_con +EXPORT_SYMBOL_GPL vmlinux 0x9ddf80dc usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x9de88bc8 __SCK__tp_func_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x9dfec296 __sk_flush_backlog +EXPORT_SYMBOL_GPL vmlinux 0x9e1c063a xenbus_dev_changed +EXPORT_SYMBOL_GPL vmlinux 0x9e229c49 sg_alloc_table_chained +EXPORT_SYMBOL_GPL vmlinux 0x9e324fb7 metadata_dst_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9e37ef9f of_regulator_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0x9e45ae5e icc_node_del +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e513459 dst_blackhole_redirect +EXPORT_SYMBOL_GPL vmlinux 0x9e52f37e vcap_rule_mod_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x9e5a7968 fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x9e75ecab regmap_mmio_attach_clk +EXPORT_SYMBOL_GPL vmlinux 0x9e9c4f24 set_dax_nomc +EXPORT_SYMBOL_GPL vmlinux 0x9ea14607 uart_console_device +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9eeab46d of_prop_next_string +EXPORT_SYMBOL_GPL vmlinux 0x9eebdde7 mpi_point_new +EXPORT_SYMBOL_GPL vmlinux 0x9ef2fe01 acpiphp_unregister_attention +EXPORT_SYMBOL_GPL vmlinux 0x9eff91ee ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0x9f003ad2 fixed_phy_register +EXPORT_SYMBOL_GPL vmlinux 0x9f067223 ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x9f08c714 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x9f1bb17a rz_mtu3_enable +EXPORT_SYMBOL_GPL vmlinux 0x9f1bca1a ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x9f2a632b wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x9f2ebfcf virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0x9f2fcdb3 devm_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x9f517986 HYPERVISOR_hvm_op +EXPORT_SYMBOL_GPL vmlinux 0x9f55e046 devm_regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x9f56c4b9 __SCK__tp_func_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x9f5c6dc2 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x9f738048 call_switchdev_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x9f757544 mtk_pinconf_drive_set +EXPORT_SYMBOL_GPL vmlinux 0x9f76426c mtk_pinconf_adv_pull_set +EXPORT_SYMBOL_GPL vmlinux 0x9f8d0916 register_btf_fmodret_id_set +EXPORT_SYMBOL_GPL vmlinux 0x9f8f6874 irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x9f9d53bc cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x9fa4564a timer_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x9fa76b46 ip_valid_fib_dump_req +EXPORT_SYMBOL_GPL vmlinux 0x9fb0d227 vcap_tc_flower_handler_cvlan_usage +EXPORT_SYMBOL_GPL vmlinux 0x9fb996a7 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x9fbfebab erst_write +EXPORT_SYMBOL_GPL vmlinux 0x9fcdeb9a pwm_capture +EXPORT_SYMBOL_GPL vmlinux 0x9fce063f genphy_c45_an_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fce9e14 serial8250_em485_stop_tx +EXPORT_SYMBOL_GPL vmlinux 0x9fcf6114 param_ops_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x9fe131f1 xen_store_interface +EXPORT_SYMBOL_GPL vmlinux 0x9fe899b7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0x9fe98f0a priv_to_devlink +EXPORT_SYMBOL_GPL vmlinux 0x9ff0c0b0 fib_nh_common_init +EXPORT_SYMBOL_GPL vmlinux 0x9ff8d20f of_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0xa013c945 pci_remove_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xa01a8d9b nd_cmd_bus_desc +EXPORT_SYMBOL_GPL vmlinux 0xa01df162 of_clk_del_provider +EXPORT_SYMBOL_GPL vmlinux 0xa02f6c1f rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0xa041a619 nf_conn_btf_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xa0499bf3 led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0xa04f945a cpus_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xa0585707 __clk_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xa05b511b tpm2_probe +EXPORT_SYMBOL_GPL vmlinux 0xa05ca88e vcap_keyfieldset +EXPORT_SYMBOL_GPL vmlinux 0xa071c0cd tegra210_xusb_pll_hw_control_enable +EXPORT_SYMBOL_GPL vmlinux 0xa07482a3 led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0xa077b444 fwnode_get_next_parent +EXPORT_SYMBOL_GPL vmlinux 0xa07d60db tcp_abort +EXPORT_SYMBOL_GPL vmlinux 0xa080c5e5 smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xa093989b inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0xa094f3b4 gpmc_omap_onenand_set_timings +EXPORT_SYMBOL_GPL vmlinux 0xa09a1fd2 usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0xa09d5776 of_pwm_single_xlate +EXPORT_SYMBOL_GPL vmlinux 0xa0a16986 vp_legacy_get_features +EXPORT_SYMBOL_GPL vmlinux 0xa0aad84b xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0xa0b6fd70 clk_hw_get_rate +EXPORT_SYMBOL_GPL vmlinux 0xa0d3456d nr_swap_pages +EXPORT_SYMBOL_GPL vmlinux 0xa0e58259 ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0xa0f42bd7 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0xa100127a to_nvdimm +EXPORT_SYMBOL_GPL vmlinux 0xa11216be xen_store_domain_type +EXPORT_SYMBOL_GPL vmlinux 0xa1188bdd mmu_notifier_get_locked +EXPORT_SYMBOL_GPL vmlinux 0xa11e8f20 proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0xa12ff356 devm_gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0xa1332282 gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0xa133cf5c kvm_put_kvm_no_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa1420ae6 fwnode_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0xa14644ef ahci_platform_deassert_rsts +EXPORT_SYMBOL_GPL vmlinux 0xa150682e rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xa155d217 alloc_dax +EXPORT_SYMBOL_GPL vmlinux 0xa156a1f2 erst_get_record_id_end +EXPORT_SYMBOL_GPL vmlinux 0xa1613a63 debugfs_file_put +EXPORT_SYMBOL_GPL vmlinux 0xa16449b4 phylink_ethtool_ksettings_set +EXPORT_SYMBOL_GPL vmlinux 0xa1674094 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0xa16a7899 device_get_child_node_count +EXPORT_SYMBOL_GPL vmlinux 0xa174a504 xenbus_watch_pathfmt +EXPORT_SYMBOL_GPL vmlinux 0xa18d54aa ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0xa19561fb __SCK__tp_func_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0xa198edd9 pci_host_common_remove +EXPORT_SYMBOL_GPL vmlinux 0xa1b9edf4 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xa1c4231f kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL vmlinux 0xa1ca15bc iommu_device_link +EXPORT_SYMBOL_GPL vmlinux 0xa1d8004a videomode_from_timing +EXPORT_SYMBOL_GPL vmlinux 0xa1f43952 dev_pm_opp_of_register_em +EXPORT_SYMBOL_GPL vmlinux 0xa1fbdf48 gpiochip_line_is_persistent +EXPORT_SYMBOL_GPL vmlinux 0xa208b5a7 pm_debug_messages_should_print +EXPORT_SYMBOL_GPL vmlinux 0xa20d01ba __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xa2113944 tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0xa218718c crypto_alloc_sync_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xa21f15d8 mmu_notifier_put +EXPORT_SYMBOL_GPL vmlinux 0xa21f2ce7 clk_mux_index_to_val +EXPORT_SYMBOL_GPL vmlinux 0xa2208c14 cdx_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xa22576ab i2c_acpi_client_count +EXPORT_SYMBOL_GPL vmlinux 0xa2269e32 irq_domain_translate_twocell +EXPORT_SYMBOL_GPL vmlinux 0xa22d9548 trace_seq_to_user +EXPORT_SYMBOL_GPL vmlinux 0xa22f4821 ahci_reset_em +EXPORT_SYMBOL_GPL vmlinux 0xa235b3a2 mtk_mux_gate_clr_set_upd_ops +EXPORT_SYMBOL_GPL vmlinux 0xa2401004 device_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0xa2402218 __traceiter_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0xa2419f41 of_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xa242de62 inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0xa246a1e3 sysfs_group_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xa2500ef6 __SCK__tp_func_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xa2595489 __account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0xa25e3ab2 vp_modern_set_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0xa26d1a49 blk_mark_disk_dead +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa275c648 dm_post_suspending +EXPORT_SYMBOL_GPL vmlinux 0xa280e64a devlink_port_attrs_pci_vf_set +EXPORT_SYMBOL_GPL vmlinux 0xa28d0e2d of_clk_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0xa28f40bd __irq_apply_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xa2910574 kvm_read_guest_offset_cached +EXPORT_SYMBOL_GPL vmlinux 0xa2974eec netlink_strict_get_check +EXPORT_SYMBOL_GPL vmlinux 0xa29757c5 xdp_rxq_info_unreg +EXPORT_SYMBOL_GPL vmlinux 0xa2af54b3 irq_from_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xa2b0820d __SCK__tp_func_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xa2b99209 alarm_start +EXPORT_SYMBOL_GPL vmlinux 0xa2b9f059 tcp_leave_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xa2c0f59a ct_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0xa2d8b0c5 xenbus_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa2e1b3ef trace_printk_init_buffers +EXPORT_SYMBOL_GPL vmlinux 0xa2ee8b97 edac_pci_handle_pe +EXPORT_SYMBOL_GPL vmlinux 0xa2f7487f hv_is_hibernation_supported +EXPORT_SYMBOL_GPL vmlinux 0xa30572d1 rio_dma_prep_xfer +EXPORT_SYMBOL_GPL vmlinux 0xa308df79 fwnode_get_parent +EXPORT_SYMBOL_GPL vmlinux 0xa316d650 extcon_sync +EXPORT_SYMBOL_GPL vmlinux 0xa31799df pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa319918c ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0xa31eeb82 nvmem_cell_read_u8 +EXPORT_SYMBOL_GPL vmlinux 0xa324177d power_supply_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xa334a1e8 input_ff_flush +EXPORT_SYMBOL_GPL vmlinux 0xa33b8b53 fsl_mc_allocate_irqs +EXPORT_SYMBOL_GPL vmlinux 0xa33c6fa3 tegra_bpmp_free_mrq +EXPORT_SYMBOL_GPL vmlinux 0xa33f05dd pci_epc_multi_mem_init +EXPORT_SYMBOL_GPL vmlinux 0xa34c1069 dev_pm_genpd_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa34d0858 serial8250_init_port +EXPORT_SYMBOL_GPL vmlinux 0xa351b026 register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0xa35c690d fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0xa35d1885 perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0xa36f50fb is_binary_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xa378ba5b pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0xa37d47e6 edac_pci_add_device +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa3878fd2 __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xa38a9f71 get_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xa38c1436 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a36c73 cppc_set_perf +EXPORT_SYMBOL_GPL vmlinux 0xa3a6bae2 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3c2d984 lwtunnel_cmp_encap +EXPORT_SYMBOL_GPL vmlinux 0xa3c46665 make_device_exclusive_range +EXPORT_SYMBOL_GPL vmlinux 0xa3d9c830 devm_power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xa3dcb681 zynqmp_pm_fpga_load +EXPORT_SYMBOL_GPL vmlinux 0xa3ece414 freezer_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xa3f12f69 __crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0xa3f1e666 devl_assert_locked +EXPORT_SYMBOL_GPL vmlinux 0xa3fa0e0b ethnl_cable_test_fault_length +EXPORT_SYMBOL_GPL vmlinux 0xa3fc50a1 component_master_add_with_match +EXPORT_SYMBOL_GPL vmlinux 0xa4031b7f sfp_parse_port +EXPORT_SYMBOL_GPL vmlinux 0xa4062a57 __tracepoint_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xa410a295 devlink_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa4120345 devl_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0xa4159819 cpufreq_policy_transition_delay_us +EXPORT_SYMBOL_GPL vmlinux 0xa42b5dbb serdev_controller_add +EXPORT_SYMBOL_GPL vmlinux 0xa42d1ee4 pci_platform_power_transition +EXPORT_SYMBOL_GPL vmlinux 0xa42d2c25 gnttab_unmap_refs_sync +EXPORT_SYMBOL_GPL vmlinux 0xa439fe68 fscrypt_drop_inode +EXPORT_SYMBOL_GPL vmlinux 0xa43b4e0b usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0xa4445cc8 hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0xa44a1307 interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xa452f2a4 xen_pirq_from_irq +EXPORT_SYMBOL_GPL vmlinux 0xa45c7b90 stack_trace_print +EXPORT_SYMBOL_GPL vmlinux 0xa45d44fc zynqmp_pm_get_pll_frac_data +EXPORT_SYMBOL_GPL vmlinux 0xa4692134 fsl_mc_cleanup_irq_pool +EXPORT_SYMBOL_GPL vmlinux 0xa474b943 fwnode_property_present +EXPORT_SYMBOL_GPL vmlinux 0xa475fff6 trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0xa47c9580 xhci_update_hub_device +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa4841f30 pci_msi_unmask_irq +EXPORT_SYMBOL_GPL vmlinux 0xa49228d4 virtqueue_add_inbuf_ctx +EXPORT_SYMBOL_GPL vmlinux 0xa4930769 pci_epf_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xa49e58fd of_console_check +EXPORT_SYMBOL_GPL vmlinux 0xa4ab7c1c ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xa4b07fe7 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0xa4b1ebfb pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0xa4bf2e41 cppc_set_epp_perf +EXPORT_SYMBOL_GPL vmlinux 0xa4c00324 asn1_encode_octet_string +EXPORT_SYMBOL_GPL vmlinux 0xa4c085f8 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0xa4cdce03 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa4d65726 rtnl_register_module +EXPORT_SYMBOL_GPL vmlinux 0xa4dfba69 mc_send_command +EXPORT_SYMBOL_GPL vmlinux 0xa4e1740b regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xa4f2a2ed acpi_irq_get +EXPORT_SYMBOL_GPL vmlinux 0xa4f2e93e iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0xa5018487 timer_unstable_counter_workaround +EXPORT_SYMBOL_GPL vmlinux 0xa504a7be sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xa517f884 tegra210_plle_hw_sequence_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xa525e919 __traceiter_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0xa526114d alloc_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0xa5261714 spi_target_abort +EXPORT_SYMBOL_GPL vmlinux 0xa52eaac1 stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xa531471e clk_save_context +EXPORT_SYMBOL_GPL vmlinux 0xa53f1a35 dev_pm_opp_config_clks_simple +EXPORT_SYMBOL_GPL vmlinux 0xa542e2ce serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0xa54a2cba devlink_linecard_provision_clear +EXPORT_SYMBOL_GPL vmlinux 0xa54aa7d0 pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xa54bca7f sdio_retune_release +EXPORT_SYMBOL_GPL vmlinux 0xa54f12ad dev_err_probe +EXPORT_SYMBOL_GPL vmlinux 0xa558b1e0 shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0xa5671661 mmput +EXPORT_SYMBOL_GPL vmlinux 0xa56cc5a5 wbt_enable_default +EXPORT_SYMBOL_GPL vmlinux 0xa56e1a52 sg_free_table_chained +EXPORT_SYMBOL_GPL vmlinux 0xa57a3a89 mas_empty_area_rev +EXPORT_SYMBOL_GPL vmlinux 0xa58db5ec power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0xa5963d01 class_is_registered +EXPORT_SYMBOL_GPL vmlinux 0xa5adb94a pci_epc_init_notify +EXPORT_SYMBOL_GPL vmlinux 0xa5b848b9 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0xa5bda8a1 efi_capsule_supported +EXPORT_SYMBOL_GPL vmlinux 0xa5d1f4b8 stack_depot_snprint +EXPORT_SYMBOL_GPL vmlinux 0xa5d7c388 pstore_type_to_name +EXPORT_SYMBOL_GPL vmlinux 0xa5d901bd generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0xa5d94ac8 pci_bridge_secondary_bus_reset +EXPORT_SYMBOL_GPL vmlinux 0xa5e53edd serial8250_read_char +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa605a4fe xfrm_state_afinfo_get_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa619c1ec pm_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0xa62e1342 __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0xa6445323 ftrace_free_filter +EXPORT_SYMBOL_GPL vmlinux 0xa64ffaa2 dev_pm_opp_disable +EXPORT_SYMBOL_GPL vmlinux 0xa672dba6 dpcon_reset +EXPORT_SYMBOL_GPL vmlinux 0xa67e7808 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xa67f8d02 ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xa6a088b7 fscrypt_match_name +EXPORT_SYMBOL_GPL vmlinux 0xa6a46e67 user_read +EXPORT_SYMBOL_GPL vmlinux 0xa6a69d59 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0xa6a7925c mas_walk +EXPORT_SYMBOL_GPL vmlinux 0xa6af1e35 __SCK__tp_func_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xa6b06f65 ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6b5ee5b __SCK__tp_func_block_split +EXPORT_SYMBOL_GPL vmlinux 0xa6cf1a29 vcap_get_rule +EXPORT_SYMBOL_GPL vmlinux 0xa6d8c499 get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0xa6dc0d97 tegra_read_ram_code +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6f6448e spi_mem_poll_status +EXPORT_SYMBOL_GPL vmlinux 0xa700e166 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0xa703ee4a fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0xa708411f ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xa708ca58 mas_store_prealloc +EXPORT_SYMBOL_GPL vmlinux 0xa709c835 fib6_info_destroy_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa70a01c1 percpu_down_write +EXPORT_SYMBOL_GPL vmlinux 0xa71c2b30 __device_reset +EXPORT_SYMBOL_GPL vmlinux 0xa7217e2b pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0xa723cbe3 __netif_set_xps_queue +EXPORT_SYMBOL_GPL vmlinux 0xa7241959 pkcs7_supply_detached_data +EXPORT_SYMBOL_GPL vmlinux 0xa72dd105 pci_bridge_emul_conf_write +EXPORT_SYMBOL_GPL vmlinux 0xa731f387 nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0xa73bc4ed crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0xa7436739 regulator_set_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0xa74c0301 gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0xa7712ae6 regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xa788700b copy_to_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0xa790ab4b __tracepoint_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xa7967ccd usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0xa79918ae ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0xa7c68231 __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0xa7c84df4 mbox_send_message +EXPORT_SYMBOL_GPL vmlinux 0xa7cc0c38 of_phy_put +EXPORT_SYMBOL_GPL vmlinux 0xa7fa6aae pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0xa7fe3c9d xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0xa806a9f8 virtqueue_get_buf_ctx +EXPORT_SYMBOL_GPL vmlinux 0xa80c9914 devm_rtc_allocate_device +EXPORT_SYMBOL_GPL vmlinux 0xa81485e6 __traceiter_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0xa82d370a __reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xa83e1e1a __traceiter_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0xa8438cfc gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa85331df mtk_clk_gate_ops_no_setclr_inv +EXPORT_SYMBOL_GPL vmlinux 0xa86c6913 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0xa8742440 ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0xa876469b nvdimm_bus_check_dimm_count +EXPORT_SYMBOL_GPL vmlinux 0xa8841cc6 mas_next +EXPORT_SYMBOL_GPL vmlinux 0xa892e642 icc_nodes_remove +EXPORT_SYMBOL_GPL vmlinux 0xa89926dc crypto_dh_decode_key +EXPORT_SYMBOL_GPL vmlinux 0xa8a24142 devl_dpipe_headers_register +EXPORT_SYMBOL_GPL vmlinux 0xa8a6364c xas_get_mark +EXPORT_SYMBOL_GPL vmlinux 0xa8ae0005 dax_layout_busy_page +EXPORT_SYMBOL_GPL vmlinux 0xa8bff762 kernel_file_open +EXPORT_SYMBOL_GPL vmlinux 0xa8c55dd5 amba_device_put +EXPORT_SYMBOL_GPL vmlinux 0xa8caeb7e direct_write_fallback +EXPORT_SYMBOL_GPL vmlinux 0xa8d1101c dw_pcie_own_conf_map_bus +EXPORT_SYMBOL_GPL vmlinux 0xa8d47e46 cgrp_dfl_root +EXPORT_SYMBOL_GPL vmlinux 0xa8e1d613 key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0xa8e8c7c7 pm_clk_init +EXPORT_SYMBOL_GPL vmlinux 0xa8ed8d80 tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0xa8f59951 wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0xa8f97178 __tracepoint_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xa911b67a peernet2id_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa91906e5 devm_acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0xa9320d27 ktime_get_seconds +EXPORT_SYMBOL_GPL vmlinux 0xa946e96b __skb_get_hash_symmetric +EXPORT_SYMBOL_GPL vmlinux 0xa947417b tpm_send +EXPORT_SYMBOL_GPL vmlinux 0xa95b5c77 hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0xa966e366 fscrypt_ioctl_add_key +EXPORT_SYMBOL_GPL vmlinux 0xa967b338 crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xa96acf5e dpcon_get_attributes +EXPORT_SYMBOL_GPL vmlinux 0xa96cb42d device_initialize +EXPORT_SYMBOL_GPL vmlinux 0xa96e8b4e hv_setup_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0xa97694a7 thermal_zone_device_id +EXPORT_SYMBOL_GPL vmlinux 0xa97c6dd6 devl_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0xa981c7a4 devm_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0xa9841b9d mctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xa9892eb3 ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xa99b8e70 __SCK__tp_func_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0xa99ef899 devlink_fmsg_bool_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xa9ddc3bf scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0xa9eb29e9 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0xa9f4ca88 gpiochip_populate_parent_fwspec_twocell +EXPORT_SYMBOL_GPL vmlinux 0xa9f69b09 skcipher_walk_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xaa05ecc8 __virtqueue_break +EXPORT_SYMBOL_GPL vmlinux 0xaa20df6e scsi_internal_device_block_nowait +EXPORT_SYMBOL_GPL vmlinux 0xaa2723cf input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0xaa393cc6 mas_preallocate +EXPORT_SYMBOL_GPL vmlinux 0xaa462133 relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0xaa46bb9c crypto_inst_setname +EXPORT_SYMBOL_GPL vmlinux 0xaa49dac2 dprc_close +EXPORT_SYMBOL_GPL vmlinux 0xaa5a4081 meson_clk_pll_ops +EXPORT_SYMBOL_GPL vmlinux 0xaa6a50f9 __static_key_deferred_flush +EXPORT_SYMBOL_GPL vmlinux 0xaa6d2bd0 spi_take_timestamp_pre +EXPORT_SYMBOL_GPL vmlinux 0xaa9187e4 __spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0xaa91d754 fscrypt_ioctl_remove_key_all_users +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaaad0c4a stmpe_enable +EXPORT_SYMBOL_GPL vmlinux 0xaab9c421 clk_multiplier_ops +EXPORT_SYMBOL_GPL vmlinux 0xaaba7cf1 __tracepoint_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xaabe2211 xenbus_map_ring_valloc +EXPORT_SYMBOL_GPL vmlinux 0xaac8bd00 sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0xaacbc61b dprc_set_obj_irq +EXPORT_SYMBOL_GPL vmlinux 0xaad0de97 dev_pm_genpd_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xaae08666 pinctrl_utils_add_config +EXPORT_SYMBOL_GPL vmlinux 0xaaf269b8 __traceiter_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xaafafbff rockchip_pmu_unblock +EXPORT_SYMBOL_GPL vmlinux 0xab01eb64 xdp_rxq_info_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0xab060841 zynqmp_pm_query_data +EXPORT_SYMBOL_GPL vmlinux 0xab1e0e93 hv_setup_kexec_handler +EXPORT_SYMBOL_GPL vmlinux 0xab2834d5 fsl_mc_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0xab341582 dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0xab6d43d4 rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0xab6f0ded __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0xab79e9a9 i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0xab7c1544 genphy_c45_baset1_read_status +EXPORT_SYMBOL_GPL vmlinux 0xab8395cd of_genpd_del_provider +EXPORT_SYMBOL_GPL vmlinux 0xabaa00fd pci_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0xabc2e2b3 device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0xabc38993 acpi_get_first_physical_node +EXPORT_SYMBOL_GPL vmlinux 0xabc640f3 list_lru_isolate +EXPORT_SYMBOL_GPL vmlinux 0xabc6e9e4 pm_report_max_hw_sleep +EXPORT_SYMBOL_GPL vmlinux 0xabd45848 stop_machine +EXPORT_SYMBOL_GPL vmlinux 0xabd97c9b stmpe811_adc_common_init +EXPORT_SYMBOL_GPL vmlinux 0xabdcd6e0 skb_zerocopy_iter_stream +EXPORT_SYMBOL_GPL vmlinux 0xabe0fd97 component_master_del +EXPORT_SYMBOL_GPL vmlinux 0xabe46a3a addrconf_prefix_rcv_add_addr +EXPORT_SYMBOL_GPL vmlinux 0xabeb21e3 thermal_zone_get_slope +EXPORT_SYMBOL_GPL vmlinux 0xabf0381c sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0xabfa7402 nvdimm_has_cache +EXPORT_SYMBOL_GPL vmlinux 0xabfc7cab led_set_brightness_nopm +EXPORT_SYMBOL_GPL vmlinux 0xac0401af __fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0xac04ea18 pci_epc_mem_free_addr +EXPORT_SYMBOL_GPL vmlinux 0xac06a054 clk_regmap_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xac078b0f pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0xac2f3855 gpiochip_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xac4e8bb8 dev_pm_opp_enable +EXPORT_SYMBOL_GPL vmlinux 0xac5d314d generic_device_group +EXPORT_SYMBOL_GPL vmlinux 0xac690a01 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0xac701a85 kthread_data +EXPORT_SYMBOL_GPL vmlinux 0xac7d4f8a da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xac832190 bpf_prog_create +EXPORT_SYMBOL_GPL vmlinux 0xac9c0a2e vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0xaca3969e devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xacb4d88c clk_rate_exclusive_put +EXPORT_SYMBOL_GPL vmlinux 0xacc329f2 crypto_sig_sign +EXPORT_SYMBOL_GPL vmlinux 0xacc5739f phy_calibrate +EXPORT_SYMBOL_GPL vmlinux 0xacc5bfe5 usb_get_role_switch_default_mode +EXPORT_SYMBOL_GPL vmlinux 0xacc977ac alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0xaccc51db trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xaccf4463 devlink_port_fini +EXPORT_SYMBOL_GPL vmlinux 0xacd7afe8 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xace4744c pktgen_xfrm_outer_mode_output +EXPORT_SYMBOL_GPL vmlinux 0xacfe1f4d dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0xad06c825 ct_user_exit +EXPORT_SYMBOL_GPL vmlinux 0xad07d3da acct_bioset_init +EXPORT_SYMBOL_GPL vmlinux 0xad11054e __fscrypt_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0xad1baa49 dprc_get_obj_count +EXPORT_SYMBOL_GPL vmlinux 0xad395dd9 mm_account_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0xad42dff8 __SCK__tp_func_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xad4780d2 devm_clk_get_optional_prepared +EXPORT_SYMBOL_GPL vmlinux 0xad4a3ffa of_reserved_mem_device_init_by_idx +EXPORT_SYMBOL_GPL vmlinux 0xad4e6259 remove_cpu +EXPORT_SYMBOL_GPL vmlinux 0xad505d43 xfrm_state_mtu +EXPORT_SYMBOL_GPL vmlinux 0xad645234 register_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xad76a3f0 __SCK__tp_func_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xad83ce29 xas_find_conflict +EXPORT_SYMBOL_GPL vmlinux 0xad85a744 of_usb_host_tpl_support +EXPORT_SYMBOL_GPL vmlinux 0xad9fb247 lwtunnel_valid_encap_type_attr +EXPORT_SYMBOL_GPL vmlinux 0xada38766 dst_cache_destroy +EXPORT_SYMBOL_GPL vmlinux 0xada6780f pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0xadc00f37 bus_get_dev_root +EXPORT_SYMBOL_GPL vmlinux 0xadc28db8 ahci_do_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xadd501fa acpi_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0xadd59602 of_device_compatible_match +EXPORT_SYMBOL_GPL vmlinux 0xadd869e2 ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0xade5339b hte_get_clk_src_info +EXPORT_SYMBOL_GPL vmlinux 0xadf9c1b3 housekeeping_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xae01217a mpi_write_to_sgl +EXPORT_SYMBOL_GPL vmlinux 0xae075ee6 pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0xae0ecf40 usb_bus_idr_lock +EXPORT_SYMBOL_GPL vmlinux 0xae1051b0 net_cls_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xae10dd3f of_clk_src_simple_get +EXPORT_SYMBOL_GPL vmlinux 0xae18e157 bpf_trace_run7 +EXPORT_SYMBOL_GPL vmlinux 0xae259dfa device_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0xae2d233b divider_ro_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0xae3687d1 acpi_subsys_suspend +EXPORT_SYMBOL_GPL vmlinux 0xae39f80e dst_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xae52a80e iommu_sva_bind_device +EXPORT_SYMBOL_GPL vmlinux 0xae5e673f pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0xae66224d dev_pm_opp_of_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae6b5b33 inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0xae6f9708 crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xae7240fe regulator_suspend_enable +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae94b7a2 extcon_get_property_capability +EXPORT_SYMBOL_GPL vmlinux 0xae9ff31e i2c_acpi_find_adapter_by_handle +EXPORT_SYMBOL_GPL vmlinux 0xaea123c2 espintcp_push_skb +EXPORT_SYMBOL_GPL vmlinux 0xaeb45216 device_find_child_by_name +EXPORT_SYMBOL_GPL vmlinux 0xaebe424c fib_alias_hw_flags_set +EXPORT_SYMBOL_GPL vmlinux 0xaec6993e pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0xaf0509bd pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0xaf076aec nd_fletcher64 +EXPORT_SYMBOL_GPL vmlinux 0xaf0b6ba7 blkg_rwstat_init +EXPORT_SYMBOL_GPL vmlinux 0xaf19c418 netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaf22d2bd regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xaf264371 vp_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0xaf3314f0 mtk_clk_register_plls +EXPORT_SYMBOL_GPL vmlinux 0xaf348da7 cpu_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xaf3a44e9 __SCK__tp_func_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xaf4014ff usb_amd_quirk_pll_check +EXPORT_SYMBOL_GPL vmlinux 0xaf4050ad regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0xaf4cd963 serial8250_do_set_mctrl +EXPORT_SYMBOL_GPL vmlinux 0xaf5c1995 dev_coredumpsg +EXPORT_SYMBOL_GPL vmlinux 0xaf66a2bc blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0xaf6d38c0 vcap_mod_rule +EXPORT_SYMBOL_GPL vmlinux 0xaf714ca3 gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0xaf7226e9 genphy_c45_plca_get_cfg +EXPORT_SYMBOL_GPL vmlinux 0xaf793668 __alloc_percpu_gfp +EXPORT_SYMBOL_GPL vmlinux 0xaf7a6dba dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0xaf7ad94c __SCK__tp_func_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xaf852873 cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0xaf88504c virtio_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xaf8c3f99 srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xaf9285ee cros_ec_get_sensor_count +EXPORT_SYMBOL_GPL vmlinux 0xaf9551f4 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xaf9aee00 cpufreq_driver_resolve_freq +EXPORT_SYMBOL_GPL vmlinux 0xaf9beecc pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xafb07262 __pfn_to_mfn +EXPORT_SYMBOL_GPL vmlinux 0xafb08f13 skb_append_pagefrags +EXPORT_SYMBOL_GPL vmlinux 0xafb633b3 xfrm_dev_offload_ok +EXPORT_SYMBOL_GPL vmlinux 0xafc1f7e7 cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0xafc6eefb device_del +EXPORT_SYMBOL_GPL vmlinux 0xafcd1cb1 vcap_chain_id_to_lookup +EXPORT_SYMBOL_GPL vmlinux 0xafd1d3d1 devm_pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0xafd93d94 iomap_fiemap +EXPORT_SYMBOL_GPL vmlinux 0xafddd545 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xafeb58c1 __SCK__tp_func_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xb0011ee0 usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0xb0099f79 topology_clear_scale_freq_source +EXPORT_SYMBOL_GPL vmlinux 0xb00a58e1 synth_event_gen_cmd_array_start +EXPORT_SYMBOL_GPL vmlinux 0xb01befda gfn_to_memslot +EXPORT_SYMBOL_GPL vmlinux 0xb01d5f83 icmp_build_probe +EXPORT_SYMBOL_GPL vmlinux 0xb0285265 __folio_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0xb02ac411 register_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb03eee06 bpf_trace_run4 +EXPORT_SYMBOL_GPL vmlinux 0xb049a294 __SCK__tp_func_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0xb0552a30 of_property_read_variable_u64_array +EXPORT_SYMBOL_GPL vmlinux 0xb05b68d5 zynqmp_pm_reset_get_status +EXPORT_SYMBOL_GPL vmlinux 0xb05bd9c0 dma_request_chan +EXPORT_SYMBOL_GPL vmlinux 0xb063f50e __trace_array_puts +EXPORT_SYMBOL_GPL vmlinux 0xb06ea245 sbitmap_queue_resize +EXPORT_SYMBOL_GPL vmlinux 0xb0747ed2 rcu_cpu_stall_suppress +EXPORT_SYMBOL_GPL vmlinux 0xb077e70a clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0xb0802f90 __tracepoint_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xb08a22a3 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0xb09a1338 usb_phy_roothub_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb0a6fd2a serdev_device_set_flow_control +EXPORT_SYMBOL_GPL vmlinux 0xb0abd0bb devm_hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb0acda76 phy_exit +EXPORT_SYMBOL_GPL vmlinux 0xb0b0ce73 iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xb0b2ed81 i2c_slave_register +EXPORT_SYMBOL_GPL vmlinux 0xb0b5fa9c kill_pid_usb_asyncio +EXPORT_SYMBOL_GPL vmlinux 0xb0b61b13 serdev_device_break_ctl +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0c24091 sbitmap_show +EXPORT_SYMBOL_GPL vmlinux 0xb0c638ee inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0xb0d1656c gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0xb0e7ab1f __traceiter_console +EXPORT_SYMBOL_GPL vmlinux 0xb0e8e671 xenbus_otherend_changed +EXPORT_SYMBOL_GPL vmlinux 0xb0ea5cf9 unmap_mapping_pages +EXPORT_SYMBOL_GPL vmlinux 0xb0ec4031 mtk_clk_pdev_probe +EXPORT_SYMBOL_GPL vmlinux 0xb10435d7 usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xb10d964d devlink_fmsg_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xb11d9000 tty_dev_name_to_number +EXPORT_SYMBOL_GPL vmlinux 0xb11ec7b5 cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xb133b993 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0xb13837ce vcap_rule_add_key_u48 +EXPORT_SYMBOL_GPL vmlinux 0xb15cdc67 wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0xb1647fc2 devlink_info_version_running_put +EXPORT_SYMBOL_GPL vmlinux 0xb172d7fa rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0xb17a9211 __io_uring_cmd_do_in_task +EXPORT_SYMBOL_GPL vmlinux 0xb17bc120 lwtunnel_fill_encap +EXPORT_SYMBOL_GPL vmlinux 0xb1aebde3 usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0xb1b3f6ed phylink_mii_c22_pcs_decode_state +EXPORT_SYMBOL_GPL vmlinux 0xb1baa71a devlink_linecard_provision_fail +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1c0b741 handle_fasteoi_irq +EXPORT_SYMBOL_GPL vmlinux 0xb1c26efb usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xb1c2e4e3 bd_prepare_to_claim +EXPORT_SYMBOL_GPL vmlinux 0xb1dfecea power_supply_battery_info_properties_size +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1e4a461 devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0xb1eb542a gpiochip_populate_parent_fwspec_fourcell +EXPORT_SYMBOL_GPL vmlinux 0xb1eb5662 mtk_devm_alloc_clk_data +EXPORT_SYMBOL_GPL vmlinux 0xb1ec00cd vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0xb1fc1782 pci_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xb1fc2132 ncsi_start_dev +EXPORT_SYMBOL_GPL vmlinux 0xb202b8d1 ahci_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0xb202f0d7 rht_bucket_nested_insert +EXPORT_SYMBOL_GPL vmlinux 0xb2183112 usb_of_get_interface_node +EXPORT_SYMBOL_GPL vmlinux 0xb2194f9a bdev_alignment_offset +EXPORT_SYMBOL_GPL vmlinux 0xb21d00c6 hte_ts_put +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb23b7691 start_poll_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0xb2405efc secure_tcp_seq +EXPORT_SYMBOL_GPL vmlinux 0xb2419f1d of_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xb241c745 rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0xb256be16 efivar_is_available +EXPORT_SYMBOL_GPL vmlinux 0xb25e622a devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0xb2694879 genphy_c45_pma_resume +EXPORT_SYMBOL_GPL vmlinux 0xb26a1add elfcorehdr_addr +EXPORT_SYMBOL_GPL vmlinux 0xb26d21f9 dev_pm_opp_remove +EXPORT_SYMBOL_GPL vmlinux 0xb276480b xenbus_free_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xb29533ee zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0xb29de53e vcap_tc_flower_handler_arp_usage +EXPORT_SYMBOL_GPL vmlinux 0xb2a1f1f4 devm_of_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xb2a244f7 phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0xb2a421ce of_pci_range_parser_one +EXPORT_SYMBOL_GPL vmlinux 0xb2a6f197 bpf_fentry_test1 +EXPORT_SYMBOL_GPL vmlinux 0xb2a9c6d5 sdio_signal_irq +EXPORT_SYMBOL_GPL vmlinux 0xb2bdd658 devm_tegra_memory_controller_get +EXPORT_SYMBOL_GPL vmlinux 0xb2c1732e rcu_gp_set_torture_wait +EXPORT_SYMBOL_GPL vmlinux 0xb2cbd788 serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0xb2ceaabb invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0xb2d06f8e netdev_walk_all_lower_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb2fa093e blk_mq_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xb2fa2f0a stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xb2fc8d04 __phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0xb307c909 devlink_fmsg_u64_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xb30b2bda preempt_model_full +EXPORT_SYMBOL_GPL vmlinux 0xb30c056f crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xb31818d6 irq_chip_mask_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0xb323afe6 regulator_bulk_set_supply_names +EXPORT_SYMBOL_GPL vmlinux 0xb33620f7 inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xb346cacc rockchip_clk_register_armclk +EXPORT_SYMBOL_GPL vmlinux 0xb352fc25 vcap_find_keystream_keysets +EXPORT_SYMBOL_GPL vmlinux 0xb3532f7c extcon_set_property_capability +EXPORT_SYMBOL_GPL vmlinux 0xb357cfb9 ata_ncq_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0xb3664cea sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xb37217e7 i2c_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xb37f45fd pinctrl_find_gpio_range_from_pin_nolock +EXPORT_SYMBOL_GPL vmlinux 0xb380955a elv_rqhash_del +EXPORT_SYMBOL_GPL vmlinux 0xb385bd28 ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0xb3a9fdc8 debugfs_write_file_bool +EXPORT_SYMBOL_GPL vmlinux 0xb3bb4b12 nvmem_cell_read_u16 +EXPORT_SYMBOL_GPL vmlinux 0xb3bed586 class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0xb3d31bc3 eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0xb3d75974 dev_pm_opp_of_find_icc_paths +EXPORT_SYMBOL_GPL vmlinux 0xb3e79ee1 irq_set_chained_handler_and_data +EXPORT_SYMBOL_GPL vmlinux 0xb3e8c5ee gpiochip_line_is_irq +EXPORT_SYMBOL_GPL vmlinux 0xb3f87c63 mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0xb3fd8fe6 kernel_read_file_from_path +EXPORT_SYMBOL_GPL vmlinux 0xb40d673e zynqmp_pm_pinctrl_request +EXPORT_SYMBOL_GPL vmlinux 0xb40fe625 gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0xb428b667 ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0xb42bcfbf rz_mtu3_8bit_ch_write +EXPORT_SYMBOL_GPL vmlinux 0xb430bb79 dax_iomap_rw +EXPORT_SYMBOL_GPL vmlinux 0xb4312491 int_active_memcg +EXPORT_SYMBOL_GPL vmlinux 0xb43f9365 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xb4408c9c ahci_platform_suspend_host +EXPORT_SYMBOL_GPL vmlinux 0xb44e18ea audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb453bc23 pci_epc_map_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0xb4568971 synth_event_trace_array +EXPORT_SYMBOL_GPL vmlinux 0xb45821cb skb_gso_validate_network_len +EXPORT_SYMBOL_GPL vmlinux 0xb460d63d ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0xb48708c4 scmi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xb48f0638 software_node_register +EXPORT_SYMBOL_GPL vmlinux 0xb48f3499 xlnx_register_event +EXPORT_SYMBOL_GPL vmlinux 0xb49082dd crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4baa5e9 blk_queue_flag_test_and_set +EXPORT_SYMBOL_GPL vmlinux 0xb4c961d1 bpf_map_inc_with_uref +EXPORT_SYMBOL_GPL vmlinux 0xb4d3bc26 usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xb4db7730 devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0xb4dcf099 dm_table_device_name +EXPORT_SYMBOL_GPL vmlinux 0xb4ddd8aa apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4eda0da ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0xb4f1fec0 __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xb501b2df nd_cmd_dimm_desc +EXPORT_SYMBOL_GPL vmlinux 0xb5093dd3 console_list +EXPORT_SYMBOL_GPL vmlinux 0xb50bfb33 rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0xb51864d7 led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb520eb79 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xb5430037 inet_bhash2_reset_saddr +EXPORT_SYMBOL_GPL vmlinux 0xb5457dcd pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0xb546dda4 inet_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0xb54ff51b fwnode_connection_find_match +EXPORT_SYMBOL_GPL vmlinux 0xb55126be power_supply_get_property +EXPORT_SYMBOL_GPL vmlinux 0xb55139f6 HUF_readStats +EXPORT_SYMBOL_GPL vmlinux 0xb55de460 HYPERVISOR_dm_op +EXPORT_SYMBOL_GPL vmlinux 0xb561c490 mpi_mul +EXPORT_SYMBOL_GPL vmlinux 0xb570745c __SCK__tp_func_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0xb575f2d2 failover_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb57a4280 msi_device_has_isolated_msi +EXPORT_SYMBOL_GPL vmlinux 0xb57d5eac file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0xb57f6b2c governor_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0xb5816755 stmpe_disable +EXPORT_SYMBOL_GPL vmlinux 0xb5853382 crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0xb58c0d7b badblocks_clear +EXPORT_SYMBOL_GPL vmlinux 0xb5921169 kvm_write_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0xb592d904 __gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL vmlinux 0xb599fed3 vp_legacy_set_status +EXPORT_SYMBOL_GPL vmlinux 0xb5a2ad89 user_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb5a6b155 regulator_get_error_flags +EXPORT_SYMBOL_GPL vmlinux 0xb5a83e35 gnttab_setup_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xb5a8c226 acpi_gsi_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xb5af8ace irq_chip_enable_parent +EXPORT_SYMBOL_GPL vmlinux 0xb5b6fb04 hv_get_vpreg +EXPORT_SYMBOL_GPL vmlinux 0xb5c099a4 arm64_mm_context_get +EXPORT_SYMBOL_GPL vmlinux 0xb5ce8590 nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0xb5d9d792 edac_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0xb5e63a3b regulator_set_active_discharge_regmap +EXPORT_SYMBOL_GPL vmlinux 0xb5ee84ea fuse_dax_cancel_work +EXPORT_SYMBOL_GPL vmlinux 0xb60a7b53 usb_asmedia_modifyflowcontrol +EXPORT_SYMBOL_GPL vmlinux 0xb625efe9 hte_push_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb6357e53 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0xb6410433 mpi_addm +EXPORT_SYMBOL_GPL vmlinux 0xb64887e7 usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xb655f91b pci_epc_get_next_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xb667d5e5 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xb6787346 sfp_unregister_socket +EXPORT_SYMBOL_GPL vmlinux 0xb68b18e2 thermal_zone_device_register_with_trips +EXPORT_SYMBOL_GPL vmlinux 0xb68dab5b kthread_flush_work +EXPORT_SYMBOL_GPL vmlinux 0xb69afbb0 devlink_linecard_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xb6b7518d raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0xb6c72a49 register_btf_id_dtor_kfuncs +EXPORT_SYMBOL_GPL vmlinux 0xb6cb3dcc irq_domain_push_irq +EXPORT_SYMBOL_GPL vmlinux 0xb6cd59ba usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0xb6df084d sbitmap_queue_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0xb6e6d99d clk_disable +EXPORT_SYMBOL_GPL vmlinux 0xb6f53412 virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0xb6fa8197 devm_spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0xb702171b ethnl_cable_test_finished +EXPORT_SYMBOL_GPL vmlinux 0xb7090c76 vcap_tc_flower_handler_tcp_usage +EXPORT_SYMBOL_GPL vmlinux 0xb71169da ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0xb71458cd pci_ecam_create +EXPORT_SYMBOL_GPL vmlinux 0xb7159fc0 battery_hook_register +EXPORT_SYMBOL_GPL vmlinux 0xb72e3c95 input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0xb7329c06 clk_set_phase +EXPORT_SYMBOL_GPL vmlinux 0xb73713d7 nvmem_add_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0xb750d349 blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0xb76f830d bpf_trace_run6 +EXPORT_SYMBOL_GPL vmlinux 0xb77066d1 kthread_mod_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0xb774398d sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xb782c1a3 hv_get_vpreg_128 +EXPORT_SYMBOL_GPL vmlinux 0xb786bf75 pci_write_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0xb796a114 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0xb7995bd5 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0xb79bf447 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0xb7a387fc synchronize_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0xb7ae09ed pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0xb7b02555 usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0xb7b3568d vp_modern_set_features +EXPORT_SYMBOL_GPL vmlinux 0xb7b43038 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xb7bc18a3 blk_revalidate_disk_zones +EXPORT_SYMBOL_GPL vmlinux 0xb7c69a63 unregister_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb7c6c11b blk_mq_sched_mark_restart_hctx +EXPORT_SYMBOL_GPL vmlinux 0xb7db4ca8 ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0xb7dc4acd vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0xb7ea2c23 usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0xb7eab117 devl_linecard_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb7f4ddd3 input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0xb7f771e1 powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0xb7f990e9 rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xb810fff8 dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb8182787 iommu_device_sysfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xb820b2df pci_epf_free_space +EXPORT_SYMBOL_GPL vmlinux 0xb8273d0b __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0xb8279b70 kvm_write_guest_offset_cached +EXPORT_SYMBOL_GPL vmlinux 0xb82e12c6 xhci_dbg_trace +EXPORT_SYMBOL_GPL vmlinux 0xb8316513 sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xb845f300 device_attach +EXPORT_SYMBOL_GPL vmlinux 0xb85042e5 gnttab_free_grant_reference_seq +EXPORT_SYMBOL_GPL vmlinux 0xb865f610 regulator_map_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xb8666a97 tcp_rate_check_app_limited +EXPORT_SYMBOL_GPL vmlinux 0xb868539d clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0xb8781582 imx_clk_hw_sscg_pll +EXPORT_SYMBOL_GPL vmlinux 0xb87ab4d5 dax_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0xb87f40fe cppc_set_enable +EXPORT_SYMBOL_GPL vmlinux 0xb88dbfce irq_set_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0xb89e69b1 jump_label_update_timeout +EXPORT_SYMBOL_GPL vmlinux 0xb8ab8dbe bpf_trace_run10 +EXPORT_SYMBOL_GPL vmlinux 0xb8aff748 devm_regulator_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xb8b8c4f0 ti_sci_release_resource +EXPORT_SYMBOL_GPL vmlinux 0xb8cd3a7f nf_logger_put +EXPORT_SYMBOL_GPL vmlinux 0xb8d76b40 iommu_map +EXPORT_SYMBOL_GPL vmlinux 0xb8e52449 encrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0xb8e65b2a usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0xb8e97f7d fat_update_time +EXPORT_SYMBOL_GPL vmlinux 0xb8f11603 idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb8f20a47 rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xb8fd6bf3 mtk_clk_gate_ops_no_setclr +EXPORT_SYMBOL_GPL vmlinux 0xb9053e5b pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xb90d09ef pskb_put +EXPORT_SYMBOL_GPL vmlinux 0xb912560d static_key_disable +EXPORT_SYMBOL_GPL vmlinux 0xb912df40 of_changeset_action +EXPORT_SYMBOL_GPL vmlinux 0xb91623de ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xb917b6d7 return_address +EXPORT_SYMBOL_GPL vmlinux 0xb91a8529 of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xb920a30e pl08x_filter_id +EXPORT_SYMBOL_GPL vmlinux 0xb924ba05 blk_mq_sched_try_merge +EXPORT_SYMBOL_GPL vmlinux 0xb928e509 irq_chip_unmask_parent +EXPORT_SYMBOL_GPL vmlinux 0xb92bdf22 tps65912_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xb931ed00 filemap_range_has_writeback +EXPORT_SYMBOL_GPL vmlinux 0xb940d90d hte_enable_ts +EXPORT_SYMBOL_GPL vmlinux 0xb945efcf acpi_dma_request_slave_chan_by_index +EXPORT_SYMBOL_GPL vmlinux 0xb956af16 mmc_prepare_busy_cmd +EXPORT_SYMBOL_GPL vmlinux 0xb959841d auxiliary_find_device +EXPORT_SYMBOL_GPL vmlinux 0xb9681621 xdp_do_flush +EXPORT_SYMBOL_GPL vmlinux 0xb9739a06 kvm_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0xb977258b __list_lru_init +EXPORT_SYMBOL_GPL vmlinux 0xb97d922b xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0xb980dc42 tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb9852d11 __traceiter_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xb998ad92 irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0xb99a3b00 sbitmap_queue_recalculate_wake_batch +EXPORT_SYMBOL_GPL vmlinux 0xb99d8c6e fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0xb99ded00 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xb9a3866c __devm_rtc_register_device +EXPORT_SYMBOL_GPL vmlinux 0xb9a9ea16 devm_mipi_dsi_attach +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c16f51 hv_max_vp_index +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9cd56f8 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9d514a7 dev_pm_opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0xb9dd2131 acpi_device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0xba046066 acpi_is_pnp_device +EXPORT_SYMBOL_GPL vmlinux 0xba05c1f8 of_pci_dma_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0xba091d4d ipv6_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0xba220db7 __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba2c8737 udp_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0xba38c617 sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xba38cca8 nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0xba4c0f8a pci_hp_destroy +EXPORT_SYMBOL_GPL vmlinux 0xba61846c genphy_c45_read_link +EXPORT_SYMBOL_GPL vmlinux 0xba6394f2 pci_epc_set_msix +EXPORT_SYMBOL_GPL vmlinux 0xba6863bd fsl_mc_bus_dpdmux_type +EXPORT_SYMBOL_GPL vmlinux 0xba6b5939 __traceiter_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0xba6eb67d __tracepoint_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xba72ebaa bpf_offload_dev_create +EXPORT_SYMBOL_GPL vmlinux 0xbaa09bf6 acpi_initialize_hp_context +EXPORT_SYMBOL_GPL vmlinux 0xbab7f1fb xenbus_dev_cancel +EXPORT_SYMBOL_GPL vmlinux 0xbab9a9f0 maxim_charger_currents +EXPORT_SYMBOL_GPL vmlinux 0xbac94448 __tracepoint_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0xbaca35a5 fuse_fill_super_common +EXPORT_SYMBOL_GPL vmlinux 0xbacb91b6 usb_of_get_device_node +EXPORT_SYMBOL_GPL vmlinux 0xbad472b3 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0xbaee0043 ip6_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0xbaf2117d clk_hw_register_composite +EXPORT_SYMBOL_GPL vmlinux 0xbaf4317a fib_nh_common_release +EXPORT_SYMBOL_GPL vmlinux 0xbaf6850c fsnotify_wait_marks_destroyed +EXPORT_SYMBOL_GPL vmlinux 0xbb028ad3 rcu_gp_slow_register +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb0b25d2 register_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0xbb1d9acf dev_coredumpv +EXPORT_SYMBOL_GPL vmlinux 0xbb1f2af5 rcu_trc_cmpxchg_need_qs +EXPORT_SYMBOL_GPL vmlinux 0xbb24f372 __SCK__tp_func_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xbb2bd66c sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0xbb3c39e4 ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0xbb4146b3 get_completed_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xbb42615f copy_user_highpage +EXPORT_SYMBOL_GPL vmlinux 0xbb62b3d1 cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0xbb6508da random_get_entropy_fallback +EXPORT_SYMBOL_GPL vmlinux 0xbb6a3cbd devlink_fmsg_arr_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xbb6f025a asymmetric_key_generate_id +EXPORT_SYMBOL_GPL vmlinux 0xbb7195a5 xdp_warn +EXPORT_SYMBOL_GPL vmlinux 0xbb7e9690 gfn_to_hva_memslot +EXPORT_SYMBOL_GPL vmlinux 0xbb876e2d pinctrl_dev_get_devname +EXPORT_SYMBOL_GPL vmlinux 0xbb9d934c pinctrl_generic_get_group +EXPORT_SYMBOL_GPL vmlinux 0xbbb85de0 fib_add_nexthop +EXPORT_SYMBOL_GPL vmlinux 0xbbc61513 inode_dax +EXPORT_SYMBOL_GPL vmlinux 0xbbd4afd9 pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0xbbd50914 set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0xbbd9ec86 crypto_grab_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xbbe5611b crc64_rocksoft_update +EXPORT_SYMBOL_GPL vmlinux 0xbbe56404 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0xbbe64d9e xen_register_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xbbeb2ddd sdio_retune_hold_now +EXPORT_SYMBOL_GPL vmlinux 0xbbf7d901 tegra_mc_get_emem_device_count +EXPORT_SYMBOL_GPL vmlinux 0xbbf82b6f zynqmp_pm_set_tcm_config +EXPORT_SYMBOL_GPL vmlinux 0xbbf86720 __traceiter_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0xbc014105 __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0xbc0eca79 pci_epc_add_epf +EXPORT_SYMBOL_GPL vmlinux 0xbc1518f2 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0xbc1e2c19 inet6_cleanup_sock +EXPORT_SYMBOL_GPL vmlinux 0xbc239153 pci_acpi_set_companion_lookup_hook +EXPORT_SYMBOL_GPL vmlinux 0xbc314156 nop_mnt_idmap +EXPORT_SYMBOL_GPL vmlinux 0xbc31f7d2 fuse_simple_background +EXPORT_SYMBOL_GPL vmlinux 0xbc33281d serial8250_em485_config +EXPORT_SYMBOL_GPL vmlinux 0xbc37b10f class_register +EXPORT_SYMBOL_GPL vmlinux 0xbc3d52b7 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xbc3f2cb0 timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xbc45a08d clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0xbc4c4a93 iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0xbc5f5bde max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xbc600dc9 preempt_model_voluntary +EXPORT_SYMBOL_GPL vmlinux 0xbc64606a dst_cache_get +EXPORT_SYMBOL_GPL vmlinux 0xbc671be8 generic_handle_domain_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc681a84 edac_pci_del_device +EXPORT_SYMBOL_GPL vmlinux 0xbc6bec66 free_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc74f9fd usb_role_switch_find_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xbc77b9c5 regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xbc7a22bc vcap_del_rules +EXPORT_SYMBOL_GPL vmlinux 0xbc820564 serdev_device_write_buf +EXPORT_SYMBOL_GPL vmlinux 0xbc99eba4 crypto_register_scomps +EXPORT_SYMBOL_GPL vmlinux 0xbc9b8588 ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xbcb0de8b __traceiter_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0xbcc15e75 ktime_get_coarse_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xbcc6f017 devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbce31ad9 auxiliary_device_init +EXPORT_SYMBOL_GPL vmlinux 0xbce6087e xdp_do_redirect_frame +EXPORT_SYMBOL_GPL vmlinux 0xbcf1f0e6 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xbcf4bd02 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0xbcf85306 pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0xbd06f3a9 ata_get_cmd_name +EXPORT_SYMBOL_GPL vmlinux 0xbd285906 mmc_sanitize +EXPORT_SYMBOL_GPL vmlinux 0xbd28aa2e folio_invalidate +EXPORT_SYMBOL_GPL vmlinux 0xbd2e67fe poll_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xbd383ad2 usb_set_wireless_status +EXPORT_SYMBOL_GPL vmlinux 0xbd3fe1e3 disable_hardirq +EXPORT_SYMBOL_GPL vmlinux 0xbd4fcda1 devlink_dpipe_action_put +EXPORT_SYMBOL_GPL vmlinux 0xbd539a94 efivars_register +EXPORT_SYMBOL_GPL vmlinux 0xbd53cc44 umd_load_blob +EXPORT_SYMBOL_GPL vmlinux 0xbd547db8 thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xbd5ef27d ct_user_enter +EXPORT_SYMBOL_GPL vmlinux 0xbd7aaaee add_memory +EXPORT_SYMBOL_GPL vmlinux 0xbd879d73 meson_clk_mpll_ops +EXPORT_SYMBOL_GPL vmlinux 0xbda04a91 cond_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xbdae7149 skb_segment +EXPORT_SYMBOL_GPL vmlinux 0xbdaebbce cpufreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbdb2217d hv_is_isolation_supported +EXPORT_SYMBOL_GPL vmlinux 0xbdced6d9 spi_mem_dirmap_read +EXPORT_SYMBOL_GPL vmlinux 0xbdd66f8e led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0xbdd79041 ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0xbdda1b5f vmalloc_huge +EXPORT_SYMBOL_GPL vmlinux 0xbde672d7 dm_submit_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xbde9e932 rockchip_pcie_deinit_phys +EXPORT_SYMBOL_GPL vmlinux 0xbdeb90a9 usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0xbdf42e37 vfs_fallocate +EXPORT_SYMBOL_GPL vmlinux 0xbdf4fdff cgroup_get_from_fd +EXPORT_SYMBOL_GPL vmlinux 0xbdf5c14c pinconf_generic_dt_free_map +EXPORT_SYMBOL_GPL vmlinux 0xbdfec30a devm_hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbe137c1e imx_fracn_gppll +EXPORT_SYMBOL_GPL vmlinux 0xbe2defa7 regulator_get_hardware_vsel_register +EXPORT_SYMBOL_GPL vmlinux 0xbe38f329 vp_modern_get_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0xbe50efb7 rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0xbe51749a serial8250_do_startup +EXPORT_SYMBOL_GPL vmlinux 0xbe5c888b crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0xbe5de398 xenbus_watch_path +EXPORT_SYMBOL_GPL vmlinux 0xbe5e3414 k3_udma_glue_reset_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0xbe687e88 wake_up_all_idle_cpus +EXPORT_SYMBOL_GPL vmlinux 0xbe91c610 pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xbe96dfd8 of_reconfig_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbe96e028 crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0xbe9a83d5 dw_pcie_write +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbeb6c5aa usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xbeb7b7d3 __traceiter_rwmmio_read +EXPORT_SYMBOL_GPL vmlinux 0xbebb7ce8 devfreq_event_get_event +EXPORT_SYMBOL_GPL vmlinux 0xbec66c3a __apei_exec_run +EXPORT_SYMBOL_GPL vmlinux 0xbeca674a get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0xbece8a23 blk_mq_update_nr_hw_queues +EXPORT_SYMBOL_GPL vmlinux 0xbece955a usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xbecee40e filemap_read +EXPORT_SYMBOL_GPL vmlinux 0xbed2e6bc rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0xbefcb6d5 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbefe923c dax_inode +EXPORT_SYMBOL_GPL vmlinux 0xbf024e06 shash_no_setkey +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf2e2e71 housekeeping_enabled +EXPORT_SYMBOL_GPL vmlinux 0xbf4513c3 devlink_linecard_activate +EXPORT_SYMBOL_GPL vmlinux 0xbf564bae unregister_trace_event +EXPORT_SYMBOL_GPL vmlinux 0xbf59bda2 tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0xbf59bf36 mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0xbf5cb3db devl_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0xbf6c462f ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0xbf70c8b6 fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbf71d982 tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xbf8044c6 hwpoison_filter +EXPORT_SYMBOL_GPL vmlinux 0xbf898884 dev_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0xbf8ef459 sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0xbf8f3439 scsi_host_unblock +EXPORT_SYMBOL_GPL vmlinux 0xbfadff66 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0xbfb0f137 nvdimm_region_notify +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfbff4e2 fsl_mc_bus_dpseci_type +EXPORT_SYMBOL_GPL vmlinux 0xbfc7318d of_pci_get_slot_power_limit +EXPORT_SYMBOL_GPL vmlinux 0xbfcb30e3 regmap_field_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0xbfdfda54 srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0xbfe5616d tick_broadcast_oneshot_control +EXPORT_SYMBOL_GPL vmlinux 0xbfead7dc regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0xbfed2cd9 __wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0xbff19eca dw_pcie_read_dbi +EXPORT_SYMBOL_GPL vmlinux 0xbff97ca7 bpf_prog_get_type_dev +EXPORT_SYMBOL_GPL vmlinux 0xc0021bdf pci_find_dvsec_capability +EXPORT_SYMBOL_GPL vmlinux 0xc0132ae9 __traceiter_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xc013b78b tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0xc0232282 __clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0xc02fb867 unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0xc0321a71 inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0xc0356e99 ncsi_vlan_rx_add_vid +EXPORT_SYMBOL_GPL vmlinux 0xc0455fc0 l3mdev_fib_table_by_index +EXPORT_SYMBOL_GPL vmlinux 0xc046cf84 imx93_clk_gate +EXPORT_SYMBOL_GPL vmlinux 0xc04d75e4 dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xc059bd42 pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0xc05cee80 ipi_get_hwirq +EXPORT_SYMBOL_GPL vmlinux 0xc06cd351 get_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xc071b3c5 trace_seq_putmem +EXPORT_SYMBOL_GPL vmlinux 0xc0754227 pci_msix_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xc0844c35 spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0xc08a98fc iocb_bio_iopoll +EXPORT_SYMBOL_GPL vmlinux 0xc090c376 net_selftest_get_strings +EXPORT_SYMBOL_GPL vmlinux 0xc09756f9 vcap_chain_offset +EXPORT_SYMBOL_GPL vmlinux 0xc0a3d155 k3_udma_glue_rx_get_flow_id_base +EXPORT_SYMBOL_GPL vmlinux 0xc0a8f4be phylink_resume +EXPORT_SYMBOL_GPL vmlinux 0xc0a96e14 rcu_gp_is_expedited +EXPORT_SYMBOL_GPL vmlinux 0xc0b2664d devlink_dpipe_header_ipv4 +EXPORT_SYMBOL_GPL vmlinux 0xc0b27a73 device_create_managed_software_node +EXPORT_SYMBOL_GPL vmlinux 0xc0b53723 usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0xc0d75fc9 irq_domain_reset_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL vmlinux 0xc0f0458a ip_tunnel_unneed_metadata +EXPORT_SYMBOL_GPL vmlinux 0xc0f763b5 __devres_alloc_node +EXPORT_SYMBOL_GPL vmlinux 0xc0f8bf2d __traceiter_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xc0fbcd7c usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0xc1020de9 meson_a1_parse_dt_extra +EXPORT_SYMBOL_GPL vmlinux 0xc1086e0c sysrq_toggle_support +EXPORT_SYMBOL_GPL vmlinux 0xc11a14eb mtk_clk_unregister_ref2usb_tx +EXPORT_SYMBOL_GPL vmlinux 0xc122b362 __kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0xc123d506 platform_msi_domain_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0xc129cee7 pwm_adjust_config +EXPORT_SYMBOL_GPL vmlinux 0xc14e6639 phy_speed_down +EXPORT_SYMBOL_GPL vmlinux 0xc14f7616 __SCK__tp_func_rwmmio_post_write +EXPORT_SYMBOL_GPL vmlinux 0xc1601ad6 reset_control_get_count +EXPORT_SYMBOL_GPL vmlinux 0xc167b136 kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xc16f953c crypto_akcipher_sync_post +EXPORT_SYMBOL_GPL vmlinux 0xc1743430 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc17e9946 usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0xc19b2437 __tracepoint_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc1a4b864 divider_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xc1a7962b find_vpid +EXPORT_SYMBOL_GPL vmlinux 0xc1a92db2 usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc1b65230 nfs42_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0xc1bbe843 dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc1beb3d0 led_trigger_write +EXPORT_SYMBOL_GPL vmlinux 0xc1c4cbcf put_device +EXPORT_SYMBOL_GPL vmlinux 0xc1d15a4c phylink_set_port_modes +EXPORT_SYMBOL_GPL vmlinux 0xc1dce028 k3_udma_glue_reset_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xc1dd5dc4 xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0xc1e6986e interval_tree_span_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xc1e6bfcb md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0xc1e8d792 acpi_subsys_poweroff +EXPORT_SYMBOL_GPL vmlinux 0xc1eb9692 icc_node_create +EXPORT_SYMBOL_GPL vmlinux 0xc20e7fb1 rio_local_set_device_id +EXPORT_SYMBOL_GPL vmlinux 0xc21cb619 fsl_mc_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xc21db497 bio_poll +EXPORT_SYMBOL_GPL vmlinux 0xc2227860 regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc22fdc6d crypto_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xc230d64b switchdev_handle_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0xc2368ea5 ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0xc23e0875 skb_segment_list +EXPORT_SYMBOL_GPL vmlinux 0xc2472388 tegra210_clk_emc_update_setting +EXPORT_SYMBOL_GPL vmlinux 0xc249f5cb sdio_retune_crc_enable +EXPORT_SYMBOL_GPL vmlinux 0xc24edf00 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0xc2526013 raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xc259023e __devm_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc25b8971 hv_remove_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0xc25bc287 clk_regmap_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0xc2692173 wakeup_sources_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xc26f28df devm_hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0xc289e46d cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xc28e8448 vring_create_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xc28fe6cf gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xc29c8a7d bpf_map_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0xc2a3e570 errata +EXPORT_SYMBOL_GPL vmlinux 0xc2a6cc0d regmap_noinc_write +EXPORT_SYMBOL_GPL vmlinux 0xc2a814db tcp_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xc2aafdca xen_unmap_domain_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0xc2b149fc validate_xmit_skb_list +EXPORT_SYMBOL_GPL vmlinux 0xc2ba686d synth_event_create +EXPORT_SYMBOL_GPL vmlinux 0xc2baae08 usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0xc2c1c427 perf_event_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc2c49ea4 device_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xc2cce04f sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0xc2d1c52e regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0xc2d55962 work_on_cpu_key +EXPORT_SYMBOL_GPL vmlinux 0xc2da10b0 iommu_device_unlink +EXPORT_SYMBOL_GPL vmlinux 0xc2dbd5a5 tracing_snapshot_cond_disable +EXPORT_SYMBOL_GPL vmlinux 0xc2de27ca hest_disable +EXPORT_SYMBOL_GPL vmlinux 0xc2e2c09c devm_of_led_get +EXPORT_SYMBOL_GPL vmlinux 0xc2e75d6b dev_pm_set_dedicated_wake_irq_reverse +EXPORT_SYMBOL_GPL vmlinux 0xc2eb402b of_css +EXPORT_SYMBOL_GPL vmlinux 0xc2efcb9d da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xc2fcdda5 pci_p2pmem_find_many +EXPORT_SYMBOL_GPL vmlinux 0xc30d9ff7 xhci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xc3100be9 net_selftest +EXPORT_SYMBOL_GPL vmlinux 0xc3139711 platform_irq_count +EXPORT_SYMBOL_GPL vmlinux 0xc3267039 tty_kopen_shared +EXPORT_SYMBOL_GPL vmlinux 0xc3350d18 irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xc33806c9 trace_array_printk +EXPORT_SYMBOL_GPL vmlinux 0xc33c17bd platform_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0xc340e246 zynqmp_pm_request_node +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc34f857b __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xc352d519 ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xc359d962 devl_param_value_changed +EXPORT_SYMBOL_GPL vmlinux 0xc35f25c3 pci_epc_bme_notify +EXPORT_SYMBOL_GPL vmlinux 0xc3708747 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc37295e3 rockchip_clk_init +EXPORT_SYMBOL_GPL vmlinux 0xc37e5c1f genphy_c45_pma_read_abilities +EXPORT_SYMBOL_GPL vmlinux 0xc3805cd1 fs_ftype_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0xc3876c1a hv_isolation_type_snp +EXPORT_SYMBOL_GPL vmlinux 0xc3997d9d mpi_read_raw_from_sgl +EXPORT_SYMBOL_GPL vmlinux 0xc3ac1c2a nvmem_del_cell_table +EXPORT_SYMBOL_GPL vmlinux 0xc3b47825 rcu_async_relax +EXPORT_SYMBOL_GPL vmlinux 0xc3b4e5e8 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0xc3c4c6cc hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0xc3d3a336 platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0xc3d48000 scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0xc3de495f clean_acked_data_enable +EXPORT_SYMBOL_GPL vmlinux 0xc3de65ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc3ea5305 iommu_default_passthrough +EXPORT_SYMBOL_GPL vmlinux 0xc3fab468 screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0xc407f79d fsl8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0xc408f484 sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xc4155a94 crypto_skcipher_setkey +EXPORT_SYMBOL_GPL vmlinux 0xc42146c6 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc4490cfd tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0xc44afc48 pse_ethtool_set_config +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc457fff0 ahci_reset_controller +EXPORT_SYMBOL_GPL vmlinux 0xc46324f6 dynevent_create +EXPORT_SYMBOL_GPL vmlinux 0xc464e717 of_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0xc47112a3 debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc4a31146 rdma_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc4a72936 trusted_tpm_send +EXPORT_SYMBOL_GPL vmlinux 0xc4af09ad mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc4ba9aeb zynqmp_pm_fpga_get_config_status +EXPORT_SYMBOL_GPL vmlinux 0xc4bd015e devm_clk_hw_get_clk +EXPORT_SYMBOL_GPL vmlinux 0xc4bf16c9 device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0xc4cf9f9b iomap_get_folio +EXPORT_SYMBOL_GPL vmlinux 0xc4d2c7ed devl_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc4d5e0e8 acpi_gpio_get_irq_resource +EXPORT_SYMBOL_GPL vmlinux 0xc4d812be devlink_remote_reload_actions_performed +EXPORT_SYMBOL_GPL vmlinux 0xc4f0da12 ktime_get_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xc51450c6 imx_ccm_lock +EXPORT_SYMBOL_GPL vmlinux 0xc515998f devl_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc52b414c ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0xc537b2a6 serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0xc53eb5dd regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0xc548ba04 tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0xc55ff033 trace_array_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xc5600256 virtio_max_dma_size +EXPORT_SYMBOL_GPL vmlinux 0xc5604800 clk_set_rate_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xc569d8ce __clk_get_name +EXPORT_SYMBOL_GPL vmlinux 0xc56b11c0 ehci_reset +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc5765120 kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0xc5777fca linear_range_get_selector_low_array +EXPORT_SYMBOL_GPL vmlinux 0xc57d484c crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0xc57d77a3 hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc587faed sk_msg_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc58a3ee6 icc_node_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc5a4514c pci_dev_lock +EXPORT_SYMBOL_GPL vmlinux 0xc5a5c678 uart_parse_earlycon +EXPORT_SYMBOL_GPL vmlinux 0xc5ae64c2 usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xc5bc5901 nfct_btf_struct_access +EXPORT_SYMBOL_GPL vmlinux 0xc5c19510 pci_hp_del +EXPORT_SYMBOL_GPL vmlinux 0xc5c2de8d serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0xc5c8e8cd dma_resv_get_singleton +EXPORT_SYMBOL_GPL vmlinux 0xc5d9a126 unregister_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0xc5dda714 simple_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0xc5df47ff devm_clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xc5f472c6 usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0xc5f87971 gpiod_toggle_active_low +EXPORT_SYMBOL_GPL vmlinux 0xc5fc31e6 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc61bbb87 ip6_pol_route +EXPORT_SYMBOL_GPL vmlinux 0xc62081de meson_clk_dualdiv_ops +EXPORT_SYMBOL_GPL vmlinux 0xc6250576 ZSTD_isError +EXPORT_SYMBOL_GPL vmlinux 0xc62611e1 scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xc633b87a irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0xc6361790 disk_update_readahead +EXPORT_SYMBOL_GPL vmlinux 0xc636d60f __tracepoint_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xc64fd66a add_hwgenerator_randomness +EXPORT_SYMBOL_GPL vmlinux 0xc6572a90 xenbus_read_unsigned +EXPORT_SYMBOL_GPL vmlinux 0xc66019cc xen_resume_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc6711b36 sysfs_unbreak_active_protection +EXPORT_SYMBOL_GPL vmlinux 0xc6760b36 to_nvdimm_bus_dev +EXPORT_SYMBOL_GPL vmlinux 0xc6779093 ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xc68b026b regulator_set_pull_down_regmap +EXPORT_SYMBOL_GPL vmlinux 0xc68c41d6 __SCK__tp_func_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xc697b0f7 nvmem_device_read +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc6a4a872 __clk_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xc6def34b gnttab_empty_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xc6e2adba __devm_clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xc6e5bcf3 linear_range_get_selector_within +EXPORT_SYMBOL_GPL vmlinux 0xc6f360a8 blk_queue_max_discard_segments +EXPORT_SYMBOL_GPL vmlinux 0xc7061ef3 iova_cache_put +EXPORT_SYMBOL_GPL vmlinux 0xc7124a02 bio_iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0xc71a1de3 phylink_generic_validate +EXPORT_SYMBOL_GPL vmlinux 0xc7258d00 __clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xc73cf109 ethtool_dev_mm_supported +EXPORT_SYMBOL_GPL vmlinux 0xc7409852 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xc74c07ce cppc_get_epp_perf +EXPORT_SYMBOL_GPL vmlinux 0xc751bca1 devm_serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0xc75d525e extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xc77b11b8 acpi_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0xc77cfaf7 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0xc7824b2c ethnl_cable_test_result +EXPORT_SYMBOL_GPL vmlinux 0xc784d0a8 dmaengine_desc_attach_metadata +EXPORT_SYMBOL_GPL vmlinux 0xc7856e74 __wake_up_locked_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xc7991e0f __xenbus_register_backend +EXPORT_SYMBOL_GPL vmlinux 0xc79ce35d __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7a7e770 clk_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xc7bdb32b folio_alloc_buffers +EXPORT_SYMBOL_GPL vmlinux 0xc7c23ff0 xenbus_exists +EXPORT_SYMBOL_GPL vmlinux 0xc7cf3250 strp_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xc7d02565 devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc7d40910 rio_add_net +EXPORT_SYMBOL_GPL vmlinux 0xc7d9e834 phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0xc7db6c37 wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xc7e64fc2 asn1_encode_integer +EXPORT_SYMBOL_GPL vmlinux 0xc7f23f27 firmware_request_cache +EXPORT_SYMBOL_GPL vmlinux 0xc7f43fe5 dev_pm_set_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xc7f593ed acpi_pm_set_device_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xc7fa4aa9 kobj_ns_drop +EXPORT_SYMBOL_GPL vmlinux 0xc7fd6ede ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xc8155c2a dax_add_host +EXPORT_SYMBOL_GPL vmlinux 0xc8184d79 pci_generic_config_read +EXPORT_SYMBOL_GPL vmlinux 0xc82b3a88 __SCK__tp_func_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xc82c721f klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xc831c22b device_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0xc834be09 ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0xc857b0b7 fsl_mc_device_add +EXPORT_SYMBOL_GPL vmlinux 0xc8594d3d reset_control_acquire +EXPORT_SYMBOL_GPL vmlinux 0xc85eb285 devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc85fc12f __devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0xc86253b9 spi_take_timestamp_post +EXPORT_SYMBOL_GPL vmlinux 0xc86aa0a8 mtk_pinconf_adv_drive_set +EXPORT_SYMBOL_GPL vmlinux 0xc86f58c5 serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0xc87cfb9a dev_pm_genpd_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc87dc00b devlink_flash_update_timeout_notify +EXPORT_SYMBOL_GPL vmlinux 0xc87dd725 k3_udma_glue_pop_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0xc8c4487b ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0xc8c8b4bd modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc8d35fae pci_epc_stop +EXPORT_SYMBOL_GPL vmlinux 0xc8ddd5b5 kstrdup_quotable +EXPORT_SYMBOL_GPL vmlinux 0xc901dc15 clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xc905402b log_write_mmio +EXPORT_SYMBOL_GPL vmlinux 0xc916f6f9 of_genpd_add_provider_onecell +EXPORT_SYMBOL_GPL vmlinux 0xc91a7de9 tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xc91fdf58 percpu_ref_is_zero +EXPORT_SYMBOL_GPL vmlinux 0xc920f85d pcie_reset_flr +EXPORT_SYMBOL_GPL vmlinux 0xc932ee5a generic_online_page +EXPORT_SYMBOL_GPL vmlinux 0xc9345c0f digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0xc93ee1e7 usb_phy_roothub_init +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc957fb08 stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0xc9641b48 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0xc96f17ee cgroup_get_from_id +EXPORT_SYMBOL_GPL vmlinux 0xc9715630 __SCK__tp_func_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc973c938 uprobe_register_refctr +EXPORT_SYMBOL_GPL vmlinux 0xc978ce38 devm_platform_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0xc9827693 __bpf_call_base +EXPORT_SYMBOL_GPL vmlinux 0xc991af0e ti_sci_get_handle +EXPORT_SYMBOL_GPL vmlinux 0xc9a68c69 devm_qcom_smem_state_get +EXPORT_SYMBOL_GPL vmlinux 0xc9b291d0 regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0xc9b30f61 ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0xc9cab916 clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0xc9ceea06 clk_has_parent +EXPORT_SYMBOL_GPL vmlinux 0xc9ea770d acpi_dev_remove_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9eff2da blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xc9f42748 sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0xc9fb00f7 pl320_ipc_transmit +EXPORT_SYMBOL_GPL vmlinux 0xc9fd634a usb_role_switch_put +EXPORT_SYMBOL_GPL vmlinux 0xca100618 phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0xca2ad74d devm_led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xca454a34 vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0xca47b34d regmap_write +EXPORT_SYMBOL_GPL vmlinux 0xca4978b8 vcpu_put +EXPORT_SYMBOL_GPL vmlinux 0xca500464 ZSTD_getErrorName +EXPORT_SYMBOL_GPL vmlinux 0xca5ff4a6 thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xca61de6e of_irq_parse_and_map_pci +EXPORT_SYMBOL_GPL vmlinux 0xca68e599 buffer_migrate_folio_norefs +EXPORT_SYMBOL_GPL vmlinux 0xca7c3d06 nvdimm_setup_pfn +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca83a4b4 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0xca9a1d5e ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0xcaa226a5 tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xcaa49cc8 devm_regulator_bulk_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xcabc64fd usb_acpi_power_manageable +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcad2b76c imx_clk_hw_pfd +EXPORT_SYMBOL_GPL vmlinux 0xcae269a7 i2c_dw_acpi_configure +EXPORT_SYMBOL_GPL vmlinux 0xcae2d26c dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xcae5cb89 tty_port_register_device_attr_serdev +EXPORT_SYMBOL_GPL vmlinux 0xcae7ce5d fsl_mc_get_version +EXPORT_SYMBOL_GPL vmlinux 0xcaf1d958 evtchn_get +EXPORT_SYMBOL_GPL vmlinux 0xcaf86511 platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0xcafbbc76 list_lru_walk_one +EXPORT_SYMBOL_GPL vmlinux 0xcb1598c4 dw_pcie_ep_linkup +EXPORT_SYMBOL_GPL vmlinux 0xcb1a3ed7 ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0xcb1f23d6 nvdimm_bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcb2bfe2b nvmem_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcb435f76 devm_clk_get_prepared +EXPORT_SYMBOL_GPL vmlinux 0xcb46e246 firmware_request_platform +EXPORT_SYMBOL_GPL vmlinux 0xcb476912 pci_get_dsn +EXPORT_SYMBOL_GPL vmlinux 0xcb4a7d9b public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0xcb561441 mem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0xcb607c02 tcp_done +EXPORT_SYMBOL_GPL vmlinux 0xcb60f8e3 netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0xcb809049 xenbus_switch_state +EXPORT_SYMBOL_GPL vmlinux 0xcb82c56f usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0xcb9005b2 set_primary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xcb90c542 serial8250_rpm_get_tx +EXPORT_SYMBOL_GPL vmlinux 0xcbb89ad4 blk_mq_freeze_queue_wait +EXPORT_SYMBOL_GPL vmlinux 0xcbcfa47c ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0xcbda884c bio_trim +EXPORT_SYMBOL_GPL vmlinux 0xcbe0ace5 phy_resolve_aneg_pause +EXPORT_SYMBOL_GPL vmlinux 0xcbe56bc2 zs_get_total_pages +EXPORT_SYMBOL_GPL vmlinux 0xcc0fd0a7 k3_ringacc_ring_push_head +EXPORT_SYMBOL_GPL vmlinux 0xcc25c8dc devm_led_get +EXPORT_SYMBOL_GPL vmlinux 0xcc2887e4 usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0xcc39c03e nvmem_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcc6bd0ed get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0xcc85791d sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xcc9268fc hwpoison_filter_enable +EXPORT_SYMBOL_GPL vmlinux 0xcc935375 walk_iomem_res_desc +EXPORT_SYMBOL_GPL vmlinux 0xccab8a0f blk_mq_freeze_queue_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0xccabde6f crc64_rocksoft_generic +EXPORT_SYMBOL_GPL vmlinux 0xccac5b44 genpd_dev_pm_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0xccacfc9f gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccd86806 ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0xcce1aaa4 blkg_conf_init +EXPORT_SYMBOL_GPL vmlinux 0xccf52bc9 sfp_upstream_start +EXPORT_SYMBOL_GPL vmlinux 0xccf9b124 pci_has_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0xcd1c1a53 trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0xcd21f819 virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0xcd234fcb dev_pm_domain_start +EXPORT_SYMBOL_GPL vmlinux 0xcd24e146 hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0xcd2bef6d __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0xcd3746a7 iort_put_rmr_sids +EXPORT_SYMBOL_GPL vmlinux 0xcd38b9da ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0xcd4214ed nvdimm_cmd_mask +EXPORT_SYMBOL_GPL vmlinux 0xcd4301ab xenbus_dev_probe +EXPORT_SYMBOL_GPL vmlinux 0xcd499dc1 devm_regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcd52c928 rio_request_mport_dma +EXPORT_SYMBOL_GPL vmlinux 0xcd56f4e7 folio_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xcd6f2dc9 nf_log_buf_add +EXPORT_SYMBOL_GPL vmlinux 0xcd759b82 k3_ringacc_ring_reset +EXPORT_SYMBOL_GPL vmlinux 0xcd910be7 ti_sci_get_num_resources +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcd9cd2ff wakeme_after_rcu +EXPORT_SYMBOL_GPL vmlinux 0xcda2aaba k3_udma_glue_tx_dma_to_cppi5_addr +EXPORT_SYMBOL_GPL vmlinux 0xcda2b4fe power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0xcdb6adcc ras_userspace_consumers +EXPORT_SYMBOL_GPL vmlinux 0xcdb87d8c kvm_vcpu_read_guest_atomic +EXPORT_SYMBOL_GPL vmlinux 0xcdc36875 debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdd08d1f pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xcdd4a6f9 virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0xcdd82942 pinconf_generic_dt_node_to_map +EXPORT_SYMBOL_GPL vmlinux 0xcde26600 cppc_get_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0xcde69231 fb_deferred_io_release +EXPORT_SYMBOL_GPL vmlinux 0xcde75cb5 vcap_find_admin +EXPORT_SYMBOL_GPL vmlinux 0xcdec92b8 kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xcdef0a18 devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0xcdfc79fc imx_pinctrl_parse_pin_scu +EXPORT_SYMBOL_GPL vmlinux 0xcdfcd5a7 blk_steal_bios +EXPORT_SYMBOL_GPL vmlinux 0xcdfe21ff blk_crypto_profile_destroy +EXPORT_SYMBOL_GPL vmlinux 0xce06253f fscrypt_parse_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0xce067c28 of_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xce0a4020 xenbus_directory +EXPORT_SYMBOL_GPL vmlinux 0xce2a7f00 __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0xce316d7e zynqmp_pm_set_sd_tapdelay +EXPORT_SYMBOL_GPL vmlinux 0xce3cc72f ncsi_vlan_rx_kill_vid +EXPORT_SYMBOL_GPL vmlinux 0xce4f9bde pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xce598ef2 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce727b75 pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xce7437d8 l3mdev_master_upper_ifindex_by_index_rcu +EXPORT_SYMBOL_GPL vmlinux 0xce747e7c rz_mtu3_disable +EXPORT_SYMBOL_GPL vmlinux 0xce77d24b __nvdimm_create +EXPORT_SYMBOL_GPL vmlinux 0xce7ade4c bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0xcea6f76c of_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0xceac8674 zynqmp_pm_read_pggs +EXPORT_SYMBOL_GPL vmlinux 0xceb0b564 pm_clk_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xcec2fdff clk_hw_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0xcecdfa47 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0xced315fa component_release_of +EXPORT_SYMBOL_GPL vmlinux 0xcede1111 pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcee6521a blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0xcee88e7a of_overlay_fdt_apply +EXPORT_SYMBOL_GPL vmlinux 0xceed8c16 __set_phys_to_machine +EXPORT_SYMBOL_GPL vmlinux 0xcef485f3 devlink_alloc_ns +EXPORT_SYMBOL_GPL vmlinux 0xcf03dda1 acpi_subsys_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0xcf116e69 devlink_port_region_create +EXPORT_SYMBOL_GPL vmlinux 0xcf1a2635 kvm_get_running_vcpu +EXPORT_SYMBOL_GPL vmlinux 0xcf1b3691 file_is_kvm +EXPORT_SYMBOL_GPL vmlinux 0xcf2f48ad xhci_get_ep_ctx +EXPORT_SYMBOL_GPL vmlinux 0xcf488cc7 rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xcf5312a3 nvmem_add_cell_table +EXPORT_SYMBOL_GPL vmlinux 0xcf576f7a skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0xcf5bdebd devm_mipi_dsi_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xcf631d85 pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0xcf66e727 phy_modify +EXPORT_SYMBOL_GPL vmlinux 0xcf693dd9 unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xcf99334a thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0xcfa0b410 usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xcfa7c480 iopf_queue_flush_dev +EXPORT_SYMBOL_GPL vmlinux 0xcfabb5fc pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0xcfb81e7e fsl_mc_bus_dpdcei_type +EXPORT_SYMBOL_GPL vmlinux 0xcfbbae17 devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0xcfc5108a devlink_fmsg_u8_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xcfc7b4e4 rcu_barrier_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0xcfce2ac2 pinctrl_utils_free_map +EXPORT_SYMBOL_GPL vmlinux 0xcfd0ee62 regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0xcfd28525 __sock_recv_cmsgs +EXPORT_SYMBOL_GPL vmlinux 0xcfd30d71 acpi_os_map_memory +EXPORT_SYMBOL_GPL vmlinux 0xcfd6cdaa of_pci_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0xcfe118b4 fsl_mc_device_remove +EXPORT_SYMBOL_GPL vmlinux 0xcfee64fb clk_hw_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0xcffd793e hyperv_report_panic +EXPORT_SYMBOL_GPL vmlinux 0xcffd964d nd_tbl +EXPORT_SYMBOL_GPL vmlinux 0xd000117c regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0xd0065ce3 kiocb_modified +EXPORT_SYMBOL_GPL vmlinux 0xd026d518 HYPERVISOR_vcpu_op +EXPORT_SYMBOL_GPL vmlinux 0xd03eaf4c schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0xd04522ca vp_legacy_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0xd0452835 sk_msg_memcopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0xd0458ccb xenbus_strstate +EXPORT_SYMBOL_GPL vmlinux 0xd04aedfd __SCK__tp_func_arm_event +EXPORT_SYMBOL_GPL vmlinux 0xd04e505e acpi_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd051974e nvdimm_name +EXPORT_SYMBOL_GPL vmlinux 0xd052e757 ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd0686cd4 rcuref_put_slowpath +EXPORT_SYMBOL_GPL vmlinux 0xd070a159 trace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0xd07f7495 fscrypt_ioctl_remove_key +EXPORT_SYMBOL_GPL vmlinux 0xd082cb96 rcu_read_unlock_trace_special +EXPORT_SYMBOL_GPL vmlinux 0xd086fda0 regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0xd08feb41 __nf_ip6_route +EXPORT_SYMBOL_GPL vmlinux 0xd09911a6 acpi_dev_get_irq_type +EXPORT_SYMBOL_GPL vmlinux 0xd0a30dcf qcom_smem_state_get +EXPORT_SYMBOL_GPL vmlinux 0xd0a872b7 max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0c51bd5 gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0xd0c61af1 kset_find_obj +EXPORT_SYMBOL_GPL vmlinux 0xd0d156e9 __rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xd0d3f0a4 gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0xd0db0f12 run_dax +EXPORT_SYMBOL_GPL vmlinux 0xd0ecac44 ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0xd0fd7085 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd0fe93ee nfs_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0xd1000a54 debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0xd1082c78 dev_pm_opp_find_level_ceil +EXPORT_SYMBOL_GPL vmlinux 0xd11105f1 acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xd1120621 msi_domain_first_desc +EXPORT_SYMBOL_GPL vmlinux 0xd1305a5f devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0xd131b0fd devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0xd138c08a free_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0xd13a8351 devres_remove +EXPORT_SYMBOL_GPL vmlinux 0xd1481de7 mpi_clear +EXPORT_SYMBOL_GPL vmlinux 0xd1576376 rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0xd159586c net_prio_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xd172483e devm_irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xd193bd13 fscrypt_ioctl_get_key_status +EXPORT_SYMBOL_GPL vmlinux 0xd1946392 vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0xd198543b pci_epf_add_vepf +EXPORT_SYMBOL_GPL vmlinux 0xd19e19b5 fscrypt_symlink_getattr +EXPORT_SYMBOL_GPL vmlinux 0xd1a8ba34 ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0xd1a9ca15 __SCK__tp_func_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xd1ac94fa nfnl_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xd1b0021a tcf_dev_queue_xmit +EXPORT_SYMBOL_GPL vmlinux 0xd1c3fb44 vcap_free_rule +EXPORT_SYMBOL_GPL vmlinux 0xd1cbc23c add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0xd1cf59c0 of_nvmem_layout_get_container +EXPORT_SYMBOL_GPL vmlinux 0xd1cfe8f3 dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0xd1dbb6ad icc_node_add +EXPORT_SYMBOL_GPL vmlinux 0xd1f0b4ba pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0xd1f2eee2 nf_logger_find_get +EXPORT_SYMBOL_GPL vmlinux 0xd1f84374 of_pci_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0xd2015238 mbox_client_txdone +EXPORT_SYMBOL_GPL vmlinux 0xd21167d9 rz_mtu3_shared_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xd2143486 device_iommu_capable +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd21b61bd async_schedule_node_domain +EXPORT_SYMBOL_GPL vmlinux 0xd21c37ec perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0xd21f1d35 __SCK__tp_func_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0xd2245aa4 ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0xd22bed75 k3_udma_glue_rx_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0xd23fa0ab handle_fasteoi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0xd248a519 rockchip_pmu_block +EXPORT_SYMBOL_GPL vmlinux 0xd24e9e8c klist_init +EXPORT_SYMBOL_GPL vmlinux 0xd25caf8d ata_host_put +EXPORT_SYMBOL_GPL vmlinux 0xd25ddf05 dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0xd260af0d ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0xd272120a of_genpd_add_provider_simple +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd27eeb4b alloc_iova +EXPORT_SYMBOL_GPL vmlinux 0xd27f215d gnttab_alloc_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xd29c1f10 __traceiter_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0xd2b10a05 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0xd2ba8377 ping_hash +EXPORT_SYMBOL_GPL vmlinux 0xd2c6040a ahci_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xd2d40d40 __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0xd2d7e59b unregister_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0xd2de359c crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0xd2ef6a40 phylink_mii_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xd303c4e6 vcap_addr_keysets +EXPORT_SYMBOL_GPL vmlinux 0xd313bc7b xas_nomem +EXPORT_SYMBOL_GPL vmlinux 0xd31578c7 of_irq_get +EXPORT_SYMBOL_GPL vmlinux 0xd31a2ac5 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xd320ebaf pci_epc_get_first_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xd3314d6b usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0xd33ada8b cci_probed +EXPORT_SYMBOL_GPL vmlinux 0xd33cab68 of_alias_get_id +EXPORT_SYMBOL_GPL vmlinux 0xd344af32 devlink_linecard_nested_dl_set +EXPORT_SYMBOL_GPL vmlinux 0xd34d2bd9 usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0xd352122a crypto_enqueue_request_head +EXPORT_SYMBOL_GPL vmlinux 0xd3551a76 zynqmp_pm_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd36760ef __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xd3752c27 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xd37b3bb0 tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0xd37c8976 debounce_time_mt6765 +EXPORT_SYMBOL_GPL vmlinux 0xd3901d33 acpi_dev_resource_address_space +EXPORT_SYMBOL_GPL vmlinux 0xd3963a22 phy_select_page +EXPORT_SYMBOL_GPL vmlinux 0xd39e9848 put_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xd3a6ca7f device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xd3a75196 edac_device_del_device +EXPORT_SYMBOL_GPL vmlinux 0xd3d9efa8 power_supply_put_battery_info +EXPORT_SYMBOL_GPL vmlinux 0xd3db1450 xenbus_match +EXPORT_SYMBOL_GPL vmlinux 0xd3e9e7e2 clk_hw_register_gate2 +EXPORT_SYMBOL_GPL vmlinux 0xd3eaf1ed devlink_dpipe_entry_clear +EXPORT_SYMBOL_GPL vmlinux 0xd3ec851c __traceiter_unmap +EXPORT_SYMBOL_GPL vmlinux 0xd3ee4d21 serial8250_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0xd3f0aaa2 sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0xd3f0cd42 misc_cg_res_total_usage +EXPORT_SYMBOL_GPL vmlinux 0xd3fd92eb netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0xd3fe2114 pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd420ea50 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xd426dbc4 erst_get_record_count +EXPORT_SYMBOL_GPL vmlinux 0xd42ac6e6 irq_domain_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xd42f1d4e show_rcu_tasks_rude_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd430bbc1 sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0xd43d2b5b device_get_dma_attr +EXPORT_SYMBOL_GPL vmlinux 0xd43fda27 dax_recovery_write +EXPORT_SYMBOL_GPL vmlinux 0xd44261e6 tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0xd4498110 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd44ae965 pwm_apply_state +EXPORT_SYMBOL_GPL vmlinux 0xd454b19a sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0xd45ae794 tegra_bpmp_transfer_atomic +EXPORT_SYMBOL_GPL vmlinux 0xd4635938 ata_acpi_stm +EXPORT_SYMBOL_GPL vmlinux 0xd46af5ef cppc_get_perf_ctrs +EXPORT_SYMBOL_GPL vmlinux 0xd470ecca fwnode_create_software_node +EXPORT_SYMBOL_GPL vmlinux 0xd47d68ef gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0xd48a9773 drop_reasons_register_subsys +EXPORT_SYMBOL_GPL vmlinux 0xd4935851 __SCK__tp_func_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0xd496e3f9 __virtqueue_unbreak +EXPORT_SYMBOL_GPL vmlinux 0xd49bb77d sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0xd4b08b54 dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0xd4b6157e devlink_health_reporter_recovery_done +EXPORT_SYMBOL_GPL vmlinux 0xd4b9a616 reset_control_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xd4bf5618 devm_i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4cbdbe3 __SCK__tp_func_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xd4cc8239 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd4ceb088 devm_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0xd4e6d7e0 linear_range_get_value +EXPORT_SYMBOL_GPL vmlinux 0xd4f5bfa5 iommu_queue_iopf +EXPORT_SYMBOL_GPL vmlinux 0xd4fb1265 sbitmap_bitmap_show +EXPORT_SYMBOL_GPL vmlinux 0xd5301b2c linear_range_get_max_value +EXPORT_SYMBOL_GPL vmlinux 0xd53e7f22 ata_port_classify +EXPORT_SYMBOL_GPL vmlinux 0xd5474690 usb_role_switch_set_role +EXPORT_SYMBOL_GPL vmlinux 0xd54f8d68 acpi_ec_add_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xd5575d61 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd563f87f __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd5674242 __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xd568238c security_file_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xd569c77c da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0xd5759ec4 ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0xd57f43a9 acpi_gpiochip_request_interrupts +EXPORT_SYMBOL_GPL vmlinux 0xd5807af3 k3_ringacc_ring_pop +EXPORT_SYMBOL_GPL vmlinux 0xd58863d4 irq_domain_disconnect_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xd58eea16 debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0xd59a1587 linkmode_resolve_pause +EXPORT_SYMBOL_GPL vmlinux 0xd59c2da0 fwnode_get_nth_parent +EXPORT_SYMBOL_GPL vmlinux 0xd5a00dab locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0xd5ad800c folio_test_hugetlb +EXPORT_SYMBOL_GPL vmlinux 0xd5b2a2fa l3mdev_master_ifindex_rcu +EXPORT_SYMBOL_GPL vmlinux 0xd5b47cfa disk_uevent +EXPORT_SYMBOL_GPL vmlinux 0xd5c6bfb2 fib_nl_newrule +EXPORT_SYMBOL_GPL vmlinux 0xd5f5865d __tracepoint_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0xd5f9c3a1 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xd5fce103 bdev_discard_alignment +EXPORT_SYMBOL_GPL vmlinux 0xd613a37b blk_mq_sched_try_insert_merge +EXPORT_SYMBOL_GPL vmlinux 0xd61d719b of_clk_get_parent_count +EXPORT_SYMBOL_GPL vmlinux 0xd6251353 ftrace_set_filter_ips +EXPORT_SYMBOL_GPL vmlinux 0xd63e3c84 blk_mq_wait_quiesce_done +EXPORT_SYMBOL_GPL vmlinux 0xd64ed259 __memcat_p +EXPORT_SYMBOL_GPL vmlinux 0xd66a7a35 sbitmap_queue_wake_all +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd68fd22a dprc_get_obj +EXPORT_SYMBOL_GPL vmlinux 0xd6a8f957 crypto_aead_setkey +EXPORT_SYMBOL_GPL vmlinux 0xd6aafb42 crc64_rocksoft +EXPORT_SYMBOL_GPL vmlinux 0xd6ae9ba7 rcu_async_should_hurry +EXPORT_SYMBOL_GPL vmlinux 0xd6afb7f2 of_pm_clk_add_clks +EXPORT_SYMBOL_GPL vmlinux 0xd6b27e8a xas_set_mark +EXPORT_SYMBOL_GPL vmlinux 0xd6c3c267 driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0xd6c6ac87 power_supply_property_is_writeable +EXPORT_SYMBOL_GPL vmlinux 0xd6d8f6b3 topology_set_scale_freq_source +EXPORT_SYMBOL_GPL vmlinux 0xd6d98b0c mtk_clk_unregister_dividers +EXPORT_SYMBOL_GPL vmlinux 0xd6dc37f6 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0xd714cb22 inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0xd721bed9 msg_zerocopy_realloc +EXPORT_SYMBOL_GPL vmlinux 0xd723a027 devm_hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0xd7253a9e crypto_register_acomp +EXPORT_SYMBOL_GPL vmlinux 0xd7269c64 osc_sb_native_usb4_control +EXPORT_SYMBOL_GPL vmlinux 0xd7293ffc percpu_ref_reinit +EXPORT_SYMBOL_GPL vmlinux 0xd72a2af8 spi_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0xd72feba2 xenbus_read_driver_state +EXPORT_SYMBOL_GPL vmlinux 0xd735030e __virtio_unbreak_device +EXPORT_SYMBOL_GPL vmlinux 0xd74e400f show_rcu_tasks_classic_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd75b20aa rsa_parse_priv_key +EXPORT_SYMBOL_GPL vmlinux 0xd75e9624 raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xd76246e6 serdev_device_set_baudrate +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd775df50 fsl_mc_obj_close +EXPORT_SYMBOL_GPL vmlinux 0xd785853e br_ip6_fragment +EXPORT_SYMBOL_GPL vmlinux 0xd79e2032 ahci_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0xd7a75a25 ethtool_set_ethtool_phy_ops +EXPORT_SYMBOL_GPL vmlinux 0xd7a86ea4 tcp_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xd7aea26e kernel_read_file_from_path_initns +EXPORT_SYMBOL_GPL vmlinux 0xd7c1fdb2 component_compare_of +EXPORT_SYMBOL_GPL vmlinux 0xd7c91b63 tegra210_sata_pll_hw_control_enable +EXPORT_SYMBOL_GPL vmlinux 0xd7cea889 edac_mod_work +EXPORT_SYMBOL_GPL vmlinux 0xd7d0a7fd spi_sync +EXPORT_SYMBOL_GPL vmlinux 0xd7d21637 debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0xd7dccd23 __SCK__tp_func_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0xd7ea2584 synth_event_trace +EXPORT_SYMBOL_GPL vmlinux 0xd7ebe0a4 crypto_alloc_kpp +EXPORT_SYMBOL_GPL vmlinux 0xd7ef9356 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd7f90d72 ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xd7fd7f64 firmware_request_nowarn +EXPORT_SYMBOL_GPL vmlinux 0xd823d36d __SCK__tp_func_console +EXPORT_SYMBOL_GPL vmlinux 0xd826677c usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0xd84031a9 k3_ringacc_ring_cfg +EXPORT_SYMBOL_GPL vmlinux 0xd84b1c91 ahci_platform_enable_resources +EXPORT_SYMBOL_GPL vmlinux 0xd84d35bd dax_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd84e7c82 auxiliary_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd857f55c vcap_select_min_rule_keyset +EXPORT_SYMBOL_GPL vmlinux 0xd869b42a xdp_features_set_redirect_target +EXPORT_SYMBOL_GPL vmlinux 0xd87cb8eb dma_fence_unwrap_next +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd882c95d aead_exit_geniv +EXPORT_SYMBOL_GPL vmlinux 0xd88ba0e6 __acpi_node_get_property_reference +EXPORT_SYMBOL_GPL vmlinux 0xd8930a98 rtnl_get_net_ns_capable +EXPORT_SYMBOL_GPL vmlinux 0xd8b245c0 acpi_create_platform_device +EXPORT_SYMBOL_GPL vmlinux 0xd8cb0b4e cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0xd8d68ab1 dmi_memdev_type +EXPORT_SYMBOL_GPL vmlinux 0xd8d7dacc xdp_return_frame +EXPORT_SYMBOL_GPL vmlinux 0xd8daa3ed blk_crypto_update_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xd8e72cf1 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0xd8f67616 metadata_dst_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0xd8fbb14d net_cls_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xd8fc30ee __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0xd90133c5 dprc_setup +EXPORT_SYMBOL_GPL vmlinux 0xd90224ac skcipher_walk_async +EXPORT_SYMBOL_GPL vmlinux 0xd903f419 phylink_get_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xd90a93a7 k3_udma_glue_rx_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xd90d5da4 dev_pm_opp_add +EXPORT_SYMBOL_GPL vmlinux 0xd915a9dd fixed_phy_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd91dbd1f xdp_alloc_skb_bulk +EXPORT_SYMBOL_GPL vmlinux 0xd91f606c dma_vunmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xd91f9e86 devm_of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xd9222ced io_uring_cmd_do_in_task_lazy +EXPORT_SYMBOL_GPL vmlinux 0xd92ef192 security_kernel_post_load_data +EXPORT_SYMBOL_GPL vmlinux 0xd92f0791 leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xd93001f3 ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0xd93ca62a class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd94115e3 pci_p2pdma_distance_many +EXPORT_SYMBOL_GPL vmlinux 0xd96b180e devm_clk_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd9905ffa da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xd9916c3a idr_alloc_u32 +EXPORT_SYMBOL_GPL vmlinux 0xd99ca7f0 pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xd99f43d1 __traceiter_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0xd9a6f811 mmc_cmdq_disable +EXPORT_SYMBOL_GPL vmlinux 0xd9acecda crypto_comp_decompress +EXPORT_SYMBOL_GPL vmlinux 0xd9b19aa5 __tracepoint_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0xd9bb2c13 pkcs7_get_content_data +EXPORT_SYMBOL_GPL vmlinux 0xd9caba72 pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0xd9ceac7c devm_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xd9dac93b dt_init_idle_driver +EXPORT_SYMBOL_GPL vmlinux 0xd9e24457 ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0xd9e586e6 __tcp_send_ack +EXPORT_SYMBOL_GPL vmlinux 0xd9e61980 phy_gbit_all_ports_features +EXPORT_SYMBOL_GPL vmlinux 0xd9f66fd4 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0xd9faa7a5 zynqmp_pm_set_pll_frac_mode +EXPORT_SYMBOL_GPL vmlinux 0xd9fdebc4 __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0xd9ff2172 ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xda0947de kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda10e1e2 phy_basic_t1_features +EXPORT_SYMBOL_GPL vmlinux 0xda15ce30 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0xda320d31 sfp_module_start +EXPORT_SYMBOL_GPL vmlinux 0xda3a878a ahci_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xda3dcb75 __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xda439e95 clk_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xda453651 bpf_prog_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0xda4eb7fd device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0xda4fa45e sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0xda55fcf7 pci_find_vsec_capability +EXPORT_SYMBOL_GPL vmlinux 0xda5694e0 clk_regmap_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xda588fcc debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xda5f245a dev_queue_xmit_nit +EXPORT_SYMBOL_GPL vmlinux 0xda63f7c4 irq_chip_set_vcpu_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0xda68142f pci_epc_get +EXPORT_SYMBOL_GPL vmlinux 0xda692cfd gpiochip_irq_domain_activate +EXPORT_SYMBOL_GPL vmlinux 0xda6f8765 pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xda6fed3c devl_port_register_with_ops +EXPORT_SYMBOL_GPL vmlinux 0xda70ba42 powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0xda75a3a1 devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xda7912d4 freq_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xda7992eb cpufreq_dbs_governor_start +EXPORT_SYMBOL_GPL vmlinux 0xda8bcb23 of_usb_get_dr_mode_by_phy +EXPORT_SYMBOL_GPL vmlinux 0xda8e1302 software_node_find_by_name +EXPORT_SYMBOL_GPL vmlinux 0xda9343d2 devm_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0xda952841 meson_pmx_get_groups +EXPORT_SYMBOL_GPL vmlinux 0xdaa06dc1 acpi_lpat_raw_to_temp +EXPORT_SYMBOL_GPL vmlinux 0xdaa556c0 of_property_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0xdaaf1e27 pinctrl_generic_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xdab39dde start_poll_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xdab5a1eb interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xdab69e5b skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0xdab7a085 clean_acked_data_disable +EXPORT_SYMBOL_GPL vmlinux 0xdaca0a8c __xdp_rxq_info_reg +EXPORT_SYMBOL_GPL vmlinux 0xdacc09a2 bsg_job_put +EXPORT_SYMBOL_GPL vmlinux 0xdacd8198 device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0xdacda5bc fb_deferred_io_mmap +EXPORT_SYMBOL_GPL vmlinux 0xdadfd224 iomap_dio_bio_end_io +EXPORT_SYMBOL_GPL vmlinux 0xdb3f60ab pci_status_get_and_clear_errors +EXPORT_SYMBOL_GPL vmlinux 0xdb4b7049 perf_aux_output_begin +EXPORT_SYMBOL_GPL vmlinux 0xdb52fcf0 security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0xdb63a944 acpi_lpat_get_conversion_table +EXPORT_SYMBOL_GPL vmlinux 0xdb7c4734 dma_can_mmap +EXPORT_SYMBOL_GPL vmlinux 0xdb84d829 skcipher_walk_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdb90e1c9 usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0xdb92c7ce irq_find_matching_fwspec +EXPORT_SYMBOL_GPL vmlinux 0xdb9d32f7 serdev_controller_remove +EXPORT_SYMBOL_GPL vmlinux 0xdbae2164 blk_next_bio +EXPORT_SYMBOL_GPL vmlinux 0xdbaf1090 bpf_event_output +EXPORT_SYMBOL_GPL vmlinux 0xdbb3ca97 cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0xdbda0968 xhci_ext_cap_init +EXPORT_SYMBOL_GPL vmlinux 0xdbdb0e8b request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xdbdd281c led_set_brightness_sync +EXPORT_SYMBOL_GPL vmlinux 0xdbe3dbe0 vhost_task_create +EXPORT_SYMBOL_GPL vmlinux 0xdbe8d8a0 __SCK__tp_func_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xdbeea948 pinctrl_generic_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0xdbf32a01 __nvmem_layout_register +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdc02eb39 dmi_available +EXPORT_SYMBOL_GPL vmlinux 0xdc0d6afa iommu_present +EXPORT_SYMBOL_GPL vmlinux 0xdc139c13 k3_udma_glue_tx_get_hdesc_size +EXPORT_SYMBOL_GPL vmlinux 0xdc282436 irq_domain_pop_irq +EXPORT_SYMBOL_GPL vmlinux 0xdc316032 policy_has_boost_freq +EXPORT_SYMBOL_GPL vmlinux 0xdc32729a securityfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0xdc3f602e spi_mem_driver_register_with_owner +EXPORT_SYMBOL_GPL vmlinux 0xdc43bdc6 pci_vpd_find_ro_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xdc45a5db edac_stop_work +EXPORT_SYMBOL_GPL vmlinux 0xdc46a1eb fscrypt_limit_io_blocks +EXPORT_SYMBOL_GPL vmlinux 0xdc4b99f8 pstore_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdc5191cf lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0xdc5f1632 clk_gate_restore_context +EXPORT_SYMBOL_GPL vmlinux 0xdc62a1c5 backing_file_open +EXPORT_SYMBOL_GPL vmlinux 0xdc63be32 acpi_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0xdc6596fa irq_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xdc6699cb acpi_dev_free_resource_list +EXPORT_SYMBOL_GPL vmlinux 0xdc6943af device_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0xdc6caf56 __traceiter_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xdc727b0b fwnode_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xdc7df67f apei_exec_ctx_init +EXPORT_SYMBOL_GPL vmlinux 0xdc814508 serial8250_do_set_divisor +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc841b74 misc_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdc87776d generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0xdc8f6870 of_get_videomode +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc9f6bca __SCK__tp_func_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdca73b9f pinctrl_generic_add_group +EXPORT_SYMBOL_GPL vmlinux 0xdcb0a2c0 phylink_stop +EXPORT_SYMBOL_GPL vmlinux 0xdcbb35b9 acpi_device_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0xdcbf8905 finish_rcuwait +EXPORT_SYMBOL_GPL vmlinux 0xdcc7b872 watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0xdcea4e98 gpiochip_irq_unmap +EXPORT_SYMBOL_GPL vmlinux 0xdceb5362 efi_status_to_err +EXPORT_SYMBOL_GPL vmlinux 0xdcf1fe9d crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xdcf9f799 devlink_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd0762df set_worker_desc +EXPORT_SYMBOL_GPL vmlinux 0xdd215805 regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xdd284dbd pci_p2pmem_free_sgl +EXPORT_SYMBOL_GPL vmlinux 0xdd28d394 usb_wakeup_enabled_descendants +EXPORT_SYMBOL_GPL vmlinux 0xdd33c9da regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xdd369298 mpc8xxx_spi_tx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0xdd3dd905 gpiod_set_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xdd5bc174 sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xdd5c5f69 usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xdd5da7e8 of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xdd626ee3 fuse_len_args +EXPORT_SYMBOL_GPL vmlinux 0xdd81c86a ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0xdd81d8f6 __SCK__tp_func_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xdd8a05e1 xfrm_dev_policy_add +EXPORT_SYMBOL_GPL vmlinux 0xdd94bcc6 of_clk_add_provider +EXPORT_SYMBOL_GPL vmlinux 0xdd96fa2d __cpuhp_state_add_instance +EXPORT_SYMBOL_GPL vmlinux 0xddb4f22e hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0xddb82ab0 mtk_pinconf_adv_drive_get +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddd2ae24 rockchip_pcie_parse_dt +EXPORT_SYMBOL_GPL vmlinux 0xddd41e4d vcap_lookup_keyfield +EXPORT_SYMBOL_GPL vmlinux 0xddde5324 mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0xdde7d343 regmap_get_raw_read_max +EXPORT_SYMBOL_GPL vmlinux 0xddec54b0 acpi_spi_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xddfe1ad7 __SCK__tp_func_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xde0af24f udp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0xde0b168e platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0xde1ded4f linear_hugepage_index +EXPORT_SYMBOL_GPL vmlinux 0xde31bf7e unregister_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xde3f6203 ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0xde541c30 bpf_prog_create_from_user +EXPORT_SYMBOL_GPL vmlinux 0xde553e3f genphy_c45_check_and_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0xde5574cf x509_load_certificate_list +EXPORT_SYMBOL_GPL vmlinux 0xde597d3b rio_mport_initialize +EXPORT_SYMBOL_GPL vmlinux 0xde6f1851 TSS_checkhmac1 +EXPORT_SYMBOL_GPL vmlinux 0xde83e634 io_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0xde9ab8c7 xenbus_rm +EXPORT_SYMBOL_GPL vmlinux 0xdeaa0ecd mmc_pwrseq_register +EXPORT_SYMBOL_GPL vmlinux 0xdead2e78 reserve_iova +EXPORT_SYMBOL_GPL vmlinux 0xdebff2be receive_fd +EXPORT_SYMBOL_GPL vmlinux 0xdec18c61 clockevents_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0xdec238f1 of_reserved_mem_lookup +EXPORT_SYMBOL_GPL vmlinux 0xded15ce0 devlink_resource_register +EXPORT_SYMBOL_GPL vmlinux 0xdedbbfe9 net_ns_get_ownership +EXPORT_SYMBOL_GPL vmlinux 0xdee0e409 devm_namespace_enable +EXPORT_SYMBOL_GPL vmlinux 0xdee91d7a dtpm_destroy_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xdeecf830 iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0xdeed40b0 tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0xdeef61d1 xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0xdefbef52 devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xdeffa0a7 edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0xdf086273 ip6_input +EXPORT_SYMBOL_GPL vmlinux 0xdf0c757f ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0xdf0ca3f4 cpu_latency_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0xdf0f74ec devm_regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf1be5e1 __free_iova +EXPORT_SYMBOL_GPL vmlinux 0xdf237453 timer_shutdown_sync +EXPORT_SYMBOL_GPL vmlinux 0xdf23c2e0 crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0xdf24e5d3 scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xdf2738bb cpu_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdf297b7d nf_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xdf2c4c0f memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0xdf31898f cper_mem_err_pack +EXPORT_SYMBOL_GPL vmlinux 0xdf335b3f devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xdf34d019 rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xdf399a71 fsl_mc_bus_dpaiop_type +EXPORT_SYMBOL_GPL vmlinux 0xdf448d1c fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0xdf460002 bpf_offload_dev_netdev_register +EXPORT_SYMBOL_GPL vmlinux 0xdf558314 power_supply_battery_info_properties +EXPORT_SYMBOL_GPL vmlinux 0xdf58bd43 nvdimm_kobj +EXPORT_SYMBOL_GPL vmlinux 0xdf5a569a fwnode_graph_get_port_parent +EXPORT_SYMBOL_GPL vmlinux 0xdf5b12dc fsl_mc_get_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xdf6077da pci_p2pmem_alloc_sgl +EXPORT_SYMBOL_GPL vmlinux 0xdf63584c ahci_platform_disable_regulators +EXPORT_SYMBOL_GPL vmlinux 0xdf6b229f devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0xdf74e862 dma_resv_describe +EXPORT_SYMBOL_GPL vmlinux 0xdf7890a2 __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0xdf8ecbd8 dev_pm_opp_find_freq_floor +EXPORT_SYMBOL_GPL vmlinux 0xdf942520 xfrm_bpf_md_dst +EXPORT_SYMBOL_GPL vmlinux 0xdf98be09 event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0xdf9d139a __crypto_alloc_tfmgfp +EXPORT_SYMBOL_GPL vmlinux 0xdfa83cf6 replace_page_cache_folio +EXPORT_SYMBOL_GPL vmlinux 0xdfb82bbc max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xdfbe26e9 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0xdfbf18c7 usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xdfbfa02b __vfs_removexattr_locked +EXPORT_SYMBOL_GPL vmlinux 0xdfc681ad icc_get_name +EXPORT_SYMBOL_GPL vmlinux 0xdfca445f watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0xdfcb6c90 mctrl_gpio_set +EXPORT_SYMBOL_GPL vmlinux 0xdfcbed77 rio_alloc_net +EXPORT_SYMBOL_GPL vmlinux 0xdff0a2e7 regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xe00db6dc __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xe014c028 pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0xe01b77b2 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0xe01f4cb0 irq_force_affinity +EXPORT_SYMBOL_GPL vmlinux 0xe02c2a83 switchdev_handle_port_obj_del_foreign +EXPORT_SYMBOL_GPL vmlinux 0xe02c49c5 clk_hw_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0xe0313d71 rhashtable_insert_slow +EXPORT_SYMBOL_GPL vmlinux 0xe0349065 netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0xe03838d4 gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0xe048ce5f dprc_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xe05e2f85 nexthop_free_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe060f83f nvdimm_region_delete +EXPORT_SYMBOL_GPL vmlinux 0xe062ec2d pci_epc_start +EXPORT_SYMBOL_GPL vmlinux 0xe06ca722 bio_split_rw +EXPORT_SYMBOL_GPL vmlinux 0xe06d294b power_supply_set_property +EXPORT_SYMBOL_GPL vmlinux 0xe07e07d0 fuse_dev_install +EXPORT_SYMBOL_GPL vmlinux 0xe08e5b5f regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0xe09db695 __blk_req_zone_write_unlock +EXPORT_SYMBOL_GPL vmlinux 0xe09fd071 xhci_run +EXPORT_SYMBOL_GPL vmlinux 0xe0af54f3 da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0xe0afa4a0 extract_iter_to_sg +EXPORT_SYMBOL_GPL vmlinux 0xe0b1c103 clk_set_max_rate +EXPORT_SYMBOL_GPL vmlinux 0xe0b68680 devm_regulator_get_enable +EXPORT_SYMBOL_GPL vmlinux 0xe0b8364e __tracepoint_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xe0b98106 ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xe0be816e fwnode_graph_get_remote_port +EXPORT_SYMBOL_GPL vmlinux 0xe0c1c6b5 vtime_guest_enter +EXPORT_SYMBOL_GPL vmlinux 0xe0c4e14d hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0xe0d5a6ff regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0xe0d676aa __traceiter_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0xe0de02ed regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0xe0e3147c HYPERVISOR_sched_op +EXPORT_SYMBOL_GPL vmlinux 0xe101c25f relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0xe1096624 ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xe10cd6ad erst_get_record_id_begin +EXPORT_SYMBOL_GPL vmlinux 0xe10f56a9 dev_pm_genpd_resume +EXPORT_SYMBOL_GPL vmlinux 0xe111bd36 dev_pm_opp_remove_all_dynamic +EXPORT_SYMBOL_GPL vmlinux 0xe1227781 blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0xe1230694 ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0xe12681a4 __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xe12727d4 disk_alloc_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0xe14a80f6 crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0xe14b413c device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0xe14d1251 vfs_set_acl +EXPORT_SYMBOL_GPL vmlinux 0xe1504045 nvmem_device_cell_read +EXPORT_SYMBOL_GPL vmlinux 0xe15f9898 of_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0xe17c7d7d kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0xe187eb83 skb_mpls_pop +EXPORT_SYMBOL_GPL vmlinux 0xe195be31 led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0xe19a50d2 dm_copy_name_and_uuid +EXPORT_SYMBOL_GPL vmlinux 0xe1a8a88b acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0xe1a8d7c9 net_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xe1ac773e tick_nohz_full_mask +EXPORT_SYMBOL_GPL vmlinux 0xe1b35192 serdev_device_write_room +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6497 devm_mtk_clk_mux_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1c22a45 __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xe1c87a2f kernel_can_power_off +EXPORT_SYMBOL_GPL vmlinux 0xe1d44657 component_compare_dev_name +EXPORT_SYMBOL_GPL vmlinux 0xe1db6fae pinmux_generic_get_function_name +EXPORT_SYMBOL_GPL vmlinux 0xe1dd8dae __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0xe1e6bbf2 inet_bhash2_update_saddr +EXPORT_SYMBOL_GPL vmlinux 0xe1e99d85 irq_chip_request_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0xe1ffe536 device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0xe20ea96a pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0xe214d90a fuse_conn_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe21ae763 gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0xe2271ed4 dev_xdp_prog_count +EXPORT_SYMBOL_GPL vmlinux 0xe2308c7d crypto_unregister_acomp +EXPORT_SYMBOL_GPL vmlinux 0xe232b79a pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0xe23358b2 driver_find +EXPORT_SYMBOL_GPL vmlinux 0xe233762a input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0xe2379028 skb_morph +EXPORT_SYMBOL_GPL vmlinux 0xe23b14e0 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0xe25140dc gpiod_count +EXPORT_SYMBOL_GPL vmlinux 0xe2544108 __traceiter_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xe25d23f3 blocking_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0xe26729b8 trace_array_put +EXPORT_SYMBOL_GPL vmlinux 0xe27403a3 fwnode_get_next_available_child_node +EXPORT_SYMBOL_GPL vmlinux 0xe2764f94 skb_complete_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xe2787a40 ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0xe28b2638 of_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xe291f1cf ethnl_cable_test_free +EXPORT_SYMBOL_GPL vmlinux 0xe2a60f45 tcp_unregister_ulp +EXPORT_SYMBOL_GPL vmlinux 0xe2b3207a unregister_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe2c02e29 of_get_display_timing +EXPORT_SYMBOL_GPL vmlinux 0xe2ce2b4d evm_set_key +EXPORT_SYMBOL_GPL vmlinux 0xe2d4f386 vcap_val_rule +EXPORT_SYMBOL_GPL vmlinux 0xe2d65a2b scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0xe2d96f5b zynqmp_pm_feature +EXPORT_SYMBOL_GPL vmlinux 0xe2ec293b sbitmap_queue_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xe2f6c177 usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0xe2f9ec80 power_supply_get_battery_info +EXPORT_SYMBOL_GPL vmlinux 0xe3033eb2 wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0xe30dff52 sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0xe31ae146 stmpe_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xe330d5d9 kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0xe33bd8b8 fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0xe34b6914 wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0xe34e3bdd of_platform_default_populate +EXPORT_SYMBOL_GPL vmlinux 0xe357f6c1 devm_register_restart_handler +EXPORT_SYMBOL_GPL vmlinux 0xe366d98e crypto_alloc_acomp +EXPORT_SYMBOL_GPL vmlinux 0xe36734f2 usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0xe36aa2bb ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xe37de119 debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0xe383d48c iommu_alloc_resv_region +EXPORT_SYMBOL_GPL vmlinux 0xe3840e18 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xe397caf5 seq_buf_printf +EXPORT_SYMBOL_GPL vmlinux 0xe39d0794 usb_phy_roothub_exit +EXPORT_SYMBOL_GPL vmlinux 0xe3a36f8a iov_iter_is_aligned +EXPORT_SYMBOL_GPL vmlinux 0xe3adcf47 devm_gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0xe3aef5c6 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0xe3b09712 kprobe_event_delete +EXPORT_SYMBOL_GPL vmlinux 0xe3cd5fae klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xe3e3b604 regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xe3e423ac iommu_group_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xe3e8dd49 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xe40bb23e devlink_health_reporter_priv +EXPORT_SYMBOL_GPL vmlinux 0xe41218f4 relay_flush +EXPORT_SYMBOL_GPL vmlinux 0xe420fc87 attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe42185b0 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0xe424076a ip6_route_output_flags +EXPORT_SYMBOL_GPL vmlinux 0xe4248980 cper_estatus_print +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe436e90c __dma_fence_unwrap_merge +EXPORT_SYMBOL_GPL vmlinux 0xe43c4a70 posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0xe48846ee of_get_display_timings +EXPORT_SYMBOL_GPL vmlinux 0xe48e520a regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0xe4911107 pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0xe491e700 unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe4b064f9 pcie_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xe4b089dd mtk_is_virt_gpio +EXPORT_SYMBOL_GPL vmlinux 0xe4b47d53 dev_pm_opp_put +EXPORT_SYMBOL_GPL vmlinux 0xe4b818c3 phy_speed_to_str +EXPORT_SYMBOL_GPL vmlinux 0xe4bbde37 put_pid +EXPORT_SYMBOL_GPL vmlinux 0xe4bce570 crypto_sig_set_privkey +EXPORT_SYMBOL_GPL vmlinux 0xe4c2c66c rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0xe4cce671 dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0xe4e48b12 swphy_validate_state +EXPORT_SYMBOL_GPL vmlinux 0xe4ec8835 kvm_read_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0xe4edd205 sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0xe50893fd unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xe5102cd1 nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0xe513da5f virtio_device_freeze +EXPORT_SYMBOL_GPL vmlinux 0xe52c36d2 balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xe5439764 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0xe5516728 k3_udma_glue_tx_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xe5555b04 acpi_subsys_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xe556a91d rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xe5573c2e ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xe5729414 put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xe576fdf0 led_get_default_pattern +EXPORT_SYMBOL_GPL vmlinux 0xe5789064 sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0xe57fbecc regmap_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0xe5827756 devfreq_event_get_edev_count +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58ab3d7 crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0xe58eb9d7 FSE_readNCount +EXPORT_SYMBOL_GPL vmlinux 0xe5957d38 spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0xe59e6aaf mctrl_gpio_init_noauto +EXPORT_SYMBOL_GPL vmlinux 0xe5a8551a i2c_slave_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe5a925d3 zynqmp_pm_init_finalize +EXPORT_SYMBOL_GPL vmlinux 0xe5b3a154 of_clk_parent_fill +EXPORT_SYMBOL_GPL vmlinux 0xe5b81c8f __traceiter_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xe5b9455e devl_params_register +EXPORT_SYMBOL_GPL vmlinux 0xe5b9c0d7 perf_event_addr_filters_sync +EXPORT_SYMBOL_GPL vmlinux 0xe5c02b64 freq_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xe5c80d53 badblocks_set +EXPORT_SYMBOL_GPL vmlinux 0xe5c845de mdiobus_c45_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0xe5cb1943 hisi_clk_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xe5ce1a56 rhashtable_walk_enter +EXPORT_SYMBOL_GPL vmlinux 0xe5d72497 xenbus_probe_devices +EXPORT_SYMBOL_GPL vmlinux 0xe5e230ef fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0xe5e790e4 __traceiter_rwmmio_post_read +EXPORT_SYMBOL_GPL vmlinux 0xe605e59d gnttab_unmap_refs_async +EXPORT_SYMBOL_GPL vmlinux 0xe60632a9 edac_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe60a4526 gpiochip_request_own_desc +EXPORT_SYMBOL_GPL vmlinux 0xe60a5e8d pids_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xe6124c20 proc_create_net_single_write +EXPORT_SYMBOL_GPL vmlinux 0xe61d3089 devl_rate_nodes_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe628bb9f phy_fibre_port_array +EXPORT_SYMBOL_GPL vmlinux 0xe62d6550 mptcp_diag_fill_info +EXPORT_SYMBOL_GPL vmlinux 0xe63e4b14 dpbp_disable +EXPORT_SYMBOL_GPL vmlinux 0xe643b68f spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0xe64e77c2 skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0xe65cbf43 regmap_might_sleep +EXPORT_SYMBOL_GPL vmlinux 0xe65d0007 scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0xe668f140 uart_xchar_out +EXPORT_SYMBOL_GPL vmlinux 0xe67f0fef ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0xe687a97e sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0xe69eaccd sfp_bus_add_upstream +EXPORT_SYMBOL_GPL vmlinux 0xe6a2675e devl_trylock +EXPORT_SYMBOL_GPL vmlinux 0xe6a5377c gnttab_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xe6a5ac4e da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0xe6aef439 __tracepoint_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xe6b990d0 xdp_rxq_info_is_reg +EXPORT_SYMBOL_GPL vmlinux 0xe6be8361 xenbus_dev_error +EXPORT_SYMBOL_GPL vmlinux 0xe6bea00a subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0xe6ce175b __traceiter_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xe6da5d02 pci_epc_mem_exit +EXPORT_SYMBOL_GPL vmlinux 0xe6e40502 rcu_get_gp_seq +EXPORT_SYMBOL_GPL vmlinux 0xe6e6b684 md_new_event +EXPORT_SYMBOL_GPL vmlinux 0xe6e97a8b usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0xe6e988c5 k3_ringacc_get_tisci_dev_id +EXPORT_SYMBOL_GPL vmlinux 0xe6eae9bd imx_unregister_hw_clocks +EXPORT_SYMBOL_GPL vmlinux 0xe6f52443 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0xe6f83837 acpi_bus_attach_private_data +EXPORT_SYMBOL_GPL vmlinux 0xe6f939ed vcap_lookup_rule_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0xe6fe56a6 max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0xe700d767 reset_control_bulk_deassert +EXPORT_SYMBOL_GPL vmlinux 0xe7015956 lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0xe70221d7 cppc_get_perf_caps +EXPORT_SYMBOL_GPL vmlinux 0xe70e4b3e __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0xe736c509 bpf_trace_run12 +EXPORT_SYMBOL_GPL vmlinux 0xe73d838e phy_led_triggers_register +EXPORT_SYMBOL_GPL vmlinux 0xe74628bf folio_wait_writeback +EXPORT_SYMBOL_GPL vmlinux 0xe74ab0ee pinctrl_utils_reserve_map +EXPORT_SYMBOL_GPL vmlinux 0xe751b427 pm_genpd_init +EXPORT_SYMBOL_GPL vmlinux 0xe753b68d devlink_fmsg_arr_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xe7547b00 spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xe76219e3 d_same_name +EXPORT_SYMBOL_GPL vmlinux 0xe763fb3f xenbus_frontend_closed +EXPORT_SYMBOL_GPL vmlinux 0xe7689389 imx_pinctrl_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe76f746b debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0xe76faf50 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0xe7741ca4 firmware_upload_register +EXPORT_SYMBOL_GPL vmlinux 0xe7747727 blk_req_needs_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0xe776650c devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xe77d5ef3 ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0xe77d66f6 fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0xe7822964 devm_pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe783e261 sysfs_emit +EXPORT_SYMBOL_GPL vmlinux 0xe79122ae shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xe791df1f rcu_nocb_cpu_deoffload +EXPORT_SYMBOL_GPL vmlinux 0xe7926144 raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0xe7936243 zynqmp_pm_clock_getstate +EXPORT_SYMBOL_GPL vmlinux 0xe79bf4a0 __thermal_zone_get_trip +EXPORT_SYMBOL_GPL vmlinux 0xe7a0a875 md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0xe7c15da1 pci_epf_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe7c26bb7 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xe7c7c2a3 kvm_irq_has_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe7d6d2d4 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0xe7ea6140 ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xe7ec0727 failover_slave_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe7efcde9 device_set_of_node_from_dev +EXPORT_SYMBOL_GPL vmlinux 0xe80512f8 gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0xe80dfd9c gnttab_dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0xe8136748 mmu_interval_read_begin +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe824df2a iomap_readahead +EXPORT_SYMBOL_GPL vmlinux 0xe82793c6 ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0xe82888f2 crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0xe828ddd9 irq_domain_free_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0xe8405a4c ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xe84ad9aa bpf_trace_run11 +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe852b4e8 blkdev_report_zones +EXPORT_SYMBOL_GPL vmlinux 0xe853f30c usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0xe85a9fd3 cpu_cluster_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe8696956 scmi_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe86be8ee synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xe86f74f5 dm_internal_resume_fast +EXPORT_SYMBOL_GPL vmlinux 0xe874c6ee dev_pm_opp_of_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0xe87b1336 devm_device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0xe885e616 relay_open +EXPORT_SYMBOL_GPL vmlinux 0xe890a76b badblocks_check +EXPORT_SYMBOL_GPL vmlinux 0xe891ad9b fsl_mc_portal_free +EXPORT_SYMBOL_GPL vmlinux 0xe8979afb mas_prev_range +EXPORT_SYMBOL_GPL vmlinux 0xe89b7a4f virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0xe8a772bd vcap_keyset_list_add +EXPORT_SYMBOL_GPL vmlinux 0xe8a8f3fe usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xe8b8ab10 vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0xe8bc40c5 cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xe8c0065d memory_group_register_static +EXPORT_SYMBOL_GPL vmlinux 0xe8c088df scsi_unregister_device_handler +EXPORT_SYMBOL_GPL vmlinux 0xe8c2452f md_submit_discard_bio +EXPORT_SYMBOL_GPL vmlinux 0xe8d1e54d cgroup_path_ns +EXPORT_SYMBOL_GPL vmlinux 0xe8e2d041 elv_rqhash_add +EXPORT_SYMBOL_GPL vmlinux 0xe8fe3ae3 devlink_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe90c7659 k3_udma_glue_rx_dma_to_cppi5_addr +EXPORT_SYMBOL_GPL vmlinux 0xe9117094 get_net_ns_by_fd +EXPORT_SYMBOL_GPL vmlinux 0xe911df29 eventfd_ctx_do_read +EXPORT_SYMBOL_GPL vmlinux 0xe917207a skcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xe917d46a pinmux_generic_get_function_groups +EXPORT_SYMBOL_GPL vmlinux 0xe9325489 phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe9439184 skb_consume_udp +EXPORT_SYMBOL_GPL vmlinux 0xe94986d6 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0xe956a75c pl320_ipc_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe95b729c pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe95d2a05 tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xe96c3180 of_usb_update_otg_caps +EXPORT_SYMBOL_GPL vmlinux 0xe97cecff ahci_platform_init_host +EXPORT_SYMBOL_GPL vmlinux 0xe980e300 mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0xe9844778 genphy_c45_fast_retrain +EXPORT_SYMBOL_GPL vmlinux 0xe98f55f2 arm_smccc_get_version +EXPORT_SYMBOL_GPL vmlinux 0xe9a9e9a3 badblocks_exit +EXPORT_SYMBOL_GPL vmlinux 0xe9bd3732 modify_ftrace_direct_nolock +EXPORT_SYMBOL_GPL vmlinux 0xe9c6dfa7 devl_resource_size_get +EXPORT_SYMBOL_GPL vmlinux 0xe9ca5fd4 cdx_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe9cb131d dm_disk +EXPORT_SYMBOL_GPL vmlinux 0xe9d0a690 rio_pw_enable +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9d1cfda fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0xe9d63a0d k3_udma_glue_enable_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xe9d9ec83 irq_chip_eoi_parent +EXPORT_SYMBOL_GPL vmlinux 0xe9f212aa pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0xe9f213a1 regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0xe9f5116f rcu_exp_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0xea018bbb mpi_test_bit +EXPORT_SYMBOL_GPL vmlinux 0xea052b91 pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea178d19 register_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0xea1b9274 rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0xea1e9085 fwnode_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0xea2067b5 xdp_master_redirect +EXPORT_SYMBOL_GPL vmlinux 0xea2f2a79 driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xea312c8c serdev_acpi_get_uart_resource +EXPORT_SYMBOL_GPL vmlinux 0xea34e2e9 crypto_unregister_templates +EXPORT_SYMBOL_GPL vmlinux 0xea353756 regmap_read +EXPORT_SYMBOL_GPL vmlinux 0xea38036f ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0xea43fadd pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0xea4e95f0 fsl_mc_resource_allocate +EXPORT_SYMBOL_GPL vmlinux 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL vmlinux 0xea6c2cf3 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xea6c6998 phy_driver_is_genphy_10g +EXPORT_SYMBOL_GPL vmlinux 0xea6d0ea9 devl_rate_node_create +EXPORT_SYMBOL_GPL vmlinux 0xea77892c crypto_wait_for_test +EXPORT_SYMBOL_GPL vmlinux 0xea781bef phy_reset +EXPORT_SYMBOL_GPL vmlinux 0xea834312 fwnode_graph_get_endpoint_by_id +EXPORT_SYMBOL_GPL vmlinux 0xea89301f mtk_clk_unregister_plls +EXPORT_SYMBOL_GPL vmlinux 0xeaa10979 of_mm_gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0xeab1ee74 regulator_get_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0xeabd27f1 dax_zero_range +EXPORT_SYMBOL_GPL vmlinux 0xeabe6fde clk_hw_get_parent +EXPORT_SYMBOL_GPL vmlinux 0xeac4cbb2 dw_pcie_ep_init_notify +EXPORT_SYMBOL_GPL vmlinux 0xead3e41b __traceiter_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xead54924 mctrl_gpio_to_gpiod +EXPORT_SYMBOL_GPL vmlinux 0xead5c8e5 clk_bulk_prepare +EXPORT_SYMBOL_GPL vmlinux 0xeae0f496 clean_acked_data_flush +EXPORT_SYMBOL_GPL vmlinux 0xeae3e954 dev_pm_clear_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xeaf0a57c look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0xeaf3cb23 crc64_be +EXPORT_SYMBOL_GPL vmlinux 0xeaf8469d hv_do_fast_hypercall8 +EXPORT_SYMBOL_GPL vmlinux 0xeb018c7b dpcon_open +EXPORT_SYMBOL_GPL vmlinux 0xeb12bd25 devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xeb13e514 of_msi_configure +EXPORT_SYMBOL_GPL vmlinux 0xeb4221e4 trace_clock +EXPORT_SYMBOL_GPL vmlinux 0xeb477a05 ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0xeb479fa2 gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0xeb52fdf1 ahci_save_initial_config +EXPORT_SYMBOL_GPL vmlinux 0xeb5f4b64 pci_find_host_bridge +EXPORT_SYMBOL_GPL vmlinux 0xeb7649a1 spi_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xeb78b1ed unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xeb8a7330 pcie_port_find_device +EXPORT_SYMBOL_GPL vmlinux 0xebadb0bb xenbus_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xebb03e95 blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0xebb6a727 driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xebb7b1be devlink_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0xebc8e833 of_hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0xebd4cc11 mctrl_gpio_enable_ms +EXPORT_SYMBOL_GPL vmlinux 0xebded6d2 devm_of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0xebe496ca __tracepoint_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0xebf8f503 irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0xebfb5efb raw_v6_match +EXPORT_SYMBOL_GPL vmlinux 0xec02ebe0 phylink_init_eee +EXPORT_SYMBOL_GPL vmlinux 0xec08f2f6 ata_sas_tport_delete +EXPORT_SYMBOL_GPL vmlinux 0xec20c724 fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xec4b6e80 mtk_alloc_clk_data +EXPORT_SYMBOL_GPL vmlinux 0xec5668f6 dax_zero_page_range +EXPORT_SYMBOL_GPL vmlinux 0xec5b2911 mark_page_dirty_in_slot +EXPORT_SYMBOL_GPL vmlinux 0xec5ba53e gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0xec5bfb07 sync_blockdev_nowait +EXPORT_SYMBOL_GPL vmlinux 0xec774acb cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xec7d4c70 uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0xec8db2c3 regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0xec95faff kvm_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0xecaf0777 crypto_alloc_acomp_node +EXPORT_SYMBOL_GPL vmlinux 0xecb02268 devm_init_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xecb149ca ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0xecb671fc tegra210_sata_pll_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0xecba68e3 gnttab_batch_map +EXPORT_SYMBOL_GPL vmlinux 0xecc371f7 tracing_cond_snapshot_data +EXPORT_SYMBOL_GPL vmlinux 0xecd8f23d xenbus_read +EXPORT_SYMBOL_GPL vmlinux 0xecdd5269 blk_rq_is_poll +EXPORT_SYMBOL_GPL vmlinux 0xecde0399 mbox_chan_received_data +EXPORT_SYMBOL_GPL vmlinux 0xece2a595 tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0xecea2540 crypto_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xecfce00b anon_inode_getfd_secure +EXPORT_SYMBOL_GPL vmlinux 0xed0b5fed pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xed1e9991 mmu_interval_notifier_remove +EXPORT_SYMBOL_GPL vmlinux 0xed2c5bcf power_supply_charge_behaviour_parse +EXPORT_SYMBOL_GPL vmlinux 0xed30bfe9 regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0xed379a80 pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0xed39b7b8 parse_OID +EXPORT_SYMBOL_GPL vmlinux 0xed448289 nvmem_cell_read_variable_le_u32 +EXPORT_SYMBOL_GPL vmlinux 0xed49b8c5 account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0xed4a04e6 mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xed4c47a1 xhci_resume +EXPORT_SYMBOL_GPL vmlinux 0xed5821cf _copy_from_iter_flushcache +EXPORT_SYMBOL_GPL vmlinux 0xed6bb86a pci_create_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xed79a897 hte_ts_get +EXPORT_SYMBOL_GPL vmlinux 0xed83bdfd xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0xed8c384b netdev_xmit_skip_txqueue +EXPORT_SYMBOL_GPL vmlinux 0xed918dde hte_init_line_attr +EXPORT_SYMBOL_GPL vmlinux 0xed931948 ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xed9507a7 fscrypt_prepare_symlink +EXPORT_SYMBOL_GPL vmlinux 0xeda48be3 __phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0xeda5ab99 rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0xedb0ead4 blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0xedc2af50 blk_mq_alloc_request_hctx +EXPORT_SYMBOL_GPL vmlinux 0xedd4de49 kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xedd7d3c5 meson_clk_pcie_pll_ops +EXPORT_SYMBOL_GPL vmlinux 0xedd97cb9 pci_epc_set_bar +EXPORT_SYMBOL_GPL vmlinux 0xede3bc1f platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0xede55c02 phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0xede9a09a btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0xedef2203 fsl_mc_bus_dpio_type +EXPORT_SYMBOL_GPL vmlinux 0xedf93be4 switchdev_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0xee059982 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0xee084742 xen_xenbus_fops +EXPORT_SYMBOL_GPL vmlinux 0xee143e33 skcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0xee38ef57 register_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee4e845d of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0xee518148 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xee6c633a devices_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xee6cfff9 acpi_match_device +EXPORT_SYMBOL_GPL vmlinux 0xee6f01b9 extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0xee74a922 __tracepoint_console +EXPORT_SYMBOL_GPL vmlinux 0xee8297f8 msg_zerocopy_callback +EXPORT_SYMBOL_GPL vmlinux 0xee83317f tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xeea9fa99 __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xeeb17c4c hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0xeeb47213 pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0xeeb8f291 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0xeebb2cc8 mtk_pinconf_bias_disable_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xeec79021 clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0xeed5703c acpi_dev_clear_dependencies +EXPORT_SYMBOL_GPL vmlinux 0xeed5a87e of_genpd_remove_last +EXPORT_SYMBOL_GPL vmlinux 0xeedb2066 debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0xeedd987e phy_10gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0xeedfa62a zynqmp_pm_is_function_supported +EXPORT_SYMBOL_GPL vmlinux 0xeee4b172 mnt_idmap_put +EXPORT_SYMBOL_GPL vmlinux 0xeef06fc6 dev_pm_opp_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0xeef49e2b usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xeef68434 acpi_ec_remove_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xef00c47d crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xef0b91b1 regulator_desc_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xef18c05a vfs_submount +EXPORT_SYMBOL_GPL vmlinux 0xef1b7b4c led_init_core +EXPORT_SYMBOL_GPL vmlinux 0xef1ce43b devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xef1f6e23 apei_resources_request +EXPORT_SYMBOL_GPL vmlinux 0xef242bac sampling_rate_store +EXPORT_SYMBOL_GPL vmlinux 0xef29cbb7 tcp_plb_update_state +EXPORT_SYMBOL_GPL vmlinux 0xef29fcdd clk_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xef2e96b1 fsl_mc_populate_irq_pool +EXPORT_SYMBOL_GPL vmlinux 0xef34bf3e hrtimer_active +EXPORT_SYMBOL_GPL vmlinux 0xef37c6f0 gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xef4622bc devl_dpipe_table_register +EXPORT_SYMBOL_GPL vmlinux 0xef464c28 getboottime64 +EXPORT_SYMBOL_GPL vmlinux 0xef59709c usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0xef5db66d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xef5f6eef gpiod_set_transitory +EXPORT_SYMBOL_GPL vmlinux 0xef646c1a kvm_get_kvm_safe +EXPORT_SYMBOL_GPL vmlinux 0xef67ec35 __tracepoint_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef70eb7e ring_buffer_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0xef7aa167 vcap_get_rule_count_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0xef7c67f6 sched_numa_find_nth_cpu +EXPORT_SYMBOL_GPL vmlinux 0xef8a0727 dw_pcie_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xef8ed0be scsi_build_sense +EXPORT_SYMBOL_GPL vmlinux 0xef92ef33 btree_last +EXPORT_SYMBOL_GPL vmlinux 0xef9f9946 pinctrl_utils_add_map_configs +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefb11eab usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0xefc45963 cpufreq_enable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0xefcaae45 preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xefd08d70 irq_gc_set_wake +EXPORT_SYMBOL_GPL vmlinux 0xefd19083 mtk_pinconf_drive_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xefd7b7f0 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0xefe9d23b usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xefeafcf1 edac_has_mcs +EXPORT_SYMBOL_GPL vmlinux 0xeff5f3a9 lwtunnel_valid_encap_type +EXPORT_SYMBOL_GPL vmlinux 0xefff80d7 iort_get_rmr_sids +EXPORT_SYMBOL_GPL vmlinux 0xf0020edb devm_of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0xf012349d gnttab_batch_copy +EXPORT_SYMBOL_GPL vmlinux 0xf0134f66 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xf01e1562 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xf02b06d0 dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0xf0310776 __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0xf032f711 bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0xf0355ec4 relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0xf03b41d8 spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0xf03c2abe device_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xf04429b4 acpi_bus_get_status_handle +EXPORT_SYMBOL_GPL vmlinux 0xf0455b42 vp_modern_set_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xf05a52fe asn1_encode_oid +EXPORT_SYMBOL_GPL vmlinux 0xf05ddb05 serdev_device_get_tiocm +EXPORT_SYMBOL_GPL vmlinux 0xf05fbf09 pci_pio_to_address +EXPORT_SYMBOL_GPL vmlinux 0xf0616e7a sched_numa_hop_mask +EXPORT_SYMBOL_GPL vmlinux 0xf0696401 acpi_pci_detect_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xf07da84a proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0xf0910075 sfp_bus_del_upstream +EXPORT_SYMBOL_GPL vmlinux 0xf0a8e197 k3_udma_glue_request_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xf0b4440c debugfs_real_fops +EXPORT_SYMBOL_GPL vmlinux 0xf0b49b14 class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0xf0b9a5a4 spi_get_device_match_data +EXPORT_SYMBOL_GPL vmlinux 0xf0bcc26d em_dev_register_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0xf0bd2caf irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0xf0e43da1 devlink_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf0e52dc0 __tracepoint_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xf0ea652c pinconf_generic_dump_config +EXPORT_SYMBOL_GPL vmlinux 0xf0f4e97e alarmtimer_get_rtcdev +EXPORT_SYMBOL_GPL vmlinux 0xf0fb1ce1 mcore_booted +EXPORT_SYMBOL_GPL vmlinux 0xf0ffd31e devm_hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0xf10fdc92 rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf1124ecd sfp_upstream_set_signal_rate +EXPORT_SYMBOL_GPL vmlinux 0xf12177a3 ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0xf12180fd imx_1443x_dram_pll +EXPORT_SYMBOL_GPL vmlinux 0xf129ddcc pci_epf_unbind +EXPORT_SYMBOL_GPL vmlinux 0xf12e5a21 ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0xf1501aee fat_attach +EXPORT_SYMBOL_GPL vmlinux 0xf161cb69 trace_array_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0xf16f53c3 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0xf1750752 __clk_hw_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0xf177a078 xen_unregister_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf185b676 i2c_new_smbus_alert_device +EXPORT_SYMBOL_GPL vmlinux 0xf186d237 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0xf188a662 rhashtable_walk_exit +EXPORT_SYMBOL_GPL vmlinux 0xf18e80c5 __traceiter_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xf1967d29 __devm_clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0xf198a2c4 led_set_brightness +EXPORT_SYMBOL_GPL vmlinux 0xf1aa6b68 dma_request_chan_by_mask +EXPORT_SYMBOL_GPL vmlinux 0xf1aaf484 of_get_named_gpio +EXPORT_SYMBOL_GPL vmlinux 0xf1b2da2b fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0xf1bbc4f6 devm_ti_sci_get_handle +EXPORT_SYMBOL_GPL vmlinux 0xf1e56766 genphy_c45_read_status +EXPORT_SYMBOL_GPL vmlinux 0xf1e6fb26 unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xf1ecda92 vcap_set_rule_set_keyset +EXPORT_SYMBOL_GPL vmlinux 0xf1fb017b scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0xf1ffb44f vcap_rule_set_counter_id +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf221c4b8 mmc_regulator_enable_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0xf221f9ac ehci_adjust_port_wakeup_flags +EXPORT_SYMBOL_GPL vmlinux 0xf22db7cf switchdev_bridge_port_offload +EXPORT_SYMBOL_GPL vmlinux 0xf230ddaf vp_modern_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0xf23c38bf pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0xf24442d5 skb_mpls_update_lse +EXPORT_SYMBOL_GPL vmlinux 0xf258e1fd pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0xf25cc144 vcap_tc_flower_handler_ipv6_usage +EXPORT_SYMBOL_GPL vmlinux 0xf26882a8 devm_hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0xf27d0a7b gnttab_grant_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0xf28404cf devlink_dpipe_header_ipv6 +EXPORT_SYMBOL_GPL vmlinux 0xf28822c1 extcon_set_property +EXPORT_SYMBOL_GPL vmlinux 0xf2967796 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0xf2a3a34a ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xf2a452e3 crypto_unregister_acomps +EXPORT_SYMBOL_GPL vmlinux 0xf2b06df6 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0xf2b33cb7 memory_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xf2b9b5d0 md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0xf2c7e289 rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xf2cc1c89 evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0xf2d8e85c ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xf2d97bc9 bgpio_init +EXPORT_SYMBOL_GPL vmlinux 0xf2e9dc24 mddev_init_writes_pending +EXPORT_SYMBOL_GPL vmlinux 0xf2f4f4f4 cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0xf2fb61bd vprintk_default +EXPORT_SYMBOL_GPL vmlinux 0xf2ff4bc2 serial8250_em485_supported +EXPORT_SYMBOL_GPL vmlinux 0xf3083a1d phylink_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf30a5502 cpufreq_enable_boost_support +EXPORT_SYMBOL_GPL vmlinux 0xf311e156 key_being_used_for +EXPORT_SYMBOL_GPL vmlinux 0xf313e684 __traceiter_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xf31632e0 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0xf3168503 gpiochip_irq_map +EXPORT_SYMBOL_GPL vmlinux 0xf316e0c5 class_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf317a557 fscrypt_fname_siphash +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf31e6ee0 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0xf32bdc5d unregister_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf32c6252 pci_epc_get_msi +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf349bfa0 clk_hw_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xf34f673b ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0xf352023f memory_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xf353d51b blk_set_pm_only +EXPORT_SYMBOL_GPL vmlinux 0xf36d3e9b dev_pm_opp_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0xf3797506 mpi_ec_deinit +EXPORT_SYMBOL_GPL vmlinux 0xf379fe2b adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf386c524 devfreq_cooling_em_register +EXPORT_SYMBOL_GPL vmlinux 0xf38efb04 usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0xf39473d9 switchdev_bridge_port_unoffload +EXPORT_SYMBOL_GPL vmlinux 0xf395d195 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0xf39d2baf clk_hw_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xf3a09fe7 crypto_has_kpp +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3b95d79 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0xf3bbe699 perf_aux_output_skip +EXPORT_SYMBOL_GPL vmlinux 0xf3bc9059 platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0xf3be6fe3 vp_modern_get_features +EXPORT_SYMBOL_GPL vmlinux 0xf3bf4de6 __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0xf3ca0d94 input_device_enabled +EXPORT_SYMBOL_GPL vmlinux 0xf3d1497d led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0xf3e6a179 devm_gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xf3e6f701 pci_p2pdma_enable_store +EXPORT_SYMBOL_GPL vmlinux 0xf3f386a6 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0xf3ff6365 sprd_pinctrl_core_probe +EXPORT_SYMBOL_GPL vmlinux 0xf401cc75 rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xf4109e03 devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf4153937 get_user_pages_fast_only +EXPORT_SYMBOL_GPL vmlinux 0xf418bfa6 serdev_device_set_parity +EXPORT_SYMBOL_GPL vmlinux 0xf421d47e vcap_copy_rule +EXPORT_SYMBOL_GPL vmlinux 0xf435ceb3 gpiochip_relres_irq +EXPORT_SYMBOL_GPL vmlinux 0xf442e45f xenbus_dev_fatal +EXPORT_SYMBOL_GPL vmlinux 0xf44c7bf1 vp_modern_get_num_queues +EXPORT_SYMBOL_GPL vmlinux 0xf45120f2 dbs_update +EXPORT_SYMBOL_GPL vmlinux 0xf455d1c5 thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0xf4563669 trace_array_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf4586809 imx_pinctrl_sc_ipc_init +EXPORT_SYMBOL_GPL vmlinux 0xf4689d50 linkmode_set_pause +EXPORT_SYMBOL_GPL vmlinux 0xf471f204 __traceiter_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0xf47654df irq_check_status_bit +EXPORT_SYMBOL_GPL vmlinux 0xf496a616 splice_to_pipe +EXPORT_SYMBOL_GPL vmlinux 0xf4af35c2 rcu_gp_is_normal +EXPORT_SYMBOL_GPL vmlinux 0xf4b7d6bb vcap_keyset_name +EXPORT_SYMBOL_GPL vmlinux 0xf4c16ed7 rcuwait_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xf4ca1547 irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xf4cd9f8f reset_control_bulk_release +EXPORT_SYMBOL_GPL vmlinux 0xf4ce5215 blk_queue_max_zone_append_sectors +EXPORT_SYMBOL_GPL vmlinux 0xf4d0029e xenbus_probe_node +EXPORT_SYMBOL_GPL vmlinux 0xf4e359c6 ahci_host_activate +EXPORT_SYMBOL_GPL vmlinux 0xf4f0245f pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0xf4fea584 imx_pinconf_get_scu +EXPORT_SYMBOL_GPL vmlinux 0xf505bb20 iomap_writepages +EXPORT_SYMBOL_GPL vmlinux 0xf509692f bpf_redirect_info +EXPORT_SYMBOL_GPL vmlinux 0xf51ea058 lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0xf5252e41 xfrm_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xf5425ade pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf580699c mmput_async +EXPORT_SYMBOL_GPL vmlinux 0xf5a00860 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0xf5a067bf iommu_group_dma_owner_claimed +EXPORT_SYMBOL_GPL vmlinux 0xf5a175fa dev_pm_opp_get_max_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0xf5a3ba99 linear_range_values_in_range +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5c4a0bd gpiochip_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0xf5d08459 __udp_gso_segment +EXPORT_SYMBOL_GPL vmlinux 0xf5d9c451 attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0xf5e1a77c trace_seq_putmem_hex +EXPORT_SYMBOL_GPL vmlinux 0xf5f370e0 async_schedule_node +EXPORT_SYMBOL_GPL vmlinux 0xf60b1bad fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0xf61c6b74 hv_do_hypercall +EXPORT_SYMBOL_GPL vmlinux 0xf61d8c7c mtk_eint_find_irq +EXPORT_SYMBOL_GPL vmlinux 0xf623d1e0 devl_resource_register +EXPORT_SYMBOL_GPL vmlinux 0xf6300ba6 thermal_zone_device_enable +EXPORT_SYMBOL_GPL vmlinux 0xf6338236 vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0xf63f003a acpi_gpio_get_io_resource +EXPORT_SYMBOL_GPL vmlinux 0xf63fcd4a cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0xf641039b kcpustat_cpu_fetch +EXPORT_SYMBOL_GPL vmlinux 0xf64aaa25 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xf64e67d2 tpm_chip_register +EXPORT_SYMBOL_GPL vmlinux 0xf663ee2f pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0xf67115cc device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0xf68144e6 __traceiter_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0xf6868021 fsl_mc_obj_open +EXPORT_SYMBOL_GPL vmlinux 0xf6886c6a pci_epf_alloc_space +EXPORT_SYMBOL_GPL vmlinux 0xf68c5382 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0xf69410e6 kvm_release_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0xf699141b kvm_vcpu_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0xf6a28554 region_intersects +EXPORT_SYMBOL_GPL vmlinux 0xf6b503aa rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0xf6beee37 __SCK__tp_func_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xf6c71a25 cper_severity_str +EXPORT_SYMBOL_GPL vmlinux 0xf6c8dc62 cpu_hotplug_enable +EXPORT_SYMBOL_GPL vmlinux 0xf6d5b2e4 ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0xf6dec1c3 __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xf6e0d98d ethnl_cable_test_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf6e3461e dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xf6e4a490 vcap_debugfs +EXPORT_SYMBOL_GPL vmlinux 0xf6e772c3 irq_bypass_unregister_producer +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6e91a54 pci_epf_create +EXPORT_SYMBOL_GPL vmlinux 0xf6f16c56 rcu_barrier_tasks +EXPORT_SYMBOL_GPL vmlinux 0xf704f53a percpu_up_write +EXPORT_SYMBOL_GPL vmlinux 0xf70e4a4d preempt_schedule_notrace +EXPORT_SYMBOL_GPL vmlinux 0xf7145dc4 drop_reasons_unregister_subsys +EXPORT_SYMBOL_GPL vmlinux 0xf714e5e0 k3_udma_glue_tx_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0xf7238239 dw8250_setup_port +EXPORT_SYMBOL_GPL vmlinux 0xf72a65ea tty_get_char_size +EXPORT_SYMBOL_GPL vmlinux 0xf730fb4a qcom_smem_state_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xf73c4adf rio_free_net +EXPORT_SYMBOL_GPL vmlinux 0xf73db1ef cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xf7455c16 input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0xf7491042 fwnode_find_reference +EXPORT_SYMBOL_GPL vmlinux 0xf749debc md5_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0xf74bb274 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xf74e7c93 jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0xf7509ecd dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0xf761347c blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0xf76318ef crypto_register_ahashes +EXPORT_SYMBOL_GPL vmlinux 0xf7772bde xas_init_marks +EXPORT_SYMBOL_GPL vmlinux 0xf77cfb30 pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0xf782fb07 percpu_ref_switch_to_atomic_sync +EXPORT_SYMBOL_GPL vmlinux 0xf784facf acpi_subsys_prepare +EXPORT_SYMBOL_GPL vmlinux 0xf7866b4f bind_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0xf786a47f apei_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0xf78bfa09 crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0xf78e69c6 task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xf7a834e3 clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0xf7afb369 btree_init +EXPORT_SYMBOL_GPL vmlinux 0xf7b56461 devm_register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xf7bc95b0 devlink_fmsg_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xf7c3f273 xen_resume_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf7e593ba crypto_alloc_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xf80493ec usb_device_match_id +EXPORT_SYMBOL_GPL vmlinux 0xf80f5fc7 __SCK__tp_func_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xf81cfe9f phy_get +EXPORT_SYMBOL_GPL vmlinux 0xf81dce70 thermal_genl_cpu_capability_event +EXPORT_SYMBOL_GPL vmlinux 0xf81e687d da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xf8317471 sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0xf8451eb2 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0xf849a82e devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xf8540d8c sbitmap_any_bit_set +EXPORT_SYMBOL_GPL vmlinux 0xf85a8a9b bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0xf861bd31 rockchip_clk_register_ddrclk +EXPORT_SYMBOL_GPL vmlinux 0xf86ac74d xen_dbgp_reset_prep +EXPORT_SYMBOL_GPL vmlinux 0xf87f4636 devres_add +EXPORT_SYMBOL_GPL vmlinux 0xf87ff2de dev_pm_domain_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0xf883a6fd crypto_unregister_scomp +EXPORT_SYMBOL_GPL vmlinux 0xf883bf93 crypto_dh_key_len +EXPORT_SYMBOL_GPL vmlinux 0xf88c2f58 metadata_dst_free +EXPORT_SYMBOL_GPL vmlinux 0xf88d8565 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0xf8918ae7 usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0xf89aa497 vcap_tc_flower_handler_vlan_usage +EXPORT_SYMBOL_GPL vmlinux 0xf8a44474 blk_crypto_has_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xf8ada2bb serdev_device_add +EXPORT_SYMBOL_GPL vmlinux 0xf8cd2cc5 imx_get_clk_hw_by_name +EXPORT_SYMBOL_GPL vmlinux 0xf8d63fd8 report_iommu_fault +EXPORT_SYMBOL_GPL vmlinux 0xf8e23d5c regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8fe5642 phylink_ethtool_get_pauseparam +EXPORT_SYMBOL_GPL vmlinux 0xf900c77d zynqmp_pm_clock_disable +EXPORT_SYMBOL_GPL vmlinux 0xf907e81f usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0xf91adbcb sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0xf9354307 __traceiter_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xf935904f virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0xf9397eb5 __blk_trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0xf93bbcde debugfs_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf949053f thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xf94f35c8 max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xf95322f4 kthread_parkme +EXPORT_SYMBOL_GPL vmlinux 0xf954dc54 iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xf955e9c5 bprintf +EXPORT_SYMBOL_GPL vmlinux 0xf9582eeb sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xf9596066 vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0xf965d590 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf967422b HYPERVISOR_xen_version +EXPORT_SYMBOL_GPL vmlinux 0xf967b040 hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf969ad32 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0xf98679b4 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0xf98b94c9 pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0xf9940ed3 ahci_platform_enable_phys +EXPORT_SYMBOL_GPL vmlinux 0xf9969bb2 __traceiter_block_split +EXPORT_SYMBOL_GPL vmlinux 0xf99d28d3 regulator_set_load +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9a2f78b edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xf9a3c5dc zynqmp_pm_load_pdi +EXPORT_SYMBOL_GPL vmlinux 0xf9aa132f devm_pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0xf9b34a0b iopf_queue_free +EXPORT_SYMBOL_GPL vmlinux 0xf9b6fa72 ahci_platform_get_resources +EXPORT_SYMBOL_GPL vmlinux 0xf9b80bf0 platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0xf9ebd7d8 iomap_read_folio +EXPORT_SYMBOL_GPL vmlinux 0xf9f69ca5 rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0xf9febb98 dprc_get_obj_region +EXPORT_SYMBOL_GPL vmlinux 0xfa01feb1 register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xfa0a15a9 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xfa1b8b30 smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xfa1d635b tcp_get_syncookie_mss +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa20488d tcp_parse_mss_option +EXPORT_SYMBOL_GPL vmlinux 0xfa24c1be xdp_features_clear_redirect_target +EXPORT_SYMBOL_GPL vmlinux 0xfa349688 aer_recover_queue +EXPORT_SYMBOL_GPL vmlinux 0xfa3c6478 dma_need_sync +EXPORT_SYMBOL_GPL vmlinux 0xfa43cefc is_hash_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xfa4d3c24 log_post_write_mmio +EXPORT_SYMBOL_GPL vmlinux 0xfa4d6c30 perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfa617a52 dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0xfa666974 queue_work_node +EXPORT_SYMBOL_GPL vmlinux 0xfa666fd2 ncsi_stop_dev +EXPORT_SYMBOL_GPL vmlinux 0xfa739216 palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0xfa9c20d2 get_device_system_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0xfa9f8862 bus_register +EXPORT_SYMBOL_GPL vmlinux 0xfaaf8621 power_supply_battery_bti_in_range +EXPORT_SYMBOL_GPL vmlinux 0xfab30dc0 mdio_bus_exit +EXPORT_SYMBOL_GPL vmlinux 0xfab53ed9 pinctrl_gpio_can_use_line +EXPORT_SYMBOL_GPL vmlinux 0xfad9c827 kill_dax +EXPORT_SYMBOL_GPL vmlinux 0xfade9294 bio_blkcg_css +EXPORT_SYMBOL_GPL vmlinux 0xfadea985 acpi_subsys_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0xfaf05c16 rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0xfaf17e41 mtk_hw_set_value +EXPORT_SYMBOL_GPL vmlinux 0xfb0c3c48 sfp_bus_find_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xfb0d7867 __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xfb19de11 irq_gc_mask_disable_reg +EXPORT_SYMBOL_GPL vmlinux 0xfb2b1e7c msi_domain_get_virq +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb35890a x509_cert_parse +EXPORT_SYMBOL_GPL vmlinux 0xfb393ff8 dev_pm_set_dedicated_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xfb60a12d mpc8xxx_spi_tx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0xfb60faf5 posix_acl_clone +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb74e910 proc_douintvec_minmax +EXPORT_SYMBOL_GPL vmlinux 0xfbb1b163 udp_destruct_common +EXPORT_SYMBOL_GPL vmlinux 0xfbb60b2b kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbc022cc init_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0xfbe08eaf bsg_job_get +EXPORT_SYMBOL_GPL vmlinux 0xfbe4b512 usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xfbe61d32 gpiochip_get_data +EXPORT_SYMBOL_GPL vmlinux 0xfbe95a29 acpi_subsys_restore_early +EXPORT_SYMBOL_GPL vmlinux 0xfbebe3dd phy_driver_is_genphy +EXPORT_SYMBOL_GPL vmlinux 0xfbf61a3f sbitmap_queue_show +EXPORT_SYMBOL_GPL vmlinux 0xfbf83bf2 rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0xfbfc3419 __devm_clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xfbffd601 net_prio_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xfc03398d gnttab_page_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc0572fe ata_acpi_gtm_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xfc05ce01 usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfc0daea1 meson8_aobus_parse_dt_extra +EXPORT_SYMBOL_GPL vmlinux 0xfc0ed5be ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xfc0fe028 usb_acpi_port_lpm_incapable +EXPORT_SYMBOL_GPL vmlinux 0xfc201b66 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0xfc227b51 mptcp_subflow_init_cookie_req +EXPORT_SYMBOL_GPL vmlinux 0xfc254d15 gnttab_free_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xfc3273e8 platform_unregister_drivers +EXPORT_SYMBOL_GPL vmlinux 0xfc3b4246 acpi_bus_update_power +EXPORT_SYMBOL_GPL vmlinux 0xfc62a28c md_bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0xfc6b9a74 dev_pm_opp_get_freq +EXPORT_SYMBOL_GPL vmlinux 0xfc729fe6 add_swap_extent +EXPORT_SYMBOL_GPL vmlinux 0xfc73514c shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0xfc7676e9 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0xfc7ba83a qcom_icc_xlate_extended +EXPORT_SYMBOL_GPL vmlinux 0xfc82ebf9 device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0xfc855019 dpcon_set_notification +EXPORT_SYMBOL_GPL vmlinux 0xfc87b8de usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0xfc894fb4 md_run +EXPORT_SYMBOL_GPL vmlinux 0xfc9477b5 zynqmp_pm_set_pll_frac_data +EXPORT_SYMBOL_GPL vmlinux 0xfcaa36eb component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0xfcb84d90 ip_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0xfcbd4f14 regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xfcbfdf95 device_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0xfcbfec70 add_memory_driver_managed +EXPORT_SYMBOL_GPL vmlinux 0xfcc09af9 platform_get_irq_byname_optional +EXPORT_SYMBOL_GPL vmlinux 0xfcc0dad5 set_selection_kernel +EXPORT_SYMBOL_GPL vmlinux 0xfcc1edd3 memory_block_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0xfcc933ca disk_force_media_change +EXPORT_SYMBOL_GPL vmlinux 0xfcf9ef73 hw_protection_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xfd04bc98 query_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0xfd05ffdb clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0xfd068326 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xfd0886da get_net_ns_by_id +EXPORT_SYMBOL_GPL vmlinux 0xfd095dbd tpm_default_chip +EXPORT_SYMBOL_GPL vmlinux 0xfd195774 k3_udma_glue_disable_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xfd26d844 hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0xfd403319 blk_mq_quiesce_queue_nowait +EXPORT_SYMBOL_GPL vmlinux 0xfd52cb0a sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0xfd5a4fd4 raw_abort +EXPORT_SYMBOL_GPL vmlinux 0xfd607158 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0xfd6555fb xlnx_unregister_event +EXPORT_SYMBOL_GPL vmlinux 0xfd6c753a scsi_register_device_handler +EXPORT_SYMBOL_GPL vmlinux 0xfd70a008 usb_control_msg_recv +EXPORT_SYMBOL_GPL vmlinux 0xfd7243c7 erst_disable +EXPORT_SYMBOL_GPL vmlinux 0xfd73d26d irq_chip_release_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0xfd749424 __inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0xfd77e268 register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xfd98540a scsi_dh_set_params +EXPORT_SYMBOL_GPL vmlinux 0xfdb3e400 ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xfdb4d95c wait_on_page_writeback +EXPORT_SYMBOL_GPL vmlinux 0xfdbd7a17 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xfdbdbb30 transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xfdd56e55 pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0xfde0242c pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0xfdea2d04 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfdf6ca6f scsi_block_targets +EXPORT_SYMBOL_GPL vmlinux 0xfe075347 pci_ats_supported +EXPORT_SYMBOL_GPL vmlinux 0xfe0e7cd3 apei_exec_post_unmap_gars +EXPORT_SYMBOL_GPL vmlinux 0xfe14cb8f cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0xfe19dc28 vivaldi_function_row_physmap_show +EXPORT_SYMBOL_GPL vmlinux 0xfe1a7a7b mpi_point_release +EXPORT_SYMBOL_GPL vmlinux 0xfe1b0f2a sk_psock_tls_strp_read +EXPORT_SYMBOL_GPL vmlinux 0xfe1b2f45 ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xfe22371f tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0xfe266c3c __mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0xfe3a6de3 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfe46710e __traceiter_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xfe46e379 __devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xfe476039 ktime_get_resolution_ns +EXPORT_SYMBOL_GPL vmlinux 0xfe577d64 iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0xfe5a2beb gpiod_set_config +EXPORT_SYMBOL_GPL vmlinux 0xfe5ecc7b fsl_mc_bus_dpdbg_type +EXPORT_SYMBOL_GPL vmlinux 0xfe64c018 iommu_sva_get_pasid +EXPORT_SYMBOL_GPL vmlinux 0xfe7b61ba blk_mq_start_stopped_hw_queue +EXPORT_SYMBOL_GPL vmlinux 0xfe87484b perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0xfe89a3aa ip_route_output_key_hash +EXPORT_SYMBOL_GPL vmlinux 0xfe8cdb84 ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0xfe90502d mtk_hw_get_value +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfe99dad0 dtpm_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xfe9c55a1 genphy_c45_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0xfea14212 of_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xfea71e2b wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xfea8b230 failover_register +EXPORT_SYMBOL_GPL vmlinux 0xfeb13917 blk_mq_quiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0xfebd9c0c scmi_protocol_register +EXPORT_SYMBOL_GPL vmlinux 0xfec3bf84 icst_clk_setup +EXPORT_SYMBOL_GPL vmlinux 0xfec8ca8e sk_msg_is_readable +EXPORT_SYMBOL_GPL vmlinux 0xfecc6c30 akcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfed33c7b security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0xfed52db3 nop_posix_acl_default +EXPORT_SYMBOL_GPL vmlinux 0xfedf7e34 class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xfeec3489 pkcs7_parse_message +EXPORT_SYMBOL_GPL vmlinux 0xfeeecd05 apei_read +EXPORT_SYMBOL_GPL vmlinux 0xfef4131e pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0xfef4af5e pci_epc_linkup +EXPORT_SYMBOL_GPL vmlinux 0xfefec51f cpufreq_dbs_governor_exit +EXPORT_SYMBOL_GPL vmlinux 0xff014c76 pinctrl_pm_select_sleep_state +EXPORT_SYMBOL_GPL vmlinux 0xff01fffb perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0xff052bad posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff0d05b8 regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xff1666f3 reset_control_bulk_assert +EXPORT_SYMBOL_GPL vmlinux 0xff291ecf clk_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xff3bfa93 __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0xff42c374 usb_role_switch_get_role +EXPORT_SYMBOL_GPL vmlinux 0xff4838de perf_trace_run_bpf_submit +EXPORT_SYMBOL_GPL vmlinux 0xff504812 dev_pm_opp_find_level_exact +EXPORT_SYMBOL_GPL vmlinux 0xff60c65f devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0xff731742 pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0xff76480c xdp_set_features_flag +EXPORT_SYMBOL_GPL vmlinux 0xff7e33bf mpi_sub_ui +EXPORT_SYMBOL_GPL vmlinux 0xff7ec1da __devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xff81487d gpiod_remove_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0xff8149d5 of_prop_next_u32 +EXPORT_SYMBOL_GPL vmlinux 0xff84a8a5 page_reporting_order +EXPORT_SYMBOL_GPL vmlinux 0xff93c770 phy_speed_up +EXPORT_SYMBOL_GPL vmlinux 0xff9e23d1 hugetlb_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xffa1fd21 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0xffa71257 is_swiotlb_active +EXPORT_SYMBOL_GPL vmlinux 0xffae8e8b nsecs_to_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xffaef974 led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xffb47f33 gnttab_dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xffc3b34f pm_runtime_get_if_active +EXPORT_SYMBOL_GPL vmlinux 0xffc86f14 __xas_next +EXPORT_SYMBOL_GPL vmlinux 0xffd8741d kernfs_path_from_node +EXPORT_SYMBOL_GPL vmlinux 0xffeb7581 __traceiter_block_bio_remap +FIRMWARE_LOADER_PRIVATE EXPORT_SYMBOL_GPL 0x07342898 unregister_firmware_config_sysctl vmlinux +FIRMWARE_LOADER_PRIVATE EXPORT_SYMBOL_GPL 0xae43feea register_firmware_config_sysctl vmlinux +FIRMWARE_LOADER_PRIVATE EXPORT_SYMBOL_GPL 0xd3ae7756 fw_fallback_config vmlinux +FW_CS_DSP EXPORT_SYMBOL_GPL 0x07b9921b cs_dsp_adsp2_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x08bbfefe cs_dsp_read_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x144d6986 cs_dsp_mem_region_name drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x1917741f cs_dsp_remove drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x2b312f46 cs_dsp_cleanup_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x4e5562f8 cs_dsp_remove_padding drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x4efc00f4 cs_dsp_set_dspclk drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x5304309f cs_dsp_read_raw_data_block drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x584df2c6 cs_dsp_stop drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x5e6f08f3 cs_dsp_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x60f5d5b4 cs_dsp_halo_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x63f162d4 cs_dsp_find_alg_region drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x65ba520d cs_dsp_get_ctl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x6e0cce2d cs_dsp_chunk_write drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x756fe01c cs_dsp_run drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x86bb54e5 cs_dsp_coeff_write_acked_control drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x89a00fd2 cs_dsp_adsp2_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x96cc2809 cs_dsp_halo_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9753436e cs_dsp_init_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9bcef0c3 cs_dsp_adsp1_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9e324cb0 cs_dsp_chunk_flush drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xacc19c4e cs_dsp_adsp1_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xb6c0d9e7 cs_dsp_chunk_read drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xbb46d378 cs_dsp_coeff_read_ctrl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xd921c9ab cs_dsp_coeff_write_ctrl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xded2eb9a cs_dsp_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xe14f64be cs_dsp_write_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xea6e5eaf cs_dsp_adsp1_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xf2e27d6f cs_dsp_halo_wdt_expire drivers/firmware/cirrus/cs_dsp +HWMON_THERMAL EXPORT_SYMBOL_GPL 0xfe1efc2a hwmon_device_register_for_thermal vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x14013dbb idle_inject_register_full vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x5b3a2cd6 idle_inject_start vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x5f064467 idle_inject_register vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x85c2b7eb idle_inject_stop vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x95e93783 idle_inject_set_latency vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0xc18575af idle_inject_set_duration vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0xe9cbcfd0 idle_inject_get_duration vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0xf0e96547 idle_inject_unregister vmlinux +IIO_AD5592R EXPORT_SYMBOL_GPL 0x54a84fdb ad5592r_remove drivers/iio/dac/ad5592r-base +IIO_AD5592R EXPORT_SYMBOL_GPL 0xb0a39224 ad5592r_probe drivers/iio/dac/ad5592r-base +IIO_AD5686 EXPORT_SYMBOL_GPL 0x1f1296d6 ad5686_probe drivers/iio/dac/ad5686 +IIO_AD5686 EXPORT_SYMBOL_GPL 0x91923f25 ad5686_remove drivers/iio/dac/ad5686 +IIO_AD7091R EXPORT_SYMBOL_GPL 0x88f9624f ad7091r_regmap_config drivers/iio/adc/ad7091r-base +IIO_AD7091R EXPORT_SYMBOL_GPL 0xa26b4db9 ad7091r_probe drivers/iio/adc/ad7091r-base +IIO_AD7606 EXPORT_SYMBOL_GPL 0xab8e17ac ad7606_pm_ops drivers/iio/adc/ad7606 +IIO_AD7606 EXPORT_SYMBOL_GPL 0xbc9d3429 ad7606_probe drivers/iio/adc/ad7606 +IIO_ADISLIB EXPORT_SYMBOL 0x6480fe19 __adis_enable_irq drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL 0xd08ba197 adis_debugfs_reg_access drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x51536ca0 devm_adis_setup_buffer_and_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x5207956b devm_adis_probe_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x70bd1df5 adis_single_conversion drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x8845d155 __adis_write_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x99613b33 __adis_read_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xaf93ac07 adis_update_scan_mode drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xb6054c3f __adis_initial_startup drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xcbd5a4e2 __adis_update_bits_base drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xd4b07c64 adis_init drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xdb248622 __adis_check_status drivers/iio/imu/adis_lib +IIO_ADIS_LIB EXPORT_SYMBOL_GPL 0x28ed32af __adis_reset drivers/iio/imu/adis_lib +IIO_ADI_AXI EXPORT_SYMBOL_GPL 0x8e889ba2 adi_axi_adc_conv_priv drivers/iio/adc/adi-axi-adc +IIO_ADI_AXI EXPORT_SYMBOL_GPL 0xae4bfb53 devm_adi_axi_adc_conv_register drivers/iio/adc/adi-axi-adc +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x8401eedc adxl313_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x93298a1c adxl312_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x932e87b3 adxl314_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xbda93839 adxl31x_chip_info drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe1d8d09c adxl314_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe1dfdd33 adxl312_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe4aa0028 adxl313_core_probe drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xf6f7b9f3 adxl313_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0x4d2f5e0f adxl35x_chip_info drivers/iio/accel/adxl355_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0x6ff5403b adxl355_readable_regs_tbl drivers/iio/accel/adxl355_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0xb446fa86 adxl355_writeable_regs_tbl drivers/iio/accel/adxl355_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0xc394e747 adxl355_core_probe drivers/iio/accel/adxl355_core +IIO_ADXL367 EXPORT_SYMBOL_GPL 0x0f6b12da adxl367_probe drivers/iio/accel/adxl367 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0x41b22522 adxl372_probe drivers/iio/accel/adxl372 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0xcedbfd8c adxl372_readable_noinc_reg drivers/iio/accel/adxl372 +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x03d39533 ad_sd_validate_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x18cb56d9 ad_sd_reset drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x310a8d93 ad_sd_calibrate drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x70f3aa14 ad_sd_read_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x88393ff7 ad_sd_set_comm drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xa02da9e9 ad_sigma_delta_single_conversion drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xac5953be devm_ad_sd_setup_buffer_and_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xb6ef9d6f ad_sd_calibrate_all drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xc3f11dc2 ad_sd_init drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xe6050220 ad_sd_write_reg drivers/iio/adc/ad_sigma_delta +IIO_BMA400 EXPORT_SYMBOL 0xafc6fcfe bma400_regmap_config drivers/iio/accel/bma400_core +IIO_BMA400 EXPORT_SYMBOL 0xb7368dd7 bma400_probe drivers/iio/accel/bma400_core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x0d7c82b9 bmc150_regmap_conf drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x4ae45886 bmc150_accel_core_probe drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x4ccd8af7 bmc150_accel_core_remove drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x69a1579e bmc150_accel_pm_ops drivers/iio/accel/bmc150-accel-core +IIO_BMC150_MAGN EXPORT_SYMBOL 0x0aadc6b0 bmc150_magn_probe drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x1627725b bmc150_magn_pm_ops drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x173c4b0a bmc150_magn_regmap_config drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x19a1f9eb bmc150_magn_remove drivers/iio/magnetometer/bmc150_magn +IIO_BME680 EXPORT_SYMBOL 0x100e0c7b bme680_regmap_config drivers/iio/chemical/bme680_core +IIO_BME680 EXPORT_SYMBOL_GPL 0x8bef6322 bme680_core_probe drivers/iio/chemical/bme680_core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x1cb450d3 bmi088_regmap_conf drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x37136f4b bmi088_accel_core_remove drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xa564cf33 bmi088_accel_pm_ops drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xd5733de8 bmi088_accel_core_probe drivers/iio/accel/bmi088-accel-core +IIO_BMI160 EXPORT_SYMBOL 0x67b4169b bmi160_regmap_config drivers/iio/imu/bmi160/bmi160_core +IIO_BMI160 EXPORT_SYMBOL 0xca19cfae bmi160_enable_irq drivers/iio/imu/bmi160/bmi160_core +IIO_BMI160 EXPORT_SYMBOL_GPL 0x2103f42a bmi160_core_probe drivers/iio/imu/bmi160/bmi160_core +IIO_BMP280 EXPORT_SYMBOL 0x1a0e8073 bmp280_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x6224bed3 bmp580_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x666fa5a8 bmp180_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x698c69d5 bmp180_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x6c580256 bmp380_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x6deba1b7 bme280_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x7fc32ab3 bmp580_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x830ab4b7 bmp280_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x87016105 bmp380_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xf836a3c6 bmp280_common_probe drivers/iio/pressure/bmp280 +IIO_BNO055 EXPORT_SYMBOL_GPL 0xcb987415 bno055_regmap_config drivers/iio/imu/bno055/bno055 +IIO_BNO055 EXPORT_SYMBOL_GPL 0xe652d67f bno055_probe drivers/iio/imu/bno055/bno055 +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x010c06af fxas21002c_core_probe drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x859598df fxas21002c_pm_ops drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0xad8789f6 fxas21002c_core_remove drivers/iio/gyro/fxas21002c_core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x139bdf27 fxls8962af_pm_ops drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x3acbbfe5 fxls8962af_spi_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x98152b20 fxls8962af_i2c_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xd0dba491 fxls8962af_core_probe drivers/iio/accel/fxls8962af-core +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x094bee02 iio_gts_avail_scales_for_time drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x296bb0cd iio_gts_all_avail_scales drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x4b84ccc9 devm_iio_init_iio_gts drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x4ed89402 iio_gts_find_sel_by_gain drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x53000dc5 iio_gts_find_gain_by_sel drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x54a7bad7 iio_gts_get_min_gain drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x5f338fa0 iio_gts_find_new_gain_sel_by_old_gain_time drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xa3374797 iio_gts_get_scale drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xaf5aaa85 iio_find_closest_gain_low drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xc061498b iio_gts_avail_times drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xc25ccf30 iio_gts_find_new_gain_by_old_gain_time drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xd7e29768 iio_gts_find_gain_sel_for_scale_using_time drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xf42af90f iio_gts_total_gain_to_scale drivers/iio/industrialio-gts-helper +IIO_HID EXPORT_SYMBOL 0x11325475 hid_sensor_write_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x24a983ac hid_sensor_parse_common_attributes drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x2c59cfe7 hid_sensor_read_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x444edd8a hid_sensor_read_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x5a814efe hid_sensor_pm_ops drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x5cc2c526 hid_sensor_power_state drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x6c479ce9 hid_sensor_read_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x7f10345a hid_sensor_convert_timestamp drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x7f7621ec hid_sensor_format_scale drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x928c8601 hid_sensor_remove_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x9caac048 hid_sensor_write_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xaee14dcf hid_sensor_setup_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0xd38693af hid_sensor_write_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x098ac3f7 hid_sensor_get_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x124e129d hid_sensor_read_poll_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x19e57c3c hid_sensor_batch_mode_supported drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x683fe777 hid_sensor_set_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HMC5843 EXPORT_SYMBOL 0x45d044e6 hmc5843_pm_ops drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0x7435c3ca hmc5843_common_probe drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0xb251304d hmc5843_common_remove drivers/iio/magnetometer/hmc5843_core +IIO_HTS221 EXPORT_SYMBOL 0x8ef85666 hts221_probe drivers/iio/humidity/hts221 +IIO_HTS221 EXPORT_SYMBOL 0xbb13d811 hts221_pm_ops drivers/iio/humidity/hts221 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x4a335d08 inv_icm42600_regmap_config drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x88570083 inv_icm42600_core_probe drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x95939b54 inv_icm42600_pm_ops drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_KX022A EXPORT_SYMBOL_GPL 0x22892587 kx022a_regmap drivers/iio/accel/kionix-kx022a +IIO_KX022A EXPORT_SYMBOL_GPL 0x496f3bb6 kx022a_probe_internal drivers/iio/accel/kionix-kx022a +IIO_KXSD9 EXPORT_SYMBOL 0x424b7fb6 kxsd9_common_remove drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0x446d590c kxsd9_dev_pm_ops drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0xa0ee4d9a kxsd9_common_probe drivers/iio/accel/kxsd9 +IIO_LSM6DSX EXPORT_SYMBOL 0xad1bf0db st_lsm6dsx_probe drivers/iio/imu/st_lsm6dsx/st_lsm6dsx +IIO_LSM6DSX EXPORT_SYMBOL 0xfc8527f8 st_lsm6dsx_pm_ops drivers/iio/imu/st_lsm6dsx/st_lsm6dsx +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x045688dd ms_sensors_read_prom_word drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x13fb3c43 ms_sensors_show_battery_low drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x198e0626 ms_sensors_read_temp_and_pressure drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x2d2f5cd5 ms_sensors_reset drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x2d399cda ms_sensors_ht_read_humidity drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x42b6a050 ms_sensors_convert_and_read drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x51ef1c53 ms_sensors_ht_read_temperature drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x7948fb0f ms_sensors_write_resolution drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xa159265d ms_sensors_read_serial drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xb5f99766 ms_sensors_write_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xf18d063f ms_sensors_show_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xf9938d19 ms_sensors_tp_read_prom drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x0a3bd557 mma7455_core_remove drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x57812e69 mma7455_core_regmap drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x75bad32e mma7455_core_probe drivers/iio/accel/mma7455_core +IIO_MMA9551 EXPORT_SYMBOL 0x153f7298 mma9551_set_device_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x2c57b1da mma9551_gpio_config drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x33eb690d mma9551_read_accel_chan drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x41ef446c mma9551_read_accel_scale drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x47eb4597 mma9551_set_power_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x4a7d7dc8 mma9551_write_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x65ec246f mma9551_read_status_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x7a551bc3 mma9551_update_config_bits drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x7d329f74 mma9551_read_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x7d926f6c mma9551_read_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x816b6bf9 mma9551_app_reset drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x8d5f37d5 mma9551_read_version drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xa2d896ce mma9551_write_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xaa6d19a7 mma9551_read_status_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xb4182d02 mma9551_write_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xbcd7fe96 mma9551_sleep drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xe70405b8 mma9551_read_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xf0d70b85 mma9551_read_status_word drivers/iio/accel/mma9551_core +IIO_MPL115 EXPORT_SYMBOL 0xe53895b9 mpl115_dev_pm_ops drivers/iio/pressure/mpl115 +IIO_MPL115 EXPORT_SYMBOL_GPL 0x6e225dd5 mpl115_probe drivers/iio/pressure/mpl115 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0x9cab4431 inv_mpu_core_probe drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0xa0f30bef inv_mpu_pmops drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MS5611 EXPORT_SYMBOL 0x5770bb0e ms5611_probe drivers/iio/pressure/ms5611_core +IIO_RESCALE EXPORT_SYMBOL_GPL 0x57b0d6fe rescale_process_offset drivers/iio/afe/iio-rescale +IIO_RESCALE EXPORT_SYMBOL_GPL 0x9ced34c8 rescale_process_scale drivers/iio/afe/iio-rescale +IIO_RM3100 EXPORT_SYMBOL_GPL 0x0a1424e0 rm3100_volatile_table drivers/iio/magnetometer/rm3100-core +IIO_RM3100 EXPORT_SYMBOL_GPL 0x247420fc rm3100_common_probe drivers/iio/magnetometer/rm3100-core +IIO_RM3100 EXPORT_SYMBOL_GPL 0xaa911f08 rm3100_readable_table drivers/iio/magnetometer/rm3100-core +IIO_RM3100 EXPORT_SYMBOL_GPL 0xcc7209be rm3100_writable_table drivers/iio/magnetometer/rm3100-core +IIO_SCD30 EXPORT_SYMBOL 0x4ee47f2e scd30_probe drivers/iio/chemical/scd30_core +IIO_SCD30 EXPORT_SYMBOL 0xdc61a377 scd30_pm_ops drivers/iio/chemical/scd30_core +IIO_SPS30 EXPORT_SYMBOL_GPL 0x054f5ec8 sps30_probe drivers/iio/chemical/sps30 +IIO_SSP_SENSORS EXPORT_SYMBOL 0x1e89f006 ssp_common_process_data drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x338ee139 ssp_disable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x3c38c93e ssp_common_buffer_postdisable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x924585e2 ssp_register_consumer drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xb903bd32 ssp_get_sensor_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xe0688f59 ssp_common_buffer_postenable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0xe509a99a ssp_enable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xe9ed7efa ssp_change_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_ST_SENSORS EXPORT_SYMBOL 0x04573fce st_sensors_init_sensor drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x074d7047 st_sensors_trigger_handler drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x115d1802 st_sensors_set_dataready_irq drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x1422ce30 st_sensors_sysfs_sampling_frequency_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x21a1bb35 st_gyro_common_probe drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0x2a544961 st_sensors_get_settings_index drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x2d0a508d st_sensors_set_axis_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x3ecf5a4c st_magn_get_settings drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0x5c881401 st_sensors_spi_configure drivers/iio/common/st_sensors/st_sensors_spi +IIO_ST_SENSORS EXPORT_SYMBOL 0x7aadd39f st_sensors_set_odr drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x82b6e91f st_sensors_i2c_configure drivers/iio/common/st_sensors/st_sensors_i2c +IIO_ST_SENSORS EXPORT_SYMBOL 0x846f7b49 st_sensors_power_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x897c0362 st_press_common_probe drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0xa4d7281e st_magn_common_probe drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0xaf3b91ed st_gyro_get_settings drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0xb6015ee9 st_sensors_sysfs_scale_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xb78f695d st_sensors_verify_id drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xbd2f6911 st_accel_common_probe drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0xc49d5feb st_sensors_read_info_raw drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xd40f88ec st_sensors_debugfs_reg_access drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xd493001c st_sensors_set_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xe8e2d5d3 st_sensors_allocate_trigger drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xe9dbd477 st_press_get_settings drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0xeaff44af st_sensors_validate_device drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xefbffe39 st_accel_get_settings drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0xfbb67c3d st_sensors_set_fullscale_by_gain drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xfe66709a st_sensors_dev_name_probe drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL_GPL 0x28d9fe4a st_lsm9ds0_probe drivers/iio/imu/st_lsm9ds0/st_lsm9ds0 +IIO_UVIS25 EXPORT_SYMBOL 0x4dd1d58a st_uvis25_probe drivers/iio/light/st_uvis25_core +IIO_UVIS25 EXPORT_SYMBOL 0x53801a70 st_uvis25_pm_ops drivers/iio/light/st_uvis25_core +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x16d2985a zpa2326_isreg_writeable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x20d92690 zpa2326_remove drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x2d6b79d4 zpa2326_pm_ops drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x2fff8c9d zpa2326_isreg_readable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x98a039fa zpa2326_probe drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xeceed274 zpa2326_isreg_precious drivers/iio/pressure/zpa2326 +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0x0a48cef7 m10bmc_sys_read drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xb049dc72 m10bmc_dev_init drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xbb92681c m10bmc_sys_update_bits drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xc0041db0 m10bmc_dev_groups drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xcf5e5fe9 m10bmc_fw_state_set drivers/mfd/intel-m10-bmc-core +IOMMUFD EXPORT_SYMBOL_GPL 0x217200b1 iommufd_device_unbind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x29ebfa7e iommufd_access_create drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x418d80d7 iommufd_access_destroy drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x41fd10f1 iommufd_ctx_from_file drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x5975ab8c iommufd_ctx_put drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x89f5be99 iommufd_access_unpin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x9a9834e1 iommufd_device_detach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x9fae4d12 iommufd_access_rw drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xa72678d9 iommufd_access_attach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xaa84d5ab iommufd_device_bind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xd5941b06 iommufd_access_pin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xe769ad56 iommufd_ctx_get drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xf8c00d71 iommufd_device_attach drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x01f04dda iommufd_vfio_compat_ioas_create drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x108a37ec iommufd_vfio_compat_ioas_get_id drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x7b169107 iommufd_vfio_compat_set_no_iommu drivers/iommu/iommufd/iommufd +IWLWIFI EXPORT_SYMBOL_GPL 0x014fedab iwl_parse_eeprom_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x02bde57f iwl_acpi_get_mcc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x09ef7cf7 __iwl_crit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0adf2945 iwl_fw_dbg_error_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x13123c48 iwl_fw_runtime_resume drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1332e4de iwl_abort_notification_waits drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x19cc5aa6 iwl_fw_dbg_stop_sync drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1a39f1db __iwl_dbg drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1ab87139 iwl_fw_start_dbg_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1f9d9db0 iwl_set_soc_latency drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2393ebca iwl_phy_db_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x23969efb iwl_fw_dbg_collect_desc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x240e5f07 iwl_acpi_get_pwr_limit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2431382b iwl_sar_get_wgds_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x24337460 iwl_sar_get_ewrd_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x267732c5 iwl_write_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2710c362 iwl_dump_desc_assert drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x27ac0a20 iwl_force_nmi drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x291cf6ca __iwl_warn drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2ad4da9b iwl_finish_nic_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x35033c81 iwl_phy_db_free drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x353d2ddc iwl_uefi_get_step_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x362a4934 iwl_acpi_get_ppag_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x37956b72 rs_pretty_print_rate drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x41928625 __iwl_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x429234e4 iwl_write32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x47c088d9 iwl_cmd_groups_verify_sorted drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x49e0135d iwl_new_rate_from_v1 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x52255d28 iwl_sar_geo_support drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x553ee333 iwl_fw_dbg_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x58d0ec3c iwl_acpi_get_lari_config_bitmap drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x593a9b1d iwl_fw_runtime_suspend drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5988395c iwl_notification_wait_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5a07bbbd iwl_read_external_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5c52e109 iwl_opmode_deregister drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x618c27d9 iwl_trans_send_cmd drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x62110233 iwl_acpi_get_eckv drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x64a9740e _iwl_dbg_tlv_time_point drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x677e8902 iwl_set_bits_mask_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6f19a8a0 iwl_write_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x76d43786 iwl_fw_dbg_read_d3_debug_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x776221bf iwl_send_phy_db_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x78971d7e iwl_he_is_sgi drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x79085044 iwl_acpi_is_ppag_approved drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x79f17054 iwl_uefi_get_sgom_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x80b54871 iwl_parse_mei_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x82809d6f iwl_set_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x828c6838 iwlwifi_mod_params drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x83d6323e iwl_read_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x84bb50e1 iwl_rs_pretty_ant drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x862d80fb iwl_write_direct64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x86f81571 iwl_get_shared_mem_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x874c77de iwl_fw_rate_idx_to_plcp drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x899181e0 iwl_parse_nvm_mcc_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8afc650f iwl_write8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8b4ecfc9 iwl_poll_direct_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8c948e25 iwl_drv_get_fwname_pre drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8d87dce9 iwl_opmode_register drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8de518bc iwl_clear_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9038811a iwl_rfi_guid drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x951a93a3 iwl_free_fw_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9560b6ee iwl_write_prph64_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x966d6fd5 iwl_read_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x96d65e1e iwl_configure_rxq drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x97212c60 iwl_fwrt_dump_error_logs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9740a7fc iwl_sar_select_profile drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9f15cb33 iwl_dbg_tlv_del_timers drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa5bd0e0b iwl_init_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa6ba1cc6 iwl_poll_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xaba61cbf iwl_write64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xabd37f0f iwl_get_cmd_string drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xaf70ad11 iwl_read_ppag_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb37b318c iwl_rs_pretty_bw drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb7d5ffb1 iwl_rate_mcs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbafc8994 iwl_wait_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbec79265 iwl_acpi_get_dsm_u32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc468464a iwl_fw_dbg_collect_trig drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc5976503 iwl_sar_geo_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc656dbca iwl_acpi_get_phy_filters drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc8359694 iwl_get_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xce0c6460 iwl_phy_db_set_section drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd1a06baf iwl_sar_get_wrds_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd21a1efd iwl_read32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd2753121 iwl_parse_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd88c1980 iwl_acpi_get_dsm_u8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xdce64c8d __iwl_err drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xde4ebd44 iwl_fw_dbg_stop_restart_recording drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe0eb5838 iwl_init_notification_wait drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe68d48c8 iwl_read_eeprom drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe75b7e77 iwl_notification_wait drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe7e8c559 iwl_write_prph_delay drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xea1b26fc iwl_nvm_fixups drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xeb1ec5ec iwl_pnvm_load drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf5170432 iwl_acpi_get_tas drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf6c14d56 iwl_fw_runtime_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf88964e4 iwl_remove_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfc1e6f41 iwl_guid drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfde7d5a0 iwl_read_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +LTC2497 EXPORT_SYMBOL 0x2216d31e ltc2497core_probe drivers/iio/adc/ltc2497-core +LTC2497 EXPORT_SYMBOL 0xf848102e ltc2497core_remove drivers/iio/adc/ltc2497-core +MCB EXPORT_SYMBOL_GPL 0x004077a6 mcb_free_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x0624aca5 __mcb_register_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x069fb793 chameleon_parse_cells drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x1c130613 mcb_bus_put drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x3ccb95f6 mcb_alloc_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x9d27eb1e mcb_unregister_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xcd4c0ed0 mcb_bus_add_devices drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xd08f7a2d mcb_get_resource drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xd83d152d mcb_request_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xddc2a3a3 mcb_get_irq drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xde9f04ee mcb_alloc_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xdebd88d3 mcb_release_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xeb2c8905 mcb_release_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xed0efccf mcb_bus_get drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xfc993a20 mcb_device_register drivers/mcb/mcb +MFD_OCELOT EXPORT_SYMBOL 0x0b68ae89 ocelot_core_init drivers/mfd/ocelot-soc +MFD_OCELOT EXPORT_SYMBOL 0x243ba892 ocelot_chip_reset drivers/mfd/ocelot-soc +MFD_OCELOT_SPI EXPORT_SYMBOL 0x00b7e2ac ocelot_spi_init_regmap drivers/mfd/ocelot-soc +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x1e95d37d nvme_ctrl_from_file drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x57e874a9 nvme_passthru_end drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x9d25f91f nvme_find_get_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xa5abaa76 nvme_execute_rq drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xb802fd0b nvme_command_effects drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xd4083723 nvme_passthru_start drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xedb38891 nvme_put_ns drivers/nvme/host/nvme-core +PECI EXPORT_SYMBOL_GPL 0x0dfae0ff peci_xfer_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x0f3f5d8b peci_request_data_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x102a7478 peci_xfer_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x1782ab9c peci_xfer_pkg_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x26274583 peci_xfer_ep_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x27b99278 peci_xfer_ep_pci_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x2ac66d86 peci_xfer_get_temp drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x2c6be1b7 peci_request_data_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x3110f898 peci_xfer_ep_mmio32_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x3b3351c4 peci_xfer_pkg_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x44ab530f peci_request_data_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x4b9c0ad9 peci_xfer_ep_mmio64_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x53073f57 devm_peci_controller_add drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x5bc50f9a peci_request_free drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x652606de peci_xfer_ep_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x695222c0 __peci_driver_register drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x74085858 peci_xfer_pkg_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x94a40451 peci_driver_unregister drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xa9d0d6f9 peci_xfer_get_dib drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xaa3fa330 peci_request_alloc drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xab707e11 peci_xfer_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xba3cbb35 peci_xfer_ep_pci_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xd3f1f448 peci_request_dib_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xdf309629 peci_request_status drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xe5cbe817 peci_request_temp_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xefd85896 peci_xfer_pkg_cfg_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xf7d84348 peci_request_data_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xf8a32f93 peci_xfer_ep_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xf93df868 peci_xfer_ep_pci_cfg_readw drivers/peci/peci +PECI_CPU EXPORT_SYMBOL_GPL 0x1680fec9 peci_mmio_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x2c8d5d41 peci_temp_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x65b4ca64 peci_pcs_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xde3f59a5 peci_ep_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xeaca0bee peci_pci_local_read drivers/peci/peci-cpu +PMBUS EXPORT_SYMBOL_GPL 0x00541e15 pmbus_clear_faults drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x1039f3a7 pmbus_update_fan drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x1d953af1 pmbus_get_debugfs_dir drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x2a95f2cd pmbus_write_byte drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x32ab2254 pmbus_check_byte_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x363f6d3d pmbus_read_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x38089d9d pmbus_read_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x435086c4 pmbus_write_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x57a7de6f pmbus_check_word_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x692c2b1d pmbus_clear_cache drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x6a2f3f51 pmbus_set_update drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x6c9bb090 pmbus_do_probe drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x79ddacac pmbus_get_driver_info drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xa2b230cf pmbus_lock_interruptible drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xa8a61bd8 pmbus_write_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xacd9e15c pmbus_get_fan_rate_cached drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xb484c61c pmbus_unlock drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xb5592116 pmbus_regulator_ops drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xbcd9f4bb pmbus_set_page drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xc11c7c31 pmbus_get_fan_rate_device drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xfdd165f3 pmbus_update_byte_data drivers/hwmon/pmbus/pmbus_core +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x273c7bd0 sx_common_read_proximity drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x63deb7bf sx_common_write_event_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xa103ce02 sx_common_events drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xb093f77a sx_common_get_raw_register_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xd8361d4a sx_common_probe drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xf8a1231c sx_common_read_event_config drivers/iio/proximity/sx_common +SERIAL_8250_PCI EXPORT_SYMBOL_GPL 0xbabd1f9b serial8250_pci_setup_port vmlinux +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x2b707546 hda_cs_dsp_fw_ids sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x4a69a951 hda_cs_dsp_read_ctl sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x5745231f hda_cs_dsp_add_controls sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x7dfb83c2 hda_cs_dsp_write_ctl sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0xa76e8377 hda_cs_dsp_control_remove sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0x40b7efe2 cs35l41_hda_pm_ops sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0x6604a96d cs35l41_hda_remove sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0x6635d48a cs35l41_hda_probe sound/pci/hda/snd-hda-scodec-cs35l41 +SND_INTEL_SOUNDWIRE_ACPI EXPORT_SYMBOL 0xbb4f9d1f sdw_intel_acpi_scan sound/hda/snd-intel-sdw-acpi +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x3431c8ad cs35l45_get_clk_freq_id sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x3b23f4f3 cs35l45_pm_ops sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x57d9f4d9 cs35l45_apply_patch sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x93cf4772 cs35l45_remove sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x974213f3 cs35l45_spi_regmap sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xd47ad2bf cs35l45_i2c_regmap sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xfacd67cf cs35l45_probe sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x05482545 cs35l56_irq sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x26bd7065 cs35l56_pm_ops_i2c_spi sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x3f4ffafb cs35l56_init sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x4796e80a cs35l56_runtime_resume_common sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0xb5c64989 cs35l56_remove sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0xef7a523b cs35l56_irq_request sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0xf67dd8ca cs35l56_runtime_suspend sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0xfa4691fa cs35l56_common_probe sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x05c2529e cs35l56_tx_input_values sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x09b6dd32 cs35l56_regmap_spi sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x312c0e0f cs35l56_dsp1_regions sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x64e759e4 cs35l56_tx_input_texts sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x88762c92 cs35l56_get_bclk_freq_id sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xbfe3dbed cs35l56_regmap_i2c sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xc6d8e941 cs35l56_regmap_sdw sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xcd5438ad cs35l56_fill_supply_names sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xf06b47b1 cs35l56_reread_firmware_registers sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x080ef653 cs42l42_init sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x08b20fb7 cs42l42_resume_restore sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x0c342055 cs42l42_mute_stream sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x18995808 cs42l42_soc_component sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x1bb6fbd2 cs42l42_volatile_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x1c0f02a1 cs42l42_dai sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x27fb1eeb cs42l42_common_probe sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x5a134037 cs42l42_resume sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x62385d18 cs42l42_regmap sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x7237deab cs42l42_suspend sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x8395862b cs42l42_common_remove sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xa1b33da3 cs42l42_readable_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xae4be5c4 cs42l42_irq_thread sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xc053efa9 cs42l42_page_range sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xd65e9b3b cs42l42_pll_config sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xdd8369f4 cs42l42_src_config sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_SOF_XTENSA EXPORT_SYMBOL 0x8ce78076 sof_xtensa_arch_ops sound/soc/sof/xtensa/snd-sof-xtensa-dsp +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x09351149 tasdevice_prmg_calibdata_load sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x1a949c7c tasdevice_select_cfg_blk sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x1ab9b7d9 tasdevice_select_tuningprm_cfg sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x23c94cc6 tasdevice_tuning_switch sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x2c2d92de tasdevice_config_info_remove sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x40ec23ee tasdevice_calbin_remove sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x957998f4 tas2781_load_calibration sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0xa7d17083 tasdevice_rca_parser sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0xfa72134b tasdevice_dsp_parser sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0xfe3a6722 tasdevice_prmg_load sound/soc/codecs/snd-soc-tas2781-fmwlib +SOUNDWIRE_INTEL EXPORT_SYMBOL 0x0568af58 sdw_intel_cnl_hw_ops drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL EXPORT_SYMBOL 0x96905b9e sdw_intel_lnl_hw_ops drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x0cdb869f sdw_intel_startup drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x20ef7ffe sdw_intel_probe drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0xaa52eba1 sdw_intel_thread drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0xcb5d849b sdw_intel_process_wakeen_event drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0xe764b98f sdw_intel_exit drivers/soundwire/soundwire-intel +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x292b6afb dw_spi_dma_setup_mfld drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x2b869349 dw_spi_suspend_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x317f99a4 dw_spi_check_status drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x43a0e181 dw_spi_set_cs drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x98c249b2 dw_spi_dma_setup_generic drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xb77d47d3 dw_spi_update_config drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xdc6694ef dw_spi_add_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xf80907bf dw_spi_resume_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xfd1b5cd0 dw_spi_remove_host drivers/spi/spi-dw +SUNXI_CCU EXPORT_SYMBOL_GPL 0x079708d7 ccu_gate_helper_enable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x0a9707d3 ccu_mux_helper_get_parent vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x0c64ee0e ccu_sdm_helper_enable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x14438263 ccu_frac_helper_read_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x1f23b840 ccu_nkmp_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x2c395858 devm_sunxi_ccu_probe vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x37608db0 ccu_pll_notifier_register vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x3e362444 ccu_frac_helper_is_enabled vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x45837646 ccu_sdm_helper_is_enabled vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x50165be0 ccu_mux_notifier_register vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x517768aa ccu_sdm_helper_disable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x5cddbcc6 ccu_nm_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x61abda39 ccu_mux_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x633a6959 ccu_helper_wait_for_lock vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x6668446b ccu_phase_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x7279ee3e ccu_mult_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x831d58e6 ccu_gate_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x844f1c47 ccu_mux_helper_set_parent vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x8a845fdb ccu_nk_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x8bdea961 ccu_nkm_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x8e63463a ccu_frac_helper_has_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x923edf17 ccu_sdm_helper_read_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x976fa968 ccu_mp_mmc_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x98224ec7 ccu_reset_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xad1062ab ccu_gate_helper_disable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xba365240 ccu_sdm_helper_get_factors vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xbdb5d83e ccu_mux_helper_determine_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xc4608f36 ccu_mux_helper_apply_prediv vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xce9edc4f ccu_frac_helper_disable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xd050ca65 ccu_sdm_helper_has_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xd27db71e ccu_mp_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xe49056d8 ccu_div_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xe70cc090 ccu_frac_helper_enable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xeb47a9b9 ccu_frac_helper_set_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xf66eb443 ccu_gate_helper_is_enabled vmlinux +TEST_FIRMWARE EXPORT_SYMBOL_GPL 0x3dce036c firmware_request_builtin vmlinux +USB_STORAGE EXPORT_SYMBOL_GPL 0x03da9ffc usb_stor_ctrl_transfer drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x07b83ec8 fill_inquiry_response drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x1bc3edc2 usb_stor_sense_invalidCDB drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x22dd11e0 usb_stor_probe1 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x4741d65a usb_stor_clear_halt drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x660cc009 usb_stor_pre_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x6ea05aec usb_stor_disconnect drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x704aa31f usb_stor_Bulk_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x7566ffe5 usb_stor_reset_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x85f81559 usb_stor_access_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x89ad1bdb usb_stor_CB_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x9f0ca5ef usb_stor_CB_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xa299e1d1 usb_stor_transparent_scsi_command drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xa6e8c53a usb_stor_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xb5b44912 usb_stor_bulk_transfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xc27ccb4e usb_stor_adjust_quirks drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xc46495fd usb_stor_set_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xcab85f06 usb_stor_bulk_srb drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xcc5c3283 usb_stor_host_template_init drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xd0b95c23 usb_stor_control_msg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xd38514c2 usb_stor_post_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xde96de73 usb_stor_suspend drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xe5ee062a usb_stor_probe2 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xec1022a2 usb_stor_bulk_transfer_sg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xfe0809b2 usb_stor_Bulk_transport drivers/usb/storage/usb-storage --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency-hwe-6.5/abi/arm64/lowlatency-64k.compiler +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency-hwe-6.5/abi/arm64/lowlatency-64k.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0 --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency-hwe-6.5/abi/arm64/lowlatency-64k.modules +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency-hwe-6.5/abi/arm64/lowlatency-64k.modules @@ -0,0 +1,7561 @@ +3c59x +3w-9xxx +3w-sas +3w-xxxx +6lowpan +6pack +8021q +8139cp +8139too +8250_dfl +8250_exar +8250_men_mcb +8250_pci1xxxx +8250_pericom +8255 +8255_pci +8390 +842 +842_compress +842_decompress +88pg86x +88pm800 +88pm800-regulator +88pm805 +88pm80x +88pm80x_onkey +88pm8607 +88pm860x-ts +88pm860x_battery +88pm860x_bl +88pm860x_charger +88pm860x_onkey +9p +9pnet +9pnet_fd +9pnet_rdma +9pnet_virtio +9pnet_xen +BusLogic +a1-peripherals +a1-pll +a100u2w +a3d +a53-pll +a7-pll +a8293 +aacraid +aat2870-regulator +aat2870_bl +abp060mg +ac97_bus +acard-ahci +acbel-fsg032 +acecad +acenic +acp_audio_dma +acpi-als +acpi_configfs +acpi_ipmi +acpi_power_meter +acpi_tad +acpiphp_ibm +act8865-regulator +act8945a +act8945a-regulator +act8945a_charger +act_bpf +act_connmark +act_csum +act_ct +act_ctinfo +act_gact +act_gate +act_ipt +act_mirred +act_mpls +act_nat +act_pedit +act_police +act_sample +act_simple +act_skbedit +act_skbmod +act_tunnel_key +act_vlan +ad2s1200 +ad2s1210 +ad2s90 +ad3552r +ad4130 +ad5064 +ad5110 +ad525x_dpot +ad525x_dpot-i2c +ad525x_dpot-spi +ad5272 +ad5360 +ad5380 +ad5398 +ad5421 +ad5446 +ad5449 +ad5504 +ad5592r +ad5592r-base +ad5593r +ad5624r_spi +ad5686 +ad5686-spi +ad5696-i2c +ad5755 +ad5758 +ad5761 +ad5764 +ad5766 +ad5770r +ad5791 +ad5820 +ad5933 +ad7091r-base +ad7091r5 +ad7124 +ad714x +ad714x-i2c +ad714x-spi +ad7150 +ad7192 +ad7266 +ad7280a +ad7291 +ad7292 +ad7293 +ad7298 +ad7303 +ad7314 +ad74115 +ad7414 +ad7418 +ad74413r +ad7476 +ad7606 +ad7606_par +ad7606_spi +ad7746 +ad7766 +ad7768-1 +ad7780 +ad7791 +ad7793 +ad7816 +ad7877 +ad7879 +ad7879-i2c +ad7879-spi +ad7887 +ad7923 +ad7949 +ad799x +ad8366 +ad8801 +ad9467 +ad9523 +ad9832 +ad9834 +ad_sigma_delta +ada4250 +adc-joystick +adc-keys +adc128d818 +adcxx +addi_apci_1032 +addi_apci_1500 +addi_apci_1516 +addi_apci_1564 +addi_apci_16xx +addi_apci_2032 +addi_apci_2200 +addi_apci_3120 +addi_apci_3501 +addi_apci_3xxx +addi_watchdog +adf4350 +adf4371 +adf4377 +adf7242 +adfs +adi +adi-axi-adc +adiantum +adin +adin1100 +adin1110 +adis16080 +adis16130 +adis16136 +adis16201 +adis16203 +adis16209 +adis16240 +adis16260 +adis16400 +adis16460 +adis16475 +adis16480 +adis_lib +adjd_s311 +adl_pci6208 +adl_pci7x3x +adl_pci8164 +adl_pci9111 +adl_pci9118 +adm1025 +adm1026 +adm1029 +adm1031 +adm1177 +adm1266 +adm1275 +adm8211 +adm9240 +admv1013 +admv1014 +admv4420 +admv8818 +adp1653 +adp5061 +adp5520-keys +adp5520_bl +adp5588-keys +adp5589-keys +adp8860_bl +adp8870_bl +adq12b +adrf6780 +ads7828 +ads7846 +ads7871 +adt7310 +adt7316 +adt7316-i2c +adt7316-spi +adt7410 +adt7411 +adt7462 +adt7470 +adt7475 +adt7x10 +adummy +adutux +adux1020 +adv7170 +adv7175 +adv7180 +adv7183 +adv7343 +adv7393 +adv748x +adv7511 +adv7604 +adv7842 +adv_pci1710 +adv_pci1720 +adv_pci1723 +adv_pci1724 +adv_pci1760 +adv_pci_dio +advansys +adxl313_core +adxl313_i2c +adxl313_spi +adxl34x +adxl34x-i2c +adxl34x-spi +adxl355_core +adxl355_i2c +adxl355_spi +adxl367 +adxl367_i2c +adxl367_spi +adxl372 +adxl372_i2c +adxl372_spi +adxrs290 +adxrs450 +aegis128 +aes-arm64 +aes-ce-blk +aes-ce-ccm +aes-ce-cipher +aes-neon-blk +aes-neon-bs +aes_ti +af9013 +af9033 +af_alg +af_key +af_packet_diag +afe4403 +afe4404 +affs +afs +ah4 +ah6 +ahci +ahci_ceva +ahci_dwc +ahci_mtk +ahci_mvebu +ahci_platform +ahci_qoriq +ahci_seattle +ahci_tegra +ahci_xgene +aht10 +aic79xx +aic7xxx +aic94xx +aio_aio12_8 +aio_iiro_16 +aiptek +aircable +airo +airspy +ak7375 +ak881x +ak8974 +ak8975 +al3010 +al3320a +alcor +alcor_pci +algif_aead +algif_hash +algif_rng +algif_skcipher +alibaba_uncore_drw_pmu +alim7101_wdt +allegro +altera-ci +altera-cvp +altera-fpga2sdram +altera-freeze-bridge +altera-hps2fpga +altera-msgdma +altera-pr-ip-core +altera-pr-ip-core-plat +altera-ps-spi +altera-stapl +altera_jtaguart +altera_ps2 +altera_tse +altera_uart +alx +am2315 +am53c974 +am65-cpts +amba-clcd +amba-pl010 +ambakmi +amc6821 +amd +amd-xgbe +amd5536udc_pci +amd8111e +amdgpu +amdxcp +amlogic-gxl-crypto +amlogic_thermal +amphion-vpu +amplc_dio200 +amplc_dio200_common +amplc_dio200_pci +amplc_pc236 +amplc_pc236_common +amplc_pc263 +amplc_pci224 +amplc_pci230 +amplc_pci236 +amplc_pci263 +ams-iaq-core +ams369fg06 +amt +analog +analogix-anx6345 +analogix-anx78xx +analogix_dp +anatop-regulator +ansi_cprng +anx7411 +anx7625 +anybuss_core +ao-cec +ao-cec-g12a +aoe +apbps2 +apcs-msm8916 +apcs-msm8996 +apds9300 +apds9802als +apds990x +apds9960 +apple-admac +apple-dart +apple-mailbox +apple-mfi-fastcharge +apple-rtkit +apple-sart +apple-soc-cpufreq +apple_wdt +appledisplay +appletalk +appletouch +applicom +apr +apss-ipq-pll +apss-ipq6018 +aptina-pll +aqc111 +aquacomputer_d5next +aquantia +ar0521 +ar1021_i2c +ar5523 +ar7part +ar9331 +arasan-nand-controller +arc-rawmode +arc-rimi +arc_emac +arc_ps2 +arc_uart +arcmsr +arcnet +arcpgu +arcx-anybus +arcxcnn_bl +aria_generic +arizona +arizona-haptics +arizona-i2c +arizona-ldo1 +arizona-micsupp +arizona-spi +ark3116 +arkfb +arm-cmn +arm_cspmu_module +arm_dmc620_pmu +arm_dsu_pmu +arm_mhu +arm_mhu_db +arm_mhuv2 +arm_scmi_powercap +arm_scpi +arm_smc_wdt +arm_smccc_trng +arm_smmuv3_pmu +arm_spe_pmu +armada-37xx-cpufreq +armada-37xx-rwtm-mailbox +armada-8k-cpufreq +armada_37xx_wdt +arp_tables +arpt_mangle +arptable_filter +as102_fe +as370-hwmon +as3711-regulator +as3711_bl +as3722-regulator +as3935 +as5011 +as73211 +asc7621 +ascot2e +asix +ast +async_memcpy +async_pq +async_raid6_recov +async_tx +async_xor +at24 +at25 +at76c50x-usb +at803x +at86rf230 +ata_generic +ata_piix +atbm8830 +atc260x-core +atc260x-i2c +atc260x-onkey +atc260x-poweroff +atc260x-regulator +aten +ath +ath10k_core +ath10k_pci +ath10k_sdio +ath10k_snoc +ath10k_usb +ath11k +ath11k_ahb +ath11k_pci +ath12k +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ath9k_pci_owl_loader +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atlantic +atlas-ezo-sensor +atlas-sensor +atm +atmel +atmel-ecc +atmel-flexcom +atmel-hlcdc +atmel-i2c +atmel-sha204a +atmel_captouch +atmel_mxt_ts +atmel_pci +atmtcp +atp870u +atusb +atxp1 +aty128fb +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +auo-pixcir-ts +auth_rpcgss +authenc +authencesn +autofs4 +auxadc_thermal +avmfritz +ax25 +ax88179_178a +ax88796b +ax88796c +axg-audio +axi-fan-control +axis-fifo +axp20x +axp20x-i2c +axp20x-pek +axp20x-regulator +axp20x-rsb +axp20x_ac_power +axp20x_adc +axp20x_battery +axp20x_usb_power +axp288_adc +b2c2-flexcop +b2c2-flexcop-pci +b2c2-flexcop-usb +b43 +b43legacy +b44 +b53_common +b53_mdio +b53_mmap +b53_serdes +b53_spi +b53_srab +ba431-rng +bam_dma +bareudp +batman-adv +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bcache +bch +bcm-keypad +bcm-phy-lib +bcm-phy-ptp +bcm-sba-raid +bcm-sf2 +bcm203x +bcm3510 +bcm54140 +bcm590xx +bcm590xx-regulator +bcm5974 +bcm63138_nand +bcm6368_nand +bcm7xxx +bcm87xx +bcm_vk +bcma +bcma-hcd +bcmsysport +bd6107 +bd71815-regulator +bd71828-regulator +bd718x7-regulator +bd9571mwv +bd9571mwv-regulator +bd9576-regulator +bd9576_wdt +bd99954-charger +bdc +be2iscsi +be2net +befs +bel-pfe +belkin_sa +berlin2-adc +bfa +bfq +bfs +bfusb +bh1750 +bh1770glc +bh1780 +binder_linux +binfmt_misc +blake2b_generic +block2mtd +blocklayoutdriver +blowfish_common +blowfish_generic +bluefield_edac +bluetooth +bluetooth_6lowpan +bma150 +bma220_spi +bma400_core +bma400_i2c +bma400_spi +bman-test +bmc150-accel-core +bmc150-accel-i2c +bmc150-accel-spi +bmc150_magn +bmc150_magn_i2c +bmc150_magn_spi +bme680_core +bme680_i2c +bme680_spi +bmg160_core +bmg160_i2c +bmg160_spi +bmi088-accel-core +bmi088-accel-spi +bmi160_core +bmi160_i2c +bmi160_spi +bmp280 +bmp280-i2c +bmp280-spi +bna +bnep +bno055 +bno055_i2c +bno055_ser +bnx2 +bnx2fc +bnx2i +bnx2x +bnxt_en +bnxt_re +bochs +bonding +bpa-rs600 +bpa10x +bpck +bpck6 +bpfilter +bpqether +bq2415x_charger +bq24190_charger +bq24257_charger +bq24735-charger +bq2515x_charger +bq256xx_charger +bq25890_charger +bq25980_charger +bq27xxx_battery +bq27xxx_battery_hdq +bq27xxx_battery_i2c +br2684 +br_netfilter +brcmfmac +brcmfmac-bca +brcmfmac-cyw +brcmfmac-wcc +brcmnand +brcmsmac +brcmstb_nand +brcmutil +brd +bridge +broadcom +bsd_comp +bt819 +bt856 +bt866 +bt878 +btbcm +btcoexist +btintel +btmrvl +btmrvl_sdio +btmtk +btmtksdio +btmtkuart +btnxpuart +btqca +btqcomsmd +btrfs +btrsi +btrtl +btsdio +bttv +btusb +bu21013_ts +bu21029_ts +budget +budget-av +budget-ci +budget-core +budget-patch +bxcan +c67x00 +c6xdigio +c_can +c_can_pci +c_can_platform +ca8210 +caam +caam_jr +caamalg_desc +caamhash_desc +cachefiles +cadence-nand-controller +cadence_wdt +cafe_ccic +cafe_nand +caif +caif_serial +caif_socket +caif_usb +caif_virtio +camcc-sc7180 +camcc-sc7280 +camcc-sdm845 +camcc-sm6350 +camcc-sm8250 +camcc-sm8450 +camellia_generic +can +can-bcm +can-dev +can-gw +can-isotp +can-j1939 +can-raw +can327 +cap11xx +capmode +capsule-loader +carl9170 +carminefb +cassini +cast5_generic +cast6_generic +cast_common +catc +cavium-rng +cavium-rng-vf +cavium_ptp +cb710 +cb710-mmc +cb_pcidas +cb_pcidas64 +cb_pcidda +cb_pcimdas +cb_pcimdda +cc10001_adc +cc2520 +cc770 +cc770_isa +cc770_platform +ccm +ccp +ccp-crypto +ccree +ccs +ccs-pll +ccs811 +cctrng +cdc-acm +cdc-phonet +cdc-wdm +cdc_eem +cdc_ether +cdc_mbim +cdc_ncm +cdc_subset +cdns-csi2rx +cdns-csi2tx +cdns-dphy +cdns-dphy-rx +cdns-dsi +cdns-mhdp8546 +cdns-pltfrm +cdns-usb-common +cdns2-udc-pci +cdns3 +cdns3-imx +cdns3-pci-wrap +cdns3-ti +cdnsp-udc-pci +cdx-controller +cec +cec-gpio +ceph +cfb +cfg80211 +cfi_cmdset_0001 +cfi_cmdset_0002 +cfi_cmdset_0020 +cfi_probe +cfi_util +ch +ch341 +ch7006 +ch7322 +ch9200 +ch_ipsec +ch_ktls +chacha-neon +chacha20poly1305 +chacha_generic +chaoskey +charlcd +chcr +chipone-icn6211 +chipone_icn8318 +chipone_icn8505 +chipreg +chnl_net +chromeos_acpi +chromeos_privacy_screen +chromeos_tbmc +chrontel-ch7033 +chv3-i2s +ci_hdrc +ci_hdrc_imx +ci_hdrc_msm +ci_hdrc_pci +ci_hdrc_tegra +ci_hdrc_usb2 +cicada +cifs +cifs_arc4 +cifs_md4 +cirrus +cirrusfb +clip +clk-apple-nco +clk-axi-clkgen +clk-bd718x7 +clk-cbf-8996 +clk-cdce706 +clk-cdce925 +clk-cpu-8996 +clk-cs2000-cp +clk-fsl-flexspi +clk-hi3519 +clk-hi655x +clk-imx8ulp +clk-imx93 +clk-lmk04832 +clk-lochnagar +clk-max77686 +clk-max9485 +clk-mt6795-apmixedsys +clk-mt6795-infracfg +clk-mt6795-mfg +clk-mt6795-mm +clk-mt6795-pericfg +clk-mt6795-topckgen +clk-mt6795-vdecsys +clk-mt6795-vencsys +clk-mt7981-eth +clk-mt8173-img +clk-mt8173-vdecsys +clk-mt8173-vencsys +clk-mt8186-cam +clk-mt8186-img +clk-mt8186-imp_iic_wrap +clk-mt8186-ipe +clk-mt8186-mcu +clk-mt8186-mdp +clk-mt8186-mfg +clk-mt8186-mm +clk-mt8186-vdec +clk-mt8186-venc +clk-mt8186-wpe +clk-mt8188-adsp_audio26m +clk-mt8188-apmixedsys +clk-mt8188-cam +clk-mt8188-ccu +clk-mt8188-img +clk-mt8188-imp_iic_wrap +clk-mt8188-infra_ao +clk-mt8188-ipe +clk-mt8188-mfg +clk-mt8188-peri_ao +clk-mt8188-topckgen +clk-mt8188-vdec +clk-mt8188-vdo0 +clk-mt8188-vdo1 +clk-mt8188-venc +clk-mt8188-vpp0 +clk-mt8188-vpp1 +clk-mt8188-wpe +clk-mt8195-apusys_pll +clk-mt8195-cam +clk-mt8195-ccu +clk-mt8195-img +clk-mt8195-imp_iic_wrap +clk-mt8195-ipe +clk-mt8195-mfg +clk-mt8195-scp_adsp +clk-mt8195-vdec +clk-mt8195-vdo0 +clk-mt8195-vdo1 +clk-mt8195-venc +clk-mt8195-vpp0 +clk-mt8195-vpp1 +clk-mt8195-wpe +clk-mt8365 +clk-mt8365-apmixedsys +clk-mt8365-apu +clk-mt8365-cam +clk-mt8365-mfg +clk-mt8365-mm +clk-mt8365-vdec +clk-mt8365-venc +clk-palmas +clk-phase +clk-plldig +clk-pwm +clk-qcom +clk-renesas-pcie +clk-rk808 +clk-rpm +clk-rpmh +clk-s2mps11 +clk-scpi +clk-si514 +clk-si521xx +clk-si5341 +clk-si5351 +clk-si544 +clk-si570 +clk-smd-rpm +clk-spmi-pmic-div +clk-sprd +clk-twl6040 +clk-versaclock5 +clk-versaclock7 +clk-wm831x +clk-xlnx-clock-wizard +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_flower +cls_fw +cls_matchall +cls_route +cls_u32 +cm109 +cm32181 +cm3232 +cm3323 +cm3605 +cm36651 +cma3000_d0x +cma3000_d0x_i2c +cmac +cmdlinepart +cmtp +cn10k-rng +cnic +cobra +coda +coda-vpu +colibri-vf50-ts +com20020 +com20020-pci +com90io +com90xx +comedi +comedi_8254 +comedi_8255 +comedi_bond +comedi_example_test +comedi_parport +comedi_pci +comedi_test +comedi_usb +comm +contec_pci_dio +cordic +core +corsair-cpro +corsair-psu +cortina +counter +cp210x +cpcap-adc +cpcap-battery +cpcap-charger +cpcap-pwrbutton +cpcap-regulator +cppc_cpufreq +cpr +cptpf +cptvf +cqhci +cramfs +crc-itu-t +crc32_generic +crc4 +crc7 +crct10dif-ce +crg-hi3516cv300 +crg-hi3798cv200 +cros-ec-anx7688 +cros-ec-cec +cros-ec-regulator +cros-ec-sensorhub +cros-ec-typec +cros_ec +cros_ec_accel_legacy +cros_ec_baro +cros_ec_chardev +cros_ec_debugfs +cros_ec_dev +cros_ec_i2c +cros_ec_keyb +cros_ec_lid_angle +cros_ec_light_prox +cros_ec_lightbar +cros_ec_mkbp_proximity +cros_ec_rpmsg +cros_ec_sensors +cros_ec_sensors_core +cros_ec_spi +cros_ec_sysfs +cros_ec_uart +cros_ec_vbc +cros_hps_i2c +cros_kbd_led_backlight +cros_peripheral_charger +cros_typec_switch +cros_usbpd-charger +cros_usbpd_logger +cros_usbpd_notify +cryptd +crypto_engine +crypto_safexcel +crypto_user +cs3308 +cs5345 +cs53l32a +cs_dsp +csiostor +ctucanfd +ctucanfd_pci +ctucanfd_platform +curve25519-generic +cuse +cw1200_core +cw1200_wlan_sdio +cw1200_wlan_spi +cw2015_battery +cx18 +cx18-alsa +cx22700 +cx22702 +cx231xx +cx231xx-alsa +cx231xx-dvb +cx2341x +cx23885 +cx24110 +cx24113 +cx24116 +cx24117 +cx24120 +cx24123 +cx25821 +cx25821-alsa +cx25840 +cx82310_eth +cx88-alsa +cx88-blackbird +cx88-dvb +cx88-vp3054-i2c +cx8800 +cx8802 +cx88xx +cxacru +cxd2099 +cxd2820r +cxd2841er +cxd2880 +cxd2880-spi +cxgb +cxgb3 +cxgb3i +cxgb4 +cxgb4i +cxgb4vf +cxgbit +cxl_acpi +cxl_core +cxl_mem +cxl_pci +cxl_pmem +cxl_pmu +cxl_port +cy8ctma140 +cy8ctmg110_ts +cyapatp +cyber2000fb +cyberjack +cypress-sf +cypress_cy7c63 +cypress_firmware +cypress_m8 +cytherm +cyttsp4_core +cyttsp4_i2c +cyttsp4_spi +cyttsp5 +cyttsp_core +cyttsp_i2c +cyttsp_i2c_common +cyttsp_spi +da280 +da311 +da7280 +da9030_battery +da9034-ts +da903x-regulator +da903x_bl +da9052-battery +da9052-hwmon +da9052-regulator +da9052_bl +da9052_onkey +da9052_tsi +da9052_wdt +da9055-hwmon +da9055-regulator +da9055_onkey +da9055_wdt +da9062-core +da9062-regulator +da9062-thermal +da9062_wdt +da9063-regulator +da9063_onkey +da9063_wdt +da9121-regulator +da9150-charger +da9150-core +da9150-fg +da9150-gpadc +da9210-regulator +da9211-regulator +dac02 +daqboard2000 +das08 +das08_isa +das08_pci +das16 +das16m1 +das1800 +das6402 +das800 +davicom +dax_cxl +dax_hmem +dax_pmem +db9 +dc395x +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +ddbridge +ddbridge-dummy-fe +de2104x +defxx +delta-ahe50dc-fan +denali +denali_dt +denali_pci +des_generic +designware_i2s +device_dax +dfl +dfl-afu +dfl-emif +dfl-fme +dfl-fme-br +dfl-fme-mgr +dfl-fme-region +dfl-n3000-nios +dfl-pci +dht11 +diag +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dib9000 +dibx000_common +digi_acceleport +digicolor-usart +diskonchip +dispcc-qcm2290 +dispcc-sc7180 +dispcc-sc7280 +dispcc-sc8280xp +dispcc-sdm845 +dispcc-sm6115 +dispcc-sm6125 +dispcc-sm6350 +dispcc-sm6375 +dispcc-sm8250 +dispcc-sm8450 +dispcc-sm8550 +display-connector +dl2k +dlhl60d +dlink-dir685-touchkeys +dlm +dln2 +dln2-adc +dm-bio-prison +dm-bufio +dm-cache +dm-cache-smq +dm-clone +dm-crypt +dm-delay +dm-ebs +dm-era +dm-flakey +dm-historical-service-time +dm-integrity +dm-io-affinity +dm-log +dm-log-userspace +dm-log-writes +dm-mirror +dm-multipath +dm-persistent-data +dm-queue-length +dm-raid +dm-region-hash +dm-round-robin +dm-service-time +dm-snapshot +dm-switch +dm-thin-pool +dm-unstripe +dm-verity +dm-writecache +dm-zero +dm-zoned +dm1105 +dm9601 +dma-axi-dmac +dmard06 +dmard09 +dmard10 +dmc520_edac +dme1737 +dmfe +dmi-sysfs +dmm32at +dmx3191d +dnet +dp83640 +dp83822 +dp83848 +dp83867 +dp83869 +dp83tc811 +dp83td510 +dpaa2-console +dpaa2-qdma +dpaa2_caam +dpdmai +dpot-dac +dps310 +dps920ab +drbd +drivetemp +drm +drm_buddy +drm_display_helper +drm_dma_helper +drm_dp_aux_bus +drm_kms_helper +drm_mipi_dbi +drm_shmem_helper +drm_suballoc_helper +drm_ttm_helper +drm_vram_helper +drm_xen_front +drv260x +drv2665 +drv2667 +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1803 +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds4424 +ds620 +dsa_core +dsbr100 +dst +dst_ca +dstr +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt282x +dt3000 +dt3155 +dt9812 +dtpm +dummy +dummy-irq +dummy_stm +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-ttpci +dvb-ttusb-budget +dvb-usb +dvb-usb-a800 +dvb-usb-af9005 +dvb-usb-af9005-remote +dvb-usb-af9015 +dvb-usb-af9035 +dvb-usb-anysee +dvb-usb-au6610 +dvb-usb-az6007 +dvb-usb-az6027 +dvb-usb-ce6230 +dvb-usb-cinergyT2 +dvb-usb-cxusb +dvb-usb-dib0700 +dvb-usb-dibusb-common +dvb-usb-dibusb-mb +dvb-usb-dibusb-mc +dvb-usb-dibusb-mc-common +dvb-usb-digitv +dvb-usb-dtt200u +dvb-usb-dtv5100 +dvb-usb-dvbsky +dvb-usb-dw2102 +dvb-usb-ec168 +dvb-usb-gl861 +dvb-usb-gp8psk +dvb-usb-lmedm04 +dvb-usb-m920x +dvb-usb-mxl111sf +dvb-usb-nova-t-usb2 +dvb-usb-opera +dvb-usb-pctv452e +dvb-usb-rtl28xxu +dvb-usb-technisat-usb2 +dvb-usb-ttusb2 +dvb-usb-umt-010 +dvb-usb-vp702x +dvb-usb-vp7045 +dvb_dummy_fe +dvb_usb_v2 +dw-axi-dmac-platform +dw-edma +dw-edma-pcie +dw-hdmi +dw-hdmi-ahb-audio +dw-hdmi-cec +dw-hdmi-gp-audio +dw-hdmi-i2s-audio +dw-i3c-master +dw-mipi-dsi +dw-xdata-pcie +dw100 +dw9714 +dw9768 +dw9807-vcm +dw_dmac +dw_dmac_core +dw_dmac_pci +dw_drm_dsi +dw_mipi_dsi-stm +dw_mmc +dw_mmc-bluefield +dw_mmc-exynos +dw_mmc-hi3798cv200 +dw_mmc-k3 +dw_mmc-pci +dw_mmc-pltfm +dw_mmc-rockchip +dw_wdt +dwc-xlgmac +dwc2_pci +dwc3 +dwc3-am62 +dwc3-haps +dwc3-imx8mp +dwc3-keystone +dwc3-meson-g12a +dwc3-of-simple +dwc3-pci +dwc3-qcom +dwc3-xilinx +dwmac-altr-socfpga +dwmac-dwc-qos-eth +dwmac-generic +dwmac-imx +dwmac-intel-plat +dwmac-ipq806x +dwmac-loongson +dwmac-mediatek +dwmac-meson +dwmac-meson8b +dwmac-qcom-ethqos +dwmac-rk +dwmac-stm32 +dwmac-sun8i +dwmac-tegra +dwmac-visconti +dyna_pci10xx +dynapro +e100 +e1000 +e1000e +e3x0-button +e4000 +earth-pt1 +earth-pt3 +ebt_802_3 +ebt_among +ebt_arp +ebt_arpreply +ebt_dnat +ebt_ip +ebt_ip6 +ebt_limit +ebt_log +ebt_mark +ebt_mark_m +ebt_nflog +ebt_pkttype +ebt_redirect +ebt_snat +ebt_stp +ebt_vlan +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +ec100 +ec_sys +ecc +ecc-mtk +ecdh_generic +ecdsa_generic +echainiv +echo +ecrdsa_generic +edt-ft5x06 +ee1004 +eeprom +eeprom_93cx6 +eeprom_93xx46 +eeti_ts +efa +efct +efi-pstore +efi_test +efibc +efs +egalax_ts +egalax_ts_serial +ehci-fsl +ehci-npcm7xx +ehci-platform +ehset +einj +ektf2127 +elan_i2c +elants_i2c +elo +em28xx +em28xx-alsa +em28xx-dvb +em28xx-rc +em28xx-v4l +em_canid +em_cmp +em_ipset +em_ipt +em_meta +em_nbyte +em_text +em_u32 +emac_rockchip +emc1403 +emc2103 +emc2305 +emc6w201 +emi26 +emi62 +empeg +ems_pci +ems_usb +emu10k1-gp +emxx_udc +ena +enc28j60 +enclosure +encx24j600 +encx24j600-regmap +ene_ir +eni +enic +envelope-detector +epat +epia +epic100 +eql +erdma +erofs +error +esas2r +esd_usb +esp4 +esp4_offload +esp6 +esp6_offload +esp_scsi +essiv +et1011c +et131x +et8ek8 +etas_es58x +ethoc +etnaviv +evbug +exc3000 +exfat +extcon-adc-jack +extcon-fsa9480 +extcon-gpio +extcon-max14577 +extcon-max3355 +extcon-max77693 +extcon-max77843 +extcon-max8997 +extcon-palmas +extcon-ptn5150 +extcon-qcom-spmi-misc +extcon-rt8973a +extcon-sm5502 +extcon-usb-gpio +extcon-usbc-cros-ec +extcon-usbc-tusb320 +ezusb +f2fs +f71805f +f71882fg +f75375s +f81232 +f81534 +f81601 +f81604 +fakelb +fan53555 +fan53880 +farsync +fastrpc +faulty +fb_agm1264k-fl +fb_bd663474 +fb_ddc +fb_hx8340bn +fb_hx8347d +fb_hx8353d +fb_hx8357d +fb_ili9163 +fb_ili9320 +fb_ili9325 +fb_ili9340 +fb_ili9341 +fb_ili9481 +fb_ili9486 +fb_pcd8544 +fb_ra8875 +fb_s6d02a1 +fb_s6d1121 +fb_seps525 +fb_sh1106 +fb_ssd1289 +fb_ssd1305 +fb_ssd1306 +fb_ssd1325 +fb_ssd1331 +fb_ssd1351 +fb_st7735r +fb_st7789v +fb_tinylcd +fb_tls8204 +fb_uc1611 +fb_uc1701 +fb_upd161704 +fbtft +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fdomain_pci +fdp +fdp_i2c +fealnx +ff-memless +ffa-module +fieldbus_dev +fintek-cir +firedtv +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +fit2 +fit3 +fixed +fjes +fl512 +flexcan +fm10k +fm801-gp +fm_drv +forcedeth +fore_200e +fou +fou6 +fpga-bridge +fpga-mgr +fpga-region +freevxfs +friq +frpw +fsa4480 +fscache +fsi-core +fsi-master-aspeed +fsi-master-gpio +fsi-master-hub +fsi-occ +fsi-sbefifo +fsi-scom +fsia6b +fsl-dpaa2-eth +fsl-dpaa2-ptp +fsl-dpaa2-switch +fsl-edma +fsl-edma-common +fsl-enetc +fsl-enetc-core +fsl-enetc-ierb +fsl-enetc-mdio +fsl-enetc-ptp +fsl-enetc-vf +fsl-ldb +fsl-mc-dpio +fsl-mph-dr-of +fsl-qdma +fsl_dpa +fsl_ifc_nand +fsl_imx8_ddr_perf +fsl_imx9_ddr_perf +fsl_linflexuart +fsl_lpuart +fsl_pq_mdio +fsl_ucc_hdlc +fsp-3y +ftdi_sio +ftl +ftsteutates +fujitsu_ts +funcore +funeth +fusb302 +fxas21002c_core +fxas21002c_i2c +fxas21002c_spi +fxls8962af-core +fxls8962af-i2c +fxls8962af-spi +fxos8700_core +fxos8700_i2c +fxos8700_spi +g450_pll +g760a +g762 +g_acm_ms +g_audio +g_cdc +g_dbgp +g_ether +g_ffs +g_hid +g_mass_storage +g_midi +g_ncm +g_nokia +g_printer +g_serial +g_webcam +g_zero +gadgetfs +gamecon +gameport +garmin_gps +garp +gateworks-gsc +gb-audio-apbridgea +gb-audio-codec +gb-audio-gb +gb-audio-manager +gb-audio-module +gb-bootrom +gb-es2 +gb-firmware +gb-gbphy +gb-gpio +gb-hid +gb-i2c +gb-light +gb-log +gb-loopback +gb-power-supply +gb-pwm +gb-raw +gb-sdio +gb-spi +gb-spilib +gb-uart +gb-usb +gb-vibrator +gcc-ipq4019 +gcc-ipq5332 +gcc-ipq6018 +gcc-ipq8074 +gcc-ipq9574 +gcc-msm8916 +gcc-msm8917 +gcc-msm8939 +gcc-msm8953 +gcc-msm8976 +gcc-msm8994 +gcc-msm8996 +gcc-msm8998 +gcc-qcm2290 +gcc-qcs404 +gcc-qdu1000 +gcc-sa8775p +gcc-sc7180 +gcc-sc7280 +gcc-sc8180x +gcc-sc8280xp +gcc-sdm660 +gcc-sdm845 +gcc-sdx75 +gcc-sm6115 +gcc-sm6125 +gcc-sm6350 +gcc-sm6375 +gcc-sm7150 +gcc-sm8150 +gcc-sm8250 +gcc-sm8350 +gcc-sm8450 +gcc-sm8550 +gdmtty +gdmulte +ge2d +gemini +gen_probe +generic +generic-adc-battery +genet +geneve +genwqe_card +gf2k +gfs2 +ghash-ce +gianfar_driver +gl518sm +gl520sm +gl620a +gluebi +gm12u320 +gnss +gnss-mtk +gnss-serial +gnss-sirf +gnss-ubx +gnss-usb +go7007 +go7007-loader +go7007-usb +goku_udc +goldfish_battery +goodix_ts +gp2ap002 +gp2ap020a00f +gp8psk-fe +gpi +gpio +gpio-74x164 +gpio-74xx-mmio +gpio-adnp +gpio-adp5520 +gpio-aggregator +gpio-altera +gpio-altera-a10sr +gpio-amd-fch +gpio-amdpt +gpio-arizona +gpio-bd71815 +gpio-bd71828 +gpio-bd9571mwv +gpio-beeper +gpio-cadence +gpio-charger +gpio-da9052 +gpio-da9055 +gpio-dln2 +gpio-dwapb +gpio-eic-sprd +gpio-exar +gpio-fan +gpio-fxl6408 +gpio-grgpio +gpio-gw-pld +gpio-hisi +gpio-hlwd +gpio-idio-16 +gpio-ir-recv +gpio-ir-tx +gpio-janz-ttl +gpio-kempld +gpio-latch +gpio-logicvc +gpio-lp3943 +gpio-lp873x +gpio-lp87565 +gpio-madera +gpio-max3191x +gpio-max7300 +gpio-max7301 +gpio-max730x +gpio-max732x +gpio-max77620 +gpio-max77650 +gpio-mb86s7x +gpio-mc33880 +gpio-menz127 +gpio-mlxbf +gpio-mlxbf2 +gpio-mlxbf3 +gpio-moxtet +gpio-pca953x +gpio-pca9570 +gpio-pcf857x +gpio-pci-idio-16 +gpio-pcie-idio-24 +gpio-pisosr +gpio-pmic-eic-sprd +gpio-rcar +gpio-rdc321x +gpio-regmap +gpio-regulator +gpio-rockchip +gpio-sbu-mux +gpio-sim +gpio-siox +gpio-sl28cpld +gpio-sprd +gpio-syscon +gpio-thunderx +gpio-tpic2810 +gpio-tps65086 +gpio-tps65218 +gpio-tps65219 +gpio-tps65912 +gpio-tqmx86 +gpio-twl4030 +gpio-twl6040 +gpio-vibra +gpio-viperboard +gpio-virtio +gpio-visconti +gpio-wcd934x +gpio-wm831x +gpio-wm8350 +gpio-wm8994 +gpio-xgene-sb +gpio-xlp +gpio-xra1403 +gpio-zynq +gpio-zynqmp-modepin +gpio_backlight +gpio_decoder +gpio_keys +gpio_keys_polled +gpio_mouse +gpio_wdt +gpmi-nand +gpu-sched +gpucc-msm8998 +gpucc-sa8775p +gpucc-sc7180 +gpucc-sc7280 +gpucc-sc8280xp +gpucc-sdm660 +gpucc-sdm845 +gpucc-sm6115 +gpucc-sm6125 +gpucc-sm6350 +gpucc-sm6375 +gpucc-sm8150 +gpucc-sm8250 +gpucc-sm8350 +gpucc-sm8450 +gpucc-sm8550 +gr_udc +grace +grcan +gre +greybus +grip +grip_mp +gs1662 +gs_usb +gsc-hwmon +gsc_hpdi +gspca_benq +gspca_conex +gspca_cpia1 +gspca_dtcs033 +gspca_etoms +gspca_finepix +gspca_gl860 +gspca_jeilinj +gspca_jl2005bcd +gspca_kinect +gspca_konica +gspca_m5602 +gspca_main +gspca_mars +gspca_mr97310a +gspca_nw80x +gspca_ov519 +gspca_ov534 +gspca_ov534_9 +gspca_pac207 +gspca_pac7302 +gspca_pac7311 +gspca_se401 +gspca_sn9c2028 +gspca_sn9c20x +gspca_sonixb +gspca_sonixj +gspca_spca1528 +gspca_spca500 +gspca_spca501 +gspca_spca505 +gspca_spca506 +gspca_spca508 +gspca_spca561 +gspca_sq905 +gspca_sq905c +gspca_sq930x +gspca_stk014 +gspca_stk1135 +gspca_stv0680 +gspca_stv06xx +gspca_sunplus +gspca_t613 +gspca_topro +gspca_touptek +gspca_tv8532 +gspca_vc032x +gspca_vicam +gspca_xirlink_cit +gspca_zc3xx +gtp +gud +guillemot +gunze +gve +hackrf +hamachi +hampshire +hantro-vpu +hanwang +hbmc-am654 +hci +hci_bcm4377 +hci_nokia +hci_uart +hci_vhci +hclge +hclgevf +hctr2 +hd3ss3220 +hd44780 +hd44780_common +hdc100x +hdc2010 +hdlc +hdlc_cisco +hdlc_fr +hdlc_ppp +hdlc_raw +hdlc_raw_eth +hdlc_x25 +hdlcd +hdlcdrv +hdma +hdma_mgmt +hdpvr +he +helene +hellcreek_sw +hexium_gemini +hexium_orion +hfcmulti +hfcpci +hfcsusb +hfpll +hfs +hfsplus +hi311x +hi3660-mailbox +hi556 +hi6210-i2s +hi6220-mailbox +hi6220_reset +hi6421-pmic-core +hi6421-regulator +hi6421-spmi-pmic +hi6421v530-regulator +hi6421v600-irq +hi6421v600-regulator +hi655x-pmic +hi655x-regulator +hi8435 +hi846 +hi847 +hibmc-drm +hid +hid-a4tech +hid-accutouch +hid-alps +hid-apple +hid-appleir +hid-asus +hid-aureal +hid-axff +hid-belkin +hid-betopff +hid-bigbenff +hid-cherry +hid-chicony +hid-cmedia +hid-corsair +hid-cougar +hid-cp2112 +hid-creative-sb0540 +hid-cypress +hid-dr +hid-elan +hid-elecom +hid-elo +hid-emsff +hid-evision +hid-ezkey +hid-ft260 +hid-gaff +hid-gembird +hid-generic +hid-gfrm +hid-glorious +hid-google-hammer +hid-gt683r +hid-gyration +hid-holtek-kbd +hid-holtek-mouse +hid-holtekff +hid-hyperv +hid-icade +hid-ite +hid-jabra +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-led +hid-lenovo +hid-letsketch +hid-lg-g15 +hid-logitech +hid-logitech-dj +hid-logitech-hidpp +hid-macally +hid-magicmouse +hid-maltron +hid-mcp2221 +hid-megaworld +hid-mf +hid-microsoft +hid-monterey +hid-multitouch +hid-nintendo +hid-nti +hid-ntrig +hid-nvidia-shield +hid-ortek +hid-penmount +hid-petalynx +hid-picolcd +hid-pl +hid-plantronics +hid-playstation +hid-primax +hid-prodikeys +hid-pxrc +hid-razer +hid-redragon +hid-retrode +hid-rmi +hid-roccat +hid-roccat-arvo +hid-roccat-common +hid-roccat-isku +hid-roccat-kone +hid-roccat-koneplus +hid-roccat-konepure +hid-roccat-kovaplus +hid-roccat-lua +hid-roccat-pyra +hid-roccat-ryos +hid-roccat-savu +hid-saitek +hid-samsung +hid-semitek +hid-sensor-accel-3d +hid-sensor-als +hid-sensor-custom +hid-sensor-custom-intel-hinge +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-humidity +hid-sensor-iio-common +hid-sensor-incl-3d +hid-sensor-magn-3d +hid-sensor-press +hid-sensor-prox +hid-sensor-rotation +hid-sensor-temperature +hid-sensor-trigger +hid-sigmamicro +hid-sjoy +hid-sony +hid-speedlink +hid-steam +hid-steelseries +hid-sunplus +hid-thrustmaster +hid-tivo +hid-tmff +hid-topre +hid-topseed +hid-twinhan +hid-u2fzero +hid-uclogic +hid-udraw-ps3 +hid-viewsonic +hid-vivaldi +hid-vivaldi-common +hid-vrc2 +hid-waltop +hid-wiimote +hid-xiaomi +hid-xinmo +hid-zpff +hid-zydacron +hideep +hidp +hih6130 +himax_hx83112b +hinic +hip04_eth +hisi-acc-vfio-pci +hisi-rng +hisi-sfc +hisi-spmi-controller +hisi-trng-v2 +hisi504_nand +hisi_femac +hisi_hikey_usb +hisi_hpre +hisi_pcie_pmu +hisi_powerkey +hisi_ptt +hisi_qm +hisi_sas_main +hisi_sas_v1_hw +hisi_sas_v2_hw +hisi_sas_v3_hw +hisi_sec +hisi_sec2 +hisi_thermal +hisi_uncore_cpa_pmu +hisi_uncore_ddrc_pmu +hisi_uncore_hha_pmu +hisi_uncore_l3c_pmu +hisi_uncore_pa_pmu +hisi_uncore_pmu +hisi_uncore_sllc_pmu +hisi_uncore_uc_pmu +hisi_zip +histb-rng +hix5hd2_gmac +hmc425a +hmc5843_core +hmc5843_i2c +hmc5843_spi +hmc6352 +hms-profinet +hnae +hnae3 +hns-roce-hw-v2 +hns3 +hns3_pmu +hns_dsaf +hns_enet_drv +hns_mdio +hopper +horus3a +host1x +hostap +hostap_pci +hostap_plx +hp03 +hp206c +hpfs +hpilo +hpsa +hptiop +hpwdt +hsi +hsi_char +hso +hsr +ht16k33 +hte-tegra194 +hte-tegra194-test +hts221 +hts221_i2c +hts221_spi +htu21 +huawei_cdc_ncm +hv_balloon +hv_netvsc +hv_sock +hv_storvsc +hv_utils +hv_vmbus +hwmon-vid +hwpoison-inject +hx711 +hx8357 +hx8357d +hycon-hy46xx +hynitron_cstxxx +hyperbus-core +hyperv-keyboard +hyperv_drm +hyperv_fb +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-altera +i2c-amd756 +i2c-amd8111 +i2c-apple +i2c-arb-gpio-challenge +i2c-cbus-gpio +i2c-ccgx-ucsi +i2c-cp2615 +i2c-cros-ec-tunnel +i2c-demux-pinctrl +i2c-designware-pci +i2c-diolan-u2c +i2c-dln2 +i2c-fsi +i2c-gpio +i2c-hid +i2c-hid-acpi +i2c-hid-of +i2c-hid-of-elan +i2c-hid-of-goodix +i2c-hisi +i2c-hix5hd2 +i2c-i801 +i2c-imx +i2c-imx-lpi2c +i2c-isch +i2c-kempld +i2c-matroxfb +i2c-mchp-pci1xxxx +i2c-meson +i2c-mlxbf +i2c-mt65xx +i2c-mux +i2c-mux-gpio +i2c-mux-gpmux +i2c-mux-ltc4306 +i2c-mux-mlxcpld +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-mux-pinctrl +i2c-mux-reg +i2c-mv64xxx +i2c-nforce2 +i2c-nomadik +i2c-npcm7xx +i2c-nvidia-gpu +i2c-ocores +i2c-owl +i2c-parport +i2c-pca-platform +i2c-piix4 +i2c-pxa +i2c-qcom-cci +i2c-qcom-geni +i2c-qup +i2c-rcar +i2c-riic +i2c-rk3x +i2c-robotfuzz-osif +i2c-rzv2m +i2c-scmi +i2c-sh_mobile +i2c-simtec +i2c-sis5595 +i2c-sis630 +i2c-sis96x +i2c-slave-eeprom +i2c-smbus +i2c-stm32f4 +i2c-stm32f7-drv +i2c-stub +i2c-synquacer +i2c-taos-evm +i2c-tegra +i2c-tegra-bpmp +i2c-thunderx +i2c-tiny-usb +i2c-versatile +i2c-via +i2c-viapro +i2c-viperboard +i2c-virtio +i2c-xgene-slimpro +i2c-xiic +i2c-xlp9xx +i3c +i3c-master-cdns +i40e +i5k_amb +i6300esb +i740fb +iavf +ib_cm +ib_core +ib_ipoib +ib_iser +ib_isert +ib_mthca +ib_srp +ib_srpt +ib_umad +ib_uverbs +ibm-cffps +ibm-panel +ibmaem +ibmpex +icc-bcm-voter +icc-bwmon +icc-clk +icc-osm-l3 +icc-rpmh +icc-smd-rpm +ice +ice40-spi +icp10100 +icp_multi +icplus +ics932s401 +idma64 +idmouse +idt77252 +idt_89hpesx +idt_gen2 +idt_gen3 +idtcps +ieee802154 +ieee802154_6lowpan +ieee802154_socket +ifb +ifcvf +ife +ifi_canfd +iforce +iforce-serio +iforce-usb +igb +igbvf +igc +igorplugusb +iguanair +ii_pci20kc +iio-mux +iio-rescale +iio-trig-hrtimer +iio-trig-interrupt +iio-trig-loop +iio-trig-sysfs +iio_dummy +iio_hwmon +ila +ili210x +ili9163 +ili9225 +ili922x +ili9320 +ili9341 +ili9486 +ilitek_ts_i2c +imagis +img-ascii-lcd +img-i2s-in +img-i2s-out +img-parallel-out +img-spdif-in +img-spdif-out +imm +imon +imon_raw +ims-pcu +imx-audio-rpmsg +imx-bus +imx-common +imx-cpufreq-dt +imx-dcss +imx-dma +imx-dsp +imx-interconnect +imx-lcdc +imx-lcdif +imx-ldb-helper +imx-mailbox +imx-media-common +imx-mipi-csis +imx-pcm-dma +imx-pcm-rpmsg +imx-pxp +imx-sdma +imx208 +imx214 +imx219 +imx258 +imx274 +imx290 +imx296 +imx2_wdt +imx319 +imx334 +imx335 +imx355 +imx412 +imx415 +imx6q-cpufreq +imx6ul_tsc +imx7-media-csi +imx7d_adc +imx7ulp_wdt +imx8-isi +imx8m-ddrc +imx8mm-interconnect +imx8mm_thermal +imx8mn-interconnect +imx8mp-interconnect +imx8mq-interconnect +imx8mq-mipi-csi2 +imx8qm-ldb +imx8qxp-adc +imx8qxp-ldb +imx8qxp-pixel-combiner +imx8qxp-pixel-link +imx8qxp-pxl2dpi +imx93-pd +imx93-src +imx93_adc +imx_dsp_rproc +imx_keypad +imx_rproc +imx_sc_key +imx_sc_thermal +imx_sc_wdt +imx_thermal +imxfb +ina209 +ina238 +ina2xx +ina2xx-adc +ina3221 +industrialio +industrialio-buffer-cb +industrialio-buffer-dma +industrialio-buffer-dmaengine +industrialio-configfs +industrialio-gts-helper +industrialio-hw-consumer +industrialio-sw-device +industrialio-sw-trigger +industrialio-triggered-buffer +industrialio-triggered-event +inet_diag +inexio +inftl +initio +input-leds +inspur-ipsps +int51x1 +intel-m10-bmc-core +intel-m10-bmc-hwmon +intel-m10-bmc-pmci +intel-m10-bmc-spi +intel-nand-controller +intel-xway +intel_qat +intel_th +intel_th_acpi +intel_th_gth +intel_th_msu +intel_th_msu_sink +intel_th_pci +intel_th_pti +intel_th_sth +intel_vr_nor +interact +interrupt-cnt +inv-icm42600 +inv-icm42600-i2c +inv-icm42600-spi +inv-mpu6050 +inv-mpu6050-i2c +inv-mpu6050-spi +io-domain +io_edgeport +io_ti +iommufd +ionic +iosm +iowarrior +ip5xxx_power +ip6_gre +ip6_tables +ip6_tunnel +ip6_udp_tunnel +ip6_vti +ip6t_NPT +ip6t_REJECT +ip6t_SYNPROXY +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_mh +ip6t_rpfilter +ip6t_rt +ip6t_srh +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6table_security +ip_gre +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmac +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_mac +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +ip_tables +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_fo +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_mh +ip_vs_nq +ip_vs_ovf +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_twos +ip_vs_wlc +ip_vs_wrr +ip_vti +ipa +ipack +ipaq +ipcomp +ipcomp6 +iphase +ipheth +ipip +ipmb_dev_int +ipmi_devintf +ipmi_ipmb +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_ssif +ipmi_watchdog +ipoctal +ipr +iproc_nand +ips +ipt_ECN +ipt_REJECT +ipt_SYNPROXY +ipt_ah +ipt_rpfilter +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +iptable_security +ipvlan +ipvtap +ipw +ipw2100 +ipw2200 +iqs269a +iqs5xx +iqs620at-temp +iqs621-als +iqs624-pos +iqs626a +iqs62x +iqs62x-keys +iqs7222 +ir-hix5hd2 +ir-imon-decoder +ir-jvc-decoder +ir-kbd-i2c +ir-mce_kbd-decoder +ir-nec-decoder +ir-rc5-decoder +ir-rc6-decoder +ir-rcmm-decoder +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +ir-spi +ir-usb +ir-xmp-decoder +ir35221 +ir36021 +ir38064 +ir_toy +irdma +irps5401 +irq-imx-mu-msi +irq-madera +irq-pruss-intc +irq-qcom-mpm +iscsi_boot_sysfs +iscsi_ibft +iscsi_target_mod +iscsi_tcp +isdnhdlc +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl29125 +isl29501 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isl68137 +isl7998x +isl9305 +isofs +isp116x-hcd +isp1704_charger +isp1760 +it87 +it913x +itd1000 +ite-cir +ite-it6505 +ite-it66121 +itg3200 +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_cm +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +ix2505v +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +jh7110-crypto +jmb38x_ms +jme +joydev +joydump +jr3_pci +jsa1212 +jsm +k3_bandgap +k3_j72xx_bandgap +k3dma +kafs +kalmia +kaweth +kbic +kbtab +kcm +kcomedilib +kcs_bmc +kcs_bmc_cdev_ipmi +kcs_bmc_npcm7xx +kcs_bmc_serio +ke_counter +keembay-ocs-aes +keembay-ocs-ecc +keembay-ocs-hcu +keembay_wdt +kempld-core +kempld_wdt +kernelcapi +keyspan +keyspan_pda +keyspan_remote +keywrap +kfifo_buf +khadas-mcu +khadas_mcu_fan +kheaders +kionix-kx022a +kionix-kx022a-i2c +kionix-kx022a-spi +kirin-drm +kl5kusb105 +kmb-drm +kmem +kmx61 +kobil_sct +komeda +kpss-xcc +ks0108 +ks0127 +ks7010 +ks8842 +ks8851_common +ks8851_par +ks8851_spi +ksmbd +ksz884x +ksz8863_smi +ksz9477_i2c +ksz_spi +ksz_switch +ktd253-backlight +ktti +ktz8866 +kvaser_pci +kvaser_pciefd +kvaser_usb +kxcjk-1013 +kxsd9 +kxsd9-i2c +kxsd9-spi +kxtj9 +kyber-iosched +kyrofb +l1oip +l2tp_core +l2tp_debugfs +l2tp_eth +l2tp_ip +l2tp_ip6 +l2tp_netlink +l2tp_ppp +l4f00242t03 +l64781 +lan743x +lan78xx +lan9303-core +lan9303_i2c +lan9303_mdio +lan966x-switch +lan966x_serdes +lanai +lantiq_gswip +lapb +lapbether +lattice-ecp3-config +lattice-sysconfig +lattice-sysconfig-spi +layerscape_edac_mod +lcd +lcd2s +ldusb +lec +led-class-flash +led-class-multicolor +led_bl +leds-88pm860x +leds-aat1290 +leds-adp5520 +leds-an30259a +leds-as3645a +leds-aw200xx +leds-aw2013 +leds-bcm6328 +leds-bcm6358 +leds-bd2606mvv +leds-bd2802 +leds-blinkm +leds-cpcap +leds-cr0014114 +leds-da903x +leds-da9052 +leds-dac124s085 +leds-el15203000 +leds-gpio +leds-is31fl319x +leds-is31fl32xx +leds-ktd2692 +leds-lm3530 +leds-lm3532 +leds-lm3533 +leds-lm355x +leds-lm3601x +leds-lm36274 +leds-lm3642 +leds-lm3692x +leds-lm3697 +leds-lp3944 +leds-lp3952 +leds-lp50xx +leds-lp5521 +leds-lp5523 +leds-lp5562 +leds-lp55xx-common +leds-lp8501 +leds-lp8788 +leds-lp8860 +leds-lt3593 +leds-max77650 +leds-max77693 +leds-max8997 +leds-mc13783 +leds-menf21bmc +leds-mlxreg +leds-mt6323 +leds-mt6360 +leds-mt6370-flash +leds-mt6370-rgb +leds-pca9532 +leds-pca955x +leds-pca963x +leds-pwm +leds-pwm-multicolor +leds-qcom-flash +leds-qcom-lpg +leds-regulator +leds-rt4505 +leds-rt8515 +leds-sc27xx-bltc +leds-sgm3140 +leds-spi-byte +leds-tca6507 +leds-ti-lmu-common +leds-tlc591xx +leds-tps6105x +leds-wm831x-status +leds-wm8350 +ledtrig-activity +ledtrig-audio +ledtrig-backlight +ledtrig-camera +ledtrig-default-on +ledtrig-heartbeat +ledtrig-netdev +ledtrig-oneshot +ledtrig-pattern +ledtrig-timer +ledtrig-transient +ledtrig-tty +ledtrig-usbport +legousbtower +lg-vl600 +lg2160 +lgdt3305 +lgdt3306a +lgdt330x +lgs8gl5 +lgs8gxx +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libarc4 +libceph +libchacha +libchacha20poly1305 +libcomposite +libcrc32c +libcurve25519 +libcurve25519-generic +libcxgb +libcxgbi +libdes +libertas +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libpoly1305 +libsas +libwx +lightning +lima +line-display +lineage-pem +linear +linkstation-poweroff +liquidio +liquidio-core +liquidio_vf +lis3lv02d +lis3lv02d_i2c +liteuart +litex_liteeth +litex_mmc +litex_soc_ctrl +lkkbd +ll_temac +llc +llc2 +llcc-qcom +lm25066 +lm3533-als +lm3533-core +lm3533-ctrlbank +lm3533_bl +lm3560 +lm3630a_bl +lm3639_bl +lm363x-regulator +lm3646 +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95234 +lm95241 +lm95245 +lmh +lmp91000 +lms283gf05 +lms501kf03 +lnbh25 +lnbh29 +lnbp21 +lnbp22 +lochnagar-hwmon +lochnagar-regulator +lockd +logicvc-drm +lontium-lt8912b +lontium-lt9211 +lontium-lt9611 +lontium-lt9611uxc +lp +lp3943 +lp3971 +lp3972 +lp855x_bl +lp8727_charger +lp872x +lp873x +lp873x-regulator +lp8755 +lp87565 +lp87565-regulator +lp8788-buck +lp8788-charger +lp8788-ldo +lp8788_adc +lp8788_bl +lpass-gfm-sm8250 +lpassaudiocc-sc7280 +lpasscc-sc7280 +lpasscc-sc8280xp +lpasscc-sdm845 +lpasscorecc-sc7180 +lpasscorecc-sc7280 +lpc_ich +lpc_sch +lpddr_cmds +lpfc +lru_cache +lrw +lt3651-charger +lt7182s +ltc1660 +ltc2471 +ltc2485 +ltc2496 +ltc2497 +ltc2497-core +ltc2632 +ltc2688 +ltc2941-battery-gauge +ltc2945 +ltc2947-core +ltc2947-i2c +ltc2947-spi +ltc2978 +ltc2983 +ltc2990 +ltc2992 +ltc3589 +ltc3676 +ltc3815 +ltc4151 +ltc4162-l-charger +ltc4215 +ltc4222 +ltc4245 +ltc4260 +ltc4261 +ltr501 +ltrf216a +ltv350qv +lv0104cs +lv5207lp +lvds-codec +lvstest +lvts_thermal +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m2m-deinterlace +m52790 +m62332 +m88ds3103 +m88rs2000 +m88rs6000t +mISDN_core +mISDN_dsp +mISDNinfineon +mISDNipac +mISDNisar +m_can +m_can_pci +m_can_platform +ma35d1_serial +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac-iceland +mac-inuit +mac-roman +mac-romanian +mac-turkish +mac80211 +mac80211_hwsim +mac802154 +mac802154_hwsim +macb +macb_pci +machxo2-spi +macmodes +macsec +macvlan +macvtap +madera +madera-i2c +madera-spi +mag3110 +magellan +mailbox-altera +mailbox-test +mailbox-xgene-slimpro +mali-dp +mantis +mantis_core +map_absent +map_funcs +map_ram +map_rom +marvell +marvell-88x2222 +marvell-cesa +marvell10g +marvell_cn10k_ddr_pmu +marvell_cn10k_tad_pmu +marvell_nand +matrix-keymap +matrix_keypad +matrox_w1 +matroxfb_DAC1064 +matroxfb_Ti3026 +matroxfb_accel +matroxfb_base +matroxfb_crtc2 +matroxfb_g450 +matroxfb_maven +matroxfb_misc +max1027 +max11100 +max1111 +max1118 +max11205 +max11410 +max11801_ts +max1241 +max127 +max1363 +max14577-regulator +max14577_charger +max14656_charger_detector +max15301 +max1586 +max16064 +max16065 +max1619 +max16601 +max1668 +max17040_battery +max17042_battery +max1721x_battery +max197 +max20086-regulator +max20411-regulator +max20730 +max20751 +max2165 +max2175 +max30100 +max30102 +max30208 +max3100 +max31722 +max31730 +max31760 +max31785 +max31790 +max31827 +max31856 +max31865 +max3420_udc +max3421-hcd +max34440 +max44000 +max44009 +max517 +max5432 +max5481 +max5487 +max5522 +max5821 +max63xx_wdt +max6620 +max6621 +max6639 +max6650 +max6697 +max6875 +max7359_keypad +max77541 +max77541-adc +max77541-regulator +max77620-regulator +max77620_thermal +max77620_wdt +max77650 +max77650-charger +max77650-onkey +max77650-regulator +max77686-regulator +max77693-haptic +max77693-regulator +max77693_charger +max77714 +max77802-regulator +max77826-regulator +max77976_charger +max8649 +max8660 +max8688 +max8893 +max8903_charger +max8907 +max8907-regulator +max8925-regulator +max8925_bl +max8925_onkey +max8925_power +max8952 +max8973-regulator +max8997-regulator +max8997_charger +max8997_haptic +max8998 +max8998_charger +max9271 +max9286 +max9611 +max96712 +maxim_thermocouple +mb1232 +mb862xxfb +mb86a16 +mb86a20s +mc +mc13783-adc +mc13783-pwrbutton +mc13783-regulator +mc13783_ts +mc13892-regulator +mc13xxx-core +mc13xxx-i2c +mc13xxx-regulator-core +mc13xxx-spi +mc3230 +mc34vr500 +mc44s803 +mcam-core +mcb +mcb-lpc +mcb-pci +mcba_usb +mceusb +mchp23k256 +mchp48l640 +mchp_pci1xxxx_gp +mchp_pci1xxxx_gpio +mcp16502 +mcp251x +mcp251xfd +mcp3021 +mcp320x +mcp3422 +mcp3911 +mcp4018 +mcp41010 +mcp4131 +mcp4531 +mcp4725 +mcp4922 +mcr20a +mcs5000_ts +mcs7830 +mcs_touchkey +mct_u232 +mctp-i2c +mctp-serial +md-cluster +md4 +mdc800 +mdio +mdio-bcm-unimac +mdio-cavium +mdio-gpio +mdio-hisi-femac +mdio-i2c +mdio-ipq4019 +mdio-ipq8064 +mdio-mscc-miim +mdio-mux +mdio-mux-gpio +mdio-mux-meson-g12a +mdio-mux-meson-gxl +mdio-mux-mmioreg +mdio-mux-multiplexer +mdio-mvusb +mdio-octeon +mdio-regmap +mdio-thunder +mdio-xgene +mdt_loader +me4000 +me_daq +mediatek +mediatek-cpufreq +mediatek-cpufreq-hw +mediatek-drm +mediatek-drm-hdmi +mediatek-ge +mediatek-ge-soc +megachips-stdpxxxx-ge-b850v3-fw +megaraid +megaraid_mbox +megaraid_mm +megaraid_sas +melfas_mip4 +memory-notifier-error-inject +memstick +men_z135_uart +men_z188_adc +mena21_wdt +menf21bmc +menf21bmc_hwmon +menf21bmc_wdt +menz69_wdt +meson-canvas +meson-drm +meson-gx-mmc +meson-gxl +meson-ir +meson-ir-tx +meson-mx-sdio +meson-rng +meson-vdec +meson_ddr_pmu_g12 +meson_dw_hdmi +meson_dw_mipi_dsi +meson_gxbb_wdt +meson_nand +meson_saradc +meson_wdt +metro-usb +metronomefb +mf6x4 +mgag200 +mhi +mhi_ep +mhi_net +mhi_pci_generic +mhi_wwan_ctrl +mhi_wwan_mbim +mi0283qt +michael_mic +micrel +microchip +microchip-spi +microchip_t1 +microchip_t1s +microread +microread_i2c +microtek +minix +mip6 +mipi-i3c-hci +mite +mkiss +ml86v7667 +mlx4_core +mlx4_en +mlx4_ib +mlx5-vfio-pci +mlx5_core +mlx5_ib +mlx5_vdpa +mlx90614 +mlx90632 +mlx_wdt +mlxbf-bootctl +mlxbf-pmc +mlxbf-tmfifo +mlxbf_gige +mlxfw +mlxreg-fan +mlxreg-hotplug +mlxreg-io +mlxreg-lc +mlxsw_core +mlxsw_i2c +mlxsw_minimal +mlxsw_pci +mlxsw_spectrum +mma7455_core +mma7455_i2c +mma7455_spi +mma7660 +mma8450 +mma8452 +mma9551 +mma9551_core +mma9553 +mmc35240 +mmc_hsq +mmc_spi +mmcc-msm8994 +mmcc-msm8996 +mmcc-msm8998 +mmcc-sdm660 +mms114 +mn88443x +mn88472 +mn88473 +mos7720 +mos7840 +most_cdev +most_core +most_dim2 +most_i2c +most_net +most_snd +most_usb +most_video +motorcomm +motorola-cpcap +moxa +moxtet +mp2629 +mp2629_adc +mp2629_charger +mp2888 +mp2975 +mp5023 +mp5416 +mp8859 +mp886x +mpc624 +mpi3mr +mpl115 +mpl115_i2c +mpl115_spi +mpl3115 +mpls_gso +mpls_iptunnel +mpls_router +mpoa +mpq7920 +mpq7932 +mpr121_touchkey +mprls0025pa +mpt3sas +mptbase +mptcp_diag +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +mpu3050 +mr75203 +mrf24j40 +mrp +ms5611_core +ms5611_i2c +ms5611_spi +ms5637 +ms_block +ms_sensors_i2c +msa311 +mscc +mscc_felix +mscc_felix_dsa_lib +mscc_ocelot +mscc_ocelot_ext +mscc_ocelot_switch_lib +mscc_seville +msdos +mse102x +msg2638 +msi001 +msi2500 +msm +msp3400 +mspro_block +mss-sc7180 +mt2060 +mt2063 +mt20xx +mt2131 +mt2266 +mt312 +mt352 +mt6311-regulator +mt6315-regulator +mt6323-regulator +mt6331-regulator +mt6332-regulator +mt6357-regulator +mt6358-regulator +mt6359-accdet +mt6359-regulator +mt6360-adc +mt6360-core +mt6360-regulator +mt6360_charger +mt6370 +mt6370-adc +mt6370-backlight +mt6370-charger +mt6370-regulator +mt6380-regulator +mt6397 +mt6397-regulator +mt6577_auxadc +mt6779-keypad +mt6797-mt6351 +mt7530 +mt7530-mdio +mt7530-mmio +mt76 +mt76-connac-lib +mt76-sdio +mt76-usb +mt7601u +mt7603e +mt7615-common +mt7615e +mt7663-usb-sdio-common +mt7663s +mt7663u +mt76x0-common +mt76x02-lib +mt76x02-usb +mt76x0e +mt76x0u +mt76x2-common +mt76x2e +mt76x2u +mt7915e +mt7921-common +mt7921e +mt7921s +mt7921u +mt7996e +mt8183-da7219-max98357 +mt8183-mt6358-ts3a227-max98357 +mt8186-mt6366-da7219-max98357 +mt8186-mt6366-rt1019-rt5682s +mt8188-mt6359 +mt8192-mt6359-rt1015-rt5682 +mt8195-mt6359 +mt9m001 +mt9m111 +mt9p031 +mt9t112 +mt9v011 +mt9v032 +mt9v111 +mtd +mtd_blkdevs +mtd_dataflash +mtdblock +mtdblock_ro +mtdoops +mtdpstore +mtdram +mtdswap +mtip32xx +mtk-adsp-common +mtk-adsp-ipc +mtk-adsp-mailbox +mtk-btcvsd +mtk-cci-devfreq +mtk-cir +mtk-cmdq-helper +mtk-cmdq-mailbox +mtk-cqdma +mtk-devapc +mtk-hsdma +mtk-mmsys +mtk-mutex +mtk-pmic-keys +mtk-pmic-wrap +mtk-rng +mtk-sd +mtk-smi +mtk-svs +mtk-uart-apdma +mtk-vpu +mtk_dp +mtk_iommu +mtk_nand +mtk_rpmsg +mtk_scp +mtk_scp_ipi +mtk_t7xx +mtk_wdt +mtouch +mtu3 +multipath +multiq3 +musb_hdrc +mux-adg792a +mux-adgs1408 +mux-core +mux-gpio +mux-mmio +mv88e6060 +mv88e6xxx +mv_u3d_core +mv_udc +mvmdio +mvneta +mvpp2 +mvsas +mvumi +mwifiex +mwifiex_pcie +mwifiex_sdio +mwifiex_usb +mwl8k +mxb +mxc-jpeg-encdec +mxc4005 +mxc6255 +mxc_nand +mxc_w1 +mxcmmc +mxic_nand +mxl-gpy +mxl111sf-demod +mxl111sf-tuner +mxl301rf +mxl5005s +mxl5007t +mxl5xx +mxl692 +mxser +mxsfb +mxuport +myrb +myri10ge +myrs +n5pf +n_gsm +n_hdlc +nand +nandcore +nandsim +national +natsemi +nau7802 +navman +nb7vpq904m +nbd +nci +nci_spi +nci_uart +ncn26000 +nct6683 +nct6775 +nct6775-core +nct6775-i2c +nct7802 +nct7904 +nd_btt +nd_pmem +nd_virtio +ne2k-pci +neofb +net1080 +net2272 +net2280 +netconsole +netdevsim +netfs +netjet +netlink_diag +netrom +netsec +netup-unidvb +netxen_nic +newtonkbd +nf_conncount +nf_conntrack +nf_conntrack_amanda +nf_conntrack_bridge +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_dup_ipv4 +nf_dup_ipv6 +nf_dup_netdev +nf_flow_table +nf_flow_table_inet +nf_log_syslog +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_irc +nf_nat_pptp +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nf_reject_ipv4 +nf_reject_ipv6 +nf_socket_ipv4 +nf_socket_ipv6 +nf_synproxy_core +nf_tables +nf_tproxy_ipv4 +nf_tproxy_ipv6 +nfc +nfc_digital +nfcmrvl +nfcmrvl_i2c +nfcmrvl_spi +nfcmrvl_uart +nfcmrvl_usb +nfcsim +nfit +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_hook +nfnetlink_log +nfnetlink_osf +nfnetlink_queue +nfp +nfs +nfs_acl +nfs_layout_flexfiles +nfs_layout_nfsv41_files +nfsd +nfsv2 +nfsv3 +nfsv4 +nft_chain_nat +nft_compat +nft_connlimit +nft_ct +nft_dup_ipv4 +nft_dup_ipv6 +nft_dup_netdev +nft_fib +nft_fib_inet +nft_fib_ipv4 +nft_fib_ipv6 +nft_fib_netdev +nft_flow_offload +nft_fwd_netdev +nft_hash +nft_limit +nft_log +nft_masq +nft_meta_bridge +nft_nat +nft_numgen +nft_osf +nft_queue +nft_quota +nft_redir +nft_reject +nft_reject_bridge +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +nft_reject_netdev +nft_socket +nft_synproxy +nft_tproxy +nft_tunnel +nft_xfrm +nftl +ngbe +ngene +nhc_dest +nhc_fragment +nhc_hop +nhc_ipv6 +nhc_mobility +nhc_routing +nhc_udp +nhpoly1305 +nhpoly1305-neon +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_a2150 +ni_at_ao +ni_atmio +ni_atmio16d +ni_labpc +ni_labpc_common +ni_labpc_pci +ni_pcidio +ni_pcimio +ni_routes_test +ni_routing +ni_tio +ni_tiocmd +ni_usb6501 +nicpf +nicstar +nicvf +nilfs2 +nitro_enclaves +niu +nixge +nlmon +nls_ascii +nls_cp1250 +nls_cp1251 +nls_cp1255 +nls_cp737 +nls_cp775 +nls_cp850 +nls_cp852 +nls_cp855 +nls_cp857 +nls_cp860 +nls_cp861 +nls_cp862 +nls_cp863 +nls_cp864 +nls_cp865 +nls_cp866 +nls_cp869 +nls_cp874 +nls_cp932 +nls_cp936 +nls_cp949 +nls_cp950 +nls_euc-jp +nls_iso8859-1 +nls_iso8859-13 +nls_iso8859-14 +nls_iso8859-15 +nls_iso8859-2 +nls_iso8859-3 +nls_iso8859-4 +nls_iso8859-5 +nls_iso8859-6 +nls_iso8859-7 +nls_iso8859-9 +nls_koi8-r +nls_koi8-ru +nls_koi8-u +nls_utf8 +noa1305 +nosy +notifier-error-inject +nouveau +novatek-nvt-ts +nozomi +npcm-rng +npcm750-pwm-fan +npcm_adc +npcm_edac +nps_enet +ns558 +ns83820 +nsh +ntb +ntb_hw_epf +ntb_hw_idt +ntb_hw_switchtec +ntb_netdev +ntb_perf +ntb_pingpong +ntb_tool +ntb_transport +ntc_thermistor +ntfs +ntfs3 +ntxec +null_blk +nuvoton-cir +nvec +nvec_kbd +nvec_paz00 +nvec_power +nvec_ps2 +nvidiafb +nvme +nvme-apple +nvme-common +nvme-core +nvme-fabrics +nvme-fc +nvme-loop +nvme-rdma +nvme-tcp +nvmem-apple-efuses +nvmem-imx-iim +nvmem-imx-ocotp +nvmem-imx-ocotp-ele +nvmem-imx-ocotp-scu +nvmem-layerscape-sfp +nvmem-rave-sp-eeprom +nvmem-reboot-mode +nvmem-rmem +nvmem-rockchip-otp +nvmem-sc27xx-efuse +nvmem_meson_mx_efuse +nvmem_mtk-efuse +nvmem_qcom-spmi-sdam +nvmem_qfprom +nvmem_rockchip_efuse +nvmem_snvs_lpgpr +nvmem_sprd_efuse +nvmem_stm32_romem +nvmem_sunxi_sid +nvmem_u-boot-env +nvmet +nvmet-fc +nvmet-rdma +nvmet-tcp +nvsw-sn2201 +nwl-dsi +nxp-bbnsm-pwrkey +nxp-c45-tja11xx +nxp-cbtx +nxp-nci +nxp-nci_i2c +nxp-ptn3460 +nxp-tja11xx +nxt200x +nxt6000 +nzxt-kraken2 +nzxt-smart2 +objagg +ocelot-soc +ocfb +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stack_o2cb +ocfs2_stack_user +ocfs2_stackglue +ocmem +ocrdma +octeon_ep +octeontx-cpt +octeontx-cptvf +of-fpga-region +of_mmc_spi +of_pmem +of_xilinx_wdt +ofb +ofpart +og01a1b +ohci-platform +omap-mailbox +omap-rng +omap2_nand +omap4-keypad +omap_elm +omap_hwspinlock +omfs +omninet +on20 +on26 +onboard_usb_hub +onenand +onie-tlv +open-dice +opencores-kbd +openvswitch +opt3001 +opt4001 +optee +optee-rng +opticon +option +or51132 +or51211 +orangefs +orinoco +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +oti6858 +otm3225a +otx2_ptp +ov01a10 +ov02a10 +ov08d10 +ov08x40 +ov13858 +ov13b10 +ov2640 +ov2659 +ov2680 +ov2685 +ov2740 +ov4689 +ov5640 +ov5645 +ov5647 +ov5648 +ov5670 +ov5675 +ov5693 +ov5695 +ov6650 +ov7251 +ov7640 +ov7670 +ov772x +ov7740 +ov8856 +ov8858 +ov8865 +ov9282 +ov9640 +ov9650 +ov9734 +overlay +owl-dma +owl-emac +owl-mmc +oxu210hp-hcd +p54common +p54pci +p54spi +p54usb +p8022 +pa12203001 +palmas-pwrbutton +palmas-regulator +palmas_gpadc +pandora_bl +panel +panel-abt-y030xx067a +panel-arm-versatile +panel-asus-z00t-tm5p5-n35596 +panel-auo-a030jtn01 +panel-boe-bf060y8m-aj0 +panel-boe-himax8279d +panel-boe-tv101wum-nl6 +panel-dsi-cm +panel-ebbg-ft8719 +panel-edp +panel-elida-kd35t133 +panel-feixin-k101-im2ba02 +panel-feiyang-fy07024di26a30d +panel-himax-hx8394 +panel-ilitek-ili9322 +panel-ilitek-ili9341 +panel-ilitek-ili9881c +panel-innolux-ej030na +panel-innolux-p079zca +panel-jadard-jd9365da-h3 +panel-jdi-fhd-r63452 +panel-jdi-lt070me05000 +panel-khadas-ts050 +panel-kingdisplay-kd097d04 +panel-leadtek-ltk050h3146w +panel-leadtek-ltk500hd1829 +panel-lg-lb035q02 +panel-lg-lg4573 +panel-lvds +panel-magnachip-d53e6ea8966 +panel-mantix-mlaf057we51 +panel-mipi-dbi +panel-nec-nl8048hl11 +panel-newvision-nv3051d +panel-newvision-nv3052c +panel-novatek-nt35510 +panel-novatek-nt35560 +panel-novatek-nt35950 +panel-novatek-nt36523 +panel-novatek-nt36672a +panel-novatek-nt39016 +panel-olimex-lcd-olinuxino +panel-orisetech-ota5601a +panel-orisetech-otm8009a +panel-osd-osd101t2587-53ts +panel-panasonic-vvx10f034n00 +panel-raspberrypi-touchscreen +panel-raydium-rm67191 +panel-raydium-rm68200 +panel-ronbo-rb070d30 +panel-samsung-atna33xc20 +panel-samsung-db7430 +panel-samsung-ld9040 +panel-samsung-s6d16d0 +panel-samsung-s6d27a1 +panel-samsung-s6d7aa0 +panel-samsung-s6e3ha2 +panel-samsung-s6e63j0x03 +panel-samsung-s6e63m0 +panel-samsung-s6e63m0-dsi +panel-samsung-s6e63m0-spi +panel-samsung-s6e88a0-ams452ef01 +panel-samsung-s6e8aa0 +panel-samsung-sofef00 +panel-seiko-43wvf1g +panel-sharp-lq101r1sx01 +panel-sharp-ls037v7dw01 +panel-sharp-ls043t1le01 +panel-sharp-ls060t1sx01 +panel-simple +panel-sitronix-st7701 +panel-sitronix-st7703 +panel-sitronix-st7789v +panel-sony-acx565akm +panel-sony-td4353-jdi +panel-sony-tulip-truly-nt35521 +panel-tdo-tl070wsh30 +panel-tpo-td028ttec1 +panel-tpo-td043mtea1 +panel-tpo-tpg110 +panel-truly-nt35597 +panel-visionox-rm69299 +panel-visionox-vtdr6130 +panel-widechips-ws2401 +panel-xinpeng-xpp055c272 +panfrost +parade-ps8622 +parade-ps8640 +parkbd +parman +parport +parport_pc +parport_serial +parser_trx +pata_acpi +pata_ali +pata_amd +pata_artop +pata_atiixp +pata_atp867x +pata_cmd640 +pata_cmd64x +pata_cypress +pata_efar +pata_hpt366 +pata_hpt37x +pata_hpt3x2n +pata_hpt3x3 +pata_imx +pata_it8213 +pata_it821x +pata_jmicron +pata_legacy +pata_marvell +pata_mpiix +pata_netcell +pata_ninja32 +pata_ns87410 +pata_ns87415 +pata_of_platform +pata_oldpiix +pata_opti +pata_optidma +pata_parport +pata_pdc2027x +pata_pdc202xx_old +pata_piccolo +pata_platform +pata_radisys +pata_rdc +pata_rz1000 +pata_sch +pata_serverworks +pata_sil680 +pata_sis +pata_sl82c105 +pata_triflex +pata_via +pc300too +pc87360 +pc87427 +pca9450-regulator +pcap-regulator +pcap_keys +pcap_ts +pcbc +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci +pci-epf-mhi +pci-epf-ntb +pci-epf-vntb +pci-hyperv +pci-hyperv-intf +pci-meson +pci-pf-stub +pci-stub +pci200syn +pcie-apple +pcie-mediatek-gen3 +pcie-qcom-ep +pcie-rockchip-host +pcie-tegra194 +pcips2 +pcl711 +pcl724 +pcl726 +pcl730 +pcl812 +pcl816 +pcl818 +pcm3724 +pcmad +pcmcia_core +pcmcia_rsrc +pcmda12 +pcmmio +pcmuio +pcnet32 +pcrypt +pcs-mtk-lynxi +pcs_xpcs +pcwd_pci +pcwd_usb +pdc_adma +pdr_interface +pds_core +pds_vdpa +peak_pci +peak_pciefd +peak_usb +peci +peci-cpu +peci-cputemp +peci-dimmtemp +pegasus +pegasus_notetaker +penmount +pf8x00-regulator +pfr_telemetry +pfr_update +pfuze100-regulator +phantom +phonet +phram +phy-am654-serdes +phy-armada38x-comphy +phy-bcm-kona-usb2 +phy-berlin-sata +phy-berlin-usb +phy-cadence-salvo +phy-cadence-sierra +phy-cadence-torrent +phy-can-transceiver +phy-cpcap-usb +phy-exynos-usb2 +phy-fsl-imx8-mipi-dphy +phy-fsl-imx8m-pcie +phy-fsl-imx8mq-usb +phy-fsl-imx8qm-lvds-phy +phy-fsl-lynx-28g +phy-generic +phy-gmii-sel +phy-gpio-vbus-usb +phy-hi3660-usb3 +phy-hi3670-pcie +phy-hi3670-usb3 +phy-hi6220-usb +phy-hisi-inno-usb2 +phy-histb-combphy +phy-intel-keembay-emmc +phy-intel-keembay-usb +phy-isp1301 +phy-j721e-wiz +phy-mapphone-mdm6600 +phy-meson-axg-mipi-dphy +phy-meson-g12a-mipi-dphy-analog +phy-meson-g12a-usb2 +phy-meson-g12a-usb3-pcie +phy-meson-gxl-usb2 +phy-meson8b-usb2 +phy-mtk-dp +phy-mtk-hdmi-drv +phy-mtk-mipi-dsi-drv +phy-mtk-pcie +phy-mtk-tphy +phy-mtk-ufs +phy-mtk-xsphy +phy-mvebu-a3700-comphy +phy-mvebu-a3700-utmi +phy-mvebu-cp110-comphy +phy-mvebu-cp110-utmi +phy-ocelot-serdes +phy-omap-usb2 +phy-pxa-28nm-hsic +phy-pxa-28nm-usb2 +phy-qcom-apq8064-sata +phy-qcom-edp +phy-qcom-eusb2-repeater +phy-qcom-ipq4019-usb +phy-qcom-ipq806x-sata +phy-qcom-ipq806x-usb +phy-qcom-pcie2 +phy-qcom-qmp-combo +phy-qcom-qmp-pcie +phy-qcom-qmp-pcie-msm8996 +phy-qcom-qmp-ufs +phy-qcom-qmp-usb +phy-qcom-qusb2 +phy-qcom-sgmii-eth +phy-qcom-snps-eusb2 +phy-qcom-snps-femto-v2 +phy-qcom-usb-hs +phy-qcom-usb-hs-28nm +phy-qcom-usb-hsic +phy-qcom-usb-ss +phy-rcar-gen2 +phy-rcar-gen3-pcie +phy-rcar-gen3-usb2 +phy-rcar-gen3-usb3 +phy-rockchip-dp +phy-rockchip-dphy-rx0 +phy-rockchip-emmc +phy-rockchip-inno-csidphy +phy-rockchip-inno-dsidphy +phy-rockchip-inno-hdmi +phy-rockchip-inno-usb2 +phy-rockchip-naneng-combphy +phy-rockchip-pcie +phy-rockchip-snps-pcie3 +phy-rockchip-typec +phy-rockchip-usb +phy-stm32-usbphyc +phy-sun4i-usb +phy-sun50i-usb3 +phy-sun6i-mipi-dphy +phy-tahvo +phy-tegra-usb +phy-tegra-xusb +phy-tegra194-p2u +phy-tusb1210 +phy-zynqmp +physmap +pi3usb30532 +pi433 +pim4328 +pinctrl-apple-gpio +pinctrl-axp209 +pinctrl-cy8c95x0 +pinctrl-da9062 +pinctrl-imx8ulp +pinctrl-imx93 +pinctrl-ipq5018 +pinctrl-ipq5332 +pinctrl-ipq6018 +pinctrl-ipq8074 +pinctrl-ipq9574 +pinctrl-keembay +pinctrl-lochnagar +pinctrl-lpass-lpi +pinctrl-madera +pinctrl-max77620 +pinctrl-mcp23s08 +pinctrl-mcp23s08_i2c +pinctrl-mcp23s08_spi +pinctrl-mdm9607 +pinctrl-meson-s4 +pinctrl-mlxbf3 +pinctrl-msm8916 +pinctrl-msm8953 +pinctrl-msm8976 +pinctrl-msm8994 +pinctrl-msm8996 +pinctrl-msm8998 +pinctrl-mt6779 +pinctrl-qcm2290 +pinctrl-qcs404 +pinctrl-qdf2xxx +pinctrl-qdu1000 +pinctrl-rk805 +pinctrl-sa8775p +pinctrl-sc7180 +pinctrl-sc7280 +pinctrl-sc7280-lpass-lpi +pinctrl-sc8180x +pinctrl-sc8280xp +pinctrl-sc8280xp-lpass-lpi +pinctrl-sdm660 +pinctrl-sdm670 +pinctrl-sdm845 +pinctrl-sdx75 +pinctrl-sm6115 +pinctrl-sm6125 +pinctrl-sm6350 +pinctrl-sm6375 +pinctrl-sm7150 +pinctrl-sm8150 +pinctrl-sm8250 +pinctrl-sm8250-lpass-lpi +pinctrl-sm8350 +pinctrl-sm8450 +pinctrl-sm8450-lpass-lpi +pinctrl-sm8550 +pinctrl-sm8550-lpass-lpi +pinctrl-spmi-gpio +pinctrl-spmi-mpp +pinctrl-ssbi-gpio +pinctrl-ssbi-mpp +pinctrl-stmfx +pinctrl-zynqmp +pinephone-keyboard +ping +pistachio-internal-dac +pixcir_i2c_ts +pkcs7_test_key +pkcs8_key_parser +pktgen +pl111_drm +pl172 +pl2303 +pl330 +plat-ram +plat_nand +platform_lcd +platform_mhu +platform_profile +plfxlc +pli1209bc +plip +plusb +pluto2 +plx_dma +plx_pci +pm-notifier-error-inject +pm2fb +pm3fb +pm6764tr +pm80xx +pm8916_wdt +pm8941-pwrkey +pm8xxx-vibrator +pmbus +pmbus_core +pmc551 +pmcraid +pmic_glink +pmic_glink_altmode +pms7003 +pn532_uart +pn533 +pn533_i2c +pn533_usb +pn544 +pn544_i2c +pn_pep +poly1305-neon +poly1305_generic +polynomial +polyval-ce +polyval-generic +port100 +powermate +powr1220 +ppa +ppdev +ppp_async +ppp_deflate +ppp_mppe +ppp_synctty +pppoatm +pppoe +pppox +pps-gpio +pps-ldisc +pps_parport +pptp +prestera +prestera_pci +pretimeout_panic +prism2_usb +pru_rproc +pruss +ps2-gpio +ps2mult +psample +pse_regulator +psmouse +psnap +pstore_blk +pstore_zone +psxpad-spi +ptp-qoriq +ptp_clockmatrix +ptp_dfl_tod +ptp_idt82p33 +ptp_ines +ptp_kvm +ptp_ocp +pulse8-cec +pulsedlight-lidar-lite-v2 +pv88060-regulator +pv88080-regulator +pv88090-regulator +pvcalls-front +pvpanic +pvpanic-mmio +pvpanic-pci +pvrusb2 +pwc +pwm-apple +pwm-atmel-hlcdc +pwm-atmel-tcb +pwm-beeper +pwm-berlin +pwm-clk +pwm-cros-ec +pwm-dwc +pwm-fan +pwm-fsl-ftm +pwm-hibvt +pwm-imx-tpm +pwm-imx1 +pwm-imx27 +pwm-iqs620a +pwm-ir-tx +pwm-keembay +pwm-lp3943 +pwm-mediatek +pwm-meson +pwm-mtk-disp +pwm-ntxec +pwm-omap-dmtimer +pwm-pca9685 +pwm-rcar +pwm-regulator +pwm-renesas-tpu +pwm-rockchip +pwm-rz-mtu3 +pwm-sl28cpld +pwm-sprd +pwm-stm32 +pwm-stm32-lp +pwm-sun4i +pwm-tegra +pwm-tiecap +pwm-tiehrpwm +pwm-twl +pwm-twl-led +pwm-vibra +pwm-visconti +pwm-xilinx +pwm_bl +pwr-mlxbf +pwrseq_emmc +pwrseq_sd8787 +pwrseq_simple +pxa168_eth +pxa27x_udc +pxe1610 +pxrc +q54sj108a2 +q6adm +q6afe +q6afe-clocks +q6afe-dai +q6apm-dai +q6apm-lpass-dais +q6asm +q6asm-dai +q6core +q6prm +q6prm-clocks +q6routing +q6sstop-qcs404 +qaic +qat_4xxx +qat_c3xxx +qat_c3xxxvf +qat_c62x +qat_c62xvf +qat_dh895xcc +qat_dh895xccvf +qca8k +qca_7k_common +qcaspi +qcauart +qcaux +qcom-apcs-ipc-mailbox +qcom-camss +qcom-coincell +qcom-cpufreq-hw +qcom-cpufreq-nvmem +qcom-emac +qcom-geni-se +qcom-labibb-regulator +qcom-pm8008 +qcom-pon +qcom-rng +qcom-rpmh-regulator +qcom-spmi-adc-tm5 +qcom-spmi-adc5 +qcom-spmi-iadc +qcom-spmi-pmic +qcom-spmi-rradc +qcom-spmi-temp-alarm +qcom-spmi-vadc +qcom-vadc-common +qcom-wdt +qcom-wled +qcom_aoss +qcom_bam_dmux +qcom_battmgr +qcom_common +qcom_edac +qcom_eud +qcom_geni_serial +qcom_glink +qcom_glink_rpm +qcom_glink_smem +qcom_gsbi +qcom_hwspinlock +qcom_ice +qcom_nandc +qcom_pil_info +qcom_pmi8998_charger +qcom_pmic_tcpm +qcom_q6v5 +qcom_q6v5_adsp +qcom_q6v5_mss +qcom_q6v5_pas +qcom_q6v5_wcss +qcom_rpm +qcom_rpm-regulator +qcom_smbb +qcom_smd +qcom_smd-regulator +qcom_spmi-regulator +qcom_stats +qcom_sysmon +qcom_tsens +qcom_usb_vbus-regulator +qcomsmempart +qcrypto +qcserial +qed +qede +qedf +qedi +qedr +qemu_fw_cfg +qinfo_probe +qla1280 +qla2xxx +qla3xxx +qla4xxx +qlcnic +qlge +qm1d1b0004 +qm1d1c0042 +qmi_helpers +qmi_wwan +qnoc-msm8916 +qnoc-msm8939 +qnoc-msm8974 +qnoc-msm8996 +qnoc-qcm2290 +qnoc-qcs404 +qnoc-qdu1000 +qnoc-sa8775p +qnoc-sc7180 +qnoc-sc7280 +qnoc-sc8180x +qnoc-sc8280xp +qnoc-sdm660 +qnoc-sdm670 +qnoc-sdm845 +qnoc-sdx55 +qnoc-sdx65 +qnoc-sm6350 +qnoc-sm8150 +qnoc-sm8250 +qnoc-sm8350 +qnoc-sm8450 +qnoc-sm8550 +qnx4 +qnx6 +qoriq-cpufreq +qoriq_thermal +qrtr +qrtr-mhi +qrtr-smd +qrtr-tun +qsemi +qt1010 +qt1050 +qt1070 +qt2160 +qtnfmac +qtnfmac_pcie +quatech2 +quota_tree +quota_v1 +quota_v2 +qwiic-joystick +qxl +r592 +r6040 +r8152 +r8153_ecm +r8169 +r8192e_pci +r8192u_usb +r820t +r852 +r8712u +r8723bs +r8a66597-hcd +r8a66597-udc +r8a779f0-ether-serdes +raa215300 +radeon +radeonfb +radio-keene +radio-ma901 +radio-maxiradio +radio-mr800 +radio-platform-si4713 +radio-raremono +radio-shark +radio-si470x-common +radio-si470x-i2c +radio-si470x-usb +radio-si476x +radio-tea5764 +radio-usb-si4713 +radio-wl1273 +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid_class +rainshadow-cec +ramoops +ramp_controller +ravb +rave-sp +rave-sp-backlight +rave-sp-pwrbutton +rave-sp-wdt +raw_diag +raw_gadget +raydium_i2c_ts +rbd +rc-adstech-dvb-t-pci +rc-alink-dtu-m +rc-anysee +rc-apac-viewcomp +rc-astrometa-t2hybrid +rc-asus-pc39 +rc-asus-ps3-100 +rc-ati-tv-wonder-hd-600 +rc-ati-x10 +rc-avermedia +rc-avermedia-a16d +rc-avermedia-cardbus +rc-avermedia-dvbt +rc-avermedia-m135a +rc-avermedia-m733a-rm-k6 +rc-avermedia-rm-ks +rc-avertv-303 +rc-azurewave-ad-tu700 +rc-beelink-gs1 +rc-beelink-mxiii +rc-behold +rc-behold-columbus +rc-budget-ci-old +rc-cinergy +rc-cinergy-1400 +rc-core +rc-ct-90405 +rc-d680-dmb +rc-delock-61959 +rc-dib0700-nec +rc-dib0700-rc5 +rc-digitalnow-tinytwin +rc-digittrade +rc-dm1105-nec +rc-dntv-live-dvb-t +rc-dntv-live-dvbt-pro +rc-dreambox +rc-dtt200u +rc-dvbsky +rc-dvico-mce +rc-dvico-portable +rc-em-terratec +rc-encore-enltv +rc-encore-enltv-fm53 +rc-encore-enltv2 +rc-evga-indtube +rc-eztv +rc-flydvb +rc-flyvideo +rc-fusionhdtv-mce +rc-gadmei-rm008z +rc-geekbox +rc-genius-tvgo-a11mce +rc-gotview7135 +rc-hauppauge +rc-hisi-poplar +rc-hisi-tv-demo +rc-imon-mce +rc-imon-pad +rc-imon-rsc +rc-iodata-bctv7e +rc-it913x-v1 +rc-it913x-v2 +rc-kaiomy +rc-khadas +rc-khamsin +rc-kworld-315u +rc-kworld-pc150u +rc-kworld-plus-tv-analog +rc-leadtek-y04g0051 +rc-lme2510 +rc-loopback +rc-manli +rc-mecool-kii-pro +rc-mecool-kiii-pro +rc-medion-x10 +rc-medion-x10-digitainer +rc-medion-x10-or2x +rc-minix-neo +rc-msi-digivox-ii +rc-msi-digivox-iii +rc-msi-tvanywhere +rc-msi-tvanywhere-plus +rc-nebula +rc-nec-terratec-cinergy-xs +rc-norwood +rc-npgtech +rc-odroid +rc-pctv-sedna +rc-pine64 +rc-pinnacle-color +rc-pinnacle-grey +rc-pinnacle-pctv-hd +rc-pixelview +rc-pixelview-002t +rc-pixelview-mk12 +rc-pixelview-new +rc-powercolor-real-angel +rc-proteus-2309 +rc-purpletv +rc-pv951 +rc-rc6-mce +rc-real-audio-220-32-keys +rc-reddo +rc-snapstream-firefly +rc-streamzap +rc-su3000 +rc-tanix-tx3mini +rc-tanix-tx5max +rc-tbs-nec +rc-technisat-ts35 +rc-technisat-usb2 +rc-terratec-cinergy-c-pci +rc-terratec-cinergy-s2-hd +rc-terratec-cinergy-xs +rc-terratec-slim +rc-terratec-slim-2 +rc-tevii-nec +rc-tivo +rc-total-media-in-hand +rc-total-media-in-hand-02 +rc-trekstor +rc-tt-1500 +rc-twinhan-dtv-cab-ci +rc-twinhan1027 +rc-vega-s9x +rc-videomate-m1f +rc-videomate-s350 +rc-videomate-tv-pvr +rc-videostrong-kii-pro +rc-wetek-hub +rc-wetek-play2 +rc-winfast +rc-winfast-usbii-deluxe +rc-x96max +rc-xbox-360 +rc-xbox-dvd +rc-zx-irdec +rc5t583-regulator +rcar-csi2 +rcar-dmac +rcar-du-drm +rcar-fcp +rcar-isp +rcar-vin +rcar_can +rcar_canfd +rcar_cmm +rcar_drif +rcar_dw_hdmi +rcar_fdp1 +rcar_gen3_thermal +rcar_jpu +rcar_lvds +rcar_mipi_dsi +rcar_rproc +rcar_thermal +rdacm20 +rdacm21 +rdc321x-southbridge +rdma_cm +rdma_rxe +rdma_ucm +rds +rds_rdma +rds_tcp +realtek +realtek-mdio +realtek-smi +reboot-mode +redboot +redrat3 +reed_solomon +regmap-ac97 +regmap-i3c +regmap-sccb +regmap-sdw +regmap-sdw-mbq +regmap-slimbus +regmap-spi-avmm +regmap-spmi +regmap-w1 +regulator-haptic +reiserfs +renesas-nand-controller +renesas-rpc-if +renesas_sdhi_core +renesas_sdhi_internal_dmac +renesas_sdhi_sys_dmac +renesas_usb3 +renesas_usbf +renesas_usbhs +renesas_wdt +repaper +reset-a10sr +reset-hi3660 +reset-meson-audio-arb +reset-qcom-pdc +reset-scmi +reset-ti-sci +reset-ti-syscon +reset-tps380x +resistive-adc-touch +retu-mfd +retu-pwrbutton +retu_wdt +rfc1051 +rfc1201 +rfcomm +rfd77402 +rfd_ftl +rfkill-gpio +rio-scan +rio_cm +rio_mport_cdev +rionet +rivafb +rj54n1cb0c +rk3399_dmc +rk805-pwrkey +rk808-regulator +rk817_charger +rk8xx-core +rk8xx-i2c +rk8xx-spi +rk_crypto +rm3100-core +rm3100-i2c +rm3100-spi +rmd160 +rmi_core +rmi_i2c +rmi_smbus +rmi_spi +rmnet +rmtfs_mem +rn5t618 +rn5t618-adc +rn5t618-regulator +rn5t618_power +rn5t618_wdt +rnbd-client +rnbd-server +rndis_host +rndis_wlan +rockchip +rockchip-dfi +rockchip-isp1 +rockchip-nand-controller +rockchip-rga +rockchip-vdec +rockchip_saradc +rockchip_thermal +rockchipdrm +rocker +rohm-bd71828 +rohm-bd718x7 +rohm-bd9576 +rohm-bu27008 +rohm-bu27034 +rohm-regulator +rohm_bu21023 +romfs +rose +rotary_encoder +rp2 +rpcrdma +rpcsec_gss_krb5 +rpi-panel-attiny-regulator +rpm_master_stats +rpmpd +rpmsg_char +rpmsg_core +rpmsg_ctrl +rpmsg_ns +rpmsg_tty +rpmsg_wwan_ctrl +rpr0521 +rsi_91x +rsi_sdio +rsi_usb +rsmu-i2c +rsmu-spi +rswitch_drv +rt1719 +rt2400pci +rt2500pci +rt2500usb +rt2800lib +rt2800mmio +rt2800pci +rt2800usb +rt2x00lib +rt2x00mmio +rt2x00pci +rt2x00usb +rt4801-regulator +rt4803 +rt4831 +rt4831-backlight +rt4831-regulator +rt5033 +rt5033-regulator +rt5033_battery +rt5033_charger +rt5120 +rt5120-pwrkey +rt5120-regulator +rt5190a-regulator +rt5739 +rt5759-regulator +rt6160-regulator +rt6190-regulator +rt61pci +rt6245-regulator +rt73usb +rt9455_charger +rt9467-charger +rt9471 +rtc-88pm80x +rtc-88pm860x +rtc-ab-b5ze-s3 +rtc-ab-eoz9 +rtc-abx80x +rtc-armada38x +rtc-as3722 +rtc-bd70528 +rtc-bq32k +rtc-bq4802 +rtc-cadence +rtc-cpcap +rtc-cros-ec +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1302 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1685 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-em3027 +rtc-fm3130 +rtc-fsl-ftm-alarm +rtc-ftrtc010 +rtc-goldfish +rtc-hid-sensor-time +rtc-hym8563 +rtc-imx-sc +rtc-imxdi +rtc-isl12022 +rtc-isl12026 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max6916 +rtc-max77686 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-meson-vrtc +rtc-msm6242 +rtc-mt2712 +rtc-mt6397 +rtc-mt7622 +rtc-mxc +rtc-mxc_v2 +rtc-nct3018y +rtc-ntxec +rtc-nxp-bbnsm +rtc-optee +rtc-palmas +rtc-pcap +rtc-pcf2123 +rtc-pcf2127 +rtc-pcf50633 +rtc-pcf85063 +rtc-pcf8523 +rtc-pcf85363 +rtc-pcf8563 +rtc-pcf8583 +rtc-pl030 +rtc-pl031 +rtc-pm8xxx +rtc-r7301 +rtc-r9701 +rtc-rc5t583 +rtc-rc5t619 +rtc-rk808 +rtc-rp5c01 +rtc-rs5c348 +rtc-rs5c372 +rtc-rv3028 +rtc-rv3029c2 +rtc-rv3032 +rtc-rv8803 +rtc-rx4581 +rtc-rx6110 +rtc-rx8010 +rtc-rx8025 +rtc-rx8581 +rtc-s35390a +rtc-s5m +rtc-sc27xx +rtc-sd3078 +rtc-sh +rtc-snvs +rtc-stk17ta8 +rtc-stm32 +rtc-tegra +rtc-ti-k3 +rtc-tps6586x +rtc-tps65910 +rtc-twl +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtc-zynqmp +rtd520 +rti800 +rti802 +rti_wdt +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192ee +rtl8192se +rtl8365mb +rtl8366 +rtl8723-common +rtl8723ae +rtl8723be +rtl8821ae +rtl8xxxu +rtl_pci +rtl_usb +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtlwifi +rtmv20-regulator +rtq2134-regulator +rtq6056 +rtq6752-regulator +rtrs-client +rtrs-core +rtrs-server +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rtw88_8723d +rtw88_8723de +rtw88_8723ds +rtw88_8723du +rtw88_8821c +rtw88_8821ce +rtw88_8821cs +rtw88_8821cu +rtw88_8822b +rtw88_8822be +rtw88_8822bs +rtw88_8822bu +rtw88_8822c +rtw88_8822ce +rtw88_8822cs +rtw88_8822cu +rtw88_core +rtw88_pci +rtw88_sdio +rtw88_usb +rtw89_8851b +rtw89_8851be +rtw89_8852a +rtw89_8852ae +rtw89_8852b +rtw89_8852be +rtw89_8852c +rtw89_8852ce +rtw89_core +rtw89_pci +rvu_af +rvu_cptcommon +rvu_cptpf +rvu_cptvf +rvu_mbox +rvu_nicpf +rvu_nicvf +rx51_battery +rxperf +rxrpc +rz-dmac +rz-mtu3-cnt +rza_wdt +rzg2l-cru +rzg2l-csi2 +rzg2l_adc +rzg2l_mipi_dsi +rzg2l_thermal +rzg2l_wdt +rzn1_wdt +rzv2m_usb3drd +s1d13xxxfb +s2250 +s2255drv +s2io +s2mpa01 +s2mps11 +s3fb +s3fwrn5 +s3fwrn5_i2c +s3fwrn82_uart +s526 +s5c73m3 +s5h1409 +s5h1411 +s5h1420 +s5h1432 +s5k5baf +s5k6a3 +s5m8767 +s626 +s6sy761 +s921 +sa2ul +saa6588 +saa6752hs +saa7110 +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7134-go7007 +saa7146 +saa7146_vv +saa7164 +saa717x +saa7185 +saa7706h +safe_serial +sahara +sample-trace-array +samsung-dsim +samsung-keypad +samsung-sxgbe +samsung_tty +sata_dwc_460ex +sata_inic162x +sata_mv +sata_nv +sata_promise +sata_qstor +sata_rcar +sata_sil +sata_sil24 +sata_sis +sata_svw +sata_sx4 +sata_uli +sata_via +sata_vsc +savagefb +sb1000 +sbp_target +sbrmi +sbs-battery +sbs-charger +sbs-manager +sbsa_gwdt +sbtsi_temp +sc16is7xx +sc2731-regulator +sc2731_charger +sc27xx-poweroff +sc27xx-vibra +sc27xx_adc +sc27xx_fuel_gauge +sc92031 +sc9860-clk +sc9863a-clk +sca3000 +sca3300 +scd30_core +scd30_i2c +scd30_serial +scd4x +sch5627 +sch5636 +sch56xx-common +sch_cake +sch_cbs +sch_choke +sch_codel +sch_drr +sch_etf +sch_ets +sch_fq +sch_fq_codel +sch_fq_pie +sch_gred +sch_hfsc +sch_hhf +sch_htb +sch_ingress +sch_mqprio +sch_mqprio_lib +sch_multiq +sch_netem +sch_pie +sch_plug +sch_prio +sch_qfq +sch_red +sch_sfb +sch_sfq +sch_skbprio +sch_taprio +sch_tbf +sch_teql +sci-clk +sclk-div +scmi-cpufreq +scmi-hwmon +scmi-regulator +scmi_iio +scmi_pm_domain +scmi_power_control +scpi-cpufreq +scpi-hwmon +scpi_pm_domain +scsi_debug +scsi_dh_alua +scsi_dh_emc +scsi_dh_hp_sw +scsi_dh_rdac +scsi_transport_fc +scsi_transport_iscsi +scsi_transport_sas +scsi_transport_spi +scsi_transport_srp +sctp +sctp_diag +sd_adc_modulator +sdhci +sdhci-acpi +sdhci-cadence +sdhci-esdhc-imx +sdhci-milbeaut +sdhci-msm +sdhci-of-arasan +sdhci-of-at91 +sdhci-of-dwcmshc +sdhci-of-esdhc +sdhci-of-sparx5 +sdhci-omap +sdhci-pci +sdhci-pltfm +sdhci-pxav3 +sdhci-sprd +sdhci-tegra +sdhci-xenon-driver +sdhci_am654 +sdhci_f_sdh30 +sdio_uart +sensehat-joystick +sensorhub +serial-tegra +serial_ir +serio_raw +sermouse +serpent_generic +serport +ses +sf-pdma +sfc +sfc-falcon +sfc-siena +sfp +sgi_w1 +sgp30 +sgp40 +sh_eth +sh_mmcif +sh_mobile_lcdcfb +sha1-ce +sha2-ce +sha256-arm64 +sha3-ce +shark2 +shmob-drm +sht15 +sht21 +sht3x +sht4x +shtc1 +si1133 +si1145 +si2157 +si2165 +si2168 +si21xx +si4713 +si476x-core +si7005 +si7020 +sidewinder +sierra +sierra_net +sifive +sii902x +sii9234 +sil-sii8620 +sil164 +silead +simple-bridge +simple-mfd-i2c +simpledrm +simplefb +siox-bus-gpio +siox-core +sis190 +sis5595 +sis900 +sis_i2c +sisfb +sisusbvga +sit +siw +sja1000 +sja1000_isa +sja1000_platform +sja1105 +skfp +skge +sky2 +sky81452 +sky81452-backlight +sky81452-regulator +sl28cpld-hwmon +sl28cpld_wdt +sl28vpd +sl811-hcd +slcan +slg51000-regulator +slic_ds26522 +slicoss +slim-qcom-ctrl +slim-qcom-ngd-ctrl +slimbus +slip +slram +sm2_generic +sm3 +sm3-ce +sm3-neon +sm3_generic +sm4 +sm4-ce +sm4-ce-ccm +sm4-ce-cipher +sm4-ce-gcm +sm4-neon +sm4_generic +sm501 +sm501fb +sm712fb +sm750fb +sm_common +sm_ftl +smartpqi +smb347-charger +smc +smc_diag +smd-rpm +smem +smipcie +smm665 +smp2p +smpro-core +smpro-errmon +smpro-hwmon +smpro-misc +smsc +smsc47b397 +smsc47m1 +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smscufx +smsdvb +smsm +smsmdtv +smssdio +smsusb +snd +snd-ac97-codec +snd-acp-config +snd-ad1889 +snd-ak4113 +snd-ak4114 +snd-ak4xxx-adda +snd-ali5451 +snd-aloop +snd-als300 +snd-atiixp +snd-atiixp-modem +snd-au8810 +snd-au8820 +snd-au8830 +snd-aw2 +snd-azt3328 +snd-bcd2000 +snd-bebob +snd-bt87x +snd-ca0106 +snd-cmipci +snd-compress +snd-cs4281 +snd-cs46xx +snd-cs8427 +snd-ctl-led +snd-ctxfi +snd-darla20 +snd-darla24 +snd-dice +snd-dummy +snd-echo3g +snd-emu10k1 +snd-emu10k1-synth +snd-emu10k1x +snd-emux-synth +snd-ens1370 +snd-ens1371 +snd-es1938 +snd-es1968 +snd-fireface +snd-firewire-digi00x +snd-firewire-lib +snd-firewire-motu +snd-firewire-tascam +snd-fireworks +snd-fm801 +snd-gina20 +snd-gina24 +snd-hda-codec +snd-hda-codec-analog +snd-hda-codec-ca0110 +snd-hda-codec-ca0132 +snd-hda-codec-cirrus +snd-hda-codec-cmedia +snd-hda-codec-conexant +snd-hda-codec-cs8409 +snd-hda-codec-generic +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-core +snd-hda-cs-dsp-ctls +snd-hda-ext-core +snd-hda-intel +snd-hda-scodec-cs35l41 +snd-hda-scodec-cs35l41-i2c +snd-hda-scodec-cs35l41-spi +snd-hda-tegra +snd-hdsp +snd-hdspm +snd-hrtimer +snd-hwdep +snd-i2c +snd-ice1712 +snd-ice1724 +snd-ice17xx-ak4xxx +snd-indigo +snd-indigodj +snd-indigodjx +snd-indigoio +snd-indigoiox +snd-intel-dspcfg +snd-intel-sdw-acpi +snd-intel8x0 +snd-intel8x0m +snd-isight +snd-korg1212 +snd-layla20 +snd-layla24 +snd-lola +snd-lx6464es +snd-maestro3 +snd-mia +snd-mixart +snd-mixer-oss +snd-mona +snd-mpu401 +snd-mpu401-uart +snd-mtpav +snd-mts64 +snd-nm256 +snd-opl3-lib +snd-opl3-synth +snd-oxfw +snd-oxygen +snd-oxygen-lib +snd-pcm +snd-pcm-dmaengine +snd-pcmtest +snd-pcxhr +snd-portman2x4 +snd-pt2258 +snd-q6apm +snd-q6dsp-common +snd-rawmidi +snd-riptide +snd-rme32 +snd-rme96 +snd-rme9652 +snd-seq +snd-seq-device +snd-seq-dummy +snd-seq-midi +snd-seq-midi-emul +snd-seq-midi-event +snd-seq-ump-client +snd-seq-virmidi +snd-serial-generic +snd-serial-u16550 +snd-soc-63xx +snd-soc-ac97 +snd-soc-acp-da7219mx98357-mach +snd-soc-acp-es8336-mach +snd-soc-acp-rt5645-mach +snd-soc-acpi +snd-soc-adau-utils +snd-soc-adau1372 +snd-soc-adau1372-i2c +snd-soc-adau1372-spi +snd-soc-adau1701 +snd-soc-adau1761 +snd-soc-adau1761-i2c +snd-soc-adau1761-spi +snd-soc-adau17x1 +snd-soc-adau7002 +snd-soc-adau7118 +snd-soc-adau7118-hw +snd-soc-adau7118-i2c +snd-soc-adi-axi-i2s +snd-soc-adi-axi-spdif +snd-soc-ak4104 +snd-soc-ak4118 +snd-soc-ak4375 +snd-soc-ak4458 +snd-soc-ak4554 +snd-soc-ak4613 +snd-soc-ak4642 +snd-soc-ak5386 +snd-soc-ak5558 +snd-soc-alc5623 +snd-soc-alc5632 +snd-soc-apple-mca +snd-soc-apq8016-sbc +snd-soc-apq8096 +snd-soc-armada-370-db +snd-soc-audio-graph-card +snd-soc-audio-graph-card2 +snd-soc-audio-graph-card2-custom-sample +snd-soc-aw8738 +snd-soc-aw88395 +snd-soc-aw88395-lib +snd-soc-bd28623 +snd-soc-bt-sco +snd-soc-chv3-codec +snd-soc-core +snd-soc-cpcap +snd-soc-cros-ec-codec +snd-soc-cs35l32 +snd-soc-cs35l33 +snd-soc-cs35l34 +snd-soc-cs35l35 +snd-soc-cs35l36 +snd-soc-cs35l41 +snd-soc-cs35l41-i2c +snd-soc-cs35l41-lib +snd-soc-cs35l41-spi +snd-soc-cs35l45 +snd-soc-cs35l45-i2c +snd-soc-cs35l45-spi +snd-soc-cs35l56 +snd-soc-cs35l56-i2c +snd-soc-cs35l56-sdw +snd-soc-cs35l56-shared +snd-soc-cs35l56-spi +snd-soc-cs4234 +snd-soc-cs4265 +snd-soc-cs4270 +snd-soc-cs4271 +snd-soc-cs4271-i2c +snd-soc-cs4271-spi +snd-soc-cs42l42 +snd-soc-cs42l42-i2c +snd-soc-cs42l42-sdw +snd-soc-cs42l51 +snd-soc-cs42l51-i2c +snd-soc-cs42l52 +snd-soc-cs42l56 +snd-soc-cs42l73 +snd-soc-cs42l83-i2c +snd-soc-cs42xx8 +snd-soc-cs42xx8-i2c +snd-soc-cs43130 +snd-soc-cs4341 +snd-soc-cs4349 +snd-soc-cs53l30 +snd-soc-cx2072x +snd-soc-da7213 +snd-soc-da7219 +snd-soc-davinci-mcasp +snd-soc-dmic +snd-soc-es7134 +snd-soc-es7241 +snd-soc-es8316 +snd-soc-es8326 +snd-soc-es8328 +snd-soc-es8328-i2c +snd-soc-es8328-spi +snd-soc-fsi +snd-soc-fsl-asoc-card +snd-soc-fsl-asrc +snd-soc-fsl-aud2htx +snd-soc-fsl-audmix +snd-soc-fsl-easrc +snd-soc-fsl-esai +snd-soc-fsl-micfil +snd-soc-fsl-mqs +snd-soc-fsl-rpmsg +snd-soc-fsl-sai +snd-soc-fsl-spdif +snd-soc-fsl-ssi +snd-soc-fsl-utils +snd-soc-fsl-xcvr +snd-soc-gtm601 +snd-soc-hda-codec +snd-soc-hdmi-codec +snd-soc-ics43432 +snd-soc-idt821034 +snd-soc-imx-audmix +snd-soc-imx-audmux +snd-soc-imx-card +snd-soc-imx-es8328 +snd-soc-imx-hdmi +snd-soc-imx-rpmsg +snd-soc-imx-sgtl5000 +snd-soc-imx-spdif +snd-soc-inno-rk3036 +snd-soc-j721e-evm +snd-soc-kirkwood +snd-soc-kmb_platform +snd-soc-lochnagar-sc +snd-soc-lpass-apq8016 +snd-soc-lpass-cdc-dma +snd-soc-lpass-cpu +snd-soc-lpass-hdmi +snd-soc-lpass-ipq806x +snd-soc-lpass-macro-common +snd-soc-lpass-platform +snd-soc-lpass-rx-macro +snd-soc-lpass-sc7180 +snd-soc-lpass-sc7280 +snd-soc-lpass-tx-macro +snd-soc-lpass-va-macro +snd-soc-lpass-wsa-macro +snd-soc-max9759 +snd-soc-max98088 +snd-soc-max98090 +snd-soc-max98357a +snd-soc-max98363 +snd-soc-max98373 +snd-soc-max98373-i2c +snd-soc-max98373-sdw +snd-soc-max98388 +snd-soc-max98390 +snd-soc-max98396 +snd-soc-max98504 +snd-soc-max98520 +snd-soc-max9860 +snd-soc-max9867 +snd-soc-max98927 +snd-soc-meson-aiu +snd-soc-meson-axg-fifo +snd-soc-meson-axg-frddr +snd-soc-meson-axg-pdm +snd-soc-meson-axg-sound-card +snd-soc-meson-axg-spdifin +snd-soc-meson-axg-spdifout +snd-soc-meson-axg-tdm-formatter +snd-soc-meson-axg-tdm-interface +snd-soc-meson-axg-tdmin +snd-soc-meson-axg-tdmout +snd-soc-meson-axg-toddr +snd-soc-meson-card-utils +snd-soc-meson-codec-glue +snd-soc-meson-g12a-toacodec +snd-soc-meson-g12a-tohdmitx +snd-soc-meson-gx-sound-card +snd-soc-meson-t9015 +snd-soc-mikroe-proto +snd-soc-msm8916-analog +snd-soc-msm8916-digital +snd-soc-mt6351 +snd-soc-mt6358 +snd-soc-mt6359 +snd-soc-mt6660 +snd-soc-mt6797-afe +snd-soc-mt8183-afe +snd-soc-mt8186-afe +snd-soc-mt8188-afe +snd-soc-mt8192-afe +snd-soc-mt8195-afe +snd-soc-mtk-common +snd-soc-nau8315 +snd-soc-nau8540 +snd-soc-nau8810 +snd-soc-nau8821 +snd-soc-nau8822 +snd-soc-nau8824 +snd-soc-nau8825 +snd-soc-pcm1681 +snd-soc-pcm1789-codec +snd-soc-pcm1789-i2c +snd-soc-pcm179x-codec +snd-soc-pcm179x-i2c +snd-soc-pcm179x-spi +snd-soc-pcm186x +snd-soc-pcm186x-i2c +snd-soc-pcm186x-spi +snd-soc-pcm3060 +snd-soc-pcm3060-i2c +snd-soc-pcm3060-spi +snd-soc-pcm3168a +snd-soc-pcm3168a-i2c +snd-soc-pcm3168a-spi +snd-soc-pcm5102a +snd-soc-pcm512x +snd-soc-pcm512x-i2c +snd-soc-pcm512x-spi +snd-soc-peb2466 +snd-soc-qcom-common +snd-soc-qcom-sdw +snd-soc-rcar +snd-soc-rk3288-hdmi-analog +snd-soc-rk3328 +snd-soc-rk3399-gru-sound +snd-soc-rk817 +snd-soc-rl6231 +snd-soc-rockchip-i2s +snd-soc-rockchip-i2s-tdm +snd-soc-rockchip-max98090 +snd-soc-rockchip-pdm +snd-soc-rockchip-rt5645 +snd-soc-rockchip-spdif +snd-soc-rt1011 +snd-soc-rt1015 +snd-soc-rt1015p +snd-soc-rt1308-sdw +snd-soc-rt1316-sdw +snd-soc-rt1318-sdw +snd-soc-rt5514 +snd-soc-rt5514-spi +snd-soc-rt5616 +snd-soc-rt5631 +snd-soc-rt5640 +snd-soc-rt5645 +snd-soc-rt5659 +snd-soc-rt5663 +snd-soc-rt5677 +snd-soc-rt5677-spi +snd-soc-rt5682 +snd-soc-rt5682-i2c +snd-soc-rt5682-sdw +snd-soc-rt5682s +snd-soc-rt700 +snd-soc-rt711 +snd-soc-rt711-sdca +snd-soc-rt712-sdca +snd-soc-rt712-sdca-dmic +snd-soc-rt715 +snd-soc-rt715-sdca +snd-soc-rt722-sdca +snd-soc-rt9120 +snd-soc-rz-ssi +snd-soc-sc7180 +snd-soc-sc7280 +snd-soc-sc8280xp +snd-soc-sdm845 +snd-soc-sdw-mockup +snd-soc-sgtl5000 +snd-soc-si476x +snd-soc-sigmadsp +snd-soc-sigmadsp-i2c +snd-soc-sigmadsp-regmap +snd-soc-simple-amplifier +snd-soc-simple-card +snd-soc-simple-card-utils +snd-soc-simple-mux +snd-soc-sm8250 +snd-soc-sma1303 +snd-soc-spdif-rx +snd-soc-spdif-tx +snd-soc-sprd-platform +snd-soc-src4xxx +snd-soc-src4xxx-i2c +snd-soc-ssm2305 +snd-soc-ssm2518 +snd-soc-ssm2602 +snd-soc-ssm2602-i2c +snd-soc-ssm2602-spi +snd-soc-ssm3515 +snd-soc-ssm4567 +snd-soc-sta32x +snd-soc-sta350 +snd-soc-sti-sas +snd-soc-stm32-i2s +snd-soc-stm32-sai +snd-soc-stm32-sai-sub +snd-soc-stm32-spdifrx +snd-soc-storm +snd-soc-tas2552 +snd-soc-tas2562 +snd-soc-tas2764 +snd-soc-tas2770 +snd-soc-tas2780 +snd-soc-tas2781-comlib +snd-soc-tas2781-fmwlib +snd-soc-tas2781-i2c +snd-soc-tas5086 +snd-soc-tas571x +snd-soc-tas5720 +snd-soc-tas5805m +snd-soc-tas6424 +snd-soc-tda7419 +snd-soc-tegra-audio-graph-card +snd-soc-tegra-machine +snd-soc-tegra-pcm +snd-soc-tegra-wm8903 +snd-soc-tegra186-asrc +snd-soc-tegra186-dspk +snd-soc-tegra20-ac97 +snd-soc-tegra20-das +snd-soc-tegra20-i2s +snd-soc-tegra20-spdif +snd-soc-tegra210-admaif +snd-soc-tegra210-adx +snd-soc-tegra210-ahub +snd-soc-tegra210-amx +snd-soc-tegra210-dmic +snd-soc-tegra210-i2s +snd-soc-tegra210-mixer +snd-soc-tegra210-mvc +snd-soc-tegra210-ope +snd-soc-tegra210-sfc +snd-soc-tegra30-ahub +snd-soc-tegra30-i2s +snd-soc-test-component +snd-soc-tfa9879 +snd-soc-tfa989x +snd-soc-ti-edma +snd-soc-ti-sdma +snd-soc-ti-udma +snd-soc-tlv320adc3xxx +snd-soc-tlv320adcx140 +snd-soc-tlv320aic23 +snd-soc-tlv320aic23-i2c +snd-soc-tlv320aic23-spi +snd-soc-tlv320aic31xx +snd-soc-tlv320aic32x4 +snd-soc-tlv320aic32x4-i2c +snd-soc-tlv320aic32x4-spi +snd-soc-tlv320aic3x +snd-soc-tlv320aic3x-i2c +snd-soc-tlv320aic3x-spi +snd-soc-tpa6130a2 +snd-soc-ts3a227e +snd-soc-tscs42xx +snd-soc-tscs454 +snd-soc-uda1334 +snd-soc-wcd-mbhc +snd-soc-wcd9335 +snd-soc-wcd934x +snd-soc-wcd938x +snd-soc-wcd938x-sdw +snd-soc-wm-adsp +snd-soc-wm-hubs +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8524 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8731-i2c +snd-soc-wm8731-spi +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8782 +snd-soc-wm8804 +snd-soc-wm8804-i2c +snd-soc-wm8804-spi +snd-soc-wm8903 +snd-soc-wm8904 +snd-soc-wm8940 +snd-soc-wm8960 +snd-soc-wm8961 +snd-soc-wm8962 +snd-soc-wm8974 +snd-soc-wm8978 +snd-soc-wm8985 +snd-soc-wm8994 +snd-soc-wm9712 +snd-soc-wsa881x +snd-soc-wsa883x +snd-soc-wsa884x +snd-soc-xlnx-formatter-pcm +snd-soc-xlnx-i2s +snd-soc-xlnx-spdif +snd-soc-xtfpga-i2s +snd-soc-zl38060 +snd-sof +snd-sof-imx8 +snd-sof-imx8m +snd-sof-imx8ulp +snd-sof-mt8186 +snd-sof-mt8195 +snd-sof-of +snd-sof-utils +snd-sof-xtensa-dsp +snd-sonicvibes +snd-timer +snd-trident +snd-ua101 +snd-ump +snd-usb-6fire +snd-usb-audio +snd-usb-caiaq +snd-usb-hiface +snd-usb-line6 +snd-usb-pod +snd-usb-podhd +snd-usb-toneport +snd-usb-variax +snd-usbmidi-lib +snd-util-mem +snd-via82xx +snd-via82xx-modem +snd-virmidi +snd-virtuoso +snd-vx-lib +snd-vx222 +snd-ymfpci +snd_xen_front +snet_vdpa +snic +snps_udc_core +snps_udc_plat +snvs_pwrkey +soc_button_array +socfpga +socfpga-a10 +socinfo +softdog +softing +solo6x10 +solos-pci +sony-btf-mpx +soundcore +soundwire-amd +soundwire-bus +soundwire-cadence +soundwire-generic-allocation +soundwire-intel +soundwire-qcom +sp2 +sp805_wdt +sp8870 +sp887x +spaceball +spaceorb +sparse-keymap +sparx5-switch +sparx5-temp +spcp8x5 +speakup +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_dectlk +speakup_dummy +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +speedfax +speedtch +spi-altera-core +spi-altera-dfl +spi-altera-platform +spi-amd +spi-amlogic-spifc-a1 +spi-armada-3700 +spi-axi-spi-engine +spi-bitbang +spi-butterfly +spi-cadence +spi-cadence-quadspi +spi-cadence-xspi +spi-dln2 +spi-dw +spi-dw-mmio +spi-dw-pci +spi-fsi +spi-fsl-dspi +spi-fsl-lpspi +spi-fsl-qspi +spi-geni-qcom +spi-gpio +spi-hisi-kunpeng +spi-hisi-sfc-v3xx +spi-imx +spi-lm70llp +spi-loopback-test +spi-meson-spicc +spi-meson-spifc +spi-microchip-core +spi-microchip-core-qspi +spi-mt65xx +spi-mtk-nor +spi-mtk-snfi +spi-mux +spi-mxic +spi-nor +spi-npcm-fiu +spi-npcm-pspi +spi-nxp-fspi +spi-oc-tiny +spi-orion +spi-pci1xxxx +spi-pl022 +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-qcom-qspi +spi-qup +spi-rockchip +spi-rockchip-sfc +spi-rpc-if +spi-rspi +spi-rzv2m-csi +spi-sc18is602 +spi-sh-hspi +spi-sh-msiof +spi-sifive +spi-slave-mt27xx +spi-slave-system-control +spi-slave-time +spi-sn-f-ospi +spi-sprd +spi-sprd-adi +spi-stm32 +spi-stm32-qspi +spi-sun6i +spi-synquacer +spi-tegra114 +spi-tegra20-sflash +spi-tegra20-slink +spi-tegra210-quad +spi-thunderx +spi-tle62x0 +spi-wpcm-fiu +spi-xcomm +spi-xlp +spi-zynqmp-gqspi +spi_ks8995 +spidev +spinand +spl +spmi +spmi-mtk-pmif +spmi-pmic-arb +sprd-dma +sprd-drm +sprd-iommu +sprd-mailbox +sprd-mcdt +sprd-sc27xx-spi +sprd_hwspinlock +sprd_serial +sprd_thermal +sprd_wdt +sps30 +sps30_i2c +sps30_serial +sr9700 +sr9800 +srf04 +srf08 +ssb +ssb-hcd +ssd1307fb +ssd130x +ssd130x-i2c +ssd130x-spi +ssfdc +ssif_bmc +ssp_accel_sensor +ssp_gyro_sensor +ssp_iio +sst25l +sstfb +ssu100 +st +st-mipid02 +st-nci +st-nci_i2c +st-nci_spi +st-vgxy61 +st1232 +st21nfca_hci +st21nfca_i2c +st7586 +st7735r +st95hf +st_accel +st_accel_i2c +st_accel_spi +st_drv +st_gyro +st_gyro_i2c +st_gyro_spi +st_lsm6dsx +st_lsm6dsx_i2c +st_lsm6dsx_i3c +st_lsm6dsx_spi +st_lsm9ds0 +st_lsm9ds0_i2c +st_lsm9ds0_spi +st_magn +st_magn_i2c +st_magn_spi +st_pressure +st_pressure_i2c +st_pressure_spi +st_sensors +st_sensors_i2c +st_sensors_spi +st_thermal +st_thermal_memmap +st_uvis25_core +st_uvis25_i2c +st_uvis25_spi +starfire +stb0899 +stb6000 +stb6100 +ste10Xp +stex +stinger +stk1160 +stk3310 +stk8312 +stk8ba50 +stm-drm +stm32-adc +stm32-adc-core +stm32-booster +stm32-cec +stm32-crc32 +stm32-cryp +stm32-dac +stm32-dac-core +stm32-dcmi +stm32-dfsdm-adc +stm32-dfsdm-core +stm32-dma2d +stm32-fmc2-ebi +stm32-hash +stm32-lptimer +stm32-lptimer-cnt +stm32-lptimer-trigger +stm32-rng +stm32-timer-cnt +stm32-timer-trigger +stm32-timers +stm32-usart +stm32-vrefbuf +stm32_adfsdm +stm32_fmc2_nand +stm32_iwdg +stm32_rproc +stm_console +stm_core +stm_ftrace +stm_heartbeat +stm_p_basic +stm_p_sys-t +stmfts +stmfx +stmmac +stmmac-pci +stmmac-platform +stmpe-adc +stmpe-keypad +stmpe-ts +stowaway +stp +stpddc60 +stpmic1 +stpmic1_onkey +stpmic1_regulator +stpmic1_wdt +stratix10-rsu +stratix10-soc +stratix10-svc +streamzap +streebog_generic +stts751 +stusb160x +stv0288 +stv0297 +stv0299 +stv0367 +stv0900 +stv090x +stv0910 +stv6110 +stv6110x +stv6111 +sun4i-csi +sun4i-drm +sun4i-gpadc +sun4i-ss +sun4i-tcon +sun4i_tv +sun50i-codec-analog +sun50i-cpufreq-nvmem +sun50i-dmic +sun6i-csi +sun6i-dma +sun6i-isp +sun6i-mipi-csi2 +sun6i-rtc-ccu +sun6i_drc +sun6i_hwspinlock +sun6i_mipi_dsi +sun8i-a33-mbus +sun8i-a83t-mipi-csi2 +sun8i-adda-pr-regmap +sun8i-ce +sun8i-codec +sun8i-codec-analog +sun8i-di +sun8i-drm-hdmi +sun8i-mixer +sun8i-rotate +sun8i-ss +sun8i_tcon_top +sun8i_thermal +sundance +sungem +sungem_phy +sunhme +suni +sunkbd +sunrise_co2 +sunrpc +sunxi +sunxi-cedrus +sunxi-cir +sunxi-mmc +sunxi-rsb +sunxi_wdt +sur40 +surface3_spi +surface_acpi_notify +surface_aggregator +surface_aggregator_cdev +surface_aggregator_hub +surface_aggregator_registry +surface_aggregator_tabletsw +surface_battery +surface_charger +surface_dtx +surface_gpe +surface_hid +surface_hid_core +surface_hotplug +surface_kbd +surface_platform_profile +svc-i3c-master +svgalib +switchtec +sx8654 +sx9310 +sx9324 +sx9360 +sx9500 +sx_common +sy7636a-hwmon +sy7636a-regulator +sy8106a-regulator +sy8824x +sy8827n +sym53c8xx +symbolserial +synaptics_i2c +synaptics_usb +synclink_gt +synopsys_edac +syscon-reboot-mode +sysv +t5403 +tag_ar9331 +tag_brcm +tag_dsa +tag_gswip +tag_hellcreek +tag_ksz +tag_lan9303 +tag_mtk +tag_none +tag_ocelot +tag_ocelot_8021q +tag_qca +tag_rtl4_a +tag_rtl8_4 +tag_rzn1_a5psw +tag_sja1105 +tag_trailer +tag_xrs700x +tap +target_core_file +target_core_iblock +target_core_mod +target_core_pscsi +target_core_user +tc-dwc-g210 +tc-dwc-g210-pci +tc-dwc-g210-pltfrm +tc358743 +tc358746 +tc358762 +tc358764 +tc358767 +tc358768 +tc358775 +tc3589x-keypad +tc654 +tc74 +tc90522 +tca6416-keypad +tca8418_keypad +tcan4x5x +tcm_fc +tcm_loop +tcm_qla2xxx +tcm_remote +tcm_usb_gadget +tcp_bbr +tcp_bic +tcp_cdg +tcp_dctcp +tcp_diag +tcp_highspeed +tcp_htcp +tcp_hybla +tcp_illinois +tcp_lp +tcp_nv +tcp_scalable +tcp_vegas +tcp_veno +tcp_westwood +tcp_yeah +tcpci +tcpci_maxim +tcpci_mt6360 +tcpci_mt6370 +tcpci_rt1711h +tcpm +tcrypt +tcs3414 +tcs3472 +tcsrcc-sm8550 +tda10021 +tda10023 +tda10048 +tda1004x +tda10071 +tda10086 +tda18212 +tda18218 +tda18250 +tda18271 +tda18271c2dd +tda1997x +tda38640 +tda665x +tda7432 +tda8083 +tda8261 +tda826x +tda827x +tda8290 +tda9840 +tda9887 +tda9950 +tda998x +tdfxfb +tdo24m +tea575x +tea5761 +tea5767 +tea6415c +tea6420 +team +team_mode_activebackup +team_mode_broadcast +team_mode_loadbalance +team_mode_random +team_mode_roundrobin +tee +tef6862 +tegra-aconnect +tegra-bpmp-thermal +tegra-drm +tegra-gmi +tegra-kbc +tegra-vde +tegra-video +tegra-xudc +tegra186-cpufreq +tegra186-gpc-dma +tegra194-cpufreq +tegra210-adma +tegra210-emc +tegra30-devfreq +tegra_cec +tegra_nand +tegra_wdt +tehuti +teranetics +test_blackhole_dev +test_bpf +test_power +tg3 +thc63lvd1024 +thermal-generic-adc +thermal_mmio +thmc50 +ths7303 +ths8200 +thunder_bgx +thunder_xcv +thunderbolt +thunderbolt_net +thunderx-mmc +thunderx2_pmu +thunderx_edac +thunderx_zip +ti-adc081c +ti-adc0832 +ti-adc084s021 +ti-adc108s102 +ti-adc12138 +ti-adc128s052 +ti-adc161s626 +ti-ads1015 +ti-ads1100 +ti-ads124s08 +ti-ads131e08 +ti-ads7924 +ti-ads7950 +ti-ads8344 +ti-ads8688 +ti-am65-cpsw-nuss +ti-cal +ti-dac082s085 +ti-dac5571 +ti-dac7311 +ti-dac7612 +ti-dlpc3433 +ti-ecap-capture +ti-j721e-ufs +ti-lmp92064 +ti-lmu +ti-sn65dsi83 +ti-sn65dsi86 +ti-tfp410 +ti-tlc4541 +ti-tpd12s015 +ti-tsc2046 +ti_am335x_adc +ti_am335x_tsc +ti_am335x_tscadc +ti_k3_dsp_remoteproc +ti_k3_r5_remoteproc +ti_sci_pm_domains +ti_usb_3410_5052 +tidss +tifm_7xx1 +tifm_core +tifm_ms +tifm_sd +timeriomem-rng +tipc +tlan +tls +tlv320aic23b +tm2-touchkey +tmag5273 +tmdc +tmio_mmc_core +tmp006 +tmp007 +tmp102 +tmp103 +tmp108 +tmp117 +tmp401 +tmp421 +tmp464 +tmp513 +toshsd +touchit213 +touchright +touchwin +tpci200 +tpl0102 +tpm_atmel +tpm_ftpm_tee +tpm_i2c_atmel +tpm_i2c_infineon +tpm_i2c_nuvoton +tpm_infineon +tpm_st33zp24 +tpm_st33zp24_i2c +tpm_st33zp24_spi +tpm_tis_i2c +tpm_tis_i2c_cr50 +tpm_tis_spi +tpm_tis_synquacer +tpm_vtpm_proxy +tps23861 +tps40422 +tps51632-regulator +tps53679 +tps546d24 +tps6105x +tps6105x-regulator +tps62360-regulator +tps6286x-regulator +tps6287x-regulator +tps65010 +tps65023-regulator +tps6507x +tps6507x-regulator +tps6507x-ts +tps65086 +tps65086-regulator +tps65090-charger +tps65090-regulator +tps65132-regulator +tps65217 +tps65217-regulator +tps65217_bl +tps65217_charger +tps65218 +tps65218-pwrbutton +tps65218-regulator +tps65219 +tps65219-pwrbutton +tps65219-regulator +tps6524x-regulator +tps6586x-regulator +tps65910-regulator +tps65912-regulator +tps6594-core +tps6594-esm +tps6594-i2c +tps6594-pfsm +tps6594-regulator +tps6594-spi +tps6598x +tqmx86 +trace-printk +trancevibrator +trf7970a +tridentfb +ts2020 +ts_bm +ts_fsm +ts_kmp +tsc2004 +tsc2005 +tsc2007 +tsc200x-core +tsc40 +tsi721_mport +tsl2550 +tsl2563 +tsl2583 +tsl2591 +tsl2772 +tsl4531 +tsnep +tsys01 +tsys02d +ttm +ttpci-eeprom +ttusb_dec +ttusbdecfe +ttusbir +ttynull +tua6100 +tua9001 +tulip +tuner +tuner-simple +tuner-types +tunnel4 +tunnel6 +turbografx +turingcc-qcs404 +turris-mox-rwtm +tvaudio +tveeprom +tvp514x +tvp5150 +tvp7002 +tw2804 +tw5864 +tw68 +tw686x +tw9903 +tw9906 +tw9910 +twidjoy +twl-regulator +twl4030-madc +twl4030-pwrbutton +twl4030-vibra +twl4030_charger +twl4030_keypad +twl4030_madc_battery +twl4030_wdt +twl6030-gpadc +twl6030-regulator +twl6040-vibra +twofish_common +twofish_generic +txgbe +typec +typec_displayport +typec_nvidia +typec_ucsi +typhoon +uPD60620 +u_audio +u_ether +u_serial +uacce +uartlite +uas +ubi +ubifs +ublk_drv +ubuntu-host +ucan +ucc_uart +ucd9000 +ucd9200 +ucs1002_power +ucsi_acpi +ucsi_ccg +ucsi_glink +ucsi_stm32g0 +uda1342 +udc-core +udc-xilinx +udf +udl +udlfb +udp_diag +udp_tunnel +ueagle-atm +ufs +ufs-hisi +ufs-mediatek +ufs-qcom +ufs-renesas +ufs-sprd +ufshcd-core +ufshcd-dwc +ufshcd-pci +ufshcd-pltfrm +ug3105_battery +uhid +uio +uio_aec +uio_cif +uio_dfl +uio_dmem_genirq +uio_hv_generic +uio_mf624 +uio_netx +uio_pci_generic +uio_pdrv_genirq +uio_pruss +uio_sercos3 +uleds +uli526x +ulpi +ums-alauda +ums-cypress +ums-datafab +ums-eneub6250 +ums-freecom +ums-isd200 +ums-jumpshot +ums-karma +ums-onetouch +ums-realtek +ums-sddr09 +ums-sddr55 +ums-usbat +ums512-clk +unix_diag +upd64031a +upd64083 +upd78f0730 +us5182d +usb-conn-gpio +usb-dmac +usb-serial-simple +usb-storage +usb251xb +usb3503 +usb4604 +usb8xxx +usb_8dev +usb_debug +usb_f_acm +usb_f_ecm +usb_f_ecm_subset +usb_f_eem +usb_f_fs +usb_f_hid +usb_f_mass_storage +usb_f_midi +usb_f_ncm +usb_f_obex +usb_f_phonet +usb_f_printer +usb_f_rndis +usb_f_serial +usb_f_ss_lb +usb_f_tcm +usb_f_uac1 +usb_f_uac1_legacy +usb_f_uac2 +usb_f_uvc +usb_wwan +usbatm +usbdux +usbduxfast +usbduxsigma +usbhid +usbip-core +usbip-host +usbip-vudc +usbkbd +usblcd +usblp +usbmisc_imx +usbmon +usbmouse +usbnet +usbserial +usbsevseg +usbtest +usbtmc +usbtouchscreen +usbtv +usdhi6rol0 +userio +userspace-consumer +ushc +uss720 +uvc +uvcvideo +uvesafb +v4l2-async +v4l2-dv-timings +v4l2-flash-led-class +v4l2-fwnode +v4l2-h264 +v4l2-jpeg +v4l2-mem2mem +v4l2-tpg +v4l2-vp9 +vcan +vcnl3020 +vcnl4000 +vcnl4035 +vcpu_stall_detector +vctrl-regulator +vdpa +vdpa_sim +vdpa_sim_blk +vdpa_sim_net +vduse +veml6030 +veml6070 +venus-core +venus-dec +venus-enc +versal-fpga +ves1820 +ves1x93 +veth +vexpress-hwmon +vexpress-regulator +vf610_adc +vf610_dac +vfio +vfio-amba +vfio-cdx +vfio-fsl-mc +vfio-pci +vfio-pci-core +vfio-platform +vfio-platform-amdxgbe +vfio-platform-base +vfio-platform-calxedaxgmac +vfio_iommu_type1 +vgastate +vgem +vgg2432a4 +vhci-hcd +vhost +vhost_iotlb +vhost_net +vhost_scsi +vhost_vdpa +vhost_vsock +via-rhine +via-sdmmc +via-velocity +via686a +vicodec +video +video-i2c +video-mux +videobuf-core +videobuf-dma-sg +videobuf2-common +videobuf2-dma-contig +videobuf2-dma-sg +videobuf2-dvb +videobuf2-memops +videobuf2-v4l2 +videobuf2-vmalloc +videocc-sc7180 +videocc-sc7280 +videocc-sdm845 +videocc-sm8150 +videocc-sm8250 +videocc-sm8350 +videocc-sm8450 +videocc-sm8550 +videodev +vim2m +vimc +viperboard +viperboard_adc +virt_wifi +virtio-gpu +virtio-rng +virtio_bt +virtio_crypto +virtio_dma_buf +virtio_input +virtio_mem +virtio_pmem +virtio_rpmsg_bus +virtio_snd +virtio_vdpa +virtiofs +virtual +virtual_ncidev +visconti_wdt +visl +visor +vitesse +vitesse-vsc73xx-core +vitesse-vsc73xx-platform +vitesse-vsc73xx-spi +vivid +vkms +vl53l0x-i2c +vl6180 +vmac +vme_fake +vme_tsi148 +vme_user +vmgenid +vmk80xx +vmw_vmci +vmw_vsock_virtio_transport +vmw_vsock_virtio_transport_common +vmw_vsock_vmci_transport +vmwgfx +vp27smpx +vp_vdpa +vport-geneve +vport-gre +vport-vxlan +vpx3220 +vqmmc-ipq4019-regulator +vrf +vringh +vsock +vsock_diag +vsock_loopback +vsockmon +vsp1 +vsxxxaa +vt1211 +vt6655_stage +vt6656_stage +vt8231 +vt8623fb +vub300 +vx855 +vxcan +vxlan +vz89x +w1-gpio +w1_ds2405 +w1_ds2406 +w1_ds2408 +w1_ds2413 +w1_ds2423 +w1_ds2430 +w1_ds2431 +w1_ds2433 +w1_ds2438 +w1_ds250x +w1_ds2780 +w1_ds2781 +w1_ds2805 +w1_ds28e04 +w1_ds28e17 +w1_smem +w1_therm +w5100 +w5100-spi +w5300 +w6692 +w83627ehf +w83627hf +w83773g +w83781d +w83791d +w83792d +w83793 +w83795 +w83l785ts +w83l786ng +wacom +wacom_i2c +wacom_serial4 +wacom_w8001 +walkera0701 +wanxl +warrior +wcd934x +wcn36xx +wcnss_ctrl +wd719x +wdat_wdt +wdt87xx_i2c +wdt_pci +wfx +whiteheat +wil6210 +wilc1000 +wilc1000-sdio +wilc1000-spi +winbond-840 +wire +wireguard +wishbone-serial +wl1251 +wl1251_sdio +wl1251_spi +wl1273-core +wl12xx +wl18xx +wlcore +wlcore_sdio +wlcore_spi +wm831x-dcdc +wm831x-hwmon +wm831x-isink +wm831x-ldo +wm831x-on +wm831x-ts +wm831x_backup +wm831x_bl +wm831x_power +wm831x_wdt +wm8350-hwmon +wm8350-regulator +wm8350_power +wm8350_wdt +wm8400-regulator +wm8739 +wm8775 +wm8994 +wm8994-regulator +wm97xx-ts +wp512 +wpcm450-soc +wusb3801 +wwan +wwan_hwsim +x25 +x9250 +x_tables +xbox_remote +xc2028 +xc4000 +xc5000 +xcbc +xctr +xdma +xdpe12284 +xdpe152c4 +xen-blkback +xen-evtchn +xen-fbfront +xen-front-pgdir-shbuf +xen-gntalloc +xen-gntdev +xen-hcd +xen-kbdfront +xen-netback +xen-pciback +xen-privcmd +xen-scsiback +xen-scsifront +xen-tpmfront +xen_wdt +xenfs +xfrm4_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_interface +xfrm_ipcomp +xfrm_user +xfs +xgene-dma +xgene-enet +xgene-enet-v2 +xgene-hwmon +xgene-rng +xgene_edac +xhci-histb +xhci-mtk-hcd +xhci-pci +xhci-pci-renesas +xhci-plat-hcd +xhci-rcar-hcd +xhci-tegra +xilinx-ams +xilinx-csi2rxss +xilinx-pr-decoupler +xilinx-spi +xilinx-tpg +xilinx-video +xilinx-vtc +xilinx-xadc +xilinx_can +xilinx_dma +xilinx_dpdma +xilinx_emac +xilinx_emaclite +xilinx_gmii2rgmii +xilinx_sdfec +xilinx_uartps +xilinx_wwdt +xilinxfb +xillybus_class +xillybus_core +xillybus_of +xillybus_pcie +xillyusb +xiphera-trng +xircom_cb +xlnx_r5_remoteproc +xlnx_vcu +xor +xor-neon +xpad +xr_serial +xrs700x +xrs700x_i2c +xrs700x_mdio +xsens_mt +xsk_diag +xt_AUDIT +xt_CHECKSUM +xt_CLASSIFY +xt_CONNSECMARK +xt_CT +xt_DSCP +xt_HL +xt_HMARK +xt_IDLETIMER +xt_LED +xt_LOG +xt_MASQUERADE +xt_NETMAP +xt_NFLOG +xt_NFQUEUE +xt_RATEEST +xt_REDIRECT +xt_SECMARK +xt_TCPMSS +xt_TCPOPTSTRIP +xt_TEE +xt_TPROXY +xt_TRACE +xt_addrtype +xt_bpf +xt_cgroup +xt_cluster +xt_comment +xt_connbytes +xt_connlabel +xt_connlimit +xt_connmark +xt_conntrack +xt_cpu +xt_dccp +xt_devgroup +xt_dscp +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_ipcomp +xt_iprange +xt_ipvs +xt_l2tp +xt_length +xt_limit +xt_mac +xt_mark +xt_multiport +xt_nat +xt_nfacct +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_realm +xt_recent +xt_sctp +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_tcpudp +xt_time +xt_u32 +xtkbd +xusbatm +xxhash_generic +xz_dec_test +yam +yamaha-yas530 +yealink +yellowfin +yenta_socket +yurex +z3fold +zaurus +zd1201 +zd1211rw +zd1301 +zd1301_demod +zet6223 +zforce_ts +zfs +zhenhua +ziirave_wdt +zinitix +zl10036 +zl10039 +zl10353 +zl6100 +zonefs +zopt2201 +zpa2326 +zpa2326_i2c +zpa2326_spi +zram +zstd +zynqmp-aes-gcm +zynqmp-dpsub +zynqmp-fpga +zynqmp-sha +zynqmp_dma +zynqmp_edac --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency-hwe-6.5/abi/arm64/lowlatency-64k.modules.builtin +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency-hwe-6.5/abi/arm64/lowlatency-64k.modules.builtin @@ -0,0 +1,536 @@ +8250 +8250_base +8250_dw +8250_fsl +8250_mtk +8250_of +8250_omap +8250_pci +8250_rt288x +8250_tegra +ac +acpi_mdio +aead +aes_generic +af_packet +ahci_imx +akcipher +amba-pl011 +arm-cci +arm-cci +arm-ccn +arm_smmu +arm_smmu_v3 +armada_thermal +armmmci +as3722 +asiliantfb +asn1_decoder +asn1_encoder +atkbd +axg +axg-aoclk +backlight +battery +bcm84881 +binfmt_script +brcmstb_gisb +bsg +button +cbc +cdrom +cfbcopyarea +cfbfillrect +cfbimgblt +charger-manager +clk-apmixed +clk-cpu-dyndiv +clk-cpumux +clk-dualdiv +clk-gate +clk-imx-lpcg-scu +clk-imx-scu +clk-imx8mm +clk-imx8mn +clk-imx8mp +clk-imx8mp-audiomix +clk-imx8mq +clk-ma35d1 +clk-mpll +clk-mt2712 +clk-mt2712-apmixedsys +clk-mt2712-bdp +clk-mt2712-img +clk-mt2712-jpgdec +clk-mt2712-mfg +clk-mt2712-mm +clk-mt2712-vdec +clk-mt2712-venc +clk-mt6765 +clk-mt6765-audio +clk-mt6765-cam +clk-mt6765-img +clk-mt6765-mipi0a +clk-mt6765-mm +clk-mt6765-vcodec +clk-mt6779 +clk-mt6779-aud +clk-mt6779-cam +clk-mt6779-img +clk-mt6779-ipe +clk-mt6779-mfg +clk-mt6779-mm +clk-mt6779-vdec +clk-mt6779-venc +clk-mt6797 +clk-mt6797-img +clk-mt6797-mm +clk-mt6797-vdec +clk-mt6797-venc +clk-mt7622 +clk-mt7622-apmixedsys +clk-mt7622-aud +clk-mt7622-eth +clk-mt7622-hif +clk-mt7622-infracfg +clk-mt7981-apmixed +clk-mt7981-infracfg +clk-mt7981-topckgen +clk-mt7986-apmixed +clk-mt7986-eth +clk-mt7986-infracfg +clk-mt7986-topckgen +clk-mt8167 +clk-mt8167-apmixedsys +clk-mt8167-aud +clk-mt8167-img +clk-mt8167-mfgcfg +clk-mt8167-mm +clk-mt8167-vdec +clk-mt8173-apmixedsys +clk-mt8173-infracfg +clk-mt8173-mm +clk-mt8173-pericfg +clk-mt8173-topckgen +clk-mt8183 +clk-mt8183-apmixedsys +clk-mt8183-audio +clk-mt8183-cam +clk-mt8183-img +clk-mt8183-ipu0 +clk-mt8183-ipu1 +clk-mt8183-ipu_adl +clk-mt8183-ipu_conn +clk-mt8183-mfgcfg +clk-mt8183-mm +clk-mt8183-vdec +clk-mt8183-venc +clk-mt8186-apmixedsys +clk-mt8186-infra_ao +clk-mt8186-topckgen +clk-mt8192 +clk-mt8192-apmixedsys +clk-mt8192-aud +clk-mt8192-cam +clk-mt8192-img +clk-mt8192-imp_iic_wrap +clk-mt8192-ipe +clk-mt8192-mdp +clk-mt8192-mfg +clk-mt8192-mm +clk-mt8192-msdc +clk-mt8192-scp_adsp +clk-mt8192-vdec +clk-mt8192-venc +clk-mt8195-apmixedsys +clk-mt8195-infra_ao +clk-mt8195-peri_ao +clk-mt8195-topckgen +clk-mt8516 +clk-mt8516-apmixedsys +clk-mt8516-aud +clk-mtk +clk-mux +clk-pll +clk-pll +clk-regmap +clk-scmi +clk-vexpress-osc +cmd-db +cn +configfs +cpufreq-dt +cpufreq-dt-platdev +cpufreq_conservative +cpufreq_ondemand +cpufreq_performance +cpufreq_powersave +cpufreq_userspace +crc-ccitt +crc-t10dif +crc16 +crc32 +crc32c_generic +crc64 +crc64-rocksoft +crc64_rocksoft_generic +crc8 +crct10dif_common +crct10dif_generic +crypto +crypto_acompress +crypto_algapi +crypto_hash +crypto_null +cryptomgr +ctr +cts +da9063 +davinci_mdio +dax +deflate +dh_generic +digsig +dm-mod +dns_resolver +drbg +drm_mipi_dsi +drm_panel_orientation_quirks +drop_monitor +dwc2 +ecb +ecryptfs +edac_core +efivarfs +ehci-hcd +ehci-orion +ehci-pci +encrypted-keys +evdev +exportfs +ext4 +extcon-core +failover +fan +fat +fb +fb_sys_fops +fddi +fec +firmware_class +fixed_phy +font +fsl_dpaa_fman +fsl_dpaa_fman_port +fsl_dpaa_mac +fuse +fwnode_mdio +g12a +g12a-aoclk +gcm +geniv +gf128mul +ghash-generic +ghes_edac +glob +governor_passive +governor_performance +governor_powersave +governor_simpleondemand +governor_userspace +gpio-davinci +gpio-generic +gpio-mxc +gpio-pl061 +gpio-tegra +gpio-tegra186 +gpio-xilinx +grant-dma-ops +gxbb +gxbb-aoclk +hed +hid_bpf +hmac +hwmon +i2c-core +i2c-designware-core +i2c-designware-platform +i2c-dev +i2c-omap +i2c-sprd +imsttfb +imx +imx-scu +imx-weim +imx8m-blk-ctrl +imx8mp-blk-ctrl +imx93-blk-ctrl +input-core +interconnect_qcom +iova +ipv6 +irq-meson-gpio +irq-mvebu-pic +irqbypass +jbd2 +jitterentropy_rng +k3-psil-lib +k3-ringacc +k3-udma +k3-udma-glue +kdf_sp800108 +kgdboc +kpp +kvm +led-class +libaes +libahci +libahci_platform +libata +libcryptoutils +libnvdimm +libphy +libps2 +libsha1 +libsha256 +linear_ranges +loop +lz4_decompress +lzo +lzo-rle +lzo_compress +lzo_decompress +max14577 +max310x +max77686 +max77693 +mbcache +md-mod +md5 +mdio-bitbang +mdio_devres +meson-aoclk +meson-clk-measure +meson-ee-pwrc +meson-eeclk +meson-gx-pwrc-vpu +meson_uart +mfd-core +mii +mmc_block +mmc_core +mousedev +mpi +mq-deadline +msm_serial +mtk-eint +mtk-regulator-coupler +mx3fb +mxc-clk +n_null +net_failover +nls_base +nls_cp437 +npcm_wdt +nvmem_zynqmp_nvmem +odroid-go-ultra-poweroff +of_mdio +ohci-hcd +ohci-pci +oid_registry +omap-gpmc +owl-uart +palmas +pci-aardvark +pci-host-common +pci-host-generic +pcie-altera +pcie-altera-msi +pcie-kirin +pcie-mediatek +pcs-lynx +phy-meson-axg-mipi-pcie-analog +phy-meson-axg-pcie +phy-mxs-usb +phy-xgene +phylink +pinctrl-as3722 +pinctrl-imx +pinctrl-imx8dxl +pinctrl-imx8mm +pinctrl-imx8mn +pinctrl-imx8mp +pinctrl-imx8mq +pinctrl-imx8qm +pinctrl-imx8qxp +pinctrl-meson +pinctrl-meson-a1 +pinctrl-meson-axg +pinctrl-meson-axg-pmx +pinctrl-meson-g12a +pinctrl-meson-gxbb +pinctrl-meson-gxl +pinctrl-meson8-pmx +pinctrl-microchip-sgpio +pinctrl-msm +pinctrl-mt6765 +pinctrl-mtk-common-v2 +pinctrl-ocelot +pinctrl-palmas +pinctrl-paris +pinctrl-rockchip +pinctrl-s32g2 +pinctrl-scu +pinctrl-single +pinctrl-sprd +pinctrl-sprd-sc9860 +pkcs7_message +ppp_generic +pps_core +pretimeout_noop +processor +pstore +ptp +public_key +pwc-rzv2m +qcom-ipcc +qcom-pdc +qcom-scm +qcom_rpmh +rapidio +rational +rcar-usb2-clock-sel +regmap-i2c +regmap-mmio +regmap-spi +reset +reset-berlin +reset-imx7 +reset-meson +reset-qcom-aoss +reset-rzg2l-usbphy-ctrl +rfkill +rng +rng-core +roles +rpmhpd +rsa_generic +rtc-efi +rtc-mv +rtc-xgene +rz-mtu3 +sccnxp +scmi-core +scmi-module +scsi_common +scsi_mod +scu-pd +sd_mod +sec-core +sec-irq +selftests +seqiv +serdev +serial_base +serial_mctrl_gpio +serio +sg +sh-sci +sha1_generic +sha256_generic +sha3_generic +sha512-arm64 +sha512-ce +sha512_generic +sig +skcipher +slhc +smc91x +soc-imx8m +spi-fsl-lib +spi-fsl-spi +spi-omap2-mcspi +spm +squashfs +sr_mod +sun20i-ppu +sun50i-a100-ccu +sun50i-a100-r-ccu +sun50i-a64-ccu +sun50i-h6-ccu +sun50i-h6-r-ccu +sun50i-h616-ccu +sun6i-msgbox +sun8i-de2-ccu +sun8i-h3-ccu +sun8i-r-ccu +sunxi-ccu +syscon-clk +syscopyarea +sysfillrect +sysimgblt +t10-pi +tcp_cubic +tegra-tcu +tegra20-apb-dma +tegra20-cpufreq +thermal +ti-cpufreq +ti-msgmgr +ti-opp-supply +ti_sci +tpm +tpm_crb +tpm_tis +tpm_tis_core +tps65912-core +tps65912-i2c +tps65912-spi +trusted +ttyprintk +tun +ucs2_string +uhci-hcd +uinput +unix +usb-common +usbcore +utf8data +vexpress-config +vexpress-sysreg +vfat +vid-pll-div +virt-dma +virtio +virtio-iommu +virtio_balloon +virtio_blk +virtio_console +virtio_mmio +virtio_net +virtio_pci +virtio_pci_legacy_dev +virtio_pci_modern_dev +virtio_ring +virtio_scsi +vivaldi-fmap +watchdog +wwnr +x509_key_parser +xen-blkfront +xen-netfront +xenbus +xenbus_probe_frontend +xgmac_mdio +xhci-hcd +xts +xxhash +xz_dec +zbud +zlib_deflate +zlib_inflate +zsmalloc +zstd_common +zstd_compress +zstd_decompress +zynqmp-ipi-mailbox --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency-hwe-6.5/abi/arm64/lowlatency-64k.retpoline +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency-hwe-6.5/abi/arm64/lowlatency-64k.retpoline @@ -0,0 +1 @@ +# RETPOLINE NOT ENABLED --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency-hwe-6.5/abi/arm64/lowlatency.compiler +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency-hwe-6.5/abi/arm64/lowlatency.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0 --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency-hwe-6.5/abi/arm64/lowlatency.modules +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency-hwe-6.5/abi/arm64/lowlatency.modules @@ -0,0 +1,7563 @@ +3c59x +3w-9xxx +3w-sas +3w-xxxx +6lowpan +6pack +8021q +8139cp +8139too +8250_dfl +8250_exar +8250_men_mcb +8250_pci1xxxx +8250_pericom +8255 +8255_pci +8390 +842 +842_compress +842_decompress +88pg86x +88pm800 +88pm800-regulator +88pm805 +88pm80x +88pm80x_onkey +88pm8607 +88pm860x-ts +88pm860x_battery +88pm860x_bl +88pm860x_charger +88pm860x_onkey +9p +9pnet +9pnet_fd +9pnet_rdma +9pnet_virtio +9pnet_xen +BusLogic +a1-peripherals +a1-pll +a100u2w +a3d +a53-pll +a7-pll +a8293 +aacraid +aat2870-regulator +aat2870_bl +abp060mg +ac97_bus +acard-ahci +acbel-fsg032 +acecad +acenic +acp_audio_dma +acpi-als +acpi_configfs +acpi_ipmi +acpi_power_meter +acpi_tad +acpiphp_ibm +act8865-regulator +act8945a +act8945a-regulator +act8945a_charger +act_bpf +act_connmark +act_csum +act_ct +act_ctinfo +act_gact +act_gate +act_ipt +act_mirred +act_mpls +act_nat +act_pedit +act_police +act_sample +act_simple +act_skbedit +act_skbmod +act_tunnel_key +act_vlan +ad2s1200 +ad2s1210 +ad2s90 +ad3552r +ad4130 +ad5064 +ad5110 +ad525x_dpot +ad525x_dpot-i2c +ad525x_dpot-spi +ad5272 +ad5360 +ad5380 +ad5398 +ad5421 +ad5446 +ad5449 +ad5504 +ad5592r +ad5592r-base +ad5593r +ad5624r_spi +ad5686 +ad5686-spi +ad5696-i2c +ad5755 +ad5758 +ad5761 +ad5764 +ad5766 +ad5770r +ad5791 +ad5820 +ad5933 +ad7091r-base +ad7091r5 +ad7124 +ad714x +ad714x-i2c +ad714x-spi +ad7150 +ad7192 +ad7266 +ad7280a +ad7291 +ad7292 +ad7293 +ad7298 +ad7303 +ad7314 +ad74115 +ad7414 +ad7418 +ad74413r +ad7476 +ad7606 +ad7606_par +ad7606_spi +ad7746 +ad7766 +ad7768-1 +ad7780 +ad7791 +ad7793 +ad7816 +ad7877 +ad7879 +ad7879-i2c +ad7879-spi +ad7887 +ad7923 +ad7949 +ad799x +ad8366 +ad8801 +ad9467 +ad9523 +ad9832 +ad9834 +ad_sigma_delta +ada4250 +adc-joystick +adc-keys +adc128d818 +adcxx +addi_apci_1032 +addi_apci_1500 +addi_apci_1516 +addi_apci_1564 +addi_apci_16xx +addi_apci_2032 +addi_apci_2200 +addi_apci_3120 +addi_apci_3501 +addi_apci_3xxx +addi_watchdog +adf4350 +adf4371 +adf4377 +adf7242 +adfs +adi +adi-axi-adc +adiantum +adin +adin1100 +adin1110 +adis16080 +adis16130 +adis16136 +adis16201 +adis16203 +adis16209 +adis16240 +adis16260 +adis16400 +adis16460 +adis16475 +adis16480 +adis_lib +adjd_s311 +adl_pci6208 +adl_pci7x3x +adl_pci8164 +adl_pci9111 +adl_pci9118 +adm1025 +adm1026 +adm1029 +adm1031 +adm1177 +adm1266 +adm1275 +adm8211 +adm9240 +admv1013 +admv1014 +admv4420 +admv8818 +adp1653 +adp5061 +adp5520-keys +adp5520_bl +adp5588-keys +adp5589-keys +adp8860_bl +adp8870_bl +adq12b +adrf6780 +ads7828 +ads7846 +ads7871 +adt7310 +adt7316 +adt7316-i2c +adt7316-spi +adt7410 +adt7411 +adt7462 +adt7470 +adt7475 +adt7x10 +adummy +adutux +adux1020 +adv7170 +adv7175 +adv7180 +adv7183 +adv7343 +adv7393 +adv748x +adv7511 +adv7604 +adv7842 +adv_pci1710 +adv_pci1720 +adv_pci1723 +adv_pci1724 +adv_pci1760 +adv_pci_dio +advansys +adxl313_core +adxl313_i2c +adxl313_spi +adxl34x +adxl34x-i2c +adxl34x-spi +adxl355_core +adxl355_i2c +adxl355_spi +adxl367 +adxl367_i2c +adxl367_spi +adxl372 +adxl372_i2c +adxl372_spi +adxrs290 +adxrs450 +aegis128 +aes-arm64 +aes-ce-blk +aes-ce-ccm +aes-ce-cipher +aes-neon-blk +aes-neon-bs +aes_ti +af9013 +af9033 +af_alg +af_key +af_packet_diag +afe4403 +afe4404 +affs +afs +ah4 +ah6 +ahci +ahci_ceva +ahci_dwc +ahci_mtk +ahci_mvebu +ahci_platform +ahci_qoriq +ahci_seattle +ahci_tegra +ahci_xgene +aht10 +aic79xx +aic7xxx +aic94xx +aio_aio12_8 +aio_iiro_16 +aiptek +aircable +airo +airspy +ak7375 +ak881x +ak8974 +ak8975 +al3010 +al3320a +alcor +alcor_pci +algif_aead +algif_hash +algif_rng +algif_skcipher +alibaba_uncore_drw_pmu +alim7101_wdt +allegro +altera-ci +altera-cvp +altera-fpga2sdram +altera-freeze-bridge +altera-hps2fpga +altera-msgdma +altera-pr-ip-core +altera-pr-ip-core-plat +altera-ps-spi +altera-stapl +altera_jtaguart +altera_ps2 +altera_tse +altera_uart +alx +am2315 +am53c974 +am65-cpts +amba-clcd +amba-pl010 +ambakmi +amc6821 +amd +amd-xgbe +amd5536udc_pci +amd8111e +amdgpu +amdxcp +amlogic-gxl-crypto +amlogic_thermal +amphion-vpu +amplc_dio200 +amplc_dio200_common +amplc_dio200_pci +amplc_pc236 +amplc_pc236_common +amplc_pc263 +amplc_pci224 +amplc_pci230 +amplc_pci236 +amplc_pci263 +ams-iaq-core +ams369fg06 +amt +analog +analogix-anx6345 +analogix-anx78xx +analogix_dp +anatop-regulator +ansi_cprng +anx7411 +anx7625 +anybuss_core +ao-cec +ao-cec-g12a +aoe +apbps2 +apcs-msm8916 +apcs-msm8996 +apds9300 +apds9802als +apds990x +apds9960 +apple-admac +apple-dart +apple-mailbox +apple-mfi-fastcharge +apple-rtkit +apple-sart +apple-soc-cpufreq +apple_wdt +appledisplay +appletalk +appletouch +applicom +apr +apss-ipq-pll +apss-ipq6018 +aptina-pll +aqc111 +aquacomputer_d5next +aquantia +ar0521 +ar1021_i2c +ar5523 +ar7part +ar9331 +arasan-nand-controller +arc-rawmode +arc-rimi +arc_emac +arc_ps2 +arc_uart +arcmsr +arcnet +arcpgu +arcx-anybus +arcxcnn_bl +aria_generic +arizona +arizona-haptics +arizona-i2c +arizona-ldo1 +arizona-micsupp +arizona-spi +ark3116 +arkfb +arm-cmn +arm_cspmu_module +arm_dmc620_pmu +arm_dsu_pmu +arm_mhu +arm_mhu_db +arm_mhuv2 +arm_scmi_powercap +arm_scpi +arm_smc_wdt +arm_smccc_trng +arm_smmuv3_pmu +arm_spe_pmu +armada-37xx-cpufreq +armada-37xx-rwtm-mailbox +armada-8k-cpufreq +armada_37xx_wdt +arp_tables +arpt_mangle +arptable_filter +as102_fe +as370-hwmon +as3711-regulator +as3711_bl +as3722-regulator +as3935 +as5011 +as73211 +asc7621 +ascot2e +asix +ast +async_memcpy +async_pq +async_raid6_recov +async_tx +async_xor +at24 +at25 +at76c50x-usb +at803x +at86rf230 +ata_generic +ata_piix +atbm8830 +atc260x-core +atc260x-i2c +atc260x-onkey +atc260x-poweroff +atc260x-regulator +aten +ath +ath10k_core +ath10k_pci +ath10k_sdio +ath10k_snoc +ath10k_usb +ath11k +ath11k_ahb +ath11k_pci +ath12k +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ath9k_pci_owl_loader +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atlantic +atlas-ezo-sensor +atlas-sensor +atm +atmel +atmel-ecc +atmel-flexcom +atmel-hlcdc +atmel-i2c +atmel-sha204a +atmel_captouch +atmel_mxt_ts +atmel_pci +atmtcp +atp870u +atusb +atxp1 +aty128fb +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +auo-pixcir-ts +auth_rpcgss +authenc +authencesn +autofs4 +auxadc_thermal +avmfritz +ax25 +ax88179_178a +ax88796b +ax88796c +axg-audio +axi-fan-control +axis-fifo +axp20x +axp20x-i2c +axp20x-pek +axp20x-regulator +axp20x-rsb +axp20x_ac_power +axp20x_adc +axp20x_battery +axp20x_usb_power +axp288_adc +b2c2-flexcop +b2c2-flexcop-pci +b2c2-flexcop-usb +b43 +b43legacy +b44 +b53_common +b53_mdio +b53_mmap +b53_serdes +b53_spi +b53_srab +ba431-rng +bam_dma +bareudp +batman-adv +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bcache +bch +bcm-keypad +bcm-phy-lib +bcm-phy-ptp +bcm-sba-raid +bcm-sf2 +bcm203x +bcm3510 +bcm54140 +bcm590xx +bcm590xx-regulator +bcm5974 +bcm63138_nand +bcm6368_nand +bcm7xxx +bcm87xx +bcm_vk +bcma +bcma-hcd +bcmsysport +bd6107 +bd71815-regulator +bd71828-regulator +bd718x7-regulator +bd9571mwv +bd9571mwv-regulator +bd9576-regulator +bd9576_wdt +bd99954-charger +bdc +be2iscsi +be2net +befs +bel-pfe +belkin_sa +berlin2-adc +bfa +bfq +bfs +bfusb +bh1750 +bh1770glc +bh1780 +binder_linux +binfmt_misc +blake2b_generic +block2mtd +blocklayoutdriver +blowfish_common +blowfish_generic +bluefield_edac +bluetooth +bluetooth_6lowpan +bma150 +bma220_spi +bma400_core +bma400_i2c +bma400_spi +bman-test +bmc150-accel-core +bmc150-accel-i2c +bmc150-accel-spi +bmc150_magn +bmc150_magn_i2c +bmc150_magn_spi +bme680_core +bme680_i2c +bme680_spi +bmg160_core +bmg160_i2c +bmg160_spi +bmi088-accel-core +bmi088-accel-spi +bmi160_core +bmi160_i2c +bmi160_spi +bmp280 +bmp280-i2c +bmp280-spi +bna +bnep +bno055 +bno055_i2c +bno055_ser +bnx2 +bnx2fc +bnx2i +bnx2x +bnxt_en +bnxt_re +bochs +bonding +bpa-rs600 +bpa10x +bpck +bpck6 +bpfilter +bpqether +bq2415x_charger +bq24190_charger +bq24257_charger +bq24735-charger +bq2515x_charger +bq256xx_charger +bq25890_charger +bq25980_charger +bq27xxx_battery +bq27xxx_battery_hdq +bq27xxx_battery_i2c +br2684 +br_netfilter +brcmfmac +brcmfmac-bca +brcmfmac-cyw +brcmfmac-wcc +brcmnand +brcmsmac +brcmstb_nand +brcmutil +brd +bridge +broadcom +bsd_comp +bt819 +bt856 +bt866 +bt878 +btbcm +btcoexist +btintel +btmrvl +btmrvl_sdio +btmtk +btmtksdio +btmtkuart +btnxpuart +btqca +btqcomsmd +btrfs +btrsi +btrtl +btsdio +bttv +btusb +bu21013_ts +bu21029_ts +budget +budget-av +budget-ci +budget-core +budget-patch +bxcan +c67x00 +c6xdigio +c_can +c_can_pci +c_can_platform +ca8210 +caam +caam_jr +caamalg_desc +caamhash_desc +cachefiles +cadence-nand-controller +cadence_wdt +cafe_ccic +cafe_nand +caif +caif_serial +caif_socket +caif_usb +caif_virtio +camcc-sc7180 +camcc-sc7280 +camcc-sdm845 +camcc-sm6350 +camcc-sm8250 +camcc-sm8450 +camellia_generic +can +can-bcm +can-dev +can-gw +can-isotp +can-j1939 +can-raw +can327 +cap11xx +capmode +capsule-loader +carl9170 +carminefb +cassini +cast5_generic +cast6_generic +cast_common +catc +cavium-rng +cavium-rng-vf +cavium_ptp +cb710 +cb710-mmc +cb_pcidas +cb_pcidas64 +cb_pcidda +cb_pcimdas +cb_pcimdda +cc10001_adc +cc2520 +cc770 +cc770_isa +cc770_platform +ccm +ccp +ccp-crypto +ccree +ccs +ccs-pll +ccs811 +cctrng +cdc-acm +cdc-phonet +cdc-wdm +cdc_eem +cdc_ether +cdc_mbim +cdc_ncm +cdc_subset +cdns-csi2rx +cdns-csi2tx +cdns-dphy +cdns-dphy-rx +cdns-dsi +cdns-mhdp8546 +cdns-pltfrm +cdns-usb-common +cdns2-udc-pci +cdns3 +cdns3-imx +cdns3-pci-wrap +cdns3-ti +cdnsp-udc-pci +cdx-controller +cec +cec-gpio +ceph +cfb +cfg80211 +cfi_cmdset_0001 +cfi_cmdset_0002 +cfi_cmdset_0020 +cfi_probe +cfi_util +ch +ch341 +ch7006 +ch7322 +ch9200 +ch_ipsec +ch_ktls +chacha-neon +chacha20poly1305 +chacha_generic +chaoskey +charlcd +chcr +chipone-icn6211 +chipone_icn8318 +chipone_icn8505 +chipreg +chnl_net +chromeos_acpi +chromeos_privacy_screen +chromeos_tbmc +chrontel-ch7033 +chv3-i2s +ci_hdrc +ci_hdrc_imx +ci_hdrc_msm +ci_hdrc_pci +ci_hdrc_tegra +ci_hdrc_usb2 +cicada +cifs +cifs_arc4 +cifs_md4 +cirrus +cirrusfb +clip +clk-apple-nco +clk-axi-clkgen +clk-bd718x7 +clk-cbf-8996 +clk-cdce706 +clk-cdce925 +clk-cpu-8996 +clk-cs2000-cp +clk-fsl-flexspi +clk-hi3519 +clk-hi655x +clk-imx8ulp +clk-imx93 +clk-lmk04832 +clk-lochnagar +clk-max77686 +clk-max9485 +clk-mt6795-apmixedsys +clk-mt6795-infracfg +clk-mt6795-mfg +clk-mt6795-mm +clk-mt6795-pericfg +clk-mt6795-topckgen +clk-mt6795-vdecsys +clk-mt6795-vencsys +clk-mt7981-eth +clk-mt8173-img +clk-mt8173-vdecsys +clk-mt8173-vencsys +clk-mt8186-cam +clk-mt8186-img +clk-mt8186-imp_iic_wrap +clk-mt8186-ipe +clk-mt8186-mcu +clk-mt8186-mdp +clk-mt8186-mfg +clk-mt8186-mm +clk-mt8186-vdec +clk-mt8186-venc +clk-mt8186-wpe +clk-mt8188-adsp_audio26m +clk-mt8188-apmixedsys +clk-mt8188-cam +clk-mt8188-ccu +clk-mt8188-img +clk-mt8188-imp_iic_wrap +clk-mt8188-infra_ao +clk-mt8188-ipe +clk-mt8188-mfg +clk-mt8188-peri_ao +clk-mt8188-topckgen +clk-mt8188-vdec +clk-mt8188-vdo0 +clk-mt8188-vdo1 +clk-mt8188-venc +clk-mt8188-vpp0 +clk-mt8188-vpp1 +clk-mt8188-wpe +clk-mt8195-apusys_pll +clk-mt8195-cam +clk-mt8195-ccu +clk-mt8195-img +clk-mt8195-imp_iic_wrap +clk-mt8195-ipe +clk-mt8195-mfg +clk-mt8195-scp_adsp +clk-mt8195-vdec +clk-mt8195-vdo0 +clk-mt8195-vdo1 +clk-mt8195-venc +clk-mt8195-vpp0 +clk-mt8195-vpp1 +clk-mt8195-wpe +clk-mt8365 +clk-mt8365-apmixedsys +clk-mt8365-apu +clk-mt8365-cam +clk-mt8365-mfg +clk-mt8365-mm +clk-mt8365-vdec +clk-mt8365-venc +clk-palmas +clk-phase +clk-plldig +clk-pwm +clk-qcom +clk-renesas-pcie +clk-rk808 +clk-rpm +clk-rpmh +clk-s2mps11 +clk-scpi +clk-si514 +clk-si521xx +clk-si5341 +clk-si5351 +clk-si544 +clk-si570 +clk-smd-rpm +clk-spmi-pmic-div +clk-sprd +clk-twl6040 +clk-versaclock5 +clk-versaclock7 +clk-wm831x +clk-xlnx-clock-wizard +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_flower +cls_fw +cls_matchall +cls_route +cls_u32 +cm109 +cm32181 +cm3232 +cm3323 +cm3605 +cm36651 +cma3000_d0x +cma3000_d0x_i2c +cmac +cmdlinepart +cmtp +cn10k-rng +cnic +cobra +coda +coda-vpu +colibri-vf50-ts +com20020 +com20020-pci +com90io +com90xx +comedi +comedi_8254 +comedi_8255 +comedi_bond +comedi_example_test +comedi_parport +comedi_pci +comedi_test +comedi_usb +contec_pci_dio +cordic +core +corsair-cpro +corsair-psu +cortina +counter +cp210x +cpcap-adc +cpcap-battery +cpcap-charger +cpcap-pwrbutton +cpcap-regulator +cppc_cpufreq +cpr +cptpf +cptvf +cqhci +cramfs +crc-itu-t +crc32_generic +crc4 +crc7 +crct10dif-ce +crg-hi3516cv300 +crg-hi3798cv200 +cros-ec-anx7688 +cros-ec-cec +cros-ec-regulator +cros-ec-sensorhub +cros-ec-typec +cros_ec +cros_ec_accel_legacy +cros_ec_baro +cros_ec_chardev +cros_ec_debugfs +cros_ec_dev +cros_ec_i2c +cros_ec_keyb +cros_ec_lid_angle +cros_ec_light_prox +cros_ec_lightbar +cros_ec_mkbp_proximity +cros_ec_rpmsg +cros_ec_sensors +cros_ec_sensors_core +cros_ec_spi +cros_ec_sysfs +cros_ec_uart +cros_ec_vbc +cros_hps_i2c +cros_kbd_led_backlight +cros_peripheral_charger +cros_typec_switch +cros_usbpd-charger +cros_usbpd_logger +cros_usbpd_notify +cryptd +crypto_engine +crypto_safexcel +crypto_user +cs3308 +cs5345 +cs53l32a +cs_dsp +csiostor +ctucanfd +ctucanfd_pci +ctucanfd_platform +curve25519-generic +cuse +cw1200_core +cw1200_wlan_sdio +cw1200_wlan_spi +cw2015_battery +cx18 +cx18-alsa +cx22700 +cx22702 +cx231xx +cx231xx-alsa +cx231xx-dvb +cx2341x +cx23885 +cx24110 +cx24113 +cx24116 +cx24117 +cx24120 +cx24123 +cx25821 +cx25821-alsa +cx25840 +cx82310_eth +cx88-alsa +cx88-blackbird +cx88-dvb +cx88-vp3054-i2c +cx8800 +cx8802 +cx88xx +cxacru +cxd2099 +cxd2820r +cxd2841er +cxd2880 +cxd2880-spi +cxgb +cxgb3 +cxgb3i +cxgb4 +cxgb4i +cxgb4vf +cxgbit +cxl_acpi +cxl_core +cxl_mem +cxl_pci +cxl_pmem +cxl_pmu +cxl_port +cy8ctma140 +cy8ctmg110_ts +cyapatp +cyber2000fb +cyberjack +cypress-sf +cypress_cy7c63 +cypress_firmware +cypress_m8 +cytherm +cyttsp4_core +cyttsp4_i2c +cyttsp4_spi +cyttsp5 +cyttsp_core +cyttsp_i2c +cyttsp_i2c_common +cyttsp_spi +da280 +da311 +da7280 +da9030_battery +da9034-ts +da903x-regulator +da903x_bl +da9052-battery +da9052-hwmon +da9052-regulator +da9052_bl +da9052_onkey +da9052_tsi +da9052_wdt +da9055-hwmon +da9055-regulator +da9055_onkey +da9055_wdt +da9062-core +da9062-regulator +da9062-thermal +da9062_wdt +da9063-regulator +da9063_onkey +da9063_wdt +da9121-regulator +da9150-charger +da9150-core +da9150-fg +da9150-gpadc +da9210-regulator +da9211-regulator +dac02 +daqboard2000 +das08 +das08_isa +das08_pci +das16 +das16m1 +das1800 +das6402 +das800 +davicom +dax_cxl +dax_hmem +dax_pmem +db9 +dc395x +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +ddbridge +ddbridge-dummy-fe +de2104x +defxx +delta-ahe50dc-fan +denali +denali_dt +denali_pci +des_generic +designware_i2s +device_dax +dfl +dfl-afu +dfl-emif +dfl-fme +dfl-fme-br +dfl-fme-mgr +dfl-fme-region +dfl-n3000-nios +dfl-pci +dht11 +diag +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dib9000 +dibx000_common +digi_acceleport +digicolor-usart +diskonchip +dispcc-qcm2290 +dispcc-sc7180 +dispcc-sc7280 +dispcc-sc8280xp +dispcc-sdm845 +dispcc-sm6115 +dispcc-sm6125 +dispcc-sm6350 +dispcc-sm6375 +dispcc-sm8250 +dispcc-sm8450 +dispcc-sm8550 +display-connector +dl2k +dlhl60d +dlink-dir685-touchkeys +dlm +dln2 +dln2-adc +dm-bio-prison +dm-bufio +dm-cache +dm-cache-smq +dm-clone +dm-crypt +dm-delay +dm-ebs +dm-era +dm-flakey +dm-historical-service-time +dm-integrity +dm-io-affinity +dm-log +dm-log-userspace +dm-log-writes +dm-mirror +dm-multipath +dm-persistent-data +dm-queue-length +dm-raid +dm-region-hash +dm-round-robin +dm-service-time +dm-snapshot +dm-switch +dm-thin-pool +dm-unstripe +dm-verity +dm-writecache +dm-zero +dm-zoned +dm1105 +dm9601 +dma-axi-dmac +dmard06 +dmard09 +dmard10 +dmc520_edac +dme1737 +dmfe +dmi-sysfs +dmm32at +dmx3191d +dnet +dp83640 +dp83822 +dp83848 +dp83867 +dp83869 +dp83tc811 +dp83td510 +dpaa2-console +dpaa2-qdma +dpaa2_caam +dpdmai +dpot-dac +dps310 +dps920ab +drbd +drivetemp +drm +drm_buddy +drm_display_helper +drm_dma_helper +drm_dp_aux_bus +drm_kms_helper +drm_mipi_dbi +drm_shmem_helper +drm_suballoc_helper +drm_ttm_helper +drm_vram_helper +drm_xen_front +drv260x +drv2665 +drv2667 +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1803 +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds4424 +ds620 +dsa_core +dsbr100 +dst +dst_ca +dstr +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt282x +dt3000 +dt3155 +dt9812 +dtpm +dummy +dummy-irq +dummy_stm +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-ttpci +dvb-ttusb-budget +dvb-usb +dvb-usb-a800 +dvb-usb-af9005 +dvb-usb-af9005-remote +dvb-usb-af9015 +dvb-usb-af9035 +dvb-usb-anysee +dvb-usb-au6610 +dvb-usb-az6007 +dvb-usb-az6027 +dvb-usb-ce6230 +dvb-usb-cinergyT2 +dvb-usb-cxusb +dvb-usb-dib0700 +dvb-usb-dibusb-common +dvb-usb-dibusb-mb +dvb-usb-dibusb-mc +dvb-usb-dibusb-mc-common +dvb-usb-digitv +dvb-usb-dtt200u +dvb-usb-dtv5100 +dvb-usb-dvbsky +dvb-usb-dw2102 +dvb-usb-ec168 +dvb-usb-gl861 +dvb-usb-gp8psk +dvb-usb-lmedm04 +dvb-usb-m920x +dvb-usb-mxl111sf +dvb-usb-nova-t-usb2 +dvb-usb-opera +dvb-usb-pctv452e +dvb-usb-rtl28xxu +dvb-usb-technisat-usb2 +dvb-usb-ttusb2 +dvb-usb-umt-010 +dvb-usb-vp702x +dvb-usb-vp7045 +dvb_dummy_fe +dvb_usb_v2 +dw-axi-dmac-platform +dw-edma +dw-edma-pcie +dw-hdmi +dw-hdmi-ahb-audio +dw-hdmi-cec +dw-hdmi-gp-audio +dw-hdmi-i2s-audio +dw-i3c-master +dw-mipi-dsi +dw-xdata-pcie +dw100 +dw9714 +dw9768 +dw9807-vcm +dw_dmac +dw_dmac_core +dw_dmac_pci +dw_drm_dsi +dw_mipi_dsi-stm +dw_mmc +dw_mmc-bluefield +dw_mmc-exynos +dw_mmc-hi3798cv200 +dw_mmc-k3 +dw_mmc-pci +dw_mmc-pltfm +dw_mmc-rockchip +dw_wdt +dwc-xlgmac +dwc2_pci +dwc3 +dwc3-am62 +dwc3-haps +dwc3-imx8mp +dwc3-keystone +dwc3-meson-g12a +dwc3-of-simple +dwc3-pci +dwc3-qcom +dwc3-xilinx +dwmac-altr-socfpga +dwmac-dwc-qos-eth +dwmac-generic +dwmac-imx +dwmac-intel-plat +dwmac-ipq806x +dwmac-loongson +dwmac-mediatek +dwmac-meson +dwmac-meson8b +dwmac-qcom-ethqos +dwmac-rk +dwmac-stm32 +dwmac-sun8i +dwmac-tegra +dwmac-visconti +dyna_pci10xx +dynapro +e100 +e1000 +e1000e +e3x0-button +e4000 +earth-pt1 +earth-pt3 +ebt_802_3 +ebt_among +ebt_arp +ebt_arpreply +ebt_dnat +ebt_ip +ebt_ip6 +ebt_limit +ebt_log +ebt_mark +ebt_mark_m +ebt_nflog +ebt_pkttype +ebt_redirect +ebt_snat +ebt_stp +ebt_vlan +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +ec100 +ec_sys +ecc +ecc-mtk +ecdh_generic +ecdsa_generic +echainiv +echo +ecrdsa_generic +edt-ft5x06 +ee1004 +eeprom +eeprom_93cx6 +eeprom_93xx46 +eeti_ts +efa +efct +efi-pstore +efi_test +efibc +efs +egalax_ts +egalax_ts_serial +ehci-fsl +ehci-npcm7xx +ehci-platform +ehset +einj +ektf2127 +elan_i2c +elants_i2c +elo +em28xx +em28xx-alsa +em28xx-dvb +em28xx-rc +em28xx-v4l +em_canid +em_cmp +em_ipset +em_ipt +em_meta +em_nbyte +em_text +em_u32 +emac_rockchip +emc1403 +emc2103 +emc2305 +emc6w201 +emi26 +emi62 +empeg +ems_pci +ems_usb +emu10k1-gp +emxx_udc +ena +enc28j60 +enclosure +encx24j600 +encx24j600-regmap +ene_ir +eni +enic +envelope-detector +epat +epia +epic100 +eql +erdma +erofs +error +esas2r +esd_usb +esp4 +esp4_offload +esp6 +esp6_offload +esp_scsi +essiv +et1011c +et131x +et8ek8 +etas_es58x +ethoc +etnaviv +evbug +exc3000 +exfat +extcon-adc-jack +extcon-fsa9480 +extcon-gpio +extcon-max14577 +extcon-max3355 +extcon-max77693 +extcon-max77843 +extcon-max8997 +extcon-palmas +extcon-ptn5150 +extcon-qcom-spmi-misc +extcon-rt8973a +extcon-sm5502 +extcon-usb-gpio +extcon-usbc-cros-ec +extcon-usbc-tusb320 +ezusb +f2fs +f71805f +f71882fg +f75375s +f81232 +f81534 +f81601 +f81604 +fakelb +fan53555 +fan53880 +farsync +fastrpc +faulty +fb_agm1264k-fl +fb_bd663474 +fb_ddc +fb_hx8340bn +fb_hx8347d +fb_hx8353d +fb_hx8357d +fb_ili9163 +fb_ili9320 +fb_ili9325 +fb_ili9340 +fb_ili9341 +fb_ili9481 +fb_ili9486 +fb_pcd8544 +fb_ra8875 +fb_s6d02a1 +fb_s6d1121 +fb_seps525 +fb_sh1106 +fb_ssd1289 +fb_ssd1305 +fb_ssd1306 +fb_ssd1325 +fb_ssd1331 +fb_ssd1351 +fb_st7735r +fb_st7789v +fb_tinylcd +fb_tls8204 +fb_uc1611 +fb_uc1701 +fb_upd161704 +fbtft +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fdomain_pci +fdp +fdp_i2c +fealnx +ff-memless +ffa-module +fieldbus_dev +fintek-cir +firedtv +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +fit2 +fit3 +fixed +fjes +fl512 +flexcan +fm10k +fm801-gp +fm_drv +forcedeth +fore_200e +fou +fou6 +fpga-bridge +fpga-mgr +fpga-region +freevxfs +friq +frpw +fsa4480 +fscache +fsi-core +fsi-master-aspeed +fsi-master-gpio +fsi-master-hub +fsi-occ +fsi-sbefifo +fsi-scom +fsia6b +fsl-dpaa2-eth +fsl-dpaa2-ptp +fsl-dpaa2-switch +fsl-edma +fsl-edma-common +fsl-enetc +fsl-enetc-core +fsl-enetc-ierb +fsl-enetc-mdio +fsl-enetc-ptp +fsl-enetc-vf +fsl-ldb +fsl-mc-dpio +fsl-mph-dr-of +fsl-qdma +fsl_dpa +fsl_ifc_nand +fsl_imx8_ddr_perf +fsl_imx9_ddr_perf +fsl_linflexuart +fsl_lpuart +fsl_pq_mdio +fsl_ucc_hdlc +fsp-3y +ftdi_sio +ftl +ftsteutates +fujitsu_ts +funcore +funeth +fusb302 +fxas21002c_core +fxas21002c_i2c +fxas21002c_spi +fxls8962af-core +fxls8962af-i2c +fxls8962af-spi +fxos8700_core +fxos8700_i2c +fxos8700_spi +g450_pll +g760a +g762 +g_acm_ms +g_audio +g_cdc +g_dbgp +g_ether +g_ffs +g_hid +g_mass_storage +g_midi +g_ncm +g_nokia +g_printer +g_serial +g_webcam +g_zero +gadgetfs +gamecon +gameport +garmin_gps +garp +gateworks-gsc +gb-audio-apbridgea +gb-audio-codec +gb-audio-gb +gb-audio-manager +gb-audio-module +gb-bootrom +gb-es2 +gb-firmware +gb-gbphy +gb-gpio +gb-hid +gb-i2c +gb-light +gb-log +gb-loopback +gb-power-supply +gb-pwm +gb-raw +gb-sdio +gb-spi +gb-spilib +gb-uart +gb-usb +gb-vibrator +gcc-ipq4019 +gcc-ipq5332 +gcc-ipq6018 +gcc-ipq8074 +gcc-ipq9574 +gcc-msm8916 +gcc-msm8917 +gcc-msm8939 +gcc-msm8953 +gcc-msm8976 +gcc-msm8994 +gcc-msm8996 +gcc-msm8998 +gcc-qcm2290 +gcc-qcs404 +gcc-qdu1000 +gcc-sa8775p +gcc-sc7180 +gcc-sc7280 +gcc-sc8180x +gcc-sc8280xp +gcc-sdm660 +gcc-sdm845 +gcc-sdx75 +gcc-sm6115 +gcc-sm6125 +gcc-sm6350 +gcc-sm6375 +gcc-sm7150 +gcc-sm8150 +gcc-sm8250 +gcc-sm8350 +gcc-sm8450 +gcc-sm8550 +gdmtty +gdmulte +ge2d +gemini +gen_probe +generic +generic-adc-battery +genet +geneve +genwqe_card +gf2k +gfs2 +ghash-ce +gianfar_driver +gl518sm +gl520sm +gl620a +gluebi +gm12u320 +gnss +gnss-mtk +gnss-serial +gnss-sirf +gnss-ubx +gnss-usb +go7007 +go7007-loader +go7007-usb +goku_udc +goldfish_battery +goodix_ts +gp2ap002 +gp2ap020a00f +gp8psk-fe +gpi +gpio +gpio-74x164 +gpio-74xx-mmio +gpio-adnp +gpio-adp5520 +gpio-aggregator +gpio-altera +gpio-altera-a10sr +gpio-amd-fch +gpio-amdpt +gpio-arizona +gpio-bd71815 +gpio-bd71828 +gpio-bd9571mwv +gpio-beeper +gpio-cadence +gpio-charger +gpio-da9052 +gpio-da9055 +gpio-dln2 +gpio-dwapb +gpio-eic-sprd +gpio-exar +gpio-fan +gpio-fxl6408 +gpio-grgpio +gpio-gw-pld +gpio-hisi +gpio-hlwd +gpio-idio-16 +gpio-ir-recv +gpio-ir-tx +gpio-janz-ttl +gpio-kempld +gpio-latch +gpio-logicvc +gpio-lp3943 +gpio-lp873x +gpio-lp87565 +gpio-madera +gpio-max3191x +gpio-max7300 +gpio-max7301 +gpio-max730x +gpio-max732x +gpio-max77620 +gpio-max77650 +gpio-mb86s7x +gpio-mc33880 +gpio-menz127 +gpio-mlxbf +gpio-mlxbf2 +gpio-mlxbf3 +gpio-moxtet +gpio-pca953x +gpio-pca9570 +gpio-pcf857x +gpio-pci-idio-16 +gpio-pcie-idio-24 +gpio-pisosr +gpio-pmic-eic-sprd +gpio-rcar +gpio-rdc321x +gpio-regmap +gpio-regulator +gpio-rockchip +gpio-sbu-mux +gpio-sim +gpio-siox +gpio-sl28cpld +gpio-sprd +gpio-syscon +gpio-thunderx +gpio-tpic2810 +gpio-tps65086 +gpio-tps65218 +gpio-tps65219 +gpio-tps65912 +gpio-tqmx86 +gpio-twl4030 +gpio-twl6040 +gpio-vibra +gpio-viperboard +gpio-virtio +gpio-visconti +gpio-wcd934x +gpio-wm831x +gpio-wm8350 +gpio-wm8994 +gpio-xgene-sb +gpio-xlp +gpio-xra1403 +gpio-zynq +gpio-zynqmp-modepin +gpio_backlight +gpio_decoder +gpio_keys +gpio_keys_polled +gpio_mouse +gpio_wdt +gpmi-nand +gpu-sched +gpucc-msm8998 +gpucc-sa8775p +gpucc-sc7180 +gpucc-sc7280 +gpucc-sc8280xp +gpucc-sdm660 +gpucc-sdm845 +gpucc-sm6115 +gpucc-sm6125 +gpucc-sm6350 +gpucc-sm6375 +gpucc-sm8150 +gpucc-sm8250 +gpucc-sm8350 +gpucc-sm8450 +gpucc-sm8550 +gr_udc +grace +grcan +gre +greybus +grip +grip_mp +gs1662 +gs_usb +gsc-hwmon +gsc_hpdi +gspca_benq +gspca_conex +gspca_cpia1 +gspca_dtcs033 +gspca_etoms +gspca_finepix +gspca_gl860 +gspca_jeilinj +gspca_jl2005bcd +gspca_kinect +gspca_konica +gspca_m5602 +gspca_main +gspca_mars +gspca_mr97310a +gspca_nw80x +gspca_ov519 +gspca_ov534 +gspca_ov534_9 +gspca_pac207 +gspca_pac7302 +gspca_pac7311 +gspca_se401 +gspca_sn9c2028 +gspca_sn9c20x +gspca_sonixb +gspca_sonixj +gspca_spca1528 +gspca_spca500 +gspca_spca501 +gspca_spca505 +gspca_spca506 +gspca_spca508 +gspca_spca561 +gspca_sq905 +gspca_sq905c +gspca_sq930x +gspca_stk014 +gspca_stk1135 +gspca_stv0680 +gspca_stv06xx +gspca_sunplus +gspca_t613 +gspca_topro +gspca_touptek +gspca_tv8532 +gspca_vc032x +gspca_vicam +gspca_xirlink_cit +gspca_zc3xx +gtp +gud +guillemot +gunze +gve +hackrf +hamachi +hampshire +hantro-vpu +hanwang +hbmc-am654 +hci +hci_bcm4377 +hci_nokia +hci_uart +hci_vhci +hclge +hclgevf +hctr2 +hd3ss3220 +hd44780 +hd44780_common +hdc100x +hdc2010 +hdlc +hdlc_cisco +hdlc_fr +hdlc_ppp +hdlc_raw +hdlc_raw_eth +hdlc_x25 +hdlcd +hdlcdrv +hdma +hdma_mgmt +hdpvr +he +helene +hellcreek_sw +hexium_gemini +hexium_orion +hfcmulti +hfcpci +hfcsusb +hfpll +hfs +hfsplus +hi311x +hi3660-mailbox +hi556 +hi6210-i2s +hi6220-mailbox +hi6220_reset +hi6421-pmic-core +hi6421-regulator +hi6421-spmi-pmic +hi6421v530-regulator +hi6421v600-irq +hi6421v600-regulator +hi655x-pmic +hi655x-regulator +hi8435 +hi846 +hi847 +hibmc-drm +hid +hid-a4tech +hid-accutouch +hid-alps +hid-apple +hid-appleir +hid-asus +hid-aureal +hid-axff +hid-belkin +hid-betopff +hid-bigbenff +hid-cherry +hid-chicony +hid-cmedia +hid-corsair +hid-cougar +hid-cp2112 +hid-creative-sb0540 +hid-cypress +hid-dr +hid-elan +hid-elecom +hid-elo +hid-emsff +hid-evision +hid-ezkey +hid-ft260 +hid-gaff +hid-gembird +hid-generic +hid-gfrm +hid-glorious +hid-google-hammer +hid-gt683r +hid-gyration +hid-holtek-kbd +hid-holtek-mouse +hid-holtekff +hid-hyperv +hid-icade +hid-ite +hid-jabra +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-led +hid-lenovo +hid-letsketch +hid-lg-g15 +hid-logitech +hid-logitech-dj +hid-logitech-hidpp +hid-macally +hid-magicmouse +hid-maltron +hid-mcp2221 +hid-megaworld +hid-mf +hid-microsoft +hid-monterey +hid-multitouch +hid-nintendo +hid-nti +hid-ntrig +hid-nvidia-shield +hid-ortek +hid-penmount +hid-petalynx +hid-picolcd +hid-pl +hid-plantronics +hid-playstation +hid-primax +hid-prodikeys +hid-pxrc +hid-razer +hid-redragon +hid-retrode +hid-rmi +hid-roccat +hid-roccat-arvo +hid-roccat-common +hid-roccat-isku +hid-roccat-kone +hid-roccat-koneplus +hid-roccat-konepure +hid-roccat-kovaplus +hid-roccat-lua +hid-roccat-pyra +hid-roccat-ryos +hid-roccat-savu +hid-saitek +hid-samsung +hid-semitek +hid-sensor-accel-3d +hid-sensor-als +hid-sensor-custom +hid-sensor-custom-intel-hinge +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-humidity +hid-sensor-iio-common +hid-sensor-incl-3d +hid-sensor-magn-3d +hid-sensor-press +hid-sensor-prox +hid-sensor-rotation +hid-sensor-temperature +hid-sensor-trigger +hid-sigmamicro +hid-sjoy +hid-sony +hid-speedlink +hid-steam +hid-steelseries +hid-sunplus +hid-thrustmaster +hid-tivo +hid-tmff +hid-topre +hid-topseed +hid-twinhan +hid-u2fzero +hid-uclogic +hid-udraw-ps3 +hid-viewsonic +hid-vivaldi +hid-vivaldi-common +hid-vrc2 +hid-waltop +hid-wiimote +hid-xiaomi +hid-xinmo +hid-zpff +hid-zydacron +hideep +hidp +hih6130 +himax_hx83112b +hinic +hip04_eth +hisi-acc-vfio-pci +hisi-rng +hisi-sfc +hisi-spmi-controller +hisi-trng-v2 +hisi504_nand +hisi_femac +hisi_hikey_usb +hisi_hpre +hisi_pcie_pmu +hisi_powerkey +hisi_ptt +hisi_qm +hisi_sas_main +hisi_sas_v1_hw +hisi_sas_v2_hw +hisi_sas_v3_hw +hisi_sec +hisi_sec2 +hisi_thermal +hisi_uncore_cpa_pmu +hisi_uncore_ddrc_pmu +hisi_uncore_hha_pmu +hisi_uncore_l3c_pmu +hisi_uncore_pa_pmu +hisi_uncore_pmu +hisi_uncore_sllc_pmu +hisi_uncore_uc_pmu +hisi_zip +histb-rng +hix5hd2_gmac +hmc425a +hmc5843_core +hmc5843_i2c +hmc5843_spi +hmc6352 +hms-profinet +hnae +hnae3 +hns-roce-hw-v2 +hns3 +hns3_pmu +hns_dsaf +hns_enet_drv +hns_mdio +hopper +horus3a +host1x +hostap +hostap_pci +hostap_plx +hp03 +hp206c +hpfs +hpilo +hpsa +hptiop +hpwdt +hsi +hsi_char +hso +hsr +ht16k33 +hte-tegra194 +hte-tegra194-test +hts221 +hts221_i2c +hts221_spi +htu21 +huawei_cdc_ncm +hv_balloon +hv_netvsc +hv_sock +hv_storvsc +hv_utils +hv_vmbus +hwmon-vid +hwpoison-inject +hx711 +hx8357 +hx8357d +hycon-hy46xx +hynitron_cstxxx +hyperbus-core +hyperv-keyboard +hyperv_drm +hyperv_fb +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-altera +i2c-amd756 +i2c-amd8111 +i2c-apple +i2c-arb-gpio-challenge +i2c-cbus-gpio +i2c-ccgx-ucsi +i2c-cp2615 +i2c-cros-ec-tunnel +i2c-demux-pinctrl +i2c-designware-pci +i2c-diolan-u2c +i2c-dln2 +i2c-fsi +i2c-gpio +i2c-hid +i2c-hid-acpi +i2c-hid-of +i2c-hid-of-elan +i2c-hid-of-goodix +i2c-hisi +i2c-hix5hd2 +i2c-i801 +i2c-imx +i2c-imx-lpi2c +i2c-isch +i2c-kempld +i2c-matroxfb +i2c-mchp-pci1xxxx +i2c-meson +i2c-mlxbf +i2c-mt65xx +i2c-mux +i2c-mux-gpio +i2c-mux-gpmux +i2c-mux-ltc4306 +i2c-mux-mlxcpld +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-mux-pinctrl +i2c-mux-reg +i2c-mv64xxx +i2c-nforce2 +i2c-nomadik +i2c-npcm7xx +i2c-nvidia-gpu +i2c-ocores +i2c-owl +i2c-parport +i2c-pca-platform +i2c-piix4 +i2c-pxa +i2c-qcom-cci +i2c-qcom-geni +i2c-qup +i2c-rcar +i2c-riic +i2c-rk3x +i2c-robotfuzz-osif +i2c-rzv2m +i2c-scmi +i2c-sh_mobile +i2c-simtec +i2c-sis5595 +i2c-sis630 +i2c-sis96x +i2c-slave-eeprom +i2c-smbus +i2c-stm32f4 +i2c-stm32f7-drv +i2c-stub +i2c-synquacer +i2c-taos-evm +i2c-tegra +i2c-tegra-bpmp +i2c-thunderx +i2c-tiny-usb +i2c-versatile +i2c-via +i2c-viapro +i2c-viperboard +i2c-virtio +i2c-xgene-slimpro +i2c-xiic +i2c-xlp9xx +i3c +i3c-master-cdns +i40e +i5k_amb +i6300esb +i740fb +iavf +ib_cm +ib_core +ib_ipoib +ib_iser +ib_isert +ib_mthca +ib_srp +ib_srpt +ib_umad +ib_uverbs +ibm-cffps +ibm-panel +ibmaem +ibmpex +icc-bcm-voter +icc-bwmon +icc-clk +icc-osm-l3 +icc-rpmh +icc-smd-rpm +ice +ice40-spi +icp10100 +icp_multi +icplus +ics932s401 +idma64 +idmouse +idt77252 +idt_89hpesx +idt_gen2 +idt_gen3 +idtcps +ieee802154 +ieee802154_6lowpan +ieee802154_socket +ifb +ifcvf +ife +ifi_canfd +iforce +iforce-serio +iforce-usb +igb +igbvf +igc +igorplugusb +iguanair +ii_pci20kc +iio-mux +iio-rescale +iio-trig-hrtimer +iio-trig-interrupt +iio-trig-loop +iio-trig-sysfs +iio_dummy +iio_hwmon +ila +ili210x +ili9163 +ili9225 +ili922x +ili9320 +ili9341 +ili9486 +ilitek_ts_i2c +imagis +img-ascii-lcd +img-i2s-in +img-i2s-out +img-parallel-out +img-spdif-in +img-spdif-out +imm +imon +imon_raw +ims-pcu +imx-audio-rpmsg +imx-bus +imx-common +imx-cpufreq-dt +imx-dcss +imx-dma +imx-dsp +imx-interconnect +imx-lcdc +imx-lcdif +imx-ldb-helper +imx-mailbox +imx-media-common +imx-mipi-csis +imx-pcm-dma +imx-pcm-rpmsg +imx-pxp +imx-sdma +imx208 +imx214 +imx219 +imx258 +imx274 +imx290 +imx296 +imx2_wdt +imx319 +imx334 +imx335 +imx355 +imx412 +imx415 +imx6q-cpufreq +imx6ul_tsc +imx7-media-csi +imx7d_adc +imx7ulp_wdt +imx8-isi +imx8m-ddrc +imx8mm-interconnect +imx8mm_thermal +imx8mn-interconnect +imx8mp-interconnect +imx8mq-interconnect +imx8mq-mipi-csi2 +imx8qm-ldb +imx8qxp-adc +imx8qxp-ldb +imx8qxp-pixel-combiner +imx8qxp-pixel-link +imx8qxp-pxl2dpi +imx93-pd +imx93-src +imx93_adc +imx_dsp_rproc +imx_keypad +imx_rproc +imx_sc_key +imx_sc_thermal +imx_sc_wdt +imx_thermal +imxfb +ina209 +ina238 +ina2xx +ina2xx-adc +ina3221 +industrialio +industrialio-buffer-cb +industrialio-buffer-dma +industrialio-buffer-dmaengine +industrialio-configfs +industrialio-gts-helper +industrialio-hw-consumer +industrialio-sw-device +industrialio-sw-trigger +industrialio-triggered-buffer +industrialio-triggered-event +inet_diag +inexio +inftl +initio +input-leds +inspur-ipsps +int51x1 +intel-m10-bmc-core +intel-m10-bmc-hwmon +intel-m10-bmc-pmci +intel-m10-bmc-spi +intel-nand-controller +intel-xway +intel_qat +intel_th +intel_th_acpi +intel_th_gth +intel_th_msu +intel_th_msu_sink +intel_th_pci +intel_th_pti +intel_th_sth +intel_vr_nor +interact +interrupt-cnt +inv-icm42600 +inv-icm42600-i2c +inv-icm42600-spi +inv-mpu6050 +inv-mpu6050-i2c +inv-mpu6050-spi +io-domain +io_edgeport +io_ti +iommufd +ionic +iosm +iowarrior +ip5xxx_power +ip6_gre +ip6_tables +ip6_tunnel +ip6_udp_tunnel +ip6_vti +ip6t_NPT +ip6t_REJECT +ip6t_SYNPROXY +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_mh +ip6t_rpfilter +ip6t_rt +ip6t_srh +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6table_security +ip_gre +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmac +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_mac +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +ip_tables +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_fo +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_mh +ip_vs_nq +ip_vs_ovf +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_twos +ip_vs_wlc +ip_vs_wrr +ip_vti +ipa +ipack +ipaq +ipcomp +ipcomp6 +iphase +ipheth +ipip +ipmb_dev_int +ipmi_devintf +ipmi_ipmb +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_ssif +ipmi_watchdog +ipoctal +ipr +iproc_nand +ips +ipt_ECN +ipt_REJECT +ipt_SYNPROXY +ipt_ah +ipt_rpfilter +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +iptable_security +ipvlan +ipvtap +ipw +ipw2100 +ipw2200 +iqs269a +iqs5xx +iqs620at-temp +iqs621-als +iqs624-pos +iqs626a +iqs62x +iqs62x-keys +iqs7222 +ir-hix5hd2 +ir-imon-decoder +ir-jvc-decoder +ir-kbd-i2c +ir-mce_kbd-decoder +ir-nec-decoder +ir-rc5-decoder +ir-rc6-decoder +ir-rcmm-decoder +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +ir-spi +ir-usb +ir-xmp-decoder +ir35221 +ir36021 +ir38064 +ir_toy +irdma +irps5401 +irq-imx-mu-msi +irq-madera +irq-pruss-intc +irq-qcom-mpm +iscsi_boot_sysfs +iscsi_ibft +iscsi_target_mod +iscsi_tcp +isdnhdlc +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl29125 +isl29501 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isl68137 +isl7998x +isl9305 +isofs +isp116x-hcd +isp1704_charger +isp1760 +it87 +it913x +itd1000 +ite-cir +ite-it6505 +ite-it66121 +itg3200 +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_cm +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +ix2505v +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +jh7110-crypto +jmb38x_ms +jme +joydev +joydump +jr3_pci +jsa1212 +jsm +k3_bandgap +k3_j72xx_bandgap +k3dma +kafs +kalmia +kaweth +kbic +kbtab +kcm +kcomedilib +kcs_bmc +kcs_bmc_cdev_ipmi +kcs_bmc_npcm7xx +kcs_bmc_serio +ke_counter +keembay-ocs-aes +keembay-ocs-ecc +keembay-ocs-hcu +keembay_wdt +kempld-core +kempld_wdt +kernelcapi +keyspan +keyspan_pda +keyspan_remote +keywrap +kfifo_buf +khadas-mcu +khadas_mcu_fan +kheaders +kionix-kx022a +kionix-kx022a-i2c +kionix-kx022a-spi +kirin-drm +kl5kusb105 +kmb-drm +kmem +kmx61 +kobil_sct +komeda +kpss-xcc +ks0108 +ks0127 +ks7010 +ks8842 +ks8851_common +ks8851_par +ks8851_spi +ksmbd +ksz884x +ksz8863_smi +ksz9477_i2c +ksz_spi +ksz_switch +ktd253-backlight +ktti +ktz8866 +kvaser_pci +kvaser_pciefd +kvaser_usb +kxcjk-1013 +kxsd9 +kxsd9-i2c +kxsd9-spi +kxtj9 +kyber-iosched +kyrofb +l1oip +l2tp_core +l2tp_debugfs +l2tp_eth +l2tp_ip +l2tp_ip6 +l2tp_netlink +l2tp_ppp +l4f00242t03 +l64781 +lan743x +lan78xx +lan9303-core +lan9303_i2c +lan9303_mdio +lan966x-switch +lan966x_serdes +lanai +lantiq_gswip +lapb +lapbether +lattice-ecp3-config +lattice-sysconfig +lattice-sysconfig-spi +layerscape_edac_mod +lcd +lcd2s +ldusb +lec +led-class-flash +led-class-multicolor +led_bl +leds-88pm860x +leds-aat1290 +leds-adp5520 +leds-an30259a +leds-as3645a +leds-aw200xx +leds-aw2013 +leds-bcm6328 +leds-bcm6358 +leds-bd2606mvv +leds-bd2802 +leds-blinkm +leds-cpcap +leds-cr0014114 +leds-da903x +leds-da9052 +leds-dac124s085 +leds-el15203000 +leds-gpio +leds-is31fl319x +leds-is31fl32xx +leds-ktd2692 +leds-lm3530 +leds-lm3532 +leds-lm3533 +leds-lm355x +leds-lm3601x +leds-lm36274 +leds-lm3642 +leds-lm3692x +leds-lm3697 +leds-lp3944 +leds-lp3952 +leds-lp50xx +leds-lp5521 +leds-lp5523 +leds-lp5562 +leds-lp55xx-common +leds-lp8501 +leds-lp8788 +leds-lp8860 +leds-lt3593 +leds-max77650 +leds-max77693 +leds-max8997 +leds-mc13783 +leds-menf21bmc +leds-mlxreg +leds-mt6323 +leds-mt6360 +leds-mt6370-flash +leds-mt6370-rgb +leds-pca9532 +leds-pca955x +leds-pca963x +leds-pwm +leds-pwm-multicolor +leds-qcom-flash +leds-qcom-lpg +leds-regulator +leds-rt4505 +leds-rt8515 +leds-sc27xx-bltc +leds-sgm3140 +leds-spi-byte +leds-tca6507 +leds-ti-lmu-common +leds-tlc591xx +leds-tps6105x +leds-wm831x-status +leds-wm8350 +ledtrig-activity +ledtrig-audio +ledtrig-backlight +ledtrig-camera +ledtrig-default-on +ledtrig-heartbeat +ledtrig-netdev +ledtrig-oneshot +ledtrig-pattern +ledtrig-timer +ledtrig-transient +ledtrig-tty +ledtrig-usbport +legousbtower +lg-vl600 +lg2160 +lgdt3305 +lgdt3306a +lgdt330x +lgs8gl5 +lgs8gxx +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libarc4 +libceph +libchacha +libchacha20poly1305 +libcomposite +libcrc32c +libcurve25519 +libcurve25519-generic +libcxgb +libcxgbi +libdes +libertas +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libpoly1305 +libsas +libwx +lightning +lima +line-display +lineage-pem +linear +linkstation-poweroff +liquidio +liquidio-core +liquidio_vf +lis3lv02d +lis3lv02d_i2c +liteuart +litex_liteeth +litex_mmc +litex_soc_ctrl +lkkbd +ll_temac +llc +llc2 +llcc-qcom +lm25066 +lm3533-als +lm3533-core +lm3533-ctrlbank +lm3533_bl +lm3560 +lm3630a_bl +lm3639_bl +lm363x-regulator +lm3646 +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95234 +lm95241 +lm95245 +lmh +lmp91000 +lms283gf05 +lms501kf03 +lnbh25 +lnbh29 +lnbp21 +lnbp22 +lochnagar-hwmon +lochnagar-regulator +lockd +logicvc-drm +lontium-lt8912b +lontium-lt9211 +lontium-lt9611 +lontium-lt9611uxc +lp +lp3943 +lp3971 +lp3972 +lp855x_bl +lp8727_charger +lp872x +lp873x +lp873x-regulator +lp8755 +lp87565 +lp87565-regulator +lp8788-buck +lp8788-charger +lp8788-ldo +lp8788_adc +lp8788_bl +lpass-gfm-sm8250 +lpassaudiocc-sc7280 +lpasscc-sc7280 +lpasscc-sc8280xp +lpasscc-sdm845 +lpasscorecc-sc7180 +lpasscorecc-sc7280 +lpc_ich +lpc_sch +lpddr_cmds +lpfc +lru_cache +lrw +lt3651-charger +lt7182s +ltc1660 +ltc2471 +ltc2485 +ltc2496 +ltc2497 +ltc2497-core +ltc2632 +ltc2688 +ltc2941-battery-gauge +ltc2945 +ltc2947-core +ltc2947-i2c +ltc2947-spi +ltc2978 +ltc2983 +ltc2990 +ltc2992 +ltc3589 +ltc3676 +ltc3815 +ltc4151 +ltc4162-l-charger +ltc4215 +ltc4222 +ltc4245 +ltc4260 +ltc4261 +ltr501 +ltrf216a +ltv350qv +lv0104cs +lv5207lp +lvds-codec +lvstest +lvts_thermal +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m2m-deinterlace +m52790 +m62332 +m88ds3103 +m88rs2000 +m88rs6000t +mISDN_core +mISDN_dsp +mISDNinfineon +mISDNipac +mISDNisar +m_can +m_can_pci +m_can_platform +ma35d1_serial +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac-iceland +mac-inuit +mac-roman +mac-romanian +mac-turkish +mac80211 +mac80211_hwsim +mac802154 +mac802154_hwsim +macb +macb_pci +machxo2-spi +macmodes +macsec +macvlan +macvtap +madera +madera-i2c +madera-spi +mag3110 +magellan +mailbox-altera +mailbox-test +mailbox-xgene-slimpro +mali-dp +mantis +mantis_core +map_absent +map_funcs +map_ram +map_rom +marvell +marvell-88x2222 +marvell-cesa +marvell10g +marvell_cn10k_ddr_pmu +marvell_cn10k_tad_pmu +marvell_nand +matrix-keymap +matrix_keypad +matrox_w1 +matroxfb_DAC1064 +matroxfb_Ti3026 +matroxfb_accel +matroxfb_base +matroxfb_crtc2 +matroxfb_g450 +matroxfb_maven +matroxfb_misc +max1027 +max11100 +max1111 +max1118 +max11205 +max11410 +max11801_ts +max1241 +max127 +max1363 +max14577-regulator +max14577_charger +max14656_charger_detector +max15301 +max1586 +max16064 +max16065 +max1619 +max16601 +max1668 +max17040_battery +max17042_battery +max1721x_battery +max197 +max20086-regulator +max20411-regulator +max20730 +max20751 +max2165 +max2175 +max30100 +max30102 +max30208 +max3100 +max31722 +max31730 +max31760 +max31785 +max31790 +max31827 +max31856 +max31865 +max3420_udc +max3421-hcd +max34440 +max44000 +max44009 +max517 +max5432 +max5481 +max5487 +max5522 +max5821 +max63xx_wdt +max6620 +max6621 +max6639 +max6650 +max6697 +max6875 +max7359_keypad +max77541 +max77541-adc +max77541-regulator +max77620-regulator +max77620_thermal +max77620_wdt +max77650 +max77650-charger +max77650-onkey +max77650-regulator +max77686-regulator +max77693-haptic +max77693-regulator +max77693_charger +max77714 +max77802-regulator +max77826-regulator +max77976_charger +max8649 +max8660 +max8688 +max8893 +max8903_charger +max8907 +max8907-regulator +max8925-regulator +max8925_bl +max8925_onkey +max8925_power +max8952 +max8973-regulator +max8997-regulator +max8997_charger +max8997_haptic +max8998 +max8998_charger +max9271 +max9286 +max9611 +max96712 +maxim_thermocouple +mb1232 +mb862xxfb +mb86a16 +mb86a20s +mc +mc13783-adc +mc13783-pwrbutton +mc13783-regulator +mc13783_ts +mc13892-regulator +mc13xxx-core +mc13xxx-i2c +mc13xxx-regulator-core +mc13xxx-spi +mc3230 +mc34vr500 +mc44s803 +mcam-core +mcb +mcb-lpc +mcb-pci +mcba_usb +mceusb +mchp23k256 +mchp48l640 +mchp_pci1xxxx_gp +mchp_pci1xxxx_gpio +mcp16502 +mcp251x +mcp251xfd +mcp3021 +mcp320x +mcp3422 +mcp3911 +mcp4018 +mcp41010 +mcp4131 +mcp4531 +mcp4725 +mcp4922 +mcr20a +mcs5000_ts +mcs7830 +mcs_touchkey +mct_u232 +mctp-i2c +mctp-serial +md-cluster +md4 +mdc800 +mdio +mdio-bcm-unimac +mdio-cavium +mdio-gpio +mdio-hisi-femac +mdio-i2c +mdio-ipq4019 +mdio-ipq8064 +mdio-mscc-miim +mdio-mux +mdio-mux-gpio +mdio-mux-meson-g12a +mdio-mux-meson-gxl +mdio-mux-mmioreg +mdio-mux-multiplexer +mdio-mvusb +mdio-octeon +mdio-regmap +mdio-thunder +mdio-xgene +mdt_loader +me4000 +me_daq +mediatek +mediatek-cpufreq +mediatek-cpufreq-hw +mediatek-drm +mediatek-drm-hdmi +mediatek-ge +mediatek-ge-soc +megachips-stdpxxxx-ge-b850v3-fw +megaraid +megaraid_mbox +megaraid_mm +megaraid_sas +melfas_mip4 +memory-notifier-error-inject +memstick +men_z135_uart +men_z188_adc +mena21_wdt +menf21bmc +menf21bmc_hwmon +menf21bmc_wdt +menz69_wdt +meson-canvas +meson-drm +meson-gx-mmc +meson-gxl +meson-ir +meson-ir-tx +meson-mx-sdio +meson-rng +meson-vdec +meson_ddr_pmu_g12 +meson_dw_hdmi +meson_dw_mipi_dsi +meson_gxbb_wdt +meson_nand +meson_saradc +meson_wdt +metro-usb +metronomefb +mf6x4 +mgag200 +mhi +mhi_ep +mhi_net +mhi_pci_generic +mhi_wwan_ctrl +mhi_wwan_mbim +mi0283qt +michael_mic +micrel +microchip +microchip-spi +microchip_t1 +microchip_t1s +microread +microread_i2c +microtek +minix +mip6 +mipi-i3c-hci +mite +mkiss +ml86v7667 +mlx4_core +mlx4_en +mlx4_ib +mlx5-vfio-pci +mlx5_core +mlx5_ib +mlx5_vdpa +mlx90614 +mlx90632 +mlx_wdt +mlxbf-bootctl +mlxbf-pmc +mlxbf-tmfifo +mlxbf_gige +mlxfw +mlxreg-fan +mlxreg-hotplug +mlxreg-io +mlxreg-lc +mlxsw_core +mlxsw_i2c +mlxsw_minimal +mlxsw_pci +mlxsw_spectrum +mma7455_core +mma7455_i2c +mma7455_spi +mma7660 +mma8450 +mma8452 +mma9551 +mma9551_core +mma9553 +mmc35240 +mmc_hsq +mmc_spi +mmcc-msm8994 +mmcc-msm8996 +mmcc-msm8998 +mmcc-sdm660 +mms114 +mn88443x +mn88472 +mn88473 +mos7720 +mos7840 +most_cdev +most_core +most_dim2 +most_i2c +most_net +most_snd +most_usb +most_video +motorcomm +motorola-cpcap +moxa +moxtet +mp2629 +mp2629_adc +mp2629_charger +mp2888 +mp2975 +mp5023 +mp5416 +mp8859 +mp886x +mpc624 +mpi3mr +mpl115 +mpl115_i2c +mpl115_spi +mpl3115 +mpls_gso +mpls_iptunnel +mpls_router +mpoa +mpq7920 +mpq7932 +mpr121_touchkey +mprls0025pa +mpt3sas +mptbase +mptcp_diag +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +mpu3050 +mr75203 +mrf24j40 +mrp +ms5611_core +ms5611_i2c +ms5611_spi +ms5637 +ms_block +ms_sensors_i2c +msa311 +mscc +mscc_felix +mscc_felix_dsa_lib +mscc_ocelot +mscc_ocelot_ext +mscc_ocelot_switch_lib +mscc_seville +msdos +mse102x +msg2638 +msi001 +msi2500 +msm +msp3400 +mspro_block +mss-sc7180 +mt2060 +mt2063 +mt20xx +mt2131 +mt2266 +mt312 +mt352 +mt6311-regulator +mt6315-regulator +mt6323-regulator +mt6331-regulator +mt6332-regulator +mt6357-regulator +mt6358-regulator +mt6359-accdet +mt6359-regulator +mt6360-adc +mt6360-core +mt6360-regulator +mt6360_charger +mt6370 +mt6370-adc +mt6370-backlight +mt6370-charger +mt6370-regulator +mt6380-regulator +mt6397 +mt6397-regulator +mt6577_auxadc +mt6779-keypad +mt6797-mt6351 +mt7530 +mt7530-mdio +mt7530-mmio +mt76 +mt76-connac-lib +mt76-sdio +mt76-usb +mt7601u +mt7603e +mt7615-common +mt7615e +mt7663-usb-sdio-common +mt7663s +mt7663u +mt76x0-common +mt76x02-lib +mt76x02-usb +mt76x0e +mt76x0u +mt76x2-common +mt76x2e +mt76x2u +mt7915e +mt7921-common +mt7921e +mt7921s +mt7921u +mt7996e +mt8183-da7219-max98357 +mt8183-mt6358-ts3a227-max98357 +mt8186-mt6366-da7219-max98357 +mt8186-mt6366-rt1019-rt5682s +mt8188-mt6359 +mt8192-mt6359-rt1015-rt5682 +mt8195-mt6359 +mt9m001 +mt9m111 +mt9p031 +mt9t112 +mt9v011 +mt9v032 +mt9v111 +mtd +mtd_blkdevs +mtd_dataflash +mtdblock +mtdblock_ro +mtdoops +mtdpstore +mtdram +mtdswap +mtip32xx +mtk-adsp-common +mtk-adsp-ipc +mtk-adsp-mailbox +mtk-btcvsd +mtk-cci-devfreq +mtk-cir +mtk-cmdq-helper +mtk-cmdq-mailbox +mtk-cqdma +mtk-devapc +mtk-hsdma +mtk-mmsys +mtk-mutex +mtk-pmic-keys +mtk-pmic-wrap +mtk-rng +mtk-sd +mtk-smi +mtk-svs +mtk-uart-apdma +mtk-vpu +mtk_dp +mtk_iommu +mtk_nand +mtk_rpmsg +mtk_scp +mtk_scp_ipi +mtk_t7xx +mtk_wdt +mtouch +mtu3 +multipath +multiq3 +musb_hdrc +mux-adg792a +mux-adgs1408 +mux-core +mux-gpio +mux-mmio +mv88e6060 +mv88e6xxx +mv_u3d_core +mv_udc +mvmdio +mvneta +mvpp2 +mvsas +mvumi +mwifiex +mwifiex_pcie +mwifiex_sdio +mwifiex_usb +mwl8k +mxb +mxc-jpeg-encdec +mxc4005 +mxc6255 +mxc_nand +mxc_w1 +mxcmmc +mxic_nand +mxl-gpy +mxl111sf-demod +mxl111sf-tuner +mxl301rf +mxl5005s +mxl5007t +mxl5xx +mxl692 +mxser +mxsfb +mxuport +myrb +myri10ge +myrs +n5pf +n_gsm +n_hdlc +nand +nandcore +nandsim +national +natsemi +nau7802 +navman +nb7vpq904m +nbd +nci +nci_spi +nci_uart +ncn26000 +nct6683 +nct6775 +nct6775-core +nct6775-i2c +nct7802 +nct7904 +nd_btt +nd_pmem +nd_virtio +ne2k-pci +neofb +net1080 +net2272 +net2280 +netconsole +netdevsim +netfs +netjet +netlink_diag +netrom +netsec +netup-unidvb +netxen_nic +newtonkbd +nf_conncount +nf_conntrack +nf_conntrack_amanda +nf_conntrack_bridge +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_dup_ipv4 +nf_dup_ipv6 +nf_dup_netdev +nf_flow_table +nf_flow_table_inet +nf_log_syslog +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_irc +nf_nat_pptp +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nf_reject_ipv4 +nf_reject_ipv6 +nf_socket_ipv4 +nf_socket_ipv6 +nf_synproxy_core +nf_tables +nf_tproxy_ipv4 +nf_tproxy_ipv6 +nfc +nfc_digital +nfcmrvl +nfcmrvl_i2c +nfcmrvl_spi +nfcmrvl_uart +nfcmrvl_usb +nfcsim +nfit +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_hook +nfnetlink_log +nfnetlink_osf +nfnetlink_queue +nfp +nfs +nfs_acl +nfs_layout_flexfiles +nfs_layout_nfsv41_files +nfsd +nfsv2 +nfsv3 +nfsv4 +nft_chain_nat +nft_compat +nft_connlimit +nft_ct +nft_dup_ipv4 +nft_dup_ipv6 +nft_dup_netdev +nft_fib +nft_fib_inet +nft_fib_ipv4 +nft_fib_ipv6 +nft_fib_netdev +nft_flow_offload +nft_fwd_netdev +nft_hash +nft_limit +nft_log +nft_masq +nft_meta_bridge +nft_nat +nft_numgen +nft_osf +nft_queue +nft_quota +nft_redir +nft_reject +nft_reject_bridge +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +nft_reject_netdev +nft_socket +nft_synproxy +nft_tproxy +nft_tunnel +nft_xfrm +nftl +ngbe +ngene +nhc_dest +nhc_fragment +nhc_hop +nhc_ipv6 +nhc_mobility +nhc_routing +nhc_udp +nhpoly1305 +nhpoly1305-neon +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_a2150 +ni_at_ao +ni_atmio +ni_atmio16d +ni_labpc +ni_labpc_common +ni_labpc_pci +ni_pcidio +ni_pcimio +ni_routes_test +ni_routing +ni_tio +ni_tiocmd +ni_usb6501 +nicpf +nicstar +nicvf +nilfs2 +nitro_enclaves +niu +nixge +nlmon +nls_ascii +nls_cp1250 +nls_cp1251 +nls_cp1255 +nls_cp737 +nls_cp775 +nls_cp850 +nls_cp852 +nls_cp855 +nls_cp857 +nls_cp860 +nls_cp861 +nls_cp862 +nls_cp863 +nls_cp864 +nls_cp865 +nls_cp866 +nls_cp869 +nls_cp874 +nls_cp932 +nls_cp936 +nls_cp949 +nls_cp950 +nls_euc-jp +nls_iso8859-1 +nls_iso8859-13 +nls_iso8859-14 +nls_iso8859-15 +nls_iso8859-2 +nls_iso8859-3 +nls_iso8859-4 +nls_iso8859-5 +nls_iso8859-6 +nls_iso8859-7 +nls_iso8859-9 +nls_koi8-r +nls_koi8-ru +nls_koi8-u +nls_utf8 +noa1305 +nosy +notifier-error-inject +nouveau +novatek-nvt-ts +nozomi +npcm-rng +npcm750-pwm-fan +npcm_adc +npcm_edac +nps_enet +ns558 +ns83820 +nsh +ntb +ntb_hw_epf +ntb_hw_idt +ntb_hw_switchtec +ntb_netdev +ntb_perf +ntb_pingpong +ntb_tool +ntb_transport +ntc_thermistor +ntfs +ntfs3 +ntxec +null_blk +nuvoton-cir +nvec +nvec_kbd +nvec_paz00 +nvec_power +nvec_ps2 +nvidiafb +nvme +nvme-apple +nvme-common +nvme-core +nvme-fabrics +nvme-fc +nvme-loop +nvme-rdma +nvme-tcp +nvmem-apple-efuses +nvmem-imx-iim +nvmem-imx-ocotp +nvmem-imx-ocotp-ele +nvmem-imx-ocotp-scu +nvmem-layerscape-sfp +nvmem-rave-sp-eeprom +nvmem-reboot-mode +nvmem-rmem +nvmem-rockchip-otp +nvmem-sc27xx-efuse +nvmem_meson_efuse +nvmem_meson_mx_efuse +nvmem_mtk-efuse +nvmem_qcom-spmi-sdam +nvmem_qfprom +nvmem_rockchip_efuse +nvmem_snvs_lpgpr +nvmem_sprd_efuse +nvmem_stm32_romem +nvmem_sunxi_sid +nvmem_u-boot-env +nvmet +nvmet-fc +nvmet-rdma +nvmet-tcp +nvsw-sn2201 +nwl-dsi +nxp-bbnsm-pwrkey +nxp-c45-tja11xx +nxp-cbtx +nxp-nci +nxp-nci_i2c +nxp-ptn3460 +nxp-tja11xx +nxt200x +nxt6000 +nzxt-kraken2 +nzxt-smart2 +objagg +ocelot-soc +ocfb +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stack_o2cb +ocfs2_stack_user +ocfs2_stackglue +ocmem +ocrdma +octeon_ep +octeontx-cpt +octeontx-cptvf +of-fpga-region +of_mmc_spi +of_pmem +of_xilinx_wdt +ofb +ofpart +og01a1b +ohci-platform +omap-mailbox +omap-rng +omap2_nand +omap4-keypad +omap_elm +omap_hwspinlock +omfs +omninet +on20 +on26 +onboard_usb_hub +onenand +onie-tlv +open-dice +opencores-kbd +openvswitch +opt3001 +opt4001 +optee +optee-rng +opticon +option +or51132 +or51211 +orangefs +orinoco +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +oti6858 +otm3225a +otx2_ptp +ov01a10 +ov02a10 +ov08d10 +ov08x40 +ov13858 +ov13b10 +ov2640 +ov2659 +ov2680 +ov2685 +ov2740 +ov4689 +ov5640 +ov5645 +ov5647 +ov5648 +ov5670 +ov5675 +ov5693 +ov5695 +ov6650 +ov7251 +ov7640 +ov7670 +ov772x +ov7740 +ov8856 +ov8858 +ov8865 +ov9282 +ov9640 +ov9650 +ov9734 +overlay +owl-dma +owl-emac +owl-mmc +oxu210hp-hcd +p54common +p54pci +p54spi +p54usb +p8022 +pa12203001 +palmas-pwrbutton +palmas-regulator +palmas_gpadc +pandora_bl +panel +panel-abt-y030xx067a +panel-arm-versatile +panel-asus-z00t-tm5p5-n35596 +panel-auo-a030jtn01 +panel-boe-bf060y8m-aj0 +panel-boe-himax8279d +panel-boe-tv101wum-nl6 +panel-dsi-cm +panel-ebbg-ft8719 +panel-edp +panel-elida-kd35t133 +panel-feixin-k101-im2ba02 +panel-feiyang-fy07024di26a30d +panel-himax-hx8394 +panel-ilitek-ili9322 +panel-ilitek-ili9341 +panel-ilitek-ili9881c +panel-innolux-ej030na +panel-innolux-p079zca +panel-jadard-jd9365da-h3 +panel-jdi-fhd-r63452 +panel-jdi-lt070me05000 +panel-khadas-ts050 +panel-kingdisplay-kd097d04 +panel-leadtek-ltk050h3146w +panel-leadtek-ltk500hd1829 +panel-lg-lb035q02 +panel-lg-lg4573 +panel-lvds +panel-magnachip-d53e6ea8966 +panel-mantix-mlaf057we51 +panel-mipi-dbi +panel-nec-nl8048hl11 +panel-newvision-nv3051d +panel-newvision-nv3052c +panel-novatek-nt35510 +panel-novatek-nt35560 +panel-novatek-nt35950 +panel-novatek-nt36523 +panel-novatek-nt36672a +panel-novatek-nt39016 +panel-olimex-lcd-olinuxino +panel-orisetech-ota5601a +panel-orisetech-otm8009a +panel-osd-osd101t2587-53ts +panel-panasonic-vvx10f034n00 +panel-raspberrypi-touchscreen +panel-raydium-rm67191 +panel-raydium-rm68200 +panel-ronbo-rb070d30 +panel-samsung-atna33xc20 +panel-samsung-db7430 +panel-samsung-ld9040 +panel-samsung-s6d16d0 +panel-samsung-s6d27a1 +panel-samsung-s6d7aa0 +panel-samsung-s6e3ha2 +panel-samsung-s6e63j0x03 +panel-samsung-s6e63m0 +panel-samsung-s6e63m0-dsi +panel-samsung-s6e63m0-spi +panel-samsung-s6e88a0-ams452ef01 +panel-samsung-s6e8aa0 +panel-samsung-sofef00 +panel-seiko-43wvf1g +panel-sharp-lq101r1sx01 +panel-sharp-ls037v7dw01 +panel-sharp-ls043t1le01 +panel-sharp-ls060t1sx01 +panel-simple +panel-sitronix-st7701 +panel-sitronix-st7703 +panel-sitronix-st7789v +panel-sony-acx565akm +panel-sony-td4353-jdi +panel-sony-tulip-truly-nt35521 +panel-tdo-tl070wsh30 +panel-tpo-td028ttec1 +panel-tpo-td043mtea1 +panel-tpo-tpg110 +panel-truly-nt35597 +panel-visionox-rm69299 +panel-visionox-vtdr6130 +panel-widechips-ws2401 +panel-xinpeng-xpp055c272 +panfrost +parade-ps8622 +parade-ps8640 +parkbd +parman +parport +parport_pc +parport_serial +parser_trx +pata_acpi +pata_ali +pata_amd +pata_artop +pata_atiixp +pata_atp867x +pata_cmd640 +pata_cmd64x +pata_cypress +pata_efar +pata_hpt366 +pata_hpt37x +pata_hpt3x2n +pata_hpt3x3 +pata_imx +pata_it8213 +pata_it821x +pata_jmicron +pata_legacy +pata_marvell +pata_mpiix +pata_netcell +pata_ninja32 +pata_ns87410 +pata_ns87415 +pata_of_platform +pata_oldpiix +pata_opti +pata_optidma +pata_parport +pata_pdc2027x +pata_pdc202xx_old +pata_piccolo +pata_platform +pata_radisys +pata_rdc +pata_rz1000 +pata_sch +pata_serverworks +pata_sil680 +pata_sis +pata_sl82c105 +pata_triflex +pata_via +pc300too +pc87360 +pc87427 +pca9450-regulator +pcap-regulator +pcap_keys +pcap_ts +pcbc +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci +pci-epf-mhi +pci-epf-ntb +pci-epf-vntb +pci-hyperv +pci-hyperv-intf +pci-meson +pci-pf-stub +pci-stub +pci200syn +pcie-apple +pcie-mediatek-gen3 +pcie-qcom-ep +pcie-rockchip-host +pcie-tegra194 +pcips2 +pcl711 +pcl724 +pcl726 +pcl730 +pcl812 +pcl816 +pcl818 +pcm3724 +pcmad +pcmcia_core +pcmcia_rsrc +pcmda12 +pcmmio +pcmuio +pcnet32 +pcrypt +pcs-mtk-lynxi +pcs_xpcs +pcwd_pci +pcwd_usb +pdc_adma +pdr_interface +pds_core +pds_vdpa +peak_pci +peak_pciefd +peak_usb +peci +peci-cpu +peci-cputemp +peci-dimmtemp +pegasus +pegasus_notetaker +penmount +pf8x00-regulator +pfr_telemetry +pfr_update +pfuze100-regulator +phantom +phonet +phram +phy-am654-serdes +phy-armada38x-comphy +phy-bcm-kona-usb2 +phy-berlin-sata +phy-berlin-usb +phy-cadence-salvo +phy-cadence-sierra +phy-cadence-torrent +phy-can-transceiver +phy-cpcap-usb +phy-exynos-usb2 +phy-fsl-imx8-mipi-dphy +phy-fsl-imx8m-pcie +phy-fsl-imx8mq-usb +phy-fsl-imx8qm-lvds-phy +phy-fsl-lynx-28g +phy-generic +phy-gmii-sel +phy-gpio-vbus-usb +phy-hi3660-usb3 +phy-hi3670-pcie +phy-hi3670-usb3 +phy-hi6220-usb +phy-hisi-inno-usb2 +phy-histb-combphy +phy-intel-keembay-emmc +phy-intel-keembay-usb +phy-isp1301 +phy-j721e-wiz +phy-mapphone-mdm6600 +phy-meson-axg-mipi-dphy +phy-meson-g12a-mipi-dphy-analog +phy-meson-g12a-usb2 +phy-meson-g12a-usb3-pcie +phy-meson-gxl-usb2 +phy-meson8b-usb2 +phy-mtk-dp +phy-mtk-hdmi-drv +phy-mtk-mipi-dsi-drv +phy-mtk-pcie +phy-mtk-tphy +phy-mtk-ufs +phy-mtk-xsphy +phy-mvebu-a3700-comphy +phy-mvebu-a3700-utmi +phy-mvebu-cp110-comphy +phy-mvebu-cp110-utmi +phy-ocelot-serdes +phy-omap-usb2 +phy-pxa-28nm-hsic +phy-pxa-28nm-usb2 +phy-qcom-apq8064-sata +phy-qcom-edp +phy-qcom-eusb2-repeater +phy-qcom-ipq4019-usb +phy-qcom-ipq806x-sata +phy-qcom-ipq806x-usb +phy-qcom-pcie2 +phy-qcom-qmp-combo +phy-qcom-qmp-pcie +phy-qcom-qmp-pcie-msm8996 +phy-qcom-qmp-ufs +phy-qcom-qmp-usb +phy-qcom-qusb2 +phy-qcom-sgmii-eth +phy-qcom-snps-eusb2 +phy-qcom-snps-femto-v2 +phy-qcom-usb-hs +phy-qcom-usb-hs-28nm +phy-qcom-usb-hsic +phy-qcom-usb-ss +phy-rcar-gen2 +phy-rcar-gen3-pcie +phy-rcar-gen3-usb2 +phy-rcar-gen3-usb3 +phy-rockchip-dp +phy-rockchip-dphy-rx0 +phy-rockchip-emmc +phy-rockchip-inno-csidphy +phy-rockchip-inno-dsidphy +phy-rockchip-inno-hdmi +phy-rockchip-inno-usb2 +phy-rockchip-naneng-combphy +phy-rockchip-pcie +phy-rockchip-snps-pcie3 +phy-rockchip-typec +phy-rockchip-usb +phy-stm32-usbphyc +phy-sun4i-usb +phy-sun50i-usb3 +phy-sun6i-mipi-dphy +phy-tahvo +phy-tegra-usb +phy-tegra-xusb +phy-tegra194-p2u +phy-tusb1210 +phy-zynqmp +physmap +pi3usb30532 +pi433 +pim4328 +pinctrl-apple-gpio +pinctrl-axp209 +pinctrl-cy8c95x0 +pinctrl-da9062 +pinctrl-imx8ulp +pinctrl-imx93 +pinctrl-ipq5018 +pinctrl-ipq5332 +pinctrl-ipq6018 +pinctrl-ipq8074 +pinctrl-ipq9574 +pinctrl-keembay +pinctrl-lochnagar +pinctrl-lpass-lpi +pinctrl-madera +pinctrl-max77620 +pinctrl-mcp23s08 +pinctrl-mcp23s08_i2c +pinctrl-mcp23s08_spi +pinctrl-mdm9607 +pinctrl-meson-s4 +pinctrl-mlxbf3 +pinctrl-msm8916 +pinctrl-msm8953 +pinctrl-msm8976 +pinctrl-msm8994 +pinctrl-msm8996 +pinctrl-msm8998 +pinctrl-mt6779 +pinctrl-qcm2290 +pinctrl-qcs404 +pinctrl-qdf2xxx +pinctrl-qdu1000 +pinctrl-rk805 +pinctrl-sa8775p +pinctrl-sc7180 +pinctrl-sc7280 +pinctrl-sc7280-lpass-lpi +pinctrl-sc8180x +pinctrl-sc8280xp +pinctrl-sc8280xp-lpass-lpi +pinctrl-sdm660 +pinctrl-sdm670 +pinctrl-sdm845 +pinctrl-sdx75 +pinctrl-sm6115 +pinctrl-sm6125 +pinctrl-sm6350 +pinctrl-sm6375 +pinctrl-sm7150 +pinctrl-sm8150 +pinctrl-sm8250 +pinctrl-sm8250-lpass-lpi +pinctrl-sm8350 +pinctrl-sm8450 +pinctrl-sm8450-lpass-lpi +pinctrl-sm8550 +pinctrl-sm8550-lpass-lpi +pinctrl-spmi-gpio +pinctrl-spmi-mpp +pinctrl-ssbi-gpio +pinctrl-ssbi-mpp +pinctrl-stmfx +pinctrl-zynqmp +pinephone-keyboard +ping +pistachio-internal-dac +pixcir_i2c_ts +pkcs7_test_key +pkcs8_key_parser +pktgen +pl111_drm +pl172 +pl2303 +pl330 +plat-ram +plat_nand +platform_lcd +platform_mhu +platform_profile +plfxlc +pli1209bc +plip +plusb +pluto2 +plx_dma +plx_pci +pm-notifier-error-inject +pm2fb +pm3fb +pm6764tr +pm80xx +pm8916_wdt +pm8941-pwrkey +pm8xxx-vibrator +pmbus +pmbus_core +pmc551 +pmcraid +pmic_glink +pmic_glink_altmode +pms7003 +pn532_uart +pn533 +pn533_i2c +pn533_usb +pn544 +pn544_i2c +pn_pep +poly1305-neon +poly1305_generic +polynomial +polyval-ce +polyval-generic +port100 +powermate +powr1220 +ppa +ppdev +ppp_async +ppp_deflate +ppp_mppe +ppp_synctty +pppoatm +pppoe +pppox +pps-gpio +pps-ldisc +pps_parport +pptp +prestera +prestera_pci +pretimeout_panic +prism2_usb +pru_rproc +pruss +ps2-gpio +ps2mult +psample +pse_regulator +psmouse +psnap +pstore_blk +pstore_zone +psxpad-spi +ptp-qoriq +ptp_clockmatrix +ptp_dfl_tod +ptp_idt82p33 +ptp_ines +ptp_kvm +ptp_ocp +pulse8-cec +pulsedlight-lidar-lite-v2 +pv88060-regulator +pv88080-regulator +pv88090-regulator +pvcalls-front +pvpanic +pvpanic-mmio +pvpanic-pci +pvrusb2 +pwc +pwm-apple +pwm-atmel-hlcdc +pwm-atmel-tcb +pwm-beeper +pwm-berlin +pwm-clk +pwm-cros-ec +pwm-dwc +pwm-fan +pwm-fsl-ftm +pwm-hibvt +pwm-imx-tpm +pwm-imx1 +pwm-imx27 +pwm-iqs620a +pwm-ir-tx +pwm-keembay +pwm-lp3943 +pwm-mediatek +pwm-meson +pwm-mtk-disp +pwm-ntxec +pwm-omap-dmtimer +pwm-pca9685 +pwm-rcar +pwm-regulator +pwm-renesas-tpu +pwm-rockchip +pwm-rz-mtu3 +pwm-sl28cpld +pwm-sprd +pwm-stm32 +pwm-stm32-lp +pwm-sun4i +pwm-tegra +pwm-tiecap +pwm-tiehrpwm +pwm-twl +pwm-twl-led +pwm-vibra +pwm-visconti +pwm-xilinx +pwm_bl +pwr-mlxbf +pwrseq_emmc +pwrseq_sd8787 +pwrseq_simple +pxa168_eth +pxa27x_udc +pxe1610 +pxrc +q54sj108a2 +q6adm +q6afe +q6afe-clocks +q6afe-dai +q6apm-dai +q6apm-lpass-dais +q6asm +q6asm-dai +q6core +q6prm +q6prm-clocks +q6routing +q6sstop-qcs404 +qaic +qat_4xxx +qat_c3xxx +qat_c3xxxvf +qat_c62x +qat_c62xvf +qat_dh895xcc +qat_dh895xccvf +qca8k +qca_7k_common +qcaspi +qcauart +qcaux +qcom-apcs-ipc-mailbox +qcom-camss +qcom-coincell +qcom-cpufreq-hw +qcom-cpufreq-nvmem +qcom-emac +qcom-geni-se +qcom-labibb-regulator +qcom-pm8008 +qcom-pon +qcom-rng +qcom-rpmh-regulator +qcom-spmi-adc-tm5 +qcom-spmi-adc5 +qcom-spmi-iadc +qcom-spmi-pmic +qcom-spmi-rradc +qcom-spmi-temp-alarm +qcom-spmi-vadc +qcom-vadc-common +qcom-wdt +qcom-wled +qcom_aoss +qcom_bam_dmux +qcom_battmgr +qcom_common +qcom_edac +qcom_eud +qcom_geni_serial +qcom_glink +qcom_glink_rpm +qcom_glink_smem +qcom_gsbi +qcom_hwspinlock +qcom_ice +qcom_nandc +qcom_pil_info +qcom_pmi8998_charger +qcom_pmic_tcpm +qcom_q6v5 +qcom_q6v5_adsp +qcom_q6v5_mss +qcom_q6v5_pas +qcom_q6v5_wcss +qcom_rpm +qcom_rpm-regulator +qcom_smbb +qcom_smd +qcom_smd-regulator +qcom_spmi-regulator +qcom_stats +qcom_sysmon +qcom_tsens +qcom_usb_vbus-regulator +qcomsmempart +qcrypto +qcserial +qed +qede +qedf +qedi +qedr +qemu_fw_cfg +qinfo_probe +qla1280 +qla2xxx +qla3xxx +qla4xxx +qlcnic +qlge +qm1d1b0004 +qm1d1c0042 +qmi_helpers +qmi_wwan +qnoc-msm8916 +qnoc-msm8939 +qnoc-msm8974 +qnoc-msm8996 +qnoc-qcm2290 +qnoc-qcs404 +qnoc-qdu1000 +qnoc-sa8775p +qnoc-sc7180 +qnoc-sc7280 +qnoc-sc8180x +qnoc-sc8280xp +qnoc-sdm660 +qnoc-sdm670 +qnoc-sdm845 +qnoc-sdx55 +qnoc-sdx65 +qnoc-sm6350 +qnoc-sm8150 +qnoc-sm8250 +qnoc-sm8350 +qnoc-sm8450 +qnoc-sm8550 +qnx4 +qnx6 +qoriq-cpufreq +qoriq_thermal +qrtr +qrtr-mhi +qrtr-smd +qrtr-tun +qsemi +qt1010 +qt1050 +qt1070 +qt2160 +qtnfmac +qtnfmac_pcie +quatech2 +quota_tree +quota_v1 +quota_v2 +qwiic-joystick +qxl +r592 +r6040 +r8152 +r8153_ecm +r8169 +r8192e_pci +r8192u_usb +r820t +r852 +r8712u +r8723bs +r8a66597-hcd +r8a66597-udc +r8a779f0-ether-serdes +raa215300 +radeon +radeonfb +radio-keene +radio-ma901 +radio-maxiradio +radio-mr800 +radio-platform-si4713 +radio-raremono +radio-shark +radio-si470x-common +radio-si470x-i2c +radio-si470x-usb +radio-si476x +radio-tea5764 +radio-usb-si4713 +radio-wl1273 +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid_class +rainshadow-cec +ramoops +ramp_controller +ravb +rave-sp +rave-sp-backlight +rave-sp-pwrbutton +rave-sp-wdt +raw_diag +raw_gadget +raydium_i2c_ts +rbd +rc-adstech-dvb-t-pci +rc-alink-dtu-m +rc-anysee +rc-apac-viewcomp +rc-astrometa-t2hybrid +rc-asus-pc39 +rc-asus-ps3-100 +rc-ati-tv-wonder-hd-600 +rc-ati-x10 +rc-avermedia +rc-avermedia-a16d +rc-avermedia-cardbus +rc-avermedia-dvbt +rc-avermedia-m135a +rc-avermedia-m733a-rm-k6 +rc-avermedia-rm-ks +rc-avertv-303 +rc-azurewave-ad-tu700 +rc-beelink-gs1 +rc-beelink-mxiii +rc-behold +rc-behold-columbus +rc-budget-ci-old +rc-cinergy +rc-cinergy-1400 +rc-core +rc-ct-90405 +rc-d680-dmb +rc-delock-61959 +rc-dib0700-nec +rc-dib0700-rc5 +rc-digitalnow-tinytwin +rc-digittrade +rc-dm1105-nec +rc-dntv-live-dvb-t +rc-dntv-live-dvbt-pro +rc-dreambox +rc-dtt200u +rc-dvbsky +rc-dvico-mce +rc-dvico-portable +rc-em-terratec +rc-encore-enltv +rc-encore-enltv-fm53 +rc-encore-enltv2 +rc-evga-indtube +rc-eztv +rc-flydvb +rc-flyvideo +rc-fusionhdtv-mce +rc-gadmei-rm008z +rc-geekbox +rc-genius-tvgo-a11mce +rc-gotview7135 +rc-hauppauge +rc-hisi-poplar +rc-hisi-tv-demo +rc-imon-mce +rc-imon-pad +rc-imon-rsc +rc-iodata-bctv7e +rc-it913x-v1 +rc-it913x-v2 +rc-kaiomy +rc-khadas +rc-khamsin +rc-kworld-315u +rc-kworld-pc150u +rc-kworld-plus-tv-analog +rc-leadtek-y04g0051 +rc-lme2510 +rc-loopback +rc-manli +rc-mecool-kii-pro +rc-mecool-kiii-pro +rc-medion-x10 +rc-medion-x10-digitainer +rc-medion-x10-or2x +rc-minix-neo +rc-msi-digivox-ii +rc-msi-digivox-iii +rc-msi-tvanywhere +rc-msi-tvanywhere-plus +rc-nebula +rc-nec-terratec-cinergy-xs +rc-norwood +rc-npgtech +rc-odroid +rc-pctv-sedna +rc-pine64 +rc-pinnacle-color +rc-pinnacle-grey +rc-pinnacle-pctv-hd +rc-pixelview +rc-pixelview-002t +rc-pixelview-mk12 +rc-pixelview-new +rc-powercolor-real-angel +rc-proteus-2309 +rc-purpletv +rc-pv951 +rc-rc6-mce +rc-real-audio-220-32-keys +rc-reddo +rc-snapstream-firefly +rc-streamzap +rc-su3000 +rc-tanix-tx3mini +rc-tanix-tx5max +rc-tbs-nec +rc-technisat-ts35 +rc-technisat-usb2 +rc-terratec-cinergy-c-pci +rc-terratec-cinergy-s2-hd +rc-terratec-cinergy-xs +rc-terratec-slim +rc-terratec-slim-2 +rc-tevii-nec +rc-tivo +rc-total-media-in-hand +rc-total-media-in-hand-02 +rc-trekstor +rc-tt-1500 +rc-twinhan-dtv-cab-ci +rc-twinhan1027 +rc-vega-s9x +rc-videomate-m1f +rc-videomate-s350 +rc-videomate-tv-pvr +rc-videostrong-kii-pro +rc-wetek-hub +rc-wetek-play2 +rc-winfast +rc-winfast-usbii-deluxe +rc-x96max +rc-xbox-360 +rc-xbox-dvd +rc-zx-irdec +rc5t583-regulator +rcar-csi2 +rcar-dmac +rcar-du-drm +rcar-fcp +rcar-isp +rcar-vin +rcar_can +rcar_canfd +rcar_cmm +rcar_drif +rcar_dw_hdmi +rcar_fdp1 +rcar_gen3_thermal +rcar_jpu +rcar_lvds +rcar_mipi_dsi +rcar_rproc +rcar_thermal +rdacm20 +rdacm21 +rdc321x-southbridge +rdma_cm +rdma_rxe +rdma_ucm +rds +rds_rdma +rds_tcp +realtek +realtek-mdio +realtek-smi +reboot-mode +redboot +redrat3 +reed_solomon +regmap-ac97 +regmap-i3c +regmap-sccb +regmap-sdw +regmap-sdw-mbq +regmap-slimbus +regmap-spi-avmm +regmap-spmi +regmap-w1 +regulator-haptic +reiserfs +renesas-nand-controller +renesas-rpc-if +renesas_sdhi_core +renesas_sdhi_internal_dmac +renesas_sdhi_sys_dmac +renesas_usb3 +renesas_usbf +renesas_usbhs +renesas_wdt +repaper +reset-a10sr +reset-hi3660 +reset-meson-audio-arb +reset-qcom-pdc +reset-scmi +reset-ti-sci +reset-ti-syscon +reset-tps380x +resistive-adc-touch +retu-mfd +retu-pwrbutton +retu_wdt +rfc1051 +rfc1201 +rfcomm +rfd77402 +rfd_ftl +rfkill-gpio +rio-scan +rio_cm +rio_mport_cdev +rionet +rivafb +rj54n1cb0c +rk3399_dmc +rk805-pwrkey +rk808-regulator +rk817_charger +rk8xx-core +rk8xx-i2c +rk8xx-spi +rk_crypto +rm3100-core +rm3100-i2c +rm3100-spi +rmd160 +rmi_core +rmi_i2c +rmi_smbus +rmi_spi +rmnet +rmtfs_mem +rn5t618 +rn5t618-adc +rn5t618-regulator +rn5t618_power +rn5t618_wdt +rnbd-client +rnbd-server +rndis_host +rndis_wlan +rockchip +rockchip-dfi +rockchip-isp1 +rockchip-nand-controller +rockchip-rga +rockchip-vdec +rockchip_saradc +rockchip_thermal +rockchipdrm +rocker +rohm-bd71828 +rohm-bd718x7 +rohm-bd9576 +rohm-bu27008 +rohm-bu27034 +rohm-regulator +rohm_bu21023 +romfs +rose +rotary_encoder +rp2 +rpcrdma +rpcsec_gss_krb5 +rpi-panel-attiny-regulator +rpm_master_stats +rpmpd +rpmsg_char +rpmsg_core +rpmsg_ctrl +rpmsg_ns +rpmsg_tty +rpmsg_wwan_ctrl +rpr0521 +rsi_91x +rsi_sdio +rsi_usb +rsmu-i2c +rsmu-spi +rswitch_drv +rt1719 +rt2400pci +rt2500pci +rt2500usb +rt2800lib +rt2800mmio +rt2800pci +rt2800usb +rt2x00lib +rt2x00mmio +rt2x00pci +rt2x00usb +rt4801-regulator +rt4803 +rt4831 +rt4831-backlight +rt4831-regulator +rt5033 +rt5033-regulator +rt5033_battery +rt5033_charger +rt5120 +rt5120-pwrkey +rt5120-regulator +rt5190a-regulator +rt5739 +rt5759-regulator +rt6160-regulator +rt6190-regulator +rt61pci +rt6245-regulator +rt73usb +rt9455_charger +rt9467-charger +rt9471 +rtc-88pm80x +rtc-88pm860x +rtc-ab-b5ze-s3 +rtc-ab-eoz9 +rtc-abx80x +rtc-armada38x +rtc-as3722 +rtc-bd70528 +rtc-bq32k +rtc-bq4802 +rtc-cadence +rtc-cpcap +rtc-cros-ec +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1302 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1685 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-em3027 +rtc-fm3130 +rtc-fsl-ftm-alarm +rtc-ftrtc010 +rtc-goldfish +rtc-hid-sensor-time +rtc-hym8563 +rtc-imx-sc +rtc-imxdi +rtc-isl12022 +rtc-isl12026 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max6916 +rtc-max77686 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-meson-vrtc +rtc-msm6242 +rtc-mt2712 +rtc-mt6397 +rtc-mt7622 +rtc-mxc +rtc-mxc_v2 +rtc-nct3018y +rtc-ntxec +rtc-nxp-bbnsm +rtc-optee +rtc-palmas +rtc-pcap +rtc-pcf2123 +rtc-pcf2127 +rtc-pcf50633 +rtc-pcf85063 +rtc-pcf8523 +rtc-pcf85363 +rtc-pcf8563 +rtc-pcf8583 +rtc-pl030 +rtc-pl031 +rtc-pm8xxx +rtc-r7301 +rtc-r9701 +rtc-rc5t583 +rtc-rc5t619 +rtc-rk808 +rtc-rp5c01 +rtc-rs5c348 +rtc-rs5c372 +rtc-rv3028 +rtc-rv3029c2 +rtc-rv3032 +rtc-rv8803 +rtc-rx4581 +rtc-rx6110 +rtc-rx8010 +rtc-rx8025 +rtc-rx8581 +rtc-s35390a +rtc-s5m +rtc-sc27xx +rtc-sd3078 +rtc-sh +rtc-snvs +rtc-stk17ta8 +rtc-stm32 +rtc-tegra +rtc-ti-k3 +rtc-tps6586x +rtc-tps65910 +rtc-twl +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtc-zynqmp +rtd520 +rti800 +rti802 +rti_wdt +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192ee +rtl8192se +rtl8365mb +rtl8366 +rtl8723-common +rtl8723ae +rtl8723be +rtl8821ae +rtl8xxxu +rtl_pci +rtl_usb +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtlwifi +rtmv20-regulator +rtq2134-regulator +rtq6056 +rtq6752-regulator +rtrs-client +rtrs-core +rtrs-server +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rtw88_8723d +rtw88_8723de +rtw88_8723ds +rtw88_8723du +rtw88_8821c +rtw88_8821ce +rtw88_8821cs +rtw88_8821cu +rtw88_8822b +rtw88_8822be +rtw88_8822bs +rtw88_8822bu +rtw88_8822c +rtw88_8822ce +rtw88_8822cs +rtw88_8822cu +rtw88_core +rtw88_pci +rtw88_sdio +rtw88_usb +rtw89_8851b +rtw89_8851be +rtw89_8852a +rtw89_8852ae +rtw89_8852b +rtw89_8852be +rtw89_8852c +rtw89_8852ce +rtw89_core +rtw89_pci +rvu_af +rvu_cptcommon +rvu_cptpf +rvu_cptvf +rvu_mbox +rvu_nicpf +rvu_nicvf +rx51_battery +rxperf +rxrpc +rz-dmac +rz-mtu3-cnt +rza_wdt +rzg2l-cru +rzg2l-csi2 +rzg2l_adc +rzg2l_mipi_dsi +rzg2l_thermal +rzg2l_wdt +rzn1_wdt +rzv2m_usb3drd +s1d13xxxfb +s2250 +s2255drv +s2io +s2mpa01 +s2mps11 +s3fb +s3fwrn5 +s3fwrn5_i2c +s3fwrn82_uart +s526 +s5c73m3 +s5h1409 +s5h1411 +s5h1420 +s5h1432 +s5k5baf +s5k6a3 +s5m8767 +s626 +s6sy761 +s921 +sa2ul +saa6588 +saa6752hs +saa7110 +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7134-go7007 +saa7146 +saa7146_vv +saa7164 +saa717x +saa7185 +saa7706h +safe_serial +sahara +sample-trace-array +samsung-dsim +samsung-keypad +samsung-sxgbe +samsung_tty +sata_dwc_460ex +sata_inic162x +sata_mv +sata_nv +sata_promise +sata_qstor +sata_rcar +sata_sil +sata_sil24 +sata_sis +sata_svw +sata_sx4 +sata_uli +sata_via +sata_vsc +savagefb +sb1000 +sbp_target +sbrmi +sbs-battery +sbs-charger +sbs-manager +sbsa_gwdt +sbtsi_temp +sc16is7xx +sc2731-regulator +sc2731_charger +sc27xx-poweroff +sc27xx-vibra +sc27xx_adc +sc27xx_fuel_gauge +sc92031 +sc9860-clk +sc9863a-clk +sca3000 +sca3300 +scd30_core +scd30_i2c +scd30_serial +scd4x +sch5627 +sch5636 +sch56xx-common +sch_cake +sch_cbs +sch_choke +sch_codel +sch_drr +sch_etf +sch_ets +sch_fq +sch_fq_codel +sch_fq_pie +sch_gred +sch_hfsc +sch_hhf +sch_htb +sch_ingress +sch_mqprio +sch_mqprio_lib +sch_multiq +sch_netem +sch_pie +sch_plug +sch_prio +sch_qfq +sch_red +sch_sfb +sch_sfq +sch_skbprio +sch_taprio +sch_tbf +sch_teql +sci-clk +sclk-div +scmi-cpufreq +scmi-hwmon +scmi-regulator +scmi_iio +scmi_pm_domain +scmi_power_control +scpi-cpufreq +scpi-hwmon +scpi_pm_domain +scsi_debug +scsi_dh_alua +scsi_dh_emc +scsi_dh_hp_sw +scsi_dh_rdac +scsi_transport_fc +scsi_transport_iscsi +scsi_transport_sas +scsi_transport_spi +scsi_transport_srp +sctp +sctp_diag +sd_adc_modulator +sdhci +sdhci-acpi +sdhci-cadence +sdhci-esdhc-imx +sdhci-milbeaut +sdhci-msm +sdhci-of-arasan +sdhci-of-at91 +sdhci-of-dwcmshc +sdhci-of-esdhc +sdhci-of-sparx5 +sdhci-omap +sdhci-pci +sdhci-pltfm +sdhci-pxav3 +sdhci-sprd +sdhci-tegra +sdhci-xenon-driver +sdhci_am654 +sdhci_f_sdh30 +sdio_uart +sensehat-joystick +sensorhub +serial-tegra +serial_ir +serio_raw +sermouse +serpent_generic +serport +ses +sf-pdma +sfc +sfc-falcon +sfc-siena +sfp +sgi_w1 +sgp30 +sgp40 +sh_eth +sh_mmcif +sh_mobile_lcdcfb +sha1-ce +sha2-ce +sha256-arm64 +sha3-ce +shark2 +shmob-drm +sht15 +sht21 +sht3x +sht4x +shtc1 +si1133 +si1145 +si2157 +si2165 +si2168 +si21xx +si4713 +si476x-core +si7005 +si7020 +sidewinder +sierra +sierra_net +sifive +sii902x +sii9234 +sil-sii8620 +sil164 +silead +simple-bridge +simple-mfd-i2c +simpledrm +simplefb +siox-bus-gpio +siox-core +sis190 +sis5595 +sis900 +sis_i2c +sisfb +sisusbvga +sit +siw +sja1000 +sja1000_isa +sja1000_platform +sja1105 +skfp +skge +sky2 +sky81452 +sky81452-backlight +sky81452-regulator +sl28cpld-hwmon +sl28cpld_wdt +sl28vpd +sl811-hcd +slcan +slg51000-regulator +slic_ds26522 +slicoss +slim-qcom-ctrl +slim-qcom-ngd-ctrl +slimbus +slip +slram +sm2_generic +sm3 +sm3-ce +sm3-neon +sm3_generic +sm4 +sm4-ce +sm4-ce-ccm +sm4-ce-cipher +sm4-ce-gcm +sm4-neon +sm4_generic +sm501 +sm501fb +sm712fb +sm750fb +sm_common +sm_ftl +smartpqi +smb347-charger +smc +smc_diag +smd-rpm +smem +smipcie +smm665 +smp2p +smpro-core +smpro-errmon +smpro-hwmon +smpro-misc +smsc +smsc47b397 +smsc47m1 +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smscufx +smsdvb +smsm +smsmdtv +smssdio +smsusb +snd +snd-ac97-codec +snd-acp-config +snd-ad1889 +snd-ak4113 +snd-ak4114 +snd-ak4xxx-adda +snd-ali5451 +snd-aloop +snd-als300 +snd-atiixp +snd-atiixp-modem +snd-au8810 +snd-au8820 +snd-au8830 +snd-aw2 +snd-azt3328 +snd-bcd2000 +snd-bebob +snd-bt87x +snd-ca0106 +snd-cmipci +snd-compress +snd-cs4281 +snd-cs46xx +snd-cs8427 +snd-ctl-led +snd-ctxfi +snd-darla20 +snd-darla24 +snd-dice +snd-dummy +snd-echo3g +snd-emu10k1 +snd-emu10k1-synth +snd-emu10k1x +snd-emux-synth +snd-ens1370 +snd-ens1371 +snd-es1938 +snd-es1968 +snd-fireface +snd-firewire-digi00x +snd-firewire-lib +snd-firewire-motu +snd-firewire-tascam +snd-fireworks +snd-fm801 +snd-gina20 +snd-gina24 +snd-hda-codec +snd-hda-codec-analog +snd-hda-codec-ca0110 +snd-hda-codec-ca0132 +snd-hda-codec-cirrus +snd-hda-codec-cmedia +snd-hda-codec-conexant +snd-hda-codec-cs8409 +snd-hda-codec-generic +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-core +snd-hda-cs-dsp-ctls +snd-hda-ext-core +snd-hda-intel +snd-hda-scodec-cs35l41 +snd-hda-scodec-cs35l41-i2c +snd-hda-scodec-cs35l41-spi +snd-hda-tegra +snd-hdsp +snd-hdspm +snd-hrtimer +snd-hwdep +snd-i2c +snd-ice1712 +snd-ice1724 +snd-ice17xx-ak4xxx +snd-indigo +snd-indigodj +snd-indigodjx +snd-indigoio +snd-indigoiox +snd-intel-dspcfg +snd-intel-sdw-acpi +snd-intel8x0 +snd-intel8x0m +snd-isight +snd-korg1212 +snd-layla20 +snd-layla24 +snd-lola +snd-lx6464es +snd-maestro3 +snd-mia +snd-mixart +snd-mixer-oss +snd-mona +snd-mpu401 +snd-mpu401-uart +snd-mtpav +snd-mts64 +snd-nm256 +snd-opl3-lib +snd-opl3-synth +snd-oxfw +snd-oxygen +snd-oxygen-lib +snd-pcm +snd-pcm-dmaengine +snd-pcmtest +snd-pcxhr +snd-portman2x4 +snd-pt2258 +snd-q6apm +snd-q6dsp-common +snd-rawmidi +snd-riptide +snd-rme32 +snd-rme96 +snd-rme9652 +snd-seq +snd-seq-device +snd-seq-dummy +snd-seq-midi +snd-seq-midi-emul +snd-seq-midi-event +snd-seq-ump-client +snd-seq-virmidi +snd-serial-generic +snd-serial-u16550 +snd-soc-63xx +snd-soc-ac97 +snd-soc-acp-da7219mx98357-mach +snd-soc-acp-es8336-mach +snd-soc-acp-rt5645-mach +snd-soc-acpi +snd-soc-adau-utils +snd-soc-adau1372 +snd-soc-adau1372-i2c +snd-soc-adau1372-spi +snd-soc-adau1701 +snd-soc-adau1761 +snd-soc-adau1761-i2c +snd-soc-adau1761-spi +snd-soc-adau17x1 +snd-soc-adau7002 +snd-soc-adau7118 +snd-soc-adau7118-hw +snd-soc-adau7118-i2c +snd-soc-adi-axi-i2s +snd-soc-adi-axi-spdif +snd-soc-ak4104 +snd-soc-ak4118 +snd-soc-ak4375 +snd-soc-ak4458 +snd-soc-ak4554 +snd-soc-ak4613 +snd-soc-ak4642 +snd-soc-ak5386 +snd-soc-ak5558 +snd-soc-alc5623 +snd-soc-alc5632 +snd-soc-apple-mca +snd-soc-apq8016-sbc +snd-soc-apq8096 +snd-soc-armada-370-db +snd-soc-audio-graph-card +snd-soc-audio-graph-card2 +snd-soc-audio-graph-card2-custom-sample +snd-soc-aw8738 +snd-soc-aw88395 +snd-soc-aw88395-lib +snd-soc-bd28623 +snd-soc-bt-sco +snd-soc-chv3-codec +snd-soc-core +snd-soc-cpcap +snd-soc-cros-ec-codec +snd-soc-cs35l32 +snd-soc-cs35l33 +snd-soc-cs35l34 +snd-soc-cs35l35 +snd-soc-cs35l36 +snd-soc-cs35l41 +snd-soc-cs35l41-i2c +snd-soc-cs35l41-lib +snd-soc-cs35l41-spi +snd-soc-cs35l45 +snd-soc-cs35l45-i2c +snd-soc-cs35l45-spi +snd-soc-cs35l56 +snd-soc-cs35l56-i2c +snd-soc-cs35l56-sdw +snd-soc-cs35l56-shared +snd-soc-cs35l56-spi +snd-soc-cs4234 +snd-soc-cs4265 +snd-soc-cs4270 +snd-soc-cs4271 +snd-soc-cs4271-i2c +snd-soc-cs4271-spi +snd-soc-cs42l42 +snd-soc-cs42l42-i2c +snd-soc-cs42l42-sdw +snd-soc-cs42l51 +snd-soc-cs42l51-i2c +snd-soc-cs42l52 +snd-soc-cs42l56 +snd-soc-cs42l73 +snd-soc-cs42l83-i2c +snd-soc-cs42xx8 +snd-soc-cs42xx8-i2c +snd-soc-cs43130 +snd-soc-cs4341 +snd-soc-cs4349 +snd-soc-cs53l30 +snd-soc-cx2072x +snd-soc-da7213 +snd-soc-da7219 +snd-soc-davinci-mcasp +snd-soc-dmic +snd-soc-es7134 +snd-soc-es7241 +snd-soc-es8316 +snd-soc-es8326 +snd-soc-es8328 +snd-soc-es8328-i2c +snd-soc-es8328-spi +snd-soc-fsi +snd-soc-fsl-asoc-card +snd-soc-fsl-asrc +snd-soc-fsl-aud2htx +snd-soc-fsl-audmix +snd-soc-fsl-easrc +snd-soc-fsl-esai +snd-soc-fsl-micfil +snd-soc-fsl-mqs +snd-soc-fsl-rpmsg +snd-soc-fsl-sai +snd-soc-fsl-spdif +snd-soc-fsl-ssi +snd-soc-fsl-utils +snd-soc-fsl-xcvr +snd-soc-gtm601 +snd-soc-hda-codec +snd-soc-hdmi-codec +snd-soc-ics43432 +snd-soc-idt821034 +snd-soc-imx-audmix +snd-soc-imx-audmux +snd-soc-imx-card +snd-soc-imx-es8328 +snd-soc-imx-hdmi +snd-soc-imx-rpmsg +snd-soc-imx-sgtl5000 +snd-soc-imx-spdif +snd-soc-inno-rk3036 +snd-soc-j721e-evm +snd-soc-kirkwood +snd-soc-kmb_platform +snd-soc-lochnagar-sc +snd-soc-lpass-apq8016 +snd-soc-lpass-cdc-dma +snd-soc-lpass-cpu +snd-soc-lpass-hdmi +snd-soc-lpass-ipq806x +snd-soc-lpass-macro-common +snd-soc-lpass-platform +snd-soc-lpass-rx-macro +snd-soc-lpass-sc7180 +snd-soc-lpass-sc7280 +snd-soc-lpass-tx-macro +snd-soc-lpass-va-macro +snd-soc-lpass-wsa-macro +snd-soc-max9759 +snd-soc-max98088 +snd-soc-max98090 +snd-soc-max98357a +snd-soc-max98363 +snd-soc-max98373 +snd-soc-max98373-i2c +snd-soc-max98373-sdw +snd-soc-max98388 +snd-soc-max98390 +snd-soc-max98396 +snd-soc-max98504 +snd-soc-max98520 +snd-soc-max9860 +snd-soc-max9867 +snd-soc-max98927 +snd-soc-meson-aiu +snd-soc-meson-axg-fifo +snd-soc-meson-axg-frddr +snd-soc-meson-axg-pdm +snd-soc-meson-axg-sound-card +snd-soc-meson-axg-spdifin +snd-soc-meson-axg-spdifout +snd-soc-meson-axg-tdm-formatter +snd-soc-meson-axg-tdm-interface +snd-soc-meson-axg-tdmin +snd-soc-meson-axg-tdmout +snd-soc-meson-axg-toddr +snd-soc-meson-card-utils +snd-soc-meson-codec-glue +snd-soc-meson-g12a-toacodec +snd-soc-meson-g12a-tohdmitx +snd-soc-meson-gx-sound-card +snd-soc-meson-t9015 +snd-soc-mikroe-proto +snd-soc-msm8916-analog +snd-soc-msm8916-digital +snd-soc-mt6351 +snd-soc-mt6358 +snd-soc-mt6359 +snd-soc-mt6660 +snd-soc-mt6797-afe +snd-soc-mt8183-afe +snd-soc-mt8186-afe +snd-soc-mt8188-afe +snd-soc-mt8192-afe +snd-soc-mt8195-afe +snd-soc-mtk-common +snd-soc-nau8315 +snd-soc-nau8540 +snd-soc-nau8810 +snd-soc-nau8821 +snd-soc-nau8822 +snd-soc-nau8824 +snd-soc-nau8825 +snd-soc-pcm1681 +snd-soc-pcm1789-codec +snd-soc-pcm1789-i2c +snd-soc-pcm179x-codec +snd-soc-pcm179x-i2c +snd-soc-pcm179x-spi +snd-soc-pcm186x +snd-soc-pcm186x-i2c +snd-soc-pcm186x-spi +snd-soc-pcm3060 +snd-soc-pcm3060-i2c +snd-soc-pcm3060-spi +snd-soc-pcm3168a +snd-soc-pcm3168a-i2c +snd-soc-pcm3168a-spi +snd-soc-pcm5102a +snd-soc-pcm512x +snd-soc-pcm512x-i2c +snd-soc-pcm512x-spi +snd-soc-peb2466 +snd-soc-qcom-common +snd-soc-qcom-sdw +snd-soc-rcar +snd-soc-rk3288-hdmi-analog +snd-soc-rk3328 +snd-soc-rk3399-gru-sound +snd-soc-rk817 +snd-soc-rl6231 +snd-soc-rockchip-i2s +snd-soc-rockchip-i2s-tdm +snd-soc-rockchip-max98090 +snd-soc-rockchip-pdm +snd-soc-rockchip-rt5645 +snd-soc-rockchip-spdif +snd-soc-rt1011 +snd-soc-rt1015 +snd-soc-rt1015p +snd-soc-rt1308-sdw +snd-soc-rt1316-sdw +snd-soc-rt1318-sdw +snd-soc-rt5514 +snd-soc-rt5514-spi +snd-soc-rt5616 +snd-soc-rt5631 +snd-soc-rt5640 +snd-soc-rt5645 +snd-soc-rt5659 +snd-soc-rt5663 +snd-soc-rt5677 +snd-soc-rt5677-spi +snd-soc-rt5682 +snd-soc-rt5682-i2c +snd-soc-rt5682-sdw +snd-soc-rt5682s +snd-soc-rt700 +snd-soc-rt711 +snd-soc-rt711-sdca +snd-soc-rt712-sdca +snd-soc-rt712-sdca-dmic +snd-soc-rt715 +snd-soc-rt715-sdca +snd-soc-rt722-sdca +snd-soc-rt9120 +snd-soc-rz-ssi +snd-soc-sc7180 +snd-soc-sc7280 +snd-soc-sc8280xp +snd-soc-sdm845 +snd-soc-sdw-mockup +snd-soc-sgtl5000 +snd-soc-si476x +snd-soc-sigmadsp +snd-soc-sigmadsp-i2c +snd-soc-sigmadsp-regmap +snd-soc-simple-amplifier +snd-soc-simple-card +snd-soc-simple-card-utils +snd-soc-simple-mux +snd-soc-sm8250 +snd-soc-sma1303 +snd-soc-spdif-rx +snd-soc-spdif-tx +snd-soc-sprd-platform +snd-soc-src4xxx +snd-soc-src4xxx-i2c +snd-soc-ssm2305 +snd-soc-ssm2518 +snd-soc-ssm2602 +snd-soc-ssm2602-i2c +snd-soc-ssm2602-spi +snd-soc-ssm3515 +snd-soc-ssm4567 +snd-soc-sta32x +snd-soc-sta350 +snd-soc-sti-sas +snd-soc-stm32-i2s +snd-soc-stm32-sai +snd-soc-stm32-sai-sub +snd-soc-stm32-spdifrx +snd-soc-storm +snd-soc-tas2552 +snd-soc-tas2562 +snd-soc-tas2764 +snd-soc-tas2770 +snd-soc-tas2780 +snd-soc-tas2781-comlib +snd-soc-tas2781-fmwlib +snd-soc-tas2781-i2c +snd-soc-tas5086 +snd-soc-tas571x +snd-soc-tas5720 +snd-soc-tas5805m +snd-soc-tas6424 +snd-soc-tda7419 +snd-soc-tegra-audio-graph-card +snd-soc-tegra-machine +snd-soc-tegra-pcm +snd-soc-tegra-wm8903 +snd-soc-tegra186-asrc +snd-soc-tegra186-dspk +snd-soc-tegra20-ac97 +snd-soc-tegra20-das +snd-soc-tegra20-i2s +snd-soc-tegra20-spdif +snd-soc-tegra210-admaif +snd-soc-tegra210-adx +snd-soc-tegra210-ahub +snd-soc-tegra210-amx +snd-soc-tegra210-dmic +snd-soc-tegra210-i2s +snd-soc-tegra210-mixer +snd-soc-tegra210-mvc +snd-soc-tegra210-ope +snd-soc-tegra210-sfc +snd-soc-tegra30-ahub +snd-soc-tegra30-i2s +snd-soc-test-component +snd-soc-tfa9879 +snd-soc-tfa989x +snd-soc-ti-edma +snd-soc-ti-sdma +snd-soc-ti-udma +snd-soc-tlv320adc3xxx +snd-soc-tlv320adcx140 +snd-soc-tlv320aic23 +snd-soc-tlv320aic23-i2c +snd-soc-tlv320aic23-spi +snd-soc-tlv320aic31xx +snd-soc-tlv320aic32x4 +snd-soc-tlv320aic32x4-i2c +snd-soc-tlv320aic32x4-spi +snd-soc-tlv320aic3x +snd-soc-tlv320aic3x-i2c +snd-soc-tlv320aic3x-spi +snd-soc-tpa6130a2 +snd-soc-ts3a227e +snd-soc-tscs42xx +snd-soc-tscs454 +snd-soc-uda1334 +snd-soc-wcd-mbhc +snd-soc-wcd9335 +snd-soc-wcd934x +snd-soc-wcd938x +snd-soc-wcd938x-sdw +snd-soc-wm-adsp +snd-soc-wm-hubs +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8524 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8731-i2c +snd-soc-wm8731-spi +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8782 +snd-soc-wm8804 +snd-soc-wm8804-i2c +snd-soc-wm8804-spi +snd-soc-wm8903 +snd-soc-wm8904 +snd-soc-wm8940 +snd-soc-wm8960 +snd-soc-wm8961 +snd-soc-wm8962 +snd-soc-wm8974 +snd-soc-wm8978 +snd-soc-wm8985 +snd-soc-wm8994 +snd-soc-wm9712 +snd-soc-wsa881x +snd-soc-wsa883x +snd-soc-wsa884x +snd-soc-xlnx-formatter-pcm +snd-soc-xlnx-i2s +snd-soc-xlnx-spdif +snd-soc-xtfpga-i2s +snd-soc-zl38060 +snd-sof +snd-sof-imx8 +snd-sof-imx8m +snd-sof-imx8ulp +snd-sof-mt8186 +snd-sof-mt8195 +snd-sof-of +snd-sof-utils +snd-sof-xtensa-dsp +snd-sonicvibes +snd-timer +snd-trident +snd-ua101 +snd-ump +snd-usb-6fire +snd-usb-audio +snd-usb-caiaq +snd-usb-hiface +snd-usb-line6 +snd-usb-pod +snd-usb-podhd +snd-usb-toneport +snd-usb-variax +snd-usbmidi-lib +snd-util-mem +snd-via82xx +snd-via82xx-modem +snd-virmidi +snd-virtuoso +snd-vx-lib +snd-vx222 +snd-ymfpci +snd_xen_front +snet_vdpa +snic +snps_udc_core +snps_udc_plat +snvs_pwrkey +soc_button_array +socfpga +socfpga-a10 +socinfo +softdog +softing +solo6x10 +solos-pci +sony-btf-mpx +soundcore +soundwire-amd +soundwire-bus +soundwire-cadence +soundwire-generic-allocation +soundwire-intel +soundwire-qcom +sp2 +sp805_wdt +sp8870 +sp887x +spaceball +spaceorb +sparse-keymap +sparx5-switch +sparx5-temp +spcp8x5 +speakup +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_dectlk +speakup_dummy +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +speedfax +speedtch +spi-altera-core +spi-altera-dfl +spi-altera-platform +spi-amd +spi-amlogic-spifc-a1 +spi-armada-3700 +spi-axi-spi-engine +spi-bitbang +spi-butterfly +spi-cadence +spi-cadence-quadspi +spi-cadence-xspi +spi-dln2 +spi-dw +spi-dw-mmio +spi-dw-pci +spi-fsi +spi-fsl-dspi +spi-fsl-lpspi +spi-fsl-qspi +spi-geni-qcom +spi-gpio +spi-hisi-kunpeng +spi-hisi-sfc-v3xx +spi-imx +spi-lm70llp +spi-loopback-test +spi-meson-spicc +spi-meson-spifc +spi-microchip-core +spi-microchip-core-qspi +spi-mt65xx +spi-mtk-nor +spi-mtk-snfi +spi-mux +spi-mxic +spi-nor +spi-npcm-fiu +spi-npcm-pspi +spi-nxp-fspi +spi-oc-tiny +spi-orion +spi-pci1xxxx +spi-pl022 +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-qcom-qspi +spi-qup +spi-rockchip +spi-rockchip-sfc +spi-rpc-if +spi-rspi +spi-rzv2m-csi +spi-sc18is602 +spi-sh-hspi +spi-sh-msiof +spi-sifive +spi-slave-mt27xx +spi-slave-system-control +spi-slave-time +spi-sn-f-ospi +spi-sprd +spi-sprd-adi +spi-stm32 +spi-stm32-qspi +spi-sun6i +spi-synquacer +spi-tegra114 +spi-tegra20-sflash +spi-tegra20-slink +spi-tegra210-quad +spi-thunderx +spi-tle62x0 +spi-wpcm-fiu +spi-xcomm +spi-xlp +spi-zynqmp-gqspi +spi_ks8995 +spidev +spinand +spl +spmi +spmi-mtk-pmif +spmi-pmic-arb +sprd-dma +sprd-drm +sprd-iommu +sprd-mailbox +sprd-mcdt +sprd-sc27xx-spi +sprd_hwspinlock +sprd_serial +sprd_thermal +sprd_wdt +sps30 +sps30_i2c +sps30_serial +sr9700 +sr9800 +srf04 +srf08 +ssb +ssb-hcd +ssd1307fb +ssd130x +ssd130x-i2c +ssd130x-spi +ssfdc +ssif_bmc +ssp_accel_sensor +ssp_gyro_sensor +ssp_iio +sst25l +sstfb +ssu100 +st +st-mipid02 +st-nci +st-nci_i2c +st-nci_spi +st-vgxy61 +st1232 +st21nfca_hci +st21nfca_i2c +st7586 +st7735r +st95hf +st_accel +st_accel_i2c +st_accel_spi +st_drv +st_gyro +st_gyro_i2c +st_gyro_spi +st_lsm6dsx +st_lsm6dsx_i2c +st_lsm6dsx_i3c +st_lsm6dsx_spi +st_lsm9ds0 +st_lsm9ds0_i2c +st_lsm9ds0_spi +st_magn +st_magn_i2c +st_magn_spi +st_pressure +st_pressure_i2c +st_pressure_spi +st_sensors +st_sensors_i2c +st_sensors_spi +st_thermal +st_thermal_memmap +st_uvis25_core +st_uvis25_i2c +st_uvis25_spi +starfire +stb0899 +stb6000 +stb6100 +ste10Xp +stex +stinger +stk1160 +stk3310 +stk8312 +stk8ba50 +stm-drm +stm32-adc +stm32-adc-core +stm32-booster +stm32-cec +stm32-crc32 +stm32-cryp +stm32-dac +stm32-dac-core +stm32-dcmi +stm32-dfsdm-adc +stm32-dfsdm-core +stm32-dma2d +stm32-fmc2-ebi +stm32-hash +stm32-lptimer +stm32-lptimer-cnt +stm32-lptimer-trigger +stm32-rng +stm32-timer-cnt +stm32-timer-trigger +stm32-timers +stm32-usart +stm32-vrefbuf +stm32_adfsdm +stm32_fmc2_nand +stm32_iwdg +stm32_rproc +stm_console +stm_core +stm_ftrace +stm_heartbeat +stm_p_basic +stm_p_sys-t +stmfts +stmfx +stmmac +stmmac-pci +stmmac-platform +stmpe-adc +stmpe-keypad +stmpe-ts +stowaway +stp +stpddc60 +stpmic1 +stpmic1_onkey +stpmic1_regulator +stpmic1_wdt +stratix10-rsu +stratix10-soc +stratix10-svc +streamzap +streebog_generic +stts751 +stusb160x +stv0288 +stv0297 +stv0299 +stv0367 +stv0900 +stv090x +stv0910 +stv6110 +stv6110x +stv6111 +sun4i-csi +sun4i-drm +sun4i-gpadc +sun4i-ss +sun4i-tcon +sun4i_tv +sun50i-codec-analog +sun50i-cpufreq-nvmem +sun50i-dmic +sun6i-csi +sun6i-dma +sun6i-isp +sun6i-mipi-csi2 +sun6i-rtc-ccu +sun6i_drc +sun6i_hwspinlock +sun6i_mipi_dsi +sun8i-a33-mbus +sun8i-a83t-mipi-csi2 +sun8i-adda-pr-regmap +sun8i-ce +sun8i-codec +sun8i-codec-analog +sun8i-di +sun8i-drm-hdmi +sun8i-mixer +sun8i-rotate +sun8i-ss +sun8i_tcon_top +sun8i_thermal +sundance +sungem +sungem_phy +sunhme +suni +sunkbd +sunrise_co2 +sunrpc +sunxi +sunxi-cedrus +sunxi-cir +sunxi-mmc +sunxi-rsb +sunxi_wdt +sur40 +surface3_spi +surface_acpi_notify +surface_aggregator +surface_aggregator_cdev +surface_aggregator_hub +surface_aggregator_registry +surface_aggregator_tabletsw +surface_battery +surface_charger +surface_dtx +surface_gpe +surface_hid +surface_hid_core +surface_hotplug +surface_kbd +surface_platform_profile +svc-i3c-master +svgalib +switchtec +sx8654 +sx9310 +sx9324 +sx9360 +sx9500 +sx_common +sy7636a-hwmon +sy7636a-regulator +sy8106a-regulator +sy8824x +sy8827n +sym53c8xx +symbolserial +synaptics_i2c +synaptics_usb +synclink_gt +synopsys_edac +syscon-reboot-mode +sysv +t5403 +tag_ar9331 +tag_brcm +tag_dsa +tag_gswip +tag_hellcreek +tag_ksz +tag_lan9303 +tag_mtk +tag_none +tag_ocelot +tag_ocelot_8021q +tag_qca +tag_rtl4_a +tag_rtl8_4 +tag_rzn1_a5psw +tag_sja1105 +tag_trailer +tag_xrs700x +tap +target_core_file +target_core_iblock +target_core_mod +target_core_pscsi +target_core_user +tc-dwc-g210 +tc-dwc-g210-pci +tc-dwc-g210-pltfrm +tc358743 +tc358746 +tc358762 +tc358764 +tc358767 +tc358768 +tc358775 +tc3589x-keypad +tc654 +tc74 +tc90522 +tca6416-keypad +tca8418_keypad +tcan4x5x +tcm_fc +tcm_loop +tcm_qla2xxx +tcm_remote +tcm_usb_gadget +tcp_bbr +tcp_bic +tcp_cdg +tcp_dctcp +tcp_diag +tcp_highspeed +tcp_htcp +tcp_hybla +tcp_illinois +tcp_lp +tcp_nv +tcp_scalable +tcp_vegas +tcp_veno +tcp_westwood +tcp_yeah +tcpci +tcpci_maxim +tcpci_mt6360 +tcpci_mt6370 +tcpci_rt1711h +tcpm +tcrypt +tcs3414 +tcs3472 +tcsrcc-sm8550 +tda10021 +tda10023 +tda10048 +tda1004x +tda10071 +tda10086 +tda18212 +tda18218 +tda18250 +tda18271 +tda18271c2dd +tda1997x +tda38640 +tda665x +tda7432 +tda8083 +tda8261 +tda826x +tda827x +tda8290 +tda9840 +tda9887 +tda9950 +tda998x +tdfxfb +tdo24m +tea575x +tea5761 +tea5767 +tea6415c +tea6420 +team +team_mode_activebackup +team_mode_broadcast +team_mode_loadbalance +team_mode_random +team_mode_roundrobin +tee +tef6862 +tegra-aconnect +tegra-bpmp-thermal +tegra-drm +tegra-gmi +tegra-kbc +tegra-vde +tegra-video +tegra-xudc +tegra186-cpufreq +tegra186-gpc-dma +tegra194-cpufreq +tegra210-adma +tegra210-emc +tegra30-devfreq +tegra_cec +tegra_nand +tegra_wdt +tehuti +teranetics +test_blackhole_dev +test_bpf +test_power +tg3 +thc63lvd1024 +thermal-generic-adc +thermal_mmio +thmc50 +ths7303 +ths8200 +thunder_bgx +thunder_xcv +thunderbolt +thunderbolt_net +thunderx-mmc +thunderx2_pmu +thunderx_edac +thunderx_zip +ti-adc081c +ti-adc0832 +ti-adc084s021 +ti-adc108s102 +ti-adc12138 +ti-adc128s052 +ti-adc161s626 +ti-ads1015 +ti-ads1100 +ti-ads124s08 +ti-ads131e08 +ti-ads7924 +ti-ads7950 +ti-ads8344 +ti-ads8688 +ti-am65-cpsw-nuss +ti-cal +ti-dac082s085 +ti-dac5571 +ti-dac7311 +ti-dac7612 +ti-dlpc3433 +ti-ecap-capture +ti-j721e-ufs +ti-lmp92064 +ti-lmu +ti-sn65dsi83 +ti-sn65dsi86 +ti-tfp410 +ti-tlc4541 +ti-tpd12s015 +ti-tsc2046 +ti_am335x_adc +ti_am335x_tsc +ti_am335x_tscadc +ti_k3_dsp_remoteproc +ti_k3_r5_remoteproc +ti_sci_pm_domains +ti_usb_3410_5052 +tidss +tifm_7xx1 +tifm_core +tifm_ms +tifm_sd +timeriomem-rng +tipc +tlan +tls +tlv320aic23b +tm2-touchkey +tmag5273 +tmdc +tmio_mmc_core +tmp006 +tmp007 +tmp102 +tmp103 +tmp108 +tmp117 +tmp401 +tmp421 +tmp464 +tmp513 +toshsd +touchit213 +touchright +touchwin +tpci200 +tpl0102 +tpm_atmel +tpm_ftpm_tee +tpm_i2c_atmel +tpm_i2c_infineon +tpm_i2c_nuvoton +tpm_infineon +tpm_st33zp24 +tpm_st33zp24_i2c +tpm_st33zp24_spi +tpm_tis_i2c +tpm_tis_i2c_cr50 +tpm_tis_spi +tpm_tis_synquacer +tpm_vtpm_proxy +tps23861 +tps40422 +tps51632-regulator +tps53679 +tps546d24 +tps6105x +tps6105x-regulator +tps62360-regulator +tps6286x-regulator +tps6287x-regulator +tps65010 +tps65023-regulator +tps6507x +tps6507x-regulator +tps6507x-ts +tps65086 +tps65086-regulator +tps65090-charger +tps65090-regulator +tps65132-regulator +tps65217 +tps65217-regulator +tps65217_bl +tps65217_charger +tps65218 +tps65218-pwrbutton +tps65218-regulator +tps65219 +tps65219-pwrbutton +tps65219-regulator +tps6524x-regulator +tps6586x-regulator +tps65910-regulator +tps65912-regulator +tps6594-core +tps6594-esm +tps6594-i2c +tps6594-pfsm +tps6594-regulator +tps6594-spi +tps6598x +tqmx86 +trace-printk +trancevibrator +trf7970a +tridentfb +ts2020 +ts_bm +ts_fsm +ts_kmp +tsc2004 +tsc2005 +tsc2007 +tsc200x-core +tsc40 +tsi721_mport +tsl2550 +tsl2563 +tsl2583 +tsl2591 +tsl2772 +tsl4531 +tsnep +tsys01 +tsys02d +ttm +ttpci-eeprom +ttusb_dec +ttusbdecfe +ttusbir +ttynull +tua6100 +tua9001 +tulip +tuner +tuner-simple +tuner-types +tunnel4 +tunnel6 +turbografx +turingcc-qcs404 +turris-mox-rwtm +tvaudio +tveeprom +tvp514x +tvp5150 +tvp7002 +tw2804 +tw5864 +tw68 +tw686x +tw9903 +tw9906 +tw9910 +twidjoy +twl-regulator +twl4030-madc +twl4030-pwrbutton +twl4030-vibra +twl4030_charger +twl4030_keypad +twl4030_madc_battery +twl4030_wdt +twl6030-gpadc +twl6030-regulator +twl6040-vibra +twofish_common +twofish_generic +txgbe +typec +typec_displayport +typec_nvidia +typec_ucsi +typhoon +uPD60620 +u_audio +u_ether +u_serial +uacce +uartlite +uas +ubi +ubifs +ublk_drv +ubuntu-host +ucan +ucc_uart +ucd9000 +ucd9200 +ucs1002_power +ucsi_acpi +ucsi_ccg +ucsi_glink +ucsi_stm32g0 +uda1342 +udc-core +udc-xilinx +udf +udl +udlfb +udp_diag +udp_tunnel +ueagle-atm +ufs +ufs-hisi +ufs-mediatek +ufs-qcom +ufs-renesas +ufs-sprd +ufshcd-core +ufshcd-dwc +ufshcd-pci +ufshcd-pltfrm +ug3105_battery +uhid +uio +uio_aec +uio_cif +uio_dfl +uio_dmem_genirq +uio_hv_generic +uio_mf624 +uio_netx +uio_pci_generic +uio_pdrv_genirq +uio_pruss +uio_sercos3 +uleds +uli526x +ulpi +ums-alauda +ums-cypress +ums-datafab +ums-eneub6250 +ums-freecom +ums-isd200 +ums-jumpshot +ums-karma +ums-onetouch +ums-realtek +ums-sddr09 +ums-sddr55 +ums-usbat +ums512-clk +unix_diag +upd64031a +upd64083 +upd78f0730 +us5182d +usb-conn-gpio +usb-dmac +usb-serial-simple +usb-storage +usb251xb +usb3503 +usb4604 +usb8xxx +usb_8dev +usb_debug +usb_f_acm +usb_f_ecm +usb_f_ecm_subset +usb_f_eem +usb_f_fs +usb_f_hid +usb_f_mass_storage +usb_f_midi +usb_f_ncm +usb_f_obex +usb_f_phonet +usb_f_printer +usb_f_rndis +usb_f_serial +usb_f_ss_lb +usb_f_tcm +usb_f_uac1 +usb_f_uac1_legacy +usb_f_uac2 +usb_f_uvc +usb_wwan +usbatm +usbdux +usbduxfast +usbduxsigma +usbhid +usbip-core +usbip-host +usbip-vudc +usbkbd +usblcd +usblp +usbmisc_imx +usbmon +usbmouse +usbnet +usbserial +usbsevseg +usbtest +usbtmc +usbtouchscreen +usbtv +usdhi6rol0 +userio +userspace-consumer +ushc +uss720 +uvc +uvcvideo +uvesafb +v4l2-async +v4l2-dv-timings +v4l2-flash-led-class +v4l2-fwnode +v4l2-h264 +v4l2-jpeg +v4l2-mem2mem +v4l2-tpg +v4l2-vp9 +vcan +vcnl3020 +vcnl4000 +vcnl4035 +vcpu_stall_detector +vctrl-regulator +vdpa +vdpa_sim +vdpa_sim_blk +vdpa_sim_net +vduse +veml6030 +veml6070 +venus-core +venus-dec +venus-enc +versal-fpga +ves1820 +ves1x93 +veth +vexpress-hwmon +vexpress-regulator +vf610_adc +vf610_dac +vfio +vfio-amba +vfio-cdx +vfio-fsl-mc +vfio-pci +vfio-pci-core +vfio-platform +vfio-platform-amdxgbe +vfio-platform-base +vfio-platform-calxedaxgmac +vfio_iommu_type1 +vgastate +vgem +vgg2432a4 +vhci-hcd +vhost +vhost_iotlb +vhost_net +vhost_scsi +vhost_vdpa +vhost_vsock +via-rhine +via-sdmmc +via-velocity +via686a +vicodec +video +video-i2c +video-mux +videobuf-core +videobuf-dma-sg +videobuf2-common +videobuf2-dma-contig +videobuf2-dma-sg +videobuf2-dvb +videobuf2-memops +videobuf2-v4l2 +videobuf2-vmalloc +videocc-sc7180 +videocc-sc7280 +videocc-sdm845 +videocc-sm8150 +videocc-sm8250 +videocc-sm8350 +videocc-sm8450 +videocc-sm8550 +videodev +vim2m +vimc +viperboard +viperboard_adc +virt_wifi +virtio-gpu +virtio-rng +virtio_bt +virtio_crypto +virtio_dma_buf +virtio_input +virtio_mem +virtio_pmem +virtio_rpmsg_bus +virtio_snd +virtio_vdpa +virtiofs +virtual +virtual_ncidev +visconti_wdt +visl +visor +vitesse +vitesse-vsc73xx-core +vitesse-vsc73xx-platform +vitesse-vsc73xx-spi +vivid +vkms +vl53l0x-i2c +vl6180 +vmac +vme_fake +vme_tsi148 +vme_user +vmgenid +vmk80xx +vmw_pvrdma +vmw_vmci +vmw_vsock_virtio_transport +vmw_vsock_virtio_transport_common +vmw_vsock_vmci_transport +vmwgfx +vmxnet3 +vp27smpx +vp_vdpa +vport-geneve +vport-gre +vport-vxlan +vpx3220 +vqmmc-ipq4019-regulator +vrf +vringh +vsock +vsock_diag +vsock_loopback +vsockmon +vsp1 +vsxxxaa +vt1211 +vt6655_stage +vt6656_stage +vt8231 +vt8623fb +vub300 +vx855 +vxcan +vxlan +vz89x +w1-gpio +w1_ds2405 +w1_ds2406 +w1_ds2408 +w1_ds2413 +w1_ds2423 +w1_ds2430 +w1_ds2431 +w1_ds2433 +w1_ds2438 +w1_ds250x +w1_ds2780 +w1_ds2781 +w1_ds2805 +w1_ds28e04 +w1_ds28e17 +w1_smem +w1_therm +w5100 +w5100-spi +w5300 +w6692 +w83627ehf +w83627hf +w83773g +w83781d +w83791d +w83792d +w83793 +w83795 +w83l785ts +w83l786ng +wacom +wacom_i2c +wacom_serial4 +wacom_w8001 +walkera0701 +wanxl +warrior +wcd934x +wcn36xx +wcnss_ctrl +wd719x +wdat_wdt +wdt87xx_i2c +wdt_pci +wfx +whiteheat +wil6210 +wilc1000 +wilc1000-sdio +wilc1000-spi +winbond-840 +wire +wireguard +wishbone-serial +wl1251 +wl1251_sdio +wl1251_spi +wl1273-core +wl12xx +wl18xx +wlcore +wlcore_sdio +wlcore_spi +wm831x-dcdc +wm831x-hwmon +wm831x-isink +wm831x-ldo +wm831x-on +wm831x-ts +wm831x_backup +wm831x_bl +wm831x_power +wm831x_wdt +wm8350-hwmon +wm8350-regulator +wm8350_power +wm8350_wdt +wm8400-regulator +wm8739 +wm8775 +wm8994 +wm8994-regulator +wm97xx-ts +wp512 +wpcm450-soc +wusb3801 +wwan +wwan_hwsim +x25 +x9250 +x_tables +xbox_remote +xc2028 +xc4000 +xc5000 +xcbc +xctr +xdma +xdpe12284 +xdpe152c4 +xen-blkback +xen-evtchn +xen-fbfront +xen-front-pgdir-shbuf +xen-gntalloc +xen-gntdev +xen-hcd +xen-kbdfront +xen-netback +xen-pciback +xen-privcmd +xen-scsiback +xen-scsifront +xen-tpmfront +xen_wdt +xenfs +xfrm4_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_interface +xfrm_ipcomp +xfrm_user +xfs +xgene-dma +xgene-enet +xgene-enet-v2 +xgene-hwmon +xgene-rng +xgene_edac +xhci-histb +xhci-mtk-hcd +xhci-pci +xhci-pci-renesas +xhci-plat-hcd +xhci-rcar-hcd +xhci-tegra +xilinx-ams +xilinx-csi2rxss +xilinx-pr-decoupler +xilinx-spi +xilinx-tpg +xilinx-video +xilinx-vtc +xilinx-xadc +xilinx_can +xilinx_dma +xilinx_dpdma +xilinx_emac +xilinx_emaclite +xilinx_gmii2rgmii +xilinx_sdfec +xilinx_uartps +xilinx_wwdt +xilinxfb +xillybus_class +xillybus_core +xillybus_of +xillybus_pcie +xillyusb +xiphera-trng +xircom_cb +xlnx_r5_remoteproc +xlnx_vcu +xor +xor-neon +xpad +xr_serial +xrs700x +xrs700x_i2c +xrs700x_mdio +xsens_mt +xsk_diag +xt_AUDIT +xt_CHECKSUM +xt_CLASSIFY +xt_CONNSECMARK +xt_CT +xt_DSCP +xt_HL +xt_HMARK +xt_IDLETIMER +xt_LED +xt_LOG +xt_MASQUERADE +xt_NETMAP +xt_NFLOG +xt_NFQUEUE +xt_RATEEST +xt_REDIRECT +xt_SECMARK +xt_TCPMSS +xt_TCPOPTSTRIP +xt_TEE +xt_TPROXY +xt_TRACE +xt_addrtype +xt_bpf +xt_cgroup +xt_cluster +xt_comment +xt_connbytes +xt_connlabel +xt_connlimit +xt_connmark +xt_conntrack +xt_cpu +xt_dccp +xt_devgroup +xt_dscp +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_ipcomp +xt_iprange +xt_ipvs +xt_l2tp +xt_length +xt_limit +xt_mac +xt_mark +xt_multiport +xt_nat +xt_nfacct +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_realm +xt_recent +xt_sctp +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_tcpudp +xt_time +xt_u32 +xtkbd +xusbatm +xxhash_generic +xz_dec_test +yam +yamaha-yas530 +yealink +yellowfin +yenta_socket +yurex +z3fold +zaurus +zd1201 +zd1211rw +zd1301 +zd1301_demod +zet6223 +zforce_ts +zfs +zhenhua +ziirave_wdt +zinitix +zl10036 +zl10039 +zl10353 +zl6100 +zonefs +zopt2201 +zpa2326 +zpa2326_i2c +zpa2326_spi +zram +zstd +zynqmp-aes-gcm +zynqmp-dpsub +zynqmp-fpga +zynqmp-sha +zynqmp_dma +zynqmp_edac --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency-hwe-6.5/abi/arm64/lowlatency.modules.builtin +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency-hwe-6.5/abi/arm64/lowlatency.modules.builtin @@ -0,0 +1,538 @@ +8250 +8250_base +8250_dw +8250_fsl +8250_mtk +8250_of +8250_omap +8250_pci +8250_rt288x +8250_tegra +ac +acpi_mdio +aead +aes_generic +af_packet +ahci_imx +akcipher +amba-pl011 +arm-cci +arm-cci +arm-ccn +arm_smmu +arm_smmu_v3 +armada_thermal +armmmci +as3722 +asiliantfb +asn1_decoder +asn1_encoder +atkbd +axg +axg-aoclk +backlight +battery +bcm84881 +binfmt_script +brcmstb_gisb +bsg +button +cbc +cdrom +cfbcopyarea +cfbfillrect +cfbimgblt +charger-manager +clk-apmixed +clk-cpu-dyndiv +clk-cpumux +clk-dualdiv +clk-gate +clk-imx-lpcg-scu +clk-imx-scu +clk-imx8mm +clk-imx8mn +clk-imx8mp +clk-imx8mp-audiomix +clk-imx8mq +clk-ma35d1 +clk-mpll +clk-mt2712 +clk-mt2712-apmixedsys +clk-mt2712-bdp +clk-mt2712-img +clk-mt2712-jpgdec +clk-mt2712-mfg +clk-mt2712-mm +clk-mt2712-vdec +clk-mt2712-venc +clk-mt6765 +clk-mt6765-audio +clk-mt6765-cam +clk-mt6765-img +clk-mt6765-mipi0a +clk-mt6765-mm +clk-mt6765-vcodec +clk-mt6779 +clk-mt6779-aud +clk-mt6779-cam +clk-mt6779-img +clk-mt6779-ipe +clk-mt6779-mfg +clk-mt6779-mm +clk-mt6779-vdec +clk-mt6779-venc +clk-mt6797 +clk-mt6797-img +clk-mt6797-mm +clk-mt6797-vdec +clk-mt6797-venc +clk-mt7622 +clk-mt7622-apmixedsys +clk-mt7622-aud +clk-mt7622-eth +clk-mt7622-hif +clk-mt7622-infracfg +clk-mt7981-apmixed +clk-mt7981-infracfg +clk-mt7981-topckgen +clk-mt7986-apmixed +clk-mt7986-eth +clk-mt7986-infracfg +clk-mt7986-topckgen +clk-mt8167 +clk-mt8167-apmixedsys +clk-mt8167-aud +clk-mt8167-img +clk-mt8167-mfgcfg +clk-mt8167-mm +clk-mt8167-vdec +clk-mt8173-apmixedsys +clk-mt8173-infracfg +clk-mt8173-mm +clk-mt8173-pericfg +clk-mt8173-topckgen +clk-mt8183 +clk-mt8183-apmixedsys +clk-mt8183-audio +clk-mt8183-cam +clk-mt8183-img +clk-mt8183-ipu0 +clk-mt8183-ipu1 +clk-mt8183-ipu_adl +clk-mt8183-ipu_conn +clk-mt8183-mfgcfg +clk-mt8183-mm +clk-mt8183-vdec +clk-mt8183-venc +clk-mt8186-apmixedsys +clk-mt8186-infra_ao +clk-mt8186-topckgen +clk-mt8192 +clk-mt8192-apmixedsys +clk-mt8192-aud +clk-mt8192-cam +clk-mt8192-img +clk-mt8192-imp_iic_wrap +clk-mt8192-ipe +clk-mt8192-mdp +clk-mt8192-mfg +clk-mt8192-mm +clk-mt8192-msdc +clk-mt8192-scp_adsp +clk-mt8192-vdec +clk-mt8192-venc +clk-mt8195-apmixedsys +clk-mt8195-infra_ao +clk-mt8195-peri_ao +clk-mt8195-topckgen +clk-mt8516 +clk-mt8516-apmixedsys +clk-mt8516-aud +clk-mtk +clk-mux +clk-pll +clk-pll +clk-regmap +clk-scmi +clk-vexpress-osc +cmd-db +cn +configfs +cpufreq-dt +cpufreq-dt-platdev +cpufreq_conservative +cpufreq_ondemand +cpufreq_performance +cpufreq_powersave +cpufreq_userspace +crc-ccitt +crc-t10dif +crc16 +crc32 +crc32c_generic +crc64 +crc64-rocksoft +crc64_rocksoft_generic +crc8 +crct10dif_common +crct10dif_generic +crypto +crypto_acompress +crypto_algapi +crypto_hash +crypto_null +cryptomgr +ctr +cts +da9063 +davinci_mdio +dax +deflate +dh_generic +digsig +dm-mod +dns_resolver +drbg +drm_mipi_dsi +drm_panel_orientation_quirks +drop_monitor +dwc2 +ecb +ecryptfs +edac_core +efivarfs +ehci-hcd +ehci-orion +ehci-pci +encrypted-keys +evdev +exportfs +ext4 +extcon-core +failover +fan +fat +fb +fb_sys_fops +fddi +fec +firmware_class +fixed_phy +font +fsl_dpaa_fman +fsl_dpaa_fman_port +fsl_dpaa_mac +fuse +fwnode_mdio +g12a +g12a-aoclk +gcm +geniv +gf128mul +ghash-generic +ghes_edac +glob +governor_passive +governor_performance +governor_powersave +governor_simpleondemand +governor_userspace +gpio-davinci +gpio-generic +gpio-mxc +gpio-pl061 +gpio-tegra +gpio-tegra186 +gpio-xilinx +grant-dma-ops +gxbb +gxbb-aoclk +hed +hid_bpf +hmac +hwmon +i2c-core +i2c-designware-core +i2c-designware-platform +i2c-dev +i2c-omap +i2c-sprd +imsttfb +imx +imx-scu +imx-weim +imx8m-blk-ctrl +imx8mp-blk-ctrl +imx93-blk-ctrl +input-core +interconnect_qcom +iova +ipv6 +irq-meson-gpio +irq-mvebu-pic +irqbypass +jbd2 +jitterentropy_rng +k3-psil-lib +k3-ringacc +k3-udma +k3-udma-glue +kdf_sp800108 +kgdboc +kpp +kvm +led-class +libaes +libahci +libahci_platform +libata +libcryptoutils +libnvdimm +libphy +libps2 +libsha1 +libsha256 +linear_ranges +loop +lz4_decompress +lzo +lzo-rle +lzo_compress +lzo_decompress +max14577 +max310x +max77686 +max77693 +mbcache +md-mod +md5 +mdio-bitbang +mdio_devres +meson-aoclk +meson-clk-measure +meson-ee-pwrc +meson-eeclk +meson-gx-pwrc-vpu +meson-secure-pwrc +meson_sm +meson_uart +mfd-core +mii +mmc_block +mmc_core +mousedev +mpi +mq-deadline +msm_serial +mtk-eint +mtk-regulator-coupler +mx3fb +mxc-clk +n_null +net_failover +nls_base +nls_cp437 +npcm_wdt +nvmem_zynqmp_nvmem +odroid-go-ultra-poweroff +of_mdio +ohci-hcd +ohci-pci +oid_registry +omap-gpmc +owl-uart +palmas +pci-aardvark +pci-host-common +pci-host-generic +pcie-altera +pcie-altera-msi +pcie-kirin +pcie-mediatek +pcs-lynx +phy-meson-axg-mipi-pcie-analog +phy-meson-axg-pcie +phy-mxs-usb +phy-xgene +phylink +pinctrl-as3722 +pinctrl-imx +pinctrl-imx8dxl +pinctrl-imx8mm +pinctrl-imx8mn +pinctrl-imx8mp +pinctrl-imx8mq +pinctrl-imx8qm +pinctrl-imx8qxp +pinctrl-meson +pinctrl-meson-a1 +pinctrl-meson-axg +pinctrl-meson-axg-pmx +pinctrl-meson-g12a +pinctrl-meson-gxbb +pinctrl-meson-gxl +pinctrl-meson8-pmx +pinctrl-microchip-sgpio +pinctrl-msm +pinctrl-mt6765 +pinctrl-mtk-common-v2 +pinctrl-ocelot +pinctrl-palmas +pinctrl-paris +pinctrl-rockchip +pinctrl-s32g2 +pinctrl-scu +pinctrl-single +pinctrl-sprd +pinctrl-sprd-sc9860 +pkcs7_message +ppp_generic +pps_core +pretimeout_noop +processor +pstore +ptp +public_key +pwc-rzv2m +qcom-ipcc +qcom-pdc +qcom-scm +qcom_rpmh +rapidio +rational +rcar-usb2-clock-sel +regmap-i2c +regmap-mmio +regmap-spi +reset +reset-berlin +reset-imx7 +reset-meson +reset-qcom-aoss +reset-rzg2l-usbphy-ctrl +rfkill +rng +rng-core +roles +rpmhpd +rsa_generic +rtc-efi +rtc-mv +rtc-xgene +rz-mtu3 +sccnxp +scmi-core +scmi-module +scsi_common +scsi_mod +scu-pd +sd_mod +sec-core +sec-irq +selftests +seqiv +serdev +serial_base +serial_mctrl_gpio +serio +sg +sh-sci +sha1_generic +sha256_generic +sha3_generic +sha512-arm64 +sha512-ce +sha512_generic +sig +skcipher +slhc +smc91x +soc-imx8m +spi-fsl-lib +spi-fsl-spi +spi-omap2-mcspi +spm +squashfs +sr_mod +sun20i-ppu +sun50i-a100-ccu +sun50i-a100-r-ccu +sun50i-a64-ccu +sun50i-h6-ccu +sun50i-h6-r-ccu +sun50i-h616-ccu +sun6i-msgbox +sun8i-de2-ccu +sun8i-h3-ccu +sun8i-r-ccu +sunxi-ccu +syscon-clk +syscopyarea +sysfillrect +sysimgblt +t10-pi +tcp_cubic +tegra-tcu +tegra20-apb-dma +tegra20-cpufreq +thermal +ti-cpufreq +ti-msgmgr +ti-opp-supply +ti_sci +tpm +tpm_crb +tpm_tis +tpm_tis_core +tps65912-core +tps65912-i2c +tps65912-spi +trusted +ttyprintk +tun +ucs2_string +uhci-hcd +uinput +unix +usb-common +usbcore +utf8data +vexpress-config +vexpress-sysreg +vfat +vid-pll-div +virt-dma +virtio +virtio-iommu +virtio_balloon +virtio_blk +virtio_console +virtio_mmio +virtio_net +virtio_pci +virtio_pci_legacy_dev +virtio_pci_modern_dev +virtio_ring +virtio_scsi +vivaldi-fmap +watchdog +wwnr +x509_key_parser +xen-blkfront +xen-netfront +xenbus +xenbus_probe_frontend +xgmac_mdio +xhci-hcd +xts +xxhash +xz_dec +zbud +zlib_deflate +zlib_inflate +zsmalloc +zstd_common +zstd_compress +zstd_decompress +zynqmp-ipi-mailbox --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency-hwe-6.5/abi/arm64/lowlatency.retpoline +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency-hwe-6.5/abi/arm64/lowlatency.retpoline @@ -0,0 +1 @@ +# RETPOLINE NOT ENABLED --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency-hwe-6.5/abi/fwinfo +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency-hwe-6.5/abi/fwinfo @@ -0,0 +1,2230 @@ +firmware: 3826.arm +firmware: 3826.eeprom +firmware: 3com/typhoon.bin +firmware: 6fire/dmx6fireap.ihx +firmware: 6fire/dmx6firecf.bin +firmware: 6fire/dmx6firel2.ihx +firmware: BCM2033-FW.bin +firmware: BCM2033-MD.hex +firmware: BT3CPCC.bin +firmware: RTL8192E/boot.img +firmware: RTL8192E/data.img +firmware: RTL8192E/main.img +firmware: RTL8192U/boot.img +firmware: RTL8192U/data.img +firmware: RTL8192U/main.img +firmware: acenic/tg1.bin +firmware: acenic/tg2.bin +firmware: adaptec/starfire_rx.bin +firmware: adaptec/starfire_tx.bin +firmware: adf7242_firmware.bin +firmware: advansys/3550.bin +firmware: advansys/38C0800.bin +firmware: advansys/38C1600.bin +firmware: advansys/mcode.bin +firmware: agere_ap_fw.bin +firmware: agere_sta_fw.bin +firmware: aic94xx-seq.fw +firmware: amd/amd_sev_fam17h_model0xh.sbin +firmware: amd/amd_sev_fam17h_model3xh.sbin +firmware: amd/amd_sev_fam19h_model0xh.sbin +firmware: amd/amd_sev_fam19h_model1xh.sbin +firmware: amdgpu/aldebaran_cap.bin +firmware: amdgpu/aldebaran_mec.bin +firmware: amdgpu/aldebaran_mec2.bin +firmware: amdgpu/aldebaran_rlc.bin +firmware: amdgpu/aldebaran_sdma.bin +firmware: amdgpu/aldebaran_sjt_mec.bin +firmware: amdgpu/aldebaran_sjt_mec2.bin +firmware: amdgpu/aldebaran_smc.bin +firmware: amdgpu/aldebaran_sos.bin +firmware: amdgpu/aldebaran_ta.bin +firmware: amdgpu/aldebaran_vcn.bin +firmware: amdgpu/arcturus_asd.bin +firmware: amdgpu/arcturus_gpu_info.bin +firmware: amdgpu/arcturus_mec.bin +firmware: amdgpu/arcturus_rlc.bin +firmware: amdgpu/arcturus_sdma.bin +firmware: amdgpu/arcturus_smc.bin +firmware: amdgpu/arcturus_sos.bin +firmware: amdgpu/arcturus_ta.bin +firmware: amdgpu/arcturus_vcn.bin +firmware: amdgpu/banks_k_2_smc.bin +firmware: amdgpu/beige_goby_ce.bin +firmware: amdgpu/beige_goby_dmcub.bin +firmware: amdgpu/beige_goby_me.bin +firmware: amdgpu/beige_goby_mec.bin +firmware: amdgpu/beige_goby_mec2.bin +firmware: amdgpu/beige_goby_pfp.bin +firmware: amdgpu/beige_goby_rlc.bin +firmware: amdgpu/beige_goby_sdma.bin +firmware: amdgpu/beige_goby_smc.bin +firmware: amdgpu/beige_goby_sos.bin +firmware: amdgpu/beige_goby_ta.bin +firmware: amdgpu/beige_goby_vcn.bin +firmware: amdgpu/bonaire_ce.bin +firmware: amdgpu/bonaire_k_smc.bin +firmware: amdgpu/bonaire_mc.bin +firmware: amdgpu/bonaire_me.bin +firmware: amdgpu/bonaire_mec.bin +firmware: amdgpu/bonaire_pfp.bin +firmware: amdgpu/bonaire_rlc.bin +firmware: amdgpu/bonaire_sdma.bin +firmware: amdgpu/bonaire_sdma1.bin +firmware: amdgpu/bonaire_smc.bin +firmware: amdgpu/bonaire_uvd.bin +firmware: amdgpu/bonaire_vce.bin +firmware: amdgpu/carrizo_ce.bin +firmware: amdgpu/carrizo_me.bin +firmware: amdgpu/carrizo_mec.bin +firmware: amdgpu/carrizo_mec2.bin +firmware: amdgpu/carrizo_pfp.bin +firmware: amdgpu/carrizo_rlc.bin +firmware: amdgpu/carrizo_sdma.bin +firmware: amdgpu/carrizo_sdma1.bin +firmware: amdgpu/carrizo_uvd.bin +firmware: amdgpu/carrizo_vce.bin +firmware: amdgpu/cyan_skillfish2_ce.bin +firmware: amdgpu/cyan_skillfish2_me.bin +firmware: amdgpu/cyan_skillfish2_mec.bin +firmware: amdgpu/cyan_skillfish2_mec2.bin +firmware: amdgpu/cyan_skillfish2_pfp.bin +firmware: amdgpu/cyan_skillfish2_rlc.bin +firmware: amdgpu/cyan_skillfish2_sdma.bin +firmware: amdgpu/cyan_skillfish2_sdma1.bin +firmware: amdgpu/dcn_3_1_4_dmcub.bin +firmware: amdgpu/dcn_3_1_5_dmcub.bin +firmware: amdgpu/dcn_3_1_6_dmcub.bin +firmware: amdgpu/dcn_3_2_0_dmcub.bin +firmware: amdgpu/dcn_3_2_1_dmcub.bin +firmware: amdgpu/dimgrey_cavefish_ce.bin +firmware: amdgpu/dimgrey_cavefish_dmcub.bin +firmware: amdgpu/dimgrey_cavefish_me.bin +firmware: amdgpu/dimgrey_cavefish_mec.bin +firmware: amdgpu/dimgrey_cavefish_mec2.bin +firmware: amdgpu/dimgrey_cavefish_pfp.bin +firmware: amdgpu/dimgrey_cavefish_rlc.bin +firmware: amdgpu/dimgrey_cavefish_sdma.bin +firmware: amdgpu/dimgrey_cavefish_smc.bin +firmware: amdgpu/dimgrey_cavefish_sos.bin +firmware: amdgpu/dimgrey_cavefish_ta.bin +firmware: amdgpu/dimgrey_cavefish_vcn.bin +firmware: amdgpu/fiji_ce.bin +firmware: amdgpu/fiji_me.bin +firmware: amdgpu/fiji_mec.bin +firmware: amdgpu/fiji_mec2.bin +firmware: amdgpu/fiji_pfp.bin +firmware: amdgpu/fiji_rlc.bin +firmware: amdgpu/fiji_sdma.bin +firmware: amdgpu/fiji_sdma1.bin +firmware: amdgpu/fiji_smc.bin +firmware: amdgpu/fiji_uvd.bin +firmware: amdgpu/fiji_vce.bin +firmware: amdgpu/gc_10_3_6_ce.bin +firmware: amdgpu/gc_10_3_6_me.bin +firmware: amdgpu/gc_10_3_6_mec.bin +firmware: amdgpu/gc_10_3_6_mec2.bin +firmware: amdgpu/gc_10_3_6_pfp.bin +firmware: amdgpu/gc_10_3_6_rlc.bin +firmware: amdgpu/gc_10_3_7_ce.bin +firmware: amdgpu/gc_10_3_7_me.bin +firmware: amdgpu/gc_10_3_7_mec.bin +firmware: amdgpu/gc_10_3_7_mec2.bin +firmware: amdgpu/gc_10_3_7_pfp.bin +firmware: amdgpu/gc_10_3_7_rlc.bin +firmware: amdgpu/gc_11_0_0_imu.bin +firmware: amdgpu/gc_11_0_0_me.bin +firmware: amdgpu/gc_11_0_0_mec.bin +firmware: amdgpu/gc_11_0_0_mes.bin +firmware: amdgpu/gc_11_0_0_mes1.bin +firmware: amdgpu/gc_11_0_0_mes_2.bin +firmware: amdgpu/gc_11_0_0_pfp.bin +firmware: amdgpu/gc_11_0_0_rlc.bin +firmware: amdgpu/gc_11_0_0_toc.bin +firmware: amdgpu/gc_11_0_1_imu.bin +firmware: amdgpu/gc_11_0_1_me.bin +firmware: amdgpu/gc_11_0_1_mec.bin +firmware: amdgpu/gc_11_0_1_mes.bin +firmware: amdgpu/gc_11_0_1_mes1.bin +firmware: amdgpu/gc_11_0_1_mes_2.bin +firmware: amdgpu/gc_11_0_1_pfp.bin +firmware: amdgpu/gc_11_0_1_rlc.bin +firmware: amdgpu/gc_11_0_2_imu.bin +firmware: amdgpu/gc_11_0_2_me.bin +firmware: amdgpu/gc_11_0_2_mec.bin +firmware: amdgpu/gc_11_0_2_mes.bin +firmware: amdgpu/gc_11_0_2_mes1.bin +firmware: amdgpu/gc_11_0_2_mes_2.bin +firmware: amdgpu/gc_11_0_2_pfp.bin +firmware: amdgpu/gc_11_0_2_rlc.bin +firmware: amdgpu/gc_11_0_3_imu.bin +firmware: amdgpu/gc_11_0_3_me.bin +firmware: amdgpu/gc_11_0_3_mec.bin +firmware: amdgpu/gc_11_0_3_mes.bin +firmware: amdgpu/gc_11_0_3_mes1.bin +firmware: amdgpu/gc_11_0_3_mes_2.bin +firmware: amdgpu/gc_11_0_3_pfp.bin +firmware: amdgpu/gc_11_0_3_rlc.bin +firmware: amdgpu/gc_11_0_4_imu.bin +firmware: amdgpu/gc_11_0_4_me.bin +firmware: amdgpu/gc_11_0_4_mec.bin +firmware: amdgpu/gc_11_0_4_mes.bin +firmware: amdgpu/gc_11_0_4_mes1.bin +firmware: amdgpu/gc_11_0_4_mes_2.bin +firmware: amdgpu/gc_11_0_4_pfp.bin +firmware: amdgpu/gc_11_0_4_rlc.bin +firmware: amdgpu/gc_9_4_3_mec.bin +firmware: amdgpu/gc_9_4_3_rlc.bin +firmware: amdgpu/green_sardine_asd.bin +firmware: amdgpu/green_sardine_ce.bin +firmware: amdgpu/green_sardine_dmcub.bin +firmware: amdgpu/green_sardine_me.bin +firmware: amdgpu/green_sardine_mec.bin +firmware: amdgpu/green_sardine_mec2.bin +firmware: amdgpu/green_sardine_pfp.bin +firmware: amdgpu/green_sardine_rlc.bin +firmware: amdgpu/green_sardine_sdma.bin +firmware: amdgpu/green_sardine_ta.bin +firmware: amdgpu/green_sardine_vcn.bin +firmware: amdgpu/hainan_ce.bin +firmware: amdgpu/hainan_k_smc.bin +firmware: amdgpu/hainan_mc.bin +firmware: amdgpu/hainan_me.bin +firmware: amdgpu/hainan_pfp.bin +firmware: amdgpu/hainan_rlc.bin +firmware: amdgpu/hainan_smc.bin +firmware: amdgpu/hawaii_ce.bin +firmware: amdgpu/hawaii_k_smc.bin +firmware: amdgpu/hawaii_mc.bin +firmware: amdgpu/hawaii_me.bin +firmware: amdgpu/hawaii_mec.bin +firmware: amdgpu/hawaii_pfp.bin +firmware: amdgpu/hawaii_rlc.bin +firmware: amdgpu/hawaii_sdma.bin +firmware: amdgpu/hawaii_sdma1.bin +firmware: amdgpu/hawaii_smc.bin +firmware: amdgpu/hawaii_uvd.bin +firmware: amdgpu/hawaii_vce.bin +firmware: amdgpu/ip_discovery.bin +firmware: amdgpu/kabini_ce.bin +firmware: amdgpu/kabini_me.bin +firmware: amdgpu/kabini_mec.bin +firmware: amdgpu/kabini_pfp.bin +firmware: amdgpu/kabini_rlc.bin +firmware: amdgpu/kabini_sdma.bin +firmware: amdgpu/kabini_sdma1.bin +firmware: amdgpu/kabini_uvd.bin +firmware: amdgpu/kabini_vce.bin +firmware: amdgpu/kaveri_ce.bin +firmware: amdgpu/kaveri_me.bin +firmware: amdgpu/kaveri_mec.bin +firmware: amdgpu/kaveri_mec2.bin +firmware: amdgpu/kaveri_pfp.bin +firmware: amdgpu/kaveri_rlc.bin +firmware: amdgpu/kaveri_sdma.bin +firmware: amdgpu/kaveri_sdma1.bin +firmware: amdgpu/kaveri_uvd.bin +firmware: amdgpu/kaveri_vce.bin +firmware: amdgpu/mullins_ce.bin +firmware: amdgpu/mullins_me.bin +firmware: amdgpu/mullins_mec.bin +firmware: amdgpu/mullins_pfp.bin +firmware: amdgpu/mullins_rlc.bin +firmware: amdgpu/mullins_sdma.bin +firmware: amdgpu/mullins_sdma1.bin +firmware: amdgpu/mullins_uvd.bin +firmware: amdgpu/mullins_vce.bin +firmware: amdgpu/navi10_asd.bin +firmware: amdgpu/navi10_ce.bin +firmware: amdgpu/navi10_me.bin +firmware: amdgpu/navi10_mec.bin +firmware: amdgpu/navi10_mec2.bin +firmware: amdgpu/navi10_mes.bin +firmware: amdgpu/navi10_pfp.bin +firmware: amdgpu/navi10_rlc.bin +firmware: amdgpu/navi10_sdma.bin +firmware: amdgpu/navi10_sdma1.bin +firmware: amdgpu/navi10_smc.bin +firmware: amdgpu/navi10_sos.bin +firmware: amdgpu/navi10_ta.bin +firmware: amdgpu/navi10_vcn.bin +firmware: amdgpu/navi12_asd.bin +firmware: amdgpu/navi12_cap.bin +firmware: amdgpu/navi12_ce.bin +firmware: amdgpu/navi12_dmcu.bin +firmware: amdgpu/navi12_gpu_info.bin +firmware: amdgpu/navi12_me.bin +firmware: amdgpu/navi12_mec.bin +firmware: amdgpu/navi12_mec2.bin +firmware: amdgpu/navi12_pfp.bin +firmware: amdgpu/navi12_rlc.bin +firmware: amdgpu/navi12_sdma.bin +firmware: amdgpu/navi12_sdma1.bin +firmware: amdgpu/navi12_smc.bin +firmware: amdgpu/navi12_sos.bin +firmware: amdgpu/navi12_ta.bin +firmware: amdgpu/navi12_vcn.bin +firmware: amdgpu/navi14_asd.bin +firmware: amdgpu/navi14_ce.bin +firmware: amdgpu/navi14_ce_wks.bin +firmware: amdgpu/navi14_me.bin +firmware: amdgpu/navi14_me_wks.bin +firmware: amdgpu/navi14_mec.bin +firmware: amdgpu/navi14_mec2.bin +firmware: amdgpu/navi14_mec2_wks.bin +firmware: amdgpu/navi14_mec_wks.bin +firmware: amdgpu/navi14_pfp.bin +firmware: amdgpu/navi14_pfp_wks.bin +firmware: amdgpu/navi14_rlc.bin +firmware: amdgpu/navi14_sdma.bin +firmware: amdgpu/navi14_sdma1.bin +firmware: amdgpu/navi14_smc.bin +firmware: amdgpu/navi14_sos.bin +firmware: amdgpu/navi14_ta.bin +firmware: amdgpu/navi14_vcn.bin +firmware: amdgpu/navy_flounder_ce.bin +firmware: amdgpu/navy_flounder_dmcub.bin +firmware: amdgpu/navy_flounder_me.bin +firmware: amdgpu/navy_flounder_mec.bin +firmware: amdgpu/navy_flounder_mec2.bin +firmware: amdgpu/navy_flounder_pfp.bin +firmware: amdgpu/navy_flounder_rlc.bin +firmware: amdgpu/navy_flounder_sdma.bin +firmware: amdgpu/navy_flounder_smc.bin +firmware: amdgpu/navy_flounder_sos.bin +firmware: amdgpu/navy_flounder_ta.bin +firmware: amdgpu/navy_flounder_vcn.bin +firmware: amdgpu/oland_ce.bin +firmware: amdgpu/oland_k_smc.bin +firmware: amdgpu/oland_mc.bin +firmware: amdgpu/oland_me.bin +firmware: amdgpu/oland_pfp.bin +firmware: amdgpu/oland_rlc.bin +firmware: amdgpu/oland_smc.bin +firmware: amdgpu/oland_uvd.bin +firmware: amdgpu/picasso_asd.bin +firmware: amdgpu/picasso_ce.bin +firmware: amdgpu/picasso_gpu_info.bin +firmware: amdgpu/picasso_me.bin +firmware: amdgpu/picasso_mec.bin +firmware: amdgpu/picasso_mec2.bin +firmware: amdgpu/picasso_pfp.bin +firmware: amdgpu/picasso_rlc.bin +firmware: amdgpu/picasso_rlc_am4.bin +firmware: amdgpu/picasso_sdma.bin +firmware: amdgpu/picasso_ta.bin +firmware: amdgpu/picasso_vcn.bin +firmware: amdgpu/pitcairn_ce.bin +firmware: amdgpu/pitcairn_k_smc.bin +firmware: amdgpu/pitcairn_mc.bin +firmware: amdgpu/pitcairn_me.bin +firmware: amdgpu/pitcairn_pfp.bin +firmware: amdgpu/pitcairn_rlc.bin +firmware: amdgpu/pitcairn_smc.bin +firmware: amdgpu/pitcairn_uvd.bin +firmware: amdgpu/polaris10_ce.bin +firmware: amdgpu/polaris10_ce_2.bin +firmware: amdgpu/polaris10_k2_smc.bin +firmware: amdgpu/polaris10_k_mc.bin +firmware: amdgpu/polaris10_k_smc.bin +firmware: amdgpu/polaris10_mc.bin +firmware: amdgpu/polaris10_me.bin +firmware: amdgpu/polaris10_me_2.bin +firmware: amdgpu/polaris10_mec.bin +firmware: amdgpu/polaris10_mec2.bin +firmware: amdgpu/polaris10_mec2_2.bin +firmware: amdgpu/polaris10_mec_2.bin +firmware: amdgpu/polaris10_pfp.bin +firmware: amdgpu/polaris10_pfp_2.bin +firmware: amdgpu/polaris10_rlc.bin +firmware: amdgpu/polaris10_sdma.bin +firmware: amdgpu/polaris10_sdma1.bin +firmware: amdgpu/polaris10_smc.bin +firmware: amdgpu/polaris10_smc_sk.bin +firmware: amdgpu/polaris10_uvd.bin +firmware: amdgpu/polaris10_vce.bin +firmware: amdgpu/polaris11_ce.bin +firmware: amdgpu/polaris11_ce_2.bin +firmware: amdgpu/polaris11_k2_smc.bin +firmware: amdgpu/polaris11_k_mc.bin +firmware: amdgpu/polaris11_k_smc.bin +firmware: amdgpu/polaris11_mc.bin +firmware: amdgpu/polaris11_me.bin +firmware: amdgpu/polaris11_me_2.bin +firmware: amdgpu/polaris11_mec.bin +firmware: amdgpu/polaris11_mec2.bin +firmware: amdgpu/polaris11_mec2_2.bin +firmware: amdgpu/polaris11_mec_2.bin +firmware: amdgpu/polaris11_pfp.bin +firmware: amdgpu/polaris11_pfp_2.bin +firmware: amdgpu/polaris11_rlc.bin +firmware: amdgpu/polaris11_sdma.bin +firmware: amdgpu/polaris11_sdma1.bin +firmware: amdgpu/polaris11_smc.bin +firmware: amdgpu/polaris11_smc_sk.bin +firmware: amdgpu/polaris11_uvd.bin +firmware: amdgpu/polaris11_vce.bin +firmware: amdgpu/polaris12_32_mc.bin +firmware: amdgpu/polaris12_ce.bin +firmware: amdgpu/polaris12_ce_2.bin +firmware: amdgpu/polaris12_k_mc.bin +firmware: amdgpu/polaris12_k_smc.bin +firmware: amdgpu/polaris12_mc.bin +firmware: amdgpu/polaris12_me.bin +firmware: amdgpu/polaris12_me_2.bin +firmware: amdgpu/polaris12_mec.bin +firmware: amdgpu/polaris12_mec2.bin +firmware: amdgpu/polaris12_mec2_2.bin +firmware: amdgpu/polaris12_mec_2.bin +firmware: amdgpu/polaris12_pfp.bin +firmware: amdgpu/polaris12_pfp_2.bin +firmware: amdgpu/polaris12_rlc.bin +firmware: amdgpu/polaris12_sdma.bin +firmware: amdgpu/polaris12_sdma1.bin +firmware: amdgpu/polaris12_smc.bin +firmware: amdgpu/polaris12_uvd.bin +firmware: amdgpu/polaris12_vce.bin +firmware: amdgpu/psp_13_0_0_sos.bin +firmware: amdgpu/psp_13_0_0_ta.bin +firmware: amdgpu/psp_13_0_10_sos.bin +firmware: amdgpu/psp_13_0_10_ta.bin +firmware: amdgpu/psp_13_0_11_ta.bin +firmware: amdgpu/psp_13_0_11_toc.bin +firmware: amdgpu/psp_13_0_4_ta.bin +firmware: amdgpu/psp_13_0_4_toc.bin +firmware: amdgpu/psp_13_0_5_ta.bin +firmware: amdgpu/psp_13_0_5_toc.bin +firmware: amdgpu/psp_13_0_6_sos.bin +firmware: amdgpu/psp_13_0_6_ta.bin +firmware: amdgpu/psp_13_0_7_sos.bin +firmware: amdgpu/psp_13_0_7_ta.bin +firmware: amdgpu/psp_13_0_8_ta.bin +firmware: amdgpu/psp_13_0_8_toc.bin +firmware: amdgpu/raven2_asd.bin +firmware: amdgpu/raven2_ce.bin +firmware: amdgpu/raven2_gpu_info.bin +firmware: amdgpu/raven2_me.bin +firmware: amdgpu/raven2_mec.bin +firmware: amdgpu/raven2_mec2.bin +firmware: amdgpu/raven2_pfp.bin +firmware: amdgpu/raven2_rlc.bin +firmware: amdgpu/raven2_sdma.bin +firmware: amdgpu/raven2_ta.bin +firmware: amdgpu/raven2_vcn.bin +firmware: amdgpu/raven_asd.bin +firmware: amdgpu/raven_ce.bin +firmware: amdgpu/raven_dmcu.bin +firmware: amdgpu/raven_gpu_info.bin +firmware: amdgpu/raven_kicker_rlc.bin +firmware: amdgpu/raven_me.bin +firmware: amdgpu/raven_mec.bin +firmware: amdgpu/raven_mec2.bin +firmware: amdgpu/raven_pfp.bin +firmware: amdgpu/raven_rlc.bin +firmware: amdgpu/raven_sdma.bin +firmware: amdgpu/raven_ta.bin +firmware: amdgpu/raven_vcn.bin +firmware: amdgpu/renoir_asd.bin +firmware: amdgpu/renoir_ce.bin +firmware: amdgpu/renoir_dmcub.bin +firmware: amdgpu/renoir_me.bin +firmware: amdgpu/renoir_mec.bin +firmware: amdgpu/renoir_pfp.bin +firmware: amdgpu/renoir_rlc.bin +firmware: amdgpu/renoir_sdma.bin +firmware: amdgpu/renoir_ta.bin +firmware: amdgpu/renoir_vcn.bin +firmware: amdgpu/sdma_4_4_2.bin +firmware: amdgpu/sdma_5_2_6.bin +firmware: amdgpu/sdma_5_2_7.bin +firmware: amdgpu/sdma_6_0_0.bin +firmware: amdgpu/sdma_6_0_1.bin +firmware: amdgpu/sdma_6_0_2.bin +firmware: amdgpu/sdma_6_0_3.bin +firmware: amdgpu/si58_mc.bin +firmware: amdgpu/sienna_cichlid_cap.bin +firmware: amdgpu/sienna_cichlid_ce.bin +firmware: amdgpu/sienna_cichlid_dmcub.bin +firmware: amdgpu/sienna_cichlid_me.bin +firmware: amdgpu/sienna_cichlid_mec.bin +firmware: amdgpu/sienna_cichlid_mec2.bin +firmware: amdgpu/sienna_cichlid_mes.bin +firmware: amdgpu/sienna_cichlid_mes1.bin +firmware: amdgpu/sienna_cichlid_pfp.bin +firmware: amdgpu/sienna_cichlid_rlc.bin +firmware: amdgpu/sienna_cichlid_sdma.bin +firmware: amdgpu/sienna_cichlid_smc.bin +firmware: amdgpu/sienna_cichlid_sos.bin +firmware: amdgpu/sienna_cichlid_ta.bin +firmware: amdgpu/sienna_cichlid_vcn.bin +firmware: amdgpu/smu_13_0_0.bin +firmware: amdgpu/smu_13_0_10.bin +firmware: amdgpu/smu_13_0_7.bin +firmware: amdgpu/stoney_ce.bin +firmware: amdgpu/stoney_me.bin +firmware: amdgpu/stoney_mec.bin +firmware: amdgpu/stoney_pfp.bin +firmware: amdgpu/stoney_rlc.bin +firmware: amdgpu/stoney_sdma.bin +firmware: amdgpu/stoney_uvd.bin +firmware: amdgpu/stoney_vce.bin +firmware: amdgpu/tahiti_ce.bin +firmware: amdgpu/tahiti_mc.bin +firmware: amdgpu/tahiti_me.bin +firmware: amdgpu/tahiti_pfp.bin +firmware: amdgpu/tahiti_rlc.bin +firmware: amdgpu/tahiti_smc.bin +firmware: amdgpu/tahiti_uvd.bin +firmware: amdgpu/tonga_ce.bin +firmware: amdgpu/tonga_k_smc.bin +firmware: amdgpu/tonga_mc.bin +firmware: amdgpu/tonga_me.bin +firmware: amdgpu/tonga_mec.bin +firmware: amdgpu/tonga_mec2.bin +firmware: amdgpu/tonga_pfp.bin +firmware: amdgpu/tonga_rlc.bin +firmware: amdgpu/tonga_sdma.bin +firmware: amdgpu/tonga_sdma1.bin +firmware: amdgpu/tonga_smc.bin +firmware: amdgpu/tonga_uvd.bin +firmware: amdgpu/tonga_vce.bin +firmware: amdgpu/topaz_ce.bin +firmware: amdgpu/topaz_k_smc.bin +firmware: amdgpu/topaz_mc.bin +firmware: amdgpu/topaz_me.bin +firmware: amdgpu/topaz_mec.bin +firmware: amdgpu/topaz_pfp.bin +firmware: amdgpu/topaz_rlc.bin +firmware: amdgpu/topaz_sdma.bin +firmware: amdgpu/topaz_sdma1.bin +firmware: amdgpu/topaz_smc.bin +firmware: amdgpu/vangogh_asd.bin +firmware: amdgpu/vangogh_ce.bin +firmware: amdgpu/vangogh_dmcub.bin +firmware: amdgpu/vangogh_me.bin +firmware: amdgpu/vangogh_mec.bin +firmware: amdgpu/vangogh_mec2.bin +firmware: amdgpu/vangogh_pfp.bin +firmware: amdgpu/vangogh_rlc.bin +firmware: amdgpu/vangogh_sdma.bin +firmware: amdgpu/vangogh_toc.bin +firmware: amdgpu/vangogh_vcn.bin +firmware: amdgpu/vcn_3_1_2.bin +firmware: amdgpu/vcn_4_0_0.bin +firmware: amdgpu/vcn_4_0_2.bin +firmware: amdgpu/vcn_4_0_3.bin +firmware: amdgpu/vcn_4_0_4.bin +firmware: amdgpu/vega10_acg_smc.bin +firmware: amdgpu/vega10_asd.bin +firmware: amdgpu/vega10_cap.bin +firmware: amdgpu/vega10_ce.bin +firmware: amdgpu/vega10_gpu_info.bin +firmware: amdgpu/vega10_me.bin +firmware: amdgpu/vega10_mec.bin +firmware: amdgpu/vega10_mec2.bin +firmware: amdgpu/vega10_pfp.bin +firmware: amdgpu/vega10_rlc.bin +firmware: amdgpu/vega10_sdma.bin +firmware: amdgpu/vega10_sdma1.bin +firmware: amdgpu/vega10_smc.bin +firmware: amdgpu/vega10_sos.bin +firmware: amdgpu/vega10_uvd.bin +firmware: amdgpu/vega10_vce.bin +firmware: amdgpu/vega12_asd.bin +firmware: amdgpu/vega12_ce.bin +firmware: amdgpu/vega12_gpu_info.bin +firmware: amdgpu/vega12_me.bin +firmware: amdgpu/vega12_mec.bin +firmware: amdgpu/vega12_mec2.bin +firmware: amdgpu/vega12_pfp.bin +firmware: amdgpu/vega12_rlc.bin +firmware: amdgpu/vega12_sdma.bin +firmware: amdgpu/vega12_sdma1.bin +firmware: amdgpu/vega12_smc.bin +firmware: amdgpu/vega12_sos.bin +firmware: amdgpu/vega12_uvd.bin +firmware: amdgpu/vega12_vce.bin +firmware: amdgpu/vega20_asd.bin +firmware: amdgpu/vega20_ce.bin +firmware: amdgpu/vega20_me.bin +firmware: amdgpu/vega20_mec.bin +firmware: amdgpu/vega20_mec2.bin +firmware: amdgpu/vega20_pfp.bin +firmware: amdgpu/vega20_rlc.bin +firmware: amdgpu/vega20_sdma.bin +firmware: amdgpu/vega20_sdma1.bin +firmware: amdgpu/vega20_smc.bin +firmware: amdgpu/vega20_sos.bin +firmware: amdgpu/vega20_ta.bin +firmware: amdgpu/vega20_uvd.bin +firmware: amdgpu/vega20_vce.bin +firmware: amdgpu/vegam_ce.bin +firmware: amdgpu/vegam_me.bin +firmware: amdgpu/vegam_mec.bin +firmware: amdgpu/vegam_mec2.bin +firmware: amdgpu/vegam_pfp.bin +firmware: amdgpu/vegam_rlc.bin +firmware: amdgpu/vegam_sdma.bin +firmware: amdgpu/vegam_sdma1.bin +firmware: amdgpu/vegam_smc.bin +firmware: amdgpu/vegam_uvd.bin +firmware: amdgpu/vegam_vce.bin +firmware: amdgpu/verde_ce.bin +firmware: amdgpu/verde_k_smc.bin +firmware: amdgpu/verde_mc.bin +firmware: amdgpu/verde_me.bin +firmware: amdgpu/verde_pfp.bin +firmware: amdgpu/verde_rlc.bin +firmware: amdgpu/verde_smc.bin +firmware: amdgpu/verde_uvd.bin +firmware: amdgpu/yellow_carp_ce.bin +firmware: amdgpu/yellow_carp_dmcub.bin +firmware: amdgpu/yellow_carp_me.bin +firmware: amdgpu/yellow_carp_mec.bin +firmware: amdgpu/yellow_carp_mec2.bin +firmware: amdgpu/yellow_carp_pfp.bin +firmware: amdgpu/yellow_carp_rlc.bin +firmware: amdgpu/yellow_carp_sdma.bin +firmware: amdgpu/yellow_carp_ta.bin +firmware: amdgpu/yellow_carp_toc.bin +firmware: amdgpu/yellow_carp_vcn.bin +firmware: ar5523.bin +firmware: asihpi/dsp5000.bin +firmware: asihpi/dsp6200.bin +firmware: asihpi/dsp6205.bin +firmware: asihpi/dsp6400.bin +firmware: asihpi/dsp6600.bin +firmware: asihpi/dsp8700.bin +firmware: asihpi/dsp8900.bin +firmware: ast_dp501_fw.bin +firmware: ath10k/QCA6174/hw2.1/board-2.bin +firmware: ath10k/QCA6174/hw2.1/board.bin +firmware: ath10k/QCA6174/hw2.1/firmware-4.bin +firmware: ath10k/QCA6174/hw2.1/firmware-5.bin +firmware: ath10k/QCA6174/hw3.0/board-2.bin +firmware: ath10k/QCA6174/hw3.0/board.bin +firmware: ath10k/QCA6174/hw3.0/firmware-4.bin +firmware: ath10k/QCA6174/hw3.0/firmware-5.bin +firmware: ath10k/QCA6174/hw3.0/firmware-6.bin +firmware: ath10k/QCA9377/hw1.0/board.bin +firmware: ath10k/QCA9377/hw1.0/firmware-5.bin +firmware: ath10k/QCA9377/hw1.0/firmware-6.bin +firmware: ath10k/QCA9887/hw1.0/board-2.bin +firmware: ath10k/QCA9887/hw1.0/board.bin +firmware: ath10k/QCA9887/hw1.0/firmware-5.bin +firmware: ath10k/QCA988X/hw2.0/board-2.bin +firmware: ath10k/QCA988X/hw2.0/board.bin +firmware: ath10k/QCA988X/hw2.0/firmware-2.bin +firmware: ath10k/QCA988X/hw2.0/firmware-3.bin +firmware: ath10k/QCA988X/hw2.0/firmware-4.bin +firmware: ath10k/QCA988X/hw2.0/firmware-5.bin +firmware: ath11k/QCA6390/hw2.0/* +firmware: ath11k/QCN9074/hw1.0/* +firmware: ath11k/WCN6855/hw2.0/* +firmware: ath11k/WCN6855/hw2.1/* +firmware: ath3k-1.fw +firmware: ath6k/AR6003/hw2.0/athwlan.bin.z77 +firmware: ath6k/AR6003/hw2.0/bdata.SD31.bin +firmware: ath6k/AR6003/hw2.0/bdata.bin +firmware: ath6k/AR6003/hw2.0/data.patch.bin +firmware: ath6k/AR6003/hw2.0/otp.bin.z77 +firmware: ath6k/AR6003/hw2.1.1/athwlan.bin +firmware: ath6k/AR6003/hw2.1.1/bdata.SD31.bin +firmware: ath6k/AR6003/hw2.1.1/bdata.bin +firmware: ath6k/AR6003/hw2.1.1/data.patch.bin +firmware: ath6k/AR6003/hw2.1.1/otp.bin +firmware: ath6k/AR6004/hw1.0/bdata.DB132.bin +firmware: ath6k/AR6004/hw1.0/bdata.bin +firmware: ath6k/AR6004/hw1.0/fw.ram.bin +firmware: ath6k/AR6004/hw1.1/bdata.DB132.bin +firmware: ath6k/AR6004/hw1.1/bdata.bin +firmware: ath6k/AR6004/hw1.1/fw.ram.bin +firmware: ath6k/AR6004/hw1.2/bdata.bin +firmware: ath6k/AR6004/hw1.2/fw.ram.bin +firmware: ath6k/AR6004/hw1.3/bdata.bin +firmware: ath6k/AR6004/hw1.3/fw.ram.bin +firmware: ath9k_htc/htc_7010-1.4.0.fw +firmware: ath9k_htc/htc_9271-1.4.0.fw +firmware: atmel/wilc1000_wifi_firmware-1.bin +firmware: atmel_at76c502-wpa.bin +firmware: atmel_at76c502.bin +firmware: atmel_at76c502_3com-wpa.bin +firmware: atmel_at76c502_3com.bin +firmware: atmel_at76c502d-wpa.bin +firmware: atmel_at76c502d.bin +firmware: atmel_at76c502e-wpa.bin +firmware: atmel_at76c502e.bin +firmware: atmel_at76c503-i3861.bin +firmware: atmel_at76c503-i3863.bin +firmware: atmel_at76c503-rfmd-acc.bin +firmware: atmel_at76c503-rfmd.bin +firmware: atmel_at76c504-wpa.bin +firmware: atmel_at76c504.bin +firmware: atmel_at76c504_2958-wpa.bin +firmware: atmel_at76c504_2958.bin +firmware: atmel_at76c504a_2958-wpa.bin +firmware: atmel_at76c504a_2958.bin +firmware: atmel_at76c505-rfmd.bin +firmware: atmel_at76c505-rfmd2958.bin +firmware: atmel_at76c505a-rfmd2958.bin +firmware: atmel_at76c505amx-rfmd.bin +firmware: atmel_at76c506-wpa.bin +firmware: atmel_at76c506.bin +firmware: atsc_denver.inp +firmware: av7110/bootcode.bin +firmware: b43/ucode11.fw +firmware: b43/ucode13.fw +firmware: b43/ucode14.fw +firmware: b43/ucode15.fw +firmware: b43/ucode16_lp.fw +firmware: b43/ucode16_mimo.fw +firmware: b43/ucode24_lcn.fw +firmware: b43/ucode25_lcn.fw +firmware: b43/ucode25_mimo.fw +firmware: b43/ucode26_mimo.fw +firmware: b43/ucode29_mimo.fw +firmware: b43/ucode30_mimo.fw +firmware: b43/ucode33_lcn40.fw +firmware: b43/ucode40.fw +firmware: b43/ucode42.fw +firmware: b43/ucode5.fw +firmware: b43/ucode9.fw +firmware: b43legacy/ucode2.fw +firmware: b43legacy/ucode4.fw +firmware: bfubase.frm +firmware: bnx2/bnx2-mips-06-6.2.3.fw +firmware: bnx2/bnx2-mips-09-6.2.1b.fw +firmware: bnx2/bnx2-rv2p-06-6.0.15.fw +firmware: bnx2/bnx2-rv2p-09-6.0.17.fw +firmware: bnx2/bnx2-rv2p-09ax-6.0.17.fw +firmware: bnx2x/bnx2x-e1-7.13.15.0.fw +firmware: bnx2x/bnx2x-e1-7.13.21.0.fw +firmware: bnx2x/bnx2x-e1h-7.13.15.0.fw +firmware: bnx2x/bnx2x-e1h-7.13.21.0.fw +firmware: bnx2x/bnx2x-e2-7.13.15.0.fw +firmware: bnx2x/bnx2x-e2-7.13.21.0.fw +firmware: brcm/bcm43xx-0.fw +firmware: brcm/bcm43xx_hdr-0.fw +firmware: brcm/brcmbt4377*.bin +firmware: brcm/brcmbt4377*.ptb +firmware: brcm/brcmbt4378*.bin +firmware: brcm/brcmbt4378*.ptb +firmware: brcm/brcmbt4387*.bin +firmware: brcm/brcmbt4387*.ptb +firmware: brcm/brcmfmac*-pcie.*.bin +firmware: brcm/brcmfmac*-pcie.*.clm_blob +firmware: brcm/brcmfmac*-pcie.*.txcap_blob +firmware: brcm/brcmfmac*-pcie.*.txt +firmware: brcm/brcmfmac*-pcie.txt +firmware: brcm/brcmfmac*-sdio.*.bin +firmware: brcm/brcmfmac*-sdio.*.txt +firmware: brcm/brcmfmac43012-sdio.bin +firmware: brcm/brcmfmac43012-sdio.clm_blob +firmware: brcm/brcmfmac43143-sdio.bin +firmware: brcm/brcmfmac43143.bin +firmware: brcm/brcmfmac43236b.bin +firmware: brcm/brcmfmac43241b0-sdio.bin +firmware: brcm/brcmfmac43241b4-sdio.bin +firmware: brcm/brcmfmac43241b5-sdio.bin +firmware: brcm/brcmfmac43242a.bin +firmware: brcm/brcmfmac4329-sdio.bin +firmware: brcm/brcmfmac4330-sdio.bin +firmware: brcm/brcmfmac4334-sdio.bin +firmware: brcm/brcmfmac43340-sdio.bin +firmware: brcm/brcmfmac4335-sdio.bin +firmware: brcm/brcmfmac43362-sdio.bin +firmware: brcm/brcmfmac4339-sdio.bin +firmware: brcm/brcmfmac43430-sdio.bin +firmware: brcm/brcmfmac43430-sdio.clm_blob +firmware: brcm/brcmfmac43430a0-sdio.bin +firmware: brcm/brcmfmac43430b0-sdio.bin +firmware: brcm/brcmfmac43439-sdio.bin +firmware: brcm/brcmfmac43439-sdio.clm_blob +firmware: brcm/brcmfmac43455-sdio.bin +firmware: brcm/brcmfmac43455-sdio.clm_blob +firmware: brcm/brcmfmac43456-sdio.bin +firmware: brcm/brcmfmac4350-pcie.bin +firmware: brcm/brcmfmac4350c2-pcie.bin +firmware: brcm/brcmfmac4354-sdio.bin +firmware: brcm/brcmfmac4354-sdio.clm_blob +firmware: brcm/brcmfmac4355-pcie.bin +firmware: brcm/brcmfmac4355-pcie.clm_blob +firmware: brcm/brcmfmac4355c1-pcie.bin +firmware: brcm/brcmfmac4355c1-pcie.clm_blob +firmware: brcm/brcmfmac4356-pcie.bin +firmware: brcm/brcmfmac4356-pcie.clm_blob +firmware: brcm/brcmfmac4356-sdio.bin +firmware: brcm/brcmfmac4356-sdio.clm_blob +firmware: brcm/brcmfmac43569.bin +firmware: brcm/brcmfmac43570-pcie.bin +firmware: brcm/brcmfmac43570-pcie.clm_blob +firmware: brcm/brcmfmac4358-pcie.bin +firmware: brcm/brcmfmac4359-pcie.bin +firmware: brcm/brcmfmac4359-sdio.bin +firmware: brcm/brcmfmac4359c-pcie.bin +firmware: brcm/brcmfmac43602-pcie.bin +firmware: brcm/brcmfmac4364b2-pcie.bin +firmware: brcm/brcmfmac4364b2-pcie.clm_blob +firmware: brcm/brcmfmac4364b3-pcie.bin +firmware: brcm/brcmfmac4364b3-pcie.clm_blob +firmware: brcm/brcmfmac4365b-pcie.bin +firmware: brcm/brcmfmac4365c-pcie.bin +firmware: brcm/brcmfmac4366b-pcie.bin +firmware: brcm/brcmfmac4366c-pcie.bin +firmware: brcm/brcmfmac4371-pcie.bin +firmware: brcm/brcmfmac4373-sdio.bin +firmware: brcm/brcmfmac4373-sdio.clm_blob +firmware: brcm/brcmfmac4373.bin +firmware: brcm/brcmfmac43752-sdio.bin +firmware: brcm/brcmfmac43752-sdio.clm_blob +firmware: brcm/brcmfmac4377b3-pcie.bin +firmware: brcm/brcmfmac4377b3-pcie.clm_blob +firmware: brcm/brcmfmac4378b1-pcie.bin +firmware: brcm/brcmfmac4378b1-pcie.clm_blob +firmware: brcm/brcmfmac4378b3-pcie.bin +firmware: brcm/brcmfmac4378b3-pcie.clm_blob +firmware: brcm/brcmfmac4387c2-pcie.bin +firmware: brcm/brcmfmac4387c2-pcie.clm_blob +firmware: c218tunx.cod +firmware: c320tunx.cod +firmware: cadence/mhdp8546.bin +firmware: carl9170-1.fw +firmware: cavium/cnn55xx_se.fw +firmware: cbfw-3.2.5.1.bin +firmware: cis/3CCFEM556.cis +firmware: cis/3CXEM556.cis +firmware: cis/COMpad2.cis +firmware: cis/COMpad4.cis +firmware: cis/DP83903.cis +firmware: cis/LA-PCM.cis +firmware: cis/MT5634ZLX.cis +firmware: cis/NE2K.cis +firmware: cis/PCMLM28.cis +firmware: cis/PE-200.cis +firmware: cis/PE520.cis +firmware: cis/RS-COM-2P.cis +firmware: cis/SW_555_SER.cis +firmware: cis/SW_7xx_SER.cis +firmware: cis/SW_8xx_SER.cis +firmware: cis/tamarack.cis +firmware: cmmb_ming_app.inp +firmware: cmmb_vega_12mhz.inp +firmware: cmmb_venice_12mhz.inp +firmware: comedi/jr3pci.idm +firmware: cp204unx.cod +firmware: cs46xx/cwc4630 +firmware: cs46xx/cwcasync +firmware: cs46xx/cwcbinhack +firmware: cs46xx/cwcdma +firmware: cs46xx/cwcsnoop +firmware: ct2fw-3.2.5.1.bin +firmware: ctefx-desktop.bin +firmware: ctefx-r3di.bin +firmware: ctefx.bin +firmware: ctfw-3.2.5.1.bin +firmware: cxgb3/ael2005_opt_edc.bin +firmware: cxgb3/ael2005_twx_edc.bin +firmware: cxgb3/ael2020_twx_edc.bin +firmware: cxgb3/t3b_psram-1.1.0.bin +firmware: cxgb3/t3c_psram-1.1.0.bin +firmware: cxgb3/t3fw-7.12.0.bin +firmware: cxgb4/t4fw.bin +firmware: cxgb4/t5fw.bin +firmware: cxgb4/t6fw.bin +firmware: daqboard2000_firmware.bin +firmware: digiface_firmware.bin +firmware: digiface_firmware_rev11.bin +firmware: dvb-cx18-mpc718-mt352.fw +firmware: dvb-demod-m88ds3103.fw +firmware: dvb-demod-m88ds3103b.fw +firmware: dvb-demod-m88rs6000.fw +firmware: dvb-demod-mn88472-02.fw +firmware: dvb-demod-mn88473-01.fw +firmware: dvb-demod-mxl692.fw +firmware: dvb-demod-si2165.fw +firmware: dvb-demod-si2168-a20-01.fw +firmware: dvb-demod-si2168-a30-01.fw +firmware: dvb-demod-si2168-b40-01.fw +firmware: dvb-demod-si2168-d60-01.fw +firmware: dvb-fe-af9013.fw +firmware: dvb-fe-cx24117.fw +firmware: dvb-fe-drxj-mc-1.0.8.fw +firmware: dvb-fe-ds3000.fw +firmware: dvb-fe-tda10071.fw +firmware: dvb-fe-xc4000-1.4.1.fw +firmware: dvb-fe-xc4000-1.4.fw +firmware: dvb-fe-xc5000-1.6.114.fw +firmware: dvb-fe-xc5000c-4.1.30.7.fw +firmware: dvb-tuner-si2141-a10-01.fw +firmware: dvb-tuner-si2157-a30-01.fw +firmware: dvb-tuner-si2158-a20-01.fw +firmware: dvb-usb-af9015.fw +firmware: dvb-usb-af9035-02.fw +firmware: dvb-usb-dib0700-1.20.fw +firmware: dvb-usb-dw2101.fw +firmware: dvb-usb-dw2102.fw +firmware: dvb-usb-dw2104.fw +firmware: dvb-usb-dw3101.fw +firmware: dvb-usb-ec168.fw +firmware: dvb-usb-it9135-01.fw +firmware: dvb-usb-it9135-02.fw +firmware: dvb-usb-it9303-01.fw +firmware: dvb-usb-lme2510-lg.fw +firmware: dvb-usb-lme2510-s0194.fw +firmware: dvb-usb-lme2510c-lg.fw +firmware: dvb-usb-lme2510c-rs2000.fw +firmware: dvb-usb-lme2510c-s0194.fw +firmware: dvb-usb-lme2510c-s7395.fw +firmware: dvb-usb-p1100.fw +firmware: dvb-usb-p7500.fw +firmware: dvb-usb-s630.fw +firmware: dvb-usb-s660.fw +firmware: dvb-usb-terratec-h7-az6007.fw +firmware: dvb_driver_si2141_rom60.fw +firmware: dvb_driver_si2141_rom61.fw +firmware: dvb_driver_si2146_rom11.fw +firmware: dvb_driver_si2147_rom50.fw +firmware: dvb_driver_si2148_rom32.fw +firmware: dvb_driver_si2148_rom33.fw +firmware: dvb_driver_si2157_rom50.fw +firmware: dvb_driver_si2158_rom51.fw +firmware: dvb_driver_si2177_rom50.fw +firmware: dvb_driver_si2178_rom50.fw +firmware: dvb_nova_12mhz.inp +firmware: dvb_nova_12mhz_b0.inp +firmware: dvb_rio.inp +firmware: dvbh_rio.inp +firmware: e100/d101m_ucode.bin +firmware: e100/d101s_ucode.bin +firmware: e100/d102e_ucode.bin +firmware: ea/3g_asic.fw +firmware: ea/darla20_dsp.fw +firmware: ea/darla24_dsp.fw +firmware: ea/echo3g_dsp.fw +firmware: ea/gina20_dsp.fw +firmware: ea/gina24_301_asic.fw +firmware: ea/gina24_301_dsp.fw +firmware: ea/gina24_361_asic.fw +firmware: ea/gina24_361_dsp.fw +firmware: ea/indigo_dj_dsp.fw +firmware: ea/indigo_djx_dsp.fw +firmware: ea/indigo_dsp.fw +firmware: ea/indigo_io_dsp.fw +firmware: ea/indigo_iox_dsp.fw +firmware: ea/layla20_asic.fw +firmware: ea/layla20_dsp.fw +firmware: ea/layla24_1_asic.fw +firmware: ea/layla24_2A_asic.fw +firmware: ea/layla24_2S_asic.fw +firmware: ea/layla24_dsp.fw +firmware: ea/loader_dsp.fw +firmware: ea/mia_dsp.fw +firmware: ea/mona_2_asic.fw +firmware: ea/mona_301_1_asic_48.fw +firmware: ea/mona_301_1_asic_96.fw +firmware: ea/mona_301_dsp.fw +firmware: ea/mona_361_1_asic_48.fw +firmware: ea/mona_361_1_asic_96.fw +firmware: ea/mona_361_dsp.fw +firmware: edgeport/boot.fw +firmware: edgeport/boot2.fw +firmware: edgeport/down.fw +firmware: edgeport/down2.fw +firmware: edgeport/down3.bin +firmware: emi26/bitstream.fw +firmware: emi26/firmware.fw +firmware: emi26/loader.fw +firmware: emi62/bitstream.fw +firmware: emi62/loader.fw +firmware: emi62/spdif.fw +firmware: emu/audio_dock.fw +firmware: emu/emu0404.fw +firmware: emu/emu1010_notebook.fw +firmware: emu/emu1010b.fw +firmware: emu/hana.fw +firmware: emu/micro_dock.fw +firmware: ene-ub6250/ms_init.bin +firmware: ene-ub6250/ms_rdwr.bin +firmware: ene-ub6250/msp_rdwr.bin +firmware: ene-ub6250/sd_init1.bin +firmware: ene-ub6250/sd_init2.bin +firmware: ene-ub6250/sd_rdwr.bin +firmware: ess/maestro3_assp_kernel.fw +firmware: ess/maestro3_assp_minisrc.fw +firmware: f2255usb.bin +firmware: fm_radio.inp +firmware: fm_radio_rio.inp +firmware: fw.ram.bin +firmware: go7007/go7007fw.bin +firmware: go7007/go7007tv.bin +firmware: go7007/lr192.fw +firmware: go7007/px-m402u.fw +firmware: go7007/px-tv402u.fw +firmware: go7007/s2250-1.fw +firmware: go7007/s2250-2.fw +firmware: go7007/wis-startrek.fw +firmware: hfi1_dc8051.fw +firmware: hfi1_fabric.fw +firmware: hfi1_pcie.fw +firmware: hfi1_sbus.fw +firmware: i915/adlp_dmc.bin +firmware: i915/adlp_dmc_ver2_16.bin +firmware: i915/adlp_guc_69.0.3.bin +firmware: i915/adlp_guc_70.1.1.bin +firmware: i915/adlp_guc_70.bin +firmware: i915/adls_dmc_ver2_01.bin +firmware: i915/bxt_dmc_ver1_07.bin +firmware: i915/bxt_guc_70.1.1.bin +firmware: i915/bxt_huc_2.0.0.bin +firmware: i915/cml_guc_70.1.1.bin +firmware: i915/cml_huc_4.0.0.bin +firmware: i915/dg1_dmc_ver2_02.bin +firmware: i915/dg1_guc_70.bin +firmware: i915/dg1_huc.bin +firmware: i915/dg2_dmc_ver2_08.bin +firmware: i915/dg2_guc_70.bin +firmware: i915/dg2_huc_gsc.bin +firmware: i915/ehl_guc_70.1.1.bin +firmware: i915/ehl_huc_9.0.0.bin +firmware: i915/glk_dmc_ver1_04.bin +firmware: i915/glk_guc_70.1.1.bin +firmware: i915/glk_huc_4.0.0.bin +firmware: i915/icl_dmc_ver1_09.bin +firmware: i915/icl_guc_70.1.1.bin +firmware: i915/icl_huc_9.0.0.bin +firmware: i915/kbl_dmc_ver1_04.bin +firmware: i915/kbl_guc_70.1.1.bin +firmware: i915/kbl_huc_4.0.0.bin +firmware: i915/mtl_dmc.bin +firmware: i915/mtl_guc_70.bin +firmware: i915/mtl_huc_gsc.bin +firmware: i915/rkl_dmc_ver2_03.bin +firmware: i915/skl_dmc_ver1_27.bin +firmware: i915/skl_guc_70.1.1.bin +firmware: i915/skl_huc_2.0.0.bin +firmware: i915/tgl_dmc_ver2_12.bin +firmware: i915/tgl_guc_69.0.3.bin +firmware: i915/tgl_guc_70.1.1.bin +firmware: i915/tgl_guc_70.bin +firmware: i915/tgl_huc.bin +firmware: i915/tgl_huc_7.9.3.bin +firmware: idt82p33xxx.bin +firmware: ifpp.bin +firmware: imx/sdma/sdma-imx7d.bin +firmware: inside-secure/eip197_minifw/ifpp.bin +firmware: inside-secure/eip197_minifw/ipue.bin +firmware: inside-secure/eip197b/ifpp.bin +firmware: inside-secure/eip197b/ipue.bin +firmware: inside-secure/eip197d/ifpp.bin +firmware: inside-secure/eip197d/ipue.bin +firmware: intel/ibt-11-5.ddc +firmware: intel/ibt-11-5.sfi +firmware: intel/ibt-12-16.ddc +firmware: intel/ibt-12-16.sfi +firmware: intel/ice/ddp/ice.pkg +firmware: ipue.bin +firmware: ipw2100-1.3-i.fw +firmware: ipw2100-1.3-p.fw +firmware: ipw2100-1.3.fw +firmware: ipw2200-bss.fw +firmware: ipw2200-ibss.fw +firmware: ipw2200-sniffer.fw +firmware: isci/isci_firmware.bin +firmware: isdbt_nova_12mhz.inp +firmware: isdbt_nova_12mhz_b0.inp +firmware: isdbt_pele.inp +firmware: isdbt_rio.inp +firmware: isdn/ISAR.BIN +firmware: isight.fw +firmware: isl3886pci +firmware: isl3886usb +firmware: isl3887usb +firmware: iwlwifi-100-5.ucode +firmware: iwlwifi-1000-5.ucode +firmware: iwlwifi-105-6.ucode +firmware: iwlwifi-135-6.ucode +firmware: iwlwifi-2000-6.ucode +firmware: iwlwifi-2030-6.ucode +firmware: iwlwifi-3160-17.ucode +firmware: iwlwifi-3168-29.ucode +firmware: iwlwifi-3945-2.ucode +firmware: iwlwifi-4965-2.ucode +firmware: iwlwifi-5000-5.ucode +firmware: iwlwifi-5150-2.ucode +firmware: iwlwifi-6000-6.ucode +firmware: iwlwifi-6000g2a-6.ucode +firmware: iwlwifi-6000g2b-6.ucode +firmware: iwlwifi-6050-5.ucode +firmware: iwlwifi-7260-17.ucode +firmware: iwlwifi-7265-17.ucode +firmware: iwlwifi-7265D-29.ucode +firmware: iwlwifi-8000C-36.ucode +firmware: iwlwifi-8265-36.ucode +firmware: iwlwifi-9000-pu-b0-jf-b0-46.ucode +firmware: iwlwifi-9260-th-b0-jf-b0-46.ucode +firmware: iwlwifi-Qu-b0-hr-b0-77.ucode +firmware: iwlwifi-Qu-b0-jf-b0-77.ucode +firmware: iwlwifi-Qu-c0-hr-b0-77.ucode +firmware: iwlwifi-QuZ-a0-hr-b0-77.ucode +firmware: iwlwifi-QuZ-a0-jf-b0-77.ucode +firmware: iwlwifi-bz-a0-fm-b0-83.ucode +firmware: iwlwifi-bz-a0-fm-c0-83.ucode +firmware: iwlwifi-bz-a0-fm4-b0-83.ucode +firmware: iwlwifi-bz-a0-gf-a0-83.ucode +firmware: iwlwifi-bz-a0-gf4-a0-83.ucode +firmware: iwlwifi-bz-a0-hr-b0-83.ucode +firmware: iwlwifi-cc-a0-77.ucode +firmware: iwlwifi-gl-b0-fm-b0-83.ucode +firmware: iwlwifi-gl-c0-fm-c0-83.ucode +firmware: iwlwifi-ma-a0-gf-a0-83.ucode +firmware: iwlwifi-ma-a0-gf4-a0-83.ucode +firmware: iwlwifi-ma-a0-hr-b0-83.ucode +firmware: iwlwifi-ma-a0-mr-a0-83.ucode +firmware: iwlwifi-ma-b0-gf-a0-83.ucode +firmware: iwlwifi-ma-b0-gf4-a0-83.ucode +firmware: iwlwifi-ma-b0-hr-b0-83.ucode +firmware: iwlwifi-ma-b0-mr-a0-83.ucode +firmware: iwlwifi-sc-a0-fm-b0-83.ucode +firmware: iwlwifi-sc-a0-fm-c0-83.ucode +firmware: iwlwifi-sc-a0-gf-a0-83.ucode +firmware: iwlwifi-sc-a0-gf4-a0-83.ucode +firmware: iwlwifi-sc-a0-hr-b0-83.ucode +firmware: iwlwifi-sc-a0-wh-a0-83.ucode +firmware: iwlwifi-so-a0-gf-a0-83.ucode +firmware: iwlwifi-so-a0-hr-b0-83.ucode +firmware: iwlwifi-so-a0-jf-b0-83.ucode +firmware: iwlwifi-ty-a0-gf-a0-83.ucode +firmware: kaweth/new_code.bin +firmware: kaweth/new_code_fix.bin +firmware: kaweth/trigger_code.bin +firmware: kaweth/trigger_code_fix.bin +firmware: keyspan/mpr.fw +firmware: keyspan/usa18x.fw +firmware: keyspan/usa19.fw +firmware: keyspan/usa19qi.fw +firmware: keyspan/usa19qw.fw +firmware: keyspan/usa19w.fw +firmware: keyspan/usa28.fw +firmware: keyspan/usa28x.fw +firmware: keyspan/usa28xa.fw +firmware: keyspan/usa28xb.fw +firmware: keyspan/usa49w.fw +firmware: keyspan/usa49wlc.fw +firmware: keyspan_pda/keyspan_pda.fw +firmware: keyspan_pda/xircom_pgs.fw +firmware: korg/k1212.dsp +firmware: ks7010sd.rom +firmware: lantiq/xrx200_phy11g_a14.bin +firmware: lantiq/xrx200_phy11g_a22.bin +firmware: lantiq/xrx200_phy22f_a14.bin +firmware: lantiq/xrx200_phy22f_a22.bin +firmware: lantiq/xrx300_phy11g_a21.bin +firmware: lantiq/xrx300_phy22f_a21.bin +firmware: lattice-ecp3.bit +firmware: lbtf_usb.bin +firmware: lgs8g75.fw +firmware: libertas/cf8305.bin +firmware: libertas/cf8381.bin +firmware: libertas/cf8381_helper.bin +firmware: libertas/cf8385.bin +firmware: libertas/cf8385_helper.bin +firmware: libertas/gspi8385.bin +firmware: libertas/gspi8385_helper.bin +firmware: libertas/gspi8385_hlp.bin +firmware: libertas/gspi8686.bin +firmware: libertas/gspi8686_hlp.bin +firmware: libertas/gspi8686_v9.bin +firmware: libertas/gspi8686_v9_helper.bin +firmware: libertas/gspi8688.bin +firmware: libertas/gspi8688_helper.bin +firmware: libertas/sd8385.bin +firmware: libertas/sd8385_helper.bin +firmware: libertas/sd8686_v8.bin +firmware: libertas/sd8686_v8_helper.bin +firmware: libertas/sd8686_v9.bin +firmware: libertas/sd8686_v9_helper.bin +firmware: libertas/sd8688.bin +firmware: libertas/sd8688_helper.bin +firmware: libertas/usb8388.bin +firmware: libertas/usb8388_v5.bin +firmware: libertas/usb8388_v9.bin +firmware: libertas/usb8682.bin +firmware: libertas_cs.fw +firmware: libertas_cs_helper.fw +firmware: liquidio/lio_210nv_nic.bin +firmware: liquidio/lio_210sv_nic.bin +firmware: liquidio/lio_23xx_nic.bin +firmware: liquidio/lio_410nv_nic.bin +firmware: me2600_firmware.bin +firmware: me4000_firmware.bin +firmware: mediatek/BT_RAM_CODE_MT7961_1_2_hdr.bin +firmware: mediatek/WIFI_MT7922_patch_mcu_1_1_hdr.bin +firmware: mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin +firmware: mediatek/WIFI_RAM_CODE_MT7922_1.bin +firmware: mediatek/WIFI_RAM_CODE_MT7961_1.bin +firmware: mediatek/mt7610e.bin +firmware: mediatek/mt7610u.bin +firmware: mediatek/mt7615_cr4.bin +firmware: mediatek/mt7615_n9.bin +firmware: mediatek/mt7615_rom_patch.bin +firmware: mediatek/mt7622_n9.bin +firmware: mediatek/mt7622_rom_patch.bin +firmware: mediatek/mt7622pr2h.bin +firmware: mediatek/mt7650e.bin +firmware: mediatek/mt7663_n9_rebb.bin +firmware: mediatek/mt7663_n9_v3.bin +firmware: mediatek/mt7663pr2h.bin +firmware: mediatek/mt7663pr2h_rebb.bin +firmware: mediatek/mt7668pr2h.bin +firmware: mediatek/mt7915_rom_patch.bin +firmware: mediatek/mt7915_wa.bin +firmware: mediatek/mt7915_wm.bin +firmware: mediatek/mt7916_rom_patch.bin +firmware: mediatek/mt7916_wa.bin +firmware: mediatek/mt7916_wm.bin +firmware: mediatek/mt7986_rom_patch.bin +firmware: mediatek/mt7986_rom_patch_mt7975.bin +firmware: mediatek/mt7986_wa.bin +firmware: mediatek/mt7986_wm.bin +firmware: mediatek/mt7986_wm_mt7975.bin +firmware: mediatek/mt7996/mt7996_rom_patch.bin +firmware: mediatek/mt7996/mt7996_wa.bin +firmware: mediatek/mt7996/mt7996_wm.bin +firmware: mellanox/lc_ini_bundle_2010_1006.bin +firmware: mellanox/mlxsw_spectrum-13.2010.1006.mfa2 +firmware: mellanox/mlxsw_spectrum2-29.2010.1006.mfa2 +firmware: mellanox/mlxsw_spectrum3-30.2010.1006.mfa2 +firmware: metronome.wbf +firmware: microchip/mscc_vsc8574_revb_int8051_29e8.bin +firmware: microchip/mscc_vsc8584_revb_int8051_fb48.bin +firmware: mixart/miXart8.elf +firmware: mixart/miXart8.xlx +firmware: mixart/miXart8AES.xlx +firmware: moxa/moxa-1110.fw +firmware: moxa/moxa-1130.fw +firmware: moxa/moxa-1131.fw +firmware: moxa/moxa-1150.fw +firmware: moxa/moxa-1151.fw +firmware: mrvl/sd8688.bin +firmware: mrvl/sd8688_helper.bin +firmware: mrvl/sd8786_uapsta.bin +firmware: mrvl/sd8787_uapsta.bin +firmware: mrvl/sd8797_uapsta.bin +firmware: mrvl/sd8887_uapsta.bin +firmware: mrvl/sd8897_uapsta.bin +firmware: mrvl/sd8987_uapsta.bin +firmware: mrvl/sdiouart8997_combo_v4.bin +firmware: mrvl/sdiouartiw416_combo_v0.bin +firmware: mrvl/sdsd8977_combo_v2.bin +firmware: mrvl/sdsd8997_combo_v4.bin +firmware: mrvl/usb8766_uapsta.bin +firmware: mrvl/usb8797_uapsta.bin +firmware: mrvl/usb8801_uapsta.bin +firmware: mrvl/usbusb8997_combo_v4.bin +firmware: mt7601u.bin +firmware: mt7603_e1.bin +firmware: mt7603_e2.bin +firmware: mt7628_e1.bin +firmware: mt7628_e2.bin +firmware: mt7662.bin +firmware: mt7662_rom_patch.bin +firmware: mts_cdma.fw +firmware: mts_edge.fw +firmware: mts_gsm.fw +firmware: mts_mt9234mu.fw +firmware: mts_mt9234zba.fw +firmware: multiface_firmware.bin +firmware: multiface_firmware_rev11.bin +firmware: mwl8k/fmimage_8363.fw +firmware: mwl8k/fmimage_8366.fw +firmware: mwl8k/fmimage_8366_ap-3.fw +firmware: mwl8k/fmimage_8687.fw +firmware: mwl8k/helper_8363.fw +firmware: mwl8k/helper_8366.fw +firmware: mwl8k/helper_8687.fw +firmware: myri10ge_eth_z8e.dat +firmware: myri10ge_ethp_z8e.dat +firmware: myri10ge_rss_eth_z8e.dat +firmware: myri10ge_rss_ethp_z8e.dat +firmware: netronome/nic_AMDA0058-0011_2x40.nffw +firmware: netronome/nic_AMDA0058-0012_2x40.nffw +firmware: netronome/nic_AMDA0081-0001_1x40.nffw +firmware: netronome/nic_AMDA0081-0001_4x10.nffw +firmware: netronome/nic_AMDA0096-0001_2x10.nffw +firmware: netronome/nic_AMDA0097-0001_2x40.nffw +firmware: netronome/nic_AMDA0097-0001_4x10_1x40.nffw +firmware: netronome/nic_AMDA0097-0001_8x10.nffw +firmware: netronome/nic_AMDA0099-0001_1x10_1x25.nffw +firmware: netronome/nic_AMDA0099-0001_2x10.nffw +firmware: netronome/nic_AMDA0099-0001_2x25.nffw +firmware: ni6534a.bin +firmware: niscrb01.bin +firmware: niscrb02.bin +firmware: nvidia/ga102/acr/ucode_ahesasc.bin +firmware: nvidia/ga102/acr/ucode_asb.bin +firmware: nvidia/ga102/acr/ucode_unload.bin +firmware: nvidia/ga102/gr/NET_img.bin +firmware: nvidia/ga102/gr/fecs_bl.bin +firmware: nvidia/ga102/gr/fecs_sig.bin +firmware: nvidia/ga102/gr/gpccs_bl.bin +firmware: nvidia/ga102/gr/gpccs_sig.bin +firmware: nvidia/ga102/nvdec/scrubber.bin +firmware: nvidia/ga102/sec2/desc.bin +firmware: nvidia/ga102/sec2/hs_bl_sig.bin +firmware: nvidia/ga102/sec2/image.bin +firmware: nvidia/ga102/sec2/sig.bin +firmware: nvidia/ga103/acr/ucode_ahesasc.bin +firmware: nvidia/ga103/acr/ucode_asb.bin +firmware: nvidia/ga103/acr/ucode_unload.bin +firmware: nvidia/ga103/gr/NET_img.bin +firmware: nvidia/ga103/gr/fecs_bl.bin +firmware: nvidia/ga103/gr/fecs_sig.bin +firmware: nvidia/ga103/gr/gpccs_bl.bin +firmware: nvidia/ga103/gr/gpccs_sig.bin +firmware: nvidia/ga103/nvdec/scrubber.bin +firmware: nvidia/ga103/sec2/desc.bin +firmware: nvidia/ga103/sec2/hs_bl_sig.bin +firmware: nvidia/ga103/sec2/image.bin +firmware: nvidia/ga103/sec2/sig.bin +firmware: nvidia/ga104/acr/ucode_ahesasc.bin +firmware: nvidia/ga104/acr/ucode_asb.bin +firmware: nvidia/ga104/acr/ucode_unload.bin +firmware: nvidia/ga104/gr/NET_img.bin +firmware: nvidia/ga104/gr/fecs_bl.bin +firmware: nvidia/ga104/gr/fecs_sig.bin +firmware: nvidia/ga104/gr/gpccs_bl.bin +firmware: nvidia/ga104/gr/gpccs_sig.bin +firmware: nvidia/ga104/nvdec/scrubber.bin +firmware: nvidia/ga104/sec2/desc.bin +firmware: nvidia/ga104/sec2/hs_bl_sig.bin +firmware: nvidia/ga104/sec2/image.bin +firmware: nvidia/ga104/sec2/sig.bin +firmware: nvidia/ga106/acr/ucode_ahesasc.bin +firmware: nvidia/ga106/acr/ucode_asb.bin +firmware: nvidia/ga106/acr/ucode_unload.bin +firmware: nvidia/ga106/gr/NET_img.bin +firmware: nvidia/ga106/gr/fecs_bl.bin +firmware: nvidia/ga106/gr/fecs_sig.bin +firmware: nvidia/ga106/gr/gpccs_bl.bin +firmware: nvidia/ga106/gr/gpccs_sig.bin +firmware: nvidia/ga106/nvdec/scrubber.bin +firmware: nvidia/ga106/sec2/desc.bin +firmware: nvidia/ga106/sec2/hs_bl_sig.bin +firmware: nvidia/ga106/sec2/image.bin +firmware: nvidia/ga106/sec2/sig.bin +firmware: nvidia/ga107/acr/ucode_ahesasc.bin +firmware: nvidia/ga107/acr/ucode_asb.bin +firmware: nvidia/ga107/acr/ucode_unload.bin +firmware: nvidia/ga107/gr/NET_img.bin +firmware: nvidia/ga107/gr/fecs_bl.bin +firmware: nvidia/ga107/gr/fecs_sig.bin +firmware: nvidia/ga107/gr/gpccs_bl.bin +firmware: nvidia/ga107/gr/gpccs_sig.bin +firmware: nvidia/ga107/nvdec/scrubber.bin +firmware: nvidia/ga107/sec2/desc.bin +firmware: nvidia/ga107/sec2/hs_bl_sig.bin +firmware: nvidia/ga107/sec2/image.bin +firmware: nvidia/ga107/sec2/sig.bin +firmware: nvidia/gk20a/fecs_data.bin +firmware: nvidia/gk20a/fecs_inst.bin +firmware: nvidia/gk20a/gpccs_data.bin +firmware: nvidia/gk20a/gpccs_inst.bin +firmware: nvidia/gk20a/sw_bundle_init.bin +firmware: nvidia/gk20a/sw_ctx.bin +firmware: nvidia/gk20a/sw_method_init.bin +firmware: nvidia/gk20a/sw_nonctx.bin +firmware: nvidia/gm200/acr/bl.bin +firmware: nvidia/gm200/acr/ucode_load.bin +firmware: nvidia/gm200/acr/ucode_unload.bin +firmware: nvidia/gm200/gr/fecs_bl.bin +firmware: nvidia/gm200/gr/fecs_data.bin +firmware: nvidia/gm200/gr/fecs_inst.bin +firmware: nvidia/gm200/gr/fecs_sig.bin +firmware: nvidia/gm200/gr/gpccs_bl.bin +firmware: nvidia/gm200/gr/gpccs_data.bin +firmware: nvidia/gm200/gr/gpccs_inst.bin +firmware: nvidia/gm200/gr/gpccs_sig.bin +firmware: nvidia/gm200/gr/sw_bundle_init.bin +firmware: nvidia/gm200/gr/sw_ctx.bin +firmware: nvidia/gm200/gr/sw_method_init.bin +firmware: nvidia/gm200/gr/sw_nonctx.bin +firmware: nvidia/gm204/acr/bl.bin +firmware: nvidia/gm204/acr/ucode_load.bin +firmware: nvidia/gm204/acr/ucode_unload.bin +firmware: nvidia/gm204/gr/fecs_bl.bin +firmware: nvidia/gm204/gr/fecs_data.bin +firmware: nvidia/gm204/gr/fecs_inst.bin +firmware: nvidia/gm204/gr/fecs_sig.bin +firmware: nvidia/gm204/gr/gpccs_bl.bin +firmware: nvidia/gm204/gr/gpccs_data.bin +firmware: nvidia/gm204/gr/gpccs_inst.bin +firmware: nvidia/gm204/gr/gpccs_sig.bin +firmware: nvidia/gm204/gr/sw_bundle_init.bin +firmware: nvidia/gm204/gr/sw_ctx.bin +firmware: nvidia/gm204/gr/sw_method_init.bin +firmware: nvidia/gm204/gr/sw_nonctx.bin +firmware: nvidia/gm206/acr/bl.bin +firmware: nvidia/gm206/acr/ucode_load.bin +firmware: nvidia/gm206/acr/ucode_unload.bin +firmware: nvidia/gm206/gr/fecs_bl.bin +firmware: nvidia/gm206/gr/fecs_data.bin +firmware: nvidia/gm206/gr/fecs_inst.bin +firmware: nvidia/gm206/gr/fecs_sig.bin +firmware: nvidia/gm206/gr/gpccs_bl.bin +firmware: nvidia/gm206/gr/gpccs_data.bin +firmware: nvidia/gm206/gr/gpccs_inst.bin +firmware: nvidia/gm206/gr/gpccs_sig.bin +firmware: nvidia/gm206/gr/sw_bundle_init.bin +firmware: nvidia/gm206/gr/sw_ctx.bin +firmware: nvidia/gm206/gr/sw_method_init.bin +firmware: nvidia/gm206/gr/sw_nonctx.bin +firmware: nvidia/gm20b/acr/bl.bin +firmware: nvidia/gm20b/acr/ucode_load.bin +firmware: nvidia/gm20b/gr/fecs_bl.bin +firmware: nvidia/gm20b/gr/fecs_data.bin +firmware: nvidia/gm20b/gr/fecs_inst.bin +firmware: nvidia/gm20b/gr/fecs_sig.bin +firmware: nvidia/gm20b/gr/gpccs_data.bin +firmware: nvidia/gm20b/gr/gpccs_inst.bin +firmware: nvidia/gm20b/gr/sw_bundle_init.bin +firmware: nvidia/gm20b/gr/sw_ctx.bin +firmware: nvidia/gm20b/gr/sw_method_init.bin +firmware: nvidia/gm20b/gr/sw_nonctx.bin +firmware: nvidia/gm20b/pmu/desc.bin +firmware: nvidia/gm20b/pmu/image.bin +firmware: nvidia/gm20b/pmu/sig.bin +firmware: nvidia/gp100/acr/bl.bin +firmware: nvidia/gp100/acr/ucode_load.bin +firmware: nvidia/gp100/acr/ucode_unload.bin +firmware: nvidia/gp100/gr/fecs_bl.bin +firmware: nvidia/gp100/gr/fecs_data.bin +firmware: nvidia/gp100/gr/fecs_inst.bin +firmware: nvidia/gp100/gr/fecs_sig.bin +firmware: nvidia/gp100/gr/gpccs_bl.bin +firmware: nvidia/gp100/gr/gpccs_data.bin +firmware: nvidia/gp100/gr/gpccs_inst.bin +firmware: nvidia/gp100/gr/gpccs_sig.bin +firmware: nvidia/gp100/gr/sw_bundle_init.bin +firmware: nvidia/gp100/gr/sw_ctx.bin +firmware: nvidia/gp100/gr/sw_method_init.bin +firmware: nvidia/gp100/gr/sw_nonctx.bin +firmware: nvidia/gp102/acr/bl.bin +firmware: nvidia/gp102/acr/ucode_load.bin +firmware: nvidia/gp102/acr/ucode_unload.bin +firmware: nvidia/gp102/acr/unload_bl.bin +firmware: nvidia/gp102/gr/fecs_bl.bin +firmware: nvidia/gp102/gr/fecs_data.bin +firmware: nvidia/gp102/gr/fecs_inst.bin +firmware: nvidia/gp102/gr/fecs_sig.bin +firmware: nvidia/gp102/gr/gpccs_bl.bin +firmware: nvidia/gp102/gr/gpccs_data.bin +firmware: nvidia/gp102/gr/gpccs_inst.bin +firmware: nvidia/gp102/gr/gpccs_sig.bin +firmware: nvidia/gp102/gr/sw_bundle_init.bin +firmware: nvidia/gp102/gr/sw_ctx.bin +firmware: nvidia/gp102/gr/sw_method_init.bin +firmware: nvidia/gp102/gr/sw_nonctx.bin +firmware: nvidia/gp102/nvdec/scrubber.bin +firmware: nvidia/gp102/sec2/desc-1.bin +firmware: nvidia/gp102/sec2/desc.bin +firmware: nvidia/gp102/sec2/image-1.bin +firmware: nvidia/gp102/sec2/image.bin +firmware: nvidia/gp102/sec2/sig-1.bin +firmware: nvidia/gp102/sec2/sig.bin +firmware: nvidia/gp104/acr/bl.bin +firmware: nvidia/gp104/acr/ucode_load.bin +firmware: nvidia/gp104/acr/ucode_unload.bin +firmware: nvidia/gp104/acr/unload_bl.bin +firmware: nvidia/gp104/gr/fecs_bl.bin +firmware: nvidia/gp104/gr/fecs_data.bin +firmware: nvidia/gp104/gr/fecs_inst.bin +firmware: nvidia/gp104/gr/fecs_sig.bin +firmware: nvidia/gp104/gr/gpccs_bl.bin +firmware: nvidia/gp104/gr/gpccs_data.bin +firmware: nvidia/gp104/gr/gpccs_inst.bin +firmware: nvidia/gp104/gr/gpccs_sig.bin +firmware: nvidia/gp104/gr/sw_bundle_init.bin +firmware: nvidia/gp104/gr/sw_ctx.bin +firmware: nvidia/gp104/gr/sw_method_init.bin +firmware: nvidia/gp104/gr/sw_nonctx.bin +firmware: nvidia/gp104/nvdec/scrubber.bin +firmware: nvidia/gp104/sec2/desc-1.bin +firmware: nvidia/gp104/sec2/desc.bin +firmware: nvidia/gp104/sec2/image-1.bin +firmware: nvidia/gp104/sec2/image.bin +firmware: nvidia/gp104/sec2/sig-1.bin +firmware: nvidia/gp104/sec2/sig.bin +firmware: nvidia/gp106/acr/bl.bin +firmware: nvidia/gp106/acr/ucode_load.bin +firmware: nvidia/gp106/acr/ucode_unload.bin +firmware: nvidia/gp106/acr/unload_bl.bin +firmware: nvidia/gp106/gr/fecs_bl.bin +firmware: nvidia/gp106/gr/fecs_data.bin +firmware: nvidia/gp106/gr/fecs_inst.bin +firmware: nvidia/gp106/gr/fecs_sig.bin +firmware: nvidia/gp106/gr/gpccs_bl.bin +firmware: nvidia/gp106/gr/gpccs_data.bin +firmware: nvidia/gp106/gr/gpccs_inst.bin +firmware: nvidia/gp106/gr/gpccs_sig.bin +firmware: nvidia/gp106/gr/sw_bundle_init.bin +firmware: nvidia/gp106/gr/sw_ctx.bin +firmware: nvidia/gp106/gr/sw_method_init.bin +firmware: nvidia/gp106/gr/sw_nonctx.bin +firmware: nvidia/gp106/nvdec/scrubber.bin +firmware: nvidia/gp106/sec2/desc-1.bin +firmware: nvidia/gp106/sec2/desc.bin +firmware: nvidia/gp106/sec2/image-1.bin +firmware: nvidia/gp106/sec2/image.bin +firmware: nvidia/gp106/sec2/sig-1.bin +firmware: nvidia/gp106/sec2/sig.bin +firmware: nvidia/gp107/acr/bl.bin +firmware: nvidia/gp107/acr/ucode_load.bin +firmware: nvidia/gp107/acr/ucode_unload.bin +firmware: nvidia/gp107/acr/unload_bl.bin +firmware: nvidia/gp107/gr/fecs_bl.bin +firmware: nvidia/gp107/gr/fecs_data.bin +firmware: nvidia/gp107/gr/fecs_inst.bin +firmware: nvidia/gp107/gr/fecs_sig.bin +firmware: nvidia/gp107/gr/gpccs_bl.bin +firmware: nvidia/gp107/gr/gpccs_data.bin +firmware: nvidia/gp107/gr/gpccs_inst.bin +firmware: nvidia/gp107/gr/gpccs_sig.bin +firmware: nvidia/gp107/gr/sw_bundle_init.bin +firmware: nvidia/gp107/gr/sw_ctx.bin +firmware: nvidia/gp107/gr/sw_method_init.bin +firmware: nvidia/gp107/gr/sw_nonctx.bin +firmware: nvidia/gp107/nvdec/scrubber.bin +firmware: nvidia/gp107/sec2/desc-1.bin +firmware: nvidia/gp107/sec2/desc.bin +firmware: nvidia/gp107/sec2/image-1.bin +firmware: nvidia/gp107/sec2/image.bin +firmware: nvidia/gp107/sec2/sig-1.bin +firmware: nvidia/gp107/sec2/sig.bin +firmware: nvidia/gp108/acr/bl.bin +firmware: nvidia/gp108/acr/ucode_load.bin +firmware: nvidia/gp108/acr/ucode_unload.bin +firmware: nvidia/gp108/acr/unload_bl.bin +firmware: nvidia/gp108/gr/fecs_bl.bin +firmware: nvidia/gp108/gr/fecs_data.bin +firmware: nvidia/gp108/gr/fecs_inst.bin +firmware: nvidia/gp108/gr/fecs_sig.bin +firmware: nvidia/gp108/gr/gpccs_bl.bin +firmware: nvidia/gp108/gr/gpccs_data.bin +firmware: nvidia/gp108/gr/gpccs_inst.bin +firmware: nvidia/gp108/gr/gpccs_sig.bin +firmware: nvidia/gp108/gr/sw_bundle_init.bin +firmware: nvidia/gp108/gr/sw_ctx.bin +firmware: nvidia/gp108/gr/sw_method_init.bin +firmware: nvidia/gp108/gr/sw_nonctx.bin +firmware: nvidia/gp108/nvdec/scrubber.bin +firmware: nvidia/gp108/sec2/desc.bin +firmware: nvidia/gp108/sec2/image.bin +firmware: nvidia/gp108/sec2/sig.bin +firmware: nvidia/gp10b/acr/bl.bin +firmware: nvidia/gp10b/acr/ucode_load.bin +firmware: nvidia/gp10b/gr/fecs_bl.bin +firmware: nvidia/gp10b/gr/fecs_data.bin +firmware: nvidia/gp10b/gr/fecs_inst.bin +firmware: nvidia/gp10b/gr/fecs_sig.bin +firmware: nvidia/gp10b/gr/gpccs_bl.bin +firmware: nvidia/gp10b/gr/gpccs_data.bin +firmware: nvidia/gp10b/gr/gpccs_inst.bin +firmware: nvidia/gp10b/gr/gpccs_sig.bin +firmware: nvidia/gp10b/gr/sw_bundle_init.bin +firmware: nvidia/gp10b/gr/sw_ctx.bin +firmware: nvidia/gp10b/gr/sw_method_init.bin +firmware: nvidia/gp10b/gr/sw_nonctx.bin +firmware: nvidia/gp10b/pmu/desc.bin +firmware: nvidia/gp10b/pmu/image.bin +firmware: nvidia/gp10b/pmu/sig.bin +firmware: nvidia/gv100/acr/bl.bin +firmware: nvidia/gv100/acr/ucode_load.bin +firmware: nvidia/gv100/acr/ucode_unload.bin +firmware: nvidia/gv100/acr/unload_bl.bin +firmware: nvidia/gv100/gr/fecs_bl.bin +firmware: nvidia/gv100/gr/fecs_data.bin +firmware: nvidia/gv100/gr/fecs_inst.bin +firmware: nvidia/gv100/gr/fecs_sig.bin +firmware: nvidia/gv100/gr/gpccs_bl.bin +firmware: nvidia/gv100/gr/gpccs_data.bin +firmware: nvidia/gv100/gr/gpccs_inst.bin +firmware: nvidia/gv100/gr/gpccs_sig.bin +firmware: nvidia/gv100/gr/sw_bundle_init.bin +firmware: nvidia/gv100/gr/sw_ctx.bin +firmware: nvidia/gv100/gr/sw_method_init.bin +firmware: nvidia/gv100/gr/sw_nonctx.bin +firmware: nvidia/gv100/nvdec/scrubber.bin +firmware: nvidia/gv100/sec2/desc.bin +firmware: nvidia/gv100/sec2/image.bin +firmware: nvidia/gv100/sec2/sig.bin +firmware: nvidia/tegra124/xusb.bin +firmware: nvidia/tegra186/nvdec.bin +firmware: nvidia/tegra186/vic04_ucode.bin +firmware: nvidia/tegra186/xusb.bin +firmware: nvidia/tegra194/nvdec.bin +firmware: nvidia/tegra194/vic.bin +firmware: nvidia/tegra194/xusb.bin +firmware: nvidia/tegra210/nvdec.bin +firmware: nvidia/tegra210/vic04_ucode.bin +firmware: nvidia/tegra210/xusb.bin +firmware: nvidia/tegra234/vic.bin +firmware: nvidia/tu102/acr/bl.bin +firmware: nvidia/tu102/acr/ucode_ahesasc.bin +firmware: nvidia/tu102/acr/ucode_asb.bin +firmware: nvidia/tu102/acr/ucode_unload.bin +firmware: nvidia/tu102/acr/unload_bl.bin +firmware: nvidia/tu102/gr/fecs_bl.bin +firmware: nvidia/tu102/gr/fecs_data.bin +firmware: nvidia/tu102/gr/fecs_inst.bin +firmware: nvidia/tu102/gr/fecs_sig.bin +firmware: nvidia/tu102/gr/gpccs_bl.bin +firmware: nvidia/tu102/gr/gpccs_data.bin +firmware: nvidia/tu102/gr/gpccs_inst.bin +firmware: nvidia/tu102/gr/gpccs_sig.bin +firmware: nvidia/tu102/gr/sw_bundle_init.bin +firmware: nvidia/tu102/gr/sw_ctx.bin +firmware: nvidia/tu102/gr/sw_method_init.bin +firmware: nvidia/tu102/gr/sw_nonctx.bin +firmware: nvidia/tu102/gr/sw_veid_bundle_init.bin +firmware: nvidia/tu102/nvdec/scrubber.bin +firmware: nvidia/tu102/sec2/desc.bin +firmware: nvidia/tu102/sec2/image.bin +firmware: nvidia/tu102/sec2/sig.bin +firmware: nvidia/tu104/acr/bl.bin +firmware: nvidia/tu104/acr/ucode_ahesasc.bin +firmware: nvidia/tu104/acr/ucode_asb.bin +firmware: nvidia/tu104/acr/ucode_unload.bin +firmware: nvidia/tu104/acr/unload_bl.bin +firmware: nvidia/tu104/gr/fecs_bl.bin +firmware: nvidia/tu104/gr/fecs_data.bin +firmware: nvidia/tu104/gr/fecs_inst.bin +firmware: nvidia/tu104/gr/fecs_sig.bin +firmware: nvidia/tu104/gr/gpccs_bl.bin +firmware: nvidia/tu104/gr/gpccs_data.bin +firmware: nvidia/tu104/gr/gpccs_inst.bin +firmware: nvidia/tu104/gr/gpccs_sig.bin +firmware: nvidia/tu104/gr/sw_bundle_init.bin +firmware: nvidia/tu104/gr/sw_ctx.bin +firmware: nvidia/tu104/gr/sw_method_init.bin +firmware: nvidia/tu104/gr/sw_nonctx.bin +firmware: nvidia/tu104/gr/sw_veid_bundle_init.bin +firmware: nvidia/tu104/nvdec/scrubber.bin +firmware: nvidia/tu104/sec2/desc.bin +firmware: nvidia/tu104/sec2/image.bin +firmware: nvidia/tu104/sec2/sig.bin +firmware: nvidia/tu106/acr/bl.bin +firmware: nvidia/tu106/acr/ucode_ahesasc.bin +firmware: nvidia/tu106/acr/ucode_asb.bin +firmware: nvidia/tu106/acr/ucode_unload.bin +firmware: nvidia/tu106/acr/unload_bl.bin +firmware: nvidia/tu106/gr/fecs_bl.bin +firmware: nvidia/tu106/gr/fecs_data.bin +firmware: nvidia/tu106/gr/fecs_inst.bin +firmware: nvidia/tu106/gr/fecs_sig.bin +firmware: nvidia/tu106/gr/gpccs_bl.bin +firmware: nvidia/tu106/gr/gpccs_data.bin +firmware: nvidia/tu106/gr/gpccs_inst.bin +firmware: nvidia/tu106/gr/gpccs_sig.bin +firmware: nvidia/tu106/gr/sw_bundle_init.bin +firmware: nvidia/tu106/gr/sw_ctx.bin +firmware: nvidia/tu106/gr/sw_method_init.bin +firmware: nvidia/tu106/gr/sw_nonctx.bin +firmware: nvidia/tu106/gr/sw_veid_bundle_init.bin +firmware: nvidia/tu106/nvdec/scrubber.bin +firmware: nvidia/tu106/sec2/desc.bin +firmware: nvidia/tu106/sec2/image.bin +firmware: nvidia/tu106/sec2/sig.bin +firmware: nvidia/tu116/acr/bl.bin +firmware: nvidia/tu116/acr/ucode_ahesasc.bin +firmware: nvidia/tu116/acr/ucode_asb.bin +firmware: nvidia/tu116/acr/ucode_unload.bin +firmware: nvidia/tu116/acr/unload_bl.bin +firmware: nvidia/tu116/gr/fecs_bl.bin +firmware: nvidia/tu116/gr/fecs_data.bin +firmware: nvidia/tu116/gr/fecs_inst.bin +firmware: nvidia/tu116/gr/fecs_sig.bin +firmware: nvidia/tu116/gr/gpccs_bl.bin +firmware: nvidia/tu116/gr/gpccs_data.bin +firmware: nvidia/tu116/gr/gpccs_inst.bin +firmware: nvidia/tu116/gr/gpccs_sig.bin +firmware: nvidia/tu116/gr/sw_bundle_init.bin +firmware: nvidia/tu116/gr/sw_ctx.bin +firmware: nvidia/tu116/gr/sw_method_init.bin +firmware: nvidia/tu116/gr/sw_nonctx.bin +firmware: nvidia/tu116/gr/sw_veid_bundle_init.bin +firmware: nvidia/tu116/nvdec/scrubber.bin +firmware: nvidia/tu116/sec2/desc.bin +firmware: nvidia/tu116/sec2/image.bin +firmware: nvidia/tu116/sec2/sig.bin +firmware: nvidia/tu117/acr/bl.bin +firmware: nvidia/tu117/acr/ucode_ahesasc.bin +firmware: nvidia/tu117/acr/ucode_asb.bin +firmware: nvidia/tu117/acr/ucode_unload.bin +firmware: nvidia/tu117/acr/unload_bl.bin +firmware: nvidia/tu117/gr/fecs_bl.bin +firmware: nvidia/tu117/gr/fecs_data.bin +firmware: nvidia/tu117/gr/fecs_inst.bin +firmware: nvidia/tu117/gr/fecs_sig.bin +firmware: nvidia/tu117/gr/gpccs_bl.bin +firmware: nvidia/tu117/gr/gpccs_data.bin +firmware: nvidia/tu117/gr/gpccs_inst.bin +firmware: nvidia/tu117/gr/gpccs_sig.bin +firmware: nvidia/tu117/gr/sw_bundle_init.bin +firmware: nvidia/tu117/gr/sw_ctx.bin +firmware: nvidia/tu117/gr/sw_method_init.bin +firmware: nvidia/tu117/gr/sw_nonctx.bin +firmware: nvidia/tu117/gr/sw_veid_bundle_init.bin +firmware: nvidia/tu117/nvdec/scrubber.bin +firmware: nvidia/tu117/sec2/desc.bin +firmware: nvidia/tu117/sec2/image.bin +firmware: nvidia/tu117/sec2/sig.bin +firmware: orinoco_ezusb_fw +firmware: ositech/Xilinx7OD.bin +firmware: otp.bin +firmware: pca200e_ecd.bin2 +firmware: pcxhr/dspb1222e.b56 +firmware: pcxhr/dspb1222hr.b56 +firmware: pcxhr/dspb882e.b56 +firmware: pcxhr/dspb882hr.b56 +firmware: pcxhr/dspb924.b56 +firmware: pcxhr/dspd1222.d56 +firmware: pcxhr/dspd222.d56 +firmware: pcxhr/dspd882.d56 +firmware: pcxhr/dspe882.e56 +firmware: pcxhr/dspe924.e56 +firmware: pcxhr/xlxc1222e.dat +firmware: pcxhr/xlxc1222hr.dat +firmware: pcxhr/xlxc222.dat +firmware: pcxhr/xlxc882e.dat +firmware: pcxhr/xlxc882hr.dat +firmware: pcxhr/xlxc924.dat +firmware: pcxhr/xlxint.dat +firmware: phanfw.bin +firmware: plfxlc/lifi-x.bin +firmware: prism2_ru.fw +firmware: prism_ap_fw.bin +firmware: prism_sta_fw.bin +firmware: qat_4xxx.bin +firmware: qat_4xxx_mmp.bin +firmware: qat_895xcc.bin +firmware: qat_895xcc_mmp.bin +firmware: qat_c3xxx.bin +firmware: qat_c3xxx_mmp.bin +firmware: qat_c62x.bin +firmware: qat_c62x_mmp.bin +firmware: qcom/a300_pfp.fw +firmware: qcom/a300_pm4.fw +firmware: qcom/a330_pfp.fw +firmware: qcom/a330_pm4.fw +firmware: qcom/a420_pfp.fw +firmware: qcom/a420_pm4.fw +firmware: qcom/a530_pfp.fw +firmware: qcom/a530_pm4.fw +firmware: qcom/a530_zap.b00 +firmware: qcom/a530_zap.b01 +firmware: qcom/a530_zap.b02 +firmware: qcom/a530_zap.mdt +firmware: qcom/a530v3_gpmu.fw2 +firmware: qcom/a619_gmu.bin +firmware: qcom/a630_gmu.bin +firmware: qcom/a630_sqe.fw +firmware: qcom/a630_zap.mbn +firmware: qed/qed_init_values_zipped-8.59.1.0.bin +firmware: ql2100_fw.bin +firmware: ql2200_fw.bin +firmware: ql2300_fw.bin +firmware: ql2322_fw.bin +firmware: ql2400_fw.bin +firmware: ql2500_fw.bin +firmware: qlogic/1040.bin +firmware: qlogic/12160.bin +firmware: qlogic/1280.bin +firmware: qlogic/sd7220.fw +firmware: r8a779x_usb3_v1.dlmem +firmware: r8a779x_usb3_v3.dlmem +firmware: radeon/ARUBA_me.bin +firmware: radeon/ARUBA_pfp.bin +firmware: radeon/ARUBA_rlc.bin +firmware: radeon/BARTS_mc.bin +firmware: radeon/BARTS_me.bin +firmware: radeon/BARTS_pfp.bin +firmware: radeon/BARTS_smc.bin +firmware: radeon/BONAIRE_ce.bin +firmware: radeon/BONAIRE_mc.bin +firmware: radeon/BONAIRE_mc2.bin +firmware: radeon/BONAIRE_me.bin +firmware: radeon/BONAIRE_mec.bin +firmware: radeon/BONAIRE_pfp.bin +firmware: radeon/BONAIRE_rlc.bin +firmware: radeon/BONAIRE_sdma.bin +firmware: radeon/BONAIRE_smc.bin +firmware: radeon/BONAIRE_uvd.bin +firmware: radeon/BONAIRE_vce.bin +firmware: radeon/BTC_rlc.bin +firmware: radeon/CAICOS_mc.bin +firmware: radeon/CAICOS_me.bin +firmware: radeon/CAICOS_pfp.bin +firmware: radeon/CAICOS_smc.bin +firmware: radeon/CAYMAN_mc.bin +firmware: radeon/CAYMAN_me.bin +firmware: radeon/CAYMAN_pfp.bin +firmware: radeon/CAYMAN_rlc.bin +firmware: radeon/CAYMAN_smc.bin +firmware: radeon/CEDAR_me.bin +firmware: radeon/CEDAR_pfp.bin +firmware: radeon/CEDAR_rlc.bin +firmware: radeon/CEDAR_smc.bin +firmware: radeon/CYPRESS_me.bin +firmware: radeon/CYPRESS_pfp.bin +firmware: radeon/CYPRESS_rlc.bin +firmware: radeon/CYPRESS_smc.bin +firmware: radeon/CYPRESS_uvd.bin +firmware: radeon/HAINAN_ce.bin +firmware: radeon/HAINAN_mc.bin +firmware: radeon/HAINAN_mc2.bin +firmware: radeon/HAINAN_me.bin +firmware: radeon/HAINAN_pfp.bin +firmware: radeon/HAINAN_rlc.bin +firmware: radeon/HAINAN_smc.bin +firmware: radeon/HAWAII_ce.bin +firmware: radeon/HAWAII_mc.bin +firmware: radeon/HAWAII_mc2.bin +firmware: radeon/HAWAII_me.bin +firmware: radeon/HAWAII_mec.bin +firmware: radeon/HAWAII_pfp.bin +firmware: radeon/HAWAII_rlc.bin +firmware: radeon/HAWAII_sdma.bin +firmware: radeon/HAWAII_smc.bin +firmware: radeon/JUNIPER_me.bin +firmware: radeon/JUNIPER_pfp.bin +firmware: radeon/JUNIPER_rlc.bin +firmware: radeon/JUNIPER_smc.bin +firmware: radeon/KABINI_ce.bin +firmware: radeon/KABINI_me.bin +firmware: radeon/KABINI_mec.bin +firmware: radeon/KABINI_pfp.bin +firmware: radeon/KABINI_rlc.bin +firmware: radeon/KABINI_sdma.bin +firmware: radeon/KAVERI_ce.bin +firmware: radeon/KAVERI_me.bin +firmware: radeon/KAVERI_mec.bin +firmware: radeon/KAVERI_pfp.bin +firmware: radeon/KAVERI_rlc.bin +firmware: radeon/KAVERI_sdma.bin +firmware: radeon/MULLINS_ce.bin +firmware: radeon/MULLINS_me.bin +firmware: radeon/MULLINS_mec.bin +firmware: radeon/MULLINS_pfp.bin +firmware: radeon/MULLINS_rlc.bin +firmware: radeon/MULLINS_sdma.bin +firmware: radeon/OLAND_ce.bin +firmware: radeon/OLAND_mc.bin +firmware: radeon/OLAND_mc2.bin +firmware: radeon/OLAND_me.bin +firmware: radeon/OLAND_pfp.bin +firmware: radeon/OLAND_rlc.bin +firmware: radeon/OLAND_smc.bin +firmware: radeon/PALM_me.bin +firmware: radeon/PALM_pfp.bin +firmware: radeon/PITCAIRN_ce.bin +firmware: radeon/PITCAIRN_mc.bin +firmware: radeon/PITCAIRN_mc2.bin +firmware: radeon/PITCAIRN_me.bin +firmware: radeon/PITCAIRN_pfp.bin +firmware: radeon/PITCAIRN_rlc.bin +firmware: radeon/PITCAIRN_smc.bin +firmware: radeon/R100_cp.bin +firmware: radeon/R200_cp.bin +firmware: radeon/R300_cp.bin +firmware: radeon/R420_cp.bin +firmware: radeon/R520_cp.bin +firmware: radeon/R600_me.bin +firmware: radeon/R600_pfp.bin +firmware: radeon/R600_rlc.bin +firmware: radeon/R600_uvd.bin +firmware: radeon/R700_rlc.bin +firmware: radeon/REDWOOD_me.bin +firmware: radeon/REDWOOD_pfp.bin +firmware: radeon/REDWOOD_rlc.bin +firmware: radeon/REDWOOD_smc.bin +firmware: radeon/RS600_cp.bin +firmware: radeon/RS690_cp.bin +firmware: radeon/RS780_me.bin +firmware: radeon/RS780_pfp.bin +firmware: radeon/RS780_uvd.bin +firmware: radeon/RV610_me.bin +firmware: radeon/RV610_pfp.bin +firmware: radeon/RV620_me.bin +firmware: radeon/RV620_pfp.bin +firmware: radeon/RV630_me.bin +firmware: radeon/RV630_pfp.bin +firmware: radeon/RV635_me.bin +firmware: radeon/RV635_pfp.bin +firmware: radeon/RV670_me.bin +firmware: radeon/RV670_pfp.bin +firmware: radeon/RV710_me.bin +firmware: radeon/RV710_pfp.bin +firmware: radeon/RV710_smc.bin +firmware: radeon/RV710_uvd.bin +firmware: radeon/RV730_me.bin +firmware: radeon/RV730_pfp.bin +firmware: radeon/RV730_smc.bin +firmware: radeon/RV740_smc.bin +firmware: radeon/RV770_me.bin +firmware: radeon/RV770_pfp.bin +firmware: radeon/RV770_smc.bin +firmware: radeon/RV770_uvd.bin +firmware: radeon/SUMO2_me.bin +firmware: radeon/SUMO2_pfp.bin +firmware: radeon/SUMO_me.bin +firmware: radeon/SUMO_pfp.bin +firmware: radeon/SUMO_rlc.bin +firmware: radeon/SUMO_uvd.bin +firmware: radeon/TAHITI_ce.bin +firmware: radeon/TAHITI_mc.bin +firmware: radeon/TAHITI_mc2.bin +firmware: radeon/TAHITI_me.bin +firmware: radeon/TAHITI_pfp.bin +firmware: radeon/TAHITI_rlc.bin +firmware: radeon/TAHITI_smc.bin +firmware: radeon/TAHITI_uvd.bin +firmware: radeon/TAHITI_vce.bin +firmware: radeon/TURKS_mc.bin +firmware: radeon/TURKS_me.bin +firmware: radeon/TURKS_pfp.bin +firmware: radeon/TURKS_smc.bin +firmware: radeon/VERDE_ce.bin +firmware: radeon/VERDE_mc.bin +firmware: radeon/VERDE_mc2.bin +firmware: radeon/VERDE_me.bin +firmware: radeon/VERDE_pfp.bin +firmware: radeon/VERDE_rlc.bin +firmware: radeon/VERDE_smc.bin +firmware: radeon/banks_k_2_smc.bin +firmware: radeon/bonaire_ce.bin +firmware: radeon/bonaire_k_smc.bin +firmware: radeon/bonaire_mc.bin +firmware: radeon/bonaire_me.bin +firmware: radeon/bonaire_mec.bin +firmware: radeon/bonaire_pfp.bin +firmware: radeon/bonaire_rlc.bin +firmware: radeon/bonaire_sdma.bin +firmware: radeon/bonaire_smc.bin +firmware: radeon/bonaire_uvd.bin +firmware: radeon/hainan_ce.bin +firmware: radeon/hainan_k_smc.bin +firmware: radeon/hainan_mc.bin +firmware: radeon/hainan_me.bin +firmware: radeon/hainan_pfp.bin +firmware: radeon/hainan_rlc.bin +firmware: radeon/hainan_smc.bin +firmware: radeon/hawaii_ce.bin +firmware: radeon/hawaii_k_smc.bin +firmware: radeon/hawaii_mc.bin +firmware: radeon/hawaii_me.bin +firmware: radeon/hawaii_mec.bin +firmware: radeon/hawaii_pfp.bin +firmware: radeon/hawaii_rlc.bin +firmware: radeon/hawaii_sdma.bin +firmware: radeon/hawaii_smc.bin +firmware: radeon/kabini_ce.bin +firmware: radeon/kabini_me.bin +firmware: radeon/kabini_mec.bin +firmware: radeon/kabini_pfp.bin +firmware: radeon/kabini_rlc.bin +firmware: radeon/kabini_sdma.bin +firmware: radeon/kaveri_ce.bin +firmware: radeon/kaveri_me.bin +firmware: radeon/kaveri_mec.bin +firmware: radeon/kaveri_mec2.bin +firmware: radeon/kaveri_pfp.bin +firmware: radeon/kaveri_rlc.bin +firmware: radeon/kaveri_sdma.bin +firmware: radeon/mullins_ce.bin +firmware: radeon/mullins_me.bin +firmware: radeon/mullins_mec.bin +firmware: radeon/mullins_pfp.bin +firmware: radeon/mullins_rlc.bin +firmware: radeon/mullins_sdma.bin +firmware: radeon/oland_ce.bin +firmware: radeon/oland_k_smc.bin +firmware: radeon/oland_mc.bin +firmware: radeon/oland_me.bin +firmware: radeon/oland_pfp.bin +firmware: radeon/oland_rlc.bin +firmware: radeon/oland_smc.bin +firmware: radeon/pitcairn_ce.bin +firmware: radeon/pitcairn_k_smc.bin +firmware: radeon/pitcairn_mc.bin +firmware: radeon/pitcairn_me.bin +firmware: radeon/pitcairn_pfp.bin +firmware: radeon/pitcairn_rlc.bin +firmware: radeon/pitcairn_smc.bin +firmware: radeon/si58_mc.bin +firmware: radeon/tahiti_ce.bin +firmware: radeon/tahiti_mc.bin +firmware: radeon/tahiti_me.bin +firmware: radeon/tahiti_pfp.bin +firmware: radeon/tahiti_rlc.bin +firmware: radeon/tahiti_smc.bin +firmware: radeon/verde_ce.bin +firmware: radeon/verde_k_smc.bin +firmware: radeon/verde_mc.bin +firmware: radeon/verde_me.bin +firmware: radeon/verde_pfp.bin +firmware: radeon/verde_rlc.bin +firmware: radeon/verde_smc.bin +firmware: ram.bin +firmware: regulatory.db +firmware: regulatory.db.p7s +firmware: renesas_usb_fw.mem +firmware: riptide.hex +firmware: rockchip/dptx.bin +firmware: rp2.fw +firmware: rpm_firmware.bin +firmware: rs9113_wlan_qspi.rps +firmware: rt2561.bin +firmware: rt2561s.bin +firmware: rt2661.bin +firmware: rt2860.bin +firmware: rt2870.bin +firmware: rt5677_elf_vad +firmware: rt73.bin +firmware: rtl_bt/rtl8723a_fw.bin +firmware: rtl_bt/rtl8723b_config.bin +firmware: rtl_bt/rtl8723b_fw.bin +firmware: rtl_bt/rtl8723bs_config.bin +firmware: rtl_bt/rtl8723bs_fw.bin +firmware: rtl_bt/rtl8723cs_cg_config.bin +firmware: rtl_bt/rtl8723cs_cg_fw.bin +firmware: rtl_bt/rtl8723cs_vf_config.bin +firmware: rtl_bt/rtl8723cs_vf_fw.bin +firmware: rtl_bt/rtl8723cs_xx_config.bin +firmware: rtl_bt/rtl8723cs_xx_fw.bin +firmware: rtl_bt/rtl8723d_config.bin +firmware: rtl_bt/rtl8723d_fw.bin +firmware: rtl_bt/rtl8723ds_config.bin +firmware: rtl_bt/rtl8723ds_fw.bin +firmware: rtl_bt/rtl8761a_config.bin +firmware: rtl_bt/rtl8761a_fw.bin +firmware: rtl_bt/rtl8761b_config.bin +firmware: rtl_bt/rtl8761b_fw.bin +firmware: rtl_bt/rtl8761bu_config.bin +firmware: rtl_bt/rtl8761bu_fw.bin +firmware: rtl_bt/rtl8821a_config.bin +firmware: rtl_bt/rtl8821a_fw.bin +firmware: rtl_bt/rtl8821c_config.bin +firmware: rtl_bt/rtl8821c_fw.bin +firmware: rtl_bt/rtl8821cs_config.bin +firmware: rtl_bt/rtl8821cs_fw.bin +firmware: rtl_bt/rtl8822b_config.bin +firmware: rtl_bt/rtl8822b_fw.bin +firmware: rtl_bt/rtl8822cs_config.bin +firmware: rtl_bt/rtl8822cs_fw.bin +firmware: rtl_bt/rtl8822cu_config.bin +firmware: rtl_bt/rtl8822cu_fw.bin +firmware: rtl_bt/rtl8851bu_config.bin +firmware: rtl_bt/rtl8851bu_fw.bin +firmware: rtl_bt/rtl8852au_config.bin +firmware: rtl_bt/rtl8852au_fw.bin +firmware: rtl_bt/rtl8852bs_config.bin +firmware: rtl_bt/rtl8852bs_fw.bin +firmware: rtl_bt/rtl8852bu_config.bin +firmware: rtl_bt/rtl8852bu_fw.bin +firmware: rtl_bt/rtl8852cu_config.bin +firmware: rtl_bt/rtl8852cu_fw.bin +firmware: rtl_bt/rtl8852cu_fw_v2.bin +firmware: rtl_nic/rtl8105e-1.fw +firmware: rtl_nic/rtl8106e-1.fw +firmware: rtl_nic/rtl8106e-2.fw +firmware: rtl_nic/rtl8107e-2.fw +firmware: rtl_nic/rtl8125a-3.fw +firmware: rtl_nic/rtl8125b-2.fw +firmware: rtl_nic/rtl8153a-2.fw +firmware: rtl_nic/rtl8153a-3.fw +firmware: rtl_nic/rtl8153a-4.fw +firmware: rtl_nic/rtl8153b-2.fw +firmware: rtl_nic/rtl8153c-1.fw +firmware: rtl_nic/rtl8156a-2.fw +firmware: rtl_nic/rtl8156b-2.fw +firmware: rtl_nic/rtl8168d-1.fw +firmware: rtl_nic/rtl8168d-2.fw +firmware: rtl_nic/rtl8168e-1.fw +firmware: rtl_nic/rtl8168e-2.fw +firmware: rtl_nic/rtl8168e-3.fw +firmware: rtl_nic/rtl8168f-1.fw +firmware: rtl_nic/rtl8168f-2.fw +firmware: rtl_nic/rtl8168fp-3.fw +firmware: rtl_nic/rtl8168g-2.fw +firmware: rtl_nic/rtl8168g-3.fw +firmware: rtl_nic/rtl8168h-2.fw +firmware: rtl_nic/rtl8402-1.fw +firmware: rtl_nic/rtl8411-1.fw +firmware: rtl_nic/rtl8411-2.fw +firmware: rtlwifi/rtl8188efw.bin +firmware: rtlwifi/rtl8188eufw.bin +firmware: rtlwifi/rtl8188fufw.bin +firmware: rtlwifi/rtl8192cfw.bin +firmware: rtlwifi/rtl8192cfwU.bin +firmware: rtlwifi/rtl8192cfwU_B.bin +firmware: rtlwifi/rtl8192cufw.bin +firmware: rtlwifi/rtl8192cufw_A.bin +firmware: rtlwifi/rtl8192cufw_B.bin +firmware: rtlwifi/rtl8192cufw_TMSC.bin +firmware: rtlwifi/rtl8192defw.bin +firmware: rtlwifi/rtl8192eefw.bin +firmware: rtlwifi/rtl8192eu_nic.bin +firmware: rtlwifi/rtl8192fufw.bin +firmware: rtlwifi/rtl8192sefw.bin +firmware: rtlwifi/rtl8710bufw_SMIC.bin +firmware: rtlwifi/rtl8710bufw_UMC.bin +firmware: rtlwifi/rtl8712u.bin +firmware: rtlwifi/rtl8723aufw_A.bin +firmware: rtlwifi/rtl8723aufw_B.bin +firmware: rtlwifi/rtl8723aufw_B_NoBT.bin +firmware: rtlwifi/rtl8723befw.bin +firmware: rtlwifi/rtl8723befw_36.bin +firmware: rtlwifi/rtl8723bu_bt.bin +firmware: rtlwifi/rtl8723bu_nic.bin +firmware: rtlwifi/rtl8723efw.bin +firmware: rtlwifi/rtl8821aefw.bin +firmware: rtlwifi/rtl8821aefw_29.bin +firmware: rtw88/rtw8723d_fw.bin +firmware: rtw88/rtw8821c_fw.bin +firmware: rtw88/rtw8822b_fw.bin +firmware: rtw88/rtw8822c_fw.bin +firmware: rtw88/rtw8822c_wow_fw.bin +firmware: rtw89/rtw8851b_fw.bin +firmware: rtw89/rtw8852a_fw.bin +firmware: rtw89/rtw8852b_fw-1.bin +firmware: rtw89/rtw8852c_fw.bin +firmware: sd8385.bin +firmware: sd8385_helper.bin +firmware: sd8686.bin +firmware: sd8686_helper.bin +firmware: sd8688.bin +firmware: sd8688_helper.bin +firmware: slicoss/gbdownload.sys +firmware: slicoss/gbrcvucode.sys +firmware: slicoss/oasisdownload.sys +firmware: slicoss/oasisrcvucode.sys +firmware: sms1xxx-hcw-55xxx-dvbt-02.fw +firmware: sms1xxx-hcw-55xxx-isdbt-02.fw +firmware: sms1xxx-nova-a-dvbt-01.fw +firmware: sms1xxx-nova-b-dvbt-01.fw +firmware: sms1xxx-stellar-dvbt-01.fw +firmware: softing-4.6/bcard.bin +firmware: softing-4.6/bcard2.bin +firmware: softing-4.6/cancard.bin +firmware: softing-4.6/cancrd2.bin +firmware: softing-4.6/cansja.bin +firmware: softing-4.6/ldcard.bin +firmware: softing-4.6/ldcard2.bin +firmware: solos-FPGA.bin +firmware: solos-Firmware.bin +firmware: solos-db-FPGA.bin +firmware: sun/cassini.bin +firmware: symbol_sp24t_prim_fw +firmware: symbol_sp24t_sec_fw +firmware: tdmb_denver.inp +firmware: tdmb_nova_12mhz.inp +firmware: tdmb_nova_12mhz_b0.inp +firmware: tehuti/bdx.bin +firmware: ti-connectivity/wl1251-fw.bin +firmware: ti-connectivity/wl1251-nvs.bin +firmware: ti-connectivity/wl127x-fw-5-mr.bin +firmware: ti-connectivity/wl127x-fw-5-plt.bin +firmware: ti-connectivity/wl127x-fw-5-sr.bin +firmware: ti-connectivity/wl128x-fw-5-mr.bin +firmware: ti-connectivity/wl128x-fw-5-plt.bin +firmware: ti-connectivity/wl128x-fw-5-sr.bin +firmware: ti-connectivity/wl18xx-fw-4.bin +firmware: ti_3410.fw +firmware: ti_5052.fw +firmware: tigon/tg3.bin +firmware: tigon/tg357766.bin +firmware: tigon/tg3_tso.bin +firmware: tigon/tg3_tso5.bin +firmware: ttusb-budget/dspbootcode.bin +firmware: ueagle-atm/930-fpga.bin +firmware: ueagle-atm/CMV4i.bin +firmware: ueagle-atm/CMV4i.bin.v2 +firmware: ueagle-atm/CMV4p.bin +firmware: ueagle-atm/CMV4p.bin.v2 +firmware: ueagle-atm/CMV9i.bin +firmware: ueagle-atm/CMV9i.bin.v2 +firmware: ueagle-atm/CMV9p.bin +firmware: ueagle-atm/CMV9p.bin.v2 +firmware: ueagle-atm/CMVei.bin +firmware: ueagle-atm/CMVei.bin.v2 +firmware: ueagle-atm/CMVep.bin +firmware: ueagle-atm/CMVep.bin.v2 +firmware: ueagle-atm/DSP4i.bin +firmware: ueagle-atm/DSP4p.bin +firmware: ueagle-atm/DSP9i.bin +firmware: ueagle-atm/DSP9p.bin +firmware: ueagle-atm/DSPei.bin +firmware: ueagle-atm/DSPep.bin +firmware: ueagle-atm/adi930.fw +firmware: ueagle-atm/eagle.fw +firmware: ueagle-atm/eagleI.fw +firmware: ueagle-atm/eagleII.fw +firmware: ueagle-atm/eagleIII.fw +firmware: ueagle-atm/eagleIV.fw +firmware: usb8388.bin +firmware: usbdux_firmware.bin +firmware: usbduxfast_firmware.bin +firmware: usbduxsigma_firmware.bin +firmware: v4l-cx231xx-avcore-01.fw +firmware: v4l-cx23418-apu.fw +firmware: v4l-cx23418-cpu.fw +firmware: v4l-cx23418-dig.fw +firmware: v4l-cx2341x-dec.fw +firmware: v4l-cx2341x-enc.fw +firmware: v4l-cx2341x-init.mpg +firmware: v4l-cx23885-avcore-01.fw +firmware: v4l-cx23885-enc.fw +firmware: v4l-cx25840.fw +firmware: v4l-pvrusb2-24xxx-01.fw +firmware: v4l-pvrusb2-29xxx-01.fw +firmware: v4l-pvrusb2-73xxx-01.fw +firmware: vicam/firmware.fw +firmware: vntwusb.fw +firmware: vx/bd56002.boot +firmware: vx/bd563s3.boot +firmware: vx/bd563v2.boot +firmware: vx/bx_1_vp4.b56 +firmware: vx/bx_1_vxp.b56 +firmware: vx/l_1_v22.d56 +firmware: vx/l_1_vp4.d56 +firmware: vx/l_1_vx2.d56 +firmware: vx/l_1_vxp.d56 +firmware: vx/x1_1_vp4.xlx +firmware: vx/x1_1_vx2.xlx +firmware: vx/x1_1_vxp.xlx +firmware: vx/x1_2_v22.xlx +firmware: wd719x-risc.bin +firmware: wd719x-wcs.bin +firmware: whiteheat.fw +firmware: whiteheat_loader.fw +firmware: wil6210.brd +firmware: wil6210.fw +firmware: wil6210_sparrow_plus.fw +firmware: wil6436.brd +firmware: wil6436.fw +firmware: wlan/prima/WCNSS_qcom_wlan_nv.bin +firmware: xc3028-v27.fw +firmware: xc3028L-v36.fw +firmware: yam/1200.bin +firmware: yam/9600.bin +firmware: yamaha/ds1_ctrl.fw +firmware: yamaha/ds1_dsp.fw +firmware: yamaha/ds1e_ctrl.fw +firmware: zd1201-ap.fw +firmware: zd1201.fw +firmware: zd1211/zd1211_ub +firmware: zd1211/zd1211_uphr +firmware: zd1211/zd1211_ur +firmware: zd1211/zd1211b_ub +firmware: zd1211/zd1211b_uphr +firmware: zd1211/zd1211b_ur --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency-hwe-6.5/abi/version +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency-hwe-6.5/abi/version @@ -0,0 +1 @@ +6.5.0-25.25.1~22.04.1 --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency-hwe-6.5/changelog +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency-hwe-6.5/changelog @@ -0,0 +1,24283 @@ +linux-lowlatency-hwe-6.5 (6.5.0-26.26.1~22.04.1) jammy; urgency=medium + + * jammy/linux-lowlatency-hwe-6.5: 6.5.0-26.26.1~22.04.1 -proposed tracker + (LP: #2056036) + + [ Ubuntu: 6.5.0-26.26.1 ] + + * mantic/linux-lowlatency: 6.5.0-26.26.1 -proposed tracker (LP: #2056037) + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/s2024.02.05) + * mantic/linux: 6.5.0-26.26 -proposed tracker (LP: #2056049) + * Packaging resync (LP: #1786013) + - [Packaging] update annotations scripts + - debian/dkms-versions -- update from kernel-versions (main/s2024.02.05) + * CVE-2024-26599 + - pwm: Fix out-of-bounds access in of_pwm_single_xlate() + * CVE-2024-26597 + - net: qualcomm: rmnet: fix global oob in rmnet_policy + * CVE-2024-1086 + - netfilter: nf_tables: reject QUEUE/DROP verdict parameters + * CVE-2024-1085 + - netfilter: nf_tables: check if catch-all set element is active in next + generation + + -- Roxana Nicolescu Wed, 13 Mar 2024 10:29:44 +0100 + +linux-lowlatency-hwe-6.5 (6.5.0-25.25.1~22.04.1) jammy; urgency=medium + + * jammy/linux-lowlatency-hwe-6.5: 6.5.0-25.25.1~22.04.1 -proposed tracker + (LP: #2052027) + + [ Ubuntu: 6.5.0-25.25.1 ] + + * mantic/linux-lowlatency: 6.5.0-25.25.1 -proposed tracker (LP: #2052028) + * Packaging resync (LP: #1786013) + - [Packaging] update Ubuntu.md + - debian/dkms-versions -- update from kernel-versions (main/2024.02.05) + * mantic/linux: 6.5.0-25.25 -proposed tracker (LP: #2052615) + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/2024.02.05) + * [SRU][22.04.04]: mpi3mr driver update (LP: #2045233) + - scsi: mpi3mr: Invoke soft reset upon TSU or event ack time out + - scsi: mpi3mr: Update MPI Headers to version 3.00.28 + - scsi: mpi3mr: Add support for more than 1MB I/O + - scsi: mpi3mr: WRITE SAME implementation + - scsi: mpi3mr: Enhance handling of devices removed after controller reset + - scsi: mpi3mr: Update driver version to 8.5.0.0.0 + - scsi: mpi3mr: Split off bus_reset function from host_reset + - scsi: mpi3mr: Add support for SAS5116 PCI IDs + - scsi: mpi3mr: Add PCI checks where SAS5116 diverges from SAS4116 + - scsi: mpi3mr: Increase maximum number of PHYs to 64 from 32 + - scsi: mpi3mr: Add support for status reply descriptor + - scsi: mpi3mr: driver version upgrade to 8.5.0.0.50 + - scsi: mpi3mr: Refresh sdev queue depth after controller reset + - scsi: mpi3mr: Clean up block devices post controller reset + - scsi: mpi3mr: Block PEL Enable Command on Controller Reset and Unrecoverable + State + - scsi: mpi3mr: Fetch correct device dev handle for status reply descriptor + - scsi: mpi3mr: Support for preallocation of SGL BSG data buffers part-1 + - scsi: mpi3mr: Support for preallocation of SGL BSG data buffers part-2 + - scsi: mpi3mr: Support for preallocation of SGL BSG data buffers part-3 + - scsi: mpi3mr: Update driver version to 8.5.1.0.0 + * The display becomes frozen after some time when a HDMI device is connected. + (LP: #2049027) + - drm/i915/dmc: Don't enable any pipe DMC events + * Audio balancing setting doesn't work with the cirrus codec (LP: #2051050) + - ALSA: hda/cs8409: Suppress vmaster control for Dolphin models + * partproke is broken on empty loopback device (LP: #2049689) + - block: Move checking GENHD_FL_NO_PART to bdev_add_partition() + * CVE-2023-51780 + - atm: Fix Use-After-Free in do_vcc_ioctl + * CVE-2023-6915 + - ida: Fix crash in ida_free when the bitmap is empty + * Update Ubuntu.md (LP: #2051176) + - [Packaging] update Ubuntu.md + * test_021_aslr_dapper_libs from ubuntu_qrt_kernel_security failed on K-5.19 / + J-OEM-6.1 / J-6.2 AMD64 (LP: #1983357) + - [Config]: set ARCH_MMAP_RND_{COMPAT_, }BITS to the maximum + * Intel E810-XXV - NETDEV WATCHDOG: (ice): transmit queue timed out + (LP: #2036239) + - ice: Add driver support for firmware changes for LAG + - ice: alter feature support check for SRIOV and LAG + * Mantic update: upstream stable patchset 2024-01-29 (LP: #2051584) + - Upstream stable to v6.1.67, v6.6.6 + - vdpa/mlx5: preserve CVQ vringh index + - hrtimers: Push pending hrtimers away from outgoing CPU earlier + - i2c: designware: Fix corrupted memory seen in the ISR + - netfilter: ipset: fix race condition between swap/destroy and kernel side + add/del/test + - zstd: Fix array-index-out-of-bounds UBSAN warning + - tg3: Move the [rt]x_dropped counters to tg3_napi + - tg3: Increment tx_dropped in tg3_tso_bug() + - kconfig: fix memory leak from range properties + - drm/amdgpu: correct chunk_ptr to a pointer to chunk. + - x86: Introduce ia32_enabled() + - x86/coco: Disable 32-bit emulation by default on TDX and SEV + - x86/entry: Convert INT 0x80 emulation to IDTENTRY + - x86/entry: Do not allow external 0x80 interrupts + - x86/tdx: Allow 32-bit emulation by default + - dt: dt-extract-compatibles: Handle cfile arguments in generator function + - dt: dt-extract-compatibles: Don't follow symlinks when walking tree + - platform/x86: asus-wmi: Move i8042 filter install to shared asus-wmi code + - of: dynamic: Fix of_reconfig_get_state_change() return value documentation + - platform/x86: wmi: Skip blocks with zero instances + - ipv6: fix potential NULL deref in fib6_add() + - octeontx2-pf: Add missing mutex lock in otx2_get_pauseparam + - octeontx2-af: Check return value of nix_get_nixlf before using nixlf + - hv_netvsc: rndis_filter needs to select NLS + - r8152: Rename RTL8152_UNPLUG to RTL8152_INACCESSIBLE + - r8152: Add RTL8152_INACCESSIBLE checks to more loops + - r8152: Add RTL8152_INACCESSIBLE to r8156b_wait_loading_flash() + - r8152: Add RTL8152_INACCESSIBLE to r8153_pre_firmware_1() + - r8152: Add RTL8152_INACCESSIBLE to r8153_aldps_en() + - mlxbf-bootctl: correctly identify secure boot with development keys + - platform/mellanox: Add null pointer checks for devm_kasprintf() + - platform/mellanox: Check devm_hwmon_device_register_with_groups() return + value + - arcnet: restoring support for multiple Sohard Arcnet cards + - octeontx2-pf: consider both Rx and Tx packet stats for adaptive interrupt + coalescing + - net: stmmac: fix FPE events losing + - xsk: Skip polling event check for unbound socket + - octeontx2-af: fix a use-after-free in rvu_npa_register_reporters + - i40e: Fix unexpected MFS warning message + - iavf: validate tx_coalesce_usecs even if rx_coalesce_usecs is zero + - tcp: fix mid stream window clamp. + - ionic: fix snprintf format length warning + - ionic: Fix dim work handling in split interrupt mode + - ipv4: ip_gre: Avoid skb_pull() failure in ipgre_xmit() + - net: atlantic: Fix NULL dereference of skb pointer in + - net: hns: fix wrong head when modify the tx feature when sending packets + - net: hns: fix fake link up on xge port + - octeontx2-af: Adjust Tx credits when MCS external bypass is disabled + - octeontx2-af: Fix mcs sa cam entries size + - octeontx2-af: Fix mcs stats register address + - octeontx2-af: Add missing mcs flr handler call + - octeontx2-af: Update Tx link register range + - dt-bindings: interrupt-controller: Allow #power-domain-cells + - netfilter: nf_tables: fix 'exist' matching on bigendian arches + - netfilter: nf_tables: validate family when identifying table via handle + - netfilter: xt_owner: Fix for unsafe access of sk->sk_socket + - tcp: do not accept ACK of bytes we never sent + - bpf: sockmap, updating the sg structure should also update curr + - psample: Require 'CAP_NET_ADMIN' when joining "packets" group + - drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" group + - mm/damon/sysfs: eliminate potential uninitialized variable warning + - tee: optee: Fix supplicant based device enumeration + - RDMA/hns: Fix unnecessary err return when using invalid congest control + algorithm + - RDMA/irdma: Do not modify to SQD on error + - RDMA/irdma: Add wait for suspend on SQD + - arm64: dts: rockchip: Expand reg size of vdec node for RK3328 + - arm64: dts: rockchip: Expand reg size of vdec node for RK3399 + - ASoC: fsl_sai: Fix no frame sync clock issue on i.MX8MP + - RDMA/rtrs-srv: Do not unconditionally enable irq + - RDMA/rtrs-clt: Start hb after path_up + - RDMA/rtrs-srv: Check return values while processing info request + - RDMA/rtrs-srv: Free srv_mr iu only when always_invalidate is true + - RDMA/rtrs-srv: Destroy path files after making sure no IOs in-flight + - RDMA/rtrs-clt: Fix the max_send_wr setting + - RDMA/rtrs-clt: Remove the warnings for req in_use check + - RDMA/bnxt_re: Correct module description string + - RDMA/irdma: Refactor error handling in create CQP + - RDMA/irdma: Fix UAF in irdma_sc_ccq_get_cqe_info() + - hwmon: (acpi_power_meter) Fix 4.29 MW bug + - ASoC: codecs: lpass-tx-macro: set active_decimator correct default value + - hwmon: (nzxt-kraken2) Fix error handling path in kraken2_probe() + - ASoC: wm_adsp: fix memleak in wm_adsp_buffer_populate + - RDMA/core: Fix umem iterator when PAGE_SIZE is greater then HCA pgsz + - RDMA/irdma: Avoid free the non-cqp_request scratch + - drm/bridge: tc358768: select CONFIG_VIDEOMODE_HELPERS + - arm64: dts: imx8mp: imx8mq: Add parkmode-disable-ss-quirk on DWC3 + - ARM: dts: imx6ul-pico: Describe the Ethernet PHY clock + - tracing: Fix a warning when allocating buffered events fails + - scsi: be2iscsi: Fix a memleak in beiscsi_init_wrb_handle() + - ARM: imx: Check return value of devm_kasprintf in imx_mmdc_perf_init + - ARM: dts: imx7: Declare timers compatible with fsl,imx6dl-gpt + - ARM: dts: imx28-xea: Pass the 'model' property + - riscv: fix misaligned access handling of C.SWSP and C.SDSP + - md: don't leave 'MD_RECOVERY_FROZEN' in error path of md_set_readonly() + - rethook: Use __rcu pointer for rethook::handler + - kprobes: consistent rcu api usage for kretprobe holder + - ASoC: amd: yc: Fix non-functional mic on ASUS E1504FA + - nvme-pci: Add sleep quirk for Kingston drives + - io_uring: fix mutex_unlock with unreferenced ctx + - ALSA: usb-audio: Add Pioneer DJM-450 mixer controls + - ALSA: pcm: fix out-of-bounds in snd_pcm_state_names + - ALSA: hda/realtek: add new Framework laptop to quirks + - ALSA: hda/realtek: Add Framework laptop 16 to quirks + - ring-buffer: Test last update in 32bit version of __rb_time_read() + - nilfs2: fix missing error check for sb_set_blocksize call + - nilfs2: prevent WARNING in nilfs_sufile_set_segment_usage() + - cgroup_freezer: cgroup_freezing: Check if not frozen + - checkstack: fix printed address + - tracing: Always update snapshot buffer size + - tracing: Disable snapshot buffer when stopping instance tracers + - tracing: Fix incomplete locking when disabling buffered events + - tracing: Fix a possible race when disabling buffered events + - packet: Move reference count in packet_sock to atomic_long_t + - r8169: fix rtl8125b PAUSE frames blasting when suspended + - regmap: fix bogus error on regcache_sync success + - platform/surface: aggregator: fix recv_buf() return value + - hugetlb: fix null-ptr-deref in hugetlb_vma_lock_write + - mm: fix oops when filemap_map_pmd() without prealloc_pte + - powercap: DTPM: Fix missing cpufreq_cpu_put() calls + - md/raid6: use valid sector values to determine if an I/O should wait on the + reshape + - arm64: dts: mediatek: mt7622: fix memory node warning check + - arm64: dts: mediatek: mt8183-kukui-jacuzzi: fix dsi unnecessary cells + properties + - arm64: dts: mediatek: cherry: Fix interrupt cells for MT6360 on I2C7 + - arm64: dts: mediatek: mt8173-evb: Fix regulator-fixed node names + - arm64: dts: mediatek: mt8195: Fix PM suspend/resume with venc clocks + - arm64: dts: mediatek: mt8183: Fix unit address for scp reserved memory + - arm64: dts: mediatek: mt8183: Move thermal-zones to the root node + - arm64: dts: mediatek: mt8183-evb: Fix unit_address_vs_reg warning on ntc + - coresight: etm4x: Remove bogous __exit annotation for some functions + - hwtracing: hisi_ptt: Add dummy callback pmu::read() + - misc: mei: client.c: return negative error code in mei_cl_write + - misc: mei: client.c: fix problem of return '-EOVERFLOW' in mei_cl_write + - LoongArch: BPF: Don't sign extend memory load operand + - LoongArch: BPF: Don't sign extend function return value + - ring-buffer: Force absolute timestamp on discard of event + - tracing: Set actual size after ring buffer resize + - tracing: Stop current tracer when resizing buffer + - parisc: Reduce size of the bug_table on 64-bit kernel by half + - parisc: Fix asm operand number out of range build error in bug table + - arm64: dts: mediatek: add missing space before { + - arm64: dts: mt8183: kukui: Fix underscores in node names + - x86/sev: Fix kernel crash due to late update to read-only ghcb_version + - gpiolib: sysfs: Fix error handling on failed export + - drm/amd/amdgpu: Fix warnings in amdgpu/amdgpu_display.c + - drm/amdgpu: Add I2C EEPROM support on smu v13_0_6 + - usb: gadget: f_hid: fix report descriptor allocation + - serial: 8250_dw: Add ACPI ID for Granite Rapids-D UART + - parport: Add support for Brainboxes IX/UC/PX parallel cards + - cifs: Fix non-availability of dedup breaking generic/304 + - Revert "xhci: Loosen RPM as default policy to cover for AMD xHC 1.1" + - smb: client: fix potential NULL deref in parse_dfs_referrals() + - ARM: PL011: Fix DMA support + - serial: sc16is7xx: address RX timeout interrupt errata + - serial: 8250: 8250_omap: Clear UART_HAS_RHR_IT_DIS bit + - serial: 8250: 8250_omap: Do not start RX DMA on THRI interrupt + - serial: 8250_omap: Add earlycon support for the AM654 UART controller + - devcoredump: Send uevent once devcd is ready + - x86/CPU/AMD: Check vendor in the AMD microcode callback + - USB: gadget: core: adjust uevent timing on gadget unbind + - cifs: Fix flushing, invalidation and file size with copy_file_range() + - cifs: Fix flushing, invalidation and file size with FICLONE + - MIPS: kernel: Clear FPU states when setting up kernel threads + - KVM: s390/mm: Properly reset no-dat + - KVM: SVM: Update EFER software model on CR0 trap for SEV-ES + - MIPS: Loongson64: Reserve vgabios memory on boot + - MIPS: Loongson64: Handle more memory types passed from firmware + - MIPS: Loongson64: Enable DMA noncoherent support + - riscv: Kconfig: Add select ARM_AMBA to SOC_STARFIVE + - [Config] updateconfigs after enabling ARM_AMBA on riscv + - scsi: sd: Fix sshdr use in sd_suspend_common() + - nouveau: use an rwlock for the event lock. + - modpost: fix section mismatch message for RELA + - drm/amdgpu: Do not program VF copy regs in mmhub v1.8 under SRIOV (v2) + - drm/amdgpu: finalizing mem_partitions at the end of GMC v9 sw_fini + - dm-crypt: start allocating with MAX_ORDER + - r8152: Hold the rtnl_lock for all of reset + - net: dsa: microchip: provide a list of valid protocols for xmit handler + - net/smc: fix missing byte order conversion in CLC handshake + - RDMA/core: Fix uninit-value access in ib_get_eth_speed() + - ARM: dts: imx6q: skov: fix ethernet clock regression + - ARM: dts: rockchip: Fix sdmmc_pwren's pinmux setting for RK3128 + - ARM: dts: bcm2711-rpi-400: Fix delete-node of led_act + - firmware: arm_scmi: Extend perf protocol ops to get number of domains + - firmware: arm_scmi: Extend perf protocol ops to get information of a domain + - firmware: arm_scmi: Fix frequency truncation by promoting multiplier type + - firmware: arm_scmi: Simplify error path in scmi_dvfs_device_opps_add() + - RDMA/irdma: Ensure iWarp QP queue memory is OS paged aligned + - RDMA/irdma: Fix support for 64k pages + - io_uring/kbuf: Fix an NULL vs IS_ERR() bug in io_alloc_pbuf_ring() + - io_uring/kbuf: check for buffer list readiness after NULL check + - arm64: dts: imx8-ss-lsio: Add PWM interrupts + - arm64: dts: freescale: imx8-ss-lsio: Fix #pwm-cells + - arm64: dts: imx93: correct mediamix power + - arm64: dts: imx8-apalis: set wifi regulator to always-on + - arm64: dts: rockchip: Fix eMMC Data Strobe PD on rk3588 + - scripts/gdb: fix lx-device-list-bus and lx-device-list-class + - ASoC: amd: yc: Fix non-functional mic on ASUS E1504FA + - ALSA: hda/realtek: Apply quirk for ASUS UM3504DA + - ALSA: hda/realtek: fix speakers on XPS 9530 (2023) + - ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 + - lib/group_cpus.c: avoid acquiring cpu hotplug lock in group_cpus_evenly + - leds: trigger: netdev: fix RTNL handling to prevent potential deadlock + - nfp: flower: fix for take a mutex lock in soft irq context and rcu lock + - workqueue: Make sure that wq_unbound_cpumask is never empty + - drivers/base/cpu: crash data showing should depends on KEXEC_CORE + - mm/memory_hotplug: add missing mem_hotplug_lock + - mm/memory_hotplug: fix error handling in add_memory_resource() + - drm/atomic-helpers: Invoke end_fb_access while owning plane state + - drm/i915/mst: Fix .mode_valid_ctx() return values + - drm/i915/mst: Reject modes that require the bigjoiner + - arm64: dts: mt7986: change cooling trips + - arm64: dts: mt7986: define 3W max power to both SFP on BPI-R3 + - arm64: dts: mt7986: fix emmc hs400 mode without uboot initialization + - arm64: dts: mediatek: mt8186: fix clock names for power domains + - arm64: dts: mediatek: mt8186: Change gpu speedbin nvmem cell name + - coresight: Fix crash when Perf and sysfs modes are used concurrently + - coresight: ultrasoc-smb: Fix sleep while close preempt in enable_smb + - coresight: ultrasoc-smb: Config SMB buffer before register sink + - coresight: ultrasoc-smb: Fix uninitialized before use buf_hw_base + - ASoC: ops: add correct range check for limiting volume + - nvmem: Do not expect fixed layouts to grab a layout driver + - serial: ma35d1: Validate console index before assignment + - powerpc/ftrace: Fix stack teardown in ftrace_no_trace + - perf metrics: Avoid segv if default metricgroup isn't set + - ASoC: qcom: sc8280xp: Limit speaker digital volumes + - gcc-plugins: randstruct: Update code comment in relayout_struct() + - drm/amdgpu: Fix refclk reporting for SMU v13.0.6 + - drm/amdgpu: Add bootloader status check + - drm/amdgpu: Add bootloader wait for PSP v13 + - drm/amdgpu: Restrict bootloader wait to SMUv13.0.6 + - drm/amdgpu: update retry times for psp vmbx wait + - drm/amdgpu: update retry times for psp BL wait + - drm/amdgpu: Restrict extended wait to PSP v13.0.6 + - Upstream stable to v6.1.68, v6.6.7 + * i915 regression introduced with 5.5 kernel (LP: #2044131) + - drm/i915: Skip some timing checks on BXT/GLK DSI transcoders + * Mantic update: upstream stable patchset 2024-01-26 (LP: #2051366) + - cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF moved + - cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF moved + - smb: client: report correct st_size for SMB and NFS symlinks + - pinctrl: avoid reload of p state in list iteration + - firewire: core: fix possible memory leak in create_units() + - mmc: sdhci-pci-gli: Disable LPM during initialization + - mmc: cqhci: Increase recovery halt timeout + - mmc: cqhci: Warn of halt or task clear failure + - mmc: cqhci: Fix task clearing in CQE error recovery + - mmc: block: Retry commands in CQE error recovery + - mmc: block: Do not lose cache flush during CQE error recovery + - mmc: block: Be sure to wait while busy in CQE error recovery + - ALSA: hda: Disable power-save on KONTRON SinglePC + - ALSA: hda/realtek: Headset Mic VREF to 100% + - ALSA: hda/realtek: Add supported ALC257 for ChromeOS + - dm-verity: align struct dm_verity_fec_io properly + - scsi: Change SCSI device boolean fields to single bit flags + - scsi: sd: Fix system start for ATA devices + - drm/amd: Enable PCIe PME from D3 + - drm/amdgpu: Force order between a read and write to the same address + - drm/amd/display: Include udelay when waiting for INBOX0 ACK + - drm/amd/display: Remove min_dst_y_next_start check for Z8 + - drm/amd/display: Use DRAM speed from validation for dummy p-state + - drm/amd/display: Update min Z8 residency time to 2100 for DCN314 + - drm/amd/display: fix ABM disablement + - dm verity: initialize fec io before freeing it + - dm verity: don't perform FEC for failed readahead IO + - nvme: check for valid nvme_identify_ns() before using it + - powercap: DTPM: Fix unneeded conversions to micro-Watts + - cpufreq/amd-pstate: Fix the return value of amd_pstate_fast_switch() + - dma-buf: fix check in dma_resv_add_fence + - bcache: revert replacing IS_ERR_OR_NULL with IS_ERR + - iommu/vt-d: Add MTL to quirk list to skip TE disabling + - KVM: PPC: Book3S HV: Fix KVM_RUN clobbering FP/VEC user registers + - powerpc: Don't clobber f0/vs0 during fp|altivec register save + - parisc: Mark ex_table entries 32-bit aligned in assembly.h + - parisc: Mark ex_table entries 32-bit aligned in uaccess.h + - parisc: Use natural CPU alignment for bug_table + - parisc: Mark lock_aligned variables 16-byte aligned on SMP + - parisc: Drop the HP-UX ENOSYM and EREMOTERELEASE error codes + - parisc: Mark jump_table naturally aligned + - parisc: Ensure 32-bit alignment on parisc unwind section + - parisc: Mark altinstructions read-only and 32-bit aligned + - btrfs: add dmesg output for first mount and last unmount of a filesystem + - btrfs: ref-verify: fix memory leaks in btrfs_ref_tree_mod() + - btrfs: fix off-by-one when checking chunk map includes logical address + - btrfs: send: ensure send_fd is writable + - btrfs: make error messages more clear when getting a chunk map + - btrfs: fix 64bit compat send ioctl arguments not initializing version member + - auxdisplay: hd44780: move cursor home after clear display command + - serial: sc16is7xx: Put IOControl register into regmap_volatile + - serial: sc16is7xx: add missing support for rs485 devicetree properties + - dpaa2-eth: increase the needed headroom to account for alignment + - uapi: propagate __struct_group() attributes to the container union + - selftests/net: ipsec: fix constant out of range + - selftests/net: fix a char signedness issue + - selftests/net: unix: fix unused variable compiler warning + - selftests/net: mptcp: fix uninitialized variable warnings + - octeontx2-af: Fix possible buffer overflow + - net: stmmac: xgmac: Disable FPE MMC interrupts + - octeontx2-pf: Fix adding mbox work queue entry when num_vfs > 64 + - octeontx2-af: Install TC filter rules in hardware based on priority + - octeontx2-pf: Restore TC ingress police rules when interface is up + - r8169: prevent potential deadlock in rtl8169_close + - ravb: Fix races between ravb_tx_timeout_work() and net related ops + - net: ravb: Check return value of reset_control_deassert() + - net: ravb: Use pm_runtime_resume_and_get() + - net: ravb: Make write access to CXR35 first before accessing other EMAC + registers + - net: ravb: Start TX queues after HW initialization succeeded + - net: ravb: Stop DMA in case of failures on ravb_open() + - net: ravb: Keep reverse order of operations in ravb_remove() + - octeontx2-af: Initialize 'cntr_val' to fix uninitialized symbol error + - spi: Fix null dereference on suspend + - cpufreq: imx6q: Don't disable 792 Mhz OPP unnecessarily + - iommu/vt-d: Omit devTLB invalidation requests when TES=0 + - iommu/vt-d: Disable PCI ATS in legacy passthrough mode + - iommu/vt-d: Make context clearing consistent with context mapping + - drm/amd/pm: fix a memleak in aldebaran_tables_init + - mmc: sdhci-sprd: Fix vqmmc not shutting down after the card was pulled + - drm/amd/display: Fix MPCC 1DLUT programming + - r8169: fix deadlock on RTL8125 in jumbo mtu mode + - xen: simplify evtchn_do_upcall() call maze + - x86/xen: fix percpu vcpu_info allocation + - smb: client: fix missing mode bits for SMB symlinks + - ksmbd: fix possible deadlock in smb2_open + - drm/i915: Also check for VGA converter in eDP probe + - net: libwx: fix memory leak on msix entry + - drm/amdgpu: correct the amdgpu runtime dereference usage count + - drm/amdgpu: fix memory overflow in the IB test + - drm/amdgpu: Update EEPROM I2C address for smu v13_0_0 + - drm/amd/display: force toggle rate wa for first link training for a retimer + - ACPI: video: Use acpi_video_device for cooling-dev driver data + - iommu/vt-d: Fix incorrect cache invalidation for mm notification + - io_uring: free io_buffer_list entries via RCU + - io_uring: don't guard IORING_OFF_PBUF_RING with SETUP_NO_MMAP + - iommu: Avoid more races around device probe + - ext2: Fix ki_pos update for DIO buffered-io fallback case + - btrfs: free the allocated memory if btrfs_alloc_page_array() fails + - io_uring/kbuf: recycle freed mapped buffer ring entries + - media: v4l2-subdev: Fix a 64bit bug + - netdevsim: Don't accept device bound programs + - net: rswitch: Fix type of ret in rswitch_start_xmit() + - net: rswitch: Fix return value in rswitch_start_xmit() + - net: rswitch: Fix missing dev_kfree_skb_any() in error path + - wifi: iwlwifi: mvm: fix an error code in iwl_mvm_mld_add_sta() + - wifi: mac80211: do not pass AP_VLAN vif pointer to drivers during flush + - net: dsa: mv88e6xxx: fix marvell 6350 switch probing + - dpaa2-eth: recycle the RX buffer only after all processing done + - bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags() + - neighbour: Fix __randomize_layout crash in struct neighbour + - efi/unaccepted: Fix off-by-one when checking for overlapping ranges + - ethtool: don't propagate EOPNOTSUPP from dumps + - bpf, sockmap: af_unix stream sockets need to hold ref for pair sock + - powerpc/pseries/iommu: enable_ddw incorrectly returns direct mapping for SR- + IOV device + - s390/cmma: fix handling of swapper_pg_dir and invalid_pg_dir + - drm/amd/display: Refactor edp power control + - drm/amd/display: Remove power sequencing check + - drm/i915/gsc: Mark internal GSC engine with reserved uabi class + - drm/panel: starry-2081101qfh032011-53g: Fine tune the panel power sequence + - drm/panel: nt36523: fix return value check in nt36523_probe() + - cpufreq/amd-pstate: Fix scaling_min_freq and scaling_max_freq update + - cpufreq/amd-pstate: Only print supported EPP values for performance governor + - iommu: Fix printk arg in of_iommu_get_resv_regions() + - drm/amd/display: refactor ILR to make it work + - drm/amd/display: Reduce default backlight min from 5 nits to 1 nits + - Upstream stable to v6.1.66, v6.6.5 + * Mantic update: upstream stable patchset 2024-01-25 (LP: #2051231) + - afs: Fix afs_server_list to be cleaned up with RCU + - afs: Make error on cell lookup failure consistent with OpenAFS + - drm/panel: auo,b101uan08.3: Fine tune the panel power sequence + - drm/panel: simple: Fix Innolux G101ICE-L01 bus flags + - drm/panel: simple: Fix Innolux G101ICE-L01 timings + - wireguard: use DEV_STATS_INC() + - octeontx2-pf: Fix memory leak during interface down + - ata: pata_isapnp: Add missing error check for devm_ioport_map() + - drm/i915: do not clean GT table on error path + - drm/rockchip: vop: Fix color for RGB888/BGR888 format on VOP full + - HID: fix HID device resource race between HID core and debugging support + - ipv4: Correct/silence an endian warning in __ip_do_redirect + - net: usb: ax88179_178a: fix failed operations during ax88179_reset + - net/smc: avoid data corruption caused by decline + - arm/xen: fix xen_vcpu_info allocation alignment + - octeontx2-pf: Fix ntuple rule creation to direct packet to VF with higher Rx + queue than its PF + - amd-xgbe: handle corner-case during sfp hotplug + - amd-xgbe: handle the corner-case during tx completion + - amd-xgbe: propagate the correct speed and duplex status + - net: axienet: Fix check for partial TX checksum + - afs: Return ENOENT if no cell DNS record can be found + - afs: Fix file locking on R/O volumes to operate in local mode + - arm64: mm: Fix "rodata=on" when CONFIG_RODATA_FULL_DEFAULT_ENABLED=y + - i40e: Fix adding unsupported cloud filters + - nvmet: nul-terminate the NQNs passed in the connect command + - USB: dwc3: qcom: fix resource leaks on probe deferral + - USB: dwc3: qcom: fix ACPI platform device leak + - lockdep: Fix block chain corruption + - cifs: distribute channels across interfaces based on speed + - cifs: account for primary channel in the interface list + - cifs: fix leak of iface for primary channel + - MIPS: KVM: Fix a build warning about variable set but not used + - media: qcom: Initialise V4L2 async notifier later + - media: qcom: camss: Fix V4L2 async notifier error path + - media: qcom: camss: Fix genpd cleanup + - NFSD: Fix "start of NFS reply" pointer passed to nfsd_cache_update() + - NFSD: Fix checksum mismatches in the duplicate reply cache + - ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CVA + - swiotlb-xen: provide the "max_mapping_size" method + - bcache: replace a mistaken IS_ERR() by IS_ERR_OR_NULL() in + btree_gc_coalesce() + - md: fix bi_status reporting in md_end_clone_io + - bcache: fixup multi-threaded bch_sectors_dirty_init() wake-up race + - io_uring/fs: consider link->flags when getting path for LINKAT + - s390/dasd: protect device queue against concurrent access + - USB: serial: option: add Luat Air72*U series products + - hv_netvsc: fix race of netvsc and VF register_netdevice + - hv_netvsc: Fix race of register_netdevice_notifier and VF register + - hv_netvsc: Mark VF as slave before exposing it to user-mode + - dm-delay: fix a race between delay_presuspend and delay_bio + - bcache: check return value from btree_node_alloc_replacement() + - bcache: prevent potential division by zero error + - bcache: fixup init dirty data errors + - bcache: fixup lock c->root error + - usb: cdnsp: Fix deadlock issue during using NCM gadget + - USB: serial: option: add Fibocom L7xx modules + - USB: serial: option: fix FM101R-GL defines + - USB: serial: option: don't claim interface 4 for ZTE MF290 + - usb: typec: tcpm: Skip hard reset when in error recovery + - USB: dwc2: write HCINT with INTMASK applied + - usb: dwc3: Fix default mode initialization + - usb: dwc3: set the dma max_seg_size + - USB: dwc3: qcom: fix software node leak on probe errors + - USB: dwc3: qcom: fix wakeup after probe deferral + - io_uring: fix off-by one bvec index + - irqchip/gic-v3-its: Flush ITS tables correctly in non-coherent GIC designs + - drm/msm/dsi: use the correct VREG_CTRL_1 value for 4nm cphy + - s390/ism: ism driver implies smc protocol + - rxrpc: Fix RTT determination to use any ACK as a source + - rxrpc: Defer the response to a PING ACK until we've parsed it + - blk-cgroup: avoid to warn !rcu_read_lock_held() in blkg_lookup() + - fs: Pass AT_GETATTR_NOSEC flag to getattr interface function + - net: wangxun: fix kernel panic due to null pointer + - filemap: add a per-mapping stable writes flag + - block: update the stable_writes flag in bdev_add + - PM: tools: Fix sleepgraph syntax error + - net, vrf: Move dstats structure to core + - net: Move {l,t,d}stats allocation to core and convert veth & vrf + - bpf: Fix dev's rx stats for bpf_redirect_peer traffic + - drm/panel: boe-tv101wum-nl6: Fine tune Himax83102-j02 panel HFP and HBP + - s390/ipl: add missing IPL_TYPE_ECKD_DUMP case to ipl_init() + - net: veth: fix ethtool stats reporting + - vsock/test: fix SEQPACKET message bounds test + - net: ipa: fix one GSI register field width + - nvme: blank out authentication fabrics options if not configured + - mm: add a NO_INHERIT flag to the PR_SET_MDWE prctl + - prctl: Disable prctl(PR_SET_MDWE) on parisc + - kselftest/arm64: Fix output formatting for za-fork + - drm/msm/dpu: Add missing safe_lut_tbl in sc8280xp catalog + - drm/ast: Disconnect BMC if physical connector is connected + - thunderbolt: Set lane bonding bit only for downstream port + - ACPI: video: Use acpi_device_fix_up_power_children() + - ACPI: processor_idle: use raw_safe_halt() in acpi_idle_play_dead() + - ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CVA + - ACPI: PM: Add acpi_device_fix_up_power_children() function + - tls: fix NULL deref on tls_sw_splice_eof() with empty record + - dt-bindings: usb: microchip,usb5744: Add second supply + - usb: misc: onboard-hub: add support for Microchip USB5744 + - platform/x86/amd/pmc: adjust getting DRAM size behavior + - ALSA: hda: ASUS UM5302LA: Added quirks for cs35L41/10431A83 on i2c bus + - ALSA: hda/realtek: Add quirks for ASUS 2024 Zenbooks + - veth: Use tstats per-CPU traffic counters + - USB: xhci-plat: fix legacy PHY double init + - usb: config: fix iteration issue in 'usb_get_bos_descriptor()' + - Upstream stable to v6.1.65, v6.6.4 + * Mantic update: v6.5.13 upstream stable release (LP: #2051142) + - locking/ww_mutex/test: Fix potential workqueue corruption + - btrfs: abort transaction on generation mismatch when marking eb as dirty + - lib/generic-radix-tree.c: Don't overflow in peek() + - x86/retpoline: Make sure there are no unconverted return thunks due to KCSAN + - perf/core: Bail out early if the request AUX area is out of bound + - srcu: Fix srcu_struct node grpmask overflow on 64-bit systems + - selftests/lkdtm: Disable CONFIG_UBSAN_TRAP in test config + - clocksource/drivers/timer-imx-gpt: Fix potential memory leak + - clocksource/drivers/timer-atmel-tcb: Fix initialization on SAM9 hardware + - srcu: Only accelerate on enqueue time + - smp,csd: Throw an error if a CSD lock is stuck for too long + - cpu/hotplug: Don't offline the last non-isolated CPU + - workqueue: Provide one lock class key per work_on_cpu() callsite + - x86/mm: Drop the 4 MB restriction on minimal NUMA node memory size + - wifi: plfxlc: fix clang-specific fortify warning + - wifi: ath12k: Ignore fragments from uninitialized peer in dp + - wifi: mac80211_hwsim: fix clang-specific fortify warning + - wifi: mac80211: don't return unset power in ieee80211_get_tx_power() + - atl1c: Work around the DMA RX overflow issue + - bpf: Detect IP == ksym.end as part of BPF program + - wifi: ath9k: fix clang-specific fortify warnings + - wifi: ath12k: fix possible out-of-bound read in ath12k_htt_pull_ppdu_stats() + - wifi: ath10k: fix clang-specific fortify warning + - wifi: ath12k: fix possible out-of-bound write in + ath12k_wmi_ext_hal_reg_caps() + - ACPI: APEI: Fix AER info corruption when error status data has multiple + sections + - net: sfp: add quirk for Fiberstone GPON-ONU-34-20BI + - wifi: mt76: mt7921e: Support MT7992 IP in Xiaomi Redmibook 15 Pro (2023) + - net: annotate data-races around sk->sk_tx_queue_mapping + - net: annotate data-races around sk->sk_dst_pending_confirm + - wifi: ath12k: mhi: fix potential memory leak in ath12k_mhi_register() + - wifi: ath10k: Don't touch the CE interrupt registers after power up + - net: sfp: add quirk for FS's 2.5G copper SFP + - vsock: read from socket's error queue + - bpf: Ensure proper register state printing for cond jumps + - wifi: iwlwifi: mvm: fix size check for fw_link_id + - Bluetooth: btusb: Add date->evt_skb is NULL check + - Bluetooth: Fix double free in hci_conn_cleanup + - ACPI: EC: Add quirk for HP 250 G7 Notebook PC + - tsnep: Fix tsnep_request_irq() format-overflow warning + - gpiolib: acpi: Add a ignore interrupt quirk for Peaq C1010 + - platform/chrome: kunit: initialize lock for fake ec_dev + - of: address: Fix address translation when address-size is greater than 2 + - platform/x86: thinkpad_acpi: Add battery quirk for Thinkpad X120e + - drm/gma500: Fix call trace when psb_gem_mm_init() fails + - drm/amdkfd: ratelimited SQ interrupt messages + - drm/komeda: drop all currently held locks if deadlock happens + - drm/amd/display: Blank phantom OTG before enabling + - drm/amd/display: Don't lock phantom pipe on disabling + - drm/amd/display: add seamless pipe topology transition check + - drm/edid: Fixup h/vsync_end instead of h/vtotal + - md: don't rely on 'mddev->pers' to be set in mddev_suspend() + - drm/amdgpu: not to save bo in the case of RAS err_event_athub + - drm/amdkfd: Fix a race condition of vram buffer unref in svm code + - drm/amd: Update `update_pcie_parameters` functions to use uint8_t arguments + - drm/amd/display: use full update for clip size increase of large plane + source + - string.h: add array-wrappers for (v)memdup_user() + - kernel: kexec: copy user-array safely + - kernel: watch_queue: copy user-array safely + - drm_lease.c: copy user-array safely + - drm: vmwgfx_surface.c: copy user-array safely + - drm/msm/dp: skip validity check for DP CTS EDID checksum + - drm/amd: Fix UBSAN array-index-out-of-bounds for SMU7 + - drm/amd: Fix UBSAN array-index-out-of-bounds for Polaris and Tonga + - drm/amdgpu: Fix potential null pointer derefernce + - drm/panel: fix a possible null pointer dereference + - drm/panel/panel-tpo-tpg110: fix a possible null pointer dereference + - drm/radeon: fix a possible null pointer dereference + - drm/amdgpu/vkms: fix a possible null pointer dereference + - drm/panel: st7703: Pick different reset sequence + - drm/amdkfd: Fix shift out-of-bounds issue + - drm/amdgpu: Fix a null pointer access when the smc_rreg pointer is NULL + - drm/amd: Disable PP_PCIE_DPM_MASK when dynamic speed switching not supported + - drm/amd/display: fix num_ways overflow error + - drm/amd: check num of link levels when update pcie param + - arm64: dts: ls208xa: use a pseudo-bus to constrain usb dma size + - selftests/efivarfs: create-read: fix a resource leak + - ASoC: mediatek: mt8188-mt6359: support dynamic pinctrl + - ASoC: soc-card: Add storage for PCI SSID + - ASoC: SOF: Pass PCI SSID to machine driver + - crypto: pcrypt - Fix hungtask for PADATA_RESET + - ASoC: SOF: ipc4: handle EXCEPTION_CAUGHT notification from firmware + - RDMA/hfi1: Use FIELD_GET() to extract Link Width + - scsi: hisi_sas: Set debugfs_dir pointer to NULL after removing debugfs + - scsi: ibmvfc: Remove BUG_ON in the case of an empty event pool + - fs/jfs: Add check for negative db_l2nbperpage + - fs/jfs: Add validity check for db_maxag and db_agpref + - jfs: fix array-index-out-of-bounds in dbFindLeaf + - jfs: fix array-index-out-of-bounds in diAlloc + - HID: lenovo: Detect quirk-free fw on cptkbd and stop applying workaround + - ARM: 9320/1: fix stack depot IRQ stack filter + - ALSA: hda: Fix possible null-ptr-deref when assigning a stream + - gpiolib: of: Add quirk for mt2701-cs42448 ASoC sound + - PCI: tegra194: Use FIELD_GET()/FIELD_PREP() with Link Width fields + - PCI: mvebu: Use FIELD_PREP() with Link Width + - atm: iphase: Do PCI error checks on own line + - PCI: Do error check on own line to split long "if" conditions + - scsi: libfc: Fix potential NULL pointer dereference in fc_lport_ptp_setup() + - PCI: Use FIELD_GET() to extract Link Width + - PCI: Extract ATS disabling to a helper function + - PCI: Disable ATS for specific Intel IPU E2000 devices + - PCI: dwc: Add dw_pcie_link_set_max_link_width() + - PCI: dwc: Add missing PCI_EXP_LNKCAP_MLW handling + - misc: pci_endpoint_test: Add Device ID for R-Car S4-8 PCIe controller + - PCI: Use FIELD_GET() in Sapphire RX 5600 XT Pulse quirk + - ASoC: Intel: soc-acpi-cht: Add Lenovo Yoga Tab 3 Pro YT3-X90 quirk + - crypto: hisilicon/qm - prevent soft lockup in receive loop + - HID: Add quirk for Dell Pro Wireless Keyboard and Mouse KM5221W + - exfat: support handle zero-size directory + - mfd: intel-lpss: Add Intel Lunar Lake-M PCI IDs + - iio: adc: stm32-adc: harden against NULL pointer deref in stm32_adc_probe() + - thunderbolt: Apply USB 3.x bandwidth quirk only in software connection + manager + - tty: vcc: Add check for kstrdup() in vcc_probe() + - dt-bindings: phy: qcom,snps-eusb2-repeater: Add magic tuning overrides + - phy: qualcomm: phy-qcom-eusb2-repeater: Use regmap_fields + - phy: qualcomm: phy-qcom-eusb2-repeater: Zero out untouched tuning regs + - usb: dwc3: core: configure TX/RX threshold for DWC3_IP + - usb: ucsi: glink: use the connector orientation GPIO to provide switch + events + - soundwire: dmi-quirks: update HP Omen match + - f2fs: fix error path of __f2fs_build_free_nids + - f2fs: fix error handling of __get_node_page + - usb: host: xhci: Avoid XHCI resume delay if SSUSB device is not present + - usb: gadget: f_ncm: Always set current gadget in ncm_bind() + - 9p/trans_fd: Annotate data-racy writes to file::f_flags + - 9p: v9fs_listxattr: fix %s null argument warning + - i3c: mipi-i3c-hci: Fix out of bounds access in hci_dma_irq_handler + - i2c: i801: Add support for Intel Birch Stream SoC + - i2c: fix memleak in i2c_new_client_device() + - i2c: sun6i-p2wi: Prevent potential division by zero + - virtio-blk: fix implicit overflow on virtio_max_dma_size + - i3c: master: mipi-i3c-hci: Fix a kernel panic for accessing DAT_data. + - media: gspca: cpia1: shift-out-of-bounds in set_flicker + - media: vivid: avoid integer overflow + - media: ipu-bridge: increase sensor_name size + - gfs2: ignore negated quota changes + - gfs2: fix an oops in gfs2_permission + - media: cobalt: Use FIELD_GET() to extract Link Width + - media: ccs: Fix driver quirk struct documentation + - media: imon: fix access to invalid resource for the second interface + - drm/amd/display: Avoid NULL dereference of timing generator + - kgdb: Flush console before entering kgdb on panic + - riscv: VMAP_STACK overflow detection thread-safe + - i2c: dev: copy userspace array safely + - ASoC: ti: omap-mcbsp: Fix runtime PM underflow warnings + - drm/qxl: prevent memory leak + - ALSA: hda/realtek: Add quirk for ASUS UX7602ZM + - drm/amdgpu: fix software pci_unplug on some chips + - pwm: Fix double shift bug + - mtd: rawnand: tegra: add missing check for platform_get_irq() + - wifi: iwlwifi: Use FW rate for non-data frames + - sched/core: Optimize in_task() and in_interrupt() a bit + - samples/bpf: syscall_tp_user: Rename num_progs into nr_tests + - samples/bpf: syscall_tp_user: Fix array out-of-bound access + - dt-bindings: serial: fix regex pattern for matching serial node children + - SUNRPC: ECONNRESET might require a rebind + - mtd: rawnand: intel: check return value of devm_kasprintf() + - mtd: rawnand: meson: check return value of devm_kasprintf() + - drm/i915/mtl: avoid stringop-overflow warning + - NFSv4.1: fix handling NFS4ERR_DELAY when testing for session trunking + - SUNRPC: Add an IS_ERR() check back to where it was + - NFSv4.1: fix SP4_MACH_CRED protection for pnfs IO + - SUNRPC: Fix RPC client cleaned up the freed pipefs dentries + - RISC-V: hwprobe: Fix vDSO SIGSEGV + - riscv: provide riscv-specific is_trap_insn() + - gfs2: Silence "suspicious RCU usage in gfs2_permission" warning + - drm/i915/tc: Fix -Wformat-truncation in intel_tc_port_init + - vdpa_sim_blk: allocate the buffer zeroed + - vhost-vdpa: fix use after free in vhost_vdpa_probe() + - gcc-plugins: randstruct: Only warn about true flexible arrays + - bpf: handle ldimm64 properly in check_cfg() + - bpf: fix precision backtracking instruction iteration + - net: set SOCK_RCU_FREE before inserting socket into hashtable + - ipvlan: add ipvlan_route_v6_outbound() helper + - tty: Fix uninit-value access in ppp_sync_receive() + - xen/events: avoid using info_for_irq() in xen_send_IPI_one() + - net: hns3: fix add VLAN fail issue + - net: hns3: add barrier in vf mailbox reply process + - net: hns3: fix incorrect capability bit display for copper port + - net: hns3: fix out-of-bounds access may occur when coalesce info is read via + debugfs + - net: hns3: fix variable may not initialized problem in hns3_init_mac_addr() + - net: hns3: fix VF reset fail issue + - net: hns3: fix VF wrong speed and duplex issue + - tipc: Fix kernel-infoleak due to uninitialized TLV value + - net: mvneta: fix calls to page_pool_get_stats + - ppp: limit MRU to 64K + - xen/events: fix delayed eoi list handling + - blk-mq: make sure active queue usage is held for bio_integrity_prep() + - ptp: annotate data-race around q->head and q->tail + - bonding: stop the device in bond_setup_by_slave() + - net: ethernet: cortina: Fix max RX frame define + - net: ethernet: cortina: Handle large frames + - net: ethernet: cortina: Fix MTU max setting + - af_unix: fix use-after-free in unix_stream_read_actor() + - netfilter: nf_conntrack_bridge: initialize err to 0 + - netfilter: nf_tables: fix pointer math issue in nft_byteorder_eval() + - netfilter: nf_tables: bogus ENOENT when destroying element which does not + exist + - net: stmmac: fix rx budget limit check + - net: stmmac: avoid rx queue overrun + - pds_core: use correct index to mask irq + - pds_core: fix up some format-truncation complaints + - gve: Fixes for napi_poll when budget is 0 + - io_uring/fdinfo: remove need for sqpoll lock for thread/pid retrieval + - net/mlx5: Decouple PHC .adjtime and .adjphase implementations + - net/mlx5e: fix double free of encap_header + - net/mlx5e: fix double free of encap_header in update funcs + - net/mlx5e: Fix pedit endianness + - net/mlx5: Consolidate devlink documentation in devlink/mlx5.rst + - net/mlx5e: Make tx_port_ts logic resilient to out-of-order CQEs + - net/mlx5e: Add recovery flow for tx devlink health reporter for unhealthy + PTP SQ + - net/mlx5e: Update doorbell for port timestamping CQ before the software + counter + - net/mlx5: Increase size of irq name buffer + - net/mlx5e: Reduce the size of icosq_str + - net/mlx5e: Check return value of snprintf writing to fw_version buffer + - net/mlx5e: Check return value of snprintf writing to fw_version buffer for + representors + - net: sched: do not offload flows with a helper in act_ct + - macvlan: Don't propagate promisc change to lower dev in passthru + - tools/power/turbostat: Fix a knl bug + - tools/power/turbostat: Enable the C-state Pre-wake printing + - scsi: ufs: core: Expand MCQ queue slot to DeviceQueueDepth + 1 + - cifs: spnego: add ';' in HOST_KEY_LEN + - cifs: fix check of rc in function generate_smb3signingkey + - perf/core: Fix cpuctx refcounting + - i915/perf: Fix NULL deref bugs with drm_dbg() calls + - perf: arm_cspmu: Reject events meant for other PMUs + - drivers: perf: Check find_first_bit() return value + - media: venus: hfi: add checks to perform sanity on queue pointers + - perf intel-pt: Fix async branch flags + - powerpc/perf: Fix disabling BHRB and instruction sampling + - randstruct: Fix gcc-plugin performance mode to stay in group + - bpf: Fix check_stack_write_fixed_off() to correctly spill imm + - bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_END + - scsi: mpt3sas: Fix loop logic + - scsi: megaraid_sas: Increase register read retry rount from 3 to 30 for + selected registers + - scsi: ufs: qcom: Update PHY settings only when scaling to higher gears + - scsi: qla2xxx: Fix system crash due to bad pointer access + - scsi: ufs: core: Fix racing issue between ufshcd_mcq_abort() and ISR + - crypto: x86/sha - load modules based on CPU features + - x86/PCI: Avoid PME from D3hot/D3cold for AMD Rembrandt and Phoenix USB4 + - x86/apic/msi: Fix misconfigured non-maskable MSI quirk + - x86/cpu/hygon: Fix the CPU topology evaluation for real + - KVM: x86: hyper-v: Don't auto-enable stimer on write from user-space + - KVM: x86: Ignore MSR_AMD64_TW_CFG access + - KVM: x86: Clear bit12 of ICR after APIC-write VM-exit + - KVM: x86: Fix lapic timer interrupt lost after loading a snapshot. + - mmc: sdhci-pci-gli: GL9755: Mask the replay timer timeout of AER + - sched: psi: fix unprivileged polling against cgroups + - audit: don't take task_lock() in audit_exe_compare() code path + - audit: don't WARN_ON_ONCE(!current->mm) in audit_exe_compare() + - proc: sysctl: prevent aliased sysctls from getting passed to init + - tty/sysrq: replace smp_processor_id() with get_cpu() + - tty: serial: meson: fix hard LOCKUP on crtscts mode + - hvc/xen: fix console unplug + - hvc/xen: fix error path in xen_hvc_init() to always register frontend driver + - hvc/xen: fix event channel handling for secondary consoles + - PCI/sysfs: Protect driver's D3cold preference from user space + - mm/damon/sysfs: remove requested targets when online-commit inputs + - mm/damon/sysfs: update monitoring target regions for online input commit + - watchdog: move softlockup_panic back to early_param + - iommufd: Fix missing update of domains_itree after splitting iopt_area + - fbdev: stifb: Make the STI next font pointer a 32-bit signed offset + - dm crypt: account large pages in cc->n_allocated_pages + - mm/damon/lru_sort: avoid divide-by-zero in hot threshold calculation + - mm/damon/ops-common: avoid divide-by-zero during region hotness calculation + - mm/damon: implement a function for max nr_accesses safe calculation + - mm/damon/core: avoid divide-by-zero during monitoring results update + - mm/damon/sysfs-schemes: handle tried region directory allocation failure + - mm/damon/sysfs-schemes: handle tried regions sysfs directory allocation + failure + - mm/damon/sysfs: check error from damon_sysfs_update_target() + - parisc: Add nop instructions after TLB inserts + - ACPI: resource: Do IRQ override on TongFang GMxXGxx + - regmap: Ensure range selector registers are updated after cache sync + - wifi: ath11k: fix temperature event locking + - wifi: ath11k: fix dfs radar event locking + - wifi: ath11k: fix htt pktlog locking + - wifi: ath11k: fix gtk offload status event locking + - wifi: ath12k: fix htt mlo-offset event locking + - wifi: ath12k: fix dfs-radar and temperature event locking + - mmc: meson-gx: Remove setting of CMD_CFG_ERROR + - genirq/generic_chip: Make irq_remove_generic_chip() irqdomain aware + - sched/core: Fix RQCF_ACT_SKIP leak + - KEYS: trusted: tee: Refactor register SHM usage + - KEYS: trusted: Rollback init_trusted() consistently + - PCI: keystone: Don't discard .remove() callback + - PCI: keystone: Don't discard .probe() callback + - arm64: Restrict CPU_BIG_ENDIAN to GNU as or LLVM IAS 15.x or newer + - arm64: module: Fix PLT counting when CONFIG_RANDOMIZE_BASE=n + - parisc/agp: Use 64-bit LE values in SBA IOMMU PDIR table + - parisc/pdc: Add width field to struct pdc_model + - parisc/power: Add power soft-off when running on qemu + - cpufreq: stats: Fix buffer overflow detection in trans_stats() + - powercap: intel_rapl: Downgrade BIOS locked limits pr_warn() to pr_debug() + - clk: socfpga: Fix undefined behavior bug in struct stratix10_clock_data + - clk: visconti: Fix undefined behavior bug in struct visconti_pll_provider + - clk: qcom: ipq8074: drop the CLK_SET_RATE_PARENT flag from PLL clocks + - clk: qcom: ipq6018: drop the CLK_SET_RATE_PARENT flag from PLL clocks + - ksmbd: fix recursive locking in vfs helpers + - ksmbd: handle malformed smb1 message + - ksmbd: fix slab out of bounds write in smb_inherit_dacl() + - mmc: vub300: fix an error code + - mmc: sdhci_am654: fix start loop index for TAP value parsing + - mmc: Add quirk MMC_QUIRK_BROKEN_CACHE_FLUSH for Micron eMMC Q2J54A + - PCI/ASPM: Fix L1 substate handling in aspm_attr_store_common() + - PCI: kirin: Don't discard .remove() callback + - PCI: exynos: Don't discard .remove() callback + - wifi: wilc1000: use vmm_table as array in wilc struct + - svcrdma: Drop connection after an RDMA Read error + - rcu/tree: Defer setting of jiffies during stall reset + - arm64: dts: qcom: ipq6018: Fix hwlock index for SMEM + - dt-bindings: timer: renesas,rz-mtu3: Fix overflow/underflow interrupt names + - PM: hibernate: Use __get_safe_page() rather than touching the list + - PM: hibernate: Clean up sync_read handling in snapshot_write_next() + - rcu: kmemleak: Ignore kmemleak false positives when RCU-freeing objects + - btrfs: don't arbitrarily slow down delalloc if we're committing + - thermal: intel: powerclamp: fix mismatch in get function for max_idle + - arm64: dts: qcom: ipq5332: Fix hwlock index for SMEM + - arm64: dts: qcom: ipq8074: Fix hwlock index for SMEM + - firmware: qcom_scm: use 64-bit calling convention only when client is 64-bit + - ACPI: FPDT: properly handle invalid FPDT subtables + - arm64: dts: qcom: ipq9574: Fix hwlock index for SMEM + - arm64: dts: qcom: ipq6018: Fix tcsr_mutex register size + - leds: trigger: netdev: Move size check in set_device_name + - mfd: qcom-spmi-pmic: Fix reference leaks in revid helper + - mfd: qcom-spmi-pmic: Fix revid implementation + - ima: annotate iint mutex to avoid lockdep false positive warnings + - ima: detect changes to the backing overlay file + - netfilter: nf_tables: split async and sync catchall in two functions + - ASoC: soc-dai: add flag to mute and unmute stream during trigger + - ASoC: codecs: wsa883x: make use of new mute_unmute_on_trigger flag + - selftests/resctrl: Fix uninitialized .sa_flags + - selftests/resctrl: Remove duplicate feature check from CMT test + - selftests/resctrl: Move _GNU_SOURCE define into Makefile + - selftests/resctrl: Reduce failures due to outliers in MBA/MBM tests + - hid: lenovo: Resend all settings on reset_resume for compact keyboards + - ASoC: codecs: wsa-macro: fix uninitialized stack variables with name prefix + - jbd2: fix potential data lost in recovering journal raced with synchronizing + fs bdev + - quota: explicitly forbid quota files from being encrypted + - kernel/reboot: emergency_restart: Set correct system_state + - i2c: core: Run atomic i2c xfer when !preemptible + - selftests/clone3: Fix broken test under !CONFIG_TIME_NS + - tracing: Have the user copy of synthetic event address use correct context + - driver core: Release all resources during unbind before updating device + links + - mcb: fix error handling for different scenarios when parsing + - dmaengine: stm32-mdma: correct desc prep when channel running + - s390/mm: add missing arch_set_page_dat() call to vmem_crst_alloc() + - s390/cmma: fix detection of DAT pages + - mm/cma: use nth_page() in place of direct struct page manipulation + - mm/memory_hotplug: use pfn math in place of direct struct page manipulation + - mm: make PR_MDWE_REFUSE_EXEC_GAIN an unsigned long + - mtd: cfi_cmdset_0001: Byte swap OTP info + - cxl/region: Do not try to cleanup after cxl_region_setup_targets() fails + - i3c: master: cdns: Fix reading status register + - i3c: master: svc: fix race condition in ibi work thread + - i3c: master: svc: fix wrong data return when IBI happen during start frame + - i3c: master: svc: fix ibi may not return mandatory data byte + - i3c: master: svc: fix check wrong status register in irq handler + - i3c: master: svc: fix SDA keep low when polling IBIWON timeout happen + - i3c: master: svc: fix random hot join failure since timeout error + - cxl/region: Fix x1 root-decoder granularity calculations + - cxl/port: Fix delete_endpoint() vs parent unregistration race + - pmdomain: bcm: bcm2835-power: check if the ASB register is equal to enable + - pmdomain: amlogic: Fix mask for the second NNA mem PD domain + - pmdomain: imx: Make imx pgc power domain also set the fwnode + - PCI: qcom-ep: Add dedicated callback for writing to DBI2 registers + - PCI: Lengthen reset delay for VideoPropulsion Torrent QN16e card + - torture: Add a kthread-creation callback to _torture_create_kthread() + - torture: Add lock_torture writer_fifo module parameter + - torture: Make torture_hrtimeout_*() use TASK_IDLE + - torture: Move stutter_wait() timeouts to hrtimers + - torture: Make torture_hrtimeout_ns() take an hrtimer mode parameter + - rcutorture: Fix stuttering races and other issues + - mm/hugetlb: prepare hugetlb_follow_page_mask() for FOLL_PIN + - mm/hugetlb: use nth_page() in place of direct struct page manipulation + - parisc: Prevent booting 64-bit kernels on PA1.x machines + - parisc/pgtable: Do not drop upper 5 address bits of physical address + - parisc/power: Fix power soft-off when running on qemu + - xhci: Enable RPM on controllers that support low-power states + - fs: add ctime accessors infrastructure + - smb3: fix creating FIFOs when mounting with "sfu" mount option + - smb3: fix touch -h of symlink + - smb3: allow dumping session and tcon id to improve stats analysis and + debugging + - smb3: fix caching of ctime on setxattr + - smb: client: fix use-after-free bug in cifs_debug_data_proc_show() + - smb: client: fix use-after-free in smb2_query_info_compound() + - smb: client: fix potential deadlock when releasing mids + - cifs: reconnect helper should set reconnect for the right channel + - cifs: force interface update before a fresh session setup + - cifs: do not reset chan_max if multichannel is not supported at mount + - cifs: Fix encryption of cleared, but unset rq_iter data buffers + - xfs: recovery should not clear di_flushiter unconditionally + - btrfs: zoned: wait for data BG to be finished on direct IO allocation + - ALSA: info: Fix potential deadlock at disconnection + - ALSA: hda/realtek: Enable Mute LED on HP 255 G8 + - ALSA: hda/realtek - Add Dell ALC295 to pin fall back table + - ALSA: hda/realtek - Enable internal speaker of ASUS K6500ZC + - ALSA: hda/realtek: Enable Mute LED on HP 255 G10 + - ALSA: hda/realtek: Add quirks for HP Laptops + - Revert ncsi: Propagate carrier gain/loss events to the NCSI controller + - Revert "i2c: pxa: move to generic GPIO recovery" + - lsm: fix default return value for vm_enough_memory + - lsm: fix default return value for inode_getsecctx + - sbsa_gwdt: Calculate timeout with 64-bit math + - i2c: designware: Disable TX_EMPTY irq while waiting for block length byte + - s390/ap: fix AP bus crash on early config change callback invocation + - net: ethtool: Fix documentation of ethtool_sprintf() + - net: dsa: lan9303: consequently nested-lock physical MDIO + - net: phylink: initialize carrier state at creation + - gfs2: don't withdraw if init_threads() got interrupted + - i2c: i801: fix potential race in i801_block_transaction_byte_by_byte + - f2fs: do not return EFSCORRUPTED, but try to run online repair + - f2fs: set the default compress_level on ioctl + - f2fs: avoid format-overflow warning + - f2fs: split initial and dynamic conditions for extent_cache + - media: lirc: drop trailing space from scancode transmit + - media: sharp: fix sharp encoding + - media: venus: hfi_parser: Add check to keep the number of codecs within + range + - media: venus: hfi: fix the check to handle session buffer requirement + - media: venus: hfi: add checks to handle capabilities from firmware + - media: ccs: Correctly initialise try compose rectangle + - drm/mediatek/dp: fix memory leak on ->get_edid callback audio detection + - drm/mediatek/dp: fix memory leak on ->get_edid callback error path + - dm-bufio: fix no-sleep mode + - dm-verity: don't use blocking calls from tasklets + - nfsd: fix file memleak on client_opens_release + - NFSD: Update nfsd_cache_append() to use xdr_stream + - LoongArch: Mark __percpu functions as always inline + - riscv: Using TOOLCHAIN_HAS_ZIHINTPAUSE marco replace zihintpause + - riscv: put interrupt entries into .irqentry.text + - riscv: mm: Update the comment of CONFIG_PAGE_OFFSET + - riscv: correct pt_level name via pgtable_l5/4_enabled + - riscv: kprobes: allow writing to x0 + - mmc: sdhci-pci-gli: A workaround to allow GL9750 to enter ASPM L1.2 + - mm: fix for negative counter: nr_file_hugepages + - mm: kmem: drop __GFP_NOFAIL when allocating objcg vectors + - mptcp: deal with large GSO size + - mptcp: add validity check for sending RM_ADDR + - mptcp: fix setsockopt(IP_TOS) subflow locking + - selftests: mptcp: fix fastclose with csum failure + - mmc: sdhci-pci-gli: GL9750: Mask the replay timer timeout of AER + - media: qcom: camss: Fix pm_domain_on sequence in probe + - media: qcom: camss: Fix vfe_get() error jump + - media: qcom: camss: Fix VFE-17x vfe_disable_output() + - media: qcom: camss: Fix VFE-480 vfe_disable_output() + - media: qcom: camss: Fix missing vfe_lite clocks check + - media: qcom: camss: Fix set CSI2_RX_CFG1_VC_MODE when VC is greater than 3 + - media: qcom: camss: Fix invalid clock enable bit disjunction + - media: qcom: camss: Fix csid-gen2 for test pattern generator + - ext4: fix race between writepages and remount + - ext4: make sure allocate pending entry not fail + - ext4: apply umask if ACL support is disabled + - ext4: correct offset of gdb backup in non meta_bg group to update_backups + - ext4: mark buffer new if it is unwritten to avoid stale data exposure + - ext4: correct return value of ext4_convert_meta_bg + - ext4: correct the start block of counting reserved clusters + - ext4: remove gdb backup copy for meta bg in setup_new_flex_group_blocks + - ext4: add missed brelse in update_backups + - ext4: properly sync file size update after O_SYNC direct IO + - ext4: fix racy may inline data check in dio write + - drm/amd/pm: Handle non-terminated overdrive commands. + - drm: bridge: it66121: ->get_edid callback must not return err pointers + - drm/i915/mtl: Support HBR3 rate with C10 phy and eDP in MTL + - drm/i915: Bump GLK CDCLK frequency when driving multiple pipes + - drm/i915: Fix potential spectre vulnerability + - drm/i915: Flush WC GGTT only on required platforms + - drm/amdgpu/smu13: drop compute workload workaround + - drm/amdgpu: don't use pci_is_thunderbolt_attached() + - drm/amdgpu: fix GRBM read timeout when do mes_self_test + - drm/amdgpu: add a retry for IP discovery init + - drm/amdgpu: don't use ATRM for external devices + - drm/amdgpu: fix error handling in amdgpu_vm_init + - drm/amdgpu: fix error handling in amdgpu_bo_list_get() + - drm/amdgpu: lower CS errors to debug severity + - drm/amdgpu: Fix possible null pointer dereference + - drm/amd/display: Guard against invalid RPTR/WPTR being set + - drm/amd/display: Fix DSC not Enabled on Direct MST Sink + - drm/amd/display: fix a NULL pointer dereference in amdgpu_dm_i2c_xfer() + - drm/amd/display: Enable fast plane updates on DCN3.2 and above + - drm/amd/display: Change the DMCUB mailbox memory location from FB to inbox + - powerpc/powernv: Fix fortify source warnings in opal-prd.c + - tracing: Have trace_event_file have ref counters + - net/mlx5e: Avoid referencing skb after free-ing in drop path of + mlx5e_sq_xmit_wqe + - net/mlx5e: Track xmit submission to PTP WQ after populating metadata map + - Linux 6.5.13 + * Mantic update: v6.5.12 upstream stable release (LP: #2051129) + - hwmon: (nct6775) Fix incorrect variable reuse in fan_div calculation + - numa: Generalize numa_map_to_online_node() + - sched/topology: Fix sched_numa_find_nth_cpu() in CPU-less case + - sched/topology: Fix sched_numa_find_nth_cpu() in non-NUMA case + - sched/fair: Fix cfs_rq_is_decayed() on !SMP + - iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user() + - sched/uclamp: Set max_spare_cap_cpu even if max_spare_cap is 0 + - sched/uclamp: Ignore (util == 0) optimization in feec() when p_util_max = 0 + - objtool: Propagate early errors + - sched: Fix stop_one_cpu_nowait() vs hotplug + - nfsd: Handle EOPENSTALE correctly in the filecache + - vfs: fix readahead(2) on block devices + - writeback, cgroup: switch inodes with dirty timestamps to release dying + cgwbs + - x86/srso: Fix SBPB enablement for (possible) future fixed HW + - x86/srso: Print mitigation for retbleed IBPB case + - x86/srso: Fix vulnerability reporting for missing microcode + - x86/srso: Fix unret validation dependencies + - futex: Don't include process MM in futex key on no-MMU + - x86/numa: Introduce numa_fill_memblks() + - ACPI/NUMA: Apply SRAT proximity domain to entire CFMWS window + - x86/sev-es: Allow copy_from_kernel_nofault() in earlier boot + - x86/boot: Fix incorrect startup_gdt_descr.size + - cpu/hotplug: Remove dependancy against cpu_primary_thread_mask + - cpu/SMT: Create topology_smt_thread_allowed() + - cpu/SMT: Make SMT control more robust against enumeration failures + - x86/apic: Fake primary thread mask for XEN/PV + - srcu: Fix callbacks acceleration mishandling + - drivers/clocksource/timer-ti-dm: Don't call clk_get_rate() in stop function + - x86/nmi: Fix out-of-order NMI nesting checks & false positive warning + - pstore/platform: Add check for kstrdup + - perf: Optimize perf_cgroup_switch() + - selftests/x86/lam: Zero out buffer for readlink() + - PCI/MSI: Provide stubs for IMS functions + - string: Adjust strtomem() logic to allow for smaller sources + - genirq/matrix: Exclude managed interrupts in irq_matrix_allocated() + - irqchip/sifive-plic: Fix syscore registration for multi-socket systems + - wifi: ath12k: fix undefined behavior with __fls in dp + - wifi: cfg80211: add flush functions for wiphy work + - wifi: mac80211: move radar detect work to wiphy work + - wifi: mac80211: move scan work to wiphy work + - wifi: mac80211: move offchannel works to wiphy work + - wifi: mac80211: move sched-scan stop work to wiphy work + - wifi: mac80211: fix RCU usage warning in mesh fast-xmit + - wifi: cfg80211: fix off-by-one in element defrag + - wifi: mac80211: fix # of MSDU in A-MSDU calculation + - wifi: iwlwifi: honor the enable_ini value + - wifi: iwlwifi: don't use an uninitialized variable + - i40e: fix potential memory leaks in i40e_remove() + - iavf: Fix promiscuous mode configuration flow messages + - selftests/bpf: Correct map_fd to data_fd in tailcalls + - bpf, x86: save/restore regs with BPF_DW size + - bpf, x86: allow function arguments up to 12 for TRACING + - bpf, x64: Fix tailcall infinite loop + - wifi: cfg80211: fix kernel-doc for wiphy_delayed_work_flush() + - udp: introduce udp->udp_flags + - udp: move udp->no_check6_tx to udp->udp_flags + - udp: move udp->no_check6_rx to udp->udp_flags + - udp: move udp->gro_enabled to udp->udp_flags + - udp: add missing WRITE_ONCE() around up->encap_rcv + - udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flags + - udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GRO + - udp: annotate data-races around udp->encap_type + - udplite: remove UDPLITE_BIT + - udplite: fix various data-races + - selftests/bpf: Skip module_fentry_shadow test when bpf_testmod is not + available + - tcp: call tcp_try_undo_recovery when an RTOd TFO SYNACK is ACKed + - bpf: Fix kfunc callback register type handling + - gve: Use size_add() in call to struct_size() + - mlxsw: Use size_mul() in call to struct_size() + - tls: Use size_add() in call to struct_size() + - tipc: Use size_add() in calls to struct_size() + - net: spider_net: Use size_add() in call to struct_size() + - net: ethernet: mtk_wed: fix EXT_INT_STATUS_RX_FBUF definitions for MT7986 + SoC + - wifi: rtw88: debug: Fix the NULL vs IS_ERR() bug for debugfs_create_file() + - wifi: ath12k: fix DMA unmap warning on NULL DMA address + - wifi: ath11k: fix boot failure with one MSI vector + - wifi: mac80211: fix check for unusable RX result + - PM: sleep: Fix symbol export for _SIMPLE_ variants of _PM_OPS() + - cpufreq: tegra194: fix warning due to missing opp_put + - wifi: mt76: mt7603: rework/fix rx pse hang check + - wifi: mt76: mt7603: improve watchdog reset reliablity + - wifi: mt76: mt7603: improve stuck beacon handling + - wifi: mt76: connac: move connac3 definitions in mt76_connac3_mac.h + - wifi: mt76: remove unused error path in mt76_connac_tx_complete_skb + - wifi: mt76: mt7996: set correct wcid in txp + - wifi: mt76: mt7996: fix beamform mcu cmd configuration + - wifi: mt76: mt7996: fix beamformee ss subfield in EHT PHY cap + - wifi: mt76: mt7996: fix wmm queue mapping + - wifi: mt76: mt7996: fix rx rate report for CBW320-2 + - wifi: mt76: mt7996: fix TWT command format + - wifi: mt76: update beacon size limitation + - wifi: mt76: fix potential memory leak of beacon commands + - wifi: mt76: get rid of false alamrs of tx emission issues + - wifi: mt76: fix per-band IEEE80211_CONF_MONITOR flag comparison + - wifi: mt76: mt7915: fix beamforming availability check + - wifi: ath: dfs_pattern_detector: Fix a memory initialization issue + - tcp_metrics: add missing barriers on delete + - tcp_metrics: properly set tp->snd_ssthresh in tcp_init_metrics() + - tcp_metrics: do not create an entry from tcp_init_metrics() + - wifi: rtlwifi: fix EDCA limit set by BT coexistence + - ACPI: property: Allow _DSD buffer data only for byte accessors + - ACPI: video: Add acpi_backlight=vendor quirk for Toshiba Portégé R100 + - can: etas_es58x: rework the version check logic to silence -Wformat- + truncation + - can: etas_es58x: add missing a blank line after declaration + - wifi: ath11k: fix Tx power value during active CAC + - can: dev: can_restart(): don't crash kernel if carrier is OK + - can: dev: can_restart(): fix race condition between controller restart and + netif_carrier_on() + - can: dev: can_put_echo_skb(): don't crash kernel if can_priv::echo_skb is + accessed out of bounds + - PM / devfreq: rockchip-dfi: Make pmu regmap mandatory + - wifi: wfx: fix case where rates are out of order + - netfilter: nf_tables: Drop pointless memset when dumping rules + - wifi: rtw88: Remove duplicate NULL check before calling usb_kill/free_urb() + - thermal: core: prevent potential string overflow + - r8169: fix rare issue with broken rx after link-down on RTL8125 + - thermal/drivers/mediatek: Fix probe for THERMAL_V2 + - bpf: Fix missed rcu read lock in bpf_task_under_cgroup() + - selftests: netfilter: test for sctp collision processing in nf_conntrack + - net: skb_find_text: Ignore patterns extending past 'to' + - thermal: core: Don't update trip points inside the hysteresis range + - chtls: fix tp->rcv_tstamp initialization + - tcp: fix cookie_init_timestamp() overflows + - wifi: iwlwifi: mvm: update station's MFP flag after association + - wifi: iwlwifi: mvm: fix removing pasn station for responder + - wifi: iwlwifi: mvm: use correct sta ID for IGTK/BIGTK + - wifi: mac80211: don't recreate driver link debugfs in reconfig + - wifi: mac80211: Fix setting vif links + - wifi: iwlwifi: yoyo: swap cdb and jacket bits values + - wifi: iwlwifi: mvm: Correctly set link configuration + - wifi: iwlwifi: mvm: Fix key flags for IGTK on AP interface + - wifi: iwlwifi: mvm: Don't always bind/link the P2P Device interface + - wifi: iwlwifi: mvm: change iwl_mvm_flush_sta() API + - wifi: iwlwifi: mvm: fix iwl_mvm_mac_flush_sta() + - wifi: iwlwifi: mvm: remove TDLS stations from FW + - wifi: iwlwifi: increase number of RX buffers for EHT devices + - wifi: iwlwifi: mvm: fix netif csum flags + - wifi: iwlwifi: pcie: synchronize IRQs before NAPI + - wifi: iwlwifi: mvm: update IGTK in mvmvif upon D3 resume + - wifi: iwlwifi: empty overflow queue during flush + - Bluetooth: ISO: Use defer setup to separate PA sync and BIG sync + - Bluetooth: ISO: Pass BIG encryption info through QoS + - Bluetooth: Make handle of hci_conn be unique + - Bluetooth: hci_sync: Fix Opcode prints in bt_dev_dbg/err + - bpf: Fix unnecessary -EBUSY from htab_lock_bucket + - ACPI: sysfs: Fix create_pnp_modalias() and create_of_modalias() + - mptcp: properly account fastopen data + - ipv6: avoid atomic fragment on GSO packets + - virtio_net: use u64_stats_t infra to avoid data-races + - net: add DEV_STATS_READ() helper + - ipvlan: properly track tx_errors + - regmap: debugfs: Fix a erroneous check after snprintf() + - spi: tegra: Fix missing IRQ check in tegra_slink_probe() + - clk: qcom: ipq5332: Drop set rate parent from gpll0 dependent clocks + - clk: qcom: gcc-msm8996: Remove RPM bus clocks + - clk: qcom: clk-rcg2: Fix clock rate overflow for high parent frequencies + - clk: qcom: mmcc-msm8998: Don't check halt bit on some branch clks + - clk: qcom: mmcc-msm8998: Fix the SMMU GDSC + - clk: qcom: gcc-sm8150: Fix gcc_sdcc2_apps_clk_src + - regulator: mt6358: Fail probe on unknown chip ID + - clk: imx: Select MXC_CLK for CLK_IMX8QXP + - clk: imx: imx8mq: correct error handling path + - clk: imx: imx8qxp: Fix elcdif_pll clock + - clk: renesas: rcar-gen3: Extend SDnH divider table + - clk: renesas: rzg2l: Wait for status bit of SD mux before continuing + - clk: renesas: rzg2l: Lock around writes to mux register + - clk: renesas: rzg2l: Trust value returned by hardware + - clk: renesas: rzg2l: Use FIELD_GET() for PLL register fields + - clk: renesas: rzg2l: Fix computation formula + - clk: linux/clk-provider.h: fix kernel-doc warnings and typos + - spi: nxp-fspi: use the correct ioremap function + - clk: ralink: mtmips: quiet unused variable warning + - clk: keystone: pll: fix a couple NULL vs IS_ERR() checks + - clk: ti: fix double free in of_ti_divider_clk_setup() + - clk: npcm7xx: Fix incorrect kfree + - clk: mediatek: clk-mt6765: Add check for mtk_alloc_clk_data + - clk: mediatek: clk-mt6779: Add check for mtk_alloc_clk_data + - clk: mediatek: clk-mt6797: Add check for mtk_alloc_clk_data + - clk: mediatek: clk-mt7629-eth: Add check for mtk_alloc_clk_data + - clk: mediatek: clk-mt7629: Add check for mtk_alloc_clk_data + - clk: mediatek: clk-mt2701: Add check for mtk_alloc_clk_data + - clk: qcom: config IPQ_APSS_6018 should depend on QCOM_SMEM + - clk: qcom: clk-alpha-pll: introduce stromer plus ops + - clk: qcom: apss-ipq-pll: Use stromer plus ops for stromer plus pll + - clk: qcom: apss-ipq-pll: Fix 'l' value for ipq5332_pll_config + - clk: qcom: ipq9574: drop the CLK_SET_RATE_PARENT flag from GPLL clocks + - clk: qcom: ipq5332: drop the CLK_SET_RATE_PARENT flag from GPLL clocks + - clk: mediatek: fix double free in mtk_clk_register_pllfh() + - platform/x86: wmi: Fix probe failure when failing to register WMI devices + - platform/x86: wmi: Fix opening of char device + - regulator: qcom-rpmh: Fix smps4 regulator for pm8550ve + - hwmon: (axi-fan-control) Fix possible NULL pointer dereference + - hwmon: (coretemp) Fix potentially truncated sysfs attribute name + - Revert "hwmon: (sch56xx-common) Add DMI override table" + - Revert "hwmon: (sch56xx-common) Add automatic module loading on supported + devices" + - hwmon: (sch5627) Use bit macros when accessing the control register + - hwmon: (sch5627) Disallow write access if virtual registers are locked + - hte: tegra: Fix missing error code in tegra_hte_test_probe() + - platform/chrome: cros_ec_lpc: Separate host command and irq disable + - spi: omap2-mcspi: remove redundant dev_err_probe() + - spi: omap2-mcspi: switch to use modern name + - spi: omap2-mcspi: Fix hardcoded reference clock + - drm: bridge: samsung-dsim: Initialize ULPS EXIT for i.MX8M DSIM + - drm: bridge: for GENERIC_PHY_MIPI_DPHY also select GENERIC_PHY + - drm: bridge: samsung-dsim: Fix waiting for empty cmd transfer FIFO on older + Exynos + - drm/rockchip: vop: Fix reset of state in duplicate state crtc funcs + - drm/rockchip: vop: Fix call to crtc reset helper + - drm/rockchip: vop2: Don't crash for invalid duplicate_state + - drm/rockchip: vop2: Add missing call to crtc reset helper + - drm/radeon: possible buffer overflow + - drm: bridge: it66121: Fix invalid connector dereference + - drm/bridge: lt8912b: Fix bridge_detach + - drm/bridge: lt8912b: Fix crash on bridge detach + - drm/bridge: lt8912b: Manually disable HPD only if it was enabled + - drm/bridge: lt8912b: Add missing drm_bridge_attach call + - drm/mediatek: Fix coverity issue with unintentional integer overflow + - x86/tdx: Zero out the missing RSI in TDX_HYPERCALL macro + - drm/bridge: tc358768: Fix use of uninitialized variable + - drm/bridge: tc358768: Fix bit updates + - drm/bridge: tc358768: Use struct videomode + - drm/bridge: tc358768: Print logical values, not raw register values + - drm/bridge: tc358768: Use dev for dbg prints, not priv->dev + - drm/bridge: tc358768: Rename dsibclk to hsbyteclk + - drm/bridge: tc358768: Clean up clock period code + - drm/bridge: tc358768: Fix tc358768_ns_to_cnt() + - drm/aspeed: Convert to platform remove callback returning void + - drm/stm: Convert to platform remove callback returning void + - drm/tve200: Convert to platform remove callback returning void + - drm: Call drm_atomic_helper_shutdown() at shutdown/remove time for misc + drivers + - drm/amdgpu: Increase IH soft ring size for GFX v9.4.3 dGPU + - drm/amdkfd: fix some race conditions in vram buffer alloc/free of svm code + - drm/amdkfd: retry after EBUSY is returned from hmm_ranges_get_pages + - drm/amdkfd: Remove svm range validated_once flag + - drm/amdkfd: Handle errors from svm validate and map + - drm/amd/display: Fix null pointer dereference in error message + - drm/amd/display: Check all enabled planes in dm_check_crtc_cursor + - drm/amd/display: Refactor dm_get_plane_scale helper + - drm/amd/display: Bail from dm_check_crtc_cursor if no relevant change + - io_uring/kbuf: Fix check of BID wrapping in provided buffers + - io_uring/kbuf: Allow the full buffer id space for provided buffers + - drm/mediatek: Add mmsys_dev_num to mt8188 vdosys0 driver data + - drm/mediatek: Fix iommu fault by swapping FBs after updating plane state + - drm/mediatek: Fix iommu fault during crtc enabling + - accel/habanalabs/gaudi2: Fix incorrect string length computation in + gaudi2_psoc_razwi_get_engines() + - drm/rockchip: cdn-dp: Fix some error handling paths in cdn_dp_probe() + - gpu: host1x: Correct allocated size for contexts + - drm/bridge: lt9611uxc: fix the race in the error path + - arm64/arm: xen: enlighten: Fix KPTI checks + - drm/rockchip: Fix type promotion bug in rockchip_gem_iommu_map() + - xenbus: fix error exit in xenbus_init() + - xen-pciback: Consider INTx disabled when MSI/MSI-X is enabled + - drm/msm/dsi: use msm_gem_kernel_put to free TX buffer + - drm/msm/dsi: free TX buffer in unbind + - clocksource/drivers/arm_arch_timer: limit XGene-1 workaround + - drm: mediatek: mtk_dsi: Fix NO_EOT_PACKET settings/handling + - drivers/perf: hisi: use cpuhp_state_remove_instance_nocalls() for + hisi_hns3_pmu uninit process + - drm/amd/pm: Fix a memory leak on an error path + - perf/arm-cmn: Fix DTC domain detection + - drivers/perf: hisi_pcie: Check the type first in pmu::event_init() + - perf: hisi: Fix use-after-free when register pmu fails + - ARM: dts: renesas: blanche: Fix typo in GP_11_2 pin name + - arm64: dts: qcom: sdm845: Fix PSCI power domain names + - arm64: dts: qcom: sdm845: cheza doesn't support LMh node + - arm64: dts: qcom: sc7280: link usb3_phy_wrapper_gcc_usb30_pipe_clk + - arm64: dts: qcom: msm8916: Fix iommu local address range + - arm64: dts: qcom: msm8992-libra: drop duplicated reserved memory + - arm64: dts: qcom: sm6125: Pad APPS IOMMU address to 8 characters + - arm64: dts: qcom: sc7280: Add missing LMH interrupts + - arm64: dts: qcom: qrb2210-rb1: Swap UART index + - arm64: dts: qcom: sc7280: drop incorrect EUD port on SoC side + - arm64: dts: qcom: sm8150: add ref clock to PCIe PHYs + - arm64: dts: qcom: sm8350: fix pinctrl for UART18 + - arm64: dts: qcom: sdm845-mtp: fix WiFi configuration + - ARM64: dts: marvell: cn9310: Use appropriate label for spi1 pins + - arm64: dts: qcom: msm8976: Fix ipc bit shifts + - arm64: dts: qcom: msm8939: Fix iommu local address range + - riscv: dts: allwinner: remove address-cells from intc node + - arm64: dts: qcom: apq8016-sbc: Add missing ADV7533 regulators + - ARM: dts: qcom: apq8026-samsung-matisse-wifi: Fix inverted hall sensor + - ARM: dts: qcom: mdm9615: populate vsdcc fixed regulator + - soc: qcom: llcc: Handle a second device without data corruption + - kunit: Fix missed memory release in kunit_free_suite_set() + - firmware: ti_sci: Mark driver as non removable + - arm64: dts: ti: k3-am625-beagleplay: Fix typo in ramoops reg + - arm64: dts: ti: k3-am62a7-sk: Drop i2c-1 to 100Khz + - firmware: arm_ffa: Assign the missing IDR allocation ID to the FFA device + - firmware: arm_ffa: Allow the FF-A drivers to use 32bit mode of messaging + - ARM: dts: am3517-evm: Fix LED3/4 pinmux + - clk: scmi: Free scmi_clk allocated when the clocks with invalid info are + skipped + - arm64: dts: imx8qm-ss-img: Fix jpegenc compatible entry + - arm64: dts: imx8mp-debix-model-a: Remove USB hub reset-gpios + - arm64: dts: imx8mm: Add sound-dai-cells to micfil node + - arm64: dts: imx8mn: Add sound-dai-cells to micfil node + - arm64: tegra: Fix P3767 card detect polarity + - arm64: tegra: Fix P3767 QSPI speed + - firmware: tegra: Add suspend hook and reset BPMP IPC early on resume + - memory: tegra: Set BPMP msg flags to reset IPC channels + - arm64: tegra: Use correct interrupts for Tegra234 TKE + - selftests/pidfd: Fix ksft print formats + - selftests/resctrl: Ensure the benchmark commands fits to its array + - soc: qcom: pmic_glink: fix connector type to be DisplayPort + - ARM: dts: BCM5301X: Explicitly disable unused switch CPU ports + - iommufd: Add iopt_area_alloc() + - module/decompress: use vmalloc() for gzip decompression workspace + - ASoC: cs35l41: Handle mdsync_down reg write errors + - ASoC: cs35l41: Initialize completion object before requesting IRQ + - ASoC: cs35l41: Verify PM runtime resume errors in IRQ handler + - ASoC: cs35l41: Undo runtime PM changes at driver exit time + - ALSA: hda: cs35l41: Fix unbalanced pm_runtime_get() + - ALSA: hda: cs35l41: Undo runtime PM changes at driver exit time + - KEYS: Include linux/errno.h in linux/verification.h + - crypto: hisilicon/hpre - Fix a erroneous check after snprintf() + - hwrng: bcm2835 - Fix hwrng throughput regression + - hwrng: geode - fix accessing registers + - RDMA/core: Use size_{add,sub,mul}() in calls to struct_size() + - crypto: qat - fix state machines cleanup paths + - crypto: qat - ignore subsequent state up commands + - crypto: qat - fix unregistration of crypto algorithms + - crypto: qat - fix unregistration of compression algorithms + - scsi: ibmvfc: Fix erroneous use of rtas_busy_delay with hcall return code + - ASoC: soc-pcm.c: Make sure DAI parameters cleared if the DAI becomes + inactive + - libnvdimm/of_pmem: Use devm_kstrdup instead of kstrdup and check its return + value + - nd_btt: Make BTT lanes preemptible + - crypto: caam/qi2 - fix Chacha20 + Poly1305 self test failure + - crypto: caam/jr - fix Chacha20 + Poly1305 self test failure + - crypto: qat - increase size of buffers + - ASoC: SOF: ipc4-topology: Use size_add() in call to struct_size() + - PCI: vmd: Correct PCI Header Type Register's multi-function check + - hid: cp2112: Fix duplicate workqueue initialization + - crypto: hisilicon/qm - fix PF queue parameter issue + - ARM: 9321/1: memset: cast the constant byte to unsigned char + - ARM: 9323/1: mm: Fix ARCH_LOW_ADDRESS_LIMIT when CONFIG_ZONE_DMA + - ext4: move 'ix' sanity check to corrent position + - kselftest: vm: fix mdwe's mmap_FIXED test case + - ASoC: fsl: mpc5200_dma.c: Fix warning of Function parameter or member not + described + - backlight: pwm_bl: Disable PWM on shutdown, suspend and remove + - ASoC: fsl-asoc-card: Add comment for mclk in the codec_priv + - dlm: fix no ack after final message + - IB/mlx5: Fix rdma counter binding for RAW QP + - RDMA/hns: Fix printing level of asynchronous events + - RDMA/hns: Fix uninitialized ucmd in hns_roce_create_qp_common() + - RDMA/hns: Fix signed-unsigned mixed comparisons + - RDMA/hns: Add check for SL + - RDMA/hns: The UD mode can only be configured with DCQCN + - ASoC: SOF: core: Ensure sof_ops_free() is still called when probe never ran. + - ASoC: fsl: Fix PM disable depth imbalance in fsl_easrc_probe + - scsi: ufs: core: Leave space for '\0' in utf8 desc string + - RDMA/hfi1: Workaround truncation compilation error + - HID: cp2112: Make irq_chip immutable + - hid: cp2112: Fix IRQ shutdown stopping polling for all IRQs on chip + - HID: uclogic: Fix user-memory-access bug in + uclogic_params_ugee_v2_init_event_hooks() + - HID: uclogic: Fix a work->entry not empty bug in __queue_work() + - sh: bios: Revive earlyprintk support + - HID: logitech-hidpp: Don't restart IO, instead defer hid_connect() only + - HID: logitech-hidpp: Revert "Don't restart communication if not necessary" + - HID: logitech-hidpp: Move get_wireless_feature_index() check to + hidpp_connect_event() + - ASoC: Intel: Skylake: Fix mem leak when parsing UUIDs fails + - PCI: endpoint: Fix double free in __pci_epc_create() + - padata: Fix refcnt handling in padata_free_shell() + - certs: Break circular dependency when selftest is modular + - crypto: qat - fix deadlock in backlog processing + - ASoC: ams-delta.c: use component after check + - erofs: fix erofs_insert_workgroup() lockref usage + - IB/mlx5: Fix init stage error handling to avoid double free of same QP and + UAF + - mfd: core: Un-constify mfd_cell.of_reg + - mfd: core: Ensure disabled devices are skipped without aborting + - mfd: dln2: Fix double put in dln2_probe + - dt-bindings: mfd: mt6397: Split out compatible for MediaTek MT6366 PMIC + - mfd: arizona-spi: Set pdata.hpdet_channel for ACPI enumerated devs + - leds: turris-omnia: Drop unnecessary mutex locking + - leds: turris-omnia: Do not use SMBUS calls + - leds: pwm: Don't disable the PWM when the LED should be off + - leds: trigger: ledtrig-cpu:: Fix 'output may be truncated' issue for 'cpu' + - scripts/gdb: fix usage of MOD_TEXT not defined when CONFIG_MODULES=n + - perf stat: Fix aggr mode initialization + - iio: frequency: adf4350: Use device managed functions and fix power down + issue. + - perf kwork: Fix incorrect and missing free atom in work_push_atom() + - perf kwork: Add the supported subcommands to the document + - perf kwork: Set ordered_events to true in 'struct perf_tool' + - f2fs: compress: fix deadloop in f2fs_write_cache_pages() + - f2fs: compress: fix to avoid use-after-free on dic + - f2fs: compress: fix to avoid redundant compress extension + - f2fs: fix to drop meta_inode's page cache in f2fs_put_super() + - tty: tty_jobctrl: fix pid memleak in disassociate_ctty() + - perf parse-events: Remove unused PE_PMU_EVENT_FAKE token + - perf parse-events: Remove unused PE_KERNEL_PMU_EVENT token + - perf parse-events: Remove ABORT_ON + - perf tools: Revert enable indices setting syntax for BPF map + - perf parse-events: Fix tracepoint name memory leak + - livepatch: Fix missing newline character in klp_resolve_symbols() + - pinctrl: renesas: rzg2l: Make reverse order of enable() for disable() + - perf record: Fix BTF type checks in the off-cpu profiling + - dmaengine: idxd: Register dsa_bus_type before registering idxd sub-drivers + - usb: dwc2: fix possible NULL pointer dereference caused by driver + concurrency + - usb: chipidea: Fix DMA overwrite for Tegra + - usb: chipidea: Simplify Tegra DMA alignment code + - dmaengine: ti: edma: handle irq_of_parse_and_map() errors + - tools/perf: Update call stack check in builtin-lock.c + - misc: st_core: Do not call kfree_skb() under spin_lock_irqsave() + - tools: iio: iio_generic_buffer ensure alignment + - USB: usbip: fix stub_dev hub disconnect + - dmaengine: pxa_dma: Remove an erroneous BUG_ON() in pxad_free_desc() + - f2fs: fix to initialize map.m_pblk in f2fs_precache_extents() + - interconnect: qcom: qdu1000: Set ACV enable_mask + - interconnect: qcom: sc7180: Retire DEFINE_QBCM + - interconnect: qcom: sc7180: Set ACV enable_mask + - interconnect: qcom: sc7280: Set ACV enable_mask + - interconnect: qcom: sc8180x: Set ACV enable_mask + - interconnect: qcom: sc8280xp: Set ACV enable_mask + - interconnect: qcom: sdm670: Retire DEFINE_QBCM + - interconnect: qcom: sdm670: Set ACV enable_mask + - interconnect: qcom: sdm845: Retire DEFINE_QBCM + - interconnect: qcom: sdm845: Set ACV enable_mask + - interconnect: qcom: sm6350: Retire DEFINE_QBCM + - interconnect: qcom: sm6350: Set ACV enable_mask + - interconnect: qcom: sm8150: Retire DEFINE_QBCM + - interconnect: qcom: sm8150: Set ACV enable_mask + - interconnect: qcom: sm8350: Retire DEFINE_QBCM + - interconnect: qcom: sm8350: Set ACV enable_mask + - powerpc: Only define __parse_fpscr() when required + - interconnect: fix error handling in qnoc_probe() + - perf build: Add missing comment about NO_LIBTRACEEVENT=1 + - perf parse-events: Fix for term values that are raw events + - perf pmu: Remove logic for PMU name being NULL + - perf mem-events: Avoid uninitialized read + - s390/ap: re-init AP queues on config on + - modpost: fix tee MODULE_DEVICE_TABLE built on big-endian host + - modpost: fix ishtp MODULE_DEVICE_TABLE built on big-endian host + - perf tools: Do not ignore the default vmlinux.h + - powerpc/40x: Remove stale PTE_ATOMIC_UPDATES macro + - powerpc/xive: Fix endian conversion size + - powerpc: Hide empty pt_regs at base of the stack + - perf trace: Use the right bpf_probe_read(_str) variant for reading user data + - powerpc/vas: Limit open window failure messages in log bufffer + - powerpc/imc-pmu: Use the correct spinlock initializer. + - powerpc/pseries: fix potential memory leak in init_cpu_associativity() + - perf vendor events: Update PMC used in PM_RUN_INST_CMPL event for power10 + platform + - xhci: Loosen RPM as default policy to cover for AMD xHC 1.1 + - usb: host: xhci-plat: fix possible kernel oops while resuming + - perf machine: Avoid out of bounds LBR memory read + - libperf rc_check: Make implicit enabling work for GCC + - perf hist: Add missing puts to hist__account_cycles + - perf vendor events intel: Fix broadwellde tma_info_system_dram_bw_use metric + - perf vendor events intel: Add broadwellde two metrics + - 9p/net: fix possible memory leak in p9_check_errors() + - rtla: Fix uninitialized variable found + - i3c: Fix potential refcount leak in i3c_master_register_new_i3c_devs + - rtc: brcmstb-waketimer: support level alarm_irq + - cxl/pci: Remove unnecessary device reference management in sanitize work + - cxl/pci: Cleanup 'sanitize' to always poll + - cxl/pci: Remove inconsistent usage of dev_err_probe() + - cxl/pci: Clarify devm host for memdev relative setup + - cxl/pci: Fix sanitize notifier setup + - cxl/memdev: Fix sanitize vs decoder setup locking + - cxl/mem: Fix shutdown order + - virt: sevguest: Fix passing a stack buffer as a scatterlist target + - rtc: pcf85363: Allow to wake up system without IRQ + - rtc: pcf85363: fix wrong mask/val parameters in regmap_update_bits call + - cxl/region: Prepare the decoder match range helper for reuse + - cxl/region: Calculate a target position in a region interleave + - cxl/region: Use cxl_calc_interleave_pos() for auto-discovery + - cxl/region: Fix cxl_region_rwsem lock held when returning to user space + - cxl/core/regs: Rename @dev to @host in struct cxl_register_map + - cxl/port: Fix @host confusion in cxl_dport_setup_regs() + - cxl/hdm: Remove broken error path + - pcmcia: cs: fix possible hung task and memory leak pccardd() + - pcmcia: ds: fix refcount leak in pcmcia_device_add() + - pcmcia: ds: fix possible name leak in error path in pcmcia_device_add() + - media: imx-jpeg: initiate a drain of the capture queue in dynamic resolution + change + - media: hantro: Check whether reset op is defined before use + - media: verisilicon: Do not enable G2 postproc downscale if source is + narrower than destination + - media: ov5640: fix vblank unchange issue when work at dvp mode + - media: i2c: max9286: Fix some redundant of_node_put() calls + - media: ov5640: Fix a memory leak when ov5640_probe fails + - media: bttv: fix use after free error due to btv->timeout timer + - media: amphion: handle firmware debug message + - media: mtk-jpegenc: Fix bug in JPEG encode quality selection + - media: s3c-camif: Avoid inappropriate kfree() + - media: vidtv: psi: Add check for kstrdup + - media: vidtv: mux: Add check and kfree for kstrdup + - media: cedrus: Fix clock/reset sequence + - media: cadence: csi2rx: Unregister v4l2 async notifier + - media: dvb-usb-v2: af9035: fix missing unlock + - media: verisilicon: Fixes clock list for rk3588 av1 decoder + - media: imx-jpeg: notify source chagne event when the first picture parsed + - media: platform: mtk-mdp3: fix uninitialized variable in mdp_path_config() + - media: cec: meson: always include meson sub-directory in Makefile + - cpupower: fix reference to nonexistent document + - regmap: prevent noinc writes from clobbering cache + - drm/amdgpu/gfx10,11: use memcpy_to/fromio for MQDs + - drm/amdgpu: don't put MQDs in VRAM on ARM | ARM64 + - pwm: sti: Reduce number of allocations and drop usage of chip_data + - pwm: brcmstb: Utilize appropriate clock APIs in suspend/resume + - Input: synaptics-rmi4 - fix use after free in rmi_unregister_function() + - watchdog: ixp4xx: Make sure restart always works + - llc: verify mac len before reading mac header + - hsr: Prevent use after free in prp_create_tagged_frame() + - tipc: Change nla_policy for bearer-related names to NLA_NUL_STRING + - rxrpc: Fix two connection reaping bugs + - bpf: Check map->usercnt after timer->timer is assigned + - inet: shrink struct flowi_common + - octeontx2-pf: Fix error codes + - octeontx2-pf: Fix holes in error code + - net: page_pool: add missing free_percpu when page_pool_init fail + - dccp: Call security_inet_conn_request() after setting IPv4 addresses. + - dccp/tcp: Call security_inet_conn_request() after setting IPv6 addresses. + - Fix termination state for idr_for_each_entry_ul() + - net: stmmac: xgmac: Enable support for multiple Flexible PPS outputs + - selftests: pmtu.sh: fix result checking + - octeontx2-pf: Free pending and dropped SQEs + - net/smc: fix dangling sock under state SMC_APPFINCLOSEWAIT + - net/smc: allow cdc msg send rather than drop it with NULL sndbuf_desc + - net/smc: put sk reference if close work was canceled + - nvme: fix error-handling for io_uring nvme-passthrough + - riscv: boot: Fix creation of loader.bin + - tg3: power down device only on SYSTEM_POWER_OFF + - nbd: fix uaf in nbd_open + - blk-core: use pr_warn_ratelimited() in bio_check_ro() + - vsock/virtio: remove socket from connected/bound list on shutdown + - r8169: respect userspace disabling IFF_MULTICAST + - net: enetc: shorten enetc_setup_xdp_prog() error message to fit + NETLINK_MAX_FMTMSG_LEN + - i2c: iproc: handle invalid slave state + - netfilter: xt_recent: fix (increase) ipv6 literal buffer length + - netfilter: nat: fix ipv6 nat redirect with mapped and scoped addresses + - net/sched: act_ct: Always fill offloading tuple iifidx + - RISC-V: Don't fail in riscv_of_parent_hartid() for disabled HARTs + - module/decompress: use kvmalloc() consistently + - drm/vc4: tests: Fix UAF in the mock helpers + - drm/syncobj: fix DRM_SYNCOBJ_WAIT_FLAGS_WAIT_AVAILABLE + - ASoC: mediatek: mt8186_mt6366_rt1019_rt5682s: trivial: fix error messages + - ASoC: hdmi-codec: register hpd callback on component probe + - ASoC: dapm: fix clock get name + - spi: spi-zynq-qspi: add spi-mem to driver kconfig dependencies + - arm64/arm: arm_pmuv3: perf: Don't truncate 64-bit registers + - fbdev: imsttfb: fix double free in probe() + - fbdev: imsttfb: fix a resource leak in probe + - fbdev: fsl-diu-fb: mark wr_reg_wa() static + - tracing/kprobes: Fix the order of argument descriptions + - Revert "drm/ast: report connection status on Display Port." + - selftests: mptcp: fix wait_rm_addr/sf parameters + - io_uring/net: ensure socket is marked connected on connect retry + - x86/amd_nb: Use Family 19h Models 60h-7Fh Function 4 IDs + - Revert "PCI/ASPM: Disable only ASPM_STATE_L1 when driver, disables L1" + - btrfs: use u64 for buffer sizes in the tree search ioctls + - bpf, x86: initialize the variable "first_off" in save_args() + - perf parse-events: Fix driver config term + - btrfs: make found_logical_ret parameter mandatory for function + queue_scrub_stripe() + - Linux 6.5.12 + * Mantic update: v6.5.11 upstream stable release (LP: #2051117) + - ASoC: Intel: sof_sdw: add support for SKU 0B14 + - ASoC: simple-card: fixup asoc_simple_probe() error handling + - coresight: tmc-etr: Disable warnings for allocation failures + - ASoC: fsl-asoc-card: use integer type for fll_id and pll_id + - ASoC: core: Do not call link_exit() on uninitialized rtd objects + - ASoC: tlv320adc3xxx: BUG: Correct micbias setting + - net: sched: cls_u32: Fix allocation size in u32_init() + - arm64: dts: imx93: add the Flex-CAN stop mode by GPR + - can: flexcan: remove the auto stop mode for IMX93 + - irqchip/riscv-intc: Mark all INTC nodes as initialized + - irqchip/stm32-exti: add missing DT IRQ flag translation + - dmaengine: ste_dma40: Fix PM disable depth imbalance in d40_probe + - ata: pata_parport: add custom version of wait_after_reset + - ata: pata_parport: fit3: implement IDE command set registers + - powerpc/85xx: Fix math emulation exception + - media: i2c: ov8858: Don't set fwnode in the driver + - Input: synaptics-rmi4 - handle reset delay when using SMBus trsnsport + - fbdev: atyfb: only use ioremap_uc() on i386 and ia64 + - fs/ntfs3: Add ckeck in ni_update_parent() + - fs/ntfs3: Write immediately updated ntfs state + - fs/ntfs3: Use kvmalloc instead of kmalloc(... __GFP_NOWARN) + - fs/ntfs3: Add more attributes checks in mi_enum_attr() + - fs/ntfs3: Fix alternative boot searching + - fs/ntfs3: Add more info into /proc/fs/ntfs3//volinfo + - fs/ntfs3: Do not allow to change label if volume is read-only + - fs/ntfs3: Fix possible NULL-ptr-deref in ni_readpage_cmpr() + - fs/ntfs3: Fix NULL pointer dereference on error in attr_allocate_frame() + - fs/ntfs3: Fix directory element type detection + - fs/ntfs3: Avoid possible memory leak + - spi: npcm-fiu: Fix UMA reads when dummy.nbytes == 0 + - ASoC: soc-dapm: Add helper for comparing widget name + - netfilter: nfnetlink_log: silence bogus compiler warning + - net/mlx5: Bridge, fix peer entry ageing in LAG mode + - x86/efistub: Don't try to print after ExitBootService() + - efi: fix memory leak in krealloc failure handling + - ASoC: rt5650: fix the wrong result of key button + - ASoC: codecs: tas2780: Fix log of failed reset via I2C. + - s390/kasan: handle DCSS mapping in memory holes + - fbdev: omapfb: fix some error codes + - fbdev: uvesafb: Call cn_del_callback() at the end of uvesafb_exit() + - scsi: mpt3sas: Fix in error path + - ASoC: da7219: Correct the process of setting up Gnd switch in AAD + - drm/amdgpu: Unset context priority is now invalid + - gpu/drm: Eliminate DRM_SCHED_PRIORITY_UNSET + - LoongArch: Use SYM_CODE_* to annotate exception handlers + - LoongArch: Export symbol invalid_pud_table for modules building + - LoongArch: Replace kmap_atomic() with kmap_local_page() in + copy_user_highpage() + - LoongArch: Disable WUC for pgprot_writecombine() like ioremap_wc() + - netfilter: nf_tables: audit log object reset once per table + - platform/mellanox: mlxbf-tmfifo: Fix a warning message + - drm/amdgpu: Reserve fences for VM update + - riscv: dts: thead: set dma-noncoherent to soc bus + - net: chelsio: cxgb4: add an error code check in t4_load_phy_fw + - r8152: Check for unplug in rtl_phy_patch_request() + - r8152: Check for unplug in r8153b_ups_en() / r8153c_ups_en() + - powerpc/mm: Fix boot crash with FLATMEM + - ceph_wait_on_conflict_unlink(): grab reference before dropping ->d_lock + - drm/amd/display: Don't use fsleep for PSR exit waits + - rust: make `UnsafeCell` the outer type in `Opaque` + - rust: types: make `Opaque` be `!Unpin` + - perf evlist: Avoid frequency mode for the dummy event + - mmap: fix vma_iterator in error path of vma_merge() + - mmap: fix error paths with dup_anon_vma() + - ALSA: usb-audio: add quirk flag to enable native DSD for McIntosh devices + - PCI: Prevent xHCI driver from claiming AMD VanGogh USB3 DRD device + - usb: storage: set 1.50 as the lower bcdDevice for older "Super Top" + compatibility + - usb: typec: tcpm: Add additional checks for contaminant + - usb: typec: tcpm: Fix NULL pointer dereference in tcpm_pd_svdm() + - usb: raw-gadget: properly handle interrupted requests + - Bluetooth: hci_bcm4377: Mark bcm4378/bcm4387 as BROKEN_LE_CODED + - tty: n_gsm: fix race condition in status line change on dead connections + - tty: 8250: Remove UC-257 and UC-431 + - tty: 8250: Add support for additional Brainboxes UC cards + - tty: 8250: Add support for Brainboxes UP cards + - tty: 8250: Add support for Intashield IS-100 + - tty: 8250: Fix port count of PX-257 + - tty: 8250: Fix up PX-803/PX-857 + - tty: 8250: Add support for additional Brainboxes PX cards + - tty: 8250: Add support for Intashield IX cards + - tty: 8250: Add Brainboxes Oxford Semiconductor-based quirks + - dt-bindings: serial: rs485: Add rs485-rts-active-high + - misc: pci_endpoint_test: Add deviceID for J721S2 PCIe EP device support + - serial: core: Fix runtime PM handling for pending tx + - ALSA: hda: intel-dsp-config: Fix JSL Chromebook quirk detection + - ASoC: SOF: sof-pci-dev: Fix community key quirk detection + - Linux 6.5.11 + * Mantic update: v6.5.11 upstream stable release (LP: #2051117) // black + screen when wake up from s3 with AMD W7600 gfx (LP: #2051341) + - drm/ttm: Reorder sys manager cleanup step + * CVE-2024-0646 + - net: tls, update curr on splice as well + * CVE-2024-0582 + - io_uring: enable io_mem_alloc/free to be used in other parts + - io_uring/kbuf: defer release of mapped buffer rings + * CVE-2024-0565 + - smb: client: fix OOB in receive_encrypted_standard() + * CVE-2023-51781 + - appletalk: Fix Use-After-Free in atalk_ioctl + * Reject connection when malformed L2CAP signal packet is received + (LP: #2047634) + - Bluetooth: L2CAP: Send reject on command corrupted request + * Mantic update: v6.5.10 upstream stable release (LP: #2049412) + - vdpa/mlx5: Fix firmware error on creation of 1k VQs + - smb3: allow controlling length of time directory entries are cached with dir + leases + - smb3: allow controlling maximum number of cached directories + - smb3: do not start laundromat thread when dir leases disabled + - smb: client: do not start laundromat thread on nohandlecache + - smb: client: make laundromat a delayed worker + - smb: client: prevent new fids from being removed by laundromat + - virtio_balloon: Fix endless deflation and inflation on arm64 + - virtio-mmio: fix memory leak of vm_dev + - virtio-crypto: handle config changed by work queue + - virtio_pci: fix the common cfg map size + - vsock/virtio: initialize the_virtio_vsock before using VQs + - vhost: Allow null msg.size on VHOST_IOTLB_INVALIDATE + - arm64: dts: qcom: apq8096-db820c: fix missing clock populate + - arm64: dts: qcom: msm8996-xiaomi: fix missing clock populate + - arm64: dts: rockchip: use codec as clock master on px30-ringneck-haikou + - arm64: dts: rockchip: set codec system-clock-fixed on px30-ringneck-haikou + - arm64: dts: qcom: sa8775p: correct PMIC GPIO label in gpio-ranges + - arm64: dts: rockchip: Add i2s0-2ch-bus-bclk-off pins to RK3399 + - arm64: dts: rockchip: Fix i2s0 pin conflict on ROCK Pi 4 boards + - i40e: sync next_to_clean and next_to_process for programming status desc + - mm: fix vm_brk_flags() to not bail out while holding lock + - hugetlbfs: clear resv_map pointer if mmap fails + - mm/page_alloc: correct start page when guard page debug is enabled + - mm/migrate: fix do_pages_move for compat pointers + - selftests/mm: include mman header to access MREMAP_DONTUNMAP identifier + - mm/mempolicy: fix set_mempolicy_home_node() previous VMA pointer + - hugetlbfs: extend hugetlb_vma_lock to private VMAs + - maple_tree: add GFP_KERNEL to allocations in mas_expected_entries() + - nfsd: lock_rename() needs both directories to live on the same fs + - vdpa_sim_blk: Fix the potential leak of mgmt_dev + - vdpa/mlx5: Fix double release of debugfs entry + - ARM: OMAP1: ams-delta: Fix MODEM initialization failure + - ARM: dts: rockchip: Fix i2c0 register address for RK3128 + - ARM: dts: rockchip: Add missing arm timer interrupt for RK3128 + - ARM: dts: rockchip: Add missing quirk for RK3128's dma engine + - ARM: dts: rockchip: Fix timer clocks for RK3128 + - accel/ivpu: Don't enter d0i3 during FLR + - drm/i915/pmu: Check if pmu is closed before stopping event + - drm/amd: Disable ASPM for VI w/ all Intel systems + - drm/dp_mst: Fix NULL deref in get_mst_branch_device_by_guid_helper() + - btrfs: remove v0 extent handling + - btrfs: fix unwritten extent buffer after snapshotting a new subvolume + - ARM: OMAP: timer32K: fix all kernel-doc warnings + - firmware/imx-dsp: Fix use_after_free in imx_dsp_setup_channels() + - clk: ti: Fix missing omap4 mcbsp functional clock and aliases + - clk: ti: Fix missing omap5 mcbsp functional clock and aliases + - r8169: fix the KCSAN reported data-race in rtl_tx() while reading tp->cur_tx + - r8169: fix the KCSAN reported data-race in rtl_tx while reading + TxDescArray[entry].opts1 + - r8169: fix the KCSAN reported data race in rtl_rx while reading desc->opts1 + - iavf: initialize waitqueues before starting watchdog_task + - i40e: Fix I40E_FLAG_VF_VLAN_PRUNING value + - treewide: Spelling fix in comment + - igb: Fix potential memory leak in igb_add_ethtool_nfc_entry + - net: do not leave an empty skb in write queue + - neighbour: fix various data-races + - igc: Fix ambiguity in the ethtool advertising + - net: ethernet: adi: adin1110: Fix uninitialized variable + - net: ieee802154: adf7242: Fix some potential buffer overflow in + adf7242_stats_show() + - net: usb: smsc95xx: Fix uninit-value access in smsc95xx_read_reg + - r8152: Increase USB control msg timeout to 5000ms as per spec + - r8152: Run the unload routine if we have errors during probe + - r8152: Cancel hw_phy_work if we have an error in probe + - r8152: Release firmware if we have an error in probe + - tcp: fix wrong RTO timeout when received SACK reneging + - wifi: cfg80211: pass correct pointer to rdev_inform_bss() + - wifi: cfg80211: fix assoc response warning on failed links + - wifi: mac80211: don't drop all unprotected public action frames + - net/handshake: fix file ref count in handshake_nl_accept_doit() + - gtp: uapi: fix GTPA_MAX + - gtp: fix fragmentation needed check with gso + - drm/i915/perf: Determine context valid in OA reports + - i40e: Fix wrong check for I40E_TXR_FLAGS_WB_ON_ITR + - netfilter: flowtable: GC pushes back packets to classic path + - net/sched: act_ct: additional checks for outdated flows + - drm/logicvc: Kconfig: select REGMAP and REGMAP_MMIO + - drm/i915/mcr: Hold GT forcewake during steering operations + - iavf: in iavf_down, disable queues when removing the driver + - scsi: sd: Introduce manage_shutdown device flag + - blk-throttle: check for overflow in calculate_bytes_allowed + - kasan: print the original fault addr when access invalid shadow + - iio: afe: rescale: Accept only offset channels + - iio: exynos-adc: request second interupt only when touchscreen mode is used + - iio: adc: xilinx-xadc: Don't clobber preset voltage/temperature thresholds + - iio: adc: xilinx-xadc: Correct temperature offset/scale for UltraScale + - i2c: muxes: i2c-mux-pinctrl: Use of_get_i2c_adapter_by_node() + - i2c: muxes: i2c-mux-gpmux: Use of_get_i2c_adapter_by_node() + - i2c: muxes: i2c-demux-pinctrl: Use of_get_i2c_adapter_by_node() + - i2c: stm32f7: Fix PEC handling in case of SMBUS transfers + - i2c: aspeed: Fix i2c bus hang in slave read + - tracing/kprobes: Fix symbol counting logic by looking at modules as well + - tracing/kprobes: Fix the description of variable length arguments + - misc: fastrpc: Reset metadata buffer to avoid incorrect free + - misc: fastrpc: Free DMA handles for RPC calls with no arguments + - misc: fastrpc: Clean buffers on remote invocation failures + - misc: fastrpc: Unmap only if buffer is unmapped from DSP + - nvmem: imx: correct nregs for i.MX6ULL + - nvmem: imx: correct nregs for i.MX6SLL + - nvmem: imx: correct nregs for i.MX6UL + - x86/tsc: Defer marking TSC unstable to a worker + - x86/i8259: Skip probing when ACPI/MADT advertises PCAT compatibility + - x86/cpu: Add model number for Intel Arrow Lake mobile processor + - perf/core: Fix potential NULL deref + - sparc32: fix a braino in fault handling in csum_and_copy_..._user() + - clk: Sanitize possible_parent_show to Handle Return Value of + of_clk_get_parent_name + - clk: socfpga: gate: Account for the divider in determine_rate + - clk: stm32: Fix a signedness issue in clk_stm32_composite_determine_rate() + - platform/x86: Add s2idle quirk for more Lenovo laptops + - mm/damon/sysfs: check DAMOS regions update progress from before_terminate() + - accel/ivpu/37xx: Fix missing VPUIP interrupts + - Linux 6.5.10 + * CVE-2023-6560 + - io_uring: don't allow discontig pages for IORING_SETUP_NO_MMAP + * CVE-2023-51782 + - net/rose: Fix Use-After-Free in rose_ioctl + * Mantic update: v6.5.9 upstream stable release (LP: #2049202) + - Bluetooth: hci_event: Ignore NULL link key + - Bluetooth: Reject connection with the device which has same BD_ADDR + - Bluetooth: Fix a refcnt underflow problem for hci_conn + - Bluetooth: vhci: Fix race when opening vhci device + - Bluetooth: hci_event: Fix coding style + - Bluetooth: avoid memcmp() out of bounds warning + - Bluetooth: hci_conn: Fix modifying handle while aborting + - ice: fix over-shifted variable + - ice: Fix safe mode when DDP is missing + - ice: reset first in crash dump kernels + - net/smc: return the right falback reason when prefix checks fail + - btrfs: fix stripe length calculation for non-zoned data chunk allocation + - nfc: nci: fix possible NULL pointer dereference in send_acknowledge() + - regmap: fix NULL deref on lookup + - KVM: x86: Mask LVTPC when handling a PMI + - x86/fpu: Allow caller to constrain xfeatures when copying to uabi buffer + - KVM: x86/pmu: Truncate counter value to allowed width on write + - KVM: x86: Constrain guest-supported xfeatures only at KVM_GET_XSAVE{2} + - x86: KVM: SVM: add support for Invalid IPI Vector interception + - x86: KVM: SVM: refresh AVIC inhibition in svm_leave_nested() + - tcp: check mptcp-level constraints for backlog coalescing + - mptcp: more conservative check for zero probes + - selftests: mptcp: join: no RST when rm subflow/addr + - mm: slab: Do not create kmalloc caches smaller than arch_slab_minalign() + - fs/ntfs3: Fix OOB read in ntfs_init_from_boot + - fs/ntfs3: Fix possible null-pointer dereference in hdr_find_e() + - fs/ntfs3: fix panic about slab-out-of-bounds caused by ntfs_list_ea() + - fs/ntfs3: Fix shift-out-of-bounds in ntfs_fill_super + - fs/ntfs3: fix deadlock in mark_as_free_ex + - Revert "net: wwan: iosm: enable runtime pm support for 7560" + - netfilter: nft_payload: fix wrong mac header matching + - drm/i915: Retry gtt fault when out of fence registers + - drm/mediatek: Correctly free sg_table in gem prime vmap + - drm/nouveau/disp: fix DP capable DSM connectors + - drm/edid: add 8 bpc quirk to the BenQ GW2765 + - ALSA: hda/realtek - Fixed ASUS platform headset Mic issue + - ALSA: hda/realtek: Add quirk for ASUS ROG GU603ZV + - ALSA: hda/relatek: Enable Mute LED on HP Laptop 15s-fq5xxx + - ASoC: codecs: wcd938x-sdw: fix use after free on driver unbind + - ASoC: codecs: wcd938x-sdw: fix runtime PM imbalance on probe errors + - ASoC: codecs: wcd938x: drop bogus bind error handling + - ASoC: codecs: wcd938x: fix unbind tear down order + - ASoC: codecs: wcd938x: fix resource leaks on bind errors + - ASoC: codecs: wcd938x: fix regulator leaks on probe errors + - ASoC: codecs: wcd938x: fix runtime PM imbalance on remove + - qed: fix LL2 RX buffer allocation + - xfrm: fix a data-race in xfrm_lookup_with_ifid() + - xfrm6: fix inet6_dev refcount underflow problem + - xfrm: fix a data-race in xfrm_gen_index() + - xfrm: interface: use DEV_STATS_INC() + - net: xfrm: skip policies marked as dead while reinserting policies + - fprobe: Fix to ensure the number of active retprobes is not zero + - wifi: cfg80211: use system_unbound_wq for wiphy work + - net: ipv4: fix return value check in esp_remove_trailer + - net: ipv6: fix return value check in esp_remove_trailer + - net: rfkill: gpio: prevent value glitch during probe + - tcp: fix excessive TLP and RACK timeouts from HZ rounding + - tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skb + - tcp: Fix listen() warning with v4-mapped-v6 address. + - docs: fix info about representor identification + - tun: prevent negative ifindex + - gve: Do not fully free QPL pages on prefill errors + - ipv4: fib: annotate races around nh->nh_saddr_genid and nh->nh_saddr + - net: usb: smsc95xx: Fix an error code in smsc95xx_reset() + - octeon_ep: update BQL sent bytes before ringing doorbell + - i40e: prevent crash on probe if hw registers have invalid values + - net: dsa: bcm_sf2: Fix possible memory leak in bcm_sf2_mdio_register() + - bonding: Return pointer to data after pull on skb + - net/sched: sch_hfsc: upgrade 'rt' to 'sc' when it becomes a inner curve + - neighbor: tracing: Move pin6 inside CONFIG_IPV6=y section + - selftests: openvswitch: Catch cases where the tests are killed + - selftests: openvswitch: Fix the ct_tuple for v4 + - selftests: netfilter: Run nft_audit.sh in its own netns + - netfilter: nft_set_rbtree: .deactivate fails if element has expired + - netlink: Correct offload_xstats size + - netfilter: nf_tables: do not refresh timeout when resetting element + - netfilter: nf_tables: do not remove elements if set backend implements + .abort + - netfilter: nf_tables: revert do not remove elements if set backend + implements .abort + - selftests: openvswitch: Add version check for pyroute2 + - net: phy: bcm7xxx: Add missing 16nm EPHY statistics + - net: pktgen: Fix interface flags printing + - net: more strict VIRTIO_NET_HDR_GSO_UDP_L4 validation + - net: mdio-mux: fix C45 access returning -EIO after API change + - net: avoid UAF on deleted altname + - net: fix ifname in netlink ntf during netns move + - net: check for altname conflicts when changing netdev's netns + - iio: light: vcnl4000: Don't power on/off chip in config + - pwr-mlxbf: extend Kconfig to include gpio-mlxbf3 dependency + - ARM: dts: ti: omap: Fix noisy serial with overrun-throttle-ms for mapphone + - arm64: dts: mediatek: Fix "mediatek,merge-mute" and "mediatek,merge-fifo-en" + types + - fs-writeback: do not requeue a clean inode having skipped pages + - btrfs: fix race when refilling delayed refs block reserve + - btrfs: prevent transaction block reserve underflow when starting transaction + - btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1 + - btrfs: initialize start_slot in btrfs_log_prealloc_extents + - i2c: mux: Avoid potential false error message in i2c_mux_add_adapter + - overlayfs: set ctime when setting mtime and atime + - accel/ivpu: Don't flood dmesg with VPU ready message + - gpio: timberdale: Fix potential deadlock on &tgpio->lock + - ata: libata-core: Fix compilation warning in ata_dev_config_ncq() + - ata: libata-eh: Fix compilation warning in ata_eh_link_report() + - tracing: relax trace_event_eval_update() execution with cond_resched() + - wifi: mwifiex: Sanity check tlv_len and tlv_bitmap_len + - wifi: cfg80211: validate AP phy operation before starting it + - wifi: iwlwifi: Ensure ack flag is properly cleared. + - rfkill: sync before userspace visibility/changes + - HID: logitech-hidpp: Add Bluetooth ID for the Logitech M720 Triathlon mouse + - HID: holtek: fix slab-out-of-bounds Write in holtek_kbd_input_event + - Bluetooth: btusb: add shutdown function for QCA6174 + - Bluetooth: Avoid redundant authentication + - Bluetooth: hci_core: Fix build warnings + - wifi: cfg80211: Fix 6GHz scan configuration + - wifi: mac80211: work around Cisco AP 9115 VHT MPDU length + - wifi: mac80211: allow transmitting EAPOL frames with tainted key + - wifi: cfg80211: avoid leaking stack data into trace + - regulator/core: Revert "fix kobject release warning and memory leak in + regulator_register()" + - SUNRPC: Fail quickly when server does not recognize TLS + - SUNRPC/TLS: Lock the lower_xprt during the tls handshake + - nfs: decrement nrequests counter before releasing the req + - sky2: Make sure there is at least one frag_addr available + - ipv4/fib: send notify when delete source address routes + - drm: panel-orientation-quirks: Add quirk for One Mix 2S + - btrfs: fix some -Wmaybe-uninitialized warnings in ioctl.c + - btrfs: error out when COWing block using a stale transaction + - btrfs: error when COWing block from a root that is being deleted + - btrfs: error out when reallocating block for defrag using a stale + transaction + - platform/x86: touchscreen_dmi: Add info for the BUSH Bush Windows tablet + - drm/amd/pm: add unique_id for gc 11.0.3 + - HID: multitouch: Add required quirk for Synaptics 0xcd7e device + - HID: nintendo: reinitialize USB Pro Controller after resuming from suspend + - HID: Add quirk to ignore the touchscreen battery on HP ENVY 15-eu0556ng + - platform/x86: touchscreen_dmi: Add info for the Positivo C4128B + - cpufreq: schedutil: Update next_freq when cpufreq_limits change + - Bluetooth: hci_sync: Fix not handling ISO_LINK in hci_abort_conn_sync + - Bluetooth: hci_sync: Introduce PTR_UINT/UINT_PTR macros + - Bluetooth: ISO: Fix invalid context error + - Bluetooth: hci_sync: delete CIS in BT_OPEN/CONNECT/BOUND when aborting + - Bluetooth: hci_sync: always check if connection is alive before deleting + - net/mlx5: E-switch, register event handler before arming the event + - net/mlx5: Handle fw tracer change ownership event based on MTRC + - net/mlx5e: RX, Fix page_pool allocation failure recovery for striding rq + - net/mlx5e: RX, Fix page_pool allocation failure recovery for legacy rq + - net/mlx5e: XDP, Fix XDP_REDIRECT mpwqe page fragment leaks on shutdown + - net/mlx5e: Take RTNL lock before triggering netdev notifiers + - net/mlx5e: Don't offload internal port if filter device is out device + - net/mlx5e: Fix VF representors reporting zero counters to "ip -s" command + - net/tls: split tls_rx_reader_lock + - tcp: allow again tcp_disconnect() when threads are waiting + - Bluetooth: hci_event: Fix using memcmp when comparing keys + - tcp_bpf: properly release resources on error paths + - mtd: rawnand: qcom: Unmap the right resource upon probe failure + - mtd: rawnand: pl353: Ensure program page operations are successful + - mtd: rawnand: marvell: Ensure program page operations are successful + - mtd: rawnand: arasan: Ensure program page operations are successful + - mtd: rawnand: Ensure the nand chip supports cached reads + - mtd: spinand: micron: correct bitmask for ecc status + - mtd: physmap-core: Restore map_rom fallback + - dt-bindings: mmc: sdhci-msm: correct minimum number of clocks + - mmc: sdhci-pci-gli: fix LPM negotiation so x86/S0ix SoCs can suspend + - mmc: mtk-sd: Use readl_poll_timeout_atomic in msdc_reset_hw + - mmc: core: Fix error propagation for some ioctl commands + - mmc: core: sdio: hold retuning if sdio in 1-bit mode + - pinctrl: qcom: lpass-lpi: fix concurrent register updates + - pNFS: Fix a hang in nfs4_evict_inode() + - pNFS/flexfiles: Check the layout validity in ff_layout_mirror_prepare_stats + - NFSv4.1: fixup use EXCHGID4_FLAG_USE_PNFS_DS for DS server + - ACPI: irq: Fix incorrect return value in acpi_register_gsi() + - ACPI: bus: Move acpi_arm_init() to the place of after acpi_ghes_init() + - perf dlfilter: Fix use of addr_location__exit() in dlfilter__object_code() + - fanotify: limit reporting of event with non-decodeable file handles + - NFS: Fix potential oops in nfs_inode_remove_request() + - nfs42: client needs to strip file mode's suid/sgid bit after ALLOCATE op + - nvme: sanitize metadata bounce buffer for reads + - nvme-pci: add BOGUS_NID for Intel 0a54 device + - nvme-auth: use chap->s2 to indicate bidirectional authentication + - nvmet-auth: complete a request only after freeing the dhchap pointers + - nvme-rdma: do not try to stop unallocated queues + - USB: serial: option: add Telit LE910C4-WWX 0x1035 composition + - USB: serial: option: add entry for Sierra EM9191 with new firmware + - USB: serial: option: add Fibocom to DELL custom modem FM101R-GL + - thunderbolt: Call tb_switch_put() once DisplayPort bandwidth request is + finished + - s390/pci: fix iommu bitmap allocation + - tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbols + - selftests/ftrace: Add new test case which checks non unique symbol + - KEYS: asymmetric: Fix sign/verify on pkcs1pad without a hash + - apple-gmux: Hard Code max brightness for MMIO gmux + - s390/cio: fix a memleak in css_alloc_subchannel + - platform/surface: platform_profile: Propagate error if profile registration + fails + - platform/x86: intel-uncore-freq: Conditionally create attribute for read + frequency + - platform/x86: msi-ec: Fix the 3rd config + - platform/x86: asus-wmi: Change ASUS_WMI_BRN_DOWN code from 0x20 to 0x2e + - platform/x86: asus-wmi: Only map brightness codes when using asus-wmi + backlight control + - platform/x86: asus-wmi: Map 0x2a code, Ignore 0x2b and 0x2c events + - rust: error: fix the description for `ECHILD` + - gpiolib: acpi: Add missing memset(0) to acpi_get_gpiod_from_data() + - gpio: vf610: set value before the direction to avoid a glitch + - gpio: vf610: mask the gpio irq in system suspend and support wakeup + - ASoC: cs35l56: Fix illegal use of init_completion() + - ASoC: pxa: fix a memory leak in probe() + - ASoC: cs42l42: Fix missing include of gpio/consumer.h + - drm/bridge: ti-sn65dsi86: Associate DSI device lifetime with auxiliary + device + - drm/i915/cx0: Only clear/set the Pipe Reset bit of the PHY Lanes Owned + - drm/amdgpu: Fix possible null pointer dereference + - powerpc/mm: Allow ARCH_FORCE_MAX_ORDER up to 12 + - powerpc/qspinlock: Fix stale propagated yield_cpu + - docs: Move rustdoc output, cross-reference it + - rust: docs: fix logo replacement + - phy: mapphone-mdm6600: Fix runtime disable on probe + - phy: mapphone-mdm6600: Fix runtime PM for remove + - phy: mapphone-mdm6600: Fix pinctrl_pm handling for sleep pins + - phy: qcom-qmp-usb: initialize PCS_USB registers + - phy: qcom-qmp-usb: split PCS_USB init table for sc8280xp and sa8775p + - phy: qcom-qmp-combo: Square out 8550 POWER_STATE_CONFIG1 + - phy: qcom-qmp-combo: initialize PCS_USB registers + - efi/unaccepted: Fix soft lockups caused by parallel memory acceptance + - net: move altnames together with the netdevice + - Bluetooth: hci_sock: fix slab oob read in create_monitor_event + - net: rfkill: reduce data->mtx scope in rfkill_fop_open + - docs: rust: update Rust docs output path + - kbuild: remove old Rust docs output path + - Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX name + - mptcp: avoid sending RST when closing the initial subflow + - selftests: mptcp: join: correctly check for no RST + - Linux 6.5.9 + * CVE-2023-51779 + - Bluetooth: af_bluetooth: Fix Use-After-Free in bt_sock_recvmsg + + -- Roxana Nicolescu Mon, 26 Feb 2024 11:15:09 +0100 + +linux-lowlatency-hwe-6.5 (6.5.0-21.21.1~22.04.1) jammy; urgency=medium + + * jammy/linux-lowlatency-hwe-6.5: 6.5.0-21.21.1~22.04.1 -proposed tracker + (LP: #2052277) + + [ Ubuntu: 6.5.0-21.21.1 ] + + * mantic/linux-lowlatency: 6.5.0-21.21.1 -proposed tracker (LP: #2052278) + * mantic/linux: 6.5.0-21.21 -proposed tracker (LP: #2052603) + * The display becomes frozen after some time when a HDMI device is connected. + (LP: #2049027) + - drm/i915/dmc: Don't enable any pipe DMC events + * partproke is broken on empty loopback device (LP: #2049689) + - block: Move checking GENHD_FL_NO_PART to bdev_add_partition() + * CVE-2023-51781 + - appletalk: Fix Use-After-Free in atalk_ioctl + * CVE-2023-51780 + - atm: Fix Use-After-Free in do_vcc_ioctl + * CVE-2023-6915 + - ida: Fix crash in ida_free when the bitmap is empty + * CVE-2024-0565 + - smb: client: fix OOB in receive_encrypted_standard() + * CVE-2024-0582 + - io_uring: enable io_mem_alloc/free to be used in other parts + - io_uring/kbuf: defer release of mapped buffer rings + * CVE-2024-0646 + - net: tls, update curr on splice as well + + -- Roxana Nicolescu Tue, 13 Feb 2024 17:13:54 +0100 + +linux-lowlatency-hwe-6.5 (6.5.0-17.17.1.1.1~22.04.1) jammy; urgency=medium + + * jammy/linux-lowlatency-hwe-6.5: 6.5.0-17.17.1.1.1~22.04.1 -proposed tracker + (LP: #2048360) + + [ Ubuntu: 6.5.0-17.17.1 ] + + * mantic/linux-lowlatency: 6.5.0-17.17.1 -proposed tracker (LP: #2048361) + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/2024.01.08) + * mantic/linux: 6.5.0-17.17 -proposed tracker (LP: #2049026) + * [UBUNTU 23.04] Regression: Ubuntu 23.04/23.10 do not include uvdevice + anymore (LP: #2048919) + - [Config] Enable S390_UV_UAPI (built-in) + * mantic/linux: 6.5.0-16.16 -proposed tracker (LP: #2048372) + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + - [Packaging] resync update-dkms-versions helper + - [Packaging] remove helper scripts + - [Packaging] update annotations scripts + - debian/dkms-versions -- update from kernel-versions (main/2024.01.08) + * Add missing RPL P/U CPU IDs (LP: #2047398) + - drm/i915/rpl: Update pci ids for RPL P/U + * Fix BCM57416 lost after resume (LP: #2047518) + - bnxt_en: Clear resource reservation during resume + * Hotplugging SCSI disk in QEMU VM fails (LP: #2047382) + - Revert "PCI: acpiphp: Reassign resources on bridge if necessary" + * Update bnxt_en with bug fixes and support for Broadcom 5760X network + adapters (LP: #2045796) + - bnxt_en: use dev_consume_skb_any() in bnxt_tx_int + - eth: bnxt: move and rename reset helpers + - eth: bnxt: take the bit to set as argument of bnxt_queue_sp_work() + - eth: bnxt: handle invalid Tx completions more gracefully + - eth: bnxt: fix one of the W=1 warnings about fortified memcpy() + - eth: bnxt: fix warning for define in struct_group + - bnxt_en: Fix W=1 warning in bnxt_dcb.c from fortify memcpy() + - bnxt_en: Fix W=stringop-overflow warning in bnxt_dcb.c + - bnxt_en: Use the unified RX page pool buffers for XDP and non-XDP + - bnxt_en: Let the page pool manage the DMA mapping + - bnxt_en: Increment rx_resets counter in bnxt_disable_napi() + - bnxt_en: Save ring error counters across reset + - bnxt_en: Display the ring error counters under ethtool -S + - bnxt_en: Add tx_resets ring counter + - bnxt: use the NAPI skb allocation cache + - bnxt_en: Update firmware interface to 1.10.2.171 + - bnxt_en: Enhance hwmon temperature reporting + - bnxt_en: Move hwmon functions into a dedicated file + - bnxt_en: Modify the driver to use hwmon_device_register_with_info + - bnxt_en: Expose threshold temperatures through hwmon + - bnxt_en: Use non-standard attribute to expose shutdown temperature + - bnxt_en: Event handler for Thermal event + - bnxt_en: Support QOS and TPID settings for the SRIOV VLAN + - bnxt_en: Update VNIC resource calculation for VFs + - Revert "bnxt_en: Support QOS and TPID settings for the SRIOV VLAN" + - eth: bnxt: fix backward compatibility with older devices + - bnxt_en: Do not call sleeping hwmon_notify_event() from NAPI + - bnxt_en: Fix invoking hwmon_notify_event + - bnxt_en: add infrastructure to lookup ethtool link mode + - bnxt_en: support lane configuration via ethtool + - bnxt_en: refactor speed independent ethtool modes + - bnxt_en: Refactor NRZ/PAM4 link speed related logic + - bnxt_en: convert to linkmode_set_bit() API + - bnxt_en: extend media types to supported and autoneg modes + - bnxt_en: Fix 2 stray ethtool -S counters + - bnxt_en: Put the TX producer information in the TX BD opaque field + - bnxt_en: Add completion ring pointer in TX and RX ring structures + - bnxt_en: Restructure cp_ring_arr in struct bnxt_cp_ring_info + - bnxt_en: Add completion ring pointer in TX and RX ring structures + - bnxt_en: Remove BNXT_RX_HDL and BNXT_TX_HDL + - bnxt_en: Refactor bnxt_tx_int() + - bnxt_en: New encoding for the TX opaque field + - bnxt_en: Refactor bnxt_hwrm_set_coal() + - bnxt_en: Support up to 8 TX rings per MSIX + - bnxt_en: Add helper to get the number of CP rings required for TX rings + - bnxt_en: Add macros related to TC and TX rings + - bnxt_en: Use existing MSIX vectors for all mqprio TX rings + - bnxt_en: Optimize xmit_more TX path + - bnxt_en: The caller of bnxt_alloc_ctx_mem() should always free bp->ctx + - bnxt_en: Free bp->ctx inside bnxt_free_ctx_mem() + - bnxt_en: Restructure context memory data structures + - bnxt_en: Add page info to struct bnxt_ctx_mem_type + - bnxt_en: Use the pg_info field in bnxt_ctx_mem_type struct + - bnxt_en: Add bnxt_setup_ctxm_pg_tbls() helper function + - bnxt_en: Add support for new backing store query firmware API + - bnxt_en: Add support for HWRM_FUNC_BACKING_STORE_CFG_V2 firmware calls + - bnxt_en: Add db_ring_mask and related macro to bnxt_db_info struct. + - bnxt_en: Modify TX ring indexing logic. + - bnxt_en: Modify RX ring indexing logic. + - bnxt_en: Modify the NAPI logic for the new P7 chips + - bnxt_en: Rename some macros for the P5 chips + - bnxt_en: Fix backing store V2 logic + - bnxt_en: Update firmware interface to 1.10.3.15 + - bnxt_en: Define basic P7 macros + - bnxt_en: Consolidate DB offset calculation + - bnxt_en: Implement the new toggle bit doorbell mechanism on P7 chips + - bnxt_en: Refactor RSS capability fields + - bnxt_en: Add new P7 hardware interface definitions + - bnxt_en: Refactor RX VLAN acceleration logic. + - bnxt_en: Refactor and refine bnxt_tpa_start() and bnxt_tpa_end(). + - bnxt_en: Add support for new RX and TPA_START completion types for P7 + - bnxt_en: Refactor ethtool speeds logic + - bnxt_en: Support new firmware link parameters + - bnxt_en: Support force speed using the new HWRM fields + - bnxt_en: Report the new ethtool link modes in the new firmware interface + - bnxt_en: Add 5760X (P7) PCI IDs + - net: bnxt: fix a potential use-after-free in bnxt_init_tc + * drm: Update file owner during use (LP: #2047461) + - drm: Update file owner during use + * CVE-2023-6622 + - netfilter: nf_tables: bail out on mismatching dynset and set expressions + * CVE-2024-0193 + - netfilter: nf_tables: skip set commit for deleted/destroyed sets + * Support Cirrus CS35L41 codec on Dell Oasis 13/14/16 laptops (LP: #2044096) + - ALSA: hda/realtek: Add support dual speaker for Dell + * Add support of MTL audio of Lenovo (LP: #2048078) + - ALSA: hda: intel-nhlt: Ignore vbps when looking for DMIC 32 bps format + * Fix AMDGPU crash on 6.5 kernel (LP: #2047389) + - drm/amdgpu: disable MCBP by default + * Some machines can't pass the pm-graph test (LP: #2046217) + - wifi: iwlwifi: pcie: rescan bus if no parent + * Sound: Add rtl quirk of M90-Gen5 (LP: #2046105) + - ALSA: hda/realtek: Enable headset on Lenovo M90 Gen5 + * linux tools packages for derived kernels refuse to install simultaneously + due to libcpupower name collision (LP: #2035971) + - [Packaging] Statically link libcpupower into cpupower tool + * [Debian] autoreconstruct - Do not generate chmod -x for deleted files + (LP: #2045562) + - [Debian] autoreconstruct - Do not generate chmod -x for deleted files + * CVE-2023-6931 + - perf: Fix perf_event_validate_size() + - perf: Fix perf_event_validate_size() lockdep splat + * Mantic update: v6.5.8 upstream stable release (LP: #2046269) + - net: stmmac: remove unneeded stmmac_poll_controller + - RDMA/cxgb4: Check skb value for failure to allocate + - perf/arm-cmn: Fix the unhandled overflow status of counter 4 to 7 + - platform/x86: think-lmi: Fix reference leak + - drm/i915: Register engines early to avoid type confusion + - cpuidle, ACPI: Evaluate LPI arch_flags for broadcast timer + - drm/amdgpu: Fix a memory leak + - platform/x86: hp-wmi:: Mark driver struct with __refdata to prevent section + mismatch warning + - media: dt-bindings: imx7-csi: Make power-domains not required for imx8mq + - drm/amd/display: implement pipe type definition and adding accessors + - drm/amd/display: apply edge-case DISPCLK WDIVIDER changes to master OTG + pipes only + - scsi: Do not rescan devices with a suspended queue + - ata: pata_parport: fix pata_parport_devchk + - ata: pata_parport: implement set_devctl + - HID: logitech-hidpp: Fix kernel crash on receiver USB disconnect + - quota: Fix slow quotaoff + - dm crypt: Fix reqsize in crypt_iv_eboiv_gen + - ASoC: amd: yc: Fix non-functional mic on Lenovo 82YM + - ASoC: hdmi-codec: Fix broken channel map reporting + - ata: libata-scsi: Disable scsi device manage_system_start_stop + - net: prevent address rewrite in kernel_bind() + - arm64: dts: qcom: sm8150: extend the size of the PDC resource + - dt-bindings: interrupt-controller: renesas,rzg2l-irqc: Update description + for '#interrupt-cells' property + - irqchip: renesas-rzg2l: Fix logic to clear TINT interrupt source + - KEYS: trusted: Remove redundant static calls usage + - ALSA: usb-audio: Fix microphone sound on Opencomm2 Headset + - ALSA: usb-audio: Fix microphone sound on Nexigo webcam. + - ALSA: hda: cs35l41: Cleanup and fix double free in firmware request + - ALSA: hda/realtek: Change model for Intel RVP board + - ASoC: SOF: amd: fix for firmware reload failure after playback + - ASoC: simple-card-utils: fixup simple_util_startup() error handling + - ASoC: Intel: soc-acpi: fix Dell SKU 0B34 + - ASoC: Intel: soc-acpi: Add entry for HDMI_In capture support in MTL match + table + - ASoC: fsl_sai: Don't disable bitclock for i.MX8MP + - ASoC: Intel: sof_sdw: add support for SKU 0B14 + - ASoC: Intel: soc-acpi: Add entry for sof_es8336 in MTL match table. + - ALSA: hda/realtek - ALC287 merge RTK codec with CS CS35L41 AMP + - ALSA: hda/realtek: Add quirk for HP Victus 16-d1xxx to enable mute LED + - ALSA: hda/realtek: Add quirk for mute LEDs on HP ENVY x360 15-eu0xxx + - pinctrl: nuvoton: wpcm450: fix out of bounds write + - pinctrl: starfive: jh7110: Fix failure to set irq after CONFIG_PM is enabled + - drm/msm/dp: do not reinitialize phy unless retry during link training + - drm/msm/dsi: skip the wait for video mode done if not applicable + - drm/msm/dsi: fix irq_of_parse_and_map() error checking + - drm/msm/dpu: change _dpu_plane_calc_bw() to use u64 to avoid overflow + - drm/msm/dp: Add newlines to debug printks + - drm/msm/dpu: fail dpu_plane_atomic_check() based on mdp clk limits + - phy: lynx-28g: cancel the CDR check work item on the remove path + - phy: lynx-28g: lock PHY while performing CDR lock workaround + - phy: lynx-28g: serialize concurrent phy_set_mode_ext() calls to shared + registers + - net: dsa: qca8k: fix regmap bulk read/write methods on big endian systems + - net: dsa: qca8k: fix potential MDIO bus conflict when accessing internal + PHYs via management frames + - can: isotp: isotp_sendmsg(): fix TX state detection and wait behavior + - can: sun4i_can: Only show Kconfig if ARCH_SUNXI is set + - arm64: dts: mediatek: fix t-phy unit name + - arm64: dts: mediatek: mt8195: Set DSU PMU status to fail + - devlink: Hold devlink lock on health reporter dump get + - ravb: Fix up dma_free_coherent() call in ravb_remove() + - ravb: Fix use-after-free issue in ravb_tx_timeout_work() + - ieee802154: ca8210: Fix a potential UAF in ca8210_probe + - mlxsw: fix mlxsw_sp2_nve_vxlan_learning_set() return type + - xen-netback: use default TX queue size for vifs + - riscv, bpf: Sign-extend return values + - riscv, bpf: Track both a0 (RISC-V ABI) and a5 (BPF) return values + - xdp: Fix zero-size allocation warning in xskq_create() + - drm/vmwgfx: fix typo of sizeof argument + - bpf: Fix verifier log for async callback return values + - net: refine debug info in skb_checksum_help() + - octeontx2-pf: mcs: update PN only when update_pn is true + - net: macsec: indicate next pn update when offloading + - net: phy: mscc: macsec: reject PN update requests + - net/mlx5e: macsec: use update_pn flag instead of PN comparation + - drm/panel: boe-tv101wum-nl6: Completely pull GPW to VGL before TP term + - ixgbe: fix crash with empty VF macvlan list + - net/smc: Fix dependency of SMC on ISM + - net/mlx5e: Again mutually exclude RX-FCS and RX-port-timestamp + - s390/bpf: Fix clobbering the caller's backchain in the trampoline + - s390/bpf: Fix unwinding past the trampoline + - net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn() + - net: tcp: fix crashes trying to free half-baked MTU probes + - pinctrl: renesas: rzn1: Enable missing PINMUX + - af_packet: Fix fortified memcpy() without flex array. + - nfc: nci: assert requested protocol is valid + - octeontx2-pf: Fix page pool frag allocation warning + - rswitch: Fix renesas_eth_sw_remove() implementation + - rswitch: Fix imbalance phy_power_off() calling + - workqueue: Override implicit ordered attribute in + workqueue_apply_unbound_cpumask() + - riscv: signal: fix sigaltstack frame size checking + - ovl: temporarily disable appending lowedirs + - dmaengine: stm32-mdma: abort resume if no ongoing transfer + - dmaengine: stm32-dma: fix stm32_dma_prep_slave_sg in case of MDMA chaining + - dmaengine: stm32-dma: fix residue in case of MDMA chaining + - dmaengine: stm32-mdma: use Link Address Register to compute residue + - dmaengine: stm32-mdma: set in_flight_bytes in case CRQA flag is set + - usb: xhci: xhci-ring: Use sysdev for mapping bounce buffer + - xhci: track port suspend state correctly in unsuccessful resume cases + - xhci: Clear EHB bit only at end of interrupt handler + - xhci: Preserve RsvdP bits in ERSTBA register correctly + - net: usb: dm9601: fix uninitialized variable use in dm9601_mdio_read + - usb: dwc3: Soft reset phy on probe for host + - usb: cdns3: Modify the return value of cdns_set_active () to void when + CONFIG_PM_SLEEP is disabled + - usb: hub: Guard against accesses to uninitialized BOS descriptors + - usb: musb: Get the musb_qh poniter after musb_giveback + - usb: musb: Modify the "HWVers" register address + - iio: pressure: bmp280: Fix NULL pointer exception + - iio: imu: bno055: Fix missing Kconfig dependencies + - iio: cros_ec: fix an use-after-free in cros_ec_sensors_push_data() + - iio: adc: imx8qxp: Fix address for command buffer registers + - iio: dac: ad3552r: Correct device IDs + - iio: admv1013: add mixer_vgate corner cases + - iio: pressure: dps310: Adjust Timeout Settings + - iio: pressure: ms5611: ms5611_prom_is_valid false negative bug + - iio: adc: ad7192: Correct reference voltage + - iio: addac: Kconfig: update ad74413r selections + - media: subdev: Don't report V4L2_SUBDEV_CAP_STREAMS when the streams API is + disabled + - arm64: dts: mediatek: mt8195-demo: fix the memory size to 8GB + - arm64: dts: mediatek: mt8195-demo: update and reorder reserved memory + regions + - drm: Do not overrun array in drm_gem_get_pages() + - drm/tiny: correctly print `struct resource *` on error + - drm/atomic-helper: relax unregistered connector check + - drm/amdgpu: add missing NULL check + - drm/amd/display: Don't set dpms_off for seamless boot + - ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CBA + - ACPI: resource: Add TongFang GM6BGEQ, GM6BG5Q and GM6BG0Q to + irq1_edge_low_force_override[] + - ACPI: EC: Add quirk for the HP Pavilion Gaming 15-dk1xxx + - serial: Reduce spinlocked portion of uart_rs485_config() + - serial: 8250_omap: Fix errors with no_console_suspend + - serial: core: Fix checks for tx runtime PM state + - binder: fix memory leaks of spam and pending work + - ksmbd: not allow to open file if delelete on close bit is set + - perf/x86/lbr: Filter vsyscall addresses + - x86/cpu: Fix AMD erratum #1485 on Zen4-based CPUs + - x86/alternatives: Disable KASAN in apply_alternatives() + - mcb: remove is_added flag from mcb_device struct + - thunderbolt: Workaround an IOMMU fault on certain systems with Intel Maple + Ridge + - thunderbolt: Check that lane 1 is in CL0 before enabling lane bonding + - thunderbolt: Correct TMU mode initialization from hardware + - thunderbolt: Restart XDomain discovery handshake after failure + - powerpc/pseries: Fix STK_PARAM access in the hcall tracing code + - powerpc/47x: Fix 47x syscall return crash + - libceph: use kernel_connect() + - ceph: fix incorrect revoked caps assert in ceph_fill_file_size() + - ceph: fix type promotion bug on 32bit systems + - Input: powermate - fix use-after-free in powermate_config_complete + - Input: psmouse - fix fast_reconnect function for PS/2 mode + - Input: xpad - add PXN V900 support + - Input: i8042 - add Fujitsu Lifebook E5411 to i8042 quirk table + - Input: xpad - add HyperX Clutch Gladiate Support + - Input: goodix - ensure int GPIO is in input for gpio_count == 1 && + gpio_int_idx == 0 case + - tee: amdtee: fix use-after-free vulnerability in amdtee_close_session + - mctp: perform route lookups under a RCU read-side lock + - block: Don't invalidate pagecache for invalid falloc modes + - nfp: flower: avoid rmmod nfp crash issues + - can: sja1000: Always restart the Tx queue after an overrun + - power: supply: qcom_battmgr: fix battery_id type + - power: supply: qcom_battmgr: fix enable request endianness + - usb: typec: ucsi: Use GET_CAPABILITY attributes data to set power supply + scope + - cgroup: Remove duplicates in cgroup v1 tasks file + - dma-buf: add dma_fence_timestamp helper + - scsi: ufs: core: Correct clear TM error log + - riscv: Only consider swbp/ss handlers for correct privileged mode + - counter: chrdev: fix getting array extensions + - counter: microchip-tcb-capture: Fix the use of internal GCLK logic + - coresight: Fix run time warnings while reusing ETR buffer + - riscv: Remove duplicate objcopy flag + - RISC-V: Fix wrong use of CONFIG_HAVE_SOFTIRQ_ON_OWN_STACK + - usb: typec: ucsi: Fix missing link removal + - usb: typec: altmodes/displayport: Signal hpd low when exiting mode + - usb: typec: ucsi: Clear EVENT_PENDING bit if ucsi_send_command fails + - usb: gadget: udc-xilinx: replace memcpy with memcpy_toio + - usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap call + - usb: cdnsp: Fixes issue with dequeuing not queued requests + - usb: typec: qcom: Update the logic of regulator enable and disable + - usb: misc: onboard_hub: add support for Microchip USB2412 USB 2.0 hub + - dmaengine: idxd: use spin_lock_irqsave before wait_event_lock_irq + - dmaengine: mediatek: Fix deadlock caused by synchronize_irq() + - powerpc/8xx: Fix pte_access_permitted() for PAGE_NONE + - powerpc/64e: Fix wrong test in __ptep_test_and_clear_young() + - fs: Fix kernel-doc warnings + - fs: factor out vfs_parse_monolithic_sep() helper + - ovl: fix regression in parsing of mount options with escaped comma + - ovl: make use of ->layers safe in rcu pathwalk + - ovl: fix regression in showing lowerdir mount option + - ALSA: hda/realtek - Fixed two speaker platform + - Linux 6.5.8 + * Mantic update: v6.5.7 upstream stable release (LP: #2045806) + - ASoC: soc-utils: Export snd_soc_dai_is_dummy() symbol + - ASoC: tegra: Fix redundant PLLA and PLLA_OUT0 updates + - maple_tree: add mas_is_active() to detect in-tree walks + - mptcp: Remove unnecessary test for __mptcp_init_sock() + - mptcp: rename timer related helper to less confusing names + - mptcp: fix dangling connection hang-up + - scsi: core: Improve type safety of scsi_rescan_device() + - scsi: Do not attempt to rescan suspended devices + - ata: libata-scsi: Fix delayed scsi_rescan_device() execution + - btrfs: remove btrfs_writepage_endio_finish_ordered + - btrfs: remove end_extent_writepage + - btrfs: don't clear uptodate on write errors + - arm64: add HWCAP for FEAT_HBC (hinted conditional branches) + - arm64: cpufeature: Fix CLRBHB and BC detection + - net: add sysctl accept_ra_min_rtr_lft + - net: change accept_ra_min_rtr_lft to affect all RA lifetimes + - net: release reference to inet6_dev pointer + - iommu/arm-smmu-v3: Avoid constructing invalid range commands + - maple_tree: reduce resets during store setup + - maple_tree: add MAS_UNDERFLOW and MAS_OVERFLOW states + - iommu/apple-dart: Handle DMA_FQ domains in attach_dev() + - scsi: zfcp: Fix a double put in zfcp_port_enqueue() + - iommu/vt-d: Avoid memory allocation in iommu_suspend() + - net: mana: Fix TX CQE error handling + - net: ethernet: mediatek: disable irq before schedule napi + - mptcp: fix delegated action races + - mptcp: userspace pm allow creating id 0 subflow + - qed/red_ll2: Fix undefined behavior bug in struct qed_ll2_info + - Bluetooth: hci_codec: Fix leaking content of local_codecs + - wifi: brcmfmac: Replace 1-element arrays with flexible arrays + - Bluetooth: hci_sync: Fix handling of HCI_QUIRK_STRICT_DUPLICATE_FILTER + - wifi: rtw88: rtw8723d: Fix MAC address offset in EEPROM + - wifi: mwifiex: Fix tlv_buf_left calculation + - md/raid5: release batch_last before waiting for another stripe_head + - PCI/PM: Mark devices disconnected if upstream PCIe link is down on resume + - PCI: qcom: Fix IPQ8074 enumeration + - platform/x86/intel/ifs: release cpus_read_lock() + - net: replace calls to sock->ops->connect() with kernel_connect() + - btrfs: always print transaction aborted messages with an error level + - net: prevent rewrite of msg_name in sock_sendmsg() + - drm/i915: Don't set PIPE_CONTROL_FLUSH_L3 for aux inval + - drm/amd: Fix detection of _PR3 on the PCIe root port + - drm/amd: Fix logic error in sienna_cichlid_update_pcie_parameters() + - arm64: Add Cortex-A520 CPU part definition + - [Config] updateconfigs for ARM64_ERRATUM_2966298 + - arm64: errata: Add Cortex-A520 speculative unprivileged load workaround + - HID: sony: Fix a potential memory leak in sony_probe() + - wifi: mt76: fix lock dependency problem for wed_lock + - ubi: Refuse attaching if mtd's erasesize is 0 + - erofs: fix memory leak of LZMA global compressed deduplication + - wifi: cfg80211/mac80211: hold link BSSes when assoc fails for MLO connection + - iwlwifi: mvm: handle PS changes in vif_cfg_changed + - wifi: iwlwifi: dbg_ini: fix structure packing + - wifi: iwlwifi: mvm: Fix a memory corruption issue + - wifi: cfg80211: fix cqm_config access race + - rtla/timerlat_aa: Zero thread sum after every sample analysis + - rtla/timerlat_aa: Fix negative IRQ delay + - rtla/timerlat_aa: Fix previous IRQ delay for IRQs that happens after thread + sample + - wifi: cfg80211: add missing kernel-doc for cqm_rssi_work + - wifi: mac80211: fix mesh id corruption on 32 bit systems + - wifi: mwifiex: Fix oob check condition in mwifiex_process_rx_packet + - HID: nvidia-shield: add LEDS_CLASS dependency + - erofs: allow empty device tags in flatdev mode + - s390/bpf: Let arch_prepare_bpf_trampoline return program size + - leds: Drop BUG_ON check for LED_COLOR_ID_MULTI + - bpf: Fix tr dereferencing + - bpf: unconditionally reset backtrack_state masks on global func exit + - regulator: mt6358: split ops for buck and linear range LDO regulators + - Bluetooth: Delete unused hci_req_prepare_suspend() declaration + - Bluetooth: Fix hci_link_tx_to RCU lock usage + - Bluetooth: ISO: Fix handling of listen for unicast + - drivers/net: process the result of hdlc_open() and add call of hdlc_close() + in uhdlc_close() + - wifi: mt76: mt76x02: fix MT76x0 external LNA gain handling + - perf/x86/amd/core: Fix overflow reset on hotplug + - rtla/timerlat: Do not stop user-space if a cpu is offline + - regmap: rbtree: Fix wrong register marked as in-cache when creating new node + - wifi: mac80211: fix potential key use-after-free + - perf/x86/amd: Do not WARN() on every IRQ + - iommu/mediatek: Fix share pgtable for iova over 4GB + - wifi: mac80211: Create resources for disabled links + - regulator/core: regulator_register: set device->class earlier + - ima: Finish deprecation of IMA_TRUSTED_KEYRING Kconfig + - [Config] updateconfigs for IMA_BLACKLIST_KEYRING + - wifi: iwlwifi: mvm: Fix incorrect usage of scan API + - scsi: target: core: Fix deadlock due to recursive locking + - ima: rework CONFIG_IMA dependency block + - NFSv4: Fix a nfs4_state_manager() race + - ice: always add legacy 32byte RXDID in supported_rxdids + - bpf: tcp_read_skb needs to pop skb regardless of seq + - bpf, sockmap: Do not inc copied_seq when PEEK flag set + - bpf, sockmap: Reject sk_msg egress redirects to non-TCP sockets + - modpost: add missing else to the "of" check + - net: stmmac: platform: fix the incorrect parameter + - net: fix possible store tearing in neigh_periodic_work() + - neighbour: fix data-races around n->output + - ipv4, ipv6: Fix handling of transhdrlen in __ip{,6}_append_data() + - ptp: ocp: Fix error handling in ptp_ocp_device_init + - net: dsa: mv88e6xxx: Avoid EEPROM timeout when EEPROM is absent + - ovl: move freeing ovl_entry past rcu delay + - ovl: fetch inode once in ovl_dentry_revalidate_common() + - ipv6: tcp: add a missing nf_reset_ct() in 3WHS handling + - net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_reg + - ethtool: plca: fix plca enable data type while parsing the value + - net: nfc: llcp: Add lock when modifying device list + - net: renesas: rswitch: Add spin lock protection for irq {un}mask + - rswitch: Fix PHY station management clock setting + - net: ethernet: ti: am65-cpsw: Fix error code in + am65_cpsw_nuss_init_tx_chns() + - ibmveth: Remove condition to recompute TCP header checksum. + - netfilter: nft_payload: rebuild vlan header on h_proto access + - netfilter: handle the connecting collision properly in + nf_conntrack_proto_sctp + - selftests: netfilter: Test nf_tables audit logging + - selftests: netfilter: Extend nft_audit.sh + - netfilter: nf_tables: Deduplicate nft_register_obj audit logs + - netfilter: nf_tables: nft_set_rbtree: fix spurious insertion failure + - ipv4: Set offload_failed flag in fibmatch results + - net: stmmac: dwmac-stm32: fix resume on STM32 MCU + - tipc: fix a potential deadlock on &tx->lock + - tcp: fix quick-ack counting to count actual ACKs of new data + - tcp: fix delayed ACKs for MSS boundary condition + - sctp: update transport state when processing a dupcook packet + - sctp: update hb timer immediately after users change hb_interval + - netlink: annotate data-races around sk->sk_err + - net: mana: Fix the tso_bytes calculation + - net: mana: Fix oversized sge0 for GSO packets + - HID: nvidia-shield: Fix a missing led_classdev_unregister() in the probe + error handling path + - HID: sony: remove duplicate NULL check before calling usb_free_urb() + - HID: intel-ish-hid: ipc: Disable and reenable ACPI GPE bit + - net: lan743x: also select PHYLIB + - parisc: Restore __ldcw_align for PA-RISC 2.0 processors + - smb: use kernel_connect() and kernel_bind() + - parisc: Fix crash with nr_cpus=1 option + - dm zoned: free dmz->ddev array in dmz_put_zoned_devices + - RDMA/core: Require admin capabilities to set system parameters + - of: dynamic: Fix potential memory leak in of_changeset_action() + - IB/mlx4: Fix the size of a buffer in add_port_entries() + - gpio: aspeed: fix the GPIO number passed to pinctrl_gpio_set_config() + - gpio: pxa: disable pinctrl calls for MMP_GPIO + - RDMA/cma: Initialize ib_sa_multicast structure to 0 when join + - RDMA/cma: Fix truncation compilation warning in make_cma_ports + - RDMA/bnxt_re: Fix the handling of control path response data + - RDMA/uverbs: Fix typo of sizeof argument + - RDMA/srp: Do not call scsi_done() from srp_abort() + - RDMA/siw: Fix connection failure handling + - RDMA/mlx5: Fix mkey cache possible deadlock on cleanup + - RDMA/mlx5: Fix assigning access flags to cache mkeys + - RDMA/mlx5: Fix mutex unlocking on error flow for steering anchor creation + - RDMA/mlx5: Fix NULL string error + - x86/sev: Change npages to unsigned long in snp_accept_memory() + - x86/sev: Use the GHCB protocol when available for SNP CPUID requests + - ksmbd: fix race condition between session lookup and expire + - ksmbd: fix uaf in smb20_oplock_break_ack + - ksmbd: fix race condition from parallel smb2 lock requests + - RDMA/mlx5: Remove not-used cache disable flag + - Linux 6.5.7 + * Mantic update: v6.5.7 upstream stable release (LP: #2045806) // + CVE-2023-34324 + - xen/events: replace evtchn_rwlock with RCU + * CVE-2023-6932 + - ipv4: igmp: fix refcnt uaf issue when receiving igmp query packet + * CVE-2023-6531 + - io_uring/af_unix: disable sending io_uring over sockets + * CVE-2023-6606 + - smb: client: fix OOB in smbCalcSize() + * CVE-2023-6817 + - netfilter: nft_set_pipapo: skip inactive elements during set walk + * Avoid using damage rectangle under hardware rotation mode when PSR is + enabled (LP: #2045958) + - drm/amd/display: fix hw rotated modes when PSR-SU is enabled + * CVE-2023-46813 + - x86/sev: Disable MMIO emulation from user mode + - x86/sev: Check IOBM for IOIO exceptions from user-space + - x86/sev: Check for user-space IOIO pointing to kernel space + * CVE-2023-6111 + - netfilter: nf_tables: remove catchall element in GC sync path + * CVE-2023-5972 + - nf_tables: fix NULL pointer dereference in nft_inner_init() + - nf_tables: fix NULL pointer dereference in nft_expr_inner_parse() + * Orchid Bay MLK2/Maya Bay MLK soundwire support (LP: #2042090) + - ASoC: Intel: soc-acpi-intel-mtl-match: add rt713 rt1316 config + - ASoC: Intel: sof_sdw_rt_sdca_jack_common: add rt713 support + - ASoC: Intel: sof_sdw_rt712_sdca: construct cards->components by name_prefix + - ASoC: Intel: soc-acpi: rt713+rt1316, no sdw-dmic config + * Build failure if run in a console (LP: #2044512) + - [Packaging] Fix kernel module compression failures + * Fix system suspend problem for Cirrus CS35L41 HDA codec on HP ZBook Fury 16 + G9 (LP: #2042060) + - ALSA: hda: cs35l41: Override the _DSD for HP Zbook Fury 17 G9 to correct + boost type + - ALSA: hda: cs35l41: Use reset label to get GPIO for HP Zbook Fury 17 G9 + - ALSA: hda: cs35l41: Assert reset before system suspend + - ALSA: hda: cs35l41: Assert Reset prior to de-asserting in probe and system + resume + - ALSA: hda: cs35l41: Run boot process during resume callbacks + - ALSA: hda: cs35l41: Force a software reset after hardware reset + - ALSA: hda: cs35l41: Do not unload firmware before reset in system suspend + - ALSA: hda: cs35l41: Check CSPL state after loading firmware + - ASoC: cs35l41: Detect CSPL errors when sending CSPL commands + * Support speaker mute hotkey for Cirrus CS35L41 HDA codec (LP: #2039151) + - ALSA: hda: cs35l41: Support systems with missing _DSD properties + - ALSA: hda: cs35l41: Fix the loop check in cs35l41_add_dsd_properties + - ALSA: hda: cs35l41: Add notification support into component binding + - ALSA: hda/realtek: Support ACPI Notification framework via component binding + - ALSA: hda: cs35l41: Support mute notifications for CS35L41 HDA + - ALSA: hda: cs35l41: Add read-only ALSA control for forced mute + * Add SoF topology support on Intel RaptorLake DELL SKU 0C11 (LP: #2038263) + - ASoC: Intel: soc-acpi-intel-rpl-match: add rt711-l0-rt1316-l12 support + * Update io_uring to 6.6 (LP: #2043730) + - fs: create kiocb_{start,end}_write() helpers + - fs: add IOCB flags related to passing back dio completions + - io_uring/poll: always set 'ctx' in io_cancel_data + - io_uring/timeout: always set 'ctx' in io_cancel_data + - io_uring/cancel: abstract out request match helper + - io_uring/cancel: fix sequence matching for IORING_ASYNC_CANCEL_ANY + - io_uring: use cancelation match helper for poll and timeout requests + - io_uring/cancel: add IORING_ASYNC_CANCEL_USERDATA + - io_uring/cancel: support opcode based lookup and cancelation + - io_uring/cancel: wire up IORING_ASYNC_CANCEL_OP for sync cancel + - io_uring/rw: add write support for IOCB_DIO_CALLER_COMP + - io_uring: Add io_uring command support for sockets + - io_uring/rsrc: Remove unused declaration io_rsrc_put_tw() + - io_uring: cleanup 'ret' handling in io_iopoll_check() + - io_uring/fdinfo: get rid of ref tryget + - io_uring/splice: use fput() directly + - io_uring: have io_file_put() take an io_kiocb rather than the file + - io_uring: remove unnecessary forward declaration + - io_uring/io-wq: don't grab wq->lock for worker activation + - io_uring/io-wq: reduce frequency of acct->lock acquisitions + - io_uring/io-wq: don't gate worker wake up success on wake_up_process() + - io_uring: open code io_fill_cqe_req() + - io_uring: remove return from io_req_cqe_overflow() + - io_uring: never overflow io_aux_cqe + - io_uring/rsrc: keep one global dummy_ubuf + - io_uring: simplify io_run_task_work_sig return + - io_uring/rsrc: Annotate struct io_mapped_ubuf with __counted_by + - io_uring: rename kiocb_end_write() local helper + - io_uring: use kiocb_{start,end}_write() helpers + - io_uring: stop calling free_compound_page() + - io_uring: improve cqe !tracing hot path + - io_uring: cqe init hardening + - io_uring: simplify big_cqe handling + - io_uring: refactor __io_get_cqe() + - io_uring: optimise extra io_get_cqe null check + - io_uring: reorder cqring_flush and wakeups + - io_uring: merge iopoll and normal completion paths + - io_uring: force inline io_fill_cqe_req + - io_uring: compact SQ/CQ heads/tails + - io_uring: add option to remove SQ indirection + - io_uring: move non aligned field to the end + - io_uring: banish non-hot data to end of io_ring_ctx + - io_uring: separate task_work/waiting cache line + - io_uring: move multishot cqe cache in ctx + - io_uring: move iopoll ctx fields around + - io_uring: fix IO hang in io_wq_put_and_exit from do_exit() + - io_uring/fdinfo: only print ->sq_array[] if it's there + - io_uring: fix unprotected iopoll overflow + - Revert "io_uring: fix IO hang in io_wq_put_and_exit from do_exit()" + - io_uring/kbuf: don't allow registered buffer rings on highmem pages + - io_uring: ensure io_lockdep_assert_cq_locked() handles disabled rings + - io_uring: don't allow IORING_SETUP_NO_MMAP rings on highmem pages + - io-wq: fully initialize wqe before calling + cpuhp_state_add_instance_nocalls() + - io_uring: fix crash with IORING_SETUP_NO_MMAP and invalid SQ ring address + - io_uring/fdinfo: lock SQ thread while retrieving thread cpu/pid + - io_uring/rw: disable IOCB_DIO_CALLER_COMP + - io_uring: kiocb_done() should *not* trust ->ki_pos if ->{read,write}_iter() + failed + * System hang after unplug/plug DP monitor with AMD W7500 card (LP: #2042912) + - drm/amd/pm: Fix error of MACO flag setting code + * correct cephfs pull request for uidmap support (LP: #2041613) + - Revert "UBUNTU: SAUCE: ceph: BUG if MDS changed truncate_seq with client + caps still outstanding" + - Revert "UBUNTU: SAUCE: ceph: make sure all the files successfully put before + unmounting" + - Revert "UBUNTU: SAUCE: mm: BUG if filemap_alloc_folio gives us a folio with + a non-NULL ->private" + - Revert "UBUNTU: SAUCE: ceph: dump info about cap flushes when we're waiting + too long for them" + - Revert "UBUNTU: SAUCE: rbd: bump RBD_MAX_PARENT_CHAIN_LEN to 128" + * RTL8111EPP: Fix the network lost after resume with DASH (LP: #2043786) + - r8169: add handling DASH when DASH is disabled + - r8169: fix network lost after resume on DASH systems + * kernel BUG: io_uring openat triggers audit reference count underflow + (LP: #2043841) + - audit, io_uring: io_uring openat triggers audit reference count underflow + * Fix ADL: System enabled AHCI can't get into s0ix when attached ODD + (LP: #2037493) + - ata: ahci: Add Intel Alder Lake-P AHCI controller to low power chipsets list + * [UBUNTU 23.04] Kernel config option missing for s390x PCI passthrough + (LP: #2042853) + - [Config] CONFIG_VFIO_PCI_ZDEV_KVM=y + * Azure: Fix Azure vendor ID (LP: #2036600) + - SAUCE: (no-up) hv: Fix supply vendor ID + * Mantic update: v6.5.6 upstream stable release (LP: #2044174) + - NFS: Fix error handling for O_DIRECT write scheduling + - NFS: Fix O_DIRECT locking issues + - NFS: More O_DIRECT accounting fixes for error paths + - NFS: Use the correct commit info in nfs_join_page_group() + - NFS: More fixes for nfs_direct_write_reschedule_io() + - NFS/pNFS: Report EINVAL errors from connect() to the server + - SUNRPC: Mark the cred for revalidation if the server rejects it + - NFSv4.1: use EXCHGID4_FLAG_USE_PNFS_DS for DS server + - NFSv4.1: fix pnfs MDS=DS session trunking + - media: v4l: Use correct dependency for camera sensor drivers + - media: via: Use correct dependency for camera sensor drivers + - gfs2: Fix another freeze/thaw hang + - netfs: Only call folio_start_fscache() one time for each folio + - btrfs: improve error message after failure to add delayed dir index item + - btrfs: remove BUG() after failure to insert delayed dir index item + - ext4: replace the traditional ternary conditional operator with with + max()/min() + - ext4: move setting of trimmed bit into ext4_try_to_trim_range() + - ext4: do not let fstrim block system suspend + - netfilter: nft_set_rbtree: use read spinlock to avoid datapath contention + - netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync() in catchall GC + - netfilter: nft_set_pipapo: stop GC iteration if GC transaction allocation + fails + - netfilter: nft_set_hash: try later when GC hits EAGAIN on iteration + - netfilter: nf_tables: fix memleak when more than 255 elements expired + - ASoC: meson: spdifin: start hw on dai probe + - netfilter: nf_tables: disallow element removal on anonymous sets + - bpf: Avoid deadlock when using queue and stack maps from NMI + - bpf: Avoid dummy bpf_offload_netdev in __bpf_prog_dev_bound_init + - ALSA: docs: Fix a typo of midi2_ump_probe option for snd-usb-audio + - ALSA: seq: Avoid delivery of events for disabled UMP groups + - ASoC: rt5640: Revert "Fix sleep in atomic context" + - ASoC: rt5640: Fix sleep in atomic context + - ASoC: rt5640: fix typos + - ASoC: rt5640: Do not disable/enable IRQ twice on suspend/resume + - ASoC: rt5640: Enable the IRQ on resume after configuring jack-detect + - ASoC: rt5640: Fix IRQ not being free-ed for HDA jack detect mode + - bpf: Fix a erroneous check after snprintf() + - selftests/bpf: fix unpriv_disabled check in test_verifier + - ALSA: hda/realtek: Splitting the UX3402 into two separate models + - netfilter: conntrack: fix extension size table + - netfilter: nf_tables: Fix entries val in rule reset audit log + - Compiler Attributes: counted_by: Adjust name and identifier expansion + - uapi: stddef.h: Fix header guard location + - uapi: stddef.h: Fix __DECLARE_FLEX_ARRAY for C++ + - memblock tests: Fix compilation errors. + - ASoC: SOF: ipc4-topology: fix wrong sizeof argument + - net: microchip: sparx5: Fix memory leak for + vcap_api_rule_add_keyvalue_test() + - net: microchip: sparx5: Fix memory leak for + vcap_api_rule_add_actionvalue_test() + - net: microchip: sparx5: Fix possible memory leak in + vcap_api_encode_rule_test() + - net: microchip: sparx5: Fix possible memory leaks in + test_vcap_xn_rule_creator() + - net: microchip: sparx5: Fix possible memory leaks in vcap_api_kunit + - selftests: tls: swap the TX and RX sockets in some tests + - net/core: Fix ETH_P_1588 flow dissector + - ALSA: seq: ump: Fix -Wformat-truncation warning + - ASoC: hdaudio.c: Add missing check for devm_kstrdup + - ASoC: imx-audmix: Fix return error with devm_clk_get() + - octeon_ep: fix tx dma unmap len values in SG + - iavf: do not process adminq tasks when __IAVF_IN_REMOVE_TASK is set + - ASoC: SOF: core: Only call sof_ops_free() on remove if the probe was + successful + - iavf: add iavf_schedule_aq_request() helper + - iavf: schedule a request immediately after add/delete vlan + - i40e: Fix VF VLAN offloading when port VLAN is configured + - netfilter, bpf: Adjust timeouts of non-confirmed CTs in + bpf_ct_insert_entry() + - ionic: fix 16bit math issue when PAGE_SIZE >= 64KB + - igc: Fix infinite initialization loop with early XDP redirect + - scsi: iscsi_tcp: restrict to TCP sockets + - powerpc/perf/hv-24x7: Update domain value check + - powerpc/dexcr: Move HASHCHK trap handler + - dccp: fix dccp_v4_err()/dccp_v6_err() again + - x86/mm, kexec, ima: Use memblock_free_late() from ima_free_kexec_buffer() + - net: hsr: Properly parse HSRv1 supervisor frames. + - platform/x86: intel_scu_ipc: Check status after timeout in busy_loop() + - platform/x86: intel_scu_ipc: Check status upon timeout in + ipc_wait_for_interrupt() + - platform/x86: intel_scu_ipc: Don't override scu in + intel_scu_ipc_dev_simple_command() + - platform/x86: intel_scu_ipc: Fail IPC send if still busy + - x86/asm: Fix build of UML with KASAN + - x86/srso: Fix srso_show_state() side effect + - x86/srso: Set CPUID feature bits independently of bug or mitigation status + - x86/srso: Don't probe microcode in a guest + - x86/srso: Fix SBPB enablement for spec_rstack_overflow=off + - net: hns3: add cmdq check for vf periodic service task + - net: hns3: fix GRE checksum offload issue + - net: hns3: only enable unicast promisc when mac table full + - net: hns3: fix fail to delete tc flower rules during reset issue + - net: hns3: add 5ms delay before clear firmware reset irq source + - net: bridge: use DEV_STATS_INC() + - team: fix null-ptr-deref when team device type is changed + - net: rds: Fix possible NULL-pointer dereference + - vxlan: Add missing entries to vxlan_get_size() + - netfilter: nf_tables: disable toggling dormant table state more than once + - net: hinic: Fix warning-hinic_set_vlan_fliter() warn: variable dereferenced + before check 'hwdev' + - net/handshake: Fix memory leak in __sock_create() and sock_alloc_file() + - i915/pmu: Move execlist stats initialization to execlist specific setup + - drm/virtio: clean out_fence on complete_submit + - locking/seqlock: Do the lockdep annotation before locking in + do_write_seqcount_begin_nested() + - net: ena: Flush XDP packets on error. + - bnxt_en: Flush XDP for bnxt_poll_nitroa0()'s NAPI + - octeontx2-pf: Do xdp_do_flush() after redirects. + - igc: Expose tx-usecs coalesce setting to user + - cxl/region: Match auto-discovered region decoders by HPA range + - proc: nommu: /proc//maps: release mmap read lock + - proc: nommu: fix empty /proc//maps + - cifs: Fix UAF in cifs_demultiplex_thread() + - gpio: tb10x: Fix an error handling path in tb10x_gpio_probe() + - i2c: mux: demux-pinctrl: check the return value of devm_kstrdup() + - i2c: mux: gpio: Add missing fwnode_handle_put() + - i2c: xiic: Correct return value check for xiic_reinit() + - drm/amdgpu: set completion status as preempted for the resubmission + - ASoC: cs35l56: Disable low-power hibernation mode + - drm/amd/display: Update DPG test pattern programming + - drm/amd/display: fix a regression in blank pixel data caused by coding + mistake + - arm64: dts: qcom: sdm845-db845c: Mark cont splash memory region as reserved + - direct_write_fallback(): on error revert the ->ki_pos update from buffered + write + - btrfs: reset destination buffer when read_extent_buffer() gets invalid range + - vfio/mdev: Fix a null-ptr-deref bug for mdev_unregister_parent() + - MIPS: Alchemy: only build mmc support helpers if au1xmmc is enabled + - spi: spi-gxp: BUG: Correct spi write return value + - bus: ti-sysc: Use fsleep() instead of usleep_range() in sysc_reset() + - bus: ti-sysc: Fix missing AM35xx SoC matching + - firmware: arm_scmi: Harden perf domain info access + - firmware: arm_scmi: Fixup perf power-cost/microwatt support + - power: supply: mt6370: Fix missing error code in mt6370_chg_toggle_cfo() + - clk: sprd: Fix thm_parents incorrect configuration + - clk: si521xx: Use REGCACHE_FLAT instead of NONE + - clk: si521xx: Fix regmap write accessor + - clk: tegra: fix error return case for recalc_rate + - ARM: dts: ti: omap: Fix bandgap thermal cells addressing for omap3/4 + - ARM: dts: ti: omap: motorola-mapphone: Fix abe_clkctrl warning on boot + - bus: ti-sysc: Fix SYSC_QUIRK_SWSUP_SIDLE_ACT handling for uart wake-up + - swiotlb: use the calculated number of areas + - power: supply: ucs1002: fix error code in ucs1002_get_property() + - power: supply: rt9467: Fix rt9467_run_aicl() + - power: supply: core: fix use after free in uevent + - firmware: imx-dsp: Fix an error handling path in imx_dsp_setup_channels() + - xtensa: add default definition for XCHAL_HAVE_DIV32 + - xtensa: iss/network: make functions static + - xtensa: boot: don't add include-dirs + - xtensa: umulsidi3: fix conditional expression + - xtensa: boot/lib: fix function prototypes + - power: supply: rk817: Fix node refcount leak + - powerpc/stacktrace: Fix arch_stack_walk_reliable() + - selftests/powerpc: Fix emit_tests to work with run_kselftest.sh + - arm64: dts: imx8mp: Fix SDMA2/3 clocks + - arm64: dts: imx8mp-beacon-kit: Fix audio_pll2 clock + - soc: imx8m: Enable OCOTP clock for imx8mm before reading registers + - arm64: dts: imx8mm-evk: Fix hdmi@3d node + - arm64: dts: imx: Add imx8mm-prt8mm.dtb to build + - firmware: arm_ffa: Don't set the memory region attributes for MEM_LEND + - i915/guc: Get runtime pm in busyness worker only if already active + - accel/ivpu: Do not use wait event interruptible + - gpio: pmic-eic-sprd: Add can_sleep flag for PMIC EIC chip + - i2c: npcm7xx: Fix callback completion ordering + - NFSD: Fix zero NFSv4 READ results when RQ_SPLICE_OK is not set + - x86/reboot: VMCLEAR active VMCSes before emergency reboot + - dma-debug: don't call __dma_entry_alloc_check_leak() under free_entries_lock + - bpf: Annotate bpf_long_memcpy with data_race + - ASoC: amd: yc: Add DMI entries to support Victus by HP Gaming Laptop + 15-fb0xxx (8A3E) + - spi: sun6i: reduce DMA RX transfer width to single byte + - spi: sun6i: fix race between DMA RX transfer completion and RX FIFO drain + - nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid() + - parisc: sba: Fix compile warning wrt list of SBA devices + - parisc: sba-iommu: Fix sparse warnigs + - parisc: ccio-dma: Fix sparse warnings + - parisc: iosapic.c: Fix sparse warnings + - parisc: drivers: Fix sparse warning + - parisc: irq: Make irq_stack_union static to avoid sparse warning + - scsi: qedf: Add synchronization between I/O completions and abort + - scsi: ufs: core: Move __ufshcd_send_uic_cmd() outside host_lock + - scsi: ufs: core: Poll HCS.UCRDY before issuing a UIC command + - selftests/ftrace: Correctly enable event in instance-event.tc + - ring-buffer: Avoid softlockup in ring_buffer_resize() + - btrfs: assert delayed node locked when removing delayed item + - selftests: fix dependency checker script + - ring-buffer: Do not attempt to read past "commit" + - net/smc: bugfix for smcr v2 server connect success statistic + - ata: sata_mv: Fix incorrect string length computation in mv_dump_mem() + - efi/x86: Ensure that EFI_RUNTIME_MAP is enabled for kexec + - platform/mellanox: mlxbf-bootctl: add NET dependency into Kconfig + - platform/x86: asus-wmi: Support 2023 ROG X16 tablet mode + - thermal/of: add missing of_node_put() + - drm/amdgpu: Store CU info from all XCCs for GFX v9.4.3 + - drm/amdkfd: Update cache info reporting for GFX v9.4.3 + - drm/amdkfd: Update CU masking for GFX 9.4.3 + - drm/amd/display: Don't check registers, if using AUX BL control + - drm/amdgpu/soc21: don't remap HDP registers for SR-IOV + - drm/amdgpu/nbio4.3: set proper rmmio_remap.reg_offset for SR-IOV + - drm/amdgpu: fallback to old RAS error message for aqua_vanjaram + - drm/amdkfd: Checkpoint and restore queues on GFX11 + - drm/amdgpu: Handle null atom context in VBIOS info ioctl + - objtool: Fix _THIS_IP_ detection for cold functions + - nvme-pci: do not set the NUMA node of device if it has none + - riscv: errata: fix T-Head dcache.cva encoding + - scsi: pm80xx: Use phy-specific SAS address when sending PHY_START command + - scsi: pm80xx: Avoid leaking tags when processing + OPC_INB_SET_CONTROLLER_CONFIG command + - smb3: correct places where ENOTSUPP is used instead of preferred EOPNOTSUPP + - ata: libata-eh: do not clear ATA_PFLAG_EH_PENDING in ata_eh_reset() + - ata: libata-eh: do not thaw the port twice in ata_eh_reset() + - Add DMI ID for MSI Bravo 15 B7ED + - spi: nxp-fspi: reset the FLSHxCR1 registers + - spi: stm32: add a delay before SPI disable + - ASoC: fsl: imx-pcm-rpmsg: Add SNDRV_PCM_INFO_BATCH flag + - spi: intel-pci: Add support for Granite Rapids SPI serial flash + - bpf: Clarify error expectations from bpf_clone_redirect + - ASoC: rt5640: Only cancel jack-detect work on suspend if active + - ALSA: hda: intel-sdw-acpi: Use u8 type for link index + - ASoC: cs42l42: Ensure a reset pulse meets minimum pulse width. + - ASoC: cs42l42: Don't rely on GPIOD_OUT_LOW to set RESET initially low + - ASoC: cs42l42: Avoid stale SoundWire ATTACH after hard reset + - firmware: cirrus: cs_dsp: Only log list of algorithms in debug build + - ASoC: wm_adsp: Fix missing locking in wm_adsp_[read|write]_ctl() + - memblock tests: fix warning: "__ALIGN_KERNEL" redefined + - memblock tests: fix warning ‘struct seq_file’ declared inside parameter list + - ASoC: imx-rpmsg: Set ignore_pmdown_time for dai_link + - ASoC: SOF: sof-audio: Fix DSP core put imbalance on widget setup failure + - media: vb2: frame_vector.c: replace WARN_ONCE with a comment + - NFSv4.1: fix zero value filehandle in post open getattr + - ASoC: SOF: Intel: MTL: Reduce the DSP init timeout + - powerpc/watchpoints: Disable preemption in thread_change_pc() + - powerpc/watchpoint: Disable pagefaults when getting user instruction + - powerpc/watchpoints: Annotate atomic context in more places + - ncsi: Propagate carrier gain/loss events to the NCSI controller + - net: hsr: Add __packed to struct hsr_sup_tlv. + - tsnep: Fix NAPI scheduling + - tsnep: Fix ethtool channels + - tsnep: Fix NAPI polling with budget 0 + - gfs2: fix glock shrinker ref issues + - i2c: designware: fix __i2c_dw_disable() in case master is holding SCL low + - LoongArch: Use _UL() and _ULL() + - LoongArch: Set all reserved memblocks on Node#0 at initialization + - fbdev/sh7760fb: Depend on FB=y + - perf build: Define YYNOMEM as YYNOABORT for bison < 3.81 + - ASoC: cs35l56: Call pm_runtime_dont_use_autosuspend() + - iommu/arm-smmu-v3: Fix soft lockup triggered by arm_smmu_mm_invalidate_range + - spi: zynqmp-gqspi: fix clock imbalance on probe failure + - x86/sgx: Resolves SECS reclaim vs. page fault for EAUG race + - x86/srso: Add SRSO mitigation for Hygon processors + - KVM: SVM: INTERCEPT_RDTSCP is never intercepted anyway + - KVM: SVM: Fix TSC_AUX virtualization setup + - KVM: x86/mmu: Open code leaf invalidation from mmu_notifier + - KVM: x86/mmu: Do not filter address spaces in + for_each_tdp_mmu_root_yield_safe() + - KVM: x86/mmu: Stop zapping invalidated TDP MMU roots asynchronously + - mptcp: fix bogus receive window shrinkage with multiple subflows + - mptcp: move __mptcp_error_report in protocol.c + - mptcp: process pending subflow error on close + - Revert "tty: n_gsm: fix UAF in gsm_cleanup_mux" + - scsi: core: ata: Do no try to probe for CDL on old drives + - serial: 8250_port: Check IRQ data before use + - nilfs2: fix potential use after free in nilfs_gccache_submit_read_data() + - crypto: sm2 - Fix crash caused by uninitialized context + - ALSA: rawmidi: Fix NULL dereference at proc read + - ALSA: hda: Disable power save for solving pop issue on Lenovo ThinkCentre + M70q + - LoongArch: Fix lockdep static memory detection + - LoongArch: Define relocation types for ABI v2.10 + - LoongArch: numa: Fix high_memory calculation + - LoongArch: Add support for 32_PCREL relocation type + - LoongArch: Add support for 64_PCREL relocation type + - ata: libata-scsi: link ata port and scsi device + - scsi: sd: Differentiate system and runtime start/stop management + - scsi: sd: Do not issue commands to suspended disks on shutdown + - ata: libata-scsi: ignore reserved bits for REPORT SUPPORTED OPERATION CODES + - io_uring/fs: remove sqe->rw_flags checking from LINKAT + - i2c: i801: unregister tco_pdev in i801_probe() error path + - ASoC: amd: yc: Fix non-functional mic on Lenovo 82QF and 82UG + - kernel/sched: Modify initial boot task idle setup + - sched/rt: Fix live lock between select_fallback_rq() and RT push + - Revert "SUNRPC dont update timeout value on connection reset" + - NFSv4: Fix a state manager thread deadlock regression + - ACPI: NFIT: Fix incorrect calculation of idt size + - timers: Tag (hr)timer softirq as hotplug safe + - drm/tests: Fix incorrect argument in drm_test_mm_insert_range + - cxl/mbox: Fix CEL logic for poison and security commands + - arm64: defconfig: remove CONFIG_COMMON_CLK_NPCM8XX=y + - mm/damon/vaddr-test: fix memory leak in damon_do_test_apply_three_regions() + - selftests/mm: fix awk usage in charge_reserved_hugetlb.sh and + hugetlb_reparenting_test.sh that may cause error + - mm: mempolicy: keep VMA walk if both MPOL_MF_STRICT and MPOL_MF_MOVE are + specified + - mm/slab_common: fix slab_caches list corruption after kmem_cache_destroy() + - mm: page_alloc: fix CMA and HIGHATOMIC landing on the wrong buddy list + - mm: memcontrol: fix GFP_NOFS recursion in memory.high enforcement + - cxl/port: Fix cxl_test register enumeration regression + - cxl/pci: Fix appropriate checking for _OSC while handling CXL RAS registers + - ring-buffer: Fix bytes info in per_cpu buffer stats + - ring-buffer: Update "shortest_full" in polling + - btrfs: refresh dir last index during a rewinddir(3) call + - btrfs: file_remove_privs needs an exclusive lock in direct io write + - btrfs: set last dir index to the current last index when opening dir + - btrfs: fix race between reading a directory and adding entries to it + - btrfs: properly report 0 avail for very full file systems + - media: uvcvideo: Fix OOB read + - bpf: Add override check to kprobe multi link attach + - bpf: Fix BTF_ID symbol generation collision + - bpf: Fix BTF_ID symbol generation collision in tools/ + - net: thunderbolt: Fix TCPv6 GSO checksum calculation + - thermal: sysfs: Fix trip_point_hyst_store() + - tracing/user_events: Align set_bit() address for all archs + - ata: libata-core: Fix ata_port_request_pm() locking + - ata: libata-core: Fix port and device removal + - ata: libata-core: Do not register PM operations for SAS ports + - ata: libata-sata: increase PMP SRST timeout to 10s + - i915: Limit the length of an sg list to the requested length + - drm/i915/gt: Fix reservation address in ggtt_reserve_guc_top + - power: supply: rk817: Add missing module alias + - power: supply: ab8500: Set typing and props + - fs: binfmt_elf_efpic: fix personality for ELF-FDPIC + - drm/amdkfd: Use gpu_offset for user queue's wptr + - drm/amd/display: fix the ability to use lower resolution modes on eDP + - drm/meson: fix memory leak on ->hpd_notify callback + - rbd: move rbd_dev_refresh() definition + - rbd: decouple header read-in from updating rbd_dev->header + - rbd: decouple parent info read-in from updating rbd_dev + - rbd: take header_rwsem in rbd_dev_refresh() only when updating + - memcg: drop kmem.limit_in_bytes + - mm, memcg: reconsider kmem.limit_in_bytes deprecation + - ASoC: amd: yc: Fix a non-functional mic on Lenovo 82TL + - Linux 6.5.6 + * Mantic update: v6.5.5 upstream stable release (LP: #2043416) + - iomap: Fix possible overflow condition in iomap_write_delalloc_scan + - autofs: fix memory leak of waitqueues in autofs_catatonic_mode + - btrfs: handle errors properly in update_inline_extent_backref() + - btrfs: output extra debug info if we failed to find an inline backref + - locks: fix KASAN: use-after-free in trace_event_raw_event_filelock_lock + - ACPICA: Add AML_NO_OPERAND_RESOLVE flag to Timer + - kernel/fork: beware of __put_task_struct() calling context + - rcuscale: Move rcu_scale_writer() schedule_timeout_uninterruptible() to + _idle() + - scftorture: Forgive memory-allocation failure if KASAN + - ACPI: video: Add backlight=native DMI quirk for Lenovo Ideapad Z470 + - platform/chrome: cros_ec_lpc: Remove EC panic shutdown timeout + - x86/amd_nb: Add PCI IDs for AMD Family 1Ah-based models + - perf/smmuv3: Enable HiSilicon Erratum 162001900 quirk for HIP08/09 + - s390/boot: cleanup number of page table levels setup + - kselftest/arm64: fix a memleak in zt_regs_run() + - perf/imx_ddr: speed up overflow frequency of cycle + - ACPI: video: Add backlight=native DMI quirk for Apple iMac12,1 and iMac12,2 + - hw_breakpoint: fix single-stepping when using bpf_overflow_handler + - ACPI: x86: s2idle: Catch multiple ACPI_TYPE_PACKAGE objects + - selftests/nolibc: fix up kernel parameters support + - selftests/nolibc: prevent out of bounds access in expect_vfprintf + - spi: sun6i: add quirk for dual and quad SPI modes support + - devlink: remove reload failed checks in params get/set callbacks + - crypto: lrw,xts - Replace strlcpy with strscpy + - ice: Don't tx before switchdev is fully configured + - wifi: ath9k: fix fortify warnings + - wifi: ath9k: fix printk specifier + - wifi: rtw88: delete timer and free skb queue when unloading + - wifi: mwifiex: fix fortify warning + - mt76: mt7921: don't assume adequate headroom for SDIO headers + - wifi: wil6210: fix fortify warnings + - can: sun4i_can: Add acceptance register quirk + - can: sun4i_can: Add support for the Allwinner D1 + - [Config] updateconfigs for CAN_SUN4I + - net: Use sockaddr_storage for getsockopt(SO_PEERNAME). + - wifi: ath12k: Fix a NULL pointer dereference in ath12k_mac_op_hw_scan() + - wifi: ath12k: avoid array overflow of hw mode for preferred_hw_mode + - net/ipv4: return the real errno instead of -EINVAL + - crypto: lib/mpi - avoid null pointer deref in mpi_cmp_ui() + - Bluetooth: btusb: Add device 0489:e0f5 as MT7922 device + - Bluetooth: btusb: Add a new VID/PID 0489/e0f6 for MT7922 + - Bluetooth: btusb: Add new VID/PID 0489/e102 for MT7922 + - Bluetooth: btusb: Add new VID/PID 04ca/3804 for MT7922 + - Bluetooth: Fix hci_suspend_sync crash + - Bluetooth: btusb: Add support for another MediaTek 7922 VID/PID + - netlink: convert nlk->flags to atomic flags + - tpm_tis: Resend command to recover from data transfer errors + - mmc: sdhci-esdhc-imx: improve ESDHC_FLAG_ERR010450 + - alx: fix OOB-read compiler warning + - wifi: iwlwifi: pcie: avoid a warning in case prepare card failed + - wifi: mac80211: check S1G action frame size + - netfilter: ebtables: fix fortify warnings in size_entry_mwt() + - wifi: cfg80211: reject auth/assoc to AP with our address + - wifi: cfg80211: ocb: don't leave if not joined + - wifi: mac80211: check for station first in client probe + - wifi: mac80211_hwsim: drop short frames + - Revert "wifi: mac80211_hwsim: check the return value of nla_put_u32" + - libbpf: Free btf_vmlinux when closing bpf_object + - wifi: ath12k: Fix memory leak in rx_desc and tx_desc + - wifi: ath12k: add check max message length while scanning with extraie + - Fix nomenclature for USB and PCI wireless devices + - bpf: Consider non-owning refs trusted + - bpf: Consider non-owning refs to refcounted nodes RCU protected + - drm/bridge: tc358762: Instruct DSI host to generate HSE packets + - drm/edid: Add quirk for OSVR HDK 2.0 + - drm: bridge: samsung-dsim: Drain command transfer FIFO before transfer + - arm64: dts: qcom: sm6125-pdx201: correct ramoops pmsg-size + - arm64: dts: qcom: sm6125-sprout: correct ramoops pmsg-size + - arm64: dts: qcom: sm6350: correct ramoops pmsg-size + - arm64: dts: qcom: sm8150-kumano: correct ramoops pmsg-size + - arm64: dts: qcom: sm8250-edo: correct ramoops pmsg-size + - drm/amdgpu: Increase soft IH ring size + - samples/hw_breakpoint: Fix kernel BUG 'invalid opcode: 0000' + - drm/amdgpu: Update ring scheduler info as needed + - drm/amd/display: Fix underflow issue on 175hz timing + - ASoC: SOF: topology: simplify code to prevent static analysis warnings + - ASoC: Intel: sof_sdw: Update BT offload config for soundwire config + - ALSA: hda: intel-dsp-cfg: add LunarLake support + - drm/amd/display: Use DTBCLK as refclk instead of DPREFCLK + - drm/amd/display: Blocking invalid 420 modes on HDMI TMDS for DCN31 + - drm/amd/display: Blocking invalid 420 modes on HDMI TMDS for DCN314 + - drm/amd/display: Use max memclk variable when setting max memclk + - drm/msm/adreno: Use quirk identify hw_apriv + - drm/msm/adreno: Use quirk to identify cached-coherent support + - drm/exynos: fix a possible null-pointer dereference due to data race in + exynos_drm_crtc_atomic_disable() + - io_uring: annotate the struct io_kiocb slab for appropriate user copy + - drm/mediatek: dp: Change logging to dev for mtk_dp_aux_transfer() + - bus: ti-sysc: Configure uart quirks for k3 SoC + - arm64: dts: qcom: sc8280xp-x13s: Add camera activity LED + - md: raid1: fix potential OOB in raid1_remove_disk() + - ext2: fix datatype of block number in ext2_xattr_set2() + - blk-mq: fix tags leak when shrink nr_hw_queues + - ASoC: SOF: amd: clear panic mask status when panic occurs + - x86: bring back rep movsq for user access on CPUs without ERMS + - fs/jfs: prevent double-free in dbUnmount() after failed jfs_remount() + - jfs: fix invalid free of JFS_IP(ipimap)->i_imap in diUnmount + - ext4: add two helper functions extent_logical_end() and pa_logical_end() + - ext4: avoid overlapping preallocations due to overflow + - PCI: dwc: Provide deinit callback for i.MX + - ARM: 9317/1: kexec: Make smp stop calls asynchronous + - powerpc/pseries: fix possible memory leak in ibmebus_bus_init() + - PCI: vmd: Disable bridge window for domain reset + - PCI: fu740: Set the number of MSI vectors + - media: mdp3: Fix resource leaks in of_find_device_by_node + - media: dvb-usb-v2: af9035: Fix null-ptr-deref in af9035_i2c_master_xfer + - media: dw2102: Fix null-ptr-deref in dw2102_i2c_transfer() + - media: af9005: Fix null-ptr-deref in af9005_i2c_xfer + - media: anysee: fix null-ptr-deref in anysee_master_xfer + - media: az6007: Fix null-ptr-deref in az6007_i2c_xfer() + - media: dvb-usb-v2: gl861: Fix null-ptr-deref in gl861_i2c_master_xfer + - scsi: lpfc: Abort outstanding ELS cmds when mailbox timeout error is + detected + - media: tuners: qt1010: replace BUG_ON with a regular error + - media: pci: cx23885: replace BUG with error return + - usb: cdns3: Put the cdns set active part outside the spin lock + - usb: typec: intel_pmc_mux: Add new ACPI ID for Lunar Lake IOM device + - usb: gadget: fsl_qe_udc: validate endpoint index for ch9 udc + - tools: iio: iio_generic_buffer: Fix some integer type and calculation + - scsi: target: iscsi: Fix buffer overflow in lio_target_nacl_info_show() + - serial: cpm_uart: Avoid suspicious locking + - misc: open-dice: make OPEN_DICE depend on HAS_IOMEM + - usb: dwc3: dwc3-octeon: Verify clock divider + - usb: ehci: add workaround for chipidea PORTSC.PEC bug + - usb: chipidea: add workaround for chipidea PEC bug + - media: pci: ipu3-cio2: Initialise timing struct to avoid a compiler warning + - kobject: Add sanity check for kset->kobj.ktype in kset_register() + - interconnect: Fix locking for runpm vs reclaim + - usb: typec: qcom-pmic-typec: register drm_bridge + - printk: Reduce console_unblank() usage in unsafe scenarios + - printk: Keep non-panic-CPUs out of console lock + - printk: Do not take console lock for console_flush_on_panic() + - printk: Consolidate console deferred printing + - printk: Rename abandon_console_lock_in_panic() to other_cpu_in_panic() + - ext4: fix BUG in ext4_mb_new_inode_pa() due to overflow + - btrfs: introduce struct to consolidate extent buffer write context + - btrfs: zoned: introduce block group context to btrfs_eb_write_context + - btrfs: zoned: return int from btrfs_check_meta_write_pointer + - btrfs: zoned: defer advancing meta write pointer + - btrfs: zoned: activate metadata block group on write time + - mtd: spi-nor: spansion: use CLPEF as an alternative to CLSR + - mtd: spi-nor: spansion: preserve CFR2V[7] when writing MEMLAT + - btrfs: add a helper to read the superblock metadata_uuid + - btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_super + - nvmet-tcp: pass iov_len instead of sg->length to bvec_set_page() + - drm: gm12u320: Fix the timeout usage for usb_bulk_msg() + - scsi: qla2xxx: Fix NULL vs IS_ERR() bug for debugfs_create_dir() + - md: don't dereference mddev after export_rdev() + - md: fix warning for holder mismatch from export_rdev() + - efivarfs: fix statfs() on efivarfs + - PM: hibernate: Fix the exclusive get block device in test_resume mode + - selftests: tracing: Fix to unmount tracefs for recovering environment + - x86/ibt: Suppress spurious ENDBR + - x86/ibt: Avoid duplicate ENDBR in __put_user_nocheck*() + - riscv: kexec: Align the kexeced kernel entry + - x86/sched: Restore the SD_ASYM_PACKING flag in the DIE domain + - scsi: target: core: Fix target_cmd_counter leak + - scsi: lpfc: Fix the NULL vs IS_ERR() bug for debugfs_create_file() + - panic: Reenable preemption in WARN slowpath + - ata: libata-core: fetch sense data for successful commands iff CDL enabled + - x86/boot/compressed: Reserve more memory for page tables + - x86/purgatory: Remove LTO flags + - samples/hw_breakpoint: fix building without module unloading + - blk-mq: prealloc tags when increase tagset nr_hw_queues + - blk-mq: fix tags UAF when shrinking q->nr_hw_queues + - md/raid1: fix error: ISO C90 forbids mixed declarations + - Revert "SUNRPC: Fail faster on bad verifier" + - attr: block mode changes of symlinks + - ovl: fix failed copyup of fileattr on a symlink + - ovl: fix incorrect fdput() on aio completion + - io_uring/net: fix iter retargeting for selected buf + - x86/platform/uv: Use alternate source for socket to node data + - Revert "firewire: core: obsolete usage of GFP_ATOMIC at building node tree" + - drm/amd: Make fence wait in suballocator uninterruptible + - Revert "drm/amd: Disable S/G for APUs when 64GB or more host memory" + - dm: don't attempt to queue IO under RCU protection + - dm: fix a race condition in retrieve_deps + - btrfs: fix lockdep splat and potential deadlock after failure running + delayed items + - btrfs: fix a compilation error if DEBUG is defined in btree_dirty_folio + - btrfs: fix race between finishing block group creation and its item update + - btrfs: release path before inode lookup during the ino lookup ioctl + - btrfs: check for BTRFS_FS_ERROR in pending ordered assert + - tracing/synthetic: Fix order of struct trace_dynamic_info + - tracing: Have tracing_max_latency inc the trace array ref count + - tracing: Have event inject files inc the trace array ref count + - tracing/synthetic: Print out u64 values properly + - tracing: Increase trace array ref count on enable and filter files + - tracing: Have current_trace inc the trace array ref count + - tracing: Have option files inc the trace array ref count + - selinux: fix handling of empty opts in selinux_fs_context_submount() + - nfsd: fix change_info in NFSv4 RENAME replies + - tracefs: Add missing lockdown check to tracefs_create_dir() + - i2c: aspeed: Reset the i2c controller when timeout occurs + - ata: libata: disallow dev-initiated LPM transitions to unsupported states + - ata: libahci: clear pending interrupt status + - scsi: megaraid_sas: Fix deadlock on firmware crashdump + - scsi: qla2xxx: Use raw_smp_processor_id() instead of smp_processor_id() + - scsi: pm8001: Setup IRQs on resume + - Revert "comedi: add HAS_IOPORT dependencies" + - [Config] updateconfigs for COMEDI/HAS_IOPORT deps + - ext4: fix rec_len verify error + - drm/radeon: make fence wait in suballocator uninterrruptable + - drm/i915: Only check eDP HPD when AUX CH is shared + - drm/amdkfd: Insert missing TLB flush on GFX10 and later + - drm/tests: helpers: Avoid a driver uaf + - drm/amd/display: Adjust the MST resume flow + - drm/amd/display: fix the white screen issue when >= 64GB DRAM + - drm/amd/display: Add DPIA Link Encoder Assignment Fix + - drm/amd/display: Fix 2nd DPIA encoder Assignment + - Revert "memcg: drop kmem.limit_in_bytes" + - drm/amdgpu: fix amdgpu_cs_p1_user_fence + - interconnect: Teach lockdep about icc_bw_lock order + - x86/alternatives: Remove faulty optimization + - x86,static_call: Fix static-call vs return-thunk + - Linux 6.5.5 + * Could not probe Samsung P44 30S3 PM9C1a SSD correctly: nvme nvme0: Device + not ready: aborting installation, CSTS=0x0 (LP: #2041495) // Mantic update: + v6.5.5 upstream stable release (LP: #2043416) + - nvme: avoid bogus CRTO values + * Mantic update: v6.5.4 upstream stable release (LP: #2041999) + - net/ipv6: SKB symmetric hash should incorporate transport ports + - drm/virtio: Conditionally allocate virtio_gpu_fence + - scsi: ufs: core: Add advanced RPMB support where UFSHCI 4.0 does not support + EHS length in UTRD + - scsi: qla2xxx: Adjust IOCB resource on qpair create + - scsi: qla2xxx: Limit TMF to 8 per function + - scsi: qla2xxx: Fix deletion race condition + - scsi: qla2xxx: fix inconsistent TMF timeout + - scsi: qla2xxx: Fix command flush during TMF + - scsi: qla2xxx: Fix erroneous link up failure + - scsi: qla2xxx: Turn off noisy message log + - scsi: qla2xxx: Fix session hang in gnl + - scsi: qla2xxx: Fix TMF leak through + - scsi: qla2xxx: Remove unsupported ql2xenabledif option + - scsi: qla2xxx: Flush mailbox commands on chip reset + - scsi: qla2xxx: Fix smatch warn for qla_init_iocb_limit() + - scsi: qla2xxx: Error code did not return to upper layer + - scsi: qla2xxx: Fix firmware resource tracking + - null_blk: fix poll request timeout handling + - kernfs: fix missing kernfs_iattr_rwsem locking + - fbdev/ep93xx-fb: Do not assign to struct fb_info.dev + - clk: qcom: camcc-sc7180: fix async resume during probe + - drm/ast: Fix DRAM init on AST2200 + - ASoC: tegra: Fix SFC conversion for few rates + - ARM: dts: samsung: exynos4210-i9100: Fix LCD screen's physical size + - arm64: tegra: Update AHUB clock parent and rate on Tegra234 + - arm64: tegra: Update AHUB clock parent and rate + - clk: qcom: turingcc-qcs404: fix missing resume during probe + - ARM: dts: qcom: msm8974pro-castor: correct inverted X of touchscreen + - arm64: dts: qcom: msm8953-vince: drop duplicated touschreen parent interrupt + - ARM: dts: qcom: msm8974pro-castor: correct touchscreen function names + - ARM: dts: qcom: msm8974pro-castor: correct touchscreen syna,nosleep-mode + - arm64: dts: renesas: rzg2l: Fix txdv-skew-psec typos + - ARM: dts: BCM5301X: Extend RAM to full 256MB for Linksys EA6500 V2 + - send channel sequence number in SMB3 requests after reconnects + - memcg: drop kmem.limit_in_bytes + - mm: hugetlb_vmemmap: fix a race between vmemmap pmd split + - lib/test_meminit: allocate pages up to order MAX_ORDER + - Multi-gen LRU: avoid race in inc_min_seq() + - parisc: led: Fix LAN receive and transmit LEDs + - parisc: led: Reduce CPU overhead for disk & lan LED computation + - cifs: update desired access while requesting for directory lease + - pinctrl: cherryview: fix address_space_handler() argument + - dt-bindings: clock: xlnx,versal-clk: drop select:false + - clk: imx: pll14xx: dynamically configure PLL for 393216000/361267200Hz + - clk: imx: pll14xx: align pdiv with reference manual + - clk: qcom: gcc-mdm9615: use proper parent for pll0_vote clock + - soc: qcom: qmi_encdec: Restrict string length in decode + - clk: qcom: dispcc-sm8450: fix runtime PM imbalance on probe errors + - clk: qcom: dispcc-sm8550: fix runtime PM imbalance on probe errors + - clk: qcom: lpasscc-sc7280: fix missing resume during probe + - clk: qcom: q6sstop-qcs404: fix missing resume during probe + - clk: qcom: mss-sc7180: fix missing resume during probe + - NFS: Fix a potential data corruption + - NFSv4/pnfs: minor fix for cleanup path in nfs4_get_device_info + - bus: mhi: host: Skip MHI reset if device is in RDDM + - kbuild: rpm-pkg: define _arch conditionally + - kbuild: do not run depmod for 'make modules_sign' + - kbuild: dummy-tools: make MPROFILE_KERNEL checks work on BE + - tpm_crb: Fix an error handling path in crb_acpi_add() + - gfs2: Switch to wait_event in gfs2_logd + - gfs2: low-memory forced flush fixes + - mailbox: qcom-ipcc: fix incorrect num_chans counting + - kconfig: fix possible buffer overflow + - tools/mm: fix undefined reference to pthread_once + - Input: iqs7222 - configure power mode before triggering ATI + - perf trace: Really free the evsel->priv area + - pwm: atmel-tcb: Harmonize resource allocation order + - pwm: atmel-tcb: Fix resource freeing in error path and remove + - backlight: lp855x: Initialize PWM state on first brightness change + - backlight: gpio_backlight: Drop output GPIO direction check for initial + power state + - perf parse-events: Separate YYABORT and YYNOMEM cases + - perf parse-events: Move instances of YYABORT to YYNOMEM + - perf parse-events: Separate ENOMEM memory handling + - perf parse-events: Additional error reporting + - KVM: SVM: Don't defer NMI unblocking until next exit for SEV-ES guests + - Input: tca6416-keypad - always expect proper IRQ number in i2c client + - Input: tca6416-keypad - fix interrupt enable disbalance + - perf annotate bpf: Don't enclose non-debug code with an assert() + - x86/virt: Drop unnecessary check on extended CPUID level in cpu_has_svm() + - perf script: Print "cgroup" field on the same line as "comm" + - perf bpf-filter: Fix sample flag check with || + - perf dlfilter: Initialize addr_location before passing it to + thread__find_symbol_fb() + - perf dlfilter: Add al_cleanup() + - perf vendor events: Update the JSON/events descriptions for power10 platform + - perf vendor events: Drop some of the JSON/events for power10 platform + - perf vendor events: Drop STORES_PER_INST metric event for power10 platform + - perf vendor events: Move JSON/events to appropriate files for power10 + platform + - perf vendor events: Update metric event names for power10 platform + - perf top: Don't pass an ERR_PTR() directly to perf_session__delete() + - perf lock: Don't pass an ERR_PTR() directly to perf_session__delete() + - watchdog: intel-mid_wdt: add MODULE_ALIAS() to allow auto-load + - perf vendor events arm64: Remove L1D_CACHE_LMISS from AmpereOne list + - pwm: lpc32xx: Remove handling of PWM channels + - accel/ivpu: refactor deprecated strncpy + - perf header: Fix missing PMU caps + - i3c: master: svc: Describe member 'saved_regs' + - perf test stat_bpf_counters_cgrp: Fix shellcheck issue about logical + operators + - perf test stat_bpf_counters_cgrp: Enhance perf stat cgroup BPF counter test + - regulator: tps6287x: Fix n_voltages + - selftests/bpf: Fix flaky cgroup_iter_sleepable subtest + - drm/i915: mark requests for GuC virtual engines to avoid use-after-free + - blk-throttle: use calculate_io/bytes_allowed() for throtl_trim_slice() + - blk-throttle: consider 'carryover_ios/bytes' in throtl_trim_slice() + - netfilter: nf_tables: Audit log setelem reset + - netfilter: nf_tables: Audit log rule reset + - smb: propagate error code of extract_sharename() + - net/sched: fq_pie: avoid stalls in fq_pie_timer() + - sctp: annotate data-races around sk->sk_wmem_queued + - ipv4: annotate data-races around fi->fib_dead + - net: read sk->sk_family once in sk_mc_loop() + - net: fib: avoid warn splat in flow dissector + - xsk: Fix xsk_diag use-after-free error during socket cleanup + - drm/i915/gvt: Verify pfn is "valid" before dereferencing "struct page" + - drm/i915/gvt: Put the page reference obtained by KVM's gfn_to_pfn() + - drm/i915/gvt: Drop unused helper intel_vgpu_reset_gtt() + - drm/amd/display: fix mode scaling (RMX_.*) + - net/handshake: fix null-ptr-deref in handshake_nl_done_doit() + - net: use sk_forward_alloc_get() in sk_get_meminfo() + - net: annotate data-races around sk->sk_forward_alloc + - mptcp: annotate data-races around msk->rmem_fwd_alloc + - net: annotate data-races around sk->sk_tsflags + - net: annotate data-races around sk->sk_bind_phc + - ipv4: ignore dst hint for multipath routes + - ipv6: ignore dst hint for multipath routes + - selftests/bpf: Fix a CI failure caused by vsock write + - igb: disable virtualization features on 82580 + - gve: fix frag_list chaining + - veth: Fixing transmit return status for dropped packets + - net: ipv6/addrconf: avoid integer underflow in ipv6_create_tempaddr + - net: phy: micrel: Correct bit assignments for phy_device flags + - bpf, sockmap: Fix skb refcnt race after locking changes + - af_unix: Fix msg_controllen test in scm_pidfd_recv() for MSG_CMSG_COMPAT. + - af_unix: Fix data-races around user->unix_inflight. + - af_unix: Fix data-race around unix_tot_inflight. + - af_unix: Fix data-races around sk->sk_shutdown. + - af_unix: Fix data race around sk->sk_err. + - kcm: Destroy mutex in kcm_exit_net() + - octeontx2-af: Fix truncation of smq in CN10K NIX AQ enqueue mbox handler + - igc: Change IGC_MIN to allow set rx/tx value between 64 and 80 + - igbvf: Change IGBVF_MIN to allow set rx/tx value between 64 and 80 + - igb: Change IGB_MIN to allow set rx/tx value between 64 and 80 + - s390/zcrypt: don't leak memory if dev_set_name() fails + - regulator: tps6594-regulator: Fix random kernel crash + - idr: fix param name in idr_alloc_cyclic() doc + - ip_tunnels: use DEV_STATS_INC() + - net/mlx5e: Clear mirred devices array if the rule is split + - net/mlx5: Give esw_offloads_load/unload_rep() "mlx5_" prefix + - net/mlx5: Rework devlink port alloc/free into init/cleanup + - net/mlx5: Push devlink port PF/VF init/cleanup calls out of + devlink_port_register/unregister() + - mlx5/core: E-Switch, Create ACL FT for eswitch manager in switchdev mode + - net: dsa: sja1105: fix bandwidth discrepancy between tc-cbs software and + offload + - net: dsa: sja1105: fix -ENOSPC when replacing the same tc-cbs too many times + - net: dsa: sja1105: complete tc-cbs offload support on SJA1110 + - net: phylink: fix sphinx complaint about invalid literal + - bpf: Invoke __bpf_prog_exit_sleepable_recur() on recursion in + kern_sys_bpf(). + - bpf: Assign bpf_tramp_run_ctx::saved_run_ctx before recursion check. + - s390/bpf: Pass through tail call counter in trampolines + - bpf: bpf_sk_storage: Fix invalid wait context lockdep report + - bpf: bpf_sk_storage: Fix the missing uncharge in sk_omem_alloc + - netfilter: nf_tables: Unbreak audit log reset + - net: phy: Provide Module 4 KSZ9477 errata (DS80000754C) + - net: hns3: fix tx timeout issue + - net: hns3: fix byte order conversion issue in hclge_dbg_fd_tcam_read() + - net: hns3: fix debugfs concurrency issue between kfree buffer and read + - net: hns3: fix invalid mutex between tc qdisc and dcb ets command issue + - net: hns3: fix the port information display when sfp is absent + - net: hns3: remove GSO partial feature bit + - net: enetc: distinguish error from valid pointers in + enetc_fixup_clear_rss_rfs() + - sh: boards: Fix CEU buffer size passed to dma_declare_coherent_memory() + - sh: push-switch: Reorder cleanup operations to avoid use-after-free bug + - linux/export: fix reference to exported functions for parisc64 + - watchdog: advantech_ec_wdt: fix Kconfig dependencies + - drm/amd/display: Temporary Disable MST DP Colorspace Property + - ARC: atomics: Add compiler barrier to atomic operations... + - clocksource/drivers/arm_arch_timer: Disable timer before programming CVAL + - dmaengine: sh: rz-dmac: Fix destination and source data size setting + - misc: fastrpc: Fix remote heap allocation request + - misc: fastrpc: Fix incorrect DMA mapping unmap request + - jbd2: fix checkpoint cleanup performance regression + - jbd2: check 'jh->b_transaction' before removing it from checkpoint + - jbd2: correct the end of the journal recovery scan range + - ext4: add correct group descriptors and reserved GDT blocks to system zone + - ext4: fix memory leaks in ext4_fname_{setup_filename,prepare_lookup} + - ext4: drop dio overwrite only flag and associated warning + - f2fs: get out of a repeat loop when getting a locked data page + - f2fs: flush inode if atomic file is aborted + - f2fs: avoid false alarm of circular locking + - lib: test_scanf: Add explicit type cast to result initialization in + test_number_prefix() + - hwspinlock: qcom: add missing regmap config for SFPB MMIO implementation + - memcontrol: ensure memcg acquired by id is properly set up + - ata: ahci: Add Elkhart Lake AHCI controller + - ata: pata_falcon: fix IO base selection for Q40 + - ata: sata_gemini: Add missing MODULE_DESCRIPTION + - ata: pata_ftide010: Add missing MODULE_DESCRIPTION + - fuse: nlookup missing decrement in fuse_direntplus_link + - btrfs: zoned: do not zone finish data relocation block group + - btrfs: fix start transaction qgroup rsv double free + - btrfs: free qgroup rsv on io failure + - btrfs: don't start transaction when joining with TRANS_JOIN_NOSTART + - btrfs: set page extent mapped after read_folio in relocate_one_page + - btrfs: zoned: re-enable metadata over-commit for zoned mode + - btrfs: use the correct superblock to compare fsid in btrfs_validate_super + - btrfs: scrub: avoid unnecessary extent tree search preparing stripes + - btrfs: scrub: avoid unnecessary csum tree search preparing stripes + - btrfs: scrub: fix grouping of read IO + - drm/mxsfb: Disable overlay plane in mxsfb_plane_overlay_atomic_disable() + - mtd: rawnand: brcmnand: Fix crash during the panic_write + - mtd: rawnand: brcmnand: Fix potential out-of-bounds access in oob write + - mtd: spi-nor: Correct flags for Winbond w25q128 + - mtd: rawnand: brcmnand: Fix potential false time out warning + - mtd: rawnand: brcmnand: Fix ECC level field setting for v7.2 controller + - Revert "drm/amd/display: Remove v_startup workaround for dcn3+" + - drm/amd/display: enable cursor degamma for DCN3+ DRM legacy gamma + - drm/amd/display: limit the v_startup workaround to ASICs older than DCN3.1 + - drm/amd/display: prevent potential division by zero errors + - KVM: VMX: Refresh available regs and IDT vectoring info before NMI handling + - KVM: SVM: Take and hold ir_list_lock when updating vCPU's Physical ID entry + - KVM: SVM: Don't inject #UD if KVM attempts to skip SEV guest insn + - KVM: SVM: Get source vCPUs from source VM for SEV-ES intrahost migration + - KVM: nSVM: Check instead of asserting on nested TSC scaling support + - KVM: nSVM: Load L1's TSC multiplier based on L1 state, not L2 state + - KVM: SVM: Set target pCPU during IRTE update if target vCPU is running + - KVM: SVM: Skip VMSA init in sev_es_init_vmcb() if pointer is NULL + - MIPS: Only fiddle with CHECKFLAGS if `need-compiler' + - MIPS: Fix CONFIG_CPU_DADDI_WORKAROUNDS `modules_install' regression + - perf hists browser: Fix hierarchy mode header + - perf build: Update build rule for generated files + - perf test shell stat_bpf_counters: Fix test on Intel + - perf tools: Handle old data in PERF_RECORD_ATTR + - perf build: Include generated header files properly + - perf hists browser: Fix the number of entries for 'e' key + - drm/amd/display: always switch off ODM before committing more streams + - drm/amd/display: Remove wait while locked + - drm/amdkfd: Add missing gfx11 MQD manager callbacks + - drm/amdgpu: register a dirty framebuffer callback for fbcon + - bpf: fix bpf_probe_read_kernel prototype mismatch + - regulator: raa215300: Change the scope of the variables {clkin_name, + xin_name} + - regulator: raa215300: Fix resource leak in case of error + - parisc: sba_iommu: Fix build warning if procfs if disabled + - kunit: Fix wild-memory-access bug in kunit_free_suite_set() + - net: ipv4: fix one memleak in __inet_del_ifa() + - kselftest/runner.sh: Propagate SIGTERM to runner child + - selftests: Keep symlinks, when possible + - selftests/ftrace: Fix dependencies for some of the synthetic event tests + - net: microchip: vcap api: Fix possible memory leak for vcap_dup_rule() + - octeontx2-pf: Fix page pool cache index corruption. + - net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in + smcr_port_add + - net: stmmac: fix handling of zero coalescing tx-usecs + - net: ethernet: mvpp2_main: fix possible OOB write in + mvpp2_ethtool_get_rxnfc() + - net: ethernet: mtk_eth_soc: fix possible NULL pointer dereference in + mtk_hwlro_get_fdir_all() + - hsr: Fix uninit-value access in fill_frame_info() + - net: ethernet: adi: adin1110: use eth_broadcast_addr() to assign broadcast + address + - net:ethernet:adi:adin1110: Fix forwarding offload + - net: dsa: sja1105: hide all multicast addresses from "bridge fdb show" + - net: dsa: sja1105: propagate exact error code from + sja1105_dynamic_config_poll_valid() + - net: dsa: sja1105: fix multicast forwarding working only for last added mdb + entry + - net: dsa: sja1105: serialize sja1105_port_mcast_flood() with other FDB + accesses + - net: dsa: sja1105: block FDB accesses that are concurrent with a switch + reset + - r8152: check budget for r8152_poll() + - kcm: Fix memory leak in error path of kcm_sendmsg() + - platform/mellanox: mlxbf-tmfifo: Drop the Rx packet if no more descriptors + - platform/mellanox: mlxbf-tmfifo: Drop jumbo frames + - platform/mellanox: mlxbf-pmc: Fix potential buffer overflows + - platform/mellanox: mlxbf-pmc: Fix reading of unprogrammed events + - platform/mellanox: NVSW_SN2201 should depend on ACPI + - [Config] updateconfigs for NVSW_SN2201 + - net: macb: fix sleep inside spinlock + - veth: Update XDP feature set when bringing up device + - ipv6: fix ip6_sock_set_addr_preferences() typo + - tcp: Factorise sk_family-independent comparison in + inet_bind2_bucket_match(_addr_any). + - tcp: Fix bind() regression for v4-mapped-v6 wildcard address. + - tcp: Fix bind() regression for v4-mapped-v6 non-wildcard address. + - selftest: tcp: Fix address length in bind_wildcard.c. + - ixgbe: fix timestamp configuration code + - igb: clean up in all error paths when enabling SR-IOV + - net: renesas: rswitch: Fix unmasking irq condition + - kcm: Fix error handling for SOCK_DGRAM in kcm_sendmsg(). + - vm: fix move_vma() memory accounting being off + - drm/amd/display: Fix a bug when searching for insert_above_mpcc + - Linux 6.5.4 + * CVE-2023-6176 + - net/tls: do not free tls_rec on async operation in bpf_exec_tx_verdict() + + -- Roxana Nicolescu Thu, 18 Jan 2024 09:19:20 +0100 + +linux-lowlatency-hwe-6.5 (6.5.0-15.15.1.1~22.04.1) jammy; urgency=medium + + * jammy/linux-lowlatency-hwe-6.5: 6.5.0-15.15.1.1~22.04.1 -proposed tracker + (LP: #2048539) + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + + [ Ubuntu: 6.5.0-15.15.1 ] + + * mantic/linux-lowlatency: 6.5.0-15.15.1 -proposed tracker (LP: #2048540) + * Packaging resync (LP: #1786013) + - [Packaging] remove helper scripts + * mantic/linux: 6.5.0-15.15 -proposed tracker (LP: #2048549) + * CVE-2024-0193 + - netfilter: nf_tables: skip set commit for deleted/destroyed sets + * CVE-2023-6606 + - smb: client: fix OOB in smbCalcSize() + * CVE-2023-6817 + - netfilter: nft_set_pipapo: skip inactive elements during set walk + * CVE-2023-6932 + - ipv4: igmp: fix refcnt uaf issue when receiving igmp query packet + * CVE-2023-6931 + - perf: Fix perf_event_validate_size() + - perf: Fix perf_event_validate_size() lockdep splat + + -- Roxana Nicolescu Fri, 12 Jan 2024 18:57:18 +0100 + +linux-lowlatency-hwe-6.5 (6.5.0-14.14.1~22.04.1) jammy; urgency=medium + + * jammy/linux-lowlatency-hwe-6.5: 6.5.0-14.14.1~22.04.1 -proposed tracker + (LP: #2043484) + + * disable shiftfs (LP: #2038522) + - [Config] lowlatency-hwe-6.5: disable shiftfs + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + + [ Ubuntu: 6.5.0-14.14.1 ] + + * mantic/linux-lowlatency: 6.5.0-14.14.1 -proposed tracker (LP: #2041531) + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + - [Packaging] resync update-dkms-versions helper + - debian/dkms-versions -- update from kernel-versions (main/2023.10.30) + * disable shiftfs (LP: #2038522) + - [Config] lowlatency: disable shiftfs + * usbip: error: failed to open /usr/share/hwdata//usb.ids (LP: #2039439) + - [Packaging] lowlatency: Make linux-tools-common depend on hwdata + * mantic/linux: 6.5.0-14.14 -proposed tracker (LP: #2042660) + * Boot log print hang on screen, no login prompt on Aspeed 2600 rev 52 BMC + (LP: #2042850) + - drm/ast: Add BMC virtual connector + * arm64 atomic issues cause disk corruption (LP: #2042573) + - locking/atomic: scripts: fix fallback ifdeffery + * Packaging resync (LP: #1786013) + - [Packaging] update annotations scripts + * mantic/linux: 6.5.0-12.12 -proposed tracker (LP: #2041536) + * Packaging resync (LP: #1786013) + - [Packaging] update annotations scripts + - [Packaging] update helper scripts + - debian/dkms-versions -- update from kernel-versions (main/2023.10.30) + * CVE-2023-5633 + - drm/vmwgfx: Keep a gem reference to user bos in surfaces + * CVE-2023-5345 + - fs/smb/client: Reset password pointer to NULL + * CVE-2023-39189 + - netfilter: nfnetlink_osf: avoid OOB read + * CVE-2023-4244 + - netfilter: nft_set_rbtree: skip sync GC for new elements in this transaction + * apparmor restricts read access of user namespace mediation sysctls to root + (LP: #2040194) + - SAUCE: apparmor: open userns related sysctl so lxc can check if restriction + are in place + * AppArmor spams kernel log with assert when auditing (LP: #2040192) + - SAUCE: apparmor: fix request field from a prompt reply that denies all + access + * apparmor notification files verification (LP: #2040250) + - SAUCE: apparmor: fix notification header size + * apparmor oops when racing to retrieve a notification (LP: #2040245) + - SAUCE: apparmor: fix oops when racing to retrieve notification + * SMC stats: Wrong bucket calculation for payload of exactly 4096 bytes + (LP: #2039575) + - net/smc: Fix pos miscalculation in statistics + * Support mipi camera on Intel Meteor Lake platform (LP: #2031412) + - SAUCE: iommu: intel-ipu: use IOMMU passthrough mode for Intel IPUs on Meteor + Lake + - SAUCE: platform/x86: int3472: Add handshake GPIO function + * CVE-2023-45898 + - ext4: fix slab-use-after-free in ext4_es_insert_extent() + * CVE-2023-31085 + - ubi: Refuse attaching if mtd's erasesize is 0 + * CVE-2023-5717 + - perf: Disallow mis-matched inherited group reads + * CVE-2023-5178 + - nvmet-tcp: Fix a possible UAF in queue intialization setup + * CVE-2023-5158 + - vringh: don't use vringh_kiov_advance() in vringh_iov_xfer() + * CVE-2023-5090 + - x86: KVM: SVM: always update the x2avic msr interception + * [SRU][J/L/M] UBUNTU: [Packaging] Make WWAN driver a loadable module + (LP: #2033406) + - [Packaging] Make WWAN driver loadable modules + * Unable to power off the system with MTL CPU (LP: #2039405) + - Revert "x86/smp: Put CPUs into INIT on shutdown if possible" + * usbip: error: failed to open /usr/share/hwdata//usb.ids (LP: #2039439) + - [Packaging] Make linux-tools-common depend on hwdata + * drop all references to is_rust_module.sh in kernels >= 6.5 (LP: #2038611) + - [Packaging] drop references to is_rust_module.sh + * disable shiftfs (LP: #2038522) + - SAUCE: ceph: enable unsafe idmapped mounts by default + - [Config] disable shiftfs + * Infinite systemd loop when power off the machine with multiple MD RAIDs + (LP: #2036184) + - md: Put the right device in md_seq_next + * [Mediatek] mt8195-demo: enable CONFIG_MTK_IOMMU as module for multimedia and + PCIE peripherals (LP: #2036587) + - [Config] Enable CONFIG_MTK_IOMMU on arm64 + * Realtek 8852CE WiFi 6E country code udpates (LP: #2037273) + - wifi: rtw89: regd: update regulatory map to R64-R43 + * Unable to use nvme drive to install Ubuntu 23.10 (LP: #2040157) + - misc: rtsx: Fix some platforms can not boot and move the l1ss judgment to + probe + * CVE-2023-42754 + - ipv4: fix null-deref in ipv4_link_failure + * linux-*: please enable dm-verity kconfigs to allow MoK/db verified root + images (LP: #2019040) + - [Config] CONFIG_DM_VERITY_VERIFY_ROOTHASH_SIG_SECONDARY_KEYRING=y + * Fix RCU warning on AMD laptops (LP: #2036377) + - power: supply: core: Use blocking_notifier_call_chain to avoid RCU complaint + * allow io_uring to be disabled in runtime (LP: #2035116) + - io_uring: add a sysctl to disable io_uring system-wide + * Fix unstable audio at low levels on Thinkpad P1G4 (LP: #2037077) + - ALSA: hda/realtek - ALC287 I2S speaker platform support + + [ Ubuntu: 6.5.0-13.13.1 ] + + * mantic/linux-lowlatency: 6.5.0-13.13.1 -proposed tracker (LP: #2041872) + * mantic/linux: 6.5.0-13.13 -proposed tracker (LP: #2042652) + * arm64 atomic issues cause disk corruption (LP: #2042573) + - locking/atomic: scripts: fix fallback ifdeffery + * mantic/linux: 6.5.0-11.11 -proposed tracker (LP: #2041879) + * CVE-2023-31085 + - ubi: Refuse attaching if mtd's erasesize is 0 + * CVE-2023-4244 + - netfilter: nft_set_rbtree: skip sync GC for new elements in this transaction + * CVE-2023-5633 + - drm/vmwgfx: Keep a gem reference to user bos in surfaces + * CVE-2023-5345 + - fs/smb/client: Reset password pointer to NULL + * CVE-2023-5090 + - x86: KVM: SVM: always update the x2avic msr interception + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + [ Ubuntu: 6.5.0-10.10.1 ] + + * mantic/linux-lowlatency: 6.5.0-10.10.1 -proposed tracker (LP: #2039199) + * Packaging resync (LP: #1786013) + - [Packaging] update Ubuntu.md + - [Packaging] update update.conf + * mantic/linux: 6.5.0-10.10 -proposed tracker (LP: #2039204) + * CVE-2023-4921 + - net: sched: sch_qfq: Fix UAF in qfq_dequeue() + * CVE-2023-42756 + - netfilter: ipset: Fix race between IPSET_CMD_CREATE and IPSET_CMD_SWAP + * CVE-2023-4881 + - netfilter: nftables: exthdr: fix 4-byte stack OOB write + * CVE-2023-5197 + - netfilter: nf_tables: disallow rule removal from chain binding + + [ Ubuntu: 6.5.0-9.9.1 ] + + * mantic/linux-lowlatency: 6.5.0-9.9.1 -proposed tracker (LP: #2038688) + * mantic/linux: 6.5.0-9.9 -proposed tracker (LP: #2038687) + * update apparmor and LSM stacking patch set (LP: #2028253) + - re-apply apparmor 4.0.0 + * Disable restricting unprivileged change_profile by default, due to LXD + latest/stable not yet compatible with this new apparmor feature + (LP: #2038567) + - SAUCE: apparmor: Make apparmor_restrict_unprivileged_unconfined opt-in + * mantic/linux: 6.5.0-8.8 -proposed tracker (LP: #2038577) + * update apparmor and LSM stacking patch set (LP: #2028253) + - SAUCE: apparmor3.2.0 [02/60]: rename SK_CTX() to aa_sock and make it an + inline fn + - SAUCE: apparmor3.2.0 [05/60]: Add sysctls for additional controls of unpriv + userns restrictions + - SAUCE: apparmor3.2.0 [08/60]: Stacking v38: LSM: Identify modules by more + than name + - SAUCE: apparmor3.2.0 [09/60]: Stacking v38: LSM: Add an LSM identifier for + external use + - SAUCE: apparmor3.2.0 [10/60]: Stacking v38: LSM: Identify the process + attributes for each module + - SAUCE: apparmor3.2.0 [11/60]: Stacking v38: LSM: Maintain a table of LSM + attribute data + - SAUCE: apparmor3.2.0 [12/60]: Stacking v38: proc: Use lsmids instead of lsm + names for attrs + - SAUCE: apparmor3.2.0 [13/60]: Stacking v38: integrity: disassociate + ima_filter_rule from security_audit_rule + - SAUCE: apparmor3.2.0 [14/60]: Stacking v38: LSM: Infrastructure management + of the sock security + - SAUCE: apparmor3.2.0 [15/60]: Stacking v38: LSM: Add the lsmblob data + structure. + - SAUCE: apparmor3.2.0 [16/60]: Stacking v38: LSM: provide lsm name and id + slot mappings + - SAUCE: apparmor3.2.0 [17/60]: Stacking v38: IMA: avoid label collisions with + stacked LSMs + - SAUCE: apparmor3.2.0 [18/60]: Stacking v38: LSM: Use lsmblob in + security_audit_rule_match + - SAUCE: apparmor3.2.0 [19/60]: Stacking v38: LSM: Use lsmblob in + security_kernel_act_as + - SAUCE: apparmor3.2.0 [20/60]: Stacking v38: LSM: Use lsmblob in + security_secctx_to_secid + - SAUCE: apparmor3.2.0 [21/60]: Stacking v38: LSM: Use lsmblob in + security_secid_to_secctx + - SAUCE: apparmor3.2.0 [22/60]: Stacking v38: LSM: Use lsmblob in + security_ipc_getsecid + - SAUCE: apparmor3.2.0 [23/60]: Stacking v38: LSM: Use lsmblob in + security_current_getsecid + - SAUCE: apparmor3.2.0 [24/60]: Stacking v38: LSM: Use lsmblob in + security_inode_getsecid + - SAUCE: apparmor3.2.0 [25/60]: Stacking v38: LSM: Use lsmblob in + security_cred_getsecid + - SAUCE: apparmor3.2.0 [26/60]: Stacking v38: LSM: Specify which LSM to + display + - SAUCE: apparmor3.2.0 [28/60]: Stacking v38: LSM: Ensure the correct LSM + context releaser + - SAUCE: apparmor3.2.0 [29/60]: Stacking v38: LSM: Use lsmcontext in + security_secid_to_secctx + - SAUCE: apparmor3.2.0 [30/60]: Stacking v38: LSM: Use lsmcontext in + security_inode_getsecctx + - SAUCE: apparmor3.2.0 [31/60]: Stacking v38: Use lsmcontext in + security_dentry_init_security + - SAUCE: apparmor3.2.0 [32/60]: Stacking v38: LSM: security_secid_to_secctx in + netlink netfilter + - SAUCE: apparmor3.2.0 [33/60]: Stacking v38: NET: Store LSM netlabel data in + a lsmblob + - SAUCE: apparmor3.2.0 [34/60]: Stacking v38: binder: Pass LSM identifier for + confirmation + - SAUCE: apparmor3.2.0 [35/60]: Stacking v38: LSM: security_secid_to_secctx + module selection + - SAUCE: apparmor3.2.0 [36/60]: Stacking v38: Audit: Keep multiple LSM data in + audit_names + - SAUCE: apparmor3.2.0 [37/60]: Stacking v38: Audit: Create audit_stamp + structure + - SAUCE: apparmor3.2.0 [38/60]: Stacking v38: LSM: Add a function to report + multiple LSMs + - SAUCE: apparmor3.2.0 [39/60]: Stacking v38: Audit: Allow multiple records in + an audit_buffer + - SAUCE: apparmor3.2.0 [40/60]: Stacking v38: Audit: Add record for multiple + task security contexts + - SAUCE: apparmor3.2.0 [41/60]: Stacking v38: audit: multiple subject lsm + values for netlabel + - SAUCE: apparmor3.2.0 [42/60]: Stacking v38: Audit: Add record for multiple + object contexts + - SAUCE: apparmor3.2.0 [43/60]: Stacking v38: netlabel: Use a struct lsmblob + in audit data + - SAUCE: apparmor3.2.0 [44/60]: Stacking v38: LSM: Removed scaffolding + function lsmcontext_init + - SAUCE: apparmor3.2.0 [45/60]: Stacking v38: AppArmor: Remove the exclusive + flag + - SAUCE: apparmor3.2.0 [46/60]: combine common_audit_data and + apparmor_audit_data + - SAUCE: apparmor3.2.0 [47/60]: setup slab cache for audit data + - SAUCE: apparmor3.2.0 [48/60]: rename audit_data->label to + audit_data->subj_label + - SAUCE: apparmor3.2.0 [49/60]: pass cred through to audit info. + - SAUCE: apparmor3.2.0 [50/60]: Improve debug print infrastructure + - SAUCE: apparmor3.2.0 [51/60]: add the ability for profiles to have a + learning cache + - SAUCE: apparmor3.2.0 [52/60]: enable userspace upcall for mediation + - SAUCE: apparmor3.2.0 [53/60]: cache buffers on percpu list if there is lock + contention + - SAUCE: apparmor3.2.0 [55/60]: advertise availability of exended perms + - SAUCE: apparmor3.2.0 [60/60]: [Config] enable + CONFIG_SECURITY_APPARMOR_RESTRICT_USERNS + * LSM stacking and AppArmor for 6.2: additional fixes (LP: #2017903) // update + apparmor and LSM stacking patch set (LP: #2028253) + - SAUCE: apparmor3.2.0 [57/60]: fix profile verification and enable it + * udev fails to make prctl() syscall with apparmor=0 (as used by maas by + default) (LP: #2016908) // update apparmor and LSM stacking patch set + (LP: #2028253) + - SAUCE: apparmor3.2.0 [27/60]: Stacking v38: Fix prctl() syscall with + apparmor=0 + * kinetic: apply new apparmor and LSM stacking patch set (LP: #1989983) // + update apparmor and LSM stacking patch set (LP: #2028253) + - SAUCE: apparmor3.2.0 [01/60]: add/use fns to print hash string hex value + - SAUCE: apparmor3.2.0 [03/60]: patch to provide compatibility with v2.x net + rules + - SAUCE: apparmor3.2.0 [04/60]: add user namespace creation mediation + - SAUCE: apparmor3.2.0 [06/60]: af_unix mediation + - SAUCE: apparmor3.2.0 [07/60]: Add fine grained mediation of posix mqueues + + -- Roxana Nicolescu Wed, 22 Nov 2023 15:12:54 +0100 + +linux-lowlatency-hwe-6.5 (6.5.0-9.9.1~22.04.2) jammy; urgency=medium + + * jammy/linux-lowlatency-hwe-6.5: 6.5.0-9.9.1~22.04.2 -proposed tracker + (LP: #2040279) + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + - [Packaging] update Ubuntu.md + - [Packaging] update update.conf + + * Miscellaneous Ubuntu changes + - [Packaging] drop Rust build dependencies + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: modpost: support arbitrary symbol length in + modversion" + - Revert "UBUNTU: [Packaging] ZSTD compress modules" + + -- Andrea Righi Tue, 24 Oct 2023 18:18:47 +0200 + +linux-lowlatency-hwe-6.5 (6.5.0-9.9.1~22.04.1) jammy; urgency=medium + + * Empty entry + + -- Andrea Righi Tue, 24 Oct 2023 17:04:50 +0200 + +linux-lowlatency (6.5.0-9.9.1) mantic; urgency=medium + + * mantic/linux-lowlatency: 6.5.0-9.9.1 -proposed tracker (LP: #2038688) + + [ Ubuntu: 6.5.0-9.9 ] + + * mantic/linux: 6.5.0-9.9 -proposed tracker (LP: #2038687) + * update apparmor and LSM stacking patch set (LP: #2028253) + - re-apply apparmor 4.0.0 + * Disable restricting unprivileged change_profile by default, due to LXD + latest/stable not yet compatible with this new apparmor feature + (LP: #2038567) + - SAUCE: apparmor: Make apparmor_restrict_unprivileged_unconfined opt-in + + [ Ubuntu: 6.5.0-8.8 ] + + * mantic/linux: 6.5.0-8.8 -proposed tracker (LP: #2038577) + * update apparmor and LSM stacking patch set (LP: #2028253) + - SAUCE: apparmor3.2.0 [02/60]: rename SK_CTX() to aa_sock and make it an + inline fn + - SAUCE: apparmor3.2.0 [05/60]: Add sysctls for additional controls of unpriv + userns restrictions + - SAUCE: apparmor3.2.0 [08/60]: Stacking v38: LSM: Identify modules by more + than name + - SAUCE: apparmor3.2.0 [09/60]: Stacking v38: LSM: Add an LSM identifier for + external use + - SAUCE: apparmor3.2.0 [10/60]: Stacking v38: LSM: Identify the process + attributes for each module + - SAUCE: apparmor3.2.0 [11/60]: Stacking v38: LSM: Maintain a table of LSM + attribute data + - SAUCE: apparmor3.2.0 [12/60]: Stacking v38: proc: Use lsmids instead of lsm + names for attrs + - SAUCE: apparmor3.2.0 [13/60]: Stacking v38: integrity: disassociate + ima_filter_rule from security_audit_rule + - SAUCE: apparmor3.2.0 [14/60]: Stacking v38: LSM: Infrastructure management + of the sock security + - SAUCE: apparmor3.2.0 [15/60]: Stacking v38: LSM: Add the lsmblob data + structure. + - SAUCE: apparmor3.2.0 [16/60]: Stacking v38: LSM: provide lsm name and id + slot mappings + - SAUCE: apparmor3.2.0 [17/60]: Stacking v38: IMA: avoid label collisions with + stacked LSMs + - SAUCE: apparmor3.2.0 [18/60]: Stacking v38: LSM: Use lsmblob in + security_audit_rule_match + - SAUCE: apparmor3.2.0 [19/60]: Stacking v38: LSM: Use lsmblob in + security_kernel_act_as + - SAUCE: apparmor3.2.0 [20/60]: Stacking v38: LSM: Use lsmblob in + security_secctx_to_secid + - SAUCE: apparmor3.2.0 [21/60]: Stacking v38: LSM: Use lsmblob in + security_secid_to_secctx + - SAUCE: apparmor3.2.0 [22/60]: Stacking v38: LSM: Use lsmblob in + security_ipc_getsecid + - SAUCE: apparmor3.2.0 [23/60]: Stacking v38: LSM: Use lsmblob in + security_current_getsecid + - SAUCE: apparmor3.2.0 [24/60]: Stacking v38: LSM: Use lsmblob in + security_inode_getsecid + - SAUCE: apparmor3.2.0 [25/60]: Stacking v38: LSM: Use lsmblob in + security_cred_getsecid + - SAUCE: apparmor3.2.0 [26/60]: Stacking v38: LSM: Specify which LSM to + display + - SAUCE: apparmor3.2.0 [28/60]: Stacking v38: LSM: Ensure the correct LSM + context releaser + - SAUCE: apparmor3.2.0 [29/60]: Stacking v38: LSM: Use lsmcontext in + security_secid_to_secctx + - SAUCE: apparmor3.2.0 [30/60]: Stacking v38: LSM: Use lsmcontext in + security_inode_getsecctx + - SAUCE: apparmor3.2.0 [31/60]: Stacking v38: Use lsmcontext in + security_dentry_init_security + - SAUCE: apparmor3.2.0 [32/60]: Stacking v38: LSM: security_secid_to_secctx in + netlink netfilter + - SAUCE: apparmor3.2.0 [33/60]: Stacking v38: NET: Store LSM netlabel data in + a lsmblob + - SAUCE: apparmor3.2.0 [34/60]: Stacking v38: binder: Pass LSM identifier for + confirmation + - SAUCE: apparmor3.2.0 [35/60]: Stacking v38: LSM: security_secid_to_secctx + module selection + - SAUCE: apparmor3.2.0 [36/60]: Stacking v38: Audit: Keep multiple LSM data in + audit_names + - SAUCE: apparmor3.2.0 [37/60]: Stacking v38: Audit: Create audit_stamp + structure + - SAUCE: apparmor3.2.0 [38/60]: Stacking v38: LSM: Add a function to report + multiple LSMs + - SAUCE: apparmor3.2.0 [39/60]: Stacking v38: Audit: Allow multiple records in + an audit_buffer + - SAUCE: apparmor3.2.0 [40/60]: Stacking v38: Audit: Add record for multiple + task security contexts + - SAUCE: apparmor3.2.0 [41/60]: Stacking v38: audit: multiple subject lsm + values for netlabel + - SAUCE: apparmor3.2.0 [42/60]: Stacking v38: Audit: Add record for multiple + object contexts + - SAUCE: apparmor3.2.0 [43/60]: Stacking v38: netlabel: Use a struct lsmblob + in audit data + - SAUCE: apparmor3.2.0 [44/60]: Stacking v38: LSM: Removed scaffolding + function lsmcontext_init + - SAUCE: apparmor3.2.0 [45/60]: Stacking v38: AppArmor: Remove the exclusive + flag + - SAUCE: apparmor3.2.0 [46/60]: combine common_audit_data and + apparmor_audit_data + - SAUCE: apparmor3.2.0 [47/60]: setup slab cache for audit data + - SAUCE: apparmor3.2.0 [48/60]: rename audit_data->label to + audit_data->subj_label + - SAUCE: apparmor3.2.0 [49/60]: pass cred through to audit info. + - SAUCE: apparmor3.2.0 [50/60]: Improve debug print infrastructure + - SAUCE: apparmor3.2.0 [51/60]: add the ability for profiles to have a + learning cache + - SAUCE: apparmor3.2.0 [52/60]: enable userspace upcall for mediation + - SAUCE: apparmor3.2.0 [53/60]: cache buffers on percpu list if there is lock + contention + - SAUCE: apparmor3.2.0 [55/60]: advertise availability of exended perms + - SAUCE: apparmor3.2.0 [60/60]: [Config] enable + CONFIG_SECURITY_APPARMOR_RESTRICT_USERNS + * LSM stacking and AppArmor for 6.2: additional fixes (LP: #2017903) // update + apparmor and LSM stacking patch set (LP: #2028253) + - SAUCE: apparmor3.2.0 [57/60]: fix profile verification and enable it + * udev fails to make prctl() syscall with apparmor=0 (as used by maas by + default) (LP: #2016908) // update apparmor and LSM stacking patch set + (LP: #2028253) + - SAUCE: apparmor3.2.0 [27/60]: Stacking v38: Fix prctl() syscall with + apparmor=0 + * kinetic: apply new apparmor and LSM stacking patch set (LP: #1989983) // + update apparmor and LSM stacking patch set (LP: #2028253) + - SAUCE: apparmor3.2.0 [01/60]: add/use fns to print hash string hex value + - SAUCE: apparmor3.2.0 [03/60]: patch to provide compatibility with v2.x net + rules + - SAUCE: apparmor3.2.0 [04/60]: add user namespace creation mediation + - SAUCE: apparmor3.2.0 [06/60]: af_unix mediation + - SAUCE: apparmor3.2.0 [07/60]: Add fine grained mediation of posix mqueues + + -- Paolo Pisati Fri, 06 Oct 2023 21:53:32 +0200 + +linux-lowlatency (6.5.0-8.8.1) mantic; urgency=medium + + * mantic/linux-lowlatency: 6.5.0-8.8.1 -proposed tracker (LP: #2037969) + + [ Ubuntu: 6.5.0-7.7 ] + + * mantic/linux: 6.5.0-7.7 -proposed tracker (LP: #2037611) + * kexec enable to load/kdump zstd compressed zimg (LP: #2037398) + - [Packaging] Revert arm64 image format to Image.gz + * Mantic minimized/minimal cloud images do not receive IP address during + provisioning (LP: #2036968) + - [Config] Enable virtio-net as built-in to avoid race + * Miscellaneous Ubuntu changes + - SAUCE: Add mdev_set_iommu_device() kABI + - [Config] update gcc version in annotations + + -- Paolo Pisati Mon, 02 Oct 2023 11:03:22 +0200 + +linux-lowlatency (6.5.0-7.7.1) mantic; urgency=medium + + * mantic/linux-lowlatency: 6.5.0-7.7.1 -proposed tracker (LP: #2037627) + + -- Paolo Pisati Fri, 29 Sep 2023 14:22:33 +0200 + +linux-lowlatency (6.5.0-6.6.1) mantic; urgency=medium + + * mantic/linux-lowlatency: 6.5.0-6.6.1 -proposed tracker (LP: #2035599) + + * Miscellaneous Ubuntu changes + - [Config] updateconfigs after Ubuntu-6.5.0-6.6 rebase + - [packaging] update rust, clang and bindgen build-deps + + -- Paolo Pisati Mon, 25 Sep 2023 13:13:04 +0200 + +linux-lowlatency (6.5.0-5.5.1) mantic; urgency=medium + + * mantic/linux-lowlatency: 6.5.0-5.5.1 -proposed tracker (LP: #2034552) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/d2023.08.23) + + -- Paolo Pisati Wed, 06 Sep 2023 16:13:46 +0200 + +linux-lowlatency (6.5.0-4.4.1) mantic; urgency=medium + + * mantic/linux-lowlatency: 6.5.0-4.4.1 -proposed tracker (LP: #2034047) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/d2023.08.23) + + -- Paolo Pisati Mon, 04 Sep 2023 17:07:42 +0200 + +linux-lowlatency (6.5.0-3.3.1) mantic; urgency=medium + + * mantic/linux-lowlatency: 6.5.0-3.3.1 -proposed tracker (LP: #2033908) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/d2023.08.23) + + -- Paolo Pisati Fri, 01 Sep 2023 16:37:16 +0200 + +linux-lowlatency (6.5.0-2.2.1) mantic; urgency=medium + + * mantic/linux-lowlatency: 6.5.0-2.2.1 -proposed tracker (LP: #2033020) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/d2023.08.23) + + * Miscellaneous Ubuntu changes + - [Packaging] derive it from mantic:linux + - [Config] updateconfigs after rebase on Ubuntu-6.5.0-2.2 + + -- Paolo Pisati Wed, 30 Aug 2023 08:29:23 +0200 + +linux-lowlatency (6.5.0-1.1.1) mantic; urgency=medium + + * mantic/linux-lowlatency: 6.5.0-1.1.1 -proposed tracker (LP: #2029226) + + * Miscellaneous Ubuntu changes + - [Packaging] move to Mantic 6.5 + - [Packaging] add libstdc++-dev, python3-dev and zstd to build-depends + - [Config] updateconfigs after rebase on Ubuntu-unstable-6.5.0-4.4 + + [ Ubuntu: 6.5.0-4.4 ] + + * mantic/linux-unstable: 6.5.0-4.4 -proposed tracker (LP: #2029086) + * Miscellaneous Ubuntu changes + - [Packaging] Add .NOTPARALLEL + - [Packaging] Remove meaningless $(header_arch) + - [Packaging] Fix File exists error in install-arch-headers + - [Packaging] clean debian/linux-* directories + - [Packaging] remove hmake + - [Packaging] install headers to debian/linux-libc-dev directly + - [Config] define CONFIG options for arm64 instead of arm64-generic + - [Config] update annotations after rebase to v6.5-rc4 + - [Packaging] temporarily disable Rust support + * Rebase to v6.5-rc4 + + [ Ubuntu: 6.5.0-3.3 ] + + * mantic/linux-unstable: 6.5.0-3.3 -proposed tracker (LP: #2028779) + * enable Rust support in the kernel (LP: #2007654) + - SAUCE: rust: support rustc-1.69.0 + - [Packaging] depend on rustc-1.69.0 + * Packaging resync (LP: #1786013) + - [Packaging] resync update-dkms-versions helper + - [Packaging] resync getabis + * Fix UBSAN in Intel EDAC driver (LP: #2028746) + - EDAC/i10nm: Skip the absent memory controllers + * Ship kernel modules Zstd compressed (LP: #2028568) + - SAUCE: Support but do not require compressed modules + - [Config] Enable support for ZSTD compressed modules + - [Packaging] ZSTD compress modules + * update apparmor and LSM stacking patch set (LP: #2028253) + - SAUCE: apparmor3.2.0 [02/60]: rename SK_CTX() to aa_sock and make it an + inline fn + - SAUCE: apparmor3.2.0 [05/60]: Add sysctls for additional controls of unpriv + userns restrictions + - SAUCE: apparmor3.2.0 [08/60]: Stacking v38: LSM: Identify modules by more + than name + - SAUCE: apparmor3.2.0 [09/60]: Stacking v38: LSM: Add an LSM identifier for + external use + - SAUCE: apparmor3.2.0 [10/60]: Stacking v38: LSM: Identify the process + attributes for each module + - SAUCE: apparmor3.2.0 [11/60]: Stacking v38: LSM: Maintain a table of LSM + attribute data + - SAUCE: apparmor3.2.0 [12/60]: Stacking v38: proc: Use lsmids instead of lsm + names for attrs + - SAUCE: apparmor3.2.0 [13/60]: Stacking v38: integrity: disassociate + ima_filter_rule from security_audit_rule + - SAUCE: apparmor3.2.0 [14/60]: Stacking v38: LSM: Infrastructure management + of the sock security + - SAUCE: apparmor3.2.0 [15/60]: Stacking v38: LSM: Add the lsmblob data + structure. + - SAUCE: apparmor3.2.0 [16/60]: Stacking v38: LSM: provide lsm name and id + slot mappings + - SAUCE: apparmor3.2.0 [17/60]: Stacking v38: IMA: avoid label collisions with + stacked LSMs + - SAUCE: apparmor3.2.0 [18/60]: Stacking v38: LSM: Use lsmblob in + security_audit_rule_match + - SAUCE: apparmor3.2.0 [19/60]: Stacking v38: LSM: Use lsmblob in + security_kernel_act_as + - SAUCE: apparmor3.2.0 [20/60]: Stacking v38: LSM: Use lsmblob in + security_secctx_to_secid + - SAUCE: apparmor3.2.0 [21/60]: Stacking v38: LSM: Use lsmblob in + security_secid_to_secctx + - SAUCE: apparmor3.2.0 [22/60]: Stacking v38: LSM: Use lsmblob in + security_ipc_getsecid + - SAUCE: apparmor3.2.0 [23/60]: Stacking v38: LSM: Use lsmblob in + security_current_getsecid + - SAUCE: apparmor3.2.0 [24/60]: Stacking v38: LSM: Use lsmblob in + security_inode_getsecid + - SAUCE: apparmor3.2.0 [25/60]: Stacking v38: LSM: Use lsmblob in + security_cred_getsecid + - SAUCE: apparmor3.2.0 [26/60]: Stacking v38: LSM: Specify which LSM to + display + - SAUCE: apparmor3.2.0 [28/60]: Stacking v38: LSM: Ensure the correct LSM + context releaser + - SAUCE: apparmor3.2.0 [29/60]: Stacking v38: LSM: Use lsmcontext in + security_secid_to_secctx + - SAUCE: apparmor3.2.0 [30/60]: Stacking v38: LSM: Use lsmcontext in + security_inode_getsecctx + - SAUCE: apparmor3.2.0 [31/60]: Stacking v38: Use lsmcontext in + security_dentry_init_security + - SAUCE: apparmor3.2.0 [32/60]: Stacking v38: LSM: security_secid_to_secctx in + netlink netfilter + - SAUCE: apparmor3.2.0 [33/60]: Stacking v38: NET: Store LSM netlabel data in + a lsmblob + - SAUCE: apparmor3.2.0 [34/60]: Stacking v38: binder: Pass LSM identifier for + confirmation + - SAUCE: apparmor3.2.0 [35/60]: Stacking v38: LSM: security_secid_to_secctx + module selection + - SAUCE: apparmor3.2.0 [36/60]: Stacking v38: Audit: Keep multiple LSM data in + audit_names + - SAUCE: apparmor3.2.0 [37/60]: Stacking v38: Audit: Create audit_stamp + structure + - SAUCE: apparmor3.2.0 [38/60]: Stacking v38: LSM: Add a function to report + multiple LSMs + - SAUCE: apparmor3.2.0 [39/60]: Stacking v38: Audit: Allow multiple records in + an audit_buffer + - SAUCE: apparmor3.2.0 [40/60]: Stacking v38: Audit: Add record for multiple + task security contexts + - SAUCE: apparmor3.2.0 [41/60]: Stacking v38: audit: multiple subject lsm + values for netlabel + - SAUCE: apparmor3.2.0 [42/60]: Stacking v38: Audit: Add record for multiple + object contexts + - SAUCE: apparmor3.2.0 [43/60]: Stacking v38: netlabel: Use a struct lsmblob + in audit data + - SAUCE: apparmor3.2.0 [44/60]: Stacking v38: LSM: Removed scaffolding + function lsmcontext_init + - SAUCE: apparmor3.2.0 [45/60]: Stacking v38: AppArmor: Remove the exclusive + flag + - SAUCE: apparmor3.2.0 [46/60]: combine common_audit_data and + apparmor_audit_data + - SAUCE: apparmor3.2.0 [47/60]: setup slab cache for audit data + - SAUCE: apparmor3.2.0 [48/60]: rename audit_data->label to + audit_data->subj_label + - SAUCE: apparmor3.2.0 [49/60]: pass cred through to audit info. + - SAUCE: apparmor3.2.0 [50/60]: Improve debug print infrastructure + - SAUCE: apparmor3.2.0 [51/60]: add the ability for profiles to have a + learning cache + - SAUCE: apparmor3.2.0 [52/60]: enable userspace upcall for mediation + - SAUCE: apparmor3.2.0 [53/60]: cache buffers on percpu list if there is lock + contention + - SAUCE: apparmor3.2.0 [55/60]: advertise availability of exended perms + - SAUCE: apparmor3.2.0 [60/60]: [Config] enable + CONFIG_SECURITY_APPARMOR_RESTRICT_USERNS + * LSM stacking and AppArmor for 6.2: additional fixes (LP: #2017903) // update + apparmor and LSM stacking patch set (LP: #2028253) + - SAUCE: apparmor3.2.0 [57/60]: fix profile verification and enable it + * udev fails to make prctl() syscall with apparmor=0 (as used by maas by + default) (LP: #2016908) // update apparmor and LSM stacking patch set + (LP: #2028253) + - SAUCE: apparmor3.2.0 [27/60]: Stacking v38: Fix prctl() syscall with + apparmor=0 + * kinetic: apply new apparmor and LSM stacking patch set (LP: #1989983) // + update apparmor and LSM stacking patch set (LP: #2028253) + - SAUCE: apparmor3.2.0 [01/60]: add/use fns to print hash string hex value + - SAUCE: apparmor3.2.0 [03/60]: patch to provide compatibility with v2.x net + rules + - SAUCE: apparmor3.2.0 [04/60]: add user namespace creation mediation + - SAUCE: apparmor3.2.0 [06/60]: af_unix mediation + - SAUCE: apparmor3.2.0 [07/60]: Add fine grained mediation of posix mqueues + * Miscellaneous Ubuntu changes + - [Packaging] Use consistent llvm/clang for rust + * Rebase to v6.5-rc3 + + [ Ubuntu: 6.5.0-2.2 ] + + * mantic/linux-unstable: 6.5.0-2.2 -proposed tracker (LP: #2027953) + * Remove non-LPAE kernel flavor (LP: #2025265) + - [Packaging] Rename armhf generic-lpae flavor to generic + * Please enable Renesas RZ platform serial installer (LP: #2022361) + - [Config] enable hihope RZ/G2M serial console + * Miscellaneous Ubuntu changes + - [Packaging] snap: Remove old configs handling + - [Packaging] checks/final-checks: Remove old configs handling + - [Packaging] checks/final-checks: check existance of Makefile first + - [Packaging] checks/final-checks: Fix shellcheck issues + - [Packaging] add libstdc++-dev to the build dependencies + - [Config] update annotations after rebase to v6.5-rc2 + * Miscellaneous upstream changes + - kbuild: rust: avoid creating temporary files + - rust: fix bindgen build error with UBSAN_BOUNDS_STRICT + * Rebase to v6.5-rc2 + + [ Ubuntu: 6.5.0-1.1 ] + + * mantic/linux-unstable: 6.5.0-1.1 -proposed tracker (LP: #2026689) + * CVE-2023-31248 + - netfilter: nf_tables: do not ignore genmask when looking up chain by id + * CVE-2023-35001 + - netfilter: nf_tables: prevent OOB access in nft_byteorder_eval + * HDMI output with More than one child device for port B in VBT error + (LP: #2025195) + - SAUCE: drm/i915/quirks: Add multiple VBT quirk for HP ZBook Power G10 + * CVE-2023-2640 // CVE-2023-32629 + - SAUCE: overlayfs: default to userxattr when mounted from non initial user + namespace + * Packaging resync (LP: #1786013) + - [Packaging] resync update-dkms-versions helper + * enable Rust support in the kernel (LP: #2007654) + - SAUCE: btf, scripts: rust: drop is_rust_module.sh + - [Packaging] add rust dependencies + * CVE-2023-2612 + - SAUCE: shiftfs: prevent lock unbalance in shiftfs_create_object() + * Miscellaneous Ubuntu changes + - SAUCE: shiftfs: support linux 6.5 + - [Config] update annotations after rebase to v6.5-rc1 + - [Config] temporarily disable Rust + * Rebase to v6.5-rc1 + + [ Ubuntu: 6.5.0-0.0 ] + + * Empty entry + + [ Ubuntu: 6.4.0-8.8 ] + + * mantic/linux-unstable: 6.4.0-8.8 -proposed tracker (LP: #2025018) + * Miscellaneous Ubuntu changes + - [Config] update toolchain version (gcc) in annotations + * Rebase to v6.4 + + [ Ubuntu: 6.4.0-7.7 ] + + * mantic/linux-unstable: 6.4.0-7.7 -proposed tracker (LP: #2024338) + * Rebase to v6.4-rc7 + + [ Ubuntu: 6.4.0-6.6 ] + + * mantic/linux-unstable: 6.4.0-6.6 -proposed tracker (LP: #2023966) + * Packaging resync (LP: #1786013) + - [Packaging] update annotations scripts + * enable multi-gen LRU by default (LP: #2023629) + - [Config] enable multi-gen LRU by default + * Fix Monitor lost after replug WD19TBS to SUT port with VGA/DVI to type-C + dongle (LP: #2021949) + - thunderbolt: Do not touch CL state configuration during discovery + - thunderbolt: Increase DisplayPort Connection Manager handshake timeout + * Neuter signing tarballs (LP: #2012776) + - [Packaging] remove the signing tarball support + * Enable Tracing Configs for OSNOISE and TIMERLAT (LP: #2018591) + - [Config] Enable OSNOISE_TRACER and TIMERLAT_TRACER configs + * Miscellaneous Ubuntu changes + - [Config] Add CONFIG_AS_HAS_NON_CONST_LEB128 on riscv64 + - [Packaging] introduce do_lib_rust and enable it only on generic amd64 + - [Config] update annotations after rebase to v6.4-rc6 + * Rebase to v6.4-rc6 + + [ Ubuntu: 6.4.0-5.5 ] + + * mantic/linux-unstable: 6.4.0-5.5 -proposed tracker (LP: #2022886) + * Miscellaneous Ubuntu changes + - [Packaging] update getabis to support linux-unstable + - UBUNTU [Config]: disable hibernation on riscv64 + * Rebase to v6.4-rc5 + + [ Ubuntu: 6.4.0-4.4 ] + + * mantic/linux-unstable: 6.4.0-4.4 -proposed tracker (LP: #2021597) + * Miscellaneous Ubuntu changes + - [Config] udpate annotations after rebase to v6.4-rc4 + + [ Ubuntu: 6.4.0-3.3 ] + + * mantic/linux-unstable: 6.4.0-3.3 -proposed tracker (LP: #2021497) + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + - [Packaging] resync getabis + * support python < 3.9 with annotations (LP: #2020531) + - [Packaging] kconfig/annotations.py: support older way of merging dicts + * generate linux-lib-rust only on amd64 (LP: #2020356) + - [Packaging] generate linux-lib-rust only on amd64 + * Miscellaneous Ubuntu changes + - [Packaging] annotations: never drop configs that have notes different than + the parent + - [Config] drop CONFIG_SMBFS_COMMON from annotations + - [Packaging] perf: build without libtraceevent + * Rebase to v6.4-rc4 + + [ Ubuntu: 6.4.0-2.2 ] + + * mantic/linux-unstable: 6.4.0-2.2 -proposed tracker (LP: #2020330) + * Computer with Intel Atom CPU will not boot with Kernel 6.2.0-20 + (LP: #2017444) + - [Config]: Disable CONFIG_INTEL_ATOMISP + * Fix NVME storage with RAID ON disappeared under Dell factory WINPE + environment (LP: #2011768) + - SAUCE: PCI: vmd: Reset VMD config register between soft reboots + * Miscellaneous Ubuntu changes + - [Packaging] Drop support of old config handling + - [Config] update annotations after rebase to v6.4-rc3 + * Rebase to v6.4-rc3 + + [ Ubuntu: 6.4.0-1.1 ] + + * mantic/linux-unstable: 6.4.0-1.1 -proposed tracker (LP: #2019965) + * Packaging resync (LP: #1786013) + - [Packaging] update variants + - [Packaging] update helper scripts + * Kernel 6.1 bumped the disk consumption on default images by 15% + (LP: #2015867) + - [Packaging] introduce a separate linux-lib-rust package + * Miscellaneous Ubuntu changes + - [Config] enable CONFIG_BLK_DEV_UBLK on amd64 + - [Packaging] annotations: use python3 in the shebang + - SAUCE: blk-throttle: Fix io statistics for cgroup v1 + - [Packaging] move to v6.4 and rename to linux-unstable + - [Config] update annotations after rebase to v6.4-rc1 + - [Packaging] temporarily disable perf + - [Packaging] temporarily disable bpftool + - [Config] ppc64el: reduce CONFIG_ARCH_FORCE_MAX_ORDER from 9 to 8 + - SAUCE: perf: explicitly disable libtraceevent + * Rebase to v6.4-rc2 + + [ Ubuntu: 6.4.0-0.0 ] + + * Empty entry + + -- Paolo Pisati Wed, 02 Aug 2023 15:38:48 +0200 + +linux-lowlatency (6.5.0-0.0.1) mantic; urgency=medium + + * mantic/linux-lowlatency: 6.3.0-7.7.1 -proposed tracker (LP: #2024476) + + * Miscellaneous Ubuntu changes + - [Config] update toolchain version + + [ Ubuntu: 6.3.0-7.7 ] + + * mantic/linux: 6.3.0-7.7 -proposed tracker (LP: #2023297) + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + -- Paolo Pisati Tue, 20 Jun 2023 17:52:45 +0200 + +linux-lowlatency (6.3.0-6.6.1) mantic; urgency=medium + + * mantic/linux-lowlatency: 6.3.0-6.6.1 -proposed tracker (LP: #2022923) + + * kernel .config lowlatency improvements (LP: #2023007) + - [Config] lowlatency: enhance desktop responsiveness + + [ Ubuntu: 6.3.0-6.6 ] + + * mantic/linux: 6.3.0-6.6 -proposed tracker (LP: #2022324) + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + - [Packaging] resync getabis + - [Packaging] update helper scripts + - debian/dkms-versions -- update from kernel-versions (main/master) + * Mantic update: v6.3.5 upstream stable release (LP: #2022326) + - wifi: rtw89: 8852b: adjust quota to avoid SER L1 caused by access null page + - usb: dwc3: fix gadget mode suspend interrupt handler issue + - tpm, tpm_tis: Avoid cache incoherency in test for interrupts + - tpm, tpm_tis: Only handle supported interrupts + - tpm_tis: Use tpm_chip_{start,stop} decoration inside tpm_tis_resume + - tpm, tpm_tis: startup chip before testing for interrupts + - tpm: Re-enable TPM chip boostrapping non-tpm_tis TPM drivers + - tpm: Prevent hwrng from activating during resume + - zsmalloc: move LRU update from zs_map_object() to zs_malloc() + - watchdog: sp5100_tco: Immediately trigger upon starting. + - mm/vmemmap/devdax: fix kernel crash when probing devdax devices + - ocfs2: Switch to security_inode_init_security() + - x86/mm: Avoid incomplete Global INVLPG flushes + - platform/x86/intel/ifs: Annotate work queue on stack so object debug does + not complain + - cifs: Fix cifs_limit_bvec_subset() to correctly check the maxmimum size + - cifs: fix smb1 mount regression + - ALSA: hda/ca0132: add quirk for EVGA X299 DARK + - ALSA: hda: Fix unhandled register update during auto-suspend period + - ALSA: hda/realtek: Enable headset onLenovo M70/M90 + - SUNRPC: Don't change task->tk_status after the call to rpc_exit_task + - mmc: sdhci-esdhc-imx: make "no-mmc-hs400" works + - mmc: block: ensure error propagation for non-blk + - power: supply: axp288_fuel_gauge: Fix external_power_changed race + - power: supply: bq25890: Fix external_power_changed race + - ASoC: rt5682: Disable jack detection interrupt during suspend + - net: cdc_ncm: Deal with too low values of dwNtbOutMaxSize + - m68k: Move signal frame following exception on 68020/030 + - ipv{4,6}/raw: fix output xfrm lookup wrt protocol + - xtensa: fix signal delivery to FDPIC process + - xtensa: add __bswap{si,di}2 helpers + - parisc: Use num_present_cpus() in alternative patching code + - parisc: Handle kgdb breakpoints only in kernel context + - parisc: Fix flush_dcache_page() for usage from irq context + - parisc: Allow to reboot machine after system halt + - parisc: Enable LOCKDEP support + - parisc: Handle kprobes breakpoints only in kernel context + - xfs: fix livelock in delayed allocation at ENOSPC + - cxl/port: Enable the HDM decoder capability for switch ports + - gpio: mockup: Fix mode of debugfs files + - btrfs: use nofs when cleaning up aborted transactions + - thermal: intel: int340x: Add new line for UUID display + - block: fix bio-cache for passthru IO + - dt-binding: cdns,usb3: Fix cdns,on-chip-buff-size type + - drm/amd/display: Have Payload Properly Created After Resume + - drm/mgag200: Fix gamma lut not initialized. + - drm/radeon: reintroduce radeon_dp_work_func content + - drm/amdgpu: don't enable secure display on incompatible platforms + - drm/amd/pm: add missing NotifyPowerSource message mapping for SMU13.0.7 + - drm/amd/pm: Fix output of pp_od_clk_voltage + - Revert "binder_alloc: add missing mmap_lock calls when using the VMA" + - Revert "android: binder: stop saving a pointer to the VMA" + - binder: add lockless binder_alloc_(set|get)_vma() + - binder: fix UAF caused by faulty buffer cleanup + - binder: fix UAF of alloc->vma in race with munmap() + - drm/amd/amdgpu: limit one queue per gang + - perf/x86/uncore: Correct the number of CHAs on SPR + - x86/topology: Fix erroneous smp_num_siblings on Intel Hybrid platforms + - irqchip/mips-gic: Don't touch vl_map if a local interrupt is not routable + - irqchip/mips-gic: Use raw spinlock for gic_lock + - debugobjects: Don't wake up kswapd from fill_pool() + - fbdev: udlfb: Fix endpoint check + - net: fix stack overflow when LRO is disabled for virtual interfaces + - udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated(). + - USB: core: Add routines for endpoint checks in old drivers + - USB: sisusbvga: Add endpoint checks + - media: radio-shark: Add endpoint checks + - ASoC: lpass: Fix for KASAN use_after_free out of bounds + - net: fix skb leak in __skb_tstamp_tx() + - drm: fix drmm_mutex_init() + - selftests: fib_tests: mute cleanup error message + - octeontx2-pf: Fix TSOv6 offload + - bpf: Fix mask generation for 32-bit narrow loads of 64-bit fields + - bpf: fix a memory leak in the LRU and LRU_PERCPU hash maps + - lan966x: Fix unloading/loading of the driver + - ipv6: Fix out-of-bounds access in ipv6_find_tlv() + - cifs: mapchars mount option ignored + - power: supply: leds: Fix blink to LED on transition + - power: supply: mt6360: add a check of devm_work_autocancel in + mt6360_charger_probe + - power: supply: bq27xxx: Fix bq27xxx_battery_update() race condition + - power: supply: bq27xxx: Fix I2C IRQ race on remove + - power: supply: bq27xxx: Fix poll_interval handling and races on remove + - power: supply: bq27xxx: Add cache parameter to + bq27xxx_battery_current_and_status() + - power: supply: bq27xxx: Move bq27xxx_battery_update() down + - power: supply: bq27xxx: Ensure power_supply_changed() is called on current + sign changes + - power: supply: bq27xxx: After charger plug in/out wait 0.5s for things to + stabilize + - power: supply: bq25890: Call power_supply_changed() after updating input + current or voltage + - power: supply: bq24190: Call power_supply_changed() after updating input + current + - power: supply: sbs-charger: Fix INHIBITED bit for Status reg + - optee: fix uninited async notif value + - firmware: arm_ffa: Check if ffa_driver remove is present before executing + - firmware: arm_ffa: Fix FFA device names for logical partitions + - fs: fix undefined behavior in bit shift for SB_NOUSER + - regulator: pca9450: Fix BUCK2 enable_mask + - platform/x86: ISST: Remove 8 socket limit + - coresight: Fix signedness bug in tmc_etr_buf_insert_barrier_packet() + - ARM: dts: imx6qdl-mba6: Add missing pvcie-supply regulator + - x86/pci/xen: populate MSI sysfs entries + - xen/pvcalls-back: fix double frees with pvcalls_new_active_socket() + - x86/show_trace_log_lvl: Ensure stack pointer is aligned, again + - ASoC: Intel: Skylake: Fix declaration of enum skl_ch_cfg + - ASoC: Intel: avs: Fix declaration of enum avs_channel_config + - ASoC: Intel: avs: Access path components under lock + - cxl: Wait Memory_Info_Valid before access memory related info + - cxl: Move cxl_await_media_ready() to before capacity info retrieval + - sctp: fix an issue that plpmtu can never go to complete state + - forcedeth: Fix an error handling path in nv_probe() + - platform/mellanox: mlxbf-pmc: fix sscanf() error checking + - net/mlx5e: Fix SQ wake logic in ptp napi_poll context + - net/mlx5e: Fix deadlock in tc route query code + - net/mlx5e: Use correct encap attribute during invalidation + - net/mlx5e: do as little as possible in napi poll when budget is 0 + - net/mlx5: DR, Fix crc32 calculation to work on big-endian (BE) CPUs + - net/mlx5: Handle pairing of E-switch via uplink un/load APIs + - net/mlx5: DR, Check force-loopback RC QP capability independently from RoCE + - net/mlx5: Fix error message when failing to allocate device memory + - net/mlx5: Collect command failures data only for known commands + - net/mlx5: Devcom, fix error flow in mlx5_devcom_register_device + - net/mlx5: Devcom, serialize devcom registration + - arm64: dts: imx8mn-var-som: fix PHY detection bug by adding deassert delay + - firmware: arm_ffa: Set reserved/MBZ fields to zero in the memory descriptors + - regulator: mt6359: add read check for PMIC MT6359 + - net/smc: Reset connection when trying to use SMCRv2 fails. + - 3c589_cs: Fix an error handling path in tc589_probe() + - page_pool: fix inconsistency for page_pool_ring_[un]lock() + - net: ethernet: mtk_eth_soc: fix QoS on DSA MAC on non MTK_NETSYS_V2 SoCs + - net: phy: mscc: add VSC8502 to MODULE_DEVICE_TABLE + - Revert "arm64: dts: imx8mp: Drop simple-bus from fsl,imx8mp-media-blk-ctrl" + - Linux 6.3.5 + + -- Dimitri John Ledkov Tue, 06 Jun 2023 13:20:13 +0100 + +linux-lowlatency (6.3.0-5.5.1) mantic; urgency=medium + + * Initial ABI + + [ Ubuntu: 6.3.0-5.5 ] + + -- Paolo Pisati Fri, 14 Apr 2023 15:06:33 +0200 + +linux-lowlatency (6.2.0-1004.4) lunar; urgency=medium + + * lunar/linux-lowlatency: 6.2.0-1004.4 -proposed tracker (LP: #2016275) + + * Miscellaneous Ubuntu changes + - rebase on Ubuntu-6.2.0-21.21 + + * Rebase on Ubuntu-6.2.0-21.21 + + -- Paolo Pisati Fri, 14 Apr 2023 15:06:33 +0200 + +linux-lowlatency (6.2.0-1003.3) lunar; urgency=medium + + * lunar/linux-lowlatency: 6.2.0-1003.3 -proposed tracker (LP: #2015441) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + * Miscellaneous Ubuntu changes + - [Config] lowlatency: cleanup annotations to show only the relevant configs + + [ Ubuntu: 6.2.0-20.20 ] + + * lunar/linux: 6.2.0-20.20 -proposed tracker (LP: #2015429) + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + * FTBFS with different dkms or when makeflags are set (LP: #2015361) + - [Packaging] FTBFS with different dkms or when makeflags are set + * expoline.o is packaged unconditionally for s390x (LP: #2013209) + - [Packaging] Copy expoline.o only when produced by the build + * net:l2tp.sh failure with lunar:linux 6.2 (LP: #2013014) + - SAUCE: l2tp: generate correct module alias strings + * Miscellaneous Ubuntu changes + - [Packaging] annotations: prevent duplicate include lines + + [ Ubuntu: 6.2.0-19.19 ] + + * lunar/linux: 6.2.0-19.19 -proposed tracker (LP: #2012488) + * Neuter signing tarballs (LP: #2012776) + - [Packaging] neuter the signing tarball + * LSM stacking and AppArmor refresh for 6.2 kernel (LP: #2012136) + - Revert "UBUNTU: [Config] define CONFIG_SECURITY_APPARMOR_RESTRICT_USERNS" + - Revert "UBUNTU: SAUCE: apparmor: add user namespace creation mediation" + - Revert "UBUNTU: SAUCE: apparmor: Add fine grained mediation of posix + mqueues" + - Revert "UBUNTU: SAUCE: Revert "apparmor: make __aa_path_perm() static"" + - Revert "UBUNTU: SAUCE: LSM: Specify which LSM to display (using struct cred + as input)" + - Revert "UBUNTU: SAUCE: apparmor: Fix build error, make sk parameter const" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in smk_netlbl_mls()" + - Revert "UBUNTU: SAUCE: LSM: change ima_read_file() to use lsmblob" + - Revert "UBUNTU: SAUCE: apparmor: rename kzfree() to kfree_sensitive()" + - Revert "UBUNTU: SAUCE: AppArmor: Remove the exclusive flag" + - Revert "UBUNTU: SAUCE: LSM: Add /proc attr entry for full LSM context" + - Revert "UBUNTU: SAUCE: Audit: Fix incorrect static inline function + declration." + - Revert "UBUNTU: SAUCE: Audit: Fix for missing NULL check" + - Revert "UBUNTU: SAUCE: Audit: Add a new record for multiple object LSM + attributes" + - Revert "UBUNTU: SAUCE: Audit: Add new record for multiple process LSM + attributes" + - Revert "UBUNTU: SAUCE: NET: Store LSM netlabel data in a lsmblob" + - Revert "UBUNTU: SAUCE: LSM: security_secid_to_secctx in netlink netfilter" + - Revert "UBUNTU: SAUCE: LSM: Use lsmcontext in security_inode_getsecctx" + - Revert "UBUNTU: SAUCE: LSM: Use lsmcontext in security_secid_to_secctx" + - Revert "UBUNTU: SAUCE: LSM: Ensure the correct LSM context releaser" + - Revert "UBUNTU: SAUCE: LSM: Specify which LSM to display" + - Revert "UBUNTU: SAUCE: IMA: Change internal interfaces to use lsmblobs" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_cred_getsecid" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_inode_getsecid" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_task_getsecid" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_ipc_getsecid" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_secid_to_secctx" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_secctx_to_secid" + - Revert "UBUNTU: SAUCE: net: Prepare UDS for security module stacking" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_kernel_act_as" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_audit_rule_match" + - Revert "UBUNTU: SAUCE: LSM: Create and manage the lsmblob data structure." + - Revert "UBUNTU: SAUCE: LSM: Infrastructure management of the sock security" + - Revert "UBUNTU: SAUCE: apparmor: LSM stacking: switch from SK_CTX() to + aa_sock()" + - Revert "UBUNTU: SAUCE: apparmor: rename aa_sock() to aa_unix_sk()" + - Revert "UBUNTU: SAUCE: apparmor: disable showing the mode as part of a secid + to secctx" + - Revert "UBUNTU: SAUCE: apparmor: fix use after free in sk_peer_label" + - Revert "UBUNTU: SAUCE: apparmor: af_unix mediation" + - Revert "UBUNTU: SAUCE: apparmor: patch to provide compatibility with v2.x + net rules" + - Revert "UBUNTU: SAUCE: apparmor: add/use fns to print hash string hex value" + - SAUCE: apparmor: rename SK_CTX() to aa_sock and make it an inline fn + - SAUCE: apparmor: Add sysctls for additional controls of unpriv userns + restrictions + - SAUCE: Stacking v38: LSM: Identify modules by more than name + - SAUCE: Stacking v38: LSM: Add an LSM identifier for external use + - SAUCE: Stacking v38: LSM: Identify the process attributes for each module + - SAUCE: Stacking v38: LSM: Maintain a table of LSM attribute data + - SAUCE: Stacking v38: proc: Use lsmids instead of lsm names for attrs + - SAUCE: Stacking v38: integrity: disassociate ima_filter_rule from + security_audit_rule + - SAUCE: Stacking v38: LSM: Infrastructure management of the sock security + - SAUCE: Stacking v38: LSM: Add the lsmblob data structure. + - SAUCE: Stacking v38: LSM: provide lsm name and id slot mappings + - SAUCE: Stacking v38: IMA: avoid label collisions with stacked LSMs + - SAUCE: Stacking v38: LSM: Use lsmblob in security_audit_rule_match + - SAUCE: Stacking v38: LSM: Use lsmblob in security_kernel_act_as + - SAUCE: Stacking v38: LSM: Use lsmblob in security_secctx_to_secid + - SAUCE: Stacking v38: LSM: Use lsmblob in security_secid_to_secctx + - SAUCE: Stacking v38: LSM: Use lsmblob in security_ipc_getsecid + - SAUCE: Stacking v38: LSM: Use lsmblob in security_current_getsecid + - SAUCE: Stacking v38: LSM: Use lsmblob in security_inode_getsecid + - SAUCE: Stacking v38: LSM: Use lsmblob in security_cred_getsecid + - SAUCE: Stacking v38: LSM: Specify which LSM to display + - SAUCE: Stacking v38: LSM: Ensure the correct LSM context releaser + - SAUCE: Stacking v38: LSM: Use lsmcontext in security_secid_to_secctx + - SAUCE: Stacking v38: LSM: Use lsmcontext in security_inode_getsecctx + - SAUCE: Stacking v38: Use lsmcontext in security_dentry_init_security + - SAUCE: Stacking v38: LSM: security_secid_to_secctx in netlink netfilter + - SAUCE: Stacking v38: NET: Store LSM netlabel data in a lsmblob + - SAUCE: Stacking v38: binder: Pass LSM identifier for confirmation + - SAUCE: Stacking v38: LSM: security_secid_to_secctx module selection + - SAUCE: Stacking v38: Audit: Keep multiple LSM data in audit_names + - SAUCE: Stacking v38: Audit: Create audit_stamp structure + - SAUCE: Stacking v38: LSM: Add a function to report multiple LSMs + - SAUCE: Stacking v38: Audit: Allow multiple records in an audit_buffer + - SAUCE: Stacking v38: Audit: Add record for multiple task security contexts + - SAUCE: Stacking v38: audit: multiple subject lsm values for netlabel + - SAUCE: Stacking v38: Audit: Add record for multiple object contexts + - SAUCE: Stacking v38: netlabel: Use a struct lsmblob in audit data + - SAUCE: Stacking v38: LSM: Removed scaffolding function lsmcontext_init + - SAUCE: Stacking v38: AppArmor: Remove the exclusive flag + - SAUCE: apparmor: combine common_audit_data and apparmor_audit_data + - SAUCE: apparmor: setup slab cache for audit data + - SAUCE: apparmor: rename audit_data->label to audit_data->subj_label + - SAUCE: apparmor: pass cred through to audit info. + - SAUCE: apparmor: Improve debug print infrastructure + - SAUCE: apparmor: add the ability for profiles to have a learning cache + - SAUCE: apparmor: enable userspace upcall for mediation + - SAUCE: apparmor: cache buffers on percpu list if there is lock contention + - SAUCE: apparmor: fix policy_compat permission remap with extended + permissions + - SAUCE: apparmor: advertise availability of exended perms + - [Config] define CONFIG_SECURITY_APPARMOR_RESTRICT_USERNS + * kinetic: apply new apparmor and LSM stacking patch set (LP: #1989983) // LSM + stacking and AppArmor refresh for 6.2 kernel (LP: #2012136) + - SAUCE: apparmor: add/use fns to print hash string hex value + - SAUCE: apparmor: patch to provide compatibility with v2.x net rules + - SAUCE: apparmor: add user namespace creation mediation + - SAUCE: apparmor: af_unix mediation + - SAUCE: apparmor: Add fine grained mediation of posix mqueues + * devlink_port_split from ubuntu_kernel_selftests.net fails on hirsute + (KeyError: 'flavour') (LP: #1937133) + - selftests: net: devlink_port_split.py: skip test if no suitable device + available + * NFS deathlock with last Kernel 5.4.0-144.161 and 5.15.0-67.74 (LP: #2009325) + - NFS: Correct timing for assigning access cache timestamp + + -- Paolo Pisati Thu, 06 Apr 2023 10:48:08 +0200 + +linux-lowlatency (6.2.0-1002.2) lunar; urgency=medium + + * lunar/linux-lowlatency: 6.2.0-1002.2 -proposed tracker (LP: #2011831) + + -- Paolo Pisati Thu, 16 Mar 2023 15:17:56 +0100 + +linux-lowlatency (6.2.0-1001.1) lunar; urgency=medium + + * lunar/linux-lowlatency: 6.2.0-1001.1 -proposed tracker (LP: #2011578) + + * enable Rust support in the kernel (LP: #2007654) + - [Packaging] add rust dependencies + + * remove circular dep between linux-image and modules (LP: #1989334) + - [Packaging] remove circular dep between modules and image + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + - [Packaging] update update.conf + - [Packaging] update update.conf + - [Packaging] update update.conf + + * Miscellaneous Ubuntu changes + - [Packaging] ignore abi, modules and retpoline + - [Config] updateconfigs following 6.2 rebase + - move to 6.2 series + - [packaging] manually remove ipu6 and ivsc DKMS entries + - [Packaging] add python3 as a build dependency + + -- Paolo Pisati Wed, 15 Mar 2023 13:03:00 +0100 + +linux-lowlatency (6.1.0-1001.1) lunar; urgency=medium + + * lunar/linux-lowlatency: 6.1.0-1001.1 -proposed tracker (LP: #1998563) + + * Packaging resync (LP: #1786013) + - [Packaging] update update.conf + + * Miscellaneous Ubuntu changes + - [Packaging] switch to lunar and linux 6.1.0 + - [Config] migrateconfigs to annotations + + -- Andrea Righi Fri, 02 Dec 2022 11:55:52 +0100 + +linux-lowlatency (6.1.0-1000.0) lunar; urgency=medium + + * Dummy entry + + -- Andrea Righi Thu, 01 Dec 2022 21:43:47 +0100 + +linux-lowlatency (5.19.0-1007.7) kinetic; urgency=medium + + * kinetic/linux-lowlatency: 5.19.0-1007.7 -proposed tracker (LP: #1992748) + + -- Paolo Pisati Thu, 13 Oct 2022 09:45:20 +0200 + +linux-lowlatency (5.19.0-1006.6) kinetic; urgency=medium + + * kinetic/linux-lowlatency: 5.19.0-1006.6 -proposed tracker (LP: #1991269) + + -- Paolo Pisati Thu, 29 Sep 2022 16:19:02 +0200 + +linux-lowlatency (5.19.0-1005.5) kinetic; urgency=medium + + * kinetic/linux-lowlatency: 5.19.0-1005.5 -proposed tracker (LP: #1990510) + + -- Paolo Pisati Thu, 22 Sep 2022 18:27:47 +0200 + +linux-lowlatency (5.19.0-1004.4) kinetic; urgency=medium + + * kinetic/linux-lowlatency: 5.19.0-1004.4 -proposed tracker (LP: #1988720) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + -- Paolo Pisati Wed, 07 Sep 2022 13:43:11 +0200 + +linux-lowlatency (5.19.0-1003.3) kinetic; urgency=medium + + * kinetic/linux-lowlatency: 5.19.0-1003.3 -proposed tracker (LP: #1983440) + + -- Paolo Pisati Wed, 03 Aug 2022 12:34:13 +0200 + +linux-lowlatency (5.19.0-1002.2) kinetic; urgency=medium + + * kinetic/linux-lowlatency: 5.19.0-1002.2 -proposed tracker (LP: #1982815) + + * Miscellaneous Ubuntu changes + - [Packaging] jammy/linux-lowlatency: don't remove local + config.flavour.lowlatency* config files + - [Packaging] jammy/linux-lowlatency: don't overwrite local annotations file + - [Packaging] jammy/linux-lowlatency: include debian.master/config/annotations + from debian.lowlatency/config/annotations + - [Config] annotate only local differences vs debian.master/config/annotations + - [Config] lowlatency: disable TEST_DIV64 + + -- Paolo Pisati Tue, 02 Aug 2022 11:46:25 +0200 + +linux-lowlatency (5.19.0-1001.1) kinetic; urgency=medium + + * kinetic/linux-lowlatency: 5.19.0-1001.1 -proposed tracker (LP: #1980074) + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + - [Packaging] update helper scripts + + * Miscellaneous Ubuntu changes + - [Packaging] switch to kinetic 5.19.0 + - [Packaging] update Ubuntu.md + - [Packaging] import lowlatency packaging from jammy + + -- Paolo Pisati Tue, 05 Jul 2022 13:20:50 +0200 + +linux-lowlatency (5.19.0-1000.0) kinetic; urgency=medium + + * Dummy entry + + -- Paolo Pisati Mon, 04 Jul 2022 15:27:55 +0200 + +linux-lowlatency (5.15.0-35.36) jammy; urgency=medium + + * jammy/linux-lowlatency: 5.15.0-35.36 -proposed tracker (LP: #1974305) + + * alsa: enable the cirrus-logic side-codec to make the speaker output sound + (LP: #1965496) + - [Packaging] lowlatency: Record rename of i2c-multi-instantiate + + [ Ubuntu: 5.15.0-35.36 ] + + * CVE-2022-21499 + - SAUCE: debug: Lock down kgdb + + [ Ubuntu: 5.15.0-34.35 ] + + * jammy/linux: 5.15.0-34.35 -proposed tracker (LP: #1974322) + * AMD APU s2idle is broken after the ASIC reset fix (LP: #1972134) + - drm/amdgpu: unify BO evicting method in amdgpu_ttm + - drm/amdgpu: explicitly check for s0ix when evicting resources + * amd_gpio AMDI0030:00: Failed to translate GPIO pin 0x0000 to IRQ, err -517 + (LP: #1971597) + - gpio: Request interrupts after IRQ is initialized + * config CONFIG_HISI_PMU for kunpeng920 (LP: #1956086) + - [Config] CONFIG_HISI_PMU=m + * Mute/mic LEDs no function on EliteBook G9 platfroms (LP: #1970552) + - ALSA: hda/realtek: Enable mute/micmute LEDs support for HP Laptops + * network-manager/1.36.4-2ubuntu1 ADT test failure with linux/5.15.0-28.29 + (LP: #1971418) + - Revert "rfkill: make new event layout opt-in" + * PCIE LnkCtl ASPM not enabled under VMD mode for Alder Lake platforms + (LP: #1942160) + - SAUCE: vmd: fixup bridge ASPM by driver name instead + * Mute/mic LEDs no function on HP EliteBook 845/865 G9 (LP: #1970178) + - ALSA: hda/realtek: Enable mute/micmute LEDs and limit mic boost on EliteBook + 845/865 G9 + * Enable headset mic on Lenovo P360 (LP: #1967069) + - ALSA: hda/realtek: Enable headset mic on Lenovo P360 + * WCN6856 BT keep in OFF state after coldboot system (LP: #1967067) + - Bluetooth: btusb: Improve stability for QCA devices + * Screen sometimes can't update [Failed to post KMS update: CRTC property + (GAMMA_LUT) not found] (LP: #1967274) + - drm/i915/xelpd: Enable Pipe color support for D13 platform + - drm/i915: Use unlocked register accesses for LUT loads + - drm/i915/xelpd: Enable Pipe Degamma + - drm/i915/xelpd: Add Pipe Color Lut caps to platform config + * Jammy update: v5.15.35 upstream stable release (LP: #1969857) + - drm/amd/display: Add pstate verification and recovery for DCN31 + - drm/amd/display: Fix p-state allow debug index on dcn31 + - hamradio: defer 6pack kfree after unregister_netdev + - hamradio: remove needs_free_netdev to avoid UAF + - cpuidle: PSCI: Move the `has_lpi` check to the beginning of the function + - ACPI: processor idle: Check for architectural support for LPI + - ACPI: processor: idle: fix lockup regression on 32-bit ThinkPad T40 + - btrfs: remove unused parameter nr_pages in add_ra_bio_pages() + - btrfs: remove no longer used counter when reading data page + - btrfs: remove unused variable in btrfs_{start,write}_dirty_block_groups() + - soc: qcom: aoss: Expose send for generic usecase + - dt-bindings: net: qcom,ipa: add optional qcom,qmp property + - net: ipa: request IPA register values be retained + - btrfs: release correct delalloc amount in direct IO write path + - ALSA: core: Add snd_card_free_on_error() helper + - ALSA: sis7019: Fix the missing error handling + - ALSA: ali5451: Fix the missing snd_card_free() call at probe error + - ALSA: als300: Fix the missing snd_card_free() call at probe error + - ALSA: als4000: Fix the missing snd_card_free() call at probe error + - ALSA: atiixp: Fix the missing snd_card_free() call at probe error + - ALSA: au88x0: Fix the missing snd_card_free() call at probe error + - ALSA: aw2: Fix the missing snd_card_free() call at probe error + - ALSA: azt3328: Fix the missing snd_card_free() call at probe error + - ALSA: bt87x: Fix the missing snd_card_free() call at probe error + - ALSA: ca0106: Fix the missing snd_card_free() call at probe error + - ALSA: cmipci: Fix the missing snd_card_free() call at probe error + - ALSA: cs4281: Fix the missing snd_card_free() call at probe error + - ALSA: cs5535audio: Fix the missing snd_card_free() call at probe error + - ALSA: echoaudio: Fix the missing snd_card_free() call at probe error + - ALSA: emu10k1x: Fix the missing snd_card_free() call at probe error + - ALSA: ens137x: Fix the missing snd_card_free() call at probe error + - ALSA: es1938: Fix the missing snd_card_free() call at probe error + - ALSA: es1968: Fix the missing snd_card_free() call at probe error + - ALSA: fm801: Fix the missing snd_card_free() call at probe error + - ALSA: galaxy: Fix the missing snd_card_free() call at probe error + - ALSA: hdsp: Fix the missing snd_card_free() call at probe error + - ALSA: hdspm: Fix the missing snd_card_free() call at probe error + - ALSA: ice1724: Fix the missing snd_card_free() call at probe error + - ALSA: intel8x0: Fix the missing snd_card_free() call at probe error + - ALSA: intel_hdmi: Fix the missing snd_card_free() call at probe error + - ALSA: korg1212: Fix the missing snd_card_free() call at probe error + - ALSA: lola: Fix the missing snd_card_free() call at probe error + - ALSA: lx6464es: Fix the missing snd_card_free() call at probe error + - ALSA: maestro3: Fix the missing snd_card_free() call at probe error + - ALSA: oxygen: Fix the missing snd_card_free() call at probe error + - ALSA: riptide: Fix the missing snd_card_free() call at probe error + - ALSA: rme32: Fix the missing snd_card_free() call at probe error + - ALSA: rme9652: Fix the missing snd_card_free() call at probe error + - ALSA: rme96: Fix the missing snd_card_free() call at probe error + - ALSA: sc6000: Fix the missing snd_card_free() call at probe error + - ALSA: sonicvibes: Fix the missing snd_card_free() call at probe error + - ALSA: via82xx: Fix the missing snd_card_free() call at probe error + - ALSA: usb-audio: Cap upper limits of buffer/period bytes for implicit fb + - ALSA: nm256: Don't call card private_free at probe error path + - drm/msm: Add missing put_task_struct() in debugfs path + - firmware: arm_scmi: Remove clear channel call on the TX channel + - memory: atmel-ebi: Fix missing of_node_put in atmel_ebi_probe + - Revert "ath11k: mesh: add support for 256 bitmap in blockack frames in 11ax" + - firmware: arm_scmi: Fix sorting of retrieved clock rates + - media: rockchip/rga: do proper error checking in probe + - SUNRPC: Fix the svc_deferred_event trace class + - net/sched: flower: fix parsing of ethertype following VLAN header + - veth: Ensure eth header is in skb's linear part + - gpiolib: acpi: use correct format characters + - cifs: release cached dentries only if mount is complete + - net: mdio: don't defer probe forever if PHY IRQ provider is missing + - mlxsw: i2c: Fix initialization error flow + - net/sched: fix initialization order when updating chain 0 head + - net: dsa: felix: suppress -EPROBE_DEFER errors + - net: ethernet: stmmac: fix altr_tse_pcs function when using a fixed-link + - net/sched: taprio: Check if socket flags are valid + - cfg80211: hold bss_lock while updating nontrans_list + - netfilter: nft_socket: make cgroup match work in input too + - drm/msm: Fix range size vs end confusion + - drm/msm/dsi: Use connector directly in msm_dsi_manager_connector_init() + - drm/msm/dp: add fail safe mode outside of event_mutex context + - net/smc: Fix NULL pointer dereference in smc_pnet_find_ib() + - scsi: pm80xx: Mask and unmask upper interrupt vectors 32-63 + - scsi: pm80xx: Enable upper inbound, outbound queues + - scsi: iscsi: Move iscsi_ep_disconnect() + - scsi: iscsi: Fix offload conn cleanup when iscsid restarts + - scsi: iscsi: Fix endpoint reuse regression + - scsi: iscsi: Fix conn cleanup and stop race during iscsid restart + - scsi: iscsi: Fix unbound endpoint error handling + - sctp: Initialize daddr on peeled off socket + - netfilter: nf_tables: nft_parse_register can return a negative value + - ALSA: ad1889: Fix the missing snd_card_free() call at probe error + - ALSA: mtpav: Don't call card private_free at probe error path + - io_uring: move io_uring_rsrc_update2 validation + - io_uring: verify that resv2 is 0 in io_uring_rsrc_update2 + - io_uring: verify pad field is 0 in io_get_ext_arg + - testing/selftests/mqueue: Fix mq_perf_tests to free the allocated cpu set + - ALSA: usb-audio: Increase max buffer size + - ALSA: usb-audio: Limit max buffer and period sizes per time + - perf tools: Fix misleading add event PMU debug message + - macvlan: Fix leaking skb in source mode with nodst option + - net: ftgmac100: access hardware register after clock ready + - nfc: nci: add flush_workqueue to prevent uaf + - cifs: potential buffer overflow in handling symlinks + - dm mpath: only use ktime_get_ns() in historical selector + - vfio/pci: Fix vf_token mechanism when device-specific VF drivers are used + - net: bcmgenet: Revert "Use stronger register read/writes to assure ordering" + - block: fix offset/size check in bio_trim() + - drm/amd: Add USBC connector ID + - btrfs: fix fallocate to use file_modified to update permissions consistently + - btrfs: do not warn for free space inode in cow_file_range + - drm/amdgpu: conduct a proper cleanup of PDB bo + - drm/amdgpu/gmc: use PCI BARs for APUs in passthrough + - drm/amd/display: fix audio format not updated after edid updated + - drm/amd/display: FEC check in timing validation + - drm/amd/display: Update VTEM Infopacket definition + - drm/amdkfd: Fix Incorrect VMIDs passed to HWS + - drm/amdgpu/vcn: improve vcn dpg stop procedure + - drm/amdkfd: Check for potential null return of kmalloc_array() + - Drivers: hv: vmbus: Deactivate sysctl_record_panic_msg by default in + isolated guests + - PCI: hv: Propagate coherence from VMbus device to PCI device + - Drivers: hv: vmbus: Prevent load re-ordering when reading ring buffer + - scsi: target: tcmu: Fix possible page UAF + - scsi: lpfc: Fix queue failures when recovering from PCI parity error + - scsi: ibmvscsis: Increase INITIAL_SRP_LIMIT to 1024 + - net: micrel: fix KS8851_MLL Kconfig + - ata: libata-core: Disable READ LOG DMA EXT for Samsung 840 EVOs + - gpu: ipu-v3: Fix dev_dbg frequency output + - regulator: wm8994: Add an off-on delay for WM8994 variant + - arm64: alternatives: mark patch_alternative() as `noinstr` + - tlb: hugetlb: Add more sizes to tlb_remove_huge_tlb_entry + - net: axienet: setup mdio unconditionally + - Drivers: hv: balloon: Disable balloon and hot-add accordingly + - net: usb: aqc111: Fix out-of-bounds accesses in RX fixup + - myri10ge: fix an incorrect free for skb in myri10ge_sw_tso + - spi: cadence-quadspi: fix protocol setup for non-1-1-X operations + - drm/amd/display: Enable power gating before init_pipes + - drm/amd/display: Revert FEC check in validation + - drm/amd/display: Fix allocate_mst_payload assert on resume + - drbd: set QUEUE_FLAG_STABLE_WRITES + - scsi: mpt3sas: Fail reset operation if config request timed out + - scsi: mvsas: Add PCI ID of RocketRaid 2640 + - scsi: megaraid_sas: Target with invalid LUN ID is deleted during scan + - drivers: net: slip: fix NPD bug in sl_tx_timeout() + - io_uring: zero tag on rsrc removal + - io_uring: use nospec annotation for more indexes + - perf/imx_ddr: Fix undefined behavior due to shift overflowing the constant + - mm/secretmem: fix panic when growing a memfd_secret + - mm, page_alloc: fix build_zonerefs_node() + - mm: fix unexpected zeroed page mapping with zram swap + - mm: kmemleak: take a full lowmem check in kmemleak_*_phys() + - KVM: x86/mmu: Resolve nx_huge_pages when kvm.ko is loaded + - SUNRPC: Fix NFSD's request deferral on RDMA transports + - memory: renesas-rpc-if: fix platform-device leak in error path + - gcc-plugins: latent_entropy: use /dev/urandom + - cifs: verify that tcon is valid before dereference in cifs_kill_sb + - ath9k: Properly clear TX status area before reporting to mac80211 + - ath9k: Fix usage of driver-private space in tx_info + - btrfs: fix root ref counts in error handling in btrfs_get_root_ref + - btrfs: mark resumed async balance as writing + - ALSA: hda/realtek: Add quirk for Clevo PD50PNT + - ALSA: hda/realtek: add quirk for Lenovo Thinkpad X12 speakers + - ALSA: pcm: Test for "silence" field in struct "pcm_format_data" + - nl80211: correctly check NL80211_ATTR_REG_ALPHA2 size + - ipv6: fix panic when forwarding a pkt with no in6 dev + - drm/amd/display: don't ignore alpha property on pre-multiplied mode + - drm/amdgpu: Enable gfxoff quirk on MacBook Pro + - x86/tsx: Use MSR_TSX_CTRL to clear CPUID bits + - x86/tsx: Disable TSX development mode at boot + - genirq/affinity: Consider that CPUs on nodes can be unbalanced + - tick/nohz: Use WARN_ON_ONCE() to prevent console saturation + - ARM: davinci: da850-evm: Avoid NULL pointer dereference + - dm integrity: fix memory corruption when tag_size is less than digest size + - i2c: dev: check return value when calling dev_set_name() + - smp: Fix offline cpu check in flush_smp_call_function_queue() + - i2c: pasemi: Wait for write xfers to finish + - dt-bindings: net: snps: remove duplicate name + - timers: Fix warning condition in __run_timers() + - dma-direct: avoid redundant memory sync for swiotlb + - drm/i915: Sunset igpu legacy mmap support based on GRAPHICS_VER_FULL + - cpu/hotplug: Remove the 'cpu' member of cpuhp_cpu_state + - soc: qcom: aoss: Fix missing put_device call in qmp_get + - net: ipa: fix a build dependency + - cpufreq: intel_pstate: ITMT support for overclocked system + - ax25: add refcount in ax25_dev to avoid UAF bugs + - ax25: fix reference count leaks of ax25_dev + - ax25: fix UAF bugs of net_device caused by rebinding operation + - ax25: Fix refcount leaks caused by ax25_cb_del() + - ax25: fix UAF bug in ax25_send_control() + - ax25: fix NPD bug in ax25_disconnect + - ax25: Fix NULL pointer dereferences in ax25 timers + - ax25: Fix UAF bugs in ax25 timers + - Linux 5.15.35 + * CONFIG_SND_COMPRESS_OFFLOAD missing in jammy/ppc64el kernel config + (LP: #1969807) + - [Config] updateconfigs for SND_COMPRESS_OFFLOAD (ppc64el) + * Micmute LED support for Zbook Fury 16 G9 (LP: #1968892) + - ALSA: hda/realtek: Add mute and micmut LED support for Zbook Fury 17 G9 + * Fix broken HDMI audio on AMD PRO VII after S3 (LP: #1968475) + - drm/amdgpu: don't set s3 and s0ix at the same time + - drm/amdgpu: Ensure HDA function is suspended before ASIC reset + * [Ubuntu 22.04] mpi3mr: Request to include latest bug fixes (LP: #1967116) + - scsi: mpi3mr: Clean up mpi3mr_print_ioc_info() + - scsi: mpi3mr: Use scnprintf() instead of snprintf() + - scsi: mpi3mr: Add debug APIs based on logging_level bits + - scsi: mpi3mr: Replace spin_lock() with spin_lock_irqsave() + - scsi: mpi3mr: Don't reset IOC if cmnds flush with reset status + - scsi: mpi3mr: Update MPI3 headers - part1 + - scsi: mpi3mr: Update MPI3 headers - part2 + - scsi: mpi3mr: Add support for PCIe Managed Switch SES device + - scsi: mpi3mr: Do access status validation before adding devices + - scsi: mpi3mr: Increase internal cmnds timeout to 60s + - scsi: mpi3mr: Handle unaligned PLL in unmap cmnds + - scsi: mpi3mr: Display IOC firmware package version + - scsi: mpi3mr: Fault IOC when internal command gets timeout + - scsi: mpi3mr: Code refactor of IOC init - part1 + - scsi: mpi3mr: Code refactor of IOC init - part2 + - scsi: mpi3mr: Handle offline FW activation in graceful manner + - scsi: mpi3mr: Add IOC reinit function + - scsi: mpi3mr: Detect async reset that occurred in firmware + - scsi: mpi3mr: Gracefully handle online FW update operation + - scsi: mpi3mr: Add Event acknowledgment logic + - scsi: mpi3mr: Support Prepare for Reset event + - scsi: mpi3mr: Print cable mngnt and temp threshold events + - scsi: mpi3mr: Add io_uring interface support in I/O-polled mode + - scsi: mpi3mr: Use TM response codes from MPI3 headers + - scsi: mpi3mr: Enhanced Task Management Support Reply handling + - scsi: mpi3mr: Bump driver version to 8.0.0.61.0 + - scsi: mpi3mr: Fix some spelling mistakes + - scsi: mpi3mr: Fix formatting problems in some kernel-doc comments + - scsi: mpi3mr: Fix deadlock while canceling the fw event + - scsi: mpi3mr: Fix printing of pending I/O count + - scsi: mpi3mr: Update MPI3 headers + - scsi: mpi3mr: Fix hibernation issue + - scsi: mpi3mr: Fix cmnd getting marked as in use forever + - scsi: mpi3mr: Update the copyright year + - scsi: mpi3mr: Bump driver version to 8.0.0.68.0 + - scsi: mpi3mr: Fix flushing !WQ_MEM_RECLAIM events warning + * Support AMD P-State cpufreq control mechanism (LP: #1956509) + - x86/cpufeatures: Add AMD Collaborative Processor Performance Control feature + flag + - x86/msr: Add AMD CPPC MSR definitions + - ACPI: CPPC: Implement support for SystemIO registers + - ACPI: CPPC: Add CPPC enable register function + - cpufreq: amd-pstate: Introduce a new AMD P-State driver to support future + processors + - cpufreq: amd-pstate: Add fast switch function for AMD P-State + - cpufreq: amd-pstate: Introduce the support for the processors with shared + memory solution + - cpufreq: amd-pstate: Add trace for AMD P-State module + - cpufreq: amd-pstate: Add boost mode support for AMD P-State + - cpufreq: amd-pstate: Add AMD P-State frequencies attributes + - cpufreq: amd-pstate: Add AMD P-State performance attributes + - Documentation: amd-pstate: Add AMD P-State driver introduction + - MAINTAINERS: Add AMD P-State driver maintainer entry + - cpufreq: amd-pstate: Fix struct amd_cpudata kernel-doc comment + - cpufreq: amd-pstate: Fix Kconfig dependencies for AMD P-State + - [Config] enable X86_AMD_PSTATE as built-in on amd64 + * Bolt doesn't work with native USB4 hosts (LP: #1962349) + - thunderbolt: Retry DROM reads for more failure scenarios + - thunderbolt: Do not resume routers if UID is not set + - thunderbolt: Do not make DROM read success compulsory + - PCI/ACPI: Allow D3 only if Root Port can signal and wake from D3 + * linux-image-5.0.0-35-generic breaks checkpointing of container + (LP: #1857257) // re-apply missing overlayfs SAUCE patch (LP: #1967924) + - SAUCE: overlayfs: fix incorrect mnt_id of files opened from map_files + * [Jammy, mlx5, ConnectX-7] add CX7 support for software steering + (LP: #1966194) + - net/mlx5: DR, Fix vport number data type to u16 + - net/mlx5: DR, Replace local WIRE_PORT macro with the existing + MLX5_VPORT_UPLINK + - net/mlx5: DR, Add missing query for vport 0 + - net/mlx5: DR, Align error messages for failure to obtain vport caps + - net/mlx5: DR, Support csum recalculation flow table on SFs + - net/mlx5: DR, Add support for SF vports + - net/mlx5: DR, Increase supported num of actions to 32 + - net/mlx5: DR, Fix typo 'offeset' to 'offset' + - net/mlx5: DR, init_next_match only if needed + - net/mlx5: DR, Add missing string for action type SAMPLER + - net/mlx5: DR, Add check for unsupported fields in match param + - net/mlx5: Introduce new uplink destination type + - net/mlx5: DR, Handle eswitch manager and uplink vports separately + - net/mlx5: DR, Fix querying eswitch manager vport for ECPF + - net/mlx5: DR, Fix check for unsupported fields in match param + - net/mlx5: DR, Fix error flow in creating matcher + - net/mlx5: DR, Fix lower case macro prefix "mlx5_" to "MLX5_" + - net/mlx5: DR, Remove unused struct member in matcher + - net/mlx5: DR, Rename list field in matcher struct to list_node + - net/mlx5: DR, Add check for flex parser ID value + - net/mlx5: DR, Add missing reserved fields to dr_match_param + - net/mlx5: DR, Add support for dumping steering info + - net/mlx5: DR, Add support for UPLINK destination type + - net/mlx5: DR, Warn on failure to destroy objects due to refcount + - net/mlx5: Add misc5 flow table match parameters + - net/mlx5: DR, Add misc5 to match_param structs + - net/mlx5: DR, Support matching on tunnel headers 0 and 1 + - net/mlx5: DR, Add support for matching on geneve_tlv_option_0_exist field + - net/mlx5: DR, Improve steering for empty or RX/TX-only matchers + - net/mlx5: DR, Ignore modify TTL if device doesn't support it + - net/mlx5: Set SMFS as a default steering mode if device supports it + - net/mlx5: DR, Fix slab-out-of-bounds in mlx5_cmd_dr_create_fte + - net/mlx5: DR, Add support for matching on Internet Header Length (IHL) + - net/mlx5: DR, Remove unneeded comments + - net/mlx5: DR, Fix handling of different actions on the same STE in STEv1 + - net/mlx5: DR, Rename action modify fields to reflect naming in HW spec + - net/mlx5: DR, Refactor ste_ctx handling for STE v0/1 + - net/mlx5: Introduce software defined steering capabilities + - net/mlx5: DR, Add support for ConnectX-7 steering + * alsa: enable the cirrus-logic side-codec to make the speaker output sound + (LP: #1965496) + - ASoC: cs35l41: CS35L41 Boosted Smart Amplifier + - ASoC: cs35l41: Fix use of an uninitialised variable + - ASoC: cs35l41: Use regmap_read_poll_timeout to wait for OTP boot + - ASoC: cs35l41: Combine adjacent register writes + - ASoC: cs35l41: Don't overwrite returned error code + - ASoC: cs35l41: Fixup the error messages + - ASoC: cs35l41: Fix a bunch of trivial code formating/style issues + - misc: cs35l41: Remove unused pdn variable + - ASoC: cs35l41: Make cs35l41_remove() return void + - ASoC: cs35l41: Change monitor widgets to siggens + - ASoC: cs35l41: DSP Support + - ASoC: cs35l41: Set the max SPI speed for the whole device + - ASoC: cs35l41: Fix link problem + - ASoC: cs35l41: Fix undefined reference to core functions + - ASoC: cs35l41: Convert tables to shared source code + - ASoC: cs35l41: Move cs35l41_otp_unpack to shared code + - ASoC: cs35l41: Move power initializations to reg_sequence + - ASoC: cs35l41: Create shared function for errata patches + - ASoC: cs35l41: Create shared function for setting channels + - ASoC: cs35l41: Create shared function for boost configuration + - ASoC: cs35l41: Add cs35l51/53 IDs + - ASoC: cs35l41: Remove incorrect comment + - ASoC: cs35l41: Correct DSP power down + - ASoC: cs35l41: Correct handling of some registers in the cache + - ALSA: hda: cs35l41: Add support for CS35L41 in HDA systems + - ASoC: cs35l41: Update handling of test key registers + - ASoC: cs35l41: Add support for hibernate memory retention mode + - ALSA: hda: cs35l41: fix double free on error in probe() + - ALSA: hda: cs35l41: Avoid overwriting register patch + - ALSA: hda: cs35l41: Add calls to newly added test key function + - ALSA: hda: cs35l41: Move cs35l41* calls to its own symbol namespace + - ALSA: hda: cs35l41: Add missing default cases + - ALSA: hda: cs35l41: Make use of the helper function dev_err_probe() + - ALSA: hda: cs35l41: Tidyup code + - ALSA: hda: cs35l41: Make cs35l41_hda_remove() return void + - ALSA: hda/realtek: Add support for Legion 7 16ACHg6 laptop + - ALSA: hda/realtek: Add CS35L41 support for Thinkpad laptops + - ALSA: hda/realtek: fix speakers and micmute on HP 855 G8 + - Revert "platform/x86: i2c-multi-instantiate: Don't create platform device + for INT3515 ACPI nodes" + - spi: Create helper API to lookup ACPI info for spi device + - spi: Support selection of the index of the ACPI Spi Resource before alloc + - spi: Add API to count spi acpi resources + - platform/x86: i2c-multi-instantiate: Rename it for a generic serial driver + name + - platform/x86: serial-multi-instantiate: Reorganize I2C functions + - platform/x86: serial-multi-instantiate: Add SPI support + - ALSA: hda/realtek: Add support for HP Laptops + - ACPI / scan: Create platform device for CS35L41 + - [Config] Add cirruslogic side codec support + * Use kernel-testing repo from launchpad for ADT tests (LP: #1968016) + - [Debian] Use kernel-testing repo from launchpad + * Fix ADL, WD22TB4,Dual monitors display resolution can't reach 4K 60hz + (LP: #1967986) + - drm/i915/display: Remove check for low voltage sku for max dp source rate + - drm/i915/intel_combo_phy: Print I/O voltage info + * Support different Cirrus audio codec configurations on Dell laptops + (LP: #1967988) + - ALSA: hda/cs8409: Fix Warlock to use mono mic configuration + - ALSA: hda/cs8409: Re-order quirk table into ascending order + - ALSA: hda/cs8409: Fix Full Scale Volume setting for all variants + - ALSA: hda/cs8409: Support new Warlock MLK Variants + - ALSA: hda/cs8409: Disable HSBIAS_SENSE_EN for Cyborg + - ALSA: hda/cs8409: Add new Dolphin HW variants + * Enable speakup kernel modules to allow the speakup screen reader to function + (LP: #1967702) + - [Config] CONFIG_SPEAKUP=m + * linux: CONFIG_SERIAL_8250_MID=y (LP: #1967338) + - [Config] amd64 CONFIG_SERIAL_8250_MID=y + * alsa/sdw: Fix the audio issue on a Dell machine without internal mic + (LP: #1966841) + - ASoC: Intel: soc-acpi: add entries in ADL match table + * Jammy update: v5.15.34 upstream stable release (LP: #1969107) + - Revert "UBUNTU: SAUCE: Revert "scsi: core: Reallocate device's budget map on + queue depth change"" + - lib/logic_iomem: correct fallback config references + - um: fix and optimize xor select template for CONFIG64 and timetravel mode + - rtc: wm8350: Handle error for wm8350_register_irq + - nbd: add error handling support for add_disk() + - nbd: Fix incorrect error handle when first_minor is illegal in nbd_dev_add + - nbd: Fix hungtask when nbd_config_put + - nbd: fix possible overflow on 'first_minor' in nbd_dev_add() + - kfence: count unexpectedly skipped allocations + - kfence: move saving stack trace of allocations into __kfence_alloc() + - kfence: limit currently covered allocations when pool nearly full + - KVM: x86/pmu: Use different raw event masks for AMD and Intel + - KVM: SVM: Fix kvm_cache_regs.h inclusions for is_guest_mode() + - KVM: x86/svm: Clear reserved bits written to PerfEvtSeln MSRs + - KVM: x86/pmu: Fix and isolate TSX-specific performance event logic + - KVM: x86/emulator: Emulate RDPID only if it is enabled in guest + - drm: Add orientation quirk for GPD Win Max + - ath5k: fix OOB in ath5k_eeprom_read_pcal_info_5111 + - drm/amd/display: Add signal type check when verify stream backends same + - drm/amd/amdgpu/amdgpu_cs: fix refcount leak of a dma_fence obj + - drm/amd/display: Fix memory leak + - drm/amd/display: Use PSR version selected during set_psr_caps + - usb: gadget: tegra-xudc: Do not program SPARAM + - usb: gadget: tegra-xudc: Fix control endpoint's definitions + - usb: cdnsp: fix cdnsp_decode_trb function to properly handle ret value + - ptp: replace snprintf with sysfs_emit + - drm/amdkfd: Don't take process mutex for svm ioctls + - powerpc: dts: t104xrdb: fix phy type for FMAN 4/5 + - ath11k: fix kernel panic during unload/load ath11k modules + - ath11k: pci: fix crash on suspend if board file is not found + - ath11k: mhi: use mhi_sync_power_up() + - net/smc: Send directly when TCP_CORK is cleared + - drm/bridge: Add missing pm_runtime_put_sync + - bpf: Make dst_port field in struct bpf_sock 16-bit wide + - scsi: mvsas: Replace snprintf() with sysfs_emit() + - scsi: bfa: Replace snprintf() with sysfs_emit() + - drm/v3d: fix missing unlock + - power: supply: axp20x_battery: properly report current when discharging + - mt76: mt7921: fix crash when startup fails. + - mt76: dma: initialize skip_unmap in mt76_dma_rx_fill + - cfg80211: don't add non transmitted BSS to 6GHz scanned channels + - libbpf: Fix build issue with llvm-readelf + - ipv6: make mc_forwarding atomic + - net: initialize init_net earlier + - powerpc: Set crashkernel offset to mid of RMA region + - drm/amdgpu: Fix recursive locking warning + - scsi: smartpqi: Fix kdump issue when controller is locked up + - PCI: aardvark: Fix support for MSI interrupts + - iommu/arm-smmu-v3: fix event handling soft lockup + - usb: ehci: add pci device support for Aspeed platforms + - PCI: endpoint: Fix alignment fault error in copy tests + - tcp: Don't acquire inet_listen_hashbucket::lock with disabled BH. + - PCI: pciehp: Add Qualcomm quirk for Command Completed erratum + - scsi: mpi3mr: Fix reporting of actual data transfer size + - scsi: mpi3mr: Fix memory leaks + - powerpc/set_memory: Avoid spinlock recursion in change_page_attr() + - power: supply: axp288-charger: Set Vhold to 4.4V + - net/mlx5e: Disable TX queues before registering the netdev + - usb: dwc3: pci: Set the swnode from inside dwc3_pci_quirks() + - iwlwifi: mvm: Correctly set fragmented EBS + - iwlwifi: mvm: move only to an enabled channel + - drm/msm/dsi: Remove spurious IRQF_ONESHOT flag + - ipv4: Invalidate neighbour for broadcast address upon address addition + - dm ioctl: prevent potential spectre v1 gadget + - dm: requeue IO if mapping table not yet available + - drm/amdkfd: make CRAT table missing message informational only + - vfio/pci: Stub vfio_pci_vga_rw when !CONFIG_VFIO_PCI_VGA + - scsi: pm8001: Fix pm80xx_pci_mem_copy() interface + - scsi: pm8001: Fix pm8001_mpi_task_abort_resp() + - scsi: pm8001: Fix task leak in pm8001_send_abort_all() + - scsi: pm8001: Fix tag leaks on error + - scsi: pm8001: Fix memory leak in pm8001_chip_fw_flash_update_req() + - mt76: mt7915: fix injected MPDU transmission to not use HW A-MSDU + - powerpc/64s/hash: Make hash faults work in NMI context + - mt76: mt7615: Fix assigning negative values to unsigned variable + - scsi: aha152x: Fix aha152x_setup() __setup handler return value + - scsi: hisi_sas: Free irq vectors in order for v3 HW + - scsi: hisi_sas: Limit users changing debugfs BIST count value + - net/smc: correct settings of RMB window update limit + - mips: ralink: fix a refcount leak in ill_acc_of_setup() + - macvtap: advertise link netns via netlink + - tuntap: add sanity checks about msg_controllen in sendmsg + - Bluetooth: Fix not checking for valid hdev on bt_dev_{info,warn,err,dbg} + - Bluetooth: use memset avoid memory leaks + - bnxt_en: Eliminate unintended link toggle during FW reset + - PCI: endpoint: Fix misused goto label + - MIPS: fix fortify panic when copying asm exception handlers + - powerpc/64e: Tie PPC_BOOK3E_64 to PPC_FSL_BOOK3E + - powerpc/secvar: fix refcount leak in format_show() + - scsi: libfc: Fix use after free in fc_exch_abts_resp() + - can: isotp: set default value for N_As to 50 micro seconds + - can: etas_es58x: es58x_fd_rx_event_msg(): initialize rx_event_msg before + calling es58x_check_msg_len() + - riscv: Fixed misaligned memory access. Fixed pointer comparison. + - net: account alternate interface name memory + - net: limit altnames to 64k total + - net/mlx5e: Remove overzealous validations in netlink EEPROM query + - net: sfp: add 2500base-X quirk for Lantech SFP module + - usb: dwc3: omap: fix "unbalanced disables for smps10_out1" on omap5evm + - mt76: fix monitor mode crash with sdio driver + - xtensa: fix DTC warning unit_address_format + - MIPS: ingenic: correct unit node address + - Bluetooth: Fix use after free in hci_send_acl + - netfilter: conntrack: revisit gc autotuning + - netlabel: fix out-of-bounds memory accesses + - ceph: fix inode reference leakage in ceph_get_snapdir() + - ceph: fix memory leak in ceph_readdir when note_last_dentry returns error + - lib/Kconfig.debug: add ARCH dependency for FUNCTION_ALIGN option + - init/main.c: return 1 from handled __setup() functions + - minix: fix bug when opening a file with O_DIRECT + - clk: si5341: fix reported clk_rate when output divider is 2 + - staging: vchiq_arm: Avoid NULL ptr deref in vchiq_dump_platform_instances + - staging: vchiq_core: handle NULL result of find_service_by_handle + - phy: amlogic: phy-meson-gxl-usb2: fix shared reset controller use + - phy: amlogic: meson8b-usb2: Use dev_err_probe() + - phy: amlogic: meson8b-usb2: fix shared reset control use + - clk: rockchip: drop CLK_SET_RATE_PARENT from dclk_vop* on rk3568 + - cpufreq: CPPC: Fix performance/frequency conversion + - opp: Expose of-node's name in debugfs + - staging: wfx: fix an error handling in wfx_init_common() + - w1: w1_therm: fixes w1_seq for ds28ea00 sensors + - NFSv4.2: fix reference count leaks in _nfs42_proc_copy_notify() + - NFSv4: Protect the state recovery thread against direct reclaim + - habanalabs: fix possible memory leak in MMU DR fini + - xen: delay xen_hvm_init_time_ops() if kdump is boot on vcpu>=32 + - clk: ti: Preserve node in ti_dt_clocks_register() + - clk: Enforce that disjoints limits are invalid + - SUNRPC/call_alloc: async tasks mustn't block waiting for memory + - SUNRPC/xprt: async tasks mustn't block waiting for memory + - SUNRPC: remove scheduling boost for "SWAPPER" tasks. + - NFS: swap IO handling is slightly different for O_DIRECT IO + - NFS: swap-out must always use STABLE writes. + - x86: Annotate call_on_stack() + - x86/Kconfig: Do not allow CONFIG_X86_X32_ABI=y with llvm-objcopy + - serial: samsung_tty: do not unlock port->lock for uart_write_wakeup() + - virtio_console: eliminate anonymous module_init & module_exit + - jfs: prevent NULL deref in diFree + - SUNRPC: Fix socket waits for write buffer space + - NFS: nfsiod should not block forever in mempool_alloc() + - NFS: Avoid writeback threads getting stuck in mempool_alloc() + - selftests: net: Add tls config dependency for tls selftests + - parisc: Fix CPU affinity for Lasi, WAX and Dino chips + - parisc: Fix patch code locking and flushing + - mm: fix race between MADV_FREE reclaim and blkdev direct IO read + - rtc: mc146818-lib: change return values of mc146818_get_time() + - rtc: Check return value from mc146818_get_time() + - rtc: mc146818-lib: fix RTC presence check + - drm/amdgpu: fix off by one in amdgpu_gfx_kiq_acquire() + - Drivers: hv: vmbus: Fix potential crash on module unload + - Revert "NFSv4: Handle the special Linux file open access mode" + - NFSv4: fix open failure with O_ACCMODE flag + - scsi: sr: Fix typo in CDROM(CLOSETRAY|EJECT) handling + - scsi: core: Fix sbitmap depth in scsi_realloc_sdev_budget_map() + - scsi: zorro7xx: Fix a resource leak in zorro7xx_remove_one() + - vdpa/mlx5: Rename control VQ workqueue to vdpa wq + - vdpa/mlx5: Propagate link status from device to vdpa driver + - vdpa: mlx5: prevent cvq work from hogging CPU + - net: sfc: add missing xdp queue reinitialization + - net/tls: fix slab-out-of-bounds bug in decrypt_internal + - vrf: fix packet sniffing for traffic originating from ip tunnels + - skbuff: fix coalescing for page_pool fragment recycling + - ice: Clear default forwarding VSI during VSI release + - mctp: Fix check for dev_hard_header() result + - net: ipv4: fix route with nexthop object delete warning + - net: stmmac: Fix unset max_speed difference between DT and non-DT platforms + - drm/imx: imx-ldb: Check for null pointer after calling kmemdup + - drm/imx: Fix memory leak in imx_pd_connector_get_modes + - drm/imx: dw_hdmi-imx: Fix bailout in error cases of probe + - regulator: rtq2134: Fix missing active_discharge_on setting + - regulator: atc260x: Fix missing active_discharge_on setting + - arch/arm64: Fix topology initialization for core scheduling + - bnxt_en: Synchronize tx when xdp redirects happen on same ring + - bnxt_en: reserve space inside receive page for skb_shared_info + - bnxt_en: Prevent XDP redirect from running when stopping TX queue + - sfc: Do not free an empty page_ring + - RDMA/mlx5: Don't remove cache MRs when a delay is needed + - RDMA/mlx5: Add a missing update of cache->last_add + - IB/cm: Cancel mad on the DREQ event when the state is MRA_REP_RCVD + - IB/rdmavt: add lock to call to rvt_error_qp to prevent a race condition + - sctp: count singleton chunks in assoc user stats + - dpaa2-ptp: Fix refcount leak in dpaa2_ptp_probe + - ice: Set txq_teid to ICE_INVAL_TEID on ring creation + - ice: Do not skip not enabled queues in ice_vc_dis_qs_msg + - ipv6: Fix stats accounting in ip6_pkt_drop + - ice: synchronize_rcu() when terminating rings + - ice: xsk: fix VSI state check in ice_xsk_wakeup() + - net: openvswitch: don't send internal clone attribute to the userspace. + - net: ethernet: mv643xx: Fix over zealous checking of_get_mac_address() + - net: openvswitch: fix leak of nested actions + - rxrpc: fix a race in rxrpc_exit_net() + - net: sfc: fix using uninitialized xdp tx_queue + - net: phy: mscc-miim: reject clause 45 register accesses + - qede: confirm skb is allocated before using + - spi: bcm-qspi: fix MSPI only access with bcm_qspi_exec_mem_op() + - bpf: Support dual-stack sockets in bpf_tcp_check_syncookie + - drbd: Fix five use after free bugs in get_initial_state + - scsi: ufs: ufshpb: Fix a NULL check on list iterator + - io_uring: nospec index for tags on files update + - io_uring: don't touch scm_fp_list after queueing skb + - SUNRPC: Handle ENOMEM in call_transmit_status() + - SUNRPC: Handle low memory situations in call_status() + - SUNRPC: svc_tcp_sendmsg() should handle errors from xdr_alloc_bvec() + - iommu/omap: Fix regression in probe for NULL pointer dereference + - perf: arm-spe: Fix perf report --mem-mode + - perf tools: Fix perf's libperf_print callback + - perf session: Remap buf if there is no space for event + - arm64: Add part number for Arm Cortex-A78AE + - scsi: mpt3sas: Fix use after free in _scsih_expander_node_remove() + - scsi: ufs: ufs-pci: Add support for Intel MTL + - Revert "mmc: sdhci-xenon: fix annoying 1.8V regulator warning" + - mmc: block: Check for errors after write on SPI + - mmc: mmci: stm32: correctly check all elements of sg list + - mmc: renesas_sdhi: don't overwrite TAP settings when HS400 tuning is + complete + - mmc: core: Fixup support for writeback-cache for eMMC and SD + - lz4: fix LZ4_decompress_safe_partial read out of bound + - highmem: fix checks in __kmap_local_sched_{in,out} + - mmmremap.c: avoid pointless invalidate_range_start/end on mremap(old_size=0) + - mm/mempolicy: fix mpol_new leak in shared_policy_replace + - io_uring: don't check req->file in io_fsync_prep() + - io_uring: defer splice/tee file validity check until command issue + - io_uring: implement compat handling for IORING_REGISTER_IOWQ_AFF + - io_uring: fix race between timeout flush and removal + - x86/pm: Save the MSR validity status at context setup + - x86/speculation: Restore speculation related MSRs during S3 resume + - perf/x86/intel: Update the FRONTEND MSR mask on Sapphire Rapids + - btrfs: fix qgroup reserve overflow the qgroup limit + - btrfs: prevent subvol with swapfile from being deleted + - spi: core: add dma_map_dev for __spi_unmap_msg() + - arm64: patch_text: Fixup last cpu should be master + - RDMA/hfi1: Fix use-after-free bug for mm struct + - gpio: Restrict usage of GPIO chip irq members before initialization + - x86/msi: Fix msi message data shadow struct + - x86/mm/tlb: Revert retpoline avoidance approach + - perf/x86/intel: Don't extend the pseudo-encoding to GP counters + - ata: sata_dwc_460ex: Fix crash due to OOB write + - perf: qcom_l2_pmu: fix an incorrect NULL check on list iterator + - perf/core: Inherit event_caps + - irqchip/gic-v3: Fix GICR_CTLR.RWP polling + - fbdev: Fix unregistering of framebuffers without device + - amd/display: set backlight only if required + - SUNRPC: Prevent immediate close+reconnect + - drm/panel: ili9341: fix optional regulator handling + - drm/amdgpu/display: change pipe policy for DCN 2.1 + - drm/amdgpu/smu10: fix SoC/fclk units in auto mode + - drm/amdgpu/vcn: Fix the register setting for vcn1 + - drm/nouveau/pmu: Add missing callbacks for Tegra devices + - drm/amdkfd: Create file descriptor after client is added to smi_clients list + - drm/amdgpu: don't use BACO for reset in S3 + - KVM: SVM: Allow AVIC support on system w/ physical APIC ID > 255 + - net/smc: send directly on setting TCP_NODELAY + - Revert "selftests: net: Add tls config dependency for tls selftests" + - bpf: Make remote_port field in struct bpf_sk_lookup 16-bit wide + - selftests/bpf: Fix u8 narrow load checks for bpf_sk_lookup remote_port + - rtc: mc146818-lib: fix signedness bug in mc146818_get_time() + - SUNRPC: Don't call connect() more than once on a TCP socket + - Revert "nbd: fix possible overflow on 'first_minor' in nbd_dev_add()" + - perf build: Don't use -ffat-lto-objects in the python feature test when + building with clang-13 + - perf python: Fix probing for some clang command line options + - tools build: Filter out options and warnings not supported by clang + - tools build: Use $(shell ) instead of `` to get embedded libperl's ccopts + - dmaengine: Revert "dmaengine: shdma: Fix runtime PM imbalance on error" + - KVM: avoid NULL pointer dereference in kvm_dirty_ring_push + - Revert "net/mlx5: Accept devlink user input after driver initialization + complete" + - ubsan: remove CONFIG_UBSAN_OBJECT_SIZE + - selftests: cgroup: Make cg_create() use 0755 for permission instead of 0644 + - selftests: cgroup: Test open-time credential usage for migration checks + - selftests: cgroup: Test open-time cgroup namespace usage for migration + checks + - mm: don't skip swap entry even if zap_details specified + - Drivers: hv: vmbus: Replace smp_store_mb() with virt_store_mb() + - x86/bug: Prevent shadowing in __WARN_FLAGS + - sched: Teach the forced-newidle balancer about CPU affinity limitation. + - x86,static_call: Fix __static_call_return0 for i386 + - irqchip/gic-v4: Wait for GICR_VPENDBASER.Dirty to clear before descheduling + - powerpc/64: Fix build failure with allyesconfig in book3s_64_entry.S + - irqchip/gic, gic-v3: Prevent GSI to SGI translations + - mm/sparsemem: fix 'mem_section' will never be NULL gcc 12 warning + - static_call: Don't make __static_call_return0 static + - powerpc: Fix virt_addr_valid() for 64-bit Book3E & 32-bit + - stacktrace: move filter_irq_stacks() to kernel/stacktrace.c + - Linux 5.15.34 + - [Config] armhf, s390x: update annotations following + DEBUG_FORCE_FUNCTION_ALIGN_64B support removal in v5.15.34 + * Jammy update: v5.15.33 upstream stable release (LP: #1969110) + - Revert "swiotlb: rework "fix info leak with DMA_FROM_DEVICE"" + - USB: serial: pl2303: add IBM device IDs + - dt-bindings: usb: hcd: correct usb-device path + - USB: serial: pl2303: fix GS type detection + - USB: serial: simple: add Nokia phone driver + - mm: kfence: fix missing objcg housekeeping for SLAB + - hv: utils: add PTP_1588_CLOCK to Kconfig to fix build + - HID: logitech-dj: add new lightspeed receiver id + - HID: Add support for open wheel and no attachment to T300 + - xfrm: fix tunnel model fragmentation behavior + - ARM: mstar: Select HAVE_ARM_ARCH_TIMER + - virtio_console: break out of buf poll on remove + - vdpa/mlx5: should verify CTRL_VQ feature exists for MQ + - tools/virtio: fix virtio_test execution + - ethernet: sun: Free the coherent when failing in probing + - gpio: Revert regression in sysfs-gpio (gpiolib.c) + - spi: Fix invalid sgs value + - net:mcf8390: Use platform_get_irq() to get the interrupt + - Revert "gpio: Revert regression in sysfs-gpio (gpiolib.c)" + - spi: Fix erroneous sgs value with min_t() + - Input: zinitix - do not report shadow fingers + - af_key: add __GFP_ZERO flag for compose_sadb_supported in function + pfkey_register + - net: dsa: microchip: add spi_device_id tables + - selftests: vm: fix clang build error multiple output files + - locking/lockdep: Avoid potential access of invalid memory in lock_class + - drm/amdgpu: move PX checking into amdgpu_device_ip_early_init + - drm/amdgpu: only check for _PR3 on dGPUs + - iommu/iova: Improve 32-bit free space estimate + - virtio-blk: Use blk_validate_block_size() to validate block size + - tpm: fix reference counting for struct tpm_chip + - usb: typec: tipd: Forward plug orientation to typec subsystem + - USB: usb-storage: Fix use of bitfields for hardware data in ene_ub6250.c + - xhci: fix garbage USBSTS being logged in some cases + - xhci: fix runtime PM imbalance in USB2 resume + - xhci: make xhci_handshake timeout for xhci_reset() adjustable + - xhci: fix uninitialized string returned by xhci_decode_ctrl_ctx() + - mei: me: disable driver on the ign firmware + - mei: me: add Alder Lake N device id. + - mei: avoid iterator usage outside of list_for_each_entry + - bus: mhi: pci_generic: Add mru_default for Quectel EM1xx series + - bus: mhi: Fix MHI DMA structure endianness + - docs: sphinx/requirements: Limit jinja2<3.1 + - coresight: Fix TRCCONFIGR.QE sysfs interface + - coresight: syscfg: Fix memleak on registration failure in + cscfg_create_device + - iio: afe: rescale: use s64 for temporary scale calculations + - iio: inkern: apply consumer scale on IIO_VAL_INT cases + - iio: inkern: apply consumer scale when no channel scale is available + - iio: inkern: make a best effort on offset calculation + - greybus: svc: fix an error handling bug in gb_svc_hello() + - clk: rockchip: re-add rational best approximation algorithm to the + fractional divider + - clk: uniphier: Fix fixed-rate initialization + - cifs: fix handlecache and multiuser + - cifs: we do not need a spinlock around the tree access during umount + - KEYS: fix length validation in keyctl_pkey_params_get_2() + - KEYS: asymmetric: enforce that sig algo matches key algo + - KEYS: asymmetric: properly validate hash_algo and encoding + - Documentation: add link to stable release candidate tree + - Documentation: update stable tree link + - firmware: stratix10-svc: add missing callback parameter on RSU + - firmware: sysfb: fix platform-device leak in error path + - HID: intel-ish-hid: Use dma_alloc_coherent for firmware update + - SUNRPC: avoid race between mod_timer() and del_timer_sync() + - NFS: NFSv2/v3 clients should never be setting NFS_CAP_XATTR + - NFSD: prevent underflow in nfssvc_decode_writeargs() + - NFSD: prevent integer overflow on 32 bit systems + - f2fs: fix to unlock page correctly in error path of is_alive() + - f2fs: quota: fix loop condition at f2fs_quota_sync() + - f2fs: fix to do sanity check on .cp_pack_total_block_count + - remoteproc: Fix count check in rproc_coredump_write() + - mm/mlock: fix two bugs in user_shm_lock() + - pinctrl: ingenic: Fix regmap on X series SoCs + - pinctrl: samsung: drop pin banks references on error paths + - net: bnxt_ptp: fix compilation error + - spi: mxic: Fix the transmit path + - mtd: rawnand: protect access to rawnand devices while in suspend + - can: ems_usb: ems_usb_start_xmit(): fix double dev_kfree_skb() in error path + - can: m_can: m_can_tx_handler(): fix use after free of skb + - can: usb_8dev: usb_8dev_start_xmit(): fix double dev_kfree_skb() in error + path + - jffs2: fix use-after-free in jffs2_clear_xattr_subsystem + - jffs2: fix memory leak in jffs2_do_mount_fs + - jffs2: fix memory leak in jffs2_scan_medium + - mm: fs: fix lru_cache_disabled race in bh_lru + - mm/pages_alloc.c: don't create ZONE_MOVABLE beyond the end of a node + - mm: invalidate hwpoison page cache page in fault path + - mempolicy: mbind_range() set_policy() after vma_merge() + - scsi: core: sd: Add silence_suspend flag to suppress some PM messages + - scsi: ufs: Fix runtime PM messages never-ending cycle + - scsi: scsi_transport_fc: Fix FPIN Link Integrity statistics counters + - scsi: libsas: Fix sas_ata_qc_issue() handling of NCQ NON DATA commands + - qed: display VF trust config + - qed: validate and restrict untrusted VFs vlan promisc mode + - riscv: dts: canaan: Fix SPI3 bus width + - riscv: Fix fill_callchain return value + - riscv: Increase stack size under KASAN + - Revert "Input: clear BTN_RIGHT/MIDDLE on buttonpads" + - cifs: prevent bad output lengths in smb2_ioctl_query_info() + - cifs: fix NULL ptr dereference in smb2_ioctl_query_info() + - ALSA: cs4236: fix an incorrect NULL check on list iterator + - ALSA: hda: Avoid unsol event during RPM suspending + - ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lock + - ALSA: hda/realtek: Fix audio regression on Mi Notebook Pro 2020 + - rtc: mc146818-lib: fix locking in mc146818_set_time + - rtc: pl031: fix rtc features null pointer dereference + - ocfs2: fix crash when mount with quota enabled + - drm/simpledrm: Add "panel orientation" property on non-upright mounted LCD + panels + - mm: madvise: skip unmapped vma holes passed to process_madvise + - mm: madvise: return correct bytes advised with process_madvise + - Revert "mm: madvise: skip unmapped vma holes passed to process_madvise" + - mm,hwpoison: unmap poisoned page before invalidation + - mm/kmemleak: reset tag when compare object pointer + - dm stats: fix too short end duration_ns when using precise_timestamps + - dm: fix use-after-free in dm_cleanup_zoned_dev() + - dm: interlock pending dm_io and dm_wait_for_bios_completion + - dm: fix double accounting of flush with data + - dm integrity: set journal entry unused when shrinking device + - tracing: Have trace event string test handle zero length strings + - drbd: fix potential silent data corruption + - powerpc/kvm: Fix kvm_use_magic_page + - PCI: fu740: Force 2.5GT/s for initial device probe + - arm64: signal: nofpsimd: Do not allocate fp/simd context when not available + - arm64: Do not defer reserve_crashkernel() for platforms with no DMA memory + zones + - arm64: dts: qcom: sm8250: Fix MSI IRQ for PCIe1 and PCIe2 + - arm64: dts: ti: k3-am65: Fix gic-v3 compatible regs + - arm64: dts: ti: k3-j721e: Fix gic-v3 compatible regs + - arm64: dts: ti: k3-j7200: Fix gic-v3 compatible regs + - arm64: dts: ti: k3-am64: Fix gic-v3 compatible regs + - ASoC: SOF: Intel: Fix NULL ptr dereference when ENOMEM + - Revert "ACPI: Pass the same capabilities to the _OSC regardless of the query + flag" + - ACPI: properties: Consistently return -ENOENT if there are no more + references + - coredump: Also dump first pages of non-executable ELF libraries + - ext4: fix ext4_fc_stats trace point + - ext4: fix fs corruption when tring to remove a non-empty directory with IO + error + - ext4: make mb_optimize_scan performance mount option work with extents + - drivers: hamradio: 6pack: fix UAF bug caused by mod_timer() + - samples/landlock: Fix path_list memory leak + - landlock: Use square brackets around "landlock-ruleset" + - mailbox: tegra-hsp: Flush whole channel + - block: limit request dispatch loop duration + - block: don't merge across cgroup boundaries if blkcg is enabled + - drm/edid: check basic audio support on CEA extension block + - fbdev: Hot-unplug firmware fb devices on forced removal + - video: fbdev: sm712fb: Fix crash in smtcfb_read() + - video: fbdev: atari: Atari 2 bpp (STe) palette bugfix + - rfkill: make new event layout opt-in + - ARM: dts: at91: sama7g5: Remove unused properties in i2c nodes + - ARM: dts: at91: sama5d2: Fix PMERRLOC resource size + - ARM: dts: exynos: fix UART3 pins configuration in Exynos5250 + - ARM: dts: exynos: add missing HDMI supplies on SMDK5250 + - ARM: dts: exynos: add missing HDMI supplies on SMDK5420 + - mgag200 fix memmapsl configuration in GCTL6 register + - carl9170: fix missing bit-wise or operator for tx_params + - pstore: Don't use semaphores in always-atomic-context code + - thermal: int340x: Increase bitmap size + - lib/raid6/test: fix multiple definition linking error + - exec: Force single empty string when argv is empty + - crypto: rsa-pkcs1pad - only allow with rsa + - crypto: rsa-pkcs1pad - correctly get hash from source scatterlist + - crypto: rsa-pkcs1pad - restore signature length check + - crypto: rsa-pkcs1pad - fix buffer overread in pkcs1pad_verify_complete() + - bcache: fixup multiple threads crash + - PM: domains: Fix sleep-in-atomic bug caused by genpd_debug_remove() + - DEC: Limit PMAX memory probing to R3k systems + - media: gpio-ir-tx: fix transmit with long spaces on Orange Pi PC + - media: venus: hfi_cmds: List HDR10 property as unsupported for v1 and v3 + - media: venus: venc: Fix h264 8x8 transform control + - media: davinci: vpif: fix unbalanced runtime PM get + - media: davinci: vpif: fix unbalanced runtime PM enable + - btrfs: zoned: mark relocation as writing + - btrfs: extend locking to all space_info members accesses + - btrfs: verify the tranisd of the to-be-written dirty extent buffer + - xtensa: define update_mmu_tlb function + - xtensa: fix stop_machine_cpuslocked call in patch_text + - xtensa: fix xtensa_wsr always writing 0 + - drm/syncobj: flatten dma_fence_chains on transfer + - drm/nouveau/backlight: Fix LVDS backlight detection on some laptops + - drm/nouveau/backlight: Just set all backlight types as RAW + - drm/fb-helper: Mark screen buffers in system memory with FBINFO_VIRTFB + - brcmfmac: firmware: Allocate space for default boardrev in nvram + - brcmfmac: pcie: Release firmwares in the brcmf_pcie_setup error path + - brcmfmac: pcie: Declare missing firmware files in pcie.c + - brcmfmac: pcie: Replace brcmf_pcie_copy_mem_todev with memcpy_toio + - brcmfmac: pcie: Fix crashes due to early IRQs + - drm/i915/opregion: check port number bounds for SWSCI display power state + - drm/i915/gem: add missing boundary check in vm_access + - PCI: imx6: Allow to probe when dw_pcie_wait_for_link() fails + - PCI: pciehp: Clear cmd_busy bit in polling mode + - PCI: xgene: Revert "PCI: xgene: Fix IB window setup" + - regulator: qcom_smd: fix for_each_child.cocci warnings + - selinux: access superblock_security_struct in LSM blob way + - selinux: check return value of sel_make_avc_files + - crypto: ccp - Ensure psp_ret is always init'd in + __sev_platform_init_locked() + - hwrng: cavium - Check health status while reading random data + - hwrng: cavium - HW_RANDOM_CAVIUM should depend on ARCH_THUNDER + - crypto: sun8i-ss - really disable hash on A80 + - crypto: authenc - Fix sleep in atomic context in decrypt_tail + - crypto: mxs-dcp - Fix scatterlist processing + - selinux: Fix selinux_sb_mnt_opts_compat() + - thermal: int340x: Check for NULL after calling kmemdup() + - crypto: octeontx2 - remove CONFIG_DM_CRYPT check + - spi: tegra114: Add missing IRQ check in tegra_spi_probe + - spi: tegra210-quad: Fix missin IRQ check in tegra_qspi_probe + - stack: Constrain and fix stack offset randomization with Clang builds + - arm64/mm: avoid fixmap race condition when create pud mapping + - blk-cgroup: set blkg iostat after percpu stat aggregation + - selftests/x86: Add validity check and allow field splitting + - selftests/sgx: Treat CC as one argument + - crypto: rockchip - ECB does not need IV + - audit: log AUDIT_TIME_* records only from rules + - EVM: fix the evm= __setup handler return value + - crypto: ccree - don't attempt 0 len DMA mappings + - crypto: hisilicon/sec - fix the aead software fallback for engine + - spi: pxa2xx-pci: Balance reference count for PCI DMA device + - hwmon: (pmbus) Add mutex to regulator ops + - hwmon: (sch56xx-common) Replace WDOG_ACTIVE with WDOG_HW_RUNNING + - nvme: cleanup __nvme_check_ids + - nvme: fix the check for duplicate unique identifiers + - block: don't delete queue kobject before its children + - PM: hibernate: fix __setup handler error handling + - PM: suspend: fix return value of __setup handler + - spi: spi-zynqmp-gqspi: Handle error for dma_set_mask + - hwrng: atmel - disable trng on failure path + - crypto: sun8i-ss - call finalize with bh disabled + - crypto: sun8i-ce - call finalize with bh disabled + - crypto: amlogic - call finalize with bh disabled + - crypto: gemini - call finalize with bh disabled + - crypto: vmx - add missing dependencies + - clocksource/drivers/timer-ti-dm: Fix regression from errata i940 fix + - clocksource/drivers/exynos_mct: Refactor resources allocation + - clocksource/drivers/exynos_mct: Handle DTS with higher number of interrupts + - clocksource/drivers/timer-microchip-pit64b: Use notrace + - clocksource/drivers/timer-of: Check return value of of_iomap in + timer_of_base_init() + - arm64: prevent instrumentation of bp hardening callbacks + - KEYS: trusted: Fix trusted key backends when building as module + - KEYS: trusted: Avoid calling null function trusted_key_exit + - ACPI: APEI: fix return value of __setup handlers + - crypto: ccp - ccp_dmaengine_unregister release dma channels + - crypto: ccree - Fix use after free in cc_cipher_exit() + - hwrng: nomadik - Change clk_disable to clk_disable_unprepare + - hwmon: (pmbus) Add Vin unit off handling + - clocksource: acpi_pm: fix return value of __setup handler + - io_uring: don't check unrelated req->open.how in accept request + - io_uring: terminate manual loop iterator loop correctly for non-vecs + - watch_queue: Fix NULL dereference in error cleanup + - watch_queue: Actually free the watch + - f2fs: fix to enable ATGC correctly via gc_idle sysfs interface + - sched/debug: Remove mpol_get/put and task_lock/unlock from sched_show_numa + - sched/core: Export pelt_thermal_tp + - sched/uclamp: Fix iowait boost escaping uclamp restriction + - rseq: Remove broken uapi field layout on 32-bit little endian + - perf/core: Fix address filter parser for multiple filters + - perf/x86/intel/pt: Fix address filter config for 32-bit kernel + - sched/fair: Improve consistency of allowed NUMA balance calculations + - f2fs: fix missing free nid in f2fs_handle_failed_inode + - nfsd: more robust allocation failure handling in nfsd_file_cache_init + - sched/cpuacct: Fix charge percpu cpuusage + - sched/rt: Plug rt_mutex_setprio() vs push_rt_task() race + - f2fs: fix to avoid potential deadlock + - btrfs: fix unexpected error path when reflinking an inline extent + - f2fs: fix compressed file start atomic write may cause data corruption + - selftests, x86: fix how check_cc.sh is being invoked + - drivers/base/memory: add memory block to memory group after registration + succeeded + - kunit: make kunit_test_timeout compatible with comment + - pinctrl: samsung: Remove EINT handler for Exynos850 ALIVE and CMGP gpios + - media: staging: media: zoran: fix usage of vb2_dma_contig_set_max_seg_size + - media: camss: csid-170: fix non-10bit formats + - media: camss: csid-170: don't enable unused irqs + - media: camss: csid-170: set the right HALT_CMD when disabled + - media: camss: vfe-170: fix "VFE halt timeout" error + - media: staging: media: imx: imx7-mipi-csis: Make subdev name unique + - media: v4l2-mem2mem: Apply DST_QUEUE_OFF_BASE on MMAP buffers across ioctls + - media: mtk-vcodec: potential dereference of null pointer + - media: imx: imx8mq-mipi-csi2: remove wrong irq config write operation + - media: imx: imx8mq-mipi_csi2: fix system resume + - media: bttv: fix WARNING regression on tunerless devices + - media: atmel: atmel-sama7g5-isc: fix ispck leftover + - ASoC: sh: rz-ssi: Drop calling rz_ssi_pio_recv() recursively + - ASoC: codecs: Check for error pointer after calling devm_regmap_init_mmio + - ASoC: xilinx: xlnx_formatter_pcm: Handle sysclk setting + - ASoC: simple-card-utils: Set sysclk on all components + - media: coda: Fix missing put_device() call in coda_get_vdoa_data + - media: meson: vdec: potential dereference of null pointer + - media: hantro: Fix overfill bottom register field name + - media: ov6650: Fix set format try processing path + - media: v4l: Avoid unaligned access warnings when printing 4cc modifiers + - media: ov5648: Don't pack controls struct + - media: aspeed: Correct value for h-total-pixels + - video: fbdev: matroxfb: set maxvram of vbG200eW to the same as vbG200 to + avoid black screen + - video: fbdev: controlfb: Fix COMPILE_TEST build + - video: fbdev: smscufx: Fix null-ptr-deref in ufx_usb_probe() + - video: fbdev: atmel_lcdfb: fix an error code in atmel_lcdfb_probe() + - video: fbdev: fbcvt.c: fix printing in fb_cvt_print_name() + - ARM: dts: Fix OpenBMC flash layout label addresses + - firmware: qcom: scm: Remove reassignment to desc following initializer + - ARM: dts: qcom: ipq4019: fix sleep clock + - soc: qcom: rpmpd: Check for null return of devm_kcalloc + - soc: qcom: ocmem: Fix missing put_device() call in of_get_ocmem + - soc: qcom: aoss: remove spurious IRQF_ONESHOT flags + - arm64: dts: qcom: sdm845: fix microphone bias properties and values + - arm64: dts: qcom: sm8250: fix PCIe bindings to follow schema + - arm64: dts: broadcom: bcm4908: use proper TWD binding + - arm64: dts: qcom: sm8150: Correct TCS configuration for apps rsc + - arm64: dts: qcom: sm8350: Correct TCS configuration for apps rsc + - firmware: ti_sci: Fix compilation failure when CONFIG_TI_SCI_PROTOCOL is not + defined + - soc: ti: wkup_m3_ipc: Fix IRQ check in wkup_m3_ipc_probe + - ARM: dts: sun8i: v3s: Move the csi1 block to follow address order + - vsprintf: Fix potential unaligned access + - ARM: dts: imx: Add missing LVDS decoder on M53Menlo + - media: mexon-ge2d: fixup frames size in registers + - media: video/hdmi: handle short reads of hdmi info frame. + - media: ti-vpe: cal: Fix a NULL pointer dereference in + cal_ctx_v4l2_init_formats() + - media: em28xx: initialize refcount before kref_get + - media: usb: go7007: s2250-board: fix leak in probe() + - media: cedrus: H265: Fix neighbour info buffer size + - media: cedrus: h264: Fix neighbour info buffer size + - ASoC: codecs: rx-macro: fix accessing compander for aux + - ASoC: codecs: rx-macro: fix accessing array out of bounds for enum type + - ASoC: codecs: va-macro: fix accessing array out of bounds for enum type + - ASoC: codecs: wc938x: fix accessing array out of bounds for enum type + - ASoC: codecs: wcd938x: fix kcontrol max values + - ASoC: codecs: wcd934x: fix kcontrol max values + - ASoC: codecs: wcd934x: fix return value of wcd934x_rx_hph_mode_put + - media: v4l2-core: Initialize h264 scaling matrix + - media: ov5640: Fix set format, v4l2_mbus_pixelcode not updated + - selftests/lkdtm: Add UBSAN config + - lib: uninline simple_strntoull() as well + - vsprintf: Fix %pK with kptr_restrict == 0 + - uaccess: fix nios2 and microblaze get_user_8() + - ASoC: rt5663: check the return value of devm_kzalloc() in rt5663_parse_dp() + - soc: mediatek: pm-domains: Add wakeup capacity support in power domain + - mmc: sdhci_am654: Fix the driver data of AM64 SoC + - ASoC: ti: davinci-i2s: Add check for clk_enable() + - ALSA: spi: Add check for clk_enable() + - arm64: dts: ns2: Fix spi-cpol and spi-cpha property + - arm64: dts: broadcom: Fix sata nodename + - printk: fix return value of printk.devkmsg __setup handler + - ASoC: mxs-saif: Handle errors for clk_enable + - ASoC: atmel_ssc_dai: Handle errors for clk_enable + - ASoC: dwc-i2s: Handle errors for clk_enable + - ASoC: soc-compress: prevent the potentially use of null pointer + - memory: emif: Add check for setup_interrupts + - memory: emif: check the pointer temp in get_device_details() + - ALSA: firewire-lib: fix uninitialized flag for AV/C deferred transaction + - arm64: dts: rockchip: Fix SDIO regulator supply properties on rk3399-firefly + - m68k: coldfire/device.c: only build for MCF_EDMA when h/w macros are defined + - media: stk1160: If start stream fails, return buffers with + VB2_BUF_STATE_QUEUED + - media: vidtv: Check for null return of vzalloc + - ASoC: atmel: Add missing of_node_put() in at91sam9g20ek_audio_probe + - ASoC: wm8350: Handle error for wm8350_register_irq + - ASoC: fsi: Add check for clk_enable + - video: fbdev: omapfb: Add missing of_node_put() in dvic_probe_of + - media: saa7134: fix incorrect use to determine if list is empty + - ivtv: fix incorrect device_caps for ivtvfb + - ASoC: atmel: Fix error handling in snd_proto_probe + - ASoC: rockchip: i2s: Fix missing clk_disable_unprepare() in + rockchip_i2s_probe + - ASoC: SOF: Add missing of_node_put() in imx8m_probe + - ASoC: mediatek: use of_device_get_match_data() + - ASoC: mediatek: mt8192-mt6359: Fix error handling in mt8192_mt6359_dev_probe + - ASoC: rk817: Fix missing clk_disable_unprepare() in rk817_platform_probe + - ASoC: dmaengine: do not use a NULL prepare_slave_config() callback + - ASoC: mxs: Fix error handling in mxs_sgtl5000_probe + - ASoC: fsl_spdif: Disable TX clock when stop + - ASoC: imx-es8328: Fix error return code in imx_es8328_probe() + - ASoC: SOF: Intel: enable DMI L1 for playback streams + - ASoC: msm8916-wcd-digital: Fix missing clk_disable_unprepare() in + msm8916_wcd_digital_probe + - mmc: davinci_mmc: Handle error for clk_enable + - ASoC: atmel: Fix error handling in sam9x5_wm8731_driver_probe + - ASoC: msm8916-wcd-analog: Fix error handling in pm8916_wcd_analog_spmi_probe + - ASoC: codecs: wcd934x: Add missing of_node_put() in wcd934x_codec_parse_data + - ASoC: amd: Fix reference to PCM buffer address + - ARM: configs: multi_v5_defconfig: re-enable CONFIG_V4L_PLATFORM_DRIVERS + - ARM: configs: multi_v5_defconfig: re-enable DRM_PANEL and FB_xxx + - drm/meson: osd_afbcd: Add an exit callback to struct meson_afbcd_ops + - drm/meson: Make use of the helper function + devm_platform_ioremap_resourcexxx() + - drm/meson: split out encoder from meson_dw_hdmi + - drm/meson: Fix error handling when afbcd.ops->init fails + - drm/bridge: Fix free wrong object in sii8620_init_rcp_input_dev + - drm/bridge: Add missing pm_runtime_disable() in __dw_mipi_dsi_probe + - drm/bridge: nwl-dsi: Fix PM disable depth imbalance in nwl_dsi_probe + - drm: bridge: adv7511: Fix ADV7535 HPD enablement + - ath10k: fix memory overwrite of the WoWLAN wakeup packet pattern + - drm/v3d/v3d_drv: Check for error num after setting mask + - drm/panfrost: Check for error num after setting mask + - libbpf: Fix possible NULL pointer dereference when destroying skeleton + - bpftool: Only set obj->skeleton on complete success + - udmabuf: validate ubuf->pagecount + - bpf: Fix UAF due to race between btf_try_get_module and load_module + - drm/selftests/test-drm_dp_mst_helper: Fix memory leak in + sideband_msg_req_encode_decode + - selftests: bpf: Fix bind on used port + - Bluetooth: btintel: Fix WBS setting for Intel legacy ROM products + - Bluetooth: hci_serdev: call init_rwsem() before p->open() + - mtd: onenand: Check for error irq + - mtd: rawnand: gpmi: fix controller timings setting + - drm/edid: Don't clear formats if using deep color + - drm/edid: Split deep color modes between RGB and YUV444 + - ionic: fix type complaint in ionic_dev_cmd_clean() + - ionic: start watchdog after all is setup + - ionic: Don't send reset commands if FW isn't running + - drm/nouveau/acr: Fix undefined behavior in nvkm_acr_hsfw_load_bl() + - drm/amd/display: Fix a NULL pointer dereference in + amdgpu_dm_connector_add_common_modes() + - drm/amd/pm: return -ENOTSUPP if there is no get_dpm_ultimate_freq function + - net: phy: at803x: move page selection fix to config_init + - selftests/bpf: Normalize XDP section names in selftests + - selftests/bpf/test_xdp_redirect_multi: use temp netns for testing + - ath9k_htc: fix uninit value bugs + - RDMA/core: Set MR type in ib_reg_user_mr + - KVM: PPC: Fix vmx/vsx mixup in mmio emulation + - selftests/net: timestamping: Fix bind_phc check + - i40e: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb + - i40e: respect metadata on XSK Rx to skb + - igc: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb + - ixgbe: pass bi->xdp to ixgbe_construct_skb_zc() directly + - ixgbe: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb + - ixgbe: respect metadata on XSK Rx to skb + - power: reset: gemini-poweroff: Fix IRQ check in gemini_poweroff_probe + - ray_cs: Check ioremap return value + - powerpc: dts: t1040rdb: fix ports names for Seville Ethernet switch + - KVM: PPC: Book3S HV: Check return value of kvmppc_radix_init + - powerpc/perf: Don't use perf_hw_context for trace IMC PMU + - mt76: connac: fix sta_rec_wtbl tag len + - mt76: mt7915: use proper aid value in mt7915_mcu_wtbl_generic_tlv in sta + mode + - mt76: mt7915: use proper aid value in mt7915_mcu_sta_basic_tlv + - mt76: mt7921: fix a leftover race in runtime-pm + - mt76: mt7615: fix a leftover race in runtime-pm + - mt76: mt7603: check sta_rates pointer in mt7603_sta_rate_tbl_update + - mt76: mt7615: check sta_rates pointer in mt7615_sta_rate_tbl_update + - ptp: unregister virtual clocks when unregistering physical clock. + - net: dsa: mv88e6xxx: Enable port policy support on 6097 + - mac80211: Remove a couple of obsolete TODO + - mac80211: limit bandwidth in HE capabilities + - scripts/dtc: Call pkg-config POSIXly correct + - livepatch: Fix build failure on 32 bits processors + - net: asix: add proper error handling of usb read errors + - i2c: bcm2835: Use platform_get_irq() to get the interrupt + - i2c: bcm2835: Fix the error handling in 'bcm2835_i2c_probe()' + - mtd: mchp23k256: Add SPI ID table + - mtd: mchp48l640: Add SPI ID table + - igc: avoid kernel warning when changing RX ring parameters + - igb: refactor XDP registration + - PCI: aardvark: Fix reading MSI interrupt number + - PCI: aardvark: Fix reading PCI_EXP_RTSTA_PME bit on emulated bridge + - RDMA/rxe: Check the last packet by RXE_END_MASK + - libbpf: Fix signedness bug in btf_dump_array_data() + - cxl/core: Fix cxl_probe_component_regs() error message + - cxl/regs: Fix size of CXL Capability Header Register + - net:enetc: allocate CBD ring data memory using DMA coherent methods + - libbpf: Fix compilation warning due to mismatched printf format + - drm/bridge: dw-hdmi: use safe format when first in bridge chain + - libbpf: Use dynamically allocated buffer when receiving netlink messages + - power: supply: ab8500: Fix memory leak in ab8500_fg_sysfs_init + - HID: i2c-hid: fix GET/SET_REPORT for unnumbered reports + - iommu/ipmmu-vmsa: Check for error num after setting mask + - drm/bridge: anx7625: Fix overflow issue on reading EDID + - bpftool: Fix the error when lookup in no-btf maps + - drm/amd/pm: enable pm sysfs write for one VF mode + - drm/amd/display: Add affected crtcs to atomic state for dsc mst unplug + - libbpf: Fix memleak in libbpf_netlink_recv() + - IB/cma: Allow XRC INI QPs to set their local ACK timeout + - dax: make sure inodes are flushed before destroy cache + - selftests: mptcp: add csum mib check for mptcp_connect + - iwlwifi: mvm: Don't call iwl_mvm_sta_from_mac80211() with NULL sta + - iwlwifi: mvm: don't iterate unadded vifs when handling FW SMPS req + - iwlwifi: mvm: align locking in D3 test debugfs + - iwlwifi: yoyo: remove DBGI_SRAM address reset writing + - iwlwifi: Fix -EIO error code that is never returned + - iwlwifi: mvm: Fix an error code in iwl_mvm_up() + - mtd: rawnand: pl353: Set the nand chip node as the flash node + - drm/msm/dp: populate connector of struct dp_panel + - drm/msm/dp: stop link training after link training 2 failed + - drm/msm/dp: always add fail-safe mode into connector mode list + - drm/msm/dsi: Use "ref" fw clock instead of global name for VCO parent + - drm/msm/dsi/phy: fix 7nm v4.0 settings for C-PHY mode + - drm/msm/dpu: add DSPP blocks teardown + - drm/msm/dpu: fix dp audio condition + - dm crypt: fix get_key_size compiler warning if !CONFIG_KEYS + - vfio/pci: fix memory leak during D3hot to D0 transition + - vfio/pci: wake-up devices around reset functions + - scsi: fnic: Fix a tracing statement + - scsi: pm8001: Fix command initialization in pm80XX_send_read_log() + - scsi: pm8001: Fix command initialization in pm8001_chip_ssp_tm_req() + - scsi: pm8001: Fix payload initialization in pm80xx_set_thermal_config() + - scsi: pm8001: Fix le32 values handling in + pm80xx_set_sas_protocol_timer_config() + - scsi: pm8001: Fix payload initialization in pm80xx_encrypt_update() + - scsi: pm8001: Fix le32 values handling in pm80xx_chip_ssp_io_req() + - scsi: pm8001: Fix le32 values handling in pm80xx_chip_sata_req() + - scsi: pm8001: Fix NCQ NON DATA command task initialization + - scsi: pm8001: Fix NCQ NON DATA command completion handling + - scsi: pm8001: Fix abort all task initialization + - RDMA/mlx5: Fix the flow of a miss in the allocation of a cache ODP MR + - drm/amd/display: Remove vupdate_int_entry definition + - TOMOYO: fix __setup handlers return values + - power: supply: sbs-charger: Don't cancel work that is not initialized + - ext2: correct max file size computing + - drm/tegra: Fix reference leak in tegra_dsi_ganged_probe + - power: supply: bq24190_charger: Fix bq24190_vbus_is_enabled() wrong false + return + - scsi: hisi_sas: Change permission of parameter prot_mask + - drm/bridge: cdns-dsi: Make sure to to create proper aliases for dt + - bpf, arm64: Call build_prologue() first in first JIT pass + - bpf, arm64: Feed byte-offset into bpf line info + - xsk: Fix race at socket teardown + - RDMA/irdma: Fix netdev notifications for vlan's + - RDMA/irdma: Fix Passthrough mode in VM + - RDMA/irdma: Remove incorrect masking of PD + - gpu: host1x: Fix a memory leak in 'host1x_remove()' + - libbpf: Skip forward declaration when counting duplicated type names + - powerpc/mm/numa: skip NUMA_NO_NODE onlining in parse_numa_properties() + - powerpc/Makefile: Don't pass -mcpu=powerpc64 when building 32-bit + - KVM: x86: Fix emulation in writing cr8 + - KVM: x86/emulator: Defer not-present segment check in + __load_segment_descriptor() + - hv_balloon: rate-limit "Unhandled message" warning + - i2c: xiic: Make bus names unique + - power: supply: wm8350-power: Handle error for wm8350_register_irq + - power: supply: wm8350-power: Add missing free in free_charger_irq + - IB/hfi1: Allow larger MTU without AIP + - RDMA/core: Fix ib_qp_usecnt_dec() called when error + - PCI: Reduce warnings on possible RW1C corruption + - net: axienet: fix RX ring refill allocation failure handling + - drm/msm/a6xx: Fix missing ARRAY_SIZE() check + - mips: DEC: honor CONFIG_MIPS_FP_SUPPORT=n + - MIPS: Sanitise Cavium switch cases in TLB handler synthesizers + - powerpc/sysdev: fix incorrect use to determine if list is empty + - powerpc/64s: Don't use DSISR for SLB faults + - mfd: mc13xxx: Add check for mc13xxx_irq_request + - libbpf: Unmap rings when umem deleted + - selftests/bpf: Make test_lwt_ip_encap more stable and faster + - platform/x86: huawei-wmi: check the return value of device_create_file() + - scsi: mpt3sas: Fix incorrect 4GB boundary check + - powerpc: 8xx: fix a return value error in mpc8xx_pic_init + - vxcan: enable local echo for sent CAN frames + - ath10k: Fix error handling in ath10k_setup_msa_resources + - mips: cdmm: Fix refcount leak in mips_cdmm_phys_base + - MIPS: RB532: fix return value of __setup handler + - MIPS: pgalloc: fix memory leak caused by pgd_free() + - mtd: rawnand: atmel: fix refcount issue in atmel_nand_controller_init + - power: ab8500_chargalg: Use CLOCK_MONOTONIC + - RDMA/irdma: Prevent some integer underflows + - Revert "RDMA/core: Fix ib_qp_usecnt_dec() called when error" + - RDMA/mlx5: Fix memory leak in error flow for subscribe event routine + - bpf, sockmap: Fix memleak in sk_psock_queue_msg + - bpf, sockmap: Fix memleak in tcp_bpf_sendmsg while sk msg is full + - bpf, sockmap: Fix more uncharged while msg has more_data + - bpf, sockmap: Fix double uncharge the mem of sk_msg + - samples/bpf, xdpsock: Fix race when running for fix duration of time + - USB: storage: ums-realtek: fix error code in rts51x_read_mem() + - drm/i915/display: Fix HPD short pulse handling for eDP + - netfilter: flowtable: Fix QinQ and pppoe support for inet table + - mt76: mt7921: fix mt7921_queues_acq implementation + - can: isotp: sanitize CAN ID checks in isotp_bind() + - can: isotp: return -EADDRNOTAVAIL when reading from unbound socket + - can: isotp: support MSG_TRUNC flag when reading from socket + - bareudp: use ipv6_mod_enabled to check if IPv6 enabled + - ibmvnic: fix race between xmit and reset + - af_unix: Fix some data-races around unix_sk(sk)->oob_skb. + - selftests/bpf: Fix error reporting from sock_fields programs + - Bluetooth: hci_uart: add missing NULL check in h5_enqueue + - Bluetooth: call hci_le_conn_failed with hdev lock in hci_le_conn_failed + - Bluetooth: btmtksdio: Fix kernel oops in btmtksdio_interrupt + - ipv4: Fix route lookups when handling ICMP redirects and PMTU updates + - af_netlink: Fix shift out of bounds in group mask calculation + - i2c: meson: Fix wrong speed use from probe + - netfilter: conntrack: Add and use nf_ct_set_auto_assign_helper_warned() + - i2c: mux: demux-pinctrl: do not deactivate a master that is not active + - powerpc/pseries: Fix use after free in remove_phb_dynamic() + - selftests/bpf/test_lirc_mode2.sh: Exit with proper code + - PCI: Avoid broken MSI on SB600 USB devices + - net: bcmgenet: Use stronger register read/writes to assure ordering + - tcp: ensure PMTU updates are processed during fastopen + - openvswitch: always update flow key after nat + - net: dsa: fix panic on shutdown if multi-chip tree failed to probe + - tipc: fix the timer expires after interval 100ms + - mfd: asic3: Add missing iounmap() on error asic3_mfd_probe + - ice: fix 'scheduling while atomic' on aux critical err interrupt + - ice: don't allow to run ice_send_event_to_aux() in atomic ctx + - drivers: ethernet: cpsw: fix panic when interrupt coaleceing is set via + ethtool + - kernel/resource: fix kfree() of bootmem memory again + - staging: r8188eu: convert DBG_88E_LEVEL call in hal/rtl8188e_hal_init.c + - staging: r8188eu: release_firmware is not called if allocation fails + - mxser: fix xmit_buf leak in activate when LSR == 0xff + - fsi: scom: Fix error handling + - fsi: scom: Remove retries in indirect scoms + - pwm: lpc18xx-sct: Initialize driver data and hardware before pwmchip_add() + - pps: clients: gpio: Propagate return value from pps_gpio_probe + - fsi: Aspeed: Fix a potential double free + - misc: alcor_pci: Fix an error handling path + - cpufreq: qcom-cpufreq-nvmem: fix reading of PVS Valid fuse + - soundwire: intel: fix wrong register name in intel_shim_wake + - clk: qcom: ipq8074: fix PCI-E clock oops + - dmaengine: idxd: check GENCAP config support for gencfg register + - dmaengine: idxd: change bandwidth token to read buffers + - dmaengine: idxd: restore traffic class defaults after wq reset + - iio: mma8452: Fix probe failing when an i2c_device_id is used + - serial: 8250_aspeed_vuart: add PORT_ASPEED_VUART port type + - staging:iio:adc:ad7280a: Fix handing of device address bit reversing. + - pinctrl: renesas: r8a77470: Reduce size for narrow VIN1 channel + - pinctrl: renesas: checker: Fix miscalculation of number of states + - clk: qcom: ipq8074: Use floor ops for SDCC1 clock + - phy: dphy: Correct lpx parameter and its derivatives(ta_{get,go,sure}) + - phy: phy-brcm-usb: fixup BCM4908 support + - serial: 8250_mid: Balance reference count for PCI DMA device + - serial: 8250_lpss: Balance reference count for PCI DMA device + - NFS: Use of mapping_set_error() results in spurious errors + - serial: 8250: Fix race condition in RTS-after-send handling + - iio: adc: Add check for devm_request_threaded_irq + - habanalabs: Add check for pci_enable_device + - NFS: Return valid errors from nfs2/3_decode_dirent() + - staging: r8188eu: fix endless loop in recv_func + - dma-debug: fix return value of __setup handlers + - clk: imx7d: Remove audio_mclk_root_clk + - clk: imx: off by one in imx_lpcg_parse_clks_from_dt() + - clk: at91: sama7g5: fix parents of PDMCs' GCLK + - clk: qcom: clk-rcg2: Update logic to calculate D value for RCG + - clk: qcom: clk-rcg2: Update the frac table for pixel clock + - dmaengine: hisi_dma: fix MSI allocate fail when reload hisi_dma + - remoteproc: qcom: Fix missing of_node_put in adsp_alloc_memory_region + - remoteproc: qcom_wcnss: Add missing of_node_put() in + wcnss_alloc_memory_region + - remoteproc: qcom_q6v5_mss: Fix some leaks in q6v5_alloc_memory_region + - nvdimm/region: Fix default alignment for small regions + - clk: actions: Terminate clk_div_table with sentinel element + - clk: loongson1: Terminate clk_div_table with sentinel element + - clk: hisilicon: Terminate clk_div_table with sentinel element + - clk: clps711x: Terminate clk_div_table with sentinel element + - clk: Fix clk_hw_get_clk() when dev is NULL + - clk: tegra: tegra124-emc: Fix missing put_device() call in + emc_ensure_emc_driver + - mailbox: imx: fix crash in resume on i.mx8ulp + - NFS: remove unneeded check in decode_devicenotify_args() + - staging: mt7621-dts: fix LEDs and pinctrl on GB-PC1 devicetree + - staging: mt7621-dts: fix formatting + - staging: mt7621-dts: fix pinctrl properties for ethernet + - staging: mt7621-dts: fix GB-PC2 devicetree + - pinctrl: mediatek: Fix missing of_node_put() in mtk_pctrl_init + - pinctrl: mediatek: paris: Fix PIN_CONFIG_BIAS_* readback + - pinctrl: mediatek: paris: Fix "argument" argument type for mtk_pinconf_get() + - pinctrl: mediatek: paris: Fix pingroup pin config state readback + - pinctrl: mediatek: paris: Skip custom extra pin config dump for virtual + GPIOs + - pinctrl: microchip sgpio: use reset driver + - pinctrl: microchip-sgpio: lock RMW access + - pinctrl: nomadik: Add missing of_node_put() in nmk_pinctrl_probe + - pinctrl/rockchip: Add missing of_node_put() in rockchip_pinctrl_probe + - tty: hvc: fix return value of __setup handler + - kgdboc: fix return value of __setup handler + - serial: 8250: fix XOFF/XON sending when DMA is used + - virt: acrn: obtain pa from VMA with PFNMAP flag + - virt: acrn: fix a memory leak in acrn_dev_ioctl() + - kgdbts: fix return value of __setup handler + - firmware: google: Properly state IOMEM dependency + - driver core: dd: fix return value of __setup handler + - jfs: fix divide error in dbNextAG + - netfilter: nf_conntrack_tcp: preserve liberal flag in tcp options + - SUNRPC don't resend a task on an offlined transport + - NFSv4.1: don't retry BIND_CONN_TO_SESSION on session error + - kdb: Fix the putarea helper function + - perf stat: Fix forked applications enablement of counters + - clk: qcom: gcc-msm8994: Fix gpll4 width + - vsock/virtio: initialize vdev->priv before using VQs + - vsock/virtio: read the negotiated features before using VQs + - vsock/virtio: enable VQs early on probe + - clk: Initialize orphan req_rate + - xen: fix is_xen_pmu() + - net: enetc: report software timestamping via SO_TIMESTAMPING + - net: hns3: fix bug when PF set the duplicate MAC address for VFs + - net: hns3: fix port base vlan add fail when concurrent with reset + - net: hns3: add vlan list lock to protect vlan list + - net: hns3: format the output of the MAC address + - net: hns3: refine the process when PF set VF VLAN + - net: phy: broadcom: Fix brcm_fet_config_init() + - selftests: test_vxlan_under_vrf: Fix broken test case + - NFS: Don't loop forever in nfs_do_recoalesce() + - net: hns3: clean residual vf config after disable sriov + - net: sparx5: depends on PTP_1588_CLOCK_OPTIONAL + - qlcnic: dcb: default to returning -EOPNOTSUPP + - net/x25: Fix null-ptr-deref caused by x25_disconnect + - net: sparx5: switchdev: fix possible NULL pointer dereference + - octeontx2-af: initialize action variable + - net: prefer nf_ct_put instead of nf_conntrack_put + - net/sched: act_ct: fix ref leak when switching zones + - NFSv4/pNFS: Fix another issue with a list iterator pointing to the head + - net: dsa: bcm_sf2_cfp: fix an incorrect NULL check on list iterator + - fs: fd tables have to be multiples of BITS_PER_LONG + - lib/test: use after free in register_test_dev_kmod() + - fs: fix fd table size alignment properly + - LSM: general protection fault in legacy_parse_param + - regulator: rpi-panel: Handle I2C errors/timing to the Atmel + - crypto: hisilicon/qm - cleanup warning in qm_vf_read_qos + - gcc-plugins/stackleak: Exactly match strings instead of prefixes + - pinctrl: npcm: Fix broken references to chip->parent_device + - rcu: Mark writes to the rcu_segcblist structure's ->flags field + - block/bfq_wf2q: correct weight to ioprio + - crypto: xts - Add softdep on ecb + - crypto: hisilicon/sec - not need to enable sm4 extra mode at HW V3 + - block, bfq: don't move oom_bfqq + - selinux: use correct type for context length + - arm64: module: remove (NOLOAD) from linker script + - selinux: allow FIOCLEX and FIONCLEX with policy capability + - loop: use sysfs_emit() in the sysfs xxx show() + - Fix incorrect type in assignment of ipv6 port for audit + - irqchip/qcom-pdc: Fix broken locking + - irqchip/nvic: Release nvic_base upon failure + - fs/binfmt_elf: Fix AT_PHDR for unusual ELF files + - bfq: fix use-after-free in bfq_dispatch_request + - ACPICA: Avoid walking the ACPI Namespace if it is not there + - lib/raid6/test/Makefile: Use $(pound) instead of \# for Make 4.3 + - Revert "Revert "block, bfq: honor already-setup queue merges"" + - ACPI/APEI: Limit printable size of BERT table data + - PM: core: keep irq flags in device_pm_check_callbacks() + - parisc: Fix handling off probe non-access faults + - nvme-tcp: lockdep: annotate in-kernel sockets + - spi: tegra20: Use of_device_get_match_data() + - atomics: Fix atomic64_{read_acquire,set_release} fallbacks + - locking/lockdep: Iterate lock_classes directly when reading lockdep files + - ext4: correct cluster len and clusters changed accounting in ext4_mb_mark_bb + - ext4: fix ext4_mb_mark_bb() with flex_bg with fast_commit + - sched/tracing: Report TASK_RTLOCK_WAIT tasks as TASK_UNINTERRUPTIBLE + - ext4: don't BUG if someone dirty pages without asking ext4 first + - f2fs: fix to do sanity check on curseg->alloc_type + - NFSD: Fix nfsd_breaker_owns_lease() return values + - f2fs: don't get FREEZE lock in f2fs_evict_inode in frozen fs + - btrfs: harden identification of a stale device + - btrfs: make search_csum_tree return 0 if we get -EFBIG + - f2fs: use spin_lock to avoid hang + - f2fs: compress: fix to print raw data size in error path of lz4 + decompression + - Adjust cifssb maximum read size + - ntfs: add sanity check on allocation size + - media: staging: media: zoran: move videodev alloc + - media: staging: media: zoran: calculate the right buffer number for + zoran_reap_stat_com + - media: staging: media: zoran: fix various V4L2 compliance errors + - media: atmel: atmel-isc-base: report frame sizes as full supported range + - media: ir_toy: free before error exiting + - ASoC: sh: rz-ssi: Make the data structures available before registering the + handlers + - ASoC: SOF: Intel: match sdw version on link_slaves_found + - media: imx-jpeg: Prevent decoding NV12M jpegs into single-planar buffers + - media: iommu/mediatek-v1: Free the existed fwspec if the master dev already + has + - media: iommu/mediatek: Return ENODEV if the device is NULL + - media: iommu/mediatek: Add device_link between the consumer and the larb + devices + - video: fbdev: nvidiafb: Use strscpy() to prevent buffer overflow + - video: fbdev: w100fb: Reset global state + - video: fbdev: cirrusfb: check pixclock to avoid divide by zero + - video: fbdev: omapfb: acx565akm: replace snprintf with sysfs_emit + - ARM: dts: qcom: fix gic_irq_domain_translate warnings for msm8960 + - ARM: dts: bcm2837: Add the missing L1/L2 cache information + - ASoC: madera: Add dependencies on MFD + - media: atomisp_gmin_platform: Add DMI quirk to not turn AXP ELDO2 regulator + off on some boards + - media: atomisp: fix dummy_ptr check to avoid duplicate active_bo + - ARM: ftrace: avoid redundant loads or clobbering IP + - ARM: dts: imx7: Use audio_mclk_post_div instead audio_mclk_root_clk + - arm64: defconfig: build imx-sdma as a module + - video: fbdev: omapfb: panel-dsi-cm: Use sysfs_emit() instead of snprintf() + - video: fbdev: omapfb: panel-tpo-td043mtea1: Use sysfs_emit() instead of + snprintf() + - video: fbdev: udlfb: replace snprintf in show functions with sysfs_emit + - ARM: dts: bcm2711: Add the missing L1/L2 cache information + - ASoC: soc-core: skip zero num_dai component in searching dai name + - media: imx-jpeg: fix a bug of accessing array out of bounds + - media: cx88-mpeg: clear interrupt status register before streaming video + - uaccess: fix type mismatch warnings from access_ok() + - lib/test_lockup: fix kernel pointer check for separate address spaces + - ARM: tegra: tamonten: Fix I2C3 pad setting + - ARM: mmp: Fix failure to remove sram device + - ASoC: amd: vg: fix for pm resume callback sequence + - video: fbdev: sm712fb: Fix crash in smtcfb_write() + - media: i2c: ov5648: Fix lockdep error + - media: Revert "media: em28xx: add missing em28xx_close_extension" + - media: hdpvr: initialize dev->worker at hdpvr_register_videodev + - ASoC: Intel: sof_sdw: fix quirks for 2022 HP Spectre x360 13" + - tracing: Have TRACE_DEFINE_ENUM affect trace event types as well + - mmc: host: Return an error when ->enable_sdio_irq() ops is missing + - media: atomisp: fix bad usage at error handling logic + - ALSA: hda/realtek: Add alc256-samsung-headphone fixup + - KVM: x86: Reinitialize context if host userspace toggles EFER.LME + - KVM: x86/mmu: Move "invalid" check out of kvm_tdp_mmu_get_root() + - KVM: x86/mmu: Zap _all_ roots when unmapping gfn range in TDP MMU + - KVM: x86/mmu: Check for present SPTE when clearing dirty bit in TDP MMU + - KVM: x86: hyper-v: Drop redundant 'ex' parameter from kvm_hv_send_ipi() + - KVM: x86: hyper-v: Drop redundant 'ex' parameter from kvm_hv_flush_tlb() + - KVM: x86: hyper-v: Fix the maximum number of sparse banks for XMM fast TLB + flush hypercalls + - KVM: x86: hyper-v: HVCALL_SEND_IPI_EX is an XMM fast hypercall + - powerpc/kasan: Fix early region not updated correctly + - powerpc/lib/sstep: Fix 'sthcx' instruction + - powerpc/lib/sstep: Fix build errors with newer binutils + - powerpc: Add set_memory_{p/np}() and remove set_memory_attr() + - powerpc: Fix build errors with newer binutils + - drm/dp: Fix off-by-one in register cache size + - drm/i915: Treat SAGV block time 0 as SAGV disabled + - drm/i915: Fix PSF GV point mask when SAGV is not possible + - drm/i915: Reject unsupported TMDS rates on ICL+ + - scsi: qla2xxx: Refactor asynchronous command initialization + - scsi: qla2xxx: Implement ref count for SRB + - scsi: qla2xxx: Fix stuck session in gpdb + - scsi: qla2xxx: Fix warning message due to adisc being flushed + - scsi: qla2xxx: Fix scheduling while atomic + - scsi: qla2xxx: Fix premature hw access after PCI error + - scsi: qla2xxx: Fix wrong FDMI data for 64G adapter + - scsi: qla2xxx: Fix warning for missing error code + - scsi: qla2xxx: Fix device reconnect in loop topology + - scsi: qla2xxx: edif: Fix clang warning + - scsi: qla2xxx: Fix T10 PI tag escape and IP guard options for 28XX adapters + - scsi: qla2xxx: Add devids and conditionals for 28xx + - scsi: qla2xxx: Check for firmware dump already collected + - scsi: qla2xxx: Suppress a kernel complaint in qla_create_qpair() + - scsi: qla2xxx: Fix disk failure to rediscover + - scsi: qla2xxx: Fix incorrect reporting of task management failure + - scsi: qla2xxx: Fix hang due to session stuck + - scsi: qla2xxx: Fix missed DMA unmap for NVMe ls requests + - scsi: qla2xxx: Fix N2N inconsistent PLOGI + - scsi: qla2xxx: Fix stuck session of PRLI reject + - scsi: qla2xxx: Reduce false trigger to login + - scsi: qla2xxx: Use correct feature type field during RFF_ID processing + - platform: chrome: Split trace include file + - KVM: x86: Check lapic_in_kernel() before attempting to set a SynIC irq + - KVM: x86: Avoid theoretical NULL pointer dereference in + kvm_irq_delivery_to_apic_fast() + - KVM: x86: Forbid VMM to set SYNIC/STIMER MSRs when SynIC wasn't activated + - KVM: Prevent module exit until all VMs are freed + - KVM: x86: fix sending PV IPI + - KVM: SVM: fix panic on out-of-bounds guest IRQ + - ubifs: rename_whiteout: Fix double free for whiteout_ui->data + - ubifs: Fix deadlock in concurrent rename whiteout and inode writeback + - ubifs: Add missing iput if do_tmpfile() failed in rename whiteout + - ubifs: Rename whiteout atomically + - ubifs: Fix 'ui->dirty' race between do_tmpfile() and writeback work + - ubifs: Rectify space amount budget for mkdir/tmpfile operations + - ubifs: setflags: Make dirtied_ino_d 8 bytes aligned + - ubifs: Fix read out-of-bounds in ubifs_wbuf_write_nolock() + - ubifs: Fix to add refcount once page is set private + - ubifs: rename_whiteout: correct old_dir size computing + - nvme: allow duplicate NSIDs for private namespaces + - nvme: fix the read-only state for zoned namespaces with unsupposed features + - wireguard: queueing: use CFI-safe ptr_ring cleanup function + - wireguard: socket: free skb in send6 when ipv6 is disabled + - wireguard: socket: ignore v6 endpoints when ipv6 is disabled + - XArray: Fix xas_create_range() when multi-order entry present + - can: mcba_usb: mcba_usb_start_xmit(): fix double dev_kfree_skb in error path + - can: mcba_usb: properly check endpoint type + - can: mcp251xfd: mcp251xfd_register_get_dev_id(): fix return of error value + - XArray: Update the LRU list in xas_split() + - modpost: restore the warning message for missing symbol versions + - rtc: check if __rtc_read_time was successful + - gfs2: gfs2_setattr_size error path fix + - gfs2: Make sure FITRIM minlen is rounded up to fs block size + - net: hns3: fix the concurrency between functions reading debugfs + - net: hns3: fix software vlan talbe of vlan 0 inconsistent with hardware + - rxrpc: fix some null-ptr-deref bugs in server_key.c + - rxrpc: Fix call timer start racing with call destruction + - mailbox: imx: fix wakeup failure from freeze mode + - crypto: arm/aes-neonbs-cbc - Select generic cbc and aes + - watch_queue: Free the page array when watch_queue is dismantled + - pinctrl: pinconf-generic: Print arguments for bias-pull-* + - watchdog: rti-wdt: Add missing pm_runtime_disable() in probe function + - net: sparx5: uses, depends on BRIDGE or !BRIDGE + - pinctrl: nuvoton: npcm7xx: Rename DS() macro to DSTR() + - pinctrl: nuvoton: npcm7xx: Use %zu printk format for ARRAY_SIZE() + - ASoC: mediatek: mt6358: add missing EXPORT_SYMBOLs + - ubi: Fix race condition between ctrl_cdev_ioctl and ubi_cdev_ioctl + - ARM: iop32x: offset IRQ numbers by 1 + - block: Fix the maximum minor value is blk_alloc_ext_minor() + - io_uring: fix memory leak of uid in files registration + - riscv module: remove (NOLOAD) + - ACPI: CPPC: Avoid out of bounds access when parsing _CPC data + - vhost: handle error while adding split ranges to iotlb + - spi: Fix Tegra QSPI example + - platform/chrome: cros_ec_typec: Check for EC device + - can: isotp: restore accidentally removed MSG_PEEK feature + - proc: bootconfig: Add null pointer check + - drm/connector: Fix typo in documentation + - scsi: qla2xxx: Add qla2x00_async_done() for async routines + - staging: mt7621-dts: fix pinctrl-0 items to be size-1 items on ethernet + - arm64: mm: Drop 'const' from conditional arm64_dma_phys_limit definition + - ASoC: soc-compress: Change the check for codec_dai + - Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE"" + - tracing: Have type enum modifications copy the strings + - net: add skb_set_end_offset() helper + - net: preserve skb_end_offset() in skb_unclone_keeptruesize() + - mm/mmap: return 1 from stack_guard_gap __setup() handler + - ARM: 9187/1: JIVE: fix return value of __setup handler + - mm/memcontrol: return 1 from cgroup.memory __setup() handler + - mm/usercopy: return 1 from hardened_usercopy __setup() handler + - af_unix: Support POLLPRI for OOB. + - bpf: Adjust BPF stack helper functions to accommodate skip > 0 + - bpf: Fix comment for helper bpf_current_task_under_cgroup() + - mmc: rtsx: Use pm_runtime_{get,put}() to handle runtime PM + - dt-bindings: mtd: nand-controller: Fix the reg property description + - dt-bindings: mtd: nand-controller: Fix a comment in the examples + - dt-bindings: spi: mxic: The interrupt property is not mandatory + - dt-bindings: memory: mtk-smi: No need mediatek,larb-id for mt8167 + - dt-bindings: pinctrl: pinctrl-microchip-sgpio: Fix example + - ubi: fastmap: Return error code if memory allocation fails in add_aeb() + - ASoC: SOF: Intel: Fix build error without SND_SOC_SOF_PCI_DEV + - ASoC: topology: Allow TLV control to be either read or write + - perf vendor events: Update metrics for SkyLake Server + - media: ov6650: Add try support to selection API operations + - media: ov6650: Fix crop rectangle affected by set format + - spi: mediatek: support tick_delay without enhance_timing + - ARM: dts: spear1340: Update serial node properties + - ARM: dts: spear13xx: Update SPI dma properties + - arm64: dts: ls1043a: Update i2c dma properties + - arm64: dts: ls1046a: Update i2c node dma properties + - um: Fix uml_mconsole stop/go + - docs: sysctl/kernel: add missing bit to panic_print + - openvswitch: Fixed nd target mask field in the flow dump. + - torture: Make torture.sh help message match reality + - n64cart: convert bi_disk to bi_bdev->bd_disk fix build + - mmc: rtsx: Let MMC core handle runtime PM + - mmc: rtsx: Fix build errors/warnings for unused variable + - KVM: x86/mmu: do compare-and-exchange of gPTE via the user address + - iommu/dma: Skip extra sync during unmap w/swiotlb + - iommu/dma: Fold _swiotlb helpers into callers + - iommu/dma: Check CONFIG_SWIOTLB more broadly + - swiotlb: Support aligned swiotlb buffers + - iommu/dma: Account for min_align_mask w/swiotlb + - coredump: Snapshot the vmas in do_coredump + - coredump: Remove the WARN_ON in dump_vma_snapshot + - coredump/elf: Pass coredump_params into fill_note_info + - coredump: Use the vma snapshot in fill_files_note + - PCI: xgene: Revert "PCI: xgene: Use inbound resources for setup" + - Linux 5.15.33 + * Jammy update: v5.15.32 upstream stable release (LP: #1969106) + - net: ipv6: fix skb_over_panic in __ip6_append_data + - tpm: Fix error handling in async work + - Bluetooth: btusb: Add another Realtek 8761BU + - llc: fix netdevice reference leaks in llc_ui_bind() + - ASoC: sti: Fix deadlock via snd_pcm_stop_xrun() call + - ALSA: oss: Fix PCM OSS buffer allocation overflow + - ALSA: usb-audio: add mapping for new Corsair Virtuoso SE + - ALSA: hda/realtek: Add quirk for Clevo NP70PNJ + - ALSA: hda/realtek: Add quirk for Clevo NP50PNJ + - ALSA: hda/realtek - Fix headset mic problem for a HP machine with alc671 + - ALSA: hda/realtek: Add quirk for ASUS GA402 + - ALSA: pcm: Fix races among concurrent hw_params and hw_free calls + - ALSA: pcm: Fix races among concurrent read/write and buffer changes + - ALSA: pcm: Fix races among concurrent prepare and hw_params/hw_free calls + - ALSA: pcm: Fix races among concurrent prealloc proc writes + - ALSA: pcm: Add stream lock during PCM reset ioctl operations + - ALSA: usb-audio: Add mute TLV for playback volumes on RODE NT-USB + - ALSA: cmipci: Restore aux vol on suspend/resume + - ALSA: pci: fix reading of swapped values from pcmreg in AC97 codec + - drivers: net: xgene: Fix regression in CRC stripping + - ACPI / x86: Work around broken XSDT on Advantech DAC-BJ01 board + - ACPI: battery: Add device HID and quirk for Microsoft Surface Go 3 + - ACPI: video: Force backlight native for Clevo NL5xRU and NL5xNU + - crypto: qat - disable registration of algorithms + - Bluetooth: btusb: Add one more Bluetooth part for the Realtek RTL8852AE + - Revert "ath: add support for special 0x0 regulatory domain" + - drm/virtio: Ensure that objs is not NULL in virtio_gpu_array_put_free() + - rcu: Don't deboost before reporting expedited quiescent state + - uaccess: fix integer overflow on access_ok() + - mac80211: fix potential double free on mesh join + - tpm: use try_get_ops() in tpm-space.c + - wcn36xx: Differentiate wcn3660 from wcn3620 + - m68k: fix access_ok for coldfire + - nds32: fix access_ok() checks in get/put_user + - llc: only change llc->dev when bind() succeeds + - Linux 5.15.32 + * Jammy update: v5.15.31 upstream stable release (LP: #1969105) + - crypto: qcom-rng - ensure buffer for generate is completely filled + - ocfs2: fix crash when initialize filecheck kobj fails + - mm: swap: get rid of livelock in swapin readahead + - block: release rq qos structures for queue without disk + - drm/mgag200: Fix PLL setup for g200wb and g200ew + - efi: fix return value of __setup handlers + - alx: acquire mutex for alx_reinit in alx_change_mtu + - vsock: each transport cycles only on its own sockets + - esp6: fix check on ipv6_skip_exthdr's return value + - net: phy: marvell: Fix invalid comparison in the resume and suspend + functions + - net/packet: fix slab-out-of-bounds access in packet_recvmsg() + - atm: eni: Add check for dma_map_single + - iavf: Fix double free in iavf_reset_task + - hv_netvsc: Add check for kvmalloc_array + - drm/imx: parallel-display: Remove bus flags check in + imx_pd_bridge_atomic_check() + - drm/panel: simple: Fix Innolux G070Y2-L01 BPP settings + - net: handle ARPHRD_PIMREG in dev_is_mac_header_xmit() + - drm: Don't make DRM_PANEL_BRIDGE dependent on DRM_KMS_HELPERS + - net: dsa: Add missing of_node_put() in dsa_port_parse_of + - net: phy: mscc: Add MODULE_FIRMWARE macros + - bnx2x: fix built-in kernel driver load failure + - net: bcmgenet: skip invalid partial checksums + - net: mscc: ocelot: fix backwards compatibility with single-chain tc-flower + offload + - iavf: Fix hang during reboot/shutdown + - arm64: fix clang warning about TRAMP_VALIAS + - usb: gadget: rndis: prevent integer overflow in rndis_set_response() + - usb: gadget: Fix use-after-free bug by not setting udc->dev.driver + - usb: usbtmc: Fix bug in pipe direction for control transfers + - scsi: mpt3sas: Page fault in reply q processing + - Input: aiptek - properly check endpoint type + - perf symbols: Fix symbol size calculation condition + - btrfs: skip reserved bytes warning on unmount after log cleanup failure + - Linux 5.15.31 + + -- Stefan Bader Mon, 23 May 2022 15:13:57 +0200 + +linux-lowlatency (5.15.0-33.34) jammy; urgency=medium + + * jammy/linux-lowlatency: 5.15.0-33.34 -proposed tracker (LP: #1973907) + + [ Ubuntu: 5.15.0-33.34 ] + + * jammy/linux: 5.15.0-33.34 -proposed tracker (LP: #1973924) + * CVE-2022-29581 + - net/sched: cls_u32: fix netns refcount changes in u32_change() + * ext4: limit length to bitmap_maxbytes (LP: #1972281) + - ext4: limit length to bitmap_maxbytes - blocksize in punch_hole + * Unprivileged users may use PTRACE_SEIZE to set PTRACE_O_SUSPEND_SECCOMP + option (LP: #1972740) + - ptrace: Check PTRACE_O_SUSPEND_SECCOMP permission on PTRACE_SEIZE + + -- Stefan Bader Wed, 18 May 2022 17:24:45 +0200 + +linux-lowlatency (5.15.0-30.31) jammy; urgency=medium + + * jammy/linux-lowlatency: 5.15.0-30.31 -proposed tracker (LP: #1971684) + + [ Ubuntu: 5.15.0-30.31 ] + + * jammy/linux: 5.15.0-30.31 -proposed tracker (LP: #1971685) + * Packaging resync (LP: #1786013) + - [Packaging] update variants + - debian/dkms-versions -- update from kernel-versions (main/2022.04.18) + * Intel: enable x86 AMX (LP: #1967750) + - x86/extable: Tidy up redundant handler functions + - x86/extable: Get rid of redundant macros + - x86/mce: Deduplicate exception handling + - x86/mce: Get rid of stray semicolons + - x86/extable: Rework the exception table mechanics + - x86/extable: Provide EX_TYPE_DEFAULT_MCE_SAFE and EX_TYPE_FAULT_MCE_SAFE + - x86/copy_mc: Use EX_TYPE_DEFAULT_MCE_SAFE for exception fixups + - x86/fpu: Use EX_TYPE_FAULT_MCE_SAFE for exception fixups + - x86/extable: Remove EX_TYPE_FAULT from MCE safe fixups + - x86/fpu/signal: Clarify exception handling in restore_fpregs_from_user() + - x86/fpu/signal: Move header zeroing out of xsave_to_user_sigframe() + - x86/fpu/signal: Move xstate clearing out of copy_fpregs_to_sigframe() + - x86/fpu/signal: Change return type of copy_fpstate_to_sigframe() to boolean + - x86/fpu/signal: Change return type of copy_fpregs_to_sigframe() helpers to + boolean + - x86/signal: Change return type of restore_sigcontext() to boolean + - x86/fpu/signal: Change return type of fpu__restore_sig() to boolean + - x86/fpu/signal: Change return type of __fpu_restore_sig() to boolean + - x86/fpu/signal: Change return code of check_xstate_in_sigframe() to boolean + - x86/fpu/signal: Change return code of restore_fpregs_from_user() to boolean + - x86/fpu/signal: Fix missed conversion to correct boolean retval in + save_xstate_epilog() + - x86/fpu: Remove pointless argument from switch_fpu_finish() + - x86/fpu: Update stale comments + - x86/pkru: Remove useless include + - x86/fpu: Restrict xsaves()/xrstors() to independent states + - x86/fpu: Cleanup the on_boot_cpu clutter + - x86/fpu: Remove pointless memset in fpu_clone() + - x86/process: Clone FPU in copy_thread() + - x86/fpu: Do not inherit FPU context for kernel and IO worker threads + - x86/fpu: Cleanup xstate xcomp_bv initialization + - x86/fpu/xstate: Provide and use for_each_xfeature() + - x86/fpu/xstate: Mark all init only functions __init + - x86/fpu: Move KVMs FPU swapping to FPU core + - x86/fpu: Replace KVMs home brewed FPU copy from user + - x86/fpu: Rework copy_xstate_to_uabi_buf() + - x86/fpu: Mark fpu__init_prepare_fx_sw_frame() as __init + - x86/fpu: Move context switch and exit to user inlines into sched.h + - x86/fpu: Clean up CPU feature tests + - x86/fpu: Make os_xrstor_booting() private + - x86/fpu: Move os_xsave() and os_xrstor() to core + - x86/fpu: Move legacy ASM wrappers to core + - x86/fpu: Make WARN_ON_FPU() private + - x86/fpu: Move fpregs_restore_userregs() to core + - x86/fpu: Move mxcsr related code to core + - x86/fpu: Move fpstate functions to api.h + - x86/fpu: Remove internal.h dependency from fpu/signal.h + - x86/sev: Include fpu/xcr.h + - x86/fpu: Mop up the internal.h leftovers + - x86/fpu: Replace the includes of fpu/internal.h + - x86/fpu: Provide a proper function for ex_handler_fprestore() + - x86/fpu: Replace KVMs home brewed FPU copy to user + - x86/fpu: Provide struct fpstate + - x86/fpu: Convert fpstate_init() to struct fpstate + - x86/fpu: Convert restore_fpregs_from_fpstate() to struct fpstate + - x86/fpu: Replace KVMs xstate component clearing + - x86/KVM: Convert to fpstate + - x86/fpu: Convert tracing to fpstate + - x86/fpu/regset: Convert to fpstate + - x86/fpu/signal: Convert to fpstate + - x86/fpu/core: Convert to fpstate + - x86/math-emu: Convert to fpstate + - x86/fpu: Remove fpu::state + - x86/fpu: Do not leak fpstate pointer on fork + - x86/process: Move arch_thread_struct_whitelist() out of line + - x86/fpu: Add size and mask information to fpstate + - x86/fpu: Use fpstate::size + - x86/fpu/xstate: Use fpstate for os_xsave() + - x86/fpu/xstate: Use fpstate for xsave_to_user_sigframe() + - x86/fpu: Use fpstate in fpu_copy_kvm_uabi_to_fpstate() + - x86/fpu: Use fpstate in __copy_xstate_to_uabi_buf() + - x86/fpu/xstate: Use fpstate for copy_uabi_to_xstate() + - x86/fpu/signal: Use fpstate for size and features + - x86/fpu: Provide struct fpu_config + - x86/fpu: Cleanup fpu__init_system_xstate_size_legacy() + - x86/fpu/xstate: Cleanup size calculations + - x86/fpu: Move xstate size to fpu_*_cfg + - x86/fpu: Move xstate feature masks to fpu_*_cfg + - x86/fpu: Mop up xfeatures_mask_uabi() + - x86/fpu: Rework restore_regs_from_fpstate() + - x86/fpu/xstate: Move remaining xfeature helpers to core + - x86/fpu: Prepare for sanitizing KVM FPU code + - x86/fpu: Provide infrastructure for KVM FPU cleanup + - x86/kvm: Convert FPU handling to a single swap buffer + - x86/fpu: Remove old KVM FPU interface + - signal: Add an optional check for altstack size + - x86/signal: Implement sigaltstack size validation + - x86/fpu/xstate: Provide xstate_calculate_size() + - x86/fpu: Add members to struct fpu to cache permission information + - x86/fpu: Add fpu_state_config::legacy_features + - x86/arch_prctl: Add controls for dynamic XSTATE components + - x86/fpu: Add basic helpers for dynamically enabled features + - x86/signal: Use fpu::__state_user_size for sigalt stack validation + - x86/fpu/signal: Prepare for variable sigframe length + - x86/fpu: Prepare fpu_clone() for dynamically enabled features + - x86/fpu: Reset permission and fpstate on exec() + - x86/cpufeatures: Add eXtended Feature Disabling (XFD) feature bit + - x86/msr-index: Add MSRs for XFD + - x86/fpu: Add XFD state to fpstate + - x86/fpu: Add sanity checks for XFD + - x86/fpu: Update XFD state where required + - x86/fpu/xstate: Add XFD #NM handler + - x86/fpu/xstate: Add fpstate_realloc()/free() + - x86/fpu/xstate: Prepare XSAVE feature table for gaps in state component + numbers + - x86/fpu/amx: Define AMX state components and have it used for boot-time + checks + - x86/fpu: Calculate the default sizes independently + - x86/fpu: Add XFD handling for dynamic states + - x86/fpu/amx: Enable the AMX feature in 64-bit mode + - selftests/x86/amx: Add test cases for AMX state management + - selftests/x86/amx: Add context switch test + - Documentation/x86: Add documentation for using dynamic XSTATE features + - x86/fpu/signal: Initialize sw_bytes in save_xstate_epilog() + - signal: Skip the altstack update when not needed + - x86/cpufeatures: Put the AMX macros in the word 18 block + - x86/fpu/xstate: Fix the ARCH_REQ_XCOMP_PERM implementation + - selftests/x86/amx: Update the ARCH_REQ_XCOMP_PERM test + - [Config] updateconfigs after AMX patchset + + -- Stefan Bader Thu, 05 May 2022 12:20:21 +0200 + +linux-lowlatency (5.15.0-27.28) jammy; urgency=medium + + * jammy/linux-lowlatency: 5.15.0-27.28 -proposed tracker (LP: #1969459) + + [ Ubuntu: 5.15.0-27.28 ] + + * jammy/linux: 5.15.0-27.28 -proposed tracker (LP: #1968954) + + [ Ubuntu: 5.15.0-26.27 ] + + * jammy/linux: 5.15.0-26.27 -proposed tracker (LP: #1968850) + * CVE-2022-1016 + - netfilter: nf_tables: initialize registers in nft_do_chain() + * CVE-2022-1015 + - netfilter: nf_tables: validate registers coming from userspace. + * CVE-2022-26490 + - nfc: st21nfca: Fix potential buffer overflows in EVT_TRANSACTION + * harden indirect calls against BHI attacks (LP: #1967579) + - objtool: Classify symbols + - objtool: Explicitly avoid self modifying code in .altinstr_replacement + - objtool: Shrink struct instruction + - objtool,x86: Replace alternatives with .retpoline_sites + - x86/retpoline: Remove unused replacement symbols + - x86/asm: Fix register order + - x86/asm: Fixup odd GEN-for-each-reg.h usage + - x86/retpoline: Move the retpoline thunk declarations to nospec-branch.h + - x86/retpoline: Create a retpoline thunk array + - x86/alternative: Implement .retpoline_sites support + - x86/alternative: Handle Jcc __x86_indirect_thunk_\reg + - x86/alternative: Try inline spectre_v2=retpoline,amd + - x86/alternative: Add debug prints to apply_retpolines() + - bpf,x86: Simplify computing label offsets + - bpf,x86: Respect X86_FEATURE_RETPOLINE* + + -- Andrea Righi Tue, 19 Apr 2022 15:46:59 +0200 + +linux-lowlatency (5.15.0-24.24) jammy; urgency=medium + + * jammy/linux-lowlatency: 5.15.0-24.24 -proposed tracker (LP: #1966488) + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + - [Packaging] update helper scripts + + * dependency on crda obsolete according to Debian (LP: #1958918) + - [Packaging] switch dependency from crda to wireless-regdb + + * Miscellaneous Ubuntu changes + - [Config] update toolchain versions + - [Packaging] drop unused ABIs + + [ Ubuntu: 5.15.0-25.25 ] + + * jammy/linux: 5.15.0-25.25 -proposed tracker (LP: #1967146) + * Miscellaneous Ubuntu changes + - SAUCE: Revert "scsi: core: Reallocate device's budget map on queue depth + change" + + [ Ubuntu: 5.15.0-24.24 ] + + * jammy/linux: 5.15.0-24.24 -proposed tracker (LP: #1966305) + * Update OS policy capability handshake (LP: #1966089) + - thermal: int340x: Update OS policy capability handshake + * Jammy update: v5.15.30 upstream stable release (LP: #1966057) + - Revert "xfrm: state and policy should fail if XFRMA_IF_ID 0" + - arm64: dts: rockchip: fix rk3399-puma-haikou USB OTG mode + - xfrm: Check if_id in xfrm_migrate + - xfrm: Fix xfrm migrate issues when address family changes + - arm64: dts: rockchip: fix rk3399-puma eMMC HS400 signal integrity + - arm64: dts: rockchip: align pl330 node name with dtschema + - arm64: dts: rockchip: reorder rk3399 hdmi clocks + - arm64: dts: agilex: use the compatible "intel,socfpga-agilex-hsotg" + - ARM: dts: rockchip: reorder rk322x hmdi clocks + - ARM: dts: rockchip: fix a typo on rk3288 crypto-controller + - mac80211: refuse aggregations sessions before authorized + - MIPS: smp: fill in sibling and core maps earlier + - ARM: 9178/1: fix unmet dependency on BITREVERSE for HAVE_ARCH_BITREVERSE + - Bluetooth: hci_core: Fix leaking sent_cmd skb + - can: rcar_canfd: rcar_canfd_channel_probe(): register the CAN device when + fully ready + - atm: firestream: check the return value of ioremap() in fs_init() + - iwlwifi: don't advertise TWT support + - drm/vrr: Set VRR capable prop only if it is attached to connector + - nl80211: Update bss channel on channel switch for P2P_CLIENT + - tcp: make tcp_read_sock() more robust + - sfc: extend the locking on mcdi->seqno + - bnx2: Fix an error message + - kselftest/vm: fix tests build with old libc + - x86/module: Fix the paravirt vs alternative order + - ice: Fix race condition during interface enslave + - Linux 5.15.30 + * Jammy update: v5.15.29 upstream stable release (LP: #1966056) + - arm64: dts: qcom: sm8350: Describe GCC dependency clocks + - arm64: dts: qcom: sm8350: Correct UFS symbol clocks + - HID: elo: Revert USB reference counting + - HID: hid-thrustmaster: fix OOB read in thrustmaster_interrupts + - ARM: boot: dts: bcm2711: Fix HVS register range + - clk: qcom: gdsc: Add support to update GDSC transition delay + - clk: qcom: dispcc: Update the transition delay for MDSS GDSC + - HID: vivaldi: fix sysfs attributes leak + - arm64: dts: armada-3720-turris-mox: Add missing ethernet0 alias + - tipc: fix kernel panic when enabling bearer + - vdpa/mlx5: add validation for VIRTIO_NET_CTRL_MQ_VQ_PAIRS_SET command + - vduse: Fix returning wrong type in vduse_domain_alloc_iova() + - net: phy: meson-gxl: fix interrupt handling in forced mode + - mISDN: Fix memory leak in dsp_pipeline_build() + - vhost: fix hung thread due to erroneous iotlb entries + - virtio-blk: Don't use MAX_DISCARD_SEGMENTS if max_discard_seg is zero + - vdpa: fix use-after-free on vp_vdpa_remove + - isdn: hfcpci: check the return value of dma_set_mask() in setup_hw() + - net: qlogic: check the return value of dma_alloc_coherent() in + qed_vf_hw_prepare() + - esp: Fix possible buffer overflow in ESP transformation + - esp: Fix BEET mode inter address family tunneling on GSO + - qed: return status of qed_iov_get_link + - smsc95xx: Ignore -ENODEV errors when device is unplugged + - gpiolib: acpi: Convert ACPI value of debounce to microseconds + - drm/sun4i: mixer: Fix P010 and P210 format numbers + - net: dsa: mt7530: fix incorrect test in mt753x_phylink_validate() + - ARM: dts: aspeed: Fix AST2600 quad spi group + - iavf: Fix handling of vlan strip virtual channel messages + - i40e: stop disabling VFs due to PF error responses + - ice: stop disabling VFs due to PF error responses + - ice: Fix error with handling of bonding MTU + - ice: Don't use GFP_KERNEL in atomic context + - ice: Fix curr_link_speed advertised speed + - ethernet: Fix error handling in xemaclite_of_probe + - tipc: fix incorrect order of state message data sanity check + - net: ethernet: ti: cpts: Handle error for clk_enable + - net: ethernet: lpc_eth: Handle error for clk_enable + - net: marvell: prestera: Add missing of_node_put() in + prestera_switch_set_base_mac_addr + - ax25: Fix NULL pointer dereference in ax25_kill_by_device + - net/mlx5: Fix size field in bufferx_reg struct + - net/mlx5: Fix a race on command flush flow + - net/mlx5e: Lag, Only handle events from highest priority multipath entry + - NFC: port100: fix use-after-free in port100_send_complete + - selftests: pmtu.sh: Kill tcpdump processes launched by subshell. + - selftests: pmtu.sh: Kill nettest processes launched in subshell. + - gpio: ts4900: Do not set DAT and OE together + - gianfar: ethtool: Fix refcount leak in gfar_get_ts_info + - net: phy: DP83822: clear MISR2 register to disable interrupts + - sctp: fix kernel-infoleak for SCTP sockets + - net: bcmgenet: Don't claim WOL when its not available + - net: phy: meson-gxl: improve link-up behavior + - selftests/bpf: Add test for bpf_timer overwriting crash + - swiotlb: fix info leak with DMA_FROM_DEVICE + - usb: dwc3: pci: add support for the Intel Raptor Lake-S + - pinctrl: tigerlake: Revert "Add Alder Lake-M ACPI ID" + - KVM: Fix lockdep false negative during host resume + - kvm: x86: Disable KVM_HC_CLOCK_PAIRING if tsc is in always catchup mode + - spi: rockchip: Fix error in getting num-cs property + - spi: rockchip: terminate dma transmission when slave abort + - drm/vc4: hdmi: Unregister codec device on unbind + - x86/kvm: Don't use pv tlb/ipi/sched_yield if on 1 vCPU + - net-sysfs: add check for netdevice being present to speed_show + - hwmon: (pmbus) Clear pmbus fault/warning bits after read + - PCI: Mark all AMD Navi10 and Navi14 GPU ATS as broken + - gpio: Return EPROBE_DEFER if gc->to_irq is NULL + - drm/amdgpu: bypass tiling flag check in virtual display case (v2) + - Revert "xen-netback: remove 'hotplug-status' once it has served its purpose" + - Revert "xen-netback: Check for hotplug-status existence before watching" + - ipv6: prevent a possible race condition with lifetimes + - tracing: Ensure trace buffer is at least 4096 bytes large + - tracing/osnoise: Make osnoise_main to sleep for microseconds + - selftest/vm: fix map_fixed_noreplace test failure + - selftests/memfd: clean up mapping in mfd_fail_write + - ARM: Spectre-BHB: provide empty stub for non-config + - fuse: fix fileattr op failure + - fuse: fix pipe buffer lifetime for direct_io + - staging: rtl8723bs: Fix access-point mode deadlock + - staging: gdm724x: fix use after free in gdm_lte_rx() + - net: macb: Fix lost RX packet wakeup race in NAPI receive + - riscv: alternative only works on !XIP_KERNEL + - mmc: meson: Fix usage of meson_mmc_post_req() + - riscv: Fix auipc+jalr relocation range checks + - tracing/osnoise: Force quiescent states while tracing + - arm64: dts: marvell: armada-37xx: Remap IO space to bus address 0x0 + - arm64: Ensure execute-only permissions are not allowed without EPAN + - arm64: kasan: fix include error in MTE functions + - swiotlb: rework "fix info leak with DMA_FROM_DEVICE" + - KVM: x86/mmu: kvm_faultin_pfn has to return false if pfh is returned + - virtio: unexport virtio_finalize_features + - virtio: acknowledge all features before access + - net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLE + - ARM: fix Thumb2 regression with Spectre BHB + - watch_queue: Fix filter limit check + - watch_queue, pipe: Free watchqueue state after clearing pipe ring + - watch_queue: Fix to release page in ->release() + - watch_queue: Fix to always request a pow-of-2 pipe ring size + - watch_queue: Fix the alloc bitmap size to reflect notes allocated + - watch_queue: Free the alloc bitmap when the watch_queue is torn down + - watch_queue: Fix lack of barrier/sync/lock between post and read + - watch_queue: Make comment about setting ->defunct more accurate + - x86/boot: Fix memremap of setup_indirect structures + - x86/boot: Add setup_indirect support in early_memremap_is_setup_data() + - x86/sgx: Free backing memory after faulting the enclave page + - x86/traps: Mark do_int3() NOKPROBE_SYMBOL + - drm/panel: Select DRM_DP_HELPER for DRM_PANEL_EDP + - btrfs: make send work with concurrent block group relocation + - drm/i915: Workaround broken BIOS DBUF configuration on TGL/RKL + - riscv: dts: k210: fix broken IRQs on hart1 + - block: drop unused includes in + - Revert "net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing + VLAN" + - vhost: allow batching hint without size + - Linux 5.15.29 + * Jammy update: v5.15.28 upstream stable release (LP: #1966055) + - slip: fix macro redefine warning + - ARM: fix co-processor register typo + - ARM: Do not use NOCROSSREFS directive with ld.lld + - arm64: Do not include __READ_ONCE() block in assembly files + - ARM: fix build warning in proc-v7-bugs.c + - xen/xenbus: don't let xenbus_grant_ring() remove grants in error case + - xen/grant-table: add gnttab_try_end_foreign_access() + - xen/blkfront: don't use gnttab_query_foreign_access() for mapped status + - xen/netfront: don't use gnttab_query_foreign_access() for mapped status + - xen/scsifront: don't use gnttab_query_foreign_access() for mapped status + - xen/gntalloc: don't use gnttab_query_foreign_access() + - xen: remove gnttab_query_foreign_access() + - xen/9p: use alloc/free_pages_exact() + - xen/pvcalls: use alloc/free_pages_exact() + - xen/gnttab: fix gnttab_end_foreign_access() without page specified + - xen/netfront: react properly to failing gnttab_end_foreign_access_ref() + - Revert "ACPI: PM: s2idle: Cancel wakeup before dispatching EC GPE" + - Linux 5.15.28 + * zfcpdump-kernel update to v5.15 (LP: #1965766) + - SAUCE: Audit: Fix incorrect static inline function declration. + * [22.04 FEAT] SMC-R v2 Support (LP: #1929035) + - net/smc: save stack space and allocate smc_init_info + - net/smc: prepare for SMC-Rv2 connection + - net/smc: add SMC-Rv2 connection establishment + - net/smc: add listen processing for SMC-Rv2 + - net/smc: add v2 format of CLC decline message + - net/smc: retrieve v2 gid from IB device + - net/smc: add v2 support to the work request layer + - net/smc: extend LLC layer for SMC-Rv2 + - net/smc: add netlink support for SMC-Rv2 + - net/smc: stop links when their GID is removed + - net/smc: fix kernel panic caused by race of smc_sock + - net/smc: Fix hung_task when removing SMC-R devices + * [22.04 FEAT] Transparent PCI device recovery (LP: #1959532) + - s390/pci: tolerate inconsistent handle in recover + - s390/pci: add simpler s390dbf traces for events + - s390/pci: refresh function handle in iomap + - s390/pci: implement reset_slot for hotplug slot + - PCI: Export pci_dev_lock() + - s390/pci: implement minimal PCI error recovery + * Mute/mic LEDs no function on some HP platfroms (LP: #1965080) + - ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP machines + * [22.04 FEAT] smc: Add User-defined EID (Enterprise ID) Support - kernel + (LP: #1929060) + - net/smc: add support for user defined EIDs + - net/smc: keep static copy of system EID + - net/smc: add generic netlink support for system EID + * Rotate to 2021v1 signing key (LP: #1964990) + - [Packaging] Rotate to 2021v1 signing key + * [22.04 FEAT] zcrypt DD: Exploitation Support of new IBM Z Crypto Hardware + (kernel part) (LP: #1959547) + - s390/zcrypt: rework of debug feature messages + - s390/ap/zcrypt: debug feature improvements + - s390/zcrypt: CEX8S exploitation support + - s390/zcrypt: handle checkstopped cards with new state + - s390/zcrypt: Support CPRB minor version T7 + - s390/zcrypt: change reply buffer size offering + - s390/zcrypt: Provide target domain for EP11 cprbs to scheduling function + - s390/airq: use DMA memory for summary indicators + * [22.04 FEAT] [VS2103] Set KVM_CAP_S390_MEM_OP_EXTENSION capability to 211 + (LP: #1963901) + - SAUCE: Set KVM_CAP_S390_MEM_OP_EXTENSION capability to 211 + * dependency on crda obsolete according to Debian (LP: #1958918) + - [Packaging] switch dependency from crda to wireless-regdb + * Cirrus audio support [1028:0BB5] & [1028:0BB6] (LP: #1964748) + - ALSA: hda/cs8409: Add new Warlock SKUs to patch_cs8409 + * Miscellaneous Ubuntu changes + - [Packaging] mark dkms-build-configure--zfs executable + - [Packaging] Fix bashism in dkms-build script + - [Packaging] Always catch errors in dkms-build scripts + - [Config] toolchain version update + * Miscellaneous upstream changes + - Ubuntu: remove leftover reference to ubuntu/hio driver + - Reverting commits 61005756c824 and cdb0f8e66513 due to a conflict with + LP#1929035. Re-pick them afterwards, which will establish the upstream + commit content and order again. + - Revert "UBUNTU: [Packaging] Rotate to 2021v1 signing key" + + -- Andrea Righi Thu, 31 Mar 2022 10:37:37 +0200 + +linux-lowlatency (5.15.0-23.23) jammy; urgency=medium + + * jammy/linux-lowlatency: 5.15.0-23.23 -proposed tracker (LP: #1964971) + + * Packaging resync (LP: #1786013) + - [Packaging] resync getabis + + [ Ubuntu: 5.15.0-23.23 ] + + * jammy/linux: 5.15.0-23.23 -proposed tracker (LP: #1964573) + * Packaging resync (LP: #1786013) + - [Packaging] resync dkms-build{,--nvidia-N} from LRMv5 + - debian/dkms-versions -- update from kernel-versions (main/master) + * [22.04 FEAT] KVM: Enable GISA support for Secure Execution guests + (LP: #1959977) + - KVM: s390: pv: make use of ultravisor AIV support + * intel_iommu breaks Intel IPU6 camera: isys port open ready failed -16 + (LP: #1958004) + - SAUCE: iommu: intel-ipu: use IOMMU passthrough mode for Intel IPUs + * CVE-2022-23960 + - ARM: report Spectre v2 status through sysfs + - ARM: early traps initialisation + - ARM: use LOADADDR() to get load address of sections + - ARM: Spectre-BHB workaround + - ARM: include unprivileged BPF status in Spectre V2 reporting + - arm64: Add Neoverse-N2, Cortex-A710 CPU part definition + - arm64: Add HWCAP for self-synchronising virtual counter + - arm64: Add Cortex-X2 CPU part definition + - arm64: add ID_AA64ISAR2_EL1 sys register + - arm64: cpufeature: add HWCAP for FEAT_AFP + - arm64: cpufeature: add HWCAP for FEAT_RPRES + - arm64: entry.S: Add ventry overflow sanity checks + - arm64: spectre: Rename spectre_v4_patch_fw_mitigation_conduit + - KVM: arm64: Allow indirect vectors to be used without SPECTRE_V3A + - arm64: entry: Make the trampoline cleanup optional + - arm64: entry: Free up another register on kpti's tramp_exit path + - arm64: entry: Move the trampoline data page before the text page + - arm64: entry: Allow tramp_alias to access symbols after the 4K boundary + - arm64: entry: Don't assume tramp_vectors is the start of the vectors + - arm64: entry: Move trampoline macros out of ifdef'd section + - arm64: entry: Make the kpti trampoline's kpti sequence optional + - arm64: entry: Allow the trampoline text to occupy multiple pages + - arm64: entry: Add non-kpti __bp_harden_el1_vectors for mitigations + - arm64: entry: Add vectors that have the bhb mitigation sequences + - arm64: entry: Add macro for reading symbol addresses from the trampoline + - arm64: Add percpu vectors for EL1 + - arm64: proton-pack: Report Spectre-BHB vulnerabilities as part of Spectre-v2 + - arm64: Mitigate spectre style branch history side channels + - KVM: arm64: Allow SMCCC_ARCH_WORKAROUND_3 to be discovered and migrated + - arm64: Use the clearbhb instruction in mitigations + - arm64: proton-pack: Include unprivileged eBPF status in Spectre v2 + mitigation reporting + - ARM: fix build error when BPF_SYSCALL is disabled + * CVE-2021-26401 + - x86/speculation: Use generic retpoline by default on AMD + - x86/speculation: Update link to AMD speculation whitepaper + - x86/speculation: Warn about Spectre v2 LFENCE mitigation + - x86/speculation: Warn about eIBRS + LFENCE + Unprivileged eBPF + SMT + * CVE-2022-0001 + - x86,bugs: Unconditionally allow spectre_v2=retpoline,amd + - x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCE + - x86/speculation: Add eIBRS + Retpoline options + - Documentation/hw-vuln: Update spectre doc + - x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation + reporting + * Jammy update: v5.15.27 upstream stable release (LP: #1964361) + - mac80211_hwsim: report NOACK frames in tx_status + - mac80211_hwsim: initialize ieee80211_tx_info at hw_scan_work + - i2c: bcm2835: Avoid clock stretching timeouts + - ASoC: rt5668: do not block workqueue if card is unbound + - ASoC: rt5682: do not block workqueue if card is unbound + - regulator: core: fix false positive in regulator_late_cleanup() + - Input: clear BTN_RIGHT/MIDDLE on buttonpads + - btrfs: get rid of warning on transaction commit when using flushoncommit + - KVM: arm64: vgic: Read HW interrupt pending state from the HW + - block: loop:use kstatfs.f_bsize of backing file to set discard granularity + - tipc: fix a bit overflow in tipc_crypto_key_rcv() + - cifs: do not use uninitialized data in the owner/group sid + - cifs: fix double free race when mount fails in cifs_get_root() + - cifs: modefromsids must add an ACE for authenticated users + - selftests/seccomp: Fix seccomp failure by adding missing headers + - drm/amd/pm: correct UMD pstate clocks for Dimgrey Cavefish and Beige Goby + - dmaengine: shdma: Fix runtime PM imbalance on error + - i2c: cadence: allow COMPILE_TEST + - i2c: imx: allow COMPILE_TEST + - i2c: qup: allow COMPILE_TEST + - net: usb: cdc_mbim: avoid altsetting toggling for Telit FN990 + - block-map: add __GFP_ZERO flag for alloc_page in function bio_copy_kern + - usb: gadget: don't release an existing dev->buf + - usb: gadget: clear related members when goto fail + - exfat: reuse exfat_inode_info variable instead of calling EXFAT_I() + - exfat: fix i_blocks for files truncated over 4 GiB + - tracing: Add test for user space strings when filtering on string pointers + - arm64: Mark start_backtrace() notrace and NOKPROBE_SYMBOL + - serial: stm32: prevent TDR register overwrite when sending x_char + - ext4: drop ineligible txn start stop APIs + - ext4: simplify updating of fast commit stats + - ext4: fast commit may not fallback for ineligible commit + - ext4: fast commit may miss file actions + - sched/fair: Fix fault in reweight_entity + - ata: pata_hpt37x: fix PCI clock detection + - drm/amdgpu: check vm ready by amdgpu_vm->evicting flag + - tracing: Add ustring operation to filtering string pointers + - ipv6: fix skb drops in igmp6_event_query() and igmp6_event_report() + - NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment() + - NFSD: Fix zero-length NFSv3 WRITEs + - io_uring: fix no lock protection for ctx->cq_extra + - tools/resolve_btf_ids: Close ELF file on error + - mtd: spi-nor: Fix mtd size for s3an flashes + - MIPS: fix local_{add,sub}_return on MIPS64 + - signal: In get_signal test for signal_group_exit every time through the loop + - PCI: mediatek-gen3: Disable DVFSRC voltage request + - PCI: rcar: Check if device is runtime suspended instead of + __clk_is_enabled() + - PCI: dwc: Do not remap invalid res + - PCI: aardvark: Fix checking for MEM resource type + - KVM: VMX: Don't unblock vCPU w/ Posted IRQ if IRQs are disabled in guest + - KVM: s390: Ensure kvm_arch_no_poll() is read once when blocking vCPU + - KVM: VMX: Read Posted Interrupt "control" exactly once per loop iteration + - KVM: X86: Ensure that dirty PDPTRs are loaded + - KVM: x86: Handle 32-bit wrap of EIP for EMULTYPE_SKIP with flat code seg + - KVM: x86: Exit to userspace if emulation prepared a completion callback + - i3c: fix incorrect address slot lookup on 64-bit + - i3c/master/mipi-i3c-hci: Fix a potentially infinite loop in + 'hci_dat_v1_get_index()' + - tracing: Do not let synth_events block other dyn_event systems during create + - Input: ti_am335x_tsc - set ADCREFM for X configuration + - Input: ti_am335x_tsc - fix STEPCONFIG setup for Z2 + - PCI: mvebu: Check for errors from pci_bridge_emul_init() call + - PCI: mvebu: Do not modify PCI IO type bits in conf_write + - PCI: mvebu: Fix support for bus mastering and PCI_COMMAND on emulated bridge + - PCI: mvebu: Fix configuring secondary bus of PCIe Root Port via emulated + bridge + - PCI: mvebu: Setup PCIe controller to Root Complex mode + - PCI: mvebu: Fix support for PCI_BRIDGE_CTL_BUS_RESET on emulated bridge + - PCI: mvebu: Fix support for PCI_EXP_DEVCTL on emulated bridge + - PCI: mvebu: Fix support for PCI_EXP_RTSTA on emulated bridge + - PCI: mvebu: Fix support for DEVCAP2, DEVCTL2 and LNKCTL2 registers on + emulated bridge + - NFSD: Fix verifier returned in stable WRITEs + - Revert "nfsd: skip some unnecessary stats in the v4 case" + - nfsd: fix crash on COPY_NOTIFY with special stateid + - x86/hyperv: Properly deal with empty cpumasks in hyperv_flush_tlb_multi() + - drm/i915: don't call free_mmap_offset when purging + - SUNRPC: Fix sockaddr handling in the svc_xprt_create_error trace point + - SUNRPC: Fix sockaddr handling in svcsock_accept_class trace points + - drm/sun4i: dw-hdmi: Fix missing put_device() call in sun8i_hdmi_phy_get + - drm/atomic: Check new_crtc_state->active to determine if CRTC needs disable + in self refresh mode + - ntb_hw_switchtec: Fix pff ioread to read into mmio_part_cfg_all + - ntb_hw_switchtec: Fix bug with more than 32 partitions + - drm/amdkfd: Check for null pointer after calling kmemdup + - drm/amdgpu: use spin_lock_irqsave to avoid deadlock by local interrupt + - i3c: master: dw: check return of dw_i3c_master_get_free_pos() + - dma-buf: cma_heap: Fix mutex locking section + - tracing/uprobes: Check the return value of kstrdup() for tu->filename + - tracing/probes: check the return value of kstrndup() for pbuf + - mm: defer kmemleak object creation of module_alloc() + - kasan: fix quarantine conflicting with init_on_free + - selftests/vm: make charge_reserved_hugetlb.sh work with existing cgroup + setting + - hugetlbfs: fix off-by-one error in hugetlb_vmdelete_list() + - drm/amdgpu/display: Only set vblank_disable_immediate when PSR is not + enabled + - drm/amdgpu: filter out radeon PCI device IDs + - drm/amdgpu: filter out radeon secondary ids as well + - drm/amd/display: Use adjusted DCN301 watermarks + - drm/amd/display: move FPU associated DSC code to DML folder + - ethtool: Fix link extended state for big endian + - octeontx2-af: Optimize KPU1 processing for variable-length headers + - octeontx2-af: Reset PTP config in FLR handler + - octeontx2-af: cn10k: RPM hardware timestamp configuration + - octeontx2-af: cn10k: Use appropriate register for LMAC enable + - octeontx2-af: Adjust LA pointer for cpt parse header + - octeontx2-af: Add KPU changes to parse NGIO as separate layer + - net/mlx5e: IPsec: Refactor checksum code in tx data path + - net/mlx5e: IPsec: Fix crypto offload for non TCP/UDP encapsulated traffic + - bpf: Use u64_stats_t in struct bpf_prog_stats + - bpf: Fix possible race in inc_misses_counter + - drm/amd/display: Update watermark values for DCN301 + - drm: mxsfb: Set fallback bus format when the bridge doesn't provide one + - drm: mxsfb: Fix NULL pointer dereference + - riscv/mm: Add XIP_FIXUP for phys_ram_base + - drm/i915/display: split out dpt out of intel_display.c + - drm/i915/display: Move DRRS code its own file + - drm/i915: Disable DRRS on IVB/HSW port != A + - gve: Recording rx queue before sending to napi + - net: dsa: ocelot: seville: utilize of_mdiobus_register + - net: dsa: seville: register the mdiobus under devres + - ibmvnic: don't release napi in __ibmvnic_open() + - of: net: move of_net under net/ + - net: ethernet: litex: Add the dependency on HAS_IOMEM + - drm/mediatek: mtk_dsi: Reset the dsi0 hardware + - cifs: protect session channel fields with chan_lock + - cifs: fix confusing unneeded warning message on smb2.1 and earlier + - drm/amd/display: Fix stream->link_enc unassigned during stream removal + - bnxt_en: Fix occasional ethtool -t loopback test failures + - drm/amd/display: For vblank_disable_immediate, check PSR is really used + - PCI: mvebu: Fix device enumeration regression + - net: of: fix stub of_net helpers for CONFIG_NET=n + - ALSA: intel_hdmi: Fix reference to PCM buffer address + - ucounts: Fix systemd LimitNPROC with private users regression + - riscv/efi_stub: Fix get_boot_hartid_from_fdt() return value + - riscv: Fix config KASAN && SPARSEMEM && !SPARSE_VMEMMAP + - riscv: Fix config KASAN && DEBUG_VIRTUAL + - iwlwifi: mvm: check debugfs_dir ptr before use + - ASoC: ops: Shift tested values in snd_soc_put_volsw() by +min + - iommu/vt-d: Fix double list_add when enabling VMD in scalable mode + - iommu/amd: Recover from event log overflow + - drm/i915: s/JSP2/ICP2/ PCH + - drm/amd/display: Reduce dmesg error to a debug print + - xen/netfront: destroy queues before real_num_tx_queues is zeroed + - thermal: core: Fix TZ_GET_TRIP NULL pointer dereference + - mac80211: fix EAPoL rekey fail in 802.3 rx path + - blktrace: fix use after free for struct blk_trace + - ntb: intel: fix port config status offset for SPR + - mm: Consider __GFP_NOWARN flag for oversized kvmalloc() calls + - xfrm: fix MTU regression + - netfilter: fix use-after-free in __nf_register_net_hook() + - bpf, sockmap: Do not ignore orig_len parameter + - xfrm: fix the if_id check in changelink + - xfrm: enforce validity of offload input flags + - e1000e: Correct NVM checksum verification flow + - net: fix up skbs delta_truesize in UDP GRO frag_list + - netfilter: nf_queue: don't assume sk is full socket + - netfilter: nf_queue: fix possible use-after-free + - netfilter: nf_queue: handle socket prefetch + - batman-adv: Request iflink once in batadv-on-batadv check + - batman-adv: Request iflink once in batadv_get_real_netdevice + - batman-adv: Don't expect inter-netns unique iflink indices + - net: ipv6: ensure we call ipv6_mc_down() at most once + - net: dcb: flush lingering app table entries for unregistered devices + - net: ipa: add an interconnect dependency + - net/smc: fix connection leak + - net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by client + - net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error cause by server + - btrfs: fix ENOSPC failure when attempting direct IO write into NOCOW range + - mac80211: fix forwarded mesh frames AC & queue selection + - net: stmmac: fix return value of __setup handler + - mac80211: treat some SAE auth steps as final + - iavf: Fix missing check for running netdev + - net: sxgbe: fix return value of __setup handler + - ibmvnic: register netdev after init of adapter + - net: arcnet: com20020: Fix null-ptr-deref in com20020pci_probe() + - ixgbe: xsk: change !netif_carrier_ok() handling in ixgbe_xmit_zc() + - iavf: Fix deadlock in iavf_reset_task + - efivars: Respect "block" flag in efivar_entry_set_safe() + - auxdisplay: lcd2s: Fix lcd2s_redefine_char() feature + - firmware: arm_scmi: Remove space in MODULE_ALIAS name + - ASoC: cs4265: Fix the duplicated control name + - auxdisplay: lcd2s: Fix memory leak in ->remove() + - auxdisplay: lcd2s: Use proper API to free the instance of charlcd object + - can: gs_usb: change active_channels's type from atomic_t to u8 + - iommu/tegra-smmu: Fix missing put_device() call in tegra_smmu_find + - arm64: dts: rockchip: Switch RK3399-Gru DP to SPDIF output + - igc: igc_read_phy_reg_gpy: drop premature return + - ARM: Fix kgdb breakpoint for Thumb2 + - mips: setup: fix setnocoherentio() boolean setting + - ARM: 9182/1: mmu: fix returns from early_param() and __setup() functions + - mptcp: Correctly set DATA_FIN timeout when number of retransmits is large + - selftests: mlxsw: tc_police_scale: Make test more robust + - pinctrl: sunxi: Use unique lockdep classes for IRQs + - igc: igc_write_phy_reg_gpy: drop premature return + - ibmvnic: free reset-work-item when flushing + - memfd: fix F_SEAL_WRITE after shmem huge page allocated + - s390/extable: fix exception table sorting + - sched: Fix yet more sched_fork() races + - arm64: dts: juno: Remove GICv2m dma-range + - iommu/amd: Fix I/O page table memory leak + - MIPS: ralink: mt7621: do memory detection on KSEG1 + - ARM: dts: switch timer config to common devkit8000 devicetree + - ARM: dts: Use 32KiHz oscillator on devkit8000 + - soc: fsl: guts: Revert commit 3c0d64e867ed + - soc: fsl: guts: Add a missing memory allocation failure check + - soc: fsl: qe: Check of ioremap return value + - netfilter: nf_tables: prefer kfree_rcu(ptr, rcu) variant + - ARM: tegra: Move panels to AUX bus + - can: etas_es58x: change opened_channel_cnt's type from atomic_t to u8 + - net: stmmac: enhance XDP ZC driver level switching performance + - net: stmmac: only enable DMA interrupts when ready + - ibmvnic: initialize rc before completing wait + - ibmvnic: define flush_reset_queue helper + - ibmvnic: complete init_done on transport events + - net: chelsio: cxgb3: check the return value of pci_find_capability() + - net: sparx5: Fix add vlan when invalid operation + - iavf: Refactor iavf state machine tracking + - iavf: Add __IAVF_INIT_FAILED state + - iavf: Combine init and watchdog state machines + - iavf: Add trace while removing device + - iavf: Rework mutexes for better synchronisation + - iavf: Add helper function to go from pci_dev to adapter + - iavf: Fix kernel BUG in free_msi_irqs + - iavf: Add waiting so the port is initialized in remove + - iavf: Fix init state closure on remove + - iavf: Fix locking for VIRTCHNL_OP_GET_OFFLOAD_VLAN_V2_CAPS + - iavf: Fix race in init state + - iavf: Fix __IAVF_RESETTING state usage + - drm/i915/guc/slpc: Correct the param count for unset param + - drm/bridge: ti-sn65dsi86: Properly undo autosuspend + - e1000e: Fix possible HW unit hang after an s0ix exit + - MIPS: ralink: mt7621: use bitwise NOT instead of logical + - nl80211: Handle nla_memdup failures in handle_nan_filter + - drm/amdgpu: fix suspend/resume hang regression + - net: dcb: disable softirqs in dcbnl_flush_dev() + - selftests: mlxsw: resource_scale: Fix return value + - net: stmmac: perserve TX and RX coalesce value during XDP setup + - iavf: do not override the adapter state in the watchdog task (again) + - iavf: missing unlocks in iavf_watchdog_task() + - MAINTAINERS: adjust file entry for of_net.c after movement + - Input: elan_i2c - move regulator_[en|dis]able() out of + elan_[en|dis]able_power() + - Input: elan_i2c - fix regulator enable count imbalance after suspend/resume + - Input: samsung-keypad - properly state IOMEM dependency + - HID: add mapping for KEY_DICTATE + - HID: add mapping for KEY_ALL_APPLICATIONS + - tracing/histogram: Fix sorting on old "cpu" value + - tracing: Fix return value of __setup handlers + - btrfs: fix lost prealloc extents beyond eof after full fsync + - btrfs: fix relocation crash due to premature return from + btrfs_commit_transaction() + - btrfs: do not WARN_ON() if we have PageError set + - btrfs: qgroup: fix deadlock between rescan worker and remove qgroup + - btrfs: add missing run of delayed items after unlink during log replay + - btrfs: do not start relocation until in progress drops are done + - Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6" + - proc: fix documentation and description of pagemap + - KVM: x86/mmu: Passing up the error state of mmu_alloc_shadow_roots() + - hamradio: fix macro redefine warning + - Linux 5.15.27 + - [Config] updateconfigs + * devices on thunderbolt dock are not recognized on adl-p platform + (LP: #1955016) + - thunderbolt: Tear down existing tunnels when resuming from hibernate + - thunderbolt: Runtime resume USB4 port when retimers are scanned + - thunderbolt: Do not allow subtracting more NFC credits than configured + - thunderbolt: Do not program path HopIDs for USB4 routers + - thunderbolt: Add debug logging of DisplayPort resource allocation + * MT7921[14c3:7961] ASPM is disabled and it affects power consumption + (LP: #1955882) + - mt76: mt7921: enable aspm by default + * Add proper runtime PM support to Realtek PCIe cardreader (LP: #1963615) + - mmc: rtsx: Use pm_runtime_{get, put}() to handle runtime PM + - misc: rtsx: Rework runtime power management flow + - misc: rtsx: Cleanup power management ops + - misc: rtsx: Quiesce rts5249 on system suspend + - mmc: rtsx: Let MMC core handle runtime PM + - misc: rtsx: conditionally build rtsx_pm_power_saving() + - misc: rtsx: rts522a rts5228 rts5261 support Runtime PM + - mmc: rtsx: Fix build errors/warnings for unused variable + - mmc: rtsx: add 74 Clocks in power on flow + * [22.04 FEAT] In-kernel crypto: SIMD implementation of chacha20 + (LP: #1853152) + - s390/crypto: add SIMD implementation for ChaCha20 + - s390/crypto: fix compile error for ChaCha20 module + * Add ConnectX7 support and bug fixes to Jammy (LP: #1962185) + - IB/mlx5: Expose NDR speed through MAD + * INVALID or PRIVATE BUG (LP: #1959890) + - [Config] Deactivate CONFIG_QETH_OSX kernel config option + * Move virtual graphics drivers from linux-modules-extra to linux-modules + (LP: #1960633) + - [Packaging] Move VM DRM drivers into modules + * Not able to enter s2idle state on AMD platforms (LP: #1961121) + - HID: amd_sfh: Handle amd_sfh work buffer in PM ops + - HID: amd_sfh: Disable the interrupt for all command + - HID: amd_sfh: Add functionality to clear interrupts + - HID: amd_sfh: Add interrupt handler to process interrupts + * INVALID or PRIVATE BUG (LP: #1960580) + - s390/kexec_file: move kernel image size check + - s390: support command lines longer than 896 bytes + * [UBUNTU 20.04] kernel: Add support for CPU-MF counter second version 7 + (LP: #1960182) + - s390/cpumf: Support for CPU Measurement Facility CSVN 7 + - s390/cpumf: Support for CPU Measurement Sampling Facility LS bit + * [SRU]PCI: vmd: Do not disable MSI-X remapping if interrupt remapping is + enabled by IOMMU (LP: #1937295) + - PCI: vmd: Do not disable MSI-X remapping if interrupt remapping is enabled + by IOMMU + * Jammy update: v5.15.26 upstream stable release (LP: #1963891) + - mm/filemap: Fix handling of THPs in generic_file_buffered_read() + - cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplug + - cgroup-v1: Correct privileges check in release_agent writes + - x86/ptrace: Fix xfpregs_set()'s incorrect xmm clearing + - btrfs: tree-checker: check item_size for inode_item + - btrfs: tree-checker: check item_size for dev_item + - clk: jz4725b: fix mmc0 clock gating + - io_uring: don't convert to jiffies for waiting on timeouts + - io_uring: disallow modification of rsrc_data during quiesce + - selinux: fix misuse of mutex_is_locked() + - vhost/vsock: don't check owner in vhost_vsock_stop() while releasing + - parisc/unaligned: Fix fldd and fstd unaligned handlers on 32-bit kernel + - parisc/unaligned: Fix ldw() and stw() unalignment handlers + - KVM: x86/mmu: make apf token non-zero to fix bug + - drm/amd/display: Protect update_bw_bounding_box FPU code. + - drm/amd/pm: fix some OEM SKU specific stability issues + - drm/amd: Check if ASPM is enabled from PCIe subsystem + - drm/amdgpu: disable MMHUB PG for Picasso + - drm/amdgpu: do not enable asic reset for raven2 + - drm/i915: Widen the QGV point mask + - drm/i915: Correctly populate use_sagv_wm for all pipes + - drm/i915: Fix bw atomic check when switching between SAGV vs. no SAGV + - sr9700: sanity check for packet length + - USB: zaurus: support another broken Zaurus + - CDC-NCM: avoid overflow in sanity checking + - netfilter: xt_socket: fix a typo in socket_mt_destroy() + - netfilter: xt_socket: missing ifdef CONFIG_IP6_NF_IPTABLES dependency + - tee: export teedev_open() and teedev_close_context() + - optee: use driver internal tee_context for some rpc + - ping: remove pr_err from ping_lookup + - Revert "i40e: Fix reset bw limit when DCB enabled with 1 TC" + - gpu: host1x: Always return syncpoint value when waiting + - perf evlist: Fix failed to use cpu list for uncore events + - perf data: Fix double free in perf_session__delete() + - mptcp: fix race in incoming ADD_ADDR option processing + - mptcp: add mibs counter for ignored incoming options + - selftests: mptcp: fix diag instability + - selftests: mptcp: be more conservative with cookie MPJ limits + - bnx2x: fix driver load from initrd + - bnxt_en: Fix active FEC reporting to ethtool + - bnxt_en: Fix offline ethtool selftest with RDMA enabled + - bnxt_en: Fix incorrect multicast rx mask setting when not requested + - hwmon: Handle failure to register sensor with thermal zone correctly + - net/mlx5: Fix tc max supported prio for nic mode + - ice: check the return of ice_ptp_gettimex64 + - ice: initialize local variable 'tlv' + - net/mlx5: Update the list of the PCI supported devices + - bpf: Fix crash due to incorrect copy_map_value + - bpf: Do not try bpf_msg_push_data with len 0 + - selftests: bpf: Check bpf_msg_push_data return value + - bpf: Fix a bpf_timer initialization issue + - bpf: Add schedule points in batch ops + - io_uring: add a schedule point in io_add_buffers() + - net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friends + - nvme: also mark passthrough-only namespaces ready in nvme_update_ns_info + - tipc: Fix end of loop tests for list_for_each_entry() + - gso: do not skip outer ip header in case of ipip and net_failover + - net: mv643xx_eth: process retval from of_get_mac_address + - openvswitch: Fix setting ipv6 fields causing hw csum failure + - drm/edid: Always set RGB444 + - net/mlx5e: Fix wrong return value on ioctl EEPROM query failure + - drm/vc4: crtc: Fix runtime_pm reference counting + - drm/i915/dg2: Print PHY name properly on calibration error + - net/sched: act_ct: Fix flow table lookup after ct clear or switching zones + - net: ll_temac: check the return value of devm_kmalloc() + - net: Force inlining of checksum functions in net/checksum.h + - netfilter: nf_tables: unregister flowtable hooks on netns exit + - nfp: flower: Fix a potential leak in nfp_tunnel_add_shared_mac() + - net: mdio-ipq4019: add delay after clock enable + - netfilter: nf_tables: fix memory leak during stateful obj update + - net/smc: Use a mutex for locking "struct smc_pnettable" + - surface: surface3_power: Fix battery readings on batteries without a serial + number + - udp_tunnel: Fix end of loop test in udp_tunnel_nic_unregister() + - net/mlx5: DR, Cache STE shadow memory + - ibmvnic: schedule failover only if vioctl fails + - net/mlx5: DR, Don't allow match on IP w/o matching on full + ethertype/ip_version + - net/mlx5: Fix possible deadlock on rule deletion + - net/mlx5: Fix wrong limitation of metadata match on ecpf + - net/mlx5: DR, Fix the threshold that defines when pool sync is initiated + - net/mlx5e: MPLSoUDP decap, fix check for unsupported matches + - net/mlx5e: kTLS, Use CHECKSUM_UNNECESSARY for device-offloaded packets + - net/mlx5: Update log_max_qp value to be 17 at most + - spi: spi-zynq-qspi: Fix a NULL pointer dereference in + zynq_qspi_exec_mem_op() + - gpio: rockchip: Reset int_bothedge when changing trigger + - regmap-irq: Update interrupt clear register for proper reset + - net-timestamp: convert sk->sk_tskey to atomic_t + - RDMA/rtrs-clt: Fix possible double free in error case + - RDMA/rtrs-clt: Move free_permit from free_clt to rtrs_clt_close + - bnxt_en: Increase firmware message response DMA wait time + - configfs: fix a race in configfs_{,un}register_subsystem() + - RDMA/ib_srp: Fix a deadlock + - tracing: Dump stacktrace trigger to the corresponding instance + - tracing: Have traceon and traceoff trigger honor the instance + - iio:imu:adis16480: fix buffering for devices with no burst mode + - iio: adc: men_z188_adc: Fix a resource leak in an error handling path + - iio: adc: tsc2046: fix memory corruption by preventing array overflow + - iio: adc: ad7124: fix mask used for setting AIN_BUFP & AIN_BUFM bits + - iio: accel: fxls8962af: add padding to regmap for SPI + - iio: imu: st_lsm6dsx: wait for settling time in st_lsm6dsx_read_oneshot + - iio: Fix error handling for PM + - sc16is7xx: Fix for incorrect data being transmitted + - ata: pata_hpt37x: disable primary channel on HPT371 + - Revert "USB: serial: ch341: add new Product ID for CH341A" + - usb: gadget: rndis: add spinlock for rndis response list + - USB: gadget: validate endpoint index for xilinx udc + - tracefs: Set the group ownership in apply_options() not parse_options() + - USB: serial: option: add support for DW5829e + - USB: serial: option: add Telit LE910R1 compositions + - usb: dwc2: drd: fix soft connect when gadget is unconfigured + - usb: dwc3: pci: Add "snps,dis_u2_susphy_quirk" for Intel Bay Trail + - usb: dwc3: pci: Fix Bay Trail phy GPIO mappings + - usb: dwc3: gadget: Let the interrupt handler disable bottom halves. + - xhci: re-initialize the HC during resume if HCE was set + - xhci: Prevent futile URB re-submissions due to incorrect return value. + - nvmem: core: Fix a conflict between MTD and NVMEM on wp-gpios property + - mtd: core: Fix a conflict between MTD and NVMEM on wp-gpios property + - driver core: Free DMA range map when device is released + - btrfs: prevent copying too big compressed lzo segment + - RDMA/cma: Do not change route.addr.src_addr outside state checks + - thermal: int340x: fix memory leak in int3400_notify() + - staging: fbtft: fb_st7789v: reset display before initialization + - tps6598x: clear int mask on probe failure + - IB/qib: Fix duplicate sysfs directory name + - riscv: fix nommu_k210_sdcard_defconfig + - riscv: fix oops caused by irqsoff latency tracer + - tty: n_gsm: fix encoding of control signal octet bit DV + - tty: n_gsm: fix proper link termination after failed open + - tty: n_gsm: fix NULL pointer access due to DLCI release + - tty: n_gsm: fix wrong tty control line for flow control + - tty: n_gsm: fix wrong modem processing in convergence layer type 2 + - tty: n_gsm: fix deadlock in gsmtty_open() + - pinctrl: fix loop in k210_pinconf_get_drive() + - pinctrl: k210: Fix bias-pull-up + - gpio: tegra186: Fix chip_data type confusion + - memblock: use kfree() to release kmalloced memblock regions + - ice: Fix race conditions between virtchnl handling and VF ndo ops + - ice: fix concurrent reset and removal of VFs + - Linux 5.15.26 + * Jammy update: v5.15.25 upstream stable release (LP: #1963890) + - drm/nouveau/pmu/gm200-: use alternate falcon reset sequence + - fs/proc: task_mmu.c: don't read mapcount for migration entry + - btrfs: zoned: cache reported zone during mount + - HID:Add support for UGTABLET WP5540 + - Revert "svm: Add warning message for AVIC IPI invalid target" + - parisc: Show error if wrong 32/64-bit compiler is being used + - serial: parisc: GSC: fix build when IOSAPIC is not set + - parisc: Drop __init from map_pages declaration + - parisc: Fix data TLB miss in sba_unmap_sg + - parisc: Fix sglist access in ccio-dma.c + - mmc: block: fix read single on recovery logic + - mm: don't try to NUMA-migrate COW pages that have other uses + - HID: amd_sfh: Add illuminance mask to limit ALS max value + - HID: i2c-hid: goodix: Fix a lockdep splat + - HID: amd_sfh: Increase sensor command timeout + - HID: amd_sfh: Correct the structure field name + - PCI: hv: Fix NUMA node assignment when kernel boots with custom NUMA + topology + - parisc: Add ioread64_lo_hi() and iowrite64_lo_hi() + - btrfs: send: in case of IO error log it + - platform/x86: touchscreen_dmi: Add info for the RWC NANOTE P8 AY07J 2-in-1 + - platform/x86: ISST: Fix possible circular locking dependency detected + - kunit: tool: Import missing importlib.abc + - selftests: rtc: Increase test timeout so that all tests run + - kselftest: signal all child processes + - net: ieee802154: at86rf230: Stop leaking skb's + - selftests/zram: Skip max_comp_streams interface on newer kernel + - selftests/zram01.sh: Fix compression ratio calculation + - selftests/zram: Adapt the situation that /dev/zram0 is being used + - selftests: openat2: Print also errno in failure messages + - selftests: openat2: Add missing dependency in Makefile + - selftests: openat2: Skip testcases that fail with EOPNOTSUPP + - selftests: skip mincore.check_file_mmap when fs lacks needed support + - ax25: improve the incomplete fix to avoid UAF and NPD bugs + - pinctrl: bcm63xx: fix unmet dependency on REGMAP for GPIO_REGMAP + - vfs: make freeze_super abort when sync_filesystem returns error + - quota: make dquot_quota_sync return errors from ->sync_fs + - scsi: pm80xx: Fix double completion for SATA devices + - kselftest: Fix vdso_test_abi return status + - scsi: core: Reallocate device's budget map on queue depth change + - scsi: pm8001: Fix use-after-free for aborted TMF sas_task + - scsi: pm8001: Fix use-after-free for aborted SSP/STP sas_task + - drm/amd: Warn users about potential s0ix problems + - nvme: fix a possible use-after-free in controller reset during load + - nvme-tcp: fix possible use-after-free in transport error_recovery work + - nvme-rdma: fix possible use-after-free in transport error_recovery work + - net: sparx5: do not refer to skb after passing it on + - drm/amd: add support to check whether the system is set to s3 + - drm/amd: Only run s3 or s0ix if system is configured properly + - drm/amdgpu: fix logic inversion in check + - x86/Xen: streamline (and fix) PV CPU enumeration + - Revert "module, async: async_synchronize_full() on module init iff async is + used" + - gcc-plugins/stackleak: Use noinstr in favor of notrace + - random: wake up /dev/random writers after zap + - KVM: x86/xen: Fix runstate updates to be atomic when preempting vCPU + - KVM: x86: nSVM/nVMX: set nested_run_pending on VM entry which is a result of + RSM + - KVM: x86: SVM: don't passthrough SMAP/SMEP/PKE bits in !NPT && !gCR0.PG case + - KVM: x86: nSVM: fix potential NULL derefernce on nested migration + - KVM: x86: nSVM: mark vmcb01 as dirty when restoring SMM saved state + - iwlwifi: fix use-after-free + - drm/radeon: Fix backlight control on iMac 12,1 + - drm/atomic: Don't pollute crtc_state->mode_blob with error pointers + - drm/amd/pm: correct the sequence of sending gpu reset msg + - drm/amdgpu: skipping SDMA hw_init and hw_fini for S0ix. + - drm/i915/opregion: check port number bounds for SWSCI display power state + - drm/i915: Fix dbuf slice config lookup + - drm/i915: Fix mbus join config lookup + - vsock: remove vsock from connected table when connect is interrupted by a + signal + - drm/cma-helper: Set VM_DONTEXPAND for mmap + - drm/i915/gvt: Make DRM_I915_GVT depend on X86 + - drm/i915/ttm: tweak priority hint selection + - iwlwifi: pcie: fix locking when "HW not ready" + - iwlwifi: pcie: gen2: fix locking when "HW not ready" + - iwlwifi: mvm: don't send SAR GEO command for 3160 devices + - selftests: netfilter: fix exit value for nft_concat_range + - netfilter: nft_synproxy: unregister hooks on init error path + - selftests: netfilter: disable rp_filter on router + - ipv4: fix data races in fib_alias_hw_flags_set + - ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rt + - ipv6: mcast: use rcu-safe version of ipv6_get_lladdr() + - ipv6: per-netns exclusive flowlabel checks + - Revert "net: ethernet: bgmac: Use devm_platform_ioremap_resource_byname" + - mac80211: mlme: check for null after calling kmemdup + - brcmfmac: firmware: Fix crash in brcm_alt_fw_path + - cfg80211: fix race in netlink owner interface destruction + - net: dsa: lan9303: fix reset on probe + - net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing VLAN + - net: dsa: lantiq_gswip: fix use after free in gswip_remove() + - net: dsa: lan9303: handle hwaccel VLAN tags + - net: dsa: lan9303: add VLAN IDs to master device + - net: ieee802154: ca8210: Fix lifs/sifs periods + - ping: fix the dif and sdif check in ping_lookup + - bonding: force carrier update when releasing slave + - drop_monitor: fix data-race in dropmon_net_event / trace_napi_poll_hit + - net_sched: add __rcu annotation to netdev->qdisc + - bonding: fix data-races around agg_select_timer + - libsubcmd: Fix use-after-free for realloc(..., 0) + - net/smc: Avoid overwriting the copies of clcsock callback functions + - net: phy: mediatek: remove PHY mode check on MT7531 + - atl1c: fix tx timeout after link flap on Mikrotik 10/25G NIC + - tipc: fix wrong publisher node address in link publications + - dpaa2-switch: fix default return of dpaa2_switch_flower_parse_mirror_key + - dpaa2-eth: Initialize mutex used in one step timestamping path + - net: bridge: multicast: notify switchdev driver whenever MC processing gets + disabled + - perf bpf: Defer freeing string after possible strlen() on it + - selftests/exec: Add non-regular to TEST_GEN_PROGS + - arm64: Correct wrong label in macro __init_el2_gicv3 + - ALSA: usb-audio: revert to IMPLICIT_FB_FIXED_DEV for M-Audio FastTrack Ultra + - ALSA: hda/realtek: Add quirk for Legion Y9000X 2019 + - ALSA: hda/realtek: Fix deadlock by COEF mutex + - ALSA: hda: Fix regression on forced probe mask option + - ALSA: hda: Fix missing codec probe on Shenker Dock 15 + - ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw() + - ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw_range() + - ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw_sx() + - ASoC: ops: Fix stereo change notifications in snd_soc_put_xr_sx() + - cifs: fix set of group SID via NTSD xattrs + - powerpc/603: Fix boot failure with DEBUG_PAGEALLOC and KFENCE + - powerpc/lib/sstep: fix 'ptesync' build error + - mtd: rawnand: gpmi: don't leak PM reference in error path + - smb3: fix snapshot mount option + - tipc: fix wrong notification node addresses + - scsi: ufs: Remove dead code + - scsi: ufs: Fix a deadlock in the error handler + - ASoC: tas2770: Insert post reset delay + - ASoC: qcom: Actually clear DMA interrupt register for HDMI + - block/wbt: fix negative inflight counter when remove scsi device + - NFS: Remove an incorrect revalidation in nfs4_update_changeattr_locked() + - NFS: LOOKUP_DIRECTORY is also ok with symlinks + - NFS: Do not report writeback errors in nfs_getattr() + - tty: n_tty: do not look ahead for EOL character past the end of the buffer + - block: fix surprise removal for drivers calling blk_set_queue_dying + - mtd: rawnand: qcom: Fix clock sequencing in qcom_nandc_probe() + - mtd: parsers: qcom: Fix kernel panic on skipped partition + - mtd: parsers: qcom: Fix missing free for pparts in cleanup + - mtd: phram: Prevent divide by zero bug in phram_setup() + - mtd: rawnand: brcmnand: Fixed incorrect sub-page ECC status + - HID: elo: fix memory leak in elo_probe + - mtd: rawnand: ingenic: Fix missing put_device in ingenic_ecc_get + - Drivers: hv: vmbus: Fix memory leak in vmbus_add_channel_kobj + - KVM: x86/pmu: Refactoring find_arch_event() to pmc_perf_hw_id() + - KVM: x86/pmu: Don't truncate the PerfEvtSeln MSR when creating a perf event + - KVM: x86/pmu: Use AMD64_RAW_EVENT_MASK for PERF_TYPE_RAW + - ARM: OMAP2+: hwmod: Add of_node_put() before break + - ARM: OMAP2+: adjust the location of put_device() call in omapdss_init_of + - phy: usb: Leave some clocks running during suspend + - staging: vc04_services: Fix RCU dereference check + - phy: phy-mtk-tphy: Fix duplicated argument in phy-mtk-tphy + - irqchip/sifive-plic: Add missing thead,c900-plic match string + - x86/bug: Merge annotate_reachable() into _BUG_FLAGS() asm + - netfilter: conntrack: don't refresh sctp entries in closed state + - ksmbd: fix same UniqueId for dot and dotdot entries + - ksmbd: don't align last entry offset in smb2 query directory + - arm64: dts: meson-gx: add ATF BL32 reserved-memory region + - arm64: dts: meson-g12: add ATF BL32 reserved-memory region + - arm64: dts: meson-g12: drop BL32 region from SEI510/SEI610 + - pidfd: fix test failure due to stack overflow on some arches + - selftests: fixup build warnings in pidfd / clone3 tests + - mm: io_uring: allow oom-killer from io_uring_setup + - kconfig: let 'shell' return enough output for deep path names + - ata: libata-core: Disable TRIM on M88V29 + - soc: aspeed: lpc-ctrl: Block error printing on probe defer cases + - xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_create + - drm/rockchip: dw_hdmi: Do not leave clock enabled in error case + - tracing: Fix tp_printk option related with tp_printk_stop_on_boot + - display/amd: decrease message verbosity about watermarks table failure + - drm/amd/display: Cap pflip irqs per max otg number + - drm/amd/display: fix yellow carp wm clamping + - net: usb: qmi_wwan: Add support for Dell DW5829e + - net: macb: Align the dma and coherent dma masks + - kconfig: fix failing to generate auto.conf + - scsi: lpfc: Fix pt2pt NVMe PRLI reject LOGO loop + - EDAC: Fix calculation of returned address and next offset in + edac_align_ptr() + - ucounts: Handle wrapping in is_ucounts_overlimit + - ucounts: In set_cred_ucounts assume new->ucounts is non-NULL + - ucounts: Base set_cred_ucounts changes on the real user + - ucounts: Enforce RLIMIT_NPROC not RLIMIT_NPROC+1 + - lib/iov_iter: initialize "flags" in new pipe_buffer + - rlimit: Fix RLIMIT_NPROC enforcement failure caused by capability calls in + set_user + - ucounts: Move RLIMIT_NPROC handling after set_user + - net: sched: limit TC_ACT_REPEAT loops + - dmaengine: sh: rcar-dmac: Check for error num after setting mask + - dmaengine: stm32-dmamux: Fix PM disable depth imbalance in + stm32_dmamux_probe + - dmaengine: sh: rcar-dmac: Check for error num after dma_set_max_seg_size + - tests: fix idmapped mount_setattr test + - i2c: qcom-cci: don't delete an unregistered adapter + - i2c: qcom-cci: don't put a device tree node before i2c_add_adapter() + - dmaengine: ptdma: Fix the error handling path in pt_core_init() + - copy_process(): Move fd_install() out of sighand->siglock critical section + - scsi: qedi: Fix ABBA deadlock in qedi_process_tmf_resp() and + qedi_process_cmd_cleanup_resp() + - ice: enable parsing IPSEC SPI headers for RSS + - i2c: brcmstb: fix support for DSL and CM variants + - lockdep: Correct lock_classes index mapping + - Linux 5.15.25 + * Jammy update: v5.15.24 upstream stable release (LP: #1963889) + - integrity: check the return value of audit_log_start() + - ima: fix reference leak in asymmetric_verify() + - ima: Remove ima_policy file before directory + - ima: Allow template selection with ima_template[_fmt]= after ima_hash= + - ima: Do not print policy rule with inactive LSM labels + - mmc: sdhci-of-esdhc: Check for error num after setting mask + - mmc: core: Wait for command setting 'Power Off Notification' bit to complete + - can: isotp: fix potential CAN frame reception race in isotp_rcv() + - can: isotp: fix error path in isotp_sendmsg() to unlock wait queue + - net: phy: marvell: Fix RGMII Tx/Rx delays setting in 88e1121-compatible PHYs + - net: phy: marvell: Fix MDI-x polarity setting in 88e1118-compatible PHYs + - NFS: Fix initialisation of nfs_client cl_flags field + - NFSD: Fix NFSv3 SETATTR/CREATE's handling of large file sizes + - NFSD: Fix ia_size underflow + - NFSD: Clamp WRITE offsets + - NFSD: Fix offset type in I/O trace points + - NFSD: Fix the behavior of READ near OFFSET_MAX + - thermal/drivers/int340x: Improve the tcc offset saving for suspend/resume + - thermal/drivers/int340x: processor_thermal: Suppot 64 bit RFIM responses + - thermal: int340x: Limit Kconfig to 64-bit + - thermal/drivers/int340x: Fix RFIM mailbox write commands + - tracing: Propagate is_signed to expression + - NFS: change nfs_access_get_cached to only report the mask + - NFSv4 only print the label when its queried + - nfs: nfs4clinet: check the return value of kstrdup() + - NFSv4.1: Fix uninitialised variable in devicenotify + - NFSv4 remove zero number of fs_locations entries error check + - NFSv4 store server support for fs_location attribute + - NFSv4.1 query for fs_location attr on a new file system + - NFSv4 expose nfs_parse_server_name function + - NFSv4 handle port presence in fs_location server string + - SUNRPC allow for unspecified transport time in rpc_clnt_add_xprt + - net/sunrpc: fix reference count leaks in rpc_sysfs_xprt_state_change + - sunrpc: Fix potential race conditions in rpc_sysfs_xprt_state_change() + - irqchip/realtek-rtl: Service all pending interrupts + - perf/x86/rapl: fix AMD event handling + - x86/perf: Avoid warning for Arch LBR without XSAVE + - sched: Avoid double preemption in __cond_resched_*lock*() + - drm/vc4: Fix deadlock on DSI device attach error + - drm: panel-orientation-quirks: Add quirk for the 1Netbook OneXPlayer + - net: sched: Clarify error message when qdisc kind is unknown + - powerpc/fixmap: Fix VM debug warning on unmap + - scsi: target: iscsi: Make sure the np under each tpg is unique + - scsi: ufs: ufshcd-pltfrm: Check the return value of devm_kstrdup() + - scsi: qedf: Add stag_work to all the vports + - scsi: qedf: Fix refcount issue when LOGO is received during TMF + - scsi: qedf: Change context reset messages to ratelimited + - scsi: pm8001: Fix bogus FW crash for maxcpus=1 + - scsi: ufs: Use generic error code in ufshcd_set_dev_pwr_mode() + - scsi: ufs: Treat link loss as fatal error + - scsi: myrs: Fix crash in error case + - net: stmmac: reduce unnecessary wakeups from eee sw timer + - PM: hibernate: Remove register_nosave_region_late() + - drm/amd/display: Correct MPC split policy for DCN301 + - usb: dwc2: gadget: don't try to disable ep0 in dwc2_hsotg_suspend + - perf: Always wake the parent event + - nvme-pci: add the IGNORE_DEV_SUBNQN quirk for Intel P4500/P4600 SSDs + - MIPS: Fix build error due to PTR used in more places + - net: stmmac: dwmac-sun8i: use return val of readl_poll_timeout() + - KVM: eventfd: Fix false positive RCU usage warning + - KVM: nVMX: eVMCS: Filter out VM_EXIT_SAVE_VMX_PREEMPTION_TIMER + - KVM: nVMX: Also filter MSR_IA32_VMX_TRUE_PINBASED_CTLS when eVMCS + - KVM: SVM: Don't kill SEV guest if SMAP erratum triggers in usermode + - KVM: VMX: Set vmcs.PENDING_DBG.BS on #DB in STI/MOVSS blocking shadow + - KVM: x86: Report deprecated x87 features in supported CPUID + - riscv: fix build with binutils 2.38 + - riscv: cpu-hotplug: clear cpu from numa map when teardown + - riscv: eliminate unreliable __builtin_frame_address(1) + - gfs2: Fix gfs2_release for non-writers regression + - ARM: dts: imx23-evk: Remove MX23_PAD_SSP1_DETECT from hog group + - ARM: dts: Fix boot regression on Skomer + - ARM: socfpga: fix missing RESET_CONTROLLER + - nvme-tcp: fix bogus request completion when failing to send AER + - ACPI/IORT: Check node revision for PMCG resources + - PM: s2idle: ACPI: Fix wakeup interrupts handling + - drm/amdgpu/display: change pipe policy for DCN 2.0 + - drm/rockchip: vop: Correct RK3399 VOP register fields + - drm/i915: Allow !join_mbus cases for adlp+ dbuf configuration + - drm/i915: Populate pipe dbuf slices more accurately during readout + - ARM: dts: Fix timer regression for beagleboard revision c + - ARM: dts: meson: Fix the UART compatible strings + - ARM: dts: meson8: Fix the UART device-tree schema validation + - ARM: dts: meson8b: Fix the UART device-tree schema validation + - phy: broadcom: Kconfig: Fix PHY_BRCM_USB config option + - staging: fbtft: Fix error path in fbtft_driver_module_init() + - ARM: dts: imx6qdl-udoo: Properly describe the SD card detect + - phy: xilinx: zynqmp: Fix bus width setting for SGMII + - phy: stm32: fix a refcount leak in stm32_usbphyc_pll_enable() + - ARM: dts: imx7ulp: Fix 'assigned-clocks-parents' typo + - arm64: dts: imx8mq: fix mipi_csi bidirectional port numbers + - usb: f_fs: Fix use-after-free for epfile + - phy: dphy: Correct clk_pre parameter + - gpio: aggregator: Fix calling into sleeping GPIO controllers + - NFS: Don't overfill uncached readdir pages + - NFS: Don't skip directory entries when doing uncached readdir + - drm/vc4: hdmi: Allow DBLCLK modes even if horz timing is odd. + - misc: fastrpc: avoid double fput() on failed usercopy + - net: sparx5: Fix get_stat64 crash in tcpdump + - netfilter: ctnetlink: disable helper autoassign + - arm64: dts: meson-g12b-odroid-n2: fix typo 'dio2133' + - arm64: dts: meson-sm1-odroid: use correct enable-gpio pin for tf-io + regulator + - arm64: dts: meson-sm1-bananapi-m5: fix wrong GPIO domain for GPIOE_2 + - arm64: dts: meson-sm1-odroid: fix boot loop after reboot + - ixgbevf: Require large buffers for build_skb on 82599VF + - drm/panel: simple: Assign data from panel_dpi_probe() correctly + - ACPI: PM: s2idle: Cancel wakeup before dispatching EC GPE + - gpiolib: Never return internal error codes to user space + - gpio: sifive: use the correct register to read output values + - fbcon: Avoid 'cap' set but not used warning + - bonding: pair enable_port with slave_arr_updates + - net: dsa: mv88e6xxx: don't use devres for mdiobus + - net: dsa: ar9331: register the mdiobus under devres + - net: dsa: bcm_sf2: don't use devres for mdiobus + - net: dsa: felix: don't use devres for mdiobus + - net: dsa: mt7530: fix kernel bug in mdiobus_free() when unbinding + - net: dsa: lantiq_gswip: don't use devres for mdiobus + - ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure path + - nfp: flower: fix ida_idx not being released + - net: do not keep the dst cache when uncloning an skb dst and its metadata + - net: fix a memleak when uncloning an skb dst and its metadata + - veth: fix races around rq->rx_notify_masked + - net: mdio: aspeed: Add missing MODULE_DEVICE_TABLE + - tipc: rate limit warning for received illegal binding update + - net: amd-xgbe: disable interrupts during pci removal + - drm/amd/pm: fix hwmon node of power1_label create issue + - mptcp: netlink: process IPv6 addrs in creating listening sockets + - dpaa2-eth: unregister the netdev before disconnecting from the PHY + - ice: fix an error code in ice_cfg_phy_fec() + - ice: fix IPIP and SIT TSO offload + - ice: Fix KASAN error in LAG NETDEV_UNREGISTER handler + - ice: Avoid RTNL lock when re-creating auxiliary device + - net: mscc: ocelot: fix mutex lock error during ethtool stats read + - net: dsa: mv88e6xxx: fix use-after-free in mv88e6xxx_mdios_unregister + - vt_ioctl: fix array_index_nospec in vt_setactivate + - vt_ioctl: add array_index_nospec to VT_ACTIVATE + - n_tty: wake up poll(POLLRDNORM) on receiving data + - eeprom: ee1004: limit i2c reads to I2C_SMBUS_BLOCK_MAX + - usb: dwc2: drd: fix soft connect when gadget is unconfigured + - Revert "usb: dwc2: drd: fix soft connect when gadget is unconfigured" + - net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixup + - usb: ulpi: Move of_node_put to ulpi_dev_release + - usb: ulpi: Call of_node_put correctly + - usb: dwc3: gadget: Prevent core from processing stale TRBs + - usb: gadget: udc: renesas_usb3: Fix host to USB_ROLE_NONE transition + - USB: gadget: validate interface OS descriptor requests + - usb: gadget: rndis: check size of RNDIS_MSG_SET command + - usb: gadget: f_uac2: Define specific wTerminalType + - usb: raw-gadget: fix handling of dual-direction-capable endpoints + - USB: serial: ftdi_sio: add support for Brainboxes US-159/235/320 + - USB: serial: option: add ZTE MF286D modem + - USB: serial: ch341: add support for GW Instek USB2.0-Serial devices + - USB: serial: cp210x: add NCR Retail IO box id + - USB: serial: cp210x: add CPI Bulk Coin Recycler id + - speakup-dectlk: Restore pitch setting + - phy: ti: Fix missing sentinel for clk_div_table + - iio: buffer: Fix file related error handling in IIO_BUFFER_GET_FD_IOCTL + - mm: memcg: synchronize objcg lists with a dedicated spinlock + - seccomp: Invalidate seccomp mode to catch death failures + - signal: HANDLER_EXIT should clear SIGNAL_UNKILLABLE + - s390/cio: verify the driver availability for path_event call + - bus: mhi: pci_generic: Add mru_default for Foxconn SDX55 + - bus: mhi: pci_generic: Add mru_default for Cinterion MV31-W + - hwmon: (dell-smm) Speed up setting of fan speed + - x86/sgx: Silence softlockup detection when releasing large enclaves + - Makefile.extrawarn: Move -Wunaligned-access to W=1 + - scsi: lpfc: Remove NVMe support if kernel has NVME_FC disabled + - scsi: lpfc: Reduce log messages seen after firmware download + - MIPS: octeon: Fix missed PTR->PTR_WD conversion + - arm64: dts: imx8mq: fix lcdif port node + - perf: Fix list corruption in perf_cgroup_switch() + - iommu: Fix potential use-after-free during probe + - Linux 5.15.24 + * Jammy update: v5.15.23 upstream stable release (LP: #1963888) + - moxart: fix potential use-after-free on remove path + - arm64: Add Cortex-A510 CPU part definition + - ksmbd: fix SMB 3.11 posix extension mount failure + - crypto: api - Move cryptomgr soft dependency into algapi + - Linux 5.15.23 + * [22.04 FEAT] KVM: Enable storage key checking for intercepted instruction + handled by userspace (LP: #1933179) + - KVM: s390: gaccess: Refactor gpa and length calculation + - KVM: s390: gaccess: Refactor access address range check + - KVM: s390: gaccess: Cleanup access to guest pages + - s390/uaccess: introduce bit field for OAC specifier + - s390/uaccess: fix compile error + - s390/uaccess: Add copy_from/to_user_key functions + - KVM: s390: Honor storage keys when accessing guest memory + - KVM: s390: handle_tprot: Honor storage keys + - KVM: s390: selftests: Test TEST PROTECTION emulation + - KVM: s390: Add optional storage key checking to MEMOP IOCTL + - KVM: s390: Add vm IOCTL for key checked guest absolute memory access + - KVM: s390: Rename existing vcpu memop functions + - KVM: s390: Add capability for storage key extension of MEM_OP IOCTL + - KVM: s390: Update api documentation for memop ioctl + - KVM: s390: Clarify key argument for MEM_OP in api docs + - KVM: s390: Add missing vm MEM_OP size check + * CVE-2022-25636 + - netfilter: nf_tables_offload: incorrect flow offload action array size + * ubuntu_kernel_selftests / ftrace:ftracetest do_softirq failure on Jammy + realtime (LP: #1959610) + - selftests/ftrace: Do not trace do_softirq because of PREEMPT_RT + * CVE-2022-0435 + - tipc: improve size validations for received domain records + * CVE-2022-0516 + - KVM: s390: Return error on SIDA memop on normal guest + * EDAC update for AMD Genoa support in 22.04 (LP: #1960362) + - EDAC: Add RDDR5 and LRDDR5 memory types + - EDAC/amd64: Add support for AMD Family 19h Models 10h-1Fh and A0h-AFh + * hwmon: k10temp updates for AMD Genoa in 22.04 (LP: #1960361) + - x86/amd_nb: Add AMD Family 19h Models (10h-1Fh) and (A0h-AFh) PCI IDs + - hwmon: (k10temp) Remove unused definitions + - hwmon: (k10temp) Support up to 12 CCDs on AMD Family of processors + - hwmon: (k10temp) Add support for AMD Family 19h Models 10h-1Fh and A0h-AFh + * [SRU][I/J/OEM-5.13/OEM-5.14] Add basic support of MT7922 (LP: #1958151) + - mt76: mt7921: Add mt7922 support + - mt76: mt7921: add support for PCIe ID 0x0608/0x0616 + - mt76: mt7921: introduce 160 MHz channel bandwidth support + * Use EC GPE for s2idle wakeup on AMD platforms (LP: #1960771) + - ACPI: PM: Revert "Only mark EC GPE for wakeup on Intel systems" + * Update Broadcom Emulex FC HBA lpfc driver to 14.0.0.4 for Ubuntu 22.04 + (LP: #1956982) + - scsi: lpfc: Change return code on I/Os received during link bounce + - scsi: lpfc: Fix NPIV port deletion crash + - scsi: lpfc: Adjust CMF total bytes and rxmonitor + - scsi: lpfc: Cap CMF read bytes to MBPI + - scsi: lpfc: Add additional debugfs support for CMF + - scsi: lpfc: Update lpfc version to 14.0.0.4 + * Forward-port drm/i915 commits from oem-5.14 for Alder Lake S & P + (LP: #1960298) + - drm/i915/dmc: Update to DMC v2.12 + - drm/i915/adlp/tc: Fix PHY connected check for Thunderbolt mode + - drm/i915/tc: Remove waiting for PHY complete during releasing ownership + - drm/i915/tc: Check for DP-alt, legacy sinks before taking PHY ownership + - drm/i915/tc: Add/use helpers to retrieve TypeC port properties + - drm/i915/tc: Don't keep legacy TypeC ports in connected state w/o a sink + - drm/i915/tc: Add a mode for the TypeC PHY's disconnected state + - drm/i915/tc: Refactor TC-cold block/unblock helpers + - drm/i915/tc: Avoid using legacy AUX PW in TBT mode + - drm/i915/icl/tc: Remove the ICL special casing during TC-cold blocking + - drm/i915/tc: Fix TypeC PHY connect/disconnect logic on ADL-P + - drm/i915/tc: Drop extra TC cold blocking from intel_tc_port_connected() + - drm/i915/tc: Fix system hang on ADL-P during TypeC PHY disconnect + - drm/i915/display/adlp: Disable underrun recovery + - drm/i915/adl_s: Remove require_force_probe protection + - drm/i915/adlp: Remove require_force_probe protection + * INVALID or PRIVATE BUG (LP: #1959735) + - KVM: s390: Simplify SIGP Set Arch handling + - KVM: s390: Add a routine for setting userspace CPU state + * Include the QCA WCN 6856 v2.1 support (LP: #1954938) + - SAUCE: ath11k: shrink TCSR read mask for WCN6855 hw2.1 + * Jammy update: v5.15.22 upstream stable release (LP: #1960516) + - drm/i915: Disable DSB usage for now + - selinux: fix double free of cond_list on error paths + - audit: improve audit queue handling when "audit=1" on cmdline + - ipc/sem: do not sleep with a spin lock held + - spi: stm32-qspi: Update spi registering + - ASoC: hdmi-codec: Fix OOB memory accesses + - ASoC: ops: Reject out of bounds values in snd_soc_put_volsw() + - ASoC: ops: Reject out of bounds values in snd_soc_put_volsw_sx() + - ASoC: ops: Reject out of bounds values in snd_soc_put_xr_sx() + - ALSA: usb-audio: Correct quirk for VF0770 + - ALSA: hda: Fix UAF of leds class devs at unbinding + - ALSA: hda: realtek: Fix race at concurrent COEF updates + - ALSA: hda/realtek: Add quirk for ASUS GU603 + - ALSA: hda/realtek: Add missing fixup-model entry for Gigabyte X570 ALC1220 + quirks + - ALSA: hda/realtek: Fix silent output on Gigabyte X570S Aorus Master (newer + chipset) + - ALSA: hda/realtek: Fix silent output on Gigabyte X570 Aorus Xtreme after + reboot from Windows + - btrfs: don't start transaction for scrub if the fs is mounted read-only + - btrfs: fix deadlock between quota disable and qgroup rescan worker + - btrfs: fix use-after-free after failure to create a snapshot + - Revert "fs/9p: search open fids first" + - drm/nouveau: fix off by one in BIOS boundary checking + - drm/i915/adlp: Fix TypeC PHY-ready status readout + - drm/amd/pm: correct the MGpuFanBoost support for Beige Goby + - drm/amd/display: watermark latencies is not enough on DCN31 + - drm/amd/display: Force link_rate as LINK_RATE_RBR2 for 2018 15" Apple Retina + panels + - nvme-fabrics: fix state check in nvmf_ctlr_matches_baseopts() + - mm/debug_vm_pgtable: remove pte entry from the page table + - mm/pgtable: define pte_index so that preprocessor could recognize it + - mm/kmemleak: avoid scanning potential huge holes + - block: bio-integrity: Advance seed correctly for larger interval sizes + - dma-buf: heaps: Fix potential spectre v1 gadget + - IB/hfi1: Fix AIP early init panic + - Revert "fbcon: Disable accelerated scrolling" + - fbcon: Add option to enable legacy hardware acceleration + - mptcp: fix msk traversal in mptcp_nl_cmd_set_flags() + - Revert "ASoC: mediatek: Check for error clk pointer" + - KVM: arm64: Avoid consuming a stale esr value when SError occur + - KVM: arm64: Stop handle_exit() from handling HVC twice when an SError occurs + - RDMA/cma: Use correct address when leaving multicast group + - RDMA/ucma: Protect mc during concurrent multicast leaves + - RDMA/siw: Fix refcounting leak in siw_create_qp() + - IB/rdmavt: Validate remote_addr during loopback atomic tests + - RDMA/siw: Fix broken RDMA Read Fence/Resume logic. + - RDMA/mlx4: Don't continue event handler after memory allocation failure + - ALSA: usb-audio: initialize variables that could ignore errors + - ALSA: hda: Fix signedness of sscanf() arguments + - ALSA: hda: Skip codec shutdown in case the codec is not registered + - iommu/vt-d: Fix potential memory leak in intel_setup_irq_remapping() + - iommu/amd: Fix loop timeout issue in iommu_ga_log_enable() + - spi: bcm-qspi: check for valid cs before applying chip select + - spi: mediatek: Avoid NULL pointer crash in interrupt + - spi: meson-spicc: add IRQ check in meson_spicc_probe + - spi: uniphier: fix reference count leak in uniphier_spi_probe() + - IB/hfi1: Fix tstats alloc and dealloc + - IB/cm: Release previously acquired reference counter in the cm_id_priv + - net: ieee802154: hwsim: Ensure proper channel selection at probe time + - net: ieee802154: mcr20a: Fix lifs/sifs periods + - net: ieee802154: ca8210: Stop leaking skb's + - netfilter: nft_reject_bridge: Fix for missing reply from prerouting + - net: ieee802154: Return meaningful error codes from the netlink helpers + - net/smc: Forward wakeup to smc socket waitqueue after fallback + - net: stmmac: dwmac-visconti: No change to ETHER_CLOCK_SEL for unexpected + speed request. + - net: stmmac: properly handle with runtime pm in stmmac_dvr_remove() + - net: macsec: Fix offload support for NETDEV_UNREGISTER event + - net: macsec: Verify that send_sci is on when setting Tx sci explicitly + - net: stmmac: dump gmac4 DMA registers correctly + - net: stmmac: ensure PTP time register reads are consistent + - drm/kmb: Fix for build errors with Warray-bounds + - drm/i915/overlay: Prevent divide by zero bugs in scaling + - drm/amd: avoid suspend on dGPUs w/ s2idle support when runtime PM enabled + - ASoC: fsl: Add missing error handling in pcm030_fabric_probe + - ASoC: xilinx: xlnx_formatter_pcm: Make buffer bytes multiple of period bytes + - ASoC: simple-card: fix probe failure on platform component + - ASoC: cpcap: Check for NULL pointer after calling of_get_child_by_name + - ASoC: max9759: fix underflow in speaker_gain_control_put() + - ASoC: codecs: wcd938x: fix incorrect used of portid + - ASoC: codecs: lpass-rx-macro: fix sidetone register offsets + - ASoC: codecs: wcd938x: fix return value of mixer put function + - pinctrl: sunxi: Fix H616 I2S3 pin data + - pinctrl: intel: Fix a glitch when updating IRQ flags on a preconfigured line + - pinctrl: intel: fix unexpected interrupt + - pinctrl: bcm2835: Fix a few error paths + - scsi: bnx2fc: Make bnx2fc_recv_frame() mp safe + - nfsd: nfsd4_setclientid_confirm mistakenly expires confirmed client. + - gve: fix the wrong AdminQ buffer queue index check + - bpf: Use VM_MAP instead of VM_ALLOC for ringbuf + - selftests/exec: Remove pipe from TEST_GEN_FILES + - selftests: futex: Use variable MAKE instead of make + - tools/resolve_btfids: Do not print any commands when building silently + - e1000e: Separate ADP board type from TGP + - rtc: cmos: Evaluate century appropriate + - kvm: add guest_state_{enter,exit}_irqoff() + - kvm/arm64: rework guest entry logic + - perf: Copy perf_event_attr::sig_data on modification + - perf stat: Fix display of grouped aliased events + - perf/x86/intel/pt: Fix crash with stop filters in single-range mode + - x86/perf: Default set FREEZE_ON_SMI for all + - EDAC/altera: Fix deferred probing + - EDAC/xgene: Fix deferred probing + - ext4: prevent used blocks from being allocated during fast commit replay + - ext4: modify the logic of ext4_mb_new_blocks_simple + - ext4: fix error handling in ext4_restore_inline_data() + - ext4: fix error handling in ext4_fc_record_modified_inode() + - ext4: fix incorrect type issue during replay_del_range + - net: dsa: mt7530: make NET_DSA_MT7530 select MEDIATEK_GE_PHY + - cgroup/cpuset: Fix "suspicious RCU usage" lockdep warning + - tools include UAPI: Sync sound/asound.h copy with the kernel sources + - gpio: idt3243x: Fix an ignored error return from platform_get_irq() + - gpio: mpc8xxx: Fix an ignored error return from platform_get_irq() + - selftests: nft_concat_range: add test for reload with no element add/del + - selftests: netfilter: check stateless nat udp checksum fixup + - Linux 5.15.22 + - [Config] disable FRAMEBUFFER_CONSOLE_LEGACY_ACCELERATION + * Jammy update: v5.15.21 upstream stable release (LP: #1960515) + - Revert "drm/vc4: hdmi: Make sure the device is powered with CEC" + - Revert "drm/vc4: hdmi: Make sure the device is powered with CEC" again + - Linux 5.15.21 + * Jammy update: v5.15.20 upstream stable release (LP: #1960509) + - Revert "UBUNTU: SAUCE: Revert "e1000e: Add handshake with the CSME to + support S0ix"" + - Revert "UBUNTU: SAUCE: Revert "e1000e: Add polling mechanism to indicate + CSME DPG exit"" + - Revert "UBUNTU: SAUCE: Revert "e1000e: Additional PHY power saving in S0ix"" + - PCI: pciehp: Fix infinite loop in IRQ handler upon power fault + - selftests: mptcp: fix ipv6 routing setup + - net: ipa: use a bitmap for endpoint replenish_enabled + - net: ipa: prevent concurrent replenish + - drm/vc4: hdmi: Make sure the device is powered with CEC + - cgroup-v1: Require capabilities to set release_agent + - Revert "mm/gup: small refactoring: simplify try_grab_page()" + - ovl: don't fail copy up if no fileattr support on upper + - lockd: fix server crash on reboot of client holding lock + - lockd: fix failure to cleanup client locks + - net/mlx5e: IPsec: Fix tunnel mode crypto offload for non TCP/UDP traffic + - net/mlx5: Bridge, take rtnl lock in init error handler + - net/mlx5: Bridge, ensure dev_name is null-terminated + - net/mlx5e: Fix handling of wrong devices during bond netevent + - net/mlx5: Use del_timer_sync in fw reset flow of halting poll + - net/mlx5e: Fix module EEPROM query + - net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLE + - net/mlx5e: Don't treat small ceil values as unlimited in HTB offload + - net/mlx5: Bridge, Fix devlink deadlock on net namespace deletion + - net/mlx5: E-Switch, Fix uninitialized variable modact + - ipheth: fix EOVERFLOW in ipheth_rcvbulk_callback + - i40e: Fix reset bw limit when DCB enabled with 1 TC + - i40e: Fix reset path while removing the driver + - net: amd-xgbe: ensure to reset the tx_timer_active flag + - net: amd-xgbe: Fix skb data length underflow + - fanotify: Fix stale file descriptor in copy_event_to_user() + - net: sched: fix use-after-free in tc_new_tfilter() + - rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink() + - cpuset: Fix the bug that subpart_cpus updated wrongly in update_cpumask() + - e1000e: Handshake with CSME starts from ADL platforms + - af_packet: fix data-race in packet_setsockopt / packet_setsockopt + - tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data() + - ovl: fix NULL pointer dereference in copy up warning + - Linux 5.15.20 + * Miscellaneous Ubuntu changes + - [Packaging] use default zstd compression + - [Packaging] do not use compression for image packages + - [Packaging] use xz compression for ddebs + - [Config] upgrade debug symbols from DWARF4 to DWARF5 + - SAUCE: Makefile: Remove inclusion of lbm header files + - SAUCE: Makefile: Fix compiler warnings + - SAUCE: AUFS + - SAUCE: aufs: switch to 64-bit ino_t for s390x + - [Config] set AUFS as disabled + - SAUCE: mt76: mt7921e: fix possible probe failure after reboot + - Remove ubuntu/hio driver + - SAUCE: ima_policy: fix test for empty rule set + - SAUCE: sfc: The size of the RX recycle ring should be more flexible + - [Config] MITIGATE_SPECTRE_BRANCH_HISTORY=y && HARDEN_BRANCH_HISTORY=y + * Miscellaneous upstream changes + - kbuild: Unify options for BTF generation for vmlinux and modules + - MAINTAINERS: Add scripts/pahole-flags.sh to BPF section + - kbuild: Add CONFIG_PAHOLE_VERSION + - scripts/pahole-flags.sh: Use pahole-version.sh + - lib/Kconfig.debug: Use CONFIG_PAHOLE_VERSION + - lib/Kconfig.debug: Allow BTF + DWARF5 with pahole 1.21+ + - x86/sched: Decrease further the priorities of SMT siblings + - sched/topology: Introduce sched_group::flags + - sched/fair: Optimize checking for group_asym_packing + - sched/fair: Provide update_sg_lb_stats() with sched domain statistics + - sched/fair: Carve out logic to mark a group for asymmetric packing + - sched/fair: Consider SMT in ASYM_PACKING load balance + - Revert "UBUNTU: [Config] x86-64: SYSFB_SIMPLEFB=y" + + -- Andrea Righi Tue, 15 Mar 2022 17:05:53 +0100 + +linux-lowlatency (5.15.0-22.22) jammy; urgency=medium + + * jammy/linux-lowlatency: 5.15.0-22.22 -proposed tracker (LP: #1960305) + + * Packaging resync (LP: #1786013) + - [Packaging] resync getabis + - [Packaging] update Ubuntu.md + - [Packaging] update variants + - [Packaging] update Ubuntu.md + - [Packaging] update helper scripts + + * Miscellaneous Ubuntu changes + - [Packaging] import update.conf + - [packaging] remove foreign arches from control.stub.in + - [packaging] don't build source package + + -- Paolo Pisati Tue, 08 Feb 2022 15:59:44 +0100 + +linux-lowlatency (5.15.0-21.21) jammy; urgency=medium + + * jammy/linux: 5.15.0-21.21 -proposed tracker (LP: #1960211) + + * jammy/linux-lowlatency: 5.15.0-21.21 -proposed tracker (LP: #1960234) + + * Packaging resync (LP: #1786013) + - [Packaging] resync getabis + - [Packaging] update Ubuntu.md + - [Packaging] update variants + - [Packaging] update Ubuntu.md + + * Miscellaneous Ubuntu changes + - [packaging] unhook lowlatency flavours from the build + - Ubuntu-5.15.0-21.21 + - [Packaging] jammy/linux-lowlatency packaging import (derived from + jammy/linux) + - [Packaging] import update.conf + - [Packaging] debian: lowlatency is a suffixless backport, call it + backport_light + - [packaging] remove foreign arches from control.stub.in + - [packaging] don't build source package + + -- Paolo Pisati Mon, 07 Feb 2022 15:16:35 +0100 + +linux-lowlatency (5.15.0-20.20) jammy; urgency=medium + + * jammy/linux: 5.15.0-20.20 -proposed tracker (LP: #1959881) + + * Jammy update: v5.15.19 upstream stable release (LP: #1959879) + - can: m_can: m_can_fifo_{read,write}: don't read or write from/to FIFO if + length is 0 + - net: sfp: ignore disabled SFP node + - net: stmmac: configure PTP clock source prior to PTP initialization + - net: stmmac: skip only stmmac_ptp_register when resume from suspend + - ARM: 9179/1: uaccess: avoid alignment faults in + copy_[from|to]_kernel_nofault + - ARM: 9180/1: Thumb2: align ALT_UP() sections in modules sufficiently + - KVM: arm64: Use shadow SPSR_EL1 when injecting exceptions on !VHE + - s390/hypfs: include z/VM guests with access control group set + - s390/nmi: handle guarded storage validity failures for KVM guests + - s390/nmi: handle vector validity failures for KVM guests + - bpf: Guard against accessing NULL pt_regs in bpf_get_task_stack() + - powerpc32/bpf: Fix codegen for bpf-to-bpf calls + - powerpc/bpf: Update ldimm64 instructions during extra pass + - scsi: zfcp: Fix failed recovery on gone remote port with non-NPIV FCP + devices + - udf: Restore i_lenAlloc when inode expansion fails + - udf: Fix NULL ptr deref when converting from inline format + - efi: runtime: avoid EFIv2 runtime services on Apple x86 machines + - PM: wakeup: simplify the output logic of pm_show_wakelocks() + - tracing/histogram: Fix a potential memory leak for kstrdup() + - tracing: Don't inc err_log entry count if entry allocation fails + - ceph: properly put ceph_string reference after async create attempt + - ceph: set pool_ns in new inode layout for async creates + - fsnotify: fix fsnotify hooks in pseudo filesystems + - Revert "KVM: SVM: avoid infinite loop on NPF from bad address" + - psi: Fix uaf issue when psi trigger is destroyed while being polled + - powerpc/audit: Fix syscall_get_arch() + - perf/x86/intel/uncore: Fix CAS_COUNT_WRITE issue for ICX + - perf/x86/intel: Add a quirk for the calculation of the number of counters on + Alder Lake + - drm/etnaviv: relax submit size limits + - drm/atomic: Add the crtc to affected crtc only if uapi.enable = true + - drm/amd/display: Fix FP start/end for dcn30_internal_validate_bw. + - KVM: LAPIC: Also cancel preemption timer during SET_LAPIC + - KVM: SVM: Never reject emulation due to SMAP errata for !SEV guests + - KVM: SVM: Don't intercept #GP for SEV guests + - KVM: x86: nSVM: skip eax alignment check for non-SVM instructions + - KVM: x86: Forcibly leave nested virt when SMM state is toggled + - KVM: x86: Keep MSR_IA32_XSS unchanged for INIT + - KVM: x86: Update vCPU's runtime CPUID on write to MSR_IA32_XSS + - KVM: x86: Sync the states size with the XCR0/IA32_XSS at, any time + - KVM: PPC: Book3S HV Nested: Fix nested HFSCR being clobbered with multiple + vCPUs + - dm: revert partial fix for redundant bio-based IO accounting + - block: add bio_start_io_acct_time() to control start_time + - dm: properly fix redundant bio-based IO accounting + - serial: pl011: Fix incorrect rs485 RTS polarity on set_mctrl + - serial: 8250: of: Fix mapped region size when using reg-offset property + - serial: stm32: fix software flow control transfer + - tty: n_gsm: fix SW flow control encoding/handling + - tty: Partially revert the removal of the Cyclades public API + - tty: Add support for Brainboxes UC cards. + - kbuild: remove include/linux/cyclades.h from header file check + - usb-storage: Add unusual-devs entry for VL817 USB-SATA bridge + - usb: xhci-plat: fix crash when suspend if remote wake enable + - usb: common: ulpi: Fix crash in ulpi_match() + - usb: gadget: f_sourcesink: Fix isoc transfer for USB_SPEED_SUPER_PLUS + - usb: cdnsp: Fix segmentation fault in cdns_lost_power function + - usb: dwc3: xilinx: Skip resets and USB3 register settings for USB2.0 mode + - usb: dwc3: xilinx: Fix error handling when getting USB3 PHY + - USB: core: Fix hang in usb_kill_urb by adding memory barriers + - usb: typec: tcpci: don't touch CC line if it's Vconn source + - usb: typec: tcpm: Do not disconnect while receiving VBUS off + - usb: typec: tcpm: Do not disconnect when receiving VSAFE0V + - ucsi_ccg: Check DEV_INT bit only when starting CCG4 + - mm, kasan: use compare-exchange operation to set KASAN page tag + - jbd2: export jbd2_journal_[grab|put]_journal_head + - ocfs2: fix a deadlock when commit trans + - sched/membarrier: Fix membarrier-rseq fence command missing from query + bitmask + - PCI/sysfs: Find shadow ROM before static attribute initialization + - x86/MCE/AMD: Allow thresholding interface updates after init + - x86/cpu: Add Xeon Icelake-D to list of CPUs that support PPIN + - powerpc/32s: Allocate one 256k IBAT instead of two consecutives 128k IBATs + - powerpc/32s: Fix kasan_init_region() for KASAN + - powerpc/32: Fix boot failure with GCC latent entropy plugin + - i40e: Increase delay to 1 s after global EMP reset + - i40e: Fix issue when maximum queues is exceeded + - i40e: Fix queues reservation for XDP + - i40e: Fix for failed to init adminq while VF reset + - i40e: fix unsigned stat widths + - usb: roles: fix include/linux/usb/role.h compile issue + - rpmsg: char: Fix race between the release of rpmsg_ctrldev and cdev + - rpmsg: char: Fix race between the release of rpmsg_eptdev and cdev + - scsi: elx: efct: Don't use GFP_KERNEL under spin lock + - scsi: bnx2fc: Flush destroy_work queue before calling bnx2fc_interface_put() + - ipv6_tunnel: Rate limit warning messages + - ARM: 9170/1: fix panic when kasan and kprobe are enabled + - net: fix information leakage in /proc/net/ptype + - hwmon: (lm90) Mark alert as broken for MAX6646/6647/6649 + - hwmon: (lm90) Mark alert as broken for MAX6680 + - ping: fix the sk_bound_dev_if match in ping_lookup + - ipv4: avoid using shared IP generator for connected sockets + - hwmon: (lm90) Reduce maximum conversion rate for G781 + - NFSv4: Handle case where the lookup of a directory fails + - NFSv4: nfs_atomic_open() can race when looking up a non-regular file + - net-procfs: show net devices bound packet types + - drm/msm: Fix wrong size calculation + - drm/msm/dsi: Fix missing put_device() call in dsi_get_phy + - drm/msm/dsi: invalid parameter check in msm_dsi_phy_enable + - ipv6: annotate accesses to fn->fn_sernum + - NFS: Ensure the server has an up to date ctime before hardlinking + - NFS: Ensure the server has an up to date ctime before renaming + - KVM: arm64: pkvm: Use the mm_ops indirection for cache maintenance + - SUNRPC: Use BIT() macro in rpc_show_xprt_state() + - SUNRPC: Don't dereference xprt->snd_task if it's a cookie + - powerpc64/bpf: Limit 'ldbrx' to processors compliant with ISA v2.06 + - netfilter: conntrack: don't increment invalid counter on NF_REPEAT + - powerpc/64s: Mask SRR0 before checking against the masked NIP + - perf: Fix perf_event_read_local() time + - sched/pelt: Relax the sync of util_sum with util_avg + - net: phy: broadcom: hook up soft_reset for BCM54616S + - net: stmmac: dwmac-visconti: Fix bit definitions for ETHER_CLK_SEL + - net: stmmac: dwmac-visconti: Fix clock configuration for RMII mode + - phylib: fix potential use-after-free + - octeontx2-af: Do not fixup all VF action entries + - octeontx2-af: Fix LBK backpressure id count + - octeontx2-af: Retry until RVU block reset complete + - octeontx2-pf: cn10k: Ensure valid pointers are freed to aura + - octeontx2-af: verify CQ context updates + - octeontx2-af: Increase link credit restore polling timeout + - octeontx2-af: cn10k: Do not enable RPM loopback for LPC interfaces + - octeontx2-pf: Forward error codes to VF + - rxrpc: Adjust retransmission backoff + - efi/libstub: arm64: Fix image check alignment at entry + - io_uring: fix bug in slow unregistering of nodes + - Drivers: hv: balloon: account for vmbus packet header in max_pkt_size + - hwmon: (lm90) Re-enable interrupts after alert clears + - hwmon: (lm90) Mark alert as broken for MAX6654 + - hwmon: (lm90) Fix sysfs and udev notifications + - hwmon: (adt7470) Prevent divide by zero in adt7470_fan_write() + - powerpc/perf: Fix power_pmu_disable to call clear_pmi_irq_pending only if + PMI is pending + - ipv4: fix ip option filtering for locally generated fragments + - ibmvnic: Allow extra failures before disabling + - ibmvnic: init ->running_cap_crqs early + - ibmvnic: don't spin in tasklet + - net/smc: Transitional solution for clcsock race issue + - video: hyperv_fb: Fix validation of screen resolution + - can: tcan4x5x: regmap: fix max register value + - drm/msm/hdmi: Fix missing put_device() call in msm_hdmi_get_phy + - drm/msm/dpu: invalid parameter check in dpu_setup_dspp_pcc + - drm/msm/a6xx: Add missing suspend_count increment + - yam: fix a memory leak in yam_siocdevprivate() + - net: cpsw: Properly initialise struct page_pool_params + - net: hns3: handle empty unknown interrupt for VF + - sch_htb: Fail on unsupported parameters when offload is requested + - Revert "drm/ast: Support 1600x900 with 108MHz PCLK" + - KVM: selftests: Don't skip L2's VMCALL in SMM test for SVM guest + - ceph: put the requests/sessions when it fails to alloc memory + - gve: Fix GFP flags when allocing pages + - Revert "ipv6: Honor all IPv6 PIO Valid Lifetime values" + - net: bridge: vlan: fix single net device option dumping + - ipv4: raw: lock the socket in raw_bind() + - ipv4: tcp: send zero IPID in SYNACK messages + - ipv4: remove sparse error in ip_neigh_gw4() + - net: bridge: vlan: fix memory leak in __allowed_ingress + - Bluetooth: refactor malicious adv data check + - irqchip/realtek-rtl: Map control data to virq + - irqchip/realtek-rtl: Fix off-by-one in routing + - dt-bindings: can: tcan4x5x: fix mram-cfg RX FIFO config + - perf/core: Fix cgroup event list management + - psi: fix "no previous prototype" warnings when CONFIG_CGROUPS=n + - psi: fix "defined but not used" warnings when CONFIG_PROC_FS=n + - usb: dwc3: xilinx: fix uninitialized return value + - usr/include/Makefile: add linux/nfc.h to the compile-test coverage + - fsnotify: invalidate dcache before IN_DELETE event + - block: Fix wrong offset in bio_truncate() + - mtd: rawnand: mpc5121: Remove unused variable in ads5121_select_chip() + - Linux 5.15.19 + + * Jammy update: v5.15.18 upstream stable release (LP: #1959878) + - drm/i915: Flush TLBs before releasing backing store + - drm/amd/display: reset dcn31 SMU mailbox on failures + - io_uring: fix not released cached task refs + - bnx2x: Utilize firmware 7.13.21.0 + - bnx2x: Invalidate fastpath HSI version for VFs + - memcg: flush stats only if updated + - memcg: unify memcg stat flushing + - memcg: better bounds on the memcg stats updates + - rcu: Tighten rcu_advance_cbs_nowake() checks + - select: Fix indefinitely sleeping task in poll_schedule_timeout() + - drm/amdgpu: Use correct VIEWPORT_DIMENSION for DCN2 + - arm64/bpf: Remove 128MB limit for BPF JIT programs + - Linux 5.15.18 + + * CVE-2022-22942 + - SAUCE: drm/vmwgfx: Fix stale file descriptors on failed usercopy + + * CVE-2022-24122 + - ucount: Make get_ucount a safe get_user replacement + + * CVE-2022-23222 + - bpf, selftests: Add verifier test for mem_or_null register with offset. + + * Miscellaneous Ubuntu changes + - [Config] toolchain version update + + * Miscellaneous upstream changes + - s390/module: fix loading modules with a lot of relocations + + -- Paolo Pisati Thu, 03 Feb 2022 12:09:37 +0100 + +linux (5.15.0-19.19) jammy; urgency=medium + + * jammy/linux: 5.15.0-19.19 -proposed tracker (LP: #1959418) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + * Jammy update: v5.15.17 upstream stable release (LP: #1959376) + - KVM: x86/mmu: Fix write-protection of PTs mapped by the TDP MMU + - KVM: VMX: switch blocked_vcpu_on_cpu_lock to raw spinlock + - HID: Ignore battery for Elan touchscreen on HP Envy X360 15t-dr100 + - HID: uhid: Fix worker destroying device without any protection + - HID: wacom: Reset expected and received contact counts at the same time + - HID: wacom: Ignore the confidence flag when a touch is removed + - HID: wacom: Avoid using stale array indicies to read contact count + - ALSA: core: Fix SSID quirk lookup for subvendor=0 + - f2fs: fix to do sanity check on inode type during garbage collection + - f2fs: fix to do sanity check in is_alive() + - f2fs: avoid EINVAL by SBI_NEED_FSCK when pinning a file + - nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed + bind() + - mtd: rawnand: gpmi: Add ERR007117 protection for nfc_apply_timings + - mtd: rawnand: gpmi: Remove explicit default gpmi clock setting for i.MX6 + - mtd: Fixed breaking list in __mtd_del_partition. + - mtd: rawnand: davinci: Don't calculate ECC when reading page + - mtd: rawnand: davinci: Avoid duplicated page read + - mtd: rawnand: davinci: Rewrite function description + - mtd: rawnand: Export nand_read_page_hwecc_oob_first() + - mtd: rawnand: ingenic: JZ4740 needs 'oob_first' read page function + - riscv: Get rid of MAXPHYSMEM configs + - RISC-V: Use common riscv_cpuid_to_hartid_mask() for both SMP=y and SMP=n + - riscv: try to allocate crashkern region from 32bit addressible memory + - riscv: Don't use va_pa_offset on kdump + - riscv: use hart id instead of cpu id on machine_kexec + - riscv: mm: fix wrong phys_ram_base value for RV64 + - x86/gpu: Reserve stolen memory for first integrated Intel GPU + - tools/nolibc: x86-64: Fix startup code bug + - crypto: x86/aesni - don't require alignment of data + - tools/nolibc: i386: fix initial stack alignment + - tools/nolibc: fix incorrect truncation of exit code + - rtc: cmos: take rtc_lock while reading from CMOS + - net: phy: marvell: add Marvell specific PHY loopback + - ksmbd: uninitialized variable in create_socket() + - ksmbd: fix guest connection failure with nautilus + - ksmbd: add support for smb2 max credit parameter + - ksmbd: move credit charge deduction under processing request + - ksmbd: limits exceeding the maximum allowable outstanding requests + - ksmbd: add reserved room in ipc request/response + - media: cec: fix a deadlock situation + - media: ov8865: Disable only enabled regulators on error path + - media: v4l2-ioctl.c: readbuffers depends on V4L2_CAP_READWRITE + - media: flexcop-usb: fix control-message timeouts + - media: mceusb: fix control-message timeouts + - media: em28xx: fix control-message timeouts + - media: cpia2: fix control-message timeouts + - media: s2255: fix control-message timeouts + - media: dib0700: fix undefined behavior in tuner shutdown + - media: redrat3: fix control-message timeouts + - media: pvrusb2: fix control-message timeouts + - media: stk1160: fix control-message timeouts + - media: cec-pin: fix interrupt en/disable handling + - can: softing_cs: softingcs_probe(): fix memleak on registration failure + - mei: hbm: fix client dma reply status + - iio: adc: ti-adc081c: Partial revert of removal of ACPI IDs + - iio: trigger: Fix a scheduling whilst atomic issue seen on tsc2046 + - lkdtm: Fix content of section containing lkdtm_rodata_do_nothing() + - bus: mhi: pci_generic: Graceful shutdown on freeze + - bus: mhi: core: Fix reading wake_capable channel configuration + - bus: mhi: core: Fix race while handling SYS_ERR at power up + - cxl/pmem: Fix reference counting for delayed work + - arm64: errata: Fix exec handling in erratum 1418040 workaround + - ARM: dts: at91: update alternate function of signal PD20 + - iommu/io-pgtable-arm-v7s: Add error handle for page table allocation failure + - gpu: host1x: Add back arm_iommu_detach_device() + - drm/tegra: Add back arm_iommu_detach_device() + - virtio/virtio_mem: handle a possible NULL as a memcpy parameter + - dma_fence_array: Fix PENDING_ERROR leak in dma_fence_array_signaled() + - PCI: Add function 1 DMA alias quirk for Marvell 88SE9125 SATA controller + - mm_zone: add function to check if managed dma zone exists + - dma/pool: create dma atomic pool only if dma zone has managed pages + - mm/page_alloc.c: do not warn allocation failure on zone DMA if no managed + pages + - shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inode + - drm/ttm: Put BO in its memory manager's lru list + - Bluetooth: L2CAP: Fix not initializing sk_peer_pid + - drm/bridge: display-connector: fix an uninitialized pointer in probe() + - drm: fix null-ptr-deref in drm_dev_init_release() + - drm/panel: kingdisplay-kd097d04: Delete panel on attach() failure + - drm/panel: innolux-p079zca: Delete panel on attach() failure + - drm/rockchip: dsi: Fix unbalanced clock on probe error + - drm/rockchip: dsi: Hold pm-runtime across bind/unbind + - drm/rockchip: dsi: Disable PLL clock on bind error + - drm/rockchip: dsi: Reconfigure hardware on resume() + - Bluetooth: virtio_bt: fix memory leak in virtbt_rx_handle() + - Bluetooth: cmtp: fix possible panic when cmtp_init_sockets() fails + - clk: bcm-2835: Pick the closest clock rate + - clk: bcm-2835: Remove rounding up the dividers + - drm/vc4: hdmi: Set a default HSM rate + - drm/vc4: hdmi: Move the HSM clock enable to runtime_pm + - drm/vc4: hdmi: Make sure the controller is powered in detect + - drm/vc4: hdmi: Make sure the controller is powered up during bind + - drm/vc4: hdmi: Rework the pre_crtc_configure error handling + - drm/vc4: crtc: Make sure the HDMI controller is powered when disabling + - wcn36xx: ensure pairing of init_scan/finish_scan and start_scan/end_scan + - wcn36xx: Indicate beacon not connection loss on MISSED_BEACON_IND + - drm/vc4: hdmi: Enable the scrambler on reconnection + - libbpf: Free up resources used by inner map definition + - wcn36xx: Fix DMA channel enable/disable cycle + - wcn36xx: Release DMA channel descriptor allocations + - wcn36xx: Put DXE block into reset before freeing memory + - wcn36xx: populate band before determining rate on RX + - wcn36xx: fix RX BD rate mapping for 5GHz legacy rates + - ath11k: Send PPDU_STATS_CFG with proper pdev mask to firmware + - bpftool: Fix memory leak in prog_dump() + - mtd: hyperbus: rpc-if: Check return value of rpcif_sw_init() + - media: videobuf2: Fix the size printk format + - media: atomisp: add missing media_device_cleanup() in + atomisp_unregister_entities() + - media: atomisp: fix punit_ddr_dvfs_enable() argument for mrfld_power up case + - media: atomisp: fix inverted logic in buffers_needed() + - media: atomisp: do not use err var when checking port validity for ISP2400 + - media: atomisp: fix inverted error check for + ia_css_mipi_is_source_port_valid() + - media: atomisp: fix ifdefs in sh_css.c + - media: atomisp: add NULL check for asd obtained from atomisp_video_pipe + - media: atomisp: fix enum formats logic + - media: atomisp: fix uninitialized bug in gmin_get_pmic_id_and_addr() + - media: aspeed: fix mode-detect always time out at 2nd run + - media: em28xx: fix memory leak in em28xx_init_dev + - media: aspeed: Update signal status immediately to ensure sane hw state + - arm64: dts: amlogic: meson-g12: Fix GPU operating point table node name + - arm64: dts: amlogic: Fix SPI NOR flash node name for ODROID N2/N2+ + - arm64: dts: meson-gxbb-wetek: fix HDMI in early boot + - arm64: dts: meson-gxbb-wetek: fix missing GPIO binding + - fs: dlm: don't call kernel_getpeername() in error_report() + - memory: renesas-rpc-if: Return error in case devm_ioremap_resource() fails + - Bluetooth: stop proccessing malicious adv data + - ath11k: Fix ETSI regd with weather radar overlap + - ath11k: clear the keys properly via DISABLE_KEY + - ath11k: reset RSN/WPA present state for open BSS + - spi: hisi-kunpeng: Fix the debugfs directory name incorrect + - tee: fix put order in teedev_close_context() + - fs: dlm: fix build with CONFIG_IPV6 disabled + - drm/dp: Don't read back backlight mode in drm_edp_backlight_enable() + - drm/vboxvideo: fix a NULL vs IS_ERR() check + - arm64: dts: renesas: cat875: Add rx/tx delays + - media: dmxdev: fix UAF when dvb_register_device() fails + - crypto: atmel-aes - Reestablish the correct tfm context at dequeue + - crypto: qce - fix uaf on qce_aead_register_one + - crypto: qce - fix uaf on qce_ahash_register_one + - crypto: qce - fix uaf on qce_skcipher_register_one + - arm64: dts: qcom: sc7280: Fix incorrect clock name + - mtd: hyperbus: rpc-if: fix bug in rpcif_hb_remove + - cpufreq: qcom-cpufreq-hw: Update offline CPUs per-cpu thermal pressure + - cpufreq: qcom-hw: Fix probable nested interrupt handling + - ARM: dts: stm32: fix dtbs_check warning on ili9341 dts binding on stm32f429 + disco + - libbpf: Fix potential misaligned memory access in btf_ext__new() + - libbpf: Fix glob_syms memory leak in bpf_linker + - libbpf: Fix using invalidated memory in bpf_linker + - crypto: qat - remove unnecessary collision prevention step in PFVF + - crypto: qat - make pfvf send message direction agnostic + - crypto: qat - fix undetected PFVF timeout in ACK loop + - ath11k: Use host CE parameters for CE interrupts configuration + - arm64: dts: ti: k3-j721e: correct cache-sets info + - tty: serial: atmel: Check return code of dmaengine_submit() + - tty: serial: atmel: Call dma_async_issue_pending() + - mfd: atmel-flexcom: Remove #ifdef CONFIG_PM_SLEEP + - mfd: atmel-flexcom: Use .resume_noirq + - bfq: Do not let waker requests skip proper accounting + - libbpf: Silence uninitialized warning/error in btf_dump_dump_type_data + - media: i2c: imx274: fix s_frame_interval runtime resume not requested + - media: i2c: Re-order runtime pm initialisation + - media: i2c: ov8865: Fix lockdep error + - media: rcar-csi2: Correct the selection of hsfreqrange + - media: imx-pxp: Initialize the spinlock prior to using it + - media: si470x-i2c: fix possible memory leak in si470x_i2c_probe() + - media: mtk-vcodec: call v4l2_m2m_ctx_release first when file is released + - media: hantro: Hook up RK3399 JPEG encoder output + - media: coda: fix CODA960 JPEG encoder buffer overflow + - media: venus: correct low power frequency calculation for encoder + - media: venus: core: Fix a potential NULL pointer dereference in an error + handling path + - media: venus: core: Fix a resource leak in the error handling path of + 'venus_probe()' + - net: stmmac: Add platform level debug register dump feature + - thermal/drivers/imx: Implement runtime PM support + - igc: AF_XDP zero-copy metadata adjust breaks SKBs on XDP_PASS + - netfilter: bridge: add support for pppoe filtering + - powerpc: Avoid discarding flags in system_call_exception() + - arm64: dts: qcom: msm8916: fix MMC controller aliases + - drm/vmwgfx: Remove the deprecated lower mem limit + - drm/vmwgfx: Fail to initialize on broken configs + - cgroup: Trace event cgroup id fields should be u64 + - ACPI: EC: Rework flushing of EC work while suspended to idle + - thermal/drivers/imx8mm: Enable ADC when enabling monitor + - drm/amdgpu: Fix a NULL pointer dereference in + amdgpu_connector_lcd_native_mode() + - drm/radeon/radeon_kms: Fix a NULL pointer dereference in + radeon_driver_open_kms() + - libbpf: Clean gen_loader's attach kind. + - crypto: caam - save caam memory to support crypto engine retry mechanism. + - arm64: dts: ti: k3-am642: Fix the L2 cache sets + - arm64: dts: ti: k3-j7200: Fix the L2 cache sets + - arm64: dts: ti: k3-j721e: Fix the L2 cache sets + - arm64: dts: ti: k3-j7200: Correct the d-cache-sets info + - tty: serial: uartlite: allow 64 bit address + - serial: amba-pl011: do not request memory region twice + - mtd: core: provide unique name for nvmem device + - floppy: Fix hang in watchdog when disk is ejected + - staging: rtl8192e: return error code from rtllib_softmac_init() + - staging: rtl8192e: rtllib_module: fix error handle case in alloc_rtllib() + - Bluetooth: btmtksdio: fix resume failure + - bpf: Fix the test_task_vma selftest to support output shorter than 1 kB + - sched/fair: Fix detection of per-CPU kthreads waking a task + - sched/fair: Fix per-CPU kthread and wakee stacking for asym CPU capacity + - bpf: Adjust BTF log size limit. + - bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD) + - bpf: Remove config check to enable bpf support for branch records + - arm64: clear_page() shouldn't use DC ZVA when DCZID_EL0.DZP == 1 + - arm64: mte: DC {GVA,GZVA} shouldn't be used when DCZID_EL0.DZP == 1 + - samples/bpf: Install libbpf headers when building + - samples/bpf: Clean up samples/bpf build failes + - samples: bpf: Fix xdp_sample_user.o linking with Clang + - samples: bpf: Fix 'unknown warning group' build warning on Clang + - media: dib8000: Fix a memleak in dib8000_init() + - media: saa7146: mxb: Fix a NULL pointer dereference in mxb_attach() + - media: si2157: Fix "warm" tuner state detection + - wireless: iwlwifi: Fix a double free in iwl_txq_dyn_alloc_dma + - sched/rt: Try to restart rt period timer when rt runtime exceeded + - ath10k: Fix the MTU size on QCA9377 SDIO + - Bluetooth: refactor set_exp_feature with a feature table + - Bluetooth: MGMT: Use hci_dev_test_and_{set,clear}_flag + - drm/amd/display: Fix bug in debugfs crc_win_update entry + - drm/msm/gpu: Don't allow zero fence_id + - drm/msm/dp: displayPort driver need algorithm rational + - rcu/exp: Mark current CPU as exp-QS in IPI loop second pass + - wcn36xx: Fix max channels retrieval + - drm/msm/dsi: fix initialization in the bonded DSI case + - mwifiex: Fix possible ABBA deadlock + - xfrm: fix a small bug in xfrm_sa_len() + - x86/uaccess: Move variable into switch case statement + - selftests: clone3: clone3: add case CLONE3_ARGS_NO_TEST + - selftests: harness: avoid false negatives if test has no ASSERTs + - crypto: stm32/cryp - fix CTR counter carry + - crypto: stm32/cryp - fix xts and race condition in crypto_engine requests + - crypto: stm32/cryp - check early input data + - crypto: stm32/cryp - fix double pm exit + - crypto: stm32/cryp - fix lrw chaining mode + - crypto: stm32/cryp - fix bugs and crash in tests + - crypto: stm32 - Revert broken pm_runtime_resume_and_get changes + - crypto: hisilicon/qm - fix incorrect return value of hisi_qm_resume() + - ath11k: Fix deleting uninitialized kernel timer during fragment cache flush + - spi: Fix incorrect cs_setup delay handling + - ARM: dts: gemini: NAS4220-B: fis-index-block with 128 KiB sectors + - perf/arm-cmn: Fix CPU hotplug unregistration + - media: dw2102: Fix use after free + - media: msi001: fix possible null-ptr-deref in msi001_probe() + - media: coda/imx-vdoa: Handle dma_set_coherent_mask error codes + - ath11k: Fix a NULL pointer dereference in ath11k_mac_op_hw_scan() + - net: dsa: hellcreek: Fix insertion of static FDB entries + - net: dsa: hellcreek: Add STP forwarding rule + - net: dsa: hellcreek: Allow PTP P2P measurements on blocked ports + - net: dsa: hellcreek: Add missing PTP via UDP rules + - arm64: dts: qcom: c630: Fix soundcard setup + - arm64: dts: qcom: ipq6018: Fix gpio-ranges property + - drm/msm/dpu: fix safe status debugfs file + - drm/bridge: ti-sn65dsi86: Set max register for regmap + - gpu: host1x: select CONFIG_DMA_SHARED_BUFFER + - drm/tegra: gr2d: Explicitly control module reset + - drm/tegra: vic: Fix DMA API misuse + - media: hantro: Fix probe func error path + - xfrm: interface with if_id 0 should return error + - xfrm: state and policy should fail if XFRMA_IF_ID 0 + - ARM: 9159/1: decompressor: Avoid UNPREDICTABLE NOP encoding + - usb: ftdi-elan: fix memory leak on device disconnect + - arm64: dts: marvell: cn9130: add GPIO and SPI aliases + - arm64: dts: marvell: cn9130: enable CP0 GPIO controllers + - ARM: dts: armada-38x: Add generic compatible to UART nodes + - mt76: mt7921: drop offload_flags overwritten + - wilc1000: fix double free error in probe() + - rtw88: add quirk to disable pci caps on HP 250 G7 Notebook PC + - iwlwifi: mvm: fix 32-bit build in FTM + - iwlwifi: mvm: test roc running status bits before removing the sta + - iwlwifi: mvm: perform 6GHz passive scan after suspend + - iwlwifi: mvm: set protected flag only for NDP ranging + - mmc: meson-mx-sdhc: add IRQ check + - mmc: meson-mx-sdio: add IRQ check + - block: fix error unwinding in device_add_disk + - selinux: fix potential memleak in selinux_add_opt() + - um: fix ndelay/udelay defines + - um: rename set_signals() to um_set_signals() + - um: virt-pci: Fix 32-bit compile + - lib/logic_iomem: Fix 32-bit build + - lib/logic_iomem: Fix operation on 32-bit + - um: virtio_uml: Fix time-travel external time propagation + - Bluetooth: L2CAP: Fix using wrong mode + - bpftool: Enable line buffering for stdout + - backlight: qcom-wled: Validate enabled string indices in DT + - backlight: qcom-wled: Pass number of elements to read to read_u32_array + - backlight: qcom-wled: Fix off-by-one maximum with default num_strings + - backlight: qcom-wled: Override default length with qcom,enabled-strings + - backlight: qcom-wled: Use cpu_to_le16 macro to perform conversion + - backlight: qcom-wled: Respect enabled-strings in set_brightness + - software node: fix wrong node passed to find nargs_prop + - Bluetooth: hci_qca: Stop IBS timer during BT OFF + - x86/boot/compressed: Move CLANG_FLAGS to beginning of KBUILD_CFLAGS + - crypto: octeontx2 - prevent underflow in get_cores_bmap() + - regulator: qcom-labibb: OCP interrupts are not a failure while disabled + - hwmon: (mr75203) fix wrong power-up delay value + - x86/mce/inject: Avoid out-of-bounds write when setting flags + - io_uring: remove double poll on poll update + - serial: 8250_bcm7271: Propagate error codes from brcmuart_probe() + - ACPI: scan: Create platform device for BCM4752 and LNV4752 ACPI nodes + - pcmcia: rsrc_nonstatic: Fix a NULL pointer dereference in + __nonstatic_find_io_region() + - pcmcia: rsrc_nonstatic: Fix a NULL pointer dereference in + nonstatic_find_mem_region() + - power: reset: mt6397: Check for null res pointer + - net/xfrm: IPsec tunnel mode fix inner_ipproto setting in sec_path + - net: ethernet: mtk_eth_soc: fix return values and refactor MDIO ops + - net: dsa: fix incorrect function pointer check for MRP ring roles + - netfilter: ipt_CLUSTERIP: fix refcount leak in clusterip_tg_check() + - bpf, sockmap: Fix return codes from tcp_bpf_recvmsg_parser() + - bpf, sockmap: Fix double bpf_prog_put on error case in map_link + - bpf: Don't promote bogus looking registers after null check. + - bpf: Fix verifier support for validation of async callbacks + - bpf: Fix SO_RCVBUF/SO_SNDBUF handling in _bpf_setsockopt(). + - netfilter: nft_payload: do not update layer 4 checksum when mangling + fragments + - netfilter: nft_set_pipapo: allocate pcpu scratch maps on clone + - net: fix SOF_TIMESTAMPING_BIND_PHC to work with multiple sockets + - ppp: ensure minimum packet size in ppp_write() + - rocker: fix a sleeping in atomic bug + - staging: greybus: audio: Check null pointer + - fsl/fman: Check for null pointer after calling devm_ioremap + - Bluetooth: hci_bcm: Check for error irq + - Bluetooth: hci_qca: Fix NULL vs IS_ERR_OR_NULL check in qca_serdev_probe + - net/smc: Reset conn->lgr when link group registration fails + - usb: dwc3: qcom: Fix NULL vs IS_ERR checking in dwc3_qcom_probe + - usb: dwc2: do not gate off the hardware if it does not support clock gating + - usb: dwc2: gadget: initialize max_speed from params + - usb: gadget: u_audio: Subdevice 0 for capture ctls + - HID: hid-uclogic-params: Invalid parameter check in uclogic_params_init + - HID: hid-uclogic-params: Invalid parameter check in + uclogic_params_get_str_desc + - HID: hid-uclogic-params: Invalid parameter check in + uclogic_params_huion_init + - HID: hid-uclogic-params: Invalid parameter check in + uclogic_params_frame_init_v1_buttonpad + - debugfs: lockdown: Allow reading debugfs files that are not world readable + - drivers/firmware: Add missing platform_device_put() in sysfb_create_simplefb + - serial: liteuart: fix MODULE_ALIAS + - serial: stm32: move tx dma terminate DMA to shutdown + - x86, sched: Fix undefined reference to init_freq_invariance_cppc() build + error + - net/mlx5e: Fix page DMA map/unmap attributes + - net/mlx5e: Fix wrong usage of fib_info_nh when routes with nexthop objects + are used + - net/mlx5e: Don't block routes with nexthop objects in SW + - Revert "net/mlx5e: Block offload of outer header csum for UDP tunnels" + - Revert "net/mlx5e: Block offload of outer header csum for GRE tunnel" + - net/mlx5e: Fix matching on modified inner ip_ecn bits + - net/mlx5: Fix access to sf_dev_table on allocation failure + - net/mlx5e: Sync VXLAN udp ports during uplink representor profile change + - net/mlx5: Set command entry semaphore up once got index free + - lib/mpi: Add the return value check of kcalloc() + - Bluetooth: L2CAP: uninitialized variables in l2cap_sock_setsockopt() + - mptcp: fix per socket endpoint accounting + - mptcp: fix opt size when sending DSS + MP_FAIL + - mptcp: fix a DSS option writing error + - spi: spi-meson-spifc: Add missing pm_runtime_disable() in meson_spifc_probe + - octeontx2-af: Increment ptp refcount before use + - ax25: uninitialized variable in ax25_setsockopt() + - netrom: fix api breakage in nr_setsockopt() + - regmap: Call regmap_debugfs_exit() prior to _init() + - net: mscc: ocelot: fix incorrect balancing with down LAG ports + - can: mcp251xfd: add missing newline to printed strings + - tpm: add request_locality before write TPM_INT_ENABLE + - tpm_tis: Fix an error handling path in 'tpm_tis_core_init()' + - can: softing: softing_startstop(): fix set but not used variable warning + - can: xilinx_can: xcan_probe(): check for error irq + - can: rcar_canfd: rcar_canfd_channel_probe(): make sure we free CAN network + device + - pcmcia: fix setting of kthread task states + - net/sched: flow_dissector: Fix matching on zone id for invalid conns + - net: openvswitch: Fix matching zone id for invalid conns arriving from tc + - net: openvswitch: Fix ct_state nat flags for conns arriving from tc + - iwlwifi: mvm: Use div_s64 instead of do_div in iwl_mvm_ftm_rtt_smoothing() + - bnxt_en: Refactor coredump functions + - bnxt_en: move coredump functions into dedicated file + - bnxt_en: use firmware provided max timeout for messages + - net: mcs7830: handle usb read errors properly + - ext4: avoid trim error on fs with small groups + - ASoC: Intel: sof_sdw: fix jack detection on HP Spectre x360 convertible + - ALSA: jack: Add missing rwsem around snd_ctl_remove() calls + - ALSA: PCM: Add missing rwsem around snd_ctl_remove() calls + - ALSA: hda: Add missing rwsem around snd_ctl_remove() calls + - ALSA: hda: Fix potential deadlock at codec unbinding + - RDMA/bnxt_re: Scan the whole bitmap when checking if "disabling RCFW with + pending cmd-bit" + - RDMA/hns: Validate the pkey index + - scsi: pm80xx: Update WARN_ON check in pm8001_mpi_build_cmd() + - clk: renesas: rzg2l: Check return value of pm_genpd_init() + - clk: renesas: rzg2l: propagate return value of_genpd_add_provider_simple() + - clk: imx8mn: Fix imx8mn_clko1_sels + - powerpc/prom_init: Fix improper check of prom_getprop() + - ASoC: uniphier: drop selecting non-existing SND_SOC_UNIPHIER_AIO_DMA + - ASoC: codecs: wcd938x: add SND_SOC_WCD938_SDW to codec list instead + - RDMA/rtrs-clt: Fix the initial value of min_latency + - ALSA: hda: Make proper use of timecounter + - dt-bindings: thermal: Fix definition of cooling-maps contribution property + - powerpc/perf: Fix PMU callbacks to clear pending PMI before resetting an + overflown PMC + - powerpc/modules: Don't WARN on first module allocation attempt + - powerpc/32s: Fix shift-out-of-bounds in KASAN init + - clocksource: Avoid accidental unstable marking of clocksources + - ALSA: oss: fix compile error when OSS_DEBUG is enabled + - ALSA: usb-audio: Drop superfluous '0' in Presonus Studio 1810c's ID + - misc: at25: Make driver OF independent again + - char/mwave: Adjust io port register size + - binder: fix handling of error during copy + - binder: avoid potential data leakage when copying txn + - openrisc: Add clone3 ABI wrapper + - iommu: Extend mutex lock scope in iommu_probe_device() + - iommu/io-pgtable-arm: Fix table descriptor paddr formatting + - scsi: core: Fix scsi_device_max_queue_depth() + - scsi: ufs: Fix race conditions related to driver data + - RDMA/qedr: Fix reporting max_{send/recv}_wr attrs + - PCI/MSI: Fix pci_irq_vector()/pci_irq_get_affinity() + - powerpc/powermac: Add additional missing lockdep_register_key() + - iommu/arm-smmu-qcom: Fix TTBR0 read + - RDMA/core: Let ib_find_gid() continue search even after empty entry + - RDMA/cma: Let cma_resolve_ib_dev() continue search even after empty entry + - ASoC: rt5663: Handle device_property_read_u32_array error codes + - of: unittest: fix warning on PowerPC frame size warning + - of: unittest: 64 bit dma address test requires arch support + - clk: stm32: Fix ltdc's clock turn off by clk_disable_unused() after system + enter shell + - mips: add SYS_HAS_CPU_MIPS64_R5 config for MIPS Release 5 support + - mips: fix Kconfig reference to PHYS_ADDR_T_64BIT + - dmaengine: pxa/mmp: stop referencing config->slave_id + - iommu/amd: Restore GA log/tail pointer on host resume + - iommu/amd: X2apic mode: re-enable after resume + - iommu/amd: X2apic mode: setup the INTX registers on mask/unmask + - iommu/amd: X2apic mode: mask/unmask interrupts on suspend/resume + - iommu/amd: Remove useless irq affinity notifier + - ASoC: Intel: catpt: Test dmaengine_submit() result before moving on + - iommu/iova: Fix race between FQ timeout and teardown + - ASoC: mediatek: mt8195: correct default value + - of: fdt: Aggregate the processing of "linux,usable-memory-range" + - efi: apply memblock cap after memblock_add() + - scsi: block: pm: Always set request queue runtime active in + blk_post_runtime_resume() + - phy: uniphier-usb3ss: fix unintended writing zeros to PHY register + - ASoC: mediatek: Check for error clk pointer + - powerpc/64s: Mask NIP before checking against SRR0 + - powerpc/64s: Use EMIT_WARN_ENTRY for SRR debug warnings + - phy: cadence: Sierra: Fix to get correct parent for mux clocks + - ASoC: samsung: idma: Check of ioremap return value + - misc: lattice-ecp3-config: Fix task hung when firmware load failed + - ASoC: mediatek: mt8195: correct pcmif BE dai control flow + - arm64: tegra: Remove non existent Tegra194 reset + - mips: lantiq: add support for clk_set_parent() + - mips: bcm63xx: add support for clk_set_parent() + - powerpc/xive: Add missing null check after calling kmalloc + - ASoC: fsl_mqs: fix MODULE_ALIAS + - ALSA: hda/cs8409: Increase delay during jack detection + - ALSA: hda/cs8409: Fix Jack detection after resume + - RDMA/cxgb4: Set queue pair state when being queried + - clk: qcom: gcc-sc7280: Mark gcc_cfg_noc_lpass_clk always enabled + - ASoC: imx-card: Need special setting for ak4497 on i.MX8MQ + - ASoC: imx-card: Fix mclk calculation issue for akcodec + - ASoC: imx-card: improve the sound quality for low rate + - ASoC: fsl_asrc: refine the check of available clock divider + - clk: bm1880: remove kfrees on static allocations + - of: base: Fix phandle argument length mismatch error message + - of/fdt: Don't worry about non-memory region overlap for no-map + - MIPS: boot/compressed/: add __ashldi3 to target for ZSTD compression + - MIPS: compressed: Fix build with ZSTD compression + - mailbox: fix gce_num of mt8192 driver data + - ARM: dts: omap3-n900: Fix lp5523 for multi color + - leds: lp55xx: initialise output direction from dts + - Bluetooth: Fix debugfs entry leak in hci_register_dev() + - Bluetooth: Fix memory leak of hci device + - drm/panel: Delete panel on mipi_dsi_attach() failure + - Bluetooth: Fix removing adv when processing cmd complete + - fs: dlm: filter user dlm messages for kernel locks + - drm/lima: fix warning when CONFIG_DEBUG_SG=y & CONFIG_DMA_API_DEBUG=y + - selftests/bpf: Fix memory leaks in btf_type_c_dump() helper + - selftests/bpf: Destroy XDP link correctly + - selftests/bpf: Fix bpf_object leak in skb_ctx selftest + - ar5523: Fix null-ptr-deref with unexpected WDCMSG_TARGET_START reply + - drm/bridge: dw-hdmi: handle ELD when DRM_BRIDGE_ATTACH_NO_CONNECTOR + - drm/nouveau/pmu/gm200-: avoid touching PMU outside of DEVINIT/PREOS/ACR + - media: atomisp: fix try_fmt logic + - media: atomisp: set per-device's default mode + - media: atomisp-ov2680: Fix ov2680_set_fmt() clobbering the exposure + - media: atomisp: check before deference asd variable + - ARM: shmobile: rcar-gen2: Add missing of_node_put() + - batman-adv: allow netlink usage in unprivileged containers + - media: atomisp: handle errors at sh_css_create_isp_params() + - ath11k: Fix crash caused by uninitialized TX ring + - usb: dwc3: meson-g12a: fix shared reset control use + - USB: ehci_brcm_hub_control: Improve port index sanitizing + - usb: gadget: f_fs: Use stream_open() for endpoint files + - psi: Fix PSI_MEM_FULL state when tasks are in memstall and doing reclaim + - drm: panel-orientation-quirks: Add quirk for the Lenovo Yoga Book X91F/L + - HID: magicmouse: Report battery level over USB + - HID: apple: Do not reset quirks when the Fn key is not found + - media: b2c2: Add missing check in flexcop_pci_isr: + - libbpf: Accommodate DWARF/compiler bug with duplicated structs + - ethernet: renesas: Use div64_ul instead of do_div + - EDAC/synopsys: Use the quirk for version instead of ddr version + - arm64: dts: qcom: sm8350: Shorten camera-thermal-bottom name + - soc: imx: gpcv2: Synchronously suspend MIX domains + - ARM: imx: rename DEBUG_IMX21_IMX27_UART to DEBUG_IMX27_UART + - drm/amd/display: check top_pipe_to_program pointer + - drm/amdgpu/display: set vblank_disable_immediate for DC + - soc: ti: pruss: fix referenced node in error message + - mlxsw: pci: Add shutdown method in PCI driver + - drm/amd/display: add else to avoid double destroy clk_mgr + - drm/bridge: megachips: Ensure both bridges are probed before registration + - mxser: keep only !tty test in ISR + - tty: serial: imx: disable UCR4_OREN in .stop_rx() instead of .shutdown() + - gpiolib: acpi: Do not set the IRQ type if the IRQ is already in use + - HSI: core: Fix return freed object in hsi_new_client + - crypto: jitter - consider 32 LSB for APT + - mwifiex: Fix skb_over_panic in mwifiex_usb_recv() + - rsi: Fix use-after-free in rsi_rx_done_handler() + - rsi: Fix out-of-bounds read in rsi_read_pkt() + - ath11k: Avoid NULL ptr access during mgmt tx cleanup + - media: venus: avoid calling core_clk_setrate() concurrently during + concurrent video sessions + - regulator: da9121: Prevent current limit change when enabled + - drm/vmwgfx: Release ttm memory if probe fails + - drm/vmwgfx: Introduce a new placement for MOB page tables + - ACPI / x86: Drop PWM2 device on Lenovo Yoga Book from always present table + - ACPI: Change acpi_device_always_present() into acpi_device_override_status() + - ACPI / x86: Allow specifying acpi_device_override_status() quirks by path + - ACPI / x86: Add not-present quirk for the PCI0.SDHB.BRC1 device on the GPD + win + - arm64: dts: ti: j7200-main: Fix 'dtbs_check' serdes_ln_ctrl node + - arm64: dts: ti: j721e-main: Fix 'dtbs_check' in serdes_ln_ctrl node + - usb: uhci: add aspeed ast2600 uhci support + - floppy: Add max size check for user space request + - x86/mm: Flush global TLB when switching to trampoline page-table + - drm: rcar-du: Fix CRTC timings when CMM is used + - media: uvcvideo: Increase UVC_CTRL_CONTROL_TIMEOUT to 5 seconds. + - media: rcar-vin: Update format alignment constraints + - media: saa7146: hexium_orion: Fix a NULL pointer dereference in + hexium_attach() + - media: atomisp: fix "variable dereferenced before check 'asd'" + - media: m920x: don't use stack on USB reads + - thunderbolt: Runtime PM activate both ends of the device link + - arm64: dts: renesas: Fix thermal bindings + - iwlwifi: mvm: synchronize with FW after multicast commands + - iwlwifi: mvm: avoid clearing a just saved session protection id + - rcutorture: Avoid soft lockup during cpu stall + - ath11k: avoid deadlock by change ieee80211_queue_work for regd_update_work + - ath10k: Fix tx hanging + - net-sysfs: update the queue counts in the unregistration path + - net: phy: prefer 1000baseT over 1000baseKX + - gpio: aspeed: Convert aspeed_gpio.lock to raw_spinlock + - gpio: aspeed-sgpio: Convert aspeed_sgpio.lock to raw_spinlock + - selftests/ftrace: make kprobe profile testcase description unique + - ath11k: Avoid false DEADLOCK warning reported by lockdep + - ARM: dts: qcom: sdx55: fix IPA interconnect definitions + - x86/mce: Allow instrumentation during task work queueing + - x86/mce: Mark mce_panic() noinstr + - x86/mce: Mark mce_end() noinstr + - x86/mce: Mark mce_read_aux() noinstr + - net: bonding: debug: avoid printing debug logs when bond is not notifying + peers + - kunit: Don't crash if no parameters are generated + - bpf: Do not WARN in bpf_warn_invalid_xdp_action() + - drm/amdkfd: Fix error handling in svm_range_add + - HID: quirks: Allow inverting the absolute X/Y values + - HID: i2c-hid-of: Expose the touchscreen-inverted properties + - media: igorplugusb: receiver overflow should be reported + - media: rockchip: rkisp1: use device name for debugfs subdir name + - media: saa7146: hexium_gemini: Fix a NULL pointer dereference in + hexium_attach() + - mmc: tmio: reinit card irqs in reset routine + - mmc: core: Fixup storing of OCR for MMC_QUIRK_NONSTD_SDIO + - drm/amd/amdgpu: fix psp tmr bo pin count leak in SRIOV + - drm/amd/amdgpu: fix gmc bo pin count leak in SRIOV + - audit: ensure userspace is penalized the same as the kernel when under + pressure + - arm64: dts: ls1028a-qds: move rtc node to the correct i2c bus + - arm64: tegra: Adjust length of CCPLEX cluster MMIO region + - crypto: ccp - Move SEV_INIT retry for corrupted data + - crypto: hisilicon/hpre - fix memory leak in hpre_curve25519_src_init() + - PM: runtime: Add safety net to supplier device release + - cpufreq: Fix initialization of min and max frequency QoS requests + - mt76: mt7615: fix possible deadlock while mt7615_register_ext_phy() + - mt76: do not pass the received frame with decryption error + - mt76: mt7615: improve wmm index allocation + - ath9k_htc: fix NULL pointer dereference at ath9k_htc_rxep() + - ath9k_htc: fix NULL pointer dereference at ath9k_htc_tx_get_packet() + - ath9k: Fix out-of-bound memcpy in ath9k_hif_usb_rx_stream + - rtw88: 8822c: update rx settings to prevent potential hw deadlock + - PM: AVS: qcom-cpr: Use div64_ul instead of do_div + - iwlwifi: fix leaks/bad data after failed firmware load + - iwlwifi: remove module loading failure message + - iwlwifi: mvm: Fix calculation of frame length + - iwlwifi: mvm: fix AUX ROC removal + - iwlwifi: pcie: make sure prph_info is set when treating wakeup IRQ + - mmc: sdhci-pci-gli: GL9755: Support for CD/WP inversion on OF platforms + - block: check minor range in device_add_disk() + - um: registers: Rename function names to avoid conflicts and build problems + - ath11k: Fix napi related hang + - Bluetooth: btintel: Add missing quirks and msft ext for legacy bootloader + - Bluetooth: vhci: Set HCI_QUIRK_VALID_LE_STATES + - xfrm: rate limit SA mapping change message to user space + - drm/etnaviv: consider completed fence seqno in hang check + - jffs2: GC deadlock reading a page that is used in jffs2_write_begin() + - ACPICA: actypes.h: Expand the ACPI_ACCESS_ definitions + - ACPICA: Utilities: Avoid deleting the same object twice in a row + - ACPICA: Executer: Fix the REFCLASS_REFOF case in acpi_ex_opcode_1A_0T_1R() + - ACPICA: Fix wrong interpretation of PCC address + - ACPICA: Hardware: Do not flush CPU cache when entering S4 and S5 + - mmc: mtk-sd: Use readl_poll_timeout instead of open-coded polling + - drm/amdgpu: fixup bad vram size on gmc v8 + - amdgpu/pm: Make sysfs pm attributes as read-only for VFs + - ACPI: battery: Add the ThinkPad "Not Charging" quirk + - ACPI: CPPC: Check present CPUs for determining _CPC is valid + - btrfs: remove BUG_ON() in find_parent_nodes() + - btrfs: remove BUG_ON(!eie) in find_parent_nodes + - net: mdio: Demote probed message to debug print + - mac80211: allow non-standard VHT MCS-10/11 + - dm btree: add a defensive bounds check to insert_at() + - dm space map common: add bounds check to sm_ll_lookup_bitmap() + - bpf/selftests: Fix namespace mount setup in tc_redirect + - mlxsw: pci: Avoid flow control for EMAD packets + - net: phy: marvell: configure RGMII delays for 88E1118 + - net: gemini: allow any RGMII interface mode + - regulator: qcom_smd: Align probe function with rpmh-regulator + - serial: pl010: Drop CR register reset on set_termios + - serial: pl011: Drop CR register reset on set_termios + - serial: core: Keep mctrl register state and cached copy in sync + - random: do not throw away excess input to crng_fast_load + - net/mlx5: Update log_max_qp value to FW max capability + - net/mlx5e: Unblock setting vid 0 for VF in case PF isn't eswitch manager + - parisc: Avoid calling faulthandler_disabled() twice + - can: flexcan: allow to change quirks at runtime + - can: flexcan: rename RX modes + - can: flexcan: add more quirks to describe RX path capabilities + - x86/kbuild: Enable CONFIG_KALLSYMS_ALL=y in the defconfigs + - powerpc/6xx: add missing of_node_put + - powerpc/powernv: add missing of_node_put + - powerpc/cell: add missing of_node_put + - powerpc/btext: add missing of_node_put + - powerpc/watchdog: Fix missed watchdog reset due to memory ordering race + - ASoC: imx-hdmi: add put_device() after of_find_device_by_node() + - i2c: i801: Don't silently correct invalid transfer size + - powerpc/smp: Move setup_profiling_timer() under CONFIG_PROFILING + - i2c: mpc: Correct I2C reset procedure + - clk: meson: gxbb: Fix the SDM_EN bit for MPLL0 on GXBB + - powerpc/powermac: Add missing lockdep_register_key() + - KVM: PPC: Book3S: Suppress warnings when allocating too big memory slots + - KVM: PPC: Book3S: Suppress failed alloc warning in H_COPY_TOFROM_GUEST + - w1: Misuse of get_user()/put_user() reported by sparse + - nvmem: core: set size for sysfs bin file + - dm: fix alloc_dax error handling in alloc_dev + - interconnect: qcom: rpm: Prevent integer overflow in rate + - scsi: ufs: Fix a kernel crash during shutdown + - scsi: lpfc: Fix leaked lpfc_dmabuf mbox allocations with NPIV + - scsi: lpfc: Trigger SLI4 firmware dump before doing driver cleanup + - ALSA: seq: Set upper limit of processed events + - MIPS: Loongson64: Use three arguments for slti + - powerpc/40x: Map 32Mbytes of memory at startup + - selftests/powerpc/spectre_v2: Return skip code when miss_percent is high + - powerpc: handle kdump appropriately with crash_kexec_post_notifiers option + - powerpc/fadump: Fix inaccurate CPU state info in vmcore generated with panic + - udf: Fix error handling in udf_new_inode() + - MIPS: OCTEON: add put_device() after of_find_device_by_node() + - irqchip/gic-v4: Disable redistributors' view of the VPE table at boot time + - i2c: designware-pci: Fix to change data types of hcnt and lcnt parameters + - selftests/powerpc: Add a test of sigreturning to the kernel + - MIPS: Octeon: Fix build errors using clang + - scsi: sr: Don't use GFP_DMA + - scsi: mpi3mr: Fixes around reply request queues + - ASoC: mediatek: mt8192-mt6359: fix device_node leak + - phy: phy-mtk-tphy: add support efuse setting + - ASoC: mediatek: mt8173: fix device_node leak + - ASoC: mediatek: mt8183: fix device_node leak + - habanalabs: skip read fw errors if dynamic descriptor invalid + - phy: mediatek: Fix missing check in mtk_mipi_tx_probe + - mailbox: change mailbox-mpfs compatible string + - seg6: export get_srh() for ICMP handling + - icmp: ICMPV6: Examine invoking packet for Segment Route Headers. + - udp6: Use Segment Routing Header for dest address if present + - rpmsg: core: Clean up resources on announce_create failure. + - ifcvf/vDPA: fix misuse virtio-net device config size for blk dev + - crypto: omap-aes - Fix broken pm_runtime_and_get() usage + - crypto: stm32/crc32 - Fix kernel BUG triggered in probe() + - crypto: caam - replace this_cpu_ptr with raw_cpu_ptr + - ubifs: Error path in ubifs_remount_rw() seems to wrongly free write buffers + - tpm: fix potential NULL pointer access in tpm_del_char_device + - tpm: fix NPE on probe for missing device + - mfd: tps65910: Set PWR_OFF bit during driver probe + - spi: uniphier: Fix a bug that doesn't point to private data correctly + - xen/gntdev: fix unmap notification order + - md: Move alloc/free acct bioset in to personality + - HID: magicmouse: Fix an error handling path in magicmouse_probe() + - fuse: Pass correct lend value to filemap_write_and_wait_range() + - serial: Fix incorrect rs485 polarity on uart open + - cputime, cpuacct: Include guest time in user time in cpuacct.stat + - sched/cpuacct: Fix user/system in shown cpuacct.usage* + - tracing/kprobes: 'nmissed' not showed correctly for kretprobe + - tracing: Have syscall trace events use trace_event_buffer_lock_reserve() + - remoteproc: imx_rproc: Fix a resource leak in the remove function + - iwlwifi: mvm: Increase the scan timeout guard to 30 seconds + - s390/mm: fix 2KB pgtable release race + - device property: Fix fwnode_graph_devcon_match() fwnode leak + - drm/tegra: submit: Add missing pm_runtime_mark_last_busy() + - drm/etnaviv: limit submit sizes + - drm/amd/display: Fix the uninitialized variable in enable_stream_features() + - drm/nouveau/kms/nv04: use vzalloc for nv04_display + - drm/bridge: analogix_dp: Make PSR-exit block less + - parisc: Fix lpa and lpa_user defines + - powerpc/64s/radix: Fix huge vmap false positive + - scsi: lpfc: Fix lpfc_force_rscn ndlp kref imbalance + - drm/amdgpu: don't do resets on APUs which don't support it + - drm/i915/display/ehl: Update voltage swing table + - PCI: xgene: Fix IB window setup + - PCI: pciehp: Use down_read/write_nested(reset_lock) to fix lockdep errors + - PCI: pci-bridge-emul: Make expansion ROM Base Address register read-only + - PCI: pci-bridge-emul: Properly mark reserved PCIe bits in PCI config space + - PCI: pci-bridge-emul: Fix definitions of reserved bits + - PCI: pci-bridge-emul: Correctly set PCIe capabilities + - PCI: pci-bridge-emul: Set PCI_STATUS_CAP_LIST for PCIe device + - xfrm: fix policy lookup for ipv6 gre packets + - xfrm: fix dflt policy check when there is no policy configured + - btrfs: fix deadlock between quota enable and other quota operations + - btrfs: check the root node for uptodate before returning it + - btrfs: respect the max size in the header when activating swap file + - ext4: make sure to reset inode lockdep class when quota enabling fails + - ext4: make sure quota gets properly shutdown on error + - ext4: fix a possible ABBA deadlock due to busy PA + - ext4: initialize err_blk before calling __ext4_get_inode_loc + - ext4: fix fast commit may miss tracking range for FALLOC_FL_ZERO_RANGE + - ext4: set csum seed in tmp inode while migrating to extents + - ext4: Fix BUG_ON in ext4_bread when write quota data + - ext4: use ext4_ext_remove_space() for fast commit replay delete range + - ext4: fast commit may miss tracking unwritten range during ftruncate + - ext4: destroy ext4_fc_dentry_cachep kmemcache on module removal + - ext4: fix null-ptr-deref in '__ext4_journal_ensure_credits' + - ext4: fix an use-after-free issue about data=journal writeback mode + - ext4: don't use the orphan list when migrating an inode + - tracing/osnoise: Properly unhook events if start_per_cpu_kthreads() fails + - ath11k: qmi: avoid error messages when dma allocation fails + - drm/radeon: fix error handling in radeon_driver_open_kms + - of: base: Improve argument length mismatch error + - firmware: Update Kconfig help text for Google firmware + - can: mcp251xfd: mcp251xfd_tef_obj_read(): fix typo in error message + - media: rcar-csi2: Optimize the selection PHTW register + - drm/vc4: hdmi: Make sure the device is powered with CEC + - media: correct MEDIA_TEST_SUPPORT help text + - Documentation: coresight: Fix documentation issue + - Documentation: dmaengine: Correctly describe dmatest with channel unset + - Documentation: ACPI: Fix data node reference documentation + - Documentation, arch: Remove leftovers from raw device + - Documentation, arch: Remove leftovers from CIFS_WEAK_PW_HASH + - Documentation: refer to config RANDOMIZE_BASE for kernel address-space + randomization + - Documentation: fix firewire.rst ABI file path error + - net: usb: Correct reset handling of smsc95xx + - Bluetooth: hci_sync: Fix not setting adv set duration + - scsi: core: Show SCMD_LAST in text form + - scsi: ufs: ufs-mediatek: Fix error checking in ufs_mtk_init_va09_pwr_ctrl() + - RDMA/cma: Remove open coding of overflow checking for private_data_len + - dmaengine: uniphier-xdmac: Fix type of address variables + - dmaengine: idxd: fix wq settings post wq disable + - RDMA/hns: Modify the mapping attribute of doorbell to device + - RDMA/rxe: Fix a typo in opcode name + - dmaengine: stm32-mdma: fix STM32_MDMA_CTBR_TSEL_MASK + - Revert "net/mlx5: Add retry mechanism to the command entry index allocation" + - powerpc/cell: Fix clang -Wimplicit-fallthrough warning + - powerpc/fsl/dts: Enable WA for erratum A-009885 on fman3l MDIO buses + - block: fix async_depth sysfs interface for mq-deadline + - block: Fix fsync always failed if once failed + - drm/vc4: crtc: Drop feed_txp from state + - drm/vc4: Fix non-blocking commit getting stuck forever + - drm/vc4: crtc: Copy assigned channel to the CRTC + - bpftool: Remove inclusion of utilities.mak from Makefiles + - bpftool: Fix indent in option lists in the documentation + - xdp: check prog type before updating BPF link + - bpf: Fix mount source show for bpffs + - bpf: Mark PTR_TO_FUNC register initially with zero offset + - perf evsel: Override attr->sample_period for non-libpfm4 events + - ipv4: update fib_info_cnt under spinlock protection + - ipv4: avoid quadratic behavior in netns dismantle + - mlx5: Don't accidentally set RTO_ONLINK before mlx5e_route_lookup_ipv4_get() + - net/fsl: xgmac_mdio: Add workaround for erratum A-009885 + - net/fsl: xgmac_mdio: Fix incorrect iounmap when removing module + - parisc: pdc_stable: Fix memory leak in pdcs_register_pathentries + - riscv: dts: microchip: mpfs: Drop empty chosen node + - drm/vmwgfx: Remove explicit transparent hugepages support + - drm/vmwgfx: Remove unused compile options + - f2fs: fix remove page failed in invalidate compress pages + - f2fs: fix to avoid panic in is_alive() if metadata is inconsistent + - f2fs: compress: fix potential deadlock of compress file + - f2fs: fix to reserve space for IO align feature + - f2fs: fix to check available space of CP area correctly in + update_ckpt_flags() + - crypto: octeontx2 - uninitialized variable in kvf_limits_store() + - af_unix: annote lockless accesses to unix_tot_inflight & gc_in_progress + - clk: Emit a stern warning with writable debugfs enabled + - clk: si5341: Fix clock HW provider cleanup + - pinctrl/rockchip: fix gpio device creation + - gpio: mpc8xxx: Fix IRQ check in mpc8xxx_probe + - gpio: idt3243x: Fix IRQ check in idt_gpio_probe + - net/smc: Fix hung_task when removing SMC-R devices + - net: axienet: increase reset timeout + - net: axienet: Wait for PhyRstCmplt after core reset + - net: axienet: reset core on initialization prior to MDIO access + - net: axienet: add missing memory barriers + - net: axienet: limit minimum TX ring size + - net: axienet: Fix TX ring slot available check + - net: axienet: fix number of TX ring slots for available check + - net: axienet: fix for TX busy handling + - net: axienet: increase default TX ring size to 128 + - bitops: protect find_first_{,zero}_bit properly + - um: gitignore: Add kernel/capflags.c + - HID: vivaldi: fix handling devices not using numbered reports + - rtc: pxa: fix null pointer dereference + - vdpa/mlx5: Fix wrong configuration of virtio_version_1_0 + - virtio_ring: mark ring unused on error + - taskstats: Cleanup the use of task->exit_code + - inet: frags: annotate races around fqdir->dead and fqdir->high_thresh + - netns: add schedule point in ops_exit_list() + - iwlwifi: fix Bz NMI behaviour + - xfrm: Don't accidentally set RTO_ONLINK in decode_session4() + - vdpa/mlx5: Restore cur_num_vqs in case of failure in change_num_qps() + - gre: Don't accidentally set RTO_ONLINK in gre_fill_metadata_dst() + - libcxgb: Don't accidentally set RTO_ONLINK in cxgb_find_route() + - perf script: Fix hex dump character output + - dmaengine: at_xdmac: Don't start transactions at tx_submit level + - dmaengine: at_xdmac: Start transfer for cyclic channels in issue_pending + - dmaengine: at_xdmac: Print debug message after realeasing the lock + - dmaengine: at_xdmac: Fix concurrency over xfers_list + - dmaengine: at_xdmac: Fix lld view setting + - dmaengine: at_xdmac: Fix at_xdmac_lld struct definition + - perf tools: Drop requirement for libstdc++.so for libopencsd check + - perf probe: Fix ppc64 'perf probe add events failed' case + - devlink: Remove misleading internal_flags from health reporter dump + - arm64: dts: qcom: msm8996: drop not documented adreno properties + - net: fix sock_timestamping_bind_phc() to release device + - net: bonding: fix bond_xmit_broadcast return value error bug + - net: ipa: fix atomic update in ipa_endpoint_replenish() + - net_sched: restore "mpu xxx" handling + - net: mscc: ocelot: don't let phylink re-enable TX PAUSE on the NPI port + - bcmgenet: add WOL IRQ check + - net: wwan: Fix MRU mismatch issue which may lead to data connection lost + - net: ethernet: mtk_eth_soc: fix error checking in mtk_mac_config() + - net: ocelot: Fix the call to switchdev_bridge_port_offload + - net: sfp: fix high power modules without diagnostic monitoring + - net: cpsw: avoid alignment faults by taking NET_IP_ALIGN into account + - net: phy: micrel: use kszphy_suspend()/kszphy_resume for irq aware devices + - net: mscc: ocelot: fix using match before it is set + - dt-bindings: display: meson-dw-hdmi: add missing sound-name-prefix property + - dt-bindings: display: meson-vpu: Add missing amlogic,canvas property + - dt-bindings: watchdog: Require samsung,syscon-phandle for Exynos7 + - sch_api: Don't skip qdisc attach on ingress + - scripts/dtc: dtx_diff: remove broken example from help text + - lib82596: Fix IRQ check in sni_82596_probe + - mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_fault + - bonding: Fix extraction of ports from the packet headers + - lib/test_meminit: destroy cache in kmem_cache_alloc_bulk() test + - scripts: sphinx-pre-install: add required ctex dependency + - scripts: sphinx-pre-install: Fix ctex support on Debian + - Linux 5.15.17 + + * rtw88_8821ce causes freeze (LP: #1927808) // Jammy update: v5.15.17 upstream + stable release (LP: #1959376) + - rtw88: Disable PCIe ASPM while doing NAPI poll on 8821CE + + * Jammy update: v5.15.16 upstream stable release (LP: #1958977) + - devtmpfs regression fix: reconfigure on each mount + - orangefs: Fix the size of a memory allocation in orangefs_bufmap_alloc() + - remoteproc: qcom: pil_info: Don't memcpy_toio more than is provided + - perf: Protect perf_guest_cbs with RCU + - KVM: x86: Register perf callbacks after calling vendor's hardware_setup() + - KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest + - KVM: x86: don't print when fail to read/write pv eoi memory + - KVM: s390: Clarify SIGP orders versus STOP/RESTART + - remoteproc: qcom: pas: Add missing power-domain "mxc" for CDSP + - 9p: only copy valid iattrs in 9P2000.L setattr implementation + - video: vga16fb: Only probe for EGA and VGA 16 color graphic cards + - media: uvcvideo: fix division by zero at stream start + - rtlwifi: rtl8192cu: Fix WARNING when calling local_irq_restore() with + interrupts enabled + - firmware: qemu_fw_cfg: fix sysfs information leak + - firmware: qemu_fw_cfg: fix NULL-pointer deref on duplicate entries + - firmware: qemu_fw_cfg: fix kobject leak in probe error path + - perf annotate: Avoid TUI crash when navigating in the annotation of + recursive functions + - KVM: x86: remove PMU FIXED_CTR3 from msrs_to_save_all + - ALSA: hda/realtek: Add speaker fixup for some Yoga 15ITL5 devices + - ALSA: hda/realtek - Fix silent output on Gigabyte X570 Aorus Master after + reboot from Windows + - ALSA: hda: ALC287: Add Lenovo IdeaPad Slim 9i 14ITL5 speaker quirk + - ALSA: hda/tegra: Fix Tegra194 HDA reset failure + - ALSA: hda/realtek: Add quirk for Legion Y9000X 2020 + - ALSA: hda/realtek: Re-order quirk entries for Lenovo + - mtd: fixup CFI on ixp4xx + - Linux 5.15.16 + + * UBSAN: array-index-out-of-bounds in dcn31_resources on AMD yellow carp + platform (LP: #1958229) + - drm/amd/display: Fix out of bounds access on DNC31 stream encoder regs + + * Jammy update: v5.15.15 upstream stable release (LP: #1958418) + - s390/kexec: handle R_390_PLT32DBL rela in arch_kexec_apply_relocations_add() + - workqueue: Fix unbind_workers() VS wq_worker_running() race + - staging: r8188eu: switch the led off during deinit + - bpf: Fix out of bounds access from invalid *_or_null type verification + - Bluetooth: btusb: Add protocol for MediaTek bluetooth devices(MT7922) + - Bluetooth: btusb: Add the new support ID for Realtek RTL8852A + - Bluetooth: btusb: Add support for IMC Networks Mediatek Chip(MT7921) + - Bbluetooth: btusb: Add another Bluetooth part for Realtek 8852AE + - Bluetooth: btusb: fix memory leak in btusb_mtk_submit_wmt_recv_urb() + - Bluetooth: btusb: enable Mediatek to support AOSP extension + - Bluetooth: btusb: Add one more Bluetooth part for the Realtek RTL8852AE + - fget: clarify and improve __fget_files() implementation + - Bluetooth: btusb: Add two more Bluetooth parts for WCN6855 + - Bluetooth: btusb: Add support for Foxconn MT7922A + - Bluetooth: btintel: Fix broken LED quirk for legacy ROM devices + - Bluetooth: btusb: Add support for Foxconn QCA 0xe0d0 + - Bluetooth: bfusb: fix division by zero in send path + - ARM: dts: exynos: Fix BCM4330 Bluetooth reset polarity in I9100 + - USB: core: Fix bug in resuming hub's handling of wakeup requests + - USB: Fix "slab-out-of-bounds Write" bug in usb_hcd_poll_rh_status + - ath11k: Fix buffer overflow when scanning with extraie + - mmc: sdhci-pci: Add PCI ID for Intel ADL + - Bluetooth: add quirk disabling LE Read Transmit Power + - Bluetooth: btbcm: disable read tx power for some Macs with the T2 Security + chip + - Bluetooth: btbcm: disable read tx power for MacBook Air 8,1 and 8,2 + - veth: Do not record rx queue hint in veth_xmit + - mfd: intel-lpss: Fix too early PM enablement in the ACPI ->probe() + - can: gs_usb: fix use of uninitialized variable, detach device on reception + of invalid USB data + - can: isotp: convert struct tpcon::{idx,len} to unsigned int + - can: gs_usb: gs_can_start_xmit(): zero-initialize hf->{flags,reserved} + - random: fix data race on crng_node_pool + - random: fix data race on crng init time + - random: fix crash on multiple early calls to add_bootloader_randomness() + - platform/x86/intel: hid: add quirk to support Surface Go 3 + - media: Revert "media: uvcvideo: Set unique vdev name based in type" + - staging: wlan-ng: Avoid bitwise vs logical OR warning in + hfa384x_usb_throttlefn() + - drm/i915: Avoid bitwise vs logical OR warning in snb_wm_latency_quirk() + - staging: greybus: fix stack size warning with UBSAN + - Linux 5.15.15 + + * UBSAN warning on unplugging USB4 DP alt mode from AMD Yellow Carp graphics + card (LP: #1956497) + - drm/amd/display: explicitly set is_dsc_supported to false before use + + * Support USB4 DP alt mode for AMD Yellow Carp graphics card (LP: #1953008) + - drm/amd/display: Enable PSR by default on newer DCN + - SAUCE: drm/amd/display: Fixup previous PSR policy commit + - drm/amd/display: Fix USB4 hot plug crash issue + - drm/amd/display: Creating a fw boot options bit for an upcoming feature + - drm/amd/display: Enable dpia in dmub only for DCN31 B0 + - drm/amd/display: MST support for DPIA + - drm/amd/display: Set phy_mux_sel bit in dmub scratch register + - drm/amd/display: Don't lock connection_mutex for DMUB HPD + - drm/amd/display: Add callbacks for DMUB HPD IRQ notifications + + * Jammy update: v5.15.14 upstream stable release (LP: #1957882) + - fscache_cookie_enabled: check cookie is valid before accessing it + - selftests: x86: fix [-Wstringop-overread] warn in test_process_vm_readv() + - tracing: Fix check for trace_percpu_buffer validity in get_trace_buf() + - tracing: Tag trace_percpu_buffer as a percpu pointer + - Revert "RDMA/mlx5: Fix releasing unallocated memory in dereg MR flow" + - ieee802154: atusb: fix uninit value in atusb_set_extended_addr + - i40e: Fix to not show opcode msg on unsuccessful VF MAC change + - iavf: Fix limit of total number of queues to active queues of VF + - RDMA/core: Don't infoleak GRH fields + - Revert "net: usb: r8152: Add MAC passthrough support for more Lenovo Docks" + - netrom: fix copying in user data in nr_setsockopt + - RDMA/uverbs: Check for null return of kmalloc_array + - mac80211: initialize variable have_higher_than_11mbit + - mac80211: mesh: embedd mesh_paths and mpp_paths into ieee80211_if_mesh + - sfc: The RX page_ring is optional + - i40e: fix use-after-free in i40e_sync_filters_subtask() + - i40e: Fix for displaying message regarding NVM version + - i40e: Fix incorrect netdev's real number of RX/TX queues + - ftrace/samples: Add missing prototypes direct functions + - ipv4: Check attribute length for RTA_GATEWAY in multipath route + - ipv4: Check attribute length for RTA_FLOW in multipath route + - ipv6: Check attribute length for RTA_GATEWAY in multipath route + - ipv6: Check attribute length for RTA_GATEWAY when deleting multipath route + - lwtunnel: Validate RTA_ENCAP_TYPE attribute length + - selftests: net: udpgro_fwd.sh: explicitly checking the available ping + feature + - sctp: hold endpoint before calling cb in sctp_transport_lookup_process + - batman-adv: mcast: don't send link-local multicast to mcast routers + - sch_qfq: prevent shift-out-of-bounds in qfq_init_qdisc + - net: ena: Fix undefined state when tx request id is out of bounds + - net: ena: Fix wrong rx request id by resetting device + - net: ena: Fix error handling when calculating max IO queues number + - md/raid1: fix missing bitmap update w/o WriteMostly devices + - EDAC/i10nm: Release mdev/mbase when failing to detect HBM + - KVM: x86: Check for rmaps allocation + - cgroup: Use open-time credentials for process migraton perm checks + - cgroup: Allocate cgroup_file_ctx for kernfs_open_file->priv + - cgroup: Use open-time cgroup namespace for process migration perm checks + - Revert "i2c: core: support bus regulator controlling in adapter" + - i2c: mpc: Avoid out of bounds memory access + - power: supply: core: Break capacity loop + - power: reset: ltc2952: Fix use of floating point literals + - reset: renesas: Fix Runtime PM usage + - rndis_host: support Hytera digital radios + - gpio: gpio-aspeed-sgpio: Fix wrong hwirq base in irq handler + - net ticp:fix a kernel-infoleak in __tipc_sendmsg() + - phonet: refcount leak in pep_sock_accep + - fbdev: fbmem: add a helper to determine if an aperture is used by a fw fb + - drm/amdgpu: disable runpm if we are the primary adapter + - power: bq25890: Enable continuous conversion for ADC at charging + - ipv6: Continue processing multipath route even if gateway attribute is + invalid + - ipv6: Do cleanup if attribute validation fails in multipath route + - auxdisplay: charlcd: checking for pointer reference before dereferencing + - drm/amdgpu: fix dropped backing store handling in amdgpu_dma_buf_move_notify + - drm/amd/pm: Fix xgmi link control on aldebaran + - usb: mtu3: fix interval value for intr and isoc + - scsi: libiscsi: Fix UAF in iscsi_conn_get_param()/iscsi_conn_teardown() + - ip6_vti: initialize __ip6_tnl_parm struct in vti6_siocdevprivate + - net: udp: fix alignment problem in udp4_seq_show() + - atlantic: Fix buff_ring OOB in aq_ring_rx_clean + - drm/amd/pm: skip setting gfx cgpg in the s0ix suspend-resume + - mISDN: change function names to avoid conflicts + - drm/amd/display: fix B0 TMDS deepcolor no dislay issue + - drm/amd/display: Added power down for DCN10 + - ipv6: raw: check passed optlen before reading + - userfaultfd/selftests: fix hugetlb area allocations + - ARM: dts: gpio-ranges property is now required + - Input: zinitix - make sure the IRQ is allocated before it gets enabled + - Revert "drm/amdgpu: stop scheduler when calling hw_fini (v2)" + - drm/amd/pm: keep the BACO feature enabled for suspend + - Linux 5.15.14 + + * alsa/sdw: add sdw audio machine driver for several ADL machines + (LP: #1951563) + - ASoC: Intel: sof_sdw: Add support for SKU 0AF3 product + - ASoC: Intel: soc-acpi: add SKU 0AF3 SoundWire configuration + - ASoC: Intel: sof_sdw: Add support for SKU 0B00 and 0B01 products + - ASoC: Intel: sof_sdw: Add support for SKU 0B11 product + - ASoC: Intel: sof_sdw: Add support for SKU 0B13 product + - ASoC: Intel: soc-acpi: add SKU 0B13 SoundWire configuration + - ASoC: Intel: sof_sdw: Add support for SKU 0B29 product + - ASoC: Intel: soc-acpi: add SKU 0B29 SoundWire configuration + - ASoC: Intel: sof_sdw: Add support for SKU 0B12 product + - ASoC: intel: sof_sdw: return the original error number + - ASoC: intel: sof_sdw: rename be_index/link_id to link_index + - ASoC: intel: sof_sdw: Use a fixed DAI link id for AMP + - ASoC: intel: sof_sdw: move DMIC link id overwrite to create_sdw_dailink + - ASoC: intel: sof_sdw: remove SOF_RT715_DAI_ID_FIX quirk + - ASoC: intel: sof_sdw: remove sof_sdw_mic_codec_mockup_init + - ASoC: intel: sof_sdw: remove get_next_be_id + - ASoC: intel: sof_sdw: add link adr order check + + * Add basic Wifi support for Qualcomm WCN6856 (LP: #1955613) + - ath11k: change to use dynamic memory for channel list of scan + - ath11k: add string type to search board data in board-2.bin for WCN6855 + + * Enable audio mute LED and mic mute LED on a new HP laptop (LP: #1956454) + - ALSA: hda/realtek: Use ALC285_FIXUP_HP_GPIO_LED on another HP laptop + + * Add missing BT ID for Qualcomm WCN6856 (LP: #1956407) + - Bluetooth: btusb: Add one more Bluetooth part for WCN6855 + + * Add Bluetooth support for Qualcomm WCN6856 (LP: #1955689) + - Bluetooth: btusb: Add support using different nvm for variant WCN6855 + controller + - Bluetooth: btusb: re-definition for board_id in struct qca_version + - Bluetooth: btusb: Add the new support IDs for WCN6855 + + * Improve performance and idle power consumption (LP: #1941893) + - x86: ACPI: cstate: Optimize C3 entry on AMD CPUs + + * [Yellow Carp] USB4 interdomain communication problems (LP: #1945361) + - thunderbolt: Enable retry logic for intra-domain control packets + + * 1951111: + - scsi: lpfc: Fix mailbox command failure during driver initialization + + * [Jammy] Update Broadcom Emulex FC HBA lpfc driver to 14.0.0.3 for Ubuntu + 22.04 (LP: #1951111) + - scsi: lpfc: Fix premature rpi release for unsolicited TPLS and LS_RJT + - scsi: lpfc: Fix hang on unload due to stuck fport node + - scsi: lpfc: Fix rediscovery of tape device after LIP + - scsi: lpfc: Don't remove ndlp on PRLI errors in P2P mode + - scsi: lpfc: Fix EEH support for NVMe I/O + - scsi: lpfc: Adjust bytes received vales during cmf timer interval + - scsi: lpfc: Fix I/O block after enabling managed congestion mode + - scsi: lpfc: Zero CGN stats only during initial driver load and stat reset + - scsi: lpfc: Improve PBDE checks during SGL processing + - scsi: lpfc: Update lpfc version to 14.0.0.2 + + * smartpqi: Update 20.04.4 to latest kernel.org patch level (LP: #1953689) + - scsi: smartpqi: Update device removal management + - scsi: smartpqi: Capture controller reason codes + - scsi: smartpqi: Update LUN reset handler + - scsi: smartpqi: Add TEST UNIT READY check for SANITIZE operation + - scsi: smartpqi: Avoid failing I/Os for offline devices + - scsi: smartpqi: Add extended report physical LUNs + - scsi: smartpqi: Fix boot failure during LUN rebuild + - scsi: smartpqi: Fix duplicate device nodes for tape changers + - scsi: smartpqi: Add 3252-8i PCI id + - scsi: smartpqi: Update version to 2.1.12-055 + + * Let VMD follow host bridge PCIe settings (LP: #1954611) + - PCI: vmd: Honor ACPI _OSC on PCIe features + + * Fix spurious wakeup caused by Intel 7560 WWAN (LP: #1956443) + - net: wwan: iosm: Keep device at D0 for s2idle case + + * [uacc-0623] hisi_sec2 fail to alloc uacce (LP: #1933301) + - crypto: hisilicon/qm - modify the uacce mode check + + * Jammy update: v5.15.13 upstream stable release (LP: #1956926) + - Input: i8042 - add deferred probe support + - Input: i8042 - enable deferred probe quirk for ASUS UM325UA + - tomoyo: Check exceeded quota early in tomoyo_domain_quota_is_ok(). + - tomoyo: use hwight16() in tomoyo_domain_quota_is_ok() + - net/sched: Extend qdisc control block with tc control block + - parisc: Clear stale IIR value on instruction access rights trap + - platform/mellanox: mlxbf-pmc: Fix an IS_ERR() vs NULL bug in + mlxbf_pmc_map_counters + - platform/x86: apple-gmux: use resource_size() with res + - memblock: fix memblock_phys_alloc() section mismatch error + - recordmcount.pl: fix typo in s390 mcount regex + - powerpc/ptdump: Fix DEBUG_WX since generic ptdump conversion + - efi: Move efifb_setup_from_dmi() prototype from arch headers + - selinux: initialize proto variable in selinux_ip_postroute_compat() + - scsi: lpfc: Terminate string in lpfc_debugfs_nvmeio_trc_write() + - net/mlx5: DR, Fix NULL vs IS_ERR checking in dr_domain_init_resources + - net/mlx5: Fix error print in case of IRQ request failed + - net/mlx5: Fix SF health recovery flow + - net/mlx5: Fix tc max supported prio for nic mode + - net/mlx5e: Wrap the tx reporter dump callback to extract the sq + - net/mlx5e: Fix interoperability between XSK and ICOSQ recovery flow + - net/mlx5e: Fix ICOSQ recovery flow for XSK + - net/mlx5e: Use tc sample stubs instead of ifdefs in source file + - net/mlx5e: Delete forward rule for ct or sample action + - udp: using datalen to cap ipv6 udp max gso segments + - selftests: Calculate udpgso segment count without header adjustment + - sctp: use call_rcu to free endpoint + - net/smc: fix using of uninitialized completions + - net: usb: pegasus: Do not drop long Ethernet frames + - net: ag71xx: Fix a potential double free in error handling paths + - net: lantiq_xrx200: fix statistics of received bytes + - NFC: st21nfca: Fix memory leak in device probe and remove + - net/smc: don't send CDC/LLC message if link not ready + - net/smc: fix kernel panic caused by race of smc_sock + - igc: Do not enable crosstimestamping for i225-V models + - igc: Fix TX timestamp support for non-MSI-X platforms + - drm/amd/display: Send s0i2_rdy in stream_count == 0 optimization + - drm/amd/display: Set optimize_pwr_state for DCN31 + - ionic: Initialize the 'lif->dbid_inuse' bitmap + - net/mlx5e: Fix wrong features assignment in case of error + - net: bridge: mcast: add and enforce query interval minimum + - net: bridge: mcast: add and enforce startup query interval minimum + - selftests/net: udpgso_bench_tx: fix dst ip argument + - selftests: net: Fix a typo in udpgro_fwd.sh + - net: bridge: mcast: fix br_multicast_ctx_vlan_global_disabled helper + - net/ncsi: check for error return from call to nla_put_u32 + - selftests: net: using ping6 for IPv6 in udpgro_fwd.sh + - fsl/fman: Fix missing put_device() call in fman_port_probe + - i2c: validate user data in compat ioctl + - nfc: uapi: use kernel size_t to fix user-space builds + - uapi: fix linux/nfc.h userspace compilation errors + - drm/nouveau: wait for the exclusive fence after the shared ones v2 + - drm/amdgpu: When the VCN(1.0) block is suspended, powergating is explicitly + enabled + - drm/amdgpu: add support for IP discovery gc_info table v2 + - drm/amd/display: Changed pipe split policy to allow for multi-display pipe + split + - xhci: Fresco FL1100 controller should not have BROKEN_MSI quirk set. + - usb: gadget: f_fs: Clear ffs_eventfd in ffs_data_clear. + - usb: mtu3: add memory barrier before set GPD's HWO + - usb: mtu3: fix list_head check warning + - usb: mtu3: set interval of FS intr and isoc endpoint + - nitro_enclaves: Use get_user_pages_unlocked() call to handle mmap assert + - binder: fix async_free_space accounting for empty parcels + - scsi: vmw_pvscsi: Set residual data length conditionally + - Input: appletouch - initialize work before device registration + - Input: spaceball - fix parsing of movement data packets + - mm/damon/dbgfs: fix 'struct pid' leaks in 'dbgfs_target_ids_write()' + - net: fix use-after-free in tw_timer_handler + - fs/mount_setattr: always cleanup mount_kattr + - perf intel-pt: Fix parsing of VM time correlation arguments + - perf script: Fix CPU filtering of a script's switch events + - perf scripts python: intel-pt-events.py: Fix printing of switch events + - Linux 5.15.13 + + * Miscellaneous Ubuntu changes + - [Packaging] getabis: Add fwinfo.builtin to the ABI + - [Packaging] Add list of built-in firmwares to the ABI + - [Config] x86-64: SYSFB_SIMPLEFB=y + - [packaging] arm64: introduce the lowlatency and lowlatency-64k flavours + - [packaging] arm64: updateconfigs + - [Config] annotations: remove duplicates when arm64-generic == + arm64-generic-64k option + - [Config] annotations: introduce arm64-lowlatency and arm64-lowlatency-64k + kconfig options checks + - [Packaging] Update dependency of pahole / dwarves + - [Config] toolchain version update + + * Miscellaneous upstream changes + - scsi: lpfc: Revert LOG_TRACE_EVENT back to LOG_INIT prior to + driver_resource_setup() + - scsi: lpfc: Correct sysfs reporting of loop support after SFP status change + - scsi: lpfc: Allow PLOGI retry if previous PLOGI was aborted + - scsi: lpfc: Update lpfc version to 14.0.0.3 + - Revert "rtw88: Disable PCIe ASPM while doing NAPI poll on 8821CE" + + -- Paolo Pisati Fri, 28 Jan 2022 17:16:21 +0100 + +linux (5.15.0-18.18) jammy; urgency=medium + + * jammy/linux: 5.15.0-18.18 -proposed tracker (LP: #1958638) + + * CVE-2021-4155 + - xfs: map unwritten blocks in XFS_IOC_{ALLOC, FREE}SP just like fallocate + + * CVE-2022-0185 + - SAUCE: vfs: test that one given mount param is not larger than PAGE_SIZE + + * [UBUNTU 20.04] KVM hardware diagnose data improvements for guest kernel - + kernel part (LP: #1953334) + - KVM: s390: add debug statement for diag 318 CPNC data + + * OOB write on BPF_RINGBUF (LP: #1956585) + - SAUCE: bpf: prevent helper argument PTR_TO_ALLOC_MEM to have offset other + than 0 + + * Miscellaneous Ubuntu changes + - [Config] re-enable shiftfs + - [SAUCE] shiftfs: support kernel 5.15 + - [Config] update toolchain versions + + * Miscellaneous upstream changes + - vfs: fs_context: fix up param length parsing in legacy_parse_param + + -- Andrea Righi Fri, 21 Jan 2022 13:32:27 +0100 + +linux (5.15.0-17.17) jammy; urgency=medium + + * jammy/linux: 5.15.0-17.17 -proposed tracker (LP: #1957809) + + -- Andrea Righi Thu, 13 Jan 2022 17:11:21 +0100 + +linux (5.15.0-16.16) jammy; urgency=medium + + * jammy/linux: 5.15.0-16.16 -proposed tracker (LP: #1956820) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + * 5.15 stuck at boot on c4.large (LP: #1956780) + - Revert "PCI/MSI: Mask MSI-X vectors only on success" + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Packaging] temporarily disable signed v4l2loopback" + + -- Andrea Righi Sat, 08 Jan 2022 10:57:58 +0100 + +linux (5.15.0-15.15) jammy; urgency=medium + + * jammy/linux: 5.15.0-15.15 -proposed tracker (LP: #1956314) + + * Packaging resync (LP: #1786013) + - update dkms package versions + - debian/dkms-versions -- update from kernel-versions (main/master) + + * rtw88_8821ce causes freeze (LP: #1927808) + - rtw88: Disable PCIe ASPM while doing NAPI poll on 8821CE + + * alsa/sdw: fix the audio sdw codec parsing logic in the acpi table + (LP: #1955686) + - ALSA: hda: intel-sdw-acpi: go through HDAS ACPI at max depth of 2 + - ALSA: hda: intel-sdw-acpi: harden detection of controller + + * Got black screen when resume from s2idle with AMD dGPU (LP: #1955790) + - SAUCE: drm/amdgpu: put SMU into proper state on runpm suspending for BOCO + capable platform + - SAUCE: drm/amdgpu: always reset the asic in suspend (v2) + + * Fix USB3 detection on HP dock (LP: #1955443) + - usb: hub: Add delay for SuperSpeed hub resume to let links transit to U0 + + * support signed v4l2loopback dkms build (LP: #1938531) + - enable v4l2loopback builds on amd64 kernels + - support v4l2loopback dkms build + + * Jammy update: v5.15.12 upstream stable release (LP: #1956305) + - arm64: vdso32: require CROSS_COMPILE_COMPAT for gcc+bfd + - net: usb: lan78xx: add Allied Telesis AT29M2-AF + - ext4: prevent partial update of the extent blocks + - ext4: check for out-of-order index extents in ext4_valid_extent_entries() + - ext4: check for inconsistent extents between index and leaf block + - selftests: KVM: Fix non-x86 compiling + - HID: holtek: fix mouse probing + - HID: potential dereference of null pointer + - NFSD: Fix READDIR buffer overflow + - PM: sleep: Fix error handling in dpm_prepare() + - arm64: dts: allwinner: orangepi-zero-plus: fix PHY mode + - bus: sunxi-rsb: Fix shutdown + - spi: change clk_disable_unprepare to clk_unprepare + - ucounts: Fix rlimit max values check + - drm/mediatek: hdmi: Perform NULL pointer check for mtk_hdmi_conf + - ASoC: meson: aiu: fifo: Add missing dma_coerce_mask_and_coherent() + - RDMA/hns: Fix RNR retransmission issue for HIP08 + - IB/qib: Fix memory leak in qib_user_sdma_queue_pkts() + - RDMA/hns: Replace kfree() with kvfree() + - netfilter: nf_tables: fix use-after-free in nft_set_catchall_destroy() + - netfilter: fix regression in looped (broad|multi)cast's MAC handling + - ARM: dts: imx6qdl-wandboard: Fix Ethernet support + - ice: Use xdp_buf instead of rx_buf for xsk zero-copy + - ice: xsk: return xsk buffers back to pool when cleaning the ring + - net: marvell: prestera: fix incorrect return of port_find + - net: marvell: prestera: fix incorrect structure access + - qlcnic: potential dereference null pointer of rx_queue->page_ring + - tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindex + - ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookie + - inet: fully convert sk->sk_rx_dst to RCU rules + - net: accept UFOv6 packages in virtio_net_hdr_to_skb + - net: skip virtio_net_hdr_set_proto if protocol already set + - igb: fix deadlock caused by taking RTNL in RPM resume path + - ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler module + - gpio: virtio: remove timeout + - bonding: fix ad_actor_system option setting to default + - fjes: Check for error irq + - drivers: net: smc911x: Check for error irq + - net: ks8851: Check for error irq + - sfc: Check null pointer of rx_queue->page_ring + - sfc: falcon: Check null pointer of rx_queue->page_ring + - asix: fix uninit-value in asix_mdio_read() + - asix: fix wrong return value in asix_check_host_enable() + - io_uring: zero iocb->ki_pos for stream file types + - veth: ensure skb entering GRO are not cloned. + - net: stmmac: ptp: fix potentially overflowing expression + - net: bridge: Use array_size() helper in copy_to_user() + - net: bridge: fix ioctl old_deviceless bridge argument + - r8152: fix the force speed doesn't work for RTL8156 + - net: stmmac: dwmac-visconti: Fix value of ETHER_CLK_SEL_FREQ_SEL_2P5M + - pinctrl: bcm2835: Change init order for gpio hogs + - hwmon: (lm90) Fix usage of CONFIG2 register in detect function + - hwmon: (lm90) Prevent integer overflow/underflow in hysteresis calculations + - hwmon: (lm90) Introduce flag indicating extended temperature support + - hwmon: (lm90) Add basic support for TI TMP461 + - hwmon: (lm90) Drop critical attribute support for MAX6654 + - ARM: 9160/1: NOMMU: Reload __secondary_data after PROCINFO_INITFUNC + - uapi: Fix undefined __always_inline on non-glibc systems + - compiler.h: Fix annotation macro misplacement with Clang + - platform/x86/intel: Remove X86_PLATFORM_DRIVERS_INTEL + - kernel/crash_core: suppress unknown crashkernel parameter warning + - Revert "x86/boot: Pull up cmdline preparation and early param parsing" + - x86/boot: Move EFI range reservation after cmdline parsing + - ALSA: jack: Check the return value of kstrdup() + - ALSA: drivers: opl3: Fix incorrect use of vp->state + - ALSA: rawmidi - fix the uninitalized user_pversion + - ALSA: hda/hdmi: Disable silent stream on GLK + - ALSA: hda/realtek: Amp init fixup for HP ZBook 15 G6 + - ALSA: hda/realtek: Add new alc285-hp-amp-init model + - ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook + - ALSA: hda/realtek: Fix quirk for Clevo NJ51CU + - ASoC: meson: aiu: Move AIU_I2S_MISC hold setting to aiu-fifo-i2s + - ASoC: tegra: Add DAPM switches for headphones and mic jack + - ASoC: tegra: Restore headphones jack name on Nyan Big + - Input: atmel_mxt_ts - fix double free in mxt_read_info_block + - ipmi: bail out if init_srcu_struct fails + - ipmi: ssif: initialize ssif_info->client early + - ipmi: fix initialization when workqueue allocation fails + - parisc: Correct completer in lws start + - parisc: Fix mask used to select futex spinlock + - tee: handle lookup of shm with reference count 0 + - x86/pkey: Fix undefined behaviour with PKRU_WD_BIT + - platform/x86: amd-pmc: only use callbacks for suspend + - platform/x86: intel_pmc_core: fix memleak on registration failure + - KVM: x86: Always set kvm_run->if_flag + - KVM: x86/mmu: Don't advance iterator after restart due to yielding + - KVM: nVMX: Synthesize TRIPLE_FAULT for L2 if emulation is required + - KVM: VMX: Always clear vmx->fail on emulation_required + - KVM: VMX: Wake vCPU when delivering posted IRQ even if vCPU == this vCPU + - pinctrl: stm32: consider the GPIO offset to expose all the GPIO lines + - gpio: dln2: Fix interrupts when replugging the device + - mmc: sdhci-tegra: Fix switch to HS400ES mode + - mmc: meson-mx-sdhc: Set MANUAL_STOP for multi-block SDIO commands + - mmc: core: Disable card detect during shutdown + - mmc: mmci: stm32: clear DLYB_CR after sending tuning command + - ARM: 9169/1: entry: fix Thumb2 bug in iWMMXt exception handling + - ksmbd: fix error code in ndr_read_int32() + - ksmbd: fix uninitialized symbol 'pntsd_size' + - ksmbd: disable SMB2_GLOBAL_CAP_ENCRYPTION for SMB 3.1.1 + - mac80211: fix locking in ieee80211_start_ap error path + - mm: mempolicy: fix THP allocations escaping mempolicy restrictions + - mm, hwpoison: fix condition in free hugetlb page path + - mm/hwpoison: clear MF_COUNT_INCREASED before retrying get_any_page() + - mm/damon/dbgfs: protect targets destructions with kdamond_lock + - tee: optee: Fix incorrect page free bug + - f2fs: fix to do sanity check on last xattr entry in __f2fs_setxattr() + - netfs: fix parameter of cleanup() + - KVM: VMX: Fix stale docs for kvm-intel.emulate_invalid_guest_state + - arm64: dts: lx2160a: fix scl-gpios property name + - kfence: fix memory leak when cat kfence objects + - Input: iqs626a - prohibit inlining of channel parsing functions + - Input: elants_i2c - do not check Remark ID on eKTH3900/eKTH5312 + - Input: goodix - add id->model mapping for the "9111" model + - ASoC: tas2770: Fix setting of high sample rates + - ASoC: SOF: Intel: pci-tgl: add new ADL-P variant + - ASoC: SOF: Intel: pci-tgl: add ADL-N support + - ASoC: rt5682: fix the wrong jack type detected + - pinctrl: mediatek: fix global-out-of-bounds issue + - hwmom: (lm90) Fix citical alarm status for MAX6680/MAX6681 + - hwmon: (lm90) Do not report 'busy' status bit as alarm + - r8152: sync ocp base + - ax25: NPD bug when detaching AX25 device + - hamradio: defer ax25 kfree after unregister_netdev + - hamradio: improve the incomplete fix to avoid NPD + - tun: avoid double free in tun_free_netdev + - phonet/pep: refuse to enable an unbound pipe + - Linux 5.15.12 + + * Thinkpad E14 Gen2: Kernel panic with trackpad and trackpoint enabled + (LP: #1945590) // Jammy update: v5.15.12 upstream stable release + (LP: #1956305) + - Input: elantech - fix stack out of bound access in + elantech_change_report_id() + + * Jammy update: v5.15.11 upstream stable release (LP: #1956302) + - reset: tegra-bpmp: Revert Handle errors in BPMP response + - KVM: VMX: clear vmx_x86_ops.sync_pir_to_irr if APICv is disabled + - KVM: selftests: Make sure kvm_create_max_vcpus test won't hit RLIMIT_NOFILE + - KVM: downgrade two BUG_ONs to WARN_ON_ONCE + - x86/kvm: remove unused ack_notifier callbacks + - KVM: X86: Fix tlb flush for tdp in kvm_invalidate_pcid() + - mac80211: fix rate control for retransmitted frames + - mac80211: fix regression in SSN handling of addba tx + - mac80211: mark TX-during-stop for TX in in_reconfig + - mac80211: send ADDBA requests using the tid/queue of the aggregation session + - mac80211: validate extended element ID is present + - firmware: arm_scpi: Fix string overflow in SCPI genpd driver + - bpf: Fix kernel address leakage in atomic fetch + - bpf, selftests: Add test case for atomic fetch on spilled pointer + - bpf: Fix signed bounds propagation after mov32 + - bpf: Make 32->64 bounds propagation slightly more robust + - bpf, selftests: Add test case trying to taint map value pointer + - bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux reg + - bpf, selftests: Update test case for atomic cmpxchg on r0 with pointer + - vduse: fix memory corruption in vduse_dev_ioctl() + - vduse: check that offset is within bounds in get_config() + - virtio_ring: Fix querying of maximum DMA mapping size for virtio device + - vdpa: check that offsets are within bounds + - s390/entry: fix duplicate tracking of irq nesting level + - recordmcount.pl: look for jgnop instruction as well as bcrl on s390 + - arm64: dts: ten64: remove redundant interrupt declaration for gpio-keys + - ceph: fix up non-directory creation in SGID directories + - dm btree remove: fix use after free in rebalance_children() + - audit: improve robustness of the audit queue handling + - btrfs: convert latest_bdev type to btrfs_device and rename + - btrfs: use latest_dev in btrfs_show_devname + - btrfs: update latest_dev when we create a sprout device + - btrfs: remove stale comment about the btrfs_show_devname + - scsi: ufs: core: Retry START_STOP on UNIT_ATTENTION + - arm64: dts: rockchip: remove mmc-hs400-enhanced-strobe from rk3399-khadas- + edge + - arm64: dts: rockchip: fix rk3308-roc-cc vcc-sd supply + - arm64: dts: rockchip: fix rk3399-leez-p710 vcc3v3-lan supply + - arm64: dts: rockchip: fix audio-supply for Rock Pi 4 + - arm64: dts: rockchip: fix poweroff on helios64 + - dmaengine: idxd: add halt interrupt support + - dmaengine: idxd: fix calling wq quiesce inside spinlock + - mac80211: track only QoS data frames for admission control + - tee: amdtee: fix an IS_ERR() vs NULL bug + - ceph: fix duplicate increment of opened_inodes metric + - ceph: initialize pathlen variable in reconnect_caps_cb + - ARM: socfpga: dts: fix qspi node compatible + - arm64: dts: imx8mq: remove interconnect property from lcdif + - clk: Don't parent clks until the parent is fully registered + - soc: imx: Register SoC device only on i.MX boards + - iwlwifi: mvm: don't crash on invalid rate w/o STA + - virtio: always enter drivers/virtio/ + - virtio/vsock: fix the transport to work with VMADDR_CID_ANY + - vdpa: Consider device id larger than 31 + - Revert "drm/fb-helper: improve DRM fbdev emulation device names" + - selftests: net: Correct ping6 expected rc from 2 to 1 + - s390/kexec_file: fix error handling when applying relocations + - sch_cake: do not call cake_destroy() from cake_init() + - inet_diag: fix kernel-infoleak for UDP sockets + - netdevsim: don't overwrite read only ethtool parms + - selftests: icmp_redirect: pass xfail=0 to log_test() + - net: hns3: fix use-after-free bug in hclgevf_send_mbx_msg + - net: hns3: fix race condition in debugfs + - selftests: Add duplicate config only for MD5 VRF tests + - selftests: Fix raw socket bind tests with VRF + - selftests: Fix IPv6 address bind tests + - dmaengine: idxd: fix missed completion on abort path + - dmaengine: st_fdma: fix MODULE_ALIAS + - drm: simpledrm: fix wrong unit with pixel clock + - net/sched: sch_ets: don't remove idle classes from the round-robin list + - selftests/net: toeplitz: fix udp option + - net: dsa: mv88e6xxx: Unforce speed & duplex in mac_link_down() + - selftest/net/forwarding: declare NETIFS p9 p10 + - mptcp: never allow the PM to close a listener subflow + - drm/ast: potential dereference of null pointer + - drm/i915/display: Fix an unsigned subtraction which can never be negative. + - mac80211: agg-tx: don't schedule_and_wake_txq() under sta->lock + - cfg80211: Acquire wiphy mutex on regulatory work + - mac80211: fix lookup when adding AddBA extension element + - net: stmmac: fix tc flower deletion for VLAN priority Rx steering + - flow_offload: return EOPNOTSUPP for the unsupported mpls action type + - rds: memory leak in __rds_conn_create() + - ice: Use div64_u64 instead of div_u64 in adjfine + - ice: Don't put stale timestamps in the skb + - drm/amd/display: Set exit_optimized_pwr_state for DCN31 + - drm/amd/pm: fix a potential gpu_metrics_table memory leak + - mptcp: remove tcp ulp setsockopt support + - mptcp: clear 'kern' flag from fallback sockets + - mptcp: fix deadlock in __mptcp_push_pending() + - soc/tegra: fuse: Fix bitwise vs. logical OR warning + - igb: Fix removal of unicast MAC filters of VFs + - igbvf: fix double free in `igbvf_probe` + - igc: Fix typo in i225 LTR functions + - ixgbe: Document how to enable NBASE-T support + - ixgbe: set X550 MDIO speed before talking to PHY + - netdevsim: Zero-initialize memory for new map's value in function + nsim_bpf_map_alloc + - net/packet: rx_owner_map depends on pg_vec + - net: stmmac: dwmac-rk: fix oob read in rk_gmac_setup + - sfc_ef100: potential dereference of null pointer + - dsa: mv88e6xxx: fix debug print for SPEED_UNFORCED + - net: Fix double 0x prefix print in SKB dump + - net/smc: Prevent smc_release() from long blocking + - net: systemport: Add global locking for descriptor lifecycle + - sit: do not call ipip6_dev_free() from sit_init_net() + - afs: Fix mmap + - arm64: kexec: Fix missing error code 'ret' warning in load_other_segments() + - bpf: Fix extable fixup offset. + - bpf, selftests: Fix racing issue in btf_skc_cls_ingress test + - powerpc/85xx: Fix oops when CONFIG_FSL_PMC=n + - USB: gadget: bRequestType is a bitfield, not a enum + - Revert "usb: early: convert to readl_poll_timeout_atomic()" + - KVM: x86: Drop guest CPUID check for host initiated writes to + MSR_IA32_PERF_CAPABILITIES + - tty: n_hdlc: make n_hdlc_tty_wakeup() asynchronous + - USB: NO_LPM quirk Lenovo USB-C to Ethernet Adapher(RTL8153-04) + - usb: dwc2: fix STM ID/VBUS detection startup delay in dwc2_driver_probe + - PCI/MSI: Clear PCI_MSIX_FLAGS_MASKALL on error + - PCI/MSI: Mask MSI-X vectors only on success + - usb: xhci-mtk: fix list_del warning when enable list debug + - usb: xhci: Extend support for runtime power management for AMD's Yellow + carp. + - usb: cdnsp: Fix incorrect status for control request + - usb: cdnsp: Fix incorrect calling of cdnsp_died function + - usb: cdnsp: Fix issue in cdnsp_log_ep trace event + - usb: cdnsp: Fix lack of spin_lock_irqsave/spin_lock_restore + - usb: typec: tcpm: fix tcpm unregister port but leave a pending timer + - usb: gadget: u_ether: fix race in setting MAC address in setup phase + - USB: serial: cp210x: fix CP2105 GPIO registration + - USB: serial: option: add Telit FN990 compositions + - selinux: fix sleeping function called from invalid context + - btrfs: fix memory leak in __add_inode_ref() + - btrfs: fix double free of anon_dev after failure to create subvolume + - btrfs: check WRITE_ERR when trying to read an extent buffer + - btrfs: fix missing blkdev_put() call in btrfs_scan_one_device() + - zonefs: add MODULE_ALIAS_FS + - iocost: Fix divide-by-zero on donation from low hweight cgroup + - serial: 8250_fintek: Fix garbled text for console + - timekeeping: Really make sure wall_to_monotonic isn't positive + - cifs: sanitize multiple delimiters in prepath + - locking/rtmutex: Fix incorrect condition in rtmutex_spin_on_owner() + - riscv: dts: unleashed: Add gpio card detect to mmc-spi-slot + - riscv: dts: unmatched: Add gpio card detect to mmc-spi-slot + - perf inject: Fix segfault due to close without open + - perf inject: Fix segfault due to perf_data__fd() without open + - libata: if T_LENGTH is zero, dma direction should be DMA_NONE + - powerpc/module_64: Fix livepatching for RO modules + - drm/amdgpu: correct register access for RLC_JUMP_TABLE_RESTORE + - drm/amdgpu: don't override default ECO_BITs setting + - drm/amd/pm: fix reading SMU FW version from amdgpu_firmware_info on YC + - Revert "can: m_can: remove support for custom bit timing" + - can: m_can: make custom bittiming fields const + - can: m_can: pci: use custom bit timings for Elkhart Lake + - ARM: dts: imx6ull-pinfunc: Fix CSI_DATA07__ESAI_TX0 pad name + - xsk: Do not sleep in poll() when need_wakeup set + - mptcp: add missing documented NL params + - bpf, x64: Factor out emission of REX byte in more cases + - bpf: Fix extable address check. + - USB: core: Make do_proc_control() and do_proc_bulk() killable + - media: mxl111sf: change mutex_init() location + - fuse: annotate lock in fuse_reverse_inval_entry() + - ovl: fix warning in ovl_create_real() + - scsi: scsi_debug: Don't call kcalloc() if size arg is zero + - scsi: scsi_debug: Fix type in min_t to avoid stack OOB + - scsi: scsi_debug: Sanity check block descriptor length in resp_mode_select() + - io-wq: remove spurious bit clear on task_work addition + - io-wq: check for wq exit after adding new worker task_work + - rcu: Mark accesses to rcu_state.n_force_qs + - io-wq: drop wqe lock before creating new worker + - bus: ti-sysc: Fix variable set but not used warning for reinit_modules + - selftests/damon: test debugfs file reads/writes with huge count + - Revert "xsk: Do not sleep in poll() when need_wakeup set" + - xen/blkfront: harden blkfront against event channel storms + - xen/netfront: harden netfront against event channel storms + - xen/console: harden hvc_xen against event channel storms + - xen/netback: fix rx queue stall detection + - xen/netback: don't queue unlimited number of packages + - Linux 5.15.11 + + * Jammy update: v5.15.10 upstream stable release (LP: #1956301) + - nfc: fix segfault in nfc_genl_dump_devices_done + - hwmon: (corsair-psu) fix plain integer used as NULL pointer + - RDMA: Fix use-after-free in rxe_queue_cleanup + - RDMA/mlx5: Fix releasing unallocated memory in dereg MR flow + - mtd: rawnand: Fix nand_erase_op delay + - mtd: rawnand: Fix nand_choose_best_timings() on unsupported interface + - inet: use #ifdef CONFIG_SOCK_RX_QUEUE_MAPPING consistently + - dt-bindings: media: nxp,imx7-mipi-csi2: Drop bad if/then schema + - clk: qcom: sm6125-gcc: Swap ops of ice and apps on sdcc1 + - perf bpf_skel: Do not use typedef to avoid error on old clang + - netfs: Fix lockdep warning from taking sb_writers whilst holding mmap_lock + - RDMA/irdma: Fix a user-after-free in add_pble_prm + - RDMA/irdma: Fix a potential memory allocation issue in + 'irdma_prm_add_pble_mem()' + - RDMA/irdma: Report correct WC errors + - RDMA/irdma: Don't arm the CQ more than two times if no CE for this CQ + - ice: fix FDIR init missing when reset VF + - vmxnet3: fix minimum vectors alloc issue + - i2c: virtio: fix completion handling + - drm/msm: Fix null ptr access msm_ioctl_gem_submit() + - drm/msm/a6xx: Fix uinitialized use of gpu_scid + - drm/msm/dsi: set default num_data_lanes + - drm/msm/dp: Avoid unpowered AUX xfers that caused crashes + - KVM: arm64: Save PSTATE early on exit + - s390/test_unwind: use raw opcode instead of invalid instruction + - Revert "tty: serial: fsl_lpuart: drop earlycon entry for i.MX8QXP" + - net/mlx4_en: Update reported link modes for 1/10G + - loop: Use pr_warn_once() for loop_control_remove() warning + - ALSA: hda: Add Intel DG2 PCI ID and HDMI codec vid + - ALSA: hda/hdmi: fix HDA codec entry table order for ADL-P + - parisc/agp: Annotate parisc agp init functions with __init + - i2c: rk3x: Handle a spurious start completion interrupt flag + - net: netlink: af_netlink: Prevent empty skb by adding a check on len. + - drm/amdgpu: cancel the correct hrtimer on exit + - drm/amdgpu: check atomic flag to differeniate with legacy path + - drm/amd/display: Fix for the no Audio bug with Tiled Displays + - drm/amdkfd: fix double free mem structure + - drm/amd/display: add connector type check for CRC source set + - drm/amdkfd: process_info lock not needed for svm + - tracing: Fix a kmemleak false positive in tracing_map + - staging: most: dim2: use device release method + - fuse: make sure reclaim doesn't write the inode + - perf inject: Fix itrace space allowed for new attributes + - Linux 5.15.10 + + * Jammy update: v5.15.9 upstream stable release (LP: #1955161) + - netfilter: selftest: conntrack_vrf.sh: fix file permission + - Linux 5.15.9 + + * [SRU][I/J/OEM-5.13/OEM-5.14] Fix pci port lost when hotplug dock + (LP: #1954646) + - PCI: Re-enable Downstream Port LTR after reset or hotplug + + * Add support for NVIDIA EC backlight (LP: #1953286) + - platform/x86: Add driver for ACPI WMAA EC-based backlight control + - platform/x86: Remove "WMAA" from identifier names in wmaa-backlight-wmi.c + - platform/x86: Rename wmaa-backlight-wmi to nvidia-wmi-ec-backlight + - [Config] NVIDIA_WMI_EC_BACKLIGHT=m + + * Improve USB Type-C support (LP: #1950974) + - usb: typec: ucsi: Always cancel the command if PPM reports BUSY condition + - usb: typec: ucsi: Don't stop alt mode registration on busy condition + - usb: typec: ucsi: Add polling mechanism for partner tasks like alt mode + checking + - usb: typec: ucsi: acpi: Reduce the command completion timeout + - usb: typec: ucsi: Check the partner alt modes always if there is PD contract + - usb: typec: ucsi: Read the PDOs in separate work + - usb: typec: ucsi: Better fix for missing unplug events issue + + * Fix power button wakeup with shared IRQs on AMD platforms (LP: #1953540) + - pinctrl: amd: Fix wakeups when IRQ is shared with SCI + + * AMD: Suspend not working when some cores are disabled through cpufreq + (LP: #1954930) + - ACPI: processor idle: Allow playing dead in C3 state + + * Jammy update: v5.15.8 upstream stable release (LP: #1954931) + - Revert "UBUNTU: SAUCE: selftests: fib_tests: assign address to dummy1 for + rp_filter tests" + - usb: gadget: uvc: fix multiple opens + - HID: quirks: Add quirk for the Microsoft Surface 3 type-cover + - HID: google: add eel USB id + - HID: intel-ish-hid: ipc: only enable IRQ wakeup when requested + - HID: add hid_is_usb() function to make it simpler for USB detection + - HID: add USB_HID dependancy to hid-prodikeys + - HID: add USB_HID dependancy to hid-chicony + - HID: add USB_HID dependancy on some USB HID drivers + - HID: bigbenff: prevent null pointer dereference + - HID: wacom: fix problems when device is not a valid USB device + - HID: check for valid USB device for many HID drivers + - mtd: dataflash: Add device-tree SPI IDs + - mmc: spi: Add device-tree SPI IDs + - HID: sony: fix error path in probe + - HID: Ignore battery for Elan touchscreen on Asus UX550VE + - platform/x86/intel: hid: add quirk to support Surface Go 3 + - nft_set_pipapo: Fix bucket load in AVX2 lookup routine for six 8-bit groups + - IB/hfi1: Insure use of smp_processor_id() is preempt disabled + - IB/hfi1: Fix early init panic + - IB/hfi1: Fix leak of rcvhdrtail_dummy_kvaddr + - can: kvaser_usb: get CAN clock frequency from device + - can: kvaser_pciefd: kvaser_pciefd_rx_error_frame(): increase correct + stats->{rx,tx}_errors counter + - can: sja1000: fix use after free in ems_pcmcia_add_card() + - can: pch_can: pch_can_rx_normal: fix use after free + - can: m_can: m_can_read_fifo: fix memory leak in error branch + - can: m_can: pci: fix incorrect reference clock rate + - can: m_can: pci: fix iomap_read_fifo() and iomap_write_fifo() + - can: m_can: Disable and ignore ELO interrupt + - net: dsa: mv88e6xxx: fix "don't use PHY_DETECT on internal PHY's" + - net: dsa: mv88e6xxx: allow use of PHYs on CPU and DSA ports + - x86/sme: Explicitly map new EFI memmap table as encrypted + - platform/x86: amd-pmc: Fix s2idle failures on certain AMD laptops + - nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_done + - selftests: netfilter: add a vrf+conntrack testcase + - vrf: don't run conntrack on vrf with !dflt qdisc + - bpf, x86: Fix "no previous prototype" warning + - bpf, sockmap: Attach map progs to psock early for feature probes + - bpf: Make sure bpf_disable_instrumentation() is safe vs preemption. + - bpf: Fix the off-by-two error in range markings + - ice: ignore dropped packets during init + - ethtool: do not perform operations on net devices being unregistered + - bonding: make tx_rebalance_counter an atomic + - nfp: Fix memory leak in nfp_cpp_area_cache_add() + - udp: using datalen to cap max gso segments + - netfilter: nft_exthdr: break evaluation if setting TCP option fails + - netfilter: conntrack: annotate data-races around ct->timeout + - iavf: restore MSI state on reset + - iavf: Fix reporting when setting descriptor count + - IB/hfi1: Correct guard on eager buffer deallocation + - devlink: fix netns refcount leak in devlink_nl_cmd_reload() + - net: bcm4908: Handle dma_set_coherent_mask error codes + - net: dsa: mv88e6xxx: error handling for serdes_power functions + - net: dsa: felix: Fix memory leak in felix_setup_mmio_filtering + - net/sched: fq_pie: prevent dismantle issue + - net: mvpp2: fix XDP rx queues registering + - KVM: x86: Don't WARN if userspace mucks with RCX during string I/O exit + - KVM: x86: Ignore sparse banks size for an "all CPUs", non-sparse IPI req + - KVM: x86: Wait for IPIs to be delivered when handling Hyper-V TLB flush + hypercall + - timers: implement usleep_idle_range() + - mm/damon/core: fix fake load reports due to uninterruptible sleeps + - mm/slub: fix endianness bug for alloc/free_traces attributes + - mm: bdi: initialize bdi_min_ratio when bdi is unregistered + - ALSA: ctl: Fix copy of updated id with element read/write + - ALSA: hda/realtek - Add headset Mic support for Lenovo ALC897 platform + - ALSA: hda/realtek: Fix quirk for TongFang PHxTxX1 + - ALSA: pcm: oss: Fix negative period/buffer sizes + - ALSA: pcm: oss: Limit the period size to 16MB + - ALSA: pcm: oss: Handle missing errors in snd_pcm_oss_change_params*() + - cifs: Fix crash on unload of cifs_arc4.ko + - scsi: qla2xxx: Format log strings only if needed + - btrfs: clear extent buffer uptodate when we fail to write it + - btrfs: fix re-dirty process of tree-log nodes + - btrfs: replace the BUG_ON in btrfs_del_root_ref with proper error handling + - btrfs: free exchange changeset on failures + - perf intel-pt: Fix some PGE (packet generation enable/control flow packets) + usage + - perf intel-pt: Fix sync state when a PSB (synchronization) packet is found + - perf intel-pt: Fix intel_pt_fup_event() assumptions about setting state type + - perf intel-pt: Fix state setting when receiving overflow (OVF) packet + - perf intel-pt: Fix next 'err' value, walking trace + - perf intel-pt: Fix missing 'instruction' events with 'q' option + - perf intel-pt: Fix error timestamp setting on the decoder error path + - md: fix update super 1.0 on rdev size change + - nfsd: fix use-after-free due to delegation race + - nfsd: Fix nsfd startup race (again) + - tracefs: Have new files inherit the ownership of their parent + - selftests: KVM: avoid failures due to reserved HyperTransport region + - hwmon: (pwm-fan) Ensure the fan going on in .probe() + - mmc: renesas_sdhi: initialize variable properly when tuning + - clk: qcom: regmap-mux: fix parent clock lookup + - thermal: int340x: Fix VCoRefLow MMIO bit offset for TGL + - drm/syncobj: Deal with signalled fences in drm_syncobj_find_fence. + - libata: add horkage for ASMedia 1092 + - io_uring: ensure task_work gets run as part of cancelations + - wait: add wake_up_pollfree() + - binder: use wake_up_pollfree() + - signalfd: use wake_up_pollfree() + - aio: keep poll requests on waitqueue until completed + - aio: fix use-after-free due to missing POLLFREE handling + - tracefs: Set all files to the same group ownership as the mount option + - i2c: mpc: Use atomic read and fix break condition + - block: fix ioprio_get(IOPRIO_WHO_PGRP) vs setuid(2) + - scsi: pm80xx: Do not call scsi_remove_host() in pm8001_alloc() + - scsi: scsi_debug: Fix buffer size of REPORT ZONES command + - ALSA: usb-audio: Reorder snd_djm_devices[] entries + - qede: validate non LSO skb length + - PM: runtime: Fix pm_runtime_active() kerneldoc comment + - ASoC: rt5682: Fix crash due to out of scope stack vars + - ASoC: qdsp6: q6routing: Fix return value from msm_routing_put_audio_mixer + - ASoC: codecs: wsa881x: fix return values from kcontrol put + - ASoC: codecs: wcd934x: handle channel mappping list correctly + - ASoC: codecs: wcd934x: return correct value from mixer put + - RDMA/hns: Do not halt commands during reset until later + - RDMA/hns: Do not destroy QP resources in the hw resetting phase + - hwmon: (dell-smm) Fix warning on /proc/i8k creation error + - clk: imx: use module_platform_driver + - clk: qcom: clk-alpha-pll: Don't reconfigure running Trion + - i40e: Fix failed opcode appearing if handling messages from VF + - i40e: Fix pre-set max number of queues for VF + - mtd: rawnand: fsmc: Take instruction delay into account + - mtd: rawnand: fsmc: Fix timing computation + - bpf, sockmap: Re-evaluate proto ops when psock is removed from sockmap + - i40e: Fix NULL pointer dereference in i40e_dbg_dump_desc + - Revert "PCI: aardvark: Fix support for PCI_ROM_ADDRESS1 on emulated bridge" + - drm/amd/display: Fix DPIA outbox timeout after S3/S4/reset + - perf tools: Fix SMT detection fast read path + - Documentation/locking/locktypes: Update migrate_disable() bits. + - dt-bindings: net: Reintroduce PHY no lane swap binding + - tools build: Remove needless libpython-version feature check that breaks + test-all fast path + - net: cdc_ncm: Allow for dwNtbOutMaxSize to be unset or zero + - net: altera: set a couple error code in probe() + - net: fec: only clear interrupt of handling queue in fec_enet_rx_queue() + - net, neigh: clear whole pneigh_entry at alloc time + - net/qla3xxx: fix an error code in ql_adapter_up() + - selftests/fib_tests: Rework fib_rp_filter_test() + - USB: gadget: detect too-big endpoint 0 requests + - USB: gadget: zero allocate endpoint 0 buffers + - Revert "usb: dwc3: dwc3-qcom: Enable tx-fifo-resize property by default" + - usb: core: config: fix validation of wMaxPacketValue entries + - usb: core: config: using bit mask instead of individual bits + - xhci: avoid race between disable slot command and host runtime suspend + - iio: gyro: adxrs290: fix data signedness + - iio: trigger: Fix reference counting + - iio: trigger: stm32-timer: fix MODULE_ALIAS + - iio: stk3310: Don't return error code in interrupt handler + - iio: mma8452: Fix trigger reference couting + - iio: ltr501: Don't return error code in trigger handler + - iio: kxsd9: Don't return error code in trigger handler + - iio: itg3200: Call iio_trigger_notify_done() on error + - iio: dln2-adc: Fix lockdep complaint + - iio: dln2: Check return value of devm_iio_trigger_register() + - iio: at91-sama5d2: Fix incorrect sign extension + - iio: adc: stm32: fix a current leak by resetting pcsel before disabling vdda + - iio: adc: axp20x_adc: fix charging current reporting on AXP22x + - iio: ad7768-1: Call iio_trigger_notify_done() on error + - iio: accel: kxcjk-1013: Fix possible memory leak in probe and remove + - nvmem: eeprom: at25: fix FRAM byte_len + - bus: mhi: pci_generic: Fix device recovery failed issue + - bus: mhi: core: Add support for forced PM resume + - csky: fix typo of fpu config macro + - irqchip/aspeed-scu: Replace update_bits with write_bits. + - irqchip/armada-370-xp: Fix return value of armada_370_xp_msi_alloc() + - irqchip/armada-370-xp: Fix support for Multi-MSI interrupts + - aio: Fix incorrect usage of eventfd_signal_allowed() + - irqchip/irq-gic-v3-its.c: Force synchronisation when issuing INVALL + - irqchip: nvic: Fix offset for Interrupt Priority Offsets + - misc: fastrpc: fix improper packet size calculation + - clocksource/drivers/dw_apb_timer_of: Fix probe failure + - bpf: Add selftests to cover packet access corner cases + - Linux 5.15.8 + + * Can't read/write SD card after running CPU offline test in 5.11.0 and 5.13.0 + (LP: #1951784) // Jammy update: v5.15.8 upstream stable release + (LP: #1954931) + - misc: rtsx: Avoid mangling IRQ during runtime PM + + * Enable Landlock by default (LP: #1953192) + - [Config] Enable Landlock by default + + * Add s0i3 RTC wake up for AMD systems (LP: #1950013) + - platform/x86: amd-pmc: Export Idlemask values based on the APU + - platform/x86: amd-pmc: adjust arguments for `amd_pmc_send_cmd` + - platform/x86: amd-pmc: Add special handling for timer based S0i3 wakeup + + * Fix runtime power management on USB controller with XHCI_RESET_ON_RESUME + flag (LP: #1954369) + - SAUCE: xhci: Remove CONFIG_USB_DEFAULT_PERSIST to prevent xHCI from runtime + suspending + + * Fix System hangs on black screen when reboot (LP: #1949321) + - drm/i915/hdmi: convert intel_hdmi_to_dev to intel_hdmi_to_i915 + - drm/i915: Don't request GMBUS to generate irqs when called while irqs are + off + - drm/i915/hdmi: Turn DP++ TMDS output buffers back on in encoder->shutdown() + + * require CAP_NET_ADMIN to attach N_HCI ldisc (LP: #1949516) + - Bluetooth: hci_ldisc: require CAP_NET_ADMIN to attach N_HCI ldisc + + * mt7921e: Failed to start WM firmware (LP: #1954300) + - SAUCE: Bluetooth: btusb: Handle download_firmware failure cases + - SAUCE: Bluetooth: btusb: Return error code when getting patch status failed + + * Miscellaneous Ubuntu changes + - [Packaging] Add list of built-in modules to the ABI + - [Packaging] abi-check: Process modules.builtin + - SAUCE: allow to use __wake_up_pollfree() from GPL modules + - [Packaging] enforce xz compression for debs + - [Config] update config after v5.15.12 + - [Packaging] temporarily disable signed v4l2loopback + + -- Andrea Righi Tue, 04 Jan 2022 11:22:10 +0100 + +linux (5.15.0-14.14) jammy; urgency=medium + + * jammy/linux: 5.15.0-14.14 -proposed tracker (LP: #1954627) + + * Jammy update: v5.15.7 upstream stable release (LP: #1953731) + - ALSA: usb-audio: Restrict rates for the shared clocks + - ALSA: usb-audio: Rename early_playback_start flag with lowlatency_playback + - ALSA: usb-audio: Disable low-latency playback for free-wheel mode + - ALSA: usb-audio: Disable low-latency mode for implicit feedback sync + - ALSA: usb-audio: Check available frames for the next packet size + - ALSA: usb-audio: Add spinlock to stop_urbs() + - ALSA: usb-audio: Improved lowlatency playback support + - ALSA: usb-audio: Avoid killing in-flight URBs during draining + - ALSA: usb-audio: Fix packet size calculation regression + - ALSA: usb-audio: Less restriction for low-latency playback mode + - ALSA: usb-audio: Switch back to non-latency mode at a later point + - ALSA: usb-audio: Don't start stream for capture at prepare + - gfs2: release iopen glock early in evict + - gfs2: Fix length of holes reported at end-of-file + - powerpc/pseries/ddw: Revert "Extend upper limit for huge DMA window for + persistent memory" + - powerpc/pseries/ddw: Do not try direct mapping with persistent memory and + one window + - drm/sun4i: fix unmet dependency on RESET_CONTROLLER for PHY_SUN6I_MIPI_DPHY + - mac80211: do not access the IV when it was stripped + - mac80211: fix throughput LED trigger + - x86/hyperv: Move required MSRs check to initial platform probing + - net/smc: Transfer remaining wait queue entries during fallback + - atlantic: Fix OOB read and write in hw_atl_utils_fw_rpc_wait + - net: return correct error code + - pinctrl: qcom: fix unmet dependencies on GPIOLIB for GPIOLIB_IRQCHIP + - platform/x86: dell-wmi-descriptor: disable by default + - platform/x86: thinkpad_acpi: Add support for dual fan control + - platform/x86: thinkpad_acpi: Fix WWAN device disabled issue after S3 deep + - s390/setup: avoid using memblock_enforce_memory_limit + - btrfs: silence lockdep when reading chunk tree during mount + - btrfs: check-integrity: fix a warning on write caching disabled disk + - thermal: core: Reset previous low and high trip during thermal zone init + - scsi: iscsi: Unblock session then wake up error handler + - drm/amd/pm: Remove artificial freq level on Navi1x + - drm/amd/amdkfd: Fix kernel panic when reset failed and been triggered again + - drm/amd/amdgpu: fix potential memleak + - ata: ahci: Add Green Sardine vendor ID as board_ahci_mobile + - ata: libahci: Adjust behavior when StorageD3Enable _DSD is set + - ethernet: hisilicon: hns: hns_dsaf_misc: fix a possible array overflow in + hns_dsaf_ge_srst_by_port() + - ipv6: check return value of ipv6_skip_exthdr + - net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of + bound + - net: ethernet: dec: tulip: de4x5: fix possible array overflows in + type3_infoblock() + - perf sort: Fix the 'weight' sort key behavior + - perf sort: Fix the 'ins_lat' sort key behavior + - perf sort: Fix the 'p_stage_cyc' sort key behavior + - perf inject: Fix ARM SPE handling + - perf hist: Fix memory leak of a perf_hpp_fmt + - perf report: Fix memory leaks around perf_tip() + - tracing: Don't use out-of-sync va_list in event printing + - net/smc: Avoid warning of possible recursive locking + - ACPI: Add stubs for wakeup handler functions + - net/tls: Fix authentication failure in CCM mode + - vrf: Reset IPCB/IP6CB when processing outbound pkts in vrf dev xmit + - kprobes: Limit max data_size of the kretprobe instances + - ALSA: hda/cs8409: Set PMSG_ON earlier inside cs8409 driver + - rt2x00: do not mark device gone on EPROTO errors during start + - ipmi: Move remove_work to dedicated workqueue + - cpufreq: Fix get_cpu_device() failure in add_cpu_dev_symlink() + - iwlwifi: mvm: retry init flow if failed + - dma-buf: system_heap: Use 'for_each_sgtable_sg' in pages free flow + - s390/pci: move pseudo-MMIO to prevent MIO overlap + - fget: check that the fd still exists after getting a ref to it + - sata_fsl: fix UAF in sata_fsl_port_stop when rmmod sata_fsl + - sata_fsl: fix warning in remove_proc_entry when rmmod sata_fsl + - scsi: lpfc: Fix non-recovery of remote ports following an unsolicited LOGO + - scsi: ufs: ufs-pci: Add support for Intel ADL + - ipv6: fix memory leak in fib6_rule_suppress + - drm/amd/display: Allow DSC on supported MST branch devices + - drm/i915/dp: Perform 30ms delay after source OUI write + - KVM: fix avic_set_running for preemptable kernels + - KVM: Disallow user memslot with size that exceeds "unsigned long" + - KVM: x86/mmu: Fix TLB flush range when handling disconnected pt + - KVM: Ensure local memslot copies operate on up-to-date arch-specific data + - KVM: x86: ignore APICv if LAPIC is not enabled + - KVM: nVMX: Emulate guest TLB flush on nested VM-Enter with new vpid12 + - KVM: nVMX: Flush current VPID (L1 vs. L2) for KVM_REQ_TLB_FLUSH_GUEST + - KVM: nVMX: Abide to KVM_REQ_TLB_FLUSH_GUEST request on nested vmentry/vmexit + - KVM: VMX: prepare sync_pir_to_irr for running with APICv disabled + - KVM: x86: Use a stable condition around all VT-d PI paths + - KVM: MMU: shadow nested paging does not have PKU + - KVM: arm64: Avoid setting the upper 32 bits of TCR_EL2 and CPTR_EL2 to 1 + - KVM: X86: Use vcpu->arch.walk_mmu for kvm_mmu_invlpg() + - KVM: x86: check PIR even for vCPUs with disabled APICv + - tracing/histograms: String compares should not care about signed values + - net: dsa: mv88e6xxx: Fix application of erratum 4.8 for 88E6393X + - net: dsa: mv88e6xxx: Drop unnecessary check in + mv88e6393x_serdes_erratum_4_6() + - net: dsa: mv88e6xxx: Save power by disabling SerDes trasmitter and receiver + - net: dsa: mv88e6xxx: Add fix for erratum 5.2 of 88E6393X family + - net: dsa: mv88e6xxx: Fix inband AN for 2500base-x on 88E6393X family + - net: dsa: mv88e6xxx: Link in pcs_get_state() if AN is bypassed + - wireguard: selftests: increase default dmesg log size + - wireguard: allowedips: add missing __rcu annotation to satisfy sparse + - wireguard: selftests: actually test for routing loops + - wireguard: selftests: rename DEBUG_PI_LIST to DEBUG_PLIST + - wireguard: device: reset peer src endpoint when netns exits + - wireguard: receive: use ring buffer for incoming handshakes + - wireguard: receive: drop handshakes if queue lock is contended + - wireguard: ratelimiter: use kvcalloc() instead of kvzalloc() + - i2c: stm32f7: flush TX FIFO upon transfer errors + - i2c: stm32f7: recover the bus on access timeout + - i2c: stm32f7: stop dma transfer in case of NACK + - i2c: cbus-gpio: set atomic transfer callback + - natsemi: xtensa: fix section mismatch warnings + - tcp: fix page frag corruption on page fault + - net: qlogic: qlcnic: Fix a NULL pointer dereference in + qlcnic_83xx_add_rings() + - net: mpls: Fix notifications when deleting a device + - siphash: use _unaligned version by default + - arm64: ftrace: add missing BTIs + - iwlwifi: fix warnings produced by kernel debug options + - net/mlx5e: IPsec: Fix Software parser inner l3 type setting in case of + encapsulation + - net/mlx4_en: Fix an use-after-free bug in mlx4_en_try_alloc_resources() + - selftests: net: Correct case name + - net: dsa: b53: Add SPI ID table + - mt76: mt7915: fix NULL pointer dereference in mt7915_get_phy_mode + - ASoC: tegra: Fix wrong value type in ADMAIF + - ASoC: tegra: Fix wrong value type in I2S + - ASoC: tegra: Fix wrong value type in DMIC + - ASoC: tegra: Fix wrong value type in DSPK + - ASoC: tegra: Fix kcontrol put callback in ADMAIF + - ASoC: tegra: Fix kcontrol put callback in I2S + - ASoC: tegra: Fix kcontrol put callback in DMIC + - ASoC: tegra: Fix kcontrol put callback in DSPK + - ASoC: tegra: Fix kcontrol put callback in AHUB + - rxrpc: Fix rxrpc_peer leak in rxrpc_look_up_bundle() + - rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer() + - ALSA: intel-dsp-config: add quirk for CML devices based on ES8336 codec + - net: stmmac: Avoid DMA_CHAN_CONTROL write if no Split Header support + - net: usb: lan78xx: lan78xx_phy_init(): use PHY_POLL instead of "0" if no IRQ + is available + - net: marvell: mvpp2: Fix the computation of shared CPUs + - dpaa2-eth: destroy workqueue at the end of remove function + - octeontx2-af: Fix a memleak bug in rvu_mbox_init() + - net: annotate data-races on txq->xmit_lock_owner + - ipv4: convert fib_num_tclassid_users to atomic_t + - net/smc: fix wrong list_del in smc_lgr_cleanup_early + - net/rds: correct socket tunable error in rds_tcp_tune() + - net/smc: Keep smc_close_final rc during active close + - drm/msm/a6xx: Allocate enough space for GMU registers + - drm/msm: Do hw_init() before capturing GPU state + - drm/vc4: kms: Wait for the commit before increasing our clock rate + - drm/vc4: kms: Fix return code check + - drm/vc4: kms: Add missing drm_crtc_commit_put + - drm/vc4: kms: Clear the HVS FIFO commit pointer once done + - drm/vc4: kms: Don't duplicate pending commit + - drm/vc4: kms: Fix previous HVS commit wait + - atlantic: Increase delay for fw transactions + - atlatnic: enable Nbase-t speeds with base-t + - atlantic: Fix to display FW bundle version instead of FW mac version. + - atlantic: Add missing DIDs and fix 115c. + - Remove Half duplex mode speed capabilities. + - atlantic: Fix statistics logic for production hardware + - atlantic: Remove warn trace message. + - KVM: x86/mmu: Skip tlb flush if it has been done in zap_gfn_range() + - KVM: x86/mmu: Pass parameter flush as false in + kvm_tdp_mmu_zap_collapsible_sptes() + - drm/msm/devfreq: Fix OPP refcnt leak + - drm/msm: Fix mmap to include VM_IO and VM_DONTDUMP + - drm/msm: Fix wait_fence submitqueue leak + - drm/msm: Restore error return on invalid fence + - ASoC: rk817: Add module alias for rk817-codec + - iwlwifi: Fix memory leaks in error handling path + - KVM: X86: Fix when shadow_root_level=5 && guest root_level<4 + - KVM: SEV: initialize regions_list of a mirror VM + - net/mlx5e: Fix missing IPsec statistics on uplink representor + - net/mlx5: Move MODIFY_RQT command to ignore list in internal error state + - net/mlx5: E-switch, Respect BW share of the new group + - net/mlx5: E-Switch, fix single FDB creation on BlueField + - net/mlx5: E-Switch, Check group pointer before reading bw_share value + - KVM: x86/pmu: Fix reserved bits for AMD PerfEvtSeln register + - KVM: VMX: Set failure code in prepare_vmcs02() + - mctp: Don't let RTM_DELROUTE delete local routes + - Revert "drm/i915: Implement Wa_1508744258" + - io-wq: don't retry task_work creation failure on fatal conditions + - x86/sev: Fix SEV-ES INS/OUTS instructions for word, dword, and qword + - x86/entry: Add a fence for kernel entry SWAPGS in paranoid_entry() + - x86/entry: Use the correct fence macro after swapgs in kernel CR3 + - x86/xen: Add xenpv_restore_regs_and_return_to_usermode() + - preempt/dynamic: Fix setup_preempt_mode() return value + - sched/uclamp: Fix rq->uclamp_max not set on first enqueue + - KVM: SEV: Return appropriate error codes if SEV-ES scratch setup fails + - KVM: x86/mmu: Rename slot_handle_leaf to slot_handle_level_4k + - KVM: x86/mmu: Remove spurious TLB flushes in TDP MMU zap collapsible path + - net/mlx5e: Rename lro_timeout to packet_merge_timeout + - net/mlx5e: Rename TIR lro functions to TIR packet merge functions + - net/mlx5e: Sync TIR params updates against concurrent create/modify + - serial: 8250_bcm7271: UART errors after resuming from S2 + - parisc: Fix KBUILD_IMAGE for self-extracting kernel + - parisc: Fix "make install" on newer debian releases + - parisc: Mark cr16 CPU clocksource unstable on all SMP machines + - vgacon: Propagate console boot parameters before calling `vc_resize' + - xhci: Fix commad ring abort, write all 64 bits to CRCR register. + - USB: NO_LPM quirk Lenovo Powered USB-C Travel Hub + - usb: typec: tcpm: Wait in SNK_DEBOUNCED until disconnect + - usb: cdns3: gadget: fix new urb never complete if ep cancel previous + requests + - usb: cdnsp: Fix a NULL pointer dereference in cdnsp_endpoint_init() + - x86/tsc: Add a timer to make sure TSC_adjust is always checked + - x86/tsc: Disable clocksource watchdog for TSC on qualified platorms + - x86/64/mm: Map all kernel memory into trampoline_pgd + - tty: serial: msm_serial: Deactivate RX DMA for polling support + - serial: pl011: Add ACPI SBSA UART match id + - serial: tegra: Change lower tolerance baud rate limit for tegra20 and + tegra30 + - serial: core: fix transmit-buffer reset and memleak + - serial: 8250_pci: Fix ACCES entries in pci_serial_quirks array + - serial: 8250_pci: rewrite pericom_do_set_divisor() + - serial: 8250: Fix RTS modem control while in rs485 mode + - serial: liteuart: Fix NULL pointer dereference in ->remove() + - serial: liteuart: fix use-after-free and memleak on unbind + - serial: liteuart: fix minor-number leak on probe errors + - ipmi: msghandler: Make symbol 'remove_work_wq' static + - Linux 5.15.7 + + * Updates to ib_peer_memory requested by Nvidia (LP: #1947206) + - SAUCE: RDMA/core: Updated ib_peer_memory + - SAUCE: RDMA/core: ib_peer_memory fix build errors + + * Jammy update: v5.15.6 upstream stable release (LP: #1953370) + - scsi: sd: Fix sd_do_mode_sense() buffer length handling + - ACPI: Get acpi_device's parent from the parent field + - ACPI: CPPC: Add NULL pointer check to cppc_get_perf() + - USB: serial: pl2303: fix GC type detection + - USB: serial: option: add Telit LE910S1 0x9200 composition + - USB: serial: option: add Fibocom FM101-GL variants + - usb: dwc2: gadget: Fix ISOC flow for elapsed frames + - usb: dwc2: hcd_queue: Fix use of floating point literal + - usb: dwc3: leave default DMA for PCI devices + - usb: dwc3: core: Revise GHWPARAMS9 offset + - usb: dwc3: gadget: Ignore NoStream after End Transfer + - usb: dwc3: gadget: Check for L1/L2/U3 for Start Transfer + - usb: dwc3: gadget: Fix null pointer exception + - net: usb: Correct PHY handling of smsc95xx + - net: nexthop: fix null pointer dereference when IPv6 is not enabled + - usb: chipidea: ci_hdrc_imx: fix potential error pointer dereference in probe + - usb: typec: fusb302: Fix masking of comparator and bc_lvl interrupts + - usb: xhci: tegra: Check padctrl interrupt presence in device tree + - usb: hub: Fix usb enumeration issue due to address0 race + - usb: hub: Fix locking issues with address0_mutex + - binder: fix test regression due to sender_euid change + - ALSA: ctxfi: Fix out-of-range access + - ALSA: hda/realtek: Add quirk for ASRock NUC Box 1100 + - ALSA: hda/realtek: Fix LED on HP ProBook 435 G7 + - media: cec: copy sequence field for the reply + - Revert "parisc: Fix backtrace to always include init funtion names" + - HID: wacom: Use "Confidence" flag to prevent reporting invalid contacts + - staging/fbtft: Fix backlight + - staging: greybus: Add missing rwsem around snd_ctl_remove() calls + - staging: rtl8192e: Fix use after free in _rtl92e_pci_disconnect() + - staging: r8188eu: Use kzalloc() with GFP_ATOMIC in atomic context + - staging: r8188eu: Fix breakage introduced when 5G code was removed + - staging: r8188eu: use GFP_ATOMIC under spinlock + - staging: r8188eu: fix a memory leak in rtw_wx_read32() + - fuse: release pipe buf after last use + - xen: don't continue xenstore initialization in case of errors + - xen: detect uninitialized xenbus in xenbus_init + - io_uring: correct link-list traversal locking + - io_uring: fail cancellation for EXITING tasks + - io_uring: fix link traversal locking + - drm/amdgpu: IH process reset count when restart + - drm/amdgpu/pm: fix powerplay OD interface + - drm/nouveau: recognise GA106 + - ksmbd: downgrade addition info error msg to debug in smb2_get_info_sec() + - ksmbd: contain default data stream even if xattr is empty + - ksmbd: fix memleak in get_file_stream_info() + - KVM: PPC: Book3S HV: Prevent POWER7/8 TLB flush flushing SLB + - tracing/uprobe: Fix uprobe_perf_open probes iteration + - tracing: Fix pid filtering when triggers are attached + - mmc: sdhci-esdhc-imx: disable CMDQ support + - mmc: sdhci: Fix ADMA for PAGE_SIZE >= 64KiB + - mdio: aspeed: Fix "Link is Down" issue + - arm64: mm: Fix VM_BUG_ON(mm != &init_mm) for trans_pgd + - cpufreq: intel_pstate: Fix active mode offline/online EPP handling + - powerpc/32: Fix hardlockup on vmap stack overflow + - iomap: Fix inline extent handling in iomap_readpage + - NFSv42: Fix pagecache invalidation after COPY/CLONE + - PCI: aardvark: Deduplicate code in advk_pcie_rd_conf() + - PCI: aardvark: Implement re-issuing config requests on CRS response + - PCI: aardvark: Simplify initialization of rootcap on virtual bridge + - PCI: aardvark: Fix link training + - drm/amd/display: Fix OLED brightness control on eDP + - proc/vmcore: fix clearing user buffer by properly using clear_user() + - ASoC: SOF: Intel: hda: fix hotplug when only codec is suspended + - netfilter: ctnetlink: fix filtering with CTA_TUPLE_REPLY + - netfilter: ctnetlink: do not erase error code with EINVAL + - netfilter: ipvs: Fix reuse connection if RS weight is 0 + - netfilter: flowtable: fix IPv6 tunnel addr match + - media: v4l2-core: fix VIDIOC_DQEVENT handling on non-x86 + - firmware: arm_scmi: Fix null de-reference on error path + - ARM: dts: BCM5301X: Fix I2C controller interrupt + - ARM: dts: BCM5301X: Add interrupt properties to GPIO node + - ARM: dts: bcm2711: Fix PCIe interrupts + - ASoC: qdsp6: q6routing: Conditionally reset FrontEnd Mixer + - ASoC: qdsp6: q6asm: fix q6asm_dai_prepare error handling + - ASoC: topology: Add missing rwsem around snd_ctl_remove() calls + - ASoC: codecs: wcd938x: fix volatile register range + - ASoC: codecs: wcd934x: return error code correctly from hw_params + - ASoC: codecs: lpass-rx-macro: fix HPHR setting CLSH mask + - net: ieee802154: handle iftypes as u32 + - firmware: arm_scmi: Fix base agent discover response + - firmware: arm_scmi: pm: Propagate return value to caller + - ASoC: stm32: i2s: fix 32 bits channel length without mclk + - NFSv42: Don't fail clone() unless the OP_CLONE operation failed + - ARM: socfpga: Fix crash with CONFIG_FORTIRY_SOURCE + - drm/nouveau/acr: fix a couple NULL vs IS_ERR() checks + - scsi: qla2xxx: edif: Fix off by one bug in qla_edif_app_getfcinfo() + - scsi: mpt3sas: Fix kernel panic during drive powercycle test + - scsi: mpt3sas: Fix system going into read-only mode + - scsi: mpt3sas: Fix incorrect system timestamp + - drm/vc4: fix error code in vc4_create_object() + - drm/aspeed: Fix vga_pw sysfs output + - net: marvell: prestera: fix brige port operation + - net: marvell: prestera: fix double free issue on err path + - HID: input: Fix parsing of HID_CP_CONSUMER_CONTROL fields + - HID: input: set usage type to key on keycode remap + - HID: magicmouse: prevent division by 0 on scroll + - iavf: Prevent changing static ITR values if adaptive moderation is on + - iavf: Fix refreshing iavf adapter stats on ethtool request + - iavf: Fix VLAN feature flags after VFR + - x86/pvh: add prototype for xen_pvh_init() + - xen/pvh: add missing prototype to header + - ALSA: intel-dsp-config: add quirk for JSL devices based on ES8336 codec + - mptcp: fix delack timer + - mptcp: use delegate action to schedule 3rd ack retrans + - af_unix: fix regression in read after shutdown + - firmware: smccc: Fix check for ARCH_SOC_ID not implemented + - ipv6: fix typos in __ip6_finish_output() + - nfp: checking parameter process for rx-usecs/tx-usecs is invalid + - net: stmmac: retain PTP clock time during SIOCSHWTSTAMP ioctls + - net: ipv6: add fib6_nh_release_dsts stub + - net: nexthop: release IPv6 per-cpu dsts when replacing a nexthop group + - ice: fix vsi->txq_map sizing + - ice: avoid bpf_prog refcount underflow + - scsi: core: sysfs: Fix setting device state to SDEV_RUNNING + - scsi: scsi_debug: Zero clear zones at reset write pointer + - erofs: fix deadlock when shrink erofs slab + - i2c: virtio: disable timeout handling + - net/smc: Ensure the active closing peer first closes clcsock + - mlxsw: spectrum: Protect driver from buggy firmware + - net: ipa: directly disable ipa-setup-ready interrupt + - net: ipa: separate disabling setup from modem stop + - net: ipa: kill ipa_cmd_pipeline_clear() + - net: marvell: mvpp2: increase MTU limit when XDP enabled + - cpufreq: intel_pstate: Add Ice Lake server to out-of-band IDs + - nvmet-tcp: fix incomplete data digest send + - drm/hyperv: Fix device removal on Gen1 VMs + - arm64: uaccess: avoid blocking within critical sections + - net/ncsi : Add payload to be 32-bit aligned to fix dropped packets + - PM: hibernate: use correct mode for swsusp_close() + - drm/amd/display: Fix DPIA outbox timeout after GPU reset + - drm/amd/display: Set plane update flags for all planes in reset + - tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited + flows + - lan743x: fix deadlock in lan743x_phy_link_status_change() + - net: phylink: Force link down and retrigger resolve on interface change + - net: phylink: Force retrigger in case of latched link-fail indicator + - net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk() + - net/smc: Fix loop in smc_listen + - nvmet: use IOCB_NOWAIT only if the filesystem supports it + - igb: fix netpoll exit with traffic + - MIPS: loongson64: fix FTLB configuration + - MIPS: use 3-level pgtable for 64KB page size on MIPS_VA_BITS_48 + - tls: splice_read: fix record type check + - tls: splice_read: fix accessing pre-processed records + - tls: fix replacing proto_ops + - net: stmmac: Disable Tx queues when reconfiguring the interface + - net/sched: sch_ets: don't peek at classes beyond 'nbands' + - ethtool: ioctl: fix potential NULL deref in ethtool_set_coalesce() + - net: vlan: fix underflow for the real_dev refcnt + - net/smc: Don't call clcsock shutdown twice when smc shutdown + - net: hns3: fix VF RSS failed problem after PF enable multi-TCs + - net: hns3: fix incorrect components info of ethtool --reset command + - net: mscc: ocelot: don't downgrade timestamping RX filters in SIOCSHWTSTAMP + - net: mscc: ocelot: correctly report the timestamping RX filters in ethtool + - locking/rwsem: Make handoff bit handling more consistent + - perf: Ignore sigtrap for tracepoints destined for other tasks + - sched/scs: Reset task stack state in bringup_cpu() + - iommu/rockchip: Fix PAGE_DESC_HI_MASKs for RK3568 + - iommu/vt-d: Fix unmap_pages support + - f2fs: quota: fix potential deadlock + - f2fs: set SBI_NEED_FSCK flag when inconsistent node block found + - riscv: dts: microchip: fix board compatible + - riscv: dts: microchip: drop duplicated MMC/SDHC node + - cifs: nosharesock should not share socket with future sessions + - ceph: properly handle statfs on multifs setups + - iommu/amd: Clarify AMD IOMMUv2 initialization messages + - vdpa_sim: avoid putting an uninitialized iova_domain + - vhost/vsock: fix incorrect used length reported to the guest + - ksmbd: Fix an error handling path in 'smb2_sess_setup()' + - tracing: Check pid filtering when creating events + - cifs: nosharesock should be set on new server + - io_uring: fix soft lockup when call __io_remove_buffers + - firmware: arm_scmi: Fix type error assignment in voltage protocol + - firmware: arm_scmi: Fix type error in sensor protocol + - docs: accounting: update delay-accounting.rst reference + - blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and + disk_release() + - block: avoid to quiesce queue in elevator_init_mq + - drm/amdgpu/gfx10: add wraparound gpu counter check for APUs as well + - drm/amdgpu/gfx9: switch to golden tsc registers for renoir+ + - Linux 5.15.6 + + * Fix bogus HDMI audio interface (LP: #1953208) + - ALSA: hda/hdmi: Consider ELD is invalid when no SAD is present + + * Miscellaneous Ubuntu changes + - [Config] re-enabled UBSAN without TRAP + - SAUCE: ipv6: fix NULL pointer dereference in ip6_output() + - SAUCE: RDMA/core: Introduce peer memory interface + - [Config] toolchain version update + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Config] Temporarily disable signing for ppc64el and s390x" + - Revert "UBUNTU: SAUCE: vt -- maintain bootloader screen mode and content + until vt switch" + + -- Paolo Pisati Mon, 13 Dec 2021 12:13:17 +0100 + +linux (5.15.0-13.13) jammy; urgency=medium + + * jammy/linux: 5.15.0-13.13 -proposed tracker (LP: #1952583) + + * Packaging resync (LP: #1786013) + - [Packaging] resync update-dkms-versions helper + - debian/dkms-versions -- update from kernel-versions (main/master) + + * Jammy update: v5.15.5 upstream stable release (LP: #1952579) + - arm64: zynqmp: Do not duplicate flash partition label property + - arm64: zynqmp: Fix serial compatible string + - clk: sunxi-ng: Unregister clocks/resets when unbinding + - ARM: dts: sunxi: Fix OPPs node name + - arm64: dts: allwinner: h5: Fix GPU thermal zone node name + - arm64: dts: allwinner: a100: Fix thermal zone node name + - staging: wfx: ensure IRQ is ready before enabling it + - ARM: dts: BCM5301X: Fix nodes names + - ARM: dts: BCM5301X: Fix MDIO mux binding + - ARM: dts: NSP: Fix mpcore, mmc node names + - arm64: dts: broadcom: bcm4908: Move reboot syscon out of bus + - scsi: pm80xx: Fix memory leak during rmmod + - scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq() + - ASoC: mediatek: mt8195: Add missing of_node_put() + - arm64: dts: rockchip: Disable CDN DP on Pinebook Pro + - arm64: dts: hisilicon: fix arm,sp805 compatible string + - RDMA/bnxt_re: Check if the vlan is valid before reporting + - bus: ti-sysc: Add quirk handling for reinit on context lost + - bus: ti-sysc: Use context lost quirk for otg + - usb: musb: tusb6010: check return value after calling + platform_get_resource() + - usb: typec: tipd: Remove WARN_ON in tps6598x_block_read + - ARM: dts: ux500: Skomer regulator fixes + - staging: rtl8723bs: remove possible deadlock when disconnect (v2) + - staging: rtl8723bs: remove a second possible deadlock + - staging: rtl8723bs: remove a third possible deadlock + - ARM: BCM53016: Specify switch ports for Meraki MR32 + - arm64: dts: qcom: msm8998: Fix CPU/L2 idle state latency and residency + - arm64: dts: qcom: ipq6018: Fix qcom,controlled-remotely property + - arm64: dts: qcom: ipq8074: Fix qcom,controlled-remotely property + - arm64: dts: qcom: sdm845: Fix qcom,controlled-remotely property + - arm64: dts: freescale: fix arm,sp805 compatible string + - arm64: dts: ls1012a: Add serial alias for ls1012a-rdb + - RDMA/rxe: Separate HW and SW l/rkeys + - ASoC: SOF: Intel: hda-dai: fix potential locking issue + - scsi: core: Fix scsi_mode_sense() buffer length handling + - ALSA: usb-audio: disable implicit feedback sync for Behringer UFX1204 and + UFX1604 + - clk: imx: imx6ul: Move csi_sel mux to correct base register + - ASoC: es8316: Use IRQF_NO_AUTOEN when requesting the IRQ + - ASoC: rt5651: Use IRQF_NO_AUTOEN when requesting the IRQ + - ASoC: nau8824: Add DMI quirk mechanism for active-high jack-detect + - scsi: advansys: Fix kernel pointer leak + - scsi: smartpqi: Add controller handshake during kdump + - arm64: dts: imx8mm-kontron: Fix reset delays for ethernet PHY + - ALSA: intel-dsp-config: add quirk for APL/GLK/TGL devices based on ES8336 + codec + - ASoC: Intel: soc-acpi: add missing quirk for TGL SDCA single amp + - ASoC: Intel: sof_sdw: add missing quirk for Dell SKU 0A45 + - firmware_loader: fix pre-allocated buf built-in firmware use + - HID: multitouch: disable sticky fingers for UPERFECT Y + - ALSA: usb-audio: Add support for the Pioneer DJM 750MK2 Mixer/Soundcard + - ARM: dts: omap: fix gpmc,mux-add-data type + - usb: host: ohci-tmio: check return value after calling + platform_get_resource() + - ASoC: rt5682: fix a little pop while playback + - ARM: dts: ls1021a: move thermal-zones node out of soc/ + - ARM: dts: ls1021a-tsn: use generic "jedec,spi-nor" compatible for flash + - ALSA: ISA: not for M68K + - iommu/vt-d: Do not falsely log intel_iommu is unsupported kernel option + - tty: tty_buffer: Fix the softlockup issue in flush_to_ldisc + - MIPS: sni: Fix the build + - scsi: scsi_debug: Fix out-of-bound read in resp_readcap16() + - scsi: scsi_debug: Fix out-of-bound read in resp_report_tgtpgs() + - scsi: target: Fix ordered tag handling + - scsi: target: Fix alua_tg_pt_gps_count tracking + - iio: imu: st_lsm6dsx: Avoid potential array overflow in st_lsm6dsx_set_odr() + - RDMA/core: Use kvzalloc when allocating the struct ib_port + - scsi: lpfc: Fix use-after-free in lpfc_unreg_rpi() routine + - scsi: lpfc: Fix link down processing to address NULL pointer dereference + - scsi: lpfc: Allow fabric node recovery if recovery is in progress before + devloss + - memory: tegra20-emc: Add runtime dependency on devfreq governor module + - powerpc/5200: dts: fix memory node unit name + - ARM: dts: qcom: fix memory and mdio nodes naming for RB3011 + - arm64: dts: qcom: Fix node name of rpm-msg-ram device nodes + - ALSA: gus: fix null pointer dereference on pointer block + - ALSA: usb-audio: fix null pointer dereference on pointer cs_desc + - clk: at91: sama7g5: remove prescaler part of master clock + - iommu/dart: Initialize DART_STREAMS_ENABLE + - powerpc/dcr: Use cmplwi instead of 3-argument cmpli + - powerpc/8xx: Fix Oops with STRICT_KERNEL_RWX without DEBUG_RODATA_TEST + - sh: check return code of request_irq + - maple: fix wrong return value of maple_bus_init(). + - f2fs: fix up f2fs_lookup tracepoints + - f2fs: fix to use WHINT_MODE + - f2fs: fix wrong condition to trigger background checkpoint correctly + - sh: fix kconfig unmet dependency warning for FRAME_POINTER + - sh: math-emu: drop unused functions + - sh: define __BIG_ENDIAN for math-emu + - f2fs: compress: disallow disabling compress on non-empty compressed file + - f2fs: fix incorrect return value in f2fs_sanity_check_ckpt() + - clk: ingenic: Fix bugs with divided dividers + - clk/ast2600: Fix soc revision for AHB + - clk: qcom: gcc-msm8996: Drop (again) gcc_aggre1_pnoc_ahb_clk + - KVM: arm64: Fix host stage-2 finalization + - mips: BCM63XX: ensure that CPU_SUPPORTS_32BIT_KERNEL is set + - MIPS: boot/compressed/: add __bswapdi2() to target for ZSTD decompression + - sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain() + - sched/fair: Prevent dead task groups from regaining cfs_rq's + - perf/x86/vlbr: Add c->flags to vlbr event constraints + - blkcg: Remove extra blkcg_bio_issue_init + - tracing/histogram: Do not copy the fixed-size char array field over the + field size + - perf bpf: Avoid memory leak from perf_env__insert_btf() + - perf bench futex: Fix memory leak of perf_cpu_map__new() + - perf tests: Remove bash construct from record+zstd_comp_decomp.sh + - drm/nouveau: hdmigv100.c: fix corrupted HDMI Vendor InfoFrame + - bpf: Fix inner map state pruning regression. + - samples/bpf: Fix summary per-sec stats in xdp_sample_user + - samples/bpf: Fix incorrect use of strlen in xdp_redirect_cpu + - selftests: net: switch to socat in the GSO GRE test + - net/ipa: ipa_resource: Fix wrong for loop range + - tcp: Fix uninitialized access in skb frags array for Rx 0cp. + - tracing: Add length protection to histogram string copies + - nl80211: fix radio statistics in survey dump + - mac80211: fix monitor_sdata RCU/locking assertions + - net: ipa: HOLB register sometimes must be written twice + - net: ipa: disable HOLB drop when updating timer + - selftests: gpio: fix gpio compiling error + - net: bnx2x: fix variable dereferenced before check + - bnxt_en: reject indirect blk offload when hw-tc-offload is off + - tipc: only accept encrypted MSG_CRYPTO msgs + - sock: fix /proc/net/sockstat underflow in sk_clone_lock() + - net/smc: Make sure the link_id is unique + - NFSD: Fix exposure in nfsd4_decode_bitmap() + - iavf: Fix return of set the new channel count + - iavf: check for null in iavf_fix_features + - iavf: free q_vectors before queues in iavf_disable_vf + - iavf: don't clear a lock we don't hold + - iavf: Fix failure to exit out from last all-multicast mode + - iavf: prevent accidental free of filter structure + - iavf: validate pointers + - iavf: Fix for the false positive ASQ/ARQ errors while issuing VF reset + - iavf: Fix for setting queues to 0 + - iavf: Restore VLAN filters after link down + - bpf: Fix toctou on read-only map's constant scalar tracking + - MIPS: generic/yamon-dt: fix uninitialized variable error + - mips: bcm63xx: add support for clk_get_parent() + - mips: lantiq: add support for clk_get_parent() + - gpio: rockchip: needs GENERIC_IRQ_CHIP to fix build errors + - platform/x86: hp_accel: Fix an error handling path in 'lis3lv02d_probe()' + - platform/x86: think-lmi: Abort probe on analyze failure + - udp: Validate checksum in udp_read_sock() + - btrfs: make 1-bit bit-fields of scrub_page unsigned int + - RDMA/core: Set send and receive CQ before forwarding to the driver + - net/mlx5e: kTLS, Fix crash in RX resync flow + - net/mlx5e: Wait for concurrent flow deletion during neigh/fib events + - net/mlx5: E-Switch, Fix resetting of encap mode when entering switchdev + - net/mlx5e: nullify cq->dbg pointer in mlx5_debug_cq_remove() + - net/mlx5: Update error handler for UCTX and UMEM + - net/mlx5: E-Switch, rebuild lag only when needed + - net/mlx5e: CT, Fix multiple allocations and memleak of mod acts + - net/mlx5: Lag, update tracker when state change event received + - net/mlx5: E-Switch, return error if encap isn't supported + - scsi: ufs: core: Improve SCSI abort handling + - scsi: core: sysfs: Fix hang when device state is set via sysfs + - scsi: ufs: core: Fix task management completion timeout race + - scsi: ufs: core: Fix another task management completion race + - net: mvmdio: fix compilation warning + - net: sched: act_mirred: drop dst for the direction from egress to ingress + - net: dpaa2-eth: fix use-after-free in dpaa2_eth_remove + - net: virtio_net_hdr_to_skb: count transport header in UFO + - i40e: Fix correct max_pkt_size on VF RX queue + - i40e: Fix NULL ptr dereference on VSI filter sync + - i40e: Fix changing previously set num_queue_pairs for PFs + - i40e: Fix ping is lost after configuring ADq on VF + - RDMA/mlx4: Do not fail the registration on port stats + - i40e: Fix warning message and call stack during rmmod i40e driver + - i40e: Fix creation of first queue by omitting it if is not power of two + - i40e: Fix display error code in dmesg + - NFC: reorganize the functions in nci_request + - NFC: reorder the logic in nfc_{un,}register_device + - NFC: add NCI_UNREG flag to eliminate the race + - e100: fix device suspend/resume + - ptp: ocp: Fix a couple NULL vs IS_ERR() checks + - tools build: Fix removal of feature-sync-compare-and-swap feature detection + - riscv: fix building external modules + - KVM: PPC: Book3S HV: Use GLOBAL_TOC for kvmppc_h_set_dabr/xdabr() + - powerpc: clean vdso32 and vdso64 directories + - powerpc/pseries: rename numa_dist_table to form2_distances + - powerpc/pseries: Fix numa FORM2 parsing fallback code + - pinctrl: qcom: sdm845: Enable dual edge errata + - pinctrl: qcom: sm8350: Correct UFS and SDC offsets + - perf/x86/intel/uncore: Fix filter_tid mask for CHA events on Skylake Server + - perf/x86/intel/uncore: Fix IIO event constraints for Skylake Server + - perf/x86/intel/uncore: Fix IIO event constraints for Snowridge + - s390/kexec: fix return code handling + - blk-cgroup: fix missing put device in error path from blkg_conf_pref() + - dmaengine: remove debugfs #ifdef + - tun: fix bonding active backup with arp monitoring + - Revert "mark pstore-blk as broken" + - pstore/blk: Use "%lu" to format unsigned long + - hexagon: export raw I/O routines for modules + - hexagon: clean up timer-regs.h + - tipc: check for null after calling kmemdup + - ipc: WARN if trying to remove ipc object which is absent + - shm: extend forced shm destroy to support objects from several IPC nses + - mm: kmemleak: slob: respect SLAB_NOLEAKTRACE flag + - hugetlb, userfaultfd: fix reservation restore on userfaultfd error + - kmap_local: don't assume kmap PTEs are linear arrays in memory + - mm/damon/dbgfs: use '__GFP_NOWARN' for user-specified size buffer allocation + - mm/damon/dbgfs: fix missed use of damon_dbgfs_lock + - x86/boot: Pull up cmdline preparation and early param parsing + - x86/sgx: Fix free page accounting + - x86/hyperv: Fix NULL deref in set_hv_tscchange_cb() if Hyper-V setup fails + - KVM: x86: Assume a 64-bit hypercall for guests with protected state + - KVM: x86: Fix uninitialized eoi_exit_bitmap usage in vcpu_load_eoi_exitmap() + - KVM: x86/mmu: include EFER.LMA in extended mmu role + - KVM: x86/xen: Fix get_attr of KVM_XEN_ATTR_TYPE_SHARED_INFO + - powerpc/signal32: Fix sigset_t copy + - powerpc/xive: Change IRQ domain to a tree domain + - powerpc/8xx: Fix pinned TLBs with CONFIG_STRICT_KERNEL_RWX + - Revert "drm/i915/tgl/dsi: Gate the ddi clocks after pll mapping" + - Revert "parisc: Reduce sigreturn trampoline to 3 instructions" + - ata: libata: improve ata_read_log_page() error message + - ata: libata: add missing ata_identify_page_supported() calls + - scsi: qla2xxx: Fix mailbox direction flags in qla2xxx_get_adapter_id() + - pinctrl: ralink: include 'ralink_regs.h' in 'pinctrl-mt7620.c' + - s390/setup: avoid reserving memory above identity mapping + - s390/boot: simplify and fix kernel memory layout setup + - s390/vdso: filter out -mstack-guard and -mstack-size + - s390/kexec: fix memory leak of ipl report buffer + - s390/dump: fix copying to user-space of swapped kdump oldmem + - block: Check ADMIN before NICE for IOPRIO_CLASS_RT + - fbdev: Prevent probing generic drivers if a FB is already registered + - KVM: SEV: Disallow COPY_ENC_CONTEXT_FROM if target has created vCPUs + - KVM: nVMX: don't use vcpu->arch.efer when checking host state on nested + state load + - drm/cma-helper: Release non-coherent memory with dma_free_noncoherent() + - printk: restore flushing of NMI buffers on remote CPUs after NMI backtraces + - udf: Fix crash after seekdir + - spi: fix use-after-free of the add_lock mutex + - net: stmmac: socfpga: add runtime suspend/resume callback for stratix10 + platform + - Drivers: hv: balloon: Use VMBUS_RING_SIZE() wrapper for dm_ring_size + - btrfs: fix memory ordering between normal and ordered work functions + - fs: handle circular mappings correctly + - net: stmmac: Fix signed/unsigned wreckage + - parisc/sticon: fix reverse colors + - cfg80211: call cfg80211_stop_ap when switch from P2P_GO type + - mac80211: fix radiotap header generation + - mac80211: drop check for DONT_REORDER in __ieee80211_select_queue + - drm/amd/display: Update swizzle mode enums + - drm/amd/display: Limit max DSC target bpp for specific monitors + - drm/i915/guc: Fix outstanding G2H accounting + - drm/i915/guc: Don't enable scheduling on a banned context, guc_id invalid, + not registered + - drm/i915/guc: Workaround reset G2H is received after schedule done G2H + - drm/i915/guc: Don't drop ce->guc_active.lock when unwinding context + - drm/i915/guc: Unwind context requests in reverse order + - drm/udl: fix control-message timeout + - drm/prime: Fix use after free in mmap with drm_gem_ttm_mmap + - drm/nouveau: Add a dedicated mutex for the clients list + - drm/nouveau: use drm_dev_unplug() during device removal + - drm/nouveau: clean up all clients on device removal + - drm/i915/dp: Ensure sink rate values are always valid + - drm/i915/dp: Ensure max link params are always valid + - drm/i915: Fix type1 DVI DP dual mode adapter heuristic for modern platforms + - drm/amdgpu: fix set scaling mode Full/Full aspect/Center not works on vga + and dvi connectors + - drm/amd/pm: avoid duplicate powergate/ungate setting + - signal: Implement force_fatal_sig + - exit/syscall_user_dispatch: Send ordinary signals on failure + - signal/powerpc: On swapcontext failure force SIGSEGV + - signal/s390: Use force_sigsegv in default_trap_handler + - signal/sparc32: Exit with a fatal signal when try_to_clear_window_buffer + fails + - signal/sparc32: In setup_rt_frame and setup_fram use force_fatal_sig + - signal/vm86_32: Properly send SIGSEGV when the vm86 state cannot be saved. + - signal/x86: In emulate_vsyscall force a signal instead of calling do_exit + - signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV) + - signal: Don't always set SA_IMMUTABLE for forced signals + - signal: Replace force_fatal_sig with force_exit_sig when in doubt + - hugetlbfs: flush TLBs correctly after huge_pmd_unshare + - RDMA/netlink: Add __maybe_unused to static inline in C file + - bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progs + - selinux: fix NULL-pointer dereference when hashtab allocation fails + - ASoC: DAPM: Cover regression by kctl change notification fix + - ASoC: rsnd: fixup DMAEngine API + - usb: max-3421: Use driver data instead of maintaining a list of bound + devices + - ice: Fix VF true promiscuous mode + - ice: Delete always true check of PF pointer + - fs: export an inode_update_time helper + - btrfs: update device path inode time instead of bd_inode + - net: add and use skb_unclone_keeptruesize() helper + - x86/Kconfig: Fix an unused variable error in dell-smm-hwmon + - ALSA: hda: hdac_ext_stream: fix potential locking issues + - ALSA: hda: hdac_stream: fix potential locking issue in + snd_hdac_stream_assign() + - Linux 5.15.5 + + * Fix non-working e1000e device after resume (LP: #1951861) + - SAUCE: Revert "e1000e: Additional PHY power saving in S0ix" + - SAUCE: Revert "e1000e: Add polling mechanism to indicate CSME DPG exit" + - SAUCE: Revert "e1000e: Add handshake with the CSME to support S0ix" + + * [SRU][I/OEM-5.13/OEM-5.14] Add MAC passthrough support for more Lenovo docks + (LP: #1951767) + - net: usb: r8152: Add MAC passthrough support for more Lenovo Docks + + * [amdgpu] USB4 support for DP tunneling (LP: #1951868) + - drm/amd/display: Support for DMUB HPD interrupt handling + - drm/amd/display: Update link encoder object creation. + - drm/amd/display: USB4 DPIA enumeration and AUX Tunneling + - drm/amd/display: Support for DMUB HPD and HPD RX interrupt handling + - drm/amd/display: Set DPIA link endpoint type + - drm/amd/display: Stub out DPIA link training call + - drm/amd/display: Add stub to get DPIA tunneling device data + - drm/amd/display: Skip DPCD read for DPTX-to-DPIA hop + - drm/amd/display: Train DPIA links with fallback + - drm/amd/display: Implement DPIA training loop + - drm/amd/display: Implement DPIA link configuration + - drm/amd/display: Implement DPIA clock recovery phase + - drm/amd/display: Implement DPIA equalisation phase + - drm/amd/display: Implement end of training for hop in DPIA display path + - drm/amd/display: Support for SET_CONFIG processing with DMUB + - drm/amd/display: isolate link training setting override to its own function + - drm/amd/display: Read USB4 DP tunneling data from DPCD. + - drm/amd/display: Add dpia debug options + - drm/amd/display: Support for SET_CONFIG processing with DMUB + - drm/amd/display: Add DPCD writes at key points + - drm/amd/display: Fix DIG_HPD_SELECT for USB4 display endpoints. + - drm/amd/display: Add helper for blanking all dp displays + - drm/amd/display: Fix link training fallback logic + - drm/amd/display: Add debug flags for USB4 DP link training. + - drm/amd/display: Fix dynamic link encoder access. + - drm/amd/display: Fix concurrent dynamic encoder assignment + - drm/amd/display: Fix dynamic encoder reassignment + - drm/amd/display: Fix for access for ddc pin and aux engine. + - drm/amd/display: Deadlock/HPD Status/Crash Bug Fix + - drm/amd/display: Fix USB4 Aux via DMUB terminate unexpectedly + + * Miscellaneous Ubuntu changes + - [Packaging] Rewrite debian/scripts/module-check in Python + - [Config] update config and annotations after applying v5.15.5 + + -- Andrea Righi Mon, 29 Nov 2021 09:25:37 +0100 + +linux (5.15.0-12.12) jammy; urgency=medium + + * jammy/linux: 5.15.0-12.12 -proposed tracker (LP: #1951810) + + * Jammy update: v5.15.4 upstream stable release (LP: #1951820) + - string: uninline memcpy_and_pad + - Revert "drm: fb_helper: improve CONFIG_FB dependency" + - Revert "drm: fb_helper: fix CONFIG_FB dependency" + - KVM: Fix steal time asm constraints + - btrfs: introduce btrfs_is_data_reloc_root + - btrfs: zoned: add a dedicated data relocation block group + - btrfs: zoned: only allow one process to add pages to a relocation inode + - btrfs: zoned: use regular writes for relocation + - btrfs: check for relocation inodes on zoned btrfs in should_nocow + - btrfs: zoned: allow preallocation for relocation inodes + - fortify: Explicitly disable Clang support + - block: Add a helper to validate the block size + - loop: Use blk_validate_block_size() to validate block size + - Bluetooth: btusb: Add support for TP-Link UB500 Adapter + - parisc/entry: fix trace test in syscall exit path + - PCI/MSI: Deal with devices lying about their MSI mask capability + - PCI: Add MSI masking quirk for Nvidia ION AHCI + - perf/core: Avoid put_page() when GUP fails + - thermal: Fix NULL pointer dereferences in of_thermal_ functions + - Revert "ACPI: scan: Release PM resources blocked by unused objects" + - Linux 5.15.4 + + * Jammy update: v5.15.3 upstream stable release (LP: #1951822) + - xhci: Fix USB 3.1 enumeration issues by increasing roothub power-on-good + delay + - usb: xhci: Enable runtime-pm by default on AMD Yellow Carp platform + - Input: iforce - fix control-message timeout + - Input: elantench - fix misreporting trackpoint coordinates + - Input: i8042 - Add quirk for Fujitsu Lifebook T725 + - libata: fix read log timeout value + - ocfs2: fix data corruption on truncate + - scsi: scsi_ioctl: Validate command size + - scsi: core: Avoid leaving shost->last_reset with stale value if EH does not + run + - scsi: core: Remove command size deduction from scsi_setup_scsi_cmnd() + - scsi: lpfc: Don't release final kref on Fport node while ABTS outstanding + - scsi: lpfc: Fix FCP I/O flush functionality for TMF routines + - scsi: qla2xxx: Fix crash in NVMe abort path + - scsi: qla2xxx: Fix kernel crash when accessing port_speed sysfs file + - scsi: qla2xxx: Fix use after free in eh_abort path + - ce/gf100: fix incorrect CE0 address calculation on some GPUs + - char: xillybus: fix msg_ep UAF in xillyusb_probe() + - mmc: mtk-sd: Add wait dma stop done flow + - mmc: dw_mmc: Dont wait for DRTO on Write RSP error + - exfat: fix incorrect loading of i_blocks for large files + - io-wq: remove worker to owner tw dependency + - parisc: Fix set_fixmap() on PA1.x CPUs + - parisc: Fix ptrace check on syscall return + - tpm: Check for integer overflow in tpm2_map_response_body() + - firmware/psci: fix application of sizeof to pointer + - crypto: s5p-sss - Add error handling in s5p_aes_probe() + - media: rkvdec: Do not override sizeimage for output format + - media: ite-cir: IR receiver stop working after receive overflow + - media: rkvdec: Support dynamic resolution changes + - media: ir-kbd-i2c: improve responsiveness of hauppauge zilog receivers + - media: v4l2-ioctl: Fix check_ext_ctrls + - ALSA: hda/realtek: Fix mic mute LED for the HP Spectre x360 14 + - ALSA: hda/realtek: Add a quirk for HP OMEN 15 mute LED + - ALSA: hda/realtek: Add quirk for Clevo PC70HS + - ALSA: hda/realtek: Headset fixup for Clevo NH77HJQ + - ALSA: hda/realtek: Add a quirk for Acer Spin SP513-54N + - ALSA: hda/realtek: Add quirk for ASUS UX550VE + - ALSA: hda/realtek: Add quirk for HP EliteBook 840 G7 mute LED + - ALSA: ua101: fix division by zero at probe + - ALSA: 6fire: fix control and bulk message timeouts + - ALSA: line6: fix control and interrupt message timeouts + - ALSA: mixer: oss: Fix racy access to slots + - ALSA: mixer: fix deadlock in snd_mixer_oss_set_volume + - ALSA: usb-audio: Line6 HX-Stomp XL USB_ID for 48k-fixed quirk + - ALSA: usb-audio: Add registration quirk for JBL Quantum 400 + - ALSA: hda: Free card instance properly at probe errors + - ALSA: synth: missing check for possible NULL after the call to kstrdup + - ALSA: pci: rme: Fix unaligned buffer addresses + - ALSA: PCM: Fix NULL dereference at mmap checks + - ALSA: timer: Fix use-after-free problem + - ALSA: timer: Unconditionally unlink slave instances, too + - Revert "ext4: enforce buffer head state assertion in ext4_da_map_blocks" + - ext4: fix lazy initialization next schedule time computation in more + granular unit + - ext4: ensure enough credits in ext4_ext_shift_path_extents + - ext4: refresh the ext4_ext_path struct after dropping i_data_sem. + - fuse: fix page stealing + - x86/sme: Use #define USE_EARLY_PGTABLE_L5 in mem_encrypt_identity.c + - x86/cpu: Fix migration safety with X86_BUG_NULL_SEL + - x86/irq: Ensure PI wakeup handler is unregistered before module unload + - x86/iopl: Fake iopl(3) CLI/STI usage + - btrfs: clear MISSING device status bit in btrfs_close_one_device + - btrfs: fix lost error handling when replaying directory deletes + - btrfs: call btrfs_check_rw_degradable only if there is a missing device + - KVM: x86/mmu: Drop a redundant, broken remote TLB flush + - KVM: VMX: Unregister posted interrupt wakeup handler on hardware unsetup + - KVM: PPC: Tick accounting should defer vtime accounting 'til after IRQ + handling + - ia64: kprobes: Fix to pass correct trampoline address to the handler + - selinux: fix race condition when computing ocontext SIDs + - ipmi:watchdog: Set panic count to proper value on a panic + - md/raid1: only allocate write behind bio for WriteMostly device + - hwmon: (pmbus/lm25066) Add offset coefficients + - regulator: s5m8767: do not use reset value as DVS voltage if GPIO DVS is + disabled + - regulator: dt-bindings: samsung,s5m8767: correct s5m8767,pmic-buck-default- + dvs-idx property + - EDAC/sb_edac: Fix top-of-high-memory value for Broadwell/Haswell + - mwifiex: fix division by zero in fw download path + - ath6kl: fix division by zero in send path + - ath6kl: fix control-message timeout + - ath10k: fix control-message timeout + - ath10k: fix division by zero in send path + - PCI: Mark Atheros QCA6174 to avoid bus reset + - rtl8187: fix control-message timeouts + - evm: mark evm_fixmode as __ro_after_init + - ifb: Depend on netfilter alternatively to tc + - platform/surface: aggregator_registry: Add support for Surface Laptop Studio + - mt76: mt7615: fix skb use-after-free on mac reset + - HID: surface-hid: Use correct event registry for managing HID events + - HID: surface-hid: Allow driver matching for target ID 1 devices + - wcn36xx: Fix HT40 capability for 2Ghz band + - wcn36xx: Fix tx_status mechanism + - wcn36xx: Fix (QoS) null data frame bitrate/modulation + - PM: sleep: Do not let "syscore" devices runtime-suspend during system + transitions + - mwifiex: Read a PCI register after writing the TX ring write pointer + - mwifiex: Try waking the firmware until we get an interrupt + - libata: fix checking of DMA state + - dma-buf: fix and rework dma_buf_poll v7 + - wcn36xx: handle connection loss indication + - rsi: fix occasional initialisation failure with BT coex + - rsi: fix key enabled check causing unwanted encryption for vap_id > 0 + - rsi: fix rate mask set leading to P2P failure + - rsi: Fix module dev_oper_mode parameter description + - perf/x86/intel/uncore: Support extra IMC channel on Ice Lake server + - perf/x86/intel/uncore: Fix invalid unit check + - perf/x86/intel/uncore: Fix Intel ICX IIO event constraints + - RDMA/qedr: Fix NULL deref for query_qp on the GSI QP + - ASoC: tegra: Set default card name for Trimslice + - ASoC: tegra: Restore AC97 support + - signal: Remove the bogus sigkill_pending in ptrace_stop + - memory: renesas-rpc-if: Correct QSPI data transfer in Manual mode + - signal/mips: Update (_save|_restore)_fp_context to fail with -EFAULT + - soc: samsung: exynos-pmu: Fix compilation when nothing selects + CONFIG_MFD_CORE + - soc: fsl: dpio: replace smp_processor_id with raw_smp_processor_id + - soc: fsl: dpio: use the combined functions to protect critical zone + - mtd: rawnand: socrates: Keep the driver compatible with on-die ECC engines + - mctp: handle the struct sockaddr_mctp padding fields + - power: supply: max17042_battery: Prevent int underflow in set_soc_threshold + - power: supply: max17042_battery: use VFSOC for capacity when no rsns + - iio: core: fix double free in iio_device_unregister_sysfs() + - iio: core: check return value when calling dev_set_name() + - KVM: arm64: Extract ESR_ELx.EC only + - KVM: x86: Fix recording of guest steal time / preempted status + - KVM: x86: Add helper to consolidate core logic of SET_CPUID{2} flows + - KVM: nVMX: Query current VMCS when determining if MSR bitmaps are in use + - KVM: nVMX: Handle dynamic MSR intercept toggling + - can: peak_usb: always ask for BERR reporting for PCAN-USB devices + - can: mcp251xfd: mcp251xfd_irq(): add missing + can_rx_offload_threaded_irq_finish() in case of bus off + - can: j1939: j1939_tp_cmd_recv(): ignore abort message in the BAM transport + - can: j1939: j1939_can_recv(): ignore messages with invalid source address + - can: j1939: j1939_tp_cmd_recv(): check the dst address of TP.CM_BAM + - iio: adc: tsc2046: fix scan interval warning + - powerpc/85xx: Fix oops when mpc85xx_smp_guts_ids node cannot be found + - io_uring: honour zeroes as io-wq worker limits + - ring-buffer: Protect ring_buffer_reset() from reentrancy + - serial: core: Fix initializing and restoring termios speed + - ifb: fix building without CONFIG_NET_CLS_ACT + - xen/balloon: add late_initcall_sync() for initial ballooning done + - ovl: fix use after free in struct ovl_aio_req + - ovl: fix filattr copy-up failure + - PCI: pci-bridge-emul: Fix emulation of W1C bits + - PCI: cadence: Add cdns_plat_pcie_probe() missing return + - cxl/pci: Fix NULL vs ERR_PTR confusion + - PCI: aardvark: Do not clear status bits of masked interrupts + - PCI: aardvark: Fix checking for link up via LTSSM state + - PCI: aardvark: Do not unmask unused interrupts + - PCI: aardvark: Fix reporting Data Link Layer Link Active + - PCI: aardvark: Fix configuring Reference clock + - PCI: aardvark: Fix return value of MSI domain .alloc() method + - PCI: aardvark: Read all 16-bits from PCIE_MSI_PAYLOAD_REG + - PCI: aardvark: Fix support for bus mastering and PCI_COMMAND on emulated + bridge + - PCI: aardvark: Fix support for PCI_BRIDGE_CTL_BUS_RESET on emulated bridge + - PCI: aardvark: Set PCI Bridge Class Code to PCI Bridge + - PCI: aardvark: Fix support for PCI_ROM_ADDRESS1 on emulated bridge + - quota: check block number when reading the block in quota file + - quota: correct error number in free_dqentry() + - cifs: To match file servers, make sure the server hostname matches + - cifs: set a minimum of 120s for next dns resolution + - mfd: simple-mfd-i2c: Select MFD_CORE to fix build error + - pinctrl: core: fix possible memory leak in pinctrl_enable() + - coresight: cti: Correct the parameter for pm_runtime_put + - coresight: trbe: Fix incorrect access of the sink specific data + - coresight: trbe: Defer the probe on offline CPUs + - iio: buffer: check return value of kstrdup_const() + - iio: buffer: Fix memory leak in iio_buffers_alloc_sysfs_and_mask() + - iio: buffer: Fix memory leak in __iio_buffer_alloc_sysfs_and_mask() + - iio: buffer: Fix memory leak in iio_buffer_register_legacy_sysfs_groups() + - drivers: iio: dac: ad5766: Fix dt property name + - iio: dac: ad5446: Fix ad5622_write() return value + - iio: ad5770r: make devicetree property reading consistent + - Documentation:devicetree:bindings:iio:dac: Fix val + - USB: serial: keyspan: fix memleak on probe errors + - serial: 8250: fix racy uartclk update + - ksmbd: set unique value to volume serial field in FS_VOLUME_INFORMATION + - io-wq: serialize hash clear with wakeup + - serial: 8250: Fix reporting real baudrate value in c_ospeed field + - Revert "serial: 8250: Fix reporting real baudrate value in c_ospeed field" + - most: fix control-message timeouts + - USB: iowarrior: fix control-message timeouts + - USB: chipidea: fix interrupt deadlock + - power: supply: max17042_battery: Clear status bits in interrupt handler + - component: do not leave master devres group open after bind + - dma-buf: WARN on dmabuf release with pending attachments + - drm: panel-orientation-quirks: Update the Lenovo Ideapad D330 quirk (v2) + - drm: panel-orientation-quirks: Add quirk for KD Kurio Smart C15200 2-in-1 + - drm: panel-orientation-quirks: Add quirk for the Samsung Galaxy Book 10.6 + - Bluetooth: sco: Fix lock_sock() blockage by memcpy_from_msg() + - Bluetooth: fix use-after-free error in lock_sock_nested() + - Bluetooth: call sock_hold earlier in sco_conn_del + - drm/panel-orientation-quirks: add Valve Steam Deck + - rcutorture: Avoid problematic critical section nesting on PREEMPT_RT + - platform/x86: wmi: do not fail if disabling fails + - drm/amdgpu: move iommu_resume before ip init/resume + - MIPS: lantiq: dma: add small delay after reset + - MIPS: lantiq: dma: reset correct number of channel + - locking/lockdep: Avoid RCU-induced noinstr fail + - net: sched: update default qdisc visibility after Tx queue cnt changes + - rcu-tasks: Move RTGS_WAIT_CBS to beginning of rcu_tasks_kthread() loop + - smackfs: Fix use-after-free in netlbl_catmap_walk() + - ath11k: Align bss_chan_info structure with firmware + - crypto: aesni - check walk.nbytes instead of err + - x86/mm/64: Improve stack overflow warnings + - x86: Increase exception stack sizes + - mwifiex: Run SET_BSS_MODE when changing from P2P to STATION vif-type + - mwifiex: Properly initialize private structure on interface type changes + - spi: Check we have a spi_device_id for each DT compatible + - fscrypt: allow 256-bit master keys with AES-256-XTS + - drm/amdgpu: Fix MMIO access page fault + - drm/amd/display: Fix null pointer dereference for encoders + - selftests: net: fib_nexthops: Wait before checking reported idle time + - ath11k: Avoid reg rules update during firmware recovery + - ath11k: add handler for scan event WMI_SCAN_EVENT_DEQUEUED + - ath11k: Change DMA_FROM_DEVICE to DMA_TO_DEVICE when map reinjected packets + - ath10k: high latency fixes for beacon buffer + - octeontx2-pf: Enable promisc/allmulti match MCAM entries. + - media: mt9p031: Fix corrupted frame after restarting stream + - media: netup_unidvb: handle interrupt properly according to the firmware + - media: atomisp: Fix error handling in probe + - media: stm32: Potential NULL pointer dereference in dcmi_irq_thread() + - media: uvcvideo: Set capability in s_param + - media: uvcvideo: Return -EIO for control errors + - media: uvcvideo: Set unique vdev name based in type + - media: vidtv: Fix memory leak in remove + - media: s5p-mfc: fix possible null-pointer dereference in s5p_mfc_probe() + - media: s5p-mfc: Add checking to s5p_mfc_probe(). + - media: videobuf2: rework vb2_mem_ops API + - media: imx: set a media_device bus_info string + - media: rcar-vin: Use user provided buffers when starting + - media: mceusb: return without resubmitting URB in case of -EPROTO error. + - ia64: don't do IA64_CMPXCHG_DEBUG without CONFIG_PRINTK + - rtw88: fix RX clock gate setting while fifo dump + - brcmfmac: Add DMI nvram filename quirk for Cyberbook T116 tablet + - media: rcar-csi2: Add checking to rcsi2_start_receiver() + - ipmi: Disable some operations during a panic + - fs/proc/uptime.c: Fix idle time reporting in /proc/uptime + - kselftests/sched: cleanup the child processes + - ACPICA: Avoid evaluating methods too early during system resume + - cpufreq: Make policy min/max hard requirements + - ice: Move devlink port to PF/VF struct + - media: imx-jpeg: Fix possible null pointer dereference + - media: ipu3-imgu: imgu_fmt: Handle properly try + - media: ipu3-imgu: VIDIOC_QUERYCAP: Fix bus_info + - media: usb: dvd-usb: fix uninit-value bug in dibusb_read_eeprom_byte() + - net-sysfs: try not to restart the syscall if it will fail eventually + - drm/amdkfd: rm BO resv on validation to avoid deadlock + - tracefs: Have tracefs directories not set OTH permission bits by default + - tracing: Disable "other" permission bits in the tracefs files + - ath: dfs_pattern_detector: Fix possible null-pointer dereference in + channel_detector_create() + - KVM: arm64: Propagate errors from __pkvm_prot_finalize hypercall + - mmc: moxart: Fix reference count leaks in moxart_probe + - iov_iter: Fix iov_iter_get_pages{,_alloc} page fault return value + - ACPI: battery: Accept charges over the design capacity as full + - ACPI: scan: Release PM resources blocked by unused objects + - drm/amd/display: fix null pointer deref when plugging in display + - drm/amdkfd: fix resume error when iommu disabled in Picasso + - net: phy: micrel: make *-skew-ps check more lenient + - leaking_addresses: Always print a trailing newline + - thermal/core: Fix null pointer dereference in thermal_release() + - drm/msm: prevent NULL dereference in msm_gpu_crashstate_capture() + - thermal/drivers/tsens: Add timeout to get_temp_tsens_valid + - block: bump max plugged deferred size from 16 to 32 + - floppy: fix calling platform_device_unregister() on invalid drives + - md: update superblock after changing rdev flags in state_store + - memstick: r592: Fix a UAF bug when removing the driver + - locking/rwsem: Disable preemption for spinning region + - lib/xz: Avoid overlapping memcpy() with invalid input with in-place + decompression + - lib/xz: Validate the value before assigning it to an enum variable + - workqueue: make sysfs of unbound kworker cpumask more clever + - tracing/cfi: Fix cmp_entries_* functions signature mismatch + - mt76: mt7915: fix an off-by-one bound check + - mwl8k: Fix use-after-free in mwl8k_fw_state_machine() + - iwlwifi: change all JnP to NO-160 configuration + - block: remove inaccurate requeue check + - media: allegro: ignore interrupt if mailbox is not initialized + - drm/amdgpu/pm: properly handle sclk for profiling modes on vangogh + - nvmet: fix use-after-free when a port is removed + - nvmet-rdma: fix use-after-free when a port is removed + - nvmet-tcp: fix use-after-free when a port is removed + - nvme: drop scan_lock and always kick requeue list when removing namespaces + - samples/bpf: Fix application of sizeof to pointer + - arm64: vdso32: suppress error message for 'make mrproper' + - PM: hibernate: Get block device exclusively in swsusp_check() + - selftests: kvm: fix mismatched fclose() after popen() + - selftests/bpf: Fix perf_buffer test on system with offline cpus + - iwlwifi: mvm: disable RX-diversity in powersave + - smackfs: use __GFP_NOFAIL for smk_cipso_doi() + - ARM: clang: Do not rely on lr register for stacktrace + - gre/sit: Don't generate link-local addr if addr_gen_mode is + IN6_ADDR_GEN_MODE_NONE + - can: bittiming: can_fixup_bittiming(): change type of tseg1 and alltseg to + unsigned int + - gfs2: Cancel remote delete work asynchronously + - gfs2: Fix glock_hash_walk bugs + - ARM: 9136/1: ARMv7-M uses BE-8, not BE-32 + - tools/latency-collector: Use correct size when writing queue_full_warning + - vrf: run conntrack only in context of lower/physdev for locally generated + packets + - net: annotate data-race in neigh_output() + - ACPI: AC: Quirk GK45 to skip reading _PSR + - ACPI: resources: Add one more Medion model in IRQ override quirk + - btrfs: reflink: initialize return value to 0 in btrfs_extent_same() + - btrfs: do not take the uuid_mutex in btrfs_rm_device + - spi: bcm-qspi: Fix missing clk_disable_unprepare() on error in + bcm_qspi_probe() + - wcn36xx: Correct band/freq reporting on RX + - wcn36xx: Fix packet drop on resume + - Revert "wcn36xx: Enable firmware link monitoring" + - ftrace: do CPU checking after preemption disabled + - inet: remove races in inet{6}_getname() + - x86/hyperv: Protect set_hv_tscchange_cb() against getting preempted + - drm/amd/display: dcn20_resource_construct reduce scope of FPU enabled + - perf/x86/intel: Fix ICL/SPR INST_RETIRED.PREC_DIST encodings + - parisc: fix warning in flush_tlb_all + - task_stack: Fix end_of_stack() for architectures with upwards-growing stack + - erofs: don't trigger WARN() when decompression fails + - parisc/unwind: fix unwinder when CONFIG_64BIT is enabled + - parisc/kgdb: add kgdb_roundup() to make kgdb work with idle polling + - netfilter: conntrack: set on IPS_ASSURED if flows enters internal stream + state + - selftests/bpf: Fix strobemeta selftest regression + - fbdev/efifb: Release PCI device's runtime PM ref during FB destroy + - drm/bridge: anx7625: Propagate errors from sp_tx_rst_aux() + - perf/x86/intel/uncore: Fix Intel SPR CHA event constraints + - perf/x86/intel/uncore: Fix Intel SPR IIO event constraints + - perf/x86/intel/uncore: Fix Intel SPR M2PCIE event constraints + - perf/x86/intel/uncore: Fix Intel SPR M3UPI event constraints + - drm/bridge: it66121: Initialize {device,vendor}_ids + - drm/bridge: it66121: Wait for next bridge to be probed + - Bluetooth: fix init and cleanup of sco_conn.timeout_work + - libbpf: Don't crash on object files with no symbol tables + - Bluetooth: hci_uart: fix GPF in h5_recv + - rcu: Fix existing exp request check in sync_sched_exp_online_cleanup() + - MIPS: lantiq: dma: fix burst length for DEU + - x86/xen: Mark cpu_bringup_and_idle() as dead_end_function + - objtool: Handle __sanitize_cov*() tail calls + - net/mlx5: Publish and unpublish all devlink parameters at once + - drm/v3d: fix wait for TMU write combiner flush + - crypto: sm4 - Do not change section of ck and sbox + - virtio-gpu: fix possible memory allocation failure + - lockdep: Let lock_is_held_type() detect recursive read as read + - net: net_namespace: Fix undefined member in key_remove_domain() + - net: phylink: don't call netif_carrier_off() with NULL netdev + - drm: bridge: it66121: Fix return value it66121_probe + - spi: Fixed division by zero warning + - cgroup: Make rebind_subsystems() disable v2 controllers all at once + - wcn36xx: Fix Antenna Diversity Switching + - wilc1000: fix possible memory leak in cfg_scan_result() + - Bluetooth: btmtkuart: fix a memleak in mtk_hci_wmt_sync + - drm/amdgpu: Fix crash on device remove/driver unload + - drm/amd/display: Pass display_pipe_params_st as const in DML + - drm/amdgpu: move amdgpu_virt_release_full_gpu to fini_early stage + - crypto: caam - disable pkc for non-E SoCs + - crypto: qat - power up 4xxx device + - Bluetooth: hci_h5: Fix (runtime)suspend issues on RTL8723BS HCIs + - bnxt_en: Check devlink allocation and registration status + - qed: Don't ignore devlink allocation failures + - rxrpc: Fix _usecs_to_jiffies() by using usecs_to_jiffies() + - mptcp: do not shrink snd_nxt when recovering + - fortify: Fix dropped strcpy() compile-time write overflow check + - mac80211: twt: don't use potentially unaligned pointer + - cfg80211: always free wiphy specific regdomain + - net/mlx5: Accept devlink user input after driver initialization complete + - net: dsa: rtl8366rb: Fix off-by-one bug + - net: dsa: rtl8366: Fix a bug in deleting VLANs + - bpf/tests: Fix error in tail call limit tests + - ath11k: fix some sleeping in atomic bugs + - ath11k: Avoid race during regd updates + - ath11k: fix packet drops due to incorrect 6 GHz freq value in rx status + - ath11k: Fix memory leak in ath11k_qmi_driver_event_work + - gve: DQO: avoid unused variable warnings + - ath10k: Fix missing frame timestamp for beacon/probe-resp + - ath10k: sdio: Add missing BH locking around napi_schdule() + - drm/ttm: stop calling tt_swapin in vm_access + - arm64: mm: update max_pfn after memory hotplug + - drm/amdgpu: fix warning for overflow check + - libbpf: Fix skel_internal.h to set errno on loader retval < 0 + - media: em28xx: add missing em28xx_close_extension + - media: meson-ge2d: Fix rotation parameter changes detection in + 'ge2d_s_ctrl()' + - media: cxd2880-spi: Fix a null pointer dereference on error handling path + - media: ttusb-dec: avoid release of non-acquired mutex + - media: dvb-usb: fix ununit-value in az6027_rc_query + - media: imx258: Fix getting clock frequency + - media: v4l2-ioctl: S_CTRL output the right value + - media: mtk-vcodec: venc: fix return value when start_streaming fails + - media: TDA1997x: handle short reads of hdmi info frame. + - media: mtk-vpu: Fix a resource leak in the error handling path of + 'mtk_vpu_probe()' + - media: imx-jpeg: Fix the error handling path of 'mxc_jpeg_probe()' + - media: i2c: ths8200 needs V4L2_ASYNC + - media: sun6i-csi: Allow the video device to be open multiple times + - media: radio-wl1273: Avoid card name truncation + - media: si470x: Avoid card name truncation + - media: tm6000: Avoid card name truncation + - media: cx23885: Fix snd_card_free call on null card pointer + - media: atmel: fix the ispck initialization + - scs: Release kasan vmalloc poison in scs_free process + - kprobes: Do not use local variable when creating debugfs file + - crypto: ecc - fix CRYPTO_DEFAULT_RNG dependency + - drm: fb_helper: fix CONFIG_FB dependency + - cpuidle: Fix kobject memory leaks in error paths + - media: em28xx: Don't use ops->suspend if it is NULL + - ath10k: Don't always treat modem stop events as crashes + - ath9k: Fix potential interrupt storm on queue reset + - PM: EM: Fix inefficient states detection + - x86/insn: Use get_unaligned() instead of memcpy() + - EDAC/amd64: Handle three rank interleaving mode + - rcu: Always inline rcu_dynticks_task*_{enter,exit}() + - rcu: Fix rcu_dynticks_curr_cpu_in_eqs() vs noinstr + - netfilter: nft_dynset: relax superfluous check on set updates + - media: venus: fix vpp frequency calculation for decoder + - media: dvb-frontends: mn88443x: Handle errors of clk_prepare_enable() + - crypto: ccree - avoid out-of-range warnings from clang + - crypto: qat - detect PFVF collision after ACK + - crypto: qat - disregard spurious PFVF interrupts + - hwrng: mtk - Force runtime pm ops for sleep ops + - ima: fix deadlock when traversing "ima_default_rules". + - b43legacy: fix a lower bounds test + - b43: fix a lower bounds test + - gve: Recover from queue stall due to missed IRQ + - gve: Track RX buffer allocation failures + - mmc: sdhci-omap: Fix NULL pointer exception if regulator is not configured + - mmc: sdhci-omap: Fix context restore + - memstick: avoid out-of-range warning + - memstick: jmb38x_ms: use appropriate free function in jmb38x_ms_alloc_host() + - net, neigh: Fix NTF_EXT_LEARNED in combination with NTF_USE + - hwmon: Fix possible memleak in __hwmon_device_register() + - hwmon: (pmbus/lm25066) Let compiler determine outer dimension of + lm25066_coeff + - ath10k: fix max antenna gain unit + - kernel/sched: Fix sched_fork() access an invalid sched_task_group + - net: fealnx: fix build for UML + - net: intel: igc_ptp: fix build for UML + - net: tulip: winbond-840: fix build for UML + - tcp: switch orphan_count to bare per-cpu counters + - crypto: octeontx2 - set assoclen in aead_do_fallback() + - thermal/core: fix a UAF bug in __thermal_cooling_device_register() + - drm/msm/dsi: do not enable irq handler before powering up the host + - drm/msm: Fix potential Oops in a6xx_gmu_rpmh_init() + - drm/msm: potential error pointer dereference in init() + - drm/msm: unlock on error in get_sched_entity() + - drm/msm: fix potential NULL dereference in cleanup + - drm/msm: uninitialized variable in msm_gem_import() + - net: stream: don't purge sk_error_queue in sk_stream_kill_queues() + - thermal/drivers/qcom/lmh: make QCOM_LMH depends on QCOM_SCM + - mailbox: Remove WARN_ON for async_cb.cb in cmdq_exec_done + - media: ivtv: fix build for UML + - media: ir_toy: assignment to be16 should be of correct type + - mmc: mxs-mmc: disable regulator on error and in the remove function + - io-wq: Remove duplicate code in io_workqueue_create() + - block: ataflop: fix breakage introduced at blk-mq refactoring + - platform/x86: thinkpad_acpi: Fix bitwise vs. logical warning + - mailbox: mtk-cmdq: Validate alias_id on probe + - mailbox: mtk-cmdq: Fix local clock ID usage + - ACPI: PM: Turn off unused wakeup power resources + - ACPI: PM: Fix sharing of wakeup power resources + - drm/amdkfd: Fix an inappropriate error handling in allloc memory of gpu + - mt76: mt7921: fix endianness in mt7921_mcu_tx_done_event + - mt76: mt7915: fix endianness warning in mt7915_mac_add_txs_skb + - mt76: mt7921: fix endianness warning in mt7921_update_txs + - mt76: mt7615: fix endianness warning in mt7615_mac_write_txwi + - mt76: mt7915: fix info leak in mt7915_mcu_set_pre_cal() + - mt76: connac: fix mt76_connac_gtk_rekey_tlv usage + - mt76: fix build error implicit enumeration conversion + - mt76: mt7921: fix survey-dump reporting + - mt76: mt76x02: fix endianness warnings in mt76x02_mac.c + - mt76: mt7921: Fix out of order process by invalid event pkt + - mt76: mt7915: fix potential overflow of eeprom page index + - mt76: mt7915: fix bit fields for HT rate idx + - mt76: mt7921: fix dma hang in rmmod + - mt76: connac: fix GTK rekey offload failure on WPA mixed mode + - mt76: overwrite default reg_ops if necessary + - mt76: mt7921: report HE MU radiotap + - mt76: mt7921: fix firmware usage of RA info using legacy rates + - mt76: mt7921: fix kernel warning from cfg80211_calculate_bitrate + - mt76: mt7921: always wake device if necessary in debugfs + - mt76: mt7915: fix hwmon temp sensor mem use-after-free + - mt76: mt7615: fix hwmon temp sensor mem use-after-free + - mt76: mt7915: fix possible infinite loop release semaphore + - mt76: mt7921: fix retrying release semaphore without end + - mt76: mt7615: fix monitor mode tear down crash + - mt76: connac: fix possible NULL pointer dereference in + mt76_connac_get_phy_mode_v2 + - mt76: mt7915: fix sta_rec_wtbl tag len + - mt76: mt7915: fix muar_idx in mt7915_mcu_alloc_sta_req() + - rsi: stop thread firstly in rsi_91x_init() error handling + - mwifiex: Send DELBA requests according to spec + - iwlwifi: mvm: reset PM state on unsuccessful resume + - iwlwifi: pnvm: don't kmemdup() more than we have + - iwlwifi: pnvm: read EFI data only if long enough + - net: enetc: unmap DMA in enetc_send_cmd() + - phy: micrel: ksz8041nl: do not use power down mode + - nbd: Fix use-after-free in pid_show + - nvme-rdma: fix error code in nvme_rdma_setup_ctrl + - PM: hibernate: fix sparse warnings + - clocksource/drivers/timer-ti-dm: Select TIMER_OF + - x86/sev: Fix stack type check in vc_switch_off_ist() + - drm/msm: Fix potential NULL dereference in DPU SSPP + - drm/msm/dsi: fix wrong type in msm_dsi_host + - crypto: tcrypt - fix skcipher multi-buffer tests for 1420B blocks + - smackfs: use netlbl_cfg_cipsov4_del() for deleting cipso_v4_doi + - KVM: selftests: Fix nested SVM tests when built with clang + - libbpf: Fix memory leak in btf__dedup() + - bpftool: Avoid leaking the JSON writer prepared for program metadata + - libbpf: Fix overflow in BTF sanity checks + - libbpf: Fix BTF header parsing checks + - mt76: mt7615: mt7622: fix ibss and meshpoint + - s390/gmap: validate VMA in __gmap_zap() + - s390/gmap: don't unconditionally call pte_unmap_unlock() in __gmap_zap() + - s390/mm: validate VMA in PGSTE manipulation functions + - s390/mm: fix VMA and page table handling code in storage key handling + functions + - s390/uv: fully validate the VMA before calling follow_page() + - KVM: s390: pv: avoid double free of sida page + - KVM: s390: pv: avoid stalls for kvm_s390_pv_init_vm + - irq: mips: avoid nested irq_enter() + - net: dsa: avoid refcount warnings when ->port_{fdb,mdb}_del returns error + - ARM: 9142/1: kasan: work around LPAE build warning + - ath10k: fix module load regression with iram-recovery feature + - block: ataflop: more blk-mq refactoring fixes + - blk-cgroup: synchronize blkg creation against policy deactivation + - libbpf: Fix off-by-one bug in bpf_core_apply_relo() + - tpm: fix Atmel TPM crash caused by too frequent queries + - tpm_tis_spi: Add missing SPI ID + - libbpf: Fix endianness detection in BPF_CORE_READ_BITFIELD_PROBED() + - tcp: don't free a FIN sk_buff in tcp_remove_empty_skb() + - tracing: Fix missing trace_boot_init_histograms kstrdup NULL checks + - cpufreq: intel_pstate: Fix cpu->pstate.turbo_freq initialization + - spi: spi-rpc-if: Check return value of rpcif_sw_init() + - samples/kretprobes: Fix return value if register_kretprobe() failed + - KVM: s390: Fix handle_sske page fault handling + - libertas_tf: Fix possible memory leak in probe and disconnect + - libertas: Fix possible memory leak in probe and disconnect + - wcn36xx: add proper DMA memory barriers in rx path + - wcn36xx: Fix discarded frames due to wrong sequence number + - bpf: Avoid races in __bpf_prog_run() for 32bit arches + - bpf: Fixes possible race in update_prog_stats() for 32bit arches + - wcn36xx: Channel list update before hardware scan + - drm/amdgpu: fix a potential memory leak in amdgpu_device_fini_sw() + - drm/amdgpu/gmc6: fix DMA mask from 44 to 40 bits + - selftests/bpf: Fix fd cleanup in sk_lookup test + - selftests/bpf: Fix memory leak in test_ima + - sctp: allow IP fragmentation when PLPMTUD enters Error state + - sctp: reset probe_timer in sctp_transport_pl_update + - sctp: subtract sctphdr len in sctp_transport_pl_hlen + - sctp: return true only for pathmtu update in sctp_transport_pl_toobig + - net: amd-xgbe: Toggle PLL settings during rate change + - ipmi: kcs_bmc: Fix a memory leak in the error handling path of + 'kcs_bmc_serio_add_device()' + - nfp: fix NULL pointer access when scheduling dim work + - nfp: fix potential deadlock when canceling dim work + - net: phylink: avoid mvneta warning when setting pause parameters + - net: bridge: fix uninitialized variables when BRIDGE_CFM is disabled + - selftests: net: bridge: update IGMP/MLD membership interval value + - crypto: pcrypt - Delay write to padata->info + - selftests/bpf: Fix fclose/pclose mismatch in test_progs + - udp6: allow SO_MARK ctrl msg to affect routing + - ibmvnic: don't stop queue in xmit + - ibmvnic: Process crqs after enabling interrupts + - ibmvnic: delay complete() + - selftests: mptcp: fix proto type in link_failure tests + - skmsg: Lose offset info in sk_psock_skb_ingress + - cgroup: Fix rootcg cpu.stat guest double counting + - bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off. + - bpf: Fix propagation of signed bounds from 64-bit min/max into 32-bit. + - of: unittest: fix EXPECT text for gpio hog errors + - cpufreq: Fix parameter in parse_perf_domain() + - staging: r8188eu: fix memory leak in rtw_set_key + - arm64: dts: meson: sm1: add Ethernet PHY reset line for ODROID-C4/HC4 + - iio: st_sensors: disable regulators after device unregistration + - RDMA/rxe: Fix wrong port_cap_flags + - ARM: dts: BCM5301X: Fix memory nodes names + - arm64: dts: broadcom: bcm4908: Fix UART clock name + - clk: mvebu: ap-cpu-clk: Fix a memory leak in error handling paths + - scsi: pm80xx: Fix lockup in outbound queue management + - scsi: qla2xxx: edif: Use link event to wake up app + - scsi: lpfc: Fix NVMe I/O failover to non-optimized path + - ARM: s3c: irq-s3c24xx: Fix return value check for s3c24xx_init_intc() + - arm64: dts: rockchip: Fix GPU register width for RK3328 + - ARM: dts: qcom: msm8974: Add xo_board reference clock to DSI0 PHY + - RDMA/bnxt_re: Fix query SRQ failure + - arm64: dts: ti: k3-j721e-main: Fix "max-virtual-functions" in PCIe EP nodes + - arm64: dts: ti: k3-j721e-main: Fix "bus-range" upto 256 bus number for PCIe + - arm64: dts: ti: j7200-main: Fix "vendor-id"/"device-id" properties of pcie + node + - arm64: dts: ti: j7200-main: Fix "bus-range" upto 256 bus number for PCIe + - arm64: dts: meson-g12a: Fix the pwm regulator supply properties + - arm64: dts: meson-g12b: Fix the pwm regulator supply properties + - arm64: dts: meson-sm1: Fix the pwm regulator supply properties + - bus: ti-sysc: Fix timekeeping_suspended warning on resume + - ARM: dts: at91: tse850: the emac<->phy interface is rmii + - arm64: dts: qcom: sc7180: Base dynamic CPU power coefficients in reality + - soc: qcom: llcc: Disable MMUHWT retention + - arm64: dts: qcom: sc7280: fix display port phy reg property + - scsi: dc395: Fix error case unwinding + - MIPS: loongson64: make CPU_LOONGSON64 depends on MIPS_FP_SUPPORT + - JFS: fix memleak in jfs_mount + - pinctrl: renesas: rzg2l: Fix missing port register 21h + - ASoC: wcd9335: Use correct version to initialize Class H + - arm64: dts: qcom: msm8916: Fix Secondary MI2S bit clock + - arm64: dts: renesas: beacon: Fix Ethernet PHY mode + - iommu/mediatek: Fix out-of-range warning with clang + - arm64: dts: qcom: pm8916: Remove wrong reg-names for rtc@6000 + - iommu/dma: Fix sync_sg with swiotlb + - iommu/dma: Fix arch_sync_dma for map + - ALSA: hda: Reduce udelay() at SKL+ position reporting + - ALSA: hda: Use position buffer for SKL+ again + - ALSA: usb-audio: Fix possible race at sync of urb completions + - soundwire: debugfs: use controller id and link_id for debugfs + - power: reset: at91-reset: check properly the return value of devm_of_iomap + - scsi: ufs: core: Fix ufshcd_probe_hba() prototype to match the definition + - scsi: ufs: core: Stop clearing UNIT ATTENTIONS + - scsi: megaraid_sas: Fix concurrent access to ISR between IRQ polling and + real interrupt + - scsi: pm80xx: Fix misleading log statement in pm8001_mpi_get_nvmd_resp() + - driver core: Fix possible memory leak in device_link_add() + - arm: dts: omap3-gta04a4: accelerometer irq fix + - ASoC: SOF: topology: do not power down primary core during topology removal + - iio: st_pressure_spi: Add missing entries SPI to device ID table + - soc/tegra: Fix an error handling path in tegra_powergate_power_up() + - memory: fsl_ifc: fix leak of irq and nand_irq in fsl_ifc_ctrl_probe + - clk: at91: check pmc node status before registering syscore ops + - powerpc/mem: Fix arch/powerpc/mm/mem.c:53:12: error: no previous prototype + for 'create_section_mapping' + - video: fbdev: chipsfb: use memset_io() instead of memset() + - powerpc: fix unbalanced node refcount in check_kvm_guest() + - powerpc/paravirt: correct preempt debug splat in vcpu_is_preempted() + - serial: 8250_dw: Drop wrong use of ACPI_PTR() + - usb: gadget: hid: fix error code in do_config() + - power: supply: rt5033_battery: Change voltage values to µV + - power: supply: max17040: fix null-ptr-deref in max17040_probe() + - scsi: csiostor: Uninitialized data in csio_ln_vnp_read_cbfn() + - RDMA/mlx4: Return missed an error if device doesn't support steering + - usb: musb: select GENERIC_PHY instead of depending on it + - staging: most: dim2: do not double-register the same device + - staging: ks7010: select CRYPTO_HASH/CRYPTO_MICHAEL_MIC + - RDMA/core: Set sgtable nents when using ib_dma_virt_map_sg() + - dyndbg: make dyndbg a known cli param + - powerpc/perf: Fix cycles/instructions as PM_CYC/PM_INST_CMPL in power10 + - pinctrl: renesas: checker: Fix off-by-one bug in drive register check + - ARM: dts: stm32: Reduce DHCOR SPI NOR frequency to 50 MHz + - ARM: dts: stm32: fix STUSB1600 Type-C irq level on stm32mp15xx-dkx + - ARM: dts: stm32: fix SAI sub nodes register range + - ARM: dts: stm32: fix AV96 board SAI2 pin muxing on stm32mp15 + - ASoC: cs42l42: Always configure both ASP TX channels + - ASoC: cs42l42: Correct some register default values + - ASoC: cs42l42: Defer probe if request_threaded_irq() returns EPROBE_DEFER + - soc: qcom: rpmhpd: Make power_on actually enable the domain + - soc: qcom: socinfo: add two missing PMIC IDs + - iio: buffer: Fix double-free in iio_buffers_alloc_sysfs_and_mask() + - usb: typec: STUSB160X should select REGMAP_I2C + - iio: adis: do not disabe IRQs in 'adis_init()' + - soundwire: bus: stop dereferencing invalid slave pointer + - scsi: ufs: ufshcd-pltfrm: Fix memory leak due to probe defer + - scsi: lpfc: Wait for successful restart of SLI3 adapter during host sg_reset + - serial: imx: fix detach/attach of serial console + - usb: dwc2: drd: fix dwc2_force_mode call in dwc2_ovr_init + - usb: dwc2: drd: fix dwc2_drd_role_sw_set when clock could be disabled + - usb: dwc2: drd: reset current session before setting the new one + - powerpc/booke: Disable STRICT_KERNEL_RWX, DEBUG_PAGEALLOC and KFENCE + - usb: dwc3: gadget: Skip resizing EP's TX FIFO if already resized + - firmware: qcom_scm: Fix error retval in __qcom_scm_is_call_available() + - soc: qcom: rpmhpd: fix sm8350_mxc's peer domain + - soc: qcom: apr: Add of_node_put() before return + - arm64: dts: qcom: pmi8994: Fix "eternal"->"external" typo in WLED node + - arm64: dts: qcom: sdm845: Use RPMH_CE_CLK macro directly + - arm64: dts: qcom: sdm845: Fix Qualcomm crypto engine bus clock + - pinctrl: equilibrium: Fix function addition in multiple groups + - ASoC: topology: Fix stub for snd_soc_tplg_component_remove() + - phy: qcom-qusb2: Fix a memory leak on probe + - phy: ti: gmii-sel: check of_get_address() for failure + - phy: qcom-qmp: another fix for the sc8180x PCIe definition + - phy: qcom-snps: Correct the FSEL_MASK + - phy: Sparx5 Eth SerDes: Fix return value check in sparx5_serdes_probe() + - serial: xilinx_uartps: Fix race condition causing stuck TX + - clk: at91: sam9x60-pll: use DIV_ROUND_CLOSEST_ULL + - clk: at91: clk-master: check if div or pres is zero + - clk: at91: clk-master: fix prescaler logic + - HID: u2fzero: clarify error check and length calculations + - HID: u2fzero: properly handle timeouts in usb_submit_urb + - powerpc/nohash: Fix __ptep_set_access_flags() and ptep_set_wrprotect() + - powerpc/book3e: Fix set_memory_x() and set_memory_nx() + - powerpc/44x/fsp2: add missing of_node_put + - powerpc/xmon: fix task state output + - ALSA: oxfw: fix functional regression for Mackie Onyx 1640i in v5.14 or + later + - iommu/dma: Fix incorrect error return on iommu deferred attach + - powerpc: Don't provide __kernel_map_pages() without + ARCH_SUPPORTS_DEBUG_PAGEALLOC + - ASoC: cs42l42: Correct configuring of switch inversion from ts-inv + - RDMA/hns: Fix initial arm_st of CQ + - RDMA/hns: Modify the value of MAX_LP_MSG_LEN to meet hardware compatibility + - ASoC: rsnd: Fix an error handling path in 'rsnd_node_count()' + - serial: cpm_uart: Protect udbg definitions by CONFIG_SERIAL_CPM_CONSOLE + - virtio_ring: check desc == NULL when using indirect with packed + - vdpa/mlx5: Fix clearing of VIRTIO_NET_F_MAC feature bit + - mips: cm: Convert to bitfield API to fix out-of-bounds access + - power: supply: bq27xxx: Fix kernel crash on IRQ handler register error + - RDMA/core: Require the driver to set the IOVA correctly during rereg_mr + - apparmor: fix error check + - rpmsg: Fix rpmsg_create_ept return when RPMSG config is not defined + - mtd: rawnand: intel: Fix potential buffer overflow in probe + - nfsd: don't alloc under spinlock in rpc_parse_scope_id + - rtc: ds1302: Add SPI ID table + - rtc: ds1390: Add SPI ID table + - rtc: pcf2123: Add SPI ID table + - remoteproc: imx_rproc: Fix TCM io memory type + - i2c: i801: Use PCI bus rescan mutex to protect P2SB access + - dmaengine: idxd: move out percpu_ref_exit() to ensure it's outside + submission + - rtc: mcp795: Add SPI ID table + - Input: ariel-pwrbutton - add SPI device ID table + - i2c: mediatek: fixing the incorrect register offset + - NFS: Default change_attr_type to NFS4_CHANGE_TYPE_IS_UNDEFINED + - NFS: Don't set NFS_INO_DATA_INVAL_DEFER and NFS_INO_INVALID_DATA + - NFS: Ignore the directory size when marking for revalidation + - NFS: Fix dentry verifier races + - pnfs/flexfiles: Fix misplaced barrier in nfs4_ff_layout_prepare_ds + - drm/bridge/lontium-lt9611uxc: fix provided connector suport + - drm/plane-helper: fix uninitialized variable reference + - PCI: aardvark: Don't spam about PIO Response Status + - PCI: aardvark: Fix preserving PCI_EXP_RTCTL_CRSSVE flag on emulated bridge + - opp: Fix return in _opp_add_static_v2() + - NFS: Fix deadlocks in nfs_scan_commit_list() + - sparc: Add missing "FORCE" target when using if_changed + - fs: orangefs: fix error return code of orangefs_revalidate_lookup() + - Input: st1232 - increase "wait ready" timeout + - drm/bridge: nwl-dsi: Add atomic_get_input_bus_fmts + - mtd: spi-nor: hisi-sfc: Remove excessive clk_disable_unprepare() + - PCI: uniphier: Serialize INTx masking/unmasking and fix the bit operation + - mtd: rawnand: arasan: Prevent an unsupported configuration + - mtd: core: don't remove debugfs directory if device is in use + - remoteproc: Fix a memory leak in an error handling path in + 'rproc_handle_vdev()' + - rtc: rv3032: fix error handling in rv3032_clkout_set_rate() + - dmaengine: at_xdmac: call at_xdmac_axi_config() on resume path + - dmaengine: at_xdmac: fix AT_XDMAC_CC_PERID() macro + - dmaengine: stm32-dma: fix stm32_dma_get_max_width + - NFS: Fix up commit deadlocks + - NFS: Fix an Oops in pnfs_mark_request_commit() + - Fix user namespace leak + - auxdisplay: img-ascii-lcd: Fix lock-up when displaying empty string + - auxdisplay: ht16k33: Connect backlight to fbdev + - auxdisplay: ht16k33: Fix frame buffer device blanking + - soc: fsl: dpaa2-console: free buffer before returning from + dpaa2_console_read + - netfilter: nfnetlink_queue: fix OOB when mac header was cleared + - dmaengine: dmaengine_desc_callback_valid(): Check for `callback_result` + - dmaengine: tegra210-adma: fix pm runtime unbalance + - dmanegine: idxd: fix resource free ordering on driver removal + - dmaengine: idxd: reconfig device after device reset command + - signal/sh: Use force_sig(SIGKILL) instead of do_group_exit(SIGKILL) + - m68k: set a default value for MEMORY_RESERVE + - watchdog: f71808e_wdt: fix inaccurate report in WDIOC_GETTIMEOUT + - ar7: fix kernel builds for compiler test + - scsi: target: core: Remove from tmr_list during LUN unlink + - scsi: qla2xxx: Relogin during fabric disturbance + - scsi: qla2xxx: Fix gnl list corruption + - scsi: qla2xxx: Turn off target reset during issue_lip + - scsi: qla2xxx: edif: Fix app start fail + - scsi: qla2xxx: edif: Fix app start delay + - scsi: qla2xxx: edif: Flush stale events and msgs on session down + - scsi: qla2xxx: edif: Increase ELS payload + - scsi: qla2xxx: edif: Fix EDIF bsg + - NFSv4: Fix a regression in nfs_set_open_stateid_locked() + - dmaengine: idxd: fix resource leak on dmaengine driver disable + - i2c: xlr: Fix a resource leak in the error handling path of + 'xlr_i2c_probe()' + - gpio: realtek-otto: fix GPIO line IRQ offset + - xen-pciback: Fix return in pm_ctrl_init() + - nbd: fix max value for 'first_minor' + - nbd: fix possible overflow for 'first_minor' in nbd_dev_add() + - io-wq: fix max-workers not correctly set on multi-node system + - net: davinci_emac: Fix interrupt pacing disable + - kselftests/net: add missed icmp.sh test to Makefile + - kselftests/net: add missed setup_loopback.sh/setup_veth.sh to Makefile + - kselftests/net: add missed SRv6 tests + - kselftests/net: add missed vrf_strict_mode_test.sh test to Makefile + - kselftests/net: add missed toeplitz.sh/toeplitz_client.sh to Makefile + - ethtool: fix ethtool msg len calculation for pause stats + - openrisc: fix SMP tlb flush NULL pointer dereference + - net: vlan: fix a UAF in vlan_dev_real_dev() + - net: dsa: felix: fix broken VLAN-tagged PTP under VLAN-aware bridge + - ice: Fix replacing VF hardware MAC to existing MAC filter + - ice: Fix not stopping Tx queues for VFs + - kdb: Adopt scheduler's task classification + - ACPI: PMIC: Fix intel_pmic_regs_handler() read accesses + - PCI: j721e: Fix j721e_pcie_probe() error path + - nvdimm/btt: do not call del_gendisk() if not needed + - scsi: bsg: Fix errno when scsi_bsg_register_queue() fails + - scsi: ufs: ufshpb: Use proper power management API + - scsi: ufs: core: Fix NULL pointer dereference + - scsi: ufs: ufshpb: Properly handle max-single-cmd + - drm/nouveau/svm: Fix refcount leak bug and missing check against null bug + - nvdimm/pmem: cleanup the disk if pmem_release_disk() is yet assigned + - block/ataflop: use the blk_cleanup_disk() helper + - block/ataflop: add registration bool before calling del_gendisk() + - block/ataflop: provide a helper for cleanup up an atari disk + - ataflop: remove ataflop_probe_lock mutex + - PCI: Do not enable AtomicOps on VFs + - cpufreq: intel_pstate: Clear HWP desired on suspend/shutdown and offline + - net: phy: fix duplex out of sync problem while changing settings + - block: fix device_add_disk() kobject_create_and_add() error handling + - drm/ttm: remove ttm_bo_vm_insert_huge() + - bonding: Fix a use-after-free problem when bond_sysfs_slave_add() failed + - octeontx2-pf: select CONFIG_NET_DEVLINK + - ALSA: memalloc: Catch call with NULL snd_dma_buffer pointer + - mfd: core: Add missing of_node_put for loop iteration + - mfd: cpcap: Add SPI device ID table + - mfd: sprd: Add SPI device ID table + - mfd: altera-sysmgr: Fix a mistake caused by resource_size conversion + - ACPI: PM: Fix device wakeup power reference counting error + - libbpf: Fix lookup_and_delete_elem_flags error reporting + - selftests/bpf/xdp_redirect_multi: Put the logs to tmp folder + - selftests/bpf/xdp_redirect_multi: Use arping to accurate the arp number + - selftests/bpf/xdp_redirect_multi: Give tcpdump a chance to terminate cleanly + - selftests/bpf/xdp_redirect_multi: Limit the tests in netns + - drm: fb_helper: improve CONFIG_FB dependency + - Revert "drm/imx: Annotate dma-fence critical section in commit path" + - drm/amdgpu/powerplay: fix sysfs_emit/sysfs_emit_at handling + - can: etas_es58x: es58x_rx_err_msg(): fix memory leak in error path + - can: mcp251xfd: mcp251xfd_chip_start(): fix error handling for + mcp251xfd_chip_rx_int_enable() + - mm/zsmalloc.c: close race window between zs_pool_dec_isolated() and + zs_unregister_migration() + - zram: off by one in read_block_state() + - perf bpf: Add missing free to bpf_event__print_bpf_prog_info() + - llc: fix out-of-bound array index in llc_sk_dev_hash() + - nfc: pn533: Fix double free when pn533_fill_fragment_skbs() fails + - litex_liteeth: Fix a double free in the remove function + - arm64: arm64_ftr_reg->name may not be a human-readable string + - arm64: pgtable: make __pte_to_phys/__phys_to_pte_val inline functions + - bpf, sockmap: Remove unhash handler for BPF sockmap usage + - bpf, sockmap: Fix race in ingress receive verdict with redirect to self + - bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and colliding + - bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_reg + - dmaengine: stm32-dma: fix burst in case of unaligned memory address + - dmaengine: stm32-dma: avoid 64-bit division in stm32_dma_get_max_width + - gve: Fix off by one in gve_tx_timeout() + - drm/i915/fb: Fix rounding error in subsampled plane size calculation + - init: make unknown command line param message clearer + - seq_file: fix passing wrong private data + - drm/amdgpu: fix uvd crash on Polaris12 during driver unloading + - net: dsa: mv88e6xxx: Don't support >1G speeds on 6191X on ports other than + 10 + - net/sched: sch_taprio: fix undefined behavior in ktime_mono_to_any + - net: hns3: fix ROCE base interrupt vector initialization bug + - net: hns3: fix pfc packet number incorrect after querying pfc parameters + - net: hns3: fix kernel crash when unload VF while it is being reset + - net: hns3: allow configure ETS bandwidth of all TCs + - net: stmmac: allow a tc-taprio base-time of zero + - net: ethernet: ti: cpsw_ale: Fix access to un-initialized memory + - net: marvell: mvpp2: Fix wrong SerDes reconfiguration order + - vsock: prevent unnecessary refcnt inc for nonblocking connect + - net/smc: fix sk_refcnt underflow on linkdown and fallback + - cxgb4: fix eeprom len when diagnostics not implemented + - selftests/net: udpgso_bench_rx: fix port argument + - thermal: int340x: fix build on 32-bit targets + - smb3: do not error on fsync when readonly + - ARM: 9155/1: fix early early_iounmap() + - ARM: 9156/1: drop cc-option fallbacks for architecture selection + - parisc: Fix backtrace to always include init funtion names + - parisc: Flush kernel data mapping in set_pte_at() when installing pte for + user page + - MIPS: fix duplicated slashes for Platform file path + - MIPS: fix *-pkg builds for loongson2ef platform + - MIPS: Fix assembly error from MIPSr2 code used within MIPS_ISA_ARCH_LEVEL + - x86/mce: Add errata workaround for Skylake SKX37 + - PCI/MSI: Move non-mask check back into low level accessors + - PCI/MSI: Destroy sysfs before freeing entries + - KVM: x86: move guest_pv_has out of user_access section + - posix-cpu-timers: Clear task::posix_cputimers_work in copy_process() + - irqchip/sifive-plic: Fixup EOI failed when masked + - f2fs: should use GFP_NOFS for directory inodes + - f2fs: include non-compressed blocks in compr_written_block + - f2fs: fix UAF in f2fs_available_free_memory + - ceph: fix mdsmap decode when there are MDS's beyond max_mds + - erofs: fix unsafe pagevec reuse of hooked pclusters + - drm/i915/guc: Fix blocked context accounting + - block: Hold invalidate_lock in BLKDISCARD ioctl + - block: Hold invalidate_lock in BLKZEROOUT ioctl + - block: Hold invalidate_lock in BLKRESETZONE ioctl + - ksmbd: Fix buffer length check in fsctl_validate_negotiate_info() + - ksmbd: don't need 8byte alignment for request length in ksmbd_check_message + - dmaengine: ti: k3-udma: Set bchan to NULL if a channel request fail + - dmaengine: ti: k3-udma: Set r/tchan or rflow to NULL if request fail + - dmaengine: bestcomm: fix system boot lockups + - net, neigh: Enable state migration between NUD_PERMANENT and NTF_USE + - 9p/net: fix missing error check in p9_check_errors + - mm/filemap.c: remove bogus VM_BUG_ON + - memcg: prohibit unconditional exceeding the limit of dying tasks + - mm, oom: pagefault_out_of_memory: don't force global OOM for dying tasks + - mm, oom: do not trigger out_of_memory from the #PF + - mm, thp: lock filemap when truncating page cache + - mm, thp: fix incorrect unmap behavior for private pages + - mfd: dln2: Add cell for initializing DLN2 ADC + - video: backlight: Drop maximum brightness override for brightness zero + - bcache: fix use-after-free problem in bcache_device_free() + - bcache: Revert "bcache: use bvec_virt" + - PM: sleep: Avoid calling put_device() under dpm_list_mtx + - s390/cpumf: cpum_cf PMU displays invalid value after hotplug remove + - s390/cio: check the subchannel validity for dev_busid + - s390/tape: fix timer initialization in tape_std_assign() + - s390/ap: Fix hanging ioctl caused by orphaned replies + - s390/cio: make ccw_device_dma_* more robust + - remoteproc: elf_loader: Fix loading segment when is_iomem true + - remoteproc: Fix the wrong default value of is_iomem + - remoteproc: imx_rproc: Fix ignoring mapping vdev regions + - remoteproc: imx_rproc: Fix rsc-table name + - mtd: rawnand: fsmc: Fix use of SM ORDER + - mtd: rawnand: ams-delta: Keep the driver compatible with on-die ECC engines + - mtd: rawnand: xway: Keep the driver compatible with on-die ECC engines + - mtd: rawnand: mpc5121: Keep the driver compatible with on-die ECC engines + - mtd: rawnand: gpio: Keep the driver compatible with on-die ECC engines + - mtd: rawnand: pasemi: Keep the driver compatible with on-die ECC engines + - mtd: rawnand: orion: Keep the driver compatible with on-die ECC engines + - mtd: rawnand: plat_nand: Keep the driver compatible with on-die ECC engines + - mtd: rawnand: au1550nd: Keep the driver compatible with on-die ECC engines + - powerpc/vas: Fix potential NULL pointer dereference + - powerpc/bpf: Fix write protecting JIT code + - powerpc/32e: Ignore ESR in instruction storage interrupt handler + - powerpc/powernv/prd: Unregister OPAL_MSG_PRD2 notifier during module unload + - powerpc/security: Use a mutex for interrupt exit code patching + - powerpc/64s/interrupt: Fix check_return_regs_valid() false positive + - powerpc/pseries/mobility: ignore ibm, platform-facilities updates + - powerpc/85xx: fix timebase sync issue when CONFIG_HOTPLUG_CPU=n + - drm/sun4i: Fix macros in sun8i_csc.h + - PCI: Add PCI_EXP_DEVCTL_PAYLOAD_* macros + - PCI: aardvark: Fix PCIe Max Payload Size setting + - SUNRPC: Partial revert of commit 6f9f17287e78 + - drm/amd/display: Look at firmware version to determine using dmub on dcn21 + - media: vidtv: move kfree(dvb) to vidtv_bridge_dev_release() + - cifs: fix memory leak of smb3_fs_context_dup::server_hostname + - ath10k: fix invalid dma_addr_t token assignment + - mmc: moxart: Fix null pointer dereference on pointer host + - selftests/x86/iopl: Adjust to the faked iopl CLI/STI usage + - selftests/bpf: Fix also no-alu32 strobemeta selftest + - arch/cc: Introduce a function to check for confidential computing features + - x86/sev: Add an x86 version of cc_platform_has() + - x86/sev: Make the #VC exception stacks part of the default stacks storage + - media: videobuf2: always set buffer vb2 pointer + - media: videobuf2-dma-sg: Fix buf->vb NULL pointer dereference + - Linux 5.15.3 + + * kernel panic: NULL pointer dereference in wb_timer_f() (LP: #1947557) // + Jammy update: v5.15.3 upstream stable release (LP: #1951822) + - blk-wbt: prevent NULL pointer dereference in wb_timer_fn + + * Medion Notebook Keyboard not working (LP: #1909814) // Jammy update: v5.15.3 + upstream stable release (LP: #1951822) + - ACPI: resources: Add DMI-based legacy IRQ override quirk + + * Enable CONFIG_INTEL_IOMMU_DEFAULT_ON and + CONFIG_INTEL_IOMMU_SCALABLE_MODE_DEFAULT_ON on jammy 5.15 (LP: #1951440) + - [Config] enable Intel DMA remapping options by default + + * Thinkpad E14 Gen2: Kernel panic with trackpad and trackpoint enabled + (LP: #1945590) + - SAUCE: Input: elantech - Fix stack out of bound access in + elantech_change_report_id() + + * Miscellaneous Ubuntu changes + - SAUCE: LSM: Specify which LSM to display (using struct cred as input) + - SAUCE: selftests/seccomp: fix check of fds being assigned + - [Config] enable SUNRPC_DISABLE_INSECURE_ENCTYPES + - [Config] updateconfigs following v5.15.3, v5.15.4 import + + * Miscellaneous upstream changes + - binder: use cred instead of task for selinux checks + - binder: use cred instead of task for getsecid + - Revert "UBUNTU: SAUCE: storvsc: use small sg_tablesize on x86" + + -- Paolo Pisati Mon, 22 Nov 2021 13:14:15 +0100 + +linux (5.15.0-11.11) jammy; urgency=medium + + * jammy/linux: 5.15.0-11.11 -proposed tracker (LP: #1950948) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + * OOPs on boot: invalid opcode: 0000 [#1] SMP NOPTI (LP: #1942215) + - SAUCE: ACPICA: prevent out-of-bound access with buggy DSDT + - [Config] disable UBSAN + - SAUCE: ACPICA: avoid accessing operands out-of-bounds + + * Jammy update: v5.15.2 upstream stable release (LP: #1950949) + - KVM: x86: avoid warning with -Wbitwise-instead-of-logical + - Revert "x86/kvm: fix vcpu-id indexed array sizes" + - usb: ehci: handshake CMD_RUN instead of STS_HALT + - usb: gadget: Mark USB_FSL_QE broken on 64-bit + - usb: musb: Balance list entry in musb_gadget_queue + - usb-storage: Add compatibility quirk flags for iODD 2531/2541 + - Revert "proc/wchan: use printk format instead of lookup_symbol_name()" + - binder: use euid from cred instead of using task + - binder: don't detect sender/target during buffer cleanup + - kfence: always use static branches to guard kfence_alloc() + - kfence: default to dynamic branch instead of static keys mode + - btrfs: fix lzo_decompress_bio() kmap leakage + - staging: rtl8712: fix use-after-free in rtl8712_dl_fw + - isofs: Fix out of bound access for corrupted isofs image + - comedi: dt9812: fix DMA buffers on stack + - comedi: ni_usb6501: fix NULL-deref in command paths + - comedi: vmk80xx: fix transfer-buffer overflows + - comedi: vmk80xx: fix bulk-buffer overflow + - comedi: vmk80xx: fix bulk and interrupt message timeouts + - staging: r8712u: fix control-message timeout + - staging: rtl8192u: fix control-message timeouts + - staging: r8188eu: fix memleak in rtw_wx_set_enc_ext + - media: staging/intel-ipu3: css: Fix wrong size comparison imgu_css_fw_init + - rsi: fix control-message timeout + - Linux 5.15.2 + + * reuseport_bpf_numa in net from ubuntu_kernel_selftests fails on ppc64le + (LP: #1867570) + - selftests/net: Fix reuseport_bpf_numa by skipping unavailable nodes + + * Miscellaneous Ubuntu changes + - packaging: switch getabis to the linux package name + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: (no-up) rename the adv7511 drm driver to adv7511_drm" + - Revert "UBUNTU: SAUCE: drm/i915/dp: Use max params for older panels" + - Revert "UBUNTU: SAUCE: i915: Fix build error due to missing struct + definition" + - selftests/core: fix conflicting types compile error for close_range() + - selftests: net: test_vxlan_under_vrf: fix HV connectivity test + - Revert "UBUNTU: SAUCE: ACPICA: prevent out-of-bound access with buggy DSDT" + + -- Paolo Pisati Mon, 15 Nov 2021 10:12:47 +0100 + +linux (5.15.0-10.10) jammy; urgency=medium + + * jammy/linux: 5.15.0-10.10 -proposed tracker (LP: #1950133) + + * Jammy update: v5.15.1 upstream stable release (LP: #1950131) + - sfc: Fix reading non-legacy supported link modes + - media: firewire: firedtv-avc: fix a buffer overflow in avc_ca_pmt() + - Revert "xhci: Set HCD flag to defer primary roothub registration" + - Revert "usb: core: hcd: Add support for deferring roothub registration" + - drm/amdkfd: fix boot failure when iommu is disabled in Picasso. + - Revert "soc: imx: gpcv2: move reset assert after requesting domain power up" + - ARM: 9120/1: Revert "amba: make use of -1 IRQs warn" + - Revert "wcn36xx: Disable bmps when encryption is disabled" + - drm/amdgpu: revert "Add autodump debugfs node for gpu reset v8" + - drm/amd/display: Revert "Directly retrain link from debugfs" + - Revert "drm/i915/gt: Propagate change in error status to children on unhold" + - ALSA: usb-audio: Add quirk for Audient iD14 + - Linux 5.15.1 + + * Miscellaneous Ubuntu changes + - packaging: fixup previous ABI/spin to -9.9 + - [Packaging] Drop unused d-i build-deps and packaging + - [Packaging] Drop now unsupported d-i/ input files + + * Miscellaneous upstream changes + - selftests: net: properly support IPv6 in GSO GRE test + - signal: Add SA_IMMUTABLE to ensure forced siganls do not get changed + + -- Paolo Pisati Mon, 08 Nov 2021 14:43:24 +0100 + +linux (5.15.0-9.9) jammy; urgency=medium + + * jammy/linux: 5.15.0-1.1 -proposed tracker (LP: #1949876) + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + - [Packaging] update Ubuntu.md + + * Add F81966 watchdog support (LP: #1949063) + - SAUCE: ODM: watchdog: f71808e_wdt: Add F81966 support + + * Miscellaneous Ubuntu changes + - [Packaging] Rewrite debian/scripts/misc/insert-changes.pl in Python + - [Packaging] change source package name to linux + + -- Andrea Righi Thu, 04 Nov 2021 18:47:19 +0100 + +linux (5.15.0-0.0) jammy; urgency=medium + + * Empty entry + + -- Andrea Righi Thu, 04 Nov 2021 16:47:16 +0100 + +linux-unstable (5.15.0-8.8) jammy; urgency=medium + + * jammy/linux-unstable: 5.15.0-8.8 -proposed tracker (LP: #1949436) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + * Drop "UBUNTU: SAUCE: cachefiles: Page leaking in + cachefiles_read_backing_file while vmscan is active" (LP: #1947709) + - Revert "UBUNTU: SAUCE: cachefiles: Page leaking in + cachefiles_read_backing_file while vmscan is active" + + * Add l2tp.sh in net from ubuntu_kernel_selftests back (LP: #1934293) + - Revert "UBUNTU: SAUCE: selftests/net -- disable l2tp.sh test" + + * Check for changes relevant for security certifications (LP: #1945989) + - [Packaging] Add fips-checks as part of finalchecks + + * Add final-checks to check certificates (LP: #1947174) + - [Packaging] Add system trusted and revocation keys final check + + * Can only reach PC3 when ethernet is plugged r8169 (LP: #1946433) + - r8169: Enable chip-specific ASPM regardless of PCIe ASPM status + - PCI/ASPM: Introduce a new helper to report ASPM capability + - r8169: Implement dynamic ASPM mechanism + + * rtw89 kernel module for Realtek 8852 wifi is missing (LP: #1945967) + - rtw89: add Realtek 802.11ax driver + - rtw89: Remove redundant check of ret after call to rtw89_mac_enable_bb_rf + - rtw89: fix return value check in rtw89_cam_send_sec_key_cmd() + - rtw89: remove unneeded semicolon + - [Config] RTW89=m + + * Fix A yellow screen pops up in an instant (< 1 second) and then disappears + before loading the system (LP: #1945932) + - drm/i915: Stop force enabling pipe bottom color gammma/csc + + * disable CONFIG_KFENCE_STATIC_KEYS in linux 5.15 (LP: #1948038) + - [Config] disable CONFIG_KFENCE_STATIC_KEYS + + * Miscellaneous Ubuntu changes + - [Debian] Remove old and unused firmware helper scripts + - [Packaging] Replace Perl oneliner with Bash statements + - rebase to v5.15 + + [ Upstream Kernel Changes ] + + * Rebase to v5.15 + + -- Paolo Pisati Tue, 02 Nov 2021 08:29:45 +0100 + +linux-unstable (5.15.0-7.7) jammy; urgency=medium + + * jammy/linux-unstable: 5.15.0-7.7 -proposed tracker (LP: #1948770) + + * Miscellaneous Ubuntu changes + - [Config] Temporarily disable signing for ppc64el and s390x + - packaging: switch release to Jammy + - rebase to v5.15-rc7 + - [Config] GCC version update + + [ Upstream Kernel Changes ] + + * Rebase to v5.15-rc7 + + -- Paolo Pisati Tue, 26 Oct 2021 11:38:14 +0200 + +linux-unstable (5.15.0-6.6) jammy; urgency=medium + + * impish/linux-unstable: 5.15.0-6.6 -proposed tracker (LP: #1947565) + + * [impish] Remove the downstream xr-usb-uart driver (LP: #1945938) + - SAUCE: xr-usb-serial: remove driver + - [Config] update modules list + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + * Miscellaneous Ubuntu changes + - rebase to v5.15-rc6 + - [Config] update config & annotations following v5.15-rc6 rebase + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: xr-usb-serial: switch to tty_alloc_driver() and + tty_driver_kref_put()" + - Revert "UBUNTU: SAUCE: xr-usb-serial: update return code for + xr_usb_serial_tty_write_room() and xr_usb_serial_tty_chars_in_buffer()" + - Revert "UBUNTU: [Packaging] FTBFS: disable zfs" + + [ Upstream Kernel Changes ] + + * Rebase to v5.15-rc6 + + -- Paolo Pisati Mon, 18 Oct 2021 12:24:45 +0200 + +linux-unstable (5.15.0-5.5) impish; urgency=medium + + * impish/linux-unstable: 5.15.0-5.5 -proposed tracker (LP: #1946338) + + * Miscellaneous Ubuntu changes + - rebase to v5.15-rc5 + - [Config] FB_SIMPLE=m + - [Config] update annotations + + [ Upstream Kernel Changes ] + + * Rebase to v5.15-rc5 + + -- Paolo Pisati Mon, 11 Oct 2021 12:14:02 +0200 + +linux-unstable (5.15.0-4.4) impish; urgency=medium + + * impish/linux-unstable: 5.15.0-4.4 -proposed tracker (LP: #1945953) + + * Fix missing HDMI audio on Intel RKL (LP: #1945556) + - drm/i915/audio: Use BIOS provided value for RKL HDA link + + * Miscellaneous Ubuntu changes + - SAUCE: media: atomisp: add missing return type (fix -Werror=return-type) + - SAUCE: xr-usb-serial: switch to tty_alloc_driver() and tty_driver_kref_put() + - rebase to v5.15-rc4 + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Config] FTBFS: disable INTEL_ATOMISP" + - Revert "UBUNTU: [Config] FTBFS: disable xr-usb-serial" + + [ Upstream Kernel Changes ] + + * Rebase to v5.15-rc4 + + -- Paolo Pisati Mon, 04 Oct 2021 10:52:41 +0200 + +linux-unstable (5.15.0-3.3) impish; urgency=medium + + * impish/linux-unstable: 5.15.0-3.3 -proposed tracker (LP: #1944944) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + * Miscellaneous Ubuntu changes + - rebase to v5.15-rc3 + - [Config] updateconfigs following v5.15-rc3 rebase + - [Packaging] correctly evaluate release in update-dkms-versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.15-rc3 + + -- Paolo Pisati Mon, 27 Sep 2021 16:48:03 +0200 + +linux-unstable (5.15.0-2.2) impish; urgency=medium + + * impish/linux-unstable: 5.15.0-2.2 -proposed tracker (LP: #1944423) + + * Miscellaneous Ubuntu changes + - rebase to v5.15-rc2 + - [Config] updateconfigs following v5.15-rc2 rebase + + [ Upstream Kernel Changes ] + + * Rebase to v5.15-rc2 + + -- Paolo Pisati Tue, 21 Sep 2021 11:46:59 +0200 + +linux-unstable (5.15.0-1.1) impish; urgency=medium + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + * LRMv5: switch primary version handling to kernel-versions data set + (LP: #1928921) + - [Packaging] switch to kernel-versions + + * Miscellaneous Ubuntu changes + - [Packaging] remove remaining references to ports + - [Packaging] drop x32 architecture configs + - [Config] mark CONFIG_BPF_UNPRIV_DEFAULT_OFF enforced + - [Packaging] bump kernel version to 5.15 + - rebase to v5.15-rc1 + - [Config] updateconfigs following v5.15-rc1 rebase + - [Config] FTBFS: disable INTEL_ATOMISP + - [Config] FTBFS: disable xr-usb-serial + - [Packaging] FTBFS: disable zfs + + * Miscellaneous upstream changes + - Revert "r8169: avoid link-up interrupt issue on RTL8106e if user enables + ASPM" + - Revert "UBUNTU: SAUCE: RDMA/core: Introduce peer memory interface" + + [ Upstream Kernel Changes ] + + * Rebase to v5.15-rc1 + + -- Paolo Pisati Fri, 17 Sep 2021 11:42:25 +0200 + +linux-unstable (5.15.0-0.0) impish; urgency=medium + + * Empty entry + + -- Paolo Pisati Wed, 15 Sep 2021 11:54:10 +0200 + +linux-unstable (5.14.0-9.9) impish; urgency=medium + + * impish/linux-unstable: 5.14.0-9.9 -proposed tracker (LP: #1943022) + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Miscellaneous Ubuntu changes + - [Packaging] NVIDIA -- Add the NVIDIA 470 driver + - [Packaging] NVIDIA: transition -460 and -465 to -470, transition -460-server + to -470-server + + * Miscellaneous upstream changes + - vt_kdsetmode: extend console locking + - Bluetooth: btusb: check conditions before enabling USB ALT 3 for WBS + - net: dsa: mt7530: fix VLAN traffic leaks again + - btrfs: fix NULL pointer dereference when deleting device by invalid id + - Revert "floppy: reintroduce O_NDELAY fix" + - fscrypt: add fscrypt_symlink_getattr() for computing st_size + - ext4: report correct st_size for encrypted symlinks + - f2fs: report correct st_size for encrypted symlinks + - ubifs: report correct st_size for encrypted symlinks + - net: don't unconditionally copy_from_user a struct ifreq for socket ioctls + - audit: move put_tree() to avoid trim_trees refcount underflow and UAF + - Linux 5.14.1 + + -- Paolo Pisati Wed, 08 Sep 2021 12:20:18 +0200 + +linux-unstable (5.14.0-8.8) impish; urgency=medium + + * impish/linux-unstable: 5.14.0-8.8 -proposed tracker (LP: #1941887) + + * Fix Intel AC9560 BT function cannot turn on if BT turn off before S3 entry + (LP: #1941696) + - SAUCE: Bluetooth: btusb: add a reject table to disable msft + + * Add USB4 support for AMD SoC (LP: #1941036) + - thunderbolt: Add vendor specific NHI quirk for auto-clearing interrupt + status + - thunderbolt: Handle ring interrupt by reading interrupt status register + - thunderbolt: Do not read control adapter config space + - thunderbolt: Fix port linking by checking all adapters + + * Support builtin revoked certificates (LP: #1932029) + - [Config] Enforce SYSTEM_TRUSTED_KEYS and SYSTEM_REVOCATION_KEYS + + * GPIO error logs in start and dmesg after update of kernel (LP: #1937897) + - ODM: mfd: Check AAEON BFPI version before adding device + + * initramfs-tools & kernel: use zstd as the default compression method + (LP: #1931725) + - [Config] enforce ZSTD compression + + * Miscellaneous Ubuntu changes + - rebase to v5.14 + - [Config] RESET_MCHP_SPARX5 depends on ARCH_SPARX5 + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Packaging] FTBFS: disable zfs" + + [ Upstream Kernel Changes ] + + * Rebase to v5.14 + + -- Paolo Pisati Mon, 30 Aug 2021 12:57:19 +0200 + +linux-unstable (5.14.0-7.7) impish; urgency=medium + + * Please enable CONFIG_UBSAN_BOUNDS (LP: #1914685) + - [Config] Enable CONFIG_UBSAN_BOUNDS + + * CONFIG_HARDENED_USERCOPY_FALLBACK should be disabled (LP: #1855340) + - [Config] Disable CONFIG_HARDENED_USERCOPY_FALLBACK + + * fs: removing mandatory locks (LP: #1940392) + - [Config] Disable CONFIG_MANDATORY_FILE_LOCKING + + * Fix kernel panic caused by legacy devices on AMD platforms (LP: #1936682) + - SAUCE: iommu/amd: Keep swiotlb enabled to ensure devices with 32bit DMA + still work + + * ALSA: hda/cs8409: Add support for dolphin (LP: #1939541) + - ALSA: hda/cirrus: Move CS8409 HDA bridge to separate module + - ALSA: hda/cs8409: Move arrays of configuration to a new file + - ALSA: hda/cs8409: Use enums for register names and coefficients + - ALSA: hda/cs8409: Mask all CS42L42 interrupts on initialization + - ALSA: hda/cs8409: Reduce HS pops/clicks for Cyborg + - ALSA: hda/cs8409: Disable unnecessary Ring Sense for Cyborg/Warlock/Bullseye + - ALSA: hda/cs8409: Disable unsolicited responses during suspend + - ALSA: hda/cs8409: Disable unsolicited response for the first boot + - ALSA: hda/cs8409: Mask CS42L42 wake events + - ALSA: hda/cs8409: Simplify CS42L42 jack detect. + - ALSA: hda/cs8409: Prevent I2C access during suspend time + - ALSA: hda/cs8409: Generalize volume controls + - ALSA: hda/cs8409: Dont disable I2C clock between consecutive accesses + - ALSA: hda/cs8409: Avoid setting the same I2C address for every access + - ALSA: hda/cs8409: Avoid re-setting the same page as the last access + - ALSA: hda/cs8409: Support i2c bulk read/write functions + - ALSA: hda/cs8409: Separate CS8409, CS42L42 and project functions + - ALSA: hda/cs8409: Move codec properties to its own struct + - ALSA: hda/cs8409: Support multiple sub_codecs for Suspend/Resume/Unsol + events + - ALSA: hda/cs8409: Add Support to disable jack type detection for CS42L42 + - ALSA: hda/cs8409: Add support for dolphin + - ALSA: hda/cs8409: Enable Full Scale Volume for Line Out Codec on Dolphin + - ALSA: hda/cs8409: Set fixed sample rate of 48kHz for CS42L42 + - ALSA: hda/cs8409: Use timeout rather than retries for I2C transaction waits + - ALSA: hda/cs8409: Remove unnecessary delays + - ALSA: hda/cs8409: Follow correct CS42L42 power down sequence for suspend + - ALSA: hda/cs8409: Unmute/Mute codec when stream starts/stops + - ALSA: hda/cs8409: Prevent pops and clicks during suspend + - SAUCE: ALSA: hda/cs8409: Prevent pops and clicks during reboot + - [Config] Enable Cirrus Logic HDA bridge support + + * e1000e: add handshake with the Intel CSME to support S0ix (LP: #1937252) + - SAUCE: e1000e: Add handshake with the CSME to support S0ix + - SAUCE: e1000e: Add polling mechanism to indicate CSME DPG exit + - SAUCE: e1000e: Additional PHY power saving in S0ix + + * AMDGPU: Fix System hang after resume from suspend (LP: #1940204) + - SAUCE: drm/amdgpu: disable BACO support for 699F:C7 polaris12 SKU + temporarily + + * [Regression] Audio card [8086:9d71] not detected after upgrade from linux + 5.4 to 5.8 (LP: #1915117) + - [Config] set CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC to y + + * Miscellaneous Ubuntu changes + - rebase to v5.14-rc7 + - [Config] updateconfigs following 5.14-rc7 rebase + - [Config] Enable CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT + - [Config] annotations: set CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT to y + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Config] annotations: set + CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC to y" + - Revert "UBUNTU: [Config] set CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC to + y" + + [ Upstream Kernel Changes ] + + * Rebase to v5.14-rc7 + + -- Paolo Pisati Tue, 24 Aug 2021 10:32:31 +0200 + +linux-unstable (5.14.0-6.6) impish; urgency=medium + + * Miscellaneous Ubuntu changes + - no changes upload (to avoid picking up libc6 from -proposed) + + * No changes upload (to avoid picking up libc6 from -proposed) + + -- Paolo Pisati Wed, 18 Aug 2021 13:41:16 +0200 + +linux-unstable (5.14.0-5.5) impish; urgency=medium + + * disable “CONFIG_HISI_DMA” config for ubuntu version (LP: #1936771) + - [Config] Disable CONFIG_HISI_DMA + + * Dell XPS 17 (9710) PCI/internal sound card not detected (LP: #1935850) + - ASoC: Intel: sof_sdw: include rt711.h for RT711 JD mode + - ASoC: Intel: sof_sdw: add quirk for Dell XPS 9710 + + * [regression] USB device is not detected during boot (LP: #1939638) + - SAUCE: Revert "usb: core: reduce power-on-good delay time of root hub" + + * armhf build failure (LP: #1939308) + - SAUCE: arm: Fix instruction set selection for GCC 11 + + * REGRESSION: shiftfs lets sendfile fail with EINVAL (LP: #1939301) + - SAUCE: shiftfs: fix sendfile() invocations + + * Wobbly graphics on built-in display since linux-image-5.11.0-22-generic + (LP: #1936708) + - SAUCE: drm/i915/dp: Use max params for older panels + + * [SRU][H/OEM-5.10/OEM-5.13/U] Fix system hang after unplug tbt dock + (LP: #1938689) + - SAUCE: igc: fix page fault when thunderbolt is unplugged + + * e1000e blocks the boot process when it tried to write checksum to its NVM + (LP: #1936998) + - SAUCE: e1000e: Do not take care about recovery NVM checksum + + * [Regression] Audio card [8086:9d71] not detected after upgrade from linux + 5.4 to 5.8 (LP: #1915117) + - [Config] set CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC to y + - [Config] annotations: set CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC to y + + * Miscellaneous Ubuntu changes + - [Config] updateconfigs following 5.14-rc6 rebase + - rebase to v5.14-rc6 + + [ Upstream Kernel Changes ] + + * Rebase to v5.14-rc6 + + -- Paolo Pisati Tue, 17 Aug 2021 17:49:15 +0200 + +linux-unstable (5.14.0-4.4) impish; urgency=medium + + * impish/linux-unstable: 5.14.0-4.4 -proposed tracker (LP: #1938566) + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Miscellaneous upstream changes + - Revert "riscv: Get CPU manufacturer information" + + -- Paolo Pisati Tue, 03 Aug 2021 14:50:27 +0200 + +linux-unstable (5.14.0-3.3) impish; urgency=medium + + * Add additional Mediatek MT7921 WiFi/BT device IDs (LP: #1937004) + - SAUCE: Bluetooth: btusb: Add Mediatek MT7921 support for Foxconn + - SAUCE: Bluetooth: btusb: Add Mediatek MT7921 support for IMC Network + - SAUCE: Bluetooth: btusb: Add support for Foxconn Mediatek Chip + + * Fix display output on HP hybrid GFX laptops (LP: #1936296) + - drm/i915: Invoke another _DSM to enable MUX on HP Workstation laptops + + * Miscellaneous Ubuntu changes + - rebase to v5.14-rc3 + - [Config] updateconfigs following 5.14-rc3 rebase + + [ Upstream Kernel Changes ] + + * Rebase to v5.14-rc3 + + -- Paolo Pisati Mon, 26 Jul 2021 12:52:38 +0200 + +linux-unstable (5.14.0-2.2) impish; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Miscellaneous Ubuntu changes + - SAUCE: xr-usb-serial: update return code for xr_usb_serial_tty_write_room() + and xr_usb_serial_tty_chars_in_buffer() + - SAUCE: platform/x86: dell-uart-backlight: update return code for + uart_chars_in_buffer(() + - [Config] updateconfigs following 5.14-rc2 rebase + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Config] FTBFS: disable ubuntu/xr-usb-serial" + - Revert "UBUNTU: [Config] FTBFS: disable DELL_UART_BACKLIGHT" + + [ Upstream Kernel Changes ] + + * Rebase to v5.14-rc2 + + -- Paolo Pisati Thu, 22 Jul 2021 11:03:28 +0200 + +linux-unstable (5.14.0-1.1) impish; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Miscellaneous Ubuntu changes + - [Packaging] bump kernel version to 5.14 + - [Config] updateconfigs following 5.14-rc1 rebase + - [Config] update annotations + - [Packaging] FTBFS: disable zfs + - [Config] FTBFS: disable DELL_UART_BACKLIGHT + - [Config] FTBFS: disable ubuntu/xr-usb-serial + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Packaging] update variants" + + [ Upstream Kernel Changes ] + + * Rebase to v5.14-rc1 + + -- Paolo Pisati Fri, 16 Jul 2021 15:20:04 +0200 + +linux-unstable (5.14.0-0.0) impish; urgency=medium + + * Empty entry + + -- Paolo Pisati Tue, 13 Jul 2021 12:15:35 +0200 + +linux (5.13.0-11.11) impish; urgency=medium + + * impish/linux: 5.13.0-11.11 -proposed tracker (LP: #1933854) + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + + * Support builtin revoked certificates (LP: #1932029) + - [Packaging] build canonical-revoked-certs.pem from branch/arch certs + - [Packaging] Revoke 2012 UEFI signing certificate as built-in + - [Config] Configure CONFIG_SYSTEM_REVOCATION_KEYS with revoked keys + + * Miscellaneous Ubuntu changes + - [Packaging] Change source package name to linux + + * Miscellaneous upstream changes + - mm/page_alloc: Correct return value of populated elements if bulk array is + populated + + -- Andrea Righi Tue, 29 Jun 2021 07:50:25 +0200 + +linux (5.13.0-10.10) impish; urgency=medium + + * Empty entry + + -- Andrea Righi Mon, 28 Jun 2021 08:40:05 +0200 + +linux-unstable (5.13.0-10.10) impish; urgency=medium + + * impish/linux-unstable: 5.13.0-10.10 -proposed tracker (LP: #1933795) + + * Pixel format change broken for Elgato Cam Link 4K (LP: #1932367) + - media: uvcvideo: Fix pixel format change for Elgato Cam Link 4K + + * initramfs-tools & kernel: use zstd as the default compression method + (LP: #1931725) + - s390/decompressor: correct BOOT_HEAP_SIZE condition + - s390/boot: add zstd support + - [Packaging] use ZSTD to compress s390 kernels + + * Miscellaneous Ubuntu changes + - SAUCE: selftests: tls: fix chacha+bidir tests + - SAUCE: selftests: icmp_redirect: support expected failures + - [Config] update configs and annotations after rebase to 5.13 + + * Miscellaneous upstream changes + - tls: prevent oversized sendfile() hangs by ignoring MSG_MORE + + [ Upstream Kernel Changes ] + + * Rebase to v5.13 + + -- Andrea Righi Mon, 28 Jun 2021 08:40:05 +0200 + +linux-unstable (5.13.0-9.9) impish; urgency=medium + + * impish/linux-unstable: 5.13.0-9.9 -proposed tracker (LP: #1933070) + + * Add support for selective build of special drivers (LP: #1912789) + - [Packaging] Add support for ODM drivers + - [Packaging] Turn on ODM support for amd64 + - [Packaging] Fix ODM support in actual build + - [Packaging] Fix ODM DRIVERS Kconfig + + * Add support for IO functions of AAEON devices (LP: #1929504) + - ODM: [Config] update config for AAEON devices + - ODM: hwmon: add driver for AAEON devices + - ODM: leds: add driver for AAEON devices + - ODM: watchdog: add driver for AAEON devices + - ODM: gpio: add driver for AAEON devices + - ODM: mfd: Add support for IO functions of AAEON devices + + * Disable hv-kvp-daemon.service on certain instance types (LP: #1932081) + - [Packaging]: Add kernel command line condition to hv-kvp-daemon service + + * Fix non-working GPU on Some HP desktops (LP: #1931147) + - PCI: Coalesce host bridge contiguous apertures + + * Miscellaneous Ubuntu changes + - SAUCE: selftests: seccomp: bump up timeout to 5min + - SAUCE: Revert "net/tls(TLS_SW): Add selftest for 'chunked' sendfile test" + - [Config] update annotations after rebase to 5.13-rc7 + + [ Upstream Kernel Changes ] + + * Rebase to v5.13-rc7 + + -- Andrea Righi Mon, 21 Jun 2021 10:55:36 +0200 + +linux-unstable (5.13.0-8.8) impish; urgency=medium + + * impish/linux-unstable: 5.13.0-8.8 -proposed tracker (LP: #1932018) + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * initramfs-tools & kernel: use zstd as the default compression method + (LP: #1931725) + - [Config] use ZSTD to compress amd64 kernels + + * Miscellaneous Ubuntu changes + - [Config] enable signing for ppc64el + - SAUCE: powerpc: Fix initrd corruption with relative jump labels + + -- Andrea Righi Tue, 15 Jun 2021 15:07:34 +0200 + +linux-unstable (5.13.0-7.7) impish; urgency=medium + + * impish/linux-unstable: 5.13.0-7.7 -proposed tracker (LP: #1931840) + + * Packaging resync (LP: #1786013) + - update dkms package versions + - [Packaging] resync getabis + - [Packaging] update helper scripts + - update dkms package versions + + * Intel ADL-S graphics feature enabling (LP: #1931240) + - SAUCE: drm/i915/adl_s: ADL-S platform Update PCI ids for Mobile BGA + + * Kernel package builds running out of space on builders (LP: #1930713) + - [Config] CONFIG_DEBUG_INFO_COMPRESSED=n + + * Miscellaneous Ubuntu changes + - [Debian] remove nvidia dkms build support + - [Config] remove now unsued do_dkms_nvidia* build variables + - [Config] enable signing for s390x + - [Config] update annotations after configs review + - [Config] update toolchain versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.13-rc6 + + -- Andrea Righi Mon, 14 Jun 2021 11:53:08 +0200 + +linux-unstable (5.13.0-6.6) impish; urgency=medium + + * impish/linux-unstable: 5.13.0-6.6 -proposed tracker (LP: #1931071) + + * Kernel package builds running out of space on builders (LP: #1930713) + - [Debian] use stamps for flavour install targets + - [Debian] run install-$(flavour) targets during build phase + - [Debian] remove dh_testroot from install targets + - [Debian] dkms-build -- use fakeroot if not running as root + - [Debian] exclude $(DEBIAN)/__abi.current from linux-source + + * [UBUNTU 21.04] tools/kvm_stat: Add restart delay (LP: #1921870) + - [Debian] install kvm_stat systemd service + + * Debugging symbols (dbgsym) packages are missing GDB kernel scripts + (LP: #1928715) + - [Packaging] Build and include GDB Python scripts into debug packages + + * Can't detect intel wifi 6235 (LP: #1920180) + - SAUCE: iwlwifi: add new pci id for 6235 + + * Select correct boot VGA when BIOS doesn't do it properly (LP: #1929217) + - vgaarb: Use ACPI HID name to find integrated GPU + + * Fix kernel panic on Intel Bluetooth (LP: #1928838) + - Bluetooth: Shutdown controller after workqueues are flushed or cancelled + + * build module CONFIG_SND_SOC_INTEL_SOUNDWIRE_SOF_MACH=m for 5.11, 5.13-rc2 + and later (LP: #1921632) + - [Config] enable soundwire audio mach driver + + * Miscellaneous Ubuntu changes + - [Config] CONFIG_SND_SOC_RT1308 can only be enabled on amd64 + + [ Upstream Kernel Changes ] + + * Rebase to v5.13-rc5 + + -- Andrea Righi Mon, 07 Jun 2021 10:45:13 +0200 + +linux-unstable (5.13.0-5.5) impish; urgency=medium + + * impish/linux-unstable: 5.13.0-5.5 -proposed tracker (LP: #1930205) + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Miscellaneous Ubuntu changes + - [Config] set CONFIG_BPF_UNPRIV_DEFAULT_OFF=y + + -- Andrea Righi Mon, 31 May 2021 12:32:38 +0200 + +linux-unstable (5.13.0-4.4) impish; urgency=medium + + * impish/linux-unstable: 5.13.0-4.4 -proposed tracker (LP: #1929404) + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Support importing mokx keys into revocation list from the mok table + (LP: #1928679) + - SAUCE: integrity: add informational messages when revoking certs + + * Support importing mokx keys into revocation list from the mok table + (LP: #1928679) // CVE-2020-26541 when certificates are revoked via + MokListXRT. + - SAUCE: integrity: Load mokx certs from the EFI MOK config table + + * Miscellaneous Ubuntu changes + - [Config] Temporarily disable signing for ppc64el and s390x + - SAUCE: Revert "UBUNTU: SAUCE: overlayfs: Be more careful about copying up + sxid files" + - SAUCE: Revert "UBUNTU: SAUCE: overlayfs: Propogate nosuid from lower and + upper mounts" + - SAUCE: Revert "UBUNTU: SAUCE: overlayfs: Enable user namespace mounts" + - SAUCE: Revert "UBUNTU: SAUCE: overlayfs: ensure mounter privileges when + reading directories" + - SAUCE: Revert "UBUNTU: SAUCE: fs: Move SB_I_NOSUID to the top of s_iflags" + + [ Upstream Kernel Changes ] + + * Rebase to v5.13-rc3 + + -- Andrea Righi Mon, 24 May 2021 13:06:17 +0200 + +linux-unstable (5.13.0-3.3) impish; urgency=medium + + * impish/linux-unstable: 5.13.0-3.3 -proposed tracker (LP: #1928655) + + [ Upstream Kernel Changes ] + + * Rebase to v5.13-rc2 + + -- Andrea Righi Mon, 17 May 2021 11:55:02 +0200 + +linux-unstable (5.13.0-2.2) impish; urgency=medium + + * Miscellaneous Ubuntu changes + - [Config] enable CONFIG_DEBUG_INFO_COMPRESSED + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Config] temporarily disable BPF JIT" + + -- Andrea Righi Fri, 14 May 2021 09:19:02 +0200 + +linux-unstable (5.13.0-1.1) impish; urgency=medium + + [ Upstream Kernel Changes ] + + * Rebase to v5.13-rc1 + + -- Andrea Righi Wed, 12 May 2021 11:35:23 +0200 + +linux-unstable (5.13.0-0.0) impish; urgency=medium + + * Empty entry + + -- Andrea Righi Tue, 11 May 2021 08:40:09 +0200 + +linux-unstable (5.12.0-11.11) impish; urgency=medium + + * Impish update: v5.12.1 upstream stable release (LP: #1927094) + - net: hso: fix NULL-deref on disconnect regression + - USB: CDC-ACM: fix poison/unpoison imbalance + - iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd() + - cfg80211: fix locking in netlink owner interface destruction + - mei: me: add Alder Lake P device id. + - Linux 5.12.1 + + * Packaging resync (LP: #1786013) // Impish update: v5.12.1 upstream stable + release (LP: #1927094) + - update dkms package versions + + * Gigabyte R120-T33 (ARM ThunderX SoC) fails to boot in ACPI mode + (LP: #1925075) // Impish update: v5.12.1 upstream stable release + (LP: #1927094) + - ACPI: GTDT: Don't corrupt interrupt mappings on watchdow probe failure + + * Fix kernel panic at boot on dual GFX systems (LP: #1926792) // Impish + update: v5.12.1 upstream stable release (LP: #1927094) + - drm/amdgpu: Register VGA clients after init can no longer fail + + * On TGL platforms screen shows garbage when browsing website by scrolling + mouse (LP: #1926579) // Impish update: v5.12.1 upstream stable release + (LP: #1927094) + - SAUCE: drm/i915/display: Disable PSR2 if TGL Display stepping is B1 from A0 + + * CirrusLogic: Cracking noises appears in built-in speaker when output volume + is set >80% (LP: #1924997) // Impish update: v5.12.1 upstream stable release + (LP: #1927094) + - SAUCE: ALSA: hda/cirrus: Use CS8409 Equalizer to fix abnormal sounds on + Bullseye + + * Enable mute/micmute LEDs and limit mic boost on EliteBook 845 G8 + (LP: #1925415) // Impish update: v5.12.1 upstream stable release + (LP: #1927094) + - ALSA: hda/realtek: Enable mute/micmute LEDs and limit mic boost on EliteBook + 845 G8 + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: PCI: Disable broken RTIT_BAR of Intel TH" + - Revert "UBUNTU: [Config] temporarily disable ZFS" + + -- Paolo Pisati Tue, 04 May 2021 18:35:54 +0200 + +linux-unstable (5.12.0-10.10) impish; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Miscellaneous Ubuntu changes + - [Packaging] Drop versioned ABI directory names + - [Packaging] getabis: Download ABIs into an unversioned directory + - [Packaging] final-checks: Handle unversioned ABI directories + - bump to impish + - [Config] GCC version update + + -- Paolo Pisati Thu, 29 Apr 2021 12:27:20 +0200 + +linux-unstable (5.12.0-9.9) impish; urgency=medium + + [ Upstream Kernel Changes ] + + * Rebase to v5.12-rc8 + + -- Seth Forshee Mon, 26 Apr 2021 11:14:16 -0500 + +linux-unstable (5.12.0-8.8) hirsute; urgency=medium + + * CVE-2021-3492 + - SAUCE: shiftfs: free allocated memory in shiftfs_btrfs_ioctl_fd_replace() + error paths + - SAUCE: shiftfs: handle copy_to_user() return values correctly + + * Fix no picture from HDMI when it's plugged after boot (LP: #1924238) + - drm/i915/display: Handle lane polarity for DDI port + + * hirsute beta desktop AMD64 ISO kernel panic on boot when booting using UEFI + (LP: #1922403) + - SAUCE: efifb: Check efifb_pci_dev before using it + + * Miscellaneous Ubuntu changes + - Rebase to v5.12-rc8 + - [Config] updateconfigs following 5.12-rc8 rebase + + [ Upstream Kernel Changes ] + + * Rebase to v5.12-rc8 + + -- Paolo Pisati Mon, 19 Apr 2021 11:37:27 +0200 + +linux-unstable (5.12.0-7.7) hirsute; urgency=medium + + * drm/i915: Drop force_probe requirement for Rocket Lake (LP: #1905466) + - drm/i915/rkl: Remove require_force_probe protection + + * HP m400 cartridges fail to find NIC when deploying hirsute (LP: #1918793) + - PCI: xgene: Fix cfg resource mapping + + * Update - Fix no screen show on display after S3 on CML-R (LP: #1922768) + - drm/i915/gen9bc: Handle TGP PCH during suspend/resume + + * Miscellaneous Ubuntu changes + - SAUCE: RDMA/core: Introduce peer memory interface + - Rebase to v5.12-rc7 + + [ Upstream Kernel Changes ] + + * Rebase to v5.12-rc7 + + -- Paolo Pisati Mon, 12 Apr 2021 11:48:07 +0200 + +linux-unstable (5.12.0-6.6) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + + * i915 doesn't support some high pixel clock 4k * 60Hz monitors (LP: #1922372) + - drm/i915/vbt: update DP max link rate table + + * Tegra "mmc0: Timeout waiting for hardware interrupt" (LP: #1921140) + - SAUCE: mmc: host: Add required callbacks to set/clear CQE_EN bit + + * Enable ath11k debugfs/tracing (LP: #1922033) + - [Config] enable ath11k debugfs/tracing + + * Fix mic on P620 after S3 resume (LP: #1921757) + - ALSA: usb-audio: Carve out connector value checking into a helper + - ALSA: usb-audio: Check connector value on resume + + * Miscellaneous Ubuntu changes + - [Config] amd64,arm64: build KFENCE support but disable it by default + (KFENCE_SAMPLE_INTERVAL=0) + - Rebase to v5.12-rc6 + + * Miscellaneous upstream changes + - drm/dp: add MSO related DPCD registers + - drm/i915/edp: reject modes with dimensions other than fixed mode + - drm/i915/edp: always add fixed mode to probed modes in ->get_modes() + - drm/i915/edp: read sink MSO configuration for eDP 1.4+ + - drm/i915/reg: add stream splitter configuration definitions + - drm/i915/mso: add splitter state readout for platforms that support it + - drm/i915/mso: add splitter state check + - drm/i915/edp: modify fixed and downclock modes for MSO + - drm/i915/edp: enable eDP MSO during link training + + [ Upstream Kernel Changes ] + + * Rebase to v5.12-rc6 + + -- Paolo Pisati Wed, 07 Apr 2021 11:42:55 +0200 + +linux-unstable (5.12.0-5.5) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * alsa/realtek: extend the delay time in the determine_headset_type for a + Dell AIO (LP: #1920747) + - SAUCE: ALSA: hda/realtek: fix a determine_headset_type issue for a Dell AIO + + * power off stress test will hang on the TGL machines (LP: #1919930) + - SAUCE: ASoC: SOF: Intel: TGL: set shutdown callback to hda_dsp_shutdown + - [Config] set SND_SOC_SOF_HDA_ALWAYS_ENABLE_DMI_L1 to n + + * lockdown on power (LP: #1855668) + - SAUCE: (lockdown) powerpc: lock down kernel in secure boot mode + + * Miscellaneous Ubuntu changes + - [Config] arm64 -- unify build_image and kernel_file values + - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err(). + - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to print + error messages. + - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down + - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot + mode + - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode + - SAUCE: (lockdown) s390: Lock down the kernel when the IPL secure flag is set + - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature + verify + - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot + - SAUCE: (lockdown) security: lockdown: Make + CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic + - SAUCE: xr-usb-serial: clean up indentation + - SAUCE: xr-usb-serial: clean up build warnings + - SAUCE: apparmor: Fix build error, make sk parameter const + - Rebase to v5.12-rc5 + - [Config] updateconfigs following v5.12-rc5 rebase + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: (lockdown) s390: Lock down the kernel when the IPL + secure flag is set" + - Revert "UBUNTU: SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to + indicate secure boot mode" + - Revert "UBUNTU: SAUCE: (lockdown) powerpc: lock down kernel in secure boot + mode" + - Revert "UBUNTU: SAUCE: (lockdown) security: lockdown: Make + CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic" + - Revert "UBUNTU: SAUCE: (lockdown) arm64: Allow locking down the kernel under + EFI secure boot" + - Revert "UBUNTU: SAUCE: (lockdown) KEYS: Make use of platform keyring for + module signature verify" + - Revert "UBUNTU: SAUCE: (lockdown) efi: Lock down the kernel if booted in + secure boot mode" + - Revert "UBUNTU: SAUCE: (lockdown) security: lockdown: expose a hook to lock + the kernel down" + - Revert "UBUNTU: SAUCE: (lockdown) Make get_cert_list() use + efi_status_to_str() to print error messages." + - Revert "UBUNTU: SAUCE: (lockdown) Add efi_status_to_str() and rework + efi_status_to_err()." + + [ Upstream Kernel Changes ] + + * Rebase to v5.12-rc5 + + -- Paolo Pisati Mon, 29 Mar 2021 12:59:38 +0200 + +linux-unstable (5.12.0-4.4) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Fix broken efifb on graphics device without driver (LP: #1914411) + - SAUCE: efifb: Ensure graphics device for efifb stays at PCI D0 + + * Fix system sleep on TGL systems with Intel ME (LP: #1919321) + - SAUCE: PCI: Serialize TGL e1000e PM ops + + * Miscellaneous Ubuntu changes + - Rebase to v5.12-rc4 + - [Config] updateconfigs following v5.12-rc4 rebase + + * Miscellaneous upstream changes + - riscv: dts: fu740: fix cache-controller interrupts + - riscv: sifive: fu740: cpu{1, 2, 3, 4} set compatible to sifive, u74-mc + - riscv: sifive: unmatched: update for 16GB rev3 + - riscv: Add 3 SBI wrapper functions to get cpu manufacturer information + - riscv: Get CPU manufacturer information + - riscv: Introduce alternative mechanism to apply errata solution + - riscv: sifive: apply errata "cip-453" patch + - clk: sifive: Add pcie_aux clock in prci driver for PCIe driver + - clk: sifive: Use reset-simple in prci driver for PCIe driver + - MAINTAINERS: Add maintainers for SiFive FU740 PCIe driver + - dt-bindings: PCI: Add SiFive FU740 PCIe host controller + - PCI: designware: Add SiFive FU740 PCIe host controller driver + - riscv: dts: Add PCIe support for the SiFive FU740-C000 SoC + + [ Upstream Kernel Changes ] + + * Rebase to v5.12-rc4 + + -- Paolo Pisati Mon, 22 Mar 2021 12:43:14 +0100 + +linux-unstable (5.12.0-3.3) hirsute; urgency=medium + + * riscv: revert SiFive Unleashed CPUFreq (LP: #1917433) + - SAUCE: Revert "SiFive Unleashed CPUFreq" + + * Dell Precision 5550 takes up to 10 seconds to respond when coming out of + sleep (LP: #1919123) + - SAUCE: Input: i8042 - add dmi quirk + + * LRMv4: switch to signing nvidia modules via the Ubuntu Modules signing key + (LP: #1918134) + - [Packaging] sync dkms-build et al from LRMv4 + + * curtin: install flash-kernel in arm64 UEFI unexpected (LP: #1918427) + - [Packaging] Allow grub-efi-arm* to satisfy recommends on ARM + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Enable Tegra support in arm64 for NVIDIA Jetson (LP: #1918471) + - [Config] enable ARCH_TEGRA and all Tegra SOC's + - [Packaging] include modern Tegra modules + + * Cirrus Audio Codec CS8409/CS42L42: Input Device does not switch to headset + Mic when a headset is inserted (LP: #1918378) + - SAUCE: ALSA: hda/cirrus: Fix Headset Mic volume control name + + * Cirrus Audio Codec CS8409/CS42L42 support (LP: #1916554) + - ALSA: hda/cirrus: Increase AUTO_CFG_MAX_INS from 8 to 18 + - ALSA: hda/cirrus: Add support for CS8409 HDA bridge and CS42L42 companion + codec. + - ALSA: hda/cirrus: Add jack detect interrupt support from CS42L42 companion + codec. + - ALSA: hda/cirrus: Add Headphone and Headset MIC Volume Control + + * drm/i915: Drop force_probe requirement for JSL (LP: #1917843) + - SAUCE: drm/i915: Drop require_force_probe from JSL + + * Miscellaneous Ubuntu changes + - [Packaging] Skip d-i code if udebs are disabled + - [Packaging] Disable udebs if $DEBIAN/d-i doesn't exist + - [Packaging] remove dh-systemd build dependency + - [Config] fix several annotaions with enforcement typos + - [Config] refresh annotations + - [Config] updateconfigs following v5.12-rc3 rebase + - annotations: fixup after v5.12-rc3 rebase + - Rebase to v5.12-rc3 + + [ Upstream Kernel Changes ] + + * Rebase to v5.12-rc3 + + -- Paolo Pisati Tue, 16 Mar 2021 18:43:03 +0100 + +linux-unstable (5.12.0-2.2) hirsute; urgency=medium + + * Miscellaneous Ubuntu changes + - Rebase to v5.12-rc2 + - [Config] updateconfigs following v5.12-rc2 rebase + + [ Upstream Kernel Changes ] + + * Rebase to v5.12-rc2 + + -- Paolo Pisati Mon, 08 Mar 2021 11:22:04 +0100 + +linux-unstable (5.12.0-1.1) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Support no udeb profile (LP: #1916095) + - [Packaging] replace custom filter script with dctrl-tools + - [Packaging] correctly implement noudeb build profiles. + + * Miscellaneous Ubuntu changes + - [Packaging] dkms-versions -- remove nvidia-graphics-drivers-440-server + - [Debian] run ubuntu-regression-suite for linux-unstable + - [Packaging] remove Provides: aufs-dkms + - [Config] update config and annotations following v5.12-rc1 rebase + - [Config] disable nvidia and nvidia_server builds + - [Config] temporarily disable ZFS + - temporarily disable modules check + - annotations: s390: temporarily remove CONFIG_KMSG_IDS + - [Config] amd64: FTBFS: disable HIO + - [Config] FTBFS: disable SHIFT_FS + - [Config] s390: temporarily remove CONFIG_KMSG_IDS + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Config] disable nvidia and nvidia_server builds" + - Revert "UBUNTU: SAUCE: s390: kernel message catalog" + + [ Upstream Kernel Changes ] + + * Rebase to v5.12-rc1 + + -- Paolo Pisati Thu, 04 Mar 2021 18:26:12 +0100 + +linux-unstable (5.12.0-0.0) hirsute; urgency=medium + + * Empty entry + + -- Paolo Pisati Thu, 04 Mar 2021 18:17:32 +0100 + +linux-unstable (5.11.0-10.11) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + + * Support CML-S CPU + TGP PCH (LP: #1909457) + - drm/i915/rkl: new rkl ddc map for different PCH + - SAUCE: drm/i915/gen9_bc : Add TGP PCH support + + * Use DCPD to control HP DreamColor panel (LP: #1911001) + - SAUCE: drm/dp: Another HP DreamColor panel brigntness fix + + * Update nvidia dkms build for module linker script changes + - [Packaging] build-dkms--nvidia-N -- Update for preprocessed module linker + script + + * Please trust Canonical Livepatch Service kmod signing key (LP: #1898716) + - [Config] enable CONFIG_MODVERSIONS=y + - [Packaging] build canonical-certs.pem from branch/arch certs + - [Config] add Canonical Livepatch Service key to SYSTEM_TRUSTED_KEYS + - [Config] add ubuntu-drivers key to SYSTEM_TRUSTED_KEYS + + * Miscellaneous Ubuntu changes + - [Config] re-enable nvidia dkms + - SAUCE: selftests: memory-hotplug: bump timeout to 10min + - [Debian] update-aufs.sh -- Don't apply tmpfs-idr.patch + - [Config] Update configs + - [Config] disable nvidia and nvidia_server builds + - SAUCE: Import aufs driver + - [Config] CONFIG_AUFS_FS=n + - [Config] refresh annotations file + - [Config] set CONFIG_MIPI_I3C_HCI=m consistently + - [Config] set CONFIG_PINCTRL_MSM8953=m on armhf generic-lpae + - [Packaging] Change source package name to linux-unstable + - [Config] update LD_VERSION in config due to toolchain update + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: tmpfs: Don't use 64-bit inodes by defulat with 32-bit + ino_t" + + -- Andrea Righi Mon, 22 Feb 2021 07:18:07 +0100 + +linux-unstable (5.11.0-9.10) hirsute; urgency=medium + + * Empty entry + + -- Andrea Righi Mon, 22 Feb 2021 07:02:45 +0100 + +linux (5.11.0-9.10) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Miscellaneous Ubuntu changes + - [Config] update configs/annotations after rebase to 5.11 + - zfs-modules.ignore: add zzstd + + [ Upstream Kernel Changes ] + + * Rebase to v5.11 + + -- Andrea Righi Mon, 15 Feb 2021 16:29:36 +0100 + +linux (5.11.0-8.9) hirsute; urgency=medium + + * Missing device id for Intel TGL-H ISH [8086:43fc] in intel-ish-hid driver + (LP: #1914543) + - SAUCE: HID: intel-ish-hid: ipc: Add Tiger Lake H PCI device ID + + * Add support for new Realtek ethernet NIC (LP: #1914604) + - r8169: Add support for another RTL8168FP + + * Miscellaneous Ubuntu changes + - SAUCE: tmpfs: Don't use 64-bit inodes by defulat with 32-bit ino_t + - [Config] Set CONFIG_TMPFS_INODE64=n for s390x + - [Config] re-enable ZFS + + [ Upstream Kernel Changes ] + + * Rebase to v5.11-rc7 + + -- Andrea Righi Mon, 08 Feb 2021 11:56:23 +0100 + +linux (5.11.0-7.8) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Boot fails: failed to validate module [nls_iso8859_1] BTF: -22 + (LP: #1911359) + - SAUCE: x86/entry: build thunk_$(BITS) only if CONFIG_PREEMPTION=y + + * Remove scary stack trace from Realtek WiFi driver (LP: #1913263) + - rtw88: reduce the log level for failure of tx report + + * Fix unexpected AER/DPC on PCH400 and PCH500 (LP: #1913691) + - Revert "UBUNTU: SAUCE: PCI: Enable ACS quirk on all CML root ports" + - Revert "UBUNTU: SAUCE: PCI: Enable ACS quirk on CML root port" + - SAUCE: PCI/AER: Disable AER interrupt during suspend + - SAUCE: PCI/DPC: Disable DPC interrupt during suspend + + * switch to an autogenerated nvidia series based core via dkms-versions + (LP: #1912803) + - [Packaging] nvidia -- use dkms-versions to define versions built + - [Packaging] update-version-dkms -- maintain flags fields + + * Introduce the new NVIDIA 460-server series and update the 460 series + (LP: #1913200) + - [Config] dkms-versions -- add the 460-server nvidia driver + + * Fix the video can't output through WD19TB connected with TGL platform during + cold-boot (LP: #1910211) + - SAUCE: drm/i915/dp: Prevent setting LTTPR mode if no LTTPR is detected + + * Stop using get_scalar_status command in Dell AIO uart backlight driver + (LP: #1865402) + - SAUCE: platform/x86: dell-uart-backlight: add get_display_mode command + + * Miscellaneous Ubuntu changes + - SAUCE: selftests/seccomp: Accept any valid fd in user_notification_addfd + - [Packaging] Don't disable CONFIG_DEBUG_INFO in headers packages + - [Config] update configs/annotations after rebase to 5.11-rc6 + + [ Upstream Kernel Changes ] + + * Rebase to v5.11-rc6 + + -- Andrea Righi Mon, 01 Feb 2021 10:27:52 +0100 + +linux (5.11.0-6.7) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Prevent thermal shutdown during boot process (LP: #1906168) + - thermal/drivers/acpi: Use hot and critical ops + - thermal/core: Remove notify ops + - thermal: int340x: Fix unexpected shutdown at critical temperature + - thermal: intel: pch: Fix unexpected shutdown at critical temperature + + * riscv: backport support for SiFive Unmatched (LP: #1910965) + - RISC-V: Update l2 cache DT documentation to add support for SiFive FU740 + - RISC-V: sifive_l2_cache: Update L2 cache driver to support SiFive FU740 + - dt-bindings: riscv: Update DT binding docs to support SiFive FU740 SoC + - riscv: dts: add initial support for the SiFive FU740-C000 SoC + - dt-bindings: riscv: Update YAML doc to support SiFive HiFive Unmatched board + - riscv: dts: add initial board data for the SiFive HiFive Unmatched + - PCI: microsemi: Add host driver for Microsemi PCIe controller + - Microsemi PCIe expansion board DT entry. + - SiFive Unleashed CPUFreq + - SiFive HiFive Unleashed: Add PWM LEDs (D1, D2, D3, D4) + + * initramfs unpacking failed (LP: #1835660) + - lib/decompress_unlz4.c: correctly handle zero-padding around initrds. + + * Miscellaneous Ubuntu changes + - [Config] update configs and annotations after rebase to 5.11-rc5 + + [ Upstream Kernel Changes ] + + * Rebase to v5.11-rc5 + + -- Andrea Righi Mon, 25 Jan 2021 09:31:31 +0100 + +linux (5.11.0-5.6) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Miscellaneous Ubuntu changes + - [Config] update config and annotations after rebase to 5.11-rc4 + + [ Upstream Kernel Changes ] + + * Rebase to v5.11-rc4 + + -- Andrea Righi Mon, 18 Jan 2021 10:46:10 +0100 + +linux (5.11.0-4.5) hirsute; urgency=medium + + * Boot fails: failed to validate module [nls_iso8859_1] BTF: -22 + (LP: #1911359) + - SAUCE: x86/entry: build thunk_$(BITS) only if CONFIG_PREEMPTION=y + + -- Andrea Righi Thu, 14 Jan 2021 12:53:26 +0100 + +linux (5.11.0-3.4) hirsute; urgency=medium + + * Boot fails: failed to validate module [nls_iso8859_1] BTF: -22 + (LP: #1911359) + - bpf: Allow empty module BTFs + - libbpf: Allow loading empty BTFs + + -- Andrea Righi Thu, 14 Jan 2021 07:43:45 +0100 + +linux (5.11.0-2.3) hirsute; urgency=medium + + * DMI entry syntax fix for Pegatron / ByteSpeed C15B (LP: #1910639) + - Input: i8042 - unbreak Pegatron C15B + + * SYNA30B4:00 06CB:CE09 Mouse on HP EliteBook 850 G7 not working at all + (LP: #1908992) + - HID: multitouch: Enable multi-input for Synaptics pointstick/touchpad device + + * debian/scripts/file-downloader does not handle positive failures correctly + (LP: #1878897) + - [Packaging] file-downloader not handling positive failures correctly + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * CVE-2021-1052 // CVE-2021-1053 + - [Packaging] NVIDIA -- Add the NVIDIA 460 driver + + * Miscellaneous Ubuntu changes + - [Packaging] Remove nvidia-455 dkms build + - SAUCE: ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP + machines + - [Config] update configs and annotations after rebase to 5.11-rc3 + + [ Upstream Kernel Changes ] + + * Rebase to v5.11-rc3 + + -- Andrea Righi Mon, 11 Jan 2021 09:52:27 +0100 + +linux (5.11.0-1.2) hirsute; urgency=medium + + [ Upstream Kernel Changes ] + + * Rebase to v5.11-rc2 + + -- Andrea Righi Thu, 07 Jan 2021 16:57:01 +0100 + +linux (5.11.0-0.1) hirsute; urgency=medium + + * dep-8 ubuntu-regression-suite tests are not run for all linux-hwe-* kernels + (LP: #1908529) + - [dep-8] Allow all hwe kernels + + * Fix reading speed and duplex sysfs on igc device (LP: #1906851) + - igc: Report speed and duplex as unknown when device is runtime suspended + + * rtwpci driver blocks the system to enter PC10, stuck at PC3 (LP: #1907200) + - SAUCE: rtw88: 8723de: let cpu enter c10 + + * [21.04 FEAT] Deactivate CONFIG_QETH_OSN kernel config option (LP: #1906370) + - [Config] Deactivate CONFIG_QETH_OSN kernel config option + + * Add dpcd backlight control for 0x4c83 0x4f41 (LP: #1905663) + - SAUCE: drm/dp: Add dpcd backlight control for 0x4c83 0x4f41 + + * disable building bpf selftests (LP: #1908144) + - SAUCE: selftests/bpf: Clarify build error if no vmlinux + - SAUCE: selftests: Skip BPF selftests by default + - disable building bpf selftests (no VMLINUX_BTF) + + * Miscellaneous Ubuntu changes + - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot + mode + - SAUCE: (lockdown) s390: Lock down the kernel when the IPL secure flag is set + - [Config] update configs and annotations after rebase to v5.11-rc1 + - hio: fix build error with kernel 5.11 + - SAUCE: shiftfs: fix build error with 5.11 + - [Config] temporarily disable ZFS + - check-aliases: do not error if modules.alias does not exist + - ppc64el: don't build stripped vdso + + * Miscellaneous upstream changes + - irq: export irq_check_status_bit + + [ Upstream Kernel Changes ] + + * Rebase to v5.11-rc1 + + -- Andrea Righi Mon, 04 Jan 2021 09:17:48 +0100 + +linux (5.11.0-0.0) hirsute; urgency=medium + + * Empty entry + + -- Andrea Righi Wed, 30 Dec 2020 09:04:41 +0100 + +linux (5.10.0-9.10) hirsute; urgency=medium + + * Use INTx for Pericom USB controllers (LP: #1906839) + - PCI: Disable MSI for Pericom PCIe-USB adapter + + * disable building bpf selftests (LP: #1908144) + - SAUCE: selftests/bpf: clarify build error if no vmlinux + - SAUCE: selftests: Skip BPF seftests by default + - disable building bpf selftests (no VMLINUX_BTF) + + * Miscellaneous Ubuntu changes + - [Config] Enable CONFIG_BPF_LSM + + * Miscellaneous upstream changes + - Revert "md: change mddev 'chunk_sectors' from int to unsigned" + - Revert "dm raid: fix discard limits for raid1 and raid10" + + -- Andrea Righi Tue, 15 Dec 2020 10:16:14 +0100 + +linux (5.10.0-8.9) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + + * Fix bpf selftest compilation with clang 11 + - bpf: Fix selftest compilation on clang 11 + + * Miscellaneous Ubuntu changes + - [Config] update configs and annotations after rebase to v5.10 + + [ Upstream Kernel Changes ] + + * Rebase to v5.10 + + -- Andrea Righi Mon, 14 Dec 2020 08:57:57 +0100 + +linux (5.10.0-7.8) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Fix linux-libc-dev build for hirsute forward port kernels (LP: #1904067) + - [Debian] Build linux-libc-dev for debian.master* branches + + * Update kernel packaging to support forward porting kernels (LP: #1902957) + - [Debian] Update for leader included in BACKPORT_SUFFIX + + * Introduce the new NVIDIA 455 series (LP: #1897751) + - [Packaging] NVIDIA -- Add signed modules for the 455 driver + + * 5.10 kernel fails to boot with secure boot disabled (LP: #1904906) + - [Config] CONFIG_RCU_SCALE_TEST=n + + * Miscellaneous Ubuntu changes + - [Config] s390x: disable GPIO_CDEV + - [Config] ARM_CMN=m + - [Config] disable GPIO_CDEV_V1 + - [Config] Reorder annotations after 5.10-rc6 rebase + - [Packaging] Remove nvidia-435 dkms build + - [Packaging] Change source package name to linux + - [Config] Update configs and annotations after rebase to v5.10-rc7 + - SAUCE: Revert "mm/filemap: add static for function + __add_to_page_cache_locked" + + [ Upstream Kernel Changes ] + + * Rebase to v5.10-rc7 + + -- Seth Forshee Mon, 07 Dec 2020 00:15:20 -0600 + +linux (5.10.0-6.7) hirsute; urgency=medium + + * Empty entry. + + -- Seth Forshee Sun, 06 Dec 2020 22:13:46 -0600 + +linux-5.10 (5.10.0-6.7) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Avoid double newline when running insertchanges (LP: #1903293) + - [Packaging] insertchanges: avoid double newline + + * Miscellaneous Ubuntu changes + - [Packaging]: linux-modules should depend on linux-image + - [Packaging]: linux-image should suggest linux-modules-extra + + [ Upstream Kernel Changes ] + + * Rebase to v5.10-rc6 + + -- Andrea Righi Mon, 30 Nov 2020 07:47:34 +0100 + +linux-5.10 (5.10.0-5.6) hirsute; urgency=medium + + * Miscellaneous Ubuntu changes + - [Config] add CONFIG_INFINIBAND_VIRT_DMA + + [ Upstream Kernel Changes ] + + * Rebase to v5.10-rc5 + + -- Andrea Righi Mon, 23 Nov 2020 13:17:44 +0100 + +linux-5.10 (5.10.0-4.5) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Miscellaneous Ubuntu changes + - [Packaging] reduce the size required to build packages + + [ Upstream Kernel Changes ] + + * Rebase to v5.10-rc4 + + -- Andrea Righi Mon, 16 Nov 2020 08:33:54 +0100 + +linux-5.10 (5.10.0-3.4) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * e1000e: fix issues with S0ix (LP: #1902687) + - SAUCE: e1000e: fix S0ix flow to allow S0i3.2 subset entry + - SAUCE: e1000e: allow turning s0ix flows on for systems with ME + - SAUCE: e1000e: Add Dell's Comet Lake systems into s0ix heuristics + - SAUCE: e1000e: Add more Dell CML systems into s0ix heuristics + - [Config] Update CONFIG_E1000E for ppc64el in annotations + + * perf: Add support for Rocket Lake (LP: #1902004) + - SAUCE: perf/x86/intel: Add Rocket Lake CPU support + - SAUCE: perf/x86/cstate: Add Rocket Lake CPU support + - SAUCE: perf/x86/msr: Add Rocket Lake CPU support + - SAUCE: perf/x86/intel/uncore: Add Rocket Lake support + + * Miscellaneous Ubuntu changes + - [Config] Disable CONFIG_CRYPTO_USER_API_ENABLE_OBSOLETE + - [Config] update CONFIG_MST_IRQ after rebase to 5.10-rc3 + - [Config] drop obsolete SND_SST_IPC options + - [Config] re-enable ZFS + + [ Upstream Kernel Changes ] + + * Rebase to v5.10-rc3 + + -- Andrea Righi Mon, 09 Nov 2020 09:37:08 +0100 + +linux-5.10 (5.10.0-2.3) hirsute; urgency=medium + + * Miscellaneous Ubuntu changes + - [Config] Switch arm64 default cpufreq governor to ondemand + - [Debian] Include scripts/module.lds from builddir in headers package + + -- Seth Forshee Tue, 03 Nov 2020 21:01:52 -0600 + +linux-5.10 (5.10.0-1.2) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Fix non-working Intel NVMe after S3 (LP: #1900847) + - SAUCE: PCI: Enable ACS quirk on all CML root ports + + * Miscellaneous Ubuntu changes + - [Packaging] move to hirsute + - [Config] Update configs and annotations after rebase to 5.10-rc2 + - [Config] Update numerous configs to conform with policy + - [Config] Switch default CPUFreq governer for arm64/armhf to schedultil + - [Config] Temporarily disable DEBUG_INFO_BTF for armhf + + [ Upstream Kernel Changes ] + + * Rebase to v5.10-rc2 + + -- Seth Forshee Mon, 02 Nov 2020 13:18:27 -0600 + +linux-5.10 (5.10.0-0.1) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Miscellaneous Ubuntu changes + - [Config] Update configs and annotations for v5.10-rc1 + - SAUCE: platform/x86: dell-uart-backlight: rename kzfree() to + kfree_sensitive() + - SAUCE: apparmor: rename kzfree() to kfree_sensitive() + - SAUCE: LSM: change ima_read_file() to use lsmblob + - SAUCE: LSM: Use lsmblob in smk_netlbl_mls() + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Packaging] Change source package name to linux-5.10" + - s390: correct __bootdata / __bootdata_preserved macros + + [ Upstream Kernel Changes ] + + * Rebase to v5.10-rc1 + + -- Paolo Pisati Tue, 27 Oct 2020 16:57:07 +0100 + +linux-5.10 (5.10.0-0.0) groovy; urgency=medium + + * Empty entry + + -- Paolo Pisati Mon, 26 Oct 2020 14:55:48 +0100 + +linux-5.9 (5.9.0-2.3) groovy; urgency=medium + + * Fix system reboot when disconnecting WiFi (LP: #1899726) + - iwlwifi: msix: limit max RX queues for 9000 family + + * booting linux-generic-lpae armhf kernel under qemu results in relocation out + of range, and thus no modules can be loaded (LP: #1899519) + - [Config] armhf: ARM_MODULE_PLTS=y + + * Fix broken MSI interrupt after HDA controller was suspended (LP: #1899586) + - ALSA: hda: fix jack detection with Realtek codecs when in D3 + + * CVE-2020-16119 + - SAUCE: dccp: avoid double free of ccid on child socket + + * python3-venv is gone (LP: #1896801) + - SAUCE: doc: remove python3-venv dependency + + * *-tools-common packages descriptions have typo "PGKVER" (LP: #1898903) + - [Packaging] Fix typo in -tools template s/PGKVER/PKGVER/ + + * Enable brightness control on HP DreamColor panel (LP: #1898865) + - SAUCE: drm/i915/dpcd_bl: Skip testing control capability with force DPCD + quirk + - SAUCE: drm/dp: HP DreamColor panel brigntness fix + + * HP Zbook Studio G7 boots into corrupted screen with PSR featured panel + (LP: #1897501) + - SAUCE: drm/i915/psr: allow overriding PSR disable param by quirk + - SAUCE: drm/dp: add DP_QUIRK_FORCE_PSR_CHIP_DEFAULT quirk to CMN prod-ID + 19-15 + + * Fix broken e1000e device after S3 (LP: #1897755) + - SAUCE: e1000e: Increase polling timeout on MDIC ready bit + + * Wakeup the system by touching the touchpad (LP: #1888331) + - HID: i2c-hid: Enable wakeup capability from Suspend-to-Idle + + * Enable LTR for endpoints behind VMD (LP: #1896598) + - SAUCE: PCI/ASPM: Enable LTR for endpoints behind VMD + + * [SRU] [Focal/OEM-5.6/Groovy]Fix AMD usb host controller lost after stress S3 + (LP: #1893914) + - SAUCE: xhci: workaround for S3 issue on AMD SNPS 3.0 xHC + + * debian/rules editconfigs does not work on s390x to change s390x only configs + (LP: #1863116) + - [Packaging] kernelconfig -- only update/edit configurations on architectures + we have compiler support + + * Fix non-working NVMe after S3 (LP: #1895718) + - SAUCE: PCI: Enable ACS quirk on CML root port + + * Miscellaneous Ubuntu changes + - SAUCE: bpf: Check CONFIG_BPF option for resolve_btfids + - SAUCE: tools resolve_btfids: Always force HOSTARCH + - packaging: arm64: add a 64KB mem pages flavour called 'generic-64k' + - packaging: arm64: generic-64k: skip ABI, modules and retpoline checks + - SAUCE: drm/i915/display: Fix null deref in intel_psr_atomic_check() + - [Config] Update toolchain versions + - [Config] Refresh annotations + - Add ubuntu-host module + - CONFIG_UBUNTU_HOST=m + - SAUCE: apparmor: drop prefixing abs root labels with '=' + - SAUCE: apparmor: disable showing the mode as part of a secid to secctx + - SAUCE: apparmor: rename aa_sock() to aa_unix_sk() + - SAUCE: apparmor: LSM stacking: switch from SK_CTX() to aa_sock() + - SAUCE: LSM: Infrastructure management of the sock security + - SAUCE: LSM: Create and manage the lsmblob data structure. + - SAUCE: LSM: Use lsmblob in security_audit_rule_match + - SAUCE: LSM: Use lsmblob in security_kernel_act_as + - SAUCE: net: Prepare UDS for security module stacking + - SAUCE: LSM: Use lsmblob in security_secctx_to_secid + - SAUCE: LSM: Use lsmblob in security_secid_to_secctx + - SAUCE: LSM: Use lsmblob in security_ipc_getsecid + - SAUCE: LSM: Use lsmblob in security_task_getsecid + - SAUCE: LSM: Use lsmblob in security_inode_getsecid + - SAUCE: LSM: Use lsmblob in security_cred_getsecid + - SAUCE: IMA: Change internal interfaces to use lsmblobs + - SAUCE: LSM: Specify which LSM to display + - SAUCE: LSM: Ensure the correct LSM context releaser + - SAUCE: LSM: Use lsmcontext in security_secid_to_secctx + - SAUCE: LSM: Use lsmcontext in security_inode_getsecctx + - SAUCE: LSM: security_secid_to_secctx in netlink netfilter + - SAUCE: NET: Store LSM netlabel data in a lsmblob + - SAUCE: LSM: Verify LSM display sanity in binder + - SAUCE: Audit: Add new record for multiple process LSM attributes + - SAUCE: Audit: Add a new record for multiple object LSM + - SAUCE: LSM: Add /proc attr entry for full LSM context + - SAUCE: AppArmor: Remove the exclusive flag + - SAUCE: Audit: Fix for missing NULL check + + * Miscellaneous upstream changes + - tty: hvcs: Don't NULL tty->driver_data until hvcs_cleanup() + + [ Upstream Kernel Changes ] + + * Rebase to v5.9 + + -- Seth Forshee Wed, 14 Oct 2020 13:31:18 -0500 + +linux-5.9 (5.9.0-1.2) groovy; urgency=medium + + * Miscellaneous Ubuntu changes + - [Config] Update configs after rebase to 5.9-rc6 + - SAUCE: dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAX + - SAUCE: bpf: Use --no-fail option if CONFIG_BPF is not enabled + - SAUCE: tools resolve_btfids: Always force HOSTARCH + + [ Upstream Kernel Changes ] + + * Rebase to v5.9-rc6 + + -- Seth Forshee Mon, 21 Sep 2020 14:39:34 -0500 + +linux-5.9 (5.9.0-0.1) groovy; urgency=medium + + * Miscellaneous Ubuntu changes + - [Config] Update configs and annotations for v5.9-rc1 + - SAUCE: i915: Fix build error due to missing struct definition + - hio -- Update blk_queue_split() calls for changes in 5.9-rc1 + - hio -- Updates for move of make_request_fn to struct block_device_operations + - [Config] Disable zfs dkms build + - [Config] Disable nvidia dkms build + - [Config] Disable nvidia server dkms builds + - SAUCE: remoteproc: qcom: Use div_u64() for 64-bit division + - SAUCE: PCI/ASPM: Enable ASPM for links under VMD domain + - [Packaging] Bind hv_vss_daemon startup to hv_vss device + - [Packaging] bind hv_fcopy_daemon startup to hv_fcopy device + - [Config] Re-enable UEFI signing for arm64 + - SAUCE: Revert "UBUNTU: SAUCE: export __get_vm_area_caller() and map_kernel_range()" + - [Config] Set the default CPU governor to ONDEMAND + - [Packaging] update variants + - [Packaging] update helper scripts + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.9-rc5 + + -- Seth Forshee Thu, 17 Sep 2020 15:01:21 -0500 + +linux-5.9 (5.9.0-0.0) groovy; urgency=medium + + * Empty entry + + -- Seth Forshee Tue, 18 Aug 2020 16:48:03 -0500 + +linux (5.8.0-16.17) groovy; urgency=medium + + * groovy/linux: 5.8.0-16.17 -proposed tracker (LP: #1891233) + + * Miscellaneous Ubuntu changes + - hio -- Update to use bio_{start,end}_io_acct with 5.8+ + - Enable hio driver + - [Packaging] Temporarily disable building doc package contents + + -- Seth Forshee Tue, 11 Aug 2020 15:32:58 -0500 + +linux (5.8.0-15.16) groovy; urgency=medium + + * groovy/linux: 5.8.0-15.16 -proposed tracker (LP: #1891177) + + * Miscellaneous Ubuntu changes + - SAUCE: Documentation: import error c_funcptr_sig_re, c_sig_re (sphinx- + doc/sphinx@0f49e30c) + + -- Seth Forshee Tue, 11 Aug 2020 09:29:58 -0500 + +linux (5.8.0-14.15) groovy; urgency=medium + + * groovy/linux: 5.8.0-14.15 -proposed tracker (LP: #1891085) + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + * msg_zerocopy.sh in net from ubuntu_kernel_selftests failed (LP: #1812620) + - selftests/net: relax cpu affinity requirement in msg_zerocopy test + + * Fix missing HDMI/DP Audio on an HP Desktop (LP: #1890441) + - ALSA: hda/hdmi: Add quirk to force connectivity + + * Add initial audio support for Lenovo ThinkStation P620 (LP: #1890317) + - ALSA: usb-audio: Add support for Lenovo ThinkStation P620 + + * Fix IOMMU error on AMD Radeon Pro W5700 (LP: #1890306) + - PCI: Mark AMD Navi10 GPU rev 0x00 ATS as broken + + * Enlarge hisi_sec2 capability (LP: #1890222) + - crypto: hisilicon - update SEC driver module parameter + + * Miscellaneous Ubuntu changes + - [Config] Re-enable signing for ppc64el + + -- Seth Forshee Mon, 10 Aug 2020 15:26:46 -0500 + +linux (5.8.0-13.14) groovy; urgency=medium + + * Miscellaneous Ubuntu changes + - [Config] Remove i386 configs + - SAUCE: apply a workaround to re-enable CONFIG_CRYPTO_AEGIS128_SIMD + - SAUCE: export __get_vm_area_caller() and map_kernel_range() + - [Config] drop CONFIG_BINFMT_AOUT enforcement + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Config] disable CONFIG_CRYPTO_AEGIS128_SIMD" + + [ Upstream Kernel Changes ] + + * Rebase to v5.8 + + -- Andrea Righi Tue, 04 Aug 2020 09:51:50 +0200 + +linux (5.8.0-12.13) groovy; urgency=medium + + * groovy/linux: 5.8.0-12.13 -proposed tracker (LP: #1889481) + + * Fix right speaker of HP laptop (LP: #1889375) + - SAUCE: hda/realtek: Fix right speaker of HP laptop + + * blk_update_request error when mount nvme partition (LP: #1872383) + - SAUCE: nvme-pci: prevent SK hynix PC400 from using Write Zeroes command + + * Add support for Atlantic NIC firmware v4 (LP: #1886908) + - Revert "UBUNTU: SAUCE: net: atlantic: Add support for firmware v4" + - net: atlantic: align return value of ver_match function with function name + - net: atlantic: add support for FW 4.x + + * Miscellaneous Ubuntu changes + - [Debian] Fix debian/tests for linux-5.8 -> linux rename + - SAUCE: selftests/powerpc: return skip code for spectre_v2 + + -- Seth Forshee Wed, 29 Jul 2020 16:58:47 -0500 + +linux (5.8.0-11.12) groovy; urgency=medium + + * groovy/linux: 5.8.0-11.12 -proposed tracker (LP: #1889336) + + * Miscellaneous Ubuntu changes + - [Packaging] dwarves is not required for linux-libc-dev or stage1 + + -- Seth Forshee Tue, 28 Jul 2020 22:33:24 -0500 + +linux (5.8.0-10.11) groovy; urgency=medium + + * groovy/linux: 5.8.0-10.11 -proposed tracker (LP: #1889316) + + * Miscellaneous Ubuntu changes + - [Packaging] Add more packages to Build-Depends-Indep for docs + - [Debian] Specify python executable in kmake + - [Debian] Don't treat warnings as errors during perf builds + - [Config] Disable signing for ppc64el + + -- Seth Forshee Tue, 28 Jul 2020 17:09:52 -0500 + +linux (5.8.0-9.10) groovy; urgency=medium + + * groovy/linux: 5.8.0-9.10 -proposed tracker (LP: #1889140) + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + * Miscellaneous Ubuntu changes + - SAUCE: Fix s390x compile error on F32 utils/stat-display.c + - [Packaging] Add python3-venv to Build-Depends-Indep + + -- Seth Forshee Mon, 27 Jul 2020 21:01:46 -0500 + +linux (5.8.0-8.9) groovy; urgency=medium + + * groovy/linux: 5.8.0-8.9 -proposed tracker (LP: #1889104) + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + - update dkms package versions + - [Packaging] update variants + + * Introduce the new NVIDIA 450-server and the 450 UDA series (LP: #1887674) + - [Packaging] NVIDIA -- Add signed modules for 450 450-server + + * Introduce the new NVIDIA 418-server and 440-server series, and update the + current NVIDIA drivers (LP: #1881137) + - [packaging] add signed modules for the 418-server and the 440-server + flavours + + * Miscellaneous Ubuntu changes + - SAUCE: Revert "radix-tree: Use local_lock for protection" + - [Config] CONFIG_DEBUG_INFO_COMPRESSED=n + - [Config] disable CONFIG_CRYPTO_AEGIS128_SIMD + - [Config] Enable nvidia dkms build + + * Miscellaneous upstream changes + - usbip: tools: fix build error for multiple definition + + [ Upstream Kernel Changes ] + + * Rebase to v5.8-rc7 + + -- Seth Forshee Mon, 27 Jul 2020 11:18:12 -0500 + +linux (5.8.0-7.8) groovy; urgency=medium + + * Empty entry + + -- Seth Forshee Mon, 27 Jul 2020 09:22:19 +0200 + +linux-5.8 (5.8.0-7.8) groovy; urgency=medium + + * soc/amd/renoir: detect dmic from acpi table (LP: #1887734) + - ASoC: amd: add logic to check dmic hardware runtime + - ASoC: amd: add ACPI dependency check + - ASoC: amd: fixed kernel warnings + + * linux 4.15.0-109-generic network DoS regression vs -108 (LP: #1886668) + - SAUCE: Revert "netprio_cgroup: Fix unlimited memory leak of v2 cgroups" + + * Add support for Atlantic NIC firmware v4 (LP: #1886908) + - SAUCE: net: atlantic: Add support for firmware v4 + + * MGA G200e doesn't work under GDM Wayland (LP: #1886140) + - drm/mgag200: Remove HW cursor + - drm/mgag200: Clean up mga_set_start_address() + - drm/mgag200: Clean up mga_crtc_do_set_base() + - drm/mgag200: Move mode-setting code into separate helper function + - drm/mgag200: Split MISC register update into PLL selection, SYNC and I/O + - drm/mgag200: Update mode registers after plane registers + - drm/mgag200: Set pitch in a separate helper function + - drm/mgag200: Set primary plane's format in separate helper function + - drm/mgag200: Move TAGFIFO reset into separate function + - drm/mgag200: Move hiprilvl setting into separate functions + - drm/mgag200: Move register initialization into separate function + - drm/mgag200: Remove out-commented suspend/resume helpers + - drm/mgag200: Use simple-display data structures + - drm/mgag200: Convert to simple KMS helper + - drm/mgag200: Replace VRAM helpers with SHMEM helpers + + * Miscellaneous Ubuntu changes + - SAUCE: s390/bpf: fix sign extension in branch_ku + - SAUCE: selftests: net: ip_defrag: modprobe missing nf_defrag_ipv6 support + - SAUCE: selftests: fib_nexthop_multiprefix: fix cleanup() netns deletion + - [packaging] debhelper-compat (= 10) (and retire debian/compat) + - [Config] Update configs after rebase to 5.8-rc6 + + [ Upstream Kernel Changes ] + + * Rebase to v5.8-rc6 + + -- Andrea Righi Mon, 20 Jul 2020 09:55:47 +0200 + +linux-5.8 (5.8.0-6.7) groovy; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * perf build broken after updating to bintuils 2.34.90.20200706-1ubuntu1 + (LP: #1887397) + - SAUCE: libtraceevent: Strip symbol version from nm output + + -- Seth Forshee Mon, 13 Jul 2020 14:07:53 -0500 + +linux-5.8 (5.8.0-5.6) groovy; urgency=medium + + * linux-libc-dev broken for crossbuilding, Multi-Arch:same violation + (LP: #1886188) + - [Packaging] Produce linux-libc-deb package for riscv64 + - [Debian] Disallow building linux-libc-dev from linux-riscv + + * Miscellaneous Ubuntu changes + - SAUCE: Revert "UBUNTU: SAUCE: test_bpf: remove expected fail for Ctx heavy + transformations test on s390" + - SAUCE: Revert "test_bpf: flag tests that cannot be jited on s390" + - [Config] Update configs (gcc update) + + [ Upstream Kernel Changes ] + + * Rebase to v5.8-rc5 + + -- Andrea Righi Mon, 13 Jul 2020 08:42:14 +0200 + +linux-5.8 (5.8.0-4.5) groovy; urgency=medium + + * Add generic LED class support for audio LED (LP: #1885896) + - ALSA: hda: generic: Always call led-trigger for mic mute LED + - ALSA: hda: generic: Add a helper for mic-mute LED with LED classdev + - ALSA: hda/realtek: Convert to cdev-variant of mic-mute LED controls + - ALSA: hda/conexant: Convert to cdev-variant of mic-mute LED controls + - ALSA: hda/sigmatel: Convert to cdev-variant of mic-mute LED controls + - ALSA: hda: generic: Drop unused snd_hda_gen_fixup_micmute_led() + - ALSA: hda: generic: Drop the old mic-mute LED hook + - ALSA: hda: generic: Add vmaster mute LED helper + - ALSA: hda/realtek: Use the new vmaster mute LED helper + - ALSA: hda/conexant: Use the new vmaster mute LED helper + - ALSA: hda/sigmatel: Use the new vmaster mute LED helper + - ALSA: hda/realtek: Unify LED helper code + - ALSA: hda: Let LED cdev handling suspend/resume + + * seccomp_bpf fails on powerpc (LP: #1885757) + - SAUCE: selftests/seccomp: fix ptrace tests on powerpc + + * CVE-2020-11935 + - SAUCE: aufs: do not call i_readcount_inc() + + * Miscellaneous Ubuntu changes + - SAUCE: Update aufs to 5.x-rcN 20200622 + - [Config] Update configs to set CONFIG_SND_HDA_GENERIC_LEDS value + - [Config] CONFIG_SECURITY_DMESG_RESTRICT=y + + [ Upstream Kernel Changes ] + + * Rebase to v5.8-rc4 + + -- Seth Forshee Mon, 06 Jul 2020 08:14:28 -0500 + +linux-5.8 (5.8.0-3.4) groovy; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + - update dkms package versions + + * lxc 1:4.0.2-0ubuntu1 ADT test failure with linux-5.8 5.8.0-1.2 + (LP: #1884635) + - SAUCE: overlayfs: fix faulty rebase + + * shiftfs: O_TMPFILE reports ESTALE (LP: #1872757) + - SAUCE: shiftfs: prevent ESTALE for LOOKUP_JUMP lookups + + * shiftfs: fix btrfs regression (LP: #1884767) + - SAUCE: Revert "UBUNTU: SAUCE: shiftfs: fix dentry revalidation" + + * Miscellaneous Ubuntu changes + - [Config] CONFIG_DEBUG_INFO_COMPRESSED=y + - SAUCE: regulator: rename da903x to da903x-regulator + - [Config] Add da903x to modules.ignore + - [Config] Update configs for rebase to 5.8-rc3 + + [ Upstream Kernel Changes ] + + * Rebase to v5.8-rc3 + + -- Seth Forshee Mon, 29 Jun 2020 08:48:25 -0500 + +linux-5.8 (5.8.0-2.3) groovy; urgency=medium + + * Support Audio Mute LED for two new HP laptops (LP: #1884251) + - ALSA: hda/realtek: Add mute LED and micmute LED support for HP systems + + * CVE-2019-16089 + - SAUCE: nbd_genl_status: null check for nla_nest_start + + * tpm: fix TIS locality timeout problems (LP: #1881710) + - SAUCE: tpm: fix TIS locality timeout problems + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Miscellaneous Ubuntu changes + - SAUCE: security,perf: Allow further restriction of perf_event_open + - [Config] CONFIG_SECURITY_PERF_EVENTS_RESTRICT=y + - [Config] Update configs and annotations for 5.8-rc2 + - [Config] Enable zfs + - [Config] Enable CONFIG_DEBUG_INFO_BTF + + [ Upstream Kernel Changes ] + + * Rebase to v5.8-rc2 + + -- Seth Forshee Mon, 22 Jun 2020 15:05:54 -0500 + +linux-5.8 (5.8.0-1.2) groovy; urgency=medium + + * Miscellaneous Ubuntu changes + - [Debian] Support linux-x.y in udeb package names + - [Packaging] Use SRCPKGNAME for udeb packages + + -- Seth Forshee Wed, 17 Jun 2020 19:34:32 -0500 + +linux-5.8 (5.8.0-0.1) groovy; urgency=medium + + * Docker registry doesn't stay up and keeps restarting (LP: #1879690) + - Revert "UBUNTU: SAUCE: overlayfs: use shiftfs hacks only with shiftfs as underlay" + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + + * Miscellaneous Ubuntu changes + - [Packaging] Update source package name to linux-5.8 + - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err(). + - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to print error messages. + - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down + - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot mode + - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode + - SAUCE: (lockdown) s390: Lock down the kernel when the IPL secure flag is set + - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature verify + - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot + - SAUCE: (lockdown) security: lockdown: Make CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic + - SAUCE: (lockdown) powerpc: lock down kernel in secure boot mode + - SAUCE: Import aufs driver + - [Config] Update configs for v5.8-rc1 + - [Config] Update annotations for v5.8-rc1 config changes + - SAUCE: shiftfs -- Fix build errors from missing fiemap definitions + - Disable hio driver + + * Miscellaneous upstream changes + - acpi: disallow loading configfs acpi tables when locked down + + [ Upstream Kernel Changes ] + + * Rebase to v5.8-rc1 + + -- Seth Forshee Wed, 17 Jun 2020 11:54:24 -0500 + +linux-5.8 (5.8.0-0.0) groovy; urgency=medium + + * Empty entry + + -- Seth Forshee Sun, 14 Jun 2020 22:40:35 -0500 + +linux-5.7 (5.7.0-8.9) groovy; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Enforce all config annotations (LP: #1879327) + - [Config]: do not enforce CONFIG_VERSION_SIGNATURE + - [Config]: prepare to enforce all + - [Config]: enforce all config options + + * Miscellaneous Ubuntu changes + - [Config]: annotations review after 5.7 rebase + - [Config] annotations: IXP4XX* depends on ARCH_IXP4XX + - [Config] THERMAL_GOV_POWER_ALLOCATOR=y + - [Config] annotations: SOC_CAMERA is marked as BROKEN + - [Config] annotations: NFSD_V4_2_INTER_SSC depends on NFS_FS=y + - [Config] annotations: CRYPTO_DEV_CHELSIO_TLS depends on legacy (and largely + unmantained) TLS_TOE + - [Config] annotations: SERIO_OLPC_APSP depends on ARCH_MMP + - [Config] RTW88_DEBUG=y + - [Config] annotations: ISDN_CAPI is a bool, and BT_CMTP depends on it + - [Config] annotations SND_SOC_SOF_DEVELOPER_SUPPORT depends on + SND_SOC_SOF_DEVELOPER_SUPPORT + - [Config] annotations: SND_SOC_SOF_BAYTRAIL_SUPPORT is mutually exclusive + with SND_SST_ATOM_HIFI2_PLATFORM_ACPI + - [Config] annotations: DEBUG_IMX_UART_PORT is defined only any + DEBUG_IMX*_UART is enabled + - [Config] annotations: HW_RANDOM_IMX_RNGC depends on SOC_IMX25 + - [Config] annotations: armhf: VIRTUALIZATION support was removed for arm32 + - [Config] annotations: arm64: remove DEBUG_ALIGN_RODATA + - [Config] annotations: ppc64: DATA_SHIFT defaults to PPC_PAGE_SHIFT + - [Config] arm64: enforce ARM64_USE_LSE_ATOMICS + - [Config] s390x: MOST is not set + - [Config] s390x: BCM84881_PHY is not set + - [Config] s390x: XILINX_LL_TEMAC is not set + - [Config] s390x: PHY_INTEL_EMMC requires GENERIC_PHY (off by default on + s390x) + - [Config] s390x: CHECK_STACK conflicts with VMAP_STACK + - [Config] annotations: s390x: NODES_SHIFT=1 + - [Config] annotations: import new symbols + - [Config] annotations: remove unmatched menu and options + + -- Paolo Pisati Fri, 12 Jun 2020 12:03:01 +0200 + +linux-5.7 (5.7.0-7.8) groovy; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + - [Packaging] update helper scripts + + * [UBUNTU 20.04] s390x/pci: fix linking between PF and VF for multifunction + devices (LP: #1879704) + - PCI/IOV: Introduce pci_iov_sysfs_link() function + - s390/pci: create links between PFs and VFs + + * Miscellaneous Ubuntu changes + - [Config] Disable UEFI signing for arm64 + - Rebase to v5.7.1 + + [ Upstream Kernel Changes ] + + * Rebase to v5.7.1 + + -- Paolo Pisati Mon, 08 Jun 2020 11:16:58 +0200 + +linux-5.7 (5.7.0-6.7) groovy; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + - update dkms package versions + + * shiftfs: fix btrfs snapshot deletion (LP: #1879688) + - SAUCE: shiftfs: let userns root destroy subvolumes from other users + + * seccomp_benchmark times out on eoan (LP: #1881576) + - SAUCE: selftests/seccomp: use 90s as timeout + + * Realtek 8723DE [10ec:d723] subsystem [10ec:d738] disconnects unsolicitedly + when Bluetooth is paired: Reason: 23=IEEE8021X_FAILED (LP: #1878147) + - SAUCE: Revert "UBUNTU: SAUCE: rtw88: Move driver IQK to set channel before + association for 11N chip" + - SAUCE: Revert "UBUNTU: SAUCE: rtw88: fix rate for a while after being + connected" + - SAUCE: Revert "UBUNTU: SAUCE: rtw88: No retry and report for auth and assoc" + - SAUCE: Revert "UBUNTU: SAUCE: rtw88: 8723d: Add coex support" + - rtw88: 8723d: Add coex support + - SAUCE: rtw88: coex: 8723d: set antanna control owner + - SAUCE: rtw88: coex: 8723d: handle BT inquiry cases + - SAUCE: rtw88: fix EAPOL 4-way failure by finish IQK earlier + + * ASoC/amd: add audio driver for amd renoir (LP: #1881046) + - ASoC: amd: add Renoir ACP3x IP register header + - ASoC: amd: add Renoir ACP PCI driver + - ASoC: amd: add acp init/de-init functions + - ASoC: amd: create acp3x pdm platform device + - ASoC: amd: add ACP3x PDM platform driver + - ASoC: amd: irq handler changes for ACP3x PDM dma driver + - ASoC: amd: add acp3x pdm driver dma ops + - ASoC: amd: add ACP PDM DMA driver dai ops + - ASoC: amd: add Renoir ACP PCI driver PM ops + - ASoC: amd: add ACP PDM DMA driver pm ops + - ASoC: amd: enable Renoir acp3x drivers build + - ASoC: amd: create platform devices for Renoir + - ASoC: amd: RN machine driver using dmic + - ASoC: amd: enable build for RN machine driver + - ASoC: amd: fix kernel warning + - ASoC: amd: refactoring dai_hw_params() callback + - ASoC: amd: return error when acp de-init fails + - [Config]: enable amd renoir ASoC audio + + * Slow send speed with Intel I219-V on Ubuntu 18.04.1 (LP: #1802691) + - e1000e: Disable TSO for buffer overrun workaround + + * Fix incorrect speed/duplex when I210 device is runtime suspended + (LP: #1880656) + - igb: Report speed and duplex as unknown when device is runtime suspended + + * Fix Pericom USB controller OHCI/EHCI PME# defect (LP: #1879321) + - serial: 8250_pci: Move Pericom IDs to pci_ids.h + - PCI: Avoid Pericom USB controller OHCI/EHCI PME# defect + + * [UBUNTU 20.04] s390x/pci: enumerate pci functions per physical adapter + (LP: #1874056) + - s390/pci: Expose new port attribute for PCIe functions + - s390/pci: adaptation of iommu to multifunction + - s390/pci: define kernel parameters for PCI multifunction + - s390/pci: define RID and RID available + - s390/pci: create zPCI bus + - s390/pci: adapt events for zbus + - s390/pci: Handling multifunctions + - s390/pci: Do not disable PF when VFs exist + - s390/pci: Documentation for zPCI + - s390/pci: removes wrong PCI multifunction assignment + + * add 16-bit width registers support for EEPROM at24 device (LP: #1876699) + - regmap-i2c: add 16-bit width registers support + + * Miscellaneous Ubuntu changes + - [Config] Enable virtualbox guest and shared-folder modules + + [ Upstream Kernel Changes ] + + * Rebase to v5.7 + + -- Seth Forshee Mon, 01 Jun 2020 16:11:24 -0500 + +linux-5.7 (5.7.0-5.6) groovy; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * [UBUNTU 20.04] PSI generates overhead on s390x (LP: #1876044) + - Ubuntu: [Config] CONFIG_PSI is enabled by default, but creates additional + overhead on s390x, hence should be disabled by default on s390x only. + + * Miscellaneous Ubuntu changes + - Rebase to v5.7-rc7 + - [Config] ppc64el: disable STRICT_KERNEL_RWX + + [ Upstream Kernel Changes ] + + * Rebase to v5.7-rc7 + + -- Paolo Pisati Mon, 25 May 2020 11:44:09 +0200 + +linux-5.7 (5.7.0-4.5) groovy; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * update-initramfs complains of missing amdgpu firmware files (LP: #1873325) + - SAUCE: drm/amdgpu: Remove unreleased arcturus and navi12 firmware from + modinfo + + * Support DMIC micmute LED on HP platforms (LP: #1876859) + - ALSA: hda/realtek - Introduce polarity for micmute LED GPIO + - ALSA: hda/realtek - Enable micmute LED on and HP system + - ALSA: hda/realtek - Add LED class support for micmute LED + - ALSA: hda/realtek - Fix unused variable warning w/o + CONFIG_LEDS_TRIGGER_AUDIO + - ASoC: SOF: Update correct LED status at the first time usage of + update_mute_led() + + * Killer(R) Wi-Fi 6 AX1650i 160MHz Wireless Network Adapter (201NGW), + REV=0x354 [8086:a0f0] subsystem id [1a56:1651] wireless adapter not found + due to firmware crash (LP: #1874685) + - SAUCE: iwlwifi: pcie: handle QuZ configs with killer NICs as well + + * rtkit-daemon[*]: Failed to make ourselves RT: Operation not permitted after + upgrade to 20.04 (LP: #1875665) + - [Config] Turn off CONFIG_RT_GROUP_SCHED everywhere + + * Unable to handle kernel pointer dereference in virtual kernel address space + on Eoan (LP: #1876645) + - SAUCE: overlayfs: fix shitfs special-casing + + * Miscellaneous Ubuntu changes + - SAUCE: skip building selftest 'runqslower' if kernel not built + - Rebase to v5.7-rc6 + - [Config] updateconfigs after 5.7-rc6 rebase + + [ Upstream Kernel Changes ] + + * Rebase to v5.7-rc6 + + -- Paolo Pisati Mon, 18 May 2020 11:27:25 +0200 + +linux-5.7 (5.7.0-3.4) groovy; urgency=medium + + [ Upstream Kernel Changes ] + + * Rebase to v5.7-rc5 + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * getitimer returns it_value=0 erroneously (LP: #1349028) + - [Config] CONTEXT_TRACKING_FORCE policy should be unset + + * lockdown on power (LP: #1855668) // Ubuntu Kernel Support for OpenPOWER NV + Secure & Trusted Boot (LP: #1866909) + - [Config] Enable configs for OpenPOWER NV Secure & Trusted Boot + + * Miscellaneous Ubuntu changes + - SAUCE: Import aufs driver + - [Config] Enable aufs + - [Config] annotations: remove SND_SOC_SOF_HDA_COMMON_HDMI_CODEC + - [Config] Remove CONFIG_SND_HDA_INTEL_DETECT_DMIC from annotations + - [Debian] final-checks -- Do not remove ~* from abi + - [Config] Enable 5-level page table support for x86 + - [Config] updateconfigs after 5.7-rc5 rebase + + -- Paolo Pisati Mon, 11 May 2020 10:25:42 +0200 + +linux-5.7 (5.7.0-2.3) groovy; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + - update dkms package versions + - [Packaging] update helper scripts + + * ASUS T100HAN boots to a blank screen with a cursor [i965: Failed to submit + batchbuffer: Input/output error] (LP: #1860754) + - [Config] CONFIG_PMIC_OPREGION=y and CONFIG_GPIO_CRYSTAL_COVE=y for amd64 + + * ubuntu/focal64 fails to mount Vagrant shared folders (LP: #1873506) + - [Packaging] Move virtualbox modules to linux-modules + - [Packaging] Remove vbox and zfs modules from generic.inclusion-list + + * built-using constraints preventing uploads (LP: #1875601) + - temporarily drop Built-Using data + + * dkms artifacts may expire from the pool (LP: #1850958) + - [Packaging] autoreconstruct -- manage executable debian files + - [packaging] handle downloads from the librarian better + + * Add signed modules for the 435 NVIDIA driver (LP: #1875888) + - [Packaging] NVIDIA -- add signed modules for the 435 NVIDIA driver + + * [Selftests] Apply various fixes and improvements (LP: #1870543) + - SAUCE: selftests/seccomp -- Disable timeout for seccomp tests + + * [17.04 FEAT] Integrate kernel message catalogue for s390x into Ubuntu + distribution (LP: #1628889) + - SAUCE: s390: kernel message catalog + + * Overlayfs in user namespace leaks directory content of inaccessible + directories (LP: #1793458) // CVE-2018-6559 + - SAUCE: overlayfs: ensure mounter privileges when reading directories + + * suspend only works once on ThinkPad X1 Carbon gen 7 (LP: #1865570) + - SAUCE: e1000e: Disable s0ix flow for X1 Carbon 7th + + * [ICL] TC port in legacy/static mode can't be detected due TCCOLD + (LP: #1868936) + - drm/i915/display: Move out code to return the digital_port of the aux ch + - drm/i915/display: Add intel_legacy_aux_to_power_domain() + - drm/i915/display: Split hsw_power_well_enable() into two + - drm/i915/tc/icl: Implement TC cold sequences + - drm/i915/tc: Skip ref held check for TC legacy aux power wells + - drm/i915/tc/tgl: Implement TC cold sequences + - drm/i915/tc: Catch TC users accessing FIA registers without enable aux + - drm/i915/tc: Do not warn when aux power well of static TC ports timeout + + * Touchpad doesn't work on Dell Inspiron 7000 2-in-1 (LP: #1851901) + - Revert "UBUNTU: SAUCE: mfd: intel-lpss: add quirk for Dell XPS 13 7390 + 2-in-1" + + * 'Elan touchpad' not detected on 'Lenovo ThinkBook 15 IIL' (LP: #1861610) + - SAUCE: Input: elan_i2c - add more hardware ID for Lenovo laptop + + * linux-image-5.0.0-35-generic breaks checkpointing of container + (LP: #1857257) + - SAUCE: overlayfs: use shiftfs hacks only with shiftfs as underlay + + * alsa/sof: kernel oops on the machine without Intel hdmi audio codec (a + regression in the asoc machine driver) (LP: #1874359) + - ASoC: intel/skl/hda - fix oops on systems without i915 audio codec + + * Add debian/rules targets to compile/run kernel selftests (LP: #1874286) + - [Packaging] add support to compile/run selftests + + * 5.4.0-24.28 does not seem to apply rtprio, whereas -21 does. (LP: #1873315) + - [Config] lowlatency: turn off RT_GROUP_SCHED + + * alsa/sof: external mic can't be deteced on Lenovo and HP laptops + (LP: #1872569) + - SAUCE: ASoC: intel/skl/hda - set autosuspend timeout for hda codecs + + * shiftfs: O_TMPFILE reports ESTALE (LP: #1872757) + - SAUCE: shiftfs: fix dentry revalidation + + * shiftfs: broken shiftfs nesting (LP: #1872094) + - SAUCE: shiftfs: record correct creator credentials + + * lockdown on power (LP: #1855668) + - SAUCE: (lockdown) powerpc: lock down kernel in secure boot mode + + * Add support for Realtek 8723DE wireless adapter (LP: #1780590) + - SAUCE: rtw88: add adaptivity support for EU/JP regulatory + - SAUCE: rtw88: update tx descriptor of mgmt and rsvd page packets + - SAUCE: rtw88: sar: dump sar information via debugfs + - SAUCE: rtw88: 8723d: add IQ calibration + - SAUCE: rtw88: 8723d: Add power tracking + - SAUCE: rtw88: 8723d: implement flush queue + - SAUCE: rtw88: 8723d: set ltecoex register address in chip_info + - SAUCE: rtw88: 8723d: Add coex support + - SAUCE: rtw88: 8723d: Add shutdown callback to disable BT USB suspend + + * Fix authentication fail on Realtek WiFi 8723de (LP: #1871300) + - SAUCE: rtw88: No retry and report for auth and assoc + - SAUCE: rtw88: fix rate for a while after being connected + - SAUCE: rtw88: Move driver IQK to set channel before association for 11N chip + + * Miscellaneous Ubuntu changes + - SAUCE: rtw88: fix 'const' mismatch in power suequence hooks + - SAUCE: rtw88: fix 'const' mismatch in + __priority_queue_cfg_legacy()/__priority_queue_cfg() + - [Config] RTW88=m + - SAUCE: (lockdown) Revert carried-forward lockdown patches + - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err(). + - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to print + error messages. + - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down + - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot + mode + - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode + - SAUCE: (lockdown) s390: Lock down the kernel when the IPL secure flag is set + - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature + verify + - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot + - SAUCE: (lockdown) security: lockdown: Make + CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic + - [Config] Add back CONFIG_LOCK_DOWN_IN_SECURE_BOOT annotation for ppc64el + - [Config] CONFIG_RT_GROUP_SCHED=y + - [Packaging] Include modules.builtin.modinfo in linux-modules + - SAUCE: LSM: Infrastructure management of the sock security + - SAUCE: Fix-up af_unix mediation for sock infrastructure management + - SAUCE: Revert "apparmor: Allow filtering based on secmark policy" + - SAUCE: Revert "apparmor: Parse secmark policy" + - SAUCE: Revert "apparmor: Add a wildcard secid" + - SAUCE: Revert "apparmor: fixup secid map conversion to using IDR" + - SAUCE: Revert "apparmor: Use an IDR to allocate apparmor secids" + - SAUCE: Revert "apparmor: add support for mapping secids and using secctxes" + - Update dropped.txt for restored apparmor patches + - Remove lockdown patches from dropped.txt + - SAUCE: powerpc/ima: require IMA module signatures only if MODULE_SIG is not + enabled + - SAUCE: selftests/ftrace: Use printf instead of echo in kprobe syntax error + tests + - SAUCE: selftests/net -- disable l2tp.sh test + - SAUCE: selftests/net -- disable timeout + - SAUCE: tools: hv: Update shebang to use python3 instead of python + - Remove dropped.txt + - [Packaging] move linux-doc and linux-libc-dev stubs to debian.master + - [Debian] Support generating configs for riscv64 + - [Config] CONFIG_KMSG_IDS=y for s390x + - [Packaging] add libcap-dev dependency + - [Config] CONFIG_AD5770R=m + - [Config] CONFIG_AL3010=m + - [Config] CONFIG_APPLE_MFI_FASTCHARGE=m + - [Config] CONFIG_BAREUDP=m + - [Config] CONFIG_CRYPTO_DEV_OCTEONTX_CPT=m + - [Config] CONFIG_CRYPTO_DEV_ZYNQMP_AES=m + - [Config] CONFIG_DRM_DISPLAY_CONNECTOR=m + - [Config] CONFIG_DRM_PANEL_BOE_TV101WUM_NL6=m + - [Config] CONFIG_DRM_PANEL_ELIDA_KD35T133=m + - [Config] CONFIG_DRM_PANEL_FEIXIN_K101_IM2BA02=m + - [Config] CONFIG_DRM_PANEL_NOVATEK_NT35510=m + - [Config] CONFIG_DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01=m + - [Config] CONFIG_DRM_PARADE_PS8640=m + - [Config] CONFIG_DRM_SIMPLE_BRIDGE=m + - [Config] CONFIG_DRM_TIDSS=m + - [Config] CONFIG_DRM_TI_TPD12S015=m + - [Config] CONFIG_DRM_TOSHIBA_TC358768=m + - [Config] CONFIG_EDAC_DMC520=m + - [Config] CONFIG_EXFAT_FS=m + - [Config] CONFIG_GP2AP002=m + - [Config] CONFIG_GPIO_MLXBF2=m + - [Config] CONFIG_HID_GLORIOUS=m + - [Config] CONFIG_HID_MCP2221=m + - [Config] CONFIG_HMC425=m + - [Config] CONFIG_ICP10100=m + - [Config] CONFIG_IMX8MM_THERMAL=m + - [Config] CONFIG_IMX_SC_THERMAL=m + - [Config] CONFIG_INTERCONNECT_QCOM_OSM_L3=m + - [Config] CONFIG_INTERCONNECT_QCOM_SC7180=m + - [Config] CONFIG_K3_RTI_WATCHDOG=m + - [Config] CONFIG_MDIO_IPQ8064=m + - [Config] CONFIG_MDIO_MVUSB=m + - [Config] CONFIG_MHI_BUS=m + - [Config] CONFIG_OCTEONTX2_VF=m + - [Config] CONFIG_PHY_CADENCE_TORRENT=m + - [Config] CONFIG_PHY_QCOM_USB_HS_28NM=m + - [Config] CONFIG_PHY_QCOM_USB_SS=m + - [Config] CONFIG_PINCTRL_DA9062=m + - [Config] CONFIG_PINCTRL_IPQ6018=m + - [Config] CONFIG_PTP_1588_CLOCK_IDT82P33=m + - [Config] CONFIG_PTP_1588_CLOCK_VMW=m + - [Config] CONFIG_QCOM_IPA=m + - [Config] CONFIG_REGULATOR_MP5416=m + - [Config] CONFIG_REGULATOR_MP886X=m + - [Config] CONFIG_RN5T618_ADC=m + - [Config] CONFIG_RTC_DRV_MT2712=m + - [Config] CONFIG_RTC_DRV_RC5T619=m + - [Config] CONFIG_SC_MSS_7180=m + - [Config] CONFIG_SENSORS_AXI_FAN_CONTROL=m + - [Config] CONFIG_SM_GCC_8250=m + - [Config] CONFIG_SND_BCM63XX_I2S_WHISTLER=m + - [Config] CONFIG_SND_MESON_AIU=m + - [Config] CONFIG_SND_MESON_G12A_TOACODEC=m + - [Config] CONFIG_SND_MESON_GX_SOUND_CARD=m + - [Config] CONFIG_SND_SOC_AMD_RV_RT5682_MACH=m + - [Config] CONFIG_SND_SOC_INTEL_SOF_PCM512x_MACH=m + - [Config] CONFIG_SND_SOC_MESON_T9015=m + - [Config] CONFIG_SND_SOC_RT5682_SDW=m + - [Config] CONFIG_SND_SOC_TLV320ADCX140=m + - [Config] CONFIG_SPI_FSI=m + - [Config] CONFIG_SPI_MTK_NOR=m + - [Config] CONFIG_SPI_MUX=m + - [Config] CONFIG_SPRD_THERMAL=m + - [Config] CONFIG_SURFACE_3_POWER_OPREGION=m + - [Config] CONFIG_TINYDRM_ILI9486=m + - [Config] CONFIG_TI_K3_AM65_CPSW_NUSS=m + - [Config] CONFIG_TYPEC_MUX_INTEL_PMC=m + - [Config] CONFIG_UACCE=m + - [Config] CONFIG_UNIPHIER_XDMAC=m + - [Config] CONFIG_USB_MAX3420_UDC=m + - [Config] CONFIG_USB_RAW_GADGET=m + - [Config] CONFIG_VHOST_VDPA=m + - [Config] CONFIG_VIDEO_IMX219=m + - [Config] CONFIG_VIDEO_SUN8I_ROTATE=m + - [Config] CONFIG_VIRTIO_VDPA=m + - [Config] CONFIG_MOST_COMPONENTS=m + - [Config] CONFIG_MFD_IQS62X=m + - packaging: getabis: switch to ckt-ppa:bootstrap/linux-5.7 + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: rtw88: add rtw_read8_mask and rtw_read16_mask" + - Revert "UBUNTU: SAUCE: drm/i915/fbc: disable framebuffer compression on + IceLake" + - Revert "UBUNTU: SAUCE: platform/x86: dell-uart-backlight: move retry block" + + -- Paolo Pisati Mon, 04 May 2020 10:48:48 +0200 + +linux-5.7 (5.7.0-1.2) groovy; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + * Miscellaneous Ubuntu changes + - SAUCE: hio: pass make_request ptr directly to blk_alloc_queue() + - SAUCE: hio: locally define disk_map_sector_rcu() + - SAUCE: hio: Revert "block: unexport disk_map_sector_rcu" + - SAUCE: hio: include + - [Config] amd64: i386: HIO=m + - [Config] updateconfigs after 5.7-rc3 rebase + + -- Paolo Pisati Mon, 27 Apr 2020 11:31:38 +0200 + +linux-5.7 (5.7.0-0.1) groovy; urgency=medium + + * Miscellaneous Ubuntu changes + - [Config] updateconfigs after rebase to 5.7-rc1 + + [ Upstream Kernel Changes ] + + * Rebase to v5.7-rc1 + * Rebase to v5.7-rc2 + + -- Paolo Pisati Thu, 16 Apr 2020 11:53:58 +0200 + +linux-5.7 (5.7.0-0.0) focal; urgency=medium + + * Dummy entry + + -- Paolo Pisati Thu, 16 Apr 2020 11:53:58 +0200 + +linux-5.6 (5.6.0-7.7) focal; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Kernel Oops - general protection fault: 0000 [#1] SMP PTI after + disconnecting thunderbolt docking station (LP: #1864754) + - SAUCE: ptp: free ptp clock properly + + * swap storms kills interactive use (LP: #1861359) + - SAUCE: mm/page_alloc.c: disable memory reclaim watermark boosting by default + + * sysfs: incorrect network device permissions on network namespace change + (LP: #1865359) + - sysfs: add sysfs_file_change_owner() + - sysfs: add sysfs_link_change_owner() + - sysfs: add sysfs_group{s}_change_owner() + - sysfs: add sysfs_change_owner() + - device: add device_change_owner() + - drivers/base/power: add dpm_sysfs_change_owner() + - net-sysfs: add netdev_change_owner() + - net-sysfs: add queue_change_owner() + - net: fix sysfs permssions when device changes network namespace + - sysfs: fix static inline declaration of sysfs_groups_change_owner() + + * Miscellaneous Ubuntu changes + - [Config] updateconfigs after rebase to 5.6 + + [ Upstream Kernel Changes ] + + * Rebase to v5.6 + + -- Andrea Righi Tue, 31 Mar 2020 10:45:09 +0200 + +linux-5.6 (5.6.0-6.6) focal; urgency=medium + + * suspend only works once on ThinkPad X1 Carbon gen 7 (LP: #1865570) + - SAUCE: e1000e: Disable s0ix flow for X1 Carbon 7th + + * Make Dell WD19 dock more reliable after suspend (LP: #1868217) + - xhci: Ensure link state is U3 after setting USB_SS_PORT_LS_U3 + - xhci: Wait until link state trainsits to U0 after setting USB_SS_PORT_LS_U0 + - xhci: Finetune host initiated USB3 rootport link suspend and resume + + * update-version-dkms doesn't add a BugLink (LP: #1867790) + - [Packaging] Add BugLink to update-version-dkms commit + + * Add support for Realtek 8723DE wireless adapter (LP: #1780590) + - SAUCE: rtw88: add regulatory process strategy for different chipset + - SAUCE: rtw88: support dynamic user regulatory setting + - SAUCE: rtw88: Use secondary channel offset enumeration + - SAUCE: rtw88: 8822c: modify rf protection setting + - SAUCE: rtw88: disable TX-AMSDU on 2.4G band + - SAUCE: Revert "rtw88: disable TX-AMSDU on 2.4G band" + - SAUCE: rtw88: disable TX-AMSDU on 2.4G band + - SAUCE: rtw88: remove unused parameter vif in rtw_lps_pg_info_get() + - SAUCE: rtw88: add rtw_read8_mask and rtw_read16_mask + - SAUCE: rtw88: pci: 8822c should set clock delay to zero + - SAUCE: rtw88: move rtw_enter_ips() to the last when config + - SAUCE: rtw88: avoid holding mutex for cancel_delayed_work_sync() + - SAUCE: rtw88: add ciphers to suppress error message + - SAUCE: rtw88: 8822c: update power sequence to v16 + - SAUCE: rtw88: Fix incorrect beamformee role setting + - SAUCE: rtw88: don't hold all IRQs disabled for PS operations + - SAUCE: rtw88: extract alloc rsvd_page and h2c skb routines + - SAUCE: rtw88: associate reserved pages with each vif + - SAUCE: rtw88: add adaptivity support for EU/JP regulatory + - SAUCE: rtw88: 8723d: Add basic chip capabilities + - SAUCE: rtw88: 8723d: add beamform wrapper functions + - SAUCE: rtw88: 8723d: Add power sequence + - SAUCE: rtw88: 8723d: Add RF read/write ops + - SAUCE: rtw88: 8723d: Add mac/bb/rf/agc/power_limit tables + - SAUCE: rtw88: 8723d: Add cfg_ldo25 to control LDO25 + - SAUCE: rtw88: 8723d: Add new chip op efuse_grant() to control efuse access + - SAUCE: rtw88: 8723d: Add read_efuse to recognize efuse info from map + - SAUCE: rtw88: add legacy firmware download for 8723D devices + - SAUCE: rtw88: no need to send additional information to legacy firmware + - SAUCE: rtw88: 8723d: Add mac power-on/-off function + - SAUCE: rtw88: decompose while(1) loop of power sequence polling command + - SAUCE: rtw88: 8723d: 11N chips don't support H2C queue + - SAUCE: rtw88: 8723d: implement set_tx_power_index ops + - SAUCE: rtw88: 8723d: Organize chip TX/RX FIFO + - SAUCE: rtw88: 8723d: initialize mac/bb/rf basic functions + - SAUCE: rtw88: 8723d: Add DIG parameter + - SAUCE: rtw88: 8723d: Add query_rx_desc + - SAUCE: rtw88: 8723d: Add set_channel + - SAUCE: rtw88: handle C2H_CCX_TX_RPT to know if packet TX'ed successfully + - SAUCE: rtw88: 8723d: 11N chips don't support LDPC + - SAUCE: rtw88: set default port to firmware + - SAUCE: rtw88: update tx descriptor of mgmt and rsvd page packets + - SAUCE: rtw88: sar: add SAR of TX power limit + - SAUCE: rtw88: sar: Load static SAR table from ACPI WRDS method + - SAUCE: rtw88: sar: Load dynamic SAR table from ACPI methods + - SAUCE: rtw88: sar: apply dynamic SAR table to tx power limit + - SAUCE: rtw88: sar: add sar_work to poll if dynamic SAR table is changed + - SAUCE: rtw88: sar: dump sar information via debugfs + - SAUCE: rtw88: 8723d: Add chip_ops::false_alarm_statistics + - SAUCE: rtw88: 8723d: Set IG register for CCK rate + - SAUCE: rtw88: 8723d: add interface configurations table + - SAUCE: rtw88: 8723d: Add LC calibration + - SAUCE: rtw88: 8723d: add IQ calibration + - SAUCE: rtw88: 8723d: Add power tracking + - SAUCE: rtw88: 8723d: Add shutdown callback to disable BT USB suspend + - SAUCE: rtw88: 8723d: implement flush queue + - SAUCE: rtw88: 8723d: set ltecoex register address in chip_info + - SAUCE: rtw88: 8723d: Add coex support + - SAUCE: rtw88: fill zeros to words 0x06 and 0x07 of security cam entry + - SAUCE: rtw88: 8723d: Add 8723DE to Kconfig and Makefile + - [Config] CONFIG_RTW88_8723DE=y + + * [Ubuntu 20.04] Unset HIBERNATION and PM kernel config options for focal + (LP: #1867753) + - [Config] CONFIG_HIBERNATION=n and CONFIG_PM=n for s390x + + * [20.04 FEAT] Base KVM setup for secure guests - kernel part (LP: #1835531) + - s390/protvirt: introduce host side setup + - s390/protvirt: add ultravisor initialization + - s390/mm: provide memory management functions for protected KVM guests + - s390/mm: add (non)secure page access exceptions handlers + - s390/protvirt: Add sysfs firmware interface for Ultravisor information + - KVM: s390/interrupt: do not pin adapter interrupt pages + - KVM: s390: protvirt: Add UV debug trace + - KVM: s390: add new variants of UV CALL + - KVM: s390: protvirt: Add initial vm and cpu lifecycle handling + - KVM: s390: protvirt: Secure memory is not mergeable + - KVM: s390/mm: Make pages accessible before destroying the guest + - KVM: s390: protvirt: Handle SE notification interceptions + - KVM: s390: protvirt: Instruction emulation + - KVM: s390: protvirt: Implement interrupt injection + - KVM: s390: protvirt: Add SCLP interrupt handling + - KVM: s390: protvirt: Handle spec exception loops + - KVM: s390: protvirt: Add new gprs location handling + - KVM: S390: protvirt: Introduce instruction data area bounce buffer + - KVM: s390: protvirt: handle secure guest prefix pages + - KVM: s390/mm: handle guest unpin events + - KVM: s390: protvirt: Write sthyi data to instruction data area + - KVM: s390: protvirt: STSI handling + - KVM: s390: protvirt: disallow one_reg + - KVM: s390: protvirt: Do only reset registers that are accessible + - KVM: s390: protvirt: Only sync fmt4 registers + - KVM: s390: protvirt: Add program exception injection + - KVM: s390: protvirt: UV calls in support of diag308 0, 1 + - KVM: s390: protvirt: Report CPU state to Ultravisor + - KVM: s390: protvirt: Support cmd 5 operation state + - KVM: s390: protvirt: Mask PSW interrupt bits for interception 104 and 112 + - KVM: s390: protvirt: do not inject interrupts after start + - KVM: s390: protvirt: Add UV cpu reset calls + - DOCUMENTATION: Protected virtual machine introduction and IPL + - KVM: s390: protvirt: introduce and enable KVM_CAP_S390_PROTECTED + - KVM: s390: protvirt: Add KVM api documentation + - mm/gup/writeback: add callbacks for inaccessible pages + + * All PS/2 ports on PS/2 Serial add-in bracket are not working after S3 + (LP: #1866734) + - SAUCE: Input: i8042 - fix the selftest retry logic + + * Sys oopsed with sysfs test in ubuntu_stress_smoke_test on X-hwe ARM64 + (LP: #1866772) + - ACPI: sysfs: copy ACPI data using io memory copying + + * Miscellaneous Ubuntu changes + - hio -- remove duplicated MODULE_DEVICE_TABLE declaration + - SAUCE: r8169: disable ASPM L1.1 + - [Config] update annotations from configs + - [Config] update configs after annotation file review + - SAUCE: Revert "tools/power turbostat: Fix 32-bit capabilities warning" + + * Miscellaneous upstream changes + - drm/i915: Fix eDP DPCD aux max backlight calculations + - drm/dp: Introduce EDID-based quirks + - drm/i915: Force DPCD backlight mode on X1 Extreme 2nd Gen 4K AMOLED panel + - drm/i915: Force DPCD backlight mode for some Dell CML 2020 panels + + [ Upstream Kernel Changes ] + + * Rebase to v5.6-rc7 + + -- Andrea Righi Wed, 25 Mar 2020 18:09:13 +0100 + +linux-5.6 (5.6.0-5.5) focal; urgency=medium + + * please help enable CONFIG_EROFS_FS_ZIP (LP: #1867099) + - [Config] CONFIG_EROFS_FS_ZIP=y + - [Config] CONFIG_EROFS_FS_CLUSTER_PAGE_LIMIT=1 + + * Miscellaneous Ubuntu changes + - Config: Fix SND_HDA_PREALLOC_SIZE annotations + - Config: Fix DATA_SHIFT annotations + - Config: remove ANDROID_VSOC from annotations + - Config: remove arm arch from annotations + - Config: Update SOC_R8A7796X annotations + - Config: Update CLK_R8A7796X annotations + - update dkms package versions + - [Config] updateconfigs after rebase to 5.6-rc6 + + [ Upstream Kernel Changes ] + + * Rebase to v5.6-rc6 + + -- Andrea Righi Wed, 18 Mar 2020 17:25:30 +0100 + +linux-5.6 (5.6.0-4.4) focal; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] resync getabis + - [Packaging] update helper scripts + + * Add sysfs attribute to show remapped NVMe (LP: #1863621) + - SAUCE: ata: ahci: Add sysfs attribute to show remapped NVMe device count + + * [20.04 FEAT] Compression improvements in Linux kernel (LP: #1830208) + - [Config] Introducing s390x specific kernel config option CONFIG_ZLIB_DFLTCC + + * [UBUNTU 20.04] s390x/pci: increase CONFIG_PCI_NR_FUNCTIONS to 512 in kernel + config (LP: #1866056) + - [Config] Increase CONFIG_PCI_NR_FUNCTIONS from 64 to 512 starting with focal + on s390x + + * CONFIG_IP_MROUTE_MULTIPLE_TABLES is not set (LP: #1865332) + - [Config] CONFIG_IP_MROUTE_MULTIPLE_TABLES=y + + * [UBUNTU 20.04] Enable CONFIG_NET_SWITCHDEV in kernel config for s390x + starting with focal (LP: #1865452) + - [Config] Enable CONFIG_NET_SWITCHDEV in kernel config for s390x starting + with focal + + * Miscellaneous Ubuntu changes + - SAUCE: Revert "UBUNTU: SAUCE: blk/core: Gracefully handle unset + make_request_fn" + - [Packaging] prevent duplicated entries in modules.ignore + - update dkms package versions + - [Config] updateconfigs after rebase to 5.6-rc5 + + [ Upstream Kernel Changes ] + + * Rebase to v5.6-rc5 + + -- Andrea Righi Mon, 09 Mar 2020 09:42:06 +0100 + +linux-5.6 (5.6.0-3.3) focal; urgency=medium + + * nsleep-lat / set-timer-lat / inconsistency-check / raw_skew from timer in + ubuntu_kernel_selftests timeout on 5.3 / 5.4 (LP: #1864626) + - selftests/timers: Turn off timeout setting + + * Update kernel options CONFIG_NR_CPUS and CONFIG_NUMA_EMU for focal + (LP: #1864198) + - Ubuntu: [Config] Update kernel options CONFIG_NR_CPUS and CONFIG_NUMA_EMU + + * alsa/hda/realtek: fix a mute led regression on Lenovo X1 Carbon + (LP: #1864576) + - SAUCE: ALSA: hda/realtek - Fix a regression for mute led on Lenovo Carbon X1 + + * r8152 init may take up to 40 seconds at initialization with Dell WD19/WD19DC + during hotplug (LP: #1864284) + - UBUNTU SAUCE: r8151: check disconnect status after long sleep + + * Another Dell AIO backlight issue (LP: #1863880) + - SAUCE: platform/x86: dell-uart-backlight: move retry block + + * Backport GetFB2 ioctl (LP: #1863874) + - SAUCE: drm: Add getfb2 ioctl + + * Focal Fossa (20.04) feature request - Enable CONFIG_X86_UV (LP: #1863810) + - [Config] CONFIG_X86_UV=y + + * Miscellaneous Ubuntu changes + - debian: remove snapdragon config, rules and flavour + - remove snapdragon abi files + - update dkms package versions + - [Config] updateconfigs after rebase to 5.6-rc4 + + * Miscellaneous upstream changes + - updateconfigs following snapdragon removal + + [ Upstream Kernel Changes ] + + * Rebase to v5.6-rc4 + + -- Andrea Righi Wed, 04 Mar 2020 08:21:10 +0100 + +linux-5.6 (5.6.0-2.2) focal; urgency=medium + + * Sometimes can't adjust brightness on Dell AIO (LP: #1862885) + - SAUCE: platform/x86: dell-uart-backlight: increase retry times + + * Dell XPS 13 (7390) Display Flickering - 19.10 (LP: #1849947) + - SAUCE: drm/i915: Disable PSR by default on all platforms + + * Miscellaneous Ubuntu changes + - [debian] ignore missing wireguard module + - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err(). + - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down + - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot + mode + - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode + - SAUCE: (lockdown) s390: Lock down the kernel when the IPL secure flag is set + - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature + verify + - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot + - SAUCE: (lockdown) security: lockdown: Make + CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic + - [Config] CONFIG_LOCK_DOWN_IN_SECURE_BOOT=y + - update dkms package versions + - [Config] updateconfigs after rebase to 5.6-rc3 + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: (lockdown) s390/ipl: lockdown kernel when booted + secure" + - Revert "UBUNTU: SAUCE: (lockdown) KEYS: Make use of platform keyring for + module signature verify" + - Revert "UBUNTU: SAUCE: (lockdown) Add a SysRq option to lift kernel + lockdown" + - Revert "UBUNTU: SAUCE: (lockdown) security: lockdown: expose a hook to lock + the kernel down" + - Revert "UBUNTU: SAUCE: (lockdown) Add efi_status_to_str() and rework + efi_status_to_err()." + + -- Andrea Righi Mon, 24 Feb 2020 18:57:22 +0100 + +linux-5.6 (5.6.0-1.1) focal; urgency=medium + + * Integrate Intel SGX driver into linux-azure (LP: #1844245) + - [Packaging] Add systemd service to load intel_sgx + + * QAT drivers for C3XXX and C62X not included as modules (LP: #1845959) + - [Config] CRYPTO_DEV_QAT_C3XXX=m, CRYPTO_DEV_QAT_C62X=m and + CRYPTO_DEV_QAT_DH895xCC=m + + * 5.4.0-11 crash on cryptsetup open (LP: #1860231) + - SAUCE: blk/core: Gracefully handle unset make_request_fn + + * multi-zone raid0 corruption (LP: #1850540) + - SAUCE: md/raid0: Use kernel specific layout + + * Miscellaneous Ubuntu changes + - update dkms package versions + - update dropped.txt after rebase to v5.6-rc1 + - [Config] updateconfigs after rebase to 5.6-rc1 + - hio -- proc_create() requires a "struct proc_ops" in 5.6 + - SAUCE: arm: fix build error in kvm tracepoint + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Config] Disable the uselib system call" + - Revert "UBUNTU: [Config] Disable legacy PTY naming" + - Revert "UBUNTU: [Config] Enforce filtered access to iomem" + - Revert "UBUNTU: [Config] Enable notifier call chain validations" + - Revert "UBUNTU: [Config] Enable scatterlist validation" + - Revert "UBUNTU: [Config] Enable cred sanity checks" + - Revert "UBUNTU: [Config] Enable linked list manipulation checks" + + [ Upstream Kernel Changes ] + + * Rebase to v5.6-rc1 + + -- Andrea Righi Thu, 13 Feb 2020 17:20:27 +0100 + +linux-5.6 (5.6.0-0.0) focal; urgency=medium + + * Dummy entry + + -- Andrea Righi Mon, 10 Feb 2020 11:06:18 +0100 + +linux-5.5 (5.5.0-7.8) focal; urgency=medium + + * CONFIG_USELIB should be disabled (LP: #1855341) + - [Config] Disable the uselib system call + + * CONFIG_LEGACY_PTYS should be disabled (LP: #1855339) + - [Config] Disable legacy PTY naming + + * CONFIG_IO_STRICT_DEVMEM should be enabled (LP: #1855338) + - [Config] Enforce filtered access to iomem + + * CONFIG_DEBUG_NOTIFIERS should be enabled (LP: #1855337) + - [Config] Enable notifier call chain validations + + * CONFIG_DEBUG_SG should be enabled (LP: #1855336) + - [Config] Enable scatterlist validation + + * CONFIG_DEBUG_CREDENTIALS should be enabled (LP: #1855335) + - [Config] Enable cred sanity checks + + * CONFIG_DEBUG_LIST should be enabled (LP: #1855334) + - [Config] Enable linked list manipulation checks + + * shiftfs: prevent lower dentries from going negative during unlink + (LP: #1860041) + - SAUCE: shiftfs: prevent lower dentries from going negative during unlink + + * [SRU][B/OEM-B/OEM-OSP1/D/E/Unstable] UBUNTU: SAUCE: Use native backlight on + Lenovo E41-25/45 (LP: #1859561) + - SAUCE: ACPI: video: Use native backlight on Lenovo E41-25/45 + + * USB key cannot be detected by hotplug on Sunix USB Type-A 3.1 Gen 2 card + [1b21:2142] (LP: #1858988) + - SAUCE: PCI: Avoid ASMedia XHCI USB PME# from D0 defect + + * Dell AIO can't adjust brightness (LP: #1858761) + - SAUCE: platform/x86: dell-uart-backlight: add retry for get scalar status + + * Miscellaneous Ubuntu changes + - [Config] Fix typo in annotations file + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.5 + + -- Andrea Righi Mon, 27 Jan 2020 11:39:38 +0100 + +linux-5.5 (5.5.0-6.7) focal; urgency=medium + + * Miscellaneous Ubuntu changes + - [Packaging] Update ubuntu-regression-suite dependency to python2 + - [Packaging] Fix ubuntu-regression-suite python dependency for hwe kernel + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.5-rc7 + + -- Andrea Righi Mon, 20 Jan 2020 10:16:01 +0100 + +linux-5.5 (5.5.0-5.6) focal; urgency=medium + + * Miscellaneous Ubuntu changes + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.5-rc6 + + -- Andrea Righi Mon, 13 Jan 2020 15:50:12 +0100 + +linux-5.5 (5.5.0-4.5) focal; urgency=medium + + * linux build and autopkg tests need to use python2 instead of python + (LP: #1858487) + - [Packaging] Remove python-dev build dependency + + -- Andrea Righi Wed, 08 Jan 2020 16:00:26 +0100 + +linux-5.5 (5.5.0-3.4) focal; urgency=medium + + * [SRU][B/OEM-B/OEM-OSP1/D/E/F] Add LG I2C touchscreen multitouch support + (LP: #1857541) + - SAUCE: HID: multitouch: Add LG MELF0410 I2C touchscreen support + + * Make vfio-pci built-in or xhci_hcd optional (LP: #1770845) + - [Config]: built-in VFIO_PCI for amd64 + + * multi-zone raid0 corruption (LP: #1850540) + - SAUCE: md/raid0: Link to wiki with guidance on multi-zone RAID0 layout + migration + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + + * Miscellaneous Ubuntu changes + - [Packaging] Change source package to linux-5.5 + - [Packaging] Don't use SRCPKGNAME for linux-libc-dev + - [Packaging] Remove linux-source-3 Provides: from linux-source + - [Packaging] Fix linux-doc in linux-image Suggests: + - [Debian] Read variants list into a variable + - [Packaging] Generate linux-libc-dev package only for primary variant + - [Packaging] Generate linux-doc for only the primary variant + - [Debian] Update linux source package name in debian/tests/* + - update dkms package versions + - [Config] updateconfigs after rebase to 5.5-rc3 + - [Config] disable PCI_MESON + - [Config] Add pinctrl-equilibrium to modules.ignore + + [ Upstream Kernel Changes ] + + * Rebase to v5.5-rc5 + + -- Andrea Righi Wed, 08 Jan 2020 11:28:43 +0100 + +linux-5.5 (5.5.0-2.3) focal; urgency=medium + + * Empty entry. + + -- Seth Forshee Tue, 17 Dec 2019 22:33:59 -0600 + +linux (5.5.0-2.3) focal; urgency=medium + + * Support DPCD aux brightness control (LP: #1856134) + - SAUCE: drm/i915: Fix eDP DPCD aux max backlight calculations + - SAUCE: drm/i915: Assume 100% brightness when not in DPCD control mode + - SAUCE: drm/i915: Fix DPCD register order in intel_dp_aux_enable_backlight() + - SAUCE: drm/i915: Auto detect DPCD backlight support by default + - SAUCE: drm/i915: Force DPCD backlight mode on X1 Extreme 2nd Gen 4K AMOLED + panel + - USUNTU: SAUCE: drm/i915: Force DPCD backlight mode on Dell Precision 4K sku + + * change kconfig of the soundwire bus driver from y to m (LP: #1855685) + - [Config]: SOUNDWIRE=m + + * Fix unusable USB hub on Dell TB16 after S3 (LP: #1855312) + - SAUCE: USB: core: Make port power cycle a seperate helper function + - SAUCE: USB: core: Attempt power cycle port when it's in eSS.Disabled state + + * Miscellaneous Ubuntu changes + - [Debian] add python depends to ubuntu-regression-suite + - SAUCE: selftests: net: tls: remove recv_rcvbuf test + - update dkms package versions + + * Miscellaneous upstream changes + - [Config] updateconfigs after rebase to 5.5-rc2 + + -- Andrea Righi Tue, 17 Dec 2019 16:02:43 +0100 + +linux (5.5.0-1.2) focal; urgency=medium + + * Miscellaneous Ubuntu changes + - [Config] disable nvidia dkms build + - [Config] disable virtualbox dkms build + - [Config] disable zfs dkms build + - update dropped.txt after rebase to v5.5-rc1 + - SAUCE: (lockdown) Make get_cert_list() not complain about cert lists that + aren't present. + - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err(). + - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to print + error messages. + - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down + - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot + mode + - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode + - SAUCE: (lockdown) Add a SysRq option to lift kernel lockdown + - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature + verify + - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot + - SAUCE: (lockdown) security: lockdown: Make + CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic + - SAUCE: (lockdown) s390/ipl: lockdown kernel when booted secure + - [Config] Enable lockdown under secure boot + - update dkms package versions + + -- Andrea Righi Thu, 12 Dec 2019 16:54:41 +0100 + +linux (5.5.0-0.1) focal; urgency=medium + + * Miscellaneous Ubuntu changes + - [Config] updateconfigs after rebase to 5.5-rc1 + + [ Upstream Kernel Changes ] + + * Rebase to v5.5-rc1 + + -- Andrea Righi Mon, 09 Dec 2019 19:03:35 +0100 + +linux (5.5.0-0.0) focal; urgency=medium + + * Dummy entry. + + -- Andrea Righi Mon, 09 Dec 2019 15:14:37 +0100 + +linux (5.4.0-8.11) focal; urgency=medium + + * focal/linux: 5.4.0-8.9 -proposed tracker (LP: #1855448) + + * update ENA driver for DIMLIB dynamic interrupt moderation (LP: #1853180) + - SAUCE: net: ena: fix issues in setting interrupt moderation params in + ethtool + - SAUCE: net: ena: fix too long default tx interrupt moderation interval + + * Kernel build log filled with "/bin/bash: line 5: warning: command + substitution: ignored null byte in input" (LP: #1853843) + - [Debian] Fix warnings when checking for modules signatures + + * hwe-edge kernel 5.3.0-23.25 kernel does not boot on Precision 5720 AIO + (LP: #1852581) + - [Packaging] Fix module signing with older modinfo + + * Fix MST support on Ice Lake (LP: #1854432) + - drm/i915: fix port checks for MST support on gen >= 11 + + * headphone has noise as not mute on dell machines with alc236/256 + (LP: #1854401) + - SAUCE: ALSA: hda/realtek - Dell headphone has noise on unmute for ALC236 + + * [CML-S62] Need enable intel_pmc_core driver patch for Comet lake- S 6+2 + (LP: #1847450) + - SAUCE: platform/x86: intel_pmc_core: Add Comet Lake (CML) platform support + to intel_pmc_core driver + + * CVE-2019-14901 + - SAUCE: mwifiex: Fix heap overflow in mmwifiex_process_tdls_action_frame() + + * CVE-2019-14896 // CVE-2019-14897 + - SAUCE: libertas: Fix two buffer overflows at parsing bss descriptor + + * CVE-2019-14895 + - SAUCE: mwifiex: fix possible heap overflow in mwifiex_process_country_ie() + + * [CML-S62] Need enable intel_rapl patch support for Comet lake- S 6+2 + (LP: #1847454) + - powercap/intel_rapl: add support for CometLake Mobile + - powercap/intel_rapl: add support for Cometlake desktop + + * External microphone can't work on some dell machines with the codec alc256 + or alc236 (LP: #1853791) + - SAUCE: ALSA: hda/realtek - Move some alc256 pintbls to fallback table + - SAUCE: ALSA: hda/realtek - Move some alc236 pintbls to fallback table + + * remount of multilower moved pivoted-root overlayfs root, results in I/O + errors on some modified files (LP: #1824407) + - SAUCE: ovl: fix lookup failure on multi lower squashfs + + * [CML-S62] Need enable turbostat patch support for Comet lake- S 6+2 + (LP: #1847451) + - SAUCE: tools/power turbostat: Add Cometlake support + + * CONFIG_ARCH_ROCKCHIP is not set in ubuntu 18.04 aarch64,arm64 (LP: #1825222) + - [Config] Enable ROCKCHIP support for arm64 + + * [broadwell-rt286, playback] Since Linux 5.2rc2 audio playback no longer + works on Dell Venue 11 Pro 7140 (LP: #1846539) + - SAUCE: ASoC: SOF: Intel: Broadwell: clarify mutual exclusion with legacy + driver + + * i40e: general protection fault in i40e_config_vf_promiscuous_mode + (LP: #1852663) + - SAUCE: i40e Fix GPF when deleting VMs + + * libbpf check_abi fails on ppc64el (LP: #1854974) + - libbpf: Fix readelf output parsing on powerpc with recent binutils + + * CVE-2019-19050 + - crypto: user - fix memory leak in crypto_reportstat + + * Make hotplugging docking station to Thunderbolt port more reliable + (LP: #1853991) + - PCI/PM: Add pcie_wait_for_link_delay() + - PCI/PM: Add missing link delays required by the PCIe spec + + * i915: Display flickers (monitor loses signal briefly) during "flickerfree" + boot, while showing the BIOS logo on a black background (LP: #1836858) + - [Config] FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER=y + + * [CML] New device id's for CMP-H (LP: #1846335) + - i2c: i801: Add support for Intel Comet Lake PCH-H + - mtd: spi-nor: intel-spi: Add support for Intel Comet Lake-H SPI serial flash + - mfd: intel-lpss: Add Intel Comet Lake PCH-H PCI IDs + + * Focal update: v5.4.2 upstream stable release (LP: #1855326) + - io_uring: async workers should inherit the user creds + - net: separate out the msghdr copy from ___sys_{send,recv}msg() + - net: disallow ancillary data for __sys_{send,recv}msg_file() + - crypto: inside-secure - Fix stability issue with Macchiatobin + - driver core: platform: use the correct callback type for bus_find_device + - usb: dwc2: use a longer core rest timeout in dwc2_core_reset() + - staging: wilc1000: fix illegal memory access in wilc_parse_join_bss_param() + - staging: rtl8192e: fix potential use after free + - staging: rtl8723bs: Drop ACPI device ids + - staging: rtl8723bs: Add 024c:0525 to the list of SDIO device-ids + - USB: serial: ftdi_sio: add device IDs for U-Blox C099-F9P + - mei: bus: prefix device names on bus with the bus name + - mei: me: add comet point V device id + - thunderbolt: Power cycle the router if NVM authentication fails + - x86/fpu: Don't cache access to fpu_fpregs_owner_ctx + - gve: Fix the queue page list allocated pages count + - macvlan: schedule bc_work even if error + - mdio_bus: don't use managed reset-controller + - net: dsa: sja1105: fix sja1105_parse_rgmii_delays() + - net: macb: add missed tasklet_kill + - net: psample: fix skb_over_panic + - net: sched: fix `tc -s class show` no bstats on class with nolock subqueues + - openvswitch: fix flow command message size + - sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcook + - slip: Fix use-after-free Read in slip_open + - sctp: cache netns in sctp_ep_common + - openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info() + - openvswitch: remove another BUG_ON() + - net/tls: take into account that bpf_exec_tx_verdict() may free the record + - net/tls: free the record on encryption error + - net: skmsg: fix TLS 1.3 crash with full sk_msg + - selftests/tls: add a test for fragmented messages + - net/tls: remove the dead inplace_crypto code + - net/tls: use sg_next() to walk sg entries + - selftests: bpf: test_sockmap: handle file creation failures gracefully + - selftests: bpf: correct perror strings + - tipc: fix link name length check + - selftests: pmtu: use -oneline for ip route list cache + - r8169: fix jumbo configuration for RTL8168evl + - r8169: fix resume on cable plug-in + - ext4: add more paranoia checking in ext4_expand_extra_isize handling + - Revert "jffs2: Fix possible null-pointer dereferences in + jffs2_add_frag_to_fragtree()" + - crypto: talitos - Fix build error by selecting LIB_DES + - HID: core: check whether Usage Page item is after Usage ID items + - platform/x86: hp-wmi: Fix ACPI errors caused by too small buffer + - platform/x86: hp-wmi: Fix ACPI errors caused by passing 0 as input size + - Linux 5.4.2 + + * no HDMI video output since GDM greeter after linux-oem-osp1 version + 5.0.0-1026 (LP: #1852386) + - drm/i915: Add new CNL PCH ID seen on a CML platform + - SAUCE: drm/i915: Fix detection for a CMP-V PCH + + * Please add patch fixing RK818 ID detection (LP: #1853192) + - SAUCE: mfd: rk808: Fix RK818 ID template + + * Raydium Touchscreen on ThinkPad L390 does not work (LP: #1849721) + - HID: i2c-hid: fix no irq after reset on raydium 3118 + + * Touchpad doesn't work on Dell Inspiron 7000 2-in-1 (LP: #1851901) + - Revert "UBUNTU: SAUCE: mfd: intel-lpss: add quirk for Dell XPS 13 7390 + 2-in-1" + - lib: devres: add a helper function for ioremap_uc + - mfd: intel-lpss: Use devm_ioremap_uc for MMIO + + * Lenovo dock MAC Address pass through doesn't work in Ubuntu (LP: #1827961) + - r8152: Add macpassthru support for ThinkPad Thunderbolt 3 Dock Gen 2 + + * Disable unreliable HPET on CFL-H system (LP: #1852216) + - SAUCE: x86/intel: Disable HPET on Intel Coffe Lake H platforms + + * Miscellaneous Ubuntu changes + - update dkms package versions + - [Config] Enable virtualbox dkms build + - [Config] update annotations to match current configs + - SAUCE: Add exfat module to signature inclusion list + + * Miscellaneous upstream changes + - Bluetooth: Fix invalid-free in bcsp_close() + - ath9k_hw: fix uninitialized variable data + - ath10k: Fix a NULL-ptr-deref bug in ath10k_usb_alloc_urb_from_pipe + - ath10k: Fix HOST capability QMI incompatibility + - ath10k: restore QCA9880-AR1A (v1) detection + - Revert "Bluetooth: hci_ll: set operational frequency earlier" + - Revert "dm crypt: use WQ_HIGHPRI for the IO and crypt workqueues" + - md/raid10: prevent access of uninitialized resync_pages offset + - x86/insn: Fix awk regexp warnings + - x86/speculation: Fix incorrect MDS/TAA mitigation status + - x86/speculation: Fix redundant MDS mitigation message + - nbd: prevent memory leak + - x86/stackframe/32: Repair 32-bit Xen PV + - x86/xen/32: Make xen_iret_crit_fixup() independent of frame layout + - x86/xen/32: Simplify ring check in xen_iret_crit_fixup() + - x86/doublefault/32: Fix stack canaries in the double fault handler + - x86/pti/32: Size initial_page_table correctly + - x86/cpu_entry_area: Add guard page for entry stack on 32bit + - x86/entry/32: Fix IRET exception + - x86/entry/32: Use %ss segment where required + - x86/entry/32: Move FIXUP_FRAME after pushing %fs in SAVE_ALL + - x86/entry/32: Unwind the ESPFIX stack earlier on exception entry + - x86/entry/32: Fix NMI vs ESPFIX + - selftests/x86/mov_ss_trap: Fix the SYSENTER test + - selftests/x86/sigreturn/32: Invalidate DS and ES when abusing the kernel + - x86/pti/32: Calculate the various PTI cpu_entry_area sizes correctly, make + the CPU_ENTRY_AREA_PAGES assert precise + - x86/entry/32: Fix FIXUP_ESPFIX_STACK with user CR3 + - futex: Prevent robust futex exit race + - ALSA: usb-audio: Fix NULL dereference at parsing BADD + - ALSA: usb-audio: Fix Scarlett 6i6 Gen 2 port data + - media: vivid: Set vid_cap_streaming and vid_out_streaming to true + - media: vivid: Fix wrong locking that causes race conditions on streaming + stop + - media: usbvision: Fix invalid accesses after device disconnect + - media: usbvision: Fix races among open, close, and disconnect + - cpufreq: Add NULL checks to show() and store() methods of cpufreq + - futex: Move futex exit handling into futex code + - futex: Replace PF_EXITPIDONE with a state + - exit/exec: Seperate mm_release() + - futex: Split futex_mm_release() for exit/exec + - futex: Set task::futex_state to DEAD right after handling futex exit + - futex: Mark the begin of futex exit explicitly + - futex: Sanitize exit state handling + - futex: Provide state handling for exec() as well + - futex: Add mutex around futex exit + - futex: Provide distinct return value when owner is exiting + - futex: Prevent exit livelock + - media: uvcvideo: Fix error path in control parsing failure + - media: b2c2-flexcop-usb: add sanity checking + - media: cxusb: detect cxusb_ctrl_msg error in query + - media: imon: invalid dereference in imon_touch_event + - media: mceusb: fix out of bounds read in MCE receiver buffer + - ALSA: hda - Disable audio component for legacy Nvidia HDMI codecs + - USBIP: add config dependency for SGL_ALLOC + - usbip: tools: fix fd leakage in the function of read_attr_usbip_status + - usbip: Fix uninitialized symbol 'nents' in stub_recv_cmd_submit() + - usb-serial: cp201x: support Mark-10 digital force gauge + - USB: chaoskey: fix error case of a timeout + - appledisplay: fix error handling in the scheduled work + - USB: serial: mos7840: add USB ID to support Moxa UPort 2210 + - USB: serial: mos7720: fix remote wakeup + - USB: serial: mos7840: fix remote wakeup + - USB: serial: option: add support for DW5821e with eSIM support + - USB: serial: option: add support for Foxconn T77W968 LTE modules + - staging: comedi: usbduxfast: usbduxfast_ai_cmdtest rounding error + - powerpc/book3s64: Fix link stack flush on context switch + - KVM: PPC: Book3S HV: Flush link stack on guest exit to host kernel + - Linux 5.4.1 + + -- Seth Forshee Fri, 06 Dec 2019 15:53:53 -0600 + +linux (5.4.0-7.8) focal; urgency=medium + + * Miscellaneous Ubuntu changes + - SAUCE: selftests/bpf: Comment out BPF_CORE_READ's which cause clang to + segfault + - Update nvidia-430 to nvidia-440 + - [Config] Enable nvidia dkms build + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.4 + + -- Andrea Righi Mon, 25 Nov 2019 15:02:30 +0100 + +linux (5.4.0-6.7) focal; urgency=medium + + * Miscellaneous Ubuntu changes + - update dkms package versions + - [Config] updateconfigs after rebase to 5.4-rc8 + + [ Upstream Kernel Changes ] + + * Rebase to v5.4-rc7 + + -- Andrea Righi Mon, 18 Nov 2019 12:08:01 +0100 + +linux (5.4.0-5.6) focal; urgency=medium + + * refcount underflow and type confusion in shiftfs (LP: #1850867) // + CVE-2019-15793 + - SAUCE: shiftfs: Correct id translation for lower fs operations + + * refcount underflow and type confusion in shiftfs (LP: #1850867) // + CVE-2019-15792 + - SAUCE: shiftfs: prevent type confusion + + * refcount underflow and type confusion in shiftfs (LP: #1850867) // + CVE-2019-15791 + - SAUCE: shiftfs: Fix refcount underflow in btrfs ioctl handling + + * Some EFI systems fail to boot in efi_init() when booted via maas + (LP: #1851810) + - SAUCE: efi: efi_get_memory_map -- increase map headroom + + * seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE test (LP: #1849281) + - SAUCE: seccomp: rework define for SECCOMP_USER_NOTIF_FLAG_CONTINUE + - SAUCE: seccomp: avoid overflow in implicit constant conversion + + * dkms artifacts may expire from the pool (LP: #1850958) + - [Packaging] dkms -- try launchpad librarian for pool downloads + - [Packaging] dkms -- dkms-build quieten wget verbiage + + * tsc marked unstable after entered PC10 on Intel CoffeeLake (LP: #1840239) + - SAUCE: x86/intel: Disable HPET on Intel Coffe Lake platforms + - SAUCE: x86/intel: Disable HPET on Intel Ice Lake platforms + + * shiftfs: prevent exceeding project quotas (LP: #1849483) + - SAUCE: shiftfs: drop CAP_SYS_RESOURCE from effective capabilities + + * shiftfs: fix fallocate() (LP: #1849482) + - SAUCE: shiftfs: setup correct s_maxbytes limit + + * The alsa hda driver is not loaded due to the missing of PCIID for Comet + Lake-S [8086:a3f0] (LP: #1852070) + - SAUCE: ALSA: hda: Add Cometlake-S PCI ID + + * Can't adjust brightness on DELL UHD dGPU AIO (LP: #1813877) + - SAUCE: platform/x86: dell-uart-backlight: add missing status command + - SAUCE: platform/x86: dell-uart-backlight: load driver by scalar status + - SAUCE: platform/x86: dell-uart-backlight: add force parameter + - SAUCE: platform/x86: dell-uart-backlight: add quirk for old platforms + + * s_iflags overlap prevents unprivileged overlayfs mounts (LP: #1851677) + - SAUCE: fs: Move SB_I_NOSUID to the top of s_iflags + + * ubuntu-aufs-modified mmap_region() breaks refcounting in overlayfs/shiftfs + error path (LP: #1850994) // CVE-2019-15794 + - SAUCE: shiftfs: Restore vm_file value when lower fs mmap fails + - SAUCE: ovl: Restore vm_file value when lower fs mmap fails + + * Miscellaneous Ubuntu changes + - [Debian] Convert update-aufs.sh to use aufs5 + - SAUCE: import aufs driver + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.4-rc7 + + -- Seth Forshee Wed, 13 Nov 2019 11:56:35 -0800 + +linux (5.4.0-4.5) focal; urgency=medium + + * High power consumption using 5.0.0-25-generic (LP: #1840835) + - PCI: Add a helper to check Power Resource Requirements _PR3 existence + - ALSA: hda: Allow HDA to be runtime suspended when dGPU is not bound to a + driver + - PCI: Fix missing inline for pci_pr3_present() + + * Fix signing of staging modules in eoan (LP: #1850234) + - [Packaging] Leave unsigned modules unsigned after adding .gnu_debuglink + + * [20.04 FEAT] Set Architecture Level (ALS) to z13 (LP: #1837525) + - [Config] s390x bump march to z13, with tune to z15 + + * Miscellaneous Ubuntu changes + - [Debian]: do not skip tests for linux-hwe-edge + - update dkms package versions + - [Config] re-enable zfs + - [Config] rename module virtio_fs to virtiofs + + [ Upstream Kernel Changes ] + + * Rebase to v5.4-rc6 + + -- Andrea Righi Mon, 04 Nov 2019 15:12:02 +0100 + +linux (5.4.0-3.4) focal; urgency=medium + + * seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE test (LP: #1849281) + - SAUCE: seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE test + + * cloudimg: no iavf/i40evf module so no network available with SR-IOV enabled + cloud (LP: #1848481) + - [Packaging] include iavf/i40evf in generic + + * CVE-2019-17666 + - SAUCE: rtlwifi: Fix potential overflow on P2P code + + * Change Config Option CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE for s390x from yes + to no (LP: #1848492) + - [Config] Change Config Option CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE for s390x + from yes to no + + * Add Intel Comet Lake ethernet support (LP: #1848555) + - SAUCE: e1000e: Add support for Comet Lake + + * seccomp: add SECCOMP_USER_NOTIF_FLAG_CONTINUE (LP: #1847744) + - SAUCE: seccomp: add SECCOMP_USER_NOTIF_FLAG_CONTINUE + - SAUCE: seccomp: test SECCOMP_USER_NOTIF_FLAG_CONTINUE + + * drm/i915: Fix the issue of "azx_get_response timeout" for hdmi audio on ICL + platforms (LP: #1847192) + - SAUCE: drm/i915: Fix audio power up sequence for gen10+ display + - SAUCE: drm/i915: extend audio CDCLK>=2*BCLK constraint to more platforms + + * PM / hibernate: fix potential memory corruption (LP: #1847118) + - SAUCE: PM / hibernate: memory_bm_find_bit -- tighten node optimisation + + * [regression] NoNewPrivileges incompatible with Apparmor (LP: #1844186) + - SAUCE: apparmor: fix nnp subset test for unconfined + + * overlayfs: allow with shiftfs as underlay (LP: #1846272) + - SAUCE: overlayfs: allow with shiftfs as underlay + + * eoan: alsa/sof: Enable SOF_HDA link and codec (LP: #1848490) + - [Config] Fix SOF Kconfig options + + * linux won't build when new virtualbox version is present on the archive + (LP: #1848788) + - [Packaging]: download virtualbox from sources + + * Miscellaneous Ubuntu changes + - [Config] update annotations from configs + - [Config] updateconfigs after rebase to 5.4-rc5 + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.4-rc5 + + -- Seth Forshee Tue, 29 Oct 2019 12:01:27 -0500 + +linux (5.4.0-2.3) eoan; urgency=medium + + * Add installer support for iwlmvm adapters (LP: #1848236) + - d-i: Add iwlmvm to nic-modules + + * shiftfs: rework how shiftfs opens files (LP: #1846265) + - SAUCE: shiftfs: rework how shiftfs opens files + + * Miscellaneous Ubuntu changes + - update dkms package versions + - [Config] updateconfigs after rebase to 5.4-rc4 + + [ Upstream Kernel Changes ] + + * Rebase to v5.4-rc4 + + -- Andrea Righi Mon, 21 Oct 2019 17:31:26 +0200 + +linux (5.4.0-1.2) eoan; urgency=medium + + * Miscellaneous Ubuntu changes + - update dkms package versions + - [Config] updateconfigs after rebase to 5.4-rc3 + - [Config] add flexfb, fbtft_device and rio500 to modules.ignore + - [Config] amd64: ignore fbtft and all dependent modules + + [ Upstream Kernel Changes ] + + * Rebase to v5.4-rc3 + + -- Andrea Righi Mon, 14 Oct 2019 19:48:52 +0200 + +linux (5.4.0-0.1) eoan; urgency=medium + + * Enable the Dragonboards out of Eoan/master arm64 kernel (LP: #1846704) + - [Packaging] arm64: snapdragon: introduce a snapdragon flavour + - [Packaging] arm64: snapdragon: switch kernel format to Image + - [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8916=y + - [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8994=y + - [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8996=y + - [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8998=y + - [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_RPMH=y + - [Config] arm64: snapdragon: CONFIG_QCOM_BAM_DMA=y + - [Config] arm64: snapdragon: CONFIG_QCOM_HIDMA_MGMT=y + - [Config] arm64: snapdragon: CONFIG_QCOM_HIDMA=y + - [Config] arm64: snapdragon: CONFIG_COMMON_CLK_QCOM=y + - [Config] arm64: snapdragon: CONFIG_QCOM_CLK_RPMH=y + - [Config] arm64: snapdragon: CONFIG_MSM_GCC_8916=y + - [Config] arm64: snapdragon: CONFIG_MSM_GCC_8994=y + - [Config] arm64: snapdragon: CONFIG_MSM_MMCC_8996=y + - [Config] arm64: snapdragon: CONFIG_MSM_GCC_8998=y + - [Config] arm64: snapdragon: CONFIG_HWSPINLOCK_QCOM=y + - [Config] arm64: snapdragon: CONFIG_QCOM_APCS_IPC=y + - [Config] arm64: snapdragon: CONFIG_RPMSG_QCOM_GLINK_RPM=y + - [Config] arm64: snapdragon: CONFIG_QCOM_GENI_SE=y + - [Config] arm64: snapdragon: CONFIG_QCOM_SMEM=y + - [Config] arm64: snapdragon: CONFIG_QCOM_SMD_RPM=y + - [Config] arm64: snapdragon: CONFIG_QCOM_SMP2P=y + - [Config] arm64: snapdragon: CONFIG_QCOM_SMSM=y + - [Config] arm64: snapdragon: CONFIG_QCOM_QFPROM=y + - [Config] arm64: snapdragon: CONFIG_SERIAL_QCOM_GENI=y + - [Config] arm64: snapdragon: CONFIG_QCOM_TSENS=y + - [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_SMD_RPM=y + - [Config] arm64: snapdragon: CONFIG_QCOM_CLK_SMD_RPM=y + - [Config] arm64: snapdragon: CONFIG_RPMSG_QCOM_SMD=y + - [Config] arm64: snapdragon: CONFIG_MFD_QCOM_RPM=y + - [Config] arm64: snapdragon: CONFIG_SCSI_UFSHCD=y + - [Config] arm64: snapdragon: CONFIG_SCSI_UFSHCD_PLATFORM=y + - [Config] arm64: snapdragon: CONFIG_SCSI_UFS_HISI=y + - [Config] arm64: snapdragon: CONFIG_MMC_SDHCI=y + - [Config] arm64: snapdragon: CONFIG_MMC_SDHCI_PLTFM=y + - [Config] arm64: snapdragon: CONFIG_MMC_SDHCI_MSM=y + - [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_SPMI=y + - [Config] arm64: snapdragon: CONFIG_PINCTRL_QCOM_SPMI_PMIC=y + - [Config] arm64: snapdragon: CONFIG_PHY_QCOM_USB_HS=y + - [Config] arm64: snapdragon: CONFIG_PHY_QCOM_QMP=y + - [Config] arm64: snapdragon: CONFIG_PHY_QCOM_UFS=y + - [Config] arm64: snapdragon: CONFIG_PHY_QCOM_USB_HSIC=y + - [Config] arm64: snapdragon: CONFIG_USB_CHIPIDEA_OF=y + - [Config] arm64: snapdragon: CONFIG_USB_EHCI_HCD_PLATFORM=y + - [Config] arm64: snapdragon: CONFIG_EXTCON_USB_GPIO=y + - [Config] arm64: snapdragon: CONFIG_REGULATOR_FIXED_VOLTAGE=y + - [Config] arm64: snapdragon: CONFIG_LEDS_GPIO=y + - [Config] arm64: snapdragon: CONFIG_USB_HSIC_USB3503=y + - [Config] arm64: snapdragon: CONFIG_USB_NET_DRIVERS=y + - [Config] arm64: snapdragon: CONFIG_USB_OTG=y + - [Config] arm64: snapdragon: CONFIG_USB_XHCI_PLATFORM=y + - [Config] arm64: snapdragon: CONFIG_USB_OHCI_HCD_PLATFORM=y + - [Config] arm64: snapdragon: CONFIG_USB_MUSB_HDRC=y + - [Config] arm64: snapdragon: CONFIG_USB_DWC3=y + - [Config] arm64: snapdragon: CONFIG_USB_DWC3_PCI=y + - [Config] arm64: snapdragon: CONFIG_USB_DWC3_OF_SIMPLE=y + - [Config] arm64: snapdragon: CONFIG_USB_DWC3_QCOM=y + - [Config] arm64: snapdragon: CONFIG_LEDS_PWM=y + - [Config] arm64: snapdragon: CONFIG_LEDS_TRIGGER_HEARTBEAT=y + - [Config] arm64: snapdragon: CONFIG_LEDS_TRIGGER_DEFAULT_ON=y + - [Config] arm64: snapdragon: CONFIG_QCOM_A53PLL=y + - [Config] arm64: snapdragon: CONFIG_QCOM_CLK_APCS_MSM8916=y + - [Config] arm64: snapdragon: CONFIG_NLS_ISO8859_1=y + - [Config] arm64: snapdragon: CONFIG_USB_USBNET=y + - [Config] arm64: snapdragon: CONFIG_CRYPTO_DEV_QCOM_RNG=y + - [Config] arm64: snapdragon: CONFIG_POWER_RESET_QCOM_PON=y + - [Config] arm64: snapdragon: CONFIG_INPUT_PM8941_PWRKEY=y + - [Config] arm64: snapdragon: CONFIG_KEYBOARD_GPIO=y + - [Config] arm64: snapdragon: CONFIG_RTC_DRV_PM8XXX=y + + * Miscellaneous Ubuntu changes + - [Config] updateconfigs after rebase to 5.4-rc2 + - SAUCE: (lockdown) Make get_cert_list() not complain about cert lists that + aren't present. + - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err(). + - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to print + error messages. + - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down + - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot + mode + - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode + - SAUCE: (lockdown) Add a SysRq option to lift kernel lockdown + - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature + verify + - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot + - SAUCE: (lockdown) security: lockdown: Make + CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic + - SAUCE: (lockdown) s390/ipl: lockdown kernel when booted secure + - [Config] Enable lockdown under secure boot + - SAUCE: import aufs driver + - SAUCE: aufs: rwsem owner changed to atmoic_long_t in 5.3 + - SAUCE: aufs: add "WITH Linux-syscall-note" to SPDX tag of uapi headers + - [Config] enable aufs + - update dkms package versions + - [Config] disable zfs + - [Config] disable nvidia dkms build + - [Config] disable virtualbox dkms build + - [Debian] Generate stub reconstruct for -rc kernels + - Revert "UBUNTU: SAUCE: (namespace) block_dev: Forbid unprivileged mounting + when device is opened for writing" + - Revert "UBUNTU: SAUCE: (namespace) ext4: Add module parameter to enable user + namespace mounts" + - Revert "UBUNTU: SAUCE: (namespace) ext4: Add support for unprivileged mounts + from user namespaces" + - Revert "UBUNTU: SAUCE: (namespace) mtd: Check permissions towards mtd block + device inode when mounting" + - Revert "UBUNTU: SAUCE: (namespace) block_dev: Check permissions towards + block device inode when mounting" + - Revert "UBUNTU: SAUCE: (namespace) block_dev: Support checking inode + permissions in lookup_bdev()" + + [ Upstream Kernel Changes ] + + * Rebase to v5.4-rc2 + + -- Seth Forshee Fri, 11 Oct 2019 16:42:41 -0500 + +linux (5.4.0-0.0) eoan; urgency=medium + + * Dummy entry. + + -- Seth Forshee Tue, 08 Oct 2019 09:59:00 -0500 + +linux (5.3.0-17.18) eoan; urgency=medium + + * eoan/linux: 5.3.0-17.18 -proposed tracker (LP: #1846641) + + * CVE-2019-17056 + - nfc: enforce CAP_NET_RAW for raw sockets + + * CVE-2019-17055 + - mISDN: enforce CAP_NET_RAW for raw sockets + + * CVE-2019-17054 + - appletalk: enforce CAP_NET_RAW for raw sockets + + * CVE-2019-17053 + - ieee802154: enforce CAP_NET_RAW for raw sockets + + * CVE-2019-17052 + - ax25: enforce CAP_NET_RAW for raw sockets + + * CVE-2019-15098 + - ath6kl: fix a NULL-ptr-deref bug in ath6kl_usb_alloc_urb_from_pipe() + + * xHCI on AMD Stoney Ridge cannot detect USB 2.0 or 1.1 devices. + (LP: #1846470) + - x86/PCI: Avoid AMD FCH XHCI USB PME# from D0 defect + + * Re-enable linux-libc-dev build on i386 (LP: #1846508) + - [Packaging] Build only linux-libc-dev for i386 + - [Debian] final-checks -- ignore archtictures with no binaries + + * arm64: loop on boot after installing linux-generic-hwe-18.04-edge/bionic- + proposed (LP: #1845820) + - [Config] Disable CONFIG_ARM_SMMU_DISABLE_BYPASS_BY_DEFAULT + + * Revert ESE DASD discard support (LP: #1846219) + - SAUCE: Revert "s390/dasd: Add discard support for ESE volumes" + + * Miscellaneous Ubuntu changes + - update dkms package versions + + -- Seth Forshee Thu, 03 Oct 2019 16:57:05 -0500 + +linux (5.3.0-16.17) eoan; urgency=medium + + * eoan/linux: 5.3.0-16.17 -proposed tracker (LP: #1846204) + + * zfs fails to build on s390x with debug symbols enabled (LP: #1846143) + - SAUCE: s390: Mark atomic const ops always inline + + -- Seth Forshee Tue, 01 Oct 2019 07:46:43 -0500 + +linux (5.3.0-15.16) eoan; urgency=medium + + * eoan/linux: 5.3.0-15.16 -proposed tracker (LP: #1845987) + + * Drop i386 build for 19.10 (LP: #1845714) + - [Packaging] Remove x32 arch references from control files + - [Debian] final-checks -- Get arch list from debian/control + + * ZFS kernel modules lack debug symbols (LP: #1840704) + - [Debian] Fix conditional for setting zfs debug package path + + * Use pyhon3-sphinx instead of python-sphinx for building html docs + (LP: #1845808) + - [Packaging] Update sphinx build dependencies to python3 packages + + * Kernel panic with 19.10 beta image (LP: #1845454) + - efi/tpm: Don't access event->count when it isn't mapped. + - efi/tpm: don't traverse an event log with no events + - efi/tpm: only set efi_tpm_final_log_size after successful event log parsing + + -- Seth Forshee Mon, 30 Sep 2019 11:57:20 -0500 + +linux (5.3.0-14.15) eoan; urgency=medium + + * eoan/linux: 5.3.0-14.15 -proposed tracker (LP: #1845728) + + * Drop i386 build for 19.10 (LP: #1845714) + - [Debian] Remove support for producing i386 kernels + - [Debian] Don't use CROSS_COMPILE for i386 configs + + * udevadm trigger will fail when trying to add /sys/devices/vio/ + (LP: #1845572) + - SAUCE: powerpc/vio: drop bus_type from parent device + + * Trying to online dasd drive results in invalid input/output from the kernel + on z/VM (LP: #1845323) + - SAUCE: s390/dasd: Fix error handling during online processing + + * intel-lpss driver conflicts with write-combining MTRR region (LP: #1845584) + - SAUCE: mfd: intel-lpss: add quirk for Dell XPS 13 7390 2-in-1 + + * Support Hi1620 zip hw accelerator (LP: #1845355) + - [Config] Enable HiSilicon QM/ZIP as modules + - crypto: hisilicon - add queue management driver for HiSilicon QM module + - crypto: hisilicon - add hardware SGL support + - crypto: hisilicon - add HiSilicon ZIP accelerator support + - crypto: hisilicon - add SRIOV support for ZIP + - Documentation: Add debugfs doc for hisi_zip + - crypto: hisilicon - add debugfs for ZIP and QM + - MAINTAINERS: add maintainer for HiSilicon QM and ZIP controller driver + - crypto: hisilicon - fix kbuild warnings + - crypto: hisilicon - add dependency for CRYPTO_DEV_HISI_ZIP + - crypto: hisilicon - init curr_sgl_dma to fix compile warning + - crypto: hisilicon - add missing single_release + - crypto: hisilicon - fix error handle in hisi_zip_create_req_q + - crypto: hisilicon - Fix warning on printing %p with dma_addr_t + - crypto: hisilicon - Fix return value check in hisi_zip_acompress() + - crypto: hisilicon - avoid unused function warning + + * SafeSetID LSM should be built but disabled by default (LP: #1845391) + - LSM: SafeSetID: Stop releasing uninitialized ruleset + - [Config] Build SafeSetID LSM but don't enable it by default + + * CONFIG_LSM should not specify loadpin since it is not built (LP: #1845383) + - [Config] loadpin shouldn't be in CONFIG_LSM + + * Add new pci-id's for CML-S, ICL (LP: #1845317) + - drm/i915/icl: Add missing device ID + - drm/i915/cml: Add Missing PCI IDs + + * Thunderbolt support for ICL (LP: #1844680) + - thunderbolt: Correct path indices for PCIe tunnel + - thunderbolt: Move NVM upgrade support flag to struct icm + - thunderbolt: Use 32-bit writes when writing ring producer/consumer + - thunderbolt: Do not fail adding switch if some port is not implemented + - thunderbolt: Hide switch attributes that are not set + - thunderbolt: Expose active parts of NVM even if upgrade is not supported + - thunderbolt: Add support for Intel Ice Lake + - ACPI / property: Add two new Thunderbolt property GUIDs to the list + + * Ubuntu 19.10 - Additional PCI patch and fix (LP: #1844668) + - s390/pci: fix MSI message data + + * Enhanced Hardware Support - Finalize Naming (LP: #1842774) + - s390: add support for IBM z15 machines + - [Config] CONFIG_MARCH_Z15=n, CONFIG_TUNE_Z15=n + + * Eoan update: v5.3.1 upstream stable release (LP: #1845642) + - USB: usbcore: Fix slab-out-of-bounds bug during device reset + - media: tm6000: double free if usb disconnect while streaming + - phy: renesas: rcar-gen3-usb2: Disable clearing VBUS in over-current + - ip6_gre: fix a dst leak in ip6erspan_tunnel_xmit + - net/sched: fix race between deactivation and dequeue for NOLOCK qdisc + - net_sched: let qdisc_put() accept NULL pointer + - udp: correct reuseport selection with connected sockets + - xen-netfront: do not assume sk_buff_head list is empty in error handling + - net: dsa: Fix load order between DSA drivers and taggers + - net: stmmac: Hold rtnl lock in suspend/resume callbacks + - KVM: coalesced_mmio: add bounds checking + - Documentation: sphinx: Add missing comma to list of strings + - firmware: google: check if size is valid when decoding VPD data + - serial: sprd: correct the wrong sequence of arguments + - tty/serial: atmel: reschedule TX after RX was started + - nl80211: Fix possible Spectre-v1 for CQM RSSI thresholds + - Revert "arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}" + - ovl: fix regression caused by overlapping layers detection + - phy: qcom-qmp: Correct ready status, again + - floppy: fix usercopy direction + - media: technisat-usb2: break out of loop at end of buffer + - Linux 5.3.1 + + * ZFS kernel modules lack debug symbols (LP: #1840704) + - [Debian]: Remove hardcoded $(pkgdir) in debug symbols handling + - [Debian]: Handle debug symbols for modules in extras too + - [Debian]: Check/link modules with debug symbols after DKMS modules + - [Debian]: Warn about modules without debug symbols + - [Debian]: dkms-build: new parameter for debug package directory + - [Debian]: dkms-build: zfs: support for debug symbols + - [Debian]: dkms-build: Avoid executing post-processor scripts twice + - [Debian]: dkms-build: Move zfs special-casing into configure script + + * /proc/self/maps paths missing on live session (was vlc won't start; eoan + 19.10 & bionic 18.04 ubuntu/lubuntu/kubuntu/xubuntu/ubuntu-mate dailies) + (LP: #1842382) + - SAUCE: Revert "UBUNTU: SAUCE: shiftfs: enable overlayfs on shiftfs" + + -- Seth Forshee Fri, 27 Sep 2019 16:08:06 -0500 + +linux (5.3.0-13.14) eoan; urgency=medium + + * eoan/linux: 5.3.0-13.14 -proposed tracker (LP: #1845105) + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + * Miscellaneous Ubuntu changes + - [Debian] Remove binutils-dev build dependency + + -- Seth Forshee Mon, 23 Sep 2019 19:26:43 -0500 + +linux (5.3.0-12.13) eoan; urgency=medium + + * Change kernel compression method to improve boot speed (LP: #1840934) + - [Packaging] Add lz4 build dependency for s390x + + * Miscellaneous Ubuntu changes + - SAUCE: Remove spl and zfs source + + -- Seth Forshee Tue, 17 Sep 2019 13:36:26 +0200 + +linux (5.3.0-11.12) eoan; urgency=medium + + * eoan/linux: 5.3.0-11.12 -proposed tracker (LP: #1844144) + + * Suspend to RAM(S3) does not wake up for latest megaraid and mpt3sas + adapters(SAS3.5 onwards) (LP: #1838751) + - PCI: Restore Resizable BAR size bits correctly for 1MB BARs + + * s390/setup: Actually init kernel lock down (LP: #1843961) + - SAUCE: (lockdown) s390/setup: Actually init kernel lock down + + * cherrypick has_sipl fix (LP: #1843960) + - SAUCE: s390/sclp: Fix bit checked for has_sipl + + * Change kernel compression method to improve boot speed (LP: #1840934) + - [Config]: Switch kernel compression from LZO to LZ4 on s390x + + * Installation fails on eoan/PowerVM : missing /dev/nvram (LP: #1837726) + - [Config] CONFIG_NVRAM=y for ppc64el + + * Miscellaneous Ubuntu changes + - [Config]: remove nvram from ppc64el modules ABI + - [Config] Update annotations for recent config changes + - SAUCE: sched: Add __ASSEMBLY__ guards around struct clone_args + - SAUCE: i2c: qcom-geni: Disable DMA processing on the Lenovo Yoga C630 + - SAUCE: arm64: dts: qcom: Add Lenovo Yoga C630 + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.3 + + -- Paolo Pisati Mon, 16 Sep 2019 16:18:27 +0200 + +linux (5.3.0-10.11) eoan; urgency=medium + + * eoan/linux: 5.3.0-10.11 -proposed tracker (LP: #1843232) + + * No sound inputs from the external microphone and headset on a Dell machine + (LP: #1842265) + - SAUCE: ALSA: hda - Expand pin_match function to match upcoming new tbls + - SAUCE: ALSA: hda - Define a fallback_pin_fixup_tbl for alc269 family + + * Horizontal corrupted line at top of screen caused by framebuffer compression + (LP: #1840236) + - SAUCE: drm/i915/fbc: disable framebuffer compression on IceLake + + * Add bpftool to linux-tools-common (LP: #1774815) + - [Debian] package bpftool in linux-tools-common + + * Miscellaneous Ubuntu changes + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.3-rc8 + + -- Paolo Pisati Mon, 09 Sep 2019 10:00:41 +0200 + +linux (5.3.0-9.10) eoan; urgency=medium + + * eoan/linux: 5.3.0-9.10 -proposed tracker (LP: #1842393) + + * shiftfs: mark kmem_cache as reclaimable (LP: #1842059) + - SAUCE: shiftfs: mark slab objects SLAB_RECLAIM_ACCOUNT + + * shiftfs: drop entries from cache on unlink (LP: #1841977) + - SAUCE: shiftfs: fix buggy unlink logic + + * Fix touchpad IRQ storm after S3 (LP: #1841396) + - pinctrl: intel: remap the pin number to gpio offset for irq enabled pin + + * Please include DTBs for arm64 laptops (LP: #1842050) + - arm64: dts: qcom: Add Lenovo Miix 630 + - arm64: dts: qcom: Add HP Envy x2 + - arm64: dts: qcom: Add Asus NovaGo TP370QL + + * Miscellaneous Ubuntu changes + - SAUCE: import aufs driver + - [Packaging]: ignore vbox modules when vbox is disabled + + [ Upstream Kernel Changes ] + + * Rebase to v5.3-rc7 + + -- Paolo Pisati Tue, 03 Sep 2019 10:27:33 +0200 + +linux (5.3.0-8.9) eoan; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] resync getabis + + * Change kernel compression method to improve boot speed (LP: #1840934) + - [Config] change kernel compression method to improve boot speed + - [Packaging] add build dependencies for compression algorithms + + * realtek r8822be kernel module fails after update to linux kernel-headers + 5.0.0-21 (LP: #1838133) + - rtw88: Fix misuse of GENMASK macro + - rtw88: pci: Rearrange the memory usage for skb in RX ISR + - rtw88: pci: Use DMA sync instead of remapping in RX ISR + - rtw88: debug: dump tx power indexes in use + - rtw88: use txpwr_lmt_cfg_pair struct, not arrays + - rtw88: pci: remove set but not used variable 'ip_sel' + - rtw88: allow c2h operation in irq context + - rtw88: enclose c2h cmd handle with mutex + - rtw88: add BT co-existence support + - SAUCE: rtw88: pci: enable MSI interrupt + + * VIMC module not available (CONFIG_VIDEO_VIMC not set) (LP: #1831482) + - [Config] Enable VIMC module + + * Goodix touchpad may drop first input event (LP: #1840075) + - Revert "UBUNTU: SAUCE: i2c: designware: add G3 3590 into i2c quirk" + - Revert "UBUNTU: SAUCE: i2c: designware: add Inpiron 7591 into i2c quirk" + - Revert "UBUNTU: SAUCE: i2c: designware: add Inpiron/Vostro 7590 into i2c + quirk" + - Revert "UBUNTU: SAUCE: i2c: designware: Add disable runtime pm quirk" + - mfd: intel-lpss: Remove D3cold delay + + * Include Sunix serial/parallel driver (LP: #1826716) + - serial: 8250_pci: Add support for Sunix serial boards + - parport: parport_serial: Add support for Sunix Multi I/O boards + + * enable lockdown on s390x when Secure IPL is performed (LP: #1839622) + - SAUCE: (lockdown) s390/ipl: lockdown kernel when booted secure + - Ubuntu: [Config] Enable CONFIG_LOCK_DOWN_KERNEL on s390x. + + * UBUNTU: SAUCE: shiftfs: pass correct point down (LP: #1837231) + - SAUCE: shiftfs: pass correct point down + + * shiftfs: add O_DIRECT support (LP: #1837223) + - SAUCE: shiftfs: add O_DIRECT support + + * Miscellaneous Ubuntu changes + - [Config] enable secureboot signing on s390x + - [Config] CONFIG_TEST_BLACKHOLE_DEV=m + - SAUCE: selftests: fib_tests: assign address to dummy1 for rp_filter tests + - [Debian] disable dkms builds for autopktest rebuilds + - update dkms package versions + - [Config] updateconfigs after v5.3-rc6 rebase + + [ Upstream Kernel Changes ] + + * Rebase to v5.3-rc5 + + -- Paolo Pisati Mon, 26 Aug 2019 10:09:42 +0200 + +linux (5.3.0-7.8) eoan; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] resync getabis + + * Miscellaneous Ubuntu changes + - [Config] updateconfigs after v5.3-rc5 rebase + - remove missing module after updateconfigs + + [ Upstream Kernel Changes ] + + * Rebase to v5.3-rc5 + + -- Paolo Pisati Mon, 19 Aug 2019 15:31:24 +0200 + +linux (5.3.0-6.7) eoan; urgency=medium + + * Miscellaneous Ubuntu changes + - SAUCE: selftests/bpf: prevent headers to be compiled as C code + + -- Seth Forshee Wed, 14 Aug 2019 13:25:01 -0500 + +linux (5.3.0-5.6) eoan; urgency=medium + + * Miscellaneous Ubuntu changes + - update dkms package versions + - [Config] enable zfs build + + -- Seth Forshee Tue, 13 Aug 2019 09:16:06 -0500 + +linux (5.3.0-4.5) eoan; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] resync getabis + - [Packaging] update helper scripts + + * bcache: bch_allocator_thread(): hung task timeout (LP: #1784665) // Tight + timeout for bcache removal causes spurious failures (LP: #1796292) + - SAUCE: bcache: fix deadlock in bcache_allocator + + * shiftfs: allow overlayfs (LP: #1838677) + - SAUCE: shiftfs: enable overlayfs on shiftfs + + * Miscellaneous Ubuntu changes + - SAUCE: Revert "kbuild: modpost: do not parse unnecessary rules for vmlinux + modpost" + - update dkms package versions + - enable nvidia dkms build + + [ Upstream Kernel Changes ] + + * Rebase to v5.3-rc4 + + -- Seth Forshee Mon, 12 Aug 2019 10:41:27 -0500 + +linux (5.3.0-3.4) eoan; urgency=medium + + * Miscellaneous Ubuntu changes + - update dkms package versions + - SAUCE: aufs: add "WITH Linux-syscall-note" to SPDX tag of uapi headers + - [Config] add mux-* to modules.ignore + + [ Upstream Kernel Changes ] + + * Rebase to v5.3-rc3 + + -- Paolo Pisati Mon, 05 Aug 2019 18:17:09 +0200 + +linux (5.3.0-2.3) eoan; urgency=medium + + * Miscellaneous Ubuntu changes + - [Packaging] add build dependincy on fontconfig + + -- Seth Forshee Mon, 29 Jul 2019 12:18:46 -0400 + +linux (5.3.0-1.2) eoan; urgency=medium + + * System does not auto detect disconnection of external monitor (LP: #1835001) + - SAUCE: drm/i915: Add support for retrying hotplug + - SAUCE: drm/i915: Enable hotplug retry + + * Please enable CONFIG_SCSI_UFS_QCOM as a module on arm64 (LP: #1837332) + - [Config] Enable CONFIG_SCSI_UFS_QCOM as a module on arm64. + + * Add arm64 CONFIG_ARCH_MESON=y and related configs Edit (LP: #1820530) + - [Config] enable ARCH_MESON + - remove missing module + - [Config] update annotations after enabling ARCH_MESON for arm64 + + * Miscellaneous Ubuntu changes + - SAUCE: KVM: PPC: comment implicit fallthrough + - update dkms package versions + - [Config] enable vbox dkms build + + [ Upstream Kernel Changes ] + + * Rebase to v5.3-rc2 + + -- Seth Forshee Sun, 28 Jul 2019 23:10:16 -0400 + +linux (5.3.0-0.1) eoan; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + + * Miscellaneous Ubuntu changes + - SAUCE: (efi-lockdown) Add the ability to lock down access to the running + kernel image + - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down + - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is + locked down + - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked + down + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec + reboot + - SAUCE: (efi-lockdown) kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and + KEXEC_SIG_FORCE + - SAUCE: (efi-lockdown) kexec_file: Restrict at runtime if the kernel is + locked down + - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked + down + - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is + locked down + - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked + down + - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel + has been locked down + - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is + locked down + - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked + down + - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL + - SAUCE: (efi-lockdown) Lock down module params that specify hardware + parameters (eg. ioport) + - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module + - SAUCE: (efi-lockdown) Lock down /proc/kcore + - SAUCE: (efi-lockdown) Lock down kprobes + - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the + kernel is locked down + - SAUCE: (efi-lockdown) Lock down perf + - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked + down + - SAUCE: (efi-lockdown) lockdown: Print current->comm in restriction messages + - SAUCE: (efi-lockdown) kexec: Allow kexec_file() with appropriate IMA policy + when locked down + - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown + - SAUCE: (efi-lockdown) debugfs: avoid EPERM when no open file operation + defined + - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists + that aren't present. + - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework + efi_status_to_err(). + - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print + error messages. + - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure + boot mode + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot + mode + - SAUCE: (efi-lockdown) KEYS: Make use of platform keyring for module + signature verify + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - SAUCE: (efi-lockdown) furter KEXEC_VERIFY_SIG -> KEXEC_SIG updates + - SAUCE: (efi-lockdown) arm64: add kernel config option to lock down when in + Secure Boot mode + - SAUCE: import aufs driver + - SAUCE: aufs: rwsem owner changed to atmoic_long_t in 5.3 + - [Config] disable zfs dkms build + - [Config] disable nvidia dkms build + - [Config] disable vbox dkms build + - SAUCE: perf diff: use llabs for s64 vaules + + [ Upstream Kernel Changes ] + + * Rebase to v5.3-rc1 + + -- Seth Forshee Tue, 23 Jul 2019 21:45:44 -0500 + +linux (5.3.0-0.0) eoan; urgency=medium + + * Dummy entry. + + -- Seth Forshee Mon, 22 Jul 2019 10:19:04 -0500 + +linux (5.2.0-9.10) eoan; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + * input/mouse: alps trackpoint-only device doesn't work (LP: #1836752) + - SAUCE: Input: alps - don't handle ALPS cs19 trackpoint-only device + - SAUCE: Input: alps - fix a mismatch between a condition check and its + comment + + * System does not auto detect disconnection of external monitor (LP: #1835001) + - SAUCE: drm/i915: Add support for retrying hotplug + - SAUCE: drm/i915: Enable hotplug retry + + * alsa/hdmi: add icelake hdmi audio support for a Dell machine (LP: #1836916) + - SAUCE: ALSA: hda/hdmi - Remove duplicated define + - SAUCE: ALSA: hda/hdmi - Fix i915 reverse port/pin mapping + + * First click on Goodix touchpad doesn't be recognized after runtime suspended + (LP: #1836836) + - SAUCE: i2c: designware: add G3 3590 into i2c quirk + + * ixgbe{vf} - Physical Function gets IRQ when VF checks link state + (LP: #1836760) + - ixgbevf: Use cached link state instead of re-reading the value for ethtool + + * Doing multiple squashfs (and other loop?) mounts in parallel breaks + (LP: #1836914) + - SAUCE: Revert "loop: Don't change loop device under exclusive opener" + + * hibmc-drm Causes Unreadable Display for Huawei amd64 Servers (LP: #1762940) + - SAUCE: Make CONFIG_DRM_HISI_HIBMC depend on ARM64 + - [Config] Set CONFIG_DRM_HISI_HIBMC to arm64 only + - [Config] add hibmc-drm to modules.ignore + + * hda/realtek: can't detect external mic on a Dell machine (LP: #1836755) + - ALSA: hda/realtek: apply ALC891 headset fixup to one Dell machine + + * Enable Armada SOCs and MVPP2 NIC driver for disco/generic arm64 + (LP: #1835054) + - [Config] Enable Armada SOCs and MVPP2 NIC driver for disco/generic arm64 + + * Unhide Nvidia HDA audio controller (LP: #1836308) + - PCI: Enable NVIDIA HDA controllers + + * Intel ethernet I219 may wrongly detect connection speed as 10Mbps + (LP: #1836177) + - e1000e: Make watchdog use delayed work + + * Sometimes touchpad(goodix) can't use tap function (LP: #1836020) + - SAUCE: i2c: designware: add Inpiron/Vostro 7590 into i2c quirk + - SAUCE: i2c: designware: add Inpiron 7591 into i2c quirk + + * Intel ethernet I219 has slow RX speed (LP: #1836152) + - e1000e: add workaround for possible stalled packet + - e1000e: disable force K1-off feature + + * bcache: risk of data loss on I/O errors in backing or caching devices + (LP: #1829563) + - Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()" + + * bnx2x driver causes 100% CPU load (LP: #1832082) + - bnx2x: Prevent ptp_task to be rescheduled indefinitely + + * fcf-protection=none patch with new version + - Revert "UBUNTU: SAUCE: kbuild: add -fcf-protection=none to retpoline flags" + - SAUCE: kbuild: add -fcf-protection=none when using retpoline flags + + * CVE-2019-12614 + - powerpc/pseries/dlpar: Fix a missing check in dlpar_parse_cc_property() + + * Eoan update: v5.2.1 upstream stable release (LP: #1836622) + - crypto: lrw - use correct alignmask + - crypto: talitos - rename alternative AEAD algos. + - fscrypt: don't set policy for a dead directory + - udf: Fix incorrect final NOT_ALLOCATED (hole) extent length + - media: stv0297: fix frequency range limit + - ALSA: usb-audio: Fix parse of UAC2 Extension Units + - ALSA: hda/realtek - Headphone Mic can't record after S3 + - tpm: Actually fail on TPM errors during "get random" + - tpm: Fix TPM 1.2 Shutdown sequence to prevent future TPM operations + - block: fix .bi_size overflow + - block, bfq: NULL out the bic when it's no longer valid + - perf intel-pt: Fix itrace defaults for perf script + - perf auxtrace: Fix itrace defaults for perf script + - perf intel-pt: Fix itrace defaults for perf script intel-pt documentation + - perf pmu: Fix uncore PMU alias list for ARM64 + - perf thread-stack: Fix thread stack return from kernel for kernel-only case + - perf header: Assign proper ff->ph in perf_event__synthesize_features() + - x86/ptrace: Fix possible spectre-v1 in ptrace_get_debugreg() + - x86/tls: Fix possible spectre-v1 in do_get_thread_area() + - Documentation: Add section about CPU vulnerabilities for Spectre + - Documentation/admin: Remove the vsyscall=native documentation + - mwifiex: Don't abort on small, spec-compliant vendor IEs + - USB: serial: ftdi_sio: add ID for isodebug v1 + - USB: serial: option: add support for GosunCn ME3630 RNDIS mode + - Revert "serial: 8250: Don't service RX FIFO if interrupts are disabled" + - p54usb: Fix race between disconnect and firmware loading + - usb: gadget: f_fs: data_len used before properly set + - usb: gadget: ether: Fix race between gether_disconnect and rx_submit + - usb: dwc2: use a longer AHB idle timeout in dwc2_core_reset() + - usb: renesas_usbhs: add a workaround for a race condition of workqueue + - drivers/usb/typec/tps6598x.c: fix portinfo width + - drivers/usb/typec/tps6598x.c: fix 4CC cmd write + - p54: fix crash during initialization + - staging: comedi: dt282x: fix a null pointer deref on interrupt + - staging: wilc1000: fix error path cleanup in wilc_wlan_initialize() + - staging: bcm2835-camera: Restore return behavior of ctrl_set_bitrate() + - staging: comedi: amplc_pci230: fix null pointer deref on interrupt + - staging: mt7621-pci: fix PCIE_FTS_NUM_LO macro + - HID: Add another Primax PIXART OEM mouse quirk + - lkdtm: support llvm-objcopy + - binder: fix memory leak in error path + - binder: return errors from buffer copy functions + - iio: adc: stm32-adc: add missing vdda-supply + - coresight: Potential uninitialized variable in probe() + - coresight: etb10: Do not call smp_processor_id from preemptible + - coresight: tmc-etr: Do not call smp_processor_id() from preemptible + - coresight: tmc-etr: alloc_perf_buf: Do not call smp_processor_id from + preemptible + - coresight: tmc-etf: Do not call smp_processor_id from preemptible + - carl9170: fix misuse of device driver API + - Revert "x86/build: Move _etext to actual end of .text" + - VMCI: Fix integer overflow in VMCI handle arrays + - staging: vchiq_2835_arm: revert "quit using custom down_interruptible()" + - staging: vchiq: make wait events interruptible + - staging: vchiq: revert "switch to wait_for_completion_killable" + - staging: fsl-dpaa2/ethsw: fix memory leak of switchdev_work + - staging: bcm2835-camera: Replace spinlock protecting context_map with mutex + - staging: bcm2835-camera: Ensure all buffers are returned on disable + - staging: bcm2835-camera: Remove check of the number of buffers supplied + - staging: bcm2835-camera: Handle empty EOS buffers whilst streaming + - staging: rtl8712: reduce stack usage, again + - Linux 5.2.1 + - [Config] updateconfigs after v5.2.1 stable update + + * fcf-protection=none patch with upstream version + - Revert "UBUNTU: SAUCE: add -fcf-protection=none to retpoline flags" + - SAUCE: kbuild: add -fcf-protection=none to retpoline flags + + * Miscellaneous Ubuntu changes + - SAUCE: selftests/ftrace: avoid failure when trying to probe a notrace + function + - SAUCE: selftests/powerpc/ptrace: fix build failure + - update dkms package versions + - [Packaging] add zlua to zfs-modules.ignore + - update dkms package versions + + -- Seth Forshee Fri, 19 Jul 2019 15:04:45 -0500 + +linux (5.2.0-8.9) eoan; urgency=medium + + * linux: 5.2.0-8.9 -proposed tracker (LP: #1835700) + + * Miscellaneous Ubuntu changes + - [Packaging] replace zfs and spl build with zfs 0.8.1-1ubuntu1 + - SAUCE: test_bpf: remove expected fail for Ctx heavy transformations test on + s390 + - SAUCE: add -fcf-protection=none to retpoline flags + - SAUCE: usbip: ensure strings copied using strncpy are null-terminated + - SAUCE: usbip: add -Wno-address-of-packed-member to EXTRA_CFLAGS + - SAUCE: perf jvmti: ensure strncpy result is null-terminated + - update dkms package versions + - add removed zfs modules to modules.ignore + + [ Upstream Kernel Changes ] + + * Rebase to v5.2 + + -- Seth Forshee Mon, 08 Jul 2019 07:13:41 -0500 + +linux (5.2.0-7.8) eoan; urgency=medium + + * Kernel panic upon resetting ixgbe SR-IOV VFIO virtual function using 5.0 + kernel (LP: #1829652) + - SAUCE: ixgbe: Avoid NULL pointer dereference with VF on non-IPsec hw + + * Hi1620 driver updates from upstream 5.2 merge window (LP: #1830815) + - net: hns3: initialize CPU reverse mapping + - net: hns3: refine the flow director handle + - net: hns3: add aRFS support for PF + - net: hns3: fix for FEC configuration + - RDMA/hns: Remove unnecessary print message in aeq + - RDMA/hns: Update CQE specifications + - RDMA/hns: Move spin_lock_irqsave to the correct place + - RDMA/hns: Remove jiffies operation in disable interrupt context + - RDMA/hns: Replace magic numbers with #defines + - net: hns3: fix compile warning without CONFIG_RFS_ACCEL + - net: hns3: fix for HNS3_RXD_GRO_SIZE_M macro + - net: hns3: add support for dump firmware statistics by debugfs + - net: hns3: use HCLGE_STATE_NIC_REGISTERED to indicate PF NIC client has + registered + - net: hns3: use HCLGE_STATE_ROCE_REGISTERED to indicate PF ROCE client has + registered + - net: hns3: use HCLGEVF_STATE_NIC_REGISTERED to indicate VF NIC client has + registered + - net: hns3: modify hclge_init_client_instance() + - net: hns3: modify hclgevf_init_client_instance() + - net: hns3: add handshake with hardware while doing reset + - net: hns3: stop schedule reset service while unloading driver + - net: hns3: adjust hns3_uninit_phy()'s location in the hns3_client_uninit() + - net: hns3: fix a memory leak issue for hclge_map_unmap_ring_to_vf_vector + - RDMA/hns: Bugfix for posting multiple srq work request + - net: hns3: remove redundant core reset + - net: hns3: don't configure new VLAN ID into VF VLAN table when it's full + - net: hns3: fix VLAN filter restore issue after reset + - net: hns3: set the port shaper according to MAC speed + - net: hns3: add a check to pointer in error_detected and slot_reset + - net: hns3: set ops to null when unregister ad_dev + - net: hns3: add handling of two bits in MAC tunnel interrupts + - net: hns3: remove setting bit of reset_requests when handling mac tunnel + interrupts + - net: hns3: add opcode about query and clear RAS & MSI-X to special opcode + - net: hns3: delay and separate enabling of NIC and ROCE HW errors + - RDMA/hns: fix inverted logic of readl read and shift + - RDMA/hns: Bugfix for filling the sge of srq + - net: hns3: log detail error info of ROCEE ECC and AXI errors + - net: hns3: fix wrong size of mailbox responding data + - net: hns3: make HW GRO handling compliant with SW GRO + - net: hns3: replace numa_node_id with numa_mem_id for buffer reusing + - net: hns3: refactor hns3_get_new_int_gl function + - net: hns3: trigger VF reset if a VF has an over_8bd_nfe_err + - net: hns3: delete the redundant user NIC codes + - net: hns3: small changes for magic numbers + - net: hns3: use macros instead of magic numbers + - net: hns3: refactor PF/VF RSS hash key configuration + - net: hns3: some modifications to simplify and optimize code + - net: hns3: fix some coding style issues + - net: hns3: delay setting of reset level for hw errors until slot_reset is + called + - net: hns3: fix avoid unnecessary resetting for the H/W errors which do not + require reset + - net: hns3: process H/W errors occurred before HNS dev initialization + - net: hns3: add recovery for the H/W errors occurred before the HNS dev + initialization + - net: hns3: some changes of MSI-X bits in PPU(RCB) + - net: hns3: extract handling of mpf/pf msi-x errors into functions + - net: hns3: clear restting state when initializing HW device + - net: hns3: free irq when exit from abnormal branch + - net: hns3: fix for dereferencing before null checking + - net: hns3: fix for skb leak when doing selftest + - net: hns3: delay ring buffer clearing during reset + - net: hns3: some variable modification + - net: hns3: fix dereference of ae_dev before it is null checked + - scsi: hisi_sas: Delete PHY timers when rmmod or probe failed + - scsi: hisi_sas: Fix the issue of argument mismatch of printing ecc errors + - scsi: hisi_sas: Reduce HISI_SAS_SGE_PAGE_CNT in size + - scsi: hisi_sas: Change the type of some numbers to unsigned + - scsi: hisi_sas: Ignore the error code between phy down to phy up + - scsi: hisi_sas: Disable stash for v3 hw + - net: hns3: Add missing newline at end of file + - RDMa/hns: Don't stuck in endless timeout loop + + * Sometimes touchpad automatically trigger double click (LP: #1833484) + - SAUCE: i2c: designware: Add disable runtime pm quirk + + * Add pointstick support on HP ZBook 17 G5 (LP: #1833387) + - Revert "HID: multitouch: Support ALPS PTP stick with pid 0x120A" + + * depmod may prefer unsigned l-r-m nvidia modules to signed modules + (LP: #1834479) + - [Packaging] dkms-build--nvidia-N -- clean up unsigned ko files + + * Miscellaneous Ubuntu changes + - SAUCE: selftests/powerpc: disable signal_fuzzer test + + [ Upstream Kernel Changes ] + + * Rebase to v5.2-rc7 + + -- Seth Forshee Mon, 01 Jul 2019 07:22:18 -0500 + +linux (5.2.0-6.7) eoan; urgency=medium + + * hinic: fix oops due to race in set_rx_mode (LP: #1832048) + - hinic: fix a bug in set rx mode + + * Miscellaneous Ubuntu changes + - rebase to v5.2-rc6 + + [ Upstream Kernel Changes ] + + * Rebase to v5.2-rc6 + + -- Seth Forshee Sun, 23 Jun 2019 23:36:11 -0500 + +linux (5.2.0-5.6) eoan; urgency=medium + + * QCA9377 isn't being recognized sometimes (LP: #1757218) + - SAUCE: USB: Disable USB2 LPM at shutdown + + * shiftfs: allow changing ro/rw for subvolumes (LP: #1832316) + - SAUCE: shiftfs: allow changing ro/rw for subvolumes + + * Miscellaneous Ubuntu changes + - update dkms package versions + - [Packaging] replace nvidia-418 dkms build with nvidia-430 + - SAUCE: import aufs driver + + [ Upstream Kernel Changes ] + + * Rebase to v5.2-rc5 + + -- Seth Forshee Mon, 17 Jun 2019 15:04:12 -0500 + +linux (5.2.0-4.5) eoan; urgency=medium + + * arm64: cma_alloc errors at boot (LP: #1823753) + - [Config] Bump CMA_SIZE_MBYTES to 32 on arm64 + - dma-contiguous: add dma_{alloc,free}_contiguous() helpers + - dma-contiguous: use fallback alloc_pages for single pages + - dma-contiguous: fix !CONFIG_DMA_CMA version of dma_{alloc, + free}_contiguous() + + * Miscellaneous Ubuntu changes + - [Config] CONFIG_MFD_TQMX86=n for s390x + - [Config] CONFIG_GPIO_AMD_FCH=n for s390x + - [Config] CONFIG_BACKLIGHT_CLASS_DEVICE=n on s390x + - [Config] CONFIG_LCD_CLASS_DEVICE=n for s390x + - [Config] CONFIG_DRM_ETNAVIV=m for armhf generic-lpae + - [Config] CONFIG_DRM_NOUVEAU_SVM=n + - [Config] CONFIG_HWMON=n for s390x + - [Config] CONFIG_NEW_LEDS=n for s390x + - [Config] CONFIG_MTD_NAND_OMAP2=y for armhf + - [Config] CONFIG_VOP_BUS=n for non-amd64 arches + - [Config] CONFIG_TI_CPSW_PHY_SEL=n + - [Config] CONFIG_INTERCONNECT=n for s390x + - [Config] CONFIG_SCSI_GDTH=n for s390x + - [Config] CONFIG_PACKING=n for s390x + - [Config] CONFIG_ARCH_MILBEAUT=y for armhf + - [Config] update annotations following config review + - update dkms package versions + - [Config] enable nvidia dkms build + + [ Upstream Kernel Changes ] + + * Rebase to v5.2-rc4 + + -- Seth Forshee Mon, 10 Jun 2019 07:00:11 -0500 + +linux (5.2.0-3.4) eoan; urgency=medium + + * [18.04/18.10] File libperf-jvmti.so is missing in linux-tools-common deb on + Ubuntu (LP: #1761379) + - [Packaging] Support building libperf-jvmti.so + + * Miscellaneous Ubuntu changes + - SAUCE: Revert "bpf, selftest: test global data/bss/rodata sections" + - update dkms package versions + - [Config] enable zfs + - rebase to v5.2-rc3 + + [ Upstream Kernel Changes ] + + * Rebase to v5.2-rc3 + + -- Seth Forshee Sun, 02 Jun 2019 21:48:50 -0500 + +linux (5.2.0-2.3) eoan; urgency=medium + + * Miscellaneous Ubuntu changes + - SAUCE: perf arm64: Fix mksyscalltbl when system kernel headers are ahead of + the kernel + + -- Seth Forshee Tue, 28 May 2019 07:12:39 -0500 + +linux (5.2.0-1.2) eoan; urgency=medium + + * Miscellaneous Ubuntu changes + - [Config] CONFIG_INTEGRITY_PLATFORM_KEYRING=y + - update dkms package versions + - [Config] enable vbox dkms build + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.2-rc2 + + -- Seth Forshee Mon, 27 May 2019 21:11:27 -0500 + +linux (5.2.0-0.1) eoan; urgency=medium + + * Miscellaneous Ubuntu changes + - SAUCE: import aufs driver + - [Packaging] disable ZFS + - [Packaging] disable nvidia + - [Packaging] dkms-build -- expand paths searched for make.log files + - add virtualbox-guest-dkms dkms package build + - enable vbox dkms build for amd64 and i386 + - update dkms package versions + - SAUCE: (efi-lockdown) Add the ability to lock down access to the running + kernel image + - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down + - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is + locked down + - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked + down + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec + reboot + - SAUCE: (efi-lockdown) kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and + KEXEC_SIG_FORCE + - SAUCE: (efi-lockdown) kexec_file: Restrict at runtime if the kernel is + locked down + - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked + down + - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is + locked down + - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked + down + - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel + has been locked down + - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is + locked down + - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked + down + - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL + - SAUCE: (efi-lockdown) Lock down module params that specify hardware + parameters (eg. ioport) + - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module + - SAUCE: (efi-lockdown) Lock down /proc/kcore + - SAUCE: (efi-lockdown) Lock down kprobes + - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the + kernel is locked down + - SAUCE: (efi-lockdown) Lock down perf + - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked + down + - SAUCE: (efi-lockdown) lockdown: Print current->comm in restriction messages + - SAUCE: (efi-lockdown) kexec: Allow kexec_file() with appropriate IMA policy + when locked down + - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists + that aren't present. + - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework + efi_status_to_err(). + - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print + error messages. + - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure + boot mode + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot + mode + - SAUCE: (efi-lockdown) KEYS: Make use of platform keyring for module + signature verify + - SAUCE: (efi-lockdown) debugfs: avoid EPERM when no open file operation + defined + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - SAUCE: (efi-lockdown) furter KEXEC_VERIFY_SIG -> KEXEC_SIG updates + - SAUCE: (efi-lockdown) arm64: add kernel config option to lock down when in + Secure Boot mode + - update dkms package versions + - [Config] disable vbox build + - SAUCE: s390: mark __cpacf_check_opcode() and cpacf_query_func() as + __always_inline + - SAUCE: IB/mlx5: use size_t instead of u64 when dividing + + [ Upstream Kernel Changes ] + + * Rebase to v5.2-rc1 + + -- Seth Forshee Tue, 21 May 2019 11:18:43 -0500 + +linux (5.2.0-0.0) eoan; urgency=medium + + * Dummy entry. + + -- Seth Forshee Tue, 21 May 2019 07:34:43 -0500 + +linux (5.1.0-2.2) eoan; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + + * Eoan update: v5.1.2 upstream stable release (LP: #1829050) + - x86/msr-index: Cleanup bit defines + - x86/speculation: Consolidate CPU whitelists + - x86/speculation/mds: Add basic bug infrastructure for MDS + - x86/speculation/mds: Add BUG_MSBDS_ONLY + - x86/kvm: Expose X86_FEATURE_MD_CLEAR to guests + - x86/speculation/mds: Add mds_clear_cpu_buffers() + - x86/speculation/mds: Clear CPU buffers on exit to user + - x86/kvm/vmx: Add MDS protection when L1D Flush is not active + - x86/speculation/mds: Conditionally clear CPU buffers on idle entry + - x86/speculation/mds: Add mitigation control for MDS + - x86/speculation/mds: Add sysfs reporting for MDS + - x86/speculation/mds: Add mitigation mode VMWERV + - Documentation: Move L1TF to separate directory + - Documentation: Add MDS vulnerability documentation + - x86/speculation/mds: Add mds=full,nosmt cmdline option + - x86/speculation: Move arch_smt_update() call to after mitigation decisions + - x86/speculation/mds: Add SMT warning message + - x86/speculation/mds: Fix comment + - x86/speculation/mds: Print SMT vulnerable on MSBDS with mitigations off + - cpu/speculation: Add 'mitigations=' cmdline option + - x86/speculation: Support 'mitigations=' cmdline option + - powerpc/speculation: Support 'mitigations=' cmdline option + - s390/speculation: Support 'mitigations=' cmdline option + - x86/speculation/mds: Add 'mitigations=' support for MDS + - x86/mds: Add MDSUM variant to the MDS documentation + - Documentation: Correct the possible MDS sysfs values + - x86/speculation/mds: Fix documentation typo + - Linux 5.1.2 + + * Eoan update: v5.1.1 upstream stable release (LP: #1829046) + - Drivers: hv: vmbus: Remove the undesired put_cpu_ptr() in hv_synic_cleanup() + - ubsan: Fix nasty -Wbuiltin-declaration-mismatch GCC-9 warnings + - staging: greybus: power_supply: fix prop-descriptor request size + - staging: wilc1000: Avoid GFP_KERNEL allocation from atomic context. + - staging: most: cdev: fix chrdev_region leak in mod_exit + - staging: most: sound: pass correct device when creating a sound card + - usb: dwc3: Allow building USB_DWC3_QCOM without EXTCON + - usb: dwc3: Fix default lpm_nyet_threshold value + - USB: serial: f81232: fix interrupt worker not stop + - USB: cdc-acm: fix unthrottle races + - usb-storage: Set virt_boundary_mask to avoid SG overflows + - genirq: Prevent use-after-free and work list corruption + - intel_th: pci: Add Comet Lake support + - iio: adc: qcom-spmi-adc5: Fix of-based module autoloading + - cpufreq: armada-37xx: fix frequency calculation for opp + - ACPI / LPSS: Use acpi_lpss_* instead of acpi_subsys_* functions for + hibernate + - soc: sunxi: Fix missing dependency on REGMAP_MMIO + - scsi: lpfc: change snprintf to scnprintf for possible overflow + - scsi: qla2xxx: Fix incorrect region-size setting in optrom SYSFS routines + - scsi: qla2xxx: Set remote port devloss timeout to 0 + - scsi: qla2xxx: Fix device staying in blocked state + - Bluetooth: hidp: fix buffer overflow + - Bluetooth: Align minimum encryption key size for LE and BR/EDR connections + - Bluetooth: Fix not initializing L2CAP tx_credits + - Bluetooth: hci_bcm: Fix empty regulator supplies for Intel Macs + - UAS: fix alignment of scatter/gather segments + - ASoC: Intel: avoid Oops if DMA setup fails + - i3c: Fix a shift wrap bug in i3c_bus_set_addr_slot_status() + - locking/futex: Allow low-level atomic operations to return -EAGAIN + - arm64: futex: Bound number of LDXR/STXR loops in FUTEX_WAKE_OP + - Linux 5.1.1 + + * shiftfs: lock security sensitive superblock flags (LP: #1827122) + - SAUCE: shiftfs: lock down certain superblock flags + + * Please package libbpf (which is done out of the kernel src) in Debian [for + 19.10] (LP: #1826410) + - SAUCE: tools -- fix add ability to disable libbfd + + * ratelimit cma_alloc messages (LP: #1828092) + - SAUCE: cma: ratelimit cma_alloc error messages + + * Headphone jack switch sense is inverted: plugging in headphones disables + headphone output (LP: #1824259) + - ASoC: rt5645: Headphone Jack sense inverts on the LattePanda board + + * There are 4 HDMI/Displayport audio output listed in sound setting without + attach any HDMI/DP monitor (LP: #1827967) + - ALSA: hda/hdmi - Read the pin sense from register when repolling + - ALSA: hda/hdmi - Consider eld_valid when reporting jack event + + * CONFIG_LOG_BUF_SHIFT set to 14 is too low on arm64 (LP: #1824864) + - [Config] CONFIG_LOG_BUF_SHIFT=18 on all 64bit arches + + * CTAUTO:DevOps:860.50:devops4fp1:Error occurred during LINUX Dmesg error + Checking for all LINUX clients for devops4p10 (LP: #1766201) + - SAUCE: integrity: downgrade error to warning + + * linux-buildinfo: pull out ABI information into its own package + (LP: #1806380) + - [Packaging] autoreconstruct -- base tag is always primary mainline version + + * [SRU] Please sync vbox modules from virtualbox 6.0.6 on next kernel update + (LP: #1825210) + - vbox-update: updates for renamed makefiles + - ubuntu: vbox -- update to 6.0.6-dfsg-1 + + * autofs kernel module missing (LP: #1824333) + - [Config] Update autofs4 path in inclusion list + + * The Realtek card reader does not enter PCIe 1.1/1.2 (LP: #1825487) + - SAUCE: misc: rtsx: Fixed rts5260 power saving parameter and sd glitch + + * CVE-2019-3874 + - sctp: implement memory accounting on tx path + - sctp: implement memory accounting on rx path + + * apparmor does not start in Disco LXD containers (LP: #1824812) + - SAUCE: shiftfs: use separate llseek method for directories + + * Miscellaneous Ubuntu changes + - [Packaging] autoreconstruct -- remove for -rc kernels + - SAUCE: (efi-lockdown) debugfs: avoid EPERM when no open file operation + defined + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - SAUCE: (efi-lockdown) furter KEXEC_VERIFY_SIG -> KEXEC_SIG updates + - [Config] (efi-lockdown): update configs after efi lockdown patch refresh + - [Packaging] don't delete efi_parser.c + - vbox-update -- do not fix up KERN_DIR or KBUILD_EXTMOD + - ubuntu: vbox -- update to 6.0.6-dfsg-2 + - add nvidia-418 dkms build + - remove virtualbox guest drivers + - [Packaging] dkms-build -- expand paths searched for make.log files + - add virtualbox-guest-dkms dkms package build + - enable vbox dkms build for amd64 and i386 + - [Config] update configs for v5.1(-rc7)? rebase + - update dkms package versions + - Add the ability to lock down access to the running kernel image + - Enforce module signatures if the kernel is locked down + - Restrict /dev/{mem,kmem,port} when the kernel is locked down + - kexec_load: Disable at runtime if the kernel is locked down + - Copy secure_boot flag in boot params across kexec reboot + - kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE + - kexec_file: Restrict at runtime if the kernel is locked down + - hibernate: Disable when the kernel is locked down + - uswsusp: Disable when the kernel is locked down + - PCI: Lock down BAR access when the kernel is locked down + - x86: Lock down IO port access when the kernel is locked down + - x86/msr: Restrict MSR access when the kernel is locked down + - ACPI: Limit access to custom_method when the kernel is locked down + - acpi: Ignore acpi_rsdp kernel param when the kernel has been locked down + - acpi: Disable ACPI table override if the kernel is locked down + - acpi: Disable APEI error injection if the kernel is locked down + - Prohibit PCMCIA CIS storage when the kernel is locked down + - Lock down TIOCSSERIAL + - Lock down module params that specify hardware parameters (eg. ioport) + - x86/mmiotrace: Lock down the testmmiotrace module + - Lock down /proc/kcore + - Lock down kprobes + - bpf: Restrict kernel image access functions when the kernel is locked down + - Lock down perf + - debugfs: Restrict debugfs when the kernel is locked down + - lockdown: Print current->comm in restriction messages + - kexec: Allow kexec_file() with appropriate IMA policy when locked down + - Make get_cert_list() not complain about cert lists that aren't present. + - Add efi_status_to_str() and rework efi_status_to_err(). + - Make get_cert_list() use efi_status_to_str() to print error messages. + - efi: Add an EFI_SECURE_BOOT flag to indicate secure boot mode + - efi: Lock down the kernel if booted in secure boot mode + - KEYS: Make use of platform keyring for module signature verify + + * Miscellaneous upstream changes + - ALSA: hdea/realtek - Headset fixup for System76 Gazelle (gaze14) + + -- Seth Forshee Tue, 14 May 2019 12:32:56 -0500 + +linux (5.1.0-1.1) eoan; urgency=medium + + * bionic: fork out linux-snapdragon into its own topic kernel (LP: #1820868) + - [Packaging]: really drop snapdragon + + * Miscellaneous Ubuntu changes + - SAUCE: fix vbox use of MAP_SHARED + - SAUCE: fix vbox use of vm_fault_t + - [Packaging] disable ZFS + - [Packaging] disable nvidia + - SAUCE: perf annotate: Fix build on 32 bit for BPF annotation + - [Config]: updateconfig after rebase to v5.1-rc + - [Config]: build ETNAVIV only on arm platforms + - [Config]: Disable CMA on non-arm platforms + - [Config]: MMC_CQHCI is needed by some built-in drivers + - [Config]: a.out support has been deprecated + - [Config]: R3964 was marked as BROKEN + - [Config]: Add SENSIRION_SGP30 module + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: tools: lib/bpf -- add generated headers to search + path" + - Revert "UBUNTU: SAUCE: btqcomsmd: introduce BT_QCOMSMD_HACK" + + -- Thadeu Lima de Souza Cascardo Thu, 25 Apr 2019 10:03:25 -0300 + +linux (5.1.0-0.0) eoan; urgency=medium + + * Dummy entry. + + -- Thadeu Lima de Souza Cascardo Thu, 25 Apr 2019 09:49:47 -0300 + +linux (5.0.0-13.14) disco; urgency=medium + + * linux: 5.0.0-13.14 -proposed tracker (LP: #1824819) + + * Display only has 640x480 (LP: #1824677) + - Revert "UBUNTU: SAUCE: drm/nouveau: Disable nouveau driver by default" + + * shiftfs: use after free when checking mount options (LP: #1824735) + - SAUCE: shiftfs: prevent use-after-free when verifying mount options + + -- Seth Forshee Mon, 15 Apr 2019 09:11:23 -0500 + +linux (5.0.0-12.13) disco; urgency=medium + + * linux: 5.0.0-12.13 -proposed tracker (LP: #1824726) + + * Linux 5.0 black screen on boot, display flickers (i915 regression with + certain laptop panels) (LP: #1824216) + - drm/i915/dp: revert back to max link rate and lane count on eDP + + * kernel BUG at fs/attr.c:287 when using shiftfs (LP: #1824717) + - SAUCE: shiftfs: fix passing of attrs to underaly for setattr + + -- Seth Forshee Sun, 14 Apr 2019 13:38:05 -0500 + +linux (5.0.0-11.12) disco; urgency=medium + + * linux: 5.0.0-11.12 -proposed tracker (LP: #1824383) + + * hns3: PPU_PF_ABNORMAL_INT_ST over_8bd_no_fe found [error status=0x1] + (LP: #1824194) + - net: hns3: fix for not calculating tx bd num correctly + + * disco: unable to use iptables/enable ufw under -virtual kernel + (LP: #1823862) + - [Packaging] add bpfilter to linux-modules + + * Make shiftfs a module rather than built-in (LP: #1824354) + - [Config] CONFIG_SHIFT_FS=m + + * shiftfs: chown sets untranslated ids in lower fs (LP: #1824350) + - SAUCE: shiftfs: use translated ids when chaning lower fs attrs + + * [Hyper-V] KVP daemon fails to start on first boot of disco VM (LP: #1820063) + - [Packaging] bind hv_kvp_daemon startup to hv_kvp device + + -- Seth Forshee Thu, 11 Apr 2019 10:17:19 -0500 + +linux (5.0.0-10.11) disco; urgency=medium + + * linux: 5.0.0-10.11 -proposed tracker (LP: #1823936) + + * Apparmor enforcement failure in lxc selftests (LP: #1823379) + - SAUCE: apparmor: Restore Y/N in /sys for apparmor's "enabled" + + * systemd cause kernel trace "BUG: unable to handle kernel paging request at + 6db23a14" on Cosmic i386 (LP: #1813244) + - openvswitch: fix flow actions reallocation + + -- Seth Forshee Tue, 09 Apr 2019 08:30:38 -0500 + +linux (5.0.0-9.10) disco; urgency=medium + + * linux: 5.0.0-9.10 -proposed tracker (LP: #1823228) + + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + - [Packaging] update helper scripts + - [Packaging] resync retpoline extraction + + * Huawei Hi1822 NIC has poor performance (LP: #1820187) + - net-next/hinic: replace disable_irq_nosync/enable_irq + + * Add uid shifting overlay filesystem (shiftfs) (LP: #1823186) + - shiftfs: uid/gid shifting bind mount + - shiftfs: rework and extend + - shiftfs: support some btrfs ioctls + - [Config] enable shiftfs + + * Cannot boot or install - have to use nomodeset (LP: #1821820) + - Revert "drm/i915/fbdev: Actually configure untiled displays" + + * Disco update: v5.0.6 upstream stable release (LP: #1823060) + - netfilter: nf_tables: fix set double-free in abort path + - dccp: do not use ipv6 header for ipv4 flow + - genetlink: Fix a memory leak on error path + - gtp: change NET_UDP_TUNNEL dependency to select + - ipv6: make ip6_create_rt_rcu return ip6_null_entry instead of NULL + - mac8390: Fix mmio access size probe + - mISDN: hfcpci: Test both vendor & device ID for Digium HFC4S + - net: aquantia: fix rx checksum offload for UDP/TCP over IPv6 + - net: datagram: fix unbounded loop in __skb_try_recv_datagram() + - net/packet: Set __GFP_NOWARN upon allocation in alloc_pg_vec + - net: phy: meson-gxl: fix interrupt support + - net: rose: fix a possible stack overflow + - net: stmmac: fix memory corruption with large MTUs + - net-sysfs: call dev_hold if kobject_init_and_add success + - net: usb: aqc111: Extend HWID table by QNAP device + - packets: Always register packet sk in the same order + - rhashtable: Still do rehash when we get EEXIST + - sctp: get sctphdr by offset in sctp_compute_cksum + - sctp: use memdup_user instead of vmemdup_user + - tcp: do not use ipv6 header for ipv4 flow + - tipc: allow service ranges to be connect()'ed on RDM/DGRAM + - tipc: change to check tipc_own_id to return in tipc_net_stop + - tipc: fix cancellation of topology subscriptions + - tun: properly test for IFF_UP + - vrf: prevent adding upper devices + - vxlan: Don't call gro_cells_destroy() before device is unregistered + - thunderx: enable page recycling for non-XDP case + - thunderx: eliminate extra calls to put_page() for pages held for recycling + - net: dsa: mv88e6xxx: fix few issues in mv88e6390x_port_set_cmode + - net: mii: Fix PAUSE cap advertisement from linkmode_adv_to_lcl_adv_t() + helper + - net: phy: don't clear BMCR in genphy_soft_reset + - r8169: fix cable re-plugging issue + - ila: Fix rhashtable walker list corruption + - tun: add a missing rcu_read_unlock() in error path + - powerpc/fsl: Fix the flush of branch predictor. + - Btrfs: fix incorrect file size after shrinking truncate and fsync + - btrfs: remove WARN_ON in log_dir_items + - btrfs: don't report readahead errors and don't update statistics + - btrfs: Fix bound checking in qgroup_trace_new_subtree_blocks + - btrfs: Avoid possible qgroup_rsv_size overflow in + btrfs_calculate_inode_block_rsv_size + - Btrfs: fix assertion failure on fsync with NO_HOLES enabled + - locks: wake any locks blocked on request before deadlock check + - tracing: initialize variable in create_dyn_event() + - ARM: imx6q: cpuidle: fix bug that CPU might not wake up at expected time + - powerpc: bpf: Fix generation of load/store DW instructions + - vfio: ccw: only free cp on final interrupt + - NFS: Fix nfs4_lock_state refcounting in nfs4_alloc_{lock,unlock}data() + - NFS: fix mount/umount race in nlmclnt. + - NFSv4.1 don't free interrupted slot on open + - net: dsa: qca8k: remove leftover phy accessors + - ALSA: rawmidi: Fix potential Spectre v1 vulnerability + - ALSA: seq: oss: Fix Spectre v1 vulnerability + - ALSA: pcm: Fix possible OOB access in PCM oss plugins + - ALSA: pcm: Don't suspend stream in unrecoverable PCM state + - ALSA: hda/realtek - Fixed Headset Mic JD not stable + - ALSA: hda/realtek: merge alc_fixup_headset_jack to alc295_fixup_chromebook + - ALSA: hda/realtek - Add support headset mode for DELL WYSE AIO + - ALSA: hda/realtek - Add support headset mode for New DELL WYSE NB + - ALSA: hda/realtek: Enable headset MIC of Acer AIO with ALC286 + - ALSA: hda/realtek: Enable headset MIC of Acer Aspire Z24-890 with ALC286 + - ALSA: hda/realtek - Add support for Acer Aspire E5-523G/ES1-432 headset mic + - ALSA: hda/realtek: Enable ASUS X441MB and X705FD headset MIC with ALC256 + - ALSA: hda/realtek: Enable headset mic of ASUS P5440FF with ALC256 + - ALSA: hda/realtek: Enable headset MIC of ASUS X430UN and X512DK with ALC256 + - ALSA: hda/realtek - Fix speakers on Acer Predator Helios 500 Ryzen laptops + - kbuild: modversions: Fix relative CRC byte order interpretation + - fs/open.c: allow opening only regular files during execve() + - ocfs2: fix inode bh swapping mixup in ocfs2_reflink_inodes_lock + - scsi: sd: Fix a race between closing an sd device and sd I/O + - scsi: sd: Quiesce warning if device does not report optimal I/O size + - scsi: zfcp: fix rport unblock if deleted SCSI devices on Scsi_Host + - scsi: zfcp: fix scsi_eh host reset with port_forced ERP for non-NPIV FCP + devices + - drm/rockchip: vop: reset scale mode when win is disabled + - tty/serial: atmel: Add is_half_duplex helper + - tty/serial: atmel: RS485 HD w/DMA: enable RX after TX is stopped + - tty: mxs-auart: fix a potential NULL pointer dereference + - tty: atmel_serial: fix a potential NULL pointer dereference + - tty: serial: qcom_geni_serial: Initialize baud in qcom_geni_console_setup + - staging: comedi: ni_mio_common: Fix divide-by-zero for DIO cmdtest + - staging: olpc_dcon_xo_1: add missing 'const' qualifier + - staging: speakup_soft: Fix alternate speech with other synths + - staging: vt6655: Remove vif check from vnt_interrupt + - staging: vt6655: Fix interrupt race condition on device start up. + - staging: erofs: fix to handle error path of erofs_vmap() + - staging: erofs: fix error handling when failed to read compresssed data + - staging: erofs: keep corrupted fs from crashing kernel in erofs_readdir() + - serial: max310x: Fix to avoid potential NULL pointer dereference + - serial: mvebu-uart: Fix to avoid a potential NULL pointer dereference + - serial: sh-sci: Fix setting SCSCR_TIE while transferring data + - USB: serial: cp210x: add new device id + - USB: serial: ftdi_sio: add additional NovaTech products + - USB: serial: mos7720: fix mos_parport refcount imbalance on error path + - USB: serial: option: set driver_info for SIM5218 and compatibles + - USB: serial: option: add support for Quectel EM12 + - USB: serial: option: add Olicard 600 + - ACPI / CPPC: Fix guaranteed performance handling + - Disable kgdboc failed by echo space to /sys/module/kgdboc/parameters/kgdboc + - fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_links + - drivers/block/zram/zram_drv.c: fix idle/writeback string compare + - blk-mq: fix sbitmap ws_active for shared tags + - cpufreq: intel_pstate: Also use CPPC nominal_perf for base_frequency + - cpufreq: scpi: Fix use after free + - drm/vgem: fix use-after-free when drm_gem_handle_create() fails + - drm/vkms: fix use-after-free when drm_gem_handle_create() fails + - drm/i915: Mark AML 0x87CA as ULX + - drm/i915/gvt: Fix MI_FLUSH_DW parsing with correct index check + - drm/i915/icl: Fix the TRANS_DDI_FUNC_CTL2 bitfield macro + - gpio: exar: add a check for the return value of ida_simple_get fails + - gpio: adnp: Fix testing wrong value in adnp_gpio_direction_input + - phy: sun4i-usb: Support set_mode to USB_HOST for non-OTG PHYs + - usb: mtu3: fix EXTCON dependency + - USB: gadget: f_hid: fix deadlock in f_hidg_write() + - usb: common: Consider only available nodes for dr_mode + - mm/memory.c: fix modifying of page protection by insert_pfn() + - usb: host: xhci-rcar: Add XHCI_TRUST_TX_LENGTH quirk + - xhci: Fix port resume done detection for SS ports with LPM enabled + - usb: xhci: dbc: Don't free all memory with spinlock held + - xhci: Don't let USB3 ports stuck in polling state prevent suspend + - usb: cdc-acm: fix race during wakeup blocking TX traffic + - usb: typec: tcpm: Try PD-2.0 if sink does not respond to 3.0 source-caps + - usb: typec: Fix unchecked return value + - mm/hotplug: fix offline undo_isolate_page_range() + - mm: add support for kmem caches in DMA32 zone + - iommu/io-pgtable-arm-v7s: request DMA32 memory, and improve debugging + - mm: mempolicy: make mbind() return -EIO when MPOL_MF_STRICT is specified + - mm/debug.c: fix __dump_page when mapping->host is not set + - mm/memory_hotplug.c: fix notification in offline error path + - mm/page_isolation.c: fix a wrong flag in set_migratetype_isolate() + - mm/migrate.c: add missing flush_dcache_page for non-mapped page migrate + - perf pmu: Fix parser error for uncore event alias + - perf intel-pt: Fix TSC slip + - objtool: Query pkg-config for libelf location + - powerpc/pseries/energy: Use OF accessor functions to read ibm,drc-indexes + - powerpc/64: Fix memcmp reading past the end of src/dest + - powerpc/pseries/mce: Fix misleading print for TLB mutlihit + - watchdog: Respect watchdog cpumask on CPU hotplug + - cpu/hotplug: Prevent crash when CPU bringup fails on CONFIG_HOTPLUG_CPU=n + - x86/smp: Enforce CONFIG_HOTPLUG_CPU when SMP=y + - KVM: Reject device ioctls from processes other than the VM's creator + - KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hosts + - KVM: x86: update %rip after emulating IO + - bpf: do not restore dst_reg when cur_state is freed + - mt76x02u: use usb_bulk_msg to upload firmware + - Linux 5.0.6 + + * RDMA/hns updates for disco (LP: #1822897) + - RDMA/hns: Fix the bug with updating rq head pointer when flush cqe + - RDMA/hns: Bugfix for the scene without receiver queue + - RDMA/hns: Add constraint on the setting of local ACK timeout + - RDMA/hns: Modify the pbl ba page size for hip08 + - RDMA/hns: RDMA/hns: Assign rq head pointer when enable rq record db + - RDMA/hns: Add the process of AEQ overflow for hip08 + - RDMA/hns: Add SCC context allocation support for hip08 + - RDMA/hns: Add SCC context clr support for hip08 + - RDMA/hns: Add timer allocation support for hip08 + - RDMA/hns: Remove set but not used variable 'rst' + - RDMA/hns: Make some function static + - RDMA/hns: Fix the Oops during rmmod or insmod ko when reset occurs + - RDMA/hns: Fix the chip hanging caused by sending mailbox&CMQ during reset + - RDMA/hns: Fix the chip hanging caused by sending doorbell during reset + - RDMA/hns: Limit minimum ROCE CQ depth to 64 + - RDMA/hns: Fix the state of rereg mr + - RDMA/hns: Set allocated memory to zero for wrid + - RDMA/hns: Delete useful prints for aeq subtype event + - RDMA/hns: Configure capacity of hns device + - RDMA/hns: Modify qp&cq&pd specification according to UM + - RDMA/hns: Bugfix for set hem of SCC + - RDMA/hns: Use GFP_ATOMIC in hns_roce_v2_modify_qp + + * autopkgtests run too often, too much and don't skip enough (LP: #1823056) + - Set +x on rebuild testcase. + - Skip rebuild test, for regression-suite deps. + - Make ubuntu-regression-suite skippable on unbootable kernels. + - make rebuild use skippable error codes when skipping. + - Only run regression-suite, if requested to. + + * touchpad not working on lenovo yoga 530 (LP: #1787775) + - Revert "UBUNTU: SAUCE: i2c:amd Depends on ACPI" + - Revert "UBUNTU: SAUCE: i2c:amd move out pointer in union i2c_event_base" + - i2c: add extra check to safe DMA buffer helper + - i2c: Add drivers for the AMD PCIe MP2 I2C controller + - [Config] Update config for AMD MP2 I2C driver + + * Detect SMP PHY control command errors (LP: #1822680) + - scsi: libsas: Check SMP PHY control function result + + * disable a.out support (LP: #1818552) + - [Config] Disable a.out support + - [Config] remove binfmt_aout from abi for i386 lowlatency + + * bionic: fork out linux-snapdragon into its own topic kernel (LP: #1820868) + - [Packaging] remove snapdragon flavour support + - Revert "UBUNTU: SAUCE: (snapdragon) drm/msm/adv7511: wrap hacks under + CONFIG_ADV7511_SNAPDRAGON_HACKS #ifdefs" + - Revert "UBUNTU: SAUCE: (snapdragon) media: ov5645: skip address change if dt + addr == default addr" + - Revert "UBUNTU: SAUCE: (snapdragon) DT: leds: Add Qualcomm Light Pulse + Generator binding" + - Revert "UBUNTU: SAUCE: (snapdragon) MAINTAINERS: Add Qualcomm Camera Control + Interface driver" + - Revert "UBUNTU: SAUCE: (snapdragon) dt-bindings: media: Binding document for + Qualcomm Camera Control Interface driver" + - Revert "UBUNTU: SAUCE: (snapdragon) leds: Add driver for Qualcomm LPG" + - Revert "UBUNTU: SAUCE: (snapdragon) HACK: drm/msm/adv7511: Don't rely on + interrupts for EDID parsing" + - Revert "UBUNTU: SAUCE: (snapdragon) drm/bridge/adv7511: Delay clearing of + HPD interrupt status" + - Revert "UBUNTU: SAUCE: (snapdragon) media: ov5645: Fix I2C address" + - Revert "UBUNTU: SAUCE: (snapdragon) i2c-qcom-cci: Fix I2C address bug" + - Revert "UBUNTU: SAUCE: (snapdragon) i2c-qcom-cci: Fix run queue completion + timeout" + - Revert "UBUNTU: SAUCE: (snapdragon) camss: Do not register if no cameras are + present" + - Revert "UBUNTU: SAUCE: (snapdragon) i2c: Add Qualcomm Camera Control + Interface driver" + - Revert "UBUNTU: SAUCE: (snapdragon) ov5645: I2C address change" + - Revert "UBUNTU: SAUCE: (snapdragon) regulator: smd: Allow + REGULATOR_QCOM_SMD_RPM=m" + - Revert "UBUNTU: SAUCE: (snapdragon) cpufreq: Add apq8016 to cpufreq-dt- + platdev blacklist" + - Revert "UBUNTU: SAUCE: (snapdragon) PM / OPP: Add a helper to get an opp + regulator for device" + - Revert "UBUNTU: SAUCE: (snapdragon) PM / OPP: HACK: Allow to set regulator + without opp_list" + - Revert "UBUNTU: SAUCE: (snapdragon) PM / OPP: Drop RCU usage in + dev_pm_opp_adjust_voltage()" + - Revert "UBUNTU: SAUCE: (snapdragon) PM / OPP: Support adjusting OPP voltages + at runtime" + - Revert "UBUNTU: SAUCE: (snapdragon) regulator: smd: Add floor and corner + operations" + - Revert "UBUNTU: SAUCE: (snapdragon) power: avs: cpr: Register with cpufreq- + dt" + - Revert "UBUNTU: SAUCE: (snapdragon) power: avs: cpr: fix with new + reg_sequence structures" + - Revert "UBUNTU: SAUCE: (snapdragon) power: avs: cpr: Use raw mem access for + qfprom" + - Revert "UBUNTU: SAUCE: (snapdragon) power: avs: Add support for CPR (Core + Power Reduction)" + - Revert "UBUNTU: SAUCE: (snapdragon) HACK: drm/msm/iommu: Remove runtime_put + calls in map/unmap" + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable LEDS_QCOM_LPG" + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: distro.config: enable 'BBR' TCP + congestion algorithm" + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: distro.config: enable 'fq' and + 'fq_codel' qdiscs" + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: distro.config: enable + 'schedutil' CPUfreq governor" + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs: set USB_CONFIG_F_FS in + distro.config" + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable + CONFIG_USB_CONFIGFS_F_FS by default" + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs: add freq stat to sysfs" + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: configs: Enable camera drivers" + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: disable ANALOG_TV and + DIGITAL_TV" + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs: add more USB net + drivers" + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: configs: enable BT_QCOMSMD" + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable + CFG80211_DEFAULT_PS by default" + - Revert "UBUNTU: SAUCE: (snapdragon) Force the SMD regulator driver to be + compiled-in" + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs: enable dm_mod and + dm_crypt" + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: Enable a53/apcs and + avs" + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: configs: enable QCOM Venus" + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: distro.config: enable debug + friendly USB network adpater" + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: configs: enable WCN36xx" + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs; add distro.config" + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable QCOM audio + drivers for APQ8016 and DB410c" + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable REMOTEPROC" + - [Config] fix abi for remove i2c-qcom-cci module + - [Config] update annotations + - [Config] update configs following snapdragon removal + + * Disco update: v5.0.5 upstream stable release (LP: #1822671) + - Revert "ALSA: hda - Enforces runtime_resume after S3 and S4 for each codec" + - ALSA: hda - add Lenovo IdeaCentre B550 to the power_save_blacklist + - ALSA: firewire-motu: use 'version' field of unit directory to identify model + - mmc: pxamci: fix enum type confusion + - mmc: alcor: fix DMA reads + - mmc: mxcmmc: "Revert mmc: mxcmmc: handle highmem pages" + - mmc: renesas_sdhi: limit block count to 16 bit for old revisions + - drm/amdgpu: fix invalid use of change_bit + - drm/vmwgfx: Don't double-free the mode stored in par->set_mode + - drm/vmwgfx: Return 0 when gmrid::get_node runs out of ID's + - iommu/amd: fix sg->dma_address for sg->offset bigger than PAGE_SIZE + - iommu/iova: Fix tracking of recently failed iova address + - libceph: wait for latest osdmap in ceph_monc_blacklist_add() + - udf: Fix crash on IO error during truncate + - mips: loongson64: lemote-2f: Add IRQF_NO_SUSPEND to "cascade" irqaction. + - MIPS: Ensure ELF appended dtb is relocated + - MIPS: Fix kernel crash for R6 in jump label branch function + - powerpc/vdso64: Fix CLOCK_MONOTONIC inconsistencies across Y2038 + - powerpc/security: Fix spectre_v2 reporting + - net/mlx5: Fix DCT creation bad flow + - scsi: core: Avoid that a kernel warning appears during system resume + - scsi: qla2xxx: Fix FC-AL connection target discovery + - scsi: ibmvscsi: Protect ibmvscsi_head from concurrent modificaiton + - scsi: ibmvscsi: Fix empty event pool access during host removal + - futex: Ensure that futex address is aligned in handle_futex_death() + - perf probe: Fix getting the kernel map + - objtool: Move objtool_file struct off the stack + - irqchip/gic-v3-its: Fix comparison logic in lpi_range_cmp + - clocksource/drivers/riscv: Fix clocksource mask + - ALSA: ac97: Fix of-node refcount unbalance + - ext4: fix NULL pointer dereference while journal is aborted + - ext4: fix data corruption caused by unaligned direct AIO + - ext4: brelse all indirect buffer in ext4_ind_remove_space() + - media: v4l2-ctrls.c/uvc: zero v4l2_event + - Bluetooth: hci_uart: Check if socket buffer is ERR_PTR in h4_recv_buf() + - Bluetooth: Fix decrementing reference count twice in releasing socket + - Bluetooth: hci_ldisc: Initialize hci_dev before open() + - Bluetooth: hci_ldisc: Postpone HCI_UART_PROTO_READY bit set in + hci_uart_set_proto() + - drm/vkms: Fix flush_work() without INIT_WORK(). + - RDMA/cma: Rollback source IP address if failing to acquire device + - f2fs: fix to avoid deadlock of atomic file operations + - aio: simplify - and fix - fget/fput for io_submit() + - netfilter: ebtables: remove BUGPRINT messages + - loop: access lo_backing_file only when the loop device is Lo_bound + - x86/unwind: Handle NULL pointer calls better in frame unwinder + - x86/unwind: Add hardcoded ORC entry for NULL + - locking/lockdep: Add debug_locks check in __lock_downgrade() + - ALSA: hda - Record the current power state before suspend/resume calls + - ALSA: hda - Enforces runtime_resume after S3 and S4 for each codec + - Linux 5.0.5 + + * hisi_sas updates for disco (LP: #1822385) + - scsi: hisi_sas: send primitive NOTIFY to SSP situation only + - scsi: hisi_sas: shutdown axi bus to avoid exception CQ returned + - scsi: hisi_sas: remove the check of sas_dev status in + hisi_sas_I_T_nexus_reset() + - scsi: hisi_sas: Remove unused parameter of function hisi_sas_alloc() + - scsi: hisi_sas: Reject setting programmed minimum linkrate > 1.5G + - scsi: hisi_sas: Fix losing directly attached disk when hot-plug + - scsi: hisi_sas: Correct memory allocation size for DQ debugfs + - scsi: hisi_sas: Some misc tidy-up + - scsi: hisi_sas: Fix to only call scsi_get_prot_op() for non-NULL scsi_cmnd + - scsi: hisi_sas: Add missing seq_printf() call in hisi_sas_show_row_32() + - scsi: hisi_sas: Add support for DIX feature for v3 hw + - scsi: hisi_sas: Add manual trigger for debugfs dump + - scsi: hisi_sas: change queue depth from 512 to 4096 + - scsi: hisi_sas: Issue internal abort on all relevant queues + - scsi: hisi_sas: Use pci_irq_get_affinity() for v3 hw as experimental + - scsi: hisi_sas: Do some more tidy-up + - scsi: hisi_sas: Change return variable type in phy_up_v3_hw() + - scsi: hisi_sas: Fix a timeout race of driver internal and SMP IO + - scsi: hisi_sas: print PHY RX errors count for later revision of v3 hw + - scsi: hisi_sas: Set PHY linkrate when disconnected + - scsi: hisi_sas: Send HARD RESET to clear the previous affiliation of STP + target port + - scsi: hisi_sas: Change SERDES_CFG init value to increase reliability of + HiLink + - scsi: hisi_sas: Add softreset in hisi_sas_I_T_nexus_reset() + + * [Patch][Raven 2] kernel 5.0.0 cannot boot because of psp response + (LP: #1822267) + - drm/amdgpu/psp: Fix can't detect psp INVOKE command failed + - drm/amdgpu/psp: ignore psp response status + + * 3b080b2564287be91605bfd1d5ee985696e61d3c in ubuntu_btrfs_kernel_fixes + triggers system hang on i386 (LP: #1812845) + - btrfs: raid56: properly unmap parity page in finish_parity_scrub() + + * enable CONFIG_DRM_BOCHS (LP: #1795857) + - [Config] Reenable DRM_BOCHS as module + + * [Dell Precision 7530/5530 with Nvidia Quadro P1000] Live USB freezes or + cannot complete install when nouveau driver is loaded (crashing in GP100 + code) (LP: #1822026) + - SAUCE: drm/nouveau: Disable nouveau driver by default + + * Need to add Intel CML related pci-id's (LP: #1821863) + - drm/i915/cml: Add CML PCI IDS + - drm/i915/cml: Introduce Comet Lake PCH + + * ARM: Add support for the SDEI interface (LP: #1822005) + - ACPI / APEI: Don't wait to serialise with oops messages when panic()ing + - ACPI / APEI: Remove silent flag from ghes_read_estatus() + - ACPI / APEI: Switch estatus pool to use vmalloc memory + - ACPI / APEI: Make hest.c manage the estatus memory pool + - ACPI / APEI: Make estatus pool allocation a static size + - ACPI / APEI: Don't store CPER records physical address in struct ghes + - ACPI / APEI: Remove spurious GHES_TO_CLEAR check + - ACPI / APEI: Don't update struct ghes' flags in read/clear estatus + - ACPI / APEI: Generalise the estatus queue's notify code + - ACPI / APEI: Don't allow ghes_ack_error() to mask earlier errors + - ACPI / APEI: Move NOTIFY_SEA between the estatus-queue and NOTIFY_NMI + - ACPI / APEI: Switch NOTIFY_SEA to use the estatus queue + - KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbing + - arm64: KVM/mm: Move SEA handling behind a single 'claim' interface + - ACPI / APEI: Move locking to the notification helper + - ACPI / APEI: Let the notification helper specify the fixmap slot + - ACPI / APEI: Pass ghes and estatus separately to avoid a later copy + - ACPI / APEI: Make GHES estatus header validation more user friendly + - ACPI / APEI: Split ghes_read_estatus() to allow a peek at the CPER length + - ACPI / APEI: Only use queued estatus entry during in_nmi_queue_one_entry() + - ACPI / APEI: Use separate fixmap pages for arm64 NMI-like notifications + - firmware: arm_sdei: Add ACPI GHES registration helper + - ACPI / APEI: Add support for the SDEI GHES Notification type + + * CVE-2019-9857 + - inotify: Fix fsnotify_mark refcount leak in inotify_update_existing_watch() + + * scsi: libsas: Support SATA PHY connection rate unmatch fixing during + discovery (LP: #1821408) + - scsi: libsas: Support SATA PHY connection rate unmatch fixing during + discovery + + * Qualcomm Atheros QCA9377 wireless does not work (LP: #1818204) + - platform/x86: ideapad-laptop: Add Ideapad 530S-14ARR to no_hw_rfkill list + + * Lenovo ideapad 330-15ICH Wifi rfkill hard blocked (LP: #1811815) + - platform/x86: ideapad: Add ideapad 330-15ICH to no_hw_rfkill + + * hid-sensor-hub spamming dmesg in 4.20 (LP: #1818547) + - HID: Increase maximum report size allowed by hid_field_extract() + + * [disco] [5.0.0-7.8] can't mount guest cifs share (LP: #1821053) + - cifs: allow guest mounts to work for smb3.11 + - SMB3: Fix SMB3.1.1 guest mounts to Samba + + * Add HiSilicon SoC quirk for cpufreq (LP: #1821620) + - ACPI / CPPC: Add a helper to get desired performance + - cpufreq / cppc: Work around for Hisilicon CPPC cpufreq + + * Disco update: v5.0.4 upstream stable release (LP: #1821607) + - 9p: use inode->i_lock to protect i_size_write() under 32-bit + - 9p/net: fix memory leak in p9_client_create + - ASoC: fsl_esai: fix register setting issue in RIGHT_J mode + - ASoC: codecs: pcm186x: fix wrong usage of DECLARE_TLV_DB_SCALE() + - ASoC: codecs: pcm186x: Fix energysense SLEEP bit + - iio: adc: exynos-adc: Fix NULL pointer exception on unbind + - iio: adc: exynos-adc: Use proper number of channels for Exynos4x12 + - mei: hbm: clean the feature flags on link reset + - mei: bus: move hw module get/put to probe/release + - stm class: Prevent division by zero + - stm class: Fix an endless loop in channel allocation + - crypto: caam - fix hash context DMA unmap size + - crypto: ccree - fix missing break in switch statement + - crypto: caam - fixed handling of sg list + - crypto: caam - fix DMA mapping of stack memory + - crypto: ccree - fix free of unallocated mlli buffer + - crypto: ccree - unmap buffer before copying IV + - crypto: ccree - don't copy zero size ciphertext + - crypto: cfb - add missing 'chunksize' property + - crypto: cfb - remove bogus memcpy() with src == dest + - crypto: ofb - fix handling partial blocks and make thread-safe + - crypto: ahash - fix another early termination in hash walk + - crypto: rockchip - fix scatterlist nents error + - crypto: rockchip - update new iv to device in multiple operations + - dax: Flush partial PMDs correctly + - nfit: Fix nfit_intel_shutdown_status() command submission + - nfit: acpi_nfit_ctl(): Check out_obj->type in the right place + - acpi/nfit: Fix bus command validation + - nfit/ars: Attempt a short-ARS whenever the ARS state is idle at boot + - nfit/ars: Attempt short-ARS even in the no_init_ars case + - libnvdimm/label: Clear 'updating' flag after label-set update + - libnvdimm, pfn: Fix over-trim in trim_pfn_device() + - libnvdimm/pmem: Honor force_raw for legacy pmem regions + - libnvdimm: Fix altmap reservation size calculation + - fix cgroup_do_mount() handling of failure exits + - crypto: aead - set CRYPTO_TFM_NEED_KEY if ->setkey() fails + - crypto: aegis - fix handling chunked inputs + - crypto: arm/crct10dif - revert to C code for short inputs + - crypto: arm64/aes-neonbs - fix returning final keystream block + - crypto: arm64/crct10dif - revert to C code for short inputs + - crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() fails + - crypto: morus - fix handling chunked inputs + - crypto: pcbc - remove bogus memcpy()s with src == dest + - crypto: skcipher - set CRYPTO_TFM_NEED_KEY if ->setkey() fails + - crypto: testmgr - skip crc32c context test for ahash algorithms + - crypto: x86/aegis - fix handling chunked inputs and MAY_SLEEP + - crypto: x86/aesni-gcm - fix crash on empty plaintext + - crypto: x86/morus - fix handling chunked inputs and MAY_SLEEP + - crypto: arm64/aes-ccm - fix logical bug in AAD MAC handling + - crypto: arm64/aes-ccm - fix bugs in non-NEON fallback routine + - CIFS: Fix leaking locked VFS cache pages in writeback retry + - CIFS: Do not reset lease state to NONE on lease break + - CIFS: Do not skip SMB2 message IDs on send failures + - CIFS: Fix read after write for files with read caching + - smb3: make default i/o size for smb3 mounts larger + - tracing: Use strncpy instead of memcpy for string keys in hist triggers + - tracing: Do not free iter->trace in fail path of tracing_open_pipe() + - tracing/perf: Use strndup_user() instead of buggy open-coded version + - vmw_balloon: release lock on error in vmballoon_reset() + - xen: fix dom0 boot on huge systems + - ACPI / device_sysfs: Avoid OF modalias creation for removed device + - mmc: sdhci-esdhc-imx: fix HS400 timing issue + - mmc: renesas_sdhi: Fix card initialization failure in high speed mode + - mmc:fix a bug when max_discard is 0 + - spi: ti-qspi: Fix mmap read when more than one CS in use + - spi: pxa2xx: Setup maximum supported DMA transfer length + - spi: omap2-mcspi: Fix DMA and FIFO event trigger size mismatch + - spi: spi-gpio: fix SPI_CS_HIGH capability + - regulator: s2mps11: Fix steps for buck7, buck8 and LDO35 + - regulator: max77620: Initialize values for DT properties + - regulator: s2mpa01: Fix step values for some LDOs + - mt76: fix corrupted software generated tx CCMP PN + - clocksource/drivers/exynos_mct: Move one-shot check from tick clear to ISR + - clocksource/drivers/exynos_mct: Clear timer interrupt when shutdown + - clocksource/drivers/arch_timer: Workaround for Allwinner A64 timer + instability + - s390: vfio_ap: link the vfio_ap devices to the vfio_ap bus subsystem + - s390/setup: fix early warning messages + - s390/virtio: handle find on invalid queue gracefully + - scsi: virtio_scsi: don't send sc payload with tmfs + - scsi: aacraid: Fix performance issue on logical drives + - scsi: sd: Optimal I/O size should be a multiple of physical block size + - scsi: target/iscsi: Avoid iscsit_release_commands_from_conn() deadlock + - scsi: qla2xxx: Fix LUN discovery if loop id is not assigned yet by firmware + - scsi: qla2xxx: Avoid PCI IRQ affinity mapping when multiqueue is not + supported + - scsi: qla2xxx: Use complete switch scan for RSCN events + - fs/devpts: always delete dcache dentry-s in dput() + - splice: don't merge into linked buffers + - ovl: During copy up, first copy up data and then xattrs + - ovl: Do not lose security.capability xattr over metadata file copy-up + - m68k: Add -ffreestanding to CFLAGS + - Btrfs: setup a nofs context for memory allocation at btrfs_create_tree() + - Btrfs: setup a nofs context for memory allocation at __btrfs_set_acl + - btrfs: scrub: fix circular locking dependency warning + - btrfs: drop the lock on error in btrfs_dev_replace_cancel + - btrfs: ensure that a DUP or RAID1 block group has exactly two stripes + - btrfs: init csum_list before possible free + - Btrfs: fix corruption reading shared and compressed extents after hole + punching + - Btrfs: fix deadlock between clone/dedupe and rename + - soc: qcom: rpmh: Avoid accessing freed memory from batch API + - libertas_tf: don't set URB_ZERO_PACKET on IN USB transfer + - irqchip/gic-v3-its: Avoid parsing _indirect_ twice for Device table + - irqchip/brcmstb-l2: Use _irqsave locking variants in non-interrupt code + - x86/kprobes: Prohibit probing on optprobe template code + - cpufreq: kryo: Release OPP tables on module removal + - cpufreq: tegra124: add missing of_node_put() + - cpufreq: pxa2xx: remove incorrect __init annotation + - ext4: fix check of inode in swap_inode_boot_loader + - ext4: cleanup pagecache before swap i_data + - mm: hwpoison: fix thp split handing in soft_offline_in_use_page() + - mm/vmalloc: fix size check for remap_vmalloc_range_partial() + - mm/memory.c: do_fault: avoid usage of stale vm_area_struct + - kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_conv + - nvmem: core: don't check the return value of notifier chain call + - device property: Fix the length used in PROPERTY_ENTRY_STRING() + - intel_th: Don't reference unassigned outputs + - parport_pc: fix find_superio io compare code, should use equal test. + - i2c: tegra: fix maximum transfer size + - i2c: tegra: update maximum transfer size + - media: i2c: ov5640: Fix post-reset delay + - gpio: pca953x: Fix dereference of irq data in shutdown + - ext4: update quota information while swapping boot loader inode + - ext4: add mask of ext4 flags to swap + - ext4: fix crash during online resizing + - dma: Introduce dma_max_mapping_size() + - swiotlb: Introduce swiotlb_max_mapping_size() + - swiotlb: Add is_swiotlb_active() function + - PCI/ASPM: Use LTR if already enabled by platform + - PCI/DPC: Fix print AER status in DPC event handling + - PCI: qcom: Don't deassert reset GPIO during probe + - PCI: dwc: skip MSI init if MSIs have been explicitly disabled + - PCI: pci-bridge-emul: Create per-bridge copy of register behavior + - PCI: pci-bridge-emul: Extend pci_bridge_emul_init() with flags + - IB/hfi1: Close race condition on user context disable and close + - IB/rdmavt: Fix loopback send with invalidate ordering + - IB/rdmavt: Fix concurrency panics in QP post_send and modify to error + - cxl: Wrap iterations over afu slices inside 'afu_list_lock' + - ext2: Fix underflow in ext2_max_size() + - clk: uniphier: Fix update register for CPU-gear + - clk: clk-twl6040: Fix imprecise external abort for pdmclk + - clk: samsung: exynos5: Fix possible NULL pointer exception on + platform_device_alloc() failure + - clk: samsung: exynos5: Fix kfree() of const memory on setting + driver_override + - clk: ingenic: Fix round_rate misbehaving with non-integer dividers + - clk: ingenic: Fix doc of ingenic_cgu_div_info + - usb: chipidea: tegra: Fix missed ci_hdrc_remove_device() + - usb: typec: tps6598x: handle block writes separately with plain-I2C adapters + - dmaengine: usb-dmac: Make DMAC system sleep callbacks explicit + - serial: uartps: Fix stuck ISR if RX disabled with non-empty FIFO + - serial: 8250_of: assume reg-shift of 2 for mrvl,mmp-uart + - serial: 8250_pci: Fix number of ports for ACCES serial cards + - serial: 8250_pci: Have ACCES cards that use the four port Pericom PI7C9X7954 + chip use the pci_pericom_setup() + - jbd2: clear dirty flag when revoking a buffer from an older transaction + - jbd2: fix compile warning when using JBUFFER_TRACE + - selinux: add the missing walk_size + len check in selinux_sctp_bind_connect + - security/selinux: fix SECURITY_LSM_NATIVE_LABELS on reused superblock + - powerpc/32: Clear on-stack exception marker upon exception return + - powerpc/wii: properly disable use of BATs when requested. + - powerpc/powernv: Make opal log only readable by root + - powerpc/83xx: Also save/restore SPRG4-7 during suspend + - powerpc/kvm: Save and restore host AMR/IAMR/UAMOR + - powerpc/powernv: Don't reprogram SLW image on every KVM guest entry/exit + - powerpc/64s/hash: Fix assert_slb_presence() use of the slbfee. instruction + - powerpc: Fix 32-bit KVM-PR lockup and host crash with MacOS guest + - powerpc/ptrace: Simplify vr_get/set() to avoid GCC warning + - powerpc/hugetlb: Don't do runtime allocation of 16G pages in LPAR + configuration + - powerpc/smp: Fix NMI IPI timeout + - powerpc/smp: Fix NMI IPI xmon timeout + - powerpc/traps: fix recoverability of machine check handling on book3s/32 + - powerpc/traps: Fix the message printed when stack overflows + - ARM: s3c24xx: Fix boolean expressions in osiris_dvs_notify + - arm64: Fix HCR.TGE status for NMI contexts + - arm64: debug: Don't propagate UNKNOWN FAR into si_code for debug signals + - arm64: debug: Ensure debug handlers check triggering exception level + - arm64: KVM: Fix architecturally invalid reset value for FPEXC32_EL2 + - Revert "KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()" + - ipmi_si: Fix crash when using hard-coded device + - ipmi_si: fix use-after-free of resource->name + - dm: fix to_sector() for 32bit + - dm integrity: limit the rate of error messages + - media: cx25840: mark pad sig_types to fix cx231xx init + - mfd: sm501: Fix potential NULL pointer dereference + - cpcap-charger: generate events for userspace + - cpuidle: governor: Add new governors to cpuidle_governors again + - NFS: Fix I/O request leakages + - NFS: Fix an I/O request leakage in nfs_do_recoalesce + - NFS: Don't recoalesce on error in nfs_pageio_complete_mirror() + - nfsd: fix performance-limiting session calculation + - nfsd: fix memory corruption caused by readdir + - nfsd: fix wrong check in write_v4_end_grace() + - NFSv4.1: Reinitialise sequence results before retransmitting a request + - svcrpc: fix UDP on servers with lots of threads + - PM / wakeup: Rework wakeup source timer cancellation + - PM / OPP: Update performance state when freq == old_freq + - bcache: treat stale && dirty keys as bad keys + - bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadata + - stable-kernel-rules.rst: add link to networking patch queue + - vt: perform safe console erase in the right order + - x86/unwind/orc: Fix ORC unwind table alignment + - perf intel-pt: Fix CYC timestamp calculation after OVF + - perf tools: Fix split_kallsyms_for_kcore() for trampoline symbols + - perf auxtrace: Define auxtrace record alignment + - perf intel-pt: Fix overlap calculation for padding + - perf/x86/intel/uncore: Fix client IMC events return huge result + - perf intel-pt: Fix divide by zero when TSC is not available + - md: Fix failed allocation of md_register_thread + - x86/kvmclock: set offset for kvm unstable clock + - x86/ftrace: Fix warning and considate ftrace_jmp_replace() and + ftrace_call_replace() + - tpm/tpm_crb: Avoid unaligned reads in crb_recv() + - tpm: Unify the send callback behaviour + - rcu: Do RCU GP kthread self-wakeup from softirq and interrupt + - media: imx: prpencvf: Stop upstream before disabling IDMA channel + - media: lgdt330x: fix lock status reporting + - media: sun6i: Fix CSI regmap's max_register + - media: uvcvideo: Avoid NULL pointer dereference at the end of streaming + - media: vimc: Add vimc-streamer for stream control + - media: imx-csi: Input connections to CSI should be optional + - media: imx: csi: Disable CSI immediately after last EOF + - media: imx: csi: Stop upstream before disabling IDMA channel + - drm/fb-helper: generic: Fix drm_fbdev_client_restore() + - drm/radeon/evergreen_cs: fix missing break in switch statement + - drm/amd/powerplay: correct power reading on fiji + - drm/amd/display: don't call dm_pp_ function from an fpu block + - KVM: Call kvm_arch_memslots_updated() before updating memslots + - KVM: VMX: Compare only a single byte for VMCS' "launched" in vCPU-run + - KVM: VMX: Zero out *all* general purpose registers after VM-Exit + - KVM: x86/mmu: Detect MMIO generation wrap in any address space + - KVM: x86/mmu: Do not cache MMIO accesses while memslots are in flux + - KVM: nVMX: Sign extend displacements of VMX instr's mem operands + - KVM: nVMX: Apply addr size mask to effective address for VMX instructions + - KVM: nVMX: Ignore limit checks on VMX instructions using flat segments + - KVM: nVMX: Check a single byte for VMCS "launched" in nested early checks + - net: dsa: lantiq_gswip: fix use-after-free on failed probe + - net: dsa: lantiq_gswip: fix OF child-node lookups + - s390/setup: fix boot crash for machine without EDAT-1 + - SUNRPC: Prevent thundering herd when the socket is not connected + - SUNRPC: Fix up RPC back channel transmission + - SUNRPC: Respect RPC call timeouts when retrying transmission + - Linux 5.0.4 + - [Config] update configs for 5.0.4 stable update + + * New Intel Wireless-AC 9260 [8086:2526] card not correctly probed in Ubuntu + system (LP: #1821271) + - iwlwifi: add new card for 9260 series + + * [CONFIG] please enable highdpi font FONT_TER16x32 (LP: #1819881) + - [Config]: enable highdpi Terminus 16x32 font support + + * [SRU][B/B-OEM/C/D] Fix AMD IOMMU NULL dereference (LP: #1820990) + - iommu/amd: Fix NULL dereference bug in match_hid_uid + + * some codecs stop working after S3 (LP: #1820930) + - ALSA: hda - Enforces runtime_resume after S3 and S4 for each codec + - ALSA: hda - Don't trigger jackpoll_work in azx_resume + + * tcm_loop.ko: move from modules-extra into main modules package + (LP: #1817786) + - [Packaging] move tcm_loop.lo to main linux-modules package + + * C++ demangling support missing from perf (LP: #1396654) + - [Packaging] fix a mistype + + * r8169 doesn't get woken up by ethernet cable plugging, no PME generated + (LP: #1817676) + - PCI: pciehp: Disable Data Link Layer State Changed event on suspend + + * Disco update: v5.0.3 upstream stable release (LP: #1821074) + - connector: fix unsafe usage of ->real_parent + - fou, fou6: avoid uninit-value in gue_err() and gue6_err() + - gro_cells: make sure device is up in gro_cells_receive() + - ipv4/route: fail early when inet dev is missing + - l2tp: fix infoleak in l2tp_ip6_recvmsg() + - lan743x: Fix RX Kernel Panic + - lan743x: Fix TX Stall Issue + - net: hsr: fix memory leak in hsr_dev_finalize() + - net/hsr: fix possible crash in add_timer() + - net: sit: fix UBSAN Undefined behaviour in check_6rd + - net/x25: fix use-after-free in x25_device_event() + - net/x25: reset state in x25_connect() + - pptp: dst_release sk_dst_cache in pptp_sock_destruct + - ravb: Decrease TxFIFO depth of Q3 and Q2 to one + - route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a race + - rxrpc: Fix client call queueing, waiting for channel + - sctp: remove sched init from sctp_stream_init + - tcp: do not report TCP_CM_INQ of 0 for closed connections + - tcp: Don't access TCP_SKB_CB before initializing it + - tcp: handle inet_csk_reqsk_queue_add() failures + - vxlan: Fix GRO cells race condition between receive and link delete + - vxlan: test dev->flags & IFF_UP before calling gro_cells_receive() + - net/mlx4_core: Fix reset flow when in command polling mode + - net/mlx4_core: Fix locking in SRIOV mode when switching between events and + polling + - net/mlx4_core: Fix qp mtt size calculation + - net: dsa: mv88e6xxx: Set correct interface mode for CPU/DSA ports + - vsock/virtio: fix kernel panic from virtio_transport_reset_no_sock + - net: sched: flower: insert new filter to idr after setting its mask + - f2fs: wait on atomic writes to count F2FS_CP_WB_DATA + - perf/x86: Fixup typo in stub functions + - ALSA: bebob: use more identical mod_alias for Saffire Pro 10 I/O against + Liquid Saffire 56 + - ALSA: firewire-motu: fix construction of PCM frame for capture direction + - ALSA: hda: Extend i915 component bind timeout + - ALSA: hda - add more quirks for HP Z2 G4 and HP Z240 + - ALSA: hda/realtek: Enable audio jacks of ASUS UX362FA with ALC294 + - ALSA: hda/realtek - Reduce click noise on Dell Precision 5820 headphone + - ALSA: hda/realtek: Enable headset MIC of Acer TravelMate X514-51T with + ALC255 + - perf/x86/intel: Fix memory corruption + - perf/x86/intel: Make dev_attr_allow_tsx_force_abort static + - It's wrong to add len to sector_nr in raid10 reshape twice + - drm: Block fb changes for async plane updates + - Linux 5.0.3 + + * Disco update: v5.0.2 upstream stable release (LP: #1820318) + - media: uvcvideo: Fix 'type' check leading to overflow + - Input: wacom_serial4 - add support for Wacom ArtPad II tablet + - Input: elan_i2c - add id for touchpad found in Lenovo s21e-20 + - iscsi_ibft: Fix missing break in switch statement + - scsi: aacraid: Fix missing break in switch statement + - x86/PCI: Fixup RTIT_BAR of Intel Denverton Trace Hub + - arm64: dts: zcu100-revC: Give wifi some time after power-on + - arm64: dts: hikey: Give wifi some time after power-on + - arm64: dts: hikey: Revert "Enable HS200 mode on eMMC" + - ARM: dts: exynos: Fix pinctrl definition for eMMC RTSN line on Odroid X2/U3 + - ARM: dts: exynos: Add minimal clkout parameters to Exynos3250 PMU + - ARM: dts: exynos: Fix max voltage for buck8 regulator on Odroid XU3/XU4 + - drm: disable uncached DMA optimization for ARM and arm64 + - media: Revert "media: rc: some events are dropped by userspace" + - Revert "PCI/PME: Implement runtime PM callbacks" + - bpf: Stop the psock parser before canceling its work + - gfs2: Fix missed wakeups in find_insert_glock + - staging: erofs: keep corrupted fs from crashing kernel in erofs_namei() + - staging: erofs: compressed_pages should not be accessed again after freed + - scripts/gdb: replace flags (MS_xyz -> SB_xyz) + - ath9k: Avoid OF no-EEPROM quirks without qca,no-eeprom + - perf/x86/intel: Make cpuc allocations consistent + - perf/x86/intel: Generalize dynamic constraint creation + - x86: Add TSX Force Abort CPUID/MSR + - perf/x86/intel: Implement support for TSX Force Abort + - Linux 5.0.2 + + * Linux security module stacking support + - LSM: Introduce LSM_FLAG_LEGACY_MAJOR + - LSM: Provide separate ordered initialization + - LSM: Plumb visibility into optional "enabled" state + - LSM: Lift LSM selection out of individual LSMs + - LSM: Build ordered list of LSMs to initialize + - LSM: Introduce CONFIG_LSM + - LSM: Introduce "lsm=" for boottime LSM selection + - LSM: Tie enabling logic to presence in ordered list + - LSM: Prepare for reorganizing "security=" logic + - LSM: Refactor "security=" in terms of enable/disable + - LSM: Separate idea of "major" LSM from "exclusive" LSM + - apparmor: Remove SECURITY_APPARMOR_BOOTPARAM_VALUE + - selinux: Remove SECURITY_SELINUX_BOOTPARAM_VALUE + - LSM: Add all exclusive LSMs to ordered initialization + - LSM: Split LSM preparation from initialization + - LoadPin: Initialize as ordered LSM + - Yama: Initialize as ordered LSM + - LSM: Introduce enum lsm_order + - capability: Initialize as LSM_ORDER_FIRST + - procfs: add smack subdir to attrs + - Smack: Abstract use of cred security blob + - SELinux: Abstract use of cred security blob + - SELinux: Remove cred security blob poisoning + - SELinux: Remove unused selinux_is_enabled + - AppArmor: Abstract use of cred security blob + - TOMOYO: Abstract use of cred security blob + - Infrastructure management of the cred security blob + - SELinux: Abstract use of file security blob + - Smack: Abstract use of file security blob + - LSM: Infrastructure management of the file security + - SELinux: Abstract use of inode security blob + - Smack: Abstract use of inode security blob + - LSM: Infrastructure management of the inode security + - LSM: Infrastructure management of the task security + - SELinux: Abstract use of ipc security blobs + - Smack: Abstract use of ipc security blobs + - LSM: Infrastructure management of the ipc security blob + - TOMOYO: Update LSM flags to no longer be exclusive + - LSM: generalize flag passing to security_capable + - LSM: Make lsm_early_cred() and lsm_early_task() local functions. + - LSM: Make some functions static + - apparmor: Adjust offset when accessing task blob. + - LSM: Ignore "security=" when "lsm=" is specified + - LSM: Update list of SECURITYFS users in Kconfig + - apparmor: delete the dentry in aafs_remove() to avoid a leak + - apparmor: fix double free when unpack of secmark rules fails + - SAUCE: LSM: Infrastructure management of the sock security + - SAUCE: LSM: Limit calls to certain module hooks + - SAUCE: LSM: Special handling for secctx lsm hooks + - SAUCE: LSM: Specify which LSM to display with /proc/self/attr/display + - SAUCE: Fix-up af_unix mediation for sock infrastructure management + - SAUCE: Revert "apparmor: Fix warning about unused function + apparmor_ipv6_postroute" + - SAUCE: Revert "apparmor: fix checkpatch error in Parse secmark policy" + - SAUCE: Revert "apparmor: add #ifdef checks for secmark filtering" + - SAUCE: Revert "apparmor: Allow filtering based on secmark policy" + - SAUCE: Revert "apparmor: Parse secmark policy" + - SAUCE: Revert "apparmor: Add a wildcard secid" + - SAUCE: Revert "apparmor: fix bad debug check in apparmor_secid_to_secctx()" + - SAUCE: Revert "apparmor: fixup secid map conversion to using IDR" + - SAUCE: Revert "apparmor: Use an IDR to allocate apparmor secids" + - SAUCE: Revert "apparmor: Fix memory leak of rule on error exit path" + - SAUCE: Revert "apparmor: modify audit rule support to support profile + stacks" + - SAUCE: Revert "apparmor: Add support for audit rule filtering" + - SAUCE: Revert "apparmor: add the ability to get a task's secid" + - SAUCE: Revert "apparmor: add support for mapping secids and using secctxes" + - SAUCE: apparmor: add proc subdir to attrs + - SAUCE: apparmor: add an apparmorfs entry to access current attrs + - SAUCE: apparmor: update flags to no longer be exclusive + - SAUCE: update configs and annotations for LSM stacking + + * Miscellaneous Ubuntu changes + - [Config] CONFIG_EARLY_PRINTK_USB_XDBC=y + - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the + kernel is locked down + - [Config] CONFIG_RANDOM_TRUST_CPU=y + - [Config] refresh annotations for recent config changes + - ubuntu: vbox -- update to 6.0.4-dfsg-7 + - Revert "UBUNTU: SAUCE: i2c:amd I2C Driver based on PCI Interface for + upcoming platform" + + -- Seth Forshee Thu, 04 Apr 2019 14:49:59 -0500 + +linux (5.0.0-8.9) disco; urgency=medium + + * linux: 5.0.0-8.9 -proposed tracker (LP: #1819759) + + * hisi_sas: add debugfs support (LP: #1819500) + - scsi: hisi_sas: Create root and device debugfs directories + - scsi: hisi_sas: Alloc debugfs snapshot buffer memory for all registers + - scsi: hisi_sas: Take debugfs snapshot for all regs + - scsi: hisi_sas: Debugfs global register create file and add file operations + - scsi: hisi_sas: Add debugfs for port registers + - scsi: hisi_sas: Add debugfs CQ file and add file operations + - scsi: hisi_sas: Add debugfs DQ file and add file operations + - scsi: hisi_sas: Add debugfs IOST file and add file operations + - scsi: hisi_sas: No need to check return value of debugfs_create functions + - scsi: hisi_sas: Fix type casting and missing static qualifier in debugfs + code + - scsi: hisi_sas: Add debugfs ITCT file and add file operations + + * [disco] hns driver updates from 5.1 merge window (LP: #1819535) + - net: hns: Use struct_size() in devm_kzalloc() + - net: hns3: modify enet reinitialization interface + - net: hns3: remove unused member in struct hns3_enet_ring + - net: hns3: remove unnecessary hns3_adjust_tqps_num + - net: hns3: reuse reinitialization interface in the hns3_set_channels + - net: hns3: add interface hclge_tm_bp_setup + - net: hns3: modify parameter checks in the hns3_set_channels + - net: hns3: remove redundant codes in hclge_knic_setup + - net: hns3: fix user configuration loss for ethtool -L + - net: hns3: adjust the use of alloc_tqps and num_tqps + - net: hns3: fix wrong combined count returned by ethtool -l + - net: hns3: do reinitialization while ETS configuration changed + - net: hns3: add HNAE3_RESTORE_CLIENT interface in enet module + - net: hns3: add calling roce callback function when link status change + - net: hns3: add rx multicast packets statistic + - net: hns3: refactor the statistics updating for netdev + - net: hns3: fix rss configuration lost problem when setting channel + - net: hns3: fix for shaper not setting when TC num changes + - net: hns3: fix bug of ethtool_ops.get_channels for VF + - net: hns3: clear param in ring when free ring + - net: hns3: Change fw error code NOT_EXEC to NOT_SUPPORTED + - net: hns3: do not return GE PFC setting err when initializing + - net: hns3: add ETS TC weight setting in SSU module + - net: hns3: add statistics for PFC frames and MAC control frames + - net: hns3: fix PFC not setting problem for DCB module + - net: hns3: don't update packet statistics for packets dropped by hardware + - net: hns3: clear pci private data when unload hns3 driver + - net: hns3: add error handling in hclge_ieee_setets + - net: hns3: fix return value handle issue for hclge_set_loopback() + - net: hns3: fix broadcast promisc issue for revision 0x20 + - net: hns3: After setting the loopback, add the status of getting MAC + - net: hns3: do reinitialization while mqprio configuration changed + - net: hns3: remove dcb_ops->map_update in hclge_dcb + - net: hns3: call hns3_nic_set_real_num_queue with netdev down + - net: hns3: add 8 BD limit for tx flow + - net: hns3: add initialization for nic state + - net: hns3: don't allow vf to enable promisc mode + - net: hns3: reuse the definition of l3 and l4 header info union + - net: hns3: fix VF dump register issue + - net: hns3: use the correct interface to stop|open port + - net: hns3: change hnae3_register_ae_dev() to int + - net: hns3: only support tc 0 for VF + - net: hns3: Fix NULL deref when unloading driver + - net: hns3: fix netif_napi_del() not do problem when unloading + - net: hns3: fix for rss result nonuniform + - net: hns3: fix improper error handling in the hclge_init_ae_dev() + - net: hns3: fix an issue for hclgevf_ae_get_hdev + - net: hns3: stop sending keep alive msg to PF when VF is resetting + - net: hns3: keep flow director state unchanged when reset + - net: hns3: Check for allocation failure + - net: hns3: fix a code style issue for hns3_update_new_int_gl() + - net: hns3: fix an issue for hns3_update_new_int_gl + - net: hns3: Modify parameter type from int to bool in set_gro_en + - net: hns3: code optimization for hclge_rx_buffer_calc + - net: hns3: add hclge_cmd_check_retval() to parse comman's return value + - net: hns3: move some set_bit statement into hclge_prepare_mac_addr + - net: hns3: fix a wrong checking in the hclge_tx_buffer_calc() + - net: hns3: fix the problem that the supported port is empty + - net: hns3: optimize the maximum TC macro + - net: hns3: don't allow user to change vlan filter state + - net: hns3: modify the upper limit judgment condition + - net: hns3: MAC table entry count function increases operation 0 value + protection measures + - net: hns3: make function hclge_set_all_vf_rst() static + - net: hns3: add pointer checking at the beginning of the exported functions. + - net: hns3: Check variable is valid before assigning it to another + - net: hns3: convert mac advertize and supported from u32 to link mode + - net: hns3: fix port info query issue for copper port + - net: hns3: modify print message of ssu common ecc errors + - net: hns3: some bugfix of ppu(rcb) ras errors + - net: hns3: enable 8~11th bit of mac common msi-x error + - net: hns3: fix 6th bit of ppp mpf abnormal errors + - net: hns3: Record VF unicast and multicast tables + - net: hns3: Record VF vlan tables + - net: hns3: uninitialize command queue while unloading PF driver + - net: hns3: clear command queue's registers when unloading VF driver + - net: hns3: add xps setting support for hns3 driver + - net: hns3: avoid mult + div op in critical data path + - net: hns3: limit some variable scope in critical data path + - net: hns3: remove some ops in struct hns3_nic_ops + - net: hns3: add unlikely for error handling in data path + - net: hns3: replace hnae3_set_bit and hnae3_set_field in data path + - net: hns3: remove hnae3_get_bit in data path + - net: hns3: add support to config depth for tx|rx ring separately + - net: hns3: enable VF VLAN filter for each VF when initializing + - net: hns3: fix get VF RSS issue + - net: hns3: fix setting of the hns reset_type for rdma hw errors + - net: hns3: fix improper error handling for hns3_client_start + - net: hns: use struct_size() in devm_kzalloc() + - net: hns3: Fix a logical vs bitwise typo + - net: hns3: add dma_rmb() for rx description + - net: hns3: fix to stop multiple HNS reset due to the AER changes + + * Build Nvidia drivers in conjunction with kernel (LP: #1764792) + - [Packaging] dkms-build -- support building against packages in PPAs + - [Packaging] dkms-build: do not redownload files on subsequent passes + - [Packaging] dkms-build -- elide partial Built-Using information + - [Packaging] dkms-build -- remove retpoline data from final binary packages + - [Packaging] dkms-build--nvidia* -- check gcc version against primary build + - [Packaging] dkms-build -- add support for unversioned overrides + - [Packaging] dkms-build--nvidia-* -- convert to generic -N form + - [Packaging] fix-filenames -- handle exact string removal + - [Packaging] dkms-build--nvidia-N -- remove GCC versions + + * Disco update: v5.0.1 upstream stable release (LP: #1819515) + - cpufreq: Use struct kobj_attribute instead of struct global_attr + - staging: erofs: fix mis-acted TAIL merging behavior + - binder: create node flag to request sender's security context + - USB: serial: option: add Telit ME910 ECM composition + - USB: serial: cp210x: add ID for Ingenico 3070 + - USB: serial: ftdi_sio: add ID for Hjelmslund Electronics USB485 + - driver core: Postpone DMA tear-down until after devres release + - staging: erofs: fix fast symlink w/o xattr when fs xattr is on + - staging: erofs: fix memleak of inode's shared xattr array + - staging: erofs: fix race of initializing xattrs of a inode at the same time + - staging: erofs: fix illegal address access under memory pressure + - staging: comedi: ni_660x: fix missing break in switch statement + - staging: wilc1000: fix to set correct value for 'vif_num' + - staging: android: ion: fix sys heap pool's gfp_flags + - staging: android: ashmem: Don't call fallocate() with ashmem_mutex held. + - staging: android: ashmem: Avoid range_alloc() allocation with ashmem_mutex + held. + - ip6mr: Do not call __IP6_INC_STATS() from preemptible context + - net: dsa: mv88e6xxx: add call to mv88e6xxx_ports_cmode_init to probe for new + DSA framework + - net: dsa: mv88e6xxx: handle unknown duplex modes gracefully in + mv88e6xxx_port_set_duplex + - net: dsa: mv8e6xxx: fix number of internal PHYs for 88E6x90 family + - net: mscc: Enable all ports in QSGMII + - net: sched: put back q.qlen into a single location + - net-sysfs: Fix mem leak in netdev_register_kobject + - qmi_wwan: Add support for Quectel EG12/EM12 + - sctp: call iov_iter_revert() after sending ABORT + - team: Free BPF filter when unregistering netdev + - tipc: fix RDM/DGRAM connect() regression + - x86/CPU/AMD: Set the CPB bit unconditionally on F17h + - x86/boot/compressed/64: Do not read legacy ROM on EFI system + - tracing: Fix event filters and triggers to handle negative numbers + - xhci: tegra: Prevent error pointer dereference + - usb: xhci: Fix for Enabling USB ROLE SWITCH QUIRK on + INTEL_SUNRISEPOINT_LP_XHCI + - applicom: Fix potential Spectre v1 vulnerabilities + - alpha: wire up io_pgetevents system call + - MIPS: irq: Allocate accurate order pages for irq stack + - aio: Fix locking in aio_poll() + - xtensa: fix get_wchan + - gnss: sirf: fix premature wakeup interrupt enable + - USB: serial: cp210x: fix GPIO in autosuspend + - Revert "selftests: firmware: add CONFIG_FW_LOADER_USER_HELPER_FALLBACK to + config" + - Revert "selftests: firmware: remove use of non-standard diff -Z option" + - selftests: firmware: fix verify_reqs() return value + - Bluetooth: btrtl: Restore old logic to assume firmware is already loaded + - Bluetooth: Fix locking in bt_accept_enqueue() for BH context + - Linux 5.0.1 + + * sky2 ethernet card doesn't work after returning from suspend + (LP: #1807259) // sky2 ethernet card link not up after suspend + (LP: #1809843) // Disco update: v5.0.1 upstream stable release + (LP: #1819515) + - sky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79 + + * tls selftest failures/hangs on i386 (LP: #1813607) + - [Config] CONFIG_TLS=n for i386 + + * CVE-2019-8980 + - exec: Fix mem leak in kernel_read_file + + * Miscellaneous Ubuntu changes + - SAUCE: selftests: net: Use 'ipproto ipv6-icmp' to match ICMPv6 headers + - [Config] enable nvidia build + - [Config] update gcc version to 8.3 + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: selftests: pmtu: disable accept_dad for tests" + + -- Thadeu Lima de Souza Cascardo Tue, 12 Mar 2019 16:15:44 -0300 + +linux (5.0.0-7.8) disco; urgency=medium + + * linux: 5.0.0-7.8 -proposed tracker (LP: #1818519) + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + * unnecessary request_queue freeze (LP: #1815733) + - block: avoid setting nr_requests to current value + - block: avoid setting none scheduler if it's already none + + * Miscellaneous Ubuntu changes + - SAUCE: selftests: net: Don't fail test_vxlan_under_vrf on xfail + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.0 + + -- Seth Forshee Mon, 04 Mar 2019 08:46:10 -0600 + +linux (5.0.0-6.7) disco; urgency=medium + + * linux: 5.0.0-6.7 -proposed tracker (LP: #1817585) + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + - [Packaging] resync getabis + + * installer does not support iSCSI iBFT (LP: #1817321) + - d-i: add iscsi_ibft to scsi-modules + + * Silent "Unknown key" message when pressing keyboard backlight hotkey + (LP: #1817063) + - platform/x86: dell-wmi: Ignore new keyboard backlight change event + + * Fix I219 doesn't get woken up after plugging ethernet cable (LP: #1817058) + - e1000e: Disable runtime PM on CNP+ + + * efi/arm/arm64: Allow SetVirtualAddressMap() to be omitted (LP: #1814982) + - efi/arm/arm64: Allow SetVirtualAddressMap() to be omitted + + * CVE-2019-3460 + - Bluetooth: Check L2CAP option sizes returned from l2cap_get_conf_opt + + * CVE-2019-3459 + - Bluetooth: Verify that l2cap_get_conf_opt provides large enough buffer + + * kernel net tls selftest fails on 5.0 (LP: #1816716) + - SAUCE: Revert "selftests/tls: Add test for recv(PEEK) spanning across + multiple records" + + * Please enable CONFIG_DMA_CMA=y on arm64 (LP: #1803206) + - [Config] annotations -- enforce CONFIG_DMA_CMA and update notes + + * [19.04 FEAT] [LS1801] PCI Virtual function enablement (LP: #1814684) + - s390/pci: map IOV resources + - s390/pci: improve bar check + + * glibc 2.28-0ubuntu1 ADT test failure with linux 5.0.0-1.2 (LP: #1813060) + - SAUCE: prevent a glibc test failure when looking for obsolete types on + headers + + * Miscellaneous Ubuntu changes + - [Config] Enforce CONFIG_ZCRYPT_MULTIDEVNODES in annotations + - SAUCE: selftests: pmtu: disable accept_dad for tests + - SAUCE: arm64: add kernel config option to lock down when in Secure Boot mode + - SAUCE: selftests: net: Make test for VXLAN underlay in non-default VRF an + expected failure + + [ Upstream Kernel Changes ] + + * Rebase to v5.0-rc8 + + -- Seth Forshee Mon, 25 Feb 2019 09:37:36 -0600 + +linux (5.0.0-5.6) disco; urgency=medium + + * [ALSA] [PATCH] System76 darp5 and oryp5 fixups (LP: #1815831) + - ALSA: hda/realtek - Headset microphone and internal speaker support for + System76 oryp5 + + * Miscellaneous Ubuntu changes + - [Config] Fix aufs menus in annotations file + - [Config] CONFIG_SAMPLE_TRACE_PRINTK=m + - [Config] Update annotations based on configs + + [ Upstream Kernel Changes ] + + * Rebase to v5.0-rc7 + + -- Seth Forshee Mon, 18 Feb 2019 10:04:11 +0100 + +linux (5.0.0-4.5) disco; urgency=medium + + * linux-buildinfo: pull out ABI information into its own package + (LP: #1806380) + - [Packaging] autoreconstruct -- base tag is always primary mainline version + + * [Packaging] Allow overlay of config annotations (LP: #1752072) + - [Packaging] config-check: Add an include directive + + * Miscellaneous Ubuntu changes + - hio -- stub out BIOVEC_PHYS_MERGEABLE for 4.20+ + - hio -- replace use of do_gettimeofday() + - hio -- part_round_stats() removed in 5.0 + - hio -- device_add_disk() grew a 'groups' argument in 4.20 + - enable hio build + - Revert "UBUNTU: [Packaging] autoreconstruct -- base tag is always primary + mainline version" + + [ Upstream Kernel Changes ] + + * Rebase to v5.0-rc6 + + -- Seth Forshee Tue, 12 Feb 2019 08:15:32 -0600 + +linux (5.0.0-3.4) disco; urgency=medium + + * CONFIG_TEST_BPF is disabled (LP: #1813955) + - [Config]: Reenable TEST_BPF + + * Ignore "incomplete report" from Elan touchpanels (LP: #1813733) + - HID: i2c-hid: Ignore input report if there's no data present on Elan + touchpanels + + * SecureBoot support for arm64 (LP: #1804481) + - Build signed kernels for arm64 + + * Miscellaneous Ubuntu changes + - SAUCE: selftests: net: fix "from" match test in fib_rule_tests.sh + - [Config] CONFIG_PCMCIA=n for arm64 and s390x + - [Config] CONFIG_SERIAL_SC16IS7XX=n for s390x + - [Config] disable I2C TPM drivers for s390x + - [Config] CONFIG_RAPIDIO=n for s390x + - [Config] CONFIG_DMADEVICES=n for s390x + - [Config] disable gpio drivers for s390x + - [Config] CONFIG_SENSORS_OCC_P8_I2C=m for ppc64el + - [Config] disable I2C hardware drivers for s390x + - [Config] CONFIG_I3C=n for s390x + - [Config] CONFIG_SERIO=n for s390x + - [Config] disable misc drivers for s390x + - [Config] disable EEPROM drivers for s390x + - [Config] disable MFD drivers for s390x + - [Config] CONFIG_NVMEM=n for s390x + - [Config] CONFIG_MLXSW_I2C=n for s390x + - [Config] CONFIG_NET_VENDOR_MICROCHIP=n for s390x + - [Config] CONFIG_PPP=n for s390x + - [Config] CONFIG_PCCARD=n for s390x + - [Config] CONFIG_PCI_MESON=y + - [Config] CONFIG_SCSI_MYRB=n for s390x + - [Config] CONFIG_REGULATOR=n for s390x + - [Config] CONFIG_ZIIRAVE_WATCHDOG=n for s390x + - [Config] CONFIG_NCSI_OEM_CMD_GET_MAC=y + - [Config] update annotations following config review + - [Packaging] remove handoff check for uefi signing + - [Packaging] decompress gzipped efi images in signing tarball + - vbox-update: allow leading whitespace when fixing up KERN_DIR + - ubuntu: vbox -- update to 6.0.4-dfsg-3 + - vbox: remove remount check in sf_read_super_aux() + - enable vbox build + - [Config] CONFIG_ANDROID_BINDER_DEVICES="" + - SAUCE: import aufs driver + - [Config]: Enable aufs + - [Config] relocate aufs annotations to menu + - [Config] remove unmatched configs from annotations + - [Config] fix up abi for removed modules + - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down + - SAUCE: (efi-lockdown) module: remove support for having IMA validate modules + - SAUCE: (efi-lockdown) Move EFI signature blob parser to shared location + - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot + - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed + - [Config] (efi-lockdown) enable importing of efi certificates for module sig + verification + + * Miscellaneous upstream changes + - binder: fix CONFIG_ANDROID_BINDER_DEVICES + + [ Upstream Kernel Changes ] + + * Rebase to v5.0-rc5 + + -- Seth Forshee Tue, 05 Feb 2019 14:26:12 -0600 + +linux (5.0.0-2.3) disco; urgency=medium + + * kernel oops in bcache module (LP: #1793901) + - SAUCE: bcache: never writeback a discard operation + + * Enable sound card power saving by default (LP: #1804265) + - [Config] CONFIG_SND_HDA_POWER_SAVE_DEFAULT=1 + + * Miscellaneous Ubuntu changes + - Revert "UBUNTU: SAUCE: selftests: disable some failing networking tests" + - SAUCE: ashmem: turn into module + - SAUCE: binder: turn into module + - SAUCE: binder: give binder_alloc its own debug mask file + - [Config] enable binder and ashmem as modules + - SAUCE: selftests: net: replace AF_MAX with INT_MAX in socket.c + - SAUCE: selftests/ftrace: Fix tab expansion in trace_marker snapshot trigger + test + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.0-rc4 + + -- Seth Forshee Tue, 29 Jan 2019 06:57:32 -0600 + +linux (5.0.0-1.2) disco; urgency=medium + + * Fix non-working QCA Rome Bluetooth after S3 (LP: #1812812) + - USB: Add new USB LPM helpers + - USB: Consolidate LPM checks to avoid enabling LPM twice + + * bluetooth controller not detected with 4.15 kernel (LP: #1810797) + - SAUCE: btqcomsmd: introduce BT_QCOMSMD_HACK + - [Config] arm64: snapdragon: BT_QCOMSMD_HACK=y + + * [19.04 FEAT| Enable virtio-gpu for s390x (LP: #1799467) + - [Config] enable virtio-gpu for s390x + + * Crash on "ip link add foo type ipip" (LP: #1811803) + - SAUCE: fan: Fix NULL pointer dereference + + * Fix not working Goodix touchpad (LP: #1811929) + - HID: i2c-hid: Disable runtime PM on Goodix touchpad + + * Miscellaneous Ubuntu changes + - update dkms package versions + - enable zfs build + + [ Upstream Kernel Changes ] + + * Rebase to v5.0-rc3 + + -- Seth Forshee Tue, 22 Jan 2019 13:56:17 -0600 + +linux (5.0.0-0.1) disco; urgency=medium + + * Build Nvidia drivers in conjunction with kernel (LP: #1764792) + - [Packaging] dkms -- add per package post-process step + - [Packaging] dkms -- switch to a consistent build prefix length and strip + - [Packaging] nvidia -- build and sign nvidia packages and ship signatures + - [Packaging] nvidia -- make nvidia package version explicit + + * Add support for ALC3277 codec on new Dell edge gateways (LP: #1807334) + - [Config] CONFIG_SND_SOC_INTEL_KBL_RT5660_MACH=m + + * RTL8822BE WiFi Disabled in Kernel 4.18.0-12 (LP: #1806472) + - [Config] CONFIG_RTLWIFI_DEBUG_ST=n + + * Miscellaneous Ubuntu changes + - ubuntu -- disable vbox build + - ubuntu -- disable hio build + - Disable zfs build + - SAUCE: import aufs driver + - update dkms package versions + - [Config] disable aufs config options + - [Config] disable nvidia build + - update dropped.txt + - [Packaging] disable nvidia dkms builds for mainline + - SAUCE: (efi-lockdown) Add the ability to lock down access to the running + kernel image + - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown + - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is + locked down + - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked + down + - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked + down + - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is + locked down + - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked + down + - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel + has been locked down + - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is + locked down + - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked + down + - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL + - SAUCE: (efi-lockdown) Lock down module params that specify hardware + parameters (eg. ioport) + - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module + - SAUCE: (efi-lockdown) Lock down /proc/kcore + - SAUCE: (efi-lockdown) Lock down kprobes + - SAUCE: (efi-lockdown) Lock down perf + - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked + down + - SAUCE: (efi-lockdown) debugfs: avoid EPERM when no open file operation + defined + - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to + secondary keyring + - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists + that aren't present. + - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework + efi_status_to_err(). + - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print + error messages. + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec + reboot + - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure + boot mode + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot + mode + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - [Config] set config options for efi lockdown + - Revert "UBUNTU: SAUCE: import aufs driver" + + [ Upstream Kernel Changes ] + + * Rebase to v5.0-rc2 + + -- Seth Forshee Thu, 17 Jan 2019 12:31:29 -0600 + +linux (5.0.0-0.0) disco; urgency=medium + + * Dummy entry. + + -- Seth Forshee Wed, 16 Jan 2019 14:48:05 -0600 + +linux (4.20.0-2.3) disco; urgency=medium + + [ Upstream Kernel Changes ] + + * Rebase to v4.20 + + -- Seth Forshee Thu, 03 Jan 2019 12:11:43 -0600 + +linux (4.20.0-1.2) disco; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + * Power leakage at S5 with Qualcomm Atheros QCA9377 802.11ac Wireless Network + Adapter (LP: #1805607) + - SAUCE: ath10k: provide reset function for QCA9377 chip + + * zfs/spl build in conjunction with the kernel from DKMS source (LP: #1807378) + - [Packaging] dkms -- dkms package build packaging support + - [Packaging] dkms -- save build objects artifacts for validation + - [Packaging] dkms -- add general Built-Using: support + - [Packaging] simplify Provides comma handling + - [Packaging] zfs/spl -- remove packaging support for incorporated source + - [Packaging] zfs/spl -- remove incorporated source + - [Packaging] zfs/spl -- build via dkms + - [Packaging] zfs/spl -- make zfs package version explicit + - [Packaging] update-version-dkms -- sync archive versions to package + + * Miscellaneous Ubuntu changes + - [Packaging] update-version-dkms -- fix getting distrbution from changelog + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v4.20-rc6 + + -- Seth Forshee Tue, 11 Dec 2018 11:33:08 -0600 + +linux (4.20.0-0.1) disco; urgency=medium + + * Overlayfs in user namespace leaks directory content of inaccessible + directories (LP: #1793458) // CVE-2018-6559 + - Revert "ovl: relax permission checking on underlying layers" + - SAUCE: overlayfs: ensure mounter privileges when reading directories + + * Miscellaneous Ubuntu changes + - SAUCE: (efi-lockdown) Add the ability to lock down access to the running + kernel image + - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown + - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down + - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is + locked down + - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked + down + - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked + down + - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is + locked down + - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked + down + - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel + has been locked down + - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is + locked down + - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked + down + - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL + - SAUCE: (efi-lockdown) Lock down module params that specify hardware + parameters (eg. ioport) + - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module + - SAUCE: (efi-lockdown) Lock down /proc/kcore + - SAUCE: (efi-lockdown) Lock down kprobes + - SAUCE: (efi-lockdown) Lock down perf + - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked + down + - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to + secondary keyring + - SAUCE: (efi-lockdown) efi: Add EFI signature data types + - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser + - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot + - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed + - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists + that aren't present. + - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework + efi_status_to_err(). + - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print + error messages. + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec + reboot + - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure + boot mode + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot + mode + - SAUCE: (efi-lockdown) Fix for module sig verification + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - SAUCE: Import aufs driver + - ubuntu: vbox -- update to 5.2.22-dfsg-2 + - ubuntu -- disable vbox build + - ubuntu -- disable hio build + - Disable zfs build + + [ Upstream Kernel Changes ] + + * Rebase to v4.20-rc5 + + -- Seth Forshee Fri, 07 Dec 2018 07:13:42 -0600 + +linux (4.20.0-0.0) disco; urgency=medium + + * Dummy entry. + + -- Seth Forshee Thu, 06 Dec 2018 10:20:19 -0600 + +linux (4.19.0-8.9) disco; urgency=medium + + * linux: 4.19.0-8.9 -proposed tracker (LP: #1806952) + + * Workaround CSS timeout on AMD SNPS 3.0 xHC (LP: #1806838) + - xhci: workaround CSS timeout on AMD SNPS 3.0 xHC + + * Fix Intel I210 doesn't work when ethernet cable gets plugged (LP: #1806818) + - igb: Fix an issue that PME is not enabled during runtime suspend + + * The line-out on the Dell Dock station can't work (LP: #1806532) + - ALSA: usb-audio: Add vendor and product name for Dell WD19 Dock + + * CVE-2018-19407 + - KVM: X86: Fix scan ioapic use-before-initialization + + * PC SN720 NVMe WDC 256GB consumes more power in S2Idle than during long idle + (LP: #1805775) + - SAUCE: pci/nvme: prevent WDC PC SN720 NVMe from entering D3 and being + disabled + + * Disco update: 4.19.6 upstream stable release (LP: #1806909) + - HID: steam: remove input device when a hid client is running. + - efi/libstub: arm: support building with clang + - usb: core: Fix hub port connection events lost + - usb: dwc3: gadget: fix ISOC TRB type on unaligned transfers + - usb: dwc3: gadget: Properly check last unaligned/zero chain TRB + - usb: dwc3: core: Clean up ULPI device + - usb: dwc3: Fix NULL pointer exception in dwc3_pci_remove() + - xhci: Fix leaking USB3 shared_hcd at xhci removal + - xhci: handle port status events for removed USB3 hcd + - xhci: Add check for invalid byte size error when UAS devices are connected. + - usb: xhci: fix uninitialized completion when USB3 port got wrong status + - usb: xhci: fix timeout for transition from RExit to U0 + - xhci: Add quirk to workaround the errata seen on Cavium Thunder-X2 Soc + - usb: xhci: Prevent bus suspend if a port connect change or polling state is + detected + - ALSA: oss: Use kvzalloc() for local buffer allocations + - MAINTAINERS: Add Sasha as a stable branch maintainer + - Documentation/security-bugs: Clarify treatment of embargoed information + - Documentation/security-bugs: Postpone fix publication in exceptional cases + - mmc: sdhci-pci: Try "cd" for card-detect lookup before using NULL + - mmc: sdhci-pci: Workaround GLK firmware failing to restore the tuning value + - gpio: don't free unallocated ida on gpiochip_add_data_with_key() error path + - iwlwifi: fix wrong WGDS_WIFI_DATA_SIZE + - iwlwifi: mvm: support sta_statistics() even on older firmware + - iwlwifi: mvm: fix regulatory domain update when the firmware starts + - iwlwifi: mvm: don't use SAR Geo if basic SAR is not used + - brcmfmac: fix reporting support for 160 MHz channels + - opp: ti-opp-supply: Dynamically update u_volt_min + - opp: ti-opp-supply: Correct the supply in _get_optimal_vdd_voltage call + - tools/power/cpupower: fix compilation with STATIC=true + - v9fs_dir_readdir: fix double-free on p9stat_read error + - selinux: Add __GFP_NOWARN to allocation at str_read() + - Input: synaptics - avoid using uninitialized variable when probing + - bfs: add sanity check at bfs_fill_super() + - sctp: clear the transport of some out_chunk_list chunks in + sctp_assoc_rm_peer + - gfs2: Don't leave s_fs_info pointing to freed memory in init_sbd + - llc: do not use sk_eat_skb() + - mm: don't warn about large allocations for slab + - mm/memory.c: recheck page table entry with page table lock held + - tcp: do not release socket ownership in tcp_close() + - drm/fb-helper: Blacklist writeback when adding connectors to fbdev + - drm/amdgpu: Add missing firmware entry for HAINAN + - drm/vc4: Set ->legacy_cursor_update to false when doing non-async updates + - drm/amdgpu: Fix oops when pp_funcs->switch_power_profile is unset + - drm/i915: Disable LP3 watermarks on all SNB machines + - drm/ast: change resolution may cause screen blurred + - drm/ast: fixed cursor may disappear sometimes + - drm/ast: Remove existing framebuffers before loading driver + - can: flexcan: Unlock the MB unconditionally + - can: dev: can_get_echo_skb(): factor out non sending code to + __can_get_echo_skb() + - can: dev: __can_get_echo_skb(): replace struct can_frame by canfd_frame to + access frame length + - can: dev: __can_get_echo_skb(): Don't crash the kernel if can_priv::echo_skb + is accessed out of bounds + - can: dev: __can_get_echo_skb(): print error message, if trying to echo non + existing skb + - can: rx-offload: introduce can_rx_offload_get_echo_skb() and + can_rx_offload_queue_sorted() functions + - can: rx-offload: rename can_rx_offload_irq_queue_err_skb() to + can_rx_offload_queue_tail() + - can: flexcan: use can_rx_offload_queue_sorted() for flexcan_irq_bus_*() + - can: flexcan: handle tx-complete CAN frames via rx-offload infrastructure + - can: raw: check for CAN FD capable netdev in raw_sendmsg() + - can: hi311x: Use level-triggered interrupt + - can: flexcan: Always use last mailbox for TX + - can: flexcan: remove not needed struct flexcan_priv::tx_mb and struct + flexcan_priv::tx_mb_idx + - ACPICA: AML interpreter: add region addresses in global list during + initialization + - IB/hfi1: Eliminate races in the SDMA send error path + - fsnotify: generalize handling of extra event flags + - fanotify: fix handling of events on child sub-directory + - pinctrl: meson: fix pinconf bias disable + - pinctrl: meson: fix gxbb ao pull register bits + - pinctrl: meson: fix gxl ao pull register bits + - pinctrl: meson: fix meson8 ao pull register bits + - pinctrl: meson: fix meson8b ao pull register bits + - tools/testing/nvdimm: Fix the array size for dimm devices. + - scsi: lpfc: fix remoteport access + - scsi: hisi_sas: Remove set but not used variable 'dq_list' + - KVM: PPC: Move and undef TRACE_INCLUDE_PATH/FILE + - cpufreq: imx6q: add return value check for voltage scale + - rtc: cmos: Do not export alarm rtc_ops when we do not support alarms + - rtc: pcf2127: fix a kmemleak caused in pcf2127_i2c_gather_write + - crypto: simd - correctly take reqsize of wrapped skcipher into account + - floppy: fix race condition in __floppy_read_block_0() + - powerpc/io: Fix the IO workarounds code to work with Radix + - sched/fair: Fix cpu_util_wake() for 'execl' type workloads + - perf/x86/intel/uncore: Add more IMC PCI IDs for KabyLake and CoffeeLake CPUs + - block: copy ioprio in __bio_clone_fast() and bounce + - SUNRPC: Fix a bogus get/put in generic_key_to_expire() + - riscv: add missing vdso_install target + - RISC-V: Silence some module warnings on 32-bit + - drm/amdgpu: fix bug with IH ring setup + - kdb: Use strscpy with destination buffer size + - NFSv4: Fix an Oops during delegation callbacks + - powerpc/numa: Suppress "VPHN is not supported" messages + - efi/arm: Revert deferred unmap of early memmap mapping + - z3fold: fix possible reclaim races + - mm, memory_hotplug: check zone_movable in has_unmovable_pages + - tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offset + - mm, page_alloc: check for max order in hot path + - dax: Avoid losing wakeup in dax_lock_mapping_entry + - include/linux/pfn_t.h: force '~' to be parsed as an unary operator + - tty: wipe buffer. + - tty: wipe buffer if not echoing data + - gfs2: Fix iomap buffer head reference counting bug + - rcu: Make need_resched() respond to urgent RCU-QS needs + - media: ov5640: Re-work MIPI startup sequence + - media: ov5640: Fix timings setup code + - media: ov5640: fix exposure regression + - media: ov5640: fix auto gain & exposure when changing mode + - media: ov5640: fix wrong binning value in exposure calculation + - media: ov5640: fix auto controls values when switching to manual mode + - Linux 4.19.6 + + * linux-buildinfo: pull out ABI information into its own package + (LP: #1806380) + - [Packaging] limit preparation to linux-libc-dev in headers + - [Packaging] commonise debhelper invocation + - [Packaging] ABI -- accumulate abi information at the end of the build + - [Packaging] buildinfo -- add basic build information + - [Packaging] buildinfo -- add firmware information to the flavour ABI + - [Packaging] buildinfo -- add compiler information to the flavour ABI + - [Packaging] buildinfo -- add buildinfo support to getabis + - [Packaging] getabis -- handle all known package combinations + - [Packaging] getabis -- support parsing a simple version + + * linux packages should own /usr/lib/linux/triggers (LP: #1770256) + - [Packaging] own /usr/lib/linux/triggers + + * Miscellaneous upstream changes + - blk-mq: fix corruption with direct issue + + -- Seth Forshee Wed, 05 Dec 2018 09:18:30 -0600 + +linux (4.19.0-7.8) disco; urgency=medium + + * linux: 4.19.0-7.8 -proposed tracker (LP: #1805465) + + * Fix and issue that LG I2C touchscreen stops working after reboot + (LP: #1805085) + - HID: i2c-hid: Disable runtime PM for LG touchscreen + + * click/pop noise in the headphone on several lenovo laptops (LP: #1805079) // + click/pop noise in the headphone on several lenovo laptops (LP: #1805079) + - ALSA: hda/realtek - fix the pop noise on headphone for lenovo laptops + + * Regression: hinic performance degrades over time (LP: #1805248) + - Revert "net-next/hinic: add checksum offload and TSO support" + + * Disco update: 4.19.5 upstream stable release (LP: #1805461) + - drm/i915: Replace some PAGE_SIZE with I915_GTT_PAGE_SIZE + - cifs: don't dereference smb_file_target before null check + - cifs: fix return value for cifs_listxattr + - arm64: kprobe: make page to RO mode when allocate it + - block: brd: associate with queue until adding disk + - net: hns3: bugfix for rtnl_lock's range in the hclgevf_reset() + - net: hns3: bugfix for rtnl_lock's range in the hclge_reset() + - net: hns3: bugfix for handling mailbox while the command queue reinitialized + - net: hns3: bugfix for the initialization of command queue's spin lock + - ixgbe: fix MAC anti-spoofing filter after VFLR + - reiserfs: propagate errors from fill_with_dentries() properly + - hfs: prevent btree data loss on root split + - hfsplus: prevent btree data loss on root split + - perf unwind: Take pgoff into account when reporting elf to libdwfl + - um: Give start_idle_thread() a return code + - drm/edid: Add 6 bpc quirk for BOE panel. + - afs: Handle EIO from delivery function + - platform/x86: intel_telemetry: report debugfs failure + - clk: fixed-rate: fix of_node_get-put imbalance + - perf symbols: Set PLT entry/header sizes properly on Sparc + - fs/exofs: fix potential memory leak in mount option parsing + - clk: samsung: exynos5420: Enable PERIS clocks for suspend + - apparmor: Fix uninitialized value in aa_split_fqname + - x86/earlyprintk: Add a force option for pciserial device + - platform/x86: acerhdf: Add BIOS entry for Gateway LT31 v1.3307 + - clk: meson-axg: pcie: drop the mpll3 clock parent + - arm64: percpu: Initialize ret in the default case + - clk: meson: clk-pll: drop CLK_GET_RATE_NOCACHE where unnecessary + - clk: renesas: r9a06g032: Fix UART34567 clock rate + - clk: ti: fix OF child-node lookup + - serial: sh-sci: Fix receive on SCIFA/SCIFB variants with DMA + - netfilter: ipv6: fix oops when defragmenting locally generated fragments + - netfilter: bridge: define INT_MIN & INT_MAX in userspace + - s390/decompressor: add missing FORCE to build targets + - s390/vdso: add missing FORCE to build targets + - HID: i2c-hid: Add a small delay after sleep command for Raydium touchpanel + - Revert "HID: add NOGET quirk for Eaton Ellipse MAX UPS" + - HID: alps: allow incoming reports when only the trackstick is opened + - Revert "netfilter: nft_numgen: add map lookups for numgen random operations" + - netfilter: ipset: list:set: Decrease refcount synchronously on deletion and + replace + - netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,net + - netfilter: ipset: fix ip_set_list allocation failure + - s390/mm: fix mis-accounting of pgtable_bytes + - s390/mm: Fix ERROR: "__node_distance" undefined! + - bpf: fix bpf_prog_get_info_by_fd to return 0 func_lens for unpriv + - netfilter: ipset: Correct rcu_dereference() call in ip_set_put_comment() + - netfilter: xt_IDLETIMER: add sysfs filename checking routine + - netfilter: ipset: Fix calling ip_set() macro at dumping + - netfilter: nft_compat: ebtables 'nat' table is normal chain type + - s390/qeth: fix HiperSockets sniffer + - s390/qeth: unregister netdevice only when registered + - net: hns3: Fix for out-of-bounds access when setting pfc back pressure + - hwmon: (ibmpowernv) Remove bogus __init annotations + - ARM: dts: imx6sll: fix typo for fsl,imx6sll-i2c node + - ARM: dts: fsl: Fix improperly quoted stdout-path values + - Revert "drm/exynos/decon5433: implement frame counter" + - arm64: dts: renesas: r8a7795: add missing dma-names on hscif2 + - arm64: dts: renesas: condor: switch from EtherAVB to GEther + - xen/grant-table: Fix incorrect gnttab_dma_free_pages() pr_debug message + - clk: fixed-factor: fix of_node_get-put imbalance + - mtd: nand: Fix nanddev_pos_next_page() kernel-doc header + - lib/raid6: Fix arm64 test build + - drm/amd/display: Stop leaking planes + - block: Clear kernel memory before copying to user + - drm/amd/display: Drop reusing drm connector for MST + - drm/amd/amdgpu/dm: Fix dm_dp_create_fake_mst_encoder() + - s390/perf: Change CPUM_CF return code in event init function + - ceph: quota: fix null pointer dereference in quota check + - of/device: Really only set bus DMA mask when appropriate + - nvme: make sure ns head inherits underlying device limits + - i2c: omap: Enable for ARCH_K3 + - i2c: qcom-geni: Fix runtime PM mismatch with child devices + - sched/core: Take the hotplug lock in sched_init_smp() + - perf tools: Fix undefined symbol scnprintf in libperf-jvmti.so + - perf tools: Do not zero sample_id_all for group members + - ice: Fix dead device link issue with flow control + - ice: Fix the bytecount sent to netdev_tx_sent_queue + - ice: Change req_speeds to be u16 + - i40e: restore NETIF_F_GSO_IPXIP[46] to netdev features + - qed: Fix memory/entry leak in qed_init_sp_request() + - qed: Fix blocking/unlimited SPQ entries leak + - qed: Fix SPQ entries not returned to pool in error flows + - qed: Fix potential memory corruption + - net: stmmac: Fix RX packet size > 8191 + - net: aquantia: fix potential IOMMU fault after driver unbind + - net: aquantia: fixed enable unicast on 32 macvlan + - net: aquantia: invalid checksumm offload implementation + - kbuild: deb-pkg: fix too low build version number + - Revert "scripts/setlocalversion: git: Make -dirty check more robust" + - SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer() + - x86/mm: Move LDT remap out of KASLR region on 5-level paging + - x86/ldt: Unmap PTEs for the slot before freeing LDT pages + - x86/ldt: Remove unused variable in map_ldt_struct() + - media: v4l: event: Add subscription to list before calling "add" operation + - MIPS: OCTEON: cavium_octeon_defconfig: re-enable OCTEON USB driver + - RISC-V: Fix raw_copy_{to,from}_user() + - uio: Fix an Oops on load + - ALSA: hda/realtek - Add quirk entry for HP Pavilion 15 + - ALSA: hda/ca0132 - Call pci_iounmap() instead of iounmap() + - can: kvaser_usb: Fix accessing freed memory in kvaser_usb_start_xmit() + - can: kvaser_usb: Fix potential uninitialized variable use + - usb: cdc-acm: add entry for Hiro (Conexant) modem + - USB: Wait for extra delay time after USB_PORT_FEAT_RESET for quirky hub + - usb: quirks: Add delay-init quirk for Corsair K70 LUX RGB + - misc: atmel-ssc: Fix section annotation on atmel_ssc_get_driver_data + - USB: misc: appledisplay: add 20" Apple Cinema Display + - gnss: serial: fix synchronous write timeout + - gnss: sirf: fix synchronous write timeout + - mtd: rawnand: atmel: fix OF child-node lookup + - drivers/misc/sgi-gru: fix Spectre v1 vulnerability + - ACPI / platform: Add SMB0001 HID to forbidden_id_list + - HID: uhid: forbid UHID_CREATE under KERNEL_DS or elevated privileges + - HID: Add quirk for Primax PIXART OEM mice + - HID: Add quirk for Microsoft PIXART OEM mouse + - libceph: fall back to sendmsg for slab pages + - mt76x0: run vco calibration for each channel configuration + - Linux 4.19.5 + + * Miscellaneous Ubuntu changes + - Revert "UBUNTU: Build signed kernels for arm64" + + -- Seth Forshee Tue, 27 Nov 2018 10:38:34 -0600 + +linux (4.19.0-6.7) disco; urgency=medium + + * linux: 4.19.0-6.7 -proposed tracker (LP: #1805195) + + * SecureBoot support for arm64 (LP: #1804481) + - Build signed kernels for arm64 + + * Add pointstick support for Cirque Touchpad (LP: #1805081) + - HID: multitouch: Add pointstick support for Cirque Touchpad + + * Power consumption during s2idle is higher than long idle (Intel SSDPEKKF) + (LP: #1804588) + - SAUCE: pci: prevent Intel NVMe SSDPEKKF from entering D3 + - SAUCE: nvme: add quirk to not call disable function when suspending + + * Disco update: 4.19.4 upstream stable release (LP: #1805159) + - flow_dissector: do not dissect l4 ports for fragments + - ibmvnic: fix accelerated VLAN handling + - ip_tunnel: don't force DF when MTU is locked + - ipv6: fix a dst leak when removing its exception + - ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRF + - net: bcmgenet: protect stop from timeout + - net-gro: reset skb->pkt_type in napi_reuse_skb() + - sctp: not allow to set asoc prsctp_enable by sockopt + - tcp: Fix SOF_TIMESTAMPING_RX_HARDWARE to use the latest timestamp during TCP + coalescing + - tg3: Add PHY reset for 5717/5719/5720 in change ring and flow control paths + - tipc: don't assume linear buffer when reading ancillary data + - tipc: fix lockdep warning when reinitilaizing sockets + - tuntap: fix multiqueue rx + - net: systemport: Protect stop from timeout + - net/sched: act_pedit: fix memory leak when IDR allocation fails + - net: sched: cls_flower: validate nested enc_opts_policy to avoid warning + - tipc: fix link re-establish failure + - net/mlx5e: Don't match on vlan non-existence if ethertype is wildcarded + - net/mlx5e: Claim TC hw offloads support only under a proper build config + - net/mlx5e: Adjust to max number of channles when re-attaching + - net/mlx5e: RX, verify received packet size in Linear Striding RQ + - Revert "sctp: remove sctp_transport_pmtu_check" + - net/mlx5e: Always use the match level enum when parsing TC rule match + - net/mlx5e: Fix selftest for small MTUs + - net/mlx5e: Removed unnecessary warnings in FEC caps query + - inet: frags: better deal with smp races + - l2tp: fix a sock refcnt leak in l2tp_tunnel_register + - net/mlx5: IPSec, Fix the SA context hash key + - net/mlx5e: IPoIB, Reset QP after channels are closed + - net: dsa: mv88e6xxx: Fix clearing of stats counters + - net: phy: realtek: fix RTL8201F sysfs name + - sctp: define SCTP_SS_DEFAULT for Stream schedulers + - net: qualcomm: rmnet: Fix incorrect assignment of real_dev + - net: dsa: microchip: initialize mutex before use + - sctp: fix strchange_flags name for Stream Change Event + - net: phy: mdio-gpio: Fix working over slow can_sleep GPIOs + - sctp: not increase stream's incnt before sending addstrm_in request + - mlxsw: spectrum: Fix IP2ME CPU policer configuration + - net: smsc95xx: Fix MTU range + - rxrpc: Fix lockup due to no error backoff after ack transmit error + - usbnet: smsc95xx: disable carrier check while suspending + - Revert "x86/speculation: Enable cross-hyperthread spectre v2 STIBP + mitigation" + - Linux 4.19.4 + + * Disco update: 4.19.3 upstream stable release (LP: #1805158) + - powerpc/traps: restore recoverability of machine_check interrupts + - powerpc/64/module: REL32 relocation range check + - powerpc/mm: Fix page table dump to work on Radix + - powerpc/mm: fix always true/false warning in slice.c + - drm/amd/display: fix bug of accessing invalid memory + - Input: wm97xx-ts - fix exit path + - powerpc/Makefile: Fix PPC_BOOK3S_64 ASFLAGS + - powerpc/eeh: Fix possible null deref in eeh_dump_dev_log() + - tty: check name length in tty_find_polling_driver() + - tracing/kprobes: Check the probe on unloaded module correctly + - drm/nouveau/secboot/acr: fix memory leak + - drm/amdgpu/powerplay: fix missing break in switch statements + - ARM: imx_v6_v7_defconfig: Select CONFIG_TMPFS_POSIX_ACL + - powerpc/nohash: fix undefined behaviour when testing page size support + - drm/msm/gpu: fix parameters in function msm_gpu_crashstate_capture + - drm/msm/disp/dpu: Use proper define for drm_encoder_init() 'encoder_type' + - drm/msm: dpu: Allow planes to extend past active display + - powerpc/mm: Don't report hugepage tables as memory leaks when using kmemleak + - drm/omap: fix memory barrier bug in DMM driver + - drm/amd/display: Raise dispclk value for dce120 by 15% + - drm/amd/display: fix gamma not being applied + - drm/hisilicon: hibmc: Do not carry error code in HiBMC framebuffer pointer + - media: pci: cx23885: handle adding to list failure + - media: coda: don't overwrite h.264 profile_idc on decoder instance + - MIPS: kexec: Mark CPU offline before disabling local IRQ + - powerpc/boot: Ensure _zimage_start is a weak symbol + - powerpc/memtrace: Remove memory in chunks + - MIPS/PCI: Call pcie_bus_configure_settings() to set MPS/MRRS + - staging: erofs: fix a missing endian conversion + - serial: 8250_of: Fix for lack of interrupt support + - sc16is7xx: Fix for multi-channel stall + - media: tvp5150: fix width alignment during set_selection() + - powerpc/selftests: Wait all threads to join + - staging:iio:ad7606: fix voltage scales + - drm: rcar-du: Update Gen3 output limitations + - drm/amdgpu: Fix SDMA TO after GPU reset v3 + - staging: most: video: fix registration of an empty comp core_component + - 9p locks: fix glock.client_id leak in do_lock + - udf: Prevent write-unsupported filesystem to be remounted read-write + - ARM: dts: imx6ull: keep IMX6UL_ prefix for signals on both i.MX6UL and + i.MX6ULL + - media: ov5640: fix mode change regression + - 9p: clear dangling pointers in p9stat_free + - drm/amdgpu: fix integer overflow test in amdgpu_bo_list_create() + - media: ov5640: fix restore of last mode set + - cdrom: fix improper type cast, which can leat to information leak. + - ovl: fix error handling in ovl_verify_set_fh() + - ovl: fix recursive oi->lock in ovl_link() + - ovl: check whiteout in ovl_create_over_whiteout() + - ovl: automatically enable redirect_dir on metacopy=on + - serial: sh-sci: Fix could not remove dev_attr_rx_fifo_timeout + - scsi: qla2xxx: Fix incorrect port speed being set for FC adapters + - scsi: qla2xxx: Fix process response queue for ISP26XX and above + - scsi: qla2xxx: Remove stale debug trace message from tcm_qla2xxx + - scsi: qla2xxx: Fix early srb free on abort + - scsi: qla2xxx: shutdown chip if reset fail + - scsi: qla2xxx: Reject bsg request if chip is down. + - scsi: qla2xxx: Fix re-using LoopID when handle is in use + - scsi: qla2xxx: Fix for double free of SRB structure + - scsi: qla2xxx: Fix NVMe session hang on unload + - scsi: qla2xxx: Fix NVMe Target discovery + - scsi: qla2xxx: Fix duplicate switch database entries + - scsi: qla2xxx: Fix driver hang when FC-NVMe LUNs are configured + - vfs: fix FIGETBSZ ioctl on an overlayfs file + - fuse: Fix use-after-free in fuse_dev_do_read() + - fuse: Fix use-after-free in fuse_dev_do_write() + - fuse: fix blocked_waitq wakeup + - fuse: set FR_SENT while locked + - drm/msm: fix OF child-node lookup + - arm64: dts: stratix10: Support Ethernet Jumbo frame + - arm64: dts: stratix10: fix multicast filtering + - clk: meson-gxbb: set fclk_div3 as CLK_IS_CRITICAL + - clk: meson: axg: mark fdiv2 and fdiv3 as critical + - zram: close udev startup race condition as default groups + - MIPS: Loongson-3: Fix CPU UART irq delivery problem + - MIPS: Loongson-3: Fix BRIDGE irq delivery problem + - xtensa: add NOTES section to the linker script + - xtensa: make sure bFLT stack is 16 byte aligned + - xtensa: fix boot parameters address translation + - um: Drop own definition of PTRACE_SYSEMU/_SINGLESTEP + - clk: s2mps11: Fix matching when built as module and DT node contains + compatible + - clk: at91: Fix division by zero in PLL recalc_rate() + - clk: sunxi-ng: h6: fix bus clocks' divider position + - clk: rockchip: fix wrong mmc sample phase shift for rk3328 + - clk: rockchip: Fix static checker warning in rockchip_ddrclk_get_parent call + - libceph: bump CEPH_MSG_MAX_DATA_LEN + - Revert "ceph: fix dentry leak in splice_dentry()" + - thermal: core: Fix use-after-free in thermal_cooling_device_destroy_sysfs + - mach64: fix display corruption on big endian machines + - mach64: fix image corruption due to reading accelerator registers + - acpi/nfit, x86/mce: Handle only uncorrectable machine checks + - acpi/nfit, x86/mce: Validate a MCE's address before using it + - acpi, nfit: Fix ARS overflow continuation + - reset: hisilicon: fix potential NULL pointer dereference + - crypto: hisilicon - Fix NULL dereference for same dst and src + - crypto: hisilicon - Fix reference after free of memories on error path + - vhost/scsi: truncate T10 PI iov_iter to prot_bytes + - scsi: qla2xxx: Initialize port speed to avoid setting lower speed + - SCSI: fix queue cleanup race before queue initialization is done + - Revert "powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for + CONFIG_SWAP" + - soc: ti: QMSS: Fix usage of irq_set_affinity_hint + - ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entry + - ocfs2: free up write context when direct IO failed + - mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings + - memory_hotplug: cond_resched in __remove_pages + - netfilter: conntrack: fix calculation of next bucket number in early_drop + - ARM: 8809/1: proc-v7: fix Thumb annotation of cpu_v7_hvc_switch_mm + - bonding/802.3ad: fix link_failure_count tracking + - mtd: spi-nor: cadence-quadspi: Return error code in + cqspi_direct_read_execute() + - mtd: nand: Fix nanddev_neraseblocks() + - mtd: docg3: don't set conflicting BCH_CONST_PARAMS option + - hwmon: (core) Fix double-free in __hwmon_device_register() + - perf cs-etm: Correct CPU mode for samples + - perf stat: Handle different PMU names with common prefix + - perf callchain: Honour the ordering of PERF_CONTEXT_{USER,KERNEL,etc} + - perf intel-pt/bts: Calculate cpumode for synthesized samples + - perf intel-pt: Insert callchain context into synthesized callchains + - of, numa: Validate some distance map rules + - x86/cpu/vmware: Do not trace vmware_sched_clock() + - x86/hyper-v: Enable PIT shutdown quirk + - termios, tty/tty_baudrate.c: fix buffer overrun + - arch/alpha, termios: implement BOTHER, IBSHIFT and termios2 + - watchdog/core: Add missing prototypes for weak functions + - btrfs: fix pinned underflow after transaction aborted + - Btrfs: fix missing data checksums after a ranged fsync (msync) + - Btrfs: fix cur_offset in the error case for nocow + - Btrfs: fix infinite loop on inode eviction after deduplication of eof block + - Btrfs: fix data corruption due to cloning of eof block + - btrfs: tree-checker: Fix misleading group system information + - clockevents/drivers/i8253: Add support for PIT shutdown quirk + - ext4: add missing brelse() update_backups()'s error path + - ext4: add missing brelse() in set_flexbg_block_bitmap()'s error path + - ext4: add missing brelse() add_new_gdb_meta_bg()'s error path + - ext4: avoid potential extra brelse in setup_new_flex_group_blocks() + - ext4: missing !bh check in ext4_xattr_inode_write() + - ext4: fix possible inode leak in the retry loop of ext4_resize_fs() + - ext4: avoid buffer leak on shutdown in ext4_mark_iloc_dirty() + - ext4: avoid buffer leak in ext4_orphan_add() after prior errors + - ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizing + - ext4: avoid possible double brelse() in add_new_gdb() on error path + - ext4: fix possible leak of sbi->s_group_desc_leak in error path + - ext4: fix possible leak of s_journal_flag_rwsem in error path + - ext4: fix buffer leak in ext4_xattr_get_block() on error path + - ext4: release bs.bh before re-using in ext4_xattr_block_find() + - ext4: fix buffer leak in ext4_xattr_move_to_block() on error path + - ext4: fix buffer leak in ext4_expand_extra_isize_ea() on error path + - ext4: fix buffer leak in __ext4_read_dirblock() on error path + - mount: Prevent MNT_DETACH from disconnecting locked mounts + - mnt: fix __detach_mounts infinite loop + - uapi: fix linux/kfd_ioctl.h userspace compilation errors + - ARM: cpuidle: Don't register the driver when back-end init returns -ENXIO + - kdb: use correct pointer when 'btc' calls 'btt' + - kdb: print real address of pointers instead of hashed addresses + - sunrpc: correct the computation for page_ptr when truncating + - NFSv4: Don't exit the state manager without clearing + NFS4CLNT_MANAGER_RUNNING + - nfsd: COPY and CLONE operations require the saved filehandle to be set + - rtc: hctosys: Add missing range error reporting + - fuse: fix use-after-free in fuse_direct_IO() + - fuse: fix leaked notify reply + - fuse: fix possibly missed wake-up after abort + - selinux: check length properly in SCTP bind hook + - gfs2: Put bitmap buffers in put_super + - gfs2: Fix metadata read-ahead during truncate (2) + - libata: blacklist SAMSUNG MZ7TD256HAFV-000L9 SSD + - crypto: user - fix leaking uninitialized memory to userspace + - lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturn + - hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444! + - mm/swapfile.c: use kvzalloc for swap_info_struct allocation + - efi/arm/libstub: Pack FDT after populating it + - mm: don't reclaim inodes with many attached pages + - scripts/spdxcheck.py: make python3 compliant + - drm/rockchip: Allow driver to be shutdown on reboot/kexec + - drm/amdgpu: Fix typo in amdgpu_vmid_mgr_init + - drm/amdgpu: add missing CHIP_HAINAN in amdgpu_ucode_get_load_type + - drm/amdgpu: Suppress keypresses from ACPI_VIDEO events + - drm/nouveau: Check backlight IDs are >= 0, not > 0 + - drm/nouveau: Fix nv50_mstc->best_encoder() + - drm/amd/powerplay: Enable/Disable NBPSTATE on On/OFF of UVD + - drm/etnaviv: fix bogus fence complete check in timeout handler + - drm/dp_mst: Check if primary mstb is null + - drm: panel-orientation-quirks: Add quirk for Acer One 10 (S1003) + - drm/i915/dp: Link train Fallback on eDP only if fallback link BW can fit + panel's native mode + - drm/i915: Use the correct crtc when sanitizing plane mapping + - drm/i915: Restore vblank interrupts earlier + - drm/i915: Don't unset intel_connector->mst_port + - drm/i915: Skip vcpi allocation for MSTB ports that are gone + - drm/i915: Large page offsets for pread/pwrite + - drm/i915/dp: Fix link retraining comment in intel_dp_long_pulse() + - drm/i915/dp: Restrict link retrain workaround to external monitors + - drm/i915/icl: Fix the macros for DFLEXDPMLE register bits + - drm/i915/hdmi: Add HDMI 2.0 audio clock recovery N values + - drm/i915: Mark up GTT sizes as u64 + - drm/i915: Fix error handling for the NV12 fb dimensions check + - drm/i915: Fix ilk+ watermarks when disabling pipes + - drm/i915: Compare user's 64b GTT offset even on 32b + - drm/i915: Don't oops during modeset shutdown after lpe audio deinit + - drm/i915: Mark pin flags as u64 + - drm/i915/ringbuffer: Delay after EMIT_INVALIDATE for gen4/gen5 + - drm/i915/execlists: Force write serialisation into context image vs + execution + - drm/i915: Fix possible race in intel_dp_add_mst_connector() + - drm/i915: Fix NULL deref when re-enabling HPD IRQs on systems with MST + - drm/i915: Fix hpd handling for pins with two encoders + - CONFIG_XEN_PV breaks xen_create_contiguous_region on ARM + - Revert "ACPICA: AML interpreter: add region addresses in global list during + initialization" + - Linux 4.19.3 + + * glibc 2.28-0ubuntu1 ADT test failure with linux 4.19.0-5.6 (LP: #1805154) + - SAUCE: Revert "x86: vdso: Use $LD instead of $CC to link" + + * Miscellaneous Ubuntu changes + - SAUCE: (noup) Update spl to 0.7.12-1ubuntu1, zfs to 0.7.12-1ubuntu1 + + -- Seth Forshee Mon, 26 Nov 2018 11:44:00 -0600 + +linux (4.19.0-5.6) disco; urgency=medium + + * crash in ENA driver on removing an interface (LP: #1802341) + - SAUCE: net: ena: fix crash during ena_remove() + + * Ubuntu 18.04.1 - [s390x] Kernel panic while stressing network bonding + (LP: #1797367) + - s390/qeth: sanitize strings in debug messages + + * Disco update: 4.19.2 upstream stable release (LP: #1803410) + - bpf: fix partial copy of map_ptr when dst is scalar + - MIPS: VDSO: Reduce VDSO_RANDOMIZE_SIZE to 64MB for 64bit + - gpio: mxs: Get rid of external API call + - mtd: rawnand: marvell: fix the IRQ handler complete() condition + - mtd: maps: gpio-addr-flash: Fix ioremapped size + - mtd: spi-nor: fsl-quadspi: fix read error for flash size larger than 16MB + - mtd: spi-nor: intel-spi: Add support for Intel Ice Lake SPI serial flash + - mtd: spi-nor: fsl-quadspi: Don't let -EINVAL on the bus + - spi: spi-mem: Adjust op len based on message/transfer size limitations + - spi: bcm-qspi: switch back to reading flash using smaller chunks + - spi: bcm-qspi: fix calculation of address length + - bcache: trace missed reading by cache_missed + - bcache: fix ioctl in flash device + - bcache: correct dirty data statistics + - bcache: fix miss key refill->end in writeback + - hwmon: (pmbus) Fix page count auto-detection. + - jffs2: free jffs2_sb_info through jffs2_kill_sb() + - block: setup bounce bio_sets properly + - block: make sure discard bio is aligned with logical block size + - block: make sure writesame bio is aligned with logical block size + - cpufreq: conservative: Take limits changes into account properly + - dma-mapping: fix panic caused by passing empty cma command line argument + - pcmcia: Implement CLKRUN protocol disabling for Ricoh bridges + - ACPI / OSL: Use 'jiffies' as the time bassis for acpi_os_get_timer() + - ACPICA: AML interpreter: add region addresses in global list during + initialization + - ACPICA: AML Parser: fix parse loop to correctly skip erroneous extended + opcodes + - acpi, nfit: Fix Address Range Scrub completion tracking + - kprobes/x86: Use preempt_enable() in optimized_callback() + - mailbox: PCC: handle parse error + - parisc: Fix address in HPMC IVA + - parisc: Fix map_pages() to not overwrite existing pte entries + - parisc: Fix exported address of os_hpmc handler + - ALSA: hda - Add quirk for ASUS G751 laptop + - ALSA: hda - Fix headphone pin config for ASUS G751 + - ALSA: hda - Add mic quirk for the Lenovo G50-30 (17aa:3905) + - ALSA: hda: Add 2 more models to the power_save blacklist + - ALSA: ca0106: Disable IZD on SB0570 DAC to fix audio pops + - ALSA: hda - Fix incorrect clearance of thinkpad_acpi hooks + - x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation + - x86/xen: Fix boot loader version reported for PVH guests + - x86/corruption-check: Fix panic in memory_corruption_check() when boot + option without value is provided + - x86/kvm/nVMX: allow bare VMXON state migration + - x86/mm/pat: Disable preemption around __flush_tlb_all() + - x86/numa_emulation: Fix uniform-split numa emulation + - ARM: dts: exynos: Disable pull control for MAX8997 interrupts on Origen + - net: socionext: Reset tx queue in ndo_stop + - net: loopback: clear skb->tstamp before netif_rx() + - locking/lockdep: Fix debug_locks off performance problem + - netfilter: xt_nat: fix DNAT target for shifted portmap ranges + - ataflop: fix error handling during setup + - swim: fix cleanup on setup error + - arm64: cpufeature: ctr: Fix cpu capability check for late CPUs + - hv_netvsc: fix vf serial matching with pci slot info + - nfp: devlink port split support for 1x100G CXP NIC + - tun: Consistently configure generic netdev params via rtnetlink + - s390/sthyi: Fix machine name validity indication + - hwmon: (pwm-fan) Set fan speed to 0 on suspend + - lightnvm: pblk: fix race on sysfs line state + - lightnvm: pblk: fix two sleep-in-atomic-context bugs + - lightnvm: pblk: fix race condition on metadata I/O + - spi: spi-ep93xx: Use dma_data_direction for ep93xx_spi_dma_{finish,prepare} + - perf tools: Free temporary 'sys' string in read_event_files() + - perf tools: Cleanup trace-event-info 'tdata' leak + - perf tools: Free 'printk' string in parse_ftrace_printk() + - perf strbuf: Match va_{add,copy} with va_end + - cpupower: Fix coredump on VMWare + - bcache: Populate writeback_rate_minimum attribute + - mmc: sdhci-pci-o2micro: Add quirk for O2 Micro dev 0x8620 rev 0x01 + - sdhci: acpi: add free_slot callback + - mtd: rawnand: denali: set SPARE_AREA_SKIP_BYTES register to 8 if unset + - iwlwifi: pcie: avoid empty free RB queue + - iwlwifi: mvm: clear HW_RESTART_REQUESTED when stopping the interface + - iwlwifi: mvm: check for n_profiles validity in EWRD ACPI + - x86/olpc: Indicate that legacy PC XO-1 platform should not register RTC + - wlcore: Fix BUG with clear completion on timeout + - ACPI/PPTT: Handle architecturally unknown cache types + - ACPI / PM: LPIT: Register sysfs attributes based on FADT + - ACPI / processor: Fix the return value of acpi_processor_ids_walk() + - cpufreq: dt: Try freeing static OPPs only if we have added them + - x86/intel_rdt: Show missing resctrl mount options + - mtd: rawnand: atmel: Fix potential NULL pointer dereference + - nvme: call nvme_complete_rq when nvmf_check_ready fails for mpath I/O + - ath10k: fix tx status flag setting for management frames + - signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstack + - ice: fix changing of ring descriptor size (ethtool -G) + - ice: update fw version check logic + - net: hns3: Fix for packet buffer setting bug + - Bluetooth: btbcm: Add entry for BCM4335C0 UART bluetooth + - Bluetooth: hci_qca: Remove hdev dereference in qca_close(). + - x86: boot: Fix EFI stub alignment + - net: hns3: Add nic state check before calling netif_tx_wake_queue + - net: hns3: Fix ets validate issue + - pinctrl: sunxi: fix 'pctrl->functions' allocation in + sunxi_pinctrl_build_state + - pinctrl: qcom: spmi-mpp: Fix err handling of pmic_mpp_set_mux + - brcmfmac: fix for proper support of 160MHz bandwidth + - net: hns3: Check hdev state when getting link status + - net: hns3: Set STATE_DOWN bit of hdev state when stopping net + - net: phy: phylink: ensure the carrier is off when starting phylink + - block, bfq: correctly charge and reset entity service in all cases + - arm64: entry: Allow handling of undefined instructions from EL1 + - kprobes: Return error if we fail to reuse kprobe instead of BUG_ON() + - spi: gpio: No MISO does not imply no RX + - ACPI / LPSS: Add alternative ACPI HIDs for Cherry Trail DMA controllers + - pinctrl: qcom: spmi-mpp: Fix drive strength setting + - bpf/verifier: fix verifier instability + - failover: Add missing check to validate 'slave_dev' in + net_failover_slave_unregister + - perf tests: Fix record+probe_libc_inet_pton.sh without ping's debuginfo + - pinctrl: spmi-mpp: Fix pmic_mpp_config_get() to be compliant + - pinctrl: ssbi-gpio: Fix pm8xxx_pin_config_get() to be compliant + - net: hns3: Preserve vlan 0 in hardware table + - net: hns3: Fix ping exited problem when doing lp selftest + - net: hns3: Fix for vf vlan delete failed problem + - net: dsa: mv88e6xxx: Fix writing to a PHY page. + - mt76x2u: run device cleanup routine if resume fails + - rsi: fix memory alignment issue in ARM32 platforms + - libertas_tf: prevent underflow in process_cmdrequest() + - iwlwifi: mvm: fix BAR seq ctrl reporting + - gpio: brcmstb: allow 0 width GPIO banks + - ixgbe: disallow IPsec Tx offload when in SR-IOV mode + - ixgbevf: VF2VF TCP RSS + - wil6210: fix RX buffers release and unmap + - ath10k: schedule hardware restart if WMI command times out + - libata: Apply NOLPM quirk for SAMSUNG MZ7TD256HAFV-000L9 + - thermal: rcar_thermal: Prevent doing work after unbind + - thermal: da9062/61: Prevent hardware access during system suspend + - cifs: fix a credits leak for compund commands + - cgroup, netclassid: add a preemption point to write_classid + - net: stmmac: dwmac-sun8i: fix OF child-node lookup + - f2fs: fix to account IO correctly for cgroup writeback + - MD: Memory leak when flush bio size is zero + - md: fix memleak for mempool + - of: Add missing exports of node name compare functions + - scsi: esp_scsi: Track residual for PIO transfers + - scsi: ufs: Schedule clk gating work on correct queue + - UAPI: ndctl: Fix g++-unsupported initialisation in headers + - KVM: nVMX: Clear reserved bits of #DB exit qualification + - scsi: megaraid_sas: fix a missing-check bug + - RDMA/core: Do not expose unsupported counters + - RDMA/cm: Respect returned status of cm_init_av_by_path + - IB/ipoib: Clear IPCB before icmp_send + - RDMA/bnxt_re: Avoid accessing nq->bar_reg_iomem in failure case + - RDMA/bnxt_re: Fix recursive lock warning in debug kernel + - usb: host: ohci-at91: fix request of irq for optional gpio + - PCI: mediatek: Fix mtk_pcie_find_port() endpoint/port matching logic + - PCI: cadence: Use AXI region 0 to signal interrupts from EP + - usb: typec: tcpm: Report back negotiated PPS voltage and current + - tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivated + - f2fs: clear PageError on the read path + - Drivers: hv: vmbus: Use cpumask_var_t for on-stack cpu mask + - VMCI: Resource wildcard match fixed + - PCI / ACPI: Enable wake automatically for power managed bridges + - xprtrdma: Reset credit grant properly after a disconnect + - irqchip/pdc: Setup all edge interrupts as rising edge at GIC + - usb: dwc2: fix call to vbus supply exit routine, call it unlocked + - usb: dwc2: fix a race with external vbus supply + - usb: gadget: udc: atmel: handle at91sam9rl PMC + - ext4: fix argument checking in EXT4_IOC_MOVE_EXT + - MD: fix invalid stored role for a disk + - PCI: cadence: Correct probe behaviour when failing to get PHY + - nvmem: check the return value of nvmem_add_cells() + - xhci: Avoid USB autosuspend when resuming USB2 ports. + - scsi: qla2xxx: Fix recursive mailbox timeout + - f2fs: fix to recover inode's crtime during POR + - f2fs: fix to recover inode's i_flags during POR + - PCI/MSI: Warn and return error if driver enables MSI/MSI-X twice + - coresight: etb10: Fix handling of perf mode + - PCI: dwc: pci-dra7xx: Enable errata i870 for both EP and RC mode + - crypto: caam - fix implicit casts in endianness helpers + - usb: chipidea: Prevent unbalanced IRQ disable + - Smack: ptrace capability use fixes + - driver/dma/ioat: Call del_timer_sync() without holding prep_lock + - ASoC: AMD: Fix capture unstable in beginning for some runs + - firmware: coreboot: Unmap ioregion after device population + - IB/ipoib: Use dev_port to expose network interface port numbers + - IB/mlx5: Allow transition of DCI QP to reset + - uio: ensure class is registered before devices + - scsi: lpfc: Correct soft lockup when running mds diagnostics + - scsi: lpfc: Correct race with abort on completion path + - f2fs: avoid sleeping under spin_lock + - f2fs: report error if quota off error during umount + - signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace + init + - f2fs: fix to flush all dirty inodes recovered in readonly fs + - mfd: menelaus: Fix possible race condition and leak + - dmaengine: dma-jz4780: Return error if not probed from DT + - IB/rxe: fix for duplicate request processing and ack psns + - ALSA: hda: Check the non-cached stream buffers more explicitly + - cpupower: Fix AMD Family 0x17 msr_pstate size + - Revert "f2fs: fix to clear PG_checked flag in set_page_dirty()" + - f2fs: fix missing up_read + - f2fs: fix to recover cold bit of inode block during POR + - f2fs: fix to account IO correctly + - OPP: Free OPP table properly on performance state irregularities + - ARM: dts: exynos: Convert exynos5250.dtsi to opp-v2 bindings + - ARM: dts: exynos: Mark 1 GHz CPU OPP as suspend OPP on Exynos5250 + - xen-swiotlb: use actually allocated size on check physical continuous + - tpm: Restore functionality to xen vtpm driver. + - xen/blkfront: avoid NULL blkfront_info dereference on device removal + - xen/balloon: Support xend-based toolstack + - xen: fix race in xen_qlock_wait() + - xen: make xen_qlock_wait() nestable + - xen/pvh: increase early stack size + - xen/pvh: don't try to unplug emulated devices + - libertas: don't set URB_ZERO_PACKET on IN USB transfer + - usbip:vudc: BUG kmalloc-2048 (Not tainted): Poison overwritten + - usb: typec: tcpm: Fix APDO PPS order checking to be based on voltage + - usb: gadget: udc: renesas_usb3: Fix b-device mode for "workaround" + - mt76: mt76x2: fix multi-interface beacon configuration + - iwlwifi: mvm: check return value of rs_rate_from_ucode_rate() + - net/ipv4: defensive cipso option parsing + - dmaengine: ppc4xx: fix off-by-one build failure + - scsi: sched/wait: Add wait_event_lock_irq_timeout for TASK_UNINTERRUPTIBLE + usage + - scsi: target: Fix target_wait_for_sess_cmds breakage with active signals + - libnvdimm: Hold reference on parent while scheduling async init + - libnvdimm, region: Fail badblocks listing for inactive regions + - libnvdimm, pmem: Fix badblocks population for 'raw' namespaces + - ASoC: intel: skylake: Add missing break in skl_tplg_get_token() + - ASoC: sta32x: set ->component pointer in private struct + - IB/mlx5: Fix MR cache initialization + - IB/rxe: Revise the ib_wr_opcode enum + - jbd2: fix use after free in jbd2_log_do_checkpoint() + - gfs2_meta: ->mount() can get NULL dev_name + - ext4: fix EXT4_IOC_SWAP_BOOT + - ext4: initialize retries variable in ext4_da_write_inline_data_begin() + - ext4: fix setattr project check in fssetxattr ioctl + - ext4: propagate error from dquot_initialize() in EXT4_IOC_FSSETXATTR + - ext4: fix use-after-free race in ext4_remount()'s error path + - selinux: fix mounting of cgroup2 under older policies + - HID: wacom: Work around HID descriptor bug in DTK-2451 and DTH-2452 + - HID: hiddev: fix potential Spectre v1 + - EDAC, amd64: Add Family 17h, models 10h-2fh support + - EDAC, {i7core,sb,skx}_edac: Fix uncorrected error counting + - EDAC, skx_edac: Fix logical channel intermediate decoding + - ARM: dts: dra7: Fix up unaligned access setting for PCIe EP + - PCI/ASPM: Fix link_state teardown on device removal + - PCI: Add Device IDs for Intel GPU "spurious interrupt" quirk + - signal/GenWQE: Fix sending of SIGKILL + - signal: Guard against negative signal numbers in copy_siginfo_from_user32 + - crypto: lrw - Fix out-of bounds access on counter overflow + - crypto: tcrypt - fix ghash-generic speed test + - crypto: aesni - don't use GFP_ATOMIC allocation if the request doesn't cross + a page in gcm + - crypto: morus/generic - fix for big endian systems + - crypto: aegis/generic - fix for big endian systems + - crypto: speck - remove Speck + - mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range() + - userfaultfd: disable irqs when taking the waitqueue lock + - ima: fix showing large 'violations' or 'runtime_measurements_count' + - ima: open a new file instance if no read permissions + - hugetlbfs: dirty pages as they are added to pagecache + - mm/rmap: map_pte() was not handling private ZONE_DEVICE page properly + - mm/hmm: fix race between hmm_mirror_unregister() and mmu_notifier callback + - KVM: arm/arm64: Ensure only THP is candidate for adjustment + - KVM: arm64: Fix caching of host MDCR_EL2 value + - kbuild: fix kernel/bounds.c 'W=1' warning + - iio: ad5064: Fix regulator handling + - iio: adc: imx25-gcq: Fix leak of device_node in mx25_gcq_setup_cfgs() + - iio: adc: at91: fix acking DRDY irq on simple conversions + - iio: adc: at91: fix wrong channel number in triggered buffer mode + - w1: omap-hdq: fix missing bus unregister at removal + - smb3: allow stats which track session and share reconnects to be reset + - smb3: do not attempt cifs operation in smb3 query info error path + - smb3: on kerberos mount if server doesn't specify auth type use krb5 + - printk: Fix panic caused by passing log_buf_len to command line + - genirq: Fix race on spurious interrupt detection + - tpm: fix response size validation in tpm_get_random() + - NFC: nfcmrvl_uart: fix OF child-node lookup + - NFSv4.1: Fix the r/wsize checking + - nfs: Fix a missed page unlock after pg_doio() + - nfsd: correctly decrement odstate refcount in error path + - nfsd: Fix an Oops in free_session() + - lockd: fix access beyond unterminated strings in prints + - dm ioctl: harden copy_params()'s copy_from_user() from malicious users + - dm zoned: fix metadata block ref counting + - dm zoned: fix various dmz_get_mblock() issues + - media: ov7670: make "xclk" clock optional + - fsnotify: Fix busy inodes during unmount + - powerpc64/module elfv1: Set opd addresses after module relocation + - powerpc/msi: Fix compile error on mpc83xx + - powerpc/tm: Fix HFSCR bit for no suspend case + - powerpc/64s/hash: Do not use PPC_INVALIDATE_ERAT on CPUs before POWER9 + - MIPS: OCTEON: fix out of bounds array access on CN68XX + - rtc: ds1307: fix ds1339 wakealarm support + - rtc: cmos: Fix non-ACPI undefined reference to `hpet_rtc_interrupt' + - rtc: cmos: Remove the `use_acpi_alarm' module parameter for !ACPI + - power: supply: twl4030-charger: fix OF sibling-node lookup + - ocxl: Fix access to the AFU Descriptor Data + - iommu/arm-smmu: Ensure that page-table updates are visible before TLBI + - TC: Set DMA masks for devices + - net: bcmgenet: fix OF child-node lookup + - media: v4l2-tpg: fix kernel oops when enabling HFLIP and OSD + - Revert "media: dvbsky: use just one mutex for serializing device R/W ops" + - kgdboc: Passing ekgdboc to command line causes panic + - remoteproc: qcom: q6v5: Propagate EPROBE_DEFER + - media: cec: make cec_get_edid_spa_location() an inline function + - media: cec: integrate cec_validate_phys_addr() in cec-api.c + - xen: fix xen_qlock_wait() + - xen: remove size limit of privcmd-buf mapping interface + - xen-blkfront: fix kernel panic with negotiate_mq error path + - media: cec: add new tx/rx status bits to detect aborts/timeouts + - media: cec: fix the Signal Free Time calculation + - media: cec: forgot to cancel delayed work + - media: em28xx: use a default format if TRY_FMT fails + - media: tvp5150: avoid going past array on v4l2_querymenu() + - media: em28xx: fix input name for Terratec AV 350 + - media: em28xx: make v4l2-compliance happier by starting sequence on zero + - media: em28xx: fix handler for vidioc_s_input() + - media: adv7604: when the EDID is cleared, unconfigure CEC as well + - media: adv7842: when the EDID is cleared, unconfigure CEC as well + - drm/mediatek: fix OF sibling-node lookup + - media: media colorspaces*.rst: rename AdobeRGB to opRGB + - media: replace ADOBERGB by OPRGB + - media: hdmi.h: rename ADOBE_RGB to OPRGB and ADOBE_YCC to OPYCC + - arm64: lse: remove -fcall-used-x0 flag + - rpmsg: smd: fix memory leak on channel create + - Cramfs: fix abad comparison when wrap-arounds occur + - ARM: dts: socfpga: Fix SDRAM node address for Arria10 + - arm64: dts: stratix10: Correct System Manager register size + - soc: qcom: rmtfs-mem: Validate that scm is available + - soc/tegra: pmc: Fix child-node lookup + - selftests/ftrace: Fix synthetic event test to delete event correctly + - selftests/powerpc: Fix ptrace tm failure + - tracing: Return -ENOENT if there is no target synthetic event + - btrfs: qgroup: Avoid calling qgroup functions if qgroup is not enabled + - btrfs: Handle owner mismatch gracefully when walking up tree + - btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlock + - btrfs: fix error handling in free_log_tree + - btrfs: fix error handling in btrfs_dev_replace_start + - btrfs: Enhance btrfs_trim_fs function to handle error better + - btrfs: Ensure btrfs_trim_fs can trim the whole filesystem + - btrfs: iterate all devices during trim, instead of fs_devices::alloc_list + - btrfs: don't attempt to trim devices that don't support it + - btrfs: keep trim from interfering with transaction commits + - btrfs: wait on caching when putting the bg cache + - Btrfs: don't clean dirty pages during buffered writes + - btrfs: release metadata before running delayed refs + - btrfs: protect space cache inode alloc with GFP_NOFS + - btrfs: reset max_extent_size on clear in a bitmap + - btrfs: make sure we create all new block groups + - Btrfs: fix warning when replaying log after fsync of a tmpfile + - Btrfs: fix wrong dentries after fsync of file that got its parent replaced + - btrfs: qgroup: Dirty all qgroups before rescan + - Btrfs: fix null pointer dereference on compressed write path error + - Btrfs: fix assertion on fsync of regular file when using no-holes feature + - Btrfs: fix deadlock when writing out free space caches + - btrfs: reset max_extent_size properly + - btrfs: set max_extent_size properly + - btrfs: don't use ctl->free_space for max_extent_size + - btrfs: only free reserved extent if we didn't insert it + - btrfs: fix insert_reserved error handling + - btrfs: don't run delayed_iputs in commit + - btrfs: move the dio_sem higher up the callchain + - Btrfs: fix use-after-free during inode eviction + - Btrfs: fix use-after-free when dumping free space + - net: sched: Remove TCA_OPTIONS from policy + - vt: fix broken display when running aptitude + - bpf: wait for running BPF programs when updating map-in-map + - vga_switcheroo: Fix missing gpu_bound call at audio client registration + - MD: fix invalid stored role for a disk - try2 + - Linux 4.19.2 + + * [FEAT] Guest-dedicated Crypto Adapters (LP: #1787405) + - KVM: s390: vsie: simulate VCPU SIE entry/exit + - KVM: s390: introduce and use KVM_REQ_VSIE_RESTART + - KVM: s390: refactor crypto initialization + - s390: vfio-ap: base implementation of VFIO AP device driver + - s390: vfio-ap: register matrix device with VFIO mdev framework + - s390: vfio-ap: sysfs interfaces to configure adapters + - s390: vfio-ap: sysfs interfaces to configure domains + - s390: vfio-ap: sysfs interfaces to configure control domains + - s390: vfio-ap: sysfs interface to view matrix mdev matrix + - KVM: s390: interface to clear CRYCB masks + - s390: vfio-ap: implement mediated device open callback + - s390: vfio-ap: implement VFIO_DEVICE_GET_INFO ioctl + - s390: vfio-ap: zeroize the AP queues + - s390: vfio-ap: implement VFIO_DEVICE_RESET ioctl + - KVM: s390: Clear Crypto Control Block when using vSIE + - KVM: s390: vsie: Do the CRYCB validation first + - KVM: s390: vsie: Make use of CRYCB FORMAT2 clear + - KVM: s390: vsie: Allow CRYCB FORMAT-2 + - KVM: s390: vsie: allow CRYCB FORMAT-1 + - KVM: s390: vsie: allow CRYCB FORMAT-0 + - KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-1 + - KVM: s390: vsie: allow guest FORMAT-1 CRYCB on host FORMAT-2 + - KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-2 + - KVM: s390: device attrs to enable/disable AP interpretation + - KVM: s390: CPU model support for AP virtualization + - s390: doc: detailed specifications for AP virtualization + - KVM: s390: fix locking for crypto setting error path + - KVM: s390: Tracing APCB changes + - s390: vfio-ap: setup APCB mask using KVM dedicated function + - [Config:] Enable CONFIG_S390_AP_IOMMU and set CONFIG_VFIO_AP to module. + + * Bypass of mount visibility through userns + mount propagation (LP: #1789161) + - mount: Retest MNT_LOCKED in do_umount + - mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mounts + + * CVE-2018-18955: nested user namespaces with more than five extents + incorrectly grant privileges over inode (LP: #1801924) // CVE-2018-18955 + - userns: also map extents in the reverse map to kernel IDs + + * kdump fail due to an IRQ storm (LP: #1797990) + - SAUCE: x86/PCI: Export find_cap() to be used in early PCI code + - SAUCE: x86/quirks: Add parameter to clear MSIs early on boot + - SAUCE: x86/quirks: Scan all busses for early PCI quirks + + * Disable LPM for Raydium Touchscreens (LP: #1802248) + - USB: quirks: Add no-lpm quirk for Raydium touchscreens + + * Power consumption during s2idle is higher than long idle(sk hynix) + (LP: #1801875) + - SAUCE: pci: prevent sk hynix nvme from entering D3 + - SAUCE: nvme: add quirk to not call disable function when suspending + + * Disco update: v4.19.1 upstream stable release (LP: #1801739) + - bridge: do not add port to router list when receives query with source + 0.0.0.0 + - ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are + called + - net/mlx5e: fix csum adjustments caused by RXFCS + - net: sched: gred: pass the right attribute to gred_change_table_def() + - net: stmmac: Fix stmmac_mdio_reset() when building stmmac as modules + - net: udp: fix handling of CHECKSUM_COMPLETE packets + - Revert "net: simplify sock_poll_wait" + - rtnetlink: Disallow FDB configuration for non-Ethernet device + - vhost: Fix Spectre V1 vulnerability + - bonding: fix length of actor system + - openvswitch: Fix push/pop ethernet validation + - net/ipv6: Allow onlink routes to have a device mismatch if it is the default + route + - net/smc: fix smc_buf_unuse to use the lgr pointer + - mlxsw: spectrum_switchdev: Don't ignore deletions of learned MACs + - mlxsw: core: Fix devlink unregister flow + - net: drop skb on failure in ip_check_defrag() + - net: Properly unlink GRO packets on overflow. + - r8169: fix broken Wake-on-LAN from S5 (poweroff) + - Revert "be2net: remove desc field from be_eq_obj" + - sctp: check policy more carefully when getting pr status + - sparc64: Export __node_distance. + - sparc64: Make corrupted user stacks more debuggable. + - sparc64: Wire up compat getpeername and getsockname. + - net: bridge: remove ipv6 zero address check in mcast queries + - Linux 4.19.1 + + * Miscellaneous Ubuntu changes + - SAUCE: (noup) Update spl to 0.7.11-1ubuntu1, zfs to 0.7.11-3ubuntu1 + - [Config] updateconfigs after 4.19.2 stable update + - [Config] Disable unneded options for s390 + - [Config] Update annotations for 4.19 + + -- Seth Forshee Thu, 15 Nov 2018 09:55:37 -0800 + +linux (4.19.0-4.5) disco; urgency=medium + + * Add checksum offload and TSO support for HiNIC adapters (LP: #1800664) + - net-next/hinic: add checksum offload and TSO support + + * [Bionic][Cosmic] Fix to ipmi to support vendor specific messages greater + than 255 bytes (LP: #1799794) + - ipmi:ssif: Add support for multi-part transmit messages > 2 parts + + * Packaging resync (LP: #1786013) + - [Package] add support for specifying the primary makefile + + * Update ENA driver to version 2.0.1K (LP: #1798182) + - net: ena: minor performance improvement + - net: ena: complete host info to match latest ENA spec + - net: ena: introduce Low Latency Queues data structures according to ENA spec + - net: ena: add functions for handling Low Latency Queues in ena_com + - net: ena: add functions for handling Low Latency Queues in ena_netdev + - net: ena: use CSUM_CHECKED device indication to report skb's checksum status + - net: ena: explicit casting and initialization, and clearer error handling + - net: ena: limit refill Rx threshold to 256 to avoid latency issues + - net: ena: change rx copybreak default to reduce kernel memory pressure + - net: ena: remove redundant parameter in ena_com_admin_init() + - net: ena: update driver version to 2.0.1 + - net: ena: fix indentations in ena_defs for better readability + - net: ena: Fix Kconfig dependency on X86 + - net: ena: enable Low Latency Queues + - net: ena: fix compilation error in xtensa architecture + + * [Bionic][Cosmic] ipmi: Fix timer race with module unload (LP: #1799281) + - ipmi: Fix timer race with module unload + + * Overlayfs in user namespace leaks directory content of inaccessible + directories (LP: #1793458) // CVE-2018-6559 + - SAUCE: overlayfs: ensure mounter privileges when reading directories + + * not able to unwind the stack from within __kernel_clock_gettime in the Linux + vDSO (LP: #1797963) + - powerpc/vdso: Correct call frame information + + * Miscellaneous Ubuntu changes + - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Don't print secure boot state + from the efi stub" + - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Make get_cert_list() use + efi_status_to_str() to print error messages." + - Revert "UBUNTU: SAUCE: (efi-lockdown) Add efi_status_to_str() and rework + efi_status_to_err()." + - Revert "UBUNTU: SAUCE: (efi-lockdown) Make get_cert_list() not complain + about cert lists that aren't present." + - Revert "UBUNTU: SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable + to be suppressed" + - Revert "UBUNTU: SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI + Secure Boot" + - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser" + - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add EFI signature data types" + - Revert "UBUNTU: SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time + addition of keys to secondary keyring" + - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in + secure boot mode" + - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to + indicate secure boot mode" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Copy secure_boot flag in boot params + across kexec reboot" + - Revert "UBUNTU: SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the + kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down perf" + - Revert "UBUNTU: SAUCE: (efi-lockdown) bpf: Restrict kernel image access + functions when the kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down kprobes" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down /proc/kcore" + - Revert "UBUNTU: SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the + testmmiotrace module" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down module params that specify + hardware parameters (eg. ioport)" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down TIOCSSERIAL" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the + kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) acpi: Disable APEI error injection if + the kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) acpi: Disable ACPI table override if + the kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param + when the kernel has been locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) ACPI: Limit access to custom_method + when the kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the + kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) x86: Lock down IO port access when the + kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) PCI: Lock down BAR access when the + kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is + locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) hibernate: Disable when the kernel is + locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the + kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the + kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Enforce module signatures if the + kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Add a SysRq option to lift kernel + lockdown" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Add the ability to lock down access to + the running kernel image" + - SAUCE: (efi-lockdown) Add the ability to lock down access to the running + kernel image + - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown + - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down + - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is + locked down + - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked + down + - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked + down + - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is + locked down + - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked + down + - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel + has been locked down + - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is + locked down + - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked + down + - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL + - SAUCE: (efi-lockdown) Lock down module params that specify hardware + parameters (eg. ioport) + - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module + - SAUCE: (efi-lockdown) Lock down /proc/kcore + - SAUCE: (efi-lockdown) Lock down kprobes + - SAUCE: (efi-lockdown) Lock down perf + - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked + down + - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to + secondary keyring + - SAUCE: (efi-lockdown) efi: Add EFI signature data types + - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser + - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot + - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed + - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists + that aren't present. + - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework + efi_status_to_err(). + - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print + error messages. + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec + reboot + - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure + boot mode + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot + mode + - SAUCE: (efi-lockdown) efi/x86: Call efi_parse_options() from efi_main() + - SAUCE: (efi-lockdown) Fix for module sig verification + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - SAUCE: (efi-lockdown) module: remove support for having IMA validate modules + - [Packaging] generate Vcs-Git url from changelog + - [Config] CONFIG_SCSI_MQ_DEFAULT=y + + -- Seth Forshee Fri, 02 Nov 2018 14:22:55 -0500 + +linux (4.19.0-3.4) cosmic; urgency=medium + + * Support Edge Gateway's Bluetooth LED (LP: #1798332) + - SAUCE: Bluetooth: Support for LED on Edge Gateways + + * Support Edge Gateway's WIFI LED (LP: #1798330) + - SAUCE: mwifiex: Switch WiFi LED state according to the device status + + [ Upstream Kernel Changes ] + + * Rebase to v4.19 + + -- Seth Forshee Mon, 22 Oct 2018 09:13:39 -0500 + +linux (4.19.0-2.3) cosmic; urgency=medium + + * fscache: bad refcounting in fscache_op_complete leads to OOPS (LP: #1797314) + - SAUCE: fscache: Fix race in decrementing refcount of op->npages + + * Provide mode where all vCPUs on a core must be the same VM (LP: #1792957) + - KVM: PPC: Book3S HV: Provide mode where all vCPUs on a core must be the same + VM + + * The front MIC can't work on the Lenovo M715 (LP: #1797292) + - ALSA: hda/realtek - Fix the problem of the front MIC on the Lenovo M715 + + * arm64: snapdragon: WARNING: CPU: 0 PID: 1 at drivers/irqchip/irq-gic.c:1016 + gic_irq_domain_translate (LP: #1797143) + - SAUCE: arm64: dts: msm8916: camms: fix gic_irq_domain_translate warnings + + * Dell new AIO requires a new uart backlight driver (LP: #1727235) + - SAUCE: platform/x86: dell-uart-backlight: new backlight driver for DELL AIO + - updateconfigs for Dell UART backlight driver + + * Please make CONFIG_PWM_LPSS_PCI and CONFIG_PWM_LPSS_PLATFORM built in to + make brightness adjustment working on various BayTrail/CherryTrail-based + devices (LP: #1783964) + - [Config]: Make PWM_LPSS_* built-in + + * check and fix zkey required kernel modules locations in debs, udebs, and + initramfs (LP: #1794346) + - [Config] add s390 crypto modules to crypt-modules udeb + + * Miscellaneous Ubuntu changes + - [Config] CONFIG_VBOXGUEST=n + - ubuntu: vbox -- update to 5.2.18-dfsg-2 + - ubuntu: enable vbox build + + [ Upstream Kernel Changes ] + + * Rebase to v4.19-rc8 + + -- Seth Forshee Mon, 15 Oct 2018 10:52:04 -0500 + +linux (4.19.0-1.2) cosmic; urgency=medium + + * Page leaking in cachefiles_read_backing_file while vmscan is active + (LP: #1793430) + - SAUCE: cachefiles: Page leaking in cachefiles_read_backing_file while vmscan + is active + + * SRU: Enable middle button of touchpad on ThinkPad P72 (LP: #1793463) + - Input: elantech - enable middle button of touchpad on ThinkPad P72 + + * Improvements to the kernel source package preparation (LP: #1793461) + - [Packaging] startnewrelease: add support for backport kernels + + * Fix unusable NVIDIA GPU after S3 (LP: #1793338) + - SAUCE: PCI: Reprogram bridge prefetch registers on resume + + * Error reported when creating ZFS pool with "-t" option, despite successful + pool creation (LP: #1769937) + - SAUCE: (noup) Update zfs to 0.7.9-3ubuntu6 + + * device hotplug of vfio devices can lead to deadlock in vfio_pci_release + (LP: #1792099) + - SAUCE: vfio -- release device lock before userspace requests + + * Miscellaneous Ubuntu changes + - [Packaging] retpoline -- fix temporary filenaming + - CONFIG_BCH_CONST_PARAMS=n + - Packaging: final-checks: remove trailing backport suffix + - SAUCE: import aufs driver + + [ Upstream Kernel Changes ] + + * Rebase to v4.19-rc5 + + -- Seth Forshee Tue, 25 Sep 2018 16:32:24 -0500 + +linux (4.19.0-0.1) cosmic; urgency=medium + + * Miscellaneous Ubuntu changes + - ubuntu -- disable vbox build + - Disable zfs build + - SAUCE: Import aufs driver + - Update dropped.txt + + [ Upstream Kernel Changes ] + + * Rebase to v4.19-rc3 + + -- Seth Forshee Thu, 13 Sep 2018 07:54:47 -0500 + +linux (4.19.0-0.0) cosmic; urgency=medium + + * Dummy entry. + + -- Seth Forshee Thu, 13 Sep 2018 06:44:09 -0500 + +linux (4.18.0-8.9) cosmic; urgency=medium + + * linux: 4.18.0-8.9 -proposed tracker (LP: #1791663) + + * Cosmic update to v4.18.7 stable release (LP: #1791660) + - rcu: Make expedited GPs handle CPU 0 being offline + - net: 6lowpan: fix reserved space for single frames + - net: mac802154: tx: expand tailroom if necessary + - 9p/net: Fix zero-copy path in the 9p virtio transport + - spi: davinci: fix a NULL pointer dereference + - spi: pxa2xx: Add support for Intel Ice Lake + - spi: spi-fsl-dspi: Fix imprecise abort on VF500 during probe + - spi: cadence: Change usleep_range() to udelay(), for atomic context + - mmc: block: Fix unsupported parallel dispatch of requests + - mmc: renesas_sdhi_internal_dmac: mask DMAC interrupts + - mmc: renesas_sdhi_internal_dmac: fix #define RST_RESERVED_BITS + - readahead: stricter check for bdi io_pages + - block: fix infinite loop if the device loses discard capability + - block: blk_init_allocated_queue() set q->fq as NULL in the fail case + - block: really disable runtime-pm for blk-mq + - blkcg: Introduce blkg_root_lookup() + - block: Introduce blk_exit_queue() + - block: Ensure that a request queue is dissociated from the cgroup controller + - apparmor: fix bad debug check in apparmor_secid_to_secctx() + - dma-buf: Move BUG_ON from _add_shared_fence to _add_shared_inplace + - libertas: fix suspend and resume for SDIO connected cards + - media: Revert "[media] tvp5150: fix pad format frame height" + - mailbox: xgene-slimpro: Fix potential NULL pointer dereference + - Replace magic for trusting the secondary keyring with #define + - Fix kexec forbidding kernels signed with keys in the secondary keyring to + boot + - powerpc/fadump: handle crash memory ranges array index overflow + - powerpc/64s: Fix page table fragment refcount race vs speculative references + - powerpc/pseries: Fix endianness while restoring of r3 in MCE handler. + - powerpc/pkeys: Give all threads control of their key permissions + - powerpc/pkeys: Deny read/write/execute by default + - powerpc/pkeys: key allocation/deallocation must not change pkey registers + - powerpc/pkeys: Save the pkey registers before fork + - powerpc/pkeys: Fix calculation of total pkeys. + - powerpc/pkeys: Preallocate execute-only key + - powerpc/nohash: fix pte_access_permitted() + - powerpc64/ftrace: Include ftrace.h needed for enable/disable calls + - powerpc/powernv/pci: Work around races in PCI bridge enabling + - cxl: Fix wrong comparison in cxl_adapter_context_get() + - IB/mlx5: Honor cnt_set_id_valid flag instead of set_id + - IB/mlx5: Fix leaking stack memory to userspace + - IB/srpt: Fix srpt_cm_req_recv() error path (1/2) + - IB/srpt: Fix srpt_cm_req_recv() error path (2/2) + - IB/srpt: Support HCAs with more than two ports + - overflow.h: Add arithmetic shift helper + - RDMA/mlx5: Fix shift overflow in mlx5_ib_create_wq + - ib_srpt: Fix a use-after-free in srpt_close_ch() + - ib_srpt: Fix a use-after-free in __srpt_close_all_ch() + - RDMA/rxe: Set wqe->status correctly if an unexpected response is received + - 9p: fix multiple NULL-pointer-dereferences + - fs/9p/xattr.c: catch the error of p9_client_clunk when setting xattr failed + - 9p/virtio: fix off-by-one error in sg list bounds check + - net/9p/client.c: version pointer uninitialized + - net/9p/trans_fd.c: fix race-condition by flushing workqueue before the + kfree() + - dm integrity: change 'suspending' variable from bool to int + - dm thin: stop no_space_timeout worker when switching to write-mode + - dm cache metadata: save in-core policy_hint_size to on-disk superblock + - dm cache metadata: set dirty on all cache blocks after a crash + - dm crypt: don't decrease device limits + - dm writecache: fix a crash due to reading past end of dirty_bitmap + - uart: fix race between uart_put_char() and uart_shutdown() + - Drivers: hv: vmbus: Fix the offer_in_progress in vmbus_process_offer() + - Drivers: hv: vmbus: Reset the channel callback in vmbus_onoffer_rescind() + - iio: sca3000: Fix missing return in switch + - iio: ad9523: Fix displayed phase + - iio: ad9523: Fix return value for ad952x_store() + - extcon: Release locking when sending the notification of connector state + - eventpoll.h: wrap casts in () properly + - vmw_balloon: fix inflation of 64-bit GFNs + - vmw_balloon: do not use 2MB without batching + - vmw_balloon: VMCI_DOORBELL_SET does not check status + - vmw_balloon: fix VMCI use when balloon built into kernel + - rtc: omap: fix resource leak in registration error path + - rtc: omap: fix potential crash on power off + - tracing: Do not call start/stop() functions when tracing_on does not change + - tracing/blktrace: Fix to allow setting same value + - printk/tracing: Do not trace printk_nmi_enter() + - livepatch: Validate module/old func name length + - uprobes: Use synchronize_rcu() not synchronize_sched() + - mfd: hi655x: Fix regmap area declared size for hi655x + - ovl: fix wrong use of impure dir cache in ovl_iterate() + - ACPICA: AML Parser: skip opcodes that open a scope upon parse failure + - ACPICA: Clear status of all events when entering sleep states + - drivers/block/zram/zram_drv.c: fix bug storing backing_dev + - sched: idle: Avoid retaining the tick when it has been stopped + - cpuidle: menu: Handle stopped tick more aggressively + - cpufreq: governor: Avoid accessing invalid governor_data + - PM / sleep: wakeup: Fix build error caused by missing SRCU support + - ALSA: ac97: fix device initialization in the compat layer + - ALSA: ac97: fix check of pm_runtime_get_sync failure + - ALSA: ac97: fix unbalanced pm_runtime_enable + - i2c: designware: Re-init controllers with pm_disabled set on resume + - KVM: VMX: fixes for vmentry_l1d_flush module parameter + - KVM: PPC: Book3S: Fix guest DMA when guest partially backed by THP pages + - xtensa: limit offsets in __loop_cache_{all,page} + - xtensa: increase ranges in ___invalidate_{i,d}cache_all + - block, bfq: return nbytes and not zero from struct cftype .write() method + - pnfs/blocklayout: off by one in bl_map_stripe() + - nfsd: fix leaked file lock with nfs exported overlayfs + - NFSv4 client live hangs after live data migration recovery + - NFSv4: Fix locking in pnfs_generic_recover_commit_reqs + - NFSv4: Fix a sleep in atomic context in nfs4_callback_sequence() + - ARM: tegra: Fix Tegra30 Cardhu PCA954x reset + - ARM: dts: am57xx-idk: Enable dual role for USB2 port + - pwm: omap-dmtimer: Return -EPROBE_DEFER if no dmtimer platform data + - mm/tlb: Remove tlb_remove_table() non-concurrent condition + - iommu/ipmmu-vmsa: Don't register as BUS IOMMU if machine doesn't have IPMMU- + VMSA + - iommu/vt-d: Add definitions for PFSID + - iommu/vt-d: Fix dev iotlb pfsid use + - sys: don't hold uts_sem while accessing userspace memory + - userns: move user access out of the mutex + - ubifs: Fix memory leak in lprobs self-check + - Revert "UBIFS: Fix potential integer overflow in allocation" + - ubifs: Check data node size before truncate + - ubifs: xattr: Don't operate on deleted inodes + - ubifs: Fix directory size calculation for symlinks + - ubifs: Fix synced_i_size calculation for xattr inodes + - pwm: tiehrpwm: Don't use emulation mode bits to control PWM output + - pwm: tiehrpwm: Fix disabling of output of PWMs + - fb: fix lost console when the user unplugs a USB adapter + - udlfb: fix semaphore value leak + - udlfb: fix display corruption of the last line + - udlfb: don't switch if we are switching to the same videomode + - udlfb: set optimal write delay + - udlfb: make a local copy of fb_ops + - udlfb: handle allocation failure + - udlfb: set line_length in dlfb_ops_set_par + - getxattr: use correct xattr length + - libnvdimm: Use max contiguous area for namespace size + - libnvdimm: fix ars_status output length calculation + - bcache: release dc->writeback_lock properly in bch_writeback_thread() + - kconfig: fix "Can't open ..." in parallel build + - perf auxtrace: Fix queue resize + - crypto: vmx - Fix sleep-in-atomic bugs + - crypto: aesni - Use unaligned loads from gcm_context_data + - crypto: arm64/sm4-ce - check for the right CPU feature bit + - crypto: caam - fix DMA mapping direction for RSA forms 2 & 3 + - crypto: caam/jr - fix descriptor DMA unmapping + - crypto: caam/qi - fix error path in xts setkey + - fs/quota: Fix spectre gadget in do_quotactl + - udf: Fix mounting of Win7 created UDF filesystems + - cpuidle: menu: Retain tick when shallow state is selected + - arm64: mm: always enable CONFIG_HOLES_IN_ZONE + - Linux 4.18.7 + + * CVE-2017-5715 + - s390: detect etoken facility + - KVM: s390: add etoken support for guests + + * Missing Intel GPU pci-id's (LP: #1789924) + - drm/i915/whl: Introducing Whiskey Lake platform + - drm/i915/aml: Introducing Amber Lake platform + - drm/i915/cfl: Add a new CFL PCI ID. + + * [18.10 FEAT] Add kernel config options for SMC-R/D (LP: #1789934) + - s390/ism: add device driver for internal shared memory + - CONFIG_ISM=y for s390 + + * Cosmic update to v4.18.6 stable release (LP: #1791105) + - PATCH scripts/kernel-doc + - scripts/kernel-doc: Escape all literal braces in regexes + - scsi: libsas: dynamically allocate and free ata host + - xprtrdma: Fix disconnect regression + - mei: don't update offset in write + - cifs: add missing support for ACLs in SMB 3.11 + - CIFS: fix uninitialized ptr deref in smb2 signing + - cifs: add missing debug entries for kconfig options + - cifs: use a refcount to protect open/closing the cached file handle + - cifs: check kmalloc before use + - smb3: enumerating snapshots was leaving part of the data off end + - smb3: Do not send SMB3 SET_INFO if nothing changed + - smb3: don't request leases in symlink creation and query + - smb3: fill in statfs fsid and correct namelen + - btrfs: use correct compare function of dirty_metadata_bytes + - btrfs: don't leak ret from do_chunk_alloc + - Btrfs: fix mount failure after fsync due to hard link recreation + - Btrfs: fix btrfs_write_inode vs delayed iput deadlock + - Btrfs: fix send failure when root has deleted files still open + - Btrfs: send, fix incorrect file layout after hole punching beyond eof + - hwmon: (k10temp) 27C Offset needed for Threadripper2 + - bpf, arm32: fix stack var offset in jit + - regulator: arizona-ldo1: Use correct device to get enable GPIO + - iommu/arm-smmu: Error out only if not enough context interrupts + - printk: Split the code for storing a message into the log buffer + - printk: Create helper function to queue deferred console handling + - printk/nmi: Prevent deadlock when accessing the main log buffer in NMI + - kprobes/arm64: Fix %p uses in error messages + - arm64: Fix mismatched cache line size detection + - arm64: Handle mismatched cache type + - arm64: mm: check for upper PAGE_SHIFT bits in pfn_valid() + - arm64: dts: rockchip: corrected uart1 clock-names for rk3328 + - KVM: arm/arm64: Fix potential loss of ptimer interrupts + - KVM: arm/arm64: Fix lost IRQs from emulated physcial timer when blocked + - KVM: arm/arm64: Skip updating PMD entry if no change + - KVM: arm/arm64: Skip updating PTE entry if no change + - s390/kvm: fix deadlock when killed by oom + - perf kvm: Fix subcommands on s390 + - stop_machine: Reflow cpu_stop_queue_two_works() + - stop_machine: Atomically queue and wake stopper threads + - ext4: check for NUL characters in extended attribute's name + - ext4: use ext4_warning() for sb_getblk failure + - ext4: sysfs: print ext4_super_block fields as little-endian + - ext4: reset error code in ext4_find_entry in fallback + - ext4: fix race when setting the bitmap corrupted flag + - x86/gpu: reserve ICL's graphics stolen memory + - platform/x86: wmi: Do not mix pages and kmalloc + - platform/x86: ideapad-laptop: Apply no_hw_rfkill to Y20-15IKBM, too + - mm: move tlb_table_flush to tlb_flush_mmu_free + - mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREE + - x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bit + - x86/speculation/l1tf: Fix off-by-one error when warning that system has too + much RAM + - x86/speculation/l1tf: Suggest what to do on systems with too much RAM + - x86/vdso: Fix vDSO build if a retpoline is emitted + - x86/process: Re-export start_thread() + - KVM: x86: ensure all MSRs can always be KVM_GET/SET_MSR'd + - KVM: x86: SVM: Call x86_spec_ctrl_set_guest/host() with interrupts disabled + - fuse: Don't access pipe->buffers without pipe_lock() + - fuse: fix initial parallel dirops + - fuse: fix double request_end() + - fuse: fix unlocked access to processing queue + - fuse: umount should wait for all requests + - fuse: Fix oops at process_init_reply() + - fuse: Add missed unlock_page() to fuse_readpages_fill() + - lib/vsprintf: Do not handle %pO[^F] as %px + - udl-kms: change down_interruptible to down + - udl-kms: handle allocation failure + - udl-kms: fix crash due to uninitialized memory + - udl-kms: avoid division + - b43legacy/leds: Ensure NUL-termination of LED name string + - b43/leds: Ensure NUL-termination of LED name string + - ASoC: dpcm: don't merge format from invalid codec dai + - ASoC: zte: Fix incorrect PCM format bit usages + - ASoC: sirf: Fix potential NULL pointer dereference + - ASoC: wm_adsp: Correct DSP pointer for preloader control + - soc: qcom: rmtfs-mem: fix memleak in probe error paths + - pinctrl: freescale: off by one in imx1_pinconf_group_dbg_show() + - scsi: qla2xxx: Fix stalled relogin + - x86/vdso: Fix lsl operand order + - x86/nmi: Fix NMI uaccess race against CR3 switching + - x86/irqflags: Mark native_restore_fl extern inline + - x86/spectre: Add missing family 6 check to microcode check + - x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+ + - hwmon: (nct6775) Fix potential Spectre v1 + - x86/entry/64: Wipe KASAN stack shadow before rewind_stack_do_exit() + - x86: Allow generating user-space headers without a compiler + - s390/mm: fix addressing exception after suspend/resume + - s390/lib: use expoline for all bcr instructions + - s390: fix br_r1_trampoline for machines without exrl + - s390/qdio: reset old sbal_state flags + - s390/numa: move initial setup of node_to_cpumask_map + - s390/purgatory: Fix crash with expoline enabled + - s390/purgatory: Add missing FORCE to Makefile targets + - kprobes: Show blacklist addresses as same as kallsyms does + - kprobes: Replace %p with other pointer types + - kprobes/arm: Fix %p uses in error messages + - kprobes: Make list and blacklist root user read only + - MIPS: Correct the 64-bit DSP accumulator register size + - MIPS: memset.S: Fix byte_fixup for MIPSr6 + - MIPS: Always use -march=, not - shortcuts + - MIPS: Change definition of cpu_relax() for Loongson-3 + - MIPS: lib: Provide MIPS64r6 __multi3() for GCC < 7 + - tpm: Return the actual size when receiving an unsupported command + - tpm: separate cmd_ready/go_idle from runtime_pm + - scsi: mpt3sas: Fix calltrace observed while running IO & reset + - scsi: mpt3sas: Fix _transport_smp_handler() error path + - scsi: sysfs: Introduce sysfs_{un,}break_active_protection() + - scsi: core: Avoid that SCSI device removal through sysfs triggers a deadlock + - iscsi target: fix session creation failure handling + - mtd: rawnand: hynix: Use ->exec_op() in hynix_nand_reg_write_op() + - mtd: rawnand: fsmc: Stop using chip->read_buf() + - mtd: rawnand: marvell: add suspend and resume hooks + - mtd: rawnand: qcom: wait for desc completion in all BAM channels + - clk: rockchip: fix clk_i2sout parent selection bits on rk3399 + - clk: npcm7xx: fix memory allocation + - PM / clk: signedness bug in of_pm_clk_add_clks() + - power: generic-adc-battery: fix out-of-bounds write when copying channel + properties + - power: generic-adc-battery: check for duplicate properties copied from iio + channels + - watchdog: Mark watchdog touch functions as notrace + - cdrom: Fix info leak/OOB read in cdrom_ioctl_drive_status + - x86/dumpstack: Don't dump kernel memory based on usermode RIP + - Linux 4.18.6 + - updateconfigs after v4.18.6 stable update + + * random oopses on s390 systems using NVMe devices (LP: #1790480) + - s390/pci: fix out of bounds access during irq setup + + * [18.10 FEAT] zcrypt DD: introduce APQN tags to support deterministic driver + binding (LP: #1784331) + - s390/zcrypt: code beautify + - s390/zcrypt: AP bus support for alternate driver(s) + - s390/zcrypt: hex string mask improvements for apmask and aqmask. + + * performance drop with ATS enabled (LP: #1788097) + - powerpc/powernv: Fix concurrency issue with npu->mmio_atsd_usage + + * Fix MCE handling for user access of poisoned device-dax mapping + (LP: #1774366) + - device-dax: Convert to vmf_insert_mixed and vm_fault_t + - device-dax: Enable page_mapping() + - device-dax: Set page->index + - filesystem-dax: Set page->index + - mm, madvise_inject_error: Disable MADV_SOFT_OFFLINE for ZONE_DEVICE pages + - mm, dev_pagemap: Do not clear ->mapping on final put + - mm, madvise_inject_error: Let memory_failure() optionally take a page + reference + - mm, memory_failure: Collect mapping size in collect_procs() + - filesystem-dax: Introduce dax_lock_mapping_entry() + - mm, memory_failure: Teach memory_failure() about dev_pagemap pages + - x86/mm/pat: Prepare {reserve, free}_memtype() for "decoy" addresses + - x86/memory_failure: Introduce {set, clear}_mce_nospec() + - libnvdimm, pmem: Restore page attributes when clearing errors + + * Reconcile hns3 SAUCE patches with upstream (LP: #1787477) + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix comments for + hclge_get_ring_chain_from_mbx" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for using wrong mask and + shift in hclge_get_ring_chain_from_mbx" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for reset_level default + assignment probelm" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unnecessary ring + configuration operation while resetting" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix return value error in + hns3_reset_notify_down_enet" + - Revert "UBUNTU: SAUCE: net: hns3: Fix for phy link issue when using marvell + phy driver" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: separate roce from nic when + resetting" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: correct reset event status + register" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: prevent to request reset + frequently" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: reset net device with rtnl_lock" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify the order of initializeing + command queue register" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: prevent sending command during + global or core reset" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: Use roce handle when calling roce + callback function" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove the warning when clear + reset cause" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix get_vector ops in + hclgevf_main module" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix warning bug when doing lp + selftest" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add configure for mac minimal + frame size" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for mailbox message truncated + problem" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for l4 checksum offload bug" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for waterline not setting + correctly" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for mac pause not disable in + pfc mode" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix tc setup when netdev is first + up" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add calling roce callback + function when link status change" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: optimize the process of notifying + roce client" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add pf reset for hip08 RoCE" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add SPDX tags to hns3 driver" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused struct member and + definition" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix mislead parameter name" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify inconsistent bit mask + macros" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: use decimal for bit offset + macros" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix unreasonable code comments" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove extra space and brackets" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: standardize the handle of return + value" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some redundant + assignments" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify hnae_ to hnae3_" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: use dma_zalloc_coherent instead + of kzalloc/dma_map_single" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: give default option while + dependency HNS3 set" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some unused members of + some structures" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove a redundant + hclge_cmd_csq_done" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: using modulo for cyclic counters + in hclge_cmd_send" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: simplify hclge_cmd_csq_clean" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some redundant + assignments" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove useless code in + hclge_cmd_send" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused + hclge_ring_to_dma_dir" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: use lower_32_bits and + upper_32_bits" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove back in struct hclge_hw" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: add unlikely for error check" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove the Redundant put_vector + in hns3_client_uninit" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: print the ret value in error + information" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: extraction an interface for state + state init|uninit" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused head file in + hnae3.c" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: add l4_type check for both ipv4 + and ipv6" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: add vector status check before + free vector" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: rename the interface for + init_client_instance and uninit_client_instance" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove hclge_get_vector_index + from hclge_bind_ring_with_vector" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: RX BD information valid only in + last BD except VLD bit and buffer size" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: add support for serdes loopback + selftest" + - net: hns3: Updates RX packet info fetch in case of multi BD + - net: hns3: remove hclge_get_vector_index from hclge_bind_ring_with_vector + - net: hns3: rename the interface for init_client_instance and + uninit_client_instance + - net: hns3: add vector status check before free vector + - net: hns3: add l4_type check for both ipv4 and ipv6 + - net: hns3: add unlikely for error check + - net: hns3: remove unused head file in hnae3.c + - net: hns3: extraction an interface for state init|uninit + - net: hns3: print the ret value in error information + - net: hns3: remove the Redundant put_vector in hns3_client_uninit + - net: hns3: remove back in struct hclge_hw + - net: hns3: use lower_32_bits and upper_32_bits + - net: hns3: remove unused hclge_ring_to_dma_dir + - net: hns3: remove useless code in hclge_cmd_send + - net: hns3: remove some redundant assignments + - net: hns3: simplify hclge_cmd_csq_clean + - net: hns3: remove a redundant hclge_cmd_csq_done + - net: hns3: remove some unused members of some structures + - net: hns3: give default option while dependency HNS3 set + - net: hns3: use dma_zalloc_coherent instead of kzalloc/dma_map_single + - net: hns3: modify hnae_ to hnae3_ + - net: hns3: Fix tc setup when netdev is first up + - net: hns3: Fix for mac pause not disable in pfc mode + - net: hns3: Fix for waterline not setting correctly + - net: hns3: Fix for l4 checksum offload bug + - net: hns3: Fix for mailbox message truncated problem + - net: hns3: Add configure for mac minimal frame size + - net: hns3: Fix warning bug when doing lp selftest + - net: hns3: Fix get_vector ops in hclgevf_main module + - net: hns3: Remove the warning when clear reset cause + - net: hns3: Prevent sending command during global or core reset + - net: hns3: Modify the order of initializing command queue register + - net: hns3: Reset net device with rtnl_lock + - net: hns3: Prevent to request reset frequently + - net: hns3: Correct reset event status register + - net: hns3: Fix return value error in hns3_reset_notify_down_enet + - net: hns3: remove unnecessary ring configuration operation while resetting + - net: hns3: Fix for reset_level default assignment probelm + - net: hns3: Fix for using wrong mask and shift in + hclge_get_ring_chain_from_mbx + - net: hns3: Fix comments for hclge_get_ring_chain_from_mbx + - net: hns3: Remove some redundant assignments + - net: hns3: Standardize the handle of return value + - net: hns3: Remove extra space and brackets + - net: hns3: Correct unreasonable code comments + - net: hns3: Use decimal for bit offset macros + - net: hns3: Modify inconsistent bit mask macros + - net: hns3: Fix misleading parameter name + - net: hns3: Remove unused struct member and definition + - net: hns3: Add SPDX tags to HNS3 PF driver + - net: hns3: Add support for serdes loopback selftest + - net: hns3: Fix for phy link issue when using marvell phy driver + + * [Regression] kernel crashdump fails on arm64 (LP: #1786878) + - arm64: export memblock_reserve()d regions via /proc/iomem + - drivers: acpi: add dependency of EFI for arm64 + - efi/arm: preserve early mapping of UEFI memory map longer for BGRT + - efi/arm: map UEFI memory map even w/o runtime services enabled + - arm64: acpi: fix alignment fault in accessing ACPI + - [Config] CONFIG_ARCH_SUPPORTS_ACPI=y + - arm64: fix ACPI dependencies + - ACPI: fix menuconfig presentation of ACPI submenu + + * TB 16 issue on Dell Lattitude 7490 with large amount of data (LP: #1785780) + - r8152: disable RX aggregation on new Dell TB16 dock + + * Support Power Management for Thunderbolt Controller (LP: #1789358) + - thunderbolt: Use 64-bit DMA mask if supported by the platform + - thunderbolt: Do not unnecessarily call ICM get route + - thunderbolt: No need to take tb->lock in domain suspend/complete + - thunderbolt: Use correct ICM commands in system suspend + - thunderbolt: Add support for runtime PM + + * Enable AMD PCIe MP2 for AMDI0011 (LP: #1773940) + - SAUCE: i2c:amd I2C Driver based on PCI Interface for upcoming platform + - SAUCE: i2c:amd move out pointer in union i2c_event_base + - SAUCE: i2c:amd Depends on ACPI + - [Config] i2c: CONFIG_I2C_AMD_MP2=y on x86 + + * Microphone cannot be detected with front panel audio combo jack on HP Z8-G4 + machine (LP: #1789145) + - ALSA: hda/realtek - Fix HP Headset Mic can't record + + * Please enable CONFIG_PAGE_POISONING (LP: #1783651) + - [Config] Enable CONFIG_PAGE_POISONING configs + + * Tango platform uses __initcall without further checks (LP: #1787945) + - [Config] disable ARCH_TANGO + + * [18.10 FEAT] SMC-Direct (LP: #1786902) + - net/smc: determine port attributes independent from pnet table + - net/smc: add pnetid support + - net/smc: add base infrastructure for SMC-D and ISM + - net/smc: add pnetid support for SMC-D and ISM + - net/smc: add SMC-D support in CLC messages + - net/smc: add SMC-D support in data transfer + - net/smc: add SMC-D support in af_smc + - net/smc: add SMC-D diag support + - net/smc: provide smc mode in smc_diag.c + - net/smc: eliminate cursor read and write calls + - net/smc: add function to get link group from link + - net/smc: use DECLARE_BITMAP for rtokens_used_mask + - net/smc: remove local variable page in smc_rx_splice() + - net/smc: Remove a WARN_ON() statement + - net/smc: Simplify ib_post_(send|recv|srq_recv)() calls + - net/smc: fewer parameters for smc_llc_send_confirm_link() + - net/smc: use correct vlan gid of RoCE device + - net/smc: provide fallback reason code + - net/smc: improve delete link processing + - net: simplify sock_poll_wait + - net/smc: send response to test link signal + + * Miscellaneous Ubuntu changes + - [Config] update annotations for CONFIG_CRYPTO_SPECK_NEON + - [Config] fix up annotatios for CONFIG_CRYPTO_SPECK + + -- Seth Forshee Mon, 10 Sep 2018 07:08:38 -0500 + +linux (4.18.0-7.8) cosmic; urgency=medium + + * linux: 4.18.0-7.8 -proposed tracker (LP: #1789459) + + * pmtu.sh fails on 4.18 kernel (LP: #1789436) + - SAUCE: Revert "vti6: fix PMTU caching and reporting on xmit" + + -- Seth Forshee Tue, 28 Aug 2018 11:08:51 -0500 + +linux (4.18.0-6.7) cosmic; urgency=medium + + * linux: 4.18.0-6.7 -proposed tracker (LP: #1788881) + + * systemd 237-3ubuntu10 ADT test failure with linux 4.18.0-5.6 (LP: #1787440) + - Config: Disable BPF_JIT_ALWAYS_ON on i386 + + * execveat03 in ubuntu_ltp_syscalls failed on X/B (LP: #1786729) + - cap_inode_getsecurity: use d_find_any_alias() instead of d_find_alias() + + * Cosmic update to v4.18.5 stable release (LP: #1788874) + - EDAC: Add missing MEM_LRDDR4 entry in edac_mem_types[] + - pty: fix O_CLOEXEC for TIOCGPTPEER + - mm: Allow non-direct-map arguments to free_reserved_area() + - x86/mm/init: Pass unconverted symbol addresses to free_init_pages() + - x86/mm/init: Add helper for freeing kernel image pages + - x86/mm/init: Remove freed kernel image areas from alias mapping + - powerpc64s: Show ori31 availability in spectre_v1 sysfs file not v2 + - ext4: fix spectre gadget in ext4_mb_regular_allocator() + - drm/i915/kvmgt: Fix potential Spectre v1 + - drm/amdgpu/pm: Fix potential Spectre v1 + - parisc: Remove unnecessary barriers from spinlock.h + - parisc: Remove ordered stores from syscall.S + - PCI: Restore resized BAR state on resume + - PCI / ACPI / PM: Resume all bridges on suspend-to-RAM + - PCI: hotplug: Don't leak pci_slot on registration failure + - PCI: aardvark: Size bridges before resources allocation + - PCI: Skip MPS logic for Virtual Functions (VFs) + - PCI: pciehp: Fix use-after-free on unplug + - PCI: pciehp: Fix unprotected list iteration in IRQ handler + - i2c: core: ACPI: Properly set status byte to 0 for multi-byte writes + - i2c: imx: Fix race condition in dma read + - reiserfs: fix broken xattr handling (heap corruption, bad retval) + - Linux 4.18.5 + + * [18.10 FEAT] Add kernel config option "CONFIG_SCLP_OFB" (LP: #1787898) + - [Config] CONFIG_SCLP_OFB=y for s390x + + * errors when scanning partition table of corrupted AIX disk (LP: #1787281) + - partitions/aix: fix usage of uninitialized lv_info and lvname structures + - partitions/aix: append null character to print data from disk + + * Apply NVMe bugfix from Google that bjf asked for (LP: #1787635) + - nvme-pci: add a memory barrier to nvme_dbbuf_update_and_check_event + + * ThinkPad systems have no HDMI sound when using the nvidia GPU (LP: #1787058) + - ACPI / OSI: Add OEM _OSI string to enable NVidia HDMI audio + + * Cosmic update to v4.18.4 stable release (LP: #1788454) + - l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cache + - net_sched: fix NULL pointer dereference when delete tcindex filter + - net_sched: Fix missing res info when create new tc_index filter + - r8169: don't use MSI-X on RTL8168g + - ALSA: hda - Sleep for 10ms after entering D3 on Conexant codecs + - ALSA: hda - Turn CX8200 into D3 as well upon reboot + - ALSA: vx222: Fix invalid endian conversions + - ALSA: virmidi: Fix too long output trigger loop + - ALSA: cs5535audio: Fix invalid endian conversion + - ALSA: dice: fix wrong copy to rx parameters for Alesis iO26 + - ALSA: hda: Correct Asrock B85M-ITX power_save blacklist entry + - ALSA: memalloc: Don't exceed over the requested size + - ALSA: vxpocket: Fix invalid endian conversions + - ALSA: seq: Fix poll() error return + - media: gl861: fix probe of dvb_usb_gl861 + - USB: serial: sierra: fix potential deadlock at close + - USB: serial: pl2303: add a new device id for ATEN + - USB: option: add support for DW5821e + - ACPI / PM: save NVS memory for ASUS 1025C laptop + - tty: serial: 8250: Revert NXP SC16C2552 workaround + - serial: 8250_exar: Read INT0 from slave device, too + - serial: 8250_dw: always set baud rate in dw8250_set_termios + - serial: 8250_dw: Add ACPI support for uart on Broadcom SoC + - uio: fix wrong return value from uio_mmap() + - misc: sram: fix resource leaks in probe error path + - Revert "uio: use request_threaded_irq instead" + - Bluetooth: avoid killing an already killed socket + - isdn: Disable IIOCDBGVAR + - net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd() + - hv/netvsc: Fix NULL dereference at single queue mode fallback + - r8169: don't use MSI-X on RTL8106e + - ip_vti: fix a null pointer deferrence when create vti fallback tunnel + - net: ethernet: mvneta: Fix napi structure mixup on armada 3700 + - net: mvneta: fix mvneta_config_rss on armada 3700 + - cls_matchall: fix tcf_unbind_filter missing + - Linux 4.18.4 + + * Cosmic update to v4.18.3 stable release (LP: #1788453) + - x86/speculation/l1tf: Exempt zeroed PTEs from inversion + - Linux 4.18.3 + + * Cosmic update to v4.18.2 stable release (LP: #1788452) + - x86/l1tf: Fix build error seen if CONFIG_KVM_INTEL is disabled + - x86: i8259: Add missing include file + - x86/hyper-v: Check for VP_INVAL in hyperv_flush_tlb_others() + - x86/platform/UV: Mark memblock related init code and data correctly + - x86/mm/pti: Clear Global bit more aggressively + - xen/pv: Call get_cpu_address_sizes to set x86_virt/phys_bits + - x86/mm: Disable ioremap free page handling on x86-PAE + - kbuild: verify that $DEPMOD is installed + - crypto: ccree - fix finup + - crypto: ccree - fix iv handling + - crypto: ccp - Check for NULL PSP pointer at module unload + - crypto: ccp - Fix command completion detection race + - crypto: x86/sha256-mb - fix digest copy in sha256_mb_mgr_get_comp_job_avx2() + - crypto: vmac - require a block cipher with 128-bit block size + - crypto: vmac - separate tfm and request context + - crypto: blkcipher - fix crash flushing dcache in error path + - crypto: ablkcipher - fix crash flushing dcache in error path + - crypto: skcipher - fix aligning block size in skcipher_copy_iv() + - crypto: skcipher - fix crash flushing dcache in error path + - ioremap: Update pgtable free interfaces with addr + - x86/mm: Add TLB purge to free pmd/pte page interfaces + - Linux 4.18.2 + + * Cosmic update to v4.18.2 stable release (LP: #1788452) // CVE-2018-9363 + - Bluetooth: hidp: buffer overflow in hidp_process_report + + * linux-cloud-tools-common: Ensure hv-kvp-daemon.service starts before + walinuxagent.service (LP: #1739107) + - [Debian] hyper-v -- Ensure that hv-kvp-daemon.service starts before + walinuxagent.service + + * Miscellaneous Ubuntu changes + - SAUCE: ipvs: remove nbsp characters from Kconfig + - [Config] CONFIG_MPROFILE_KERNEL=y for ppc64el + - [Config] CONFIG_DRM_RCAR_LVDS=m for snapdragon + - [Config] CONFIG_MDIO_MSCC_MIIM=n for s390x + - [Config] CONFIG_NET_VENDOR_MICROSEMI=n, CONFIG_NET_VENDOR_NI=n for s390x + - [Config] update annotations following config review + - [Debian] set CROSS_COMPILE when generating kernel configs + - [Config] Disable the Speck cipher + + -- Seth Forshee Fri, 24 Aug 2018 14:18:15 -0500 + +linux (4.18.0-5.6) cosmic; urgency=medium + + * Cosmic update to v4.18.1 stable release (LP: #1787264) + - x86/paravirt: Fix spectre-v2 mitigations for paravirt guests + - x86/speculation: Protect against userspace-userspace spectreRSB + - kprobes/x86: Fix %p uses in error messages + - x86/irqflags: Provide a declaration for native_save_fl + - x86/speculation/l1tf: Increase 32bit PAE __PHYSICAL_PAGE_SHIFT + - x86/speculation/l1tf: Change order of offset/type in swap entry + - x86/speculation/l1tf: Protect swap entries against L1TF + - x86/speculation/l1tf: Protect PROT_NONE PTEs against speculation + - x86/speculation/l1tf: Make sure the first page is always reserved + - x86/speculation/l1tf: Add sysfs reporting for l1tf + - x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappings + - x86/speculation/l1tf: Limit swap file size to MAX_PA/2 + - x86/bugs: Move the l1tf function and define pr_fmt properly + - sched/smt: Update sched_smt_present at runtime + - x86/smp: Provide topology_is_primary_thread() + - x86/topology: Provide topology_smt_supported() + - cpu/hotplug: Make bringup/teardown of smp threads symmetric + - cpu/hotplug: Split do_cpu_down() + - cpu/hotplug: Provide knobs to control SMT + - x86/cpu: Remove the pointless CPU printout + - x86/cpu/AMD: Remove the pointless detect_ht() call + - x86/cpu/common: Provide detect_ht_early() + - x86/cpu/topology: Provide detect_extended_topology_early() + - x86/cpu/intel: Evaluate smp_num_siblings early + - x86/CPU/AMD: Do not check CPUID max ext level before parsing SMP info + - x86/cpu/AMD: Evaluate smp_num_siblings early + - x86/apic: Ignore secondary threads if nosmt=force + - x86/speculation/l1tf: Extend 64bit swap file size limit + - x86/cpufeatures: Add detection of L1D cache flush support. + - x86/CPU/AMD: Move TOPOEXT reenablement before reading smp_num_siblings + - x86/speculation/l1tf: Protect PAE swap entries against L1TF + - x86/speculation/l1tf: Fix up pte->pfn conversion for PAE + - Revert "x86/apic: Ignore secondary threads if nosmt=force" + - cpu/hotplug: Boot HT siblings at least once + - x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being present + - x86/KVM/VMX: Add module argument for L1TF mitigation + - x86/KVM/VMX: Add L1D flush algorithm + - x86/KVM/VMX: Add L1D MSR based flush + - x86/KVM/VMX: Add L1D flush logic + - x86/KVM/VMX: Split the VMX MSR LOAD structures to have an host/guest numbers + - x86/KVM/VMX: Add find_msr() helper function + - x86/KVM/VMX: Separate the VMX AUTOLOAD guest/host number accounting + - x86/KVM/VMX: Extend add_atomic_switch_msr() to allow VMENTER only MSRs + - x86/KVM/VMX: Use MSR save list for IA32_FLUSH_CMD if required + - cpu/hotplug: Online siblings when SMT control is turned on + - x86/litf: Introduce vmx status variable + - x86/kvm: Drop L1TF MSR list approach + - x86/l1tf: Handle EPT disabled state proper + - x86/kvm: Move l1tf setup function + - x86/kvm: Add static key for flush always + - x86/kvm: Serialize L1D flush parameter setter + - x86/kvm: Allow runtime control of L1D flush + - cpu/hotplug: Expose SMT control init function + - cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED early + - x86/bugs, kvm: Introduce boot-time control of L1TF mitigations + - Documentation: Add section about CPU vulnerabilities + - x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architectures + - x86/KVM/VMX: Initialize the vmx_l1d_flush_pages' content + - Documentation/l1tf: Fix typos + - cpu/hotplug: detect SMT disabled by BIOS + - x86/KVM/VMX: Don't set l1tf_flush_l1d to true from vmx_l1d_flush() + - x86/KVM/VMX: Replace 'vmx_l1d_flush_always' with 'vmx_l1d_flush_cond' + - x86/KVM/VMX: Move the l1tf_flush_l1d test to vmx_l1d_flush() + - x86/irq: Demote irq_cpustat_t::__softirq_pending to u16 + - x86/KVM/VMX: Introduce per-host-cpu analogue of l1tf_flush_l1d + - x86: Don't include linux/irq.h from asm/hardirq.h + - x86/irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1d + - x86/KVM/VMX: Don't set l1tf_flush_l1d from vmx_handle_external_intr() + - Documentation/l1tf: Remove Yonah processors from not vulnerable list + - x86/speculation: Simplify sysfs report of VMX L1TF vulnerability + - x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentry + - KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentry + - cpu/hotplug: Fix SMT supported evaluation + - x86/speculation/l1tf: Invert all not present mappings + - x86/speculation/l1tf: Make pmd/pud_mknotpresent() invert + - x86/mm/pat: Make set_memory_np() L1TF safe + - x86/mm/kmmio: Make the tracer robust against L1TF + - tools headers: Synchronise x86 cpufeatures.h for L1TF additions + - x86/microcode: Allow late microcode loading with SMT disabled + - x86/smp: fix non-SMP broken build due to redefinition of + apic_id_is_primary_thread + - cpu/hotplug: Non-SMP machines do not make use of booted_once + - x86/init: fix build with CONFIG_SWAP=n + - Linux 4.18.1 + - [Config] updateconfigs after v4.18.1 stable update + + * Consider enabling CONFIG_NETWORK_PHY_TIMESTAMPING (LP: #1785816) + - [Config] Enable timestamping in network PHY devices + + * Miscellaneous Ubuntu changes + - [Config] CONFIG_SYSCTL_SYSCALL=n + + [ Upstream Kernel Changes ] + + * Rebase to v4.18 + + -- Seth Forshee Wed, 15 Aug 2018 14:20:59 -0500 + +linux (4.18.0-4.5) cosmic; urgency=medium + + [ Upstream Kernel Changes ] + + * Rebase to v4.18-rc8 + + -- Seth Forshee Mon, 06 Aug 2018 13:54:02 -0500 + +linux (4.18.0-3.4) cosmic; urgency=medium + + * Suspend fails in Ubuntu and Kubuntu 18.04 but works fine in Ubuntu and + Kubuntu 17.10 (and on Kubuntu 18.04 using kernel 4.14.47) (LP: #1774950) + - ACPI / LPSS: Avoid PM quirks on suspend and resume from hibernation + + * hinic interfaces aren't getting predictable names (LP: #1783138) + - hinic: Link the logical network device to the pci device in sysfs + + * libvirtd is unable to configure bridge devices inside of LXD containers + (LP: #1784501) + - kernfs: allow creating kernfs objects with arbitrary uid/gid + - sysfs, kobject: allow creating kobject belonging to arbitrary users + - kobject: kset_create_and_add() - fetch ownership info from parent + - driver core: set up ownership of class devices in sysfs + - net-sysfs: require net admin in the init ns for setting tx_maxrate + - net-sysfs: make sure objects belong to container's owner + - net: create reusable function for getting ownership info of sysfs inodes + - bridge: make sure objects belong to container's owner + - sysfs: Fix regression when adding a file to an existing group + + * locking sockets broken due to missing AppArmor socket mediation patches + (LP: #1780227) + - UBUNTU SAUCE: apparmor: fix apparmor mediating locking non-fs, unix sockets + + * Update2 for ocxl driver (LP: #1781436) + - ocxl: Fix page fault handler in case of fault on dying process + + * HDMI/DP audio can't work on the laptop of Dell Latitude 5495 (LP: #1782689) + - ALSA: hda: use PCI_BASE_CLASS_DISPLAY to replace PCI_CLASS_DISPLAY_VGA + - vga_switcheroo: set audio client id according to bound GPU id + + * Allow Raven Ridge's audio controller to be runtime suspended (LP: #1782540) + - ALSA: hda: Add AZX_DCAPS_PM_RUNTIME for AMD Raven Ridge + + * Invoking obsolete 'firmware_install' target breaks snap build (LP: #1782166) + - snapcraft.yaml: stop invoking the obsolete (and non-existing) + 'firmware_install' target + + * snapcraft.yaml: missing ubuntu-retpoline-extract-one script breaks the build + (LP: #1782116) + - snapcraft.yaml: copy retpoline-extract-one to scripts before build + + [ Upstream Kernel Changes ] + + * Rebase to v4.18-rc7 + + -- Seth Forshee Wed, 01 Aug 2018 08:49:40 -0500 + +linux (4.18.0-2.3) cosmic; urgency=medium + + * Kernel error "task zfs:pid blocked for more than 120 seconds" (LP: #1781364) + - SAUCE: (noup) zfs to 0.7.9-3ubuntu4 + + * [Regression] EXT4-fs error (device sda1): ext4_validate_inode_bitmap:99: + comm stress-ng: Corrupt inode bitmap (LP: #1780137) + - SAUCE: ext4: fix ext4_validate_inode_bitmap: comm stress-ng: Corrupt inode + bitmap + + * Cloud-init causes potentially huge boot delays with 4.15 kernels + (LP: #1780062) + - random: Make getrandom() ready earlier + + * hisi_sas_v3_hw: internal task abort: timeout and not done. (LP: #1777736) + - scsi: hisi_sas: Update a couple of register settings for v3 hw + + * hisi_sas: Add missing PHY spinlock init (LP: #1777734) + - scsi: hisi_sas: Add missing PHY spinlock init + + * hisi_sas: improve read performance by pre-allocating slot DMA buffers + (LP: #1777727) + - scsi: hisi_sas: Use dmam_alloc_coherent() + - scsi: hisi_sas: Pre-allocate slot DMA buffers + + * hisi_sas: Failures during host reset (LP: #1777696) + - scsi: hisi_sas: Only process broadcast change in phy_bcast_v3_hw() + - scsi: hisi_sas: Fix the conflict between dev gone and host reset + - scsi: hisi_sas: Adjust task reject period during host reset + - scsi: hisi_sas: Add a flag to filter PHY events during reset + - scsi: hisi_sas: Release all remaining resources in clear nexus ha + + * Miscellaneous Ubuntu changes + - SAUCE: (noup) Update spl to 0.7.9-3ubuntu2, zfs to 0.7.9-3ubuntu3 + - SAUCE: mm: Fix exports that inadvertently make put_page() EXPORT_SYMBOL_GPL + - Enable zfs build + - SAUCE: Import aufs driver + - Revert "UBUNTU: [Config]: set CONFIG_EDAC_DEBUG=y for ARM64" + - [Config] retpoline -- review and accept retpoline changes + + [ Upstream Kernel Changes ] + + * Rebase to v4.18-rc5 + * Rebase to v4.18-rc6 + + -- Seth Forshee Tue, 24 Jul 2018 08:41:22 -0500 + +linux (4.18.0-1.2) cosmic; urgency=medium + + [ Upstream Kernel Changes ] + + * Rebase to v4.18-rc4 + + -- Seth Forshee Mon, 09 Jul 2018 07:36:31 -0500 + +linux (4.18.0-0.1) cosmic; urgency=medium + + * Miscellaneous Ubuntu changes + - ubuntu -- disable vbox build + - Disable zfs build + - SAUCE: (efi-lockdown) Add the ability to lock down access to the running + kernel image + - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown + - SAUCE: (efi-lockdown) ima: require secure_boot rules in lockdown mode + - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down + - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is + locked down + - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked + down + - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked + down + - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is + locked down + - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked + down + - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel + has been locked down + - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is + locked down + - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked + down + - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL + - SAUCE: (efi-lockdown) Lock down module params that specify hardware + parameters (eg. ioport) + - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module + - SAUCE: (efi-lockdown) Lock down /proc/kcore + - SAUCE: (efi-lockdown) Lock down kprobes + - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the + kernel is locked down + - SAUCE: (efi-lockdown) Lock down perf + - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked + down + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec + reboot + - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure + boot mode + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot + mode + - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to + secondary keyring + - SAUCE: (efi-lockdown) efi: Add EFI signature data types + - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser + - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot + - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed + - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists + that aren't present. + - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework + efi_status_to_err(). + - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print + error messages. + - SAUCE: (efi-lockdown) lockdown: fix coordination of kernel module signature + verification + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - SAUCE: (efi-lockdown) efi: Don't print secure boot state from the efi stub + - SAUCE: (namespace) block_dev: Support checking inode permissions in + lookup_bdev() + - SAUCE: (namespace) block_dev: Check permissions towards block device inode + when mounting + - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode + when mounting + - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user + namespaces + - SAUCE: (namespace) ext4: Add module parameter to enable user namespace + mounts + - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is + opened for writing + - SAUCE: Import aufs driver + - Update dropped.txt + - [Config] updateconfigs after 4.18-rc3 rebase + - SAUCE: (no-up): ASoC: Intel: bytcr-rt5660: Remove snd_soc_codec use for 4.18 + + [ Upstream Kernel Changes ] + + * Rebase to v4.18-rc3 + + -- Seth Forshee Fri, 06 Jul 2018 10:46:37 -0500 + +linux (4.18.0-0.0) cosmic; urgency=medium + + * Dummy entry. + + -- Seth Forshee Tue, 03 Jul 2018 11:10:33 -0500 + +linux (4.17.0-4.5) cosmic; urgency=medium + + * linux: 4.17.0-4.5 -proposed tracker (LP: #1779399) + + * Update to ocxl driver for 18.04.1 (LP: #1775786) + - powerpc: Add TIDR CPU feature for POWER9 + - powerpc: Use TIDR CPU feature to control TIDR allocation + - powerpc: use task_pid_nr() for TID allocation + - ocxl: Rename pnv_ocxl_spa_remove_pe to clarify it's action + - ocxl: Expose the thread_id needed for wait on POWER9 + - ocxl: Add an IOCTL so userspace knows what OCXL features are available + - ocxl: Document new OCXL IOCTLs + - ocxl: Fix missing unlock on error in afu_ioctl_enable_p9_wait() + + * Please include ax88179_178a and r8152 modules in d-i udeb (LP: #1771823) + - [Config:] d-i: Add ax88179_178a and r8152 to nic-modules + + * glibc pkeys test fail on powerpc (LP: #1776967) + - [Config] Temporarily disable CONFIG_PPC_MEM_KEYS + + * After update to 4.13-43 Intel Graphics are Laggy (LP: #1773520) + - Revert "drm/i915/edp: Allow alternate fixed mode for eDP if available." + + * Miscellaneous Ubuntu changes + - SAUCE: (noup) Update spl to 0.7.9-3ubuntu1, zfs to 0.7.9-3ubuntu1 + + -- Seth Forshee Fri, 29 Jun 2018 13:37:52 -0500 + +linux (4.17.0-3.4) cosmic; urgency=medium + + * linux: 4.17.0-3.4 -proposed tracker (LP: #1779124) + + * Cosmic update to v4.17.3 stable release (LP: #1778997) + - net: aquantia: fix unsigned numvecs comparison with less than zero + - bonding: re-evaluate force_primary when the primary slave name changes + - cdc_ncm: avoid padding beyond end of skb + - ipv6: allow PMTU exceptions to local routes + - net: dsa: add error handling for pskb_trim_rcsum + - net: phy: dp83822: use BMCR_ANENABLE instead of BMSR_ANEGCAPABLE for DP83620 + - net/sched: act_simple: fix parsing of TCA_DEF_DATA + - tcp: verify the checksum of the first data segment in a new connection + - tls: fix use-after-free in tls_push_record + - tls: fix waitall behavior in tls_sw_recvmsg + - socket: close race condition between sock_close() and sockfs_setattr() + - udp: fix rx queue len reported by diag and proc interface + - net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds + vlan + - hv_netvsc: Fix a network regression after ifdown/ifup + - ACPICA: AML parser: attempt to continue loading table after error + - ext4: fix hole length detection in ext4_ind_map_blocks() + - ext4: update mtime in ext4_punch_hole even if no blocks are released + - ext4: do not allow external inodes for inline data + - ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget() + - ext4: correctly handle a zero-length xattr with a non-zero e_value_offs + - ext4: fix fencepost error in check for inode count overflow during resize + - driver core: Don't ignore class_dir_create_and_add() failure. + - Btrfs: allow empty subvol= again + - Btrfs: fix clone vs chattr NODATASUM race + - Btrfs: fix memory and mount leak in btrfs_ioctl_rm_dev_v2() + - btrfs: return error value if create_io_em failed in cow_file_range + - btrfs: scrub: Don't use inode pages for device replace + - ALSA: usb-audio: Disable the quirk for Nura headset + - ALSA: hda/conexant - Add fixup for HP Z2 G4 workstation + - ALSA: hda - Handle kzalloc() failure in snd_hda_attach_pcm_stream() + - ALSA: hda: add dock and led support for HP EliteBook 830 G5 + - ALSA: hda: add dock and led support for HP ProBook 640 G4 + - x86/MCE: Fix stack out-of-bounds write in mce-inject.c: Flags_read() + - smb3: fix various xid leaks + - smb3: on reconnect set PreviousSessionId field + - CIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds a check for session + expiry + - cifs: For SMB2 security informaion query, check for minimum sized security + descriptor instead of sizeof FileAllInformation class + - nbd: fix nbd device deletion + - nbd: update size when connected + - nbd: use bd_set_size when updating disk size + - blk-mq: reinit q->tag_set_list entry only after grace period + - bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueue + - cpufreq: Fix new policy initialization during limits updates via sysfs + - cpufreq: ti-cpufreq: Fix an incorrect error return value + - cpufreq: governors: Fix long idle detection logic in load calculation + - libata: zpodd: small read overflow in eject_tray() + - libata: Drop SanDisk SD7UB3Q*G1001 NOLPM quirk + - nvme/pci: Sync controller reset for AER slot_reset + - w1: mxc_w1: Enable clock before calling clk_get_rate() on it + - x86/vector: Fix the args of vector_alloc tracepoint + - x86/apic/vector: Prevent hlist corruption and leaks + - x86/apic: Provide apic_ack_irq() + - x86/ioapic: Use apic_ack_irq() + - x86/platform/uv: Use apic_ack_irq() + - irq_remapping: Use apic_ack_irq() + - genirq/generic_pending: Do not lose pending affinity update + - genirq/affinity: Defer affinity setting if irq chip is busy + - genirq/migration: Avoid out of line call if pending is not set + - x86/intel_rdt: Enable CMT and MBM on new Skylake stepping + - media: uvcvideo: Prevent setting unavailable flags + - media: rc: ensure input/lirc device can be opened after register + - iwlwifi: fw: harden page loading code + - orangefs: set i_size on new symlink + - orangefs: report attributes_mask and attributes for statx + - HID: intel_ish-hid: ipc: register more pm callbacks to support hibernation + - HID: wacom: Correct logical maximum Y for 2nd-gen Intuos Pro large + - vhost: fix info leak due to uninitialized memory + - mm, page_alloc: do not break __GFP_THISNODE by zonelist reset + - Linux 4.17.3 + + * Use-after-free in sk_peer_label (LP: #1778646) + - SAUCE: apparmor: fix use after free in sk_peer_label + + * kernel: Fix memory leak on CCA and EP11 CPRB processing. (LP: #1775390) + - s390/zcrypt: Fix CCA and EP11 CPRB processing failure memory leak. + + * Various fixes for CXL kernel module (LP: #1774471) + - cxl: Configure PSL to not use APC virtual machines + - cxl: Disable prefault_mode in Radix mode + + * Bluetooth not working (LP: #1764645) + - Bluetooth: btusb: Apply QCA Rome patches for some ATH3012 models + + * Fake SAS addresses for SATA disks on HiSilicon D05 are non-unique + (LP: #1776750) + - scsi: hisi_sas: make SAS address of SATA disks unique + + * linux-snapdragon: wcn36xx: mac address generation on boot (LP: #1776491) + - [Config] arm64: snapdragon: WCN36XX_SNAPDRAGON_HACKS=y + - SAUCE: wcn36xx: read MAC from file or randomly generate one + + * Lenovo V330 needs patch in ideapad_laptop module for rfkill (LP: #1774636) + - SAUCE: Add Lenovo V330 to the ideapad_laptop rfkill blacklist + + * register on binfmt_misc may overflow and crash the system (LP: #1775856) + - fs/binfmt_misc.c: do not allow offset overflow + + * Network installs fail on SocioNext board (LP: #1775884) + - net: socionext: reset hardware in ndo_stop + - net: netsec: enable tx-irq during open callback + + * Fix several bugs in RDMA/hns driver (LP: #1770974) + - RDMA/hns: Drop local zgid in favor of core defined variable + - RDMA/hns: Add 64KB page size support for hip08 + - RDMA/hns: Rename the idx field of db + - RDMA/hns: Modify uar allocation algorithm to avoid bitmap exhaust + - RDMA/hns: Increase checking CMQ status timeout value + - RDMA/hns: Add reset process for RoCE in hip08 + - RDMA/hns: Fix the illegal memory operation when cross page + - RDMA/hns: Implement the disassociate_ucontext API + + * powerpc/livepatch: Implement reliable stack tracing for the consistency + model (LP: #1771844) + - powerpc/livepatch: Implement reliable stack tracing for the consistency + model + + * Adding back alx WoL feature (LP: #1772610) + - SAUCE: Revert "alx: remove WoL support" + - SAUCE: alx: add enable_wol paramenter + + * Lancer A0 Asic HBA's won't boot with 18.04 (LP: #1768103) + - scsi: lpfc: Fix WQ/CQ creation for older asic's. + - scsi: lpfc: Fix 16gb hbas failing cq create. + + * [LTCTest][OPAL][OP920] cpupower idle-info is not listing stop4 and stop5 + idle states when all CORES are guarded (LP: #1771780) + - powerpc/powernv/cpuidle: Init all present cpus for deep states + + * Huawei 25G/100G Network Adapters Unsupported (LP: #1770970) + - net-next/hinic: add pci device ids for 25ge and 100ge card + + * Expose arm64 CPU topology to userspace (LP: #1770231) + - drivers: base: cacheinfo: move cache_setup_of_node() + - drivers: base: cacheinfo: setup DT cache properties early + - cacheinfo: rename of_node to fw_token + - arm64/acpi: Create arch specific cpu to acpi id helper + - ACPI/PPTT: Add Processor Properties Topology Table parsing + - [Config] CONFIG_ACPI_PPTT=y + - ACPI: Enable PPTT support on ARM64 + - drivers: base cacheinfo: Add support for ACPI based firmware tables + - arm64: Add support for ACPI based firmware tables + - arm64: topology: rename cluster_id + - arm64: topology: enable ACPI/PPTT based CPU topology + - ACPI: Add PPTT to injectable table list + - arm64: topology: divorce MC scheduling domain from core_siblings + + * Vcs-Git header on bionic linux source package points to zesty git tree + (LP: #1766055) + - [Packaging]: Update Vcs-Git + + * Request to revert SAUCE patches in the 18.04 SRU and update with upstream + version (LP: #1768431) + - scsi: cxlflash: Handle spurious interrupts + - scsi: cxlflash: Remove commmands from pending list on timeout + - scsi: cxlflash: Synchronize reset and remove ops + - SAUCE: (no-up) cxlflash: OCXL diff between v2 and v3 + + * hisi_sas robustness fixes (LP: #1774466) + - scsi: hisi_sas: delete timer when removing hisi_sas driver + - scsi: hisi_sas: print device id for errors + - scsi: hisi_sas: Add some checks to avoid free'ing a sas_task twice + - scsi: hisi_sas: check host frozen before calling "done" function + - scsi: hisi_sas: check sas_dev gone earlier in hisi_sas_abort_task() + - scsi: hisi_sas: stop controller timer for reset + - scsi: hisi_sas: update PHY linkrate after a controller reset + - scsi: hisi_sas: change slot index allocation mode + - scsi: hisi_sas: Change common allocation mode of device id + - scsi: hisi_sas: Reset disks when discovered + - scsi: hisi_sas: Create a scsi_host_template per HW module + - scsi: hisi_sas: Init disks after controller reset + - scsi: hisi_sas: Try wait commands before before controller reset + - scsi: hisi_sas: Include TMF elements in struct hisi_sas_slot + - scsi: hisi_sas: Add v2 hw force PHY function for internal ATA command + - scsi: hisi_sas: Terminate STP reject quickly for v2 hw + - scsi: hisi_sas: Fix return value when get_free_slot() failed + - scsi: hisi_sas: Mark PHY as in reset for nexus reset + + * hisi_sas: Support newer v3 hardware (LP: #1774467) + - scsi: hisi_sas: update RAS feature for later revision of v3 HW + - scsi: hisi_sas: check IPTT is valid before using it for v3 hw + - scsi: hisi_sas: fix PI memory size + - scsi: hisi_sas: config ATA de-reset as an constrained command for v3 hw + - scsi: hisi_sas: remove redundant handling to event95 for v3 + - scsi: hisi_sas: add readl poll timeout helper wrappers + - scsi: hisi_sas: workaround a v3 hw hilink bug + - scsi: hisi_sas: Add LED feature for v3 hw + + * hisi_sas: improve performance by optimizing DQ locking (LP: #1774472) + - scsi: hisi_sas: optimise the usage of DQ locking + - scsi: hisi_sas: relocate smp sg map + - scsi: hisi_sas: make return type of prep functions void + - scsi: hisi_sas: allocate slot buffer earlier + - scsi: hisi_sas: Don't lock DQ for complete task sending + - scsi: hisi_sas: Use device lock to protect slot alloc/free + - scsi: hisi_sas: add check of device in hisi_sas_task_exec() + - scsi: hisi_sas: fix a typo in hisi_sas_task_prep() + + * FS-Cache: Assertion failed: FS-Cache: 6 == 5 is false (LP: #1774336) + - SAUCE: CacheFiles: fix a read_waiter/read_copier race + + * enable mic-mute hotkey and led on Lenovo M820z and M920z (LP: #1774306) + - ALSA: hda/realtek - Enable mic-mute hotkey for several Lenovo AIOs + + * hns3 driver updates (LP: #1768670) + - net: hns3: Remove error log when getting pfc stats fails + - net: hns3: fix to correctly fetch l4 protocol outer header + - net: hns3: Fixes the out of bounds access in hclge_map_tqp + - net: hns3: Fixes the error legs in hclge_init_ae_dev function + - net: hns3: fix for phy_addr error in hclge_mac_mdio_config + - net: hns3: Fix to support autoneg only for port attached with phy + - net: hns3: fix a dead loop in hclge_cmd_csq_clean + - net: hns3: Fix for packet loss due wrong filter config in VLAN tbls + - net: hns3: Remove packet statistics in the range of 8192~12287 + - net: hns3: Add support of hardware rx-vlan-offload to HNS3 VF driver + - net: hns3: Fix for setting mac address when resetting + - net: hns3: remove add/del_tunnel_udp in hns3_enet module + - net: hns3: fix for cleaning ring problem + - net: hns3: refactor the loopback related function + - net: hns3: Fix for deadlock problem occurring when unregistering ae_algo + - net: hns3: Fix for the null pointer problem occurring when initializing + ae_dev failed + - net: hns3: Add a check for client instance init state + - net: hns3: Change return type of hnae3_register_ae_dev + - net: hns3: Change return type of hnae3_register_ae_algo + - net: hns3: Change return value in hnae3_register_client + - net: hns3: Fixes the back pressure setting when sriov is enabled + - net: hns3: Fix for fiber link up problem + - net: hns3: Add support of .sriov_configure in HNS3 driver + - net: hns3: Fixes the missing PCI iounmap for various legs + - net: hns3: Fixes error reported by Kbuild and internal review + - net: hns3: Fixes API to fetch ethernet header length with kernel default + - net: hns3: cleanup of return values in hclge_init_client_instance() + - net: hns3: Fix the missing client list node initialization + - net: hns3: Fix for hns3 module is loaded multiple times problem + - net: hns3: Use enums instead of magic number in hclge_is_special_opcode + - net: hns3: Fix for netdev not running problem after calling net_stop and + net_open + - net: hns3: Fixes kernel panic issue during rmmod hns3 driver + - net: hns3: Fix for CMDQ and Misc. interrupt init order problem + - net: hns3: Updates RX packet info fetch in case of multi BD + - net: hns3: Add support for tx_accept_tag2 and tx_accept_untag2 config + - net: hns3: Add STRP_TAGP field support for hardware revision 0x21 + - net: hns3: Add support to enable TX/RX promisc mode for H/W rev(0x21) + - net: hns3: Fix for PF mailbox receving unknown message + - net: hns3: Fixes the state to indicate client-type initialization + - net: hns3: Fixes the init of the VALID BD info in the descriptor + - net: hns3: Removes unnecessary check when clearing TX/RX rings + - net: hns3: Clear TX/RX rings when stopping port & un-initializing client + - net: hns3: Remove unused led control code + - net: hns3: Adds support for led locate command for copper port + - net: hns3: Fixes initalization of RoCE handle and makes it conditional + - net: hns3: Disable vf vlan filter when vf vlan table is full + - net: hns3: Add support for IFF_ALLMULTI flag + - net: hns3: Add repeat address checking for setting mac address + - net: hns3: Fix setting mac address error + - net: hns3: Fix for service_task not running problem after resetting + - net: hns3: Fix for hclge_reset running repeatly problem + - net: hns3: Fix for phy not link up problem after resetting + - net: hns3: Add missing break in misc_irq_handle + - net: hns3: Fix for vxlan tx checksum bug + - net: hns3: Optimize the PF's process of updating multicast MAC + - net: hns3: Optimize the VF's process of updating multicast MAC + - SAUCE: {topost} net: hns3: add support for serdes loopback selftest + - SAUCE: {topost} net: hns3: RX BD information valid only in last BD except + VLD bit and buffer size + - SAUCE: {topost} net: hns3: remove hclge_get_vector_index from + hclge_bind_ring_with_vector + - SAUCE: {topost} net: hns3: rename the interface for init_client_instance and + uninit_client_instance + - SAUCE: {topost} net: hns3: add vector status check before free vector + - SAUCE: {topost} net: hns3: add l4_type check for both ipv4 and ipv6 + - SAUCE: {topost} net: hns3: remove unused head file in hnae3.c + - SAUCE: {topost} net: hns3: extraction an interface for state state + init|uninit + - SAUCE: {topost} net: hns3: print the ret value in error information + - SAUCE: {topost} net: hns3: remove the Redundant put_vector in + hns3_client_uninit + - SAUCE: {topost} net: hns3: add unlikely for error check + - SAUCE: {topost} net: hns3: remove back in struct hclge_hw + - SAUCE: {topost} net: hns3: use lower_32_bits and upper_32_bits + - SAUCE: {topost} net: hns3: remove unused hclge_ring_to_dma_dir + - SAUCE: {topost} net: hns3: remove useless code in hclge_cmd_send + - SAUCE: {topost} net: hns3: remove some redundant assignments + - SAUCE: {topost} net: hns3: simplify hclge_cmd_csq_clean + - SAUCE: {topost} net: hns3: using modulo for cyclic counters in + hclge_cmd_send + - SAUCE: {topost} net: hns3: remove a redundant hclge_cmd_csq_done + - SAUCE: {topost} net: hns3: remove some unused members of some structures + - SAUCE: {topost} net: hns3: give default option while dependency HNS3 set + - SAUCE: {topost} net: hns3: use dma_zalloc_coherent instead of + kzalloc/dma_map_single + - SAUCE: {topost} net: hns3: modify hnae_ to hnae3_ + - SAUCE: {topost} net: hns3: fix unused function warning in VF driver + - SAUCE: {topost} net: hns3: remove some redundant assignments + - SAUCE: {topost} net: hns3: standardize the handle of return value + - SAUCE: {topost} net: hns3: remove extra space and brackets + - SAUCE: {topost} net: hns3: fix unreasonable code comments + - SAUCE: {topost} net: hns3: use decimal for bit offset macros + - SAUCE: {topost} net: hns3: modify inconsistent bit mask macros + - SAUCE: {topost} net: hns3: fix mislead parameter name + - SAUCE: {topost} net: hns3: remove unused struct member and definition + - SAUCE: {topost} net: hns3: Add SPDX tags to hns3 driver + - SAUCE: {topost} net: hns3: Add pf reset for hip08 RoCE + - SAUCE: {topost} net: hns3: optimize the process of notifying roce client + - SAUCE: {topost} net: hns3: Add calling roce callback function when link + status change + - SAUCE: {topost} net: hns3: fix tc setup when netdev is first up + - SAUCE: {topost} net: hns3: fix for mac pause not disable in pfc mode + - SAUCE: {topost} net: hns3: fix for waterline not setting correctly + - SAUCE: {topost} net: hns3: fix for l4 checksum offload bug + - SAUCE: {topost} net: hns3: fix for mailbox message truncated problem + - SAUCE: {topost} net: hns3: Add configure for mac minimal frame size + - SAUCE: {topost} net: hns3: fix warning bug when doing lp selftest + - SAUCE: {topost} net: hns3: fix get_vector ops in hclgevf_main module + - SAUCE: {topost} net: hns3: remove the warning when clear reset cause + - SAUCE: {topost} net: hns3: Use roce handle when calling roce callback + function + - SAUCE: {topost} net: hns3: prevent sending command during global or core + reset + - SAUCE: {topost} net: hns3: modify the order of initializeing command queue + register + - SAUCE: {topost} net: hns3: reset net device with rtnl_lock + - SAUCE: {topost} net: hns3: prevent to request reset frequently + - SAUCE: {topost} net: hns3: correct reset event status register + - SAUCE: {topost} net: hns3: separate roce from nic when resetting + - SAUCE: net: hns3: Fix for phy link issue when using marvell phy driver + - SAUCE: {topost} net: hns3: fix return value error in + hns3_reset_notify_down_enet + - SAUCE: {topost} net: hns3: remove unnecessary ring configuration operation + while resetting + - SAUCE: {topost} net: hns3: fix for reset_level default assignment probelm + - SAUCE: {topost} net: hns3: fix for using wrong mask and shift in + hclge_get_ring_chain_from_mbx + - SAUCE: {topost} net: hns3: fix comments for hclge_get_ring_chain_from_mbx + - SAUCE: net: hns3: Fix for VF mailbox cannot receiving PF response + - SAUCE: net: hns3: Fix for VF mailbox receiving unknown message + - SAUCE: net: hns3: Optimize PF CMDQ interrupt switching process + + * CVE-2018-7755 + - SAUCE: floppy: Do not copy a kernel pointer to user memory in FDGETPRM ioctl + + * Incorrect blacklist of bcm2835_wdt (LP: #1766052) + - [Packaging] Fix missing watchdog for Raspberry Pi + + * kernel: Fix arch random implementation (LP: #1775391) + - s390/archrandom: Rework arch random implementation. + + * [Ubuntu 1804][boston][ixgbe] EEH causes kernel BUG at /build/linux- + jWa1Fv/linux-4.15.0/drivers/pci/msi.c:352 (i2S) (LP: #1776389) + - ixgbe/ixgbevf: Free IRQ when PCI error recovery removes the device + + * Cosmic update to v4.17.2 stable release (LP: #1779117) + - crypto: chelsio - request to HW should wrap + - blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffers + - KVM: X86: Fix reserved bits check for MOV to CR3 + - KVM: x86: introduce linear_{read,write}_system + - kvm: fix typo in flag name + - kvm: nVMX: Enforce cpl=0 for VMX instructions + - KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and + kvm_write_guest_virt_system + - kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor access + - staging: android: ion: Switch to pr_warn_once in ion_buffer_destroy + - NFC: pn533: don't send USB data off of the stack + - usbip: vhci_sysfs: fix potential Spectre v1 + - usb-storage: Add support for FL_ALWAYS_SYNC flag in the UAS driver + - usb-storage: Add compatibility quirk flags for G-Technologies G-Drive + - Input: xpad - add GPD Win 2 Controller USB IDs + - phy: qcom-qusb2: Fix crash if nvmem cell not specified + - usb: core: message: remove extra endianness conversion in + usb_set_isoch_delay + - usb: typec: wcove: Remove dependency on HW FSM + - usb: gadget: function: printer: avoid wrong list handling in printer_write() + - usb: gadget: udc: renesas_usb3: fix double phy_put() + - usb: gadget: udc: renesas_usb3: should remove debugfs + - usb: gadget: udc: renesas_usb3: should call pm_runtime_enable() before add + udc + - usb: gadget: udc: renesas_usb3: should call devm_phy_get() before add udc + - usb: gadget: udc: renesas_usb3: should fail if devm_phy_get() returns error + - usb: gadget: udc: renesas_usb3: disable the controller's irqs for + reconnecting + - serial: sh-sci: Stop using printk format %pCr + - tty/serial: atmel: use port->name as name in request_irq() + - serial: samsung: fix maxburst parameter for DMA transactions + - serial: 8250: omap: Fix idling of clocks for unused uarts + - vmw_balloon: fixing double free when batching mode is off + - doc: fix sysfs ABI documentation + - arm64: defconfig: Enable CONFIG_PINCTRL_MT7622 by default + - tty: pl011: Avoid spuriously stuck-off interrupts + - crypto: ccree - correct host regs offset + - Input: goodix - add new ACPI id for GPD Win 2 touch screen + - Input: elan_i2c - add ELAN0612 (Lenovo v330 14IKB) ACPI ID + - crypto: caam - strip input zeros from RSA input buffer + - crypto: caam - fix DMA mapping dir for generated IV + - crypto: caam - fix IV DMA mapping and updating + - crypto: caam/qi - fix IV DMA mapping and updating + - crypto: caam - fix size of RSA prime factor q + - crypto: cavium - Fix fallout from CONFIG_VMAP_STACK + - crypto: cavium - Limit result reading attempts + - crypto: vmx - Remove overly verbose printk from AES init routines + - crypto: vmx - Remove overly verbose printk from AES XTS init + - crypto: omap-sham - fix memleak + - Linux 4.17.2 + + * Cosmic update to v4.17.1 stable release (LP: #1779116) + - netfilter: nf_flow_table: attach dst to skbs + - bnx2x: use the right constant + - ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeeds + - ipv6: omit traffic class when calculating flow hash + - l2tp: fix refcount leakage on PPPoL2TP sockets + - netdev-FAQ: clarify DaveM's position for stable backports + - net: metrics: add proper netlink validation + - net/packet: refine check for priv area size + - rtnetlink: validate attributes in do_setlink() + - sctp: not allow transport timeout value less than HZ/5 for hb_timer + - team: use netdev_features_t instead of u32 + - vrf: check the original netdevice for generating redirect + - net: dsa: b53: Fix for brcm tag issue in Cygnus SoC + - ipmr: fix error path when ipmr_new_table fails + - PCI: hv: Do not wait forever on a device that has disappeared + - Linux 4.17.1 + + * Miscellaneous Ubuntu changes + - Revert "UBUNTU: SAUCE: crypto: thunderx_zip: Fix fallout from + CONFIG_VMAP_STACK" + - Revert "UBUNTU: SAUCE: cred: Add clone_cred() interface" + - SAUCE: apparmor: userspace queries + - SAUCE: apparmor: patch to provide compatibility with v2.x net rules + - SAUCE: apparmor: af_unix mediation + + -- Seth Forshee Thu, 28 Jun 2018 08:03:32 -0500 + +linux (4.17.0-2.3) cosmic; urgency=medium + + * linux: 4.17.0-2.3 -proposed tracker (LP: #1776276) + + * Miscellaneous Ubuntu changes + - Config: remove IrDA from annotations + - Config: remove scsi drivers from annotations + - Config: remove BT_HCIBTUART from annotations + - Config: pstore zlib support was renamed + - Config: disable NVRAM for armhf on annotations + - Config: Disable VT on s390x + - Config: Update SSB and B43/B44 options + - Config: some options not supported on some arches anymore + - Config: renamed and removed options + - Config: TCG_CRB is required for IMA on ACPI systems + - Config: EXTCON_AXP288 depends on X86 + - Config: CONFIG_FSI depends on OF + - Config: DRM_RCAR_LVDS now depends on DRM + - CONFIG: Allow CONFIG_LEDS_MLXCPLD for i386 + - Config: Enable HINIC on arm64 + - Config: Set PPS and PTP_1588_CLOCK as y + - Config: Some NF_TABLES options are built-in now + - Config: GENERIC_CPU for ppc64el + - Config: KEXEC_FILE=n for s390x + - Config: CRYPTO_DEFLATE is needed by PSTORE_DEFLATE_COMPRESS + - Config: Disable STM32 support + - Config: Enable FORTIFY_SOURCE for armhf + - Config: use STRONG instead of AUTO for CC_STACKPROTECTOR + + [ Upstream Kernel Changes ] + + * Rebase to v4.17 + + -- Thadeu Lima de Souza Cascardo Mon, 11 Jun 2018 15:22:10 -0300 + +linux (4.17.0-1.2) cosmic; urgency=medium + + [ Seth Forshee ] + * [Config] enable EDAC_DEBUG on ARM64 (LP: #1772516) + - [Config]: set CONFIG_EDAC_DEBUG=y for ARM64 + + * Ubuntu 18.04 kernel crashed while in degraded mode (LP: #1770849) + - SAUCE: powerpc/perf: Fix memory allocation for core-imc based on + num_possible_cpus() + + * Integrated Webcam Realtek Integrated_Webcam_HD (0bda:58f4) not working in + DELL XPS 13 9370 with firmware 1.50 (LP: #1763748) + - SAUCE: media: uvcvideo: Support realtek's UVC 1.5 device + + * Switch Build-Depends: transfig to fig2dev (LP: #1770770) + - [Config] update Build-Depends: transfig to fig2dev + + * update-initramfs not adding i915 GuC firmware for Kaby Lake, firmware fails + to load (LP: #1728238) + - Revert "UBUNTU: SAUCE: (no-up) i915: Remove MODULE_FIRMWARE statements for + unreleased firmware" + + * No driver for Huawei network adapters on arm64 (LP: #1769899) + - net-next/hinic: add arm64 support + + * linux-snapdragon: reduce EPROBEDEFER noise during boot (LP: #1768761) + - [Config] snapdragon: DRM_I2C_ADV7511=y + + * Add d-i support for Huawei NICs (LP: #1767490) + - d-i: add hinic to nic-modules udeb + + * Acer Swift sf314-52 power button not managed (LP: #1766054) + - SAUCE: platform/x86: acer-wmi: add another KEY_POWER keycode + + * Include nfp driver in linux-modules (LP: #1768526) + - [Config] Add nfp.ko to generic inclusion list + + * Miscellaneous Ubuntu changes + - SAUCE: Import aufs driver + - [Config] Enable AUFS config options + - SAUCE: (efi-lockdown) Fix for module sig verification + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec + reboot + - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure + boot mode + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot + mode + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - SAUCE: (efi-lockdown) efi: Don't print secure boot state from the efi stub + - [Config] CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT=y + - SAUCE: (efi-lockdown) really lock down kernel under EFI secure boot + - SAUCE: (noup) Update spl to 0.7.5-1ubuntu3, zfs to 0.7.5-1ubuntu17 + - enable zfs build + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: (efi-lockdown) ima: require secure_boot rules in + lockdown mode" + - Rebased to v4.17-rc6 + + -- Thadeu Lima de Souza Cascardo Tue, 22 May 2018 14:48:13 -0300 + +linux (4.17.0-0.1) bionic; urgency=medium + + [ Upstream Kernel Changes ] + + * Rebase to v4.17-rc4 + + -- Thadeu Lima de Souza Cascardo Tue, 08 May 2018 16:38:51 -0300 + +linux (4.17.0-0.0) bionic; urgency=medium + + * Dummy entry. + + -- Thadeu Lima de Souza Cascardo Fri, 27 Apr 2018 11:01:13 -0300 + +linux (4.16.0-4.5) bionic; urgency=medium + + * [18.04 FEAT] Add kvm_stat from kernel tree (LP: #1734130) + - tools/kvm_stat: Fix python3 syntax + - tools/kvm_stat: Don't use deprecated file() + - tools/kvm_stat: Remove unused function + - [Packaging] Add linux-tools-host package for VM host tools + - [Config] do_tools_host=true for amd64 + + * [Featire] CNL: Enable RAPL support (LP: #1685712) + - powercap: RAPL: Add support for Cannon Lake + + * Bionic update to v4.16.2 stable release (LP: #1763388) + - sparc64: Oracle DAX driver depends on SPARC64 + - arp: fix arp_filter on l3slave devices + - net: dsa: Discard frames from unused ports + - net/ipv6: Increment OUTxxx counters after netfilter hook + - net/sched: fix NULL dereference in the error path of tcf_bpf_init() + - pptp: remove a buggy dst release in pptp_connect() + - sctp: do not leak kernel memory to user space + - sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6 + - vlan: also check phy_driver ts_info for vlan's real device + - net: fool proof dev_valid_name() + - ip_tunnel: better validate user provided tunnel names + - ipv6: sit: better validate user provided tunnel names + - ip6_gre: better validate user provided tunnel names + - ip6_tunnel: better validate user provided tunnel names + - vti6: better validate user provided tunnel names + - net_sched: fix a missing idr_remove() in u32_delete_key() + - nfp: use full 40 bits of the NSP buffer address + - Linux 4.16.2 + + * sky2 gigabit ethernet driver sometimes stops working after lid-open resume + from sleep (88E8055) (LP: #1758507) // Bionic update to v4.16.2 stable + release (LP: #1763388) + - sky2: Increase D3 delay to sky2 stops working after suspend + + * Merge the linux-snapdragon kernel into bionic master/snapdragon + (LP: #1763040) + - arm64: defconfig: enable REMOTEPROC + - arm64: defconfig: enable QCOM audio drivers for APQ8016 and DB410c + - kernel: configs; add distro.config + - arm64: configs: enable WCN36xx + - kernel: distro.config: enable debug friendly USB network adpater + - arm64: configs: enable QCOM Venus + - arm64: defconfig: Enable a53/apcs and avs + - arm64: defconfig: enable ondemand governor as default + - arm64: defconfig: enable QCOM_TSENS + - kernel: configs: enable dm_mod and dm_crypt + - Force the SMD regulator driver to be compiled-in + - arm64: defconfig: enable CFG80211_DEFAULT_PS by default + - arm64: configs: enable BT_QCOMSMD + - kernel: configs: add more USB net drivers + - arm64: defconfig: disable ANALOG_TV and DIGITAL_TV + - arm64: configs: Enable camera drivers + - kernel: configs: add freq stat to sysfs + - arm64: defconfig: enable CONFIG_USB_CONFIGFS_F_FS by default + - arm64: defconfig: Enable QRTR features + - kernel: configs: set USB_CONFIG_F_FS in distro.config + - kernel: distro.config: enable 'schedutil' CPUfreq governor + - kernel: distro.config: enable 'fq' and 'fq_codel' qdiscs + - kernel: distro.config: enable 'BBR' TCP congestion algorithm + - arm64: defconfig: enable LEDS_QCOM_LPG + - HACK: drm/msm/iommu: Remove runtime_put calls in map/unmap + - power: avs: Add support for CPR (Core Power Reduction) + - power: avs: cpr: Use raw mem access for qfprom + - power: avs: cpr: fix with new reg_sequence structures + - power: avs: cpr: Register with cpufreq-dt + - regulator: smd: Add floor and corner operations + - PM / OPP: Support adjusting OPP voltages at runtime + - PM / OPP: Drop RCU usage in dev_pm_opp_adjust_voltage() + - PM / OPP: HACK: Allow to set regulator without opp_list + - PM / OPP: Add a helper to get an opp regulator for device + - cpufreq: Add apq8016 to cpufreq-dt-platdev blacklist + - regulator: smd: Allow REGULATOR_QCOM_SMD_RPM=m + - ov5645: I2C address change + - i2c: Add Qualcomm Camera Control Interface driver + - camss: vfe: Skip first four frames from sensor + - camss: Do not register if no cameras are present + - i2c-qcom-cci: Fix run queue completion timeout + - i2c-qcom-cci: Fix I2C address bug + - media: ov5645: Fix I2C address + - drm/bridge/adv7511: Delay clearing of HPD interrupt status + - HACK: drm/msm/adv7511: Don't rely on interrupts for EDID parsing + - leds: Add driver for Qualcomm LPG + - wcn36xx: Fix warning due to duplicate scan_completed notification + - arm64: dts: Add CPR DT node for msm8916 + - arm64: dts: add spmi-regulator nodes + - arm64: dts: msm8916: Add cpufreq support + - arm64: dts: msm8916: Add a shared CPU opp table + - arm64: dts: msm8916: Add cpu cooling maps + - arm64: dts: pm8916: Mark the s2 regulator as always-on + - arm64: dts: qcom: msm8916: Add msm8916 A53 PLL DT node + - arm64: dts: qcom: msm8916: Use the new APCS mailbox driver + - arm64: dts: qcom: msm8916: Add clock properties to the APCS node + - dt-bindings: media: Binding document for Qualcomm Camera Control Interface + driver + - MAINTAINERS: Add Qualcomm Camera Control Interface driver + - DT: leds: Add Qualcomm Light Pulse Generator binding + - arm64: dts: qcom: msm8996: Add mpp and lpg blocks + - arm64: dts: qcom: Add pwm node for pm8916 + - arm64: dts: qcom: Add user LEDs on db820c + - arm64: dts: qcom: Add WiFI/BT LEDs on db820c + - ARM: dts: qcom: Add LPG node to pm8941 + - ARM: dts: qcom: honami: Add LPG node and RGB LED + - arm64: dts: qcom: Add Camera Control Interface support + - arm64: dts: qcom: Add apps_iommu vfe child node + - arm64: dts: qcom: Add camss device node + - arm64: dts: qcom: Add ov5645 device nodes + - arm64: dts: msm8916: Fix camera sensors I2C addresses + - arm: dts: qcom: db410c: Enable PWM signal on MPP4 + - packaging: arm64: add a uboot flavour - part1 + - packaging: arm64: add a uboot flavour - part2 + - packaging: arm64: add a uboot flavour - part3 + - packaging: arm64: add a uboot flavour - part4 + - packaging: arm64: add a uboot flavour - part5 + - packaging: arm64: rename uboot flavour to snapdragon + - [Config] updateconfigs after qcomlt import + - [Config] arm64: snapdragon: COMMON_CLK_QCOM=y + - [Config] arm64: snapdragon: MSM_GCC_8916=y + - [Config] arm64: snapdragon: REGULATOR_FIXED_VOLTAGE=y + - [Config] arm64: snapdragon: PINCTRL_MSM8916=y + - [Config] arm64: snapdragon: HWSPINLOCK_QCOM=y + - [Config] arm64: snapdragon: SPMI=y, SPMI_MSM_PMIC_ARB=y + - [Config] arm64: snapdragon: REGMAP_SPMI=y, PINCTRL_QCOM_SPMI_PMIC=y + - [Config] arm64: snapdragon: REGULATOR_QCOM_SPMI=y + - [Config] arm64: snapdragon: MFD_SPMI_PMIC=y + - [Config] arm64: snapdragon: QCOM_SMEM=y + - [Config] arm64: snapdragon: RPMSG=y, RPMSG_QCOM_SMD=y + - [Config] arm64: snapdragon: QCOM_SMD_RPM=y, REGULATOR_QCOM_SMD_RPM=y + - [Config] arm64: snapdragon: QCOM_CLK_SMD_RPM=y + - [Config] arm64: snapdragon: QCOM_BAM_DMA=y + - [Config] arm64: snapdragon: QCOM_HIDMA=y, QCOM_HIDMA_MGMT=y + - [Config] arm64: snapdragon: QCOM_CPR=y + - [Config] arm64: snapdragon: QCOM_QFPROM=y, QCOM_TSENS=y + - [Config] arm64: snapdragon: MMC_SDHCI=y, MMC_SDHCI_PLTFM=y, MMC_SDHCI_MSM=y + - [Config] turn off DRM_MSM_REGISTER_LOGGING + - [Config] arm64: snapdragon: I2C_QUP=y + - [Config] arm64: snapdragon: SPI_QUP=y + - [Config] arm64: snapdragon: USB_ULPI_BUS=y, PHY_QCOM_USB_HS=y + - [Config] arm64: snapdragon: QCOM_APCS_IPC=y + - [Config] arm64: snapdragon: QCOM_WCNSS_CTRL=y + - [Config] arm64: snapdragon: QCOM_SMSM=y + - [Config] arm64: snapdragon: QCOM_SMP2P=y + - [Config] arm64: snapdragon: DRM_MSM=y + - [Config] arm64: snapdragon: SND_SOC=y + - [Config] arm64: snapdragon: QCOM_WCNSS_PIL=m + - [Config] arm64: snapdragon: INPUT_PM8941_PWRKEY=y + - [Config] arm64: snapdragon: MEDIA_SUBDRV_AUTOSELECT=y, VIDEO_OV5645=m + - [Config] arm64: snapdragon: SND_SOC_APQ8016_SBC=y, SND_SOC_LPASS_APQ8016=y + - [Config] arm64: snapdragon: SND_SOC_MSM8916_WCD_ANALOG=y, + SND_SOC_MSM8916_WCD_DIGITAL=y + - SAUCE: media: ov5645: skip address change if dt addr == default addr + - SAUCE: drm/msm/adv7511: wrap hacks under CONFIG_ADV7511_SNAPDRAGON_HACKS + #ifdefs + - [Config] arm64: snapdragon: ADV7511_SNAPDRAGON_HACKS=y + - [Packaging] fix up snapdragon abi paths + + * LSM stacking patches for bionic (LP: #1763062) + - SAUCE: LSM stacking: procfs: add smack subdir to attrs + - SAUCE: LSM stacking: LSM: Manage credential security blobs + - SAUCE: LSM stacking: LSM: Manage file security blobs + - SAUCE: LSM stacking: LSM: Manage task security blobs + - SAUCE: LSM stacking: LSM: Manage remaining security blobs + - SAUCE: LSM stacking: LSM: General stacking + - SAUCE: LSM stacking: fixup initialize task->security + - SAUCE: LSM stacking: fixup: alloc_task_ctx is dead code + - SAUCE: LSM stacking: add support for stacking getpeersec_stream + - SAUCE: LSM stacking: add stacking support to apparmor network hooks + - SAUCE: LSM stacking: fixup apparmor stacking enablement + - SAUCE: LSM stacking: fixup stacking kconfig + - SAUCE: LSM stacking: allow selecting multiple LSMs using kernel boot params + - SAUCE: LSM stacking: provide prctl interface for setting context + - SAUCE: LSM stacking: inherit current display LSM + - SAUCE: LSM stacking: keep an index for each registered LSM + - SAUCE: LSM stacking: verify display LSM + - SAUCE: LSM stacking: provide a way to specify the default display lsm + - SAUCE: LSM stacking: make sure LSM blob align on 64 bit boundaries + - SAUCE: LSM stacking: add /proc//attr/display_lsm + - SAUCE: LSM stacking: add Kconfig to set default display LSM + - SAUCE: LSM stacking: add configs for LSM stacking + - SAUCE: LSM stacking: add apparmor and selinux proc dirs + - SAUCE: LSM stacking: remove procfs context interface + + * linux 4.13.0-13.14 ADT test failure with linux 4.13.0-13.14 + (LP: #1720779) // LSM stacking patches for bionic (LP: #1763062) + - SAUCE: LSM stacking: check for invalid zero sized writes + + * Support cq/rq record doorbell for RDMA on HSilicon hip08 systems + (LP: #1762755) + - RDMA/hns: Support rq record doorbell for the user space + - RDMA/hns: Support cq record doorbell for the user space + - RDMA/hns: Support rq record doorbell for kernel space + - RDMA/hns: Support cq record doorbell for kernel space + - RDMA/hns: Fix cqn type and init resp + - RDMA/hns: Fix init resp when alloc ucontext + - RDMA/hns: Fix cq record doorbell enable in kernel + + * Replace LPC patchset with upstream version (LP: #1762758) + - Revert "UBUNTU: SAUCE: MAINTAINERS: Add maintainer for HiSilicon LPC driver" + - Revert "UBUNTU: SAUCE: HISI LPC: Add ACPI support" + - Revert "UBUNTU: SAUCE: ACPI / scan: do not enumerate Indirect IO host + children" + - Revert "UBUNTU: SAUCE: HISI LPC: Support the LPC host on Hip06/Hip07 with DT + bindings" + - Revert "UBUNTU: SAUCE: OF: Add missing I/O range exception for indirect-IO + devices" + - Revert "UBUNTU: SAUCE: PCI: Apply the new generic I/O management on PCI IO + hosts" + - Revert "UBUNTU: SAUCE: PCI: Add fwnode handler as input param of + pci_register_io_range()" + - Revert "UBUNTU: SAUCE: PCI: Remove unused __weak attribute in + pci_register_io_range()" + - Revert "UBUNTU: SAUCE: LIB: Introduce a generic PIO mapping method" + - lib: Add generic PIO mapping method + - PCI: Remove __weak tag from pci_register_io_range() + - PCI: Add fwnode handler as input param of pci_register_io_range() + - PCI: Apply the new generic I/O management on PCI IO hosts + - of: Add missing I/O range exception for indirect-IO devices + - HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings + - ACPI / scan: Rename acpi_is_serial_bus_slave() for more general use + - ACPI / scan: Do not enumerate Indirect IO host children + - HISI LPC: Add ACPI support + - MAINTAINERS: Add John Garry as maintainer for HiSilicon LPC driver + + * Enable Tunneled Operations on POWER9 (LP: #1762448) + - powerpc/powernv: Enable tunneled operations + - cxl: read PHB indications from the device tree + + * PSL traces reset after PERST for debug AFU image (LP: #1762462) + - cxl: Enable NORST bit in PSL_DEBUG register for PSL9 + + * NFS + sec=krb5 is broken (LP: #1759791) + - sunrpc: remove incorrect HMAC request initialization + + * Raspberry Pi 3 microSD support missing from the installer (LP: #1729128) + - d-i: add bcm2835 to block-modules + + * Backport USB core quirks (LP: #1762695) + - usb: core: Add "quirks" parameter for usbcore + - usb: core: Copy parameter string correctly and remove superfluous null check + - usb: core: Add USB_QUIRK_DELAY_CTRL_MSG to usbcore quirks + + * [Ubuntu 18.04] cryptsetup: 'device-mapper: reload ioctl on failed' when + setting up a second end-to-end encrypted disk (LP: #1762353) + - SAUCE: s390/crypto: Adjust s390 aes and paes cipher + + * System Z {kernel} UBUNTU18.04 wrong kernel config (LP: #1762719) + - s390: move nobp parameter functions to nospec-branch.c + - s390: add automatic detection of the spectre defense + - s390: report spectre mitigation via syslog + - s390: add sysfs attributes for spectre + - [Config] CONFIG_EXPOLINE_AUTO=y, CONFIG_KERNEL_NOBP=n for s390 + - s390: correct nospec auto detection init order + + * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5715 + - powerpc/64s: Wire up cpu_show_spectre_v2() + + * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5753 + - powerpc/64s: Wire up cpu_show_spectre_v1() + + * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5754 + - powerpc/rfi-flush: Move the logic to avoid a redo into the debugfs code + - powerpc/rfi-flush: Make it possible to call setup_rfi_flush() again + - powerpc/rfi-flush: Always enable fallback flush on pseries + - powerpc/rfi-flush: Differentiate enabled and patched flush types + - powerpc/rfi-flush: Call setup_rfi_flush() after LPM migration + - powerpc/64s: Move cpu_show_meltdown() + - powerpc/64s: Enhance the information in cpu_show_meltdown() + - powerpc/powernv: Use the security flags in pnv_setup_rfi_flush() + - powerpc/pseries: Use the security flags in pseries_setup_rfi_flush() + + * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5715 // + CVE-2017-5753 // CVE-2017-5754 + - powerpc/pseries: Add new H_GET_CPU_CHARACTERISTICS flags + - powerpc: Add security feature flags for Spectre/Meltdown + - powerpc/pseries: Set or clear security feature flags + - powerpc/powernv: Set or clear security feature flags + + * Hisilicon network subsystem 3 support (LP: #1761610) + - net: hns3: export pci table of hclge and hclgevf to userspace + - d-i: Add hns3 drivers to nic-modules + + * "ip a" command on a guest VM shows UNKNOWN status (LP: #1761534) + - virtio-net: Fix operstate for virtio when no VIRTIO_NET_F_STATUS + + * perf vendor events arm64: Enable JSON events for ThunderX2 B0 (LP: #1760712) + - perf vendor events: Drop incomplete multiple mapfile support + - perf vendor events: Fix error code in json_events() + - perf vendor events: Drop support for unused topic directories + - perf vendor events: Add support for pmu events vendor subdirectory + - perf vendor events arm64: Relocate ThunderX2 JSON to cavium subdirectory + - perf vendor events arm64: Relocate Cortex A53 JSONs to arm subdirectory + - perf vendor events: Add support for arch standard events + - perf vendor events arm64: Add armv8-recommended.json + - perf vendor events arm64: Fixup ThunderX2 to use recommended events + - perf vendor events arm64: fixup A53 to use recommended events + - perf vendor events arm64: add HiSilicon hip08 JSON file + - perf vendor events arm64: Enable JSON events for ThunderX2 B0 + + * Warning "cache flush timed out!" seen when unloading the cxl driver + (LP: #1762367) + - cxl: Check if PSL data-cache is available before issue flush request + + * Bionic update to v4.16.1 stable release (LP: #1763170) + - bitmap: fix memset optimization on big-endian systems + - USB: serial: ftdi_sio: add RT Systems VX-8 cable + - USB: serial: ftdi_sio: add support for Harman FirmwareHubEmulator + - USB: serial: cp210x: add ELDAT Easywave RX09 id + - serial: 8250: Add Nuvoton NPCM UART + - mei: remove dev_err message on an unsupported ioctl + - /dev/mem: Avoid overwriting "err" in read_mem() + - media: usbtv: prevent double free in error case + - parport_pc: Add support for WCH CH382L PCI-E single parallel port card. + - crypto: lrw - Free rctx->ext with kzfree + - crypto: ccp - Fill the result buffer only on digest, finup, and final ops + - crypto: talitos - don't persistently map req_ctx->hw_context and + req_ctx->buf + - crypto: inside-secure - fix clock management + - crypto: testmgr - Fix incorrect values in PKCS#1 test vector + - crypto: talitos - fix IPsec cipher in length + - crypto: ahash - Fix early termination in hash walk + - crypto: caam - Fix null dereference at error path + - crypto: ccp - return an actual key size from RSA max_size callback + - crypto: arm,arm64 - Fix random regeneration of S_shipped + - crypto: x86/cast5-avx - fix ECB encryption when long sg follows short one + - Bluetooth: hci_bcm: Add 6 new ACPI HIDs + - Btrfs: fix unexpected cow in run_delalloc_nocow + - siox: fix possible buffer overflow in device_add_store + - staging: comedi: ni_mio_common: ack ai fifo error interrupts. + - Revert "base: arch_topology: fix section mismatch build warnings" + - Input: ALPS - fix TrackStick detection on Thinkpad L570 and Latitude 7370 + - Input: i8042 - add Lenovo ThinkPad L460 to i8042 reset list + - Input: i8042 - enable MUX on Sony VAIO VGN-CS series to fix touchpad + - vt: change SGR 21 to follow the standards + - Fix slab name "biovec-(1<<(21-12))" + - signal: Correct the offset of si_pkey and si_lower in struct siginfo on m68k + - Linux 4.16.1 + + * [18.04][config] regression: nvme and nvme_core couldn't be built as modules + starting 4.15-rc2 (LP: #1759893) + - SAUCE: Revert "lightnvm: include NVM Express driver if OCSSD is selected for + build" + - [Config] CONFIG_BLK_DEV_NMVE=m + + * FFe: Enable configuring resume offset via sysfs (LP: #1760106) + - PM / hibernate: Make passing hibernate offsets more friendly + + * Ubuntu18.04:POWER9:DD2.2 - Unable to start a KVM guest with default machine + type(pseries-bionic) complaining "KVM implementation does not support + Transactional Memory, try cap-htm=off" (kvm) (LP: #1752026) + - powerpc: Use feature bit for RTC presence rather than timebase presence + - powerpc: Book E: Remove unused CPU_FTR_L2CSR bit + - powerpc: Free up CPU feature bits on 64-bit machines + - powerpc: Add CPU feature bits for TM bug workarounds on POWER9 v2.2 + - powerpc/powernv: Provide a way to force a core into SMT4 mode + - KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9 + - KVM: PPC: Book3S HV: Work around XER[SO] bug in fake suspend mode + - KVM: PPC: Book3S HV: Work around TEXASR bug in fake suspend state + + * [Feature][CFL][ICL] [CNL]Thunderbolt support (Titan Ridge) (LP: #1730775) + - thunderbolt: Resume control channel after hibernation image is created + - thunderbolt: Serialize PCIe tunnel creation with PCI rescan + - thunderbolt: Handle connecting device in place of host properly + - thunderbolt: Do not overwrite error code when domain adding fails + - thunderbolt: Wait a bit longer for root switch config space + - thunderbolt: Wait a bit longer for ICM to authenticate the active NVM + - thunderbolt: Handle rejected Thunderbolt devices + - thunderbolt: Factor common ICM add and update operations out + - thunderbolt: Correct function name in kernel-doc comment + - thunderbolt: Add tb_switch_get() + - thunderbolt: Add tb_switch_find_by_route() + - thunderbolt: Add tb_xdomain_find_by_route() + - thunderbolt: Add constant for approval timeout + - thunderbolt: Move driver ready handling to struct icm + - thunderbolt: Add 'boot' attribute for devices + - thunderbolt: Add support for preboot ACL + - thunderbolt: Introduce USB only (SL4) security level + - thunderbolt: Add support for Intel Titan Ridge + + * QCA9377 requires more IRAM banks for its new firmware (LP: #1748345) + - ath10k: update the IRAM bank number for QCA9377 + + * Fix an issue that when system in S3, USB keyboard can't wake up the system. + (LP: #1759511) + - ACPI / PM: Allow deeper wakeup power states with no _SxD nor _SxW + + * cxl: Fix timebase synchronization status on POWER9 missing (CAPI) + (LP: #1757228) + - cxl: Fix timebase synchronization status on P9 + + * [Feature]Update Ubuntu 18.04 lpfc FC driver with 32/64GB HBA support and bug + fixes (LP: #1752182) + - scsi: lpfc: Fix frequency of Release WQE CQEs + - scsi: lpfc: Increase CQ and WQ sizes for SCSI + - scsi: lpfc: move placement of target destroy on driver detach + - scsi: lpfc: correct debug counters for abort + - scsi: lpfc: Add WQ Full Logic for NVME Target + - scsi: lpfc: Fix PRLI handling when topology type changes + - scsi: lpfc: Fix IO failure during hba reset testing with nvme io. + - scsi: lpfc: Fix RQ empty firmware trap + - scsi: lpfc: Allow set of maximum outstanding SCSI cmd limit for a target + - scsi: lpfc: Fix soft lockup in lpfc worker thread during LIP testing + - scsi: lpfc: Fix issue_lip if link is disabled + - scsi: lpfc: Indicate CONF support in NVMe PRLI + - scsi: lpfc: Fix SCSI io host reset causing kernel crash + - scsi: lpfc: Validate adapter support for SRIU option + - scsi: lpfc: Fix header inclusion in lpfc_nvmet + - scsi: lpfc: Treat SCSI Write operation Underruns as an error + - scsi: lpfc: Fix nonrecovery of NVME controller after cable swap. + - scsi: lpfc: update driver version to 11.4.0.7 + - scsi: lpfc: Update 11.4.0.7 modified files for 2018 Copyright + - scsi: lpfc: Rework lpfc to allow different sli4 cq and eq handlers + - scsi: lpfc: Rework sli4 doorbell infrastructure + - scsi: lpfc: Add SLI-4 if_type=6 support to the code base + - scsi: lpfc: Add push-to-adapter support to sli4 + - scsi: lpfc: Add PCI Ids for if_type=6 hardware + - scsi: lpfc: Add 64G link speed support + - scsi: lpfc: Add if_type=6 support for cycling valid bits + - scsi: lpfc: Enable fw download on if_type=6 devices + - scsi: lpfc: Add embedded data pointers for enhanced performance + - scsi: lpfc: Fix nvme embedded io length on new hardware + - scsi: lpfc: Work around NVME cmd iu SGL type + - scsi: lpfc: update driver version to 12.0.0.0 + - scsi: lpfc: Change Copyright of 12.0.0.0 modified files to 2018 + - scsi: lpfc: use __raw_writeX on DPP copies + - scsi: lpfc: Add missing unlock in WQ full logic + + * /dev/bcache/by-uuid links not created after reboot (LP: #1729145) + - SAUCE: (no-up) bcache: decouple emitting a cached_dev CHANGE uevent + + * DKMS driver builds fail with: Cannot use CONFIG_STACK_VALIDATION=y, please + install libelf-dev, libelf-devel or elfutils-libelf-devel (LP: #1760876) + - [Packaging] include the retpoline extractor in the headers + + * Use med_with_dipm SATA LPM to save more power for mobile platforms + (LP: #1759547) + - [Config] CONFIG_SATA_MOBILE_LPM_POLICY=3 + + * Miscellaneous Ubuntu changes + - [Packaging] Only install cloud init files when do_tools_common=true + - SAUCE: Import aufs driver + - [Config] Enable AUFS config options + + -- Seth Forshee Thu, 12 Apr 2018 09:30:56 -0500 + +linux (4.16.0-3.4) bionic; urgency=medium + + * Allow multiple mounts of zfs datasets (LP: #1759848) + - SAUCE: Allow mounting datasets more than once (LP: #1759848) + + * zfs system process hung on container stop/delete (LP: #1754584) + - SAUCE: Fix non-prefaulted page deadlock (LP: #1754584) + - Revert "UBUNTU: SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)" + - SAUCE: Fix non-prefaulted page deadlock (LP: #1754584) + + * ubuntu_zram_smoke test will cause soft lockup on Artful ThunderX ARM64 + (LP: #1755073) + - SAUCE: crypto: thunderx_zip: Fix fallout from CONFIG_VMAP_STACK + + * CAPI Flash (cxlflash) update (LP: #1752672) + - SAUCE: cxlflash: Preserve number of interrupts for master contexts + - SAUCE: cxlflash: Avoid clobbering context control register value + - SAUCE: cxlflash: Add argument identifier names + - SAUCE: cxlflash: Introduce OCXL backend + - SAUCE: cxlflash: Hardware AFU for OCXL + - SAUCE: cxlflash: Read host function configuration + - SAUCE: cxlflash: Setup function acTag range + - SAUCE: cxlflash: Read host AFU configuration + - SAUCE: cxlflash: Setup AFU acTag range + - SAUCE: cxlflash: Setup AFU PASID + - SAUCE: cxlflash: Adapter context support for OCXL + - SAUCE: cxlflash: Use IDR to manage adapter contexts + - SAUCE: cxlflash: Support adapter file descriptors for OCXL + - SAUCE: cxlflash: Support adapter context discovery + - SAUCE: cxlflash: Support image reload policy modification + - SAUCE: cxlflash: MMIO map the AFU + - SAUCE: cxlflash: Support starting an adapter context + - SAUCE: cxlflash: Support process specific mappings + - SAUCE: cxlflash: Support AFU state toggling + - SAUCE: cxlflash: Support reading adapter VPD data + - SAUCE: cxlflash: Setup function OCXL link + - SAUCE: cxlflash: Setup OCXL transaction layer + - SAUCE: cxlflash: Support process element lifecycle + - SAUCE: cxlflash: Support AFU interrupt management + - SAUCE: cxlflash: Support AFU interrupt mapping and registration + - SAUCE: cxlflash: Support starting user contexts + - SAUCE: cxlflash: Support adapter context polling + - SAUCE: cxlflash: Support adapter context reading + - SAUCE: cxlflash: Support adapter context mmap and release + - SAUCE: cxlflash: Support file descriptor mapping + - SAUCE: cxlflash: Introduce object handle fop + - SAUCE: cxlflash: Setup LISNs for user contexts + - SAUCE: cxlflash: Setup LISNs for master contexts + - SAUCE: cxlflash: Update synchronous interrupt status bits + - SAUCE: cxlflash: Introduce OCXL context state machine + - SAUCE: cxlflash: Register for translation errors + - SAUCE: cxlflash: Support AFU reset + - SAUCE: cxlflash: Enable OCXL operations + + * [Artful][Wyse 3040] System hang when trying to enable an offlined CPU core + (LP: #1736393) + - SAUCE: drm/i915:Don't set chip specific data + - SAUCE: drm/i915: make previous commit affects Wyse 3040 only + + * zed process consuming 100% cpu (LP: #1751796) + - SAUCE: Fix ioctl loop-spin in zed (LP: #1751796) + + * Ubuntu18.04:PowerPC - Set Transparent Huge Pages (THP) by default to + "always" (LP: #1753708) + - Config: Set TRANSPARENT_HUGEPAGE_ALWAYS=y on ppc64el + + * retpoline hints: primary infrastructure and initial hints (LP: #1758856) + - [Packaging] retpoline -- add safe usage hint support + - [Packaging] retpoline-check -- only report additions + - [Packaging] retpoline -- widen indirect call/jmp detection + - [Packaging] retpoline -- elide %rip relative indirections + - [Packaging] retpoline -- clear hint information from packages + - SAUCE: apm -- annotate indirect calls within + firmware_restrict_branch_speculation_{start,end} + - SAUCE: EFI -- annotate indirect calls within + firmware_restrict_branch_speculation_{start,end} + - SAUCE: early/late -- annotate indirect calls in early/late initialisation + code + - SAUCE: vga_set_mode -- avoid jump tables + - [Config] retpoine -- switch to new format + + * Miscellaneous Ubuntu changes + - [Packaging] final-checks -- remove check for empty retpoline files + - [Packaging] skip cloud tools packaging when not building package + + [ Upstream Kernel Changes ] + + * Rebase to v4.16 + + -- Seth Forshee Mon, 02 Apr 2018 16:15:36 -0500 + +linux (4.16.0-2.3) bionic; urgency=medium + + * devpts: handle bind-mounts (LP: #1755857) + - SAUCE: devpts: hoist out check for DEVPTS_SUPER_MAGIC + - SAUCE: devpts: resolve devpts bind-mounts + - SAUCE: devpts: comment devpts_mntget() + - SAUCE: selftests: add devpts selftests + + * [bionic][arm64] d-i: add hisi_sas_v3_hw to scsi-modules (LP: #1756103) + - d-i: add hisi_sas_v3_hw to scsi-modules + + * [Bionic][ARM64] PCI and SAS driver patches for hip08 SoCs (LP: #1756094) + - SAUCE: scsi: hisi_sas: config for hip08 ES + - SAUCE: scsi: hisi_sas: export device table of v3 hw to userspace + + * s390/crypto: Fix kernel crash on aes_s390 module remove (LP: #1753424) + - SAUCE: s390/crypto: Fix kernel crash on aes_s390 module remove. + + * Fix ARC hit rate (LP: #1755158) + - SAUCE: Fix ARC hit rate (LP: #1755158) + + * ZFS setgid broken on 0.7 (LP: #1753288) + - SAUCE: Fix ZFS setgid + + * CONFIG_EFI=y on armhf (LP: #1726362) + - [Config] CONFIG_EFI=y on armhf, reconcile secureboot EFI settings + + * [Feature] Add xHCI debug device support in the driver (LP: #1730832) + - [Config] CONFIG_USB_XHCI_DBGCAP=y + + * retpoline: ignore %cs:0xNNN constant indirections (LP: #1752655) + - [Packaging] retpoline -- elide %cs:0xNNNN constants on i386 + - [Config] retpoline -- clean up i386 retpoline files + + * Miscellaneous Ubuntu changes + - [Packaging] retpoline-extract: flag *0xNNN(%reg) branches + - [Config] fix up retpoline abi files + - [Config] fix up retpoline abi files + - d-i: Add netsec to nic-modules + + [ Upstream Kernel Changes ] + + * Rebase to v4.16-rc6 + + -- Seth Forshee Mon, 19 Mar 2018 14:09:49 -0500 + +linux (4.16.0-1.2) bionic; urgency=medium + + * Driver not found in Ubuntu kernel does not detect interface (LP: #1745927) + - d-i: add cxgb4 to nic-modules + + * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319) + - [Config] CONFIG_INDIRECT_PIO=y + - SAUCE: LIB: Introduce a generic PIO mapping method + - SAUCE: PCI: Remove unused __weak attribute in pci_register_io_range() + - SAUCE: PCI: Add fwnode handler as input param of pci_register_io_range() + - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts + - SAUCE: OF: Add missing I/O range exception for indirect-IO devices + - [Config] CONFIG_HISILICON_LPC=y + - SAUCE: HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings + - SAUCE: ACPI / scan: do not enumerate Indirect IO host children + - SAUCE: HISI LPC: Add ACPI support + - SAUCE: MAINTAINERS: Add maintainer for HiSilicon LPC driver + + * Miscellaneous Ubuntu changes + - SAUCE: tools: use CC for linking acpi tools + + [ Upstream Kernel Changes ] + + * Rebase to v4.16-rc3 + + -- Seth Forshee Wed, 28 Feb 2018 10:17:23 -0600 + +linux (4.16.0-0.1) bionic; urgency=medium + + * retpoline abi files are empty on i386 (LP: #1751021) + - [Packaging] retpoline-extract -- instantiate retpoline files for i386 + - [Packaging] final-checks -- sanity checking ABI contents + - [Packaging] final-checks -- check for empty retpoline files + + * Miscellaneous upstream changes + - disable vbox build + - Disable zfs build + + [ Upstream Kernel Changes ] + + * Rebase to v4.16-rc2 + + -- Seth Forshee Thu, 22 Feb 2018 08:58:57 -0600 + +linux (4.16.0-0.0) bionic; urgency=medium + + * Dummy entry + + -- Seth Forshee Wed, 21 Feb 2018 14:33:13 -0600 + +linux (4.15.0-10.11) bionic; urgency=medium + + * linux: 4.15.0-10.11 -proposed tracker (LP: #1749250) + + * "swiotlb: coherent allocation failed" dmesg spam with linux 4.15.0-9.10 + (LP: #1749202) + - swiotlb: suppress warning when __GFP_NOWARN is set + - drm/ttm: specify DMA_ATTR_NO_WARN for huge page pools + + * linux-tools: perf incorrectly linking libbfd (LP: #1748922) + - SAUCE: tools -- add ability to disable libbfd + - [Packaging] correct disablement of libbfd + + * [Artful] Realtek ALC225: 2 secs noise when a headset plugged in + (LP: #1744058) + - ALSA: hda/realtek - update ALC225 depop optimize + + * [Artful] Support headset mode for DELL WYSE (LP: #1723913) + - SAUCE: ALSA: hda/realtek - Add support headset mode for DELL WYSE + + * headset mic can't be detected on two Dell machines (LP: #1748807) + - ALSA: hda/realtek - Support headset mode for ALC215/ALC285/ALC289 + - ALSA: hda - Fix headset mic detection problem for two Dell machines + + * Bionic update to v4.15.3 stable release (LP: #1749191) + - ip6mr: fix stale iterator + - net: igmp: add a missing rcu locking section + - qlcnic: fix deadlock bug + - qmi_wwan: Add support for Quectel EP06 + - r8169: fix RTL8168EP take too long to complete driver initialization. + - tcp: release sk_frag.page in tcp_disconnect + - vhost_net: stop device during reset owner + - ipv6: addrconf: break critical section in addrconf_verify_rtnl() + - ipv6: change route cache aging logic + - Revert "defer call to mem_cgroup_sk_alloc()" + - net: ipv6: send unsolicited NA after DAD + - rocker: fix possible null pointer dereference in + rocker_router_fib_event_work + - tcp_bbr: fix pacing_gain to always be unity when using lt_bw + - cls_u32: add missing RCU annotation. + - ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only + - soreuseport: fix mem leak in reuseport_add_sock() + - net_sched: get rid of rcu_barrier() in tcf_block_put_ext() + - net: sched: fix use-after-free in tcf_block_put_ext + - media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION + - media: soc_camera: soc_scale_crop: add missing + MODULE_DESCRIPTION/AUTHOR/LICENSE + - media: tegra-cec: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + - gpio: uniphier: fix mismatch between license text and MODULE_LICENSE + - crypto: tcrypt - fix S/G table for test_aead_speed() + - Linux 4.15.3 + + * bnx2x_attn_int_deasserted3:4323 MC assert! (LP: #1715519) // + CVE-2018-1000026 + - net: create skb_gso_validate_mac_len() + - bnx2x: disable GSO where gso_size is too big for hardware + + * ethtool -p fails to light NIC LED on HiSilicon D05 systems (LP: #1748567) + - net: hns: add ACPI mode support for ethtool -p + + * CVE-2017-5715 (Spectre v2 Intel) + - [Packaging] retpoline files must be sorted + - [Packaging] pull in retpoline files + + * [Feature] PXE boot with Intel Omni-Path (LP: #1712031) + - d-i: Add hfi1 to nic-modules + + * CVE-2017-5715 (Spectre v2 retpoline) + - [Packaging] retpoline -- add call site validation + - [Config] disable retpoline checks for first upload + + * Do not duplicate changelog entries assigned to more than one bug or CVE + (LP: #1743383) + - [Packaging] git-ubuntu-log -- handle multiple bugs/cves better + + -- Seth Forshee Tue, 13 Feb 2018 11:33:58 -0600 + +linux (4.15.0-9.10) bionic; urgency=medium + + * linux: 4.15.0-9.10 -proposed tracker (LP: #1748244) + + * Miscellaneous Ubuntu changes + - [Debian] tests -- remove gcc-multilib dependency for arm64 + + -- Seth Forshee Thu, 08 Feb 2018 11:25:04 -0600 + +linux (4.15.0-8.9) bionic; urgency=medium + + * linux: 4.15.0-8.9 -proposed tracker (LP: #1748075) + + * Bionic update to v4.15.2 stable release (LP: #1748072) + - KVM: x86: Make indirect calls in emulator speculation safe + - KVM: VMX: Make indirect call speculation safe + - module/retpoline: Warn about missing retpoline in module + - x86/cpufeatures: Add CPUID_7_EDX CPUID leaf + - x86/cpufeatures: Add Intel feature bits for Speculation Control + - x86/cpufeatures: Add AMD feature bits for Speculation Control + - x86/msr: Add definitions for new speculation control MSRs + - x86/pti: Do not enable PTI on CPUs which are not vulnerable to Meltdown + - x86/cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 microcodes + - x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) support + - x86/alternative: Print unadorned pointers + - x86/nospec: Fix header guards names + - x86/bugs: Drop one "mitigation" from dmesg + - x86/cpu/bugs: Make retpoline module warning conditional + - x86/cpufeatures: Clean up Spectre v2 related CPUID flags + - x86/retpoline: Simplify vmexit_fill_RSB() + - x86/speculation: Simplify indirect_branch_prediction_barrier() + - auxdisplay: img-ascii-lcd: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + - iio: adc/accel: Fix up module licenses + - pinctrl: pxa: pxa2xx: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + - ASoC: pcm512x: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + - KVM: nVMX: Eliminate vmcs02 pool + - KVM: VMX: introduce alloc_loaded_vmcs + - objtool: Improve retpoline alternative handling + - objtool: Add support for alternatives at the end of a section + - objtool: Warn on stripped section symbol + - x86/mm: Fix overlap of i386 CPU_ENTRY_AREA with FIX_BTMAP + - x86/spectre: Check CONFIG_RETPOLINE in command line parser + - x86/entry/64: Remove the SYSCALL64 fast path + - x86/entry/64: Push extra regs right away + - x86/asm: Move 'status' from thread_struct to thread_info + - Documentation: Document array_index_nospec + - array_index_nospec: Sanitize speculative array de-references + - x86: Implement array_index_mask_nospec + - x86: Introduce barrier_nospec + - x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospec + - x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end} + - x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec + - x86/get_user: Use pointer masking to limit speculation + - x86/syscall: Sanitize syscall table de-references under speculation + - vfs, fdtable: Prevent bounds-check bypass via speculative execution + - nl80211: Sanitize array index in parse_txq_params + - x86/spectre: Report get_user mitigation for spectre_v1 + - x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable" + - x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on Intel + - x86/speculation: Use Indirect Branch Prediction Barrier in context switch + - x86/paravirt: Remove 'noreplace-paravirt' cmdline option + - KVM: VMX: make MSR bitmaps per-VCPU + - x86/kvm: Update spectre-v1 mitigation + - x86/retpoline: Avoid retpolines for built-in __init functions + - x86/spectre: Simplify spectre_v2 command line parsing + - x86/pti: Mark constant arrays as __initconst + - x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALL + - KVM/x86: Update the reverse_cpuid list to include CPUID_7_EDX + - KVM/x86: Add IBPB support + - KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES + - KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL + - KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRL + - serial: core: mark port as initialized after successful IRQ change + - fpga: region: release of_parse_phandle nodes after use + - Linux 4.15.2 + + * Add support for the NIC on SynQuacer E-Series boards (LP: #1747792) + - net: phy: core: remove now uneeded disabling of interrupts + - [Config] CONFIG_NET_VENDOR_SOCIONEXT=y & CONFIG_SNI_NETSEC=m + - net: socionext: Add Synquacer NetSec driver + - net: socionext: include linux/io.h to fix build + - net: socionext: Fix error return code in netsec_netdev_open() + + * [Artful/Bionic] [Config] enable EDAC_GHES for ARM64 (LP: #1747746) + - [Config] CONFIG_EDAC_GHES=y + + * support thunderx2 vendor pmu events (LP: #1747523) + - perf pmu: Pass pmu as a parameter to get_cpuid_str() + - perf tools arm64: Add support for get_cpuid_str function. + - perf pmu: Add helper function is_pmu_core to detect PMU CORE devices + - perf vendor events arm64: Add ThunderX2 implementation defined pmu core + events + - perf pmu: Add check for valid cpuid in perf_pmu__find_map() + + * linux 4.14.0-7.9 ADT test failure with linux 4.14.0-7.9 (LP: #1732463) + - SAUCE: mm: disable vma based swap readahead by default + - SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM + + * Miscellaneous Ubuntu changes + - [Config] Fix CONFIG_PROFILE_ALL_BRANCHES annotations + + -- Seth Forshee Wed, 07 Feb 2018 21:13:27 -0600 + +linux (4.15.0-7.8) bionic; urgency=medium + + * Bionic update to v4.15.1 stable release (LP: #1747169) + - Bluetooth: hci_serdev: Init hci_uart proto_lock to avoid oops + - tools/gpio: Fix build error with musl libc + - gpio: stmpe: i2c transfer are forbiden in atomic context + - gpio: Fix kernel stack leak to userspace + - ALSA: hda - Reduce the suspend time consumption for ALC256 + - crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH + - crypto: aesni - handle zero length dst buffer + - crypto: aesni - fix typo in generic_gcmaes_decrypt + - crypto: aesni - add wrapper for generic gcm(aes) + - crypto: aesni - Fix out-of-bounds access of the data buffer in generic-gcm- + aesni + - crypto: aesni - Fix out-of-bounds access of the AAD buffer in generic-gcm- + aesni + - crypto: inside-secure - fix hash when length is a multiple of a block + - crypto: inside-secure - avoid unmapping DMA memory that was not mapped + - crypto: sha3-generic - fixes for alignment and big endian operation + - crypto: af_alg - whitelist mask and type + - HID: wacom: EKR: ensure devres groups at higher indexes are released + - HID: wacom: Fix reporting of touch toggle (WACOM_HID_WD_MUTE_DEVICE) events + - power: reset: zx-reboot: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + - gpio: iop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + - gpio: ath79: add missing MODULE_DESCRIPTION/LICENSE + - mtd: nand: denali_pci: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + - igb: Free IRQs when device is hotplugged + - ima/policy: fix parsing of fsuuid + - scsi: aacraid: Fix udev inquiry race condition + - scsi: aacraid: Fix hang in kdump + - scsi: storvsc: missing error code in storvsc_probe() + - staging: lustre: separate a connection destroy from free struct kib_conn + - staging: ccree: NULLify backup_info when unused + - staging: ccree: fix fips event irq handling build + - tty: fix data race between tty_init_dev and flush of buf + - usb: option: Add support for FS040U modem + - USB: serial: pl2303: new device id for Chilitag + - USB: cdc-acm: Do not log urb submission errors on disconnect + - CDC-ACM: apply quirk for card reader + - USB: serial: io_edgeport: fix possible sleep-in-atomic + - usbip: prevent bind loops on devices attached to vhci_hcd + - usbip: list: don't list devices attached to vhci_hcd + - USB: serial: simple: add Motorola Tetra driver + - usb: f_fs: Prevent gadget unbind if it is already unbound + - usb: uas: unconditionally bring back host after reset + - usb/gadget: Fix "high bandwidth" check in usb_gadget_ep_match_desc() + - ANDROID: binder: remove waitqueue when thread exits. + - android: binder: use VM_ALLOC to get vm area + - mei: me: allow runtime pm for platform with D0i3 + - serial: 8250_of: fix return code when probe function fails to get reset + - serial: 8250_uniphier: fix error return code in uniphier_uart_probe() + - serial: 8250_dw: Revert "Improve clock rate setting" + - serial: imx: Only wakeup via RTSDEN bit if the system has RTS/CTS + - spi: imx: do not access registers while clocks disabled + - iio: adc: stm32: fix scan of multiple channels with DMA + - iio: chemical: ccs811: Fix output of IIO_CONCENTRATION channels + - test_firmware: fix missing unlock on error in config_num_requests_store() + - Input: synaptics-rmi4 - unmask F03 interrupts when port is opened + - Input: synaptics-rmi4 - do not delete interrupt memory too early + - x86/efi: Clarify that reset attack mitigation needs appropriate userspace + - Linux 4.15.1 + + * Dell XPS 13 9360 bluetooth (Atheros) won't connect after resume + (LP: #1744712) + - Revert "Bluetooth: btusb: fix QCA Rome suspend/resume" + - Bluetooth: btusb: Restore QCA Rome suspend/resume fix with a "rewritten" + version + + * apparmor profile load in stacked policy container fails (LP: #1746463) + - SAUCE: apparmor: fix display of .ns_name for containers + + -- Seth Forshee Sun, 04 Feb 2018 11:56:32 +0100 + +linux (4.15.0-6.7) bionic; urgency=low + + * upload urgency should be medium by default (LP: #1745338) + - [Packaging] update urgency to medium by default + + * Shutdown hang on 16.04 with iscsi targets (LP: #1569925) + - scsi: libiscsi: Allow sd_shutdown on bad transport + + * Miscellaneous Ubuntu changes + - SAUCE: (noup) Update spl to 0.7.5-1ubuntu1, zfs to 0.7.5-1ubuntu1 + - Revert "UBUNTU: SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM" + - Revert "UBUNTU: SAUCE: mm: disable vma based swap readahead by default" + + [ Upstream Kernel Changes ] + + * Rebase to v4.15 + + -- Seth Forshee Mon, 29 Jan 2018 08:47:07 -0600 + +linux (4.15.0-5.6) bionic; urgency=low + + * $(LOCAL_ENV_CC) and $(LOCAL_ENV_DISTCC_HOSTS) should be properly quoted + (LP: #1744077) + - [Debian] pass LOCAL_ENV_CC and LOCAL_ENV_DISTCC_HOSTS properly + + * Missing install-time driver for QLogic QED 25/40/100Gb Ethernet NIC + (LP: #1743638) + - [d-i] Add qede to nic-modules udeb + + * boot failure on AMD Raven + WesternXT (LP: #1742759) + - SAUCE: drm/amdgpu: add atpx quirk handling (v2) + + * Unable to handle kernel NULL pointer dereference at isci_task_abort_task + (LP: #1726519) + - SAUCE: Revert "scsi: libsas: allow async aborts" + + * Update Ubuntu-4.15.0 config to support Intel Atom devices (LP: #1739939) + - [Config] CONFIG_SERIAL_DEV_BUS=y, CONFIG_SERIAL_DEV_CTRL_TTYPORT=y + + * Miscellaneous Ubuntu changes + - Rebase to v4.15-rc7 + - [Config] CONFIG_CPU_ISOLATION=y + - [Config] Update annotations following config review + - Revert "UBUNTU: SAUCE: Import aufs driver" + - SAUCE: Import aufs driver + - ubuntu: vbox -- update to 5.2.6-dfsg-1 + - ubuntu: vbox: build fixes for 4.15 + - ubuntu: vbox -- update to 5.2.6-dfsg-2 + - hio: updates for timer api changes in 4.15 + - enable hio build + - Rebase to v4.15-rc9 + + [ Upstream Kernel Changes ] + + * Rebase to v4.15-rc9 + + -- Seth Forshee Mon, 22 Jan 2018 10:16:05 -0600 + +linux (4.15.0-4.5) bionic; urgency=low + + * [0cf3:e010] QCA6174A XR failed to pair with bt 4.0 device (LP: #1741166) + - SAUCE: Bluetooth: btusb: Add support for 0cf3:e010 + + * External HDMI monitor failed to show screen on Lenovo X1 series + (LP: #1738523) + - SAUCE: drm/i915: Disable writing of TMDS_OE on Lenovo ThinkPad X1 series + + * Miscellaneous Ubuntu changes + - [Debian] autoreconstruct - add resoration of execute permissions + + [ Upstream Kernel Changes ] + + * Rebase to v4.15-rc4 + + -- Seth Forshee Wed, 10 Jan 2018 10:24:22 -0600 + +linux (4.15.0-3.4) bionic; urgency=low + + * ubuntu/xr-usb-serial didn't get built in zesty and artful (LP: #1733281) + - SAUCE: make sure ubuntu/xr-usb-serial builds for x86 + + [ Upstream Kernel Changes ] + + * Rebase to v4.15-rc6 + + -- Seth Forshee Wed, 03 Jan 2018 20:20:43 -0600 + +linux (4.15.0-2.3) bionic; urgency=low + + * nvidia-graphics-drivers-384 384.90-0ubuntu6 ADT test failure with linux + 4.15.0-1.2 (LP: #1737752) + - x86/mm: Unbreak modules that use the DMA API + + * Ubuntu 17.10 corrupting BIOS - many LENOVO laptops models (LP: #1734147) + - [Config] CONFIG_SPI_INTEL_SPI_*=n + + * power: commonise configs IBMVETH/IBMVSCSI and ensure both are in linux-image + and udebs (LP: #1521712) + - [Config] Include ibmvnic in nic-modules + + * Enable arm64 emulation of removed ARMv7 instructions (LP: #1545542) + - [Config] Enable support for emulation of deprecated ARMv8 instructions + + * Miscellaneous Ubuntu changes + - SAUCE: (noup) Update spl with 4.15 compat fix (LP:#1737761) + - Enable zfs build + - [Debian] add icp to zfs-modules.ignore + + [ Upstream Kernel Changes ] + + * Rebase to v4.15-rc4 + + -- Seth Forshee Mon, 18 Dec 2017 09:27:13 -0600 + +linux (4.15.0-1.2) bionic; urgency=low + + * Disabling zfs does not always disable module checks for the zfs modules + (LP: #1737176) + - [Packaging] disable zfs module checks when zfs is disabled + + * Miscellaneous Ubuntu changes + - [Config] CONFIG_UNWINDER_FRAME_POINTER=y for amd64 + + [ Upstream Kernel Changes ] + + * Rebase to v4.15-rc3 + + -- Seth Forshee Sun, 10 Dec 2017 22:07:19 -0600 + +linux (4.15.0-0.1) bionic; urgency=low + + * Miscellaneous Ubuntu changes + - ubuntu: vbox -- update to 5.2.2-dfsg-2 + - ubuntu: vbox: build fixes for 4.15 + - disable hio build + - [Config] Update kernel lockdown options to fix build errors + - Disable zfs build + - SAUCE: Import aufs driver + - [Config] Enable AUFS config options + + [ Upstream Kernel Changes ] + + * Rebase to v4.15-rc2 + + -- Seth Forshee Fri, 08 Dec 2017 13:55:42 -0600 + +linux (4.14.0-11.13) bionic; urgency=low + + * linux: 4.14.0-11.13 -proposed tracker (LP: #1736168) + + * CVE-2017-1000405 + - mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d() + + * linux 4.14.0-7.9 ADT test failure with linux 4.14.0-7.9 (LP: #1732463) + - SAUCE: mm: disable vma based swap readahead by default + - SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM + + * Bionic update to v4.14.3 stable release (LP: #1735843) + - s390: fix transactional execution control register handling + - s390/noexec: execute kexec datamover without DAT + - s390/runtime instrumention: fix possible memory corruption + - s390/guarded storage: fix possible memory corruption + - s390/disassembler: add missing end marker for e7 table + - s390/disassembler: increase show_code buffer size + - ACPI / PM: Fix acpi_pm_notifier_lock vs flush_workqueue() deadlock + - ACPI / EC: Fix regression related to triggering source of EC event handling + - cpufreq: schedutil: Reset cached_raw_freq when not in sync with next_freq + - serdev: fix registration of second slave + - sched: Make resched_cpu() unconditional + - lib/mpi: call cond_resched() from mpi_powm() loop + - x86/boot: Fix boot failure when SMP MP-table is based at 0 + - x86/decoder: Add new TEST instruction pattern + - x86/entry/64: Fix entry_SYSCALL_64_after_hwframe() IRQ tracing + - x86/entry/64: Add missing irqflags tracing to native_load_gs_index() + - perf/x86/intel: Hide TSX events when RTM is not supported + - arm64: Implement arch-specific pte_access_permitted() + - ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAE + - ARM: 8721/1: mm: dump: check hardware RO bit for LPAE + - uapi: fix linux/tls.h userspace compilation error + - uapi: fix linux/rxrpc.h userspace compilation errors + - MIPS: cmpxchg64() and HAVE_VIRT_CPU_ACCOUNTING_GEN don't work for 32-bit SMP + - MIPS: ralink: Fix MT7628 pinmux + - MIPS: ralink: Fix typo in mt7628 pinmux function + - net: mvneta: fix handling of the Tx descriptor counter + - nbd: wait uninterruptible for the dead timeout + - nbd: don't start req until after the dead connection logic + - PM / OPP: Add missing of_node_put(np) + - PCI/ASPM: Account for downstream device's Port Common_Mode_Restore_Time + - PCI/ASPM: Use correct capability pointer to program LTR_L1.2_THRESHOLD + - PCI: hv: Use effective affinity mask + - PCI: Set Cavium ACS capability quirk flags to assert RR/CR/SV/UF + - PCI: Apply Cavium ThunderX ACS quirk to more Root Ports + - ALSA: hda: Add Raven PCI ID + - dm integrity: allow unaligned bv_offset + - dm cache: fix race condition in the writeback mode overwrite_bio + optimisation + - dm crypt: allow unaligned bv_offset + - dm zoned: ignore last smaller runt zone + - dm mpath: remove annoying message of 'blk_get_request() returned -11' + - dm bufio: fix integer overflow when limiting maximum cache size + - ovl: Put upperdentry if ovl_check_origin() fails + - dm: allocate struct mapped_device with kvzalloc + - sched/rt: Simplify the IPI based RT balancing logic + - MIPS: pci: Remove KERN_WARN instance inside the mt7620 driver + - dm: fix race between dm_get_from_kobject() and __dm_destroy() + - dm: discard support requires all targets in a table support discards + - MIPS: Fix odd fp register warnings with MIPS64r2 + - MIPS: Fix MIPS64 FP save/restore on 32-bit kernels + - MIPS: dts: remove bogus bcm96358nb4ser.dtb from dtb-y entry + - MIPS: Fix an n32 core file generation regset support regression + - MIPS: BCM47XX: Fix LED inversion for WRT54GSv1 + - MIPS: math-emu: Fix final emulation phase for certain instructions + - rt2x00usb: mark device removed when get ENOENT usb error + - mm/z3fold.c: use kref to prevent page free/compact race + - autofs: don't fail mount for transient error + - nilfs2: fix race condition that causes file system corruption + - fscrypt: lock mutex before checking for bounce page pool + - eCryptfs: use after free in ecryptfs_release_messaging() + - libceph: don't WARN() if user tries to add invalid key + - bcache: check ca->alloc_thread initialized before wake up it + - fs: guard_bio_eod() needs to consider partitions + - fanotify: fix fsnotify_prepare_user_wait() failure + - isofs: fix timestamps beyond 2027 + - btrfs: change how we decide to commit transactions during flushing + - f2fs: expose some sectors to user in inline data or dentry case + - NFS: Fix typo in nomigration mount option + - NFS: Revert "NFS: Move the flock open mode check into nfs_flock()" + - nfs: Fix ugly referral attributes + - NFS: Avoid RCU usage in tracepoints + - NFS: revalidate "." etc correctly on "open". + - nfsd: deal with revoked delegations appropriately + - rtlwifi: rtl8192ee: Fix memory leak when loading firmware + - rtlwifi: fix uninitialized rtlhal->last_suspend_sec time + - iwlwifi: fix firmware names for 9000 and A000 series hw + - md: fix deadlock error in recent patch. + - md: don't check MD_SB_CHANGE_CLEAN in md_allow_write + - Bluetooth: btqcomsmd: Add support for BD address setup + - md/bitmap: revert a patch + - fsnotify: clean up fsnotify_prepare/finish_user_wait() + - fsnotify: pin both inode and vfsmount mark + - fsnotify: fix pinning group in fsnotify_prepare_user_wait() + - ata: fixes kernel crash while tracing ata_eh_link_autopsy event + - ext4: fix interaction between i_size, fallocate, and delalloc after a crash + - ext4: prevent data corruption with inline data + DAX + - ext4: prevent data corruption with journaling + DAX + - ALSA: pcm: update tstamp only if audio_tstamp changed + - ALSA: usb-audio: Add sanity checks to FE parser + - ALSA: usb-audio: Fix potential out-of-bound access at parsing SU + - ALSA: usb-audio: Add sanity checks in v2 clock parsers + - ALSA: timer: Remove kernel warning at compat ioctl error paths + - ALSA: hda/realtek - Fix ALC275 no sound issue + - ALSA: hda: Fix too short HDMI/DP chmap reporting + - ALSA: hda - Fix yet remaining issue with vmaster 0dB initialization + - ALSA: hda/realtek - Fix ALC700 family no sound issue + - ASoC: sun8i-codec: Invert Master / Slave condition + - ASoC: sun8i-codec: Fix left and right channels inversion + - ASoC: sun8i-codec: Set the BCLK divider + - mfd: lpc_ich: Avoton/Rangeley uses SPI_BYT method + - fix a page leak in vhost_scsi_iov_to_sgl() error recovery + - 9p: Fix missing commas in mount options + - fs/9p: Compare qid.path in v9fs_test_inode + - net/9p: Switch to wait_event_killable() + - scsi: qla2xxx: Suppress a kernel complaint in qla_init_base_qpair() + - scsi: sd_zbc: Fix sd_zbc_read_zoned_characteristics() + - scsi: lpfc: fix pci hot plug crash in timer management routines + - scsi: lpfc: fix pci hot plug crash in list_add call + - scsi: lpfc: Fix crash receiving ELS while detaching driver + - scsi: lpfc: Fix FCP hba_wqidx assignment + - scsi: lpfc: Fix oops if nvmet_fc_register_targetport fails + - iscsi-target: Make TASK_REASSIGN use proper se_cmd->cmd_kref + - iscsi-target: Fix non-immediate TMR reference leak + - target: fix null pointer regression in core_tmr_drain_tmr_list + - target: fix buffer offset in core_scsi3_pri_read_full_status + - target: Fix QUEUE_FULL + SCSI task attribute handling + - target: Fix caw_sem leak in transport_generic_request_failure + - target: Fix quiese during transport_write_pending_qf endless loop + - target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASK + - mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalid + - mtd: nand: Export nand_reset() symbol + - mtd: nand: atmel: Actually use the PM ops + - mtd: nand: omap2: Fix subpage write + - mtd: nand: Fix writing mtdoops to nand flash. + - mtd: nand: mtk: fix infinite ECC decode IRQ issue + - mailbox: bcm-flexrm-mailbox: Fix FlexRM ring flush sequence + - p54: don't unregister leds when they are not initialized + - block: Fix a race between blk_cleanup_queue() and timeout handling + - raid1: prevent freeze_array/wait_all_barriers deadlock + - genirq: Track whether the trigger type has been set + - irqchip/gic-v3: Fix ppi-partitions lookup + - lockd: double unregister of inetaddr notifiers + - KVM: PPC: Book3S HV: Don't call real-mode XICS hypercall handlers if not + enabled + - KVM: nVMX: set IDTR and GDTR limits when loading L1 host state + - KVM: SVM: obey guest PAT + - kvm: vmx: Reinstate support for CPUs without virtual NMI + - dax: fix PMD faults on zero-length files + - dax: fix general protection fault in dax_alloc_inode + - SUNRPC: Fix tracepoint storage issues with svc_recv and svc_rqst_status + - clk: ti: dra7-atl-clock: fix child-node lookups + - libnvdimm, dimm: clear 'locked' status on successful DIMM enable + - libnvdimm, pfn: make 'resource' attribute only readable by root + - libnvdimm, namespace: fix label initialization to use valid seq numbers + - libnvdimm, region : make 'resource' attribute only readable by root + - libnvdimm, namespace: make 'resource' attribute only readable by root + - svcrdma: Preserve CB send buffer across retransmits + - IB/srpt: Do not accept invalid initiator port names + - IB/cm: Fix memory corruption in handling CM request + - IB/hfi1: Fix incorrect available receive user context count + - IB/srp: Avoid that a cable pull can trigger a kernel crash + - IB/core: Avoid crash on pkey enforcement failed in received MADs + - IB/core: Only maintain real QPs in the security lists + - NFC: fix device-allocation error return + - spi-nor: intel-spi: Fix broken software sequencing codes + - i40e: Use smp_rmb rather than read_barrier_depends + - igb: Use smp_rmb rather than read_barrier_depends + - igbvf: Use smp_rmb rather than read_barrier_depends + - ixgbevf: Use smp_rmb rather than read_barrier_depends + - i40evf: Use smp_rmb rather than read_barrier_depends + - fm10k: Use smp_rmb rather than read_barrier_depends + - ixgbe: Fix skb list corruption on Power systems + - parisc: Fix validity check of pointer size argument in new CAS + implementation + - powerpc: Fix boot on BOOK3S_32 with CONFIG_STRICT_KERNEL_RWX + - powerpc/mm/radix: Fix crashes on Power9 DD1 with radix MMU and STRICT_RWX + - powerpc/perf/imc: Use cpu_to_node() not topology_physical_package_id() + - powerpc/signal: Properly handle return value from uprobe_deny_signal() + - powerpc/64s: Fix masking of SRR1 bits on instruction fault + - powerpc/64s/radix: Fix 128TB-512TB virtual address boundary case allocation + - powerpc/64s/hash: Fix 512T hint detection to use >= 128T + - powerpc/64s/hash: Fix 128TB-512TB virtual address boundary case allocation + - powerpc/64s/hash: Fix fork() with 512TB process address space + - powerpc/64s/hash: Allow MAP_FIXED allocations to cross 128TB boundary + - media: Don't do DMA on stack for firmware upload in the AS102 driver + - media: rc: check for integer overflow + - media: rc: nec decoder should not send both repeat and keycode + - cx231xx-cards: fix NULL-deref on missing association descriptor + - media: v4l2-ctrl: Fix flags field on Control events + - media: venus: fix wrong size on dma_free + - media: venus: venc: fix bytesused v4l2_plane field + - media: venus: reimplement decoder stop command + - ARM64: dts: meson-gxl: Add alternate ARM Trusted Firmware reserved memory + zone + - iwlwifi: fix wrong struct for a000 device + - iwlwifi: add a new a000 device + - iwlwifi: pcie: sort IDs for the 9000 series for easier comparisons + - iwlwifi: add new cards for a000 series + - iwlwifi: add new cards for 8265 series + - iwlwifi: add new cards for 8260 series + - iwlwifi: fix PCI IDs and configuration mapping for 9000 series + - iwlwifi: mvm: support version 7 of the SCAN_REQ_UMAC FW command + - e1000e: Fix error path in link detection + - e1000e: Fix return value test + - e1000e: Separate signaling for link check/link up + - e1000e: Avoid receiver overrun interrupt bursts + - e1000e: fix buffer overrun while the I219 is processing DMA transactions + - Linux 4.14.3 + + * Miscellaneous Ubuntu changes + - SAUCE: s390/topology: don't inline cpu_to_node + - SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to 0.7.3-1ubuntu1 + + -- Seth Forshee Mon, 04 Dec 2017 09:08:07 -0600 + +linux (4.14.0-10.12) bionic; urgency=low + + * linux: 4.14.0-10.12 -proposed tracker (LP: #1734901) + + * Miscellaneous Ubuntu changes + - SAUCE: Enable the ACPI kernel debugger and acpidbg tool + - [Packaging] Include arch/arm64/kernel/ftrace-mod.o in headers package + + -- Seth Forshee Tue, 28 Nov 2017 08:46:49 -0600 + +linux (4.14.0-9.11) bionic; urgency=low + + * linux: 4.14.0-9.11 -proposed tracker (LP: #1734728) + + * Miscellaneous Ubuntu changes + - Revert "UBUNTU: SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to + 0.7.3-1ubuntu1" + + -- Seth Forshee Mon, 27 Nov 2017 12:44:48 -0600 + +linux (4.14.0-8.10) bionic; urgency=low + + * linux: 4.14.0-8.10 -proposed tracker (LP: #1734695) + + * Bionic update to v4.14.2 stable release (LP: #1734694) + - bio: ensure __bio_clone_fast copies bi_partno + - af_netlink: ensure that NLMSG_DONE never fails in dumps + - vxlan: fix the issue that neigh proxy blocks all icmpv6 packets + - net: cdc_ncm: GetNtbFormat endian fix + - fealnx: Fix building error on MIPS + - net/sctp: Always set scope_id in sctp_inet6_skb_msgname + - ima: do not update security.ima if appraisal status is not INTEGRITY_PASS + - serial: omap: Fix EFR write on RTS deassertion + - serial: 8250_fintek: Fix finding base_port with activated SuperIO + - tpm-dev-common: Reject too short writes + - rcu: Fix up pending cbs check in rcu_prepare_for_idle + - mm/pagewalk.c: report holes in hugetlb ranges + - ocfs2: fix cluster hang after a node dies + - ocfs2: should wait dio before inode lock in ocfs2_setattr() + - ipmi: fix unsigned long underflow + - mm/page_alloc.c: broken deferred calculation + - mm/page_ext.c: check if page_ext is not prepared + - coda: fix 'kernel memory exposure attempt' in fsync + - ipmi: Prefer ACPI system interfaces over SMBIOS ones + - Linux 4.14.2 + + * Bionic update to v4.14.1 stable release (LP: #1734693) + - EDAC, sb_edac: Don't create a second memory controller if HA1 is not present + - dmaengine: dmatest: warn user when dma test times out + - media: imon: Fix null-ptr-deref in imon_probe + - media: dib0700: fix invalid dvb_detach argument + - crypto: dh - Fix double free of ctx->p + - crypto: dh - Don't permit 'p' to be 0 + - crypto: dh - Don't permit 'key' or 'g' size longer than 'p' + - crypto: brcm - Explicity ACK mailbox message + - USB: early: Use new USB product ID and strings for DbC device + - USB: usbfs: compute urb->actual_length for isochronous + - USB: Add delay-init quirk for Corsair K70 LUX keyboards + - usb: gadget: f_fs: Fix use-after-free in ffs_free_inst + - USB: serial: metro-usb: stop I/O after failed open + - USB: serial: Change DbC debug device binding ID + - USB: serial: qcserial: add pid/vid for Sierra Wireless EM7355 fw update + - USB: serial: garmin_gps: fix I/O after failed probe and remove + - USB: serial: garmin_gps: fix memory leak on probe errors + - selftests/x86/protection_keys: Fix syscall NR redefinition warnings + - x86/MCE/AMD: Always give panic severity for UC errors in kernel context + - platform/x86: peaq-wmi: Add DMI check before binding to the WMI interface + - platform/x86: peaq_wmi: Fix missing terminating entry for peaq_dmi_table + - HID: cp2112: add HIDRAW dependency + - HID: wacom: generic: Recognize WACOM_HID_WD_PEN as a type of pen collection + - rpmsg: glink: Add missing MODULE_LICENSE + - staging: wilc1000: Fix bssid buffer offset in Txq + - staging: sm750fb: Fix parameter mistake in poke32 + - staging: ccree: fix 64 bit scatter/gather DMA ops + - staging: greybus: spilib: fix use-after-free after deregistration + - staging: rtl8188eu: Revert 4 commits breaking ARP + - spi: fix use-after-free at controller deregistration + - sparc32: Add cmpxchg64(). + - sparc64: mmu_context: Add missing include files + - sparc64: Fix page table walk for PUD hugepages + - Linux 4.14.1 + + * Set PANIC_TIMEOUT=10 on Power Systems (LP: #1730660) + - [Config]: Set PANIC_TIMEOUT=10 on ppc64el + + * enable CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH easily confuse users + (LP: #1732627) + - [Config] CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH=n + + * Miscellaneous Ubuntu changes + - SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to 0.7.3-1ubuntu1 + + -- Seth Forshee Mon, 27 Nov 2017 07:43:44 -0600 + +linux (4.14.0-7.9) bionic; urgency=low + + * Miscellaneous Ubuntu changes + - SAUCE: apparmor: add base infastructure for socket mediation + - SAUCE: apparmor: af_unix mediation + - SAUCE: LSM stacking: procfs: add smack subdir to attrs + - SAUCE: LSM stacking: LSM: manage credential security blobs + - SAUCE: LSM stacking: LSM: Manage file security blobs + - SAUCE: LSM stacking: LSM: manage task security blobs + - SAUCE: LSM stacking: LSM: Infrastructure management of the remaining blobs + - SAUCE: LSM stacking: LSM: general but not extreme module stacking + - SAUCE: LSM stacking: LSM: Complete task_alloc hook + - SAUCE: LSM stacking: fixup procsfs: add smack subdir to attrs + - SAUCE: LSM stacking: fixup initialize task->security + - SAUCE: LSM stacking: fixup: alloc_task_ctx is dead code + - SAUCE: LSM stacking: add support for stacking getpeersec_stream + - SAUCE: LSM stacking: add stacking support to apparmor network hooks + - SAUCE: LSM stacking: fixup apparmor stacking enablement + - SAUCE: LSM stacking: fixup stacking kconfig + - SAUCE: LSM stacking: allow selecting multiple LSMs using kernel boot params + - SAUCE: LSM stacking: provide prctl interface for setting context + - SAUCE: LSM stacking: inherit current display LSM + - SAUCE: LSM stacking: keep an index for each registered LSM + - SAUCE: LSM stacking: verify display LSM + - SAUCE: LSM stacking: provide a way to specify the default display lsm + - SAUCE: LSM stacking: make sure LSM blob align on 64 bit boundaries + - SAUCE: LSM stacking: add /proc//attr/display_lsm + - SAUCE: LSM stacking: add Kconfig to set default display LSM + - SAUCE: LSM stacking: add configs for LSM stacking + - SAUCE: LSM stacking: check for invalid zero sized writes + - [Config] Run updateconfigs after merging LSM stacking + - [Config] CONFIG_AMD_MEM_ENCRYPT=y + + [ Upstream Kernel Changes ] + + * Rebase to v4.14 + + -- Seth Forshee Mon, 13 Nov 2017 08:12:08 -0600 + +linux (4.14.0-6.8) bionic; urgency=low + + * Miscellaneous Ubuntu changes + - SAUCE: add workarounds to enable ZFS for 4.14 + + [ Upstream Kernel Changes ] + + * Rebase to v4.14-rc8 + + -- Seth Forshee Mon, 06 Nov 2017 11:39:00 -0600 + +linux (4.14.0-5.7) bionic; urgency=low + + * Miscellaneous Ubuntu changes + - [Debian] Fix invocation of dh_prep for dbgsym packages + + -- Seth Forshee Tue, 31 Oct 2017 07:07:23 -0500 + +linux (4.14.0-4.5) bionic; urgency=low + + * Miscellaneous Ubuntu changes + - [Packaging] virtualbox -- reduce in kernel module versions + - vbox-update: Fix up KERN_DIR definitions + - ubuntu: vbox -- update to 5.2.0-dfsg-2 + - [Config] CONFIG_AMD_MEM_ENCRYPT=n + + [ Upstream Kernel Changes ] + + * Rebase to v4.14-rc7 + + -- Seth Forshee Mon, 30 Oct 2017 13:29:20 -0500 + +linux (4.14.0-3.4) artful; urgency=low + + * Touchpad and TrackPoint Dose Not Work on Lenovo X1C6 and X280 (LP: #1723986) + - SAUCE: Input: synaptics-rmi4 - RMI4 can also use SMBUS version 3 + - SAUCE: Input: synaptics - Lenovo X1 Carbon 5 should use SMBUS/RMI + - SAUCE: Input: synaptics - add Intertouch support on X1 Carbon 6th and X280 + + * powerpc/64s: Add workaround for P9 vector CI load issuenext (LP: #1721070) + - powerpc/64s: Add workaround for P9 vector CI load issue + + * Miscellaneous Ubuntu changes + - SAUCE: staging: vboxvideo: Fix reporting invalid suggested-offset-properties + - [Config] CONFIG_DRM_VBOXVIDEO=m + - SAUCE: Import aufs driver + - [Config] Enable aufs + - [Config] Reorder annotations file after enabling aufs + - vbox-update: Disable imported vboxvideo module + - ubuntu: vbox -- update to 5.1.30-dfsg-1 + - Enable vbox + - hio: Use correct sizes when initializing ssd_index_bits* arrays + - hio: Update io stat accounting for 4.14 + - Enable hio + + [ Upstream Kernel Changes ] + + * Rebase to v4.14-rc5 + * Rebase to v4.14-rc6 + + -- Seth Forshee Mon, 23 Oct 2017 13:53:52 -0500 + +linux (4.14.0-2.3) artful; urgency=low + + * [Bug] USB controller failed to respond on Denverton after loading + intel_th_pci module (LP: #1715833) + - SAUCE: PCI: Disable broken RTIT_BAR of Intel TH + + * CONFIG_DEBUG_FS is not enabled by "make zfcpdump_defconfig" with Ubuntu + 17.10 (kernel 4.13) (LP: #1719290) + - SAUCE: s390: update zfcpdump_defconfig + + * Add installer support for Broadcom BCM573xx network drivers. (LP: #1720466) + - d-i: Add bnxt_en to nic-modules. + + * Miscellaneous Ubuntu changes + - [Config] Update annotations for 4.14-rc2 + + [ Upstream Kernel Changes ] + + * Rebase to v4.14-rc3 + * Rebase to v4.14-rc4 + + -- Seth Forshee Wed, 11 Oct 2017 16:04:27 -0500 + +linux (4.14.0-1.2) artful; urgency=low + + * [Bug] USB 3.1 Gen2 works as 5Gbps (LP: #1720045) + - xhci: set missing SuperSpeedPlus Link Protocol bit in roothub descriptor + + * Please make linux-libc-dev Provide: aufs-dev (LP: #1716091) + - [Packaging] Add aufs-dev to the Provides: for linux-libc-dev + + * Upgrade to 4.13.0-11.12 in artful amd64 VM breaks display on wayland + (LP: #1718679) + - [Config] CONFIG_DRM_VBOXVIDEO=n + + * ipmmu-vmsa driver breaks arm64 boots (LP: #1718734) + - [Config] Disable CONFIG_IPMMU_VMSA on arm64 + + * autopkgtest profile fails to build on armhf (LP: #1717920) + - [Packaging] autopkgtest -- disable d-i when dropping flavours + + * Miscellaneous Ubuntu changes + - [Config] CONFIG_I2C_XLP9XX=m + - [Packaging] Use SRCPKGNAME rather than hard-coding the source package name + + [ Upstream Kernel Changes ] + + * Rebase to v4.14-rc2 + + -- Seth Forshee Fri, 29 Sep 2017 09:09:11 -0400 + +linux (4.14.0-0.1) artful; urgency=low + + * Miscellaneous Ubuntu changes + - Disable vbox build + - Disable hio build + - Disable zfs build + + [ Upstream Kernel Changes ] + + * Rebase to v4.14-rc1 + + -- Seth Forshee Tue, 19 Sep 2017 20:22:29 -0500 + +linux (4.13.0-11.12) artful; urgency=low + + * linux: 4.13.0-11.12 -proposed tracker (LP: #1716699) + + * kernel panic -not syncing: Fatal exception: panic_on_oops (LP: #1708399) + - s390/mm: fix local TLB flushing vs. detach of an mm address space + - s390/mm: fix race on mm->context.flush_mm + + * CVE-2017-1000251 + - Bluetooth: Properly check L2CAP config option output buffer length + + -- Seth Forshee Tue, 12 Sep 2017 10:18:38 -0500 + +linux (4.13.0-10.11) artful; urgency=low + + * linux: 4.13.0-10.11 -proposed tracker (LP: #1716287) + + * please add aufs-dkms to the Provides: for the kernel packages (LP: #1716093) + - [Packaging] Add aufs-dkms to the Provides: for kernel packages + + * Artful update to v4.13.1 stable release (LP: #1716284) + - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard + - USB: serial: option: add support for D-Link DWM-157 C1 + - usb: Add device quirk for Logitech HD Pro Webcam C920-C + - usb:xhci:Fix regression when ATI chipsets detected + - USB: musb: fix external abort on suspend + - ANDROID: binder: add padding to binder_fd_array_object. + - ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES. + - USB: core: Avoid race of async_completed() w/ usbdev_release() + - staging/rts5208: fix incorrect shift to extract upper nybble + - staging: ccree: save ciphertext for CTS IV + - staging: fsl-dpaa2/eth: fix off-by-one FD ctrl bitmaks + - iio: adc: ti-ads1015: fix incorrect data rate setting update + - iio: adc: ti-ads1015: fix scale information for ADS1115 + - iio: adc: ti-ads1015: enable conversion when CONFIG_PM is not set + - iio: adc: ti-ads1015: avoid getting stale result after runtime resume + - iio: adc: ti-ads1015: don't return invalid value from buffer setup callbacks + - iio: adc: ti-ads1015: add adequate wait time to get correct conversion + - driver core: bus: Fix a potential double free + - HID: wacom: Do not completely map WACOM_HID_WD_TOUCHRINGSTATUS usage + - binder: free memory on error + - crypto: caam/qi - fix compilation with CONFIG_DEBUG_FORCE_WEAK_PER_CPU=y + - crypto: caam/qi - fix compilation with DEBUG enabled + - thunderbolt: Fix reset response_type + - fpga: altera-hps2fpga: fix multiple init of l3_remap_lock + - intel_th: pci: Add Cannon Lake PCH-H support + - intel_th: pci: Add Cannon Lake PCH-LP support + - ath10k: fix memory leak in rx ring buffer allocation + - drm/vgem: Pin our pages for dmabuf exports + - drm/ttm: Fix accounting error when fail to get pages for pool + - drm/dp/mst: Handle errors from drm_atomic_get_private_obj_state() correctly + - rtlwifi: rtl_pci_probe: Fix fail path of _rtl_pci_find_adapter + - Bluetooth: Add support of 13d3:3494 RTL8723BE device + - iwlwifi: pci: add new PCI ID for 7265D + - dlm: avoid double-free on error path in dlm_device_{register,unregister} + - mwifiex: correct channel stat buffer overflows + - MCB: add support for SC31 to mcb-lpc + - s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangs + - drm/nouveau/pci/msi: disable MSI on big-endian platforms by default + - drm/nouveau: Fix error handling in nv50_disp_atomic_commit + - workqueue: Fix flag collision + - ahci: don't use MSI for devices with the silly Intel NVMe remapping scheme + - cs5536: add support for IDE controller variant + - scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZE + - scsi: sg: recheck MMAP_IO request length with lock held + - of/device: Prevent buffer overflow in of_device_modalias() + - rtlwifi: Fix memory leak when firmware request fails + - rtlwifi: Fix fallback firmware loading + - Linux 4.13.1 + + * Kernel has trouble recognizing Corsair Strafe RGB keyboard (LP: #1678477) + - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard + + * SRIOV: warning if unload VFs (LP: #1715073) + - PCI: Disable VF decoding before pcibios_sriov_disable() updates resources + + * [Patch] network-i40e:NVM bug fixes (cherrypick from 4.14) (LP: #1715578) + - i40e: avoid NVM acquire deadlock during NVM update + - i40e: point wb_desc at the nvm_wb_desc during i40e_read_nvm_aq + + * [P9,POwer NV] Perf PMU event : pm_br_2path and pm_ld_miss_l1 is counted + twice when perf stat is done (perf:) (LP: #1714571) + - perf vendor events powerpc: Remove duplicate events + + * Unable to install Ubuntu on the NVMe disk under VMD PCI domain + (LP: #1703339) + - [Config] Include vmd in storage-core-modules udeb + + * 17.10 fails to boot on POWER9 DD2.0 with Deep stop states (LP: #1715064) + - powerpc/powernv: Save/Restore additional SPRs for stop4 cpuidle + - powerpc/powernv: Clear PECE1 in LPCR via stop-api only on Hotplug + - SAUCE: powerpc/powernv: Clear LPCR[PECE1] via stop-api only for deep state + offline + + * Miscellaneous Ubuntu changes + - SAUCE: selftests/seccomp: Support glibc 2.26 siginfo_t.h + - Revert "UBUNTU: SAUCE: Import aufs driver" + - SAUCE: Import aufs driver + + -- Seth Forshee Sun, 10 Sep 2017 17:48:59 -0500 + +linux (4.13.0-9.10) artful; urgency=low + + * linux: 4.13.0-9.10 -proposed tracker (LP: #1715145) + + * EDAC sbridge: Failed to register device with error -22. (LP: #1714112) + - [Config] CONFIG_EDAC_GHES=n + + * Miscellaneous Ubuntu changes + - ubuntu: vbox -- update to 5.1.26-dfsg-2 + + [ Upstream Kernel Changes ] + + * Rebase to v4.13 + + -- Seth Forshee Tue, 05 Sep 2017 07:51:19 -0500 + +linux (4.13.0-8.9) artful; urgency=low + + * snapd 2.27.3+17.10 ADT test failure with linux 4.13.0-6.7 (LP: #1713103) + - SAUCE: apparmor: fix apparmorfs DAC access, permissions + + * enable ARCH_SUNXI (and friends) in arm64 kernel .config (LP: #1701137) + - [Config] Enable CONFIG_ARCH_SUNXI and related options for arm64 + + * [Bug] Harrisonville: pnd2_edac always fail to load on B1 stepping + Harrisonville SDP (LP: #1709257) + - EDAC, pnd2: Build in a minimal sideband driver for Apollo Lake + - EDAC, pnd2: Mask off the lower four bits of a BAR + - EDAC, pnd2: Conditionally unhide/hide the P2SB PCI device to read BAR + - EDAC, pnd2: Properly toggle hidden state for P2SB PCI device + - SAUCE: i2c: i801: Restore the presence state of P2SB PCI device after + reading BAR + + * Miscellaneous Ubuntu changes + - Revert "UBUNTU: SAUCE: Import aufs driver" + - SAUCE: Import aufs driver + - SAUCE: selftests/powerpc: Disable some ptrace selftests + - [Config] CONFIG_CRYPTO_DEV_NITROX_CNN55XX=n for s390x + - [Config] CONFIG_I2C_SLAVE=n for amd64, i386, ppc64el + - [Config] Disable CONFIG_MDIO_* options for s390x + - [Config] CONFIG_SCSI_MQ_DEFAULT=n for s390x + - [Config] Update annotations for 4.13 + + -- Seth Forshee Thu, 31 Aug 2017 14:27:09 -0500 + +linux (4.13.0-7.8) artful; urgency=low + + * linux 4.12.0-11.12 ADT test failure with linux 4.12.0-11.12 (LP: #1710904) + - SAUCE: selftests/powerpc: Use snprintf to construct DSCR sysfs interface + paths + + * Miscellaneous Ubuntu changes + - Revert "UBUNTU: SAUCE: seccomp: log actions even when audit is disabled" + + * Miscellaneous upstream changes + - seccomp: Provide matching filter for introspection + - seccomp: Sysctl to display available actions + - seccomp: Operation for checking if an action is available + - seccomp: Sysctl to configure actions that are allowed to be logged + - seccomp: Selftest for detection of filter flag support + - seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOW + - seccomp: Action to log before allowing + + [ Upstream Kernel Changes ] + + * Rebase to v4.13-rc7 + + -- Seth Forshee Mon, 28 Aug 2017 08:12:24 -0500 + +linux (4.13.0-6.7) artful; urgency=low + + * HID: multitouch: Support ALPS PTP Stick and Touchpad devices (LP: #1712481) + - SAUCE: HID: multitouch: Support ALPS PTP stick with pid 0x120A + + * sort ABI files with C.UTF-8 locale (LP: #1712345) + - [Packaging] sort ABI files with C.UTF-8 locale + + * igb: Support using Broadcom 54616 as PHY (LP: #1712024) + - SAUCE: igb: add support for using Broadcom 54616 as PHY + + * RPT related fixes missing in Ubuntu 16.04.3 (LP: #1709220) + - powerpc/mm/radix: Improve _tlbiel_pid to be usable for PWC flushes + - powerpc/mm/radix: Improve TLB/PWC flushes + - powerpc/mm/radix: Avoid flushing the PWC on every flush_tlb_range + + * Linux 4.12 refuses to load self-signed modules under Secure Boot with + properly enrolled keys (LP: #1712168) + - SAUCE: (efi-lockdown) MODSIGN: Fix module signature verification + + * [17.10 FEAT] Enable NVMe driver - kernel (LP: #1708432) + - [Config] CONFIG_BLK_DEV_NVME=m for s390 + + * Artful: 4.12.0-11.12: Boot panic in vlv2_plat_configure_clock+0x3b/0xa0 + (LP: #1711298) + - [Config] CONFIG_INTEL_ATOMISP=n + + * Miscellaneous Ubuntu changes + - SAUCE: apparmor: af_unix mediation + + * Miscellaneous upstream changes + - apparmor: Fix shadowed local variable in unpack_trans_table() + - apparmor: Fix logical error in verify_header() + - apparmor: Fix an error code in aafs_create() + - apparmor: Redundant condition: prev_ns. in [label.c:1498] + - apparmor: add the ability to mediate signals + - apparmor: add mount mediation + - apparmor: cleanup conditional check for label in label_print + - apparmor: add support for absolute root view based labels + - apparmor: make policy_unpack able to audit different info messages + - apparmor: add more debug asserts to apparmorfs + - apparmor: add base infastructure for socket mediation + - apparmor: move new_null_profile to after profile lookup fns() + - apparmor: fix race condition in null profile creation + - apparmor: ensure unconfined profiles have dfas initialized + - apparmor: fix incorrect type assignment when freeing proxies + + [ Upstream Kernel Changes ] + + * Rebase to v4.13-rc6 + + -- Seth Forshee Wed, 23 Aug 2017 08:10:38 -0500 + +linux (4.13.0-5.6) artful; urgency=low + + * Ubuntu17.10 - perf: Update Power9 PMU event JSON files (LP: #1708630) + - perf pmu-events: Support additional POWER8+ PVR in mapfile + - perf vendor events: Add POWER9 PMU events + - perf vendor events: Add POWER9 PVRs to mapfile + - SAUCE: perf vendor events powerpc: remove suffix in mapfile + - SAUCE: perf vendor events powerpc: Update POWER9 events + + * Disable CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE (LP: #1709171) + - [Config] CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE=n for ppc64el + + * Please only recommend or suggest initramfs-tools | linux-initramfs-tool for + kernels able to boot without initramfs (LP: #1700972) + - [Debian] Don't depend on initramfs-tools + + * Miscellaneous Ubuntu changes + - SAUCE: Import aufs driver + - SAUCE: aufs -- Add missing argument to loop_switch() call + - [Config] Enable aufs + - SAUCE: (noup) Update spl to 0.6.5.11-ubuntu1, zfs to 0.6.5.11-1ubuntu3 + - Enable zfs build + - SAUCE: powerpc: Always initialize input array when calling epapr_hypercall() + - [Packaging] switch up to debhelper 9 + + [ Upstream Kernel Changes ] + + * Rebase to v4.13-rc5 + + -- Seth Forshee Tue, 15 Aug 2017 09:24:16 -0500 + +linux (4.13.0-4.5) artful; urgency=low + + * Lenovo Yoga 910 Sensors (LP: #1708120) + - SAUCE: (no-up) HID: Add quirk for Lenovo Yoga 910 with ITE Chips + + * Unable to install Ubuntu on the NVMe disk under VMD PCI domain + (LP: #1703339) + - [Config] Add vmd driver to generic inclusion list + + * Set CONFIG_SATA_HIGHBANK=y on armhf (LP: #1703430) + - [Config] CONFIG_SATA_HIGHBANK=y + + * Miscellaneous Ubuntu changes + - ubuntu: vbox -- update to 5.1.26-dfsg-1 + - SAUCE: hio: Build fixes for 4.13 + - Enable hio build + - SAUCE: (noup) Update spl to 0.6.5.11-1, zfs to 0.6.5.11-1ubuntu1 + - [debian] use all rather than amd64 dkms debs for sync + + [ Upstream Kernel Changes ] + + * Rebase to v4.13-rc4 + + -- Seth Forshee Tue, 08 Aug 2017 11:31:48 -0500 + +linux (4.13.0-3.4) artful; urgency=low + + * Adt tests of src:linux time out often on armhf lxc containers (LP: #1705495) + - [Packaging] tests -- reduce rebuild test to one flavour + - [Packaging] tests -- reduce rebuild test to one flavour -- use filter + + * snapd 2.26.8+17.10 ADT test failure with linux 4.12.0-6.7 (LP: #1704158) + - SAUCE: virtio_net: Revert mergeable buffer handling rework + + [ Upstream Kernel Changes ] + + * Rebase to v4.13-rc3 + + -- Seth Forshee Mon, 31 Jul 2017 10:08:16 -0500 + +linux (4.13.0-2.3) artful; urgency=low + + * Change CONFIG_IBMVETH to module (LP: #1704479) + - [Config] CONFIG_IBMVETH=m + + [ Upstream Kernel Changes ] + + * Rebase to v4.13-rc2 + + -- Seth Forshee Mon, 24 Jul 2017 13:58:08 -0500 + +linux (4.13.0-1.2) artful; urgency=low + + * Miscellaneous Ubuntu changes + - [Debian] Support sphinx-based kernel documentation + + -- Seth Forshee Thu, 20 Jul 2017 09:18:33 -0500 + +linux (4.13.0-0.1) artful; urgency=low + + * Miscellaneous Ubuntu changes + - Disable hio + - Disable zfs build + - ubuntu: vbox -- update to 5.1.24-dfsg-1 + + [ Upstream Kernel Changes ] + + * Rebase to v4.13-rc1 + + -- Seth Forshee Wed, 19 Jul 2017 15:09:31 -0500 + +linux (4.12.0-7.8) artful; urgency=low + + * ThunderX: soft lockup on 4.8+ kernels when running qemu-efi with vhost=on + (LP: #1673564) + - arm64: Add a facility to turn an ESR syndrome into a sysreg encoding + - KVM: arm/arm64: vgic-v3: Add accessors for the ICH_APxRn_EL2 registers + - KVM: arm64: Make kvm_condition_valid32() accessible from EL2 + - KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2 + - KVM: arm64: vgic-v3: Add ICV_BPR1_EL1 handler + - KVM: arm64: vgic-v3: Add ICV_IGRPEN1_EL1 handler + - KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler + - KVM: arm64: vgic-v3: Add ICV_EOIR1_EL1 handler + - KVM: arm64: vgic-v3: Add ICV_AP1Rn_EL1 handler + - KVM: arm64: vgic-v3: Add ICV_HPPIR1_EL1 handler + - KVM: arm64: vgic-v3: Enable trapping of Group-1 system registers + - KVM: arm64: Enable GICv3 Group-1 sysreg trapping via command-line + - KVM: arm64: vgic-v3: Add ICV_BPR0_EL1 handler + - KVM: arm64: vgic-v3: Add ICV_IGNREN0_EL1 handler + - KVM: arm64: vgic-v3: Add misc Group-0 handlers + - KVM: arm64: vgic-v3: Enable trapping of Group-0 system registers + - KVM: arm64: Enable GICv3 Group-0 sysreg trapping via command-line + - arm64: Add MIDR values for Cavium cn83XX SoCs + - arm64: Add workaround for Cavium Thunder erratum 30115 + - KVM: arm64: vgic-v3: Add ICV_DIR_EL1 handler + - KVM: arm64: vgic-v3: Add ICV_RPR_EL1 handler + - KVM: arm64: vgic-v3: Add ICV_CTLR_EL1 handler + - KVM: arm64: vgic-v3: Add ICV_PMR_EL1 handler + - KVM: arm64: Enable GICv3 common sysreg trapping via command-line + - KVM: arm64: vgic-v3: Log which GICv3 system registers are trapped + - KVM: arm64: Log an error if trapping a read-from-write-only GICv3 access + - KVM: arm64: Log an error if trapping a write-to-read-only GICv3 access + + * hns: under heavy load, NIC may fail and require reboot (LP: #1704146) + - net: hns: Bugfix for Tx timeout handling in hns driver + + * New ACPI identifiers for ThunderX SMMU (LP: #1703437) + - iommu/arm-smmu: Plumb in new ACPI identifiers + + * Transparent hugepages should default to enabled=madvise (LP: #1703742) + - SAUCE: use CONFIG_TRANSPARENT_HUGEPAGE_MADVISE=y as default + + * Artful update to v4.12.1 stable release (LP: #1703858) + - driver core: platform: fix race condition with driver_override + - RDMA/uverbs: Check port number supplied by user verbs cmds + - usb: dwc3: replace %p with %pK + - USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stick + - usb: usbip: set buffer pointers to NULL after free + - Add USB quirk for HVR-950q to avoid intermittent device resets + - usb: Fix typo in the definition of Endpoint[out]Request + - USB: core: fix device node leak + - USB: serial: option: add two Longcheer device ids + - USB: serial: qcserial: new Sierra Wireless EM7305 device ID + - xhci: Limit USB2 port wake support for AMD Promontory hosts + - gfs2: Fix glock rhashtable rcu bug + - Add "shutdown" to "struct class". + - tpm: Issue a TPM2_Shutdown for TPM2 devices. + - tpm: fix a kernel memory leak in tpm-sysfs.c + - powerpc/powernv: Fix CPU_HOTPLUG=n idle.c compile error + - x86/uaccess: Optimize copy_user_enhanced_fast_string() for short strings + - sched/fair, cpumask: Export for_each_cpu_wrap() + - sched/core: Implement new approach to scale select_idle_cpu() + - sched/numa: Use down_read_trylock() for the mmap_sem + - sched/numa: Override part of migrate_degrades_locality() when idle balancing + - sched/fair: Simplify wake_affine() for the single socket case + - sched/numa: Implement NUMA node level wake_affine() + - sched/fair: Remove effective_load() + - sched/numa: Hide numa_wake_affine() from UP build + - xen: avoid deadlock in xenbus driver + - crypto: drbg - Fixes panic in wait_for_completion call + - Linux 4.12.1 + + * cxlflash update request in the Xenial SRU stream (LP: #1702521) + - scsi: cxlflash: Combine the send queue locks + - scsi: cxlflash: Update cxlflash_afu_sync() to return errno + - scsi: cxlflash: Reset hardware queue context via specified register + - scsi: cxlflash: Schedule asynchronous reset of the host + - scsi: cxlflash: Handle AFU sync failures + - scsi: cxlflash: Track pending scsi commands in each hardware queue + - scsi: cxlflash: Flush pending commands in cleanup path + - scsi: cxlflash: Add scsi command abort handler + - scsi: cxlflash: Create character device to provide host management interface + - scsi: cxlflash: Separate AFU internal command handling from AFU sync + specifics + - scsi: cxlflash: Introduce host ioctl support + - scsi: cxlflash: Refactor AFU capability checking + - scsi: cxlflash: Support LUN provisioning + - scsi: cxlflash: Support AFU debug + - scsi: cxlflash: Support WS16 unmap + - scsi: cxlflash: Remove zeroing of private command data + - scsi: cxlflash: Update TMF command processing + - scsi: cxlflash: Avoid double free of character device + - scsi: cxlflash: Update send_tmf() parameters + - scsi: cxlflash: Update debug prints in reset handlers + + * make snap-pkg support (LP: #1700747) + - make snap-pkg support + + * Quirk for non-compliant PCI bridge on HiSilicon D05 board (LP: #1698706) + - SAUCE: PCI: Support hibmc VGA cards behind a misbehaving HiSilicon bridge + + * arm64: fix crash reading /proc/kcore (LP: #1702749) + - fs/proc: kcore: use kcore_list type to check for vmalloc/module address + - arm64: mm: select CONFIG_ARCH_PROC_KCORE_TEXT + + * Opal and POWER9 DD2 (LP: #1702159) + - SAUCE: powerpc/powernv: Tell OPAL about our MMU mode on POWER9 + + * Data corruption with hio driver (LP: #1701316) + - SAUCE: hio: Fix incorrect use of enum req_opf values + + * Miscellaneous Ubuntu changes + - SAUCE: (noup) Update spl to 0.6.5.10-1, zfs to 0.6.5.10-1ubuntu2 + - snapcraft.yaml: Sync with xenial + - [Config] CONFIG_CAVIUM_ERRATUM_30115=y + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and + MokSBState" + + -- Seth Forshee Fri, 14 Jul 2017 15:25:41 -0500 + +linux (4.12.0-6.7) artful; urgency=low + + * update ENA driver to 1.2.0k from net-next (LP: #1701575) + - net: ena: change return value for unsupported features unsupported return + value + - net: ena: add hardware hints capability to the driver + - net: ena: change sizeof() argument to be the type pointer + - net: ena: add reset reason for each device FLR + - net: ena: add support for out of order rx buffers refill + - net: ena: allow the driver to work with small number of msix vectors + - net: ena: use napi_schedule_irqoff when possible + - net: ena: separate skb allocation to dedicated function + - net: ena: use lower_32_bits()/upper_32_bits() to split dma address + - net: ena: update driver's rx drop statistics + - net: ena: update ena driver to version 1.2.0 + + * APST gets enabled against explicit kernel option (LP: #1699004) + - nvme: explicitly disable APST on quirked devices + + * Miscellaneous Ubuntu changes + - SAUCE: hio: Update to Huawei ES3000_V2 (2.1.0.40) + - SAUCE: hio updates for 4.12 + - SAUCE: Enable hio build + + -- Seth Forshee Wed, 05 Jul 2017 14:23:20 -0500 + +linux (4.12.0-5.6) artful; urgency=low + + * ERAT invalidate on context switch removal (LP: #1700819) + - powerpc: Only do ERAT invalidate on radix context switch on P9 DD1 + + * powerpc: Invalidate ERAT on powersave wakeup for POWER9 (LP: #1700521) + - SAUCE: powerpc: Invalidate ERAT on powersave wakeup for POWER9 + + * Miscellaneous Ubuntu changes + - d-i: Move qcom-emac from arm64 to shared nic-modules + + [ Upstream Kernel Changes ] + + * Rebase to v4.12 + + -- Seth Forshee Mon, 03 Jul 2017 07:52:02 -0500 + +linux (4.12.0-4.5) artful; urgency=low + + * aacraid driver may return uninitialized stack data to userspace + (LP: #1700077) + - SAUCE: scsi: aacraid: Don't copy uninitialized stack memory to userspace + + * KILLER1435-S[0489:e0a2] BT cannot search BT 4.0 device (LP: #1699651) + - Bluetooth: btusb: Add support for 0489:e0a2 QCA_ROME device + + * AACRAID for power9 platform (LP: #1689980) + - scsi: aacraid: Remove __GFP_DMA for raw srb memory + - scsi: aacraid: Fix DMAR issues with iommu=pt + - scsi: aacraid: Added 32 and 64 queue depth for arc natives + - scsi: aacraid: Set correct Queue Depth for HBA1000 RAW disks + - scsi: aacraid: Remove reset support from check_health + - scsi: aacraid: Change wait time for fib completion + - scsi: aacraid: Log count info of scsi cmds before reset + - scsi: aacraid: Print ctrl status before eh reset + - scsi: aacraid: Using single reset mask for IOP reset + - scsi: aacraid: Rework IOP reset + - scsi: aacraid: Add periodic checks to see IOP reset status + - scsi: aacraid: Rework SOFT reset code + - scsi: aacraid: Rework aac_src_restart + - scsi: aacraid: Use correct function to get ctrl health + - scsi: aacraid: Make sure ioctl returns on controller reset + - scsi: aacraid: Enable ctrl reset for both hba and arc + - scsi: aacraid: Add reset debugging statements + - scsi: aacraid: Remove reference to Series-9 + - scsi: aacraid: Update driver version to 50834 + + * hibmc driver does not include "pci:" prefix in bus ID (LP: #1698700) + - SAUCE: drm: hibmc: Use set_busid function from drm core + + * HiSilicon D05: installer doesn't appear on VGA (LP: #1698954) + - d-i: Add hibmc-drm to kernel-image udeb + + * Fix /proc/cpuinfo revision for POWER9 DD2 (LP: #1698844) + - SAUCE: powerpc: Fix /proc/cpuinfo revision for POWER9 DD2 + + * Miscellaneous Ubuntu changes + - [Config] CONFIG_SATA_MV=n and CONFIG_GENERIC_PHY=n for s390x + - [Config] CONFIG_ATA=n for s390x + - [Config] Update annotations for 4.12 + + [ Upstream Kernel Changes ] + + * Rebase to v4.12-rc7 + + -- Seth Forshee Mon, 26 Jun 2017 11:27:29 -0500 + +linux (4.12.0-3.4) artful; urgency=low + + * Miscellaneous upstream changes + - ufs: fix the logics for tail relocation + + [ Upstream Kernel Changes ] + + * Rebase to v4.12-rc6 + + -- Seth Forshee Mon, 19 Jun 2017 14:50:39 -0500 + +linux (4.12.0-2.3) artful; urgency=low + + * CVE-2014-9900 + - SAUCE: (no-up) net: Zeroing the structure ethtool_wolinfo in + ethtool_get_wol() + + * System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen) + (LP: #1671360) + - pinctrl/amd: Use regular interrupt instead of chained + + * extend-diff-ignore should use exact matches (LP: #1693504) + - [Packaging] exact extend-diff-ignore matches + + * Miscellaneous Ubuntu changes + - SAUCE: efi: Don't print secure boot state from the efi stub + - ubuntu: vbox -- Update to 5.1.22-dfsg-1 + - SAUCE: vbox fixes for 4.12 + - Re-enable virtualbox build + - [Config] CONFIG_ORANGEFS_FS=m + - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu2, zfs to 0.6.5.9-5ubuntu7 + - Enable zfs build + + [ Upstream Kernel Changes ] + + * Rebase to v4.12-rc4 + * Rebase to v4.12-rc5 + + -- Seth Forshee Sun, 11 Jun 2017 22:25:13 -0500 + +linux (4.12.0-1.2) artful; urgency=low + + * Enable Matrox driver for Ubuntu 16.04.3 (LP: #1693337) + - [Config] Enable CONFIG_DRM_MGAG200 as module + + * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319) + - [Config] CONFIG_LIBIO=y on arm64 only + - SAUCE: LIBIO: Introduce a generic PIO mapping method + - SAUCE: OF: Add missing I/O range exception for indirect-IO devices + - [Config] CONFIG_HISILICON_LPC=y + - SAUCE: LPC: Support the device-tree LPC host on Hip06/Hip07 + - SAUCE: LIBIO: Support the dynamically logical PIO registration of ACPI host + I/O + - SAUCE: LPC: Add the ACPI LPC support + - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts + - SAUCE: PCI: Restore codepath for !CONFIG_LIBIO + + * POWER9: Additional patches for TTY and CPU_IDLE (LP: #1674325) + - SAUCE: tty: Fix ldisc crash on reopened tty + + * Miscellaneous Ubuntu changes + - [Debian] Add build-dep on libnuma-dev to enable 'perf bench numa' + - Rebase to v4.12-rc3 + + [ Upstream Kernel Changes ] + + * Rebase to v4.12-rc3 + + -- Seth Forshee Mon, 29 May 2017 20:56:29 -0500 + +linux (4.12.0-0.1) artful; urgency=low + + * please enable CONFIG_ARM64_LSE_ATOMICS (LP: #1691614) + - [Config] CONFIG_ARM64_LSE_ATOMICS=y + + * [Regression] NUMA_BALANCING disabled on arm64 (LP: #1690914) + - [Config] CONFIG_NUMA_BALANCING{,_DEFAULT_ENABLED}=y on arm64 + + * exec'ing a setuid binary from a threaded program sometimes fails to setuid + (LP: #1672819) + - SAUCE: exec: ensure file system accounting in check_unsafe_exec is correct + + * Miscellaneous Ubuntu changes + - Update find-missing-sauce.sh to compare to artful + - Update dropped.txt + - SAUCE: (efi-lockdown) efi: Add EFI_SECURE_BOOT bit + - SAUCE: (efi-lockdown) Add the ability to lock down access to the running + kernel image + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot + mode + - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down + - SAUCE: (efi-lockdown) Restrict /dev/mem and /dev/kmem when the kernel is + locked down + - SAUCE: (efi-lockdown) Add a sysrq option to exit secure boot mode + - SAUCE: (efi-lockdown) kexec: Disable at runtime if the kernel is locked down + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec + reboot + - SAUCE: (efi-lockdown) kexec_file: Disable at runtime if securelevel has been + set + - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked + down + - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is + locked down + - SAUCE: (efi-lockdown) x86: Restrict MSR access when the kernel is locked + down + - SAUCE: (efi-lockdown) asus-wmi: Restrict debugfs interface when the kernel + is locked down + - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel + has been locked down + - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is + locked down + - SAUCE: (efi-lockdown) Enable cold boot attack mitigation + - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the + kernel is locked down + - SAUCE: (efi-lockdown) scsi: Lock down the eata driver + - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked + down + - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL + - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to + secondary keyring + - SAUCE: (efi-lockdown) efi: Add EFI signature data types + - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser + - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot + - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - SAUCE: (efi-lockdown) efi: Add secure_boot state and status bit for + MokSBState + - SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and MokSBState + - [Config] Set values for UEFI secure boot lockdown options + - Disable virtualbox build + - Disable hio build + - SAUCE: securityfs: Replace CURRENT_TIME with current_time() + - Disable zfs build + - [Debian] Work out upstream tag for use with gen-auto-reconstruct + - SAUCE: Import aufs driver + - SAUCE: aufs -- Include linux/mm.h in fs/aufs/file.h + - [Config] Enable aufs + - SAUCE: perf callchain: Include errno.h on x86 unconditinally + + [ Upstream Kernel Changes ] + + * Rebase to v4.12-rc2 + + -- Seth Forshee Sun, 21 May 2017 23:44:44 -0500 + +linux (4.11.0-3.8) artful; urgency=low + + [ Seth Forshee ] + + * Release Tracking Bug + - LP: #1690999 + + * apparmor_parser hangs indefinitely when called by multiple threads + (LP: #1645037) + - SAUCE: apparmor: fix lock ordering for mkdir + + * apparmor leaking securityfs pin count (LP: #1660846) + - SAUCE: apparmor: fix leak on securityfs pin count + + * apparmor reference count leak when securityfs_setup_d_inode\ () fails + (LP: #1660845) + - SAUCE: apparmor: fix reference count leak when securityfs_setup_d_inode() + fails + + * apparmor not checking error if security_pin_fs() fails (LP: #1660842) + - SAUCE: apparmor: fix not handling error case when securityfs_pin_fs() fails + + * libvirt profile is blocking global setrlimit despite having no rlimit rule + (LP: #1679704) + - SAUCE: apparmor: fix complain mode failure for rlimit mediation + - apparmor: update auditing of rlimit check to provide capability information + + * apparmor: does not provide a way to detect policy updataes (LP: #1678032) + - SAUCE: apparmor: add policy revision file interface + + * apparmor does not make support of query data visible (LP: #1678023) + - SAUCE: apparmor: add label data availability to the feature set + + * apparmor query interface does not make supported query info available + (LP: #1678030) + - SAUCE: apparmor: add information about the query inteface to the feature set + + * change_profile incorrect when using namespaces with a compound stack + (LP: #1677959) + - SAUCE: apparmor: fix label parse for stacked labels + + * Regression in 4.4.0-65-generic causes very frequent system crashes + (LP: #1669611) + - apparmor: sync of apparmor 3.6+ (17.04) + + * Artful update to 4.11.1 stable release (LP: #1690814) + - dm ioctl: prevent stack leak in dm ioctl call + - drm/sti: fix GDP size to support up to UHD resolution + - power: supply: lp8788: prevent out of bounds array access + - brcmfmac: Ensure pointer correctly set if skb data location changes + - brcmfmac: Make skb header writable before use + - sparc64: fix fault handling in NGbzero.S and GENbzero.S + - refcount: change EXPORT_SYMBOL markings + - net: macb: fix phy interrupt parsing + - tcp: fix access to sk->sk_state in tcp_poll() + - geneve: fix incorrect setting of UDP checksum flag + - bpf: enhance verifier to understand stack pointer arithmetic + - bpf, arm64: fix jit branch offset related to ldimm64 + - tcp: fix wraparound issue in tcp_lp + - net: ipv6: Do not duplicate DAD on link up + - net: usb: qmi_wwan: add Telit ME910 support + - tcp: do not inherit fastopen_req from parent + - ipv4, ipv6: ensure raw socket message is big enough to hold an IP header + - rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string + - ipv6: initialize route null entry in addrconf_init() + - ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf + - tcp: randomize timestamps on syncookies + - bnxt_en: allocate enough space for ->ntp_fltr_bmap + - bpf: don't let ldimm64 leak map addresses on unprivileged + - net: mdio-mux: bcm-iproc: call mdiobus_free() in error path + - f2fs: sanity check segment count + - xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..." + - xen: Revert commits da72ff5bfcb0 and 72a9b186292d + - block: get rid of blk_integrity_revalidate() + - Linux 4.11.1 + + * Module signing exclusion for staging drivers does not work properly + (LP: #1690908) + - SAUCE: Fix module signing exclusion in package builds + + * perf: qcom: Add L3 cache PMU driver (LP: #1689856) + - [Config] CONFIG_QCOM_L3_PMU=y + - perf: qcom: Add L3 cache PMU driver + + * No PMU support for ACPI-based arm64 systems (LP: #1689661) + - drivers/perf: arm_pmu: rework per-cpu allocation + - drivers/perf: arm_pmu: manage interrupts per-cpu + - drivers/perf: arm_pmu: split irq request from enable + - drivers/perf: arm_pmu: remove pointless PMU disabling + - drivers/perf: arm_pmu: define armpmu_init_fn + - drivers/perf: arm_pmu: fold init into alloc + - drivers/perf: arm_pmu: factor out pmu registration + - drivers/perf: arm_pmu: simplify cpu_pmu_request_irqs() + - drivers/perf: arm_pmu: handle no platform_device + - drivers/perf: arm_pmu: rename irq request/free functions + - drivers/perf: arm_pmu: split cpu-local irq request/free + - drivers/perf: arm_pmu: move irq request/free into probe + - drivers/perf: arm_pmu: split out platform device probe logic + - arm64: add function to get a cpu's MADT GICC table + - [Config] CONFIG_ARM_PMU_ACPI=y + - drivers/perf: arm_pmu: add ACPI framework + - arm64: pmuv3: handle !PMUv3 when probing + - arm64: pmuv3: use arm_pmu ACPI framework + + * Fix NVLINK2 TCE route (LP: #1690155) + - powerpc/powernv: Fix TCE kill on NVLink2 + + * CVE-2017-0605 + - tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline() + + * Miscellaneous Ubuntu changes + - [Config] Restore powerpc arch to annotations file + - [Config] Disable runtime testing modules + - [Config] Disable drivers not needed on s390x + - [Config] Update annotations for 4.11 + - [Config] updateconfigs after apparmor updates + + * Miscellaneous upstream changes + - apparmor: use SHASH_DESC_ON_STACK + - apparmor: fix invalid reference to index variable of iterator line 836 + - apparmor: fix parameters so that the permission test is bypassed at boot + - apparmor: Make path_max parameter readonly + - apparmorfs: Combine two function calls into one in aa_fs_seq_raw_abi_show() + - apparmorfs: Use seq_putc() in two functions + - apparmor: provide information about path buffer size at boot + - apparmor: add/use fns to print hash string hex value + + -- Seth Forshee Tue, 16 May 2017 00:39:13 -0500 + +linux (4.11.0-2.7) artful; urgency=low + + * kernel-wedge fails in artful due to leftover squashfs-modules d-i files + (LP: #1688259) + - Remove squashfs-modules files from d-i + - [Config] as squashfs-modules is builtin kernel-image must Provides: it + + * [Zesty] d-i: replace msm_emac with qcom_emac (LP: #1677297) + - Revert "UBUNTU: d-i: initrd needs msm_emac on amberwing platform." + - d-i: initrd needs qcom_emac on amberwing platform. + + * update for V3 kernel bits and improved multiple fan slice support + (LP: #1470091) + - SAUCE: fan: tunnel multiple mapping mode (v3) + + * Miscellaneous Ubuntu changes + - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu1, zfs to 0.6.5.9-5ubuntu5 + - Enable zfs + - SAUCE: fan: add VXLAN implementation + - SAUCE: (efi-lockdown) efi: Add EFI_SECURE_BOOT bit + - SAUCE: (efi-lockdown) Add the ability to lock down access to the running + kernel image + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot + mode + - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down + - SAUCE: (efi-lockdown) Restrict /dev/mem and /dev/kmem when the kernel is + locked down + - SAUCE: (efi-lockdown) Add a sysrq option to exit secure boot mode + - SAUCE: (efi-lockdown) kexec: Disable at runtime if the kernel is locked down + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec + reboot + - SAUCE: (efi-lockdown) kexec_file: Disable at runtime if securelevel has been + set + - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked + down + - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is + locked down + - SAUCE: (efi-lockdown) x86: Restrict MSR access when the kernel is locked + down + - SAUCE: (efi-lockdown) asus-wmi: Restrict debugfs interface when the kernel + is locked down + - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel + has been locked down + - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is + locked down + - SAUCE: (efi-lockdown) Enable cold boot attack mitigation + - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the + kernel is locked down + - SAUCE: (efi-lockdown) scsi: Lock down the eata driver + - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked + down + - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL + - SAUCE: (efi-lockdown) Add EFI signature data types + - SAUCE: (efi-lockdown) Add an EFI signature blob parser and key loader. + - SAUCE: (efi-lockdown) KEYS: Add a system blacklist keyring + - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot + - SAUCE: (efi-lockdown) MODSIGN: Support not importing certs from db + - SAUCE: (efi-lockdown) MODSIGN: Don't try secure boot if EFI runtime is + disabled + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - SAUCE: (efi-lockdown) efi: Add secure_boot state and status bit for + MokSBState + - SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and MokSBState + - [Config] Set values for UEFI secure boot lockdown options + - Update dropped.txt + + [ Upstream Kernel Changes ] + + * rebase to v4.11 + + -- Seth Forshee Fri, 05 May 2017 07:43:14 -0500 + +linux (4.11.0-1.6) artful; urgency=low + + * Miscellaneous Ubuntu changes + - [Debian] Use default compression for all packages + - SAUCE: (namespace) block_dev: Support checking inode permissions in + lookup_bdev() + - SAUCE: (namespace) block_dev: Check permissions towards block device inode + when mounting + - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode + when mounting + - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes + - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root + - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb() + - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set + security.* xattrs + - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw + filesystems + - SAUCE: (namespace) fuse: Add support for pid namespaces + - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns + - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace + or a descendant + - SAUCE: (namespace) fuse: Allow user namespace mounts + - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user + namespaces + - SAUCE: (namespace) evm: Don't update hmacs in user ns mounts + - SAUCE: (namespace) ext4: Add module parameter to enable user namespace + mounts + - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is + opened for writing + + -- Seth Forshee Wed, 26 Apr 2017 10:08:29 -0500 + +linux (4.11.0-0.5) artful; urgency=low + + * [Hyper-V][SAUCE] pci-hyperv: Use only 16 bit integer for PCI domain + (LP: #1684971) + - SAUCE: pci-hyperv: Use only 16 bit integer for PCI domain + + * [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based Backups + (LP: #1470250) + - SAUCE: Tools: hv: vss: Thaw the filesystem and continue after freeze fails + + * Enable virtual scsi server driver for Power (LP: #1615665) + - SAUCE: Return TCMU-generated sense data to fabric module + + * include/linux/security.h header syntax error with !CONFIG_SECURITYFS + (LP: #1630990) + - SAUCE: (no-up) include/linux/security.h -- fix syntax error with + CONFIG_SECURITYFS=n + + * Miscellaneous Ubuntu changes + - SAUCE: Import aufs driver + - [Config] Enable aufs + - [Debian] Add script to update virtualbox + - ubuntu: vbox -- Update to 5.1.20-dfsg-2 + - Enable vbox + - SAUCE: aufs -- Include linux/mm.h in fs/aufs/file.h + + [ Upstream Kernel Changes ] + + * rebase to v4.11-rc8 + + -- Seth Forshee Tue, 25 Apr 2017 13:42:54 -0500 + +linux (4.11.0-0.4) zesty; urgency=low + + * POWER9: Improve performance on memory management (LP: #1681429) + - SAUCE: powerpc/mm/radix: Don't do page walk cache flush when doing full mm + flush + - SAUCE: powerpc/mm/radix: Remove unnecessary ptesync + + * Miscellaneous Ubuntu changes + - find-missing-sauce.sh + + [ Upstream Kernel Changes ] + + * rebase to v4.11-rc7 + + -- Seth Forshee Tue, 18 Apr 2017 08:19:43 -0500 + +linux (4.11.0-0.3) zesty; urgency=low + + * Disable CONFIG_HVC_UDBG on ppc64el (LP: #1680888) + - [Config] Disable CONFIG_HVC_UDBG on ppc64el + + * smartpqi driver needed in initram disk and installer (LP: #1680156) + - [Config] Add smartpqi to d-i + + * Disable CONFIG_SECURITY_SELINUX_DISABLE (LP: #1680315) + - [Config] CONFIG_SECURITY_SELINUX_DISABLE=n + + * Miscellaneous Ubuntu changes + - [Config] flash-kernel should be a Breaks + - [Config] drop the info directory + - [Config] drop NOTES as obsolete + - [Config] drop changelog.historical as obsolete + - rebase to v4.11-rc6 + + [ Upstream Kernel Changes ] + + * rebase to v4.11-rc6 + + -- Tim Gardner Tue, 11 Apr 2017 07:16:52 -0600 + +linux (4.11.0-0.2) zesty; urgency=low + + [ Upstream Kernel Changes ] + + * rebase to v4.11-rc5 + + -- Tim Gardner Mon, 03 Apr 2017 08:26:07 +0100 + +linux (4.11.0-0.1) zesty; urgency=low + + [ Upstream Kernel Changes ] + + * rebase to v4.11-rc4 + - LP: #1591053 + + -- Tim Gardner Mon, 20 Mar 2017 05:15:32 -0600 + +linux (4.11.0-0.0) zesty; urgency=low + + * dummy entry + + -- Tim Gardner Mon, 20 Mar 2017 05:15:32 -0600 --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency-hwe-6.5/config/README.rst +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency-hwe-6.5/config/README.rst @@ -0,0 +1,185 @@ +================== +Config Annotations +================== + +:Author: Andrea Righi + +Overview +======== + +Each Ubuntu kernel needs to maintain its own .config for each supported +architecture and each flavour. + +Every time a new patch is applied or a kernel is rebased on top of a new +one, we need to update the .config's accordingly (config options can be +added, removed and also renamed). + +So, we need to make sure that some critical config options are always +matching the desired value in order to have a functional kernel. + +State of the art +================ + +At the moment configs are maintained as a set of Kconfig chunks (inside +`debian./config/`): a global one, plus per-arch / per-flavour +chunks. + +In addition to that, we need to maintain also a file called +'annotations'; the purpose of this file is to make sure that some +critical config options are not silently removed or changed when the +real .config is re-generated (for example after a rebase or after +applying a new set of patches). + +The main problem with this approach is that, often, we have duplicate +information that is stored both in the Kconfig chunks *and* in the +annotations files and, at the same time, the whole .config's information +is distributed between Kconfig chunks and annotations, making it hard to +maintain, review and manage in general. + +Proposed solution +================= + +The proposed solution is to store all the config information into the +"annotations" format and get rid of the config chunks (basically the +real .config's can be produced "compiling" annotations). + +Implementation +============== + +To help the management of the annotations an helper script is provided +(`debian/scripts/misc/annotations`): + +``` +usage: annotations [-h] [--version] [--file FILE] [--arch ARCH] [--flavour FLAVOUR] [--config CONFIG] + (--query | --export | --import FILE | --update FILE | --check FILE) + +Manage Ubuntu kernel .config and annotations + +options: + -h, --help show this help message and exit + --version, -v show program's version number and exit + --file FILE, -f FILE Pass annotations or .config file to be parsed + --arch ARCH, -a ARCH Select architecture + --flavour FLAVOUR, -l FLAVOUR + Select flavour (default is "generic") + --config CONFIG, -c CONFIG + Select a specific config option + +Action: + --query, -q Query annotations + --export, -e Convert annotations to .config format + --import FILE, -i FILE + Import a full .config for a specific arch and flavour into annotations + --update FILE, -u FILE + Import a partial .config into annotations (only resync configs specified in FILE) + --check FILE, -k FILE + Validate kernel .config with annotations +``` + +This script allows to query config settings (per arch/flavour/config), +export them into the Kconfig format (generating the real .config files) +and check if the final .config matches the rules defined in the +annotations. + +Examples (annotations is defined as an alias to `debian/scripts/annotations`): + + - Show settings for `CONFIG_DEBUG_INFO_BTF` for master kernel across all the + supported architectures and flavours: + +``` +$ annotations --query --config CONFIG_DEBUG_INFO_BTF +{ + "policy": { + "amd64": "y", + "arm64": "y", + "armhf": "n", + "ppc64el": "y", + "riscv64": "y", + "s390x": "y" + }, + "note": "'Needs newer pahole for armhf'" +} +``` + + - Dump kernel .config for arm64 and flavour generic-64k: + +``` +$ annotations --arch arm64 --flavour generic-64k --export +CONFIG_DEBUG_FS=y +CONFIG_DEBUG_KERNEL=y +CONFIG_COMPAT=y +... +``` + + - Update annotations file with a new kernel .config for amd64 flavour + generic: + +``` +$ annotations --arch amd64 --flavour generic --import build/.config +``` + +Moreover, an additional kernelconfig commands are provided +(via debian/rules targets): + - `migrateconfigs`: automatically merge all the previous configs into + annotations (local changes still need to be committed) + +Annotations headers +=================== + +The main annotations file should contain a header to define the architectures +and flavours that are supported. + +Here is the format of the header for the generic kernel: +``` +# Menu: HEADER +# FORMAT: 4 +# ARCH: amd64 arm64 armhf ppc64el riscv64 s390x +# FLAVOUR: amd64-generic arm64-generic arm64-generic-64k armhf-generic armhf-generic-lpae ppc64el-generic riscv64-generic s390x-generic + +``` + +Example header of a derivative (linux-aws): +``` +# Menu: HEADER +# FORMAT: 4 +# ARCH: amd64 arm64 +# FLAVOUR: amd64-aws arm64-aws +# FLAVOUR_DEP: {'amd64-aws': 'amd64-generic', 'arm64-aws': 'arm64-generic'} + +include "../../debian.master/config/annotations" + +# Below you can define only the specific linux-aws configs that differ from linux generic + +``` + +Pros and Cons +============= + + Pros: + - avoid duplicate information in .config's and annotations + - allow to easily define groups of config settings (for a specific + environment or feature, such as annotations.clouds, annotations.ubuntu, + annotations.snapd, etc.) + - config options are more accessible, easy to change and review + - we can easily document how config options are managed (and external + contributors won't be discouraged anymore when they need to to change a + config option) + + Cons: + - potential regressions: the new tool/scripts can have potential bugs, + so we could experience regressions due to some missed config changes + - kernel team need to understand the new process (even if everything + is transparent, kernel cranking process is the same, there might be + corner cases that need to be addressed and resolved manually) + +TODO +==== + + - Migrate all flavour and arch definitions into annotations (rather + than having this information defined in multiple places inside + debian/scripts); right now this information is "partially" migrated, + meaning that we need to define arches and flavours in the headers + section of annotations (so that the annotations tool can figure out + the list of supported arches and flavours), but arches and flavours + are still defined elsewhere, ideally we would like to have arches and + flavours defined only in one place: annotations. --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency-hwe-6.5/config/annotations +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency-hwe-6.5/config/annotations @@ -0,0 +1,65 @@ +# Menu: HEADER +# FORMAT: 4 +# ARCH: amd64 arm64 +# FLAVOUR: amd64-lowlatency arm64-lowlatency arm64-lowlatency-64k +# FLAVOUR_DEP: {'amd64-lowlatency': 'amd64-generic', 'arm64-lowlatency': 'arm64-generic', 'arm64-lowlatency-64k': 'arm64-generic-64k'} + +include "../../debian.master/config/annotations" + +CONFIG_HZ_1000 policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_HZ_1000 note<'HZ for lowlatency must be set to 1000 to provide better system responsiveness'> + +CONFIG_HZ_250 policy<{'amd64': 'n', 'arm64': 'n'}> +CONFIG_HZ_250 note<'Override default HZ used in generic'> + +CONFIG_LATENCYTOP policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_LATENCYTOP note<'https://lists.ubuntu.com/archives/kernel-team/2014-July/045006.html, LP#1655986'> + +CONFIG_NO_HZ_FULL policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_NO_HZ_FULL note<'Enable access to "Full tickless mode" (LP: #2023007)'> + +CONFIG_NO_HZ_IDLE policy<{'amd64': 'n', 'arm64': 'n'}> +CONFIG_NO_HZ_IDLE note<'Disabled in favor of CONFIG_NO_HZ_FULL (LP: #2023007)'> + +CONFIG_PREEMPT policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_PREEMPT note<'Enable fully preemptible kernel by default (can be changed at runtime via /sys/kernel/debug/sched/preempt)'> + +CONFIG_PREEMPT_VOLUNTARY policy<{'amd64': 'n', 'arm64': 'n'}> +CONFIG_PREEMPT_VOLUNTARY note<'Disable voluntary preemption model by default (can be changed at runtime via /sys/kernel/debug/sched/preempt)'> + +CONFIG_RCU_LAZY policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_RCU_LAZY note<'Batch RCU callbacks and then flush them after a timed delay instead of executing them immediately (LP: #2023007)'> + +CONFIG_RCU_NOCB_CPU policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_RCU_NOCB_CPU note<'Move RCU callbacks from softirq context to kthread context (LP: #2023007)'> + +CONFIG_RCU_NOCB_CPU_DEFAULT_ALL policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_RCU_NOCB_CPU_DEFAULT_ALL note<'Enable CONFIG_RCU_NOCB_CPU across all CPUs by default (LP: #2023007)'> + +CONFIG_RUST policy<{'amd64': '-'}> +CONFIG_RUST note<'required to enable Rust support, LP: #1993183'> + +CONFIG_RUST_IS_AVAILABLE policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_RUST_IS_AVAILABLE note<'required to enable Rust support, LP: #1993183'> + + +# ---- Annotations without notes ---- + +CONFIG_AS_VERSION policy<{'amd64': '23800', 'arm64': '23800'}> +CONFIG_BINDGEN_VERSION_TEXT policy<{'amd64': '-'}> +CONFIG_CC_VERSION_TEXT policy<{'amd64': '"x86_64-linux-gnu-gcc-12 (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0"', 'arm64': '"aarch64-linux-gnu-gcc-12 (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0"'}> +CONFIG_CONSTRUCTORS policy<{'amd64': '-'}> +CONFIG_CONTEXT_TRACKING_USER policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_CONTEXT_TRACKING_USER_FORCE policy<{'amd64': 'n', 'arm64': 'n'}> +CONFIG_DEBUG_INFO_COMPRESSED_ZSTD policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_GCC_VERSION policy<{'amd64': '120300', 'arm64': '120300'}> +CONFIG_HZ policy<{'amd64': '1000', 'arm64': '1000'}> +CONFIG_LD_VERSION policy<{'amd64': '23800', 'arm64': '23800'}> +CONFIG_RUSTC_VERSION_TEXT policy<{'amd64': '-'}> +CONFIG_RUST_BUILD_ASSERT_ALLOW policy<{'amd64': '-'}> +CONFIG_RUST_DEBUG_ASSERTIONS policy<{'amd64': '-'}> +CONFIG_RUST_OVERFLOW_CHECKS policy<{'amd64': '-'}> +CONFIG_SAMPLES_RUST policy<{'amd64': '-'}> +CONFIG_TICK_CPU_ACCOUNTING policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_VIRT_CPU_ACCOUNTING policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_VIRT_CPU_ACCOUNTING_GEN policy<{'amd64': 'y', 'arm64': 'y'}> --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency-hwe-6.5/control.d/flavour-control.stub +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency-hwe-6.5/control.d/flavour-control.stub @@ -0,0 +1,153 @@ +# Items that get replaced: +# FLAVOUR +# DESC +# ARCH +# SUPPORTED +# TARGET +# BOOTLOADER +# =PROVIDES= +# +# Items marked with =FOO= are optional +# +# This file describes the template for packages that are created for each flavour +# in debian/control.d/vars.* +# +# This file gets edited in a couple of places. See the debian/control.stub rule in +# debian/rules. PGGVER, ABINUM, and SRCPKGNAME are all converted in the +# process of creating debian/control. +# +# The flavour specific strings (ARCH, DESC, etc) are converted using values from the various +# flavour files in debian/control.d/vars.* +# +# XXX: Leave the blank line before the first package!! + +Package: linux-image=SIGN-ME-PKG=-PKGVER-ABINUM-FLAVOUR +Build-Profiles: +Architecture: ARCH +Section: kernel +Priority: optional +Provides: linux-image, fuse-module, =PROVIDES=${linux:rprovides} +Depends: ${misc:Depends}, ${shlibs:Depends}, kmod, linux-base (>= 4.5ubuntu1~16.04.1), linux-modules-PKGVER-ABINUM-FLAVOUR +Recommends: BOOTLOADER, initramfs-tools | linux-initramfs-tool +Breaks: flash-kernel (<< 3.90ubuntu2) [arm64 armhf], s390-tools (<< 2.3.0-0ubuntu3) [s390x] +Conflicts: linux-image=SIGN-PEER-PKG=-PKGVER-ABINUM-FLAVOUR +Suggests: fdutils, linux-doc | SRCPKGNAME-source-PKGVER, SRCPKGNAME-tools, linux-headers-PKGVER-ABINUM-FLAVOUR, linux-modules-extra-PKGVER-ABINUM-FLAVOUR +Description: Linux kernel image for version PKGVER on DESC + This package contains the=SIGN-ME-TXT= Linux kernel image for version PKGVER on + DESC. + . + Supports SUPPORTED processors. + . + TARGET + . + You likely do not want to install this package directly. Instead, install + the linux-FLAVOUR meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-modules-PKGVER-ABINUM-FLAVOUR +Build-Profiles: +Architecture: ARCH +Section: kernel +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends} +Built-Using: ${linux:BuiltUsing} +Description: Linux kernel extra modules for version PKGVER on DESC + Contains the corresponding System.map file, the modules built by the + packager, and scripts that try to ensure that the system is not left in an + unbootable state after an update. + . + Supports SUPPORTED processors. + . + TARGET + . + You likely do not want to install this package directly. Instead, install + the linux-FLAVOUR meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-modules-extra-PKGVER-ABINUM-FLAVOUR +Build-Profiles: +Architecture: ARCH +Section: kernel +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-modules-PKGVER-ABINUM-FLAVOUR, wireless-regdb +Description: Linux kernel extra modules for version PKGVER on DESC + This package contains the Linux kernel extra modules for version PKGVER on + DESC. + . + Also includes the corresponding System.map file, the modules built by the + packager, and scripts that try to ensure that the system is not left in an + unbootable state after an update. + . + Supports SUPPORTED processors. + . + TARGET + . + You likely do not want to install this package directly. Instead, install + the linux-FLAVOUR meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-headers-PKGVER-ABINUM-FLAVOUR +Build-Profiles: +Architecture: ARCH +Section: devel +Priority: optional +Depends: ${misc:Depends}, SRCPKGNAME-headers-PKGVER-ABINUM, ${shlibs:Depends} +Provides: linux-headers, linux-headers-3.0 +Description: Linux kernel headers for version PKGVER on DESC + This package provides kernel header files for version PKGVER on + DESC. + . + This is for sites that want the latest kernel headers. Please read + /usr/share/doc/linux-headers-PKGVER-ABINUM/debian.README.gz for details. + +Package: SRCPKGNAME-lib-rust-PKGVER-ABINUM-FLAVOUR +Build-Profiles: +Architecture: amd64 +Multi-Arch: foreign +Section: devel +Priority: optional +Depends: ${misc:Depends}, coreutils +Description: Rust library files related to Linux kernel version PKGVER + This package provides kernel library files for version PKGVER, that allow to + compile out-of-tree kernel modules written in Rust. + +Package: linux-image=SIGN-ME-PKG=-PKGVER-ABINUM-FLAVOUR-dbgsym +Build-Profiles: +Architecture: ARCH +Section: devel +Priority: optional +Depends: ${misc:Depends} +Provides: linux-debug +Description: Linux kernel debug image for version PKGVER on DESC + This package provides the=SIGN-ME-TXT= kernel debug image for version PKGVER on + DESC. + . + This is for sites that wish to debug the kernel. + . + The kernel image contained in this package is NOT meant to boot from. It + is uncompressed, and unstripped. This package also includes the + unstripped modules. + +Package: linux-tools-PKGVER-ABINUM-FLAVOUR +Build-Profiles: +Architecture: ARCH +Section: devel +Priority: optional +Depends: ${misc:Depends}, SRCPKGNAME-tools-PKGVER-ABINUM +Description: Linux kernel version specific tools for version PKGVER-ABINUM + This package provides the architecture dependant parts for kernel + version locked tools (such as perf and x86_energy_perf_policy) for + version PKGVER-ABINUM on + =HUMAN=. + +Package: linux-cloud-tools-PKGVER-ABINUM-FLAVOUR +Build-Profiles: +Architecture: ARCH +Section: devel +Priority: optional +Depends: ${misc:Depends}, SRCPKGNAME-cloud-tools-PKGVER-ABINUM +Description: Linux kernel version specific cloud tools for version PKGVER-ABINUM + This package provides the architecture dependant parts for kernel + version locked tools for cloud for version PKGVER-ABINUM on + =HUMAN=. + --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency-hwe-6.5/control.d/generic.inclusion-list +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency-hwe-6.5/control.d/generic.inclusion-list @@ -0,0 +1,304 @@ +arch/*/{crypto,kernel,oprofile} +arch/*/kvm/kvm.ko +arch/powerpc/kvm/kvm-hv.ko +arch/powerpc/kvm/kvm-pr.ko +arch/powerpc/kvm/vfio.ko +arch/powerpc/platforms/powernv/opal-prd.ko +arch/s390/* +arch/x86/kvm/kvm-amd.ko +arch/x86/kvm/kvm-intel.ko +crypto/* +drivers/acpi/* +drivers/ata/acard-ahci.ko +drivers/ata/ahci.ko +drivers/ata/ahci_platform.ko +drivers/ata/ahci_tegra.ko +drivers/ata/ata_generic.ko +drivers/ata/libahci.ko +drivers/ata/libahci_platform.ko +drivers/block/brd.ko +drivers/block/cryptoloop.ko +drivers/block/floppy.ko +drivers/block/loop.ko +drivers/block/nbd.ko +drivers/block/rbd.ko +drivers/block/virtio_blk.ko +drivers/block/xen-blkfront.ko +drivers/bus/tegra-aconnect.ko +drivers/char/hangcheck-timer.ko +drivers/char/hw_random/powernv-rng.ko +drivers/char/hw_random/virtio-rng.ko +drivers/char/ipmi/* +drivers/char/ipmi/ipmi_msghandler.ko +drivers/char/lp.ko +drivers/char/nvram.ko +drivers/char/ppdev.ko +drivers/char/raw.ko +drivers/char/virtio_console.ko +drivers/clk/clk-max77686.ko +drivers/cpufreq/tegra186-cpufreq.ko +drivers/cpufreq/tegra194-cpufreq.ko +drivers/crypto/nx/* +drivers/crypto/vmx/vmx-crypto.ko +drivers/dma/tegra210-adma.ko +drivers/firmware/efi/* +drivers/firmware/iscsi_ibft.ko +drivers/gpio/gpio-max77620.ko +drivers/gpu/drm/ast/ast.ko +drivers/gpu/drm/bochs/bochs-drm.ko +drivers/gpu/drm/cirrus/cirrus.ko +drivers/gpu/drm/drm.ko +drivers/gpu/drm/drm_kms_helper.ko +drivers/gpu/drm/tegra/tegra-drm.ko +drivers/gpu/drm/ttm/ttm.ko +drivers/gpu/drm/vboxvideo/vboxvideo.ko +drivers/gpu/drm/virtio/virtio-gpu.ko +drivers/gpu/drm/vmwgfx/vmwgfx.ko +drivers/gpu/drm/xen/drm_xen_front.ko +drivers/gpu/host1x/host1x.ko +drivers/hid/hid-generic.ko +drivers/hid/hid-hyperv.ko +drivers/hid/hid.ko +drivers/hid/usbhid/usbhid.ko +drivers/hv/* +drivers/hwmon/ibmpowernv.ko +drivers/hwmon/pwm-fan.ko +drivers/i2c/busses/i2c-tegra-bpmp.ko +drivers/i2c/busses/i2c-tegra-bpmp.ko +drivers/i2c/busses/i2c-tegra.ko +drivers/infiniband/core/ib_addr.ko +drivers/infiniband/core/ib_cm.ko +drivers/infiniband/core/ib_core.ko +drivers/infiniband/core/ib_mad.ko +drivers/infiniband/core/ib_sa.ko +drivers/infiniband/core/iw_cm.ko +drivers/infiniband/core/rdma_cm.ko +drivers/infiniband/ulp/iser/ib_iser.ko +drivers/infiniband/ulp/isert/ib_isert.ko +drivers/input/evbug.ko +drivers/input/gameport/gameport.ko +drivers/input/input-leds.ko +drivers/input/joydev.ko +drivers/input/keyboard/gpio_keys.ko +drivers/input/misc/xen-kbdfront.ko +drivers/input/mouse/psmouse.ko +drivers/input/serio/hyperv-keyboard.ko +drivers/input/serio/serio_raw.ko +drivers/input/serio/serport.ko +drivers/input/touchscreen/usbtouchscreen.ko +drivers/leds/leds-powernv.ko +drivers/md/* +drivers/memory/tegra/tegra210-emc.ko +drivers/message/fusion* +drivers/misc/cxl/* +drivers/misc/eeprom/at24.ko +drivers/misc/vmw_balloon.ko +drivers/misc/vmw_vmci/vmw_vmci.ko +drivers/mmc/host/sdhci-tegra.ko +drivers/mtd/cmdlinepart.ko +drivers/mtd/devices/powernv_flash.ko +drivers/mtd/ofpart.ko +drivers/net/appletalk/ipddp.ko +drivers/net/bonding/bonding.ko +drivers/net/caif/caif_virtio.ko +drivers/net/dummy.ko +drivers/net/eql.ko +drivers/net/ethernet/8390/8390.ko +drivers/net/ethernet/8390/ne2k-pci.ko +drivers/net/ethernet/amazon/ena/ena.ko +drivers/net/ethernet/amd/pcnet32.ko +drivers/net/ethernet/broadcom/bnx2x/* +drivers/net/ethernet/broadcom/tg3.ko +drivers/net/ethernet/dec/tulip/* +drivers/net/ethernet/emulex/benet/* +drivers/net/ethernet/ibm/* +drivers/net/ethernet/intel/e1000/e1000.ko +drivers/net/ethernet/intel/e1000e/e1000e.ko +drivers/net/ethernet/intel/i40e/* +drivers/net/ethernet/intel/iavf/iavf.ko +drivers/net/ethernet/intel/igb/* +drivers/net/ethernet/intel/igbvf/igbvf.ko +drivers/net/ethernet/intel/ixgbe/* +drivers/net/ethernet/intel/ixgbevf/ixgbevf.ko +drivers/net/ethernet/mellanox/* +drivers/net/ethernet/netronome/nfp/nfp.ko +drivers/net/ethernet/realtek/8139cp.ko +drivers/net/ethernet/realtek/8139too.ko +drivers/net/ethernet/stmicro/stmmac/dwmac-dwc-qos-eth.ko +drivers/net/ethernet/stmicro/stmmac/stmmac-platform.ko +drivers/net/ethernet/stmicro/stmmac/stmmac.ko +drivers/net/fddi/* +drivers/net/geneve.ko +drivers/net/hyperv/hv_netvsc.ko +drivers/net/ifb.ko +drivers/net/ipvlan/* +drivers/net/macvlan.ko +drivers/net/macvtap.ko +drivers/net/mii.ko +drivers/net/netconsole.ko +drivers/net/pcs/pcs-xpcs.ko +drivers/net/phy/marvell.ko +drivers/net/phy/phylink.ko +drivers/net/ppp/* +drivers/net/ppp/bsd_comp.ko +drivers/net/slip/* +drivers/net/veth.ko +drivers/net/virtio_net.ko +drivers/net/vmxnet3/vmxnet3.ko +drivers/net/vxlan.ko +drivers/net/wireguard/wireguard.ko +drivers/net/wwan/* +drivers/net/xen-netback/* +drivers/net/xen-netfront.ko +drivers/nvme/host/nvme.ko +drivers/nvmem/nvmem_core.ko +drivers/parport/parport.ko +drivers/parport/parport_pc.ko +drivers/pci/controller/dwc/pcie-tegra194.ko +drivers/pci/host/vmd.ko +drivers/phy/tegra/phy-tegra194-p2u.ko +drivers/pinctrl/pinctrl-max77620.ko +drivers/platform/x86/pvpanic.ko +drivers/pps/pps_core.ko +drivers/ptp/ptp.ko +drivers/pwm/pwm-tegra.ko +drivers/regulator/fixed.ko +drivers/regulator/max77620-regulator.ko +drivers/rtc/rtc-max77686.ko +drivers/rtc/rtc-tegra.ko +drivers/s390/* +drivers/s390/block/xpram.ko +drivers/scsi/BusLogic.ko +drivers/scsi/aacraid/* +drivers/scsi/cxlflash/* +drivers/scsi/device_handler/scsi_dh_alua.ko +drivers/scsi/device_handler/scsi_dh_emc.ko +drivers/scsi/device_handler/scsi_dh_hp_sw.ko +drivers/scsi/device_handler/scsi_dh_rdac.ko +drivers/scsi/hv_storvsc.ko +drivers/scsi/ibmvscsi/* +drivers/scsi/ipr.ko +drivers/scsi/iscsi_boot_sysfs.ko +drivers/scsi/iscsi_tcp.ko +drivers/scsi/libiscsi.ko +drivers/scsi/libiscsi_tcp.ko +drivers/scsi/libsas/* +drivers/scsi/lpfc/* +drivers/scsi/megaraid/* +drivers/scsi/mpt3sas/* +drivers/scsi/osd/libosd.ko +drivers/scsi/osd/osd.ko +drivers/scsi/qla1280.ko +drivers/scsi/qla2xxx/* +drivers/scsi/raid_class.ko +drivers/scsi/scsi_transport_fc.ko +drivers/scsi/scsi_transport_iscsi.ko +drivers/scsi/scsi_transport_sas.ko +drivers/scsi/scsi_transport_spi.ko +drivers/scsi/sd_mod.ko +drivers/scsi/sr_mod.ko +drivers/scsi/virtio_scsi.ko +drivers/scsi/vmw_pvscsi.ko +drivers/spi/spi-tegra114.ko +drivers/staging/media/tegra-video/tegra-video.ko +drivers/target/loopback/tcm_loop.ko +drivers/target/target_core*.ko +drivers/thermal/tegra/tegra-bpmp-thermal.ko +drivers/tty/serial/jsm/* +drivers/tty/serial/serial-tegra.ko +drivers/uio/uio.ko +drivers/uio/uio_pdrv_genirq.ko +drivers/usb/gadget/udc/tegra-xudc.ko +drivers/usb/host/* +drivers/usb/storage/uas.ko +drivers/usb/storage/usb-storage.ko +drivers/vfio/* +drivers/vhost/* +drivers/video/fbdev/* +drivers/video/vgastate.ko +drivers/virt/vboxguest/vboxguest.ko +drivers/virtio/* +drivers/watchdog/softdog.ko +drivers/xen/* +fs/9p/* +fs/aufs/aufs.ko +fs/autofs/autofs4.ko +fs/binfmt_misc.ko +fs/btrfs/* +fs/cachefiles/cachefiles.ko +fs/ceph/* +fs/cifs/* +fs/configfs/* +fs/dlm/dlm.ko +fs/ecryptfs/* +fs/efivarfs/* +fs/exofs/libore.ko +fs/ext4/* +fs/fat/* +fs/fscache/* +fs/fuse/* +fs/isofs/* +fs/lockd/* +fs/nfs/* +fs/nfs_common/* +fs/nfsd/* +fs/nls/nls_cp437.ko +fs/nls/nls_iso8859-1.ko +fs/overlayfs/* +fs/shiftfs.ko +fs/squashfs/* +fs/udf/* +fs/ufs/* +fs/vboxsf/vboxsf.ko +fs/xfs/* +lib/* +net/6lowpan/* +net/802/* +net/8021q/* +net/9p/* +net/appletalk/* +net/atm/* +net/ax25/* +net/bpfilter/* +net/bridge/* +net/can/* +net/ceph/libceph.ko +net/core/* +net/dccp/* +net/decnet/* +net/ieee802154/* +net/ipv4/* +net/ipv6/* +net/ipx/* +net/key/* +net/lapb/* +net/llc/* +net/netfilter/* +net/netlink/netlink_diag.ko +net/netrom/* +net/openvswitch/* +net/packet/af_packet_diag.ko +net/phonet/* +net/rose/* +net/rxrpc/* +net/sched/* +net/sctp/* +net/sunrpc/auth_gss/auth_rpcgss.ko +net/sunrpc/auth_gss/rpcsec_gss_krb5.ko +net/sunrpc/sunrpc.ko +net/tipc/* +net/unix/unix_diag.ko +net/vmw_vsock/* +net/x25/* +net/xfrm/* +! find sound/core -name oss -prune -o -name *.ko -print +sound/drivers/pcsp/snd-pcsp.ko +sound/pci/hda/snd-hda-tegra.ko +sound/pci/snd-ens1370.ko +sound/soc/tegra/snd-soc-tegra186-dspk.ko +sound/soc/tegra/snd-soc-tegra210-admaif.ko +sound/soc/tegra/snd-soc-tegra210-ahub.ko +sound/soc/tegra/snd-soc-tegra210-dmic.ko +sound/soc/tegra/snd-soc-tegra210-i2s.ko +sound/soundcore.ko +ubuntu/ubuntu-host/ubuntu-host.ko --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency-hwe-6.5/control.d/linux-doc.stub +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency-hwe-6.5/control.d/linux-doc.stub @@ -0,0 +1,12 @@ +Package: linux-doc +Build-Profiles: +Architecture: all +Section: doc +Priority: optional +Depends: ${misc:Depends} +Description: Linux kernel specific documentation for version PKGVER + This package provides the various documents in the PKGVER kernel + Documentation/ subdirectory. These document kernel subsystems, APIs, device + drivers, and so on. See + /usr/share/doc/SRCPKGNAME-doc/00-INDEX for a list of what is + contained in each file. --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency-hwe-6.5/control.d/linux-libc-dev.stub +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency-hwe-6.5/control.d/linux-libc-dev.stub @@ -0,0 +1,12 @@ +Package: linux-libc-dev +Architecture: amd64 armhf arm64 i386 ppc64el riscv64 s390x +Depends: ${misc:Depends} +Conflicts: linux-kernel-headers +Replaces: linux-kernel-headers +Provides: linux-kernel-headers, aufs-dev +Multi-Arch: same +Description: Linux Kernel Headers for development + This package provides headers from the Linux kernel. These headers + are used by the installed headers for GNU glibc and other system + libraries. They are NOT meant to be used to build third-party modules for + your kernel. Use SRCPKGNAME-headers-* packages for that. --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency-hwe-6.5/control.d/vars.lowlatency +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency-hwe-6.5/control.d/vars.lowlatency @@ -0,0 +1,6 @@ +arch="amd64 arm64" +supported="Lowlatency" +target="Geared toward desktop and server systems." +desc="=HUMAN= SMP" +bootloader="grub-pc [amd64] | grub-efi-amd64 [amd64] | grub-efi-ia32 [amd64] | grub [amd64] | lilo [amd64] | flash-kernel [armhf arm64] | grub-efi-arm64 [arm64] | grub-efi-arm [armhf]" +provides="kvm-api-4, redhat-cluster-modules, ivtv-modules, virtualbox-guest-modules [amd64]" --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency-hwe-6.5/control.d/vars.lowlatency-64k +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency-hwe-6.5/control.d/vars.lowlatency-64k @@ -0,0 +1,6 @@ +arch="arm64" +supported="Lowlatency 64K pages" +target="Geared toward desktop and server systems." +desc="=HUMAN= SMP" +bootloader="grub-efi-arm64 [arm64] | flash-kernel [arm64]" +provides="kvm-api-4, redhat-cluster-modules, ivtv-modules" --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency-hwe-6.5/control.stub.in +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency-hwe-6.5/control.stub.in @@ -0,0 +1,138 @@ +Source: SRCPKGNAME +Section: devel +Priority: optional +Maintainer: Ubuntu Kernel Team +Standards-Version: 3.9.4.0 +Build-Depends: + debhelper-compat (= 10), + cpio, + kmod , + makedumpfile [amd64] , + libcap-dev , + libelf-dev , + libnewt-dev , + libiberty-dev , + default-jdk-headless , + python3-dev , + java-common , + rsync [!i386] , + libdw-dev , + libpci-dev , + pkg-config , + python3 , + python3-dev , + flex , + bison , + libunwind8-dev [amd64 arm64 armhf ppc64el] , + liblzma-dev , + openssl , + libssl-dev , + libaudit-dev , + bc , + gawk , + libudev-dev , + autoconf , + automake , + libtool , + uuid-dev , + libnuma-dev [amd64 arm64 ppc64el s390x] , + dkms , + curl , + zstd , + pahole [amd64 arm64 armhf ppc64el s390x riscv64] | dwarves (>= 1.21) [amd64 arm64 armhf ppc64el s390x riscv64] , + clang-15 [amd64], + libclang1-15 [amd64], + libstdc++-12-dev, +Build-Depends-Indep: + xmlto , + docbook-utils , + ghostscript , + fig2dev , + bzip2 , + sharutils , + asciidoc , + python3-sphinx , + python3-sphinx-rtd-theme , + fontconfig , + python3-docutils , + imagemagick , + graphviz , + dvipng , + fonts-noto-cjk , + latexmk , + librsvg2-bin , +Vcs-Git: git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/=SERIES= -b lowlatency-hwe-6.5-next +XS-Testsuite: autopkgtest +#XS-Testsuite-Depends: gcc-4.7 binutils + +Package: SRCPKGNAME-headers-PKGVER-ABINUM +Build-Profiles: +Architecture: all +Multi-Arch: foreign +Section: devel +Priority: optional +Depends: ${misc:Depends}, coreutils +Description: Header files related to Linux kernel version PKGVER + This package provides kernel header files for version PKGVER, for sites + that want the latest kernel headers. Please read + /usr/share/doc/SRCPKGNAME-headers-PKGVER-ABINUM/debian.README.gz for details + +Package: SRCPKGNAME-tools-common +Build-Profiles: +Architecture: all +Multi-Arch: foreign +Section: kernel +Priority: optional +Provides: bpftool +Depends: ${misc:Depends}, lsb-release +Description: Linux kernel version specific tools for version PKGVER + This package provides the architecture independent parts for kernel + version locked tools (such as perf and x86_energy_perf_policy) for + version PKGVER. + +Package: SRCPKGNAME-tools-PKGVER-ABINUM +Build-Profiles: +Architecture: amd64 arm64 +Section: devel +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-tools-common +Description: Linux kernel version specific tools for version PKGVER-ABINUM + This package provides the architecture dependant parts for kernel + version locked tools (such as perf and x86_energy_perf_policy) for + version PKGVER-ABINUM on + =HUMAN=. + You probably want to install linux-tools-PKGVER-ABINUM-. + +Package: SRCPKGNAME-cloud-tools-common +Build-Profiles: +Architecture: all +Multi-Arch: foreign +Section: kernel +Priority: optional +Depends: ${misc:Depends} +Description: Linux kernel version specific cloud tools for version PKGVER + This package provides the architecture independent parts for kernel + version locked tools for cloud tools for version PKGVER. + +Package: SRCPKGNAME-cloud-tools-PKGVER-ABINUM +Build-Profiles: +Architecture: amd64 arm64 +Section: devel +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-cloud-tools-common +Description: Linux kernel version specific cloud tools for version PKGVER-ABINUM + This package provides the architecture dependant parts for kernel + version locked tools for cloud tools for version PKGVER-ABINUM on + =HUMAN=. + You probably want to install linux-cloud-tools-PKGVER-ABINUM-. + +Package: SRCPKGNAME-tools-host +Build-Profiles: +Architecture: all +Multi-Arch: foreign +Section: kernel +Priority: optional +Depends: ${misc:Depends}, python3 +Description: Linux kernel VM host tools + This package provides kernel tools useful for VM hosts. + --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency-hwe-6.5/copyright +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency-hwe-6.5/copyright @@ -0,0 +1,29 @@ +This is the Ubuntu prepackaged version of the Linux kernel. +Linux was written by Linus Torvalds +and others. + +This package was put together by the Ubuntu Kernel Team, from +sources retrieved from upstream linux git. +The sources may be found at most Linux ftp sites, including +ftp://ftp.kernel.org/pub/linux/kernel/ + +This package is currently maintained by the +Ubuntu Kernel Team + +Linux is copyrighted by Linus Torvalds and others. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 dated June, 1991. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Ubuntu Linux systems, the complete text of the GNU General +Public License v2 can be found in `/usr/share/common-licenses/GPL-2'. --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency-hwe-6.5/etc/getabis +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency-hwe-6.5/etc/getabis @@ -0,0 +1,15 @@ +repo_list=( + "http://archive.ubuntu.com/ubuntu/pool/main/l/linux-lowlatency-hwe-6.5" + "http://ports.ubuntu.com/ubuntu-ports/pool/main/l/linux-lowlatency-hwe-6.5" + "http://archive.ubuntu.com/ubuntu/pool/universe/l/linux-lowlatency-hwe-6.5" + "http://ports.ubuntu.com/ubuntu-ports/pool/universe/l/linux-lowlatency-hwe-6.5" + "http://ppa.launchpad.net/canonical-kernel-team/ppa/ubuntu/pool/main/l/linux-lowlatency-hwe-6.5" + "http://ppa.launchpad.net/canonical-kernel-team/ppa2/ubuntu/pool/main/l/linux-lowlatency-hwe-6.5" + "http://ppa.launchpad.net/canonical-kernel-team/unstable/ubuntu/pool/main/l/linux-lowlatency-hwe-6.5" + "http://ppa.launchpad.net/canonical-kernel-team/bootstrap/ubuntu/pool/main/l/linux-lowlatency-hwe-6.5" +) + +package_prefixes linux-buildinfo + +getall amd64 lowlatency +getall arm64 lowlatency lowlatency-64k --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency-hwe-6.5/etc/local.conf +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency-hwe-6.5/etc/local.conf @@ -0,0 +1 @@ +FOREIGN_ARCHES="armhf ppc64el s390x" --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency-hwe-6.5/etc/update.conf +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency-hwe-6.5/etc/update.conf @@ -0,0 +1,8 @@ +# WARNING: we do not create update.conf when we are not a +# derivative. Various cranky components make use of this. +# If we start unconditionally creating update.conf we need +# to fix at least cranky close and cranky rebase. +RELEASE_REPO=git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/mantic +SOURCE_RELEASE_BRANCH=lowlatency-next +DEBIAN_MASTER=debian.lowlatency +BACKPORT_SUFFIX=~22.04 --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency-hwe-6.5/modprobe.d/common.conf +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency-hwe-6.5/modprobe.d/common.conf @@ -0,0 +1,3 @@ +# LP:1434842 -- disable OSS drivers by default to allow pulseaudio to emulate +blacklist snd-mixer-oss +blacklist snd-pcm-oss --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency-hwe-6.5/reconstruct +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency-hwe-6.5/reconstruct @@ -0,0 +1,64 @@ +# Recreate any symlinks created since the orig. +chmod +x 'debian.lowlatency-hwe-6.5/scripts/helpers/copy-files' +chmod +x 'debian.lowlatency-hwe-6.5/scripts/helpers/local-mangle' +chmod +x 'debian.lowlatency/scripts/helpers/copy-files' +chmod +x 'debian.lowlatency/scripts/helpers/local-mangle' +chmod +x 'debian/cloud-tools/hv_get_dhcp_info' +chmod +x 'debian/cloud-tools/hv_get_dns_info' +chmod +x 'debian/cloud-tools/hv_set_ifconfig' +chmod +x 'debian/rules' +chmod +x 'debian/scripts/checks/abi-check' +chmod +x 'debian/scripts/checks/final-checks' +chmod +x 'debian/scripts/checks/module-check' +chmod +x 'debian/scripts/checks/module-signature-check' +chmod +x 'debian/scripts/checks/retpoline-check' +chmod +x 'debian/scripts/control-create' +chmod +x 'debian/scripts/dkms-build' +chmod +x 'debian/scripts/dkms-build--nvidia-N' +chmod +x 'debian/scripts/dkms-build-configure--zfs' +chmod +x 'debian/scripts/file-downloader' +chmod +x 'debian/scripts/link-headers' +chmod +x 'debian/scripts/link-lib-rust' +chmod +x 'debian/scripts/misc/annotations' +chmod +x 'debian/scripts/misc/arch-has-odm-enabled.sh' +chmod +x 'debian/scripts/misc/find-missing-sauce.sh' +chmod +x 'debian/scripts/misc/fips-checks' +chmod +x 'debian/scripts/misc/fw-to-ihex.sh' +chmod +x 'debian/scripts/misc/gen-auto-reconstruct' +chmod +x 'debian/scripts/misc/getabis' +chmod +x 'debian/scripts/misc/git-ubuntu-log' +chmod +x 'debian/scripts/misc/insert-changes' +chmod +x 'debian/scripts/misc/insert-mainline-changes' +chmod +x 'debian/scripts/misc/insert-ubuntu-changes' +chmod +x 'debian/scripts/misc/kernelconfig' +chmod +x 'debian/scripts/misc/retag' +chmod +x 'debian/scripts/misc/sanitize-annotations' +chmod +x 'debian/scripts/misc/splitconfig.pl' +chmod +x 'debian/scripts/misc/update-aufs.sh' +chmod +x 'debian/scripts/module-inclusion' +chmod +x 'debian/scripts/retpoline-extract' +chmod +x 'debian/scripts/retpoline-extract-one' +chmod +x 'debian/scripts/sign-module' +chmod +x 'debian/templates/extra.postinst.in' +chmod +x 'debian/templates/extra.postrm.in' +chmod +x 'debian/templates/headers.postinst.in' +chmod +x 'debian/templates/image.postinst.in' +chmod +x 'debian/templates/image.postrm.in' +chmod +x 'debian/templates/image.preinst.in' +chmod +x 'debian/templates/image.prerm.in' +chmod +x 'debian/tests-build/check-aliases' +chmod +x 'debian/tests/rebuild' +chmod +x 'debian/tests/ubuntu-regression-suite' +chmod +x 'drivers/watchdog/f71808e_wdt.c' +chmod +x 'tools/testing/selftests/netfilter/conntrack_sctp_collision.sh' +chmod +x 'tools/testing/selftests/netfilter/nft_audit.sh' +chmod +x 'tools/testing/selftests/netfilter/xt_string.sh' +chmod +x 'update-dkms-versions' +# Remove any files deleted from the orig. +rm -f 'Documentation/networking/device_drivers/ethernet/mellanox/mlx5/devlink.rst' +rm -f 'arch/parisc/include/asm/mckinley.h' +rm -f 'drivers/media/pci/intel/ipu3/cio2-bridge.c' +rm -f 'drivers/media/pci/intel/ipu3/cio2-bridge.h' +rm -f 'include/linux/ceph/mdsmap.h' +rm -f 'scripts/is_rust_module.sh' +exit 0 --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency-hwe-6.5/rules.d/amd64.mk +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency-hwe-6.5/rules.d/amd64.mk @@ -0,0 +1,23 @@ +human_arch = 64 bit x86 +build_arch = x86 +defconfig = defconfig +build_image = bzImage +kernel_file = arch/$(build_arch)/boot/bzImage +install_file = vmlinuz +vdso = vdso_install +no_dumpfile = true +uefi_signed = true +do_tools_usbip = true +do_tools_cpupower = true +do_tools_perf = true +do_tools_perf_jvmti = true +do_tools_bpftool = true +do_tools_x86 = true +do_tools_hyperv = true +do_tools_host = true +do_extras_package = true +do_tools_common = true +do_tools_acpidbg = true +do_odm_drivers = true +do_lib_rust = true +flavours = lowlatency --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency-hwe-6.5/rules.d/arm64.mk +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency-hwe-6.5/rules.d/arm64.mk @@ -0,0 +1,20 @@ +human_arch = ARMv8 +build_arch = arm64 +defconfig = defconfig +build_image = Image.gz +kernel_file = arch/$(build_arch)/boot/Image.gz +install_file = vmlinuz +no_dumpfile = true +uefi_signed = true + +vdso = vdso_install + +do_extras_package = true +do_tools_usbip = true +do_tools_cpupower = true +do_tools_perf = true +do_tools_perf_jvmti = true +do_tools_bpftool = true + +do_dtbs = true +flavours = lowlatency lowlatency-64k --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency-hwe-6.5/rules.d/hooks.mk +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency-hwe-6.5/rules.d/hooks.mk @@ -0,0 +1,11 @@ +do_enforce_all = true +do_libc_dev_package = false +do_doc_package = false +do_tools_common = false +do_tools_host = false +do_source_package = false +do_libc_dev_package = false +do_doc_package = false +do_tools_common = false +do_tools_host = false +do_source_package = false --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency-hwe-6.5/rules.d/i386.mk +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency-hwe-6.5/rules.d/i386.mk @@ -0,0 +1,17 @@ +human_arch = 32 bit x86 +build_arch = i386 +defconfig = defconfig +flavours = generic +build_image = bzImage +kernel_file = arch/$(build_arch)/boot/bzImage +install_file = vmlinuz +vdso = vdso_install +no_dumpfile = true +do_flavour_image_package = false +do_tools = false +do_tools_common = false +do_extras_package = false +do_source_package = false +do_doc_package = false +do_flavour_header_package = false +do_common_headers_indep = false --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency-hwe-6.5/rules.d/riscv64.mk +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency-hwe-6.5/rules.d/riscv64.mk @@ -0,0 +1,19 @@ +human_arch = RISC-V +build_arch = riscv +defconfig = defconfig +flavours = generic +build_image = Image +kernel_file = arch/$(build_arch)/boot/Image +install_file = vmlinuz + +vdso = vdso_install +no_dumpfile = true + +do_flavour_image_package = false +do_tools = false +do_tools_common = false +do_extras_package = false +do_source_package = false +do_doc_package = false +do_flavour_header_package = false +do_common_headers_indep = false --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency-hwe-6.5/rules.d/x32.mk +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency-hwe-6.5/rules.d/x32.mk @@ -0,0 +1,12 @@ +human_arch = 64 bit x86 (32 bit userspace) +build_arch = x86 +defconfig = defconfig +flavours = +build_image = bzImage +kernel_file = arch/$(build_arch)/boot/bzImage +install_file = vmlinuz +vdso = vdso_install +no_dumpfile = true +uefi_signed = true + +do_flavour_image_package = false --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency-hwe-6.5/scripts/helpers/copy-files +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency-hwe-6.5/scripts/helpers/copy-files @@ -0,0 +1,62 @@ +#!/bin/bash -eu + +if [ -f debian/debian.env ]; then + # shellcheck disable=SC1091 + . debian/debian.env +fi + +if [ ! -d "${DEBIAN}" ]; then + echo You must run this script from the top directory of this repository. + exit 1 +fi + +CONF="${DEBIAN}"/etc/update.conf +if [ -f "${CONF}" ]; then + # shellcheck disable=SC1090 + . "${CONF}" +fi + +FOREIGN_ARCHES="" +LOCAL_CONF="${DEBIAN}/etc/local.conf" +if [ -f "${LOCAL_CONF}" ]; then + # shellcheck disable=SC1090 + . "${LOCAL_CONF}" +fi + +SKIP_RULES_D=${SKIP_RULES_D:-} + +# +# Update configs from master +# +rsync -avc --exclude 'annotations' --exclude 'config.flavour.lowlatency' --exclude 'config.flavour.lowlatency-64k' --delete "${DEBIAN_MASTER}/config/" "${DEBIAN}/config" + +# +# Update package and DTB settings from master. +# +if [ -z "${SKIP_RULES_D}" ] ; then + rsync -avc "${DEBIAN_MASTER}/rules.d/"*.mk "${DEBIAN}/rules.d/" +fi + +# Remove the .mk files from the arch's that are not supported +for i in ${FOREIGN_ARCHES} +do + rm -f "${DEBIAN}/rules.d/${i}.mk" + git rm -f --ignore-unmatch "${DEBIAN}/rules.d/${i}.mk" || true +done + +# +# Update modprobe.d from master +# +# Some releases (trusty) don't have this directory, and rsync would fail +# without this check. +if [ -d "${DEBIAN}/modprobe.d/" ]; then + rsync -avc --delete "${DEBIAN_MASTER}/modprobe.d/" "${DEBIAN}/modprobe.d" +fi + +cp -p "${DEBIAN_MASTER}/control.d/"*.inclusion-list "${DEBIAN}/control.d" + +cp -p "${DEBIAN_MASTER}/reconstruct" "${DEBIAN}/reconstruct" + +if [ -x "${DEBIAN}/scripts/helpers/local-mangle" ]; then + "./${DEBIAN}/scripts/helpers/local-mangle" +fi --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency-hwe-6.5/scripts/helpers/local-mangle +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency-hwe-6.5/scripts/helpers/local-mangle @@ -0,0 +1,24 @@ +#!/bin/bash -eu + +. debian/debian.env + +# We only build the lowlatency/lowlatency-64k flavours +sed -i '/^flavours.*$/d' ${DEBIAN}/rules.d/amd64.mk +sed -i '/^flavours.*$/d' ${DEBIAN}/rules.d/arm64.mk +echo -e "flavours\t= lowlatency" >> ${DEBIAN}/rules.d/amd64.mk +echo -e "flavours\t= lowlatency lowlatency-64k" >> ${DEBIAN}/rules.d/arm64.mk + +# We only care about lowlatency/lowlatency-64k abis +sed -i /getall/d ${DEBIAN}/etc/getabis +echo "getall amd64 lowlatency" >> ${DEBIAN}/etc/getabis +echo "getall arm64 lowlatency lowlatency-64k" >> ${DEBIAN}/etc/getabis + +# Override options in rules.d/hooks.mk (normally master does not have this +# file but it got added for generic annotations enforcement. +cat <>${DEBIAN}/rules.d/hooks.mk +do_libc_dev_package = false +do_doc_package = false +do_tools_common = false +do_tools_host = false +do_source_package = false +EOD --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency-hwe-6.5/tracking-bug +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency-hwe-6.5/tracking-bug @@ -0,0 +1 @@ +2056036 s2024.02.05-1 --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency-hwe-6.5/variants +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency-hwe-6.5/variants @@ -0,0 +1,2 @@ +-hwe-22.04 +-hwe-22.04-edge --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency/abi/abiname +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency/abi/abiname @@ -0,0 +1 @@ +25 --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency/abi/amd64/lowlatency +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency/abi/amd64/lowlatency @@ -0,0 +1,29440 @@ +ACPI EXPORT_SYMBOL_GPL 0xa6af1390 acpi_table_parse_cedt vmlinux +BRCMFMAC EXPORT_SYMBOL_GPL 0x5d2a405f brcmf_fwvid_register_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +BRCMFMAC EXPORT_SYMBOL_GPL 0x853ffd14 brcmf_fwvid_unregister_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +COUNTER EXPORT_SYMBOL_GPL 0x27fbe83b counter_put drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x6c07394a devm_counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x7d4e201a counter_priv drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x8ec6a06c counter_unregister drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xa43aad01 counter_push_event drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xc2363ca8 counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xd02be41a counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xfa939efd devm_counter_add drivers/counter/counter +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x06304ff2 crypto_cipher_decrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x29056ffd crypto_cipher_setkey vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x431e7804 crypto_cipher_encrypt_one vmlinux +CXL EXPORT_SYMBOL_GPL 0x055c6ee3 cxl_mem_active_inc vmlinux +CXL EXPORT_SYMBOL_GPL 0x064f8009 cxl_rcd_component_reg_phys drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x07770ee6 devm_cxl_port_enumerate_dports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0bb89cf9 cxl_mem_create_range_info drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0d622430 is_switch_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0e0da527 devm_cxl_add_passthrough_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1247ec70 devm_cxl_dpa_reserve drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x133c4dca cxl_probe_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x157ce8f9 cxl_clear_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x188aaa5f read_cdat_data drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1a10cb6c to_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1b5be2f0 is_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1e2ae98d cxl_root_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1ee0ac34 cxl_map_pmu_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x212bb611 cxl_switch_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x223ea0c9 cxl_map_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x27241f0c cxl_decoder_add_locked drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x277e0da0 devm_cxl_enumerate_decoders drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x33e2aa93 cxl_mem_active_dec vmlinux +CXL EXPORT_SYMBOL_GPL 0x3475347b cxl_find_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3600881c cxl_hdm_decode_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x378bcff4 cxl_pci_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x37aa1ed5 cxl_port_to_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x39f0a47e to_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3fb95fd4 to_cxl_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x424cf396 cxl_map_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x44ab738c cxl_add_to_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x45d53315 schedule_cxl_memdev_detach drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4694f4d8 devm_cxl_setup_fw_upload drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x52d490fe is_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5cb0c056 cxl_trigger_poison_list drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5da73ac1 cxl_dpa_debug drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5fa52c7f is_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x61adbfd0 set_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x66a9c2fa cxl_decoder_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x68d61c62 find_cxl_root drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6966f4dc cxl_endpoint_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6a96aa3e cxl_decoder_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6c44de2a cxl_hb_modulo drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6d557f85 cxl_dev_state_identify drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6e0c8b42 cxl_debugfs_create_dir drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6e67782b to_cxl_dax_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x701bbaad cxl_bus_rescan drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x721d124b devm_cxl_enumerate_ports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x73cf05dd cxl_error_detected drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7de80c06 is_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7fa19cc4 alloc_free_mem_region vmlinux +CXL EXPORT_SYMBOL_GPL 0x7fd336b7 to_cxl_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8087dba6 to_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x827ef1dc cxl_enumerate_cmds drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x84b45156 insert_resource_expand_to_fit vmlinux +CXL EXPORT_SYMBOL_GPL 0x88113eaa cxl_bus_type drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x945bd6a0 cxl_count_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9698c9f0 cxl_find_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x96f1f118 cxl_dvsec_rr_decode drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x98628ac8 cxl_bus_drain drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9e34e2f5 devm_cxl_pmu_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9f8baac6 __cxl_driver_register drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa3d670b0 to_cxl_switch_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa69f4c3f cxl_memdev_state_create drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa8cdf543 cxl_inject_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xacdb0ab0 cxl_find_regblock_instance drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xae6794d0 cxl_internal_send_cmd drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb0482263 devm_cxl_add_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb5d8e99b devm_cxl_add_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb64d1bfa cxl_mem_get_event_records drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb656aa12 cxl_driver_unregister drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbdcd7b4b to_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbe0c6191 devm_cxl_add_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc4bb3660 devm_cxl_add_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc55f3831 cxl_cor_error_detected drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc87928ae is_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcdff095d cxl_setup_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcfdca5ab cxl_mem_get_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd6453fbd to_cxl_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd8c9dcbf is_cxl_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe92b7b64 devm_cxl_register_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe92b8c8f cxl_mem_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe9fa635b cxl_set_timestamp drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xea730042 is_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xec4474fe devm_cxl_sanitize_setup_notifier drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xeea3b55d is_cxl_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf17dbf22 cxl_probe_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf2154d0d devm_cxl_add_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf2940bcd clear_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf3b504b1 cxl_await_media_ready drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf3ebf1a4 devm_cxl_add_rch_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf742aa86 devm_cxl_setup_hdm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf89ed5af cxl_poison_state_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xfa6e2811 cxl_endpoint_autoremove drivers/cxl/core/cxl_core +DEVMEM EXPORT_SYMBOL_GPL 0x3c804b25 cpu_cache_invalidate_memregion vmlinux +DEVMEM EXPORT_SYMBOL_GPL 0xd6551b9c cpu_cache_has_invalidate_memregion vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x1434bdf7 dma_buf_vmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x207155d2 dma_buf_get vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x3304187c dma_buf_move_notify vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x35f8005b dma_buf_vmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x52c845fe dma_buf_map_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x5d176444 dma_buf_detach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x5e838194 dma_buf_put vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x6a1a16fe dma_buf_dynamic_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x85c575a0 dma_buf_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xa8ee2f2b dma_buf_export vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xb17e85e5 dma_buf_pin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xc2159078 dma_buf_vunmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xc8713a68 dma_buf_unmap_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xd4eeddf7 dma_buf_mmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xd8fca517 dma_buf_map_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xdac58ca6 dma_buf_begin_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xe4fd6e57 dma_buf_fd vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xe92de109 dma_buf_end_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xea285916 dma_buf_vunmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xf544df93 dma_buf_unmap_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xfed2bd72 dma_buf_unpin vmlinux +DRM_SSD130X EXPORT_SYMBOL_GPL 0x33cf1f58 ssd130x_variants drivers/gpu/drm/solomon/ssd130x +EFIVAR EXPORT_SYMBOL_GPL 0x02cfcd2e efivar_trylock vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0x11940489 efivar_set_variable vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0x2303b915 efivar_lock vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0x5a3c9dbb efivar_get_variable vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xa336852c efivar_get_next_variable vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xc961bff7 efivar_unlock vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xee5240dc efivar_query_variable_info vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xefc77711 efivar_set_variable_locked vmlinux +EXPORT_SYMBOL arch/x86/crypto/chacha-x86_64 0x220b49ab chacha_crypt_arch +EXPORT_SYMBOL arch/x86/crypto/chacha-x86_64 0xdc94f829 chacha_init_arch +EXPORT_SYMBOL arch/x86/crypto/chacha-x86_64 0xdd8ec6bd hchacha_block_arch +EXPORT_SYMBOL arch/x86/crypto/curve25519-x86_64 0x3c74a43e curve25519_base_arch +EXPORT_SYMBOL arch/x86/crypto/curve25519-x86_64 0xc832c670 curve25519_arch +EXPORT_SYMBOL arch/x86/crypto/poly1305-x86_64 0xd9ec23eb poly1305_update_arch +EXPORT_SYMBOL arch/x86/crypto/poly1305-x86_64 0xe1df0e1b poly1305_init_arch +EXPORT_SYMBOL arch/x86/crypto/poly1305-x86_64 0xfaeb41b2 poly1305_final_arch +EXPORT_SYMBOL crypto/blake2b_generic 0x32e24c8a blake2b_compress_generic +EXPORT_SYMBOL crypto/ecc 0x16e410ff vli_from_be64 +EXPORT_SYMBOL crypto/ecc 0x188a1647 ecc_is_pubkey_valid_full +EXPORT_SYMBOL crypto/ecc 0x1a5faa3a vli_mod_inv +EXPORT_SYMBOL crypto/ecc 0x4c281912 vli_is_zero +EXPORT_SYMBOL crypto/ecc 0x671f7aa5 ecc_is_key_valid +EXPORT_SYMBOL crypto/ecc 0x7c0fbb00 vli_mod_mult_slow +EXPORT_SYMBOL crypto/ecc 0x8261eccb ecc_get_curve25519 +EXPORT_SYMBOL crypto/ecc 0x8e688192 ecc_alloc_point +EXPORT_SYMBOL crypto/ecc 0x90cdc197 ecc_free_point +EXPORT_SYMBOL crypto/ecc 0x9263b417 ecc_point_mult_shamir +EXPORT_SYMBOL crypto/ecc 0x92668805 vli_cmp +EXPORT_SYMBOL crypto/ecc 0x932b6ff7 vli_num_bits +EXPORT_SYMBOL crypto/ecc 0x9f6efabd vli_sub +EXPORT_SYMBOL crypto/ecc 0xa76b31a2 crypto_ecdh_shared_secret +EXPORT_SYMBOL crypto/ecc 0xb10fc19e ecc_get_curve +EXPORT_SYMBOL crypto/ecc 0xd6315f31 ecc_gen_privkey +EXPORT_SYMBOL crypto/ecc 0xd94c8eb5 ecc_point_is_zero +EXPORT_SYMBOL crypto/ecc 0xde867c29 ecc_is_pubkey_valid_partial +EXPORT_SYMBOL crypto/ecc 0xeac9b99a vli_from_le64 +EXPORT_SYMBOL crypto/ecc 0xed4ae15e ecc_make_pub_key +EXPORT_SYMBOL crypto/nhpoly1305 0x2c96c926 crypto_nhpoly1305_update +EXPORT_SYMBOL crypto/nhpoly1305 0x5484746f crypto_nhpoly1305_final +EXPORT_SYMBOL crypto/nhpoly1305 0x6369dd42 crypto_nhpoly1305_init +EXPORT_SYMBOL crypto/nhpoly1305 0x802f614f crypto_nhpoly1305_final_helper +EXPORT_SYMBOL crypto/nhpoly1305 0xa8afd10f crypto_nhpoly1305_update_helper +EXPORT_SYMBOL crypto/nhpoly1305 0xe0e3d669 crypto_nhpoly1305_setkey +EXPORT_SYMBOL crypto/sm4 0x2b098da5 crypto_sm4_ck +EXPORT_SYMBOL crypto/sm4 0x7931a202 crypto_sm4_fk +EXPORT_SYMBOL crypto/sm4 0xf4fd3bd2 crypto_sm4_sbox +EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks +EXPORT_SYMBOL drivers/acpi/nfit/nfit 0x06848c60 to_nfit_uuid +EXPORT_SYMBOL drivers/acpi/video 0x45b61916 acpi_video_register_backlight +EXPORT_SYMBOL drivers/acpi/video 0x7a45377b acpi_video_unregister +EXPORT_SYMBOL drivers/acpi/video 0x7cc484a5 acpi_video_handles_brightness_key_presses +EXPORT_SYMBOL drivers/acpi/video 0x7de7bf50 __acpi_video_get_backlight_type +EXPORT_SYMBOL drivers/acpi/video 0x8826c13b acpi_video_register +EXPORT_SYMBOL drivers/acpi/video 0x92c52473 acpi_video_get_levels +EXPORT_SYMBOL drivers/acpi/video 0xef4c2851 acpi_video_get_edid +EXPORT_SYMBOL drivers/atm/suni 0x72a3927b suni_init +EXPORT_SYMBOL drivers/bcma/bcma 0x5f61f66d bcma_core_dma_translation +EXPORT_SYMBOL drivers/bcma/bcma 0x83df7a08 bcma_core_irq +EXPORT_SYMBOL drivers/block/drbd/drbd 0x127a5901 drbd_set_st_err_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0x35131b36 drbd_role_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0x7730f22d drbd_conn_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0xaf27bebf drbd_disk_str +EXPORT_SYMBOL drivers/bluetooth/btbcm 0x49df9ffe btbcm_patchram +EXPORT_SYMBOL drivers/bluetooth/btrsi 0xf133150f rsi_bt_ops +EXPORT_SYMBOL drivers/bus/mhi/host/mhi 0x3203a9be mhi_sync_power_up +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x03bc993e ipmi_set_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x0705dd14 ipmi_register_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x12dd1e77 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1f65170f ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x230094ac ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x40228405 ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x49ccfca8 ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c2054d7 ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x50f65edf ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67369b42 ipmi_addr_src_to_str +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x74778a80 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x7ac49459 ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x80aa4656 ipmi_free_recv_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x89a5279a ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x8e1a96c5 ipmi_add_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96a6e5e8 ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xaca90ebd ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xae71627d ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd54a5050 ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4330a39 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe98c507d ipmb_checksum +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xec1c2a90 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf388b18b ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf5531bea ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfaaa4831 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfe0f2369 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/nvram 0x3ef38dc9 arch_nvram_ops +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x412e5c97 st33zp24_pm_suspend +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xa6ce4af9 st33zp24_probe +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xe32df91e st33zp24_remove +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xf3c066c0 st33zp24_pm_resume +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x9cc02ba9 xillybus_cleanup_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0xba8ded55 xillybus_find_inode +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0xf81dd8d9 xillybus_init_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x34821f23 xillybus_init_endpoint +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x3e0d22f8 xillybus_endpoint_remove +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0xafccdbe5 xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x12bfda59 atmel_i2c_send_receive +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x5fc81935 atmel_i2c_probe +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x80a11b1d atmel_i2c_init_read_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xaf3e73ec atmel_i2c_enqueue +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xb6c854bb atmel_i2c_init_ecdh_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xc71ed50c atmel_i2c_init_genkey_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xc80f14e8 atmel_i2c_flush_queue +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xf283e995 atmel_i2c_init_random_cmd +EXPORT_SYMBOL drivers/crypto/ccp/ccp 0x47d3c97f psp_check_tee_status +EXPORT_SYMBOL drivers/crypto/ccp/ccp 0x4a937398 psp_check_platform_access_status +EXPORT_SYMBOL drivers/crypto/ccp/ccp 0xaa04056c psp_tee_process_cmd +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0x29e498eb xdma_enable_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0x5371bdca xdma_get_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0xc5e70c49 xdma_disable_user_irq +EXPORT_SYMBOL drivers/firewire/firewire-core 0x02f12f3c fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0bc6094c fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x15d0d918 fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x207d00aa fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x271d5d69 fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2c45f7bd fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3a771e39 fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3b944265 fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x46854ac9 fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0x5aa928ce fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0x5c816578 fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6dc50487 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x733519ec fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8f03977c fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8f0ecd2c fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x9210301a fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x9aa96bb6 fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa9bc8af6 fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaedf84ce fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb22677e3 fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0xbd0f2f02 fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0xbd39eda3 fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc1f6b93d fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0xcbed7cdf fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0xdb8a6d20 fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe242d146 fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe3fde125 fw_csr_iterator_next +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe80e5087 fw_csr_iterator_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe970b0a7 fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf557f135 fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf611a6e3 fw_iso_buffer_init +EXPORT_SYMBOL drivers/fpga/dfl 0xdab0abfd dfl_driver_unregister +EXPORT_SYMBOL drivers/fpga/dfl 0xfe5aec48 __dfl_driver_register +EXPORT_SYMBOL drivers/fpga/lattice-sysconfig 0xa97f1f04 sysconfig_probe +EXPORT_SYMBOL drivers/gpu/drm/amd/amdxcp/amdxcp 0x0ea5d74b amdgpu_xcp_drv_release +EXPORT_SYMBOL drivers/gpu/drm/amd/amdxcp/amdxcp 0x16ec7c18 amdgpu_xcp_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x01c4bba9 drm_dp_lttpr_max_link_rate +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x04ba3f23 drm_dp_mst_topology_state_funcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x086ec32b drm_lspcon_get_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x096dba52 drm_dp_pcon_frl_prepare +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0ac0094c drm_scdc_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0ade14f8 drm_dp_cec_irq +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0c756b2a drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0d20f680 drm_dp_mst_get_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0f711422 drm_dp_mst_detect_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x10ac2776 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x11b0c4d1 drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x12e26d39 drm_scdc_set_scrambling +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x14d673a4 drm_dp_dual_mode_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1545c8bb drm_dp_pcon_hdmi_link_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1605d0ed drm_dp_lttpr_max_lane_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x16865e6d drm_dp_read_dpcd_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1709ddcf drm_dp_lttpr_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x19e01dc9 drm_dp_mst_atomic_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1a5bf3ca drm_dsc_dp_rc_buffer_size +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1b0a1fdc drm_dp_lttpr_voltage_swing_level_3_supported +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1c693f27 drm_dp_read_lttpr_phy_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1c791860 drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1ddcccf3 drm_dp_pcon_frl_configure_2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1f827711 drm_dp_set_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x20962f14 drm_dp_mst_update_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x23961837 drm_dp_downstream_max_bpc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x23fa19e7 drm_dp_atomic_find_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x24ada755 drm_dsc_set_rc_buf_thresh +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x26815dbc drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x28b4df11 drm_dp_lttpr_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2ca66099 drm_hdmi_infoframe_set_hdr_metadata +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2fa94ef2 drm_dp_downstream_444_to_420_conversion +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x318bc363 drm_dp_pcon_reset_frl_config +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x35ee79ed drm_dp_set_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x36d82e14 drm_dp_pcon_hdmi_link_active +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x37e0492d drm_panel_dp_aux_backlight +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x392a838b drm_dp_downstream_max_dotclock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3bd769d8 drm_dp_read_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3cd54bbc drm_dp_mst_dsc_aux_for_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x405b1d6e drm_dp_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x409f030d drm_dp_mst_connector_early_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x44f927e1 drm_dp_mst_connector_late_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4603c416 drm_dp_pcon_dsc_bpp_incr +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x490bf27d drm_dp_send_query_stream_enc_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4c303d7c drm_atomic_get_old_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x53507629 drm_dp_mst_root_conn_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5407ae9e drm_dp_get_dual_mode_type_name +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5697c716 drm_dp_atomic_release_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x56a663e9 drm_dp_dsc_sink_line_buf_depth +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x582f248e drm_dp_get_adjust_request_pre_emphasis +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x58d8fcaa drm_dsc_pps_payload_pack +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x597d4f7a drm_dp_mst_hpd_irq_send_new_request +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x59f27ed7 drm_dp_pcon_enc_is_dsc_1_2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5a775345 drm_dp_dual_mode_detect +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5a86f411 drm_dp_phy_name +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5b91d11f drm_dp_read_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5f1041a7 drm_dp_read_lttpr_common_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x603620f3 drm_dp_downstream_id +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6159ee68 drm_dp_dual_mode_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x627ba04b drm_dsc_set_const_params +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x63a477fb drm_dp_downstream_min_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x648d953b drm_dsc_dp_pps_header_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x657bcd40 drm_dp_pcon_pps_override_param +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x68d8dce7 drm_dp_downstream_is_tmds +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x69c8b0df drm_dp_pcon_is_frl_ready +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6a4df8c5 drm_dp_128b132b_eq_interlane_align_done +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6aacee47 drm_dp_128b132b_link_training_failed +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6aba0c85 drm_dp_mst_topology_mgr_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6abb6752 drm_dp_mst_atomic_enable_dsc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6b53e216 drm_dp_downstream_max_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6c552c18 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6d1f6081 drm_atomic_get_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6da06422 drm_dp_get_vc_payload_bw +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6e0856d3 drm_scdc_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x703df070 drm_dp_pcon_hdmi_frl_link_error_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7053fa72 drm_dp_get_pcon_max_frl_bw +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x71ea19e7 drm_atomic_get_mst_payload_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x73011db0 drm_dp_bw_code_to_link_rate +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x753e445d drm_dp_read_sink_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7592d70b drm_dp_pcon_pps_override_buf +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x76ff6644 drm_dp_lttpr_pre_emphasis_level_3_supported +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x79008c7e drm_dsc_setup_rc_params +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7b337a4a drm_dp_mst_put_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7d2a9ae5 drm_dp_read_downstream_info +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7ed2569b drm_dp_pcon_frl_configure_1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8278045f drm_dp_dual_mode_get_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x829b6048 drm_dp_dsc_sink_max_slice_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8476746d drm_edp_backlight_disable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x84fe93f6 drm_dp_start_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8570fd6f drm_connector_attach_content_protection_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x861ff4bd drm_dp_read_sink_count_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8740e2a0 drm_dp_mst_topology_mgr_destroy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x87e6fd33 drm_dp_cec_set_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8aa860c9 drm_hdmi_avi_infoframe_colorimetry +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8ca2d9e4 drm_dp_calc_pbn_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8d266ab0 drm_dp_mst_dump_topology +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8d701329 drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8ffe09fb drm_edp_backlight_set_level +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x90bba673 drm_dp_stop_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x92107d9e drm_dp_mst_topology_mgr_resume +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x922bbd82 drm_edp_backlight_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x92b9835e drm_dp_128b132b_cds_interlane_align_done +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9405876e drm_dp_send_real_edid_checksum +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x947ce305 drm_dp_downstream_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x95883bb4 drm_dsc_initial_scale_value +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x95e88a04 drm_hdmi_avi_infoframe_bars +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x96a4b9f0 drm_dp_dual_mode_set_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x98462258 drm_dp_pcon_frl_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa1fefe6a drm_dp_psr_setup_time +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa30a7174 drm_dp_dpcd_probe +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa328f759 drm_dp_pcon_convert_rgb_to_ycbcr +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa5805835 drm_dp_mst_topology_mgr_suspend +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa780e0b5 drm_dp_mst_get_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa843606e drm_dp_dsc_sink_supported_input_bpcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaf196b9f drm_scdc_get_scrambling_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaf267620 drm_dp_lttpr_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb014e425 drm_atomic_get_new_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb085ac9b drm_dp_mst_topology_mgr_set_mst +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb2b9e390 drm_dp_dpcd_read_phy_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb7d7343c drm_dp_read_mst_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb8525d28 drm_dp_check_act_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbcc8e16b drm_dp_send_power_updown_phy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbebf3a0d drm_dp_pcon_pps_default +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbf99b434 drm_dp_add_payload_part1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc020c0c1 drm_dp_pcon_dsc_max_slice_width +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc4db739e drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc5c99a79 drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc79ecffb drm_dp_downstream_is_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc7b3bf0a drm_dp_mst_edid_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc8754e3d drm_dp_get_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc8b6a8ae drm_dp_128b132b_lane_channel_eq_done +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xccf54d5e drm_dp_get_adjust_tx_ffe_preset +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcd452905 drm_dp_read_desc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xce2cedc1 drm_dp_mst_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcfc9426f drm_hdcp_update_content_protection +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd03c78ec drm_dp_mst_hpd_irq_handle_event +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd0e95456 drm_dsc_get_bpp_int +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd2260ab1 drm_dp_remove_payload +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd2847272 drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd4bc6e95 drm_lspcon_set_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd5a95eae drm_dp_128b132b_lane_symbol_locked +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd625863a drm_dp_cec_unset_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdac92211 drm_dp_cec_register_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdd191dac drm_dp_128b132b_read_aux_rd_interval +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe0fcdb2a drm_dp_mst_atomic_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe2468a48 drm_dsc_flatness_det_thresh +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe5360b84 drm_dp_pcon_dsc_max_slices +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe7743fb1 drm_dp_cec_unregister_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xedcf81ce drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xef285693 drm_hdmi_avi_infoframe_content_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xeffc0d97 drm_dp_dual_mode_max_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf0a01010 drm_dp_remote_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf1316b36 drm_dp_mst_add_affected_dsc_crtcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf3e338cc drm_scdc_set_high_tmds_clock_ratio +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf68741fb drm_dp_subconnector_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf689ad25 drm_dp_downstream_420_passthrough +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf7a5f586 drm_dp_downstream_debug +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf8756d93 drm_edp_backlight_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfb1a7a5a drm_dp_downstream_rgb_to_ycbcr_conversion +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfca6440b drm_dp_add_payload_part2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfe12bcb9 drm_dsc_compute_rc_parameters +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfe69429a drm_dp_vsc_sdp_log +EXPORT_SYMBOL drivers/gpu/drm/drm 0x002b29a7 __drmm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x016efb49 drm_send_event_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x018628d6 drm_gem_dma_resv_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x01a496d8 drm_mode_validate_ycbcr420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x01f10880 drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0203b202 drm_gem_vunmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x02668940 drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x02f17e6b drm_atomic_private_obj_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03c63897 __drm_get_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03db7830 __devm_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0522aec4 drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x058de3ab drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x05a87fba drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x06fe797c drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07fb449a drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x080fdc8f drm_vblank_work_cancel_sync +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0847d8e9 drmm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x08b46a7b drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x08e7de52 drm_atomic_nonblocking_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a537d48 drm_client_dev_hotplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a9dbf43 drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b6f1903 drm_gem_prime_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0cc4ddcb drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d766385 drm_framebuffer_plane_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d9b4753 drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0e346c6d drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ea6b67f __drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0eb7f5eb drm_privacy_screen_lookup_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f7acb66 drm_mm_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fa2f9d4 drm_plane_create_blend_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fd60df2 drm_get_connector_status_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x100b0896 drm_print_regset32 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x107742a9 drm_get_subpixel_order_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x10ca63a4 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1105822b drm_master_internal_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0x121ef8b4 drm_compat_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x122a12a8 drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12afbb1b drm_dev_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14de114d drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x15625104 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1598d9b1 drm_mode_create_aspect_ratio_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x15c0a14f drm_panel_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1624c38a drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16b809c8 drm_print_memory_stats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17f9d696 drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18ac010f drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x195c5bcf drm_edid_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x197feb39 drm_aperture_remove_conflicting_pci_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x198ae14b drm_crtc_vblank_helper_get_vblank_timestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a411479 drm_syncobj_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a7bfe68 drm_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c26d4c9 drm_writeback_queue_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c92c17c drm_panel_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ca484a7 drm_property_blob_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1cad6314 drm_syncobj_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d0c40e1 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1df11b36 drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1eda5270 drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f0c03cb drm_privacy_screen_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f9895c4 drm_display_mode_from_cea_vic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1faeb111 __drm_dev_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x206632c7 drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20af7a17 drm_gem_dmabuf_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20dd6ddf drm_dev_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x21014ee0 drm_mode_plane_set_obj_prop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2183c08c drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x22744556 drm_syncobj_get_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x23307695 drm_crtc_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2363c5b6 drm_crtc_commit_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2387acd6 drm_gem_prime_import_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x23893c77 drm_writeback_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2398e3c5 drm_crtc_accurate_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x23a9cdf3 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x23f7e7b7 devm_drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24993e50 drm_edid_are_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24cf437a drm_vma_node_is_allowed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24d124ac drm_mode_equal_no_clocks_no_stereo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2560a0df drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25daad93 __drm_mm_interval_first +EXPORT_SYMBOL drivers/gpu/drm/drm 0x26cd9754 drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x26da72b4 drm_writeback_signal_completion +EXPORT_SYMBOL drivers/gpu/drm/drm 0x26fd4496 drm_syncobj_find_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2712fc34 drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2754dad8 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27da7a2f drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27ed7fa4 drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28779e52 drm_printf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x288243a1 drm_plane_create_color_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28ed6f46 drm_debugfs_add_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0x293c7f47 drm_panel_of_backlight +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29cdf3df drm_release_noglobal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29e13e9d drm_connector_set_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29f078d1 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a617037 drm_atomic_get_old_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a962499 drm_mm_scan_init_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b7b9d25 drm_privacy_screen_call_notifier_chain +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2be2cede drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2cae3414 drm_client_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e590c1f drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ed3c600 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f476172 drm_privacy_screen_lookup_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f631802 drm_edid_read_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2faf930c drm_property_replace_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x309ac9a3 drm_edid_connector_add_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31b8a5e3 __drm_set_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3280ec0b drm_debugfs_add_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32a0cc37 drm_print_bits +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32f09d14 drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x331e35e2 drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0x33ef4bc1 drm_atomic_print_new_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x34310e7f drm_plane_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x367049f7 drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36a6c961 drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x37cac106 drm_crtc_vblank_helper_get_vblank_timestamp_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38690d99 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x386f50ac drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38fa1a11 drm_gem_lock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3900dcd8 drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x392aca65 drm_gem_lru_move_tail +EXPORT_SYMBOL drivers/gpu/drm/drm 0x397c3d27 drm_edid_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ab87110 drm_mode_equal_no_clocks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b0e5e9c __drm_puts_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c22a4d8 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cdc37e9 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d5cc6be drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3de9ddfa drm_atomic_get_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e1d8f6f drm_panel_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e6ead0d drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3eaa0add drm_crtc_next_vblank_start +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ef3796d drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f405489 __drm_printfn_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x409e4c76 drm_modeset_lock_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x40ddd302 drm_atomic_set_fb_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x41a0bca8 drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x42881c4c drm_modeset_lock_single_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0x42963bbb drm_gem_lru_move_tail_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x42ab0b20 drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4324300d drm_mode_create_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4357f819 drm_connector_attach_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x436d26aa drm_framebuffer_plane_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4403a9c3 drm_mode_get_hv_timing +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4489a5e9 drm_edid_raw +EXPORT_SYMBOL drivers/gpu/drm/drm 0x450ecac8 drm_client_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4575a0ca drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4638e926 drm_panel_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x464622c2 drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46804cb2 drm_privacy_screen_unregister_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46ad1cb4 drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0x47e575fd drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4831da6e drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x496a0171 drm_atomic_set_mode_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a35d30d drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ae2e7a5 drm_atomic_get_new_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b0cca15 drm_gem_map_detach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b0f13bf drm_send_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b7ebf95 drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4cc3f8a9 drm_atomic_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d402bdd drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4daf29f1 drmm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e12666c drm_property_replace_global_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e2a621e drm_prime_sg_to_dma_addr_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f7518e9 drm_edid_override_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f855bd6 drm_syncobj_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4fd7ee77 drm_connector_set_path_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5018fbeb drm_connector_has_possible_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50486670 drmm_kmalloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50674de7 drm_timeout_abs_to_jiffies +EXPORT_SYMBOL drivers/gpu/drm/drm 0x513072fe __drm_puts_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0x521ad6d0 drm_puts +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54a3fdc5 drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5535e499 drm_mode_object_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55754b64 drm_send_event_timestamp_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55eb38da drm_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x569f9006 drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x571634c7 drm_gem_map_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57698a50 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57cbaad7 drm_atomic_state_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57dca123 drm_atomic_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x586ce631 drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59056243 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59648cb0 drm_plane_create_zpos_immutable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59ca3c27 drm_dev_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5ae931d3 drm_client_modeset_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5ceedbfe drm_bridge_chain_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d3f76f9 drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5ec87065 drm_connector_attach_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5ee5f977 drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f7985a5 drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x600ded99 drm_edid_read_custom +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60cfa0f5 drm_gem_vmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60f4e628 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6140d609 drm_dev_enter +EXPORT_SYMBOL drivers/gpu/drm/drm 0x61727657 drm_atomic_get_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x61af7439 drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x62879ff7 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63e2af48 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63fd26fd drm_writeback_cleanup_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x64d6affc drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65702bd6 drm_default_rgb_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6644886f drm_client_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6789c349 drm_connector_set_orientation_from_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x68f231a8 drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6910e4cd drm_format_info_min_pitch +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69353664 __drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69e1bf40 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6a5262c4 drm_client_modeset_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ab904b3 drm_atomic_state_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ac01ea8 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ca28e29 drm_gem_lru_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e270914 drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f2eb65a drm_mode_create_dp_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x70a400b1 drm_vblank_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7192361d drm_atomic_set_mode_prop_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x721cb7ad drm_connector_attach_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x72508623 drm_client_framebuffer_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0x73f8bfb0 drm_atomic_set_crtc_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7493aea1 drm_crtc_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74e57d5c drm_connector_attach_max_bpc_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74fc6fbd drm_format_info_block_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x75027067 drm_atomic_get_new_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x75507a4c drm_color_lut_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x768076ee drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0x768e6dc0 drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x77602dad drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x783677ee drm_property_create_bool +EXPORT_SYMBOL drivers/gpu/drm/drm 0x78b2f4c6 drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x78dac200 drm_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x794978cc drm_connector_atomic_hdr_metadata_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7997dab8 drm_plane_create_alpha_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79c00fa2 drm_edid_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79d87263 drm_writeback_connector_init_with_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a63df45 drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7acbfc53 drm_edid_read_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ad7a047 drm_atomic_add_encoder_bridges +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b07c06a drmm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b2e2166 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c0274fb drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c0d9cad drm_display_info_set_bus_formats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c185857 drm_crtc_vblank_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c545285 drm_edid_get_monitor_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e1820e4 drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e3277f8 ___drm_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e7f969b drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ed85ce2 drm_plane_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7edf470b drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x814f9edd drm_connector_list_iter_begin +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81bf3784 drm_show_fdinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81eadcfd drm_crtc_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x820ac5c0 drm_vma_node_allow_once +EXPORT_SYMBOL drivers/gpu/drm/drm 0x84113411 drm_atomic_add_affected_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8445e99f drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x85407135 drm_aperture_remove_conflicting_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x85677d4a drm_edid_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x87411d70 drm_event_reserve_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x87a31ec4 drm_client_modeset_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8abb2978 drm_gem_objects_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ae1f889 drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b37a19e drm_property_lookup_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b5cd5c3 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b614e67 drm_atomic_get_connector_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8cd824e4 drm_connector_attach_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d72789e drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f9e5539 drm_mode_create_suggested_offset_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8fa42bac drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x90240134 __drmm_add_action_or_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x903a7ebd drm_gem_private_object_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x909fe080 drm_plane_get_damage_clips_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x90d8bb58 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91168614 drm_dev_has_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x911fe38b drm_dev_unplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x914cec00 drm_atomic_get_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9184d56a drm_client_modeset_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0x92cb445c drm_plane_create_rotation_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9361ccd4 drm_gem_dmabuf_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x93f001f7 drm_plane_get_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95f974ad drm_client_framebuffer_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96538702 drm_crtc_arm_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96b3abbb drm_atomic_set_crtc_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9768cc86 drm_atomic_bridge_chain_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x982d09b3 drm_format_info_block_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98658175 drm_privacy_screen_get_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x987437a6 drm_vblank_work_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98c7b041 __drm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x992a84aa drm_atomic_add_affected_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b0ad529 drm_client_framebuffer_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b0c7011 drm_any_plane_has_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b285573 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b56408f drm_gem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b95c885 drm_mode_match +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b9de1c1 drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9bb03d40 drm_bridge_chain_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c83c937 drm_mode_create_hdmi_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9cc4beb3 drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9cdf51a8 drm_connector_list_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ce050be drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ce966c5 drm_writeback_prepare_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d425e74 drm_mode_validate_driver +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d9c2d9f drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9db7c8fa drm_atomic_normalize_zpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9dbff1a3 drm_client_rotation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9dc83c1b drm_connector_oob_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ddd2e39 drm_mode_create_tv_properties_legacy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9eae54d4 drm_bridge_chain_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9eff0fe1 drm_show_memory_stats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f21f721 drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa0ec91b4 drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa0fd99a3 drm_connector_attach_hdr_output_metadata_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa153f469 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1b0d8a0 drm_gem_unmap_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa248afde drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2ae980e drm_hdmi_avi_infoframe_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa38c4c94 drm_memcpy_from_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa49d5055 drm_connector_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa646a931 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6d51dc7 drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa7389f63 drm_mode_object_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa88b82a4 drm_connector_set_tile_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8c2c6c9 drm_connector_set_panel_orientation_with_quirk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8e4b55b drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa945b026 drm_event_reserve_init_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa956955b drm_gem_lru_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa51a347 drm_property_blob_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaafce795 drm_panel_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab40f2e7 drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xabce9a4e drm_connector_attach_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xacab9385 drm_connector_create_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad3cfcf8 drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad4e902b drm_color_ctm_s31_32_to_qm_n +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae277372 __drm_crtc_commit_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae2c3b8e drm_connector_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae5af506 drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaea770cc drm_client_modeset_commit_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf679741 drm_crtc_enable_color_mgmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb08744ec drm_connector_attach_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0a658d1 drm_crtc_vblank_waitqueue +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb11ac7a7 __drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1b36826 drm_mode_create_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1bab148 drm_get_edid_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb208a882 drm_invalid_op +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb20bb2ee drm_gem_evict +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb212dc3e drm_edid_dup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3750192 drm_edid_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4032484 drm_mm_insert_node_in_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5e0c87b drm_connector_init_with_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb601b2bb __drmm_crtc_alloc_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6127243 drm_need_swiotlb +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb634725a drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6c9eee7 drm_panel_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6dc8116 drm_gem_unlock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7972ca6 drm_mode_put_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7fa084b drm_connector_update_privacy_screen +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb8620fc5 __drmm_add_action +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb93628c6 drm_gem_dmabuf_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb96e3ca2 drm_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9cad492 __drm_atomic_state_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9e25579 drm_connector_list_iter_end +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9e77f35 drm_atomic_state_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9f8f1ef drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba63bf23 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba7ae8bf drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbaff86e8 drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb3c5440 drm_plane_create_zpos_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb8fc69a drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc488c52 drm_gem_map_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbdc9ba58 drm_is_current_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbdd70652 drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbeabe787 drm_edid_get_panel_id +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc13bcf17 drm_gem_lru_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc295d9ed drm_atomic_check_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc3528e35 drm_atomic_get_old_crtc_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc35bb957 drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc36cb07c drm_crtc_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc3ad3cd6 drm_client_buffer_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4f6cc01 drm_crtc_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4fa0e0e drm_sysfs_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc60092e2 drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6ae5647 drm_atomic_private_obj_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc75e6828 drm_bridge_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc77b913b drm_plane_enable_fb_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7910e38 drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7c34c2e drm_gem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7d04fc5 drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc8784361 drm_connector_attach_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc8a84d77 drm_file_get_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc9002627 drm_atomic_get_new_crtc_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcae068fc drm_privacy_screen_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcae759a7 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb611de4 drm_driver_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb93a5b2 drm_atomic_get_old_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc3c8c2a drm_modeset_lock_all_ctx +EXPORT_SYMBOL drivers/gpu/drm/drm 0xccd26808 drm_writeback_get_out_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd033fc7 drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd46caf9 drm_connector_set_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdb99cc9 drm_mode_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xced79078 __drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf2c7be0 drm_connector_attach_dp_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd0518f69 drm_atomic_state_default_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd0bf8f9b drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd13f9985 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2921af8 drm_privacy_screen_set_sw_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2bdbc89 drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd302e516 drm_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd3191426 drm_panel_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd48bb939 drm_syncobj_add_point +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd49e41f5 drm_privacy_screen_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd680a377 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7a9cf42 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7e00608 drm_atomic_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7edf163 drm_object_property_get_default_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd81507d0 drm_crtc_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd9d253d7 drm_atomic_get_new_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdad9c8b1 drm_prime_get_contiguous_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb320a08 drm_mode_is_420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb33cecc drm_event_cancel_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdc2be393 drm_crtc_set_max_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdcaa87bf drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd3c6afa drm_mode_is_420_also +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd7b4ed3 drmm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xde184090 drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xde461e40 drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdea31206 drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf379735 drm_privacy_screen_register_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf3f760d drm_mm_scan_color_evict +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf666902 drm_rotation_simplify +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf82cf71 drm_crtc_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf85832a drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe050b6a1 drm_get_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1dc34e0 drm_crtc_vblank_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2e3e9b2 drm_syncobj_get_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe317082a __drm_printfn_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe33d33b0 drm_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3ac15d5 drm_mode_is_420_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3d5209f drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe6210822 drm_prime_sg_to_page_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe633a4cd drm_format_info_bpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7d8bae7 drm_gem_dmabuf_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe82a4ac7 drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8853cc3 drm_mode_create_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8979c23 drm_atomic_get_crtc_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a034df drm_dev_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a0e334 drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8e9c74a drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe9ef8ac1 __drmm_mutex_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea00fe81 __drm_printfn_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xebf5b8b2 drm_atomic_state_default_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0xec47e073 drm_ioctl_kernel +EXPORT_SYMBOL drivers/gpu/drm/drm 0xec5b2ee3 __drmm_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed2a54ff drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed5756cc drm_mode_get_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeef72141 drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0517d7a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf095dc96 drm_get_tv_mode_from_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1039a43 drm_master_internal_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf17baf59 drm_property_create_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf18ef540 drm_client_buffer_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1b5340a drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf23e8529 drm_connector_attach_privacy_screen_provider +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf2782f5b drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf28b763d devm_aperture_acquire_from_firmware +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf2f92b7a drm_syncobj_replace_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf3207a62 drm_state_dump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf36cd29e drm_connector_set_link_status_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf3746d7e drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf406e46a drm_get_connector_type_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf44e4039 drm_vblank_work_schedule +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4733270 drm_atomic_get_old_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf590763f drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf73fe1fd drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf7b10805 drm_atomic_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf7fec413 drm_privacy_screen_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf824c7db __drm_printfn_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfaceff02 drm_panel_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfdfcb8d6 drm_sysfs_connector_status_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe1c4140 drm_analog_tv_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe870d6d drmm_kfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfeb953b1 __drm_printfn_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfed290d9 drm_atomic_bridge_chain_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffa4b341 drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x22d53779 drm_buddy_free_list +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x2d9e9583 drm_buddy_print +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x40d76a49 drm_get_buddy +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x9f44c898 drm_buddy_init +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xabb5a026 drm_buddy_block_trim +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xbd5b3bcc drm_buddy_free_block +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xc30d71cc drm_buddy_block_print +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xfa150882 drm_buddy_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xff748b76 drm_buddy_alloc_blocks +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0x0c02eed6 drm_fbdev_dma_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0x77001bd5 drm_gem_dma_prime_import_sg_table_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0xf3910bf2 drm_gem_dma_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x003f7df3 drm_fb_xrgb8888_to_argb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x00f8663a drm_gem_fb_create_handle +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x05f720de drm_gem_simple_kms_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x082329d7 drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0c46e20d drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0d3e3314 drm_atomic_helper_damage_iter_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0e6c87a0 drm_atomic_helper_wait_for_vblanks +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0e73f7f8 drm_gem_fb_end_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0ec48bb8 drm_fb_helper_deferred_io +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0ecd4372 __drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x108ff6da drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x119fec0f drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x11caa00a drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x127a8c6b drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x15451ac5 drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1607cf56 drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x17627dab drm_atomic_helper_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x17b3478a drm_atomic_helper_page_flip +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x184dc22a drm_atomic_helper_commit_duplicated_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1a2cb6c2 drm_atomic_helper_check_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1ef6b50c drm_connector_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x20664e0e drm_atomic_helper_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21b7b4cc drm_atomic_helper_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21d541eb drm_flip_work_queue_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21ee6152 drm_gem_fb_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x22935900 __drmm_simple_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x22bb439d drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x22d38001 drm_fb_helper_output_poll_changed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x22d87501 drm_atomic_helper_check_wb_encoder_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x25712c5c drm_atomic_helper_check_crtc_primary_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x25c514fb drm_atomic_helper_commit_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x27c3dfce __drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x28dd8702 drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x29048786 drm_fb_xrgb8888_to_rgb888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2919ce3a drm_self_refresh_helper_update_avg_times +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x298b7bf5 drm_fb_xrgb8888_to_argb8888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2b1a8b76 __drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d846f06 drm_connector_helper_get_modes_from_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d96bf1f drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2de077f6 drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2e38602e drm_self_refresh_helper_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x30867d0d drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x32c1ad8a drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3363178e drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x337bbaeb drm_mode_config_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x33ea5e60 drm_atomic_helper_async_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x35aaa8c2 drm_gem_fb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3719d05b drm_connector_helper_tv_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x378fc7e5 drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x38623992 drm_atomic_helper_fake_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3acd4edb drm_atomic_helper_wait_for_fences +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3c30ee24 __drm_atomic_helper_crtc_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3f5753f9 drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3fec8fa0 drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3ff44b06 drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x40916bb2 drm_atomic_helper_wait_for_flip_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4187a96a drm_fb_helper_set_suspend_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x422c4e34 __drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x45ac6f1d __drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x469461cd drm_simple_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x498a2fa0 drm_atomic_helper_check_plane_damage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x499e8f80 drm_fb_helper_release_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4a7346de drm_atomic_helper_update_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4ed4760a drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x500739f9 drm_gem_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5070ca3d drm_panel_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x52b0ed1f drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x532ddf55 drm_self_refresh_helper_alter_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5415b115 drm_atomic_helper_commit_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x55088df3 drm_gem_simple_kms_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5542443b drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5595cce5 drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x58510ba4 __drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a4734d1 drm_kms_helper_is_poll_worker +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a5450cb drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5d5c777e drm_plane_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5de5da23 drm_gem_fb_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6052679e drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6128f340 drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x614e7e5b drm_atomic_helper_page_flip_target +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x61be1ef7 drm_plane_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x621db654 drm_helper_probe_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x62eed82a drm_atomic_helper_check_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x64b894d0 drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x661a1a66 drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6aba2f0f drm_fb_helper_alloc_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b5c2b06 drm_atomic_helper_damage_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6c18d34e drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6c739a4d devm_drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6dff0921 drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e30ba8e drm_rect_rotate_inv +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e34d581 drm_gem_simple_kms_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6ffd3db9 drm_fb_xrgb8888_to_rgb565 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x712f67f5 drm_gem_fb_begin_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7290060e drm_atomic_helper_damage_merged +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x73744c49 drm_crtc_helper_mode_valid_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7514de7d drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x757244a8 drm_atomic_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7a9c09e1 drm_atomic_helper_cleanup_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7b025282 drm_fb_helper_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7b1b0d8e drm_kms_helper_poll_reschedule +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7f02857c drm_atomic_helper_bridge_propagate_bus_fmt +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x80f7e8d9 drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x82da9ea2 __drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x830b2f47 drm_mode_config_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x842dd90c drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8697f625 drm_fb_memcpy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x87ff8bfb drm_atomic_helper_connector_tv_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x899d5299 drm_atomic_helper_bridge_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x89e6f105 drm_fb_xrgb8888_to_xrgb1555 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x89e6f896 drm_plane_helper_disable_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8a1dd0b0 drm_atomic_helper_commit_cleanup_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8a368c94 drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8a378c0f drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8a98a070 drm_atomic_helper_check_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8b7298fd drm_fb_helper_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8be926d3 drm_fb_xrgb8888_to_argb1555 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8e298d9c drm_atomic_helper_commit_hw_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8e58dca3 drm_fbdev_generic_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8ef9866e __drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8f380572 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x917871da drm_fb_helper_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x958d46ee drm_bridge_is_panel +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9740ac6e drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x986aa0cd __drm_atomic_helper_plane_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x98f734c9 __drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x994eb9ab drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99fd20aa drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9a3410c4 drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9ca78d33 drm_atomic_helper_async_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9d32d039 drm_atomic_helper_unprepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa00c0ea1 __drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa0a816e3 drm_plane_helper_update_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa10be9d9 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa13f5c6c drm_atomic_helper_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa1ca25c7 drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa23957a2 drm_fb_swab +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa3ec892b __drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa5eb0081 drm_fb_blit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa75847ee drm_helper_force_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa79d2ea5 drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa9292b9f drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaa01af4c drm_connector_helper_get_modes_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xab090f98 drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xab6353db drm_fb_helper_damage_range +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xab6ad561 drm_self_refresh_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xabd976cd drm_gem_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xada9b8ed drm_atomic_helper_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xadf08aa2 drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xae6515e7 drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaf1dee39 drm_atomic_helper_swap_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaf9972ca drm_atomic_helper_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xafb923e5 drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb053adda drm_rect_rotate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb1687678 drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb2a79600 drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb6a6b711 drm_fb_clip_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb73d379f drm_connector_helper_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb7f8e360 drm_kms_helper_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb87036fa drm_fb_helper_fill_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb95967af __drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbb87ae5c drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbd7168d5 drm_atomic_helper_commit_modeset_enables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbd7df08c drm_fb_helper_damage_area +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbd942ddf drm_atomic_helper_commit_modeset_disables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc0a793ff drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc4c6d4be drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc6323239 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc6beb371 devm_drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc7debf25 drm_atomic_helper_connector_tv_margins_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc83b9d0a __drm_atomic_helper_connector_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcb2340b8 drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcc09767b drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xccce3db1 drm_atomic_helper_update_legacy_modeset_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcd70822a drm_atomic_helper_prepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcd7b945d drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xce37afcf drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf11a549 drm_flip_work_allocate_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf5ed9dc __drm_atomic_helper_private_obj_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcfe6b0e6 drm_atomic_helper_dirtyfb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd1532bad drm_panel_bridge_set_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd1b8f9a2 drm_fb_helper_set_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd1ef6c53 drm_atomic_helper_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd24043b4 drm_fb_xrgb8888_to_rgba5551 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd4a8e352 drm_simple_display_pipe_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd584e0ff drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd5e11055 drm_crtc_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd6c4b037 drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd7fd7a3a drm_fb_xrgb8888_to_xrgb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdb310d6a drm_fb_xrgb8888_to_gray8 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdd6403ec drm_fb_xrgb8888_to_rgb332 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdfb544e8 drm_atomic_helper_disable_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdfd49af6 drm_atomic_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe007798e drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe0580601 drm_atomic_helper_shutdown +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe0d76325 drm_atomic_helper_connector_tv_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe12d2856 drm_gem_simple_kms_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe215721a drm_fb_helper_unregister_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe81b20ab __drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe81b3de9 drm_atomic_helper_commit_tail_rpm +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe893cc73 drm_simple_display_pipe_attach_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xed0db7ca drm_gem_simple_kms_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xed5ec5b0 drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xedc3223c drm_atomic_helper_commit_tail +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf24578d6 drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf420937b __drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf5582d22 drm_fb_build_fourcc_list +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf778b0c1 drm_panel_bridge_connector +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf8a21916 drm_fb_xrgb8888_to_mono +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfba9d741 drmm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xff2c2a67 drm_fb_helper_lastclose +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x0973a37b mipi_dbi_command_read +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x0f7eb239 mipi_dbi_hw_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x1b8b49b3 mipi_dbi_pipe_begin_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x216e2e68 mipi_dbi_pipe_duplicate_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x266cc055 mipi_dbi_command_stackbuf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x2b419101 mipi_dbi_pipe_destroy_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x2d520339 mipi_dbi_enable_flush +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x5422efff mipi_dbi_spi_transfer +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x55b05dab mipi_dbi_poweron_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x63282085 mipi_dbi_dev_init_with_formats +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x7c75aab9 mipi_dbi_spi_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x852c821c mipi_dbi_buf_copy +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xa44d4aea mipi_dbi_pipe_update +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xaf648efc mipi_dbi_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xbb57c23d mipi_dbi_pipe_reset_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xe58ac378 mipi_dbi_display_is_on +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xe608977b mipi_dbi_spi_cmd_max_speed +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xe6805636 mipi_dbi_pipe_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xe99af754 mipi_dbi_poweron_conditional_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xea3619a3 mipi_dbi_dev_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xee23f6c3 mipi_dbi_pipe_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xf9a61cb6 mipi_dbi_pipe_end_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xfe12e90f mipi_dbi_command_buf +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x073b3446 drm_gem_shmem_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x0c4ebfef drm_gem_shmem_purge +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x2abecfc7 drm_gem_shmem_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x73f81ed9 drm_gem_shmem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xb827abaf drm_gem_shmem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xc0921e99 drm_gem_shmem_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xcd66dec4 drm_gem_shmem_purge_locked +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xe095e63b drm_gem_shmem_madvise +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xf48be858 drm_gem_shmem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xfe0abfbf drm_gem_shmem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0x048a510f drm_suballoc_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0x0bad1988 drm_suballoc_new +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0x8debd4c9 drm_suballoc_free +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0xcfea1bec drm_suballoc_dump_debug_info +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0xdd9c3522 drm_suballoc_manager_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x3026fcf1 drm_gem_ttm_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x535c7ca7 drm_gem_ttm_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x5dca3749 drm_gem_ttm_dumb_map_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xb2b8c7cb drm_gem_ttm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xff25f52f drm_gem_ttm_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x03fa69bf drm_gem_vram_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x15464bc1 drm_gem_vram_plane_helper_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x1c9cf75f drm_gem_vram_driver_dumb_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x1f1a3828 drm_vram_mm_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x216cdc88 drm_gem_vram_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x49db65b9 drm_vram_helper_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x5407ec79 drmm_vram_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x60e4b242 drm_gem_vram_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x626e1119 drm_gem_vram_simple_display_pipe_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x675620ff drm_gem_vram_put +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x69a53163 drm_gem_vram_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xa1732781 drm_gem_vram_fill_create_dumb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xb7883b82 drm_gem_vram_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xc265299b drm_gem_vram_plane_helper_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xeb40bb63 drm_gem_vram_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xf713faed drm_gem_vram_vmap +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x1cb9893d drm_sched_entity_flush +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x43714ea0 drm_sched_job_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x472babe3 drm_sched_stop +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x4d052690 drm_sched_suspend_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x577ba3cb drm_sched_entity_error +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x5a8b8072 drm_sched_job_add_resv_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x65f444c0 drm_sched_job_add_syncobj_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x69532e09 drm_sched_job_arm +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x70ccc437 drm_sched_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x76190378 drm_sched_resubmit_jobs +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x78328364 drm_sched_entity_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x79776244 drm_sched_entity_destroy +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x7f6914f3 drm_sched_entity_set_priority +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x9abcf642 drm_sched_start +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xa428f717 drm_sched_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xb03f78eb drm_sched_job_add_implicit_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xce38864c drm_sched_fault +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xd083a263 drm_sched_job_cleanup +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xd70d5e14 to_drm_sched_fence +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xe0bb0d0f drm_sched_resume_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xe7e9b42b drm_sched_increase_karma +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xe8198ed6 drm_sched_pick_best +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xeacb9832 drm_sched_entity_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xeaef460f drm_sched_job_add_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xefda5f43 drm_sched_entity_modify_sched +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xfe891aa8 drm_sched_entity_push_job +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x08791b71 ttm_bo_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x142d96c0 ttm_bo_pin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x160c3dab ttm_agp_bind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1a71d30c ttm_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x234b7c95 ttm_pool_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x353addbf ttm_agp_destroy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x38ca6a32 ttm_resource_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3f24560b ttm_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4137449f ttm_resource_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4144f1d4 ttm_bo_init_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x446fb1a1 ttm_lru_bulk_move_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x45de5cdf ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4b303775 ttm_bo_vm_dummy_page +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4fc8d78d ttm_range_man_fini_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x50e185f4 ttm_bo_vm_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x51f337c1 ttm_bo_wait_ctx +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x58b66977 ttm_kmap_iter_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5d6af0d6 ttm_pool_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x64880018 ttm_bo_vm_close +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x66405c01 ttm_device_clear_dma_mappings +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x69cc2943 ttm_tt_pages_limit +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6a847134 ttm_kmap_iter_iomap_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6d4cb710 ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6e720226 ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x702f5713 ttm_lru_bulk_move_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x763beea0 ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7b81a605 ttm_sg_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x86bf244d ttm_resource_manager_debug +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8b089736 ttm_bo_eviction_valuable +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8b5721f5 ttm_resource_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8dc414be ttm_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8f7bff92 ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x935be803 ttm_pool_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x97df9476 ttm_bo_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x97f8013a ttm_resource_manager_create_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9870e674 ttm_pool_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9c4ec787 ttm_device_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9c7f1d23 ttm_agp_tt_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa3976fcc ttm_bo_vm_access +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xaae0313f ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xaae23afa ttm_bo_move_sync_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xac3eadc4 ttm_agp_unbind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xad168196 ttm_bo_vunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb0ce6c29 ttm_bo_vm_fault_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb86bf3ab ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb9e280f9 ttm_resource_manager_evict_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbe6e1c85 ttm_bo_move_to_lru_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc2866824 ttm_bo_unpin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc40db34c ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcaa6bb2d ttm_bo_init_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcf261ae5 ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcff74818 ttm_bo_vmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd2068b2a ttm_pool_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd9ac163d ttm_device_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xda4148c3 ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe92660c4 ttm_glob +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe9549da9 ttm_range_man_init_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xeb746e84 ttm_bo_set_bulk_move +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xec5b1ed1 ttm_resource_manager_usage +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xec765947 ttm_bo_vm_fault +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf1d0c654 ttm_resource_manager_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf4264d7b ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf67b4c53 ttm_agp_is_bound +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfaf3d9d8 ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfb7f46bf ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfe2a8431 ttm_bo_vm_open +EXPORT_SYMBOL drivers/hid/hid 0xb3f6bc2d hid_bus_type +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x00d2e1bd ishtp_get_drvdata +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x0669364d ishtp_start +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x0df74109 ishtp_device_init +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x0ee9dfcf ishtp_trace_callback +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x1311e1f8 ishtp_bus_remove_all_clients +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x1358f17a ishtp_register_event_cb +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x175d8853 ishtp_set_rx_ring_size +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x176b1e35 ishtp_cl_get_tx_free_rings +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x176ca724 ishtp_reset_handler +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x28579ff4 ishtp_get_client_data +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x2cacb03e ishtp_recv +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x3ad51f4a ishtp_get_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x43473610 ishtp_send_suspend +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x4b31ac49 ishtp_cl_set_fw_client_id +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x4ba7e6be ishtp_cl_rx_get_rb +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x5134e5e9 ishtp_cl_connect +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x5f9b0501 ishtp_get_fw_client_id +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x675615a7 ishtp_cl_io_rb_recycle +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x6ac6673f ishtp_put_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x7295d3d4 ishtp_cl_get_tx_free_buffer_size +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x75859688 ishtp_cl_free +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x75d230cc ishtp_set_connection_state +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x76049f4d ishtp_cl_tx_empty +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x762fcadd ishtp_cl_flush_queues +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x7c581811 ishtp_fw_cl_by_uuid +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x7ec269b1 ishtp_cl_send +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x89c9201d ishtp_get_pci_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x8b651499 ishtp_dev_to_cl_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x90503219 ishtp_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x969e5c42 ishtp_cl_driver_unregister +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x9bbd12eb ishtp_set_tx_ring_size +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xa0892062 ish_hw_reset +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xb3f87583 ishtp_cl_driver_register +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xc5d9516b ishtp_cl_link +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xcd77a430 ishtp_reset_compl_handler +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xd2b29c7e ishtp_set_client_data +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xd78f56b6 ishtp_set_drvdata +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xda820f68 ishtp_send_resume +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xdc450ccc ishtp_cl_unlink +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xdde58b27 ishtp_get_ishtp_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xde512ce6 ishtp_fw_cl_get_client +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xf65e84d9 ishtp_cl_allocate +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xf6daa6e2 ishtp_cl_disconnect +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x00edbdbb vmbus_sendpacket_getid +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x163dd06c vmbus_sendpacket +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x94d0f5d1 vmbus_recvpacket +EXPORT_SYMBOL drivers/hwmon/adt7x10 0x6d78b890 adt7x10_dev_pm_ops +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x2f9e7f8e vid_which_vrm +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x446615bd vid_from_reg +EXPORT_SYMBOL drivers/hwmon/ltc2947-core 0x8804c65a ltc2947_pm_ops +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x01568393 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x3fb54945 sch56xx_watchdog_register +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x96ec3b26 sch56xx_read_virtual_reg12 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xaa17a737 sch56xx_write_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xb37b9b81 sch56xx_read_virtual_reg16 +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x532e04aa i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x535a6b34 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xd14ab576 i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x30e318a0 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xdd05f66c i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0x33af36f6 amd756_smbus +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x10a4c688 qcom_adc5_hw_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x1fcd0103 qcom_adc_tm5_gen2_temp_res_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x39885d6b qcom_adc_tm5_temp_volt_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x401dc869 qcom_vadc_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x47f699dd qcom_adc5_decimation_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x4e64cdb9 qcom_adc5_hw_settle_time_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x53546ecd qcom_adc5_avg_samples_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x70e6eca1 qcom_vadc_decimation_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0xc61e7a34 qcom_adc5_prescaling_from_dt +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0xc5d429f9 iio_triggered_buffer_setup_ext +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0xd29682a0 iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x6ca469bc iio_kfifo_free +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0xfb13c0bb iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/imu/fxos8700_core 0x435ecf2c fxos8700_regmap_config +EXPORT_SYMBOL drivers/iio/industrialio 0x0447e042 iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x2646101e iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x335460b7 __iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0x365df674 iio_trigger_set_immutable +EXPORT_SYMBOL drivers/iio/industrialio 0x425dd3ff iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0x4272e0b4 iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0x4b870bdc __iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x4d69ad64 iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0x4fd1638c iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x69b49bc2 iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0x79ee6559 iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0x8d18f2ab iio_trigger_poll_nested +EXPORT_SYMBOL drivers/iio/industrialio 0xa2fad284 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xb79f4b0e iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0xc8ac60a5 iio_trigger_using_own +EXPORT_SYMBOL drivers/iio/industrialio 0xcb033f51 iio_get_time_ns +EXPORT_SYMBOL drivers/iio/industrialio 0xce71df53 iio_device_get_clock +EXPORT_SYMBOL drivers/iio/industrialio 0xcfe182c2 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xda6d9df6 iio_trigger_validate_own_device +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xe4bd75a0 iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0xe5ddf58e iio_device_set_clock +EXPORT_SYMBOL drivers/iio/industrialio 0xe8256492 iio_read_mount_matrix +EXPORT_SYMBOL drivers/iio/industrialio-configfs 0x338a011c iio_configfs_subsys +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x138ae079 iio_sw_device_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x1633ddd9 iio_register_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x5c3c0140 iio_unregister_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x8b9c189a iio_sw_device_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x4f5ca806 iio_unregister_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xabe9683e iio_sw_trigger_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xcebe4ea6 iio_sw_trigger_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xf2474ce0 iio_register_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x0efecd74 iio_triggered_event_setup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x63f37e18 iio_triggered_event_cleanup +EXPORT_SYMBOL drivers/iio/pressure/bmp280 0x256f79a1 bmp280_dev_pm_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x1e288a6c ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x25810da2 ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x3706102f ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x3a716dcf ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x3d2bdf2e ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x436135fb ib_cm_insert_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x43c7f3b2 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x69824a14 ibcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x71b3ba08 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x730e2944 ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x796d4f04 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x7f3dfddf ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa5a9303c ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xad9a6ff5 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xb87fec95 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xde2d6a46 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00c96f09 ibdev_info +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00cd25ea ib_get_rdma_header_version +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x035f7d49 rdma_restrack_get_byid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0408c7a3 rdma_nl_stat_hwcounter_entry +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x04237ce1 __ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x04cabef1 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0719038d rdma_restrack_parent_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x077eac52 rdma_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x07d2aff3 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0a482c0c ib_dma_virt_map_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c86f5cb ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0d3354a6 rdma_alloc_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0d91e789 ib_alloc_mr_integrity +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0e887c2c rdma_nl_put_driver_u32_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0ece8311 rdma_move_grh_sgid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0fb3e97c rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x102955d1 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x11f14e64 rdma_user_mmap_entry_insert_range +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x12f55c7f ib_create_qp_kernel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x13118841 ibdev_warn +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x15678161 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1b351f52 ib_port_register_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1d669522 ib_device_get_by_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e9bfa7a rdma_nl_unicast_wait +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1ee3d9ad ib_modify_qp_with_udata +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1fd6c9e5 ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x204b9db3 rdma_user_mmap_entry_insert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x222fb3fa ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f1a78d ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x24070f24 ib_device_get_by_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x242f26ad ib_port_immutable_read +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x26fd231d rdma_link_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2a4a0a7e rdma_replace_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2d138092 ib_create_qp_security +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2e141841 ib_advise_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2e92d7c3 ib_destroy_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x305e5701 rdma_addr_size_kss +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3110a7e0 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x354bc02e ib_alloc_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x35ac14f6 rdma_user_mmap_entry_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x368adfe2 rdma_rw_ctx_signature_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x36caa602 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x37c46665 rdma_user_mmap_entry_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x38dbcc2b rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x39e7bad1 rdma_roce_rescan_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x39faa9c0 ib_port_sysfs_get_ibdev_kobj +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3b2c3ed1 ibdev_crit +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3c3210a3 roce_gid_type_mask_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3d607590 ib_alloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fc2387c ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fdb2f9c rdma_hold_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x42922942 rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x434c5d10 zgid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x434f5a05 ib_drain_rq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x43976d33 rdma_nl_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x439ce33c ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45fb8985 rdma_nl_chk_listeners +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x469d5b56 __ib_alloc_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4758bb2b ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x48459e19 ib_get_cached_subnet_prefix +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x48ad0c09 ib_process_cq_direct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x48ca4067 rdma_query_gid_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4c455a3b ib_port_unregister_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4c95656a ib_mr_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e155af0 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e294b72 ibdev_err +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e90435c ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4f4e5fd9 ib_get_device_fw_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4f7735f0 rdma_link_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4fbec2e4 rdma_nl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x513d3c2f ib_free_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x51fe2978 rdma_rw_ctx_wrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x52476f1f ib_dealloc_pd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55bb02f3 ib_cache_gid_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x57291fb0 rdma_set_cq_moderation +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58df5b94 ib_get_gids_from_rdma_hdr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5b4d3bc5 rdma_copy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5b642229 ib_set_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5ef6fd90 ib_get_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x605aa532 ib_mad_kernel_rmpp_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x60e22a2d rdma_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61373fd2 __rdma_block_iter_next +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x613b1e2e ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61a2d97c ib_drain_sq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61d24c52 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x644ec1ac ib_reg_user_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x666a59e3 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6734ad76 rdma_rw_ctx_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x680e3cfd __rdma_block_iter_start +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6ac0759f ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b958320 ib_ud_ip4_csum +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6be65693 rdma_user_mmap_entry_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6c92945f ib_get_cached_port_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6d150ec3 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f3614b6 rdma_is_zero_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x70807834 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7096caa1 ib_init_ah_attr_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x70e0669f ib_mr_pool_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x72590496 ibdev_alert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x728ce21b ib_create_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x72d7045c ib_destroy_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x737a1679 ib_device_set_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73baf9a2 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7448abf4 rdma_move_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x754a4dcc rdma_dev_access_netns +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7592ffba rdma_rw_ctx_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75a729a0 rdma_nl_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7673a04b ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x787ccc4c ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7abf204c ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7b668ec1 ib_qp_usecnt_dec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7dafae8a rdma_get_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7debfcb2 rdma_put_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7dfe8379 rdma_restrack_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7f44342d rdma_nl_put_driver_u64_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x81df4980 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8a72ed16 ib_device_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8a7e13b9 rdma_alloc_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8c5544a9 rdma_rw_mr_factor +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8d2a99e6 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8e0d4ab1 ib_unregister_device_and_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8ee3e236 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90e807c7 ib_cache_gid_parse_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x92145238 ib_map_mr_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x932fb7c3 ib_get_vf_config +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9490de2e ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x95aac693 ib_get_net_dev_by_params +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x98623de1 rdma_read_gid_attr_ndev_rcu +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9e0c96b5 ib_mr_pool_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9ec45e49 ib_destroy_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa06b4628 ib_sg_to_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa14832e3 rdma_rw_ctx_destroy_signature +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa1b17f10 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa262b072 ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa37bb70f ib_mr_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa8660897 rdma_nl_put_driver_u64 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa88e61d0 rdma_destroy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaa9bed16 rdma_restrack_new +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaad7f012 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab5b4549 ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xabbbc7bb rdma_restrack_set_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae956dce ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaeb5b715 ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb0eea19b ibdev_notice +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1ce813a rdma_nl_put_driver_string +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb39fb2e2 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb3fd226e ib_set_device_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb451bc76 ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb495b92c ib_create_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4c40040 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7852a05 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb8dad05c rdma_read_gid_hw_context +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xba65681a ib_set_vf_link_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbde6188f ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbe0bacf6 ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbe7b9d99 rdma_nl_put_driver_u32 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbee07277 rdma_restrack_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbf152e3f rdma_rw_ctx_post +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc0435926 rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc1fb770a ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc264739d ib_cq_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc28dc48a rdma_find_gid_by_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc3b8f7a7 ib_get_vf_stats +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc4fdd4c0 __ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc50868e3 ib_unregister_device_queued +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc51a2da5 rdma_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc560b0fd rdma_restrack_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8d38664 rdma_free_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xca507d13 rdma_restrack_add +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xca5aa52b ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcabeb6ca ib_create_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcaf2842d ib_qp_usecnt_inc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcbc2a704 rdma_init_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcbec1f38 ib_drain_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xce0c8bb5 ib_init_ah_attr_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcffdbcf5 rdma_nl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0478dc4 ib_unregister_driver +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd07f6335 ib_cq_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd21bb37a ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd3a3d7b4 ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6636ca6 rdma_addr_size_in6 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd7bfcf84 ib_destroy_wq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd7e7a07d ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdae8c15e rdma_copy_src_l2_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdc7ec28f rdma_restrack_del +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe0db49fe ib_rdmacg_uncharge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe29e12d1 ibdev_printk +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe2bebf84 ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe2e41b23 ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe4facf50 ib_dealloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5840ec6 ib_wc_status_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe74a194e ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7a63e06 rdma_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7afae58 ib_get_eth_speed +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7b52e5f mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe8045548 rdma_umap_priv_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe856140f ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9e799fc ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xea339c0b rdma_user_mmap_entry_get_pgoff +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeef78980 ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xefe156ec ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf04656b8 __ib_alloc_cq_any +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf22b295b ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf261cc68 rdma_user_mmap_io +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf2a95896 _ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf44f5097 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5dedb30 rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6ed3334 ib_event_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf98f9e59 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf993fd5d ibdev_emerg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfa31261e rdma_create_user_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfad1e2a9 rdma_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfaf18a54 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfb6938f3 ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfb871b14 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfbd69951 rdma_read_gid_l2_fields +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfcffe4d3 ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfd23789e ib_rdmacg_try_charge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfd7507b8 ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xff02c481 rdma_destroy_ah_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xff61cf0f ib_map_mr_sg_pi +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0d139faf ib_umem_dmabuf_map_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x10e83525 uverbs_get_flags32 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1bc19e7e ib_umem_dmabuf_get_pinned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2771d544 ib_umem_odp_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x36c34dc6 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4a200559 _uverbs_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4b48711b uverbs_fd_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4cfcfe2b ib_uverbs_get_ucontext_file +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4d05ad57 uverbs_copy_to +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x50780501 ib_umem_odp_unmap_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x548c66cd ib_umem_copy_from +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x57da9329 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5cba1e4a ib_uverbs_flow_resources_free +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x66832fbe _uverbs_get_const_signed +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x70a7ff90 ib_umem_odp_alloc_implicit +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x754b0000 ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7c7e7e3b ib_umem_find_best_pgsz +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8205f95f ib_umem_dmabuf_unmap_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8f4b2c92 uverbs_finalize_uobj_create +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8fcd1a45 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa23724f1 ib_umem_dmabuf_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa3ecfbec ib_umem_odp_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xab976c7e flow_resources_add +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb1c56a5d uverbs_get_flags64 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbeffdd93 ib_umem_odp_alloc_child +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd02a51c4 ib_umem_odp_map_dma_and_lock +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xdc4f28fd uverbs_uobject_fd_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xdfed39a0 ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe28502bf _uverbs_get_const_unsigned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe6009f05 ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe7e5f670 flow_resources_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf5cd1a29 uverbs_uobject_put +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xfa7bd02c uverbs_copy_to_struct_or_zero +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xfdb94a13 uverbs_idr_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xfe7ba86b uverbs_destroy_def_handler +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0b841a50 iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x57cd1edf iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x9d76ddad iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xa74cae39 iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xad210067 iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xb02ecfc6 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xc5efefa9 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xe5c4b8a5 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf3df871f iwcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0297adeb rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0970d42d rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x09bd8111 rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0bce87a0 rdma_connect_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1a528b7e rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x22410788 rdma_lock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2bb7c364 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3fe2eff8 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x484536b7 rdma_read_gids +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4fdc174d rdma_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x55ea6036 rdma_res_to_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x576f71cc rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5c6cfa56 rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x67314845 rdma_set_min_rnr_timer +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6e07664f rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x70f9132c rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x717f2103 __rdma_create_kernel_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x71af6615 rdma_set_ack_timeout +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x78d586f4 rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x86a28b6b rdma_set_ib_path +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x907df803 rdma_event_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa8f848ea rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb2627329 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb88a5a4d rdma_iw_cm_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb8f9cc0b rdma_accept_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xbb23d6bb rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc2391f98 rdma_unlock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd50608c6 rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xdc7cfdba rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xde9c51b5 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe498cea5 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xeecad8de rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xfa02656e rdma_connect_locked +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xfb40f1fe rdma_consumer_reject_data +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xfe786680 rdma_create_user_id +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x00325456 rvt_get_rwqe +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x0e385842 ib_rvt_state_ops +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x11e70e91 rvt_unregister_device +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x1fcdeebf rvt_ruc_loopback +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x2a3604d0 rvt_dealloc_device +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x3d6dee09 rvt_fast_reg_mr +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x47fd0718 rvt_add_retry_timer_ext +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x514a8613 rvt_get_credit +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x558698e4 rvt_del_timers_sync +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x5cf3b9ca rvt_add_rnr_timer +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x5e18ba83 rvt_check_ah +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x60b05ccc rvt_lkey_ok +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x6324666b rvt_send_complete +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x63cb770a rvt_stop_rc_timers +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x67dcbb60 rvt_init_port +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x68b3457e rvt_restart_sge +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x7c1133ef rvt_qp_iter_init +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x7cf80d89 rvt_qp_iter_next +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x874ab4af rvt_cq_enter +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x8ff03f12 rvt_alloc_device +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x91b5bfe1 rvt_register_device +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x98e14736 rvt_compute_aeth +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xa36b6872 rvt_error_qp +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xa5563789 rvt_mcast_find +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xade33c21 rvt_copy_sge +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xb7ee98b2 rvt_rc_rnr_retry +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xc07048e3 rvt_invalidate_rkey +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xd8838573 rvt_comm_est +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xe9cf3e43 rvt_rnr_tbl_to_usec +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xf844443d rvt_qp_iter +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xf9d7a558 rvt_rc_error +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xfadcd28f rvt_rkey_ok +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x378ec129 rtrs_clt_request +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x524851fa rtrs_clt_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x64594058 rtrs_clt_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x9358a5ab rtrs_clt_put_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x9c237df0 rtrs_clt_query +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xbe3f6594 rtrs_clt_get_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xdca9898f rtrs_clt_rdma_cq_direct +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x242a8646 rtrs_addr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x389b4638 rtrs_rdma_dev_pd_deinit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x887302f3 rtrs_addr_to_sockaddr +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xb1136be2 rtrs_ib_dev_find_or_add +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xc6e90677 rtrs_rdma_dev_pd_init +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xdac7584a rtrs_ib_dev_put +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xe15357ef sockaddr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x4298ee5e rtrs_srv_get_queue_depth +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x653862b4 rtrs_srv_set_sess_priv +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x9a3eb258 rtrs_srv_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xacf2160c rtrs_srv_resp_rdma +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xb149fdfc rtrs_srv_get_path_name +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xb8f53b6b rtrs_srv_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0x1eb93055 __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x2cfffbc3 gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x487d1ea7 gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x79820105 gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0x88e1a53e gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0xa64aa3d1 gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xb0b077be gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0xb301ac86 gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0xe133f439 __gameport_register_port +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x13813747 iforce_send_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x441872bb iforce_process_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0xd400e8f8 iforce_init_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0x7e2f3402 matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x3ce87477 ad714x_pm +EXPORT_SYMBOL drivers/input/misc/ad714x 0x7003d5a7 ad714x_probe +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x4a1d369c cma3000_init +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x892d76b2 cma3000_resume +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x89d9444e cma3000_exit +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0xca3f100a cma3000_suspend +EXPORT_SYMBOL drivers/input/rmi4/rmi_core 0x8af00240 rmi_unregister_transport_device +EXPORT_SYMBOL drivers/input/sparse-keymap 0x56a51fe4 sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x8b9148ee sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/sparse-keymap 0xc83a346d sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0xed27fe8e sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0xed85adb6 sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x3f3bdc68 ad7879_pm_ops +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xd7045d61 ad7879_probe +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0x16b49d5e amd_iommu_unbind_pasid +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0x28eafc35 amd_iommu_set_invalid_ppr_cb +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0x33a5af98 amd_iommu_init_device +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0x3eb5d3d2 amd_iommu_free_device +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0x75170438 amd_iommu_bind_pasid +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0x7be22d17 amd_iommu_set_invalidate_ctx_cb +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x05af77e8 detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x2a73a93e capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x460bd91b capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x5abd2028 attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xee599f82 capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0x27c58fd5 isdnhdlc_decode +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0x4644eea5 isdnhdlc_out_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0x5b835a58 isdnhdlc_rcv_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0xef4ee223 isdnhdlc_encode +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x17466186 mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x48c556dd mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x8f5ed860 mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xa9a5cfa3 mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xa2b36956 mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xaa2aefee mISDNisar_init +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x03a68066 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x041de3bd recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x18933ec3 mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1f8cf29e mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x26236de8 mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2eba5072 bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x30d25b0d mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x313b1fde mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x364266d3 mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3baf804f get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x45f92d44 dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x534a5c16 recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6047df40 mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x63a67f9c mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x84ac82b0 recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8c3f9cfe mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x92835e34 mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x953b8f2c mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9c928457 mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa196ff2a bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa7a7d9f7 recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa7d6f234 mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd285995f mISDN_clock_get +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd5145151 mISDN_FsmEvent +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd9645346 get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xdaeed8e3 mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xdc5babba create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xdc5f90a9 mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe644fbad mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xec03d6c3 recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xfb5bc25e queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x01087af0 mISDN_dsp_element_unregister +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x93df9e4b dsp_audio_law_to_s32 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb07a21b8 dsp_audio_s16_to_law +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb98308d8 mISDN_dsp_element_register +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x44343f5b ti_lmu_common_get_brt_res +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x54a12ec4 ti_lmu_common_set_ramp +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0xced72aae ti_lmu_common_set_brightness +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0xd9291206 ti_lmu_common_get_ramp_params +EXPORT_SYMBOL drivers/md/dm-bio-prison 0x476d2454 dm_cell_key_has_valid_range +EXPORT_SYMBOL drivers/md/dm-log 0x28782ad7 dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-log 0x5a2aa2b1 dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0x7188ba63 dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0xc9814d67 dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0x205e21af dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0x45d2858d dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0x6da0addf dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0xb086370e dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0xc6c59d6e dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0xc9d2b085 dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/raid456 0x4efbf5b9 r5c_journal_mode_set +EXPORT_SYMBOL drivers/md/raid456 0x6d725c87 raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x0900f5c6 flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x4d60a628 flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x5a51adf9 flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x5eaa06af flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x5f127522 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x5f6a2502 flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x7459502d flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x78ca60e9 flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xb1c7090a flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xd118f757 flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xdb81c3fa flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xe10f21b2 flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xeb82c49b flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/cx2341x 0x0bc0b1c7 cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cx2341x 0x15ac1bd0 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/common/cx2341x 0x28240e61 cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/common/cx2341x 0x55aa7c5f cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x5b5cc43e cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x5d63daf6 cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cx2341x 0x604e015e cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0x7b4dd2cb cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0xc88ecd7b cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cx2341x 0xdbc5583a cx2341x_update +EXPORT_SYMBOL drivers/media/common/cx2341x 0xe1fe1432 cx2341x_log_status +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0x2fe4c92a cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0x693e74ba ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0x71ad7d4c ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/common/tveeprom 0x0dbf0296 tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/common/tveeprom 0x41bfb8a3 tveeprom_read +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x065246b8 frame_vector_create +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x1b700d37 put_vaddr_frames +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x1d5f9555 frame_vector_destroy +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x3b63140c vb2_verify_memory_type +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x63dfebfa vb2_buffer_in_use +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xc5e5573a frame_vector_to_pages +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xdffb744b frame_vector_to_pfns +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xe20dfe0f get_vaddr_frames +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x071af4a0 vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x096f3473 vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x45c5543e vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x5abc3f98 vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x710ccdf2 vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x918306be vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-memops 0xc7c2b85f vb2_create_framevec +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-memops 0xccd197c7 vb2_destroy_framevec +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-v4l2 0x9447e6d1 vb2_querybuf +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x08733236 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x18acd31f dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1ce9c3b0 dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1e3b2bb6 dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x27d9ac43 dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x289a3af9 dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2d68a8a7 dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2f5cdf80 dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x33580045 dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3b93d71a dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4816f7ac dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4ef0c28e dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4ef8b268 dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5402f817 dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x54abe4ff dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x556d6d33 dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5eea1a87 dvb_remove_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5f2b1d95 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6181aec0 dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6a9f708a dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6f10bafc dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7d49bcc4 dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8c54b0f8 dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9091ed64 dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x91a6794b dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9263a063 dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9641bd2c dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa4235824 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xae13e26b dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb3352dd2 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xbe78385c dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc3f679f9 dvb_ringbuffer_write_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc8b90e78 dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdd2e7576 dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xde9bac86 dvb_device_get +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe138ce6b dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe453c988 dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xeb1d2cd1 dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xebbc2d9b dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf2086de0 dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfb09f39a dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfb9a826f dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfc6380e5 dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x100090b7 au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x373e5180 au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x6517b275 au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x7b173788 au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x9daffab2 au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xcb7db5fb au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xe07a31d3 au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xea9541ef au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xf9a8dc5a au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x59a80f88 cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x29eb0c7c cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x04051526 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x2e484f44 dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x301cf9d8 dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x8abebc1f dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x156eb264 dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x2cfba254 dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x527b4416 dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x5f6bfb16 dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x8ee27fc3 dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xba43a617 dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xbb7ee73c dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc8b0350a dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xca51a9c7 dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xd0c01d46 dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xe0549db0 dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xf600e2fe dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xf917b242 dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x1909a7aa dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xa0499517 dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xabd36385 dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xb6fdbcec dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xf765cf22 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x38d2a779 dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x94a86963 dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x9c2f9560 dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x039a6195 dib9000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x04607a7e dib9000_fw_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x15c74b66 dib9000_set_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x2dd2bad6 dib9000_firmware_post_pll_init +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x9bfd35bf dib9000_fw_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xa64f0ca4 dib9000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xa7f8ea82 dib9000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xa8b6827b dib9000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xc1f558f5 dib9000_fw_set_component_bus_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xd8f5ceb4 dib9000_get_component_bus_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xe0ee07b3 dib9000_get_tuner_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xf6294698 dib9000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x38e71245 dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x567b65cc dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x606adafb dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x6a20e675 dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xe8e5af4e dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x2f78268a dvb_dummy_fe_qpsk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x4282e084 dvb_dummy_fe_qam_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x84b602e2 dvb_dummy_fe_ofdm_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gl5 0x253f0972 lgs8gl5_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbh29 0xdae999bd lnbh29_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0xaefd6637 m88ds3103_get_agc_pwm +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x3e04e1e7 s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0x054501f9 zd1301_demod_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0xe2858679 zd1301_demod_get_dvb_frontend +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x1d730399 flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x68dd692a flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x80778e14 flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xcb052715 flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xcbc8281b flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xd2ef6d0d flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xfec5ad5b flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x01a24462 bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x4a4268fe bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x9c0ff64c bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xeb7328ce bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8ecf4acc bttv_write_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xb254e691 bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbcf2d2fb bttv_read_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xe056d939 bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xf48d4f12 bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x0b8bbb32 dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x43a983fd dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x802daa2e rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x86cafea0 dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x97eaa79d write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xcf93f398 dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xde154113 dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xdfbd7380 dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xf14e8dc1 read_dst +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x197d28d7 cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x916c5cf7 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xbe02bb30 cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xc962ae11 cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xf0260bad cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x1ab311dc altera_ci_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6ff7510d altera_ci_tuner_reset +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xdb3faf38 altera_ci_release +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xe66b9812 altera_ci_irq +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x029c1f15 cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x1550e943 cx25821_riscmem_alloc +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x2f087176 cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x3c4662ef cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x42f42cdd cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x44b517f5 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x73d8f64b cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xdb4eabd1 cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe9050411 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x601c62ad vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xc510d294 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x023224dc cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x12da3999 cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x392a0023 cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xc2b67b9f cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x19df39e1 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x30550e93 cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x30f35228 cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x5a38f256 cx8802_start_dma +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x7592185b cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xf80fc4a5 cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xfcc4dd3c cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x10dd7ee5 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x167c023e cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1b8632a4 cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x384b0cf2 cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3f8e5e1a cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x438cd1b7 cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x562d4c0b cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x58fd3728 cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5edb7ae5 cx88_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6418e12c cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x76015e01 cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7992778c cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8d88137a cx88_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb2572cb0 cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xbf5bf802 cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc6e6de06 cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd1e12cf4 cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd457670d cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd6bd4284 cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf0f67b7c cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf743292b cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf8e161ff cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x024e14c6 ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x092eb5e2 ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x0a10e2a7 ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x2089effa ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x261823d8 ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x285fa2f5 ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x2c9c61a6 ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3b6954a8 ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x482faf44 ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x4ed7fb97 ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x61fd4b4c ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x697bf020 ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x957022f4 ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x99867d09 ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc7b2b8d0 ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd4dcd984 ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd97b2898 ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x04e83446 saa7134_tuner_callback +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x0ffb0461 saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1211df5d saa7134_devlist +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1b9fd31e saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x3346cdb2 saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x6308e494 saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x730c4be3 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x77cffd5a saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x85a11457 saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x8f1ad46b saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xab012453 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xae9b4970 saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xbd8d13f8 saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xf3618e51 saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xf6538f10 saa_dsp_writel +EXPORT_SYMBOL drivers/media/radio/tea575x 0x2c564285 snd_tea575x_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x37fa584d snd_tea575x_g_tuner +EXPORT_SYMBOL drivers/media/radio/tea575x 0x409191aa snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0x69e39f24 snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0xd2cfcb2c snd_tea575x_s_hw_freq_seek +EXPORT_SYMBOL drivers/media/radio/tea575x 0xdcad90fc snd_tea575x_enum_freq_bands +EXPORT_SYMBOL drivers/media/radio/tea575x 0xee4bdf01 snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/rc/rc-core 0x01098f88 ir_raw_encode_scancode +EXPORT_SYMBOL drivers/media/rc/rc-core 0x2c4a788e ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/rc/rc-core 0x2fe55cf5 ir_raw_gen_pd +EXPORT_SYMBOL drivers/media/rc/rc-core 0x3cd0ecc7 ir_raw_handler_register +EXPORT_SYMBOL drivers/media/rc/rc-core 0x7a02ee87 ir_raw_gen_pl +EXPORT_SYMBOL drivers/media/rc/rc-core 0xb5516017 ir_raw_encode_carrier +EXPORT_SYMBOL drivers/media/rc/rc-core 0xce3696f3 ir_raw_gen_manchester +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x91d8d757 fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xdac743ea fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x4c48939e tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x190aa653 cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xf6063666 cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x0c502e3c dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x32bfc254 dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x3be7d9b0 dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x955c0ef1 dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xb31ee728 dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xb9834b10 dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xcd37c213 dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xed033b15 dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xef0e1be1 dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x749574af dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x8b6f5395 dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xa01a802f dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xac1c398c dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xae925a52 usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xd30872bd dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xf0091f6d dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x0891fc3e af9005_rc_decode +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x341530cb rc_map_af9005_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0xd4e288db rc_map_af9005_table_size +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x06883a4c dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x20ae0ebb dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x277ee85f dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x93822ecb rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xa771dd5a dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xbb382822 dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xca434ba2 dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xd47408a4 dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xd5cabed5 dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xd6c1d9f7 dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0x1585934c dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0x1fac8ce8 dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x2ff7e5dc em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xb58ef44f em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x00cf6a19 go7007_register_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x1ea7bbe9 go7007_read_interrupt +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x3002b57c go7007_snd_init +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x34db4459 go7007_read_addr +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x7938cc3d go7007_parse_video_stream +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xc27bcd60 go7007_boot_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xc885a668 go7007_update_board +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xcf08c208 go7007_snd_remove +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xd855cba7 go7007_alloc +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x17477409 gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x1e50f4a4 gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x54158c3c gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x5cf305a9 gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x6a7dfb39 gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9550fc95 gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xb212341c gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xf42aed2f gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x848dfa5f ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xaf4afb95 ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x5a139bb4 v4l2_async_nf_init +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x6d672f8a v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xaa6e96ba v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xb0cd1ca0 v4l2_async_subdev_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xe19a09b6 v4l2_async_nf_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xee957bae v4l2_async_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x459e133f v4l2_m2m_get_curr_priv +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x5352d022 v4l2_m2m_resume +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xd75a048e v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xea5d3079 v4l2_m2m_buf_done_and_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xf626dd03 v4l2_m2m_suspend +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xfc8b1bef v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xfea06b4f v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x01f5308e v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x082737e8 v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x14d86ca1 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16a00cd7 v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1801705d __v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1bf6ba4e v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1c570c8e v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1d06c6f7 v4l2_ctrl_request_complete +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1d2ecabe v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1f50bab2 v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x20ca9bd2 v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x21f1e1c7 v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2f2c6371 v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x315de2cf v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x32d43420 v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x35ff98bf v4l2_format_info +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x37102b3f video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3adbd595 v4l2_field_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3b1b061d __v4l2_ctrl_s_ctrl_string +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3b86cd9a v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3bdd0f94 v4l2_prio_change +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3e9dedc1 video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3f70dd8f v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4289f46d __v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x43393868 v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x44232e33 v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x45443913 video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x501b7678 v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x50545c1b v4l2_ctrl_type_op_log +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x515b1d30 video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x537a16b6 v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6151d9f3 v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x61b32537 v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6222febb v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6344dd6c v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x641dee35 __v4l2_ctrl_s_ctrl_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6799ba92 video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x67b432d0 v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x67b80be1 __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6de10b54 v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7186fd24 v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x78d56a2a v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7e31259d v4l2_ctrl_type_op_equal +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7e9b7b59 v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x87b2a06a v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x89e3897d v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x93c9b62c v4l2_ctrl_new_std_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x972fb55f v4l2_ctrl_type_op_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9bf51ee3 v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9f1a389a __v4l2_ctrl_modify_dimensions +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xae306e77 v4l2_ctrl_type_op_validate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xaf2c92b0 __v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb944f821 v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbcbba3fc v4l2_ctrl_request_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc494bdd9 __v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc52748db v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcef92841 v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd10bf583 v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd16d9c01 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd85d55e9 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdb80a234 v4l2_query_ext_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf50fecbc v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf9adf622 v4l2_subdev_call_wrappers +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfc147caa video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfcfcf710 v4l2_ctrl_new_fwnode_properties +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfd5bcb63 v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/memstick/core/memstick 0x148dcfdc memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0x199305e6 memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x287277cb memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5c271199 memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x70cb9985 memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x92164508 memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x999ede8f memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x9c7d9ea4 memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa56091cb memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0xad0a36bc memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xc74f8718 memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xcc221ac4 memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xcc6b1df0 memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xd92ba31a memstick_resume_host +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x01ac7550 mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x03089c58 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x07fac1c8 mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x15c56bfd mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1ac2a344 mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1adf1f9c mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x208b72c4 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2a72f29e mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2c93d041 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2fd60e5a mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2fea46a7 mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x323f80df mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3c237867 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3d66b239 mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3da657e2 mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x47c89615 mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x610b257e mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6c0abfbe mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x74a0134a mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x790a16ae mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7c0abaf0 mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8b03fe7a mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9408f5fb mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x981efe92 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9c203303 mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa0976d80 mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa340cbda mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa563452f mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbf1af8fb mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc7e11c0d mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xcf439fbd mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd3622c21 mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe6c1e126 mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x09554050 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x10124f98 mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x15313e96 mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x16f52347 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2be37098 mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3720c7c4 mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x45f73118 mptscsih_host_attr_groups +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4a892249 mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4ba5eba5 mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4fe060a5 mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5221754d mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5d0e5965 mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x652f3a01 mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7143e6d1 mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x736170bb mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x75de27ed mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7a8077c1 mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x84f176d3 mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x85fcd03d mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8b72404b mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x97845e46 mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xac572386 mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xacb06d6b mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc50c5d19 mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xcc39c33c mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd1784fd4 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf8514e98 mptscsih_info +EXPORT_SYMBOL drivers/mfd/axp20x 0x13701d9d axp20x_match_device +EXPORT_SYMBOL drivers/mfd/axp20x 0x3277ea70 axp20x_device_probe +EXPORT_SYMBOL drivers/mfd/axp20x 0x51c64f5f axp20x_device_remove +EXPORT_SYMBOL drivers/mfd/dln2 0x26df959d dln2_unregister_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0xc039c6df dln2_register_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0xf582612b dln2_transfer +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x5c1226ec mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x73739a66 mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x8b132176 mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x9b93675e mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xa1f63810 mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xa68a2589 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xb454c5fb mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xb924529f mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xbd582aa7 mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xcf61c555 mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xefc2a2ea mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/tps65010 0x02d4ad0f tps65013_set_low_pwr +EXPORT_SYMBOL drivers/mfd/tps65010 0x0c6ad2cf tps65010_config_vdcdc2 +EXPORT_SYMBOL drivers/mfd/tps65010 0x28485130 tps65010_config_vregs1 +EXPORT_SYMBOL drivers/mfd/tps65010 0x33739de7 tps65010_set_vib +EXPORT_SYMBOL drivers/mfd/tps65010 0x9fd44c69 tps65010_set_led +EXPORT_SYMBOL drivers/mfd/tps65010 0xb14080cc tps65010_set_low_pwr +EXPORT_SYMBOL drivers/mfd/tps65010 0xd5bb106d tps65010_set_vbus_draw +EXPORT_SYMBOL drivers/mfd/tps65010 0xe99b3f36 tps65010_set_gpio_out_value +EXPORT_SYMBOL drivers/mfd/wm8994 0x10e7c3b0 wm8994_irq_init +EXPORT_SYMBOL drivers/mfd/wm8994 0x14d2fff4 wm8994_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x26e8446d wm8958_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x3dc100e9 wm8994_irq_exit +EXPORT_SYMBOL drivers/mfd/wm8994 0xa5cf62e7 wm8994_base_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0xb98a4640 wm1811_regmap_config +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x48312250 ad_dpot_remove +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xfc499789 ad_dpot_probe +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x5bafa76e altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x81f5f13b c2port_device_register +EXPORT_SYMBOL drivers/misc/c2port/core 0xc5f46465 c2port_device_unregister +EXPORT_SYMBOL drivers/misc/mei/mei 0x04881d01 __traceiter_mei_pci_cfg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0x0bb25295 __SCT__tp_func_mei_reg_write +EXPORT_SYMBOL drivers/misc/mei/mei 0x14dc7949 __SCT__tp_func_mei_pci_cfg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0x3b0a488d __SCT__tp_func_mei_reg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0x6636429c __SCK__tp_func_mei_reg_write +EXPORT_SYMBOL drivers/misc/mei/mei 0x785a307c __SCK__tp_func_mei_reg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0x7df0dea6 __traceiter_mei_reg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0x8ea971db __tracepoint_mei_pci_cfg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0xa1569e97 __tracepoint_mei_reg_write +EXPORT_SYMBOL drivers/misc/mei/mei 0xcf2e8f07 __tracepoint_mei_reg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0xe2c375b6 __SCK__tp_func_mei_pci_cfg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0xfd0fbc36 __traceiter_mei_reg_write +EXPORT_SYMBOL drivers/misc/tifm_core 0x0ffb277f tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x1360549b tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x3bc92c20 tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x4446d431 tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x53784ade tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x5adede1b tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x622ffd87 tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0x95c91d5a tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xb0f97a27 tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0xb2580db5 tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xca39e61d tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xe08bbb20 tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xedc12705 tifm_has_ms_pif +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x558e3875 cqhci_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x5fe9733d cqhci_resume +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x8c2d5ae9 cqhci_pltfm_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x9bf9f145 cqhci_deactivate +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xbb3c7f57 cqhci_irq +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x8db3b210 mmc_spi_get_pdata +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0xfb650cad mmc_spi_put_pdata +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x535f324b cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x8d79ec2c cfi_send_gen_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xea7113f8 cfi_merge_status +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xec9dff80 cfi_build_cmd_addr +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xee4296b1 cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xfdd48ae7 cfi_build_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xff9fa623 cfi_udelay +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xffa5e3d2 cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x1bd1f7e5 unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x26b8b335 register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x78ea5870 do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xce9fe392 map_destroy +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0x9b0b9abd mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0xb20e54b3 lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0x7ef4b825 simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0x4248ab65 mtd_concat_create +EXPORT_SYMBOL drivers/mtd/mtd 0x830542bd mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x01a0865a nand_ecc_get_sw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x060d42b0 nand_ecc_sw_hamming_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x09216d4b nand_ecc_get_on_die_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x0ba93eb3 nand_ecc_sw_hamming_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x0c8803eb nand_ecc_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x1aff6762 nand_ecc_register_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x204167fd nand_ecc_finish_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x28b897c9 nand_ecc_get_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x3e79c805 nand_ecc_is_strong_enough +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x522be623 nand_ecc_sw_bch_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x660aabc1 nand_ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x68aafa2b of_get_nand_ecc_user_config +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x68b6e3b3 nand_ecc_sw_bch_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x79b2d97e nand_ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x8025a4a9 nand_ecc_unregister_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x863fb236 nand_ecc_sw_hamming_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x8bf0e579 nand_ecc_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x92524132 nand_ecc_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x978bcb4f nand_ecc_sw_bch_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xae7ed27e nand_ecc_sw_bch_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xb4fb6203 nand_ecc_prepare_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xdfdd4741 nand_ecc_put_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xe6db989b ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xff4351b0 ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0x057ea9cb flexonenand_region +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0x9b6578c3 onenand_addr +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x30db096f denali_calc_ecc_bytes +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x4eee881a denali_init +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x5a95f49c denali_remove +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x18514f3d rawnand_sw_hamming_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x2d862dab rawnand_sw_bch_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x46cfc6ac nand_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x7c58b511 rawnand_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x81cb9630 nand_write_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x87896aec rawnand_sw_bch_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8890c554 rawnand_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8ecbb3b8 nand_check_erased_ecc_chunk +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xa1abaaf5 nand_monolithic_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xa8c6c863 rawnand_sw_hamming_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xbe26666f nand_scan_with_ids +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xc63624ed nand_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xcd9f7260 rawnand_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xe569d976 nand_read_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xec3646a7 nand_get_set_features_notsupp +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xfb3222ac rawnand_dt_parse_gpio_cs +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xfb3fc5d2 nand_create_bbt +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xfedd3d29 nand_monolithic_read_page_raw +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x21c2d3a4 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x32acd2ea arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x39b8d178 arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6033af1f arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x65de81fc free_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x99241424 arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xa8b42c5a arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xbd12f4cf arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xd02eaceb arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xd6d8d389 alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xda3014d7 arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x4d8f2896 com20020_check +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xaa2c11e3 com20020_netdev_ops +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xd231f281 com20020_found +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x1003ab4c ctucan_suspend +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x2dc99952 ctucan_resume +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0xe6eafee7 ctucan_probe_common +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0xeb0dca91 can_ethtool_op_get_ts_info_hwts +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0xebe02343 can_eth_ioctl_hwts +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x00624134 b53_switch_register +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0a04aef0 b53_phylink_mac_link_up +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0c22fed5 b53_mdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0d2fa92a b53_configure_vlan +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x23436ddf b53_vlan_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x29ec1453 b53_set_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2cc25cd0 b53_eee_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2f5b440c b53_switch_detect +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x383479d4 b53_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x4ab9ca47 b53_br_flags_pre +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x533cea52 b53_port_event +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5c4ad511 b53_mdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6a10ccda b53_br_join +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x71a81e19 b53_phylink_mac_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x77c29ffd b53_get_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8188a6b1 b53_get_sset_count +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x89c51aab b53_fdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8f92709f b53_mirror_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x9094911f b53_br_flags +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x913036bb b53_get_tag_protocol +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x9134cb89 b53_eee_enable_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x91e07642 b53_mirror_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x949eccb0 b53_setup_devlink_resources +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x9cc6ea56 b53_fdb_dump +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa32ef808 b53_br_fast_age +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa66ebc6d b53_brcm_hdr_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xab1009c1 b53_phylink_mac_link_down +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xbc105981 b53_get_ethtool_phy_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc477cb80 b53_get_ethtool_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc6d9340d b53_vlan_filtering +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xcd4ab0e3 b53_disable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xce58e869 b53_vlan_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd0fa9bce b53_get_strings +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd7615f08 b53_br_set_stp_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe0c89574 b53_br_leave +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xea838560 b53_enable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xeee4deef b53_imp_vlan_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf1b0d08f b53_fdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x30bdba35 b53_serdes_phylink_get_caps +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x418a85f2 b53_serdes_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x6666c6f7 b53_serdes_link_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xac158dc0 b53_serdes_phylink_mac_select_pcs +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x47829593 lan9303_probe +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x927d2085 lan9303_remove +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xada83f40 lan9303_register_set +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xd3ca9311 lan9303_shutdown +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x544542cb ksz_switch_register +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0xad138f96 ksz_switch_remove +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0xc186780a ksz_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x99d242fe vsc73xx_is_addr_valid +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0xadf8d89a vsc73xx_shutdown +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0xb265b816 vsc73xx_remove +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0xb7a5f191 vsc73xx_probe +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x664b7f4e xrs700x_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x83b7b667 xrs7003f_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x8972bf7e xrs7004f_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x9023bde6 xrs700x_switch_register +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xb25facfa xrs7003e_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xb89aa5e3 xrs7004e_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xdfb04d88 xrs700x_switch_shutdown +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xf4a446e7 xrs700x_switch_remove +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x00e788ba __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x02d18ca4 ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x12c17b69 NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x196b3e08 ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x1f407dc9 ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x4a33e87c ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x63be4700 ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xcee10699 ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xdd7ea6dc ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xefd9f343 ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/aquantia/atlantic/atlantic 0x9b089d76 aq_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x5068b1dc bnxt_register_dev +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x5079aec9 bnxt_unregister_dev +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0xa141898a bnxt_register_async_events +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0xc91cce57 bnxt_send_msg +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x958ddc4b cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x9427ffe2 cavium_ptp_put +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0xa2d0b6b7 cavium_ptp_get +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x0d8be5fd bgx_lmac_rx_tx_enable +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x34eeb48a bgx_set_dmac_cam_filter +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x42264715 bgx_get_lmac_count +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x46cdf933 bgx_config_timestamping +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x539ca253 bgx_get_lmac_mac +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x60cd1f2f bgx_lmac_get_pfc +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x6ca2152d bgx_lmac_set_pfc +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x716fd7f0 bgx_reset_xcast_mode +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x72b238e4 bgx_get_rx_stats +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xbe654297 bgx_get_tx_stats +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xc397f585 bgx_lmac_internal_loopback +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xc82be691 bgx_get_map +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xd8ed0bcc bgx_set_lmac_mac +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xf101d1b2 bgx_get_lmac_link_state +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xff987a02 bgx_set_xcast_mode +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_xcv 0x13912e4b xcv_init_hw +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_xcv 0x4f739dc0 xcv_setup_link +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x0d41f468 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x1d1a4f25 cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x1d3f69c0 cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x37e7d1f1 cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x53140d51 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x68093e11 cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x701da8b1 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x706aaf9a t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x7b930991 cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x83809449 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x88c909ae cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x912a84a7 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa154bd8e cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc5ae782b cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc7f192e1 t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd7846eab t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0343a1a4 cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x04dbe2b2 cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x056398cd cxgb4_clip_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x09c25284 cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0b5be524 cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0c4d2257 cxgb4_map_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0f1a5528 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1369d62b cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x16428125 cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x353c038a cxgb4_bar2_sge_qregs +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x36cc91de cxgb4_inline_tx_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3993df27 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3bcd4b3d cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x44d42c35 cxgb4_write_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x45220249 cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x45ca7287 cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x48e6526e cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4b74daf8 cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x508f0e98 cxgb4_ring_tx_db +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5497b58c t4_cleanup_clip_tbl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5a25028f cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5f93df6e cxgb4_reclaim_completed_tx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x639be3cc cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x69cf3876 cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6af17730 cxgb4_crypto_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x703736d6 cxgb4_smt_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7805e504 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x82d57ffc cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x85bcffb7 cxgb4_get_srq_entry +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8629cd9d cxgb4_read_sge_timestamp +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8aef0795 cxgb4_immdata_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x93da6da0 cxgb4_port_e2cchan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9b88e541 cxgb4_l2t_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa106feb9 cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa26f9191 cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa8db193f cxgb4_smt_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa983aba2 cxgb4_write_partial_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xab65d60f cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xae47b9af cxgb4_read_tpte +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xafaa492e cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb4d753f7 cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb4e3c4bb cxgb4_check_l2t_valid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xdd77c60f cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe4c89a3e cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe7229727 cxgb4_clip_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe92b70bc cxgb4_update_root_dev_clip +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xee6b84fd cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfb20b735 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x09047109 cxgbi_ppm_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x1bdaafe1 cxgbi_tagmask_set +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x255ab30f cxgb_get_4tuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x33dda2a5 cxgb_find_route6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x45a472ef cxgbi_ppm_ppods_reserve +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x7c946453 cxgb_find_route +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x858d609e cxgbi_ppm_ppod_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xc6acb30f cxgbi_ppm_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xec9ff096 cxgbi_ppm_make_ppod_hdr +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x05a8b1d2 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x1d937620 enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x249c38c6 vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x4d09066f vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x6b436a46 vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xf0790f1a vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x354b066a be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x4e2e10d2 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x5e946195 be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x1f656abd fun_reserve_irqs +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x52138591 fun_dev_enable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x9eabd59b fun_release_irqs +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xf8b18ca6 fun_dev_disable +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x8278611d iavf_register_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0xe9b52c0c iavf_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/intel/ice/ice 0x965ff908 ice_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/intel/ixgbe/ixgbe 0xbaa35511 ixgbe_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0x264b5809 prestera_device_register +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0x57fbc7f3 prestera_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x02461c03 mlx4_query_diag_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0ac80e83 mlx4_SET_PORT_BEACON +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0e5dad53 mlx4_get_eqs_per_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0eb4bda3 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x17a073ca mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x331aa3d6 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3e5ec15a mlx4_get_is_vlan_offload_disabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x471c1012 mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x493beeaf mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4a595a46 get_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4eab6b98 mlx4_SET_VPORT_QOS_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5e98bc17 mlx4_get_cpu_rmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x631fb241 mlx4_SET_PORT_fcs_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x646299da mlx4_max_tc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x65b3ace9 mlx4_SET_PORT_user_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x70803a51 mlx4_is_eq_shared +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7461f4ee mlx4_SET_PORT_user_mtu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x77fcd613 mlx4_ALLOCATE_VPP_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7b387007 mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7c92b674 set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7f10ef53 set_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7fdde0b4 mlx4_handle_eth_header_mcast_prio +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8a5276e8 mlx4_SET_VPORT_QOS_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8c1be3b4 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x918c67de mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x95ee3f6b mlx4_tunnel_steer_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9e92280a mlx4_test_interrupt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa4f7ffcc mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa672cc0e mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa825ab1a mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xac0c51e4 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xade46121 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb47e3664 mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc745c20e mlx4_is_eq_vector_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd1d1e51f mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd1eeac0f mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdad4a536 mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe0596f41 mlx4_test_async +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe07b1b1e mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xea713c00 mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeb28c2ef mlx4_ALLOCATE_VPP_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf051985b mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfbb15745 mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfcd4ba44 mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xff93601f mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x00696c7b __SCK__tp_func_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x028196ac __tracepoint_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x032df949 mlx5_core_modify_cq_moderation +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0555fbb1 mlx5_lag_is_shared_fdb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x05b6ea9c mlx5_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x089f1089 __traceiter_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0c3f9435 mlx5_nic_vport_disable_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0d1db580 mlx5_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0f818906 mlx5_core_query_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0fde790a mlx5_lag_get_next_peer_mdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x134558a6 mlx5_alloc_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x13869acf mlx5_fpga_mem_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x138972c0 mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x14c6611e mlx5_rdma_rn_get_params +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1b5508ff mlx5_cmd_init_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1bbe1ee3 mlx5_modify_header_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1c57c524 __traceiter_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1cf256e5 mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1d282564 __SCK__tp_func_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1f06d10f __tracepoint_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x200269a7 __traceiter_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x200807de mlx5_cmd_out_err +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x22726b07 mlx5_core_uplink_netdev_event_replay +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x23195602 mlx5_is_roce_on +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x23bb3f50 mlx5_create_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2761e6d3 mlx5_eq_get_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x28009aa3 mlx5_core_query_vendor_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x287bd8e5 mlx5_eswitch_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x28ce9d84 mlx5_eswitch_get_vport_metadata_for_match +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2b277694 mlx5_lag_get_roce_netdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2fd23f03 mlx5_eswitch_uplink_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x33bd5c74 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3416c17f mlx5_eswitch_add_send_to_vport_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x34ebf1a8 mlx5_core_create_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x34f7161c mlx5_eswitch_register_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3539e580 mlx5_mpfs_add_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x37e8d72b mlx5_eswitch_vport_rep +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x38e2d92b mlx5_eq_destroy_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3b4d77d9 __SCK__tp_func_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3de2d795 mlx5_put_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3f9ac3fb mlx5_rsc_dump_next +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x41e2a488 mlx5_rl_add_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4294a56e mlx5_core_alloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x42afaca7 mlx5_msix_free +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x43d15e94 mlx5_eswitch_vport_match_metadata_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x44b48e67 mlx5_rl_add_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4580c514 mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x46cb87e1 mlx5_rl_is_in_range +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x47fd63da mlx5_eq_update_ci +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4a0113e7 mlx5_lag_is_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4e2bf320 mlx5_core_destroy_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4ea276c6 mlx5_debugfs_get_dev_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x50032b4f mlx5_get_flow_namespace +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x533aa6f1 mlx5_get_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x545c8c98 mlx5_modify_header_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x54a01b3d mlx5_add_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x559d427e mlx5_eswitch_reg_c1_loopback_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5623d368 mlx5_fs_add_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x56f1d1ae mlx5_core_create_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x570886cf __traceiter_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x581cd6fa __traceiter_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x59b92b96 mlx5_eswitch_get_vport_metadata_for_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5aa2364b __SCK__tp_func_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5b87b7cf mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5c6e2b0d mlx5_create_flow_group +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x61492bb7 mlx5_rl_are_equal +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x62dc190a __SCT__tp_func_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x62efde7f mlx5_eswitch_unregister_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x66a17423 mlx5_qp_debugfs_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x690f278b mlx5_cmd_do +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6e54ec52 mlx5_query_ib_port_oper +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6ec2da1d mlx5_core_get_terminate_scatter_list_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x72e8d994 mlx5_core_query_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7358d4f3 mlx5_core_destroy_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7359caa8 __tracepoint_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x73896ae1 mlx5_vf_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7716e745 mlx5_eq_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x774e0b42 mlx5_eq_disable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7da9ba79 mlx5_eswitch_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7ee9909d __tracepoint_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x83126399 mlx5_vf_put_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x84bb0396 mlx5_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x87e68171 mlx5_del_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x888a2246 mlx5_create_auto_grouped_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x88f16ac5 mlx5_debug_qp_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x89c02f0a mlx5_cmd_cleanup_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8bf883e7 mlx5_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8cc636fa mlx5_fpga_sbu_conn_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8f7e9721 mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x913db2b7 mlx5_eq_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x91be4d55 mlx5_cmd_create_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x91c32fce mlx5_fpga_sbu_conn_sendmsg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9259c01a __SCK__tp_func_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x95182792 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x95637310 mlx5_eq_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96eb2c99 mlx5_fc_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x99181a05 mlx5_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9992d4bf __SCK__tp_func_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9abb00b1 __traceiter_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9bd0c6ea __tracepoint_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9d36ddd0 __SCT__tp_func_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9d5a9755 mlx5_comp_irq_get_affinity_mask +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9dc32a43 mlx5_eq_create_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa136cbd8 mlx5_eswitch_get_encap_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa85e04b7 mlx5_flow_table_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa8cbcef0 __SCK__tp_func_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa8fa2ed2 __SCK__tp_func_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xab502d33 mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xab521f6e __traceiter_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xacfe8a18 __SCT__tp_func_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xad6815cd mlx5_rsc_dump_cmd_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaf55a855 mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaf941ac9 mlx5_lag_is_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb06c0bfd __SCT__tp_func_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb0e7cbbd mlx5_comp_vectors_count +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb28dbbe8 mlx5_destroy_flow_group +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb4e976bb __SCT__tp_func_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb609a4c7 mlx5_cmd_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb61266cc __tracepoint_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb7539d1a __tracepoint_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb778a878 mlx5_core_modify_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb9e27ed0 mlx5_lag_get_slave_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xba5c2f4f __traceiter_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xba6ef5f3 mlx5_lag_mode_is_hash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbb4682aa mlx5_sriov_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbcc350f8 mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbd3c837a mlx5_cmd_exec_polling +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbd9c4df4 mlx5_rsc_dump_cmd_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc0fcba05 mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc18efeba mlx5_rl_remove_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc3809057 mlx5_core_destroy_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc4f5d65d mlx5_fpga_mem_read +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc5c820b6 mlx5_lag_get_num_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc6225c69 mlx5_rl_remove_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc6d11c3b mlx5_debug_qp_remove +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc9c55a7a mlx5_fpga_sbu_conn_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xca11f8ea mlx5_core_modify_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcad019c3 __SCT__tp_func_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcadcac95 mlx5_core_dealloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcbc6355f mlx5_fs_remove_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcc002b85 mlx5_destroy_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcd7f411b mlx5_free_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcda3a77d mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd020dd1f __traceiter_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd05e65fe mlx5_fc_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd295cb88 mlx5_mpfs_del_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd44ca755 mlx5_lag_is_mpesw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd477fad8 mlx5_core_roce_gid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6ffda31 mlx5_cmd_destroy_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd7fd275e __tracepoint_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd8a72b95 mlx5_fpga_get_sbu_caps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdb622108 __SCT__tp_func_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdbb58b36 mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdd1f60fb mlx5_qp_debugfs_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdee69552 mlx5_sriov_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdfbc08aa __SCT__tp_func_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe2d57f83 mlx5_fc_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe30fb2a8 __SCT__tp_func_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe360769e mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe3c0c079 mlx5_msix_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe47f30cd mlx5_core_destroy_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe503229a mlx5_lag_query_cong_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe5ad0cad mlx5_create_lag_demux_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe7c40bdd mlx5_core_create_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe86fdc25 mlx5_get_fdb_sub_ns +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeaa2726c __tracepoint_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xec1c1a8f mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xec861624 mlx5_fc_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xed324c31 mlx5_lag_is_sriov +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xee32e2b5 mlx5_core_modify_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf35d1270 mlx5_lag_is_master +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf3b68188 __SCK__tp_func_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf410eb22 mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf9a8f18b mlx5_vector2eqn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf9b890e5 mlx5_core_create_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfedb40a1 mlx5_packet_reformat_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfee4cea2 mlx5_packet_reformat_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxfw/mlxfw 0xc4d702d9 mlxfw_firmware_flash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x02815b77 mlxsw_env_module_port_up +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x02dfd3d0 mlxsw_afk_key_info_block_encoding_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x04bab3d9 mlxsw_core_port_devlink_port_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x07abcc0c mlxsw_afa_block_append_trap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0ca34ccf mlxsw_core_max_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0d0129fc mlxsw_afa_block_append_qos_ecn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0e81c09c mlxsw_afk_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0f4a209d mlxsw_core_read_utc_sec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x14d6ca2e mlxsw_env_set_module_power_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x14e17bb4 mlxsw_linecards_event_ops_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x15801382 mlxsw_afk_key_info_put +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x16673aec mlxsw_afk_values_add_u32 +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x16f4221d mlxsw_core_irq_event_handler_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x19fa5852 mlxsw_core_flush_owq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x1a00748e mlxsw_afa_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x1cb8f858 mlxsw_reg_trans_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x202693f0 mlxsw_afa_block_cur_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x23eddc68 mlxsw_core_cpu_port_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2440c5f3 mlxsw_core_trap_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x299e2562 mlxsw_afk_values_add_buf +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2aedf5dd mlxsw_core_rx_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2c68ced3 mlxsw_core_read_frc_h +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2f303cd3 mlxsw_afa_block_append_qos_dsfield +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x383bc49a mlxsw_afa_block_append_qos_dscp +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4036254f mlxsw_linecards_event_ops_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x43a9b87e mlxsw_afa_block_terminate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4590877a mlxsw_core_trap_state_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x47041e4e mlxsw_afk_key_info_blocks_count_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4765b9f0 mlxsw_core_res_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x47e65af3 mlxsw_core_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x484489a4 mlxsw_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4866767a mlxsw_env_get_module_eeprom_by_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4992fa24 mlxsw_env_get_module_eeprom +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x49ec8a06 mlxsw_afa_block_append_police +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4a49cbff mlxsw_core_skb_receive +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4a558271 mlxsw_env_get_module_power_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x50359cc0 mlxsw_core_kvd_sizes_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x508923e3 mlxsw_core_port_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x51b5769d mlxsw_env_module_overheat_counter_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5c73d5a4 mlxsw_core_sdq_supports_cqe_v2 +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5cf3dd79 mlxsw_core_bus_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5d55fb68 mlxsw_afk_encode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5ff17b5c mlxsw_afa_block_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x618a30ab mlxsw_afa_block_commit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x63874d4c mlxsw_core_port_driver_priv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x65c7e645 mlxsw_afa_block_append_qos_switch_prio +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6929f2b4 mlxsw_env_module_port_map +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x718d28f4 mlxsw_afa_block_append_vlan_modify +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x71ffc941 mlxsw_core_ptp_transmitted +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x75339042 mlxsw_core_lag_mapping_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x77d83398 mlxsw_core_read_frc_l +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7b0bfeec mlxsw_core_port_fini +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7e08c6e0 mlxsw_core_event_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x827a2f1f mlxsw_afa_block_jump +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x829e8851 mlxsw_afa_block_first_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x83fb69af mlxsw_core_lag_mapping_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x858c30d0 mlxsw_afa_block_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x86817014 mlxsw_core_read_utc_nsec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x8854d198 mlxsw_reg_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x8a4a4975 mlxsw_env_reset_module +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x902c3533 mlxsw_core_schedule_dw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x965c5101 mlxsw_core_rx_listener_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x96d201df mlxsw_afa_block_append_mirror +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x996c5d6d mlxsw_reg_trans_bulk_wait +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x9b806db8 mlxsw_core_bus_device_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x9cbf026d mlxsw_afa_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa48608fb mlxsw_core_traps_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa509fafd mlxsw_afa_block_append_counter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa7765e88 mlxsw_reg_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa8e2509a mlxsw_afa_block_append_sampler +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xac1074a5 mlxsw_core_skb_transmit_busy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb0e90d15 mlxsw_core_trap_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb3523afc mlxsw_core_skb_transmit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb6517b2e mlxsw_afa_block_append_trap_and_forward +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb68e9fa8 mlxsw_env_module_port_unmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbc222a8d mlxsw_afk_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbda212df mlxsw_core_irq_event_handlers_call +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbfb7df3c mlxsw_core_driver_priv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc31fbb6a mlxsw_core_res_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc3af82c9 mlxsw_core_port_netdev_link +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc5eacafe mlxsw_afa_block_append_l4port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xcabc6d97 mlxsw_core_traps_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xcbab836f mlxsw_core_fw_rev_minor_subminor_validate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd111d3e8 mlxsw_core_irq_event_handler_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd1bab622 mlxsw_afk_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd21722b4 mlxsw_core_max_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd28256cf mlxsw_afa_block_append_allocated_counter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd71566b9 mlxsw_core_schedule_work +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd7a93413 mlxsw_core_event_listener_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd888ffb3 mlxsw_afa_block_append_ip +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd9f711ae mlxsw_afa_block_append_mcrouter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdb9c710c mlxsw_env_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdc31781e mlxsw_reg_trans_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdc415cf1 mlxsw_afa_block_continue +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdc5c95df mlxsw_core_resources_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdeb1dc2e mlxsw_afa_block_first_kvdl_index +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe16986dd mlxsw_afa_block_activity_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe1860dde mlxsw_afa_block_append_fid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe1e497ec mlxsw_core_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe4d9ac5a mlxsw_afa_block_append_drop +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe532482a mlxsw_afk_key_info_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xecab212a mlxsw_afa_cookie_lookup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xed2801d4 mlxsw_env_module_port_down +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf446732c mlxsw_afk_key_info_subset +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf82bdc70 mlxsw_core_lag_mapping_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xff007c25 mlxsw_core_cpu_port_fini +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xff0b141d mlxsw_afa_block_append_fwd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0x2b8cae6f mlxsw_i2c_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0x83aefd11 mlxsw_i2c_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0xa0b734cf mlxsw_pci_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0xff57e343 mlxsw_pci_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0156e3d1 ocelot_sb_occ_tc_port_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x056e6132 ocelot_xtr_poll_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x08791cd6 ocelot_wm_enc +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0d2514a2 ocelot_port_lag_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x18fedf54 ocelot_vcap_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1c83f3e7 ocelot_fdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1e460c9a ocelot_mact_lookup +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1f1e5ded ocelot_vlan_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1f21bc6e ocelot_bridge_stp_state_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x20e81169 ocelot_port_vlan_filtering +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x215c6410 ocelot_ptp_enable +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x23785d0d ocelot_port_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2760e924 ocelot_port_txtstamp_request +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2c64e27f ocelot_init_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2ee2eeab ocelot_vcap_block_find_filter_by_id +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x35120d5e ocelot_mrp_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3a49dcba ocelot_vlan_prepare +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3ce6844d ocelot_hwstamp_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x409aa788 ocelot_vcap_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x494b9916 ocelot_port_mdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4f5631a1 ocelot_sb_port_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x51959250 ocelot_sb_tc_pool_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5bb5b73d ocelot_drain_cpu_queue +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5dc3284a ocelot_deinit_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x607d23a9 ocelot_port_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x623900b7 ocelot_devlink_sb_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x69fce181 ocelot_sb_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6b37c7f5 ocelot_port_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6ce19e2a vsc7514_vcap_props +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6ecb8208 ocelot_vlan_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7288f0fa ocelot_set_ageing_time +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x745f625e ocelot_devlink_sb_register +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x74aac7d0 ocelot_mact_learn_streamdata +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x769f38a3 ocelot_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7765bbf0 ocelot_hwstamp_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x788a8fe5 ocelot_port_lag_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7e5aec55 vsc7514_regfields +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7fa4d477 ocelot_deinit +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x83dec67a ocelot_ptp_verify +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x84bd0aba ocelot_reset +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x84dfead0 ocelot_port_bridge_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x87eb4169 ocelot_sb_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8a17db63 ocelot_sb_occ_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8ace71a0 ocelot_get_ts_info +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8b32a870 ocelot_deinit_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8b6db341 ocelot_get_strings +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8d6f69c9 ocelot_sb_occ_max_clear +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x94b2fb10 ocelot_ptp_gettime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9b9fbf08 ocelot_mact_forget +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9f32014e ocelot_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa21414e3 ocelot_ptp_adjtime +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa536bebd ocelot_port_set_maxlen +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xad9dd43a ocelot_sb_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xae920a54 ocelot_ptp_adjfine +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xaeaf4692 ocelot_get_ethtool_stats +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xaeff717c ocelot_init_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb095a2cd ocelot_port_inject_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb0fdd7fd ocelot_wm_dec +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb5cf16f4 ocelot_port_mdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb6a658ac ocelot_mact_learn +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb8158020 ocelot_ptp_rx_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbb72510e ocelot_port_lag_change +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc25cb8f1 ocelot_mrp_add_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc558a410 ocelot_get_txtstamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc7be8e91 ocelot_can_inject +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcbb8e116 ocelot_vcap_filter_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd0550ae1 ocelot_fdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd0ebefd9 ocelot_ifh_port_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd1782084 ocelot_sb_occ_snapshot +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd18b1ff9 ocelot_mrp_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdd7c3dd4 ocelot_pll5_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdeb0aaee ocelot_port_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe30fc619 ocelot_wm_stat +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe382613a ocelot_sb_tc_pool_bind_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe452b61f ocelot_ptp_settime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf0c1c4fd ocelot_fdb_dump +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf6c2f846 ocelot_policer_validate +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf7492ae3 ocelot_mrp_del_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf791335e ocelot_get_sset_count +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf80fc88d vsc7514_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfbb626ff ocelot_vcap_filter_replace +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfde1b7a8 ocelot_port_bridge_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfebfb41b ocelot_vcap_filter_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfee7005c ocelot_port_pre_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x4f264472 qed_put_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x8d6a658b qed_get_rdma_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x8f270b90 qed_get_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x992e03d0 qed_put_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x9eeeef48 qed_put_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xa3ce9357 qed_get_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xaa595596 qed_get_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0x2487f742 qede_rdma_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0xa0ed5460 qede_rdma_register_driver +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x05782968 wx_set_features +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x077bfb65 wx_get_mac_addr +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x0d4fdb6c wx_change_mtu +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x186acba5 wx_napi_disable_all +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x18e8e956 wx_xmit_frame +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x1e44a47e wx_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x29b25358 wx_get_pcie_msix_counts +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x2ccab4a1 wx_mng_present +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x32aa8a47 wx_clear_interrupt_scheme +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x32f08e01 wx_mac_set_default_filter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x37b51adc wx_vlan_rx_add_vid +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x38947dbd wx_disable_rx +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x3923229b wx_init_rx_addrs +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x444e82fc wx_vlan_rx_kill_vid +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4b2e2165 wx_set_mac +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4b3398bd wx_msix_clean_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4db66e78 wx_flush_sw_mac_table +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x58751af3 wx_check_flash_load +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x63b73cbe wx_free_irq +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x6422da0e wx_configure +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x65e43913 wx_reset_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x73ab6897 wx_init_interrupt_scheme +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x74109f6e wx_disable_pcie_master +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x74938986 wx_get_drvinfo +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x779db5a7 wx_configure_vectors +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x79c680a3 wx_start_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x7d445f27 wx_read_ee_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x8bc343b7 wx_irq_disable +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x9712ef01 wx_free_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x9a6e34cb wx_read_ee_hostif_buffer +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x9aff98d8 wx_sw_init +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xa154d53b wx_free_isb_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xa419da58 wx_clean_all_rx_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xa67a5382 wx_intr_enable +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xaaa20a76 wx_set_rx_mode +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xaed880ca wx_setup_isb_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xb041fe7c wx_clean_all_tx_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xb4b14bc4 wx_control_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xb7d41c82 wx_stop_adapter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xc180747a wx_reset_interrupt_capability +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xc352dfa5 wx_misc_isb +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xcc939860 wx_host_interface_command +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xcd99dcbf wx_napi_enable_all +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xdcec2317 wx_reset_misc +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xe3316dd1 wx_disable_rx_queue +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xf0df06f2 wx_init_eeprom_params +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xf6035866 wx_setup_resources +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x2fe7a656 hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x30b60f63 hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x8c7e24ae hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xa8ab4d97 hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xe456821d hdlcdrv_register +EXPORT_SYMBOL drivers/net/mdio 0x3e17f466 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0x60443957 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0x62eb612a mdio45_ethtool_ksettings_get_npage +EXPORT_SYMBOL drivers/net/mdio 0x63e0fee5 mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0xb79a54ee mdio45_nway_restart +EXPORT_SYMBOL drivers/net/mdio 0xcdbdeca7 mdio45_ethtool_gset_npage +EXPORT_SYMBOL drivers/net/mdio 0xdaceb7a6 mdio_mii_ioctl +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0x0864542f mdiobb_read_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0x935a1519 alloc_mdio_bitbang +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0xa4102857 mdiobb_read_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0xa9f38691 mdiobb_write_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0xb80a98f6 mdiobb_write_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0xd3430584 free_mdio_bitbang +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x1d2a6194 cavium_mdiobus_write_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x5691abdc cavium_mdiobus_write_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x652369f6 cavium_mdiobus_read_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0xd9a50223 cavium_mdiobus_read_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-mscc-miim 0x769c78c6 mscc_miim_setup +EXPORT_SYMBOL drivers/net/mii 0x08237af8 mii_ethtool_gset +EXPORT_SYMBOL drivers/net/mii 0x14d3d852 mii_check_gmii_support +EXPORT_SYMBOL drivers/net/mii 0x15569533 mii_check_media +EXPORT_SYMBOL drivers/net/mii 0x3ad39f8b mii_ethtool_sset +EXPORT_SYMBOL drivers/net/mii 0x3efb6eb4 mii_link_ok +EXPORT_SYMBOL drivers/net/mii 0x46b00fb9 mii_nway_restart +EXPORT_SYMBOL drivers/net/mii 0x700eb338 mii_ethtool_set_link_ksettings +EXPORT_SYMBOL drivers/net/mii 0x9093f50b mii_check_link +EXPORT_SYMBOL drivers/net/mii 0xb32d4f36 generic_mii_ioctl +EXPORT_SYMBOL drivers/net/mii 0xdc2df036 mii_ethtool_get_link_ksettings +EXPORT_SYMBOL drivers/net/pcs/pcs-lynx 0x6d933508 lynx_pcs_destroy +EXPORT_SYMBOL drivers/net/pcs/pcs-lynx 0xc0ac430d lynx_pcs_create_mdiodev +EXPORT_SYMBOL drivers/net/pcs/pcs-mtk-lynxi 0x24c8ca1f mtk_pcs_lynxi_create +EXPORT_SYMBOL drivers/net/pcs/pcs-mtk-lynxi 0xe9221a05 mtk_pcs_lynxi_destroy +EXPORT_SYMBOL drivers/net/phy/bcm-phy-lib 0x60f65a4a bcm54xx_auxctl_write +EXPORT_SYMBOL drivers/net/ppp/pppox 0x4e2ce641 register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0x7c42697c pppox_compat_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xa9f8471c pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe73e6243 pppox_unbind_sock +EXPORT_SYMBOL drivers/net/sungem_phy 0xdff1066d sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x4b2ba98f team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0x655243eb team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0x6eefd872 team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0x7b81bc10 team_options_register +EXPORT_SYMBOL drivers/net/team/team 0x86eca297 team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0xd1bbc67f team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0xe12d8327 team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0xfdc80cc4 team_mode_register +EXPORT_SYMBOL drivers/net/usb/usbnet 0x03057065 usbnet_link_change +EXPORT_SYMBOL drivers/net/usb/usbnet 0x466115b6 usbnet_manage_power +EXPORT_SYMBOL drivers/net/usb/usbnet 0x7d14ad1f usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/wan/hdlc 0x0e2cc70b hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0x565c2441 alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0x5feac477 hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0x7e553581 hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0x860a535f detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xa9452584 unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0xd216312e unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xd98166f6 register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xe025bbb3 attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xf4d3b2d5 hdlc_ioctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0b1ab353 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x108b188f ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x38253b51 ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4571aea8 ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x45bb5b96 ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4dda608a dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4f401c21 ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x5ccb7bfc ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x6114695d ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x7f4b0a06 ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x8e8234da ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa18f224e ath_regd_find_country_by_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb6588ba6 ath_bus_type_strings +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xcdb5d891 ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xee9f9250 ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xef2b28e8 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xf7adb803 ath_hw_keysetmac +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xf8dac3f3 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x015e5db2 ath10k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x05d604cb ath10k_ce_cancel_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0cb11d65 ath10k_coredump_new +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0ec6c378 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0ff70824 ath10k_core_fetch_board_file +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1073ed74 __ath10k_ce_send_revert +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x12020763 ath10k_bmi_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x18c0eddf ath10k_print_driver_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1b82a08a ath10k_ce_disable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1ff74e97 ath10k_ce_num_free_src_entries +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x237b2a24 ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2e14ef5d ath10k_htt_t2h_msg_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x333165bf ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x357ebc50 ath10k_ce_completed_recv_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x39c968be ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3de522a2 ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3f1a2a69 ath10k_ce_free_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x44806368 ath10k_core_check_dt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4924b476 ath10k_ce_free_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4982f9b7 ath10k_ce_send +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x508de33c ath10k_ce_alloc_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x526a5185 ath10k_ce_deinit_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x541facb8 ath10k_ce_completed_send_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x580dd074 ath10k_mac_tx_push_pending +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5c795df7 ath10k_core_napi_sync_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5d45cf43 ath10k_ce_completed_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x65eda577 ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x65f1d9a0 ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x66f83e5b ath10k_htt_txrx_compl_task +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x680efb36 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6a003a67 ath10k_ce_send_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7f1fe56c ath10k_core_start_recovery +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x97851bab ath10k_ce_enable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9b062941 __tracepoint_ath10k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9efc085b ath10k_ce_revoke_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa54c6093 ath10k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa6f3de9c ath10k_htt_rx_pktlog_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb1eac928 ath10k_htt_hif_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb686bd97 ath10k_ce_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb70c2cae ath10k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb90deac1 ath10k_ce_dump_registers +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc7790b1f ath10k_ce_per_engine_service_any +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xca8e1eb0 ath10k_htc_rx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcb1be620 ath10k_ce_init_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcd068df2 ath10k_ce_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcda132b3 ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd2360976 ath10k_core_free_board_files +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xdc17b44d ath10k_coredump_get_mem_layout +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe094cd26 ath10k_htt_rx_hl_indication +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe5c0b528 ath10k_htc_notify_tx_completion +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe6414b28 ath10k_htc_process_trailer +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe986f243 ath10k_bmi_read_memory +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe9f40632 ath10k_ce_rx_update_write_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf2494945 __ath10k_ce_rx_num_free_bufs +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf30722ca ath10k_ce_alloc_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf3e26505 ath10k_htc_tx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xfa9afb33 ath10k_core_napi_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xfd1f9a19 ath10k_ce_completed_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x06e58d2b ath11k_core_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0886c81e ath11k_pcic_ce_irq_disable_sync +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0a32f9d5 ath11k_pcic_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x120d3ad1 ath11k_ce_get_shadow_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x14e0a5b6 ath11k_ce_free_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x15d4cc7f ath11k_pcic_register_pci_ops +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x29c90d91 ath11k_pcic_get_msi_address +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x37776ad5 ath11k_hal_srng_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x44c1478f ath11k_pci_enable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x4c291748 ath11k_pcic_write32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x5142fb15 ath11k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x54bc7fac ath11k_core_pre_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x5baa7694 ath11k_pcic_get_ce_msi_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x5fca46ae ath11k_pcic_read32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x60f0ce9a ath11k_core_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x67b2f800 ath11k_pcic_read +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x8624ebac ath11k_pcic_ce_irqs_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x8681e69c ath11k_pcic_ext_irq_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x90b06c4e ath11k_pcic_free_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x92f62eb1 ath11k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9a3603a5 __tracepoint_ath11k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9c51bcc4 ath11k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9f07d71b ath11k_pcic_get_user_msi_assignment +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9fa785d4 ath11k_core_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xa88e2227 ath11k_core_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xabc6a5a9 ath11k_debugfs_soc_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xad789f49 ath11k_dp_service_srng +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xadf8d803 ath11k_pci_disable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xaeae190f ath11k_pcic_map_service_to_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb02a0516 ath11k_hal_srng_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb7afc6f2 ath11k_ce_alloc_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb89582d2 ath11k_qmi_deinit_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xbf62249b ath11k_ce_cleanup_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc32cac4a ath11k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc614ee5b ath11k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd1d18297 ath11k_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xde460e0a ath11k_pcic_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe487293f ath11k_ce_get_attr_flags +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe5983e9b ath11k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xeaf32d44 ath11k_pcic_ext_irq_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf0197188 ath11k_cold_boot_cal +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf190c0ff ath11k_pcic_config_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf3f52155 ath11k_pcic_init_msi_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xfa18da28 ath11k_core_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1354043d ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x190a3771 ath6kl_read_tgt_stats +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x3502feef ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x415e0dda ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x48ac3b56 ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x583546d0 ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x707ed40a ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x7774b29a ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x79755cb8 ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x799a7df8 ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x91cfb84a ath6kl_hif_rw_comp_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb881b1a9 ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb9a689dd ath6kl_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xea060db1 ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xecf6d024 ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xf88d5e01 ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1a0aa030 ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x22c609cc ath9k_cmn_spectral_scan_trigger +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x24c91f31 ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2b4a94a7 ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x34f95684 ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x3ef17810 ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x42e56e8c ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x55030e86 ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x604ded9e ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x69caba3b ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6cefbd77 ath9k_cmn_spectral_scan_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x77771eb6 ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x87d37866 ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa356aa92 ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa626e6ed ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xad0fcc2f ath_cmn_process_fft +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xbbe422a6 ath9k_cmn_spectral_deinit_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xca32c4f7 ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe5dd5a8c ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf0900879 ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf6e3f424 ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf9823f26 ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xfc942868 ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xfe328616 ath9k_cmn_spectral_init_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x018badd9 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x073eeaff ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0c3c5115 ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0caaf176 ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0cc1f60a ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f77dafc ath9k_hw_get_tsf_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1083b63f ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x116c0611 ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1179421b ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x12377d82 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x138ef612 ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x154e3345 ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x181f9ba9 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1a945fab ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2181b516 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x21b9dd7e ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x21efa4c7 ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x223e4f75 ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2482ec79 ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2498b335 ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x25c158cb ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x25fe7067 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x27372bf5 ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2b015604 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2b5e8255 ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2c4ddb5f ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2e83d446 ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x31ef894a ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x333287bd ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x34215721 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3d879d15 ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x406e7256 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x40d0b73f ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x41545875 ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x42ae8ea7 ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x439460a1 ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4b30b893 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4c477944 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4d0f2a54 ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4fce6dc2 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x505f9bcc ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x521cf092 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5277faea ath9k_hw_gpio_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x54d5cd8f ath9k_hw_resume_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5626a182 ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x57d17052 ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x59837ada ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5a6f5d45 ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5a72e31f ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5d871241 ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5e306b88 ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5ec36d9f ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5fd4e902 ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5feed071 ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x615ec44d ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x622527fb ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x62f1b5d4 ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x67f2b53f ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6860ede9 ath9k_hw_gpio_request_in +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x717f7807 ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x72e594e9 ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7378c541 ath9k_hw_loadnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x744bbd66 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7ad0b4ce ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7f4509ca ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7f901edc ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x82e75f7b ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8377a6a7 ath9k_hw_gpio_request_out +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x84e83051 ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x87f75251 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8adb101e ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x959ea009 ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9653393b ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x97cc29d4 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9c5a43ab ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9faec0a2 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa1176960 ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa4e47c7b ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa560efa7 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa6994e8a ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa86b2566 ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa972974c ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaac7965e ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xab1fa7a4 ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb03f58a0 ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb454ebe3 ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb47d3ce2 ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb4e81748 ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbd9828a4 ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbec87571 ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc09d377a ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc1664e1a ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc2cf847f ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc6719f77 ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc8f55fa4 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xca81a747 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcce5d83a ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd3de527c ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd4bdeda1 ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd67c7222 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xda753a59 ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdd90b3ea ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe7c11486 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xeee050bc ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xef3b2d06 ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf632a80e ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfa1018e4 ath9k_hw_btcoex_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfcc460b4 ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x199cc0df stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x36d1cf2c init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0xc308bc51 atmel_open +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x1906648e brcmu_boardrev_str +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x1c8fdd85 brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x1ff88bdf brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x4a5ce938 brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x4badc00d brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x54995524 brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x57f9a880 brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x5aed48c9 brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x6138277b brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x790598b7 brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x8958daac brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xa17c0ccf brcmu_dotrev_str +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xcd527631 brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xd093b559 brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xd6217d91 brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xdbf20c04 brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0x35dd69cb init_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0x81dc5f5f reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0xb91b8c5f stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x3459982b libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x4d870023 libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x5027dfd6 libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x51ec2e8a libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x56c920e9 libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x65e9049c libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x76f2bed4 libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x7d6ea783 libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x84b5aa81 libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x93b59fcf libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xb02a361a libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xb5a78cd8 libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xb988677c alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xc556b800 libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xc63f769b libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xd195ff09 free_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xd929c0ca libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xe8241089 libipw_rx +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xf3e9a2b4 libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xf4606c1b libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x003e449d il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x01a876cd il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x027ea2b7 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x03236e03 il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x04074ff8 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0c64839d il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0d0b69e4 il_set_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0d603ebb il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x13154d53 il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1533f312 il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x172675f2 il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1a0bcfb1 il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1b1c039e il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1e333839 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1ea04f50 il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1f56b8c7 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2219bba7 il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2260cccb il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x230a9f1b il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x275a14f3 il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2bf7eea6 il_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3342236e il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x344cca89 il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x366cbc6a il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3b497d16 il_force_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3d98a2ff il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3e57b924 il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x416bd26a il_debug_level +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x42fdb676 il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4bc35dd7 il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4f469bb3 il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4f50487d il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4f6e895f il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x501a0eb8 il_update_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x50a009a1 il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5273fd00 il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x569a29a1 il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x57d3ad7a il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5c6e1c20 il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x666cafd7 il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x66b17acb il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x681f26a6 _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6eccd768 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x75452479 il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x77a69c5e il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x78155036 il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7a187949 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7a586349 il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7f34b520 il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8042147e il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x80a77be8 il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x814ac9b0 il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x819929e3 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x83b7ad19 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x847eb719 il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8527d361 il_set_rate +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x93320b4c il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9932894c il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9ac37c21 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9c468378 il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9cc714af il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa0f178a2 il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa1fb08e7 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa91683fd il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xad1c9db6 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xae922617 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb65510a3 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb67014f0 il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb782b2ea il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb7979a66 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xba5a1081 il_apm_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbd057bbe _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbdfab2a5 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbdfcf52f il_leds_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc314dea9 il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc343a065 il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcdd5bf2e il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xce60fc8c il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd0e315b9 il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd1b20f2d il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd2954791 il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd325872f il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd5bf0f05 il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd6727540 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd73b4e97 il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd94c135f il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdb485ee3 il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdc73266c il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe0752331 il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe1284905 il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe1958d5b il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe37f7f6c il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe507be9e il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe971a3e5 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xea0d60bf il_mac_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf1054da4 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf1489bc9 il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf1c7e0e1 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf6477b8c il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf6e99655 il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf70a693b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf8aa7780 il_init_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfcf28b20 il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x10117347 __SCK__tp_func_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x38688d65 __SCT__tp_func_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x3a2a40a5 __SCT__tp_func_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x6c66af9b __traceiter_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x7bbc22df __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x8494c337 iwl_trans_pcie_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x879d0f7d __SCK__tp_func_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xa06cdca5 __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xa3373d04 __traceiter_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xc004a732 __SCK__tp_func_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xc65d1374 __traceiter_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xd81e2f28 __SCT__tp_func_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xec305ee5 __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x02b84be4 hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x0bd3442c hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x0d03a492 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x1fcd219b hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x2140e9a3 hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x247e0ab6 hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x250e082e hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x2704ad6c hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x289b282c hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x28ed262a hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x469b61b0 hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x6481343c hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x72bab262 hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x75934c58 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x77f76757 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x7fb75891 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x808e637d hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x95ca1131 hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x9941c6a2 hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x9ec3fc1d hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xaa608b9b hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb807d138 hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xd2165294 prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xd8432c71 hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xe87ff875 hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xee17e609 hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf1bc0060 hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf91c03e2 hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x03db6a4c orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x0655d3d3 orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x15953f59 orinoco_up +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x1c229852 alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x273ec00c orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x40812d8c orinoco_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x75e8e12a free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x792a79e8 orinoco_open +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x8b0e2027 orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x9388c2ed orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xa07b64d9 orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xa74c2dc5 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xae21a09b __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xd569d7ae orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xdd1cc48d __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xf3154bac orinoco_down +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xffe27bca orinoco_interrupt +EXPORT_SYMBOL drivers/net/wireless/mediatek/mt76/mt76 0x327a9822 mt76_rx_signal +EXPORT_SYMBOL drivers/net/wireless/mediatek/mt76/mt76 0xcffe13ef mt76_wcid_key_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist 0x81a2c42e rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x01ecb1ff rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x13433acf rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x18e6e29b rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2327d91c _rtl92c_phy_calculate_bit_shift +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x26f98fd5 rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x29ad3e98 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2b457203 _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2c0852d5 rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2c7aa10c rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2f33fcf4 rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x33dda6c0 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3689734b _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3d5a254e rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3fa583a3 _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x428a0823 rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5175a695 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x541d9cff rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x55985fb9 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5d5907a0 rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x603b9a85 rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x633ce7d1 rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x65dbc5f2 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6c72ec67 rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6f171b4f rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6fc78de9 rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x778c7008 _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x832c18c4 rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8e716a6b _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8ea34bc5 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb964bcfa rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbbdfbe77 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbf718641 rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc15c2700 rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc91bb84f rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xcd87fed4 rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd966b976 rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe2d79c1e _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe357b21b rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xeac53855 _rtl92c_phy_dbm_to_txpwr_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf2db12b5 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf8d593b6 _rtl92c_store_pwrindex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xffa7e1dc rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x110f7b06 rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xbbc97fb2 rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xf6372865 rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xf9c0a6ce rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x35c296cc rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x5339b3a3 rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x7eacc2c4 rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xa98bd112 rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0ad06f66 rtl_dm_diginit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0b038e24 channel5g_80m +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x177b2bca rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x18eb98fb efuse_shadow_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1b945315 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x23c15085 rtl_collect_scan_list +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x24aa6be8 rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x30a956d7 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x36804b12 rtl_c2hcmd_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x54824f58 channel5g +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5a26c973 rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x62d0cd93 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x63ca9c89 rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x692f54bf rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x70756268 rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7a689fa9 efuse_power_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x847b8e1f rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8ea60059 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x92bf8ecc efuse_one_byte_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa4498f2b rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa56f83ad rtl_rx_ampdu_apply +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xaf491b0b rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb15262ff rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb5d11a1d rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc311747e rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc93b2fb1 rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xca3b9826 rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xce5a310d rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd004d12f rtl_init_sw_leds +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd09c97fb efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd8f91694 rtl_mrate_idx_to_arfr_id +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe13aa749 rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe5a90f0c rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe6437d41 rtl_cmd_send_packet +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xebedfe5f rtl_wowlan_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xed7c8cf2 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf08370f6 rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xfbb286eb rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8723d 0x19b43f1c rtw8723d_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8821c 0x84744891 rtw8821c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822b 0xf25445ae rtw8822b_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822c 0x1d962e90 rtw8822c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x03e1a445 rtw_phy_write_rf_reg_mix +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0900af08 rtw_tx_queue_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0c7433dd check_hw_ready +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x103b1801 rtw_rx_stats +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1547dab2 rtw_dump_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x18dd197e rtw_phy_cfg_bb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1dc2d072 rtw_tx_ac_to_hwq +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1fcc1059 rtw_tx_fill_tx_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2a7b95d3 rtw_tx_write_data_rsvd_page_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2fb5ed71 rtw_tx_write_data_h2c_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x304add21 rtw_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x33b3f3c0 rtw_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x36c5bfca rtw_disable_lps_deep_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x440b7589 rtw_phy_rf_power_2_rssi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x45c36ddf rtw_register_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x47e72690 rtw_coex_write_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x4f35534c rtw_parse_tbl_bb_pg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x519c8ba9 rtw_rate_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x566dd88a rtw_bf_remove_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x58210e60 rtw_rate_section +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5959189f rtw_parse_tbl_phy_cond +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5e9a7f6c rtw_bf_enable_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5eed9bfb rtw_unregister_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x62644814 rtw_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x63b3d499 rtw_phy_pwrtrack_get_delta +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x63eed242 rtw_set_channel_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x642b694a rtw_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x68057693 rtw_coex_write_scbd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x686cfe25 rtw_restore_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x73b86982 rtw_phy_get_tx_power_index +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x73d9b88b rtw_parse_tbl_txpwr_lmt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7b6cb5a5 rtw_coex_read_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7d83762d rtw_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x83a2f007 rtw_phy_pwrtrack_get_pwridx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8b5f3b2e rtw_fw_inform_rfk_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8e239c8e rtw_read8_physical_efuse +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x910bd674 rtw_phy_set_edcca_th +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x92e731a2 rtw_bf_set_gid_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9386ffdb rtw_phy_write_rf_reg_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x95d82569 rtw_dump_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9693f062 rtw_phy_cfg_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9aad01f5 rtw_bf_cfg_csi_rate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9d0a829c rtw_phy_set_tx_power_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9e5b7368 rtw_phy_pwrtrack_need_lck +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb097854e rtw_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb1d1a50f rtw_phy_parsing_cfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb46ce796 rtw_set_rx_freq_band +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb4e207f7 rtw_phy_load_tables +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb8e807b2 rtw_phy_cfg_agc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xbaab7f0f rtw_phy_cfg_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xbabaf475 rtw_phy_read_rf_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xbaf61b4c rtw_bf_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc012766e rtw_bf_remove_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc309a90e rtw_tx_report_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc431081f rtw_fw_do_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xcbc7a5bc rtw_phy_pwrtrack_need_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xcca90a6e rtw_regd_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xce85605c __rtw_dbg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd00f7e78 rtw_phy_pwrtrack_thermal_changed +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd1bfd821 rtw_phy_config_swing_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xdba07636 rtw_power_mode_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xde2673e6 rtw_fw_c2h_cmd_rx_irqsafe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xdef8aa01 rtw_phy_pwrtrack_avg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe3390950 rtw_fw_c2h_cmd_isr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe7123bf2 rtw_bf_enable_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xfcfa2dab rtw_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xfd922ded rtw_rx_fill_rx_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x07bf476a rtw_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x3ebcf8d0 rtw_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0xb500b6e7 rtw_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0xb76cb371 rtw_pci_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0x1241207e rtw_sdio_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0x846ef79a rtw_sdio_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0xa5f6fe49 rtw_sdio_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0xbd674e6b rtw_sdio_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0x62ac5a0a rtw_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0xb10362f7 rtw_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8851b 0x9c60a0b6 rtw8851b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852a 0x56341e88 rtw8852a_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852b 0x21aacc78 rtw8852b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852c 0xba0f8017 rtw8852c_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x02c55b1d rtw89_phy_tssi_ctrl_set_bandedge_cfg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x05555c0f rtw89_btc_set_policy_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0a9ba007 rtw89_mac_cfg_ppdu_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0bd029de rtw89_ser_notify +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0cf53cd3 rtw89_mac_coex_init_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1364eae2 rtw89_core_fill_txdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x21b809c8 rtw89_encode_chan_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x224361ea rtw89_mac_cfg_ctrl_path_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x265af236 rtw89_mac_get_txpwr_cr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x26cf5368 rtw89_btc_ntfy_wl_rfk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x287eedcb rtw89_phy_set_txpwr_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x32f312d4 rtw89_fw_h2c_rf_ntfy_mcc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x378c615d __rtw89_debug +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x379a179d rtw89_mac_write_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3b26f992 rtw89_read_efuse_ver +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3d874e80 rtw89_mac_set_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3df53880 rtw89_mac_coex_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3e90016e rtw89_phy_read_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x420052e8 rtw89_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x48d9a7a8 rtw89_phy_get_txsc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4efd7f7c rtw89_core_napi_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x513e3926 rtw89_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x515cae81 rtw89_fw_h2c_dctl_sec_cam_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x533fb9e3 rtw89_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x53bcb057 rtw89_core_napi_stop +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x56ca682d rtw89_phy_config_rf_reg_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x59bf6416 rtw89_decode_chan_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5f2691ec rtw89_mac_cfg_gnt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x613f56ed rtw89_core_fill_txdesc_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x62f7e4d6 rtw89_phy_set_txpwr_limit_ru +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x64c6e9e7 rtw89_mac_disable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x669105b5 rtw89_free_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6c9ebacc rtw89_core_rx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6e371bb3 rtw89_phy_set_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x75e85768 rtw89_core_fill_txdesc_fwcmd_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x76c6c317 rtw89_core_napi_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8fa80ca7 rtw89_phy_write_reg3_tbl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x94d084b5 rtw89_mac_stop_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9ac85705 rtw89_mac_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9e25ce88 rtw89_btc_set_policy +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa0dfdf67 rtw89_mac_resume_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa4fd3af7 rtw89_mac_read_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa77147f5 rtw89_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xaa0d7a32 rtw89_phy_read_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xab7c7401 rtw89_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xab8da5bf rtw89_alloc_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xaf9ef141 rtw89_mac_cfg_gnt_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb0b8e740 rtw89_mac_resume_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb4b4fbfd rtw89_mac_enable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb640d78a rtw89_mac_get_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb8b47ae6 rtw89_phy_read32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc48c340c rtw89_phy_write_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc49605a6 rtw89_phy_set_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc5b74df6 rtw89_phy_write_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc9084703 rtw89_core_register +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd07ebce9 rtw89_phy_load_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd373914c rtw89_mac_stop_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd5e12954 rtw89_core_unregister +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xde3e567f rtw89_rfk_parser +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xdead1433 rtw89_core_napi_start +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe3971498 rtw89_phy_write32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe3f57b04 rtw89_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe69a70fd rtw89_core_query_rxdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf80f8ec4 rtw89_mac_cfg_ctrl_path +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x1f3e1949 rtw89_pci_ltr_set_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x257dcaa7 rtw89_pci_disable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x56b575fc rtw89_pci_config_intr_mask_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x698117ba rtw89_pci_fill_txaddr_info_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x6efd9f2c rtw89_bd_ram_table_dual +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x71162055 rtw89_bd_ram_table_single +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x97d98c9f rtw89_pci_enable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x9ce0961b rtw89_pci_ch_dma_addr_set +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xb207bc6e rtw89_pci_enable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xb358693b rtw89_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xbf8f6bac rtw89_pci_config_intr_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xc0126795 rtw89_pci_disable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xce3220ca rtw89_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xdb76e6f4 rtw89_pci_ltr_set +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xe88a9387 rtw89_pci_recognize_intrs +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xe930b3a3 rtw89_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xea35db20 rtw89_pci_recognize_intrs_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xf630d9a9 rtw89_pci_ch_dma_addr_set_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xf7e70813 rtw89_pci_fill_txaddr_info +EXPORT_SYMBOL drivers/net/wireless/rsi/rsi_91x 0xf5f8a35a rsi_config_wowlan +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x39c4f1c6 wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x50bb6e43 wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x7c1d0af6 wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xd2904434 wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x459b671a fdp_nci_probe +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0xe6bcdeca fdp_nci_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0xe6d05756 microread_probe +EXPORT_SYMBOL drivers/nfc/microread/microread 0xf6107bab microread_remove +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x4d8b09a9 nxp_nci_fw_recv_frame +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0xeebfe97b nxp_nci_probe +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0xfe10e7f6 nxp_nci_remove +EXPORT_SYMBOL drivers/nfc/pn533/pn533 0x59193858 pn533_recv_frame +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x1effa000 pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xf0b8bec1 pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x07f338d9 s3fwrn5_phy_power_ctrl +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x1e4a9757 s3fwrn5_remove +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x4a039d60 s3fwrn5_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x774203fc s3fwrn5_phy_set_wake +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xedb12f10 s3fwrn5_phy_set_mode +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xf2ab60da s3fwrn5_phy_get_mode +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xf465af7d s3fwrn5_recv_frame +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x09809e70 ndlc_recv +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x146d48d2 st_nci_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x1677089f st_nci_se_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x1f88dc02 ndlc_probe +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x21f13e4f ndlc_send +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x39dccacc st_nci_se_io +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x7ae8fde7 ndlc_open +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x99567f17 ndlc_close +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xafe2675d st_nci_se_deinit +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xf1890201 ndlc_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x0d7855ad st21nfca_se_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x192e9d52 st21nfca_se_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x255ced2f st21nfca_hci_discover_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x41afe84d st21nfca_dep_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x4cd7b6e2 st21nfca_hci_se_io +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x57d35dab st21nfca_dep_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x5d80a21f st21nfca_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x7e017d18 st21nfca_hci_loopback_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xa0a1efbe st21nfca_apdu_reader_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xb8207741 st21nfca_connectivity_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xc47a529e st21nfca_im_send_dep_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xc65e36e2 st21nfca_im_send_atr_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xd000a869 st21nfca_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xd40c1d62 st21nfca_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xd8656cd4 st21nfca_tm_send_dep_res +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xd9574934 st21nfca_hci_enable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xe2e329dd st21nfca_dep_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xfd390f09 st21nfca_hci_disable_se +EXPORT_SYMBOL drivers/ntb/ntb 0x09ab4e26 ntbm_msi_free_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x1fa01bc4 ntb_unregister_device +EXPORT_SYMBOL drivers/ntb/ntb 0x38dcf066 ntb_msi_peer_trigger +EXPORT_SYMBOL drivers/ntb/ntb 0x4d34514d ntb_default_peer_port_count +EXPORT_SYMBOL drivers/ntb/ntb 0x5bf753be ntb_default_peer_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x607ac4dc ntb_set_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x6394dae4 ntb_default_peer_port_idx +EXPORT_SYMBOL drivers/ntb/ntb 0x76f2e960 ntb_msi_clear_mws +EXPORT_SYMBOL drivers/ntb/ntb 0x7922d55c ntb_default_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x8104966b ntb_link_event +EXPORT_SYMBOL drivers/ntb/ntb 0x85b83e57 ntb_unregister_client +EXPORT_SYMBOL drivers/ntb/ntb 0x916da6e8 ntb_msi_peer_addr +EXPORT_SYMBOL drivers/ntb/ntb 0x9f48c62b ntb_msi_init +EXPORT_SYMBOL drivers/ntb/ntb 0xa9e27b4c __ntb_register_client +EXPORT_SYMBOL drivers/ntb/ntb 0xc6fb2184 ntbm_msi_request_threaded_irq +EXPORT_SYMBOL drivers/ntb/ntb 0xd0688fc6 ntb_clear_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0xe1742185 ntb_msi_setup_mws +EXPORT_SYMBOL drivers/ntb/ntb 0xe56f7fc9 ntb_register_device +EXPORT_SYMBOL drivers/ntb/ntb 0xfb9683bc ntb_msg_event +EXPORT_SYMBOL drivers/ntb/ntb 0xfd511867 ntb_db_event +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0xae816ca9 nvdimm_namespace_detach_btt +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0xf349b793 nvdimm_namespace_attach_btt +EXPORT_SYMBOL drivers/parport/parport 0x0fbec5f9 parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0x11374500 __parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x1e9c47dd parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x23d81ad2 parport_write +EXPORT_SYMBOL drivers/parport/parport 0x26c9019a parport_release +EXPORT_SYMBOL drivers/parport/parport 0x2f96f97f parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0x39a3dd0c parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x5dd2ec33 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x5f640e30 parport_read +EXPORT_SYMBOL drivers/parport/parport 0x605bd517 parport_del_port +EXPORT_SYMBOL drivers/parport/parport 0x6149bcba parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x6477bad3 parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x6da7a4f6 parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0x77f3b0b3 parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x8be3b43e parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0x8d6d8a5a parport_register_dev_model +EXPORT_SYMBOL drivers/parport/parport 0x964bac4d parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x9fac5ebf parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0xa52d97d9 parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0xac355df1 parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0xaff51b6a parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0xb26ce756 parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0xbb4110ff parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0xc99bfa15 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0xd81bc1f2 parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xd8789dae parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0xdb963953 parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0xe214e322 parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0xe5ba72ca parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0xf15cf785 parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0xfd4ce5e3 parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport_pc 0x459de7e1 parport_pc_probe_port +EXPORT_SYMBOL drivers/parport/parport_pc 0xdc2f64f1 parport_pc_unregister_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x00f6462d pcmcia_get_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x1317f43f pcmcia_read_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x23956ed7 pcmcia_write_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x4b484a47 pcmcia_dev_present +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x4e2de9a3 pcmcia_register_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x599469a8 pcmcia_get_mac_from_cis +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x6266ca91 pcmcia_fixup_iowidth +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x6a7f0f87 pcmcia_enable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x7f2fd486 pcmcia_request_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x899eb7d5 pcmcia_map_mem_page +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x942aa654 pcmcia_loop_config +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xae3ce62c pcmcia_request_io +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xbb312663 pcmcia_parse_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xbfb00104 pcmcia_release_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xc19eeef5 pcmcia_disable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xc9708700 pcmcia_fixup_vpp +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xd05b278c pcmcia_request_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xde081ac2 pcmcia_loop_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xf1f6cd53 pcmcia_unregister_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x0fca0cdf pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x1020aff6 pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x4b7d86da pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x4c7f0dd2 pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x51bf1f8f pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x6669a2a7 pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x75985f84 pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x83ebee05 pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xbdee6249 pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf21c71a2 pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf942709b pcmcia_socket_list_rwsem +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0xd72d81e8 pccard_static_ops +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0xf43d830c pccard_nonstatic_ops +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x1af12f84 cros_ec_suspend_prepare +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x31a32dc6 cros_ec_suspend_late +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x38c767fc cros_ec_unregister +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x4879e3bc cros_ec_resume_early +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x8c02516d cros_ec_register +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xa583bae3 cros_ec_resume +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xc5601d66 cros_ec_suspend +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xe89053d0 cros_ec_resume_complete +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xf25aacf5 cros_ec_irq_thread +EXPORT_SYMBOL drivers/platform/chrome/cros_ec_lpcs 0xaa1c36de cros_ec_lpc_io_bytes_mec +EXPORT_SYMBOL drivers/platform/chrome/cros_ec_lpcs 0xc4ebc6b3 cros_ec_lpc_mec_init +EXPORT_SYMBOL drivers/platform/x86/dell/dcdbas 0xa75079d6 dcdbas_smi_request +EXPORT_SYMBOL drivers/platform/x86/intel/intel_punit_ipc 0x3a0b563a intel_punit_ipc_simple_command +EXPORT_SYMBOL drivers/platform/x86/sony-laptop 0xd857cac7 sony_pic_camera_command +EXPORT_SYMBOL drivers/platform/x86/wmi 0x2579a4f7 __wmi_driver_register +EXPORT_SYMBOL drivers/platform/x86/wmi 0x3c695087 wmi_driver_unregister +EXPORT_SYMBOL drivers/rpmsg/qcom_glink 0xd7119b40 qcom_glink_native_rx +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0x019cbbb8 rpmsg_chrdev_eptdev_destroy +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0x0fc87518 rpmsg_chrdev_eptdev_create +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x07686ce2 unregister_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x1675a7b8 rpmsg_trysend_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x3fcbfc58 rpmsg_create_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x4f303268 rpmsg_trysendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x549f35ef rpmsg_send +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x556f3ea7 rpmsg_trysend +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x59109417 rpmsg_release_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x6ddd3397 rpmsg_class +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x81931590 rpmsg_register_device_override +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x89db3b34 rpmsg_register_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x967a3670 rpmsg_get_mtu +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x9fbd8f63 rpmsg_sendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xb1c32f66 rpmsg_unregister_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xc20751ea rpmsg_find_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xc5c78c3f rpmsg_poll +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xd396cb03 rpmsg_destroy_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xe53cd989 rpmsg_create_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xec24aace rpmsg_send_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xf7319c78 __register_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_ns 0xaa670a9d rpmsg_ns_register_device +EXPORT_SYMBOL drivers/scsi/53c700 0x114b63ec NCR_700_detect +EXPORT_SYMBOL drivers/scsi/53c700 0x3d9cece0 NCR_700_intr +EXPORT_SYMBOL drivers/scsi/53c700 0x9e832a43 NCR_700_release +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x410bbcd6 scsi_esp_register +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x4a29ab38 scsi_esp_intr +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x671354ce scsi_esp_cmd +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x6a7294c5 scsi_esp_unregister +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xe00048c2 scsi_esp_template +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x0014db0e fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x0f011841 fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x118257a7 fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x23d019ca fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x662dcb3a fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x79d18a0a fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x7c8157c3 fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x989fd1e6 fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xc5897976 fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xdbc482a5 fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xeec62916 fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0908f96f fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0c588c9b fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0d31e8fb fc_seq_assign +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x12fe3e2c fc_rport_recv_req +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1af7dffa fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1ca83fae fc_rport_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x279d7b0f fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2a876eb1 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3b4e1949 _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3db7257b fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3e47eb66 fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x42d82d28 fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4c53a441 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4cda019c fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4f53a4ff fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x52f3c588 fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5388cd75 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6a76be88 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6b2d2512 fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x762b196c fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x78513892 fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7955139c fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x79fb9b65 fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7a9cec4d fc_rport_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7c49a51e fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7cf1bf5a fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7f3407a7 fc_seq_start_next +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8063427c fc_seq_set_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x811811e0 fc_exch_done +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x82a142a4 fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8405297e fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x89cf3e05 fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8a37427a fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8c56f4e2 fc_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8d49b688 fc_rport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8f70b2df fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9952e4ee fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9d50ed7e fc_rport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa02f9092 fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa11f4d87 fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa1bcd198 fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa36bfdbf libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa4e39044 fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa6a4e443 fc_exch_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xaf0859bd fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb0ddd5a1 fc_rport_flush_queue +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb306d986 fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb456256b fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb7ab47f8 fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc1e80ad9 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc82ac393 fc_lport_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xced97518 fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd9057d85 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd9a3a28e fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdcec658c fc_rport_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdfd1d802 fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdff1b4cf fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe2d76d7c fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe5cf06b5 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xecdef0e4 fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf6c86f94 fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf83d2518 fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfa4667d1 fc_seq_release +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfecde7d4 fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xff896e6d fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4a8e3d34 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x591fd99a sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x60580c8a sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xca15b5e9 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xcda1a879 sas_resume_ha_no_sync +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x3f529aa3 mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xa21fafb9 mraid_mm_adapter_app_handle +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xb2cf7c01 mraid_mm_unregister_adp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x1dd00207 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x2da2e869 qlt_abort_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x2f5b8ca5 qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x32a1cecd qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x3c896697 qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x4976dac1 qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x6ff171a0 qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x71b17e35 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x8115c98e qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xa155fc7c qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xcfb78223 qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xea64d45a qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x1f55cd70 qlogicfas408_ihandl +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x3fd8cd71 qlogicfas408_detect +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x4e94f115 qlogicfas408_disable_ints +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x5fc2224e qlogicfas408_info +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x70625209 qlogicfas408_host_reset +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x81f4a7ff qlogicfas408_abort +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xba4fa4eb qlogicfas408_queuecommand +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xdbede351 qlogicfas408_biosparam +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xe76b3b20 qlogicfas408_get_chip_type +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xf2b95199 qlogicfas408_setup +EXPORT_SYMBOL drivers/scsi/raid_class 0x162392e9 raid_class_attach +EXPORT_SYMBOL drivers/scsi/raid_class 0xddfc6ca0 raid_class_release +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x08aa54c2 fc_eh_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x109550a4 fc_find_rport_by_wwpn +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x1dd472b6 fc_host_fpin_rcv +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x375f8bbd fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x40307fdf fc_block_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x5541376f fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x79f30724 fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x9c047bc0 fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xa625e3b2 scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xb0837225 fc_host_post_fc_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xda07216b fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xddefca2d fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xe460cf51 fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xe4768ddf fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xf80f1784 fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xfd90c1ca fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xfec7be29 fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xffe40153 fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1cd91f8e sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1d84cf8d scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x20a6b094 sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x21e68f38 sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x27c73635 sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3d319648 sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4ca6bfda sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x554e1576 sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5d196645 sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6095f9dc sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6f3fa4ac sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x71e68878 sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8b4a92ba sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x972e47ce sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9ca20db3 sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa75dd8b4 sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb31ab6c7 sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb4d44a5d scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbadede93 sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbc98bd0f sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc1a9fc72 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc7b977b7 sas_get_address +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xcf79e21a sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd37cca60 scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xda35b4da sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe540d985 sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe71eaea4 sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xeac15777 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf5210059 sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x1610cc6f spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x1b681cb1 spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x4d69eb4c spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xd830b282 spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xebbc563c spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x099731ed srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x09f48aba srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x405b6e05 srp_parse_tmo +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x9a2eacb2 srp_rport_get +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xc77cb406 srp_rport_put +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xe18a317f srp_timed_out +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x23f21d5c qmi_txn_cancel +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x28ac2fd2 qmi_encode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x4cd2fe40 qmi_response_type_v01_ei +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x5912fe86 qmi_handle_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x6051451d qmi_decode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x6916d69a qmi_send_response +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x6a6ed85f qmi_add_lookup +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x79e4051e qmi_send_indication +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xb5b48b46 qmi_txn_wait +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xcc2d51c4 qmi_handle_release +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xcd6f2d8e qmi_send_request +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xdae83e92 qmi_add_server +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xeefa0d91 qmi_txn_init +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x05085338 sdw_write +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x05b64f43 sdw_write_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x16d1706b sdw_prepare_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x16fda736 sdw_nread +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1deee061 sdw_find_row_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x38f8cbd6 sdw_stream_remove_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3b0a8582 sdw_startup_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3e213b79 sdw_bread_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x403dd588 sdw_handle_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4100ba82 sdw_bus_exit_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x42cf90a6 sdw_show_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4a7252c5 sdw_slave_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4bfc3ee5 sdw_bus_master_delete +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4cde88bf sdw_disable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x60e31fbb sdw_find_col_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x65832329 sdw_compare_devid +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x6db7cea0 sdw_stream_add_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x6f95b16b sdw_shutdown_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x71891d59 sdw_deprepare_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x8c5a4228 sdw_master_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x90e9a999 sdw_bwrite_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9e122d79 sdw_alloc_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xa8f89736 sdw_nread_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xa9856a9b sdw_stream_add_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xba54b904 sdw_cols +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xbbec2c2e sdw_enable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xbe726c0b sdw_read_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xc281e594 sdw_update_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xc7706517 sdw_extract_slave_id +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xc85c7ffd sdw_stream_remove_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xcca2a31d sdw_nwrite_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xd7da9652 sdw_update +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xda5bce09 sdw_release_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xdccaf5e6 sdw_nwrite +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xdda70af3 sdw_bus_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xdebdbed0 sdw_read +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xe07eebc4 sdw_bus_master_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xe352b56c sdw_bus_prep_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xed335ced sdw_slave_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xeefcffd7 sdw_clear_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf53ba0b8 sdw_rows +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x01680580 sdw_cdns_clock_restart +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x1b862c36 sdw_cdns_is_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x229a79f1 sdw_cdns_config_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x245ac8a8 sdw_cdns_config_update +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x34712074 sdw_cdns_irq +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x467c44b3 cdns_xfer_msg +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x4fd77190 cdns_read_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x6e9d005f sdw_cdns_pdi_init +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x70f6bd05 sdw_cdns_probe +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x77c4bafd sdw_cdns_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x7b89051b sdw_cdns_exit_reset +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x81e66f67 cdns_bus_conf +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x886bba33 cdns_xfer_msg_defer +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xa5167dd1 sdw_cdns_check_self_clearing_bits +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xbd78b5dc cdns_set_sdw_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xbdb5abd0 sdw_cdns_init +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xdc46ebc1 sdw_cdns_config_update_set_wait +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xe7244f97 sdw_cdns_alloc_pdi +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xffe587b5 sdw_cdns_enable_interrupt +EXPORT_SYMBOL drivers/soundwire/soundwire-generic-allocation 0x3c4b606b sdw_compute_slave_ports +EXPORT_SYMBOL drivers/soundwire/soundwire-generic-allocation 0xfaac5851 sdw_compute_params +EXPORT_SYMBOL drivers/ssb/ssb 0x093db313 ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x09682994 ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0x139b333d ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x248ae0d8 __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0x2bc3189c ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0x4d0b19de ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0x4e0d7432 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0x71cfb0ca ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0x921f4d79 ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0x9c2ea2fc ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0x9f6a7a9c ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0xa5e60be5 ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0xbc6ef00d ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0xc6187a85 ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0xcb17f1cb ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xcb2ee719 ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0xce3c424b ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0xdfc7c6ef ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xe155c6d0 ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0xf0cc8f43 ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0xf421ae55 ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xfa5fd0d2 ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x0575aacb fbtft_dbg_hex +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x2671463c fbtft_write_reg8_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x3610028b fbtft_write_reg16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x389b9328 fbtft_write_vmem8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x4bec1752 fbtft_init_display +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x51853ac9 fbtft_framebuffer_release +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x5912da4f fbtft_framebuffer_alloc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x5a4cd351 fbtft_write_reg8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x67ad3df8 fbtft_read_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x6919d133 fbtft_unregister_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x6b9c4253 fbtft_write_vmem16_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x7588b51d fbtft_write_spi_emulate_9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x7a601fc4 fbtft_write_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x86a1fab9 fbtft_remove_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x8bb85a6f fbtft_write_buf_dc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x99ba47ff fbtft_write_vmem16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xa5267690 fbtft_unregister_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xb306eb11 fbtft_write_gpio16_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xb83331e8 fbtft_write_vmem16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xc53b28ba fbtft_register_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xd4b485eb fbtft_write_reg16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xd5b4a7d5 fbtft_write_gpio16_wr_latched +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xe35c64c9 fbtft_write_gpio8_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xe98f70f0 fbtft_probe_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xf3b1e3ab fbtft_register_backlight +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x780903dc gbaudio_unregister_module +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x8d0e65cf gbaudio_register_module +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x8e2a51a1 gbaudio_module_update +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x456669f7 adt7316_probe +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x05cd0d38 dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x066c5b3d rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x085e02a1 notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0baa05fe rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x13baefd1 RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x14c6cf15 rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x17481dc1 rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x19b4f524 rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1cab63d0 rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22166084 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x27699b75 rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2b0aeaac rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x30720777 alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x32196559 rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x34f9d811 rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3b0c9da8 rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x42bdcf4d rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x50255973 rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x546a4411 rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x57829368 rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x61a6344c rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x633f01f4 rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6b152818 rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6d8427bd rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x70fad40c rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7228ac28 rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x757d999a rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x89055b01 rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8edcd03f rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8eec2890 free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x95605ddc rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x96b6bf50 rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9c75a52d rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa115bd74 rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa69088ad rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa96cf1fd rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb6003b16 rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbb491a7e rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbc9f6283 rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc5207777 rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd30c556b rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd65b8b13 rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd8d87eba dot11d_channel_map +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd901b48f rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe72741a2 rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe82b7316 HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf1565148 rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf2fbcb52 rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf79060fe rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf9ee531c rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x034222c5 ieee80211_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0bd552de ieee80211_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0d174c9c ieee80211_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x13534ba1 ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x151d5176 ieee80211_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1658f9ea ieee80211_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1cf2908b ieee80211_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x232e7944 ieee80211_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2dfe19a1 ieee80211_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x318917ea ieee80211_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3444cb2f dot11d_reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x39ec0c5b ieee80211_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3ee1f8ef ieee80211_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3f39b9b4 to_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x41280f34 ieee80211_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x448e379a ieee80211_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x449daf71 ieee80211_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x45092dac ieee80211_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4663c46b ieee80211_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x494eec0f ieee80211_softmac_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4d41e802 ieee80211_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4dc1d468 ieee80211_disassociate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4f68ce81 ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x56abaf01 ieee80211_txb_free +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x64faa0b1 ieee80211_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6651f895 ieee80211_is_shortslot +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6659e253 dot11d_scan_complete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6b11e3a2 ieee80211_softmac_xmit +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6d18cd91 ieee80211_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6e786f50 ieee80211_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7238a791 ieee80211_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x723ccb28 dot11d_update_country_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7a0d0a22 ieee80211_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8249e6fa ieee80211_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x85577a3d notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8c942f35 ieee80211_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x91f0a7d8 SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x95113c4a is_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9c3dc365 HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa312b0df ieee80211_rx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa930401f ieee80211_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xaa211144 rtl8192u_dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb6169629 ieee80211_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb8e7c864 ieee80211_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb8f55b5f ieee80211_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbbb0f3c3 ieee80211_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc0d5cde5 ieee80211_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xca570204 ieee80211_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd4994328 ieee80211_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd5f8bff7 ieee80211_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd8cfd925 ieee80211_wx_get_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdf97c01c ieee80211_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe241dacb ieee80211_rx_mgt +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe3372510 ieee80211_is_54g +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf4c73233 dot11d_get_max_tx_pwr_in_dbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf4c826a7 ieee80211_wx_set_encode_ext +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x016fc886 iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x01d9f588 iscsi_change_param_sprintf +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x076b5eda __iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0e7d61e1 iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0fd99551 iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x158bb5df iscsit_get_datain_values +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1da6c210 iscsit_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x23a36d66 iscsit_set_unsolicited_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2c6a2254 iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x398b9891 iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3dd28967 iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4568acad iscsit_find_cmd_from_itt +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4c555177 iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4f6a4e0a iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5b53c543 iscsit_build_r2ts_for_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x613e33c8 iscsit_add_cmd_to_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6dbfc970 iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6e2dc668 iscsit_thread_check_cpumask +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6edf652d iscsit_build_datain_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x746cb111 iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7671ba90 iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x76a44ecb iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8232a95d iscsit_free_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x86a3b4bb iscsit_queue_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x95d400bf iscsit_aborted_task +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9ea93e49 iscsi_target_check_login_request +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa61eb2c0 iscsit_handle_snack +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xabdd0328 iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xaf49cc2e iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xaff69c7b iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb7049bea iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb916d9f0 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbac13984 iscsit_response_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbf15e1c9 iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc517b31b iscsit_reject_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xcbd68c8e iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xcd6113ca iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd4eb5e7c iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd57009ca iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd726d094 iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd88a656c iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xefb2df53 iscsit_add_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf2514526 iscsit_find_cmd_from_itt_or_dump +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf34332f0 iscsi_find_param_from_key +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf36e4b4e iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf8b7c55f iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x02e462ce sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0x045aca7a target_nacl_find_deve +EXPORT_SYMBOL drivers/target/target_core_mod 0x0493e6bf spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0x07222f0c transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x0748561e transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x07f8c069 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0x0871ffd6 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x117d7339 target_backend_unregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x142072c0 transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x16bb19c3 spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x17d407de target_set_cmd_data_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x1a282b1e target_tpg_has_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x1b759560 transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x1dcf5d10 target_setup_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x1f0023cb transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x24ef8625 target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0x27496fc1 __target_init_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x2a36578c sbc_dif_verify +EXPORT_SYMBOL drivers/target/target_core_mod 0x2fda2ce5 target_stop_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x3350d87b core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x33dd7f4b target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x35e4ab36 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0x3a009606 target_send_busy +EXPORT_SYMBOL drivers/target/target_core_mod 0x3a20a9d7 transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x3efdf8c5 target_unregister_template +EXPORT_SYMBOL drivers/target/target_core_mod 0x3f257d8c transport_copy_sense_to_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x409cde06 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x424bb022 sbc_dif_copy_prot +EXPORT_SYMBOL drivers/target/target_core_mod 0x4422ebeb passthrough_pr_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x4695f28a transport_alloc_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x508228ab target_register_template +EXPORT_SYMBOL drivers/target/target_core_mod 0x52f3ee0e target_complete_cmd_with_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x5884af1b transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x5bdb610a target_free_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0x61183c7d target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0x6542043a target_cmd_init_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x65796994 transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x660a542b transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x69860a83 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x6b09f940 core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0x75033212 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x7650ec67 transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0x7c34ad0c target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0x80b4eb16 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x82a041d4 spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x84e31d15 core_allocate_nexus_loss_ua +EXPORT_SYMBOL drivers/target/target_core_mod 0x89551b6b transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x903285f2 spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0x919b2adc passthrough_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x9b611dca target_undepend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x9f5a5bf6 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0xa55f7888 sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0xa6718031 sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xaa8d7222 target_cmd_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xaefbcacd target_alloc_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0xaf5aecba transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0xb28b2a0b transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0xc8410f7b core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0xc94b14a3 target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xcb207863 target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0xcd07aaf6 target_lun_is_rdonly +EXPORT_SYMBOL drivers/target/target_core_mod 0xcd5a95f0 target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xcf48adef core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xd3e2d7da target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xd8ef5005 target_show_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xd92d2787 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xe286ac53 target_remove_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xe9bdb684 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xeabc32ee core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xed6891b4 core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xefd22bc8 target_show_dynamic_sessions +EXPORT_SYMBOL drivers/target/target_core_mod 0xf048e3f5 core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xf0f527f3 sbc_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3674690 transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3c2dfe0 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf52bf6b8 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xf6baab56 target_depend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0xfc072955 passthrough_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0xfe605514 transport_backend_register +EXPORT_SYMBOL drivers/thermal/intel/int340x_thermal/acpi_thermal_rel 0x1887763e acpi_thermal_rel_misc_device_add +EXPORT_SYMBOL drivers/thermal/intel/int340x_thermal/acpi_thermal_rel 0x86c998e6 acpi_thermal_rel_misc_device_remove +EXPORT_SYMBOL drivers/thermal/intel/int340x_thermal/acpi_thermal_rel 0x9103c585 acpi_parse_art +EXPORT_SYMBOL drivers/thermal/intel/int340x_thermal/acpi_thermal_rel 0xf0f9fe0d acpi_parse_trt +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x1c5e85cb ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x26d9ca9d ufshcd_system_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x27e5a725 ufshcd_system_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x3d22a242 ufshcd_get_local_unipro_ver +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x6240b2ba ufshcd_alloc_host +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xf3dbecbd ufshcd_runtime_resume +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0x14b2a3ec tc_dwc_g210_config_20_bit +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0xc545c1fa tc_dwc_g210_config_40_bit +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0x36374003 ufshcd_dwc_link_startup_notify +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0xc48a7939 ufshcd_dwc_dme_set_attrs +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0x8124a36c usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0x405f4ee1 usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x4c30d809 sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x166cf7dd usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x7bedadb7 usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x7cd8b944 usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x8c57f7a0 usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xb0555b85 usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xcd52ae51 usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xd86b7d8d usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xe3a2aa71 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xec71dcb3 usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xef0a047c usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xf37ec9b2 usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x5bd1cf52 usb_serial_suspend +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xc1517ba9 usb_serial_resume +EXPORT_SYMBOL drivers/vdpa/vdpa 0x0c28a523 vdpa_set_status +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x1be90e13 mdev_register_driver +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x3485bd66 mdev_unregister_driver +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x82fa5875 mdev_register_parent +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x99640a74 mdev_unregister_parent +EXPORT_SYMBOL drivers/vfio/vfio 0x19567d06 vfio_info_cap_shift +EXPORT_SYMBOL drivers/vfio/vfio 0x48c9f737 vfio_unpin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0x6c28be5a vfio_info_add_capability +EXPORT_SYMBOL drivers/vfio/vfio 0x8ca8bd68 vfio_dma_rw +EXPORT_SYMBOL drivers/vfio/vfio 0xadc044b7 vfio_set_irqs_validate_and_prepare +EXPORT_SYMBOL drivers/vfio/vfio 0xf82a231c vfio_pin_pages +EXPORT_SYMBOL drivers/vhost/vhost 0x17493c1f vhost_chr_write_iter +EXPORT_SYMBOL drivers/vhost/vhost 0xc0ae776e vhost_chr_poll +EXPORT_SYMBOL drivers/vhost/vringh 0x22535a6e vringh_abandon_user +EXPORT_SYMBOL drivers/vhost/vringh 0x22f44e7d vringh_getdesc_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x31848eae vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0x372fd6c2 vringh_init_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3a5d8ed7 vringh_getdesc_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3b304ebb vringh_iov_push_user +EXPORT_SYMBOL drivers/vhost/vringh 0x4311cd91 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0x52bae5f4 vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x660779c8 vringh_kiov_advance +EXPORT_SYMBOL drivers/vhost/vringh 0x6bcdc931 vringh_complete_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x6bf1b1c2 vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0x7eaceeaa vringh_init_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x8f8840e8 vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x932af7d7 vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x964ca823 vringh_iov_push_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x97fa07e9 vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x9a775e41 vringh_init_iotlb_va +EXPORT_SYMBOL drivers/vhost/vringh 0x9a81a3f6 vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x9bdd89ae vringh_abandon_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x9f597502 vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xacec70e7 vringh_need_notify_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xb98c2548 vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xbb2391f3 vringh_notify_enable_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xbdb0df4e vringh_set_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xc33f4090 vringh_iov_pull_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xc467f54a vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xc5a7eb98 vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xcc0cbfb9 vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0xd8535ad6 vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xde804bb9 vringh_iov_pull_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xe08ccbed vringh_notify_disable_iotlb +EXPORT_SYMBOL drivers/video/backlight/lcd 0x533e2a8f lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0x8cac6b63 devm_lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xb2d01f0e devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xc28b55fc lcd_device_unregister +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x17f3f471 svga_set_default_seq_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x1be6dc30 svga_set_textmode_vga_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x2c1c987a svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x42a2dd5f svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x483bc6ef svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x52597a41 svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x83a41489 svga_set_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x84c337c2 svga_wcrt_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x84c97d2a svga_match_format +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xa77c63b3 svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xb0ab2b2e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xc4fc8095 svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd6ec2c44 svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd988d396 svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xdcc5a013 svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x0cc3ede5 cyber2000fb_detach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x127e6532 cyber2000fb_attach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x534b6f18 cyber2000fb_disable_extregs +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0xb39f68d1 cyber2000fb_enable_extregs +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0x233917d1 mac_vmode_to_var +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0x53051bf8 mac_find_mode +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x1847f645 matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x2f08a1e8 g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x2f6d94d9 matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x2162ebee DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x32fcd5ff matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x42105e99 DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xffeecfac matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0x5ab5fd6b matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0xd39c31c7 matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x5898dede matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x5c2f8a21 matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x920709d8 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xb38f8c93 matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x3aa18c1b matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xdb5da361 matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x39ef26f7 matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x7ea62002 matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x9c4f58ce matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xec16bd2f matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xece9ff30 matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x3037658e sis_malloc +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0xfe963115 sis_free +EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga +EXPORT_SYMBOL drivers/video/vgastate 0xe7a2620e save_vga +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0x260590c0 vbg_err +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0x569b312f vbg_info +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0x68f1cf1a vbg_err_ratelimited +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0x70cdcbfd vbg_warn +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0x73ac43cb vbg_get_gdev +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0x96b11c6e vbg_hgcm_connect +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0x9c072aa8 vbg_status_code_to_errno +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0xb4b5a4c2 vbg_put_gdev +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0xc75bfe94 vbg_hgcm_disconnect +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0xd795204c vbg_hgcm_call +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x08e50786 virtio_dma_buf_get_uuid +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x0c45b477 is_virtio_dma_buf +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x69474097 virtio_dma_buf_attach +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x8d283948 virtio_dma_buf_export +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x7f91615a w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xd40e1cd0 w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x440f80d1 w1_ds2781_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x59e84c2d w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/wire 0x3f978def w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0x50d598bc w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0x8f72c9db w1_add_master_device +EXPORT_SYMBOL drivers/w1/wire 0xf1ae16f6 w1_register_family +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0x04e133fc iTCO_vendor_check_noreboot_on +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0x75bec08d iTCO_vendor_pre_stop +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xc8930f32 iTCO_vendor_pre_start +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xed2a3373 iTCO_vendorsupport +EXPORT_SYMBOL fs/fscache/fscache 0x08e1e635 fscache_put_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x158ace88 __fscache_relinquish_volume +EXPORT_SYMBOL fs/fscache/fscache 0x1a0d09e7 fscache_n_write +EXPORT_SYMBOL fs/fscache/fscache 0x20eae807 __fscache_resize_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x21d2b8dd fscache_cookie_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0x234a140d __traceiter_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x2e6ac332 fscache_end_cookie_access +EXPORT_SYMBOL fs/fscache/fscache 0x31fbc82a fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0x373b3e0c __SCK__tp_func_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x3d63bb9c __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x43e053e9 __fscache_write_to_cache +EXPORT_SYMBOL fs/fscache/fscache 0x4404d2aa fscache_n_no_create_space +EXPORT_SYMBOL fs/fscache/fscache 0x44e25fc6 __fscache_unuse_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x46cb75f5 fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0x4996bd29 fscache_n_updates +EXPORT_SYMBOL fs/fscache/fscache 0x4e4b02f2 fscache_withdraw_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x557a775f fscache_addremove_sem +EXPORT_SYMBOL fs/fscache/fscache 0x5954d7ac __SCT__tp_func_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x6288c14b fscache_end_volume_access +EXPORT_SYMBOL fs/fscache/fscache 0x63d3bf18 __tracepoint_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x6ce052a8 __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x75eb9481 fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0x79f4e1b9 fscache_caching_failed +EXPORT_SYMBOL fs/fscache/fscache 0x7b1b25da __SCT__tp_func_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x7c87e02d __SCT__tp_func_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0x7ecb68f5 fscache_acquire_cache +EXPORT_SYMBOL fs/fscache/fscache 0x8b0aa834 __fscache_use_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x8c2d6da7 fscache_clearance_waiters +EXPORT_SYMBOL fs/fscache/fscache 0x90d447f3 fscache_n_culled +EXPORT_SYMBOL fs/fscache/fscache 0x9afe075f __fscache_acquire_volume +EXPORT_SYMBOL fs/fscache/fscache 0x9b99a43f __fscache_begin_read_operation +EXPORT_SYMBOL fs/fscache/fscache 0x9ffefcb2 fscache_n_read +EXPORT_SYMBOL fs/fscache/fscache 0xa258d508 __tracepoint_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0xa2be151e __SCK__tp_func_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0xa620a78b fscache_dirty_folio +EXPORT_SYMBOL fs/fscache/fscache 0xae6040a5 __traceiter_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0xb4608330 __tracepoint_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0xb486a53d fscache_withdraw_volume +EXPORT_SYMBOL fs/fscache/fscache 0xb5a17c02 __fscache_begin_write_operation +EXPORT_SYMBOL fs/fscache/fscache 0xbca46908 fscache_wq +EXPORT_SYMBOL fs/fscache/fscache 0xbf136c41 __SCK__tp_func_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0xc1e07f31 fscache_resume_after_invalidation +EXPORT_SYMBOL fs/fscache/fscache 0xc73640bd __fscache_clear_page_bits +EXPORT_SYMBOL fs/fscache/fscache 0xcce11a60 fscache_n_no_write_space +EXPORT_SYMBOL fs/fscache/fscache 0xdcb87498 __traceiter_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0xe4fed37c fscache_relinquish_cache +EXPORT_SYMBOL fs/fscache/fscache 0xee8b7edd __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xef444af0 fscache_wait_for_operation +EXPORT_SYMBOL fs/fscache/fscache 0xf5647994 fscache_get_cookie +EXPORT_SYMBOL fs/netfs/netfs 0x0fa43b8e netfs_write_begin +EXPORT_SYMBOL fs/netfs/netfs 0x3051fd14 netfs_read_folio +EXPORT_SYMBOL fs/netfs/netfs 0x81071000 netfs_subreq_terminated +EXPORT_SYMBOL fs/netfs/netfs 0xdac61845 netfs_stats_show +EXPORT_SYMBOL fs/netfs/netfs 0xf4df715a netfs_readahead +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x29857315 qtree_get_next_id +EXPORT_SYMBOL fs/quota/quota_tree 0x3d7af4d8 qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0x909de8a4 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x9384e9d5 qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xc7128888 qtree_delete_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xff02f8ac qtree_release_dquot +EXPORT_SYMBOL lib/crc-itu-t 0x09a34a2b crc_itu_t +EXPORT_SYMBOL lib/crc-itu-t 0xd819a524 crc_itu_t_table +EXPORT_SYMBOL lib/crc7 0x65aaf037 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc7 0xba55d23e crc7_be +EXPORT_SYMBOL lib/crc8 0x9c5d5b94 crc8 +EXPORT_SYMBOL lib/crc8 0xaa8106bc crc8_populate_msb +EXPORT_SYMBOL lib/crc8 0xc3cd034d crc8_populate_lsb +EXPORT_SYMBOL lib/crypto/libarc4 0x2bb32ad1 arc4_setkey +EXPORT_SYMBOL lib/crypto/libarc4 0xcd47fcc4 arc4_crypt +EXPORT_SYMBOL lib/crypto/libchacha 0xcec122d7 chacha_crypt_generic +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x147c3f2e chacha20poly1305_encrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x521c7102 xchacha20poly1305_decrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x6c713da5 chacha20poly1305_encrypt_sg_inplace +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x916491ac chacha20poly1305_decrypt_sg_inplace +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0xc20134e7 chacha20poly1305_decrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0xce15a526 xchacha20poly1305_encrypt +EXPORT_SYMBOL lib/crypto/libcurve25519-generic 0x12627f15 curve25519_generic +EXPORT_SYMBOL lib/crypto/libcurve25519-generic 0x4a5a8811 curve25519_null_point +EXPORT_SYMBOL lib/crypto/libcurve25519-generic 0x7e6fdbfc curve25519_base_point +EXPORT_SYMBOL lib/crypto/libpoly1305 0x021f3700 poly1305_core_blocks +EXPORT_SYMBOL lib/crypto/libpoly1305 0xbcb90cb3 poly1305_core_emit +EXPORT_SYMBOL lib/crypto/libpoly1305 0xd45b9cf4 poly1305_core_setkey +EXPORT_SYMBOL lib/libcrc32c 0xb15b4109 crc32c +EXPORT_SYMBOL lib/lru_cache 0x0cb562e6 lc_put +EXPORT_SYMBOL lib/lru_cache 0x12de578e lc_committed +EXPORT_SYMBOL lib/lru_cache 0x1d2ebc6a lc_get +EXPORT_SYMBOL lib/lru_cache 0x2675693b lc_del +EXPORT_SYMBOL lib/lru_cache 0x75e88edc lc_destroy +EXPORT_SYMBOL lib/lru_cache 0x96d40a48 lc_try_get +EXPORT_SYMBOL lib/lru_cache 0xa79000a0 lc_is_used +EXPORT_SYMBOL lib/lru_cache 0xaeb959aa lc_create +EXPORT_SYMBOL lib/lru_cache 0xb8c3c671 lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0xbf18a077 lc_reset +EXPORT_SYMBOL lib/lru_cache 0xc4d8d7a4 lc_find +EXPORT_SYMBOL lib/lru_cache 0xdbdee578 lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0xe2403e46 lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0xf0e20f9b lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0xfba16232 lc_get_cumulative +EXPORT_SYMBOL lib/lz4/lz4_compress 0x4f4d78c5 LZ4_compress_default +EXPORT_SYMBOL lib/lz4/lz4_compress 0x5bc92e85 LZ4_compress_destSize +EXPORT_SYMBOL lib/lz4/lz4_compress 0x6004858d LZ4_compress_fast +EXPORT_SYMBOL lib/lz4/lz4_compress 0x635ff76d LZ4_saveDict +EXPORT_SYMBOL lib/lz4/lz4_compress 0x749849d8 LZ4_loadDict +EXPORT_SYMBOL lib/lz4/lz4_compress 0xf9eced44 LZ4_compress_fast_continue +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x38f7b6e0 LZ4_compress_HC_continue +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x93ff008c LZ4_loadDictHC +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x9cef495b LZ4_saveDictHC +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0xddf86133 LZ4_compress_HC +EXPORT_SYMBOL lib/math/cordic 0x7e431c15 cordic_calc_iq +EXPORT_SYMBOL lib/objagg 0x0363233d objagg_obj_raw +EXPORT_SYMBOL lib/objagg 0x23865923 objagg_destroy +EXPORT_SYMBOL lib/objagg 0x24ca5ca9 objagg_obj_root_priv +EXPORT_SYMBOL lib/objagg 0x342aefe2 objagg_obj_delta_priv +EXPORT_SYMBOL lib/objagg 0x352633f4 objagg_hints_stats_get +EXPORT_SYMBOL lib/objagg 0x3c58e78f objagg_hints_put +EXPORT_SYMBOL lib/objagg 0x6691f29d objagg_obj_put +EXPORT_SYMBOL lib/objagg 0x679e8cc2 objagg_create +EXPORT_SYMBOL lib/objagg 0xb17ab162 objagg_obj_get +EXPORT_SYMBOL lib/objagg 0xdaa3ee68 objagg_stats_get +EXPORT_SYMBOL lib/objagg 0xf5511527 objagg_stats_put +EXPORT_SYMBOL lib/objagg 0xfaa9d1a8 objagg_hints_get +EXPORT_SYMBOL lib/parman 0x0f518717 parman_prio_init +EXPORT_SYMBOL lib/parman 0x7b03d378 parman_item_add +EXPORT_SYMBOL lib/parman 0x8b7e26f5 parman_item_remove +EXPORT_SYMBOL lib/parman 0xc3e2d892 parman_create +EXPORT_SYMBOL lib/parman 0xc6a3d260 parman_prio_fini +EXPORT_SYMBOL lib/parman 0xca39ae6a parman_destroy +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0b2c64a3 raid6_vgfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x17f54263 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x59a2712d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0xb0d904b7 raid6_empty_zero_page +EXPORT_SYMBOL lib/raid6/raid6_pq 0xc8e3332b raid6_gflog +EXPORT_SYMBOL lib/raid6/raid6_pq 0xcc4ee841 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd91319d6 raid6_gfmul +EXPORT_SYMBOL net/6lowpan/6lowpan 0x1af772a5 lowpan_nhc_add +EXPORT_SYMBOL net/6lowpan/6lowpan 0x27982f83 lowpan_unregister_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0x29720b16 lowpan_unregister_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0x508066fb lowpan_register_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0x819992e2 lowpan_register_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0xb936339a lowpan_nhc_del +EXPORT_SYMBOL net/802/p8022 0x1492f842 register_8022_client +EXPORT_SYMBOL net/802/p8022 0xfa06095f unregister_8022_client +EXPORT_SYMBOL net/802/psnap 0x3b996acd register_snap_client +EXPORT_SYMBOL net/802/psnap 0x84d67547 unregister_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x09fb52ea p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0x0ce32ebb p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x1173515e p9_show_client_options +EXPORT_SYMBOL net/9p/9pnet 0x132f6dc9 p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x135bb9b6 p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0x18340cef __tracepoint_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0x1d004886 p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0x210737d4 __traceiter_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0x2185e28d p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0x26a3956c p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0x33ed5f39 v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0x3cee173a p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x41ce9823 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0x4a25378b p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0x4ba99359 p9_fcall_fini +EXPORT_SYMBOL net/9p/9pnet 0x4d7823e1 p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0x512f77c0 p9_req_put +EXPORT_SYMBOL net/9p/9pnet 0x5ef0483c p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0x62518753 p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0x64b39e4e p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x658ebd61 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x66654b7c p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0x761cad64 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x836e5ed9 p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0x853660f4 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0x8940c827 p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0x8d5cbe45 v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0x94294eaf v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0x95bd8f96 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x9d2f860e p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0x9fbfd3ae p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xa182ba0b p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xa9a56a54 do_trace_9p_fid_get +EXPORT_SYMBOL net/9p/9pnet 0xb19eac0a p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xb2a6a9ec p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0xb68fe113 p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0xb798a888 __SCT__tp_func_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xbe30b5b4 p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0xcbfee689 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0xcf45ff9f do_trace_9p_fid_put +EXPORT_SYMBOL net/9p/9pnet 0xd384c683 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0xdd89bde9 p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0xe178a2cb p9_client_read_once +EXPORT_SYMBOL net/9p/9pnet 0xe4500efc __SCK__tp_func_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xe89783c5 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0xe9ab7cad p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0xeb92f913 p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0xed684068 p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0xef6c5236 p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0xf281e84d p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0xf4360ab5 p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0xf87d95b7 v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0xfe5e0c7e p9_client_attach +EXPORT_SYMBOL net/appletalk/appletalk 0x75597218 alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0x8d3fe8b8 atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0x95937e9b aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0xbffa3421 atalk_find_dev_addr +EXPORT_SYMBOL net/atm/atm 0x0f8f1121 atm_charge +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x42618f9d atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x44c6e633 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0x68197ab3 register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x6e3f89c5 vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0x80c32a5b atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xa62cdef5 deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xa887cbb8 atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xb4015bec atm_dev_register +EXPORT_SYMBOL net/atm/atm 0xb45661dd atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0xb72dbd7b vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0xc2d66a16 vcc_release_async +EXPORT_SYMBOL net/atm/atm 0xc3abac39 atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0xdda2d05a atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/ax25/ax25 0x10555847 ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0x14cecd59 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x2ed47260 ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0x3295f9db ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0x3a5fff8c ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x6b3b9f3b ax25_ip_xmit +EXPORT_SYMBOL net/ax25/ax25 0x7c96a144 ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0x82cda9b1 ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xe394c92f ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0xee02e420 ax25_findbyuid +EXPORT_SYMBOL net/bluetooth/bluetooth 0x048c3646 l2cap_chan_close +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0718b8b7 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x135fdb4a hci_cmd_sync_cancel +EXPORT_SYMBOL net/bluetooth/bluetooth 0x13fae46a bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x17938ee7 bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0x214e4265 bt_warn +EXPORT_SYMBOL net/bluetooth/bluetooth 0x25bcc392 bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2af8efdd hci_devcd_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2f4aaa11 hci_set_fw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3345bc0f hci_release_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x337431b6 bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x36ff9be6 hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3726e960 __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x40c25e86 hci_set_hw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4865c328 bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0x492a9f16 bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4dd2ab39 __hci_cmd_sync_status_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4de8ba5b bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x58ab17e3 l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5a90fc6d hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5db34ff9 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x60aa88c0 hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0x629dd4fb l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0x658ca4cf hci_devcd_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6bfa0df0 hci_devcd_abort +EXPORT_SYMBOL net/bluetooth/bluetooth 0x72cb9c6e bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0x76743764 hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0x77a49879 hci_devcd_append +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7aad008b bt_to_errno +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7b5ce5c3 baswap +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7b8c32f1 bt_err +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7bd9427a bt_status +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8051a840 hci_recv_diag +EXPORT_SYMBOL net/bluetooth/bluetooth 0x88eb4891 bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8deb8d07 hci_mgmt_chan_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8f7914b5 hci_mgmt_chan_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x933d9230 hci_reset_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x94c3e1a9 hci_devcd_complete +EXPORT_SYMBOL net/bluetooth/bluetooth 0x96b6337f bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9705f48a __hci_cmd_sync_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9953289b hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9d5faf94 bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa1d8e2fc __hci_cmd_send +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa3632acc l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa36d67be hci_devcd_rx +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa60137a1 hci_devcd_timeout +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa912f365 bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc4705d00 l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc4e3d173 hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc547711a hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc5ae48f3 hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xce7a95ca bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd714d24c l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd7613212 bt_err_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd89e061b hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xddacccf6 bt_warn_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdfc3cd2b __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe1765a9a hci_alloc_dev_priv +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe2602f50 hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe2676b51 hci_cmd_sync_submit +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe4450f27 hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe5ad554b bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xeced69fa hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf487cd42 bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf8d27067 __hci_cmd_sync_status +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf97378b1 hci_devcd_append_pattern +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf9b04ac3 hci_cmd_sync_queue +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x7d06a8be ebt_unregister_table_pre_exit +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x8b77b515 ebt_register_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x93db3f54 ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xc7c184fb ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xd5a7897b ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xf7c602a4 ebt_unregister_template +EXPORT_SYMBOL net/caif/caif 0x01113b68 caif_connect_client +EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt +EXPORT_SYMBOL net/caif/caif 0x2a09f713 cfpkt_fromnative +EXPORT_SYMBOL net/caif/caif 0x311c69cb caif_disconnect_client +EXPORT_SYMBOL net/caif/caif 0x329dbd06 cfpkt_info +EXPORT_SYMBOL net/caif/caif 0x38701a7c cfcnfg_del_phy_layer +EXPORT_SYMBOL net/caif/caif 0x3fa84493 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x40babbe0 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x6eefb7e6 get_cfcnfg +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xbede5a51 cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0xd89c6e6a caif_enroll_dev +EXPORT_SYMBOL net/can/can 0x3f4cc80c can_sock_destruct +EXPORT_SYMBOL net/can/can 0x674830ad can_proto_register +EXPORT_SYMBOL net/can/can 0x6d716fe5 can_rx_unregister +EXPORT_SYMBOL net/can/can 0xc34b9ae3 can_send +EXPORT_SYMBOL net/can/can 0xc6434951 can_rx_register +EXPORT_SYMBOL net/can/can 0xcd15d920 can_proto_unregister +EXPORT_SYMBOL net/ceph/libceph 0x044254f4 osd_req_op_copy_from_init +EXPORT_SYMBOL net/ceph/libceph 0x04cad6f0 ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x04f78e96 ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0x0830f7e4 ceph_osdc_get_request +EXPORT_SYMBOL net/ceph/libceph 0x0adb0fd7 ceph_msg_data_add_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x0bf4a737 ceph_monc_get_version_async +EXPORT_SYMBOL net/ceph/libceph 0x0c136b2c ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0x0f86e000 osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x11020d96 ceph_parse_param +EXPORT_SYMBOL net/ceph/libceph 0x12c001ac ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x1378aba3 ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0x165b1948 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0x178671bd ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0x17c17611 ceph_pg_to_acting_primary +EXPORT_SYMBOL net/ceph/libceph 0x19b6c4a6 ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x2087719e ceph_oid_copy +EXPORT_SYMBOL net/ceph/libceph 0x2101cbc9 ceph_oid_destroy +EXPORT_SYMBOL net/ceph/libceph 0x22eb4ea4 ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x24e5c855 osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0x2715e7bd ceph_cls_lock +EXPORT_SYMBOL net/ceph/libceph 0x2a00e7e9 ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x2a5928de ceph_cls_unlock +EXPORT_SYMBOL net/ceph/libceph 0x2a983d26 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x2c015250 ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x2da2d7cf ceph_cls_set_cookie +EXPORT_SYMBOL net/ceph/libceph 0x2e5acfad ceph_wait_for_latest_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x2fe583c0 ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x313120a2 ceph_cls_lock_info +EXPORT_SYMBOL net/ceph/libceph 0x324ea18e osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x36ab6633 osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0x3746ede3 ceph_monc_got_map +EXPORT_SYMBOL net/ceph/libceph 0x38f2d94e ceph_file_to_extents +EXPORT_SYMBOL net/ceph/libceph 0x39bbdbbc ceph_auth_handle_svc_reply_more +EXPORT_SYMBOL net/ceph/libceph 0x3a3d678f ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0x3c8d7111 ceph_get_num_objects +EXPORT_SYMBOL net/ceph/libceph 0x3e1d66f7 ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x417a9131 ceph_oloc_destroy +EXPORT_SYMBOL net/ceph/libceph 0x41f6772f ceph_auth_add_authorizer_challenge +EXPORT_SYMBOL net/ceph/libceph 0x439f49de ceph_cls_break_lock +EXPORT_SYMBOL net/ceph/libceph 0x45a651f9 ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x468b89b4 osd_req_op_extent_osd_data_bvec_pos +EXPORT_SYMBOL net/ceph/libceph 0x4affd6c2 ceph_parse_fsid +EXPORT_SYMBOL net/ceph/libceph 0x4b0f45a5 ceph_osdc_clear_abort_err +EXPORT_SYMBOL net/ceph/libceph 0x505c2550 __ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x50603ce3 ceph_decode_entity_addrvec +EXPORT_SYMBOL net/ceph/libceph 0x51394e6a ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x51f4909e ceph_client_gid +EXPORT_SYMBOL net/ceph/libceph 0x546d13b6 ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x5861f0c7 ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x5aeeee62 ceph_oid_aprintf +EXPORT_SYMBOL net/ceph/libceph 0x5bc836fb osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0x5d10f525 ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0x5dc4bf46 ceph_osdc_unwatch +EXPORT_SYMBOL net/ceph/libceph 0x5e2ff2fd ceph_osdc_maybe_request_map +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x644e5933 ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x64df2161 osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x68077481 ceph_osdc_list_watchers +EXPORT_SYMBOL net/ceph/libceph 0x68ef7dc5 ceph_osdc_update_epoch_barrier +EXPORT_SYMBOL net/ceph/libceph 0x6a4510af ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x6a7a38a0 ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x6cbbbf8b ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0x6d3f58a1 ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0x7063e6a7 osd_req_op_cls_request_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x70cf940d osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x72fc1cf5 ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0x743dae9e ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0x7bf92c74 osd_req_op_extent_dup_last +EXPORT_SYMBOL net/ceph/libceph 0x7c6cdce5 ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x7c93ef49 ceph_auth_handle_bad_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x7d00b293 ceph_reset_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x7e9be122 osd_req_op_extent_osd_iter +EXPORT_SYMBOL net/ceph/libceph 0x7f1c0fbb __ceph_alloc_sparse_ext_map +EXPORT_SYMBOL net/ceph/libceph 0x82177472 ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x84e38272 ceph_osdc_abort_requests +EXPORT_SYMBOL net/ceph/libceph 0x84e9ee7d ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0x86f9bf32 ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x86fca7e4 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x88f07e19 ceph_msg_get +EXPORT_SYMBOL net/ceph/libceph 0x896433c2 ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0x8dd08c25 ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x8f4eb930 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x9231f6a9 ceph_osdc_put_request +EXPORT_SYMBOL net/ceph/libceph 0x92b7b4ce ceph_pg_pool_flags +EXPORT_SYMBOL net/ceph/libceph 0x96ea1d2f ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x987d3968 ceph_alloc_options +EXPORT_SYMBOL net/ceph/libceph 0x98ac72fd ceph_auth_handle_svc_reply_done +EXPORT_SYMBOL net/ceph/libceph 0x9a5d5536 ceph_osdc_watch +EXPORT_SYMBOL net/ceph/libceph 0x9a7e6d39 ceph_osdc_call +EXPORT_SYMBOL net/ceph/libceph 0x9bc6b539 ceph_find_or_create_string +EXPORT_SYMBOL net/ceph/libceph 0x9bf312ac __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x9ca95932 ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x9fbba67f ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0x9fefa3cb ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0xa0a202a9 ceph_monc_get_version +EXPORT_SYMBOL net/ceph/libceph 0xa41226e2 osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0xa698f998 ceph_free_lockers +EXPORT_SYMBOL net/ceph/libceph 0xa972719d ceph_print_client_options +EXPORT_SYMBOL net/ceph/libceph 0xa97e682f ceph_monc_renew_subs +EXPORT_SYMBOL net/ceph/libceph 0xaa60da70 ceph_osdc_notify_ack +EXPORT_SYMBOL net/ceph/libceph 0xaae7a436 ceph_msg_new2 +EXPORT_SYMBOL net/ceph/libceph 0xad703657 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb5ab9e6e osd_req_op_extent_osd_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0xb72c162e ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xbd2f79ae ceph_oloc_copy +EXPORT_SYMBOL net/ceph/libceph 0xbe3879aa ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xbe509702 ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0xbffcfa17 osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0xc366bfa1 ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0xc441bb09 ceph_osdc_cancel_request +EXPORT_SYMBOL net/ceph/libceph 0xc47ef9d3 ceph_client_addr +EXPORT_SYMBOL net/ceph/libceph 0xc8df9e7a osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0xca80437b ceph_extent_to_file +EXPORT_SYMBOL net/ceph/libceph 0xca831eb2 ceph_monc_want_map +EXPORT_SYMBOL net/ceph/libceph 0xcb5d51f4 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0xcf76d001 ceph_monc_blocklist_add +EXPORT_SYMBOL net/ceph/libceph 0xd1697eb1 ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0xd1ace4db ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0xd3113b6a ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0xd4d736db ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0xd4eb7735 ceph_decode_entity_addr +EXPORT_SYMBOL net/ceph/libceph 0xd665c00c osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0xd9652c13 ceph_osdc_alloc_messages +EXPORT_SYMBOL net/ceph/libceph 0xda21bf74 ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0xdbdf0fd9 ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0xdc357ce0 osd_req_op_xattr_init +EXPORT_SYMBOL net/ceph/libceph 0xdf6ef4a1 ceph_oid_printf +EXPORT_SYMBOL net/ceph/libceph 0xdfc091f9 ceph_entity_type_name +EXPORT_SYMBOL net/ceph/libceph 0xe34a59f2 ceph_object_locator_to_pg +EXPORT_SYMBOL net/ceph/libceph 0xe41d87a2 osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0xe76e7226 ceph_pagelist_alloc +EXPORT_SYMBOL net/ceph/libceph 0xe93a477a osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xee120c03 ceph_release_string +EXPORT_SYMBOL net/ceph/libceph 0xeef6cfa3 ceph_iterate_extents +EXPORT_SYMBOL net/ceph/libceph 0xefce3c3b ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0xefce991c ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0xf03fe862 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0xf0fd3ef7 ceph_msg_put +EXPORT_SYMBOL net/ceph/libceph 0xf254297e ceph_addr_is_blank +EXPORT_SYMBOL net/ceph/libceph 0xfcb6e558 ceph_osdc_notify +EXPORT_SYMBOL net/ceph/libceph 0xfd43b97b ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0xfe43c2c2 ceph_cls_assert_locked +EXPORT_SYMBOL net/ceph/libceph 0xff61b507 ceph_parse_mon_ips +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x29cf12e3 dccp_req_err +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xe960e83b dccp_syn_ack_timeout +EXPORT_SYMBOL net/hsr/hsr 0x8a084e2d hsr_get_version +EXPORT_SYMBOL net/hsr/hsr 0xcca870bc is_hsr_master +EXPORT_SYMBOL net/ieee802154/ieee802154 0x155d394a wpan_phy_new +EXPORT_SYMBOL net/ieee802154/ieee802154 0x3418442d wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0x3e410097 wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0x49b9bade wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0x9403209e wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0xa889d327 wpan_phy_for_each +EXPORT_SYMBOL net/ipv4/fou 0x1757d1a4 fou_encap_hlen +EXPORT_SYMBOL net/ipv4/fou 0x3b5cee38 __gue_build_header +EXPORT_SYMBOL net/ipv4/fou 0x63a6f68f __fou_build_header +EXPORT_SYMBOL net/ipv4/fou 0xf13914b3 gue_encap_hlen +EXPORT_SYMBOL net/ipv4/gre 0x0fccb747 gre_parse_header +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x0ba6982a ip_tunnel_encap_add_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x17f479dd ip_tunnel_get_iflink +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x5b925ca3 ip_tunnel_md_udp_encap +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xc86f8a17 ip_tunnel_encap_del_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xd7ad3c7c ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x28e9ff45 arpt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x3271fef9 arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x81b6eaff arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xf1891a42 arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x4d0e4277 ipt_unregister_table_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x816f07e4 ipt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x9df3177a ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xb4124892 ipt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/tunnel4 0x9726f6c8 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/tunnel4 0xa3dceda9 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/udp_tunnel 0x5cbb7780 udp_sock_create4 +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x2ad208c9 ip6_tnl_get_iflink +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x3113b5be ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x3b65888b ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x4ec7d12a ip6_tnl_change_mtu +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x5211dadb ip6_tnl_get_link_net +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x576f30ed ip6_tnl_encap_del_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x6e9accf4 ip6_tnl_rcv +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xbc3b906d ip6_tnl_encap_add_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xc0d615c1 ip6_tnl_xmit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x17ce211c ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x5f1db3f1 ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x6e847c74 ip6t_unregister_table_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xfa934d4f ip6t_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv6/tunnel6 0x79ddf774 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/tunnel6 0xa285d4a4 xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x2874db03 xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xd709caee xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/lapb/lapb 0x3b2ea471 lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0x4e6f9b55 lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0xa7daf140 lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0xb568c4b0 lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0xb63e8ef1 lapb_register +EXPORT_SYMBOL net/lapb/lapb 0xd8ba1941 lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0xdf84492a lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0xe07a6571 lapb_disconnect_request +EXPORT_SYMBOL net/llc/llc 0x09ee4e2d llc_add_pack +EXPORT_SYMBOL net/llc/llc 0x0ad0f6d8 llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0x1cbc4618 llc_sap_close +EXPORT_SYMBOL net/llc/llc 0x34682e32 llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x5f781092 llc_sap_find +EXPORT_SYMBOL net/llc/llc 0x6c039fcf llc_sap_open +EXPORT_SYMBOL net/llc/llc 0x867eabcd llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/mac80211/mac80211 0x05102aba ieee80211_beacon_cntdwn_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x06e220db ieee80211_unreserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0x0795ca7a ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x09aaad78 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0x09f9b5b3 ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x0a4f4ba9 ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x0b7cf0eb ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x1716572b ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x17c64b62 ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0x19f37f0d ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x1b3d6e5d ieee80211_txq_schedule_start +EXPORT_SYMBOL net/mac80211/mac80211 0x1ba05216 ieee80211_send_eosp_nullfunc +EXPORT_SYMBOL net/mac80211/mac80211 0x1c4fcb04 ieee80211_channel_switch_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0x1cf75d45 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x228feff3 ieee80211_rx_ba_timer_expired +EXPORT_SYMBOL net/mac80211/mac80211 0x23d29658 ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x2a1b91c4 ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x2ede5173 wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x313a7926 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x32537095 ieee80211_txq_may_transmit +EXPORT_SYMBOL net/mac80211/mac80211 0x37be5522 ieee80211_beacon_get_template_ema_index +EXPORT_SYMBOL net/mac80211/mac80211 0x382a3c00 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x385fdf45 ieee80211_get_fils_discovery_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0x391eda45 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0x3b6e382c ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x41ba2941 ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x42edc3ff ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x4702c22e ieee80211_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0x4733abf4 __ieee80211_schedule_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x474c8451 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x478c3aa6 ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x48db4aea __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x49e17592 ieee80211_tx_rate_update +EXPORT_SYMBOL net/mac80211/mac80211 0x49eae145 ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x4b7d236a ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0x4c8bd093 ieee80211_iter_keys_rcu +EXPORT_SYMBOL net/mac80211/mac80211 0x4ef06dab ieee80211_alloc_hw_nm +EXPORT_SYMBOL net/mac80211/mac80211 0x4f1a3810 ieee80211_beacon_free_ema_list +EXPORT_SYMBOL net/mac80211/mac80211 0x537826ee ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x5454a83f ieee80211_txq_get_depth +EXPORT_SYMBOL net/mac80211/mac80211 0x56634c13 ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0x5af5e278 ieee80211_sta_uapsd_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x5ec33e80 ieee80211_handle_wake_tx_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x612a490b ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x65ea8fab ieee80211_nan_func_match +EXPORT_SYMBOL net/mac80211/mac80211 0x6b4639d0 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x6c04907a ieee80211_get_unsol_bcast_probe_resp_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0x6cc8b4f9 ieee80211_mark_rx_ba_filtered_frames +EXPORT_SYMBOL net/mac80211/mac80211 0x6dab8ac1 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x7351527c ieee80211_reserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0x73730993 ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x7703a9c3 ieee80211_next_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x7b0ee6c7 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x7b4158b6 ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0x7b958cd5 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x7efd0ef5 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0x80ec9e5e __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x8156c80f ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0x825f89da ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0x82f421c6 ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x830c5473 ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0x838b39ea ieee80211_refresh_tx_agg_session_timer +EXPORT_SYMBOL net/mac80211/mac80211 0x8670d2b6 ieee80211_manage_rx_ba_offl +EXPORT_SYMBOL net/mac80211/mac80211 0x8cbbc30c ieee80211_beacon_get_template_ema_list +EXPORT_SYMBOL net/mac80211/mac80211 0x8e26af19 __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x90d189e3 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0x92f42003 ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0x9435b1f5 ieee80211_sta_recalc_aggregates +EXPORT_SYMBOL net/mac80211/mac80211 0x95febea6 ieee80211_get_bssid +EXPORT_SYMBOL net/mac80211/mac80211 0x98aa0815 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x991a0ca0 ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x9d4d9b8c ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0x9f55bd63 ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xa118f975 ieee80211_sta_pspoll +EXPORT_SYMBOL net/mac80211/mac80211 0xa5e48156 ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0xa8d3ddae ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0xae5a2587 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0xaeb9a917 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xb049708a ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xb1618f80 ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0xb468b69c ieee80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/mac80211/mac80211 0xb55741ee ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xb7928ae3 ieee80211_sta_register_airtime +EXPORT_SYMBOL net/mac80211/mac80211 0xb7daadc3 ieee80211_tdls_oper_request +EXPORT_SYMBOL net/mac80211/mac80211 0xb86b987e ieee80211_rx_list +EXPORT_SYMBOL net/mac80211/mac80211 0xb9f15f84 __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0xba69905d ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xbcf61e4f ieee80211_nan_func_terminated +EXPORT_SYMBOL net/mac80211/mac80211 0xc0fd0972 ieee80211_rx_napi +EXPORT_SYMBOL net/mac80211/mac80211 0xc2a31b65 ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0xc705e538 ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xcacd3ce8 ieee80211_tx_status_ext +EXPORT_SYMBOL net/mac80211/mac80211 0xcda286de ieee80211_beacon_set_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0xd737571d ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0xd7669860 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0xd7700798 ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xd8b33897 ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xdd49f252 ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xdf6a29e3 rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0xe72d5de3 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0xe8014024 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0xe84ddc7d ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0xe8a13c5a ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0xeb487d8f ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0xec98564d ieee80211_txq_airtime_check +EXPORT_SYMBOL net/mac80211/mac80211 0xee462be4 ieee80211_tx_dequeue +EXPORT_SYMBOL net/mac80211/mac80211 0xf36337aa __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xf520049f ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0xf8d48815 ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0xff1881d3 ieee80211_beacon_update_cntdwn +EXPORT_SYMBOL net/mac802154/mac802154 0x023be5ce ieee802154_configure_durations +EXPORT_SYMBOL net/mac802154/mac802154 0x07fd6e4b ieee802154_unregister_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x29502d6f ieee802154_xmit_complete +EXPORT_SYMBOL net/mac802154/mac802154 0x2bd95755 ieee802154_free_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x2c4a8a77 ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0x3cb14b76 ieee802154_alloc_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x77f992af ieee802154_xmit_error +EXPORT_SYMBOL net/mac802154/mac802154 0x801175fe ieee802154_register_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xa36e0640 ieee802154_xmit_hw_error +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x1a0413cb ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x1bd03c71 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x3daa70ee ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x5b15eca9 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x5cc023af register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x604a02a7 ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x764ff176 register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x7fdff969 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xaf94e7cd ip_vs_new_conn_out +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd8b6ac28 unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xdc723f03 ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xed82ef1d ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xefeba5e9 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf7fcba36 ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf914b23f ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x096d3756 nf_ct_ext_add +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x3b08a8f0 nf_ct_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x89d99ee1 __nf_ct_ext_find +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0xf2a36612 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x4bf62736 __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x93137835 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0xcf0bea3b nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0xf583c019 nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nft_fib 0x46170f23 nft_fib_policy +EXPORT_SYMBOL net/netfilter/x_tables 0x0d7f5fcd xt_alloc_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x1b5b7a3a xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x26a7c5dc xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0x32b985f7 xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x3531368d xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x374c374b xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x3bf9d084 xt_check_table_hooks +EXPORT_SYMBOL net/netfilter/x_tables 0x48012e28 xt_check_proc_name +EXPORT_SYMBOL net/netfilter/x_tables 0x50873741 xt_compat_init_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x84f0e905 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0x977fd4bf xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xa25fc115 xt_compat_check_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0xc44bf9bd xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0xcb3e91cc xt_counters_alloc +EXPORT_SYMBOL net/netfilter/x_tables 0xd7792d88 xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0xd87ae60d xt_check_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0xe204e042 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xf109a90b xt_find_table +EXPORT_SYMBOL net/netfilter/x_tables 0xf7e33c98 xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xfef779fa xt_find_jump_offset +EXPORT_SYMBOL net/nfc/hci/hci 0x03ea9ed5 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0x0b3eac0e nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0x23e11545 nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0x2e5f7291 nfc_hci_reset_pipes_per_host +EXPORT_SYMBOL net/nfc/hci/hci 0x3325b111 nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x3739c733 nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0x3d16c843 nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0x4ef4d041 nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x550cf9ac nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0x551ae4c0 nfc_llc_start +EXPORT_SYMBOL net/nfc/hci/hci 0x7265987d nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x74fe3670 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x781d8f5a nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0x84fbe84f nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0x9da21f86 nfc_hci_reset_pipes +EXPORT_SYMBOL net/nfc/hci/hci 0xa5edf686 nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0xa9b82c2a nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0xc722e51b nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0xdd231c55 nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xde983874 nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xe247a5d4 nfc_llc_stop +EXPORT_SYMBOL net/nfc/hci/hci 0xfd7a8c7b nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0xfe375215 nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/nci/nci 0x0756dab8 nci_hci_clear_all_pipes +EXPORT_SYMBOL net/nfc/nci/nci 0x0b4f31c2 nci_nfcee_mode_set +EXPORT_SYMBOL net/nfc/nci/nci 0x0dbe9762 nci_nfcc_loopback +EXPORT_SYMBOL net/nfc/nci/nci 0x19ff97a6 nci_get_conn_info_by_dest_type_params +EXPORT_SYMBOL net/nfc/nci/nci 0x1d4da524 nci_hci_connect_gate +EXPORT_SYMBOL net/nfc/nci/nci 0x1e207658 nci_conn_max_data_pkt_payload_size +EXPORT_SYMBOL net/nfc/nci/nci 0x2211c280 nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0x441d1271 nci_req_complete +EXPORT_SYMBOL net/nfc/nci/nci 0x4dbf8615 nci_core_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x50c2c951 nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0x55d746b1 nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0x5983ae68 nci_core_conn_close +EXPORT_SYMBOL net/nfc/nci/nci 0x7a430439 nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0x8d0c189f nci_send_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x8e4d923f nci_hci_get_param +EXPORT_SYMBOL net/nfc/nci/nci 0x8e7eb215 nci_hci_dev_session_init +EXPORT_SYMBOL net/nfc/nci/nci 0xb05c9ed1 nci_core_reset +EXPORT_SYMBOL net/nfc/nci/nci 0xba0e5e9a nci_nfcee_discover +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xbd8efd22 nci_hci_set_param +EXPORT_SYMBOL net/nfc/nci/nci 0xc7782f6f nci_core_conn_create +EXPORT_SYMBOL net/nfc/nci/nci 0xc8cad4bb nci_core_init +EXPORT_SYMBOL net/nfc/nci/nci 0xd3828a33 nci_hci_open_pipe +EXPORT_SYMBOL net/nfc/nci/nci 0xd3cc1a71 nci_hci_send_event +EXPORT_SYMBOL net/nfc/nci/nci 0xdb0be023 nci_hci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xdcbfa4c4 nci_send_data +EXPORT_SYMBOL net/nfc/nci/nci 0xe2aae7f8 nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0xe3e28f22 nci_prop_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xefe27ab0 nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0xf53947f1 nci_send_cmd +EXPORT_SYMBOL net/nfc/nfc 0x103251b9 nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0x165b63ef nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0x20c827ca nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0x23fa37d9 nfc_se_transaction +EXPORT_SYMBOL net/nfc/nfc 0x3c2ac06e __nfc_alloc_vendor_cmd_reply_skb +EXPORT_SYMBOL net/nfc/nfc 0x41dda9d3 nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0x46007fb5 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0x4c8917d4 nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0x5b739b94 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0x63145c40 nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x64e02cf7 nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0x66e4ff86 nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0x6e206bab nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0x8870c249 nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0x88db80a9 nfc_se_connectivity +EXPORT_SYMBOL net/nfc/nfc 0x95c33d60 nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0x9f540fda nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0xae5b9c91 nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0xaebea5ac nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0xb9ae7b18 nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xc0890740 nfc_class +EXPORT_SYMBOL net/nfc/nfc 0xc8677b16 nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0xdfea2dee nfc_vendor_cmd_reply +EXPORT_SYMBOL net/nfc/nfc 0xe11feb66 nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0xe48fd0c6 nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x694ca4d2 nfc_digital_allocate_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xb521da90 nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xd0ac6bfa nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xee22d2d7 nfc_digital_unregister_device +EXPORT_SYMBOL net/phonet/phonet 0x2060092c phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0x227a6fbf pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0x3e597419 pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0x42c1c610 phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0x5ce43810 pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0xa56cf623 pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0xd3e33e5b phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0xe1148246 phonet_proto_unregister +EXPORT_SYMBOL net/rxrpc/rxrpc 0x0b836243 rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x203e1789 rxrpc_kernel_get_epoch +EXPORT_SYMBOL net/rxrpc/rxrpc 0x31bf3ca3 rxrpc_debug_id +EXPORT_SYMBOL net/rxrpc/rxrpc 0x3a3252fc rxrpc_kernel_charge_accept +EXPORT_SYMBOL net/rxrpc/rxrpc 0x4792d46d rxrpc_kernel_set_max_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x5052e1e7 rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0x564c267b rxrpc_kernel_get_srtt +EXPORT_SYMBOL net/rxrpc/rxrpc 0x6c5e31d9 rxrpc_kernel_new_call_notification +EXPORT_SYMBOL net/rxrpc/rxrpc 0x741ef698 rxrpc_kernel_shutdown_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x891c1556 rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x8e84d576 rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x9d24679f rxrpc_kernel_get_peer +EXPORT_SYMBOL net/rxrpc/rxrpc 0xa2abd060 rxrpc_sock_set_min_security_level +EXPORT_SYMBOL net/rxrpc/rxrpc 0xb28a4c47 key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/rxrpc 0xc20c5107 rxrpc_kernel_set_tx_length +EXPORT_SYMBOL net/rxrpc/rxrpc 0xd4012230 rxrpc_kernel_put_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xdee848fc rxrpc_kernel_check_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0xef6614c1 rxrpc_sock_set_security_keyring +EXPORT_SYMBOL net/rxrpc/rxrpc 0xefd42244 rxrpc_kernel_recv_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0xf875b918 rxrpc_kernel_begin_call +EXPORT_SYMBOL net/sctp/sctp 0xaba14912 sctp_do_peeloff +EXPORT_SYMBOL net/smc/smc 0x0d75b105 __tracepoint_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0x1e612b77 __SCT__tp_func_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0x248817b7 __traceiter_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0x353893b4 __traceiter_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x3ac4e1c7 __SCT__tp_func_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x3bae1141 __SCK__tp_func_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x3bcd3bb9 __SCT__tp_func_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0x595dabfb __tracepoint_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0x5ab6af13 __SCK__tp_func_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0x6432eabd __traceiter_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0x751414bb __traceiter_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0x87ccd0c7 __SCT__tp_func_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xb90f0ca0 __SCK__tp_func_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xb964c340 __tracepoint_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0xdbfcb61a __tracepoint_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0xed27165e __SCK__tp_func_smcr_link_down +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x523930c1 gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x84edadcd gss_mech_get +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xf6dd0317 gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/sunrpc 0x41373522 svc_pool_stats_open +EXPORT_SYMBOL net/sunrpc/sunrpc 0x7c5d5759 xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0xbc16563c xdr_restrict_buflen +EXPORT_SYMBOL net/tipc/tipc 0xd0c93dc4 tipc_sk_fill_sock_diag +EXPORT_SYMBOL net/tipc/tipc 0xd135ea64 tipc_dump_start +EXPORT_SYMBOL net/tipc/tipc 0xf151d9ac tipc_dump_done +EXPORT_SYMBOL net/tipc/tipc 0xfd34eb6a tipc_nl_sk_walk +EXPORT_SYMBOL net/tls/tls 0x1051d80b tls_get_record +EXPORT_SYMBOL net/wireless/cfg80211 0x06ca71fd cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0x0cc95bc2 ieee80211_s1g_channel_width +EXPORT_SYMBOL net/wireless/cfg80211 0x0e26ccdf cfg80211_nan_func_terminated +EXPORT_SYMBOL net/wireless/cfg80211 0x0f848a07 cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x109733b7 cfg80211_rx_control_port +EXPORT_SYMBOL net/wireless/cfg80211 0x115638a2 cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x117aca91 cfg80211_merge_profile +EXPORT_SYMBOL net/wireless/cfg80211 0x117eaad8 cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0x11b62749 wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0x13c58e52 ieee80211_get_8023_tunnel_proto +EXPORT_SYMBOL net/wireless/cfg80211 0x151d3ee5 cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x16e6ed88 cfg80211_send_layer2_update +EXPORT_SYMBOL net/wireless/cfg80211 0x17d2cbb5 cfg80211_bss_flush +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x1b82a85a cfg80211_valid_disable_subchannel_bitmap +EXPORT_SYMBOL net/wireless/cfg80211 0x1bab9d49 cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x1c4af5c5 ieee80211_data_to_8023_exthdr +EXPORT_SYMBOL net/wireless/cfg80211 0x1ce2497f reg_query_regdb_wmm +EXPORT_SYMBOL net/wireless/cfg80211 0x1d48cb51 cfg80211_connect_done +EXPORT_SYMBOL net/wireless/cfg80211 0x1d95efa7 cfg80211_sta_opmode_change_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x1db673f6 cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0x20330544 cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x22cfbc56 cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0x275269b3 ieee80211_ie_split_ric +EXPORT_SYMBOL net/wireless/cfg80211 0x28b36f1b cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0x2a174ba9 cfg80211_register_netdevice +EXPORT_SYMBOL net/wireless/cfg80211 0x2a33b8b7 cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0x2c991cc1 cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0x2ca2cc69 cfg80211_ch_switch_started_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x2dc622b4 cfg80211_bss_iter +EXPORT_SYMBOL net/wireless/cfg80211 0x2dff6d9b ieee80211_is_valid_amsdu +EXPORT_SYMBOL net/wireless/cfg80211 0x2e48803c get_wiphy_regdom +EXPORT_SYMBOL net/wireless/cfg80211 0x2e8f2768 cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x33af3b64 cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0x3643b80f ieee80211_chandef_to_operating_class +EXPORT_SYMBOL net/wireless/cfg80211 0x37db2b53 wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0x3908f92c __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x396e1bb1 cfg80211_bss_color_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x3a4ae0c5 cfg80211_rx_mgmt_ext +EXPORT_SYMBOL net/wireless/cfg80211 0x3aca71a1 cfg80211_get_ies_channel_number +EXPORT_SYMBOL net/wireless/cfg80211 0x3ad4439d cfg80211_mgmt_tx_status_ext +EXPORT_SYMBOL net/wireless/cfg80211 0x3c374dc4 cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x3c744e95 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0x3c86019a cfg80211_sinfo_alloc_tid_stats +EXPORT_SYMBOL net/wireless/cfg80211 0x3fd7d3a1 cfg80211_del_sta_sinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x429c0c31 ieee80211_bss_get_elem +EXPORT_SYMBOL net/wireless/cfg80211 0x431937a7 cfg80211_iftype_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0x43afadee ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x43f98a83 cfg80211_external_auth_request +EXPORT_SYMBOL net/wireless/cfg80211 0x49c01446 cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x4abed7d4 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x4e32d1a1 cfg80211_any_usable_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x51b0743d __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x54612dde cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x5584448a ieee80211_channel_to_freq_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x5d7ae476 cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x5dc69f28 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0x64335044 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0x6643cbf4 wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0x664c8d37 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6bedf402 ieee80211_freq_khz_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x6cda6635 cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x6e8c5c5a cfg80211_sched_scan_stopped_locked +EXPORT_SYMBOL net/wireless/cfg80211 0x6f0cf108 ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x7692b999 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0x78a3d05b cfg80211_report_obss_beacon_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x79b82a71 cfg80211_find_vendor_elem +EXPORT_SYMBOL net/wireless/cfg80211 0x7acb86ed ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0x7c3ac925 ieee80211_get_vht_max_nss +EXPORT_SYMBOL net/wireless/cfg80211 0x7da7a616 regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7fa4de43 cfg80211_tx_mgmt_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x80874489 nl80211_send_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0x85de3f6f wiphy_delayed_work_timer +EXPORT_SYMBOL net/wireless/cfg80211 0x8655ba56 cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0x8841771c cfg80211_port_authorized +EXPORT_SYMBOL net/wireless/cfg80211 0x8b0ebb93 cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0x8bd36dae cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x8dcad38a cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0x8fa02936 cfg80211_free_nan_func +EXPORT_SYMBOL net/wireless/cfg80211 0x92c8a0ff cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x93aef5d5 cfg80211_inform_bss_data +EXPORT_SYMBOL net/wireless/cfg80211 0x940349c6 cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x942094af cfg80211_get_drvinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x95e12f0f cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x9750c6e3 ieee80211_get_channel_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x99414a2b cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x9b47d725 regulatory_set_wiphy_regd_sync +EXPORT_SYMBOL net/wireless/cfg80211 0x9cf35c14 cfg80211_nan_match +EXPORT_SYMBOL net/wireless/cfg80211 0x9d6cba30 cfg80211_find_elem_match +EXPORT_SYMBOL net/wireless/cfg80211 0x9f15b347 cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0xa075222c cfg80211_control_port_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0xa1517efc cfg80211_inform_bss_frame_data +EXPORT_SYMBOL net/wireless/cfg80211 0xa7ca0fdd cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0xa9321765 cfg80211_links_removed +EXPORT_SYMBOL net/wireless/cfg80211 0xa9c6a662 cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xa9f3aaa7 cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0xadd02704 wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0xb0cb7ab4 cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xb638956b cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0xbe893495 wdev_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0xbef1710a cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0xc3fb97ca ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0xc4b4fc27 cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0xc4c2fcba cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xc53ddce6 cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xc59da99e cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xcc1a7c48 cfg80211_is_element_inherited +EXPORT_SYMBOL net/wireless/cfg80211 0xcd79b3fb freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0xd02a7487 cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0xd3ceee82 cfg80211_assoc_failure +EXPORT_SYMBOL net/wireless/cfg80211 0xd4944ed7 cfg80211_update_owe_info_event +EXPORT_SYMBOL net/wireless/cfg80211 0xd4bb7845 cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xd56d55f3 ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xd64b0f09 cfg80211_reg_can_beacon_relax +EXPORT_SYMBOL net/wireless/cfg80211 0xd6c00677 cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xd6c87a05 cfg80211_defragment_element +EXPORT_SYMBOL net/wireless/cfg80211 0xd6eddfe1 ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0xd97eaad4 cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0xdb2dc269 cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xded00d81 regulatory_set_wiphy_regd +EXPORT_SYMBOL net/wireless/cfg80211 0xe36b0507 regulatory_pre_cac_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0xe3ea4daa ieee80211_strip_8023_mesh_hdr +EXPORT_SYMBOL net/wireless/cfg80211 0xe6de8430 cfg80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xe6e089ca cfg80211_background_cac_abort +EXPORT_SYMBOL net/wireless/cfg80211 0xe7918a52 cfg80211_assoc_comeback +EXPORT_SYMBOL net/wireless/cfg80211 0xe87b8022 cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0xebb434d6 cfg80211_get_iftype_ext_capa +EXPORT_SYMBOL net/wireless/cfg80211 0xec342aa9 cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xf40bc2f5 ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0xf5596d89 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0xf619a87d cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0xf9c16067 wiphy_new_nm +EXPORT_SYMBOL net/wireless/cfg80211 0xf9d2d155 __cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0xfcd4fa24 wiphy_rfkill_set_hw_state_reason +EXPORT_SYMBOL net/wireless/cfg80211 0xfe68eac8 __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/lib80211 0x0909d7f3 lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x65218799 lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xa0b78e18 lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0xb9af0b23 lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0xb9e91ae2 lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0xcd3c5f68 lib80211_get_crypto_ops +EXPORT_SYMBOL sound/ac97_bus 0xa33ec7d0 ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0xc04f8f7d snd_mixer_oss_ioctl_card +EXPORT_SYMBOL sound/core/seq/snd-seq 0x05191a67 snd_seq_create_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x1a724fcc snd_seq_kernel_client_ctl +EXPORT_SYMBOL sound/core/seq/snd-seq 0x23738926 snd_seq_dump_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0x29cb965e snd_seq_event_port_attach +EXPORT_SYMBOL sound/core/seq/snd-seq 0x3061c52d snd_use_lock_sync_helper +EXPORT_SYMBOL sound/core/seq/snd-seq 0x38607299 snd_seq_kernel_client_enqueue +EXPORT_SYMBOL sound/core/seq/snd-seq 0x6bb71038 snd_seq_delete_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7b8699eb snd_seq_event_port_detach +EXPORT_SYMBOL sound/core/seq/snd-seq 0x85cd59a8 snd_seq_kernel_client_dispatch +EXPORT_SYMBOL sound/core/seq/snd-seq 0x92d5343c snd_seq_kernel_client_write_poll +EXPORT_SYMBOL sound/core/seq/snd-seq 0xa6e19f8e snd_seq_expand_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0xb8e448a0 snd_seq_set_queue_tempo +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0x6ea09972 snd_midi_channel_alloc_set +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0x74769de9 snd_midi_process_event +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0x833a3e07 snd_midi_channel_set_clear +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0xb9948d2c snd_midi_channel_free_set +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x454224b1 snd_midi_event_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x70758652 snd_midi_event_encode_byte +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x7a3e0db5 snd_midi_event_no_status +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x8150b379 snd_midi_event_reset_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xb8620ad8 snd_midi_event_reset_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xdd935c83 snd_midi_event_free +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xe9e6c50c snd_midi_event_new +EXPORT_SYMBOL sound/core/seq/snd-seq-virmidi 0x49f4400d snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x0816f1f1 snd_jack_report +EXPORT_SYMBOL sound/core/snd 0x0fe2f6b5 snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0x110884de snd_card_free +EXPORT_SYMBOL sound/core/snd 0x18e1683f snd_dma_program +EXPORT_SYMBOL sound/core/snd 0x191e88cf snd_dma_pointer +EXPORT_SYMBOL sound/core/snd 0x1930b5cc snd_device_register +EXPORT_SYMBOL sound/core/snd 0x198788b4 snd_lookup_oss_minor_data +EXPORT_SYMBOL sound/core/snd 0x1acae022 snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0x20bf4f86 snd_device_new +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x2e682114 snd_card_new +EXPORT_SYMBOL sound/core/snd 0x342a2354 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x36a1b039 snd_ctl_unregister_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x37e17ac6 _snd_ctl_add_follower +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x3a5c9846 snd_ctl_notify_one +EXPORT_SYMBOL sound/core/snd 0x3f991a29 snd_ctl_register_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x41f5e695 snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x4ce20c4e snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0x4e667806 snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0x51fb4595 snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0x53f7bcc7 snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0x59c6522d snd_card_register +EXPORT_SYMBOL sound/core/snd 0x6426eb97 snd_power_wait +EXPORT_SYMBOL sound/core/snd 0x65c88bdc snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0x686a15fe snd_device_free +EXPORT_SYMBOL sound/core/snd 0x70c15ac1 snd_dma_disable +EXPORT_SYMBOL sound/core/snd 0x73076315 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0x73287002 snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0x73482a89 snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0x7681254c snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0x7ae86d0a snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0x7af6adfb snd_unregister_oss_device +EXPORT_SYMBOL sound/core/snd 0x80c33142 snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0x881fd151 snd_seq_root +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x94cc1150 snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0x95887c3f snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0x9624b0f6 snd_info_register +EXPORT_SYMBOL sound/core/snd 0x9af3b3d3 snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0xa0d369f7 snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0xa1d138d4 snd_jack_add_new_kctl +EXPORT_SYMBOL sound/core/snd 0xafb8453e snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xb4ee75ce snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0xb91a646e snd_ctl_rename +EXPORT_SYMBOL sound/core/snd 0xbce007d5 snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0xbd453e26 snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0xbe86f75a snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0xbf7655a8 snd_register_device +EXPORT_SYMBOL sound/core/snd 0xbfcd9084 snd_jack_new +EXPORT_SYMBOL sound/core/snd 0xc28a1cc0 snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0xc5a6d10b release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0xc8a8ca2d snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0xcc6a729f snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0xd1180ec0 snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0xd717c215 snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0xe2405dd8 snd_component_add +EXPORT_SYMBOL sound/core/snd 0xeecce0c6 snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0xf3333220 snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0xf88267fd snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0xfffd89db copy_from_user_toio +EXPORT_SYMBOL sound/core/snd-compress 0x8ad45adf snd_compr_free_pages +EXPORT_SYMBOL sound/core/snd-compress 0xd17109ed snd_compr_malloc_pages +EXPORT_SYMBOL sound/core/snd-hwdep 0x130cf025 snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-pcm 0x0283dfe3 _snd_pcm_hw_params_any +EXPORT_SYMBOL sound/core/snd-pcm 0x04cda566 snd_interval_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x0d3960d3 snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0x0d3f4d48 snd_sgbuf_get_addr +EXPORT_SYMBOL sound/core/snd-pcm 0x0e1b94ee snd_sgbuf_get_chunk_size +EXPORT_SYMBOL sound/core/snd-pcm 0x0e856781 snd_pcm_create_iec958_consumer +EXPORT_SYMBOL sound/core/snd-pcm 0x11eba48e snd_pcm_create_iec958_consumer_hw_params +EXPORT_SYMBOL sound/core/snd-pcm 0x16331947 snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0x17fcb2fd snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x1b259071 snd_pcm_period_elapsed_under_stream_lock +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x21e8687b snd_pcm_hw_constraint_ranges +EXPORT_SYMBOL sound/core/snd-pcm 0x22e8ea01 snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0x25bd02dc snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0x2907a862 snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0x29c12837 snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0x31f9cff4 snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0x33bd946f snd_dma_alloc_dir_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x34c50e02 snd_pcm_set_managed_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x3796bdcc snd_pcm_format_little_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x39bf9301 _snd_pcm_hw_param_setempty +EXPORT_SYMBOL sound/core/snd-pcm 0x3c0bea4a snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0x4dfb80a2 snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x503bd137 snd_interval_ranges +EXPORT_SYMBOL sound/core/snd-pcm 0x51c5baa8 __snd_pcm_lib_xfer +EXPORT_SYMBOL sound/core/snd-pcm 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL sound/core/snd-pcm 0x55e31b5c _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL sound/core/snd-pcm 0x5f230ea6 snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0x650f8603 snd_pcm_format_silence_64 +EXPORT_SYMBOL sound/core/snd-pcm 0x68a24153 snd_pcm_format_physical_width +EXPORT_SYMBOL sound/core/snd-pcm 0x68d1119a snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0x69237374 snd_dma_buffer_mmap +EXPORT_SYMBOL sound/core/snd-pcm 0x69255f54 snd_pcm_hw_limit_rates +EXPORT_SYMBOL sound/core/snd-pcm 0x695ae781 snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0x6de445ed snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x6fdf22d9 snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0x7481661b snd_pcm_lib_mmap_iomem +EXPORT_SYMBOL sound/core/snd-pcm 0x834dc955 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x83a90f59 snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0x86574d3b snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x8b078ce3 snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0x8c4bba2d snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x8d7bb205 snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-pcm 0x8e69dbd6 snd_sgbuf_get_page +EXPORT_SYMBOL sound/core/snd-pcm 0x8ede3c5d snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x92b76629 snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x94503654 snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0x98ba74bc snd_pcm_set_managed_buffer_all +EXPORT_SYMBOL sound/core/snd-pcm 0xa143f711 snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xa93d84a7 snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0xac437f7b snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xc1f0a4bf snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0xc22f1ed7 snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0xc69e0e56 snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0xd71c268a snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0xd7633e6b snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xd76621af snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xe56d0381 snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0xe9834724 snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0xf1b59389 snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xf92e205f snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xfa3c98a6 snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-rawmidi 0x00bc057e snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0x019ff0b4 snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x06851632 snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0x1d65700c snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2634b9a9 snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0x30112fba snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0x32c04f25 snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0x8ae045ba snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0x940eada9 snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb10695ed snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0xbafa2e79 snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd3514a01 snd_rawmidi_proceed +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd87fc13f snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd9cf856c snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0xdd0b10e7 snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe3608f90 snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe3d9b795 snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0xeddffe85 snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-seq-device 0x091def1c snd_seq_autoload_exit +EXPORT_SYMBOL sound/core/snd-seq-device 0x370a0736 snd_seq_autoload_init +EXPORT_SYMBOL sound/core/snd-seq-device 0x6339b6d0 snd_seq_device_load_drivers +EXPORT_SYMBOL sound/core/snd-seq-device 0xc6bc82f5 snd_seq_device_new +EXPORT_SYMBOL sound/core/snd-timer 0x0dab8334 snd_timer_resolution +EXPORT_SYMBOL sound/core/snd-timer 0x22f372d1 snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0x27642bfc snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0x6ed35df0 snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0x7c7d91ff snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0x868f5659 snd_timer_global_register +EXPORT_SYMBOL sound/core/snd-timer 0x8b557a63 snd_timer_instance_new +EXPORT_SYMBOL sound/core/snd-timer 0xa7ad0757 snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0xb4deeab5 snd_timer_open +EXPORT_SYMBOL sound/core/snd-timer 0xd1a94aec snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0xd1b4a2df snd_timer_instance_free +EXPORT_SYMBOL sound/core/snd-timer 0xd6dcc875 snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0xe1a157d2 snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0xf2af97fd snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0xf65deddc snd_timer_interrupt +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x6d629c59 snd_mpu401_uart_interrupt_tx +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0xc0fec227 snd_mpu401_uart_interrupt +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0xe83ac22a snd_mpu401_uart_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x05060a19 snd_opl3_regmap +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x0ea33612 snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x42db2a28 snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x57c1da0f snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x68766388 snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x7a677d4d snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xa34c9dbb snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xa4c2a1ee snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xdc1753c6 snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xeef96601 snd_opl3_init +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x226138b0 snd_vx_threaded_irq_handler +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x30095194 snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x3ce6d7b3 snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x63a8330d snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x6594f073 snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x669b17e9 snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xa825875d snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xc55a87e7 snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xd553f880 snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xdb5bd0d0 snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x06c75834 cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3111b469 cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x38d1d645 fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3a56776e amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4e5b7d4f avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x59d4f411 amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5eaa64e0 amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5ed72886 avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x65db3543 fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x660d6797 iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x66498daa fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x741c9479 fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x75ddc3e4 amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x88ef9cb1 amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x893e1eac snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x9849020a amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x9a89402a cmp_connection_reserve +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x9c2ae39c cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x9d0daf09 cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa022134b iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa74c266b fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xabe2fe09 amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xac810bf2 fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb9023e30 amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc76c0200 fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xdf75596e cmp_connection_release +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe6b10469 avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf0a72a6b cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf2dc7442 cmp_connection_check_used +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0x41a05c36 intel_nhlt_has_endpoint_type +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0x66fd6169 intel_nhlt_ssp_endpoint_mask +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0xb7b836b3 intel_nhlt_ssp_mclk_mask +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0xc8f11e88 intel_nhlt_get_endpoint_blob +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0x93d13ece snd_ak4113_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0xc267bea9 snd_ak4113_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x0a6b882f snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x26f128d8 snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x4a141fbc snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x55ad9927 snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x749c685a snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x84594212 snd_ak4114_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x86ab8040 snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xfdc86562 snd_ak4114_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x22e690df snd_ak4117_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x37fff4be snd_ak4117_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x536a5c21 snd_ak4117_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x75171d4e snd_ak4117_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x79140184 snd_ak4117_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x978d73c0 snd_ak4117_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x1e69b782 snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x71dc6878 snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xd23c70fb snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xf7690640 snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x96a255a4 snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xf5b52db0 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x3d1bfc6e snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x68aa9db6 snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x74e6eb0a snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x8cba8060 snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xc5a5059c snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xfc13bc1c snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-i2c 0x4c30fc59 snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x4fedd38f snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-i2c 0x5c1caf4d snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0xb9d3a60e snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0xbda80c25 snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xd2b6f4c8 snd_i2c_readbytes +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x60778192 snd_sbdsp_command +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x806a77ad snd_sbdsp_create +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x84b3909e snd_sbmixer_resume +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x84de7d69 snd_sbmixer_new +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x89743718 snd_sbmixer_write +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x924bb020 snd_sbmixer_read +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x9e89b3d9 snd_sbmixer_add_ctl +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xab787864 snd_sbmixer_suspend +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xbd791af2 snd_sbdsp_get_byte +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xcfe07c5b snd_sbdsp_reset +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x0192b91a snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x04b99a7a snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x0849c1a9 snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x20f11287 snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x2ef03445 snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x487269a6 snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4f1dcdc0 snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x59f6028b snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x6204e4ac snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x6c05f985 snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x907815f2 snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x9a623bee snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb78e62ce snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xcdc62a00 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xd91ebbd7 snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xdd79eb72 snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xdeca7e24 snd_ac97_resume +EXPORT_SYMBOL sound/pci/asihpi/snd-asihpi 0x8ed86261 hpi_send_recv +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x066a056c snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x69b3bd4e snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x6d3179b2 snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x76a9b5b1 snd_emu10k1_ptr_write_multiple +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x9800d552 snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xbd42485e snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xbe1db375 snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xc6842291 snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xca848e51 snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xe07198f8 snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x25265a3b snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x56dcbbc4 snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xfd5b0e10 snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x043e0289 oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x07285bca oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1a1b51a3 oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3bda14a6 oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3e6da7e8 oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4818cc9b oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x498f2ad2 oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4c18df83 oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4fb570fb oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x5e8d3cbe oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x79527df6 oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x8826a019 oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x8ba6ad1f oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa83941d4 oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa9c7b945 oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xabc914f4 oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb2ab96ec oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xbb46f5cc oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xde34ab5d oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xfba296c8 oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x318f539a snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x34254892 snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x3f6ab00e snd_trident_stop_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x49b5f593 snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x84552947 snd_trident_free_voice +EXPORT_SYMBOL sound/soc/amd/acp_audio_dma 0xf2cc2cce acp_bt_uart_enable +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0x557292c2 snd_soc_acpi_amd_rmb_sof_machines +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0x88e631c8 snd_amd_acp_find_config +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0xaa73e629 snd_soc_acpi_amd_sof_machines +EXPORT_SYMBOL sound/soc/codecs/snd-soc-adau1372 0x90f1393d adau1372_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-lpass-wsa-macro 0x791574df wsa_macro_set_spkr_mode +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x369b2849 pcm3060_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0xdc73afcc pcm3060_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-rt715 0xed2acb24 hda_to_sdw +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0xa823517b tlv320aic23_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0xc9993ef4 tlv320aic23_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x760b5df7 aic32x4_regmap_config +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0xa12a42c0 aic32x4_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0xa8831263 aic32x4_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0x192a766f aic3x_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0x6be15819 aic3x_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x1784b65d wcd_dt_parse_mbhc_data +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x3a195ca9 wcd_mbhc_get_impedance +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x789ebe56 wcd_mbhc_set_hph_type +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x966ca5e1 wcd_mbhc_init +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xa5758a49 wcd_mbhc_get_hph_type +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xd094df47 wcd_mbhc_deinit +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xe2beca26 wcd_mbhc_stop +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xf1c56b89 wcd_mbhc_start +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x5dcae452 fsl_asoc_get_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x7b45bf2e fsl_asoc_reparent_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0xb03132f3 fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soc/snd-soc-core 0x8becd0c2 snd_soc_alloc_ac97_component +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x041f8fce sof_block_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0b375f7f snd_sof_run_firmware +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0d041c69 sof_mailbox_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0e965611 sof_pcm_dai_link_fixup +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0f5baedc snd_sof_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x127af510 sof_ipc4_set_pipeline_state +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x20e00bab sof_io_read64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x26caf0f0 snd_sof_device_probe +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x28818bf2 snd_sof_device_shutdown +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x35e77b0f sof_machine_register +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x367c904d sof_dai_get_mclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x368c6727 sof_debug_check_flag +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3977917e snd_sof_load_topology +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3daf8220 sof_ipc3_do_rx_work +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x41490f75 snd_sof_ipc_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x429f70dd sof_io_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x4a06345f snd_sof_device_probe_completed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x50cbce89 sof_ipc_tx_message_no_pm +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x5b503ddd snd_sof_prepare +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x5ec86fa3 snd_sof_dsp_update_bits_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6319693b snd_sof_load_firmware_memcpy +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x63ca3d3b sof_ipc_tx_message +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x67bd847a sof_machine_unregister +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x731c2ef4 snd_sof_ipc_get_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x79bd0237 snd_sof_runtime_idle +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x7d06baf3 snd_sof_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x7dd0dc55 snd_sof_dsp_update_bits64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x822671ae sof_ipc_set_get_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x822b9b2f snd_sof_pci_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x83e11f81 snd_sof_dsp_only_d0i3_compatible_stream_active +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x86eda29d snd_sof_dsp_update_bits_forced +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x87f926df snd_sof_runtime_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8c1f3ecb sof_widget_setup +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8cf89a3e snd_sof_pcm_period_elapsed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8fa295fc sof_mailbox_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x96c4efff sof_io_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x987ba716 snd_sof_dsp_dbg_dump +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x9962b4ad snd_sof_dsp_panic +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x9aab6cb0 sof_print_oops_and_stack +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x9c68032d snd_sof_fw_unload +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa7e6c4d3 snd_sof_handle_fw_exception +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa7f1261d snd_sof_ipc_init +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb376533f snd_sof_device_remove +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xbc527c6b snd_sof_complete +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xbf9976fd sof_machine_check +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xc8856e89 sof_set_fw_state +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xc958c4b6 snd_sof_ipc_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xcb3b455f sof_stream_pcm_open +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd08806e1 sof_widget_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd5555ec4 sof_io_write64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xdfdfacc4 sof_set_stream_data_offset +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe44f6de5 snd_sof_dsp_update_bits64_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe48749c1 snd_sof_runtime_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf08afc29 sof_block_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf332e14d snd_sof_dsp_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf6dda3c4 sof_dai_get_bclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xfb507cc6 sof_ipc_msg_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xfd77b3fe sof_stream_pcm_close +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xfe31f2a6 snd_sof_load_firmware_raw +EXPORT_SYMBOL sound/soc/sof/snd-sof-utils 0xbded3c3b snd_sof_create_page_table +EXPORT_SYMBOL sound/soundcore 0x39a4746a sound_class +EXPORT_SYMBOL sound/soundcore 0x43bdee74 register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x7d71347a register_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL sound/soundcore 0xa17e6324 register_sound_special +EXPORT_SYMBOL sound/soundcore 0xc26543f5 register_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x1a961f20 snd_emux_free +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x41d1c0c4 snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x45229751 snd_emux_new +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x655cb202 snd_sf_linear_to_log +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x9c3a552e snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xd28fed65 snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xf1ced20a snd_emux_register +EXPORT_SYMBOL sound/synth/snd-util-mem 0x0eda33fa snd_util_memhdr_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0x2a48197f snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x6517719f __snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x914f3491 snd_util_memhdr_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x9223e14b snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x9adc8c44 __snd_util_memblk_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xc59655e4 snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0xd28dc0da __snd_util_mem_alloc +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x16756dc0 snd_usbmidi_input_start +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x3b8f9760 __snd_usbmidi_create +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x63343b1d snd_usbmidi_input_stop +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xb2af19e1 snd_usbmidi_resume +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xbed43a41 snd_usbmidi_suspend +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xd9d2bb03 snd_usbmidi_disconnect +EXPORT_SYMBOL vmlinux 0x000cfbf0 netif_rx +EXPORT_SYMBOL vmlinux 0x00148653 vsnprintf +EXPORT_SYMBOL vmlinux 0x002082a9 blk_rq_append_bio +EXPORT_SYMBOL vmlinux 0x00538169 dquot_resume +EXPORT_SYMBOL vmlinux 0x00644cd6 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x00665f24 devm_request_resource +EXPORT_SYMBOL vmlinux 0x00748b4c kill_pid +EXPORT_SYMBOL vmlinux 0x0089c2ad end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0x0099d197 netdev_emerg +EXPORT_SYMBOL vmlinux 0x00a25e47 nvdimm_check_and_set_ro +EXPORT_SYMBOL vmlinux 0x00a4b044 amd_iommu_deactivate_guest_mode +EXPORT_SYMBOL vmlinux 0x00b4e615 posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x00cdbc75 dquot_drop +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x01156ae4 utf8_strncasecmp_folded +EXPORT_SYMBOL vmlinux 0x01373dd4 fscrypt_encrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0x0147812c kblockd_mod_delayed_work_on +EXPORT_SYMBOL vmlinux 0x0164df1a sock_init_data +EXPORT_SYMBOL vmlinux 0x01692d91 arp_xmit +EXPORT_SYMBOL vmlinux 0x016f123e sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x01757935 rdmacg_register_device +EXPORT_SYMBOL vmlinux 0x017caf2f jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0x017de3d5 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0x01847ad0 block_write_begin +EXPORT_SYMBOL vmlinux 0x0188cd88 vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0x018a6784 poll_freewait +EXPORT_SYMBOL vmlinux 0x01a57061 vga_switcheroo_fini_domain_pm_ops +EXPORT_SYMBOL vmlinux 0x01b6865c xa_get_mark +EXPORT_SYMBOL vmlinux 0x01bf55fc paddr_vmcoreinfo_note +EXPORT_SYMBOL vmlinux 0x01c93374 dma_sync_single_for_device +EXPORT_SYMBOL vmlinux 0x01dfc879 jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0x01e61d6c __x86_indirect_call_thunk_r12 +EXPORT_SYMBOL vmlinux 0x01f16447 clocksource_unregister +EXPORT_SYMBOL vmlinux 0x01f47de5 tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0x01fae599 mpage_read_folio +EXPORT_SYMBOL vmlinux 0x0209f3a7 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x020dbf27 bitmap_alloc +EXPORT_SYMBOL vmlinux 0x021a8ddc nd_device_register +EXPORT_SYMBOL vmlinux 0x021b306f netdev_adjacent_change_abort +EXPORT_SYMBOL vmlinux 0x0228925f iowrite64_hi_lo +EXPORT_SYMBOL vmlinux 0x023314c9 fb_io_write +EXPORT_SYMBOL vmlinux 0x0235d298 unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x0237b57a arch_unregister_cpu +EXPORT_SYMBOL vmlinux 0x023d1b90 wrmsr_on_cpu +EXPORT_SYMBOL vmlinux 0x0248efd3 kstrtobool_from_user +EXPORT_SYMBOL vmlinux 0x025fc155 dev_pm_opp_unregister_notifier +EXPORT_SYMBOL vmlinux 0x02709c77 jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x027a22e1 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x0296695f refcount_warn_saturate +EXPORT_SYMBOL vmlinux 0x02a060cb tc_setup_cb_replace +EXPORT_SYMBOL vmlinux 0x02a5a011 tls_client_hello_psk +EXPORT_SYMBOL vmlinux 0x02aefc1c register_console +EXPORT_SYMBOL vmlinux 0x02b66601 d_exact_alias +EXPORT_SYMBOL vmlinux 0x02ba1187 vm_zone_stat +EXPORT_SYMBOL vmlinux 0x02c656b6 acpi_enable_all_runtime_gpes +EXPORT_SYMBOL vmlinux 0x02df8f76 mipi_dsi_dcs_get_display_brightness_large +EXPORT_SYMBOL vmlinux 0x03137753 netlink_ack +EXPORT_SYMBOL vmlinux 0x0316db92 tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0x03227d91 generic_ro_fops +EXPORT_SYMBOL vmlinux 0x0323723c scsi_remove_device +EXPORT_SYMBOL vmlinux 0x0331b0af pci_disable_msi +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x03372485 dqput +EXPORT_SYMBOL vmlinux 0x0343e90c dev_open +EXPORT_SYMBOL vmlinux 0x035996fb __tracepoint_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x035ccf78 mr_table_dump +EXPORT_SYMBOL vmlinux 0x035d25ab memcg_kmem_online_key +EXPORT_SYMBOL vmlinux 0x0360d67f make_flow_keys_digest +EXPORT_SYMBOL vmlinux 0x0362f9a8 __x86_indirect_thunk_r12 +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x036cce78 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x037d61bd clkdev_add +EXPORT_SYMBOL vmlinux 0x03815f35 ledtrig_disk_activity +EXPORT_SYMBOL vmlinux 0x039164c2 dev_set_allmulti +EXPORT_SYMBOL vmlinux 0x0397edd5 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0x039bd742 param_ops_charp +EXPORT_SYMBOL vmlinux 0x03b814ca bpf_dispatcher_xdp_func +EXPORT_SYMBOL vmlinux 0x03c75c25 vme_register_driver +EXPORT_SYMBOL vmlinux 0x03d02bae ipv6_select_ident +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x04025fe8 agp_generic_alloc_by_type +EXPORT_SYMBOL vmlinux 0x0413ed1a __SCK__tp_func_rdpmc +EXPORT_SYMBOL vmlinux 0x0419a952 i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0x04248b54 sock_kmalloc +EXPORT_SYMBOL vmlinux 0x04271327 ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0x044154c6 tc_skb_ext_tc +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x044f0ad9 get_random_u16 +EXPORT_SYMBOL vmlinux 0x04564a5c discard_new_inode +EXPORT_SYMBOL vmlinux 0x04704e2c ethtool_aggregate_pause_stats +EXPORT_SYMBOL vmlinux 0x0474edef kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0x04789d34 __nla_put_64bit +EXPORT_SYMBOL vmlinux 0x0479aac1 seq_list_next_rcu +EXPORT_SYMBOL vmlinux 0x0484c6c4 acpi_enter_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x04863e28 hdmi_audio_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x04c62fd7 __memset +EXPORT_SYMBOL vmlinux 0x04d24402 iwe_stream_add_point +EXPORT_SYMBOL vmlinux 0x04d511a9 ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x04d8c750 release_perfctr_nmi +EXPORT_SYMBOL vmlinux 0x04da83a4 phy_read_paged +EXPORT_SYMBOL vmlinux 0x04dbf2e6 phy_get_internal_delay +EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize +EXPORT_SYMBOL vmlinux 0x04f907de __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x050877b9 dmi_first_match +EXPORT_SYMBOL vmlinux 0x0523c59a cdev_device_del +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x0528991e pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0x052cb46f dev_addr_del +EXPORT_SYMBOL vmlinux 0x052e1275 folio_wait_private_2 +EXPORT_SYMBOL vmlinux 0x05363baa input_flush_device +EXPORT_SYMBOL vmlinux 0x053671d4 amd_iommu_snp_en +EXPORT_SYMBOL vmlinux 0x0543b8b1 param_get_ulong +EXPORT_SYMBOL vmlinux 0x054496b4 schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x05569335 __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0x055e77e8 jiffies_64 +EXPORT_SYMBOL vmlinux 0x0562dc30 __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0x056bcf7b dm_read_arg +EXPORT_SYMBOL vmlinux 0x0583c5be phy_start_cable_test +EXPORT_SYMBOL vmlinux 0x05847c0c rtnl_unicast +EXPORT_SYMBOL vmlinux 0x058bcc39 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0x058fdfbf nf_hook_slow +EXPORT_SYMBOL vmlinux 0x0590540a xfrm4_udp_encap_rcv +EXPORT_SYMBOL vmlinux 0x0590b82f netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0x05a6604f __ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x05a79e0a bdi_register +EXPORT_SYMBOL vmlinux 0x05a975b0 blk_rq_map_user +EXPORT_SYMBOL vmlinux 0x05b93ef0 sock_queue_rcv_skb_reason +EXPORT_SYMBOL vmlinux 0x05ba98f4 pci_resize_resource +EXPORT_SYMBOL vmlinux 0x05c920fc phy_device_create +EXPORT_SYMBOL vmlinux 0x05cbd97f dmam_alloc_attrs +EXPORT_SYMBOL vmlinux 0x05e32920 neigh_destroy +EXPORT_SYMBOL vmlinux 0x06052f8d __memmove +EXPORT_SYMBOL vmlinux 0x060ba97c gen_pool_free_owner +EXPORT_SYMBOL vmlinux 0x060cd7c8 skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x06281230 touchscreen_parse_properties +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x0641ec8f xfrm_user_policy +EXPORT_SYMBOL vmlinux 0x0668b595 _kstrtoul +EXPORT_SYMBOL vmlinux 0x0677b8e1 phy_start_aneg +EXPORT_SYMBOL vmlinux 0x068f66ea register_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x069206db simple_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x069cc078 rtnl_configure_link +EXPORT_SYMBOL vmlinux 0x069f4971 security_dentry_init_security +EXPORT_SYMBOL vmlinux 0x06a86bc1 iowrite16 +EXPORT_SYMBOL vmlinux 0x06b07b68 jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0x06bd88b5 ucs2_strnlen +EXPORT_SYMBOL vmlinux 0x06cf5180 kill_block_super +EXPORT_SYMBOL vmlinux 0x06d11488 __bitmap_equal +EXPORT_SYMBOL vmlinux 0x0700a481 unregister_quota_format +EXPORT_SYMBOL vmlinux 0x07048f34 i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0x07098248 xz_dec_microlzma_alloc +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x074259e9 __invalidate_device +EXPORT_SYMBOL vmlinux 0x0745a981 xa_erase +EXPORT_SYMBOL vmlinux 0x074f8e82 devm_mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x075e0fc1 pci_alloc_irq_vectors +EXPORT_SYMBOL vmlinux 0x07616809 kmalloc_node_trace +EXPORT_SYMBOL vmlinux 0x07653da4 xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0x07671b36 simple_write_begin +EXPORT_SYMBOL vmlinux 0x0780b717 mipi_dsi_generic_write +EXPORT_SYMBOL vmlinux 0x07905fb4 bio_chain +EXPORT_SYMBOL vmlinux 0x0799927c proto_register +EXPORT_SYMBOL vmlinux 0x07a641ff __netif_napi_del +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07bc9219 arp_create +EXPORT_SYMBOL vmlinux 0x07c2029a nvdimm_namespace_capacity +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07ceeac9 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x07cf76bc get_unmapped_area +EXPORT_SYMBOL vmlinux 0x07f0362f netlbl_calipso_ops_register +EXPORT_SYMBOL vmlinux 0x07f57478 pci_unmap_iospace +EXPORT_SYMBOL vmlinux 0x0800473f __cond_resched +EXPORT_SYMBOL vmlinux 0x0805f2c8 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0x080e13cf pci_get_device +EXPORT_SYMBOL vmlinux 0x08162c74 free_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0x082054fd ethtool_aggregate_ctrl_stats +EXPORT_SYMBOL vmlinux 0x082326c0 phy_resume +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x08454059 dev_change_flags +EXPORT_SYMBOL vmlinux 0x084db1c7 pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0x08542a26 serio_open +EXPORT_SYMBOL vmlinux 0x0867b47a dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x0870efe3 jent_testing_exit +EXPORT_SYMBOL vmlinux 0x0892a763 devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0x089ef337 vlan_vid_add +EXPORT_SYMBOL vmlinux 0x08a83089 mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0x08d45194 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x08de65db neigh_direct_output +EXPORT_SYMBOL vmlinux 0x08ee40d2 sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0x08f66119 configfs_register_group +EXPORT_SYMBOL vmlinux 0x092e26bf acpi_remove_address_space_handler +EXPORT_SYMBOL vmlinux 0x093712e5 acpi_purge_cached_objects +EXPORT_SYMBOL vmlinux 0x095c2cae jbd2_wait_inode_data +EXPORT_SYMBOL vmlinux 0x0966e107 __x86_indirect_call_thunk_r9 +EXPORT_SYMBOL vmlinux 0x09769037 dmt_modes +EXPORT_SYMBOL vmlinux 0x0989ed3b cfb_fillrect +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x098e6f08 page_pool_put_defragged_page +EXPORT_SYMBOL vmlinux 0x09bf197d i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09d5333c softnet_data +EXPORT_SYMBOL vmlinux 0x09d7635c input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0x09da0ba4 xa_set_mark +EXPORT_SYMBOL vmlinux 0x09ec7d4b icmp6_send +EXPORT_SYMBOL vmlinux 0x0a012f73 mb_cache_entry_touch +EXPORT_SYMBOL vmlinux 0x0a0811ea iget_failed +EXPORT_SYMBOL vmlinux 0x0a0e9390 filp_close +EXPORT_SYMBOL vmlinux 0x0a0ebc08 __xa_cmpxchg +EXPORT_SYMBOL vmlinux 0x0a1e8769 utf8_casefold_hash +EXPORT_SYMBOL vmlinux 0x0a1f73fc pci_read_vpd_any +EXPORT_SYMBOL vmlinux 0x0a24ed26 mmc_command_done +EXPORT_SYMBOL vmlinux 0x0a27f3e7 starget_for_each_device +EXPORT_SYMBOL vmlinux 0x0a41d6ab fs_bio_set +EXPORT_SYMBOL vmlinux 0x0a48421f udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0x0a48998d phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0x0a5eead1 tls_client_hello_x509 +EXPORT_SYMBOL vmlinux 0x0a6186cb phy_device_register +EXPORT_SYMBOL vmlinux 0x0a6af14f netlink_capable +EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier +EXPORT_SYMBOL vmlinux 0x0a82897e filemap_fdatawait_range_keep_errors +EXPORT_SYMBOL vmlinux 0x0a84b15d zstd_init_cctx +EXPORT_SYMBOL vmlinux 0x0a9ba04f srso_untrain_ret +EXPORT_SYMBOL vmlinux 0x0aa104de __ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x0aa309cf synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x0aaccc92 pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x0ac6e051 __cpuhp_setup_state +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0ad40030 blk_set_queue_depth +EXPORT_SYMBOL vmlinux 0x0ade9d67 devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x0ae1e199 netdev_state_change +EXPORT_SYMBOL vmlinux 0x0aeb976d iov_iter_discard +EXPORT_SYMBOL vmlinux 0x0aed8de3 mmc_sw_reset +EXPORT_SYMBOL vmlinux 0x0afb1fb0 pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0x0afbfa97 ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0x0b0fdf41 xfrm_dev_policy_flush +EXPORT_SYMBOL vmlinux 0x0b19b445 ioread8 +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b204d37 request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0x0b26b8c8 acpi_run_osc +EXPORT_SYMBOL vmlinux 0x0b327da9 kernel_param_unlock +EXPORT_SYMBOL vmlinux 0x0b342153 sock_set_priority +EXPORT_SYMBOL vmlinux 0x0b421458 pps_register_source +EXPORT_SYMBOL vmlinux 0x0b4dac28 clk_bulk_get +EXPORT_SYMBOL vmlinux 0x0b59a5ec __folio_lock +EXPORT_SYMBOL vmlinux 0x0b637410 cr4_update_irqsoff +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b74a8a7 jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0x0b80a3b8 pci_remove_bus +EXPORT_SYMBOL vmlinux 0x0b9bf0ee __SCK__tp_func_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x0ba0b938 vm_brk +EXPORT_SYMBOL vmlinux 0x0ba72257 file_open_root +EXPORT_SYMBOL vmlinux 0x0baeefeb kill_fasync +EXPORT_SYMBOL vmlinux 0x0bb5dd4a dma_fence_chain_find_seqno +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bd394d8 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x0bd57c03 ipv6_mc_check_mld +EXPORT_SYMBOL vmlinux 0x0be0425e component_match_add_release +EXPORT_SYMBOL vmlinux 0x0be59c80 phy_get_c45_ids +EXPORT_SYMBOL vmlinux 0x0bf2d95f uart_update_timeout +EXPORT_SYMBOL vmlinux 0x0bf876c6 filemap_get_folios +EXPORT_SYMBOL vmlinux 0x0bfc1d1a check_zeroed_user +EXPORT_SYMBOL vmlinux 0x0bfd42b7 pci_set_master +EXPORT_SYMBOL vmlinux 0x0c0e94d0 vga_get +EXPORT_SYMBOL vmlinux 0x0c0ed9af ip_sock_set_freebind +EXPORT_SYMBOL vmlinux 0x0c139392 d_find_any_alias +EXPORT_SYMBOL vmlinux 0x0c25ec48 secure_tcpv6_seq +EXPORT_SYMBOL vmlinux 0x0c3690fc _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0x0c575719 __cond_resched_rwlock_write +EXPORT_SYMBOL vmlinux 0x0c6bdc3f vme_master_read +EXPORT_SYMBOL vmlinux 0x0c6bf43b pci_biosrom_size +EXPORT_SYMBOL vmlinux 0x0c7c1a2d mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x0c83fb48 dev_addr_add +EXPORT_SYMBOL vmlinux 0x0c91c6cd iov_iter_alignment +EXPORT_SYMBOL vmlinux 0x0c9bd644 vfs_mkdir +EXPORT_SYMBOL vmlinux 0x0cb2927d filemap_splice_read +EXPORT_SYMBOL vmlinux 0x0cbd2048 backlight_device_register +EXPORT_SYMBOL vmlinux 0x0cc02c12 xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x0cc150c6 blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0x0cc4b4b6 crc_ccitt_false +EXPORT_SYMBOL vmlinux 0x0cd5835b ipv6_flowlabel_exclusive +EXPORT_SYMBOL vmlinux 0x0cdce87c rfkill_set_hw_state_reason +EXPORT_SYMBOL vmlinux 0x0ce39fce __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x0ceff41a skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0x0ceff9dc submit_bio_noacct +EXPORT_SYMBOL vmlinux 0x0d07f543 get_anon_bdev +EXPORT_SYMBOL vmlinux 0x0d0cb2a9 zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0x0d0d5784 inode_add_bytes +EXPORT_SYMBOL vmlinux 0x0d0e2c4f devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x0d13b901 create_empty_buffers +EXPORT_SYMBOL vmlinux 0x0d14deea agp_find_bridge +EXPORT_SYMBOL vmlinux 0x0d2e0ddc mmc_retune_timer_stop +EXPORT_SYMBOL vmlinux 0x0d333b64 zstd_end_stream +EXPORT_SYMBOL vmlinux 0x0d351f6e ip6mr_rule_default +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d5d6432 padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x0d5eded8 inet_sendmsg +EXPORT_SYMBOL vmlinux 0x0d61c14a devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0x0d686f98 set_page_dirty +EXPORT_SYMBOL vmlinux 0x0d69ef35 sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0x0d6f0420 datagram_poll +EXPORT_SYMBOL vmlinux 0x0d736f1d tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0x0d8f733d forget_cached_acl +EXPORT_SYMBOL vmlinux 0x0d943bb0 path_is_mountpoint +EXPORT_SYMBOL vmlinux 0x0da33de0 xfrm_if_register_cb +EXPORT_SYMBOL vmlinux 0x0da37acd dma_fence_array_first +EXPORT_SYMBOL vmlinux 0x0deb72fc __traceiter_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x0e165252 inet_stream_connect +EXPORT_SYMBOL vmlinux 0x0e16e755 mmc_gpio_set_cd_wake +EXPORT_SYMBOL vmlinux 0x0e17678a siphash_4u64 +EXPORT_SYMBOL vmlinux 0x0e18b9f0 __filemap_set_wb_err +EXPORT_SYMBOL vmlinux 0x0e1e1a7e dma_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0x0e23b37f alloc_cpumask_var_node +EXPORT_SYMBOL vmlinux 0x0e34270a fixed_size_llseek +EXPORT_SYMBOL vmlinux 0x0e4262c6 __siphash_unaligned +EXPORT_SYMBOL vmlinux 0x0e44e02f vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x0e5bf585 devm_clk_put +EXPORT_SYMBOL vmlinux 0x0e773a19 dev_uc_unsync +EXPORT_SYMBOL vmlinux 0x0e8cee1a eth_type_trans +EXPORT_SYMBOL vmlinux 0x0e9bbe9c twl6040_set_bits +EXPORT_SYMBOL vmlinux 0x0ea3c74e tasklet_kill +EXPORT_SYMBOL vmlinux 0x0ea593f6 hdmi_drm_infoframe_init +EXPORT_SYMBOL vmlinux 0x0eafb639 __ip_select_ident +EXPORT_SYMBOL vmlinux 0x0eb6eb87 add_taint +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ec8d101 eth_gro_complete +EXPORT_SYMBOL vmlinux 0x0ee4d32d kmem_cache_alloc_bulk +EXPORT_SYMBOL vmlinux 0x0f09cc34 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0x0f15d777 filemap_map_pages +EXPORT_SYMBOL vmlinux 0x0f1ad8e2 seq_list_start_rcu +EXPORT_SYMBOL vmlinux 0x0f1d0771 xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0x0f2207b6 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0x0f37ca89 lockref_put_not_zero +EXPORT_SYMBOL vmlinux 0x0f3f18f0 key_revoke +EXPORT_SYMBOL vmlinux 0x0f48fa4a i2c_verify_client +EXPORT_SYMBOL vmlinux 0x0f49b2ee flow_rule_match_enc_keyid +EXPORT_SYMBOL vmlinux 0x0f4f63ba vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0x0f630261 gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x0f658eb2 skb_eth_pop +EXPORT_SYMBOL vmlinux 0x0f73003c put_fs_context +EXPORT_SYMBOL vmlinux 0x0f732cff __serio_register_driver +EXPORT_SYMBOL vmlinux 0x0f7b36e5 vme_register_error_handler +EXPORT_SYMBOL vmlinux 0x0f811fc7 jent_raw_hires_entropy_store +EXPORT_SYMBOL vmlinux 0x0f81b8d1 nf_register_net_hooks +EXPORT_SYMBOL vmlinux 0x0f848998 mipi_dsi_host_unregister +EXPORT_SYMBOL vmlinux 0x0f86f560 kthread_delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x0f992f9f sock_ioctl_inout +EXPORT_SYMBOL vmlinux 0x0f9fe992 sockopt_ns_capable +EXPORT_SYMBOL vmlinux 0x0fab1ab0 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0x0fadf061 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x0fb2f8a4 mktime64 +EXPORT_SYMBOL vmlinux 0x0fc2b8e4 sk_capable +EXPORT_SYMBOL vmlinux 0x0fce92e5 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x0fd53d36 devm_iounmap +EXPORT_SYMBOL vmlinux 0x0fd902db mb_cache_entry_create +EXPORT_SYMBOL vmlinux 0x0fef1b43 netdev_name_in_use +EXPORT_SYMBOL vmlinux 0x0ff67d05 read_cache_folio +EXPORT_SYMBOL vmlinux 0x0fff5afc time64_to_tm +EXPORT_SYMBOL vmlinux 0x10017aa5 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x100bddf8 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x100e0307 inode_dio_wait +EXPORT_SYMBOL vmlinux 0x1012e9da jbd2_submit_inode_data +EXPORT_SYMBOL vmlinux 0x10136616 finalize_exec +EXPORT_SYMBOL vmlinux 0x101d7ff5 ns_capable_noaudit +EXPORT_SYMBOL vmlinux 0x1020daaf pci_match_id +EXPORT_SYMBOL vmlinux 0x1035c7c2 __release_region +EXPORT_SYMBOL vmlinux 0x1038a7cd sock_efree +EXPORT_SYMBOL vmlinux 0x10429106 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x1057a279 bsearch +EXPORT_SYMBOL vmlinux 0x10609a4c vfs_dedupe_file_range_one +EXPORT_SYMBOL vmlinux 0x1066c39b phy_remove_link_mode +EXPORT_SYMBOL vmlinux 0x1068004b gf128mul_bbe +EXPORT_SYMBOL vmlinux 0x107be0b0 percpu_counter_sync +EXPORT_SYMBOL vmlinux 0x107cefde udp_lib_unhash +EXPORT_SYMBOL vmlinux 0x107dd046 __x86_indirect_call_thunk_r8 +EXPORT_SYMBOL vmlinux 0x107e5878 zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x108bd265 scsi_print_command +EXPORT_SYMBOL vmlinux 0x109d7e88 pm860x_reg_write +EXPORT_SYMBOL vmlinux 0x10a776b2 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0x10cea0be drop_nlink +EXPORT_SYMBOL vmlinux 0x10d9f885 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x10e66271 xfrm_parse_spi +EXPORT_SYMBOL vmlinux 0x10e6f74a free_contig_range +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x111f950e iov_iter_advance +EXPORT_SYMBOL vmlinux 0x11229cef blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0x11358605 crypto_sha1_finup +EXPORT_SYMBOL vmlinux 0x11655b73 dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x117bc59f bio_alloc_clone +EXPORT_SYMBOL vmlinux 0x11870972 hdmi_infoframe_log +EXPORT_SYMBOL vmlinux 0x11878a9d pci_ep_cfs_remove_epc_group +EXPORT_SYMBOL vmlinux 0x11926226 __i2c_transfer +EXPORT_SYMBOL vmlinux 0x119c9380 pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x119ce475 shmem_aops +EXPORT_SYMBOL vmlinux 0x11b30b89 mount_subtree +EXPORT_SYMBOL vmlinux 0x11bc707c xfrm_unregister_type_offload +EXPORT_SYMBOL vmlinux 0x11c1065a filemap_fdatawrite_wbc +EXPORT_SYMBOL vmlinux 0x11c64ef0 follow_down +EXPORT_SYMBOL vmlinux 0x11cd58ec vfs_create_mount +EXPORT_SYMBOL vmlinux 0x11e243f6 simple_open +EXPORT_SYMBOL vmlinux 0x11e30762 chacha_block_generic +EXPORT_SYMBOL vmlinux 0x11f02bd0 is_nd_pfn +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x120e6479 xsk_tx_completed +EXPORT_SYMBOL vmlinux 0x122c3a7e _printk +EXPORT_SYMBOL vmlinux 0x124bad4d kstrtobool +EXPORT_SYMBOL vmlinux 0x125f0fd1 flow_block_cb_setup_simple +EXPORT_SYMBOL vmlinux 0x127d83ea security_locked_down +EXPORT_SYMBOL vmlinux 0x1290877f mount_single +EXPORT_SYMBOL vmlinux 0x129e5302 mipi_dsi_dcs_get_power_mode +EXPORT_SYMBOL vmlinux 0x12c791ff blk_set_runtime_active +EXPORT_SYMBOL vmlinux 0x12cabc89 siphash_2u64 +EXPORT_SYMBOL vmlinux 0x12de18fd flow_block_cb_priv +EXPORT_SYMBOL vmlinux 0x12e2c55a netpoll_cleanup +EXPORT_SYMBOL vmlinux 0x12e6a35f serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0x12f142e1 xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x12f6f69c fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x12fa19d4 input_set_poll_interval +EXPORT_SYMBOL vmlinux 0x1304d924 devm_mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x130afd75 acpi_get_sleep_type_data +EXPORT_SYMBOL vmlinux 0x13100e83 jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0x13110126 request_resource +EXPORT_SYMBOL vmlinux 0x131a6146 xa_clear_mark +EXPORT_SYMBOL vmlinux 0x13208fff vfs_rmdir +EXPORT_SYMBOL vmlinux 0x1324191f ip6_dst_alloc +EXPORT_SYMBOL vmlinux 0x132e8044 input_copy_abs +EXPORT_SYMBOL vmlinux 0x1344d77d ptp_clock_register +EXPORT_SYMBOL vmlinux 0x1344d7e6 acpi_enable_gpe +EXPORT_SYMBOL vmlinux 0x1362bd0d tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0x1368b64b fget +EXPORT_SYMBOL vmlinux 0x137caecb dev_get_flags +EXPORT_SYMBOL vmlinux 0x138327b8 ipmr_rule_default +EXPORT_SYMBOL vmlinux 0x1389619c __max_die_per_package +EXPORT_SYMBOL vmlinux 0x138bb4c1 inet_select_addr +EXPORT_SYMBOL vmlinux 0x139f2189 __kfifo_alloc +EXPORT_SYMBOL vmlinux 0x13afdbed mmc_run_bkops +EXPORT_SYMBOL vmlinux 0x13bb8284 pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x13c49cc2 _copy_from_user +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13d163a2 mdiobus_c45_read +EXPORT_SYMBOL vmlinux 0x13e5d938 eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0x13f28192 mmc_remove_host +EXPORT_SYMBOL vmlinux 0x13f42152 system_entering_hibernation +EXPORT_SYMBOL vmlinux 0x13fd3b2d nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0x13ffefcc inet_register_protosw +EXPORT_SYMBOL vmlinux 0x140af5d5 kthread_associate_blkcg +EXPORT_SYMBOL vmlinux 0x1411a54b __neigh_event_send +EXPORT_SYMBOL vmlinux 0x141271bf acpi_dev_found +EXPORT_SYMBOL vmlinux 0x141625ea zero_fill_bio +EXPORT_SYMBOL vmlinux 0x142101b0 inet6_release +EXPORT_SYMBOL vmlinux 0x142da5b6 vm_map_pages_zero +EXPORT_SYMBOL vmlinux 0x144573be release_pages +EXPORT_SYMBOL vmlinux 0x145abffe read_cache_page +EXPORT_SYMBOL vmlinux 0x14605535 dma_fence_context_alloc +EXPORT_SYMBOL vmlinux 0x14613602 tcf_qevent_init +EXPORT_SYMBOL vmlinux 0x146289b7 crc16_table +EXPORT_SYMBOL vmlinux 0x14a64a87 acpi_install_address_space_handler_no_reg +EXPORT_SYMBOL vmlinux 0x14b14e98 rproc_of_resm_mem_entry_init +EXPORT_SYMBOL vmlinux 0x14c17b69 get_bitmap_from_slot +EXPORT_SYMBOL vmlinux 0x14c67e3e tcp_tx_delay_enabled +EXPORT_SYMBOL vmlinux 0x14c7e7cd __napi_schedule +EXPORT_SYMBOL vmlinux 0x14d03362 ip_frag_init +EXPORT_SYMBOL vmlinux 0x14d4d63a flow_rule_match_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x14d7477f console_list_unlock +EXPORT_SYMBOL vmlinux 0x151f4898 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0x1526b301 unix_tot_inflight +EXPORT_SYMBOL vmlinux 0x1529d335 fscrypt_ioctl_set_policy +EXPORT_SYMBOL vmlinux 0x1548d970 __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x15528fa1 pci_write_config_byte +EXPORT_SYMBOL vmlinux 0x15a519f5 sock_dequeue_err_skb +EXPORT_SYMBOL vmlinux 0x15b24391 get_fs_type +EXPORT_SYMBOL vmlinux 0x15ba50a6 jiffies +EXPORT_SYMBOL vmlinux 0x15bafe29 unregister_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x15bed7a5 LZ4_decompress_safe_partial +EXPORT_SYMBOL vmlinux 0x15c85de3 mempool_init +EXPORT_SYMBOL vmlinux 0x15d68e19 mmc_release_host +EXPORT_SYMBOL vmlinux 0x15dcf420 flow_indr_dev_register +EXPORT_SYMBOL vmlinux 0x15df796d fib6_info_hw_flags_set +EXPORT_SYMBOL vmlinux 0x15ea4174 xp_dma_sync_for_cpu_slow +EXPORT_SYMBOL vmlinux 0x15f2af6c i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0x15f6aace lookup_positive_unlocked +EXPORT_SYMBOL vmlinux 0x15f90688 slhc_init +EXPORT_SYMBOL vmlinux 0x15ffdacb blk_put_queue +EXPORT_SYMBOL vmlinux 0x161af768 devm_devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x16224479 dma_unmap_page_attrs +EXPORT_SYMBOL vmlinux 0x16286538 iowrite64be_lo_hi +EXPORT_SYMBOL vmlinux 0x162893fd hashlen_string +EXPORT_SYMBOL vmlinux 0x16301b34 wrmsrl_on_cpu +EXPORT_SYMBOL vmlinux 0x1632bc21 kvasprintf_const +EXPORT_SYMBOL vmlinux 0x16419c84 set_user_nice +EXPORT_SYMBOL vmlinux 0x164a75bc d_alloc +EXPORT_SYMBOL vmlinux 0x164e948c xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump +EXPORT_SYMBOL vmlinux 0x167e7f9d __get_user_1 +EXPORT_SYMBOL vmlinux 0x168d9772 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x16913764 xfrm_state_free +EXPORT_SYMBOL vmlinux 0x169938c1 __sysfs_match_string +EXPORT_SYMBOL vmlinux 0x16a7b16f __traceiter_kmalloc +EXPORT_SYMBOL vmlinux 0x16b18713 __traceiter_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x16bae4b3 vc_cons +EXPORT_SYMBOL vmlinux 0x16c05e04 serio_bus +EXPORT_SYMBOL vmlinux 0x16c7fd1b __SCK__tp_func_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x16cdc340 acpi_get_table +EXPORT_SYMBOL vmlinux 0x16cfcec5 pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0x16d50c38 scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x16de7815 key_validate +EXPORT_SYMBOL vmlinux 0x16e297c3 bit_wait +EXPORT_SYMBOL vmlinux 0x17053aa1 blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0x170ddf79 acpi_install_notify_handler +EXPORT_SYMBOL vmlinux 0x171577c1 vmf_insert_mixed +EXPORT_SYMBOL vmlinux 0x1727cdb2 d_set_d_op +EXPORT_SYMBOL vmlinux 0x1743b1d2 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0x175e33fb dma_spin_lock +EXPORT_SYMBOL vmlinux 0x1762764c seq_file_path +EXPORT_SYMBOL vmlinux 0x1769b1de unregister_filesystem +EXPORT_SYMBOL vmlinux 0x17736de1 flow_rule_match_enc_ip +EXPORT_SYMBOL vmlinux 0x177a82c3 entry_untrain_ret +EXPORT_SYMBOL vmlinux 0x17880d82 nd_region_acquire_lane +EXPORT_SYMBOL vmlinux 0x178e53ac sync_inodes_sb +EXPORT_SYMBOL vmlinux 0x17962fe0 console_force_preferred_locked +EXPORT_SYMBOL vmlinux 0x17978725 config_item_init_type_name +EXPORT_SYMBOL vmlinux 0x1798efca filemap_invalidate_lock_two +EXPORT_SYMBOL vmlinux 0x17999866 inet_frag_kill +EXPORT_SYMBOL vmlinux 0x17bc57b5 kernel_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x17bd3d65 empty_aops +EXPORT_SYMBOL vmlinux 0x17be68ca acpi_clear_event +EXPORT_SYMBOL vmlinux 0x17c89294 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x17c8b100 i2c_clients_command +EXPORT_SYMBOL vmlinux 0x17d7be09 vfs_parse_fs_string +EXPORT_SYMBOL vmlinux 0x17e350ea kernel_read +EXPORT_SYMBOL vmlinux 0x17e7e436 dev_uc_sync +EXPORT_SYMBOL vmlinux 0x17f341a0 i8042_lock_chip +EXPORT_SYMBOL vmlinux 0x17f813a9 __SCT__tp_func_kmalloc +EXPORT_SYMBOL vmlinux 0x18015b56 touchscreen_report_pos +EXPORT_SYMBOL vmlinux 0x1805cd1f cad_pid +EXPORT_SYMBOL vmlinux 0x1808fac2 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0x18123c57 setattr_prepare +EXPORT_SYMBOL vmlinux 0x1819a3f5 register_sysctl +EXPORT_SYMBOL vmlinux 0x181c203d acpi_get_hp_hw_control_from_firmware +EXPORT_SYMBOL vmlinux 0x18307dad genphy_c45_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x18345b8e __bitmap_replace +EXPORT_SYMBOL vmlinux 0x185eb62b jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0x185ffec3 filemap_release_folio +EXPORT_SYMBOL vmlinux 0x18888d00 downgrade_write +EXPORT_SYMBOL vmlinux 0x188ea314 jiffies_to_timespec64 +EXPORT_SYMBOL vmlinux 0x189328dd udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0x18a61613 genphy_read_lpa +EXPORT_SYMBOL vmlinux 0x18a6359a config_item_put +EXPORT_SYMBOL vmlinux 0x18ab7678 nf_setsockopt +EXPORT_SYMBOL vmlinux 0x18b43aa6 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0x18b72573 register_kmmio_probe +EXPORT_SYMBOL vmlinux 0x18b79a05 __skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x18ccb9ab devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x18d4f207 neigh_carrier_down +EXPORT_SYMBOL vmlinux 0x18e60984 __do_once_start +EXPORT_SYMBOL vmlinux 0x18ee3d7d dm_io +EXPORT_SYMBOL vmlinux 0x18fd2c2d __x86_indirect_call_thunk_r13 +EXPORT_SYMBOL vmlinux 0x19015378 __fput_sync +EXPORT_SYMBOL vmlinux 0x1925ca66 sk_dst_check +EXPORT_SYMBOL vmlinux 0x192ea14f __SCT__tp_func_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x193a0630 sock_create_kern +EXPORT_SYMBOL vmlinux 0x194a49c9 reuseport_detach_sock +EXPORT_SYMBOL vmlinux 0x1953c958 mempool_create +EXPORT_SYMBOL vmlinux 0x1955d5d3 sock_create_lite +EXPORT_SYMBOL vmlinux 0x1969eda7 __dev_get_by_flags +EXPORT_SYMBOL vmlinux 0x197c1ad8 flow_rule_alloc +EXPORT_SYMBOL vmlinux 0x197d5b60 dma_fence_default_wait +EXPORT_SYMBOL vmlinux 0x197fddfa filemap_range_has_page +EXPORT_SYMBOL vmlinux 0x1984d421 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19c00f5a gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0x19d6cb55 xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0x19dbc103 phy_set_max_speed +EXPORT_SYMBOL vmlinux 0x19df99b9 acpi_finish_gpe +EXPORT_SYMBOL vmlinux 0x19eae1bc jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0x19ec5949 configfs_depend_item_unlocked +EXPORT_SYMBOL vmlinux 0x19f2e1ca __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0x1a26370d xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0x1a2ad4f8 arp_tbl +EXPORT_SYMBOL vmlinux 0x1a45cb6c acpi_disabled +EXPORT_SYMBOL vmlinux 0x1a570360 tcf_em_register +EXPORT_SYMBOL vmlinux 0x1a63af34 vga_switcheroo_process_delayed_switch +EXPORT_SYMBOL vmlinux 0x1a79c8e9 __x86_indirect_thunk_r13 +EXPORT_SYMBOL vmlinux 0x1a814d0e jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0x1a84b792 __lock_sock_fast +EXPORT_SYMBOL vmlinux 0x1a9a433c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x1ab9a2d8 mark_buffer_write_io_error +EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b1c04e9 security_inode_init_security +EXPORT_SYMBOL vmlinux 0x1b1c4170 dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0x1b2ab453 __SCK__tp_func_dma_fence_emit +EXPORT_SYMBOL vmlinux 0x1b3de6ab kthread_create_on_node +EXPORT_SYMBOL vmlinux 0x1b597b7a swake_up_all +EXPORT_SYMBOL vmlinux 0x1b5bd99f input_allocate_device +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b6ad0da agp_alloc_bridge +EXPORT_SYMBOL vmlinux 0x1b743d46 vga_client_register +EXPORT_SYMBOL vmlinux 0x1b777357 rdmacg_unregister_device +EXPORT_SYMBOL vmlinux 0x1b78fda8 ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x1b8b95ad i8042_unlock_chip +EXPORT_SYMBOL vmlinux 0x1b908d85 _raw_write_lock_nested +EXPORT_SYMBOL vmlinux 0x1ba59527 __kmalloc_node +EXPORT_SYMBOL vmlinux 0x1ba996d9 tcp_v4_connect +EXPORT_SYMBOL vmlinux 0x1bb4d5b5 __module_put_and_kthread_exit +EXPORT_SYMBOL vmlinux 0x1bb51249 tcp_have_smc +EXPORT_SYMBOL vmlinux 0x1bb6f320 invalidate_disk +EXPORT_SYMBOL vmlinux 0x1bba036a xp_dma_unmap +EXPORT_SYMBOL vmlinux 0x1bd59dbe vme_free_consistent +EXPORT_SYMBOL vmlinux 0x1be8feac pcim_iomap +EXPORT_SYMBOL vmlinux 0x1bebf32d nexthop_bucket_set_hw_flags +EXPORT_SYMBOL vmlinux 0x1c023fa7 tty_hangup +EXPORT_SYMBOL vmlinux 0x1c2e708d skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0x1c406e18 mr_dump +EXPORT_SYMBOL vmlinux 0x1c481f4e param_ops_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x1c5130ea generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0x1c56ef45 input_set_timestamp +EXPORT_SYMBOL vmlinux 0x1c58427f acpi_remove_notify_handler +EXPORT_SYMBOL vmlinux 0x1c5e64ee vfs_fsync +EXPORT_SYMBOL vmlinux 0x1c9eca4f try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x1ca527fa ioread64be_hi_lo +EXPORT_SYMBOL vmlinux 0x1cb11044 inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0x1cc10f6b vfs_iter_read +EXPORT_SYMBOL vmlinux 0x1cc2a98a rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0x1cd8438b pxm_to_node +EXPORT_SYMBOL vmlinux 0x1cdce12d fb_blank +EXPORT_SYMBOL vmlinux 0x1ce48159 __splice_from_pipe +EXPORT_SYMBOL vmlinux 0x1cf45c18 kernel_write +EXPORT_SYMBOL vmlinux 0x1cf69fe1 keyring_clear +EXPORT_SYMBOL vmlinux 0x1cfb8100 iget_locked +EXPORT_SYMBOL vmlinux 0x1d07e365 memdup_user_nul +EXPORT_SYMBOL vmlinux 0x1d19f77b physical_mask +EXPORT_SYMBOL vmlinux 0x1d1a6ccc tcp_conn_request +EXPORT_SYMBOL vmlinux 0x1d1abdf0 acpi_get_physical_device_location +EXPORT_SYMBOL vmlinux 0x1d1f8d52 max8925_reg_write +EXPORT_SYMBOL vmlinux 0x1d24c881 ___ratelimit +EXPORT_SYMBOL vmlinux 0x1d3d9a25 mdiobus_register_device +EXPORT_SYMBOL vmlinux 0x1d40b6f3 idr_for_each +EXPORT_SYMBOL vmlinux 0x1d418387 param_ops_ullong +EXPORT_SYMBOL vmlinux 0x1d490879 mdio_device_register +EXPORT_SYMBOL vmlinux 0x1d5b4219 netdev_offload_xstats_get +EXPORT_SYMBOL vmlinux 0x1d71b6ea inet_frag_destroy +EXPORT_SYMBOL vmlinux 0x1d7602c1 mmc_retune_release +EXPORT_SYMBOL vmlinux 0x1d7fe02d fscrypt_decrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0x1d813427 dm_table_get_size +EXPORT_SYMBOL vmlinux 0x1d8d557d __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x1d95fd6a kfree_skb_list_reason +EXPORT_SYMBOL vmlinux 0x1d9672bd fault_in_subpage_writeable +EXPORT_SYMBOL vmlinux 0x1d980a5d vga_switcheroo_register_audio_client +EXPORT_SYMBOL vmlinux 0x1dc6c93b lookup_user_key +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1de4ccb2 get_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x1e0a0c24 mod_timer_pending +EXPORT_SYMBOL vmlinux 0x1e0cd7fe acpi_detach_data +EXPORT_SYMBOL vmlinux 0x1e360aa5 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0x1e3a51e2 sock_bindtoindex +EXPORT_SYMBOL vmlinux 0x1e3cdbd6 tty_devnum +EXPORT_SYMBOL vmlinux 0x1e41ba7c dev_disable_lro +EXPORT_SYMBOL vmlinux 0x1e446055 simple_rmdir +EXPORT_SYMBOL vmlinux 0x1e5e3c27 md_bitmap_sync_with_cluster +EXPORT_SYMBOL vmlinux 0x1e627217 is_acpi_device_node +EXPORT_SYMBOL vmlinux 0x1e63db3b mntput +EXPORT_SYMBOL vmlinux 0x1e6adaa0 bitmap_print_bitmask_to_buf +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e6f689c param_set_invbool +EXPORT_SYMBOL vmlinux 0x1e709cec call_fib_notifiers +EXPORT_SYMBOL vmlinux 0x1e7b0749 mipi_dsi_dcs_write +EXPORT_SYMBOL vmlinux 0x1e8f26c9 seq_read +EXPORT_SYMBOL vmlinux 0x1e9e98fc free_buffer_head +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1eab9394 mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x1eaba31d sock_wfree +EXPORT_SYMBOL vmlinux 0x1eb09657 inode_init_always +EXPORT_SYMBOL vmlinux 0x1eb8147d pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x1eb922a3 IO_APIC_get_PCI_irq_vector +EXPORT_SYMBOL vmlinux 0x1ebad324 inet_addr_type_table +EXPORT_SYMBOL vmlinux 0x1edb69d6 ktime_get_raw_ts64 +EXPORT_SYMBOL vmlinux 0x1ee2470e scsi_device_put +EXPORT_SYMBOL vmlinux 0x1ee4d4a5 misc_deregister +EXPORT_SYMBOL vmlinux 0x1ee5feb1 neigh_resolve_output +EXPORT_SYMBOL vmlinux 0x1ee7c2fa seq_lseek +EXPORT_SYMBOL vmlinux 0x1ee8f6d3 pci_choose_state +EXPORT_SYMBOL vmlinux 0x1f060870 netlink_unicast +EXPORT_SYMBOL vmlinux 0x1f1fd9bb unix_detach_fds +EXPORT_SYMBOL vmlinux 0x1f3e6faa inet_frag_queue_insert +EXPORT_SYMBOL vmlinux 0x1f550a0d netdev_has_upper_dev_all_rcu +EXPORT_SYMBOL vmlinux 0x1f557414 gen_pool_has_addr +EXPORT_SYMBOL vmlinux 0x1f5575f0 pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x1f57f99e writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x1f61d3be vfs_mknod +EXPORT_SYMBOL vmlinux 0x1f6c5884 dquot_initialize +EXPORT_SYMBOL vmlinux 0x1f816a69 ndisc_mc_map +EXPORT_SYMBOL vmlinux 0x1f8799c6 sk_stop_timer +EXPORT_SYMBOL vmlinux 0x1f96e69c inet_sock_destruct +EXPORT_SYMBOL vmlinux 0x1fa9d980 elv_bio_merge_ok +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fc1109e proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x1fc67bb0 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fd5da6d __SCK__tp_func_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x1fd74d1f dev_get_port_parent_id +EXPORT_SYMBOL vmlinux 0x1fd8112f tcp_init_sock +EXPORT_SYMBOL vmlinux 0x1fedea61 dev_get_mac_address +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x201fc2d0 skb_splice_from_iter +EXPORT_SYMBOL vmlinux 0x202e0708 tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x202e70e1 iov_iter_kvec +EXPORT_SYMBOL vmlinux 0x20324223 inet6_getname +EXPORT_SYMBOL vmlinux 0x203ccdb7 tcp_close +EXPORT_SYMBOL vmlinux 0x2041447c mark_info_dirty +EXPORT_SYMBOL vmlinux 0x20463df4 wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x204bb2a3 jbd2_fc_end_commit +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x204c5067 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0x20521e1c netdev_set_sb_channel +EXPORT_SYMBOL vmlinux 0x205e09cb __put_user_ns +EXPORT_SYMBOL vmlinux 0x20604c22 vma_set_file +EXPORT_SYMBOL vmlinux 0x20668026 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0x20744fd3 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0x209cdb2f sock_set_mark +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20b1ec44 rt_dst_clone +EXPORT_SYMBOL vmlinux 0x20ba4f3e rdmsr_on_cpu +EXPORT_SYMBOL vmlinux 0x20bcbe4f blake2s_compress +EXPORT_SYMBOL vmlinux 0x20cbb30a __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x20cd9f68 nlmsg_notify +EXPORT_SYMBOL vmlinux 0x20d296d3 may_umount +EXPORT_SYMBOL vmlinux 0x20d65e40 fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0x20eadeb6 ip_compute_csum +EXPORT_SYMBOL vmlinux 0x20ff613a agp_generic_free_by_type +EXPORT_SYMBOL vmlinux 0x21036081 pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0x2106c98c nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x21080dd5 phy_do_ioctl_running +EXPORT_SYMBOL vmlinux 0x2111339c tcf_action_update_hw_stats +EXPORT_SYMBOL vmlinux 0x2124c904 mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x21253a33 ps2_end_command +EXPORT_SYMBOL vmlinux 0x212f9395 inc_node_page_state +EXPORT_SYMBOL vmlinux 0x2132ef7b dquot_load_quota_inode +EXPORT_SYMBOL vmlinux 0x213a738d memregion_alloc +EXPORT_SYMBOL vmlinux 0x213e4965 ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x214afe72 scsi_host_alloc +EXPORT_SYMBOL vmlinux 0x214c86d7 tc_setup_cb_call +EXPORT_SYMBOL vmlinux 0x216ca4c3 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0x216e1d3f skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x2177bd71 acpi_disable_event +EXPORT_SYMBOL vmlinux 0x217fe1d4 dget_parent +EXPORT_SYMBOL vmlinux 0x218e560d twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0x218e600b pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0x219c8648 jbd2_journal_inode_ranged_write +EXPORT_SYMBOL vmlinux 0x21bdb523 errseq_check_and_advance +EXPORT_SYMBOL vmlinux 0x21cfcb25 fwnode_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0x21dcd441 set_bh_page +EXPORT_SYMBOL vmlinux 0x21df713e iommu_get_msi_cookie +EXPORT_SYMBOL vmlinux 0x21e13cb3 inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0x21ea5251 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x21ebc655 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0x21ef374c try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x21f7e456 block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0x21f91d53 netdev_offload_xstats_disable +EXPORT_SYMBOL vmlinux 0x22110d54 prepare_to_swait_event +EXPORT_SYMBOL vmlinux 0x22178b2f ww_mutex_trylock +EXPORT_SYMBOL vmlinux 0x222ac922 __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x222d1b06 __cpuhp_remove_state +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x2234ca51 acpi_match_platform_list +EXPORT_SYMBOL vmlinux 0x2265163d pci_write_vpd_any +EXPORT_SYMBOL vmlinux 0x22694647 getname_kernel +EXPORT_SYMBOL vmlinux 0x2286a369 pagecache_get_page +EXPORT_SYMBOL vmlinux 0x22943d24 bdev_start_io_acct +EXPORT_SYMBOL vmlinux 0x22aa8b07 sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x22aadd3d i2c_get_match_data +EXPORT_SYMBOL vmlinux 0x22aba8f0 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0x22ad2787 pci_map_rom +EXPORT_SYMBOL vmlinux 0x22ade02b mr_vif_seq_next +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22c3e1a3 rproc_add_subdev +EXPORT_SYMBOL vmlinux 0x22c9560f netdev_adjacent_change_commit +EXPORT_SYMBOL vmlinux 0x22de4931 amd_iommu_register_ga_log_notifier +EXPORT_SYMBOL vmlinux 0x22decab0 netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x22e5d25e mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0x22ed4f48 truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x22f31ddf netif_device_attach +EXPORT_SYMBOL vmlinux 0x22fb7ebb dev_mc_init +EXPORT_SYMBOL vmlinux 0x230e110f unregister_key_type +EXPORT_SYMBOL vmlinux 0x2320650c md_unregister_thread +EXPORT_SYMBOL vmlinux 0x234ead34 backlight_device_set_brightness +EXPORT_SYMBOL vmlinux 0x23554ea3 neigh_event_ns +EXPORT_SYMBOL vmlinux 0x2364c85a tasklet_init +EXPORT_SYMBOL vmlinux 0x237ccc3e config_item_get +EXPORT_SYMBOL vmlinux 0x238b099f mipi_dsi_packet_format_is_short +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23daa989 mipi_dsi_create_packet +EXPORT_SYMBOL vmlinux 0x23dc7f6c hdmi_avi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x23f1d7a6 page_pool_ethtool_stats_get_count +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x23fe1441 seg6_hmac_validate_skb +EXPORT_SYMBOL vmlinux 0x2402ecef pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0x2403657c hash_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x24262431 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0x2427f31d __folio_cancel_dirty +EXPORT_SYMBOL vmlinux 0x2455c0ff vfs_dedupe_file_range +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x248167ba get_cached_acl +EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0x248880f0 page_pool_put_page_bulk +EXPORT_SYMBOL vmlinux 0x248f0644 jbd2_journal_put_journal_head +EXPORT_SYMBOL vmlinux 0x24a11e17 cpumask_any_distribute +EXPORT_SYMBOL vmlinux 0x24bd4b2e register_netdevice +EXPORT_SYMBOL vmlinux 0x24be4f7d vfs_path_parent_lookup +EXPORT_SYMBOL vmlinux 0x24ce0641 dquot_free_inode +EXPORT_SYMBOL vmlinux 0x24cfdd49 rtc_add_groups +EXPORT_SYMBOL vmlinux 0x24d273d1 add_timer +EXPORT_SYMBOL vmlinux 0x24e1b558 seg6_hmac_compute +EXPORT_SYMBOL vmlinux 0x2505bf18 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x25321eef prepare_creds +EXPORT_SYMBOL vmlinux 0x25373783 sk_ns_capable +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x2583a899 __kfree_skb +EXPORT_SYMBOL vmlinux 0x258716f2 dump_emit +EXPORT_SYMBOL vmlinux 0x258a2c02 _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x258d2f76 net_dim_get_tx_moderation +EXPORT_SYMBOL vmlinux 0x25915523 xfrm_trans_queue +EXPORT_SYMBOL vmlinux 0x25974000 wait_for_completion +EXPORT_SYMBOL vmlinux 0x259a2ea8 dquot_get_next_dqblk +EXPORT_SYMBOL vmlinux 0x25b25d17 flow_block_cb_free +EXPORT_SYMBOL vmlinux 0x25c1edeb _dev_info +EXPORT_SYMBOL vmlinux 0x25cc4c31 agp_generic_destroy_page +EXPORT_SYMBOL vmlinux 0x25cff080 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0x25db1577 do_trace_write_msr +EXPORT_SYMBOL vmlinux 0x25e9d4bd resource_list_free +EXPORT_SYMBOL vmlinux 0x25eb530a redraw_screen +EXPORT_SYMBOL vmlinux 0x26060d14 set_groups +EXPORT_SYMBOL vmlinux 0x2612399a dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x263c3152 bcmp +EXPORT_SYMBOL vmlinux 0x264585a6 vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0x266fc07e pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x267cfb35 tcp_recv_skb +EXPORT_SYMBOL vmlinux 0x2688c974 d_obtain_alias +EXPORT_SYMBOL vmlinux 0x2688ec10 bitmap_zalloc +EXPORT_SYMBOL vmlinux 0x26897b52 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x268fa3f7 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0x26c0fbe5 dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x26c69ec2 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x26e67e99 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0x26f670d0 __mdiobus_c45_read +EXPORT_SYMBOL vmlinux 0x26f8f0b8 iowrite16be +EXPORT_SYMBOL vmlinux 0x2708a29a pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x270b67ae security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x270cf88f dump_stack_lvl +EXPORT_SYMBOL vmlinux 0x2717248d md_flush_request +EXPORT_SYMBOL vmlinux 0x271cba95 acpi_bus_private_data_handler +EXPORT_SYMBOL vmlinux 0x272a8933 udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x272aae58 jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0x2733eaf7 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0x273d5a72 file_remove_privs +EXPORT_SYMBOL vmlinux 0x27479d14 param_free_charp +EXPORT_SYMBOL vmlinux 0x275f3d49 hdmi_vendor_infoframe_check +EXPORT_SYMBOL vmlinux 0x27756bc8 scsi_sanitize_inquiry_string +EXPORT_SYMBOL vmlinux 0x27810361 acpi_os_wait_events_complete +EXPORT_SYMBOL vmlinux 0x2782b393 xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x279c22e3 backlight_device_get_by_name +EXPORT_SYMBOL vmlinux 0x279eec5e md_write_end +EXPORT_SYMBOL vmlinux 0x27a05682 wrap_directory_iterator +EXPORT_SYMBOL vmlinux 0x27a9cf4c generic_file_direct_write +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27cdca93 pci_add_resource +EXPORT_SYMBOL vmlinux 0x27cdda61 input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x27dd6e16 mpage_writepages +EXPORT_SYMBOL vmlinux 0x27f087ad wireless_send_event +EXPORT_SYMBOL vmlinux 0x27fe91f5 bio_free_pages +EXPORT_SYMBOL vmlinux 0x2800c96a sock_set_reuseaddr +EXPORT_SYMBOL vmlinux 0x2801a22f proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0x28045b77 dma_resv_iter_first_unlocked +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x2822569f security_sctp_assoc_request +EXPORT_SYMBOL vmlinux 0x28336f50 dev_add_pack +EXPORT_SYMBOL vmlinux 0x284faa6b __x86_indirect_thunk_r11 +EXPORT_SYMBOL vmlinux 0x28500e13 proc_douintvec +EXPORT_SYMBOL vmlinux 0x2853dbac dcache_readdir +EXPORT_SYMBOL vmlinux 0x2859b450 tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0x28686255 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0x2875a315 utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0x2891b35f xfrm_input +EXPORT_SYMBOL vmlinux 0x28afc968 dma_pool_create +EXPORT_SYMBOL vmlinux 0x28c5ace8 kernel_getpeername +EXPORT_SYMBOL vmlinux 0x28e09af1 iosf_mbi_available +EXPORT_SYMBOL vmlinux 0x28e9376d fs_param_is_string +EXPORT_SYMBOL vmlinux 0x28eb9604 vme_lm_request +EXPORT_SYMBOL vmlinux 0x28f94604 __ubsan_handle_builtin_unreachable +EXPORT_SYMBOL vmlinux 0x28fe3fb7 fsync_bdev +EXPORT_SYMBOL vmlinux 0x29077968 proc_set_size +EXPORT_SYMBOL vmlinux 0x290dfa8a mipi_dsi_dcs_get_display_brightness +EXPORT_SYMBOL vmlinux 0x29332499 __x86_indirect_thunk_rsi +EXPORT_SYMBOL vmlinux 0x2941447c tcp_add_backlog +EXPORT_SYMBOL vmlinux 0x294a88ae sock_no_bind +EXPORT_SYMBOL vmlinux 0x29604158 napi_busy_loop +EXPORT_SYMBOL vmlinux 0x296b8bbf __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x2979f424 simple_dentry_operations +EXPORT_SYMBOL vmlinux 0x2985f019 _dev_crit +EXPORT_SYMBOL vmlinux 0x29a0d8bf netdev_notice +EXPORT_SYMBOL vmlinux 0x29a508e4 get_tree_single_reconf +EXPORT_SYMBOL vmlinux 0x29a67c3c pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x29ad8e33 x86_hyper_type +EXPORT_SYMBOL vmlinux 0x29b4b895 sync_blockdev_range +EXPORT_SYMBOL vmlinux 0x29b56eb5 pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x29b818ca mipi_dsi_dcs_set_column_address +EXPORT_SYMBOL vmlinux 0x29bb649e padata_alloc_shell +EXPORT_SYMBOL vmlinux 0x29ca6868 folio_set_bh +EXPORT_SYMBOL vmlinux 0x29cc9fe5 wireless_spy_update +EXPORT_SYMBOL vmlinux 0x29de4336 skb_split +EXPORT_SYMBOL vmlinux 0x29e1e204 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0x29fe324b alloc_anon_inode +EXPORT_SYMBOL vmlinux 0x29ffc3ae kset_unregister +EXPORT_SYMBOL vmlinux 0x2a0199ae netdev_adjacent_change_prepare +EXPORT_SYMBOL vmlinux 0x2a131082 napi_build_skb +EXPORT_SYMBOL vmlinux 0x2a16f6a3 pci_disable_ptm +EXPORT_SYMBOL vmlinux 0x2a19eda5 input_set_keycode +EXPORT_SYMBOL vmlinux 0x2a1dcd51 simple_transaction_release +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a3af653 free_netdev +EXPORT_SYMBOL vmlinux 0x2a51591a sk_mc_loop +EXPORT_SYMBOL vmlinux 0x2a5b028f md_handle_request +EXPORT_SYMBOL vmlinux 0x2a62f5fa input_register_device +EXPORT_SYMBOL vmlinux 0x2a661755 inet_ioctl +EXPORT_SYMBOL vmlinux 0x2a6a5aac sockopt_capable +EXPORT_SYMBOL vmlinux 0x2a6fa0d0 __SCT__tp_func_module_get +EXPORT_SYMBOL vmlinux 0x2a760096 dev_pick_tx_zero +EXPORT_SYMBOL vmlinux 0x2a85b203 cpumask_any_and_distribute +EXPORT_SYMBOL vmlinux 0x2a928918 slhc_free +EXPORT_SYMBOL vmlinux 0x2a9a3905 vme_master_get +EXPORT_SYMBOL vmlinux 0x2aa00e26 intel_scu_ipc_dev_update +EXPORT_SYMBOL vmlinux 0x2aa0843e mempool_resize +EXPORT_SYMBOL vmlinux 0x2aaabcf2 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0x2aabcdc8 vmalloc_array +EXPORT_SYMBOL vmlinux 0x2abdf582 aperture_remove_conflicting_pci_devices +EXPORT_SYMBOL vmlinux 0x2ac92902 __napi_schedule_irqoff +EXPORT_SYMBOL vmlinux 0x2acb4eaf __x86_indirect_call_thunk_r11 +EXPORT_SYMBOL vmlinux 0x2ad3e40a simple_pin_fs +EXPORT_SYMBOL vmlinux 0x2af835fb tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0x2b03188b sync_file_create +EXPORT_SYMBOL vmlinux 0x2b3aee73 mipi_dsi_picture_parameter_set +EXPORT_SYMBOL vmlinux 0x2b45ff02 skb_clone +EXPORT_SYMBOL vmlinux 0x2b593aa8 gen_pool_alloc_algo_owner +EXPORT_SYMBOL vmlinux 0x2b5c3128 dm_register_target +EXPORT_SYMBOL vmlinux 0x2b6f0962 __cpu_dying_mask +EXPORT_SYMBOL vmlinux 0x2b7098aa debugfs_create_automount +EXPORT_SYMBOL vmlinux 0x2b7b836f __sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x2b8660e3 __folio_batch_release +EXPORT_SYMBOL vmlinux 0x2b8a93b1 f_setown +EXPORT_SYMBOL vmlinux 0x2b8ec0dd from_kprojid_munged +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2b9e7165 flow_rule_match_ports_range +EXPORT_SYMBOL vmlinux 0x2ba35085 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0x2ba4bddf kern_path +EXPORT_SYMBOL vmlinux 0x2bad6e05 tcf_qevent_validate_change +EXPORT_SYMBOL vmlinux 0x2bae204e mt_find +EXPORT_SYMBOL vmlinux 0x2baf1d6b bpf_link_get_from_fd +EXPORT_SYMBOL vmlinux 0x2bb6099e dq_data_lock +EXPORT_SYMBOL vmlinux 0x2bb7c05d __x86_indirect_call_thunk_rsi +EXPORT_SYMBOL vmlinux 0x2bd60ab9 acpi_reset +EXPORT_SYMBOL vmlinux 0x2bdbc5bd pci_iounmap +EXPORT_SYMBOL vmlinux 0x2be9483e xattr_full_name +EXPORT_SYMBOL vmlinux 0x2bf9fb4f put_cmsg_scm_timestamping64 +EXPORT_SYMBOL vmlinux 0x2c03dd6d __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x2c14740c to_nd_dax +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c27776b __traceiter_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x2c516283 __devm_mdiobus_register +EXPORT_SYMBOL vmlinux 0x2c541e7b radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x2c6127ac con_copy_unimap +EXPORT_SYMBOL vmlinux 0x2c82c36a security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x2c88fd3a skb_copy_expand +EXPORT_SYMBOL vmlinux 0x2c9d91a6 iter_file_splice_write +EXPORT_SYMBOL vmlinux 0x2c9df827 register_quota_format +EXPORT_SYMBOL vmlinux 0x2c9e962f input_match_device_id +EXPORT_SYMBOL vmlinux 0x2ca1bb7c param_set_short +EXPORT_SYMBOL vmlinux 0x2ca20e2f fwnode_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x2ca5d05b balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0x2cc1e9f0 skb_copy_datagram_from_iter +EXPORT_SYMBOL vmlinux 0x2cc6c457 phy_ethtool_ksettings_get +EXPORT_SYMBOL vmlinux 0x2ccd059a dim_on_top +EXPORT_SYMBOL vmlinux 0x2cde98ff jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0x2ce29057 neigh_xmit +EXPORT_SYMBOL vmlinux 0x2ce4a1a4 __destroy_inode +EXPORT_SYMBOL vmlinux 0x2cf0530d tty_unthrottle +EXPORT_SYMBOL vmlinux 0x2cf0c910 sg_init_table +EXPORT_SYMBOL vmlinux 0x2cf56265 __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0x2d068f70 pnp_device_attach +EXPORT_SYMBOL vmlinux 0x2d140457 get_user_pages_remote +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d320bd9 tcf_block_put_ext +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d387104 rcu_lazy_set_jiffies_till_flush +EXPORT_SYMBOL vmlinux 0x2d39b0a7 kstrdup +EXPORT_SYMBOL vmlinux 0x2d4c773a hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0x2d4daef5 find_font +EXPORT_SYMBOL vmlinux 0x2d62fcf3 scsi_execute_cmd +EXPORT_SYMBOL vmlinux 0x2d8569e7 __scsi_add_device +EXPORT_SYMBOL vmlinux 0x2d873f7a blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x2d912bca dmi_get_bios_year +EXPORT_SYMBOL vmlinux 0x2d994605 security_inode_copy_up_xattr +EXPORT_SYMBOL vmlinux 0x2d9c4da6 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x2dd16564 arch_register_cpu +EXPORT_SYMBOL vmlinux 0x2dd3c762 ___pskb_trim +EXPORT_SYMBOL vmlinux 0x2de125c0 page_frag_alloc_align +EXPORT_SYMBOL vmlinux 0x2def7f76 rtc_cmos_write +EXPORT_SYMBOL vmlinux 0x2df4d5a6 d_instantiate_anon +EXPORT_SYMBOL vmlinux 0x2e0a637d acpi_walk_resources +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e2b40d2 strncat +EXPORT_SYMBOL vmlinux 0x2e2c9611 ipv4_mtu +EXPORT_SYMBOL vmlinux 0x2e392a25 proc_create_mount_point +EXPORT_SYMBOL vmlinux 0x2e3bcce2 wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x2e3e53ee input_enable_softrepeat +EXPORT_SYMBOL vmlinux 0x2e41dc5e device_match_acpi_dev +EXPORT_SYMBOL vmlinux 0x2e439142 drm_get_panel_orientation_quirk +EXPORT_SYMBOL vmlinux 0x2e5c16a7 update_region +EXPORT_SYMBOL vmlinux 0x2e5fe036 __skb_ext_put +EXPORT_SYMBOL vmlinux 0x2e744e87 dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x2e76db59 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0x2e9bddb4 generic_shutdown_super +EXPORT_SYMBOL vmlinux 0x2e9ce19e pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x2ec6bba0 errseq_set +EXPORT_SYMBOL vmlinux 0x2ed24af5 irq_domain_set_info +EXPORT_SYMBOL vmlinux 0x2eee0efa fb_prepare_logo +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f052576 udp6_set_csum +EXPORT_SYMBOL vmlinux 0x2f1cb68e key_link +EXPORT_SYMBOL vmlinux 0x2f28ca24 kmem_cache_free_bulk +EXPORT_SYMBOL vmlinux 0x2f2e91b2 security_ib_alloc_security +EXPORT_SYMBOL vmlinux 0x2f384db3 acpi_is_video_device +EXPORT_SYMBOL vmlinux 0x2f3d5b96 xfrm_replay_seqhi +EXPORT_SYMBOL vmlinux 0x2f71181e xen_free_ballooned_pages +EXPORT_SYMBOL vmlinux 0x2f7754a8 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2f85954f xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0x2fa005b1 key_put +EXPORT_SYMBOL vmlinux 0x2fa0893f __i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x2fa3b802 ip6tun_encaps +EXPORT_SYMBOL vmlinux 0x2fab4ad8 vc_resize +EXPORT_SYMBOL vmlinux 0x2fc171de begin_new_exec +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x2ff0687e rproc_free +EXPORT_SYMBOL vmlinux 0x2ff96865 d_rehash +EXPORT_SYMBOL vmlinux 0x2ffed327 init_special_inode +EXPORT_SYMBOL vmlinux 0x3011cce3 xsk_tx_peek_desc +EXPORT_SYMBOL vmlinux 0x301304c2 __get_user_nocheck_8 +EXPORT_SYMBOL vmlinux 0x3017b57f migrate_vma_setup +EXPORT_SYMBOL vmlinux 0x3039525e mdiobus_write +EXPORT_SYMBOL vmlinux 0x3039b91f netdev_bonding_info_change +EXPORT_SYMBOL vmlinux 0x304860cd __mdiobus_write +EXPORT_SYMBOL vmlinux 0x3048ed87 flow_rule_match_pppoe +EXPORT_SYMBOL vmlinux 0x305a916c __x86_indirect_thunk_rdi +EXPORT_SYMBOL vmlinux 0x30861f55 sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0x3094358c ipv6_sock_mc_join +EXPORT_SYMBOL vmlinux 0x3096be16 names_cachep +EXPORT_SYMBOL vmlinux 0x309c76da netdev_warn +EXPORT_SYMBOL vmlinux 0x309f137c tcp_check_req +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30ab0db3 mmc_gpio_set_cd_irq +EXPORT_SYMBOL vmlinux 0x30acfde9 hsiphash_2u32 +EXPORT_SYMBOL vmlinux 0x30e7f06c request_partial_firmware_into_buf +EXPORT_SYMBOL vmlinux 0x30eb047b folio_create_empty_buffers +EXPORT_SYMBOL vmlinux 0x30fd6f4a max8925_set_bits +EXPORT_SYMBOL vmlinux 0x311ade3c dev_activate +EXPORT_SYMBOL vmlinux 0x3126a9e8 siphash_1u64 +EXPORT_SYMBOL vmlinux 0x3127b88b sockopt_release_sock +EXPORT_SYMBOL vmlinux 0x312cb8e7 simple_lookup +EXPORT_SYMBOL vmlinux 0x312ed932 verify_spi_info +EXPORT_SYMBOL vmlinux 0x31549b2a __x86_indirect_thunk_r10 +EXPORT_SYMBOL vmlinux 0x31590088 device_add_disk +EXPORT_SYMBOL vmlinux 0x3159f3d2 locks_remove_posix +EXPORT_SYMBOL vmlinux 0x315a2bf5 asm_load_gs_index +EXPORT_SYMBOL vmlinux 0x316e02c3 lease_get_mtime +EXPORT_SYMBOL vmlinux 0x316ed478 param_get_charp +EXPORT_SYMBOL vmlinux 0x31799d4c blk_mq_init_allocated_queue +EXPORT_SYMBOL vmlinux 0x3180058e dev_pm_opp_register_notifier +EXPORT_SYMBOL vmlinux 0x31941c2e seg6_hmac_net_exit +EXPORT_SYMBOL vmlinux 0x31b7f48d tcp_fastopen_defer_connect +EXPORT_SYMBOL vmlinux 0x31c19695 give_up_console +EXPORT_SYMBOL vmlinux 0x31e81f13 cros_ec_query_all +EXPORT_SYMBOL vmlinux 0x320349f4 flow_block_cb_alloc +EXPORT_SYMBOL vmlinux 0x320d3ba4 devm_pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x32132c72 rproc_boot +EXPORT_SYMBOL vmlinux 0x32139acf skb_condense +EXPORT_SYMBOL vmlinux 0x3213f038 mutex_unlock +EXPORT_SYMBOL vmlinux 0x3221df67 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x3229b461 eth_platform_get_mac_address +EXPORT_SYMBOL vmlinux 0x322f999c iput +EXPORT_SYMBOL vmlinux 0x326425ca pci_unmap_biosrom +EXPORT_SYMBOL vmlinux 0x32654d43 clkdev_drop +EXPORT_SYMBOL vmlinux 0x327c84bf vme_lm_attach +EXPORT_SYMBOL vmlinux 0x3283e6b0 prandom_seed_full_state +EXPORT_SYMBOL vmlinux 0x32a6547a proc_create_data +EXPORT_SYMBOL vmlinux 0x32b7b7bf tcp_mtu_to_mss +EXPORT_SYMBOL vmlinux 0x32b995d5 inet_csk_accept +EXPORT_SYMBOL vmlinux 0x32ce3777 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x32de75a8 __x86_indirect_call_thunk_rdi +EXPORT_SYMBOL vmlinux 0x32e43b08 nf_ct_attach +EXPORT_SYMBOL vmlinux 0x32e6f1a0 acpi_video_backlight_string +EXPORT_SYMBOL vmlinux 0x32e8cfea mtree_load +EXPORT_SYMBOL vmlinux 0x32f362be make_bad_inode +EXPORT_SYMBOL vmlinux 0x32f3817c phy_start +EXPORT_SYMBOL vmlinux 0x33052555 vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0x3314013e __generic_file_fsync +EXPORT_SYMBOL vmlinux 0x3324ef3b acpi_set_firmware_waking_vector +EXPORT_SYMBOL vmlinux 0x332da151 sock_no_accept +EXPORT_SYMBOL vmlinux 0x333bfca1 hdmi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x3369ea44 mtree_insert_range +EXPORT_SYMBOL vmlinux 0x33736a1d __genradix_ptr_alloc +EXPORT_SYMBOL vmlinux 0x3374c576 devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x3387ea79 rtnl_create_link +EXPORT_SYMBOL vmlinux 0x338fa0cd vme_dma_request +EXPORT_SYMBOL vmlinux 0x339a51bb vfs_create +EXPORT_SYMBOL vmlinux 0x33ad886a in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x33b84f74 copy_page +EXPORT_SYMBOL vmlinux 0x33d07fee __x86_indirect_call_thunk_r10 +EXPORT_SYMBOL vmlinux 0x33d45763 netlink_broadcast +EXPORT_SYMBOL vmlinux 0x33e5897d dquot_load_quota_sb +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33fcf44a __kfifo_out_r +EXPORT_SYMBOL vmlinux 0x33fd9da4 acpi_get_gpe_device +EXPORT_SYMBOL vmlinux 0x3402dc8b __write_overflow_field +EXPORT_SYMBOL vmlinux 0x3425e5bc filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0x342d23cd mark_page_accessed +EXPORT_SYMBOL vmlinux 0x3441445f msrs_free +EXPORT_SYMBOL vmlinux 0x344c4c19 mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0x34696668 setattr_should_drop_sgid +EXPORT_SYMBOL vmlinux 0x346ab15d sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0x346b675e napi_disable +EXPORT_SYMBOL vmlinux 0x346fa905 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0x3489859f acpi_enter_sleep_state_s4bios +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34a1f7e3 acpi_processor_get_psd +EXPORT_SYMBOL vmlinux 0x34a48fde __skb_try_recv_datagram +EXPORT_SYMBOL vmlinux 0x34b06a17 tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0x34c7cdbc lookup_bdev +EXPORT_SYMBOL vmlinux 0x34db050b _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x34e39aac from_kprojid +EXPORT_SYMBOL vmlinux 0x34eb4e9d generic_set_encrypted_ci_d_ops +EXPORT_SYMBOL vmlinux 0x34ef486c folio_wait_bit_killable +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x34f89363 acpi_terminate_debugger +EXPORT_SYMBOL vmlinux 0x3512966f pcpu_hot +EXPORT_SYMBOL vmlinux 0x3514eadf bpf_empty_prog_array +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x353767f0 pci_bus_type +EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy +EXPORT_SYMBOL vmlinux 0x35490615 input_setup_polling +EXPORT_SYMBOL vmlinux 0x354b4a1e acpi_ut_trace +EXPORT_SYMBOL vmlinux 0x356461c8 rtc_time64_to_tm +EXPORT_SYMBOL vmlinux 0x357d7c87 devfreq_update_interval +EXPORT_SYMBOL vmlinux 0x358f0042 inet_frags_init +EXPORT_SYMBOL vmlinux 0x358f0109 try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x3596961d kernel_getsockname +EXPORT_SYMBOL vmlinux 0x35a88f28 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x35b38fa4 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x35bf2555 flow_rule_match_l2tpv3 +EXPORT_SYMBOL vmlinux 0x35d76e8a super_setup_bdi_name +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x363e7cb9 vga_switcheroo_unlock_ddc +EXPORT_SYMBOL vmlinux 0x364850b1 down_write_killable +EXPORT_SYMBOL vmlinux 0x364c23ad mutex_is_locked +EXPORT_SYMBOL vmlinux 0x364d38c2 blk_mq_run_hw_queues +EXPORT_SYMBOL vmlinux 0x365acda7 set_normalized_timespec64 +EXPORT_SYMBOL vmlinux 0x365aec78 napi_gro_frags +EXPORT_SYMBOL vmlinux 0x365e7911 kstrdup_const +EXPORT_SYMBOL vmlinux 0x365fed0c backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x3663c14d dump_page +EXPORT_SYMBOL vmlinux 0x366707c9 jent_testing_init +EXPORT_SYMBOL vmlinux 0x3675d5c5 mipi_dsi_dcs_set_tear_scanline +EXPORT_SYMBOL vmlinux 0x36879790 skb_trim +EXPORT_SYMBOL vmlinux 0x36942128 pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0x369b12b6 jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x36b19454 neigh_ifdown +EXPORT_SYMBOL vmlinux 0x36b1ab82 kernel_connect +EXPORT_SYMBOL vmlinux 0x36b6ebbf down_killable +EXPORT_SYMBOL vmlinux 0x36c824ed tcp_sendmsg +EXPORT_SYMBOL vmlinux 0x36da26f6 __inet_hash +EXPORT_SYMBOL vmlinux 0x36db35c4 scsi_host_put +EXPORT_SYMBOL vmlinux 0x36e1c0e1 amd_iommu_complete_ppr +EXPORT_SYMBOL vmlinux 0x36ed5398 dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0x36f70f4d key_move +EXPORT_SYMBOL vmlinux 0x36fc30e8 dcache_dir_close +EXPORT_SYMBOL vmlinux 0x370aee32 alloc_skb_with_frags +EXPORT_SYMBOL vmlinux 0x37110088 remove_wait_queue +EXPORT_SYMBOL vmlinux 0x37113901 dcb_ieee_getapp_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0x371e1953 __printk_cpu_sync_wait +EXPORT_SYMBOL vmlinux 0x37205493 __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0x3728eba6 phy_config_aneg +EXPORT_SYMBOL vmlinux 0x37358383 neigh_changeaddr +EXPORT_SYMBOL vmlinux 0x373c50cb vfs_iocb_iter_write +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x374f74f1 nvdimm_namespace_common_probe +EXPORT_SYMBOL vmlinux 0x3752981c qdisc_watchdog_schedule_range_ns +EXPORT_SYMBOL vmlinux 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL vmlinux 0x375c6cac param_ops_bool +EXPORT_SYMBOL vmlinux 0x37787b9e freeze_super +EXPORT_SYMBOL vmlinux 0x377d8004 acpi_error +EXPORT_SYMBOL vmlinux 0x37a35d0b blk_mq_destroy_queue +EXPORT_SYMBOL vmlinux 0x37a5ba8b rw_verify_area +EXPORT_SYMBOL vmlinux 0x37a9fb4b config_group_init_type_name +EXPORT_SYMBOL vmlinux 0x37b23b4f bio_integrity_trim +EXPORT_SYMBOL vmlinux 0x37b8b39e screen_info +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37c5fa75 phy_error +EXPORT_SYMBOL vmlinux 0x37d13d52 tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date +EXPORT_SYMBOL vmlinux 0x37f03064 mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x380ed0d2 phy_write_paged +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x38473a0c __skb_pad +EXPORT_SYMBOL vmlinux 0x3847f956 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x38491ad7 __module_get +EXPORT_SYMBOL vmlinux 0x3854774b kstrtoll +EXPORT_SYMBOL vmlinux 0x385884c9 __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0x3861eb63 inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x38676746 fb_set_var +EXPORT_SYMBOL vmlinux 0x387d031e fwnode_mdio_find_device +EXPORT_SYMBOL vmlinux 0x3884443d jbd2_fc_wait_bufs +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x388d03a0 ip6_dst_check +EXPORT_SYMBOL vmlinux 0x3891ffc8 ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0x389617b0 LZ4_decompress_fast_continue +EXPORT_SYMBOL vmlinux 0x389d0762 dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38c8eabf netpoll_send_skb +EXPORT_SYMBOL vmlinux 0x38d75d2c fs_param_is_fd +EXPORT_SYMBOL vmlinux 0x38d87ebe noop_llseek +EXPORT_SYMBOL vmlinux 0x38e18e57 mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0x38e46431 mempool_exit +EXPORT_SYMBOL vmlinux 0x38e696cd __sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x38ea1ea9 devm_kvasprintf +EXPORT_SYMBOL vmlinux 0x38f84059 pci_irq_get_affinity +EXPORT_SYMBOL vmlinux 0x38f84ec3 genphy_c45_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x39081193 __max_logical_packages +EXPORT_SYMBOL vmlinux 0x3916680d sock_set_sndtimeo +EXPORT_SYMBOL vmlinux 0x391df80a netstamp_needed_key +EXPORT_SYMBOL vmlinux 0x3927e77d vfs_path_lookup +EXPORT_SYMBOL vmlinux 0x392b1fea wait_for_completion_io +EXPORT_SYMBOL vmlinux 0x3931a583 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x393ca918 tcp_read_sock +EXPORT_SYMBOL vmlinux 0x39453412 tty_name +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x394a1e11 phy_sfp_attach +EXPORT_SYMBOL vmlinux 0x39502b5a sock_no_shutdown +EXPORT_SYMBOL vmlinux 0x3950d3e6 pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x3970f912 __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0x398862da pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0x3998ea2f lock_rename +EXPORT_SYMBOL vmlinux 0x39991865 icmp_global_allow +EXPORT_SYMBOL vmlinux 0x399ad043 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0x39a31e97 elevator_alloc +EXPORT_SYMBOL vmlinux 0x39b12223 __acpi_handle_debug +EXPORT_SYMBOL vmlinux 0x39b25760 gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0x39c74235 dm_read_arg_group +EXPORT_SYMBOL vmlinux 0x39c7c661 filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x39ca46fc _dev_emerg +EXPORT_SYMBOL vmlinux 0x39d95ca4 zstd_reset_cstream +EXPORT_SYMBOL vmlinux 0x39e18ed0 devm_mfd_add_devices +EXPORT_SYMBOL vmlinux 0x39e3c030 do_trace_read_msr +EXPORT_SYMBOL vmlinux 0x39eee713 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0x39f05bab inet_put_port +EXPORT_SYMBOL vmlinux 0x39f3ab9c netdev_set_tc_queue +EXPORT_SYMBOL vmlinux 0x3a08475f platform_thermal_notify +EXPORT_SYMBOL vmlinux 0x3a088868 kfree_skb_reason +EXPORT_SYMBOL vmlinux 0x3a0905bb block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x3a099605 __get_user_nocheck_4 +EXPORT_SYMBOL vmlinux 0x3a2558c2 pskb_trim_rcsum_slow +EXPORT_SYMBOL vmlinux 0x3a2911eb scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0x3a2d1dfa rdmsr_safe_regs_on_cpu +EXPORT_SYMBOL vmlinux 0x3a30e8de dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0x3a494986 sockopt_lock_sock +EXPORT_SYMBOL vmlinux 0x3a4f9d28 rng_is_initialized +EXPORT_SYMBOL vmlinux 0x3a5027fb scsi_is_host_device +EXPORT_SYMBOL vmlinux 0x3a51ff78 __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x3a527c2c i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0x3a6ec163 rproc_of_parse_firmware +EXPORT_SYMBOL vmlinux 0x3a8e90e1 __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0x3a957fc9 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x3a9c312e param_set_bint +EXPORT_SYMBOL vmlinux 0x3aa01b47 inet_csk_reqsk_queue_drop +EXPORT_SYMBOL vmlinux 0x3ab28948 console_srcu_read_lock +EXPORT_SYMBOL vmlinux 0x3ab57e59 try_module_get +EXPORT_SYMBOL vmlinux 0x3ab7b1cc scsi_set_sense_field_pointer +EXPORT_SYMBOL vmlinux 0x3aca0190 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x3ad5cda3 lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x3ad7a5d5 acpi_evaluate_reference +EXPORT_SYMBOL vmlinux 0x3ada9e06 acpi_check_region +EXPORT_SYMBOL vmlinux 0x3ae34aeb zstd_init_dctx +EXPORT_SYMBOL vmlinux 0x3af8922d fwnode_get_mac_address +EXPORT_SYMBOL vmlinux 0x3afdd502 inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x3aff3200 acpi_evaluate_object_typed +EXPORT_SYMBOL vmlinux 0x3b029f48 acpi_install_fixed_event_handler +EXPORT_SYMBOL vmlinux 0x3b06f3aa is_free_buddy_page +EXPORT_SYMBOL vmlinux 0x3b073fe2 get_task_cred +EXPORT_SYMBOL vmlinux 0x3b15e942 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x3b2f9dcd inode_init_once +EXPORT_SYMBOL vmlinux 0x3b321462 LZ4_setStreamDecode +EXPORT_SYMBOL vmlinux 0x3b372f4d nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0x3b423410 __copy_user_nocache +EXPORT_SYMBOL vmlinux 0x3b44203f generic_file_read_iter +EXPORT_SYMBOL vmlinux 0x3b59a7d6 seg6_hmac_info_lookup +EXPORT_SYMBOL vmlinux 0x3b5b3d53 vfs_clone_file_range +EXPORT_SYMBOL vmlinux 0x3b63d95f eth_header +EXPORT_SYMBOL vmlinux 0x3b644591 __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x3b68083c __break_lease +EXPORT_SYMBOL vmlinux 0x3b6c41ea kstrtouint +EXPORT_SYMBOL vmlinux 0x3b72f08d preempt_schedule_notrace_thunk +EXPORT_SYMBOL vmlinux 0x3b77d009 to_nd_btt +EXPORT_SYMBOL vmlinux 0x3b7e3cdc folio_unlock +EXPORT_SYMBOL vmlinux 0x3b811e65 find_inode_nowait +EXPORT_SYMBOL vmlinux 0x3b83610f cpu_sibling_map +EXPORT_SYMBOL vmlinux 0x3b839bd5 pcie_set_readrq +EXPORT_SYMBOL vmlinux 0x3b9144c9 acpi_get_current_resources +EXPORT_SYMBOL vmlinux 0x3b9fd0d9 vlan_vid_del +EXPORT_SYMBOL vmlinux 0x3baa5f14 cdev_del +EXPORT_SYMBOL vmlinux 0x3bb7fc59 __vfs_getxattr +EXPORT_SYMBOL vmlinux 0x3bc0ee03 ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x3beef297 kill_litter_super +EXPORT_SYMBOL vmlinux 0x3bfd0ec2 make_kgid +EXPORT_SYMBOL vmlinux 0x3c0916ad sock_create +EXPORT_SYMBOL vmlinux 0x3c12687a padata_free_shell +EXPORT_SYMBOL vmlinux 0x3c185c61 page_put_link +EXPORT_SYMBOL vmlinux 0x3c1cf0fb pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c3ff9fd sprintf +EXPORT_SYMBOL vmlinux 0x3c427f67 cpu_die_map +EXPORT_SYMBOL vmlinux 0x3c46ede4 netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0x3c59a690 finish_open +EXPORT_SYMBOL vmlinux 0x3c5ed694 security_sock_graft +EXPORT_SYMBOL vmlinux 0x3c6d6ebb inet_pton_with_scope +EXPORT_SYMBOL vmlinux 0x3c8cf42e folio_add_lru +EXPORT_SYMBOL vmlinux 0x3cb23db3 console_srcu_read_unlock +EXPORT_SYMBOL vmlinux 0x3cbb940b zstd_init_dstream +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3cebc91d validate_slab_cache +EXPORT_SYMBOL vmlinux 0x3cee9864 phy_driver_unregister +EXPORT_SYMBOL vmlinux 0x3cff8b1c dquot_file_open +EXPORT_SYMBOL vmlinux 0x3d06df49 vfs_dup_fs_context +EXPORT_SYMBOL vmlinux 0x3d0a8722 dma_find_channel +EXPORT_SYMBOL vmlinux 0x3d109a4a pci_enable_msi +EXPORT_SYMBOL vmlinux 0x3d1f665c tcp_seq_start +EXPORT_SYMBOL vmlinux 0x3d210724 gen_pool_dma_zalloc_align +EXPORT_SYMBOL vmlinux 0x3d2ceb58 agp_generic_create_gatt_table +EXPORT_SYMBOL vmlinux 0x3d6ae40b __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0x3d70ac0f tcp_splice_read +EXPORT_SYMBOL vmlinux 0x3d7bac46 posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x3d7f5e34 sk_filter_trim_cap +EXPORT_SYMBOL vmlinux 0x3d888e66 md_finish_reshape +EXPORT_SYMBOL vmlinux 0x3d8b7997 skb_expand_head +EXPORT_SYMBOL vmlinux 0x3d98c798 pcie_capability_clear_and_set_word_unlocked +EXPORT_SYMBOL vmlinux 0x3da092b8 dma_fence_get_stub +EXPORT_SYMBOL vmlinux 0x3da171f9 pci_mem_start +EXPORT_SYMBOL vmlinux 0x3da343e0 migrate_vma_finalize +EXPORT_SYMBOL vmlinux 0x3da6f0a3 acpi_bus_register_driver +EXPORT_SYMBOL vmlinux 0x3daae96c dma_fence_signal_timestamp +EXPORT_SYMBOL vmlinux 0x3dabf271 memcg_sockets_enabled_key +EXPORT_SYMBOL vmlinux 0x3dac779a bpf_sk_lookup_enabled +EXPORT_SYMBOL vmlinux 0x3dad9978 cancel_delayed_work +EXPORT_SYMBOL vmlinux 0x3dbd8092 __traceiter_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x3dc18c59 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x3dc619d3 swake_up_locked +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dd3bfab inet6_offloads +EXPORT_SYMBOL vmlinux 0x3ddc6c04 x86_bios_cpu_apicid +EXPORT_SYMBOL vmlinux 0x3dead905 pci_save_state +EXPORT_SYMBOL vmlinux 0x3def516e tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x3dfb86b9 resource_list_create_entry +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e0c2a2a __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0x3e0ff854 netdev_bind_sb_channel_queue +EXPORT_SYMBOL vmlinux 0x3e1dbcdf __icmp_send +EXPORT_SYMBOL vmlinux 0x3e28d75e nd_pfn_validate +EXPORT_SYMBOL vmlinux 0x3e2b09b6 pci_set_power_state +EXPORT_SYMBOL vmlinux 0x3e3afb55 kern_path_create +EXPORT_SYMBOL vmlinux 0x3e3bad0a __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x3e3de760 freeze_bdev +EXPORT_SYMBOL vmlinux 0x3e460fbb neigh_for_each +EXPORT_SYMBOL vmlinux 0x3e517b87 sg_miter_start +EXPORT_SYMBOL vmlinux 0x3e65e1a1 dev_kfree_skb_irq_reason +EXPORT_SYMBOL vmlinux 0x3e66e1bb blk_mq_rq_cpu +EXPORT_SYMBOL vmlinux 0x3e707164 ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0x3ea837a3 generic_file_mmap +EXPORT_SYMBOL vmlinux 0x3eabd0d0 seq_escape_mem +EXPORT_SYMBOL vmlinux 0x3ebabaef crypto_sha512_update +EXPORT_SYMBOL vmlinux 0x3eccbe2c __find_nth_bit +EXPORT_SYMBOL vmlinux 0x3ee445b4 sdev_prefix_printk +EXPORT_SYMBOL vmlinux 0x3ee53832 truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0x3eeb3ef1 handle_edge_irq +EXPORT_SYMBOL vmlinux 0x3efe1703 phy_unregister_fixup_for_id +EXPORT_SYMBOL vmlinux 0x3f0eabd2 xxh64_update +EXPORT_SYMBOL vmlinux 0x3f12f304 blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0x3f151be7 netdev_info +EXPORT_SYMBOL vmlinux 0x3f34644d zstd_dstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x3f355276 phy_write_mmd +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f48ee3e acpi_bus_get_status +EXPORT_SYMBOL vmlinux 0x3f4bd846 gen_pool_first_fit_order_align +EXPORT_SYMBOL vmlinux 0x3f4e4698 mmc_retune_unpause +EXPORT_SYMBOL vmlinux 0x3f5b536d skb_free_datagram +EXPORT_SYMBOL vmlinux 0x3f64ba61 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x3f662872 remove_proc_subtree +EXPORT_SYMBOL vmlinux 0x3f745109 skb_tx_error +EXPORT_SYMBOL vmlinux 0x3f776798 dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0x3f7b54e1 tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0x3f89071b security_ib_pkey_access +EXPORT_SYMBOL vmlinux 0x3fa95726 bio_add_page +EXPORT_SYMBOL vmlinux 0x3fbe6829 kthread_create_worker_on_cpu +EXPORT_SYMBOL vmlinux 0x3fbf3c89 vme_slave_set +EXPORT_SYMBOL vmlinux 0x3fc852a8 retire_super +EXPORT_SYMBOL vmlinux 0x3fd78f3b register_chrdev_region +EXPORT_SYMBOL vmlinux 0x3fde34df seq_bprintf +EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight +EXPORT_SYMBOL vmlinux 0x3fe88ca9 phy_find_first +EXPORT_SYMBOL vmlinux 0x3fee4ff4 simple_transaction_set +EXPORT_SYMBOL vmlinux 0x40235c98 _raw_write_unlock +EXPORT_SYMBOL vmlinux 0x403006b8 tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0x403b5966 __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0x404a7acc free_cgroup_ns +EXPORT_SYMBOL vmlinux 0x40559d0c mdiobus_read +EXPORT_SYMBOL vmlinux 0x4055a920 acpi_remove_fixed_event_handler +EXPORT_SYMBOL vmlinux 0x4061b28f max8925_bulk_write +EXPORT_SYMBOL vmlinux 0x4062ae87 input_mt_drop_unused +EXPORT_SYMBOL vmlinux 0x4065b6a5 mdiobus_c45_write_nested +EXPORT_SYMBOL vmlinux 0x40689437 devm_devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x4089d659 napi_enable +EXPORT_SYMBOL vmlinux 0x408a103c drop_super_exclusive +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x40a62432 __nla_validate +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40c09fca pci_claim_resource +EXPORT_SYMBOL vmlinux 0x40c709a0 __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d59096 unregister_restart_handler +EXPORT_SYMBOL vmlinux 0x40db3778 mdiobus_get_phy +EXPORT_SYMBOL vmlinux 0x40ddb50e put_watch_queue +EXPORT_SYMBOL vmlinux 0x40f3a879 build_skb +EXPORT_SYMBOL vmlinux 0x40f76a86 __vcalloc +EXPORT_SYMBOL vmlinux 0x412f893c page_offline_begin +EXPORT_SYMBOL vmlinux 0x41307806 __ip_options_compile +EXPORT_SYMBOL vmlinux 0x4137dc3f devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0x414505da pci_enable_wake +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x4173bb8e follow_down_one +EXPORT_SYMBOL vmlinux 0x41742202 dma_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0x417b7826 nf_log_register +EXPORT_SYMBOL vmlinux 0x417dfaa7 pci_enable_device +EXPORT_SYMBOL vmlinux 0x41834e53 tls_server_hello_x509 +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x418e4886 __tracepoint_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x4194bf5b configfs_remove_default_groups +EXPORT_SYMBOL vmlinux 0x41a21abe qdisc_offload_query_caps +EXPORT_SYMBOL vmlinux 0x41a2479f tc_setup_cb_destroy +EXPORT_SYMBOL vmlinux 0x41a30bef mtree_store_range +EXPORT_SYMBOL vmlinux 0x41a423b2 fc_mount +EXPORT_SYMBOL vmlinux 0x41c95298 locks_copy_lock +EXPORT_SYMBOL vmlinux 0x41cdd7c4 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0x41e53e05 ilookup5_nowait +EXPORT_SYMBOL vmlinux 0x41e7230b tcf_idr_create_from_flags +EXPORT_SYMBOL vmlinux 0x41ed3709 get_random_bytes +EXPORT_SYMBOL vmlinux 0x41efdeaf radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0x41f20c0e skb_ext_add +EXPORT_SYMBOL vmlinux 0x420a22ef scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x420d45c9 __cpuhp_remove_state_cpuslocked +EXPORT_SYMBOL vmlinux 0x4213ab4b md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x421c81ca _dev_alert +EXPORT_SYMBOL vmlinux 0x4248a064 jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0x4248ae3c single_task_running +EXPORT_SYMBOL vmlinux 0x424d3620 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x42578e80 acpi_get_type +EXPORT_SYMBOL vmlinux 0x4258762c zpool_register_driver +EXPORT_SYMBOL vmlinux 0x42729a7f __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0x427ecdc7 udp_pre_connect +EXPORT_SYMBOL vmlinux 0x42814d17 pcim_enable_device +EXPORT_SYMBOL vmlinux 0x42933212 pci_free_irq_vectors +EXPORT_SYMBOL vmlinux 0x42bed8d4 unix_gc_lock +EXPORT_SYMBOL vmlinux 0x42d07955 folio_migrate_mapping +EXPORT_SYMBOL vmlinux 0x42dd441f agp_copy_info +EXPORT_SYMBOL vmlinux 0x42dec2ed fd_install +EXPORT_SYMBOL vmlinux 0x42eeb6e9 tty_port_close +EXPORT_SYMBOL vmlinux 0x42f1b900 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x42f84d20 skb_seq_read +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x432e8a8c param_ops_uint +EXPORT_SYMBOL vmlinux 0x4336fcca ucs2_as_utf8 +EXPORT_SYMBOL vmlinux 0x433cabfb acpi_decode_pld_buffer +EXPORT_SYMBOL vmlinux 0x433ec814 skb_get_hash_perturb +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x43630181 mmc_put_card +EXPORT_SYMBOL vmlinux 0x436709ed tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0x436be536 sock_wmalloc +EXPORT_SYMBOL vmlinux 0x436ecdb9 file_ns_capable +EXPORT_SYMBOL vmlinux 0x437a0d6d __sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x43b0c9c3 preempt_schedule +EXPORT_SYMBOL vmlinux 0x43b7980a simple_link +EXPORT_SYMBOL vmlinux 0x43b9ce81 seg6_hmac_info_del +EXPORT_SYMBOL vmlinux 0x43babd19 sg_init_one +EXPORT_SYMBOL vmlinux 0x43cee253 input_set_abs_params +EXPORT_SYMBOL vmlinux 0x43d22fb9 groups_alloc +EXPORT_SYMBOL vmlinux 0x43dd6e28 inetdev_by_index +EXPORT_SYMBOL vmlinux 0x43e9eae1 default_llseek +EXPORT_SYMBOL vmlinux 0x43f673e7 blkdev_compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0x43f9ebc8 slhc_remember +EXPORT_SYMBOL vmlinux 0x441b63b4 sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x44300bd5 mdio_bus_type +EXPORT_SYMBOL vmlinux 0x44414ff2 iosf_mbi_unblock_punit_i2c_access +EXPORT_SYMBOL vmlinux 0x444642e5 mmc_free_host +EXPORT_SYMBOL vmlinux 0x44469a76 crc_ccitt_false_table +EXPORT_SYMBOL vmlinux 0x444ae539 scsi_device_get +EXPORT_SYMBOL vmlinux 0x4462d35e cpufreq_get_hw_max_freq +EXPORT_SYMBOL vmlinux 0x446c2127 md_check_recovery +EXPORT_SYMBOL vmlinux 0x447aba72 dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0x44869c94 jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0x44902cff acpi_enable_event +EXPORT_SYMBOL vmlinux 0x449ad0a7 memcmp +EXPORT_SYMBOL vmlinux 0x44a7bd8d devm_extcon_unregister_notifier_all +EXPORT_SYMBOL vmlinux 0x44aaf30f tsc_khz +EXPORT_SYMBOL vmlinux 0x44ad5e84 ether_setup +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44f666eb pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0x45001130 tty_register_driver +EXPORT_SYMBOL vmlinux 0x45006cee default_red +EXPORT_SYMBOL vmlinux 0x45052bf6 i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x450639ab sg_last +EXPORT_SYMBOL vmlinux 0x45065f9e ip_route_me_harder +EXPORT_SYMBOL vmlinux 0x45081703 ec_get_handle +EXPORT_SYMBOL vmlinux 0x450bb246 tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0x450f1448 xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0x4518073f pci_map_biosrom +EXPORT_SYMBOL vmlinux 0x45189ca9 fb_is_primary_device +EXPORT_SYMBOL vmlinux 0x45197aa9 skb_queue_purge +EXPORT_SYMBOL vmlinux 0x452ba683 ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x45535485 xxh32_update +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x459441b6 unlock_rename +EXPORT_SYMBOL vmlinux 0x45950048 rtnl_kfree_skbs +EXPORT_SYMBOL vmlinux 0x459c3b3b padata_do_serial +EXPORT_SYMBOL vmlinux 0x45a391d5 phy_get_eee_err +EXPORT_SYMBOL vmlinux 0x45d246da node_to_cpumask_map +EXPORT_SYMBOL vmlinux 0x45d37f0b fuse_mount_destroy +EXPORT_SYMBOL vmlinux 0x45e5ecbe inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x45e8d7b5 native_write_cr0 +EXPORT_SYMBOL vmlinux 0x45fb04ff __brelse +EXPORT_SYMBOL vmlinux 0x45fc19d2 retbleed_untrain_ret +EXPORT_SYMBOL vmlinux 0x46018226 kmalloc_trace +EXPORT_SYMBOL vmlinux 0x46034b67 md_bitmap_unplug +EXPORT_SYMBOL vmlinux 0x460f4a34 flow_hash_from_keys +EXPORT_SYMBOL vmlinux 0x462d085b jbd2_journal_invalidate_folio +EXPORT_SYMBOL vmlinux 0x46451cee zstd_get_frame_header +EXPORT_SYMBOL vmlinux 0x46462716 pci_get_slot +EXPORT_SYMBOL vmlinux 0x465021dd xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0x46548c9e rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0x4657d5ad km_policy_notify +EXPORT_SYMBOL vmlinux 0x465e24ff ucs2_utf8size +EXPORT_SYMBOL vmlinux 0x466be552 block_truncate_page +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x467cc324 page_pool_alloc_pages +EXPORT_SYMBOL vmlinux 0x467d6c5a pci_pme_active +EXPORT_SYMBOL vmlinux 0x467df16d netdev_rss_key_fill +EXPORT_SYMBOL vmlinux 0x4686eb08 inet_dgram_connect +EXPORT_SYMBOL vmlinux 0x469a6ec7 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0x46b70565 tcp_sock_set_keepidle +EXPORT_SYMBOL vmlinux 0x46bd5d6e video_get_options +EXPORT_SYMBOL vmlinux 0x46c2a9aa dma_mmap_attrs +EXPORT_SYMBOL vmlinux 0x46c47fb6 __node_distance +EXPORT_SYMBOL vmlinux 0x46c7b076 devfreq_update_status +EXPORT_SYMBOL vmlinux 0x46cf10eb cachemode2protval +EXPORT_SYMBOL vmlinux 0x46f2de0b file_path +EXPORT_SYMBOL vmlinux 0x46ff91f2 file_update_time +EXPORT_SYMBOL vmlinux 0x47097551 gro_cells_init +EXPORT_SYMBOL vmlinux 0x470cf385 rproc_get_by_phandle +EXPORT_SYMBOL vmlinux 0x4715a909 acpi_load_table +EXPORT_SYMBOL vmlinux 0x4740b3bc xen_arch_unregister_cpu +EXPORT_SYMBOL vmlinux 0x4741853f bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x47510885 kmem_cache_free +EXPORT_SYMBOL vmlinux 0x47709e42 free_anon_bdev +EXPORT_SYMBOL vmlinux 0x47731658 mipi_dsi_dcs_set_tear_off +EXPORT_SYMBOL vmlinux 0x47ac8386 blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0x47b139de configfs_undepend_item +EXPORT_SYMBOL vmlinux 0x47beb326 skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0x47c20f8a refcount_dec_not_one +EXPORT_SYMBOL vmlinux 0x47c65bfc unregister_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0x47cfd825 kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0x47d8d301 __cond_resched_rwlock_read +EXPORT_SYMBOL vmlinux 0x47da303a sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x47ff40a2 dm_get_device +EXPORT_SYMBOL vmlinux 0x48054241 submit_bh +EXPORT_SYMBOL vmlinux 0x480a7137 folio_migrate_flags +EXPORT_SYMBOL vmlinux 0x48112d76 _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0x481750eb jbd2_fc_end_commit_fallback +EXPORT_SYMBOL vmlinux 0x481814c4 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0x48193639 acpi_lid_open +EXPORT_SYMBOL vmlinux 0x4829cf6b fscrypt_enqueue_decrypt_work +EXPORT_SYMBOL vmlinux 0x4841bdee strnchr +EXPORT_SYMBOL vmlinux 0x4848cfb1 phy_mipi_dphy_get_default_config +EXPORT_SYMBOL vmlinux 0x484f6edf ktime_get_coarse_real_ts64 +EXPORT_SYMBOL vmlinux 0x48560faa jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x486075c8 gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x486b2aa6 pci_irq_vector +EXPORT_SYMBOL vmlinux 0x486fff09 scsi_host_get +EXPORT_SYMBOL vmlinux 0x4886f01e d_genocide +EXPORT_SYMBOL vmlinux 0x48871963 tty_vhangup +EXPORT_SYMBOL vmlinux 0x4887c318 netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0x488e0eae cookie_ecn_ok +EXPORT_SYMBOL vmlinux 0x489f6e0b rdma_dim +EXPORT_SYMBOL vmlinux 0x48a91171 string_get_size +EXPORT_SYMBOL vmlinux 0x48b3b9d4 fs_param_is_path +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48c093fb _atomic_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0x48c7cabd dev_kfree_skb_any_reason +EXPORT_SYMBOL vmlinux 0x48d27375 __bitmap_intersects +EXPORT_SYMBOL vmlinux 0x48d3b394 phy_reset_after_clk_enable +EXPORT_SYMBOL vmlinux 0x48d3fa27 kmalloc_large_node +EXPORT_SYMBOL vmlinux 0x48d50e79 amd_iommu_register_ppr_notifier +EXPORT_SYMBOL vmlinux 0x48d88a2c __SCT__preempt_schedule +EXPORT_SYMBOL vmlinux 0x48dc77e7 dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0x48e315a1 phy_init_eee +EXPORT_SYMBOL vmlinux 0x48e83468 flow_block_cb_decref +EXPORT_SYMBOL vmlinux 0x48ffbb87 mtree_alloc_range +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x4909a790 dma_fence_get_status +EXPORT_SYMBOL vmlinux 0x49166be3 dentry_create +EXPORT_SYMBOL vmlinux 0x491b9de2 unregister_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x491c9fa5 da903x_query_status +EXPORT_SYMBOL vmlinux 0x4922cd21 iterate_fd +EXPORT_SYMBOL vmlinux 0x493d2e59 __skb_gro_checksum_complete +EXPORT_SYMBOL vmlinux 0x494e3393 vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x495e378d __pv_queued_spin_lock_slowpath +EXPORT_SYMBOL vmlinux 0x4967e79f radix_tree_iter_resume +EXPORT_SYMBOL vmlinux 0x497177bc vga_switcheroo_lock_ddc +EXPORT_SYMBOL vmlinux 0x4977c498 stack_depot_get_extra_bits +EXPORT_SYMBOL vmlinux 0x497bf11f dev_set_mtu +EXPORT_SYMBOL vmlinux 0x4984530b config_group_init +EXPORT_SYMBOL vmlinux 0x49845588 scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0x4989264b phy_support_asym_pause +EXPORT_SYMBOL vmlinux 0x4997a193 task_work_add +EXPORT_SYMBOL vmlinux 0x499f0ecf nd_sb_checksum +EXPORT_SYMBOL vmlinux 0x49a16ab5 __bh_read +EXPORT_SYMBOL vmlinux 0x49a5dca7 flow_rule_match_eth_addrs +EXPORT_SYMBOL vmlinux 0x49ae967a jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0x49b163b8 acpi_bus_scan +EXPORT_SYMBOL vmlinux 0x49b3cb7b devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0x49b507cf write_cache_pages +EXPORT_SYMBOL vmlinux 0x49d30d59 param_get_bool +EXPORT_SYMBOL vmlinux 0x49dfae22 scsi_device_set_state +EXPORT_SYMBOL vmlinux 0x4a0305a2 tcp_seq_stop +EXPORT_SYMBOL vmlinux 0x4a061e45 scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x4a278ba5 single_open_size +EXPORT_SYMBOL vmlinux 0x4a282c23 blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x4a3ad70e wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0x4a453f53 iowrite32 +EXPORT_SYMBOL vmlinux 0x4a46e93b remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0x4a524a75 phy_device_free +EXPORT_SYMBOL vmlinux 0x4a5ecaf5 phy_connect_direct +EXPORT_SYMBOL vmlinux 0x4a6501f0 fs_param_is_blob +EXPORT_SYMBOL vmlinux 0x4a96a8eb xxh32_digest +EXPORT_SYMBOL vmlinux 0x4aa64007 rproc_mem_entry_init +EXPORT_SYMBOL vmlinux 0x4ab23496 serio_interrupt +EXPORT_SYMBOL vmlinux 0x4acab67f mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0x4adfa53b ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0x4ae80e01 wake_up_process +EXPORT_SYMBOL vmlinux 0x4ae90d8e hdmi_avi_infoframe_check +EXPORT_SYMBOL vmlinux 0x4aea463f crc32_le_shift +EXPORT_SYMBOL vmlinux 0x4aeaad09 tcp_sock_set_user_timeout +EXPORT_SYMBOL vmlinux 0x4af4245e __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x4af6ddf0 kstrtou16 +EXPORT_SYMBOL vmlinux 0x4afb2238 add_wait_queue +EXPORT_SYMBOL vmlinux 0x4b085dbf agp3_generic_configure +EXPORT_SYMBOL vmlinux 0x4b0d3be3 xen_alloc_ballooned_pages +EXPORT_SYMBOL vmlinux 0x4b119a9d d_path +EXPORT_SYMBOL vmlinux 0x4b1c73be tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x4b378acd qdisc_put_unlocked +EXPORT_SYMBOL vmlinux 0x4b401817 iwe_stream_add_value +EXPORT_SYMBOL vmlinux 0x4b4d6d4c nd_device_notify +EXPORT_SYMBOL vmlinux 0x4b51135d proc_remove +EXPORT_SYMBOL vmlinux 0x4b515a5e netif_schedule_queue +EXPORT_SYMBOL vmlinux 0x4b5e3a47 __get_user_nocheck_1 +EXPORT_SYMBOL vmlinux 0x4b6df007 acpi_evaluate_reg +EXPORT_SYMBOL vmlinux 0x4b750f53 _raw_spin_unlock_irq +EXPORT_SYMBOL vmlinux 0x4bb1ba81 genphy_c45_eee_is_active +EXPORT_SYMBOL vmlinux 0x4bcc2662 mempool_init_node +EXPORT_SYMBOL vmlinux 0x4bd19932 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0x4bd36baa ip_tunnel_header_ops +EXPORT_SYMBOL vmlinux 0x4bdaa586 tty_port_close_start +EXPORT_SYMBOL vmlinux 0x4bef1c67 empty_name +EXPORT_SYMBOL vmlinux 0x4bf0335a ethtool_rx_flow_rule_destroy +EXPORT_SYMBOL vmlinux 0x4bfb18c7 dquot_acquire +EXPORT_SYMBOL vmlinux 0x4c07a7e0 acpi_processor_unregister_performance +EXPORT_SYMBOL vmlinux 0x4c21556a netdev_lower_state_changed +EXPORT_SYMBOL vmlinux 0x4c236f6f __x86_indirect_thunk_r15 +EXPORT_SYMBOL vmlinux 0x4c2c2619 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0x4c40d3c0 __serio_register_port +EXPORT_SYMBOL vmlinux 0x4c416eb9 LZ4_decompress_fast +EXPORT_SYMBOL vmlinux 0x4c45e40f dquot_destroy +EXPORT_SYMBOL vmlinux 0x4c8d9281 fault_in_iov_iter_writeable +EXPORT_SYMBOL vmlinux 0x4c97d84c proc_create_single_data +EXPORT_SYMBOL vmlinux 0x4c97e26d tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0x4c9b4761 i2c_del_adapter +EXPORT_SYMBOL vmlinux 0x4c9d28b0 phys_base +EXPORT_SYMBOL vmlinux 0x4ca967b3 vme_bus_error_handler +EXPORT_SYMBOL vmlinux 0x4cb91586 from_kgid_munged +EXPORT_SYMBOL vmlinux 0x4cd1816b find_vma +EXPORT_SYMBOL vmlinux 0x4cd5bc5e rdmsr_safe_regs +EXPORT_SYMBOL vmlinux 0x4ceac52b pcie_relaxed_ordering_enabled +EXPORT_SYMBOL vmlinux 0x4d032d67 end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x4d04bf53 unregister_binfmt +EXPORT_SYMBOL vmlinux 0x4d0c4c1e agp_bind_memory +EXPORT_SYMBOL vmlinux 0x4d0e83b2 vme_slot_num +EXPORT_SYMBOL vmlinux 0x4d19dd9f fb_get_mode +EXPORT_SYMBOL vmlinux 0x4d256433 crypto_sha3_update +EXPORT_SYMBOL vmlinux 0x4d2a7beb rdmacg_try_charge +EXPORT_SYMBOL vmlinux 0x4d2c7133 acpi_info +EXPORT_SYMBOL vmlinux 0x4d31c8cb vfs_llseek +EXPORT_SYMBOL vmlinux 0x4d42c439 io_uring_get_socket +EXPORT_SYMBOL vmlinux 0x4d4ce51e nd_dev_to_uuid +EXPORT_SYMBOL vmlinux 0x4d561b28 remove_proc_entry +EXPORT_SYMBOL vmlinux 0x4d7196f8 fs_lookup_param +EXPORT_SYMBOL vmlinux 0x4d83f5b3 cros_ec_prepare_tx +EXPORT_SYMBOL vmlinux 0x4d8d1754 dma_resv_replace_fences +EXPORT_SYMBOL vmlinux 0x4d924f20 memremap +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4d9e4643 mmc_can_gpio_ro +EXPORT_SYMBOL vmlinux 0x4da278d9 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4da74655 vme_unregister_driver +EXPORT_SYMBOL vmlinux 0x4db55051 __acpi_mdiobus_register +EXPORT_SYMBOL vmlinux 0x4dbd1b0c __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x4dd58978 vlan_for_each +EXPORT_SYMBOL vmlinux 0x4de4a805 scsi_scan_target +EXPORT_SYMBOL vmlinux 0x4de995ec gen_pool_dma_alloc_algo +EXPORT_SYMBOL vmlinux 0x4dedf61f simple_release_fs +EXPORT_SYMBOL vmlinux 0x4df02057 crc32_be +EXPORT_SYMBOL vmlinux 0x4df2ea84 gen_estimator_read +EXPORT_SYMBOL vmlinux 0x4dfa8d4b mutex_lock +EXPORT_SYMBOL vmlinux 0x4e17d8ea pci_bus_claim_resources +EXPORT_SYMBOL vmlinux 0x4e19f9c5 neigh_seq_next +EXPORT_SYMBOL vmlinux 0x4e1f7a37 inet_addr_type_dev_table +EXPORT_SYMBOL vmlinux 0x4e20bcf8 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x4e2f7339 tcf_qevent_destroy +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e36cdc4 __ubsan_handle_divrem_overflow +EXPORT_SYMBOL vmlinux 0x4e547048 __kmalloc_node_track_caller +EXPORT_SYMBOL vmlinux 0x4e5b8a7a mmc_get_card +EXPORT_SYMBOL vmlinux 0x4e640cbb inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6e4b41 radix_tree_delete +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e8f35bb dma_resv_fini +EXPORT_SYMBOL vmlinux 0x4ea25709 dql_reset +EXPORT_SYMBOL vmlinux 0x4ea78bab __x86_indirect_call_thunk_r15 +EXPORT_SYMBOL vmlinux 0x4eada8f7 security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0x4eb2b066 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x4ec54e78 bitmap_to_arr32 +EXPORT_SYMBOL vmlinux 0x4eee1f15 skb_dequeue +EXPORT_SYMBOL vmlinux 0x4f106a5f block_write_full_page +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f20d80b zstd_min_clevel +EXPORT_SYMBOL vmlinux 0x4f2250ba rtc_tm_to_time64 +EXPORT_SYMBOL vmlinux 0x4f302206 lookup_one_positive_unlocked +EXPORT_SYMBOL vmlinux 0x4f361696 tty_check_change +EXPORT_SYMBOL vmlinux 0x4f3b1df7 netif_tx_stop_all_queues +EXPORT_SYMBOL vmlinux 0x4f42b53c gnet_stats_copy_basic_hw +EXPORT_SYMBOL vmlinux 0x4f55166f acpi_set_current_resources +EXPORT_SYMBOL vmlinux 0x4f555169 dentry_path_raw +EXPORT_SYMBOL vmlinux 0x4f57241f cfb_copyarea +EXPORT_SYMBOL vmlinux 0x4f711f84 intel_scu_ipc_dev_iowrite8 +EXPORT_SYMBOL vmlinux 0x4fa520cf skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x4fb62f71 copy_page_from_iter_atomic +EXPORT_SYMBOL vmlinux 0x4fccf02b tcp_sock_set_cork +EXPORT_SYMBOL vmlinux 0x4fd19a48 tcp_read_done +EXPORT_SYMBOL vmlinux 0x4fdee897 i8042_command +EXPORT_SYMBOL vmlinux 0x4fe3302a ip6_mtu +EXPORT_SYMBOL vmlinux 0x4fefdad8 __bh_read_batch +EXPORT_SYMBOL vmlinux 0x5003a669 vm_mmap +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x5009c71d glob_match +EXPORT_SYMBOL vmlinux 0x50129897 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x501697d3 udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0x5021bd81 _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0x5027bde2 acpi_acquire_mutex +EXPORT_SYMBOL vmlinux 0x502afafa inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x5058cc43 pci_fixup_device +EXPORT_SYMBOL vmlinux 0x50624917 sha1_init +EXPORT_SYMBOL vmlinux 0x506dff1a __genradix_free +EXPORT_SYMBOL vmlinux 0x5074a482 flow_rule_match_basic +EXPORT_SYMBOL vmlinux 0x5089f45f ip_send_check +EXPORT_SYMBOL vmlinux 0x508a8882 sb_set_blocksize +EXPORT_SYMBOL vmlinux 0x5092e84e __read_overflow2_field +EXPORT_SYMBOL vmlinux 0x50944630 seq_list_start_head_rcu +EXPORT_SYMBOL vmlinux 0x509b64ea acpi_has_method +EXPORT_SYMBOL vmlinux 0x50a4698c fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0x50ab35b2 pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0x50b73ce2 rfkill_find_type +EXPORT_SYMBOL vmlinux 0x50b80992 mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0x50be748d security_ib_free_security +EXPORT_SYMBOL vmlinux 0x50cf7585 hex2bin +EXPORT_SYMBOL vmlinux 0x50d035c2 vsscanf +EXPORT_SYMBOL vmlinux 0x50d55034 phy_modify_paged +EXPORT_SYMBOL vmlinux 0x50d68377 arch_phys_wc_del +EXPORT_SYMBOL vmlinux 0x50ea3a2c blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0x50f91491 __genradix_ptr +EXPORT_SYMBOL vmlinux 0x50fda6bc pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0x5102a30b do_wait_intr_irq +EXPORT_SYMBOL vmlinux 0x5104a982 phy_start_cable_test_tdr +EXPORT_SYMBOL vmlinux 0x513065cb bd_abort_claiming +EXPORT_SYMBOL vmlinux 0x513b28f4 first_ec +EXPORT_SYMBOL vmlinux 0x515083bf acpi_release_mutex +EXPORT_SYMBOL vmlinux 0x5154ac18 iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0x51641162 opal_unlock_from_suspend +EXPORT_SYMBOL vmlinux 0x516e8493 pci_write_config_dword +EXPORT_SYMBOL vmlinux 0x51824415 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0x5191e1f5 crypto_sha512_finup +EXPORT_SYMBOL vmlinux 0x5193d6a1 skb_copy_datagram_iter +EXPORT_SYMBOL vmlinux 0x51a511eb _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0x51a526c7 fasync_helper +EXPORT_SYMBOL vmlinux 0x51d12d4e acpi_pci_disabled +EXPORT_SYMBOL vmlinux 0x51ddf3c1 phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0x51e42abc mr_vif_seq_idx +EXPORT_SYMBOL vmlinux 0x51f298e0 intel_scu_ipc_dev_ioread8 +EXPORT_SYMBOL vmlinux 0x52085366 key_payload_reserve +EXPORT_SYMBOL vmlinux 0x520e97c4 proc_dostring +EXPORT_SYMBOL vmlinux 0x521df82f dma_resv_add_fence +EXPORT_SYMBOL vmlinux 0x52313e7e input_register_handler +EXPORT_SYMBOL vmlinux 0x5234bad3 try_lookup_one_len +EXPORT_SYMBOL vmlinux 0x5248c20a ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0x5250181a tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x52577f79 __mmap_lock_do_trace_acquire_returned +EXPORT_SYMBOL vmlinux 0x526eef2c hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x528bea02 ipv4_dst_check +EXPORT_SYMBOL vmlinux 0x52983a4f vme_master_write +EXPORT_SYMBOL vmlinux 0x52b2d136 netlink_kernel_release +EXPORT_SYMBOL vmlinux 0x52b43962 tso_start +EXPORT_SYMBOL vmlinux 0x52bef027 vfs_parse_fs_param_source +EXPORT_SYMBOL vmlinux 0x52d717da xz_dec_init +EXPORT_SYMBOL vmlinux 0x52eab3e6 mdio_find_bus +EXPORT_SYMBOL vmlinux 0x52ecbc75 crc_ccitt +EXPORT_SYMBOL vmlinux 0x52ed3f59 udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0x52f62305 open_exec +EXPORT_SYMBOL vmlinux 0x52f6f02b generic_fadvise +EXPORT_SYMBOL vmlinux 0x52f72ef3 dma_get_sgtable_attrs +EXPORT_SYMBOL vmlinux 0x5306812e pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x530eb9f2 d_make_root +EXPORT_SYMBOL vmlinux 0x53126ecc __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0x531b0078 ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x531b604e __virt_addr_valid +EXPORT_SYMBOL vmlinux 0x5322663e acpi_get_handle +EXPORT_SYMBOL vmlinux 0x532f4501 pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0x532fc2c1 inode_needs_sync +EXPORT_SYMBOL vmlinux 0x532fcbe4 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x5338184f ethtool_sprintf +EXPORT_SYMBOL vmlinux 0x534f2aa4 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x53569707 this_cpu_off +EXPORT_SYMBOL vmlinux 0x535711f4 ethtool_aggregate_phy_stats +EXPORT_SYMBOL vmlinux 0x535936e4 vme_master_mmap +EXPORT_SYMBOL vmlinux 0x5393ea05 fput +EXPORT_SYMBOL vmlinux 0x5397c4ad inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x539f24e7 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0x53a1e8d9 _find_next_bit +EXPORT_SYMBOL vmlinux 0x53b954a2 up_read +EXPORT_SYMBOL vmlinux 0x53bd2220 I_BDEV +EXPORT_SYMBOL vmlinux 0x53e4eed3 blk_mq_tagset_wait_completed_request +EXPORT_SYMBOL vmlinux 0x53f8ced7 page_pool_ethtool_stats_get_strings +EXPORT_SYMBOL vmlinux 0x540e9ca0 pci_write_config_word +EXPORT_SYMBOL vmlinux 0x54175c5f acpi_read_bit_register +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x544ab425 mdio_device_free +EXPORT_SYMBOL vmlinux 0x545b45d6 tty_kref_put +EXPORT_SYMBOL vmlinux 0x5468013b xsk_clear_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0x547e3344 acpi_disable +EXPORT_SYMBOL vmlinux 0x548910d7 pci_alloc_dev +EXPORT_SYMBOL vmlinux 0x54a811db inet_twsk_deschedule_put +EXPORT_SYMBOL vmlinux 0x54a9887b param_get_ullong +EXPORT_SYMBOL vmlinux 0x54b1fac6 __ubsan_handle_load_invalid_value +EXPORT_SYMBOL vmlinux 0x54b22bb1 __SCT__tp_func_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0x54b23e67 sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x54ccc522 pci_enable_link_state +EXPORT_SYMBOL vmlinux 0x54cfacd5 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x54d208b2 platform_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x54e35356 unpin_user_page_range_dirty_lock +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54ea6dfe xen_start_flags +EXPORT_SYMBOL vmlinux 0x54fddb49 md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0x5506b8f7 netlbl_bitmap_setbit +EXPORT_SYMBOL vmlinux 0x550e520b seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0x5514da37 generic_permission +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x5522d26a agp_free_memory +EXPORT_SYMBOL vmlinux 0x55385e2e __x86_indirect_thunk_r14 +EXPORT_SYMBOL vmlinux 0x553e1b98 sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x554267b8 agp_generic_alloc_page +EXPORT_SYMBOL vmlinux 0x5547a240 i2c_transfer_buffer_flags +EXPORT_SYMBOL vmlinux 0x5549e20d blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0x554ae3a4 irq_poll_sched +EXPORT_SYMBOL vmlinux 0x555209da clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x556422b3 ioremap_cache +EXPORT_SYMBOL vmlinux 0x5567675a i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0x5569aacb import_single_range +EXPORT_SYMBOL vmlinux 0x556c8a5d blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0x556cca46 x86_apple_machine +EXPORT_SYMBOL vmlinux 0x557ada37 tcp_ld_RTO_revert +EXPORT_SYMBOL vmlinux 0x5588dc57 inet_sk_get_local_port_range +EXPORT_SYMBOL vmlinux 0x558b281d aes_expandkey +EXPORT_SYMBOL vmlinux 0x558e6293 rproc_elf_load_rsc_table +EXPORT_SYMBOL vmlinux 0x55a9ce2e vfs_get_tree +EXPORT_SYMBOL vmlinux 0x55cdd3a2 to_nd_pfn +EXPORT_SYMBOL vmlinux 0x55db10c0 inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0x55e31703 ethtool_convert_link_mode_to_legacy_u32 +EXPORT_SYMBOL vmlinux 0x55ebad55 pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0x55f95e07 ioremap_prot +EXPORT_SYMBOL vmlinux 0x5606227c ip_mc_check_igmp +EXPORT_SYMBOL vmlinux 0x560a64a6 _copy_from_iter +EXPORT_SYMBOL vmlinux 0x562876dc dma_map_page_attrs +EXPORT_SYMBOL vmlinux 0x562a8e6d ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x5637ed43 km_report +EXPORT_SYMBOL vmlinux 0x563c8fae md_reload_sb +EXPORT_SYMBOL vmlinux 0x5644831f mini_qdisc_pair_swap +EXPORT_SYMBOL vmlinux 0x56470118 __warn_printk +EXPORT_SYMBOL vmlinux 0x5647a2e7 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0x564f7608 acpi_reconfig_notifier_register +EXPORT_SYMBOL vmlinux 0x5657346f fscrypt_decrypt_bio +EXPORT_SYMBOL vmlinux 0x565a5d1a simple_empty +EXPORT_SYMBOL vmlinux 0x565caca8 abort_creds +EXPORT_SYMBOL vmlinux 0x565fa37c tcf_idr_create +EXPORT_SYMBOL vmlinux 0x5672229c amd_iommu_domain_clear_gcr3 +EXPORT_SYMBOL vmlinux 0x56729418 pci_get_class +EXPORT_SYMBOL vmlinux 0x56802ae8 rps_cpu_mask +EXPORT_SYMBOL vmlinux 0x5683503d tso_build_data +EXPORT_SYMBOL vmlinux 0x56853989 jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x56a843f5 pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0x56bc4b99 pci_scan_root_bus_bridge +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56c9628d ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0x56d98efb unregister_netdev +EXPORT_SYMBOL vmlinux 0x56e9737f skb_vlan_push +EXPORT_SYMBOL vmlinux 0x56ede058 cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0x57000612 ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0x5701e3a4 fib_notifier_ops_register +EXPORT_SYMBOL vmlinux 0x571472b1 dev_mc_sync +EXPORT_SYMBOL vmlinux 0x572336dc devm_of_find_backlight +EXPORT_SYMBOL vmlinux 0x5725dcd8 mipi_dsi_host_register +EXPORT_SYMBOL vmlinux 0x5729cad7 uart_add_one_port +EXPORT_SYMBOL vmlinux 0x572ad585 qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0x574c2e74 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x57767d3b ps2_init +EXPORT_SYMBOL vmlinux 0x578009b7 inet_rcv_saddr_equal +EXPORT_SYMBOL vmlinux 0x57900416 gen_pool_fixed_alloc +EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy +EXPORT_SYMBOL vmlinux 0x579416b9 blk_queue_max_secure_erase_sectors +EXPORT_SYMBOL vmlinux 0x57a0bbdd pcie_get_speed_cap +EXPORT_SYMBOL vmlinux 0x57aeb492 sock_no_connect +EXPORT_SYMBOL vmlinux 0x57bc19d2 down_write +EXPORT_SYMBOL vmlinux 0x57bcbaea __x86_indirect_call_thunk_r14 +EXPORT_SYMBOL vmlinux 0x57bf8847 config_group_find_item +EXPORT_SYMBOL vmlinux 0x57c8f6ec devm_pci_remap_cfg_resource +EXPORT_SYMBOL vmlinux 0x57d9baae complete_request_key +EXPORT_SYMBOL vmlinux 0x57da1fe6 xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x57db8fd6 utf8_normalize +EXPORT_SYMBOL vmlinux 0x580625fa fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x58139b83 proc_create_seq_private +EXPORT_SYMBOL vmlinux 0x5818fe3c posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0x581d218b ww_mutex_lock +EXPORT_SYMBOL vmlinux 0x581f98da zlib_inflate +EXPORT_SYMBOL vmlinux 0x58285645 mmc_gpio_set_cd_isr +EXPORT_SYMBOL vmlinux 0x582b6275 xfrm_if_unregister_cb +EXPORT_SYMBOL vmlinux 0x58303095 finish_no_open +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x583d8c65 ptp_clock_unregister +EXPORT_SYMBOL vmlinux 0x587b0954 kvasprintf +EXPORT_SYMBOL vmlinux 0x587f22d7 devmap_managed_key +EXPORT_SYMBOL vmlinux 0x588059c0 phy_suspend +EXPORT_SYMBOL vmlinux 0x5888f1d1 ip_cmsg_recv_offset +EXPORT_SYMBOL vmlinux 0x588d9898 xfrm_state_update +EXPORT_SYMBOL vmlinux 0x5897a680 __find_nth_and_andnot_bit +EXPORT_SYMBOL vmlinux 0x58a55d0e rio_query_mport +EXPORT_SYMBOL vmlinux 0x58acf24b mdiobus_register_board_info +EXPORT_SYMBOL vmlinux 0x58b4645c dev_close_many +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58c7685a input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0x58c92bb6 tty_unregister_device +EXPORT_SYMBOL vmlinux 0x58dc197c unix_get_socket +EXPORT_SYMBOL vmlinux 0x58e3306d bit_wait_io +EXPORT_SYMBOL vmlinux 0x58f03ecf iommu_put_resv_regions +EXPORT_SYMBOL vmlinux 0x58f6dbe6 blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x59010558 ip6_frag_init +EXPORT_SYMBOL vmlinux 0x590600c5 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x590c80bf sg_miter_next +EXPORT_SYMBOL vmlinux 0x592dfad3 mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0x593edc4b cpu_tlbstate_shared +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x5968dc6d proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x596eb38b inode_io_list_del +EXPORT_SYMBOL vmlinux 0x597bd659 __skb_checksum +EXPORT_SYMBOL vmlinux 0x599fb41c kvmalloc_node +EXPORT_SYMBOL vmlinux 0x59a21f55 can_nice +EXPORT_SYMBOL vmlinux 0x59a2f0ee packing +EXPORT_SYMBOL vmlinux 0x59b4ac3e tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x59b856cf elv_rb_find +EXPORT_SYMBOL vmlinux 0x59b8bf5c mipi_dsi_dcs_set_display_on +EXPORT_SYMBOL vmlinux 0x59bff1f8 ip6_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x59cde890 acpi_dev_uid_to_integer +EXPORT_SYMBOL vmlinux 0x59d7f9c2 tcp_md5_key_copy +EXPORT_SYMBOL vmlinux 0x59f2e5b8 netdev_get_by_name +EXPORT_SYMBOL vmlinux 0x5a0b73d0 zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x5a1e36c9 __mmap_lock_do_trace_start_locking +EXPORT_SYMBOL vmlinux 0x5a205a63 input_set_min_poll_interval +EXPORT_SYMBOL vmlinux 0x5a290250 hdmi_drm_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x5a3c1fff skb_append +EXPORT_SYMBOL vmlinux 0x5a3c94c7 vma_alloc_folio +EXPORT_SYMBOL vmlinux 0x5a44f8cb __crypto_memneq +EXPORT_SYMBOL vmlinux 0x5a4896a8 __put_user_2 +EXPORT_SYMBOL vmlinux 0x5a48de37 noop_dirty_folio +EXPORT_SYMBOL vmlinux 0x5a4d313e gf128mul_4k_lle +EXPORT_SYMBOL vmlinux 0x5a5046cf __check_sticky +EXPORT_SYMBOL vmlinux 0x5a5a2271 __cpu_online_mask +EXPORT_SYMBOL vmlinux 0x5a5b049c tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x5a63f8a5 xfrm_state_add +EXPORT_SYMBOL vmlinux 0x5a6a692c gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0x5a6f5e90 eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0x5a70f44a phy_set_asym_pause +EXPORT_SYMBOL vmlinux 0x5a7bed52 posix_test_lock +EXPORT_SYMBOL vmlinux 0x5a7c9263 devfreq_add_device +EXPORT_SYMBOL vmlinux 0x5a7d9be8 sg_alloc_append_table_from_pages +EXPORT_SYMBOL vmlinux 0x5a7f8f51 tcp_gro_complete +EXPORT_SYMBOL vmlinux 0x5a8ccef0 sock_i_uid +EXPORT_SYMBOL vmlinux 0x5a921311 strncmp +EXPORT_SYMBOL vmlinux 0x5a99a0d7 flow_get_u32_dst +EXPORT_SYMBOL vmlinux 0x5aa22068 ps2_begin_command +EXPORT_SYMBOL vmlinux 0x5abb867b d_drop +EXPORT_SYMBOL vmlinux 0x5ac01b95 acpi_resource_to_address64 +EXPORT_SYMBOL vmlinux 0x5aca0df0 skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0x5accdd42 bio_endio +EXPORT_SYMBOL vmlinux 0x5ad335d3 __genphy_config_aneg +EXPORT_SYMBOL vmlinux 0x5ae1154b __traceiter_kfree +EXPORT_SYMBOL vmlinux 0x5aebaac1 ipv6_dev_mc_inc +EXPORT_SYMBOL vmlinux 0x5af0fc70 xfrm_trans_queue_net +EXPORT_SYMBOL vmlinux 0x5b0a1dc2 input_unregister_device +EXPORT_SYMBOL vmlinux 0x5b2b8edc end_page_writeback +EXPORT_SYMBOL vmlinux 0x5b2f27fb do_wait_intr +EXPORT_SYMBOL vmlinux 0x5b32fcdb netlink_net_capable +EXPORT_SYMBOL vmlinux 0x5b3a8b93 fs_context_for_reconfigure +EXPORT_SYMBOL vmlinux 0x5b3e282f xa_store +EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap +EXPORT_SYMBOL vmlinux 0x5b622859 noop_qdisc +EXPORT_SYMBOL vmlinux 0x5b641283 arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0x5b6507fc __filemap_get_folio +EXPORT_SYMBOL vmlinux 0x5b740437 rt6_lookup +EXPORT_SYMBOL vmlinux 0x5b76d8a1 acpi_dev_get_next_match_dev +EXPORT_SYMBOL vmlinux 0x5b8239ca __x86_return_thunk +EXPORT_SYMBOL vmlinux 0x5b882854 fb_find_mode +EXPORT_SYMBOL vmlinux 0x5b8a8408 mdio_driver_register +EXPORT_SYMBOL vmlinux 0x5b904343 phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0x5b921f0c __netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x5ba0d794 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0x5ba6d104 vme_slave_request +EXPORT_SYMBOL vmlinux 0x5bb3c50f max8998_write_reg +EXPORT_SYMBOL vmlinux 0x5bb92f50 proto_unregister +EXPORT_SYMBOL vmlinux 0x5bbb8bc4 unregister_console +EXPORT_SYMBOL vmlinux 0x5bc05b7e ipmi_platform_add +EXPORT_SYMBOL vmlinux 0x5bccc93f devm_ioremap_wc +EXPORT_SYMBOL vmlinux 0x5bcea5f1 sgl_free_n_order +EXPORT_SYMBOL vmlinux 0x5bd4ff88 flow_action_cookie_create +EXPORT_SYMBOL vmlinux 0x5bdb7603 sock_copy_user_timeval +EXPORT_SYMBOL vmlinux 0x5bdeb6f7 current_time +EXPORT_SYMBOL vmlinux 0x5be63c5b crc32c_csum_stub +EXPORT_SYMBOL vmlinux 0x5bee2121 ip_sock_set_mtu_discover +EXPORT_SYMBOL vmlinux 0x5bf201b8 __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x5c0c130f xsk_set_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x5c26a53b wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x5c3c7387 kstrtoull +EXPORT_SYMBOL vmlinux 0x5c55730b generic_write_checks +EXPORT_SYMBOL vmlinux 0x5c56fa3f cdev_device_add +EXPORT_SYMBOL vmlinux 0x5c6aa45f scsi_partsize +EXPORT_SYMBOL vmlinux 0x5c8423d2 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0x5cb32760 inet_getname +EXPORT_SYMBOL vmlinux 0x5cd2ddf3 ethtool_intersect_link_masks +EXPORT_SYMBOL vmlinux 0x5ce3563a sock_kzfree_s +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5cfb26a0 acpi_enter_sleep_state +EXPORT_SYMBOL vmlinux 0x5d0cccf1 km_state_expired +EXPORT_SYMBOL vmlinux 0x5d12f35d inode_insert5 +EXPORT_SYMBOL vmlinux 0x5d19f426 netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0x5d31e6a9 blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0x5d379639 __cpuhp_setup_state_cpuslocked +EXPORT_SYMBOL vmlinux 0x5d478f86 param_get_uint +EXPORT_SYMBOL vmlinux 0x5d49aabc init_wait_var_entry +EXPORT_SYMBOL vmlinux 0x5d6e5238 dev_get_by_napi_id +EXPORT_SYMBOL vmlinux 0x5d753487 scsi_scan_host +EXPORT_SYMBOL vmlinux 0x5d879afd mipi_dsi_device_unregister +EXPORT_SYMBOL vmlinux 0x5da4faaf generic_delete_inode +EXPORT_SYMBOL vmlinux 0x5dc53ad5 reuseport_migrate_sock +EXPORT_SYMBOL vmlinux 0x5dcc707c register_mii_timestamper +EXPORT_SYMBOL vmlinux 0x5dce59b7 skb_vlan_untag +EXPORT_SYMBOL vmlinux 0x5e06bc5c refcount_dec_and_lock +EXPORT_SYMBOL vmlinux 0x5e0ccb9f sha1_transform +EXPORT_SYMBOL vmlinux 0x5e332b52 __var_waitqueue +EXPORT_SYMBOL vmlinux 0x5e373fb4 gf128mul_64k_bbe +EXPORT_SYMBOL vmlinux 0x5e48962c __blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x5e4aa6fa is_bad_inode +EXPORT_SYMBOL vmlinux 0x5e558935 neigh_connected_output +EXPORT_SYMBOL vmlinux 0x5e82d347 nf_unregister_net_hooks +EXPORT_SYMBOL vmlinux 0x5e855e56 gen_pool_first_fit_align +EXPORT_SYMBOL vmlinux 0x5e934fc7 sgl_alloc +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5e9a01ce gen_new_estimator +EXPORT_SYMBOL vmlinux 0x5ead13ec netdev_reset_tc +EXPORT_SYMBOL vmlinux 0x5eadf7bc nf_log_set +EXPORT_SYMBOL vmlinux 0x5ec4aee6 put_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x5ec5746c xfrm_lookup +EXPORT_SYMBOL vmlinux 0x5ec86ffd phy_register_fixup +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ed0b922 mmc_start_request +EXPORT_SYMBOL vmlinux 0x5ed90adc int_to_scsilun +EXPORT_SYMBOL vmlinux 0x5eda84a7 vm_insert_page +EXPORT_SYMBOL vmlinux 0x5ef09938 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0x5ef6a672 gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f0df0c2 genphy_suspend +EXPORT_SYMBOL vmlinux 0x5f100b1d grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0x5f378397 forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0x5f39ffd3 mntget +EXPORT_SYMBOL vmlinux 0x5f410048 vga_switcheroo_unregister_client +EXPORT_SYMBOL vmlinux 0x5f5441c8 __ubsan_handle_alignment_assumption +EXPORT_SYMBOL vmlinux 0x5f56663b rdmsrl_on_cpu +EXPORT_SYMBOL vmlinux 0x5f680113 sync_inode_metadata +EXPORT_SYMBOL vmlinux 0x5f6b889c rproc_va_to_pa +EXPORT_SYMBOL vmlinux 0x5f8a79e0 netif_receive_skb_core +EXPORT_SYMBOL vmlinux 0x5f93525c acpi_extract_package +EXPORT_SYMBOL vmlinux 0x5f98c0ea trace_event_printf +EXPORT_SYMBOL vmlinux 0x5f98c1a8 would_dump +EXPORT_SYMBOL vmlinux 0x5f99383a ioread64_hi_lo +EXPORT_SYMBOL vmlinux 0x5f9beda4 iget5_locked +EXPORT_SYMBOL vmlinux 0x5fb327b8 serio_unregister_port +EXPORT_SYMBOL vmlinux 0x5fc67252 ioread16_rep +EXPORT_SYMBOL vmlinux 0x5fc72f0e alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x5fcb2d71 remap_pfn_range +EXPORT_SYMBOL vmlinux 0x5fcc9a95 __blk_mq_alloc_disk +EXPORT_SYMBOL vmlinux 0x5fd81fdd pnp_unregister_driver +EXPORT_SYMBOL vmlinux 0x5fd98978 inet_stream_ops +EXPORT_SYMBOL vmlinux 0x5fe13529 __SCT__tp_func_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x5ff9eb0e lockref_mark_dead +EXPORT_SYMBOL vmlinux 0x6005c351 zpool_has_pool +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x6008689f kthread_complete_and_exit +EXPORT_SYMBOL vmlinux 0x6015bbcd tso_build_hdr +EXPORT_SYMBOL vmlinux 0x601bddf7 simple_get_link +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x6030e488 jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x60385b73 super_setup_bdi +EXPORT_SYMBOL vmlinux 0x60506380 d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0x6057069f new_inode +EXPORT_SYMBOL vmlinux 0x605790dc fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0x605bc883 seq_putc +EXPORT_SYMBOL vmlinux 0x605c0069 pcie_get_readrq +EXPORT_SYMBOL vmlinux 0x606d232b udp_seq_start +EXPORT_SYMBOL vmlinux 0x607c999b pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0x608741b5 __init_swait_queue_head +EXPORT_SYMBOL vmlinux 0x608d0267 zstd_get_error_code +EXPORT_SYMBOL vmlinux 0x6091b333 unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x609bcd98 in6_pton +EXPORT_SYMBOL vmlinux 0x609d78e5 vga_switcheroo_register_client +EXPORT_SYMBOL vmlinux 0x609eeae0 compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0x609eee84 genphy_read_status +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL vmlinux 0x60a57aa9 __lock_buffer +EXPORT_SYMBOL vmlinux 0x60adcb03 capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0x60b8cbe4 xp_alloc_batch +EXPORT_SYMBOL vmlinux 0x60bbab24 tls_client_hello_anon +EXPORT_SYMBOL vmlinux 0x60bbb124 dma_fence_signal_locked +EXPORT_SYMBOL vmlinux 0x60d8ab30 vme_lm_get +EXPORT_SYMBOL vmlinux 0x60e612af nf_register_net_hook +EXPORT_SYMBOL vmlinux 0x60ed3d41 scsi_ioctl +EXPORT_SYMBOL vmlinux 0x61073e4a acpi_os_map_generic_address +EXPORT_SYMBOL vmlinux 0x610756b8 __x86_indirect_call_thunk_rdx +EXPORT_SYMBOL vmlinux 0x611a9ea1 set_pages_uc +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x612aaff8 __netif_rx +EXPORT_SYMBOL vmlinux 0x61347034 mb_cache_entry_delete_or_get +EXPORT_SYMBOL vmlinux 0x6137ca2c request_key_tag +EXPORT_SYMBOL vmlinux 0x615911d7 __bitmap_set +EXPORT_SYMBOL vmlinux 0x615b4029 file_fdatawait_range +EXPORT_SYMBOL vmlinux 0x616cca75 config_item_get_unless_zero +EXPORT_SYMBOL vmlinux 0x61712774 bdev_end_io_acct +EXPORT_SYMBOL vmlinux 0x617c452b queued_read_lock_slowpath +EXPORT_SYMBOL vmlinux 0x6185b747 radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0x618911fc numa_node +EXPORT_SYMBOL vmlinux 0x619cb7dd simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x619dfcdc intel_scu_ipc_dev_readv +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61cd5df1 param_set_ulong +EXPORT_SYMBOL vmlinux 0x61e272c9 sha256_final +EXPORT_SYMBOL vmlinux 0x61e2a812 ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0x61ea189b fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x62028f35 truncate_setsize +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x62199a14 __bforget +EXPORT_SYMBOL vmlinux 0x622653fa __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0x6226b9fa machine_to_phys_mapping +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x623497f9 mem_cgroup_from_task +EXPORT_SYMBOL vmlinux 0x6241e603 to_ndd +EXPORT_SYMBOL vmlinux 0x6247f4a2 kobject_get +EXPORT_SYMBOL vmlinux 0x62520691 tcf_exts_change +EXPORT_SYMBOL vmlinux 0x6264a39b flow_rule_match_enc_opts +EXPORT_SYMBOL vmlinux 0x62694cdb alloc_fcdev +EXPORT_SYMBOL vmlinux 0x626d3190 zap_page_range_single +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x6276af56 migrate_device_range +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x628a9d02 prepare_to_swait_exclusive +EXPORT_SYMBOL vmlinux 0x628c0f8f dma_fence_add_callback +EXPORT_SYMBOL vmlinux 0x62d2d8ee pci_clear_master +EXPORT_SYMBOL vmlinux 0x62f45c86 sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0x62f7e207 down_read_killable +EXPORT_SYMBOL vmlinux 0x62fdcfca i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0x630aae9e add_watch_to_object +EXPORT_SYMBOL vmlinux 0x6315c42c zstd_get_params +EXPORT_SYMBOL vmlinux 0x632346e1 bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0x63537c70 inode_init_owner +EXPORT_SYMBOL vmlinux 0x6353f990 _dev_warn +EXPORT_SYMBOL vmlinux 0x636257f7 get_ibs_caps +EXPORT_SYMBOL vmlinux 0x637a945d security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0x6383b27c __x86_indirect_thunk_rdx +EXPORT_SYMBOL vmlinux 0x639a9f67 remove_watch_from_object +EXPORT_SYMBOL vmlinux 0x639b362c param_set_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x63a58370 flow_action_cookie_destroy +EXPORT_SYMBOL vmlinux 0x63a7c28c bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x63c2b988 ethtool_aggregate_mac_stats +EXPORT_SYMBOL vmlinux 0x63c6fd89 mipi_dsi_shutdown_peripheral +EXPORT_SYMBOL vmlinux 0x63d94217 dev_mc_unsync +EXPORT_SYMBOL vmlinux 0x63dbf4f6 __inode_add_bytes +EXPORT_SYMBOL vmlinux 0x63e974aa free_task +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63f835ba on_each_cpu_cond_mask +EXPORT_SYMBOL vmlinux 0x6400b8e6 pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0x6410cf83 from_kuid_munged +EXPORT_SYMBOL vmlinux 0x64127b67 bitmap_find_next_zero_area_off +EXPORT_SYMBOL vmlinux 0x642eb5c6 xen_poll_irq_timeout +EXPORT_SYMBOL vmlinux 0x6434021d pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x643bd908 __sk_queue_drop_skb +EXPORT_SYMBOL vmlinux 0x643d3146 skb_flow_dissect_meta +EXPORT_SYMBOL vmlinux 0x6442729f kobject_add +EXPORT_SYMBOL vmlinux 0x6448403d __x86_indirect_call_thunk_rcx +EXPORT_SYMBOL vmlinux 0x6453afaf dma_ops +EXPORT_SYMBOL vmlinux 0x6455298a security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0x64580fc3 vga_switcheroo_client_fb_set +EXPORT_SYMBOL vmlinux 0x645cf202 __mod_node_page_state +EXPORT_SYMBOL vmlinux 0x6475a0d1 register_qdisc +EXPORT_SYMBOL vmlinux 0x647b32da simple_nosetlease +EXPORT_SYMBOL vmlinux 0x6481ffe0 hsiphash_1u32 +EXPORT_SYMBOL vmlinux 0x6482d48f fscrypt_fname_disk_to_usr +EXPORT_SYMBOL vmlinux 0x64858558 mr_mfc_find_any_parent +EXPORT_SYMBOL vmlinux 0x648eb59d gc_inflight_list +EXPORT_SYMBOL vmlinux 0x64985283 disk_stack_limits +EXPORT_SYMBOL vmlinux 0x649a64e6 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0x64a01707 fwnode_phy_find_device +EXPORT_SYMBOL vmlinux 0x64a9c928 default_blu +EXPORT_SYMBOL vmlinux 0x64bbc288 string_unescape +EXPORT_SYMBOL vmlinux 0x64c81809 xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0x64d11af1 dma_fence_wait_timeout +EXPORT_SYMBOL vmlinux 0x64d652a0 keyring_alloc +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x6514c1e6 flow_get_u32_src +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x651b9fed sock_no_mmap +EXPORT_SYMBOL vmlinux 0x652032cb mac_pton +EXPORT_SYMBOL vmlinux 0x65229dc1 cont_write_begin +EXPORT_SYMBOL vmlinux 0x652ce9aa nla_memcmp +EXPORT_SYMBOL vmlinux 0x6533dd57 jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0x653d4951 agp_put_bridge +EXPORT_SYMBOL vmlinux 0x653debe7 simple_fill_super +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x6541a851 load_nls_default +EXPORT_SYMBOL vmlinux 0x6542f674 pin_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0x65487097 __x86_indirect_thunk_rax +EXPORT_SYMBOL vmlinux 0x6551f529 flow_indr_dev_setup_offload +EXPORT_SYMBOL vmlinux 0x655c6375 tc_setup_cb_reoffload +EXPORT_SYMBOL vmlinux 0x655efb55 __SCK__tp_func_write_msr +EXPORT_SYMBOL vmlinux 0x656c1a0e string_escape_mem +EXPORT_SYMBOL vmlinux 0x656e4a6e snprintf +EXPORT_SYMBOL vmlinux 0x6570f6c4 __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x6578b4d7 csum_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x657a6240 pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x658a2a0a __x86_indirect_call_thunk_rbx +EXPORT_SYMBOL vmlinux 0x658ce1a8 xxh64_reset +EXPORT_SYMBOL vmlinux 0x65929cae ns_to_timespec64 +EXPORT_SYMBOL vmlinux 0x65968ac3 acpi_match_device_ids +EXPORT_SYMBOL vmlinux 0x65993f98 padata_free +EXPORT_SYMBOL vmlinux 0x659ded26 xfrm_flush_gc +EXPORT_SYMBOL vmlinux 0x65a1b36a security_path_mknod +EXPORT_SYMBOL vmlinux 0x65b992ac xen_alloc_p2m_entry +EXPORT_SYMBOL vmlinux 0x65bb5a41 nvdimm_namespace_locked +EXPORT_SYMBOL vmlinux 0x65d1bab2 acpi_bios_warning +EXPORT_SYMBOL vmlinux 0x65d9e877 cpufreq_register_notifier +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65df35ca __put_user_nocheck_2 +EXPORT_SYMBOL vmlinux 0x65e0d6d7 memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x65fd9c67 pci_find_bus +EXPORT_SYMBOL vmlinux 0x660302a7 param_get_invbool +EXPORT_SYMBOL vmlinux 0x660e0cf3 kfree_skb_partial +EXPORT_SYMBOL vmlinux 0x66215914 tcf_classify +EXPORT_SYMBOL vmlinux 0x6626afca down +EXPORT_SYMBOL vmlinux 0x662868d2 fs_context_for_mount +EXPORT_SYMBOL vmlinux 0x663182c9 acpi_get_gpe_status +EXPORT_SYMBOL vmlinux 0x66346873 inet6_csk_route_req +EXPORT_SYMBOL vmlinux 0x66453ad9 nla_reserve +EXPORT_SYMBOL vmlinux 0x66486dc8 dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x665e2513 zstd_max_clevel +EXPORT_SYMBOL vmlinux 0x66628bf3 ip_tunnel_metadata_cnt +EXPORT_SYMBOL vmlinux 0x666684d4 udp6_seq_ops +EXPORT_SYMBOL vmlinux 0x6666e423 blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0x666c14c0 __traceiter_dma_fence_emit +EXPORT_SYMBOL vmlinux 0x6672d912 skb_eth_push +EXPORT_SYMBOL vmlinux 0x6673f96d xxh32_reset +EXPORT_SYMBOL vmlinux 0x667d7021 bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0x668b19a1 down_read +EXPORT_SYMBOL vmlinux 0x669c191b dm_consume_args +EXPORT_SYMBOL vmlinux 0x66af1fd1 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x66b4cc41 kmemdup +EXPORT_SYMBOL vmlinux 0x66b7ac4c phy_modify_paged_changed +EXPORT_SYMBOL vmlinux 0x66cca4f9 __x86_indirect_thunk_rcx +EXPORT_SYMBOL vmlinux 0x66d79d27 jbd2_fc_release_bufs +EXPORT_SYMBOL vmlinux 0x66df2751 keyring_search +EXPORT_SYMBOL vmlinux 0x66edfc78 _find_next_or_bit +EXPORT_SYMBOL vmlinux 0x66f5653a dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0x670ecece __x86_indirect_thunk_rbx +EXPORT_SYMBOL vmlinux 0x6710c8fa init_task +EXPORT_SYMBOL vmlinux 0x6729d3df __get_user_4 +EXPORT_SYMBOL vmlinux 0x673bdf8d posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x673f815e agp_bridges +EXPORT_SYMBOL vmlinux 0x6744e2a0 tty_register_device +EXPORT_SYMBOL vmlinux 0x67462284 tcp_peek_len +EXPORT_SYMBOL vmlinux 0x674880c4 ip6_err_gen_icmpv6_unreach +EXPORT_SYMBOL vmlinux 0x6749d53f hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x67512b16 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x67555239 blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0x675a5988 sget +EXPORT_SYMBOL vmlinux 0x67731c35 __skb_ext_del +EXPORT_SYMBOL vmlinux 0x678b96ec dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x6797d568 intel_gmch_gtt_get +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67bd18c9 pnp_stop_dev +EXPORT_SYMBOL vmlinux 0x67c13ea0 acpi_read +EXPORT_SYMBOL vmlinux 0x67c15a46 __traceiter_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x67cc9453 __x86_indirect_call_thunk_rax +EXPORT_SYMBOL vmlinux 0x67cec1ed gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0x67d00a87 get_mem_cgroup_from_mm +EXPORT_SYMBOL vmlinux 0x67d8ac3a inet_csk_reqsk_queue_add +EXPORT_SYMBOL vmlinux 0x67e2e402 genphy_setup_forced +EXPORT_SYMBOL vmlinux 0x68059baf mipi_dsi_dcs_get_pixel_format +EXPORT_SYMBOL vmlinux 0x680fc136 set_anon_super +EXPORT_SYMBOL vmlinux 0x6821e9d4 _copy_to_iter +EXPORT_SYMBOL vmlinux 0x6851664e wrmsrl_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x685244e2 mroute6_is_socket +EXPORT_SYMBOL vmlinux 0x68557c3f scsi_add_device +EXPORT_SYMBOL vmlinux 0x686a08bd bio_put +EXPORT_SYMBOL vmlinux 0x686ce54b bpf_map_get +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x6880f1c5 blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0x688e72e1 __SCT__preempt_schedule_notrace +EXPORT_SYMBOL vmlinux 0x689067dd dma_fence_chain_ops +EXPORT_SYMBOL vmlinux 0x689ca873 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x68a12ab8 rep_movs_alternative +EXPORT_SYMBOL vmlinux 0x68a6457c folio_mark_accessed +EXPORT_SYMBOL vmlinux 0x68b01200 proc_set_user +EXPORT_SYMBOL vmlinux 0x68b55ca4 mdiobus_free +EXPORT_SYMBOL vmlinux 0x68ce9f55 nd_btt_arena_is_valid +EXPORT_SYMBOL vmlinux 0x68d72eda pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0x68da1825 filemap_check_errors +EXPORT_SYMBOL vmlinux 0x68e585aa folio_clear_dirty_for_io +EXPORT_SYMBOL vmlinux 0x69049cd2 radix_tree_replace_slot +EXPORT_SYMBOL vmlinux 0x6918e909 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0x69457d65 _dev_notice +EXPORT_SYMBOL vmlinux 0x6946f3f5 xp_alloc +EXPORT_SYMBOL vmlinux 0x694af2e6 set_posix_acl +EXPORT_SYMBOL vmlinux 0x6959c400 inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0x69668826 netdev_increment_features +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6972e413 __bitmap_weight_and +EXPORT_SYMBOL vmlinux 0x697775be devm_memunmap +EXPORT_SYMBOL vmlinux 0x697ed5f0 memcpy_and_pad +EXPORT_SYMBOL vmlinux 0x6988d0ca cpu_dr7 +EXPORT_SYMBOL vmlinux 0x698c0b73 agp_collect_device_status +EXPORT_SYMBOL vmlinux 0x699133bb generic_fillattr +EXPORT_SYMBOL vmlinux 0x69980b51 netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x699856cc jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x69acdf38 memcpy +EXPORT_SYMBOL vmlinux 0x69c67130 kthread_create_on_cpu +EXPORT_SYMBOL vmlinux 0x69dd3b5b crc32_le +EXPORT_SYMBOL vmlinux 0x69de8757 vme_check_window +EXPORT_SYMBOL vmlinux 0x69e25cf3 blkdev_put +EXPORT_SYMBOL vmlinux 0x69fd1c71 ppp_unit_number +EXPORT_SYMBOL vmlinux 0x6a01993f blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a0adac7 input_close_device +EXPORT_SYMBOL vmlinux 0x6a194eb3 __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0x6a2583b8 skb_put +EXPORT_SYMBOL vmlinux 0x6a2e2b8c xfrm_policy_hash_rebuild +EXPORT_SYMBOL vmlinux 0x6a48c9b7 watchdog_register_governor +EXPORT_SYMBOL vmlinux 0x6a5a6131 param_ops_long +EXPORT_SYMBOL vmlinux 0x6a5cb5ee __get_free_pages +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a5fa363 sigprocmask +EXPORT_SYMBOL vmlinux 0x6a60e881 dev_mc_add_global +EXPORT_SYMBOL vmlinux 0x6a6294a1 pci_free_host_bridge +EXPORT_SYMBOL vmlinux 0x6a6e05bf kstrtou8 +EXPORT_SYMBOL vmlinux 0x6a812bc0 netif_inherit_tso_max +EXPORT_SYMBOL vmlinux 0x6a8f4973 dma_fence_chain_init +EXPORT_SYMBOL vmlinux 0x6a96d023 file_modified +EXPORT_SYMBOL vmlinux 0x6aa4cdf4 mmc_retune_pause +EXPORT_SYMBOL vmlinux 0x6ab987d8 sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x6ac58d2b vlan_filter_drop_vids +EXPORT_SYMBOL vmlinux 0x6acd98bd simple_transaction_read +EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device +EXPORT_SYMBOL vmlinux 0x6ae14c84 prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x6aeefac4 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x6b10bee1 _copy_to_user +EXPORT_SYMBOL vmlinux 0x6b1aa7b3 cdev_init +EXPORT_SYMBOL vmlinux 0x6b1ca8b7 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0x6b1f5e34 __pci_register_driver +EXPORT_SYMBOL vmlinux 0x6b222802 udp_poll +EXPORT_SYMBOL vmlinux 0x6b24bd72 request_firmware_into_buf +EXPORT_SYMBOL vmlinux 0x6b27729b radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0x6b2bbce7 register_shrinker +EXPORT_SYMBOL vmlinux 0x6b2c565e skb_eth_gso_segment +EXPORT_SYMBOL vmlinux 0x6b2cfbce vfs_readlink +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b3464a1 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0x6b376bec fddi_type_trans +EXPORT_SYMBOL vmlinux 0x6b3f254e vmf_insert_pfn_prot +EXPORT_SYMBOL vmlinux 0x6b55acd0 rtnl_lock_killable +EXPORT_SYMBOL vmlinux 0x6b6a5a13 get_inode_acl +EXPORT_SYMBOL vmlinux 0x6b702c0c scsi_rescan_device +EXPORT_SYMBOL vmlinux 0x6b81ef38 dquot_commit +EXPORT_SYMBOL vmlinux 0x6b853d06 ns_to_kernel_old_timeval +EXPORT_SYMBOL vmlinux 0x6b8bf149 netif_receive_skb_list +EXPORT_SYMBOL vmlinux 0x6baf4074 param_ops_string +EXPORT_SYMBOL vmlinux 0x6bb63a0f device_match_acpi_handle +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bd0e573 down_interruptible +EXPORT_SYMBOL vmlinux 0x6bd45841 sg_alloc_table_from_pages_segment +EXPORT_SYMBOL vmlinux 0x6be1c1f8 acpi_install_method +EXPORT_SYMBOL vmlinux 0x6c224cda gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x6c576701 ipv6_dev_find +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c6bf1ec pci_dev_put +EXPORT_SYMBOL vmlinux 0x6c7f3724 dm_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x6c880ac8 kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x6c90c6f2 pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0x6cb46525 netlbl_catmap_walk +EXPORT_SYMBOL vmlinux 0x6cc09945 ioread32_rep +EXPORT_SYMBOL vmlinux 0x6cc82573 qdisc_tree_reduce_backlog +EXPORT_SYMBOL vmlinux 0x6ce1b915 unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0x6cec491c generic_file_llseek +EXPORT_SYMBOL vmlinux 0x6d10291b tcp_set_rcvlowat +EXPORT_SYMBOL vmlinux 0x6d16c104 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d334118 __get_user_8 +EXPORT_SYMBOL vmlinux 0x6d360459 pneigh_enqueue +EXPORT_SYMBOL vmlinux 0x6d4d69ae i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0x6d58f69e agp3_generic_sizes +EXPORT_SYMBOL vmlinux 0x6d5f5b91 radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x6d5fb4a5 __x86_indirect_jump_thunk_rsp +EXPORT_SYMBOL vmlinux 0x6d7c7dcc bitmap_cut +EXPORT_SYMBOL vmlinux 0x6d89ff02 ping_prot +EXPORT_SYMBOL vmlinux 0x6da03473 ip_mc_join_group +EXPORT_SYMBOL vmlinux 0x6db841a6 sync_blockdev +EXPORT_SYMBOL vmlinux 0x6dba9051 xz_dec_microlzma_end +EXPORT_SYMBOL vmlinux 0x6dc35b25 radix_tree_iter_delete +EXPORT_SYMBOL vmlinux 0x6dcf857f uuid_null +EXPORT_SYMBOL vmlinux 0x6dd17e7b acpi_get_table_header +EXPORT_SYMBOL vmlinux 0x6ddfd09c unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0x6de6385a disk_check_media_change +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6df31390 intel_gmch_gtt_clear_range +EXPORT_SYMBOL vmlinux 0x6df418de dma_fence_array_create +EXPORT_SYMBOL vmlinux 0x6df76722 tcf_exts_dump +EXPORT_SYMBOL vmlinux 0x6e010834 folio_end_writeback +EXPORT_SYMBOL vmlinux 0x6e052e67 framebuffer_release +EXPORT_SYMBOL vmlinux 0x6e09da07 pci_disable_device +EXPORT_SYMBOL vmlinux 0x6e14c518 __sk_receive_skb +EXPORT_SYMBOL vmlinux 0x6e15b252 key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0x6e163209 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0x6e2eb676 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0x6e33589a ndisc_send_skb +EXPORT_SYMBOL vmlinux 0x6e531030 param_set_hexint +EXPORT_SYMBOL vmlinux 0x6e59b9c6 tcf_action_update_stats +EXPORT_SYMBOL vmlinux 0x6e5b8651 xz_dec_run +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e735e4c qdisc_hash_del +EXPORT_SYMBOL vmlinux 0x6e7f8dfa console_stop +EXPORT_SYMBOL vmlinux 0x6e86ba1d phy_attached_info_irq +EXPORT_SYMBOL vmlinux 0x6e90f57d fscrypt_has_permitted_context +EXPORT_SYMBOL vmlinux 0x6e928e8f param_ops_ushort +EXPORT_SYMBOL vmlinux 0x6e933cd6 udp_read_skb +EXPORT_SYMBOL vmlinux 0x6e946912 kobject_init +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea7575d acpi_dispatch_gpe +EXPORT_SYMBOL vmlinux 0x6ea9363b force_sig +EXPORT_SYMBOL vmlinux 0x6edf3b41 __hw_addr_ref_sync_dev +EXPORT_SYMBOL vmlinux 0x6ee9b81b phy_trigger_machine +EXPORT_SYMBOL vmlinux 0x6eecfaf4 sg_copy_buffer +EXPORT_SYMBOL vmlinux 0x6f14e9db console_list_lock +EXPORT_SYMBOL vmlinux 0x6f19b89c netif_set_real_num_queues +EXPORT_SYMBOL vmlinux 0x6f41a428 acpi_get_vendor_resource +EXPORT_SYMBOL vmlinux 0x6f41a639 irq_cpu_rmap_remove +EXPORT_SYMBOL vmlinux 0x6f47ccd5 fiemap_prep +EXPORT_SYMBOL vmlinux 0x6f4a59e4 sort_r +EXPORT_SYMBOL vmlinux 0x6f532c99 crypto_kdf108_ctr_generate +EXPORT_SYMBOL vmlinux 0x6f561397 iov_iter_zero +EXPORT_SYMBOL vmlinux 0x6f5ab52f acpi_get_local_address +EXPORT_SYMBOL vmlinux 0x6f64c67a vfs_parse_fs_param +EXPORT_SYMBOL vmlinux 0x6f6a0242 page_pool_unlink_napi +EXPORT_SYMBOL vmlinux 0x6f7793a5 skb_flow_dissector_init +EXPORT_SYMBOL vmlinux 0x6f7aeea5 md_cluster_ops +EXPORT_SYMBOL vmlinux 0x6f915a45 dqstats +EXPORT_SYMBOL vmlinux 0x6fa20700 tcf_chain_put_by_act +EXPORT_SYMBOL vmlinux 0x6faaebc4 devm_gen_pool_create +EXPORT_SYMBOL vmlinux 0x6faf945c __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0x6fb49676 queue_rcu_work +EXPORT_SYMBOL vmlinux 0x6fbc6a00 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fe0880e __dec_node_page_state +EXPORT_SYMBOL vmlinux 0x700004a6 sock_recvmsg +EXPORT_SYMBOL vmlinux 0x70002fe8 siphash_1u32 +EXPORT_SYMBOL vmlinux 0x7000a1a6 xp_set_rxq_info +EXPORT_SYMBOL vmlinux 0x700c6c17 key_create +EXPORT_SYMBOL vmlinux 0x701785b7 security_sb_mnt_opts_compat +EXPORT_SYMBOL vmlinux 0x701e77dd proc_symlink +EXPORT_SYMBOL vmlinux 0x70235e4b phy_stop +EXPORT_SYMBOL vmlinux 0x7023bea8 unregister_acpi_notifier +EXPORT_SYMBOL vmlinux 0x702946da ucs2_strlen +EXPORT_SYMBOL vmlinux 0x7040fff9 rtc_lock +EXPORT_SYMBOL vmlinux 0x704be106 has_capability +EXPORT_SYMBOL vmlinux 0x7054a3e4 request_dma +EXPORT_SYMBOL vmlinux 0x70578db3 flow_rule_match_tcp +EXPORT_SYMBOL vmlinux 0x705fe8fc lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x7060d475 kern_sys_bpf +EXPORT_SYMBOL vmlinux 0x70803a25 pci_enable_ptm +EXPORT_SYMBOL vmlinux 0x70a6eb08 scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x70ac2c1a blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x70ad75fb radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x70bb7de2 __x86_indirect_jump_thunk_rbp +EXPORT_SYMBOL vmlinux 0x70daa11e dma_fence_remove_callback +EXPORT_SYMBOL vmlinux 0x70f3250b scm_detach_fds +EXPORT_SYMBOL vmlinux 0x70faec6a misc_register +EXPORT_SYMBOL vmlinux 0x7113834c xsk_get_pool_from_qid +EXPORT_SYMBOL vmlinux 0x7116d599 seq_release_private +EXPORT_SYMBOL vmlinux 0x711a25fd kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x7126e81a netif_device_detach +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x712a7554 nd_region_to_nstype +EXPORT_SYMBOL vmlinux 0x713aaf53 phy_support_sym_pause +EXPORT_SYMBOL vmlinux 0x713b6de6 rt_mutex_base_init +EXPORT_SYMBOL vmlinux 0x7155bcf8 sync_file_get_fence +EXPORT_SYMBOL vmlinux 0x715a5ed0 vprintk +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x717d1f96 hdmi_infoframe_check +EXPORT_SYMBOL vmlinux 0x718a4693 __SCT__tp_func_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x7193c4d0 skb_set_owner_w +EXPORT_SYMBOL vmlinux 0x71a58054 d_add +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71bcd5e0 nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x71c139d3 devm_nvmem_cell_put +EXPORT_SYMBOL vmlinux 0x71c187bb bpf_prog_get_type_path +EXPORT_SYMBOL vmlinux 0x71c61816 fwnode_mdiobus_register_phy +EXPORT_SYMBOL vmlinux 0x71ea4813 scmd_printk +EXPORT_SYMBOL vmlinux 0x71fb6892 dma_fence_array_next +EXPORT_SYMBOL vmlinux 0x71ffe215 genphy_loopback +EXPORT_SYMBOL vmlinux 0x720a27a7 __register_blkdev +EXPORT_SYMBOL vmlinux 0x7213198c md_bitmap_end_sync +EXPORT_SYMBOL vmlinux 0x722647a0 genphy_c37_read_status +EXPORT_SYMBOL vmlinux 0x722b4b49 __phy_write_mmd +EXPORT_SYMBOL vmlinux 0x722d7b29 set_page_writeback +EXPORT_SYMBOL vmlinux 0x723caa9e mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0x724de2d2 find_inode_by_ino_rcu +EXPORT_SYMBOL vmlinux 0x7257dba1 inet_add_offload +EXPORT_SYMBOL vmlinux 0x725d75fc scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0x726005bd vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0x726bc3c7 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0x72778da6 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x729dea40 mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0x72b243d4 free_dma +EXPORT_SYMBOL vmlinux 0x72b9d287 default_grn +EXPORT_SYMBOL vmlinux 0x72baa298 skb_checksum_help +EXPORT_SYMBOL vmlinux 0x72cc19ec deactivate_super +EXPORT_SYMBOL vmlinux 0x72d79d83 pgdir_shift +EXPORT_SYMBOL vmlinux 0x72de53d8 mipi_dsi_dcs_set_display_brightness_large +EXPORT_SYMBOL vmlinux 0x72df0b15 udp_gro_complete +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72f14ff7 acpi_get_object_info +EXPORT_SYMBOL vmlinux 0x72f69ace netdev_core_stats_alloc +EXPORT_SYMBOL vmlinux 0x730a0727 tty_port_open +EXPORT_SYMBOL vmlinux 0x730f2cc8 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x731740fe pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0x732dd326 groups_free +EXPORT_SYMBOL vmlinux 0x73330bc1 generic_key_instantiate +EXPORT_SYMBOL vmlinux 0x735a0bd5 native_io_delay +EXPORT_SYMBOL vmlinux 0x735e6a81 acpi_evaluate_integer +EXPORT_SYMBOL vmlinux 0x736d64e3 ip_sock_set_tos +EXPORT_SYMBOL vmlinux 0x736fd8d3 _copy_from_iter_nocache +EXPORT_SYMBOL vmlinux 0x7372eed1 __do_once_done +EXPORT_SYMBOL vmlinux 0x7380dffa argv_split +EXPORT_SYMBOL vmlinux 0x739bad7e dst_init +EXPORT_SYMBOL vmlinux 0x739d4ae0 inet_csk_reqsk_queue_drop_and_put +EXPORT_SYMBOL vmlinux 0x73a0fe37 copy_page_to_iter_nofault +EXPORT_SYMBOL vmlinux 0x73abb180 alloc_contig_range +EXPORT_SYMBOL vmlinux 0x73aed2a3 i2c_register_driver +EXPORT_SYMBOL vmlinux 0x73afc3a9 sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x73bd7046 flow_block_cb_lookup +EXPORT_SYMBOL vmlinux 0x73c3497f sock_kfree_s +EXPORT_SYMBOL vmlinux 0x73c68ea7 uart_register_driver +EXPORT_SYMBOL vmlinux 0x73d6ad51 processors +EXPORT_SYMBOL vmlinux 0x73dd54eb irq_fpu_usable +EXPORT_SYMBOL vmlinux 0x73e53f65 pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0x73e9311d mdio_device_create +EXPORT_SYMBOL vmlinux 0x740a1b95 reserve_evntsel_nmi +EXPORT_SYMBOL vmlinux 0x7410aba2 strreplace +EXPORT_SYMBOL vmlinux 0x7412ed5b kvfree_sensitive +EXPORT_SYMBOL vmlinux 0x7413793a EISA_bus +EXPORT_SYMBOL vmlinux 0x741fd180 crypto_sha3_init +EXPORT_SYMBOL vmlinux 0x742578a5 wait_for_random_bytes +EXPORT_SYMBOL vmlinux 0x7429e20c kstrtos8 +EXPORT_SYMBOL vmlinux 0x742e1ca6 devm_memremap +EXPORT_SYMBOL vmlinux 0x743c9e1a mipi_dsi_dcs_set_pixel_format +EXPORT_SYMBOL vmlinux 0x744fb93a fs_param_is_blockdev +EXPORT_SYMBOL vmlinux 0x7453d3e8 security_release_secctx +EXPORT_SYMBOL vmlinux 0x745eaac5 reuseport_alloc +EXPORT_SYMBOL vmlinux 0x7466a184 __tracepoint_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x746ce00e ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0x74754435 acpi_bus_generate_netlink_event +EXPORT_SYMBOL vmlinux 0x748129fc __inet_stream_connect +EXPORT_SYMBOL vmlinux 0x7483dc59 pci_dev_present +EXPORT_SYMBOL vmlinux 0x74b8e674 slhc_toss +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74c1ea6f pci_free_irq +EXPORT_SYMBOL vmlinux 0x74c2ced4 phy_request_interrupt +EXPORT_SYMBOL vmlinux 0x74c6b428 simple_getattr +EXPORT_SYMBOL vmlinux 0x74da064a set_security_override +EXPORT_SYMBOL vmlinux 0x74dd9e0b dma_fence_wait_any_timeout +EXPORT_SYMBOL vmlinux 0x74ddd365 rproc_add_carveout +EXPORT_SYMBOL vmlinux 0x74e04968 xp_can_alloc +EXPORT_SYMBOL vmlinux 0x74e1ad18 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74f59be6 writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x74fa57c3 pm860x_reg_read +EXPORT_SYMBOL vmlinux 0x74fd1f57 readahead_expand +EXPORT_SYMBOL vmlinux 0x7507f1dc tcp_sync_mss +EXPORT_SYMBOL vmlinux 0x7525a649 mmc_can_erase +EXPORT_SYMBOL vmlinux 0x75264996 dma_fence_describe +EXPORT_SYMBOL vmlinux 0x7530bb0c __SCT__tp_func_write_msr +EXPORT_SYMBOL vmlinux 0x75324e27 pnp_device_detach +EXPORT_SYMBOL vmlinux 0x7538b132 agp_off +EXPORT_SYMBOL vmlinux 0x753923c1 fib_notifier_ops_unregister +EXPORT_SYMBOL vmlinux 0x754d539c strlen +EXPORT_SYMBOL vmlinux 0x7552d77b dst_destroy +EXPORT_SYMBOL vmlinux 0x755f4ba3 blake2s_compress_generic +EXPORT_SYMBOL vmlinux 0x756024b3 mipi_dsi_compression_mode +EXPORT_SYMBOL vmlinux 0x756c11ce pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0x7570a48e security_dentry_create_files_as +EXPORT_SYMBOL vmlinux 0x75710120 vm_event_states +EXPORT_SYMBOL vmlinux 0x75761079 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0x757d72d1 __dev_direct_xmit +EXPORT_SYMBOL vmlinux 0x75871f5e acpi_get_next_object +EXPORT_SYMBOL vmlinux 0x7591cb23 get_vm_area +EXPORT_SYMBOL vmlinux 0x75943e25 i8253_lock +EXPORT_SYMBOL vmlinux 0x75b83165 pci_dev_get +EXPORT_SYMBOL vmlinux 0x75b8ce88 blk_mq_unique_tag +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75bf5e14 input_register_handle +EXPORT_SYMBOL vmlinux 0x75d0deb9 nsecs_to_jiffies64 +EXPORT_SYMBOL vmlinux 0x75d499dd vmcore_add_device_dump +EXPORT_SYMBOL vmlinux 0x75da987a pnp_unregister_card_driver +EXPORT_SYMBOL vmlinux 0x75f162c8 __bread_gfp +EXPORT_SYMBOL vmlinux 0x75f9d280 dev_add_offload +EXPORT_SYMBOL vmlinux 0x75fb3a56 qdisc_offload_graft_helper +EXPORT_SYMBOL vmlinux 0x75fcf89d __zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x7620f41b km_state_notify +EXPORT_SYMBOL vmlinux 0x7624249e dim_park_tired +EXPORT_SYMBOL vmlinux 0x7625aa8b serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x7647c526 mipi_dsi_dcs_write_buffer +EXPORT_SYMBOL vmlinux 0x765ff474 crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x766111a6 blkdev_issue_secure_erase +EXPORT_SYMBOL vmlinux 0x76647fc3 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0x766a0927 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x766eddbf vga_switcheroo_client_probe_defer +EXPORT_SYMBOL vmlinux 0x767dce4b acpi_disable_all_gpes +EXPORT_SYMBOL vmlinux 0x767ddb02 set_memory_wc +EXPORT_SYMBOL vmlinux 0x767f0423 md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0x767fa07e blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0x7682ba4e __copy_overflow +EXPORT_SYMBOL vmlinux 0x768900c5 netdev_txq_to_tc +EXPORT_SYMBOL vmlinux 0x768af580 ethtool_notify +EXPORT_SYMBOL vmlinux 0x768ee329 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x769f6e64 errseq_check +EXPORT_SYMBOL vmlinux 0x76aaca2c genphy_read_abilities +EXPORT_SYMBOL vmlinux 0x76b2528b sock_release +EXPORT_SYMBOL vmlinux 0x76b84659 d_set_fallthru +EXPORT_SYMBOL vmlinux 0x76bf789d phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76ec7ce5 blk_queue_io_min +EXPORT_SYMBOL vmlinux 0x76efc249 _atomic_dec_and_raw_lock_irqsave +EXPORT_SYMBOL vmlinux 0x76f2f94d ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0x76fb08a7 amd_iommu_unregister_ppr_notifier +EXPORT_SYMBOL vmlinux 0x7705232d phy_free_interrupt +EXPORT_SYMBOL vmlinux 0x77137762 pci_rebar_get_possible_sizes +EXPORT_SYMBOL vmlinux 0x7714c16e fqdir_init +EXPORT_SYMBOL vmlinux 0x7716b1f0 page_symlink +EXPORT_SYMBOL vmlinux 0x771b2f8f max8925_bulk_read +EXPORT_SYMBOL vmlinux 0x77355343 pnp_release_card_device +EXPORT_SYMBOL vmlinux 0x77358855 iomem_resource +EXPORT_SYMBOL vmlinux 0x773fa409 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x77456e0a acpi_root_dir +EXPORT_SYMBOL vmlinux 0x776ca93a __clzdi2 +EXPORT_SYMBOL vmlinux 0x776f3d0c phy_attached_print +EXPORT_SYMBOL vmlinux 0x7789886e mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0x77930afe devm_aperture_acquire_for_platform_device +EXPORT_SYMBOL vmlinux 0x77a76bb6 __put_devmap_managed_page_refs +EXPORT_SYMBOL vmlinux 0x77ae5163 vfs_iter_write +EXPORT_SYMBOL vmlinux 0x77ba94e3 rcu_lazy_get_jiffies_till_flush +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77bf11b6 netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0x77e9eb37 aes_encrypt +EXPORT_SYMBOL vmlinux 0x77efb6c2 iov_iter_init +EXPORT_SYMBOL vmlinux 0x77f15930 tcp_shutdown +EXPORT_SYMBOL vmlinux 0x78008ee8 tcp_sock_set_keepintvl +EXPORT_SYMBOL vmlinux 0x7802251d dma_resv_init +EXPORT_SYMBOL vmlinux 0x7807f0f8 schedule_timeout_idle +EXPORT_SYMBOL vmlinux 0x78161f39 call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0x781afc60 serio_close +EXPORT_SYMBOL vmlinux 0x7825d214 dev_mc_flush +EXPORT_SYMBOL vmlinux 0x782e6dfc adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0x78335dc5 tcf_get_next_proto +EXPORT_SYMBOL vmlinux 0x783aefc4 blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0x7845e667 i2c_find_device_by_fwnode +EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x7854308f input_get_timestamp +EXPORT_SYMBOL vmlinux 0x78548abe __sock_create +EXPORT_SYMBOL vmlinux 0x788bd226 jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x78a0448b input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0x78a16f48 aes_decrypt +EXPORT_SYMBOL vmlinux 0x78a2cd62 agp_generic_enable +EXPORT_SYMBOL vmlinux 0x78ae7b6e phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0x78b887ed vsprintf +EXPORT_SYMBOL vmlinux 0x78bcf5d0 key_type_keyring +EXPORT_SYMBOL vmlinux 0x78d4c4c1 devm_pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x78ddf080 kernel_sock_ip_overhead +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78e5ce4b tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0x790f39b3 netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x79101947 clk_bulk_get_all +EXPORT_SYMBOL vmlinux 0x7916832f netif_napi_add_weight +EXPORT_SYMBOL vmlinux 0x7919b383 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x7955182d mipi_dsi_turn_on_peripheral +EXPORT_SYMBOL vmlinux 0x797058ed init_pseudo +EXPORT_SYMBOL vmlinux 0x7984eefc key_update +EXPORT_SYMBOL vmlinux 0x79951049 blk_mq_start_request +EXPORT_SYMBOL vmlinux 0x799f72d0 agp_alloc_page_array +EXPORT_SYMBOL vmlinux 0x79a33f85 vme_get_size +EXPORT_SYMBOL vmlinux 0x79b458ed tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0x79b71ca2 devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x79c820ca fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0x79ced82f iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0x79d219c0 __get_hash_from_flowi6 +EXPORT_SYMBOL vmlinux 0x79d69d29 register_key_type +EXPORT_SYMBOL vmlinux 0x79df9633 ioremap_encrypted +EXPORT_SYMBOL vmlinux 0x79e4cbe8 override_creds +EXPORT_SYMBOL vmlinux 0x7a1bcd59 gf128mul_x8_ble +EXPORT_SYMBOL vmlinux 0x7a24b59c netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0x7a2bc7bc inet_del_offload +EXPORT_SYMBOL vmlinux 0x7a2ff57e security_current_getsecid_subj +EXPORT_SYMBOL vmlinux 0x7a386c74 tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0x7a4c9f98 sock_sendmsg +EXPORT_SYMBOL vmlinux 0x7a53a06d flow_indr_dev_exists +EXPORT_SYMBOL vmlinux 0x7a540209 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x7a6122fd pci_disable_link_state +EXPORT_SYMBOL vmlinux 0x7a64a7b3 __folio_start_writeback +EXPORT_SYMBOL vmlinux 0x7a70e4e2 tcp_child_process +EXPORT_SYMBOL vmlinux 0x7a7c98e2 proc_create +EXPORT_SYMBOL vmlinux 0x7a88da87 iosf_mbi_write +EXPORT_SYMBOL vmlinux 0x7a95e5ae do_settimeofday64 +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7aa40850 kmalloc_caches +EXPORT_SYMBOL vmlinux 0x7aa9fc53 pci_ep_cfs_remove_epf_group +EXPORT_SYMBOL vmlinux 0x7ab605e9 md_bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7ad2b26e param_set_charp +EXPORT_SYMBOL vmlinux 0x7adc0fbf rb_replace_node_rcu +EXPORT_SYMBOL vmlinux 0x7ae5014c inet6_protos +EXPORT_SYMBOL vmlinux 0x7ae9e84b dev_lstats_read +EXPORT_SYMBOL vmlinux 0x7af7788b dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x7afea298 udp_gro_receive +EXPORT_SYMBOL vmlinux 0x7aff27fb dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0x7aff77a3 __cpu_present_mask +EXPORT_SYMBOL vmlinux 0x7b0f1d0a mtree_store +EXPORT_SYMBOL vmlinux 0x7b222844 dcb_setapp +EXPORT_SYMBOL vmlinux 0x7b37d4a7 _find_first_zero_bit +EXPORT_SYMBOL vmlinux 0x7b3fe854 pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0x7b42d863 inet_addr_type +EXPORT_SYMBOL vmlinux 0x7b4da6ff __init_rwsem +EXPORT_SYMBOL vmlinux 0x7b54f270 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x7b5b8f31 sha256_update +EXPORT_SYMBOL vmlinux 0x7b7785c2 generic_remap_file_range_prep +EXPORT_SYMBOL vmlinux 0x7b7b2669 request_firmware +EXPORT_SYMBOL vmlinux 0x7b82b9a1 idr_replace +EXPORT_SYMBOL vmlinux 0x7b984d74 security_sctp_assoc_established +EXPORT_SYMBOL vmlinux 0x7b991f0b netdev_features_change +EXPORT_SYMBOL vmlinux 0x7baf9a56 udp_seq_next +EXPORT_SYMBOL vmlinux 0x7bb50b88 acpi_write +EXPORT_SYMBOL vmlinux 0x7bbccd05 nr_node_ids +EXPORT_SYMBOL vmlinux 0x7bc5098f sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0x7befa513 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x7c173634 __bitmap_complement +EXPORT_SYMBOL vmlinux 0x7c2d03a6 dma_fence_enable_sw_signaling +EXPORT_SYMBOL vmlinux 0x7c2d291d md_write_inc +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c636900 inode_set_flags +EXPORT_SYMBOL vmlinux 0x7c721a97 dqget +EXPORT_SYMBOL vmlinux 0x7c7533a9 bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0x7c8cd5d4 devfreq_recommended_opp +EXPORT_SYMBOL vmlinux 0x7ca3a8ed mfd_remove_devices_late +EXPORT_SYMBOL vmlinux 0x7cb10ac6 tcp_filter +EXPORT_SYMBOL vmlinux 0x7cbe0cd2 drop_reasons_by_subsys +EXPORT_SYMBOL vmlinux 0x7cc18181 set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0x7cd8d75e page_offset_base +EXPORT_SYMBOL vmlinux 0x7cd9fd0a migrate_device_pages +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7ce58981 kvrealloc +EXPORT_SYMBOL vmlinux 0x7cf190e1 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7cfbb410 unregister_mii_timestamper +EXPORT_SYMBOL vmlinux 0x7cfe368d net_dim_get_def_tx_moderation +EXPORT_SYMBOL vmlinux 0x7cfea83a bpf_link_put +EXPORT_SYMBOL vmlinux 0x7d0ba682 gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d12d76d acpi_get_parent +EXPORT_SYMBOL vmlinux 0x7d21a4ef ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0x7d27e504 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x7d2b44a7 tcp_inbound_md5_hash +EXPORT_SYMBOL vmlinux 0x7d2c1183 blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0x7d3ca4cb register_fib_notifier +EXPORT_SYMBOL vmlinux 0x7d4b176a netlbl_catmap_setbit +EXPORT_SYMBOL vmlinux 0x7d552ea4 pci_scan_bus +EXPORT_SYMBOL vmlinux 0x7d563e5f pci_select_bars +EXPORT_SYMBOL vmlinux 0x7d5e1008 __crc32c_le_shift +EXPORT_SYMBOL vmlinux 0x7d628444 memcpy_fromio +EXPORT_SYMBOL vmlinux 0x7d65d049 nla_put_64bit +EXPORT_SYMBOL vmlinux 0x7d67f285 generic_block_bmap +EXPORT_SYMBOL vmlinux 0x7d74d522 kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0x7d75b6a5 path_is_under +EXPORT_SYMBOL vmlinux 0x7d7cca9b kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0x7d814bcf put_ipc_ns +EXPORT_SYMBOL vmlinux 0x7d855762 generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0x7d9af36a genphy_read_status_fixed +EXPORT_SYMBOL vmlinux 0x7d9b2645 sock_alloc_file +EXPORT_SYMBOL vmlinux 0x7daece67 quota_send_warning +EXPORT_SYMBOL vmlinux 0x7dc5ffa7 tc_skb_ext_tc_disable +EXPORT_SYMBOL vmlinux 0x7dcf4135 __xa_insert +EXPORT_SYMBOL vmlinux 0x7dd29bd6 xp_dma_sync_for_device_slow +EXPORT_SYMBOL vmlinux 0x7dd554fc unregister_kmmio_probe +EXPORT_SYMBOL vmlinux 0x7dd68449 param_get_short +EXPORT_SYMBOL vmlinux 0x7de08500 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0x7df55939 tcf_generic_walker +EXPORT_SYMBOL vmlinux 0x7e0548dd netdev_update_features +EXPORT_SYMBOL vmlinux 0x7e0b1fd5 agp3_generic_tlbflush +EXPORT_SYMBOL vmlinux 0x7e0b255f hdmi_audio_infoframe_pack_for_dp +EXPORT_SYMBOL vmlinux 0x7e1ccb70 mq_change_real_num_tx +EXPORT_SYMBOL vmlinux 0x7e2ed03b is_nd_dax +EXPORT_SYMBOL vmlinux 0x7e3191f6 try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x7e5c9cbd migrate_device_finalize +EXPORT_SYMBOL vmlinux 0x7e68a413 param_array_ops +EXPORT_SYMBOL vmlinux 0x7e7bcf26 acpi_map_cpu +EXPORT_SYMBOL vmlinux 0x7e944218 crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x7eb8a11f flow_rule_match_control +EXPORT_SYMBOL vmlinux 0x7ed16605 jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0x7eda396e netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x7edc6d52 tcp_ioctl +EXPORT_SYMBOL vmlinux 0x7ede9fd3 sock_no_listen +EXPORT_SYMBOL vmlinux 0x7eefd884 skb_clone_sk +EXPORT_SYMBOL vmlinux 0x7ef4bddc __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0x7ef8b2df dcb_getrewr +EXPORT_SYMBOL vmlinux 0x7f02188f __msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x7f03b6a9 crc_ccitt_table +EXPORT_SYMBOL vmlinux 0x7f235d7f tcp_mtup_init +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f4bade4 notify_change +EXPORT_SYMBOL vmlinux 0x7f52071a net_dim +EXPORT_SYMBOL vmlinux 0x7f5d46f6 dst_alloc +EXPORT_SYMBOL vmlinux 0x7f62eaa4 sgl_free +EXPORT_SYMBOL vmlinux 0x7f7147b0 pci_enable_atomic_ops_to_root +EXPORT_SYMBOL vmlinux 0x7f7f7bb4 irq_poll_disable +EXPORT_SYMBOL vmlinux 0x7f7fce4e uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0x7f9c98f5 md_set_array_sectors +EXPORT_SYMBOL vmlinux 0x7fa505d2 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x7fb49c3d d_mark_dontcache +EXPORT_SYMBOL vmlinux 0x7fde1fbc acpi_walk_resource_buffer +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7fef705c scm_fp_dup +EXPORT_SYMBOL vmlinux 0x7ff73270 tcp_req_err +EXPORT_SYMBOL vmlinux 0x7fffa452 tcp_time_wait +EXPORT_SYMBOL vmlinux 0x80127ddb skb_store_bits +EXPORT_SYMBOL vmlinux 0x8013d9d0 register_filesystem +EXPORT_SYMBOL vmlinux 0x80287c98 mdiobus_is_registered_device +EXPORT_SYMBOL vmlinux 0x803a3f31 mipi_dsi_dcs_enter_sleep_mode +EXPORT_SYMBOL vmlinux 0x803b08b9 generic_buffers_fsync_noflush +EXPORT_SYMBOL vmlinux 0x803ddbb6 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x8042dcfd vfs_fileattr_get +EXPORT_SYMBOL vmlinux 0x804af87c wrmsr_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x80762048 _atomic_dec_and_raw_lock +EXPORT_SYMBOL vmlinux 0x80816f26 get_user_ifreq +EXPORT_SYMBOL vmlinux 0x80920718 fb_class +EXPORT_SYMBOL vmlinux 0x809f5bd5 unload_nls +EXPORT_SYMBOL vmlinux 0x80a10f80 logfc +EXPORT_SYMBOL vmlinux 0x80a66a65 phy_ethtool_nway_reset +EXPORT_SYMBOL vmlinux 0x80a717a8 __percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x80bc3233 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80e5f86f fscrypt_fname_alloc_buffer +EXPORT_SYMBOL vmlinux 0x80e6e595 qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x80fb32fe vfs_setpos +EXPORT_SYMBOL vmlinux 0x810cf8bb d_obtain_root +EXPORT_SYMBOL vmlinux 0x810e6061 backlight_device_get_by_type +EXPORT_SYMBOL vmlinux 0x8112b3d2 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x8116454e jbd2_fc_begin_commit +EXPORT_SYMBOL vmlinux 0x81188c30 match_string +EXPORT_SYMBOL vmlinux 0x811dc20a cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0x81211ed1 __SCK__tp_func_kmalloc +EXPORT_SYMBOL vmlinux 0x81491054 security_binder_transaction +EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x815f2897 empty_zero_page +EXPORT_SYMBOL vmlinux 0x816347c6 agp_device_command +EXPORT_SYMBOL vmlinux 0x81810c43 devm_extcon_register_notifier_all +EXPORT_SYMBOL vmlinux 0x8181fef6 tcp_sock_set_keepcnt +EXPORT_SYMBOL vmlinux 0x818416e1 scsi_set_sense_information +EXPORT_SYMBOL vmlinux 0x81a1eb59 utf8_unload +EXPORT_SYMBOL vmlinux 0x81ac5e33 trace_print_hex_dump_seq +EXPORT_SYMBOL vmlinux 0x81ba5ffa nvdimm_bus_unlock +EXPORT_SYMBOL vmlinux 0x81c51d19 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x81ce9941 intel_scu_ipc_dev_writev +EXPORT_SYMBOL vmlinux 0x81d6c28b acpi_buffer_to_resource +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81df7531 alloc_pages +EXPORT_SYMBOL vmlinux 0x81e6b37f dmi_get_system_info +EXPORT_SYMBOL vmlinux 0x81fe3684 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0x8233d3b1 rt_dst_alloc +EXPORT_SYMBOL vmlinux 0x823a559e devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x823c19ea iosf_mbi_unregister_pmic_bus_access_notifier_unlocked +EXPORT_SYMBOL vmlinux 0x8252e6aa blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x8258e1ad ip_frag_next +EXPORT_SYMBOL vmlinux 0x825971ad phy_mipi_dphy_get_default_config_for_hsclk +EXPORT_SYMBOL vmlinux 0x825ec470 simple_recursive_removal +EXPORT_SYMBOL vmlinux 0x82735d36 inode_maybe_inc_iversion +EXPORT_SYMBOL vmlinux 0x82753111 param_set_byte +EXPORT_SYMBOL vmlinux 0x82c87ad5 nr_online_nodes +EXPORT_SYMBOL vmlinux 0x82d59374 copy_page_to_iter +EXPORT_SYMBOL vmlinux 0x82db4e46 pci_request_region +EXPORT_SYMBOL vmlinux 0x82e8d51b dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0x82ee90dc timer_delete_sync +EXPORT_SYMBOL vmlinux 0x83294bd7 mdiobus_c45_write +EXPORT_SYMBOL vmlinux 0x834dec12 do_splice_direct +EXPORT_SYMBOL vmlinux 0x8357226b mipi_dsi_dcs_set_tear_on +EXPORT_SYMBOL vmlinux 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL vmlinux 0x837e6ef2 elv_rb_add +EXPORT_SYMBOL vmlinux 0x838d2bc8 siphash_3u32 +EXPORT_SYMBOL vmlinux 0x83931477 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x839f501c inode_to_bdi +EXPORT_SYMBOL vmlinux 0x839f9337 param_ops_byte +EXPORT_SYMBOL vmlinux 0x83a20beb blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0x83fffb3b sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0x841193c4 phy_print_status +EXPORT_SYMBOL vmlinux 0x8427cc7b _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0x842c8e9d ioread16 +EXPORT_SYMBOL vmlinux 0x842dcf24 xp_free +EXPORT_SYMBOL vmlinux 0x8466646d inet6_add_offload +EXPORT_SYMBOL vmlinux 0x84710b88 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0x84729c21 netdev_change_features +EXPORT_SYMBOL vmlinux 0x84783539 iterate_supers_type +EXPORT_SYMBOL vmlinux 0x847ce6cb mt_find_after +EXPORT_SYMBOL vmlinux 0x84823cf3 nla_strscpy +EXPORT_SYMBOL vmlinux 0x848d372e iowrite8 +EXPORT_SYMBOL vmlinux 0x84914079 __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x84a0ca4d bitmap_zalloc_node +EXPORT_SYMBOL vmlinux 0x84aba4fa vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0x84abaaa0 xfrm_input_resume +EXPORT_SYMBOL vmlinux 0x84abcd78 ip_options_compile +EXPORT_SYMBOL vmlinux 0x84bf4290 devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0x84c12059 rproc_detach +EXPORT_SYMBOL vmlinux 0x84cc3190 i2c_transfer +EXPORT_SYMBOL vmlinux 0x84f658b9 __cgroup_bpf_run_filter_sock_addr +EXPORT_SYMBOL vmlinux 0x84fe67ee param_ops_short +EXPORT_SYMBOL vmlinux 0x8518a4a6 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x851cf685 handshake_genl_put +EXPORT_SYMBOL vmlinux 0x851e7f8a d_alloc_name +EXPORT_SYMBOL vmlinux 0x8522d6bc strncpy_from_user +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x858511da pci_write_vpd +EXPORT_SYMBOL vmlinux 0x8589446f tcf_block_netif_keep_dst +EXPORT_SYMBOL vmlinux 0x85897016 ipv6_push_frag_opts +EXPORT_SYMBOL vmlinux 0x8591d7d5 ledtrig_mtd_activity +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85bd1608 __request_region +EXPORT_SYMBOL vmlinux 0x85c5b419 tty_lock +EXPORT_SYMBOL vmlinux 0x85ce47d0 blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85efc7e0 zero_pfn +EXPORT_SYMBOL vmlinux 0x85f596a4 neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x8614f11d xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0x8626063b consume_skb +EXPORT_SYMBOL vmlinux 0x862c8035 bitmap_alloc_node +EXPORT_SYMBOL vmlinux 0x862cdafa tcf_qevent_dump +EXPORT_SYMBOL vmlinux 0x862e8679 udp6_csum_init +EXPORT_SYMBOL vmlinux 0x863a276a color_table +EXPORT_SYMBOL vmlinux 0x864abb52 rdmacg_uncharge +EXPORT_SYMBOL vmlinux 0x864cf632 acpi_register_debugger +EXPORT_SYMBOL vmlinux 0x866a62b2 gnet_stats_basic_sync_init +EXPORT_SYMBOL vmlinux 0x86757166 mdio_driver_unregister +EXPORT_SYMBOL vmlinux 0x867860ad inet_frag_reasm_finish +EXPORT_SYMBOL vmlinux 0x86869920 t10_pi_type1_crc +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x8691953e dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x8692bfe2 pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0x86ad3943 genphy_update_link +EXPORT_SYMBOL vmlinux 0x86bded9c flow_indr_dev_unregister +EXPORT_SYMBOL vmlinux 0x86c0673c vmf_insert_mixed_mkwrite +EXPORT_SYMBOL vmlinux 0x86c6a3a9 fscrypt_put_encryption_info +EXPORT_SYMBOL vmlinux 0x86c7272b iosf_mbi_read +EXPORT_SYMBOL vmlinux 0x86ce2bda agp_create_memory +EXPORT_SYMBOL vmlinux 0x86d52ba5 lookup_constant +EXPORT_SYMBOL vmlinux 0x86d7dc76 load_nls +EXPORT_SYMBOL vmlinux 0x86dd708d tc_skb_ext_tc_enable +EXPORT_SYMBOL vmlinux 0x86e10482 sock_set_rcvbuf +EXPORT_SYMBOL vmlinux 0x86f27420 iosf_mbi_block_punit_i2c_access +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x8701c912 qdisc_watchdog_init_clockid +EXPORT_SYMBOL vmlinux 0x870a96aa folio_alloc +EXPORT_SYMBOL vmlinux 0x87189bb8 audit_log +EXPORT_SYMBOL vmlinux 0x872c56c0 vm_iomap_memory +EXPORT_SYMBOL vmlinux 0x872d24f4 vfs_symlink +EXPORT_SYMBOL vmlinux 0x8730d759 mpage_readahead +EXPORT_SYMBOL vmlinux 0x87431afa dump_skip_to +EXPORT_SYMBOL vmlinux 0x87513010 tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0x8753bae5 ram_aops +EXPORT_SYMBOL vmlinux 0x8761c87b rps_needed +EXPORT_SYMBOL vmlinux 0x876f6c2f flow_rule_match_meta +EXPORT_SYMBOL vmlinux 0x87706d4e __put_user_nocheck_8 +EXPORT_SYMBOL vmlinux 0x87798297 tcp_connect +EXPORT_SYMBOL vmlinux 0x87809aeb put_user_ifreq +EXPORT_SYMBOL vmlinux 0x8787b0f4 tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0x878a7b8a qdisc_offload_dump_helper +EXPORT_SYMBOL vmlinux 0x87997cdd devm_register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x87a1b83e dev_alloc_name +EXPORT_SYMBOL vmlinux 0x87a21cb3 __ubsan_handle_out_of_bounds +EXPORT_SYMBOL vmlinux 0x87a811e6 d_add_ci +EXPORT_SYMBOL vmlinux 0x87c8c92f dma_fence_match_context +EXPORT_SYMBOL vmlinux 0x87c95dff __nla_put +EXPORT_SYMBOL vmlinux 0x87cf31f5 tcf_action_set_ctrlact +EXPORT_SYMBOL vmlinux 0x87e2510b bio_copy_data +EXPORT_SYMBOL vmlinux 0x87f501e8 mipi_dsi_generic_read +EXPORT_SYMBOL vmlinux 0x8810754a _find_first_bit +EXPORT_SYMBOL vmlinux 0x881bad5e phy_mipi_dphy_config_validate +EXPORT_SYMBOL vmlinux 0x881c4413 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x8823ef75 intel_gmch_gtt_insert_page +EXPORT_SYMBOL vmlinux 0x8827c46c fs_param_is_u32 +EXPORT_SYMBOL vmlinux 0x8828748b seq_dentry +EXPORT_SYMBOL vmlinux 0x8831b7fd reuseport_detach_prog +EXPORT_SYMBOL vmlinux 0x8842584c nd_integrity_init +EXPORT_SYMBOL vmlinux 0x8849b1f1 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0x88523d43 __mmc_claim_host +EXPORT_SYMBOL vmlinux 0x88550263 input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0x88604a9b pci_release_regions +EXPORT_SYMBOL vmlinux 0x886ba7ff bioset_exit +EXPORT_SYMBOL vmlinux 0x88822d38 unregister_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0x8886bb87 scsi_dma_map +EXPORT_SYMBOL vmlinux 0x8888f1fe xxh32 +EXPORT_SYMBOL vmlinux 0x889b1370 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x889c91a1 nf_reinject +EXPORT_SYMBOL vmlinux 0x88c58bad inet_accept +EXPORT_SYMBOL vmlinux 0x88cd5635 nexthop_set_hw_flags +EXPORT_SYMBOL vmlinux 0x88db9f48 __check_object_size +EXPORT_SYMBOL vmlinux 0x88e1d0f0 page_frag_free +EXPORT_SYMBOL vmlinux 0x88ea53cf set_pages_array_wb +EXPORT_SYMBOL vmlinux 0x89010736 __devm_request_region +EXPORT_SYMBOL vmlinux 0x890384c2 unregister_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x8915a9e4 __phy_read_mmd +EXPORT_SYMBOL vmlinux 0x891dbb8f sgl_free_order +EXPORT_SYMBOL vmlinux 0x89283f35 pci_read_vpd +EXPORT_SYMBOL vmlinux 0x892b9cda iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0x8934b123 vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x89388d6b tcf_block_get_ext +EXPORT_SYMBOL vmlinux 0x89434b4b radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x89444332 md_bitmap_update_sb +EXPORT_SYMBOL vmlinux 0x8979812e pci_find_resource +EXPORT_SYMBOL vmlinux 0x89810074 set_binfmt +EXPORT_SYMBOL vmlinux 0x89853b0c pskb_expand_head +EXPORT_SYMBOL vmlinux 0x89940875 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x89afa63e scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0x89bec0f3 fscrypt_free_inode +EXPORT_SYMBOL vmlinux 0x89c0adc7 regset_get +EXPORT_SYMBOL vmlinux 0x89cfb587 fget_raw +EXPORT_SYMBOL vmlinux 0x89f9bc04 devm_clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x89fc37a8 vfs_parse_monolithic_sep +EXPORT_SYMBOL vmlinux 0x89fea750 __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x8a03ffdc vga_switcheroo_init_domain_pm_ops +EXPORT_SYMBOL vmlinux 0x8a0c65d6 dquot_initialize_needed +EXPORT_SYMBOL vmlinux 0x8a301765 __getblk_gfp +EXPORT_SYMBOL vmlinux 0x8a35b432 sme_me_mask +EXPORT_SYMBOL vmlinux 0x8a47043d LZ4_decompress_safe_continue +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a49327d eth_validate_addr +EXPORT_SYMBOL vmlinux 0x8a54670a __x86_indirect_jump_thunk_r14 +EXPORT_SYMBOL vmlinux 0x8a5573a8 t10_pi_type1_ip +EXPORT_SYMBOL vmlinux 0x8a6c7139 acpi_mask_gpe +EXPORT_SYMBOL vmlinux 0x8a7094ba vm_brk_flags +EXPORT_SYMBOL vmlinux 0x8a75e40f security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x8a79999e skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a833583 dma_fence_array_ops +EXPORT_SYMBOL vmlinux 0x8a912fa9 amd_iommu_domain_direct_map +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8aaecd60 __put_cred +EXPORT_SYMBOL vmlinux 0x8ab08dcc eth_header_cache_update +EXPORT_SYMBOL vmlinux 0x8ab55245 devm_clk_get +EXPORT_SYMBOL vmlinux 0x8ac3334b net_dim_get_def_rx_moderation +EXPORT_SYMBOL vmlinux 0x8af3bddb page_readlink +EXPORT_SYMBOL vmlinux 0x8afc9d47 pin_user_pages_remote +EXPORT_SYMBOL vmlinux 0x8b0088d1 LZ4_decompress_safe_usingDict +EXPORT_SYMBOL vmlinux 0x8b394239 pps_unregister_source +EXPORT_SYMBOL vmlinux 0x8b3a3674 sg_miter_skip +EXPORT_SYMBOL vmlinux 0x8b4df83a inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x8b59cbf8 mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b679535 wait_for_key_construction +EXPORT_SYMBOL vmlinux 0x8b6d749b dquot_quota_on +EXPORT_SYMBOL vmlinux 0x8b77bac0 bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b825433 nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x8b90a155 amd_iommu_domain_set_gcr3 +EXPORT_SYMBOL vmlinux 0x8b910be2 errseq_sample +EXPORT_SYMBOL vmlinux 0x8b966b63 sn_rtc_cycles_per_second +EXPORT_SYMBOL vmlinux 0x8b989cf9 acpi_bus_can_wakeup +EXPORT_SYMBOL vmlinux 0x8b9b03ea __sk_dst_check +EXPORT_SYMBOL vmlinux 0x8ba207fa param_ops_int +EXPORT_SYMBOL vmlinux 0x8ba99ecf inet_release +EXPORT_SYMBOL vmlinux 0x8bbb6bd2 netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0x8bd577d0 acpi_ut_exit +EXPORT_SYMBOL vmlinux 0x8bd6f11c vga_switcheroo_register_handler +EXPORT_SYMBOL vmlinux 0x8bdbf4b0 set_pages_array_wc +EXPORT_SYMBOL vmlinux 0x8bdfc47c __mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x8be4c305 igrab +EXPORT_SYMBOL vmlinux 0x8c034166 clk_hw_get_clk +EXPORT_SYMBOL vmlinux 0x8c0751d6 dev_remove_offload +EXPORT_SYMBOL vmlinux 0x8c0990f0 __quota_error +EXPORT_SYMBOL vmlinux 0x8c0f9cf2 xp_raw_get_dma +EXPORT_SYMBOL vmlinux 0x8c1a27a4 filemap_invalidate_unlock_two +EXPORT_SYMBOL vmlinux 0x8c1a7870 inet6_del_offload +EXPORT_SYMBOL vmlinux 0x8c258dbc ppp_input +EXPORT_SYMBOL vmlinux 0x8c26d495 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x8c30b32a __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x8c30bf67 zstd_dctx_workspace_bound +EXPORT_SYMBOL vmlinux 0x8c3bf294 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0x8c3f0d07 __tracepoint_dma_fence_emit +EXPORT_SYMBOL vmlinux 0x8c4e01b6 textsearch_register +EXPORT_SYMBOL vmlinux 0x8c7c44bb clean_bdev_aliases +EXPORT_SYMBOL vmlinux 0x8c7fdea9 phy_drivers_register +EXPORT_SYMBOL vmlinux 0x8c8569cb kstrtoint +EXPORT_SYMBOL vmlinux 0x8c9e338f acpi_bios_error +EXPORT_SYMBOL vmlinux 0x8caf9305 uuid_is_valid +EXPORT_SYMBOL vmlinux 0x8cafb829 ip6_frag_next +EXPORT_SYMBOL vmlinux 0x8cc04f60 redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x8cc79cab iowrite16_rep +EXPORT_SYMBOL vmlinux 0x8cce11bf rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x8cd765c2 refresh_frequency_limits +EXPORT_SYMBOL vmlinux 0x8cda8029 xen_clear_irq_pending +EXPORT_SYMBOL vmlinux 0x8d05888a dev_load +EXPORT_SYMBOL vmlinux 0x8d175b4e mmc_add_host +EXPORT_SYMBOL vmlinux 0x8d33e672 __find_nth_andnot_bit +EXPORT_SYMBOL vmlinux 0x8d50348f sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d56f23e blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0x8d60652c __SCT__tp_func_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x8d6aff89 __put_user_nocheck_4 +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d820892 __seq_open_private +EXPORT_SYMBOL vmlinux 0x8d8be1a9 inet_frag_reasm_prepare +EXPORT_SYMBOL vmlinux 0x8d8ce42a ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x8d9deab1 ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x8dafaf22 hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x8db22efe acpi_setup_gpe_for_wake +EXPORT_SYMBOL vmlinux 0x8db9095f block_invalidate_folio +EXPORT_SYMBOL vmlinux 0x8dd35ba4 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x8ddd8aad schedule_timeout +EXPORT_SYMBOL vmlinux 0x8de20f3a __blk_alloc_disk +EXPORT_SYMBOL vmlinux 0x8de8c1fb inet_frags_fini +EXPORT_SYMBOL vmlinux 0x8dee722d _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0x8df92f66 memchr_inv +EXPORT_SYMBOL vmlinux 0x8df9dd10 guid_null +EXPORT_SYMBOL vmlinux 0x8e1204b3 inode_update_time +EXPORT_SYMBOL vmlinux 0x8e17b3ae idr_destroy +EXPORT_SYMBOL vmlinux 0x8e3e0f7d fault_in_readable +EXPORT_SYMBOL vmlinux 0x8e47b385 skb_csum_hwoffload_help +EXPORT_SYMBOL vmlinux 0x8e4bcf37 __dev_set_mtu +EXPORT_SYMBOL vmlinux 0x8e4e974a rproc_coredump_set_elf_info +EXPORT_SYMBOL vmlinux 0x8e579cda ip_output +EXPORT_SYMBOL vmlinux 0x8e6a0112 fb_show_logo +EXPORT_SYMBOL vmlinux 0x8e74179f __netlink_dump_start +EXPORT_SYMBOL vmlinux 0x8e7871a7 netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0x8e8e5ae7 finish_swait +EXPORT_SYMBOL vmlinux 0x8e93bd24 security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x8e993ebb nf_log_unregister +EXPORT_SYMBOL vmlinux 0x8ea6c712 key_task_permission +EXPORT_SYMBOL vmlinux 0x8eaf2a5f vga_switcheroo_unregister_handler +EXPORT_SYMBOL vmlinux 0x8ebe50bc devm_rproc_add +EXPORT_SYMBOL vmlinux 0x8ec760b0 cgroup_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0x8ecfcbf8 from_kuid +EXPORT_SYMBOL vmlinux 0x8ee68276 devfreq_get_freq_range +EXPORT_SYMBOL vmlinux 0x8eebb4ce netif_tx_unlock +EXPORT_SYMBOL vmlinux 0x8f01afd6 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x8f17aa7d find_inode_rcu +EXPORT_SYMBOL vmlinux 0x8f1b729c shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0x8f1c6389 __SCK__tp_func_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x8f2703b7 wbinvd_on_all_cpus +EXPORT_SYMBOL vmlinux 0x8f2ddc51 genphy_aneg_done +EXPORT_SYMBOL vmlinux 0x8f466132 md_bitmap_unplug_async +EXPORT_SYMBOL vmlinux 0x8f485b78 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0x8f4f95c9 rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0x8f5938a2 dev_set_mac_address_user +EXPORT_SYMBOL vmlinux 0x8f60f82c flow_rule_match_icmp +EXPORT_SYMBOL vmlinux 0x8f79f916 pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0x8f80bf11 acpi_install_gpe_raw_handler +EXPORT_SYMBOL vmlinux 0x8f922b0d get_watch_queue +EXPORT_SYMBOL vmlinux 0x8f9342eb single_open +EXPORT_SYMBOL vmlinux 0x8f996a30 ethtool_convert_legacy_u32_to_link_mode +EXPORT_SYMBOL vmlinux 0x8f9c199c __get_user_2 +EXPORT_SYMBOL vmlinux 0x8fa25c24 xa_find +EXPORT_SYMBOL vmlinux 0x8fa7bb77 xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x8fa916c4 nf_log_unset +EXPORT_SYMBOL vmlinux 0x8fab1585 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x8fc40dc2 neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0x8fcf86dc flow_rule_match_mpls +EXPORT_SYMBOL vmlinux 0x8fd64b2a vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0x8fd78ef0 param_set_ullong +EXPORT_SYMBOL vmlinux 0x8fe566e2 dev_uc_add +EXPORT_SYMBOL vmlinux 0x8ff89ed0 seg6_hmac_exit +EXPORT_SYMBOL vmlinux 0x90006be6 dm_kcopyd_client_flush +EXPORT_SYMBOL vmlinux 0x900a80b1 netdev_get_xmit_slave +EXPORT_SYMBOL vmlinux 0x902d8722 vme_slave_get +EXPORT_SYMBOL vmlinux 0x90302982 generic_file_fsync +EXPORT_SYMBOL vmlinux 0x9034a696 mempool_destroy +EXPORT_SYMBOL vmlinux 0x903b3070 netdev_offload_xstats_push_delta +EXPORT_SYMBOL vmlinux 0x90576ec4 vmemdup_user +EXPORT_SYMBOL vmlinux 0x90577f36 cros_ec_cmd_xfer_status +EXPORT_SYMBOL vmlinux 0x9064ed72 clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x90694b5b blk_start_plug +EXPORT_SYMBOL vmlinux 0x906b7053 d_prune_aliases +EXPORT_SYMBOL vmlinux 0x906cabdd pci_iomap_range +EXPORT_SYMBOL vmlinux 0x907d32cb migrate_folio +EXPORT_SYMBOL vmlinux 0x908b1afb flow_rule_match_enc_control +EXPORT_SYMBOL vmlinux 0x908ece7d kill_anon_super +EXPORT_SYMBOL vmlinux 0x9092defd proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x909fde7a sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x90a52f37 pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0x90aeb796 __do_once_sleepable_done +EXPORT_SYMBOL vmlinux 0x90bbb073 kobject_put +EXPORT_SYMBOL vmlinux 0x90c2e642 ethtool_virtdev_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x90c624f8 __skb_gso_segment +EXPORT_SYMBOL vmlinux 0x90d6658e skb_find_text +EXPORT_SYMBOL vmlinux 0x90e8cd75 write_inode_now +EXPORT_SYMBOL vmlinux 0x9100f548 clk_get +EXPORT_SYMBOL vmlinux 0x9114b616 __xa_alloc +EXPORT_SYMBOL vmlinux 0x9127267a mmc_of_parse_clk_phase +EXPORT_SYMBOL vmlinux 0x9133e564 mipi_dsi_device_register_full +EXPORT_SYMBOL vmlinux 0x9141ade7 security_sctp_sk_clone +EXPORT_SYMBOL vmlinux 0x914eabac inet6_bind +EXPORT_SYMBOL vmlinux 0x91607d95 set_memory_wb +EXPORT_SYMBOL vmlinux 0x9166fada strncpy +EXPORT_SYMBOL vmlinux 0x9166fc03 __flush_workqueue +EXPORT_SYMBOL vmlinux 0x9176145b acpi_install_global_event_handler +EXPORT_SYMBOL vmlinux 0x91819d65 secpath_set +EXPORT_SYMBOL vmlinux 0x919c58f3 __clzsi2 +EXPORT_SYMBOL vmlinux 0x91a10c61 intel_scu_ipc_dev_simple_command +EXPORT_SYMBOL vmlinux 0x91a488ac __netdev_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x91a7b1da qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x91ae0983 cdev_add +EXPORT_SYMBOL vmlinux 0x91c57de8 dquot_release +EXPORT_SYMBOL vmlinux 0x91de3e82 netif_tx_lock +EXPORT_SYMBOL vmlinux 0x91e25bf9 __neigh_create +EXPORT_SYMBOL vmlinux 0x91ea80c1 is_nvdimm_bus_locked +EXPORT_SYMBOL vmlinux 0x91eec11e param_ops_bint +EXPORT_SYMBOL vmlinux 0x91f44510 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x91f68ea1 __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x9206f1a5 close_fd_get_file +EXPORT_SYMBOL vmlinux 0x922b005e folio_migrate_copy +EXPORT_SYMBOL vmlinux 0x922f45a6 __bitmap_clear +EXPORT_SYMBOL vmlinux 0x9230dc80 ppp_register_compressor +EXPORT_SYMBOL vmlinux 0x9231db46 genphy_read_mmd_unsupported +EXPORT_SYMBOL vmlinux 0x923211cb md_integrity_register +EXPORT_SYMBOL vmlinux 0x9239f1d6 hid_bpf_ops +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x9243dd80 elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x92540fbf finish_wait +EXPORT_SYMBOL vmlinux 0x9258c776 hdmi_vendor_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x926fc2e5 timestamp_truncate +EXPORT_SYMBOL vmlinux 0x92702dfd blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0x92774cf8 __kfence_pool +EXPORT_SYMBOL vmlinux 0x92776161 scsi_device_resume +EXPORT_SYMBOL vmlinux 0x92897e3d default_idle +EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user +EXPORT_SYMBOL vmlinux 0x929878b2 posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0x92a51e56 acpi_debug_print_raw +EXPORT_SYMBOL vmlinux 0x92b99a33 acpi_put_table +EXPORT_SYMBOL vmlinux 0x92b9b180 slash_name +EXPORT_SYMBOL vmlinux 0x92befd65 scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x92bfde92 d_find_alias +EXPORT_SYMBOL vmlinux 0x92c1e012 memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0x92c62e1b __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0x92c856a3 iwe_stream_add_event +EXPORT_SYMBOL vmlinux 0x92d5838e request_threaded_irq +EXPORT_SYMBOL vmlinux 0x92e683f5 down_timeout +EXPORT_SYMBOL vmlinux 0x92ec390f unregister_shrinker +EXPORT_SYMBOL vmlinux 0x92ec510d jiffies64_to_msecs +EXPORT_SYMBOL vmlinux 0x92f82858 __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x93022ba6 __scsi_format_command +EXPORT_SYMBOL vmlinux 0x930499bf fscrypt_free_bounce_page +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x930b1672 configfs_unregister_default_group +EXPORT_SYMBOL vmlinux 0x933dabb6 sock_set_reuseport +EXPORT_SYMBOL vmlinux 0x934f564b __x86_indirect_jump_thunk_r15 +EXPORT_SYMBOL vmlinux 0x934fde57 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0x937213fe freezing_slow_path +EXPORT_SYMBOL vmlinux 0x93726162 genphy_check_and_restart_aneg +EXPORT_SYMBOL vmlinux 0x9373d4bf dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0x9374f97e xfrm_register_type +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x9379f926 dev_set_alias +EXPORT_SYMBOL vmlinux 0x937df66e jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0x93887c6d twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0x938ea42a input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93be2e95 eisa_driver_unregister +EXPORT_SYMBOL vmlinux 0x93d6dd8c complete_all +EXPORT_SYMBOL vmlinux 0x93de60bc gpiochip_irq_reqres +EXPORT_SYMBOL vmlinux 0x93e2c7d9 vga_remove_vgacon +EXPORT_SYMBOL vmlinux 0x93e51501 __mmap_lock_do_trace_released +EXPORT_SYMBOL vmlinux 0x93e6f1e5 pcie_set_mps +EXPORT_SYMBOL vmlinux 0x93f04fde kobject_get_unless_zero +EXPORT_SYMBOL vmlinux 0x93f31a52 devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x93fd5b43 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0x93ff378c user_path_at_empty +EXPORT_SYMBOL vmlinux 0x94142c15 eisa_bus_type +EXPORT_SYMBOL vmlinux 0x9428f816 dim_turn +EXPORT_SYMBOL vmlinux 0x9431c728 pcie_capability_clear_and_set_word_locked +EXPORT_SYMBOL vmlinux 0x944375db _totalram_pages +EXPORT_SYMBOL vmlinux 0x944a564d is_console_locked +EXPORT_SYMBOL vmlinux 0x9466b9b5 pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0x946cc079 __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0x94744554 dcb_ieee_getapp_dscp_prio_mask_map +EXPORT_SYMBOL vmlinux 0x9486f1ff tty_unlock +EXPORT_SYMBOL vmlinux 0x9493fc86 node_states +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x94a60981 vfs_iocb_iter_read +EXPORT_SYMBOL vmlinux 0x94abb991 agp_allocate_memory +EXPORT_SYMBOL vmlinux 0x94bb7ec3 gen_pool_dma_zalloc_algo +EXPORT_SYMBOL vmlinux 0x94bc641f tcp_get_cookie_sock +EXPORT_SYMBOL vmlinux 0x94bf03ca utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0x94c35c50 folio_end_private_2 +EXPORT_SYMBOL vmlinux 0x94c71327 ndisc_ns_create +EXPORT_SYMBOL vmlinux 0x94e178de security_path_mkdir +EXPORT_SYMBOL vmlinux 0x9507c90f copy_fsxattr_to_user +EXPORT_SYMBOL vmlinux 0x952a6b36 tcf_exts_num_actions +EXPORT_SYMBOL vmlinux 0x9531eca6 locks_init_lock +EXPORT_SYMBOL vmlinux 0x953d2426 utf8_strncmp +EXPORT_SYMBOL vmlinux 0x954cef6f init_on_alloc +EXPORT_SYMBOL vmlinux 0x954f099c idr_preload +EXPORT_SYMBOL vmlinux 0x95518f36 cdc_parse_cdc_header +EXPORT_SYMBOL vmlinux 0x956d44bd truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x957c9ebf neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x9590b7b7 folio_wait_private_2_killable +EXPORT_SYMBOL vmlinux 0x95a04ed0 pipe_lock +EXPORT_SYMBOL vmlinux 0x95a07bb5 acpi_execute_reg_methods +EXPORT_SYMBOL vmlinux 0x95a67b07 udp_table +EXPORT_SYMBOL vmlinux 0x95b3fed8 devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0x95bf3b46 security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0x95bf540d inet_add_protocol +EXPORT_SYMBOL vmlinux 0x95c7ecac pci_ep_cfs_add_epf_group +EXPORT_SYMBOL vmlinux 0x95cb3de8 putname +EXPORT_SYMBOL vmlinux 0x95d67ea1 __skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0x961b1ce1 get_ipc_ns_exported +EXPORT_SYMBOL vmlinux 0x961fffb1 dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0x9625695d acpi_install_gpe_block +EXPORT_SYMBOL vmlinux 0x96414964 folio_zero_new_buffers +EXPORT_SYMBOL vmlinux 0x964e4c7b dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0x96794ca7 handshake_req_submit +EXPORT_SYMBOL vmlinux 0x96848186 scnprintf +EXPORT_SYMBOL vmlinux 0x9689bd19 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x96987e90 param_ops_invbool +EXPORT_SYMBOL vmlinux 0x969d5278 fscrypt_setup_filename +EXPORT_SYMBOL vmlinux 0x969ef928 napi_complete_done +EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp +EXPORT_SYMBOL vmlinux 0x96c17136 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96dcca7c agp_generic_alloc_user +EXPORT_SYMBOL vmlinux 0x96e2a757 follow_up +EXPORT_SYMBOL vmlinux 0x96e5d30f gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0x96eab78b iosf_mbi_modify +EXPORT_SYMBOL vmlinux 0x96efe060 get_user_pages +EXPORT_SYMBOL vmlinux 0x96fab350 dim_park_on_top +EXPORT_SYMBOL vmlinux 0x971d49cf dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0x97206c7b generic_write_checks_count +EXPORT_SYMBOL vmlinux 0x973a8b18 kern_unmount_array +EXPORT_SYMBOL vmlinux 0x973ba175 configfs_unregister_subsystem +EXPORT_SYMBOL vmlinux 0x973fa82e register_acpi_notifier +EXPORT_SYMBOL vmlinux 0x9745faf0 page_pool_release_page +EXPORT_SYMBOL vmlinux 0x9757b53c netif_carrier_on +EXPORT_SYMBOL vmlinux 0x97651e6c vmemmap_base +EXPORT_SYMBOL vmlinux 0x97796289 vm_node_stat +EXPORT_SYMBOL vmlinux 0x977ab149 agp_unbind_memory +EXPORT_SYMBOL vmlinux 0x97907bbb generic_pipe_buf_try_steal +EXPORT_SYMBOL vmlinux 0x979432e5 pnp_get_resource +EXPORT_SYMBOL vmlinux 0x979e1385 skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0x97a57333 crc_t10dif_update +EXPORT_SYMBOL vmlinux 0x97a5db5c inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0x97adb487 utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0x97b32d62 blk_execute_rq +EXPORT_SYMBOL vmlinux 0x97bdfa60 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x97d8af6a generic_read_dir +EXPORT_SYMBOL vmlinux 0x97f01e37 may_umount_tree +EXPORT_SYMBOL vmlinux 0x97fd24c3 secure_tcpv6_ts_off +EXPORT_SYMBOL vmlinux 0x98049cf2 lookup_one +EXPORT_SYMBOL vmlinux 0x980950c3 lease_modify +EXPORT_SYMBOL vmlinux 0x981cdb46 netdev_unbind_sb_channel +EXPORT_SYMBOL vmlinux 0x981d66bb scsi_vpd_tpg_id +EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0x982babfe tty_port_close_end +EXPORT_SYMBOL vmlinux 0x983233c8 cdrom_ioctl +EXPORT_SYMBOL vmlinux 0x984d9c39 cpumask_next_wrap +EXPORT_SYMBOL vmlinux 0x98555a05 dma_fence_chain_walk +EXPORT_SYMBOL vmlinux 0x9858f364 get_random_u8 +EXPORT_SYMBOL vmlinux 0x987d2ed5 vfs_getattr +EXPORT_SYMBOL vmlinux 0x9884fdc1 blk_mq_alloc_disk_for_queue +EXPORT_SYMBOL vmlinux 0x9889f4d0 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0x988a0f04 mmc_card_alternative_gpt_sector +EXPORT_SYMBOL vmlinux 0x988d3d85 rproc_add +EXPORT_SYMBOL vmlinux 0x989114ad dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0x9893adba dev_trans_start +EXPORT_SYMBOL vmlinux 0x98b54f37 cdrom_open +EXPORT_SYMBOL vmlinux 0x98c89ade security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x98cb878e proc_dobool +EXPORT_SYMBOL vmlinux 0x98d4a0c0 phy_ethtool_get_stats +EXPORT_SYMBOL vmlinux 0x98e508ef ignore_console_lock_warning +EXPORT_SYMBOL vmlinux 0x98fa2caa mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x99078b39 trace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x99118276 dma_resv_copy_fences +EXPORT_SYMBOL vmlinux 0x9913e197 xsk_uses_need_wakeup +EXPORT_SYMBOL vmlinux 0x992e1d5b tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x995c722c pcie_ptm_enabled +EXPORT_SYMBOL vmlinux 0x9965543e dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0x996651f3 simple_rename +EXPORT_SYMBOL vmlinux 0x9976adc3 vfs_fsync_range +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99be803c devm_ioport_map +EXPORT_SYMBOL vmlinux 0x99d111c1 tty_register_ldisc +EXPORT_SYMBOL vmlinux 0x99d472b1 net_dim_get_rx_moderation +EXPORT_SYMBOL vmlinux 0x99d4af38 jbd2_journal_start +EXPORT_SYMBOL vmlinux 0x99d8be02 dev_mc_del +EXPORT_SYMBOL vmlinux 0x99daa9bf try_offline_node +EXPORT_SYMBOL vmlinux 0x99f068d5 x86_cpu_to_node_map +EXPORT_SYMBOL vmlinux 0x99f4000c fb_pan_display +EXPORT_SYMBOL vmlinux 0x99f7371c refcount_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x99f9638f __napi_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x9a04c300 dma_unmap_resource +EXPORT_SYMBOL vmlinux 0x9a0b3da6 block_commit_write +EXPORT_SYMBOL vmlinux 0x9a16ec0b proc_mkdir +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a22391e radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x9a25afd0 reuseport_select_sock +EXPORT_SYMBOL vmlinux 0x9a2c088f irq_stat +EXPORT_SYMBOL vmlinux 0x9a30cd7d path_get +EXPORT_SYMBOL vmlinux 0x9a5471e7 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x9a583306 netlbl_bitmap_walk +EXPORT_SYMBOL vmlinux 0x9a5a792a pps_event +EXPORT_SYMBOL vmlinux 0x9a69dd21 put_cmsg_scm_timestamping +EXPORT_SYMBOL vmlinux 0x9a6e5de9 sock_from_file +EXPORT_SYMBOL vmlinux 0x9a71fce4 build_skb_around +EXPORT_SYMBOL vmlinux 0x9a74dbb6 __block_write_begin +EXPORT_SYMBOL vmlinux 0x9a7a128c blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0x9a7bd2c5 rproc_set_firmware +EXPORT_SYMBOL vmlinux 0x9a92559c nd_pfn_probe +EXPORT_SYMBOL vmlinux 0x9a9dd885 mmc_gpiod_request_ro +EXPORT_SYMBOL vmlinux 0x9aa51913 sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0x9aaeefce sysctl_nf_log_all_netns +EXPORT_SYMBOL vmlinux 0x9abe6357 flow_rule_match_cvlan +EXPORT_SYMBOL vmlinux 0x9ac0732e key_alloc +EXPORT_SYMBOL vmlinux 0x9ac24ce5 mapping_read_folio_gfp +EXPORT_SYMBOL vmlinux 0x9acd3f6f get_cpu_entry_area +EXPORT_SYMBOL vmlinux 0x9ad084c8 tcf_action_check_ctrlact +EXPORT_SYMBOL vmlinux 0x9ad7a582 iosf_mbi_assert_punit_acquired +EXPORT_SYMBOL vmlinux 0x9ae47436 _find_last_bit +EXPORT_SYMBOL vmlinux 0x9b0a4d63 mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0x9b24068f unlock_new_inode +EXPORT_SYMBOL vmlinux 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL vmlinux 0x9b2ea696 vme_master_request +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b496b21 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x9b72478f acpi_unload_parent_table +EXPORT_SYMBOL vmlinux 0x9b729012 scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x9b7f8488 mr_mfc_seq_next +EXPORT_SYMBOL vmlinux 0x9b8ec426 neigh_table_clear +EXPORT_SYMBOL vmlinux 0x9b9421bd twl6040_power +EXPORT_SYMBOL vmlinux 0x9bb4e317 ioread32be +EXPORT_SYMBOL vmlinux 0x9be356f7 generic_buffers_fsync +EXPORT_SYMBOL vmlinux 0x9bf5d51c page_pool_update_nid +EXPORT_SYMBOL vmlinux 0x9c122bcf mempool_create_node +EXPORT_SYMBOL vmlinux 0x9c27b929 __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x9c347788 devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x9c4c55a4 inet_recvmsg +EXPORT_SYMBOL vmlinux 0x9c58eb22 netdev_alert +EXPORT_SYMBOL vmlinux 0x9c65b78a csum_partial_copy_nocheck +EXPORT_SYMBOL vmlinux 0x9c67da27 xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0x9c86b9ab fileattr_fill_flags +EXPORT_SYMBOL vmlinux 0x9c881d88 flow_rule_match_vlan +EXPORT_SYMBOL vmlinux 0x9c91ec5e __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0x9c93cac4 do_SAK +EXPORT_SYMBOL vmlinux 0x9c9aa3b9 parse_int_array_user +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cb1e294 scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0x9cb7cbfc mfd_add_devices +EXPORT_SYMBOL vmlinux 0x9cb986f2 vmalloc_base +EXPORT_SYMBOL vmlinux 0x9ccf7171 vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x9cd53ca6 blk_integrity_compare +EXPORT_SYMBOL vmlinux 0x9cdfb3f7 sysctl_fb_tunnels_only_for_init_net +EXPORT_SYMBOL vmlinux 0x9ced41ad __SCT__tp_func_read_msr +EXPORT_SYMBOL vmlinux 0x9cf32b16 vm_insert_pages +EXPORT_SYMBOL vmlinux 0x9d099a39 acpi_remove_gpe_handler +EXPORT_SYMBOL vmlinux 0x9d0d4977 csum_and_copy_from_iter +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d26675e zstd_cstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x9d297ec6 agp_generic_destroy_pages +EXPORT_SYMBOL vmlinux 0x9d2ab8ac __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x9d2d60e2 input_grab_device +EXPORT_SYMBOL vmlinux 0x9d2e7707 unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0x9d3564c0 locks_free_lock +EXPORT_SYMBOL vmlinux 0x9d61e994 ucs2_strncmp +EXPORT_SYMBOL vmlinux 0x9d70541a native_save_fl +EXPORT_SYMBOL vmlinux 0x9d82cc4b rfkill_alloc +EXPORT_SYMBOL vmlinux 0x9d8dd0ca brioctl_set +EXPORT_SYMBOL vmlinux 0x9d92f3ad __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x9d9415b9 devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x9d988ac6 fb_set_suspend +EXPORT_SYMBOL vmlinux 0x9daad4c2 mdiobus_scan_c22 +EXPORT_SYMBOL vmlinux 0x9db1ba88 elv_rb_del +EXPORT_SYMBOL vmlinux 0x9db38b00 filemap_flush +EXPORT_SYMBOL vmlinux 0x9db3f453 __folio_alloc +EXPORT_SYMBOL vmlinux 0x9dd80c43 __register_binfmt +EXPORT_SYMBOL vmlinux 0x9dd9df13 dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0x9de5c19b __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0x9df37429 fault_in_iov_iter_readable +EXPORT_SYMBOL vmlinux 0x9df995fb stack_depot_set_extra_bits +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e0f64ce netif_set_tso_max_size +EXPORT_SYMBOL vmlinux 0x9e0fa5ae hsiphash_3u32 +EXPORT_SYMBOL vmlinux 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL vmlinux 0x9e19edca vme_init_bridge +EXPORT_SYMBOL vmlinux 0x9e202228 security_sctp_bind_connect +EXPORT_SYMBOL vmlinux 0x9e2148bb nf_ct_get_tuple_skb +EXPORT_SYMBOL vmlinux 0x9e2737f0 acpi_install_interface_handler +EXPORT_SYMBOL vmlinux 0x9e36e4d2 nonseekable_open +EXPORT_SYMBOL vmlinux 0x9e3bc9ef sys_fillrect +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e546a0a dcb_setrewr +EXPORT_SYMBOL vmlinux 0x9e54a094 eth_gro_receive +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e624041 invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x9e64fbfe rtc_cmos_read +EXPORT_SYMBOL vmlinux 0x9e683f75 __cpu_possible_mask +EXPORT_SYMBOL vmlinux 0x9e6aab33 iunique +EXPORT_SYMBOL vmlinux 0x9e7601ff blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay +EXPORT_SYMBOL vmlinux 0x9e948cb7 iov_iter_xarray +EXPORT_SYMBOL vmlinux 0x9e990613 pci_scan_slot +EXPORT_SYMBOL vmlinux 0x9e9dbf9c no_seek_end_llseek_size +EXPORT_SYMBOL vmlinux 0x9e9eab95 devcgroup_check_permission +EXPORT_SYMBOL vmlinux 0x9e9fdd9d memunmap +EXPORT_SYMBOL vmlinux 0x9ea254d6 tcp_stream_memory_free +EXPORT_SYMBOL vmlinux 0x9ea71007 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x9eacf8a5 kstrndup +EXPORT_SYMBOL vmlinux 0x9eb3a7a6 reuseport_attach_prog +EXPORT_SYMBOL vmlinux 0x9ec0e639 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0x9ec6b5d6 blk_rq_map_user_io +EXPORT_SYMBOL vmlinux 0x9ec6ca96 ktime_get_real_ts64 +EXPORT_SYMBOL vmlinux 0x9ecbbee3 mipi_dsi_detach +EXPORT_SYMBOL vmlinux 0x9ed12e20 kmalloc_large +EXPORT_SYMBOL vmlinux 0x9ed96388 inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0x9ed978de vme_lm_set +EXPORT_SYMBOL vmlinux 0x9edeca0d filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0x9ef0eee7 __SCT__tp_func_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x9f1e8c57 dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x9f269825 sock_enable_timestamps +EXPORT_SYMBOL vmlinux 0x9f2b882d dmam_pool_create +EXPORT_SYMBOL vmlinux 0x9f3f0bf9 devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f4f2aa3 acpi_gbl_FADT +EXPORT_SYMBOL vmlinux 0x9f50b770 keyring_restrict +EXPORT_SYMBOL vmlinux 0x9f54ead7 gro_cells_destroy +EXPORT_SYMBOL vmlinux 0x9f76baf4 _raw_write_unlock_irq +EXPORT_SYMBOL vmlinux 0x9f800db3 sk_reset_timer +EXPORT_SYMBOL vmlinux 0x9f8d6b81 _dev_printk +EXPORT_SYMBOL vmlinux 0x9f980328 __inc_node_page_state +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9f99cc15 jbd2_transaction_committed +EXPORT_SYMBOL vmlinux 0x9f9f4ca5 setattr_should_drop_suidgid +EXPORT_SYMBOL vmlinux 0x9fa5dfac vme_irq_generate +EXPORT_SYMBOL vmlinux 0x9fa7184a cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x9fb41842 netdev_offload_xstats_report_delta +EXPORT_SYMBOL vmlinux 0x9fb9b2ba convert_art_to_tsc +EXPORT_SYMBOL vmlinux 0x9fc3c14a tcf_idr_cleanup +EXPORT_SYMBOL vmlinux 0x9fcfcdbd ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9feed7ce timer_reduce +EXPORT_SYMBOL vmlinux 0x9ff126b1 xfrm_state_walk +EXPORT_SYMBOL vmlinux 0x9ff1a5e4 jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa001a920 iov_iter_get_pages2 +EXPORT_SYMBOL vmlinux 0xa002e769 tcp_prot +EXPORT_SYMBOL vmlinux 0xa00aca2a dql_completed +EXPORT_SYMBOL vmlinux 0xa0165f49 ptp_clock_index +EXPORT_SYMBOL vmlinux 0xa01d3df6 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0xa02aa74a __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xa033d747 next_arg +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa045079a pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0xa04b76c1 input_unregister_handler +EXPORT_SYMBOL vmlinux 0xa057df8f twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xa05b6be2 psched_ppscfg_precompute +EXPORT_SYMBOL vmlinux 0xa07121de skb_copy_and_csum_datagram_msg +EXPORT_SYMBOL vmlinux 0xa07a37f0 memchr +EXPORT_SYMBOL vmlinux 0xa07d1b3c tasklet_setup +EXPORT_SYMBOL vmlinux 0xa082bd61 dcb_getapp +EXPORT_SYMBOL vmlinux 0xa084749a __bitmap_or +EXPORT_SYMBOL vmlinux 0xa089b449 genl_unregister_family +EXPORT_SYMBOL vmlinux 0xa089bb94 acpi_pm_device_sleep_state +EXPORT_SYMBOL vmlinux 0xa095e02e generic_check_addressable +EXPORT_SYMBOL vmlinux 0xa0ae1e73 siphash_3u64 +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0cdc190 amd_iommu_flush_page +EXPORT_SYMBOL vmlinux 0xa0d0beaa clk_add_alias +EXPORT_SYMBOL vmlinux 0xa0d5d978 __tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0e686b1 skb_flow_dissect_tunnel_info +EXPORT_SYMBOL vmlinux 0xa0eae826 smp_call_function +EXPORT_SYMBOL vmlinux 0xa0ebd14c sysctl_tcp_mem +EXPORT_SYMBOL vmlinux 0xa0ebd437 hdmi_drm_infoframe_check +EXPORT_SYMBOL vmlinux 0xa0f10085 __sg_free_table +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa1124a24 ip6_xmit +EXPORT_SYMBOL vmlinux 0xa171de0f pv_ops +EXPORT_SYMBOL vmlinux 0xa1733e0f single_release +EXPORT_SYMBOL vmlinux 0xa1946aaf xfrm_init_replay +EXPORT_SYMBOL vmlinux 0xa19b26c4 skb_checksum_setup +EXPORT_SYMBOL vmlinux 0xa19f0183 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0xa1bedd72 amd_iommu_pc_get_max_counters +EXPORT_SYMBOL vmlinux 0xa1bf553c xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0xa1c10f0d put_cmsg +EXPORT_SYMBOL vmlinux 0xa1d19e8f vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0xa1d520b3 blk_queue_max_write_zeroes_sectors +EXPORT_SYMBOL vmlinux 0xa1df0d19 __scm_destroy +EXPORT_SYMBOL vmlinux 0xa2060911 inet_current_timestamp +EXPORT_SYMBOL vmlinux 0xa206c97f blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0xa20ecd70 d_delete +EXPORT_SYMBOL vmlinux 0xa21b211e unix_destruct_scm +EXPORT_SYMBOL vmlinux 0xa21e019a unregister_md_personality +EXPORT_SYMBOL vmlinux 0xa2206d32 blk_mq_delay_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xa2326c49 acpi_remove_table_handler +EXPORT_SYMBOL vmlinux 0xa2380223 security_d_instantiate +EXPORT_SYMBOL vmlinux 0xa23ffc04 groups_sort +EXPORT_SYMBOL vmlinux 0xa2459e15 security_inode_invalidate_secctx +EXPORT_SYMBOL vmlinux 0xa24c1c62 bio_reset +EXPORT_SYMBOL vmlinux 0xa24f23d8 __request_module +EXPORT_SYMBOL vmlinux 0xa2526598 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0xa2568e50 set_trace_device +EXPORT_SYMBOL vmlinux 0xa25c0837 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0xa25fe9ff skb_headers_offset_update +EXPORT_SYMBOL vmlinux 0xa262f4d9 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0xa263892b fscrypt_fname_free_buffer +EXPORT_SYMBOL vmlinux 0xa26bc310 page_pool_destroy +EXPORT_SYMBOL vmlinux 0xa271c0a9 cdrom_mode_select +EXPORT_SYMBOL vmlinux 0xa28cfcc0 gen_estimator_active +EXPORT_SYMBOL vmlinux 0xa2918bf2 agp_backend_acquire +EXPORT_SYMBOL vmlinux 0xa2a8b1ca i2c_get_adapter +EXPORT_SYMBOL vmlinux 0xa2aaaf12 __blk_mq_end_request +EXPORT_SYMBOL vmlinux 0xa2e372c3 tcf_idrinfo_destroy +EXPORT_SYMBOL vmlinux 0xa2f1787d tcp_release_cb +EXPORT_SYMBOL vmlinux 0xa2fb2f05 gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0xa30df58f pnp_register_driver +EXPORT_SYMBOL vmlinux 0xa319554d dma_map_resource +EXPORT_SYMBOL vmlinux 0xa337514c ptp_cancel_worker_sync +EXPORT_SYMBOL vmlinux 0xa36fb539 locks_lock_inode_wait +EXPORT_SYMBOL vmlinux 0xa37888ea phy_attach_direct +EXPORT_SYMBOL vmlinux 0xa37cf2fb blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0xa38f21b9 amd_iommu_update_ga +EXPORT_SYMBOL vmlinux 0xa3b35842 tty_port_put +EXPORT_SYMBOL vmlinux 0xa3be8342 __ubsan_handle_type_mismatch +EXPORT_SYMBOL vmlinux 0xa3cefaa0 blake2s_update +EXPORT_SYMBOL vmlinux 0xa3e4f871 acpi_initialize_debugger +EXPORT_SYMBOL vmlinux 0xa3eee6de nf_hook_slow_list +EXPORT_SYMBOL vmlinux 0xa3fea172 sha224_final +EXPORT_SYMBOL vmlinux 0xa40ff01b acpi_dbg_layer +EXPORT_SYMBOL vmlinux 0xa4191c0b memset_io +EXPORT_SYMBOL vmlinux 0xa41cfb1f crypto_sha3_final +EXPORT_SYMBOL vmlinux 0xa423d745 scsi_vpd_lun_id +EXPORT_SYMBOL vmlinux 0xa430cc52 __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xa440d121 flow_keys_dissector +EXPORT_SYMBOL vmlinux 0xa44cbe68 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0xa471b8a6 take_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0xa474fecb mode_strip_sgid +EXPORT_SYMBOL vmlinux 0xa488f5c4 nvdimm_bus_lock +EXPORT_SYMBOL vmlinux 0xa48a6f9f jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0xa4b2787f bioset_integrity_create +EXPORT_SYMBOL vmlinux 0xa4b94fea iowrite8_rep +EXPORT_SYMBOL vmlinux 0xa4cbbe00 __dquot_transfer +EXPORT_SYMBOL vmlinux 0xa4d4f0e6 global_cache_flush +EXPORT_SYMBOL vmlinux 0xa4ee1731 devm_free_irq +EXPORT_SYMBOL vmlinux 0xa4faf62a acpi_disable_gpe +EXPORT_SYMBOL vmlinux 0xa507125e acpi_clear_gpe +EXPORT_SYMBOL vmlinux 0xa50bcff0 x86_cpu_to_apicid +EXPORT_SYMBOL vmlinux 0xa52049fb page_pool_create +EXPORT_SYMBOL vmlinux 0xa52bedf6 xenbus_dev_request_and_reply +EXPORT_SYMBOL vmlinux 0xa5433d80 rproc_elf_load_segments +EXPORT_SYMBOL vmlinux 0xa54b9063 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0xa54c95a6 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0xa54d1559 mr_mfc_find_parent +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa55a43fb nla_put +EXPORT_SYMBOL vmlinux 0xa55d577b cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0xa57520ad ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0xa57d589b dev_mc_del_global +EXPORT_SYMBOL vmlinux 0xa57e7c9a skb_checksum +EXPORT_SYMBOL vmlinux 0xa58af0a6 _raw_read_unlock_irq +EXPORT_SYMBOL vmlinux 0xa593f841 __cgroup_bpf_run_filter_sock_ops +EXPORT_SYMBOL vmlinux 0xa5976e4f dev_base_lock +EXPORT_SYMBOL vmlinux 0xa59cdab7 sock_cmsg_send +EXPORT_SYMBOL vmlinux 0xa5e55057 rdmsrl_safe_on_cpu +EXPORT_SYMBOL vmlinux 0xa60b7130 thermal_zone_device_critical +EXPORT_SYMBOL vmlinux 0xa60d8cc7 icmp_ndo_send +EXPORT_SYMBOL vmlinux 0xa61ced89 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0xa6257a2f complete +EXPORT_SYMBOL vmlinux 0xa62c0c7c cros_ec_check_result +EXPORT_SYMBOL vmlinux 0xa62ce6c0 generic_parse_monolithic +EXPORT_SYMBOL vmlinux 0xa6457c89 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0xa648e561 __ubsan_handle_shift_out_of_bounds +EXPORT_SYMBOL vmlinux 0xa64c7249 __printk_cpu_sync_try_get +EXPORT_SYMBOL vmlinux 0xa6583e4d napi_consume_skb +EXPORT_SYMBOL vmlinux 0xa65e5418 pci_scan_single_device +EXPORT_SYMBOL vmlinux 0xa6765e01 scsi_done_direct +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa6b8ef21 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0xa6c2ca19 input_inject_event +EXPORT_SYMBOL vmlinux 0xa6c40ac2 kmem_cache_alloc_lru +EXPORT_SYMBOL vmlinux 0xa6d1c376 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0xa6db970b unregister_nls +EXPORT_SYMBOL vmlinux 0xa6efb546 nexthop_res_grp_activity_update +EXPORT_SYMBOL vmlinux 0xa6f06a53 dev_close +EXPORT_SYMBOL vmlinux 0xa6f8f0ad jbd2_journal_grab_journal_head +EXPORT_SYMBOL vmlinux 0xa70ed9dc tcp_hashinfo +EXPORT_SYMBOL vmlinux 0xa70fabbe release_evntsel_nmi +EXPORT_SYMBOL vmlinux 0xa71d2e2c ioread16be +EXPORT_SYMBOL vmlinux 0xa72035f9 xa_get_order +EXPORT_SYMBOL vmlinux 0xa728531a phy_ethtool_get_sset_count +EXPORT_SYMBOL vmlinux 0xa72cfb7d ioremap_wt +EXPORT_SYMBOL vmlinux 0xa74c9877 refcount_dec_and_rtnl_lock +EXPORT_SYMBOL vmlinux 0xa76f405e pci_iomap +EXPORT_SYMBOL vmlinux 0xa77bfd29 register_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0xa780a28b __xfrm_init_state +EXPORT_SYMBOL vmlinux 0xa78af5f3 ioread32 +EXPORT_SYMBOL vmlinux 0xa796679d __SCT__tp_func_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xa79b6b75 tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0xa7a13b80 bdi_unregister +EXPORT_SYMBOL vmlinux 0xa7a3a5e1 netdev_has_any_upper_dev +EXPORT_SYMBOL vmlinux 0xa7bbda26 reuseport_add_sock +EXPORT_SYMBOL vmlinux 0xa7bcaa19 param_set_copystring +EXPORT_SYMBOL vmlinux 0xa7ce5341 param_get_long +EXPORT_SYMBOL vmlinux 0xa7d38dbe mdiobus_unregister_device +EXPORT_SYMBOL vmlinux 0xa7d5f92e ida_destroy +EXPORT_SYMBOL vmlinux 0xa7db6493 dev_addr_mod +EXPORT_SYMBOL vmlinux 0xa7ddbd06 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0xa7def769 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0xa7e4e9e0 __SCK__tp_func_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0xa7e8c612 dquot_get_state +EXPORT_SYMBOL vmlinux 0xa7eedcc4 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xa805ecfc acpi_release_global_lock +EXPORT_SYMBOL vmlinux 0xa80e22b5 ipv6_sock_mc_drop +EXPORT_SYMBOL vmlinux 0xa81b3774 __blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0xa82e199e mipi_dsi_dcs_soft_reset +EXPORT_SYMBOL vmlinux 0xa82f348c slab_build_skb +EXPORT_SYMBOL vmlinux 0xa836ba02 wrmsr_safe_regs +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa84852a6 scsi_done +EXPORT_SYMBOL vmlinux 0xa84ce9e0 crypto_aes_inv_sbox +EXPORT_SYMBOL vmlinux 0xa853396b xa_extract +EXPORT_SYMBOL vmlinux 0xa85a3e6d xa_load +EXPORT_SYMBOL vmlinux 0xa8694ecd kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0xa88993c7 bio_split_to_limits +EXPORT_SYMBOL vmlinux 0xa897e3e7 mempool_free +EXPORT_SYMBOL vmlinux 0xa89a1cf1 ipmi_dmi_get_slave_addr +EXPORT_SYMBOL vmlinux 0xa8a0f847 netif_carrier_off +EXPORT_SYMBOL vmlinux 0xa8c198c0 textsearch_unregister +EXPORT_SYMBOL vmlinux 0xa8c70b44 netif_skb_features +EXPORT_SYMBOL vmlinux 0xa8caa845 clk_bulk_put_all +EXPORT_SYMBOL vmlinux 0xa8ceedca revert_creds +EXPORT_SYMBOL vmlinux 0xa8e1eb41 elv_rb_former_request +EXPORT_SYMBOL vmlinux 0xa8e3b3cb devm_of_iomap +EXPORT_SYMBOL vmlinux 0xa8e44db4 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0xa8e4bbe1 scsi_host_busy +EXPORT_SYMBOL vmlinux 0xa8e6933a qdf2400_e44_present +EXPORT_SYMBOL vmlinux 0xa8eb89b6 tcp_poll +EXPORT_SYMBOL vmlinux 0xa8f6c843 ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xa90b2686 dcb_getrewr_prio_pcp_mask_map +EXPORT_SYMBOL vmlinux 0xa90ca0de flush_rcu_work +EXPORT_SYMBOL vmlinux 0xa911b284 ptp_find_pin_unlocked +EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa917c1de blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xa93aba5e mdio_device_reset +EXPORT_SYMBOL vmlinux 0xa946c8b2 register_netdev +EXPORT_SYMBOL vmlinux 0xa94a09bb mem_section +EXPORT_SYMBOL vmlinux 0xa950c2bf kthread_create_worker +EXPORT_SYMBOL vmlinux 0xa9552a14 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0xa957fc39 tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0xa965ca81 reciprocal_value +EXPORT_SYMBOL vmlinux 0xa96b3d4b kmem_cache_size +EXPORT_SYMBOL vmlinux 0xa976957d bitmap_remap +EXPORT_SYMBOL vmlinux 0xa9785b49 cpu_core_map +EXPORT_SYMBOL vmlinux 0xa983e2c3 genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0xa9a69df5 register_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0xa9bed1f6 serio_unregister_driver +EXPORT_SYMBOL vmlinux 0xa9bee745 bioset_init +EXPORT_SYMBOL vmlinux 0xa9bf1fdb security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0xa9c72303 amd_iommu_pc_get_max_banks +EXPORT_SYMBOL vmlinux 0xa9d77f69 pci_enable_device_io +EXPORT_SYMBOL vmlinux 0xa9f8aa0c cfb_imageblit +EXPORT_SYMBOL vmlinux 0xaa00fdc0 ec_transaction +EXPORT_SYMBOL vmlinux 0xaa0c318b vscnprintf +EXPORT_SYMBOL vmlinux 0xaa104ac0 mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0xaa19e4aa _kstrtol +EXPORT_SYMBOL vmlinux 0xaa2c26ab input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0xaa341905 acpi_bios_exception +EXPORT_SYMBOL vmlinux 0xaa3540e7 qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0xaa3cb21f genl_register_family +EXPORT_SYMBOL vmlinux 0xaa3f56e6 mdiobus_read_nested +EXPORT_SYMBOL vmlinux 0xaa45cfa7 xfrm_state_flush +EXPORT_SYMBOL vmlinux 0xaa4766f3 tty_write_room +EXPORT_SYMBOL vmlinux 0xaa4842f7 xsk_tx_release +EXPORT_SYMBOL vmlinux 0xaa5573be vme_new_dma_list +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa8f1b71 inet_addr_is_any +EXPORT_SYMBOL vmlinux 0xaaa4b9bc hchacha_block_generic +EXPORT_SYMBOL vmlinux 0xaab87c1e mmc_cqe_post_req +EXPORT_SYMBOL vmlinux 0xaabc20fa sock_pfree +EXPORT_SYMBOL vmlinux 0xaacf03c1 dma_fence_signal +EXPORT_SYMBOL vmlinux 0xaad0ae78 __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaad8c7d6 default_wake_function +EXPORT_SYMBOL vmlinux 0xaadc113d is_acpi_data_node +EXPORT_SYMBOL vmlinux 0xaae8ab0e acpi_bus_power_manageable +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xaaffc34d devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0xab00a37b jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0xab1c6ac7 netpoll_send_udp +EXPORT_SYMBOL vmlinux 0xab224574 blk_finish_plug +EXPORT_SYMBOL vmlinux 0xab3697e4 irq_poll_init +EXPORT_SYMBOL vmlinux 0xab3b75ea vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0xab4a16fe xfrm_init_state +EXPORT_SYMBOL vmlinux 0xab600421 probe_irq_off +EXPORT_SYMBOL vmlinux 0xab63baa5 unregister_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xab65ed80 set_memory_uc +EXPORT_SYMBOL vmlinux 0xab67a0ac dql_init +EXPORT_SYMBOL vmlinux 0xab6d1659 scsi_register_driver +EXPORT_SYMBOL vmlinux 0xab6d5b3b hex_to_bin +EXPORT_SYMBOL vmlinux 0xab6ee107 __d_drop +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab7955b0 drop_super +EXPORT_SYMBOL vmlinux 0xab7dd8aa read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0xab865746 kobject_set_name +EXPORT_SYMBOL vmlinux 0xabd27576 phy_driver_register +EXPORT_SYMBOL vmlinux 0xabdb1b64 rproc_vq_interrupt +EXPORT_SYMBOL vmlinux 0xabeb5fe7 dst_discard_out +EXPORT_SYMBOL vmlinux 0xabeb8c5c io_uring_destruct_scm +EXPORT_SYMBOL vmlinux 0xabf01f9e vme_irq_handler +EXPORT_SYMBOL vmlinux 0xabf32f29 utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0xabf492e7 send_sig +EXPORT_SYMBOL vmlinux 0xabf53b48 rep_stos_alternative +EXPORT_SYMBOL vmlinux 0xac0f6101 kernel_tmpfile_open +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac21c008 arch_debugfs_dir +EXPORT_SYMBOL vmlinux 0xac3201b0 udp_flow_hashrnd +EXPORT_SYMBOL vmlinux 0xac40f9d6 skb_pull_data +EXPORT_SYMBOL vmlinux 0xac537ac2 percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0xac563052 __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0xac5fcec0 in4_pton +EXPORT_SYMBOL vmlinux 0xac927731 ilookup5 +EXPORT_SYMBOL vmlinux 0xac97b08f tcp_rcv_established +EXPORT_SYMBOL vmlinux 0xac9a3cc4 inet_frag_find +EXPORT_SYMBOL vmlinux 0xac9adef5 fb_validate_mode +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacd1ddaf serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0xacd81eb3 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0xacddd806 ptp_get_vclocks_index +EXPORT_SYMBOL vmlinux 0xacea8173 acpi_debug_print +EXPORT_SYMBOL vmlinux 0xacf29a3e __mdiobus_register +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacf649bf audit_log_task_info +EXPORT_SYMBOL vmlinux 0xacf65877 cros_ec_get_next_event +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad1036a2 amd_iommu_activate_guest_mode +EXPORT_SYMBOL vmlinux 0xad2b3397 sock_i_ino +EXPORT_SYMBOL vmlinux 0xad376099 icmpv6_ndo_send +EXPORT_SYMBOL vmlinux 0xad43867b netlink_set_err +EXPORT_SYMBOL vmlinux 0xad47120f scsi_register_interface +EXPORT_SYMBOL vmlinux 0xad4c9bb0 fs_param_is_s32 +EXPORT_SYMBOL vmlinux 0xad4f106e tc_cleanup_offload_action +EXPORT_SYMBOL vmlinux 0xad536c91 x86_cpu_to_acpiid +EXPORT_SYMBOL vmlinux 0xad53a002 __x86_indirect_call_thunk_rbp +EXPORT_SYMBOL vmlinux 0xad6ba40e radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0xad73041f autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xad73c2d6 seq_pad +EXPORT_SYMBOL vmlinux 0xad802c32 sock_gettstamp +EXPORT_SYMBOL vmlinux 0xad9901ae bit_waitqueue +EXPORT_SYMBOL vmlinux 0xada31e57 gen_pool_dma_alloc_align +EXPORT_SYMBOL vmlinux 0xadae6df8 blake2s_final +EXPORT_SYMBOL vmlinux 0xadb3d214 tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0xadb66cce __traceiter_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xadbeed61 mipi_dsi_packet_format_is_long +EXPORT_SYMBOL vmlinux 0xadc1f813 __traceiter_module_get +EXPORT_SYMBOL vmlinux 0xadcfbb2f rproc_del +EXPORT_SYMBOL vmlinux 0xadd139d4 rfs_needed +EXPORT_SYMBOL vmlinux 0xaddbb58e phy_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0xade59002 vme_dma_list_add +EXPORT_SYMBOL vmlinux 0xadf7af8d sock_no_sendmsg_locked +EXPORT_SYMBOL vmlinux 0xae04012c __vmalloc +EXPORT_SYMBOL vmlinux 0xae0e2899 pin_user_pages +EXPORT_SYMBOL vmlinux 0xae1d2c5e fb_modesetting_disabled +EXPORT_SYMBOL vmlinux 0xae28e0fb end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0xae316c11 icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0xae317c60 mipi_dsi_dcs_set_display_brightness +EXPORT_SYMBOL vmlinux 0xae473f7b vme_dma_list_free +EXPORT_SYMBOL vmlinux 0xae4fd7f7 kmem_cache_create_usercopy +EXPORT_SYMBOL vmlinux 0xae5a04bb acpi_evaluate_dsm +EXPORT_SYMBOL vmlinux 0xae5ab954 register_cdrom +EXPORT_SYMBOL vmlinux 0xae66472b scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0xae6fbcab of_find_mipi_dsi_device_by_node +EXPORT_SYMBOL vmlinux 0xae7d4974 param_set_long +EXPORT_SYMBOL vmlinux 0xae9746e6 rproc_coredump_add_segment +EXPORT_SYMBOL vmlinux 0xae97e976 pcie_print_link_status +EXPORT_SYMBOL vmlinux 0xae9a11b5 unlock_page +EXPORT_SYMBOL vmlinux 0xaeac049a generate_random_guid +EXPORT_SYMBOL vmlinux 0xaeb082ad _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0xaeb5c826 unpin_user_pages +EXPORT_SYMBOL vmlinux 0xaeb983ef inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0xaebd12f0 acpi_get_name +EXPORT_SYMBOL vmlinux 0xaec09c6c make_kuid +EXPORT_SYMBOL vmlinux 0xaec4e3d4 tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0xaeca208b vme_irq_free +EXPORT_SYMBOL vmlinux 0xaecb14ac __dev_remove_pack +EXPORT_SYMBOL vmlinux 0xaefb7d07 get_thermal_instance +EXPORT_SYMBOL vmlinux 0xaf173d95 rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0xaf18a4e7 lookup_one_len +EXPORT_SYMBOL vmlinux 0xaf220a58 __nd_driver_register +EXPORT_SYMBOL vmlinux 0xaf27c77c sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0xaf354bbe cpu_tss_rw +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf62ec44 filemap_get_folios_contig +EXPORT_SYMBOL vmlinux 0xaf6e03df scsi_target_resume +EXPORT_SYMBOL vmlinux 0xaf6fd414 __ClearPageMovable +EXPORT_SYMBOL vmlinux 0xaf796577 bio_copy_data_iter +EXPORT_SYMBOL vmlinux 0xaf8151c1 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0xafaa6031 _find_next_and_bit +EXPORT_SYMBOL vmlinux 0xafb26845 nf_getsockopt +EXPORT_SYMBOL vmlinux 0xafb864c1 refcount_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0xafc08054 dotdot_name +EXPORT_SYMBOL vmlinux 0xafc6c68e zstd_is_error +EXPORT_SYMBOL vmlinux 0xafd5ff2c amd_iommu_v2_supported +EXPORT_SYMBOL vmlinux 0xafd744c6 __x86_indirect_thunk_rbp +EXPORT_SYMBOL vmlinux 0xafeea2a5 cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0xb01bebf9 xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xb02df2d6 __traceiter_rdpmc +EXPORT_SYMBOL vmlinux 0xb02ebec0 tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0xb0490046 dns_query +EXPORT_SYMBOL vmlinux 0xb04a43ad __xa_alloc_cyclic +EXPORT_SYMBOL vmlinux 0xb057df6a dcb_delrewr +EXPORT_SYMBOL vmlinux 0xb058ca07 dim_calc_stats +EXPORT_SYMBOL vmlinux 0xb05b3d7c key_unlink +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb06077c4 skb_flow_get_icmp_tci +EXPORT_SYMBOL vmlinux 0xb0617db4 wait_for_completion_state +EXPORT_SYMBOL vmlinux 0xb063497c pcim_set_mwi +EXPORT_SYMBOL vmlinux 0xb065bbb3 node_data +EXPORT_SYMBOL vmlinux 0xb06bdcf0 ip_setsockopt +EXPORT_SYMBOL vmlinux 0xb077b9e2 udp_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0a4ce52 configfs_unregister_group +EXPORT_SYMBOL vmlinux 0xb0b76945 __x86_indirect_call_thunk_rsp +EXPORT_SYMBOL vmlinux 0xb0b956f1 dma_map_sg_attrs +EXPORT_SYMBOL vmlinux 0xb0c5e247 lockref_put_return +EXPORT_SYMBOL vmlinux 0xb0db2034 thread_group_exited +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0e602eb memmove +EXPORT_SYMBOL vmlinux 0xb10567c3 __nlmsg_put +EXPORT_SYMBOL vmlinux 0xb10b6d8d netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb12d8145 pnp_register_card_driver +EXPORT_SYMBOL vmlinux 0xb1342cdb _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0xb137101a simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0xb1429937 genphy_handle_interrupt_no_ack +EXPORT_SYMBOL vmlinux 0xb14ab1ef hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0xb14fc46a find_next_clump8 +EXPORT_SYMBOL vmlinux 0xb1514c27 tcf_exts_init_ex +EXPORT_SYMBOL vmlinux 0xb1518e15 cancel_work +EXPORT_SYMBOL vmlinux 0xb15626eb crypto_kdf108_setkey +EXPORT_SYMBOL vmlinux 0xb157181f xfrm6_rcv_encap +EXPORT_SYMBOL vmlinux 0xb159c0b3 ps2_sliced_command +EXPORT_SYMBOL vmlinux 0xb15e1500 filp_open +EXPORT_SYMBOL vmlinux 0xb19a5453 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0xb19cb3dd i2c_put_adapter +EXPORT_SYMBOL vmlinux 0xb1a29868 noop_fsync +EXPORT_SYMBOL vmlinux 0xb1aebeed simple_unlink +EXPORT_SYMBOL vmlinux 0xb1bc7cc7 param_set_ushort +EXPORT_SYMBOL vmlinux 0xb1bd170a iov_iter_get_pages_alloc2 +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1c9f0ea xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0xb1ddf995 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xb1e38b6d pldmfw_op_pci_match_record +EXPORT_SYMBOL vmlinux 0xb1ef2d50 cred_fscmp +EXPORT_SYMBOL vmlinux 0xb1f8bfd5 dcb_ieee_getapp_default_prio_mask +EXPORT_SYMBOL vmlinux 0xb219d56c wbinvd_on_cpu +EXPORT_SYMBOL vmlinux 0xb22e16d5 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xb23027c1 kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xb2338d81 __x86_indirect_thunk_rsp +EXPORT_SYMBOL vmlinux 0xb2601486 __SCT__tp_func_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0xb2623c62 __SCK__tp_func_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xb265ef4d pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0xb269f5d4 no_seek_end_llseek +EXPORT_SYMBOL vmlinux 0xb26a7043 phy_set_sym_pause +EXPORT_SYMBOL vmlinux 0xb29e1ff2 agp_generic_mask_memory +EXPORT_SYMBOL vmlinux 0xb2a9cf10 neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0xb2b95b5f netdev_crit +EXPORT_SYMBOL vmlinux 0xb2bc5081 i2c_del_driver +EXPORT_SYMBOL vmlinux 0xb2bcb088 acpi_current_gpe_count +EXPORT_SYMBOL vmlinux 0xb2cb5681 rtnl_notify +EXPORT_SYMBOL vmlinux 0xb2d3308c mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0xb2f35c6a xxh64 +EXPORT_SYMBOL vmlinux 0xb2f74fb6 intel_gmch_remove +EXPORT_SYMBOL vmlinux 0xb2faf6cb path_put +EXPORT_SYMBOL vmlinux 0xb2fcb56d queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xb2fd5ceb __put_user_4 +EXPORT_SYMBOL vmlinux 0xb306ec50 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0xb308c97d wait_woken +EXPORT_SYMBOL vmlinux 0xb30b9822 vme_master_set +EXPORT_SYMBOL vmlinux 0xb3258f79 __ubsan_handle_type_mismatch_v1 +EXPORT_SYMBOL vmlinux 0xb32a5973 acpi_ut_status_exit +EXPORT_SYMBOL vmlinux 0xb32c2768 xen_free_unpopulated_pages +EXPORT_SYMBOL vmlinux 0xb3507f88 __insert_inode_hash +EXPORT_SYMBOL vmlinux 0xb354d57a scsi_alloc_sgtables +EXPORT_SYMBOL vmlinux 0xb3630cf4 genphy_write_mmd_unsupported +EXPORT_SYMBOL vmlinux 0xb3687850 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xb36e2f28 nd_device_unregister +EXPORT_SYMBOL vmlinux 0xb3849e09 phy_disconnect +EXPORT_SYMBOL vmlinux 0xb3863a67 acpi_set_gpe_wake_mask +EXPORT_SYMBOL vmlinux 0xb3867e6d mtree_insert +EXPORT_SYMBOL vmlinux 0xb387de23 vfs_fadvise +EXPORT_SYMBOL vmlinux 0xb3889959 mipi_dsi_driver_unregister +EXPORT_SYMBOL vmlinux 0xb3a2dfdf nmi_panic +EXPORT_SYMBOL vmlinux 0xb3a902f7 mr_table_alloc +EXPORT_SYMBOL vmlinux 0xb3b671ca i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0xb3bc303e __scm_send +EXPORT_SYMBOL vmlinux 0xb3d2c76d scsi_hostbyte_string +EXPORT_SYMBOL vmlinux 0xb3e335b4 tcf_get_next_chain +EXPORT_SYMBOL vmlinux 0xb3f0de55 xz_dec_microlzma_run +EXPORT_SYMBOL vmlinux 0xb3f49446 kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0xb3f548ad kmemdup_nul +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb3f985a8 sg_alloc_table +EXPORT_SYMBOL vmlinux 0xb4043948 acpi_execute_simple_method +EXPORT_SYMBOL vmlinux 0xb4060450 ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0xb415d8c8 __tracepoint_mmap_lock_released +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb42a2d4a device_get_ethdev_address +EXPORT_SYMBOL vmlinux 0xb43ebae3 dquot_disable +EXPORT_SYMBOL vmlinux 0xb44c869c mmc_card_is_blockaddr +EXPORT_SYMBOL vmlinux 0xb4577003 acpi_dev_present +EXPORT_SYMBOL vmlinux 0xb47cca30 csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0xb48d4d22 security_sb_eat_lsm_opts +EXPORT_SYMBOL vmlinux 0xb48d50a6 rproc_alloc +EXPORT_SYMBOL vmlinux 0xb493c6ae mmc_is_req_done +EXPORT_SYMBOL vmlinux 0xb49601a1 sg_zero_buffer +EXPORT_SYMBOL vmlinux 0xb49887d3 trace_raw_output_prep +EXPORT_SYMBOL vmlinux 0xb4accd47 pci_set_mwi +EXPORT_SYMBOL vmlinux 0xb4c80b03 xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0xb4c8a59a bio_init +EXPORT_SYMBOL vmlinux 0xb4f3f8c8 skb_pull +EXPORT_SYMBOL vmlinux 0xb5042335 qdisc_hash_add +EXPORT_SYMBOL vmlinux 0xb50c10ef pci_pme_capable +EXPORT_SYMBOL vmlinux 0xb5171593 remove_arg_zero +EXPORT_SYMBOL vmlinux 0xb523a56c __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0xb53f2810 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0xb54d6e97 pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0xb564332e dma_async_device_register +EXPORT_SYMBOL vmlinux 0xb565ced9 intel_gmch_probe +EXPORT_SYMBOL vmlinux 0xb5668f70 devm_extcon_register_notifier +EXPORT_SYMBOL vmlinux 0xb58d3e30 devm_register_netdev +EXPORT_SYMBOL vmlinux 0xb59498cc register_framebuffer +EXPORT_SYMBOL vmlinux 0xb5a2ea64 input_unregister_handle +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5ab892d uv_undefined +EXPORT_SYMBOL vmlinux 0xb5b54b34 _raw_spin_unlock +EXPORT_SYMBOL vmlinux 0xb5b63711 fileattr_fill_xflags +EXPORT_SYMBOL vmlinux 0xb5c4be6b xfrm_dev_state_flush +EXPORT_SYMBOL vmlinux 0xb5db9a35 d_tmpfile +EXPORT_SYMBOL vmlinux 0xb5e5118b skb_tunnel_check_pmtu +EXPORT_SYMBOL vmlinux 0xb5e73116 flush_delayed_work +EXPORT_SYMBOL vmlinux 0xb61c0338 audit_log_start +EXPORT_SYMBOL vmlinux 0xb61d6fc2 down_read_interruptible +EXPORT_SYMBOL vmlinux 0xb633f115 irq_poll_enable +EXPORT_SYMBOL vmlinux 0xb63e70b3 seq_open +EXPORT_SYMBOL vmlinux 0xb6500de2 tty_port_tty_get +EXPORT_SYMBOL vmlinux 0xb654ef65 acpi_os_read_port +EXPORT_SYMBOL vmlinux 0xb65ca007 alloc_buffer_head +EXPORT_SYMBOL vmlinux 0xb65fa987 dma_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0xb66e96d8 netlbl_audit_start +EXPORT_SYMBOL vmlinux 0xb674a534 acpi_unmap_cpu +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb67fec0e uuid_parse +EXPORT_SYMBOL vmlinux 0xb680bd13 __tty_insert_flip_char +EXPORT_SYMBOL vmlinux 0xb68f8672 security_path_unlink +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb699243e follow_pfn +EXPORT_SYMBOL vmlinux 0xb69c44fc textsearch_prepare +EXPORT_SYMBOL vmlinux 0xb69ef4bb d_alloc_parallel +EXPORT_SYMBOL vmlinux 0xb6acaa13 phy_sfp_detach +EXPORT_SYMBOL vmlinux 0xb6b29061 stream_open +EXPORT_SYMBOL vmlinux 0xb6cb556a _find_first_and_bit +EXPORT_SYMBOL vmlinux 0xb6d18b29 ps2_command +EXPORT_SYMBOL vmlinux 0xb6d466a4 udp_seq_ops +EXPORT_SYMBOL vmlinux 0xb6d82c3e inode_query_iversion +EXPORT_SYMBOL vmlinux 0xb6e36ce2 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb6efda1d nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0xb6f898bb nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0xb6fcaa11 udp_set_csum +EXPORT_SYMBOL vmlinux 0xb6fde909 close_fd +EXPORT_SYMBOL vmlinux 0xb7003d43 mipi_dsi_attach +EXPORT_SYMBOL vmlinux 0xb7051a86 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xb70710fc netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0xb70be6f3 devm_ioremap +EXPORT_SYMBOL vmlinux 0xb7105a3c security_binder_transfer_file +EXPORT_SYMBOL vmlinux 0xb71589f0 skip_spaces +EXPORT_SYMBOL vmlinux 0xb71ed69f __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0xb737b185 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0xb7386334 pid_task +EXPORT_SYMBOL vmlinux 0xb73dbae9 file_check_and_advance_wb_err +EXPORT_SYMBOL vmlinux 0xb75788ce set_blocksize +EXPORT_SYMBOL vmlinux 0xb7593ddc iosf_mbi_unregister_pmic_bus_access_notifier +EXPORT_SYMBOL vmlinux 0xb759fcf5 find_vma_intersection +EXPORT_SYMBOL vmlinux 0xb78ce2f3 seq_puts +EXPORT_SYMBOL vmlinux 0xb78debe3 LZ4_decompress_fast_usingDict +EXPORT_SYMBOL vmlinux 0xb7c0f443 sort +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb7d143a6 regset_get_alloc +EXPORT_SYMBOL vmlinux 0xb7d51fa4 dev_deactivate +EXPORT_SYMBOL vmlinux 0xb7dd0da5 param_get_int +EXPORT_SYMBOL vmlinux 0xb7eab448 vga_switcheroo_get_client_state +EXPORT_SYMBOL vmlinux 0xb80b4a18 zstd_compress_bound +EXPORT_SYMBOL vmlinux 0xb80f9df6 phy_init_hw +EXPORT_SYMBOL vmlinux 0xb8240edb qdisc_reset +EXPORT_SYMBOL vmlinux 0xb8391276 sk_error_report +EXPORT_SYMBOL vmlinux 0xb84608f2 always_delete_dentry +EXPORT_SYMBOL vmlinux 0xb85d9357 serio_reconnect +EXPORT_SYMBOL vmlinux 0xb862f7ea __x86_indirect_jump_thunk_rbx +EXPORT_SYMBOL vmlinux 0xb868ac5c register_sysrq_key +EXPORT_SYMBOL vmlinux 0xb86b2026 pnp_activate_dev +EXPORT_SYMBOL vmlinux 0xb86f74c5 free_cpumask_var +EXPORT_SYMBOL vmlinux 0xb87fd6e8 udp_ioctl +EXPORT_SYMBOL vmlinux 0xb89b6e6b guid_parse +EXPORT_SYMBOL vmlinux 0xb8b043f2 kfree_link +EXPORT_SYMBOL vmlinux 0xb8cf4939 scsi_print_result +EXPORT_SYMBOL vmlinux 0xb8e7ce2c __put_user_8 +EXPORT_SYMBOL vmlinux 0xb8f88528 eth_header_cache +EXPORT_SYMBOL vmlinux 0xb8f92b2c mmc_request_done +EXPORT_SYMBOL vmlinux 0xb8ffe4e8 mount_bdev +EXPORT_SYMBOL vmlinux 0xb907513f unpoison_memory +EXPORT_SYMBOL vmlinux 0xb90a2aac bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0xb911bb58 minmax_running_max +EXPORT_SYMBOL vmlinux 0xb920db49 acpi_tb_install_and_load_table +EXPORT_SYMBOL vmlinux 0xb9330aee address_space_init_once +EXPORT_SYMBOL vmlinux 0xb93e47b0 dev_remove_pack +EXPORT_SYMBOL vmlinux 0xb94339c4 qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xb9478d90 hdmi_drm_infoframe_unpack_only +EXPORT_SYMBOL vmlinux 0xb95582df netif_tx_wake_queue +EXPORT_SYMBOL vmlinux 0xb95bf777 pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0xb95dddda textsearch_destroy +EXPORT_SYMBOL vmlinux 0xb960645e pfifo_fast_ops +EXPORT_SYMBOL vmlinux 0xb96c4f9e audit_log_subject_context +EXPORT_SYMBOL vmlinux 0xb9708b24 pcim_iomap_table +EXPORT_SYMBOL vmlinux 0xb97220ff bitmap_parse +EXPORT_SYMBOL vmlinux 0xb97f7045 acpi_install_gpe_handler +EXPORT_SYMBOL vmlinux 0xb9825984 __klp_sched_try_switch +EXPORT_SYMBOL vmlinux 0xb9a09ddd __x86_indirect_jump_thunk_rcx +EXPORT_SYMBOL vmlinux 0xb9a367cb tty_port_init +EXPORT_SYMBOL vmlinux 0xb9a711d4 tcp_getsockopt +EXPORT_SYMBOL vmlinux 0xb9a80217 ata_print_version +EXPORT_SYMBOL vmlinux 0xb9af1d0d __xa_clear_mark +EXPORT_SYMBOL vmlinux 0xb9b55950 add_to_pipe +EXPORT_SYMBOL vmlinux 0xb9c04821 scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0xb9c2e7ff input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0xb9ca0fb3 netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0xb9d91957 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0xb9dab926 blk_mq_delay_run_hw_queue +EXPORT_SYMBOL vmlinux 0xb9e276cf wrmsr_safe_regs_on_cpu +EXPORT_SYMBOL vmlinux 0xb9e7429c memcpy_toio +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9eccb3a __sock_i_ino +EXPORT_SYMBOL vmlinux 0xb9f26ebb __dquot_free_space +EXPORT_SYMBOL vmlinux 0xba00daa2 dma_fence_allocate_private_stub +EXPORT_SYMBOL vmlinux 0xba0db2ed dev_uc_init +EXPORT_SYMBOL vmlinux 0xba1008c8 __crc32c_le +EXPORT_SYMBOL vmlinux 0xba2449b3 __x86_indirect_jump_thunk_rax +EXPORT_SYMBOL vmlinux 0xba3297d5 i2c_find_adapter_by_fwnode +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba6c7f55 tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0xba826298 agp_enable +EXPORT_SYMBOL vmlinux 0xba86b51e security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0xba8fbd64 _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xba980b94 page_pool_alloc_frag +EXPORT_SYMBOL vmlinux 0xba9a9d2b generic_update_time +EXPORT_SYMBOL vmlinux 0xbab99fb6 netdev_next_lower_dev_rcu +EXPORT_SYMBOL vmlinux 0xbabfd373 pnp_start_dev +EXPORT_SYMBOL vmlinux 0xbac1f740 mmc_cqe_recovery +EXPORT_SYMBOL vmlinux 0xbac8aeea sg_nents_for_len +EXPORT_SYMBOL vmlinux 0xbafa632e __do_once_sleepable_start +EXPORT_SYMBOL vmlinux 0xbb0540aa zlib_inflateReset +EXPORT_SYMBOL vmlinux 0xbb0933af uart_suspend_port +EXPORT_SYMBOL vmlinux 0xbb0a9821 register_md_personality +EXPORT_SYMBOL vmlinux 0xbb13595e smp_call_function_many +EXPORT_SYMBOL vmlinux 0xbb1bac24 acpi_unregister_debugger +EXPORT_SYMBOL vmlinux 0xbb24f607 init_cdrom_command +EXPORT_SYMBOL vmlinux 0xbb2812fe skb_queue_tail +EXPORT_SYMBOL vmlinux 0xbb444ab9 pci_get_subsys +EXPORT_SYMBOL vmlinux 0xbb4d5d6a bio_init_clone +EXPORT_SYMBOL vmlinux 0xbb4e684b dquot_quota_sync +EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0xbb67ae7b sk_ioctl +EXPORT_SYMBOL vmlinux 0xbb7b9a87 kernel_param_lock +EXPORT_SYMBOL vmlinux 0xbb8e169a vga_switcheroo_handler_flags +EXPORT_SYMBOL vmlinux 0xbb9ed3bf mutex_trylock +EXPORT_SYMBOL vmlinux 0xbba5c61d genphy_c37_config_aneg +EXPORT_SYMBOL vmlinux 0xbbaaf754 get_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0xbbbba155 udp_lib_get_port +EXPORT_SYMBOL vmlinux 0xbbc51368 ptp_schedule_worker +EXPORT_SYMBOL vmlinux 0xbbcc13e3 send_sig_mceerr +EXPORT_SYMBOL vmlinux 0xbbd252c6 tcp_mmap +EXPORT_SYMBOL vmlinux 0xbbd44ab5 set_anon_super_fc +EXPORT_SYMBOL vmlinux 0xbbd47b54 blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0xbbda18c4 dma_fence_free +EXPORT_SYMBOL vmlinux 0xbc0249d1 pmem_sector_size +EXPORT_SYMBOL vmlinux 0xbc055ec8 bdi_put +EXPORT_SYMBOL vmlinux 0xbc2031de acpi_processor_get_bios_limit +EXPORT_SYMBOL vmlinux 0xbc230fe0 pcie_bandwidth_available +EXPORT_SYMBOL vmlinux 0xbc258707 blk_queue_flag_set +EXPORT_SYMBOL vmlinux 0xbc2dc3fe submit_bio +EXPORT_SYMBOL vmlinux 0xbc4668a4 agp_generic_alloc_pages +EXPORT_SYMBOL vmlinux 0xbc782015 console_start +EXPORT_SYMBOL vmlinux 0xbc99a480 folio_mapping +EXPORT_SYMBOL vmlinux 0xbc9d0b29 seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0xbcab6ee6 sscanf +EXPORT_SYMBOL vmlinux 0xbcaf6df8 request_firmware_nowait +EXPORT_SYMBOL vmlinux 0xbcb36fe4 hugetlb_optimize_vmemmap_key +EXPORT_SYMBOL vmlinux 0xbcb6f3c9 bdi_alloc +EXPORT_SYMBOL vmlinux 0xbcb9c3b1 generic_listxattr +EXPORT_SYMBOL vmlinux 0xbceaf429 rproc_resource_cleanup +EXPORT_SYMBOL vmlinux 0xbcecfa6d sk_common_release +EXPORT_SYMBOL vmlinux 0xbcef8b58 __x86_indirect_jump_thunk_rdx +EXPORT_SYMBOL vmlinux 0xbcfaa3de seq_printf +EXPORT_SYMBOL vmlinux 0xbd028bd0 generic_perform_write +EXPORT_SYMBOL vmlinux 0xbd053cbd rproc_remove_subdev +EXPORT_SYMBOL vmlinux 0xbd10f36e agp_bridge +EXPORT_SYMBOL vmlinux 0xbd255cbd fb_pgprotect +EXPORT_SYMBOL vmlinux 0xbd393ca3 ioread64be_lo_hi +EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init +EXPORT_SYMBOL vmlinux 0xbd5b3ee0 amd_iommu_device_info +EXPORT_SYMBOL vmlinux 0xbd6841d4 crc16 +EXPORT_SYMBOL vmlinux 0xbd904b5b peernet2id +EXPORT_SYMBOL vmlinux 0xbda8bf22 xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0xbdbec0ed get_tree_single +EXPORT_SYMBOL vmlinux 0xbdc74cb8 pci_request_regions +EXPORT_SYMBOL vmlinux 0xbdd0e268 netdev_printk +EXPORT_SYMBOL vmlinux 0xbde3fb73 touch_atime +EXPORT_SYMBOL vmlinux 0xbde50f48 pcie_get_mps +EXPORT_SYMBOL vmlinux 0xbde82e62 mfd_remove_devices +EXPORT_SYMBOL vmlinux 0xbde8d80b unregister_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0xbdfb6dbb __fentry__ +EXPORT_SYMBOL vmlinux 0xbe009f14 rproc_get_by_child +EXPORT_SYMBOL vmlinux 0xbe0110e7 acpi_set_gpe +EXPORT_SYMBOL vmlinux 0xbe0754ff __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0xbe144437 nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xbe234394 pskb_extract +EXPORT_SYMBOL vmlinux 0xbe37bd9e phy_connect +EXPORT_SYMBOL vmlinux 0xbe44f136 vfs_link +EXPORT_SYMBOL vmlinux 0xbe49252c acpi_os_write_port +EXPORT_SYMBOL vmlinux 0xbe4eb6ed secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xbe5a24e9 xxh32_copy_state +EXPORT_SYMBOL vmlinux 0xbe6a866f __wait_on_bit +EXPORT_SYMBOL vmlinux 0xbe6a8c96 zstd_cctx_workspace_bound +EXPORT_SYMBOL vmlinux 0xbe8c031a netdev_port_same_parent_id +EXPORT_SYMBOL vmlinux 0xbe96bed2 pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0xbe9710c3 ip_do_fragment +EXPORT_SYMBOL vmlinux 0xbead7fdc __nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xbeada9d7 devfreq_resume_device +EXPORT_SYMBOL vmlinux 0xbeba4a58 tcp_seq_next +EXPORT_SYMBOL vmlinux 0xbee1bcac ppp_input_error +EXPORT_SYMBOL vmlinux 0xbef3a61b jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbefa51a3 gen_pool_add_owner +EXPORT_SYMBOL vmlinux 0xbf3193ec acpi_unregister_ioapic +EXPORT_SYMBOL vmlinux 0xbf3c3229 mmc_wait_for_req_done +EXPORT_SYMBOL vmlinux 0xbf46c212 __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0xbf568979 __block_write_full_folio +EXPORT_SYMBOL vmlinux 0xbf59c419 posix_acl_init +EXPORT_SYMBOL vmlinux 0xbf632ce8 udp_disconnect +EXPORT_SYMBOL vmlinux 0xbf64b649 ipv6_dev_mc_dec +EXPORT_SYMBOL vmlinux 0xbf7d784d register_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0xbf84bbae phy_detach +EXPORT_SYMBOL vmlinux 0xbf864752 pnp_request_card_device +EXPORT_SYMBOL vmlinux 0xbf9917a8 mmc_hw_reset +EXPORT_SYMBOL vmlinux 0xbfae9e07 utf8_validate +EXPORT_SYMBOL vmlinux 0xbfc081e3 irq_set_chip +EXPORT_SYMBOL vmlinux 0xbfc177bc iowrite32_rep +EXPORT_SYMBOL vmlinux 0xbfc20c87 block_dirty_folio +EXPORT_SYMBOL vmlinux 0xbfc2b6de tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0xbfd0308e gro_cells_receive +EXPORT_SYMBOL vmlinux 0xbfe02c5a pci_find_capability +EXPORT_SYMBOL vmlinux 0xbfec11f8 xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0xc001b084 __ps2_command +EXPORT_SYMBOL vmlinux 0xc0118870 uart_resume_port +EXPORT_SYMBOL vmlinux 0xc0190189 pci_read_config_byte +EXPORT_SYMBOL vmlinux 0xc0206e7d napi_gro_flush +EXPORT_SYMBOL vmlinux 0xc0364007 fault_in_writeable +EXPORT_SYMBOL vmlinux 0xc0484b70 max8998_bulk_write +EXPORT_SYMBOL vmlinux 0xc04baa9a dma_resv_reserve_fences +EXPORT_SYMBOL vmlinux 0xc060c3f4 page_pool_ethtool_stats_get +EXPORT_SYMBOL vmlinux 0xc06978fb scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0xc07351b3 __SCT__cond_resched +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc078d22c zstd_init_cstream +EXPORT_SYMBOL vmlinux 0xc07b0863 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0xc084606e ps2_sendbyte +EXPORT_SYMBOL vmlinux 0xc09f2f0e __ip_dev_find +EXPORT_SYMBOL vmlinux 0xc0b7b893 is_nd_btt +EXPORT_SYMBOL vmlinux 0xc0c55bc4 rproc_coredump_using_sections +EXPORT_SYMBOL vmlinux 0xc0c9fbbe param_get_ushort +EXPORT_SYMBOL vmlinux 0xc0e8fed0 __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0xc0fe9137 __printk_cpu_sync_put +EXPORT_SYMBOL vmlinux 0xc0ff12fb nla_strdup +EXPORT_SYMBOL vmlinux 0xc0ff21c1 input_get_new_minor +EXPORT_SYMBOL vmlinux 0xc10e6cd7 genphy_config_eee_advert +EXPORT_SYMBOL vmlinux 0xc115dc3c simple_transaction_get +EXPORT_SYMBOL vmlinux 0xc1198662 __warn_flushing_systemwide_wq +EXPORT_SYMBOL vmlinux 0xc126ce76 sk_free +EXPORT_SYMBOL vmlinux 0xc1365323 acpi_enable_all_wakeup_gpes +EXPORT_SYMBOL vmlinux 0xc14dc168 acpi_get_data +EXPORT_SYMBOL vmlinux 0xc1514a3b free_irq +EXPORT_SYMBOL vmlinux 0xc1527583 touch_buffer +EXPORT_SYMBOL vmlinux 0xc16be39d iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xc1823680 napi_gro_receive +EXPORT_SYMBOL vmlinux 0xc186a872 dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0xc1976cf4 flow_rule_match_enc_ipv4_addrs +EXPORT_SYMBOL vmlinux 0xc1a4904d pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0xc1adab17 netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0xc1b5dbdc kern_unmount +EXPORT_SYMBOL vmlinux 0xc1b6d2f6 security_path_rename +EXPORT_SYMBOL vmlinux 0xc1bee624 __xfrm_dst_lookup +EXPORT_SYMBOL vmlinux 0xc1cb419c __traceiter_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xc1cd6f24 blk_get_queue +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1dd2c54 tcp_recvmsg +EXPORT_SYMBOL vmlinux 0xc1decbba __breadahead +EXPORT_SYMBOL vmlinux 0xc1f94082 __tracepoint_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xc202f94e vfs_ioctl +EXPORT_SYMBOL vmlinux 0xc20e1b68 input_release_device +EXPORT_SYMBOL vmlinux 0xc21cca36 phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xc22681c5 kernel_recvmsg +EXPORT_SYMBOL vmlinux 0xc22f6693 call_fib_notifier +EXPORT_SYMBOL vmlinux 0xc232fce7 handshake_req_private +EXPORT_SYMBOL vmlinux 0xc2424641 agp3_generic_cleanup +EXPORT_SYMBOL vmlinux 0xc24fc725 ppp_channel_index +EXPORT_SYMBOL vmlinux 0xc25a9334 rproc_da_to_va +EXPORT_SYMBOL vmlinux 0xc278c965 cpu_all_bits +EXPORT_SYMBOL vmlinux 0xc27ce262 dev_get_iflink +EXPORT_SYMBOL vmlinux 0xc281c76d cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0xc28425a6 blk_mq_tagset_busy_iter +EXPORT_SYMBOL vmlinux 0xc2886662 kernel_listen +EXPORT_SYMBOL vmlinux 0xc2988755 submit_bio_wait +EXPORT_SYMBOL vmlinux 0xc2996346 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0xc29bf967 strspn +EXPORT_SYMBOL vmlinux 0xc2cb862e sgl_alloc_order +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2f374ab handshake_req_cancel +EXPORT_SYMBOL vmlinux 0xc2fac244 __skb_flow_dissect +EXPORT_SYMBOL vmlinux 0xc3055d20 usleep_range_state +EXPORT_SYMBOL vmlinux 0xc310b981 strnstr +EXPORT_SYMBOL vmlinux 0xc31b1dfc pnpacpi_protocol +EXPORT_SYMBOL vmlinux 0xc31db0ce is_vmalloc_addr +EXPORT_SYMBOL vmlinux 0xc32c71af register_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xc333eb62 netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0xc34b6299 seq_path +EXPORT_SYMBOL vmlinux 0xc34dac3c get_tree_keyed +EXPORT_SYMBOL vmlinux 0xc34f04d0 udp_sendmsg +EXPORT_SYMBOL vmlinux 0xc35501bd dm_put_device +EXPORT_SYMBOL vmlinux 0xc359fb65 abort +EXPORT_SYMBOL vmlinux 0xc365183b kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0xc3762aec mempool_alloc +EXPORT_SYMBOL vmlinux 0xc37f9c6e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0xc38c83b8 mod_timer +EXPORT_SYMBOL vmlinux 0xc3aaf0a9 __put_user_1 +EXPORT_SYMBOL vmlinux 0xc3b1c273 md_update_sb +EXPORT_SYMBOL vmlinux 0xc3bc72ad trace_print_array_seq +EXPORT_SYMBOL vmlinux 0xc3cec61e lookup_one_qstr_excl +EXPORT_SYMBOL vmlinux 0xc3e013ec show_init_ipc_ns +EXPORT_SYMBOL vmlinux 0xc3f634f8 kernel_accept +EXPORT_SYMBOL vmlinux 0xc3ff38c2 down_read_trylock +EXPORT_SYMBOL vmlinux 0xc4092770 netpoll_setup +EXPORT_SYMBOL vmlinux 0xc40b35a6 d_instantiate_new +EXPORT_SYMBOL vmlinux 0xc4212ab9 qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xc4235384 lookup_one_len_unlocked +EXPORT_SYMBOL vmlinux 0xc42dcb99 acpi_evaluate_ost +EXPORT_SYMBOL vmlinux 0xc4310f50 tcf_idr_release +EXPORT_SYMBOL vmlinux 0xc43a4288 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0xc43fe7c9 dev_pick_tx_cpu_id +EXPORT_SYMBOL vmlinux 0xc452212c utf8_strncasecmp +EXPORT_SYMBOL vmlinux 0xc452498e dma_resv_iter_next_unlocked +EXPORT_SYMBOL vmlinux 0xc45270e2 eth_get_headlen +EXPORT_SYMBOL vmlinux 0xc461afd3 gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0xc4652f02 fs_param_is_enum +EXPORT_SYMBOL vmlinux 0xc47612fd sget_fc +EXPORT_SYMBOL vmlinux 0xc4777aa9 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xc4822fd1 kthread_bind +EXPORT_SYMBOL vmlinux 0xc49047a5 neigh_update +EXPORT_SYMBOL vmlinux 0xc4936a58 blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0xc49684d5 ihold +EXPORT_SYMBOL vmlinux 0xc4a882fc param_get_dyndbg_classes +EXPORT_SYMBOL vmlinux 0xc4ae915e arch_touch_nmi_watchdog +EXPORT_SYMBOL vmlinux 0xc4b634b7 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0xc4e5a8f0 pmem_should_map_pages +EXPORT_SYMBOL vmlinux 0xc4f8260e md_bitmap_start_sync +EXPORT_SYMBOL vmlinux 0xc4fe13bc netdev_err +EXPORT_SYMBOL vmlinux 0xc50b15dd blk_integrity_register +EXPORT_SYMBOL vmlinux 0xc512ee73 copy_page_from_iter +EXPORT_SYMBOL vmlinux 0xc515f1cd __x86_indirect_jump_thunk_r13 +EXPORT_SYMBOL vmlinux 0xc516e470 mr_fill_mroute +EXPORT_SYMBOL vmlinux 0xc51b13c7 tcp_enter_cwr +EXPORT_SYMBOL vmlinux 0xc528a49a queued_write_lock_slowpath +EXPORT_SYMBOL vmlinux 0xc52af6d9 of_find_mipi_dsi_host_by_node +EXPORT_SYMBOL vmlinux 0xc52c5f89 alloc_file_pseudo +EXPORT_SYMBOL vmlinux 0xc537d639 dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0xc54a7345 bio_integrity_prep +EXPORT_SYMBOL vmlinux 0xc55506ea serio_rescan +EXPORT_SYMBOL vmlinux 0xc558530d profile_pc +EXPORT_SYMBOL vmlinux 0xc56c3609 xz_dec_microlzma_reset +EXPORT_SYMBOL vmlinux 0xc5797d7e clear_inode +EXPORT_SYMBOL vmlinux 0xc57c48a3 idr_get_next +EXPORT_SYMBOL vmlinux 0xc581688f sk_wait_data +EXPORT_SYMBOL vmlinux 0xc58d5a90 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc59b4a0a flush_signals +EXPORT_SYMBOL vmlinux 0xc5a37ba4 unregister_cdrom +EXPORT_SYMBOL vmlinux 0xc5b4d630 get_agp_version +EXPORT_SYMBOL vmlinux 0xc5b6f236 queue_work_on +EXPORT_SYMBOL vmlinux 0xc5bb6863 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0xc5cdffc5 mmc_can_discard +EXPORT_SYMBOL vmlinux 0xc5d9c46c agp_try_unsupported_boot +EXPORT_SYMBOL vmlinux 0xc5e1445c dquot_get_next_id +EXPORT_SYMBOL vmlinux 0xc5e74216 release_resource +EXPORT_SYMBOL vmlinux 0xc5fb1c3f pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0xc60bb7fa zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0xc60d0620 __num_online_cpus +EXPORT_SYMBOL vmlinux 0xc61ca65e iowrite64be_hi_lo +EXPORT_SYMBOL vmlinux 0xc622556f prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0xc62c202f jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc63335b0 flow_block_cb_incref +EXPORT_SYMBOL vmlinux 0xc633d82d phy_unregister_fixup +EXPORT_SYMBOL vmlinux 0xc643cfdc blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0xc6538390 fs_param_is_bool +EXPORT_SYMBOL vmlinux 0xc65e4e97 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0xc66181a3 pci_read_config_word +EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif +EXPORT_SYMBOL vmlinux 0xc68401d4 pci_find_next_bus +EXPORT_SYMBOL vmlinux 0xc6910aa0 do_trace_rdpmc +EXPORT_SYMBOL vmlinux 0xc697fa97 param_set_uint +EXPORT_SYMBOL vmlinux 0xc6bf1347 dst_release +EXPORT_SYMBOL vmlinux 0xc6c33337 phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6d09aa9 release_firmware +EXPORT_SYMBOL vmlinux 0xc6d6bd60 get_phy_device +EXPORT_SYMBOL vmlinux 0xc6ea2960 default_qdisc_ops +EXPORT_SYMBOL vmlinux 0xc6f3b3fc refcount_dec_if_one +EXPORT_SYMBOL vmlinux 0xc6f46339 init_timer_key +EXPORT_SYMBOL vmlinux 0xc708f1fe ec_write +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc722c556 rtc_add_group +EXPORT_SYMBOL vmlinux 0xc73fa330 genl_notify +EXPORT_SYMBOL vmlinux 0xc752fa6b bio_split +EXPORT_SYMBOL vmlinux 0xc7634949 ip_sock_set_pktinfo +EXPORT_SYMBOL vmlinux 0xc7654896 page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0xc774b8a3 genlmsg_put +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc7975de0 trace_seq_acquire +EXPORT_SYMBOL vmlinux 0xc79a4b81 pci_reenable_device +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7ae1903 security_lock_kernel_down +EXPORT_SYMBOL vmlinux 0xc7bef5e1 from_kgid +EXPORT_SYMBOL vmlinux 0xc7c1107a LZ4_decompress_safe +EXPORT_SYMBOL vmlinux 0xc7c7f806 fifo_set_limit +EXPORT_SYMBOL vmlinux 0xc7cb540b __SCK__tp_func_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xc7d4cac0 param_set_bool +EXPORT_SYMBOL vmlinux 0xc7e33e1f __bio_advance +EXPORT_SYMBOL vmlinux 0xc7f76265 netdev_get_by_index +EXPORT_SYMBOL vmlinux 0xc7f7654b udp_skb_destructor +EXPORT_SYMBOL vmlinux 0xc8015568 security_unix_may_send +EXPORT_SYMBOL vmlinux 0xc80ab559 swake_up_one +EXPORT_SYMBOL vmlinux 0xc815fbee flow_rule_match_arp +EXPORT_SYMBOL vmlinux 0xc81f28ea vme_irq_request +EXPORT_SYMBOL vmlinux 0xc82afe43 ethtool_aggregate_rmon_stats +EXPORT_SYMBOL vmlinux 0xc839afed hdmi_audio_infoframe_check +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc8573b80 input_free_device +EXPORT_SYMBOL vmlinux 0xc85c139f netdev_offload_xstats_enabled +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc87d56d1 dev_get_by_name +EXPORT_SYMBOL vmlinux 0xc87f3229 netdev_set_num_tc +EXPORT_SYMBOL vmlinux 0xc8827b75 sysctl_vals +EXPORT_SYMBOL vmlinux 0xc8854ec3 dquot_transfer +EXPORT_SYMBOL vmlinux 0xc88a24ac skb_copy +EXPORT_SYMBOL vmlinux 0xc890c008 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xc8a91f5b cpumask_local_spread +EXPORT_SYMBOL vmlinux 0xc8b95fb2 dev_get_by_index +EXPORT_SYMBOL vmlinux 0xc8c85086 sg_free_table +EXPORT_SYMBOL vmlinux 0xc8cbf751 tlbstate_untag_mask +EXPORT_SYMBOL vmlinux 0xc8dcc62a krealloc +EXPORT_SYMBOL vmlinux 0xc90b0f40 block_read_full_folio +EXPORT_SYMBOL vmlinux 0xc91c5b24 phy_advertise_supported +EXPORT_SYMBOL vmlinux 0xc9331454 __cgroup_bpf_run_filter_skb +EXPORT_SYMBOL vmlinux 0xc93d9a48 __traceiter_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xc93e8461 acpi_get_event_resources +EXPORT_SYMBOL vmlinux 0xc95264b8 kill_pgrp +EXPORT_SYMBOL vmlinux 0xc9529338 mini_qdisc_pair_block_init +EXPORT_SYMBOL vmlinux 0xc9554cf9 lock_sock_nested +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc96d76fb blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0xc9703a62 generic_setlease +EXPORT_SYMBOL vmlinux 0xc972449f mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0xc97f8211 inet_sk_set_state +EXPORT_SYMBOL vmlinux 0xc9822234 clk_register_clkdev +EXPORT_SYMBOL vmlinux 0xc9880167 __mdiobus_c45_write +EXPORT_SYMBOL vmlinux 0xc98de3d5 fifo_create_dflt +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9aab27b send_sig_info +EXPORT_SYMBOL vmlinux 0xc9ae9e56 __vfs_removexattr +EXPORT_SYMBOL vmlinux 0xc9ba1b7a ppp_register_channel +EXPORT_SYMBOL vmlinux 0xc9ca4c26 convert_art_ns_to_tsc +EXPORT_SYMBOL vmlinux 0xc9d52fcb serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0xc9df055a xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xc9e3ac60 tcf_register_action +EXPORT_SYMBOL vmlinux 0xc9f34c1d acpi_acquire_global_lock +EXPORT_SYMBOL vmlinux 0xc9f54649 tcp_rtx_synack +EXPORT_SYMBOL vmlinux 0xc9f84011 watchdog_unregister_governor +EXPORT_SYMBOL vmlinux 0xc9fecb74 agp_generic_free_gatt_table +EXPORT_SYMBOL vmlinux 0xca1648d4 zstd_decompress_dctx +EXPORT_SYMBOL vmlinux 0xca17ac01 _find_next_andnot_bit +EXPORT_SYMBOL vmlinux 0xca1b11d6 _dev_err +EXPORT_SYMBOL vmlinux 0xca1f071f rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0xca21ebd3 bitmap_free +EXPORT_SYMBOL vmlinux 0xca2dd130 vfs_statfs +EXPORT_SYMBOL vmlinux 0xca33a0f7 sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0xca371465 __SCK__tp_func_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0xca431c05 wake_bit_function +EXPORT_SYMBOL vmlinux 0xca4cfaa4 nd_btt_version +EXPORT_SYMBOL vmlinux 0xca8fb7d2 blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xca9beaa4 __xa_store +EXPORT_SYMBOL vmlinux 0xcab766c5 rproc_coredump_add_custom_segment +EXPORT_SYMBOL vmlinux 0xcac065b8 devm_get_clk_from_child +EXPORT_SYMBOL vmlinux 0xcad1aca8 acpi_exception +EXPORT_SYMBOL vmlinux 0xcadd83a5 jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0xcae4a972 pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0xcae66f20 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb048acc page_pool_get_stats +EXPORT_SYMBOL vmlinux 0xcb07a3e7 module_layout +EXPORT_SYMBOL vmlinux 0xcb089fd0 pnp_disable_dev +EXPORT_SYMBOL vmlinux 0xcb09ba9b flow_rule_match_ports +EXPORT_SYMBOL vmlinux 0xcb15588a pci_restore_state +EXPORT_SYMBOL vmlinux 0xcb195c22 mipi_dsi_set_maximum_return_packet_size +EXPORT_SYMBOL vmlinux 0xcb2c2ac4 ethtool_rx_flow_rule_create +EXPORT_SYMBOL vmlinux 0xcb393fae __f_setown +EXPORT_SYMBOL vmlinux 0xcb3ae215 call_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xcb4e382b t10_pi_type3_crc +EXPORT_SYMBOL vmlinux 0xcb5becf2 eisa_driver_register +EXPORT_SYMBOL vmlinux 0xcb65253e tcf_action_exec +EXPORT_SYMBOL vmlinux 0xcb733bf2 acpi_bus_set_power +EXPORT_SYMBOL vmlinux 0xcba09454 blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0xcba7805a sockfd_lookup +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbd05ae5 fwnode_get_phy_id +EXPORT_SYMBOL vmlinux 0xcbd4898c fortify_panic +EXPORT_SYMBOL vmlinux 0xcbdce5dd nd_region_release_lane +EXPORT_SYMBOL vmlinux 0xcbe28253 dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0xcbf13659 pci_ep_cfs_add_epc_group +EXPORT_SYMBOL vmlinux 0xcbf67563 ptp_find_pin +EXPORT_SYMBOL vmlinux 0xcbfb33e4 init_opal_dev +EXPORT_SYMBOL vmlinux 0xcbfb39e3 agp_generic_insert_memory +EXPORT_SYMBOL vmlinux 0xcc001ced del_gendisk +EXPORT_SYMBOL vmlinux 0xcc16e17c fqdir_exit +EXPORT_SYMBOL vmlinux 0xcc16e6a1 param_set_int +EXPORT_SYMBOL vmlinux 0xcc1b882a idr_get_next_ul +EXPORT_SYMBOL vmlinux 0xcc23b785 udp_lib_rehash +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc328a5c reservation_ww_class +EXPORT_SYMBOL vmlinux 0xcc392eea kmalloc_size_roundup +EXPORT_SYMBOL vmlinux 0xcc3f15a0 tty_hung_up_p +EXPORT_SYMBOL vmlinux 0xcc411ed1 ptp_convert_timestamp +EXPORT_SYMBOL vmlinux 0xcc4cc2f6 blk_rq_init +EXPORT_SYMBOL vmlinux 0xcc4f9f6a folio_mark_dirty +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc5c2df4 trace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0xcc5d22d9 can_do_mlock +EXPORT_SYMBOL vmlinux 0xcc7c9183 jbd2_journal_finish_inode_data_buffers +EXPORT_SYMBOL vmlinux 0xcc9b9716 sk_net_capable +EXPORT_SYMBOL vmlinux 0xcca5839d xen_vcpu_id +EXPORT_SYMBOL vmlinux 0xccad6cff unpin_user_page +EXPORT_SYMBOL vmlinux 0xccaf994e dma_fence_set_deadline +EXPORT_SYMBOL vmlinux 0xccd6792a netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0xccd9155e setattr_copy +EXPORT_SYMBOL vmlinux 0xccfb9e07 dst_default_metrics +EXPORT_SYMBOL vmlinux 0xccfd2ebc scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0xccfeef00 copy_string_kernel +EXPORT_SYMBOL vmlinux 0xcd01b8e6 acpi_attach_data +EXPORT_SYMBOL vmlinux 0xcd117c81 __phy_resume +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd4fdb53 inc_nlink +EXPORT_SYMBOL vmlinux 0xcd5de66b security_inet_conn_established +EXPORT_SYMBOL vmlinux 0xcd5f7a44 xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0xcd87dcf4 unregister_qdisc +EXPORT_SYMBOL vmlinux 0xcd8ce890 acpi_format_exception +EXPORT_SYMBOL vmlinux 0xcd9c13a3 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0xcda04991 kthread_stop +EXPORT_SYMBOL vmlinux 0xcda89e5d skb_ensure_writable +EXPORT_SYMBOL vmlinux 0xcdb1840c xsk_tx_peek_release_desc_batch +EXPORT_SYMBOL vmlinux 0xcdb4324f sock_set_keepalive +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdcb212f legacy_pic +EXPORT_SYMBOL vmlinux 0xcdd82586 in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xcddbc37d tty_port_hangup +EXPORT_SYMBOL vmlinux 0xcddcc5ca nf_log_packet +EXPORT_SYMBOL vmlinux 0xcddfd048 thaw_bdev +EXPORT_SYMBOL vmlinux 0xcde1e7a6 cdrom_check_events +EXPORT_SYMBOL vmlinux 0xcde4eb3c mipi_dsi_dcs_set_display_off +EXPORT_SYMBOL vmlinux 0xcde5f555 config_item_set_name +EXPORT_SYMBOL vmlinux 0xcde77bcc free_opal_dev +EXPORT_SYMBOL vmlinux 0xcdf75991 tcf_exts_validate_ex +EXPORT_SYMBOL vmlinux 0xcdfda6c6 skb_dump +EXPORT_SYMBOL vmlinux 0xce262f4f vmap +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce4cdb8e fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xce4e47b6 __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0xce52d3c5 xfrm_register_type_offload +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce70693c generic_write_end +EXPORT_SYMBOL vmlinux 0xce720f28 mtree_destroy +EXPORT_SYMBOL vmlinux 0xce76c257 acpi_get_irq_routing_table +EXPORT_SYMBOL vmlinux 0xce807a25 up_write +EXPORT_SYMBOL vmlinux 0xce81568b buffer_migrate_folio +EXPORT_SYMBOL vmlinux 0xce8b00ef napi_schedule_prep +EXPORT_SYMBOL vmlinux 0xce950431 pci_disable_msix +EXPORT_SYMBOL vmlinux 0xce9b514b phy_attached_info +EXPORT_SYMBOL vmlinux 0xcea381dd x86_match_cpu +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xcebec79c inode_set_ctime_current +EXPORT_SYMBOL vmlinux 0xcece22fa ip_fraglist_prepare +EXPORT_SYMBOL vmlinux 0xced0f4d4 gen_pool_create +EXPORT_SYMBOL vmlinux 0xcefb0c9f __mutex_init +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf0904ad md_done_sync +EXPORT_SYMBOL vmlinux 0xcf0f3ed7 skb_flow_dissect_ct +EXPORT_SYMBOL vmlinux 0xcf14a3df alloc_fddidev +EXPORT_SYMBOL vmlinux 0xcf27981c tcf_exts_validate +EXPORT_SYMBOL vmlinux 0xcf2a6966 up +EXPORT_SYMBOL vmlinux 0xcf3b69b3 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xcf42bc76 skb_push +EXPORT_SYMBOL vmlinux 0xcf4fdd4d _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0xcf6322a8 tcp_sock_set_quickack +EXPORT_SYMBOL vmlinux 0xcf6612a1 agp_generic_remove_memory +EXPORT_SYMBOL vmlinux 0xcf6acbc1 is_subdir +EXPORT_SYMBOL vmlinux 0xcf7a6157 mdiobus_c45_read_nested +EXPORT_SYMBOL vmlinux 0xcf823400 free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0xcf8c6d14 phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0xcf9b558d touchscreen_set_mt_pos +EXPORT_SYMBOL vmlinux 0xcfa4b375 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0xcfc9deaf atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0xcfd884a8 __hsiphash_unaligned +EXPORT_SYMBOL vmlinux 0xcfdf1d55 __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xcfef7c56 tcf_block_get +EXPORT_SYMBOL vmlinux 0xcff7bd2c dump_skip +EXPORT_SYMBOL vmlinux 0xd01050fc bio_uninit +EXPORT_SYMBOL vmlinux 0xd01698a2 inet_bind +EXPORT_SYMBOL vmlinux 0xd02116e4 mipi_dsi_dcs_set_page_address +EXPORT_SYMBOL vmlinux 0xd026a1e5 setup_arg_pages +EXPORT_SYMBOL vmlinux 0xd03a1192 neigh_lookup +EXPORT_SYMBOL vmlinux 0xd04c1a64 sysctl_devconf_inherit_init_net +EXPORT_SYMBOL vmlinux 0xd0526da2 device_get_mac_address +EXPORT_SYMBOL vmlinux 0xd0654aba woken_wake_function +EXPORT_SYMBOL vmlinux 0xd06ff740 md_bitmap_free +EXPORT_SYMBOL vmlinux 0xd0760fc0 kfree_sensitive +EXPORT_SYMBOL vmlinux 0xd07ba8e9 fscrypt_encrypt_block_inplace +EXPORT_SYMBOL vmlinux 0xd081a17b pipe_unlock +EXPORT_SYMBOL vmlinux 0xd08adb2b trace_seq_hex_dump +EXPORT_SYMBOL vmlinux 0xd096ecd6 dev_get_stats +EXPORT_SYMBOL vmlinux 0xd0a8025e i2c_get_adapter_by_fwnode +EXPORT_SYMBOL vmlinux 0xd0b6a216 __tracepoint_write_msr +EXPORT_SYMBOL vmlinux 0xd0b74705 acpi_install_interface +EXPORT_SYMBOL vmlinux 0xd0c737b1 dquot_quotactl_sysfile_ops +EXPORT_SYMBOL vmlinux 0xd0d45c4d passthru_features_check +EXPORT_SYMBOL vmlinux 0xd0dcabfb nd_btt_probe +EXPORT_SYMBOL vmlinux 0xd0ecb8dc set_nlink +EXPORT_SYMBOL vmlinux 0xd0f284b8 mmiotrace_printk +EXPORT_SYMBOL vmlinux 0xd0fef3b2 agp_free_key +EXPORT_SYMBOL vmlinux 0xd107b1c4 fwnode_irq_get +EXPORT_SYMBOL vmlinux 0xd1083749 __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0xd11e7b23 may_setattr +EXPORT_SYMBOL vmlinux 0xd1363cc1 ucs2_strsize +EXPORT_SYMBOL vmlinux 0xd13c1011 ip_check_defrag +EXPORT_SYMBOL vmlinux 0xd14d8447 dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0xd14f7490 __tracepoint_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xd15718b3 dec_node_page_state +EXPORT_SYMBOL vmlinux 0xd16f8c4b xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xd1741d05 uart_write_wakeup +EXPORT_SYMBOL vmlinux 0xd18833c5 amd_iommu_flush_tlb +EXPORT_SYMBOL vmlinux 0xd18f5eaf scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0xd194ddf9 acpi_gpe_count +EXPORT_SYMBOL vmlinux 0xd1a3abe8 tcp_make_synack +EXPORT_SYMBOL vmlinux 0xd1bd9f72 __blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xd1caa6da __napi_alloc_skb +EXPORT_SYMBOL vmlinux 0xd1d6e0b7 boot_cpu_data +EXPORT_SYMBOL vmlinux 0xd1d848e5 set_pages_array_uc +EXPORT_SYMBOL vmlinux 0xd1d87e92 scsi_mlreturn_string +EXPORT_SYMBOL vmlinux 0xd1da1380 dcache_dir_open +EXPORT_SYMBOL vmlinux 0xd1e132d9 netdev_sk_get_lowest_dev +EXPORT_SYMBOL vmlinux 0xd1f60a89 arch_io_free_memtype_wc +EXPORT_SYMBOL vmlinux 0xd1f6c5f3 smp_num_siblings +EXPORT_SYMBOL vmlinux 0xd201a023 ip6_fraglist_init +EXPORT_SYMBOL vmlinux 0xd204e586 dm_table_event +EXPORT_SYMBOL vmlinux 0xd21c5139 iowrite64_lo_hi +EXPORT_SYMBOL vmlinux 0xd2237016 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0xd2407384 configfs_register_subsystem +EXPORT_SYMBOL vmlinux 0xd24108d4 rfkill_soft_blocked +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd26eedc9 make_kprojid +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd2800691 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0xd287df1f flow_rule_match_ct +EXPORT_SYMBOL vmlinux 0xd28d1472 ip_tunnel_parse_protocol +EXPORT_SYMBOL vmlinux 0xd2b38d07 phy_read_mmd +EXPORT_SYMBOL vmlinux 0xd2b3fab8 sock_rfree +EXPORT_SYMBOL vmlinux 0xd2b46a3c vme_unregister_error_handler +EXPORT_SYMBOL vmlinux 0xd2b810fc key_reject_and_link +EXPORT_SYMBOL vmlinux 0xd2bc5c46 __get_user_nocheck_2 +EXPORT_SYMBOL vmlinux 0xd2d88506 netdev_offload_xstats_report_used +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2e1abce max8998_update_reg +EXPORT_SYMBOL vmlinux 0xd2e2a9d0 hdmi_spd_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0xd2ea49b8 acpi_leave_sleep_state_prep +EXPORT_SYMBOL vmlinux 0xd310dca9 do_clone_file_range +EXPORT_SYMBOL vmlinux 0xd31ac715 amd_iommu_domain_enable_v2 +EXPORT_SYMBOL vmlinux 0xd338ea7e __SCT__tp_func_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xd35a6d31 mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xd35b05b8 simple_dir_operations +EXPORT_SYMBOL vmlinux 0xd35cce70 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xd3602fc4 blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0xd36dc10c get_random_u32 +EXPORT_SYMBOL vmlinux 0xd36e3d59 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0xd37dab80 netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0xd38118f6 d_lookup +EXPORT_SYMBOL vmlinux 0xd38cd261 __default_kernel_pte_mask +EXPORT_SYMBOL vmlinux 0xd3ad6324 mmc_of_parse +EXPORT_SYMBOL vmlinux 0xd3b5732b inet_shutdown +EXPORT_SYMBOL vmlinux 0xd3e725f0 gpiochip_irq_relres +EXPORT_SYMBOL vmlinux 0xd3eef881 devm_release_resource +EXPORT_SYMBOL vmlinux 0xd3f439b5 param_ops_ulong +EXPORT_SYMBOL vmlinux 0xd406d266 fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xd441d6d0 __wait_on_buffer +EXPORT_SYMBOL vmlinux 0xd446d38c iov_iter_gap_alignment +EXPORT_SYMBOL vmlinux 0xd44b878b pci_alloc_irq_vectors_affinity +EXPORT_SYMBOL vmlinux 0xd45093e9 __hw_addr_ref_unsync_dev +EXPORT_SYMBOL vmlinux 0xd456dd23 phy_do_ioctl +EXPORT_SYMBOL vmlinux 0xd45cc636 bio_kmalloc +EXPORT_SYMBOL vmlinux 0xd45cc6ca bin2hex +EXPORT_SYMBOL vmlinux 0xd4835ef8 dmi_check_system +EXPORT_SYMBOL vmlinux 0xd484f68c xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xd4895174 key_invalidate +EXPORT_SYMBOL vmlinux 0xd4897499 blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0xd48bd06f seg6_hmac_info_add +EXPORT_SYMBOL vmlinux 0xd496a4ad get_tree_nodev +EXPORT_SYMBOL vmlinux 0xd4afea5d free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0xd4bb4a82 inet6addr_validator_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xd4c01e21 thaw_super +EXPORT_SYMBOL vmlinux 0xd4d1983c udplite_table +EXPORT_SYMBOL vmlinux 0xd4dd9591 jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0xd4e46819 ps2_interrupt +EXPORT_SYMBOL vmlinux 0xd502a35d kobject_del +EXPORT_SYMBOL vmlinux 0xd5033979 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0xd512f902 con_is_visible +EXPORT_SYMBOL vmlinux 0xd51f0321 xfrm6_rcv +EXPORT_SYMBOL vmlinux 0xd51fb2ab flow_rule_match_enc_ports +EXPORT_SYMBOL vmlinux 0xd5263820 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xd5346bfc acpi_get_possible_resources +EXPORT_SYMBOL vmlinux 0xd5950f61 scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0xd59b7e4d mr_mfc_seq_idx +EXPORT_SYMBOL vmlinux 0xd5b3d0d5 xxh64_copy_state +EXPORT_SYMBOL vmlinux 0xd5bec1e5 skb_copy_header +EXPORT_SYMBOL vmlinux 0xd5c15187 netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0xd5c7128c dquot_quota_off +EXPORT_SYMBOL vmlinux 0xd5f24948 iptun_encaps +EXPORT_SYMBOL vmlinux 0xd5f98c8f sock_bind_add +EXPORT_SYMBOL vmlinux 0xd5fd90f1 prepare_to_wait +EXPORT_SYMBOL vmlinux 0xd6063eb5 tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL vmlinux 0xd6141c34 padata_do_parallel +EXPORT_SYMBOL vmlinux 0xd625acf8 xen_alloc_unpopulated_pages +EXPORT_SYMBOL vmlinux 0xd62ecd49 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xd642f3f6 video_firmware_drivers_only +EXPORT_SYMBOL vmlinux 0xd643239a acpi_leave_sleep_state +EXPORT_SYMBOL vmlinux 0xd66c8184 add_device_randomness +EXPORT_SYMBOL vmlinux 0xd66cc9b2 agp_backend_release +EXPORT_SYMBOL vmlinux 0xd6742002 preempt_schedule_thunk +EXPORT_SYMBOL vmlinux 0xd67bce7d clear_nlink +EXPORT_SYMBOL vmlinux 0xd67f551b dquot_operations +EXPORT_SYMBOL vmlinux 0xd67f7683 ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0xd68c5a1f adjust_resource +EXPORT_SYMBOL vmlinux 0xd68e3614 __skb_get_hash +EXPORT_SYMBOL vmlinux 0xd69b570c devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xd6a286ac pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0xd6a91f54 twl_i2c_read +EXPORT_SYMBOL vmlinux 0xd6b2ed5f generate_pm_trace +EXPORT_SYMBOL vmlinux 0xd6b33026 cpu_khz +EXPORT_SYMBOL vmlinux 0xd6c2f39b registered_fb +EXPORT_SYMBOL vmlinux 0xd6c3eb71 mini_qdisc_pair_init +EXPORT_SYMBOL vmlinux 0xd6eaaea1 full_name_hash +EXPORT_SYMBOL vmlinux 0xd6eb4894 md_bitmap_startwrite +EXPORT_SYMBOL vmlinux 0xd6edcd31 __SCK__tp_func_read_msr +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6fb7922 pci_dev_driver +EXPORT_SYMBOL vmlinux 0xd6fde043 is_module_sig_enforced +EXPORT_SYMBOL vmlinux 0xd7081bd9 __ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0xd709a54c mount_nodev +EXPORT_SYMBOL vmlinux 0xd70d35a1 gf128mul_4k_bbe +EXPORT_SYMBOL vmlinux 0xd70ee054 filemap_fdatawait_keep_errors +EXPORT_SYMBOL vmlinux 0xd70f62b6 acpi_os_execute +EXPORT_SYMBOL vmlinux 0xd71632d8 max8998_bulk_read +EXPORT_SYMBOL vmlinux 0xd72a5437 folio_wait_bit +EXPORT_SYMBOL vmlinux 0xd72c56dd acpi_dev_hid_uid_match +EXPORT_SYMBOL vmlinux 0xd734103b mptcp_subflow_reqsk_alloc +EXPORT_SYMBOL vmlinux 0xd7356c1c ns_capable_setid +EXPORT_SYMBOL vmlinux 0xd73653c4 freezer_active +EXPORT_SYMBOL vmlinux 0xd738ca1b phy_unregister_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xd73a294f mtree_erase +EXPORT_SYMBOL vmlinux 0xd73c8c2b synchronize_shrinkers +EXPORT_SYMBOL vmlinux 0xd73e3ddb deactivate_locked_super +EXPORT_SYMBOL vmlinux 0xd7482f05 vcalloc +EXPORT_SYMBOL vmlinux 0xd7838875 mmc_cqe_start_req +EXPORT_SYMBOL vmlinux 0xd7987177 utf8_load +EXPORT_SYMBOL vmlinux 0xd7b88bda fb_io_read +EXPORT_SYMBOL vmlinux 0xd7cb5479 unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xd7d280ad irq_poll_complete +EXPORT_SYMBOL vmlinux 0xd7dd777b reserve_perfctr_nmi +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7e637a3 inet_frag_rbtree_purge +EXPORT_SYMBOL vmlinux 0xd7e8785c nd_dax_probe +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7ed7326 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0xd7f685fb mnt_set_expiry +EXPORT_SYMBOL vmlinux 0xd7f6938f truncate_pagecache +EXPORT_SYMBOL vmlinux 0xd80ec1f7 dcb_getrewr_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0xd8115204 neigh_seq_start +EXPORT_SYMBOL vmlinux 0xd8373e63 jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0xd83898d5 nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xd843dc33 insert_inode_locked +EXPORT_SYMBOL vmlinux 0xd846c315 acpi_write_bit_register +EXPORT_SYMBOL vmlinux 0xd8520d64 pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0xd86ed04a ps2_drain +EXPORT_SYMBOL vmlinux 0xd878fb0d blk_queue_virt_boundary +EXPORT_SYMBOL vmlinux 0xd87ab44b vfs_get_fsid +EXPORT_SYMBOL vmlinux 0xd87dc4c4 md_error +EXPORT_SYMBOL vmlinux 0xd880fb8a rproc_shutdown +EXPORT_SYMBOL vmlinux 0xd88fbd4d sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xd89c499b __vfs_setxattr +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd8a1848a qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0xd8a994eb scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0xd8b61304 get_default_font +EXPORT_SYMBOL vmlinux 0xd8b6a101 fs_param_is_u64 +EXPORT_SYMBOL vmlinux 0xd8b6d96f __find_nth_and_bit +EXPORT_SYMBOL vmlinux 0xd8bb46dd flow_indr_block_cb_alloc +EXPORT_SYMBOL vmlinux 0xd8bf0603 import_iovec +EXPORT_SYMBOL vmlinux 0xd8df08ac acpi_handle_printk +EXPORT_SYMBOL vmlinux 0xd8e500cb sys_copyarea +EXPORT_SYMBOL vmlinux 0xd8fb6e35 phy_ethtool_get_strings +EXPORT_SYMBOL vmlinux 0xd912066e rtnl_offload_xstats_notify +EXPORT_SYMBOL vmlinux 0xd9185d18 vfs_get_link +EXPORT_SYMBOL vmlinux 0xd91f6ab6 strnlen_user +EXPORT_SYMBOL vmlinux 0xd92deb6b acpi_evaluate_object +EXPORT_SYMBOL vmlinux 0xd933f209 __SCT__tp_func_rdpmc +EXPORT_SYMBOL vmlinux 0xd9491c14 xa_destroy +EXPORT_SYMBOL vmlinux 0xd954ebf8 page_get_link +EXPORT_SYMBOL vmlinux 0xd95f2bd6 d_instantiate +EXPORT_SYMBOL vmlinux 0xd96de809 pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0xd97008bb tcp_disconnect +EXPORT_SYMBOL vmlinux 0xd971c6c4 xen_arch_register_cpu +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd9a5ea54 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xd9b224c9 __SetPageMovable +EXPORT_SYMBOL vmlinux 0xd9b4f9bf uart_get_divisor +EXPORT_SYMBOL vmlinux 0xd9b81b35 nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0xd9b85ef6 lockref_get +EXPORT_SYMBOL vmlinux 0xd9d09149 xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0xd9d8fd16 register_restart_handler +EXPORT_SYMBOL vmlinux 0xd9d952d1 crypto_aes_sbox +EXPORT_SYMBOL vmlinux 0xd9e656c3 gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0xd9f99b00 phy_get_pause +EXPORT_SYMBOL vmlinux 0xd9ffd70f module_put +EXPORT_SYMBOL vmlinux 0xda0378bf set_cached_acl +EXPORT_SYMBOL vmlinux 0xda1ddef1 acpi_mark_gpe_for_wake +EXPORT_SYMBOL vmlinux 0xda26b8ea __irq_regs +EXPORT_SYMBOL vmlinux 0xda2efe20 __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0xda35bba8 inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda529628 dma_set_mask +EXPORT_SYMBOL vmlinux 0xda6af2a5 __cgroup_bpf_run_filter_sk +EXPORT_SYMBOL vmlinux 0xda79f42b xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0xda930f63 tcf_block_put +EXPORT_SYMBOL vmlinux 0xdac4913a bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0xdac996c5 fscrypt_decrypt_block_inplace +EXPORT_SYMBOL vmlinux 0xdad13544 ptrs_per_p4d +EXPORT_SYMBOL vmlinux 0xdad1619f page_cache_next_miss +EXPORT_SYMBOL vmlinux 0xdad1fc3f zstd_flush_stream +EXPORT_SYMBOL vmlinux 0xdade67c3 qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0xdae4f10d dma_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0xdaf73138 dquot_scan_active +EXPORT_SYMBOL vmlinux 0xdafc64f6 mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0xdb130a5c seq_open_private +EXPORT_SYMBOL vmlinux 0xdb16b170 topology_phys_to_logical_pkg +EXPORT_SYMBOL vmlinux 0xdb1edee6 hdmi_infoframe_unpack +EXPORT_SYMBOL vmlinux 0xdb675b2d inet_offloads +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb7413b4 mipi_dsi_dcs_nop +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb95e185 intel_scu_ipc_dev_command_with_size +EXPORT_SYMBOL vmlinux 0xdb9f109b __dev_queue_xmit +EXPORT_SYMBOL vmlinux 0xdba20e12 blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0xdbb401b5 __d_lookup_unhash_wake +EXPORT_SYMBOL vmlinux 0xdbb8c54a __dynamic_ibdev_dbg +EXPORT_SYMBOL vmlinux 0xdbbbaa6f input_get_poll_interval +EXPORT_SYMBOL vmlinux 0xdbc43e6a qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xdbc67671 phy_validate_pause +EXPORT_SYMBOL vmlinux 0xdbcf041a acpi_install_address_space_handler +EXPORT_SYMBOL vmlinux 0xdbd56534 tls_server_hello_psk +EXPORT_SYMBOL vmlinux 0xdbdf6c92 ioport_resource +EXPORT_SYMBOL vmlinux 0xdc08ee1b pm860x_set_bits +EXPORT_SYMBOL vmlinux 0xdc0a789c crypto_sha256_update +EXPORT_SYMBOL vmlinux 0xdc0e4855 timer_delete +EXPORT_SYMBOL vmlinux 0xdc0ec08c __x86_indirect_jump_thunk_r12 +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc49c198 reciprocal_value_adv +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc5736d5 acpi_register_ioapic +EXPORT_SYMBOL vmlinux 0xdc67861e kmem_cache_create +EXPORT_SYMBOL vmlinux 0xdc7450bc xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0xdc78fa6f __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xdc9db56b dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0xdca205fb inet6_ioctl +EXPORT_SYMBOL vmlinux 0xdcbeba1d sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0xdcc32093 vfs_fileattr_set +EXPORT_SYMBOL vmlinux 0xdcdc0040 slhc_compress +EXPORT_SYMBOL vmlinux 0xdcde5e52 devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0xdcf8363b i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0xdd14456f __page_frag_cache_drain +EXPORT_SYMBOL vmlinux 0xdd18a993 acpi_check_dsm +EXPORT_SYMBOL vmlinux 0xdd1c1f67 generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0xdd22c6e9 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0xdd2c169b mb_cache_create +EXPORT_SYMBOL vmlinux 0xdd2e3a2c unlock_buffer +EXPORT_SYMBOL vmlinux 0xdd358e3d reuseport_stop_listen_sock +EXPORT_SYMBOL vmlinux 0xdd4c4ce2 migrate_vma_pages +EXPORT_SYMBOL vmlinux 0xdd4d465c gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0xdd4d55b6 _raw_read_unlock +EXPORT_SYMBOL vmlinux 0xdd5e4cea rtnl_nla_parse_ifinfomsg +EXPORT_SYMBOL vmlinux 0xdd64e639 strscpy +EXPORT_SYMBOL vmlinux 0xdd655df9 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0xdd8419ff agp_generic_type_to_mask_type +EXPORT_SYMBOL vmlinux 0xdd849d51 scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0xdd90881d pnp_is_active +EXPORT_SYMBOL vmlinux 0xddad7952 acpi_dbg_level +EXPORT_SYMBOL vmlinux 0xddb2157a mipi_dsi_driver_register_full +EXPORT_SYMBOL vmlinux 0xddc631a1 rproc_report_crash +EXPORT_SYMBOL vmlinux 0xddcbe1f3 acpi_ut_value_exit +EXPORT_SYMBOL vmlinux 0xddd7fcc4 netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0xddf6ad7a completion_done +EXPORT_SYMBOL vmlinux 0xddfdb8ac tcp_md5_needed +EXPORT_SYMBOL vmlinux 0xde0377df blk_mq_delay_run_hw_queues +EXPORT_SYMBOL vmlinux 0xde11fe65 pneigh_lookup +EXPORT_SYMBOL vmlinux 0xde293f9e add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xde4eeab5 __register_nmi_handler +EXPORT_SYMBOL vmlinux 0xde51acc8 seq_hex_dump +EXPORT_SYMBOL vmlinux 0xde5c8554 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0xde5efc8f simple_setattr +EXPORT_SYMBOL vmlinux 0xde639d7e i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0xde66ac0f vm_map_ram +EXPORT_SYMBOL vmlinux 0xde6ee42d vlan_uses_dev +EXPORT_SYMBOL vmlinux 0xde7e066f ata_std_end_eh +EXPORT_SYMBOL vmlinux 0xde80cd09 ioremap +EXPORT_SYMBOL vmlinux 0xde8a9d58 tcp_read_skb +EXPORT_SYMBOL vmlinux 0xde9b17ed agp3_generic_fetch_size +EXPORT_SYMBOL vmlinux 0xde9c730f __nla_reserve +EXPORT_SYMBOL vmlinux 0xdeaa9223 jbd2__journal_start +EXPORT_SYMBOL vmlinux 0xdeae8c14 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0xdeb99119 dma_fence_init +EXPORT_SYMBOL vmlinux 0xded39a6b gen_kill_estimator +EXPORT_SYMBOL vmlinux 0xded6b47a done_path_create +EXPORT_SYMBOL vmlinux 0xdef1309d blk_mq_run_hw_queue +EXPORT_SYMBOL vmlinux 0xdef68d34 flow_keys_basic_dissector +EXPORT_SYMBOL vmlinux 0xdef7c893 fb_match_mode +EXPORT_SYMBOL vmlinux 0xdef8d0ae __SCT__tp_func_kfree +EXPORT_SYMBOL vmlinux 0xdefb4ddb dev_driver_string +EXPORT_SYMBOL vmlinux 0xdf124f86 uart_match_port +EXPORT_SYMBOL vmlinux 0xdf1726ed __SCK__tp_func_kfree +EXPORT_SYMBOL vmlinux 0xdf256037 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf2ebb87 _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xdf36914b xa_find_after +EXPORT_SYMBOL vmlinux 0xdf512780 neigh_seq_stop +EXPORT_SYMBOL vmlinux 0xdf521442 _find_next_zero_bit +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf5f01d2 set_capacity +EXPORT_SYMBOL vmlinux 0xdf6692f5 mr_mfc_find_any +EXPORT_SYMBOL vmlinux 0xdf790b92 rproc_elf_sanity_check +EXPORT_SYMBOL vmlinux 0xdf8c695a __ndelay +EXPORT_SYMBOL vmlinux 0xdf8d781f acpi_update_all_gpes +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdf93b9d8 timespec64_to_jiffies +EXPORT_SYMBOL vmlinux 0xdf9734a7 sg_nents +EXPORT_SYMBOL vmlinux 0xdfa5f94d security_cred_getsecid +EXPORT_SYMBOL vmlinux 0xdfba1e52 security_sb_remount +EXPORT_SYMBOL vmlinux 0xdfc12ef1 zstd_decompress_stream +EXPORT_SYMBOL vmlinux 0xdfcc992c current_work +EXPORT_SYMBOL vmlinux 0xdfd4f1f3 qdisc_put +EXPORT_SYMBOL vmlinux 0xdfd8110c flow_block_cb_is_busy +EXPORT_SYMBOL vmlinux 0xdfdce324 cpu_info +EXPORT_SYMBOL vmlinux 0xdfe95f35 twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0xdfec1191 kset_register +EXPORT_SYMBOL vmlinux 0xdfefa36e __post_watch_notification +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xdffc80fc vesa_modes +EXPORT_SYMBOL vmlinux 0xe0112fc4 __x86_indirect_thunk_r9 +EXPORT_SYMBOL vmlinux 0xe01494a7 acpi_device_hid +EXPORT_SYMBOL vmlinux 0xe01b889d input_event +EXPORT_SYMBOL vmlinux 0xe01c26f0 ip_fraglist_init +EXPORT_SYMBOL vmlinux 0xe02ba436 trace_print_hex_seq +EXPORT_SYMBOL vmlinux 0xe02c9c92 __xa_erase +EXPORT_SYMBOL vmlinux 0xe02f16bb bio_add_folio +EXPORT_SYMBOL vmlinux 0xe033cb29 native_queued_spin_lock_slowpath +EXPORT_SYMBOL vmlinux 0xe0419ac4 kstrtos16 +EXPORT_SYMBOL vmlinux 0xe049ddb1 ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0xe0565a5e i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0xe05bdcba update_devfreq +EXPORT_SYMBOL vmlinux 0xe071b4ba arp_send +EXPORT_SYMBOL vmlinux 0xe07e5f44 acpi_reconfig_notifier_unregister +EXPORT_SYMBOL vmlinux 0xe07ef363 intel_gmch_gtt_insert_sg_entries +EXPORT_SYMBOL vmlinux 0xe080e8f0 set_current_groups +EXPORT_SYMBOL vmlinux 0xe082e88d acpi_check_address_range +EXPORT_SYMBOL vmlinux 0xe091c977 list_sort +EXPORT_SYMBOL vmlinux 0xe0a4b643 seg6_push_hmac +EXPORT_SYMBOL vmlinux 0xe0a9a473 fb_set_cmap +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b9065b security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xe0bfb2ff add_to_page_cache_lru +EXPORT_SYMBOL vmlinux 0xe0dc3fe5 put_disk +EXPORT_SYMBOL vmlinux 0xe0ec5785 security_inode_copy_up +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe123f3d9 dma_fence_release +EXPORT_SYMBOL vmlinux 0xe128bc1b dma_set_coherent_mask +EXPORT_SYMBOL vmlinux 0xe12bda79 vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xe1317694 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0xe138fb8c percpu_counter_add_batch +EXPORT_SYMBOL vmlinux 0xe13cd8a7 dmi_name_in_vendors +EXPORT_SYMBOL vmlinux 0xe14616b0 devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0xe14b329d sock_edemux +EXPORT_SYMBOL vmlinux 0xe14ed5a9 devfreq_update_target +EXPORT_SYMBOL vmlinux 0xe15053fe cdev_set_parent +EXPORT_SYMBOL vmlinux 0xe17568e3 dma_fence_signal_timestamp_locked +EXPORT_SYMBOL vmlinux 0xe17a3379 netpoll_print_options +EXPORT_SYMBOL vmlinux 0xe1991c71 scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0xe1a89320 dump_align +EXPORT_SYMBOL vmlinux 0xe1bee700 __traceiter_read_msr +EXPORT_SYMBOL vmlinux 0xe1c3bf70 rproc_elf_find_loaded_rsc_table +EXPORT_SYMBOL vmlinux 0xe1dcf64a audit_log_format +EXPORT_SYMBOL vmlinux 0xe1ee615c ptp_clock_event +EXPORT_SYMBOL vmlinux 0xe1f9207e pcim_pin_device +EXPORT_SYMBOL vmlinux 0xe2052d2c folio_redirty_for_writepage +EXPORT_SYMBOL vmlinux 0xe2098b8c tcf_qevent_handle +EXPORT_SYMBOL vmlinux 0xe21f18ac __genradix_iter_peek +EXPORT_SYMBOL vmlinux 0xe23f75e2 cookie_timestamp_decode +EXPORT_SYMBOL vmlinux 0xe24674e1 tls_handshake_cancel +EXPORT_SYMBOL vmlinux 0xe247326b seq_write +EXPORT_SYMBOL vmlinux 0xe24780b9 dup_iter +EXPORT_SYMBOL vmlinux 0xe25641bf phy_attach +EXPORT_SYMBOL vmlinux 0xe256a56f mmc_can_gpio_cd +EXPORT_SYMBOL vmlinux 0xe2964344 __wake_up +EXPORT_SYMBOL vmlinux 0xe2bb1f84 request_key_rcu +EXPORT_SYMBOL vmlinux 0xe2bbfa56 proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xe2c17b5d __SCT__might_resched +EXPORT_SYMBOL vmlinux 0xe2d17ee1 truncate_inode_pages +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2e28fc0 __traceiter_write_msr +EXPORT_SYMBOL vmlinux 0xe2e54f2c mod_node_page_state +EXPORT_SYMBOL vmlinux 0xe2ec53c4 generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xe2ff7bc1 sg_miter_stop +EXPORT_SYMBOL vmlinux 0xe304f470 vme_bus_num +EXPORT_SYMBOL vmlinux 0xe31b9301 intel_gmch_gtt_flush +EXPORT_SYMBOL vmlinux 0xe328213e invalidate_bdev +EXPORT_SYMBOL vmlinux 0xe32ab4d8 xxh64_digest +EXPORT_SYMBOL vmlinux 0xe32ebeb4 inet_csk_complete_hashdance +EXPORT_SYMBOL vmlinux 0xe35be773 mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0xe3651af9 tcp_sock_set_nodelay +EXPORT_SYMBOL vmlinux 0xe37c06ed cros_ec_get_host_event +EXPORT_SYMBOL vmlinux 0xe392bb00 security_binder_transfer_binder +EXPORT_SYMBOL vmlinux 0xe39b2ea5 sha256 +EXPORT_SYMBOL vmlinux 0xe39b4198 filemap_fault +EXPORT_SYMBOL vmlinux 0xe3ad3046 __sg_page_iter_dma_next +EXPORT_SYMBOL vmlinux 0xe3b20b81 backlight_force_update +EXPORT_SYMBOL vmlinux 0xe3bc3eef write_dirty_buffer +EXPORT_SYMBOL vmlinux 0xe3d83fb0 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0xe3d857ea __cpu_active_mask +EXPORT_SYMBOL vmlinux 0xe3ec2f2b alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0xe3ed6723 skb_checksum_trimmed +EXPORT_SYMBOL vmlinux 0xe3feba56 tasklet_unlock_spin_wait +EXPORT_SYMBOL vmlinux 0xe3ff2c41 get_random_u64 +EXPORT_SYMBOL vmlinux 0xe40976c0 pnp_range_reserved +EXPORT_SYMBOL vmlinux 0xe40c37ea down_write_trylock +EXPORT_SYMBOL vmlinux 0xe419bc99 iowrite32be +EXPORT_SYMBOL vmlinux 0xe420da7b devm_extcon_unregister_notifier +EXPORT_SYMBOL vmlinux 0xe4293a99 scsi_block_requests +EXPORT_SYMBOL vmlinux 0xe42a7493 sys_imageblit +EXPORT_SYMBOL vmlinux 0xe43f2338 xsk_set_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0xe46021ca _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xe464b817 dm_table_get_md +EXPORT_SYMBOL vmlinux 0xe46bb152 acpi_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xe495d663 dput +EXPORT_SYMBOL vmlinux 0xe4bc00a3 tcf_exts_terse_dump +EXPORT_SYMBOL vmlinux 0xe4bc2c2f hdmi_drm_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe4d1ffa5 __netif_schedule +EXPORT_SYMBOL vmlinux 0xe4d80bf4 acpi_enable +EXPORT_SYMBOL vmlinux 0xe4d82d03 __udp_disconnect +EXPORT_SYMBOL vmlinux 0xe4e22788 seq_vprintf +EXPORT_SYMBOL vmlinux 0xe4e5435d ilookup +EXPORT_SYMBOL vmlinux 0xe4f58430 iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0xe506a9af blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe526a4f5 inet_dgram_ops +EXPORT_SYMBOL vmlinux 0xe53b94f0 ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0xe53beabe jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0xe5412832 eth_mac_addr +EXPORT_SYMBOL vmlinux 0xe55aa643 simple_statfs +EXPORT_SYMBOL vmlinux 0xe58090ca security_ib_endport_manage_subnet +EXPORT_SYMBOL vmlinux 0xe590dea3 sk_busy_loop_end +EXPORT_SYMBOL vmlinux 0xe5c60bd2 percpu_counter_set +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5cee291 register_sysctl_mount_point +EXPORT_SYMBOL vmlinux 0xe5dc8578 ipv6_chk_addr_and_flags +EXPORT_SYMBOL vmlinux 0xe613df67 cpu_rmap_update +EXPORT_SYMBOL vmlinux 0xe61ad3b2 mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0xe61b912a security_binder_set_context_mgr +EXPORT_SYMBOL vmlinux 0xe6340905 neigh_table_init +EXPORT_SYMBOL vmlinux 0xe6550092 utf8_casefold +EXPORT_SYMBOL vmlinux 0xe685fc1d tc_setup_offload_action +EXPORT_SYMBOL vmlinux 0xe68efe41 _raw_write_lock +EXPORT_SYMBOL vmlinux 0xe68f0b02 setup_new_exec +EXPORT_SYMBOL vmlinux 0xe69ebc61 xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0xe6ab880c input_reset_device +EXPORT_SYMBOL vmlinux 0xe6b9a9c7 bmap +EXPORT_SYMBOL vmlinux 0xe6cf8f9e pldmfw_flash_image +EXPORT_SYMBOL vmlinux 0xe6d2458e do_trace_netlink_extack +EXPORT_SYMBOL vmlinux 0xe6e80cda iov_iter_revert +EXPORT_SYMBOL vmlinux 0xe6f2fc71 unregister_fib_notifier +EXPORT_SYMBOL vmlinux 0xe6fa06a2 rename_lock +EXPORT_SYMBOL vmlinux 0xe7011dad mdiobus_write_nested +EXPORT_SYMBOL vmlinux 0xe70877d4 acpi_remove_sci_handler +EXPORT_SYMBOL vmlinux 0xe70c87df security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xe7257ab8 xa_store_range +EXPORT_SYMBOL vmlinux 0xe72baed0 flow_rule_match_enc_ipv6_addrs +EXPORT_SYMBOL vmlinux 0xe72bffbd generic_copy_file_range +EXPORT_SYMBOL vmlinux 0xe730f9e4 __ip_queue_xmit +EXPORT_SYMBOL vmlinux 0xe74958d3 pcim_iounmap +EXPORT_SYMBOL vmlinux 0xe74b1810 mdio_device_remove +EXPORT_SYMBOL vmlinux 0xe787698f acpi_processor_register_performance +EXPORT_SYMBOL vmlinux 0xe7925b42 eth_header_parse +EXPORT_SYMBOL vmlinux 0xe793b39f cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0xe79b4f77 sock_no_getname +EXPORT_SYMBOL vmlinux 0xe79c8385 blackhole_netdev +EXPORT_SYMBOL vmlinux 0xe7a02573 ida_alloc_range +EXPORT_SYMBOL vmlinux 0xe7a2e508 acpi_device_set_power +EXPORT_SYMBOL vmlinux 0xe7ab1ecc _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0xe7ad671c md_write_start +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7f8ebbe unix_attach_fds +EXPORT_SYMBOL vmlinux 0xe8009b9f page_mapping +EXPORT_SYMBOL vmlinux 0xe816048f tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0xe8257071 kernel_bind +EXPORT_SYMBOL vmlinux 0xe83d3834 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0xe83ebea6 shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0xe8493660 nla_append +EXPORT_SYMBOL vmlinux 0xe84e3dc4 genphy_resume +EXPORT_SYMBOL vmlinux 0xe854cce2 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0xe85f2123 acpi_tb_unload_table +EXPORT_SYMBOL vmlinux 0xe8860a2c scsi_remove_target +EXPORT_SYMBOL vmlinux 0xe8a0221c jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0xe8b587a3 blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0xe8c9a7db vme_register_bridge +EXPORT_SYMBOL vmlinux 0xe8cccbe6 flow_rule_match_ipv4_addrs +EXPORT_SYMBOL vmlinux 0xe8d285b2 nla_policy_len +EXPORT_SYMBOL vmlinux 0xe8d70d7f mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0xe8dcc71d inet_listen +EXPORT_SYMBOL vmlinux 0xe8fbf4fa __alloc_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0xe8fec2d8 filemap_alloc_folio +EXPORT_SYMBOL vmlinux 0xe9080dca mdiobus_setup_mdiodev_from_board_info +EXPORT_SYMBOL vmlinux 0xe90932d3 dmaenginem_async_device_register +EXPORT_SYMBOL vmlinux 0xe909997a bitmap_print_list_to_buf +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe923063e phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0xe94682a7 nvdimm_namespace_disk_name +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe9569039 fscrypt_ioctl_get_policy +EXPORT_SYMBOL vmlinux 0xe9647096 inet_protos +EXPORT_SYMBOL vmlinux 0xe966e424 configfs_register_default_group +EXPORT_SYMBOL vmlinux 0xe969f0e3 tcf_chain_get_by_act +EXPORT_SYMBOL vmlinux 0xe9866dca ip_local_deliver +EXPORT_SYMBOL vmlinux 0xe9910f7a vfs_rename +EXPORT_SYMBOL vmlinux 0xe9a2c172 iov_iter_npages +EXPORT_SYMBOL vmlinux 0xe9a5e67f intel_graphics_stolen_res +EXPORT_SYMBOL vmlinux 0xe9a79d67 i8042_install_filter +EXPORT_SYMBOL vmlinux 0xe9af7397 __xa_set_mark +EXPORT_SYMBOL vmlinux 0xe9c0383e __scsi_print_sense +EXPORT_SYMBOL vmlinux 0xe9dc12a4 zstd_get_error_name +EXPORT_SYMBOL vmlinux 0xe9e50372 xfrm_register_km +EXPORT_SYMBOL vmlinux 0xe9e8faeb efi_tpm_final_log_size +EXPORT_SYMBOL vmlinux 0xe9ea6ae1 md_register_thread +EXPORT_SYMBOL vmlinux 0xe9f2568b __SCK__tp_func_spi_transfer_start +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xe9ffc063 down_trylock +EXPORT_SYMBOL vmlinux 0xea07e107 netpoll_poll_dev +EXPORT_SYMBOL vmlinux 0xea1e973d dquot_alloc +EXPORT_SYMBOL vmlinux 0xea20be66 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0xea377551 has_capability_noaudit +EXPORT_SYMBOL vmlinux 0xea3c8e4e scsilun_to_int +EXPORT_SYMBOL vmlinux 0xea445b17 dev_uc_del +EXPORT_SYMBOL vmlinux 0xea6f9a36 zlib_deflate_dfltcc_enabled +EXPORT_SYMBOL vmlinux 0xea71d838 __devm_release_region +EXPORT_SYMBOL vmlinux 0xea7daa08 __video_get_options +EXPORT_SYMBOL vmlinux 0xea7e2c5e jbd2_journal_inode_ranged_wait +EXPORT_SYMBOL vmlinux 0xeaa4debf stop_tty +EXPORT_SYMBOL vmlinux 0xeaa50cce blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0xeab6f4c4 acpi_check_resource_conflict +EXPORT_SYMBOL vmlinux 0xeac2c560 scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0xeade88e6 scsi_remove_host +EXPORT_SYMBOL vmlinux 0xeae3dfd6 __const_udelay +EXPORT_SYMBOL vmlinux 0xeaeb54ef ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0xeaf756b7 __register_chrdev +EXPORT_SYMBOL vmlinux 0xeafc141f __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xeb078aee _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xeb0d7886 __fs_parse +EXPORT_SYMBOL vmlinux 0xeb1275aa eth_header_parse_protocol +EXPORT_SYMBOL vmlinux 0xeb1587f6 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0xeb233a45 __kmalloc +EXPORT_SYMBOL vmlinux 0xeb266d91 posix_lock_file +EXPORT_SYMBOL vmlinux 0xeb2a6db0 kthread_destroy_worker +EXPORT_SYMBOL vmlinux 0xeb31aee8 acpi_trace_point +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb39f149 blk_queue_flag_clear +EXPORT_SYMBOL vmlinux 0xeb44339a free_pages_exact +EXPORT_SYMBOL vmlinux 0xeb6973f6 init_net +EXPORT_SYMBOL vmlinux 0xeb7bd191 nf_unregister_net_hook +EXPORT_SYMBOL vmlinux 0xeb7f6046 acpi_get_devices +EXPORT_SYMBOL vmlinux 0xeb8423f2 component_match_add_typed +EXPORT_SYMBOL vmlinux 0xeb91644d seq_read_iter +EXPORT_SYMBOL vmlinux 0xeb955717 ethtool_get_phc_vclocks +EXPORT_SYMBOL vmlinux 0xeb9eef52 match_uint +EXPORT_SYMBOL vmlinux 0xeba09560 udp_seq_stop +EXPORT_SYMBOL vmlinux 0xebb39438 i8042_remove_filter +EXPORT_SYMBOL vmlinux 0xebc4e479 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0xebce190a locks_copy_conflock +EXPORT_SYMBOL vmlinux 0xebce6fb2 param_get_string +EXPORT_SYMBOL vmlinux 0xebdfdde0 posix_acl_update_mode +EXPORT_SYMBOL vmlinux 0xebe1491c pnp_possible_config +EXPORT_SYMBOL vmlinux 0xebe49380 hmm_range_fault +EXPORT_SYMBOL vmlinux 0xebe64293 sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0xebed49b0 skb_udp_tunnel_segment +EXPORT_SYMBOL vmlinux 0xec01a251 mmc_detect_change +EXPORT_SYMBOL vmlinux 0xec240027 generic_fill_statx_attr +EXPORT_SYMBOL vmlinux 0xec2b7990 inet_frag_pull_head +EXPORT_SYMBOL vmlinux 0xec2b8a42 acpi_walk_namespace +EXPORT_SYMBOL vmlinux 0xec4330dd copy_splice_read +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec5680c8 devm_clk_get_optional +EXPORT_SYMBOL vmlinux 0xec5b310c xsk_clear_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0xec748006 d_alloc_anon +EXPORT_SYMBOL vmlinux 0xec82372f lock_rename_child +EXPORT_SYMBOL vmlinux 0xec8ae542 dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0xec8c3756 phy_queue_state_machine +EXPORT_SYMBOL vmlinux 0xec97558a md_bitmap_endwrite +EXPORT_SYMBOL vmlinux 0xeca957d1 __bitmap_and +EXPORT_SYMBOL vmlinux 0xecac8407 __memcpy +EXPORT_SYMBOL vmlinux 0xecc75a2d generic_file_open +EXPORT_SYMBOL vmlinux 0xecc7c868 __x86_indirect_jump_thunk_r9 +EXPORT_SYMBOL vmlinux 0xecd08662 tcp_mss_to_mtu +EXPORT_SYMBOL vmlinux 0xece516c9 pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xecec9d6c cdrom_release +EXPORT_SYMBOL vmlinux 0xecedab9c __remove_inode_hash +EXPORT_SYMBOL vmlinux 0xecf9d4f6 security_socket_socketpair +EXPORT_SYMBOL vmlinux 0xecfd68ef acpi_get_node +EXPORT_SYMBOL vmlinux 0xed00c4fb acpi_os_printf +EXPORT_SYMBOL vmlinux 0xed0ede54 input_set_max_poll_interval +EXPORT_SYMBOL vmlinux 0xed159602 inet_reqsk_alloc +EXPORT_SYMBOL vmlinux 0xed312937 sk_stop_timer_sync +EXPORT_SYMBOL vmlinux 0xed34ebbc acpi_any_gpe_status_set +EXPORT_SYMBOL vmlinux 0xed55f929 acpi_os_unmap_generic_address +EXPORT_SYMBOL vmlinux 0xed656e30 udp_encap_disable +EXPORT_SYMBOL vmlinux 0xed66515b fscrypt_zeroout_range +EXPORT_SYMBOL vmlinux 0xed6aa3b0 input_set_capability +EXPORT_SYMBOL vmlinux 0xed784847 ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0xed86ebf1 xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0xed9706c0 flow_rule_match_ip +EXPORT_SYMBOL vmlinux 0xeda2e038 scsi_cmd_allowed +EXPORT_SYMBOL vmlinux 0xeda3004d param_ops_hexint +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedbd5098 mmc_erase +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedcdba31 xfrm_lookup_with_ifid +EXPORT_SYMBOL vmlinux 0xedd17b31 sock_get_timeout +EXPORT_SYMBOL vmlinux 0xee0118df aperture_remove_conflicting_devices +EXPORT_SYMBOL vmlinux 0xee082bfa skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0xee0b9abe vga_put +EXPORT_SYMBOL vmlinux 0xee14106d pcie_get_width_cap +EXPORT_SYMBOL vmlinux 0xee1cba74 vfs_unlink +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee38a20e __x86_indirect_jump_thunk_r10 +EXPORT_SYMBOL vmlinux 0xee481669 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0xee4a730c jbd2_fc_get_buf +EXPORT_SYMBOL vmlinux 0xee58e970 fb_add_videomode +EXPORT_SYMBOL vmlinux 0xee6ddb37 devm_devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0xee7bbf8c __tracepoint_read_msr +EXPORT_SYMBOL vmlinux 0xee7d7deb gen_pool_dma_zalloc +EXPORT_SYMBOL vmlinux 0xee7e269f ppp_dev_name +EXPORT_SYMBOL vmlinux 0xee7eb9e1 pnp_platform_devices +EXPORT_SYMBOL vmlinux 0xee883b06 __vmalloc_array +EXPORT_SYMBOL vmlinux 0xee8c02e9 vprintk_emit +EXPORT_SYMBOL vmlinux 0xee8d74d6 jiffies64_to_nsecs +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xee993427 __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0xeea8793a user_revoke +EXPORT_SYMBOL vmlinux 0xeea9adaa __mdiobus_read +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeebf52a0 devm_arch_io_reserve_memtype_wc +EXPORT_SYMBOL vmlinux 0xeece84d9 pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0xeed01f17 bprm_change_interp +EXPORT_SYMBOL vmlinux 0xeefab040 pci_request_irq +EXPORT_SYMBOL vmlinux 0xef36a848 __x86_indirect_jump_thunk_rdi +EXPORT_SYMBOL vmlinux 0xef4e1038 rproc_put +EXPORT_SYMBOL vmlinux 0xef623e9b param_get_hexint +EXPORT_SYMBOL vmlinux 0xef62e89b con_is_bound +EXPORT_SYMBOL vmlinux 0xef7098e9 netpoll_parse_options +EXPORT_SYMBOL vmlinux 0xef8a07aa tcp_parse_options +EXPORT_SYMBOL vmlinux 0xef96171f ipv4_specific +EXPORT_SYMBOL vmlinux 0xef9aedfc boot_option_idle_override +EXPORT_SYMBOL vmlinux 0xef9b1b56 scsi_change_queue_depth +EXPORT_SYMBOL vmlinux 0xefaf2e4f tcf_queue_work +EXPORT_SYMBOL vmlinux 0xefbbdcbb __SCK__tp_func_module_get +EXPORT_SYMBOL vmlinux 0xefc70a91 register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xefcea2e7 acpi_warning +EXPORT_SYMBOL vmlinux 0xefee932c acpi_get_data_full +EXPORT_SYMBOL vmlinux 0xf0001e2e dma_sync_wait +EXPORT_SYMBOL vmlinux 0xf0008a18 inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf006c798 blk_sync_queue +EXPORT_SYMBOL vmlinux 0xf016a370 genphy_read_master_slave +EXPORT_SYMBOL vmlinux 0xf019187f __skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0xf02aa937 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0xf04346f2 ip_getsockopt +EXPORT_SYMBOL vmlinux 0xf056b1dc mipi_dsi_dcs_read +EXPORT_SYMBOL vmlinux 0xf05c062f tc_setup_cb_add +EXPORT_SYMBOL vmlinux 0xf05c32ad rdmsr_on_cpus +EXPORT_SYMBOL vmlinux 0xf07b07f6 sg_free_append_table +EXPORT_SYMBOL vmlinux 0xf0910ebc nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xf09520c8 t10_pi_type3_ip +EXPORT_SYMBOL vmlinux 0xf09b5d9a get_zeroed_page +EXPORT_SYMBOL vmlinux 0xf0b9a4b9 commit_creds +EXPORT_SYMBOL vmlinux 0xf0bbbba1 inode_permission +EXPORT_SYMBOL vmlinux 0xf0cbb99a pci_unregister_driver +EXPORT_SYMBOL vmlinux 0xf0fdf6cb __stack_chk_fail +EXPORT_SYMBOL vmlinux 0xf104ccd0 skb_orphan_partial +EXPORT_SYMBOL vmlinux 0xf1185b0f max8998_read_reg +EXPORT_SYMBOL vmlinux 0xf11dd46e _page_poisoning_enabled_early +EXPORT_SYMBOL vmlinux 0xf12746e7 inode_set_bytes +EXPORT_SYMBOL vmlinux 0xf1319974 msi_desc_to_pci_dev +EXPORT_SYMBOL vmlinux 0xf13a2aeb devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0xf1515b5f phy_aneg_done +EXPORT_SYMBOL vmlinux 0xf166b5be dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0xf17ce171 set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0xf17ddd82 d_move +EXPORT_SYMBOL vmlinux 0xf1848ee2 acpi_install_sci_handler +EXPORT_SYMBOL vmlinux 0xf18e3612 netdev_offload_xstats_enable +EXPORT_SYMBOL vmlinux 0xf18f8456 tty_do_resize +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf1969a8e __usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xf19b073d napi_get_frags +EXPORT_SYMBOL vmlinux 0xf1a0c016 unpin_user_pages_dirty_lock +EXPORT_SYMBOL vmlinux 0xf1a65f7b zstd_reset_dstream +EXPORT_SYMBOL vmlinux 0xf1a68107 acpi_processor_preregister_performance +EXPORT_SYMBOL vmlinux 0xf1add06c fwnode_iomap +EXPORT_SYMBOL vmlinux 0xf1b878ce dev_pre_changeaddr_notify +EXPORT_SYMBOL vmlinux 0xf1c33620 current_in_userns +EXPORT_SYMBOL vmlinux 0xf1d3543c dst_release_immediate +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1e046cc panic +EXPORT_SYMBOL vmlinux 0xf1e7a8c3 phy_loopback +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1f88a0e dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0xf1fc45c1 tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0xf2153b48 sock_wake_async +EXPORT_SYMBOL vmlinux 0xf21e8acf sock_no_linger +EXPORT_SYMBOL vmlinux 0xf2241061 __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0xf227acd8 devm_arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf242e0e0 genphy_soft_reset +EXPORT_SYMBOL vmlinux 0xf25e45d7 __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0xf25fb9b3 proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0xf2628676 zstd_compress_cctx +EXPORT_SYMBOL vmlinux 0xf26fe4ea seq_release +EXPORT_SYMBOL vmlinux 0xf28cf0ae __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf28ed6e2 machine_to_phys_nr +EXPORT_SYMBOL vmlinux 0xf2906e13 file_write_and_wait_range +EXPORT_SYMBOL vmlinux 0xf29403e5 acpi_install_table_handler +EXPORT_SYMBOL vmlinux 0xf2a8efae dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0xf2b5f586 mmc_can_trim +EXPORT_SYMBOL vmlinux 0xf2b81b64 arch_io_reserve_memtype_wc +EXPORT_SYMBOL vmlinux 0xf2c43f3f zlib_deflate +EXPORT_SYMBOL vmlinux 0xf2ce88d9 __free_pages +EXPORT_SYMBOL vmlinux 0xf2e3aba8 locks_delete_block +EXPORT_SYMBOL vmlinux 0xf2e5bd87 security_free_mnt_opts +EXPORT_SYMBOL vmlinux 0xf2f06622 security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0xf2f1bd66 user_path_create +EXPORT_SYMBOL vmlinux 0xf2f53617 memregion_free +EXPORT_SYMBOL vmlinux 0xf30381c6 inode_get_bytes +EXPORT_SYMBOL vmlinux 0xf30965ac iosf_mbi_register_pmic_bus_access_notifier +EXPORT_SYMBOL vmlinux 0xf3151099 devm_rproc_alloc +EXPORT_SYMBOL vmlinux 0xf3244e9d dm_kobject_release +EXPORT_SYMBOL vmlinux 0xf325d5b8 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0xf344070c start_tty +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf34ea455 dev_printk_emit +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf3621fe2 mtree_alloc_rrange +EXPORT_SYMBOL vmlinux 0xf36f42a9 slhc_uncompress +EXPORT_SYMBOL vmlinux 0xf37d9022 vfs_mkobj +EXPORT_SYMBOL vmlinux 0xf37fc758 acpi_bus_unregister_driver +EXPORT_SYMBOL vmlinux 0xf390f6f1 __bitmap_andnot +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf3932313 mb_cache_entry_wait_unused +EXPORT_SYMBOL vmlinux 0xf39900b8 security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0xf3a57892 release_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0xf3a8fa72 xfrm6_rcv_tnl +EXPORT_SYMBOL vmlinux 0xf3aa65d3 cros_ec_cmd_xfer +EXPORT_SYMBOL vmlinux 0xf3c48b7f __skb_wait_for_more_packets +EXPORT_SYMBOL vmlinux 0xf3e0e1df allocate_resource +EXPORT_SYMBOL vmlinux 0xf418c8fd km_query +EXPORT_SYMBOL vmlinux 0xf41bfcf1 phy_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0xf4211de6 kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0xf43d2caa acpi_remove_interface +EXPORT_SYMBOL vmlinux 0xf43de2bb rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0xf446e376 cdev_alloc +EXPORT_SYMBOL vmlinux 0xf44a904a net_ns_barrier +EXPORT_SYMBOL vmlinux 0xf44f852a phy_check_valid +EXPORT_SYMBOL vmlinux 0xf4511525 blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0xf459620e phy_device_remove +EXPORT_SYMBOL vmlinux 0xf45cea74 handshake_req_alloc +EXPORT_SYMBOL vmlinux 0xf46a1c3d udplite_prot +EXPORT_SYMBOL vmlinux 0xf474c21c bitmap_print_to_pagebuf +EXPORT_SYMBOL vmlinux 0xf474fdcb kfree_const +EXPORT_SYMBOL vmlinux 0xf489d504 mmc_register_driver +EXPORT_SYMBOL vmlinux 0xf489de00 d_invalidate +EXPORT_SYMBOL vmlinux 0xf493dcaf devm_alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0xf496dad8 ip_defrag +EXPORT_SYMBOL vmlinux 0xf4a565fd wrmsr_on_cpus +EXPORT_SYMBOL vmlinux 0xf4b27cdb sock_register +EXPORT_SYMBOL vmlinux 0xf4b754fd acpi_resources_are_enforced +EXPORT_SYMBOL vmlinux 0xf4b8dfe8 dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0xf4be6561 param_get_byte +EXPORT_SYMBOL vmlinux 0xf4bef1b2 netif_set_tso_max_segs +EXPORT_SYMBOL vmlinux 0xf4db35bc stpcpy +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf4f58299 acpi_dev_get_first_match_dev +EXPORT_SYMBOL vmlinux 0xf50f4577 tcf_unregister_action +EXPORT_SYMBOL vmlinux 0xf521eaa9 page_cache_prev_miss +EXPORT_SYMBOL vmlinux 0xf52aa474 inet_proto_csum_replace_by_diff +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf549d849 __aperture_remove_legacy_vga_devices +EXPORT_SYMBOL vmlinux 0xf54f5836 rproc_elf_get_boot_addr +EXPORT_SYMBOL vmlinux 0xf55b38e6 __tracepoint_rdpmc +EXPORT_SYMBOL vmlinux 0xf5698f94 d_splice_alias +EXPORT_SYMBOL vmlinux 0xf56d7482 scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0xf56de5fb vmf_insert_pfn +EXPORT_SYMBOL vmlinux 0xf5a20ed2 __genradix_prealloc +EXPORT_SYMBOL vmlinux 0xf5a5c84c msrs_alloc +EXPORT_SYMBOL vmlinux 0xf5ad6cba xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0xf5ceabae unregister_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0xf5dcf929 __x86_indirect_jump_thunk_r8 +EXPORT_SYMBOL vmlinux 0xf5e7ea40 ktime_get_coarse_ts64 +EXPORT_SYMBOL vmlinux 0xf5f246ed __register_nls +EXPORT_SYMBOL vmlinux 0xf5fadbdb devm_pci_remap_cfgspace +EXPORT_SYMBOL vmlinux 0xf5ff98d2 skb_copy_and_hash_datagram_iter +EXPORT_SYMBOL vmlinux 0xf6085e9f reuseport_has_conns_set +EXPORT_SYMBOL vmlinux 0xf60ab926 acpi_get_event_status +EXPORT_SYMBOL vmlinux 0xf6141222 tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0xf6178542 vif_device_init +EXPORT_SYMBOL vmlinux 0xf62e5ebf inet_del_protocol +EXPORT_SYMBOL vmlinux 0xf643d104 hsiphash_4u32 +EXPORT_SYMBOL vmlinux 0xf6492bb8 jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xf64a6723 neigh_parms_release +EXPORT_SYMBOL vmlinux 0xf65bda0f __alloc_pages +EXPORT_SYMBOL vmlinux 0xf65f1dbd __x86_indirect_jump_thunk_rsi +EXPORT_SYMBOL vmlinux 0xf665f74f sock_load_diag_module +EXPORT_SYMBOL vmlinux 0xf670c116 module_refcount +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf6a518e2 pps_lookup_dev +EXPORT_SYMBOL vmlinux 0xf6a5452a dst_dev_put +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6f03b4c mr_rtm_dumproute +EXPORT_SYMBOL vmlinux 0xf6f9d58d init_on_free +EXPORT_SYMBOL vmlinux 0xf6fbf378 km_policy_expired +EXPORT_SYMBOL vmlinux 0xf6fc8791 __bitmap_xor +EXPORT_SYMBOL vmlinux 0xf70033d5 nf_log_trace +EXPORT_SYMBOL vmlinux 0xf718d09e vm_map_pages +EXPORT_SYMBOL vmlinux 0xf721de6c ip6_output +EXPORT_SYMBOL vmlinux 0xf723934f __x86_indirect_jump_thunk_r11 +EXPORT_SYMBOL vmlinux 0xf728852e __skb_recv_udp +EXPORT_SYMBOL vmlinux 0xf735be26 jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0xf7370f56 system_state +EXPORT_SYMBOL vmlinux 0xf738d1be register_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xf73a73b5 neigh_app_ns +EXPORT_SYMBOL vmlinux 0xf74fbee9 fwnode_irq_get_byname +EXPORT_SYMBOL vmlinux 0xf755cd1a md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0xf75a0a4b cdrom_dummy_generic_packet +EXPORT_SYMBOL vmlinux 0xf77c1fee __find_get_block +EXPORT_SYMBOL vmlinux 0xf7824719 netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0xf7875488 ip_sock_set_recverr +EXPORT_SYMBOL vmlinux 0xf78b2d2a fbcon_update_vcs +EXPORT_SYMBOL vmlinux 0xf79ca3bb acpi_remove_gpe_block +EXPORT_SYMBOL vmlinux 0xf7b2318c set_create_files_as +EXPORT_SYMBOL vmlinux 0xf7b92061 iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0xf7d31de9 kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0xf7da6e6f acpi_unload_table +EXPORT_SYMBOL vmlinux 0xf7dcf085 vme_bus_type +EXPORT_SYMBOL vmlinux 0xf7e307a7 path_has_submounts +EXPORT_SYMBOL vmlinux 0xf7ef9a79 iosf_mbi_punit_release +EXPORT_SYMBOL vmlinux 0xf80be44e rdmsr_safe_on_cpu +EXPORT_SYMBOL vmlinux 0xf80cd130 filemap_get_folios_tag +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf812cff6 memscan +EXPORT_SYMBOL vmlinux 0xf82bfec8 pci_read_config_dword +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf84bd6ee bpf_stats_enabled_key +EXPORT_SYMBOL vmlinux 0xf852fdce max8925_reg_read +EXPORT_SYMBOL vmlinux 0xf874a26b acpi_processor_notify_smm +EXPORT_SYMBOL vmlinux 0xf8775616 sk_alloc +EXPORT_SYMBOL vmlinux 0xf879795f pci_release_region +EXPORT_SYMBOL vmlinux 0xf87cc503 i2c_smbus_read_i2c_block_data_or_emulated +EXPORT_SYMBOL vmlinux 0xf88be0ba filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0xf88ecec4 kvmemdup +EXPORT_SYMBOL vmlinux 0xf898bc46 clocksource_change_rating +EXPORT_SYMBOL vmlinux 0xf8a9f21f __folio_put +EXPORT_SYMBOL vmlinux 0xf8b06b1c dev_set_threaded +EXPORT_SYMBOL vmlinux 0xf8d07858 bitmap_from_arr32 +EXPORT_SYMBOL vmlinux 0xf8d2bc2c zstd_find_frame_compressed_size +EXPORT_SYMBOL vmlinux 0xf8e21ac6 tty_port_destroy +EXPORT_SYMBOL vmlinux 0xf8e66f75 crypto_sha256_finup +EXPORT_SYMBOL vmlinux 0xf8ee5d26 dentry_open +EXPORT_SYMBOL vmlinux 0xf8eea8e5 twl6040_reg_write +EXPORT_SYMBOL vmlinux 0xf8f61ebc wake_up_var +EXPORT_SYMBOL vmlinux 0xf8f64ec5 skb_kill_datagram +EXPORT_SYMBOL vmlinux 0xf8fe9905 skb_copy_bits +EXPORT_SYMBOL vmlinux 0xf9032536 kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0xf90a1e85 __x86_indirect_thunk_r8 +EXPORT_SYMBOL vmlinux 0xf90de784 skb_flow_dissect_hash +EXPORT_SYMBOL vmlinux 0xf9312f75 set_pages_wb +EXPORT_SYMBOL vmlinux 0xf93fd09c fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xf94536c2 proc_dointvec +EXPORT_SYMBOL vmlinux 0xf947e67a xattr_supports_user_prefix +EXPORT_SYMBOL vmlinux 0xf94e83b9 phy_sfp_probe +EXPORT_SYMBOL vmlinux 0xf971226b scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0xf9722676 twl_i2c_write +EXPORT_SYMBOL vmlinux 0xf973d209 block_write_end +EXPORT_SYMBOL vmlinux 0xf97df25b iov_iter_bvec +EXPORT_SYMBOL vmlinux 0xf98407ed input_get_keycode +EXPORT_SYMBOL vmlinux 0xf9933826 tcf_idr_check_alloc +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9b842ec padata_alloc +EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat +EXPORT_SYMBOL vmlinux 0xf9c698f1 fuse_dequeue_forget +EXPORT_SYMBOL vmlinux 0xf9ca2eb4 kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0xf9d9e0ac __alloc_skb +EXPORT_SYMBOL vmlinux 0xf9dd6a01 folio_account_redirty +EXPORT_SYMBOL vmlinux 0xf9e3626c iterate_dir +EXPORT_SYMBOL vmlinux 0xf9f0288d netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0xf9f47c8b task_lookup_next_fd_rcu +EXPORT_SYMBOL vmlinux 0xfa042227 gnet_stats_add_basic +EXPORT_SYMBOL vmlinux 0xfa08c34a page_offline_end +EXPORT_SYMBOL vmlinux 0xfa0fe2d9 dma_free_attrs +EXPORT_SYMBOL vmlinux 0xfa19b718 set_disk_ro +EXPORT_SYMBOL vmlinux 0xfa297415 acpi_map_pxm_to_node +EXPORT_SYMBOL vmlinux 0xfa2ac1b3 skb_unlink +EXPORT_SYMBOL vmlinux 0xfa2e5f32 i2c_smbus_pec +EXPORT_SYMBOL vmlinux 0xfa37441e invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0xfa3df328 genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0xfa4d2f03 __nla_parse +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa5c9baf blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0xfaaa12d0 _page_poisoning_enabled +EXPORT_SYMBOL vmlinux 0xfaacee09 security_task_getsecid_obj +EXPORT_SYMBOL vmlinux 0xfaaf1d99 __mod_lruvec_page_state +EXPORT_SYMBOL vmlinux 0xfab5d019 dev_uc_flush +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfad2c447 jbd2_journal_load +EXPORT_SYMBOL vmlinux 0xfada61a0 generic_error_remove_page +EXPORT_SYMBOL vmlinux 0xfadc30bf skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xfaecb308 memcg_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0xfaf630aa uart_unregister_driver +EXPORT_SYMBOL vmlinux 0xfb0e630a xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0xfb0eba11 blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xfb288a90 dquot_commit_info +EXPORT_SYMBOL vmlinux 0xfb348fea fault_in_safe_writeable +EXPORT_SYMBOL vmlinux 0xfb35b17b tcp_sock_set_syncnt +EXPORT_SYMBOL vmlinux 0xfb384d37 kasprintf +EXPORT_SYMBOL vmlinux 0xfb4200e6 input_open_device +EXPORT_SYMBOL vmlinux 0xfb473799 inode_nohighmem +EXPORT_SYMBOL vmlinux 0xfb578fc5 memset +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb808d51 security_sk_clone +EXPORT_SYMBOL vmlinux 0xfb9044ce sock_setsockopt +EXPORT_SYMBOL vmlinux 0xfba1a80b lookup_one_unlocked +EXPORT_SYMBOL vmlinux 0xfba7a5f5 __get_random_u32_below +EXPORT_SYMBOL vmlinux 0xfba7ddd2 match_u64 +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbab1bb1 ioread8_rep +EXPORT_SYMBOL vmlinux 0xfbad3cf0 scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0xfbb8a761 strscpy_pad +EXPORT_SYMBOL vmlinux 0xfbc33743 udpv6_sendmsg +EXPORT_SYMBOL vmlinux 0xfbc4f89e io_schedule_timeout +EXPORT_SYMBOL vmlinux 0xfbd3307f ns_capable +EXPORT_SYMBOL vmlinux 0xfbe215e4 sg_next +EXPORT_SYMBOL vmlinux 0xfbe8ee28 acpi_get_table_by_index +EXPORT_SYMBOL vmlinux 0xfbee4625 sock_init_data_uid +EXPORT_SYMBOL vmlinux 0xfc2a3eef xp_dma_map +EXPORT_SYMBOL vmlinux 0xfc336d2e __wake_up_bit +EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap +EXPORT_SYMBOL vmlinux 0xfc3d53cb __put_user_nocheck_1 +EXPORT_SYMBOL vmlinux 0xfc4152fc ec_read +EXPORT_SYMBOL vmlinux 0xfc421e79 gnet_stats_add_queue +EXPORT_SYMBOL vmlinux 0xfc6b0530 pci_release_resource +EXPORT_SYMBOL vmlinux 0xfc6b37d9 poll_initwait +EXPORT_SYMBOL vmlinux 0xfc7983f7 dev_mc_add +EXPORT_SYMBOL vmlinux 0xfc9b2045 sync_filesystem +EXPORT_SYMBOL vmlinux 0xfc9b2553 md_bitmap_close_sync +EXPORT_SYMBOL vmlinux 0xfc9bd827 page_pool_return_skb_page +EXPORT_SYMBOL vmlinux 0xfcbeedc3 netif_receive_skb +EXPORT_SYMBOL vmlinux 0xfcbf44ee register_nexthop_notifier +EXPORT_SYMBOL vmlinux 0xfcd1819a hdmi_spd_infoframe_check +EXPORT_SYMBOL vmlinux 0xfce3ccc5 phy_ethtool_ksettings_set +EXPORT_SYMBOL vmlinux 0xfceb8604 vfs_copy_file_range +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcfc3007 fs_context_for_submount +EXPORT_SYMBOL vmlinux 0xfd0db817 vlan_filter_push_vids +EXPORT_SYMBOL vmlinux 0xfd303a13 __traceiter_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0xfd3a9dbc scsi_print_sense +EXPORT_SYMBOL vmlinux 0xfd49fadb tcf_idr_search +EXPORT_SYMBOL vmlinux 0xfd4e8819 sock_alloc +EXPORT_SYMBOL vmlinux 0xfd643212 release_sock +EXPORT_SYMBOL vmlinux 0xfd710602 km_new_mapping +EXPORT_SYMBOL vmlinux 0xfd830290 xfrm4_rcv +EXPORT_SYMBOL vmlinux 0xfd93ee35 ioremap_wc +EXPORT_SYMBOL vmlinux 0xfda1aa52 netdev_pick_tx +EXPORT_SYMBOL vmlinux 0xfda72c43 mmc_cqe_request_done +EXPORT_SYMBOL vmlinux 0xfda9a3f1 intel_gmch_enable_gtt +EXPORT_SYMBOL vmlinux 0xfdb6576f acpi_set_debugger_thread_id +EXPORT_SYMBOL vmlinux 0xfdc39f1c dm_unregister_target +EXPORT_SYMBOL vmlinux 0xfdcb4ed3 acpi_os_get_line +EXPORT_SYMBOL vmlinux 0xfdcc8a0e fb_find_best_display +EXPORT_SYMBOL vmlinux 0xfdd4216d pcibios_align_resource +EXPORT_SYMBOL vmlinux 0xfdd65e0c configfs_depend_item +EXPORT_SYMBOL vmlinux 0xfddeb056 efi +EXPORT_SYMBOL vmlinux 0xfdfb792f amd_iommu_pc_supported +EXPORT_SYMBOL vmlinux 0xfdfe9396 edac_mc_find +EXPORT_SYMBOL vmlinux 0xfe014adc mipi_dsi_dcs_exit_sleep_mode +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe052363 ioread64_lo_hi +EXPORT_SYMBOL vmlinux 0xfe1c9ea5 sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0xfe1d2e94 key_create_or_update +EXPORT_SYMBOL vmlinux 0xfe215b97 proc_do_large_bitmap +EXPORT_SYMBOL vmlinux 0xfe487975 init_wait_entry +EXPORT_SYMBOL vmlinux 0xfe559c6f filemap_dirty_folio +EXPORT_SYMBOL vmlinux 0xfe5cadb0 get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe8c61f0 _raw_read_lock +EXPORT_SYMBOL vmlinux 0xfe8c864a __tracepoint_spi_transfer_start +EXPORT_SYMBOL vmlinux 0xfe916dc6 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0xfe9403c6 sk_stream_error +EXPORT_SYMBOL vmlinux 0xfe9ebbbb acpi_osi_is_win8 +EXPORT_SYMBOL vmlinux 0xfed90d9d iommu_dma_get_resv_regions +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfeea58f2 srso_alias_untrain_ret +EXPORT_SYMBOL vmlinux 0xfeebc7c4 __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0xfef0d361 get_tree_bdev +EXPORT_SYMBOL vmlinux 0xfef216eb _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0xfefcb98e vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xfefdf15d dma_alloc_attrs +EXPORT_SYMBOL vmlinux 0xff19a842 unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff282521 rfkill_register +EXPORT_SYMBOL vmlinux 0xff28babf udp_prot +EXPORT_SYMBOL vmlinux 0xff52848a __SCT__tp_func_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xff665a93 pci_assign_resource +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff87cd18 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0xff892370 skb_queue_head +EXPORT_SYMBOL vmlinux 0xff93b0af register_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0xff9cfd99 xp_raw_get_data +EXPORT_SYMBOL vmlinux 0xffad3ff1 vga_con +EXPORT_SYMBOL vmlinux 0xffb7c514 ida_free +EXPORT_SYMBOL vmlinux 0xffc30c3a acpi_processor_power_init_bm_check +EXPORT_SYMBOL vmlinux 0xffc4be3a pci_unmap_rom +EXPORT_SYMBOL vmlinux 0xffc4f200 zstd_compress_stream +EXPORT_SYMBOL vmlinux 0xffcc4ec7 tcp_bpf_bypass_getsockopt +EXPORT_SYMBOL vmlinux 0xffcd7f49 iosf_mbi_punit_acquire +EXPORT_SYMBOL vmlinux 0xffeedf6a delayed_work_timer_fn +EXPORT_SYMBOL_GPL arch/x86/crypto/aria-aesni-avx-x86_64 0x6790ca30 aria_aesni_avx_gfni_decrypt_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/aria-aesni-avx-x86_64 0x78ac3a58 aria_aesni_avx_decrypt_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/aria-aesni-avx-x86_64 0xa29489b9 aria_aesni_avx_encrypt_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/aria-aesni-avx-x86_64 0xa297f1e6 aria_aesni_avx_gfni_ctr_crypt_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/aria-aesni-avx-x86_64 0xb24a6f4f aria_aesni_avx_ctr_crypt_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/aria-aesni-avx-x86_64 0xbda879d1 aria_aesni_avx_gfni_encrypt_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/aria-aesni-avx2-x86_64 0x4e91f572 aria_aesni_avx2_gfni_decrypt_32way +EXPORT_SYMBOL_GPL arch/x86/crypto/aria-aesni-avx2-x86_64 0x720be3e2 aria_aesni_avx2_decrypt_32way +EXPORT_SYMBOL_GPL arch/x86/crypto/aria-aesni-avx2-x86_64 0x8f7b6257 aria_aesni_avx2_ctr_crypt_32way +EXPORT_SYMBOL_GPL arch/x86/crypto/aria-aesni-avx2-x86_64 0x94a94693 aria_aesni_avx2_gfni_encrypt_32way +EXPORT_SYMBOL_GPL arch/x86/crypto/aria-aesni-avx2-x86_64 0xa8335003 aria_aesni_avx2_encrypt_32way +EXPORT_SYMBOL_GPL arch/x86/crypto/aria-aesni-avx2-x86_64 0xf90ca741 aria_aesni_avx2_gfni_ctr_crypt_32way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x2c8b5dbf camellia_ecb_enc_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x339c33c5 camellia_cbc_dec_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x8b44ee75 camellia_ecb_dec_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x0b901549 camellia_dec_blk_2way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x69f4ff25 __camellia_enc_blk_2way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x8d725052 __camellia_setkey +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x8d9b761c camellia_decrypt_cbc_2way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0xfe729ed6 __camellia_enc_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0xff09bd65 camellia_dec_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x194b2841 serpent_ecb_enc_8way_avx +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x38800636 serpent_cbc_dec_8way_avx +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x4140192a serpent_ecb_dec_8way_avx +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0x1b663511 sm4_avx_cbc_decrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0x29eba94b sm4_avx_ctr_crypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0x56d706d9 sm4_avx_ecb_decrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0x6552d2bb sm4_cfb_encrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0x8477765c sm4_avx_cfb_decrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0xe2d1d0b7 sm4_cbc_encrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0xeb1a9886 sm4_avx_ecb_encrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64 0x1f491d36 twofish_dec_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64 0x7c7bf6e0 twofish_enc_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x92a51c43 twofish_dec_blk_cbc_3way +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0xb4e98a46 twofish_dec_blk_3way +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0xe4ae7508 __twofish_enc_blk_3way +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x006c5610 __SCK__tp_func_kvm_invlpga +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0097ba54 hv_flush_remote_tlbs_range +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x01eccb7e kvm_sev_es_string_io +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x03bf4a72 kvm_inject_realmode_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x03daf708 kvm_update_cpuid_runtime +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0414c361 __SCK__tp_func_kvm_inj_virq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x053614ec kvm_set_user_return_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x068618bd kvm_wait_lapic_expire +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0688f0f0 kvm_gpc_deactivate +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x06bbb465 kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x06cdc8d1 kvm_configure_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x06d58f41 kvm_set_msi_irq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0773bbf9 kvm_get_cr8 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x089fab79 __SCK__tp_func_kvm_avic_unaccelerated_access +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x08a77091 __tracepoint_kvm_vmgexit_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x09398a4f kvm_read_guest_offset_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0939f4dd kvm_get_running_vcpu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0b3c3953 kvm_write_guest_virt_system +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0b58a11d kvm_nr_uret_msrs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0b8a3365 __traceiter_kvm_invlpga +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0ca8df68 __traceiter_kvm_vmgexit_msr_protocol_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0cb888e9 kvm_init_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0cff45f4 __SCT__tp_func_kvm_vmgexit_msr_protocol_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0e50de2e __tracepoint_kvm_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0eb438bb kvm_set_or_clear_apicv_inhibit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x100c21e5 kvm_set_cr3 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x111dbbe1 __SCK__tp_func_kvm_pi_irte_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x114eb824 __traceiter_kvm_nested_vmexit_inject +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x12d3a07f kvm_queue_exception +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x12d8fc38 __SCK__tp_func_kvm_vmgexit_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x137c7e94 __SCK__tp_func_kvm_apicv_accept_irq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x13d8f239 kvm_mmu_free_roots +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1412f042 __traceiter_kvm_ple_window_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x14388860 __SCK__tp_func_kvm_avic_kick_vcpu_slowpath +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x14ef2594 kvm_mmu_invalidate_addr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x159b8d5e host_efer +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x15db5daa handle_fastpath_set_msr_irqoff +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x163f6fe7 kvm_emulate_instruction_from_buffer +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x17b007c2 kvm_find_cpuid_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x17d213a5 kvm_vcpu_kick +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x17f614c2 kvm_set_rflags +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x17f9cfe3 __traceiter_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x182481de kvm_apic_write_nodecode +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x185b9df7 kvm_fixup_and_inject_pf_error +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x199dc865 __SCK__kvm_x86_cache_reg +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1a2f8feb kvm_arch_unregister_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1a6d5baa __SCK__tp_func_kvm_nested_intr_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1c8de0b0 kvm_read_guest_virt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1d013832 kvm_enable_efer_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1d1b139a __SCT__tp_func_kvm_avic_ga_log +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1d83008b kvm_gpc_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1db1c372 enable_vmware_backdoor +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1f867d55 kvm_hv_assist_page_enabled +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1f8e9483 __SCT__tp_func_kvm_avic_doorbell +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1fee5f0c kvm_emulate_hypercall +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x20844475 kvm_emulate_rdmsr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x21392a27 __tracepoint_kvm_skinit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x214a4c44 kvm_vcpu_deliver_sipi_vector +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x224e294c __SCK__tp_func_kvm_nested_vmexit_inject +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x23263c0a __traceiter_kvm_nested_vmenter_failed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x23715706 kvm_get_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x23aced28 kvm_vcpu_unmap +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2475c153 kvm_arch_start_assignment +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2510fc6d __SCT__tp_func_kvm_nested_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x25138998 kvm_is_visible_gfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2574ba79 kvm_sev_es_mmio_write +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x25c07225 __traceiter_kvm_vmgexit_msr_protocol_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x263c64c0 kvm_get_apic_mode +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2806ba43 kvm_load_host_xsave_state +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x290835ee kvm_emulate_wrmsr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2c8d03a3 kvm_queue_exception_e +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2d82cc24 kvm_spec_ctrl_test_value +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2e657de1 __SCK__tp_func_kvm_nested_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2f557a78 __tracepoint_kvm_nested_intr_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3005ff59 kvm_read_l1_tsc +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x30eb84ee gfn_to_pfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x319f61d9 kvm_load_guest_xsave_state +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x33a9adfe kvm_fast_pio +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x341af148 __tracepoint_kvm_nested_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x342db9b3 __SCK__tp_func_kvm_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x358b2e2b kvm_emulate_xsetbv +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x388e0e10 __SCT__tp_func_kvm_pi_irte_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x38e6ccb6 x86_decode_emulated_instruction +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x39fd83db halt_poll_ns_shrink +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3ab2794c kvm_find_user_return_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3c56cc90 kvm_emulate_halt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3c80b0a9 kvm_apic_match_dest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3ce50642 __tracepoint_kvm_nested_intercepts +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3d93fb92 __traceiter_kvm_apicv_accept_irq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3dc4f7b9 kvm_vcpu_gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3f510ff5 kvm_has_noapic_vcpu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x40eaa04a kvm_emulate_invd +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x443725f6 kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x44b5ddaa kvm_cpu_get_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x454ce146 kvm_vcpu_read_guest_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x458eee3a kvm_update_dr7 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x45e80fdf __traceiter_kvm_pi_irte_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x464856af __tracepoint_kvm_ple_window_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4733bf8c __traceiter_kvm_avic_kick_vcpu_slowpath +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x48644036 __SCT__tp_func_kvm_vmgexit_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4879d7e5 kvm_vcpu_halt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x48add642 kvm_write_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4942be67 __SCT__tp_func_kvm_avic_incomplete_ipi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x49b6a3a5 __SCK__tp_func_kvm_vmgexit_msr_protocol_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x49e507e7 __tracepoint_kvm_nested_vmenter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x49e5312c kvm_get_rflags +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4a1c261b __SCT__tp_func_kvm_invlpga +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4a757627 kvm_write_guest_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4cbe929c kvm_write_guest_offset_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4e3fd1b4 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4ef18433 kvm_emulate_mwait +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x506fd048 kvm_arch_has_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x509b8582 __x86_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x51c0ac4b kvm_post_set_cr0 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x53d899f9 __traceiter_kvm_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x53d9f927 __SCT__kvm_x86_get_cs_db_l_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x53fa2267 __SCK__kvm_x86_get_cs_db_l_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x545f5c46 kvm_cpu_has_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x558bc394 kvm_init_shadow_npt_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x56e97569 kvm_skip_emulated_instruction +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5739253d kvm_mmu_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x588b06a6 file_is_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x59387ba3 __SCT__kvm_x86_cache_reg +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x59e640c0 halt_poll_ns +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5b017386 kvm_set_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5b027111 kvm_page_track_unregister_notifier +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5bbf14ae kvm_vcpu_mark_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5bf7cde0 kvm_mmu_set_ept_masks +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5c11e105 __traceiter_kvm_write_tsc_offset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5c7e9f84 __SCT__tp_func_kvm_apicv_accept_irq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5d996b31 kvm_set_cpu_caps +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5df6cc57 kvm_lapic_set_eoi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5f911332 __SCT__tp_func_kvm_avic_kick_vcpu_slowpath +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5fb8848b halt_poll_ns_grow_start +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6041e9fd kvm_gpc_activate +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x616e6c95 __SCT__tp_func_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6243ac82 __kvm_apic_update_irr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x62aca02c kvm_prepare_emulation_failure_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6303c089 kvm_calc_nested_tsc_offset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x63ee18a4 kvm_find_cpuid_entry_index +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x64e36f78 kvm_get_msr_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x64f87a40 __tracepoint_kvm_avic_doorbell +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x653b3d3b mark_page_dirty_in_slot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x65bbe77a kvm_mmu_reset_context +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x666d9422 kvm_read_guest_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x66f24c9c kvm_mmu_invlpg +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x67544a0a gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x67beb348 __SCK__tp_func_kvm_vmgexit_msr_protocol_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x682f9604 kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x687b78fc kvm_x86_vendor_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6892e3c3 kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x68b28580 gfn_to_hva +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x68c17bfc kvm_io_bus_get_dev +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x693c55cd kvm_slot_page_track_remove_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6ada8f59 kvm_mmu_set_mmio_spte_mask +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6b1a996d __traceiter_kvm_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6b2f31fa __tracepoint_kvm_write_tsc_offset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6b55403a kvm_x86_vendor_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6bc792a4 kvm_caps +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6becaded __SCT__tp_func_kvm_inj_virq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6c95726c host_xss +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6d2c9437 __SCT__tp_func_kvm_nested_vmenter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6da02bea kvm_pmu_trigger_event +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6e60596e kvm_requeue_exception +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6f150765 kvm_vcpu_gfn_to_hva +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x709cd8cb kvm_spurious_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x71005e8e kvm_vcpu_apicv_activated +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7217e7e3 __tracepoint_kvm_vmgexit_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x72d07ef0 kvm_handle_memory_failure +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x74910627 __traceiter_kvm_nested_vmenter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7510a39a __traceiter_kvm_vmgexit_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x752c2b00 __traceiter_kvm_fast_mmio +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x75766e7a kvm_slot_page_track_add_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x757b159e kvm_page_track_register_notifier +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x761312d4 kvm_inject_emulated_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x778e30b9 __SCT__tp_func_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x77ca1a9c __tracepoint_kvm_avic_kick_vcpu_slowpath +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x78f2064f kvm_vcpu_is_visible_gfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7a3a0f8c __gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7ad39851 __SCK__tp_func_kvm_pml_full +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7afe324e halt_poll_ns_grow +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7b6b2df1 hv_flush_remote_tlbs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7b9c0c19 kvm_emulate_monitor +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7c08d8d0 kvm_vcpu_map +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7c94c99a kvm_release_pfn_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7e440dc5 kvm_task_switch +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7e87f6e9 __SCK__tp_func_kvm_avic_doorbell +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7f51547e __traceiter_kvm_inj_virq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7fe19488 kvm_add_user_return_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7ff2a104 __SCT__tp_func_kvm_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x81970452 kvm_release_page_clean +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8223b824 kvm_apic_update_irr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x82e201b6 kvm_arch_register_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x83dbd526 kvm_emulate_ap_reset_hold +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x84d6a0f6 kvm_vcpu_reset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x86a050d9 kvm_set_cr0 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x88d14e57 kvm_hv_get_assist_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8a7fe54a __SCT__tp_func_kvm_vmgexit_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8a994b6d kvm_arch_end_assignment +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8b618aa6 __SCT__tp_func_kvm_nested_vmexit_inject +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8c37babc kvm_lmsw +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8ceceba3 kvm_read_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8da6466f __tracepoint_kvm_avic_incomplete_ipi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8de92dde handle_ud +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8f322fde __tracepoint_kvm_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8f3a890e __traceiter_kvm_vmgexit_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8fc9d47c __tracepoint_kvm_nested_vmenter_failed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x912a9286 __traceiter_kvm_nested_intr_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x915ddfb6 kvm_apic_has_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9259a38b __tracepoint_kvm_apicv_accept_irq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x927d7aa2 kvm_get_linear_rip +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x92e518cb __SCK__tp_func_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x931106eb __tracepoint_kvm_pml_full +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x932d4eb8 kvm_arch_has_assigned_device +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x93a3e40e __SCT__tp_func_kvm_ple_window_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9441eac8 kvm_set_cr4 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x954a5618 kvm_intr_is_single_vcpu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9610c7ef kvm_deliver_exception_payload +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x996afd11 load_pdptrs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9cf59e7a allow_smaller_maxphyaddr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9e20b2bc __traceiter_kvm_avic_incomplete_ipi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9f68faa3 __traceiter_kvm_avic_unaccelerated_access +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa08ef7ce gfn_to_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa157d916 __tracepoint_kvm_invlpga +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa15d1ab8 __tracepoint_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa1c4231f kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa1c558c5 kvm_lapic_expired_hv_timer +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa2ac59d6 kvm_read_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa33eba82 kvm_require_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa36324fb kvm_set_cr8 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa42d3082 kvm_get_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa502848a kvm_sev_es_mmio_read +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa559986a __SCK__tp_func_kvm_nested_vmenter_failed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa588ef67 __SCT__tp_func_kvm_nested_intercepts +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa5ebf83c kvm_queue_exception_p +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa6a50230 __traceiter_kvm_nested_intercepts +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa7022320 __traceiter_kvm_avic_ga_log +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa7407b6f kvm_apic_set_eoi_accelerated +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa78a85ad kvm_emulate_wbinvd +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa7e90192 kvm_apic_clear_irr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa84a2e73 __SCT__tp_func_kvm_write_tsc_offset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa8f6fa5b kvm_are_all_memslots_empty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaa2dd821 kvm_init_shadow_ept_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xade45ab3 kvm_put_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xae979452 __tracepoint_kvm_avic_unaccelerated_access +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaeb4ab23 kvm_lapic_find_highest_irr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaef02314 kvm_arch_no_poll +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xafdf5bc9 kvm_emulate_halt_noskip +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb1289d4d __traceiter_kvm_nested_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb147d02f gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb16c2e6a __SCK__tp_func_kvm_nested_intercepts +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb26b0dad kvm_lapic_readable_reg_mask +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb332b817 gfn_to_hva_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb357a491 kvm_handle_invpcid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb3592655 kvm_get_kvm_safe +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb37ca604 __SCK__tp_func_kvm_avic_ga_log +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb4d72c44 kvm_apic_send_ipi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb4f95362 kvm_destroy_vcpus +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb71b8e43 __kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb82c0987 enable_pmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb96e9aa1 __traceiter_kvm_skinit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xba54748b kvm_release_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xba5abd14 kvm_post_set_cr4 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbd9d6dfc kvm_mmu_set_me_spte_mask +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbe0ddf21 __tracepoint_kvm_pi_irte_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbe279ece kvm_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbf247122 kvm_alloc_apic_access_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbfcd5873 gfn_to_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc071e99f __SCT__tp_func_kvm_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc0f1d58b __tracepoint_kvm_fast_mmio +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc1b68c63 __tracepoint_kvm_vmgexit_msr_protocol_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc2536cab mark_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc316c52c kvm_emulate_rdpmc +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc37881a1 kvm_set_msr_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc3ea2281 gfn_to_pfn_prot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc605f37c kvm_gpc_check +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc60d7d0c __traceiter_kvm_pml_full +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc6c9592c kvm_vcpu_read_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc76f46aa __SCK__tp_func_kvm_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc7fe55ac __traceiter_kvm_avic_doorbell +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc96d35f4 report_ignored_msrs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc9b093e0 kvm_mmu_gva_to_gpa_write +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcab7c061 __kvm_vcpu_update_apicv +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcac7c12b kvm_msr_allowed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcb255286 __SCK__tp_func_kvm_skinit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcbc17e87 __SCK__tp_func_kvm_ple_window_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcd062109 kvm_requeue_exception_e +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xce3b7d49 __tracepoint_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xce576a13 enable_apicv +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcf3f592b kvm_io_bus_write +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcf7bc7e4 kvm_handle_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd03ad299 kvm_gpc_refresh +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd09da48b __SCT__tp_func_kvm_nested_intr_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd0cd814c kvm_valid_efer +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd2ec687d kvm_vcpu_write_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd475c188 kvm_pmu_cap +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd74f33f7 __SCK__tp_func_kvm_vmgexit_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd7c3d265 kvm_service_local_tlb_flush_requests +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd8eb24e5 kvm_mmu_free_guest_mode_roots +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd90d4b3c kvm_mmu_new_pgd +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdaea13fc __SCK__tp_func_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdb5193e1 kvm_make_all_cpus_request +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdc044af5 kvm_mmu_gva_to_gpa_read +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdc7369fe __traceiter_kvm_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdd29abb7 __tracepoint_kvm_nested_vmexit_inject +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe0e786a7 __SCT__tp_func_kvm_skinit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe11dd923 __tracepoint_kvm_avic_ga_log +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe17634ab kvm_irq_has_notifier +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe1f60c3e kvm_cpuid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe29fd504 kvm_vcpu_read_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe2d03165 hv_track_root_tdp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe3d4a085 kvm_vcpu_write_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe54ecdb6 __SCK__tp_func_kvm_avic_incomplete_ipi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe5ac52da __tracepoint_kvm_vmgexit_msr_protocol_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe5b58f44 kvm_put_kvm_no_destroy +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe60d1bd9 kvm_mtrr_get_guest_memory_type +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe6f56327 __SCK__tp_func_kvm_nested_vmenter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe7ed4f84 kvm_vcpu_wake_up +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe877c2ac kvm_vcpu_gfn_to_pfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe89e4138 kvm_complete_insn_gp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe93dfc8c __SCT__tp_func_kvm_nested_vmenter_failed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe9df1689 kvm_debugfs_dir +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe9f584ae __kvm_is_valid_cr4 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xea0aece5 __SCK__tp_func_kvm_write_tsc_offset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xea1814cd gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xea5cda33 __SCT__tp_func_kvm_fast_mmio +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xeaa25e5c __kvm_request_immediate_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xebac4d87 __SCK__tp_func_kvm_fast_mmio +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xedd65ddb __tracepoint_kvm_inj_virq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xef14fd98 kvm_calc_nested_tsc_multiplier +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xef2706eb kvm_emulate_instruction +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xef7335be kvm_apicv_activated +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf037b211 kvm_write_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf084b57d __SCT__tp_func_kvm_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf1df7137 kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf2df48f3 __SCT__tp_func_kvm_pml_full +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf32dff97 __SCT__tp_func_kvm_avic_unaccelerated_access +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf3333b88 kvm_is_linear_rip +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf3759ff7 kvm_cpu_has_injectable_intr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf44c8a27 __SCK__tp_func_kvm_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf46ce7dc kvm_apic_update_ppr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf54e2886 __SCT__tp_func_kvm_vmgexit_msr_protocol_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf5633867 kvm_clear_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf67eb864 kvm_get_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf81c13a6 kvm_set_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf843a4ce __kvm_prepare_emulation_failure_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf96d24cc vcpu_load +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf9791e95 vcpu_put +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfa45555c kvm_handle_invalid_op +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfab33e4c enable_mmio_caching +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfc6fc95f __traceiter_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfdd19b94 __tracepoint_kvm_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfec8202a kvm_cpu_caps +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xff78828a kvm_flush_remote_tlbs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xffcc4f41 kvm_emulate_cpuid +EXPORT_SYMBOL_GPL crypto/af_alg 0x0ebb2c4e af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0x0f35c618 af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x109e5604 af_alg_count_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x27e92408 af_alg_async_cb +EXPORT_SYMBOL_GPL crypto/af_alg 0x2e39cd87 af_alg_poll +EXPORT_SYMBOL_GPL crypto/af_alg 0x4610539c af_alg_wmem_wakeup +EXPORT_SYMBOL_GPL crypto/af_alg 0x53214311 af_alg_sendmsg +EXPORT_SYMBOL_GPL crypto/af_alg 0x5378b688 af_alg_get_rsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x57cf9062 af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/af_alg 0x58c2bb0a af_alg_alloc_areq +EXPORT_SYMBOL_GPL crypto/af_alg 0x634264a9 af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x900964ff af_alg_wait_for_data +EXPORT_SYMBOL_GPL crypto/af_alg 0xac7964ee af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0xc5f98da4 af_alg_pull_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xd9cae9e4 af_alg_free_resources +EXPORT_SYMBOL_GPL crypto/af_alg 0xea831772 af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/aria_generic 0x4a61978a aria_encrypt +EXPORT_SYMBOL_GPL crypto/aria_generic 0xbdad6df6 aria_decrypt +EXPORT_SYMBOL_GPL crypto/aria_generic 0xed57dfe5 aria_set_key +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x8cfed655 async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x94b22c55 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xbe3dd636 async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x33acc0ab async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x995f3d3f async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x1da3b2c4 __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x5f1ac22d async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x63cf2225 async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x6f60f293 async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x2c1b781a async_xor_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x3290e32a async_xor_val_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x5f380d89 async_xor_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xa8e865e2 async_xor +EXPORT_SYMBOL_GPL crypto/authenc 0x2479193e crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0xbfd2b136 blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x188d9d26 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x2b3d437c cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0xef81a4af __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x3dbae082 __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xcfce512f __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xd76a5716 __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xecfe721a cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast_common 0x5609ce41 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0x5b17be06 cast_s4 +EXPORT_SYMBOL_GPL crypto/cast_common 0xb9cba57f cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xbd3e7542 cast_s1 +EXPORT_SYMBOL_GPL crypto/cryptd 0x0377ccc0 cryptd_free_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x0fa63f9c cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x15b30b3b cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x163c25cb cryptd_skcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x17e20f44 cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0x1c76cee6 cryptd_aead_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x45178bca cryptd_alloc_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x6e58b29c cryptd_ahash_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x72703606 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x8b139a3c cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xb28c9423 cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0xbd18a437 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xfd70ebd0 cryptd_skcipher_queued +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x1aff2a57 crypto_finalize_kpp_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x239bf00d crypto_transfer_akcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x312c58d5 crypto_engine_start +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x36bcaae8 crypto_finalize_akcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x3db4a73c crypto_engine_stop +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x3fee5e0a crypto_finalize_aead_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x4d01d361 crypto_engine_alloc_init_and_set +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x6c04bc57 crypto_finalize_hash_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x7b718c98 crypto_transfer_aead_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x96591842 crypto_transfer_hash_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xb47c7db9 crypto_finalize_skcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xb9368d57 crypto_engine_alloc_init +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xdb28a5e7 crypto_transfer_kpp_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xec7f58e2 crypto_transfer_skcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xf38631e8 crypto_engine_exit +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x4307b36e simd_register_aeads_compat +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x504cb053 simd_aead_create_compat +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x66983e96 simd_skcipher_create +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x851c747c simd_aead_create +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x88638552 simd_skcipher_create_compat +EXPORT_SYMBOL_GPL crypto/crypto_simd 0xbfd26f15 simd_aead_free +EXPORT_SYMBOL_GPL crypto/crypto_simd 0xc5ec3abd simd_unregister_aeads +EXPORT_SYMBOL_GPL crypto/crypto_simd 0xd2aa2367 simd_unregister_skciphers +EXPORT_SYMBOL_GPL crypto/crypto_simd 0xd7a8f696 simd_register_skciphers_compat +EXPORT_SYMBOL_GPL crypto/crypto_simd 0xefe73979 simd_skcipher_free +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0x33b866ce crypto_ecdh_decode_key +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0x7475be8e crypto_ecdh_key_len +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0xb230d2ec crypto_ecdh_encode_key +EXPORT_SYMBOL_GPL crypto/polyval-generic 0x1936413e polyval_mul_non4k +EXPORT_SYMBOL_GPL crypto/polyval-generic 0x49dece42 polyval_update_non4k +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x4eb4c55e __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x95bbeaae serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xbcc074f3 __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xd4c9681a __serpent_setkey +EXPORT_SYMBOL_GPL crypto/sm2_generic 0xe8fc4d04 sm2_compute_z_digest +EXPORT_SYMBOL_GPL crypto/sm3 0xa98edad1 sm3_update +EXPORT_SYMBOL_GPL crypto/sm3 0xf04338f9 sm3_final +EXPORT_SYMBOL_GPL crypto/sm3_generic 0x0bddca87 sm3_zero_message_hash +EXPORT_SYMBOL_GPL crypto/sm4 0x24e254e8 sm4_expandkey +EXPORT_SYMBOL_GPL crypto/sm4 0xfa81970e sm4_crypt_block +EXPORT_SYMBOL_GPL crypto/twofish_common 0x7b5a5fae twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0xe22b7787 __twofish_setkey +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x06f6654f spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x08f0212d spk_set_num_var +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x11b95d29 spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x168e9292 synth_remove +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x1e39eb14 synth_putws +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x39c66972 spk_var_store +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x444b3d20 spk_ttyio_ops +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x45eda959 spk_get_var +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x466f5eb7 synth_putwc +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x47da7fac spk_synth_get_index +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x6746ae13 spk_synth_flush +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x6cba141a synth_add +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x76d40046 synth_buffer_skip_nonlatin1 +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x84dad068 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8c82dfca synth_request_region +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8fe0db01 synth_putwc_s +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xa004dbc2 spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xaadb0612 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xb734cb9d speakup_event +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc285b553 synth_current +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc319c604 synth_putws_s +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc58f6e50 spk_get_var_header +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc8d50cc9 spk_do_catch_up_unicode +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd8fd86cf synth_release_region +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd93829dd speakup_info +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xe194d0ef synth_printf +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xec6d676d spk_ttyio_synth_probe +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xf0a1bf35 spk_var_show +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xf1e6e7f8 spk_ttyio_synth_immediate +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xfb4903a5 spk_ttyio_release +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x3439dc76 acpi_nfit_ctl +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x3bdca177 acpi_nfit_desc_init +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x4639bcda acpi_nfit_shutdown +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x499bbf57 nfit_get_smbios_id +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x6f80eb45 __acpi_nvdimm_notify +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x90fd4fd7 acpi_nfit_init +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0xce43a1ad __acpi_nfit_notify +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0x67927a0d platform_profile_notify +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0xbfe36436 platform_profile_remove +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0xcac33cd4 platform_profile_register +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0x1c8984c7 acpi_smbus_unregister_callback +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0x4f6c2360 acpi_smbus_read +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0x87bd07bd acpi_smbus_register_callback +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0x96eb492d acpi_smbus_write +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x065e8ce9 ahci_dev_classify +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x0c80f0de ahci_port_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x1e5962d7 ahci_do_softreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x230af247 ahci_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x40717758 ahci_handle_port_intr +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x43574214 ahci_print_info +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x576fbafa ahci_do_hardreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x60ce112c ahci_start_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x66e4e0fc ahci_kick_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x68cac467 ahci_stop_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x77196888 ahci_qc_issue +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x83f301c9 ahci_shost_groups +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8dff65ae ahci_reset_em +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xa2cce7f2 ahci_init_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xb917f128 ahci_start_fis_rx +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xbdde7ee6 ahci_save_initial_config +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xc0afc33d ahci_host_activate +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xc0e0e0c0 ahci_reset_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xd4daebbf ahci_sdev_groups +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xd56332f9 ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xd7eef75a ahci_set_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xe370f1b0 ahci_error_handler +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xf0645596 ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xfe0f5bb4 ahci_check_ready +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x0b9e1882 ahci_platform_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x269d9c6a ahci_platform_suspend +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x28c293f6 ahci_platform_suspend_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x601a219d ahci_platform_assert_rsts +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x675a018f ahci_platform_shutdown +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x68032e58 ahci_platform_init_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x6f2c46de ahci_platform_enable_phys +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x731723d4 ahci_platform_resume_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x7837e0d7 ahci_platform_enable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x82729b65 ahci_platform_deassert_rsts +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x82dc1a8a ahci_platform_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x8b4f3733 ahci_platform_find_clk +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x8b53fee5 ahci_platform_enable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x8fd965e6 ahci_platform_disable_regulators +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xa5261990 ahci_platform_disable_phys +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xb23dbf99 ahci_platform_disable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xc37cbd2b ahci_platform_disable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xf34da512 ahci_platform_enable_regulators +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xf455eda5 ahci_platform_get_resources +EXPORT_SYMBOL_GPL drivers/ata/pata_parport/pata_parport 0x1e724378 pata_parport_unregister_driver +EXPORT_SYMBOL_GPL drivers/ata/pata_parport/pata_parport 0x31962208 pata_parport_register_driver +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0x02ff9464 cfag12864b_isinited +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0x0ecb2e5d cfag12864b_disable +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0x305dc3c6 cfag12864b_isenabled +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0x3389f926 cfag12864b_enable +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0x9522a342 cfag12864b_getrate +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0xc48e9d95 cfag12864b_buffer +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0x09917359 charlcd_poke +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0x6fd9cc4a charlcd_register +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0x8b45326c charlcd_alloc +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0xd3e29970 charlcd_backlight +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0xf3304696 charlcd_free +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0xf883c540 charlcd_unregister +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x07b26ecc hd44780_common_gotoxy +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x1aa688fd hd44780_common_lines +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x23159a5b hd44780_common_clear_display +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x30e85287 hd44780_common_shift_display +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x36dc00a2 hd44780_common_print +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x3c4c183f hd44780_common_home +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x489c89e8 hd44780_common_redefine_char +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x64415593 hd44780_common_display +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x79e8e259 hd44780_common_alloc +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x8585e5fd hd44780_common_blink +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x8d4f3fa4 hd44780_common_init_display +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0xa22afdaa hd44780_common_cursor +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0xc369090d hd44780_common_shift_cursor +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0xf360d788 hd44780_common_fontsize +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x14102f23 ks0108_displaystate +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x48a70518 ks0108_writedata +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x4f506333 ks0108_startline +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x6edae968 ks0108_isinited +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xbf4774db ks0108_writecontrol +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xedde6df2 ks0108_page +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xfee8ef7b ks0108_address +EXPORT_SYMBOL_GPL drivers/auxdisplay/line-display 0x4104f774 linedisp_register +EXPORT_SYMBOL_GPL drivers/auxdisplay/line-display 0xe1b887ec linedisp_unregister +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-i3c 0x8efca074 __devm_regmap_init_i3c +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0x6cb1f379 __regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0xe628a0f2 __devm_regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0xcd122a0c __regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0xf98c2573 __devm_regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0x2d62da8b __devm_regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0xdb147e5d __regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x14b2e967 __devm_regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0xd0494eba __regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0xd5dfa957 __devm_regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0xf6045ee4 __regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x2f1f8daf __devm_regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x8102a9e1 __devm_regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x8454d78a __regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xcaad36fc __regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0x2bf00e05 __regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0x8c68d0fe __devm_regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x054b6766 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1b4f58e5 bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x202cc748 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2f8da47d __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3e3fc18b bcma_host_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x438c1bbf bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4990e1cb bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5e0529e9 bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x68fc3345 bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7184909d bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x71c0caae bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7cb72af6 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x82aad46b bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x961a9063 bcma_chipco_b_mii_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x9f2c3175 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x9fe72dec bcma_host_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xce7896f4 bcma_host_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd3925e01 bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd7d8cd08 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xdd7bc87a bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe2ad0a62 bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf13d774c bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf67a1a22 bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf85534ed bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x07cdc595 btbcm_read_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x35c03ed6 btbcm_setup_patchram +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x51b0f46a btbcm_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x6c8dfb86 btbcm_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xa3fffecd btbcm_write_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xf395e264 btbcm_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xf8dcde9f btbcm_setup_apple +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xff1ffa22 btbcm_finalize +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x015ceac4 btintel_load_ddc_config +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x1967eeb3 btintel_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x200c5d12 btintel_set_quality_report +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x262df7b5 btintel_configure_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x2a1f6c67 btintel_regmap_init +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x3faaa86e btintel_bootup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x4fdf5a22 btintel_exit_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x5b81e1ac btintel_send_intel_reset +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x5f1a7cfe btintel_version_info +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x631b9548 btintel_read_boot_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x8be0d20f btintel_secure_send_result +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xbf1f1be6 btintel_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xcca581b2 btintel_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xce33acb5 btintel_set_diag +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xdad3fcf9 btintel_enter_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xe7556dea btintel_set_event_mask_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xf936c606 btintel_read_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x0d376e45 btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x17530a85 btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x1d6c483d btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x1f8ad347 btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x230ba5ff btmrvl_pscan_window_reporting +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x42963838 btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x4c3b5056 btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x5921269c btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x65286767 btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xa57ece3a btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xfbd04d76 btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x1a4157f7 btmtk_setup_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x6c02bea6 btmtk_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0xb630bc4f btmtk_setup_firmware_79xx +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x50d01d1b qca_uart_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xcfa47318 qca_send_pre_shutdown_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xda643fa1 qca_set_bdaddr_rome +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xe506ca9b qca_read_soc_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xf40a5fea qca_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x1baca2bc btrtl_setup_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x20e72c66 btrtl_set_quirks +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x40450131 btrtl_shutdown_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x5533c497 btrtl_get_uart_settings +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x63ea4ba9 btrtl_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xaf78f260 btrtl_free +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xd7fe72bc btrtl_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x1006dccd hci_uart_unregister_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x678915ee hci_uart_tx_wakeup +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xd90fe472 h4_recv_buf +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xe4374e49 hci_uart_register_device +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x15b9107e mhi_ep_queue_is_empty +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x1b35fb8c mhi_ep_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x1f15fc20 __mhi_ep_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x4b46d9ab mhi_ep_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x81527204 mhi_ep_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x8c050e51 mhi_ep_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xb50cff08 mhi_ep_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xcecdcbdd mhi_ep_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x0b9cc33f mhi_async_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x0c8d93d3 mhi_device_get_sync +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x10e1a030 mhi_soc_reset +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x223eab6b mhi_queue_dma +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x258df08d mhi_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x345aa216 mhi_unprepare_from_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x389bfb87 mhi_prepare_for_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x3ce2f9ac mhi_pm_resume +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x3daf29b4 mhi_get_free_desc_count +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x42326aa8 mhi_pm_suspend +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x48adf5b6 mhi_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x4ec6945a mhi_prepare_for_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x4edf9d37 mhi_queue_buf +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x5f9d2e8e mhi_device_put +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x6b54db77 mhi_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x73935282 mhi_pm_resume_force +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x7407e71e mhi_unprepare_after_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x8ed3c2a7 mhi_queue_is_full +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x93f15321 mhi_prepare_for_transfer_autoqueue +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xa08a4ca3 mhi_get_exec_env +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xabbe9bd7 mhi_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb7ecf0fe mhi_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xbcb582a6 mhi_alloc_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xcc4a44dc mhi_notify +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xe12bd005 mhi_force_rddm_mode +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xe573e5b8 mhi_get_mhi_state +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xebccfbbf mhi_free_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xf84fe9e4 mhi_device_get +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xfd4e4868 mhi_download_rddm_image +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xff2b5037 __mhi_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x00385659 comedi_readback_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x03e151c1 comedi_buf_write_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x139340a5 comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x18d0c4fe comedi_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x1e759ba3 comedi_event +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x22589f12 comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x23c17a48 comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x3a4d718c comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x437ef859 comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x47ba304d comedi_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x5da4e868 comedi_set_spriv_auto_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x66780aee __comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x66a87b34 comedi_buf_read_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x6d80bffe comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x77dc0720 comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x7c450e2e comedi_handle_events +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x84caf9b3 comedi_nscans_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8827d50a comedi_dev_put +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8bc9cf16 comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8e03a9ac comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x9016e88c comedi_nsamples_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x9e05c017 comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xab1fbe6b comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xadc309da comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb18a5822 comedi_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb679cebc range_0_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbb52fc7f range_bipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbdbe75c6 range_unipolar2_5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xc4bd77aa comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xc9f80677 comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xcd3e5dbb comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xd49f9f6a comedi_timeout +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xe3002a0a comedi_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xe3ae6be4 comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xe7971d98 comedi_alloc_subdev_readback +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xec71db03 comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xed235b1e comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xf5872f2c comedi_bytes_per_scan_cmd +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xfa72bfe8 comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x1e4ae4e1 comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x39dda43e comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x3b29626f comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x969e596e comedi_pci_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xa55bfad9 comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xa6cab308 comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xafde31d7 comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xecad7ffe comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0x0351e7b2 comedi_pcmcia_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0x1dceffd1 comedi_pcmcia_disable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0x2188318e comedi_pcmcia_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0x3589c153 comedi_pcmcia_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0x3c68dd2f comedi_to_pcmcia_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0xa3973d52 comedi_pcmcia_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0xe8801279 comedi_pcmcia_enable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x4d8e925f comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x5bba7fbb comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x77f05caf comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xc913a7f8 comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xd1404fe8 comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xe293e38f comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x18770b16 addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0x2e632c01 amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0x4d93da22 amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_pc236_common 0x4d82f5e5 amplc_pc236_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x285630eb comedi_8254_subdevice_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x3a47e93d comedi_8254_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x69574ca2 comedi_8254_set_mode +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x8491002a comedi_8254_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x98708c1b comedi_8254_cascade_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xbd97f78b comedi_8254_update_divisors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xcf29123a comedi_8254_pacer_enable +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xd7d09080 comedi_8254_status +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xd7fd873a comedi_8254_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xe376f8c5 comedi_8254_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xea9229d5 comedi_8254_set_busy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xee274bfe comedi_8254_load +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xfbc9456e comedi_8254_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x43179317 subdev_8255_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0xa054f093 subdev_8255_regbase +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0xbf451524 subdev_8255_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0x12fba874 comedi_isadma_disable +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0x3c71c868 comedi_isadma_free +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0x4a17474e comedi_isadma_disable_on_sample +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0x82e81829 comedi_isadma_poll +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0x8db8bc5c comedi_isadma_alloc +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0xca784d4b comedi_isadma_set_mode +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0xea878430 comedi_isadma_program +EXPORT_SYMBOL_GPL drivers/comedi/drivers/das08 0xaa6b3605 das08_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x00ae3ff5 mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x141d98c0 mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x1d591db0 mite_prep_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x3f7e71e2 mite_sync_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x40183b1a mite_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x58bce63b mite_buf_change +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x899e7a38 mite_ack_linkc +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x8a904c72 mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x8d251be2 mite_dma_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x98b610a6 mite_request_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xa1640f43 mite_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xa3ce4a6a mite_free_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xb3148ac9 mite_done +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xc40180b3 mite_init_ring_descriptors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xf2c14309 mite_release_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xf7784cfe mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0xd6853a7f labpc_common_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0xefce77d6 labpc_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0x08ebd521 labpc_free_dma_chan +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0x39fdd246 labpc_drain_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0x40714418 labpc_init_dma_chan +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0x5592748b labpc_setup_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0x61e69712 labpc_handle_dma_status +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x076bc308 ni_find_route_source +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x0921123e ni_lookup_route_register +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x1facf7f8 ni_is_cmd_dest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x64443d67 ni_get_valid_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x6c18c54e ni_count_valid_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x85e75c94 ni_assign_device_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x863a306d ni_sort_device_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x8ab47ba4 ni_route_set_has_source +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x8f0f0901 ni_find_route_set +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0xb3e302a3 ni_route_to_register +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x0fdc16e7 ni_tio_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x22fb6ff1 ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x3e2140c5 ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x45fa1ff5 ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x4c4f43a4 ni_tio_unset_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x58fc8e4f ni_tio_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x5a6fdf67 ni_tio_get_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x63dbba6b ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x76ce6c64 ni_tio_get_soft_copy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x79b98b5f ni_tio_set_gate_src_raw +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x7d6c8164 ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xb4b88856 ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xbf0ad8a2 ni_tio_set_bits +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xef0f9bd7 ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xf5875ce6 ni_tio_set_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xfb14da9c ni_tio_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x640627ca ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xa02f5660 ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xa0780f60 ni_tio_acknowledge +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xd0a94741 ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xf2ff69cc ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xfa812508 ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x046eeb2c comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x1b623fcb comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x48c98ca9 comedi_close +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xb0c31ea4 comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xbeca94de comedi_dio_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xc2dba650 comedi_open +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xc657fe4b comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/cpufreq/speedstep-lib 0x1b1f2bda speedstep_get_freqs +EXPORT_SYMBOL_GPL drivers/cpufreq/speedstep-lib 0x2b67f096 speedstep_get_frequency +EXPORT_SYMBOL_GPL drivers/cpufreq/speedstep-lib 0xd7ab2c0c speedstep_detect_processor +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x04773b60 ccp_present +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x091e4e12 ccp_enqueue_cmd +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x1ba54342 sev_issue_cmd_external_user +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x2e6a6147 psp_copy_user_blob +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x3a1a3979 ccp_version +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x3e059f28 sev_guest_activate +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x4073e924 sev_guest_deactivate +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x6ea40704 psp_ring_platform_doorbell +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x843d6541 sev_guest_decommission +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x8fac14a2 sev_guest_df_flush +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x91722dce sev_platform_status +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x98a356de psp_send_platform_access_msg +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0xd02e197f sev_platform_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x0671455f adf_cleanup_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x0b9775dc adf_vf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x0d1ea9ca adf_dev_restart +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x0f9042a7 adf_gen2_get_accel_cap +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x15ac23b4 adf_devmgr_pci_to_accel_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x19a0a1a5 adf_dev_up +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x19e5cb7f adf_dbgfs_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x1a80e674 adf_gen4_ring_pair_reset +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x1be290cd adf_sysfs_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x1e98dd63 adf_gen2_dev_config +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x227cace8 adf_gen2_enable_ints +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x23f94acf adf_cfg_dev_remove +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x28681eed adf_init_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x2be4e269 adf_gen2_get_arb_info +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x2c3cb72a adf_cfg_add_key_value_param +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x2edb3279 adf_dbgfs_exit +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3343e79d adf_reset_sbr +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x34645055 adf_vf2pf_notify_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x34a56b5e adf_init_arb +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3ca40064 adf_pfvf_comms_disabled +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3d56779a adf_cfg_dev_add +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3e0f182b adf_dev_get +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3e707f37 adf_gen2_get_admin_info +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x47c7eb8e adf_gen2_init_vf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x48caa5b5 adf_init_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x4bc13d36 adf_devmgr_add_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x4e5e3678 adf_cfg_get_param_value +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x521603fa adf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x55af5bd4 adf_err_handler +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5b6ec0ab adf_enable_vf2pf_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5e7bed43 adf_gen4_enable_pm +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5e81bbb2 adf_gen2_get_num_accels +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x618f8e76 adf_vf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x6830702b adf_vf2pf_notify_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x805d777e adf_gen4_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x8f1fed36 adf_gen2_enable_error_correction +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x9e6f2797 adf_gen2_cfg_iov_thds +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa2a9a655 adf_dev_started +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa5c81726 adf_dev_put +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa6d9bb1a adf_reset_flr +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xafdf4785 adf_gen2_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xb1be664b adf_cfg_section_add +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xbe43d581 adf_disable_pf2vf_interrupts +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xbe8e3e6f adf_enable_pf2vf_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc501ac82 adf_gen4_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc91a619d adf_gen2_get_num_aes +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc9fb6819 adf_send_admin_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xca658572 adf_gen2_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xcb2d52ad adf_exit_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xcc3b167a adf_clean_vf_map +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xcf737151 adf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd1a2a9cc adf_gen4_handle_pm_interrupt +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd53d941b adf_devmgr_rm_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd64519f1 adf_gen2_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd760e1a2 adf_devmgr_update_class_index +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xdaf8ed7d adf_disable_sriov +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xdeab1628 adf_dev_down +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe295f1c4 adf_flush_vf_wq +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe327f1f1 adf_gen4_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe3cfb1cf adf_dev_in_use +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe45f3512 adf_gen2_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe5c4a030 adf_exit_arb +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe5e7b589 adf_gen4_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xf434e655 adf_devmgr_in_reset +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xf68bc361 adf_sriov_configure +EXPORT_SYMBOL_GPL drivers/dca/dca 0x01a33ab9 dca_unregister_notify +EXPORT_SYMBOL_GPL drivers/dca/dca 0x348f1466 free_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0x5575de01 alloc_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0xaa634427 dca_get_tag +EXPORT_SYMBOL_GPL drivers/dca/dca 0xac34ecec dca_register_notify +EXPORT_SYMBOL_GPL drivers/dca/dca 0xd55e6290 register_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0xd67f67bc dca_remove_requester +EXPORT_SYMBOL_GPL drivers/dca/dca 0xdc12e974 dca3_get_tag +EXPORT_SYMBOL_GPL drivers/dca/dca 0xdfca3325 dca_add_requester +EXPORT_SYMBOL_GPL drivers/dca/dca 0xfb21fafc unregister_dca_provider +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0x033159b5 dw_edma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0x38b1a44c dw_edma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x171be748 do_dw_dma_enable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x19cdcdcb dw_dma_acpi_controller_register +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x4598ede7 dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x4642a3e7 dw_dma_filter +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x62afeffb dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x94453a29 dw_dma_acpi_controller_free +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xb4420465 do_dw_dma_disable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xc14ede2e idma32_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xf42c6699 idma32_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0x2291feb8 hidma_mgmt_setup +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0x2e1baa97 hidma_mgmt_init_sys +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x0be1a4d8 amd_unregister_ecc_decoder +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x1d34e996 pp_msgs +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x8592d892 amd_register_ecc_decoder +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xabb5547d fw_request_get_timestamp +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xe748f7b7 __fw_send_request +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xe86fb5c7 fw_card_release +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xe904226a fw_card_read_cycle_time +EXPORT_SYMBOL_GPL drivers/fpga/altera-pr-ip-core 0x30619487 alt_pr_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x0618ce76 dfl_fpga_cdev_config_ports_pf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x12368963 dfl_fpga_dev_feature_uinit +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x16b3ba3f __dfl_fpga_cdev_find_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x1a40f231 dfl_fpga_cdev_assign_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x2fbbd306 dfl_fpga_feature_devs_enumerate +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x3ae65a7f dfl_feature_ioctl_get_num_irqs +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x3b805cfb dfl_fpga_port_ops_put +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x43257ff4 dfl_fpga_cdev_release_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x48c09efe dfl_fpga_feature_devs_remove +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x4dbd9b37 dfl_feature_ioctl_set_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x51f141f5 dfl_fpga_set_irq_triggers +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x64cc08fe dfl_fpga_dev_ops_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x79c418f1 dfl_fpga_enum_info_add_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x82b2d1fe dfl_fpga_cdev_config_ports_vf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x8fd9b14f dfl_fpga_dev_feature_init +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x91fd84b4 dfl_fpga_port_ops_del +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x93da8785 dfl_fpga_port_ops_get +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x9fe26e92 dfl_fpga_dev_ops_unregister +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xa36c754e dfl_fpga_enum_info_free +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xa61d8f01 dfl_fpga_enum_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xcf285f5c dfl_fpga_check_port_id +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xd0c83be7 dfl_fpga_port_ops_add +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xd4b7448c dfh_find_param +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xda08465c dfl_fpga_enum_info_add_dfl +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x003221ce of_fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x0247aa4e fpga_bridge_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x0633c4b9 fpga_bridges_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x08577c00 fpga_bridge_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x0b2b884c fpga_bridges_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x1038be96 fpga_bridge_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x2c8167cf fpga_bridges_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x597c7821 fpga_bridge_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x859daba5 fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xb3b50d10 fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xc1d9081e fpga_bridge_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xd6599014 of_fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x280194be devm_fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x307e3f3f fpga_mgr_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x3156ecab of_fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x3c5ef1db fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x4710252a fpga_image_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x5403efdd fpga_mgr_lock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x5984a2f0 fpga_mgr_load +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x64fb51ff fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xae747a07 fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xc9047786 devm_fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xe93eb97a fpga_mgr_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xef2002c0 fpga_image_info_free +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xff1fff14 fpga_mgr_unlock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x033c04e9 fpga_region_program_fpga +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x0f5e4081 fpga_region_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x31c34d90 fpga_region_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x8c3901f1 fpga_region_class_find +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xb9d939e4 fpga_region_register_full +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x1178a34a gnss_insert_raw +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x403a2684 gnss_allocate_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x465967f2 gnss_put_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x656929bc gnss_deregister_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x7c5d6fd6 gnss_register_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x1c85aeb9 gnss_serial_register +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x5344002d gnss_serial_pm_ops +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x804b21fa gnss_serial_allocate +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x8fc3e505 gnss_serial_free +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x9b47ba5c gnss_serial_deregister +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x5d0e4276 idio_16_set +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x6495f119 idio_16_get_multiple +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x68830314 idio_16_state_init +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x70e2b625 idio_16_get +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0xae1139f5 idio_16_set_multiple +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x4094291b __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x9897a540 __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x496ce291 gpio_regmap_get_drvdata +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x8fd589c6 gpio_regmap_register +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0xb7066570 gpio_regmap_unregister +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0xd8c0add7 devm_gpio_regmap_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x281a2d3a analogix_dp_start_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x2e4fd780 analogix_dp_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x3ee0dd60 anx_dp_aux_transfer +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x651cedd5 analogix_dp_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x9654bc1f analogix_dp_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x9ec13617 analogix_dp_resume +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xbe42cfae analogix_dp_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xd9fd3e6d analogix_dp_stop_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xe1ad6974 analogix_dp_suspend +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_display_helper 0xe51d847e drm_hdcp_check_ksvs_revoked +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x005ec3a5 drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x179fb5e8 drm_bridge_get_modes +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x2b6a11fe drm_bridge_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x36827938 drm_gem_dumb_map_offset +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x373f6350 drmm_kstrdup +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x66cf2f64 drm_display_mode_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x6fa79f5f drm_bridge_hpd_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x752bf508 drm_bridge_hpd_notify +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x7ae74e5a drm_bridge_detect +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xaaee0579 drm_crtc_add_crc_entry +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xad885165 drm_bus_flags_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xaf138548 drm_bridge_hpd_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xc574fad8 drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xe73fd3f5 accel_open +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xefb3f2ce drm_do_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfe9f72f3 drm_display_mode_to_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x1cb856a8 drm_fb_dma_get_gem_addr +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x45f71fdd drm_gem_dma_vmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x4efba9ed drm_gem_dma_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x502d757f drm_fb_dma_sync_non_coherent +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x54db5d74 drm_gem_dma_dumb_create_internal +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x5948e1a0 drm_gem_dma_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x6ddb3229 drm_gem_dma_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xab73fec0 drm_gem_dma_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xaf24d900 drm_gem_dma_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xc45d54bb drm_fb_dma_get_gem_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xe50d85d0 drm_gem_dma_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xf15fa6d6 drm_gem_dma_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x15a0401a drm_bridge_connector_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x5876840b drm_gem_fb_create_with_dirty +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x5c1dfe9f drm_gem_fb_afbc_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x7a22ce08 drm_gem_fb_create_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x7affafb3 drm_gem_fb_init_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x81d55499 drm_gem_plane_helper_prepare_fb +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x9c3fe663 drm_gem_fb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xa4c9ba1c drm_gem_fb_get_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x0649ae4f drm_gem_shmem_get_pages_sgt +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x13706a99 drm_gem_shmem_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x4c4c97e7 drm_gem_shmem_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x77bb16ed drm_gem_shmem_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x9e80df85 drm_gem_shmem_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xb052c3de drm_gem_shmem_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xbe26ae70 drm_gem_shmem_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xfe63fb4c drm_gem_shmem_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0x05876c69 i915_gpu_busy +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0x08a7896d i915_gpu_raise +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0x402468e9 i915_gpu_lower +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0x500858b9 i915_read_mch_val +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0xe7237b0b i915_gpu_turbo_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x25f16ee0 ssd130x_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0xa5466b67 ssd130x_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0xa7763a44 ssd130x_shutdown +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0e162ecb __SCK__tp_func_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x10d1b03e __SCT__tp_func_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x135eb589 gb_operation_request_send_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x15525439 gb_operation_request_send +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x15d1942f greybus_disabled +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x16a1fc28 __traceiter_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x17041b4f __tracepoint_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x1ffa5225 gb_debugfs_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2076f0c9 gb_hd_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x24032c7c gb_operation_result +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2487d442 __SCK__tp_func_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x27078c07 gb_connection_create_offloaded +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x27bc9804 gb_connection_enable_tx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x27e4a82b greybus_register_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2ab05c66 gb_connection_disable_rx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2d9a6c70 gb_interface_request_mode_switch +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2ed78cfb gb_operation_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3f397b57 gb_connection_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x44d2bbb6 gb_hd_shutdown +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x492a9a4e gb_connection_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x4a7faa8e gb_connection_latency_tag_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x4c87c92e gb_operation_unidirectional_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x4edeecde gb_operation_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x52fe277e __SCK__tp_func_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x532eb067 __tracepoint_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x571f7936 __traceiter_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6128a3ef gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x654476b9 __tracepoint_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x690f83af __traceiter_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x7261948a gb_operation_response_alloc +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x744ef81d gb_operation_get_payload_size_max +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x78fedb98 __SCT__tp_func_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x831cc42f gb_connection_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x86153ece gb_operation_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x86e39e9a __traceiter_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8f966e80 gb_hd_cport_reserve +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8ff59b63 gb_connection_disable_forced +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x950588ad greybus_data_rcvd +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x97511fe0 gb_svc_intf_set_power_mode +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x9ba60756 __traceiter_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x9f07b822 __SCK__tp_func_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa12f1ce4 gb_connection_destroy +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa38ab767 __tracepoint_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa60e3e72 __tracepoint_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa7c8c017 gb_connection_latency_tag_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa85bd3d6 __SCK__tp_func_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xac9ee022 __traceiter_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xad198d21 gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xadd7926d __SCT__tp_func_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xadeba06a __tracepoint_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xae877457 __SCT__tp_func_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbb78a64f gb_connection_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbba0c8f3 gb_operation_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbfb52284 __SCT__tp_func_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xcb0df159 greybus_message_sent +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd8c94f58 gb_hd_output +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xda42c44f __SCK__tp_func_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xddeda2f7 gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe23ff40d greybus_deregister_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe6b45fb6 __SCT__tp_func_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xedac2535 gb_operation_cancel +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf1da942d gb_hd_cport_release_reserved +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0768c546 hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0b02913e hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1328b5ad hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x136af85f hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0x15fadf24 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x174cfa1a hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x18f8ffd9 hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x19d52f1f hid_quirks_exit +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1a7cc870 hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1b962f4d hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1c2c7fb2 hid_match_id +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1d9ec03b hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2d17c622 hid_hw_start +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3d193ed8 hid_driver_suspend +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4500eee8 hid_hw_stop +EXPORT_SYMBOL_GPL drivers/hid/hid 0x46bf35b3 hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0x46f1346e hid_hw_raw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4e5b7212 hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4eba5538 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4f718060 hid_field_extract +EXPORT_SYMBOL_GPL drivers/hid/hid 0x57526884 hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5d14e53e hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x61baa386 hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x69252d8b hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6b84071c __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6ec09082 hid_hw_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6f1782cd hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0x79753be4 hid_setup_resolution_multiplier +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7d6b6132 hid_compare_device_paths +EXPORT_SYMBOL_GPL drivers/hid/hid 0x88b6916e hid_match_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8b13a8b8 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x98c6d9dd hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa4b2cf0a hid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa8928142 hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb5084870 hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb5e3e720 __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb8d3cf55 hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbce1886a hid_driver_reset_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbfbc68e3 hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc20814e0 hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd14bbdac hid_driver_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd5c8dd2e hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xdbf1b76f hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xdddcea52 hid_hw_close +EXPORT_SYMBOL_GPL drivers/hid/hid 0xde97e2ab hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe79ed09d hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0xed6bc7a4 hid_hw_open +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf4cea0eb hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf4d0a5e6 hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf7c3d142 hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfa355613 hid_quirks_init +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfbd49758 hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfdc2b400 hid_hw_request +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x318623d0 roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x3e4427c8 roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x122721d3 roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x773c9d72 roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x836793d4 roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x95f43b43 roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x9aa24a08 roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xd711d322 roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x0c3ec136 sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x1a0be731 hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x4014625f sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x5310affd sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x60561595 sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x93cf1d0d sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x9821813c sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xafc52a0e sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xf3f04e60 sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0x19f23d46 vivaldi_attribute_groups +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0x6a65827a vivaldi_feature_mapping +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x080dda9b i2c_hid_core_remove +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x2967d297 i2c_hid_core_shutdown +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x43dc616f i2c_hid_core_pm +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xfb09bb12 i2c_hid_core_probe +EXPORT_SYMBOL_GPL drivers/hid/intel-ish-hid/intel-ishtp 0xb45e1364 ishtp_wait_resume +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0x4b03bfcf surface_hid_pm_ops +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0x616ffb89 surface_hid_device_add +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0x6f770fd1 surface_hid_device_destroy +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x637eadae hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xd0f52257 hid_is_usb +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x0e48722d hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x18c4a68b hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x2bfaa2d3 hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5151aa4f hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x552a82f1 hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x604581bf hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x6063c854 hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x61cb9598 hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x67944406 hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x972e3a19 hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa3847e15 hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa836b80c hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa9c17eff hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb7737d80 hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xc054d198 hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xc4ac222d hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf148a4c6 hsi_new_client +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x08f0fc4b vmbus_establish_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x1f864954 vmbus_alloc_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x2fe0a7df hv_pkt_iter_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x31e2e77f vmbus_free_mmio +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x31ff0358 hv_pkt_iter_first +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x321055cb vmbus_prep_negotiate_resp +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x46a417ca vmbus_proto_version +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x481a9893 vmbus_setevent +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x4b2210b8 vmbus_send_tl_connect_request +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x527010ab vmbus_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x674e657e hv_ringbuffer_get_debuginfo +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x76dee3ad __vmbus_driver_register +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x822afbd9 vmbus_hvsock_device_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x89464c77 hv_ringbuffer_spinlock_busy +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x8a6071eb vmbus_sendpacket_mpb_desc +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x8fefc62c vmbus_sendpacket_pagebuffer +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x90a6c3cc vmbus_set_chn_rescind_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x936b5e35 __hv_pkt_iter_next +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x971e12f3 vmbus_next_request_id +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x978f4936 vmbus_set_sc_create_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xaf64267f vmbus_teardown_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xb42f2c29 __vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xb59e6ab8 vmbus_open +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xb7ce3373 vmbus_driver_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xbc8688de vmbus_free_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xcbd3e389 vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xcd4b457d vmbus_connection +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xda3bbdc5 vmbus_send_modifychannel +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xdc64a7fd vmbus_recvpacket_raw +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xdce5dc63 vmbus_request_addr +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xe53937b1 vmbus_disconnect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xeab1c536 vmbus_connect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xee3d9589 vmbus_allocate_mmio +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xfe3a78b0 vmbus_set_event +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x9ed94eac adt7x10_probe +EXPORT_SYMBOL_GPL drivers/hwmon/ltc2947-core 0x5cbb5274 ltc2947_core_probe +EXPORT_SYMBOL_GPL drivers/hwmon/ltc2947-core 0xbc54f93e ltc2947_of_match +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x054e8c7d nct6775_store_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x22b35232 nct6775_show_alarm +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x3ac489ed nct6775_probe +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xa3083ece nct6775_update_device +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xe8569050 nct6775_reg_is_word_sized +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xfae336f3 nct6775_show_beep +EXPORT_SYMBOL_GPL drivers/hwmon/occ/occ-hwmon-common 0xa5cf0fd0 occ_shutdown +EXPORT_SYMBOL_GPL drivers/hwmon/occ/occ-hwmon-common 0xb6b0c401 occ_setup +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x2cb9db86 intel_th_driver_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x4179f476 intel_th_trace_disable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x503707b0 intel_th_free +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x65f3c806 intel_th_driver_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x85d5eb1c intel_th_trace_switch +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x9ce3c26f intel_th_alloc +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xa036e219 intel_th_trace_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xa4f8bfd2 intel_th_output_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xf79cfb85 intel_th_set_output +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x6dbb2295 intel_th_msu_buffer_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x7b3c4072 intel_th_msu_buffer_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xe5b19ad2 intel_th_msc_window_unlock +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x07becbd4 stm_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x0c879eaa stm_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x0f7d77a0 stm_data_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x265f6907 stm_register_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x32eb11c8 stm_source_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x34149efd to_pdrv_policy_node +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x72e3abf5 stm_source_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x83d87a43 stm_source_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xaafc850d stm_unregister_protocol +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x2cfe137e amd_mp2_bus_enable_set +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x43212296 amd_mp2_find_device +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x66fbfc2d amd_mp2_rw_timeout +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x973418b2 amd_mp2_unregister_cb +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x9ddaa974 amd_mp2_process_event +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0xfd477f7a amd_mp2_rw +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0xff395ad0 amd_mp2_register_cb +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-ccgx-ucsi 0x70b0967c i2c_new_ccgx_ucsi +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-nforce2 0xc8ae47ad nforce2_smbus +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x61e083f8 i2c_mux_add_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xafeb3093 i2c_mux_del_adapters +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xb50c274b i2c_mux_alloc +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xe7063d53 i2c_root_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x455c8d43 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xc0a69560 i2c_register_spd +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x0dc43a93 i3c_master_do_daa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x104b4f4a i3c_master_defslvs_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x17e05a11 i3c_device_do_priv_xfers +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x1a9429b9 i3c_driver_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x1be5b729 i3c_master_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x2da4b4a2 i3c_device_enable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x3f0656ff i3c_master_register +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x47607647 i3c_generic_ibi_recycle_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x4971dfb9 i3c_device_match_id +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x4cc93250 i3c_master_get_free_addr +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x60c4abf6 i3c_master_disec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x76fe3e05 i3c_generic_ibi_free_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x822db461 i3c_master_add_i3c_dev_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x8ac11249 i3c_driver_register_with_owner +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x91a0d37e i3c_master_enec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x95cd1838 i3c_master_queue_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x9635d2cc i3cdev_to_dev +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x9deb88f3 i3c_device_do_setdasa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xac665314 i3c_generic_ibi_alloc_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xb00814f0 i3c_master_entdaa_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xb2a003a0 i3c_device_request_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xb79bf3b9 i3c_device_get_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xbca6f45c i3c_device_free_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xd79d0915 i3c_master_set_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xe2fdadc2 i3c_generic_ibi_get_free_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xf706b709 i3c_device_disable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/master/dw-i3c-master 0x3d61f2bc dw_i3c_common_probe +EXPORT_SYMBOL_GPL drivers/i3c/master/dw-i3c-master 0xbf5ca0b4 dw_i3c_common_remove +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x1edbe85c iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x267c0508 iio_channel_release_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x2a1fab3c iio_channel_stop_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x532754fc iio_channel_cb_get_iio_dev +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x9acf62ab iio_channel_cb_set_buffer_watermark +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0xe79a2fff iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x087fe217 iio_dma_buffer_exit +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x2197a75d iio_dma_buffer_init +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x27866858 iio_dma_buffer_block_done +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x5e543ea9 iio_dma_buffer_set_bytes_per_datum +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x6863bd4f iio_dma_buffer_set_length +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x6984ced2 iio_dma_buffer_block_list_abort +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xa8b970bb iio_dma_buffer_read +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xb0a71180 iio_dma_buffer_release +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xc8cb4fbf iio_dma_buffer_enable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xd2f74cd2 iio_dma_buffer_disable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xd683de23 iio_dma_buffer_request_update +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xffac1520 iio_dma_buffer_data_available +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dmaengine 0x49c9a871 devm_iio_dmaengine_buffer_setup +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x3391543d iio_hw_consumer_disable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x878e42ec iio_hw_consumer_alloc +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x9671bc15 iio_hw_consumer_free +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x9ce7cb54 devm_iio_hw_consumer_alloc +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0xbf358fa9 iio_hw_consumer_enable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-triggered-buffer 0x38653ef0 devm_iio_triggered_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/buffer/kfifo_buf 0x1c81bcb3 devm_iio_kfifo_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x1d678758 cros_ec_sensors_ext_info +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x318c2101 cros_ec_sensors_read_lpc +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x325c8603 cros_ec_sensors_read_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x49e34f88 cros_ec_motion_send_host_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x564504b2 cros_ec_sensors_push_data +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x5df9e50d cros_ec_sensors_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x83ab4a92 cros_ec_sensors_core_read_avail +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x83f3ea18 cros_ec_sensors_core_init +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x96b95921 cros_ec_sensors_core_read +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x9971dac4 cros_ec_sensors_capture +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xb4c85c97 cros_ec_sensors_core_write +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xe2bf7b60 cros_ec_sensors_core_register +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x4ed6694e bmg160_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0xc513df75 bmg160_core_remove +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0xdb779e00 bmg160_core_probe +EXPORT_SYMBOL_GPL drivers/iio/imu/fxos8700_core 0x4efe217c fxos8700_core_probe +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x06f32475 iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x09a949c7 iio_device_attach_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x09bb161f __devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0c532cee iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0ec63e52 iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x12cdafea iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x13062bdd iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1ae23eb6 iio_device_release_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1f99bd16 fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2b322463 iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2c04434d iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2cebc741 iio_read_avail_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3036bd3d iio_device_release_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x34f875e0 iio_write_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x41d749c0 devm_iio_trigger_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x443d825d devm_fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x44f3d2ab iio_device_id +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4622400d iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x469de2c7 iio_read_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4b8b0d78 iio_write_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4dce7dd4 iio_format_value +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4ebf3586 iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x57650b0b iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x590d8adb iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5a8c682f iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5eb3af28 iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x62bfb897 iio_get_debugfs_dentry +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6de79b88 iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x711cb915 __devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7816d9ed iio_read_avail_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7e1a6bfe iio_get_channel_ext_info_count +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x81bed14e iio_pop_from_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x87f13a4d iio_read_channel_processed_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8ae803e7 iio_device_claim_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa03c806c iio_device_claim_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa30e6c71 iio_buffer_enabled +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa8128567 iio_show_mount_matrix +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xae53aedd iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xaf96072a devm_iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb7750f38 iio_device_get_current_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb77a5e13 iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb8d107e3 iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc44dedd7 iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xca8f9c23 iio_validate_own_trigger +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcd0a1cff iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcd138e94 devm_iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd636f1f2 devm_iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdb0e97c4 iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdba2510f iio_read_channel_offset +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdebfd035 iio_read_max_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe1ee9dec iio_write_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe7c7ca6d iio_read_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xea878884 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xeda17fd0 devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf5dc23fa iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xff9c3be0 iio_push_to_buffers_with_ts_unaligned +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x46b4db39 rtrs_iu_free +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x53d2632b rtrs_cq_qp_create +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x5e2fdfd5 rtrs_post_recv_empty +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x9e564286 rtrs_init_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xa620d4df rtrs_iu_post_rdma_write_imm +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xafa1cbd0 rtrs_send_hb_ack +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xb1db6ea9 rtrs_cq_qp_destroy +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xbf5da527 rtrs_iu_post_send +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xcb1d8067 rtrs_iu_post_recv +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xe8ce8d33 rtrs_iu_alloc +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xf66c771c rtrs_stop_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xfd785822 rtrs_start_hb +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0xe1c91e40 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0xbc131aa3 matrix_keypad_parse_properties +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xc9252df2 adxl34x_pm +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xd863d5a6 adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xec511022 adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x10f5d232 rmi_driver_resume +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x25c94915 rmi_2d_sensor_rel_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x48a42207 __rmi_register_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x49c35322 rmi_2d_sensor_abs_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x59200f4f rmi_register_transport_device +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x5b05c9e5 rmi_2d_sensor_configure_input +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x5ffd8cd3 rmi_dbg +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x64b022b0 rmi_set_attn_data +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xb53be393 rmi_unregister_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xbc04f404 rmi_of_property_read_u32 +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xc3952e10 rmi_driver_suspend +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xe8f0582c rmi_2d_sensor_abs_process +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xfe576f1e rmi_2d_sensor_of_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x4a629a54 cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x53050016 cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x7946de88 cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x00546f68 cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xdac30b26 cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x4b8b17dc cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0xa5d4f551 cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x74488392 tsc200x_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xaddf478b tsc200x_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xef4c32d6 tsc200x_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xfe8d97cb tsc200x_regmap_config +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x095cd18e wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x0eaaa4d8 wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x49cb9e02 wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x5420a5d6 wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x54758358 wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x5a667200 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x79624629 wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x85619e9c wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xcf058373 wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xdb2d81b2 wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xded70d54 wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xf6d4186b wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x180f8e23 ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x41bbaa87 ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x7c2f3936 ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xa5b1066b ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xb6b8355b ipack_device_init +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xb884c8cb ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xb98d6c9f ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xd857b688 ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xdff6040f ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x16fd9856 led_update_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x327a322f led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x37e8e869 led_get_flash_fault +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x6382d1cc led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xbac710a3 devm_led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xdf0453d0 led_set_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xead2a8e4 led_set_flash_timeout +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xed71eee5 devm_led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x2d366167 led_mc_calc_color_components +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x4020978f led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x43170b7d led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x52304e32 devm_led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xa29b4665 devm_led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/simple/simatic-ipc-leds-gpio-core 0xd7c87cd3 simatic_ipc_leds_gpio_probe +EXPORT_SYMBOL_GPL drivers/leds/simple/simatic-ipc-leds-gpio-core 0xeb49af8e simatic_ipc_leds_gpio_remove +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-audio 0x3bd45b0d ledtrig_audio_set +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-audio 0xce593c22 ledtrig_audio_get +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-camera 0x749e05f2 ledtrig_flash_ctrl +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-camera 0x7903e46e ledtrig_torch_ctrl +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x00e29c95 __traceiter_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x045ea78c __SCK__tp_func_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x06d7c06a __SCK__tp_func_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0a3c39b9 __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0b0c2976 __SCK__tp_func_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0ba5b30b __SCK__tp_func_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0bab948e __SCK__tp_func_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0d9b007a __SCK__tp_func_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0e781482 __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0f015831 __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1035a5a5 __SCK__tp_func_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x107bcb0c __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x108bec73 __traceiter_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x10d2937b __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x141bf76b __traceiter_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x17a83e40 __traceiter_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x18428311 __traceiter_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1c599ebe __traceiter_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1d2f0d74 __traceiter_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x215c9701 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x21b87a42 __SCT__tp_func_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x24e16a69 __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x25cacb14 __SCT__tp_func_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2741dad4 __SCK__tp_func_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2766fb04 __traceiter_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x287090dc __SCT__tp_func_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x297e0da3 __SCT__tp_func_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2d24cd9f __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2dd3b14c __SCK__tp_func_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2fee28f7 __SCK__tp_func_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x300c8ff4 __SCT__tp_func_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x36f317a4 __SCT__tp_func_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x391fcc0a __SCK__tp_func_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3bfeb16e __traceiter_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4543b49b __SCT__tp_func_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x469b6253 __SCK__tp_func_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4984a824 __SCK__tp_func_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x50be549b __traceiter_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x59b6267e __traceiter_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5c92fe4f __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5dd80bd5 __SCT__tp_func_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5e8fc9dd __traceiter_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x60770566 __SCK__tp_func_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x629c9180 __SCT__tp_func_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x63d41653 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x64e39418 __traceiter_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x65cefd73 __traceiter_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x65cf0d2d __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6677ebf0 __SCT__tp_func_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x678791c2 __traceiter_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6863552c __traceiter_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7348f1f5 __traceiter_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x741aee31 __SCK__tp_func_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x752f7fa4 __SCT__tp_func_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x75692a22 __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x75b1d418 __SCK__tp_func_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x76471483 __SCK__tp_func_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x787810b2 __SCT__tp_func_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7985994b __SCK__tp_func_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7b25b732 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7d110135 __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7f252e00 __SCT__tp_func_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x817ad796 __SCT__tp_func_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x820cfc54 __traceiter_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x822db771 __SCT__tp_func_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8346e722 __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x858603c2 __SCK__tp_func_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x89d43764 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8d654977 __traceiter_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9095b65e __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9354e264 __SCK__tp_func_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x93ad05a1 __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x94532a4d __traceiter_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x96419680 __SCK__tp_func_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x972aa384 __SCT__tp_func_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x99d06336 __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9d28d153 __SCT__tp_func_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9ebf1bc0 __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa15bd7c4 __SCT__tp_func_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa3848913 __SCK__tp_func_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa45a470b __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa5298318 __SCK__tp_func_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa5632564 __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa784e073 __SCT__tp_func_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xad6440b4 __traceiter_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb02a7bbb __SCK__tp_func_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb4021a6e __traceiter_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb5875b58 __SCK__tp_func_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb5a62a8c __traceiter_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb635b5a7 __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb7a3acbb __traceiter_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb7ce2d6a __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb7e5379d __SCT__tp_func_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbb11a90b __traceiter_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbc1128f7 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc3a000c0 __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc5e020af __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc732f88a __traceiter_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc73e0c99 __SCT__tp_func_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc7fca42a __traceiter_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc899e6db __SCK__tp_func_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc89c744b __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xce451ad8 __SCT__tp_func_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd30206ff __SCT__tp_func_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd60e0a60 __SCK__tp_func_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd7a376b3 __SCT__tp_func_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd7a7fbec __SCT__tp_func_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd943cf0b __SCK__tp_func_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdb0682eb __SCT__tp_func_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe31fcd25 __SCK__tp_func_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xead41013 __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xeb0f2857 __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xec21215d __traceiter_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xec29e22a __traceiter_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xec3460a4 __traceiter_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xedf90bb3 __SCT__tp_func_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf0eb08b3 __SCK__tp_func_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf57f81ae __SCT__tp_func_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf7a5edc7 __SCT__tp_func_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfa92ee4d __SCK__tp_func_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfb767f16 __SCT__tp_func_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfce401f6 __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfce76b1e __SCT__tp_func_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfd1e43c5 __traceiter_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x09341a5a dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x17dd39d6 dm_deferred_set_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x23ae2048 dm_cell_unlock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2aa383b9 dm_bio_prison_alloc_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2eb01e04 dm_deferred_set_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x57aab5b6 dm_cell_lock_promote_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x5ac1a2eb dm_bio_prison_free_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x753e20b2 dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x8498a049 dm_cell_get_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x9724058c dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xace9b57b dm_bio_prison_destroy_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb626ce0c dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb6d5c65d dm_deferred_set_add_work +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb70b342a dm_bio_prison_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb70cb343 dm_cell_visit_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb70d4402 dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb80a53f3 dm_cell_put_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xc79a729c dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd960d875 dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd99e003d dm_bio_prison_create_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xdd4c1dbe dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xf616e636 dm_cell_promote_or_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xf7051699 dm_cell_lock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xffaf79c0 dm_cell_quiesce_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x24772bfe dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x2ac08e21 dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x2e0774dc dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x656100cc dm_bufio_client_reset +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6a2f40e1 dm_bufio_mark_partial_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6aebce95 dm_bufio_issue_discard +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6cdb2d56 dm_bufio_prefetch +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d3f57bd dm_bufio_get_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d83826d dm_bufio_get_block_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x74dcd98c dm_bufio_get_aux_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x867e87eb dm_bufio_get_dm_io_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x91f00abc dm_bufio_set_minimum_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa82b2066 dm_bufio_write_dirty_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xb04f56ab dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc0d7df85 dm_bufio_new +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xcd2ba798 dm_bufio_forget +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd991e3b9 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe6024e59 dm_bufio_release +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xebcc64a4 dm_bufio_get_block_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xeca7949e dm_bufio_client_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xed3283a4 dm_bufio_set_sector_offset +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xf241a6eb dm_bufio_forget_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x0efbca4c btracker_promotion_already_present +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x1c852cab btracker_nr_demotions_queued +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x23ddc5ab dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x37ef59a5 dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x481a0b15 btracker_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x4becb830 dm_cache_policy_get_hint_size +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x50b3c64c dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x5adc2807 btracker_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x65eea825 btracker_nr_writebacks_queued +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x87bee547 btracker_queue +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa2365f44 btracker_issue +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa75824a6 dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa7eadcb5 btracker_complete +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xd535afe3 dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xf9f3e74b dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x349a60d6 dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x5704c62d dm_register_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x01d2f9ac dm_rh_recovery_start +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x0a981570 dm_region_hash_create +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x159a6040 dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x2e0831f5 dm_rh_bio_to_region +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x38972f23 dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x38efaf5a dm_region_hash_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x3a18389a dm_rh_update_states +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x57e16c3e dm_rh_get_state +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x5f4a6e61 dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x67b74741 dm_rh_delay +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7774620f dm_rh_stop_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d053fc5 dm_rh_start_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d5e1815 dm_rh_get_region_key +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa53387c7 dm_rh_flush +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa83588eb dm_rh_recovery_end +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa9b94a80 dm_rh_inc_pending +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xbe38a431 dm_rh_recovery_prepare +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd8aa4284 dm_rh_region_context +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xe0ff50a1 dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf92b8a3d dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfd93482e dm_rh_recovery_in_flight +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0054f69d dm_tm_pre_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x01f7c2b0 dm_btree_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0211c39e dm_tm_with_runs +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x07ed9022 dm_bitset_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x088a5b30 dm_btree_find_lowest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0c295956 dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0cf7c42f dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0d251167 dm_array_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x109eae1f dm_btree_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x15a2bf57 dm_btree_lookup_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1ae16d40 dm_tm_dec_range +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1d0d53f7 dm_array_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2842d760 dm_bitset_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2bc1a8d9 dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2f40da68 dm_bm_set_read_write +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x30c37cc0 dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x32bf4f4b dm_bitset_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3646e38f dm_tm_issue_prefetches +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3896f8d8 dm_array_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x38d53eec dm_array_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ad0f55b dm_bm_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ae50a4a dm_tm_inc_range +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40720a25 dm_bitset_set_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x418204e4 dm_array_set_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x46c56110 dm_bitset_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x48e323be dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4f2c653e dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4f477261 dm_bm_checksum +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x51005cef dm_bitset_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5375ca71 dm_bm_write_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5475ba9e dm_block_location +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x563946a0 dm_btree_remove_leaves +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5b04d3fe dm_bitset_clear_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x67c6c5b9 dm_array_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x68f34c27 dm_array_cursor_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6bfa88c8 dm_bitset_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6c600395 dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6fac2256 dm_array_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x703aa099 dm_block_manager_reset +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x72289260 dm_block_manager_destroy +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7612cd9c dm_bm_block_size +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x79bdc649 dm_sm_disk_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7ade1071 dm_tm_destroy +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7b047bd9 dm_tm_create_non_blocking_clone +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7b6b3af5 dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x836693c5 dm_disk_bitset_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x87419c51 dm_array_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x87c934be dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x88295b96 dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x8e057e61 dm_array_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x900896b9 dm_btree_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x91baa32f dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9290e07a dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x932a6ffc dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x94daa188 dm_bitset_cursor_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x95a52abd dm_bm_is_read_only +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9718cffa dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9e798e22 dm_bm_set_read_only +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa0bc1801 dm_btree_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa99029b9 dm_bitset_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb940af6a dm_array_info_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbdde4031 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd017c9c7 dm_array_new +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd8682982 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xdb2c8e97 dm_btree_lookup +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xdf3a4e7d dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe07a2542 dm_bitset_new +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe0e68183 dm_array_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe781f874 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xecc1aeba dm_bitset_test_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xedf5036f dm_bitset_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf2b4509a dm_btree_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf71f197e dm_btree_cursor_next +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x13262ecf cec_notifier_parse_hdmi_phandle +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x14a74c3c cec_pin_changed +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x3099b9e0 cec_register_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x33845614 cec_transmit_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x46f4055c cec_notifier_cec_adap_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x48abeb08 cec_fill_conn_info_from_drm +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x55d2a039 cec_notifier_cec_adap_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x6ddef8ac cec_s_conn_info +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x7625101e cec_received_msg_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x763241af cec_s_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x8cb80ac0 cec_notifier_conn_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x9c4682ef cec_queue_pin_cec_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xa01fbb6b cec_notifier_set_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xa34a3c69 cec_queue_pin_hpd_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xaee236c6 cec_notifier_conn_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xb691157a cec_unregister_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xb6b632d4 cec_pin_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xbada7ffb cec_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xbe4de675 cec_get_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xc16f2887 cec_notifier_set_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xc76ab259 cec_delete_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xccd5a7dc cec_transmit_attempt_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xd3ef3bc6 cec_transmit_msg +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xda848bd0 cec_queue_pin_5v_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xe9668aa8 cec_s_log_addrs +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xea2bf4ea cec_s_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x08921fb5 saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x1162e119 saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x234e6fef saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x24933a8f saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x403dbc9f saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x488bdfc4 saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x52fb2343 saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe8c0c145 saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xede85aac saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xf13ad4fd saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x70c0b34c saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x8f3ed05a saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xca6d63f0 saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xdce0655d saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xf335dba4 saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x077752a0 smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x0ed8ba52 sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x1d10e225 sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x2f1d29af sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x31f4cbee smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x34bf0e61 smscore_translate_msg +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x37d91069 smsendian_handle_tx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x389558df smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x45284ae9 smsendian_handle_rx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x4a0e0dc8 smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x612bf566 smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x67d3f544 smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x74ee9098 sms_board_load_modules +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x78fa5f94 smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7c576277 smsendian_handle_message_header +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7cd32174 sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x844539ae sms_get_board +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x99a81ab3 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xaa27a056 smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc6a2f985 smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xd11b9f8c smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf09d4736 smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xfbf6a1c3 sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xffa3ddd2 smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/uvc 0x08c5db3e uvc_format_by_guid +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x040dc7cd tpg_aspect_strings +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x21bfae4e tpg_gen_text +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x4a738cc1 tpg_g_interleaved_plane +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x7e83543f tpg_s_crop_compose +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x80aaf962 tpg_g_color_order +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xa8a3f406 tpg_free +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xaa5503d9 tpg_set_font +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xb052969d tpg_init +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xbbc315dd tpg_update_mv_step +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xcaede3e2 tpg_fill_plane_buffer +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xce8159bb tpg_pattern_strings +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xe2169014 tpg_log_status +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xe6f04b89 tpg_alloc +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xe7ee5819 tpg_s_fourcc +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xf064e392 tpg_fillbuffer +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xf7a5f765 tpg_calc_text_basep +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xf7ec0949 tpg_reset_source +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x03187363 vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x0609a987 vb2_core_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x0d25b4eb vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x1924f7c1 vb2_core_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x1d8c47f4 vb2_core_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x2b5551d5 __SCT__tp_func_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x32ef6104 vb2_core_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x463f982c vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x4bc8350e vb2_core_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x4ed3fb1b __SCT__tp_func_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x51921764 vb2_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x5fc8302c __SCK__tp_func_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x682fd971 vb2_request_buffer_cnt +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x69c97fa9 vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x6f85c58c __traceiter_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x72c73aba vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x76041ae6 vb2_request_object_is_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x831887f9 __SCK__tp_func_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x8fdec37f vb2_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x98b7ac9e vb2_core_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x9ef6282e vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xa77e36b6 vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xa7c69a82 __tracepoint_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb13ed3d3 vb2_core_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xbcbbd93a __tracepoint_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xbf157495 vb2_core_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc10658a3 vb2_core_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc54c863e __SCT__tp_func_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc7920841 __SCT__tp_func_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc9fdbe50 __SCK__tp_func_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xcb3ca3a0 __traceiter_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xd3be109d vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xd51f68e9 __tracepoint_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xdf75afde __traceiter_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xdfa5a0f6 __tracepoint_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe1ec8dd2 __traceiter_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe489e8ac __SCK__tp_func_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xed4c0e2e vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf18f52cc vb2_core_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf95d3cea vb2_core_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xfa1254c9 vb2_core_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0x54a47558 vb2_dma_contig_set_max_seg_size +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0xb3de4d57 vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-sg 0xffa05928 vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-memops 0x0f3a632b vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x0066173e vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x0226c061 _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x0880601a vb2_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x0be67e4c vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x1a6a670c vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x21c7c5fd vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x24510c83 vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x2f42e5d4 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x36441375 vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x3d50b5e3 vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x42c4ff15 vb2_queue_init_name +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x62c92532 vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x6d186c92 vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x73ecfd0d vb2_video_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x78edd117 vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x82471045 vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x83f0eb50 vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x8a514bf8 vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x8adac3b2 vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x96fe1d15 vb2_request_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x99413c59 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xb65fcecc vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xbaab8c90 vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xc1bb36f4 vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xcb141f5e vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xdbd06b96 vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xe1edc919 vb2_request_validate +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xe3cb95e8 vb2_find_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xe4d551a5 vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xed8ee2f9 vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xf05ba25d vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xf58d9e03 vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xfa036604 vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xfd443226 vb2_queue_change_type +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-vmalloc 0x4c97729e vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x21b170e8 dvb_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0xe544fa0e dvb_module_probe +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0xff92903a dvb_module_release +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/as102_fe 0x89db10cf as102_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ascot2e 0xfcf48747 ascot2e_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/atbm8830 0xe8dae72a atbm8830_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/au8522_dig 0x73e1d6b8 au8522_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/bcm3510 0x5e1ab778 bcm3510_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx22700 0x6f978208 cx22700_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx22702 0x415c4b98 cx22702_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24110 0xcb9915a7 cx24110_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24113 0x0166c641 cx24113_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24116 0x3411c4e8 cx24116_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0x20e991a0 cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24120 0xa0249114 cx24120_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24123 0x0388065e cx24123_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2820r 0x4dabe3db cxd2820r_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2841er 0x23b8dd5c cxd2841er_attach_s +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2841er 0xac265eb4 cxd2841er_attach_t_c +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2880/cxd2880 0x9e15be15 cxd2880_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0070 0x5c2494d9 dib0070_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0090 0xf2a85704 dib0090_register +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0090 0xf3141d03 dib0090_fw_register +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib3000mb 0x4bdbb2f2 dib3000mb_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib3000mc 0x8e589ac5 dib3000mc_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib7000m 0x1fbb9ac8 dib7000m_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib7000p 0x0308baf7 dib7000p_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib8000 0x904e17d6 dib8000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib9000 0x24e3f101 dib9000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0x03b3fa4c drx39xxj_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drxd 0xf9ddcf31 drxd_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drxk 0x84565fee drxk_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ds3000 0x23618d67 ds3000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dvb-pll 0xec1859a5 dvb_pll_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ec100 0xe3a510ee ec100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/gp8psk-fe 0xe570fab8 gp8psk_fe_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/helene 0x646c8c59 helene_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/helene 0x6e55f20b helene_attach_s +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/horus3a 0x7977700f horus3a_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6405 0xfaffbd18 isl6405_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6421 0x2015f176 isl6421_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6423 0x9fe6b45d isl6423_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/itd1000 0xd9ed0d99 itd1000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ix2505v 0x3a251aff ix2505v_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/l64781 0xb100b776 l64781_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lg2160 0x87dc94ce lg2160_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt3305 0x233ff2b8 lgdt3305_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt3306a 0x9c291796 lgdt3306a_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt330x 0x2f52784d lgdt330x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgs8gxx 0x58f87393 lgs8gxx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbh25 0x0fb43ad1 lnbh25_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp21 0xb2e63cb1 lnbh24_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp21 0xede62865 lnbp21_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp22 0xb6c1e475 lnbp22_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/m88ds3103 0x95d9dac7 m88ds3103_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/m88rs2000 0x2b81747c m88rs2000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mb86a16 0x045f562b mb86a16_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mb86a20s 0x82a16fbf mb86a20s_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mt312 0xebdb401f mt312_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mt352 0x3d9600c0 mt352_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mxl5xx 0x306df917 mxl5xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/nxt200x 0xa4d309fb nxt200x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/nxt6000 0x5aaf36c9 nxt6000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/or51132 0x525fc12d or51132_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/or51211 0x9be0639e or51211_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1409 0xb8c30967 s5h1409_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1411 0x6389198c s5h1411_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1420 0x8dae3722 s5h1420_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1432 0xed8b5513 s5h1432_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s921 0x10628caa s921_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/si21xx 0x40111648 si21xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/sp887x 0x905dd78d sp887x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb0899 0xb8ac401f stb0899_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb6000 0xdef6fefe stb6000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb6100 0xbd02ed42 stb6100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0288 0x7839c3ff stv0288_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0297 0x881ad399 stv0297_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0299 0x8dd98c32 stv0299_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0x49eb1fef stv0367ter_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0x9d57aaad stv0367cab_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0xee23f9c8 stv0367ddb_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0900 0x34162ba5 stv0900_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv090x 0xff146d16 stv090x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0910 0xeaedc9b8 stv0910_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6110 0x0d0f678f stv6110_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6110x 0x35cfc88e stv6110x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6111 0x1c1835d2 stv6111_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10021 0x9f94c22b tda10021_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10023 0x2cab41ff tda10023_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10048 0x98f2820f tda10048_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda1004x 0x7e57f46f tda10045_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda1004x 0x8a342235 tda10046_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10086 0xd5ac6b7e tda10086_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0x80d79faa tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda665x 0xd8db052b tda665x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda8083 0x70e65ad9 tda8083_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda8261 0xddd9d4c7 tda8261_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda826x 0x750cbdda tda826x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ts2020 0x768cc5c2 ts2020_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tua6100 0x78cc0b9b tua6100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ves1820 0xa21914fc ves1820_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ves1x93 0xca7a91dd ves1x93_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10036 0x5d5a691b zl10036_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10039 0x2fb2e2ed zl10039_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10353 0x40f6410b zl10353_attach +EXPORT_SYMBOL_GPL drivers/media/i2c/aptina-pll 0x1bb4d5ba aptina_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/ccs-pll 0x1168d908 ccs_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x48928f7c max9271_set_serial_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x7b5d5310 max9271_wake_up +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x82cd28ad max9271_disable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x839ee79a max9271_set_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x84c631b7 max9271_set_translation +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x97318add max9271_configure_gmsl_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x9f8cc6f4 max9271_configure_i2c +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xa7260a1d max9271_set_deserializer_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xc05d8e65 max9271_set_high_threshold +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xdd95cdb6 max9271_enable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xe998867c max9271_clear_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xe9e4fdf5 max9271_set_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xfc828eb3 max9271_verify_id +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x00555995 __media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x044e2d16 media_device_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0978eecf media_request_object_complete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0c175484 media_pad_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x11a8fc71 media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x21b19797 media_entity_pads_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2492b5e0 media_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x278af429 media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x28b9862f media_create_pad_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x29ab8468 media_devnode_create +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2d19f1c7 media_device_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2eee5b54 media_create_pad_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x332a5936 media_request_object_unbind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3c58ac74 media_create_ancillary_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x4d35143b __media_pipeline_pad_iter_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x50b6c0f4 __media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x51073bfb media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5a2ffea2 media_device_delete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5becbc58 media_graph_walk_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x65dd67e0 media_pipeline_entity_iter_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x665f8c9c media_device_unregister_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7383684e media_device_pci_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x743d4f1a __media_device_register +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x743e4fed __media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7a1fe1be media_create_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7c15a40c media_device_register_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7d8f04a4 media_request_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8053ec0e media_graph_walk_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x82d426a2 media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x84614272 media_request_object_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x856e74b9 media_pad_remote_pad_first +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x87d2e228 media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8c6ecc5d media_request_get_by_fd +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9143eeba __media_pipeline_entity_iter_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x91994139 __media_entity_next_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9568332b media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9dbc381c media_request_object_find +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa1752614 media_request_object_bind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa2e99e80 media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa980c46e media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xaf6255f3 __media_device_usb_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb28bc9ef media_entity_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb2fffd43 media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb90d639e __media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc2262188 media_pad_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc2b2afea media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc59a5b18 __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xcb0301db media_devnode_remove +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xcb95c736 media_entity_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd30b45e3 media_entity_enum_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd4b9dda7 media_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd73d3219 media_request_object_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe27a7403 media_entity_get_fwnode_pad +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe49d463e media_get_pad_index +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe5ceecd6 media_entity_enum_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe82df609 media_device_usb_allocate +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe977759a __media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xedf0e67f media_pipeline_entity_iter_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf884a549 media_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/pci/bt8xx/dst 0x533942c7 dst_attach +EXPORT_SYMBOL_GPL drivers/media/pci/bt8xx/dst_ca 0xb4027e96 dst_ca_attach +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x0c2c5d10 cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/ddbridge/ddbridge-dummy-fe 0xa53b3566 ddbridge_dummy_fe_qam_attach +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0153cdd7 mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x01cd56cb mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x04a7ee1b mantis_input_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0e6b040c mantis_input_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x166a2981 mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x25dc37e4 mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x2d0a3aed mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x4e33ce80 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x6de3f8d5 mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x8b3b4cd4 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x8dcba618 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x96c665f6 mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x96e1de4a mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x9c9c339e mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xad65d4b6 mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xbca727fb mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd48a28b9 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe715e2ca mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xff688370 mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x37af9851 saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x3d069800 saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x425ab03f saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x44c66542 saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x62135226 saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x646da842 saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x6c189e1d saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x75fee40e saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x7a0cc1e7 saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x85e57cd5 saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa7c6bc3d saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xad6a6acb saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb151318f saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xbc5b863f saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xcfae86f8 saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xdc3a360c saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xe1f30788 saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xedb289cf saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xfe9576ea saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x102f7cb3 ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x19e83d04 ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x29d3f5ff ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x4059e698 ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x4ecc4bcf ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xc719ba50 ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xd144882b ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x0207d58b mccic_register +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x202e34fd mccic_suspend +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x791b5b7d mccic_irq +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x80a3d303 mccic_resume +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x9add9d4d mccic_shutdown +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x2aa73349 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x8243cd3e radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x1eb37ff4 si470x_viddev_template +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x750405f8 si470x_stop +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xd845bf33 si470x_ctrl_ops +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xe7ffed60 si470x_start +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xec437ab1 si470x_set_freq +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x0ca726a0 ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x0f0d8397 rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x11f33d63 ir_raw_event_store_with_timeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2ed90ced rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x41da6ac4 rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x499278e5 lirc_scancode_event +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x4cf44d79 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x5b1a750e ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x73edc949 rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x7ce8bb88 devm_rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x95bd8107 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb960f15c rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xbd0c4878 ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd189abe6 rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xdf632bf1 rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe2723a46 ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xf1fcc283 rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xf3bc9bbb rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xfa76c26a rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xfc5d3079 rc_map_get +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xff6fe760 devm_rc_register_device +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0011 0x5c572534 fc0011_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0012 0x7d5c1d16 fc0012_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0013 0xa8d1af10 fc0013_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/max2165 0xf90c4e88 max2165_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mc44s803 0x4f847ca4 mc44s803_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2060 0xff72e5de mt2060_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0xe6b4b577 mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0xc349a5f0 microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2131 0x70bd8477 mt2131_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2266 0x45923c43 mt2266_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5005s 0x4f6df43a mxl5005s_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0x94f7094c mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/qt1010 0x6838f933 qt1010_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0x5f94fa3e r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18218 0xe0064a4e tda18218_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0x2cadf97c tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0xf7511086 tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x628b1a0e tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xc35e76e9 tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0xe770c288 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0xbbb74682 tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0xc191c447 tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xbdef1837 tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xcce00fb1 tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0x5c249620 simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc2028 0x204d33a2 xc2028_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc4000 0x20524409 xc4000_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc5000 0x1539d736 xc5000_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x1c14cc10 cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x24c137a7 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x283abbb1 cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x2d9a8a7e cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x45db0469 cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x4b87c543 cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x4f88c66f is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x64b57e6f cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x67455ee5 cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7effcd99 cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7f9e49a1 cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x8023c903 cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9393c11d cx231xx_get_i2c_adap +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xb2813bb1 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xdaa082f1 cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xdd406f8a cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xea875928 cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xead4e775 cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf2f93a98 cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf424d53f cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0x6d3e4988 mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0x61155ade mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x0efdba0c em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x3514c191 em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x35a1be44 em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x482c5348 em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x5b499cef em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x5b5e12b2 em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x5ca3e64f em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x5e773036 em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x70bd4527 em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x721f7cc7 em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x77c022ec em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x8939159d em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x921d7c65 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x95ae2927 em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xbe37bccf em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xca224f5b em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xcff7ba9f em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xdafdb874 em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xf8debed0 em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xf9666463 em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x0fe27f76 __v4l2_async_nf_add_fwnode +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x233433c4 v4l2_async_nf_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x42ed95c2 __v4l2_async_nf_add_fwnode_remote +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x7e09283e __v4l2_async_nf_add_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xf8625d9a __v4l2_async_nf_add_i2c +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x01612c0b v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x08402862 v4l2_print_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x0958448b v4l2_set_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x0af3d134 v4l2_valid_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x2bf67def v4l2_calc_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x370cfe6e v4l2_dv_timings_presets +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x3aa68d7a v4l2_find_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x4839762f v4l2_calc_timeperframe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x7b6ac78f v4l2_phys_addr_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x8f8d4341 v4l2_get_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x922ecd29 v4l2_enum_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xa22fbfeb v4l2_hdmi_rx_colorimetry +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xa97e00eb v4l2_detect_cvt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xae575c8f v4l2_phys_addr_for_input +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xd034392d v4l2_match_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xf56238f4 v4l2_find_dv_timings_cea861_vic +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xff585440 v4l2_dv_timings_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0x4722af75 v4l2_flash_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0x95ce962e v4l2_flash_indicator_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0xec3ea2ea v4l2_flash_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x0214c9e2 v4l2_fwnode_put_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x14f4569e v4l2_fwnode_connector_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x36baab9b v4l2_fwnode_endpoint_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x3b5171c9 v4l2_async_register_subdev_sensor +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x612ddce5 v4l2_fwnode_connector_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x6bcc677f v4l2_fwnode_parse_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x6eb1e5a6 v4l2_async_nf_parse_fwnode_endpoints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xae89e6ac v4l2_fwnode_endpoint_alloc_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xbf60bbcb v4l2_fwnode_device_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xc440c71e v4l2_fwnode_connector_add_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xf401eeab v4l2_fwnode_endpoint_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x010d0cdc v4l2_m2m_update_start_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x08cd07cf v4l2_m2m_buf_remove_by_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0ff12dd0 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1544b3a9 v4l2_m2m_ioctl_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1ddc4607 v4l2_m2m_last_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1e8ea350 v4l2_m2m_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x23798db6 v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x37ae26b0 v4l2_m2m_update_stop_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x382a022b v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3922cd29 v4l2_m2m_try_schedule +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3cd15fa8 v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x44795275 v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x57f12661 v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5bf628b8 v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5d812719 v4l2_m2m_ioctl_try_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6cdd85a1 v4l2_m2m_ioctl_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x70baca80 v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x730f2eae v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x80207039 v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x83052245 v4l2_m2m_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x867659ab v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8844c580 v4l2_m2m_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8b38c15f v4l2_m2m_ioctl_stateless_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x90e616eb v4l2_m2m_last_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x96a10636 v4l2_m2m_register_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9dc00d50 v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xac9005eb v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xacfedc46 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb177b5aa v4l2_m2m_ioctl_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb912f558 v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbc8baf03 v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbd3a8150 v4l2_m2m_ioctl_stateless_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbe987226 v4l2_m2m_buf_remove_by_idx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc0011b3a v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc9a04b34 v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xcccccc07 v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xcdff7e4a v4l2_m2m_buf_copy_metadata +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd3ea24b3 v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd5175bdf v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd5ced1a7 v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe0346fd1 v4l2_m2m_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe645014d v4l2_m2m_request_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xeb608f0a v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf13ff84d v4l2_m2m_unregister_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf1586836 v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf2055415 v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x00abf182 videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x22b0187a videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x28e7eb1a __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x3b4ad0e4 videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x3ed95322 videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x56d9a4f7 videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x56dec5ec videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x57180039 videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x62f8f56f videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x670f0167 videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6a70537e videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x73451c59 videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x7ebf0463 videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x83d33380 videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8eaf5e44 videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb9927d09 videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb9dd7fb8 videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xbd8b4e83 videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc1738a1e videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd19635d1 videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd2592a8f videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xdeae5173 videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe27281c5 videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xfaf6a711 videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x1426260f videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x327c9d63 videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x543c816e videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x553a86d0 videobuf_sg_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xec9e107f videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x022b7078 v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x07114492 v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0739975f v4l2_compat_ioctl32 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x09a26542 __traceiter_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0d0eca42 v4l2_subdev_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1072ae42 __traceiter_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x143871ba v4l2_create_fwnode_links_to_pad +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x14596d36 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x15d098e9 v4l2_subdev_put_privacy_led +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1ceb8f0f v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1eaece03 __tracepoint_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x27e60a2d v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2c4d4706 v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2c7adc56 v4l2_subdev_get_privacy_led +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2dc3a42f v4l2_pipeline_link_notify +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2e32e702 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x396c3652 v4l2_subdev_get_fwnode_pad_1_to_1 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3acaf7cb v4l2_subdev_routing_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3b230d01 v4l_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3e667a04 v4l2_create_fwnode_links +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3f9635b8 v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4176ee37 v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4357efd2 v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x44b26ea7 v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x470b4dac __video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4894cd55 v4l2_subdev_state_xlate_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4b1394be __video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4c3df5c8 v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5074e573 v4l2_fraction_to_interval +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x50863e1a __tracepoint_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x51b86220 v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5241e70a v4l2_ctrl_request_hdl_ctrl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x549057da v4l2_event_wake_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x56352dc2 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5ba0b1d0 __tracepoint_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6436130c video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x65d7839c v4l2_subdev_state_get_opposite_stream_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x66850051 v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6a43d409 __SCK__tp_func_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6d3d6bc6 __SCT__tp_func_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6e9acc41 v4l2_fill_pixfmt_mp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x70b672c2 v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x71add4c7 __tracepoint_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x72b9eb28 v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x77051a98 v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7e304392 v4l2_s_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7f18fd17 v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7f717b3a v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x80ade787 v4l2_subdev_get_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x82816943 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8603f0e3 v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8693f7cd v4l2_subdev_set_routing +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8723c5fe __SCK__tp_func_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x872e029f v4l2_mc_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x88f1e20d v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x89844146 __v4l2_ctrl_handler_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8c8cb0a1 __SCK__tp_func_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8e997023 v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8fab2c58 __v4l2_subdev_init_finalize +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x96afb835 __v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9dad37d2 __traceiter_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9fef35ac v4l2_apply_frmsize_constraints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa1893d14 __SCT__tp_func_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xad5c3c93 v4l2_simplify_fraction +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xae3dd8d6 __v4l2_subdev_next_active_route +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb33d508e v4l_disable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb380c65f video_device_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb5a337db v4l2_subdev_state_get_stream_compose +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb794623a v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbf88395b v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc86897a7 v4l2_subdev_state_get_stream_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc8dd867f __SCT__tp_func_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcbe44337 v4l2_g_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcc501597 v4l2_fill_pixfmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xce19f0ac v4l2_subdev_notify_event +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcea119ed v4l_vb2q_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcf68e69e v4l2_pipeline_pm_get +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcf754c8f v4l2_subdev_routing_find_opposite_end +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcf7f2ad4 v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd03cee75 v4l2_subdev_set_routing_with_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd0805ff9 __v4l2_subdev_state_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd541e31a __SCT__tp_func_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdab1019b v4l2_ctrl_request_hdl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdab91f42 v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdc4614e3 v4l2_subdev_disable_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xde6e37d9 __v4l2_subdev_state_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe2822320 __v4l2_find_nearest_size +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe4e608c9 video_device_pipeline +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe76100a7 v4l2_subdev_has_pad_interdep +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe836d3cb v4l2_subdev_enable_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xebd7ec60 v4l2_subdev_s_stream_helper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xec81cf11 v4l2_i2c_subdev_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xed6c9ccf v4l2_subdev_state_get_stream_crop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xef124d8a v4l2_get_link_freq +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xef9fc990 v4l2_pipeline_pm_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xeff99c57 v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf10b7b56 __SCK__tp_func_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf1f21d40 video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf2831e06 v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf7f70a78 v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfc5274dc v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfd06b038 __traceiter_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x2e8b6137 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xa2eaf72c pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xe4c2694e pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x0163ea01 arizona_set_irq_wake +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x02b2fecf cs47l24_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x105f4ff1 wm5110_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x170d2e8e cs47l24_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x1949d8fa wm5110_revd_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x2b3e7069 arizona_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x3501187e wm5110_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x39419a43 wm8997_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x454aacda arizona_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x53678ebd wm5110_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x5a079fee arizona_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x9427289e wm8997_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x98b6d941 wm8997_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xa4847362 arizona_clk32k_enable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xa5396702 wm5110_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xae34da80 wm5102_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xbc12eb40 arizona_request_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xbfc60c74 wm8998_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xcae259af arizona_clk32k_disable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xd3fee6a6 wm5110_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xde6a8f3b arizona_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xdfbe649b wm8997_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xed0c1bcc wm5102_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xfb6cf041 cs47l24_patch +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0x7e9ef547 atc260x_device_probe +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0x879de6dc atc260x_match_device +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x0cd4f439 da9150_bulk_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x1272bd00 da9150_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x54e70ac8 da9150_write_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x713efbd9 da9150_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xbd345a3d da9150_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xec675ffd da9150_read_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xed03f976 da9150_bulk_read +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0x58f62b6d intel_lpss_prepare +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0x8963ca52 intel_lpss_probe +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0x8b30baff intel_lpss_suspend +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0xac862994 intel_lpss_remove +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0xf87034f9 intel_lpss_resume +EXPORT_SYMBOL_GPL drivers/mfd/intel_pmc_bxt 0x35c0c527 intel_pmc_gcr_update +EXPORT_SYMBOL_GPL drivers/mfd/intel_pmc_bxt 0xa5fcd262 intel_pmc_gcr_read64 +EXPORT_SYMBOL_GPL drivers/mfd/intel_pmc_bxt 0xe3b99acf intel_pmc_s0ix_counter_read +EXPORT_SYMBOL_GPL drivers/mfd/iqs62x 0xa436f4de iqs62x_events +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x1663db8e kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x366d7bc3 kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x4199fd7a kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x7aaa566c kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x7c9bb8ae kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x92ba1b6d kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xc3047c24 kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xfe1a3abc kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x18927aa0 lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x79a59237 lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xf447d993 lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x15356177 lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x17e524d8 lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x1d11d2ac lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x4c5baeaf lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x88b08066 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x892d70e1 lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xd7d0e946 lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x038ef286 lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x69d6786c lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xec11c68e lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0f379262 madera_of_match +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x11e0035c madera_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x18e24f9f cs47l15_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x18ef93df cs47l15_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x3d28c731 cs47l35_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x459009fe madera_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x5bd75293 cs47l15_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x5bda8ed3 cs47l15_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x62517e0c cs47l92_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x6dadc807 cs47l90_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x8c320f6a cs47l92_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x8c3fd32a cs47l92_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x9114f85f cs47l35_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x9119241f cs47l35_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xa00e9c40 madera_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xa3666327 cs47l85_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xa36bbf67 cs47l85_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xaaf5e20f cs47l15_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xbbb31497 cs47l90_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xbbbec8d7 cs47l90_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xcf071266 cs47l92_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xcf0ace26 cs47l92_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xd221e553 cs47l35_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xd22c3913 cs47l35_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xd3fceeab cs47l85_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xe0537e2b cs47l85_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xe05ea26b cs47l85_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xebe384cb madera_name_from_type +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xf886099b cs47l90_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xf88bd5db cs47l90_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x1296f141 mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x4f9b341e mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x8c8d45d8 mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x9e82b0b0 mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xcc370ef8 mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xfddd8f2c mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x095e73ea pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x30506b6f pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x354ddf0b pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x6e41e69c pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x7ff74fd0 pcf50633_pm +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x86eeab14 pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x88a13078 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xa48dc899 pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xacaee3ef pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xcab4499b pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xe58fca20 pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xee917445 pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x476a49c6 pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x8fe7fde7 pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x2734a8de pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x51b70bcf pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xd4d8f526 pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xd6b5ef46 pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xd7913259 pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x43e53ef9 rave_sp_exec +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0xfd7b6e52 devm_rave_sp_register_event_notifier +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x56d1a8c5 retu_read +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0xa074c8b6 retu_write +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0bacf8ae si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0c9ab80e si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0d358fa4 si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1cab2b39 si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1ce6d75e si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2ecb4de4 si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x31694a5d si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x360e838b si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3960a715 si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x396589fe si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x39f52e46 si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3cd21ab3 si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3d52d87e si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4cb7e190 si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5ecd51a0 si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5f22fe73 si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x65e51329 si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x68a08d65 devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6bc4747b si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7ab1ff14 si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7b3cb89b si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7fa29032 si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8b6f2fad si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x96cf9077 si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb9c1e58b si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xbe49c30e si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc0a09666 si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc0cdd522 si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc25234be si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xdad90e9d si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xdf5b62a7 si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe040f616 si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf0fea27f si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xfc5b9ce6 si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x2fa17694 sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x4a8512b9 sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xa6aabdb1 sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xb8cb44e3 sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xc0db6fe7 sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x6ba09ef3 am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x989d2154 am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x9b29dff6 am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xef9d2832 am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/tps6594-core 0x7f2deba0 tps6594_is_volatile_reg +EXPORT_SYMBOL_GPL drivers/mfd/tps6594-core 0xca743aae tps6594_device_init +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x08e4bc08 alcor_read8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x4ac32a60 alcor_read32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x52f68909 alcor_write32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x6231d5fc alcor_write32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x6b5c59ab alcor_read32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x957dd349 alcor_write16 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xb2814bcb alcor_write8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x039dfb9c rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x071b08d8 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x1a5f0bc4 rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x22435c39 rtsx_pci_dma_map_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x2315153d rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x2d56b30f rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x3ca6f306 rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x45fb27fb rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x56bbdb67 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x5fa4a1cc rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x6c281613 rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x818d4c15 rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x8333aba1 rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x8d85023e rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x978f77ac rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x97adde1e rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x9bab77c1 rtsx_pci_dma_unmap_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x9f3a0154 rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xad6bbb03 rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb1b35c30 rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xbfd27e0b rtsx_pci_dma_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xc2f191f0 rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xc439b00a rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xf7be4ebe rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x16c0dbb7 rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x35a5032b rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x423b8492 rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x5b87d2bf rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x78f0faec rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x7d0727f8 rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x8bb4d0b3 rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x8edbd21d rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x926cf842 rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x945d9d01 rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xa3f03212 rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xd8a468e6 rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xfa6754b4 rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x3c70b13a cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x62e599a0 cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x6d909772 cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xe9185099 cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x0b008db0 oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x296a8983 oslec_update +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x3115970d oslec_create +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x4b711f77 oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x5909e701 oslec_snapshot +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x780d3f01 oslec_flush +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x84eba96d oslec_free +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x3cb83d5b eeprom_93cx6_multireadb +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x870b53e9 eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x884deb9d eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0xc9c6bb25 eeprom_93cx6_readb +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0xff7a0fdf eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x2a1dd2f1 enclosure_component_alloc +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x428c93ed enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x5f5172fd enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x609d329c enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x8882c18f enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x9381d4b9 enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xba234af6 enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xf41d8f73 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x037e48e2 lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x24b785c0 lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x25d0f689 lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x468eeb18 lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x6077631e lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x687d6c9d lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x76ac90f7 lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xa1880571 lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x059e5875 mei_cldev_driver_unregister +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x0c24dff2 mei_cldev_enabled +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x0f744c35 mei_cldev_set_drvdata +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x106bcf62 mei_irq_read_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x19a3b186 mei_cldev_send_vtag +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x1b3d0ae7 mei_cldev_send_gsc_command +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x2906fb6e mei_cldev_recv_nonblock +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x36575758 mei_cldev_register_rx_cb +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x40eeec5d mei_irq_compl_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x4829ab56 mei_hbm_pg +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x4fbb9ff3 mei_deregister +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x5261605d mei_start +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x572148de mei_cldev_recv_vtag +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x58142ba9 mei_hbm_pg_resume +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x589f11c1 mei_cldev_send +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x5973a25d mei_cldev_uuid +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x59d86657 __mei_cldev_driver_register +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x5f526a3f mei_write_is_idle +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x64a3f9f1 mei_stop +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x6626e810 mei_cldev_enable +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x6d6eaab4 mei_cl_all_disconnect +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x73576c85 mei_register +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x8bcc5860 mei_cldev_dma_unmap +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x90a24af4 mei_fw_status2str +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xa3292761 mei_irq_write_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xa7817943 mei_cldev_disable +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xad1a7bc1 mei_cldev_register_notif_cb +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xbbbbde12 mei_cancel_work +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xbe09d9ec mei_cldev_get_drvdata +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xcd6b15e7 mei_cldev_dma_map +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xd434f67d mei_device_init +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xd680153d mei_cldev_ver +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xd775ae64 mei_cldev_recv +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xd8966c3e mei_reset +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xf7b5f74a mei_cldev_recv_nonblock_vtag +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xfac6f25b mei_restart +EXPORT_SYMBOL_GPL drivers/misc/mei/mei-me 0x051f202c mei_me_polling_thread +EXPORT_SYMBOL_GPL drivers/misc/mei/mei-me 0x830d1405 mei_me_dev_init +EXPORT_SYMBOL_GPL drivers/misc/mei/mei-me 0x922c6ae5 mei_me_irq_quick_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei-me 0xaedf7118 mei_me_get_cfg +EXPORT_SYMBOL_GPL drivers/misc/mei/mei-me 0xd0eef98f mei_me_irq_thread_handler +EXPORT_SYMBOL_GPL drivers/misc/pvpanic/pvpanic 0xe0b24d2f devm_pvpanic_probe +EXPORT_SYMBOL_GPL drivers/misc/sgi-gru/gru 0x5b8bb699 gru_get_next_message +EXPORT_SYMBOL_GPL drivers/misc/sgi-gru/gru 0x8dc51bdd gru_create_message_queue +EXPORT_SYMBOL_GPL drivers/misc/sgi-gru/gru 0x9c7283a1 gru_copy_gpa +EXPORT_SYMBOL_GPL drivers/misc/sgi-gru/gru 0xd3d2bf04 gru_free_message +EXPORT_SYMBOL_GPL drivers/misc/sgi-gru/gru 0xde08c325 gru_read_gpa +EXPORT_SYMBOL_GPL drivers/misc/sgi-gru/gru 0xeed7d505 gru_send_message_gpa +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0x1018eee0 xp_restrict_memprotect +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0x12333991 xpc_set_interface +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0x345c9217 xpc_disconnect +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0x39046c7a xpc_clear_interface +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0x48e62c9f xp_region_size +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0x6285dfe8 xp_cpu_to_nasid +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0x64ba5017 xp_pa +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0x68d27065 xp_expand_memprotect +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0x68fa7d28 xp_remote_memcpy +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0x8d146cd0 xpc_registrations +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0xc04c7267 xpc_connect +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0xe68acd6c xpc_interface +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0xead4f7fe xp_max_npartitions +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0xed1d3813 xp_socket_pa +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0xf3b47f67 xp_partition_id +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x860faeb4 st_register +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0xf5d32b9e st_unregister +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x4891eab2 uacce_remove +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x6dbe5f1f uacce_register +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0xfdb80330 uacce_alloc +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x024d14bc vmci_qpair_produce_free_space +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x046dd187 vmci_datagram_create_handle +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x056837fb vmci_get_context_id +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x1fd4782d vmci_qpair_get_produce_indexes +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x2449459d vmci_event_subscribe +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x25319d98 vmci_qpair_dequev +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x3a22fa8a vmci_datagram_destroy_handle +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x4ba5c46b vmci_qpair_peek +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x5591b58e vmci_context_get_priv_flags +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x5e949e0a vmci_doorbell_destroy +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x612df9ae vmci_qpair_detach +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x676bd843 vmci_qpair_consume_free_space +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x75fe065a vmci_send_datagram +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x787f0fe8 vmci_register_vsock_callback +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x7c74d7a6 vmci_qpair_consume_buf_ready +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x81d61eef vmci_qpair_dequeue +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xb4ac48e9 vmci_qpair_peekv +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xb572e830 vmci_doorbell_create +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xbc27436e vmci_qpair_enquev +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xbcb85f62 vmci_doorbell_notify +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xc04c7e84 vmci_qpair_get_consume_indexes +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xc403cafe vmci_is_context_owner +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xde3abc2e vmci_datagram_create_handle_priv +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe0cc9c92 vmci_qpair_alloc +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe11895c1 vmci_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe67343c1 vmci_qpair_enqueue +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xea143610 vmci_datagram_send +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xea61eefe vmci_qpair_produce_buf_ready +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x0260cb20 sdhci_execute_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x03992c13 sdhci_cqe_enable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x0940a047 sdhci_request_atomic +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x125c7fbe sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x17d8137f sdhci_end_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x313ccc6b sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3152e461 sdhci_calc_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x329a238f sdhci_cqe_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x41abd148 sdhci_send_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x42ca4b27 sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x45d0a0a8 sdhci_set_data_timeout_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x4c1e0aa0 __sdhci_read_caps +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x4edbb72d __sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x59b79766 sdhci_dumpregs +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5df3c69c sdhci_set_ios +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5f31763f sdhci_enable_v4_mode +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6940c58d sdhci_setup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x7d9a7bf2 sdhci_cqe_disable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x7f780257 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x817b4177 sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x91a86cd1 sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x969f929b sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x96a6cb0c sdhci_request +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x99a5ad49 sdhci_adma_write_desc +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x9eedf820 sdhci_cleanup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa354fb29 sdhci_abort_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xad57c95d sdhci_reset_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb0f83d45 sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb5daa857 sdhci_set_power +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xbe0d7115 sdhci_enable_sdio_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc067f039 sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc9e504e7 sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc9f280f2 __sdhci_set_timeout +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd345ed60 sdhci_start_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe16344be sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe75601fa sdhci_set_power_and_bus_voltage +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf0400fd2 sdhci_enable_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf115ca66 sdhci_set_power_noreg +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf4f9e5ae sdhci_switch_external_dma +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf87a6dde sdhci_start_signal_voltage_switch +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf9e4f17c sdhci_get_cd_nogpio +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xff8a68e9 sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x145201f0 sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x16b9de81 sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x17f10117 sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x1abc6c9d sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x27a63576 sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x33b651dc sdhci_get_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x43462f22 sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x6ca3349b sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x96223971 sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/most/most_core 0x06d678e8 most_start_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0x3117eb55 most_stop_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0x49d250cb most_register_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0x5633c2a4 most_put_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x653b86ae most_deregister_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0x72ae06d6 most_deregister_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0x83853a80 most_register_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0xb545e577 most_register_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0xc3f63233 most_submit_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0xcc2996ce channel_has_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0xcfedfe87 most_stop_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0xd19898ac most_deregister_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0xe1f8a16b most_resume_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0xfed5dc84 most_get_mbo +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x15f87dfb cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x2ad15813 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xd7cf7d85 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x3545cae7 cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x4b178137 cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xc6bc0561 cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0xa482ac60 cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x0ca07e84 cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x1f763a22 cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xd38ff83b cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0x33c9edae hyperbus_unregister_device +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0xf1d83582 hyperbus_register_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x080b2f10 mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0aafd4f1 mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x111910c9 mtd_ooblayout_set_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x164213d2 mtd_ooblayout_get_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1dc3fada mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x255f8e98 mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x29974db9 mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2bb4b708 mtd_ooblayout_count_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x32bcb2cb mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3404b0cb mtd_erase_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3448ea77 get_tree_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3487360f deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x37843705 mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x38ff6c6f mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3bdafb04 mtd_ooblayout_set_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x425ed27e get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x44e01235 __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4d09547a mtd_write_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5020c9f8 mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x50dabc2f mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5625fbfd mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x581d9046 mtd_ooblayout_get_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x62a7b918 mtd_ooblayout_count_freebytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6628f992 mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6a1aba89 mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6af783e2 __register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6c11582c mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6ce3d6b0 mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x77052aa0 mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7e4c48ab mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x880524a0 mtd_pairing_info_to_wunit +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x88e02f1c mtd_wunit_to_pairing_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x89c337ae register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x94f52e69 unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x955edaf7 mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9ae5561d mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9d0f3827 put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9ec1cbb5 __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xae3c7ae6 kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xae42ae4a of_get_mtd_device_by_node +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb27f77bb mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb7075882 mtd_check_expert_analysis_mode +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb70c6889 mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbee3c8c4 mtd_ooblayout_ecc +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbfca1693 mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcab6a66d mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcaf1fceb mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcdacd866 mtd_block_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd271fbe1 mtd_pairing_groups +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xdbb6ed05 mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xdd398471 mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe328a741 get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xebd995a2 mtd_ooblayout_free +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xec1e395c __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf02cca66 mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf25758a8 mtd_ooblayout_find_eccregion +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x3fb801b7 add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xb7e66750 register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xdff47267 del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xe2aa1221 mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xe9f1d985 deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x01d6be59 mxic_ecc_put_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x0383e8e9 nand_get_small_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x09d8e49a nanddev_isbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x0a443918 nand_ecc_tweak_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x123395ac nand_ecc_cleanup_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x14d5a339 nanddev_markbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x162d8771 nanddev_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x36c9393c nanddev_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x50895a41 nanddev_ecc_engine_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x519d890d nanddev_bbt_update +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x5d38db1b nand_ecc_restore_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x60d5413d mxic_ecc_process_data_pipelined +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x862b5267 mxic_ecc_get_pipelined_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xa3c3edef nanddev_ecc_engine_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xc798e0ad nand_ecc_init_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xc8a46ab4 nanddev_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xca7c771c nanddev_mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xd2f1d32a nand_get_large_page_hamming_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xd95d4b3d nanddev_bbt_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xdd2a6234 nand_get_large_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xe32575c6 nanddev_bbt_get_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xeac48de8 mxic_ecc_get_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xecee1112 nanddev_mtd_max_bad_blocks +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xef69fec4 nanddev_bbt_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xff24b185 nanddev_bbt_set_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0x18ae02fe onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0xf2025a8b onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/denali 0x5161bc0b denali_chip_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x11091291 nand_extract_bits +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x25afaa2c nand_reset +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x2d368c4c nand_subop_get_addr_start_off +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x2f7c4baa nand_prog_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x31f04967 nand_select_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x35ea6a92 nand_read_page_hwecc_oob_first +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x3ee5d7b9 nand_read_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x4724cffb nand_soft_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x55a1ea2c nand_erase_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5632e63d nand_subop_get_num_addr_cyc +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x57d88d35 nand_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x6081e409 nand_status_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x6a13754e nand_change_read_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x718d8ade nand_deselect_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x7f4ff5d3 nand_write_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x90b83982 nand_read_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x9193b212 nand_op_parser_exec_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x964403d3 nand_readid_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x9b7e5c8d nand_gpio_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xa2b46270 nand_prog_page_begin_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xac4978c1 nand_read_oob_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xc1143309 nand_reset_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xcd1eb4eb nand_change_write_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd3c672b8 nand_subop_get_data_len +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd41ff2ac nand_subop_get_data_start_off +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xda4a2167 nand_ecc_choose_conf +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xe5983a85 nand_prog_page_end_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xf0e3f1e2 nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xf7a62a15 nand_decode_ext_id +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/sm_common 0x4706aa2a sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x741e0ba0 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x13b86552 ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x1f8964a2 ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x38e10c1d ubi_flush +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x42801d20 ubi_sync +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x521a5550 ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x66011ab6 ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x6a5dee1d ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x77263646 ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x980b477f ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x9ac7942b ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x9f30dabf ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xa1a23fc7 ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xd8517edb ubi_leb_read_sg +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf20b626a ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf4e8b2c8 ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf65de064 ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xfbcadbe2 ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x066c8a66 mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x0a65c89f mux_state_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x0de63644 mux_control_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x2b85d337 mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x33465469 mux_control_put +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x3b258e91 mux_chip_unregister +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x4456dc6e mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x5e10b60c devm_mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x6305fe5a devm_mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7749ec5a devm_mux_state_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7c488b30 devm_mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7cf08396 mux_state_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x82579fc6 mux_control_states +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x876d4c04 mux_control_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x926767ca mux_chip_free +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xefd7d0f7 mux_control_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xfa76e911 mux_state_select_delay +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x43162c4c arcnet_led_event +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x92e507b8 devm_arcnet_led_init +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x342f45d2 unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x811660e7 c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x893a1bbc register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x8a025e16 alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xc1137e81 free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xf3b75ced c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x26f6221f unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x6ecd0a21 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xbc389992 alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xfeb4f780 register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x0d603693 can_rx_offload_irq_offload_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x0ff7885b close_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x10d892eb can_get_state_str +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x1284e551 can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2293dc2e can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x278ea6ad can_rx_offload_enable +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2ffc6130 safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x3c5fa6ca can_rx_offload_threaded_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x436f4737 can_rx_offload_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x507d1731 can_rx_offload_queue_tail +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x51bf8271 alloc_candev_mqs +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x535f2ecc can_rx_offload_add_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6047ede6 can_fd_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x62ad18e6 can_rx_offload_del +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x704a4eca open_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x75687456 alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x75d40de6 can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x8315ba31 alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x83ef755e register_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x8655c740 can_skb_get_frame_len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x893a0226 unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x9edbf81a can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xa20aa2bb alloc_canxl_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xa288c3c6 can_rx_offload_queue_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xa704f45f can_rx_offload_add_manual +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xb55e0b45 can_rx_offload_irq_offload_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xba59ad76 alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xc5b2e4a6 can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xdaf0ef9a can_change_state +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xec0d16bd can_dropped_invalid_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xed1b4591 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf12d9387 can_fd_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf772eac3 can_rx_offload_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf859ce61 can_rx_offload_add_fifo +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x16dac819 m_can_class_resume +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x23e8165b m_can_class_suspend +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x2827b001 m_can_class_allocate_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x2a0687c7 m_can_init_ram +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x43751b5e m_can_class_get_clocks +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xc9337efe m_can_class_register +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xde213fe7 m_can_class_free_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xf3a84956 m_can_class_unregister +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xbf8fbe54 register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xbfefd698 unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xcb9f2d24 free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xfbaa8f8a alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/dsa/lan9303-core 0x9124f820 lan9303_indirect_phy_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_switch 0x0bc87b97 ksz_switch_chips +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0x31c5bb9b mt7530_remove_common +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0x8a82c58d mt7530_probe_common +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0xa8179309 mt753x_table +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0xd0dbd340 mt7530_switch_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0x29a7fd96 felix_switch_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0x71dbf4e5 felix_port_to_netdev +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0x7eff0f08 felix_netdev_to_port +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8365mb 0x41b2c21b rtl8365mb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x0b2220e6 rtl8366rb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x0edba825 rtl8366_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x13726331 rtl8366_enable_vlan4k +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x15ac0e89 rtl8366_set_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x3b8723f8 rtl8366_enable_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x47f2a2ef rtl8366_mc_is_used +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x55ffb052 rtl8366_set_pvid +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x75a188bd rtl8366_vlan_add +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xab33a4a0 rtl8366_reset_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xaca54a3a rtl8366_vlan_del +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xc65bb43f rtl8366_get_strings +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xfeccc1ad rtl8366_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x1966596d pds_client_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x45b87b4f pdsc_register_notify +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x7963ae42 pdsc_adminq_post +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0xce714617 pdsc_unregister_notify +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0xe1dabd2f pdsc_get_pf_struct +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0xec2fd626 pds_client_adminq_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0xf8263d3f pds_client_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0278ab3d octeon_free_sc_zombie_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x04225604 lio_setup_cn66xx_octeon_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x070c9dd8 lio_setup_cn68xx_octeon_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x07820d0e octeon_free_sc_buffer_pool +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0e03d5a4 octeon_delete_dispatch_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x160a6bf3 octeon_free_sc_done_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x169744ff lio_get_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x16d33a13 octeon_prepare_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x18b05328 liquidio_setup_io_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x19cb4e69 liquidio_link_ctrl_cmd_completion +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x1cfc132e octeon_get_rx_qsize +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x1ef2f476 octeon_register_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x241a2a6c lio_fetch_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x26b172b2 cn23xx_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x2a9a8851 setup_rx_oom_poll_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x2ce34799 octeon_setup_instr_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x2ddeb249 liquidio_get_fec +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x2e59b0e6 liquidio_get_speed +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x2f3e270a cn23xx_fw_loaded +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x2fb56e25 octeon_alloc_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x31168896 octeon_write_device_mem32 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x320a5c42 cn23xx_vf_ask_pf_to_do_flr +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x3c46a7fd octeon_send_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x3e2486b7 liquidio_set_feature +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x3f0d3f03 lio_delete_glists +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x4c9da299 octeon_init_dispatch_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x52ce4ba4 setup_cn23xx_octeon_pf_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x543ca477 octeon_deregister_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5639e10b octeon_read_device_mem64 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5aa43507 lio_process_ordered_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5b8b0f1d octeon_setup_interrupt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5cabb638 octeon_setup_response_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5d7f219f octeon_pci_write_core_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5e24cbf7 octeon_free_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5fa67faf octeon_allocate_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x63ab1326 octeon_register_dispatch_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x646c7238 cn23xx_setup_octeon_vf_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x6d0d28ef octeon_init_device_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x6d4b642a liquidio_change_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x79bc0705 octeon_setup_output_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x7f231f54 octeon_set_io_queues_off +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x813f3327 octeon_get_conf +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x81c3ed15 octeon_alloc_soft_command_resp +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x83148ac0 lio_process_iq_request_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x8ce80a49 octnet_send_nic_ctrl_pkt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x8d52f847 liquidio_set_ethtool_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x8da8d017 octeon_ring_doorbell_locked +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x918872c2 lio_wait_for_clean_oq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x928404c2 octeon_mem_access_ok +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x94628b14 octnet_send_nic_data_pkt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x94d7ff6d octeon_unregister_droq_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x95d2fc67 octeon_wait_for_ddr_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x95ed39ea lio_pci_writeq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xaa8f71e6 cn23xx_octeon_pfvf_handshake +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xadf5c7b8 octeon_read_device_mem32 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xb1fcb3f8 octeon_delete_droq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xb254688a octeon_delete_response_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xbe55a209 cleanup_rx_oom_poll_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc6abc5b1 octeon_core_drv_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc910212a octeon_droq_process_packets +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xca201ccc octeon_setup_sc_buffer_pool +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xca7969b6 octeon_pci_read_core_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xcf0b99e1 octeon_allocate_ioq_vector +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd21675ab octeon_free_device_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd5cca3cc octeon_get_tx_qsize +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd6d21c72 octeon_register_reqtype_free_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd936f237 lio_pci_readq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd9625197 lio_wait_for_instr_fetch +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd9f22db6 octeon_send_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xea72db2d lio_enable_irq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xec7f00a5 lio_get_state_string +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xf1e7d093 octeon_droq_check_hw_for_pkts +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xf3934b0a octeon_delete_instr_queue +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xf431027b octeon_free_ioq_vector +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xf65d4de2 cn23xx_tell_vf_its_macaddr_changed +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xfb641b47 lio_setup_glists +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x0767c115 fun_alloc_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x0803681a fun_submit_admin_sync_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x1a50c547 fun_serv_sched +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x209e7efd fun_serv_restart +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x2a213ff4 fun_free_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x594bd161 fun_bind +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x5c4b63df fun_get_res_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x87d6db85 fun_cq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xba160245 fun_res_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xdd0847f4 fun_sq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xe240fe37 fun_serv_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0x16016fee i40e_client_device_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0xd81be377 i40e_client_device_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xbd55b329 ice_rdma_update_vsi_filter +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xbefc36ad ice_add_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xd3d3cbf3 ice_get_qos_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xd461ca83 ice_rdma_request_reset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xe3fc1f64 ice_del_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0794b4bd mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0b855a69 mlx4_bond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0db0c69e mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0fb4f7cb mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x109b0507 mlx4_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x134195d4 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x15a447ba mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x161d547e mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1a3f9ce6 mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1e93ec2c mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2180e5a5 mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2345f760 mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x24382e95 __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x257a47af mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x26e2eedf mlx4_get_counter_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2825a679 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2a203f27 mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2d2adac2 mlx4_get_default_counter_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x30eb0b33 mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x32e54cab mlx4_get_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3bc8851b mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3e0ee3bf mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3f6fec35 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x427be5e1 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x42bb71a5 mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4387c93a mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x48ce9957 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4edcd7e6 mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x527b1b1c mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x54584988 mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x57ebe499 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5ab61425 mlx4_replace_zero_macs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5b52aa9d mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5cbbf381 mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5d343b90 mlx4_mr_rereg_mem_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5f01e29f mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5f7026ef mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5fd1ddc4 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6079e782 mlx4_unbond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x622013ee mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x63b0096b mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6590b3bc mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6597ee04 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6831ac28 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x696fec53 mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6997a1b9 mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x69fc88d1 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6ec427c0 mlx4_mr_hw_put_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6f267ea6 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7200e2ab mlx4_get_internal_clock_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x73b5cca1 mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x73bd3b6c mlx4_set_vf_rate +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x77f1045b mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x83b161fa mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x86695af4 mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x88cf5a4d mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8c4c570f mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8ed2e766 mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x90dc7f39 mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9378398e mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9601aad2 mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x98dbd0c0 mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x992a0c28 mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9995812c mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9aa5f213 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9c73daac mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9e011a1d mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9f9da1ad mlx4_mr_hw_get_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa07d48c1 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa2df698d mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa343f275 mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa6c06b36 __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa8daef77 mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa9492368 mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaa859eb1 mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaa8a3ba9 mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaabfc7fb mlx4_get_devlink_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xad12ad4c mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xad923dfd mlx4_mr_hw_change_access +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb279c2e5 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb4ff95ac mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb81f31ac mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb81ff887 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb8d52129 mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbaaa554a mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc553863a mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc6627023 mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xca13ecbe mlx4_mr_rereg_mem_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcb3e3da3 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcc72d6df mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcce34e53 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcd89dc8f mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd01e42f9 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd070c61f mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd349e5e1 mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd603460e mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd6cee027 mlx4_config_roce_v2_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd7f21781 mlx4_config_dev_retrieval +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd8133999 mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd9170927 mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd98fd725 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd9feb083 mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdbff24b0 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdefed95d __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe094e785 mlx4_mr_hw_write_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe187596b mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe4267c3e mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe4d1386e mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe89e4b49 mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xea4e84c7 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xec9409a5 mlx4_port_map_set +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee06c59c mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xefa549c2 mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf2126951 mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf4b0999f mlx4_put_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf508359a mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf67a39c3 mlx4_mr_hw_change_pd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf74c8ec8 mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf81f3cfa mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfccc155b mlx4_set_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfe8f0257 mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xff1b5fe7 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x072460c4 mlx5_fill_page_frag_array +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0a9abb66 mlx5_nic_vport_query_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0ab0981f mlx5_query_nic_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0e37186c mlx5_modify_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1567dcd7 mlx5_modify_nic_vport_vlans +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x17dceb5c mlx5_modify_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1bf3d30b mlx5_set_port_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1f38b119 mlx5_query_hca_vport_gid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1fd05af6 mlx5_set_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x218a0787 mlx5_dm_sw_icm_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x25172314 mlx5_modify_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x256d819b mlx5_query_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x348eda8a mlx5_query_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3909e76c mlx5_query_port_vl_hw_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3b26250c mlx5_query_port_ptys +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x408212e5 mlx5_eswitch_get_total_vports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x432d3ff4 mlx5_query_port_max_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x43775109 mlx5_query_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4a647f86 mlx5_nic_vport_affiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4bba94e2 mlx5_core_reserved_gids_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4c80161b mlx5_toggle_port_link +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4ea65291 mlx5_query_hca_vport_pkey +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4faf0a38 mlx5_set_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x568d9601 mlx5_core_query_vport_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5816c73a mlx5_query_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5b335dd4 mlx5_modify_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5fa36e45 mlx5_dm_sw_icm_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x61966b5b mlx5_query_nic_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6388dfb4 mlx5_query_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x642d71a5 mlx5_modify_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x67d48cea mlx5_query_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x71db6e16 mlx5_set_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x71fa69c4 mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x72eedb8e mlx5_set_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x783c46a2 mlx5_query_module_eeprom +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x784c226a mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x80d949a7 mlx5_ipsec_device_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x818924c5 mlx5_query_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x81aadc6a mlx5_fill_page_frag_array_perm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8336a985 mlx5_nic_vport_update_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x892969a2 mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9144bdc7 mlx5_query_port_oper_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x914886a3 mlx5_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9acab24f mlx5_query_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9b657ace mlx5_query_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa2b22707 mlx5_query_hca_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa50ad50d mlx5_query_nic_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa73ae84e mlx5_vport_get_other_func_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xafb98ec9 mlx5_query_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb0561e04 mlx5_set_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb1fdbaa2 mlx5_query_nic_vport_qkey_viol_cntr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb88c1b80 mlx5_query_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb9af5746 mlx5_query_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbc676305 mlx5_query_module_eeprom_by_page +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbe46364e mlx5_frag_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc70825f6 mlx5_query_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc8b65f81 mlx5_set_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xca77a051 mlx5_query_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcbfdb4da mlx5_query_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd07c7fa4 mlx5_eswitch_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd1f6b586 mlx5_query_hca_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd5e6b98a mlx5_frag_buf_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xda9048fd mlx5_core_modify_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeb63f6a2 mlx5_nic_vport_enable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf53dcc50 mlx5_query_nic_vport_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf773abcb mlx5_db_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf8c6773e mlx5_set_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf8d0738d mlx5_nic_vport_unaffiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf9ee43ea mlx5_core_query_sq_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x0e915000 ks8851_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x2aa8a011 ks8851_probe_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x946099cf ks8851_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0xc9d1a97c ks8851_remove_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0x8882e047 devm_regmap_init_encx24j600 +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0xcc4fa41a regmap_encx24j600_spi_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0xe8c8c6c2 regmap_encx24j600_spi_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x04ebe817 ocelot_get_bridge_fwd_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x08022666 __ocelot_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x147e5b17 ocelot_port_get_eth_ctrl_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1a9b855f ocelot_phylink_mac_link_up +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1ed9db17 ocelot_bridge_num_find +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x232716f3 ocelot_port_unassign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2c68a40b ocelot_port_mirror_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3c342600 ocelot_port_rmwl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3f866554 ocelot_mm_irq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4383f58a ocelot_port_get_pause_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x51e9c626 ocelot_port_del_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x54163253 ocelot_phylink_mac_link_down +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5e281d70 ocelot_lag_fdb_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5ee16ef4 ocelot_phylink_mac_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x60ea252f ocelot_cls_flower_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6b39d7d5 ocelot_port_get_mm_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6c061f02 ocelot_port_get_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x705b4527 ocelot_port_get_rmon_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x733342bc ocelot_port_get_eth_mac_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x760b9835 ocelot_migrate_mdbs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x779f9031 ocelot_port_set_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7e47eb7a ocelot_port_readl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7eeba59f ocelot_port_get_eth_phy_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x826bffc7 ocelot_port_teardown_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x875a61db ocelot_cls_flower_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x89b97a90 ocelot_port_assigned_dsa_8021q_cpu_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8a9a1726 ocelot_bond_get_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9482f691 ocelot_port_assign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9eb46acf __ocelot_bulk_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xac3bc93f __ocelot_write_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xae0b29d0 __ocelot_rmw_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb383d24c ocelot_port_writel +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb3c5a32d ocelot_port_set_mm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd14fc03e ocelot_cls_flower_replace +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd6d6b0c2 ocelot_port_mqprio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdae7e719 ocelot_mact_flush +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe4bfbb70 ocelot_port_add_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe719e217 ocelot_port_setup_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe8f72b62 ocelot_lag_fdb_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xea96fcfb ocelot_port_mirror_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xec339a98 ocelot_port_get_mm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf12efd3b ocelot_regmap_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf3d11c79 ocelot_port_get_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfb5b44d5 ocelot_regfields_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfcb692aa ocelot_port_configure_serdes +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x211a7099 stmmac_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x2f954e6a stmmac_init_tstamp_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x37850d23 stmmac_dvr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x545572d4 stmmac_set_mac_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x92d778bb stmmac_get_mac_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xaf5d1e2e stmmac_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xb4d798b8 stmmac_dvr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xdbe91914 stmmac_bus_clks_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x02514ba6 stmmac_pltfr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x132cebfe stmmac_pltfr_exit +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x2eea7cfa devm_stmmac_pltfr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x47cfd4db stmmac_pltfr_remove_no_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x48088a97 stmmac_get_platform_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x5a2db359 stmmac_remove_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x69abfc61 devm_stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xb16d6a41 stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xcf77b743 stmmac_pltfr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xd3aff698 stmmac_pltfr_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xd85965d9 stmmac_pltfr_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x1e2b4c74 w5100_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x315af2b6 w5100_ops_priv +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x4dc4de72 w5100_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xabed292c w5100_probe +EXPORT_SYMBOL_GPL drivers/net/geneve 0x7c45fb27 geneve_dev_create_fb +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x1a9498d1 ipvlan_link_delete +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x8643d067 ipvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xc944da5f ipvlan_link_setup +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xdf81f86c ipvlan_link_new +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xe42cd1ef ipvlan_count_rx +EXPORT_SYMBOL_GPL drivers/net/macsec 0xda3183b7 macsec_pn_wrapped +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x4984ff3e macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x8f0fca0b macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xbb92e89a macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xeab2c920 macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-i2c 0xe705b54a mdio_i2c_alloc +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-regmap 0x1e86c7f6 devm_mdio_regmap_register +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs-lynx 0x390e0856 lynx_pcs_create_fwnode +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x53b74687 xpcs_do_config +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x9b430bc5 xpcs_link_up +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x9fce360c xpcs_create_mdiodev +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xa855f042 xpcs_config_eee +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xa9699373 xpcs_get_an_mode +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xa9c84a15 xpcs_get_interfaces +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xcdce3a5c xpcs_destroy +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x2566ecf2 bcm_phy_get_strings +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x29d315e4 bcm_phy_write_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x2c2dd5a1 bcm_phy_write_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x2ec2a1a1 bcm_phy_get_stats +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x33a21033 __bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x3727304e __bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x37428376 bcm_phy_downshift_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x4026ab63 bcm_phy_cable_test_start +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x53db1a5c bcm_phy_cable_test_get_status +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x5d0083e5 bcm_phy_cable_test_get_status_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x5e53fbd0 __bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x60d1a9a5 bcm_phy_set_wol +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x660a3e1d bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x761f61fb bcm_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x7db5b917 bcm_phy_led_brightness_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x7dfdad6b bcm_phy_read_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x80d28e00 bcm_phy_downshift_get +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x8626861d __bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x87b24c8a bcm_phy_enable_jumbo +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x8b9d3115 bcm_phy_cable_test_start_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x93dd8192 bcm_phy_read_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x9e152d1e __bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa0f0ddfd bcm_phy_wol_isr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa3f93883 bcm_phy_enable_apd +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xaecffdc3 bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xafb53308 bcm_phy_ack_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xaff5ee43 bcm_phy_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xbac23f3b bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xbc757a5b bcm54xx_auxctl_read +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc1a6d51b bcm_phy_28nm_a0b0_afe_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc33e1620 bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xd37f4b94 bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xd70b884e bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xdca84b79 bcm_phy_r_rc_cal_reset +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xec47c645 bcm_phy_get_wol +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xef4b76d4 bcm_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xf7322776 bcm_phy_set_eee +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xf7a859b1 __bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x0ba4e673 bcm_ptp_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0xd391f650 bcm_ptp_probe +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0xe54c4503 bcm_ptp_stop +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x012706a0 phylink_create +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x08213956 phylink_ethtool_get_wol +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x12135396 phylink_mac_change +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x15c4e3e2 phylink_ethtool_set_pauseparam +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x16ca1a8a phylink_suspend +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x2c8e28ee phylink_ethtool_get_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x2da51557 phylink_connect_phy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x3abe6fe5 phylink_validate_mask_caps +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x3c6f130f phylink_mii_c22_pcs_an_restart +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x4278d56a phylink_expects_phy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x4761e347 phylink_mii_c45_pcs_get_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x57727285 phylink_ethtool_set_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x59e0695d phylink_speed_down +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x5d0c4dcc phylink_speed_up +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x5dc19747 phylink_mii_c22_pcs_encode_advertisement +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x62104126 phylink_ethtool_set_wol +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x66e8b5b0 phylink_caps_to_linkmodes +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x6fa426d2 phylink_ethtool_nway_reset +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x75234c39 phylink_mii_c22_pcs_get_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x825c7340 phylink_get_eee_err +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x911fcd6c phylink_start +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x94299178 phylink_decode_usxgmii_word +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x9616a255 phylink_ethtool_ksettings_get +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x983276da phylink_disconnect_phy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x9b652b6e phylink_resolve_c73 +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xa16449b4 phylink_ethtool_ksettings_set +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xa267f0cd phylink_fwnode_phy_connect +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xa6fe251b phylink_generic_validate +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xb1b3f6ed phylink_mii_c22_pcs_decode_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xbaff8d07 phylink_of_phy_connect +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xc0a8f4be phylink_resume +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xc1d15a4c phylink_set_port_modes +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xc4932d9b phylink_mii_c22_pcs_config +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xd2ef6a40 phylink_mii_ioctl +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xd903f419 phylink_get_capabilities +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xdcb0a2c0 phylink_stop +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xec02ebe0 phylink_init_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xf3083a1d phylink_destroy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xf8fe5642 phylink_ethtool_get_pauseparam +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x1ffdfe51 smsc_phy_probe +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x234d4841 smsc_phy_set_tunable +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x5ea3b929 smsc_phy_get_tunable +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x6408f2f9 smsc_phy_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xc96e7be6 smsc_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xd299cd25 lan87xx_read_status +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xec55e665 smsc_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/tap 0x01bda30d tap_free_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0x66e7bcf1 tap_queue_resize +EXPORT_SYMBOL_GPL drivers/net/tap 0x67d6284b tap_destroy_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0xc1d384e0 tap_get_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0xc701afec tap_get_socket +EXPORT_SYMBOL_GPL drivers/net/tap 0xd1ec1883 tap_del_queues +EXPORT_SYMBOL_GPL drivers/net/tap 0xd7638929 tap_handle_frame +EXPORT_SYMBOL_GPL drivers/net/tap 0xf66672cd tap_create_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0xfaf18640 tap_get_ptr_ring +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x04ad3395 usbnet_cdc_update_filter +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x4b35c9a6 usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x52963879 usbnet_cdc_zte_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x7272e8e8 usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x76cd7199 usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xcf4f92e0 usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xd2fb9c10 usbnet_ether_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x16e81b8e cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x36b93857 cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x43f79aca cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x6611571b cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x77149d51 cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x8991434e cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xacce2075 cdc_ncm_rx_verify_ndp32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xca797d26 cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xceafbfd3 cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xd00decb2 cdc_ncm_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xe9e7d8ab cdc_ncm_rx_verify_nth32 +EXPORT_SYMBOL_GPL drivers/net/usb/r8152 0xfd91bc1a rtl8152_get_version +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x0bebab71 rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x20f8c40a rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x5ef427d7 rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x5ff8657d generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x8972ffce rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xd6b796f5 rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x025d30d2 usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1057d398 usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x17b96977 usbnet_get_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x187ef21f usbnet_set_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1b5f9bd6 usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1da5536b usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x28f7909d usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2bd28020 usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4061889a usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4b35bb52 usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4d044e8f usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x5471e386 usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x5e2af62f usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x5e769fba usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x68967f93 usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6b0fb788 usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7a1f2bb8 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x81a45e7c usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x887ae9a8 usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8985d555 usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x94230a80 usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x98c8528d usbnet_set_rx_mode +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc718256e usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd191e4ef usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd3c6ecf6 usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xddc3896e usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe0407d6c usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe2f75022 usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xeb9fe646 usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xed10fb3d usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf356a5c6 usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf6a144df usbnet_get_link_ksettings_internal +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf6b7a45e usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xfc8b9020 usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x208267cc vxlan_fdb_clear_offload +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x3af7c7dc vxlan_fdb_find_uc +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x93d01443 vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xd654052a vxlan_fdb_replay +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/ipw2x00/libipw 0xc17b41dc libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x12214980 il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2f537975 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4ab2d16f il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6a14ed39 il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xadc02ea8 il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x13863121 iwl_fw_lookup_cmd_ver +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x443a0ac3 iwl_fw_lookup_notif_ver +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x5987fe45 iwl_fw_lookup_assert_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x0cafc80e p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x26cbe93d p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x4efa05a6 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x7b81e94a p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x7ee054a1 p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xa40b2e8b p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xb479995a p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xf68cd6a1 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xfbfd8b5e p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x0198b0ad lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x0f5c8670 __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x119456bb lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x17915d1d lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x2c6f136b lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x4eeaff6d lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x61bf8961 lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x89a99fcd lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x95024317 lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xa07e0e8c lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xa1863af7 lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xbb29b125 lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xeb20a0ab lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf17e8208 lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf62c86e6 lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xfd1bf0f6 lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x30e64346 lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x689e0857 lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x75bb67c4 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x75da62d5 __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x82939359 lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xa2d183ea lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xcc1cc3f0 lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xe00caf9c lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x1070dd62 mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x16cd48b2 mwifiex_multi_chan_resync +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x17c2e654 mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x1c724f7b mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x28d687a5 mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x28f194f3 mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x31b5b43d mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x4fc1a05b mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x64278adc mwifiex_queue_main_work +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x686deef5 mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x6fd3dd14 mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x71538176 mwifiex_prepare_fw_dump_info +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x7e55b59f mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x8b596e3c mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x8e044cfc mwifiex_dnld_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x922b3591 mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x9233daff mwifiex_upload_device_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xa89b0826 _mwifiex_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc8f8e1e4 mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xcad24bd7 mwifiex_fw_dump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd4dad9f3 mwifiex_alloc_dma_align_buf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xdc5d6468 mwifiex_shutdown_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xebc2e928 mwifiex_drv_info_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf3478b62 mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xfe25ea4b mwifiex_reinit_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x02239ff9 mt76_mcu_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x051e6e14 mt76_mcu_skb_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x06c2ccf3 mt76_dma_wed_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x09030b1d __traceiter_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0a81c98a mt76_dma_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0d15a9ed mt76_mmio_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0f5e8b3d mt76_queue_tx_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x102ab2c1 __tracepoint_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x10adb288 mt76_alloc_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x146cc383 mt76_tx_status_skb_done +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1709e761 mt76_get_rate_power_limits +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x17f568e9 mt76_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1c639579 mt76_tx_status_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1c9228e8 mt76_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1d4b6f4f mt76_update_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1ec57b4f __mt76_worker_fn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1f67960b mt76_stop_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x21d35055 mt76_tx_status_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x250a0c31 mt76_rx_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x26c0fdb5 mt76_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x273589f1 mt76_rx_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2b30be60 mt76_has_tx_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x312f0887 mt76_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x35068d70 mt76_txq_schedule +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x384daeb4 mt76_free_pending_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x396d61b1 mt76_release_buffered_frames +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x39b79c87 mt76_update_survey_active_time +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3a3e0aff mt76_tx_status_skb_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3d167aa1 mt76_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3ffeb6c0 mt76_tx_worker_run +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x43fba11a mt76_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x45ae84fa __tracepoint_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x49ebf59e mt76_mcu_rx_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4a3213a2 mt76_unregister_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4a7c8145 __mt76_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4ddf073f mt76_unregister_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4efb19f0 mt76_csa_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4f9ec19c mt76_sta_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x507b0f35 mt76_get_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x511cb6e5 mt76_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x51201cb5 __mt76_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x54b06d87 __mt76_set_tx_blocked +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x54e9754c mt76_dma_rx_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5ea9ab21 mt76_tx_status_skb_get +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5f20bee8 mt76_sta_pre_rcu_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5f2c79ef mt76_queues_read +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x74ae13c5 mt76_alloc_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7d235c9b __traceiter_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7fce658e mt76_ethtool_page_pool_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x81e3b6d9 mt76_seq_puts_array +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8d1fdfab mt76_rx_aggr_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8dae9213 __mt76_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x93e6c1e2 mt76_get_of_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x96cea22c mt76_set_irq_mask +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x98643658 mt76_skb_adjust_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9ad5c4de __mt76_mcu_send_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9dc76295 mt76_register_debugfs_fops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9e5f8396 mt76_wake_tx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9f58a360 mt76_insert_ccmp_hdr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9f58ba14 __SCK__tp_func_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9f80021c mt76_put_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9fc441b9 mt76_phy_dfs_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa04181ed mt76_put_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa227b3f6 ____mt76_poll_msec +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa2c2db06 mt76_init_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa64d03e5 __SCK__tp_func_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa8ef717a mt76_get_min_avg_rssi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xab9d88b8 mt76_ethtool_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xad0b1aec mt76_calculate_default_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xae53525f mt76_get_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xaf14d334 mt76_init_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb17a3c54 mt76_register_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb67908d1 mt76_get_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb7e7d275 mt76_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb9fecdd8 mt76_create_page_pool +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbb31a266 __SCT__tp_func_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbf52b0d7 mt76_eeprom_override +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc0a09a9d mt76_tx_status_unlock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc310f90e mt76_mcu_get_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc51c0fbb mt76_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc63c57c7 mt76_txq_schedule_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc6634315 mt76_ac_to_hwq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcb5078ac mt76_csa_finish +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcbb6865b mt76_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcd24a6f7 mt76_set_stream_caps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd578e01a mt76_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdc495d91 mt76_get_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe0bc9245 mt76_free_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe40b66ef mt76_wcid_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe45628cb __SCT__tp_func_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe581ff08 mt76_pci_disable_aspm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xeb1a7316 mt76_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xec118212 mt76_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf421549e mt76_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf7df65a8 __mt76_mcu_msg_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfa3685ca mt76_sw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfcdc2045 mt76_rx_aggr_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfea8315a mt76_tx_check_agg_ssn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x067f802a mt76_connac_mcu_set_rts_thresh +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x07dfc2a5 mt76_connac_mcu_init_download +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0942aa7a mt76_connac2_mac_fill_rx_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0a25337f mt76_connac_gen_ppe_thresh +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0b9ef350 mt76_connac_mcu_get_nic_capability +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0f3993b1 mt76_connac_mcu_sta_wed_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x118abf08 mt76_connac_mcu_add_nested_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x12500e89 mt76_connac_mcu_reg_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x245054bd mt76_connac_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x24511f09 mt76_connac_power_save_sched +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x257acfdb mt76_connac_mcu_rdd_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x25be577f mt76_connac_get_eht_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x25c06eb2 mt76_connac_mcu_wtbl_generic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2c474b02 mt76_connac_mcu_uni_add_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x31eb09f9 mt76_connac_mcu_update_gtk_rekey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x32cb0124 mt76_connac_write_hw_txp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3623dd04 mt76_connac_mcu_sched_scan_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x43393bfe mt76_connac_mcu_alloc_wtbl_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x45114150 mt76_connac_mcu_wtbl_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x518e92c7 mt76_connac_pm_wake +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x51a89b0c mt76_connac_mcu_set_hif_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x54b721b5 mt76_connac2_mac_decode_he_radiotap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x55c77f8d mt76_connac_pm_queue_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x55f326a1 mt76_connac_init_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x55f65379 mt76_connac_mcu_start_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x581fadbe mt76_connac_mcu_sta_ba +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6248e3df mt76_connac_mcu_sta_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x62764401 mt76_connac_mcu_update_arp_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x64c4a4af mt76_connac_mcu_wtbl_hdr_trans_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x67296da9 mt76_connac_get_phy_mode +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6f4aca36 mt76_connac_mcu_wtbl_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x70cc9b1f mt76_connac_mcu_add_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x78c8069d mt76_connac_mcu_sta_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x80767211 mt76_connac2_mac_add_txs_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x85c01932 mt76_connac_mcu_sta_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x87da2ad4 mt76_connac_free_pending_tx_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x89605212 mt76_connac_mcu_chip_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8f986a77 mt76_connac_mcu_uni_add_bss +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x908ca40c mt76_connac_wowlan_support +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9197a1ad mt76_connac_mcu_set_vif_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9a62b023 mt76_connac_mcu_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9cb1f903 mt76_connac2_mac_tx_rate_val +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9dfb002f mt76_connac2_mcu_fill_message +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9ef98930 mt76_connac_mcu_set_deep_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa39a2053 mt76_connac_txp_skb_unmap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa81ff145 mt76_connac_mcu_set_channel_domain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xad13277e mt76_connac_mcu_sta_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xaf738d27 mt76_connac_mcu_set_mac_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb052de05 mt76_connac_mcu_set_suspend_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb0764716 mt76_connac_mcu_beacon_loss_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb348e0a6 mt76_connac_mcu_coredump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb349f2d9 mt76_connac_mcu_patch_sem_ctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xba4127c4 mt76_connac_mcu_wtbl_smps_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbc61165a __mt76_connac_mcu_alloc_sta_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbd90b18d mt76_connac2_load_ram +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbf5d0dd6 mt76_connac_mcu_wtbl_ht_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc2151576 mt76_connac_mcu_set_rate_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc4e8b840 mt76_connac_sta_state_dp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc4f09c44 mt76_connac_mcu_sta_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc68aacb1 mt76_connac2_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc9afb8ad mt76_connac_mcu_reg_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xce594c65 mt76_connac_mcu_bss_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcf4d6e70 mt76_connac_get_he_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcf5ba482 mt76_connac_mcu_bss_ext_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd0969608 mt76_connac_mcu_start_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd225733e mt76_connac_mcu_cancel_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd326e38d mt76_connac_mcu_uni_set_chctx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd60d5525 mt76_connac_mcu_bss_omac_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd752d304 mt76_connac_mcu_sta_uapsd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd91ab5a1 mt76_connac2_load_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xdfafbec4 mt76_connac_get_phy_mode_ext +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe1c4b44e mt76_connac2_mac_fill_txs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe1e7393f mt76_connac_mcu_sched_scan_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe82d12ce mt76_connac_pm_dequeue_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe907b15c mt76_connac2_reverse_frag0_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf237ef4d mt76_connac_mcu_set_pm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf48e3e48 mt76_connac_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfa06fd68 mt76_connac_mcu_set_p2p_oppps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x19cd1b67 mt76s_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x29e94b3c mt76s_alloc_rx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x361af03c mt76s_alloc_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x3ea4f982 mt76s_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x43fb304d mt76s_txrx_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x72d1cb21 mt76s_rd_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x7a22448a mt76s_read_pcr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x84203e49 mt76s_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x984861ba mt76s_sdio_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xb3049e44 mt76s_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xc8ba8e12 mt76s_txqs_empty +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xcb905640 mt76s_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xd987226a mt76s_wr_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xdcf137f9 mt76s_rmw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xed83bdf9 mt76s_write_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xf42ef15f mt76s_hw_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x05324406 mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x11b35557 mt76u_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x150e2396 mt76u_alloc_mcu_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x17533dd1 mt76u_stop_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x3592b4d5 mt76u_queues_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x44988cb3 __mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x521c70d4 mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x550d550c ___mt76u_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x5daa0553 mt76u_stop_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x92aeb58e mt76u_alloc_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xa7a1f0e6 mt76u_single_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xe32305da __mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xe9d5921e mt76u_resume_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xf31cbe17 ___mt76u_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x0e88b641 mt7615_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x109cd917 mt7615_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x1796c6c7 mt7615_mcu_exit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x220e3087 mt7615_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x24c3aea9 mt7615_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x2976a3ac mt7615_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x318aeb2b mt7615_led_set_blink +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x3639e2d0 mt7615_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x3a8f3e64 mt7615_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x3fb87b47 mt7615_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x409139d4 mt7615_mac_enable_rtscts +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x43dab275 mt7615_reg_map +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x4ca16200 mt7615_unregister_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x51d8c405 mt7615_wait_for_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x60fa61b1 mt7615_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x76a7b8c1 mt7615_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x7d0edf84 mt7615_led_set_brightness +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x88c201cc mt7615_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x95d4b236 mt7615_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x9e29860a mt7615_mcu_fill_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xa001a3fa mt7615_thermal_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xa3e12d38 mt7615_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xadeeb7fb mt7615_tx_token_put +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xc146719c __mt7663_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xcb7784d5 mt7615_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xd827bda2 mt7615_register_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xf0794507 mt7615_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xf4e9066e mt7615_mac_set_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xfa76842b mt7615_init_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xfd37acde mt7622_trigger_hif_int +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615e 0xcd7427ff mt7615_dma_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x1506ffca mt7663_usb_sdio_reg_map +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x4f7c3f2a mt7663_usb_sdio_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x73d0f4cc mt7663_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x901b4206 mt7663_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xc3090736 mt7663_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x007a5e84 mt76x0_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x01461236 mt76x0_phy_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x0d70620d mt76x0_chip_onoff +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x8b821974 mt76x0_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xce3d045d mt76x0_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xd94e7c37 mt76x0_init_hardware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xe720fc2a mt76x0_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x005b977a mt76x02_mcu_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x00ee41db mt76x02_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x097424bb mt76x02_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x099098aa mt76x02_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0d51784c mt76x02_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1442fa46 mt76x02_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x163dc6d5 mt76x02_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1640123f mt76x02_set_ethtool_fwver +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x17708e01 mt76x02_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x19d937b5 mt76x02_mac_wcid_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1b8a33ab mt76x02_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1fdf61c0 mt76x02_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x20c97d8c mt76x02_enqueue_buffered_bc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2260274a mt76x02_dfs_init_params +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x24f19962 mt76x02e_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2afb8b34 mt76x02_set_coverage_class +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2b77c1d6 mt76x02_mac_shared_key_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2c810f83 mt76x02_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2ec1aa4f mt76x02_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3a73cf8d mt76x02_mac_reset_counters +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3a9faea6 mt76x02_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3bf21196 mt76x02_edcca_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3ed6eeeb mt76x02_phy_set_rxpath +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x41791dcb mt76x02_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x430ed1c9 mt76x02_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4372e05a mt76x02_phy_set_bw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x449ca31a mt76x02_mcu_function_select +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x44caf950 mt76x02_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x45393ee5 mt76x02_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4ac231b6 mt76x02_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4f5249ef mt76x02_phy_set_band +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5bd84fd5 mt76x02_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x637bcbc5 mt76x02_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x677865ed mt76x02_phy_set_txdac +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6d6a6e41 mt76x02_get_efuse_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x75fef85d mt76x02_add_rate_power_offset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7b0828a5 mt76x02_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7cdcaea2 mt76x02_eeprom_parse_hw_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7d221610 mt76x02_get_lna_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x91d5b9ee mt76x02_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9256e2c6 mt76x02_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x92d8ccb6 mt76x02_mac_set_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x93c479bc mt76x02_limit_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x95427d75 mt76x02_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9c9a54df mt76x02_eeprom_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9d718561 mt76x02_resync_beacon_timer +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa0cac336 mt76x02_phy_dfs_adjust_agc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa27c3406 mt76x02_init_agc_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa687ac07 mt76x02_tx_set_txpwr_auto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa9044105 mt76x02_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa9abd6a7 mt76x02_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xabf170ab mt76x02_ext_pa_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xac6a9cd5 mt76x02_set_tx_ackto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xad5d3ba8 mt76x02_get_max_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb2bfdd77 mt76x02_phy_adjust_vga_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb3628c32 mt76x02_get_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb5850b83 mt76x02_dma_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbb8c8394 mt76x02_mcu_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xce7a359e mt76x02_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xcf5cebff mt76x02_dma_disable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd2cd9433 mt76x02_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd6362818 mt76x02_mcu_set_radio_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd85edd96 mt76x02_sta_rate_tbl_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd8e1d2a3 mt76x02_config_mac_addr_list +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe0bc2ef2 mt76x02_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe3b7cd14 mt76x02_mcu_msg_send +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xece00c21 mt76x02_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf9408f44 mt76x02_mac_setaddr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfb94afc1 mt76x02_update_beacon_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfcaa35f2 mt76x02_mac_cc_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xff5472be mt76x02_remove_hdr_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x3e22fd01 mt76x02u_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x47403ecd mt76x02u_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x60f52aa1 mt76x02u_mcu_fw_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x692d5dea mt76x02u_mcu_fw_send_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xceb38311 mt76x02u_exit_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xd7c02978 mt76x02u_init_mcu +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xe9ac6b69 mt76x02u_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xfe61a506 mt76x02u_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x079f9c28 mt76_write_mac_initvals +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x0ee36306 mt76x2_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x1a6f0d53 mt76x2_phy_tssi_compensate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x1f1ea5b6 mt76x2_configure_tx_delay +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x3157bc35 mt76x2_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x5fb0a1e3 mt76x2_get_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x776b0ea5 mt76x2_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x79cef486 mt76x2_get_temp_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x80e7d870 mt76x2_phy_update_channel_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x9a8374d9 mt76x2_read_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x9cdcefa0 mt76x2_mcu_load_cr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xa2395b5b mt76x2_reset_wlan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xa38f2e44 mt76x2_apply_gain_adj +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xa8175c47 mt76x2_mcu_init_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xb15a6641 mt76x2_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xbd5db0a3 mt76x2_mcu_tssi_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xd0799f63 mt76x2_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xd92cbc9c mt76x2_mcu_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xe3f5a0dc mt76x2_phy_set_txpower_regs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xfbbeb0dd mt76x2_get_power_info +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x17e79e0a mt7921_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x23b8fc6a mt7921_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x26ff5b21 mt7921_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x3579dd09 mt7921_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x3652ded7 mt7921_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x4af4cb26 mt7921_txwi_free +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x4daf432f mt7921_mcu_fw_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x70c4bd7e mt7921_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x78953f96 __mt7921_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x791ed305 mt7921_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x87f11a12 mt7921_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x8ccc2cfa mt7921_mac_sta_assoc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x9587dd77 mt7921_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x98476ff1 mt7921_mac_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xa2ec761e mt7921_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xb5a7dc36 mt7921_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xcb63a46b mt7921_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xe46b65f9 mt7921_get_mac80211_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xec7428d5 mt7921_mcu_set_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xecf49638 mt7921_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xf2bb2fd7 mt7921_mcu_drv_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xf4a166cf mt7921_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xf5c3396c mt7921_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x17088064 wilc_netdev_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x4779f700 host_sleep_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x4c7d056d wilc_handle_isr +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x7ad9a627 host_wakeup_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x83c1e844 wilc_cfg80211_init +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xdfbb9f3e chip_allow_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xe06ae4f8 chip_wakeup +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x31fab83c qtnf_chipid_to_string +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x368ff8e9 qtnf_core_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x3d07c931 qtnf_get_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x5ee3e184 qtnf_wake_all_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x69de05d0 qtnf_classify_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xaea4d0a6 qtnf_core_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xf4dde9a8 qtnf_trans_handle_rx_ctl_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x02ffb170 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x238f0e67 rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2557db76 rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2965d418 rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2a93ca83 rt2800_txdone_nostatus +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x32e7a11d rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3d6b90b7 rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3dbeecaf rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4273b158 rt2800_txstatus_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x43aed37a rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x45bf8da1 rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x517100e9 rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5cd92b6a rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5f2ccfd1 rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5fad6008 rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x657c7a28 rt2800_get_key_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x663195cc rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6eddbf9d rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x70d80210 rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7e4547e2 rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7f7048da rt2800_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x84627cc9 rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x860c1ddc rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8acffcf6 rt2800_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8c7bd18f rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8dea06f7 rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8e182f74 rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa30239a0 rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xaa6134df rt2800_txstatus_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb200b8fa rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb46ac2fc rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xbf64a011 rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xcc81d790 rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xcf41ced0 rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xcf7f311b rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd48d5e23 rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xdf881a5a rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe9f58ad6 rt2800_pre_reset_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xea9f07c6 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xeac4ec71 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xee571b5d rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xeffa2e67 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf049da9e rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf69ead42 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x047e385f rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x32ac3645 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3d420a5c rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3d741c87 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x422b5523 rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x485daa33 rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x4e708fdf rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5028bbb2 rt2800mmio_tbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x6708cfd3 rt2800mmio_get_dma_done +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x7331c15d rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x7ef6d0ec rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x89afa95e rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x91c9c83f rt2800mmio_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x97e3c029 rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x9f3c8921 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xb00fb39a rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xbe7d3af4 rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xc66ac373 rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xe148dfe9 rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xe2b67b39 rt2800mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xf413f9bc rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x00b7853d rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x01a0c366 rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x02b6b427 rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1761fae0 rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1cd11f2c rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1d1fc564 rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1d377f76 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1facc3ec rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x232143fe rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x26907be3 rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2cbb0cfa rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x30049c2b rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3db592ed rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x406d3cd8 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x422c5fae rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x46adae6b rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4a3d492f rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4e3edb03 rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5518b203 rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x55b7da94 rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x628044d4 rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6683a681 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6cdad510 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x86616c4a rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8d00943f rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x94100e77 rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9f952894 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa1ea28ed rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa347757c rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xadac57fa rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xaea0615e rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xafd0222f rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb8de33b7 rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xbe4b1f92 rt2x00lib_set_mac_address +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc61252b5 rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc7a249bd rt2x00lib_txdone_nomatch +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc9de6eda rt2x00mac_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd88ab200 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd9396201 rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xdf66d255 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe03047f4 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe2584cdb rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe476718a rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe6f51b1f rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe9be9e9e rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xebb2118c rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xed66d80c rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x20f331ba rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xa90f2cdb rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xe0fa3661 rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xe3a39db4 rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xfe0e8717 rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x38539938 rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x787aac55 rt2x00pci_pm_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xf13bf3fc rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x0d44c206 rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x340c2e7f rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x495d8e1f rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x506f9021 rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x5e7d9195 rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x69abf027 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x76905547 rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x864bd24c rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x8a2bd26f rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x9047d4c0 rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x9f7a36f3 rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xaf523075 rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xb20f204e rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xcf9bcacf rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xea73f629 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xed7b02b8 rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x02ec15e5 dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x205be31f dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6a5d38b3 rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf37a5f73 dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x20370906 rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x2e381c56 rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x36263282 rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3b558899 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3f5bf9c0 rtl8723_phy_calculate_bit_shift +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x42b9c618 rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x435d2e9d rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x5547c045 rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x567d1cdd rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x5baf2547 rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x61fe76ee rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x808fcd6f rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8baf8913 rtl8723_phy_set_sw_chnl_cmdarray +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8ea112f7 rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x95111228 rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xaaa468b1 rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xb66daff1 rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xc3257982 rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xcad7b9da rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xd0423f88 rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xd0f07036 rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xdcfc38ef rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe1055403 rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe54f5d64 rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe8993791 rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xf37045c7 rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xf5edc93c rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0604ed30 rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2175321f read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2921a4d4 rtl_btc_status_false +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2d32cdfc rtl_lps_change_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2e5382f9 rtl_fill_dummy +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x30542c1d rtl_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x32dcf4a7 rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x333151e6 rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x43a40f39 rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4e94cd48 rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4fb99cf8 rtl_efuse_ops_init +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x51a98186 rtl_get_hal_edca_param +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5d43037e rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x66daf848 rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6a8d2891 rtl_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6db3ba37 rtl_update_beacon_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6f4c1dc7 rtl_tx_ackqueue +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7a416907 rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x831b0db8 rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x86e3ca9e rtl_get_hwinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x96a24583 rtl_tx_report_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x97e05663 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa0fe1726 rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa61ebedf rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa761be0e rtl_lps_enter +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb898664c rtl_set_tx_report +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xba67bb74 rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbef93ede rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc95f22cb rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xdcd958b3 rtl_lps_leave +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xea20dc33 rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x0f5c3ce9 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x3643f238 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x42c1b6a9 rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x83db8c60 rsi_hal_device_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xa3d20755 rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xcd173710 rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xddac8e26 rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x2a422115 cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x6ad6cda2 cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x83a40d75 cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xce2c62c6 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x1cd5fb46 wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x4724dc8f wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xa2a1c784 wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x00e92fa9 wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x06d3b27e wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0b69c842 wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x115666a4 wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x17cd8a2f wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x183f7750 wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20351125 wlcore_get_native_channel_type +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x37b00c78 wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x37e48b10 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3de0a828 wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x45d10007 wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x463e607a wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4a49977d wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4cda41a9 wlcore_event_fw_logger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x57680c4d wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5abcd0b5 wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x625d6edc wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x625df27c wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6625cd74 wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x69a75ff9 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6c8d2827 wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6fea8cbd wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x714f6a0a wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x735bad55 wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8226e912 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x82ce8946 wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x848bc182 wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x85498cd1 wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x86f5925b wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8a9619dc wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x92009555 wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x948ebaaa wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x959e3cff wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x97c73f8b wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x983ce657 wlcore_cmd_generic_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb5775243 wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb71a6033 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc04f34d1 wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc0fb691b wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcd8b322b wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd36cba41 wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd3ad7888 wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd9461fc8 wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe5db06dd wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf8ad8575 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfe2a7c0d wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x0175e81c wwan_unregister_ops +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x39a42738 wwan_get_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x3d9bbf75 wwan_port_txon +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x4dff61e5 wwan_port_txoff +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x526bcf2a wwan_port_get_drvdata +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x7fd3c22d wwan_create_port +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xb7298438 wwan_port_rx +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xb74c31cd wwan_remove_port +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xcc464d68 wwan_put_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xfc1e702e wwan_register_ops +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x177e2bf1 nfc_mei_phy_free +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x1fb32840 nfc_mei_phy_alloc +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x7e52e0aa mei_phy_ops +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x21021a3b nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x2b72b53c nfcmrvl_parse_dt +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x3ebc619f nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xe9fa529f nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x20708af2 pn53x_register_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x58428d3f pn53x_common_init +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x66bef047 pn533_rx_frame_is_cmd_response +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x93f9e0ee pn53x_common_clean +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xbe701333 pn53x_unregister_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xc19d48ad pn533_finalize_setup +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xdecfd339 pn533_rx_frame_is_ack +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xf2ae1edf pn532_i2c_nfc_alloc +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x08b6c666 st_nci_disable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x3969cfb8 st_nci_probe +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x41b027ba st_nci_hci_cmd_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x7039bdce st_nci_hci_event_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xb587f913 st_nci_hci_load_session +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xba1ffa9a st_nci_enable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xc446895d st_nci_remove +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xc5412ff6 st_nci_discover_se +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x1cb2695c st95hf_spi_send +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x5646aad0 st95hf_spi_recv_response +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x9065fabc st95hf_spi_recv_echo_res +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x0268e31c ntb_transport_unregister_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x0862001f ntb_transport_tx_free_entry +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x30934216 ntb_transport_max_size +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x32537aca ntb_transport_link_query +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x3d54dbfc ntb_transport_tx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x436098aa ntb_transport_link_down +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x5844bff9 ntb_transport_create_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x763c73b0 ntb_transport_register_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x82e6c13d ntb_transport_qp_num +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x9c992c8f ntb_transport_link_up +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xc270dc24 ntb_transport_free_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xc37d9036 ntb_transport_rx_remove +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xd40e7a02 ntb_transport_rx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xf55d6313 ntb_transport_register_client_dev +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xf9eb813f ntb_transport_unregister_client_dev +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0x6f0189eb async_pmem_flush +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0x85c07ad2 virtio_pmem_host_ack +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x01850555 nvme_auth_generate_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x137f3b84 nvme_auth_gen_pubkey +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x1d3b270f nvme_auth_transform_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x22e5d1de nvme_auth_augmented_challenge +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x2b698ff2 nvme_auth_gen_privkey +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x399d9ac8 nvme_auth_hmac_hash_len +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x51873876 nvme_auth_get_seqnum +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x674c5bc1 nvme_auth_hmac_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x6adadbb4 nvme_auth_free_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x6e91ee1b nvme_auth_digest_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x780989d1 nvme_auth_dhgroup_id +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x9070925e nvme_auth_extract_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xc9bb48ac nvme_auth_dhgroup_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xcb39603c nvme_auth_hmac_id +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xcfee93bc nvme_auth_gen_shared_secret +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xf0ccf2d4 nvme_auth_dhgroup_kpp +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x06acaaab nvme_auth_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0d1a7424 nvme_host_path_error +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0ddce3aa nvme_cancel_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1a45a962 nvme_init_ctrl_finish +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1b99d99c nvme_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1e0b45a7 nvme_cancel_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1e4b847f nvme_auth_wait +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x21d3f75c nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x23af851a nvme_disable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x25417ba4 nvme_auth_negotiate +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2d089c62 nvme_auth_stop +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2ec31dc7 nvme_setup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x301fcd2b nvme_uninit_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x30aeef58 __traceiter_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x37139957 nvme_unquiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x392c6bba nvme_alloc_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3bf2393a __SCT__tp_func_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3daa460b nvme_sync_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3f46e34e nvme_start_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x45e87028 nvme_quiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x49224181 nvme_reset_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x517aa02e nvme_wait_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x58329e7f nvme_complete_rq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x63f9fd0f __nvme_check_ready +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x64b62862 nvme_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x69d83354 nvme_remove_namespaces +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6b9f155c nvme_start_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6dc1e811 nvme_cleanup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x71883a94 __SCK__tp_func_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x79d195ec nvme_wait_freeze_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7a5be331 nvme_mark_namespaces_dead +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7cbb75a9 nvme_dev_attrs_group +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x813cf212 nvme_io_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x863159b2 nvme_init_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8d6fd54d nvme_remove_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8f0442ba nvme_unquiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x91e6e000 nvme_unfreeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x92802860 nvme_wait_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9aa349c4 nvme_set_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9dbd4f8c nvme_sync_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa82aa15b nvme_alloc_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb823a471 nvme_set_queue_count +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb876f8e1 nvme_quiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb9f3520a nvme_remove_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc0ce1464 nvme_reset_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc6c3d8ef nvme_change_ctrl_state +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xcd703a17 nvme_try_sched_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd04348f2 nvme_stop_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd068556a __nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd1d17463 nvme_stop_keep_alive +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd3457ed5 nvme_enable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd45434ee admin_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd4e8ce3c nvme_auth_free +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd58bbbcb nvme_delete_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xde04cb25 nvme_complete_async_event +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe40b0f96 nvme_fail_nonready_command +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe61cbee0 __tracepoint_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xeb5242bd nvme_complete_batch_req +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xedf53078 nvme_cancel_admin_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf3991305 nvme_delete_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf9fb71d0 nvme_get_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xfdb24db8 nvme_mpath_start_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x06988df9 nvmf_connect_io_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x1ce5630b nvmf_should_reconnect +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x1e328d22 nvmf_set_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x219dca32 nvmf_reg_read32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x5b5ab15e nvmf_reg_write32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x7c44873e nvmf_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x8bfaf1f6 nvmf_map_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xd2d96cec nvmf_connect_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xdd8af66e nvmf_free_options +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xe1c86100 nvmf_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xe4bc35c9 nvmf_ip_options_match +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xf0a5b057 nvmf_reg_read64 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xfe282671 nvmf_get_address +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x07607cdc nvme_fc_register_localport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x0d12e564 nvme_fc_register_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3884f8b8 nvme_fc_unregister_localport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3e33ac54 nvme_fc_rescan_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x8a9cf5a7 nvme_fc_set_remoteport_devloss +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xbb0e18a6 nvme_fc_rcv_ls_req +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xcc8a2d78 nvme_fc_io_getuuid +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xfca9dc99 nvme_fc_unregister_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x0633eace nvmet_sq_destroy +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3770d2ad nvmet_req_alloc_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x39d749c7 nvmet_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3e0ef07a nvmet_wq +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x5b683f02 nvmet_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x6c3538b1 nvmet_req_uninit +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x9747af9f nvmet_sq_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x97537a43 nvmet_ctrl_fatal_error +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xa2992da0 nvmet_req_free_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xa8023252 nvmet_req_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xb4fd1d5c nvmet_req_complete +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xfccb81d2 nvmet_check_transfer_len +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x0b98123d nvmet_fc_rcv_ls_req +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x4a013682 nvmet_fc_invalidate_host +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x6ff62dab nvmet_fc_rcv_fcp_abort +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x7bfa9497 nvmet_fc_rcv_fcp_req +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x9ef76d99 nvmet_fc_unregister_targetport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0xc4db8dba nvmet_fc_register_targetport +EXPORT_SYMBOL_GPL drivers/pci/controller/pci-hyperv-intf 0x1591b2c6 hyperv_read_cfg_blk +EXPORT_SYMBOL_GPL drivers/pci/controller/pci-hyperv-intf 0x221394ae hyperv_reg_block_invalidate +EXPORT_SYMBOL_GPL drivers/pci/controller/pci-hyperv-intf 0xe5f73406 hyperv_write_cfg_blk +EXPORT_SYMBOL_GPL drivers/pci/controller/pci-hyperv-intf 0xfb921e00 hvpci_block_ops +EXPORT_SYMBOL_GPL drivers/pci/switch/switchtec 0xd93508cc switchtec_class +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x1c7061d2 mcp23x08_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x2c0bc53d mcp23x17_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x638f72a1 mcp23s08_probe_one +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0xac277e8a cros_ec_sensorhub_unregister_push_data +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0xd10ffa10 cros_ec_sensorhub_register_push_data +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros_usbpd_notify 0x6b1be500 cros_usbpd_unregister_notify +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros_usbpd_notify 0x8bda2df3 cros_usbpd_register_notify +EXPORT_SYMBOL_GPL drivers/platform/chrome/wilco_ec/wilco_ec 0x112134ec wilco_ec_set_property +EXPORT_SYMBOL_GPL drivers/platform/chrome/wilco_ec/wilco_ec 0x24eef51f wilco_ec_get_byte_property +EXPORT_SYMBOL_GPL drivers/platform/chrome/wilco_ec/wilco_ec 0x330b156a wilco_ec_mailbox +EXPORT_SYMBOL_GPL drivers/platform/chrome/wilco_ec/wilco_ec 0x75bf4d33 wilco_ec_get_property +EXPORT_SYMBOL_GPL drivers/platform/chrome/wilco_ec/wilco_ec 0x8b8ae425 wilco_ec_set_byte_property +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x2514455f ssam_request_sync_submit +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x2bbd107e ssam_device_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x2bccb0f5 ssam_request_sync_free +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x306288ed ssam_request_sync_init +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x30c12d4f ssam_client_bind +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x4add7e14 ssh_packet_get +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x56115a0c __ssam_notifier_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x5f8adb41 ssam_controller_put +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x6c6e5ec7 ssam_controller_event_disable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x72498af2 __ssam_register_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x77238bdb ssam_controller_get +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x7b2e5ff9 ssam_device_add +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x82db031f ssam_request_do_sync_with_buffer +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x8894409a ssam_controller_event_enable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x8ff0a3de ssam_request_write_data +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x9d354441 ssam_request_do_sync +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xa14cd804 ssh_packet_put +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xa2706c67 ssam_controller_device +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xa2b6c476 ssam_controller_stateunlock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xa8c3c5d2 ssam_device_get_match +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xad432829 ssam_get_controller +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xb73a78fa ssam_client_link +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xb9191568 ssam_controller_statelock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xb9d074c0 __ssam_device_driver_register +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xbd3118d5 ssam_bus_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc16e55bd ssam_notifier_register +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc2bd582d ssam_device_id_match +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xcacf2f92 ssam_device_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xd3bbb433 ssam_device_remove +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xda11c7c1 ssam_request_sync_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xe0c3333e ssam_device_driver_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xe92e0e77 ssam_remove_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xf8e8e865 ssam_device_get_match_data +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0x0c512cf2 san_client_link +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0x48cf4c48 san_dgpu_notifier_register +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0xd60bd773 san_dgpu_notifier_unregister +EXPORT_SYMBOL_GPL drivers/platform/x86/amd/amd_hsmp 0xdfd927ba hsmp_send_message +EXPORT_SYMBOL_GPL drivers/platform/x86/asus-wmi 0x51dcc693 asus_wmi_unregister_driver +EXPORT_SYMBOL_GPL drivers/platform/x86/asus-wmi 0x57c46ceb asus_wmi_evaluate_method +EXPORT_SYMBOL_GPL drivers/platform/x86/asus-wmi 0xcadee732 asus_wmi_register_driver +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dcdbas 0xd9146b52 dcdbas_smi_free +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dcdbas 0xf1a06655 dcdbas_smi_alloc +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-rbtn 0x51552fca dell_rbtn_notifier_unregister +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-rbtn 0xa060fe7d dell_rbtn_notifier_register +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0x1b0b3141 dell_laptop_register_notifier +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0x27e1ca0d dell_smbios_unregister_device +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0x45170471 dell_smbios_call +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0x634c025c dell_smbios_call_filter +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0x7fd2ce06 dell_smbios_find_token +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0xb9400dbf dell_laptop_call_notifier +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0xc2871e79 dell_smbios_error +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0xd6c6b12d dell_laptop_unregister_notifier +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0xef7d2e55 dell_smbios_register_device +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-wmi 0x9d4b709e dell_privacy_has_mic_mute +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-wmi-descriptor 0x8eef8246 dell_wmi_get_hotfix +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-wmi-descriptor 0x9559234e dell_wmi_get_interface_version +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-wmi-descriptor 0xa167d064 dell_wmi_get_size +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-wmi-descriptor 0xa3dcfa65 dell_wmi_get_descriptor_valid +EXPORT_SYMBOL_GPL drivers/platform/x86/firmware_attributes_class 0x51ed4d48 fw_attributes_class_get +EXPORT_SYMBOL_GPL drivers/platform/x86/firmware_attributes_class 0xe609be46 fw_attributes_class_put +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/intel_punit_ipc 0x8ee9455e intel_punit_ipc_command +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/speed_select_if/isst_if_common 0x06f7821f isst_if_mbox_cmd_set_req +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/speed_select_if/isst_if_common 0x36ec5245 isst_if_cdev_register +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/speed_select_if/isst_if_common 0x58a8261f isst_if_mbox_cmd_invalid +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/speed_select_if/isst_if_common 0x861369f8 isst_resume_common +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/speed_select_if/isst_if_common 0x9a5c38f2 isst_store_cmd +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/speed_select_if/isst_if_common 0xc768a631 isst_if_get_pci_dev +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/speed_select_if/isst_if_common 0xe18f42a5 isst_if_cdev_unregister +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x1c7565c2 telemetry_read_events +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x35db93a6 telemetry_get_trace_verbosity +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x5847f501 telemetry_clear_pltdata +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x5bb8e91a telemetry_raw_read_eventlog +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x665cd407 telemetry_read_eventlog +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x6b892524 telemetry_set_sampling_period +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x82bb2dbe telemetry_get_evtname +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x90551504 telemetry_add_events +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x9deec96c telemetry_set_pltdata +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0xb75bd1e6 telemetry_raw_read_events +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0xbb9a2726 telemetry_reset_events +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0xd14ffffc telemetry_update_events +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0xe1eb4be1 telemetry_set_trace_verbosity +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0xe8847f53 telemetry_get_sampling_period +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0xf00771b0 telemetry_get_eventconfig +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0xf9d5ad60 telemetry_get_pltdata +EXPORT_SYMBOL_GPL drivers/platform/x86/intel_ips 0x46809fa9 ips_link_to_i915_driver +EXPORT_SYMBOL_GPL drivers/platform/x86/mxm-wmi 0x232b5238 mxm_wmi_supported +EXPORT_SYMBOL_GPL drivers/platform/x86/mxm-wmi 0x61cdf799 mxm_wmi_call_mxds +EXPORT_SYMBOL_GPL drivers/platform/x86/mxm-wmi 0xe26032eb mxm_wmi_call_mxmx +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x002062aa set_required_buffer_size +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x065b4695 wmi_get_acpi_device_uid +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x0eec8824 wmidev_block_query +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x17b0f8ca wmi_get_event_data +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x6068bedf wmi_evaluate_method +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x76ae31fd wmi_remove_notify_handler +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xaba842fe wmi_query_block +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xb10122bf wmidev_instance_count +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xc9d4d6d1 wmi_has_guid +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xd5bf6c16 wmi_instance_count +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xd7752b86 wmi_set_block +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xf18bdd75 wmi_install_notify_handler +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xf697deee wmidev_evaluate_method +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x03b357d6 bq27xxx_battery_setup +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x70dfbc06 bq27xxx_battery_teardown +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x7b0c1fb9 bq27xxx_battery_update +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x0c03f655 pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x986e9dfc pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x9b00cc97 pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/powercap/intel_rapl_common 0x07bc5dcf rapl_remove_package +EXPORT_SYMBOL_GPL drivers/powercap/intel_rapl_common 0x7d9246af rapl_add_package +EXPORT_SYMBOL_GPL drivers/powercap/intel_rapl_common 0xaf83b758 rapl_find_package_domain +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x4c94c142 mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x91532eba mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xcd45465f mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x72f6cc6b wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x76f2aee4 wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x8b46da7c wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xcbfcab4b wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xef5b5c6d wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xefc44a3c wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0xa075472f wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0x149236da qcom_glink_native_remove +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0x3cd5d1d8 qcom_glink_native_probe +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xf14f5684 qcom_glink_ssr_notify +EXPORT_SYMBOL_GPL drivers/rtc/rtc-ds1685 0xceb25c01 ds1685_rtc_poweroff +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x091f5b5c cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x12eb9c06 cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x160e75db cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2948435a cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2d91d4dc cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x364a4c37 cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x43a0a483 cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x43a24675 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x48bb3e66 cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4afd9bf3 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4feb9c56 cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x56d11de8 cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5724b75a cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x57a2150a cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6574c332 cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6aacf827 cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6e5425dc cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x744e1af1 cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x75983941 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fb4ec16 cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8007cdc6 cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8319f739 cxgbi_ddp_set_one_ppod +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8aa2a6fe cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9081df42 cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x941eb810 cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x95496ceb cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x991a219b cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa2233509 cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa728ae29 cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xac305c59 cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb2d60d94 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbdb81a4e cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbf8b9bd8 cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd0e24f51 cxgbi_device_find_by_netdev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd13a0ebf cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd604bf68 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdb2d6894 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdd973bd4 cxgbi_device_find_by_netdev_rcu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdff388da cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe5441b36 cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe853068a cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf72288ec cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfdea01b9 cxgbi_ddp_ppm_setup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xff549a27 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xffe2617c cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x1aeee35a fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x251aa5a8 fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x25e46a7d fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x3b2e4e4f fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x4c1312ca fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x94157851 fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x949279a4 fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb5a52585 fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbac58840 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc3f30cc0 fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xd87628d9 fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xe7c6cf15 fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xe7fb381a fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xe8998e74 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xeb61186a fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xec478c94 fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf167cb7a fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf5fe1248 __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf7159118 fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0x58f00c9c fdomain_destroy +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0xe559a516 fdomain_create +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x13a7c758 iscsi_boot_create_acpitbl +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x19bbfd81 iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x4f62a711 iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x5cbb6556 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x68af644c iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x975ab5af iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xcaf946d7 iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/libfc/libfc 0x5b5d4b09 fc_seq_els_rsp_send +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x028661f8 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0f8bab8d iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x18a7a132 iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1dc55f20 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1df7f741 iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x21b27bf1 iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x24224df2 iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2496574d iscsi_suspend_rx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x24c361cc iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2566ced6 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x257da456 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2a00033b iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2bf4c532 iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2d867a32 iscsi_conn_unbind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x300a3ccd iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x31b639a7 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x374159fe iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3b62ee4b iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3e64831e iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3e794055 iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3f92c2af iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x531c0a6f iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x53ebb5cf iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5df513ab __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x61850337 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6ad073d2 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7b93fd67 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8c03717e iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8c10eb64 iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8c55dbe5 iscsi_host_get_max_scsi_cmds +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x96900239 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9a03bc03 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9e01f82d iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa12f44fa iscsi_session_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa8947829 iscsi_session_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xafb2f690 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb4083cbd iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb4ab54e5 iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbc756b62 iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbe20c9ed iscsi_conn_queue_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc85c4434 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xce8413a0 iscsi_eh_cmd_timed_out +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd1e57d96 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xda268581 iscsi_conn_queue_recv +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeab9cbd5 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xed56ba5f iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf4001193 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf7e2b9ce iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf83456c3 iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x08a84d86 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x13ac5b3f iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x1f2eb936 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x2fbf6f11 iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x30a29283 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x3bf60124 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x41fc0be9 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x43ab030e iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5e6fdd5a iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x61b5ab7c iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x6c2b7dc2 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x91c7c769 iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa64cc938 iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xded781f8 iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf386a49d iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xfbc544a9 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xff61baaf iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x01e7657b sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x05ec0ffa sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x06b305d5 sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x07fcee98 sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x194e66f1 sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1c25d421 sas_eh_target_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1cbcf490 sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x24826cde sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x29abeca8 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2ac17773 smp_ata_check_ready_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2ac55a37 sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3e3836e6 sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3eb13a92 sas_execute_internal_abort_single +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4248e181 sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x46e67312 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4bf9f9b4 dev_attr_phy_event_threshold +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5b0128bb sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5fdc2bf9 sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x635d9a05 sas_notify_port_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x75228848 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x774a8f0f sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7bacb278 sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x858ce046 sas_abort_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8ccc7cf1 sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8d681a43 sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9146f25c sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa48746c5 sas_lu_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb9191a1c sas_query_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc115111f sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd7e293ab sas_execute_internal_abort_dev +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xdaf034cf sas_find_attached_phy_id +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe08dae40 sas_clear_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe286de0f sas_abort_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe5e4637c sas_ata_device_link_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf5af067c sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfc3a570c sas_execute_ata_cmd +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_fc 0x93c8906f fc_eh_should_retry_cmd +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x00e4bfe6 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0687efd0 iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x09cb2d23 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x10806cc4 iscsi_alloc_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x157105ed iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x15dc8bab __SCT__tp_func_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x164202ff iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x16b4c831 iscsi_get_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1726d13c __tracepoint_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2526ac04 iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x26cabcc3 iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2bd1fd99 iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x312ae3ab __traceiter_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x31a82d24 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x368f9299 iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x40a62a36 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x44237e45 iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x457c40c1 iscsi_put_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4b7c14bf __SCK__tp_func_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4bd29909 __traceiter_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4f12a820 iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x52575134 __SCT__tp_func_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x59dc9b2a __tracepoint_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x60098165 iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x62fa04b2 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x67d6e063 iscsi_put_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6c782766 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6cc55847 __tracepoint_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7193d63e iscsi_dbg_trace +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x74ef1661 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x756d6fdb __SCK__tp_func_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x787a43ab __SCK__tp_func_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7a6e3282 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7c8f0ca0 iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x81d6382b iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x82e3aa9d __traceiter_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9569f4a3 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa53cffd7 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa8c4b5e1 __SCT__tp_func_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xacc145d2 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xade98420 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc1b6fa5 iscsi_force_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbdadf626 iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbf52bdcb iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc4a2a90a iscsi_add_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc7b0b9e8 iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc90b4efa iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd3b0d745 iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd7068d41 iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd7352304 __traceiter_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdc2a5b6e __SCK__tp_func_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xde2a8220 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdf515c49 __SCT__tp_func_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe1ecc6f5 __tracepoint_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe226670b __tracepoint_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe4fb9098 iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe542e28c iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf0daccf7 iscsi_remove_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf269b47b iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf5ab22b7 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf5c315cb __traceiter_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf65b4d29 __SCK__tp_func_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf7e749fb __SCT__tp_func_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x02d5a40d sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x795da094 sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xbc828ca1 sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xf3643ad1 sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x0ef06974 spi_populate_ppr_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xa0c71dac spi_populate_sync_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xb0feb6e7 spi_populate_tag_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xcffa2aff spi_populate_width_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x1902178a srp_tmo_valid +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x1b4d1093 srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x368e9bc9 srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xadcad4e7 srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xd04c451b srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xe89624e8 srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xee885e74 srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x05b7d9e2 siox_device_synced +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x5341f143 siox_master_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x789c8f86 siox_master_alloc +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xd21a4c19 siox_device_connected +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xdd1dacad siox_master_unregister +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xf061bf24 __siox_driver_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x04bba3ca slim_xfer_msg +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x05b58082 slim_stream_allocate +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x0d07b41c slim_stream_unprepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x0f14afa3 slim_read +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x102c1b5b slim_write +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x105883f6 slim_register_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x1360abf4 slimbus_bus +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x1a8a29a0 slim_writeb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x1c0377e8 slim_free_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x2120eba5 slim_stream_prepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x55e0b376 slim_msg_response +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x63e76d4c slim_stream_free +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x725698f1 slim_driver_unregister +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x7bfa4d7a slim_report_absent +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x7f874f4f slim_ctrl_clk_pause +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x8b823401 slim_device_report_present +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x9b23e174 slim_alloc_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa8939a21 slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xc1b09b56 slim_stream_disable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xd816403c slim_unregister_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xd8c3667f slim_get_logical_addr +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xdb7573b2 of_slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe6e3b658 slim_do_transfer +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe739b4cc __slim_driver_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xefec1bd7 slim_stream_enable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xfc936022 slim_readb +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x50e6dd01 __sdw_register_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x6e126a0f sdw_unregister_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x9411dd5c sdw_bus_type +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-cadence 0x504cb3c7 sdw_cdns_debugfs_init +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0x01c43ed3 altera_spi_init_host +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0xb9edd149 altera_spi_irq +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x1c94b280 spi_bitbang_init +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x2015f2f2 spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x69b17d90 spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x88913ea4 spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xbe66a91b spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xfaa135b5 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-intel 0x752db823 intel_spi_probe +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x5462604e spi_test_run_tests +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0xa3a121a1 spi_test_execute_msg +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0xda7b1964 spi_test_run_test +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x08879616 spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x19fd3f08 spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x21453b23 spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x2d0db988 spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x3dc1d42f spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x50de8b91 spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x6642131d spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x719d196a spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x86045f0e spmi_device_from_of +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x865424c1 spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x8e27db02 spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x936a5ef5 spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xadb7566d spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xbc019e03 spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xcf61631f spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd8b8429b spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xde741c99 spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xdec16c6b spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf8c53c74 __spmi_driver_register +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0xf6135bcf ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x3619eb9c fieldbus_dev_register +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xb0036c53 fieldbus_dev_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xd52a6304 fieldbus_dev_area_updated +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xd9463820 fieldbus_dev_online_changed +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x0c0c93d5 gb_audio_apbridgea_start_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x12f158aa gb_audio_apbridgea_unregister_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x137c268f gb_audio_apbridgea_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x69c00154 gb_audio_apbridgea_start_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x82399493 gb_audio_apbridgea_stop_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x845f0b23 gb_audio_apbridgea_shutdown_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x9f01df5d gb_audio_apbridgea_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xb662d5f6 gb_audio_apbridgea_prepare_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xc225d113 gb_audio_apbridgea_stop_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xc4434ea3 gb_audio_apbridgea_shutdown_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xd99309bb gb_audio_apbridgea_register_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xf03038fa gb_audio_apbridgea_set_config +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xf67e9076 gb_audio_apbridgea_prepare_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x0d529823 gb_audio_gb_disable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x264e7952 gb_audio_gb_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x2b61400c gb_audio_gb_get_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x2ead3be7 gb_audio_gb_enable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x424945da gb_audio_gb_get_topology +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x9f012b2a gb_audio_gb_set_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xa8a541d8 gb_audio_gb_deactivate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xaf24bd52 gb_audio_gb_activate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xdac50d9a gb_audio_gb_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xeacd0a25 gb_audio_gb_deactivate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xed4cf6af gb_audio_gb_activate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xf0430793 gb_audio_gb_get_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xfd174ead gb_audio_gb_set_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x162e764f gb_audio_manager_put_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x19e9e6b1 gb_audio_manager_remove_all +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x32e6391e gb_audio_manager_remove +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x5a108b0f gb_audio_manager_add +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x79eef2f8 gb_audio_manager_dump_all +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0xaeac8ca2 gb_audio_manager_dump_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0xfbccbdc9 gb_audio_manager_get_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0x6e0994cd gb_gbphy_register_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0xe927960a gb_gbphy_deregister_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0x355a49b5 gb_spilib_master_exit +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0x5a348e62 gb_spilib_master_init +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0x3a78445a adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/media/av7110/sp8870 0xf6f2a74d sp8870_attach +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x2b9b3376 target_stop_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x3fa109fd target_init_cmd +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x5d24150b target_free_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x89f6bd42 target_submit +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xa46299ed target_queue_submission +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xb4489234 target_wait_for_cmds +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xc65e34a6 target_alloc_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xe8ceb6cd target_submit_prep +EXPORT_SYMBOL_GPL drivers/tee/tee 0x07561138 tee_client_close_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0x0d8a7a9a tee_client_invoke_func +EXPORT_SYMBOL_GPL drivers/tee/tee 0x23dc34a6 tee_shm_put +EXPORT_SYMBOL_GPL drivers/tee/tee 0x2b96e85f teedev_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x3febdc06 tee_client_get_version +EXPORT_SYMBOL_GPL drivers/tee/tee 0x569f2749 tee_shm_get_pa +EXPORT_SYMBOL_GPL drivers/tee/tee 0x5fed891c teedev_open +EXPORT_SYMBOL_GPL drivers/tee/tee 0x6aa39181 tee_device_register +EXPORT_SYMBOL_GPL drivers/tee/tee 0x7383d509 tee_shm_alloc_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0x85fd9922 tee_session_calc_client_uuid +EXPORT_SYMBOL_GPL drivers/tee/tee 0x8c15c0c1 tee_client_open_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0x90da6b16 tee_shm_register_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0x959eb2ea tee_shm_free +EXPORT_SYMBOL_GPL drivers/tee/tee 0xa4fe1bbb tee_get_drvdata +EXPORT_SYMBOL_GPL drivers/tee/tee 0xae38362c tee_shm_get_va +EXPORT_SYMBOL_GPL drivers/tee/tee 0xb2fac68e tee_shm_alloc_priv_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0xc09bb0eb tee_bus_type +EXPORT_SYMBOL_GPL drivers/tee/tee 0xc4ac6e56 tee_client_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0xcb026134 tee_device_unregister +EXPORT_SYMBOL_GPL drivers/tee/tee 0xcca5df59 tee_client_open_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0xcd2c1b60 tee_device_alloc +EXPORT_SYMBOL_GPL drivers/tee/tee 0xd9c7f255 tee_shm_get_from_id +EXPORT_SYMBOL_GPL drivers/tee/tee 0xf2483821 tee_shm_pool_alloc_res_mem +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/int340x_thermal_zone 0x3043a765 int340x_thermal_update_trips +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/int340x_thermal_zone 0xcd120f82 int340x_thermal_zone_remove +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/int340x_thermal_zone 0xda65f050 int340x_thermal_zone_add +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0x230a481b proc_thermal_add +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0x3b7f34df proc_thermal_mmio_add +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0x586fcfa5 proc_thermal_mmio_remove +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0xa3a857db proc_thermal_resume +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0xb651cc33 proc_thermal_remove +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0xfab95703 proc_thermal_suspend +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_mbox 0x21394755 proc_thermal_mbox_remove +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_mbox 0xdf738d90 proc_thermal_mbox_add +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_rapl 0x098e82d4 proc_thermal_rapl_remove +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_rapl 0xb92726da proc_thermal_rapl_add +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_rfim 0x4f1edda1 proc_thermal_rfim_remove +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_rfim 0xe2ecc54c proc_thermal_rfim_add +EXPORT_SYMBOL_GPL drivers/thermal/intel/intel_soc_dts_iosf 0x32aa5016 intel_soc_dts_iosf_interrupt_handler +EXPORT_SYMBOL_GPL drivers/thermal/intel/intel_soc_dts_iosf 0x5fc66001 intel_soc_dts_iosf_exit +EXPORT_SYMBOL_GPL drivers/thermal/intel/intel_soc_dts_iosf 0x8bf26fac intel_soc_dts_iosf_init +EXPORT_SYMBOL_GPL drivers/thermal/intel/intel_soc_dts_iosf 0xf726db15 intel_soc_dts_iosf_add_read_only_critical_trip +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x01ca64e7 tb_xdomain_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x01d23ee1 tb_property_create_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x056765e8 tb_xdomain_alloc_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x0b278f2c tb_xdomain_find_by_route +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x222412de tb_ring_stop +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x22a59a6d tb_xdomain_alloc_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x2db36124 tb_xdomain_disable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x34ca4922 tb_xdomain_release_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x393b4f2f tb_property_free_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x3f980e2c tb_unregister_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4e5064a7 tb_property_find +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4e64bdfd tb_register_protocol_handler +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x5169f5ff tb_xdomain_find_by_uuid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x59251cef tb_xdomain_release_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x603249ed tb_unregister_property_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x625ac6d6 tb_xdomain_enable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x658e3d97 tb_property_add_immediate +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x73ad2acb tb_property_get_next +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x75de0c02 tb_xdomain_response +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x785eb82c tb_property_remove +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8b62f95e tb_property_add_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x910084d8 tb_xdomain_lane_bonding_enable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x9a3507d8 tb_ring_alloc_rx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa0df2726 tb_ring_alloc_tx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa3d2b403 tb_property_add_data +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb7c7cdce tb_property_add_text +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xbd1f65e8 __tb_ring_enqueue +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xc7eebfc1 tb_register_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xce8fb76c tb_xdomain_lane_bonding_disable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xd10462f8 tb_ring_poll +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xd170a619 tb_ring_free +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xe80f27c0 tb_ring_start +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xead81b7b tb_xdomain_request +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xef958ed2 tb_service_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf1cfd1ff tb_register_property_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf76028c7 tb_unregister_protocol_handler +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xfb6ba76d tb_ring_poll_complete +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x010f07c8 ufshcd_auto_hibern8_update +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x098bf35f ufshcd_get_vreg +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x521eb6f2 ufshcd_release +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x5a9d447b ufshcd_link_recovery +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x5e87066f ufshcd_system_freeze +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x60f26cb9 ufshcd_uic_hibern8_enter +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x6145ffcb ufshcd_init +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x64468220 ufshcd_mcq_poll_cqe_lock +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x723b1abf ufshcd_delay_us +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x7e2637f0 ufshcd_uic_change_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x84e8601f ufshcd_hold +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x8c471c94 ufshcd_update_evt_hist +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x8e266433 ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x8e9fdc73 ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x9798cc29 ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x9e3f17c1 ufshcd_hba_enable +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xa247d87b ufshcd_resume_complete +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xa3362b7e ufshcd_mcq_write_cqis +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xac4cc194 ufshcd_fixup_dev_quirks +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xb759b26e ufshcd_make_hba_operational +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xbcae85c3 ufshcd_dme_configure_adapt +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xbf556656 ufshcd_mcq_enable_esi +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xc1083de2 ufshcd_remove +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xc5d9d075 ufshcd_system_restore +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xc6d4ccd6 ufshcd_config_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xe32f54a2 __ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xeb124c3b ufshcd_hba_stop +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xf22513f0 ufshcd_mcq_config_esi +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xf9ba018b ufshcd_dump_regs +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xf9e0e286 ufshcd_system_thaw +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xfb98339e ufshcd_uic_hibern8_exit +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xfd0badff ufshcd_clkgate_delay_set +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xfe644463 ufshcd_dealloc_host +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x54c946de ufshcd_init_pwr_dev_param +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x7a0460ff ufshcd_get_pwr_dev_param +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x9c04a747 ufshcd_pltfrm_init +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0xe5981237 ufshcd_populate_vreg +EXPORT_SYMBOL_GPL drivers/uio/uio 0x2aeaced0 uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0x4ef08ce3 uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0x9444a35c __uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xbcfdecdb __devm_uio_register_device +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x0088c32d usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xe0d0e342 usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x08838546 cdns_suspend +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x400929a4 cdns_remove +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x42e2f9c9 cdns_drd_gadget_off +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x78a8f1e0 cdns_set_active +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x85ca6310 cdns_init +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xaa22da51 cdns_resume +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xb2ea3f37 cdns_clear_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xb4174451 cdns_drd_gadget_on +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xe37c0434 cdns_power_is_lost +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xf24c7412 cdns_set_vbus +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x97075170 hw_phymode_configure +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x99caa730 ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xcc0a38e6 ci_hdrc_query_available_role +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xfbe9479d ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x5df7492f ulpi_read +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x60e22556 ulpi_register_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x927b93c4 ulpi_unregister_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xb31c6da6 __ulpi_register_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xd03dc619 ulpi_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xea229b09 ulpi_write +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x01a991fa u_audio_get_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x051c3925 g_audio_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x0be2b59e u_audio_get_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x103f151d u_audio_set_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x16978ff8 u_audio_get_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x17a551b3 u_audio_stop_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x207b5397 u_audio_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x41f6c5b0 u_audio_start_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x783e3296 u_audio_set_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x7877c807 u_audio_start_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x88786b72 g_audio_setup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xaae82be9 u_audio_set_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xc4cad4b2 u_audio_get_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xd116ba38 u_audio_set_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xe128ca29 u_audio_stop_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x004637d6 gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x25216060 gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x30f6ac91 gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x3efc617f gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x62de5e1f gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x69bde2d7 gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x70f14970 gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x7bbdda1a gether_set_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x84069ea6 gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xafba0746 gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xb3dcb309 gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xbe35e412 gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xbf454973 gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xd0dfe86b gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xd71e83a9 gether_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xdd39c68c gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xe2b4a2c0 gether_resume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xfd8804a9 gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x186f4673 gserial_resume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x60db48f5 gserial_get_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x68a5f10c gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x77268a68 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x9edf2054 gserial_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xc0a01527 gserial_set_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xe89dc424 gserial_alloc_line_no_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xf9db5d3f gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xfb78a286 gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x1faf19b8 ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x6bc4c8ba ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x6c825859 ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x11c250db fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x141fce2a fsg_common_remove_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1710b539 fsg_fs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1ccb58f7 fsg_common_set_num_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x398778e1 fsg_ss_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x3a05dc4f fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x3c6a07d0 fsg_common_create_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x423845e4 fsg_ss_bulk_in_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x5186c9fb fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x55f74ef9 fsg_store_forced_eject +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x5c314591 fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x5fad1d69 fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x60796460 fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x6ff79430 fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x7e26d4a5 fsg_common_set_sysfs +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x800fdc6b fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x80f853d2 fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x95cffb3e fsg_hs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x9a0221c7 fsg_common_free_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x9be51b07 fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa5cae92f fsg_ss_bulk_out_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa5f99b69 fsg_fs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xab6c68ac fsg_config_from_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb1b80a68 fsg_show_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb3adf38d store_cdrom_address +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb52ba28a fsg_intf_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb54d0d95 fsg_fs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb9171c9b fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xd19e4795 fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xd1a3e8e0 fsg_common_create_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xd4795878 fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xe8d92c22 fsg_store_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xeb813c64 fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xf4a2e2cd fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x0f792632 rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x177ea48b rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x1dbbbcd8 rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x23e6b030 rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x3403146b rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x5645b05d rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x5c44d19c rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x5f747761 rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x83e60ead rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x87052d07 rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xbfa225c5 rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xf8ea268c rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xf99d651a rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xfa591976 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xfd3e8a97 rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x008f4330 usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x033e6a4b usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x072a29d0 usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x07df8223 usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0c589aba usb_validate_langid +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0c5b0002 usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0ec07184 usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x14005eb7 usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1d0d1821 usb_func_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2840af01 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x29b6d3d5 usb_otg_descriptor_alloc +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2a5ab010 alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x35fc6e80 usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x37838e9d usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4beb505d usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x541a501a usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x61100c79 usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6e062f0f usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7148ceb2 usb_ep_autoconfig_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7f26835a config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7f67699e usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x87752809 usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8b2d4cd6 usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9056526b config_ep_by_speed_and_alt +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb5d4028f usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc9c2e977 usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xcc2d16b5 usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xcfa83e62 usb_otg_descriptor_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd1a0a728 usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd9477a80 usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xdb02c819 usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xde63e7a9 usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xea58b59f usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xeddc1a49 usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf9dedb61 usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xff07f1ab usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x011a6aff udc_enable_dev_setup_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x1862488d free_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x497e95aa gadget_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x5d01d078 udc_irq +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x89f48041 init_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x8d4c6bf1 udc_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x9e3f0c10 udc_mask_unused_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xa70277fd udc_basic_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xd0a31b88 empty_req_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xdf4079fd udc_remove +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x004c6380 usb_ep_fifo_flush +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x00ddbbd5 usb_gadget_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x0ba02507 usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x12144355 usb_gadget_register_driver_owner +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x14354bab usb_add_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x14489a83 usb_gadget_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2af38e5f usb_ep_free_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2c53cadb usb_ep_disable +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2d418a7b usb_gadget_vbus_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x3960e709 usb_initialize_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x3ea59b5d usb_ep_alloc_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x405d007d usb_ep_set_wedge +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x4fa2450c usb_ep_dequeue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x50b88f41 usb_get_gadget_udc_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x6188ba1e usb_gadget_check_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x62bcd610 usb_gadget_frame_number +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x63ecfcbf usb_gadget_unmap_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x6c1acd07 usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x6d848c41 usb_gadget_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x784d9a58 usb_ep_enable +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x79c3b872 usb_ep_fifo_status +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x7d3c0f23 usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x80055459 gadget_find_ep_by_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x8c09047e usb_gadget_vbus_draw +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x93923f59 usb_gadget_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x93d5fdc4 usb_gadget_giveback_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x96406afe usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xa4b4ebd7 usb_gadget_clear_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xa5b31f4c usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xa83d82c9 usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xac5667d9 usb_ep_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xaefd854d usb_gadget_set_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xbc0838fc usb_del_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xbee6af28 usb_ep_set_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc3d4d06b usb_ep_set_maxpacket_limit +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc6aa8ee0 usb_gadget_vbus_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc8ac2c4f usb_ep_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xd4d32db3 usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xd93531e5 usb_gadget_udc_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xe11a9ca7 usb_udc_vbus_handler +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xe983414e usb_gadget_set_remote_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xee6e7482 usb_gadget_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xf75f1406 usb_gadget_map_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xfcd4bd19 usb_gadget_ep_match_desc +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-pci-renesas 0xc406cc1a renesas_xhci_check_request_fw +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0x3aaefec7 xhci_plat_probe +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0xa29af523 xhci_plat_pm_ops +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0xdcdcbffd xhci_plat_remove +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x5e10e1c1 ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xe87db83f ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x09492220 musb_mailbox +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x0b4a8834 musb_writeb +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x2734197f musb_readb +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x38cbe504 musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x44e854fe musb_root_disconnect +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x46835ef8 musb_queue_resume_work +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x669594ad musb_clearw +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x6af8c6dc musb_writel +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x719a5e41 musb_readw +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x7df33cdf musb_set_host +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x84a6779a musb_set_peripheral +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xade3e56c musb_writew +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xe59efb0e musb_clearb +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xf0f95e51 musb_readl +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xfcb80380 musb_get_mode +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x2fe02da4 usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x431e71c1 usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x599d0709 usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xaffc902d usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xb972325f usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0x125e9d8b isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0x2c2ea355 usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x13d5ddd6 usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x19e43b4e usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x26527b0f usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x292907d9 usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x41f7b047 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x42782593 usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x563a970e usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x67d226b5 usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x9fa45558 usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa1fd61b8 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa3205806 usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa8e49c15 usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xacdfe935 usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb697d8cd usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb7070ec3 usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xd0468a5f usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xdbd73bcd usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xdeba7165 usb_serial_claim_interface +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf365e911 usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xfe5ba2e2 usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0xc01ffe40 dp_altmode_remove +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0xf1f98892 dp_altmode_probe +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x22ee6dfc tcpci_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x6f497a3c tcpci_irq +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0xbe111953 tcpci_get_tcpm_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0xc529e32e tcpci_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x10ec6d2d tcpm_sink_frs +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x3b84657b tcpm_pd_transmit_complete +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x76eeda4b tcpm_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x9e0bd753 tcpm_pd_hard_reset +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xb655342c tcpm_pd_receive +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xc37b9769 tcpm_cc_change +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xceb50012 tcpm_vbus_change +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xd680581d tcpm_port_clean +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xd7f4a758 tcpm_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xda86a83d tcpm_port_is_toggling +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xea220941 tcpm_tcpc_reset +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xeb779665 tcpm_sourcing_vbus +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x01573ad9 typec_switch_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x03cc3b47 typec_mux_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x05f09048 typec_altmode_put_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x09f6f18c typec_port_register_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0ad43c56 fwnode_typec_retimer_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x12c1cb4b usb_power_delivery_unlink_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1414486d typec_altmode_exit +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x14242cf7 typec_partner_set_pd_revision +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1583714e typec_mux_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1bfd2103 typec_altmode_attention +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x213dba3c typec_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x21aee931 typec_switch_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x23006de8 typec_retimer_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2419f808 usb_power_delivery_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2c08b901 typec_get_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2c427e5c typec_set_mode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2d11fef9 typec_set_vconn_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2d1e301d typec_find_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2d6744a1 typec_register_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2eaa8519 typec_get_fw_cap +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x33c71c16 typec_cable_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3797c747 typec_partner_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3e1c3e21 typec_plug_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x43899966 typec_unregister_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x43a5ca0e usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x44b3e220 typec_get_negotiated_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x49fb08b2 typec_altmode_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4eb3a99a __typec_altmode_register_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5430ac7d usb_power_delivery_register_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5664d331 typec_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x57f16533 typec_unregister_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x58131063 fwnode_typec_switch_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x69bad367 typec_altmode_get_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6b3d9465 typec_mux_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6dcdb839 typec_unregister_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7122d291 typec_altmode_vdm +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x86521d45 typec_switch_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x871309ae typec_plug_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8bd813d8 typec_port_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9049491e typec_find_port_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x92cc4eb4 typec_register_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x96c1e859 typec_cable_is_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9b60bb05 typec_cable_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9e4d63f7 typec_mux_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9f5f8f2b usb_power_delivery_link_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa254de98 typec_find_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa4e5f7f8 typec_altmode_get_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa7ffa8ad typec_set_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xab6ee35b typec_mux_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xacb510e9 typec_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb3345b61 typec_partner_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb38b4936 typec_partner_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb3d87311 typec_switch_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb4b142a3 typec_retimer_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbb392429 typec_retimer_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbbe669bd typec_match_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbe048fe4 typec_port_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc0bef019 typec_partner_usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc3755d18 typec_set_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xcccac2f7 typec_altmode2port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xcf2db18e typec_unregister_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xcf8bd57a typec_altmode_update_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd0d65e7f typec_cable_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd24b1d63 typec_retimer_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd2e337eb typec_retimer_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd2fa1286 typec_switch_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd7957f01 fwnode_typec_mux_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xdb13b4b7 typec_altmode_enter +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xdb7b34e7 typec_set_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe38d1ee0 typec_partner_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe6fed288 usb_power_delivery_unregister_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xeafc1eb8 typec_find_port_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf01f3763 typec_set_pwr_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf1234a8b typec_find_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf5350c93 typec_altmode_notify +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf5dceae7 typec_register_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfa2d8d27 typec_partner_set_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfa64475b typec_switch_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfc8df340 typec_mux_put +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x0bc85d09 ucsi_resume +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x213c217a ucsi_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x374f0fa0 ucsi_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x467d05d3 ucsi_send_command +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x5b5ab11f ucsi_create +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x5e8e9f7d ucsi_destroy +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x86abebd8 ucsi_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x8d494cc7 ucsi_register +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xcda7b41e ucsi_connector_change +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x03bbacd5 usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x09b0d5dc usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x1ee5e32b usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x4d09c8a4 usbip_in_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x7b16928b usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x7bf3de7c usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xaae26695 usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xbad527ae dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xc6a7e99c usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd02753dc usbip_header_correct_endian +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd985f79b usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe1ea0586 usbip_dump_header +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe2670dbb usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xf96f4372 usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xfacb9886 usbip_event_add +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x1fad69c5 _vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x2a0250f2 vdpa_set_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x2db94784 vdpa_mgmtdev_register +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x6540bbb4 vdpa_get_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x80f87571 vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xb0927607 vdpa_unregister_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xd0c6f136 vdpa_mgmtdev_unregister +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xdfcfdbce __vdpa_register_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xe3075aed _vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xec524fba vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xf91913c2 __vdpa_alloc_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0xa151aef2 vdpasim_create +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0xb35f9f13 vdpasim_schedule_work +EXPORT_SYMBOL_GPL drivers/vfio/mdev/mdev 0x199e14c3 mdev_bus_type +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x1f59e7db vfio_pci_core_unregister_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x27a60544 vfio_pci_core_sriov_configure +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x29f3b04e vfio_pci_core_request +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x2c907cff vfio_pci_core_disable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x4693ea3b vfio_pci_core_close_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x4cf699b8 vfio_pci_core_set_params +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x546c4913 vfio_pci_core_write +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x56bd5b0c vfio_pci_core_register_dev_region +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x57daf58d vfio_pci_core_match +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x5d3e2eb4 vfio_pci_core_release_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x6d297509 vfio_pci_core_init_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x77d6d62b vfio_pci_core_err_handlers +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x7a5358df vfio_pci_core_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x7b6ac3d1 vfio_pci_core_finish_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x88a10e43 vfio_pci_core_read +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x9e60c64b vfio_pci_core_mmap +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xa6b3a1c8 vfio_pci_core_register_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xb44bb191 vfio_pci_core_ioctl_feature +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xb7dffa96 vfio_pci_core_aer_err_detected +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xf99001e1 vfio_pci_core_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x00c16e38 vfio_file_is_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x261090d8 vfio_iommufd_physical_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x313b773b vfio_iommufd_emulated_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3236148e vfio_virqfd_enable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3816a5b0 vfio_mig_get_next_state +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x44cb594e vfio_iommufd_physical_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x48ee7465 vfio_device_set_open_count +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x49be95ae vfio_file_has_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x60a634c4 vfio_info_cap_add +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7d2ed4c3 iova_bitmap_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x9e63cf30 vfio_virqfd_disable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xa2282f42 vfio_file_enforced_coherent +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xa4cee19f vfio_file_iommu_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc1ecee6d vfio_iommufd_physical_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc7a7b2b0 _vfio_alloc_device +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc8797286 vfio_assign_device_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xcb1a2d61 vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xe0b023fa vfio_iommufd_emulated_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xe62b4d11 vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xe7fa72f2 vfio_unregister_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xebcbcaf3 vfio_register_emulated_iommu_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xeea2a6fb vfio_register_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xfd1b0e66 vfio_file_set_kvm +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xfea0c718 vfio_iommufd_emulated_unbind +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x02ffcdbe vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x03b2b67d vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0abbac45 vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0abee5f7 vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0b501609 vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0cd66029 vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0fbe2b7a vhost_clear_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1ae1a3fc vq_meta_prefetch +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x271fb6a8 vhost_worker_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2ac8d664 vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2bab8d9a vhost_vq_is_setup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2e4c75ff vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x323490d6 vhost_enqueue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x35a63a02 vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3d363c3f vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3e4da95e vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x412dd0c1 vhost_set_backend_features +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4deed207 vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x64ea7e2c vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x68333138 vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6b33de10 vhost_vq_has_work +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x84ddef61 vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x883963a6 vhost_chr_read_iter +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x904af624 vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x98626579 vhost_new_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa01613e1 vhost_vq_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa0319fd3 vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa909cfc5 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa9ff39ea vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb4d67de1 vhost_init_device_iotlb +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb6a8a7d3 vhost_vq_init_access +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb73301c8 vhost_vq_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb7bc42d0 vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc196cf07 vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc48d2a1b vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xcb1d32f6 vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xce129aaa vhost_exceeds_weight +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd60aef61 vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe04e7216 vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe0e6d916 vhost_vq_avail_empty +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf182b382 vhost_dequeue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf8609236 vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfd2b3e45 vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfd4b530a vhost_dev_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x38ff875f vhost_iotlb_add_range +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x5f4e5249 vhost_iotlb_reset +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x69e872f9 vhost_iotlb_itree_first +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x6bec0e66 vhost_iotlb_del_range +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x83be64b9 vhost_iotlb_itree_next +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x885512a2 vhost_iotlb_add_range_ctx +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x8a7d8ee9 vhost_iotlb_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xa24517eb vhost_iotlb_free +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xc577832d vhost_iotlb_alloc +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xf9deb0db vhost_iotlb_map_free +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x587e90ea ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x78b23e21 ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x7ac09249 ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x7eec017f ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x7f28962a ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xad2fbc94 ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xdca1ba5e ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0x6e0fd3b7 fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x4e2f8e57 sis_free_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x5f2dc386 sis_malloc_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/vermilion/vmlfb 0x016e6c20 vmlfb_unregister_subsys +EXPORT_SYMBOL_GPL drivers/video/fbdev/vermilion/vmlfb 0x90c018c6 vmlfb_register_subsys +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0x30cc9311 viafb_request_dma +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0x31469540 viafb_pm_unregister +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0x7971a2c3 viafb_find_i2c_adapter +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0xb4606f8d viafb_irq_disable +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0xb4f863e6 viafb_pm_register +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0xcaefb732 viafb_release_dma +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0xcd538333 viafb_irq_enable +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0xce990048 viafb_dma_copy_out_sg +EXPORT_SYMBOL_GPL drivers/w1/wire 0x2a131396 w1_touch_bit +EXPORT_SYMBOL_GPL drivers/w1/wire 0x4d6f1f67 w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x4f6a46d1 w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x557fff51 w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0x63757e92 w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x727baea4 w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7652b471 w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x8033f5c1 w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0xb1667639 w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0xb8f98fdf w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0xc6da3e50 w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0xf3d3a3d9 w1_triplet +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x111e958d xen_front_pgdir_shbuf_get_dir_start +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x2d6c5f5d xen_front_pgdir_shbuf_free +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xbbfd41ab xen_front_pgdir_shbuf_unmap +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xe0acf925 xen_front_pgdir_shbuf_map +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xe764294e xen_front_pgdir_shbuf_alloc +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x3491d0f6 xen_privcmd_fops +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x7169b677 xen_privcmdbuf_fops +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x11342b71 dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x4b62826c dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x7522144c dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x8a6c5f1b dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x969015e7 dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcd224e1d dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x57188eda nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x5c5d1b9a nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x67515b24 nlmclnt_rpc_clnt +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x75c09fec nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x87cf85f9 nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9cbde0a0 nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xa4c2436a nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xa6626542 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xb722dbb3 lockd_down +EXPORT_SYMBOL_GPL fs/netfs/netfs 0xae56fba6 netfs_extract_user_iter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0294c6a2 nfs_callback_nr_threads +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x02aa96d0 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x03eacb8c nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x054d34bd nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0870ffc2 nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0892a956 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x08a85b72 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x098ef6f8 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0adaf4ed nfs_sysfs_link_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0aec277e nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0b3c2bd7 nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0e9e67d1 nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0f05c5c2 nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0fd368d2 nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10962bc2 nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10b944e1 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10f7f9b0 nfs_try_get_tree +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1145b3fb nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x172f08ee nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x17ed1bd0 register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1a10f8f7 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1cb65095 nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1d0843fa nfs_pageio_resend +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1f551658 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2201ae06 __tracepoint_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x226be5ac nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22d795a8 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x24d16f3f nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x252d167b nfs_set_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2840b5eb __SCK__tp_func_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x292ecfe2 nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2a15dbbd nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2a2c7ede nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2e395ec2 nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2f96a33d nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x30601370 nfs_file_fsync +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x30776d40 nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x31384448 nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x32c00939 nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x336da2b8 nfs_alloc_fattr_with_label +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x366c09d2 nfs_put_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x37239e6d __SCT__tp_func_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x37b4cd3c nfs_async_iocounter_wait +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3a93a7cc nfs_release_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3d79ee4f nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3e753271 nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f5faaf4 __tracepoint_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3fb93fe2 nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40739385 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40e90ae2 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40fa3607 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4231c670 get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x433cb19d nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x44d9c3aa nfs_add_or_obtain +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x45cc69a4 nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x46982b59 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4721dd6b nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x48896778 alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cd14a41 nfs_reconfigure +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4e832ac7 nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x505df910 nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x53f1efa9 nfs_wait_on_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x575ae294 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x584b8482 nfs_inc_attr_generation_counter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5b9b598c nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5ea1dc0c nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6401931c nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6de654f4 nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6eb10829 __traceiter_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x72d62d85 nfs_writeback_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7365aa38 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x747b231f nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x74c7dd17 nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x757b42b2 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x767e5dc9 nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7707ab7c nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x77599ffe nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7cb9605c nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7de0f562 nfs_sync_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7fb3133d nfs_filemap_write_and_wait_range +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x832b1c13 __tracepoint_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x836773bd nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8499de4f nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x85319166 nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x85f54b01 nfs_read_alloc_scratch +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8695df12 nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8a6554b2 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8b39bd1b __tracepoint_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8b6c49a1 nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90f01b52 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x92d66fd1 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x93b41bd5 nfs_sysfs_add_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x963acb15 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x97f4a503 nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x988071a4 nfs_client_init_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b0ece8 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9cf1d7c2 nfs_d_prune_case_insensitive_aliases +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9d919c44 __SCT__tp_func_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9e6e2a51 nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9fe982b4 nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa01a90f2 __SCK__tp_func_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa208db4e nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa56a5d14 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa668154b nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa6d6221d nfs_get_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa726cdd0 nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa90eff53 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa9393b40 nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaa93b981 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaafd4acc max_session_cb_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaf042dee nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb27fa0dd nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb29da06e nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb2b915cb put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb3b5a3f7 nfs_commit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb6f4ddc6 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb8116b01 nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb86bb61c __traceiter_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb9cbced6 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbc437e1e nfs_client_init_is_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbe470d70 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbec90c3d nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbefbf6c0 nfs_free_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc0cbafde __traceiter_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc33968f7 nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc37e22d4 nfs_request_add_commit_list_locked +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3a2be67 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc4866e32 nfs_set_verifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6c31194 __traceiter_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6c8b8f1 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc739cc02 nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc740c150 nfs_pgio_current_mirror +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc7f98986 nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc8d34e0a nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc95f61b7 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcb1de2a1 nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd133a2f7 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd3719106 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd640cf93 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd68c3c58 nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd9d005ef nfs_client_for_each_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdd22e0b5 nfs_clear_verifier_delegated +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xde275c3a nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xde98f726 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe5eddaef nfs_access_get_cached +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe7092a64 __SCK__tp_func_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe75378af nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe7689ba4 nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe77bc256 nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe7e5f67d nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xea367c7c nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xecdb9da1 nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xee5fbf21 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf075f2dc nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf090c0c3 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf0c7c0fe nfs_check_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf12f8a45 nfs_probe_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf55d0cc9 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfa2afc98 nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfa572e96 __SCK__tp_func_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfcb8515a nfs_scan_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfd3c0de6 __SCT__tp_func_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfeb42418 __SCT__tp_func_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0xd067d822 nfs3_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x00c4c2ce nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x00ff278e nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x036b52f1 __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x054bef45 layoutstats_timer +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x06ed88bb __SCK__tp_func_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0894422d __tracepoint_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x09a53283 nfs4_decode_mp_ds_addr +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0aa10954 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0d797cdd nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x107adc16 nfs4_test_session_trunk +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x131ec2e3 __SCK__tp_func_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x174226c3 __traceiter_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x18e75751 __SCT__tp_func_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x19570900 pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1d9aff6a __traceiter_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1f13e231 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2397242f __tracepoint_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2625b297 nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2b16e909 __SCT__tp_func_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2b405be5 nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2c1ce1be pnfs_generic_clear_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2c373f72 __tracepoint_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2d006f17 __tracepoint_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2f075fc0 __traceiter_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2f147184 __SCK__tp_func_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x332e659a __SCK__tp_func_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x370e40fa pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3e10e93b __SCK__tp_func_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3e4a664b __SCK__tp_func_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4174d6fd nfs4_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x42edd2df nfs4_mark_deviceid_available +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x445d963f pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x44cac9f4 __SCK__tp_func_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x46dc0d57 __traceiter_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4c69700c __traceiter_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4e823bd0 __tracepoint_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x50d14d0f pnfs_generic_pg_cleanup +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5409e5fd pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x54ac1662 nfs4_pnfs_ds_put +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x58cba29d pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5e12083c pnfs_error_mark_layout_for_return +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5e8e27f0 __SCK__tp_func_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6085edbd nfs_map_string_to_numeric +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x63826d35 __SCT__tp_func_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69d3558d pnfs_generic_rw_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6a5eb444 __SCT__tp_func_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6a925097 __SCT__tp_func_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6b69b6bb __tracepoint_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6b8a4d34 nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6e05832e pnfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x70f738db pnfs_report_layoutstat +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x75fdb051 pnfs_nfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x77ff50a1 pnfs_generic_ds_cinfo_release_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x78d17ca0 nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7e42bd3f __SCT__tp_func_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7fc8b119 __traceiter_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x85f04560 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x868068f7 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x86a73b6a pnfs_generic_pg_check_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8838eaad pnfs_add_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x88f48289 nfs4_pnfs_ds_connect +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8911768f __tracepoint_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x89562ac4 pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8a48623c pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8f1c3d63 __traceiter_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x90fc9da8 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x930a94fd __SCT__tp_func_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x94071efa pnfs_generic_ds_cinfo_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x947a62c4 nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x96c4643f __SCT__tp_func_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x976d3513 __tracepoint_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x98b7943c nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x98fad41f pnfs_generic_write_commit_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x998cf5da pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9a3e0477 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9ad347d7 pnfs_read_resend_pnfs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9e36460b pnfs_generic_commit_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9ff1b178 nfs4_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa1851f56 pnfs_generic_layout_insert_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa510ce5f __SCK__tp_func_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa5e258e1 pnfs_generic_pg_check_range +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa679650e __traceiter_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa7674707 __SCK__tp_func_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xab2c8911 __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xabd6dfd8 __SCK__tp_func_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xadeca730 __SCT__tp_func_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xaf33e2e3 pnfs_generic_recover_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb14a0c81 __traceiter_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb314cf4b nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb3274a76 __traceiter_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb348490d __traceiter_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb5972e89 __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb61e16b4 pnfs_layoutcommit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb9607554 __tracepoint_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc234019f nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc361c3c5 __SCT__tp_func_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc4176af2 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcb4c9069 __SCK__tp_func_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcc21ce5c __SCT__tp_func_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcdcb3b6a nfs42_proc_layouterror +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcf282c16 __traceiter_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcf689acd __SCK__tp_func_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd11a5c38 pnfs_generic_prepare_to_resend_writes +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd29a558c pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd6721652 pnfs_free_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd76a1676 pnfs_alloc_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdab8ec98 pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdeb5edce __SCT__tp_func_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe103da1f __tracepoint_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe11e517b pnfs_layout_mark_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe4510e85 nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe7353bdb nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe7703393 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe7dabf90 nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xeb41dca7 pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed024208 pnfs_generic_scan_commit_lists +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xee8da0eb pnfs_generic_search_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf1dccf42 __traceiter_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf32fa2b7 __SCT__tp_func_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf68ecee1 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf7801360 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf999267e pnfs_generic_commit_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfd537a76 nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x130f5450 locks_start_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x1fe1e1ad locks_end_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x52f83c29 locks_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x8c80dea0 opens_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x4d70a755 nfs_stream_decode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x7685bb8e nfs_stream_encode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xc6722312 nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xeaa7178d nfsacl_decode +EXPORT_SYMBOL_GPL fs/nfsd/nfsd 0x21364411 nfsd4_ssc_init_umount_work +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x2b6ad935 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x2d8b18cf o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4900035b o2hb_stop_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x58c88ff2 o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x5e95a4b2 o2net_send_message_vec +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x61f80327 o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x6a0c3847 __mlog_printk +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x81a17396 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x8d1ebd7b o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x92ffd7b5 o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x9f8ecdc5 o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa941cb47 o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xb6ebf62a o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbd13ee5d o2hb_check_node_heartbeating_no_sem +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc4d99852 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd859ac8c o2net_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf1a5611d o2net_unregister_handler_list +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf1c36673 o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf56c2017 mlog_not_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf982e6db o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xfe1298f3 o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x35dcdc17 dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x37398dcd dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x70e0e371 dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x74639f63 dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xb9d41ba1 dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd7ba575e dlm_errmsg +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd8fa57a6 dlm_unregister_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xf5123bb2 dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x094c8b1e ocfs2_plock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x0a726931 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x0cfd3fc5 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x1475f64b ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x292f6168 ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x76f40744 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x9507547f ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xaf969565 ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xc5196999 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xc9fae756 ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xcafdd707 ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xd1c1007d ocfs2_kset +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xd344e4ee ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xd806a273 ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xed3b8757 ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x2bfea5d3 unregister_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x43cc3d4b pstore_blk_get_config +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x49c97296 register_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0x3ec26fcf unregister_pstore_zone +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0xd35aaea5 register_pstore_zone +EXPORT_SYMBOL_GPL fs/smb/common/cifs_arc4 0xabd9af6d cifs_arc4_crypt +EXPORT_SYMBOL_GPL fs/smb/common/cifs_arc4 0xc4c73891 cifs_arc4_setkey +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0x798f3830 cifs_md4_init +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0xceecd9e4 cifs_md4_final +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0xdef1096d cifs_md4_update +EXPORT_SYMBOL_GPL lib/842/842_compress 0xcf048a91 sw842_compress +EXPORT_SYMBOL_GPL lib/842/842_decompress 0xa4adedf1 sw842_decompress +EXPORT_SYMBOL_GPL lib/bch 0x0c303f52 bch_encode +EXPORT_SYMBOL_GPL lib/bch 0x0d3e3481 bch_free +EXPORT_SYMBOL_GPL lib/bch 0x1a267fa8 bch_init +EXPORT_SYMBOL_GPL lib/bch 0x860a2eab bch_decode +EXPORT_SYMBOL_GPL lib/crc4 0x696b3a5a crc4 +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x0105b595 des_encrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x574eda34 des3_ede_decrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x856a5ef3 des3_ede_encrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa6aa9857 des_decrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa77b3b62 des3_ede_expand_key +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa8fb743d des_expand_key +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0x4b45fb6e poly1305_init_generic +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0x7f376d08 poly1305_final_generic +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0xfa617389 poly1305_update_generic +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x11bf8673 notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xadb7c4a1 notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/polynomial 0xb8b44e50 polynomial_calc +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x1803a6ed raid6_2data_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x804a5b70 raid6_call +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0xe4b051cf raid6_datap_recov +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x1d29b9e1 decode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x561835eb init_rs_non_canonical +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x63adbf92 encode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xa32f3d9e decode_rs16 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xeb2f825c init_rs_gfp +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xfd581da1 free_rs +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0xcace436a lowpan_header_decompress +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0xe9475d98 lowpan_header_compress +EXPORT_SYMBOL_GPL net/802/garp 0x07ccbcce garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0x1af94a3a garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x1eab37b5 garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0x4c298198 garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0xc1a6a8ce garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xccaf3ee5 garp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0x5cd1d225 mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x6e528a43 mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0x7a703a88 mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0x979174ad mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xab4225cb mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xd1eb1381 mrp_register_application +EXPORT_SYMBOL_GPL net/802/stp 0x1d7fd7ee stp_proto_unregister +EXPORT_SYMBOL_GPL net/802/stp 0x5ef03529 stp_proto_register +EXPORT_SYMBOL_GPL net/9p/9pnet 0x16110a19 p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/9p/9pnet 0x3cf0d167 p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/atm/atm 0xb09faf79 register_atmdevice_notifier +EXPORT_SYMBOL_GPL net/atm/atm 0xcfb6a3da unregister_atmdevice_notifier +EXPORT_SYMBOL_GPL net/ax25/ax25 0xac93ae05 ax25_bcast +EXPORT_SYMBOL_GPL net/ax25/ax25 0xaeb7451e ax25_defaddr +EXPORT_SYMBOL_GPL net/ax25/ax25 0xc28b5ac0 ax25_register_pid +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x0e9a2c45 l2cap_chan_list +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x4618565a l2cap_chan_create +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x47acdc05 l2cap_chan_put +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x6226ba72 l2cap_chan_send +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x86c256b4 l2cap_chan_connect +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xaaaead18 l2cap_chan_set_defaults +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xad362d2d l2cap_add_psm +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xb8b50799 bt_debugfs +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xe508608e l2cap_chan_del +EXPORT_SYMBOL_GPL net/bridge/bridge 0x0b659c7c br_multicast_router +EXPORT_SYMBOL_GPL net/bridge/bridge 0x0b804b57 br_fdb_find_port +EXPORT_SYMBOL_GPL net/bridge/bridge 0x0ca07ae1 br_mst_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x14ef24e2 br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x28978be6 br_multicast_has_router_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x32f866a0 br_handle_frame_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x33a1242f br_get_ageing_time +EXPORT_SYMBOL_GPL net/bridge/bridge 0x35a0b796 br_dev_queue_push_xmit +EXPORT_SYMBOL_GPL net/bridge/bridge 0x52d5b37a nf_br_ops +EXPORT_SYMBOL_GPL net/bridge/bridge 0x5975bccf br_vlan_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x6b5d3433 br_vlan_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x6ceb428f br_mst_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x869ff684 br_vlan_get_info_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0x86adf0ea br_forward_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x8974441a br_vlan_get_proto +EXPORT_SYMBOL_GPL net/bridge/bridge 0x9010a2d2 br_fdb_clear_offload +EXPORT_SYMBOL_GPL net/bridge/bridge 0x99f87113 br_multicast_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0xabc7ace7 br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xc2f289e5 br_forward +EXPORT_SYMBOL_GPL net/bridge/bridge 0xc4b124f3 br_multicast_has_querier_anywhere +EXPORT_SYMBOL_GPL net/bridge/bridge 0xcf6829bd br_mst_get_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd7d2f87d br_vlan_get_pvid +EXPORT_SYMBOL_GPL net/bridge/bridge 0xdac55afa br_port_get_stp_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0xdbb0b6a6 br_vlan_get_pvid_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf698ed87 br_port_flag_is_set +EXPORT_SYMBOL_GPL net/dccp/dccp 0x01706d61 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x140f8fb6 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0x182ec2bf dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x226dc469 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2cf7400f dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2f5af9a9 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x33d646c9 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0x47d94f2d dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x56c55568 dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5e89f193 dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6661c6ff dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x789cce1c dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x79ed072f dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7a117ded dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7dc90b79 inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0x80993155 dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8149302d dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8171199a dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0x85f04f27 dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x89ac52f3 dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x982c1959 dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9de0d1c6 dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa5790165 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb656f1fe dccp_destruct_common +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb7b6a5fb dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbc894906 dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbe827c5a dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc098b60f dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc25b58b0 dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc6bd6c6c dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd4744845 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd75b7072 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd7cdb975 dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0xedb808db dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xefcc6b9d dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0xefde8cab dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf017ee2a dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x3c429467 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x6d448584 dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x74a8106b dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x860a16a2 dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xc2df3fdf dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xdc488d16 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x05a75217 dsa_unregister_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x092ebf93 dsa_port_phylink_mac_change +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x09a05ac7 dsa_switch_find +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0b3ed1da dsa_devlink_port_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0c6039ac dsa_flush_workqueue +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1b0a5e5b dsa_devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x239846ca dsa_tag_8021q_standalone_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x248df3c5 dsa_tag_8021q_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x286ca517 dsa_enqueue_skb +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x364a1306 dsa_devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x3ef3850e dsa_devlink_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x417d1fed dsa_8021q_rx_switch_id +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x42e1a2d6 dsa_tag_8021q_find_port_by_vbid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x45ca5090 dsa_tag_8021q_bridge_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x47d2d220 dsa_tag_drivers_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x48586af7 dsa_switch_shutdown +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x52dfa21f dsa_tag_8021q_bridge_leave +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x5b388b86 dsa_8021q_xmit +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x72e1d751 dsa_switch_resume +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x85bea997 dsa_devlink_params_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x8db0da27 dsa_devlink_resources_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x95d880b0 dsa_tag_8021q_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9e59271d dsa_8021q_rx_source_port +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9e98170b dsa_switch_suspend +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9f440f96 dsa_tag_8021q_bridge_join +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xa8178a71 dsa_devlink_resource_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xaeb8f403 dsa_devlink_params_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb275c908 dsa_8021q_rcv +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc23e8d5f dsa_devlink_region_destroy +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc6ac92a6 dsa_register_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xcf257286 dsa_slave_dev_check +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd077e855 dsa_devlink_param_get +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe1151145 dsa_fdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe44d48b5 dsa_tag_drivers_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf13e1803 vid_is_dsa_8021q +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xfacb1bb8 dsa_mdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xfd3e2b67 dsa_devlink_param_set +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xfda7711a dsa_port_from_netdev +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x19060619 nl802154_scan_event +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x3ff8f9e2 ieee802154_beacon_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x5243a441 ieee802154_mac_cmd_pl_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x577ada17 nl802154_scan_done +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x5da59e83 ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x7f6f5162 nl802154_scan_started +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x87e2553b ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x8f1e848a nl802154_beaconing_done +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xa6a738c7 ieee802154_mac_cmd_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xbb0c8249 ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xd0719085 ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xd9b8d36a ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ife/ife 0x508d7bcf ife_decode +EXPORT_SYMBOL_GPL net/ife/ife 0x6210e871 ife_tlv_meta_next +EXPORT_SYMBOL_GPL net/ife/ife 0x67db2029 ife_tlv_meta_decode +EXPORT_SYMBOL_GPL net/ife/ife 0xb1e3861c ife_encode +EXPORT_SYMBOL_GPL net/ife/ife 0xe7888e98 ife_tlv_meta_encode +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x5017fd7c esp_output_head +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xdb4ad233 esp_input_done2 +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xf495a950 esp_output_tail +EXPORT_SYMBOL_GPL net/ipv4/gre 0x299bd789 gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xf84013bb gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x28a83c06 inet_diag_find_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x31d767ae inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x3438e2f9 inet_diag_msg_common_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x5e62f5e6 inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x89708c45 inet_diag_msg_attrs_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xa1d151e1 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xa3b406a9 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xb070f7a7 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xccf4baef inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0xa23c5eb7 gretap_fb_dev_create +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x0738abfe ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x170c2ba6 ip_md_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x1a97b926 ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x1b1e9c2a ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x30d2378f ip_tunnel_encap_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x32ab573c ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x4361459c ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x514ea1f3 ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x52e001f4 ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x96bb05e8 ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xaffa6870 ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb0df4c85 ip_tunnel_ctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb1176b4f __ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb2917925 ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd012a326 ip_tunnel_siocdevprivate +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xf21ab1fe ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xf2f7fc0d ip_tunnel_delete_nets +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x6f2df733 arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0xa1c6f435 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0xd0620fa2 nf_defrag_ipv4_disable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0xfa04a561 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0xa2563077 nf_dup_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x1b6e843c nf_send_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x4598beba nf_reject_skb_v4_tcp_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xd0dbe6e0 nf_reject_ip_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xdab42eac nf_send_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xe9ccb902 nf_reject_iphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xeacdee4a nf_reject_skb_v4_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xf7ef5d00 nf_reject_ip_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0xcd5acb59 nf_sk_lookup_slow_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x0137adfa nf_tproxy_handle_time_wait4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x3a4a278a nf_tproxy_get_sock_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0xa27096ea nf_tproxy_laddr4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x04997e75 nft_fib4_eval_type +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0xf0141215 nft_fib4_eval +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x1b66f99c tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x3e7de8dc tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x49542f10 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x53db78dc tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x6c1a6f4c tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x09613725 udp_tunnel_sock_release +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x09dbd394 udp_tun_rx_dst +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x149d947f udp_tunnel_push_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x1f31c63c udp_tunnel_notify_del_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x4e9d73c5 udp_tunnel_drop_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x949e55ac setup_udp_tunnel_sock +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xe1696dd7 udp_tunnel_notify_add_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xf7744f9a udp_tunnel_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x211a9af5 esp6_output_head +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xabefc266 esp6_input_done2 +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xcb31d744 esp6_output_tail +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x04e5bf0c ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x2926768b ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x91a89c87 ip6_tnl_encap_setup +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x3a4fbfae udp_sock_create6 +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x4f347439 udp_tunnel6_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x6c70c588 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x6991aae6 nf_ct_frag6_gather +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x93ec2f10 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xad48dac0 nf_defrag_ipv6_disable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0x9e0d61e0 nf_dup_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x3c162b05 nf_send_reset6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x6a702eb5 nf_reject_ip6_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x889f1799 nf_reject_ip6_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x94dd1b5f nf_send_unreach6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xb728d105 nf_reject_skb_v6_unreach +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xb90d8a58 nf_reject_ip6hdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xdc092a04 nf_reject_skb_v6_tcp_reset +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0x4a3d6a30 nf_sk_lookup_slow_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x4316e952 nf_tproxy_laddr6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x4870fb28 nf_tproxy_get_sock_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xb26cccb4 nf_tproxy_handle_time_wait6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0xcd036abf nft_fib6_eval +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0xe94ec774 nft_fib6_eval_type +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x00c207aa l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x04de952a l2tp_tunnel_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x077b7c88 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x12d0846e l2tp_session_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x1c38f863 l2tp_session_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x288bf75f l2tp_session_get_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x32789f9b l2tp_session_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x3d08c7e9 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x6506c202 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x6ff4690b l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x738a6262 l2tp_recv_common +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x76fabafd l2tp_session_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x8374edb2 l2tp_sk_to_tunnel +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9698ec37 l2tp_tunnel_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x987fa2ed l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa08578aa l2tp_session_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa4166956 l2tp_tunnel_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa7a6e1a0 l2tp_tunnel_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xcfdbcd11 l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xdad3ba72 l2tp_tunnel_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xdbd97be6 l2tp_tunnel_get_session +EXPORT_SYMBOL_GPL net/l2tp/l2tp_ip 0xfc48750a l2tp_ioctl +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0xb50a385b l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0055c648 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x00d3c06c ieee80211_update_mu_groups +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x056a54c5 ieee80211_obss_color_collision_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x084a24c6 ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0a019f89 ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x13e38f27 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x14a0ef26 ieee80211_color_change_finish +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x16ad7c5f ieee80211_tkip_add_iv +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1dab0efe ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x23d22f5a ieee80211_iterate_active_interfaces_mtx +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x32bf9648 ieee80211_iterate_stations_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x39548b02 ieee80211_vif_to_wdev +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3bd978c4 ieee80211_find_sta_by_link_addrs +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4c52de0c ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4dcc2c82 ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x712cf282 ieee80211_calc_rx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x84b49f8f ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8ceb1f5a ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x981ec7e6 ieee80211_calc_tx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9e1c1431 ieee80211_key_replay +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9f9d074f ieee80211_hw_restart_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa900dc6c wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xbf88fae2 ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd004ea88 ieee80211_key_mic_failure +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd32114cd ieee80211_set_active_links +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd5b09e44 ieee80211_iterate_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xea792270 ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf039e5be ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf90aca36 ieee80211_set_active_links_async +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x8ee316eb nla_get_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xa490403c mpls_stats_inc_outucastpkts +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xa9fdf5d5 mpls_output_possible +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xc5fcd1f5 nla_put_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xce42f6ae mpls_dev_mtu +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xda12a9ba mpls_pkt_too_big +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x098b68d2 ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x204a4bf0 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x22d966c6 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x287ead1c ip_set_put_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x36a3400f ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x39bcb5ac ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x39f99b3a ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x460a92b3 ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x4a80593d ip_set_init_comment +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x4f392191 ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6327fcfc ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x659abf40 ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x671aafad ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7976edae ip_set_put_flags +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7c7a7d67 ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x8bd14602 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xbd5e64c5 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc18d7a26 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd31d1638 ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xe6238239 ip_set_match_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x018d8c3d register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x4f2733c7 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xb96c61cc unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xcfdb77fc ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x14b42d08 nf_conncount_gc_list +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x21b36c26 nf_conncount_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x330bcfa7 nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x4c05789c nf_conncount_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xada90f3f nf_conncount_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xded40268 nf_conncount_list_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xf2a1dbb9 nf_conncount_cache_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x02d04956 nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0436b1ec nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0460ec0f nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bc00f80 nf_nat_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0cbd5458 nf_conntrack_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x12ea1dc0 nf_ct_add_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1a408464 nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x22cc5bd0 nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x27a9dc0b nf_ct_netns_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x28eff409 nf_conntrack_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2b4f46ca __nf_ct_change_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2d4c0ac1 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2ee897e5 nf_ct_destroy_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2f1eb003 nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2f854ff7 nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x30537d8f nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3477b4ad nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x348575f1 nf_ct_timeout_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x351d05ec nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x373cd4cf nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3d1b2f79 nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x41746d85 nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x460d3dae nf_ct_expect_iterate_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x481815f5 nf_ct_ecache_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4ccbded2 nf_nat_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4e15e1ac __nf_ct_change_status +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5019c9af nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x54910301 nf_conntrack_helpers_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x54d35daa nf_connlabels_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x57ea0f28 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x58bcae7d nf_ct_set_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5c2d099d nf_ct_bridge_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5d867974 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5f7f927f nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x645552d9 nf_ct_bridge_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x653f0067 nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6559d866 nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x67d8c248 nf_ct_handle_fragments +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6aebf3f9 nf_nat_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x71d25d8f nf_ct_remove_expect +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x73af0447 nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7402ec96 nf_ct_iterate_cleanup_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x749967cc nf_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x752f0aa2 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x77347066 nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x78e2df01 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7adac1fd nf_ct_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7ec035f1 nf_ct_skb_network_trim +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8cc5ff54 nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90f31ec3 nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x91ed6b63 nf_conntrack_eventmask_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x91f282e0 nf_ct_untimeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x966c3048 nf_ct_tmpl_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x96b5f242 nf_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x97d0cc62 nf_nat_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x97eef8f1 nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x97f3f103 nf_ct_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9adb7399 nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9b28c2e4 nf_conntrack_helpers_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9cf6ff6a nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa2adc0e4 nf_conn_pernet_ecache +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa8a7c9d8 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaa50da68 __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xae80d942 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaf0847f0 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb39356f5 nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbd536256 nf_ct_netns_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc112e6e8 nf_ct_change_status_common +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc12c21c6 nf_connlabels_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc1409d2c nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc206009d nf_conntrack_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc7bfdf8e nf_ct_acct_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc839e51b nf_ct_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc94e6975 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcaf5998a nf_ct_helper_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd02e7dec nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd1a7fd83 nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd36c85d9 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd3a31766 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd4395183 nf_ct_tmpl_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd505c3e0 nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdba7326b nf_conntrack_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdbd09d6c nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xddde69d5 nf_ct_expect_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdfcc200a nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe6a88f9e __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe7533eea __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xebeeebef nf_ct_get_id +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec8beba6 nf_ct_expect_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xee9313d3 nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xeeeaf204 nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf1a274fa nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf28c31d0 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf3bc81e7 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfcaffb06 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x01a11b31 nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x6ff9498c nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x09ac0b83 nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x4059e703 get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xb82e627d nfct_h323_nat_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0x2ed24ae9 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x75205daf nf_nat_pptp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x732798a8 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x8a93efca ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xb1a1f5ef ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xc0e97ada ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xdcd44ac5 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xf15f3120 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xffa9381e ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x299ff7e7 nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x95f0125c nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x597cb044 nft_fwd_dup_netdev_offload +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x63fc78cd nf_fwd_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x713ccdbb nf_dup_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x20c14c0f nf_flow_offload_ip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x21c2d9ef flow_offload_teardown +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x229350f3 nf_flow_table_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x2394ff16 flow_offload_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x28be12ec nf_flow_rule_route_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x5cbff7a7 nf_flow_rule_route_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x667aee38 nf_flow_snat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x82711c59 nf_flow_table_offload_setup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x8385a011 flow_offload_add +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x8b093ead flow_offload_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xa4d18d33 nf_flow_offload_ipv6_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xba90183d flow_offload_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xc2865122 flow_offload_refresh +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xc611eeee nf_flow_table_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xc8f8b2ae flow_offload_route_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xccb26a0e nf_flow_table_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xec6d68e3 nf_flow_dnat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0325b11f nf_nat_ipv4_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0c5e5210 nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x217391f1 nf_nat_masquerade_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x370c0491 nf_nat_inet_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3bc17c49 nf_nat_masquerade_inet_register_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x559bac2e nf_nat_inet_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x56989a12 nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x6657b388 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x782f1554 nf_ct_nat +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x78743382 nf_nat_ipv6_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x83740f1b nf_nat_ipv4_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x848598fa nf_nat_redirect_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb24c2a54 nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb54cddd5 nf_nat_masquerade_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd9c25654 nf_nat_masquerade_inet_unregister_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xda69ee5a nf_nat_exp_find_port +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xde4764be nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xdf145b45 nf_nat_inet_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xf0253b93 nf_nat_redirect_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xffaedb11 nf_nat_ipv6_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1d05284f synproxy_send_client_synack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1f099794 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x45e79471 synproxy_recv_client_ack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x477d5c01 synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x527443ce nf_synproxy_ipv6_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x559d68f1 ipv6_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x62c9679d nf_synproxy_ipv6_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x6c0ec06d synproxy_send_client_synack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x9ae5dc34 ipv4_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xc0e1867f synproxy_recv_client_ack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xc31e8373 nf_synproxy_ipv4_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xca9fc082 synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xf3a3a720 nf_synproxy_ipv4_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0051ecab nft_obj_notify +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0a3b6d95 nft_chain_validate_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x136965f1 nft_reg_track_update +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x152f114d nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1b5e246e nf_tables_deactivate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1c1ae42a nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x20e3d376 nf_tables_deactivate_flowtable +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2aa986e8 nf_tables_activate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2bf7ce62 nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2d1e0909 nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3251d762 nf_tables_trans_destroy_flush_work +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x34ec662d nft_unregister_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x379c2b8e nft_register_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3acacbd6 nft_chain_validate_dependency +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3f9a190a nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x41b71e65 nft_trace_enabled +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x46672309 __nft_release_basechain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4cc13528 nft_ct_get_fast_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4cecbb60 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x516dd39f nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x599728b8 nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5d2981aa nft_set_do_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x629de3e7 nft_parse_register_store +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x77e2b9c8 nft_unregister_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7a857acc nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7c8a559a nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x859f6f12 nft_chain_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x87c57361 nft_expr_reduce_bitwise +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8d94c678 nft_dump_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x97448700 nft_meta_inner_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9d61f97b nf_tables_destroy_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa00dc7ee nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa159670f nft_request_module +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa47a202e nft_set_elem_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xab538349 nft_set_catchall_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xae6d5a47 nft_register_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb6fb55b2 nft_set_lookup_global +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb7dca0f5 nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xba4b9bca nf_tables_bind_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc49e50e2 nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc9780a02 nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc9ee9452 nft_meta_get_reduce +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd49690f5 nft_meta_set_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xdcc1a139 __nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xde57b5f5 nft_parse_u32_check +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe2b8cc13 nft_parse_register_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe6fd89f4 nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe73d5728 nft_meta_set_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xed84fe5b nft_data_release +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf5bba346 nft_flowtable_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfb5d9d70 nft_obj_lookup +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x06c52641 nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x237aa2e2 nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x241b80f4 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x3a0d049a nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x3a9010ef nfnetlink_broadcast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x9343712c nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xea4baf36 nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xa29ad7e3 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xecef4699 nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xfb66b98d nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x35eff5e0 nf_osf_fingers +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x8c85bb46 nf_osf_match +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0xd7e4873f nf_osf_find +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x404699c1 nft_fib_store_result +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x677bf047 nft_fib_init +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x75b5c46f nft_fib_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xa09e80af nft_fib_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xcec694e1 nft_fib_reduce +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1de558c1 nft_reject_icmpv6_code +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x5b28e97b nft_reject_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x877f7500 nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x999a0f0d nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x9d46ccf8 nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xe2c84666 nft_reject_icmp_code +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x04e27719 xt_compat_flush_offsets +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x0efc537e xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x0f7830ef xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x2f8fbe52 xt_hook_ops_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x2feefbd4 xt_unregister_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x302b18ca xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x31093484 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x427b79e6 xt_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x46032a79 xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5c6f6005 xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x63ca42af xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6d47641c xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x747d74d0 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7bce4603 xt_data_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x823edea5 xt_compat_add_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x8835590d xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x954b1e81 xt_request_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x99360362 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9c995c69 xt_percpu_counter_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa4174c1e xt_register_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa7c94f1d xt_compat_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb0ee8d1b xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb5005cec xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbd67e19f xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbfacb837 xt_percpu_counter_free +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc7fae024 xt_compat_calc_jump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xcc83fb7b xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd0d22558 xt_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd1e246a2 xt_compat_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd3fcc511 xt_tee_enabled +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xdb4f6779 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xddf68fc6 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf5874f73 xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf6abeb06 xt_copy_counters +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x1628c464 xt_rateest_put +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x4ec4a2c0 xt_rateest_lookup +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x50a67a03 nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x527c272e nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0xffe6c90d nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x0e6a2600 nci_uart_register +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xcc162916 nci_uart_set_config +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xcc597380 nci_uart_unregister +EXPORT_SYMBOL_GPL net/nsh/nsh 0xa22e7246 nsh_push +EXPORT_SYMBOL_GPL net/nsh/nsh 0xc9e85245 nsh_pop +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x2a0d3a4c ovs_netdev_link +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x50cf4866 ovs_vport_free +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x6ca9e966 ovs_vport_alloc +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x81f295eb __ovs_vport_ops_register +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x84662e1a ovs_vport_ops_unregister +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xc928b52a ovs_netdev_tunnel_destroy +EXPORT_SYMBOL_GPL net/psample/psample 0x014c46f7 psample_group_take +EXPORT_SYMBOL_GPL net/psample/psample 0x339c18b7 psample_group_get +EXPORT_SYMBOL_GPL net/psample/psample 0x8b335e13 psample_sample_packet +EXPORT_SYMBOL_GPL net/psample/psample 0xa613890d psample_group_put +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x3b025b95 qrtr_endpoint_register +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x44a2181a qrtr_endpoint_unregister +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x8d25501f qrtr_ns_remove +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0xa47e91ba qrtr_ns_init +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0xc5232a95 qrtr_endpoint_post +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x06710d95 rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x0904754e rds_connect_path_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x0fae77b3 rds_send_ping +EXPORT_SYMBOL_GPL net/rds/rds 0x13c784da rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x20c5e653 rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x2b0d543c rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x30a1a3f7 rds_send_xmit +EXPORT_SYMBOL_GPL net/rds/rds 0x36087aa4 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x36ebdc94 rds_send_path_reset +EXPORT_SYMBOL_GPL net/rds/rds 0x39e2b682 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x40443c1b rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x430515fb rds_conn_path_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x45a4781e rds_addr_cmp +EXPORT_SYMBOL_GPL net/rds/rds 0x56fc08fe rds_inc_path_init +EXPORT_SYMBOL_GPL net/rds/rds 0x5738a10f rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x582fe5cf rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x583893dd rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x585f567b rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x58f1bb2b rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x59a25b07 rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x7a250802 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0x85e4e520 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x896cdd30 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x8cb9f502 rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0x9dcbbbf0 rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0xa428e4fd rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0xb0b76d47 rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0xbc404e08 rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0xbda3f7f6 rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xc76effff rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0xcb8aa80f rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0xcca48de3 rds_conn_path_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xd9a97dee rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xe6a144c5 rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0xf158a19e rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0xf89cf715 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0x33508cb7 mqprio_validate_qopt +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0x35f83045 mqprio_qopt_reconstruct +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0xcede419b mqprio_fp_to_offload +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x40dd3081 pie_drop_early +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x6ce9b467 pie_calculate_probability +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x934c792d pie_process_dequeue +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x16f8ba5d taprio_offload_get +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x6a6b1c12 taprio_offload_free +EXPORT_SYMBOL_GPL net/sctp/sctp 0x31d288ad sctp_get_sctp_info +EXPORT_SYMBOL_GPL net/sctp/sctp 0x5c8f0472 sctp_for_each_endpoint +EXPORT_SYMBOL_GPL net/sctp/sctp 0xcb646a00 sctp_transport_lookup_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0xede9c959 sctp_transport_traverse_process +EXPORT_SYMBOL_GPL net/smc/smc 0x03661b14 smc_hash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0x38ca3d06 smc_unhash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0x640932ee smc_proto +EXPORT_SYMBOL_GPL net/smc/smc 0xb222bcdf smc_proto6 +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x06ed849a gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x23f8618f svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x38d3dce5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x482ac5a4 g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x50618638 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x7613ff1a gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd7673035 g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x008ef27a svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x00bf5dd4 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x00dff91a xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x014e75cb xprt_unpin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0280486d rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0416fe31 xdr_stream_decode_opaque_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x047f4a98 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x053ccc49 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05e807a9 xdr_encode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x065994f1 xdr_encode_opaque_fixed +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x06725395 rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x09608cca xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0a0e1fd4 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b7d7ba5 rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ba689f5 xprt_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0eca2a09 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x104e025f svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x10b449f4 xdr_page_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x11409941 xdr_stream_decode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1355163a xprt_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1398cd4e rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x140fe729 xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x144882dd rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x147b6dc6 xprt_pin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x14bfe75b svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x150b6048 xprt_wait_for_reply_request_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x17ba8299 xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x17c5f6d3 rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x18668d8c rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x18cef992 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x195f82f5 xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1d5242fa sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e119a79 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e89ab18 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f4e0fa9 rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x20005bb8 rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x211aa9fb xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x21968cb9 rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2248a241 rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x23378d50 svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2488a669 svc_age_temp_xprts_now +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x250b762f __xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x26466291 xprt_wait_for_reply_request_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x26d811c5 rpc_set_connect_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2775c697 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x28ed4b08 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x29f1b556 rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a10c5b1 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2b09b01e xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ba5a51e rpc_sleep_on_priority_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2c7b4c80 xdr_stream_decode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ee2f2f5 rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x33948dd1 svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x345d0a41 rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x347030ac xprt_reconnect_backoff +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34d184de rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x35b4072a xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3659650f rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x38865656 svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x38da9ea0 rpc_clnt_swap_activate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3adafe74 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b320d74 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e0e631a svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3ea1bfbd svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f9a2b0b rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3fa4c14a rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3fd88b5a rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4056889e auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x40a607eb xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x417c2c1c rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x41aa0f2d rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x43d41642 rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x45411418 rpc_clnt_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4627135f xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x47a580ba svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x486d35c6 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x48cc5216 xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x497adfca rpc_clnt_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4a9c6e71 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4afedab1 xprtiod_workqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4c0c01e8 rpc_clnt_xprt_switch_has_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d36a372 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dac77f0 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dcf6b16 rpc_clnt_probe_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e0c0795 rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e8f6ca7 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x510fc43a cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x519ed7d4 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x51c5d8ac xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x51e5ade1 sunrpc_cache_unhash +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x52427234 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x549c0738 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x54fbe810 xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x554156a7 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x56eb766f svc_xprt_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57d8de8a svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x58baa764 rpc_max_bc_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x58bb0d18 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x58be5231 rpc_sleep_on_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a354ea2 rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a45ba31 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a7c721a svc_rqst_replace_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a7c84a8 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a954396 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5b3562b8 xdr_stream_decode_string_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5b8938cf rpc_clnt_iterate_for_each_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5cb2eab3 cache_seq_start_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d014a15 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d32b53f sunrpc_cache_pipe_upcall_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5e37809c rpc_clnt_xprt_switch_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x601be5bb xdr_stream_move_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x609202f9 rpc_task_gfp_mask +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61a3f078 xdr_set_pagelen +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x63866d59 rpcauth_wrap_req_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x63c01714 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x64a7f4da rpcauth_stringify_acceptor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x663ce6b8 gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66ed2439 rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x676cfc77 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x67b3195e svc_generic_rpcbind_set +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x681e9e75 sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6963638c put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6996bf90 rpc_clnt_manage_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x69ce06c2 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a9e1d84 cache_seq_next_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6c50a21a cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6ccaac67 xprt_reconnect_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6d4ebb89 rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x70b0d744 xprt_add_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x70c63a60 xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71bc40e3 rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x73171fdd rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7334b6d2 rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7384605c rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7416c2cf cache_seq_stop_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x76bfce97 xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x76e0d044 svc_xprt_deferred_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x76eca7c6 svc_xprt_received +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7726b3b0 rpc_clnt_show_stats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x77d888a7 xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a65c11f sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7bf68b55 svc_xprt_destroy_all +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7cb533ee xprt_wake_up_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ce0671f cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7d8bc315 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e2b05a8 xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80022c27 xdr_reserve_space_vec +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x826cd8c2 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x831c0e33 rpc_clnt_xprt_switch_remove_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x83b664b9 sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x85bf4909 xdr_stream_encode_opaque_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x876e3e5a xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88068885 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88aebf54 svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x89331dc4 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b8aa2ad rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8d7c203e rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f0b43f6 svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8faafbc3 xprt_lock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9064f070 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9422b412 xprt_free_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x942b241b sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x94743d0d rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x948b2b38 xdr_stream_decode_opaque_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x955a5933 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9670b5a1 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x972ce238 rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9763356b auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99433cd1 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99aee353 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9ca415b0 svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa0886ad2 svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa0c54ef5 xdr_stream_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa0fa18b5 svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa1a9abbd rpc_prepare_reply_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa2b2845e rpc_task_release_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa32fa629 read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa3fea9cc xdr_stream_zero +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa60168bf xprt_force_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa62cce39 svc_fill_symlink_pathname +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa69b9f4d xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa6c7581f rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa6c77bfb rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa7b6970d svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa7fda840 xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa8152840 svc_rqst_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa90d2408 xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa3a1fe3 svc_encode_result_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xae18bf95 xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xae444dd9 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaeb405d9 rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xafd4e76b rpc_cancel_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb2722ef4 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb3b23851 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb3ee35d8 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb45e8fdb xdr_init_encode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb586bbd1 rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb9452932 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb9e05f2d rpc_clnt_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xba08cb65 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbad43362 xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbd28ae58 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbe190f4d xprt_unlock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf7e7d1e xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc02b6c8b cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0908dd0 svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc1e5156e rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc598d2ed rpc_clnt_xprt_switch_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc5bf63c9 rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6acf119 rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc7fab2c7 rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8524221 svc_rqst_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc9176ab0 svc_xprt_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcca03637 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xccf77fc3 svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcd6735b7 rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcd9f6eb5 rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcda63a8f svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcdf94f2e xprt_request_get_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce678a59 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce7f36d6 rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf0a8752 svc_rpcbind_set_version +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd0d4455e rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd2e23743 rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd32af6cf rpc_count_iostats_metrics +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd426d948 rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd544a65e rpc_num_bc_slots +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd6d10a28 rpc_task_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd80b7a22 rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd841316c rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd8491a65 svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd8a9affc xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xda1a4c7a csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdadf7c56 svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb29a18a svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdbcd5bd5 xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd691402 xprt_find_transport_ident +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe28a1284 svc_fill_write_vector +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe2be0a4a sunrpc_cache_lookup_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe64cfa56 cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe85b93aa xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe9188c8c xdr_truncate_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe95e700f svc_generic_init_request +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec563beb rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed2c2c69 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee15933f cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf03d3906 svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0a23b36 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0b7775d rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf34f8218 sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf5e7fb7c rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf6bb027b rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7c866ca rpc_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf8ce99f7 svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd7dc3f0 rpcauth_unwrap_resp_decode +EXPORT_SYMBOL_GPL net/tls/tls 0x2ffdb992 tls_validate_xmit_skb +EXPORT_SYMBOL_GPL net/tls/tls 0x5366b128 tls_offload_tx_resync_request +EXPORT_SYMBOL_GPL net/tls/tls 0x7dc35773 tls_encrypt_skb +EXPORT_SYMBOL_GPL net/tls/tls 0xfef8c174 tls_device_sk_destruct +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x03a81e69 virtio_transport_stream_allow +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x13c9ffa0 virtio_transport_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x1b537d55 virtio_transport_notify_poll_in +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x267c630e virtio_transport_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x27f1a6bf virtio_transport_stream_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x2c9947b4 virtio_transport_stream_is_active +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x453cc0fe virtio_transport_dgram_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x4bddc3c5 virtio_transport_dgram_bind +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x4e81d672 virtio_transport_notify_recv_pre_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x4fa3a0e5 virtio_transport_notify_send_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x51c28f8c virtio_transport_deliver_tap_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x5578c5fb virtio_transport_shutdown +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x55937063 virtio_transport_recv_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x5abf671d virtio_transport_notify_send_pre_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x5c6fe162 virtio_transport_seqpacket_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x5e66711f virtio_transport_destruct +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x67b2dde8 virtio_transport_connect +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x703db3e4 virtio_transport_notify_recv_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x738265c2 virtio_transport_notify_send_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x78c821a3 virtio_transport_put_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x850f2972 virtio_transport_notify_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x8a38f9a7 virtio_transport_seqpacket_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb1e41c5c virtio_transport_stream_rcvhiwat +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb282299f virtio_transport_stream_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xbabd30f5 virtio_transport_dgram_allow +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xbb59f1f6 virtio_transport_notify_recv_post_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xcf32039e virtio_transport_notify_send_post_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd2604925 virtio_transport_seqpacket_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd4547514 virtio_transport_do_socket_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd5ab3126 virtio_transport_read_skb +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd7cc6150 virtio_transport_purge_skbs +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd9a381f2 virtio_transport_release +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xde23374a virtio_transport_notify_poll_out +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe6260cd3 virtio_transport_inc_tx_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xee588e55 virtio_transport_notify_recv_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xf25bb7d2 virtio_transport_get_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xf3a9abdd virtio_transport_dgram_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0240b581 vsock_core_unregister +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x06bf4671 vsock_dgram_recvmsg +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0e9bc9b6 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x1892fd7d vsock_remove_sock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2012a2be vsock_create_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x284e07d8 vsock_bind_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2a110f8a vsock_core_register +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2ba19038 vsock_data_ready +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3c09aa55 vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3d4b0fca vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4a9cb84a vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4b99648c vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x59953b9d vsock_core_get_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x867253bc vsock_connectible_recvmsg +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x90aa8549 vsock_find_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x956f084e vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x96143462 vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9bb6fd09 vsock_connected_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa2f1a656 vsock_connectible_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xae87be74 vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xaf2674b5 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb0d7bda7 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb38d1ee5 vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb86ceeb5 vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc1b11f4a vsock_remove_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc92f7f50 vsock_table_lock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xdd640d7a vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe9175331 vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe9c1dbbb vsock_add_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xec96eadf vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf4827ce0 vsock_assign_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf58c4351 vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf5926810 vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xfc5e6923 vsock_deliver_tap +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x0aeb60c8 cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x31eef533 wiphy_delayed_work_queue +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x32404712 cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x38e39ea9 wiphy_work_queue +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x3c60db82 cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x3ccf3fab cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x454a91f6 cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x494a19cc cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x4cfa1344 cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x539f829b wiphy_work_flush +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x55a5a6a8 cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x650ede5a cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x6c008a86 wiphy_delayed_work_flush +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x6e2e0aae cfg80211_vendor_cmd_get_sender +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x7325426e cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x8c69946c wiphy_work_cancel +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb7ac2fd8 cfg80211_pmsr_report +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xc196c63e cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xcb6b3bcd cfg80211_pmsr_complete +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xd3fa5a78 wiphy_delayed_work_cancel +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xe7e71fa5 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xfbf99d9c cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0049ca83 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x00c80741 xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0a575945 xfrm_count_pfkey_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x37a02412 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x5c699441 xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x72395dc1 xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7a8ca627 xfrm_count_pfkey_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xaab23340 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xb73be794 xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xc6b1fdbe xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xd6f50cf7 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x25c64b37 ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x684bc810 ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x93761d69 ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x9bf65c9a ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_user 0x4a0c7516 xfrm_msg_min +EXPORT_SYMBOL_GPL net/xfrm/xfrm_user 0xa294bed8 xfrma_policy +EXPORT_SYMBOL_GPL sound/ac97_bus 0x93617276 snd_ac97_reset +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0x3d619027 snd_seq_kernel_client_put +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0x53e3f1dc snd_seq_kernel_client_get +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xadb51cff snd_seq_client_ioctl_unlock +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xcbf9166f snd_seq_system_broadcast +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xe50413d7 snd_seq_client_ioctl_lock +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xf0c8f9fa snd_seq_expand_var_event_at +EXPORT_SYMBOL_GPL sound/core/snd 0x06120b5a snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0x069a0f9f snd_card_ref +EXPORT_SYMBOL_GPL sound/core/snd 0x21ef7ce4 snd_devm_request_dma +EXPORT_SYMBOL_GPL sound/core/snd 0x2887518d snd_devm_card_new +EXPORT_SYMBOL_GPL sound/core/snd 0x2a9e9bd1 snd_ctl_get_preferred_subdevice +EXPORT_SYMBOL_GPL sound/core/snd 0x40035304 snd_device_initialize +EXPORT_SYMBOL_GPL sound/core/snd 0x5a02df16 snd_ctl_apply_vmaster_followers +EXPORT_SYMBOL_GPL sound/core/snd 0x5af762f1 snd_fasync_free +EXPORT_SYMBOL_GPL sound/core/snd 0x8487d74f snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd 0x8bac689f snd_card_rw_proc_new +EXPORT_SYMBOL_GPL sound/core/snd 0x8ca128e8 snd_card_free_on_error +EXPORT_SYMBOL_GPL sound/core/snd 0x93addb42 snd_ctl_register_layer +EXPORT_SYMBOL_GPL sound/core/snd 0x96261afe snd_card_disconnect_sync +EXPORT_SYMBOL_GPL sound/core/snd 0xb0cd9eda snd_device_get_state +EXPORT_SYMBOL_GPL sound/core/snd 0xb20f1c1a snd_fasync_helper +EXPORT_SYMBOL_GPL sound/core/snd 0xcb9a2f9e snd_power_ref_and_wait +EXPORT_SYMBOL_GPL sound/core/snd 0xd1c392e1 snd_device_disconnect +EXPORT_SYMBOL_GPL sound/core/snd 0xee83c645 snd_card_add_dev_attr +EXPORT_SYMBOL_GPL sound/core/snd 0xef35f53a snd_ctl_disconnect_layer +EXPORT_SYMBOL_GPL sound/core/snd 0xf8f2a4eb snd_kill_fasync +EXPORT_SYMBOL_GPL sound/core/snd 0xfaf598c6 snd_ctl_request_layer +EXPORT_SYMBOL_GPL sound/core/snd 0xfc04b450 snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x91e62dee snd_compr_stop_error +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x921278e1 snd_compress_new +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x04e1b99f snd_pcm_std_chmaps +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x09e913c1 snd_pcm_alt_chmaps +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x175ff788 snd_dma_buffer_sync +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x18f7b81b snd_pcm_stop_xrun +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x1cd0009c snd_pcm_stream_unlock_irqrestore +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x22953a3f snd_pcm_stream_lock +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x26258c6e snd_pcm_fill_iec958_consumer +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x2ecf4a82 snd_pcm_stream_lock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x3d2c744e _snd_pcm_stream_lock_irqsave +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x423f76ad snd_devm_alloc_dir_pages +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x4f26268e snd_pcm_hw_constraint_eld +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x533fb3fd snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x5c407196 snd_pcm_fill_iec958_consumer_hw_params +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x649892e8 snd_pcm_create_iec958_consumer_default +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x8d864069 snd_pcm_rate_range_to_bits +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xab8bc1a2 snd_pcm_rate_mask_intersect +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xc82c3224 snd_pcm_stream_unlock +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xd21cd533 snd_pcm_stream_unlock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xd51511ff snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xdb7f8e7f _snd_pcm_stream_lock_irqsave_nested +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x0193eb53 snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x1510c901 snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x18a6a6af snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x27eab19f snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x294fb5cf snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x7ae2ba56 snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x8724212c snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x88c4aaf1 snd_dmaengine_pcm_refine_runtime_hwparams +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x9e975561 snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xa0834eb7 snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xa82989d6 snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xe59892ee snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-rawmidi 0x64cd64c8 snd_rawmidi_init +EXPORT_SYMBOL_GPL sound/core/snd-rawmidi 0xee8fa88d snd_rawmidi_free +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0xc75604aa __snd_seq_driver_register +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0xf9ac3012 snd_seq_driver_unregister +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x3af31d79 snd_ump_parse_endpoint +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x5b39d06f snd_ump_convert_from_ump +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x601a04e9 snd_ump_switch_protocol +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x6731991f snd_ump_receive +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x6afd7e55 snd_ump_endpoint_new +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x7241414d snd_ump_block_new +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x89d8db01 snd_ump_transmit +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x8a4cf882 snd_ump_attach_legacy_rawmidi +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x980e0164 snd_ump_receive_ump_val +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xe3590e5b snd_ump_convert_to_ump +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x06c6662c amdtp_am824_set_pcm_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x1c99ddd0 amdtp_domain_stream_pcm_ack +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x21aaaee8 amdtp_am824_midi_trigger +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x23ac0ebd amdtp_domain_stop +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x3c441f55 amdtp_am824_set_parameters +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x4d8fd216 amdtp_am824_set_midi_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x4f2f7aaf amdtp_domain_add_stream +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x91960a2e amdtp_am824_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x979e188b amdtp_domain_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xbe8a51de amdtp_domain_start +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xbf8fe9dc amdtp_domain_stream_pcm_pointer +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xcdf2807c amdtp_am824_add_pcm_hw_constraints +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xcf9713c3 amdtp_domain_destroy +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x007d916a snd_hdac_ext_bus_link_power_up +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x0a49f650 snd_hdac_ext_bus_link_power_down +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x0eb7a349 snd_hdac_ext_bus_get_hlink_by_name +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x12a93e40 snd_hdac_ext_bus_get_hlink_by_addr +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x2e65caca snd_hdac_ext_stream_clear +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x33f39ca7 snd_hdac_ext_stream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x39d12fc2 snd_hdac_ext_bus_get_ml_capabilities +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x42945fe8 snd_hdac_ext_bus_init +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x4d3dc7c6 snd_hdac_ext_bus_ppcap_int_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x4f7eabee snd_hdac_ext_bus_link_power_up_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x578036a0 snd_hdac_ext_bus_exit +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x5e9ce1e2 snd_hdac_ext_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x5ef15b32 snd_hdac_ext_bus_ppcap_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x5fae9008 snd_hdac_ext_stream_start +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x629df799 snd_hdac_ext_bus_device_remove +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x6824d49f snd_hdac_ext_stream_release +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x6d989856 snd_hdac_ext_cstream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x77544580 snd_hdac_ext_stream_setup +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x7788d7d2 snd_hdac_ext_bus_link_power_down_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x853ac008 snd_hdac_ext_stream_reset +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x9abf2dda snd_hda_ext_driver_unregister +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xb1ae9130 snd_hda_ext_driver_register +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xb478025a snd_hdac_ext_bus_link_set_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xbf48439c snd_hdac_ext_link_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xc7ade9b1 snd_hdac_ext_stream_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xd20b6402 snd_hdac_ext_bus_link_put +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xda5b2c13 snd_hdac_ext_bus_link_clear_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xdaf91d39 snd_hdac_ext_stream_decouple +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xe41bd052 snd_hdac_ext_stream_decouple_locked +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xe497333e snd_hdac_ext_bus_link_get +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xf2f2d32d snd_hdac_ext_stream_init_all +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x010d20ed snd_hdac_refresh_widgets +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x020d3c13 snd_hdac_stream_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x031ef470 snd_hdac_bus_parse_capabilities +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0347eecd snd_hdac_stream_set_dpibr +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x04f94f78 snd_hdac_stream_release +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x06253509 snd_hdac_check_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x07c64a3b snd_hdac_bus_handle_stream_irq +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x08fbbe76 snd_hdac_bus_stop_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0b072203 snd_hdac_bus_init_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0b267019 snd_hdac_dsp_prepare +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0bf75ae8 snd_hdac_acomp_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x14b273d7 snd_hdac_bus_reset_link +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x16287fa5 snd_hdac_stream_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1b28b224 hdac_get_device_id +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1b924706 snd_hdac_acomp_get_eld +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1bc997da snd_hdac_override_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1da80591 snd_hdac_bus_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x210c936e snd_hdac_stream_setup_periods +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x28ebe62a snd_hdac_regmap_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2e63b754 snd_hdac_codec_link_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2ee4aa6d snd_hdac_bus_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x312947c4 snd_hdac_regmap_write_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x33748111 snd_hdac_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3bd544c2 snd_hdac_get_active_channels +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x40d3a3d2 snd_hdac_stream_set_spib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x44349bce snd_hdac_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x44962033 snd_hdac_stream_stop +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x454733a7 snd_hdac_display_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4606b759 snd_hdac_bus_update_rirb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x47558cbc snd_hdac_get_sub_nodes +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x498a374f snd_hdac_regmap_read_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4ad5bb16 snd_hdac_stream_assign +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4b63d3dc snd_hdac_stream_wait_drsm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4bf0517e snd_hdac_stream_spbcap_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4c7ec4b6 snd_hdac_get_ch_alloc_from_ca +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4cf42267 snd_hdac_bus_stop_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4d3727bb snd_hdac_acomp_register_notifier +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4dc0b9e4 snd_hdac_device_set_chip_name +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x51c566ec snd_hdac_bus_exec_verb_unlocked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x53a0b87b snd_hdac_bus_free_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5770f408 snd_hdac_acomp_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5833abf0 snd_hdac_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5c07cb49 snd_hdac_calc_stream_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5c53c740 snd_hdac_bus_exit_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5cf9f7b5 snd_hdac_stream_setup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x66e2cfd8 snd_hdac_get_stream +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x67bfe791 snd_hdac_spk_to_chmap +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x68be9f13 snd_hda_bus_type +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6901b48f snd_hdac_power_up_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6b387601 snd_hdac_codec_modalias +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6ec42640 snd_hdac_bus_send_cmd +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x72e670df snd_hdac_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x74c83b1a snd_hdac_regmap_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7536a826 snd_hdac_setup_channel_mapping +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x75d118e8 snd_hdac_get_connections +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x77c754a8 snd_hdac_chmap_to_spk_mask +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x79c1eb73 snd_hdac_power_down_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7bd09441 snd_hdac_sync_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7c837410 snd_hdac_stop_streams_and_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x82df64ce snd_hdac_stream_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8389c716 snd_hdac_stream_set_params +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8396176e snd_hdac_read_parm_uncached +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x83e0bb0f snd_hdac_codec_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x83ead957 snd_hdac_regmap_update_raw_once +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x88095720 snd_hdac_codec_link_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x886abf07 snd_hdac_stream_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x943e4eba snd_hdac_stream_start +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x969f3bde snd_hdac_dsp_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x996d6e27 snd_hdac_codec_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9b918c5a snd_hdac_device_unregister +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9c84dfd3 snd_hdac_regmap_update_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9ccecd35 snd_hdac_stream_timecounter_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa187fb8e snd_hdac_register_chmap_ops +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa879f69d snd_hdac_device_register +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa91e3b3e snd_hdac_sync_audio_rate +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xaa0cf4b1 snd_hdac_stream_get_spbmaxfifo +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xac424fac snd_hdac_i915_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xae98d560 snd_hdac_stream_release_locked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb0a60357 snd_hdac_bus_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb3765d15 snd_hdac_device_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb541d0c4 snd_hdac_stream_drsm_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb8ee00b1 snd_hdac_set_codec_wakeup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbabcf1c3 snd_hdac_power_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbaf794e3 _snd_hdac_read_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc35865fe snd_hdac_regmap_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc6579bdc snd_hdac_stream_sync_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc731951a snd_hdac_power_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xce5ec60b snd_hdac_bus_init_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd459b5f3 snd_hdac_stream_set_lpib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd6a1d75d snd_hdac_query_supported_pcm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe1e1eee3 snd_hdac_bus_enter_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe4e07754 snd_hdac_print_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe5e8a353 snd_hdac_bus_get_response +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe941c9b2 snd_hdac_device_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe96b3ee3 snd_hdac_is_supported_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf2ea6ed8 snd_hdac_regmap_add_vendor_verb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf790b738 snd_hdac_get_stream_stripe_ctl +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf7aa965f snd_hdac_stop_streams +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfb31239e snd_hdac_dsp_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfcd8eff3 snd_hdac_i915_set_bclk +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x0f1537e2 intel_nhlt_get_dmic_geo +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x26fc9b24 snd_intel_acpi_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x4e859456 intel_nhlt_free +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x78507794 intel_nhlt_init +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0xcd1994a4 snd_intel_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x18b6f22e snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x2f669a61 snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x593d8e6e snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x6bce1388 snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x7e9f5a4c snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xb451e017 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x00af3652 snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0327b0a6 snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0344a934 snd_hda_codec_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0676f5ac snd_hda_get_input_pin_attr +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x098a99ab snd_hda_codec_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0aa08fb6 snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0eb63931 snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0f037417 azx_probe_codecs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x10bb3be6 snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x11bc9b43 snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x11ce4090 azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x12605d18 snd_hda_jack_set_button_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x162f56fc snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x172a162e snd_hda_jack_add_kctl_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x184b5f1a snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1baac722 snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1d3ca6e1 azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x20439686 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x24336c44 snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x25789a3a snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x28f1c9d7 snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x293b6b8d snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x29dec341 snd_hda_codec_load_dsp_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2a833276 snd_hda_get_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2c56d4eb snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2e6966fe snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2f40c251 snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3256e763 snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x353f2d3e snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x367f87a5 snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x372bde57 snd_hda_codec_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x38b7ce79 snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3a21aba1 __hda_codec_driver_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3ccbcdc8 snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3d99b725 snd_hda_codec_cleanup_for_unbind +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3e57e1ff snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x41b12e33 snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4b8c2118 snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4d50696f snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4e6628b8 snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x52212440 azx_get_pos_lpib +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x533506e3 snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x54b0bfaf snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x54b33f90 snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x58c78815 snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x58d10a57 snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x59e6097d snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x63f98e4b hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x656e5627 snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x65ad2722 __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x688c02b9 snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6c33d615 snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x70dd88f3 snd_hda_jack_tbl_get_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x734e76d1 snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x73a67d6c azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x76625300 snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x77066828 azx_get_pos_posbuf +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7934f16b __snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x79583d56 snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7b2c58d8 snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7cf80488 snd_hda_jack_bind_keymap +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7d19f0ec snd_hda_jack_detect_enable_callback_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7deda0e2 snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x820ad6e5 query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x85134146 snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x854c9266 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x85f1eac1 snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x87f3605a snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8927fd64 snd_hda_set_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x896b2c9e snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8be217b5 snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8ccd4349 snd_hda_codec_pcm_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8dd08ca5 snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x92519659 snd_hda_codec_device_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x94296a53 snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9b56b05c snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9fb55426 snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa169b9de _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa1e32881 snd_hda_jack_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa4831c3d snd_hda_codec_parse_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa6f396a8 snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa73de41b azx_stop_all_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa8081d68 snd_hda_codec_set_name +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa904df4a snd_hda_get_num_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xab76f109 snd_hda_codec_load_dsp_trigger +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xac2fa8a9 snd_hda_check_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaeceaae8 snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaf16126d snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb3adc95e azx_free_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb493c7e1 snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb6f43c0e snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb7532757 snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb89ed9bb snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbb23b7d9 snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbb928493 snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbdc9a33a snd_hda_jack_detect_state_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbf4bc067 azx_bus_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc686ac9c snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc80fcfa8 snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcb9ff205 snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcbc10605 snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcc408a0c snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcc5c7386 snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcdc8b440 snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xce63cad0 snd_hda_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd1c4cf9c snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd402f113 snd_hda_codec_pcm_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd4fbfe21 snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdd058932 snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xde0809b5 snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xde5ccdd1 snd_hda_codec_device_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe029b493 snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe02d9a2e snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe09c025f snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe3954ef1 snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe5223f82 snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xea9de46e snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf1c87ed4 __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf2533ffc snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf282f3bb hda_codec_driver_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf32b9e8a snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf4a70079 azx_init_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf62df192 snd_hda_codec_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf6e613a6 snd_hda_codec_load_dsp_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8969457 is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8dc35ac snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf98b8d31 snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfbedf179 snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfce6c9c4 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfd8b6218 snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfe355a67 azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0473669b snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x09904a40 snd_hda_gen_add_micmute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0b5625bc snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x2875a6d7 snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x2ae849f9 snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x3619d4e5 snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x497db5ce snd_hda_gen_fix_pin_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x542ac0d7 snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x5529f896 snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x5a793b7c snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x76dc6871 hda_main_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x81c137dd snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x848a65c2 snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x871a6e44 hda_extra_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x8b1d1367 snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x90b2e03d snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x950b7644 snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb1d7f465 snd_hda_gen_stream_pm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc4d3c1b9 snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xcc9aeed4 snd_hda_gen_update_outputs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd5ad0763 snd_hda_gen_add_mute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd83adb8d snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xe9951887 snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/soc/amd/acp/snd-acp-mach 0xb04ce168 acp_quirk_table +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau-utils 0xae620be9 adau_calc_pll_cfg +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1372 0x40711214 adau1372_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0x57868c71 adau1761_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0xf4182310 adau1761_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x0119ba6b adau17x1_add_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x14ea7ca3 adau17x1_precious_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x214c702f adau17x1_set_micbias_voltage +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x3229368e adau17x1_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x32766e7b adau17x1_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x45d6df5b adau17x1_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x61b0dff5 adau17x1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x6f04ec22 adau17x1_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xc7654e95 adau17x1_add_widgets +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xca2913b0 adau17x1_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau7118 0x4597912d adau7118_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x0bd1e53a arizona_in_vd_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x1d8d298d arizona_lhpf1_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x2aff2059 arizona_out_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x2c653310 arizona_lhpf2_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x2e3e3a9c arizona_clk_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x318a9520 arizona_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x38750329 arizona_out_vd_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x3f36b890 arizona_eq_coeff_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x41bc488e arizona_init_spk_irqs +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x4495e84c arizona_dvfs_up +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x46277216 arizona_rate_val +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x494b1d84 arizona_anc_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x4fb5062a arizona_lhpf4_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x520d1c1c arizona_init_dai +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x5376f1fa arizona_of_get_audio_pdata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x5628ec6f arizona_hp_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x59a262e9 arizona_out_vi_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x5a56e53d arizona_set_output_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x60adfc3a arizona_anc_ng_enum +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x650c0ceb arizona_isrc_fsl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x66e908a3 arizona_dvfs_down +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x67610614 arizona_input_analog +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x69102a20 arizona_sample_rate_text +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x69a56cc9 arizona_dvfs_sysclk_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x6a0684fa arizona_in_vi_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x729a5ef3 arizona_mixer_values +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x751e1d24 arizona_init_dvfs +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x786b7729 arizona_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x7f26f273 arizona_mixer_texts +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x7fcb929a arizona_sample_rate_val_to_name +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x867d6a9f arizona_init_spk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x8a1238a4 arizona_lhpf3_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x8bd51228 arizona_init_fll +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x8db48cce arizona_jack_set_jack +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x904980c0 arizona_adsp2_rate_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x9207d6df arizona_asrc_rate1 +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x9a78526f arizona_jack_codec_dev_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x9fc00ae7 arizona_init_mono +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xab4d845c arizona_rate_text +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xb60e4afc arizona_init_vol_limit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xb7699f67 arizona_in_hpf_cut_enum +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xbd49e19d arizona_lhpf_coeff_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xc23801c4 arizona_set_fll_refclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xc4961af4 arizona_in_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xc64bdf20 arizona_init_common +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xc6b6fc0c arizona_free_spk_irqs +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xc8a7d2fa arizona_set_fll +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xc9c29637 arizona_mixer_tlv +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xd7f85e93 arizona_jack_codec_dev_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xdfe804b8 arizona_sample_rate_val +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xe38a53ab arizona_init_gpio +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xe76f6fbf arizona_in_dmic_osr +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xed894f5f arizona_anc_input_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xf0aa9442 arizona_ng_hold +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xf6e7a537 arizona_simple_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xfb06be4f arizona_voice_trigger_switch +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xfe9d4efd arizona_isrc_fsh +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xff503872 arizona_output_anc_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x0bc49e1a aw88395_dev_get_prof_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x2a6e2f91 aw88395_dev_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x37276bf3 aw88395_dev_set_volume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x40ee028c aw88395_dev_start +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x5a4ccf04 aw88395_dev_get_profile_index +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x689e9939 aw88395_dev_get_prof_name +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x93c81e2f aw88395_dev_set_profile_index +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xc7df208a aw88395_dev_stop +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xd1a7391b aw88395_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xddfd57a2 aw88395_dev_mute +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xf3028d20 aw88395_dev_get_profile_count +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xff800f19 aw88395_dev_fw_update +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395-lib 0x1530e225 aw88395_dev_load_acf_check +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395-lib 0xb191320d aw88395_dev_cfg_load +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x5c7367c9 cs35l41_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0xb7ed3239 cs35l41_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0xeee3f6f1 cs35l41_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x141a548d cs35l41_register_errata_patch +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x1903bf74 cs35l41_otp_unpack +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x322e6973 cs35l41_configure_cs_dsp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x389e86c7 cs35l41_safe_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x3b0e31dd cs35l41_exit_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x640a0f69 cs35l41_regmap_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x6800b20e cs35l41_set_channels +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x7f63d427 cs35l41_global_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x889cdc9a cs35l41_set_cspl_mbox_cmd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x8e246269 cs35l41_test_key_lock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x9e593e7d cs35l41_enter_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xbcca0a64 cs35l41_test_key_unlock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xca4ffa91 cs35l41_init_boost +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xd25f09b6 cs35l41_regmap_spi +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xd6780cad cs35l41_write_fs_errata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xe92ff6ad cs35l41_gpio_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x1810dec9 cs35l56_system_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x2c25da34 cs35l56_system_suspend_late +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x5f614365 cs35l56_system_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x72d3268d cs35l56_system_resume_no_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x915133f1 cs35l56_system_suspend_no_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xf89e66e3 cs35l56_system_resume_early +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x0e46d543 cs4271_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x8da34ff8 cs4271_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x12131d8f cs42l51_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x947d629b cs42l51_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xda881e01 cs42l51_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xe2f0575c cs42l51_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xef2c10b3 cs42l51_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x54963e93 cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7cac7292 cs42888_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xa16c45e3 cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xb34fda05 cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3794c9 cs42448_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0xe402a8ab es8328_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0xe65ae6ce es8328_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x0a9a932b soc_hda_ext_bus_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x26953246 hda_codec_probe_complete +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0xf9437d2b snd_soc_hda_codec_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hdac-hda 0x206dff5b snd_soc_hdac_hda_get_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hdac-hdmi 0x4d419205 hdac_hdmi_jack_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hdac-hdmi 0xc3b17250 hdac_hdmi_jack_port_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0x7c1f094e lpass_macro_pds_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0x809fc997 lpass_macro_pds_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0x59f4dcba max98090_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x2daaebde soc_codec_dev_max98373_sdw +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x2ea9f358 soc_codec_dev_max98373 +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x3da84461 max98373_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x40374a64 max98373_slot_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x1a6c071b mt6358_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x2bb71bed mt6358_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x6e37b5b6 mt6358_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xca420097 mt6358_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8821 0x9f6b03df nau8821_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0xa6ceae6c nau8824_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0xbf55f96a nau8824_components +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8825 0xabef8de3 nau8825_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x02bc5c9b pcm1789_common_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x85440711 pcm1789_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x9dd8f895 pcm1789_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0x82f4ab39 pcm179x_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0xa48caea0 pcm179x_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0x3cf19039 pcm186x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0x79bdd196 pcm186x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x424fee39 pcm3168a_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x56afeb71 pcm3168a_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x6727c690 pcm3168a_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0xd732bae3 pcm3168a_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x04508fe3 pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x081d7416 pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x7724de42 pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xbb29959a pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x5dc92cdf rl6231_pll_calc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x70617a04 rl6231_get_clk_info +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x8d7fa148 rl6231_get_pre_div +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0xdba4502f rl6231_calc_dmic_clk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6347a 0xa7aa810f rl6347a_hw_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6347a 0xade4bf4c rl6347a_hw_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5514-spi 0x61ff58e3 rt5514_spi_burst_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5514-spi 0xff87892f rt5514_spi_burst_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x125db0a5 rt5640_disable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x19742d2d rt5640_dmic_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x35cb67dc rt5640_set_ovcd_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x38bfa4d5 rt5640_enable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x3f71db29 rt5640_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xf711780f rt5640_detect_headset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0x4bf7fe41 rt5645_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0x5731df95 rt5645_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5659 0x30047486 rt5659_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5663 0x84e4a32e rt5663_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5670 0x0ed58eb9 rt5670_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5670 0x2f5ee4db rt5670_components +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5670 0x6a8a51e5 rt5670_jack_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5670 0x7b2fc25c rt5670_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5670 0x7b899798 rt5670_jack_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677 0x6a2eba1d rt5677_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677-spi 0x5fc320ad rt5677_spi_write_firmware +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677-spi 0x67956035 rt5677_spi_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677-spi 0xc6695825 rt5677_spi_hotword_detected +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677-spi 0xe8ece129 rt5677_spi_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x0d18594a rt5682_supply_names +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x395a408a rt5682_aif1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x59d3d967 rt5682_jack_detect_handler +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x6115ccc4 rt5682_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x8c5e3115 rt5682_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x9cf18fc4 rt5682_soc_component_dev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xb897de56 rt5682_reg +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xc97f15fd rt5682_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xce711493 rt5682_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xd26dfb89 rt5682_aif2_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xd4c5a76e rt5682_parse_dt +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xd5446e77 rt5682_apply_patch_list +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xe996342f rt5682_calibrate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xee28f2af rt5682_register_dai_clks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682s 0xf6bf8dee rt5682s_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x163d9740 sigmadsp_setup +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x382f3363 sigmadsp_restrict_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x9d2d4f25 sigmadsp_attach +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xe5bf26b5 devm_sigmadsp_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xfbec13bd sigmadsp_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-i2c 0x0a7c8983 devm_sigmadsp_init_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-regmap 0xceba70e3 devm_sigmadsp_init_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0xcb88d32d src4xxx_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0xded22b69 src4xxx_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0x0717ecd6 ssm2602_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0x6d9678a3 ssm2602_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x01cba5d5 tasdevice_digital_getvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x045fee0f tasdevice_dev_bulk_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x08f4fd5f tas2781_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x13b5e2d6 tasdevice_dev_bulk_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x302bfc3a tasdevice_amp_putvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x3708bec0 tasdevice_dev_update_bits +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x4a37c5d7 tasdevice_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x8d0f37df tasdevice_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x9468edda tasdevice_amp_getvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xa382b58e tasdevice_dev_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xa588b435 tasdevice_digital_putvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xa83fd06d tasdevice_dev_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xd60d28da tasdevice_dsp_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xdf10a282 tasdevice_kzalloc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xfcc5f027 tascodec_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic32x4 0x6e2dca7a aic32x4_register_clocks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic3x 0x04f45e35 aic3x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ts3a227e 0x5effabc8 ts3a227e_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd-mbhc 0x936c1623 wcd_mbhc_event_notify +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x0e9c6243 wcd938x_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x1ac2b6a9 wcd938x_swr_get_current_bank +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x1f939c2b wcd938x_sdw_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x4a8837d7 wcd938x_sdw_device_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xb347aae7 wcd938x_sdw_set_sdw_stream +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x0e26aad7 wm_adsp_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x1543b1e7 wm_adsp_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x1b3dc6e5 wm_adsp_compr_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x1fc28d09 wm_halo_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x267ee6a6 wm_adsp_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x2cc48d2c wm_adsp_read_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x3133da3d wm_adsp2_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x456b3622 wm_adsp2_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x5136fd55 wm_adsp_fw_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x52c16479 wm_halo_wdt_expire +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x582765c4 wm_adsp_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x60dd6153 wm_adsp2_preloader_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x7f2dee78 wm_adsp2_set_dspclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x85e36bf0 wm_adsp_compr_copy +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x88c7fe3f wm_adsp_early_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x8903c2af wm_adsp_fw_enum +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x9d7c912c wm_adsp1_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x9e99c141 wm_adsp2_preloader_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xaf725d47 wm_adsp_fw_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xcc514e41 wm_adsp2_component_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xd3fa8ced wm_adsp_compr_handle_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xd5f14caa wm_adsp_compr_open +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xdc8689ca wm_adsp2_component_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xdd3c79ef wm_adsp2_bus_error +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xde6455d5 wm_adsp_write_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xe161f4e0 wm_adsp_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xea38ee07 wm_halo_bus_error +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xf0386ccc wm_adsp_power_up +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xf3f7b7ac wm_adsp1_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0x461bacaa wm8731_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0xed7968ec wm8731_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x17cdbdc8 wm8804_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x3e8d257c wm8804_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xe14068b3 wm8804_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xec268b44 wm8804_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0x0b6d7edc wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0x5f02eea8 wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-asrc 0xe9124b73 fsl_asrc_component +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-imx-audmux 0x30693bb7 imx_audmux_v1_configure_port +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-imx-audmux 0x58631dab imx_audmux_v2_configure_port +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x00e1d1ff asoc_simple_is_convert_required +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x0228dd1f asoc_simple_clean_reference +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x0660c898 asoc_graph_is_ports0 +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x076b2734 asoc_simple_shutdown +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x1996ae95 asoc_simple_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x1d776b0c asoc_simple_init_priv +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x215d81c7 asoc_simple_init_aux_jacks +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x27e299ab asoc_simple_remove +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x33f133bc asoc_simple_parse_routing +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x40cdcc8c asoc_graph_parse_dai +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x44d96079 asoc_simple_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x49825414 asoc_simple_hw_params +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x6c4f9943 asoc_simple_parse_convert +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x7e9bae0c asoc_simple_startup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x89a5fd00 asoc_simple_parse_tdm_width_map +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x8d061287 asoc_simple_be_hw_params_fixup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xa2fdd03c asoc_simple_parse_widgets +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xa7ae72a4 asoc_simple_parse_clk +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xbb8f233f asoc_simple_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xc499b3a1 asoc_simple_init_jack +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xd4c84ed0 asoc_graph_card_probe +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xd7d12cab asoc_simple_canonicalize_platform +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xf4a903e3 asoc_simple_dai_init +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xfd23f03e asoc_simple_set_dailink_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xfd6d5bb3 asoc_simple_canonicalize_cpu +EXPORT_SYMBOL_GPL sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform 0x5c07919b sst_register_dsp +EXPORT_SYMBOL_GPL sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform 0x8492b5dd sst_unregister_dsp +EXPORT_SYMBOL_GPL sound/soc/intel/atom/sst/snd-intel-sst-core 0x106bb11e intel_sst_pm +EXPORT_SYMBOL_GPL sound/soc/intel/atom/sst/snd-intel-sst-core 0x1be19228 sst_context_cleanup +EXPORT_SYMBOL_GPL sound/soc/intel/atom/sst/snd-intel-sst-core 0x32acd2ba sst_configure_runtime_pm +EXPORT_SYMBOL_GPL sound/soc/intel/atom/sst/snd-intel-sst-core 0x46453d25 sst_context_init +EXPORT_SYMBOL_GPL sound/soc/intel/atom/sst/snd-intel-sst-core 0x709cd25f relocate_imr_addr_mrfld +EXPORT_SYMBOL_GPL sound/soc/intel/atom/sst/snd-intel-sst-core 0xe78e7459 sst_alloc_drv_context +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x044fb648 snd_soc_acpi_intel_jsl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x1a33e8c0 snd_soc_acpi_intel_hda_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x22481abe snd_soc_acpi_intel_rpl_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x28f6018f snd_soc_acpi_intel_cherrytrail_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x336f81a3 snd_soc_acpi_intel_bxt_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x435de4a0 snd_soc_acpi_intel_lnl_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x4bf97c55 snd_soc_acpi_intel_broadwell_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x4c167d87 snd_soc_acpi_intel_lnl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x4ca3eedb snd_soc_acpi_intel_baytrail_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x53a1ea16 snd_soc_acpi_intel_ehl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x602ca5ba snd_soc_acpi_intel_tgl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x6b546c25 snd_soc_acpi_intel_mtl_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x9293bd3c snd_soc_acpi_intel_cfl_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x9c62a9fa snd_soc_acpi_intel_icl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x9d086f2b snd_soc_acpi_intel_icl_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xa0e12644 snd_soc_acpi_intel_cml_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xa35cfaa0 snd_soc_acpi_intel_cml_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xa70434fa snd_soc_acpi_intel_cnl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xaa1b64b9 snd_soc_acpi_intel_adl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xbc99cacd snd_soc_acpi_intel_adl_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xca0c7091 snd_soc_acpi_intel_skl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xd5f712ce snd_soc_acpi_intel_tgl_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xd9243276 snd_soc_acpi_intel_mtl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xdcc6d459 snd_soc_acpi_intel_rpl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xe53d43e4 snd_soc_acpi_intel_glk_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xe636a8ac snd_soc_acpi_intel_kbl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xea6f618d snd_soc_acpi_intel_cnl_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xf987d11d snd_soc_acpi_intel_cfl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x0cb34834 sst_dsp_shim_update_bits_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x0e57e1ba sst_dsp_mailbox_init +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x16e86983 sst_shim32_read +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x20d25f8a sst_dsp_shim_read +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x21e68e68 sst_dsp_inbox_read +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x228c16f9 sst_dsp_outbox_read +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x2ccfb8f9 sst_dsp_outbox_write +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x3b812029 sst_dsp_shim_write_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x450af3fe sst_dsp_shim_update_bits_forced +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x805e7003 sst_dsp_shim_write +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x82ae5e75 sst_dsp_shim_read_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x87cdf7d2 sst_shim32_write64 +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x93be1561 sst_dsp_shim_update_bits_forced_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0xabc471b3 sst_dsp_inbox_write +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0xd72a34c2 sst_shim32_read64 +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0xe1f99b9f sst_dsp_shim_update_bits +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0xe9c6de99 sst_shim32_write +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0xec5011f8 sst_dsp_register_poll +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0x112ea88d sst_ipc_tx_message_nopm +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0x60a5cad8 sst_ipc_reply_find_msg +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0x682197e5 sst_ipc_init +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0x6963116e sst_ipc_tx_message_nowait +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0x71c4e289 sst_ipc_tx_message_wait +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0x89889da9 sst_ipc_fini +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0xb55cb59e sst_ipc_tx_msg_reply_complete +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x004ed6b7 cnl_sst_dsp_init +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x054b264b skl_clear_module_cnt +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x067ece51 skl_ipc_delete_pipeline +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x06e6eed5 cnl_sst_init_fw +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x0700bbad bxt_sst_init_fw +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x1c8772e6 skl_ipc_get_large_config +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x240c89bc skl_ipc_set_d0ix +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x368fbc71 skl_get_pvt_id +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x38f6cde4 skl_ipc_set_large_config +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x3a7f7386 bxt_sst_dsp_init +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x3ee79635 skl_get_pvt_instance_id_map +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x46bb324c cnl_sst_dsp_cleanup +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x4e3ac117 skl_dsp_sleep +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x4fd0fe28 skl_ipc_save_pipeline +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x66060151 skl_dsp_put_core +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x7156a8e9 skl_sst_dsp_cleanup +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x71d57c53 skl_ipc_unload_modules +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x7229f1a1 skl_dsp_free +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x77637854 skl_dsp_get_core +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x9110a15b skl_ipc_init_instance +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x95eca739 skl_put_pvt_id +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xa14785ed skl_ipc_create_pipeline +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xa1b2bb4f skl_dsp_set_dma_control +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xbfd1ba27 skl_ipc_set_dx +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xc3830606 skl_sst_dsp_init +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xd20ea885 skl_ipc_set_pipeline_state +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xd9dc841a skl_ipc_load_modules +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xe4a797ac skl_ipc_restore_pipeline +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xe6edb778 is_skl_dsp_running +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xf0e62d4e cnl_dsp_free +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xf2098e8e skl_sst_init_fw +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xf29c4828 skl_sst_ipc_load_library +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xf7007758 skl_ipc_bind_unbind +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xfcc139d6 skl_dsp_wake +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xfd643298 bxt_sst_dsp_cleanup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-acpi 0x14c66b61 snd_soc_acpi_codec_list +EXPORT_SYMBOL_GPL sound/soc/snd-soc-acpi 0x5c512782 snd_soc_acpi_find_package_from_hid +EXPORT_SYMBOL_GPL sound/soc/snd-soc-acpi 0xba39aa11 snd_soc_acpi_find_machine +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x02243d5e dpcm_end_walk_at_be +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0322b122 devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x035fafcc snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x03b36ca3 snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0444344e snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x04a535bb snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x051c262a snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x05e204b4 snd_soc_dapm_force_bias_level +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x05e686f0 snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x06d6fa64 snd_soc_component_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x079fd8e6 snd_soc_dai_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x08b0227e snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x08dbefbc snd_soc_component_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x08f2c746 snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x099c5bf1 snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0bb8b096 snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0df6e057 snd_soc_component_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0ef179e1 snd_soc_free_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x11c479bc snd_soc_add_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x131e3eba snd_soc_of_parse_node_prefix +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x16dab037 snd_soc_get_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x17acfbdd snd_soc_component_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x17d59f4d snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x17f67e74 snd_soc_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1ac6f027 snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1bbd8edd snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1c84bbac snd_soc_get_dai_id +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1d3dc85c snd_soc_component_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1d65f230 snd_soc_component_initialize +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1e04e6dd snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1eed0f08 snd_soc_runtime_set_dai_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1f84f3cc snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x202d7ef7 snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x21ba71f8 snd_soc_component_set_jack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x23170d9d snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x24560cd7 snd_soc_card_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x253bc67a snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x285e1d2c snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x28fa2a67 snd_soc_component_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2d7d8133 snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x313cb415 snd_soc_of_get_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x32ce8348 snd_soc_dai_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x346320ce snd_soc_dapm_kcontrol_dapm +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x361a67cf snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3ab2b039 snd_soc_dapm_widget_name_cmp +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3b142fc8 snd_soc_dai_is_dummy +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3d9004b2 snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3f98ca8d devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4088035a snd_soc_component_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x41983b2a snd_soc_component_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x41cd2bc0 snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4209b5e9 snd_soc_dapm_stream_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x42bfeac9 snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x42e314ee snd_soc_lookup_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x45ea5878 snd_soc_dai_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4679ab15 snd_soc_dai_link_set_capabilities +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x46cfd6b8 snd_soc_component_write_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4a5bce78 snd_soc_of_put_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4b39d0db snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4b6820c7 snd_soc_component_compr_get_codec_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4b7bba91 snd_soc_tplg_component_load +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4dfe03c5 snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4e061b15 snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4fa1782d snd_soc_tdm_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x50ce1865 snd_soc_link_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x517887d0 snd_soc_component_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x52903f8e snd_soc_add_component_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5522cdbe snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x578da4a1 snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x58606291 snd_soc_dai_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x598b6f96 snd_soc_link_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5d1a6ca2 dapm_kcontrol_get_value +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5dbab566 snd_soc_dpcm_can_be_prepared +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5e086422 snd_soc_dai_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5f9814c8 snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x60534ad2 snd_soc_dai_active +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x60cc4f74 snd_soc_add_pcm_runtimes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x61cf92e3 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x62f077c6 snd_soc_component_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6423bf62 snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x65601b73 snd_soc_tplg_widget_bind_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x67abc377 dapm_mark_endpoints_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x69620fac snd_soc_unregister_component_by_driver +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6aea5592 snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6c003530 snd_soc_daifmt_parse_clock_provider_raw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6d6b23ac snd_soc_dapm_update_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6e2c72b7 snd_soc_unregister_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x71b370b2 snd_soc_of_put_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x72a1cf2c snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x751388d0 devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x76453d97 snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x769a858f snd_soc_rtdcom_lookup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x789bdedf snd_soc_get_stream_cpu +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7c78b9b6 snd_soc_tplg_component_remove +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7d26a906 snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e4b9fb3 snd_soc_new_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7eb6bd5e snd_soc_dapm_dai_free_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x801d3ad5 snd_soc_runtime_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x808c3eec snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8293dac1 snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x82a39d96 snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x83c2ad45 snd_soc_component_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x84a792f2 snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8551665d snd_soc_of_get_slot_mask +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x863ff23b null_dailink_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x879337ab snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x881c49a4 snd_soc_info_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x888a9fb2 snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x893e5014 snd_soc_close_delayed_work +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x89a9014f snd_soc_component_notify_control +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8b2fbe5b snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8d0e3d2a snd_soc_new_compress +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8d16bb60 snd_soc_of_parse_aux_devs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8d5d5085 snd_soc_find_dai_with_mutex +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8e5b9637 snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8f6ca30c snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8fc156fd snd_soc_dai_get_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x903b6c2b snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9058488a snd_soc_dai_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x92e41831 snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x939c1eb6 snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x968ba481 snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x97f61b18 snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9b633d73 snd_soc_dapm_init +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9daffdc5 snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9de699ca snd_soc_dai_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9e99b09c snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa04c266f snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa065284a snd_soc_component_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa09213d1 snd_soc_component_init_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa13bd5fe snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa16ee087 dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa1924359 snd_soc_remove_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa2599120 snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa264039c snd_soc_card_remove_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa4404d2f snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa4a15e6d snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa6caf1ed snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa6fab8a7 snd_soc_set_dmi_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa786228a snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa9108191 snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaa73cde0 snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaaa44af2 snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xab2c467b soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xae49c77e snd_soc_bytes_tlv_callback +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xae819235 snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb08e708c snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb0f803f6 snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb26e1aa4 snd_soc_component_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb2b91fdb asoc_dummy_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb48dabb9 snd_soc_component_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb490ea51 snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb67973f4 devm_snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb7d8b8fb snd_soc_card_jack_new_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb934cb92 snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xba837cc6 snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbb7a8c32 snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbc004cb0 snd_soc_dapm_new_dai_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbd1fbc2d snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbedc0dc6 snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc06b7276 dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc12303b1 snd_soc_component_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc1e3610b snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc241baeb snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc24cb7bb snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc291fc00 snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc2b2b996 snd_soc_component_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc3040ab6 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc314bc3a snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc317a15e snd_soc_daifmt_clock_provider_flipped +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc3d4d37b snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc44ae54b snd_soc_of_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc519d06f snd_soc_component_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc54b120f snd_soc_dapm_kcontrol_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc5deaa1a snd_soc_component_exit_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc74e9a25 snd_soc_dapm_new_control +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcafd50bf snd_soc_dai_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xce23b309 snd_soc_component_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcf333167 snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcf40222d snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd0af5402 snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd13817c7 snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd248ed77 snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd3737208 widget_in_list +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd4c7feea snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd4d6c9f7 snd_soc_dpcm_runtime_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd53fc488 snd_soc_daifmt_parse_format +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd86a7b2a snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd91609d1 snd_soc_dapm_free_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdb49d1c3 snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xde6ee799 snd_soc_component_compr_copy +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdfdc3dda dapm_pinctrl_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe029cf45 snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe02e1848 dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe44e6b00 snd_soc_card_add_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe47d4cfc snd_soc_find_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe4cbc53b snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe6b3de48 snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe6deabb0 snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe83ecf60 snd_soc_lookup_component_nolocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe87bc40f snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xea74dac4 snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xea808131 snd_soc_component_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xec6f401d snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xecbdc0b0 snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeee690b9 snd_soc_component_compr_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf199b71f snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf1b07cdb snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf1e7594a snd_soc_component_get_jack_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf20de388 snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf2219c3e snd_soc_runtime_calc_hw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf2554e39 snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf4edb479 snd_soc_component_read_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf5a51ab1 snd_soc_dapm_dai_get_connected_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf93343e5 snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf95c6897 snd_soc_of_get_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9622dd1 snd_soc_daifmt_clock_provider_from_bitmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf96a036a snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf971fe91 snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfa3ab760 snd_soc_link_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfaec5096 snd_soc_component_compr_open +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfc3bc977 snd_soc_dai_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfc3e017e snd_soc_of_get_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfca098ae snd_soc_dai_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfde10dbf snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfe233c2d snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x16eef8fe snd_sof_debugfs_add_region_item_iomem +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x6c4a7141 snd_sof_free_debug +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x841d5e35 snd_sof_dbg_init +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x954a4a52 snd_sof_dbg_memory_info_init +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0xd48fbb2f snd_sof_debugfs_buf_item +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x0ad88b14 line6_resume +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x1284c68e line6_read_serial_number +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x1e6ad2ab line6_read_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x202a1b1b line6_midi_id +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x23f49990 line6_pcm_release +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x2a71087d line6_write_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x32b82d50 line6_alloc_sysex_buffer +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x407f3bf9 line6_send_raw_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x6a1d6a66 line6_send_raw_message_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x78a4d1f2 line6_pcm_acquire +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x814e4ae4 line6_probe +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x8c3374cc line6_send_sysex_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x987fb9d7 line6_init_midi +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xb036b9d2 line6_disconnect +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xb98adc44 line6_version_request_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xf0d5306c line6_init_pcm +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xf0e70aec line6_suspend +EXPORT_SYMBOL_GPL virt/lib/irqbypass 0x3fe35aea irq_bypass_unregister_consumer +EXPORT_SYMBOL_GPL virt/lib/irqbypass 0x418873cc irq_bypass_register_producer +EXPORT_SYMBOL_GPL virt/lib/irqbypass 0x888c5be5 irq_bypass_register_consumer +EXPORT_SYMBOL_GPL virt/lib/irqbypass 0xf6e772c3 irq_bypass_unregister_producer +EXPORT_SYMBOL_GPL vmlinux 0x00079759 sched_show_task +EXPORT_SYMBOL_GPL vmlinux 0x000a2dc5 crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0x000c837a crypto_get_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x001565ab _RNvXs10_NtNtCs3AkgXgqgK6r_4core3fmt3numxNtB8_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x00164cd9 regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0x001b074f mce_is_correctable +EXPORT_SYMBOL_GPL vmlinux 0x001f39ca regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0x002c6aa6 _RNvXs22_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10llist_nodeNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x0034f3b6 xen_has_pv_nic_devices +EXPORT_SYMBOL_GPL vmlinux 0x0037c3ad fwnode_graph_get_next_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x0046bafe devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x00511a65 phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0x00513f58 get_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x00565f18 pernet_ops_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x005c9c81 tracing_snapshot_cond +EXPORT_SYMBOL_GPL vmlinux 0x005f18a6 add_wait_queue_priority +EXPORT_SYMBOL_GPL vmlinux 0x006481e2 crypto_alloc_sig +EXPORT_SYMBOL_GPL vmlinux 0x006d8285 crypto_register_aead +EXPORT_SYMBOL_GPL vmlinux 0x0071835a pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0x00730d66 inode_dax +EXPORT_SYMBOL_GPL vmlinux 0x0077d2fd _RNvXs1Z_NtNtCs3AkgXgqgK6r_4core3str4iterNtB6_11EscapeDebugNtNtBa_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x007e0a7e gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0x008539f0 klp_shadow_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0085a291 vcap_tc_flower_handler_ipv6_usage +EXPORT_SYMBOL_GPL vmlinux 0x008fe132 vp_legacy_get_features +EXPORT_SYMBOL_GPL vmlinux 0x009da794 compat_only_sysfs_link_entry_to_kobj +EXPORT_SYMBOL_GPL vmlinux 0x009f5832 blkcg_get_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x00a2250d gpiod_get_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0x00a6e1cd crypto_alloc_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x00b0cbb7 uart_try_toggle_sysrq +EXPORT_SYMBOL_GPL vmlinux 0x00b32538 regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x00d27cdf _RNvXsf_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_10hlist_nodeNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x00d4c500 usb_decode_interval +EXPORT_SYMBOL_GPL vmlinux 0x00effef3 cpufreq_dbs_governor_start +EXPORT_SYMBOL_GPL vmlinux 0x00fde901 espintcp_push_skb +EXPORT_SYMBOL_GPL vmlinux 0x010f208f ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x01170d02 component_master_add_with_match +EXPORT_SYMBOL_GPL vmlinux 0x011fd562 _RNvMNtCs3AkgXgqgK6r_4core3f32f7next_up +EXPORT_SYMBOL_GPL vmlinux 0x012e730e apei_exec_noop +EXPORT_SYMBOL_GPL vmlinux 0x012e93bb nvdimm_clear_poison +EXPORT_SYMBOL_GPL vmlinux 0x0131cc28 _RNvXs4m_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB6_10NonZeroI32NtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x0142d7ba _RNvNvMNtCs3AkgXgqgK6r_4core3f32f7to_bits13ct_f32_to_u32 +EXPORT_SYMBOL_GPL vmlinux 0x014f7272 pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0x015298b9 phy_get_rate_matching +EXPORT_SYMBOL_GPL vmlinux 0x015c9f71 usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0x0171d80f devl_param_driverinit_value_get +EXPORT_SYMBOL_GPL vmlinux 0x0178ee39 _RNvXNtNtNtCsbwHtcUjRN57_6kernel4sync4lock5mutexNtB2_12MutexBackendNtB4_7Backend4init +EXPORT_SYMBOL_GPL vmlinux 0x0184472e mdiobus_modify +EXPORT_SYMBOL_GPL vmlinux 0x01848a8e local_apic_timer_c2_ok +EXPORT_SYMBOL_GPL vmlinux 0x01866a57 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x01868514 da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0x01a0cb78 property_entries_free +EXPORT_SYMBOL_GPL vmlinux 0x01a20dfe spi_delay_to_ns +EXPORT_SYMBOL_GPL vmlinux 0x01b0c20c _RNvXs7_NtCs3AkgXgqgK6r_4core5allocNtB5_10AllocErrorNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x01b68331 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x01b8ad58 clk_gate_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x01bbe239 _RNvXs1_NtNtCs3AkgXgqgK6r_4core3fmt3numsNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0x01c12c32 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0x01c937d8 edac_pci_add_device +EXPORT_SYMBOL_GPL vmlinux 0x01cc56c4 bsg_job_get +EXPORT_SYMBOL_GPL vmlinux 0x01cebe48 ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x01e11f83 _RNvXsj_NtNtCs3AkgXgqgK6r_4core3num5errorNtB5_12IntErrorKindNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01ee5532 smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x01fc2900 devl_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x01fe3a03 ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0x0207a6c6 reset_control_bulk_acquire +EXPORT_SYMBOL_GPL vmlinux 0x020c785f device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x020fffaa _RNvXs8_NtCs3AkgXgqgK6r_4core3fmtNtB5_9FormatterNtB5_5Write9write_str +EXPORT_SYMBOL_GPL vmlinux 0x0211380e strp_check_rcv +EXPORT_SYMBOL_GPL vmlinux 0x021d1fd3 em_pd_get +EXPORT_SYMBOL_GPL vmlinux 0x02307ae7 _RNvXs2t_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11class_rcu_tNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x0235dab1 _RNvXsd_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_9list_headNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x02394899 play_idle_precise +EXPORT_SYMBOL_GPL vmlinux 0x02495b8f gnttab_alloc_grant_reference_seq +EXPORT_SYMBOL_GPL vmlinux 0x024bc024 blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x024d13dd request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x025b3b78 alloc_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0x025ecc89 __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x02705242 clk_hw_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x02766a8a vcap_tc_flower_handler_ip_usage +EXPORT_SYMBOL_GPL vmlinux 0x027b6539 __SCK__tp_func_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x027cc928 pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0x027dd5a7 led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0x028c310f __SCK__tp_func_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x0297baf0 __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x0298cc13 dev_pm_set_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x029e5517 cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0x029fa63a to_nvdimm_bus +EXPORT_SYMBOL_GPL vmlinux 0x02ad87b0 mmput +EXPORT_SYMBOL_GPL vmlinux 0x02ae395f clk_hw_get_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x02aedfa6 dev_pm_opp_find_bw_floor +EXPORT_SYMBOL_GPL vmlinux 0x02c5c501 power_supply_find_ocv2cap_table +EXPORT_SYMBOL_GPL vmlinux 0x02c7ba9c xhci_check_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0x02ca3388 devm_devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0x02d439fc mctp_register_netdev +EXPORT_SYMBOL_GPL vmlinux 0x02d58f9f get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x02d74cf2 task_cputime_adjusted +EXPORT_SYMBOL_GPL vmlinux 0x02df2fc0 _RNvXs5R_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11wake_q_nodeNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x02f1045d devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x02f484a4 wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0x0301e208 irq_get_default_host +EXPORT_SYMBOL_GPL vmlinux 0x03054991 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x030cbca2 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x0312b3b0 reset_controller_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x03235d62 smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x0324e457 user_describe +EXPORT_SYMBOL_GPL vmlinux 0x032ed7ff of_icc_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x03437e08 gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x03473884 phy_basic_t1s_p2mp_features +EXPORT_SYMBOL_GPL vmlinux 0x035c1dbe ethnl_cable_test_pulse +EXPORT_SYMBOL_GPL vmlinux 0x036de383 perf_event_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x0372fb2c ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0x0373766a sbitmap_queue_clear +EXPORT_SYMBOL_GPL vmlinux 0x0375d8f9 blk_mq_quiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x0377dc9e rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0x03882263 skb_append_pagefrags +EXPORT_SYMBOL_GPL vmlinux 0x03952887 ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x039b53ce vcap_is_next_lookup +EXPORT_SYMBOL_GPL vmlinux 0x039dbd89 device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x03c026b6 ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0x03c12dfe cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x03c1c035 acrn_remove_intr_handler +EXPORT_SYMBOL_GPL vmlinux 0x03c775c3 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x03ce7234 sched_smt_present +EXPORT_SYMBOL_GPL vmlinux 0x03d97b8e dev_pm_opp_config_clks_simple +EXPORT_SYMBOL_GPL vmlinux 0x03ee9132 device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0x03f05613 misc_cg_uncharge +EXPORT_SYMBOL_GPL vmlinux 0x0402cbbf preempt_notifier_inc +EXPORT_SYMBOL_GPL vmlinux 0x04035e6c pci_p2pmem_publish +EXPORT_SYMBOL_GPL vmlinux 0x040ef558 iommu_device_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x0411604c clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x0416c126 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0x041b96a3 acpi_dev_get_memory_resources +EXPORT_SYMBOL_GPL vmlinux 0x04297ac9 cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x045466ae pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0x045e9437 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x04687d42 usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0x0476a9a8 bio_add_zone_append_page +EXPORT_SYMBOL_GPL vmlinux 0x047ebb74 free_fib_info +EXPORT_SYMBOL_GPL vmlinux 0x04804248 edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x0494a0ef vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0x0496861f irq_chip_disable_parent +EXPORT_SYMBOL_GPL vmlinux 0x049e5156 gnttab_try_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x04a3bc4a sk_free_unlock_clone +EXPORT_SYMBOL_GPL vmlinux 0x04ab6f81 hv_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0x04ae64d9 icc_nodes_remove +EXPORT_SYMBOL_GPL vmlinux 0x04b2891b netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0x04bf0092 io_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x04c1cf74 ksm_madvise +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04c8aebf console_verbose +EXPORT_SYMBOL_GPL vmlinux 0x04dd28cc clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0x04df8fbc lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0x04f26826 devlink_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x050d0333 _RNvXs3_NtNtCs3AkgXgqgK6r_4core5panic8locationNtB5_8LocationNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x051085e3 lock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x0512b691 iommu_device_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x051a0bc1 stack_depot_fetch +EXPORT_SYMBOL_GPL vmlinux 0x05245dba sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x052b4013 register_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x052c9aed ktime_get_real_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x05327e69 wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x05495108 _RNvXs3B_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5i32x8NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x0555e803 _RNvXs40_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_16lru_gen_mm_stateNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x0556d047 ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0x0557bedb pwm_lpss_bxt_info +EXPORT_SYMBOL_GPL vmlinux 0x05623d69 _RNvNtNtCs3AkgXgqgK6r_4core10intrinsics3mir4Goto +EXPORT_SYMBOL_GPL vmlinux 0x0562f140 xenbus_dev_probe +EXPORT_SYMBOL_GPL vmlinux 0x056cba09 vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL vmlinux 0x05703bac acpi_device_fix_up_power_extended +EXPORT_SYMBOL_GPL vmlinux 0x05883efb __traceiter_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x058f9366 apei_exec_collect_resources +EXPORT_SYMBOL_GPL vmlinux 0x05ace042 ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x05b6561d clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x05be12ad pfn_to_online_page +EXPORT_SYMBOL_GPL vmlinux 0x05c12ec3 _RNvXsE_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_15static_call_keyNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x05c4dc76 bpf_map_inc +EXPORT_SYMBOL_GPL vmlinux 0x05c756a7 device_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x05cd1dd4 vcap_rule_add_key_bit +EXPORT_SYMBOL_GPL vmlinux 0x05e84470 nexthop_for_each_fib6_nh +EXPORT_SYMBOL_GPL vmlinux 0x05ec36f5 devl_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x05ec6eb0 sysfs_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x05f1ec62 _RNvXs1b_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5i32x2NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x061336ae blocking_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x06209f49 phy_lookup_setting +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x0627a2d2 __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x062b89c4 ghes_unregister_report_chain +EXPORT_SYMBOL_GPL vmlinux 0x063612b2 _copy_mc_to_iter +EXPORT_SYMBOL_GPL vmlinux 0x06366d79 sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x06459001 acpi_get_and_request_gpiod +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x065484fd crypto_register_templates +EXPORT_SYMBOL_GPL vmlinux 0x0665e2eb _RNvXsF_NtNtCs3AkgXgqgK6r_4core3fmt3numhNtB7_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0x067bf6f8 eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0x06807c8c regulator_list_hardware_vsel +EXPORT_SYMBOL_GPL vmlinux 0x0689806f skb_gso_validate_mac_len +EXPORT_SYMBOL_GPL vmlinux 0x0689f172 crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0x068e1355 perf_report_aux_output_id +EXPORT_SYMBOL_GPL vmlinux 0x0692bce9 kthread_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x069e8c4c regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x06cca30b ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0x06df2b5f rio_unmap_outb_region +EXPORT_SYMBOL_GPL vmlinux 0x06e1af15 encrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0x06ec85c4 _RNvXse_NtNtCs3AkgXgqgK6r_4core4hash3sipNtB5_9SipHasherNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x06edcaf5 usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x06f0db89 _RNvXs1Y_NtNtCs3AkgXgqgK6r_4core3str4iterNtB6_13EscapeUnicodeNtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x07045409 _RNvXs4E_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15percpu_ref_dataNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x070906ff class_register +EXPORT_SYMBOL_GPL vmlinux 0x0712b0a8 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x07242d92 put_dax +EXPORT_SYMBOL_GPL vmlinux 0x07262b37 em_dev_unregister_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0x073205e7 vcap_filter_rule_keys +EXPORT_SYMBOL_GPL vmlinux 0x073689c3 hwpoison_filter +EXPORT_SYMBOL_GPL vmlinux 0x07483e13 cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0x074ed692 __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0x074f98db synth_event_add_field +EXPORT_SYMBOL_GPL vmlinux 0x0756a31c register_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0x0760e02e regulator_set_suspend_voltage +EXPORT_SYMBOL_GPL vmlinux 0x076356e7 sfp_may_have_phy +EXPORT_SYMBOL_GPL vmlinux 0x076398bd fwnode_get_nth_parent +EXPORT_SYMBOL_GPL vmlinux 0x0765a06c clean_acked_data_enable +EXPORT_SYMBOL_GPL vmlinux 0x07800708 bpf_prog_alloc +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b3bd1a dev_pm_qos_expose_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07b64d81 hyperv_stop_tsc_emulation +EXPORT_SYMBOL_GPL vmlinux 0x07b89ec2 _RNvXs1I_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_7fpstateNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x07b8b37b da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x07be6905 net_inc_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x07c84a85 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0x07d8f73b _RNvXs1q_NtNtCs3AkgXgqgK6r_4core3fmt3numnNtB8_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x07da6b1a page_cache_async_ra +EXPORT_SYMBOL_GPL vmlinux 0x07e84484 devm_namespace_disable +EXPORT_SYMBOL_GPL vmlinux 0x07f073ca _RNvXs4t_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_6f32x16NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x08015f77 _RNvXs2T_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_9debug_objNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x08135613 dax_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x08192b52 _RNvXs1_NtCsbwHtcUjRN57_6kernel3strNtB5_4CStrNtNtCs3AkgXgqgK6r_4core3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x081e56cf acpi_dev_get_dma_resources +EXPORT_SYMBOL_GPL vmlinux 0x08251837 _RNvXs1j_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_17msr__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x084d83cb of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x087f5dc5 wm831x_of_match +EXPORT_SYMBOL_GPL vmlinux 0x088266a8 fuse_send_init +EXPORT_SYMBOL_GPL vmlinux 0x088306e2 _RNvXs43_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_6lruvecNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x088be7e4 usb_phy_roothub_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0895fc1e _RNvXsK_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_41restart_block__bindgen_ty_1__bindgen_ty_2NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x0898c5ef devlink_dpipe_action_put +EXPORT_SYMBOL_GPL vmlinux 0x08a32d46 clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x08a66e32 pci_stop_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x08ac05da kthread_unpark +EXPORT_SYMBOL_GPL vmlinux 0x08b37df1 badblocks_store +EXPORT_SYMBOL_GPL vmlinux 0x08c2840e pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x08c78cf7 offline_and_remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x08caa125 _RNvXsG_NtCs3AkgXgqgK6r_4core3fmtNtB5_5ErrorNtB5_5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x08cd925f cookie_tcp_reqsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x08e2b333 cppc_set_auto_sel +EXPORT_SYMBOL_GPL vmlinux 0x08e4e463 devm_clk_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x08e63fe2 usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0x08e7e75f edac_mc_add_mc_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x08eecef5 _RNvXsh_NtCs3AkgXgqgK6r_4core7convertNtB5_10InfallibleNtNtB7_3cmp3Ord3cmp +EXPORT_SYMBOL_GPL vmlinux 0x08efd3a5 ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0x0907d14d blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x091875f4 balloon_mops +EXPORT_SYMBOL_GPL vmlinux 0x09187f3d __traceiter_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x091b5ea7 vchan_tx_submit +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x0925493f clear_page_orig +EXPORT_SYMBOL_GPL vmlinux 0x0930b909 msg_zerocopy_callback +EXPORT_SYMBOL_GPL vmlinux 0x0930c344 make_device_exclusive_range +EXPORT_SYMBOL_GPL vmlinux 0x09337cd0 __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x093786cf synth_event_add_field_str +EXPORT_SYMBOL_GPL vmlinux 0x09419339 genphy_c45_read_pma +EXPORT_SYMBOL_GPL vmlinux 0x09508cb1 acpi_spi_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x09539bce ata_scsi_dma_need_drain +EXPORT_SYMBOL_GPL vmlinux 0x096a7e6f x86_spec_ctrl_base +EXPORT_SYMBOL_GPL vmlinux 0x09741678 mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0x0976822d sfp_get_module_eeprom_by_page +EXPORT_SYMBOL_GPL vmlinux 0x097dd5ab crypto_unregister_acomps +EXPORT_SYMBOL_GPL vmlinux 0x098fae22 devlink_priv +EXPORT_SYMBOL_GPL vmlinux 0x099643fb rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x09a2135b inet6_cleanup_sock +EXPORT_SYMBOL_GPL vmlinux 0x09b53e14 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x09bdc3fb gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x09bdd1f8 nvdimm_bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x09d65ea2 _RNvXs1l_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_8msr_infoNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x09e80b5f backing_file_open +EXPORT_SYMBOL_GPL vmlinux 0x09f46309 pkcs7_validate_trust +EXPORT_SYMBOL_GPL vmlinux 0x09f50f32 rcu_nocb_flush_deferred_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x0a0893e9 bpf_preload_ops +EXPORT_SYMBOL_GPL vmlinux 0x0a0f07e7 _RNvXsO_NtNtCs3AkgXgqgK6r_4core3fmt3numtNtB7_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x0a115400 __tracepoint_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x0a18fe43 xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0x0a27c436 _RNvMs3_NtNtCs3AkgXgqgK6r_4core3ffi5c_strNtB5_4CStr20from_bytes_until_nul +EXPORT_SYMBOL_GPL vmlinux 0x0a328bba devm_of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0x0a36703c _RNvXNtCs3AkgXgqgK6r_4core3ffiNtB2_6c_voidNtNtB4_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x0a402055 devm_regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0a47553f tdx_kvm_hypercall +EXPORT_SYMBOL_GPL vmlinux 0x0a4e6e0a nf_hooks_lwtunnel_sysctl_handler +EXPORT_SYMBOL_GPL vmlinux 0x0a502c98 dmar_platform_optin +EXPORT_SYMBOL_GPL vmlinux 0x0a523f04 blk_mq_unquiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x0a52c511 hv_query_ext_cap +EXPORT_SYMBOL_GPL vmlinux 0x0a55fd5e pm_wakeup_ws_event +EXPORT_SYMBOL_GPL vmlinux 0x0a66f1b7 bdev_nr_zones +EXPORT_SYMBOL_GPL vmlinux 0x0a6b65ad fixup_user_fault +EXPORT_SYMBOL_GPL vmlinux 0x0a8162a8 raw_v4_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x0a825674 wbt_disable_default +EXPORT_SYMBOL_GPL vmlinux 0x0a8319aa synth_event_create +EXPORT_SYMBOL_GPL vmlinux 0x0a8894f4 mas_find_range_rev +EXPORT_SYMBOL_GPL vmlinux 0x0a8e458b crypto_req_done +EXPORT_SYMBOL_GPL vmlinux 0x0a938b6c ip6_pol_route +EXPORT_SYMBOL_GPL vmlinux 0x0a9f0663 pci_dev_lock +EXPORT_SYMBOL_GPL vmlinux 0x0aa0b5a7 usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0x0aa1d4be irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0x0ab051b1 __SCK__tp_func_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x0abdc439 cc_platform_has +EXPORT_SYMBOL_GPL vmlinux 0x0accb351 devm_usb_get_phy_by_node +EXPORT_SYMBOL_GPL vmlinux 0x0acf7a64 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x0ad018ff nd_cmd_out_size +EXPORT_SYMBOL_GPL vmlinux 0x0ad137d3 lpit_read_residency_count_address +EXPORT_SYMBOL_GPL vmlinux 0x0aeb6835 cros_ec_check_features +EXPORT_SYMBOL_GPL vmlinux 0x0aed7323 wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x0afa9ce1 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter15debug_upper_hex +EXPORT_SYMBOL_GPL vmlinux 0x0b0320aa pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b1bb9f9 synchronize_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x0b1cdc09 __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0x0b2cb95a virtio_device_freeze +EXPORT_SYMBOL_GPL vmlinux 0x0b2db2d5 remove_resource +EXPORT_SYMBOL_GPL vmlinux 0x0b3ecdf0 input_class +EXPORT_SYMBOL_GPL vmlinux 0x0b48efd3 pci_ioremap_wc_bar +EXPORT_SYMBOL_GPL vmlinux 0x0b513787 _RNvXs4W_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_8sysv_shmNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x0b52e502 apei_resources_add +EXPORT_SYMBOL_GPL vmlinux 0x0b5515f1 _RNvXNtNtCs3AkgXgqgK6r_4core3fmt3numoNtB4_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x0b6248c9 of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x0b6346da rtnl_get_net_ns_capable +EXPORT_SYMBOL_GPL vmlinux 0x0b69e104 pse_ethtool_get_status +EXPORT_SYMBOL_GPL vmlinux 0x0b69ff33 bpf_trace_run3 +EXPORT_SYMBOL_GPL vmlinux 0x0b70ff21 phy_resolve_aneg_pause +EXPORT_SYMBOL_GPL vmlinux 0x0b774c9d mctrl_gpio_init_noauto +EXPORT_SYMBOL_GPL vmlinux 0x0b8a6cfc xen_pci_frontend +EXPORT_SYMBOL_GPL vmlinux 0x0b8c8a23 static_key_fast_inc_not_disabled +EXPORT_SYMBOL_GPL vmlinux 0x0b961e09 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0x0ba39721 rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0x0bb1e8fb ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0x0bb5106e devm_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0x0bbb623d ncsi_stop_dev +EXPORT_SYMBOL_GPL vmlinux 0x0bbdc9b2 remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x0bbeaeba uv_bios_enum_ports +EXPORT_SYMBOL_GPL vmlinux 0x0bc42a72 _RNvNtNtCsbwHtcUjRN57_6kernel5print14format_strings5DEBUG +EXPORT_SYMBOL_GPL vmlinux 0x0bc48e90 __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x0bc4ece4 regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x0bce4432 __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x0bd3d21f iommu_enable_nesting +EXPORT_SYMBOL_GPL vmlinux 0x0bda3640 sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0x0bdcfa64 __tracepoint_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x0bdd0ac9 led_set_brightness_sync +EXPORT_SYMBOL_GPL vmlinux 0x0be0e164 _RNvXsN_NtNtCs3AkgXgqgK6r_4core3str7patternNtB5_17CharSliceSearcherNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x0be24053 fscrypt_prepare_symlink +EXPORT_SYMBOL_GPL vmlinux 0x0bf60a55 pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0x0bf8c6ac ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0x0c07ba8b _RNvXsL_NtNtCs3AkgXgqgK6r_4core3fmt3numsNtB7_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x0c083ea8 wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0x0c1622a1 pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x0c20bd45 xen_xlate_remap_gfn_array +EXPORT_SYMBOL_GPL vmlinux 0x0c2c5802 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x0c3a7465 devm_pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0c407c85 devlink_to_dev +EXPORT_SYMBOL_GPL vmlinux 0x0c41381a phy_reset +EXPORT_SYMBOL_GPL vmlinux 0x0c4db4ad _RNvMNtCs3AkgXgqgK6r_4core3numa14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0x0c51f2f7 __tracepoint_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x0c60a813 _RNvXsN_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_13restart_blockNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x0c767930 od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x0c7993fa to_software_node +EXPORT_SYMBOL_GPL vmlinux 0x0c7cc9c0 set_capacity_and_notify +EXPORT_SYMBOL_GPL vmlinux 0x0c805f93 clflush_cache_range +EXPORT_SYMBOL_GPL vmlinux 0x0c86cc0f _RNvXs2Q_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11old_timex32NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x0c88c1c3 pci_vpd_find_id_string +EXPORT_SYMBOL_GPL vmlinux 0x0c89230f _RNvXs1_NtCsbwHtcUjRN57_6kernel4taskNtB5_4TaskNtNtB7_5types16AlwaysRefCounted7inc_ref +EXPORT_SYMBOL_GPL vmlinux 0x0c99d2c5 rt288x_setup +EXPORT_SYMBOL_GPL vmlinux 0x0cb28a4c regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x0cbe3ee2 software_node_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0cc2c0a0 rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0x0cc50e0b _RNvXsq_NtCs3AkgXgqgK6r_4core3numtNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x0cc9d36c iommu_group_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x0cda88b4 mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x0cee2fc9 irq_domain_reset_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x0cfbd60a __tracepoint_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x0cfe59cb hyperv_fill_flush_guest_mapping_list +EXPORT_SYMBOL_GPL vmlinux 0x0d03ad8e perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0x0d09285a clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x0d0b947c fib_new_table +EXPORT_SYMBOL_GPL vmlinux 0x0d0c9920 bio_clone_blkg_association +EXPORT_SYMBOL_GPL vmlinux 0x0d15ffb4 ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x0d16b332 fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0x0d1b0322 usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0x0d210c91 _RNvXs5K_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_16sched_statisticsNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x0d2e8ae8 blk_stat_enable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x0d2f5611 __SCK__tp_func_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x0d3848c3 _RNvXsP_NtNtCs3AkgXgqgK6r_4core3fmt3numtNtB7_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x0d3c6af6 _RNvXs59_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11sigaltstackNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x0d3fb7d4 phy_interface_num_ports +EXPORT_SYMBOL_GPL vmlinux 0x0d3fbf71 pci_ignore_hotplug +EXPORT_SYMBOL_GPL vmlinux 0x0d408cb2 devl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0d4961de nf_log_buf_open +EXPORT_SYMBOL_GPL vmlinux 0x0d4cdb58 dev_pm_opp_init_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x0d4e3f8c iopf_queue_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d52e43e usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x0d54abf4 rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0x0d5cecc6 ima_measure_critical_data +EXPORT_SYMBOL_GPL vmlinux 0x0d633bff __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x0d6a49d4 tcp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d6af808 devlink_flash_update_timeout_notify +EXPORT_SYMBOL_GPL vmlinux 0x0d6e7953 _RNvXs3_NtCs3AkgXgqgK6r_4core4timeNtB5_8DurationNtNtNtB7_3ops5arith9SubAssign10sub_assign +EXPORT_SYMBOL_GPL vmlinux 0x0d7033a7 crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0x0d80f046 bpf_trace_run11 +EXPORT_SYMBOL_GPL vmlinux 0x0d8179f4 _RNvMs_NtNtCs3AkgXgqgK6r_4core4task4wakeNtB4_14RawWakerVTable3new +EXPORT_SYMBOL_GPL vmlinux 0x0d8725c1 __blk_trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0x0d92d92a crypto_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x0d981bf5 serial8250_em485_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0dabd267 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0x0ddadea2 __SCT__tp_func_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0de7f3cb sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0x0df148e9 __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x0df43f23 skb_splice_bits +EXPORT_SYMBOL_GPL vmlinux 0x0df90684 pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0x0dfaabc5 _RNvXs3m_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_12mm_context_tNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x0e007edf xen_evtchn_nr_channels +EXPORT_SYMBOL_GPL vmlinux 0x0e042c92 gnttab_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x0e09a930 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0x0e0b5329 _RNvNtNtCsbwHtcUjRN57_6kernel5print14format_strings3ERR +EXPORT_SYMBOL_GPL vmlinux 0x0e0c6a7d crypto_dh_encode_key +EXPORT_SYMBOL_GPL vmlinux 0x0e1194d5 hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x0e13cb4d apei_resources_release +EXPORT_SYMBOL_GPL vmlinux 0x0e19bcf3 mptcp_pm_get_local_addr_max +EXPORT_SYMBOL_GPL vmlinux 0x0e1a706d irq_chip_request_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0x0e1fab54 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0x0e1fc8ef __SCT__tp_func_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x0e30f46a ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0x0e326dc7 l3mdev_table_lookup_register +EXPORT_SYMBOL_GPL vmlinux 0x0e394ea2 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x0e3f6b25 hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x0e4b5ffb udp_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0x0e5127ed _RNvXs4_NtNtCs3AkgXgqgK6r_4core3fmt3numnNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0x0e5cc9d7 xdp_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x0e6b79af static_key_disable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x0e70080b udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0e7b79b1 acpi_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0x0e7c65d6 _RNvXst_NtCs3AkgXgqgK6r_4core4charNtB5_18EscapeUnicodeStateNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x0e8d3243 dm_bio_from_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x0e91ccb1 rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0x0ea5cbce xen_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x0ea6c41b _RNvXs1L_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_9fpu_guestNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x0ea6f807 alloc_dax +EXPORT_SYMBOL_GPL vmlinux 0x0eb0f954 switchdev_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x0eb5eaa6 devm_power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x0ec096b0 hv_read_reference_counter +EXPORT_SYMBOL_GPL vmlinux 0x0ecfea88 btf_type_by_id +EXPORT_SYMBOL_GPL vmlinux 0x0ed83776 mptcp_subflow_init_cookie_req +EXPORT_SYMBOL_GPL vmlinux 0x0ee17586 devm_pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x0eeae3e8 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0x0ef76ae6 perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x0ef81950 tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x0f0b21fe pm_trace_rtc_abused +EXPORT_SYMBOL_GPL vmlinux 0x0f1424d6 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0x0f180070 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x0f1b26fe iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0f2d7d87 mce_unregister_decode_chain +EXPORT_SYMBOL_GPL vmlinux 0x0f3ba929 irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x0f4198d9 i2c_parse_fw_timings +EXPORT_SYMBOL_GPL vmlinux 0x0f42a05e regulator_get_error_flags +EXPORT_SYMBOL_GPL vmlinux 0x0f5607af device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x0f640f8d xen_evtchn_do_upcall +EXPORT_SYMBOL_GPL vmlinux 0x0f64767f blk_queue_max_discard_segments +EXPORT_SYMBOL_GPL vmlinux 0x0f7b2ff3 thermal_zone_get_offset +EXPORT_SYMBOL_GPL vmlinux 0x0f7ca236 dmi_memdev_name +EXPORT_SYMBOL_GPL vmlinux 0x0f9f3153 tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0x0f9fc04e uv_get_archtype +EXPORT_SYMBOL_GPL vmlinux 0x0fa2fafe auxiliary_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0fb07627 shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x0fbb7344 memremap_compat_align +EXPORT_SYMBOL_GPL vmlinux 0x0fbc0c0e xas_pause +EXPORT_SYMBOL_GPL vmlinux 0x0fc05f87 _RNvNvMsc_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB7_10NonZeroU3213new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0x0fc21fb1 _RNvXs5C_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_22k_itimer__bindgen_ty_2NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x0fc37562 amd_smn_read +EXPORT_SYMBOL_GPL vmlinux 0x0fcc1969 copy_from_user_nmi +EXPORT_SYMBOL_GPL vmlinux 0x0fd2c7c1 usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x0fd4610e kmem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0x0fde2ca4 dev_pm_opp_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x0fe2e31f thermal_zone_device_enable +EXPORT_SYMBOL_GPL vmlinux 0x0fed23b0 rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x10039645 ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x1005d60b tick_nohz_dep_set_cpu +EXPORT_SYMBOL_GPL vmlinux 0x10091b7b sbitmap_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x1013a805 __SCK__tp_func_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x10179cbe get_net_ns +EXPORT_SYMBOL_GPL vmlinux 0x1020f8f6 crypto_register_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x1025c01c dw8250_setup_port +EXPORT_SYMBOL_GPL vmlinux 0x10322b94 device_get_child_node_count +EXPORT_SYMBOL_GPL vmlinux 0x10333a6f io_uring_cmd_do_in_task_lazy +EXPORT_SYMBOL_GPL vmlinux 0x10354396 gnttab_pages_clear_private +EXPORT_SYMBOL_GPL vmlinux 0x1038b96f adxl_get_component_names +EXPORT_SYMBOL_GPL vmlinux 0x10398460 md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0x103bcc17 dev_pm_opp_add +EXPORT_SYMBOL_GPL vmlinux 0x104b2b7d vcap_rule_get_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x10584ea5 __SCK__tp_func_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x10710155 __SCK__tp_func_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x10794d8c gov_attr_set_put +EXPORT_SYMBOL_GPL vmlinux 0x10874e8f seg6_do_srh_encap +EXPORT_SYMBOL_GPL vmlinux 0x108a0acd bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x1099239b _RNvXsI_NtNtCs3AkgXgqgK6r_4core3fmt3numsNtB7_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0x10a53330 tty_port_default_client_ops +EXPORT_SYMBOL_GPL vmlinux 0x10b33866 regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x10b4b091 _RNvXs3o_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_46page__bindgen_ty_1__bindgen_ty_1__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x10b89330 crypto_has_shash +EXPORT_SYMBOL_GPL vmlinux 0x10d9f317 stack_depot_init +EXPORT_SYMBOL_GPL vmlinux 0x10ddd0cb __SCT__perf_lopwr_cb +EXPORT_SYMBOL_GPL vmlinux 0x10e9d1f5 _RNvMs9_NtCs3AkgXgqgK6r_4core3numj14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x10f57d29 ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0x10fcfdbd pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0x110106c1 cper_severity_to_aer +EXPORT_SYMBOL_GPL vmlinux 0x1101b94b regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0x111b10c2 subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x112a09ae unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x113c7461 _RNvXs4D_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11physid_maskNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x113d449c crypto_wait_for_test +EXPORT_SYMBOL_GPL vmlinux 0x11460a9c dev_pm_opp_enable +EXPORT_SYMBOL_GPL vmlinux 0x115f89e6 report_iommu_fault +EXPORT_SYMBOL_GPL vmlinux 0x116180b5 hv_current_partition_id +EXPORT_SYMBOL_GPL vmlinux 0x116f59e9 _RNvXs5D_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_8k_itimerNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x11784d28 xenbus_free_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x117e7631 _RNvXse_NtCs3AkgXgqgK6r_4core4charNtB5_11ToUppercaseNtNtNtNtB7_4iter6traits8iterator8Iterator4next +EXPORT_SYMBOL_GPL vmlinux 0x11897d41 crypto_alloc_acomp_node +EXPORT_SYMBOL_GPL vmlinux 0x118a16c2 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0x119609e1 _RNvXNvMs0_NtCsbwHtcUjRN57_6kernel4taskNtB8_4Task7currentNtB2_7TaskRefNtNtNtCs3AkgXgqgK6r_4core3ops5deref5Deref5deref +EXPORT_SYMBOL_GPL vmlinux 0x119bf42d _RNvXse_NtCs3AkgXgqgK6r_4core7convertNtB5_10InfallibleNtNtB7_3cmp9PartialEq2eq +EXPORT_SYMBOL_GPL vmlinux 0x11ab4079 i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0x11b78853 devlink_region_snapshot_id_get +EXPORT_SYMBOL_GPL vmlinux 0x11c27e84 phy_led_triggers_register +EXPORT_SYMBOL_GPL vmlinux 0x11c41c75 ip_route_output_key_hash +EXPORT_SYMBOL_GPL vmlinux 0x11c5578a _RNvXs3h_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_25uprobe_task__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x11ca4203 xdp_return_frame +EXPORT_SYMBOL_GPL vmlinux 0x11cdb876 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x11db09c2 wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0x11df0e75 devlink_fmsg_binary_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x11e06ee9 badrange_init +EXPORT_SYMBOL_GPL vmlinux 0x11e08f96 trace_seq_putmem_hex +EXPORT_SYMBOL_GPL vmlinux 0x11ef89c6 _RNvXs1h_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_13___u128_halvesNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x11efe9bf blk_bio_list_merge +EXPORT_SYMBOL_GPL vmlinux 0x11f1cff1 __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x12056e53 mas_store_gfp +EXPORT_SYMBOL_GPL vmlinux 0x1211c781 devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x12189359 __SCT__tp_func_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1229b9a7 agp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x122b0a2c _RNvXsc_NtNtCs3AkgXgqgK6r_4core9core_arch3x86NtB5_7___m128iNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x122fa7bc ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x1231b3bc dev_pm_opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0x12323bd4 mctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x12338cb0 _RNvXs4S_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_8semid_dsNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x1234e483 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0x1234ffa1 cper_estatus_check_header +EXPORT_SYMBOL_GPL vmlinux 0x1236ecb7 dma_resv_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1237efd4 devl_params_register +EXPORT_SYMBOL_GPL vmlinux 0x123a5a18 _RNvNtNtCs3AkgXgqgK6r_4core3str5count23char_count_general_case +EXPORT_SYMBOL_GPL vmlinux 0x123c52f3 klp_enable_patch +EXPORT_SYMBOL_GPL vmlinux 0x123c7bb6 sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0x12417f0c thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x12444d90 blk_req_needs_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0x124ae276 devm_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x12536c6b spi_take_timestamp_pre +EXPORT_SYMBOL_GPL vmlinux 0x125e57af finish_rcuwait +EXPORT_SYMBOL_GPL vmlinux 0x12749bda vcap_keyfieldset +EXPORT_SYMBOL_GPL vmlinux 0x127c109b __SCT__tp_func_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x128a7397 clkdev_hw_create +EXPORT_SYMBOL_GPL vmlinux 0x128fd9b9 crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0x129aef23 wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x129c4e3a _RNvXsa_NtCs3AkgXgqgK6r_4core4charNtB5_11ToLowercaseNtNtNtNtB7_4iter6traits8iterator8Iterator4next +EXPORT_SYMBOL_GPL vmlinux 0x129d271a xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0x12ac5b3e regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x12b70725 kthread_flush_worker +EXPORT_SYMBOL_GPL vmlinux 0x12c49204 devl_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x12db3a8b kvm_clock +EXPORT_SYMBOL_GPL vmlinux 0x12e285ec is_uv_system +EXPORT_SYMBOL_GPL vmlinux 0x12eda0df led_put +EXPORT_SYMBOL_GPL vmlinux 0x12ee1173 memory_group_unregister +EXPORT_SYMBOL_GPL vmlinux 0x12f61d79 elv_register +EXPORT_SYMBOL_GPL vmlinux 0x12f6f1e5 devl_linecard_create +EXPORT_SYMBOL_GPL vmlinux 0x13090724 add_vmfork_randomness +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x133969d7 __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x133ec0a2 __tracepoint_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x134764e8 _RNvMNtCs3AkgXgqgK6r_4core3f32f16partial_classify +EXPORT_SYMBOL_GPL vmlinux 0x13596018 cros_ec_get_sensor_count +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x137cc449 trace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0x1389e647 vp_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0x1389eeaa __fscrypt_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x138a24f1 __dax_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x138aff76 gnttab_init +EXPORT_SYMBOL_GPL vmlinux 0x138c7a27 md_find_rdev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x138e0957 dax_write_cache_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1394d032 __mt_destroy +EXPORT_SYMBOL_GPL vmlinux 0x13a06ef1 pcie_aspm_capable +EXPORT_SYMBOL_GPL vmlinux 0x13b1fec2 _RNvXsv_NtNtCs3AkgXgqgK6r_4core9core_simd5masksiNtNtB5_6sealed6Sealed2eq +EXPORT_SYMBOL_GPL vmlinux 0x13b9e193 acpi_dev_resource_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x13bcd702 _RNvXs1x_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_26fxregs_state__bindgen_ty_2NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x13bf4266 inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x13ca8002 component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0x13cb31ab devm_of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x13cbd386 icc_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x13ce87e8 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0x13ed8784 sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x13fab921 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x13fce784 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x1403ad09 cpufreq_add_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x140a9386 iomap_page_mkwrite +EXPORT_SYMBOL_GPL vmlinux 0x141a016a pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x141f38bf ktime_get_raw_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x14211d0c _RNvXsb_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_18ftrace_branch_dataNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x1453fa86 virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0x1461c724 xenbus_map_ring_valloc +EXPORT_SYMBOL_GPL vmlinux 0x146626a0 mas_find_rev +EXPORT_SYMBOL_GPL vmlinux 0x1467f77e rust_helper_spin_lock +EXPORT_SYMBOL_GPL vmlinux 0x146cc88f bpf_master_redirect_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x1475d603 xstate_get_guest_group_perm +EXPORT_SYMBOL_GPL vmlinux 0x14776d21 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x147ff73a serdev_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x148d9df7 iommu_device_unlink +EXPORT_SYMBOL_GPL vmlinux 0x149946c4 reset_control_get_count +EXPORT_SYMBOL_GPL vmlinux 0x149bca2d devm_pwm_lpss_probe +EXPORT_SYMBOL_GPL vmlinux 0x14a724a1 _RNvXs6_NtCs3AkgXgqgK6r_4core4charNtB5_11EscapeDebugNtNtNtNtB7_4iter6traits8iterator8Iterator9size_hint +EXPORT_SYMBOL_GPL vmlinux 0x14c59e52 _RNvXsb_NtNtCs3AkgXgqgK6r_4core3fmt3numjNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0x14d84a55 _RNvXs1U_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_17fixed_percpu_dataNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x14dd9f1d unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x14e38497 devm_hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x14ec4fdb evtchn_put +EXPORT_SYMBOL_GPL vmlinux 0x14fa3996 tun_get_tx_ring +EXPORT_SYMBOL_GPL vmlinux 0x1501a172 devm_of_led_get +EXPORT_SYMBOL_GPL vmlinux 0x15021b4a xa_delete_node +EXPORT_SYMBOL_GPL vmlinux 0x15176129 devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0x151f0ccf sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0x152b0f3a pinctrl_force_default +EXPORT_SYMBOL_GPL vmlinux 0x153b60a6 klist_del +EXPORT_SYMBOL_GPL vmlinux 0x15510a89 devlink_fmsg_binary_put +EXPORT_SYMBOL_GPL vmlinux 0x1551c794 __phy_modify +EXPORT_SYMBOL_GPL vmlinux 0x1556b335 ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0x156617ab tcp_plb_update_state_upon_rto +EXPORT_SYMBOL_GPL vmlinux 0x156ad169 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0x156e8afe __SCT__tp_func_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1574bb5b crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0x1577bc1e reset_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x15886f48 hte_disable_ts +EXPORT_SYMBOL_GPL vmlinux 0x158c7726 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x15972800 rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x15ab7658 _RNvXs1o_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10saved_msrsNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x15ac48b0 _RNvXs5_NtNtCs3AkgXgqgK6r_4core3fmt3numiNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0x15ade1cc filter_irq_stacks +EXPORT_SYMBOL_GPL vmlinux 0x15b732e8 gnttab_foreach_grant_in_range +EXPORT_SYMBOL_GPL vmlinux 0x15bd7435 psi_memstall_leave +EXPORT_SYMBOL_GPL vmlinux 0x15cde908 vp_legacy_config_vector +EXPORT_SYMBOL_GPL vmlinux 0x15d1768c _RNvMs1_NtNtCs3AkgXgqgK6r_4core3fmt8buildersNtB5_11DebugStruct21finish_non_exhaustive +EXPORT_SYMBOL_GPL vmlinux 0x15d90b6e _RNvMNtNtCs3AkgXgqgK6r_4core3str5lossyNtB2_9Utf8Chunk7invalid +EXPORT_SYMBOL_GPL vmlinux 0x15dea68e screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0x15ea2648 hwpoison_filter_flags_mask +EXPORT_SYMBOL_GPL vmlinux 0x16016eef mmc_get_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0x16062c30 blk_queue_required_elevator_features +EXPORT_SYMBOL_GPL vmlinux 0x160b661a attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0x16121735 __SCK__tp_func_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x1613614d sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0x16422a6e xdp_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x16478e93 fscrypt_parse_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0x164d5f39 ip6_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x164dea02 pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x16516798 osc_pc_lpi_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x165970a4 usb_control_msg_send +EXPORT_SYMBOL_GPL vmlinux 0x16664fd3 sched_numa_find_nth_cpu +EXPORT_SYMBOL_GPL vmlinux 0x166a96f8 wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0x166b465a pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0x166db1b5 sched_clock_idle_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x167808db pm_clk_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x167d7113 acpi_bus_register_early_device +EXPORT_SYMBOL_GPL vmlinux 0x1681e145 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter26debug_struct_fields_finish +EXPORT_SYMBOL_GPL vmlinux 0x16877927 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x1687ec20 tty_get_frame_size +EXPORT_SYMBOL_GPL vmlinux 0x168c9eec n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0x1690b503 usb_role_switch_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x16924091 debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x16be5662 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0x16bfe070 mf_dax_kill_procs +EXPORT_SYMBOL_GPL vmlinux 0x16cb6a90 radix_tree_preloads +EXPORT_SYMBOL_GPL vmlinux 0x16da1f88 devlink_fmsg_u32_put +EXPORT_SYMBOL_GPL vmlinux 0x16dfbf36 add_interrupt_randomness +EXPORT_SYMBOL_GPL vmlinux 0x16e2f112 serdev_device_write_room +EXPORT_SYMBOL_GPL vmlinux 0x16e8e668 sdio_signal_irq +EXPORT_SYMBOL_GPL vmlinux 0x16efec14 _RNvXsX_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_19paravirt_patch_siteNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x16f15139 bind_evtchn_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x16f4b146 fib_rules_seq_read +EXPORT_SYMBOL_GPL vmlinux 0x170cc36c put_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x170e61b3 xhci_stop +EXPORT_SYMBOL_GPL vmlinux 0x17141205 driver_deferred_probe_check_state +EXPORT_SYMBOL_GPL vmlinux 0x17236753 pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0x172560bb pm_clk_suspend +EXPORT_SYMBOL_GPL vmlinux 0x172845f7 udp_cmsg_send +EXPORT_SYMBOL_GPL vmlinux 0x1741ddee trace_seq_puts +EXPORT_SYMBOL_GPL vmlinux 0x174656d0 clk_register_composite +EXPORT_SYMBOL_GPL vmlinux 0x174a8128 is_software_node +EXPORT_SYMBOL_GPL vmlinux 0x174c6274 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x174e6c46 inet_ehash_locks_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1751d1c3 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0x17589769 rust_helper_PTR_ERR +EXPORT_SYMBOL_GPL vmlinux 0x175be5ea wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x176031a7 devlink_fmsg_string_put +EXPORT_SYMBOL_GPL vmlinux 0x17614bf3 apei_resources_sub +EXPORT_SYMBOL_GPL vmlinux 0x176adf76 xenmem_reservation_decrease +EXPORT_SYMBOL_GPL vmlinux 0x176c7523 rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x17759e4d devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1779cc89 devm_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x17a63932 nvmem_cell_read_variable_le_u32 +EXPORT_SYMBOL_GPL vmlinux 0x17add64b gdt_page +EXPORT_SYMBOL_GPL vmlinux 0x17b2c118 __traceiter_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x17b5206a usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0x17b9d0c9 _RNvXs45_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_6i16x32NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x17c27881 pci_epc_get +EXPORT_SYMBOL_GPL vmlinux 0x17cd8cc6 __tracepoint_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x17d1846b hrtimer_sleeper_start_expires +EXPORT_SYMBOL_GPL vmlinux 0x17daf161 rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x17de0a04 ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0x17e01f11 erst_clear +EXPORT_SYMBOL_GPL vmlinux 0x17f1b986 get_device_system_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0x17f60e90 __traceiter_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x18008c59 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0x180da7bc filemap_add_folio +EXPORT_SYMBOL_GPL vmlinux 0x18123e0d kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0x18136135 gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x18192e7c alloc_dax_region +EXPORT_SYMBOL_GPL vmlinux 0x18210120 extcon_get_property +EXPORT_SYMBOL_GPL vmlinux 0x1822b4f6 fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0x1829a6f3 rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x182e2f09 cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x183f14fe pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x18428692 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x18582826 amd_pmu_disable_virt +EXPORT_SYMBOL_GPL vmlinux 0x1862566a lwtunnel_input +EXPORT_SYMBOL_GPL vmlinux 0x186651e6 __traceiter_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x187aa8b2 sk_msg_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x1888a3e6 ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0x1897bdfc tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x18a2ece1 usb_get_maximum_ssp_rate +EXPORT_SYMBOL_GPL vmlinux 0x18b13c28 _RNvXs0_NtNtCs3AkgXgqgK6r_4core5slice5asciiNtB5_11EscapeAsciiNtNtNtNtB9_4iter6traits12double_ended19DoubleEndedIterator9next_back +EXPORT_SYMBOL_GPL vmlinux 0x18b22419 dw_pcie_host_init +EXPORT_SYMBOL_GPL vmlinux 0x18b2790f uv_bios_obj_count +EXPORT_SYMBOL_GPL vmlinux 0x18cb8569 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0x18d3983f _RNvNvMNtCs3AkgXgqgK6r_4core5sliceSp22split_at_mut_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0x18e4f8aa swphy_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x18f5f632 virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x18fb2caf cpus_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x19153ca2 blk_mq_freeze_queue_wait +EXPORT_SYMBOL_GPL vmlinux 0x191b54a3 regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0x19289e71 virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0x192de9f0 _RNvXs8_NtNtCs3AkgXgqgK6r_4core3fmt3nummNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0x192e32e9 _RNvXs4U_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_8sysv_semNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x193282ae acpi_dev_resource_ext_address_space +EXPORT_SYMBOL_GPL vmlinux 0x19349220 led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0x193dfdf6 klp_get_prev_state +EXPORT_SYMBOL_GPL vmlinux 0x19462cf0 sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0x196056e0 regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x196614ce hw_breakpoint_restore +EXPORT_SYMBOL_GPL vmlinux 0x1973412f uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0x197725c2 devm_regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0x197911f0 bpf_offload_dev_create +EXPORT_SYMBOL_GPL vmlinux 0x19930c5c dma_free_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x1999e1df gpiod_set_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0x199c4833 __irq_apply_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0x19a1a935 i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19a8e4f8 _RNvXso_NtNtCs3AkgXgqgK6r_4core4hash3sipNtB5_11Sip24RoundsNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x19ac1dac adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0x19b4e698 gpiochip_line_is_open_source +EXPORT_SYMBOL_GPL vmlinux 0x19b55869 ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x19c20269 soc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x19c42957 blk_op_str +EXPORT_SYMBOL_GPL vmlinux 0x19e0ae50 __SCT__tp_func_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x19e81304 btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x19edd064 blkg_rwstat_exit +EXPORT_SYMBOL_GPL vmlinux 0x19f18738 ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0x19f33626 nf_ctnetlink_has_listener +EXPORT_SYMBOL_GPL vmlinux 0x1a10c32b crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x1a139510 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0x1a146ec3 usb_ep_type_string +EXPORT_SYMBOL_GPL vmlinux 0x1a4a7186 _RNvXsd_NtCs3AkgXgqgK6r_4core7convertNtB5_10InfallibleNtNtB7_5error5Error11description +EXPORT_SYMBOL_GPL vmlinux 0x1a4aaccf usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0x1a4d3143 platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0x1a609d72 vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0x1a6bf28f fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x1a6f0cfc __devm_clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x1a724886 usb_string +EXPORT_SYMBOL_GPL vmlinux 0x1a79d323 md_run +EXPORT_SYMBOL_GPL vmlinux 0x1a7c15e5 __traceiter_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x1a7fc948 ftrace_free_filter +EXPORT_SYMBOL_GPL vmlinux 0x1a82368d ZSTD_customCalloc +EXPORT_SYMBOL_GPL vmlinux 0x1a840b31 _RNvXsB_NtNtCs3AkgXgqgK6r_4core3fmt3numaNtB7_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0x1a96e19b iommu_dev_enable_feature +EXPORT_SYMBOL_GPL vmlinux 0x1a979d96 __hwspin_unlock +EXPORT_SYMBOL_GPL vmlinux 0x1aa34112 __tracepoint_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x1aa363bb pci_device_group +EXPORT_SYMBOL_GPL vmlinux 0x1aacb186 dev_pm_opp_xlate_required_opp +EXPORT_SYMBOL_GPL vmlinux 0x1ab83393 crypto_clone_shash +EXPORT_SYMBOL_GPL vmlinux 0x1abb0704 ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0x1abfcac0 irq_create_fwspec_mapping +EXPORT_SYMBOL_GPL vmlinux 0x1acd18c8 cpuset_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x1ad00e32 dev_pm_genpd_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1ad46f43 xenbus_read_otherend_details +EXPORT_SYMBOL_GPL vmlinux 0x1ade34bf class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x1ae50cd0 blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x1ae81ed6 _RNvXs11_NtNtCs3AkgXgqgK6r_4core3fmt3numxNtB8_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x1af267f8 int_pow +EXPORT_SYMBOL_GPL vmlinux 0x1afaa2fd proc_dou8vec_minmax +EXPORT_SYMBOL_GPL vmlinux 0x1afc67bd tick_nohz_dep_set_task +EXPORT_SYMBOL_GPL vmlinux 0x1aff3d55 mce_register_injector_chain +EXPORT_SYMBOL_GPL vmlinux 0x1aff486b crypto_unregister_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x1b01f5a1 _RNvXs2M_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10completionNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x1b0602c1 cond_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x1b0f57bc regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0x1b23939e rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0x1b276b85 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter25debug_tuple_fields_finish +EXPORT_SYMBOL_GPL vmlinux 0x1b49fa39 __tracepoint_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x1b4f5c22 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1b505681 pstore_register +EXPORT_SYMBOL_GPL vmlinux 0x1b5e1907 xfrm_put_translator +EXPORT_SYMBOL_GPL vmlinux 0x1b5f4377 trace_seq_putc +EXPORT_SYMBOL_GPL vmlinux 0x1b5fa56a _RNvXs8_NtNtCs3AkgXgqgK6r_4core3ffi5c_strNtB5_4CStrINtNtNtB9_3ops5index5IndexINtNtBR_5range9RangeFromjEE5index +EXPORT_SYMBOL_GPL vmlinux 0x1b68ac4f perf_event_period +EXPORT_SYMBOL_GPL vmlinux 0x1b71a1c8 task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0x1b759105 xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0x1b7728de battery_hook_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b8d59ad switchdev_handle_port_obj_add_foreign +EXPORT_SYMBOL_GPL vmlinux 0x1b92e41d inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x1b99cdcc sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x1ba1e5aa _RNvNtCs3AkgXgqgK6r_4core9panicking9panic_fmt +EXPORT_SYMBOL_GPL vmlinux 0x1ba237b0 default_cpu_present_to_apicid +EXPORT_SYMBOL_GPL vmlinux 0x1ba2bce3 sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0x1ba3088b _RNvXs29_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_27class_raw_spinlock_nested_tNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x1bae5fdf rio_mport_initialize +EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1bc64087 xas_split +EXPORT_SYMBOL_GPL vmlinux 0x1bc6a932 devm_led_get +EXPORT_SYMBOL_GPL vmlinux 0x1bdd3e35 perf_msr_probe +EXPORT_SYMBOL_GPL vmlinux 0x1bdf8d25 _RNvXsw_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_21__ddebug__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x1bedb810 fwnode_get_next_available_child_node +EXPORT_SYMBOL_GPL vmlinux 0x1bf347a8 _RNvXs0_NtNtCs3AkgXgqgK6r_4core5panic10panic_infoNtB5_9PanicInfoNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x1bf568d5 device_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x1bf80247 devm_pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0x1bfb4a1c skb_defer_rx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x1bff48d1 __percpu_init_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x1c11717b devl_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x1c1229f1 hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0x1c2b9d87 dm_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x1c362e9c i2c_adapter_depth +EXPORT_SYMBOL_GPL vmlinux 0x1c54e936 xhci_dbg_trace +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c5ff742 clk_get_phase +EXPORT_SYMBOL_GPL vmlinux 0x1c7169dc ZSTD_customFree +EXPORT_SYMBOL_GPL vmlinux 0x1c75ef34 nvmem_layout_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x1c764526 __SCT__tp_func_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c84e06c serdev_device_close +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1c8d348e vcap_tc_flower_handler_cvlan_usage +EXPORT_SYMBOL_GPL vmlinux 0x1c8dd9ee acpi_dma_request_slave_chan_by_name +EXPORT_SYMBOL_GPL vmlinux 0x1c946124 devl_rate_leaf_destroy +EXPORT_SYMBOL_GPL vmlinux 0x1c9dd585 acpi_dev_remove_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x1ca3aa97 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0x1cb7c983 apei_exec_read_register_value +EXPORT_SYMBOL_GPL vmlinux 0x1cb9a1c8 xenbus_gather +EXPORT_SYMBOL_GPL vmlinux 0x1cbd92b0 cpu_mitigations_off +EXPORT_SYMBOL_GPL vmlinux 0x1cd4cfeb _RNvXs5v_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_9cpu_timerNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x1cd70113 _RNvXs1_NtNtCs3AkgXgqgK6r_4core3fmt3numsNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0x1cdd0605 xhci_port_state_to_neutral +EXPORT_SYMBOL_GPL vmlinux 0x1ce04c84 blk_mq_end_request_batch +EXPORT_SYMBOL_GPL vmlinux 0x1ce7784d rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0x1cfb1398 clk_hw_forward_rate_request +EXPORT_SYMBOL_GPL vmlinux 0x1cff8eab sbitmap_init_node +EXPORT_SYMBOL_GPL vmlinux 0x1d11710d mdiobus_c45_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x1d19767e dma_request_chan_by_mask +EXPORT_SYMBOL_GPL vmlinux 0x1d222ced irq_get_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0x1d2dd7ae _RNvMs2_NtNtCs3AkgXgqgK6r_4core3num5errorNtB5_13ParseIntError13___description +EXPORT_SYMBOL_GPL vmlinux 0x1d31aecf pci_epc_multi_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x1d3e0657 skb_gso_validate_network_len +EXPORT_SYMBOL_GPL vmlinux 0x1d3e2178 scsi_host_busy_iter +EXPORT_SYMBOL_GPL vmlinux 0x1d492f9b nvdimm_bus_register +EXPORT_SYMBOL_GPL vmlinux 0x1d507a2b _RNvXNtCs3AkgXgqgK6r_4core5asciiNtB2_13EscapeDefaultNtNtNtNtB4_4iter6traits8iterator8Iterator4last +EXPORT_SYMBOL_GPL vmlinux 0x1d6875aa dmaengine_desc_attach_metadata +EXPORT_SYMBOL_GPL vmlinux 0x1d6c0bce add_swap_extent +EXPORT_SYMBOL_GPL vmlinux 0x1d6f64d4 cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x1d6f74c0 __tracepoint_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0x1d7c9239 ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0x1d91ef64 device_initialize +EXPORT_SYMBOL_GPL vmlinux 0x1d926a42 rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0x1d94a218 dmi_memdev_handle +EXPORT_SYMBOL_GPL vmlinux 0x1db908dc raw_abort +EXPORT_SYMBOL_GPL vmlinux 0x1dc18c8b device_rename +EXPORT_SYMBOL_GPL vmlinux 0x1dc302dc relay_reset +EXPORT_SYMBOL_GPL vmlinux 0x1dc9d1e2 phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x1dd7f45f isa_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x1df155b4 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0x1dfa5dbd mpi_invm +EXPORT_SYMBOL_GPL vmlinux 0x1e0670c6 reset_control_release +EXPORT_SYMBOL_GPL vmlinux 0x1e0c21ef irq_chip_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0x1e3001ba _RNvMs3_NtNtCs3AkgXgqgK6r_4core3ffi5c_strNtB5_4CStr19from_bytes_with_nul +EXPORT_SYMBOL_GPL vmlinux 0x1e344b03 pci_epc_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x1e3817a3 sched_numa_hop_mask +EXPORT_SYMBOL_GPL vmlinux 0x1e3bc77c xas_create_range +EXPORT_SYMBOL_GPL vmlinux 0x1e3f7eb9 _RNvXsz_NtNtCs3AkgXgqgK6r_4core4sync6atomicNtB5_9AtomicU16NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x1e424d61 user_preparse +EXPORT_SYMBOL_GPL vmlinux 0x1e4a46e1 phy_create_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1e52cd45 trace_array_destroy +EXPORT_SYMBOL_GPL vmlinux 0x1e53f827 stack_depot_print +EXPORT_SYMBOL_GPL vmlinux 0x1e57fcca xenbus_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1e58466e spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0x1e5a5f22 sn_partition_id +EXPORT_SYMBOL_GPL vmlinux 0x1e5a9000 spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0x1e74af10 kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0x1e756aaf proc_create_net_single_write +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e8fac8e wireless_nlevent_flush +EXPORT_SYMBOL_GPL vmlinux 0x1e912415 uv_bios_get_heapsize +EXPORT_SYMBOL_GPL vmlinux 0x1e924d3f umd_cleanup_helper +EXPORT_SYMBOL_GPL vmlinux 0x1e9bc719 freq_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x1e9c590a usb_find_common_endpoints_reverse +EXPORT_SYMBOL_GPL vmlinux 0x1ea0d1c9 vp_legacy_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0x1eb35c36 crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebd18f8 pci_ims_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ec4e5b5 _RNvXsb_NtCs3AkgXgqgK6r_4core3fmtzNtB5_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x1ecfe868 dma_max_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x1ed318f7 genphy_c45_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x1ed4d2eb percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x1ed5bc94 sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0x1edd21b9 noop_direct_IO +EXPORT_SYMBOL_GPL vmlinux 0x1edf1dad dev_pm_opp_find_freq_floor +EXPORT_SYMBOL_GPL vmlinux 0x1ee127df __platform_register_drivers +EXPORT_SYMBOL_GPL vmlinux 0x1ee47e00 is_vmalloc_or_module_addr +EXPORT_SYMBOL_GPL vmlinux 0x1ef04208 _RNvXsz_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_16ddebug_class_mapNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x1ef20793 stop_core_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x1ef4da4a adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0x1efde3e0 pci_p2pmem_virt_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x1eff244a __traceiter_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x1f14b170 extcon_set_property +EXPORT_SYMBOL_GPL vmlinux 0x1f19eb44 i2c_new_smbus_alert_device +EXPORT_SYMBOL_GPL vmlinux 0x1f206e83 _RNvXs44_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_13per_cpu_pagesNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x1f241378 mctrl_gpio_init +EXPORT_SYMBOL_GPL vmlinux 0x1f2b32ba crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x1f34a254 devm_regulator_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x1f38a4f6 mpi_set_highbit +EXPORT_SYMBOL_GPL vmlinux 0x1f3d2c54 of_hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0x1f449588 mctrl_gpio_disable_ms +EXPORT_SYMBOL_GPL vmlinux 0x1f4cb764 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0x1f51f47d nvmem_add_cell_table +EXPORT_SYMBOL_GPL vmlinux 0x1f563160 bpf_offload_dev_priv +EXPORT_SYMBOL_GPL vmlinux 0x1f593f05 _RNvXsu_NtNtCs3AkgXgqgK6r_4core4sync6atomicNtB5_9AtomicI16NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x1f68dc5a __inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0x1f6cd584 efivar_reserved_space +EXPORT_SYMBOL_GPL vmlinux 0x1f71b863 regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0x1f7d2eb1 __folio_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0x1f7e86a4 virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f8797df screen_pos +EXPORT_SYMBOL_GPL vmlinux 0x1f8a89c1 blk_rq_is_poll +EXPORT_SYMBOL_GPL vmlinux 0x1f8b2fba regmap_read +EXPORT_SYMBOL_GPL vmlinux 0x1f90349f cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1f988391 _RNvXso_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_7qrwlockNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x1fa1d95c sha256_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x1fa48995 efivar_supports_writes +EXPORT_SYMBOL_GPL vmlinux 0x1fac8da2 _RNvXsh_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3impiNtB9_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x1fbbeda1 mmc_prepare_busy_cmd +EXPORT_SYMBOL_GPL vmlinux 0x1fc97473 bpf_prog_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x1fd1e5be thermal_zone_device_type +EXPORT_SYMBOL_GPL vmlinux 0x1fd4a719 blk_queue_zone_write_granularity +EXPORT_SYMBOL_GPL vmlinux 0x1fd6f1d9 tcp_done +EXPORT_SYMBOL_GPL vmlinux 0x1fe6e504 gpiod_add_hogs +EXPORT_SYMBOL_GPL vmlinux 0x1ffcfcfd _RNvNtNtNtCs3AkgXgqgK6r_4core7unicode12unicode_data11conversions8to_lower +EXPORT_SYMBOL_GPL vmlinux 0x2009e400 devlink_info_board_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x202d4ed6 nvmem_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x202ffdd1 mddev_init_writes_pending +EXPORT_SYMBOL_GPL vmlinux 0x2036cc4b pci_sriov_configure_simple +EXPORT_SYMBOL_GPL vmlinux 0x2038730d _RNvNtNtCs3AkgXgqgK6r_4core3str6traits23str_index_overflow_fail +EXPORT_SYMBOL_GPL vmlinux 0x204f2c5c gnttab_free_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x204fcb12 acpi_bus_trim +EXPORT_SYMBOL_GPL vmlinux 0x20511425 _RNvMs6_NtNtCs3AkgXgqgK6r_4core3fmt8buildersNtB5_8DebugMap3key +EXPORT_SYMBOL_GPL vmlinux 0x20654084 _RNvXs4I_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_3pidNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x2065677e _RNvXs8_NtCs3AkgXgqgK6r_4core3fmtNtB5_9FormatterNtB5_5Write9write_fmt +EXPORT_SYMBOL_GPL vmlinux 0x2076d17e device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x207b3187 __synth_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x20899467 hv_stimer0_isr +EXPORT_SYMBOL_GPL vmlinux 0x2092ae68 devm_pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x20957181 __devm_pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0x20978fb9 idr_find +EXPORT_SYMBOL_GPL vmlinux 0x209814b5 ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0x20a4e01a HUF_readStats_wksp +EXPORT_SYMBOL_GPL vmlinux 0x20a5caec _RNvXst_NtNtCs3AkgXgqgK6r_4core3fmt3numiNtB7_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0x20b3ebe7 _RNvXs1r_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15tracepoint_funcNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x20b7aeef irq_chip_retrigger_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x20c8f666 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x20ed691c __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x20f0c99d rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x20f55fba watchdog_set_restart_priority +EXPORT_SYMBOL_GPL vmlinux 0x212734c5 vcap_netbytes_copy +EXPORT_SYMBOL_GPL vmlinux 0x21296ac7 pci_get_dsn +EXPORT_SYMBOL_GPL vmlinux 0x212a6bab regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0x2133edd4 __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0x21366aab debugfs_create_file_unsafe +EXPORT_SYMBOL_GPL vmlinux 0x213bf0e4 crypto_register_acomp +EXPORT_SYMBOL_GPL vmlinux 0x215a72f4 mmu_interval_read_begin +EXPORT_SYMBOL_GPL vmlinux 0x2166b131 tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0x216bf2f8 _RNvXs5N_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15sched_dl_entityNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x216de4e1 rcu_get_gp_kthreads_prio +EXPORT_SYMBOL_GPL vmlinux 0x2176e42a hwpoison_filter_memcg +EXPORT_SYMBOL_GPL vmlinux 0x2177bdaf tty_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x2192b09b _RNvXs2_NtNtCs3AkgXgqgK6r_4core5slice5asciiNtB5_11EscapeAsciiNtNtB9_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x219cbef5 _RNvXs9_NtCs3AkgXgqgK6r_4core3fmtNtB5_5ErrorNtB5_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x21a563da clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x21b4f6b1 balloon_page_alloc +EXPORT_SYMBOL_GPL vmlinux 0x21bdc42c iommu_device_sysfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x21cd536a crypto_put_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x21dbb4c3 perf_event_update_userpage +EXPORT_SYMBOL_GPL vmlinux 0x21dc9590 __tracepoint_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x21dcba1e devm_spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x21dec6b2 devres_get +EXPORT_SYMBOL_GPL vmlinux 0x21e32994 _RNvMNtNtCs3AkgXgqgK6r_4core3ffi5c_strNtB2_21FromBytesWithNulError13___description +EXPORT_SYMBOL_GPL vmlinux 0x21f1fd1c pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0x21fbf6a7 regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x2216d253 __tracepoint_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x2238b867 ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x22509ecc kernel_file_open +EXPORT_SYMBOL_GPL vmlinux 0x225ba14a device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x227a35fa dev_pm_opp_get_freq +EXPORT_SYMBOL_GPL vmlinux 0x227a6a4a nvdimm_in_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x227e0e8b led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x2290148f inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x2290f758 thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x229283fc pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x2296b976 blk_mq_sched_try_merge +EXPORT_SYMBOL_GPL vmlinux 0x22a5632b regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0x22a8b03f md_account_bio +EXPORT_SYMBOL_GPL vmlinux 0x22b062e9 __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x22b872bc xen_xenbus_fops +EXPORT_SYMBOL_GPL vmlinux 0x22d60537 tcf_frag_xmit_count +EXPORT_SYMBOL_GPL vmlinux 0x22d9409b iomap_sort_ioends +EXPORT_SYMBOL_GPL vmlinux 0x22e4f25e fsverity_verify_blocks +EXPORT_SYMBOL_GPL vmlinux 0x22e54710 __tracepoint_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x22ec5205 cpu_latency_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x22fd08ba cpuacct_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x230331fe fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0x230c4da9 ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0x23120cf9 sfp_bus_find_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x2314cb2d ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x2315194d _RNvNtCsbwHtcUjRN57_6kernel5ioctl8__IOC_DIR +EXPORT_SYMBOL_GPL vmlinux 0x23319533 sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0x2333854d cgroup_get_from_path +EXPORT_SYMBOL_GPL vmlinux 0x233f59fd _RNvXs1_NtCs3AkgXgqgK6r_4core4timeNtB5_8DurationNtNtNtB7_3ops5arith9AddAssign10add_assign +EXPORT_SYMBOL_GPL vmlinux 0x23412816 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0x2347d885 _RNvXsJ_NtNtCs3AkgXgqgK6r_4core3fmt3numsNtB7_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0x23498770 mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x234cf416 devlink_fmsg_string_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x235d8ab7 serial8250_do_set_divisor +EXPORT_SYMBOL_GPL vmlinux 0x236cf098 devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x236f8cfd events_hybrid_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0x2377fc50 iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x237cd7c4 devfreq_get_devfreq_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x2386c0ea __SCT__tp_func_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0x2396c7f0 clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x23a0d0b9 _RNvXsL_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_41restart_block__bindgen_ty_1__bindgen_ty_3NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x23a1c6b8 folio_test_hugetlb +EXPORT_SYMBOL_GPL vmlinux 0x23b4e0d7 clear_page_rep +EXPORT_SYMBOL_GPL vmlinux 0x23bcea55 _RNvXsb_NtNtCs3AkgXgqgK6r_4core3fmt3numjNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0x23c3b778 phy_basic_features +EXPORT_SYMBOL_GPL vmlinux 0x23c8aa2b nvdimm_region_notify +EXPORT_SYMBOL_GPL vmlinux 0x23ccd337 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x23ee07cf pci_intx +EXPORT_SYMBOL_GPL vmlinux 0x23eebb73 _RNvXs5i_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_35siginfo__bindgen_ty_1__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x23f560af xenbus_switch_state +EXPORT_SYMBOL_GPL vmlinux 0x23fc39be ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x23ff462c fscrypt_context_for_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x24035c70 _RNvNtNtNtCs3AkgXgqgK6r_4core7unicode12unicode_data5cased6lookup +EXPORT_SYMBOL_GPL vmlinux 0x2417e33f _RNvXNtNtNtCs3AkgXgqgK6r_4core3fmt3num3impaNtB6_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x241bb196 dev_pm_genpd_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x241dcdc3 iomap_release_folio +EXPORT_SYMBOL_GPL vmlinux 0x242056ac _RNvXs3k_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_13uprobes_stateNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x2421097b mpi_const +EXPORT_SYMBOL_GPL vmlinux 0x24235223 phy_10gbit_full_features +EXPORT_SYMBOL_GPL vmlinux 0x242a0b42 usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0x24413343 erst_read_record +EXPORT_SYMBOL_GPL vmlinux 0x244acce9 _RNvNtNtNtCs3AkgXgqgK6r_4core7unicode12unicode_data1n6lookup +EXPORT_SYMBOL_GPL vmlinux 0x24507b4c inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0x2454665d from_vfsuid +EXPORT_SYMBOL_GPL vmlinux 0x245727e9 __fscrypt_prepare_lookup +EXPORT_SYMBOL_GPL vmlinux 0x24596fd6 dev_pm_opp_sync_regulators +EXPORT_SYMBOL_GPL vmlinux 0x2464da17 gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0x2469810f __rcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x246dc6cd _RNvXs22_NtNtCs3AkgXgqgK6r_4core3str4iterNtB6_13EscapeDefaultNtNtBa_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x24709b2f trace_seq_putmem +EXPORT_SYMBOL_GPL vmlinux 0x2473e833 fscrypt_set_bio_crypt_ctx_bh +EXPORT_SYMBOL_GPL vmlinux 0x247831ce syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x24806de8 iommu_sva_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0x2484e789 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x248bc867 raw_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0x248e1473 kfree_strarray +EXPORT_SYMBOL_GPL vmlinux 0x24979973 sdio_retune_crc_disable +EXPORT_SYMBOL_GPL vmlinux 0x249b0c62 regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x24a908dd powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0x24ad11db wakeup_sources_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x24ba217e fuse_dev_fiq_ops +EXPORT_SYMBOL_GPL vmlinux 0x24be12a8 gpiochip_irq_domain_activate +EXPORT_SYMBOL_GPL vmlinux 0x24be1e06 bio_end_io_acct_remapped +EXPORT_SYMBOL_GPL vmlinux 0x24bea5ae pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x24c15252 vfs_fallocate +EXPORT_SYMBOL_GPL vmlinux 0x24d7ddd1 _RNvXs18_NtNtCs3AkgXgqgK6r_4core3fmt3numnNtB8_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x24da0093 rcu_inkernel_boot_has_ended +EXPORT_SYMBOL_GPL vmlinux 0x24e0f561 usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x24e73d3f _RNvXsk_NtCs3AkgXgqgK6r_4core4charNtB5_15CaseMappingIterNtNtNtNtB7_4iter6traits12double_ended19DoubleEndedIterator9next_back +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x24fc50f4 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x24fde935 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter12pad_integral +EXPORT_SYMBOL_GPL vmlinux 0x2508191d usb_hcd_setup_local_mem +EXPORT_SYMBOL_GPL vmlinux 0x250f4e13 ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x2524c3bb skcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0x25301bc6 arch_wb_cache_pmem +EXPORT_SYMBOL_GPL vmlinux 0x2535cfb4 debugfs_create_file_size +EXPORT_SYMBOL_GPL vmlinux 0x25379e73 clk_set_min_rate +EXPORT_SYMBOL_GPL vmlinux 0x2543aeda _RNvXsi_NtNtCs3AkgXgqgK6r_4core9core_arch3x86NtB5_7___m128dNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x2545eb66 crypto_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x25499119 skb_complete_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x254ba1ac dax_layout_busy_page_range +EXPORT_SYMBOL_GPL vmlinux 0x2550462e ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0x25529b95 pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0x2563ceaa _RNvXsj_NtCs3AkgXgqgK6r_4core4charNtB5_15CaseMappingIterNtNtNtNtB7_4iter6traits8iterator8Iterator4next +EXPORT_SYMBOL_GPL vmlinux 0x2568ab2d umd_load_blob +EXPORT_SYMBOL_GPL vmlinux 0x256b0c75 iommu_device_register +EXPORT_SYMBOL_GPL vmlinux 0x256ef7ee _RNvNtNtNtCs3AkgXgqgK6r_4core7unicode12unicode_data9lowercase6lookup +EXPORT_SYMBOL_GPL vmlinux 0x2570cdcd dev_pm_domain_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0x2591fa06 devm_kstrdup_const +EXPORT_SYMBOL_GPL vmlinux 0x2592fc6c console_printk +EXPORT_SYMBOL_GPL vmlinux 0x259e974d _RNvXNvNtNtCsbwHtcUjRN57_6kernel4sync7condvar1__NtB2_12___ThePinDataNtNtCs3AkgXgqgK6r_4core5clone5Clone5clone +EXPORT_SYMBOL_GPL vmlinux 0x25bbfa9a security_kernel_load_data +EXPORT_SYMBOL_GPL vmlinux 0x25d3ed5d rust_helper_get_current +EXPORT_SYMBOL_GPL vmlinux 0x25e213ae acpi_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0x25e9e4e6 fat_scan +EXPORT_SYMBOL_GPL vmlinux 0x25f02c87 xen_p2m_addr +EXPORT_SYMBOL_GPL vmlinux 0x25f16cbb gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0x25f395d1 _RNvXs1m_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_13msr_regs_infoNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x25f9c546 fbcon_modechange_possible +EXPORT_SYMBOL_GPL vmlinux 0x25ff0879 of_css +EXPORT_SYMBOL_GPL vmlinux 0x26161a7e _RNvXsR_NtNtCs3AkgXgqgK6r_4core3fmt3numlNtB7_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0x261f1254 _RNvXsU_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_34jailhouse_setup_data__bindgen_ty_2NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x262a7063 xen_start_info +EXPORT_SYMBOL_GPL vmlinux 0x262e1664 dw_pcie_read_dbi +EXPORT_SYMBOL_GPL vmlinux 0x26315d90 led_update_brightness +EXPORT_SYMBOL_GPL vmlinux 0x264fa2dc crypto_type_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x2657ce99 sysfs_file_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x265b6e29 hyperv_flush_guest_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x265bbef9 kexec_crash_loaded +EXPORT_SYMBOL_GPL vmlinux 0x266a4b08 tasklet_unlock +EXPORT_SYMBOL_GPL vmlinux 0x267843e8 page_cache_sync_ra +EXPORT_SYMBOL_GPL vmlinux 0x267df662 smp_call_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0x26897fbc vp_modern_map_vq_notify +EXPORT_SYMBOL_GPL vmlinux 0x268c4225 devl_resource_size_get +EXPORT_SYMBOL_GPL vmlinux 0x26a3d777 devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x26a93eb2 verify_pkcs7_signature +EXPORT_SYMBOL_GPL vmlinux 0x26ab4755 put_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x26b0e129 usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x26b678ed serial8250_do_get_mctrl +EXPORT_SYMBOL_GPL vmlinux 0x26c15a8b genphy_c45_loopback +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26cda94f e820__mapped_raw_any +EXPORT_SYMBOL_GPL vmlinux 0x26ec354d sfp_bus_add_upstream +EXPORT_SYMBOL_GPL vmlinux 0x26ed2186 register_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0x26f2debb __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x26f6286b tracepoint_probe_register_prio_may_exist +EXPORT_SYMBOL_GPL vmlinux 0x26fed430 preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x27016755 fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x27130b5a dev_xdp_prog_count +EXPORT_SYMBOL_GPL vmlinux 0x273aff5c __SCT__tp_func_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x273e1002 fpu_sync_guest_vmexit_xfd_state +EXPORT_SYMBOL_GPL vmlinux 0x2740affc devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x27427a15 phy_exit +EXPORT_SYMBOL_GPL vmlinux 0x274d98f9 switchdev_handle_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x275b254e _RNvXs8_NtNtCs3AkgXgqgK6r_4core3fmt3nummNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0x276d61e6 __alloc_pages_bulk +EXPORT_SYMBOL_GPL vmlinux 0x2773c485 __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x277484e1 __sock_recv_cmsgs +EXPORT_SYMBOL_GPL vmlinux 0x2778b7c9 _RNvMs1_NtCs3AkgXgqgK6r_4core3numx14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0x277ddae4 icc_link_create +EXPORT_SYMBOL_GPL vmlinux 0x27883a68 addrconf_add_linklocal +EXPORT_SYMBOL_GPL vmlinux 0x2793647e unregister_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x2795fc9d vcap_set_rule_set_actionset +EXPORT_SYMBOL_GPL vmlinux 0x27a0e8ec __SCK__tp_func_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x27ab51d1 edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x27b5759d device_create_managed_software_node +EXPORT_SYMBOL_GPL vmlinux 0x27df3105 hv_alloc_hyperv_zeroed_page +EXPORT_SYMBOL_GPL vmlinux 0x27e29258 bpf_sk_storage_diag_put +EXPORT_SYMBOL_GPL vmlinux 0x27e7f01a dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x27f4b474 __tracepoint_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x27fa6bbf _RNvXs13_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_7pv_infoNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x2806d4f1 vp_modern_get_num_queues +EXPORT_SYMBOL_GPL vmlinux 0x28078e40 watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0x280b9ae5 i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x280f5b5f regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0x2814a0e8 __virtio_unbreak_device +EXPORT_SYMBOL_GPL vmlinux 0x2817f7fd cppc_get_desired_perf +EXPORT_SYMBOL_GPL vmlinux 0x2821a728 lwtunnel_cmp_encap +EXPORT_SYMBOL_GPL vmlinux 0x28263eed blk_mq_freeze_queue +EXPORT_SYMBOL_GPL vmlinux 0x282ab716 virtqueue_get_vring +EXPORT_SYMBOL_GPL vmlinux 0x282cdabc usb_led_activity +EXPORT_SYMBOL_GPL vmlinux 0x28310bcd kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x2842afef hv_get_non_nested_register +EXPORT_SYMBOL_GPL vmlinux 0x284b07b2 blk_mq_virtio_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x284b82d3 _RNvXs0_NtNtCs3AkgXgqgK6r_4core3fmt3numaNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0x2854aeaf _RNvXs42_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_13lru_gen_memcgNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x2864abc9 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x28692033 exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x286bc7e0 rdev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x286beda7 pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0x286cc647 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0x2874ee22 __regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x2882d40e usb_role_switch_unregister +EXPORT_SYMBOL_GPL vmlinux 0x28868c79 sched_set_fifo +EXPORT_SYMBOL_GPL vmlinux 0x2893800b usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x2899114b serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x28aa6a67 call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x28ab4fb9 pinctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x28afbb08 cpu_latency_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x28b0f564 debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x28b2fc10 filemap_migrate_folio +EXPORT_SYMBOL_GPL vmlinux 0x28b58720 _RNvNtCsbwHtcUjRN57_6kernel5ioctl7__IOC_NR +EXPORT_SYMBOL_GPL vmlinux 0x28be0cef misc_cg_res_total_usage +EXPORT_SYMBOL_GPL vmlinux 0x28c08acf pci_load_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x28d4a586 usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x28e2e627 _RNvXs2g_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_16hlist_nulls_nodeNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x28e64c64 xen_has_pv_and_legacy_disk_devices +EXPORT_SYMBOL_GPL vmlinux 0x28e67de3 blkdev_report_zones +EXPORT_SYMBOL_GPL vmlinux 0x28e95ebb edac_device_del_device +EXPORT_SYMBOL_GPL vmlinux 0x28e9a6d1 subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x28fe6855 attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x29000e13 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0x29021787 __pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0x29082782 xdp_rxq_info_unreg +EXPORT_SYMBOL_GPL vmlinux 0x290973a4 ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0x2910c22c acpi_subsys_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x291120f2 _RNvXss_NtCs3AkgXgqgK6r_4core3numyNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x2911d650 tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x291241d2 gpiochip_get_data +EXPORT_SYMBOL_GPL vmlinux 0x29130961 kill_pid_usb_asyncio +EXPORT_SYMBOL_GPL vmlinux 0x291876f3 mpi_ec_get_affine +EXPORT_SYMBOL_GPL vmlinux 0x291bab84 clean_acked_data_disable +EXPORT_SYMBOL_GPL vmlinux 0x29252e81 nvdimm_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x292c14ea sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0x29379b90 tracepoint_srcu +EXPORT_SYMBOL_GPL vmlinux 0x2939218e l3mdev_master_upper_ifindex_by_index_rcu +EXPORT_SYMBOL_GPL vmlinux 0x29485580 wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0x2951a872 trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x2967cada __traceiter_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x2979cd60 device_store_int +EXPORT_SYMBOL_GPL vmlinux 0x298c401f pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0x298dfe9c devm_init_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x29920bf4 debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0x29952eef sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0x299628c5 usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0x29971e12 genphy_c45_an_disable_aneg +EXPORT_SYMBOL_GPL vmlinux 0x299c1648 _RNvXs9_NtNtCs3AkgXgqgK6r_4core3fmt3numyNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0x29a106a4 usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x29ac0762 _RNvXs6_NtCs3AkgXgqgK6r_4core3ffiNtB5_10VaListImplNtNtNtB7_3ops4drop4Drop4drop +EXPORT_SYMBOL_GPL vmlinux 0x29b03a87 devl_trap_policers_register +EXPORT_SYMBOL_GPL vmlinux 0x29b127c3 led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0x29b65a25 regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x29b6d38f dev_pm_opp_find_bw_ceil +EXPORT_SYMBOL_GPL vmlinux 0x29b71001 kiocb_modified +EXPORT_SYMBOL_GPL vmlinux 0x29bdeb98 pinctrl_find_gpio_range_from_pin_nolock +EXPORT_SYMBOL_GPL vmlinux 0x29be1c05 _RNvXsa_NtNtCs3AkgXgqgK6r_4core3fmt3numoNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0x29cd3efa pci_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x29d71a11 _RNvXs8_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3impaNtB9_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x29dc178f spi_controller_dma_map_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0x29e60d86 ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0x29e6236d srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0x29eba37f current_is_async +EXPORT_SYMBOL_GPL vmlinux 0x2a0a6034 kset_find_obj +EXPORT_SYMBOL_GPL vmlinux 0x2a117a69 synth_event_gen_cmd_array_start +EXPORT_SYMBOL_GPL vmlinux 0x2a17ae32 ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x2a270a7f umd_unload_blob +EXPORT_SYMBOL_GPL vmlinux 0x2a2f04fa ip_tunnel_netlink_parms +EXPORT_SYMBOL_GPL vmlinux 0x2a3ea4cc led_init_default_state_get +EXPORT_SYMBOL_GPL vmlinux 0x2a51b802 tpm2_probe +EXPORT_SYMBOL_GPL vmlinux 0x2a58f186 __devm_clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x2a5ea9ef rhashtable_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2a62cb3a ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2a6fa1f4 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2a710bbb fscrypt_d_revalidate +EXPORT_SYMBOL_GPL vmlinux 0x2a7f802d tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0x2a85dc5f _RNvXNtCs3AkgXgqgK6r_4core4charNtB2_13EscapeUnicodeNtNtNtNtB4_4iter6traits8iterator8Iterator4next +EXPORT_SYMBOL_GPL vmlinux 0x2a907fd2 _RNvXsW_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_11boot_paramsNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x2a976d1c dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x2a9b236b rtm_getroute_parse_ip_proto +EXPORT_SYMBOL_GPL vmlinux 0x2aa074b0 devlink_remote_reload_actions_performed +EXPORT_SYMBOL_GPL vmlinux 0x2aa2de5c _RNvXs1g_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_7__xstateNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x2aadad1a efi_capsule_update +EXPORT_SYMBOL_GPL vmlinux 0x2ac99bde _RNvXs3e_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_25arch_uprobe__bindgen_ty_2NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x2ad814c9 platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0x2adfefbd mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2ae147c6 pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0x2af78d6f trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0x2afc22a6 _RNvXs_NtNtCs3AkgXgqgK6r_4core3ffi5c_strNtB4_22FromBytesUntilNulErrorNtNtB8_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x2b0014cc shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0x2b0fc0f3 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x2b0fe000 gnttab_cancel_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x2b2f627c ethtool_dev_mm_supported +EXPORT_SYMBOL_GPL vmlinux 0x2b317a16 rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0x2b33c562 _RNvXs45_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_16per_cpu_nodestatNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x2b3acc3b __SCT__tp_func_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x2b4509dd devlink_health_reporter_state_update +EXPORT_SYMBOL_GPL vmlinux 0x2b53d969 badblocks_exit +EXPORT_SYMBOL_GPL vmlinux 0x2b542220 regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x2b577dd6 dw_pcie_ep_raise_legacy_irq +EXPORT_SYMBOL_GPL vmlinux 0x2b581987 _RNvMs0_NtCsbwHtcUjRN57_6kernel4taskNtB5_4Task7current +EXPORT_SYMBOL_GPL vmlinux 0x2b5a1e99 _RNvXsE_NtCs3AkgXgqgK6r_4core4timeNtB5_25TryFromFloatSecsErrorKindNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x2b6150fb power_supply_temp2resist_simple +EXPORT_SYMBOL_GPL vmlinux 0x2b668648 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0x2b67b6b7 mds_idle_clear +EXPORT_SYMBOL_GPL vmlinux 0x2b6d960d synth_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x2b743678 regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2b75e7e5 fscrypt_limit_io_blocks +EXPORT_SYMBOL_GPL vmlinux 0x2b772d02 irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0x2b851177 _RNvXsi_NtNtCs3AkgXgqgK6r_4core4hash3sipNtB5_5StateNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x2b904077 dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x2b984dd8 unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x2b9957b8 of_pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0x2b9997fb atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x2ba58488 iommu_page_response +EXPORT_SYMBOL_GPL vmlinux 0x2bae7514 _RNvXs1_NtNtCs3AkgXgqgK6r_4core3fmt3numsNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0x2bc0bed0 ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0x2bcce21e kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x2bd1211a crypto_register_rng +EXPORT_SYMBOL_GPL vmlinux 0x2bd65dac exportfs_decode_fh_raw +EXPORT_SYMBOL_GPL vmlinux 0x2bd8a8bb blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x2bd9f8fc __tracepoint_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x2bde6d27 bind_interdomain_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x2bdf5ab0 pm_wakeup_pending +EXPORT_SYMBOL_GPL vmlinux 0x2be44f55 cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x2bead6b1 skb_mpls_update_lse +EXPORT_SYMBOL_GPL vmlinux 0x2bf412fd devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x2bf638f2 _RNvXsS_NtNtCs3AkgXgqgK6r_4core3str7patternNtB5_15StrSearcherImplNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x2c0c1237 __SCK__tp_func_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x2c18876f badblocks_show +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c2f00c0 pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x2c2f5a09 x86_family +EXPORT_SYMBOL_GPL vmlinux 0x2c3054f9 net_inc_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x2c30892e ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0x2c4d17e5 pci_vpd_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2c50161a aead_exit_geniv +EXPORT_SYMBOL_GPL vmlinux 0x2c5eb939 bpf_trace_run10 +EXPORT_SYMBOL_GPL vmlinux 0x2c61746d rust_helper___spin_lock_init +EXPORT_SYMBOL_GPL vmlinux 0x2c61bb09 uv_bios_get_pci_topology +EXPORT_SYMBOL_GPL vmlinux 0x2c62d6d9 smp_ops +EXPORT_SYMBOL_GPL vmlinux 0x2c635527 arch_invalidate_pmem +EXPORT_SYMBOL_GPL vmlinux 0x2c66ac85 devlink_info_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2c66e46c clk_hw_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x2c6a00d0 ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c7fa7a0 blkcg_punt_bio_submit +EXPORT_SYMBOL_GPL vmlinux 0x2c834418 static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x2c8dd6b8 edac_mem_types +EXPORT_SYMBOL_GPL vmlinux 0x2c95bfd2 skcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x2c9f728d regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x2caef457 device_match_name +EXPORT_SYMBOL_GPL vmlinux 0x2ccf0565 vcap_rule_find_keysets +EXPORT_SYMBOL_GPL vmlinux 0x2cd78c38 set_primary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x2ce4b8c4 proc_create_net_data_write +EXPORT_SYMBOL_GPL vmlinux 0x2ce5e72c nvdimm_delete +EXPORT_SYMBOL_GPL vmlinux 0x2ceecef2 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0x2cf7f0aa _RNvXsr_NtNtCs3AkgXgqgK6r_4core3fmt3numNtB5_8UpperHexNtB5_12GenericRadix5digit +EXPORT_SYMBOL_GPL vmlinux 0x2cfbb2b5 __SCT__tp_func_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x2d0684a9 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x2d14aecb usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d1b36b3 fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x2d1e3c70 blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0x2d2dd36f kobj_ns_grab_current +EXPORT_SYMBOL_GPL vmlinux 0x2d319469 dma_map_sgtable +EXPORT_SYMBOL_GPL vmlinux 0x2d328a51 _RNvXs1z_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_12swregs_stateNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x2d391727 vc_scrolldelta_helper +EXPORT_SYMBOL_GPL vmlinux 0x2d393f48 intel_soc_pmic_exec_mipi_pmic_seq_element +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d44be3b __SCT__tp_func_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x2d609547 dax_direct_access +EXPORT_SYMBOL_GPL vmlinux 0x2d619b9a ethnl_cable_test_finished +EXPORT_SYMBOL_GPL vmlinux 0x2d672db4 ata_sas_tport_delete +EXPORT_SYMBOL_GPL vmlinux 0x2d6fc7e1 split_page +EXPORT_SYMBOL_GPL vmlinux 0x2d75923b switchdev_handle_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0x2d7bac27 pm_clk_add +EXPORT_SYMBOL_GPL vmlinux 0x2d7cc5c2 devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0x2d84452a _RNvXs4z_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5i64x8NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x2d89b1ad __SCT__tp_func_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x2d97a58f pse_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2d9bd9fe regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x2d9eb74c nvdimm_bus_add_badrange +EXPORT_SYMBOL_GPL vmlinux 0x2da58446 __traceiter_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x2dae5ca7 _RNvMs1_NtNtCs3AkgXgqgK6r_4core3fmt8buildersNtB5_11DebugStruct6finish +EXPORT_SYMBOL_GPL vmlinux 0x2dbcf545 clk_hw_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x2dd7c0c3 icc_enable +EXPORT_SYMBOL_GPL vmlinux 0x2de541e9 device_move +EXPORT_SYMBOL_GPL vmlinux 0x2df7d33d _RNvXsj_NtCs3AkgXgqgK6r_4core3numaNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x2e028ae6 rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x2e08226d badrange_add +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e23ea8a ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x2e2925ae devl_dpipe_table_register +EXPORT_SYMBOL_GPL vmlinux 0x2e2b1808 fsnotify_put_group +EXPORT_SYMBOL_GPL vmlinux 0x2e2b2d12 __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x2e2df7f4 irq_remapping_cap +EXPORT_SYMBOL_GPL vmlinux 0x2e52affd sock_map_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2e5ed049 devm_clk_hw_register_fixed_factor_index +EXPORT_SYMBOL_GPL vmlinux 0x2e619a63 irqchip_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x2e70b393 class_create +EXPORT_SYMBOL_GPL vmlinux 0x2e7245a8 __fscrypt_prepare_rename +EXPORT_SYMBOL_GPL vmlinux 0x2e7887d2 nf_ct_set_closing +EXPORT_SYMBOL_GPL vmlinux 0x2e7a17d4 vmap_pfn +EXPORT_SYMBOL_GPL vmlinux 0x2e830af9 isa_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x2e881c72 platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x2e8a4d3c rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x2e91568d soc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x2e9ec24d free_iova +EXPORT_SYMBOL_GPL vmlinux 0x2ea48dd3 _RNvXsT_NtNtCs3AkgXgqgK6r_4core4sync6atomicNtB5_9AtomicU64NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x2ea5d8bb rio_alloc_net +EXPORT_SYMBOL_GPL vmlinux 0x2ebb19fd execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ec71d21 unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x2ec8fe68 _RNvXs_NtCs3AkgXgqgK6r_4core5arrayNtB4_17TryFromSliceErrorNtNtB6_5error5Error11description +EXPORT_SYMBOL_GPL vmlinux 0x2eca6a19 phy_basic_t1s_p2mp_features_array +EXPORT_SYMBOL_GPL vmlinux 0x2ed0eb30 pci_p2pdma_enable_store +EXPORT_SYMBOL_GPL vmlinux 0x2ed1bcdd pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x2eda4807 is_uv_hubbed +EXPORT_SYMBOL_GPL vmlinux 0x2edbf6ac devm_hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x2ee7c52b btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x2eef7fc4 device_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x2ef2d0ad rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0x2ef522e6 led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0x2efba691 genphy_c45_an_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f155bf4 __devm_rtc_register_device +EXPORT_SYMBOL_GPL vmlinux 0x2f24015f ext_pi_type3_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x2f2c95c4 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x2f389c35 _RNvXsl_NtCs3AkgXgqgK6r_4core4charNtB5_15CaseMappingIterNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x2f39f051 __reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x2f451f61 ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x2f4880df static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x2f48befb regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x2f501ec8 _RNvMs_NtNtCs3AkgXgqgK6r_4core4char6decodeNtB4_16DecodeUtf16Error18unpaired_surrogate +EXPORT_SYMBOL_GPL vmlinux 0x2f55ddcc regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x2f62c80d fscrypt_get_symlink +EXPORT_SYMBOL_GPL vmlinux 0x2f64415f unregister_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2f688f72 list_lru_count_one +EXPORT_SYMBOL_GPL vmlinux 0x2f97c067 _RNvXsq_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_15ratelimit_stateNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x2f9d8395 _RNvXsb_NtNtCs3AkgXgqgK6r_4core3fmt3numjNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0x2fa2c755 sk_psock_init +EXPORT_SYMBOL_GPL vmlinux 0x2faf2c1b smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x2faf8533 _RNvXs1c_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11__fpstate_32NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x2fc1e0fe kmem_valid_obj +EXPORT_SYMBOL_GPL vmlinux 0x2fc3000c set_secondary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x2fc70f3c regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x2fd0209a _RNvXsB_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_32ddebug_class_param__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x2febfbde usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x2ffa785a sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0x2ffedb6b hv_free_hyperv_page +EXPORT_SYMBOL_GPL vmlinux 0x30058a81 devlink_port_fini +EXPORT_SYMBOL_GPL vmlinux 0x300fc57e iommu_device_sysfs_add +EXPORT_SYMBOL_GPL vmlinux 0x30110a29 phy_eee_cap1_features +EXPORT_SYMBOL_GPL vmlinux 0x3013dd35 dw_pcie_ep_init_notify +EXPORT_SYMBOL_GPL vmlinux 0x301d86eb nf_checksum_partial +EXPORT_SYMBOL_GPL vmlinux 0x302674e2 badblocks_set +EXPORT_SYMBOL_GPL vmlinux 0x30295d3f _RNvXs5q_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_8sigqueueNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x303970a0 tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0x305a1f87 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x3061cfce ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0x30676894 akcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x306c8d95 tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0x30899e3d max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x309be29b ip_fib_metrics_init +EXPORT_SYMBOL_GPL vmlinux 0x30a4346b ata_scsi_slave_alloc +EXPORT_SYMBOL_GPL vmlinux 0x30a56515 regmap_get_reg_stride +EXPORT_SYMBOL_GPL vmlinux 0x30a9c836 _RNvXs_NtNtCs3AkgXgqgK6r_4core3fmt7nofloatdNtB6_5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x30ad4c12 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0x30b09bf5 __sk_flush_backlog +EXPORT_SYMBOL_GPL vmlinux 0x30ba9381 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0x30c46b5d debugfs_read_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x30cd2ddd pci_epf_bind +EXPORT_SYMBOL_GPL vmlinux 0x30cf804f slow_virt_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x30d91954 vcap_enable_lookups +EXPORT_SYMBOL_GPL vmlinux 0x30dcfd99 blk_crypto_register +EXPORT_SYMBOL_GPL vmlinux 0x30e1ec25 apei_map_generic_address +EXPORT_SYMBOL_GPL vmlinux 0x30e25006 pci_epc_unmap_addr +EXPORT_SYMBOL_GPL vmlinux 0x30e42163 tick_nohz_dep_clear_cpu +EXPORT_SYMBOL_GPL vmlinux 0x30e431ce __skb_zcopy_downgrade_managed +EXPORT_SYMBOL_GPL vmlinux 0x30eca932 fwnode_find_reference +EXPORT_SYMBOL_GPL vmlinux 0x31019477 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x3106a9bf gpiochip_line_is_persistent +EXPORT_SYMBOL_GPL vmlinux 0x31128b8e hv_remove_kexec_handler +EXPORT_SYMBOL_GPL vmlinux 0x31166ad4 nf_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x311c6da4 put_iova_domain +EXPORT_SYMBOL_GPL vmlinux 0x31215f50 _RNvMs6_NtCs3AkgXgqgK6r_4core3numm14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x312849ef fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0x312fe524 param_ops_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x313c606b fib6_check_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x314084d4 gov_attr_set_get +EXPORT_SYMBOL_GPL vmlinux 0x314cfe10 _RNvXs4_NtNtCs3AkgXgqgK6r_4core4char6decodeNtB5_16DecodeUtf16ErrorNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x314defc4 tcp_register_ulp +EXPORT_SYMBOL_GPL vmlinux 0x315aafc3 usb_phy_roothub_resume +EXPORT_SYMBOL_GPL vmlinux 0x315d5a12 device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0x315dbb7c device_phy_find_device +EXPORT_SYMBOL_GPL vmlinux 0x316354a1 fib_rule_matchall +EXPORT_SYMBOL_GPL vmlinux 0x3165daa3 arbitrary_virt_to_machine +EXPORT_SYMBOL_GPL vmlinux 0x3169ebf4 pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0x316bdb96 devm_hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x31706316 __SCT__tp_func_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x318cc809 _RNvXs1q_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_21trace_print_flags_u64NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x318de7d9 usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x3192d768 cpufreq_remove_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x31a76d61 mas_destroy +EXPORT_SYMBOL_GPL vmlinux 0x31a95e8b ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x31b19ccc rio_dma_prep_xfer +EXPORT_SYMBOL_GPL vmlinux 0x31b1ef4f usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31cee9b2 fuse_dev_install +EXPORT_SYMBOL_GPL vmlinux 0x31d34278 xas_load +EXPORT_SYMBOL_GPL vmlinux 0x31db386b mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0x31dbad27 acpi_match_device +EXPORT_SYMBOL_GPL vmlinux 0x31dca4d8 gnttab_claim_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x31dfdd83 _RNvXs1_NtNtCs3AkgXgqgK6r_4core3str5errorNtB5_14ParseBoolErrorNtNtB9_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x31ecc24f _RNvXs7_NtCs3AkgXgqgK6r_4core4timeNtB5_8DurationINtNtNtB7_3ops5arith3DivmE3div +EXPORT_SYMBOL_GPL vmlinux 0x31f41676 devm_clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x31f9fba6 bpf_prog_inc +EXPORT_SYMBOL_GPL vmlinux 0x320335cc irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0x3206d39d xdp_rxq_info_is_reg +EXPORT_SYMBOL_GPL vmlinux 0x3209c565 _RNvXsa_NtNtCs3AkgXgqgK6r_4core3fmt3numoNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0x3209ce99 _RNvXs1h_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5i64x1NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x321bbeff unwind_next_frame +EXPORT_SYMBOL_GPL vmlinux 0x321fb9d4 __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0x32295715 dev_pm_opp_clear_config +EXPORT_SYMBOL_GPL vmlinux 0x322fe24a register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x3232d08a _RNvXsx_NtCs3AkgXgqgK6r_4core4charNtB5_18EscapeDefaultStateNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x325f9d61 vcap_rule_add_key_u72 +EXPORT_SYMBOL_GPL vmlinux 0x326cefe5 hwpoison_filter_dev_minor +EXPORT_SYMBOL_GPL vmlinux 0x327a2687 bind_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x3284b1c1 ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0x328e3354 __memcpy_flushcache +EXPORT_SYMBOL_GPL vmlinux 0x32919477 _RNvMs6_NtCs3AkgXgqgK6r_4core3anyNtB5_6Demand3new +EXPORT_SYMBOL_GPL vmlinux 0x329d4754 _RNvXs4n_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB6_10NonZeroI64NtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x32ab06cc irq_percpu_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x32ba5749 __iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0x32bb4602 rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0x32bc0fcf preempt_notifier_dec +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32c513b2 xdp_rxq_info_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x32d4687e __traceiter_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x32daf83c devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x32dc5967 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0x32e3b076 mxcsr_feature_mask +EXPORT_SYMBOL_GPL vmlinux 0x32e4d1e0 sgx_virt_ecreate +EXPORT_SYMBOL_GPL vmlinux 0x32f42f13 __irq_resolve_mapping +EXPORT_SYMBOL_GPL vmlinux 0x32f6e24d gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x330010b6 cpuset_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x330b0e01 sbitmap_queue_min_shallow_depth +EXPORT_SYMBOL_GPL vmlinux 0x330f6116 set_dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x332500e8 md_stop +EXPORT_SYMBOL_GPL vmlinux 0x33317e83 thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0x33338211 rcuref_get_slowpath +EXPORT_SYMBOL_GPL vmlinux 0x33487778 pinctrl_dev_get_devname +EXPORT_SYMBOL_GPL vmlinux 0x3349a759 scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x3352823d cppc_get_auto_sel_caps +EXPORT_SYMBOL_GPL vmlinux 0x3355f66a iomap_writepages +EXPORT_SYMBOL_GPL vmlinux 0x335a613c mas_next_range +EXPORT_SYMBOL_GPL vmlinux 0x335aeb46 sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x335b6209 __fsverity_file_open +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x335f00b9 serial8250_read_char +EXPORT_SYMBOL_GPL vmlinux 0x3362b03c xen_p2m_size +EXPORT_SYMBOL_GPL vmlinux 0x336636bb clk_hw_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x33aa755b _RNvXs5d_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_52___sifields__bindgen_ty_5__bindgen_ty_1__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x33acc5b9 serial8250_do_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x33bf4443 acpi_quirk_skip_acpi_ac_and_battery +EXPORT_SYMBOL_GPL vmlinux 0x33c3fd1e ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x33c6024c _RNvXs0_NtNtCs3AkgXgqgK6r_4core3fmt8buildersNtB5_10PadAdapterNtB7_5Write9write_str +EXPORT_SYMBOL_GPL vmlinux 0x33d271ff spi_mem_poll_status +EXPORT_SYMBOL_GPL vmlinux 0x33da56f5 ethnl_cable_test_amplitude +EXPORT_SYMBOL_GPL vmlinux 0x33f467e0 _RNvXs4h_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB6_10NonZeroU64NtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x33fb28f9 sock_map_unhash +EXPORT_SYMBOL_GPL vmlinux 0x34061e19 task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0x34107128 _RNvXs3M_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_8vma_lockNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x34159547 __clk_hw_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x341c1af7 phy_start_machine +EXPORT_SYMBOL_GPL vmlinux 0x3425a1e5 serdev_device_remove +EXPORT_SYMBOL_GPL vmlinux 0x34286464 ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0x342a50d2 regulator_bulk_set_supply_names +EXPORT_SYMBOL_GPL vmlinux 0x342fc573 crypto_grab_ahash +EXPORT_SYMBOL_GPL vmlinux 0x34331f04 acpi_os_unmap_memory +EXPORT_SYMBOL_GPL vmlinux 0x3433a1c8 rio_request_mport_dma +EXPORT_SYMBOL_GPL vmlinux 0x3436d148 register_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0x3437d61e dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x34407691 crypto_has_ahash +EXPORT_SYMBOL_GPL vmlinux 0x344361a1 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0x344a2c84 iomap_dio_complete +EXPORT_SYMBOL_GPL vmlinux 0x3450ad94 mpi_set_ui +EXPORT_SYMBOL_GPL vmlinux 0x345fcd71 pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x3466ce63 x86_msi_msg_get_destid +EXPORT_SYMBOL_GPL vmlinux 0x346b93f2 iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0x3476ac5b list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x34890332 regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x3489fc4b usb_amd_pt_check_port +EXPORT_SYMBOL_GPL vmlinux 0x3491f3c7 inet_pernet_hashinfo_free +EXPORT_SYMBOL_GPL vmlinux 0x349306c2 __ndisc_fill_addr_option +EXPORT_SYMBOL_GPL vmlinux 0x349838af thermal_zone_get_num_trips +EXPORT_SYMBOL_GPL vmlinux 0x34996897 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x349f7515 _RNvXs3D_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_19folio__bindgen_ty_2NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x34a2a2bc ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0x34a70412 acpi_dev_ready_for_enumeration +EXPORT_SYMBOL_GPL vmlinux 0x34ac8ab9 _RNvXs33_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_9srcu_dataNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x34b62b32 virtio_device_restore +EXPORT_SYMBOL_GPL vmlinux 0x34bd82dc intel_pinctrl_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x34bec6fe device_find_child_by_name +EXPORT_SYMBOL_GPL vmlinux 0x34cc55fe bpf_offload_dev_netdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x34db62bd fpu_enable_guest_xfd_features +EXPORT_SYMBOL_GPL vmlinux 0x34ddf7ab power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0x34e22644 iomap_bmap +EXPORT_SYMBOL_GPL vmlinux 0x34e4ace6 __rg_realloc +EXPORT_SYMBOL_GPL vmlinux 0x34e550c7 _RNvXs36_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11srcu_structNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x34eab46d bind_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x34ebf4bd _RNvNtCs3AkgXgqgK6r_4core9panicking19panic_cannot_unwind +EXPORT_SYMBOL_GPL vmlinux 0x34f18d6f bpf_prog_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0x34f6f5ae clk_hw_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x3508c7cb _RNvXsg_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_13callback_headNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x3509e539 debugfs_create_ulong +EXPORT_SYMBOL_GPL vmlinux 0x350f6ce5 tasklet_unlock_wait +EXPORT_SYMBOL_GPL vmlinux 0x352b3813 maxim_charger_calc_reg_current +EXPORT_SYMBOL_GPL vmlinux 0x352ec68b bpf_offload_dev_destroy +EXPORT_SYMBOL_GPL vmlinux 0x353ab36d fuse_dev_alloc_install +EXPORT_SYMBOL_GPL vmlinux 0x3542e347 phy_10gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x355bc89a klist_next +EXPORT_SYMBOL_GPL vmlinux 0x3562b518 blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x356526f2 vp_modern_generation +EXPORT_SYMBOL_GPL vmlinux 0x3565a929 utf8_data_table +EXPORT_SYMBOL_GPL vmlinux 0x35695119 acpiphp_register_attention +EXPORT_SYMBOL_GPL vmlinux 0x356a2129 usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x356d09a1 unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x356dd2e6 extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x357dc47b int_active_memcg +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x35a36bea iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0x35a62ef8 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x35adfcd0 _RNvNtCsbwHtcUjRN57_6kernel5print11call_printk +EXPORT_SYMBOL_GPL vmlinux 0x35cb7ad3 _RNvXs4e_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB6_9NonZeroU8NtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x35d09399 dma_resv_get_singleton +EXPORT_SYMBOL_GPL vmlinux 0x35d3dc46 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x35dc3bac spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0x35fa712d i2c_new_scanned_device +EXPORT_SYMBOL_GPL vmlinux 0x36036f38 gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0x360658a1 usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0x36173c1d phys_to_target_node +EXPORT_SYMBOL_GPL vmlinux 0x361c685f fib_alias_hw_flags_set +EXPORT_SYMBOL_GPL vmlinux 0x36242943 switchdev_deferred_process +EXPORT_SYMBOL_GPL vmlinux 0x3624dba8 sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0x363e7bbc fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3641f3ef pci_msi_unmask_irq +EXPORT_SYMBOL_GPL vmlinux 0x36505bbf netdev_walk_all_lower_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x3651dd74 driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x3658b92c _RNvMs_NtNtCs3AkgXgqgK6r_4core3num3fmtNtB4_9Formatted5write +EXPORT_SYMBOL_GPL vmlinux 0x365d54c8 iommu_sva_get_pasid +EXPORT_SYMBOL_GPL vmlinux 0x365fd1dd pci_epc_set_msix +EXPORT_SYMBOL_GPL vmlinux 0x36640288 fib6_new_table +EXPORT_SYMBOL_GPL vmlinux 0x3664092b strp_stop +EXPORT_SYMBOL_GPL vmlinux 0x36676354 crypto_sig_set_privkey +EXPORT_SYMBOL_GPL vmlinux 0x366f3bdf pwm_lpss_tng_info +EXPORT_SYMBOL_GPL vmlinux 0x36743990 _RNvXsG_NtCs3AkgXgqgK6r_4core4charNtB5_16TryFromCharErrorNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x36757dc1 devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x36898d6f gpiod_remove_hogs +EXPORT_SYMBOL_GPL vmlinux 0x36930556 driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36ac17ab alloc_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0x36ac2e46 regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x36af247a md_start +EXPORT_SYMBOL_GPL vmlinux 0x36b5497e intel_iommu_enabled +EXPORT_SYMBOL_GPL vmlinux 0x36c75b4e context_tracking +EXPORT_SYMBOL_GPL vmlinux 0x36e4dd8f _RNvNtNtCsbwHtcUjRN57_6kernel5print14format_strings6NOTICE +EXPORT_SYMBOL_GPL vmlinux 0x36e71e63 _RNvXs5H_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_12prev_cputimeNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x36f39bc1 usb_check_int_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x36f5ace3 __nvdimm_create +EXPORT_SYMBOL_GPL vmlinux 0x3709cd51 pci_epc_map_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x370e6ea9 bpf_trace_run7 +EXPORT_SYMBOL_GPL vmlinux 0x37146aeb da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x371531a5 _RNvXs5_NtCs3AkgXgqgK6r_4core3fmtNtB5_9ArgumentsNtB5_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x37169f79 cpu_latency_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x371d777e ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x37205db3 _RNvXs5_NtNtCs3AkgXgqgK6r_4core3str5lossyNtB5_9Utf8ChunkNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x3723a88f fscrypt_drop_inode +EXPORT_SYMBOL_GPL vmlinux 0x37475353 virtio_require_restricted_mem_acc +EXPORT_SYMBOL_GPL vmlinux 0x3750243a pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x3750d770 erst_read +EXPORT_SYMBOL_GPL vmlinux 0x37512634 pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x3754c090 regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0x3759c5e6 uart_console_device +EXPORT_SYMBOL_GPL vmlinux 0x3764e096 do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x376e643e register_fprobe_syms +EXPORT_SYMBOL_GPL vmlinux 0x377457ec virtqueue_resize +EXPORT_SYMBOL_GPL vmlinux 0x3776dd91 blk_mq_start_stopped_hw_queue +EXPORT_SYMBOL_GPL vmlinux 0x377bbcbc pm_suspend_target_state +EXPORT_SYMBOL_GPL vmlinux 0x377c6394 mmu_notifier_put +EXPORT_SYMBOL_GPL vmlinux 0x37827a52 skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x37834589 pci_epf_remove_vepf +EXPORT_SYMBOL_GPL vmlinux 0x37888ac6 _RNvXs4G_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10percpu_refNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x378ce60a sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x37914025 xenbus_write +EXPORT_SYMBOL_GPL vmlinux 0x37a52e82 _RNvXso_NtCs3AkgXgqgK6r_4core4charNtB5_16TryFromCharErrorNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x37b0b4d5 __SCK__tp_func_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0x37b1dec1 kthread_mod_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x37baf7ef bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x37bf7be3 percpu_ref_exit +EXPORT_SYMBOL_GPL vmlinux 0x37c7ef5a tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x37cea03f ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0x37d3fd8d sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x37d78069 __fscrypt_encrypt_symlink +EXPORT_SYMBOL_GPL vmlinux 0x37d8e54a pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0x37ecc4d7 _RNvXs2x_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5f64x4NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x37f23511 ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0x37f75eb8 _RNvNvMsE_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB7_9NonZeroI813new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0x3801776b __ioread32_copy +EXPORT_SYMBOL_GPL vmlinux 0x3806fac0 gpiochip_generic_config +EXPORT_SYMBOL_GPL vmlinux 0x380dde36 power_supply_batinfo_ocv2cap +EXPORT_SYMBOL_GPL vmlinux 0x3819b1db pci_has_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x381a6161 pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x381ec1f0 ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0x38266c9d wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x38268b62 icc_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x383414c6 crypto_sig_sign +EXPORT_SYMBOL_GPL vmlinux 0x38374815 clear_selection +EXPORT_SYMBOL_GPL vmlinux 0x38398939 devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x385c053f _RNvXs7_NtNtCs3AkgXgqgK6r_4core3fmt3numtNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0x3865c3a0 of_icc_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x3866e217 nvmem_device_write +EXPORT_SYMBOL_GPL vmlinux 0x386c29c1 _RNvMs2_NtCs3AkgXgqgK6r_4core3numn14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0x38708e25 inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0x38722f80 kernel_fpu_end +EXPORT_SYMBOL_GPL vmlinux 0x3878ee21 irqd_cfg +EXPORT_SYMBOL_GPL vmlinux 0x387b6e78 led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x38805a22 call_hid_bpf_rdesc_fixup +EXPORT_SYMBOL_GPL vmlinux 0x388264ea amd_clear_divider +EXPORT_SYMBOL_GPL vmlinux 0x388762b8 bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0x38897d3e _RNvXs1_NtNtCs3AkgXgqgK6r_4core4task4wakeNtB5_7ContextNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x389b64a2 static_key_count +EXPORT_SYMBOL_GPL vmlinux 0x38a8dd16 locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0x38aa1397 gpiod_add_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0x38b6a890 __SCT__tp_func_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x38c3ff30 freq_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x38d1e99b _RNvXs2f_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5i64x2NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x38d2484f _RNvXs1_NtNtCs3AkgXgqgK6r_4core3ffi5c_strRNtB5_4CStrNtNtB9_7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x38e1fde7 mpi_set +EXPORT_SYMBOL_GPL vmlinux 0x38e5bc5a clk_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x38ea9765 intel_pt_validate_hw_cap +EXPORT_SYMBOL_GPL vmlinux 0x38eefa06 _RNvXsf_NtCs3AkgXgqgK6r_4core4cellNtB5_11BorrowErrorNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x38efa87a devfreq_get_devfreq_by_node +EXPORT_SYMBOL_GPL vmlinux 0x38f704de dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x39090937 vcap_tc_flower_handler_portnum_usage +EXPORT_SYMBOL_GPL vmlinux 0x390e1346 devlink_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x39160e22 iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x391b33d1 vfs_inode_has_locks +EXPORT_SYMBOL_GPL vmlinux 0x3924afd7 _RNvNtCs3AkgXgqgK6r_4core9panicking19assert_failed_inner +EXPORT_SYMBOL_GPL vmlinux 0x392853ea _RNvXs4_NtNtCs3AkgXgqgK6r_4core3fmt3numnNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0x392e2401 fwnode_get_next_parent +EXPORT_SYMBOL_GPL vmlinux 0x392f451c pm_genpd_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x39312fec devm_gpiod_unhinge +EXPORT_SYMBOL_GPL vmlinux 0x393660d8 _RNvXs2Y_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_8rcu_workNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x393d8b1f devm_mipi_dsi_attach +EXPORT_SYMBOL_GPL vmlinux 0x39528e01 _RNvNtNtCs3AkgXgqgK6r_4core3str8converts9from_utf8 +EXPORT_SYMBOL_GPL vmlinux 0x3952a127 crypto_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x395b8b90 sbitmap_prepare_to_wait +EXPORT_SYMBOL_GPL vmlinux 0x396222f7 thermal_acpi_passive_trip_temp +EXPORT_SYMBOL_GPL vmlinux 0x396a0597 tpm_tis_remove +EXPORT_SYMBOL_GPL vmlinux 0x396a3063 scsi_unregister_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x39a0afd8 _RNvXs3_NtNtCs3AkgXgqgK6r_4core3fmt3numxNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0x39a2a030 _RNvXs4k_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB6_9NonZeroI8NtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x39aa4888 usb_role_string +EXPORT_SYMBOL_GPL vmlinux 0x39bf59a9 init_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x39c1f869 nfs_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x39c9d88c xas_find +EXPORT_SYMBOL_GPL vmlinux 0x39ce92eb devm_nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x39d35195 __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x39ded098 rdma_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x39ded14f __SCT__tp_func_unmap +EXPORT_SYMBOL_GPL vmlinux 0x39e3d714 vcap_add_rule +EXPORT_SYMBOL_GPL vmlinux 0x39e4e14b tcp_rate_check_app_limited +EXPORT_SYMBOL_GPL vmlinux 0x39e66f91 dev_pm_domain_attach +EXPORT_SYMBOL_GPL vmlinux 0x39ef9aaa bpf_trace_run6 +EXPORT_SYMBOL_GPL vmlinux 0x3a01abcb tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0x3a09f15f pwm_adjust_config +EXPORT_SYMBOL_GPL vmlinux 0x3a15013b ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x3a24fb2f percpu_ref_resurrect +EXPORT_SYMBOL_GPL vmlinux 0x3a267344 intel_pinctrl_probe_by_hid +EXPORT_SYMBOL_GPL vmlinux 0x3a330e6f __SCK__tp_func_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x3a42c8f0 _RNvXs1F_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10xtile_dataNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x3a438577 sysfs_create_link_nowarn +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a55981a static_key_enable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x3a568226 serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x3a5b3ab6 power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0x3a5f475e serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0x3a687a89 _RNvNtCsbwHtcUjRN57_6kernel5error9to_result +EXPORT_SYMBOL_GPL vmlinux 0x3a693e6c crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0x3a7d80f9 xen_max_p2m_pfn +EXPORT_SYMBOL_GPL vmlinux 0x3a8bbb8e trace_clock_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x3a95e511 __kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x3a9be019 asymmetric_key_id_partial +EXPORT_SYMBOL_GPL vmlinux 0x3a9bf92c usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0x3a9e8610 acpi_remove_cmos_rtc_space_handler +EXPORT_SYMBOL_GPL vmlinux 0x3aaf0d46 handle_mm_fault +EXPORT_SYMBOL_GPL vmlinux 0x3ab46d79 of_phandle_args_to_fwspec +EXPORT_SYMBOL_GPL vmlinux 0x3ab54830 find_vpid +EXPORT_SYMBOL_GPL vmlinux 0x3abba471 iommu_fwspec_add_ids +EXPORT_SYMBOL_GPL vmlinux 0x3abdc17a cper_dimm_err_location +EXPORT_SYMBOL_GPL vmlinux 0x3abffe82 blk_mq_wait_quiesce_done +EXPORT_SYMBOL_GPL vmlinux 0x3ac3feba rhltable_init +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad786d4 devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x3adacd33 fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0x3ae0439b gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0x3ae65f46 netdev_cmd_to_name +EXPORT_SYMBOL_GPL vmlinux 0x3af359cd _RNvXsQ_NtNtCs3AkgXgqgK6r_4core3fmt3numlNtB7_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0x3af578f5 hyperv_report_panic +EXPORT_SYMBOL_GPL vmlinux 0x3afc112d vp_modern_set_status +EXPORT_SYMBOL_GPL vmlinux 0x3afc4a8f sbitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x3b03208d power_supply_battery_info_has_prop +EXPORT_SYMBOL_GPL vmlinux 0x3b1f4379 component_del +EXPORT_SYMBOL_GPL vmlinux 0x3b24ebd6 xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0x3b3d60f2 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x3b49588a tcp_sendmsg_locked +EXPORT_SYMBOL_GPL vmlinux 0x3b4991e9 serial8250_init_port +EXPORT_SYMBOL_GPL vmlinux 0x3b4c240a display_timings_release +EXPORT_SYMBOL_GPL vmlinux 0x3b5b09f9 pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x3b797a18 _RNvXs_NtCsbwHtcUjRN57_6kernel5typesuNtB4_14ForeignOwnable12into_foreign +EXPORT_SYMBOL_GPL vmlinux 0x3b7a7163 __static_call_return0 +EXPORT_SYMBOL_GPL vmlinux 0x3b8185fc rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0x3b839ec5 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0x3b87f5d7 led_compose_name +EXPORT_SYMBOL_GPL vmlinux 0x3b91db5b intel_pt_handle_vmx +EXPORT_SYMBOL_GPL vmlinux 0x3b95f543 klp_shadow_free +EXPORT_SYMBOL_GPL vmlinux 0x3ba01b47 get_compat_sigset +EXPORT_SYMBOL_GPL vmlinux 0x3ba31f27 mmc_crypto_prepare_req +EXPORT_SYMBOL_GPL vmlinux 0x3bb4a413 user_update +EXPORT_SYMBOL_GPL vmlinux 0x3bbdc96b _RNvXso_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3impxNtB9_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x3bcc8b0f fwnode_graph_get_endpoint_count +EXPORT_SYMBOL_GPL vmlinux 0x3bce0106 _RNvNvMsL_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB7_10NonZeroI1613new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0x3bdb5d28 alg_test +EXPORT_SYMBOL_GPL vmlinux 0x3be00697 acomp_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3be200ce phy_10gbit_fec_features +EXPORT_SYMBOL_GPL vmlinux 0x3be2fdd7 _RNvXs2d_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_20class_spinlock_irq_tNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x3bf038bd percpu_is_read_locked +EXPORT_SYMBOL_GPL vmlinux 0x3bf17755 mpi_read_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3bf1a9ce pinctrl_utils_add_map_mux +EXPORT_SYMBOL_GPL vmlinux 0x3bfefb4f __traceiter_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x3c01a37d __devm_reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x3c0e8050 hyperv_pcpu_input_arg +EXPORT_SYMBOL_GPL vmlinux 0x3c113871 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x3c1c3725 rcu_fwd_progress_check +EXPORT_SYMBOL_GPL vmlinux 0x3c241c2c public_key_free +EXPORT_SYMBOL_GPL vmlinux 0x3c391690 bio_associate_blkg_from_css +EXPORT_SYMBOL_GPL vmlinux 0x3c47557f serdev_device_set_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x3c4cd0f5 device_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x3c5c7f30 _RNvXs2S_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_19system_counterval_tNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x3c5caf4c dev_pm_domain_start +EXPORT_SYMBOL_GPL vmlinux 0x3c5d543a hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x3c642974 __rust_dealloc +EXPORT_SYMBOL_GPL vmlinux 0x3c6785b7 block_pr_type_to_scsi +EXPORT_SYMBOL_GPL vmlinux 0x3c681dc4 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0x3c819c45 arch_apei_report_mem_error +EXPORT_SYMBOL_GPL vmlinux 0x3c84141a __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x3c849630 switchdev_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x3c8b0545 __devm_intel_scu_ipc_register +EXPORT_SYMBOL_GPL vmlinux 0x3c9410fc pci_ats_supported +EXPORT_SYMBOL_GPL vmlinux 0x3ca6c285 gpiod_toggle_active_low +EXPORT_SYMBOL_GPL vmlinux 0x3cb5478f mmc_sanitize +EXPORT_SYMBOL_GPL vmlinux 0x3cc07be9 pv_info +EXPORT_SYMBOL_GPL vmlinux 0x3cc4b494 key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x3cce35d7 pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cd1b510 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x3cd47609 usb_acpi_power_manageable +EXPORT_SYMBOL_GPL vmlinux 0x3ce9f95e kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x3cf3a304 iopf_queue_add_device +EXPORT_SYMBOL_GPL vmlinux 0x3d011a28 _RNvXs4Z_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10plist_headNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x3d053977 mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x3d0a6447 _RNvXs1_NtNtCs3AkgXgqgK6r_4core4char6decodeNtB5_16DecodeUtf16ErrorNtNtB9_5error5Error11description +EXPORT_SYMBOL_GPL vmlinux 0x3d2dcc52 kstrdup_quotable_file +EXPORT_SYMBOL_GPL vmlinux 0x3d2eb27e usb_acpi_set_power_state +EXPORT_SYMBOL_GPL vmlinux 0x3d307472 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d4be820 bpf_trace_run12 +EXPORT_SYMBOL_GPL vmlinux 0x3d4c1edf xdp_set_features_flag +EXPORT_SYMBOL_GPL vmlinux 0x3d510a7b rcu_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0x3d59aeba __tracepoint_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x3d62b3d7 _RNvXs5_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3impyNtB9_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x3d69f184 _RNvXs2r_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5f64x2NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x3d765ce9 devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3d862509 clocksource_verify_percpu +EXPORT_SYMBOL_GPL vmlinux 0x3d8baf3b zs_huge_class_size +EXPORT_SYMBOL_GPL vmlinux 0x3d90679b lwtunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x3d9742b5 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter4fill +EXPORT_SYMBOL_GPL vmlinux 0x3d9ba721 _RNvXs1R_NtNtCs3AkgXgqgK6r_4core3str4iterNtB6_20SplitAsciiWhitespaceNtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x3da26e7d _RNvNvMNtNtCs3AkgXgqgK6r_4core3ops11index_rangeNtB4_10IndexRange13new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0x3da490da crypto_hash_alg_has_setkey +EXPORT_SYMBOL_GPL vmlinux 0x3da798c6 usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0x3daa2540 nf_hooks_lwtunnel_enabled +EXPORT_SYMBOL_GPL vmlinux 0x3db1a042 _RNvXsa_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3impsNtB9_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3df82d00 mce_log +EXPORT_SYMBOL_GPL vmlinux 0x3dfaa4a2 ping_hash +EXPORT_SYMBOL_GPL vmlinux 0x3dfb071f __cpuhp_state_remove_instance +EXPORT_SYMBOL_GPL vmlinux 0x3e027185 devlink_traps_register +EXPORT_SYMBOL_GPL vmlinux 0x3e0a087f inet_hashinfo2_init_mod +EXPORT_SYMBOL_GPL vmlinux 0x3e2aa6ac _RNvXs19_NtNtCs3AkgXgqgK6r_4core3fmt3numnNtB8_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x3e411ace sfp_select_interface +EXPORT_SYMBOL_GPL vmlinux 0x3e4f103b _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter3pad +EXPORT_SYMBOL_GPL vmlinux 0x3e5825b6 vcap_get_rule +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e7485ca devm_memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x3e7f48ba _RNvMs1_NtNtCs3AkgXgqgK6r_4core3fmt8buildersNtB5_11DebugStruct5field +EXPORT_SYMBOL_GPL vmlinux 0x3e843f15 __phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0x3e8c8c84 ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0x3e903560 ip_tunnel_netlink_encap_parms +EXPORT_SYMBOL_GPL vmlinux 0x3ea5196d apei_osc_setup +EXPORT_SYMBOL_GPL vmlinux 0x3eb20f19 dev_pm_opp_get_suspend_opp_freq +EXPORT_SYMBOL_GPL vmlinux 0x3eb29684 pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0x3ec577a3 pci_epc_get_msix +EXPORT_SYMBOL_GPL vmlinux 0x3ec93255 hv_get_isolation_type +EXPORT_SYMBOL_GPL vmlinux 0x3ecc82cc cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x3ecdb1de _RNvXse_NtNtCs3AkgXgqgK6r_4core5alloc6layoutNtB5_11LayoutErrorNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x3ed2bdca sk_psock_tls_strp_read +EXPORT_SYMBOL_GPL vmlinux 0x3edb086b pse_control_put +EXPORT_SYMBOL_GPL vmlinux 0x3eeddd81 pci_epc_linkup +EXPORT_SYMBOL_GPL vmlinux 0x3ef051c8 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x3ef36dd1 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x3ef6a467 __tracepoint_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x3efca806 genphy_c45_read_status +EXPORT_SYMBOL_GPL vmlinux 0x3f1b7822 phy_driver_is_genphy +EXPORT_SYMBOL_GPL vmlinux 0x3f2362dc anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x3f3e751c sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0x3f423a7c icmp_build_probe +EXPORT_SYMBOL_GPL vmlinux 0x3f491f49 reset_control_bulk_reset +EXPORT_SYMBOL_GPL vmlinux 0x3f55433b tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3f63d6e7 da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x3f6c0ed3 dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0x3f714851 phy_set_speed +EXPORT_SYMBOL_GPL vmlinux 0x3f75a44c _RNvXsJ_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_55restart_block__bindgen_ty_1__bindgen_ty_2__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x3f76617b xfrm_unregister_translator +EXPORT_SYMBOL_GPL vmlinux 0x3f83f8d3 rcu_bind_current_to_nocb +EXPORT_SYMBOL_GPL vmlinux 0x3f84bcd7 dax_alive +EXPORT_SYMBOL_GPL vmlinux 0x3f8e2ddf _RNvXs2_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3implNtB9_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x3fae6ab0 hv_vp_index +EXPORT_SYMBOL_GPL vmlinux 0x3faeaceb rust_helper_spin_unlock +EXPORT_SYMBOL_GPL vmlinux 0x3fb01757 ethnl_cable_test_step +EXPORT_SYMBOL_GPL vmlinux 0x3fb77586 ata_qc_get_active +EXPORT_SYMBOL_GPL vmlinux 0x3fbcb16f _RNvXs4L_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_22rhashtable_compare_argNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x3fcf869a rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x3fde19a1 validate_xmit_skb_list +EXPORT_SYMBOL_GPL vmlinux 0x3fe6c346 devlink_fmsg_binary_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x3feca03f icc_put +EXPORT_SYMBOL_GPL vmlinux 0x3ff2e349 hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x3ffdacf3 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0x4004d5c2 handle_fasteoi_irq +EXPORT_SYMBOL_GPL vmlinux 0x400a024b acpi_scan_lock_release +EXPORT_SYMBOL_GPL vmlinux 0x400df54f _RNvXst_NtCs3AkgXgqgK6r_4core3numoNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x4011f714 pci_epf_alloc_space +EXPORT_SYMBOL_GPL vmlinux 0x40157472 max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0x401b5da5 _RNvXs2V_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10timer_listNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x40206dd9 pci_hp_destroy +EXPORT_SYMBOL_GPL vmlinux 0x40267068 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x403835d6 pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x403e954a _RNvXNtCsbwHtcUjRN57_6kernel9allocatorNtB2_15KernelAllocatorNtNtNtCs3AkgXgqgK6r_4core5alloc6global11GlobalAlloc7dealloc +EXPORT_SYMBOL_GPL vmlinux 0x403eac60 sbitmap_get +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x4043757f init_iova_domain +EXPORT_SYMBOL_GPL vmlinux 0x40653a60 crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x406c4cb1 hrtimer_resolution +EXPORT_SYMBOL_GPL vmlinux 0x4071b517 out_of_line_wait_on_bit_timeout +EXPORT_SYMBOL_GPL vmlinux 0x407af304 usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0x408db57e of_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x4099f919 tun_ptr_free +EXPORT_SYMBOL_GPL vmlinux 0x40a0aafc __flush_tlb_all +EXPORT_SYMBOL_GPL vmlinux 0x40a81510 dm_internal_suspend_noflush +EXPORT_SYMBOL_GPL vmlinux 0x40d17b57 inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0x40d530c1 xdp_convert_zc_to_xdp_frame +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x40f215b8 _RNvXs4b_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10mhp_paramsNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x40f8b94e ring_buffer_iter_dropped +EXPORT_SYMBOL_GPL vmlinux 0x40f8bd4e klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x4100a662 clk_get_scaled_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x41060336 _RNvMNtNtCs3AkgXgqgK6r_4core5slice5asciiSh16trim_ascii_start +EXPORT_SYMBOL_GPL vmlinux 0x411419ce devm_register_restart_handler +EXPORT_SYMBOL_GPL vmlinux 0x411a49b2 serial8250_rpm_put_tx +EXPORT_SYMBOL_GPL vmlinux 0x41253260 device_match_of_node +EXPORT_SYMBOL_GPL vmlinux 0x41281db9 devl_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4129f5ee kernel_fpu_begin_mask +EXPORT_SYMBOL_GPL vmlinux 0x412bc681 ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x414d119a videomode_from_timings +EXPORT_SYMBOL_GPL vmlinux 0x4150efa0 pm_wakeup_dev_event +EXPORT_SYMBOL_GPL vmlinux 0x4154f2e8 fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0x416b6632 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x416dc9e8 class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x417a1ff3 sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0x417a7356 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x417d3916 acpi_subsys_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x418a053b devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x4192d76e xenbus_dev_error +EXPORT_SYMBOL_GPL vmlinux 0x4195979b iomap_fiemap +EXPORT_SYMBOL_GPL vmlinux 0x419e7efd sfp_module_stop +EXPORT_SYMBOL_GPL vmlinux 0x41acb8b3 vp_legacy_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0x41adb00a led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0x41b47044 edac_pci_handle_npe +EXPORT_SYMBOL_GPL vmlinux 0x41b5cfdc inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x41b9a6e6 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x41bce49a ghes_register_vendor_record_notifier +EXPORT_SYMBOL_GPL vmlinux 0x41c5211d _RNvXsh_NtCs3AkgXgqgK6r_4core5errorNtB5_6SourceNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x41c58c31 ata_host_put +EXPORT_SYMBOL_GPL vmlinux 0x41d68d9a fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0x41d984f5 __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0x41ed3cec eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x41fc6886 vp_modern_set_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x41ffb868 __traceiter_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x42018d63 _RNvXsE_NtCs3AkgXgqgK6r_4core4charNtB5_15CaseMappingIterNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x42041512 i2c_get_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x420b99c8 iommu_fwspec_init +EXPORT_SYMBOL_GPL vmlinux 0x420f3d01 nvmem_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x42178b14 led_get +EXPORT_SYMBOL_GPL vmlinux 0x42262ba8 _RNvXs4_NtNtCs3AkgXgqgK6r_4core3ffi5c_strNtB5_4CStrNtNtB9_3cmp9PartialEq2eq +EXPORT_SYMBOL_GPL vmlinux 0x422e578a __SCT__tp_func_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x4248d667 crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0x424b855c xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0x42572807 __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x425b649b trace_array_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x425d3216 skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x42635d55 pm_suspend_global_flags +EXPORT_SYMBOL_GPL vmlinux 0x426452a3 acpi_evaluation_failure_warn +EXPORT_SYMBOL_GPL vmlinux 0x426ddc50 gpiod_count +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x42846084 dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0x42919a6c _RNvXse_NtCs3AkgXgqgK6r_4core4charNtB5_11ToUppercaseNtNtNtNtB7_4iter6traits8iterator8Iterator9size_hint +EXPORT_SYMBOL_GPL vmlinux 0x42974a45 ftrace_set_filter_ips +EXPORT_SYMBOL_GPL vmlinux 0x429bec53 sk_msg_zerocopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x429c3f9c reboot_mode +EXPORT_SYMBOL_GPL vmlinux 0x42b9314e ip_valid_fib_dump_req +EXPORT_SYMBOL_GPL vmlinux 0x42bf8fe1 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0x42cae1f4 iommu_dev_disable_feature +EXPORT_SYMBOL_GPL vmlinux 0x42ce6df0 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0x42dd2d7a rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x42e732cb vcap_rule_add_key_u128 +EXPORT_SYMBOL_GPL vmlinux 0x42e9d129 gpiod_set_consumer_name +EXPORT_SYMBOL_GPL vmlinux 0x42ea2dc3 dev_pm_opp_remove +EXPORT_SYMBOL_GPL vmlinux 0x42ecac05 __SCK__tp_func_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x42f728aa mctrl_gpio_get_outputs +EXPORT_SYMBOL_GPL vmlinux 0x42f96314 __xenbus_register_backend +EXPORT_SYMBOL_GPL vmlinux 0x42ffd427 ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0x430d88ec __traceiter_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x433b2bce scsi_free_sgtables +EXPORT_SYMBOL_GPL vmlinux 0x433fe922 _RNvXs2N_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15uprobe_consumerNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x4349dcff firmware_request_platform +EXPORT_SYMBOL_GPL vmlinux 0x434b3cbe scsi_host_complete_all_commands +EXPORT_SYMBOL_GPL vmlinux 0x434d2772 virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0x434f40e7 xfrm_get_translator +EXPORT_SYMBOL_GPL vmlinux 0x4351df57 simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x4362da27 phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0x436d817f mpi_clear_bit +EXPORT_SYMBOL_GPL vmlinux 0x4370cbe1 devm_request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x4372ac64 dax_remove_host +EXPORT_SYMBOL_GPL vmlinux 0x437d9143 dm_internal_suspend_fast +EXPORT_SYMBOL_GPL vmlinux 0x437eb1df ipv6_mod_enabled +EXPORT_SYMBOL_GPL vmlinux 0x438bd03b handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0x438d8df2 iova_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x4395f542 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0x43985f84 clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0x43aa319e lease_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x43bbf7cc irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x43caa7c0 regmap_irq_get_irq_reg_linear +EXPORT_SYMBOL_GPL vmlinux 0x43db290a iomap_swapfile_activate +EXPORT_SYMBOL_GPL vmlinux 0x43dbd206 wb_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0x43e0ae23 class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x43e3c99b regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x43e83cd2 devm_regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x43edaf83 __regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x43f81957 clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x43f8b6ce lwtunnel_output +EXPORT_SYMBOL_GPL vmlinux 0x43f92edd wait_for_initramfs +EXPORT_SYMBOL_GPL vmlinux 0x4401e6c2 mpi_cmpabs +EXPORT_SYMBOL_GPL vmlinux 0x44247c38 iocb_bio_iopoll +EXPORT_SYMBOL_GPL vmlinux 0x44288bc1 strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0x442deaa9 poll_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x44365ee1 usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0x44429744 _RNvNtNtNtCs3AkgXgqgK6r_4core7unicode12unicode_data11conversions8to_upper +EXPORT_SYMBOL_GPL vmlinux 0x4450fad1 serial8250_rpm_put +EXPORT_SYMBOL_GPL vmlinux 0x4454fb3f _RNvXsb_NtNtCs3AkgXgqgK6r_4core3fmt3numjNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0x44607b39 crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x446e90de regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x44714dfe _RNvXs7_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB5_4i8x2NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x4471a51d vhost_task_stop +EXPORT_SYMBOL_GPL vmlinux 0x4471fced edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0x44732f77 devlink_dpipe_table_counter_enabled +EXPORT_SYMBOL_GPL vmlinux 0x44751c55 p2sb_bar +EXPORT_SYMBOL_GPL vmlinux 0x4475dcaf hv_nested +EXPORT_SYMBOL_GPL vmlinux 0x44769918 regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x4483e5a7 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x44850922 pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0x4491ee4e usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x4498c823 _RNvMs_NtCsbwHtcUjRN57_6kernel4syncNtB4_12LockClassKey6as_ptr +EXPORT_SYMBOL_GPL vmlinux 0x449f69e6 ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x44ac6461 metadata_dst_free +EXPORT_SYMBOL_GPL vmlinux 0x44b1a87b _RNvXs3H_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5i64x4NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x44bae227 bit_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x44c10a52 kvfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x44cbbcc0 __device_reset +EXPORT_SYMBOL_GPL vmlinux 0x44ccb03d sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x44cf8cf0 blk_zone_cond_str +EXPORT_SYMBOL_GPL vmlinux 0x44d0e812 klp_get_state +EXPORT_SYMBOL_GPL vmlinux 0x44d1eef1 _RNvXs_NtCs3AkgXgqgK6r_4core3anyDNtB4_3AnyEL_NtNtB6_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x44e1a91d __unwind_start +EXPORT_SYMBOL_GPL vmlinux 0x44e1e9aa balloon_stats +EXPORT_SYMBOL_GPL vmlinux 0x44f20595 usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x44f9a415 pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x44fe36ae pci_epc_mem_alloc_addr +EXPORT_SYMBOL_GPL vmlinux 0x450110e8 perf_assign_events +EXPORT_SYMBOL_GPL vmlinux 0x4507f4a8 cpuhp_tasks_frozen +EXPORT_SYMBOL_GPL vmlinux 0x451618d0 sbitmap_del_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x4517f62a device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x4524ef60 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0x452af1bd devm_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x4531624f usb_decode_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x4531ab62 copy_from_kernel_nofault +EXPORT_SYMBOL_GPL vmlinux 0x4531f4e0 set_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x453257a4 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0x45363384 thermal_acpi_critical_trip_temp +EXPORT_SYMBOL_GPL vmlinux 0x454b1adb gnttab_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x4550f8e2 iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x45558f56 clk_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x455be14a wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x455bf766 bpf_trace_run1 +EXPORT_SYMBOL_GPL vmlinux 0x456199a8 _RNvXs14_NtNtCs3AkgXgqgK6r_4core3fmt3numyNtB8_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x4565c29a platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0x456802b4 __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x45861427 fib_nh_common_init +EXPORT_SYMBOL_GPL vmlinux 0x458b35e0 iommu_attach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0x458fa294 dst_cache_set_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x45921047 devlink_dpipe_entry_ctx_append +EXPORT_SYMBOL_GPL vmlinux 0x459749de spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0x459e6151 mm_unaccount_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x45a05542 dm_bio_get_target_bio_nr +EXPORT_SYMBOL_GPL vmlinux 0x45a25ee5 locks_owner_has_blockers +EXPORT_SYMBOL_GPL vmlinux 0x45a5efef mptcp_diag_fill_info +EXPORT_SYMBOL_GPL vmlinux 0x45a8f9d6 power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x45b88ee4 _RNvXsp_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3impyNtB9_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x45bf5028 inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0x45c9e316 devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0x45d14bdf hypercall_page +EXPORT_SYMBOL_GPL vmlinux 0x45e8b450 mnt_idmap_get +EXPORT_SYMBOL_GPL vmlinux 0x46013233 net_dec_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x46030074 __hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0x4604615d hid_bpf_device_init +EXPORT_SYMBOL_GPL vmlinux 0x46047827 __SCT__tp_func_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x460e27c2 phy_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x461ba7b3 fib_nexthop_info +EXPORT_SYMBOL_GPL vmlinux 0x4622b8cc __SCK__tp_func_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x46275130 mas_expected_entries +EXPORT_SYMBOL_GPL vmlinux 0x462fc872 check_move_unevictable_folios +EXPORT_SYMBOL_GPL vmlinux 0x46325238 usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x46342382 clk_mux_determine_rate_flags +EXPORT_SYMBOL_GPL vmlinux 0x46486622 bpf_prog_create_from_user +EXPORT_SYMBOL_GPL vmlinux 0x4650fd45 _RNvMs1_NtCs3AkgXgqgK6r_4core3fmtNtB5_10ArgumentV110from_usize +EXPORT_SYMBOL_GPL vmlinux 0x4651d59c powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0x46723528 _RNvNvMsj_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB7_10NonZeroU6413new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0x4676bd96 devl_rate_node_create +EXPORT_SYMBOL_GPL vmlinux 0x467d87dd security_kernel_post_read_file +EXPORT_SYMBOL_GPL vmlinux 0x4686ffa3 regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x468ac849 inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x4691c239 dev_coredumpm +EXPORT_SYMBOL_GPL vmlinux 0x4697426d __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x469c5a82 class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x46a4b118 hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x46a6156c regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x46a6c9ef hv_get_tsc_page +EXPORT_SYMBOL_GPL vmlinux 0x46a7452c extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0x46acdb35 _RNvXs16_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11pv_lock_opsNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x46b4756e gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x46c61de3 acpi_install_cmos_rtc_space_handler +EXPORT_SYMBOL_GPL vmlinux 0x470e82f5 _RNvXsm_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3implNtB9_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x470f14f2 fib6_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x471335ce scsi_register_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x4717c874 ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x4723f045 dw_pcie_write_dbi +EXPORT_SYMBOL_GPL vmlinux 0x4727843f serial8250_em485_stop_tx +EXPORT_SYMBOL_GPL vmlinux 0x472dbcc3 xenbus_unmap_ring_vfree +EXPORT_SYMBOL_GPL vmlinux 0x474a2880 __bio_add_page +EXPORT_SYMBOL_GPL vmlinux 0x47591c85 crypto_alloc_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x475a0355 cpufreq_dbs_governor_init +EXPORT_SYMBOL_GPL vmlinux 0x4761bbbc crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x47656a04 vcap_del_rule +EXPORT_SYMBOL_GPL vmlinux 0x47663cfe vcap_rule_mod_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x4767dc98 msi_next_desc +EXPORT_SYMBOL_GPL vmlinux 0x477942e1 fuse_fill_super_common +EXPORT_SYMBOL_GPL vmlinux 0x477b4f19 nvdimm_has_cache +EXPORT_SYMBOL_GPL vmlinux 0x477d6068 gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x477effad pci_common_swizzle +EXPORT_SYMBOL_GPL vmlinux 0x477f556c pci_iomap_wc +EXPORT_SYMBOL_GPL vmlinux 0x4783b379 _RNvNtNtCs3AkgXgqgK6r_4core5slice5index20into_range_unchecked +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x4788fecf clk_hw_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x478e62bb rcu_read_unlock_trace_special +EXPORT_SYMBOL_GPL vmlinux 0x478e81f8 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x478e829f nf_queue_entry_free +EXPORT_SYMBOL_GPL vmlinux 0x4790c59f pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0x4791cb91 apei_mce_report_mem_error +EXPORT_SYMBOL_GPL vmlinux 0x479803b9 base64_encode +EXPORT_SYMBOL_GPL vmlinux 0x479f7d4b clk_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47ad1e35 rust_helper_signal_pending +EXPORT_SYMBOL_GPL vmlinux 0x47b90ee7 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter9write_fmt +EXPORT_SYMBOL_GPL vmlinux 0x47d0eea2 acpi_lpat_temp_to_raw +EXPORT_SYMBOL_GPL vmlinux 0x47de0dc7 clk_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x47f4b257 pktgen_xfrm_outer_mode_output +EXPORT_SYMBOL_GPL vmlinux 0x480305ca kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0x48096da3 crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x480bfaef gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0x4813704e ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x481acc34 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x481f9b7d mpi_mulm +EXPORT_SYMBOL_GPL vmlinux 0x48203853 em_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x4826cd68 mctp_unregister_netdev +EXPORT_SYMBOL_GPL vmlinux 0x4828e77b acpi_scan_lock_acquire +EXPORT_SYMBOL_GPL vmlinux 0x482dbf87 serdev_device_add +EXPORT_SYMBOL_GPL vmlinux 0x48377add ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x483ac85c irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0x484c7282 device_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x485f7913 _RNvNvNtCs3AkgXgqgK6r_4core4hint21unreachable_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0x48674992 _RNvXs8_NtNtCs3AkgXgqgK6r_4core4task4wakeNtB5_5WakerNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x486dedc3 ghes_unregister_vendor_record_notifier +EXPORT_SYMBOL_GPL vmlinux 0x487a7d0b irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x4887ecb3 pci_aer_clear_nonfatal_status +EXPORT_SYMBOL_GPL vmlinux 0x4895b254 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x48a337cf _RNvNtCs3AkgXgqgK6r_4core9panicking18panic_nounwind_fmt +EXPORT_SYMBOL_GPL vmlinux 0x48a3d20b mctrl_gpio_get +EXPORT_SYMBOL_GPL vmlinux 0x48ab5ade __SCK__tp_func_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x48bb973f regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x48c869a7 irq_chip_set_vcpu_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0x48c8c65f pci_iomap_wc_range +EXPORT_SYMBOL_GPL vmlinux 0x48d0b874 usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x48d21e24 wbt_enable_default +EXPORT_SYMBOL_GPL vmlinux 0x48e080b1 x86_virt_spec_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x48f86df1 _RNvXsd_NtNtCs3AkgXgqgK6r_4core3num5errorNtB5_13ParseIntErrorNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x490d5d9f lwtunnel_build_state +EXPORT_SYMBOL_GPL vmlinux 0x490f65ae irq_domain_translate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x4912716e da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x49242bc7 freezer_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4929f547 acpi_set_modalias +EXPORT_SYMBOL_GPL vmlinux 0x4932c21c vp_modern_queue_address +EXPORT_SYMBOL_GPL vmlinux 0x4934bdd0 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x49358656 virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x4957d8f6 ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0x495a4221 __SCT__tp_func_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x49605610 __hwspin_trylock +EXPORT_SYMBOL_GPL vmlinux 0x49608959 migrate_disable +EXPORT_SYMBOL_GPL vmlinux 0x496115df __xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x4961b2c8 usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x4963937c poll_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x4986686e _RNvMs4_NtCs3AkgXgqgK6r_4core3numh14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49927d25 page_reporting_unregister +EXPORT_SYMBOL_GPL vmlinux 0x49a034a4 irq_chip_set_wake_parent +EXPORT_SYMBOL_GPL vmlinux 0x49bc8c9d _RNvXs8_NtNtCs3AkgXgqgK6r_4core3fmt3nummNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0x49c2e782 crypto_register_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x49cd25ed alloc_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x49df23a3 kthread_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x49eae16c icc_provider_init +EXPORT_SYMBOL_GPL vmlinux 0x49ee3e7b sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x49f8f562 phy_restore_page +EXPORT_SYMBOL_GPL vmlinux 0x49fa342c __xenmem_reservation_va_mapping_update +EXPORT_SYMBOL_GPL vmlinux 0x4a0067c2 acpi_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x4a17ed66 sysrq_mask +EXPORT_SYMBOL_GPL vmlinux 0x4a1dfc2f _RNvXsp_NtNtCs3AkgXgqgK6r_4core4sync6atomicNtB5_8AtomicU8NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x4a239dce ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x4a38f891 _RNvXsb_NtCs3AkgXgqgK6r_4core4timeNtB5_8DurationNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x4a420d09 acpi_bus_detach_private_data +EXPORT_SYMBOL_GPL vmlinux 0x4a423f6a firmware_upload_register +EXPORT_SYMBOL_GPL vmlinux 0x4a5707d2 cpufreq_driver_resolve_freq +EXPORT_SYMBOL_GPL vmlinux 0x4a5b1113 usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x4a676926 ata_pci_shutdown_one +EXPORT_SYMBOL_GPL vmlinux 0x4a702f4c task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x4a7c57a1 da903x_update +EXPORT_SYMBOL_GPL vmlinux 0x4a7e3c0f _RNvXs6_NtNtCs3AkgXgqgK6r_4core3cmp5implszNtB7_3Ord3cmp +EXPORT_SYMBOL_GPL vmlinux 0x4a822add ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x4a84e398 acpi_is_pnp_device +EXPORT_SYMBOL_GPL vmlinux 0x4a95941f dma_get_slave_caps +EXPORT_SYMBOL_GPL vmlinux 0x4a9cde4b devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x4aad8ce4 clk_hw_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x4ac012fc dev_coredumpsg +EXPORT_SYMBOL_GPL vmlinux 0x4ad38d72 usb_phy_get_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x4add9c4b xen_xlate_unmap_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0x4ae6d24e devm_pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x4ae8866d pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x4ae97558 devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x4aee5c69 pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0x4afb1aa8 serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0x4b03452d fib_info_nh_uses_dev +EXPORT_SYMBOL_GPL vmlinux 0x4b06ac4b metadata_dst_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4b0e6246 regulator_get_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x4b23df4a gpiochip_irqchip_add_domain +EXPORT_SYMBOL_GPL vmlinux 0x4b271f10 anon_inode_getfd_secure +EXPORT_SYMBOL_GPL vmlinux 0x4b29955f _RNvXs1u_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11class_irq_tNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x4b2d93c1 extcon_get_state +EXPORT_SYMBOL_GPL vmlinux 0x4b332df8 hv_get_tsc_pfn +EXPORT_SYMBOL_GPL vmlinux 0x4b39da07 devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0x4b420d40 __SCK__tp_func_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x4b54349f gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x4b56ce05 xenmem_reservation_increase +EXPORT_SYMBOL_GPL vmlinux 0x4b5acf74 rhashtable_init +EXPORT_SYMBOL_GPL vmlinux 0x4b689c06 ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0x4b6eb5f7 devl_trylock +EXPORT_SYMBOL_GPL vmlinux 0x4b741c07 mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0x4b762828 start_thread +EXPORT_SYMBOL_GPL vmlinux 0x4b789b33 handle_bad_irq +EXPORT_SYMBOL_GPL vmlinux 0x4b853dce tcpv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x4b9043c4 _RNvXs3y_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_4pageNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x4b931968 xen_features +EXPORT_SYMBOL_GPL vmlinux 0x4b986567 regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x4ba0bad8 crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x4baf19af _RNvXs3_NtNtCs3AkgXgqgK6r_4core5alloc6layoutNtB5_6LayoutNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x4bb5a2bf xen_unregister_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x4bb82de2 _RNvXsU_NtNtCs3AkgXgqgK6r_4core3fmt3nummNtB7_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0x4bc6728f pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x4bc8727f xen_balloon_init +EXPORT_SYMBOL_GPL vmlinux 0x4bd02f25 sock_diag_destroy +EXPORT_SYMBOL_GPL vmlinux 0x4bd6f08b misc_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4bdb8dcc housekeeping_test_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4bdf095f balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x4bf5d501 ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x4bfaa951 devm_pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x4bfd398d hwrng_msleep +EXPORT_SYMBOL_GPL vmlinux 0x4bfff589 _RNvXse_NtCsbwHtcUjRN57_6kernel3strNtB5_7CStringINtNtCs3AkgXgqgK6r_4core7convert7TryFromRNtB5_4CStrE8try_from +EXPORT_SYMBOL_GPL vmlinux 0x4c09ef87 mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x4c10120b crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x4c1da844 ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x4c21dd06 __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0x4c2b351d start_poll_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x4c351940 _RNvXsz_NtCs3AkgXgqgK6r_4core4charNtB5_11EscapeDebugNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x4c3fd51f md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0x4c4506fe anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4c46647e _RNvXs1_NtNtCs3AkgXgqgK6r_4core3fmt3numsNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0x4c499719 ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4c49f1de hv_clock_per_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4c4aeaab sk_msg_is_readable +EXPORT_SYMBOL_GPL vmlinux 0x4c549b36 __traceiter_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x4c55a96f ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x4c5f348e acpi_dev_filter_resource_type +EXPORT_SYMBOL_GPL vmlinux 0x4c762b5c x86_stepping +EXPORT_SYMBOL_GPL vmlinux 0x4c7c291f __tracepoint_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x4c8046e1 ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x4c8adfe1 hv_root_partition +EXPORT_SYMBOL_GPL vmlinux 0x4c91b1a0 __traceiter_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x4c99b094 scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x4ca5590e mas_prev +EXPORT_SYMBOL_GPL vmlinux 0x4ca6811d blk_mq_queue_inflight +EXPORT_SYMBOL_GPL vmlinux 0x4cb27100 ktime_get_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x4cb63bbe bio_start_io_acct +EXPORT_SYMBOL_GPL vmlinux 0x4cc752f8 apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0x4ce248dd fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x4ce87266 set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x4cebc768 usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0x4cf8880f vcap_rule_add_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x4cf8f41f xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0x4d0015e2 cpu_hotplug_disable +EXPORT_SYMBOL_GPL vmlinux 0x4d18d520 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x4d1f0e96 msg_zerocopy_put_abort +EXPORT_SYMBOL_GPL vmlinux 0x4d225e41 bpf_offload_dev_match +EXPORT_SYMBOL_GPL vmlinux 0x4d242c92 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x4d24a1e4 sbitmap_finish_wait +EXPORT_SYMBOL_GPL vmlinux 0x4d2b281c dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x4d2e2117 _RNvMNtNtCs3AkgXgqgK6r_4core3mem15transmutabilityNtB2_6Assume3and +EXPORT_SYMBOL_GPL vmlinux 0x4d387562 xhci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4d3ae844 gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0x4d509a17 regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x4d6d0bbc iommu_group_ref_get +EXPORT_SYMBOL_GPL vmlinux 0x4d71208d vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x4d7272e4 migrate_enable +EXPORT_SYMBOL_GPL vmlinux 0x4d7e59b6 fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x4d816860 blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0x4d820f49 xdp_do_redirect_frame +EXPORT_SYMBOL_GPL vmlinux 0x4dae16e4 i2c_put_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x4db40662 tcp_leave_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0x4db691fd __SCK__tp_func_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x4dbc820e elv_rqhash_del +EXPORT_SYMBOL_GPL vmlinux 0x4dd7369e sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x4ddb7018 fsnotify_put_mark +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4e0b4db9 extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0x4e0e8399 power_supply_get_battery_info +EXPORT_SYMBOL_GPL vmlinux 0x4e12c315 relay_close +EXPORT_SYMBOL_GPL vmlinux 0x4e144a54 __SCT__tp_func_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x4e17c613 ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x4e25d3d7 crypto_unregister_templates +EXPORT_SYMBOL_GPL vmlinux 0x4e2f239b ioc_find_get_icq +EXPORT_SYMBOL_GPL vmlinux 0x4e30d304 dm_post_suspending +EXPORT_SYMBOL_GPL vmlinux 0x4e4c37e2 freq_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4e552cc3 _RNvXs3w_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_18page__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x4e56b585 uart_get_rs485_mode +EXPORT_SYMBOL_GPL vmlinux 0x4e5ee273 tick_nohz_full_mask +EXPORT_SYMBOL_GPL vmlinux 0x4e657485 free_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0x4e6ae918 devm_irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x4e6fc9b0 power_supply_battery_info_get_prop +EXPORT_SYMBOL_GPL vmlinux 0x4e727225 nvmem_layout_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4e7a0e00 serial8250_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0x4e7a6602 skcipher_walk_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x4e7cd73b platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0x4e83a571 strp_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x4e843543 blk_set_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x4e912f12 tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x4e928cf5 _RNvXsn_NtNtCs3AkgXgqgK6r_4core9core_simd5masksaNtNtB5_6sealed6Sealed2eq +EXPORT_SYMBOL_GPL vmlinux 0x4eac5fc1 cpu_mitigations_auto_nosmt +EXPORT_SYMBOL_GPL vmlinux 0x4ec27536 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x4ec4b0b7 _RNvMNtCs3AkgXgqgK6r_4core3f32f9next_down +EXPORT_SYMBOL_GPL vmlinux 0x4ec7472d vcap_tc_flower_handler_tcp_usage +EXPORT_SYMBOL_GPL vmlinux 0x4ecacc21 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x4ece3615 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4ee6b80d __auxiliary_device_add +EXPORT_SYMBOL_GPL vmlinux 0x4eeff12e ehci_adjust_port_wakeup_flags +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4ef5fe49 _RNvXs2m_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15pcpu_alloc_infoNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x4ef75218 dax_remap_file_range_prep +EXPORT_SYMBOL_GPL vmlinux 0x4efcf021 mpi_normalize +EXPORT_SYMBOL_GPL vmlinux 0x4f071806 _RNvXs3Y_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_9free_areaNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x4f07ef8f _RNvXs5n_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_8sigeventNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x4f087232 serial8250_rpm_get +EXPORT_SYMBOL_GPL vmlinux 0x4f23163c _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter9debug_map +EXPORT_SYMBOL_GPL vmlinux 0x4f2593f0 btree_update +EXPORT_SYMBOL_GPL vmlinux 0x4f2c996d kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0x4f3087ed _RNvXsr_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_9va_formatNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x4f33a177 inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x4f54e87f exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0x4f56dafb fpu_free_guest_fpstate +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f6d5017 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x4f7054c4 devm_acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x4f72a987 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0x4f80e319 __ct_user_exit +EXPORT_SYMBOL_GPL vmlinux 0x4f8298e4 irq_domain_create_simple +EXPORT_SYMBOL_GPL vmlinux 0x4f8546af cpuidle_poll_state_init +EXPORT_SYMBOL_GPL vmlinux 0x4f89c25c _RNvMs5_NtNtCs3AkgXgqgK6r_4core3fmt8buildersNtB5_9DebugList5entry +EXPORT_SYMBOL_GPL vmlinux 0x4f8e37eb ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0x4fadedf8 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0x4fb5da55 fs_put_dax +EXPORT_SYMBOL_GPL vmlinux 0x4fc01c7d mbox_flush +EXPORT_SYMBOL_GPL vmlinux 0x4fcadbd8 __SCK__tp_func_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x4fcf8a33 _RNvXs1B_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_13reg_1024_byteNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fdcfe56 _RNvXNtNtCs3AkgXgqgK6r_4core5error7privateNtB2_8InternalNtNtB6_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x50018544 regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x500c768c apei_exec_read_register +EXPORT_SYMBOL_GPL vmlinux 0x500d4700 _RNvXs2J_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_12rw_semaphoreNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x50175777 fsnotify_init_mark +EXPORT_SYMBOL_GPL vmlinux 0x501eaf6e devm_reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x5026585c xen_irq_from_gsi +EXPORT_SYMBOL_GPL vmlinux 0x502f2cdb clk_register +EXPORT_SYMBOL_GPL vmlinux 0x5036f211 _RNvXsT_NtNtCs3AkgXgqgK6r_4core3fmt3numlNtB7_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x50402f6b serdev_device_write +EXPORT_SYMBOL_GPL vmlinux 0x50423890 devm_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x504ae47a sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0x505c0f91 ata_port_classify +EXPORT_SYMBOL_GPL vmlinux 0x505d2266 ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0x506a39db __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0x50725b15 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x5074a325 __SCK__tp_func_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x50982152 ping_bind +EXPORT_SYMBOL_GPL vmlinux 0x509bc6b9 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x509d211c devlink_dpipe_match_put +EXPORT_SYMBOL_GPL vmlinux 0x509d6d11 gpiod_disable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0x50a787e2 dst_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x50ae2461 adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x50b03f5d l1tf_vmx_mitigation +EXPORT_SYMBOL_GPL vmlinux 0x50b42ba1 entry_ibpb +EXPORT_SYMBOL_GPL vmlinux 0x50c9fbfd _RNvXsa_NtNtCs3AkgXgqgK6r_4core3str5errorNtB5_14ParseBoolErrorNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x50d1f870 pgprot_writecombine +EXPORT_SYMBOL_GPL vmlinux 0x50d77a5f _RNvXs3c_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_18srcu_notifier_headNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x50df94f5 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x50dfcff2 dax_add_host +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50ebe4bc crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x51088f68 device_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x5118db95 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x5128f52b irq_gc_unmask_enable_reg +EXPORT_SYMBOL_GPL vmlinux 0x512d11ee evict_inodes +EXPORT_SYMBOL_GPL vmlinux 0x51390c96 rcu_barrier_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x514273be acpi_dev_get_property +EXPORT_SYMBOL_GPL vmlinux 0x515272f0 wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x5170208f _RNvNtCsbwHtcUjRN57_6kernel5ioctl9__IOC_TYPE +EXPORT_SYMBOL_GPL vmlinux 0x51711c83 _RNvXs3s_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_32page__bindgen_ty_1__bindgen_ty_2NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x5172ab32 spi_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x51759e1e __tracepoint_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x5181f3b4 genphy_c45_read_link +EXPORT_SYMBOL_GPL vmlinux 0x5187ac4b xen_store_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x518c2fc6 hpet_rtc_dropped_irq +EXPORT_SYMBOL_GPL vmlinux 0x519f3a48 _RNvXs2_NtCs3AkgXgqgK6r_4core4charNtB5_13EscapeDefaultNtNtNtNtB7_4iter6traits8iterator8Iterator4last +EXPORT_SYMBOL_GPL vmlinux 0x51a348cc usb_role_switch_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x51ae0fbd udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x51c00071 __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x51c24d16 find_mci_by_dev +EXPORT_SYMBOL_GPL vmlinux 0x51ca14ff ethnl_cable_test_alloc +EXPORT_SYMBOL_GPL vmlinux 0x51d19d3f anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0x51d48648 ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x51e05a10 _RNvXs2j_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_20optimistic_spin_nodeNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x51e23057 acpi_gpiochip_free_interrupts +EXPORT_SYMBOL_GPL vmlinux 0x51e5854f crypto_unregister_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x51e7b95d dev_pm_opp_get_supplies +EXPORT_SYMBOL_GPL vmlinux 0x51ed81da _RNvXs4J_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10rhash_headNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x52022793 devlink_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0x521afd44 tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x52213722 acpi_dev_resource_memory +EXPORT_SYMBOL_GPL vmlinux 0x522253a6 cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0x52252316 clk_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x522d99e9 make_vfsuid +EXPORT_SYMBOL_GPL vmlinux 0x523f1ec1 _RNvXs6_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3impjNtB9_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x52431348 xenbus_transaction_start +EXPORT_SYMBOL_GPL vmlinux 0x524a8dde shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0x525d0aa3 trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x52647db1 ct_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x527d7781 _RNvXs2_NtNtCs3AkgXgqgK6r_4core3fmt3numlNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0x527d8c2d acpi_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0x52818a0a trace_seq_path +EXPORT_SYMBOL_GPL vmlinux 0x5289876f _RNvXso_NtCs3AkgXgqgK6r_4core3numjNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x5296e0aa iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0x52a1fb2b dev_fill_forward_path +EXPORT_SYMBOL_GPL vmlinux 0x52acf3ee dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0x52b1e3c7 pci_flags +EXPORT_SYMBOL_GPL vmlinux 0x52b4ca8d tpm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x52bb522a _RNvXNtNtNtCsbwHtcUjRN57_6kernel4sync4lock8spinlockNtB2_15SpinLockBackendNtB4_7Backend4init +EXPORT_SYMBOL_GPL vmlinux 0x52c35e83 call_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x52c593a0 _RNvXsD_NtNtCs3AkgXgqgK6r_4core3str7patternNtB5_10SearchStepNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x52c6c017 regulator_get_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0x52d54fce devlink_info_version_stored_put +EXPORT_SYMBOL_GPL vmlinux 0x52dcb6b7 restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x52eddb69 raw_v6_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x52edfcb0 crypto_clone_tfm +EXPORT_SYMBOL_GPL vmlinux 0x52f38d07 acpi_find_child_by_adr +EXPORT_SYMBOL_GPL vmlinux 0x530a1b56 pinctrl_utils_free_map +EXPORT_SYMBOL_GPL vmlinux 0x530b2431 get_dev_pagemap +EXPORT_SYMBOL_GPL vmlinux 0x530e0f8c devl_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x531ce8fe _RNvXs37_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_6u16x16NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x53297f6c tcp_bpf_sendmsg_redir +EXPORT_SYMBOL_GPL vmlinux 0x5329b8eb io_uring_cmd_import_fixed +EXPORT_SYMBOL_GPL vmlinux 0x532b90b5 kprobe_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x5336ea48 hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x533c2a02 __skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x53482b94 acpi_match_acpi_device +EXPORT_SYMBOL_GPL vmlinux 0x534aa54d serial8250_em485_config +EXPORT_SYMBOL_GPL vmlinux 0x5358864e devlink_fmsg_binary_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x535ffa93 _RNvXsl_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3imptNtB9_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x5362ab18 fwnode_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x5364a26b _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter5flags +EXPORT_SYMBOL_GPL vmlinux 0x536d20c3 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0x536f1856 msg_zerocopy_realloc +EXPORT_SYMBOL_GPL vmlinux 0x537837a3 wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x537b6aff debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0x5388b1a0 amd_get_dr_addr_mask +EXPORT_SYMBOL_GPL vmlinux 0x538d073d phy_duplex_to_str +EXPORT_SYMBOL_GPL vmlinux 0x538de4a7 crypto_register_rngs +EXPORT_SYMBOL_GPL vmlinux 0x5398efb0 devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0x539cf49a devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0x539f157b pci_xen_swiotlb_init_late +EXPORT_SYMBOL_GPL vmlinux 0x53ac7119 _RNvXs4_NtCsbwHtcUjRN57_6kernel5errorNtB5_5ErrorINtNtCs3AkgXgqgK6r_4core7convert4FromNtNtNtBO_5alloc6layout11LayoutErrorE4from +EXPORT_SYMBOL_GPL vmlinux 0x53b6b413 _RNvXs3_NtNtCs3AkgXgqgK6r_4core5slice5asciiNtB5_11EscapeAsciiNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x53c089f5 property_entries_dup +EXPORT_SYMBOL_GPL vmlinux 0x53d7c01e __traceiter_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x53d91ad7 transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x53da3b94 usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x53f658f8 disk_alloc_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0x53fa79e7 genphy_c45_read_mdix +EXPORT_SYMBOL_GPL vmlinux 0x54032213 xhci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x541418de virtqueue_add_inbuf_ctx +EXPORT_SYMBOL_GPL vmlinux 0x5417f9ae _RNvXsh_NtCs3AkgXgqgK6r_4core4cellNtB5_14BorrowMutErrorNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x5419ab56 led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 +EXPORT_SYMBOL_GPL vmlinux 0x5424cf81 call_rcu_hurry +EXPORT_SYMBOL_GPL vmlinux 0x543be315 _RNvXs3p_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5i8x32NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x543df1f2 wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x543eba24 pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0x54431b40 blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0x544d5aa6 _RNvXs1U_NtNtCs3AkgXgqgK6r_4core3str4iterNtB6_11EscapeDebugNtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x5460f79f work_on_cpu_safe_key +EXPORT_SYMBOL_GPL vmlinux 0x54636a41 _RNvXsC_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_18ddebug_class_paramNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x54651f9b rhashtable_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x5486c649 usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0x548e659b gpiod_get_array_value +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x54a1436f edac_device_handle_ce_count +EXPORT_SYMBOL_GPL vmlinux 0x54aadae1 mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x54ab9a0d devm_i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0x54af47a3 blk_mq_sched_mark_restart_hctx +EXPORT_SYMBOL_GPL vmlinux 0x54b05e99 _RNvXs1E_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_18avx_512_hi16_stateNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x54d3f37d _RNvNtNtCs3AkgXgqgK6r_4core3str5count14do_count_chars +EXPORT_SYMBOL_GPL vmlinux 0x54de0eaa crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0x54ea7fff _RNvXs50_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10plist_nodeNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x54f39a2c pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x54fa24d7 _RNvXs23_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5i16x8NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x5507edd5 spi_take_timestamp_post +EXPORT_SYMBOL_GPL vmlinux 0x550ce709 pat_enabled +EXPORT_SYMBOL_GPL vmlinux 0x550f3e05 i2c_freq_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x55183e1f dw_pcie_wait_for_link +EXPORT_SYMBOL_GPL vmlinux 0x55235244 em_dev_register_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0x5524f2b7 virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0x55339365 flush_delayed_fput +EXPORT_SYMBOL_GPL vmlinux 0x553b49a4 cpufreq_get_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x553f0476 ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x554a072f __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0x554b2bd3 vp_modern_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0x5563af48 vp_modern_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x55649a26 _RNvXs5e_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_38___sifields__bindgen_ty_5__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x55658098 _RNvXsX_NtNtCs3AkgXgqgK6r_4core3fmt3nummNtB7_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x556ab9d2 ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x556e4390 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x5570246c bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5573c4e0 crypto_clone_cipher +EXPORT_SYMBOL_GPL vmlinux 0x5577ca41 debugfs_lookup_and_remove +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x557ee91c virtio_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x5581fc28 pin_get_name +EXPORT_SYMBOL_GPL vmlinux 0x558a4fcf serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x5590d6fc mbox_chan_txdone +EXPORT_SYMBOL_GPL vmlinux 0x55937df7 i2c_acpi_find_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0x559753d1 cpufreq_cpu_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x559ab786 genphy_c45_plca_set_cfg +EXPORT_SYMBOL_GPL vmlinux 0x55a558fe gpiochip_line_is_irq +EXPORT_SYMBOL_GPL vmlinux 0x55aa15eb device_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x55b0aceb perf_event_pause +EXPORT_SYMBOL_GPL vmlinux 0x55c1d62d acpi_device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x55c76a23 ksys_sync_helper +EXPORT_SYMBOL_GPL vmlinux 0x55d6468e ftrace_ops_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x55e041d0 skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0x55e1d40f _RNvXsa_NtNtCs3AkgXgqgK6r_4core3fmt3numoNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0x55e72a04 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter10sign_minus +EXPORT_SYMBOL_GPL vmlinux 0x55eecff4 bit_wait_io_timeout +EXPORT_SYMBOL_GPL vmlinux 0x55f1f1f7 __SCK__tp_func_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0x55ff2480 serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x560262ea _RNvXs5z_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_22k_itimer__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x56054c05 crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x56060767 ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x56079cad fscrypt_mergeable_bio +EXPORT_SYMBOL_GPL vmlinux 0x56115534 unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x56173654 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x561aea08 i2c_acpi_find_adapter_by_handle +EXPORT_SYMBOL_GPL vmlinux 0x56236ee4 __tracepoint_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x5624f826 power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0x56256e8a orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x56398615 mark_tsc_unstable +EXPORT_SYMBOL_GPL vmlinux 0x563fa64b devm_i2c_add_adapter +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x564aefb3 crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0x565be684 acpi_dev_clear_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x565e39f2 tcp_enter_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0x5665ef87 _RNvMs_CsbwHtcUjRN57_6kernelNtB4_10ThisModule8from_ptr +EXPORT_SYMBOL_GPL vmlinux 0x566c971f crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x5674b908 spi_mem_dirmap_read +EXPORT_SYMBOL_GPL vmlinux 0x567cf9c4 ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0x56945b7c ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0x56948896 spec_ctrl_current +EXPORT_SYMBOL_GPL vmlinux 0x5697c1d4 extract_iter_to_sg +EXPORT_SYMBOL_GPL vmlinux 0x569a01a1 da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x56adaf8e crypto_alloc_kpp +EXPORT_SYMBOL_GPL vmlinux 0x56b2ff76 _RNvXs3b_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_17raw_notifier_headNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x56ce9bcb _RNvXsg_NtCs3AkgXgqgK6r_4core3fmtcNtB5_5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x56d0a63d extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x56dd2c90 watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x56df9407 ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0x56eb8674 gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x56f01716 devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0x56fbb130 no_hash_pointers +EXPORT_SYMBOL_GPL vmlinux 0x5702d3dd lwtunnel_encap_add_ops +EXPORT_SYMBOL_GPL vmlinux 0x570f6d2b pci_alloc_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x572a9b16 edac_device_add_device +EXPORT_SYMBOL_GPL vmlinux 0x572bd23d blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0x572d74a2 sampling_rate_store +EXPORT_SYMBOL_GPL vmlinux 0x572f774f dev_pm_opp_disable +EXPORT_SYMBOL_GPL vmlinux 0x5732a9f4 devlink_flash_update_status_notify +EXPORT_SYMBOL_GPL vmlinux 0x573f62f9 _RNvXs6_NtNtCs3AkgXgqgK6r_4core3fmt3numhNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0x57431fdc pci_hp_add +EXPORT_SYMBOL_GPL vmlinux 0x574609c5 apei_exec_write_register_value +EXPORT_SYMBOL_GPL vmlinux 0x57515e4f securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x57531f26 __traceiter_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0x5769b4bc scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0x576b539c tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x57719632 gnttab_grant_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x5771cddf mptcp_pm_get_add_addr_accept_max +EXPORT_SYMBOL_GPL vmlinux 0x5774f8fb ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5785985e _RNvMs8_NtCs3AkgXgqgK6r_4core3numo14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0x57861a5c gds_ucode_mitigated +EXPORT_SYMBOL_GPL vmlinux 0x578da79c mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x578eeb4d hugetlb_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x57994309 __tracepoint_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0x579a93df _RNvXse_NtCsd8lEp9MQdN2_5alloc11collectionsNtB5_19TryReserveErrorKindNtNtCs3AkgXgqgK6r_4core3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57b65c75 vp_modern_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0x57c568f2 devm_memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0x57d4050a xhci_get_endpoint_index +EXPORT_SYMBOL_GPL vmlinux 0x57dc4851 mas_erase +EXPORT_SYMBOL_GPL vmlinux 0x57f576b9 mpi_ec_curve_point +EXPORT_SYMBOL_GPL vmlinux 0x5800f171 rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x580b2c3a devm_hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x580fa0b1 devm_of_phy_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x58180108 xenbus_register_driver_common +EXPORT_SYMBOL_GPL vmlinux 0x58192476 skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0x58276f93 cper_next_record_id +EXPORT_SYMBOL_GPL vmlinux 0x5829e979 mas_pause +EXPORT_SYMBOL_GPL vmlinux 0x5831e062 cpus_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0x5836b71b rust_helper_refcount_dec_and_test +EXPORT_SYMBOL_GPL vmlinux 0x584f4f91 acpi_device_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x58517045 _RNvXs1t_NtNtCs3AkgXgqgK6r_4core3fmt3numoNtB8_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x585fa56e list_lru_walk_one +EXPORT_SYMBOL_GPL vmlinux 0x5863178e ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x58635e00 gpiod_set_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x586bfc8a alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x5879a27d sfp_get_module_info +EXPORT_SYMBOL_GPL vmlinux 0x58815d12 __SCK__tp_func_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x58a2fcaa __SCT__tp_func_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x58c9f5f8 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x58cec684 param_set_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x58d6311d trace_clock +EXPORT_SYMBOL_GPL vmlinux 0x58db1176 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x58def6ca sfp_module_remove +EXPORT_SYMBOL_GPL vmlinux 0x58e30422 devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x58e5de3c gnttab_dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x58e6efc6 _RNvXs4V_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_8shmid_dsNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x58f90bfe ip_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0x5906148f _RNvXs0_NtNtCs3AkgXgqgK6r_4core3fmt3numaNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0x59204fd1 pcc_mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0x5929746b is_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x5938c642 ima_file_hash +EXPORT_SYMBOL_GPL vmlinux 0x593b4df0 synth_event_add_next_val +EXPORT_SYMBOL_GPL vmlinux 0x593c9cc9 fwnode_graph_get_remote_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x5949bc4b alloc_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x5956a67c get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0x5957cddb zs_lookup_class_index +EXPORT_SYMBOL_GPL vmlinux 0x5960c5d7 vtime_guest_enter +EXPORT_SYMBOL_GPL vmlinux 0x596623ca __SCK__tp_func_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x5977373d i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x5979da8a __traceiter_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x5986d190 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0x5989bc6a vfs_submount +EXPORT_SYMBOL_GPL vmlinux 0x59957ff9 dax_writeback_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x59a75161 pci_epf_add_vepf +EXPORT_SYMBOL_GPL vmlinux 0x59b063ba start_poll_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x59b2adbf input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x59c43dc9 __traceiter_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x59cbcfa4 __traceiter_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x59d0a04e _RNvXs6_NtNtCs3AkgXgqgK6r_4core3fmt3numhNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0x59d10f9a _RNvMs6_NtNtCs3AkgXgqgK6r_4core3fmt8buildersNtB5_8DebugMap6finish +EXPORT_SYMBOL_GPL vmlinux 0x59e538d8 scsi_internal_device_block_nowait +EXPORT_SYMBOL_GPL vmlinux 0x59edfeb8 phy_rate_matching_to_str +EXPORT_SYMBOL_GPL vmlinux 0x59ee7a69 uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0x59f32720 mpi_subm +EXPORT_SYMBOL_GPL vmlinux 0x59f8b7c6 ms_hyperv +EXPORT_SYMBOL_GPL vmlinux 0x5a0a87f2 devm_regulator_bulk_get_const +EXPORT_SYMBOL_GPL vmlinux 0x5a18bc9e _RNvXsj_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_23alt_instr__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x5a1d134a rcu_momentary_dyntick_idle +EXPORT_SYMBOL_GPL vmlinux 0x5a229368 arch_apei_enable_cmcff +EXPORT_SYMBOL_GPL vmlinux 0x5a27ff09 crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x5a305623 thermal_zone_get_slope +EXPORT_SYMBOL_GPL vmlinux 0x5a365589 acpi_dma_request_slave_chan_by_index +EXPORT_SYMBOL_GPL vmlinux 0x5a4437d8 kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a49dbc9 timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x5a4c32cf css_next_descendant_pre +EXPORT_SYMBOL_GPL vmlinux 0x5a4f875d mptcp_pm_get_subflows_max +EXPORT_SYMBOL_GPL vmlinux 0x5a670473 xhci_run +EXPORT_SYMBOL_GPL vmlinux 0x5a696fbe dw_pcie_ep_init +EXPORT_SYMBOL_GPL vmlinux 0x5a6cdb52 nf_ct_zone_dflt +EXPORT_SYMBOL_GPL vmlinux 0x5a72d0ba _RNvXNtNtCs3AkgXgqgK6r_4core3fmt7nofloatfNtB4_5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x5a77588f ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a7c4007 _RNvXs0_NtNtCs3AkgXgqgK6r_4core3str5errorNtB5_9Utf8ErrorNtNtB9_5error5Error11description +EXPORT_SYMBOL_GPL vmlinux 0x5a8189bf nf_hook_entries_delete_raw +EXPORT_SYMBOL_GPL vmlinux 0x5a84ba21 generic_handle_domain_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x5aa70984 acpi_reduced_hardware +EXPORT_SYMBOL_GPL vmlinux 0x5ab09745 edac_get_owner +EXPORT_SYMBOL_GPL vmlinux 0x5ab1dc0b sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x5ab2007b nd_cmd_in_size +EXPORT_SYMBOL_GPL vmlinux 0x5ac6026d dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0x5ad449ba virtio_check_mem_acc_cb +EXPORT_SYMBOL_GPL vmlinux 0x5ad94f99 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x5afc722e __audit_log_nfcfg +EXPORT_SYMBOL_GPL vmlinux 0x5afcecaa sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x5b071b7b hwrng_yield +EXPORT_SYMBOL_GPL vmlinux 0x5b21ceff ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0x5b250c6e _RNvXsl_NtNtCs3AkgXgqgK6r_4core9core_arch3x86NtB5_7___m256iNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x5b266aa8 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x5b284537 fwnode_get_phy_node +EXPORT_SYMBOL_GPL vmlinux 0x5b30e25c vhost_task_wake +EXPORT_SYMBOL_GPL vmlinux 0x5b41c407 blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x5b435059 hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0x5b47220c gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x5b49c3a8 usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0x5b49d083 acpi_kobj +EXPORT_SYMBOL_GPL vmlinux 0x5b4bb7b8 _RNvNtCs3AkgXgqgK6r_4core6result13unwrap_failed +EXPORT_SYMBOL_GPL vmlinux 0x5b7bdc51 _RNvXs46_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_4zoneNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x5b7dfbdd bpf_prog_sub +EXPORT_SYMBOL_GPL vmlinux 0x5b833d42 vcap_port_debugfs +EXPORT_SYMBOL_GPL vmlinux 0x5b8cabe8 regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x5b9b7781 mmc_regulator_disable_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0x5ba6e498 devlink_alloc_ns +EXPORT_SYMBOL_GPL vmlinux 0x5ba9c87f blk_crypto_keyslot_index +EXPORT_SYMBOL_GPL vmlinux 0x5bb17d7c vp_legacy_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x5bbfe50c _RNvMsc_NtCsbwHtcUjRN57_6kernel3strNtB5_7CString12try_from_fmt +EXPORT_SYMBOL_GPL vmlinux 0x5bc12a5b _RNvXs1b_NtNtCs3AkgXgqgK6r_4core3fmt3numoNtB8_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0x5bc5496a regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x5bc950fe regulator_irq_helper_cancel +EXPORT_SYMBOL_GPL vmlinux 0x5bcc0df7 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x5bcebd72 clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0x5bd0748f crypto_del_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x5bdae35b usb_phy_roothub_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x5bdbac4e rcu_unexpedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x5be50bfb _RNvXs2z_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_13maple_topiaryNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x5be96dda phy_speed_up +EXPORT_SYMBOL_GPL vmlinux 0x5bec663d ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x5c070f62 cper_mem_err_status_str +EXPORT_SYMBOL_GPL vmlinux 0x5c0c165e __SCT__tp_func_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x5c0e16cb clk_hw_determine_rate_no_reparent +EXPORT_SYMBOL_GPL vmlinux 0x5c15346b __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x5c15864b __fscrypt_inode_uses_inline_crypto +EXPORT_SYMBOL_GPL vmlinux 0x5c16117d _RNvXs9_NtNtCs3AkgXgqgK6r_4core3fmt3numyNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0x5c24139a irq_chip_eoi_parent +EXPORT_SYMBOL_GPL vmlinux 0x5c273b0f usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0x5c309e65 hibernate_quiet_exec +EXPORT_SYMBOL_GPL vmlinux 0x5c390fb5 rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0x5c5a1b16 tick_broadcast_control +EXPORT_SYMBOL_GPL vmlinux 0x5c68a035 gpiod_set_transitory +EXPORT_SYMBOL_GPL vmlinux 0x5c6bb382 xhci_add_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x5c74b41d public_key_signature_free +EXPORT_SYMBOL_GPL vmlinux 0x5c796dcc vp_modern_get_status +EXPORT_SYMBOL_GPL vmlinux 0x5c7fd1ea class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0x5ca5cde4 dev_pm_qos_update_user_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x5ca60064 xdp_features_clear_redirect_target +EXPORT_SYMBOL_GPL vmlinux 0x5cab9945 unregister_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x5cad8fc3 power_supply_ocv2cap_simple +EXPORT_SYMBOL_GPL vmlinux 0x5cba4487 _RNvXs3_NtNtCs3AkgXgqgK6r_4core3fmt3numxNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0x5cc77c45 led_colors +EXPORT_SYMBOL_GPL vmlinux 0x5ce8c4d6 dma_request_chan +EXPORT_SYMBOL_GPL vmlinux 0x5cede0a7 xdp_flush_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x5d0113e0 x86_pred_cmd +EXPORT_SYMBOL_GPL vmlinux 0x5d0a03d0 dw_pcie_setup_rc +EXPORT_SYMBOL_GPL vmlinux 0x5d17148b apei_write +EXPORT_SYMBOL_GPL vmlinux 0x5d19be36 acpi_quirk_skip_i2c_client_enumeration +EXPORT_SYMBOL_GPL vmlinux 0x5d1ce5f6 fsnotify_find_mark +EXPORT_SYMBOL_GPL vmlinux 0x5d1f4ff4 device_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x5d2aa5fb rhashtable_walk_peek +EXPORT_SYMBOL_GPL vmlinux 0x5d2ba880 power_supply_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x5d2bc42a reset_control_rearm +EXPORT_SYMBOL_GPL vmlinux 0x5d315190 dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x5d331a09 _RNvMs0_NtNtCsbwHtcUjRN57_6kernel4sync7condvarNtB5_7CondVar3new +EXPORT_SYMBOL_GPL vmlinux 0x5d377b2b snp_issue_guest_request +EXPORT_SYMBOL_GPL vmlinux 0x5d5450f2 of_hwspin_lock_get_id_byname +EXPORT_SYMBOL_GPL vmlinux 0x5d609aeb ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x5d6a14de device_link_remove +EXPORT_SYMBOL_GPL vmlinux 0x5d7ad839 _RNvXs4j_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB6_12NonZeroUsizeNtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x5d80e2d2 __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0x5d8476d3 bpf_sk_storage_diag_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5d8d2adc inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0x5d9317d7 uv_teardown_irq +EXPORT_SYMBOL_GPL vmlinux 0x5d9f8f5f __SCK__tp_func_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x5da11da3 devm_regulator_bulk_get_enable +EXPORT_SYMBOL_GPL vmlinux 0x5da67adc zs_compact +EXPORT_SYMBOL_GPL vmlinux 0x5da780df _RNvXs29_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5i32x4NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x5da8171a _RNvMs0_NtCsbwHtcUjRN57_6kernel4taskNtB5_4Task7wake_up +EXPORT_SYMBOL_GPL vmlinux 0x5db3a7f4 _RNvXsx_NtNtCs3AkgXgqgK6r_4core9core_arch3x86NtB5_6___m512NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x5dbcfa4f boot_cpu_physical_apicid +EXPORT_SYMBOL_GPL vmlinux 0x5dbd6c27 _RNvXs3d_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5u32x8NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x5dc6d106 devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x5dce98f4 _RNvXs_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3imphNtB8_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x5dceedf1 _RNvXsl_NtNtCs3AkgXgqgK6r_4core4hash3sipNtB5_11Sip13RoundsNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x5dd86fa2 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x5ddc8bdb devm_blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x5ddcf5c6 usb_urb_ep_type_check +EXPORT_SYMBOL_GPL vmlinux 0x5ddfc00b vcap_keyfield_name +EXPORT_SYMBOL_GPL vmlinux 0x5de27ee5 _RNvXsv_NtNtCs3AkgXgqgK6r_4core3fmt3numiNtB7_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x5de3385f devm_regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x5df156d7 _RNvXs_NtCs3AkgXgqgK6r_4core5allocNtB4_10AllocErrorNtNtB6_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x5dfc7d94 irq_domain_pop_irq +EXPORT_SYMBOL_GPL vmlinux 0x5e02fb3f devm_clk_get_prepared +EXPORT_SYMBOL_GPL vmlinux 0x5e04a588 scsi_dh_set_params +EXPORT_SYMBOL_GPL vmlinux 0x5e12aeaf pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x5e173309 cpu_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x5e17bcf8 mmc_send_abort_tuning +EXPORT_SYMBOL_GPL vmlinux 0x5e269151 vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0x5e27caa0 i2c_acpi_client_count +EXPORT_SYMBOL_GPL vmlinux 0x5e34719d _RNvXs3_NtNtCs3AkgXgqgK6r_4core3fmt3numxNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0x5e3c6bdc da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5e48beb2 _RNvXs3_NtNtCs3AkgXgqgK6r_4core3fmt3numxNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0x5e515be6 ktime_get_ts64 +EXPORT_SYMBOL_GPL vmlinux 0x5e681c1e platform_msi_domain_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0x5e798ffb divider_get_val +EXPORT_SYMBOL_GPL vmlinux 0x5e85415b ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x5e8729a9 acpi_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0x5e8917f6 _RNvXs3I_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15page_frag_cacheNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x5eae5408 clk_is_enabled_when_prepared +EXPORT_SYMBOL_GPL vmlinux 0x5eb5df86 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0x5ec0984e __devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0x5eccae60 node_to_amd_nb +EXPORT_SYMBOL_GPL vmlinux 0x5ed683f9 inet6_sock_destruct +EXPORT_SYMBOL_GPL vmlinux 0x5ede28b9 usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x5ee2aa12 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0x5ef595a2 crypto_sig_verify +EXPORT_SYMBOL_GPL vmlinux 0x5ef9d674 _RNvXs5_NtCs3AkgXgqgK6r_4core4timemINtNtNtB7_3ops5arith3MulNtB5_8DurationE3mul +EXPORT_SYMBOL_GPL vmlinux 0x5f099010 ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0x5f1626c9 _RNvXs3z_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_61folio__bindgen_ty_1__bindgen_ty_1__bindgen_ty_1__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x5f1e379f pci_p2pmem_alloc_sgl +EXPORT_SYMBOL_GPL vmlinux 0x5f23e3fa insert_resource +EXPORT_SYMBOL_GPL vmlinux 0x5f25b8ea irq_chip_release_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0x5f2da8c4 check_tsc_unstable +EXPORT_SYMBOL_GPL vmlinux 0x5f2fcc83 ioremap_uc +EXPORT_SYMBOL_GPL vmlinux 0x5f384a68 x509_free_certificate +EXPORT_SYMBOL_GPL vmlinux 0x5f412f1c ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x5f4296f7 acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x5f5a2a48 devm_acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x5f5c5a1e relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0x5f6f1e9e dax_get_private +EXPORT_SYMBOL_GPL vmlinux 0x5f7711dd dev_pm_opp_set_opp +EXPORT_SYMBOL_GPL vmlinux 0x5f777153 tpm1_getcap +EXPORT_SYMBOL_GPL vmlinux 0x5f7a4f49 pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x5f8e21a8 ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0x5f9ce2d5 _RNvXs15_NtNtCs3AkgXgqgK6r_4core3fmt3numyNtB8_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x5fa625ed mpi_ec_mul_point +EXPORT_SYMBOL_GPL vmlinux 0x5fad400c decrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0x5fb41455 _RNvXs7_NtNtCs3AkgXgqgK6r_4core3fmt3numtNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0x5fb52628 perf_aux_output_begin +EXPORT_SYMBOL_GPL vmlinux 0x5fb72960 _RNvXs1H_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_12fpregs_stateNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x5fdf7b32 smca_get_bank_type +EXPORT_SYMBOL_GPL vmlinux 0x5fdfa2c1 amd_pmu_enable_virt +EXPORT_SYMBOL_GPL vmlinux 0x5fe4aecb dev_pm_opp_find_freq_ceil +EXPORT_SYMBOL_GPL vmlinux 0x5fe835c3 spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0x5feaddff _RNvXs49_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_14deferred_splitNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x5feaf0b2 get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0x5ff7f38e fpu_update_guest_xfd +EXPORT_SYMBOL_GPL vmlinux 0x5ffd3e28 ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x6004d365 pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x60091316 clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x60183506 iomap_finish_ioends +EXPORT_SYMBOL_GPL vmlinux 0x601f0069 disk_set_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0x6026c9db __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0x6027f212 _RNvXsb_NtNtCs3AkgXgqgK6r_4core3fmt3numjNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0x602b7c50 led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0x602e6e8d ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0x603082bf sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0x60375c88 synth_event_trace_start +EXPORT_SYMBOL_GPL vmlinux 0x6037b271 sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0x603d0d51 acpi_os_map_iomem +EXPORT_SYMBOL_GPL vmlinux 0x6045da92 irq_set_chained_handler_and_data +EXPORT_SYMBOL_GPL vmlinux 0x604722fd devices_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x60503c7f _RNvNvMNtNtCs3AkgXgqgK6r_4core3ptr9alignmentNtB4_9Alignment13new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0x60538fbd usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0x6055d0c1 perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x605bfaec _RNvXs7_NtNtCs3AkgXgqgK6r_4core3fmt3numtNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0x606a7696 i2c_dw_validate_speed +EXPORT_SYMBOL_GPL vmlinux 0x606b4aba devlink_linecard_provision_set +EXPORT_SYMBOL_GPL vmlinux 0x607c4683 devlink_info_version_fixed_put +EXPORT_SYMBOL_GPL vmlinux 0x608c7432 intel_cpu_collect_info +EXPORT_SYMBOL_GPL vmlinux 0x608d25d6 __xas_prev +EXPORT_SYMBOL_GPL vmlinux 0x6091797f synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x6094625a usb_device_match_id +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60ae0922 power_supply_vbat2ri +EXPORT_SYMBOL_GPL vmlinux 0x60b72f48 _RNvNvMsx_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB7_12NonZeroUsize13new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0x60b9049f pwm_capture +EXPORT_SYMBOL_GPL vmlinux 0x60bf04b3 raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x60c0d2b6 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x60cd0313 blkg_conf_init +EXPORT_SYMBOL_GPL vmlinux 0x60def435 regulator_set_pull_down_regmap +EXPORT_SYMBOL_GPL vmlinux 0x60e4f7b0 clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0x60e6963b _RNvXsp_NtNtCs3AkgXgqgK6r_4core9core_simd5maskssNtNtB5_6sealed6Sealed2eq +EXPORT_SYMBOL_GPL vmlinux 0x60ebc96f ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x60f7bf3c skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0x60ffd64a acpi_subsys_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x6118f2d3 handle_untracked_irq +EXPORT_SYMBOL_GPL vmlinux 0x611cf917 dev_pm_domain_detach +EXPORT_SYMBOL_GPL vmlinux 0x611cfa85 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0x6125cb53 _RNvXs8_NtCsbwHtcUjRN57_6kernel3strNtB5_12RawFormatterNtNtCs3AkgXgqgK6r_4core3fmt5Write9write_str +EXPORT_SYMBOL_GPL vmlinux 0x6129fb93 sfp_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x612bfd89 errno_to_blk_status +EXPORT_SYMBOL_GPL vmlinux 0x6133cfd4 _RNvXs_NtNtCs3AkgXgqgK6r_4core5panic10panic_infoNtB4_9PanicInfoNtNtB8_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6149606b _RNvMNtNtCs3AkgXgqgK6r_4core3num3fmtNtB2_4Part5write +EXPORT_SYMBOL_GPL vmlinux 0x61507e27 virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0x61571ce7 pcc_mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x616b84f2 _RNvXs3i_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11uprobe_taskNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x6181e79f timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x619065bb mbox_bind_client +EXPORT_SYMBOL_GPL vmlinux 0x6198dfea __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6199ad5d crypto_has_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x61b1115e irq_domain_remove_sim +EXPORT_SYMBOL_GPL vmlinux 0x61b2315e phy_validate +EXPORT_SYMBOL_GPL vmlinux 0x61b443f8 x86_spec_ctrl_current +EXPORT_SYMBOL_GPL vmlinux 0x61bd0bd0 get_completed_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x61c53d8b devm_clk_get_optional_prepared +EXPORT_SYMBOL_GPL vmlinux 0x61d617d6 crypto_init_akcipher_ops_sig +EXPORT_SYMBOL_GPL vmlinux 0x61dd54d7 spi_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x61dd87f5 _RNvXs6_NtCsbwHtcUjRN57_6kernel5errorNtB5_5ErrorINtNtCs3AkgXgqgK6r_4core7convert4FromNtBM_10InfallibleE4from +EXPORT_SYMBOL_GPL vmlinux 0x61de5048 skcipher_walk_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x61e4740b ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0x61e81866 find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0x61e8f334 xdp_master_redirect +EXPORT_SYMBOL_GPL vmlinux 0x61f1644b mas_find_range +EXPORT_SYMBOL_GPL vmlinux 0x61f4918b _RNvXs1_NtNtCs3AkgXgqgK6r_4core3fmt3numsNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0x61f67c92 phy_gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0x620e2359 icc_std_aggregate +EXPORT_SYMBOL_GPL vmlinux 0x621ba71f bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0x621cf81d component_master_del +EXPORT_SYMBOL_GPL vmlinux 0x62290ba7 cgrp_dfl_root +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x62377a7b blk_io_schedule +EXPORT_SYMBOL_GPL vmlinux 0x623a3674 led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6246a629 synchronize_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x6248d304 led_set_brightness_nosleep +EXPORT_SYMBOL_GPL vmlinux 0x62516b8c rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0x6257dda7 clk_rate_exclusive_get +EXPORT_SYMBOL_GPL vmlinux 0x6259d291 clk_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x625abbf6 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter9sign_plus +EXPORT_SYMBOL_GPL vmlinux 0x625f7468 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x6262df4f __SCK__tp_func_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x627ba867 regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x628f2b4a devm_clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0x62981b74 acpi_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x6298a008 _RNvXsa_NtNtCs3AkgXgqgK6r_4core3fmt3numoNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0x6298a776 vcap_rule_set_counter +EXPORT_SYMBOL_GPL vmlinux 0x62a6869e __irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0x62b56901 _RNvNtNtCsbwHtcUjRN57_6kernel5print14format_strings4CRIT +EXPORT_SYMBOL_GPL vmlinux 0x62bb09bf clocks_calc_mult_shift +EXPORT_SYMBOL_GPL vmlinux 0x62c32d74 _RNvXs9_NtCs3AkgXgqgK6r_4core5errorNtNtB7_4cell14BorrowMutErrorNtB5_5Error11description +EXPORT_SYMBOL_GPL vmlinux 0x62d72953 fscrypt_prepare_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x62d74410 _RNvMNtNtCs3AkgXgqgK6r_4core5panic10panic_infoNtB2_9PanicInfo7payload +EXPORT_SYMBOL_GPL vmlinux 0x62f782bb power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0x62f80f2c blk_req_zone_write_trylock +EXPORT_SYMBOL_GPL vmlinux 0x63008ce7 __traceiter_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x63026490 unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x630b0416 sk_psock_drop +EXPORT_SYMBOL_GPL vmlinux 0x630b5b74 tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x63118abb skb_clone_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x63150e06 clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x63197685 s2idle_wake +EXPORT_SYMBOL_GPL vmlinux 0x631eb894 ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x632d81ca extcon_set_property_capability +EXPORT_SYMBOL_GPL vmlinux 0x6332c905 dm_audit_log_bio +EXPORT_SYMBOL_GPL vmlinux 0x6340434e x86_model +EXPORT_SYMBOL_GPL vmlinux 0x6343fa52 fscrypt_mergeable_bio_bh +EXPORT_SYMBOL_GPL vmlinux 0x63449e4b __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0x63479811 crypto_alloc_acomp +EXPORT_SYMBOL_GPL vmlinux 0x636751b8 hv_set_non_nested_register +EXPORT_SYMBOL_GPL vmlinux 0x63695a43 _RNvXs1L_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5u32x4NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x636e2cc6 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0x636e8378 vcap_tc_flower_handler_ethaddr_usage +EXPORT_SYMBOL_GPL vmlinux 0x637ac92b _RNvXsW_NtNtCs3AkgXgqgK6r_4core3str7patternNtB5_14TwoWaySearcherNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x637c7fb1 blk_freeze_queue_start +EXPORT_SYMBOL_GPL vmlinux 0x637f9fe1 debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0x638a9653 memory_add_physaddr_to_nid +EXPORT_SYMBOL_GPL vmlinux 0x638f5076 __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x6398be2a crypto_alloc_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x639b6dfa _RNvXsq_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3impjNtB9_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x639cef2d devm_thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x63c08029 clk_bulk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x63cf0821 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x63d3227a devm_intel_scu_ipc_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x63e7fe50 _RNvXsp_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB5_4i8x4NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x63ea80b3 cper_mem_err_type_str +EXPORT_SYMBOL_GPL vmlinux 0x63eacd31 __nf_ip6_route +EXPORT_SYMBOL_GPL vmlinux 0x63f9fb54 _RNvXs15_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10pv_mmu_opsNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x640f0876 _RNvNtCsbwHtcUjRN57_6kernel5print16call_printk_cont +EXPORT_SYMBOL_GPL vmlinux 0x6411b7db pm_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0x6412b20f get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x6430db00 _RNvXs0_NtNtCs3AkgXgqgK6r_4core4char6decodeNtB5_16DecodeUtf16ErrorNtNtB9_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x64383203 __fsverity_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x643de062 _RNvMNtCs3AkgXgqgK6r_4core3f64d16partial_classify +EXPORT_SYMBOL_GPL vmlinux 0x6457c7fb _RNvXs1i_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_7cpumaskNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x645c7410 kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0x64610128 rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x6478e4ba fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x647a50d9 wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0x648dfc82 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0x648f59a9 sfp_module_insert +EXPORT_SYMBOL_GPL vmlinux 0x64958bf1 _RNvNvMNtCs3AkgXgqgK6r_4core3f64d7to_bits13ct_f64_to_u64 +EXPORT_SYMBOL_GPL vmlinux 0x64a262e7 _RNvXs2R_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_20system_time_snapshotNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x64a31445 mutex_lock_io +EXPORT_SYMBOL_GPL vmlinux 0x64a62e11 acpi_processor_ffh_cstate_enter +EXPORT_SYMBOL_GPL vmlinux 0x64b842ee pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x64bebafd _RNvXs2_NtNtCs3AkgXgqgK6r_4core3fmt3numlNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0x64ce7fe7 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x64e130d8 cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0x64e27c4f synth_event_delete +EXPORT_SYMBOL_GPL vmlinux 0x64e7ad70 crypto_create_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x64f0fee8 usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0x64f36620 dax_flush +EXPORT_SYMBOL_GPL vmlinux 0x64f8a45e _RNvXsh_NtCs3AkgXgqgK6r_4core3fmtcNtB5_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6502d9c2 xenbus_scanf +EXPORT_SYMBOL_GPL vmlinux 0x65089d10 aead_init_geniv +EXPORT_SYMBOL_GPL vmlinux 0x65116d6f transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0x65192fd9 crypto_skcipher_setkey +EXPORT_SYMBOL_GPL vmlinux 0x651d10e5 ktime_get_tai_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x651e99b4 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0x6527a231 dbgp_external_startup +EXPORT_SYMBOL_GPL vmlinux 0x6531a37f mpi_add +EXPORT_SYMBOL_GPL vmlinux 0x653aba84 devlink_port_init +EXPORT_SYMBOL_GPL vmlinux 0x653d693d sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0x654ba130 _RNvMNtCs3AkgXgqgK6r_4core3stre12escape_debug +EXPORT_SYMBOL_GPL vmlinux 0x65525c38 ghes_register_report_chain +EXPORT_SYMBOL_GPL vmlinux 0x65525edb put_device +EXPORT_SYMBOL_GPL vmlinux 0x655ab18b __get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0x655e7637 crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0x65604c13 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x656d741e ethnl_cable_test_fault_length +EXPORT_SYMBOL_GPL vmlinux 0x65704d22 hv_stimer_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x6570acde ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x65acf90c sbitmap_weight +EXPORT_SYMBOL_GPL vmlinux 0x65af49e9 bio_poll +EXPORT_SYMBOL_GPL vmlinux 0x65b4a2f4 __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x65b8fa19 devm_request_pci_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x65c05a42 to_nd_region +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65d39633 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter9write_str +EXPORT_SYMBOL_GPL vmlinux 0x65d4a3b1 kcpustat_field +EXPORT_SYMBOL_GPL vmlinux 0x65df9ef4 skb_mpls_push +EXPORT_SYMBOL_GPL vmlinux 0x65e800fb rio_free_net +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x66186196 acpi_subsys_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x66266b99 pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0x6628e9a8 _RNvXsD_NtNtCs3AkgXgqgK6r_4core3fmt3numaNtB7_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6636c3c9 irq_set_vcpu_affinity +EXPORT_SYMBOL_GPL vmlinux 0x663bb448 devlink_fmsg_obj_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x66504bf6 to_nvdimm +EXPORT_SYMBOL_GPL vmlinux 0x665e92a0 clk_set_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x665ff162 ptdump_walk_pgd_level_debugfs +EXPORT_SYMBOL_GPL vmlinux 0x6664cf71 blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x666d1cf6 pci_platform_power_transition +EXPORT_SYMBOL_GPL vmlinux 0x6672dba5 led_set_brightness_nopm +EXPORT_SYMBOL_GPL vmlinux 0x66751628 __SCK__tp_func_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x66781b46 class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x66793a67 _RNvXs2u_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_42maple_range_64__bindgen_ty_1__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x667ba5b5 bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x667ee398 _RNvXs7_NtNtCs3AkgXgqgK6r_4core4char7convertNtB5_16CharTryFromErrorNtNtB9_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x66808624 percpu_free_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x669a9bf3 gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0x669cae97 regmap_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x66a5b80e register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x66a6486b _RNvXs7_NtNtCs3AkgXgqgK6r_4core3mem15transmutabilityNtB5_6AssumeNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x66ae81b0 acpi_device_fix_up_power_children +EXPORT_SYMBOL_GPL vmlinux 0x66b2d8db sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0x66b97421 sfp_link_up +EXPORT_SYMBOL_GPL vmlinux 0x66bf5ca8 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66ddbc4f acpi_quirk_skip_serdev_enumeration +EXPORT_SYMBOL_GPL vmlinux 0x66e1e8bb skcipher_walk_async +EXPORT_SYMBOL_GPL vmlinux 0x66f007a5 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x67050e29 regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x670b339c ghes_get_devices +EXPORT_SYMBOL_GPL vmlinux 0x670b88c9 rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x67112891 skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x672108c2 _RNvXsb_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3imptNtB9_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6739a503 balloon_set_new_target +EXPORT_SYMBOL_GPL vmlinux 0x673a65ea _RNvXs1_NtNtCs3AkgXgqgK6r_4core3num5errorNtB5_15TryFromIntErrorINtNtB9_7convert4FromzE4from +EXPORT_SYMBOL_GPL vmlinux 0x67544f04 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6755b60d __SCK__tp_func_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0x6759bd00 __SCT__tp_func_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x6762f534 crypto_akcipher_sync_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x6768768a _RNvMs0_NtCsbwHtcUjRN57_6kernel4taskNtB5_4Task3pid +EXPORT_SYMBOL_GPL vmlinux 0x6769a9e1 dev_pm_opp_get_power +EXPORT_SYMBOL_GPL vmlinux 0x676b8050 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x677c69f1 make_vfsgid +EXPORT_SYMBOL_GPL vmlinux 0x677ff88c xas_store +EXPORT_SYMBOL_GPL vmlinux 0x6782de07 sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0x6790ebd3 mce_is_memory_error +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x67b63746 __netif_set_xps_queue +EXPORT_SYMBOL_GPL vmlinux 0x67c3c795 get_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x67c80034 _RNvMNtCs3AkgXgqgK6r_4core3f64d13classify_bits +EXPORT_SYMBOL_GPL vmlinux 0x67da9f7c sha512_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x67dcd76b uv_setup_irq +EXPORT_SYMBOL_GPL vmlinux 0x67e12fa2 _RNvXs4_NtNtCs3AkgXgqgK6r_4core3fmt3numnNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0x68076c98 _RNvXsg_NtNtCs3AkgXgqgK6r_4core4task4wakeNtB5_14RawWakerVTableNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x680afd90 __tracepoint_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x680ff9ad pci_generic_config_read +EXPORT_SYMBOL_GPL vmlinux 0x68101887 cgroup_path_ns +EXPORT_SYMBOL_GPL vmlinux 0x6822de1a firmware_upload_unregister +EXPORT_SYMBOL_GPL vmlinux 0x682ff057 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x68438a9c __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x68460527 blkcg_set_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x684b67e5 xen_remap_pfn +EXPORT_SYMBOL_GPL vmlinux 0x6852221a rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x68580608 dev_pm_opp_adjust_voltage +EXPORT_SYMBOL_GPL vmlinux 0x6868274b __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0x686e3aca phy_get +EXPORT_SYMBOL_GPL vmlinux 0x686ec9bb tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x68709c2a _RNvNtNtCsbwHtcUjRN57_6kernel5print14format_strings5EMERG +EXPORT_SYMBOL_GPL vmlinux 0x687151b1 desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0x687fda9d _RNvNtNtNtCs3AkgXgqgK6r_4core7unicode12unicode_data2cc6lookup +EXPORT_SYMBOL_GPL vmlinux 0x6889db2a trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0x68952493 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x68ae16b5 ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0x68b1e128 _RNvXs2f_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_16hlist_nulls_headNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x68bb45ae xfer_to_guest_mode_handle_work +EXPORT_SYMBOL_GPL vmlinux 0x68cbee19 pci_epc_mem_free_addr +EXPORT_SYMBOL_GPL vmlinux 0x68cd6052 _RNvXs7_NtNtCs3AkgXgqgK6r_4core3fmt3numtNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0x68d19322 blk_crypto_reprogram_all_keys +EXPORT_SYMBOL_GPL vmlinux 0x68d283ac devm_krealloc +EXPORT_SYMBOL_GPL vmlinux 0x68ebd349 acpi_get_first_physical_node +EXPORT_SYMBOL_GPL vmlinux 0x6900686f vcap_find_actionfield +EXPORT_SYMBOL_GPL vmlinux 0x690f585e phy_basic_ports_array +EXPORT_SYMBOL_GPL vmlinux 0x6915edec acpi_gpiochip_request_interrupts +EXPORT_SYMBOL_GPL vmlinux 0x6918130e rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x691a4f36 skb_mpls_dec_ttl +EXPORT_SYMBOL_GPL vmlinux 0x691b9877 _RNvXs2D_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_38maple_node__bindgen_ty_1__bindgen_ty_2NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x69222adb pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0x6926c3fa vcap_rule_get_counter +EXPORT_SYMBOL_GPL vmlinux 0x6931cab5 _RNvXs3_NtNtCs3AkgXgqgK6r_4core3fmt3numxNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0x693e32a2 tpm2_get_tpm_pt +EXPORT_SYMBOL_GPL vmlinux 0x69459a72 synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x6949a261 thermal_zone_get_crit_temp +EXPORT_SYMBOL_GPL vmlinux 0x695776c5 seq_buf_do_printk +EXPORT_SYMBOL_GPL vmlinux 0x695ef632 usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0x696340a5 __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0x69637b2c __traceiter_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0x6968e174 _RNvXs1v_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15class_irqsave_tNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x696d7e0b l1tf_mitigation +EXPORT_SYMBOL_GPL vmlinux 0x697bdf22 acpi_dev_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6980ce15 _RNvXsv_NtCs3AkgXgqgK6r_4core4charNtB5_13EscapeDefaultNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x698334c1 _RNvXs2_NtNtCs3AkgXgqgK6r_4core3fmt3numlNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0x69997ffa init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x69af6eba __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x69b93687 _RNvXs4_NtNtCs3AkgXgqgK6r_4core3fmt3numnNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0x69bf705e devm_clk_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0x69c06765 __tracepoint_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0x69cf0632 mpi_fromstr +EXPORT_SYMBOL_GPL vmlinux 0x69d5b810 pwm_lpss_bsw_info +EXPORT_SYMBOL_GPL vmlinux 0x69e413f0 dev_pm_genpd_set_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x69e683de uuid_gen +EXPORT_SYMBOL_GPL vmlinux 0x69e83605 mc146818_get_time +EXPORT_SYMBOL_GPL vmlinux 0x69ee2220 linear_range_get_selector_high +EXPORT_SYMBOL_GPL vmlinux 0x6a00d778 devm_create_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x6a05b65b fb_videomode_from_videomode +EXPORT_SYMBOL_GPL vmlinux 0x6a061117 fscrypt_symlink_getattr +EXPORT_SYMBOL_GPL vmlinux 0x6a08ea9c icc_set_tag +EXPORT_SYMBOL_GPL vmlinux 0x6a0c03d4 kthread_data +EXPORT_SYMBOL_GPL vmlinux 0x6a0ffabb skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x6a14d3af unregister_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a17a731 _RNvXs52_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15timerqueue_headNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x6a28f024 __regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x6a2ee152 tpm_chip_start +EXPORT_SYMBOL_GPL vmlinux 0x6a329a88 da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x6a346d46 kthread_func +EXPORT_SYMBOL_GPL vmlinux 0x6a34fe4b _RNvXs1F_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5u16x8NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6a421062 memory_failure_queue +EXPORT_SYMBOL_GPL vmlinux 0x6a460dc5 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0x6a49cec5 serial8250_do_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x6a4e207c _RNvXsf_NtCs3AkgXgqgK6r_4core3fmteNtB5_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a5458cd blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0x6a572cc3 _RNvMNtNtCs3AkgXgqgK6r_4core5slice5asciiSh14trim_ascii_end +EXPORT_SYMBOL_GPL vmlinux 0x6a5766dc ip6_route_input_lookup +EXPORT_SYMBOL_GPL vmlinux 0x6a5a8106 sdio_retune_crc_enable +EXPORT_SYMBOL_GPL vmlinux 0x6a5ac81a crypto_unregister_aead +EXPORT_SYMBOL_GPL vmlinux 0x6a787621 __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x6a81333c nvdimm_bus_check_dimm_count +EXPORT_SYMBOL_GPL vmlinux 0x6a81a413 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0x6a8411a6 pci_epc_set_bar +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6a877141 _RNvXs3_NtCs3AkgXgqgK6r_4core5asciiNtB5_13EscapeDefaultNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6a9a5168 extcon_unregister_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0x6a9e6305 blk_queue_max_zone_append_sectors +EXPORT_SYMBOL_GPL vmlinux 0x6a9e90af ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x6aa2a877 xenbus_printf +EXPORT_SYMBOL_GPL vmlinux 0x6aad9152 xen_set_callback_via +EXPORT_SYMBOL_GPL vmlinux 0x6aaebfad mmu_interval_notifier_insert +EXPORT_SYMBOL_GPL vmlinux 0x6ab22aa6 pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0x6ab9e1ab gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0x6ac9fe97 l3mdev_ifindex_lookup_by_table_id +EXPORT_SYMBOL_GPL vmlinux 0x6ad19b21 unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x6af75e56 _RNvXNtNtNtCsbwHtcUjRN57_6kernel4sync4lock5mutexNtB2_12MutexBackendNtB4_7Backend6unlock +EXPORT_SYMBOL_GPL vmlinux 0x6b04cdaf dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0x6b0dc565 xen_set_irq_priority +EXPORT_SYMBOL_GPL vmlinux 0x6b0eaa18 hv_ghcb_msr_read +EXPORT_SYMBOL_GPL vmlinux 0x6b1a15c8 dax_iomap_rw +EXPORT_SYMBOL_GPL vmlinux 0x6b24decc devm_kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x6b296551 amd_iommu_is_attach_deferred +EXPORT_SYMBOL_GPL vmlinux 0x6b2b69f7 static_key_enable +EXPORT_SYMBOL_GPL vmlinux 0x6b35a16b intel_scu_ipc_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x6b3ae022 acpi_os_unmap_iomem +EXPORT_SYMBOL_GPL vmlinux 0x6b413c9b sfp_link_down +EXPORT_SYMBOL_GPL vmlinux 0x6b54bb86 _RNvXs5_NtNtCs3AkgXgqgK6r_4core3num5errorNtB5_15TryFromIntErrorNtNtB9_5error5Error11description +EXPORT_SYMBOL_GPL vmlinux 0x6b573b2a extcon_find_edev_by_node +EXPORT_SYMBOL_GPL vmlinux 0x6b5e75c3 _RNvNvNtNtNtCs3AkgXgqgK6r_4core9core_arch3x864sse219__mm_srli_si128_impl4mask +EXPORT_SYMBOL_GPL vmlinux 0x6b7a4335 hyperv_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b84c51e clk_gate_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x6b938d12 scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x6b979636 rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0x6b9e10f4 l3mdev_link_scope_lookup +EXPORT_SYMBOL_GPL vmlinux 0x6ba15421 _RNvXs8_NtNtCs3AkgXgqgK6r_4core3fmt3nummNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0x6ba36c6a hwpoison_filter_flags_value +EXPORT_SYMBOL_GPL vmlinux 0x6bb5a80d vp_modern_remove +EXPORT_SYMBOL_GPL vmlinux 0x6bb67b4f fwnode_usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0x6bbd8324 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x6bc3a120 rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x6bc7647e acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x6bcdedc0 mpi_point_init +EXPORT_SYMBOL_GPL vmlinux 0x6bd1aa56 stack_trace_save +EXPORT_SYMBOL_GPL vmlinux 0x6bd34373 phy_create +EXPORT_SYMBOL_GPL vmlinux 0x6bd3e6bc acpi_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x6bd4d90d _RNvXs3A_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_47folio__bindgen_ty_1__bindgen_ty_1__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x6bdc7690 platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0x6bddc2f1 of_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x6bdef35c acpi_ec_mark_gpe_for_wake +EXPORT_SYMBOL_GPL vmlinux 0x6be3a96b hv_remove_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0x6be80278 pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x6bea750d bio_iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0x6bec66ee devlink_port_attrs_pci_sf_set +EXPORT_SYMBOL_GPL vmlinux 0x6bed3ee6 __vfs_removexattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x6bf4da1d cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0x6c0f41c1 irq_gc_mask_disable_reg +EXPORT_SYMBOL_GPL vmlinux 0x6c108fe7 _RNvXs3C_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_19folio__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x6c14ce1c raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x6c205008 mpi_print +EXPORT_SYMBOL_GPL vmlinux 0x6c389761 acpi_bus_get_private_data +EXPORT_SYMBOL_GPL vmlinux 0x6c3f70e0 guid_gen +EXPORT_SYMBOL_GPL vmlinux 0x6c4258c9 thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x6c43ccc1 _RNvXs3u_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_32page__bindgen_ty_1__bindgen_ty_4NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x6c44887e devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c5ad0cd kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0x6c616f61 ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0x6c655913 register_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6c6642be srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x6c79baf0 _RNvXs1_NtCs3AkgXgqgK6r_4core4charNtB5_13EscapeUnicodeNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6c7b435f mc146818_does_rtc_work +EXPORT_SYMBOL_GPL vmlinux 0x6c934334 nexthop_select_path +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6cb5f319 __rg_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6cbcb70b xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0x6cde22f3 _RNvXs_NtNtCs3AkgXgqgK6r_4core3num5errorNtB4_15TryFromIntErrorNtNtB8_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6ce11758 phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0x6ce31109 syscon_regmap_lookup_by_phandle_optional +EXPORT_SYMBOL_GPL vmlinux 0x6ce92d74 cdrom_multisession +EXPORT_SYMBOL_GPL vmlinux 0x6ceb80ba sysfs_break_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x6cfc963f _RNvXs5x_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15posix_cputimersNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x6cfdb254 __fscrypt_prepare_readdir +EXPORT_SYMBOL_GPL vmlinux 0x6d010622 ext_pi_type1_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x6d04891d inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x6d09843f copy_bpf_fprog_from_user +EXPORT_SYMBOL_GPL vmlinux 0x6d0ae550 pinctrl_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x6d1272a7 led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0x6d18d4d2 trace_array_put +EXPORT_SYMBOL_GPL vmlinux 0x6d211d05 pm_report_hw_sleep_time +EXPORT_SYMBOL_GPL vmlinux 0x6d2e899d mce_usable_address +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d37e6b4 crypto_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x6d3913c6 __traceiter_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x6d469f52 spi_controller_resume +EXPORT_SYMBOL_GPL vmlinux 0x6d49c8ed iommu_group_has_isolated_msi +EXPORT_SYMBOL_GPL vmlinux 0x6d4b1204 governor_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x6d5285e1 crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x6d5b9976 mbox_chan_received_data +EXPORT_SYMBOL_GPL vmlinux 0x6d6aa957 device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x6d6e8769 __traceiter_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x6d6fec1f ktime_mono_to_any +EXPORT_SYMBOL_GPL vmlinux 0x6d7832b7 __stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x6d7e951e rcu_exp_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x6d7fb33f thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0x6d8463fb iommu_present +EXPORT_SYMBOL_GPL vmlinux 0x6d8807df iommu_register_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x6d89a81f kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0x6d9559e0 posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0x6da9ca52 evtchn_make_refcounted +EXPORT_SYMBOL_GPL vmlinux 0x6dac3132 dev_pm_domain_set +EXPORT_SYMBOL_GPL vmlinux 0x6dad4fbd nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x6db4985e sk_msg_return +EXPORT_SYMBOL_GPL vmlinux 0x6dbaafd3 put_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6dbdb94a housekeeping_affine +EXPORT_SYMBOL_GPL vmlinux 0x6dc43a08 regmap_might_sleep +EXPORT_SYMBOL_GPL vmlinux 0x6dd14f4b __SCK__tp_func_console +EXPORT_SYMBOL_GPL vmlinux 0x6dd5680d sprint_symbol_build_id +EXPORT_SYMBOL_GPL vmlinux 0x6dd6499d fuse_mount_remove +EXPORT_SYMBOL_GPL vmlinux 0x6ddff5e5 tick_nohz_dep_clear_task +EXPORT_SYMBOL_GPL vmlinux 0x6e10597f devm_led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0x6e10fa8a class_is_registered +EXPORT_SYMBOL_GPL vmlinux 0x6e1edb59 _RNvXs1c_NtNtCs3AkgXgqgK6r_4core3fmt3numoNtB8_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6e20df6f _RNvXs8_NtCs3AkgXgqgK6r_4core3ffiNtB5_6VaListNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6e353c26 mpi_rshift +EXPORT_SYMBOL_GPL vmlinux 0x6e3a9a51 usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x6e3f2628 paste_selection +EXPORT_SYMBOL_GPL vmlinux 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x6e4190f3 percpu_up_write +EXPORT_SYMBOL_GPL vmlinux 0x6e447f05 device_find_child +EXPORT_SYMBOL_GPL vmlinux 0x6e4e533b usb_role_switch_find_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x6e57ad19 __traceiter_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x6e5a9d83 _RNvXsQ_NtNtCs3AkgXgqgK6r_4core3str7patternNtB5_11StrSearcherNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6e5ca1ff wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x6e5ff8c3 pci_msix_can_alloc_dyn +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e8005f7 _RNvXs5A_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_36k_itimer__bindgen_ty_2__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x6e85b00b local_touch_nmi +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6e914514 acpi_dev_irq_flags +EXPORT_SYMBOL_GPL vmlinux 0x6e9fe7a3 blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0x6eb04f46 register_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6eb644e8 fat_time_fat2unix +EXPORT_SYMBOL_GPL vmlinux 0x6ebabe0f debugfs_file_get +EXPORT_SYMBOL_GPL vmlinux 0x6ebe366f ktime_get_mono_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6ec6bfea fwnode_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x6ec86b52 thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x6ed6aede netdev_is_rx_handler_busy +EXPORT_SYMBOL_GPL vmlinux 0x6ee304f9 sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0x6ee656e7 _RNvXs5V_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_13___va_list_tagNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x6ef6b54f ktime_get_boot_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6f037713 phy_driver_is_genphy_10g +EXPORT_SYMBOL_GPL vmlinux 0x6f0ba8b4 devm_gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x6f10438e _RNvXs8_NtNtCs3AkgXgqgK6r_4core3fmt3nummNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0x6f12560a get_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6f132ce8 usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x6f1d09b9 fib_nl_delrule +EXPORT_SYMBOL_GPL vmlinux 0x6f2fef98 udp_abort +EXPORT_SYMBOL_GPL vmlinux 0x6f34bc42 x86_platform +EXPORT_SYMBOL_GPL vmlinux 0x6f3f53d8 fat_attach +EXPORT_SYMBOL_GPL vmlinux 0x6f47fa9a pci_epc_bme_notify +EXPORT_SYMBOL_GPL vmlinux 0x6f485f87 bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6f49e452 rust_begin_unwind +EXPORT_SYMBOL_GPL vmlinux 0x6f4f6950 fat_update_time +EXPORT_SYMBOL_GPL vmlinux 0x6f5be033 devm_pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6f686dda _RNvNvMsq_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB7_11NonZeroU12813new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0x6f6b52e9 __ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x6f6c0de1 __iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x6f6ec80b _RNvXs6_NtNtCs3AkgXgqgK6r_4core3fmt3numhNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0x6f738d1d acct_bioset_exit +EXPORT_SYMBOL_GPL vmlinux 0x6f7e6040 irq_has_action +EXPORT_SYMBOL_GPL vmlinux 0x6f8a9074 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x6f8fcd04 pci_generic_config_write32 +EXPORT_SYMBOL_GPL vmlinux 0x6f9563df _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter10debug_list +EXPORT_SYMBOL_GPL vmlinux 0x6f9aba67 rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x6f9c3283 vcap_tc_flower_handler_ipv4_usage +EXPORT_SYMBOL_GPL vmlinux 0x6f9d3877 __SCK__tp_func_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6f9e763b timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x6faeeb31 _RNvXsM_NtNtCs3AkgXgqgK6r_4core3fmt3numtNtB7_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6fb40c35 _RNvMs0_NtCsbwHtcUjRN57_6kernel4taskNtB5_4Task14signal_pending +EXPORT_SYMBOL_GPL vmlinux 0x6fb8504c devm_power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x6fc27f2e generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0x6fcef6ab ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0x6fdb20d6 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0x6fdcb721 crypto_register_aeads +EXPORT_SYMBOL_GPL vmlinux 0x6fe2ca2e phy_set_media +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6ff88ded scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0x6ffce680 x86_cpu_has_min_microcode_rev +EXPORT_SYMBOL_GPL vmlinux 0x6ffe6515 _RNvXsm_NtCs3AkgXgqgK6r_4core3numxNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x7000786c _RNvXs34_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_9srcu_nodeNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x7006586e iommu_get_group_resv_regions +EXPORT_SYMBOL_GPL vmlinux 0x700be4e2 dev_pm_opp_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x7010cefa dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0x701f6ba2 _RNvXsa_NtCsbwHtcUjRN57_6kernel3strNtB5_9FormatterNtNtNtCs3AkgXgqgK6r_4core3ops5deref5Deref5deref +EXPORT_SYMBOL_GPL vmlinux 0x70212fe1 extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7029cc56 devm_mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x702b8420 usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0x70396104 devm_register_power_off_handler +EXPORT_SYMBOL_GPL vmlinux 0x70416dac __SCK__tp_func_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x705144af spi_mem_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x70576fee acpi_processor_ffh_cstate_probe +EXPORT_SYMBOL_GPL vmlinux 0x70588eab _RNvNtCs3AkgXgqgK6r_4core3fmt5write +EXPORT_SYMBOL_GPL vmlinux 0x7058f6b2 irq_domain_alloc_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x70623cb0 gpiochip_generic_request +EXPORT_SYMBOL_GPL vmlinux 0x7073c04f phy_10_100_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7077f568 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter9alternate +EXPORT_SYMBOL_GPL vmlinux 0x707db587 usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0x707fee2d _RNvXsu_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_15static_key_trueNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x70847144 regmap_get_val_endian +EXPORT_SYMBOL_GPL vmlinux 0x708732e6 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0x7089e98b badblocks_check +EXPORT_SYMBOL_GPL vmlinux 0x70a63edd ip_local_out +EXPORT_SYMBOL_GPL vmlinux 0x70c2c7ea pids_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x70c52dc5 nf_skb_duplicated +EXPORT_SYMBOL_GPL vmlinux 0x70c6d827 mc146818_set_time +EXPORT_SYMBOL_GPL vmlinux 0x70c9810e device_del +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70d69f48 platform_irq_count +EXPORT_SYMBOL_GPL vmlinux 0x70d7a1e0 extcon_sync +EXPORT_SYMBOL_GPL vmlinux 0x70e30a20 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0x70e46a6e uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x70fbae4d cppc_allow_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x71207451 acpi_dev_resource_io +EXPORT_SYMBOL_GPL vmlinux 0x7129a6f4 osc_sb_native_usb4_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x7131bae3 virtio_max_dma_size +EXPORT_SYMBOL_GPL vmlinux 0x713b547c devlink_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0x714a7815 _RNvXs4_NtCs3AkgXgqgK6r_4core4timeNtB5_8DurationINtNtNtB7_3ops5arith3MulmE3mul +EXPORT_SYMBOL_GPL vmlinux 0x715338dd __devm_irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x71561a2e xenbus_probe_devices +EXPORT_SYMBOL_GPL vmlinux 0x715eb50e __devm_spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x7163b53a input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0x7164885e led_sysfs_enable +EXPORT_SYMBOL_GPL vmlinux 0x71690ab2 pci_dev_trylock +EXPORT_SYMBOL_GPL vmlinux 0x716e4aa2 events_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0x71724493 mctrl_gpio_enable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x7181db30 atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x71822abf _RNvXse_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3impxNtB9_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x7186dd0a efivars_register +EXPORT_SYMBOL_GPL vmlinux 0x718a5aba _RNvXs1a_NtNtCs3AkgXgqgK6r_4core3fmt3numoNtB8_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0x718d11ef platform_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x7195940a mctrl_gpio_disable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x719d4c6c mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x719e17ff clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x71a1c157 hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0x71a38359 hid_bpf_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0x71a94e8f sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0x71b574d2 crypto_register_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x71b6cf94 dst_cache_reset_now +EXPORT_SYMBOL_GPL vmlinux 0x71b8df1b xen_register_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x71bb7ae0 _RNvXs2o_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_9page_fragNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x71bed6f6 pci_hp_del +EXPORT_SYMBOL_GPL vmlinux 0x71c059d8 __traceiter_map +EXPORT_SYMBOL_GPL vmlinux 0x71c443fc __SCK__tp_func_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x71cf0bf8 blkcg_root_css +EXPORT_SYMBOL_GPL vmlinux 0x71cf4593 phy_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0x71dd6d63 __traceiter_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x71f0a701 _RNvNtNtCs3AkgXgqgK6r_4core5slice5index31slice_start_index_overflow_fail +EXPORT_SYMBOL_GPL vmlinux 0x7200e9ee balloon_page_list_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x7202051f input_device_enabled +EXPORT_SYMBOL_GPL vmlinux 0x7205146c scsi_block_targets +EXPORT_SYMBOL_GPL vmlinux 0x720a5680 spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x720d5150 spi_mem_default_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x7243d9d4 devm_hte_register_chip +EXPORT_SYMBOL_GPL vmlinux 0x72564f54 platform_find_device_by_driver +EXPORT_SYMBOL_GPL vmlinux 0x7265f2b0 pci_vpd_check_csum +EXPORT_SYMBOL_GPL vmlinux 0x727125b3 fwnode_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x7282ecb6 rcu_async_hurry +EXPORT_SYMBOL_GPL vmlinux 0x7283161b percpu_ref_switch_to_percpu +EXPORT_SYMBOL_GPL vmlinux 0x7288f745 __SCK__tp_func_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x72a453c1 da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x72ae1839 base64_decode +EXPORT_SYMBOL_GPL vmlinux 0x72af4e22 ncsi_vlan_rx_add_vid +EXPORT_SYMBOL_GPL vmlinux 0x72bd6699 edac_pci_handle_pe +EXPORT_SYMBOL_GPL vmlinux 0x72c504a8 powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x72c9a477 acpi_storage_d3 +EXPORT_SYMBOL_GPL vmlinux 0x72d1659c tpm_chip_unregister +EXPORT_SYMBOL_GPL vmlinux 0x72d267dc nvmem_del_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0x72e58227 wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x72e6ce36 sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0x72e70973 virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0x72eb89ab gpiochip_generic_free +EXPORT_SYMBOL_GPL vmlinux 0x72ebaaa0 usb_phy_roothub_suspend +EXPORT_SYMBOL_GPL vmlinux 0x72ecc76f _RNvXs4Y_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_9kmsan_ctxNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x72f6c119 xen_find_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x72f7dcfa regulator_set_load +EXPORT_SYMBOL_GPL vmlinux 0x730310af device_add +EXPORT_SYMBOL_GPL vmlinux 0x730a37ff pci_doe +EXPORT_SYMBOL_GPL vmlinux 0x731dba7a xen_domain_type +EXPORT_SYMBOL_GPL vmlinux 0x732852fe xenbus_transaction_end +EXPORT_SYMBOL_GPL vmlinux 0x73368384 sched_set_normal +EXPORT_SYMBOL_GPL vmlinux 0x733ec33e __SCT__tp_func_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x734057eb file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0x734712ef __SCK__tp_func_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x7350858e __vfs_setxattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x7356d590 __kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x73663df0 bpf_prog_get_type_dev +EXPORT_SYMBOL_GPL vmlinux 0x737070a4 _RNvXsc_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3implNtB9_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x7381287f trace_handle_return +EXPORT_SYMBOL_GPL vmlinux 0x738fe32b amd_get_nodes_per_socket +EXPORT_SYMBOL_GPL vmlinux 0x7391c5e6 i2c_client_type +EXPORT_SYMBOL_GPL vmlinux 0x7392a5f2 __SCK__tp_func_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x73930d20 sysfs_update_groups +EXPORT_SYMBOL_GPL vmlinux 0x739a010e iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x739d9b0b devm_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73bb9f30 component_add_typed +EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x73cc8631 oiap +EXPORT_SYMBOL_GPL vmlinux 0x73d9f31d fpu_alloc_guest_fpstate +EXPORT_SYMBOL_GPL vmlinux 0x73dc0a1a regmap_noinc_write +EXPORT_SYMBOL_GPL vmlinux 0x73dcbcf6 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0x73e071de _RNvXs5_NtCsd8lEp9MQdN2_5alloc5allocNtB5_6GlobalNtNtCs3AkgXgqgK6r_4core3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x73e7c2bc usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0x73f1c3be fuse_dax_cancel_work +EXPORT_SYMBOL_GPL vmlinux 0x73fb070a _RNvXsa_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_32ftrace_branch_data__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x7404152e gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x74085994 blk_mq_flush_busy_ctxs +EXPORT_SYMBOL_GPL vmlinux 0x741eb654 _RNvXs4C_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10local_apicNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x7429297b interval_tree_span_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x742d60e5 __traceiter_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x74351c17 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x743f50ca _RNvXs3v_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_6i16x16NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x7444e1a3 gnttab_batch_copy +EXPORT_SYMBOL_GPL vmlinux 0x74457e56 apei_resources_fini +EXPORT_SYMBOL_GPL vmlinux 0x7452adff user_return_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x745a04f5 zone_device_page_init +EXPORT_SYMBOL_GPL vmlinux 0x746a02af crypto_sig_set_pubkey +EXPORT_SYMBOL_GPL vmlinux 0x7473f1cb _RNvXs3W_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_12vma_iteratorNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x74801007 thermal_acpi_active_trip_temp +EXPORT_SYMBOL_GPL vmlinux 0x74858bed _RNvXs1s_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10tracepointNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x74945323 pcie_reset_flr +EXPORT_SYMBOL_GPL vmlinux 0x749687c5 tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0x749a71e6 br_ip6_fragment +EXPORT_SYMBOL_GPL vmlinux 0x749b52a5 tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0x749c2878 blk_mq_quiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0x74a1d3b6 _RNvNtCs3AkgXgqgK6r_4core5ascii14escape_default +EXPORT_SYMBOL_GPL vmlinux 0x74a508a9 gpiochip_free_own_desc +EXPORT_SYMBOL_GPL vmlinux 0x74adbbf0 fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0x74b5ea68 lcm_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x74b9d620 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter5align +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74bf2e01 scsi_pr_type_to_block +EXPORT_SYMBOL_GPL vmlinux 0x74c653f8 _RNvXs1w_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_26fxregs_state__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x74c7bffa stack_trace_snprint +EXPORT_SYMBOL_GPL vmlinux 0x74d42632 mas_empty_area +EXPORT_SYMBOL_GPL vmlinux 0x74e73871 housekeeping_overridden +EXPORT_SYMBOL_GPL vmlinux 0x75133f6e visitor128 +EXPORT_SYMBOL_GPL vmlinux 0x75139e4f wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0x751b5c65 sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0x751d2e97 bpf_log +EXPORT_SYMBOL_GPL vmlinux 0x751e17cf dw_pcie_upconfig_setup +EXPORT_SYMBOL_GPL vmlinux 0x7521afb6 leave_mm +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x752851df __nvmem_layout_register +EXPORT_SYMBOL_GPL vmlinux 0x752dcd18 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x7533611f _RNvXsy_NtNtCs3AkgXgqgK6r_4core3fmt3numjNtB7_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x7539bc42 pci_epf_destroy +EXPORT_SYMBOL_GPL vmlinux 0x754e43a8 vcap_is_last_chain +EXPORT_SYMBOL_GPL vmlinux 0x75533b58 fscrypt_set_context +EXPORT_SYMBOL_GPL vmlinux 0x7565953a scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0x757c1bbb housekeeping_any_cpu +EXPORT_SYMBOL_GPL vmlinux 0x75800804 ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x7586e533 _RNvXs4l_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB6_10NonZeroI16NtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x7588420d __SCK__tp_func_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x7596e9ee _RNvXs3j_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5u64x4NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x7597a1ba devlink_free +EXPORT_SYMBOL_GPL vmlinux 0x759bfe36 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0x75a750e4 vcap_rule_rem_key +EXPORT_SYMBOL_GPL vmlinux 0x75a9a514 devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x75aaacae sk_msg_trim +EXPORT_SYMBOL_GPL vmlinux 0x75b4d383 pci_bridge_secondary_bus_reset +EXPORT_SYMBOL_GPL vmlinux 0x75c27d64 _RNvXs31_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5u8x32NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x75c69429 _RNvXs0_NtNtCs3AkgXgqgK6r_4core5alloc6layoutNtB5_11LayoutErrorNtNtB9_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x75c6c3f9 _RNvXs3n_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_60page__bindgen_ty_1__bindgen_ty_1__bindgen_ty_1__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x75ceaf42 _RNvXs1_NtCsbwHtcUjRN57_6kernel5errorNtB5_5ErrorINtNtCs3AkgXgqgK6r_4core7convert4FromNtNtNtBO_3num5error15TryFromIntErrorE4from +EXPORT_SYMBOL_GPL vmlinux 0x75d59705 pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x75e0b377 gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0x75e832bb unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x75e9c735 pci_ats_disabled +EXPORT_SYMBOL_GPL vmlinux 0x75eeceff raw_v6_match +EXPORT_SYMBOL_GPL vmlinux 0x75ef2efe is_nvdimm_sync +EXPORT_SYMBOL_GPL vmlinux 0x75f35b6e _RNvXs2w_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_14maple_range_64NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x75fadcef acpi_get_psd_map +EXPORT_SYMBOL_GPL vmlinux 0x75fcb80c _RNvMNtCs3AkgXgqgK6r_4core3f64d7next_up +EXPORT_SYMBOL_GPL vmlinux 0x76063d06 sysfs_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x76218957 _RNvXs3U_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_9mm_structNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x762640ab __SCT__tp_func_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x7626bf2a virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0x76416460 irq_chip_mask_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0x76517f03 interval_tree_span_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0x7656410c mpi_sub +EXPORT_SYMBOL_GPL vmlinux 0x765f8830 __SCT__tp_func_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x76625ead bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x7665a95b idr_remove +EXPORT_SYMBOL_GPL vmlinux 0x7667b14b __usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x76754609 _RNvXs1Y_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15class_preempt_tNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x769cefb5 percpu_ref_switch_to_atomic +EXPORT_SYMBOL_GPL vmlinux 0x76b19af8 gpiochip_line_is_valid +EXPORT_SYMBOL_GPL vmlinux 0x76ce1fb4 irq_gc_set_wake +EXPORT_SYMBOL_GPL vmlinux 0x76d6090a device_register +EXPORT_SYMBOL_GPL vmlinux 0x76d9b876 clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x76e35206 bio_blkcg_css +EXPORT_SYMBOL_GPL vmlinux 0x76e85b92 gnttab_request_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x76edc5d5 devm_clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x76eeeb0f sha384_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x76f9d455 mptcp_token_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x77069d57 rust_helper_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0x770a5ae9 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x7712771a unbind_from_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x771c3d20 _RNvXs3f_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11arch_uprobeNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x7721d22d gpiochip_line_is_open_drain +EXPORT_SYMBOL_GPL vmlinux 0x77222306 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x772a6d60 __xdp_rxq_info_reg +EXPORT_SYMBOL_GPL vmlinux 0x772b0f64 __wake_up_pollfree +EXPORT_SYMBOL_GPL vmlinux 0x7737ef89 __tracepoint_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x77507e63 thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x77522cf6 sbitmap_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0x7757b51a clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7758c09a xenbus_match +EXPORT_SYMBOL_GPL vmlinux 0x776940cb tcp_unregister_ulp +EXPORT_SYMBOL_GPL vmlinux 0x7771d4a3 pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0x777cb077 _RNvXs13_NtNtCs3AkgXgqgK6r_4core4sync6atomicNtB6_11AtomicUsizeNtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x777eafd2 _RNvXs0_NtNtCs3AkgXgqgK6r_4core5panic8locationNtB5_8LocationNtNtB9_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x7780b8b5 usb_asmedia_modifyflowcontrol +EXPORT_SYMBOL_GPL vmlinux 0x7784ee7b _RNvXss_NtNtCs3AkgXgqgK6r_4core3ffi5c_strNtB5_22FromBytesUntilNulErrorNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x778e4396 _RNvXsk_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3impsNtB9_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x7791e066 dw_pcie_read +EXPORT_SYMBOL_GPL vmlinux 0x779324d3 _RNvXs5F_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10rv_reactorNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x77ae495d usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0x77c901ab __percpu_down_read +EXPORT_SYMBOL_GPL vmlinux 0x77d90fdd of_hte_req_count +EXPORT_SYMBOL_GPL vmlinux 0x77e62e23 _RNvXsr_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3impiNtB9_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x77e75be3 sfp_bus_put +EXPORT_SYMBOL_GPL vmlinux 0x77ea4a81 iomap_seek_hole +EXPORT_SYMBOL_GPL vmlinux 0x77ecf68d memalloc_socks_key +EXPORT_SYMBOL_GPL vmlinux 0x77f24400 perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x78041b8f byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x78042a75 pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0x782adb74 hpet_rtc_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x782bedd8 phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0x782fee5a dev_pm_opp_put +EXPORT_SYMBOL_GPL vmlinux 0x7834b2f9 dst_blackhole_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x783c2e59 vp_legacy_set_features +EXPORT_SYMBOL_GPL vmlinux 0x7847c621 sfp_parse_support +EXPORT_SYMBOL_GPL vmlinux 0x7848394d spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x784c0e08 xenbus_dev_groups +EXPORT_SYMBOL_GPL vmlinux 0x784c9cce usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x78537c41 _RNvMNtNtCs3AkgXgqgK6r_4core3num5errorNtB2_15TryFromIntError13___description +EXPORT_SYMBOL_GPL vmlinux 0x785a93b4 si_mem_available +EXPORT_SYMBOL_GPL vmlinux 0x786dfe48 mdiobus_c45_modify +EXPORT_SYMBOL_GPL vmlinux 0x787150ba pci_create_ims_domain +EXPORT_SYMBOL_GPL vmlinux 0x78768fdc __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x787bcc7e dev_nit_active +EXPORT_SYMBOL_GPL vmlinux 0x787bd181 regmap_get_raw_read_max +EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x787f3972 gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x788bfbad ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0x7892385a screen_glyph_unicode +EXPORT_SYMBOL_GPL vmlinux 0x78960009 ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0x78966585 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x789c73d9 rcu_cpu_stall_suppress_at_boot +EXPORT_SYMBOL_GPL vmlinux 0x789da559 wakeup_sources_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x78a06f95 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x78aeffb3 device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x78b0fcc9 nvmem_cell_read_u32 +EXPORT_SYMBOL_GPL vmlinux 0x78b28257 clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x78bab66b irq_force_affinity +EXPORT_SYMBOL_GPL vmlinux 0x78bcb62d usb_wakeup_enabled_descendants +EXPORT_SYMBOL_GPL vmlinux 0x78c40ee2 unregister_fprobe +EXPORT_SYMBOL_GPL vmlinux 0x78ddb76b dmi_match +EXPORT_SYMBOL_GPL vmlinux 0x78e140b2 dev_pm_genpd_get_next_hrtimer +EXPORT_SYMBOL_GPL vmlinux 0x78e23e57 pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0x78e3ba90 fwnode_handle_put +EXPORT_SYMBOL_GPL vmlinux 0x78f1d16a blk_rq_poll +EXPORT_SYMBOL_GPL vmlinux 0x78f72d2f crypto_grab_kpp +EXPORT_SYMBOL_GPL vmlinux 0x78fcbc23 of_pse_control_get +EXPORT_SYMBOL_GPL vmlinux 0x79061a17 tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0x790be0b9 usb_bus_idr +EXPORT_SYMBOL_GPL vmlinux 0x7915cee5 do_machine_check +EXPORT_SYMBOL_GPL vmlinux 0x7916343c __SCT__tp_func_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0x791748c8 adxl_decode +EXPORT_SYMBOL_GPL vmlinux 0x7918d817 memory_failure +EXPORT_SYMBOL_GPL vmlinux 0x792879bc devm_irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x793ac193 __SCT__tp_func_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x79470a2c TSS_authhmac +EXPORT_SYMBOL_GPL vmlinux 0x794b7271 orderly_reboot +EXPORT_SYMBOL_GPL vmlinux 0x794d9cb5 dev_pm_opp_get_max_volt_latency +EXPORT_SYMBOL_GPL vmlinux 0x7952a064 usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x7961f683 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0x796ff659 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0x797ee71d tty_port_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x798b7682 klist_prev +EXPORT_SYMBOL_GPL vmlinux 0x798f00c7 debugfs_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x7991fd8d crash_vmclear_loaded_vmcss +EXPORT_SYMBOL_GPL vmlinux 0x7992dfd7 irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x7993dcb4 ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x7993fd8c serdev_device_break_ctl +EXPORT_SYMBOL_GPL vmlinux 0x7999acf9 __traceiter_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x79ae8730 devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x79bc842c usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x79bf7991 vp_legacy_get_status +EXPORT_SYMBOL_GPL vmlinux 0x79d81fa3 _RNvXsG_NtNtCs3AkgXgqgK6r_4core3fmt3numhNtB7_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x79daf4de __SCT__tp_func_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x79dd6338 perf_get_aux +EXPORT_SYMBOL_GPL vmlinux 0x79defbe1 kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x79ed19e0 policy_has_boost_freq +EXPORT_SYMBOL_GPL vmlinux 0x79ef6cd8 _RNvXs5o_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_28kernel_siginfo__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x79f1aa44 find_iova +EXPORT_SYMBOL_GPL vmlinux 0x79f6673f dummy_con +EXPORT_SYMBOL_GPL vmlinux 0x79f697e4 lzorle1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x7a0200bf blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0x7a18385a gpiochip_irq_unmap +EXPORT_SYMBOL_GPL vmlinux 0x7a3f16a2 devl_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7a454498 crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0x7a47be21 _RNvXs31_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10rcu_cblistNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x7a47db43 irq_gc_noop +EXPORT_SYMBOL_GPL vmlinux 0x7a577c7b edac_device_handle_ue_count +EXPORT_SYMBOL_GPL vmlinux 0x7a605ec7 ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0x7a655f68 acpi_processor_claim_cst_control +EXPORT_SYMBOL_GPL vmlinux 0x7a73e605 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7a80df46 devm_platform_get_irqs_affinity +EXPORT_SYMBOL_GPL vmlinux 0x7a81541b async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x7a83bd07 nfct_btf_struct_access +EXPORT_SYMBOL_GPL vmlinux 0x7a98f4b4 copy_from_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0x7a9bc7b1 cpu_device_create +EXPORT_SYMBOL_GPL vmlinux 0x7a9e4c23 software_node_register_node_group +EXPORT_SYMBOL_GPL vmlinux 0x7ac1254b local_clock +EXPORT_SYMBOL_GPL vmlinux 0x7ac722bd phy_all_ports_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7ad02a41 asn1_encode_tag +EXPORT_SYMBOL_GPL vmlinux 0x7ad1ded1 pinctrl_register_mappings +EXPORT_SYMBOL_GPL vmlinux 0x7ad40be9 _RNvMs3_NtCs3AkgXgqgK6r_4core3numi14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0x7ae16654 _RNvMs_NtNtCs3AkgXgqgK6r_4core3num3fmtNtB4_9Formatted3len +EXPORT_SYMBOL_GPL vmlinux 0x7aed4ba1 tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x7aefda5b regulator_get_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0x7afa6b19 da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7afcb7db __kprobe_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x7b0b40c2 crypto_alloc_rng +EXPORT_SYMBOL_GPL vmlinux 0x7b0ee7b2 _RNvXs51_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15timerqueue_nodeNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x7b1d40e1 gnttab_unmap_refs +EXPORT_SYMBOL_GPL vmlinux 0x7b353304 nvdimm_volatile_region_create +EXPORT_SYMBOL_GPL vmlinux 0x7b3f7993 disk_update_readahead +EXPORT_SYMBOL_GPL vmlinux 0x7b43da53 _RNvXs7_NtNtCs3AkgXgqgK6r_4core3ffi5c_strNtB5_4CStrNtNtB9_3cmp3Ord3cmp +EXPORT_SYMBOL_GPL vmlinux 0x7b5452b8 acpi_unregister_gsi +EXPORT_SYMBOL_GPL vmlinux 0x7b5a4926 sha1_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x7b605287 sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0x7b615b0c spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x7b61f3d9 virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0x7b666905 gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x7b6f9536 acpi_register_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x7b738311 pm_runtime_suspended_time +EXPORT_SYMBOL_GPL vmlinux 0x7b8876d4 __SCK__tp_func_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x7b8910f4 kfence_sample_interval +EXPORT_SYMBOL_GPL vmlinux 0x7b90d1a9 bind_virq_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7b96d11e ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0x7b9793a2 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x7ba6e969 phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x7baf205f device_property_present +EXPORT_SYMBOL_GPL vmlinux 0x7bb045a7 __request_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x7bb3fa18 vcap_rule_add_action_bit +EXPORT_SYMBOL_GPL vmlinux 0x7bc5ba94 regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x7bcd1567 xhci_gen_setup +EXPORT_SYMBOL_GPL vmlinux 0x7bd30f0a cpufreq_dbs_governor_limits +EXPORT_SYMBOL_GPL vmlinux 0x7bf4d986 rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x7c02964a _RNvXs4K_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11rhlist_headNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x7c15c596 power_supply_set_property +EXPORT_SYMBOL_GPL vmlinux 0x7c163655 rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x7c178191 _RNvXs3q_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_32page__bindgen_ty_1__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x7c20b6a0 load_direct_gdt +EXPORT_SYMBOL_GPL vmlinux 0x7c225bdb vp_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0x7c291e86 show_rcu_tasks_trace_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0x7c2beb0e transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x7c2d0878 iommu_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0x7c3d8a4b icc_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x7c3e736a rcu_nocb_cpu_offload +EXPORT_SYMBOL_GPL vmlinux 0x7c40915e regmap_get_max_register +EXPORT_SYMBOL_GPL vmlinux 0x7c4138b5 _RNvXsO_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_31edd_device_params__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x7c4d10b6 regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0x7c54ecc5 serial8250_rpm_get_tx +EXPORT_SYMBOL_GPL vmlinux 0x7c5b7e2e ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0x7c6d30b0 device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x7c78ced2 devl_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7c7b2d91 _RNvXs4i_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB6_11NonZeroU128NtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x7c7b7be0 __tcp_send_ack +EXPORT_SYMBOL_GPL vmlinux 0x7c87f8eb create_signature +EXPORT_SYMBOL_GPL vmlinux 0x7c983a5d dmi_walk +EXPORT_SYMBOL_GPL vmlinux 0x7c9a7371 clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0x7c9e7115 skb_consume_udp +EXPORT_SYMBOL_GPL vmlinux 0x7ca64a0b __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x7cb1aea1 devlink_dpipe_header_ethernet +EXPORT_SYMBOL_GPL vmlinux 0x7cb346b4 filemap_read +EXPORT_SYMBOL_GPL vmlinux 0x7cb803de btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0x7cbc654f phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0x7cc7f36f __traceiter_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x7cc84d98 from_vfsgid +EXPORT_SYMBOL_GPL vmlinux 0x7cc8dcf2 fwnode_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x7cceaf92 zs_pool_stats +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7cd7ba1d kernel_read_file_from_fd +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7d003320 inet_ehash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0x7d00c65b nd_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x7d02dfce folio_wait_writeback_killable +EXPORT_SYMBOL_GPL vmlinux 0x7d07f979 ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7d096a70 inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0x7d0e1d95 hv_setup_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0x7d1bb1d4 tnum_strn +EXPORT_SYMBOL_GPL vmlinux 0x7d332f4c pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0x7d345667 _RNvXs0_NtNtCs3AkgXgqgK6r_4core3ffi5c_strNtB5_4CStrNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x7d3ff767 devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d61e3d5 msi_unlock_descs +EXPORT_SYMBOL_GPL vmlinux 0x7d84de06 device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7d856a84 regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x7d954089 __traceiter_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x7dac5b56 dm_copy_name_and_uuid +EXPORT_SYMBOL_GPL vmlinux 0x7dada930 ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0x7dbac7dc rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x7dbe41ba wbc_detach_inode +EXPORT_SYMBOL_GPL vmlinux 0x7dc0ab9c pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x7dc164c6 led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0x7dc1fcf9 ip6_route_output_flags +EXPORT_SYMBOL_GPL vmlinux 0x7dc3fa92 __pci_epf_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x7dcb227f _RNvMNtCs3AkgXgqgK6r_4core3f64d8classify +EXPORT_SYMBOL_GPL vmlinux 0x7dcbff29 _RNvMs_NtCs3AkgXgqgK6r_4core3nums14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0x7dd1895d devfreq_event_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x7dd52cd3 _RNvXs17_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_23paravirt_patch_templateNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7de39e07 phy_basic_t1_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7de65a03 acpi_lpat_free_conversion_table +EXPORT_SYMBOL_GPL vmlinux 0x7de6cc23 io_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x7debaa05 ata_acpi_gtm_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x7defc870 gnttab_end_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0x7df27b5d tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7dfe1a49 pci_d3cold_disable +EXPORT_SYMBOL_GPL vmlinux 0x7e0df8c8 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x7e198e74 _RNvXsb_NtNtCs3AkgXgqgK6r_4core3fmt3numjNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0x7e1e6cb6 rio_add_net +EXPORT_SYMBOL_GPL vmlinux 0x7e28571f cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0x7e30d852 nl_table +EXPORT_SYMBOL_GPL vmlinux 0x7e3bdecd __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0x7e584ff5 nf_queue +EXPORT_SYMBOL_GPL vmlinux 0x7e5db80b pstore_name_to_type +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e6a3d6e __tracepoint_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x7e6e9f7a trace_get_event_file +EXPORT_SYMBOL_GPL vmlinux 0x7e7a47c9 pci_acpi_clear_companion_lookup_hook +EXPORT_SYMBOL_GPL vmlinux 0x7e7e3f58 ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7e82c9c9 _RNvXsN_NtNtCs3AkgXgqgK6r_4core3fmt3numtNtB7_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0x7e8a86b2 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0x7e8c2182 irq_chip_enable_parent +EXPORT_SYMBOL_GPL vmlinux 0x7e8d8619 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0x7e90450b dmaengine_desc_set_metadata_len +EXPORT_SYMBOL_GPL vmlinux 0x7e96073e acpi_subsys_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7e966278 iommu_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7e9e5e54 __devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x7ea75c24 __wake_up_locked_key_bookmark +EXPORT_SYMBOL_GPL vmlinux 0x7eaf824f gpiochip_reqres_irq +EXPORT_SYMBOL_GPL vmlinux 0x7eafc91e rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x7eb808d0 add_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7ec211bb _RNvXs4N_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_8rhltableNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x7ec4e9c3 _RNvXs1X_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_16preempt_notifierNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x7ec54df1 bio_associate_blkg +EXPORT_SYMBOL_GPL vmlinux 0x7ec5f89a _RNvXs8_NtNtCs3AkgXgqgK6r_4core3fmt3nummNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0x7ece8d25 __trace_trigger_soft_disabled +EXPORT_SYMBOL_GPL vmlinux 0x7ed35465 blk_queue_flag_test_and_set +EXPORT_SYMBOL_GPL vmlinux 0x7ede834e _RNvNvNtNtNtCs3AkgXgqgK6r_4core9core_arch3x864avx219__mm256_bslli_epi1284mask +EXPORT_SYMBOL_GPL vmlinux 0x7eea6b8b pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0x7eff68c5 _RNvXs3G_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_19folio__bindgen_ty_3NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x7f01b052 usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x7f107f8b rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0x7f15a337 pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x7f336e4e follow_pte +EXPORT_SYMBOL_GPL vmlinux 0x7f3f7dfd usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0x7f4eabd1 _RNvNtCs3AkgXgqgK6r_4core9panicking18panic_bounds_check +EXPORT_SYMBOL_GPL vmlinux 0x7f5b2ad1 fib6_get_table +EXPORT_SYMBOL_GPL vmlinux 0x7f5df5b5 phy_init +EXPORT_SYMBOL_GPL vmlinux 0x7f61fc31 __SCK__tp_func_map +EXPORT_SYMBOL_GPL vmlinux 0x7f668332 folio_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x7f6cee89 rhashtable_free_and_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7f6d6370 platform_bus +EXPORT_SYMBOL_GPL vmlinux 0x7f77aead vcap_set_tc_exterr +EXPORT_SYMBOL_GPL vmlinux 0x7f7b4fd6 _RNvXs1W_NtNtCs3AkgXgqgK6r_4core3str4iterNtB6_13EscapeDefaultNtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x7f7cbc64 ip_tunnel_need_metadata +EXPORT_SYMBOL_GPL vmlinux 0x7f84f35d rcu_gp_slow_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7f8839d6 i2c_acpi_get_i2c_resource +EXPORT_SYMBOL_GPL vmlinux 0x7f8e3888 pci_find_vsec_capability +EXPORT_SYMBOL_GPL vmlinux 0x7f9b1879 osc_cpc_flexible_adr_space_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x7fa35de2 phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x7fa96509 erst_get_record_id_next +EXPORT_SYMBOL_GPL vmlinux 0x7fb4620e ip6_dst_lookup_tunnel +EXPORT_SYMBOL_GPL vmlinux 0x7fb57e7e devm_clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x7fb7fce0 nvdimm_provider_data +EXPORT_SYMBOL_GPL vmlinux 0x7fbdabda _RNvXsm_NtNtCs3AkgXgqgK6r_4core3ffi5c_strNtB5_25FromBytesWithNulErrorKindNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x7fc60b14 class_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7fc8c438 ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x7fdb8400 _RNvXs3_NtCsbwHtcUjRN57_6kernel5errorNtB5_5ErrorINtNtCs3AkgXgqgK6r_4core7convert4FromNtNtCsd8lEp9MQdN2_5alloc11collections15TryReserveErrorE4from +EXPORT_SYMBOL_GPL vmlinux 0x7fe7e7ab _RNvXs5_NtNtCs3AkgXgqgK6r_4core3fmt3numiNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0x7fe8409e shmem_read_folio_gfp +EXPORT_SYMBOL_GPL vmlinux 0x7fea16d7 pci_epc_clear_bar +EXPORT_SYMBOL_GPL vmlinux 0x7ff6e946 usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x80252bb8 fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0x802aef02 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0x80410cd5 kthread_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x8046712e divider_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0x8047b40e sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x804d8121 ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x804f0e67 alarmtimer_get_rtcdev +EXPORT_SYMBOL_GPL vmlinux 0x8057cc98 sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0x805ffb7d netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x80771bb1 dev_pm_opp_put_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x807766ea usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x807fdcc4 call_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x80856fa9 _RNvXs39_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_20atomic_notifier_headNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x808a8088 handle_guest_split_lock +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x80a095d8 scatterwalk_ffwd +EXPORT_SYMBOL_GPL vmlinux 0x80a66850 _RNvXsn_NtCs3AkgXgqgK6r_4core4charNtB5_11ToUppercaseNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x80a77236 ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0x80a98d7a synth_event_add_val +EXPORT_SYMBOL_GPL vmlinux 0x80baf91f tty_save_termios +EXPORT_SYMBOL_GPL vmlinux 0x80bb02e2 _RNvXs2_NtNtCs3AkgXgqgK6r_4core3fmt3numlNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0x80c68137 nf_log_buf_close +EXPORT_SYMBOL_GPL vmlinux 0x80d2ec99 iomap_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80dbc2e8 _RNvXsa_NtCs3AkgXgqgK6r_4core7convertNtB5_10InfallibleNtNtB7_5clone5Clone5clone +EXPORT_SYMBOL_GPL vmlinux 0x80e2e014 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0x80f1a0af rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x8100d0b4 _RNvXs1_NtNtCs3AkgXgqgK6r_4core3str5lossyNtB5_10Utf8ChunksNtNtNtNtB9_4iter6traits8iterator8Iterator4next +EXPORT_SYMBOL_GPL vmlinux 0x8103d1da debugfs_create_devm_seqfile +EXPORT_SYMBOL_GPL vmlinux 0x810f050c usb_check_bulk_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x810f53c5 __SCK__tp_func_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x8110a73a cond_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x8117bcbc _RNvXsd_NtCs3AkgXgqgK6r_4core4timeNtB5_21TryFromFloatSecsErrorNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x8118caef regulator_find_closest_bigger +EXPORT_SYMBOL_GPL vmlinux 0x811a78cb perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0x811a890d dev_pm_opp_is_turbo +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x81221cad amd_nb_num +EXPORT_SYMBOL_GPL vmlinux 0x81281149 regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x81283546 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0x8145d0a2 crypto_enqueue_request_head +EXPORT_SYMBOL_GPL vmlinux 0x815588a6 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x8157c6b4 iommu_detach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0x815fda83 sed_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x81647541 crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0x816a41ca cpufreq_update_limits +EXPORT_SYMBOL_GPL vmlinux 0x816b0f33 dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0x816f55f2 request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x81719ffd dev_pm_opp_find_level_exact +EXPORT_SYMBOL_GPL vmlinux 0x8180cede asn1_encode_sequence +EXPORT_SYMBOL_GPL vmlinux 0x81952c3e _RNvXsa_NtCs3AkgXgqgK6r_4core4charNtB5_11ToLowercaseNtNtNtNtB7_4iter6traits8iterator8Iterator9size_hint +EXPORT_SYMBOL_GPL vmlinux 0x819d72cb klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x81a7f541 percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x81aa3164 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x81abe121 spi_split_transfers_maxwords +EXPORT_SYMBOL_GPL vmlinux 0x81ac5eae debugfs_create_str +EXPORT_SYMBOL_GPL vmlinux 0x81b5430c sk_psock_msg_verdict +EXPORT_SYMBOL_GPL vmlinux 0x81c62c03 _RNvXs2x_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15maple_arange_64NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x81d30433 _RNvXs4c_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11mem_sectionNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x81e298f0 ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0x81e2bdf4 generic_handle_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x81f372a2 unregister_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x81f611da regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x82092899 badrange_forget +EXPORT_SYMBOL_GPL vmlinux 0x820b19c3 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8210edea ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x82226c53 pinctrl_unregister_mappings +EXPORT_SYMBOL_GPL vmlinux 0x822b193e __xenbus_register_frontend +EXPORT_SYMBOL_GPL vmlinux 0x823ace92 regulator_set_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x823eae06 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x82446a16 uart_xchar_out +EXPORT_SYMBOL_GPL vmlinux 0x824a1bcd _RNvXs1z_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5u8x16NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x825b86bd spi_controller_dma_unmap_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0x826677e5 _RNvMNtCsbwHtcUjRN57_6kernel5errorNtB2_5Error4name +EXPORT_SYMBOL_GPL vmlinux 0x82750b42 __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x827e61f8 acpi_has_watchdog +EXPORT_SYMBOL_GPL vmlinux 0x82889473 serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0x828e067b gnttab_map_refs +EXPORT_SYMBOL_GPL vmlinux 0x828e22f4 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0x829f9253 spi_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0x82abf5e7 __SCK__tp_func_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x82ca433c ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82eb70d2 i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0x8302a1cc _RNvMNtCs3AkgXgqgK6r_4core3f32f13classify_bits +EXPORT_SYMBOL_GPL vmlinux 0x830dec99 _RNvXs0_NtNtCs3AkgXgqgK6r_4core3fmt3numaNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0x830ff141 _RNvXs6_NtCs3AkgXgqgK6r_4core4timeNtB5_8DurationINtNtNtB7_3ops5arith9MulAssignmE10mul_assign +EXPORT_SYMBOL_GPL vmlinux 0x8311ad82 apei_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x83122225 ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x8328673f uv_bios_get_master_nasid +EXPORT_SYMBOL_GPL vmlinux 0x8335ca43 __SCT__tp_func_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x8335dba4 spi_target_abort +EXPORT_SYMBOL_GPL vmlinux 0x8339df73 klist_add_behind +EXPORT_SYMBOL_GPL vmlinux 0x8349411c tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x8349a895 nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x834a3291 irq_chip_unmask_parent +EXPORT_SYMBOL_GPL vmlinux 0x8353dfff acpi_os_get_iomem +EXPORT_SYMBOL_GPL vmlinux 0x83574034 hid_bpf_disconnect_device +EXPORT_SYMBOL_GPL vmlinux 0x836d652f poll_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x83792ea6 kick_process +EXPORT_SYMBOL_GPL vmlinux 0x83798f74 dm_start_time_ns_from_clone +EXPORT_SYMBOL_GPL vmlinux 0x837fc8c1 debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x83820bd4 iomap_read_folio +EXPORT_SYMBOL_GPL vmlinux 0x83856432 _RNvXsF_NtNtCs3AkgXgqgK6r_4core3str7patternNtB5_12CharSearcherNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x83ad4417 _RNvXsd_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB5_4u8x4NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x83e4d081 perf_aux_output_end +EXPORT_SYMBOL_GPL vmlinux 0x840c136d crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x84105a98 dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x84106f36 devlink_trap_ctx_priv +EXPORT_SYMBOL_GPL vmlinux 0x8425b9c3 xas_split_alloc +EXPORT_SYMBOL_GPL vmlinux 0x84264ced fs_umode_to_ftype +EXPORT_SYMBOL_GPL vmlinux 0x8426c37e regulator_get_hardware_vsel_register +EXPORT_SYMBOL_GPL vmlinux 0x842eb86b gnttab_page_cache_shrink +EXPORT_SYMBOL_GPL vmlinux 0x842f046d usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x843d70ef acpi_is_root_bridge +EXPORT_SYMBOL_GPL vmlinux 0x84502a47 blk_status_to_errno +EXPORT_SYMBOL_GPL vmlinux 0x8451102b _RNvXs2l_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5f32x4NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x84607cb5 dm_put +EXPORT_SYMBOL_GPL vmlinux 0x8462cb62 atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0x846b127c pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0x847728ba iopf_queue_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x84795640 device_find_any_child +EXPORT_SYMBOL_GPL vmlinux 0x848ba8ee xenbus_dev_cancel +EXPORT_SYMBOL_GPL vmlinux 0x848efe43 dst_cache_set_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x848fd226 regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0x849b9fff ethnl_cable_test_free +EXPORT_SYMBOL_GPL vmlinux 0x84a0cb0c sk_msg_free_nocharge +EXPORT_SYMBOL_GPL vmlinux 0x84a4afda tps65912_device_init +EXPORT_SYMBOL_GPL vmlinux 0x84b268cf sn_coherency_id +EXPORT_SYMBOL_GPL vmlinux 0x84c0cf0c sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0x84d6934e ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0x84e02499 pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0x84e504ce _RNvXs3Z_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_13lru_gen_folioNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x84ec03ee _RNvNtCs3AkgXgqgK6r_4core3str19slice_error_fail_ct +EXPORT_SYMBOL_GPL vmlinux 0x84ec3484 crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0x84ef27f5 synth_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x84ef6ddc acpi_dev_get_next_consumer_dev +EXPORT_SYMBOL_GPL vmlinux 0x84f98b55 destroy_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x84febb8b acpi_get_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0x84ffe0d4 _RNvXs6_NtNtCs3AkgXgqgK6r_4core3fmt3numhNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0x8503fc07 usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x8506baa8 clk_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x850b61a6 devm_regulator_get_enable_optional +EXPORT_SYMBOL_GPL vmlinux 0x850bb6db devlink_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x85142df4 sbitmap_queue_init_node +EXPORT_SYMBOL_GPL vmlinux 0x8514c5ec input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0x851985b0 unmap_mapping_pages +EXPORT_SYMBOL_GPL vmlinux 0x851aaff6 _RNvXs7_NtNtCs3AkgXgqgK6r_4core3fmt3numtNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0x851bf8d4 crypto_unregister_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x851d407a vcap_chain_offset +EXPORT_SYMBOL_GPL vmlinux 0x851e6003 usb_phy_roothub_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x85279aba pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x852cbc20 md_submit_discard_bio +EXPORT_SYMBOL_GPL vmlinux 0x85329672 fpu_swap_kvm_fpstate +EXPORT_SYMBOL_GPL vmlinux 0x8535d469 ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x85540ebc nvmem_cell_put +EXPORT_SYMBOL_GPL vmlinux 0x85642b49 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0x856a35a7 generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0x856ccb26 irq_domain_create_legacy +EXPORT_SYMBOL_GPL vmlinux 0x85716219 phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x8582a585 devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0x858e2628 dax_holder +EXPORT_SYMBOL_GPL vmlinux 0x858e3cc1 vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0x858f6db1 _RNvXs5t_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_21syscall_user_dispatchNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x859708b2 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0x85b15444 arch_set_max_freq_ratio +EXPORT_SYMBOL_GPL vmlinux 0x85b65d95 __traceiter_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x85b99f9c iommu_fwspec_free +EXPORT_SYMBOL_GPL vmlinux 0x85bfc5f9 __SCT__tp_func_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x85cb2c45 xen_has_pv_devices +EXPORT_SYMBOL_GPL vmlinux 0x85d47d18 devlink_port_register_with_ops +EXPORT_SYMBOL_GPL vmlinux 0x85d7edfd hpet_set_periodic_freq +EXPORT_SYMBOL_GPL vmlinux 0x85dc04c6 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0x85de8cab _RNvXs5f_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_24___sifields__bindgen_ty_5NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x85e2ad35 __tracepoint_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x85eed1be iopf_queue_discard_partial +EXPORT_SYMBOL_GPL vmlinux 0x85efae4b _RNvNvMNtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB4_9NonZeroU813new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0x860b5e71 pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8614c154 _RNvXs2l_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15pcpu_group_infoNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x861522bc _RNvXs1t_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_17bpf_raw_event_mapNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x86169f3e amd_smn_write +EXPORT_SYMBOL_GPL vmlinux 0x861a7a70 fscrypt_dummy_policies_equal +EXPORT_SYMBOL_GPL vmlinux 0x861cb470 tracing_snapshot_cond_disable +EXPORT_SYMBOL_GPL vmlinux 0x861cf446 ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0x862258db timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x86286c6d _RNvXsb_NtCs3AkgXgqgK6r_4core5errorNtNtNtB7_4char7convert14ParseCharErrorNtB5_5Error11description +EXPORT_SYMBOL_GPL vmlinux 0x862bb17b linear_range_values_in_range_array +EXPORT_SYMBOL_GPL vmlinux 0x864cea20 phy_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x86585a33 devlink_fmsg_obj_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x86623fd7 notify_remote_via_irq +EXPORT_SYMBOL_GPL vmlinux 0x86700220 acpi_get_cpuid +EXPORT_SYMBOL_GPL vmlinux 0x8677245d unregister_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8677f369 pvclock_get_pvti_cpu0_va +EXPORT_SYMBOL_GPL vmlinux 0x867d2188 _RNvXs9_NtNtCs3AkgXgqgK6r_4core3fmt3numyNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0x86871b40 devlink_info_version_stored_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x86885f77 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0x8696808c phy_gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x86ac5528 _RNvXsr_NtNtCs3AkgXgqgK6r_4core9core_simd5maskslNtNtB5_6sealed6Sealed2eq +EXPORT_SYMBOL_GPL vmlinux 0x86b011d8 __rust_realloc +EXPORT_SYMBOL_GPL vmlinux 0x86b13d2a usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x86b99f98 _RNvMNtCs3AkgXgqgK6r_4core3f64d9next_down +EXPORT_SYMBOL_GPL vmlinux 0x86bfe06a _RNvXsm_NtCs3AkgXgqgK6r_4core4charNtB5_11ToLowercaseNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x86c1b06b _RNvXs2F_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10maple_nodeNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x86c43a8c cper_estatus_check +EXPORT_SYMBOL_GPL vmlinux 0x86ebaa05 vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0x86f0cb39 fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f85114 net_dec_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x87086ada iomap_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x87090141 debugfs_write_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x870e16b7 xen_test_irq_shared +EXPORT_SYMBOL_GPL vmlinux 0x870fc87d inet6_hash +EXPORT_SYMBOL_GPL vmlinux 0x87205d57 pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0x87258a37 mas_store +EXPORT_SYMBOL_GPL vmlinux 0x872d4f7c __SCT__tp_func_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x8731fb7f _RNvXs25_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_18___call_single_dataNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x87330f59 init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0x8735ed3d irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x87376c3f fwnode_connection_find_matches +EXPORT_SYMBOL_GPL vmlinux 0x8737ca8c __tracepoint_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x87464622 tpm_transmit_cmd +EXPORT_SYMBOL_GPL vmlinux 0x8748bc12 kstrdup_quotable_cmdline +EXPORT_SYMBOL_GPL vmlinux 0x874ecb10 fwnode_create_software_node +EXPORT_SYMBOL_GPL vmlinux 0x87616c79 usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x876e578c vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0x876eff8b devl_traps_register +EXPORT_SYMBOL_GPL vmlinux 0x876fefeb fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0x87711216 spi_mem_exec_op +EXPORT_SYMBOL_GPL vmlinux 0x877efc60 device_attach +EXPORT_SYMBOL_GPL vmlinux 0x87908767 xas_clear_mark +EXPORT_SYMBOL_GPL vmlinux 0x8791f5c9 debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0x879f7d36 pci_p2pdma_enable_show +EXPORT_SYMBOL_GPL vmlinux 0x87a1cdf0 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0x87a1f325 __put_net +EXPORT_SYMBOL_GPL vmlinux 0x87a3fab2 _RNvXs4Q_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10ipc_kludgeNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x87aa10e8 rt_mutex_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0x87b210d0 clkdev_create +EXPORT_SYMBOL_GPL vmlinux 0x87b8dde8 ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0x87c3a400 __traceiter_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x87c8d9dc trace_output_call +EXPORT_SYMBOL_GPL vmlinux 0x87d1b08d _RNvXs_NtNtNtCs3AkgXgqgK6r_4core4iter6traits7collectuINtB4_6ExtenduE10extend_one +EXPORT_SYMBOL_GPL vmlinux 0x87d6fb0a blk_crypto_intersect_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x87d942ca _RNvXs3_NtNtCs3AkgXgqgK6r_4core9core_simd7swizzleNtB5_5WhichNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x87dd7845 _RNvXs2X_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_12delayed_workNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x87df2a6e __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x87e3c97b usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0x87e4bd82 sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0x87e64181 amd_nb_has_feature +EXPORT_SYMBOL_GPL vmlinux 0x87e8d095 virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0x87ea6bd7 devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0x87f34e99 disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x87f4f0f1 usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x87f704a9 rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x8801954f ipv6_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0x8815a92e _RNvXs2y_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11maple_allocNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x8827ac32 crypto_grab_spawn +EXPORT_SYMBOL_GPL vmlinux 0x882e7af0 unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0x8839706d fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0x884c5b50 devlink_region_create +EXPORT_SYMBOL_GPL vmlinux 0x884edcab debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0x885528a6 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x8857c6b4 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0x8858abc6 regmap_mmio_detach_clk +EXPORT_SYMBOL_GPL vmlinux 0x8866140a tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0x886be40b _RNvXs4d_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15scale_freq_dataNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x886c797a usb_role_switch_register +EXPORT_SYMBOL_GPL vmlinux 0x886cf3c5 thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0x8877089f param_set_uint_minmax +EXPORT_SYMBOL_GPL vmlinux 0x888720e4 _RNvXs5Q_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11rcu_specialNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x88872466 generic_device_group +EXPORT_SYMBOL_GPL vmlinux 0x88904993 dma_vunmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x88a0c62e _RNvXs4P_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15rhashtable_iterNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x88a224c3 devm_pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x88a6671b fw_devlink_purge_absent_suppliers +EXPORT_SYMBOL_GPL vmlinux 0x88a72d3d _RNvXs5_NtNtCs3AkgXgqgK6r_4core3fmt3numiNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88ae7109 _RNvMs0_NtCsbwHtcUjRN57_6kernel4taskNtB5_4Task12group_leader +EXPORT_SYMBOL_GPL vmlinux 0x88af8e6a pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x88b231a8 __SCK__tp_func_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x88b4ae92 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x88b5862d unregister_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0x88ba4aff ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x88cce6a0 xas_find_marked +EXPORT_SYMBOL_GPL vmlinux 0x88d99b53 nvdimm_name +EXPORT_SYMBOL_GPL vmlinux 0x88dc139a set_selection_kernel +EXPORT_SYMBOL_GPL vmlinux 0x88dc1d0d mmc_crypto_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x88dff525 dax_finish_sync_fault +EXPORT_SYMBOL_GPL vmlinux 0x88ef0ff8 ethtool_params_from_link_mode +EXPORT_SYMBOL_GPL vmlinux 0x88f0061d nvdimm_security_setup_events +EXPORT_SYMBOL_GPL vmlinux 0x88fac4e8 xhci_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x8904d309 _RNvXs3t_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_46page__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x890cefb4 irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x890f4f97 __kprobe_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x890fa0fa btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0x8912fcf4 _RNvXsg_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3impjNtB9_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x891a5a7f gnttab_max_grant_frames +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x892f9f04 __SCT__tp_func_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x8930151e skb_segment +EXPORT_SYMBOL_GPL vmlinux 0x893abbdd devlink_fmsg_u32_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x893c5ddb unlock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x8942abdf regulator_suspend_disable +EXPORT_SYMBOL_GPL vmlinux 0x894614e9 devlink_register +EXPORT_SYMBOL_GPL vmlinux 0x8947b691 of_icc_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x896edad7 _RNvXs3Q_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_14vm_area_structNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x89757a1d ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x899c97f6 serdev_controller_alloc +EXPORT_SYMBOL_GPL vmlinux 0x89a2f8ed blkdev_zone_mgmt +EXPORT_SYMBOL_GPL vmlinux 0x89a42940 _RNvXs2_NtCs3AkgXgqgK6r_4core4charNtB5_13EscapeDefaultNtNtNtNtB7_4iter6traits8iterator8Iterator3nth +EXPORT_SYMBOL_GPL vmlinux 0x89a6ec4c nf_ip6_check_hbh_len +EXPORT_SYMBOL_GPL vmlinux 0x89ae7aa0 rsa_parse_pub_key +EXPORT_SYMBOL_GPL vmlinux 0x89b2cc9c failover_register +EXPORT_SYMBOL_GPL vmlinux 0x89b42192 tracing_cond_snapshot_data +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89c6b9f2 acpi_subsys_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x89dbcebf modify_ftrace_direct_nolock +EXPORT_SYMBOL_GPL vmlinux 0x89dc6b1c __udp_gso_segment +EXPORT_SYMBOL_GPL vmlinux 0x89e1ec9d acpi_get_subsystem_id +EXPORT_SYMBOL_GPL vmlinux 0x89e340cf acpi_bus_get_ejd +EXPORT_SYMBOL_GPL vmlinux 0x89e43a47 xdp_return_buff +EXPORT_SYMBOL_GPL vmlinux 0x89f08e14 i2c_dw_acpi_configure +EXPORT_SYMBOL_GPL vmlinux 0x89f8e5ff rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0x8a022969 pinctrl_pm_select_sleep_state +EXPORT_SYMBOL_GPL vmlinux 0x8a0383b1 iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0x8a067d84 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x8a11995d pci_msix_alloc_irq_at +EXPORT_SYMBOL_GPL vmlinux 0x8a1504d7 __tracepoint_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0x8a198464 dm_table_device_name +EXPORT_SYMBOL_GPL vmlinux 0x8a2912f1 lwtunnel_state_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8a2f7106 irq_find_matching_fwspec +EXPORT_SYMBOL_GPL vmlinux 0x8a382d0d _RNvXsj_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB5_5u16x2NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x8a3f84ba linear_range_get_selector_low +EXPORT_SYMBOL_GPL vmlinux 0x8a41e4c2 gpiochip_populate_parent_fwspec_twocell +EXPORT_SYMBOL_GPL vmlinux 0x8a45a555 acpi_unregister_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x8a464460 synth_event_trace_end +EXPORT_SYMBOL_GPL vmlinux 0x8a46cb6c mc146818_avoid_UIP +EXPORT_SYMBOL_GPL vmlinux 0x8a521619 device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x8a56d37f dax_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x8a5b3880 security_file_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x8a5c1029 __SCT__tp_func_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0x8a6039fe netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0x8a62b81b sfp_upstream_stop +EXPORT_SYMBOL_GPL vmlinux 0x8a64b520 _RNvXs35_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10srcu_usageNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x8a665bfa numa_nearest_node +EXPORT_SYMBOL_GPL vmlinux 0x8a6e7164 addrconf_prefix_rcv_add_addr +EXPORT_SYMBOL_GPL vmlinux 0x8a754f36 hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8a77444a _RNvNvMs3_NtNtCs3AkgXgqgK6r_4core3ffi5c_strNtB7_4CStr8from_ptr9strlen_rt +EXPORT_SYMBOL_GPL vmlinux 0x8a7cb9c4 platform_thermal_package_rate_control +EXPORT_SYMBOL_GPL vmlinux 0x8a838ef6 intel_scu_ipc_dev_put +EXPORT_SYMBOL_GPL vmlinux 0x8a83fb45 mpi_point_free_parts +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8ac1407b sfp_get_module_eeprom +EXPORT_SYMBOL_GPL vmlinux 0x8ac78acf led_blink_set_nosleep +EXPORT_SYMBOL_GPL vmlinux 0x8ad4cf3e tps65912_device_exit +EXPORT_SYMBOL_GPL vmlinux 0x8ad5ceb1 __uv_hub_info_list +EXPORT_SYMBOL_GPL vmlinux 0x8addf5d0 gpiod_set_config +EXPORT_SYMBOL_GPL vmlinux 0x8ae700ea crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0x8afb5c89 ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0x8afba1df blk_crypto_profile_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8b08c6a8 tty_port_register_device_attr_serdev +EXPORT_SYMBOL_GPL vmlinux 0x8b140c03 _RNvXs7_NtNtCs3AkgXgqgK6r_4core4sync6atomicNtB5_10AtomicBoolNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x8b149c36 clk_is_match +EXPORT_SYMBOL_GPL vmlinux 0x8b208ef3 _RNvXs2Z_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15workqueue_attrsNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x8b28352d rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0x8b37e799 net_ns_get_ownership +EXPORT_SYMBOL_GPL vmlinux 0x8b4149e4 cppc_perf_ctrs_in_pcc +EXPORT_SYMBOL_GPL vmlinux 0x8b47ea1d __SCT__tp_func_extlog_mem_event +EXPORT_SYMBOL_GPL vmlinux 0x8b49da5d crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0x8b4a9770 _RNvXss_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_24static_key__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x8b4d85dd dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x8b4e21d9 shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x8b626301 extcon_get_edev_name +EXPORT_SYMBOL_GPL vmlinux 0x8b74138e vfs_splice_read +EXPORT_SYMBOL_GPL vmlinux 0x8b7becab reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x8b7bf2e3 bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0x8b89f01c hv_ghcb_hypercall +EXPORT_SYMBOL_GPL vmlinux 0x8b8cc689 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x8b9200fd lookup_address +EXPORT_SYMBOL_GPL vmlinux 0x8b95e6a2 __SCT__tp_func_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x8b9a936a iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x8ba39c12 pci_ims_alloc_irq +EXPORT_SYMBOL_GPL vmlinux 0x8bafbd50 _RNvXsh_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_17cacheline_paddingNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x8bb2ae5f usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0x8bb49c18 irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0x8bba2374 pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0x8bc170c2 acpi_cppc_processor_exit +EXPORT_SYMBOL_GPL vmlinux 0x8bdba6b3 regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0x8bdd031b __account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x8be2efb9 _RNvXsD_NtNtCs3AkgXgqgK6r_4core9core_arch3x86NtB5_8___m128bhNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x8beb5d9b _RNvXs2s_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_14rb_root_cachedNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x8bebd953 da903x_write +EXPORT_SYMBOL_GPL vmlinux 0x8c0215f2 pm_system_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c060622 gpiochip_populate_parent_fwspec_fourcell +EXPORT_SYMBOL_GPL vmlinux 0x8c09cb50 vcap_rule_add_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x8c0b34a5 vp_modern_config_vector +EXPORT_SYMBOL_GPL vmlinux 0x8c0ea0e4 __SCK__tp_func_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0x8c0ed103 rcu_check_boost_fail +EXPORT_SYMBOL_GPL vmlinux 0x8c21d0b4 device_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x8c257040 devm_release_action +EXPORT_SYMBOL_GPL vmlinux 0x8c2916d2 bpf_map_put +EXPORT_SYMBOL_GPL vmlinux 0x8c341c48 current_save_fsgs +EXPORT_SYMBOL_GPL vmlinux 0x8c3715b4 _RNvNtNtCs3AkgXgqgK6r_4core7unicode9printable12is_printable +EXPORT_SYMBOL_GPL vmlinux 0x8c39366f devl_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x8c3fb2c2 of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x8c484409 gnttab_release_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x8c4d2428 mt_prev +EXPORT_SYMBOL_GPL vmlinux 0x8c4fded2 sgx_virt_einit +EXPORT_SYMBOL_GPL vmlinux 0x8c5297ca tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0x8c5d33d9 __devres_alloc_node +EXPORT_SYMBOL_GPL vmlinux 0x8c69d89b tty_port_register_device_serdev +EXPORT_SYMBOL_GPL vmlinux 0x8c6a9e93 perf_aux_output_skip +EXPORT_SYMBOL_GPL vmlinux 0x8c743fb6 reset_control_status +EXPORT_SYMBOL_GPL vmlinux 0x8c862dd2 input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0x8c89e3b8 usb_phy_roothub_power_off +EXPORT_SYMBOL_GPL vmlinux 0x8c8d2374 dma_fence_unwrap_first +EXPORT_SYMBOL_GPL vmlinux 0x8c98d248 unregister_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x8c9e54d3 devlink_info_version_running_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x8ca21062 _RNvXs3d_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_25arch_uprobe__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x8ca35c93 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0x8ca6df1c rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x8cb3ef6a _RNvXso_NtNtCs3AkgXgqgK6r_4core9core_arch3x86NtB5_6___m256NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x8cb85a2e blk_mq_complete_request_remote +EXPORT_SYMBOL_GPL vmlinux 0x8cc81ec9 fscrypt_fname_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x8ccf83e2 acpi_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8cd7cc6d serdev_device_set_flow_control +EXPORT_SYMBOL_GPL vmlinux 0x8cee06ba pm_clk_remove_clk +EXPORT_SYMBOL_GPL vmlinux 0x8cf0ca9c devfreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8cf28832 devm_led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8d076fad genphy_c45_plca_get_status +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d23ccb3 perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0x8d27f160 kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x8d3330b6 cpuacct_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x8d3c58d7 vp_modern_set_features +EXPORT_SYMBOL_GPL vmlinux 0x8d522714 __rcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x8d5295d3 _RNvXs1b_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_25__fpstate_32__bindgen_ty_2NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x8d6ce4d9 __fscrypt_prepare_link +EXPORT_SYMBOL_GPL vmlinux 0x8d6f62bd pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0x8d711e29 _RNvXs9_NtCs3AkgXgqgK6r_4core4charNtB5_11EscapeDebugNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x8d7da797 pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0x8d7e3373 hwpoison_filter_dev_major +EXPORT_SYMBOL_GPL vmlinux 0x8d908ebf power_supply_get_maintenance_charging_setting +EXPORT_SYMBOL_GPL vmlinux 0x8dad0b02 iomap_get_folio +EXPORT_SYMBOL_GPL vmlinux 0x8dad4319 sysfs_unbreak_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x8dba3ec9 fwnode_graph_get_port_parent +EXPORT_SYMBOL_GPL vmlinux 0x8dc7a74c fsverity_verify_bio +EXPORT_SYMBOL_GPL vmlinux 0x8dc7c0f1 regulator_list_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x8dce265b bd_prepare_to_claim +EXPORT_SYMBOL_GPL vmlinux 0x8dd218b0 icc_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x8dd3d8fb _RNvXs3_NtNtCs3AkgXgqgK6r_4core3fmt3numxNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0x8dd5d3fb pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0x8df9bc61 register_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0x8e065c4b wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x8e145677 devm_of_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x8e14736c _RNvXsp_NtCs3AkgXgqgK6r_4core3numhNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x8e1d2ec3 debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0x8e215194 invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x8e30944a __rg_dealloc +EXPORT_SYMBOL_GPL vmlinux 0x8e35b452 serial8250_do_startup +EXPORT_SYMBOL_GPL vmlinux 0x8e3d911b arch_phys_wc_index +EXPORT_SYMBOL_GPL vmlinux 0x8e4548f5 __mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x8e46877f uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8e4eb451 bpf_sk_storage_diag_free +EXPORT_SYMBOL_GPL vmlinux 0x8e684110 key_type_user +EXPORT_SYMBOL_GPL vmlinux 0x8e6b1a9e net_selftest_get_count +EXPORT_SYMBOL_GPL vmlinux 0x8e6d9b9c i2c_client_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x8e6fa8b5 apei_exec_pre_map_gars +EXPORT_SYMBOL_GPL vmlinux 0x8e7b824d perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0x8e869ac6 __devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x8e882fc0 crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0x8e8dba17 __xenmem_reservation_va_mapping_reset +EXPORT_SYMBOL_GPL vmlinux 0x8e91a9af _RNvXsY_NtNtCs3AkgXgqgK6r_4core4sync6atomicNtB5_11AtomicIsizeNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x8e9816f8 iommu_get_domain_for_dev_pasid +EXPORT_SYMBOL_GPL vmlinux 0x8e9bd4a3 hv_alloc_hyperv_page +EXPORT_SYMBOL_GPL vmlinux 0x8e9ccbf0 led_blink_set_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x8ea24e40 sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0x8ead800c user_free_preparse +EXPORT_SYMBOL_GPL vmlinux 0x8eb9c2bc nf_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x8ebc0532 _RNvNtNtCs3AkgXgqgK6r_4core5slice6memchr14memchr_aligned +EXPORT_SYMBOL_GPL vmlinux 0x8ec3035f l3mdev_table_lookup_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8ecb1310 pci_epc_map_addr +EXPORT_SYMBOL_GPL vmlinux 0x8ed7d8e0 dma_mmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x8edd64df pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0x8ee727aa rust_helper_init_wait +EXPORT_SYMBOL_GPL vmlinux 0x8ee86390 led_sysfs_disable +EXPORT_SYMBOL_GPL vmlinux 0x8eecbeec register_btf_fmodret_id_set +EXPORT_SYMBOL_GPL vmlinux 0x8eee3399 dax_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x8ef02690 bpf_prog_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8ef63b97 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0x8efb6cb9 clean_record_shared_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x8f00f6d1 vhost_task_start +EXPORT_SYMBOL_GPL vmlinux 0x8f033fc9 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x8f044a4c _RNvXs19_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_13math_emu_infoNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x8f0748af rcu_expedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x8f0b781d iova_domain_init_rcaches +EXPORT_SYMBOL_GPL vmlinux 0x8f148136 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0x8f1e95dd _RNvXsi_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3impaNtB9_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x8f2723ef tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x8f2eb429 kvm_arch_para_hints +EXPORT_SYMBOL_GPL vmlinux 0x8f2f0936 _RNvXsZ_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB5_4i8x8NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x8f323b56 i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0x8f37b469 genphy_c45_plca_get_cfg +EXPORT_SYMBOL_GPL vmlinux 0x8f46d0a0 _RNvXs6_NtCs3AkgXgqgK6r_4core3cmpNtB5_8OrderingNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x8f5266e9 devres_add +EXPORT_SYMBOL_GPL vmlinux 0x8f603067 ghes_estatus_pool_region_free +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f786bee fs_umode_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0x8f7bd0a6 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0x8f8882ee cpufreq_enable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x8f8db2d5 __blk_req_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0x8f958feb sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x8f9cb06b serdev_controller_add +EXPORT_SYMBOL_GPL vmlinux 0x8f9fde18 gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0x8fa5a6ee dev_fetch_sw_netstats +EXPORT_SYMBOL_GPL vmlinux 0x8fa719c5 _RNvMs0_NtNtCs3AkgXgqgK6r_4core3str5lossyNtB5_10Utf8Chunks5debug +EXPORT_SYMBOL_GPL vmlinux 0x8fa91378 vfs_remove_acl +EXPORT_SYMBOL_GPL vmlinux 0x8fa9d9e8 __SCT__tp_func_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x8faa800d acpi_cpc_valid +EXPORT_SYMBOL_GPL vmlinux 0x8fba6dc8 blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0x8fbc3b8d _RNvXs3p_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_46page__bindgen_ty_1__bindgen_ty_1__bindgen_ty_2NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x8fc12788 software_node_unregister_node_group +EXPORT_SYMBOL_GPL vmlinux 0x8fc27d34 irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x8feca066 crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0x8ff60436 mpi_ec_add_points +EXPORT_SYMBOL_GPL vmlinux 0x90114321 _RNvXs2_NtCs3AkgXgqgK6r_4core4timeNtB5_8DurationNtNtNtB7_3ops5arith3Sub3sub +EXPORT_SYMBOL_GPL vmlinux 0x901386ca crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0x9024f443 mds_user_clear +EXPORT_SYMBOL_GPL vmlinux 0x903b627c list_lru_isolate_move +EXPORT_SYMBOL_GPL vmlinux 0x90412bc7 input_ff_flush +EXPORT_SYMBOL_GPL vmlinux 0x906f3559 spi_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0x9073331b _RNvXs_NtNtCs3AkgXgqgK6r_4core3str4iterNtB4_5CharsNtNtB8_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x9073869b shake_page +EXPORT_SYMBOL_GPL vmlinux 0x9079dd00 ncsi_vlan_rx_kill_vid +EXPORT_SYMBOL_GPL vmlinux 0x90825995 nvdimm_pmem_region_create +EXPORT_SYMBOL_GPL vmlinux 0x9084b044 clear_page_erms +EXPORT_SYMBOL_GPL vmlinux 0x90892107 _RNvXsS_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_3eddNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9089c3ba usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0x90a01520 _RNvNtNtCsbwHtcUjRN57_6kernel5print14format_strings4INFO +EXPORT_SYMBOL_GPL vmlinux 0x90a01819 __tracepoint_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x90a83017 __fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0x90a9d8cc hv_is_hyperv_initialized +EXPORT_SYMBOL_GPL vmlinux 0x90ac064d _RNvXsd_NtCs3AkgXgqgK6r_4core3anyNtB5_6TypeIdNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x90b022da inet_pernet_hashinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0x90c8498c apei_exec_write_register +EXPORT_SYMBOL_GPL vmlinux 0x90de0452 platform_thermal_package_notify +EXPORT_SYMBOL_GPL vmlinux 0x90ea89d3 bio_split_rw +EXPORT_SYMBOL_GPL vmlinux 0x9103647e pci_epc_mem_exit +EXPORT_SYMBOL_GPL vmlinux 0x910636ea __crypto_alloc_tfmgfp +EXPORT_SYMBOL_GPL vmlinux 0x9107d224 __SCT__tp_func_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x910bdf6b trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x913bbb8b _RNvXs4_NtNtCs3AkgXgqgK6r_4core3fmt3numnNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0x913ebd32 stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x914887a1 irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x914f6700 acomp_request_free +EXPORT_SYMBOL_GPL vmlinux 0x916cac99 mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x917d953b __SCT__tp_func_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x9183bf03 _RNvMNtCs3AkgXgqgK6r_4core3stre14escape_default +EXPORT_SYMBOL_GPL vmlinux 0x91868cb4 _RNvMNtNtCs3AkgXgqgK6r_4core5slice5asciiSh10trim_ascii +EXPORT_SYMBOL_GPL vmlinux 0x91891d87 device_set_node +EXPORT_SYMBOL_GPL vmlinux 0x9194e18f xenbus_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x91955a9f start_poll_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x9199e2f9 fscrypt_show_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0x91a2d535 _RNvNtNtCs3AkgXgqgK6r_4core10intrinsics3mir11Unreachable +EXPORT_SYMBOL_GPL vmlinux 0x91a59222 tpmm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x91a6e129 ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0x91ac75a3 nvmem_device_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x91ad8f56 _RNvXs5L_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_12sched_entityNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x91b3dcd9 _RNvXsg_NtCs3AkgXgqgK6r_4core7convertNtB5_10InfallibleNtNtB7_3cmp10PartialOrd11partial_cmp +EXPORT_SYMBOL_GPL vmlinux 0x91b774a1 mpi_scanval +EXPORT_SYMBOL_GPL vmlinux 0x91b9a4ba e820__mapped_any +EXPORT_SYMBOL_GPL vmlinux 0x91bc840a __ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91d6f2c3 dev_queue_xmit_nit +EXPORT_SYMBOL_GPL vmlinux 0x91db01c1 dbs_update +EXPORT_SYMBOL_GPL vmlinux 0x91de8cdf _RNvXs1_NtCs3AkgXgqgK6r_4core5arrayNtB5_17TryFromSliceErrorINtNtB7_7convert4FromNtBX_10InfallibleE4from +EXPORT_SYMBOL_GPL vmlinux 0x91ea8726 asn1_encode_boolean +EXPORT_SYMBOL_GPL vmlinux 0x91ec82fd _RNvMs2_NtNtCs3AkgXgqgK6r_4core3fmt8buildersNtB5_10DebugTuple5field +EXPORT_SYMBOL_GPL vmlinux 0x91f3bd37 regulator_set_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x9210f71c dw8250_do_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x92141343 kvm_async_pf_task_wake +EXPORT_SYMBOL_GPL vmlinux 0x921fedbd regulator_set_ramp_delay_regmap +EXPORT_SYMBOL_GPL vmlinux 0x92206b71 __list_lru_init +EXPORT_SYMBOL_GPL vmlinux 0x923ad9e4 __SCK__tp_func_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x923e42aa sysfb_disable +EXPORT_SYMBOL_GPL vmlinux 0x9241b358 __static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x9257bafd _RNvXs1M_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_25cpuinfo_x86__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9259de07 tty_get_icount +EXPORT_SYMBOL_GPL vmlinux 0x92609581 _RNvNvNtNtNtCs3AkgXgqgK6r_4core9core_arch3x864sse219__mm_slli_si128_impl4mask +EXPORT_SYMBOL_GPL vmlinux 0x926ff9e6 rcuwait_wake_up +EXPORT_SYMBOL_GPL vmlinux 0x927ba6d8 __SCK__tp_func_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x927cdde4 cpufreq_disable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x927f7ae0 _RNvXsz_NtNtCs3AkgXgqgK6r_4core3fmt3numjNtB7_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x928423e2 folio_invalidate +EXPORT_SYMBOL_GPL vmlinux 0x92989c52 ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0x929e95cf psi_memstall_enter +EXPORT_SYMBOL_GPL vmlinux 0x92b1b859 pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0x92b8c78b hyperv_pcpu_output_arg +EXPORT_SYMBOL_GPL vmlinux 0x92c27571 phy_led_trigger_change_speed +EXPORT_SYMBOL_GPL vmlinux 0x92cf74aa vcap_admin_rule_count +EXPORT_SYMBOL_GPL vmlinux 0x92d308d1 __ct_user_enter +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92e8e9ab fsverity_enqueue_verify_work +EXPORT_SYMBOL_GPL vmlinux 0x92f1a1e3 __inode_attach_wb +EXPORT_SYMBOL_GPL vmlinux 0x92f65c3f rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0x9303471f _RNvXs5_NtCs3AkgXgqgK6r_4core4charNtB5_13EscapeDefaultNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x930a878b dev_pm_opp_remove_all_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x930b23cf key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x93138c3b ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0x931f6fb6 dax_layout_busy_page +EXPORT_SYMBOL_GPL vmlinux 0x93255b2b ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x932c8d7a linear_range_get_value_array +EXPORT_SYMBOL_GPL vmlinux 0x932da0d1 clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0x93335116 led_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9335bcf7 pinctrl_enable +EXPORT_SYMBOL_GPL vmlinux 0x933f75e0 usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x933ff487 irq_domain_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x9351a95b power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0x93531789 _RNvXs25_NtNtCs3AkgXgqgK6r_4core3str4iterNtB6_13EscapeUnicodeNtNtBa_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x935346fe __sbitmap_queue_get +EXPORT_SYMBOL_GPL vmlinux 0x93543200 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x935529cc _RNvXsj_NtCs3AkgXgqgK6r_4core4charNtB5_15CaseMappingIterNtNtNtNtB7_4iter6traits8iterator8Iterator9size_hint +EXPORT_SYMBOL_GPL vmlinux 0x935b4294 devl_region_create +EXPORT_SYMBOL_GPL vmlinux 0x93605e9a vfsgid_in_group_p +EXPORT_SYMBOL_GPL vmlinux 0x936418b7 dev_pm_genpd_suspend +EXPORT_SYMBOL_GPL vmlinux 0x936ce8e5 pm_clk_resume +EXPORT_SYMBOL_GPL vmlinux 0x9379ed70 serial8250_get_port +EXPORT_SYMBOL_GPL vmlinux 0x937ba972 _RNvXs4s_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_39local_apic__bindgen_ty_29__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x937cda9a bpf_map_inc_with_uref +EXPORT_SYMBOL_GPL vmlinux 0x937d78ec nvdimm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x9389aabd _RNvXs4_NtNtCs3AkgXgqgK6r_4core4char7convertNtB5_14ParseCharErrorNtNtB9_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x93900f25 platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0x9395a1d4 regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x93984891 iov_iter_extract_pages +EXPORT_SYMBOL_GPL vmlinux 0x939f6e29 regulator_is_equal +EXPORT_SYMBOL_GPL vmlinux 0x93a14f13 acpi_create_platform_device +EXPORT_SYMBOL_GPL vmlinux 0x93a2f34f _RNvXs55_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_18hrtimer_clock_baseNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x93ac474c hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0x93bb5998 fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0x93c5a778 ip_icmp_error_rfc4884 +EXPORT_SYMBOL_GPL vmlinux 0x93c7edeb usb_find_common_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x93d1d424 gnttab_free_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x93dc2586 pgprot_writethrough +EXPORT_SYMBOL_GPL vmlinux 0x93e2f1b0 ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0x93ebdf96 mt_next +EXPORT_SYMBOL_GPL vmlinux 0x93edef07 devlink_health_report +EXPORT_SYMBOL_GPL vmlinux 0x9405c5af iommu_sva_bind_device +EXPORT_SYMBOL_GPL vmlinux 0x94160518 __put_task_struct_rcu_cb +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x9424058f arch_haltpoll_disable +EXPORT_SYMBOL_GPL vmlinux 0x9425bb34 nvmem_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x9430b198 trace_dump_stack +EXPORT_SYMBOL_GPL vmlinux 0x9436e405 memory_group_register_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x943c5eaf __blk_req_zone_write_unlock +EXPORT_SYMBOL_GPL vmlinux 0x943fc708 xen_setup_shutdown_event +EXPORT_SYMBOL_GPL vmlinux 0x944d02b8 fb_deferred_io_mmap +EXPORT_SYMBOL_GPL vmlinux 0x9458582a __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x945fbcba devlink_params_register +EXPORT_SYMBOL_GPL vmlinux 0x9462c5fc pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0x9468ea70 schedule_hrtimeout_range_clock +EXPORT_SYMBOL_GPL vmlinux 0x946dd559 sha224_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x9475cd6c _RNvNvNtNtNtCs3AkgXgqgK6r_4core9core_arch3x865ssse315__mm_alignr_epi84mask +EXPORT_SYMBOL_GPL vmlinux 0x947b40c6 cpu_smt_possible +EXPORT_SYMBOL_GPL vmlinux 0x9487bc25 thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x94911b6f component_add +EXPORT_SYMBOL_GPL vmlinux 0x949b5176 devlink_region_snapshot_create +EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x94a20e5f fuse_get_unique +EXPORT_SYMBOL_GPL vmlinux 0x94a55090 mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0x94a55d95 __kthread_init_worker +EXPORT_SYMBOL_GPL vmlinux 0x94bb6fb3 __io_uring_cmd_do_in_task +EXPORT_SYMBOL_GPL vmlinux 0x94bc8bd7 _RNvXsr_NtCs3AkgXgqgK6r_4core4charNtB5_13EscapeUnicodeNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x94bf7693 device_create +EXPORT_SYMBOL_GPL vmlinux 0x94c4fd35 _RNvNvNtNtNtCs3AkgXgqgK6r_4core9core_arch3x868avx512bw19__mm512_bslli_epi1284mask +EXPORT_SYMBOL_GPL vmlinux 0x94c60f93 xhci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x94d9bc8b debugfs_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0x94e40cda xdp_do_redirect +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x94f6c5b1 __get_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x94fe9864 fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x951a2773 crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x952ab78f regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x952ca876 devm_fwnode_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x953e1b9e ktime_get_real_seconds +EXPORT_SYMBOL_GPL vmlinux 0x954c47aa gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0x954efe04 netif_carrier_event +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x95609b26 context_tracking_key +EXPORT_SYMBOL_GPL vmlinux 0x956ac400 ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x956e693a _RNvXs6_NtNtCs3AkgXgqgK6r_4core3fmt3numhNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0x957166d8 regmap_irq_set_type_config_simple +EXPORT_SYMBOL_GPL vmlinux 0x9576e370 put_pid +EXPORT_SYMBOL_GPL vmlinux 0x9579c33e usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0x957a372f _RNvXs1D_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_16mpx_bndcsr_stateNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x957fc80a _RNvXs3J_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_9vm_regionNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9582259b crypto_akcipher_sync_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x95843030 mpi_ec_init +EXPORT_SYMBOL_GPL vmlinux 0x958b6224 _RNvXs1_NtCsbwHtcUjRN57_6kernel4taskNtB5_4TaskNtNtB7_5types16AlwaysRefCounted7dec_ref +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x958f8fe9 nvmem_del_cell_table +EXPORT_SYMBOL_GPL vmlinux 0x9592f35e pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x9593ef31 register_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x959ec5f5 call_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x95affdaa _RNvNtCs3AkgXgqgK6r_4core9panicking15const_panic_fmt +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95bff076 tcf_dev_queue_xmit +EXPORT_SYMBOL_GPL vmlinux 0x95cdfdb4 regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x95d723f7 _RNvMNtNtCs3AkgXgqgK6r_4core5panic10panic_infoNtB2_9PanicInfo8location +EXPORT_SYMBOL_GPL vmlinux 0x95da941a device_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x95e264d2 fib_nh_common_release +EXPORT_SYMBOL_GPL vmlinux 0x95edeb2b dma_vmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x95ef1ccc dmi_memdev_size +EXPORT_SYMBOL_GPL vmlinux 0x95f4a41f tracing_snapshot_cond_enable +EXPORT_SYMBOL_GPL vmlinux 0x95f80fac _RNvXs3B_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_33folio__bindgen_ty_1__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9609bc92 ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x9609c40b devlink_port_type_ib_set +EXPORT_SYMBOL_GPL vmlinux 0x961286e0 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x9615b005 hv_map_ioapic_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x961cd792 nd_region_dev +EXPORT_SYMBOL_GPL vmlinux 0x9621d738 alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0x9621fd67 __tracepoint_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x9623fef8 _RNvXNtNtCs3AkgXgqgK6r_4core3fmt8buildersNtB2_15PadAdapterStateNtNtB6_7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x962c8ae1 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x96364b6a __spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x963aa9d5 device_get_dma_attr +EXPORT_SYMBOL_GPL vmlinux 0x9643aec4 _RNvXs12_NtNtCs3AkgXgqgK6r_4core3fmt3numyNtB8_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9663d73d cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x9669d4e1 tcp_ca_openreq_child +EXPORT_SYMBOL_GPL vmlinux 0x9677647e __traceiter_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x96890f93 l3mdev_fib_table_by_index +EXPORT_SYMBOL_GPL vmlinux 0x968dc8f4 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0x9692adc7 max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x969827f5 i2c_dw_configure_master +EXPORT_SYMBOL_GPL vmlinux 0x96a0d73e rio_del_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0x96a55fda list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0x96a8deb4 spi_get_device_match_data +EXPORT_SYMBOL_GPL vmlinux 0x96affc66 dev_pm_set_dedicated_wake_irq_reverse +EXPORT_SYMBOL_GPL vmlinux 0x96b3ad4e dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x96d913e4 devl_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x96dbc4b3 kthread_cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x96def06e regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x96e1b64e sbitmap_bitmap_show +EXPORT_SYMBOL_GPL vmlinux 0x96fee311 pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x9714e0bb ktime_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x9718b797 _RNvXs3a_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_22blocking_notifier_headNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9719f68d fscrypt_dio_supported +EXPORT_SYMBOL_GPL vmlinux 0x971f5f58 _RNvXsM_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_27restart_block__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x973fbee4 led_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9748a1d6 serdev_device_set_baudrate +EXPORT_SYMBOL_GPL vmlinux 0x974a583c _RNvXs47_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_7zonerefNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x974f30cd _RNvXs9_NtNtCs3AkgXgqgK6r_4core3fmt3numyNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0x974fecad spi_async +EXPORT_SYMBOL_GPL vmlinux 0x97525891 dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x97546947 acpi_data_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x975519c1 asymmetric_key_id_same +EXPORT_SYMBOL_GPL vmlinux 0x975d9129 __skb_get_hash_symmetric +EXPORT_SYMBOL_GPL vmlinux 0x97692eab _RNvXsS_NtNtCs3AkgXgqgK6r_4core3fmt3numlNtB7_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x976e784d irq_chip_set_parent_state +EXPORT_SYMBOL_GPL vmlinux 0x9773b533 __tracepoint_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x97742d07 __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x97759e96 shash_no_setkey +EXPORT_SYMBOL_GPL vmlinux 0x97766320 _proc_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x977be5c7 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0x97886d53 _RNvXs5l_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_36sigevent__bindgen_ty_1__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x978cad35 usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0x978e7ca6 _RNvXsH_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_8pcpu_hotNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x97938d0d _RNvNvMs3_NtNtCs3AkgXgqgK6r_4core3ffi5c_strNtB7_4CStr8from_ptr9strlen_ct +EXPORT_SYMBOL_GPL vmlinux 0x97a8759c __tracepoint_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x97b0333f __irq_domain_alloc_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x97ba2ff2 __traceiter_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x97d45090 security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97e19906 ZSTD_getErrorCode +EXPORT_SYMBOL_GPL vmlinux 0x97e1bee8 alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0x97e835aa ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0x97f22a27 balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x97f27218 inet6_compat_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x97ffedd4 ptp_parse_header +EXPORT_SYMBOL_GPL vmlinux 0x980ba9cb _RNvXs2p_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_20tlbflush_unmap_batchNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x98378a1d cc_mkdec +EXPORT_SYMBOL_GPL vmlinux 0x983c12d8 scsi_host_block +EXPORT_SYMBOL_GPL vmlinux 0x9842ddb0 regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x9842e8b7 intel_pinctrl_get_soc_data +EXPORT_SYMBOL_GPL vmlinux 0x9843f501 __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0x98465ca8 _RNvXs1C_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_30mpx_bndcsr_state__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x984e9a92 uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x985453e1 lease_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x98557f2f iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x98580a95 mddev_init +EXPORT_SYMBOL_GPL vmlinux 0x985c5731 ata_sas_tport_add +EXPORT_SYMBOL_GPL vmlinux 0x985ffb5f clk_mux_val_to_index +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x988a1a00 sn_region_size +EXPORT_SYMBOL_GPL vmlinux 0x989074ff kmsg_dump_reason_str +EXPORT_SYMBOL_GPL vmlinux 0x98964aff page_cache_ra_unbounded +EXPORT_SYMBOL_GPL vmlinux 0x98acfc5c sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x98b70bf7 dma_opt_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x98b9bd80 inet_bhash2_update_saddr +EXPORT_SYMBOL_GPL vmlinux 0x98c9227d devm_gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x98cd41a7 dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x98cfe75c devm_led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x98d3045f _RNvXs4_NtCs3AkgXgqgK6r_4core3fmtNtB5_9ArgumentsNtB5_5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x98d9579d regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x98e41792 tcp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0x98eb5487 devlink_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0x98ee62b2 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x98f4d306 hyperv_flush_guest_mapping +EXPORT_SYMBOL_GPL vmlinux 0x98f60742 dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x98f71964 nf_hook_entries_insert_raw +EXPORT_SYMBOL_GPL vmlinux 0x98fb15cb regulator_desc_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x9908caa9 _RNvNtCs3AkgXgqgK6r_4core3str19slice_error_fail_rt +EXPORT_SYMBOL_GPL vmlinux 0x990ff14c devlink_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x9919c13a fscrypt_ioctl_get_policy_ex +EXPORT_SYMBOL_GPL vmlinux 0x9920f2b7 __SCK__tp_func_unmap +EXPORT_SYMBOL_GPL vmlinux 0x9930f8a3 uv_bios_change_memprotect +EXPORT_SYMBOL_GPL vmlinux 0x9934f9f2 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0x99427d03 wbc_attach_and_unlock_inode +EXPORT_SYMBOL_GPL vmlinux 0x99430ba2 acpi_get_phys_id +EXPORT_SYMBOL_GPL vmlinux 0x9953acdb pkcs7_verify +EXPORT_SYMBOL_GPL vmlinux 0x995bf5a7 fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x9970f63b devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x99758c35 _RNvXs58_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_7seccompNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x997c550a preempt_model_none +EXPORT_SYMBOL_GPL vmlinux 0x99869ff7 _RNvXs2O_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_14___kernel_timexNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x998b6ae5 devm_platform_get_and_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0x998d79d6 x509_decode_time +EXPORT_SYMBOL_GPL vmlinux 0x998e7a2f tcp_is_ulp_esp +EXPORT_SYMBOL_GPL vmlinux 0x998eca07 synth_event_trace_array +EXPORT_SYMBOL_GPL vmlinux 0x99a03078 dax_holder_notify_failure +EXPORT_SYMBOL_GPL vmlinux 0x99ab8682 vmf_insert_pfn_pud +EXPORT_SYMBOL_GPL vmlinux 0x99b740a6 gov_attr_set_init +EXPORT_SYMBOL_GPL vmlinux 0x99bdb7a0 _RNvXsn_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3impmNtB9_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x99c8554d devlink_port_type_eth_set +EXPORT_SYMBOL_GPL vmlinux 0x99cc15cd dma_resv_get_fences +EXPORT_SYMBOL_GPL vmlinux 0x99cec972 fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x99d4b37f devlink_port_type_clear +EXPORT_SYMBOL_GPL vmlinux 0x99dbf262 sk_set_peek_off +EXPORT_SYMBOL_GPL vmlinux 0x99e7fe34 _RNvNtNtCs3AkgXgqgK6r_4core5slice6memchr7memrchr +EXPORT_SYMBOL_GPL vmlinux 0x99e9dadf generic_online_page +EXPORT_SYMBOL_GPL vmlinux 0x99f018c4 nvmem_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x99f20197 _RNvNvMNtCs3AkgXgqgK6r_4core3f32f9from_bits13ct_u32_to_f32 +EXPORT_SYMBOL_GPL vmlinux 0x99f2d00a sysfs_emit_at +EXPORT_SYMBOL_GPL vmlinux 0x99f6a7be acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x99f7f570 device_for_each_child_reverse +EXPORT_SYMBOL_GPL vmlinux 0x99f91b2b _RNvXsg_NtNtCs3AkgXgqgK6r_4core4char7convertNtB5_13CharErrorKindNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a127198 _RNvXs0_NtNtCs3AkgXgqgK6r_4core3fmt3numaNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0x9a15975c __tracepoint_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0x9a185ace tick_nohz_full_running +EXPORT_SYMBOL_GPL vmlinux 0x9a1bfa40 tps65912_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x9a2075ee _RNvMs2_NtNtCs3AkgXgqgK6r_4core3num5errorNtB5_13ParseIntError4kind +EXPORT_SYMBOL_GPL vmlinux 0x9a21473d fscrypt_prepare_lookup_partial +EXPORT_SYMBOL_GPL vmlinux 0x9a234adb _RNvXs32_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_13rcu_segcblistNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9a23ea6b alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0x9a2851ef __SCT__tp_func_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x9a3d62bc _RNvXs1S_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10tss_structNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9a3eb741 netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0x9a41cbda dma_mmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x9a442062 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x9a58dd2d trace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x9a5dce5c rhashtable_walk_start_check +EXPORT_SYMBOL_GPL vmlinux 0x9a790bb6 crypto_aead_setkey +EXPORT_SYMBOL_GPL vmlinux 0x9a8a67c1 rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x9a96f312 devm_nvdimm_memremap +EXPORT_SYMBOL_GPL vmlinux 0x9a9db2f2 _RNvXs5b_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_24___sifields__bindgen_ty_2NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9aa71c2a efi_query_variable_store +EXPORT_SYMBOL_GPL vmlinux 0x9aaac699 dev_pm_opp_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9acf31c6 mas_find +EXPORT_SYMBOL_GPL vmlinux 0x9acff7ab usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0x9ad55b99 clk_hw_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x9ae5fcdb wait_on_page_writeback +EXPORT_SYMBOL_GPL vmlinux 0x9ae68575 devlink_net +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9af0a9a9 fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x9af49514 icc_bulk_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x9afd390e platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9b16d8a7 _RNvXs6_NtNtCs3AkgXgqgK6r_4core3ffi5c_strNtB5_4CStrNtNtB9_3cmp10PartialOrd11partial_cmp +EXPORT_SYMBOL_GPL vmlinux 0x9b16e4ee phy_gbit_fibre_features +EXPORT_SYMBOL_GPL vmlinux 0x9b2804cc icc_sync_state +EXPORT_SYMBOL_GPL vmlinux 0x9b3f1948 nop_posix_acl_access +EXPORT_SYMBOL_GPL vmlinux 0x9b51d6a9 spi_mem_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x9b555c8c pm_suspend_default_s2idle +EXPORT_SYMBOL_GPL vmlinux 0x9b635fbd clk_hw_rate_is_protected +EXPORT_SYMBOL_GPL vmlinux 0x9b64a04b _RNvXs3R_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_37mm_struct__bindgen_ty_1__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9b651e51 xenbus_teardown_ring +EXPORT_SYMBOL_GPL vmlinux 0x9b6ec967 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x9b7c34c8 pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x9b7d9423 rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0x9b7da9b9 bpf_trace_run2 +EXPORT_SYMBOL_GPL vmlinux 0x9b898ff5 _RNvXse_NtCs3AkgXgqgK6r_4core4cellNtB5_11BorrowErrorNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x9b8efdf1 driver_find +EXPORT_SYMBOL_GPL vmlinux 0x9b9071cb get_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x9b92d16e pinctrl_gpio_set_config +EXPORT_SYMBOL_GPL vmlinux 0x9b9ab96f pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x9b9f3648 pcibios_scan_specific_bus +EXPORT_SYMBOL_GPL vmlinux 0x9ba2bb2b gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x9bad141d hv_hypercall_pg +EXPORT_SYMBOL_GPL vmlinux 0x9bbac7e9 crypto_unregister_scomp +EXPORT_SYMBOL_GPL vmlinux 0x9bc1fa81 switchdev_handle_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x9bd55d38 crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0x9bdf5cb3 _RNvXs3r_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_46page__bindgen_ty_1__bindgen_ty_2__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9bdf9714 ZSTD_customMalloc +EXPORT_SYMBOL_GPL vmlinux 0x9be30d27 mhp_get_pluggable_range +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9bf5b0c9 perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0x9c049399 spi_transfer_cs_change_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0x9c060b60 _RNvXsG_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_22pcpu_hot__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9c077ba4 account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x9c0f9ac4 __SCK__tp_func_extlog_mem_event +EXPORT_SYMBOL_GPL vmlinux 0x9c157514 __traceiter_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x9c18cc25 tty_release_struct +EXPORT_SYMBOL_GPL vmlinux 0x9c19cc63 acpi_bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x9c25eb24 platform_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x9c357879 led_trigger_write +EXPORT_SYMBOL_GPL vmlinux 0x9c399ce2 _RNvXs_NtCsbwHtcUjRN57_6kernel5typesuNtB4_14ForeignOwnable12from_foreign +EXPORT_SYMBOL_GPL vmlinux 0x9c39ae8a nvmem_cell_read_u8 +EXPORT_SYMBOL_GPL vmlinux 0x9c4df69c kthread_unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0x9c4e6f43 __clk_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x9c5ade86 extcon_register_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0x9c6368e6 tpm_tis_resume +EXPORT_SYMBOL_GPL vmlinux 0x9c657a5e _RNvXs3_NtNtCs3AkgXgqgK6r_4core3fmt3numxNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0x9c6c7a6c i2c_dw_prepare_clk +EXPORT_SYMBOL_GPL vmlinux 0x9c6c7e83 rust_helper_IS_ERR +EXPORT_SYMBOL_GPL vmlinux 0x9c6fafc8 xhci_update_hub_device +EXPORT_SYMBOL_GPL vmlinux 0x9c6febfc add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x9c7efa6c rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x9c803020 usb_phy_roothub_power_on +EXPORT_SYMBOL_GPL vmlinux 0x9c805b48 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter9debug_set +EXPORT_SYMBOL_GPL vmlinux 0x9c964c80 free_uid +EXPORT_SYMBOL_GPL vmlinux 0x9c9877db _RNvXs2h_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_16wait_queue_entryNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9c9d0845 pci_p2pdma_add_resource +EXPORT_SYMBOL_GPL vmlinux 0x9ca6e11f cper_mem_err_location +EXPORT_SYMBOL_GPL vmlinux 0x9caf6205 __clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x9cb68d69 dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9cc9c1f8 devm_hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9cd7551a rhashtable_walk_stop +EXPORT_SYMBOL_GPL vmlinux 0x9cdd6a66 sysctl_long_vals +EXPORT_SYMBOL_GPL vmlinux 0x9ce3b7ba _RNvXsq_NtNtCs3AkgXgqgK6r_4core3fmt3numNtB5_8LowerHexNtB5_12GenericRadix5digit +EXPORT_SYMBOL_GPL vmlinux 0x9ce65d26 pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x9ced9f32 fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x9cf37c44 __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0x9cfa6c05 bus_register +EXPORT_SYMBOL_GPL vmlinux 0x9d07d11c xdp_attachment_setup +EXPORT_SYMBOL_GPL vmlinux 0x9d09e8ae ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9d0b8c49 udp_tunnel_nic_ops +EXPORT_SYMBOL_GPL vmlinux 0x9d0c8f94 devm_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x9d14205c cr4_read_shadow +EXPORT_SYMBOL_GPL vmlinux 0x9d22fbd5 _RNvXs2v_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_28maple_range_64__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9d2d3f5b pkcs7_free_message +EXPORT_SYMBOL_GPL vmlinux 0x9d2fe63c genphy_c45_pma_baset1_read_master_slave +EXPORT_SYMBOL_GPL vmlinux 0x9d366f99 page_reporting_register +EXPORT_SYMBOL_GPL vmlinux 0x9d4894c8 x2apic_mode +EXPORT_SYMBOL_GPL vmlinux 0x9d4fbfdc ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0x9d632340 net_selftest +EXPORT_SYMBOL_GPL vmlinux 0x9d665dbc power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x9d7b9d9f fuse_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x9d8bb00e set_dax_nocache +EXPORT_SYMBOL_GPL vmlinux 0x9d9910a1 atomic_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x9d9ddc16 dev_err_probe +EXPORT_SYMBOL_GPL vmlinux 0x9db0093d acpi_pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x9db5e7a2 _RNvXs0_NtCs3AkgXgqgK6r_4core3anyDNtB5_3AnyNtNtB7_6marker4SendEL_NtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x9db616ba cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x9db95479 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0x9dbe9979 __traceiter_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x9dc03ddf _RNvNtNtCsbwHtcUjRN57_6kernel5print14format_strings7WARNING +EXPORT_SYMBOL_GPL vmlinux 0x9dd7a3c7 iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0x9ddf2e02 genphy_c45_pma_setup_forced +EXPORT_SYMBOL_GPL vmlinux 0x9df2fe46 pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x9e17a322 vring_notification_data +EXPORT_SYMBOL_GPL vmlinux 0x9e229c49 sg_alloc_table_chained +EXPORT_SYMBOL_GPL vmlinux 0x9e252fc1 iomap_seek_data +EXPORT_SYMBOL_GPL vmlinux 0x9e343f08 pinctrl_utils_add_map_configs +EXPORT_SYMBOL_GPL vmlinux 0x9e3e9fab irq_create_mapping_affinity +EXPORT_SYMBOL_GPL vmlinux 0x9e471abe _RNvXs9_NtNtCs3AkgXgqgK6r_4core3fmt3numyNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e4c5c85 _RNvXs1s_NtNtCs3AkgXgqgK6r_4core3fmt3numnNtB8_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x9e4ce3a7 _copy_from_iter_flushcache +EXPORT_SYMBOL_GPL vmlinux 0x9e52f37e vcap_rule_mod_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x9e610e96 trace_event_ignore_this_pid +EXPORT_SYMBOL_GPL vmlinux 0x9e646c87 wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x9e646e4d pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x9e66d5be __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x9e6cbfc3 gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x9e6f7cf3 _RNvXs_NtCs3AkgXgqgK6r_4core5asciiNtB4_13EscapeDefaultNtNtNtNtB6_4iter6traits12double_ended19DoubleEndedIterator9next_back +EXPORT_SYMBOL_GPL vmlinux 0x9e7c037a _RNvXs56_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_16hrtimer_cpu_baseNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9e7e64ee __tracepoint_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x9e84c171 dst_blackhole_redirect +EXPORT_SYMBOL_GPL vmlinux 0x9e92d156 __spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0x9e9c4f24 set_dax_nomc +EXPORT_SYMBOL_GPL vmlinux 0x9ea9eaf7 usb_phy_set_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x9eb4a0ba PageHuge +EXPORT_SYMBOL_GPL vmlinux 0x9eb9e5a9 usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0x9ec7ea9e _RNvXsJ_NtNtCs3AkgXgqgK6r_4core9core_arch3x86NtB5_8___m512bhNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ed5dd95 ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x9ed6a802 disk_force_media_change +EXPORT_SYMBOL_GPL vmlinux 0x9eebdde7 mpi_point_new +EXPORT_SYMBOL_GPL vmlinux 0x9efe8626 __devm_clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0x9f05eb0f crypto_unregister_aeads +EXPORT_SYMBOL_GPL vmlinux 0x9f08c714 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x9f0ccddc _RNvXst_NtNtCs3AkgXgqgK6r_4core9core_simd5masksxNtNtB5_6sealed6Sealed2eq +EXPORT_SYMBOL_GPL vmlinux 0x9f0e07ac regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0x9f146a79 query_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x9f5aa896 ethnl_cable_test_result +EXPORT_SYMBOL_GPL vmlinux 0x9f5c6dc2 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x9f5f654d cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0x9f7771ce platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x9f8ab677 __SCK__tp_func_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9fa1dcdb regmap_get_raw_write_max +EXPORT_SYMBOL_GPL vmlinux 0x9fa4564a timer_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x9faa0d33 software_node_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x9fb8343e edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x9fb961c1 usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x9fbe26a4 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x9fbfebab erst_write +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fd1df2b pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x9fd30b26 devm_fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x9fe131f1 xen_store_interface +EXPORT_SYMBOL_GPL vmlinux 0x9fe899b7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0x9ffae29f _RNvXsb_NtCs3AkgXgqgK6r_4core7convertNtB5_10InfallibleNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa00b7e5f device_link_del +EXPORT_SYMBOL_GPL vmlinux 0xa00be9e8 sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0xa00bf6eb _RNvXNvXss_NtCs3AkgXgqgK6r_4core3fmtINtNtBa_4cell7RefCellpENtB8_5Debug3fmtNtB2_19BorrowedPlaceholderBU_3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa00d8419 of_devfreq_cooling_register_power +EXPORT_SYMBOL_GPL vmlinux 0xa01a8d9b nd_cmd_bus_desc +EXPORT_SYMBOL_GPL vmlinux 0xa02460f0 ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0xa02abcaa metadata_dst_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xa03644ca _RNvXs9_NtNtCs3AkgXgqgK6r_4core3fmt3numyNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0xa041a619 nf_conn_btf_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xa042c0e9 __SCK__tp_func_block_split +EXPORT_SYMBOL_GPL vmlinux 0xa0434a1f device_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0xa045bcf0 _RNvNtNtNtCs3AkgXgqgK6r_4core7unicode12unicode_data9uppercase6lookup +EXPORT_SYMBOL_GPL vmlinux 0xa0473c1c _RNvXs4_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3impxNtB9_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa049f2f3 xhci_reset_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0xa04f945a cpus_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xa0521745 intel_pmic_install_opregion_handler +EXPORT_SYMBOL_GPL vmlinux 0xa05952c3 __traceiter_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0xa05da165 pci_find_dvsec_capability +EXPORT_SYMBOL_GPL vmlinux 0xa0611bb8 xdp_return_frame_rx_napi +EXPORT_SYMBOL_GPL vmlinux 0xa06a7cd7 __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0xa080c5e5 smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xa08d3a22 fuse_free_conn +EXPORT_SYMBOL_GPL vmlinux 0xa08f4584 regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0xa09538c9 sock_map_close +EXPORT_SYMBOL_GPL vmlinux 0xa098115b __SCT__tp_func_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xa0aea916 battery_hook_register +EXPORT_SYMBOL_GPL vmlinux 0xa0b00b34 nf_route +EXPORT_SYMBOL_GPL vmlinux 0xa0baec1a usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0xa0c0f1d7 __SCT__tp_func_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0xa0c94439 perf_aux_output_flag +EXPORT_SYMBOL_GPL vmlinux 0xa0d108b4 vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0xa0d3456d nr_swap_pages +EXPORT_SYMBOL_GPL vmlinux 0xa0d681bb cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0xa0d81b76 __SCT__tp_func_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xa0e671d8 __SCT__tp_func_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0xa0ec0fbc irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0xa0f9f05a cgroup_get_from_fd +EXPORT_SYMBOL_GPL vmlinux 0xa11216be xen_store_domain_type +EXPORT_SYMBOL_GPL vmlinux 0xa12c3b01 ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0xa13e7dd4 __tracepoint_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0xa14984fc _RNvXs26_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_22spinlock__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa14efb3c edac_mc_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa156a1f2 erst_get_record_id_end +EXPORT_SYMBOL_GPL vmlinux 0xa15d5712 devl_rate_leaf_create +EXPORT_SYMBOL_GPL vmlinux 0xa162ef5e driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0xa1727647 thp_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0xa1773512 _RNvXsC_NtNtCs3AkgXgqgK6r_4core3fmt3numaNtB7_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa1803b7c gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0xa18ccae6 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa194f308 firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0xa194f823 tcp_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0xa19bf138 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0xa1a4de09 ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0xa1a5f914 _RNvXsg_NtCs3AkgXgqgK6r_4core4cellNtB5_14BorrowMutErrorNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa1b1d3fe pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0xa1b2590c _RNvXNtNtCs3AkgXgqgK6r_4core3ops5rangeNtB2_9RangeFullNtNtB6_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa1b39511 regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xa1b3f7a1 dev_pm_clear_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xa1c3f8a8 __SCT__tp_func_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xa1d4054b _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter25debug_tuple_field4_finish +EXPORT_SYMBOL_GPL vmlinux 0xa1d8004a videomode_from_timing +EXPORT_SYMBOL_GPL vmlinux 0xa1df025c _RNvXs4b_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_6u16x32NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa1e423e3 _RNvNtCs3AkgXgqgK6r_4core9panicking5panic +EXPORT_SYMBOL_GPL vmlinux 0xa1e5149b _RNvMs0_NtCs3AkgXgqgK6r_4core3numl14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0xa1f4d17e __SCK__tp_func_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0xa2045993 tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xa206d0a2 unregister_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xa208b5a7 pm_debug_messages_should_print +EXPORT_SYMBOL_GPL vmlinux 0xa20af12f _RNvXs7_NtNtCs3AkgXgqgK6r_4core3fmt3numtNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0xa20d01ba __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xa2192312 switchdev_bridge_port_unoffload +EXPORT_SYMBOL_GPL vmlinux 0xa21f2ce7 clk_mux_index_to_val +EXPORT_SYMBOL_GPL vmlinux 0xa2222901 fixed_phy_change_carrier +EXPORT_SYMBOL_GPL vmlinux 0xa232f023 clk_hw_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0xa23cf12f dev_pm_opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0xa23f741a ping_close +EXPORT_SYMBOL_GPL vmlinux 0xa2402218 __traceiter_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0xa244e9f3 sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xa267e3dc bdev_alignment_offset +EXPORT_SYMBOL_GPL vmlinux 0xa269d78e acpi_initialize_hp_context +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa276f9d1 _RNvXsb_NtNtCs3AkgXgqgK6r_4core3fmt3numjNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0xa28432ae handle_fasteoi_nmi +EXPORT_SYMBOL_GPL vmlinux 0xa292084e usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0xa29d8b99 fwnode_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0xa2aba214 _RNvXs3_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3impmNtB9_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa2af54b3 irq_from_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xa2b83389 acpi_cppc_processor_probe +EXPORT_SYMBOL_GPL vmlinux 0xa2b99209 alarm_start +EXPORT_SYMBOL_GPL vmlinux 0xa2c0f59a ct_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0xa2d0b59d mmio_stale_data_clear +EXPORT_SYMBOL_GPL vmlinux 0xa2e1b3ef trace_printk_init_buffers +EXPORT_SYMBOL_GPL vmlinux 0xa2e6d161 clk_hw_is_prepared +EXPORT_SYMBOL_GPL vmlinux 0xa2ec47c6 platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0xa2f7487f hv_is_hibernation_supported +EXPORT_SYMBOL_GPL vmlinux 0xa32351dd clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xa33782ff _RNvXs8_NtCs3AkgXgqgK6r_4core5errorNtNtB7_4cell11BorrowErrorNtB5_5Error11description +EXPORT_SYMBOL_GPL vmlinux 0xa33b20ba cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0xa3499171 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xa34e2c64 _RNvXs1a_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_25__fpstate_32__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa3551a41 start_poll_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xa355dafc tty_kclose +EXPORT_SYMBOL_GPL vmlinux 0xa35bfd7f filemap_range_has_writeback +EXPORT_SYMBOL_GPL vmlinux 0xa36a7bb1 _RNvXs8_NtCs3AkgXgqgK6r_4core3fmtNtB5_9FormatterNtB5_5Write10write_char +EXPORT_SYMBOL_GPL vmlinux 0xa36f50fb is_binary_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xa376d0ed devl_register +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa3871dbe ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xa38a9f71 get_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xa396fd32 power_supply_put +EXPORT_SYMBOL_GPL vmlinux 0xa39d2254 usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a36c73 cppc_set_perf +EXPORT_SYMBOL_GPL vmlinux 0xa3a59a48 _RNvXs1_NtNtCs3AkgXgqgK6r_4core3fmt3numsNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0xa3aa51d0 msi_device_has_isolated_msi +EXPORT_SYMBOL_GPL vmlinux 0xa3b3268d _RNvXsV_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_20jailhouse_setup_dataNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa3b6fcb3 _RNvXs5B_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_36k_itimer__bindgen_ty_2__bindgen_ty_2NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3c57158 _RNvXs5J_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_9sched_avgNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa3e6051a elv_rqhash_add +EXPORT_SYMBOL_GPL vmlinux 0xa3ece414 freezer_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xa3ee1196 pci_remove_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xa3f12f69 __crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0xa3f6625d __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xa3f8dace ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xa4031b7f sfp_parse_port +EXPORT_SYMBOL_GPL vmlinux 0xa40da712 __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xa410a295 devlink_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa41ee3e1 __rg_alloc_zeroed +EXPORT_SYMBOL_GPL vmlinux 0xa432237f led_trigger_read +EXPORT_SYMBOL_GPL vmlinux 0xa4386feb blockdev_superblock +EXPORT_SYMBOL_GPL vmlinux 0xa447f6e0 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0xa44a1307 interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xa452c297 hpet_mask_rtc_irq_bit +EXPORT_SYMBOL_GPL vmlinux 0xa452f2a4 xen_pirq_from_irq +EXPORT_SYMBOL_GPL vmlinux 0xa45c7b90 stack_trace_print +EXPORT_SYMBOL_GPL vmlinux 0xa45de9b2 ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xa462d5a6 __SCT__tp_func_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xa475b5e3 _RNvXsR_NtNtCs3AkgXgqgK6r_4core3str4iterNtB5_11CharIndicesNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa4813baa nd_tbl +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa48e341b iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0xa49d1728 __regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0xa4ab7c1c ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xa4b07fe7 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0xa4b2b80b bpf_warn_invalid_xdp_action +EXPORT_SYMBOL_GPL vmlinux 0xa4bf2e41 cppc_set_epp_perf +EXPORT_SYMBOL_GPL vmlinux 0xa4c00324 asn1_encode_octet_string +EXPORT_SYMBOL_GPL vmlinux 0xa4c085f8 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0xa4c4d5f7 kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0xa4c94e7c inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xa4e08a58 mddev_unlock +EXPORT_SYMBOL_GPL vmlinux 0xa4e521f7 __tracepoint_extlog_mem_event +EXPORT_SYMBOL_GPL vmlinux 0xa4f7cad8 gpiod_set_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xa4fe37ef simple_rename_exchange +EXPORT_SYMBOL_GPL vmlinux 0xa508fa8f __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xa5231d07 wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0xa526ada2 md_bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0xa52733f6 fwnode_get_parent +EXPORT_SYMBOL_GPL vmlinux 0xa531471e clk_save_context +EXPORT_SYMBOL_GPL vmlinux 0xa5378b31 _RNvXs8_NtCs3AkgXgqgK6r_4core4timeNtB5_8DurationINtNtNtB7_3ops5arith9DivAssignmE10div_assign +EXPORT_SYMBOL_GPL vmlinux 0xa53f754c _RNvXs6_NtNtCs3AkgXgqgK6r_4core3num3fmtNtB5_4PartNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa54724ad edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xa54a2cba devlink_linecard_provision_clear +EXPORT_SYMBOL_GPL vmlinux 0xa54ef83f driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0xa56e1a52 sg_free_table_chained +EXPORT_SYMBOL_GPL vmlinux 0xa5737ced _RNvXs5I_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_5vtimeNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa5782733 usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0xa57a3a89 mas_empty_area_rev +EXPORT_SYMBOL_GPL vmlinux 0xa58b7a1a regulator_set_soft_start_regmap +EXPORT_SYMBOL_GPL vmlinux 0xa58ee213 dma_async_device_channel_register +EXPORT_SYMBOL_GPL vmlinux 0xa5910493 key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0xa59cb3a3 gov_update_cpu_data +EXPORT_SYMBOL_GPL vmlinux 0xa5a49a7d fib4_rule_default +EXPORT_SYMBOL_GPL vmlinux 0xa5a840d2 cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0xa5aa5c07 _RNvXse_NtCs3AkgXgqgK6r_4core3fmteNtB5_5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa5b02461 _RNvXs4_NtNtCs3AkgXgqgK6r_4core3fmt3numnNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0xa5b4a3c4 _RNvXs1_NtCs3AkgXgqgK6r_4core3anyDNtB5_3AnyNtNtB7_6marker4SyncNtBG_4SendEL_NtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa5bc68c0 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa5bda8a1 efi_capsule_supported +EXPORT_SYMBOL_GPL vmlinux 0xa5d1f4b8 stack_depot_snprint +EXPORT_SYMBOL_GPL vmlinux 0xa5d7c388 pstore_type_to_name +EXPORT_SYMBOL_GPL vmlinux 0xa5dd14ae blk_mq_alloc_sq_tag_set +EXPORT_SYMBOL_GPL vmlinux 0xa5e82e51 skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0xa5eb1d59 dax_recovery_write +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa5f29a6c hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0xa5f7aefe clk_hw_get_parent_index +EXPORT_SYMBOL_GPL vmlinux 0xa5f8716f clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xa60dbcc4 __tracepoint_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xa620fd8a crypto_unregister_scomps +EXPORT_SYMBOL_GPL vmlinux 0xa636f7cb firmware_request_cache +EXPORT_SYMBOL_GPL vmlinux 0xa63839bd vp_legacy_set_status +EXPORT_SYMBOL_GPL vmlinux 0xa6407094 iomap_file_buffered_write +EXPORT_SYMBOL_GPL vmlinux 0xa6419379 thermal_zone_device_register_with_trips +EXPORT_SYMBOL_GPL vmlinux 0xa65d25ba skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0xa65f993a rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0xa66e1291 vcap_get_rule_count_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0xa673f210 is_dock_device +EXPORT_SYMBOL_GPL vmlinux 0xa6759ff6 pm_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xa677fda4 _RNvXsl_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_23qspinlock__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa67ca1c0 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0xa6a088b7 fscrypt_match_name +EXPORT_SYMBOL_GPL vmlinux 0xa6a16d17 __traceiter_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0xa6a7925c mas_walk +EXPORT_SYMBOL_GPL vmlinux 0xa6b04cd6 __traceiter_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0xa6b06f65 ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6c2a200 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0xa6ca6f99 trace_array_printk +EXPORT_SYMBOL_GPL vmlinux 0xa6d3f4a0 crypto_akcipher_sync_prep +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa708ca58 mas_store_prealloc +EXPORT_SYMBOL_GPL vmlinux 0xa709c835 fib6_info_destroy_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa7127da7 mce_unregister_injector_chain +EXPORT_SYMBOL_GPL vmlinux 0xa7218eba irq_set_affinity +EXPORT_SYMBOL_GPL vmlinux 0xa7240c04 _RNvXsu_NtNtCs3AkgXgqgK6r_4core9core_arch3x86NtB5_7___m512iNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa7241959 pkcs7_supply_detached_data +EXPORT_SYMBOL_GPL vmlinux 0xa72545c6 xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0xa731f387 nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0xa746db38 devfreq_event_enable_edev +EXPORT_SYMBOL_GPL vmlinux 0xa7590e8e rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0xa762fb10 sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0xa767904b platform_get_irq_optional +EXPORT_SYMBOL_GPL vmlinux 0xa767bd53 _RNvXs1n_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_9saved_msrNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa7691d19 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xa76b4461 preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xa77349e8 _RNvNvMNtCs3AkgXgqgK6r_4core5sliceSp15copy_from_slice17len_mismatch_fail +EXPORT_SYMBOL_GPL vmlinux 0xa7746777 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xa778d005 devm_regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0xa7a4e79e _RNvXs5_NtCsbwHtcUjRN57_6kernel5errorNtB5_5ErrorINtNtCs3AkgXgqgK6r_4core7convert4FromNtNtBO_3fmt5ErrorE4from +EXPORT_SYMBOL_GPL vmlinux 0xa7a66e64 pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0xa7a691c2 _RNvNtNtCs3AkgXgqgK6r_4core5slice5index22slice_index_order_fail +EXPORT_SYMBOL_GPL vmlinux 0xa7b137e6 _RNvXs5u_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_5alarmNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa7b2a568 _RNvXs24_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_18___call_single_nodeNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa7b2fd78 disk_uevent +EXPORT_SYMBOL_GPL vmlinux 0xa7b3374a xhci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0xa7bf1653 skb_segment_list +EXPORT_SYMBOL_GPL vmlinux 0xa7d1ed0c vcap_debugfs +EXPORT_SYMBOL_GPL vmlinux 0xa7d8c403 ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0xa7de3d4d i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xa7ebe890 acpi_unbind_one +EXPORT_SYMBOL_GPL vmlinux 0xa7f98c91 usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xa80c5008 inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0xa81485e6 __traceiter_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0xa834fc1c vcap_find_admin +EXPORT_SYMBOL_GPL vmlinux 0xa83f1c9a da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0xa8401ba5 _RNvXs0_NtCsbwHtcUjRN57_6kernel3strNtB5_4CStrNtNtCs3AkgXgqgK6r_4core3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa84e4836 _RNvXsC_NtCs3AkgXgqgK6r_4core4charNtB5_11ToUppercaseNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa85bbe00 __SCT__tp_func_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xa85cd984 dw_pcie_ep_linkup +EXPORT_SYMBOL_GPL vmlinux 0xa85f392c _RNvXs14_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10pv_irq_opsNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa868119e _RNvXs2_NtCs3AkgXgqgK6r_4core4charNtB5_13EscapeDefaultNtNtNtNtB7_4iter6traits8iterator8Iterator4next +EXPORT_SYMBOL_GPL vmlinux 0xa86a116a driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xa86d20a2 _RNvXs2C_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_38maple_node__bindgen_ty_1__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa86facb9 _RNvXsb_NtCsbwHtcUjRN57_6kernel3strNtB5_9FormatterNtNtCs3AkgXgqgK6r_4core3fmt5Write9write_str +EXPORT_SYMBOL_GPL vmlinux 0xa8789242 failover_slave_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa87d883d rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0xa8841cc6 mas_next +EXPORT_SYMBOL_GPL vmlinux 0xa8854b30 _RNvXs53_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_7hrtimerNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa88a5395 irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xa89926dc crypto_dh_decode_key +EXPORT_SYMBOL_GPL vmlinux 0xa8a6364c xas_get_mark +EXPORT_SYMBOL_GPL vmlinux 0xa8afb29a _RNvXs2k_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_5mutexNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa8b0892b hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa8be3ba8 apic +EXPORT_SYMBOL_GPL vmlinux 0xa8d409ad __traceiter_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0xa8da777f _RNvXs38_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_14notifier_blockNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa8dce215 blk_queue_write_cache +EXPORT_SYMBOL_GPL vmlinux 0xa8ed3502 rio_del_device +EXPORT_SYMBOL_GPL vmlinux 0xa8f66e7c regulator_set_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0xa8fdb27a _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter15debug_lower_hex +EXPORT_SYMBOL_GPL vmlinux 0xa8ffeb02 dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0xa9017069 clk_hw_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xa9080617 register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0xa9126bff hpet_set_rtc_irq_bit +EXPORT_SYMBOL_GPL vmlinux 0xa913d86f _RNvXsf_NtCsbwHtcUjRN57_6kernel3strNtB5_16CStrConvertErrorNtNtCs3AkgXgqgK6r_4core3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa9320d27 ktime_get_seconds +EXPORT_SYMBOL_GPL vmlinux 0xa94107e3 _RNvXs1d_NtNtCs3AkgXgqgK6r_4core3fmt3numoNtB8_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa944ad1f _RNvXsc_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_18ftrace_likely_dataNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa94cdead xenbus_probe_node +EXPORT_SYMBOL_GPL vmlinux 0xa95b5c77 hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0xa95bcbfa pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0xa95f5dc5 crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0xa9628804 nvdimm_setup_pfn +EXPORT_SYMBOL_GPL vmlinux 0xa963127b get_user_pages_fast_only +EXPORT_SYMBOL_GPL vmlinux 0xa965e8da register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xa9665742 i2c_new_client_device +EXPORT_SYMBOL_GPL vmlinux 0xa96e8b4e hv_setup_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0xa9779821 adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xa99ef899 devlink_fmsg_bool_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xa9a1208f _RNvMs7_NtNtCsbwHtcUjRN57_6kernel4init10___internalNtB5_16OnlyCallFromDrop3new +EXPORT_SYMBOL_GPL vmlinux 0xa9a1f00a fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa9a28cc3 ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xa9a60932 pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xa9b32cde __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0xa9cd1be7 sfp_register_socket +EXPORT_SYMBOL_GPL vmlinux 0xa9ce482e _RNvXs5G_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10rv_monitorNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa9d54b32 platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xa9d92558 dw_pcie_ep_reset_bar +EXPORT_SYMBOL_GPL vmlinux 0xa9f05fe2 _RNvXs8_NtNtCs3AkgXgqgK6r_4core3fmt3nummNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0xaa02e4d8 device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0xaa066e0c sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0xaa0839ba _RNvXs7_NtNtCs3AkgXgqgK6r_4core3fmt3numtNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0xaa0be2a2 __SCK__tp_func_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xaa2f79b8 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xaa393cc6 mas_preallocate +EXPORT_SYMBOL_GPL vmlinux 0xaa4b457e __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xaa4ea9a2 fb_sys_read +EXPORT_SYMBOL_GPL vmlinux 0xaa575a68 pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0xaa5aee1c uv_bios_mq_watchlist_alloc +EXPORT_SYMBOL_GPL vmlinux 0xaa5b7bdc __clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0xaa5dc00a scsi_check_sense +EXPORT_SYMBOL_GPL vmlinux 0xaa66b913 regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0xaa6a50f9 __static_key_deferred_flush +EXPORT_SYMBOL_GPL vmlinux 0xaa73785a device_match_devt +EXPORT_SYMBOL_GPL vmlinux 0xaa7af317 gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0xaa86cfb5 uv_possible_blades +EXPORT_SYMBOL_GPL vmlinux 0xaaa71191 skb_mpls_pop +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaab5c610 usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xaab9c421 clk_multiplier_ops +EXPORT_SYMBOL_GPL vmlinux 0xaabd6ff1 da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0xaacd9485 pci_dev_unlock +EXPORT_SYMBOL_GPL vmlinux 0xaad1e3d7 acpi_subsys_prepare +EXPORT_SYMBOL_GPL vmlinux 0xaad48c9c fsl_mc_device_group +EXPORT_SYMBOL_GPL vmlinux 0xaae39249 xfrm_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xaaf20288 vcap_del_rules +EXPORT_SYMBOL_GPL vmlinux 0xaafd7ed2 __bio_release_pages +EXPORT_SYMBOL_GPL vmlinux 0xab00cecf devm_phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0xab07dfac pci_p2pmem_free_sgl +EXPORT_SYMBOL_GPL vmlinux 0xab0803d0 hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0xab0863a9 tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xab199384 of_pm_clk_add_clks +EXPORT_SYMBOL_GPL vmlinux 0xab1e0e93 hv_setup_kexec_handler +EXPORT_SYMBOL_GPL vmlinux 0xab23a299 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0xab512bd9 nvdimm_badblocks_populate +EXPORT_SYMBOL_GPL vmlinux 0xab596c1a bus_get_dev_root +EXPORT_SYMBOL_GPL vmlinux 0xab5f45f4 hid_bpf_connect_device +EXPORT_SYMBOL_GPL vmlinux 0xab620878 _RNvXsH_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB5_5u16x4NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xab696239 _RNvXsO_NtNtCs3AkgXgqgK6r_4core4sync6atomicNtB5_9AtomicI64NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xab99189e xenbus_dev_changed +EXPORT_SYMBOL_GPL vmlinux 0xab9e11a8 class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaba1374d regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xaba8dc93 samsung_sdi_battery_get_info +EXPORT_SYMBOL_GPL vmlinux 0xabb104fa pci_epf_create +EXPORT_SYMBOL_GPL vmlinux 0xabb477b4 __SCK__tp_func_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0xabb7c7c2 get_cached_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0xabc298d0 intel_scu_ipc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xabc640f3 list_lru_isolate +EXPORT_SYMBOL_GPL vmlinux 0xabc6e9e4 pm_report_max_hw_sleep +EXPORT_SYMBOL_GPL vmlinux 0xabd23f02 _RNvXs2_NtNtCs3AkgXgqgK6r_4core3fmt3numlNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0xabf03fc3 __SCT__tp_func_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0xabf5c639 usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0xabfaf591 __clocksource_update_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0xac2897e9 _RNvXsf_NtCs3AkgXgqgK6r_4core4charNtB5_11ToUppercaseNtNtNtNtB7_4iter6traits12double_ended19DoubleEndedIterator9next_back +EXPORT_SYMBOL_GPL vmlinux 0xac2b0b77 scsi_ioctl_block_when_processing_errors +EXPORT_SYMBOL_GPL vmlinux 0xac365a8b nd_region_provider_data +EXPORT_SYMBOL_GPL vmlinux 0xac3e52a2 usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0xac42ac8b rust_helper_BUG +EXPORT_SYMBOL_GPL vmlinux 0xac5313bd fwnode_graph_get_remote_port_parent +EXPORT_SYMBOL_GPL vmlinux 0xac57e3df vp_modern_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xac657553 pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0xac675237 power_supply_get_property +EXPORT_SYMBOL_GPL vmlinux 0xac68d3be irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0xac715e21 __dev_fwnode_const +EXPORT_SYMBOL_GPL vmlinux 0xac728f8b _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter26debug_struct_field4_finish +EXPORT_SYMBOL_GPL vmlinux 0xac829756 register_fprobe +EXPORT_SYMBOL_GPL vmlinux 0xac85cb4f access_process_vm +EXPORT_SYMBOL_GPL vmlinux 0xac8ad119 devm_regulator_bulk_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xaca2c77d of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0xacb4d88c clk_rate_exclusive_put +EXPORT_SYMBOL_GPL vmlinux 0xacc1fea7 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0xacc89773 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0xacc977ac alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0xacd9cd03 nfs_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0xace22d7d rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xace3cad4 vcap_find_keystream_keysets +EXPORT_SYMBOL_GPL vmlinux 0xaced2804 _RNvXs5g_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_24___sifields__bindgen_ty_7NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xacf64c31 _RNvXs2K_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_16swait_queue_headNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xacfcae37 pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0xad06c825 ct_user_exit +EXPORT_SYMBOL_GPL vmlinux 0xad104583 set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0xad19672a pci_epc_add_epf +EXPORT_SYMBOL_GPL vmlinux 0xad1c015e irq_domain_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xad2dfb48 simple_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0xad395dd9 mm_account_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0xad474911 spi_sync +EXPORT_SYMBOL_GPL vmlinux 0xad4e6259 remove_cpu +EXPORT_SYMBOL_GPL vmlinux 0xad5f0017 perf_trace_buf_alloc +EXPORT_SYMBOL_GPL vmlinux 0xad607cf4 pci_epc_set_msi +EXPORT_SYMBOL_GPL vmlinux 0xad645234 register_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xad73ed9b _RNvXs5M_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15sched_rt_entityNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xad83ce29 xas_find_conflict +EXPORT_SYMBOL_GPL vmlinux 0xad85be04 devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xad8f6b2f bsg_job_put +EXPORT_SYMBOL_GPL vmlinux 0xad924872 dev_pm_opp_get_opp_table +EXPORT_SYMBOL_GPL vmlinux 0xad978bfe ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xad9cf064 vp_modern_set_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xad9fb247 lwtunnel_valid_encap_type_attr +EXPORT_SYMBOL_GPL vmlinux 0xada38766 dst_cache_destroy +EXPORT_SYMBOL_GPL vmlinux 0xada690c8 pci_epc_get_features +EXPORT_SYMBOL_GPL vmlinux 0xada7e227 devl_rate_nodes_destroy +EXPORT_SYMBOL_GPL vmlinux 0xadaf855d _RNvXsp_NtCs3AkgXgqgK6r_4core5arrayNtB5_17TryFromSliceErrorNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xadb07831 nvdimm_region_delete +EXPORT_SYMBOL_GPL vmlinux 0xadb9e170 rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xadbce842 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0xadc41396 gpiochip_irq_domain_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xaddb497f crypto_inst_setname +EXPORT_SYMBOL_GPL vmlinux 0xade2e21d led_get_default_pattern +EXPORT_SYMBOL_GPL vmlinux 0xade5339b hte_get_clk_src_info +EXPORT_SYMBOL_GPL vmlinux 0xadfc553f cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xae01217a mpi_write_to_sgl +EXPORT_SYMBOL_GPL vmlinux 0xae0519c3 devfreq_event_set_event +EXPORT_SYMBOL_GPL vmlinux 0xae05710d ndo_dflt_bridge_getlink +EXPORT_SYMBOL_GPL vmlinux 0xae0ecf40 usb_bus_idr_lock +EXPORT_SYMBOL_GPL vmlinux 0xae1051b0 net_cls_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xae1d8a26 bsg_remove_queue +EXPORT_SYMBOL_GPL vmlinux 0xae1f97ea bdev_discard_alignment +EXPORT_SYMBOL_GPL vmlinux 0xae1feb86 clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xae24eede pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xae25135f tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xae256618 devm_platform_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0xae2d4c3c __SCK__tp_func_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xae315940 sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0xae39f80e dst_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xae425a63 perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0xae43323e _RNvXs9_NtNtCs3AkgXgqgK6r_4core3str5errorNtB5_9Utf8ErrorNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xae445ede kpp_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xae4e4727 __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0xae5574f6 crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xae5c0ccd blk_mq_update_nr_hw_queues +EXPORT_SYMBOL_GPL vmlinux 0xae66b383 dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0xae67f878 dst_cache_get_ip6 +EXPORT_SYMBOL_GPL vmlinux 0xae69ade9 crypto_register_scomps +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae7e7c4c acpi_dev_gpio_irq_wake_get_by +EXPORT_SYMBOL_GPL vmlinux 0xae80e345 switchdev_bridge_port_offload +EXPORT_SYMBOL_GPL vmlinux 0xae84bb95 ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0xae9852a0 housekeeping_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xae9ce4a1 _RNvXso_NtNtCs3AkgXgqgK6r_4core3fmt3numNtB5_6BinaryNtB5_12GenericRadix5digit +EXPORT_SYMBOL_GPL vmlinux 0xaead1ff8 gnttab_page_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xaeb70350 iommu_alloc_resv_region +EXPORT_SYMBOL_GPL vmlinux 0xaebbdc9e regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0xaec274e6 _RNvXNtCsbwHtcUjRN57_6kernel9allocatorNtB2_15KernelAllocatorNtNtNtCs3AkgXgqgK6r_4core5alloc6global11GlobalAlloc5alloc +EXPORT_SYMBOL_GPL vmlinux 0xaec6f3b0 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0xaed3187a metadata_dst_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0xaee0a2b1 add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0xaee675dc gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xaef6ed6a perf_event_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0xaf015148 io_uring_cmd_sock +EXPORT_SYMBOL_GPL vmlinux 0xaf076aec nd_fletcher64 +EXPORT_SYMBOL_GPL vmlinux 0xaf0b6ba7 blkg_rwstat_init +EXPORT_SYMBOL_GPL vmlinux 0xaf21ec9c scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0xaf228961 fwnode_get_name +EXPORT_SYMBOL_GPL vmlinux 0xaf23daba pinconf_generic_dump_config +EXPORT_SYMBOL_GPL vmlinux 0xaf2a37ed pm_genpd_init +EXPORT_SYMBOL_GPL vmlinux 0xaf311fea _RNvXsf_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3impyNtB9_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0xaf4014ff usb_amd_quirk_pll_check +EXPORT_SYMBOL_GPL vmlinux 0xaf428325 modify_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0xaf49d807 aead_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xaf4bf18c devm_spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0xaf5e0b49 spi_slave_abort +EXPORT_SYMBOL_GPL vmlinux 0xaf5e24bd pci_status_get_and_clear_errors +EXPORT_SYMBOL_GPL vmlinux 0xaf6b44ca _RNvXs3N_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5f32x8NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xaf6d38c0 vcap_mod_rule +EXPORT_SYMBOL_GPL vmlinux 0xaf6eb61e _RNvNtNtCsbwHtcUjRN57_6kernel5print14format_strings5ALERT +EXPORT_SYMBOL_GPL vmlinux 0xaf793668 __alloc_percpu_gfp +EXPORT_SYMBOL_GPL vmlinux 0xaf852873 cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0xaf9070bd i2c_handle_smbus_host_notify +EXPORT_SYMBOL_GPL vmlinux 0xafaed42f netdev_walk_all_lower_dev +EXPORT_SYMBOL_GPL vmlinux 0xafb2ae82 i2c_acpi_waive_d0_probe +EXPORT_SYMBOL_GPL vmlinux 0xafb69b47 proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0xafbe7155 blk_stat_disable_accounting +EXPORT_SYMBOL_GPL vmlinux 0xafc7e9f3 __traceiter_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0xafc8cd4b call_switchdev_blocking_notifiers +EXPORT_SYMBOL_GPL vmlinux 0xafcd1cb1 vcap_chain_id_to_lookup +EXPORT_SYMBOL_GPL vmlinux 0xafd3f9a0 _RNvXs1n_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5f32x2NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xafddd545 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xafe8b35e irq_domain_push_irq +EXPORT_SYMBOL_GPL vmlinux 0xaffec382 switchdev_handle_fdb_event_to_device +EXPORT_SYMBOL_GPL vmlinux 0xb0013d0a __SCK__tp_func_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xb0021500 __tracepoint_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xb01a182c adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xb027c3ce fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0xb02ac411 register_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb03fd6c7 crypto_register_acomps +EXPORT_SYMBOL_GPL vmlinux 0xb0408cfa iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0xb049f5f0 _RNvMNtCsbwHtcUjRN57_6kernel5errorNtB2_5Error8to_errno +EXPORT_SYMBOL_GPL vmlinux 0xb0581c58 blkg_conf_exit +EXPORT_SYMBOL_GPL vmlinux 0xb066ad8c power_supply_put_battery_info +EXPORT_SYMBOL_GPL vmlinux 0xb06ea245 sbitmap_queue_resize +EXPORT_SYMBOL_GPL vmlinux 0xb0747ed2 rcu_cpu_stall_suppress +EXPORT_SYMBOL_GPL vmlinux 0xb0763324 _RNvXs4o_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB6_11NonZeroI128NtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0xb077e70a clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0xb07e068e folio_alloc_buffers +EXPORT_SYMBOL_GPL vmlinux 0xb097d43e _RNvXs2L_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11swait_queueNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xb09d550d _RNvNvMNtCs3AkgXgqgK6r_4core3f64d9from_bits13ct_u64_to_f64 +EXPORT_SYMBOL_GPL vmlinux 0xb0a41784 dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0xb0a70986 ip_route_output_tunnel +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0c314ae platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0xb0cd0b0c vp_modern_probe +EXPORT_SYMBOL_GPL vmlinux 0xb0d1656c gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0xb0e7ab1f __traceiter_console +EXPORT_SYMBOL_GPL vmlinux 0xb0e8e671 xenbus_otherend_changed +EXPORT_SYMBOL_GPL vmlinux 0xb10563bd _RNvXs1P_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11entry_stackNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xb10cc808 xenbus_watch_path +EXPORT_SYMBOL_GPL vmlinux 0xb10d178f bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0xb10d964d devlink_fmsg_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xb119fe4f tty_ldisc_receive_buf +EXPORT_SYMBOL_GPL vmlinux 0xb11cc43b __SCT__tp_func_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0xb11d1ff5 debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0xb11d9000 tty_dev_name_to_number +EXPORT_SYMBOL_GPL vmlinux 0xb12be510 virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0xb13837ce vcap_rule_add_key_u48 +EXPORT_SYMBOL_GPL vmlinux 0xb140319e dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0xb142287c pinctrl_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0xb15f49ec msi_domain_first_desc +EXPORT_SYMBOL_GPL vmlinux 0xb1647fc2 devlink_info_version_running_put +EXPORT_SYMBOL_GPL vmlinux 0xb186ae29 vfs_get_acl +EXPORT_SYMBOL_GPL vmlinux 0xb18773f4 md_bitmap_copy_from_slot +EXPORT_SYMBOL_GPL vmlinux 0xb18998fa extcon_set_property_sync +EXPORT_SYMBOL_GPL vmlinux 0xb18a2262 usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0xb1a1ace0 edac_pci_del_device +EXPORT_SYMBOL_GPL vmlinux 0xb1b778a0 dm_report_zones +EXPORT_SYMBOL_GPL vmlinux 0xb1baa71a devlink_linecard_provision_fail +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1c10209 _RNvXs3_NtCs3AkgXgqgK6r_4core4charNtB5_13EscapeDefaultNtNtNtNtB7_4iter6traits10exact_size17ExactSizeIterator3len +EXPORT_SYMBOL_GPL vmlinux 0xb1c5af56 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0xb1c64af0 _RNvXsv_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB5_5i16x2NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xb1cd2361 i2c_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0xb1ce4176 usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xb1ce467e xhci_get_ep_ctx +EXPORT_SYMBOL_GPL vmlinux 0xb1df358c nf_queue_nf_hook_drop +EXPORT_SYMBOL_GPL vmlinux 0xb1dfd34e sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0xb1dfecea power_supply_battery_info_properties_size +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1e369f8 _RNvMs5_NtNtCs3AkgXgqgK6r_4core3fmt8buildersNtB5_9DebugList6finish +EXPORT_SYMBOL_GPL vmlinux 0xb1e97655 dax_iomap_fault +EXPORT_SYMBOL_GPL vmlinux 0xb1e98d64 _RNvXNtNtNtCsbwHtcUjRN57_6kernel4sync4lock5mutexNtB2_12MutexBackendNtB4_7Backend4lock +EXPORT_SYMBOL_GPL vmlinux 0xb1fc1782 pci_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xb202f0d7 rht_bucket_nested_insert +EXPORT_SYMBOL_GPL vmlinux 0xb20e014e _RNvNvMs16_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB8_11NonZeroI12813new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0xb21b0a1e _RNvXsr_NtCs3AkgXgqgK6r_4core3nummNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0xb21d00c6 hte_ts_put +EXPORT_SYMBOL_GPL vmlinux 0xb21faa43 _RNvXs10_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_8idt_dataNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xb2206dce devl_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb2343371 _RNvNvMsS_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB7_10NonZeroI3213new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0xb23931fa vp_modern_set_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0xb2395f4d i2c_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xb23a65cc wbc_account_cgroup_owner +EXPORT_SYMBOL_GPL vmlinux 0xb23b7691 start_poll_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0xb2405efc secure_tcp_seq +EXPORT_SYMBOL_GPL vmlinux 0xb24d0a74 clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xb24dccde xfrm_bpf_md_dst +EXPORT_SYMBOL_GPL vmlinux 0xb256be16 efivar_is_available +EXPORT_SYMBOL_GPL vmlinux 0xb25afd9a inet_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0xb25ee93d fwnode_graph_get_remote_port +EXPORT_SYMBOL_GPL vmlinux 0xb26066fe ibft_phys_addr +EXPORT_SYMBOL_GPL vmlinux 0xb26217ca bpf_trace_run8 +EXPORT_SYMBOL_GPL vmlinux 0xb263acd7 _RNvXsi_NtCs3AkgXgqgK6r_4core7convertNtB5_10InfallibleINtB5_4FromzE4from +EXPORT_SYMBOL_GPL vmlinux 0xb269361d l3mdev_fib_table_rcu +EXPORT_SYMBOL_GPL vmlinux 0xb26a1add elfcorehdr_addr +EXPORT_SYMBOL_GPL vmlinux 0xb26bf118 regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0xb2742698 raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xb28673df regmap_write +EXPORT_SYMBOL_GPL vmlinux 0xb292d241 extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xb29533ee zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0xb29e5f6c iommu_unregister_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xb2a2a41d intel_pinctrl_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0xb2a54163 splice_to_pipe +EXPORT_SYMBOL_GPL vmlinux 0xb2a6f197 bpf_fentry_test1 +EXPORT_SYMBOL_GPL vmlinux 0xb2b6f3e2 __traceiter_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xb2ba552c irq_domain_free_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0xb2c098e3 i2c_dw_probe_master +EXPORT_SYMBOL_GPL vmlinux 0xb2c1732e rcu_gp_set_torture_wait +EXPORT_SYMBOL_GPL vmlinux 0xb2cb024a dma_pci_p2pdma_supported +EXPORT_SYMBOL_GPL vmlinux 0xb2d336fc relay_flush +EXPORT_SYMBOL_GPL vmlinux 0xb2d7740f kern_mount +EXPORT_SYMBOL_GPL vmlinux 0xb2d7981b evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb2e7dbbf fixed_phy_register_with_gpiod +EXPORT_SYMBOL_GPL vmlinux 0xb2f4e20e devm_thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0xb2fa093e blk_mq_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xb307c909 devlink_fmsg_u64_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xb30b2bda preempt_model_full +EXPORT_SYMBOL_GPL vmlinux 0xb30bcbad virtqueue_get_desc_addr +EXPORT_SYMBOL_GPL vmlinux 0xb316b6f2 debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xb3176bc9 folio_wait_writeback +EXPORT_SYMBOL_GPL vmlinux 0xb3253ed9 hpet_rtc_timer_init +EXPORT_SYMBOL_GPL vmlinux 0xb3294557 mbox_client_peek_data +EXPORT_SYMBOL_GPL vmlinux 0xb3317319 virtio_config_changed +EXPORT_SYMBOL_GPL vmlinux 0xb33a3a34 fuse_conn_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb353d2f6 _RNvXs3Z_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5u8x64NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xb3689c74 xhci_ext_cap_init +EXPORT_SYMBOL_GPL vmlinux 0xb36d5a58 _RNvXs1X_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5i8x16NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xb3720d2a security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0xb37f7aef genphy_c45_aneg_done +EXPORT_SYMBOL_GPL vmlinux 0xb384132b pinctrl_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0xb38736f0 gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0xb392cef1 _RNvXsx_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_7__ddebugNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xb39feec7 _RNvXs17_NtNtCs3AkgXgqgK6r_4core3fmt3numnNtB8_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0xb3b5be44 dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xb3bcd27a pci_epc_write_header +EXPORT_SYMBOL_GPL vmlinux 0xb3dd93f5 hte_ts_get +EXPORT_SYMBOL_GPL vmlinux 0xb3e1db8c dw_pcie_link_up +EXPORT_SYMBOL_GPL vmlinux 0xb3fd8fe6 kernel_read_file_from_path +EXPORT_SYMBOL_GPL vmlinux 0xb411b08b ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0xb418a9fc usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0xb42d2c5f devm_rtc_allocate_device +EXPORT_SYMBOL_GPL vmlinux 0xb431beaf ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb43f9365 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xb44e18ea audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb45650cb _RNvXs4f_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB6_10NonZeroU16NtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0xb4584b23 user_read +EXPORT_SYMBOL_GPL vmlinux 0xb461523b ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0xb46b6919 dev_pm_genpd_synced_poweroff +EXPORT_SYMBOL_GPL vmlinux 0xb46d6cec __auxiliary_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xb4702742 _RNvNtCs3AkgXgqgK6r_4core9panicking14panic_nounwind +EXPORT_SYMBOL_GPL vmlinux 0xb48f0638 software_node_register +EXPORT_SYMBOL_GPL vmlinux 0xb4afc51b ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0xb4b03b28 bpf_map_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0xb4b38622 usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4bc4057 _RNvMs6_NtNtCs3AkgXgqgK6r_4core3fmt8buildersNtB5_8DebugMap5value +EXPORT_SYMBOL_GPL vmlinux 0xb4bcc0f8 posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb4c04dff component_compare_dev +EXPORT_SYMBOL_GPL vmlinux 0xb4c3d37a md_find_rdev_nr_rcu +EXPORT_SYMBOL_GPL vmlinux 0xb4e4f406 regulator_set_active_discharge_regmap +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4eda0da ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0xb4f5bf33 pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xb501b2df nd_cmd_dimm_desc +EXPORT_SYMBOL_GPL vmlinux 0xb5093dd3 console_list +EXPORT_SYMBOL_GPL vmlinux 0xb50b92ea skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0xb50e51cb regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0xb5192224 _RNvMs_NtCsbwHtcUjRN57_6kernel3strNtB4_4CStr10to_cstring +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb520eb79 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xb52a9de6 open_related_ns +EXPORT_SYMBOL_GPL vmlinux 0xb534350f pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xb53728f1 device_match_any +EXPORT_SYMBOL_GPL vmlinux 0xb5461d2d crypto_register_kpp +EXPORT_SYMBOL_GPL vmlinux 0xb55139f6 HUF_readStats +EXPORT_SYMBOL_GPL vmlinux 0xb55922e9 phy_set_mode_ext +EXPORT_SYMBOL_GPL vmlinux 0xb561c490 mpi_mul +EXPORT_SYMBOL_GPL vmlinux 0xb567deaf cpufreq_policy_transition_delay_us +EXPORT_SYMBOL_GPL vmlinux 0xb56c4362 crypto_unregister_rngs +EXPORT_SYMBOL_GPL vmlinux 0xb56e85a4 dw_pcie_own_conf_map_bus +EXPORT_SYMBOL_GPL vmlinux 0xb5737746 devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0xb596e603 mptcp_token_get_sock +EXPORT_SYMBOL_GPL vmlinux 0xb5a507a9 acpi_register_gsi +EXPORT_SYMBOL_GPL vmlinux 0xb5a83e35 gnttab_setup_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xb5a8c226 acpi_gsi_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xb5a9c529 dev_pm_opp_set_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0xb5aa4a34 nvmem_cell_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0xb5af299c devm_bitmap_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb5b4de92 sk_msg_memcopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0xb6018f94 ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0xb6034ae2 shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0xb61a7afb folio_mkclean +EXPORT_SYMBOL_GPL vmlinux 0xb625ef7a fscrypt_fname_siphash +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb62f2ef3 _RNvNvMs5_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB7_10NonZeroU1613new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0xb6303c49 _RNvXs0_NtNtCs3AkgXgqgK6r_4core3mem15transmutabilityNtB5_6AssumeNtNtNtB9_3ops5arith3Sub3sub +EXPORT_SYMBOL_GPL vmlinux 0xb634e254 _RNvXs5_NtNtCs3AkgXgqgK6r_4core3ops11index_rangeNtB5_10IndexRangeNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xb6357e53 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0xb63b77ac wp_shared_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0xb6410433 mpi_addm +EXPORT_SYMBOL_GPL vmlinux 0xb653fa89 to_nvdimm_bus_dev +EXPORT_SYMBOL_GPL vmlinux 0xb655f91b pci_epc_get_next_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xb6596788 dm_table_set_type +EXPORT_SYMBOL_GPL vmlinux 0xb65993ab devm_clk_get_optional_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb65ad16b lwtunnel_fill_encap +EXPORT_SYMBOL_GPL vmlinux 0xb65cb7be dax_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0xb65fdd67 usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0xb662a9a6 strp_process +EXPORT_SYMBOL_GPL vmlinux 0xb662c3de _RNvXs2e_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_24class_spinlock_irqsave_tNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xb66bc9c9 devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0xb6716526 fwnode_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0xb67861c8 _RNvNtNtNtCs3AkgXgqgK6r_4core7unicode12unicode_data11white_space14WHITESPACE_MAP +EXPORT_SYMBOL_GPL vmlinux 0xb6787346 sfp_unregister_socket +EXPORT_SYMBOL_GPL vmlinux 0xb685a9dc sis_info133_for_sata +EXPORT_SYMBOL_GPL vmlinux 0xb6888188 klp_shadow_get_or_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb6934877 pci_epc_start +EXPORT_SYMBOL_GPL vmlinux 0xb6964c52 input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb69afbb0 devlink_linecard_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xb6a078f0 __platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0xb6a65018 pcie_port_find_device +EXPORT_SYMBOL_GPL vmlinux 0xb6af1108 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter25debug_tuple_field5_finish +EXPORT_SYMBOL_GPL vmlinux 0xb6b83889 sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0xb6c5e614 acpi_processor_evaluate_cst +EXPORT_SYMBOL_GPL vmlinux 0xb6caaef1 pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0xb6dadb75 scsi_template_proc_dir +EXPORT_SYMBOL_GPL vmlinux 0xb6dc16a3 trace_remove_event_call +EXPORT_SYMBOL_GPL vmlinux 0xb6df084d sbitmap_queue_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0xb6e6d99d clk_disable +EXPORT_SYMBOL_GPL vmlinux 0xb6eabe37 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xb6ecd9b0 __SCK__tp_func_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xb6f8d057 regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0xb6fe9d01 _RNvXs1P_NtNtCs3AkgXgqgK6r_4core3str4iterNtB6_15SplitWhitespaceNtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xb704f6e8 clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xb708f6af device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0xb7167413 securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xb718132a perf_event_addr_filters_sync +EXPORT_SYMBOL_GPL vmlinux 0xb71a6c91 udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0xb71bfc87 _RNvXs3v_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_32page__bindgen_ty_1__bindgen_ty_5NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xb721777d clk_hw_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb7329c06 clk_set_phase +EXPORT_SYMBOL_GPL vmlinux 0xb73713d7 nvmem_add_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0xb74eed9d debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0xb75041d1 hv_stimer_legacy_init +EXPORT_SYMBOL_GPL vmlinux 0xb76898b9 devm_rtc_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0xb7a387fc synchronize_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0xb7a41803 _RNvXs1f_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11__ymmh_stateNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xb7b1f6b8 _RNvXsF_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_36pcpu_hot__bindgen_ty_1__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xb7bcfc02 _RNvMs7_NtCs3AkgXgqgK6r_4core3numy14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0xb7c276e5 _RNvXs2_NtNtCs3AkgXgqgK6r_4core3fmt3numlNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0xb7c4d906 x86_vector_domain +EXPORT_SYMBOL_GPL vmlinux 0xb7c69a63 unregister_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb7cd263b acpi_subsys_freeze +EXPORT_SYMBOL_GPL vmlinux 0xb7d3f221 virtio_add_status +EXPORT_SYMBOL_GPL vmlinux 0xb7d46097 _RNvXs6_NtNtCs3AkgXgqgK6r_4core3num5errorNtB5_15TryFromIntErrorNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xb7d7c12e hpet_set_alarm_time +EXPORT_SYMBOL_GPL vmlinux 0xb7da88cf xenbus_watch_pathfmt +EXPORT_SYMBOL_GPL vmlinux 0xb7e15173 pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0xb7eab117 devl_linecard_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb7f990e9 rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xb801a726 dev_pm_genpd_set_next_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xb8021376 _RNvXNtCs3AkgXgqgK6r_4core5asciiNtB2_13EscapeDefaultNtNtNtNtB4_4iter6traits8iterator8Iterator9size_hint +EXPORT_SYMBOL_GPL vmlinux 0xb8076860 mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0xb8182e89 dma_need_sync +EXPORT_SYMBOL_GPL vmlinux 0xb822c08e public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0xb8273d0b __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0xb827f214 _RNvXs9_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3imphNtB9_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0xb82bd0b2 class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb83b441d ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xb8426add __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xb845cd7c buffer_migrate_folio_norefs +EXPORT_SYMBOL_GPL vmlinux 0xb847eabd cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xb8492b54 vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0xb85042e5 gnttab_free_grant_reference_seq +EXPORT_SYMBOL_GPL vmlinux 0xb85a7265 iommu_set_pgtable_quirks +EXPORT_SYMBOL_GPL vmlinux 0xb85c0d43 __SCK__tp_func_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0xb87ae6a4 hv_ghcb_msr_write +EXPORT_SYMBOL_GPL vmlinux 0xb87f40fe cppc_set_enable +EXPORT_SYMBOL_GPL vmlinux 0xb881bca4 iopf_queue_flush_dev +EXPORT_SYMBOL_GPL vmlinux 0xb88dbfce irq_set_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0xb89acd92 dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb89e69b1 jump_label_update_timeout +EXPORT_SYMBOL_GPL vmlinux 0xb8a9b02c _RNvXs2U_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15debug_obj_descrNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xb8ab68df intel_microcode_sanity_check +EXPORT_SYMBOL_GPL vmlinux 0xb8b2b1f7 mce_register_decode_chain +EXPORT_SYMBOL_GPL vmlinux 0xb8c6b29c usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0xb8cd3a7f nf_logger_put +EXPORT_SYMBOL_GPL vmlinux 0xb8db2777 regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0xb8e17ec2 _RNvXsZ_NtNtCs3AkgXgqgK6r_4core3fmt3numxNtB7_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0xb8f11603 idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb8fc4f63 vp_modern_get_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0xb9067f1f __rust_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb90a4b71 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0xb912560d static_key_disable +EXPORT_SYMBOL_GPL vmlinux 0xb924e3ee irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0xb9371758 usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0xb940d90d hte_enable_ts +EXPORT_SYMBOL_GPL vmlinux 0xb949ebaa dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xb959c4f1 pm_clk_remove +EXPORT_SYMBOL_GPL vmlinux 0xb9606a95 ata_eh_read_sense_success_ncq_log +EXPORT_SYMBOL_GPL vmlinux 0xb9681621 xdp_do_flush +EXPORT_SYMBOL_GPL vmlinux 0xb9813a15 nvdimm_flush +EXPORT_SYMBOL_GPL vmlinux 0xb98226d3 fscrypt_ioctl_get_key_status +EXPORT_SYMBOL_GPL vmlinux 0xb9852d11 __traceiter_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xb988ad7f devm_irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xb98c4ffa skcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xb98de8e1 blk_mq_unfreeze_queue +EXPORT_SYMBOL_GPL vmlinux 0xb9989296 devl_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0xb99a3b00 sbitmap_queue_recalculate_wake_batch +EXPORT_SYMBOL_GPL vmlinux 0xb99a4a61 irq_domain_update_bus_token +EXPORT_SYMBOL_GPL vmlinux 0xb9a2c0d8 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0xb9a63203 __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0xb9a8da1e pm_genpd_remove +EXPORT_SYMBOL_GPL vmlinux 0xb9ae2d0a gpiochip_irqchip_irq_valid +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c16f51 hv_max_vp_index +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9cffbba uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9ebb2de blk_crypto_has_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xb9edd787 devm_device_add_group +EXPORT_SYMBOL_GPL vmlinux 0xb9fdf44c pci_epc_raise_irq +EXPORT_SYMBOL_GPL vmlinux 0xba01ec83 hv_stimer_global_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xba02cd90 _RNvMNtNtCs3AkgXgqgK6r_4core5panic10panic_infoNtB2_9PanicInfo10can_unwind +EXPORT_SYMBOL_GPL vmlinux 0xba1b8a35 __devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xba1d8013 _RNvXs0_NtCs3AkgXgqgK6r_4core4timeNtB5_8DurationNtNtNtB7_3ops5arith3Add3add +EXPORT_SYMBOL_GPL vmlinux 0xba220db7 __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xba254ccc dev_pm_domain_attach_by_name +EXPORT_SYMBOL_GPL vmlinux 0xba25fbe7 perf_trace_run_bpf_submit +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba2e8657 fwnode_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0xba58dcc3 xhci_find_slot_id_by_port +EXPORT_SYMBOL_GPL vmlinux 0xba5ffd2c devlink_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0xba6d4afd devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xba75c685 tcp_plb_check_rehash +EXPORT_SYMBOL_GPL vmlinux 0xba82f246 uv_bios_install_heap +EXPORT_SYMBOL_GPL vmlinux 0xba86c811 validate_xmit_xfrm +EXPORT_SYMBOL_GPL vmlinux 0xbaa8a789 devm_kasprintf +EXPORT_SYMBOL_GPL vmlinux 0xbaa96d45 balloon_page_list_dequeue +EXPORT_SYMBOL_GPL vmlinux 0xbaad1688 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0xbaae651a _RNvXsu_NtNtCs3AkgXgqgK6r_4core3fmt3numiNtB7_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0xbab281f8 dev_coredumpv +EXPORT_SYMBOL_GPL vmlinux 0xbab64dfe _RNvXsE_NtNtCs3AkgXgqgK6r_4core3fmt3numhNtB7_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0xbab9a9f0 maxim_charger_currents +EXPORT_SYMBOL_GPL vmlinux 0xbac45b9a __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xbadc80b2 arch_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xbadf6136 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xbaea8b70 vcap_keyset_name +EXPORT_SYMBOL_GPL vmlinux 0xbaeddabb _RNvXss_NtNtCs3AkgXgqgK6r_4core3fmt3numiNtB7_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0xbaf6850c fsnotify_wait_marks_destroyed +EXPORT_SYMBOL_GPL vmlinux 0xbaf9d785 __tss_limit_invalid +EXPORT_SYMBOL_GPL vmlinux 0xbafad972 extcon_get_property_capability +EXPORT_SYMBOL_GPL vmlinux 0xbafcf15c rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0xbafe48c4 for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0xbaff33ee component_release_of +EXPORT_SYMBOL_GPL vmlinux 0xbaff49fb sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xbb028ad3 rcu_gp_slow_register +EXPORT_SYMBOL_GPL vmlinux 0xbb055015 pci_epf_free_space +EXPORT_SYMBOL_GPL vmlinux 0xbb099bc8 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter26debug_struct_field5_finish +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb0b25d2 register_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0xbb19228f fwnode_property_present +EXPORT_SYMBOL_GPL vmlinux 0xbb258b97 percpu_down_write +EXPORT_SYMBOL_GPL vmlinux 0xbb313656 _RNvXs2_NtNtCs3AkgXgqgK6r_4core3ffi5c_strNtB5_21FromBytesWithNulErrorNtNtB9_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xbb35ef87 mtrr_state +EXPORT_SYMBOL_GPL vmlinux 0xbb4146b3 get_completed_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xbb41f553 srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0xbb5598ce get_llc_id +EXPORT_SYMBOL_GPL vmlinux 0xbb6508da random_get_entropy_fallback +EXPORT_SYMBOL_GPL vmlinux 0xbb6a3cbd devlink_fmsg_arr_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xbb6c122c usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0xbb6f025a asymmetric_key_generate_id +EXPORT_SYMBOL_GPL vmlinux 0xbb712b68 __traceiter_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0xbb7195a5 xdp_warn +EXPORT_SYMBOL_GPL vmlinux 0xbb746842 led_blink_set +EXPORT_SYMBOL_GPL vmlinux 0xbb7497e9 ima_inode_hash +EXPORT_SYMBOL_GPL vmlinux 0xbb7bcdec platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xbb7ca6e9 devl_param_driverinit_value_set +EXPORT_SYMBOL_GPL vmlinux 0xbb8e61fe tpm_chip_bootstrap +EXPORT_SYMBOL_GPL vmlinux 0xbb9e4849 vtime_guest_exit +EXPORT_SYMBOL_GPL vmlinux 0xbba50bde edac_mc_del_mc +EXPORT_SYMBOL_GPL vmlinux 0xbbae97fb _RNvXs7_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3impiNtB9_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xbbb98859 edid_info +EXPORT_SYMBOL_GPL vmlinux 0xbbbc2648 crypto_comp_compress +EXPORT_SYMBOL_GPL vmlinux 0xbbc32721 vfs_set_acl +EXPORT_SYMBOL_GPL vmlinux 0xbbc8d1aa blk_mq_freeze_queue_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0xbbcc437f ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xbbd47246 devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xbbd6967e _RNvXs1e_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11__fpstate_64NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xbbe5611b crc64_rocksoft_update +EXPORT_SYMBOL_GPL vmlinux 0xbbe56404 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0xbc0b4726 xfrm_state_mtu +EXPORT_SYMBOL_GPL vmlinux 0xbc314156 nop_mnt_idmap +EXPORT_SYMBOL_GPL vmlinux 0xbc3f2cb0 timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xbc4e24bb copy_mc_to_kernel +EXPORT_SYMBOL_GPL vmlinux 0xbc532375 sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xbc5a907c hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0xbc600dc9 preempt_model_voluntary +EXPORT_SYMBOL_GPL vmlinux 0xbc60dc37 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0xbc68a780 xhci_resume +EXPORT_SYMBOL_GPL vmlinux 0xbc6bec66 free_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc723406 netlink_strict_get_check +EXPORT_SYMBOL_GPL vmlinux 0xbc78e145 cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0xbc7e24cc dev_pm_set_dedicated_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc83661e _RNvXs5E_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15rv_task_monitorNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xbc903e22 pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0xbc92335d power_supply_property_is_writeable +EXPORT_SYMBOL_GPL vmlinux 0xbc92596d intel_pt_validate_cap +EXPORT_SYMBOL_GPL vmlinux 0xbc95dafa __mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0xbc9b8588 ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xbca7d979 _RNvXs2B_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10maple_treeNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xbcaa4e47 spi_mem_dirmap_write +EXPORT_SYMBOL_GPL vmlinux 0xbcaad02a devm_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0xbcb7c576 da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0xbcb838a1 amd_flush_garts +EXPORT_SYMBOL_GPL vmlinux 0xbcbd755e devl_param_value_changed +EXPORT_SYMBOL_GPL vmlinux 0xbcbeca18 noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0xbcc15e75 ktime_get_coarse_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xbcc29e83 pci_p2pmem_find_many +EXPORT_SYMBOL_GPL vmlinux 0xbcd77deb _RNvXs5_NtCs3AkgXgqgK6r_4core5errorNtB5_6SourceNtNtNtNtB7_4iter6traits8iterator8Iterator4next +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbce12556 clk_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xbcf1d294 debugfs_file_put +EXPORT_SYMBOL_GPL vmlinux 0xbcf1f0e6 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xbcf78594 perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0xbcfea3c9 tpm2_flush_context +EXPORT_SYMBOL_GPL vmlinux 0xbd06f3a9 ata_get_cmd_name +EXPORT_SYMBOL_GPL vmlinux 0xbd1bfc5a _RNvXsR_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_8edd_infoNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xbd24eb01 acpiphp_unregister_attention +EXPORT_SYMBOL_GPL vmlinux 0xbd28d80b devl_dpipe_headers_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbd30570a ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0xbd39099a security_kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0xbd3fe1e3 disable_hardirq +EXPORT_SYMBOL_GPL vmlinux 0xbd3fe2ce blk_crypto_update_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xbd5ef27d ct_user_enter +EXPORT_SYMBOL_GPL vmlinux 0xbd6e58c3 linear_hugepage_index +EXPORT_SYMBOL_GPL vmlinux 0xbd7aaaee add_memory +EXPORT_SYMBOL_GPL vmlinux 0xbd7ff690 bpf_verifier_log_write +EXPORT_SYMBOL_GPL vmlinux 0xbd82e423 rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0xbd90f09f irq_chip_set_type_parent +EXPORT_SYMBOL_GPL vmlinux 0xbd99e873 __SCT__tp_func_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xbda04a91 cond_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xbda7291f spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0xbda80b31 component_compare_dev_name +EXPORT_SYMBOL_GPL vmlinux 0xbdb2217d hv_is_isolation_supported +EXPORT_SYMBOL_GPL vmlinux 0xbdb2dfd5 uv_bios_reserved_page_pa +EXPORT_SYMBOL_GPL vmlinux 0xbdb4da3b crypto_grab_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xbdb6ec68 _RNvXs5_NtNtCs3AkgXgqgK6r_4core3fmt3numiNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0xbdb8d3a3 dm_internal_resume_fast +EXPORT_SYMBOL_GPL vmlinux 0xbdd60e3f _RNvXs3E_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_33folio__bindgen_ty_3__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xbdda1b5f vmalloc_huge +EXPORT_SYMBOL_GPL vmlinux 0xbdddceb1 devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xbde056e9 fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0xbde4960c unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xbde5b9e0 pci_host_probe +EXPORT_SYMBOL_GPL vmlinux 0xbdfcbd32 bpfilter_ops +EXPORT_SYMBOL_GPL vmlinux 0xbdfe7860 cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0xbe0a5f11 devl_lock +EXPORT_SYMBOL_GPL vmlinux 0xbe1623f6 _RNvXs2J_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5m16x8NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xbe34a6ed max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xbe34a7ac tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0xbe361c5a pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0xbe5c888b crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0xbe633f68 led_init_core +EXPORT_SYMBOL_GPL vmlinux 0xbe65e182 max_cswd_read_retries +EXPORT_SYMBOL_GPL vmlinux 0xbe687e88 wake_up_all_idle_cpus +EXPORT_SYMBOL_GPL vmlinux 0xbe6eb110 phy_calibrate +EXPORT_SYMBOL_GPL vmlinux 0xbe744257 efi_get_embedded_fw +EXPORT_SYMBOL_GPL vmlinux 0xbe748b1f intel_find_matching_signature +EXPORT_SYMBOL_GPL vmlinux 0xbe7615e0 ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0xbe8bace4 crypto_register_scomp +EXPORT_SYMBOL_GPL vmlinux 0xbe8f9aba spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0xbe9a83d5 dw_pcie_write +EXPORT_SYMBOL_GPL vmlinux 0xbe9bfa72 _RNvXs5r_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10sigpendingNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xbe9c9b7b dev_attr_ncq_prio_enable +EXPORT_SYMBOL_GPL vmlinux 0xbea16f23 _RNvXsT_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB5_5u64x1NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbeb60c77 extcon_set_state_sync +EXPORT_SYMBOL_GPL vmlinux 0xbec32369 raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xbec66c3a __apei_exec_run +EXPORT_SYMBOL_GPL vmlinux 0xbecc468c hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0xbed944e0 vp_modern_get_features +EXPORT_SYMBOL_GPL vmlinux 0xbede2ed6 _RNvNtCsbwHtcUjRN57_6kernel5ioctl9__IOC_SIZE +EXPORT_SYMBOL_GPL vmlinux 0xbeebcdf9 blk_mq_pci_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xbef3fc1a __devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0xbef6fe9f __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf0b2208 _RNvXso_NtCs3AkgXgqgK6r_4core6markerNtB5_13PhantomPinnedNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xbf0d4f55 sched_set_fifo_low +EXPORT_SYMBOL_GPL vmlinux 0xbf12a433 _RNvXs3g_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_39uprobe_task__bindgen_ty_1__bindgen_ty_2NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xbf1653d7 __SCK__tp_func_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xbf165dec __SCT__tp_func_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xbf276464 vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0xbf2a4d04 sched_setattr_nocheck +EXPORT_SYMBOL_GPL vmlinux 0xbf2e2e71 housekeeping_enabled +EXPORT_SYMBOL_GPL vmlinux 0xbf420bb9 rust_helper_ERR_PTR +EXPORT_SYMBOL_GPL vmlinux 0xbf4513c3 devlink_linecard_activate +EXPORT_SYMBOL_GPL vmlinux 0xbf4f7082 walk_hmem_resources +EXPORT_SYMBOL_GPL vmlinux 0xbf5193dd icc_provider_deregister +EXPORT_SYMBOL_GPL vmlinux 0xbf55d3aa devm_hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0xbf6f2659 blk_clear_pm_only +EXPORT_SYMBOL_GPL vmlinux 0xbf721baa edac_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0xbf75b708 nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0xbf77c898 __devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xbf800a7e _RNvMs4_NtNtCs3AkgXgqgK6r_4core3fmt8buildersNtB5_8DebugSet6finish +EXPORT_SYMBOL_GPL vmlinux 0xbf9fa810 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfbeaf93 blk_crypto_evict_key +EXPORT_SYMBOL_GPL vmlinux 0xbfc7a9d0 io_uring_cmd_done +EXPORT_SYMBOL_GPL vmlinux 0xbfd0cfa0 fuse_simple_background +EXPORT_SYMBOL_GPL vmlinux 0xbfd46771 dev_pm_opp_get_max_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0xbfd5de52 cpufreq_table_index_unsorted +EXPORT_SYMBOL_GPL vmlinux 0xbfde593a _RNvXs5_NtNtCs3AkgXgqgK6r_4core3fmt3numiNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0xbfe5616d tick_broadcast_oneshot_control +EXPORT_SYMBOL_GPL vmlinux 0xbfec8f38 power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbfed2cd9 __wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0xbffe27fd _RNvXsm_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_9qspinlockNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc001ed91 shash_free_singlespawn_instance +EXPORT_SYMBOL_GPL vmlinux 0xc005d422 dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xc0089009 ata_common_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0xc03b3c29 fpu_copy_guest_fpstate_to_uabi +EXPORT_SYMBOL_GPL vmlinux 0xc03ee761 inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0xc048d227 syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xc053a3f0 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0xc05ba9e6 __devm_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc07480c8 devm_gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0xc078ffff _RNvXs3T_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5i8x64NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xc08bbce6 irq_get_percpu_devid_partition +EXPORT_SYMBOL_GPL vmlinux 0xc090c376 net_selftest_get_strings +EXPORT_SYMBOL_GPL vmlinux 0xc090fc9a scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xc096ec47 device_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0xc09facb9 edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0xc0a96e14 rcu_gp_is_expedited +EXPORT_SYMBOL_GPL vmlinux 0xc0b2664d devlink_dpipe_header_ipv4 +EXPORT_SYMBOL_GPL vmlinux 0xc0b4541b wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xc0c352a3 ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL vmlinux 0xc0e179d0 _RNvXs4g_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB6_10NonZeroU32NtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0xc0e1b2a4 bind_interdomain_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0xc0f0458a ip_tunnel_unneed_metadata +EXPORT_SYMBOL_GPL vmlinux 0xc0fa50fa xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0xc103a3a2 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc1086e0c sysrq_toggle_support +EXPORT_SYMBOL_GPL vmlinux 0xc10a8212 usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xc111e579 cdrom_read_tocentry +EXPORT_SYMBOL_GPL vmlinux 0xc1175508 thermal_zone_get_trip +EXPORT_SYMBOL_GPL vmlinux 0xc12d8de4 sync_blockdev_nowait +EXPORT_SYMBOL_GPL vmlinux 0xc132e347 gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0xc1463d09 ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc155ff7f tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0xc158598d serdev_device_wait_until_sent +EXPORT_SYMBOL_GPL vmlinux 0xc15afcc7 lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0xc16a5988 phy_resolve_aneg_linkmode +EXPORT_SYMBOL_GPL vmlinux 0xc1743430 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc17c6415 fwnode_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0xc17e9946 usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0xc189bdab unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xc1957aaf _RNvXs4T_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_5semunNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc1a06e13 ehci_reset +EXPORT_SYMBOL_GPL vmlinux 0xc1b320d7 ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0xc1cd51db shmem_file_setup_with_mnt +EXPORT_SYMBOL_GPL vmlinux 0xc1cdb872 genphy_c45_read_eee_abilities +EXPORT_SYMBOL_GPL vmlinux 0xc1ce46fb __traceiter_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xc1e48066 __thermal_zone_get_trip +EXPORT_SYMBOL_GPL vmlinux 0xc1e6986e interval_tree_span_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xc1e7c377 pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc1e97be8 net_failover_create +EXPORT_SYMBOL_GPL vmlinux 0xc2033d9f amd_get_highest_perf +EXPORT_SYMBOL_GPL vmlinux 0xc203d6d1 regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0xc2056d65 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xc2067aa2 devm_device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0xc212699c regulator_suspend_enable +EXPORT_SYMBOL_GPL vmlinux 0xc2163cb0 tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc23601c1 __SCT__tp_func_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xc2368ea5 ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0xc238b4b8 pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xc24c3853 l3mdev_master_ifindex_rcu +EXPORT_SYMBOL_GPL vmlinux 0xc25b4f8e __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0xc25b8971 hv_remove_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0xc2692173 wakeup_sources_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xc28559d2 io_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0xc285dc78 rio_unregister_mport +EXPORT_SYMBOL_GPL vmlinux 0xc287d96a kvm_set_posted_intr_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0xc289e46d cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xc2a3e570 errata +EXPORT_SYMBOL_GPL vmlinux 0xc2a814db tcp_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xc2aed231 _RNvMs3_NtNtCs3AkgXgqgK6r_4core4char7convertNtB5_14ParseCharError13___description +EXPORT_SYMBOL_GPL vmlinux 0xc2b6584d led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc2c1c427 perf_event_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc2d55962 work_on_cpu_key +EXPORT_SYMBOL_GPL vmlinux 0xc2de27ca hest_disable +EXPORT_SYMBOL_GPL vmlinux 0xc2e0797e acpi_fetch_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0xc2e2bf5b __tracepoint_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0xc2ef88ea pinctrl_utils_add_config +EXPORT_SYMBOL_GPL vmlinux 0xc2f34974 _RNvXsv_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_16static_key_falseNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc2f7d52f ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0xc2fb483f __SCT__tp_func_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xc3019a7e sdio_retune_release +EXPORT_SYMBOL_GPL vmlinux 0xc30890e2 cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0xc31353a3 irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0xc3163170 kthread_cancel_delayed_work_sync +EXPORT_SYMBOL_GPL vmlinux 0xc3342c10 usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0xc3380171 gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0xc3413465 ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc347481e _RNvXs1_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB5_4u8x2NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xc34ba1cb bpf_prog_free +EXPORT_SYMBOL_GPL vmlinux 0xc35e8e8d __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0xc363b16d devl_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc363cd0e _RNvXs20_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15class_migrate_tNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc3648ea2 auxiliary_device_init +EXPORT_SYMBOL_GPL vmlinux 0xc365b0fc kobject_move +EXPORT_SYMBOL_GPL vmlinux 0xc36a1c43 devm_regulator_get_enable +EXPORT_SYMBOL_GPL vmlinux 0xc3708747 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc370c9ce _RNvMs_NtNtCs3AkgXgqgK6r_4core5panic8locationNtB4_8Location20internal_constructor +EXPORT_SYMBOL_GPL vmlinux 0xc3734c59 blk_mq_quiesce_queue_nowait +EXPORT_SYMBOL_GPL vmlinux 0xc3805cd1 fs_ftype_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0xc3876c1a hv_isolation_type_snp +EXPORT_SYMBOL_GPL vmlinux 0xc38e62df raw_v4_match +EXPORT_SYMBOL_GPL vmlinux 0xc393da21 _RNvMs3_NtNtCs3AkgXgqgK6r_4core3ffi5c_strNtB5_4CStr6to_str +EXPORT_SYMBOL_GPL vmlinux 0xc39953d5 _RNvNtCs3AkgXgqgK6r_4core6option13expect_failed +EXPORT_SYMBOL_GPL vmlinux 0xc3997d9d mpi_read_raw_from_sgl +EXPORT_SYMBOL_GPL vmlinux 0xc39b6785 pci_epc_stop +EXPORT_SYMBOL_GPL vmlinux 0xc3b47825 rcu_async_relax +EXPORT_SYMBOL_GPL vmlinux 0xc3be5ad3 irq_domain_free_irqs_common +EXPORT_SYMBOL_GPL vmlinux 0xc3c4c6cc hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0xc3cb754e serdev_device_get_tiocm +EXPORT_SYMBOL_GPL vmlinux 0xc3cc4300 smca_get_long_name +EXPORT_SYMBOL_GPL vmlinux 0xc3dcc068 net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0xc3de65ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc3dfa2b1 _RNvXs48_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_8zonelistNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc3e1021c __SCT__tp_func_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc3ea5305 iommu_default_passthrough +EXPORT_SYMBOL_GPL vmlinux 0xc3f21cb4 virtqueue_get_buf_ctx +EXPORT_SYMBOL_GPL vmlinux 0xc3f34931 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xc4008d55 xen_have_vector_callback +EXPORT_SYMBOL_GPL vmlinux 0xc40e87e7 cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xc417be79 sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0xc421d0a4 pwm_apply_state +EXPORT_SYMBOL_GPL vmlinux 0xc426c51f klp_shadow_free_all +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc43e92b9 trace_seq_bprintf +EXPORT_SYMBOL_GPL vmlinux 0xc44afc48 pse_ethtool_set_config +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc45d0d13 injectm +EXPORT_SYMBOL_GPL vmlinux 0xc45f6bf4 trace_array_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xc46324f6 dynevent_create +EXPORT_SYMBOL_GPL vmlinux 0xc46741bf devm_watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0xc467a526 rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc48c3e56 sk_msg_free +EXPORT_SYMBOL_GPL vmlinux 0xc499fa0d devm_clk_get_enabled +EXPORT_SYMBOL_GPL vmlinux 0xc49ae12c phy_check_downshift +EXPORT_SYMBOL_GPL vmlinux 0xc49ecabb pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0xc4a31146 rdma_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc4a72936 trusted_tpm_send +EXPORT_SYMBOL_GPL vmlinux 0xc4b6f560 fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0xc4ba7e59 spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0xc4bce32b devm_pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0xc4bf935e pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc4d022cb __SCT__tp_func_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xc4d5e0e8 acpi_gpio_get_irq_resource +EXPORT_SYMBOL_GPL vmlinux 0xc4dd1125 _RNvXs7_NtCs3AkgXgqgK6r_4core3ffiNtB5_10VaListImplNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xc4f0da12 ktime_get_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xc50dca33 __SCT__tp_func_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0xc512626a __supported_pte_mask +EXPORT_SYMBOL_GPL vmlinux 0xc51a6bc9 _RNvMs0_NtNtCsbwHtcUjRN57_6kernel4sync7condvarNtB5_7CondVar10notify_one +EXPORT_SYMBOL_GPL vmlinux 0xc51b0c42 fuse_request_end +EXPORT_SYMBOL_GPL vmlinux 0xc533eb35 class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xc5346e9d bdi_dev_name +EXPORT_SYMBOL_GPL vmlinux 0xc53a73b2 tpm_chip_register +EXPORT_SYMBOL_GPL vmlinux 0xc53b931b _RNvMs6_NtNtCs3AkgXgqgK6r_4core3fmt8buildersNtB5_8DebugMap5entry +EXPORT_SYMBOL_GPL vmlinux 0xc5604800 clk_set_rate_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xc569d8ce __clk_get_name +EXPORT_SYMBOL_GPL vmlinux 0xc56bad16 devl_assert_locked +EXPORT_SYMBOL_GPL vmlinux 0xc57488ae user_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc5777fca linear_range_get_selector_low_array +EXPORT_SYMBOL_GPL vmlinux 0xc589f0c6 _RNvNtNtCsbwHtcUjRN57_6kernel5print14format_strings4CONT +EXPORT_SYMBOL_GPL vmlinux 0xc58a3ee6 icc_node_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc59451a1 get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0xc5988fa6 bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xc5a5c678 uart_parse_earlycon +EXPORT_SYMBOL_GPL vmlinux 0xc5a8345d netdev_walk_all_upper_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0xc5a8755f tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0xc5ae88ab devm_mipi_dsi_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xc5b56882 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter25debug_tuple_field3_finish +EXPORT_SYMBOL_GPL vmlinux 0xc5b91b5e _RNvMs2_NtNtCs3AkgXgqgK6r_4core3fmt8buildersNtB5_10DebugTuple6finish +EXPORT_SYMBOL_GPL vmlinux 0xc5bcfbe6 regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0xc5c381fd input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0xc5c72a9d mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0xc5cadf03 regmap_field_test_bits +EXPORT_SYMBOL_GPL vmlinux 0xc5cf519d ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0xc5d1483c _RNvXs1A_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11reg_512_bitNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc5d38aa9 __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0xc5d8fceb pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc5f58bfd __netpoll_free +EXPORT_SYMBOL_GPL vmlinux 0xc5fed487 xdp_features_set_redirect_target +EXPORT_SYMBOL_GPL vmlinux 0xc604ab28 __SCT__tp_func_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc61a9100 gpiochip_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0xc6240e5e _RNvXsn_NtNtCs3AkgXgqgK6r_4core4char7convertNtB5_16CharTryFromErrorNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xc6250576 ZSTD_isError +EXPORT_SYMBOL_GPL vmlinux 0xc62611e1 scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xc649a1fa usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0xc64fd66a add_hwgenerator_randomness +EXPORT_SYMBOL_GPL vmlinux 0xc651b5ed skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0xc6569014 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0xc6572a90 xenbus_read_unsigned +EXPORT_SYMBOL_GPL vmlinux 0xc66019cc xen_resume_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc667cc0d rio_map_outb_region +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc6779093 ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xc6807ae0 _RNvXs1Z_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_23class_preempt_notrace_tNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc683da81 set_memory_decrypted +EXPORT_SYMBOL_GPL vmlinux 0xc697b0f7 nvmem_device_read +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc6a4a872 __clk_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xc6b698aa dev_pm_opp_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0xc6b8f196 strp_done +EXPORT_SYMBOL_GPL vmlinux 0xc6c25a64 find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xc6c943f9 _RNvXs8_NtNtCs3AkgXgqgK6r_4core4hash3sipNtB5_11SipHasher13NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xc6cc2cd0 inet_bhash2_reset_saddr +EXPORT_SYMBOL_GPL vmlinux 0xc6cf33c3 backing_file_real_path +EXPORT_SYMBOL_GPL vmlinux 0xc6dc3d6a ptp_msg_is_sync +EXPORT_SYMBOL_GPL vmlinux 0xc6de1796 devm_regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xc6def34b gnttab_empty_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xc6df4f32 bpf_prog_add +EXPORT_SYMBOL_GPL vmlinux 0xc6e5bcf3 linear_range_get_selector_within +EXPORT_SYMBOL_GPL vmlinux 0xc6e9b3e7 acpi_subsys_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0xc6f8d1dd acpi_subsys_complete +EXPORT_SYMBOL_GPL vmlinux 0xc6fc2bf9 __fsverity_cleanup_inode +EXPORT_SYMBOL_GPL vmlinux 0xc6ff9d55 mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0xc7061ef3 iova_cache_put +EXPORT_SYMBOL_GPL vmlinux 0xc707fa5e usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xc70dac06 _RNvXs1T_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_9irq_stackNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc70f0c3b crypto_clone_ahash +EXPORT_SYMBOL_GPL vmlinux 0xc71476c4 clk_hw_get_flags +EXPORT_SYMBOL_GPL vmlinux 0xc71e7d48 dma_async_device_channel_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc7269e26 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xc7318790 devlink_dpipe_entry_ctx_close +EXPORT_SYMBOL_GPL vmlinux 0xc737928a ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0xc73d92c1 __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xc73dc658 blk_steal_bios +EXPORT_SYMBOL_GPL vmlinux 0xc74c07ce cppc_get_epp_perf +EXPORT_SYMBOL_GPL vmlinux 0xc7563886 _RNvXs4H_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_4upidNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc757a276 sysfs_group_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xc76033c4 dev_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0xc7645f03 _RNvXsp_NtNtCs3AkgXgqgK6r_4core3fmt3numNtB5_5OctalNtB5_12GenericRadix5digit +EXPORT_SYMBOL_GPL vmlinux 0xc7698c3d pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0xc770640d devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xc775a388 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xc77be656 ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0xc77d8473 regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0xc7856e74 __wake_up_locked_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xc798422f phy_save_page +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7a7e770 clk_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xc7a9779b _RNvXs2r_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_7rb_rootNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc7ad74b2 __traceiter_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xc7b7dc85 nfs_ssc_client_tbl +EXPORT_SYMBOL_GPL vmlinux 0xc7bf9757 __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xc7c23ff0 xenbus_exists +EXPORT_SYMBOL_GPL vmlinux 0xc7c26ec0 _RNvXs4M_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10rhashtableNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc7c52560 ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0xc7d73a76 _RNvXs16_NtNtCs3AkgXgqgK6r_4core3fmt3numnNtB8_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0xc7d891d4 badblocks_init +EXPORT_SYMBOL_GPL vmlinux 0xc7daed96 sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xc7e10849 __tracepoint_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc7e64fc2 asn1_encode_integer +EXPORT_SYMBOL_GPL vmlinux 0xc7ef4802 fib_rules_dump +EXPORT_SYMBOL_GPL vmlinux 0xc7f3785d tcp_get_syncookie_mss +EXPORT_SYMBOL_GPL vmlinux 0xc7f4feed misc_cg_try_charge +EXPORT_SYMBOL_GPL vmlinux 0xc7fa4aa9 kobj_ns_drop +EXPORT_SYMBOL_GPL vmlinux 0xc80ec9f5 tpm2_get_cc_attrs_tbl +EXPORT_SYMBOL_GPL vmlinux 0xc8126340 clear_mce_nospec +EXPORT_SYMBOL_GPL vmlinux 0xc813e242 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter26debug_struct_field3_finish +EXPORT_SYMBOL_GPL vmlinux 0xc81f52b0 ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0xc82c721f klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xc839c1ce trace_seq_to_user +EXPORT_SYMBOL_GPL vmlinux 0xc84c0c36 bpf_offload_dev_netdev_register +EXPORT_SYMBOL_GPL vmlinux 0xc8594d3d reset_control_acquire +EXPORT_SYMBOL_GPL vmlinux 0xc85b7475 usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0xc862310a _RNvXs1R_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_13x86_io_bitmapNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc870e221 devlink_linecard_nested_dl_set +EXPORT_SYMBOL_GPL vmlinux 0xc872efb2 devm_gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0xc874d710 hv_unmap_ioapic_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xc8778e9d _RNvNtNtCs3AkgXgqgK6r_4core5slice5index10into_range +EXPORT_SYMBOL_GPL vmlinux 0xc8779b19 sch_frag_xmit_hook +EXPORT_SYMBOL_GPL vmlinux 0xc87e487a sched_clock_idle_sleep_event +EXPORT_SYMBOL_GPL vmlinux 0xc87eae57 vchan_init +EXPORT_SYMBOL_GPL vmlinux 0xc8803c6c icc_node_create +EXPORT_SYMBOL_GPL vmlinux 0xc8862d42 kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0xc8882174 icc_node_del +EXPORT_SYMBOL_GPL vmlinux 0xc88a9e0c _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter9precision +EXPORT_SYMBOL_GPL vmlinux 0xc8918fa4 mmc_cmdq_enable +EXPORT_SYMBOL_GPL vmlinux 0xc897e595 edac_mc_free +EXPORT_SYMBOL_GPL vmlinux 0xc8989ec3 genphy_c45_pma_resume +EXPORT_SYMBOL_GPL vmlinux 0xc8a92e94 fsverity_ioctl_enable +EXPORT_SYMBOL_GPL vmlinux 0xc8bb53ac phy_package_leave +EXPORT_SYMBOL_GPL vmlinux 0xc8c4aecb lwtunnel_get_encap_size +EXPORT_SYMBOL_GPL vmlinux 0xc8c808a8 __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0xc8ddd5b5 kstrdup_quotable +EXPORT_SYMBOL_GPL vmlinux 0xc8f11970 priv_to_devlink +EXPORT_SYMBOL_GPL vmlinux 0xc90227bf __SCK__tp_func_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xc90f0e57 tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0xc917caa1 __tracepoint_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0xc91c5ee1 _RNvMNtNtCs3AkgXgqgK6r_4core3ffi5c_strNtB2_21FromBytesWithNulError12interior_nul +EXPORT_SYMBOL_GPL vmlinux 0xc91ee1b5 __SCT__tp_func_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xc91fdf58 percpu_ref_is_zero +EXPORT_SYMBOL_GPL vmlinux 0xc9216a82 recalibrate_cpu_khz +EXPORT_SYMBOL_GPL vmlinux 0xc92d7c99 device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0xc9345c0f digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0xc93ee1e7 usb_phy_roothub_init +EXPORT_SYMBOL_GPL vmlinux 0xc941b43c gnttab_page_cache_get +EXPORT_SYMBOL_GPL vmlinux 0xc9457621 put_io_context +EXPORT_SYMBOL_GPL vmlinux 0xc945f090 usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0xc94d2da6 devl_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc9641b48 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0xc966c1d5 devfreq_event_get_edev_count +EXPORT_SYMBOL_GPL vmlinux 0xc9698582 pci_find_host_bridge +EXPORT_SYMBOL_GPL vmlinux 0xc974d22b devl_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc9827693 __bpf_call_base +EXPORT_SYMBOL_GPL vmlinux 0xc98cb614 vcap_tc_flower_handler_vlan_usage +EXPORT_SYMBOL_GPL vmlinux 0xc993e2df spi_mem_adjust_op_size +EXPORT_SYMBOL_GPL vmlinux 0xc997d7c4 gnttab_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xc99902de _RNvXs1N_NtNtCs3AkgXgqgK6r_4core3str4iterNtB6_8LinesAnyNtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xc9a4b416 copy_to_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0xc9a55a77 mmu_interval_notifier_insert_locked +EXPORT_SYMBOL_GPL vmlinux 0xc9c3f176 hpet_register_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0xc9c56e54 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0xc9c67c3b __traceiter_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xc9cc915e fixed_phy_register +EXPORT_SYMBOL_GPL vmlinux 0xc9ceea06 clk_has_parent +EXPORT_SYMBOL_GPL vmlinux 0xc9cfb3a0 _RNvXNtNtNtCsbwHtcUjRN57_6kernel4sync4lock8spinlockNtB2_15SpinLockBackendNtB4_7Backend6unlock +EXPORT_SYMBOL_GPL vmlinux 0xc9d7994e _RNvXs1y_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_12fxregs_stateNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc9dba292 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0xc9e33473 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0xc9e57c64 udp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9f1f304 fb_sys_write +EXPORT_SYMBOL_GPL vmlinux 0xc9f6c2d5 power_supply_external_power_changed +EXPORT_SYMBOL_GPL vmlinux 0xc9fa9cfb _RNvXs4u_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_25local_apic__bindgen_ty_29NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc9fd634a usb_role_switch_put +EXPORT_SYMBOL_GPL vmlinux 0xc9fdbe45 pwm_lpss_byt_info +EXPORT_SYMBOL_GPL vmlinux 0xc9fe3ca9 ncsi_start_dev +EXPORT_SYMBOL_GPL vmlinux 0xca042625 genphy_c45_check_and_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0xca120841 rtnl_register_module +EXPORT_SYMBOL_GPL vmlinux 0xca15ce2c __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xca1977f6 pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0xca26ccf5 icc_get_name +EXPORT_SYMBOL_GPL vmlinux 0xca34d4f9 pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0xca3bb65d _RNvMNtNtCs3AkgXgqgK6r_4core3num3fmtNtB2_4Part3len +EXPORT_SYMBOL_GPL vmlinux 0xca454a34 vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0xca467318 hibernation_set_ops +EXPORT_SYMBOL_GPL vmlinux 0xca500464 ZSTD_getErrorName +EXPORT_SYMBOL_GPL vmlinux 0xca5b6ac6 regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0xca6dfeaa _RNvMNtCs3AkgXgqgK6r_4core3stre14escape_unicode +EXPORT_SYMBOL_GPL vmlinux 0xca6f6b42 ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca81fc50 md_bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0xca8314f5 _RNvXs0_NtNtCs3AkgXgqgK6r_4core3fmt3numaNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0xca86869c da903x_read +EXPORT_SYMBOL_GPL vmlinux 0xca9a1d5e ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0xcaa4c532 nvmem_device_cell_write +EXPORT_SYMBOL_GPL vmlinux 0xcaa68533 cpu_has_xfeatures +EXPORT_SYMBOL_GPL vmlinux 0xcabac666 _RNvXsk_NtCs3AkgXgqgK6r_4core3numsNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcabfdf40 device_set_of_node_from_dev +EXPORT_SYMBOL_GPL vmlinux 0xcac89104 ncsi_register_dev +EXPORT_SYMBOL_GPL vmlinux 0xcad0a32e component_compare_of +EXPORT_SYMBOL_GPL vmlinux 0xcad67885 _RNvXsB_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB5_4u8x8NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xcada4bdb tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0xcadbe1a1 _RNvXs3X_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_18vm_special_mappingNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xcaeeb02d i2c_dw_adjust_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0xcaf0271f hv_get_register +EXPORT_SYMBOL_GPL vmlinux 0xcaf1d958 evtchn_get +EXPORT_SYMBOL_GPL vmlinux 0xcb0086a4 clk_hw_register_composite +EXPORT_SYMBOL_GPL vmlinux 0xcb0096ff fwnode_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0xcb0359ac devm_gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0xcb1df530 dev_pm_opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0xcb24847a debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0xcb2bfe2b nvmem_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcb33d3eb lwtstate_free +EXPORT_SYMBOL_GPL vmlinux 0xcb349fa4 clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0xcb38f2bb iptunnel_metadata_reply +EXPORT_SYMBOL_GPL vmlinux 0xcb459983 xfrm_dev_offload_ok +EXPORT_SYMBOL_GPL vmlinux 0xcb4a7d9b public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0xcb530c9f iomap_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0xcb561441 mem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0xcb586631 _RNvXsK_NtNtCs3AkgXgqgK6r_4core3fmt3numsNtB7_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0xcb603d52 xhci_drop_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xcb624491 devl_dpipe_table_resource_set +EXPORT_SYMBOL_GPL vmlinux 0xcb671f99 soc_device_match +EXPORT_SYMBOL_GPL vmlinux 0xcb76b4f5 fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0xcb777357 _RNvXs2P_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5m32x4NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xcb8a461c hv_stimer_legacy_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xcb970751 stop_machine +EXPORT_SYMBOL_GPL vmlinux 0xcb9aace1 fscrypt_fname_encrypted_size +EXPORT_SYMBOL_GPL vmlinux 0xcbb0d453 crypto_unregister_rng +EXPORT_SYMBOL_GPL vmlinux 0xcbb46ca0 misc_cg_set_capacity +EXPORT_SYMBOL_GPL vmlinux 0xcbe56bc2 zs_get_total_pages +EXPORT_SYMBOL_GPL vmlinux 0xcbfc457e _RNvXs5y_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_20posix_cputimers_workNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xcc00296a pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0xcc00532c iomap_file_buffered_write_punch_delalloc +EXPORT_SYMBOL_GPL vmlinux 0xcc093c8a _RNvMNtNtCs3AkgXgqgK6r_4core3ffi5c_strNtB2_21FromBytesWithNulError18not_nul_terminated +EXPORT_SYMBOL_GPL vmlinux 0xcc0b6c2e acpi_bind_one +EXPORT_SYMBOL_GPL vmlinux 0xcc16ea41 usb_phy_set_event +EXPORT_SYMBOL_GPL vmlinux 0xcc1efb92 intel_pinctrl_probe_by_uid +EXPORT_SYMBOL_GPL vmlinux 0xcc2b5b90 mbox_request_channel_byname +EXPORT_SYMBOL_GPL vmlinux 0xcc33f6b5 devm_register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xcc37a221 _RNvXs3S_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_37mm_struct__bindgen_ty_1__bindgen_ty_2NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xcc39c03e nvmem_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcc4594ff sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0xcc576d89 nvdimm_cmd_mask +EXPORT_SYMBOL_GPL vmlinux 0xcc673d25 icc_set_bw +EXPORT_SYMBOL_GPL vmlinux 0xcc6e84d1 devm_hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0xcc723c5a dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0xcc76763a _RNvXsj_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3imphNtB9_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0xcc83bf4b regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xcc8aab0d device_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0xcc9268fc hwpoison_filter_enable +EXPORT_SYMBOL_GPL vmlinux 0xcc935375 walk_iomem_res_desc +EXPORT_SYMBOL_GPL vmlinux 0xccabde6f crc64_rocksoft_generic +EXPORT_SYMBOL_GPL vmlinux 0xccb74b26 dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccd24d65 __traceiter_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0xccd86806 ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0xcceb7238 scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xccecdba9 rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0xccf51d71 relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0xccf52bc9 sfp_upstream_start +EXPORT_SYMBOL_GPL vmlinux 0xccf53518 __irq_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0xccf73e78 sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0xccfbcfb0 pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0xcd0ffc04 tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0xcd12f6fe xenbus_setup_ring +EXPORT_SYMBOL_GPL vmlinux 0xcd19c5d9 devm_bitmap_zalloc +EXPORT_SYMBOL_GPL vmlinux 0xcd1b8235 md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0xcd1e59a4 peernet2id_alloc +EXPORT_SYMBOL_GPL vmlinux 0xcd1e826d hsu_dma_remove +EXPORT_SYMBOL_GPL vmlinux 0xcd24e146 hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0xcd2b8d9a nvdimm_has_flush +EXPORT_SYMBOL_GPL vmlinux 0xcd419996 _RNvXs4_NtNtCs3AkgXgqgK6r_4core3num5errorNtB5_13ParseIntErrorNtNtB9_5error5Error11description +EXPORT_SYMBOL_GPL vmlinux 0xcd4625d2 tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0xcd47aa8b device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0xcd47edc2 ping_err +EXPORT_SYMBOL_GPL vmlinux 0xcd5be9a4 usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0xcd63f0de sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0xcd66eeeb dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0xcd689991 pci_d3cold_enable +EXPORT_SYMBOL_GPL vmlinux 0xcd6a0596 dm_disk +EXPORT_SYMBOL_GPL vmlinux 0xcd6f2dc9 nf_log_buf_add +EXPORT_SYMBOL_GPL vmlinux 0xcd78f2fa __serdev_device_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xcd8017fc skb_send_sock_locked +EXPORT_SYMBOL_GPL vmlinux 0xcd81a945 switch_fpu_return +EXPORT_SYMBOL_GPL vmlinux 0xcd86b078 devres_remove +EXPORT_SYMBOL_GPL vmlinux 0xcd8e8f82 uv_bios_enum_objs +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcd9cd2ff wakeme_after_rcu +EXPORT_SYMBOL_GPL vmlinux 0xcda6ade8 devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xcdb5bb98 event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0xcdb697a9 _RNvXst_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_10static_keyNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xcdb6adcc ras_userspace_consumers +EXPORT_SYMBOL_GPL vmlinux 0xcdbea0f3 iomap_ioend_try_merge +EXPORT_SYMBOL_GPL vmlinux 0xcdc05f9a device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdcb22ae _RNvXsT_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_9edid_infoNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xcdcebded skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0xcdd1f2d1 xfrm_register_translator +EXPORT_SYMBOL_GPL vmlinux 0xcdda2a2d lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0xcde26600 cppc_get_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0xcde793d9 _RNvXs0_NvNtNtCsbwHtcUjRN57_6kernel4sync7condvar1__NtB7_7CondVarNtNtNtBb_4init10___internal10HasPinData10___pin_data +EXPORT_SYMBOL_GPL vmlinux 0xcdeec703 usb_acpi_port_lpm_incapable +EXPORT_SYMBOL_GPL vmlinux 0xcdf0e655 get_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xcdf41797 _RNvXs4R_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_13kern_ipc_permNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xce09d634 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0xce0a4020 xenbus_directory +EXPORT_SYMBOL_GPL vmlinux 0xce2c3875 devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xce2d8983 espintcp_queue_out +EXPORT_SYMBOL_GPL vmlinux 0xce3259d9 iomap_readahead +EXPORT_SYMBOL_GPL vmlinux 0xce3c672a dax_inode +EXPORT_SYMBOL_GPL vmlinux 0xce46096f unwind_get_return_address +EXPORT_SYMBOL_GPL vmlinux 0xce4cd412 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0xce4f0aab _RNvXs_NtCsbwHtcUjRN57_6kernel5errorNtB4_5ErrorNtNtCs3AkgXgqgK6r_4core3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xce57efbc usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xce65f312 dispatch_hid_bpf_device_event +EXPORT_SYMBOL_GPL vmlinux 0xce6cb0dc switchdev_handle_port_obj_del_foreign +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce6e5e96 sock_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0xce72c517 _RNvXsw_NtNtCs3AkgXgqgK6r_4core3fmt3numjNtB7_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0xce881c65 fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0xce8fe7d5 crypto_rng_reset +EXPORT_SYMBOL_GPL vmlinux 0xce995774 eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0xce9b7e15 blk_queue_can_use_dma_map_merging +EXPORT_SYMBOL_GPL vmlinux 0xce9bed15 rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0xcea9f9ab serdev_controller_remove +EXPORT_SYMBOL_GPL vmlinux 0xceb08d55 irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xceb66bec sched_clock_cpu +EXPORT_SYMBOL_GPL vmlinux 0xcec8eac9 kill_device +EXPORT_SYMBOL_GPL vmlinux 0xced97a55 mbox_send_message +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcee36cd2 bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0xceed8d74 is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0xcef3a69f regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0xcefa2346 scsi_host_unblock +EXPORT_SYMBOL_GPL vmlinux 0xcefc7694 _RNvXs3T_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_23mm_struct__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xcf02ab71 __SCT__tp_func_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xcf06d893 devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xcf0747ba _RNvXs4p_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB6_12NonZeroIsizeNtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0xcf2b93c8 __SCT__tp_func_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xcf31199d serial8250_do_set_mctrl +EXPORT_SYMBOL_GPL vmlinux 0xcf35629e __traceiter_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xcf3ac342 __strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0xcf3bccc0 usb_alloc_dev +EXPORT_SYMBOL_GPL vmlinux 0xcf445d0c _RNvMNtNtCs3AkgXgqgK6r_4core5panic10panic_infoNtB2_9PanicInfo7message +EXPORT_SYMBOL_GPL vmlinux 0xcf45e0f6 __phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0xcf4aaa7e call_switchdev_notifiers +EXPORT_SYMBOL_GPL vmlinux 0xcf54b9cf fork_usermode_driver +EXPORT_SYMBOL_GPL vmlinux 0xcf66f76a register_fprobe_ips +EXPORT_SYMBOL_GPL vmlinux 0xcf6a2c07 usb_set_wireless_status +EXPORT_SYMBOL_GPL vmlinux 0xcf78ec68 fpu_copy_uabi_to_guest_fpstate +EXPORT_SYMBOL_GPL vmlinux 0xcf819ee1 blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0xcf98c397 _RNvXs54_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15hrtimer_sleeperNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xcf9d5449 _RNvXs3N_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_28vm_area_struct__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xcfa40717 generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0xcfad5726 proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0xcfc10104 pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0xcfc5108a devlink_fmsg_u8_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xcfc7ac5e debugfs_real_fops +EXPORT_SYMBOL_GPL vmlinux 0xcfc7b4e4 rcu_barrier_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0xcfcb80e7 cgroup_get_e_css +EXPORT_SYMBOL_GPL vmlinux 0xcfd30d71 acpi_os_map_memory +EXPORT_SYMBOL_GPL vmlinux 0xcfe0214f sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xcfe10762 rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xcff2c159 tty_kopen_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xd000b81f fscrypt_file_open +EXPORT_SYMBOL_GPL vmlinux 0xd0022dce usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0xd0177a65 acrn_setup_intr_handler +EXPORT_SYMBOL_GPL vmlinux 0xd0207d43 _RNvXs2b_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_28class_raw_spinlock_irqsave_tNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd0242718 __tracepoint_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0xd02984f8 platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0xd02a678f _RNvXs2_NtNtCs3AkgXgqgK6r_4core3fmt3numlNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0xd0392b68 l3mdev_update_flow +EXPORT_SYMBOL_GPL vmlinux 0xd03d5812 mmput_async +EXPORT_SYMBOL_GPL vmlinux 0xd03eaf4c schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0xd043a67a skcipher_alloc_instance_simple +EXPORT_SYMBOL_GPL vmlinux 0xd0458ccb xenbus_strstate +EXPORT_SYMBOL_GPL vmlinux 0xd046839f thermal_zone_device +EXPORT_SYMBOL_GPL vmlinux 0xd05108b0 regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd0667cd8 _RNvXs2I_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11ma_wr_stateNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd0668fd6 dst_cache_get_ip4 +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd0686cd4 rcuref_put_slowpath +EXPORT_SYMBOL_GPL vmlinux 0xd06c8cf1 dma_resv_describe +EXPORT_SYMBOL_GPL vmlinux 0xd080d227 __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xd0892d5a netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd08eb689 _RNvXs5k_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_7siginfoNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd0907229 fwnode_handle_get +EXPORT_SYMBOL_GPL vmlinux 0xd09911a6 acpi_dev_get_irq_type +EXPORT_SYMBOL_GPL vmlinux 0xd09df46b ata_ncq_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0xd0bcc8b5 __traceiter_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0xd0bd65c1 of_pwm_single_xlate +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0c694f4 relay_open +EXPORT_SYMBOL_GPL vmlinux 0xd0d156e9 __rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xd0d3f0a4 gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0xd0daabac ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xd0db0f12 run_dax +EXPORT_SYMBOL_GPL vmlinux 0xd0df12ba __SCT__tp_func_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xd0eda76d pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0xd0f529cb _RNvXsc_NtNtCs3AkgXgqgK6r_4core4sync6atomicNtB5_8OrderingNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xd0fd3058 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd0fd7085 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd0fdedad msi_lock_descs +EXPORT_SYMBOL_GPL vmlinux 0xd10152a6 serdev_device_set_parity +EXPORT_SYMBOL_GPL vmlinux 0xd104ac22 hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0xd10b9771 _RNvXs1N_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11cpuinfo_x86NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd11db847 dst_blackhole_mtu +EXPORT_SYMBOL_GPL vmlinux 0xd138c08a free_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0xd13a94d1 __SCT__tp_func_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xd13cb0c0 _RNvXs5w_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_19posix_cputimer_baseNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd1481de7 mpi_clear +EXPORT_SYMBOL_GPL vmlinux 0xd14b0647 usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0xd14c4278 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0xd159586c net_prio_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xd15ade55 dmaengine_desc_get_metadata_ptr +EXPORT_SYMBOL_GPL vmlinux 0xd15e7b94 _RNvXsc_NtCs3AkgXgqgK6r_4core7convertNtB5_10InfallibleNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xd162903c __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xd1639736 disk_set_zoned +EXPORT_SYMBOL_GPL vmlinux 0xd165f06b nf_ip_route +EXPORT_SYMBOL_GPL vmlinux 0xd193c15c rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0xd19af08a blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0xd1a0bc71 __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0xd1a915ce _RNvXs_NtCsbwHtcUjRN57_6kernel5typesuNtB4_14ForeignOwnable6borrow +EXPORT_SYMBOL_GPL vmlinux 0xd1a95a0c thermal_remove_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0xd1af73a4 _RNvXs2H_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_8ma_stateNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd1bb80c4 dw_pcie_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xd1c1a9aa __tracepoint_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0xd1c3fb44 vcap_free_rule +EXPORT_SYMBOL_GPL vmlinux 0xd1cbc23c add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0xd1deed9c regmap_field_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0xd1e9b2ad __SCT__tp_func_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xd1eba672 hte_push_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0xd1f2eee2 nf_logger_find_get +EXPORT_SYMBOL_GPL vmlinux 0xd1f4dc70 __tracepoint_console +EXPORT_SYMBOL_GPL vmlinux 0xd1f75ff7 __acpi_node_get_property_reference +EXPORT_SYMBOL_GPL vmlinux 0xd20a1882 cros_ec_cmd +EXPORT_SYMBOL_GPL vmlinux 0xd20c66ab __SCT__tp_func_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd21b61bd async_schedule_node_domain +EXPORT_SYMBOL_GPL vmlinux 0xd21dd2a8 _RNvXsW_NtNtCs3AkgXgqgK6r_4core3fmt3nummNtB7_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0xd22ee840 devl_trap_policers_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd2331d7a clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0xd238219a ipv6_bpf_stub +EXPORT_SYMBOL_GPL vmlinux 0xd243e456 crypto_shash_tfm_digest +EXPORT_SYMBOL_GPL vmlinux 0xd2457d6f _RNvXs3P_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_28vm_area_struct__bindgen_ty_3NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd24e9e8c klist_init +EXPORT_SYMBOL_GPL vmlinux 0xd25a6faa devl_unlock +EXPORT_SYMBOL_GPL vmlinux 0xd25be4a3 dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0xd260af0d ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0xd272be39 pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd275238c pci_msi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0xd2780326 divider_recalc_rate +EXPORT_SYMBOL_GPL vmlinux 0xd279f72f do_xdp_generic +EXPORT_SYMBOL_GPL vmlinux 0xd27ed0d6 powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0xd27eeb4b alloc_iova +EXPORT_SYMBOL_GPL vmlinux 0xd27f215d gnttab_alloc_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xd2868066 pinctrl_utils_reserve_map +EXPORT_SYMBOL_GPL vmlinux 0xd28c7e83 sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0xd294476a crypto_unregister_acomp +EXPORT_SYMBOL_GPL vmlinux 0xd29c1f10 __traceiter_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0xd2a715e7 pci_pri_supported +EXPORT_SYMBOL_GPL vmlinux 0xd2a97625 devlink_region_snapshot_id_put +EXPORT_SYMBOL_GPL vmlinux 0xd2b10a05 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0xd2b7616a dev_pm_qos_hide_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0xd2b8676f __tracepoint_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xd2ce7cc1 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter25debug_tuple_field2_finish +EXPORT_SYMBOL_GPL vmlinux 0xd2d7e59b unregister_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0xd2d9e4c8 acpi_pci_check_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xd2f091f5 clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0xd302621b divider_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xd303751c sfp_add_phy +EXPORT_SYMBOL_GPL vmlinux 0xd307b82a sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0xd313bc7b xas_nomem +EXPORT_SYMBOL_GPL vmlinux 0xd3150aff devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd3157fd2 crypto_akcipher_sync_post +EXPORT_SYMBOL_GPL vmlinux 0xd31a2ac5 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xd31c9e10 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0xd320ebaf pci_epc_get_first_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xd3379b35 _RNvXs2q_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_7rb_nodeNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd33b96aa proc_create_net_single +EXPORT_SYMBOL_GPL vmlinux 0xd350410a __tracepoint_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0xd35c492d devlink_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0xd36760ef __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xd372f789 _RNvXNtCs3AkgXgqgK6r_4core4charNtB2_13EscapeUnicodeNtNtNtNtB4_4iter6traits8iterator8Iterator4last +EXPORT_SYMBOL_GPL vmlinux 0xd3752c27 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xd3825474 _RNvXsd_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3impmNtB9_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0xd386daa4 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter5width +EXPORT_SYMBOL_GPL vmlinux 0xd3901d33 acpi_dev_resource_address_space +EXPORT_SYMBOL_GPL vmlinux 0xd393a352 _RNvXsQ_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_17edd_device_paramsNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd39e9848 put_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xd3a7a72b bpf_event_output +EXPORT_SYMBOL_GPL vmlinux 0xd3ac4028 power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0xd3eaf1ed devlink_dpipe_entry_clear +EXPORT_SYMBOL_GPL vmlinux 0xd3ec851c __traceiter_unmap +EXPORT_SYMBOL_GPL vmlinux 0xd3f4188a __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0xd3f73de7 dmi_kobj +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd416cfec perf_guest_get_msrs +EXPORT_SYMBOL_GPL vmlinux 0xd41f544a is_swiotlb_active +EXPORT_SYMBOL_GPL vmlinux 0xd426dbc4 erst_get_record_count +EXPORT_SYMBOL_GPL vmlinux 0xd42f1d4e show_rcu_tasks_rude_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd4404350 __SCT__tp_func_block_split +EXPORT_SYMBOL_GPL vmlinux 0xd443dbeb thermal_zone_device_disable +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd44fd0c5 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter19sign_aware_zero_pad +EXPORT_SYMBOL_GPL vmlinux 0xd4621a4b cgroup_get_from_id +EXPORT_SYMBOL_GPL vmlinux 0xd4670eb8 acpi_unregister_lps0_dev +EXPORT_SYMBOL_GPL vmlinux 0xd46af5ef cppc_get_perf_ctrs +EXPORT_SYMBOL_GPL vmlinux 0xd46e85b9 _RNvXs6_NtNtCs3AkgXgqgK6r_4core3fmt3numhNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0xd47091b8 usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0xd471ba78 _RNvXs2a_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_24class_raw_spinlock_irq_tNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd4793794 _RNvNvMs3_NtNtCs3AkgXgqgK6r_4core3ffi5c_strNtB7_4CStr29from_bytes_with_nul_unchecked10const_impl +EXPORT_SYMBOL_GPL vmlinux 0xd47f3cd1 tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xd4845e1f uprobe_register_refctr +EXPORT_SYMBOL_GPL vmlinux 0xd486190c crypto_grab_shash +EXPORT_SYMBOL_GPL vmlinux 0xd48a9773 drop_reasons_register_subsys +EXPORT_SYMBOL_GPL vmlinux 0xd4901cb4 of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd490df8e irq_domain_set_hwirq_and_chip +EXPORT_SYMBOL_GPL vmlinux 0xd4b2c708 crypto_unregister_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xd4b6157e devlink_health_reporter_recovery_done +EXPORT_SYMBOL_GPL vmlinux 0xd4b9a616 reset_control_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xd4bb3890 tcp_abort +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4c9f921 mbox_client_txdone +EXPORT_SYMBOL_GPL vmlinux 0xd4e44c58 xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0xd4e6d7e0 linear_range_get_value +EXPORT_SYMBOL_GPL vmlinux 0xd4f5bfa5 iommu_queue_iopf +EXPORT_SYMBOL_GPL vmlinux 0xd50616cf _RNvXsb_NtNtCs3AkgXgqgK6r_4core4hash3sipNtB5_11SipHasher24NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xd50781b9 sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0xd50cfbf9 ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0xd51eebe0 pci_epf_unbind +EXPORT_SYMBOL_GPL vmlinux 0xd525748f dma_resv_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd525d9a2 __clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xd526032a ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0xd52c068d debugfs_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd5301b2c linear_range_get_max_value +EXPORT_SYMBOL_GPL vmlinux 0xd533618c devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0xd5474690 usb_role_switch_set_role +EXPORT_SYMBOL_GPL vmlinux 0xd54f8d68 acpi_ec_add_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xd550e604 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0xd551d593 srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0xd556ecc1 _RNvXs3_NtNtCs3AkgXgqgK6r_4core3str5lossyNtB5_10Utf8ChunksNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xd55a85a9 xfrm_state_afinfo_get_rcu +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd56c8337 _RNvXs3l_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_14percpu_counterNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd579e285 rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0xd582cd52 devm_gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0xd59a1587 linkmode_resolve_pause +EXPORT_SYMBOL_GPL vmlinux 0xd5a66e8d fixed_phy_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd5c177f0 _RNvNtNtCs3AkgXgqgK6r_4core5slice5index26slice_start_index_len_fail +EXPORT_SYMBOL_GPL vmlinux 0xd5c1ad95 _RNvXsf_NtNtCs3AkgXgqgK6r_4core9core_arch3x86NtB5_6___m128NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xd5c48a2a inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xd5cde06e dev_pm_opp_set_rate +EXPORT_SYMBOL_GPL vmlinux 0xd5dfc9e4 gpiochip_request_own_desc +EXPORT_SYMBOL_GPL vmlinux 0xd5f01f76 pci_epf_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xd5f3bb7b set_memory_encrypted +EXPORT_SYMBOL_GPL vmlinux 0xd5fa44f9 _RNvXs37_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_12class_srcu_tNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd6018df5 serdev_device_write_buf +EXPORT_SYMBOL_GPL vmlinux 0xd6081705 register_btf_kfunc_id_set +EXPORT_SYMBOL_GPL vmlinux 0xd60e97fb pm_clk_init +EXPORT_SYMBOL_GPL vmlinux 0xd6170825 ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0xd620079e xenbus_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xd634f171 tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xd63754ac device_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0xd642dfbe _RNvMNtCs3AkgXgqgK6r_4core3stre12encode_utf16 +EXPORT_SYMBOL_GPL vmlinux 0xd6446213 balance_dirty_pages_ratelimited_flags +EXPORT_SYMBOL_GPL vmlinux 0xd64b9edd synth_event_trace +EXPORT_SYMBOL_GPL vmlinux 0xd64ed259 __memcat_p +EXPORT_SYMBOL_GPL vmlinux 0xd65754ba __tracepoint_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0xd658fcd0 irq_domain_disconnect_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xd65a8469 vcap_tc_flower_handler_arp_usage +EXPORT_SYMBOL_GPL vmlinux 0xd6620995 usb_cache_string +EXPORT_SYMBOL_GPL vmlinux 0xd66a7a35 sbitmap_queue_wake_all +EXPORT_SYMBOL_GPL vmlinux 0xd67132f5 component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd688a963 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xd68c815a serdev_device_write_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xd6aafb42 crc64_rocksoft +EXPORT_SYMBOL_GPL vmlinux 0xd6ae9ba7 rcu_async_should_hurry +EXPORT_SYMBOL_GPL vmlinux 0xd6b1dbdc uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xd6b27e8a xas_set_mark +EXPORT_SYMBOL_GPL vmlinux 0xd6b39124 device_link_add +EXPORT_SYMBOL_GPL vmlinux 0xd6be7ee9 crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0xd6c12eda of_phy_put +EXPORT_SYMBOL_GPL vmlinux 0xd6c169f0 pm_clk_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd6ca3870 __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xd6d182a8 to_nd_desc +EXPORT_SYMBOL_GPL vmlinux 0xd6d2f78c _RNvMsr_NtNtCs3AkgXgqgK6r_4core3str7patternNtB5_11StrSearcher3new +EXPORT_SYMBOL_GPL vmlinux 0xd6d5a325 tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xd6dda891 devm_hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0xd6df01f7 perf_get_hw_event_config +EXPORT_SYMBOL_GPL vmlinux 0xd6e3164e extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd6eabaea dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0xd6ed25f0 acpi_register_lps0_dev +EXPORT_SYMBOL_GPL vmlinux 0xd6efb00a phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xd6f8b3a6 dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0xd6feefa5 agp_num_entries +EXPORT_SYMBOL_GPL vmlinux 0xd706f670 fscrypt_ioctl_remove_key +EXPORT_SYMBOL_GPL vmlinux 0xd70f7822 fat_truncate_time +EXPORT_SYMBOL_GPL vmlinux 0xd7248609 find_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0xd7269c64 osc_sb_native_usb4_control +EXPORT_SYMBOL_GPL vmlinux 0xd7293ffc percpu_ref_reinit +EXPORT_SYMBOL_GPL vmlinux 0xd72feba2 xenbus_read_driver_state +EXPORT_SYMBOL_GPL vmlinux 0xd7365c83 attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd73a4223 _RNvNtCs3AkgXgqgK6r_4core3str16slice_error_fail +EXPORT_SYMBOL_GPL vmlinux 0xd74e400f show_rcu_tasks_classic_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd758fdc5 _RNvXs4e_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_12cpu_topologyNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd75b20aa rsa_parse_priv_key +EXPORT_SYMBOL_GPL vmlinux 0xd75f6147 _RNvXs4a_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11pglist_dataNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd75f8cef fib_nl_newrule +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd76ea24f __intel_scu_ipc_register +EXPORT_SYMBOL_GPL vmlinux 0xd7810c2a regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0xd79f8387 nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0xd7a5d400 _RNvMs_NtCs3AkgXgqgK6r_4core3fmtNtB4_9Formatter3new +EXPORT_SYMBOL_GPL vmlinux 0xd7a86ea4 tcp_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xd7ad4f72 led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0xd7aea26e kernel_read_file_from_path_initns +EXPORT_SYMBOL_GPL vmlinux 0xd7b58d4d _RNvMNtCs3AkgXgqgK6r_4core3f32f8classify +EXPORT_SYMBOL_GPL vmlinux 0xd7b80f06 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0xd7cea889 edac_mod_work +EXPORT_SYMBOL_GPL vmlinux 0xd7d2d963 sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xd7d8f671 _RNvMs_NtCsbwHtcUjRN57_6kernel4syncNtB4_12LockClassKey3new +EXPORT_SYMBOL_GPL vmlinux 0xd7f4c938 _RNvXs_NtNtCs3AkgXgqgK6r_4core3fmt3numnNtB6_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xd816a8e1 crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0xd81948c6 __SCK__tp_func_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xd81c2c3d _RNvXs7_NtCs3AkgXgqgK6r_4core5errorNtNtB7_3fmt5ErrorNtB5_5Error11description +EXPORT_SYMBOL_GPL vmlinux 0xd82ee02c usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0xd8364850 _RNvXs5_NtNtCs3AkgXgqgK6r_4core3fmt3numiNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0xd8372220 scsi_alloc_request +EXPORT_SYMBOL_GPL vmlinux 0xd8439732 _RNvXs4f_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_19x86_legacy_featuresNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd8442934 crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xd84927f5 sk_msg_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd84a6530 _RNvMs5_NtCs3AkgXgqgK6r_4core3numt14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0xd84d35bd dax_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd84e75d4 cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0xd86a7fe1 pci_create_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xd87cb8eb dma_fence_unwrap_next +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd8a6cb02 thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0xd8a7d059 _RNvMs_NtCsbwHtcUjRN57_6kernel3strNtB4_4CStr19from_bytes_with_nul +EXPORT_SYMBOL_GPL vmlinux 0xd8ab4225 alloc_skb_for_msg +EXPORT_SYMBOL_GPL vmlinux 0xd8b7685f virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0xd8b856d6 _RNvXs4_NtNtCs3AkgXgqgK6r_4core3fmt3numnNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0xd8d065dd hv_stimer_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd8d2a5a4 __traceiter_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd8d68ab1 dmi_memdev_type +EXPORT_SYMBOL_GPL vmlinux 0xd8ea29cb spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0xd8f3b7fc spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0xd8f8ab8a usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0xd8fbb14d net_cls_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xd8fcee6b __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xd91dbd1f xdp_alloc_skb_bulk +EXPORT_SYMBOL_GPL vmlinux 0xd92ef192 security_kernel_post_load_data +EXPORT_SYMBOL_GPL vmlinux 0xd92f0791 leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xd92ff5b3 pci_p2pdma_distance_many +EXPORT_SYMBOL_GPL vmlinux 0xd9357ebc mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd96c0964 vmf_insert_pfn_pmd +EXPORT_SYMBOL_GPL vmlinux 0xd96f3197 vring_create_virtqueue_dma +EXPORT_SYMBOL_GPL vmlinux 0xd9706b50 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0xd97a5bb5 edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL vmlinux 0xd98ddf72 _RNvNtNtNtCs3AkgXgqgK6r_4core7unicode12unicode_data15grapheme_extend6lookup +EXPORT_SYMBOL_GPL vmlinux 0xd9916c3a idr_alloc_u32 +EXPORT_SYMBOL_GPL vmlinux 0xd9992823 ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0xd9992eb4 uv_bios_get_geoinfo +EXPORT_SYMBOL_GPL vmlinux 0xd9bb2c13 pkcs7_get_content_data +EXPORT_SYMBOL_GPL vmlinux 0xd9bd7841 tty_kopen_shared +EXPORT_SYMBOL_GPL vmlinux 0xd9c4a825 fuse_dev_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd9c53c9c usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0xd9d32275 mmu_notifier_get_locked +EXPORT_SYMBOL_GPL vmlinux 0xd9e24457 ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0xd9e61980 phy_gbit_all_ports_features +EXPORT_SYMBOL_GPL vmlinux 0xd9f2fb47 dev_pm_opp_get_level +EXPORT_SYMBOL_GPL vmlinux 0xd9f3c8bd blk_mq_alloc_request_hctx +EXPORT_SYMBOL_GPL vmlinux 0xd9fa7cc0 usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xd9fd6331 ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0xd9ff2172 ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xda0947de kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda0e360c tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0xda10e1e2 phy_basic_t1_features +EXPORT_SYMBOL_GPL vmlinux 0xda1f78ee clear_hv_tscchange_cb +EXPORT_SYMBOL_GPL vmlinux 0xda313e7d _RNvXs1p_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_17trace_print_flagsNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xda320d31 sfp_module_start +EXPORT_SYMBOL_GPL vmlinux 0xda46ebbf cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0xda4f5852 __SCK__tp_func_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xda51bbec _RNvXs1R_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5u64x2NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xda54c700 clk_hw_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xda5fcaff fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xda754c25 mptcp_get_reset_option +EXPORT_SYMBOL_GPL vmlinux 0xda7912d4 freq_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xda7c02e9 scsi_internal_device_unblock_nowait +EXPORT_SYMBOL_GPL vmlinux 0xda7e903e debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0xda7ff3fd devm_regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xda81aff2 watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xda8369a7 __traceiter_extlog_mem_event +EXPORT_SYMBOL_GPL vmlinux 0xda8bc692 dw_pcie_find_capability +EXPORT_SYMBOL_GPL vmlinux 0xda8e1302 software_node_find_by_name +EXPORT_SYMBOL_GPL vmlinux 0xdaa06dc1 acpi_lpat_raw_to_temp +EXPORT_SYMBOL_GPL vmlinux 0xdaa785c0 trace_put_event_file +EXPORT_SYMBOL_GPL vmlinux 0xdab0db6b _RNvNtNtCsbwHtcUjRN57_6kernel5print14format_strings8generate +EXPORT_SYMBOL_GPL vmlinux 0xdab5a1eb interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xdabc8fcf nvmem_cell_read_variable_le_u64 +EXPORT_SYMBOL_GPL vmlinux 0xdabd61ba irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0xdabdf215 dax_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdad6c641 led_set_brightness +EXPORT_SYMBOL_GPL vmlinux 0xdad75e98 trace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0xdaf7c26c fscrypt_ioctl_remove_key_all_users +EXPORT_SYMBOL_GPL vmlinux 0xdafca67c ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0xdb00fda8 pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0xdb066cff devm_spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xdb0a7096 spi_controller_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdb0ac26c gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0xdb0c5f48 _RNvXs2_NtCsbwHtcUjRN57_6kernel5errorNtB5_5ErrorINtNtCs3AkgXgqgK6r_4core7convert4FromNtNtNtBO_3str5error9Utf8ErrorE4from +EXPORT_SYMBOL_GPL vmlinux 0xdb1aaf9b arch_is_platform_page +EXPORT_SYMBOL_GPL vmlinux 0xdb1b4dc5 pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0xdb22e4bb devm_platform_ioremap_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0xdb3c444e _RNvXsg_NtNtCs3AkgXgqgK6r_4core3ffi5c_strNtB5_21FromBytesWithNulErrorNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xdb45fa14 acpi_driver_match_device +EXPORT_SYMBOL_GPL vmlinux 0xdb4f4ce1 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter12debug_struct +EXPORT_SYMBOL_GPL vmlinux 0xdb522a8a usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0xdb62dc67 __SCT__tp_func_map +EXPORT_SYMBOL_GPL vmlinux 0xdb63a944 acpi_lpat_get_conversion_table +EXPORT_SYMBOL_GPL vmlinux 0xdb77c18c _RNvXs6_NtCs3AkgXgqgK6r_4core4charNtB5_11EscapeDebugNtNtNtNtB7_4iter6traits8iterator8Iterator4next +EXPORT_SYMBOL_GPL vmlinux 0xdb77c256 _RNvNtNtNtCs3AkgXgqgK6r_4core7unicode12unicode_data14case_ignorable6lookup +EXPORT_SYMBOL_GPL vmlinux 0xdb7cf8d9 dma_alloc_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdba0e344 machine_check_poll +EXPORT_SYMBOL_GPL vmlinux 0xdbb484f4 iommu_unmap_fast +EXPORT_SYMBOL_GPL vmlinux 0xdbb5d37f ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0xdbb97b87 __trace_array_puts +EXPORT_SYMBOL_GPL vmlinux 0xdbbd1fa1 irq_domain_translate_onecell +EXPORT_SYMBOL_GPL vmlinux 0xdbd8b2c2 _RNvNtNtCs3AkgXgqgK6r_4core5slice5index16into_slice_range +EXPORT_SYMBOL_GPL vmlinux 0xdbdb0e8b request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xdbe3dbe0 vhost_task_create +EXPORT_SYMBOL_GPL vmlinux 0xdbf6682b devlink_port_attrs_set +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdc01df96 regulator_map_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xdc02eb39 dmi_available +EXPORT_SYMBOL_GPL vmlinux 0xdc2b414f ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc306aef gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0xdc3d4f65 regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0xdc43bdc6 pci_vpd_find_ro_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xdc45a5db edac_stop_work +EXPORT_SYMBOL_GPL vmlinux 0xdc4e9eb8 transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xdc500e64 usb_control_msg_recv +EXPORT_SYMBOL_GPL vmlinux 0xdc6596fa irq_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xdc6699cb acpi_dev_free_resource_list +EXPORT_SYMBOL_GPL vmlinux 0xdc66baf7 tpm_tis_core_init +EXPORT_SYMBOL_GPL vmlinux 0xdc6fdc37 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0xdc7df67f apei_exec_ctx_init +EXPORT_SYMBOL_GPL vmlinux 0xdc801101 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc841b74 misc_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdc885f86 irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0xdc8d4e46 genphy_c45_pma_read_abilities +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc9a2d09 devlink_sb_register +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdca0e522 usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0xdca87c89 pin_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xdcac97dd _RNvXsA_NtNtCs3AkgXgqgK6r_4core3fmt3numaNtB7_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0xdcb72d13 device_show_int +EXPORT_SYMBOL_GPL vmlinux 0xdcd915cf blk_mq_sched_try_insert_merge +EXPORT_SYMBOL_GPL vmlinux 0xdcd91727 _RNvXsa_NtCs3AkgXgqgK6r_4core3fmtzNtB5_5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xdce7bc3a _RNvXsV_NtNtCs3AkgXgqgK6r_4core3fmt3nummNtB7_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0xdceb5362 efi_status_to_err +EXPORT_SYMBOL_GPL vmlinux 0xdd0762df set_worker_desc +EXPORT_SYMBOL_GPL vmlinux 0xdd1830d9 sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0xdd1d491a serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0xdd21abe1 __traceiter_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xdd2c4e02 devres_release +EXPORT_SYMBOL_GPL vmlinux 0xdd311fb6 rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xdd46d5fb _RNvXs4h_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_6i32x16NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xdd49d590 sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0xdd57354a get_net_ns_by_id +EXPORT_SYMBOL_GPL vmlinux 0xdd626ee3 fuse_len_args +EXPORT_SYMBOL_GPL vmlinux 0xdd63d8ec vp_legacy_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0xdd70b28f pci_find_doe_mailbox +EXPORT_SYMBOL_GPL vmlinux 0xdd7c92bc lwtunnel_encap_del_ops +EXPORT_SYMBOL_GPL vmlinux 0xdd87652c xen_remap_vma_range +EXPORT_SYMBOL_GPL vmlinux 0xdd8cc2ab spi_split_transfers_maxsize +EXPORT_SYMBOL_GPL vmlinux 0xdd8d0bc3 ata_acpi_gtm +EXPORT_SYMBOL_GPL vmlinux 0xdd8e8b0d virtqueue_get_avail_addr +EXPORT_SYMBOL_GPL vmlinux 0xdd96fa2d __cpuhp_state_add_instance +EXPORT_SYMBOL_GPL vmlinux 0xdd99e2a8 inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0xdd99ecb7 inet_send_prepare +EXPORT_SYMBOL_GPL vmlinux 0xdd9dd80d xen_pvh +EXPORT_SYMBOL_GPL vmlinux 0xdd9df98f _RNvXs28_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_20class_raw_spinlock_tNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xdd9e60d7 __SCK__tp_func_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0xdda9300a acpi_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddc46df4 kernfs_path_from_node +EXPORT_SYMBOL_GPL vmlinux 0xddcb4d1f uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0xddd0b691 mmu_interval_notifier_remove +EXPORT_SYMBOL_GPL vmlinux 0xddd41e4d vcap_lookup_keyfield +EXPORT_SYMBOL_GPL vmlinux 0xddd59f25 _RNvXs2V_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5m64x2NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xdde2ee07 rio_pw_enable +EXPORT_SYMBOL_GPL vmlinux 0xddec3d99 srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xddf1a858 rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xddf33818 __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xde08f1b7 sysfs_groups_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xde0ae54f _RNvXs41_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15lru_gen_mm_walkNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xde0af24f udp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0xde1679be iov_iter_is_aligned +EXPORT_SYMBOL_GPL vmlinux 0xde176ea6 devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0xde2f415a fscrypt_ioctl_get_nonce +EXPORT_SYMBOL_GPL vmlinux 0xde31bf7e unregister_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xde39c6b8 clk_hw_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0xde42d6aa rdev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0xde440bb6 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0xde5574cf x509_load_certificate_list +EXPORT_SYMBOL_GPL vmlinux 0xde6f1851 TSS_checkhmac1 +EXPORT_SYMBOL_GPL vmlinux 0xde730edb yield_to +EXPORT_SYMBOL_GPL vmlinux 0xde79cbe7 kthread_park +EXPORT_SYMBOL_GPL vmlinux 0xde85fb77 devm_hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0xde89ea1b ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0xde8b6d34 __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0xde8e8d53 fsnotify_add_mark +EXPORT_SYMBOL_GPL vmlinux 0xde8fadd5 devm_mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xde9ab8c7 xenbus_rm +EXPORT_SYMBOL_GPL vmlinux 0xdead2e78 reserve_iova +EXPORT_SYMBOL_GPL vmlinux 0xdeb8222c kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0xdec2cafd xdp_rxq_info_unused +EXPORT_SYMBOL_GPL vmlinux 0xded6a58d devm_gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0xdeefe6e6 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xdef12c4e fwnode_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xdeffa0a7 edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0xdf068b2e vchan_tx_desc_free +EXPORT_SYMBOL_GPL vmlinux 0xdf0c757f ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0xdf0ca3f4 cpu_latency_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0xdf0d9674 gpiochip_irq_map +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf1882af dbgp_reset_prep +EXPORT_SYMBOL_GPL vmlinux 0xdf1be5e1 __free_iova +EXPORT_SYMBOL_GPL vmlinux 0xdf1f1b34 mmc_regulator_set_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0xdf237453 timer_shutdown_sync +EXPORT_SYMBOL_GPL vmlinux 0xdf2738bb cpu_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdf31898f cper_mem_err_pack +EXPORT_SYMBOL_GPL vmlinux 0xdf3ccc8c cpufreq_dbs_governor_exit +EXPORT_SYMBOL_GPL vmlinux 0xdf448d1c fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0xdf558314 power_supply_battery_info_properties +EXPORT_SYMBOL_GPL vmlinux 0xdf68f601 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter26debug_struct_field2_finish +EXPORT_SYMBOL_GPL vmlinux 0xdf81924d uv_bios_mq_watchlist_free +EXPORT_SYMBOL_GPL vmlinux 0xdf865ee3 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xdf86c8c2 _RNvXs5m_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_22sigevent__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xdfb7f03f max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xdfcb6c90 mctrl_gpio_set +EXPORT_SYMBOL_GPL vmlinux 0xdfcbc917 trace_add_event_call +EXPORT_SYMBOL_GPL vmlinux 0xdfcbcba8 vcap_select_min_rule_keyset +EXPORT_SYMBOL_GPL vmlinux 0xdfcf2123 pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0xdfd2fa28 mptcp_pm_get_add_addr_signal_max +EXPORT_SYMBOL_GPL vmlinux 0xdfd69bea devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0xdfe39c11 _RNvXsd_NtCs3AkgXgqgK6r_4core3fmtbNtB5_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xdfe81108 xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0xdffb0d98 memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0xe006b6d2 usb_phy_set_charger_state +EXPORT_SYMBOL_GPL vmlinux 0xe00b15c6 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0xe018e0c4 genphy_c45_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0xe01a7c54 group_cpus_evenly +EXPORT_SYMBOL_GPL vmlinux 0xe0313d71 rhashtable_insert_slow +EXPORT_SYMBOL_GPL vmlinux 0xe0381e08 regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0xe048b381 receive_fd +EXPORT_SYMBOL_GPL vmlinux 0xe048c0fc _RNvXs1K_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_3fpuNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe04c78db __SCT__tp_func_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0xe05b9967 _RNvXs21_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10llist_headNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe05e2f85 nexthop_free_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe060d219 xenbus_alloc_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xe062c3c2 hsu_dma_get_status +EXPORT_SYMBOL_GPL vmlinux 0xe07618c1 acpi_device_update_power +EXPORT_SYMBOL_GPL vmlinux 0xe089cfcc agp_memory_reserved +EXPORT_SYMBOL_GPL vmlinux 0xe0997847 pstore_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe0a58f1e _RNvXse_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_10hlist_headNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe0a95714 _RNvXs4O_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_17rhashtable_walkerNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe0ac8957 __blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0xe0b1c103 clk_set_max_rate +EXPORT_SYMBOL_GPL vmlinux 0xe0c4e14d hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0xe0c77bb5 mce_notify_irq +EXPORT_SYMBOL_GPL vmlinux 0xe0cb6b24 bpf_prog_create +EXPORT_SYMBOL_GPL vmlinux 0xe0cb719d bpf_prog_put +EXPORT_SYMBOL_GPL vmlinux 0xe0cc7dc2 tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0xe0cf6e5f skb_zerocopy_iter_stream +EXPORT_SYMBOL_GPL vmlinux 0xe0d2cc34 rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0xe0d39f1c sgx_set_attribute +EXPORT_SYMBOL_GPL vmlinux 0xe0d976d3 i2c_match_id +EXPORT_SYMBOL_GPL vmlinux 0xe0e6ef02 perf_get_x86_pmu_capability +EXPORT_SYMBOL_GPL vmlinux 0xe0f2a287 usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0xe101f379 devlink_port_region_create +EXPORT_SYMBOL_GPL vmlinux 0xe10cd6ad erst_get_record_id_begin +EXPORT_SYMBOL_GPL vmlinux 0xe11404bb __platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0xe11ced97 _RNvXsT_NtNtCs3AkgXgqgK6r_4core3str4iterNtB5_5BytesNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe1207ffd iommu_map +EXPORT_SYMBOL_GPL vmlinux 0xe13b1b0f phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0xe147a801 gpiod_get_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xe154d5ab devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xe17949fe d_same_name +EXPORT_SYMBOL_GPL vmlinux 0xe17dbe2c rust_helper_get_task_struct +EXPORT_SYMBOL_GPL vmlinux 0xe19478a4 _RNvXsA_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_12__ddebug_infoNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe1a6b737 unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xe1a8d7c9 net_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xe1aa2d62 set_hv_tscchange_cb +EXPORT_SYMBOL_GPL vmlinux 0xe1b646e4 icc_disable +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1c3f246 dev_pm_opp_find_level_ceil +EXPORT_SYMBOL_GPL vmlinux 0xe1c87a2f kernel_can_power_off +EXPORT_SYMBOL_GPL vmlinux 0xe1d31162 tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xe1d5312c dm_audit_log_ti +EXPORT_SYMBOL_GPL vmlinux 0xe1d61cbe _RNvXs1r_NtNtCs3AkgXgqgK6r_4core3fmt3numoNtB8_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe1d993b2 rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0xe1da6c67 fwnode_graph_get_endpoint_by_id +EXPORT_SYMBOL_GPL vmlinux 0xe1e080f4 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xe1f3c3f3 irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0xe205f23f _RNvNvMs_NtCsd8lEp9MQdN2_5alloc3vecINtB6_3VecppE11swap_remove13assert_failed +EXPORT_SYMBOL_GPL vmlinux 0xe2157151 __SCK__tp_func_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xe224e21e subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0xe22a3177 _RNvXNtNtNtCsbwHtcUjRN57_6kernel4sync4lock8spinlockNtB2_15SpinLockBackendNtB4_7Backend4lock +EXPORT_SYMBOL_GPL vmlinux 0xe233762a input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0xe23d373b da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0xe23d78be pci_msix_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xe2503706 of_led_get +EXPORT_SYMBOL_GPL vmlinux 0xe25d23f3 blocking_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0xe26c2154 _RNvXs4q_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_25local_apic__bindgen_ty_20NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe271f20c __SCT__tp_func_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0xe28a040e xen_unmap_domain_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0xe28b0b79 skcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0xe28bcbf4 devlink_port_linecard_set +EXPORT_SYMBOL_GPL vmlinux 0xe28ee675 netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0xe2937182 watchdog_notify_pretimeout +EXPORT_SYMBOL_GPL vmlinux 0xe295c0ff is_hpet_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe2ac1ccb pwm_put +EXPORT_SYMBOL_GPL vmlinux 0xe2b3207a unregister_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe2c2ce7d _RNvXsk_NtNtCs3AkgXgqgK6r_4core4sync6atomicNtB5_8AtomicI8NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe2c496d1 nvmem_add_one_cell +EXPORT_SYMBOL_GPL vmlinux 0xe2ce2b4d evm_set_key +EXPORT_SYMBOL_GPL vmlinux 0xe2d4f386 vcap_val_rule +EXPORT_SYMBOL_GPL vmlinux 0xe2dac316 _RNvNvMs1d_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB8_12NonZeroIsize13new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0xe2ec293b sbitmap_queue_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xe2f3914f do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xe2f99cac ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0xe317f1be _RNvXs6_NtNtCs3AkgXgqgK6r_4core3fmt3numhNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0xe31c2a83 __mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0xe31eeb85 _RNvXs5j_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_21siginfo__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe325f6fd init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0xe32d5360 debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0xe3499dad relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0xe3617d96 spi_setup +EXPORT_SYMBOL_GPL vmlinux 0xe366ccc5 blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0xe368b4d9 nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0xe373da2c _RNvXs3x_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_18page__bindgen_ty_2NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe3749699 spi_mem_get_name +EXPORT_SYMBOL_GPL vmlinux 0xe37ebae4 ethtool_set_ethtool_phy_ops +EXPORT_SYMBOL_GPL vmlinux 0xe3840e18 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xe385d8d3 pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0xe3902ea2 relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0xe397caf5 seq_buf_printf +EXPORT_SYMBOL_GPL vmlinux 0xe399c6e0 i2c_acpi_new_device_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xe39d0794 usb_phy_roothub_exit +EXPORT_SYMBOL_GPL vmlinux 0xe39eb92e wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0xe3b09712 kprobe_event_delete +EXPORT_SYMBOL_GPL vmlinux 0xe3b17c08 bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0xe3b2be96 tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0xe3bc7fd4 hpet_unregister_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0xe3c92815 invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0xe3cd5fae klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xe3d5c726 syscon_regmap_lookup_by_phandle_args +EXPORT_SYMBOL_GPL vmlinux 0xe3de85de clockevents_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0xe3e1e5e3 pci_epc_get_msi +EXPORT_SYMBOL_GPL vmlinux 0xe3e2698c hwmon_notify_event +EXPORT_SYMBOL_GPL vmlinux 0xe3e423ac iommu_group_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xe3e8191e usb_intf_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0xe3e88acb __get_current_cr3_fast +EXPORT_SYMBOL_GPL vmlinux 0xe3f0dbbc _RNvXs0_NtNtNtCs3AkgXgqgK6r_4core9core_arch3x865cpuidNtB5_11CpuidResultNtNtBb_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe407b040 _RNvMNtNtCs3AkgXgqgK6r_4core3str5lossyNtB2_9Utf8Chunk5valid +EXPORT_SYMBOL_GPL vmlinux 0xe40bb23e devlink_health_reporter_priv +EXPORT_SYMBOL_GPL vmlinux 0xe411ca45 __traceiter_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xe416b6ad clk_hw_init_rate_request +EXPORT_SYMBOL_GPL vmlinux 0xe4172ff2 _RNvXs1t_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5f64x1NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe423d35e pci_epc_remove_epf +EXPORT_SYMBOL_GPL vmlinux 0xe4248980 cper_estatus_print +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe4350ac6 __traceiter_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xe436e90c __dma_fence_unwrap_merge +EXPORT_SYMBOL_GPL vmlinux 0xe43aad08 spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xe43e6b92 sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0xe4461ab9 pcie_aspm_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe452f954 clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0xe45b592e ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0xe477ab43 devm_acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0xe48611ac trace_clock_global +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe49e3253 msi_domain_get_virq +EXPORT_SYMBOL_GPL vmlinux 0xe4a7f4ce pci_pr3_present +EXPORT_SYMBOL_GPL vmlinux 0xe4ac0a3a _RNvXs4L_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5f64x8NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe4b064f9 pcie_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xe4b818c3 phy_speed_to_str +EXPORT_SYMBOL_GPL vmlinux 0xe4c2c66c rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0xe4c6f8aa __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0xe4c84980 bpf_trace_run9 +EXPORT_SYMBOL_GPL vmlinux 0xe4cf0ad0 dev_get_tstats64 +EXPORT_SYMBOL_GPL vmlinux 0xe4e48b12 swphy_validate_state +EXPORT_SYMBOL_GPL vmlinux 0xe4ea48c0 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xe4eb7666 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0xe4f2c38c of_devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0xe4ff83b5 switchdev_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0xe506d52f _RNvXs3H_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_5folioNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe527c3e7 device_match_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xe52bde6c __static_call_update +EXPORT_SYMBOL_GPL vmlinux 0xe53be038 _RNvXs5h_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10___sifieldsNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe53be807 __dev_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xe5495a75 sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0xe55ebb0b usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xe562e32e srcu_torture_stats_print +EXPORT_SYMBOL_GPL vmlinux 0xe583d710 blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58eb9d7 FSE_readNCount +EXPORT_SYMBOL_GPL vmlinux 0xe58ff207 irq_domain_free_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xe59124e8 cpufreq_driver_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0xe5a4b1f0 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0xe5abd5ad genphy_c45_read_lpa +EXPORT_SYMBOL_GPL vmlinux 0xe5aff85d devlink_is_reload_failed +EXPORT_SYMBOL_GPL vmlinux 0xe5b9ee28 bpf_trace_run4 +EXPORT_SYMBOL_GPL vmlinux 0xe5c02b64 freq_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xe5c0c9f2 fwnode_property_get_reference_args +EXPORT_SYMBOL_GPL vmlinux 0xe5c5d71c __virtqueue_unbreak +EXPORT_SYMBOL_GPL vmlinux 0xe5ce1a56 rhashtable_walk_enter +EXPORT_SYMBOL_GPL vmlinux 0xe5db85bf __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xe5e250f5 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter11debug_tuple +EXPORT_SYMBOL_GPL vmlinux 0xe5e2bc45 xenbus_frontend_closed +EXPORT_SYMBOL_GPL vmlinux 0xe5e77482 i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0xe5ec8209 bdev_disk_changed +EXPORT_SYMBOL_GPL vmlinux 0xe5fa4040 pci_free_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0xe5fc5940 transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0xe60632a9 edac_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe60a5e8d pids_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xe60e9483 _RNvNtCs3AkgXgqgK6r_4core3fmt12USIZE_MARKER +EXPORT_SYMBOL_GPL vmlinux 0xe6115965 key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0xe61dbef0 gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0xe628bb9f phy_fibre_port_array +EXPORT_SYMBOL_GPL vmlinux 0xe633f573 regmap_get_device +EXPORT_SYMBOL_GPL vmlinux 0xe64594c6 devm_hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0xe64ad8ea unregister_nmi_handler +EXPORT_SYMBOL_GPL vmlinux 0xe6558ecd devfreq_event_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xe65bea48 _RNvXs9_NtNtCs3AkgXgqgK6r_4core4char7convertNtB5_14ParseCharErrorNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe667d2eb fwnode_count_parents +EXPORT_SYMBOL_GPL vmlinux 0xe6722c3c folio_wait_stable +EXPORT_SYMBOL_GPL vmlinux 0xe68a2303 devm_devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0xe68e458d iomap_is_partially_uptodate +EXPORT_SYMBOL_GPL vmlinux 0xe698d3fe thermal_zone_device_id +EXPORT_SYMBOL_GPL vmlinux 0xe6992dab xfrm_dev_state_add +EXPORT_SYMBOL_GPL vmlinux 0xe69b1e3f lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xe6b0aea0 posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0xe6bfd0e3 bpf_redirect_info +EXPORT_SYMBOL_GPL vmlinux 0xe6c465d6 _RNvXs2D_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5m8x16NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe6e2a876 gnttab_pages_set_private +EXPORT_SYMBOL_GPL vmlinux 0xe6e40502 rcu_get_gp_seq +EXPORT_SYMBOL_GPL vmlinux 0xe6e51e92 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xe6e5cac4 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter26debug_struct_field1_finish +EXPORT_SYMBOL_GPL vmlinux 0xe6e6b684 md_new_event +EXPORT_SYMBOL_GPL vmlinux 0xe6eca8be __traceiter_block_split +EXPORT_SYMBOL_GPL vmlinux 0xe6f52443 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0xe6f83837 acpi_bus_attach_private_data +EXPORT_SYMBOL_GPL vmlinux 0xe6fa9dc7 _RNvXs1_NtNtCs3AkgXgqgK6r_4core5slice4sortNtB5_10TimSortRunNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe700d767 reset_control_bulk_deassert +EXPORT_SYMBOL_GPL vmlinux 0xe70221d7 cppc_get_perf_caps +EXPORT_SYMBOL_GPL vmlinux 0xe716db3e _RNvXs0_NtNtCs3AkgXgqgK6r_4core3num5errorNtB5_15TryFromIntErrorINtNtB9_7convert4FromNtB11_10InfallibleE4from +EXPORT_SYMBOL_GPL vmlinux 0xe7232e0f user_return_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe72add14 phy_select_page +EXPORT_SYMBOL_GPL vmlinux 0xe732dac6 fsverity_ioctl_measure +EXPORT_SYMBOL_GPL vmlinux 0xe7404f7a blk_mark_disk_dead +EXPORT_SYMBOL_GPL vmlinux 0xe74caef9 fwnode_device_is_available +EXPORT_SYMBOL_GPL vmlinux 0xe753b68d devlink_fmsg_arr_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xe755fc4d power_supply_charge_behaviour_show +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe77d5ef3 ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0xe783e261 sysfs_emit +EXPORT_SYMBOL_GPL vmlinux 0xe784b236 usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xe787d075 securityfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0xe791df1f rcu_nocb_cpu_deoffload +EXPORT_SYMBOL_GPL vmlinux 0xe7955ddc __SCK__tp_func_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0xe7970176 tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xe797f01c _RNvMNtNtCs3AkgXgqgK6r_4core5slice5asciiSh12escape_ascii +EXPORT_SYMBOL_GPL vmlinux 0xe798511a _RNvXs3_NtNtCs3AkgXgqgK6r_4core3cmp5implszNtB7_9PartialEq2eq +EXPORT_SYMBOL_GPL vmlinux 0xe79bf0c4 klp_shadow_get +EXPORT_SYMBOL_GPL vmlinux 0xe79c17a4 iommu_map_sg +EXPORT_SYMBOL_GPL vmlinux 0xe7a15e02 simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0xe7a5ac67 sbitmap_queue_show +EXPORT_SYMBOL_GPL vmlinux 0xe7b4842f _RNvXsd_NtCsbwHtcUjRN57_6kernel3strNtB5_7CStringNtNtNtCs3AkgXgqgK6r_4core3ops5deref5Deref5deref +EXPORT_SYMBOL_GPL vmlinux 0xe7b86859 _RNvXsz_NtCs3AkgXgqgK6r_4core3fmtNtB5_9AlignmentNtB5_5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe7b96be0 tdx_mcall_get_report0 +EXPORT_SYMBOL_GPL vmlinux 0xe7bb1d42 pci_assign_unassigned_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0xe7bb64e6 efivars_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe7c434ab serial8250_rx_dma_flush +EXPORT_SYMBOL_GPL vmlinux 0xe7c76cec pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xe7d5a146 usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0xe7d6d2d4 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0xe7e398b7 fuse_init_fs_context_submount +EXPORT_SYMBOL_GPL vmlinux 0xe7e5a83e device_driver_attach +EXPORT_SYMBOL_GPL vmlinux 0xe7e5c183 _RNvXs2G_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10ma_topiaryNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe7f3994d sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0xe7fc75d9 _RNvXs1_NtNtCs3AkgXgqgK6r_4core3fmt3numsNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0xe801532b serdev_device_write_flush +EXPORT_SYMBOL_GPL vmlinux 0xe801f3e5 _RNvXs8_NtCsd8lEp9MQdN2_5alloc11collectionsNtB5_15TryReserveErrorNtNtCs3AkgXgqgK6r_4core3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe8084530 rust_helper_errname +EXPORT_SYMBOL_GPL vmlinux 0xe809f0d8 memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0xe81709ab sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe820594a clk_hw_round_rate +EXPORT_SYMBOL_GPL vmlinux 0xe829d66c acct_bioset_init +EXPORT_SYMBOL_GPL vmlinux 0xe83eba32 itlb_multihit_kvm_mitigation +EXPORT_SYMBOL_GPL vmlinux 0xe84e674f get_net_ns_by_fd +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe8513917 __rust_alloc_zeroed +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe86896aa _RNvXs1d_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_25__fpstate_64__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe87111c1 usb_pipe_type_check +EXPORT_SYMBOL_GPL vmlinux 0xe88cd7a2 devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0xe8972d77 _RNvXs1G_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11xregs_stateNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe8979afb mas_prev_range +EXPORT_SYMBOL_GPL vmlinux 0xe8a772bd vcap_keyset_list_add +EXPORT_SYMBOL_GPL vmlinux 0xe8ae4179 ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xe8b28e9d kill_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0xe8bc40c5 cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xe8bdf792 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0xe8c0065d memory_group_register_static +EXPORT_SYMBOL_GPL vmlinux 0xe8c52468 blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0xe8d9ae84 acpi_device_fix_up_power +EXPORT_SYMBOL_GPL vmlinux 0xe8e235c8 arch_static_call_transform +EXPORT_SYMBOL_GPL vmlinux 0xe8e2b777 gpiod_set_array_value +EXPORT_SYMBOL_GPL vmlinux 0xe8e4a33b gpiod_enable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0xe8e82bb7 pci_generic_config_write +EXPORT_SYMBOL_GPL vmlinux 0xe8f3fef6 __scsi_init_queue +EXPORT_SYMBOL_GPL vmlinux 0xe900b35d _RNvXs_NtNtCs3AkgXgqgK6r_4core3str5lossyNtB4_5DebugNtNtB8_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe90d6df3 crypto_sig_maxsize +EXPORT_SYMBOL_GPL vmlinux 0xe911df29 eventfd_ctx_do_read +EXPORT_SYMBOL_GPL vmlinux 0xe921ae79 hsu_dma_probe +EXPORT_SYMBOL_GPL vmlinux 0xe9231f67 rcu_trc_cmpxchg_need_qs +EXPORT_SYMBOL_GPL vmlinux 0xe9279ef4 _RNvXsP_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_31edd_device_params__bindgen_ty_2NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe92d57ca devm_gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0xe93ac93d cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe93ff4a7 pcie_flr +EXPORT_SYMBOL_GPL vmlinux 0xe94986d6 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0xe96ffc38 devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0xe981fe7d sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0xe985fa8e pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0xe992821a pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xe9a5f58e clk_hw_unregister_composite +EXPORT_SYMBOL_GPL vmlinux 0xe9a88824 devlink_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe9ba2ede swapcache_mapping +EXPORT_SYMBOL_GPL vmlinux 0xe9c21f3f _RNvXs3j_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15return_instanceNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe9cae164 net_failover_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe9ce931a kvm_para_available +EXPORT_SYMBOL_GPL vmlinux 0xe9cf6888 _RNvXs12_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_20paravirt_callee_saveNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe9d0b210 _RNvXs23_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_32___call_single_node__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe9d19cc9 usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9d508b0 ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0xe9e0b373 _RNvXs2A_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_24maple_tree__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe9e3b32b register_btf_id_dtor_kfuncs +EXPORT_SYMBOL_GPL vmlinux 0xe9e89f20 iommu_device_link +EXPORT_SYMBOL_GPL vmlinux 0xe9f5116f rcu_exp_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0xe9fadf16 __SCT__tp_func_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xea000f6e _RNvXs5s_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_7ksignalNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xea018bbb mpi_test_bit +EXPORT_SYMBOL_GPL vmlinux 0xea022a7d xenbus_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xea039ae3 genphy_c45_fast_retrain +EXPORT_SYMBOL_GPL vmlinux 0xea064206 failover_unregister +EXPORT_SYMBOL_GPL vmlinux 0xea0b0d74 _RNvXs27_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_8rwlock_tNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea1a8910 _RNvXs0_NtNtCs3AkgXgqgK6r_4core3fmt3numaNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0xea3126ae rtnl_delete_link +EXPORT_SYMBOL_GPL vmlinux 0xea312c8c serdev_acpi_get_uart_resource +EXPORT_SYMBOL_GPL vmlinux 0xea38036f ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0xea3b546d phy_modify +EXPORT_SYMBOL_GPL vmlinux 0xea3c9693 pskb_put +EXPORT_SYMBOL_GPL vmlinux 0xea3cd780 irq_chip_mask_parent +EXPORT_SYMBOL_GPL vmlinux 0xea528cda _RNvNtNtCs3AkgXgqgK6r_4core5slice5index24slice_end_index_len_fail +EXPORT_SYMBOL_GPL vmlinux 0xea6204bc blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0xea69d7d7 asm_exc_nmi_kvm_vmx +EXPORT_SYMBOL_GPL vmlinux 0xea70c859 virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0xea758365 _RNvNtNtCs3AkgXgqgK6r_4core5slice5index29slice_end_index_overflow_fail +EXPORT_SYMBOL_GPL vmlinux 0xea789b84 tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0xea8efa35 tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0xea980b12 static_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0xea9cb493 _RNvXsb_NtNtCs3AkgXgqgK6r_4core4task4wakeNtB5_8RawWakerNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xea9df6f8 proc_create_net_data +EXPORT_SYMBOL_GPL vmlinux 0xeaa310a2 attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0xeab18d44 rust_helper_refcount_inc +EXPORT_SYMBOL_GPL vmlinux 0xeab3bec0 gnttab_unmap_refs_async +EXPORT_SYMBOL_GPL vmlinux 0xeab46e97 inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xeace76cc pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0xead3e41b __traceiter_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xead54924 mctrl_gpio_to_gpiod +EXPORT_SYMBOL_GPL vmlinux 0xead5c8e5 clk_bulk_prepare +EXPORT_SYMBOL_GPL vmlinux 0xeadc5da5 tcp_set_keepalive +EXPORT_SYMBOL_GPL vmlinux 0xeadd4b46 dma_can_mmap +EXPORT_SYMBOL_GPL vmlinux 0xeae0f496 clean_acked_data_flush +EXPORT_SYMBOL_GPL vmlinux 0xeaf04174 _RNvXs2E_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_24maple_node__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xeaf0a57c look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0xeaf3cb23 crc64_be +EXPORT_SYMBOL_GPL vmlinux 0xeaf742d3 class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xeaff615d usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0xeb1737df blk_mq_free_request +EXPORT_SYMBOL_GPL vmlinux 0xeb1a6bbd rust_helper_REFCOUNT_INIT +EXPORT_SYMBOL_GPL vmlinux 0xeb263751 acpi_processor_get_performance_info +EXPORT_SYMBOL_GPL vmlinux 0xeb434004 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter25debug_tuple_field1_finish +EXPORT_SYMBOL_GPL vmlinux 0xeb43aeff rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0xeb52f746 __SCT__tp_func_console +EXPORT_SYMBOL_GPL vmlinux 0xeb5a37d4 _RNvNtNtCs3AkgXgqgK6r_4core10intrinsics3mir6Return +EXPORT_SYMBOL_GPL vmlinux 0xeb72a04f power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0xeb79fd4e __of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xeb833c22 xen_has_pv_disk_devices +EXPORT_SYMBOL_GPL vmlinux 0xeb8e07ac fsnotify_destroy_mark +EXPORT_SYMBOL_GPL vmlinux 0xebb1f830 acpi_quirk_skip_gpio_event_handlers +EXPORT_SYMBOL_GPL vmlinux 0xebc47690 tpm_default_chip +EXPORT_SYMBOL_GPL vmlinux 0xebd4cc11 mctrl_gpio_enable_ms +EXPORT_SYMBOL_GPL vmlinux 0xebdd44f6 usb_get_role_switch_default_mode +EXPORT_SYMBOL_GPL vmlinux 0xebe0c974 blk_mq_unquiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0xebef17c6 _RNvXsa_NtNtCs3AkgXgqgK6r_4core3fmt3numoNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0xebefa643 usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0xebf7c0a5 _RNvXsk_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_15callthunk_sitesNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xec08cf1b xenbus_dev_is_online +EXPORT_SYMBOL_GPL vmlinux 0xec1adc2f _RNvXs3F_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_33folio__bindgen_ty_3__bindgen_ty_2NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xec1adecf _RNvXs1L_NtNtCs3AkgXgqgK6r_4core3str4iterNtB6_5LinesNtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xec44659b dev_attr_ncq_prio_supported +EXPORT_SYMBOL_GPL vmlinux 0xec5270b2 regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0xec5668f6 dax_zero_page_range +EXPORT_SYMBOL_GPL vmlinux 0xec5ad73b trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0xec67d0d2 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0xec6b6f69 crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0xec774acb cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xec788566 acpi_target_system_state +EXPORT_SYMBOL_GPL vmlinux 0xec8bc76c platform_unregister_drivers +EXPORT_SYMBOL_GPL vmlinux 0xec9dd51d iommu_get_domain_for_dev +EXPORT_SYMBOL_GPL vmlinux 0xeca67ba0 usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xecba68e3 gnttab_batch_map +EXPORT_SYMBOL_GPL vmlinux 0xecbe035d device_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xecc0c5c7 usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0xecc1ba20 crypto_alloc_sync_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xecc413fb srcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0xeccbad43 register_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xecd53c10 _RNvXsE_NtNtCs3AkgXgqgK6r_4core4sync6atomicNtB5_9AtomicI32NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xecd8cb0e dw_pcie_ep_raise_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0xecd8f23d xenbus_read +EXPORT_SYMBOL_GPL vmlinux 0xecd933e0 regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0xecec6a03 fib_add_nexthop +EXPORT_SYMBOL_GPL vmlinux 0xecff8368 gen10g_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0xed0bf29e usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xed1963ad scsi_build_sense +EXPORT_SYMBOL_GPL vmlinux 0xed242afc devm_gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0xed2c5bcf power_supply_charge_behaviour_parse +EXPORT_SYMBOL_GPL vmlinux 0xed354a09 crypto_unregister_kpp +EXPORT_SYMBOL_GPL vmlinux 0xed39b7b8 parse_OID +EXPORT_SYMBOL_GPL vmlinux 0xed3c6c19 rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0xed475627 usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0xed5e07e1 debugfs_attr_write +EXPORT_SYMBOL_GPL vmlinux 0xed5e879e __SCK__tp_func_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0xed7c816f devfreq_event_disable_edev +EXPORT_SYMBOL_GPL vmlinux 0xed8c384b netdev_xmit_skip_txqueue +EXPORT_SYMBOL_GPL vmlinux 0xed8d881e platform_get_irq_byname_optional +EXPORT_SYMBOL_GPL vmlinux 0xed90e974 crypto_comp_decompress +EXPORT_SYMBOL_GPL vmlinux 0xed918dde hte_init_line_attr +EXPORT_SYMBOL_GPL vmlinux 0xed9f3b68 __SCK__tp_func_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0xeda06867 _RNvXs5p_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_14kernel_siginfoNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xeda1c1d7 acpi_pci_find_root +EXPORT_SYMBOL_GPL vmlinux 0xeda4eed4 device_add_software_node +EXPORT_SYMBOL_GPL vmlinux 0xeda96b36 register_trace_event +EXPORT_SYMBOL_GPL vmlinux 0xedab8b71 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0xedb37dac _RNvXsJ_NtNtCs3AkgXgqgK6r_4core4sync6atomicNtB5_9AtomicU32NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xedc8e442 dma_resv_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xedd43354 generic_handle_domain_irq +EXPORT_SYMBOL_GPL vmlinux 0xede2a4b7 _RNvXsn_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_21qrwlock__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xede9a09a btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0xee03cb85 _RNvXs4F_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5u64x8NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xee0f41ba acpi_dev_state_d0 +EXPORT_SYMBOL_GPL vmlinux 0xee130b04 __tracepoint_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xee13e697 set_personality_ia32 +EXPORT_SYMBOL_GPL vmlinux 0xee167397 _RNvXsi_NtCs3AkgXgqgK6r_4core3numiNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0xee1e96ca badblocks_clear +EXPORT_SYMBOL_GPL vmlinux 0xee292c00 gpiochip_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xee38ef57 register_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee3ab085 udp_destruct_common +EXPORT_SYMBOL_GPL vmlinux 0xee4069ba _RNvXs3V_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15lru_gen_mm_listNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xee410e41 _RNvXsa_NtNtCs3AkgXgqgK6r_4core3fmt3numoNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0xee4244b0 _RNvXs4g_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_16x86_platform_opsNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xee518148 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0xee5238da _RNvXs7_NtCs3AkgXgqgK6r_4core3anyNtB5_6DemandNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xee574851 gpiod_get_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xee6b55e6 devl_dpipe_table_unregister +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xee6c633a devices_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xee849e8a nfs42_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0xee92b94c _RNvNtCs3AkgXgqgK6r_4core3fmt17pointer_fmt_inner +EXPORT_SYMBOL_GPL vmlinux 0xeea76283 divider_ro_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xeec1f7f7 _RNvXsr_NtNtCs3AkgXgqgK6r_4core9core_arch3x86NtB5_7___m256dNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xeec35372 led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0xeec8d68f rio_local_set_device_id +EXPORT_SYMBOL_GPL vmlinux 0xeeca7ac4 __dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0xeecf8862 nfs42_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xeed3934e _RNvXsG_NtNtCs3AkgXgqgK6r_4core9core_arch3x86NtB5_8___m256bhNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xeedd987e phy_10gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0xeee4b172 mnt_idmap_put +EXPORT_SYMBOL_GPL vmlinux 0xeee667d3 fpregs_assert_state_consistent +EXPORT_SYMBOL_GPL vmlinux 0xeeed6d88 md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0xeef45970 vring_create_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xeef68434 acpi_ec_remove_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xef1614eb crypto_alg_extsize +EXPORT_SYMBOL_GPL vmlinux 0xef1ae0da clk_hw_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0xef1f6e23 apei_resources_request +EXPORT_SYMBOL_GPL vmlinux 0xef2034e1 iomap_invalidate_folio +EXPORT_SYMBOL_GPL vmlinux 0xef21881d __traceiter_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xef29fcdd clk_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xef30e755 dma_resv_set_deadline +EXPORT_SYMBOL_GPL vmlinux 0xef34bf3e hrtimer_active +EXPORT_SYMBOL_GPL vmlinux 0xef433aa2 __clk_mux_determine_rate_closest +EXPORT_SYMBOL_GPL vmlinux 0xef44bfb9 ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xef4529d5 _RNvXs2n_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_25arch_tlbflush_unmap_batchNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xef452bad do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0xef464c28 getboottime64 +EXPORT_SYMBOL_GPL vmlinux 0xef4ee6a2 ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0xef551a9f regulator_irq_map_event_simple +EXPORT_SYMBOL_GPL vmlinux 0xef5db66d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xef65c679 _RNvXsA_NtNtCs3AkgXgqgK6r_4core9core_arch3x86NtB5_7___m512dNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef70eb7e ring_buffer_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0xef7a774b rio_add_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0xef8fc95f kvm_async_pf_task_wait_schedule +EXPORT_SYMBOL_GPL vmlinux 0xef92ef33 btree_last +EXPORT_SYMBOL_GPL vmlinux 0xef9c5016 dev_pm_opp_get_max_clock_latency +EXPORT_SYMBOL_GPL vmlinux 0xef9fc79e tcp_reno_undo_cwnd +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefb25278 _RNvXsa_NtCs3AkgXgqgK6r_4core5errorNtNtNtB7_4char7convert16CharTryFromErrorNtB5_5Error11description +EXPORT_SYMBOL_GPL vmlinux 0xefb77aec _RNvXsM_NtNtCs3AkgXgqgK6r_4core3str4iterNtB5_11EncodeUtf16NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xefc04ffc __SCK__tp_func_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0xefc062d9 pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xefd84950 debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xefeafcf1 edac_has_mcs +EXPORT_SYMBOL_GPL vmlinux 0xeff4559a blk_revalidate_disk_zones +EXPORT_SYMBOL_GPL vmlinux 0xeff5f3a9 lwtunnel_valid_encap_type +EXPORT_SYMBOL_GPL vmlinux 0xeff79023 pci_epc_linkdown +EXPORT_SYMBOL_GPL vmlinux 0xf0052e17 usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0xf015683e fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0xf017ad04 _RNvXs0_NtCsbwHtcUjRN57_6kernel5errorNtB5_5ErrorINtNtCs3AkgXgqgK6r_4core7convert4FromNtNtBO_5alloc10AllocErrorE4from +EXPORT_SYMBOL_GPL vmlinux 0xf024fff6 hsu_dma_do_irq +EXPORT_SYMBOL_GPL vmlinux 0xf038c5e0 sbitmap_show +EXPORT_SYMBOL_GPL vmlinux 0xf04391a6 __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf04429b4 acpi_bus_get_status_handle +EXPORT_SYMBOL_GPL vmlinux 0xf04aa6e7 replace_page_cache_folio +EXPORT_SYMBOL_GPL vmlinux 0xf056f7eb sk_msg_free_partial +EXPORT_SYMBOL_GPL vmlinux 0xf057c126 nfnl_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xf05a52fe asn1_encode_oid +EXPORT_SYMBOL_GPL vmlinux 0xf05fbf09 pci_pio_to_address +EXPORT_SYMBOL_GPL vmlinux 0xf0614883 __SCK__tp_func_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0xf065b588 ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0xf0696401 acpi_pci_detect_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xf06e4fda pci_msi_prepare +EXPORT_SYMBOL_GPL vmlinux 0xf0910075 sfp_bus_del_upstream +EXPORT_SYMBOL_GPL vmlinux 0xf0941fd0 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0xf09cb271 _RNvXs2_NtNtCs3AkgXgqgK6r_4core3str5errorNtB5_14ParseBoolErrorNtNtB9_5error5Error11description +EXPORT_SYMBOL_GPL vmlinux 0xf0a4e19a watchdog_set_last_hw_keepalive +EXPORT_SYMBOL_GPL vmlinux 0xf0a721a7 _RNvXs9_NtNtCs3AkgXgqgK6r_4core3fmt3numyNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0xf0b37c67 __traceiter_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0xf0bff9f6 fsverity_get_digest +EXPORT_SYMBOL_GPL vmlinux 0xf0ced3a5 _RNvMNtNtCs3AkgXgqgK6r_4core3mem15transmutabilityNtB2_6Assume7but_not +EXPORT_SYMBOL_GPL vmlinux 0xf0f0ec29 genphy_c45_pma_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf0fd0b61 x86_perf_get_lbr +EXPORT_SYMBOL_GPL vmlinux 0xf102d9a8 _RNvXs3O_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_28vm_area_struct__bindgen_ty_2NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xf10ab3c5 _RNvXs5_NtNtCs3AkgXgqgK6r_4core3fmt3numiNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0xf1124ecd sfp_upstream_set_signal_rate +EXPORT_SYMBOL_GPL vmlinux 0xf11aed77 tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0xf13476ab __tracepoint_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0xf137f18b devlink_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf13825c4 nvmem_cell_read_u16 +EXPORT_SYMBOL_GPL vmlinux 0xf13d5091 register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xf143dda5 cpufreq_dbs_governor_stop +EXPORT_SYMBOL_GPL vmlinux 0xf1481743 nf_checksum +EXPORT_SYMBOL_GPL vmlinux 0xf160b708 _RNvXNtCs3AkgXgqgK6r_4core9panickingNtB2_10AssertKindNtNtB4_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xf161b25a _RNvNtNtNtCs3AkgXgqgK6r_4core7unicode12unicode_data10alphabetic6lookup +EXPORT_SYMBOL_GPL vmlinux 0xf1620705 xdp_rxq_info_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0xf1784be7 dev_pm_opp_get_required_pstate +EXPORT_SYMBOL_GPL vmlinux 0xf17cff91 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0xf17f1940 ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf188951b kthread_use_mm +EXPORT_SYMBOL_GPL vmlinux 0xf188a662 rhashtable_walk_exit +EXPORT_SYMBOL_GPL vmlinux 0xf19011c0 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf191c2be genphy_c45_baset1_read_status +EXPORT_SYMBOL_GPL vmlinux 0xf196f81b _RNvXs5_NtNtCs3AkgXgqgK6r_4core3cmp5implszNtB7_10PartialOrd11partial_cmp +EXPORT_SYMBOL_GPL vmlinux 0xf1a99ea7 ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0xf1ada345 pci_set_host_bridge_release +EXPORT_SYMBOL_GPL vmlinux 0xf1b2b20d bgpio_init +EXPORT_SYMBOL_GPL vmlinux 0xf1b8c1f5 __SCK__tp_func_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xf1bc2b75 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xf1cd8929 kvm_read_and_reset_apf_flags +EXPORT_SYMBOL_GPL vmlinux 0xf1db5635 devm_clk_hw_get_clk +EXPORT_SYMBOL_GPL vmlinux 0xf1e1ed4f pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0xf1e51123 regulator_desc_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xf1ecda92 vcap_set_rule_set_keyset +EXPORT_SYMBOL_GPL vmlinux 0xf1ef41af pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0xf1f245ed divider_ro_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0xf1fcd009 devres_find +EXPORT_SYMBOL_GPL vmlinux 0xf1ffb44f vcap_rule_set_counter_id +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf22076c3 gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0xf2264609 trace_array_init_printk +EXPORT_SYMBOL_GPL vmlinux 0xf22fecd1 blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0xf23ebce5 inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xf25e8550 mmc_regulator_enable_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0xf26190e2 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0xf26c420c device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0xf27d0a7b gnttab_grant_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0xf28404cf devlink_dpipe_header_ipv6 +EXPORT_SYMBOL_GPL vmlinux 0xf293875e _RNvXs4X_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_19kmsan_context_stateNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xf2967796 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0xf2b33cb7 memory_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xf2c53d53 pci_write_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0xf2c5c01b event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0xf2caa0d6 get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0xf2cdded4 acpi_get_pci_dev +EXPORT_SYMBOL_GPL vmlinux 0xf2d810fe phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0xf2d877e0 unregister_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0xf2d8cd7c regmap_fields_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0xf2edc551 blk_next_bio +EXPORT_SYMBOL_GPL vmlinux 0xf2ef1d9a gpiochip_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xf2fb61bd vprintk_default +EXPORT_SYMBOL_GPL vmlinux 0xf2ff4bc2 serial8250_em485_supported +EXPORT_SYMBOL_GPL vmlinux 0xf303898e inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0xf3097016 device_iommu_capable +EXPORT_SYMBOL_GPL vmlinux 0xf30a5502 cpufreq_enable_boost_support +EXPORT_SYMBOL_GPL vmlinux 0xf311e156 key_being_used_for +EXPORT_SYMBOL_GPL vmlinux 0xf31632e0 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0xf3189f7e __uv_cpu_info +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf32bdc5d unregister_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf3303c5f wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf33393fe led_classdev_notify_brightness_hw_changed +EXPORT_SYMBOL_GPL vmlinux 0xf33fdb93 sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xf3437640 driver_register +EXPORT_SYMBOL_GPL vmlinux 0xf344dd4c free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xf34b1612 nop_posix_acl_default +EXPORT_SYMBOL_GPL vmlinux 0xf352023f memory_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xf35255ae _RNvXs4n_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_6u32x16NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xf352a133 _RNvXs_NtNtCs3AkgXgqgK6r_4core3mem15transmutabilityNtB4_6AssumeNtNtNtB8_3ops5arith3Add3add +EXPORT_SYMBOL_GPL vmlinux 0xf3564be6 find_ge_pid +EXPORT_SYMBOL_GPL vmlinux 0xf3580b4a platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf35d9143 rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0xf363bd97 bio_trim +EXPORT_SYMBOL_GPL vmlinux 0xf3797506 mpi_ec_deinit +EXPORT_SYMBOL_GPL vmlinux 0xf379b544 pci_iov_vf_id +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf38166e2 _RNvXs30_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_12execute_workNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xf3895108 agp_remove_bridge +EXPORT_SYMBOL_GPL vmlinux 0xf39ee698 hypervisor_kobj +EXPORT_SYMBOL_GPL vmlinux 0xf39f6e26 devlink_dpipe_entry_ctx_prepare +EXPORT_SYMBOL_GPL vmlinux 0xf3a09fe7 crypto_has_kpp +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3b95d79 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0xf3bcf8a3 _RNvXs1_NtCsd8lEp9MQdN2_5alloc11collectionsNtB5_15TryReserveErrorNtNtCs3AkgXgqgK6r_4core3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xf3bf7c0f __traceiter_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xf3e01ed9 thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0xf3f82c6f dev_fill_metadata_dst +EXPORT_SYMBOL_GPL vmlinux 0xf3f9de94 extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xf419594c pci_iov_virtfn_devfn +EXPORT_SYMBOL_GPL vmlinux 0xf421d47e vcap_copy_rule +EXPORT_SYMBOL_GPL vmlinux 0xf4467fa6 fsnotify_alloc_group +EXPORT_SYMBOL_GPL vmlinux 0xf44dbe5e devfreq_event_reset_event +EXPORT_SYMBOL_GPL vmlinux 0xf4689d50 linkmode_set_pause +EXPORT_SYMBOL_GPL vmlinux 0xf4738b0b _RNvXs1Q_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_16entry_stack_pageNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xf47654df irq_check_status_bit +EXPORT_SYMBOL_GPL vmlinux 0xf4832c0e kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0xf4883ae1 dev_pm_genpd_resume +EXPORT_SYMBOL_GPL vmlinux 0xf48d30a2 dw_pcie_ep_init_complete +EXPORT_SYMBOL_GPL vmlinux 0xf48e1ad0 pm_clk_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf495cc86 regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xf49f597c acpi_spi_count_resources +EXPORT_SYMBOL_GPL vmlinux 0xf4a381a7 palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0xf4a7ce40 vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0xf4af35c2 rcu_gp_is_normal +EXPORT_SYMBOL_GPL vmlinux 0xf4b0e6cc regmap_mmio_attach_clk +EXPORT_SYMBOL_GPL vmlinux 0xf4b9d5f6 clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0xf4c62661 _RNvXsx_NtNtCs3AkgXgqgK6r_4core3fmt3numjNtB7_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0xf4cd9f8f reset_control_bulk_release +EXPORT_SYMBOL_GPL vmlinux 0xf4d8535b __traceiter_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xf4dd89bf uv_get_hubless_system +EXPORT_SYMBOL_GPL vmlinux 0xf4e9402e _RNvXsh_NtCs3AkgXgqgK6r_4core3numNtB5_10FpCategoryNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xf4f44ff9 _RNvXsl_NtCs3AkgXgqgK6r_4core3numlNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0xf4fa41f7 pci_acpi_set_companion_lookup_hook +EXPORT_SYMBOL_GPL vmlinux 0xf4fad996 __SCK__tp_func_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0xf5042dc6 dma_resv_test_signaled +EXPORT_SYMBOL_GPL vmlinux 0xf5049c13 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0xf51cd77a vcap_alloc_rule +EXPORT_SYMBOL_GPL vmlinux 0xf5214a48 __netdev_watchdog_up +EXPORT_SYMBOL_GPL vmlinux 0xf52be631 dw_pcie_host_deinit +EXPORT_SYMBOL_GPL vmlinux 0xf52c4579 gnttab_dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0xf53b2637 sk_msg_return_zero +EXPORT_SYMBOL_GPL vmlinux 0xf540132d __pci_hp_initialize +EXPORT_SYMBOL_GPL vmlinux 0xf5498622 __SCK__tp_func_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf54d5f48 strp_init +EXPORT_SYMBOL_GPL vmlinux 0xf54ed22b netdev_sw_irq_coalesce_default_on +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf55ad782 virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0xf55f8fed iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0xf565b971 _RNvXsN_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB5_5u32x2NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xf5769e64 direct_write_fallback +EXPORT_SYMBOL_GPL vmlinux 0xf57a63d8 devm_ioremap_uc +EXPORT_SYMBOL_GPL vmlinux 0xf58056f3 _RNvNtNtCs3AkgXgqgK6r_4core3str8converts13from_utf8_mut +EXPORT_SYMBOL_GPL vmlinux 0xf5878cc7 fpstate_clear_xstate_component +EXPORT_SYMBOL_GPL vmlinux 0xf58af0a6 xenbus_dev_fatal +EXPORT_SYMBOL_GPL vmlinux 0xf590f0e6 power_supply_get_property_from_supplier +EXPORT_SYMBOL_GPL vmlinux 0xf5a067bf iommu_group_dma_owner_claimed +EXPORT_SYMBOL_GPL vmlinux 0xf5a12027 tpm_try_get_ops +EXPORT_SYMBOL_GPL vmlinux 0xf5a3ba99 linear_range_values_in_range +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5b0cbf2 thermal_zone_device_priv +EXPORT_SYMBOL_GPL vmlinux 0xf5b52d5c hv_vp_assist_page +EXPORT_SYMBOL_GPL vmlinux 0xf5d459d3 hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xf5db4dac rust_fmt_argument +EXPORT_SYMBOL_GPL vmlinux 0xf5dc7f65 modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xf5f214b9 thermal_clear_package_intr_status +EXPORT_SYMBOL_GPL vmlinux 0xf5f370e0 async_schedule_node +EXPORT_SYMBOL_GPL vmlinux 0xf5f55460 _RNvXs5U_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_12thread_unionNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xf5f92c32 acpi_pm_set_device_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xf60aef40 _RNvXsU_NtNtCs3AkgXgqgK6r_4core3str7patternNtB5_11EmptyNeedleNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xf60ed285 nexthop_find_by_id +EXPORT_SYMBOL_GPL vmlinux 0xf6180c63 xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0xf63ac08c gpiochip_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0xf63f003a acpi_gpio_get_io_resource +EXPORT_SYMBOL_GPL vmlinux 0xf641039b kcpustat_cpu_fetch +EXPORT_SYMBOL_GPL vmlinux 0xf64a4735 thermal_cooling_device_update +EXPORT_SYMBOL_GPL vmlinux 0xf64aaa25 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xf6616bed xenbus_dev_remove +EXPORT_SYMBOL_GPL vmlinux 0xf663ee2f pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0xf673a427 fwnode_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0xf69c17dd pci_iov_get_pf_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xf6a28554 region_intersects +EXPORT_SYMBOL_GPL vmlinux 0xf6a8a41f vchan_find_desc +EXPORT_SYMBOL_GPL vmlinux 0xf6a91893 dsa_stubs +EXPORT_SYMBOL_GPL vmlinux 0xf6aef65b phy_put +EXPORT_SYMBOL_GPL vmlinux 0xf6ba42bc vcap_lookup_rule_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0xf6c71a25 cper_severity_str +EXPORT_SYMBOL_GPL vmlinux 0xf6c8dc62 cpu_hotplug_enable +EXPORT_SYMBOL_GPL vmlinux 0xf6cbda0e tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0xf6dab49e wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0xf6dc3ef1 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6f16c56 rcu_barrier_tasks +EXPORT_SYMBOL_GPL vmlinux 0xf6f35f03 auxiliary_find_device +EXPORT_SYMBOL_GPL vmlinux 0xf6f671a9 __SCK__tp_func_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0xf6fa6cc9 serial8250_em485_start_tx +EXPORT_SYMBOL_GPL vmlinux 0xf6fc0d37 dma_get_merge_boundary +EXPORT_SYMBOL_GPL vmlinux 0xf70e4a4d preempt_schedule_notrace +EXPORT_SYMBOL_GPL vmlinux 0xf712f81c regmap_test_bits +EXPORT_SYMBOL_GPL vmlinux 0xf7145dc4 drop_reasons_unregister_subsys +EXPORT_SYMBOL_GPL vmlinux 0xf72a65ea tty_get_char_size +EXPORT_SYMBOL_GPL vmlinux 0xf72d8cb1 rcu_tasks_trace_qs_blkd +EXPORT_SYMBOL_GPL vmlinux 0xf737cb62 thermal_acpi_hot_trip_temp +EXPORT_SYMBOL_GPL vmlinux 0xf73ec797 _RNvNvMs_NtCsd8lEp9MQdN2_5alloc3vecINtB6_3VecppE6remove13assert_failed +EXPORT_SYMBOL_GPL vmlinux 0xf7455c16 input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0xf74972db vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xf749debc md5_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0xf74bb274 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xf74d3e2a regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xf74e7c93 jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0xf7523cd9 pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0xf755216e trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xf7627654 _RNvMs4_NtNtCs3AkgXgqgK6r_4core3fmt8buildersNtB5_8DebugSet5entry +EXPORT_SYMBOL_GPL vmlinux 0xf767ca35 fixed_percpu_data +EXPORT_SYMBOL_GPL vmlinux 0xf77275e1 _RNvXsp_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_12raw_spinlockNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xf7772bde xas_init_marks +EXPORT_SYMBOL_GPL vmlinux 0xf77edbd7 regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0xf780e82b firmware_request_nowarn +EXPORT_SYMBOL_GPL vmlinux 0xf782fb07 percpu_ref_switch_to_atomic_sync +EXPORT_SYMBOL_GPL vmlinux 0xf78373dd _RNvMs0_NtNtCsbwHtcUjRN57_6kernel4sync7condvarNtB5_7CondVar10notify_all +EXPORT_SYMBOL_GPL vmlinux 0xf7866b4f bind_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0xf795d0ff pinctrl_pm_select_idle_state +EXPORT_SYMBOL_GPL vmlinux 0xf7998775 fwnode_connection_find_match +EXPORT_SYMBOL_GPL vmlinux 0xf79cb843 __traceiter_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0xf7afb369 btree_init +EXPORT_SYMBOL_GPL vmlinux 0xf7b345e9 tpm_put_ops +EXPORT_SYMBOL_GPL vmlinux 0xf7bc95b0 devlink_fmsg_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xf7c3f273 xen_resume_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf7c40b19 mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0xf7d06993 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xf7e1faa8 _RNvXs_NtNtCs3AkgXgqgK6r_4core3ptr9alignmentNtB4_9AlignmentNtNtB8_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xf7ef74f7 pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0xf7f5abed ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0xf7f5d867 vcap_addr_keysets +EXPORT_SYMBOL_GPL vmlinux 0xf804270d pm_runtime_get_if_active +EXPORT_SYMBOL_GPL vmlinux 0xf81c82d8 pm_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xf81dce70 thermal_genl_cpu_capability_event +EXPORT_SYMBOL_GPL vmlinux 0xf82f4715 tcp_plb_update_state +EXPORT_SYMBOL_GPL vmlinux 0xf83cc5ad __tracepoint_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xf844c2cb crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf8470519 devfreq_event_get_event +EXPORT_SYMBOL_GPL vmlinux 0xf8540d8c sbitmap_any_bit_set +EXPORT_SYMBOL_GPL vmlinux 0xf863e512 _RNvMsc_NtCs3AkgXgqgK6r_4core4timeNtB5_21TryFromFloatSecsError11description +EXPORT_SYMBOL_GPL vmlinux 0xf86e9573 crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf8789208 debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0xf881cecd load_fixmap_gdt +EXPORT_SYMBOL_GPL vmlinux 0xf883bf93 crypto_dh_key_len +EXPORT_SYMBOL_GPL vmlinux 0xf888d55a vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0xf88b96a0 __traceiter_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xf88e7c77 _RNvXsD_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_29static_call_key__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xf89f56ff phy_configure +EXPORT_SYMBOL_GPL vmlinux 0xf8a062ff _RNvXsb_NtCs3AkgXgqgK6r_4core4charNtB5_11ToLowercaseNtNtNtNtB7_4iter6traits12double_ended19DoubleEndedIterator9next_back +EXPORT_SYMBOL_GPL vmlinux 0xf8a23f3f _RNvXsI_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_41restart_block__bindgen_ty_1__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xf8a9818d devlink_port_attrs_pci_pf_set +EXPORT_SYMBOL_GPL vmlinux 0xf8ba510e _RNvXsY_NtNtCs3AkgXgqgK6r_4core3fmt3numxNtB7_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0xf8bc0beb clear_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0xf8bc2e56 blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0xf8bd9fa3 tpm_chip_stop +EXPORT_SYMBOL_GPL vmlinux 0xf8f101ca ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8f8dc1a __SCK__tp_func_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xf8fe3986 pat_pfn_immune_to_uc_mtrr +EXPORT_SYMBOL_GPL vmlinux 0xf90b66f6 _RNvXs13_NtNtCs3AkgXgqgK6r_4core3fmt3numyNtB8_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0xf90e4589 iommu_report_device_fault +EXPORT_SYMBOL_GPL vmlinux 0xf9185102 spi_mem_driver_register_with_owner +EXPORT_SYMBOL_GPL vmlinux 0xf91a3d9e xdp_return_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0xf92d940b register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xf9376129 _RNvXs5c_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_24___sifields__bindgen_ty_3NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xf945eae7 lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0xf95322f4 kthread_parkme +EXPORT_SYMBOL_GPL vmlinux 0xf955e9c5 bprintf +EXPORT_SYMBOL_GPL vmlinux 0xf960edc2 devlink_resource_register +EXPORT_SYMBOL_GPL vmlinux 0xf96f6f1f _RNvMs0_NtNtCs3AkgXgqgK6r_4core3str5lossyNtB5_10Utf8Chunks3new +EXPORT_SYMBOL_GPL vmlinux 0xf989df7d fscrypt_ioctl_add_key +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9a426c7 relay_late_setup_files +EXPORT_SYMBOL_GPL vmlinux 0xf9b34a0b iopf_queue_free +EXPORT_SYMBOL_GPL vmlinux 0xf9b48520 fb_deferred_io_release +EXPORT_SYMBOL_GPL vmlinux 0xf9c9e0f7 sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0xf9cbf248 serial8250_update_uartclk +EXPORT_SYMBOL_GPL vmlinux 0xf9d95b04 apply_to_existing_page_range +EXPORT_SYMBOL_GPL vmlinux 0xf9d9f3ad sk_msg_clone +EXPORT_SYMBOL_GPL vmlinux 0xf9e82418 __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0xfa0ae4fd ata_acpi_stm +EXPORT_SYMBOL_GPL vmlinux 0xfa199b99 __virtqueue_break +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa20488d tcp_parse_mss_option +EXPORT_SYMBOL_GPL vmlinux 0xfa241be5 _RNvXs1_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3imptNtB9_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xfa262e4d __tracepoint_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xfa264289 dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0xfa2c9de8 scsi_dh_attach +EXPORT_SYMBOL_GPL vmlinux 0xfa2fc176 dm_submit_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xfa349688 aer_recover_queue +EXPORT_SYMBOL_GPL vmlinux 0xfa350295 _RNvXsn_NtCs3AkgXgqgK6r_4core3numnNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0xfa35044a alternatives_patched +EXPORT_SYMBOL_GPL vmlinux 0xfa3d1099 usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xfa41e99e __SCK__tp_func_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0xfa4229c7 vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xfa42462b driver_set_override +EXPORT_SYMBOL_GPL vmlinux 0xfa43cefc is_hash_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xfa49c2a6 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfa4dd9bd _RNvXsA_NtCs3AkgXgqgK6r_4core4charNtB5_11ToLowercaseNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xfa666974 queue_work_node +EXPORT_SYMBOL_GPL vmlinux 0xfa78dbb0 evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0xfa7a576a bpf_trace_run5 +EXPORT_SYMBOL_GPL vmlinux 0xfa7bf4c1 dax_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0xfa86d4a6 mmc_send_tuning +EXPORT_SYMBOL_GPL vmlinux 0xfa8d44d4 __udp_enqueue_schedule_skb +EXPORT_SYMBOL_GPL vmlinux 0xfaa146f6 securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xfaa82816 _RNvXs1k_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_3msrNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xfaac01c9 xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0xfaaf8621 power_supply_battery_bti_in_range +EXPORT_SYMBOL_GPL vmlinux 0xfab30dc0 mdio_bus_exit +EXPORT_SYMBOL_GPL vmlinux 0xfab52fab hv_set_register +EXPORT_SYMBOL_GPL vmlinux 0xfab53ed9 pinctrl_gpio_can_use_line +EXPORT_SYMBOL_GPL vmlinux 0xfad9c827 kill_dax +EXPORT_SYMBOL_GPL vmlinux 0xfadc08c8 ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xfadd9f3d _RNvXs0_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3impsNtB9_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xfaf1ac0c usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0xfb078670 get_device +EXPORT_SYMBOL_GPL vmlinux 0xfb21812c pci_epc_put +EXPORT_SYMBOL_GPL vmlinux 0xfb288d54 irq_chip_set_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0xfb2899d0 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0xfb29b29e fsverity_ioctl_read_metadata +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb338a17 wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xfb35890a x509_cert_parse +EXPORT_SYMBOL_GPL vmlinux 0xfb4b5fe2 wakeup_sources_walk_start +EXPORT_SYMBOL_GPL vmlinux 0xfb54be33 pm_clk_destroy +EXPORT_SYMBOL_GPL vmlinux 0xfb60faf5 posix_acl_clone +EXPORT_SYMBOL_GPL vmlinux 0xfb6352e8 gnttab_page_cache_put +EXPORT_SYMBOL_GPL vmlinux 0xfb6bc1fa phy_speed_down +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb74e910 proc_douintvec_minmax +EXPORT_SYMBOL_GPL vmlinux 0xfb836a8b ata_acpi_cbl_80wire +EXPORT_SYMBOL_GPL vmlinux 0xfb842129 _RNvXs15_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5i16x4NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xfb8659de _RNvNvMsZ_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB7_10NonZeroI6413new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0xfbb8463b __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbc422e1 __reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xfbd40192 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xfbd4bfa2 mmc_cmdq_disable +EXPORT_SYMBOL_GPL vmlinux 0xfbd6cc05 tpm1_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0xfbdcb664 fscrypt_set_bio_crypt_ctx +EXPORT_SYMBOL_GPL vmlinux 0xfbf1582e trace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0xfbffd601 net_prio_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xfc03b86d handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc059509 crypto_register_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xfc07222b gpiochip_relres_irq +EXPORT_SYMBOL_GPL vmlinux 0xfc09fe66 irq_chip_get_parent_state +EXPORT_SYMBOL_GPL vmlinux 0xfc0cef02 gnttab_unmap_refs_sync +EXPORT_SYMBOL_GPL vmlinux 0xfc201b66 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0xfc254d15 gnttab_free_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xfc2ab448 __hwspin_lock_timeout +EXPORT_SYMBOL_GPL vmlinux 0xfc3ab8ce _RNvXs_NtNtCs3AkgXgqgK6r_4core3str5errorNtB4_9Utf8ErrorNtNtB8_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xfc3b4246 acpi_bus_update_power +EXPORT_SYMBOL_GPL vmlinux 0xfc5a3e49 __traceiter_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0xfc72bc33 debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xfc98c8dc xen_percpu_upcall +EXPORT_SYMBOL_GPL vmlinux 0xfca2247d acpi_dev_get_resources +EXPORT_SYMBOL_GPL vmlinux 0xfcac1d62 nvmem_device_find +EXPORT_SYMBOL_GPL vmlinux 0xfcb681e3 _RNvXs3_NtNtCs3AkgXgqgK6r_4core3num5errorNtB5_13ParseIntErrorNtNtB9_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xfcbfec70 add_memory_driver_managed +EXPORT_SYMBOL_GPL vmlinux 0xfcc1edd3 memory_block_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0xfcca5424 register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xfccb93de _RNvXs1V_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_13thread_structNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xfcdbc48b reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfcf9ef73 hw_protection_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xfd0e5664 dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0xfd253f8b tracepoint_probe_register_prio +EXPORT_SYMBOL_GPL vmlinux 0xfd30a6d9 cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0xfd4fc7bd icc_node_add +EXPORT_SYMBOL_GPL vmlinux 0xfd5ac795 pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0xfd5cf153 vp_legacy_set_queue_address +EXPORT_SYMBOL_GPL vmlinux 0xfd66f3f4 _RNvXsd_NtCs3AkgXgqgK6r_4core5errorNtNtNtB7_3ffi5c_str21FromBytesWithNulErrorNtB5_5Error11description +EXPORT_SYMBOL_GPL vmlinux 0xfd6c1d6b devlink_port_attrs_pci_vf_set +EXPORT_SYMBOL_GPL vmlinux 0xfd710f7f seg6_do_srh_inline +EXPORT_SYMBOL_GPL vmlinux 0xfd7243c7 erst_disable +EXPORT_SYMBOL_GPL vmlinux 0xfd77e268 register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xfd802332 pci_generic_config_read32 +EXPORT_SYMBOL_GPL vmlinux 0xfd89739e ip6_input +EXPORT_SYMBOL_GPL vmlinux 0xfd8ab7f8 _RNvXs5a_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_6sigvalNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xfd900cff pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xfd987be4 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xfd9f0d50 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0xfdb6dbba regmap_noinc_read +EXPORT_SYMBOL_GPL vmlinux 0xfdbd7a17 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xfdc1536e platform_get_mem_or_io +EXPORT_SYMBOL_GPL vmlinux 0xfdcf101b virtqueue_get_used_addr +EXPORT_SYMBOL_GPL vmlinux 0xfdcf5a50 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0xfde7e0e3 ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xfdea2d04 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfdfa60f2 _RNvXs0_NtNtCs3AkgXgqgK6r_4core3fmt3numaNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0xfe083a8d clk_hw_get_name +EXPORT_SYMBOL_GPL vmlinux 0xfe0e7cd3 apei_exec_post_unmap_gars +EXPORT_SYMBOL_GPL vmlinux 0xfe19dc28 vivaldi_function_row_physmap_show +EXPORT_SYMBOL_GPL vmlinux 0xfe1a7a7b mpi_point_release +EXPORT_SYMBOL_GPL vmlinux 0xfe1b2f45 ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xfe24ab1c _RNvXs2_NtCs3AkgXgqgK6r_4core5asciiNtB5_13EscapeDefaultNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xfe25b6ee usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0xfe3a6de3 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfe3dd5b2 devm_regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xfe4148d3 _RNvXsy_NtCs3AkgXgqgK6r_4core4timeNtB5_21TryFromFloatSecsErrorNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xfe45493b ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xfe476039 ktime_get_resolution_ns +EXPORT_SYMBOL_GPL vmlinux 0xfe4c3457 fs_dax_get_by_bdev +EXPORT_SYMBOL_GPL vmlinux 0xfe585e04 tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0xfe5f33d6 dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0xfe5f39dc tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0xfe6fbbee _RNvXs0_NtCs3AkgXgqgK6r_4core6futureNtB5_8ResumeTyNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xfe727411 get_phys_to_machine +EXPORT_SYMBOL_GPL vmlinux 0xfe75c907 iomap_dio_bio_end_io +EXPORT_SYMBOL_GPL vmlinux 0xfe82b96a genphy_c45_pma_baset1_setup_master_slave +EXPORT_SYMBOL_GPL vmlinux 0xfe8cdb84 ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfea04d93 _RNvXsH_NtNtCs3AkgXgqgK6r_4core3fmt3numhNtB7_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0xfeb1cc28 _RNvXs2c_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_16class_spinlock_tNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xfeb46c49 fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0xfec53440 crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfed4b42b init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0xfee779f6 ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0xfeec3489 pkcs7_parse_message +EXPORT_SYMBOL_GPL vmlinux 0xfeecb338 dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xfeeecd05 apei_read +EXPORT_SYMBOL_GPL vmlinux 0xfef5c3e4 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0xfef8d7c5 devfreq_cooling_em_register +EXPORT_SYMBOL_GPL vmlinux 0xff0303e3 shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff079142 pci_epc_init_notify +EXPORT_SYMBOL_GPL vmlinux 0xff0828b0 put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xff08c8ba rust_helper_put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0xff1666f3 reset_control_bulk_assert +EXPORT_SYMBOL_GPL vmlinux 0xff1b5e3a devl_port_register_with_ops +EXPORT_SYMBOL_GPL vmlinux 0xff1e67b9 setup_APIC_eilvt +EXPORT_SYMBOL_GPL vmlinux 0xff257162 devm_namespace_enable +EXPORT_SYMBOL_GPL vmlinux 0xff291ecf clk_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xff2c4b38 scsi_dh_activate +EXPORT_SYMBOL_GPL vmlinux 0xff314bbe _RNvXs5S_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11task_structNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xff3872c6 __tracepoint_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xff3d5be0 iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0xff41728b sdio_retune_hold_now +EXPORT_SYMBOL_GPL vmlinux 0xff42c374 usb_role_switch_get_role +EXPORT_SYMBOL_GPL vmlinux 0xff51d56a phy_led_triggers_unregister +EXPORT_SYMBOL_GPL vmlinux 0xff664434 _RNvXsa_NtNtCs3AkgXgqgK6r_4core3fmt3numoNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0xff6d12fd devl_dpipe_headers_register +EXPORT_SYMBOL_GPL vmlinux 0xff75a1fb _RNvXs2W_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11work_structNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xff7e33bf mpi_sub_ui +EXPORT_SYMBOL_GPL vmlinux 0xff81487d gpiod_remove_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0xff84a69a pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xff84a8a5 page_reporting_order +EXPORT_SYMBOL_GPL vmlinux 0xff8e74e2 arch_haltpoll_enable +EXPORT_SYMBOL_GPL vmlinux 0xff9e23d1 hugetlb_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xffa083d0 usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0xffabb0db devm_serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0xffae8e8b nsecs_to_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xffbe2e51 devm_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0xffc86f14 __xas_next +EXPORT_SYMBOL_GPL vmlinux 0xffc92700 ncsi_unregister_dev +EXPORT_SYMBOL_GPL vmlinux 0xffcf733c _RNvXNvNtCs3AkgXgqgK6r_4core9panicking21assert_matches_failedNtB2_7PatternNtNtB6_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xffd60ee9 _RNvXs2i_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15wait_queue_headNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xffd7a066 xfrm_dev_policy_add +EXPORT_SYMBOL_GPL vmlinux 0xffe1a9be tpm_is_tpm2 +EXPORT_SYMBOL_GPL vmlinux 0xffe5127e au_platform_setup +EXPORT_SYMBOL_GPL vmlinux 0xffebebde blk_mq_hctx_set_fq_lock_class +EXPORT_SYMBOL_GPL vmlinux 0xfff6bfea _RNvXs3L_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_18vm_userfaultfd_ctxNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xfff6c7c7 _RNvMsi_NtCs3AkgXgqgK6r_4core4charNtB5_15CaseMappingIter3new +FIRMWARE_LOADER_PRIVATE EXPORT_SYMBOL_GPL 0x07342898 unregister_firmware_config_sysctl vmlinux +FIRMWARE_LOADER_PRIVATE EXPORT_SYMBOL_GPL 0xae43feea register_firmware_config_sysctl vmlinux +FIRMWARE_LOADER_PRIVATE EXPORT_SYMBOL_GPL 0xd3ae7756 fw_fallback_config vmlinux +FW_CS_DSP EXPORT_SYMBOL_GPL 0x0b63f550 cs_dsp_adsp1_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x144d6986 cs_dsp_mem_region_name drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x19ba1962 cs_dsp_find_alg_region drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x20f5d6ad cs_dsp_read_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x2d3e5ce5 cs_dsp_coeff_write_ctrl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x32b18101 cs_dsp_adsp1_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x345f25df cs_dsp_get_ctl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x4765a9a2 cs_dsp_halo_wdt_expire drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x4e5562f8 cs_dsp_remove_padding drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x4f49a3c2 cs_dsp_coeff_write_acked_control drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x54efd3cf cs_dsp_read_raw_data_block drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x57d38e3f cs_dsp_adsp2_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x5fd7e241 cs_dsp_cleanup_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x6e0cce2d cs_dsp_chunk_write drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x71021835 cs_dsp_halo_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x7b46b13d cs_dsp_adsp1_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x816e92de cs_dsp_coeff_read_ctrl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x8848ec25 cs_dsp_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9c212896 cs_dsp_write_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9e324cb0 cs_dsp_chunk_flush drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9fa50594 cs_dsp_init_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9fec1616 cs_dsp_stop drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xb6c0d9e7 cs_dsp_chunk_read drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xb9050760 cs_dsp_halo_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xc856c84a cs_dsp_set_dspclk drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xcc2d37d9 cs_dsp_run drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xdd77ec79 cs_dsp_adsp2_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xe4d66b94 cs_dsp_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xf5934050 cs_dsp_remove drivers/firmware/cirrus/cs_dsp +GPIO_TANGIER EXPORT_SYMBOL_GPL 0x2de5b46b tng_gpio_suspend drivers/gpio/gpio-tangier +GPIO_TANGIER EXPORT_SYMBOL_GPL 0x4fc456a4 devm_tng_gpio_probe drivers/gpio/gpio-tangier +GPIO_TANGIER EXPORT_SYMBOL_GPL 0xb58d3144 tng_gpio_resume drivers/gpio/gpio-tangier +HWMON_THERMAL EXPORT_SYMBOL_GPL 0xa327feb7 hwmon_device_register_for_thermal vmlinux +I8255 EXPORT_SYMBOL_GPL 0x9a2bd355 devm_i8255_regmap_register drivers/gpio/gpio-i8255 +I915_GVT EXPORT_SYMBOL_GPL 0x086b560f i915_gem_object_set_to_cpu_domain drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x08eb9038 intel_gvt_clear_ops drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x2c9f8140 i915_gem_object_create_shmem drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x2ced44d5 i915_ppgtt_create drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x331344f3 intel_uncore_forcewake_get drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x332785bd intel_gvt_iterate_mmio_table drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x350fe7fd intel_ring_begin drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x38b91c5b i915_fence_ops drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x3e26e4a1 i915_reserve_fence drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x3fd7caf0 _i915_vma_move_to_active drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x410a3bd0 i915_gem_ww_ctx_fini drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x42f72d6b __px_dma drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x42f7b471 intel_uncore_forcewake_for_reg drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x4c807658 i915_gem_ww_ctx_backoff drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x550e8b13 __i915_gem_object_flush_map drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x586751f1 shmem_unpin_map drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x5d76a983 i915_unreserve_fence drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x5eec4970 i915_gem_gtt_insert drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x6d5a6374 i915_gem_object_pin_map drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x756b8f1c __i915_gem_object_set_pages drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x7ff2fb4c i915_request_add drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x84775523 intel_uncore_forcewake_put drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x890fc889 i915_vm_release drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x8ac99ec9 i915_request_wait drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x8cecdabe i915_gem_object_alloc drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x98116b3a intel_context_create drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xa1fc499a shmem_pin_map drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xbe09c969 intel_runtime_pm_put_unchecked drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xbeefef2a __intel_context_do_unpin drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xc340122d i915_gem_prime_export drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xc55dee05 i915_request_create drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xc8697fc2 intel_gvt_set_ops drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xca179e9b intel_runtime_pm_get drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xd773e946 i915_gem_object_ggtt_pin_ww drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xe4920832 i915_gem_ww_ctx_init drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xe855e9ca __intel_context_do_pin drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xfc1fe76a i915_gem_object_init drivers/gpu/drm/i915/i915 +IDLE_INJECT EXPORT_SYMBOL_GPL 0x5b3a2cd6 idle_inject_start vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x60b2e814 idle_inject_register vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x85c2b7eb idle_inject_stop vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x95e93783 idle_inject_set_latency vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0xa66c1ea7 idle_inject_register_full vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0xc18575af idle_inject_set_duration vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0xe9cbcfd0 idle_inject_get_duration vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0xf0e96547 idle_inject_unregister vmlinux +IDXD EXPORT_SYMBOL_GPL 0x56eec84a idxd_driver_unregister drivers/dma/idxd/idxd_bus +IDXD EXPORT_SYMBOL_GPL 0xb14a20a7 idxd_drv drivers/dma/idxd/idxd +IDXD EXPORT_SYMBOL_GPL 0xd4a351a9 idxd_user_drv drivers/dma/idxd/idxd +IDXD EXPORT_SYMBOL_GPL 0xdbc915e9 __idxd_driver_register drivers/dma/idxd/idxd_bus +IDXD EXPORT_SYMBOL_GPL 0xe57f7bbe dsa_bus_type drivers/dma/idxd/idxd_bus +IDXD EXPORT_SYMBOL_GPL 0xf80913da idxd_dmaengine_drv drivers/dma/idxd/idxd +IIO_AD5592R EXPORT_SYMBOL_GPL 0x56041b01 ad5592r_probe drivers/iio/dac/ad5592r-base +IIO_AD5592R EXPORT_SYMBOL_GPL 0x8cf53a62 ad5592r_remove drivers/iio/dac/ad5592r-base +IIO_AD5686 EXPORT_SYMBOL_GPL 0x4fd82c89 ad5686_remove drivers/iio/dac/ad5686 +IIO_AD5686 EXPORT_SYMBOL_GPL 0x8f51e26f ad5686_probe drivers/iio/dac/ad5686 +IIO_AD7091R EXPORT_SYMBOL_GPL 0x04cbb99a ad7091r_regmap_config drivers/iio/adc/ad7091r-base +IIO_AD7091R EXPORT_SYMBOL_GPL 0xbb96f148 ad7091r_probe drivers/iio/adc/ad7091r-base +IIO_AD7606 EXPORT_SYMBOL_GPL 0x763c1a5e ad7606_probe drivers/iio/adc/ad7606 +IIO_AD7606 EXPORT_SYMBOL_GPL 0x951bd84b ad7606_pm_ops drivers/iio/adc/ad7606 +IIO_ADISLIB EXPORT_SYMBOL 0x917a363c __adis_enable_irq drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL 0xadc68a50 adis_debugfs_reg_access drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x229fdbc8 devm_adis_probe_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x269102f8 __adis_initial_startup drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x7c850710 adis_single_conversion drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xaed07a09 __adis_write_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xb00e1ba0 devm_adis_setup_buffer_and_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xb16daad1 __adis_update_bits_base drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xb2537995 __adis_read_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xc2d13e7b adis_update_scan_mode drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xe0edb1fc __adis_check_status drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xf88e2198 adis_init drivers/iio/imu/adis_lib +IIO_ADIS_LIB EXPORT_SYMBOL_GPL 0x50966cbe __adis_reset drivers/iio/imu/adis_lib +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x64bb9169 adxl31x_chip_info drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x8401eedc adxl313_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x93298a1c adxl312_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x932e87b3 adxl314_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xb2e5dda2 adxl313_core_probe drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe1d8d09c adxl314_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe1dfdd33 adxl312_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xf6f7b9f3 adxl313_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0x4d2f5e0f adxl35x_chip_info drivers/iio/accel/adxl355_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0x6ff5403b adxl355_readable_regs_tbl drivers/iio/accel/adxl355_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0x8b2d1844 adxl355_core_probe drivers/iio/accel/adxl355_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0xb446fa86 adxl355_writeable_regs_tbl drivers/iio/accel/adxl355_core +IIO_ADXL367 EXPORT_SYMBOL_GPL 0x3fe25ab8 adxl367_probe drivers/iio/accel/adxl367 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0x1d8e8af7 adxl372_probe drivers/iio/accel/adxl372 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0x7fddb79c adxl372_readable_noinc_reg drivers/iio/accel/adxl372 +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x2dc25e07 ad_sd_calibrate_all drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x319977eb ad_sd_write_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x34911147 ad_sd_validate_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x35b344ec devm_ad_sd_setup_buffer_and_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x40fff838 ad_sd_reset drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x8696c5b5 ad_sd_set_comm drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x96d3043e ad_sd_read_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xccd0321d ad_sd_calibrate drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xd0415d3b ad_sigma_delta_single_conversion drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xdbabaa9e ad_sd_init drivers/iio/adc/ad_sigma_delta +IIO_BMA400 EXPORT_SYMBOL 0x4e61daa0 bma400_regmap_config drivers/iio/accel/bma400_core +IIO_BMA400 EXPORT_SYMBOL 0x68569b7a bma400_probe drivers/iio/accel/bma400_core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x5bdaf076 bmc150_accel_core_probe drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x7a6e0877 bmc150_accel_core_remove drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x7cbaf0f9 bmc150_regmap_conf drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0xce0c92e3 bmc150_accel_pm_ops drivers/iio/accel/bmc150-accel-core +IIO_BMC150_MAGN EXPORT_SYMBOL 0x780135b2 bmc150_magn_probe drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0xa00b483b bmc150_magn_regmap_config drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0xdcc46ebf bmc150_magn_pm_ops drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0xf71e4442 bmc150_magn_remove drivers/iio/magnetometer/bmc150_magn +IIO_BME680 EXPORT_SYMBOL 0x3dd9527d bme680_regmap_config drivers/iio/chemical/bme680_core +IIO_BME680 EXPORT_SYMBOL_GPL 0x9f4cf7c8 bme680_core_probe drivers/iio/chemical/bme680_core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x051979b9 bmi088_regmap_conf drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x3aca1dcc bmi088_accel_core_remove drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xd4feebd5 bmi088_accel_core_probe drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xf8caa120 bmi088_accel_pm_ops drivers/iio/accel/bmi088-accel-core +IIO_BMI160 EXPORT_SYMBOL 0x32b6c3ab bmi160_regmap_config drivers/iio/imu/bmi160/bmi160_core +IIO_BMI160 EXPORT_SYMBOL 0xca19cfae bmi160_enable_irq drivers/iio/imu/bmi160/bmi160_core +IIO_BMI160 EXPORT_SYMBOL_GPL 0xc41e06f3 bmi160_core_probe drivers/iio/imu/bmi160/bmi160_core +IIO_BMP280 EXPORT_SYMBOL 0x08ba81fd bmp580_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x11160ee6 bmp180_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x19044a51 bmp280_common_probe drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x1a920af9 bme280_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x62ad92e9 bmp280_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x6d772b3d bmp280_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x8383988d bmp580_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x882b4f8b bmp180_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x8dff2408 bmp380_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xf078ca4b bmp380_chip_info drivers/iio/pressure/bmp280 +IIO_BNO055 EXPORT_SYMBOL_GPL 0x9cbe5fe3 bno055_probe drivers/iio/imu/bno055/bno055 +IIO_BNO055 EXPORT_SYMBOL_GPL 0xdf0120b4 bno055_regmap_config drivers/iio/imu/bno055/bno055 +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x311c3689 fxas21002c_core_probe drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x999953d7 fxas21002c_pm_ops drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0xd1577811 fxas21002c_core_remove drivers/iio/gyro/fxas21002c_core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x4a45b1d6 fxls8962af_pm_ops drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x6ba288dc fxls8962af_spi_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xc97c1c19 fxls8962af_i2c_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xd5dc6797 fxls8962af_core_probe drivers/iio/accel/fxls8962af-core +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x094bee02 iio_gts_avail_scales_for_time drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x245bf3d5 devm_iio_init_iio_gts drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x296bb0cd iio_gts_all_avail_scales drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x4ed89402 iio_gts_find_sel_by_gain drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x53000dc5 iio_gts_find_gain_by_sel drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x54a7bad7 iio_gts_get_min_gain drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x5f338fa0 iio_gts_find_new_gain_sel_by_old_gain_time drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xa3374797 iio_gts_get_scale drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xaf5aaa85 iio_find_closest_gain_low drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xc061498b iio_gts_avail_times drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xc25ccf30 iio_gts_find_new_gain_by_old_gain_time drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xd7e29768 iio_gts_find_gain_sel_for_scale_using_time drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xf42af90f iio_gts_total_gain_to_scale drivers/iio/industrialio-gts-helper +IIO_HID EXPORT_SYMBOL 0x0b9c7850 hid_sensor_read_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x3ef805a2 hid_sensor_convert_timestamp drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x4fb3106e hid_sensor_write_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x52b75b69 hid_sensor_read_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x6889811e hid_sensor_power_state drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x7b54393f hid_sensor_write_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x7f7621ec hid_sensor_format_scale drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x903defd0 hid_sensor_read_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x97a404da hid_sensor_setup_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x9f1a7729 hid_sensor_remove_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0xb7245276 hid_sensor_write_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xc063af7f hid_sensor_pm_ops drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0xd7d5d667 hid_sensor_parse_common_attributes drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x25ab1ce0 hid_sensor_batch_mode_supported drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x2b693a9c hid_sensor_get_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x88d4a1e7 hid_sensor_read_poll_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xd89f10c6 hid_sensor_set_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HMC5843 EXPORT_SYMBOL 0x53741a37 hmc5843_pm_ops drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0x9831e49d hmc5843_common_remove drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0xef7959c5 hmc5843_common_probe drivers/iio/magnetometer/hmc5843_core +IIO_HTS221 EXPORT_SYMBOL 0x38221bb8 hts221_probe drivers/iio/humidity/hts221 +IIO_HTS221 EXPORT_SYMBOL 0x63445ed2 hts221_pm_ops drivers/iio/humidity/hts221 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x51fc1668 inv_icm42600_pm_ops drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0xcf228e5c inv_icm42600_regmap_config drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0xf3b2152d inv_icm42600_core_probe drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_KX022A EXPORT_SYMBOL_GPL 0x2c9e8b0e kx022a_probe_internal drivers/iio/accel/kionix-kx022a +IIO_KX022A EXPORT_SYMBOL_GPL 0x705f5317 kx022a_regmap drivers/iio/accel/kionix-kx022a +IIO_KXSD9 EXPORT_SYMBOL 0x333086d3 kxsd9_common_remove drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0x4f528a57 kxsd9_dev_pm_ops drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0x7fe08dc7 kxsd9_common_probe drivers/iio/accel/kxsd9 +IIO_LSM6DSX EXPORT_SYMBOL 0x2cc1067a st_lsm6dsx_pm_ops drivers/iio/imu/st_lsm6dsx/st_lsm6dsx +IIO_LSM6DSX EXPORT_SYMBOL 0x55dd3724 st_lsm6dsx_probe drivers/iio/imu/st_lsm6dsx/st_lsm6dsx +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x02a8b98c ms_sensors_tp_read_prom drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x045688dd ms_sensors_read_prom_word drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x2d2f5cd5 ms_sensors_reset drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x30a962af ms_sensors_ht_read_temperature drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x330ecd37 ms_sensors_show_battery_low drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x3f92603a ms_sensors_read_serial drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x42b6a050 ms_sensors_convert_and_read drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xc913892a ms_sensors_ht_read_humidity drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xde870395 ms_sensors_write_resolution drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xdfedee6e ms_sensors_show_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xe2c7d7cd ms_sensors_read_temp_and_pressure drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xf7a5bf48 ms_sensors_write_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x2d818760 mma7455_core_remove drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x685fb77c mma7455_core_probe drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0xfaff0b06 mma7455_core_regmap drivers/iio/accel/mma7455_core +IIO_MMA9551 EXPORT_SYMBOL 0x0de7eb7f mma9551_read_status_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x0e158d7d mma9551_read_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x0e43d505 mma9551_update_config_bits drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x1149f5ea mma9551_write_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x1d1de525 mma9551_app_reset drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x3284329f mma9551_set_power_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x41ef446c mma9551_read_accel_scale drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x45b90e09 mma9551_write_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x55eed4cf mma9551_read_accel_chan drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x57601482 mma9551_read_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x6ea18d26 mma9551_read_status_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x80487fda mma9551_read_version drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x8c3e0590 mma9551_set_device_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x8c9f74e3 mma9551_gpio_config drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xb5c5cc98 mma9551_read_status_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xbcd7fe96 mma9551_sleep drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xcfcd8d9c mma9551_read_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xdd0a8ab3 mma9551_write_config_words drivers/iio/accel/mma9551_core +IIO_MPL115 EXPORT_SYMBOL 0x4c76901d mpl115_dev_pm_ops drivers/iio/pressure/mpl115 +IIO_MPL115 EXPORT_SYMBOL_GPL 0xe22ab7f3 mpl115_probe drivers/iio/pressure/mpl115 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0xbe9c8c5e inv_mpu_pmops drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0xca4ae271 inv_mpu_core_probe drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MS5611 EXPORT_SYMBOL 0x7a901f81 ms5611_probe drivers/iio/pressure/ms5611_core +IIO_RESCALE EXPORT_SYMBOL_GPL 0xb24282d3 rescale_process_offset drivers/iio/afe/iio-rescale +IIO_RESCALE EXPORT_SYMBOL_GPL 0xd3197b95 rescale_process_scale drivers/iio/afe/iio-rescale +IIO_RM3100 EXPORT_SYMBOL_GPL 0x0a1424e0 rm3100_volatile_table drivers/iio/magnetometer/rm3100-core +IIO_RM3100 EXPORT_SYMBOL_GPL 0xaa911f08 rm3100_readable_table drivers/iio/magnetometer/rm3100-core +IIO_RM3100 EXPORT_SYMBOL_GPL 0xcc7209be rm3100_writable_table drivers/iio/magnetometer/rm3100-core +IIO_RM3100 EXPORT_SYMBOL_GPL 0xe92d10ac rm3100_common_probe drivers/iio/magnetometer/rm3100-core +IIO_SCD30 EXPORT_SYMBOL 0x86ccbadf scd30_pm_ops drivers/iio/chemical/scd30_core +IIO_SCD30 EXPORT_SYMBOL 0xbab8d47d scd30_probe drivers/iio/chemical/scd30_core +IIO_SPS30 EXPORT_SYMBOL_GPL 0x38d520ab sps30_probe drivers/iio/chemical/sps30 +IIO_SSP_SENSORS EXPORT_SYMBOL 0x08515c00 ssp_get_sensor_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x11428ad9 ssp_change_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x5f1edbc0 ssp_disable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x9d61ca4c ssp_common_buffer_postdisable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0xa14eb207 ssp_enable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xbe6af18d ssp_common_buffer_postenable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0xcbba728f ssp_common_process_data drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0xe56374ac ssp_register_consumer drivers/iio/common/ssp_sensors/sensorhub +IIO_ST_SENSORS EXPORT_SYMBOL 0x03767a44 st_sensors_read_info_raw drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x05a78ce1 st_sensors_set_axis_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x0679be2e st_sensors_get_settings_index drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x074d7047 st_sensors_trigger_handler drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x090bf377 st_sensors_dev_name_probe drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x151589c9 st_sensors_debugfs_reg_access drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x28dfd3d3 st_sensors_set_odr drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x2a5ed2dc st_sensors_verify_id drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x2e8d8a01 st_sensors_spi_configure drivers/iio/common/st_sensors/st_sensors_spi +IIO_ST_SENSORS EXPORT_SYMBOL 0x3980127f st_magn_common_probe drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0x457766bb st_accel_common_probe drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0x49285512 st_sensors_power_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x583b8710 st_sensors_allocate_trigger drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x600a767b st_gyro_get_settings drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0x68844fc6 st_sensors_sysfs_scale_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x845b8fea st_sensors_i2c_configure drivers/iio/common/st_sensors/st_sensors_i2c +IIO_ST_SENSORS EXPORT_SYMBOL 0x85101954 st_sensors_set_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x853a518e st_gyro_common_probe drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0x8ba733d7 st_sensors_init_sensor drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x8ed79a66 st_press_common_probe drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0x93921c11 st_sensors_validate_device drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xae9653aa st_sensors_sysfs_sampling_frequency_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xdfb8d23d st_sensors_set_dataready_irq drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xf078d3e1 st_press_get_settings drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0xf1febdda st_magn_get_settings drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0xf61cf9af st_accel_get_settings drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0xfb78f240 st_sensors_set_fullscale_by_gain drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL_GPL 0x2ab0e245 st_lsm9ds0_probe drivers/iio/imu/st_lsm9ds0/st_lsm9ds0 +IIO_UVIS25 EXPORT_SYMBOL 0x47708479 st_uvis25_pm_ops drivers/iio/light/st_uvis25_core +IIO_UVIS25 EXPORT_SYMBOL 0x5a333e8c st_uvis25_probe drivers/iio/light/st_uvis25_core +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x2fdebd58 zpa2326_pm_ops drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x395734f5 zpa2326_probe drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x53d65064 zpa2326_isreg_readable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x763fbecb zpa2326_isreg_precious drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x9dea18fc zpa2326_isreg_writeable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xb93dd1d3 zpa2326_remove drivers/iio/pressure/zpa2326 +INT340X_THERMAL EXPORT_SYMBOL_GPL 0x291f522e processor_thermal_send_mbox_write_cmd drivers/thermal/intel/int340x_thermal/processor_thermal_mbox +INT340X_THERMAL EXPORT_SYMBOL_GPL 0x9231fafe processor_thermal_send_mbox_read_cmd drivers/thermal/intel/int340x_thermal/processor_thermal_mbox +INTEL_IPU_BRIDGE EXPORT_SYMBOL_GPL 0xddd1fa62 ipu_bridge_init drivers/media/pci/intel/ipu-bridge +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0x3be070a0 m10bmc_sys_update_bits drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0x8df80210 m10bmc_dev_init drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xd0c358b2 m10bmc_sys_read drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xdcbb4db8 m10bmc_dev_groups drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xfc507a99 m10bmc_fw_state_set drivers/mfd/intel-m10-bmc-core +INTEL_PMT EXPORT_SYMBOL_GPL 0x0a284348 intel_pmt_dev_destroy drivers/platform/x86/intel/pmt/pmt_class +INTEL_PMT EXPORT_SYMBOL_GPL 0xe487a230 intel_pmt_is_early_client_hw drivers/platform/x86/intel/pmt/pmt_class +INTEL_PMT EXPORT_SYMBOL_GPL 0xf402ac40 intel_pmt_dev_create drivers/platform/x86/intel/pmt/pmt_class +INTEL_TCC EXPORT_SYMBOL_GPL 0x1936331f intel_tcc_set_offset vmlinux +INTEL_TCC EXPORT_SYMBOL_GPL 0x8c32aa7b intel_tcc_get_offset vmlinux +INTEL_TCC EXPORT_SYMBOL_GPL 0xa1186518 intel_tcc_get_tjmax vmlinux +INTEL_TCC EXPORT_SYMBOL_GPL 0xcb0091dd intel_tcc_get_temp vmlinux +INTEL_TPMI EXPORT_SYMBOL_GPL 0xb7356426 tpmi_get_resource_count drivers/platform/x86/intel/intel_vsec_tpmi +INTEL_TPMI EXPORT_SYMBOL_GPL 0xfcb453c1 tpmi_get_resource_at_index drivers/platform/x86/intel/intel_vsec_tpmi +INTEL_TPMI EXPORT_SYMBOL_GPL 0xfdedbebc tpmi_get_platform_data drivers/platform/x86/intel/intel_vsec_tpmi +INTEL_TPMI_SST EXPORT_SYMBOL_GPL 0x45083054 tpmi_sst_init drivers/platform/x86/intel/speed_select_if/isst_tpmi_core +INTEL_TPMI_SST EXPORT_SYMBOL_GPL 0x5613d188 tpmi_sst_dev_resume drivers/platform/x86/intel/speed_select_if/isst_tpmi_core +INTEL_TPMI_SST EXPORT_SYMBOL_GPL 0x70c4cd39 tpmi_sst_dev_suspend drivers/platform/x86/intel/speed_select_if/isst_tpmi_core +INTEL_TPMI_SST EXPORT_SYMBOL_GPL 0x98bbc7d5 tpmi_sst_exit drivers/platform/x86/intel/speed_select_if/isst_tpmi_core +INTEL_TPMI_SST EXPORT_SYMBOL_GPL 0x9dd2e2e9 tpmi_sst_dev_add drivers/platform/x86/intel/speed_select_if/isst_tpmi_core +INTEL_TPMI_SST EXPORT_SYMBOL_GPL 0xcd2a031e tpmi_sst_dev_remove drivers/platform/x86/intel/speed_select_if/isst_tpmi_core +INTEL_UNCORE_FREQUENCY EXPORT_SYMBOL_GPL 0x4607fa1b uncore_freq_common_init drivers/platform/x86/intel/uncore-frequency/intel-uncore-frequency-common +INTEL_UNCORE_FREQUENCY EXPORT_SYMBOL_GPL 0xabb6ec7a uncore_freq_add_entry drivers/platform/x86/intel/uncore-frequency/intel-uncore-frequency-common +INTEL_UNCORE_FREQUENCY EXPORT_SYMBOL_GPL 0xbf3d935d uncore_freq_common_exit drivers/platform/x86/intel/uncore-frequency/intel-uncore-frequency-common +INTEL_UNCORE_FREQUENCY EXPORT_SYMBOL_GPL 0xe8a6e34a uncore_freq_remove_die_entry drivers/platform/x86/intel/uncore-frequency/intel-uncore-frequency-common +INTEL_VSEC EXPORT_SYMBOL_GPL 0x9d2c7457 intel_vsec_add_aux drivers/platform/x86/intel/intel_vsec +IOMMUFD EXPORT_SYMBOL_GPL 0x090f1dbc iommufd_device_unbind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x18ffde09 iommufd_ctx_put drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x434c3772 iommufd_access_attach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x488ff455 iommufd_access_destroy drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x4b24f05e iommufd_access_create drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x4cbeaf3c iommufd_device_detach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x50cbd45c iommufd_ctx_get drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x73723af7 iommufd_device_bind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x8876b9a7 iommufd_ctx_from_file drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x9d4a222c iommufd_access_rw drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xa0ac9a6a iommufd_access_pin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xb76d6cdb iommufd_device_attach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xef28d22c iommufd_access_unpin_pages drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x1f2ce0e8 iommufd_vfio_compat_set_no_iommu drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x84532b80 iommufd_vfio_compat_ioas_create drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x8739aa06 iommufd_vfio_compat_ioas_get_id drivers/iommu/iommufd/iommufd +IWLWIFI EXPORT_SYMBOL_GPL 0x04d9e3d6 iwl_write_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0beb1e23 iwl_acpi_get_mcc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0c12e69b iwl_read_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0e599899 iwl_fw_dbg_stop_restart_recording drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x10812a9a iwl_free_fw_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x10d9d383 __iwl_crit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1332e4de iwl_abort_notification_waits drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2052e6b5 iwl_get_shared_mem_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2166fa8e iwl_fwrt_dump_error_logs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2710c362 iwl_dump_desc_assert drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2e03e247 iwl_read_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2e50ad5b iwl_trans_send_cmd drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2f3c077a iwl_cmd_groups_verify_sorted drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x31d6f5f4 iwl_uefi_get_sgom_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3422288b iwl_acpi_get_ppag_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x35033c81 iwl_phy_db_free drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3777a39a iwl_read_external_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x37956b72 rs_pretty_print_rate drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x385bf92f iwl_write32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4089ed57 iwl_get_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4095db6e iwl_read_ppag_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x42d60a0c __iwl_warn drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x45b96c69 iwl_finish_nic_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4626d8aa iwl_acpi_get_eckv drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x46aef69d iwl_acpi_get_tas drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x49e0135d iwl_new_rate_from_v1 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4b730532 iwl_drv_get_fwname_pre drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4e60e2e7 iwl_sar_select_profile drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x51d28415 iwl_acpi_get_lari_config_bitmap drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x521d854f __iwl_err drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x52911191 iwl_get_cmd_string drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x54edd189 iwl_dbg_tlv_del_timers drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5988395c iwl_notification_wait_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5c52e109 iwl_opmode_deregister drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x67a0b553 iwl_fw_start_dbg_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6941a7b8 iwl_read_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7080a123 iwl_acpi_is_ppag_approved drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x776221bf iwl_send_phy_db_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x78971d7e iwl_he_is_sgi drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7b604f06 iwl_read_eeprom drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7db9b061 iwl_poll_direct_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x828c6838 iwlwifi_mod_params drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x82ff5d9e iwl_opmode_register drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x84bb50e1 iwl_rs_pretty_ant drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x85161549 iwl_write_prph_delay drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x874c77de iwl_fw_rate_idx_to_plcp drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x880af41c iwl_set_bits_mask_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8a2d84ba iwl_fw_dbg_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9038811a iwl_rfi_guid drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9261db07 iwl_parse_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x96776ce4 iwl_parse_eeprom_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa28b5043 iwl_phy_db_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa5557f5c _iwl_dbg_tlv_time_point drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa6033ab8 iwl_fw_dbg_collect_trig drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa6b15c56 iwl_fw_dbg_read_d3_debug_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xab8cd615 iwl_pnvm_load drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xae068442 __iwl_dbg drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xae6ea511 iwl_parse_nvm_mcc_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb37b318c iwl_rs_pretty_bw drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb4d22051 iwl_sar_geo_support drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb5514da8 iwl_configure_rxq drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb7d5ffb1 iwl_rate_mcs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xba2b3680 iwl_acpi_get_dsm_u32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbafc8994 iwl_wait_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbf9dcdb3 iwl_sar_get_wgds_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc233e0ae iwl_acpi_get_phy_filters drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc3534e8c iwl_write_prph64_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc5c9ee8d iwl_sar_get_ewrd_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc5f5e306 iwl_fw_dbg_collect_desc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc8054637 iwl_sar_get_wrds_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xce0c6460 iwl_phy_db_set_section drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xce70c970 iwl_acpi_get_dsm_u8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd2f1a59a iwl_sar_geo_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd3748ca4 iwl_set_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd4cdab82 iwl_fw_runtime_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd6a8a30f iwl_write_direct64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd7450269 iwl_poll_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xdfccf1b8 iwl_force_nmi drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe0eb5838 iwl_init_notification_wait drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe20164fb __iwl_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe567a2ff iwl_parse_mei_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe75b7e77 iwl_notification_wait drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xea1b26fc iwl_nvm_fixups drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xea2ab9f6 iwl_write64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xeb0fc25c iwl_set_soc_latency drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xec022d72 iwl_write_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xed942483 iwl_fw_runtime_suspend drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xedd90ac0 iwl_uefi_get_step_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xeddad660 iwl_fw_dbg_error_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf0b994e7 iwl_fw_runtime_resume drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf0e43140 iwl_clear_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf20f64e8 iwl_fw_dbg_stop_sync drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf2e42184 iwl_init_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf88964e4 iwl_remove_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfc1e6f41 iwl_guid drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfd4a5ba3 iwl_read32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfe237b6a iwl_acpi_get_pwr_limit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xff1ca181 iwl_write8 drivers/net/wireless/intel/iwlwifi/iwlwifi +LTC2497 EXPORT_SYMBOL 0x4ac8dbe5 ltc2497core_remove drivers/iio/adc/ltc2497-core +LTC2497 EXPORT_SYMBOL 0xc4621f9d ltc2497core_probe drivers/iio/adc/ltc2497-core +MCB EXPORT_SYMBOL_GPL 0x0c81ea87 __mcb_register_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x1712bb26 chameleon_parse_cells drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x2ff2c436 mcb_release_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x34a22958 mcb_bus_put drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x43281691 mcb_get_irq drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x71b65393 mcb_bus_get drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x80e3bb33 mcb_free_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x820d76f1 mcb_alloc_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x8bbee441 mcb_unregister_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xb52e5c66 mcb_get_resource drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xbcdea19e mcb_alloc_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xc6dbce6a mcb_device_register drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xd3f7f46e mcb_bus_add_devices drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xe918e035 mcb_request_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xeb2c8905 mcb_release_mem drivers/mcb/mcb +MFD_OCELOT EXPORT_SYMBOL 0x7bbaa0d0 ocelot_chip_reset drivers/mfd/ocelot-soc +MFD_OCELOT EXPORT_SYMBOL 0xe8800726 ocelot_core_init drivers/mfd/ocelot-soc +MFD_OCELOT_SPI EXPORT_SYMBOL 0xd7ac3ac0 ocelot_spi_init_regmap drivers/mfd/ocelot-soc +NET_MANA EXPORT_SYMBOL 0x327171db mana_cfg_vport drivers/net/ethernet/microsoft/mana/mana +NET_MANA EXPORT_SYMBOL 0x34d97507 mana_create_wq_obj drivers/net/ethernet/microsoft/mana/mana +NET_MANA EXPORT_SYMBOL 0x37d0b4c1 mana_uncfg_vport drivers/net/ethernet/microsoft/mana/mana +NET_MANA EXPORT_SYMBOL 0x59c16522 mana_gd_send_request drivers/net/ethernet/microsoft/mana/mana +NET_MANA EXPORT_SYMBOL 0x9a0caa30 mana_destroy_wq_obj drivers/net/ethernet/microsoft/mana/mana +NET_MANA EXPORT_SYMBOL 0xce67567a mana_gd_destroy_dma_region drivers/net/ethernet/microsoft/mana/mana +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x0c89e592 nvme_passthru_end drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x156b800c nvme_command_effects drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x1c8b8867 nvme_put_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x6ef83b96 nvme_find_get_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xb5a553a8 nvme_ctrl_from_file drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xee478fff nvme_passthru_start drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xf1312155 nvme_execute_rq drivers/nvme/host/nvme-core +PECI EXPORT_SYMBOL_GPL 0x00923c41 peci_xfer_ep_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x0877b872 peci_request_dib_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x093d834a peci_xfer_get_temp drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x0b798e06 peci_xfer_pkg_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x0c78c89b peci_request_status drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x2110c60f peci_driver_unregister drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x27c8745e peci_xfer_pkg_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x2aab59ae peci_xfer_ep_pci_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x2bcbaacf peci_request_data_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x3f38156a peci_xfer_ep_mmio32_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x4076e667 __peci_driver_register drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x45b4e72b peci_xfer_ep_mmio64_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x4790705c peci_request_data_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x56c2ef29 peci_xfer_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x5ce95c73 peci_request_data_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x661c3c7b peci_request_alloc drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x68f37dc2 peci_xfer_pkg_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x69aa1af3 peci_xfer_ep_pci_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x8b59a50e peci_xfer_get_dib drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x8cd9bd68 peci_request_free drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x939f70d5 peci_request_temp_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x9d17150c peci_xfer_ep_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xb2a92e88 devm_peci_controller_add drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xb72e70e3 peci_xfer_ep_pci_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xceb24f84 peci_request_data_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xde165651 peci_xfer_ep_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xed98e540 peci_xfer_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xf04871c7 peci_xfer_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xf3237d0c peci_xfer_pkg_cfg_readq drivers/peci/peci +PECI_CPU EXPORT_SYMBOL_GPL 0x0b5dca58 peci_pcs_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x86f6eabf peci_mmio_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x8e95e24f peci_temp_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xcfac3676 peci_ep_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xf803ec18 peci_pci_local_read drivers/peci/peci-cpu +PMBUS EXPORT_SYMBOL_GPL 0x00576cd8 pmbus_clear_cache drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x0b5552f7 pmbus_set_page drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x10ff8dcc pmbus_read_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x13319497 pmbus_get_driver_info drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x17a2fdd3 pmbus_update_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x27e6f947 pmbus_regulator_ops drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x3d720e8c pmbus_check_word_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x3ec85f0b pmbus_set_update drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x54a82473 pmbus_check_byte_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x6905bac2 pmbus_do_probe drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x7a5426ab pmbus_write_byte drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x84e3066e pmbus_get_fan_rate_device drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x8793c16e pmbus_update_fan drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x8972dc79 pmbus_lock_interruptible drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x925c987f pmbus_clear_faults drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xa0a2df8b pmbus_get_fan_rate_cached drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xcdf0ea88 pmbus_write_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xce8048e4 pmbus_write_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xd66f17cf pmbus_get_debugfs_dir drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xda2a45fc pmbus_read_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xebe1f8ae pmbus_unlock drivers/hwmon/pmbus/pmbus_core +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x0e87019c sx_common_probe drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x62a1965e sx_common_get_raw_register_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x82d1cdc0 sx_common_write_event_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x8f5bb907 sx_common_read_event_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xa103ce02 sx_common_events drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xba745606 sx_common_read_proximity drivers/iio/proximity/sx_common +SERIAL_8250_PCI EXPORT_SYMBOL_GPL 0x0de611b7 serial8250_pci_setup_port vmlinux +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x00bf679e hda_cs_dsp_read_ctl sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x071d7979 hda_cs_dsp_control_remove sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x2b707546 hda_cs_dsp_fw_ids sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x2f6f9fea hda_cs_dsp_add_controls sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0xbbdce297 hda_cs_dsp_write_ctl sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0x48466eda cs35l41_hda_probe sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0x84128ee3 cs35l41_hda_remove sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0xc209924c cs35l41_hda_pm_ops sound/pci/hda/snd-hda-scodec-cs35l41 +SND_INTEL_SOUNDWIRE_ACPI EXPORT_SYMBOL 0xbb4f9d1f sdw_intel_acpi_scan sound/hda/snd-intel-sdw-acpi +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0x2c8665ab asoc_acp_cpu_dai_ops sound/soc/amd/acp/snd-acp-i2s +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0x3660796e acp_machine_select sound/soc/amd/acp/snd-acp-pcm +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0x4b3fd62b acp_platform_unregister sound/soc/amd/acp/snd-acp-pcm +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0x85621b38 acp_dmic_dai_ops sound/soc/amd/acp/snd-acp-pdm +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0x92043691 acp_platform_register sound/soc/amd/acp/snd-acp-pcm +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0xcb53216f asoc_acp_i2s_probe sound/soc/amd/acp/snd-acp-i2s +SND_SOC_AMD_MACH EXPORT_SYMBOL_GPL 0x67968e28 acp_sofdsp_dai_links_create sound/soc/amd/acp/snd-acp-mach +SND_SOC_AMD_MACH EXPORT_SYMBOL_GPL 0xc2542344 acp_legacy_dai_links_create sound/soc/amd/acp/snd-acp-mach +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x177e6e7f cs35l45_probe sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x24e4a763 cs35l45_i2c_regmap sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x3431c8ad cs35l45_get_clk_freq_id sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x4b47f733 cs35l45_apply_patch sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x67dc662f cs35l45_spi_regmap sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xea016335 cs35l45_pm_ops sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xf91eafc2 cs35l45_remove sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x05482545 cs35l56_irq sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x107c7531 cs35l56_init sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x15fbc36d cs35l56_runtime_resume_common sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x27f22f3a cs35l56_irq_request sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x4eea84b3 cs35l56_pm_ops_i2c_spi sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x86e69e51 cs35l56_remove sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x9aedfa0e cs35l56_common_probe sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0xa75dcd93 cs35l56_runtime_suspend sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x05c2529e cs35l56_tx_input_values sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x308e064d cs35l56_reread_firmware_registers sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x312c0e0f cs35l56_dsp1_regions sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x3db81967 cs35l56_regmap_sdw sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x44832bcb cs35l56_regmap_i2c sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x64e759e4 cs35l56_tx_input_texts sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x88762c92 cs35l56_get_bclk_freq_id sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xcd5438ad cs35l56_fill_supply_names sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xf2d62d14 cs35l56_regmap_spi sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x0fc2cc9c cs42l42_dai sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x1bffe704 cs42l42_suspend sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x27e94efc cs42l42_resume_restore sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x2aef1b0e cs42l42_src_config sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x2f7ee582 cs42l42_soc_component sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x34bf00a7 cs42l42_regmap sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x6e380ae2 cs42l42_init sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x7d2d270e cs42l42_common_probe sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x8299cca5 cs42l42_resume sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x8f581746 cs42l42_common_remove sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xad358af3 cs42l42_pll_config sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xae4be5c4 cs42l42_irq_thread sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xbe58328f cs42l42_volatile_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xc053efa9 cs42l42_page_range sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xdc208d7c cs42l42_mute_stream sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xf69097e6 cs42l42_readable_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_INTEL_HDA_DSP_COMMON EXPORT_SYMBOL 0x0c00228a hda_dsp_hdmi_build_controls sound/soc/intel/boards/snd-soc-intel-hda-dsp-common +SND_SOC_INTEL_SOF_CIRRUS_COMMON EXPORT_SYMBOL 0x390aee3a cs35l41_set_dai_link sound/soc/intel/boards/snd-soc-intel-sof-cirrus-common +SND_SOC_INTEL_SOF_CIRRUS_COMMON EXPORT_SYMBOL 0xd24d3dee cs35l41_set_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-cirrus-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x0e3f5d27 max_98390_4spk_components sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x0ea596f7 max_98373_ops sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x2e7709f0 max_98373_set_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x380bae4f max_98390_spk_codec_init sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x458b7a7d max_98373_dapm_routes sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x51df6a69 max_98390_components sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x5c616f49 max_98357a_dai_link sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x5dfab36b max_98360a_dai_link sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x7bd3e819 max_98373_trigger sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x9af2a542 max_98390_set_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0xa5d45651 max_98390_ops sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0xcf7c51c9 max_98373_spk_codec_init sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0xeb71a7a7 max_98373_components sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0x14dcaf11 sof_rt1011_dai_link sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0x19f55f1b sof_rt1015_dai_link sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0x27901f78 sof_rt1015_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0x2e10a35c sof_rt1019p_dai_link sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0x7152cc9c sof_rt1308_dai_link sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0xb989e614 sof_rt1011_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0xd408e42f sof_rt1015p_dai_link sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0xf51c7e83 sof_rt1015p_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_SOF_ACPI_DEV EXPORT_SYMBOL 0xcdea7f39 sof_acpi_probe sound/soc/sof/snd-sof-acpi +SND_SOC_SOF_ACPI_DEV EXPORT_SYMBOL 0xea65aaf1 sof_acpi_pm sound/soc/sof/snd-sof-acpi +SND_SOC_SOF_ACPI_DEV EXPORT_SYMBOL 0xeb0167e9 sof_acpi_remove sound/soc/sof/snd-sof-acpi +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x014cd9af acp_sof_ipc_msg_data sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x0414015c acp_sof_trace_init sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x165eb521 acp_set_stream_data_offset sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x188ed84c amd_sof_acp_remove sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x273eeb11 acp_dsp_block_read sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x27adeff5 acp_dsp_block_write sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x2809e0e9 acp_mailbox_read sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x2edbf0f3 acp_dsp_stream_init sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x35fb27dd acp_sof_ipc_irq_thread sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x442d7bed acp_sof_ipc_get_window_offset sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x4cca22d9 acp_dsp_stream_put sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x50e987b1 acp_pcm_pointer sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x599a420a acp_pcm_hw_params sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x63fc9940 acp_dsp_stream_get sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x6632435a sof_rembrandt_ops sound/soc/sof/amd/snd-sof-amd-rembrandt +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x71c355c9 sof_acp_common_ops sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x80d82522 acp_mailbox_write sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x85a5cf87 amd_sof_acp_suspend sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x9cc32398 acp_sof_dsp_run sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xa8109e80 sof_renoir_ops sound/soc/sof/amd/snd-sof-amd-renoir +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xae3d9153 acp_sof_ipc_send_msg sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xaf1be2b5 acp_get_bar_index sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xb6fa91f9 acp_sof_ipc_get_mailbox_offset sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xbd9ace33 acp_pcm_close sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xc61386f8 acp_sof_trace_release sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xc996ac84 amd_sof_acp_resume sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xdb48769b amd_sof_acp_probe sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xf94deeb5 acp_pcm_open sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xf9966d7c acp_dsp_pre_fw_run sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x00d6d8da sof_client_core_module_put sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x1074c7d1 sof_client_dev_register sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x16660798 sof_resume_clients sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x21d6da9e sof_client_get_dma_dev sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x49634dd8 sof_client_ipc_set_get_data sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x5c48f1ad sof_client_ipc4_find_module sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x62d11519 sof_client_core_module_get sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x69e81519 sof_client_get_ipc_type sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x83708d3c sof_client_unregister_ipc_rx_handler sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x9e6191b2 sof_client_unregister_fw_state_handler sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xa0c8dcf6 sof_client_ipc_tx_message sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xa2267df1 sof_client_register_fw_state_handler sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xa4b13e95 sof_client_ipc_rx_message sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xb112e0bc sof_client_dev_unregister sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xcc50da5f sof_client_get_fw_version sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xd800bb58 sof_client_get_ipc_max_payload_size sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xea53df24 sof_client_get_debugfs_root sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xed410aae sof_client_get_fw_state sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xf6e52b17 sof_suspend_clients sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xf968bc67 sof_client_register_ipc_rx_handler sound/soc/sof/snd-sof +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x0240fcfb hda_codec_check_for_state_change sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x2eaa1e63 hda_codec_check_rirb_status sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x33a83eb3 hda_codec_jack_wake_enable sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x5b723925 hda_codec_set_codec_wakeup sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x74e6e94e hda_codec_device_remove sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x757b9881 hda_codec_resume_cmd_io sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x7776f9ff hda_codec_detect_mask sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x7b778fb6 hda_codec_probe_bus sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x7f34f5b2 hda_codec_init_cmd_io sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x8591cbec hda_codec_stop_cmd_io sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x8ff9e5c5 hda_codec_rirb_status_clear sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x9b5acbd7 hda_codec_jack_check sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0xc3c941b0 hda_codec_suspend_cmd_io sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC_I915 EXPORT_SYMBOL_GPL 0x262787b5 hda_codec_i915_display_power sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC_I915 EXPORT_SYMBOL_GPL 0x44f8e3b3 hda_codec_i915_exit sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC_I915 EXPORT_SYMBOL_GPL 0x81ce7a5b hda_codec_i915_init sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x04e3d449 hdac_bus_eml_sdw_set_lsdiid sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x10580e83 hdac_bus_eml_sdw_set_syncprd_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x296dfedb hdac_bus_eml_sync_go_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x32949df5 hdac_bus_eml_sdw_power_down_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x3d816434 hdac_bus_eml_check_interrupt sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x4afa8ae7 hdac_bus_eml_sdw_get_hlink sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x536476cd hdac_bus_eml_check_cmdsync_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x53fd6a70 hda_bus_ml_put_all sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x60457241 hda_bus_ml_init sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x66c6667e hdac_bus_eml_set_syncprd_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x66cf741d hdac_bus_eml_power_down_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x72c65e17 hda_bus_ml_suspend sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x7759c9b7 hda_bus_ml_resume sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x7782cd50 hdac_bus_eml_sdw_sync_arm_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x9064b4f1 hdac_bus_eml_enable_interrupt sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x91d97ab6 hdac_bus_eml_wait_syncpu_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x993db4b7 hdac_bus_eml_dmic_get_hlink sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x9a0cd005 hdac_bus_eml_sync_arm_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x9ad52f91 hdac_bus_eml_sdw_check_cmdsync_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x9d2c0236 hdac_bus_eml_sdw_sync_go_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xaf70a9a3 hda_bus_ml_free sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xb5e18564 hdac_bus_eml_power_down sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xc0af8a1d hdac_bus_eml_sdw_wait_syncpu_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xca840724 hdac_bus_eml_sdw_map_stream_ch sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xcfdf179d hdac_bus_eml_power_up_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xd0a3fd50 hdac_bus_eml_sdw_power_up_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xd7feaa60 hdac_bus_eml_power_up sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xe0461219 hdac_bus_eml_get_mutex sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xe3bdd437 hdac_bus_eml_get_count sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xec1a9727 hda_bus_ml_reset_losidv sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xefce61e6 hdac_bus_eml_enable_offload sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xf9c61495 hdac_bus_eml_ssp_get_hlink sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x19847e48 atom_get_mailbox_offset sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x21e45166 atom_machine_select sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x3503e0b1 atom_irq_thread sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x6b2da009 atom_set_mach_params sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x6d4b7aa3 atom_reset sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x9066ee5b atom_get_window_offset sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0xb21fdc23 atom_send_msg sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0xb3e358c5 atom_dai sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0xedfb36ef atom_run sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0xee114005 atom_dump sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0xefa4a41a atom_irq_handler sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x02f2f290 sof_apl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x1836f4eb sof_cnl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x2190245a tglh_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x255cc33d sof_cnl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x2bc6c07e sof_skl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x31eb13ff skl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x33325009 cnl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x44ae98e6 ehl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x46d27bb4 sof_tgl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x579e69b7 adls_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x6e4f69ed jsl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x7957f1ef hda_pci_intel_probe sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x79d8c990 sof_icl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x87216f76 sof_icl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x8992b668 icl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x94d06f9f sof_tgl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x986390c9 tgl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xa7498a68 mtl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xab9a16d4 sof_mtl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xb1a6ebbc hda_ops_free sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xb23fe7bb sof_mtl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xb306624a apl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xbb6fd7e8 sof_apl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xf7caeb3e sof_skl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_PCI_DEV EXPORT_SYMBOL 0x028e2d9a sof_pci_pm sound/soc/sof/snd-sof-pci +SND_SOC_SOF_PCI_DEV EXPORT_SYMBOL 0x8847247d sof_pci_probe sound/soc/sof/snd-sof-pci +SND_SOC_SOF_PCI_DEV EXPORT_SYMBOL 0x8d75008f sof_pci_remove sound/soc/sof/snd-sof-pci +SND_SOC_SOF_PCI_DEV EXPORT_SYMBOL 0x93a726c6 sof_pci_shutdown sound/soc/sof/snd-sof-pci +SND_SOC_SOF_XTENSA EXPORT_SYMBOL 0xf9aa41fd sof_xtensa_arch_ops sound/soc/sof/xtensa/snd-sof-xtensa-dsp +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x09351149 tasdevice_prmg_calibdata_load sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x1a949c7c tasdevice_select_cfg_blk sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x1ab9b7d9 tasdevice_select_tuningprm_cfg sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x23c94cc6 tasdevice_tuning_switch sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x2c2d92de tasdevice_config_info_remove sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x40ec23ee tasdevice_calbin_remove sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x957998f4 tas2781_load_calibration sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0xa7d17083 tasdevice_rca_parser sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0xfa72134b tasdevice_dsp_parser sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0xfe3a6722 tasdevice_prmg_load sound/soc/codecs/snd-soc-tas2781-fmwlib +SOUNDWIRE_INTEL EXPORT_SYMBOL 0x6b804440 sdw_intel_lnl_hw_ops drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL EXPORT_SYMBOL 0xf878b086 sdw_intel_cnl_hw_ops drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x39fae8fe sdw_intel_process_wakeen_event drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x4e008783 sdw_intel_exit drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x5e241645 sdw_intel_startup drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0xaa52eba1 sdw_intel_thread drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0xcacfa760 sdw_intel_probe drivers/soundwire/soundwire-intel +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x0df7e607 dw_spi_remove_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x6a37ceb8 dw_spi_suspend_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xa6cdadf7 dw_spi_resume_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xb150f2f5 dw_spi_dma_setup_generic drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xcb4af465 dw_spi_update_config drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xd7f8efdd dw_spi_check_status drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xde485029 dw_spi_dma_setup_mfld drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xe9e9f255 dw_spi_add_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xf2126683 dw_spi_set_cs drivers/spi/spi-dw +TEST_FIRMWARE EXPORT_SYMBOL_GPL 0x3dce036c firmware_request_builtin vmlinux +TEST_FIRMWARE EXPORT_SYMBOL_GPL 0x9d8a8803 efi_embedded_fw_list vmlinux +TEST_FIRMWARE EXPORT_SYMBOL_GPL 0x9dd8d0e2 efi_embedded_fw_checked vmlinux +USB_STORAGE EXPORT_SYMBOL_GPL 0x0cc6928f usb_stor_set_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x110d455d usb_stor_suspend drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x1a66f47d usb_stor_host_template_init drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x1bc3edc2 usb_stor_sense_invalidCDB drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x1da53d7c usb_stor_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x3470e22e usb_stor_bulk_transfer_sg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x39927946 usb_stor_disconnect drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x4607ff42 usb_stor_control_msg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x480deafd usb_stor_CB_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x615e9163 usb_stor_probe1 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x63dff2ad usb_stor_transparent_scsi_command drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x7089dc6b usb_stor_probe2 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x7264f2dd usb_stor_ctrl_transfer drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x7bb17235 usb_stor_adjust_quirks drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x7f4b95e0 usb_stor_bulk_transfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x87f6c70e usb_stor_reset_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x882c796e usb_stor_clear_halt drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xaf9a25a3 usb_stor_bulk_srb drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xbab09f88 usb_stor_access_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xc9fa9990 usb_stor_CB_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xcfb03034 usb_stor_Bulk_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xd4e75e9f usb_stor_Bulk_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xd95f2259 usb_stor_post_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xe0b8cd78 usb_stor_pre_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xf74fad52 fill_inquiry_response drivers/usb/storage/usb-storage --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency/abi/amd64/lowlatency.compiler +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency/abi/amd64/lowlatency.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 13.2.0-4ubuntu3) 13.2.0 --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency/abi/amd64/lowlatency.modules +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency/abi/amd64/lowlatency.modules @@ -0,0 +1,6381 @@ +104-quad-8 +3c509 +3c574_cs +3c589_cs +3c59x +3w-9xxx +3w-sas +3w-xxxx +53c700 +6lowpan +6pack +8021q +8139cp +8139too +8250_dfl +8250_dw +8250_exar +8250_lpss +8250_men_mcb +8250_pci1xxxx +8250_pericom +8255 +8255_pci +8390 +842 +842_compress +842_decompress +88pg86x +88pm800 +88pm800-regulator +88pm805 +88pm80x +88pm80x_onkey +88pm8607 +88pm860x-ts +88pm860x_battery +88pm860x_bl +88pm860x_charger +88pm860x_onkey +9p +9pnet +9pnet_fd +9pnet_rdma +9pnet_virtio +9pnet_xen +BusLogic +a100u2w +a3d +a8293 +aacraid +aat2870-regulator +aat2870_bl +abituguru +abituguru3 +abp060mg +ac97_bus +acard-ahci +acbel-fsg032 +acecad +acenic +acer-wireless +acer-wmi +acerhdf +acp_audio_dma +acpi-als +acpi_configfs +acpi_extlog +acpi_ipmi +acpi_pad +acpi_power_meter +acpi_tad +acpi_thermal_rel +acpiphp_ibm +acquirewdt +acrn +act8865-regulator +act_bpf +act_connmark +act_csum +act_ct +act_ctinfo +act_gact +act_gate +act_ipt +act_mirred +act_mpls +act_nat +act_pedit +act_police +act_sample +act_simple +act_skbedit +act_skbmod +act_tunnel_key +act_vlan +ad2s1200 +ad2s1210 +ad2s90 +ad3552r +ad4130 +ad5064 +ad5110 +ad525x_dpot +ad525x_dpot-i2c +ad525x_dpot-spi +ad5272 +ad5360 +ad5380 +ad5398 +ad5421 +ad5446 +ad5449 +ad5504 +ad5592r +ad5592r-base +ad5593r +ad5624r_spi +ad5686 +ad5686-spi +ad5696-i2c +ad5755 +ad5758 +ad5761 +ad5764 +ad5766 +ad5770r +ad5791 +ad5820 +ad5933 +ad7091r-base +ad7091r5 +ad7124 +ad714x +ad714x-i2c +ad714x-spi +ad7150 +ad7192 +ad7266 +ad7280a +ad7291 +ad7292 +ad7293 +ad7298 +ad7303 +ad7314 +ad74115 +ad7414 +ad7418 +ad74413r +ad7476 +ad7606 +ad7606_par +ad7606_spi +ad7746 +ad7766 +ad7768-1 +ad7780 +ad7791 +ad7793 +ad7816 +ad7877 +ad7879 +ad7879-i2c +ad7879-spi +ad7887 +ad7923 +ad7949 +ad799x +ad8366 +ad8801 +ad9523 +ad9832 +ad9834 +ad_sigma_delta +ada4250 +adc-joystick +adc-keys +adc128d818 +adcxx +addi_apci_1032 +addi_apci_1500 +addi_apci_1516 +addi_apci_1564 +addi_apci_16xx +addi_apci_2032 +addi_apci_2200 +addi_apci_3120 +addi_apci_3501 +addi_apci_3xxx +addi_watchdog +adf4350 +adf4371 +adf4377 +adf7242 +adfs +adi +adiantum +adin +adin1100 +adin1110 +adis16080 +adis16130 +adis16136 +adis16201 +adis16203 +adis16209 +adis16240 +adis16260 +adis16400 +adis16460 +adis16475 +adis16480 +adis_lib +adjd_s311 +adl_pci6208 +adl_pci7x3x +adl_pci8164 +adl_pci9111 +adl_pci9118 +adm1025 +adm1026 +adm1029 +adm1031 +adm1177 +adm1266 +adm1275 +adm8211 +adm9240 +admv1013 +admv1014 +admv4420 +admv8818 +adp1653 +adp5061 +adp5520-keys +adp5520_bl +adp5588-keys +adp5589-keys +adp8860_bl +adp8870_bl +adq12b +adrf6780 +ads7828 +ads7846 +ads7871 +adt7310 +adt7316 +adt7316-i2c +adt7316-spi +adt7410 +adt7411 +adt7462 +adt7470 +adt7475 +adt7x10 +adummy +adutux +adux1020 +adv7170 +adv7175 +adv7180 +adv7183 +adv7343 +adv7393 +adv7511-v4l2 +adv7604 +adv7842 +adv_pci1710 +adv_pci1720 +adv_pci1723 +adv_pci1724 +adv_pci1760 +adv_pci_dio +adv_swbutton +advansys +advantech_ec_wdt +advantechwdt +adxl313_core +adxl313_i2c +adxl313_spi +adxl34x +adxl34x-i2c +adxl34x-spi +adxl355_core +adxl355_i2c +adxl355_spi +adxl367 +adxl367_i2c +adxl367_spi +adxl372 +adxl372_i2c +adxl372_spi +adxrs290 +adxrs450 +aegis128 +aegis128-aesni +aes_ti +aesni-intel +af9013 +af9033 +af_alg +af_key +af_packet_diag +afe4403 +afe4404 +affs +ah4 +ah6 +aha152x_cs +aha1740 +ahci +ahci_dwc +ahci_platform +aht10 +aic79xx +aic7xxx +aic94xx +aio_aio12_8 +aio_iiro_16 +aiptek +aircable +airo +airo_cs +airspy +ak7375 +ak881x +ak8974 +ak8975 +al3010 +al3320a +alcor +alcor_pci +algif_aead +algif_hash +algif_rng +algif_skcipher +alienware-wmi +alim1535_wdt +alim7101_wdt +altera-ci +altera-cvp +altera-freeze-bridge +altera-msgdma +altera-pr-ip-core +altera-ps-spi +altera-stapl +altera_jtaguart +altera_ps2 +altera_tse +altera_uart +alx +am2315 +am53c974 +amc6821 +amd +amd-pmc +amd-pmf +amd-rng +amd-uncore +amd-xgbe +amd5536udc_pci +amd64_edac +amd76xrom +amd8111e +amd_freq_sensitivity +amd_hsmp +amd_sfh +amdgpu +amdtee +amdxcp +amilo-rfkill +amlogic-gxl-crypto +amplc_dio200 +amplc_dio200_common +amplc_dio200_pci +amplc_pc236 +amplc_pc236_common +amplc_pc263 +amplc_pci224 +amplc_pci230 +amplc_pci236 +amplc_pci263 +ams-iaq-core +ams369fg06 +amt +analog +analogix-anx78xx +analogix_dp +ansi_cprng +anx7411 +aoe +apanel +apds9300 +apds9802als +apds990x +apds9960 +apple-gmux +apple-mfi-fastcharge +apple_bl +appledisplay +applesmc +applespi +appletalk +appletouch +applicom +aptina-pll +aqc111 +aquacomputer_d5next +aquantia +ar0521 +ar5523 +ar7part +ar9331 +arasan-nand-controller +arc-rawmode +arc-rimi +arc_ps2 +arc_uart +arcfb +arcmsr +arcnet +arcxcnn_bl +aria-aesni-avx-x86_64 +aria-aesni-avx2-x86_64 +aria-gfni-avx512-x86_64 +aria_generic +arizona +arizona-haptics +arizona-i2c +arizona-ldo1 +arizona-micsupp +arizona-spi +ark3116 +arkfb +arp_tables +arpt_mangle +arptable_filter +as102_fe +as370-hwmon +as3711-regulator +as3711_bl +as3935 +as5011 +as73211 +asb100 +asc7621 +ascot2e +asix +ast +asus-ec-sensors +asus-laptop +asus-nb-wmi +asus-tf103c-dock +asus-wireless +asus-wmi +asus_atk0110 +asus_wmi_sensors +async_memcpy +async_pq +async_raid6_recov +async_tx +async_xor +at24 +at25 +at76c50x-usb +at803x +at86rf230 +atbm8830 +atc260x-core +atc260x-i2c +atc260x-onkey +atc260x-poweroff +atc260x-regulator +aten +ath +ath10k_core +ath10k_pci +ath10k_sdio +ath10k_usb +ath11k +ath11k_ahb +ath11k_pci +ath12k +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ath9k_pci_owl_loader +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atlantic +atlas-ezo-sensor +atlas-sensor +atlas_btns +atm +atmel +atmel-ecc +atmel-i2c +atmel-sha204a +atmel_cs +atmel_mxt_ts +atmel_pci +atmtcp +atp +atp870u +atusb +atxp1 +aty128fb +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +auo-pixcir-ts +auth_rpcgss +authenc +authencesn +autofs4 +avmfritz +ax25 +ax88179_178a +ax88796b +ax88796c +axi-fan-control +axnet_cs +axp20x +axp20x-i2c +axp20x-pek +axp20x-regulator +axp20x_ac_power +axp20x_adc +axp20x_battery +axp20x_usb_power +axp288_adc +axp288_charger +axp288_fuel_gauge +b2c2-flexcop +b2c2-flexcop-pci +b2c2-flexcop-usb +b43 +b43legacy +b44 +b53_common +b53_mdio +b53_mmap +b53_serdes +b53_spi +b53_srab +ba431-rng +barco-p50-gpio +bareudp +batman-adv +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bcache +bch +bcm-phy-lib +bcm-phy-ptp +bcm-sf2 +bcm203x +bcm3510 +bcm54140 +bcm590xx +bcm590xx-regulator +bcm5974 +bcm7xxx +bcm87xx +bcm_vk +bcma +bcma-hcd +bcmsysport +bd6107 +bd9571mwv +bd9571mwv-regulator +bd99954-charger +bdc +be2iscsi +be2net +befs +bel-pfe +belkin_sa +bfa +bfq +bfs +bfusb +bh1750 +bh1770glc +bh1780 +binder_linux +binfmt_misc +blake2b_generic +block2mtd +blocklayoutdriver +blowfish-x86_64 +blowfish_common +blowfish_generic +bluecard_cs +bluetooth +bluetooth_6lowpan +bma150 +bma220_spi +bma400_core +bma400_i2c +bma400_spi +bmc150-accel-core +bmc150-accel-i2c +bmc150-accel-spi +bmc150_magn +bmc150_magn_i2c +bmc150_magn_spi +bme680_core +bme680_i2c +bme680_spi +bmg160_core +bmg160_i2c +bmg160_spi +bmi088-accel-core +bmi088-accel-spi +bmi160_core +bmi160_i2c +bmi160_spi +bmp280 +bmp280-i2c +bmp280-spi +bna +bnep +bno055 +bno055_i2c +bno055_ser +bnx2 +bnx2fc +bnx2i +bnx2x +bnxt_en +bnxt_re +bochs +bonding +bpa-rs600 +bpa10x +bpck +bpck6 +bpfilter +bpqether +bq2415x_charger +bq24190_charger +bq24257_charger +bq24735-charger +bq2515x_charger +bq256xx_charger +bq25890_charger +bq25980_charger +bq27xxx_battery +bq27xxx_battery_hdq +bq27xxx_battery_i2c +br2684 +br_netfilter +brcmfmac +brcmfmac-bca +brcmfmac-cyw +brcmfmac-wcc +brcmsmac +brcmutil +brd +bridge +broadcom +bsd_comp +bt3c_cs +bt819 +bt856 +bt866 +bt878 +btbcm +btcoexist +btintel +btmrvl +btmrvl_sdio +btmtk +btmtksdio +btmtkuart +btnxpuart +btqca +btrfs +btrsi +btrtl +btsdio +bttv +btusb +bu21013_ts +bu21029_ts +budget +budget-av +budget-ci +budget-core +budget-patch +c2port-duramar2150 +c67x00 +c6xdigio +c_can +c_can_pci +c_can_platform +ca8210 +cachefiles +cadence_wdt +cafe_ccic +cafe_nand +caif +caif_serial +caif_socket +caif_usb +caif_virtio +camellia-aesni-avx-x86_64 +camellia-aesni-avx2 +camellia-x86_64 +camellia_generic +can +can-bcm +can-dev +can-gw +can-isotp +can-j1939 +can-raw +can327 +capmode +capsule-loader +carl9170 +carminefb +cassini +cast5-avx-x86_64 +cast5_generic +cast6-avx-x86_64 +cast6_generic +cast_common +catc +cavium_ptp +cb710 +cb710-mmc +cb_das16_cs +cb_pcidas +cb_pcidas64 +cb_pcidda +cb_pcimdas +cb_pcimdda +cc10001_adc +cc2520 +cc770 +cc770_isa +cc770_platform +ccm +ccp +ccp-crypto +ccs +ccs-pll +ccs811 +cdc-acm +cdc-phonet +cdc-wdm +cdc_eem +cdc_ether +cdc_mbim +cdc_ncm +cdc_subset +cdns-csi2rx +cdns-csi2tx +cdns-pltfrm +cdns-usb-common +cdns2-udc-pci +cdns3 +cdns3-pci-wrap +cdnsp-udc-pci +cec +cec-gpio +ceph +cfag12864b +cfag12864bfb +cfb +cfg80211 +cfi_cmdset_0001 +cfi_cmdset_0002 +cfi_cmdset_0020 +cfi_probe +cfi_util +ch +ch341 +ch7006 +ch7322 +ch9200 +ch_ipsec +ch_ktls +chacha-x86_64 +chacha20poly1305 +chacha_generic +chaoskey +charlcd +chcr +chipone_icn8505 +chipreg +chnl_net +chromeos_acpi +chromeos_laptop +chromeos_privacy_screen +chromeos_pstore +chromeos_tbmc +chv3-i2s +ci_hdrc +ci_hdrc_msm +ci_hdrc_pci +ci_hdrc_usb2 +cicada +cifs +cifs_arc4 +cifs_md4 +cio-dac +cirrus +cirrusfb +ck804xrom +classmate-laptop +clip +clk-cdce706 +clk-cs2000-cp +clk-lmk04832 +clk-max9485 +clk-palmas +clk-pwm +clk-si5341 +clk-si5351 +clk-si544 +clk-tps68470 +clk-twl6040 +clk-wm831x +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_flower +cls_fw +cls_matchall +cls_route +cls_u32 +cm109 +cm32181 +cm3232 +cm3323 +cm3605 +cm36651 +cma3000_d0x +cma3000_d0x_i2c +cmac +cmdlinepart +cmtp +cnic +cobalt +cobra +coda +colibri-vf50-ts +com20020 +com20020-pci +com20020_cs +com90io +com90xx +comedi +comedi_8254 +comedi_8255 +comedi_bond +comedi_example_test +comedi_isadma +comedi_parport +comedi_pci +comedi_pcmcia +comedi_test +comedi_usb +comm +compal-laptop +contec_pci_dio +cordic +core +coretemp +corsair-cpro +corsair-psu +cortina +counter +cp210x +cpcihp_generic +cpcihp_zt5550 +cpu5wdt +cpuid +cpuidle-haltpoll +cqhci +cr_bllcd +cramfs +crc-itu-t +crc32-pclmul +crc32_generic +crc4 +crc7 +crc8 +crct10dif-pclmul +cros-ec-cec +cros-ec-sensorhub +cros-ec-typec +cros_ec +cros_ec_accel_legacy +cros_ec_baro +cros_ec_chardev +cros_ec_debugfs +cros_ec_dev +cros_ec_i2c +cros_ec_ishtp +cros_ec_keyb +cros_ec_lid_angle +cros_ec_light_prox +cros_ec_lightbar +cros_ec_lpcs +cros_ec_mkbp_proximity +cros_ec_sensors +cros_ec_sensors_core +cros_ec_spi +cros_ec_sysfs +cros_ec_uart +cros_hps_i2c +cros_kbd_led_backlight +cros_peripheral_charger +cros_typec_switch +cros_usbpd-charger +cros_usbpd_logger +cros_usbpd_notify +crvml +cryptd +crypto_engine +crypto_safexcel +crypto_simd +crypto_user +cs3308 +cs5345 +cs53l32a +cs_dsp +csiostor +ct82c710 +ctucanfd +ctucanfd_pci +curve25519-generic +curve25519-x86_64 +cuse +cw1200_core +cw1200_wlan_sdio +cw1200_wlan_spi +cw2015_battery +cx18 +cx18-alsa +cx22700 +cx22702 +cx231xx +cx231xx-alsa +cx231xx-dvb +cx2341x +cx23885 +cx24110 +cx24113 +cx24116 +cx24117 +cx24120 +cx24123 +cx25821 +cx25821-alsa +cx25840 +cx82310_eth +cx88-alsa +cx88-blackbird +cx88-dvb +cx88-vp3054-i2c +cx8800 +cx8802 +cx88xx +cxacru +cxd2099 +cxd2820r +cxd2841er +cxd2880 +cxd2880-spi +cxgb +cxgb3 +cxgb3i +cxgb4 +cxgb4i +cxgb4vf +cxgbit +cxl_acpi +cxl_core +cxl_mem +cxl_pci +cxl_pmem +cxl_pmu +cxl_port +cy8ctma140 +cy8ctmg110_ts +cyapatp +cyber2000fb +cyberjack +cypress-sf +cypress_cy7c63 +cypress_firmware +cypress_m8 +cytherm +cyttsp4_core +cyttsp4_i2c +cyttsp4_spi +cyttsp5 +cyttsp_core +cyttsp_i2c +cyttsp_i2c_common +cyttsp_spi +da280 +da311 +da7280 +da9030_battery +da9034-ts +da903x-regulator +da903x_bl +da9052-battery +da9052-hwmon +da9052-regulator +da9052_bl +da9052_onkey +da9052_tsi +da9052_wdt +da9055-hwmon +da9055-regulator +da9055_onkey +da9055_wdt +da9062-core +da9062-regulator +da9062_wdt +da9063_onkey +da9063_wdt +da9150-charger +da9150-core +da9150-fg +da9150-gpadc +da9210-regulator +da9211-regulator +dac02 +daqboard2000 +das08 +das08_cs +das08_isa +das08_pci +das16 +das16m1 +das1800 +das6402 +das800 +davicom +dax_cxl +dax_hmem +dax_pmem +db9 +dc395x +dca +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +dcdbas +ddbridge +ddbridge-dummy-fe +de2104x +defxx +dell-laptop +dell-rbtn +dell-smbios +dell-smm-hwmon +dell-smo8800 +dell-uart-backlight +dell-wmi +dell-wmi-aio +dell-wmi-ddv +dell-wmi-descriptor +dell-wmi-led +dell-wmi-sysman +dell_rbu +delta-ahe50dc-fan +denali +denali_pci +des3_ede-x86_64 +des_generic +designware_i2s +device_dax +dfl +dfl-afu +dfl-emif +dfl-fme +dfl-fme-br +dfl-fme-mgr +dfl-fme-region +dfl-n3000-nios +dfl-pci +dht11 +diag +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dib9000 +dibx000_common +digi_acceleport +diskonchip +dl2k +dlhl60d +dlink-dir685-touchkeys +dlm +dln2 +dln2-adc +dm-bio-prison +dm-bufio +dm-cache +dm-cache-smq +dm-clone +dm-crypt +dm-delay +dm-ebs +dm-era +dm-flakey +dm-historical-service-time +dm-integrity +dm-io-affinity +dm-log +dm-log-userspace +dm-log-writes +dm-mirror +dm-multipath +dm-persistent-data +dm-queue-length +dm-raid +dm-region-hash +dm-round-robin +dm-service-time +dm-snapshot +dm-switch +dm-thin-pool +dm-unstripe +dm-verity +dm-writecache +dm-zero +dm-zoned +dm1105 +dm9601 +dmard06 +dmard09 +dmard10 +dme1737 +dmfe +dmi-sysfs +dmm32at +dmx3191d +dnet +dp83640 +dp83822 +dp83848 +dp83867 +dp83869 +dp83tc811 +dp83td510 +dpot-dac +dps310 +dps920ab +dptf_pch_fivr +dptf_power +drbd +drivetemp +drm +drm_buddy +drm_display_helper +drm_dma_helper +drm_kms_helper +drm_mipi_dbi +drm_shmem_helper +drm_suballoc_helper +drm_ttm_helper +drm_vram_helper +drm_xen_front +drv260x +drv2665 +drv2667 +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1803 +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds4424 +ds620 +dsa_core +dsbr100 +dst +dst_ca +dstr +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt282x +dt3000 +dt3155 +dt9812 +dtl1_cs +dummy +dummy-irq +dummy_stm +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-ttpci +dvb-ttusb-budget +dvb-usb +dvb-usb-a800 +dvb-usb-af9005 +dvb-usb-af9005-remote +dvb-usb-af9015 +dvb-usb-af9035 +dvb-usb-anysee +dvb-usb-au6610 +dvb-usb-az6007 +dvb-usb-az6027 +dvb-usb-ce6230 +dvb-usb-cinergyT2 +dvb-usb-cxusb +dvb-usb-dib0700 +dvb-usb-dibusb-common +dvb-usb-dibusb-mb +dvb-usb-dibusb-mc +dvb-usb-dibusb-mc-common +dvb-usb-digitv +dvb-usb-dtt200u +dvb-usb-dtv5100 +dvb-usb-dvbsky +dvb-usb-dw2102 +dvb-usb-ec168 +dvb-usb-gl861 +dvb-usb-gp8psk +dvb-usb-lmedm04 +dvb-usb-m920x +dvb-usb-mxl111sf +dvb-usb-nova-t-usb2 +dvb-usb-opera +dvb-usb-pctv452e +dvb-usb-rtl28xxu +dvb-usb-technisat-usb2 +dvb-usb-ttusb2 +dvb-usb-umt-010 +dvb-usb-vp702x +dvb-usb-vp7045 +dvb_dummy_fe +dvb_usb_v2 +dw-edma +dw-edma-pcie +dw-i3c-master +dw-xdata-pcie +dw9714 +dw9768 +dw9807-vcm +dw_dmac +dw_dmac_core +dw_dmac_pci +dw_wdt +dwc-xlgmac +dwc2_pci +dwc3 +dwc3-haps +dwc3-pci +dwmac-generic +dwmac-intel +dwmac-loongson +dyna_pci10xx +dynapro +e100 +e1000 +e1000e +e3x0-button +e4000 +e752x_edac +earth-pt1 +earth-pt3 +ebc-c384_wdt +ebt_802_3 +ebt_among +ebt_arp +ebt_arpreply +ebt_dnat +ebt_ip +ebt_ip6 +ebt_limit +ebt_log +ebt_mark +ebt_mark_m +ebt_nflog +ebt_pkttype +ebt_redirect +ebt_snat +ebt_stp +ebt_vlan +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +ec100 +ec_bhf +ec_sys +ecc +ecdh_generic +ecdsa_generic +echainiv +echo +ecrdsa_generic +edac_mce_amd +edt-ft5x06 +ee1004 +eeepc-laptop +eeepc-wmi +eeprom +eeprom_93cx6 +eeprom_93xx46 +eeti_ts +efa +efct +efi-pstore +efi_secret +efi_test +efibc +efs +egalax_ts_serial +ehci-fsl +ehset +einj +ektf2127 +elan_i2c +elo +em28xx +em28xx-alsa +em28xx-dvb +em28xx-rc +em28xx-v4l +em_canid +em_cmp +em_ipset +em_ipt +em_meta +em_nbyte +em_text +em_u32 +emc1403 +emc2103 +emc2305 +emc6w201 +emi26 +emi62 +empeg +ems_pci +ems_pcmcia +ems_usb +emu10k1-gp +ena +enc28j60 +enclosure +encx24j600 +encx24j600-regmap +ene_ir +eni +eni_vdpa +enic +envelope-detector +epat +epia +epic100 +eql +erdma +erofs +esas2r +esb2rom +esd_usb +esp4 +esp4_offload +esp6 +esp6_offload +esp_scsi +essiv +et1011c +et131x +et8ek8 +etas_es58x +ethoc +eurotechwdt +evbug +exar_wdt +exc3000 +exfat +extcon-adc-jack +extcon-axp288 +extcon-fsa9480 +extcon-gpio +extcon-intel-cht-wc +extcon-intel-int3496 +extcon-intel-mrfld +extcon-max14577 +extcon-max3355 +extcon-max77693 +extcon-max77843 +extcon-max8997 +extcon-palmas +extcon-ptn5150 +extcon-rt8973a +extcon-sm5502 +extcon-usb-gpio +extcon-usbc-cros-ec +extcon-usbc-tusb320 +ezusb +f2fs +f71805f +f71808e_wdt +f71882fg +f75375s +f81232 +f81534 +f81601 +f81604 +fakelb +fam15h_power +fan53555 +farsync +faulty +fb_agm1264k-fl +fb_bd663474 +fb_ddc +fb_hx8340bn +fb_hx8347d +fb_hx8353d +fb_hx8357d +fb_ili9163 +fb_ili9320 +fb_ili9325 +fb_ili9340 +fb_ili9341 +fb_ili9481 +fb_ili9486 +fb_pcd8544 +fb_ra8875 +fb_s6d02a1 +fb_s6d1121 +fb_seps525 +fb_sh1106 +fb_ssd1289 +fb_ssd1305 +fb_ssd1306 +fb_ssd1325 +fb_ssd1331 +fb_ssd1351 +fb_st7735r +fb_st7789v +fb_tinylcd +fb_tls8204 +fb_uc1611 +fb_uc1701 +fb_upd161704 +fbtft +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fdomain_cs +fdomain_pci +fdp +fdp_i2c +fealnx +ff-memless +fieldbus_dev +fintek-cir +firedtv +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +firmware_attributes_class +fit2 +fit3 +fixed +fjes +fl512 +floppy +fm10k +fm801-gp +fm_drv +fmvj18x_cs +fnic +forcedeth +fore_200e +fou +fou6 +fpga-bridge +fpga-mgr +fpga-region +freevxfs +friq +frpw +fsa4480 +fscache +fschmd +fsia6b +fsl-mph-dr-of +fsl_linflexuart +fsl_lpuart +fsp-3y +ftdi_sio +ftl +ftrace-direct +ftrace-direct-modify +ftrace-direct-too +ftsteutates +fujitsu-laptop +fujitsu-tablet +fujitsu_ts +funcore +funeth +fusb302 +fxas21002c_core +fxas21002c_i2c +fxas21002c_spi +fxls8962af-core +fxls8962af-i2c +fxls8962af-spi +fxos8700_core +fxos8700_i2c +fxos8700_spi +g450_pll +g760a +g762 +g_acm_ms +g_audio +g_cdc +g_dbgp +g_ether +g_ffs +g_hid +g_mass_storage +g_midi +g_ncm +g_nokia +g_printer +g_serial +g_webcam +g_zero +gadgetfs +gamecon +gameport +garmin_gps +garp +gb-audio-apbridgea +gb-audio-codec +gb-audio-gb +gb-audio-manager +gb-audio-module +gb-bootrom +gb-es2 +gb-firmware +gb-gbphy +gb-gpio +gb-hid +gb-i2c +gb-light +gb-log +gb-loopback +gb-power-supply +gb-pwm +gb-raw +gb-sdio +gb-spi +gb-spilib +gb-uart +gb-usb +gb-vibrator +gdmtty +gdmulte +gen_probe +generic +generic-adc-battery +genet +geneve +genwqe_card +gf2k +gfs2 +ghash-clmulni-intel +gigabyte-wmi +gl518sm +gl520sm +gl620a +gluebi +gm12u320 +gma500_gfx +gnss +gnss-mtk +gnss-serial +gnss-sirf +gnss-ubx +gnss-usb +go7007 +go7007-loader +go7007-usb +goku_udc +goldfish_battery +goodix_ts +gp2ap002 +gp2ap020a00f +gp8psk-fe +gpd-pocket-fan +gpio +gpio-104-dio-48e +gpio-104-idi-48 +gpio-104-idio-16 +gpio-aaeon +gpio-adp5520 +gpio-aggregator +gpio-amd-fch +gpio-amd8111 +gpio-amdpt +gpio-arizona +gpio-bd9571mwv +gpio-beeper +gpio-charger +gpio-da9052 +gpio-da9055 +gpio-dln2 +gpio-dwapb +gpio-elkhartlake +gpio-exar +gpio-f7188x +gpio-fxl6408 +gpio-gpio-mm +gpio-i8255 +gpio-ich +gpio-idio-16 +gpio-it87 +gpio-janz-ttl +gpio-kempld +gpio-latch +gpio-lp3943 +gpio-lp873x +gpio-madera +gpio-max3191x +gpio-max7300 +gpio-max7301 +gpio-max730x +gpio-max732x +gpio-mb86s7x +gpio-mc33880 +gpio-menz127 +gpio-ml-ioh +gpio-pca953x +gpio-pca9570 +gpio-pcf857x +gpio-pci-idio-16 +gpio-pcie-idio-24 +gpio-pisosr +gpio-rdc321x +gpio-regmap +gpio-regulator +gpio-sbu-mux +gpio-sch +gpio-sch311x +gpio-sim +gpio-siox +gpio-tangier +gpio-tpic2810 +gpio-tps65086 +gpio-tps65912 +gpio-tps68470 +gpio-tqmx86 +gpio-twl4030 +gpio-twl6040 +gpio-vibra +gpio-viperboard +gpio-virtio +gpio-vx855 +gpio-wcove +gpio-winbond +gpio-wm831x +gpio-wm8350 +gpio-wm8994 +gpio-ws16c48 +gpio-xra1403 +gpio_backlight +gpio_decoder +gpio_keys +gpio_keys_polled +gpio_mouse +gpu-sched +gr_udc +grace +gre +greybus +grip +grip_mp +gru +gs1662 +gs_usb +gsc_hpdi +gspca_benq +gspca_conex +gspca_cpia1 +gspca_dtcs033 +gspca_etoms +gspca_finepix +gspca_gl860 +gspca_jeilinj +gspca_jl2005bcd +gspca_kinect +gspca_konica +gspca_m5602 +gspca_main +gspca_mars +gspca_mr97310a +gspca_nw80x +gspca_ov519 +gspca_ov534 +gspca_ov534_9 +gspca_pac207 +gspca_pac7302 +gspca_pac7311 +gspca_se401 +gspca_sn9c2028 +gspca_sn9c20x +gspca_sonixb +gspca_sonixj +gspca_spca1528 +gspca_spca500 +gspca_spca501 +gspca_spca505 +gspca_spca506 +gspca_spca508 +gspca_spca561 +gspca_sq905 +gspca_sq905c +gspca_sq930x +gspca_stk014 +gspca_stk1135 +gspca_stv0680 +gspca_stv06xx +gspca_sunplus +gspca_t613 +gspca_topro +gspca_touptek +gspca_tv8532 +gspca_vc032x +gspca_vicam +gspca_xirlink_cit +gspca_zc3xx +gtp +gud +guillemot +gunze +gve +habanalabs +hackrf +hamachi +hampshire +hangcheck-timer +hanwang +hci +hci_bcm4377 +hci_nokia +hci_uart +hci_vhci +hctr2 +hd3ss3220 +hd44780 +hd44780_common +hdaps +hdc100x +hdc2010 +hdlc +hdlc_cisco +hdlc_fr +hdlc_ppp +hdlc_raw +hdlc_raw_eth +hdlc_x25 +hdlcdrv +hdma +hdma_mgmt +hdpvr +he +hecubafb +helene +hellcreek_sw +hexium_gemini +hexium_orion +hfcmulti +hfcpci +hfcsusb +hfi1 +hfs +hfsplus +hgafb +hi311x +hi556 +hi6210-i2s +hi8435 +hi846 +hi847 +hid +hid-a4tech +hid-accutouch +hid-alps +hid-apple +hid-appleir +hid-asus +hid-aureal +hid-axff +hid-belkin +hid-betopff +hid-bigbenff +hid-cherry +hid-chicony +hid-cmedia +hid-corsair +hid-cougar +hid-cp2112 +hid-creative-sb0540 +hid-cypress +hid-dr +hid-elan +hid-elecom +hid-elo +hid-emsff +hid-evision +hid-ezkey +hid-ft260 +hid-gaff +hid-gembird +hid-generic +hid-gfrm +hid-glorious +hid-google-hammer +hid-gt683r +hid-gyration +hid-holtek-kbd +hid-holtek-mouse +hid-holtekff +hid-hyperv +hid-icade +hid-ite +hid-jabra +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-led +hid-lenovo +hid-letsketch +hid-lg-g15 +hid-logitech +hid-logitech-dj +hid-logitech-hidpp +hid-macally +hid-magicmouse +hid-maltron +hid-mcp2221 +hid-megaworld +hid-mf +hid-microsoft +hid-monterey +hid-multitouch +hid-nintendo +hid-nti +hid-ntrig +hid-nvidia-shield +hid-ortek +hid-penmount +hid-petalynx +hid-picolcd +hid-pl +hid-plantronics +hid-playstation +hid-primax +hid-prodikeys +hid-pxrc +hid-razer +hid-redragon +hid-retrode +hid-rmi +hid-roccat +hid-roccat-arvo +hid-roccat-common +hid-roccat-isku +hid-roccat-kone +hid-roccat-koneplus +hid-roccat-konepure +hid-roccat-kovaplus +hid-roccat-lua +hid-roccat-pyra +hid-roccat-ryos +hid-roccat-savu +hid-saitek +hid-samsung +hid-semitek +hid-sensor-accel-3d +hid-sensor-als +hid-sensor-custom +hid-sensor-custom-intel-hinge +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-humidity +hid-sensor-iio-common +hid-sensor-incl-3d +hid-sensor-magn-3d +hid-sensor-press +hid-sensor-prox +hid-sensor-rotation +hid-sensor-temperature +hid-sensor-trigger +hid-sigmamicro +hid-sjoy +hid-sony +hid-speedlink +hid-steam +hid-steelseries +hid-sunplus +hid-thrustmaster +hid-tivo +hid-tmff +hid-topre +hid-topseed +hid-twinhan +hid-u2fzero +hid-uclogic +hid-udraw-ps3 +hid-viewsonic +hid-vivaldi +hid-vivaldi-common +hid-vrc2 +hid-waltop +hid-wiimote +hid-xiaomi +hid-xinmo +hid-zpff +hid-zydacron +hideep +hidp +hih6130 +himax_hx83112b +hinic +hisi-spmi-controller +hmc425a +hmc5843_core +hmc5843_i2c +hmc5843_spi +hmc6352 +hopper +horus3a +hostap +hostap_cs +hostap_pci +hostap_plx +hp-wmi +hp-wmi-sensors +hp03 +hp206c +hp_accel +hpfs +hpilo +hpsa +hptiop +hpwdt +hsi +hsi_char +hso +hsr +ht16k33 +hts221 +hts221_i2c +hts221_spi +htu21 +huawei-wmi +huawei_cdc_ncm +hv_balloon +hv_netvsc +hv_sock +hv_storvsc +hv_utils +hv_vmbus +hwmon-aaeon +hwmon-vid +hwpoison-inject +hx711 +hx8357 +hx8357d +hycon-hy46xx +hynitron_cstxxx +hyperbus-core +hyperv-keyboard +hyperv_drm +hyperv_fb +i10nm_edac +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-amd-mp2-pci +i2c-amd-mp2-plat +i2c-amd756 +i2c-amd756-s4882 +i2c-amd8111 +i2c-cbus-gpio +i2c-ccgx-ucsi +i2c-cht-wc +i2c-cp2615 +i2c-cros-ec-tunnel +i2c-designware-pci +i2c-diolan-u2c +i2c-dln2 +i2c-gpio +i2c-hid +i2c-hid-acpi +i2c-hid-of +i2c-i801 +i2c-isch +i2c-ismt +i2c-kempld +i2c-matroxfb +i2c-mchp-pci1xxxx +i2c-mlxcpld +i2c-mux +i2c-mux-gpio +i2c-mux-ltc4306 +i2c-mux-mlxcpld +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-mux-reg +i2c-nforce2 +i2c-nforce2-s4985 +i2c-nvidia-gpu +i2c-ocores +i2c-parport +i2c-pca-platform +i2c-piix4 +i2c-robotfuzz-osif +i2c-scmi +i2c-simtec +i2c-sis5595 +i2c-sis630 +i2c-sis96x +i2c-smbus +i2c-stub +i2c-taos-evm +i2c-tiny-usb +i2c-via +i2c-viapro +i2c-viperboard +i2c-virtio +i2c-xiic +i3000_edac +i3200_edac +i3c +i3c-master-cdns +i40e +i5100_edac +i5400_edac +i5500_temp +i5k_amb +i6300esb +i7300_edac +i740fb +i7core_edac +i82092 +i82975x_edac +i915 +iTCO_vendor_support +iTCO_wdt +iavf +ib700wdt +ib_cm +ib_core +ib_ipoib +ib_iser +ib_isert +ib_mthca +ib_qib +ib_srp +ib_srpt +ib_umad +ib_uverbs +ibm-cffps +ibm_rtl +ibmaem +ibmasm +ibmasr +ibmpex +ice +ichxrom +icp10100 +icp_multi +icplus +ics932s401 +ideapad-laptop +ideapad_slidebar +idma64 +idmouse +idt77252 +idt_89hpesx +idt_gen2 +idt_gen3 +idtcps +idxd +idxd_bus +ie31200_edac +ie6xx_wdt +ieee802154 +ieee802154_6lowpan +ieee802154_socket +ifb +ifcvf +ife +ifi_canfd +iforce +iforce-serio +iforce-usb +igb +igbvf +igc +igen6_edac +igorplugusb +iguanair +ii_pci20kc +iio-mux +iio-rescale +iio-trig-hrtimer +iio-trig-interrupt +iio-trig-loop +iio-trig-sysfs +iio_dummy +iio_hwmon +ila +ili210x +ili9163 +ili9225 +ili922x +ili9320 +ili9341 +ili9486 +ilitek_ts_i2c +imagis +img-ascii-lcd +img-i2s-in +img-i2s-out +img-parallel-out +img-spdif-in +img-spdif-out +imm +imon +imon_raw +ims-pcu +imx208 +imx214 +imx219 +imx258 +imx274 +imx290 +imx296 +imx319 +imx355 +ina209 +ina238 +ina2xx +ina2xx-adc +ina3221 +industrialio +industrialio-buffer-cb +industrialio-buffer-dma +industrialio-buffer-dmaengine +industrialio-configfs +industrialio-gts-helper +industrialio-hw-consumer +industrialio-sw-device +industrialio-sw-trigger +industrialio-triggered-buffer +industrialio-triggered-event +inet_diag +inexio +inftl +initio +input-leds +inspur-ipsps +int3400_thermal +int3401_thermal +int3402_thermal +int3403_thermal +int3406_thermal +int340x_thermal_zone +int51x1 +intel-cstate +intel-hid +intel-ish-ipc +intel-ishtp +intel-ishtp-hid +intel-ishtp-loader +intel-lpss +intel-lpss-acpi +intel-lpss-pci +intel-m10-bmc-core +intel-m10-bmc-hwmon +intel-m10-bmc-pmci +intel-m10-bmc-spi +intel-qep +intel-rng +intel-rst +intel-smartconnect +intel-uncore-frequency +intel-uncore-frequency-common +intel-uncore-frequency-tpmi +intel-vbtn +intel-wmi-sbl-fw-update +intel-wmi-thunderbolt +intel-xhci-usb-role-switch +intel-xway +intel_atomisp2_led +intel_atomisp2_pm +intel_bxt_pmic_thermal +intel_bxtwc_tmu +intel_bytcrc_pwrsrc +intel_chtdc_ti_pwrbtn +intel_chtwc_int33fe +intel_crystal_cove_charger +intel_ifs +intel_int0002_vgpio +intel_ips +intel_mrfld_adc +intel_mrfld_pwrbtn +intel_oaktrail +intel_pch_thermal +intel_pmc_bxt +intel_pmc_mux +intel_powerclamp +intel_punit_ipc +intel_qat +intel_quark_i2c_gpio +intel_rapl_common +intel_rapl_msr +intel_rapl_tpmi +intel_sar +intel_scu_ipcutil +intel_scu_pltdrv +intel_sdsi +intel_skl_int3472_discrete +intel_skl_int3472_tps68470 +intel_soc_dts_iosf +intel_soc_dts_thermal +intel_soc_pmic_bxtwc +intel_soc_pmic_chtdc_ti +intel_soc_pmic_mrfld +intel_tcc_cooling +intel_telemetry_core +intel_telemetry_debugfs +intel_telemetry_pltdrv +intel_th +intel_th_acpi +intel_th_gth +intel_th_msu +intel_th_msu_sink +intel_th_pci +intel_th_pti +intel_th_sth +intel_vpu +intel_vr_nor +intel_vsec +intel_vsec_tpmi +intelfb +interact +interrupt-cnt +inv-icm42600 +inv-icm42600-i2c +inv-icm42600-spi +inv-mpu6050 +inv-mpu6050-i2c +inv-mpu6050-spi +io_edgeport +io_ti +ioatdma +iommu_v2 +iommufd +ionic +iosm +iowarrior +ip5xxx_power +ip6_gre +ip6_tables +ip6_tunnel +ip6_udp_tunnel +ip6_vti +ip6t_NPT +ip6t_REJECT +ip6t_SYNPROXY +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_mh +ip6t_rpfilter +ip6t_rt +ip6t_srh +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6table_security +ip_gre +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmac +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_mac +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +ip_tables +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_fo +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_mh +ip_vs_nq +ip_vs_ovf +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_twos +ip_vs_wlc +ip_vs_wrr +ip_vti +ipack +ipaq +ipcomp +ipcomp6 +iphase +ipheth +ipip +ipmi_devintf +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_ssif +ipmi_watchdog +ipoctal +ipr +ips +ipt_ECN +ipt_REJECT +ipt_SYNPROXY +ipt_ah +ipt_rpfilter +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +iptable_security +ipu-bridge +ipu3-cio2 +ipu3-imgu +ipvlan +ipvtap +ipw +ipw2100 +ipw2200 +ipwireless +iqs269a +iqs5xx +iqs620at-temp +iqs621-als +iqs624-pos +iqs626a +iqs62x +iqs62x-keys +iqs7222 +ir-imon-decoder +ir-jvc-decoder +ir-kbd-i2c +ir-mce_kbd-decoder +ir-nec-decoder +ir-rc5-decoder +ir-rc6-decoder +ir-rcmm-decoder +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +ir-usb +ir-xmp-decoder +ir35221 +ir36021 +ir38064 +ir_toy +irdma +irps5401 +irq-madera +irqbypass +isci +iscsi_boot_sysfs +iscsi_ibft +iscsi_target_mod +iscsi_tcp +isdnhdlc +ishtp_eclite +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl29125 +isl29501 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isl68137 +isl9305 +isofs +isp116x-hcd +isp1704_charger +isp1760 +isst_if_common +isst_if_mbox_msr +isst_if_mbox_pci +isst_if_mmio +isst_tpmi +isst_tpmi_core +it87 +it8712f_wdt +it87_wdt +it913x +itd1000 +ite-cir +itg3200 +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_cm +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +ix2505v +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +jmb38x_ms +jme +joydev +joydump +jr3_pci +jsa1212 +jsm +k10temp +k8temp +kafs +kalmia +kaweth +kb3886_bl +kbic +kbtab +kcm +kcomedilib +ke_counter +kempld-core +kempld_wdt +kernelcapi +keyspan +keyspan_pda +keyspan_remote +keywrap +kfifo_buf +kheaders +kionix-kx022a +kionix-kx022a-i2c +kionix-kx022a-spi +kl5kusb105 +kmem +kmx61 +kobil_sct +ks0108 +ks0127 +ks7010 +ks8842 +ks8851_common +ks8851_par +ks8851_spi +ksmbd +ksz884x +ksz8863_smi +ksz9477_i2c +ksz_spi +ksz_switch +ktd253-backlight +ktti +ktz8866 +kvaser_pci +kvaser_pciefd +kvaser_usb +kvm +kvm-amd +kvm-intel +kvmgt +kxcjk-1013 +kxsd9 +kxsd9-i2c +kxsd9-spi +kxtj9 +kyber-iosched +kyrofb +l1oip +l2tp_core +l2tp_debugfs +l2tp_eth +l2tp_ip +l2tp_ip6 +l2tp_netlink +l2tp_ppp +l440gx +l4f00242t03 +l64781 +lan743x +lan78xx +lan9303-core +lan9303_i2c +lan9303_mdio +lanai +lantiq +lantiq_gswip +lapb +lapbether +lattice-ecp3-config +lattice-sysconfig +lattice-sysconfig-spi +lcd +lcd2s +ldusb +lec +led-class-flash +led-class-multicolor +leds-88pm860x +leds-aaeon +leds-adp5520 +leds-apu +leds-as3645a +leds-aw200xx +leds-bd2606mvv +leds-bd2802 +leds-blinkm +leds-cht-wcove +leds-da903x +leds-da9052 +leds-dac124s085 +leds-gpio +leds-is31fl319x +leds-lm3530 +leds-lm3532 +leds-lm3533 +leds-lm355x +leds-lm3601x +leds-lm36274 +leds-lm3642 +leds-lp3944 +leds-lp3952 +leds-lp50xx +leds-lp8788 +leds-lt3593 +leds-max8997 +leds-mc13783 +leds-menf21bmc +leds-mlxcpld +leds-mlxreg +leds-mt6323 +leds-mt6370-flash +leds-mt6370-rgb +leds-nic78bx +leds-pca9532 +leds-pca955x +leds-pca963x +leds-pwm +leds-pwm-multicolor +leds-regulator +leds-rt8515 +leds-sgm3140 +leds-ss4200 +leds-tca6507 +leds-ti-lmu-common +leds-tlc591xx +leds-tps6105x +leds-wm831x-status +leds-wm8350 +ledtrig-activity +ledtrig-audio +ledtrig-backlight +ledtrig-camera +ledtrig-default-on +ledtrig-heartbeat +ledtrig-netdev +ledtrig-oneshot +ledtrig-pattern +ledtrig-timer +ledtrig-transient +ledtrig-tty +ledtrig-usbport +legousbtower +lenovo-ymc +lenovo-yogabook +lg-laptop +lg-vl600 +lg2160 +lgdt3305 +lgdt3306a +lgdt330x +lgs8gl5 +lgs8gxx +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libahci +libahci_platform +libarc4 +libceph +libchacha +libchacha20poly1305 +libcomposite +libcrc32c +libcurve25519 +libcurve25519-generic +libcxgb +libcxgbi +libdes +libertas +libertas_cs +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libpoly1305 +libsas +libwx +lightning +line-display +lineage-pem +linear +liquidio +liquidio-core +liquidio_vf +lis3lv02d +lis3lv02d_i2c +lkkbd +ll_temac +llc +llc2 +lm25066 +lm3533-als +lm3533-core +lm3533-ctrlbank +lm3533_bl +lm3560 +lm3630a_bl +lm3639_bl +lm363x-regulator +lm3646 +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95234 +lm95241 +lm95245 +lmp91000 +lms283gf05 +lms501kf03 +lnbh25 +lnbh29 +lnbp21 +lnbp22 +lockd +lp +lp3943 +lp3971 +lp3972 +lp855x_bl +lp8727_charger +lp872x +lp873x +lp8755 +lp8788-buck +lp8788-charger +lp8788-ldo +lp8788_adc +lp8788_bl +lpc_ich +lpc_sch +lpddr_cmds +lpfc +lru_cache +lrw +lt3651-charger +lt7182s +ltc1660 +ltc2471 +ltc2485 +ltc2496 +ltc2497 +ltc2497-core +ltc2632 +ltc2688 +ltc2941-battery-gauge +ltc2945 +ltc2947-core +ltc2947-i2c +ltc2947-spi +ltc2978 +ltc2983 +ltc2990 +ltc2992 +ltc3589 +ltc3676 +ltc3815 +ltc4151 +ltc4162-l-charger +ltc4215 +ltc4222 +ltc4245 +ltc4260 +ltc4261 +ltr501 +ltrf216a +ltv350qv +lv0104cs +lv5207lp +lvstest +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m2m-deinterlace +m52790 +m62332 +m88ds3103 +m88rs2000 +m88rs6000t +mISDN_core +mISDN_dsp +mISDNinfineon +mISDNipac +mISDNisar +m_can +m_can_pci +m_can_platform +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac-iceland +mac-inuit +mac-roman +mac-romanian +mac-turkish +mac80211 +mac80211_hwsim +mac802154 +mac802154_hwsim +mac_hid +macb +macb_pci +machxo2-spi +machzwd +macmodes +macsec +macvlan +macvtap +madera +madera-i2c +madera-spi +mag3110 +magellan +mailbox-altera +mana +mana_ib +mantis +mantis_core +map_absent +map_funcs +map_ram +map_rom +marvell +marvell-88x2222 +marvell10g +matrix-keymap +matrix_keypad +matrox_w1 +matroxfb_DAC1064 +matroxfb_Ti3026 +matroxfb_accel +matroxfb_base +matroxfb_crtc2 +matroxfb_g450 +matroxfb_maven +matroxfb_misc +max1027 +max11100 +max1111 +max1118 +max11205 +max11410 +max11801_ts +max1241 +max127 +max1363 +max14577-regulator +max14577_charger +max15301 +max1586 +max16064 +max16065 +max1619 +max16601 +max1668 +max17040_battery +max17042_battery +max1721x_battery +max197 +max20086-regulator +max20411-regulator +max20730 +max20751 +max2165 +max2175 +max30100 +max30102 +max30208 +max3100 +max31722 +max31730 +max31760 +max31785 +max31790 +max31827 +max31856 +max31865 +max3420_udc +max3421-hcd +max34440 +max44000 +max44009 +max517 +max5432 +max5481 +max5487 +max5522 +max5821 +max63xx_wdt +max6620 +max6621 +max6639 +max6650 +max6697 +max6875 +max7359_keypad +max77541 +max77541-adc +max77541-regulator +max77693-haptic +max77693-regulator +max77693_charger +max77826-regulator +max77976_charger +max8649 +max8660 +max8688 +max8893 +max8903_charger +max8907 +max8907-regulator +max8925-regulator +max8925_bl +max8925_onkey +max8925_power +max8952 +max8997-regulator +max8997_charger +max8997_haptic +max8998 +max8998_charger +max9271 +max9611 +maxim_thermocouple +mb1232 +mb862xxfb +mb86a16 +mb86a20s +mc +mc13783-adc +mc13783-pwrbutton +mc13783-regulator +mc13783_ts +mc13892-regulator +mc13xxx-core +mc13xxx-i2c +mc13xxx-regulator-core +mc13xxx-spi +mc3230 +mc34vr500 +mc44s803 +mcam-core +mcb +mcb-lpc +mcb-pci +mcba_usb +mce-inject +mceusb +mchp23k256 +mchp48l640 +mchp_pci1xxxx_gp +mchp_pci1xxxx_gpio +mcp251x +mcp251xfd +mcp3021 +mcp320x +mcp3422 +mcp3911 +mcp4018 +mcp41010 +mcp4131 +mcp4531 +mcp4725 +mcp4922 +mcr20a +mcs5000_ts +mcs7830 +mcs_touchkey +mct_u232 +mctp-serial +md-cluster +md4 +mdc800 +mdev +mdio +mdio-bcm-unimac +mdio-bitbang +mdio-cavium +mdio-gpio +mdio-i2c +mdio-mscc-miim +mdio-mvusb +mdio-regmap +mdio-thunder +me4000 +me_daq +mediatek-ge +megaraid +megaraid_mbox +megaraid_mm +megaraid_sas +mei +mei-gsc +mei-me +mei-txe +mei_gsc_proxy +mei_hdcp +mei_phy +mei_pxp +mei_wdt +melfas_mip4 +memory-notifier-error-inject +memstick +men_z135_uart +men_z188_adc +mena21_wdt +menf21bmc +menf21bmc_hwmon +menf21bmc_wdt +menz69_wdt +meraki-mx100 +metro-usb +metronomefb +mf6x4 +mfd-aaeon +mgag200 +mhi +mhi_ep +mhi_net +mhi_pci_generic +mhi_wwan_ctrl +mhi_wwan_mbim +mi0283qt +michael_mic +micrel +microchip +microchip-spi +microchip_t1 +microchip_t1s +microread +microread_i2c +microread_mei +microtek +mii +minix +mip6 +mipi-i3c-hci +mite +mkiss +ml86v7667 +mlx-platform +mlx4_core +mlx4_en +mlx4_ib +mlx5-vfio-pci +mlx5_core +mlx5_ib +mlx5_vdpa +mlx90614 +mlx90632 +mlx_wdt +mlxfw +mlxreg-fan +mlxreg-hotplug +mlxreg-io +mlxreg-lc +mlxsw_core +mlxsw_i2c +mlxsw_minimal +mlxsw_pci +mlxsw_spectrum +mma7455_core +mma7455_i2c +mma7455_spi +mma7660 +mma8450 +mma8452 +mma9551 +mma9551_core +mma9553 +mmc35240 +mmc_block +mmc_spi +mms114 +mn88443x +mn88472 +mn88473 +mos7720 +mos7840 +most_cdev +most_core +most_i2c +most_net +most_snd +most_usb +most_video +motorcomm +moxa +mp2629 +mp2629_adc +mp2629_charger +mp2888 +mp2975 +mp5023 +mp8859 +mpc624 +mpi3mr +mpl115 +mpl115_i2c +mpl115_spi +mpl3115 +mpls_gso +mpls_iptunnel +mpls_router +mpoa +mpq7932 +mpr121_touchkey +mprls0025pa +mpt3sas +mptbase +mptcp_diag +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +mpu3050 +mr75203 +mrf24j40 +mrp +ms5611_core +ms5611_i2c +ms5611_spi +ms5637 +ms_block +ms_sensors_i2c +msa311 +mscc +mscc_felix_dsa_lib +mscc_ocelot_ext +mscc_ocelot_switch_lib +mscc_seville +msdos +mse102x +msg2638 +msi-ec +msi-laptop +msi-wmi +msi001 +msi2500 +msp3400 +mspro_block +msr +mt2060 +mt2063 +mt20xx +mt2131 +mt2266 +mt312 +mt352 +mt6311-regulator +mt6315-regulator +mt6323-regulator +mt6331-regulator +mt6332-regulator +mt6357-regulator +mt6358-regulator +mt6359-regulator +mt6360-adc +mt6360-core +mt6360-regulator +mt6360_charger +mt6370 +mt6370-adc +mt6370-backlight +mt6370-charger +mt6370-regulator +mt6397 +mt6397-regulator +mt7530 +mt7530-mdio +mt7530-mmio +mt76 +mt76-connac-lib +mt76-sdio +mt76-usb +mt7601u +mt7603e +mt7615-common +mt7615e +mt7663-usb-sdio-common +mt7663s +mt7663u +mt76x0-common +mt76x02-lib +mt76x02-usb +mt76x0e +mt76x0u +mt76x2-common +mt76x2e +mt76x2u +mt7915e +mt7921-common +mt7921e +mt7921s +mt7921u +mt7996e +mt9m001 +mt9m111 +mt9p031 +mt9t112 +mt9v011 +mt9v032 +mt9v111 +mtd +mtd_blkdevs +mtd_dataflash +mtdblock +mtdblock_ro +mtdoops +mtdpstore +mtdram +mtdswap +mtip32xx +mtk-pmic-keys +mtk-sd +mtk_t7xx +mtouch +multipath +multiq3 +musb_hdrc +mux-adg792a +mux-adgs1408 +mux-core +mux-gpio +mv88e6060 +mv88e6xxx +mv_u3d_core +mv_udc +mvmdio +mvsas +mvumi +mwave +mwifiex +mwifiex_pcie +mwifiex_sdio +mwifiex_usb +mwl8k +mxb +mxc4005 +mxc6255 +mxic_nand +mxl-gpy +mxl111sf-demod +mxl111sf-tuner +mxl301rf +mxl5005s +mxl5007t +mxl5xx +mxl692 +mxm-wmi +mxser +mxuport +myrb +myri10ge +myrs +n411 +n5pf +n_gsm +n_hdlc +nand +nandcore +nandsim +national +natsemi +nau7802 +navman +nb7vpq904m +nbd +nci +nci_spi +nci_uart +ncn26000 +nct6683 +nct6775 +nct6775-core +nct6775-i2c +nct7802 +nct7904 +nd_btt +nd_pmem +nd_virtio +ne2k-pci +neofb +net1080 +net2272 +net2280 +netconsole +netdevsim +netfs +netjet +netlink_diag +netrom +nettel +netup-unidvb +netxen_nic +newtonkbd +nf_conncount +nf_conntrack +nf_conntrack_amanda +nf_conntrack_bridge +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_dup_ipv4 +nf_dup_ipv6 +nf_dup_netdev +nf_flow_table +nf_flow_table_inet +nf_log_syslog +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_irc +nf_nat_pptp +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nf_reject_ipv4 +nf_reject_ipv6 +nf_socket_ipv4 +nf_socket_ipv6 +nf_synproxy_core +nf_tables +nf_tproxy_ipv4 +nf_tproxy_ipv6 +nfc +nfc_digital +nfcmrvl +nfcmrvl_i2c +nfcmrvl_spi +nfcmrvl_uart +nfcmrvl_usb +nfcsim +nfit +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_hook +nfnetlink_log +nfnetlink_osf +nfnetlink_queue +nfp +nfs +nfs_acl +nfs_layout_flexfiles +nfs_layout_nfsv41_files +nfsd +nfsv2 +nfsv3 +nfsv4 +nft_chain_nat +nft_compat +nft_connlimit +nft_ct +nft_dup_ipv4 +nft_dup_ipv6 +nft_dup_netdev +nft_fib +nft_fib_inet +nft_fib_ipv4 +nft_fib_ipv6 +nft_fib_netdev +nft_flow_offload +nft_fwd_netdev +nft_hash +nft_limit +nft_log +nft_masq +nft_meta_bridge +nft_nat +nft_numgen +nft_osf +nft_queue +nft_quota +nft_redir +nft_reject +nft_reject_bridge +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +nft_reject_netdev +nft_socket +nft_synproxy +nft_tproxy +nft_tunnel +nft_xfrm +nftl +ngbe +ngene +nhc_dest +nhc_fragment +nhc_hop +nhc_ipv6 +nhc_mobility +nhc_routing +nhc_udp +nhpoly1305 +nhpoly1305-avx2 +nhpoly1305-sse2 +ni903x_wdt +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_a2150 +ni_at_ao +ni_atmio +ni_atmio16d +ni_daq_700 +ni_daq_dio24 +ni_labpc +ni_labpc_common +ni_labpc_cs +ni_labpc_isadma +ni_labpc_pci +ni_mio_cs +ni_pcidio +ni_pcimio +ni_routes_test +ni_routing +ni_tio +ni_tiocmd +ni_usb6501 +nic7018_wdt +nicpf +nicstar +nicvf +nilfs2 +nitro_enclaves +niu +nixge +nlmon +nls_ascii +nls_cp1250 +nls_cp1251 +nls_cp1255 +nls_cp737 +nls_cp775 +nls_cp850 +nls_cp852 +nls_cp855 +nls_cp857 +nls_cp860 +nls_cp861 +nls_cp862 +nls_cp863 +nls_cp864 +nls_cp865 +nls_cp866 +nls_cp869 +nls_cp874 +nls_cp932 +nls_cp936 +nls_cp949 +nls_cp950 +nls_euc-jp +nls_iso8859-1 +nls_iso8859-13 +nls_iso8859-14 +nls_iso8859-15 +nls_iso8859-2 +nls_iso8859-3 +nls_iso8859-4 +nls_iso8859-5 +nls_iso8859-6 +nls_iso8859-7 +nls_iso8859-9 +nls_koi8-r +nls_koi8-ru +nls_koi8-u +nls_utf8 +nmclan_cs +noa1305 +nosy +notifier-error-inject +nouveau +novatek-nvt-ts +nozomi +npcm750-pwm-fan +ns558 +ns83820 +nsh +ntb +ntb_hw_epf +ntb_hw_idt +ntb_hw_intel +ntb_hw_switchtec +ntb_netdev +ntb_perf +ntb_pingpong +ntb_tool +ntb_transport +ntc_thermistor +ntfs +ntfs3 +null_blk +nuvoton-cir +nv_tco +nvidia-wmi-ec-backlight +nvidiafb +nvme +nvme-common +nvme-core +nvme-fabrics +nvme-fc +nvme-loop +nvme-rdma +nvme-tcp +nvmem-rave-sp-eeprom +nvmem-rmem +nvmem_qcom-spmi-sdam +nvmet +nvmet-fc +nvmet-rdma +nvmet-tcp +nvram +nvsw-sn2201 +nxp-c45-tja11xx +nxp-cbtx +nxp-nci +nxp-nci_i2c +nxp-tja11xx +nxt200x +nxt6000 +nzxt-kraken2 +nzxt-smart2 +objagg +occ-hwmon-common +occ-p8-hwmon +ocelot-soc +ocfb +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stack_o2cb +ocfs2_stack_user +ocfs2_stackglue +ocrdma +octeon_ep +of_mmc_spi +of_xilinx_wdt +ofb +og01a1b +omfs +omninet +on20 +on26 +onenand +onie-tlv +opa_vnic +opencores-kbd +openvswitch +opt3001 +opt4001 +opticon +option +or51132 +or51211 +orangefs +orinoco +orinoco_cs +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +oti6858 +otm3225a +ov01a10 +ov02a10 +ov08d10 +ov08x40 +ov13858 +ov13b10 +ov2640 +ov2659 +ov2680 +ov2685 +ov2740 +ov4689 +ov5647 +ov5648 +ov5670 +ov5675 +ov5693 +ov5695 +ov6650 +ov7251 +ov7640 +ov7670 +ov772x +ov7740 +ov8856 +ov8858 +ov8865 +ov9640 +ov9650 +ov9734 +overlay +oxp-sensors +oxu210hp-hcd +p4-clockmod +p54common +p54pci +p54spi +p54usb +p8022 +pa12203001 +padlock-aes +padlock-sha +palmas-pwrbutton +palmas-regulator +palmas_gpadc +panasonic-laptop +pandora_bl +panel +panel-auo-a030jtn01 +panel-mipi-dbi +panel-orisetech-ota5601a +panel-raspberrypi-touchscreen +panel-widechips-ws2401 +parkbd +parman +parport +parport_cs +parport_pc +parport_serial +pata_acpi +pata_ali +pata_amd +pata_artop +pata_atiixp +pata_atp867x +pata_cmd640 +pata_cmd64x +pata_cypress +pata_efar +pata_hpt366 +pata_hpt37x +pata_hpt3x2n +pata_hpt3x3 +pata_it8213 +pata_it821x +pata_jmicron +pata_legacy +pata_marvell +pata_mpiix +pata_netcell +pata_ninja32 +pata_ns87410 +pata_ns87415 +pata_oldpiix +pata_opti +pata_optidma +pata_parport +pata_pcmcia +pata_pdc2027x +pata_pdc202xx_old +pata_piccolo +pata_radisys +pata_rdc +pata_rz1000 +pata_sch +pata_serverworks +pata_sil680 +pata_sl82c105 +pata_triflex +pata_via +pc300too +pc87360 +pc87413_wdt +pc87427 +pca9450-regulator +pcap-regulator +pcap_keys +pcap_ts +pcbc +pcengines-apuv2 +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci +pci-epf-mhi +pci-epf-ntb +pci-epf-vntb +pci-hyperv +pci-hyperv-intf +pci-pf-stub +pci-stub +pci200syn +pcips2 +pcl711 +pcl724 +pcl726 +pcl730 +pcl812 +pcl816 +pcl818 +pcm3724 +pcmad +pcmcia +pcmcia_core +pcmcia_rsrc +pcmciamtd +pcmda12 +pcmmio +pcmuio +pcnet32 +pcnet_cs +pcrypt +pcs-lynx +pcs-mtk-lynxi +pcs_xpcs +pcspkr +pcwd_pci +pcwd_usb +pd6729 +pdc_adma +pds_core +pds_vdpa +peak_pci +peak_pciefd +peak_pcmcia +peak_usb +peci +peci-cpu +peci-cputemp +peci-dimmtemp +pegasus +pegasus_notetaker +penmount +pfr_telemetry +pfr_update +phantom +phonet +phram +phy-bcm-kona-usb2 +phy-can-transceiver +phy-cpcap-usb +phy-exynos-usb2 +phy-generic +phy-gpio-vbus-usb +phy-intel-lgm-emmc +phy-isp1301 +phy-lgm-usb +phy-pxa-28nm-hsic +phy-pxa-28nm-usb2 +phy-qcom-usb-hs +phy-qcom-usb-hsic +phy-tahvo +phy-tusb1210 +phylink +physmap +pi3usb30532 +pi433 +pim4328 +pinctrl-alderlake +pinctrl-broxton +pinctrl-cannonlake +pinctrl-cedarfork +pinctrl-cy8c95x0 +pinctrl-da9062 +pinctrl-denverton +pinctrl-elkhartlake +pinctrl-emmitsburg +pinctrl-geminilake +pinctrl-icelake +pinctrl-jasperlake +pinctrl-lakefield +pinctrl-lewisburg +pinctrl-lynxpoint +pinctrl-madera +pinctrl-mcp23s08 +pinctrl-mcp23s08_i2c +pinctrl-mcp23s08_spi +pinctrl-meteorlake +pinctrl-sunrisepoint +pinctrl-tigerlake +pinephone-keyboard +ping +pistachio-internal-dac +pixcir_i2c_ts +pkcs7_test_key +pkcs8_key_parser +pktgen +pl2303 +plat-ram +plat_nand +platform_lcd +platform_profile +plfxlc +pli1209bc +plip +plusb +pluto2 +plx_dma +plx_pci +pm-notifier-error-inject +pm2fb +pm3fb +pm6764tr +pm80xx +pmbus +pmbus_core +pmc551 +pmcraid +pms7003 +pmt_class +pmt_crashlog +pmt_telemetry +pn532_uart +pn533 +pn533_i2c +pn533_usb +pn544 +pn544_i2c +pn544_mei +pn_pep +pnd2_edac +poly1305-x86_64 +poly1305_generic +polynomial +polyval-clmulni +polyval-generic +port100 +powermate +powr1220 +ppa +ppdev +ppp_async +ppp_deflate +ppp_mppe +ppp_synctty +pppoatm +pppoe +pppox +pps-gpio +pps-ldisc +pps_parport +pptp +prestera +prestera_pci +pretimeout_panic +prism2_usb +processor_thermal_device +processor_thermal_device_pci +processor_thermal_device_pci_legacy +processor_thermal_mbox +processor_thermal_rapl +processor_thermal_rfim +ps2-gpio +ps2mult +psample +pse_regulator +psmouse +psnap +pstore_blk +pstore_zone +psxpad-spi +ptdma +ptp_clockmatrix +ptp_dfl_tod +ptp_idt82p33 +ptp_ines +ptp_kvm +ptp_ocp +ptp_vmw +pulse8-cec +pulsedlight-lidar-lite-v2 +punit_atom_debug +pv88060-regulator +pv88080-regulator +pv88090-regulator +pvcalls-front +pvpanic +pvpanic-mmio +pvpanic-pci +pvrusb2 +pwc +pwm-beeper +pwm-clk +pwm-cros-ec +pwm-dwc +pwm-iqs620a +pwm-lp3943 +pwm-pca9685 +pwm-regulator +pwm-twl +pwm-twl-led +pwm-vibra +pwm_bl +pxa27x_udc +pxe1610 +pxrc +q54sj108a2 +qaic +qat_4xxx +qat_c3xxx +qat_c3xxxvf +qat_c62x +qat_c62xvf +qat_dh895xcc +qat_dh895xccvf +qca8k +qcaux +qcom-emac +qcom-labibb-regulator +qcom-spmi-adc5 +qcom-spmi-iadc +qcom-spmi-vadc +qcom-vadc-common +qcom-wled +qcom_glink +qcom_glink_rpm +qcom_spmi-regulator +qcom_usb_vbus-regulator +qcserial +qed +qede +qedf +qedi +qedr +qemu_fw_cfg +qinfo_probe +qla1280 +qla2xxx +qla3xxx +qla4xxx +qlcnic +qlge +qlogic_cs +qlogicfas408 +qm1d1b0004 +qm1d1c0042 +qmi_helpers +qmi_wwan +qnx4 +qnx6 +qrtr +qrtr-mhi +qrtr-smd +qrtr-tun +qsemi +qt1010 +qt1050 +qt1070 +qt2160 +qtnfmac +qtnfmac_pcie +quatech2 +quatech_daqp_cs +quota_tree +quota_v1 +quota_v2 +qwiic-joystick +qxl +r592 +r6040 +r8152 +r8153_ecm +r8169 +r8192e_pci +r8192u_usb +r820t +r852 +r8712u +r8723bs +r8a66597-hcd +r8a66597-udc +raa215300 +radeon +radeonfb +radio-keene +radio-ma901 +radio-maxiradio +radio-mr800 +radio-platform-si4713 +radio-raremono +radio-shark +radio-si470x-common +radio-si470x-i2c +radio-si470x-usb +radio-si476x +radio-tea5764 +radio-usb-si4713 +radio-wl1273 +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid_class +rainshadow-cec +ramoops +rapl +rave-sp +rave-sp-backlight +rave-sp-pwrbutton +rave-sp-wdt +raw_diag +raw_gadget +ray_cs +raydium_i2c_ts +rbd +rc-adstech-dvb-t-pci +rc-alink-dtu-m +rc-anysee +rc-apac-viewcomp +rc-astrometa-t2hybrid +rc-asus-pc39 +rc-asus-ps3-100 +rc-ati-tv-wonder-hd-600 +rc-ati-x10 +rc-avermedia +rc-avermedia-a16d +rc-avermedia-cardbus +rc-avermedia-dvbt +rc-avermedia-m135a +rc-avermedia-m733a-rm-k6 +rc-avermedia-rm-ks +rc-avertv-303 +rc-azurewave-ad-tu700 +rc-beelink-gs1 +rc-beelink-mxiii +rc-behold +rc-behold-columbus +rc-budget-ci-old +rc-cinergy +rc-cinergy-1400 +rc-core +rc-ct-90405 +rc-d680-dmb +rc-delock-61959 +rc-dib0700-nec +rc-dib0700-rc5 +rc-digitalnow-tinytwin +rc-digittrade +rc-dm1105-nec +rc-dntv-live-dvb-t +rc-dntv-live-dvbt-pro +rc-dreambox +rc-dtt200u +rc-dvbsky +rc-dvico-mce +rc-dvico-portable +rc-em-terratec +rc-encore-enltv +rc-encore-enltv-fm53 +rc-encore-enltv2 +rc-evga-indtube +rc-eztv +rc-flydvb +rc-flyvideo +rc-fusionhdtv-mce +rc-gadmei-rm008z +rc-geekbox +rc-genius-tvgo-a11mce +rc-gotview7135 +rc-hauppauge +rc-hisi-poplar +rc-hisi-tv-demo +rc-imon-mce +rc-imon-pad +rc-imon-rsc +rc-iodata-bctv7e +rc-it913x-v1 +rc-it913x-v2 +rc-kaiomy +rc-khadas +rc-khamsin +rc-kworld-315u +rc-kworld-pc150u +rc-kworld-plus-tv-analog +rc-leadtek-y04g0051 +rc-lme2510 +rc-loopback +rc-manli +rc-mecool-kii-pro +rc-mecool-kiii-pro +rc-medion-x10 +rc-medion-x10-digitainer +rc-medion-x10-or2x +rc-minix-neo +rc-msi-digivox-ii +rc-msi-digivox-iii +rc-msi-tvanywhere +rc-msi-tvanywhere-plus +rc-nebula +rc-nec-terratec-cinergy-xs +rc-norwood +rc-npgtech +rc-odroid +rc-pctv-sedna +rc-pine64 +rc-pinnacle-color +rc-pinnacle-grey +rc-pinnacle-pctv-hd +rc-pixelview +rc-pixelview-002t +rc-pixelview-mk12 +rc-pixelview-new +rc-powercolor-real-angel +rc-proteus-2309 +rc-purpletv +rc-pv951 +rc-rc6-mce +rc-real-audio-220-32-keys +rc-reddo +rc-snapstream-firefly +rc-streamzap +rc-su3000 +rc-tanix-tx3mini +rc-tanix-tx5max +rc-tbs-nec +rc-technisat-ts35 +rc-technisat-usb2 +rc-terratec-cinergy-c-pci +rc-terratec-cinergy-s2-hd +rc-terratec-cinergy-xs +rc-terratec-slim +rc-terratec-slim-2 +rc-tevii-nec +rc-tivo +rc-total-media-in-hand +rc-total-media-in-hand-02 +rc-trekstor +rc-tt-1500 +rc-twinhan-dtv-cab-ci +rc-twinhan1027 +rc-vega-s9x +rc-videomate-m1f +rc-videomate-s350 +rc-videomate-tv-pvr +rc-videostrong-kii-pro +rc-wetek-hub +rc-wetek-play2 +rc-winfast +rc-winfast-usbii-deluxe +rc-x96max +rc-xbox-360 +rc-xbox-dvd +rc-zx-irdec +rc5t583-regulator +rdacm20 +rdacm21 +rdc321x-southbridge +rdma_cm +rdma_rxe +rdma_ucm +rdmavt +rds +rds_rdma +rds_tcp +realtek +redboot +redrat3 +reed_solomon +regmap-i3c +regmap-sccb +regmap-sdw +regmap-sdw-mbq +regmap-slimbus +regmap-spi-avmm +regmap-spmi +regmap-w1 +regulator-haptic +reiserfs +repaper +reset-ti-syscon +reset-tps380x +resistive-adc-touch +retu-mfd +retu-pwrbutton +retu_wdt +rfc1051 +rfc1201 +rfcomm +rfd77402 +rfd_ftl +rfkill-gpio +rio-scan +rio_cm +rio_mport_cdev +rionet +rivafb +rj54n1cb0c +rm3100-core +rm3100-i2c +rm3100-spi +rmd160 +rmi_core +rmi_i2c +rmi_smbus +rmi_spi +rmnet +rnbd-client +rnbd-server +rndis_host +rndis_wlan +rockchip +rocker +rohm-bu27008 +rohm-bu27034 +rohm_bu21023 +romfs +rose +rotary_encoder +rp2 +rpcrdma +rpcsec_gss_krb5 +rpmsg_char +rpmsg_core +rpmsg_ctrl +rpmsg_ns +rpmsg_tty +rpmsg_wwan_ctrl +rpr0521 +rsi_91x +rsi_sdio +rsi_usb +rt1719 +rt2400pci +rt2500pci +rt2500usb +rt2800lib +rt2800mmio +rt2800pci +rt2800usb +rt2x00lib +rt2x00mmio +rt2x00pci +rt2x00usb +rt4801-regulator +rt4803 +rt4831 +rt4831-backlight +rt4831-regulator +rt5033 +rt5033-regulator +rt5033_battery +rt5033_charger +rt5120 +rt5120-pwrkey +rt5120-regulator +rt5190a-regulator +rt5739 +rt5759-regulator +rt6160-regulator +rt6190-regulator +rt61pci +rt6245-regulator +rt73usb +rt9455_charger +rt9467-charger +rt9471 +rtc-88pm80x +rtc-88pm860x +rtc-ab-b5ze-s3 +rtc-ab-eoz9 +rtc-abx80x +rtc-bq32k +rtc-bq4802 +rtc-cros-ec +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1302 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1685 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-em3027 +rtc-fm3130 +rtc-ftrtc010 +rtc-goldfish +rtc-hid-sensor-time +rtc-isl12022 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max6916 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-msm6242 +rtc-mt6397 +rtc-palmas +rtc-pcap +rtc-pcf2123 +rtc-pcf2127 +rtc-pcf50633 +rtc-pcf85063 +rtc-pcf8523 +rtc-pcf85363 +rtc-pcf8563 +rtc-pcf8583 +rtc-r9701 +rtc-rc5t583 +rtc-rp5c01 +rtc-rs5c348 +rtc-rs5c372 +rtc-rv3028 +rtc-rv3029c2 +rtc-rv3032 +rtc-rv8803 +rtc-rx4581 +rtc-rx6110 +rtc-rx8010 +rtc-rx8025 +rtc-rx8581 +rtc-s35390a +rtc-sd3078 +rtc-stk17ta8 +rtc-tps6586x +rtc-tps65910 +rtc-wilco-ec +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtd520 +rti800 +rti802 +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192ee +rtl8192se +rtl8365mb +rtl8366 +rtl8723-common +rtl8723ae +rtl8723be +rtl8821ae +rtl8xxxu +rtl_pci +rtl_usb +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtlwifi +rtmv20-regulator +rtq2134-regulator +rtq6056 +rtq6752-regulator +rtrs-client +rtrs-core +rtrs-server +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rtw88_8723d +rtw88_8723de +rtw88_8723ds +rtw88_8723du +rtw88_8821c +rtw88_8821ce +rtw88_8821cs +rtw88_8821cu +rtw88_8822b +rtw88_8822be +rtw88_8822bs +rtw88_8822bu +rtw88_8822c +rtw88_8822ce +rtw88_8822cs +rtw88_8822cu +rtw88_core +rtw88_pci +rtw88_sdio +rtw88_usb +rtw89_8851b +rtw89_8851be +rtw89_8852a +rtw89_8852ae +rtw89_8852b +rtw89_8852be +rtw89_8852c +rtw89_8852ce +rtw89_core +rtw89_pci +rx51_battery +rxperf +rxrpc +s1d13xxxfb +s2250 +s2255drv +s2io +s3fb +s3fwrn5 +s3fwrn5_i2c +s3fwrn82_uart +s526 +s5c73m3 +s5h1409 +s5h1411 +s5h1420 +s5h1432 +s5k5baf +s5k6a3 +s626 +s6sy761 +s921 +saa6588 +saa6752hs +saa7110 +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7134-go7007 +saa7146 +saa7146_vv +saa7164 +saa717x +saa7185 +saa7706h +safe_serial +sample-trace-array +samsung-keypad +samsung-laptop +samsung-q10 +samsung-sxgbe +sata_dwc_460ex +sata_inic162x +sata_mv +sata_nv +sata_promise +sata_qstor +sata_sil +sata_sil24 +sata_sis +sata_svw +sata_sx4 +sata_uli +sata_via +sata_vsc +savagefb +sb1000 +sb_edac +sbc60xxwdt +sbc_epx_c3 +sbc_fitpc2_wdt +sbc_gxx +sbp_target +sbrmi +sbs +sbs-battery +sbs-charger +sbs-manager +sbshc +sbtsi_temp +sc1200wdt +sc16is7xx +sc92031 +sca3000 +sca3300 +scb2_flash +scd30_core +scd30_i2c +scd30_serial +scd4x +sch311x_wdt +sch5627 +sch5636 +sch56xx-common +sch_cake +sch_cbs +sch_choke +sch_codel +sch_drr +sch_etf +sch_ets +sch_fq +sch_fq_codel +sch_fq_pie +sch_gred +sch_hfsc +sch_hhf +sch_htb +sch_ingress +sch_mqprio +sch_mqprio_lib +sch_multiq +sch_netem +sch_pie +sch_plug +sch_prio +sch_qfq +sch_red +sch_sfb +sch_sfq +sch_skbprio +sch_taprio +sch_tbf +sch_teql +scsi_debug +scsi_dh_alua +scsi_dh_emc +scsi_dh_hp_sw +scsi_dh_rdac +scsi_transport_fc +scsi_transport_iscsi +scsi_transport_sas +scsi_transport_spi +scsi_transport_srp +sctp +sctp_diag +sd_adc_modulator +sdhci +sdhci-acpi +sdhci-pci +sdhci-pltfm +sdhci-xenon-driver +sdhci_f_sdh30 +sdio_uart +sdricoh_cs +seco-cec +sensehat-joystick +sensorhub +serial-multi-instantiate +serial_cs +serial_ir +serio_raw +sermouse +serpent-avx-x86_64 +serpent-avx2 +serpent-sse2-x86_64 +serpent_generic +serport +ses +sev-guest +sf-pdma +sfc +sfc-falcon +sfc-siena +sfp +sgi_w1 +sgp30 +sgp40 +sha1-ssse3 +sha256-ssse3 +shark2 +sht15 +sht21 +sht3x +sht4x +shtc1 +si1133 +si1145 +si2157 +si2165 +si2168 +si21xx +si4713 +si476x-core +si7005 +si7020 +sidewinder +sierra +sierra_net +sil164 +silead +sim710 +simatic-ipc +simatic-ipc-leds +simatic-ipc-leds-gpio-apollolake +simatic-ipc-leds-gpio-core +simatic-ipc-leds-gpio-f7188x +simatic-ipc-wdt +simple-mfd-i2c +simpledrm +simplefb +siox-bus-gpio +siox-core +sis-agp +sis190 +sis5595 +sis900 +sis_i2c +sisfb +sisusbvga +sit +siw +sja1000 +sja1000_isa +sja1000_platform +sja1105 +skfp +skge +skx_edac +sky2 +sky81452 +sky81452-backlight +sky81452-regulator +sl28vpd +sl811-hcd +sl811_cs +slcan +slg51000-regulator +slicoss +slim-qcom-ctrl +slimbus +slip +slram +sm2_generic +sm3 +sm3-avx-x86_64 +sm3_generic +sm4 +sm4-aesni-avx-x86_64 +sm4-aesni-avx2-x86_64 +sm4_generic +sm501 +sm501fb +sm712fb +sm750fb +sm_common +sm_ftl +smartpqi +smb347-charger +smc +smc91c92_cs +smc_diag +smipcie +smm665 +smpro-core +smpro-errmon +smpro-hwmon +smpro-misc +smsc +smsc37b787_wdt +smsc47b397 +smsc47m1 +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smscufx +smsdvb +smsmdtv +smssdio +smsusb +snd +snd-ac97-codec +snd-acp-config +snd-acp-i2s +snd-acp-legacy-mach +snd-acp-mach +snd-acp-pci +snd-acp-pcm +snd-acp-pdm +snd-acp-rembrandt +snd-acp-renoir +snd-acp-sof-mach +snd-acp3x-i2s +snd-acp3x-pcm-dma +snd-acp3x-pdm-dma +snd-acp3x-rn +snd-acp5x-i2s +snd-acp5x-pcm-dma +snd-acp6x-pdm-dma +snd-ad1889 +snd-ak4113 +snd-ak4114 +snd-ak4117 +snd-ak4xxx-adda +snd-ali5451 +snd-aloop +snd-als300 +snd-als4000 +snd-asihpi +snd-atiixp +snd-atiixp-modem +snd-au8810 +snd-au8820 +snd-au8830 +snd-aw2 +snd-azt3328 +snd-bcd2000 +snd-bebob +snd-bt87x +snd-ca0106 +snd-cmipci +snd-compress +snd-cs4281 +snd-cs46xx +snd-cs8427 +snd-ctl-led +snd-ctxfi +snd-darla20 +snd-darla24 +snd-dice +snd-dummy +snd-echo3g +snd-emu10k1 +snd-emu10k1-synth +snd-emu10k1x +snd-emux-synth +snd-ens1370 +snd-ens1371 +snd-es1938 +snd-es1968 +snd-fireface +snd-firewire-digi00x +snd-firewire-lib +snd-firewire-motu +snd-firewire-tascam +snd-fireworks +snd-fm801 +snd-gina20 +snd-gina24 +snd-hda-codec +snd-hda-codec-analog +snd-hda-codec-ca0110 +snd-hda-codec-ca0132 +snd-hda-codec-cirrus +snd-hda-codec-cmedia +snd-hda-codec-conexant +snd-hda-codec-cs8409 +snd-hda-codec-generic +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-core +snd-hda-cs-dsp-ctls +snd-hda-ext-core +snd-hda-intel +snd-hda-scodec-cs35l41 +snd-hda-scodec-cs35l41-i2c +snd-hda-scodec-cs35l41-spi +snd-hdmi-lpe-audio +snd-hdsp +snd-hdspm +snd-hrtimer +snd-hwdep +snd-i2c +snd-ice1712 +snd-ice1724 +snd-ice17xx-ak4xxx +snd-indigo +snd-indigodj +snd-indigodjx +snd-indigoio +snd-indigoiox +snd-intel-dspcfg +snd-intel-sdw-acpi +snd-intel-sst-acpi +snd-intel-sst-core +snd-intel-sst-pci +snd-intel8x0 +snd-intel8x0m +snd-isight +snd-korg1212 +snd-layla20 +snd-layla24 +snd-lola +snd-lx6464es +snd-maestro3 +snd-mia +snd-mixart +snd-mixer-oss +snd-mona +snd-mpu401 +snd-mpu401-uart +snd-mtpav +snd-mts64 +snd-nm256 +snd-opl3-lib +snd-opl3-synth +snd-oxfw +snd-oxygen +snd-oxygen-lib +snd-pci-acp3x +snd-pci-acp5x +snd-pci-acp6x +snd-pci-ps +snd-pcm +snd-pcm-dmaengine +snd-pcmtest +snd-pcsp +snd-pcxhr +snd-pdaudiocf +snd-portman2x4 +snd-ps-pdm-dma +snd-ps-sdw-dma +snd-pt2258 +snd-rawmidi +snd-riptide +snd-rme32 +snd-rme96 +snd-rme9652 +snd-rn-pci-acp3x +snd-rpl-pci-acp6x +snd-sb-common +snd-seq +snd-seq-device +snd-seq-dummy +snd-seq-midi +snd-seq-midi-emul +snd-seq-midi-event +snd-seq-ump-client +snd-seq-virmidi +snd-serial-u16550 +snd-skl_nau88l25_max98357a +snd-soc-63xx +snd-soc-ac97 +snd-soc-acp-da7219mx98357-mach +snd-soc-acp-es8336-mach +snd-soc-acp-rt5645-mach +snd-soc-acp-rt5682-mach +snd-soc-acp5x-mach +snd-soc-acp6x-mach +snd-soc-acpi +snd-soc-acpi-intel-match +snd-soc-adau-utils +snd-soc-adau1372 +snd-soc-adau1372-i2c +snd-soc-adau1372-spi +snd-soc-adau1701 +snd-soc-adau1761 +snd-soc-adau1761-i2c +snd-soc-adau1761-spi +snd-soc-adau17x1 +snd-soc-adau7002 +snd-soc-adau7118 +snd-soc-adau7118-hw +snd-soc-adau7118-i2c +snd-soc-adi-axi-i2s +snd-soc-adi-axi-spdif +snd-soc-ak4104 +snd-soc-ak4118 +snd-soc-ak4375 +snd-soc-ak4458 +snd-soc-ak4554 +snd-soc-ak4613 +snd-soc-ak4642 +snd-soc-ak5386 +snd-soc-ak5558 +snd-soc-alc5623 +snd-soc-arizona +snd-soc-avs +snd-soc-avs-da7219 +snd-soc-avs-dmic +snd-soc-avs-hdaudio +snd-soc-avs-i2s-test +snd-soc-avs-max98357a +snd-soc-avs-max98373 +snd-soc-avs-max98927 +snd-soc-avs-nau8825 +snd-soc-avs-probe +snd-soc-avs-rt274 +snd-soc-avs-rt286 +snd-soc-avs-rt298 +snd-soc-avs-rt5682 +snd-soc-avs-ssm4567 +snd-soc-aw8738 +snd-soc-aw88395 +snd-soc-aw88395-lib +snd-soc-bd28623 +snd-soc-bdw-rt286 +snd-soc-bt-sco +snd-soc-catpt +snd-soc-chv3-codec +snd-soc-cml_rt1011_rt5682 +snd-soc-core +snd-soc-cros-ec-codec +snd-soc-cs35l32 +snd-soc-cs35l33 +snd-soc-cs35l34 +snd-soc-cs35l35 +snd-soc-cs35l36 +snd-soc-cs35l41 +snd-soc-cs35l41-i2c +snd-soc-cs35l41-lib +snd-soc-cs35l41-spi +snd-soc-cs35l45 +snd-soc-cs35l45-i2c +snd-soc-cs35l45-spi +snd-soc-cs35l56 +snd-soc-cs35l56-i2c +snd-soc-cs35l56-sdw +snd-soc-cs35l56-shared +snd-soc-cs35l56-spi +snd-soc-cs4234 +snd-soc-cs4265 +snd-soc-cs4270 +snd-soc-cs4271 +snd-soc-cs4271-i2c +snd-soc-cs4271-spi +snd-soc-cs42l42 +snd-soc-cs42l42-i2c +snd-soc-cs42l42-sdw +snd-soc-cs42l51 +snd-soc-cs42l51-i2c +snd-soc-cs42l52 +snd-soc-cs42l56 +snd-soc-cs42l73 +snd-soc-cs42l83-i2c +snd-soc-cs42xx8 +snd-soc-cs42xx8-i2c +snd-soc-cs43130 +snd-soc-cs4341 +snd-soc-cs4349 +snd-soc-cs53l30 +snd-soc-cx2072x +snd-soc-da7213 +snd-soc-da7219 +snd-soc-dmic +snd-soc-ehl-rt5660 +snd-soc-es7134 +snd-soc-es7241 +snd-soc-es8316 +snd-soc-es8326 +snd-soc-es8328 +snd-soc-es8328-i2c +snd-soc-es8328-spi +snd-soc-fsl-asrc +snd-soc-fsl-audmix +snd-soc-fsl-easrc +snd-soc-fsl-esai +snd-soc-fsl-micfil +snd-soc-fsl-mqs +snd-soc-fsl-rpmsg +snd-soc-fsl-sai +snd-soc-fsl-spdif +snd-soc-fsl-ssi +snd-soc-fsl-utils +snd-soc-fsl-xcvr +snd-soc-gtm601 +snd-soc-hda-codec +snd-soc-hdac-hda +snd-soc-hdac-hdmi +snd-soc-hdmi-codec +snd-soc-hsw-rt5640 +snd-soc-ics43432 +snd-soc-idt821034 +snd-soc-imx-audmux +snd-soc-inno-rk3036 +snd-soc-intel-hda-dsp-common +snd-soc-intel-sof-cirrus-common +snd-soc-intel-sof-maxim-common +snd-soc-intel-sof-realtek-common +snd-soc-kbl_da7219_max98357a +snd-soc-kbl_da7219_max98927 +snd-soc-kbl_rt5660 +snd-soc-kbl_rt5663_max98927 +snd-soc-kbl_rt5663_rt5514_max98927 +snd-soc-lpass-macro-common +snd-soc-lpass-rx-macro +snd-soc-lpass-tx-macro +snd-soc-lpass-va-macro +snd-soc-lpass-wsa-macro +snd-soc-max9759 +snd-soc-max98088 +snd-soc-max98090 +snd-soc-max98357a +snd-soc-max98363 +snd-soc-max98373 +snd-soc-max98373-i2c +snd-soc-max98373-sdw +snd-soc-max98388 +snd-soc-max98390 +snd-soc-max98396 +snd-soc-max98504 +snd-soc-max98520 +snd-soc-max9860 +snd-soc-max9867 +snd-soc-max98927 +snd-soc-msm8916-analog +snd-soc-msm8916-digital +snd-soc-mt6351 +snd-soc-mt6358 +snd-soc-mt6660 +snd-soc-nau8315 +snd-soc-nau8540 +snd-soc-nau8810 +snd-soc-nau8821 +snd-soc-nau8822 +snd-soc-nau8824 +snd-soc-nau8825 +snd-soc-pcm1681 +snd-soc-pcm1789-codec +snd-soc-pcm1789-i2c +snd-soc-pcm179x-codec +snd-soc-pcm179x-i2c +snd-soc-pcm179x-spi +snd-soc-pcm186x +snd-soc-pcm186x-i2c +snd-soc-pcm186x-spi +snd-soc-pcm3060 +snd-soc-pcm3060-i2c +snd-soc-pcm3060-spi +snd-soc-pcm3168a +snd-soc-pcm3168a-i2c +snd-soc-pcm3168a-spi +snd-soc-pcm5102a +snd-soc-pcm512x +snd-soc-pcm512x-i2c +snd-soc-pcm512x-spi +snd-soc-peb2466 +snd-soc-ps-mach +snd-soc-rk3328 +snd-soc-rl6231 +snd-soc-rl6347a +snd-soc-rt1011 +snd-soc-rt1015 +snd-soc-rt1015p +snd-soc-rt1019 +snd-soc-rt1308 +snd-soc-rt1308-sdw +snd-soc-rt1316-sdw +snd-soc-rt1318-sdw +snd-soc-rt274 +snd-soc-rt286 +snd-soc-rt298 +snd-soc-rt5514 +snd-soc-rt5514-spi +snd-soc-rt5616 +snd-soc-rt5631 +snd-soc-rt5640 +snd-soc-rt5645 +snd-soc-rt5651 +snd-soc-rt5659 +snd-soc-rt5660 +snd-soc-rt5663 +snd-soc-rt5670 +snd-soc-rt5677 +snd-soc-rt5677-spi +snd-soc-rt5682 +snd-soc-rt5682-i2c +snd-soc-rt5682-sdw +snd-soc-rt5682s +snd-soc-rt700 +snd-soc-rt711 +snd-soc-rt711-sdca +snd-soc-rt712-sdca +snd-soc-rt712-sdca-dmic +snd-soc-rt715 +snd-soc-rt715-sdca +snd-soc-rt722-sdca +snd-soc-rt9120 +snd-soc-sdw-mockup +snd-soc-sgtl5000 +snd-soc-si476x +snd-soc-sigmadsp +snd-soc-sigmadsp-i2c +snd-soc-sigmadsp-regmap +snd-soc-simple-amplifier +snd-soc-simple-card +snd-soc-simple-card-utils +snd-soc-simple-mux +snd-soc-skl +snd-soc-skl-ssp-clk +snd-soc-skl_hda_dsp +snd-soc-skl_nau88l25_ssm4567 +snd-soc-skl_rt286 +snd-soc-sma1303 +snd-soc-sof-sdw +snd-soc-sof-ssp-amp +snd-soc-sof_cs42l42 +snd-soc-sof_da7219_max98373 +snd-soc-sof_es8336 +snd-soc-sof_nau8825 +snd-soc-sof_rt5682 +snd-soc-spdif-rx +snd-soc-spdif-tx +snd-soc-src4xxx +snd-soc-src4xxx-i2c +snd-soc-ssm2305 +snd-soc-ssm2518 +snd-soc-ssm2602 +snd-soc-ssm2602-i2c +snd-soc-ssm2602-spi +snd-soc-ssm4567 +snd-soc-sst-atom-hifi2-platform +snd-soc-sst-bdw-rt5650-mach +snd-soc-sst-bdw-rt5677-mach +snd-soc-sst-bxt-da7219_max98357a +snd-soc-sst-bxt-rt298 +snd-soc-sst-byt-cht-cx2072x +snd-soc-sst-byt-cht-da7213 +snd-soc-sst-byt-cht-es8316 +snd-soc-sst-bytcr-rt5640 +snd-soc-sst-bytcr-rt5651 +snd-soc-sst-bytcr-wm5102 +snd-soc-sst-cht-bsw-max98090_ti +snd-soc-sst-cht-bsw-nau8824 +snd-soc-sst-cht-bsw-rt5645 +snd-soc-sst-cht-bsw-rt5672 +snd-soc-sst-dsp +snd-soc-sst-glk-rt5682_max98357a +snd-soc-sst-ipc +snd-soc-sst-sof-pcm512x +snd-soc-sst-sof-wm8804 +snd-soc-sta32x +snd-soc-sta350 +snd-soc-sti-sas +snd-soc-tas2552 +snd-soc-tas2562 +snd-soc-tas2764 +snd-soc-tas2770 +snd-soc-tas2780 +snd-soc-tas2781-comlib +snd-soc-tas2781-fmwlib +snd-soc-tas2781-i2c +snd-soc-tas5086 +snd-soc-tas571x +snd-soc-tas5720 +snd-soc-tas5805m +snd-soc-tas6424 +snd-soc-tda7419 +snd-soc-tfa9879 +snd-soc-tfa989x +snd-soc-tlv320adc3xxx +snd-soc-tlv320adcx140 +snd-soc-tlv320aic23 +snd-soc-tlv320aic23-i2c +snd-soc-tlv320aic23-spi +snd-soc-tlv320aic31xx +snd-soc-tlv320aic32x4 +snd-soc-tlv320aic32x4-i2c +snd-soc-tlv320aic32x4-spi +snd-soc-tlv320aic3x +snd-soc-tlv320aic3x-i2c +snd-soc-tlv320aic3x-spi +snd-soc-tpa6130a2 +snd-soc-ts3a227e +snd-soc-tscs42xx +snd-soc-tscs454 +snd-soc-uda1334 +snd-soc-wcd-mbhc +snd-soc-wcd9335 +snd-soc-wcd934x +snd-soc-wcd938x +snd-soc-wcd938x-sdw +snd-soc-wm-adsp +snd-soc-wm5102 +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8524 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8731-i2c +snd-soc-wm8731-spi +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8782 +snd-soc-wm8804 +snd-soc-wm8804-i2c +snd-soc-wm8804-spi +snd-soc-wm8903 +snd-soc-wm8904 +snd-soc-wm8940 +snd-soc-wm8960 +snd-soc-wm8961 +snd-soc-wm8962 +snd-soc-wm8974 +snd-soc-wm8978 +snd-soc-wm8985 +snd-soc-wsa881x +snd-soc-wsa883x +snd-soc-wsa884x +snd-soc-xlnx-formatter-pcm +snd-soc-xlnx-i2s +snd-soc-xlnx-spdif +snd-soc-xtfpga-i2s +snd-soc-zl38060 +snd-sof +snd-sof-acpi +snd-sof-acpi-intel-bdw +snd-sof-acpi-intel-byt +snd-sof-amd-acp +snd-sof-amd-rembrandt +snd-sof-amd-renoir +snd-sof-intel-atom +snd-sof-intel-hda +snd-sof-intel-hda-common +snd-sof-intel-hda-mlink +snd-sof-pci +snd-sof-pci-intel-apl +snd-sof-pci-intel-cnl +snd-sof-pci-intel-icl +snd-sof-pci-intel-mtl +snd-sof-pci-intel-skl +snd-sof-pci-intel-tgl +snd-sof-pci-intel-tng +snd-sof-probes +snd-sof-utils +snd-sof-xtensa-dsp +snd-sonicvibes +snd-timer +snd-trident +snd-ua101 +snd-ump +snd-usb-6fire +snd-usb-audio +snd-usb-caiaq +snd-usb-hiface +snd-usb-line6 +snd-usb-pod +snd-usb-podhd +snd-usb-toneport +snd-usb-us122l +snd-usb-usx2y +snd-usb-variax +snd-usbmidi-lib +snd-util-mem +snd-via82xx +snd-via82xx-modem +snd-virmidi +snd-virtuoso +snd-vx-lib +snd-vx222 +snd-vxpocket +snd-ymfpci +snd_xen_front +snet_vdpa +snic +snps_udc_core +soc_button_array +softdog +softing +softing_cs +solo6x10 +solos-pci +sony-btf-mpx +sony-laptop +soundcore +soundwire-amd +soundwire-bus +soundwire-cadence +soundwire-generic-allocation +soundwire-intel +soundwire-qcom +sp2 +sp5100_tco +sp8870 +sp887x +spaceball +spaceorb +sparse-keymap +spcp8x5 +speakup +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_dectlk +speakup_dummy +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +spectrum_cs +speedfax +speedstep-lib +speedtch +spi-altera-core +spi-altera-dfl +spi-altera-platform +spi-amd +spi-axi-spi-engine +spi-bitbang +spi-butterfly +spi-cadence +spi-dln2 +spi-dw +spi-dw-mmio +spi-dw-pci +spi-gpio +spi-intel +spi-intel-pci +spi-intel-platform +spi-lantiq-ssc +spi-lm70llp +spi-loopback-test +spi-microchip-core +spi-microchip-core-qspi +spi-mux +spi-mxic +spi-nor +spi-oc-tiny +spi-pci1xxxx +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-sc18is602 +spi-sifive +spi-slave-system-control +spi-slave-time +spi-tle62x0 +spi-xcomm +spi-zynqmp-gqspi +spi_ks8995 +spidev +spinand +spl +spmi +sprd_serial +sps30 +sps30_i2c +sps30_serial +sr9700 +sr9800 +srf04 +srf08 +ssb +ssb-hcd +ssd1307fb +ssd130x +ssd130x-i2c +ssd130x-spi +ssfdc +ssp_accel_sensor +ssp_gyro_sensor +ssp_iio +sst25l +sstfb +ssu100 +st +st-mipid02 +st-nci +st-nci_i2c +st-nci_spi +st1232 +st21nfca_hci +st21nfca_i2c +st7586 +st7735r +st95hf +st_accel +st_accel_i2c +st_accel_spi +st_drv +st_gyro +st_gyro_i2c +st_gyro_spi +st_lsm6dsx +st_lsm6dsx_i2c +st_lsm6dsx_i3c +st_lsm6dsx_spi +st_lsm9ds0 +st_lsm9ds0_i2c +st_lsm9ds0_spi +st_magn +st_magn_i2c +st_magn_spi +st_pressure +st_pressure_i2c +st_pressure_spi +st_sensors +st_sensors_i2c +st_sensors_spi +st_uvis25_core +st_uvis25_i2c +st_uvis25_spi +starfire +stb0899 +stb6000 +stb6100 +ste10Xp +stex +stinger +stk1160 +stk3310 +stk8312 +stk8ba50 +stm_console +stm_core +stm_ftrace +stm_heartbeat +stm_p_basic +stm_p_sys-t +stmfts +stmmac +stmmac-pci +stmmac-platform +stowaway +stp +stpddc60 +streamzap +streebog_generic +stts751 +stusb160x +stv0288 +stv0297 +stv0299 +stv0367 +stv0900 +stv090x +stv0910 +stv6110 +stv6110x +stv6111 +stx104 +sundance +sungem +sungem_phy +sunhme +suni +sunkbd +sunrise_co2 +sunrpc +sur40 +surface3-wmi +surface3_power +surface3_spi +surface_acpi_notify +surface_aggregator +surface_aggregator_cdev +surface_aggregator_hub +surface_aggregator_registry +surface_aggregator_tabletsw +surface_battery +surface_charger +surface_dtx +surface_gpe +surface_hid +surface_hid_core +surface_hotplug +surface_kbd +surface_platform_profile +surfacepro3_button +svc-i3c-master +svgalib +switchtec +sx8654 +sx9310 +sx9324 +sx9360 +sx9500 +sx_common +sy7636a-hwmon +sy7636a-regulator +sym53c500_cs +sym53c8xx +symbolserial +synaptics_i2c +synaptics_usb +synclink_gt +system76_acpi +sysv +t5403 +tag_ar9331 +tag_brcm +tag_dsa +tag_gswip +tag_hellcreek +tag_ksz +tag_lan9303 +tag_mtk +tag_none +tag_ocelot +tag_ocelot_8021q +tag_qca +tag_rtl4_a +tag_rtl8_4 +tag_rzn1_a5psw +tag_sja1105 +tag_trailer +tag_xrs700x +tap +target_core_file +target_core_iblock +target_core_mod +target_core_pscsi +target_core_user +tc-dwc-g210 +tc-dwc-g210-pci +tc358743 +tc358746 +tc654 +tc74 +tc90522 +tca6416-keypad +tca8418_keypad +tcan4x5x +tcm_fc +tcm_loop +tcm_qla2xxx +tcm_remote +tcm_usb_gadget +tcp_bbr +tcp_bic +tcp_cdg +tcp_dctcp +tcp_diag +tcp_highspeed +tcp_htcp +tcp_hybla +tcp_illinois +tcp_lp +tcp_nv +tcp_scalable +tcp_vegas +tcp_veno +tcp_westwood +tcp_yeah +tcpci +tcpci_maxim +tcpci_mt6360 +tcpci_mt6370 +tcpci_rt1711h +tcpm +tcrypt +tcs3414 +tcs3472 +tda10021 +tda10023 +tda10048 +tda1004x +tda10071 +tda10086 +tda18212 +tda18218 +tda18250 +tda18271 +tda18271c2dd +tda1997x +tda38640 +tda665x +tda7432 +tda8083 +tda8261 +tda826x +tda827x +tda8290 +tda9840 +tda9887 +tda9950 +tda998x +tdfxfb +tdo24m +tdx-guest +tea575x +tea5761 +tea5767 +tea6415c +tea6420 +team +team_mode_activebackup +team_mode_broadcast +team_mode_loadbalance +team_mode_random +team_mode_roundrobin +tee +tef6862 +tehuti +teranetics +test_blackhole_dev +test_bpf +test_power +tg3 +thermal-generic-adc +think-lmi +thinkpad_acpi +thmc50 +ths7303 +ths8200 +thunder_bgx +thunder_xcv +thunderbolt +thunderbolt_net +ti-adc081c +ti-adc0832 +ti-adc084s021 +ti-adc108s102 +ti-adc12138 +ti-adc128s052 +ti-adc161s626 +ti-ads1015 +ti-ads1100 +ti-ads124s08 +ti-ads131e08 +ti-ads7924 +ti-ads7950 +ti-ads8344 +ti-ads8688 +ti-dac082s085 +ti-dac5571 +ti-dac7311 +ti-dac7612 +ti-lmp92064 +ti-lmu +ti-tlc4541 +ti-tsc2046 +ti_am335x_adc +ti_am335x_tsc +ti_am335x_tscadc +ti_usb_3410_5052 +tifm_7xx1 +tifm_core +tifm_ms +tifm_sd +timeriomem-rng +tipc +tlan +tlclk +tls +tlv320aic23b +tm2-touchkey +tmag5273 +tmdc +tmp006 +tmp007 +tmp102 +tmp103 +tmp108 +tmp117 +tmp401 +tmp421 +tmp464 +tmp513 +topstar-laptop +toshiba_acpi +toshiba_bluetooth +toshiba_haps +toshsd +touchit213 +touchright +touchwin +tpci200 +tpl0102 +tpm_atmel +tpm_i2c_atmel +tpm_i2c_infineon +tpm_i2c_nuvoton +tpm_infineon +tpm_nsc +tpm_st33zp24 +tpm_st33zp24_i2c +tpm_st33zp24_spi +tpm_tis_i2c +tpm_tis_i2c_cr50 +tpm_tis_spi +tpm_vtpm_proxy +tps23861 +tps40422 +tps51632-regulator +tps53679 +tps546d24 +tps6105x +tps6105x-regulator +tps62360-regulator +tps65010 +tps65023-regulator +tps6507x +tps6507x-regulator +tps6507x-ts +tps65086 +tps65086-regulator +tps65090-charger +tps65090-regulator +tps65132-regulator +tps6524x-regulator +tps6586x-regulator +tps65910-regulator +tps65912-regulator +tps6594-core +tps6594-esm +tps6594-i2c +tps6594-pfsm +tps6594-spi +tps6598x +tps68470-regulator +tqmx86 +tqmx86_wdt +trace-printk +trancevibrator +trf7970a +tridentfb +ts2020 +ts_bm +ts_fsm +ts_kmp +tsc2004 +tsc2005 +tsc2007 +tsc200x-core +tsc40 +tsi721_mport +tsl2550 +tsl2563 +tsl2583 +tsl2591 +tsl2772 +tsl4531 +tsnep +tsys01 +tsys02d +ttm +ttpci-eeprom +ttusb_dec +ttusbdecfe +ttusbir +ttynull +tua6100 +tua9001 +tulip +tuner +tuner-simple +tuner-types +tunnel4 +tunnel6 +turbografx +tvaudio +tveeprom +tvp514x +tvp5150 +tvp7002 +tw2804 +tw5864 +tw68 +tw686x +tw9903 +tw9906 +tw9910 +twidjoy +twl-regulator +twl4030-madc +twl4030-pwrbutton +twl4030-vibra +twl4030_charger +twl4030_keypad +twl4030_madc_battery +twl4030_wdt +twl6030-gpadc +twl6030-regulator +twl6040-vibra +twofish-avx-x86_64 +twofish-x86_64 +twofish-x86_64-3way +twofish_common +twofish_generic +txgbe +typec +typec_displayport +typec_nvidia +typec_ucsi +typec_wcove +typhoon +uPD60620 +u_audio +u_ether +u_serial +uacce +uartlite +uas +ubi +ubifs +ublk_drv +ubuntu-host +ucan +ucd9000 +ucd9200 +ucsi_acpi +ucsi_ccg +ucsi_stm32g0 +uda1342 +udc-core +udf +udl +udlfb +udp_diag +udp_tunnel +ueagle-atm +ufs +ufshcd-core +ufshcd-dwc +ufshcd-pci +ufshcd-pltfrm +ug3105_battery +uhid +uio +uio_aec +uio_cif +uio_dfl +uio_dmem_genirq +uio_hv_generic +uio_mf624 +uio_netx +uio_pci_generic +uio_pdrv_genirq +uio_pruss +uio_sercos3 +uleds +uli526x +ulpi +ums-alauda +ums-cypress +ums-datafab +ums-eneub6250 +ums-freecom +ums-isd200 +ums-jumpshot +ums-karma +ums-onetouch +ums-realtek +ums-sddr09 +ums-sddr55 +ums-usbat +unix_diag +upd64031a +upd64083 +upd78f0730 +us5182d +usb-conn-gpio +usb-serial-simple +usb-storage +usb251xb +usb3503 +usb4604 +usb8xxx +usb_8dev +usb_debug +usb_f_acm +usb_f_ecm +usb_f_ecm_subset +usb_f_eem +usb_f_fs +usb_f_hid +usb_f_mass_storage +usb_f_midi +usb_f_ncm +usb_f_obex +usb_f_phonet +usb_f_printer +usb_f_rndis +usb_f_serial +usb_f_ss_lb +usb_f_tcm +usb_f_uac1 +usb_f_uac1_legacy +usb_f_uac2 +usb_f_uvc +usb_wwan +usbatm +usbdux +usbduxfast +usbduxsigma +usbhid +usbip-core +usbip-host +usbip-vudc +usbkbd +usblcd +usblp +usbmon +usbmouse +usbnet +usbserial +usbsevseg +usbtest +usbtmc +usbtouchscreen +usbtv +usdhi6rol0 +userio +userspace-consumer +ushc +usnic_verbs +uss720 +uv_mmtimer +uv_sysfs +uvc +uvcvideo +uvesafb +v4l2-async +v4l2-dv-timings +v4l2-flash-led-class +v4l2-fwnode +v4l2-mem2mem +v4l2-tpg +v4l2loopback +vboxguest +vboxsf +vboxvideo +vcan +vcnl3020 +vcnl4000 +vcnl4035 +vdpa +vdpa_sim +vdpa_sim_blk +vdpa_sim_net +vduse +veml6030 +veml6070 +ves1820 +ves1x93 +veth +vf610_adc +vf610_dac +vfio +vfio-pci +vfio-pci-core +vfio_iommu_type1 +vga16fb +vgastate +vgem +vgg2432a4 +vhci-hcd +vhost +vhost_iotlb +vhost_net +vhost_scsi +vhost_vdpa +vhost_vsock +via-camera +via-cputemp +via-rhine +via-rng +via-sdmmc +via-velocity +via686a +via_wdt +viafb +vicodec +video +video-i2c +videobuf-core +videobuf-dma-sg +videobuf2-common +videobuf2-dma-contig +videobuf2-dma-sg +videobuf2-dvb +videobuf2-memops +videobuf2-v4l2 +videobuf2-vmalloc +videodev +vim2m +vimc +viperboard +viperboard_adc +virt_wifi +virtio-gpu +virtio-rng +virtio_bt +virtio_crypto +virtio_dma_buf +virtio_input +virtio_mem +virtio_pmem +virtio_rpmsg_bus +virtio_snd +virtio_vdpa +virtiofs +virtual +virtual_ncidev +visl +visor +vitesse +vitesse-vsc73xx-core +vitesse-vsc73xx-platform +vitesse-vsc73xx-spi +vivid +vkms +vl53l0x-i2c +vl6180 +vmac +vmd +vme_fake +vme_tsi148 +vme_user +vmgenid +vmk80xx +vmlfb +vmw_balloon +vmw_pvrdma +vmw_pvscsi +vmw_vmci +vmw_vsock_virtio_transport +vmw_vsock_virtio_transport_common +vmw_vsock_vmci_transport +vmwgfx +vmxnet3 +vp27smpx +vp_vdpa +vport-geneve +vport-gre +vport-vxlan +vpx3220 +vrf +vringh +vsock +vsock_diag +vsock_loopback +vsockmon +vsxxxaa +vt1211 +vt6655_stage +vt6656_stage +vt8231 +vt8623fb +vub300 +vx855 +vxcan +vxlan +vz89x +w1-gpio +w1_ds2405 +w1_ds2406 +w1_ds2408 +w1_ds2413 +w1_ds2423 +w1_ds2430 +w1_ds2431 +w1_ds2433 +w1_ds2438 +w1_ds250x +w1_ds2780 +w1_ds2781 +w1_ds2805 +w1_ds28e04 +w1_ds28e17 +w1_smem +w1_therm +w5100 +w5100-spi +w5300 +w6692 +w83627ehf +w83627hf +w83627hf_wdt +w83773g +w83781d +w83791d +w83792d +w83793 +w83795 +w83877f_wdt +w83977f_wdt +w83l785ts +w83l786ng +wacom +wacom_i2c +wacom_serial4 +wacom_w8001 +wafer5823wdt +walkera0701 +wanxl +warrior +wbsd +wcd934x +wcn36xx +wd719x +wdat_wdt +wdt87xx_i2c +wdt_pci +wfx +whiteheat +wil6210 +wilc1000 +wilc1000-sdio +wilc1000-spi +wilco-charger +wilco_ec +wilco_ec_debugfs +wilco_ec_events +wilco_ec_telem +winbond-840 +winbond-cir +winmate-fm07-keys +wire +wireguard +wireless-hotkey +wishbone-serial +wl1251 +wl1251_sdio +wl1251_spi +wl1273-core +wl12xx +wl18xx +wl3501_cs +wlcore +wlcore_sdio +wm831x-dcdc +wm831x-hwmon +wm831x-isink +wm831x-ldo +wm831x-on +wm831x-ts +wm831x_backup +wm831x_bl +wm831x_power +wm831x_wdt +wm8350-hwmon +wm8350-regulator +wm8350_power +wm8350_wdt +wm8400-regulator +wm8739 +wm8775 +wm8994 +wm8994-regulator +wm97xx-ts +wmi +wmi-bmof +wp512 +wpcm450-soc +wusb3801 +wwan +wwan_hwsim +x25 +x38_edac +x86-android-tablets +x86_pkg_temp_thermal +x9250 +x_tables +xbox_remote +xc2028 +xc4000 +xc5000 +xcbc +xctr +xdma +xdpe12284 +xdpe152c4 +xen-blkback +xen-evtchn +xen-fbfront +xen-front-pgdir-shbuf +xen-gntalloc +xen-gntdev +xen-hcd +xen-kbdfront +xen-netback +xen-pciback +xen-pcifront +xen-privcmd +xen-scsiback +xen-scsifront +xen-tpmfront +xen_wdt +xenfs +xfrm4_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_compat +xfrm_interface +xfrm_ipcomp +xfrm_user +xfs +xgene-hwmon +xhci-pci +xhci-pci-renesas +xhci-plat-hcd +xiaomi-wmi +xilinx-pr-decoupler +xilinx-spi +xilinx-xadc +xilinx_emac +xilinx_emaclite +xilinx_gmii2rgmii +xilinx_sdfec +xillybus_class +xillybus_core +xillybus_pcie +xillyusb +xiphera-trng +xirc2ps_cs +xircom_cb +xlnx_vcu +xor +xp +xpad +xpc +xpnet +xr_serial +xrs700x +xrs700x_i2c +xrs700x_mdio +xsens_mt +xsk_diag +xt_AUDIT +xt_CHECKSUM +xt_CLASSIFY +xt_CONNSECMARK +xt_CT +xt_DSCP +xt_HL +xt_HMARK +xt_IDLETIMER +xt_LED +xt_LOG +xt_MASQUERADE +xt_NETMAP +xt_NFLOG +xt_NFQUEUE +xt_RATEEST +xt_REDIRECT +xt_SECMARK +xt_TCPMSS +xt_TCPOPTSTRIP +xt_TEE +xt_TPROXY +xt_TRACE +xt_addrtype +xt_bpf +xt_cgroup +xt_cluster +xt_comment +xt_connbytes +xt_connlabel +xt_connlimit +xt_connmark +xt_conntrack +xt_cpu +xt_dccp +xt_devgroup +xt_dscp +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_ipcomp +xt_iprange +xt_ipvs +xt_l2tp +xt_length +xt_limit +xt_mac +xt_mark +xt_multiport +xt_nat +xt_nfacct +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_realm +xt_recent +xt_sctp +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_tcpudp +xt_time +xt_u32 +xtkbd +xusbatm +xxhash_generic +xz_dec_test +yam +yamaha-yas530 +yealink +yellowfin +yenta_socket +yurex +z3fold +zaurus +zd1201 +zd1211rw +zd1301 +zd1301_demod +zet6223 +zforce_ts +zfs +zhenhua +ziirave_wdt +zinitix +zl10036 +zl10039 +zl10353 +zl6100 +zonefs +zopt2201 +zpa2326 +zpa2326_i2c +zpa2326_spi +zram +zstd --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency/abi/amd64/lowlatency.modules.builtin +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency/abi/amd64/lowlatency.modules.builtin @@ -0,0 +1,284 @@ +8250 +8250_base +8250_mid +8250_pci +8250_rt288x +ac +acpi-cpufreq +acpi_dbg +acpi_mdio +aead +aes_generic +af_packet +agpgart +akcipher +amd64-agp +asiliantfb +asn1_decoder +asn1_encoder +ata_generic +ata_piix +atkbd +backlight +battery +bcm84881 +binfmt_script +bitrev +bsg +button +cbc +cdrom +cfbcopyarea +cfbfillrect +cfbimgblt +charger-manager +cn +configfs +cpufreq_conservative +cpufreq_ondemand +cpufreq_performance +cpufreq_powersave +cpufreq_userspace +crc-ccitt +crc-t10dif +crc16 +crc32 +crc32c-intel +crc32c_generic +crc64 +crc64-rocksoft +crc64_rocksoft_generic +crct10dif_common +crct10dif_generic +crypto +crypto_acompress +crypto_algapi +crypto_hash +crypto_null +cryptomgr +ctr +cts +da9063 +dax +deflate +dh_generic +digsig +dm-mod +dns_resolver +drbg +drm_mipi_dsi +drm_panel_orientation_quirks +drop_monitor +dwc2 +ecb +ecryptfs +edac_core +edd +efivarfs +ehci-hcd +ehci-pci +ehci-platform +elants_i2c +encrypted-keys +evdev +exportfs +ext4 +extcon-core +failover +fan +fat +fb +fb_sys_fops +fbdev +fddi +firmware_class +fixed_phy +font +fuse +fwnode_mdio +gcm +geniv +gf128mul +ghash-generic +ghes_edac +glob +governor_passive +governor_performance +governor_powersave +governor_simpleondemand +governor_userspace +gpio-crystalcove +gpio-generic +grant-dma-ops +hed +hid_bpf +hmac +hsu_dma +hwmon +i2c-core +i2c-designware-core +i2c-designware-platform +i2c-dev +i8042 +imsttfb +input-core +intel-agp +intel-gtt +intel-uncore +intel_pmc_core +intel_pmc_core_pltdrv +iosf_mbi +iova +ipv6 +jbd2 +jitterentropy_rng +kdf_sp800108 +kgdboc +kpp +led-class +libaes +libata +libcryptoutils +libnvdimm +libphy +libps2 +libsha1 +libsha256 +linear_ranges +loop +lz4_decompress +lzo +lzo-rle +lzo_compress +lzo_decompress +max14577 +max310x +max77693 +mbcache +md-mod +md5 +mdio_devres +mfd-core +mmc_core +mousedev +mpi +mq-deadline +n_null +nd_e820 +net_failover +nls_base +nls_cp437 +ohci-hcd +ohci-pci +ohci-platform +oid_registry +palmas +pata_sis +pcc-cpufreq +pinctrl-cherryview +pinctrl-intel +pkcs7_message +powernow-k8 +ppp_generic +pps_core +pretimeout_noop +processor +pstore +ptp +public_key +pwm-lpss +pwm-lpss-pci +pwm-lpss-platform +rapidio +rational +regmap-i2c +regmap-mmio +regmap-spi +rfkill +rng +rng-core +roles +rsa_generic +rtc-cmos +sccnxp +scsi_common +scsi_mod +sd_mod +selftests +seqiv +serdev +serial_base +serial_mctrl_gpio +serio +sg +sha1_generic +sha256_generic +sha3_generic +sha512-ssse3 +sha512_generic +sig +skcipher +slhc +speedstep-centrino +squashfs +sr_mod +syscopyarea +sysfillrect +sysimgblt +t10-pi +tcp_cubic +thermal +tpm +tpm_crb +tpm_tis +tpm_tis_core +tps65912-core +tps65912-i2c +tps65912-spi +trusted +ttyprintk +tun +ucs2_string +uhci-hcd +uinput +unix +usb-common +usbcore +utf8data +vesafb +vfat +vgacon +via-agp +virt-dma +virtio +virtio-iommu +virtio_balloon +virtio_blk +virtio_console +virtio_mmio +virtio_net +virtio_pci +virtio_pci_legacy_dev +virtio_pci_modern_dev +virtio_ring +virtio_scsi +vivaldi-fmap +watchdog +wwnr +x509_key_parser +xen-acpi-processor +xen-blkfront +xen-netfront +xenbus +xenbus_probe_frontend +xhci-hcd +xts +xxhash +xz_dec +zbud +zlib_deflate +zlib_inflate +zsmalloc +zstd_common +zstd_compress +zstd_decompress --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency/abi/amd64/lowlatency.retpoline +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency/abi/amd64/lowlatency.retpoline @@ -0,0 +1 @@ +# retpoline v1.0 --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency/abi/arm64/lowlatency +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency/abi/arm64/lowlatency @@ -0,0 +1,28853 @@ +ACPI EXPORT_SYMBOL_GPL 0xa6af1390 acpi_table_parse_cedt vmlinux +BRCMFMAC EXPORT_SYMBOL_GPL 0x86c43f6a brcmf_fwvid_unregister_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +BRCMFMAC EXPORT_SYMBOL_GPL 0xabb38f62 brcmf_fwvid_register_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +COUNTER EXPORT_SYMBOL_GPL 0x29cfc8cd counter_push_event drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x32d7df58 counter_put drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x343a1999 counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x3fd48148 counter_priv drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x45871b78 devm_counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x5aa6c4bc counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x602b42a4 counter_unregister drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xa6a514e9 devm_counter_alloc drivers/counter/counter +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x026b6634 otx2_cptlf_set_irqs_affinity drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x197d5dcd otx2_cptlf_unregister_interrupts drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x279ce067 cn10k_cptvf_lmtst_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x2e299f68 otx2_cptlf_shutdown drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x3df7d744 otx2_cptlf_free_irqs_affinity drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x3e39885d otx2_cpt_send_ready_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x3e744311 otx2_cpt_send_af_reg_requests drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x53a5db6a otx2_cpt_add_write_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x587182df otx2_cpt_read_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x6e80cb84 otx2_cpt_write_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xb9784117 cn10k_cptpf_lmtst_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xc39f5ed4 otx2_cptlf_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xd9fa027c otx2_cptlf_register_interrupts drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xdeec7a86 otx2_cpt_detach_rsrcs_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xe0b785cf otx2_cpt_msix_offset_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xe16b1abc otx2_cpt_send_mbox_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xf65fabbe otx2_cpt_sync_mbox_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x199e6c97 crypto_cipher_setkey vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x4367e96d crypto_cipher_encrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0xdf1b6a0a crypto_cipher_decrypt_one vmlinux +CXL EXPORT_SYMBOL_GPL 0x02b97e60 cxl_endpoint_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x030ac859 devm_cxl_add_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0358b9d1 is_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x055c6ee3 cxl_mem_active_inc vmlinux +CXL EXPORT_SYMBOL_GPL 0x076a2233 devm_cxl_enumerate_ports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x14e53d61 devm_cxl_enumerate_decoders drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1734dc5b read_cdat_data drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x18e38ac9 devm_cxl_add_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1a6a1468 cxl_map_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1b2fbc2d devm_cxl_add_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1cb11d98 cxl_poison_state_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x211dacac cxl_trigger_poison_list drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x23800324 devm_cxl_port_enumerate_dports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x24784317 devm_cxl_sanitize_setup_notifier drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2a73912a to_cxl_dax_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2d85db2f cxl_memdev_state_create drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x33e2aa93 cxl_mem_active_dec vmlinux +CXL EXPORT_SYMBOL_GPL 0x34ac8b3a is_cxl_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x36b90990 is_cxl_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3895731f cxl_port_to_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3afb32bc cxl_endpoint_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x42017e64 cxl_dvsec_rr_decode drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x44fdabfa cxl_rcd_component_reg_phys drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x467339fd __cxl_driver_register drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x49a93bc2 cxl_dev_state_identify drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4a152496 to_cxl_switch_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4d6fc588 set_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4ec83ee0 cxl_hb_modulo drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5156867f cxl_enumerate_cmds drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x524ddbeb is_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x537a1c63 cxl_decoder_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x548d7643 cxl_root_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x557e9fa7 to_cxl_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x58777ff2 is_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x59984880 cxl_driver_unregister drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5e69f2b7 cxl_switch_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x607fa634 cxl_mem_get_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x610367ac cxl_decoder_add_locked drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x642e386e devm_cxl_add_rch_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6f4ed501 schedule_cxl_memdev_detach drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x701bbaad cxl_bus_rescan drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x77ec02ee cxl_mem_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7bf8ccc5 cxl_clear_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7c0bc222 cxl_map_pmu_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7d9f7080 devm_cxl_add_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7da61e03 is_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7fa19cc4 alloc_free_mem_region vmlinux +CXL EXPORT_SYMBOL_GPL 0x8078e22a devm_cxl_setup_fw_upload drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x84b45156 insert_resource_expand_to_fit vmlinux +CXL EXPORT_SYMBOL_GPL 0x84d86a3c is_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x93131236 cxl_error_detected drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9393aa58 cxl_inject_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x98628ac8 cxl_bus_drain drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9ac0e131 cxl_add_to_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9cd950c1 cxl_bus_type drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa18ebce9 to_cxl_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xac53d75a cxl_decoder_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb2281cf0 is_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb39f0a13 cxl_debugfs_create_dir drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb3b36958 cxl_await_media_ready drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb4313551 devm_cxl_add_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb61049cd cxl_probe_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb780fbd5 cxl_find_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbc0351b0 devm_cxl_dpa_reserve drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbc296f69 cxl_find_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbcd6ed53 cxl_find_regblock_instance drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbe412c2f cxl_probe_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc1366453 clear_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc3006718 to_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc45df83b devm_cxl_register_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc46f11d4 cxl_map_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc65c9753 cxl_mem_get_event_records drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc7270d9a to_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc78fc80e cxl_dpa_debug drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcb0ed6aa cxl_set_timestamp drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcb50309c cxl_hdm_decode_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xccd22df7 devm_cxl_add_passthrough_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd76ae243 devm_cxl_setup_hdm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe0ccbe44 to_cxl_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe137e6a7 devm_cxl_pmu_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe231de7d cxl_internal_send_cmd drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe2ca572b cxl_pci_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe761c958 cxl_cor_error_detected drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe94fe96c is_switch_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe9fd9dbb cxl_mem_create_range_info drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf1786148 to_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf21d2c7c to_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf3a6955d cxl_setup_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf7db9a2e cxl_count_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf9e8265b find_cxl_root drivers/cxl/core/cxl_core +DMA_BUF EXPORT_SYMBOL_GPL 0x280d4f6a dma_buf_unmap_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x3e0b9622 dma_buf_dynamic_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x3e2d75bc dma_buf_get vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x59307873 dma_buf_begin_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x5e05d96c dma_buf_vmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x6a43817e dma_buf_pin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x6ede59db dma_buf_unmap_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x70e32b75 dma_buf_vunmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x7a3f2686 dma_buf_vunmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x8310e466 dma_buf_end_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x860e8240 dma_buf_move_notify vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x8a3a77ef dma_buf_vmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xad81964b dma_buf_detach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xcc8d8d52 dma_buf_put vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xd617d3a7 dma_buf_unpin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xe13c0b05 dma_buf_map_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xf1e8deed dma_buf_export vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xf6288330 dma_buf_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xf6f906c6 dma_buf_mmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xf98a989c dma_buf_map_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xf9cdfd9a dma_buf_fd vmlinux +DRM_SSD130X EXPORT_SYMBOL_GPL 0x33cf1f58 ssd130x_variants drivers/gpu/drm/solomon/ssd130x +EFIVAR EXPORT_SYMBOL_GPL 0x02cfcd2e efivar_trylock vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0x11940489 efivar_set_variable vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0x2303b915 efivar_lock vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0x5a3c9dbb efivar_get_variable vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xa336852c efivar_get_next_variable vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xc961bff7 efivar_unlock vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xee5240dc efivar_query_variable_info vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xefc77711 efivar_set_variable_locked vmlinux +EXPORT_SYMBOL arch/arm64/crypto/aes-ce-cipher 0x68f275ad ce_aes_expandkey +EXPORT_SYMBOL arch/arm64/crypto/aes-ce-cipher 0x8d87e7c5 ce_aes_setkey +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0x52d67a4e neon_aes_cbc_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xb8c706a6 neon_aes_ctr_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xd5f41819 neon_aes_ecb_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xea11590c neon_aes_xts_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xefc32a9b neon_aes_xts_decrypt +EXPORT_SYMBOL arch/arm64/crypto/chacha-neon 0x220b49ab chacha_crypt_arch +EXPORT_SYMBOL arch/arm64/crypto/chacha-neon 0xdc94f829 chacha_init_arch +EXPORT_SYMBOL arch/arm64/crypto/chacha-neon 0xdd8ec6bd hchacha_block_arch +EXPORT_SYMBOL arch/arm64/crypto/poly1305-neon 0x1c3e6e5b poly1305_init_arch +EXPORT_SYMBOL arch/arm64/crypto/poly1305-neon 0x6ddf27bc poly1305_update_arch +EXPORT_SYMBOL arch/arm64/crypto/poly1305-neon 0xf39f5240 poly1305_final_arch +EXPORT_SYMBOL arch/arm64/crypto/sha256-arm64 0xb455924d sha256_block_data_order +EXPORT_SYMBOL arch/arm64/crypto/sm4-ce 0x0fca045b sm4_ce_expand_key +EXPORT_SYMBOL arch/arm64/crypto/sm4-ce 0x7155f33f sm4_ce_cbc_enc +EXPORT_SYMBOL arch/arm64/crypto/sm4-ce 0xe609a0d5 sm4_ce_crypt_block +EXPORT_SYMBOL arch/arm64/crypto/sm4-ce 0xed1f9633 sm4_ce_cfb_enc +EXPORT_SYMBOL arch/arm64/lib/xor-neon 0xdb786e41 xor_block_inner_neon +EXPORT_SYMBOL crypto/blake2b_generic 0x32e24c8a blake2b_compress_generic +EXPORT_SYMBOL crypto/ecc 0x16e410ff vli_from_be64 +EXPORT_SYMBOL crypto/ecc 0x188a1647 ecc_is_pubkey_valid_full +EXPORT_SYMBOL crypto/ecc 0x1a5faa3a vli_mod_inv +EXPORT_SYMBOL crypto/ecc 0x4c281912 vli_is_zero +EXPORT_SYMBOL crypto/ecc 0x671f7aa5 ecc_is_key_valid +EXPORT_SYMBOL crypto/ecc 0x7c0fbb00 vli_mod_mult_slow +EXPORT_SYMBOL crypto/ecc 0x8261eccb ecc_get_curve25519 +EXPORT_SYMBOL crypto/ecc 0x8e688192 ecc_alloc_point +EXPORT_SYMBOL crypto/ecc 0x90cdc197 ecc_free_point +EXPORT_SYMBOL crypto/ecc 0x9263b417 ecc_point_mult_shamir +EXPORT_SYMBOL crypto/ecc 0x92668805 vli_cmp +EXPORT_SYMBOL crypto/ecc 0x932b6ff7 vli_num_bits +EXPORT_SYMBOL crypto/ecc 0x9f6efabd vli_sub +EXPORT_SYMBOL crypto/ecc 0xa76b31a2 crypto_ecdh_shared_secret +EXPORT_SYMBOL crypto/ecc 0xb10fc19e ecc_get_curve +EXPORT_SYMBOL crypto/ecc 0xd6315f31 ecc_gen_privkey +EXPORT_SYMBOL crypto/ecc 0xd94c8eb5 ecc_point_is_zero +EXPORT_SYMBOL crypto/ecc 0xde867c29 ecc_is_pubkey_valid_partial +EXPORT_SYMBOL crypto/ecc 0xeac9b99a vli_from_le64 +EXPORT_SYMBOL crypto/ecc 0xed4ae15e ecc_make_pub_key +EXPORT_SYMBOL crypto/nhpoly1305 0x0843ccf4 crypto_nhpoly1305_final_helper +EXPORT_SYMBOL crypto/nhpoly1305 0x1bc9d5cb crypto_nhpoly1305_update +EXPORT_SYMBOL crypto/nhpoly1305 0x7bc02a32 crypto_nhpoly1305_init +EXPORT_SYMBOL crypto/nhpoly1305 0xb6335619 crypto_nhpoly1305_final +EXPORT_SYMBOL crypto/nhpoly1305 0xd60f238f crypto_nhpoly1305_update_helper +EXPORT_SYMBOL crypto/nhpoly1305 0xfd2a7bc5 crypto_nhpoly1305_setkey +EXPORT_SYMBOL crypto/sm4 0x2b098da5 crypto_sm4_ck +EXPORT_SYMBOL crypto/sm4 0x7931a202 crypto_sm4_fk +EXPORT_SYMBOL crypto/sm4 0xf4fd3bd2 crypto_sm4_sbox +EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks +EXPORT_SYMBOL drivers/acpi/nfit/nfit 0x06848c60 to_nfit_uuid +EXPORT_SYMBOL drivers/acpi/video 0x214c0755 acpi_video_get_levels +EXPORT_SYMBOL drivers/acpi/video 0x45b61916 acpi_video_register_backlight +EXPORT_SYMBOL drivers/acpi/video 0x7a45377b acpi_video_unregister +EXPORT_SYMBOL drivers/acpi/video 0x7cc484a5 acpi_video_handles_brightness_key_presses +EXPORT_SYMBOL drivers/acpi/video 0x7de7bf50 __acpi_video_get_backlight_type +EXPORT_SYMBOL drivers/acpi/video 0x8826c13b acpi_video_register +EXPORT_SYMBOL drivers/acpi/video 0xd03a2661 acpi_video_get_edid +EXPORT_SYMBOL drivers/atm/suni 0x65d702b0 suni_init +EXPORT_SYMBOL drivers/bcma/bcma 0x1429a699 bcma_core_dma_translation +EXPORT_SYMBOL drivers/bcma/bcma 0xff8f5218 bcma_core_irq +EXPORT_SYMBOL drivers/block/drbd/drbd 0x127a5901 drbd_set_st_err_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0x35131b36 drbd_role_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0x7730f22d drbd_conn_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0xaf27bebf drbd_disk_str +EXPORT_SYMBOL drivers/bluetooth/btbcm 0xef31a763 btbcm_patchram +EXPORT_SYMBOL drivers/bluetooth/btrsi 0x93253aeb rsi_bt_ops +EXPORT_SYMBOL drivers/bus/mhi/host/mhi 0xf2d44bc5 mhi_sync_power_up +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x03bc993e ipmi_set_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x0705dd14 ipmi_register_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x11bc2230 ipmi_add_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x12dd1e77 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1f65170f ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x230094ac ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c2054d7 ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x50f65edf ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67369b42 ipmi_addr_src_to_str +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x6f83f8b5 ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x74778a80 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x80aa4656 ipmi_free_recv_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x8451dc82 ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x89a5279a ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96a6e5e8 ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa55cb2d4 ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xaca90ebd ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xae71627d ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd54a5050 ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4330a39 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe98c507d ipmb_checksum +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xec1c2a90 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf388b18b ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf5531bea ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfaaa4831 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfe0f2369 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x02fa190f kcs_bmc_write_data +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x1dc38a42 kcs_bmc_handle_event +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x507c6ca9 kcs_bmc_unregister_driver +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x5d92da0a kcs_bmc_update_event_mask +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x643d297b kcs_bmc_update_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x6a2bc496 kcs_bmc_read_data +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x6f7d915a kcs_bmc_register_driver +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x8f96c092 kcs_bmc_add_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xa2c07fa8 kcs_bmc_write_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xc2dd3f85 kcs_bmc_enable_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xd8454f82 kcs_bmc_remove_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xded22af4 kcs_bmc_read_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xfc732b5d kcs_bmc_disable_device +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x32a3c4d5 st33zp24_remove +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x3dd184a1 st33zp24_pm_resume +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x71b5d1c3 st33zp24_pm_suspend +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x900afe23 st33zp24_probe +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x0522e958 xillybus_find_inode +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x2cae401c xillybus_cleanup_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x6c920dfa xillybus_init_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0xe30dac28 xillybus_endpoint_remove +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0xe42ddba3 xillybus_init_endpoint +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0xed01673e xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x3d910eb3 atmel_i2c_send_receive +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x80a11b1d atmel_i2c_init_read_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xb6c854bb atmel_i2c_init_ecdh_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xc71ed50c atmel_i2c_init_genkey_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xc80f14e8 atmel_i2c_flush_queue +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xd5289b28 atmel_i2c_probe +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xf283e995 atmel_i2c_init_random_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xf881cb24 atmel_i2c_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caam 0x17572340 caam_congested +EXPORT_SYMBOL drivers/crypto/caam/caam 0x37734e06 caam_dpaa2 +EXPORT_SYMBOL drivers/crypto/caam/caam 0x44ae4bc4 qi_cache_free +EXPORT_SYMBOL drivers/crypto/caam/caam 0x6bf9c034 caam_drv_ctx_rel +EXPORT_SYMBOL drivers/crypto/caam/caam 0x99c58776 caam_drv_ctx_update +EXPORT_SYMBOL drivers/crypto/caam/caam 0xc0eaa792 qi_cache_alloc +EXPORT_SYMBOL drivers/crypto/caam/caam 0xd48cdb46 caam_drv_ctx_init +EXPORT_SYMBOL drivers/crypto/caam/caam 0xedda885b caam_qi_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x1db91230 caam_jr_alloc +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x79dfb3eb gen_split_key +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x7e98fbf0 caam_jr_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x87565de2 caam_jr_free +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xe0ccd020 split_key_done +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x2e152bb7 cnstr_shdsc_xts_skcipher_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x3b54a9ad cnstr_shdsc_aead_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x76a68e3e cnstr_shdsc_chachapoly +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x7b0c587f cnstr_shdsc_rfc4543_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x7b7bcab8 cnstr_shdsc_rfc4543_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x86bcdec7 cnstr_shdsc_xts_skcipher_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x88430d4c cnstr_shdsc_aead_null_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x91ac0969 cnstr_shdsc_aead_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xa3115081 cnstr_shdsc_skcipher_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xa340e264 cnstr_shdsc_aead_givencap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xa99d7fa6 cnstr_shdsc_aead_null_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xebcdd349 cnstr_shdsc_skcipher_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xf92c5da5 cnstr_shdsc_gcm_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xf95bcf62 cnstr_shdsc_gcm_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xfd807e48 cnstr_shdsc_rfc4106_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xfdf7ec8f cnstr_shdsc_rfc4106_encap +EXPORT_SYMBOL drivers/crypto/caam/caamhash_desc 0x30a1e372 cnstr_shdsc_sk_hash +EXPORT_SYMBOL drivers/crypto/caam/caamhash_desc 0xb5571dbf cnstr_shdsc_ahash +EXPORT_SYMBOL drivers/crypto/caam/dpaa2_caam 0x81c6e851 dpaa2_caam_enqueue +EXPORT_SYMBOL drivers/crypto/caam/error 0x53d0fc97 caam_ptr_sz +EXPORT_SYMBOL drivers/crypto/caam/error 0x60dbc82a caam_dump_sg +EXPORT_SYMBOL drivers/crypto/caam/error 0xa51f16c7 caam_little_end +EXPORT_SYMBOL drivers/crypto/caam/error 0xbd67c092 caam_imx +EXPORT_SYMBOL drivers/crypto/caam/error 0xe1543f3b caam_strstatus +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0x156005b6 xdma_disable_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0x1e237276 xdma_enable_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0x5fa98da3 xdma_get_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xilinx_dma 0xc5be5336 xilinx_vdma_channel_set_config +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0166e304 fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x06725b6b fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0x07b69412 fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0bc6094c fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x22fb7887 fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x23abfa8f fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0x26e11d71 fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x311e73bf fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3561c009 fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3a771e39 fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4bbf52fe fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0x5f185d81 fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x63d852c9 fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6a0f1fb5 fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6d0c6ecf fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6dc50487 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x74d0e8de fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x971f6ac6 fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x99f1e1b5 fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaae453de fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xab4314b7 fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0xae063331 fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0xae5870c9 fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaedf84ce fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaf4c9b30 fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0xbde10320 fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0xdb0e41f3 fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe3fde125 fw_csr_iterator_next +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe7fbb643 fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe80e5087 fw_csr_iterator_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0xecb2b649 fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0xd2fe6725 imx_dsp_free_channel +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0xd8a71012 imx_dsp_ring_doorbell +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0xe4277ec7 imx_dsp_request_channel +EXPORT_SYMBOL drivers/fpga/dfl 0x2dfa1a1b __dfl_driver_register +EXPORT_SYMBOL drivers/fpga/dfl 0x6dcc8d7e dfl_driver_unregister +EXPORT_SYMBOL drivers/fpga/lattice-sysconfig 0xc6a1839f sysconfig_probe +EXPORT_SYMBOL drivers/gpu/drm/amd/amdxcp/amdxcp 0x0ea5d74b amdgpu_xcp_drv_release +EXPORT_SYMBOL drivers/gpu/drm/amd/amdxcp/amdxcp 0xb2e4470f amdgpu_xcp_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x00e13177 drm_dp_mst_connector_late_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x01c4bba9 drm_dp_lttpr_max_link_rate +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x07b08ab1 drm_dp_mst_detect_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x137c7173 drm_dp_pcon_frl_prepare +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x14833a1b drm_scdc_get_scrambling_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x14a9f258 drm_dp_read_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x15ceb1a9 drm_dp_pcon_hdmi_link_active +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1605d0ed drm_dp_lttpr_max_lane_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1709ddcf drm_dp_lttpr_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1766fda5 drm_dp_mst_topology_mgr_set_mst +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x181eabd1 drm_dp_read_desc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1a266e4e drm_edp_backlight_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1a5bf3ca drm_dsc_dp_rc_buffer_size +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1b0a1fdc drm_dp_lttpr_voltage_swing_level_3_supported +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1ca19419 drm_dp_remote_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1cab99c2 drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1d91c513 drm_dp_pcon_is_frl_ready +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1f87bc51 drm_dp_dual_mode_get_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2199be8d drm_dp_vsc_sdp_log +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x22e826fd drm_dp_mst_add_affected_dsc_crtcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x234b915c drm_dp_atomic_release_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x23961837 drm_dp_downstream_max_bpc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x23e34e5a drm_edp_backlight_disable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x244899f5 drm_dp_pcon_reset_frl_config +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x24ada755 drm_dsc_set_rc_buf_thresh +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x26815dbc drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2727a07f drm_dp_mst_atomic_enable_dsc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2a45ba15 drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2cda3794 drm_dp_stop_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2d72e734 drm_dp_mst_get_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2fa94ef2 drm_dp_downstream_444_to_420_conversion +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x364080a3 drm_scdc_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x38f99c12 drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x392a838b drm_dp_downstream_max_dotclock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x39dae92d drm_dp_cec_set_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3a5d3c63 drm_dp_mst_topology_mgr_suspend +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3cd11ac4 drm_dp_add_payload_part2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3dcaed82 drm_dp_mst_atomic_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3f236063 drm_scdc_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3f80b80c drm_dp_mst_put_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3f91f6c5 drm_dp_dpcd_probe +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x408a2367 drm_dp_mst_topology_mgr_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4603c416 drm_dp_pcon_dsc_bpp_incr +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x477678fb drm_dp_mst_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4fc0e556 drm_dp_pcon_pps_override_param +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x51fe780b drm_dp_start_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x536aa1e8 drm_edp_backlight_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5407ae9e drm_dp_get_dual_mode_type_name +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x54d0a4b5 drm_dp_pcon_hdmi_link_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x54de93de drm_dp_mst_update_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x56a663e9 drm_dp_dsc_sink_line_buf_depth +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x582f248e drm_dp_get_adjust_request_pre_emphasis +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x58d8fcaa drm_dsc_pps_payload_pack +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x591627dd drm_dp_send_query_stream_enc_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x59f27ed7 drm_dp_pcon_enc_is_dsc_1_2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5a86f411 drm_dp_phy_name +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5bbbdfd1 drm_dp_read_downstream_info +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5c2d0ca9 drm_dp_pcon_frl_configure_1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5d0e321f drm_atomic_get_new_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x627ba04b drm_dsc_set_const_params +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x63a477fb drm_dp_downstream_min_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x648d953b drm_dsc_dp_pps_header_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x68067507 drm_dp_mst_dump_topology +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x68d8dce7 drm_dp_downstream_is_tmds +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6a4df8c5 drm_dp_128b132b_eq_interlane_align_done +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6aacee47 drm_dp_128b132b_link_training_failed +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6b332074 drm_hdcp_update_content_protection +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6b53e216 drm_dp_downstream_max_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6d5da425 drm_dp_dual_mode_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6f0de786 drm_dp_cec_unregister_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6f7c5db6 drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7053fa72 drm_dp_get_pcon_max_frl_bw +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x73011db0 drm_dp_bw_code_to_link_rate +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x756d9550 drm_edp_backlight_set_level +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x76ff6644 drm_dp_lttpr_pre_emphasis_level_3_supported +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x79008c7e drm_dsc_setup_rc_params +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7a144c57 drm_dp_pcon_pps_override_buf +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7b0e7275 drm_hdmi_avi_infoframe_content_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7ff46746 drm_dp_cec_register_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x80568134 drm_dp_dpcd_read_phy_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x81f9f300 drm_dp_pcon_pps_default +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x829b6048 drm_dp_dsc_sink_max_slice_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x82b5f55c drm_dp_mst_topology_mgr_destroy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x87470e59 drm_dp_cec_irq +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x88d0bf37 drm_dp_128b132b_read_aux_rd_interval +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x88d11510 drm_dp_read_sink_count_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x89de5037 drm_dp_read_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8b7f9181 drm_dp_mst_hpd_irq_send_new_request +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8ca2d9e4 drm_dp_calc_pbn_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8d701329 drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x92324f4d drm_dp_read_mst_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x924809c5 drm_dp_downstream_id +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x92b9835e drm_dp_128b132b_cds_interlane_align_done +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9309be22 drm_dp_atomic_find_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x95883bb4 drm_dsc_initial_scale_value +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x95a56279 drm_atomic_get_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x95eca635 drm_lspcon_set_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9e7d131e drm_dp_send_real_edid_checksum +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9f4b68bd drm_dp_mst_connector_early_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9f77abb9 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa02a2363 drm_dp_downstream_debug +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa12aeb46 drm_atomic_get_old_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa135d71f drm_dp_remove_payload +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa1522934 drm_dp_lttpr_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa1aa67ee drm_dp_mst_hpd_irq_handle_event +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa1fefe6a drm_dp_psr_setup_time +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa2fd9b63 drm_dp_pcon_frl_configure_2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa447e20d drm_atomic_get_mst_payload_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa81c10e2 drm_hdmi_infoframe_set_hdr_metadata +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa843606e drm_dp_dsc_sink_supported_input_bpcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa93816cb drm_dp_read_lttpr_common_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xac575004 drm_hdmi_avi_infoframe_colorimetry +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xadb3ab47 drm_dp_cec_unset_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xadffe130 drm_dp_set_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaf267620 drm_dp_lttpr_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb67af5c7 drm_dp_dual_mode_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb734bd4d drm_dp_add_payload_part1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb7bddb0c drm_dp_read_sink_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xba7e29bd drm_dp_get_vc_payload_bw +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbd0dd524 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbec1731a drm_dp_send_power_updown_phy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbfed0476 drm_dp_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbff1ea86 drm_scdc_set_scrambling +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc0177c53 drm_dp_read_lttpr_phy_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc020c0c1 drm_dp_pcon_dsc_max_slice_width +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc4059333 drm_dp_dual_mode_max_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc5c99a79 drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc5f8f0f8 drm_dp_dual_mode_set_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc79ecffb drm_dp_downstream_is_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc7ea22ba drm_dp_mst_topology_mgr_resume +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc8b03eb4 drm_dp_mst_get_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc8b6a8ae drm_dp_128b132b_lane_channel_eq_done +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc8bc79d0 drm_panel_dp_aux_backlight +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcbd22bb9 drm_dp_mst_root_conn_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcbfc548f drm_dp_pcon_hdmi_frl_link_error_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xccf54d5e drm_dp_get_adjust_tx_ffe_preset +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcdb3e25a drm_dp_mst_edid_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd0e95456 drm_dsc_get_bpp_int +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd459b3df drm_dp_dual_mode_detect +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd59c9f24 drm_hdmi_avi_infoframe_bars +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd5a95eae drm_dp_128b132b_lane_symbol_locked +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd7b2ad8a drm_scdc_set_high_tmds_clock_ratio +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd87bc545 drm_dp_read_dpcd_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdc54e9c8 drm_dp_mst_dsc_aux_for_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdcb759e8 drm_dp_get_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe1a2b74b drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe2468a48 drm_dsc_flatness_det_thresh +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe39e5b9d drm_dp_check_act_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe5360b84 drm_dp_pcon_dsc_max_slices +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe553b4f1 drm_connector_attach_content_protection_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xece7ee76 drm_dp_downstream_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xed13382e drm_dp_set_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xedcf81ce drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf1b6c314 drm_dp_mst_atomic_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf4c9433f drm_dp_pcon_frl_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf68741fb drm_dp_subconnector_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf689ad25 drm_dp_downstream_420_passthrough +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf84726da drm_lspcon_get_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfa389ad3 drm_dp_pcon_convert_rgb_to_ycbcr +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfb1a7a5a drm_dp_downstream_rgb_to_ycbcr_conversion +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfe12bcb9 drm_dsc_compute_rc_parameters +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfe7955ff drm_dp_mst_topology_state_funcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00847352 drm_atomic_state_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x010f1f28 drm_send_event_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x02aef9e9 drmm_kfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03568c30 drm_event_reserve_init_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x037ab4e9 drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03c63897 __drm_get_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04102ada drm_edid_get_panel_id +EXPORT_SYMBOL drivers/gpu/drm/drm 0x05e839a2 drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0655cc80 drm_debugfs_add_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0x06568db1 drm_plane_create_rotation_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x071c67f7 drm_atomic_bridge_chain_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x071dd736 drm_atomic_get_old_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07fb449a drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x09c180d4 drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x09d3b9d4 drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ae542b4 drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b49d3b6 drm_crtc_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0be963cc drm_file_get_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d48170f drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d5a863a drm_gem_lru_move_tail_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d7a7025 drm_mode_create_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d9b4753 drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0eb7f5eb drm_privacy_screen_lookup_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ecaf48a drm_dev_has_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f39e889 drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f7acb66 drm_mm_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f7dd245 drm_invalid_op +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fd60df2 drm_get_connector_status_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x107742a9 drm_get_subpixel_order_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x10e1a7b0 drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1100631d drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12b632a1 __drmm_add_action_or_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1543c57c drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x15e6e464 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1687b766 drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16b809c8 drm_print_memory_stats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17f79871 drm_crtc_set_max_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1856e3b6 drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x189a8a13 drm_writeback_prepare_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18e6477d drm_privacy_screen_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x192ad8bf drm_edid_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a411479 drm_syncobj_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b994e09 devm_aperture_acquire_from_firmware +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1cf495bf drm_crtc_vblank_waitqueue +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ecaf48e drm_gem_vmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f145c54 drm_plane_create_zpos_immutable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f4632c9 drm_atomic_get_old_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f8c8d91 drm_panel_of_backlight +EXPORT_SYMBOL drivers/gpu/drm/drm 0x204fc98d drm_dev_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20b0ce70 drm_crtc_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20ee2fff drm_gem_map_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2183c08c drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x22fafcf4 drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x230e97ec drm_panel_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24993e50 drm_edid_are_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24cf437a drm_vma_node_is_allowed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24d0e1a7 drm_syncobj_get_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24d124ac drm_mode_equal_no_clocks_no_stereo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24f89bc0 drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x258fefa9 drm_driver_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25a26272 drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25daad93 __drm_mm_interval_first +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2613e3b5 drm_gem_prime_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x26606f0a drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2689fd5d drm_property_blob_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2754dad8 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2755e7ee drm_client_dev_hotplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27a72297 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27d7727e drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28779e52 drm_printf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29f078d1 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a56062a drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a962499 drm_mm_scan_init_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ac976d9 drm_connector_update_privacy_screen +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b92396a drm_crtc_vblank_helper_get_vblank_timestamp_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2bb37a62 drm_edid_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c442c35 drm_gem_dmabuf_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ec433c5 drm_property_replace_global_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ed1c9cf drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ed3c600 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f40e7aa drm_gem_evict +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f476172 drm_privacy_screen_lookup_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31b8a5e3 __drm_set_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32194006 drm_crtc_vblank_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3267b671 drm_client_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32a0cc37 drm_print_bits +EXPORT_SYMBOL drivers/gpu/drm/drm 0x34be06aa drm_mode_put_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x34c1cff3 drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x34f7073e drm_gem_unlock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0x34ff85e6 drm_bridge_chain_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36449d97 drm_atomic_get_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x365973ff drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36699d2f drm_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x367ae24f drm_send_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x371664b6 drm_edid_override_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38690d99 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38865b1d drm_crtc_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38a788bf drm_privacy_screen_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x392ca276 drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x397c3d27 drm_edid_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39bde624 drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3a246170 drm_property_replace_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ab87110 drm_mode_equal_no_clocks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3abe2e46 drm_gem_dmabuf_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b0e5e9c __drm_puts_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b0ee06a drm_panel_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c22a4d8 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cdc37e9 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cffb28a drm_mode_create_aspect_ratio_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d2859ea __drm_dev_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d66ed01 drm_atomic_get_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f405489 __drm_printfn_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4007233f drmm_kmalloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4076f001 drm_writeback_signal_completion +EXPORT_SYMBOL drivers/gpu/drm/drm 0x40a3b835 drm_plane_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x41026541 drm_client_framebuffer_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x41af42c5 drm_of_crtc_port_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x41f73323 drm_atomic_state_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0x422ca578 drm_gem_vunmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4266c344 drm_connector_set_tile_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x42718be4 drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x42ea6cc2 drm_mode_create_dp_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4403a9c3 drm_mode_get_hv_timing +EXPORT_SYMBOL drivers/gpu/drm/drm 0x446c6808 drm_vblank_work_cancel_sync +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4489a5e9 drm_edid_raw +EXPORT_SYMBOL drivers/gpu/drm/drm 0x44a6a2d1 drm_connector_attach_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x44ec55a6 drmm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4575a0ca drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46302c41 drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46a7cd8c drm_bridge_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x478f36af drm_panel_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4831da6e drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x485ae4f7 drm_state_dump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x48e3a98f drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x493e83f2 drm_vblank_work_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49b737d8 drm_send_event_timestamp_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a35d30d drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ac89e6f drm_client_modeset_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4aff67ca drm_gem_objects_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b2148c2 drm_of_find_possible_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b7ebf95 drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b9930ea drm_any_plane_has_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c3cbb79 drm_connector_atomic_hdr_metadata_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d7a5df9 drm_edid_connector_add_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4dabffb4 drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4db873be drm_framebuffer_plane_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e2a621e drm_prime_sg_to_dma_addr_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f4c612e drm_crtc_enable_color_mgmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50674de7 drm_timeout_abs_to_jiffies +EXPORT_SYMBOL drivers/gpu/drm/drm 0x513072fe __drm_puts_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0x518490d5 drm_client_modeset_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0x51d78f80 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x51ffeb7c drm_crtc_accurate_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x521ad6d0 drm_puts +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5335ad27 devm_drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x53a87726 drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x53b1aec8 drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x53fe2af4 drm_privacy_screen_register_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5466f434 drm_connector_oob_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54c05828 drmm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5505a1c7 drm_writeback_queue_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x551d01b2 drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x556797e7 drm_syncobj_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55eb38da drm_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55ebd2a7 drm_privacy_screen_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5626782c drm_dev_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57698a50 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x582e8433 drm_atomic_state_default_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58356903 drm_client_modeset_commit_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59056243 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5985d118 drm_connector_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a92f3c9 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5b897f8d drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5bb4aad1 drm_display_mode_from_cea_vic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c35ca3c drm_mode_create_hdmi_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c837c27 drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c9027e2 drm_atomic_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d020e14 drmm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d0f2e3b drm_connector_set_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d252b93 drm_panel_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d7b1514 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5daa43c4 drm_writeback_cleanup_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5ddbdce1 drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f1faf18 drm_atomic_private_obj_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f7985a5 drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6076362b drm_bridge_chain_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x607f867b drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x61066f85 drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x617cb860 drm_atomic_add_encoder_bridges +EXPORT_SYMBOL drivers/gpu/drm/drm 0x61ef0284 drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6212b652 drm_edid_read_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x627d4ba2 drm_gem_lru_move_tail +EXPORT_SYMBOL drivers/gpu/drm/drm 0x645a3b0a drm_crtc_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x651eb922 drm_mode_create_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x656e7bc8 drm_crtc_vblank_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65702bd6 drm_default_rgb_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65721697 drm_plane_create_zpos_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65acae8d drm_atomic_normalize_zpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0x66af2547 drm_syncobj_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x66d1d618 drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0x66e750fd drm_atomic_get_old_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x67bbea73 __drm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x686cd664 drm_modeset_lock_single_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69102e60 drm_panel_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6910e4cd drm_format_info_min_pitch +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69353664 __drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69e1bf40 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6a02c568 drm_syncobj_find_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ac01ea8 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6af1d088 drm_connector_list_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c01edf7 drm_debugfs_add_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c05b4b6 drm_property_create_bool +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6d3e6aec drm_plane_create_color_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6d8dd940 drm_gem_unmap_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e109c98 drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e6b26e9 drm_writeback_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f58d140 drm_edid_read_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x70b4864b drm_dev_enter +EXPORT_SYMBOL drivers/gpu/drm/drm 0x72dea9ec drm_syncobj_add_point +EXPORT_SYMBOL drivers/gpu/drm/drm 0x72f70ceb drm_connector_set_panel_orientation_with_quirk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x735919f2 drm_aperture_remove_conflicting_pci_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x73624cb0 drm_crtc_next_vblank_start +EXPORT_SYMBOL drivers/gpu/drm/drm 0x739833f1 drm_crtc_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x73c1bc3e drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74e3fd7a drm_gem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74fc6fbd drm_format_info_block_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x75f472f5 drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7656a78d drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7680c71f drm_connector_attach_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x779ec2aa drm_connector_create_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x78a8aae4 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x78e121b4 drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79569d54 __drmm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7996b0b2 drm_connector_set_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79c00fa2 drm_edid_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79d0bbd0 of_drm_find_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a8a0273 drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ab6eb74 drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ac7e253 drm_plane_enable_fb_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ae42009 drm_vblank_work_schedule +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b2e2166 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c0d9cad drm_display_info_set_bus_formats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c545285 drm_edid_get_monitor_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c985584 drm_crtc_commit_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7cddcbdd __drmm_crtc_alloc_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e11b130 drm_show_memory_stats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e3277f8 ___drm_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e74d4b2 drm_client_modeset_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7edf470b drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7fce2736 drm_plane_create_alpha_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81ac6e9c drm_crtc_arm_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x820ac5c0 drm_vma_node_allow_once +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8272c8b2 drm_modeset_lock_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x82c00761 drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0x82c36363 drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x82fabe0c drm_gem_lru_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8324cec6 drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x849edad1 drm_analog_tv_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x85502441 __drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm 0x856a487c drm_gem_map_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x866c9521 drm_atomic_get_new_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x88537074 drm_atomic_state_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x88678ded drm_dev_unplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x88fb6979 drm_mode_create_tv_properties_legacy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x89710b75 drm_edid_read_custom +EXPORT_SYMBOL drivers/gpu/drm/drm 0x89aa5a69 drm_syncobj_replace_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x89ea50e5 drm_mode_validate_ycbcr420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a069812 drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b1c7ad7 drm_atomic_set_mode_prop_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ba47ebc drmm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c0d586b drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d2adf3f drm_connector_attach_max_bpc_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d72789e drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d7b8ed0 drm_gem_lru_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8dd1eb47 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8dee6eac drm_vblank_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e51fd1e drm_connector_attach_privacy_screen_provider +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e9afe1c drm_plane_create_blend_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ef39b52 drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9043facb drm_client_framebuffer_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9125e290 drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x912e511b drm_framebuffer_plane_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x92f9a4a7 drm_property_blob_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x93145a22 drm_plane_get_damage_clips_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9345dc92 drm_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9554731d drm_atomic_get_new_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95577d5c drm_gem_dma_resv_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95684215 drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9720ca98 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9777e77e drm_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x97858c81 drm_event_reserve_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x982d09b3 drm_format_info_block_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b285573 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b95c885 drm_mode_match +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b9de1c1 drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ce050be drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9db8755c drm_connector_set_orientation_from_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9e268848 drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9e303b1e drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9e3770de drm_atomic_get_new_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9e948b55 drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f09297b drm_syncobj_get_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f1eedf0 drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f5197bb drm_connector_set_path_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa005075d drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa00aeee5 drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa06ed632 drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa108c99e drm_privacy_screen_call_notifier_chain +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1d023f0 drm_compat_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa248afde drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2714ce3 drm_client_rotation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa32f8a4a drm_privacy_screen_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa38c4c94 drm_memcpy_from_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa38f0464 __drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa63f06cc __drmm_add_action +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa82e09ef drm_prime_sg_to_page_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa86c3c5f drm_plane_get_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa886c5e6 drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa956955b drm_gem_lru_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9916091 drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaaacfca2 drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab8d0262 __drmm_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xac328cf2 drm_aperture_remove_conflicting_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0xac873e9a drm_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad4e902b drm_color_ctm_s31_32_to_qm_n +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae277372 __drm_crtc_commit_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf76f057 drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0db3f8d drm_privacy_screen_unregister_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb11ac7a7 __drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1eaec3c drm_mode_plane_set_obj_prop +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb212dc3e drm_edid_dup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb21cb348 drm_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb23b99aa drm_release_noglobal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb2784a53 drm_print_regset32 +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3750192 drm_edid_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb38cd097 drm_writeback_get_out_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3a8c0b3 drm_connector_attach_dp_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3ad386e drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3ad48a4 drm_mode_create_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4032484 drm_mm_insert_node_in_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb40384fb drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4057dc0 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb411f88a drm_atomic_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4a12582 drm_atomic_get_new_crtc_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4dd8bf5 drm_client_framebuffer_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6127243 drm_need_swiotlb +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb65f2c54 drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6fb4176 drm_gem_prime_import_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb787a1c1 drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7d5f43d drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7df5ad1 drm_mode_get_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb8da0c4a drm_atomic_check_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9cad492 __drm_atomic_state_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbacf4e81 __drmm_mutex_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbadb285b drm_client_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb60505c drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc2b3c3d drm_client_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbcbabe5b drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbcbbab4c drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbef38d90 drm_atomic_get_old_crtc_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf9445fc drm_connector_list_iter_end +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf9eaa20 drm_connector_list_iter_begin +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0418f96 drm_writeback_connector_init_with_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc1b856b8 drm_crtc_vblank_helper_get_vblank_timestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc22fc944 drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc2ab33a4 drm_connector_set_link_status_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc3746bd9 drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc3fce240 drm_ioctl_kernel +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc42e8087 drm_property_create_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc458b9b3 drm_gem_dmabuf_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4adb0ca drm_atomic_add_affected_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4bdb96f drm_gem_private_object_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5131a86 drm_client_buffer_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6acaec0 drm_atomic_set_fb_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7910e38 drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7d04fc5 drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc83d4806 drm_atomic_get_connector_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc8a448ab drm_bridge_chain_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc9309a56 drm_gem_map_detach +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc955362c drm_connector_attach_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc972b4c9 drm_mode_object_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc9e90d06 of_drm_get_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca0b701f __devm_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb1d66c1 drm_connector_has_possible_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb457984 drm_sysfs_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb59a8b2 drm_atomic_private_obj_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcbc94872 drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcbd1123c drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc6bc960 drm_mode_validate_driver +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd0e13c2 drm_gem_lock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdb99cc9 drm_mode_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdcb8fb9 drm_mode_object_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce25e278 drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf745019 drm_atomic_bridge_chain_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd01ef146 drm_atomic_set_crtc_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd083f9e0 drm_of_component_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1370091 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd13f9985 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2b53088 drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd3789b63 drm_atomic_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4eae3f2 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4f37823 drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd5aeac1f drm_atomic_get_crtc_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd5df4162 drm_atomic_print_new_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd631c0a0 drm_master_internal_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd680a377 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd794557d drm_connector_attach_hdr_output_metadata_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7a2ef02 drm_atomic_get_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7a9cf42 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7b305d9 drm_color_lut_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7f1b5aa drm_plane_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd91eee5e drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd95344de drm_mode_create_suggested_offset_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xda0568db drm_atomic_set_crtc_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0xda706442 drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xda78e1c7 drm_gem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdad9c8b1 drm_prime_get_contiguous_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb039d6a drm_dev_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb320a08 drm_mode_is_420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb38865b drm_panel_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb902abe drm_connector_attach_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdc5444a2 drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd3c6afa drm_mode_is_420_also +EXPORT_SYMBOL drivers/gpu/drm/drm 0xddeaf33a drm_panel_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xde2a9368 drm_connector_attach_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xde3ea5aa drm_sysfs_connector_status_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xde74ed0e drm_connector_attach_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdec159c0 drm_crtc_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdefa02a7 drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf323942 of_drm_find_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf3f760d drm_mm_scan_color_evict +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf666902 drm_rotation_simplify +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdfabae50 drm_object_property_get_default_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdfe46700 drm_modeset_lock_all_ctx +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe05a3328 drm_property_lookup_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1409b1e drm_atomic_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe317082a __drm_printfn_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe367c647 drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3ac15d5 drm_mode_is_420_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe46fcfb5 drm_get_edid_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe633a4cd drm_format_info_bpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe635d400 drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe667a7d0 drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe692ff19 drm_client_buffer_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe70d42c8 drm_connector_init_with_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a034df drm_dev_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a0e334 drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe9052fca drm_privacy_screen_set_sw_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe9c72398 drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea00fe81 __drm_printfn_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea9ced76 drm_panel_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb66c5f9 drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeea05cf7 drm_client_modeset_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf01e1fa4 drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0517d7a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf095dc96 drm_get_tv_mode_from_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0e415aa drm_show_fdinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf11681f0 drm_privacy_screen_get_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1b5340a drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf27eb945 drm_atomic_set_mode_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf2bf4934 drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf3737c9e drm_connector_attach_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf406e46a drm_get_connector_type_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf41fc2be drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf44df6a4 drm_get_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4b87cac drm_master_internal_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4d9ad4e drm_is_current_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf645d33e drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf698b732 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6f2e055 drm_crtc_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf7a847ca drm_atomic_state_default_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf7ba820f drm_atomic_nonblocking_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf811fd00 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf824c7db __drm_printfn_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf8c05c63 drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf90253c2 drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa9d526d drm_hdmi_avi_infoframe_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfba745c8 drm_event_cancel_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfcfeb5da drm_connector_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd4b0208 drm_gem_dmabuf_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe8fda88 drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfeb953b1 __drm_printfn_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0xff116b6d drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffc4eae1 drm_atomic_add_affected_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x22d53779 drm_buddy_free_list +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x2d9e9583 drm_buddy_print +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x40d76a49 drm_get_buddy +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x9f44c898 drm_buddy_init +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xabb5a026 drm_buddy_block_trim +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xbd5b3bcc drm_buddy_free_block +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xc30d71cc drm_buddy_block_print +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xfa150882 drm_buddy_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xff748b76 drm_buddy_alloc_blocks +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0x34f1b263 drm_gem_dma_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0xb85e31b1 drm_fbdev_dma_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0xf8fe2139 drm_gem_dma_prime_import_sg_table_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0007bf71 drm_mode_config_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x00f1af92 drm_atomic_helper_unprepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x02131d6b drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x043409b0 drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x07400afe drm_fb_xrgb8888_to_xrgb1555 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x07b1998f drm_atomic_helper_page_flip +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0839d2be drm_plane_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x08465eb3 drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x08d53f7a __drmm_simple_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x09b38804 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0b219168 drm_gem_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0fc6e75e drm_fb_helper_set_suspend_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1263a7ab __drm_atomic_helper_crtc_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x127a8c6b drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1461f0b1 drm_atomic_helper_disable_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x14fb47ee drm_atomic_helper_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x158ba8f6 drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x15a005cf drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x17d33644 drm_fb_build_fourcc_list +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x194c3a8d drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x19e30cce drm_atomic_helper_check_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x19e47181 __drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1b108c3a __drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1b21d93a drm_fb_helper_damage_area +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1b61792e drm_gem_fb_end_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1d4bce19 drm_connector_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1e0a6906 drm_panel_bridge_set_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x203cfa2a drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x20b3c36f drm_atomic_helper_fake_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21d541eb drm_flip_work_queue_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21dceb22 drm_fb_swab +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21fef80e drm_bridge_is_panel +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x234de871 drm_kms_helper_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x238e65bf drm_fb_helper_release_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x250b3d2b drm_self_refresh_helper_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x25246ceb drm_atomic_helper_commit_tail +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x26811645 devm_drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x275d0726 __drm_atomic_helper_plane_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x28b53e82 drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x291151d5 drm_gem_simple_kms_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x294e1cb3 drm_gem_simple_kms_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x29a6a42c drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2a19acf4 drm_atomic_helper_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2f35fd15 drm_atomic_helper_dirtyfb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2f880949 drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x30efe7e8 drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x31b9982b drm_atomic_helper_commit_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x32f63bef drm_plane_helper_disable_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x33287f66 drm_fb_blit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x361f08b7 drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x37986b7e drmm_of_get_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x39bd2a3c __drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3afeeca4 drm_fb_xrgb8888_to_argb8888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3f6821bc drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4069b8d2 drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x40c71e23 drm_fb_helper_lastclose +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4280ac19 drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x42e89e86 drm_gem_simple_kms_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x439e094b drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x446fb12a drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4be70357 drm_atomic_helper_check_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4f59992e devm_drm_of_get_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x51788709 drm_fb_memcpy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x51864631 drm_atomic_helper_connector_tv_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x518c38d9 drm_atomic_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x51eff042 drm_fb_helper_fill_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5265135b drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x533b502f drm_panel_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x545f36fc drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x54a8ec1b drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5542443b drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x57691253 drmm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x59335bd5 drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x595b4c62 drm_atomic_helper_wait_for_fences +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a2b59a0 drm_atomic_helper_update_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a4734d1 drm_kms_helper_is_poll_worker +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5e38e3d8 drm_atomic_helper_connector_tv_margins_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5e4a8d00 __drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6019a3cd __drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x64e01818 drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6575ab3e drm_atomic_helper_wait_for_vblanks +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x69dec4b7 __drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6a7e7663 devm_drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b5c2b06 drm_atomic_helper_damage_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e30ba8e drm_rect_rotate_inv +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e6135ee drm_fb_xrgb8888_to_rgb565 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e7c3181 drm_atomic_helper_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6ea8b8be __drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6ec43d7f drm_simple_display_pipe_attach_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6fd16c76 drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x74ef6227 drm_gem_fb_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x762b6ea0 drm_atomic_helper_commit_modeset_disables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x76953223 drm_atomic_helper_async_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x798c362a drm_mode_config_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x798d929d drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x799a5a5f drm_fb_helper_unregister_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x79c56b08 drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7b5cec24 drm_panel_bridge_connector +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7c9d4cb9 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7ec54c0a drm_plane_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7fcbc943 drm_atomic_helper_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x804a3f6d drm_atomic_helper_check_plane_damage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x81bfa267 drm_atomic_helper_bridge_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x82281e86 drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x82f95503 drm_fb_xrgb8888_to_argb1555 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x842dd90c drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84331361 drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84394985 drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8a0d49bb drm_fb_xrgb8888_to_rgb888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8a64065b drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8a7a53d5 drm_helper_force_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8b980647 drm_fb_helper_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8c34a4fc drm_crtc_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8ec9beeb drm_connector_helper_tv_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8fdc895c __drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9430b4ac drm_fb_helper_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x993c11aa drm_atomic_helper_commit_tail_rpm +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99440f7e drm_connector_helper_get_modes_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99dfc1aa drm_atomic_helper_swap_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99fd20aa drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9a53ad16 drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9a83b6f2 drm_gem_fb_begin_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9a8f2ece drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9ae2497b drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9af63328 drm_gem_fb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9eca369e drm_gem_fb_create_handle +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9f013440 drm_crtc_helper_mode_valid_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa06a3a31 drm_gem_simple_kms_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa0977559 __drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa10d8ce6 drm_fb_xrgb8888_to_rgba5551 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa208a524 drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa221a4b6 drm_atomic_helper_connector_tv_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa28ed591 drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa2e74456 drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa60c9ea3 drm_fb_helper_output_poll_changed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa82c371f drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa9ace96d drm_fb_helper_damage_range +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa9c9248c drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaa0b953b drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xab3f1a23 __drm_atomic_helper_private_obj_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb053adda drm_rect_rotate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb1223e6e drm_fb_xrgb8888_to_gray8 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb1f9fa11 drm_fb_helper_deferred_io +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb29678e5 drm_gem_fb_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb364c799 drm_atomic_helper_async_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb4cd6b8f drm_atomic_helper_commit_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb538aadd drm_atomic_helper_update_legacy_modeset_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb57bdb3a drm_atomic_helper_page_flip_target +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb601b9d7 drm_plane_helper_update_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb6364a42 __drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb6a6b711 drm_fb_clip_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb89c4624 drm_atomic_helper_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbc243eb4 drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbce173ec drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbde2ffb8 drm_simple_display_pipe_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbde89a59 drm_atomic_helper_damage_merged +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbe4f1370 drm_fb_xrgb8888_to_rgb332 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbfb73845 drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbfeff60f drm_atomic_helper_check_crtc_primary_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc1071b36 drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc2dc427e __drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc6323239 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc8363ff7 drm_fb_xrgb8888_to_argb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc883fa2c drm_helper_probe_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc98f89df drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc9e8369f drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcb2340b8 drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcbafc924 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcd566f2a drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xce02930e drm_atomic_helper_damage_iter_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xce0dd97e drm_gem_simple_kms_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf11a549 drm_flip_work_allocate_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcfe715b3 drm_fbdev_generic_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd03b4ddd drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd0941b9d drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd3bd59db drm_fb_xrgb8888_to_mono +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd6257481 drm_atomic_helper_commit_hw_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd66935bb drm_connector_helper_get_modes_from_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd718469f drm_atomic_helper_commit_modeset_enables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd7570a20 drm_atomic_helper_cleanup_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xda58fda3 __drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdb5add36 drm_self_refresh_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdc4d4a22 drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe023b1bf drm_fb_helper_alloc_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe1ae0fc2 __drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe1e2ed22 drm_atomic_helper_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe35de5c1 drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe43c62ff drm_kms_helper_poll_reschedule +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe5b4040d drm_atomic_helper_check_wb_encoder_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe64331ce drm_atomic_helper_bridge_propagate_bus_fmt +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe6c54fa5 drm_self_refresh_helper_alter_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeba443e9 drm_self_refresh_helper_update_avg_times +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xebd877f9 __drm_atomic_helper_connector_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xedd9644f drm_connector_helper_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xedfe2a33 drm_atomic_helper_shutdown +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeea383c0 drm_fb_helper_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeed1cc7e drm_atomic_helper_commit_cleanup_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeef7a84c drm_atomic_helper_wait_for_flip_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xef0df843 drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf0e9d2b0 drm_atomic_helper_prepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf132d61b drm_atomic_helper_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf1a54a3d drm_simple_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf27bee2a drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf332ac40 drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf6d44af7 __drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf783fd5e drm_fb_helper_set_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf9c412fb drm_atomic_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfab49542 drm_fb_xrgb8888_to_xrgb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfb951e0a drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfba6731f drm_atomic_helper_commit_duplicated_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfc7b8b9c drm_gem_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfdca209c drm_atomic_helper_check_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfe70118f drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x11714511 mipi_dbi_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x13d849f5 mipi_dbi_command_stackbuf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x1c7d9dc2 mipi_dbi_buf_copy +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x375091fe mipi_dbi_hw_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x375d888e mipi_dbi_display_is_on +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x43d53ca8 mipi_dbi_dev_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x480bce83 mipi_dbi_dev_init_with_formats +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x5242976b mipi_dbi_pipe_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x5d8ebd7b mipi_dbi_pipe_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x6670892a mipi_dbi_poweron_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x7e325039 mipi_dbi_pipe_update +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x94e82330 mipi_dbi_pipe_reset_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xa4f6e438 mipi_dbi_spi_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xa6b6fd69 mipi_dbi_poweron_conditional_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xbd04e956 mipi_dbi_pipe_begin_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xc382caa0 mipi_dbi_command_read +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xc6d9f348 mipi_dbi_spi_cmd_max_speed +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xd26dad1a mipi_dbi_pipe_duplicate_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xd84c1113 mipi_dbi_command_buf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xdf5d149d mipi_dbi_pipe_destroy_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xe2260a04 mipi_dbi_enable_flush +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xe73bacbe mipi_dbi_pipe_end_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xe9243ff3 mipi_dbi_spi_transfer +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x1393a097 drm_gem_shmem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x2bb0a78c drm_gem_shmem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x34c4480b drm_gem_shmem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x463d1614 drm_gem_shmem_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x6b118489 drm_gem_shmem_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x7c1ebfab drm_gem_shmem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xac18b9a5 drm_gem_shmem_purge_locked +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xc972342c drm_gem_shmem_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xce88a967 drm_gem_shmem_purge +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xdf3e7c12 drm_gem_shmem_madvise +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0x048a510f drm_suballoc_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0x0bad1988 drm_suballoc_new +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0x8debd4c9 drm_suballoc_free +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0xcfea1bec drm_suballoc_dump_debug_info +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0xdd9c3522 drm_suballoc_manager_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x095de691 drm_gem_ttm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x28fb6fb6 drm_gem_ttm_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xb78cb1d8 drm_gem_ttm_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xe8833908 drm_gem_ttm_dumb_map_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xff04ae21 drm_gem_ttm_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x0154b375 drm_gem_vram_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x0b7d544e drm_gem_vram_simple_display_pipe_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x10cb995c drm_gem_vram_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x339a39eb drm_gem_vram_plane_helper_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x457bf626 drm_gem_vram_put +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x6b530ffa drm_gem_vram_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x705d1e90 drm_gem_vram_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x8051b6f0 drm_vram_mm_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x940375ac drm_vram_helper_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xa0283d67 drm_gem_vram_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xa457b7e9 drmm_vram_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xbf676568 drm_gem_vram_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xc41b638a drm_gem_vram_fill_create_dumb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xe6829a0b drm_gem_vram_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xe71c2be8 drm_gem_vram_plane_helper_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xe992c5bf drm_gem_vram_driver_dumb_create +EXPORT_SYMBOL drivers/gpu/drm/rockchip/rockchipdrm 0xe8ff0b04 rockchip_drm_wait_vact_end +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x0926b3da drm_sched_resume_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x0d34f0c0 drm_sched_job_arm +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x1c9fb209 drm_sched_stop +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x1ccced92 drm_sched_job_add_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x2f336b92 drm_sched_entity_error +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x3aca0de3 drm_sched_job_add_implicit_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x3e00f4dd drm_sched_entity_set_priority +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x52064df6 drm_sched_job_add_resv_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x5bc59315 drm_sched_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x5e639a58 drm_sched_job_add_syncobj_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x5f2ae452 drm_sched_entity_push_job +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x91ec66d7 drm_sched_job_cleanup +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x94629853 drm_sched_entity_modify_sched +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x9b24630e drm_sched_entity_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x9fdc9c21 drm_sched_start +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xa873fa2e drm_sched_entity_destroy +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xab2ab412 drm_sched_job_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xb4b13cf1 drm_sched_increase_karma +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xb91c6435 drm_sched_suspend_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xbc829eb2 drm_sched_entity_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xc0795d5f to_drm_sched_fence +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xc7d9beac drm_sched_entity_flush +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xcb07455c drm_sched_pick_best +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xdc16de10 drm_sched_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xde9af960 drm_sched_resubmit_jobs +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xf9b766bb drm_sched_fault +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x523aac4c sun4i_dclk_create +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x6c10c7a7 sun4i_tcon_of_table +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x6d783188 sun4i_dclk_free +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0xbfbd3872 sun4i_lvds_init +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0xc785ed53 sun4i_rgb_init +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0xcabf4fc7 sun4i_tcon_mode_set +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0xe1417ccd sun4i_tcon_enable_vblank +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun8i_tcon_top 0x350e5dcd sun8i_tcon_top_of_table +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun8i_tcon_top 0x397b657b sun8i_tcon_top_de_config +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun8i_tcon_top 0xc08dac20 sun8i_tcon_top_set_hdmi_src +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0768196b ttm_resource_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x080b59e3 ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0c231474 ttm_kmap_iter_iomap_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x12090b77 ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1335c463 ttm_bo_vm_fault +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x196e0cab ttm_pool_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1a71d30c ttm_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x23504e38 ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2acd8f3a ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2e0c9845 ttm_glob +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2f4a5573 ttm_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x31d0a313 ttm_bo_eviction_valuable +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x349b7ca2 ttm_bo_vm_close +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x37291701 ttm_resource_manager_debug +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x38e2826d ttm_resource_manager_create_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3a996c72 ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3b7d12c6 ttm_bo_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3b90b5fe ttm_bo_pin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3de7e3d1 ttm_kmap_iter_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x48a3043d ttm_bo_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4d5d2c47 ttm_bo_move_sync_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x55346874 ttm_pool_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x583004d6 ttm_bo_vunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5afdfb2b ttm_bo_vm_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5e1b99e8 ttm_bo_init_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5f9e8a36 ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x61932e2a ttm_resource_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x69cc2943 ttm_tt_pages_limit +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6d3bb838 ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x73bb0dc9 ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x75b672af ttm_bo_vmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x78bc7d81 ttm_device_clear_dma_mappings +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x78c28ae6 ttm_pool_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x80a3cdf3 ttm_bo_move_to_lru_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x855eec8a ttm_bo_vm_access +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x864a078f ttm_resource_manager_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x917ad2f8 ttm_pool_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x93bce135 ttm_bo_set_bulk_move +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x95b8dd68 ttm_device_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9ec19a25 ttm_device_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa4357410 ttm_sg_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa85dec09 ttm_bo_vm_open +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa917eb6a ttm_bo_vm_fault_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xac2cd12d ttm_lru_bulk_move_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xaf980cf3 ttm_lru_bulk_move_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb12ed612 ttm_bo_wait_ctx +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb3c903e0 ttm_resource_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb6c28225 ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbe2b8408 ttm_bo_init_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbeec6b03 ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc07bd869 ttm_resource_manager_evict_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc6d537fa ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdabf1ef9 ttm_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdd4de180 ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdd710ad9 ttm_pool_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xde888164 ttm_range_man_fini_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe1b68ecc ttm_bo_vm_dummy_page +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf1d44af3 ttm_range_man_init_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf4529814 ttm_resource_manager_usage +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf4e6382c ttm_bo_unpin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf5aa67a3 ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x0d89763e host1x_driver_register_full +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x1854697b host1x_syncpt_read_max +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x1e8d8d01 host1x_syncpt_release_vblank_reservation +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x2449f44b host1x_client_exit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x27bb468c host1x_fence_create +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x284f99e7 host1x_job_add_wait +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x3522522c tegra_mipi_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x35c5f94e host1x_driver_unregister +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x36bebd2a host1x_client_resume +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x37cc207c host1x_job_submit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x3f0f656d host1x_syncpt_read_min +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x45277581 host1x_job_unpin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x46be60c8 __host1x_client_init +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x49d38bef host1x_job_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x4ab590ee host1x_device_exit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x4d709fe2 host1x_syncpt_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x51de13ce host1x_syncpt_base_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x5278e3ee host1x_syncpt_incr_max +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x57231b9d host1x_device_init +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x5ad56b8c host1x_bo_unpin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x60e1c657 host1x_job_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x679207ac host1x_syncpt_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x6cf479dd host1x_get_dma_mask +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x72e78e54 tegra_mipi_start_calibration +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x780210d6 host1x_channel_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x91f53d9c host1x_channel_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9451a33e tegra_mipi_free +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x945f4610 host1x_syncpt_get_base +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9c819354 host1x_syncpt_get_by_id_noref +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9ead23ff host1x_syncpt_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9f042942 host1x_fence_cancel +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa733ff60 tegra_mipi_disable +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xaa155cbd host1x_syncpt_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xad733bdf host1x_client_unregister +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xb59a6f74 host1x_syncpt_read +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xb5fe3abf host1x_syncpt_get_by_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xbcbe65a0 tegra_mipi_finish_calibration +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xbeeaf32f host1x_job_pin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xc6fe9481 host1x_job_add_gather +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xc926a59c __host1x_client_register +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xce3e0b79 host1x_syncpt_wait +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xd1ec4436 host1x_job_alloc +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xd9ccd23a host1x_channel_stop +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xe4a4d53d host1x_client_suspend +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xe86fa2bc host1x_channel_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xe903bea6 host1x_syncpt_alloc +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xec047c46 host1x_bo_pin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf33beef9 host1x_syncpt_incr +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf8a79b19 tegra_mipi_enable +EXPORT_SYMBOL drivers/hid/hid 0xa70d6024 hid_bus_type +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x4708b195 vmbus_sendpacket +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x4f384787 vmbus_sendpacket_getid +EXPORT_SYMBOL drivers/hv/hv_vmbus 0xd66b2c28 vmbus_recvpacket +EXPORT_SYMBOL drivers/hwmon/adt7x10 0xcec3e2b8 adt7x10_dev_pm_ops +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x2f9e7f8e vid_which_vrm +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x446615bd vid_from_reg +EXPORT_SYMBOL drivers/hwmon/ltc2947-core 0xcf5a630d ltc2947_pm_ops +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x01568393 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x96ec3b26 sch56xx_read_virtual_reg12 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xaa17a737 sch56xx_write_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xb37b9b81 sch56xx_read_virtual_reg16 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xc0377ecd sch56xx_watchdog_register +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x73c3efc4 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x9cf23325 i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xa8fa1276 i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x3a549404 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xe33f8fee i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0xc1219083 amd756_smbus +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x10a4c688 qcom_adc5_hw_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x1fcd0103 qcom_adc_tm5_gen2_temp_res_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x39885d6b qcom_adc_tm5_temp_volt_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x401dc869 qcom_vadc_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x47f699dd qcom_adc5_decimation_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x4e64cdb9 qcom_adc5_hw_settle_time_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x53546ecd qcom_adc5_avg_samples_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x70e6eca1 qcom_vadc_decimation_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0xc61e7a34 qcom_adc5_prescaling_from_dt +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0xc15dc478 iio_triggered_buffer_setup_ext +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0xd1ca42cd iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x0a12b0af iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x2db728b0 iio_kfifo_free +EXPORT_SYMBOL drivers/iio/imu/fxos8700_core 0xe1787fa0 fxos8700_regmap_config +EXPORT_SYMBOL drivers/iio/industrialio 0x08b3ca0d iio_device_set_clock +EXPORT_SYMBOL drivers/iio/industrialio 0x1abba5f2 iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x2ec7be83 __iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x311a4fc7 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x37ccf501 iio_trigger_validate_own_device +EXPORT_SYMBOL drivers/iio/industrialio 0x3d1fe012 iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0x47649695 iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0x73ef1ca4 iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0x7c692d50 iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0x7cc89529 iio_trigger_set_immutable +EXPORT_SYMBOL drivers/iio/industrialio 0x963d81d6 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xa1e523e6 iio_trigger_using_own +EXPORT_SYMBOL drivers/iio/industrialio 0xb34d2e69 iio_device_get_clock +EXPORT_SYMBOL drivers/iio/industrialio 0xb42b58cf iio_get_time_ns +EXPORT_SYMBOL drivers/iio/industrialio 0xbc31a1cc iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0xc3e24c2c iio_trigger_poll_nested +EXPORT_SYMBOL drivers/iio/industrialio 0xc89521f2 __iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0xc95f6ab2 iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0xceadd7b9 iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0xcebd4b8b iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0xd6ae049d iio_read_mount_matrix +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xe81562ec iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio-configfs 0xb0bb950d iio_configfs_subsys +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x1a8ee251 iio_register_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xa8765e05 iio_sw_device_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xde60bd2c iio_unregister_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xea604aea iio_sw_device_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x4457ef5a iio_sw_trigger_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x87573592 iio_register_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xbfc5fd58 iio_unregister_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xccb3af67 iio_sw_trigger_destroy +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x61be5eea iio_triggered_event_setup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x7ceae672 iio_triggered_event_cleanup +EXPORT_SYMBOL drivers/iio/pressure/bmp280 0x22872907 bmp280_dev_pm_ops +EXPORT_SYMBOL drivers/iio/trigger/stm32-lptimer-trigger 0x9c28bb5b is_stm32_lptim_trigger +EXPORT_SYMBOL drivers/iio/trigger/stm32-timer-trigger 0xaa81124a is_stm32_timer_trigger +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x02e6e7ce ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x250ab386 ib_cm_insert_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x2aa8baad ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x323dcc37 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x3257ec64 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x513861b4 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x617b1b45 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x69824a14 ibcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x6be7ea63 ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x7fe72691 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x93c8b98e ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x972cd739 ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xaa76cf03 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xadd07930 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe3f01bb6 ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xfbf15758 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00cd25ea ib_get_rdma_header_version +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0511f5ee ib_drain_rq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x060b455f rdma_read_gid_l2_fields +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0806ecbb rdma_nl_put_driver_u64 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x085e5195 rdma_copy_src_l2_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x090bb58a rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0a8e76ea ib_sg_to_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0b8de94f ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0bb1cc56 rdma_move_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c86f5cb ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0cda99d2 rdma_nl_put_driver_u32 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0d3354a6 rdma_alloc_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0d737adf ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0fcedb02 __ib_alloc_cq_any +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x11950ad4 ibdev_notice +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x13c49947 rdma_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1424ee26 ib_create_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x17569ac4 ib_map_mr_sg_pi +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1bc6be00 rdma_umap_priv_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1bd262e7 ibdev_info +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1c0add9f rdma_rw_ctx_wrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1c16ec3e rdma_set_cq_moderation +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e1d4239 rdma_put_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1f942f38 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x20377124 __ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x21571f3c rdma_get_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x21709cf5 ib_port_register_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x21fb48eb ib_get_cached_subnet_prefix +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x23770bfe ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x25aaeccd ib_create_qp_kernel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x262c85d8 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x28c5ad6b ib_destroy_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x28d887b5 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2a6caccf ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2b5b1223 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2fb440cd ib_mr_pool_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2fd7e0fa rdma_roce_rescan_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x305e5701 rdma_addr_size_kss +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x31527ac2 ib_device_set_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x33896ad5 ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x39ba0680 ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x39bb6f5a ib_qp_usecnt_dec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x39e4f0f5 rdma_nl_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x39febb2d rdma_user_mmap_io +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3ad1907b ib_modify_qp_with_udata +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3baca47c rdma_rw_mr_factor +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3da5a90e rdma_restrack_del +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3e01ce69 ibdev_printk +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fc2387c ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fe0c3df roce_gid_type_mask_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x40f77432 rdma_read_gid_attr_ndev_rcu +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x41aa5974 ib_get_eth_speed +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x432a76c0 rdma_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x434c5d10 zgid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x439ce33c ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45fb8985 rdma_nl_chk_listeners +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x471871be ib_port_unregister_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4a5d9419 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4ac533ee ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4c33952f ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4d6357ac rdma_init_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e155af0 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e90435c ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4f66238a ib_alloc_mr_integrity +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5028e4f7 rdma_alloc_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50c9f76b ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x51cd86a1 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5533e5f5 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55bb02f3 ib_cache_gid_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5645ea97 rdma_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x584c24da rdma_nl_unicast_wait +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x589f3777 ib_unregister_device_and_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58df5b94 ib_get_gids_from_rdma_hdr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5a863326 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5b6f7205 ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5be17953 ib_free_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5c5bb170 rdma_query_gid_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5c93f157 rdma_nl_stat_hwcounter_entry +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5dda3d3c ibdev_emerg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x606e08b2 ib_alloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61373fd2 __rdma_block_iter_next +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x613b1e2e ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61b8001e ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61d24c52 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x622e5a59 ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x679c0adc ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x680e3cfd __rdma_block_iter_start +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x688f749a rdma_link_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x698cb24c rdma_replace_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x69bb5603 ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b2bc18f ib_rdmacg_try_charge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b958320 ib_ud_ip4_csum +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b98462f ib_destroy_wq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6bbe72c7 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6da68720 rdma_restrack_set_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f3614b6 rdma_is_zero_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x70807834 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x71fb5afc ib_create_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73baf9a2 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x749b9198 ib_port_sysfs_get_ibdev_kobj +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75a729a0 rdma_nl_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x775a0635 rdma_restrack_parent_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x787ccc4c ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7b669e11 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7be36e29 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7ecde226 ib_process_cq_direct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7f062219 ibdev_alert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7f12d5c7 ib_mr_pool_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x81d797c4 rdma_rw_ctx_post +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x826fd7b3 ib_alloc_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x831e72fd ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x834464df ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x83e9cb25 rdma_destroy_ah_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8475795f rdma_rw_ctx_destroy_signature +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x85724864 ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x86c9f77b ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x880ccd4f ib_set_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8992474a ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8a3af0ef rdma_user_mmap_entry_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8b7efc5e ibdev_crit +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x902a8a9e ib_init_ah_attr_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90e807c7 ib_cache_gid_parse_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x91b041d1 ib_advise_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x92787f5d ib_dealloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x928bfbcb ib_get_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x94464690 ib_mad_kernel_rmpp_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9597ab41 rdma_user_mmap_entry_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x979c891d rdma_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x991b33ce rdma_restrack_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x99d63e28 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9b062962 rdma_restrack_new +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9c0df725 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9dbec10b ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9df51e57 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9df6529c ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9e9cff9e ib_port_immutable_read +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9f230a43 __ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9f8814f9 ib_dealloc_pd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa153a297 ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa555844a ib_get_vf_stats +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa58c5b06 ib_set_device_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa8058aff ib_reg_user_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa8452511 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaa583848 rdma_find_gid_by_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaac017e6 rdma_destroy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab3a40a8 ib_set_vf_link_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xac90c06d ib_get_net_dev_by_params +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae956dce ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb019bd37 rdma_nl_put_driver_u64_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb392ca3b rdma_hold_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb464156b rdma_dev_access_netns +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4c40040 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb5f340fa rdma_user_mmap_entry_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb6a31077 ib_drain_sq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7852a05 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb8fb0f96 rdma_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb9416af1 rdma_nl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb9680464 rdma_restrack_get_byid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xba0e99c5 rdma_restrack_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xba17e1d8 rdma_read_gid_hw_context +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbc5adfad ibdev_warn +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbcda3926 rdma_user_mmap_entry_get_pgoff +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbdae96e9 ib_destroy_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc05a1e46 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc11a5fbb ib_get_vf_config +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc566255c ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc6502f11 rdma_user_mmap_entry_insert_range +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8d38664 rdma_free_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc9fb2b08 rdma_link_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcbbe1d71 __ib_alloc_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0478dc4 ib_unregister_driver +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd08159ac ib_dma_virt_map_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0c49fce ib_create_qp_security +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd1b68ead ibdev_err +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd1d9a165 ib_mr_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd21bb37a ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6636ca6 rdma_addr_size_in6 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd708ca88 ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd71219e8 ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd80e9f4b rdma_nl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd8ed2c89 ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd8fdee4f rdma_nl_put_driver_string +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda079f36 rdma_restrack_add +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xde286afc ib_drain_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xde92a92b ib_unregister_device_queued +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdefb18fc ib_rdmacg_uncharge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdff19c81 rdma_user_mmap_entry_insert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe02862f2 ib_init_ah_attr_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe2d863bd ib_device_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe2e15fb9 ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe32524dd ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe3ea2d69 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe57ea110 rdma_restrack_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5840ec6 ib_wc_status_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe74bd966 ib_get_cached_port_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe75c6b00 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe795f9ba _ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7b52e5f mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9e799fc ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xea955a64 rdma_create_user_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xec493918 rdma_rw_ctx_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xedb46706 rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xedf7be5b ib_cq_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xee7b7c59 rdma_rw_ctx_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xef0c184f ib_cq_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xef9e7d6b rdma_nl_put_driver_u32_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf34ca918 ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5aa969f ib_device_get_by_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5dedb30 rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5ede048 ib_get_device_fw_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf626d1ec ib_map_mr_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6ed3334 ib_event_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf7b539b3 ib_destroy_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf938230c rdma_move_grh_sgid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfa8e52c3 ib_qp_usecnt_inc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfab03662 ib_mr_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfb50deb5 ib_device_get_by_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfbaf231c rdma_copy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc6fd98c rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfcb53c4e rdma_rw_ctx_signature_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfeb5cf7a ib_create_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x01ab3b46 uverbs_copy_to_struct_or_zero +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x05453678 _uverbs_get_const_unsigned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x16f1c877 ib_umem_odp_map_dma_and_lock +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x178e3a4b uverbs_uobject_fd_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x20c2724e flow_resources_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x22530d5f ib_umem_copy_from +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2a59c6e0 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2b49933e flow_resources_add +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2ded215b uverbs_get_flags64 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x31ec59d0 ib_umem_dmabuf_get_pinned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3685bba7 ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x36c34dc6 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3941bda3 uverbs_finalize_uobj_create +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4a3b208e ib_umem_dmabuf_unmap_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5a897952 ib_uverbs_get_ucontext_file +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5c568df2 uverbs_copy_to +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5ec34cf8 ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x754b0000 ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7d4d4def uverbs_destroy_def_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8a6a9f9d ib_umem_odp_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8ffcd6e7 _uverbs_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x99ff3759 ib_umem_odp_alloc_child +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9bd1f694 ib_umem_odp_unmap_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9d35c335 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa3d40d85 uverbs_idr_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xab904cfa ib_umem_dmabuf_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xacad2208 ib_umem_dmabuf_map_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc29d852b uverbs_get_flags32 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc91119a7 ib_uverbs_flow_resources_free +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd0c22f12 uverbs_uobject_put +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe4140995 ib_umem_odp_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe63bf134 ib_umem_find_best_pgsz +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf8f6e963 uverbs_fd_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf98ea6e2 _uverbs_get_const_signed +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xfbc653e8 ib_umem_odp_alloc_implicit +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x23a46af3 iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x326abd51 iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x3f69774f iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6ace9acb iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x74bcba5d iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xa4c4fe8c iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xb1974d84 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xe648a885 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf3df871f iwcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x077d59de rdma_accept_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x24a313d4 rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x269b4f9e rdma_iw_cm_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2721dc78 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2e1f5b86 rdma_create_user_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x35031a25 rdma_consumer_reject_data +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x399ecf66 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3be69ef8 rdma_res_to_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3f74da23 rdma_read_gids +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4a67cf5a rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4e18193c rdma_lock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x65284f76 rdma_set_ib_path +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6647f64d rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x726bb8d0 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7b6dd101 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7f186e08 rdma_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x87906fca rdma_connect_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8eae678b rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x907df803 rdma_event_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x922458c2 rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x92972773 __rdma_create_kernel_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x965a5697 rdma_connect_locked +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x97cf4b89 rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa016b9e3 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa02c3f31 rdma_unlock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xaff718a1 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb091cc28 rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb63fe88d rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xba222759 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xbd201e84 rdma_set_ack_timeout +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc5f4748f rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xcb9b8acd rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd20c796e rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd262c7cd rdma_set_min_rnr_timer +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe4adfc85 rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x60514bd6 rtrs_clt_put_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x75a90033 rtrs_clt_get_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x95d63185 rtrs_clt_request +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x97725625 rtrs_clt_rdma_cq_direct +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xa341a4c1 rtrs_clt_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xafb0f7fb rtrs_clt_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xe880830a rtrs_clt_query +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x242a8646 rtrs_addr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x458f4d6b rtrs_rdma_dev_pd_deinit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x5a5406d2 rtrs_ib_dev_put +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x887302f3 rtrs_addr_to_sockaddr +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xb6d80c03 rtrs_rdma_dev_pd_init +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xe15357ef sockaddr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xe50598a9 rtrs_ib_dev_find_or_add +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x5e4ec482 rtrs_srv_get_queue_depth +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x64746c07 rtrs_srv_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x651bd6fc rtrs_srv_get_path_name +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x933fb616 rtrs_srv_set_sess_priv +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x96f6787d rtrs_srv_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xfd548e44 rtrs_srv_resp_rdma +EXPORT_SYMBOL drivers/input/gameport/gameport 0x026b1bf6 gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x2293e037 __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x44b97637 gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x450619be gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0x564e5a7b gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x7b5860f7 gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0x842448b4 gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0xb21f77a1 gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xc3da5287 __gameport_register_port +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x1fa1c756 iforce_process_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x4ff213c3 iforce_send_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x9293f5f1 iforce_init_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0xb01f39be matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x63e3455c ad714x_probe +EXPORT_SYMBOL drivers/input/misc/ad714x 0xc63cc286 ad714x_pm +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x892d76b2 cma3000_resume +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x89d9444e cma3000_exit +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0xa62035b0 cma3000_init +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0xca3f100a cma3000_suspend +EXPORT_SYMBOL drivers/input/rmi4/rmi_core 0xdb942e8d rmi_unregister_transport_device +EXPORT_SYMBOL drivers/input/sparse-keymap 0x0698f8f0 sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0x0761769f sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0x11d1a3e7 sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x3a8015e7 sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0x6ed78a0f sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x270dceae ad7879_probe +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xcf339f1f ad7879_pm_ops +EXPORT_SYMBOL drivers/interconnect/qcom/icc-smd-rpm 0xae142f9b qnoc_remove +EXPORT_SYMBOL drivers/interconnect/qcom/icc-smd-rpm 0xd7cfabad qnoc_probe +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x133f5b6c attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x4f8d0e99 detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x561df69a capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xcb33608a capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xce10831b capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0x27c58fd5 isdnhdlc_decode +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0x4644eea5 isdnhdlc_out_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0x5b835a58 isdnhdlc_rcv_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0xef4ee223 isdnhdlc_encode +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x76e396db mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xab733b38 mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xc51d787a mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xcfb9e3a4 mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x32173c09 mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xf93c7611 mISDNisar_init +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x03a68066 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x04790a9c get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x074c76a7 mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1712fd2f mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x26236de8 mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2713494a mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x30d25b0d mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x313b1fde mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x37c4825f recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x37e4a069 mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x38773222 queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x41cc0e4c bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x49f2d22b recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6047df40 mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x63cdbfa8 mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x67eb614c mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x70e6097f mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7db59ac9 mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7edb97da recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8a997e84 mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x99adcd04 mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9c928457 mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa38f09c0 create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb5aaa4db dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd285995f mISDN_clock_get +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd5145151 mISDN_FsmEvent +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd8260aaf recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xdb38e581 recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe61d374e mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8509fc0 bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf960b88e get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x01087af0 mISDN_dsp_element_unregister +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x93df9e4b dsp_audio_law_to_s32 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb07a21b8 dsp_audio_s16_to_law +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb98308d8 mISDN_dsp_element_register +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x54a12ec4 ti_lmu_common_set_ramp +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x5e4cef96 ti_lmu_common_get_brt_res +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x9c2743cf ti_lmu_common_get_ramp_params +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0xced72aae ti_lmu_common_set_brightness +EXPORT_SYMBOL drivers/mailbox/mtk-cmdq-mailbox 0xa8f5b9f2 cmdq_get_shift_pa +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x5c723dee omap_mbox_enable_irq +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x6294da50 omap_mbox_disable_irq +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x708241a9 omap_mbox_request_channel +EXPORT_SYMBOL drivers/md/dm-bio-prison 0x476d2454 dm_cell_key_has_valid_range +EXPORT_SYMBOL drivers/md/dm-log 0x4f969855 dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0x74121494 dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0xba10fa59 dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0xf0824e3f dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x07235b43 dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x3f553086 dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0x7e37402e dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0xd111f72e dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0xdaeba5a2 dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0xf8c472af dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/raid456 0x05832783 r5c_journal_mode_set +EXPORT_SYMBOL drivers/md/raid456 0x4bf939c2 raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x07eaf5c5 flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x0bf05ded flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x2b522762 flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x2e2fbb0e flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x3db72b5e flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x523499ab flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x5d24e58e flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x896ca273 flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xc5f4dcba flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xd4ef77cb flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xdd91cab0 flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xe3f5b95e flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xf92c559f flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/cx2341x 0x15ac1bd0 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/common/cx2341x 0x28240e61 cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/common/cx2341x 0x4ac7b908 cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cx2341x 0x55aa7c5f cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x5b5cc43e cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x60a74e17 cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cx2341x 0x7b4dd2cb cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0x7eeecc5c cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cx2341x 0xc4b5dded cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0xdbc5583a cx2341x_update +EXPORT_SYMBOL drivers/media/common/cx2341x 0xe1fe1432 cx2341x_log_status +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0xcb825b94 cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0x693e74ba ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0xfa425323 ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/common/tveeprom 0x0486fae7 tveeprom_read +EXPORT_SYMBOL drivers/media/common/tveeprom 0x0dbf0296 tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x065246b8 frame_vector_create +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x1b700d37 put_vaddr_frames +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x1d5f9555 frame_vector_destroy +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xa80dc0af vb2_buffer_in_use +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xc5e5573a frame_vector_to_pages +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xd7343ee4 vb2_verify_memory_type +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xdffb744b frame_vector_to_pfns +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xe20dfe0f get_vaddr_frames +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x20bf87a3 vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x456a329b vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x9de2564b vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xae4fc593 vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xae530561 vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xd24a8e2b vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-memops 0xc7c2b85f vb2_create_framevec +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-memops 0xccd197c7 vb2_destroy_framevec +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-v4l2 0xa26f4ca1 vb2_querybuf +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x08733236 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x0e7daa13 dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x101c32a4 dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1740e1d8 dvb_remove_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x18acd31f dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1f3d0ed4 dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x223d9d45 dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2f5cdf80 dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3b93d71a dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3ef1ced5 dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x425c7e36 dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4df074ab dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x54abe4ff dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5f2b1d95 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5f9a093e dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6181aec0 dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6a9f708a dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x76b4e4d1 dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7d6dd9ec dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x89b597d6 dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8c54b0f8 dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8dfd193d dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x91a6794b dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9263a063 dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9d1bb5dc dvb_device_get +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa00aac30 dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa4235824 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa909b1da dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb3352dd2 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb379edfc dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb97d4cd9 dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xba91abe7 dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc197a293 dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc3f679f9 dvb_ringbuffer_write_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xca841189 dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd4de995d dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdbeeed74 dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe138ce6b dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xebbc2d9b dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfad130a7 dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfb09f39a dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfb9a826f dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfc6380e5 dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x1d85dfa7 au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x335b0c90 au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x6aa4f8fc au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x6de006e6 au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x7927de05 au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x7d72376c au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xb1d57a26 au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xe17cfd5a au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xe900f097 au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x7ddc6921 cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x2b6b02b0 cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x993b292c dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x9c74a143 dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xe488cdd9 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xf88dff08 dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x10149c36 dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x1df3f885 dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x2ef75dc8 dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x35735ee3 dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x3eea9b18 dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x4f29521c dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x6d0b459d dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x7f1ae909 dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x82d985e8 dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x9ea76d28 dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xa799826b dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xaa10ba1f dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xd0282510 dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xad494f6f dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xcac92aae dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xcbefeadd dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xdd3d23b4 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xfd688403 dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x2fd522ed dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x81186bd0 dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xd593abf2 dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x183d25de dib9000_fw_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x4ad53791 dib9000_set_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x638d2691 dib9000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x647b31fe dib9000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x67d2f3c4 dib9000_fw_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x90636e5d dib9000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xc5abe433 dib9000_get_tuner_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xd0438111 dib9000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xef32cc4f dib9000_get_component_bus_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xf9a935f7 dib9000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xfcc3d5ed dib9000_fw_set_component_bus_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xfd04f863 dib9000_firmware_post_pll_init +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x5c0e45b6 dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x8691e977 dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x91c7e430 dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xb7f99c62 dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xea649454 dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x0f8a4757 dvb_dummy_fe_qam_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x30efad43 dvb_dummy_fe_qpsk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x9b21892b dvb_dummy_fe_ofdm_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gl5 0xe016d7d9 lgs8gl5_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbh29 0x5a028a1f lnbh29_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0xe59fb932 m88ds3103_get_agc_pwm +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x3c84ef2b s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0x837d26d4 zd1301_demod_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0xd4a5ba36 zd1301_demod_get_dvb_frontend +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x31a48e87 flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x774e4e2b flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xa46f5c37 flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xa58e904a flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xb9165bdc flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xf4573c1d flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xf61ce41d flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x0dca54ae bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x66b1c8ba bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xb4f89be8 bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xdce5f364 bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x4bc7bd8d bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8ecf4acc bttv_write_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x9aaaa5f2 bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbcf2d2fb bttv_read_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xe90c4be3 bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x11228c4d dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x43a983fd dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x58f17922 write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x86d0b34f dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x984f981a dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xa55a1f28 rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xb800b925 read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xfa477640 dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xfc61648c dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x036829f7 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x32f57b6b cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x3dccd647 cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xb4d95549 cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xca192627 cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x1ab311dc altera_ci_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6ff7510d altera_ci_tuner_reset +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xdb3faf38 altera_ci_release +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xe66b9812 altera_ci_irq +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x35aa6b91 cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x44b517f5 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x5e5dd5b2 cx25821_riscmem_alloc +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x70dd2302 cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x79a8d17c cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x8e8fd51e cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xcf302b87 cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xdffbd65f cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe9050411 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x35f91001 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x7b0c7f11 vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x1da5ae2b cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x53b489f1 cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x53df6090 cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x6edb4b39 cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x17d18daa cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x1a7c05e6 cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x59159b49 cx8802_start_dma +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x99b97dfa cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x9c2edef5 cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x9e046448 cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xfd1175fb cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x0a232769 cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x11231b31 cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x11b7b85a cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1428db63 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1685940f cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1b298b59 cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1efdbb27 cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2b43b6b9 cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x36c9b746 cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x41f6a5ea cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x45cbd321 cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x567feda9 cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5edb7ae5 cx88_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5f6d44a0 cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x690b4200 cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x69ce0987 cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8d88137a cx88_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x97b7acc8 cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa9093f56 cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xaaddb47e cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xcf298b57 cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf3cda802 cx88_core_put +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x0675837c ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1002e9e6 ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1a6cc74a ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x20567956 ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x24d53692 ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x2a4f347d ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x592f947c ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x8d27fa82 ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x988b4a12 ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xa7614c03 ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xab27f116 ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb502b615 ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb538e521 ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xbc191fd8 ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xcb4124f5 ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xcebf8f0a ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xecc86b1d ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x006b0a68 saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x04e83446 saa7134_tuner_callback +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1211df5d saa7134_devlist +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x27999193 saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x58bc53f4 saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x5d07ac9e saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x730c4be3 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x88c94dd2 saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x8f1ad46b saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x9ba432cb saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb2f1d569 saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xd9cfbfed saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xdfe29403 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xdff53ad2 saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xe5065172 saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/platform/allegro-dvt/allegro 0x2c79d0f2 msg_type_name +EXPORT_SYMBOL drivers/media/radio/tea575x 0x047cbc3d snd_tea575x_g_tuner +EXPORT_SYMBOL drivers/media/radio/tea575x 0x09fdd0ae snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0x4a537f58 snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0x7c1c2ab7 snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0xc3429705 snd_tea575x_enum_freq_bands +EXPORT_SYMBOL drivers/media/radio/tea575x 0xd7553bdb snd_tea575x_s_hw_freq_seek +EXPORT_SYMBOL drivers/media/radio/tea575x 0xe3014f66 snd_tea575x_init +EXPORT_SYMBOL drivers/media/rc/rc-core 0x01098f88 ir_raw_encode_scancode +EXPORT_SYMBOL drivers/media/rc/rc-core 0x1c3d3661 ir_raw_handler_register +EXPORT_SYMBOL drivers/media/rc/rc-core 0x2fe55cf5 ir_raw_gen_pd +EXPORT_SYMBOL drivers/media/rc/rc-core 0x793d32fb ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/rc/rc-core 0x7a02ee87 ir_raw_gen_pl +EXPORT_SYMBOL drivers/media/rc/rc-core 0xb5516017 ir_raw_encode_carrier +EXPORT_SYMBOL drivers/media/rc/rc-core 0xce3696f3 ir_raw_gen_manchester +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x73233384 fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xd9226484 fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x4c48939e tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x4116d228 cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x6829d1d8 cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x35387fa6 dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x367d4a2a dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x4568f269 dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x5df549b9 dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x9a1eff8d dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xa334e642 dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xa78d95b5 dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xbd765538 dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xd4336069 dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x2865a465 usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x74710a0d dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x895f8798 dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x8b6f5395 dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xa6394a81 dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xbf636a58 dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xc5adabf3 dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x341530cb rc_map_af9005_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x60af2002 af9005_rc_decode +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0xd4e288db rc_map_af9005_table_size +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x0d764d61 dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x2b0252b3 dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x2f58b351 dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x335eaa39 dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x85a8bf65 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x93822ecb rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x9d0092b7 dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x9d81411c dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xdf1f9de8 dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xe8d64d16 dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0x2b8c8504 dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0x35275bcb dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x1839adcb em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xa54d919d em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x0c48b170 go7007_read_addr +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x1a49ce15 go7007_boot_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x35f68a69 go7007_snd_init +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x3f1f06f1 go7007_alloc +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x43792d53 go7007_update_board +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xa58df073 go7007_read_interrupt +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xbace899f go7007_register_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xc2494489 go7007_snd_remove +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xccf9ec2b go7007_parse_video_stream +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x06357674 gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x068bf456 gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x47dd99db gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x6f34b15e gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9bc0e130 gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xa44720b2 gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xca6ad85a gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xdd6516f1 gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xc838d33b ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xe3ffd2f1 ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x3278196b v4l2_async_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x32e907f0 v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x389b3ba6 v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x42d7a4c5 v4l2_async_subdev_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xb13c10ce v4l2_async_nf_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xd318956a v4l2_async_nf_init +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x367fa967 v4l2_m2m_buf_done_and_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x3fabcb60 v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x459e133f v4l2_m2m_get_curr_priv +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x5352d022 v4l2_m2m_resume +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x73b2a7b6 v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xced22d68 v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xf626dd03 v4l2_m2m_suspend +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x026fc8a1 __v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x034d207d v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0454c54e v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x07d8765d v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x082737e8 v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x08d7bad5 v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0ee22dde v4l2_subdev_call_wrappers +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0f7d2d49 __v4l2_ctrl_s_ctrl_string +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x11829f73 v4l2_ctrl_type_op_validate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x17bdb6c7 v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x192892b6 v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1e14e345 __v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x26100c46 __v4l2_ctrl_s_ctrl_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2e99d8bb v4l2_ctrl_request_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x315de2cf v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x32d43420 v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x330b3efb v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x35ff98bf v4l2_format_info +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x36c3b4f9 v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x37c25018 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x388f065b v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3adbd595 v4l2_field_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3b86cd9a v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3bd8baa7 v4l2_ctrl_type_op_equal +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3bdd0f94 v4l2_prio_change +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4fd2b7f7 video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5b1719a8 v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5e106895 video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x609831e1 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x656f17a7 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x66ec4b4e v4l2_query_ext_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x68ae882a v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6e4684ba v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x711dc19d v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x71d96f77 v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x766538fd v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7a5c147d v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7e6421e0 video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x84901bc9 video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x89e3897d v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x90357a43 v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x90a8c13b v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x90bf6c11 v4l2_ctrl_request_complete +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9f845471 v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa21ef17e v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa31cf1d0 v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa4cdd5b2 __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xab2ce941 v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xaeefdb95 v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb49879db __v4l2_ctrl_modify_dimensions +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb6ac96f0 v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xba016211 v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc36f194a v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcac51432 __v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd16d9c01 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xda9f67a8 v4l2_ctrl_new_std_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdb75cf76 v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe0bf09fb v4l2_ctrl_type_op_log +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xeb002176 v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xeeb773c2 v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf0338161 __v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf23f990b v4l2_ctrl_new_fwnode_properties +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf251922c video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf50fecbc v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf8bc413d v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfd7f9bd5 v4l2_ctrl_type_op_init +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x2a5e7eb8 rpcif_hw_init +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x35e233df rpcif_dirmap_read +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x7095c187 rpcif_prepare +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0xadcabc6e rpcif_sw_init +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0xb8ffec79 rpcif_manual_xfer +EXPORT_SYMBOL drivers/memstick/core/memstick 0x10cba52a memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0x15de81d0 memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x199305e6 memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x1a9020d5 memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x1cdf122c memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x28464ad7 memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x287277cb memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x41068eb1 memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0x4ca21dda memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x5ede1b2e memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x6951a723 memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x7e2a5df3 memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xb0275e12 memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xe875e6ec memstick_next_req +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0708ff74 mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0aa86a05 mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0b338d79 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1bc9dcf3 mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3b606d4b mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x52888be5 mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5efe0130 mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x610b257e mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x680b2dde mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x72e42fa8 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x74a0134a mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7ab129f1 mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x84f4417a mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x85b62908 mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x93e620e0 mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x948beef9 mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x981efe92 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa0dd5d5f mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa147398c mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa55f4125 mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb3db3d32 mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb8883207 mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb8b86b58 mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc0d6b848 mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc161d340 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc390a07d mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xcaad4c90 mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdf45520d mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe05287bf mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe06d21eb mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe6c1e126 mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xea3ec4f7 mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xeae88b22 mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x071f4697 mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x24b1a16c mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2eb43b53 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3edcb50b mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3f961d4a mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x431f5a3d mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4d7afa5e mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4de6ed9d mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5ad3004b mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5f974f6f mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x749f40bf mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x78daa32a mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x880103ce mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8bad23d2 mptscsih_host_attr_groups +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x92742a10 mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x96536882 mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x96d7e0e5 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9cc0d485 mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xaae28e7b mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb481839c mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb6720213 mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc6d933fd mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd3c71214 mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe7850548 mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xed63f696 mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xef8842f8 mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf5f62cc1 mptscsih_ioc_reset +EXPORT_SYMBOL drivers/mfd/axp20x 0x172bfbf7 axp20x_match_device +EXPORT_SYMBOL drivers/mfd/axp20x 0x3a0fd02a axp20x_device_probe +EXPORT_SYMBOL drivers/mfd/axp20x 0x9f2dd6b8 axp20x_device_remove +EXPORT_SYMBOL drivers/mfd/dln2 0x5d57be01 dln2_transfer +EXPORT_SYMBOL drivers/mfd/dln2 0x9d85a0d6 dln2_unregister_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0xf0754592 dln2_register_event_cb +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x14cb125c mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x37e3d5f5 mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x3b3e1ceb mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x7275ca75 mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xb31bcde9 mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xb79bf507 mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xc09ac12d mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xc23123a2 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xce9d9f74 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xe1177668 mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xf2609d2b mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/qcom-spmi-pmic 0xbe7ed294 qcom_pmic_get +EXPORT_SYMBOL drivers/mfd/qcom_rpm 0xd520f912 qcom_rpm_write +EXPORT_SYMBOL drivers/mfd/tps65010 0x02d4ad0f tps65013_set_low_pwr +EXPORT_SYMBOL drivers/mfd/tps65010 0x0c6ad2cf tps65010_config_vdcdc2 +EXPORT_SYMBOL drivers/mfd/tps65010 0x28485130 tps65010_config_vregs1 +EXPORT_SYMBOL drivers/mfd/tps65010 0x33739de7 tps65010_set_vib +EXPORT_SYMBOL drivers/mfd/tps65010 0x9fd44c69 tps65010_set_led +EXPORT_SYMBOL drivers/mfd/tps65010 0xb14080cc tps65010_set_low_pwr +EXPORT_SYMBOL drivers/mfd/tps65010 0xd5bb106d tps65010_set_vbus_draw +EXPORT_SYMBOL drivers/mfd/tps65010 0xe99b3f36 tps65010_set_gpio_out_value +EXPORT_SYMBOL drivers/mfd/wm8994 0x193a9ef6 wm8958_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x2abd505f wm8994_irq_exit +EXPORT_SYMBOL drivers/mfd/wm8994 0x2b00256f wm8994_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x86589cdb wm1811_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x9c23e679 wm8994_base_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0xf7bcd71d wm8994_irq_init +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x7709f736 ad_dpot_remove +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xff9d3215 ad_dpot_probe +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x5bafa76e altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x7d52d056 c2port_device_unregister +EXPORT_SYMBOL drivers/misc/c2port/core 0xa0ef8c83 c2port_device_register +EXPORT_SYMBOL drivers/misc/tifm_core 0x05cac3be tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x0ffb277f tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x2c7d88a5 tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x328d2879 tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x38a16dd1 tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x38c7784f tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x4f5a8a23 tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x66d6093a tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0x8aa44668 tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xa28c6782 tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xbacdf503 tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xc2a2832c tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xced07771 tifm_has_ms_pif +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x3b011474 cqhci_pltfm_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x990cac1c cqhci_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xdd11a3a6 cqhci_deactivate +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xeda1fb90 cqhci_irq +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xfa872075 cqhci_resume +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x76330b4c dw_mci_probe +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x87bc38a3 dw_mci_runtime_suspend +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0xab9fe2eb dw_mci_remove +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0xee0d486b dw_mci_runtime_resume +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x5f557a83 mmc_spi_put_pdata +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0xde1884fc mmc_spi_get_pdata +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x2ad488c6 cfi_build_cmd_addr +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x4a3ccba2 cfi_send_gen_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x8a828799 cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xc7813e24 cfi_merge_status +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xca8a5498 cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xce38841f cfi_build_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xe1c5f507 cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xff9fa623 cfi_udelay +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x517685b0 do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x613cfb9b unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x7881329d map_destroy +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x9384a71e register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0xb5d83763 mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0x2faee441 lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0xf3d491ef simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0x07075706 mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/mtd 0x8dd22356 mtd_concat_create +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x102603bc mtk_ecc_get_parity_bits +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x5437e775 mtk_ecc_disable +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x5de55d81 mtk_ecc_get_stats +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x6df58afb mtk_ecc_release +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x76e53683 mtk_ecc_wait_done +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x8dcc87d2 mtk_ecc_enable +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0xcec6d517 of_mtk_ecc_get +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0xda64ef4a mtk_ecc_adjust_strength +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0xec8b9207 mtk_ecc_encode +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x09128913 nand_ecc_sw_bch_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x0954e996 nand_ecc_sw_bch_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x1e6798be nand_ecc_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x2ec2f0e0 nand_ecc_unregister_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x3825ff32 nand_ecc_sw_bch_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x38275c09 nand_ecc_register_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x3c801429 nand_ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x4e585817 nand_ecc_sw_hamming_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x5ec84264 nand_ecc_get_on_die_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x618c8f47 nand_ecc_sw_bch_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x78fda114 nand_ecc_sw_hamming_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x833e43bf nand_ecc_get_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x891c0b76 nand_ecc_get_sw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x8c24eda6 nand_ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x8d4dc022 nand_ecc_is_strong_enough +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x913c574e nand_ecc_put_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x9bfc647e nand_ecc_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xa01587fe of_get_nand_ecc_user_config +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xa3e8a567 nand_ecc_finish_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xe6db989b ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xed40be4c nand_ecc_sw_hamming_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xf195fb6a nand_ecc_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xf4a40201 nand_ecc_prepare_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xff4351b0 ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0x23303da0 onenand_addr +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0xa67f0c04 flexonenand_region +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x30db096f denali_calc_ecc_bytes +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x820598b5 denali_init +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0xe2c9fece denali_remove +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x00166a80 nand_monolithic_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x13bfbb0c nand_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x350b2836 rawnand_dt_parse_gpio_cs +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8ecbb3b8 nand_check_erased_ecc_chunk +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x9ca458a0 nand_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x9e60ccda rawnand_sw_bch_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xa3a1e102 nand_create_bbt +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xb09cab2f nand_write_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xbabce02b nand_scan_with_ids +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xc480bc1a rawnand_sw_bch_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xd43aba5b nand_read_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xdae555f1 rawnand_sw_hamming_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xe729a637 rawnand_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xedc7f20d rawnand_sw_hamming_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xf0f062be nand_monolithic_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xf5918389 rawnand_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xfc97974c nand_get_set_features_notsupp +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xfeb3b263 rawnand_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/raw/omap_elm 0x1ecd3543 elm_config +EXPORT_SYMBOL drivers/mtd/nand/raw/omap_elm 0x7e4d4f40 elm_decode_bch_error_page +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x05db864f arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x0b7f92bb arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x377a37f2 arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x38655125 arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x4a198dbe arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x832cb85b arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x9af8f38b alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xa45e0c0f free_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xba01949f arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xc3ba5682 arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xf26b5fa5 arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xfa282726 com20020_netdev_ops +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xfa599c09 com20020_found +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xfca96b87 com20020_check +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x65255b02 ctucan_probe_common +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x9ed00a3d ctucan_suspend +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0xb6c1d5f8 ctucan_resume +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0x612bbf21 can_eth_ioctl_hwts +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0xcee90a62 can_ethtool_op_get_ts_info_hwts +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x058b0e29 b53_get_strings +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x145fe435 b53_enable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x14e62c1b b53_mirror_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x1d1f8ca9 b53_port_event +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x33975473 b53_mirror_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x36517201 b53_br_set_stp_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x4585a83f b53_fdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x4cd8cf70 b53_mdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x51a544c8 b53_vlan_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5453c322 b53_phylink_mac_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x596f51be b53_phylink_mac_link_down +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5bde7367 b53_vlan_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x64227916 b53_configure_vlan +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x68df0c35 b53_setup_devlink_resources +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6ff74cb9 b53_brcm_hdr_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x7111c6d9 b53_eee_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x786aafdb b53_fdb_dump +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x850e942d b53_br_flags +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8862de94 b53_br_leave +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8c5f086e b53_vlan_filtering +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8ead234a b53_mdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8fde58f3 b53_eee_enable_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x97804e4a b53_get_tag_protocol +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x9dc75bb3 b53_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xafa62698 b53_get_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb88509b2 b53_switch_detect +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xca9f4bf6 b53_br_join +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xcda1574d b53_get_sset_count +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xea27a98f b53_get_ethtool_phy_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xeb048d69 b53_switch_register +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf1deaec4 b53_br_flags_pre +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf348461e b53_set_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf59bc568 b53_br_fast_age +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf88e24c4 b53_phylink_mac_link_up +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xfb8ae720 b53_imp_vlan_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xfbf5d686 b53_disable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xfe1bf355 b53_get_ethtool_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xfea3ef09 b53_fdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x2c6565ee b53_serdes_link_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x5b38dc74 b53_serdes_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x753d036b b53_serdes_phylink_mac_select_pcs +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x7c8b0492 b53_serdes_phylink_get_caps +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x01ad7232 lan9303_remove +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x03963f56 lan9303_probe +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xada83f40 lan9303_register_set +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xbb90a4a0 lan9303_shutdown +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x1c5d457e ksz_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0xca324163 ksz_switch_remove +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0xe8cac1b6 ksz_switch_register +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x899fa0d1 vsc73xx_shutdown +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x960e3a6c vsc73xx_remove +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x982f5313 vsc73xx_probe +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x99d242fe vsc73xx_is_addr_valid +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x317f9482 xrs700x_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x31c19d82 xrs700x_switch_register +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x77fdc2a3 xrs700x_switch_remove +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x83b7b667 xrs7003f_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x8972bf7e xrs7004f_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xb25facfa xrs7003e_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xb89aa5e3 xrs7004e_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xde75e9a1 xrs700x_switch_shutdown +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x30bf6dbd ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x370e213f __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x47cac5b1 NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x4d18d438 ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x4defaf8f ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x78031001 ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x94c26119 ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xc585bdc9 ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xd2884dff ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xf9dc5c2e ei_close +EXPORT_SYMBOL drivers/net/ethernet/aquantia/atlantic/atlantic 0x9b089d76 aq_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x130adf6b bnxt_register_async_events +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x86b1081a bnxt_register_dev +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x9d850aff bnxt_send_msg +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x9e562884 bnxt_unregister_dev +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x71df19d7 cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x51bc14d9 cavium_ptp_put +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x6c729efa cavium_ptp_get +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x0d8be5fd bgx_lmac_rx_tx_enable +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x34eeb48a bgx_set_dmac_cam_filter +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x42264715 bgx_get_lmac_count +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x46cdf933 bgx_config_timestamping +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x539ca253 bgx_get_lmac_mac +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x60cd1f2f bgx_lmac_get_pfc +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x6ca2152d bgx_lmac_set_pfc +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x716fd7f0 bgx_reset_xcast_mode +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x72b238e4 bgx_get_rx_stats +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xbe654297 bgx_get_tx_stats +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xc397f585 bgx_lmac_internal_loopback +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xc82be691 bgx_get_map +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xd8ed0bcc bgx_set_lmac_mac +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xf101d1b2 bgx_get_lmac_link_state +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xff987a02 bgx_set_xcast_mode +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_xcv 0x13912e4b xcv_init_hw +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_xcv 0x4f739dc0 xcv_setup_link +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x07fb6dff t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x0ed5dc34 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x1b68203a cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x1e99b53b t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x2308755a cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x70c80868 cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x7fb56a8e t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9f6abd8d cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa323c772 cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa941678d cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xaf7f1b00 cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xbf3b110c cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd01841d3 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xd99555f0 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf0b70936 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf5a1350f t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x07c374cf cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0c0a6568 cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0c7ded2d cxgb4_ring_tx_db +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0f1a5528 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x18f160f2 cxgb4_inline_tx_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x19ca3dba cxgb4_read_sge_timestamp +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1b1f2179 cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1bb7f318 cxgb4_read_tpte +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2f944117 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3ff1bca9 cxgb4_l2t_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x43da4f4c cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x46dc1891 cxgb4_check_l2t_valid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x49741330 t4_cleanup_clip_tbl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4a5f8cbf cxgb4_update_root_dev_clip +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4dbc324d cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x51f149a4 cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x523efc32 cxgb4_smt_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x527112e9 cxgb4_clip_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5dfff7e2 cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x60bebdc4 cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x69a54b54 cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6e901c06 cxgb4_port_e2cchan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x78ea6869 cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7ba68530 cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7c1a4c2a cxgb4_get_srq_entry +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x95109bc9 cxgb4_immdata_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x96c31069 cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa5512ca5 cxgb4_bar2_sge_qregs +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa8db193f cxgb4_smt_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa975ee44 cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb4ddd2f7 cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb76c2818 cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xba817721 cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbc77b34a cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc4afdd23 cxgb4_reclaim_completed_tx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc67d7ffb cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc9c6d814 cxgb4_crypto_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcd6527fa cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcf2b0ee3 cxgb4_map_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd4c44439 cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd6d8faee cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd9ff7d02 cxgb4_write_partial_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xdc5a8214 cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xde49af17 cxgb4_write_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe8129922 cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf0c26686 cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf77b104d cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf99db251 cxgb4_clip_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x101dd5bb cxgbi_ppm_ppods_reserve +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x1bdaafe1 cxgbi_tagmask_set +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x255ab30f cxgb_get_4tuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x2a81a83e cxgbi_ppm_ppod_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x2e3e734a cxgbi_ppm_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x4c004a24 cxgb_find_route +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xa91023d8 cxgb_find_route6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xab53163d cxgbi_ppm_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xf2cd8add cxgbi_ppm_make_ppod_hdr +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x1c08b518 vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x1e5a511c enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x9f2b4240 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xd8458f4f vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xfa53f69a vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xfe3bc82b vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x4e2e10d2 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x4f95e41f be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xdbc3024e be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/freescale/dpaa2/fsl-dpaa2-eth 0x4412391e dpaa2_phc_index +EXPORT_SYMBOL drivers/net/ethernet/freescale/dpaa2/fsl-dpaa2-eth 0x9ed195d1 dpaa2_ptp +EXPORT_SYMBOL drivers/net/ethernet/freescale/enetc/fsl-enetc-ierb 0x27455b75 enetc_ierb_register_pf +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x56c33d9a fun_dev_disable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x59e702a5 fun_release_irqs +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xc1c045ad fun_dev_enable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xcd3f2aad fun_reserve_irqs +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x0a88e463 hnae_get_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x202ceb07 hnae_put_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x210fc30e hnae_reinit_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xb1266858 hnae_register_notifier +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xb2308db4 hnae_ae_register +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xbe4efeed hnae_ae_unregister +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xdf24adef hnae_unregister_notifier +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hns_dsaf 0x8322fa39 hns_dsaf_roce_reset +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x24a25dba hnae3_unregister_ae_algo_prepare +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x2beb9f3c hnae3_set_client_init_flag +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x53c7a2d2 hnae3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x7eb0143e hnae3_unregister_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x928fa36b hnae3_register_client +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x9b78dfdd hnae3_register_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xbff81587 hnae3_register_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xd7e6cd2d hnae3_unregister_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x0566ff6a iavf_register_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x93e7aa92 iavf_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/intel/ice/ice 0x965ff908 ice_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/intel/ixgbe/ixgbe 0xbaa35511 ixgbe_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x05b16a03 otx2_reply_invalid_msg +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x1236486c __traceiter_otx2_msg_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x231c2de6 otx2_mbox_regions_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x24ec38de __tracepoint_otx2_msg_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x260f2e68 otx2_mbox_check_rsp_msgs +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x364e8761 __SCK__tp_func_otx2_msg_interrupt +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x4f89061e otx2_mbox_wait_for_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x51f6d70d otx2_mbox_destroy +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x6365a74f __SCK__tp_func_otx2_msg_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x689d15c7 otx2_mbox_alloc_msg_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x8cea8de6 otx2_mbox_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x8d7a5f9d __traceiter_otx2_msg_interrupt +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x8f772a3f otx2_mbox_id2name +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x9516883c otx2_mbox_busy_poll_for_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xa1d48ed6 otx2_mbox_reset +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xad7f1364 otx2_mbox_nonempty +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xc619ea5d __tracepoint_otx2_msg_process +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xc704095c __tracepoint_otx2_msg_interrupt +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xc9fefd2b otx2_mbox_msg_send +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xcef3985a __SCK__tp_func_otx2_msg_process +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xd453d85e __otx2_mbox_reset +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xe7181d87 __traceiter_otx2_msg_process +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xf4435a8c otx2_mbox_get_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x0ac0fd99 mbox_handler_npa_lf_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x166fa3e6 otx2_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x16c7e443 cn10k_lmtst_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x1ba9db80 otx2_mcam_flow_del +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x20189948 otx2_alloc_mcam_entries +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x22c718ec otx2_open +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x3385cf95 otx2vf_set_ethtool_ops +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x36615086 otx2_set_mac_address +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x3bb562e5 otx2_get_mac_from_af +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x3ccbdc11 mbox_handler_nix_lf_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x4e5c1a6b otx2_mbox_up_handler_cgx_link_event +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x54ea3102 otx2_shutdown_tc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x5d7068eb otx2_ioctl +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x6198c4c7 otx2_nix_config_bp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x66839f83 otx2vf_mcam_flow_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x68b42b0b mbox_handler_nix_bp_enable +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x68f94660 otx2_set_real_num_queues +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x69f5c6a8 otx2_handle_ntuple_tc_features +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x6feb4325 otx2_config_pause_frm +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x80d3f885 mbox_handler_msix_offset +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x8202d9a5 otx2_config_hwtstamp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x85dd7bc6 otx2_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x8a5f36dc otx2_select_queue +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x9c2b69b3 otx2_txschq_config +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xa32a51cb otx2_smq_flush +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xa6737ac7 otx2_stop +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xba6e7d58 otx2_init_tc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xbb1f2a3b otx2_mbox_up_handler_mcs_intr_notify +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xbd0ac589 otx2_tc_apply_ingress_police_rules +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xce63cc45 otx2_detach_resources +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xd08f0656 otx2_attach_npa_nix +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xdebd78f3 otx2_get_maxflows +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xdfa2cc0f otx2_sq_append_skb +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xecc32e8a otx2_txschq_free_one +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xf338c117 otx2_setup_tc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xf98c34d1 otx2_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0x6d224040 prestera_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0xde459a72 prestera_device_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x047be629 mlx4_SET_PORT_fcs_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x061fa893 mlx4_get_is_vlan_offload_disabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x07d39165 mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0b5dbde0 mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0e24509e mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0ec1e6e2 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x204b1fd7 mlx4_is_eq_vector_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x27cf2a1e mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2830ada1 mlx4_test_interrupt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2a90dacb mlx4_query_diag_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x34493a49 mlx4_SET_PORT_user_mtu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x39d4230d mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3e09ff6e mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4238cd40 mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x49ffb3cd mlx4_get_eqs_per_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x50419593 mlx4_SET_PORT_user_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x50535979 mlx4_tunnel_steer_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x51185b55 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x52bd67d0 mlx4_ALLOCATE_VPP_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x58640208 mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x61640f57 mlx4_SET_VPORT_QOS_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x73a67a57 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7f31a52b set_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7fdde0b4 mlx4_handle_eth_header_mcast_prio +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8a89618e mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8c860d4e get_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9577759f mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x99d869be mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9bcb809c mlx4_SET_PORT_BEACON +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9c41316f mlx4_is_eq_shared +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9f0e6ab1 mlx4_get_cpu_rmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa8f7048e mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaa414f38 mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xab0b17ff mlx4_test_async +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb491e33f mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcaec1508 mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcf0cba24 mlx4_SET_VPORT_QOS_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd4fcbb21 mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xde377d88 mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe1cc0997 mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe3aee4e0 mlx4_ALLOCATE_VPP_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe6c73e00 mlx4_max_tc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeddbdc02 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfd9a1099 mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfe226d9a set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x02dbae9a mlx5_core_destroy_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x04c0c915 mlx5_eswitch_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x06e8766d mlx5_lag_get_roce_netdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x089f1089 __traceiter_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0a6a301e mlx5_core_alloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0ad3caf0 mlx5_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0d18fc7f mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0dedfabb mlx5_debug_qp_remove +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0eef6e59 mlx5_packet_reformat_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1132d48b mlx5_mpfs_add_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x12135c1c __tracepoint_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x143224e2 mlx5_vf_put_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x14a98b16 mlx5_eswitch_vport_match_metadata_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x15b7cec9 mlx5_fpga_mem_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x16ee51cd mlx5_eswitch_add_send_to_vport_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x17a12306 mlx5_core_dealloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x18eddc12 mlx5_qp_debugfs_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x19ae0f93 mlx5_lag_is_shared_fdb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1a62b351 mlx5_free_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1c57c524 __traceiter_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x200269a7 __traceiter_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x20f9e454 mlx5_core_create_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x217faec0 mlx5_core_query_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x22436cce mlx5_core_modify_cq_moderation +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2338da90 mlx5_eswitch_get_encap_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x23bb3f50 mlx5_create_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x28ce7110 mlx5_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2ac8ad9b mlx5_fpga_sbu_conn_sendmsg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2bb7c60e mlx5_comp_vectors_count +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2cc0d569 mlx5_eq_update_ci +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2f0ae0d5 mlx5_core_create_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2f70484c mlx5_eswitch_reg_c1_loopback_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3420d14c mlx5_fpga_sbu_conn_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3475821f __SCK__tp_func_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x34ff6372 mlx5_fpga_mem_read +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x39849fcb mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x39f04ded mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3add5f56 mlx5_core_destroy_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3cbbd0ac mlx5_put_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3ccd0642 mlx5_cmd_out_err +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3e76c465 mlx5_eq_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4160a62c mlx5_core_query_vendor_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x433c24b4 mlx5_lag_is_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x43e95f16 mlx5_modify_header_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4591aecb mlx5_eq_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x45b52e00 __tracepoint_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x471f4492 mlx5_vf_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x474c978e mlx5_vector2eqn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x47c0b661 mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4ae24fa8 mlx5_lag_get_next_peer_mdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4bb07f61 mlx5_fc_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4c91b2cf mlx5_rl_add_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d5f5c07 __SCK__tp_func_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d62e046 __tracepoint_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4e226dd5 mlx5_core_destroy_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x55589373 mlx5_eswitch_uplink_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x55735106 __traceiter_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x559ac38d __SCK__tp_func_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5771e4c9 mlx5_eswitch_unregister_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5884ccaa mlx5_cmd_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x59bdf8ea mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5b1624d4 mlx5_query_ib_port_oper +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5c6e2b0d mlx5_create_flow_group +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5cfe4cac mlx5_eswitch_register_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5d0197df mlx5_core_query_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5d0ecdb6 mlx5_get_fdb_sub_ns +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5e2d549d mlx5_eq_create_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x61492bb7 mlx5_rl_are_equal +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6b9bf539 mlx5_core_uplink_netdev_event_replay +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6bf912ea mlx5_core_modify_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6cd5a182 __tracepoint_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6de787f2 mlx5_lag_query_cong_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6f93a311 mlx5_rl_is_in_range +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x702f5492 mlx5_core_destroy_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x710bd4ad mlx5_fc_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x71ceae2f mlx5_mpfs_del_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7261330b __SCK__tp_func_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x73fc1d8e __tracepoint_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x783071e9 mlx5_fs_remove_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x785b9171 mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x78a73aaa __traceiter_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x79c22e45 mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7b359a09 __SCK__tp_func_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7b6c509c mlx5_eswitch_get_vport_metadata_for_match +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7c4b0f39 mlx5_lag_is_master +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7c5c9c3c mlx5_lag_is_mpesw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7dc58d76 mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7ecfc5ba mlx5_get_flow_namespace +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x80305f63 mlx5_cmd_cleanup_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x85b16c4b mlx5_core_roce_gid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x87e68171 mlx5_del_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x887ad85e mlx5_eq_get_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x888a2246 mlx5_create_auto_grouped_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8f9c2919 mlx5_cmd_exec_polling +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x912988ef mlx5_is_roce_on +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x92b52c97 mlx5_cmd_create_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x92d6d63b mlx5_debug_qp_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96eb2c99 mlx5_fc_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x97f28c1f mlx5_lag_get_num_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9b900dff mlx5_lag_is_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9c1a28f3 mlx5_comp_irq_get_affinity_mask +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9d6135dc __SCK__tp_func_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9f44e120 mlx5_core_modify_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa27e9319 mlx5_core_create_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa5d5bf6e mlx5_cmd_do +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa60c8534 __traceiter_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa66926bc mlx5_eswitch_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa77c862f mlx5_lag_is_sriov +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa7bba0ea mlx5_get_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa85e04b7 mlx5_flow_table_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa8f932d7 mlx5_qp_debugfs_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaa4125b1 mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xab521f6e __traceiter_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xac39a9c6 mlx5_eq_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xace3e860 mlx5_debugfs_get_dev_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xad47d72b mlx5_eq_destroy_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xad6815cd mlx5_rsc_dump_cmd_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb0babbd9 mlx5_rsc_dump_next +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb28dbbe8 mlx5_destroy_flow_group +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb3c360f4 mlx5_msix_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb941394f mlx5_eswitch_vport_rep +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xba5c2f4f __traceiter_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbb07ebdf __tracepoint_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbbecf19a mlx5_fpga_get_sbu_caps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbc7b81f8 mlx5_sriov_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbcde213e mlx5_sriov_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbee3a90a mlx5_cmd_destroy_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbfcdb6c5 mlx5_fs_add_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc176ca72 mlx5_lag_get_slave_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcc002b85 mlx5_destroy_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcc170141 mlx5_modify_header_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcce3fe12 mlx5_core_create_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xccf24c90 mlx5_rsc_dump_cmd_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xce3ebb6f mlx5_packet_reformat_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd020dd1f __traceiter_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd13e7026 mlx5_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd1583a68 mlx5_nic_vport_disable_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd175dc86 mlx5_eswitch_get_vport_metadata_for_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd41892f6 mlx5_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd7bfa26f mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd8427380 mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdad9d12d mlx5_cmd_init_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdae8aa4d __tracepoint_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdd4d72ee mlx5_fc_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe33ad83f mlx5_core_modify_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe5aac9f6 mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe5ad0cad mlx5_create_lag_demux_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe6814bcc mlx5_fpga_sbu_conn_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe84ba59d mlx5_core_get_terminate_scatter_list_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe97d61a9 mlx5_rl_add_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeaa0ec27 mlx5_lag_mode_is_hash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeb01e998 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeb9a8bcf __SCK__tp_func_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xefebd5c1 mlx5_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf06725b6 __tracepoint_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf2fd7986 mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf4a92ce4 mlx5_rdma_rn_get_params +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf52e1946 __tracepoint_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf6bc0d55 mlx5_rl_remove_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf6c74686 mlx5_alloc_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf72a2372 mlx5_eq_disable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf7f9e6e7 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf8376bc0 mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf88d57b1 __SCK__tp_func_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfb31cc6f mlx5_rl_remove_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfc8e744e __SCK__tp_func_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfdd37913 mlx5_msix_free +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xffabdbba mlx5_add_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxfw/mlxfw 0xc4d702d9 mlxfw_firmware_flash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x02815b77 mlxsw_env_module_port_up +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x02dfd3d0 mlxsw_afk_key_info_block_encoding_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x037c2d59 mlxsw_core_trap_state_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x06339d34 mlxsw_afa_block_append_mirror +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x07abcc0c mlxsw_afa_block_append_trap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0ca34ccf mlxsw_core_max_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0d0129fc mlxsw_afa_block_append_qos_ecn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0e81c09c mlxsw_afk_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0f4a209d mlxsw_core_read_utc_sec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x14d6ca2e mlxsw_env_set_module_power_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x14e17bb4 mlxsw_linecards_event_ops_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x15801382 mlxsw_afk_key_info_put +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x16673aec mlxsw_afk_values_add_u32 +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x16f4221d mlxsw_core_irq_event_handler_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x19fa5852 mlxsw_core_flush_owq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x1b3a899c mlxsw_core_port_devlink_port_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x1cb8f858 mlxsw_reg_trans_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x1e684ceb mlxsw_core_rx_listener_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x202693f0 mlxsw_afa_block_cur_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x23eddc68 mlxsw_core_cpu_port_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x299e2562 mlxsw_afk_values_add_buf +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2c68ced3 mlxsw_core_read_frc_h +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2f303cd3 mlxsw_afa_block_append_qos_dsfield +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x3129e4c5 mlxsw_core_skb_receive +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x383bc49a mlxsw_afa_block_append_qos_dscp +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4036254f mlxsw_linecards_event_ops_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x43a9b87e mlxsw_afa_block_terminate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x47041e4e mlxsw_afk_key_info_blocks_count_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4765b9f0 mlxsw_core_res_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x484489a4 mlxsw_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4866767a mlxsw_env_get_module_eeprom_by_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x49ec8a06 mlxsw_afa_block_append_police +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4a558271 mlxsw_env_get_module_power_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4f5e82b6 mlxsw_env_reset_module +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x50359cc0 mlxsw_core_kvd_sizes_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x508923e3 mlxsw_core_port_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x51b5769d mlxsw_env_module_overheat_counter_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5c73d5a4 mlxsw_core_sdq_supports_cqe_v2 +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5cf3dd79 mlxsw_core_bus_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5d55fb68 mlxsw_afk_encode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5ff17b5c mlxsw_afa_block_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x618a30ab mlxsw_afa_block_commit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x63874d4c mlxsw_core_port_driver_priv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6492dcc0 mlxsw_core_ptp_transmitted +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x65c7e645 mlxsw_afa_block_append_qos_switch_prio +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x66e0c3ce mlxsw_env_get_module_eeprom +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6929f2b4 mlxsw_env_module_port_map +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x692cac97 mlxsw_core_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7183f266 mlxsw_core_rx_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x718d28f4 mlxsw_afa_block_append_vlan_modify +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x71b411b7 mlxsw_core_trap_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x75339042 mlxsw_core_lag_mapping_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x77d83398 mlxsw_core_read_frc_l +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x79a2b3d5 mlxsw_core_trap_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7b0bfeec mlxsw_core_port_fini +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7dcc1ed4 mlxsw_afa_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7e08c6e0 mlxsw_core_event_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x827a2f1f mlxsw_afa_block_jump +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x829e8851 mlxsw_afa_block_first_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x83fb69af mlxsw_core_lag_mapping_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x858c30d0 mlxsw_afa_block_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x86817014 mlxsw_core_read_utc_nsec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x8854d198 mlxsw_reg_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x8d5d965f mlxsw_core_skb_transmit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x902c3533 mlxsw_core_schedule_dw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x996c5d6d mlxsw_reg_trans_bulk_wait +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x9cbf026d mlxsw_afa_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa509fafd mlxsw_afa_block_append_counter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa7765e88 mlxsw_reg_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa8e2509a mlxsw_afa_block_append_sampler +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xaafd235d mlxsw_env_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xac1074a5 mlxsw_core_skb_transmit_busy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xac1481ee mlxsw_core_bus_device_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb6517b2e mlxsw_afa_block_append_trap_and_forward +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb68e9fa8 mlxsw_env_module_port_unmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbc222a8d mlxsw_afk_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbda212df mlxsw_core_irq_event_handlers_call +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbfb7df3c mlxsw_core_driver_priv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc31fbb6a mlxsw_core_res_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc5eacafe mlxsw_afa_block_append_l4port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xcbab836f mlxsw_core_fw_rev_minor_subminor_validate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xccd1ab0d mlxsw_core_traps_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd111d3e8 mlxsw_core_irq_event_handler_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd1bab622 mlxsw_afk_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd21722b4 mlxsw_core_max_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd28256cf mlxsw_afa_block_append_allocated_counter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd71566b9 mlxsw_core_schedule_work +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd7a93413 mlxsw_core_event_listener_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd888ffb3 mlxsw_afa_block_append_ip +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd9f711ae mlxsw_afa_block_append_mcrouter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdc31781e mlxsw_reg_trans_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdc415cf1 mlxsw_afa_block_continue +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdc5c95df mlxsw_core_resources_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdeb1dc2e mlxsw_afa_block_first_kvdl_index +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe16986dd mlxsw_afa_block_activity_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe1860dde mlxsw_afa_block_append_fid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe4d9ac5a mlxsw_afa_block_append_drop +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe532482a mlxsw_afk_key_info_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xeb1790d8 mlxsw_core_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xecab212a mlxsw_afa_cookie_lookup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xed2801d4 mlxsw_env_module_port_down +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xefa5db5b mlxsw_core_traps_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf446732c mlxsw_afk_key_info_subset +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf66ca7d9 mlxsw_core_port_netdev_link +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf82bdc70 mlxsw_core_lag_mapping_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xff007c25 mlxsw_core_cpu_port_fini +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xff0b141d mlxsw_afa_block_append_fwd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0x182672fb mlxsw_i2c_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0xa7c4f501 mlxsw_i2c_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x0a99a31a mlxsw_pci_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x75cafbda mlxsw_pci_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x060e17fc ocelot_policer_validate +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x08791cd6 ocelot_wm_enc +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0e34d0ca ocelot_vlan_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0f6def0b ocelot_mact_learn_streamdata +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x10b42968 ocelot_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1118a2e6 ocelot_hwstamp_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x12b3e9d0 ocelot_xtr_poll_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x14622406 ocelot_mact_forget +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x167b5769 ocelot_init_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1c49129a ocelot_vlan_prepare +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1e928f05 ocelot_reset +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x29ea4c48 ocelot_ptp_verify +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2a585908 ocelot_port_pre_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2ba11547 ocelot_ptp_adjfine +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2e3402ee ocelot_get_txtstamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2e390cde ocelot_deinit_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2e525fe7 ocelot_deinit +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2ee2eeab ocelot_vcap_block_find_filter_by_id +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2fb322b6 ocelot_vlan_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2ff69d59 ocelot_port_mdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x30b2b466 ocelot_vcap_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3328827c ocelot_mact_lookup +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x33d1acd9 ocelot_ptp_rx_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3bca941f ocelot_get_strings +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3c11e63e ocelot_sb_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3d57c4cd ocelot_vcap_filter_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3dcecb77 ocelot_sb_occ_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3f2b9ac7 ocelot_sb_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x426475d9 ocelot_get_ethtool_stats +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x444292a2 ocelot_port_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4e96474d ocelot_port_inject_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x50191b73 ocelot_devlink_sb_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x53fb6822 ocelot_port_txtstamp_request +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x55ab6337 ocelot_ptp_adjtime +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x58f8081a ocelot_mrp_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6171db0f ocelot_devlink_sb_register +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x674439e6 ocelot_vcap_filter_replace +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x69dc61b3 ocelot_port_vlan_filtering +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6c8c749c ocelot_port_set_maxlen +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6ce19e2a vsc7514_vcap_props +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6e2f3b7e ocelot_deinit_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6f47957c ocelot_fdb_dump +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7012ca0e ocelot_vcap_filter_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x731929b8 ocelot_sb_occ_snapshot +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x731dbb31 ocelot_port_lag_change +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x75a665e6 ocelot_mact_learn +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7979b266 ocelot_ptp_gettime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7c2cc637 ocelot_bridge_stp_state_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7dc775b9 ocelot_hwstamp_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7e5aec55 vsc7514_regfields +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7fb64414 ocelot_port_bridge_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7fe14c77 ocelot_ptp_settime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x89b2003d ocelot_get_ts_info +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8cf33472 ocelot_ptp_enable +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8ea26801 ocelot_port_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x92057507 ocelot_port_mdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x950a2d20 ocelot_pll5_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa4f7d8ba ocelot_fdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xaef8458e ocelot_sb_tc_pool_bind_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb0fdd7fd ocelot_wm_dec +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb88ed856 ocelot_port_bridge_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbb39f1e0 ocelot_sb_occ_tc_port_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbb97cd40 ocelot_mrp_add_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbd4d1667 ocelot_set_ageing_time +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbef7d4bd ocelot_sb_port_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc0ca78eb ocelot_can_inject +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc1c04294 ocelot_mrp_del_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc3d7bab1 ocelot_sb_occ_max_clear +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcc3b7617 ocelot_mrp_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xccc106a0 ocelot_port_lag_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd0ebefd9 ocelot_ifh_port_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd2d84e58 ocelot_sb_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd6cc76b0 ocelot_drain_cpu_queue +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdae41c49 ocelot_init_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xde99ee06 ocelot_get_sset_count +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe30fc619 ocelot_wm_stat +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe44ab8b0 ocelot_port_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xecda3b3a ocelot_vcap_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xee6eeeee ocelot_port_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf17126c7 ocelot_port_lag_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf19fbd20 ocelot_sb_tc_pool_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf3590c18 ocelot_fdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf80fc88d vsc7514_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfefbe641 ocelot_init +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x0034bc30 qed_get_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x3da38df7 qed_get_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x426cb7f0 qed_get_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x4f264472 qed_put_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x94232d6f qed_get_rdma_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x992e03d0 qed_put_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x9eeeef48 qed_put_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0xa2fea332 qede_rdma_register_driver +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0xb34c72bb qede_rdma_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x05175940 wx_get_drvinfo +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x060e112c wx_mng_present +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x09115407 wx_disable_rx +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x09893e76 wx_start_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x0ab84383 wx_reset_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x0b66cd3c wx_set_mac +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x0c5a1ce7 wx_free_irq +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x0ead3c66 wx_set_features +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x0eaeaed3 wx_napi_enable_all +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x0ed32fc7 wx_host_interface_command +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x10ae4f35 wx_disable_pcie_master +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x16fedd19 wx_clean_all_tx_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x1b27319e wx_control_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x1d87edb4 wx_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x28de42d3 wx_set_rx_mode +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x334e8674 wx_napi_disable_all +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x3644658a wx_mac_set_default_filter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x39208f33 wx_clear_interrupt_scheme +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x3bdd752b wx_get_mac_addr +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x470de804 wx_setup_isb_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4a899ccc wx_disable_rx_queue +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4b3398bd wx_msix_clean_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4bb7bd07 wx_init_eeprom_params +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x51a600e5 wx_vlan_rx_kill_vid +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x52a567e0 wx_get_pcie_msix_counts +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x58a98a86 wx_setup_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x61cf3389 wx_change_mtu +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x653df45d wx_reset_interrupt_capability +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x775dae03 wx_check_flash_load +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x7fd40f12 wx_free_isb_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x855a851a wx_init_rx_addrs +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x8682d4d6 wx_irq_disable +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xa00c557d wx_read_ee_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xa3e7ed8b wx_stop_adapter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xa3fbe92f wx_clean_all_rx_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xa521f1d7 wx_flush_sw_mac_table +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xab60d392 wx_configure_vectors +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xadb259e8 wx_xmit_frame +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xc1de668a wx_configure +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xc7df5d73 wx_read_ee_hostif_buffer +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xc8133b5a wx_misc_isb +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd21f95aa wx_vlan_rx_add_vid +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xe0ae8487 wx_free_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xec00b5ce wx_init_interrupt_scheme +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xed0bea54 wx_reset_misc +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xf62683cd wx_intr_enable +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xfeefd535 wx_sw_init +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x1aba4af4 hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x3f46846c hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x47ddf107 hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x5ecc5838 hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x9f7286f0 hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/mdio 0x3e17f466 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0x60443957 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0x62eb612a mdio45_ethtool_ksettings_get_npage +EXPORT_SYMBOL drivers/net/mdio 0x63e0fee5 mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0xb79a54ee mdio45_nway_restart +EXPORT_SYMBOL drivers/net/mdio 0xcdbdeca7 mdio45_ethtool_gset_npage +EXPORT_SYMBOL drivers/net/mdio 0xdaceb7a6 mdio_mii_ioctl +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x31f62c22 cavium_mdiobus_write_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x3d1ab19e cavium_mdiobus_write_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x44e0277f cavium_mdiobus_read_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x4d795380 cavium_mdiobus_read_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-mscc-miim 0x76528ee9 mscc_miim_setup +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0x10d9919f xgene_mdio_rgmii_write +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0x3b46ac89 xgene_enet_phy_register +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0xae5e1418 xgene_mdio_wr_mac +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0xbefbe7ed xgene_mdio_rgmii_read +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0xe3e18b8d xgene_mdio_rd_mac +EXPORT_SYMBOL drivers/net/pcs/pcs-mtk-lynxi 0x8ddda418 mtk_pcs_lynxi_create +EXPORT_SYMBOL drivers/net/pcs/pcs-mtk-lynxi 0xe9221a05 mtk_pcs_lynxi_destroy +EXPORT_SYMBOL drivers/net/phy/bcm-phy-lib 0x0fe8fb0f bcm54xx_auxctl_write +EXPORT_SYMBOL drivers/net/ppp/pppox 0x386b872f pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0x4ec141d5 register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0x52ba8897 pppox_compat_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xf01877b6 pppox_unbind_sock +EXPORT_SYMBOL drivers/net/sungem_phy 0x37e2db6d sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x059b7b38 team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0x06ece429 team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0x0823b921 team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0x7e713fe1 team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0x91c06fa5 team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0x957cfe79 team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0xa552d0bd team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0xff3f68ce team_options_register +EXPORT_SYMBOL drivers/net/usb/usbnet 0x1f828011 usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/usb/usbnet 0x6f83b7e4 usbnet_manage_power +EXPORT_SYMBOL drivers/net/usb/usbnet 0xeb6e60b1 usbnet_link_change +EXPORT_SYMBOL drivers/net/wan/hdlc 0x2a0c068f attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x44aa60ef detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x5f0bd802 hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0x5f3487c6 hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0x6cb5a62b hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0xac4793eb hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0xb633533d unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0xcfe45e8a register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xe1253ccb alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0xfff0d42a unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0b1ab353 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0d95fbf3 ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0ddfa84e ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x108b188f ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x2bf1943c ath_hw_keysetmac +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4571aea8 ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x50e0d87d ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x67a1816d ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x6f1fa10c dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x7398e1c3 ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa05c0ba5 ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa12d25e3 ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa18f224e ath_regd_find_country_by_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa3992011 ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb12535c2 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb6588ba6 ath_bus_type_strings +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xbd7d4e9d ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xbf2aba16 ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x015e5db2 ath10k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x02bb200f ath10k_ce_free_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x04c9c4b8 ath10k_ce_free_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x05fbe071 ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x06425758 ath10k_htc_notify_tx_completion +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0716d3b7 ath10k_htc_tx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0d769af3 ath10k_ce_alloc_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0e307b84 ath10k_print_driver_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0e5d88c5 ath10k_ce_rx_update_write_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0f9a880d ath10k_ce_init_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x12d100ba ath10k_bmi_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x17083b4c ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1d2867dc __ath10k_ce_send_revert +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1e274ec7 ath10k_ce_cancel_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x21ab7f86 ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x239b754c ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2472e6a0 ath10k_ce_enable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2dc9dc53 ath10k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3052ef8e ath10k_ce_disable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x33baf81c __ath10k_ce_rx_num_free_bufs +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x385d65b6 ath10k_bmi_read_memory +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x41f60242 ath10k_ce_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5342dcfc ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x61725650 ath10k_core_check_dt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x63b42a41 ath10k_htt_hif_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6577701a ath10k_ce_alloc_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x71b4e30d ath10k_mac_tx_push_pending +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x722685c7 ath10k_ce_completed_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x75a665a9 ath10k_ce_dump_registers +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x79c29264 ath10k_ce_per_engine_service_any +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7ef5c387 ath10k_ce_completed_send_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8040d882 ath10k_htt_txrx_compl_task +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x81d6654b ath10k_ce_completed_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x840652cf ath10k_core_fetch_board_file +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x899f764a ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8d138208 ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8d315ed3 ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8e4ace5e ath10k_htt_rx_hl_indication +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9159bf57 ath10k_coredump_new +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x96b7feb1 ath10k_core_napi_sync_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x98f90e51 ath10k_core_free_board_files +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa5f4e906 ath10k_htt_t2h_msg_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaa2bedf5 ath10k_ce_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb82c54a5 ath10k_ce_send +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbfe12f74 ath10k_htt_rx_pktlog_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc58a8afa ath10k_coredump_get_mem_layout +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc6ca09d5 ath10k_ce_deinit_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcc20d178 __tracepoint_ath10k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcc323c41 ath10k_ce_revoke_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcd8e4d2b ath10k_ce_num_free_src_entries +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd8a60f02 ath10k_ce_send_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe2fa5203 ath10k_htc_rx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe52e874a ath10k_core_start_recovery +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xefc7ec26 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf00c3616 ath10k_ce_completed_recv_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf03cf2de ath10k_core_napi_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf0951c45 ath10k_htc_process_trailer +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf9e3c2bd ath10k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x085c4608 ath11k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x08d57b50 ath11k_pcic_config_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0dae0eb8 __tracepoint_ath11k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0e0ac74d ath11k_pcic_ext_irq_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0e2a9ee4 ath11k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x1516724b ath11k_pcic_read32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x28112b88 ath11k_hal_srng_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x31103d13 ath11k_ce_get_attr_flags +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x32f677e0 ath11k_pcic_map_service_to_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x35fdee2c ath11k_pcic_get_msi_address +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x44f1b632 ath11k_ce_get_shadow_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x4a085606 ath11k_hal_srng_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x4d8aba59 ath11k_pcic_ext_irq_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x5120e280 ath11k_pcic_register_pci_ops +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x5c7f67f4 ath11k_pcic_ce_irq_disable_sync +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x5ce94f6f ath11k_core_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x5fa22722 ath11k_pcic_read +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x60d8401f ath11k_pcic_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x687e33bb ath11k_pcic_init_msi_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x6e6eb388 ath11k_pci_disable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x7e638673 ath11k_pci_enable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x7ee1d6b2 ath11k_core_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x7f4a2a94 ath11k_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x8251a968 ath11k_dp_service_srng +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x8f9fb0f6 ath11k_core_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x90e882da ath11k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x96dc1c00 ath11k_core_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9c51bcc4 ath11k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9c66e3d6 ath11k_qmi_deinit_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9cdb8274 ath11k_pcic_get_ce_msi_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xa74df4eb ath11k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xa943b16d ath11k_debugfs_soc_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xaab65f64 ath11k_pcic_write32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb8c07247 ath11k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb923652a ath11k_core_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xbae6d4dc ath11k_pcic_ce_irqs_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xbf908c6c ath11k_ce_cleanup_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xbfb05b63 ath11k_ce_alloc_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc6d4d92c ath11k_pcic_get_user_msi_assignment +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc89aebc9 ath11k_pcic_free_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc9f5a5fe ath11k_pcic_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xccf58421 ath11k_core_pre_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xdf389cd5 ath11k_ce_free_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf0197188 ath11k_cold_boot_cal +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0d810510 ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1354043d ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1b060719 ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x3502feef ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4c457ce3 ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x5ac1f7eb ath6kl_read_tgt_stats +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x651f1e8b ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x676283e5 ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x7b53f457 ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x823531c9 ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x91cfb84a ath6kl_hif_rw_comp_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x987a6d51 ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xaf6e7884 ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb881b1a9 ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb9a689dd ath6kl_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xf372bb56 ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x06df6110 ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x091fa1cf ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x0fe17fa8 ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x128c36cc ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1a0aa030 ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x29bcd714 ath9k_cmn_spectral_init_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x3e97bee5 ath9k_cmn_spectral_deinit_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x3fcce610 ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x535efc74 ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6767d2ed ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x68a195d4 ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x696aabbf ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6b3a33f1 ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x73294bba ath9k_cmn_spectral_scan_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x7da06a34 ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x84adb362 ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x8e510c20 ath9k_cmn_spectral_scan_trigger +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa085365c ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xadd2329a ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc22638fc ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe1399b3c ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe33ffb68 ath_cmn_process_fft +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf09230e2 ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf69e6c93 ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x027f4f1e ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x03bc60b2 ath9k_hw_resume_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x07eb89fd ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x098ca31e ath9k_hw_loadnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0cd5ad5d ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0d83ef80 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f77dafc ath9k_hw_get_tsf_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f9876e2 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x15d48f56 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x19e7ab25 ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1aa732d9 ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1d0ae801 ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x22b1ccf9 ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x28cc287e ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x29a12688 ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x29e57607 ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2c1a8329 ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2ef3f210 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x32cbae9f ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x35d1dfdf ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3aade145 ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3b5841a9 ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3d1a54c7 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3d1eed16 ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x424cccd6 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4780fd20 ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x497735ea ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x559b99a6 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x575b500b ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x57f79435 ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5b377ddb ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5c51bcc1 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5c867bbe ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x63462434 ath9k_hw_gpio_request_out +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x64fcdf4e ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6a98b78d ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6b7828a8 ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6db2df47 ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6fe16bfc ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x703331bc ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x712b8d33 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x72e20a0a ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x738b1722 ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7471b93f ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x74cca5a2 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x75ceaf2c ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x76aa4bd0 ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x77456145 ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x79f3c681 ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7af2bde9 ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7d36819b ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x80215c35 ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8038e0cf ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8082467a ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x860d675f ath9k_hw_btcoex_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8648efd6 ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x879ae239 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8ab7316b ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8bb23687 ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x91239ef5 ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x913f4282 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x927d315f ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x93d63e21 ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x93e0f5a6 ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x95a914df ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x993773b3 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9e788075 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa131f4b1 ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa2317757 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa2e69688 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa517f6e4 ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb3eda2ff ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb441f988 ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb52d3b11 ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb6fb3fed ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb7a40f47 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb8c01008 ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbbb69316 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc20b2090 ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc533d063 ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc5747bb7 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc5918986 ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc5b2b433 ath9k_hw_gpio_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc7a63942 ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc7fe1033 ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcb346ff5 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcfb41499 ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd295e006 ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd467cf9f ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd478badb ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd6867702 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdc13caaf ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdd904b6c ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdd995d5a ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe2c14b90 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe3a85b86 ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe430ee3e ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe44c5d90 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe4a4cb75 ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe4bfcd5d ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe4d9426a ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe6035c71 ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe7d8248f ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xea91fb82 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xec1de9bb ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xecb4aa2b ath9k_hw_gpio_request_in +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xed552a7f ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf684551a ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x14c9ab6a init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0xa80568a1 stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0xe80354fc atmel_open +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x004755f0 brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x1906648e brcmu_boardrev_str +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x2d5e9076 brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x61120f73 brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x615acb89 brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x6e5f800b brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x88cfee87 brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x8d4c98e7 brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x93428d19 brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x9cc29aa0 brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xa17c0ccf brcmu_dotrev_str +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xad8ebf58 brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xb16a6966 brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xc426026c brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xd6217d91 brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xe464f8d2 brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0x9b3a62b6 init_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0xa46ea88a stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0xe1f89d3e reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x28bb3a84 libipw_rx +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x2a9aec45 libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x3001d3d7 libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x3d876688 libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x401b69f7 alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x5042c2b5 libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x772e8207 free_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x7fa1ef44 libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x8840c7c2 libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x910dd9fa libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x9c5b5a9a libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xac9b4f7f libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xbf353e09 libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xc10bb5b5 libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xc4a9c8e6 libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xcab81ca7 libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xd067f087 libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xd1f26e75 libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xe8285a74 libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xfd4ffc6b libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x00340495 il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0300d2a6 il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x04cf4560 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x089b5078 il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0958c97e il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0f8da88d il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0feb0c72 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x10229524 il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x103ea21b il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x126cd510 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x135d1396 il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1409ffe8 il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1aac5779 il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1c428990 il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1e933d91 il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1f3e86ef il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2301ed0d il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x23d51089 il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2749f070 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x29d217b8 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2a4442ca il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2a67e24c il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2bf7eea6 il_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2ca6f68b il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x30fbd9ad il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x341e2e35 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3805f012 il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3ef9959d il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x416bd26a il_debug_level +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x420ddd0a il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x42b40440 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x43f5a33c il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4730023d il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x47bc42b9 il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4a0c25bf il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x50158091 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x53f4015f il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x57ac0819 il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x57c54110 il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x58d1be7a il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x594aacd8 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5b53c0a8 il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5cf44542 il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5f3aafb5 _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5f620301 il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x60ea60b4 il_force_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x61f71514 il_set_rate +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x639e6d5c il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x63aa71fe il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x672682a5 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x69e57846 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6c31620a il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6c72191e il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7148cd3b il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x720d2e42 _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x723fa0b3 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x754fb7a5 il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8239c0bb il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x86a98f5a il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x87275f93 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8fd4935f il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9273db5b il_set_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9cc714af il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9eb13258 il_update_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xad8486f5 il_apm_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xada5f84c il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xaec63b4e il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xafbd8788 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb164123b il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb2f90577 il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb4d7c0fe il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb65510a3 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb8375eb5 il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb88585e6 il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbb4d783b il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbe631551 il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbeb41ab9 il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbfbddc3b il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc03e7527 il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc5c9f5ba il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc6e7e0f2 il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc9d7ef71 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcac56c97 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcb9157e4 il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcd4ec078 il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd4521c62 il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd5dbed33 il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd6d41bd4 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd74973ba il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd7ef131b il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdd8e2d7d il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xde9d8038 il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe133ee6f il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe3c5724f il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe60af1ff il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe89d86a5 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xec3427a5 il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf5560e44 il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf70a693b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf9d6e9cd il_init_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfce8aa14 il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xff369343 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfffac991 il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x0fa4d950 __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x2f50eb30 __traceiter_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x466ae44d __SCK__tp_func_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x970bf4ef __SCK__tp_func_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x9828a56a __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xb396913a __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xb3de7f6f __traceiter_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xd1e69877 __SCK__tp_func_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xd6705700 iwl_trans_pcie_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xe336796a __traceiter_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x082be1d4 hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x08b6a7f6 hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x131fcfdc hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x132d65f9 hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x280ec1c3 hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x4b31b544 hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x50d258b9 hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x615e306c hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x6dc17bdf hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x6f244de0 hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x72425fd3 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x73a17e46 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x75934c58 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x76c16b6d hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x7fb75891 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x81f96480 hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x839022d3 hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x945d5090 hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x9ae84c46 prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xae4ff048 hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb715f5b9 hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xbda66826 hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xc624f8e7 hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xcaf9125f hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xd44a2877 hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xe3596398 hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xe4079243 hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf91c03e2 hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x0056ddc7 orinoco_open +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x0173d524 orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x081610e9 orinoco_up +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x138acd1b orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x3a601628 orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x451ab7b7 __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x5f6a905f orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x64f0e090 orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x68a41898 free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x8f2b28ed orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xa74c2dc5 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xb377b7fc __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xd4439d5e alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xecb84ed0 orinoco_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xef25071b orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xf19c8b0d orinoco_down +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xffe27bca orinoco_interrupt +EXPORT_SYMBOL drivers/net/wireless/mediatek/mt76/mt76 0x327a9822 mt76_rx_signal +EXPORT_SYMBOL drivers/net/wireless/mediatek/mt76/mt76 0x8049e019 mt76_wcid_key_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist 0xbf5a8eca rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x00fed5ba rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0244abc9 rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x10dceee3 rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x14608f56 rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1549df3a rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2327d91c _rtl92c_phy_calculate_bit_shift +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x24a7a5c0 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2db85917 rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2dc6dd1f _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2eeb30b7 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x38f7f465 rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3d57c8c6 _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4217cd65 rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4dfcf787 rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x50ce55ff rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x57263dbc rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5df21948 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6178dc4c rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x65d6b4dc rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6ab7e788 _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x757253d4 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x79ef4dc5 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7e719921 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x83193d0d rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x84978e65 rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9e904c22 rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa5e73f72 rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa6bf63b4 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb82b47ba _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb9323686 rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbbe4b6ee rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbc2195ba rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbd91134d rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbe23c454 rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xcda7641b _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xcef2a78c _rtl92c_store_pwrindex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd06524f5 rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xdeb24d4d _rtl92c_phy_dbm_to_txpwr_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xdfcd395d rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe08a2d67 rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xedff4ecb rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xfd51061d _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xb28eaf25 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xbc595d31 rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xc1270ae8 rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xe9ce6925 rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x3968ce05 rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x7530d9c6 rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xcfe59342 rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xe03f0814 rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x076cc28f rtl_rx_ampdu_apply +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x07dacffa rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0b038e24 channel5g_80m +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0e2628d7 rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1254fcd5 rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x19467a3a efuse_power_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1b945315 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1ca4fe30 rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2a43ba01 rtl_dm_diginit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x30a956d7 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x31e9171a efuse_shadow_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3b1d200c rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x49a0bdfd rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x54824f58 channel5g +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5e6e83ac rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x66e14afe rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x69bce6bf rtl_mrate_idx_to_arfr_id +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6cfa1974 rtl_cmd_send_packet +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6ebb514f rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x814b198d rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8ea60059 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x94230b2b rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9b7a9514 rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa0c8cdeb rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa2e612a6 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbd36ed4c rtl_collect_scan_list +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc20d8100 efuse_one_byte_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc3b5bf7a rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xcc2782d7 rtl_c2hcmd_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xcda0c54f rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe0642e5b rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe57132e4 rtl_init_sw_leds +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe64c1d39 rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe897b5bb efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xea294343 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xebedfe5f rtl_wowlan_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xed7c8cf2 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf5bab0cf rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8723d 0xf494e3c5 rtw8723d_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8821c 0x69549448 rtw8821c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822b 0x1f749977 rtw8822b_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822c 0xf0b6f249 rtw8822c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x05e2a84b rtw_phy_load_tables +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0db6b0f2 rtw_fw_inform_rfk_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1146163b rtw_phy_get_tx_power_index +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1230fd5e rtw_coex_write_scbd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x187c9b5a rtw_fw_c2h_cmd_rx_irqsafe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x18e533ac rtw_read8_physical_efuse +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1cd64379 rtw_phy_cfg_agc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1d1431dd rtw_parse_tbl_phy_cond +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1dc2d072 rtw_tx_ac_to_hwq +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1e7bd05b rtw_phy_parsing_cfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x275b3dd9 rtw_phy_pwrtrack_thermal_changed +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2bb4ec54 rtw_coex_write_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2d61afa5 rtw_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x33b3f3c0 rtw_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x36c5bfca rtw_disable_lps_deep_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3adea824 rtw_power_mode_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3ea379e7 rtw_phy_read_rf_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x42cc5811 rtw_coex_read_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x440b7589 rtw_phy_rf_power_2_rssi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x44d7953b rtw_phy_config_swing_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x44dd6141 rtw_phy_write_rf_reg_mix +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x4622ae01 __rtw_dbg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x49a747bc rtw_tx_fill_tx_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x4f742ece rtw_rx_fill_rx_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x519c8ba9 rtw_rate_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x576b6c4d rtw_bf_enable_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x58210e60 rtw_rate_section +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5c23eaea rtw_set_channel_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5fb3c97c rtw_dump_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x62c9b6cf rtw_parse_tbl_bb_pg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x63caa81c rtw_register_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6ac75596 rtw_rx_stats +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x823ec271 rtw_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x82b64432 rtw_bf_remove_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8323a3f3 rtw_tx_write_data_rsvd_page_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8ef70a5e rtw_bf_enable_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8f5390c2 rtw_phy_write_rf_reg_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x915a8057 rtw_phy_pwrtrack_need_lck +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x94adaba5 rtw_phy_cfg_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x97044950 check_hw_ready +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x973929f2 rtw_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x989baf74 rtw_bf_set_gid_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9a702fc9 rtw_tx_queue_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa33d653c rtw_phy_set_edcca_th +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa80c864c rtw_phy_cfg_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa9ae0d46 rtw_fw_do_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xadc134c0 rtw_phy_pwrtrack_get_pwridx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xae1284ad rtw_set_rx_freq_band +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xaf643fcb rtw_dump_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb289f753 rtw_fw_c2h_cmd_isr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb3c6cf88 rtw_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb7ca2eb7 rtw_tx_write_data_h2c_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb943ce9a rtw_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xbf0f3b66 rtw_bf_cfg_csi_rate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc5a6c0f0 rtw_unregister_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc6d33965 rtw_restore_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc776d861 rtw_phy_pwrtrack_need_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc889a295 rtw_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd1812d27 rtw_phy_pwrtrack_avg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd39d697a rtw_phy_set_tx_power_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xdb459342 rtw_regd_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xdba45a6b rtw_phy_pwrtrack_get_delta +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xdc1db946 rtw_bf_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xeb1a85b1 rtw_phy_cfg_bb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xeed429a8 rtw_bf_remove_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf10404c8 rtw_parse_tbl_txpwr_lmt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xfae2d08c rtw_tx_report_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x35451f50 rtw_pci_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x625b6be0 rtw_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x666efa88 rtw_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0xa8f99455 rtw_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0x0eca328f rtw_sdio_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0x3a4ea3f1 rtw_sdio_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0xa29c56d5 rtw_sdio_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0xf458e34f rtw_sdio_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0x1ec6c41d rtw_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0xa88a32c3 rtw_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8851b 0x0f998205 rtw8851b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852a 0xc5cd3c3b rtw8852a_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852b 0xb253eecb rtw8852b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852c 0x29f6a2a4 rtw8852c_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x12f6d842 rtw89_fw_h2c_rf_ntfy_mcc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x17a72437 rtw89_phy_write_reg3_tbl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1bcc7f9f rtw89_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1ef5f80c rtw89_core_fill_txdesc_fwcmd_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x21db2f29 rtw89_mac_cfg_ctrl_path_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x221d1810 rtw89_phy_config_rf_reg_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x27008165 rtw89_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2831253c rtw89_read_efuse_ver +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2ace6515 rtw89_phy_write_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2f8b99cc rtw89_mac_get_txpwr_cr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2f9ffeb0 rtw89_alloc_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3165b8aa rtw89_core_register +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x39f60725 rtw89_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3a21523e rtw89_phy_set_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4359d6f3 rtw89_core_fill_txdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x462764af rtw89_mac_read_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x46cdef49 rtw89_mac_stop_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4864bcb0 __rtw89_debug +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x48d39766 rtw89_phy_read_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x522d7c08 rtw89_core_query_rxdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x552fdc7e rtw89_mac_disable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x56b4a7db rtw89_fw_h2c_dctl_sec_cam_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x57149487 rtw89_mac_coex_init_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5e8bf19f rtw89_decode_chan_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5e8e72cc rtw89_core_napi_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x62f0a772 rtw89_core_napi_stop +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x64c7c574 rtw89_core_rx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x65e90956 rtw89_core_unregister +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6831171b rtw89_mac_set_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6cf036bd rtw89_phy_read_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x71a2b599 rtw89_mac_coex_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x780bcc21 rtw89_free_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x83f592d5 rtw89_mac_resume_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x85b019b1 rtw89_mac_cfg_ppdu_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x85f02977 rtw89_phy_read32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x86e3e546 rtw89_encode_chan_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8aa3dfa1 rtw89_btc_set_policy_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8ac07b50 rtw89_phy_set_txpwr_limit_ru +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8c75bab6 rtw89_phy_tssi_ctrl_set_bandedge_cfg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x96e4f309 rtw89_phy_set_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x988a67e6 rtw89_phy_load_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9ac85705 rtw89_mac_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa49fbdd1 rtw89_phy_write32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa513715c rtw89_mac_get_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa9c4d878 rtw89_ser_notify +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb1c7a17b rtw89_phy_get_txsc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb4237000 rtw89_mac_resume_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb4993c93 rtw89_phy_write_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb6e45141 rtw89_phy_set_txpwr_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc011368a rtw89_mac_cfg_gnt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc83055da rtw89_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc88379dc rtw89_core_napi_start +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xce9e75ba rtw89_mac_stop_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd134159e rtw89_mac_write_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd2ecb1c9 rtw89_mac_cfg_ctrl_path +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd7efbb6f rtw89_core_fill_txdesc_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xdbb0e80e rtw89_mac_enable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe0393f68 rtw89_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe1ffe13e rtw89_btc_ntfy_wl_rfk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe3f57b04 rtw89_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe683dbd5 rtw89_core_napi_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe6ab7cb4 rtw89_btc_set_policy +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf331fa8d rtw89_rfk_parser +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf62f07aa rtw89_mac_cfg_gnt_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x171322ab rtw89_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x193c8f86 rtw89_pci_config_intr_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x21d2f68d rtw89_pci_config_intr_mask_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x33899e19 rtw89_pci_enable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x3b89c928 rtw89_pci_ltr_set_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x3d86590c rtw89_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x49e0aac8 rtw89_pci_ltr_set +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x60b3e7f9 rtw89_pci_fill_txaddr_info_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x6efd9f2c rtw89_bd_ram_table_dual +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x71162055 rtw89_bd_ram_table_single +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x7ae4f457 rtw89_pci_fill_txaddr_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x9ce0961b rtw89_pci_ch_dma_addr_set +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xa9e00555 rtw89_pci_enable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xb13c1e64 rtw89_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xb9b5b137 rtw89_pci_disable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xd296fc69 rtw89_pci_recognize_intrs_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xe3724f80 rtw89_pci_disable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xec225d79 rtw89_pci_recognize_intrs +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xf630d9a9 rtw89_pci_ch_dma_addr_set_v1 +EXPORT_SYMBOL drivers/net/wireless/rsi/rsi_91x 0x34495113 rsi_config_wowlan +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x446f14ec wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x515abe37 wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x9edf648c wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xeaff144a wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0xd3fb1517 fdp_nci_probe +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0xd4fa6ce0 fdp_nci_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0x10d2502c microread_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0xad235dad microread_probe +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x30384c73 nxp_nci_probe +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0xac408eb1 nxp_nci_fw_recv_frame +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0xd055d118 nxp_nci_remove +EXPORT_SYMBOL drivers/nfc/pn533/pn533 0x174b3563 pn533_recv_frame +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xdfaf4f34 pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xe1d14fe7 pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x0ceb58b2 s3fwrn5_remove +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x6882194b s3fwrn5_recv_frame +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x774203fc s3fwrn5_phy_set_wake +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x919c7aea s3fwrn5_phy_power_ctrl +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xdba3e211 s3fwrn5_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xedb12f10 s3fwrn5_phy_set_mode +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xf2ab60da s3fwrn5_phy_get_mode +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x02dd2ad1 st_nci_se_io +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x0eff81a8 st_nci_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x2441b88e ndlc_remove +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x4c47840b ndlc_probe +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x5b44c42c ndlc_send +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x768799d5 ndlc_close +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xd3f0aa41 st_nci_se_deinit +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xdbf6f94b ndlc_open +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xf35d82dd ndlc_recv +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xfb7afeb8 st_nci_se_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x03b38b1b st21nfca_im_send_atr_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x1c4a5098 st21nfca_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x1c708dfc st21nfca_hci_discover_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x2091fe1c st21nfca_se_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x27125dac st21nfca_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x303bde12 st21nfca_se_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x3c0dfbe7 st21nfca_apdu_reader_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x42ce97f8 st21nfca_tm_send_dep_res +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x60a4057d st21nfca_dep_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x66b2ef55 st21nfca_dep_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x7f86d487 st21nfca_connectivity_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x8e0b0b31 st21nfca_dep_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x9bcba05a st21nfca_hci_loopback_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xb2aeb2a3 st21nfca_im_send_dep_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xc538b8ea st21nfca_hci_enable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xcda4253d st21nfca_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xf801efa0 st21nfca_hci_disable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xf9a2384e st21nfca_hci_se_io +EXPORT_SYMBOL drivers/ntb/ntb 0x0418c229 ntb_default_peer_port_idx +EXPORT_SYMBOL drivers/ntb/ntb 0x3379e937 ntb_msi_clear_mws +EXPORT_SYMBOL drivers/ntb/ntb 0x54670299 ntb_set_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x619fe199 __ntb_register_client +EXPORT_SYMBOL drivers/ntb/ntb 0x6437f119 ntb_msi_setup_mws +EXPORT_SYMBOL drivers/ntb/ntb 0x658d4326 ntb_unregister_client +EXPORT_SYMBOL drivers/ntb/ntb 0x74f0306d ntb_db_event +EXPORT_SYMBOL drivers/ntb/ntb 0x7532b603 ntb_default_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x7d71a01c ntb_register_device +EXPORT_SYMBOL drivers/ntb/ntb 0x82277eb4 ntb_link_event +EXPORT_SYMBOL drivers/ntb/ntb 0x86e0c9ea ntb_default_peer_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x9b5ccd6f ntb_unregister_device +EXPORT_SYMBOL drivers/ntb/ntb 0xa0104fd1 ntbm_msi_free_irq +EXPORT_SYMBOL drivers/ntb/ntb 0xa80a3b90 ntb_msi_init +EXPORT_SYMBOL drivers/ntb/ntb 0xaf9a28e6 ntb_clear_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0xc1756b1b ntb_msi_peer_trigger +EXPORT_SYMBOL drivers/ntb/ntb 0xc695e71b ntbm_msi_request_threaded_irq +EXPORT_SYMBOL drivers/ntb/ntb 0xcde47a4f ntb_msi_peer_addr +EXPORT_SYMBOL drivers/ntb/ntb 0xda3925a2 ntb_msg_event +EXPORT_SYMBOL drivers/ntb/ntb 0xdc41e3af ntb_default_peer_port_count +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0x41860305 nvdimm_namespace_attach_btt +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0x9122ee81 nvdimm_namespace_detach_btt +EXPORT_SYMBOL drivers/parport/parport 0x00715eae parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x03158448 parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0x1ce6da24 parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0x23f6f999 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0x2432ab10 parport_write +EXPORT_SYMBOL drivers/parport/parport 0x288c94ec parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x2e5df482 parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0x42c998f5 parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x4f396e8b parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0x5469484d parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0x55bc82c3 parport_del_port +EXPORT_SYMBOL drivers/parport/parport 0x56015f96 __parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x597cad81 parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0x5d1d0876 parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x7b915fef parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x81a494af parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0x884c37e5 parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0x906ec620 parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0x91a036c5 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0xa4f1dfb8 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0xad7897a7 parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xb60d7163 parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0xbaf78a7a parport_register_dev_model +EXPORT_SYMBOL drivers/parport/parport 0xc982eb25 parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xcede6f0b parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0xd5d84067 parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xd714eaae parport_read +EXPORT_SYMBOL drivers/parport/parport 0xdc62b53b parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0xe2ba6b27 parport_release +EXPORT_SYMBOL drivers/parport/parport 0xf4c47178 parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0xfd258a25 parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport_pc 0x4fd35c6c parport_pc_unregister_port +EXPORT_SYMBOL drivers/parport/parport_pc 0xbe955f57 parport_pc_probe_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x0793a051 pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x2a16b6c1 pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x3976258c pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x6d269f1f pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x7be4c05f pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x7c50c87d pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x987b7da2 pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xb938beda pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xbe300bd9 pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xc2453278 pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf942709b pcmcia_socket_list_rwsem +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x7bb63e17 pccard_static_ops +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x0b61b69b cros_ec_resume +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x1a9601f5 cros_ec_suspend_late +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x31dc0b39 cros_ec_register +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x65c3fd3f cros_ec_suspend_prepare +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x6b5d7a62 cros_ec_unregister +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x8188b513 cros_ec_resume_early +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x820cb4b3 cros_ec_suspend +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xf25aacf5 cros_ec_irq_thread +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xfad5c921 cros_ec_resume_complete +EXPORT_SYMBOL drivers/regulator/rohm-regulator 0x9d6d06b4 rohm_regulator_set_dvs_levels +EXPORT_SYMBOL drivers/rpmsg/qcom_glink 0xd7119b40 qcom_glink_native_rx +EXPORT_SYMBOL drivers/rpmsg/qcom_smd 0x1dcab953 qcom_smd_register_edge +EXPORT_SYMBOL drivers/rpmsg/qcom_smd 0xadc8e61f qcom_smd_unregister_edge +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0x31a33f86 rpmsg_chrdev_eptdev_create +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0x82668bd6 rpmsg_chrdev_eptdev_destroy +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x00b1d483 rpmsg_send +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x256a81ab rpmsg_get_mtu +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x2f2841cf __register_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x314babe7 rpmsg_register_device_override +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x5f744780 rpmsg_send_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x6631bff7 rpmsg_register_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x7028f5c4 rpmsg_release_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x78c559e9 rpmsg_trysendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x7b4d6b4d rpmsg_sendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x8511502c rpmsg_create_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x8961fff2 rpmsg_trysend +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x92596006 rpmsg_poll +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xaa350468 unregister_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xae82e170 rpmsg_find_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xb311a6b4 rpmsg_create_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xc59b7ecb rpmsg_destroy_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xc90192ff rpmsg_unregister_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xd4054855 rpmsg_trysend_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xeb0a34d6 rpmsg_class +EXPORT_SYMBOL drivers/rpmsg/rpmsg_ns 0x98690411 rpmsg_ns_register_device +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x0cbe0e75 scsi_esp_unregister +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x4a29ab38 scsi_esp_intr +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x54648623 scsi_esp_register +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x762d5580 scsi_esp_template +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xecdb3802 scsi_esp_cmd +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x1f9084ed fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x45b60c1c fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x4f2b2f6b fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x81d33b6f fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x8719ca5e fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x9369fc70 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xd22fe7c6 fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xe275425a fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xe5d6ce26 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xf14419cd fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xff7be8ea fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0072234d fc_seq_set_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x00a8bf48 fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0262b66d fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x02786e73 fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x095c3c09 fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0b8ecef2 fc_rport_recv_req +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0f0cad1c fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0f2c24b7 fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x10f572c4 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x12d58ecd fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x161dd866 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1a31cb38 fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1bcf2f9a fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x21fd50e8 fc_rport_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2545c5c0 fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x27b157e3 fc_seq_assign +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x395a114d fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x45c65616 fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4d5a5016 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5743e2bf fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5777163d fc_rport_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5880a94f fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x596059b4 fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x599a5067 fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5f62ccaa fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x61b0ac0d fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x691ee263 fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6fa1793a fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x725fa7f3 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x745afa79 fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x75c67579 libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x793b14fb fc_rport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7afcdec8 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7c432bd4 fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7c6acf43 fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7f3407a7 fc_seq_start_next +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x811811e0 fc_exch_done +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x82d12396 fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x844747b6 fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8e36eccf fc_rport_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9d50ed7e fc_rport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9e29564d fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9e8dc1a0 fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9f0db23d fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa0d20961 fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa1bcd198 fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa2469f5f fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa8523719 fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa8aaa54b fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xad1bb5d4 fc_lport_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xaf09705f fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb0ddd5a1 fc_rport_flush_queue +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb1a5dde2 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb99c6bea fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc3307345 fc_exch_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc5d3c86f fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcb34db88 fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcfbab412 fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd04f4701 fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd0f6a83e fc_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe5c9e2e0 _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe5cf06b5 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe8d21f7a fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf87452c3 fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfa4667d1 fc_seq_release +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x0047afee sas_resume_ha_no_sync +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x3a9d0a18 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4a8e3d34 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x6387a0a4 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x7697d7f1 sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xa21fafb9 mraid_mm_adapter_app_handle +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xb2cf7c01 mraid_mm_unregister_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xe3189f3b mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x138f2286 qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x1c97926e qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x2a87e410 qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x31740322 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x536da8a8 qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x847d1a4b qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xbcb05c53 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xc4c7044e qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xd60451e6 qlt_abort_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xd6df8f74 qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xd993051a qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xec5eead6 qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/raid_class 0x6bfb180f raid_class_attach +EXPORT_SYMBOL drivers/scsi/raid_class 0x857fc785 raid_class_release +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x06a260eb fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x17ae8d29 fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x1e08f296 scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x23b8b911 fc_eh_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x375f8bbd fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x433f69b7 fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x48fa4f48 fc_host_post_fc_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x4b07a25b fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x651559ee fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x67bf8644 fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x72770474 fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x93752c2d fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x938e5c8c fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xaf03faa8 fc_find_rport_by_wwpn +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xafd8fd3c fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xe3394c71 fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xf17fc1a6 fc_host_fpin_rcv +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xf1995da4 fc_block_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x04df5a7f sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1293abfb sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x131b2fd2 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x257a57c1 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2a1d7096 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2b0e2b37 sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2c6cefb7 sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3260d09d sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3aa834c5 sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3ef2fc33 sas_get_address +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6620bc2d sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7813f4d8 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x83e868a9 sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8dd43c09 sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x947f7765 sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa1e15407 sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa561143b sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xab83d5db sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb4a608e7 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc5c9932b scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc610fa17 sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xdb065ef7 sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe750e43f sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xec9daf80 sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf0daefe8 scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf89b5438 scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf9ab46a0 sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xfb514475 sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xfe15f0f8 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x234f16d2 spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x2fc76701 spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x8a7889ad spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xb531e7a1 spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xd58d4504 spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x405b6e05 srp_parse_tmo +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x432d01dc srp_rport_put +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x79df114f srp_rport_get +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xad9570de srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xf14615ee srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xf22c94ea srp_timed_out +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x030f2d6c dpaa2_io_service_enqueue_fq +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x21e76a68 dpaa2_io_get_adaptive_coalescing +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x2bc276ca dpaa2_io_update_net_dim +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x35210a1c dpaa2_io_set_irq_coalescing +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x3d01f417 dpaa2_io_service_pull_fq +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xb629a241 dpaa2_io_get_irq_coalescing +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xc4ccef03 dpaa2_io_get_cpu +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xdb008703 dpaa2_io_service_enqueue_multiple_fq +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xe0f67b93 dpaa2_io_service_enqueue_multiple_desc_fq +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xfa0aedff dpaa2_io_set_adaptive_coalescing +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x07564e82 cmdq_pkt_assign +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x081d1a1a cmdq_pkt_write_mask +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x1f3ed632 cmdq_pkt_jump +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x2c2de398 cmdq_mbox_destroy +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x2d7bccfa cmdq_pkt_create +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x3f6fab3f cmdq_pkt_write_s_mask_value +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x3fc19424 cmdq_pkt_write +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x45dae4fc cmdq_pkt_poll +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x4d298c59 cmdq_dev_get_client_reg +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x578699c0 cmdq_pkt_finalize +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x58cdc788 cmdq_pkt_poll_mask +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x5a123a5e cmdq_pkt_write_s_mask +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x5bfd584c cmdq_pkt_set_event +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x6cc3ec20 cmdq_mbox_create +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x8aa532b3 cmdq_pkt_write_s_value +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x8ab965b5 cmdq_pkt_wfe +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x9194f23f cmdq_pkt_flush_async +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xa40c93c8 cmdq_pkt_clear_event +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xd529f27b cmdq_pkt_destroy +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xdf8340fe cmdq_pkt_write_s +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xfec2df2b cmdq_pkt_read_s +EXPORT_SYMBOL drivers/soc/qcom/ocmem 0x2c7ec1e9 of_get_ocmem +EXPORT_SYMBOL drivers/soc/qcom/ocmem 0xc53d76b1 ocmem_allocate +EXPORT_SYMBOL drivers/soc/qcom/ocmem 0xf9b05967 ocmem_free +EXPORT_SYMBOL drivers/soc/qcom/pdr_interface 0x1c76ea4d pdr_restart_pd +EXPORT_SYMBOL drivers/soc/qcom/pdr_interface 0x432975e6 pdr_add_lookup +EXPORT_SYMBOL drivers/soc/qcom/pdr_interface 0x47b2ed49 pdr_handle_alloc +EXPORT_SYMBOL drivers/soc/qcom/pdr_interface 0xf618ca5b pdr_handle_release +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x28f43125 geni_icc_disable +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x3b3d1452 geni_se_resources_on +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x442b94cc geni_se_tx_init_dma +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x44d9fd67 geni_se_get_qup_hw_version +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x560a3927 geni_icc_set_bw +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x65506e27 geni_icc_enable +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x905c9378 geni_se_select_mode +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x912eb54b geni_se_resources_off +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xa6ff25f3 geni_se_clk_tbl_get +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xbb525cef geni_se_rx_init_dma +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xc35e3658 geni_se_clk_freq_match +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xc3ed6791 geni_se_rx_dma_unprep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xc7c7cc88 geni_se_rx_dma_prep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xc99a1863 geni_se_tx_dma_prep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xd37130d8 geni_se_config_packing +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xd5a03fd4 geni_icc_set_tag +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xde722965 geni_se_init +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xe61ae48f geni_icc_get +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xe8fba50b geni_se_tx_dma_unprep +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x109dcaa9 qmp_get +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x2333aed6 qmp_put +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x9e2aa1df qmp_send +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x082bcff0 qmi_send_request +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x1015cbb1 qmi_handle_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x28ac2fd2 qmi_encode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x4cd2fe40 qmi_response_type_v01_ei +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x520aa3ae qmi_txn_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x6051451d qmi_decode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x734b3e13 qmi_send_indication +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x865898ac qmi_handle_release +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xc59a4782 qmi_txn_wait +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xcc579721 qmi_add_server +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xcd971dc6 qmi_add_lookup +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xebf11fb5 qmi_send_response +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xf381ed63 qmi_txn_cancel +EXPORT_SYMBOL drivers/soc/qcom/smd-rpm 0x3abef80b qcom_rpm_smd_write +EXPORT_SYMBOL drivers/soc/qcom/wcnss_ctrl 0x06bf6f30 qcom_wcnss_open_channel +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x054ad110 sdw_bread_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x0853bed8 sdw_update_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x16d1706b sdw_prepare_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1711d288 sdw_stream_remove_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1deee061 sdw_find_row_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x2308aaef sdw_write +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x286e5458 sdw_slave_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x2c1ef342 sdw_handle_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x2e836f8b sdw_read +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3b0a8582 sdw_startup_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3ede8c6e sdw_bus_master_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x424a0f19 sdw_master_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4cde88bf sdw_disable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4f661265 sdw_bus_prep_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x60e31fbb sdw_find_col_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x64e4969e sdw_slave_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x6f95b16b sdw_shutdown_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x6fe78efd sdw_compare_devid +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x70de8c39 sdw_bus_exit_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x71891d59 sdw_deprepare_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x75a55e1a sdw_clear_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x7e4ca7e4 sdw_bus_master_delete +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x83f58579 sdw_stream_remove_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x85676077 sdw_write_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x886cd877 sdw_nwrite +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x96be0cfc sdw_read_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9e122d79 sdw_alloc_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xa9f3a9a8 sdw_nread_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xaae22301 sdw_bwrite_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xabf36847 sdw_update +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xad8ab46c sdw_stream_add_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xba54b904 sdw_cols +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xbbec2c2e sdw_enable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xd793b3aa sdw_show_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xda5bce09 sdw_release_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xe42ffd51 sdw_nwrite_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf05e98a9 sdw_extract_slave_id +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf0a49690 sdw_bus_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf1edac05 sdw_stream_add_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf2d0b92e sdw_nread +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf53ba0b8 sdw_rows +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x0af832f1 sdw_cdns_probe +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x247064f9 sdw_cdns_exit_reset +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x34712074 sdw_cdns_irq +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x40faa703 sdw_cdns_config_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x51f8c6e4 sdw_cdns_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x648b6b25 sdw_cdns_is_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x73bba6fa cdns_read_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x7719c746 sdw_cdns_init +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x797bdec0 sdw_cdns_check_self_clearing_bits +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x7e4b6da5 sdw_cdns_clock_restart +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x989faafd cdns_xfer_msg_defer +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x9aab79f0 sdw_cdns_config_update_set_wait +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x9f66a809 sdw_cdns_pdi_init +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xa4c9e1ad sdw_cdns_alloc_pdi +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xb06b9193 cdns_xfer_msg +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xd1191223 cdns_bus_conf +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xe0bda952 cdns_set_sdw_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xe3e9ff22 sdw_cdns_config_update +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xf6d62304 sdw_cdns_enable_interrupt +EXPORT_SYMBOL drivers/soundwire/soundwire-generic-allocation 0x2d15c2b0 sdw_compute_params +EXPORT_SYMBOL drivers/soundwire/soundwire-generic-allocation 0x43e526fe sdw_compute_slave_ports +EXPORT_SYMBOL drivers/ssb/ssb 0x0e1e73b2 ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0x39541997 ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x40daf132 ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0x45a83b1b ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0x51c193aa ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x53d91b9a ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0x5cee55df ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x5eb4d2b9 ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0x6b47f06c ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0xa2b37d96 ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xa7359a55 ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0xaaca24ef ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0xb6cede45 ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xc5d1d304 ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xc672b43c ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0xc761683d ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0xcb17f1cb ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xcbef044b ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0xd29b13a5 ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0xd52dfad8 __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0xd5b522f7 ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0xdfc7c6ef ssb_admatch_size +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x017cb305 fbtft_write_gpio16_wr_latched +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x11715801 fbtft_write_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x1747b2c4 fbtft_dbg_hex +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x34689408 fbtft_unregister_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x3854b637 fbtft_register_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x44f4eafb fbtft_write_spi_emulate_9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x4e904c7b fbtft_write_reg8_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x4fd6cf19 fbtft_write_vmem16_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x553bf55b fbtft_probe_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x57332ca7 fbtft_write_gpio8_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x5daf2fb6 fbtft_read_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x69c7ea5c fbtft_write_vmem8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x763bfdf4 fbtft_init_display +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x77971493 fbtft_write_gpio16_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x87f9aef0 fbtft_write_buf_dc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x8bd1195d fbtft_write_reg16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x94d8da2b fbtft_write_reg8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xa66cdc2d fbtft_unregister_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xb686ce44 fbtft_framebuffer_release +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xb6e7679d fbtft_write_reg16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xbfe71adb fbtft_write_vmem16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xc3a0d56a fbtft_write_vmem16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xcb8153c6 fbtft_register_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xd3c2cc53 fbtft_framebuffer_alloc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xf6d95214 fbtft_remove_common +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x398c1a51 gbaudio_register_module +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x55e61ce1 gbaudio_unregister_module +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0xce181f58 gbaudio_module_update +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0xacfc6cf9 adt7316_probe +EXPORT_SYMBOL drivers/staging/nvec/nvec 0x40f6eeb6 nvec_write_async +EXPORT_SYMBOL drivers/staging/nvec/nvec 0xa6f71bc6 nvec_write_sync +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x04702191 notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1d069ee0 rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1e1b4854 rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x20f247b7 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22166084 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x257cc9d3 rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x25dc9718 rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x26f7cea5 rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2944bd1c rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2a84cbc6 rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x34eeb20f rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3e4ce6e9 HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x44170a53 rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4d4dba16 dot11d_channel_map +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4e57f28e rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x51660ee7 rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x54cca889 rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x571ed7a6 rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5f0ca11b rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x602e6338 rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x62fe43a7 rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x63f08cd0 rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6466b763 dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x685b4553 rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6bd001bf rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6ff123ec rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7547a613 free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7ea7f281 rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7fd56dba rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x821ca8af rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x85629225 rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x97dcc235 rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9947734f rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa3301a37 RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa65c23e9 rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb0b171af rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbb6ca96a rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbbf96e10 rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbe4f5d5b rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc2daa558 rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc5aa1dad rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xcb60ba5b rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd661f147 rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd8064953 rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdbc63f89 rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xedc3d33a rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xef59bc1b rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf98de226 rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfe4d4882 rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xff85f366 alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x011b5858 dot11d_scan_complete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x019754ef dot11d_update_country_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x19ad0ca8 ieee80211_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x19d7bf4d ieee80211_wx_get_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1c4b30f7 is_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1eeb11b0 ieee80211_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x210d022c ieee80211_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x232e7944 ieee80211_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x26e0ca03 ieee80211_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3cac7ae6 ieee80211_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x43668e07 ieee80211_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x46bdb6af ieee80211_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x52a637d2 ieee80211_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x57802442 ieee80211_rx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5bac9b81 ieee80211_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5c86494f to_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x624afd3b ieee80211_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6651f895 ieee80211_is_shortslot +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x690e91ba ieee80211_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6da98e65 ieee80211_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6fdcd136 ieee80211_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x73e9719b ieee80211_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x74369625 ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7e188072 dot11d_reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x80d094a9 ieee80211_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x86370f6c ieee80211_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x877032da dot11d_get_max_tx_pwr_in_dbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8871c7dc HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x89a35a80 ieee80211_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8d7a467c ieee80211_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8ec66157 ieee80211_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8f5c51f3 ieee80211_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x94af39a6 ieee80211_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x99631f0b notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9edcb070 ieee80211_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa8de26f5 ieee80211_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb0508b5f ieee80211_rx_mgt +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb08cd90d ieee80211_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb9476f1b ieee80211_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbff461b8 ieee80211_softmac_xmit +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc5971e98 ieee80211_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc7d379ea rtl8192u_dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc89ef965 ieee80211_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcffec4a0 ieee80211_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd404c02c ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd4794a48 ieee80211_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd4a3b6c4 ieee80211_disassociate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd671c91a ieee80211_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd6b3e087 ieee80211_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe3372510 ieee80211_is_54g +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe5573ccb ieee80211_txb_free +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xeb77f6c9 ieee80211_softmac_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xeba9c2b6 ieee80211_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf093efa1 SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf3920b7c ieee80211_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfc717822 ieee80211_wx_set_scan +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0632e009 iscsi_target_check_login_request +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x175f72b1 __iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1c616dec iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1f5d405b iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2191ef03 iscsit_aborted_task +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2573e989 iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x293b0dce iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2ec45e22 iscsit_thread_check_cpumask +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x33298b05 iscsit_add_cmd_to_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3b34b2ab iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4059dfb1 iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4410f999 iscsit_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x53274bbe iscsit_set_unsolicited_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x575138ac iscsit_build_datain_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x57f2b5ed iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5e398b4b iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5f4e9691 iscsit_handle_snack +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x640526bc iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x68e0d89a iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6c9c5d9e iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6f29c899 iscsit_add_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x76471ad8 iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8c9a17ce iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9210f0b8 iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x92cd60b4 iscsit_find_cmd_from_itt_or_dump +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x98b71536 iscsit_find_cmd_from_itt +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9982f8ec iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9b4f3705 iscsi_change_param_sprintf +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa9992852 iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa9e8f8c8 iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xae1127f0 iscsit_queue_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb29c6b8b iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbefb95c8 iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd382d7cd iscsit_response_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd9ae5ffc iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdacdc3fc iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdbca0595 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdc54c29d iscsit_get_datain_values +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdd239022 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe24af573 iscsit_reject_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe554caad iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe7890f7f iscsit_build_r2ts_for_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe9f9a2b6 iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xeaf0ba47 iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf34332f0 iscsi_find_param_from_key +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfcc1ed7f iscsit_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x064cd968 target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x06cf185b target_depend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x0871ffd6 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x0d72c88d passthrough_pr_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x0e69d296 target_cmd_init_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x12de9745 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x142072c0 transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x1a481057 transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x1ba7193b target_send_busy +EXPORT_SYMBOL drivers/target/target_core_mod 0x1d7ab63c transport_backend_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x1dda08d6 target_complete_cmd_with_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x1feb85a8 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x207b9a46 spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0x229860e7 transport_alloc_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x22ae3ab3 target_remove_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x2ebcc3f1 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x32e7ef6d target_undepend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x3350d87b core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x3a20a9d7 transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x3c82706d target_cmd_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x438aa432 core_allocate_nexus_loss_ua +EXPORT_SYMBOL drivers/target/target_core_mod 0x442f3bcf target_setup_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x4cac910a transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x50d1eedb target_backend_unregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x54a614cc core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x5bdb610a target_free_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0x5c565ecf transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x5cba2db6 target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0x60f412a4 target_show_dynamic_sessions +EXPORT_SYMBOL drivers/target/target_core_mod 0x6103e1a7 passthrough_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x6404ad64 spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0x651e8b68 target_tpg_has_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x68301382 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0x68b12786 target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0x6f74c11c sbc_dif_verify +EXPORT_SYMBOL drivers/target/target_core_mod 0x721185af target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x770d12e2 core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x79920f21 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x7c54347b transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x7da949bf sbc_dif_copy_prot +EXPORT_SYMBOL drivers/target/target_core_mod 0x833aedc8 target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x85cebe3d __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x8c3b12f3 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0x8debdfe4 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x95be5ea1 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x95c11e3c sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0x974502bc spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x9a9785a7 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x9e97849e core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xa1b12e88 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xa264ba0b transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xa2734432 target_set_cmd_data_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xaa570b40 target_register_template +EXPORT_SYMBOL drivers/target/target_core_mod 0xae20c358 target_nacl_find_deve +EXPORT_SYMBOL drivers/target/target_core_mod 0xaea7685e sbc_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0xaefbcacd target_alloc_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0xb535f96b spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xb877bb02 target_stop_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xb96906ce passthrough_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0xbc7caad0 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0xc1346a3d target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0xc2590c5c transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xc3b7102d transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xc74cd7cd sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0xc8e67a49 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xd34d1733 transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0xd6158309 target_lun_is_rdonly +EXPORT_SYMBOL drivers/target/target_core_mod 0xdc58c9ce transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0xdebdaacf sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xdfb0f5d2 target_show_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xe00aaaf4 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xe0eb5e9c __target_init_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xe16e42ca core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0xe64b5dd0 target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0xef53ced1 target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3c2dfe0 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf5bedc69 transport_copy_sense_to_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xf93e3592 target_unregister_template +EXPORT_SYMBOL drivers/target/target_core_mod 0xfb26a779 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x02c08d2d ufshcd_get_local_unipro_ver +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x1bc7027a ufshcd_system_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x1e81f7b7 ufshcd_alloc_host +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x236c3ec9 ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x96035e71 ufshcd_runtime_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xe5fd29d3 ufshcd_system_resume +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0xac09a506 tc_dwc_g210_config_20_bit +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0xc429c6ea tc_dwc_g210_config_40_bit +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0x01028273 ufshcd_dwc_dme_set_attrs +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0x0a1268d5 ufshcd_dwc_link_startup_notify +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0xdd0192d8 usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0x7732ac34 usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x6e78a6c9 sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x13644bda usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x27ea0f0e usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x3dfcd684 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x4a4f0a21 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x58726689 usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x97b346de usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xad2e378c usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xbd8af41c usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xc7d2d07a usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xf1dfe11f usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xf86d3057 usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x06e58eb7 usb_serial_resume +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x57befc96 usb_serial_suspend +EXPORT_SYMBOL drivers/vdpa/vdpa 0xfc6bf3aa vdpa_set_status +EXPORT_SYMBOL drivers/vfio/vfio 0x19567d06 vfio_info_cap_shift +EXPORT_SYMBOL drivers/vfio/vfio 0x2d9c1462 vfio_unpin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0x6c28be5a vfio_info_add_capability +EXPORT_SYMBOL drivers/vfio/vfio 0xa173fbef vfio_dma_rw +EXPORT_SYMBOL drivers/vfio/vfio 0xadc044b7 vfio_set_irqs_validate_and_prepare +EXPORT_SYMBOL drivers/vfio/vfio 0xbbd36868 vfio_pin_pages +EXPORT_SYMBOL drivers/vhost/vhost 0x65ec0786 vhost_chr_write_iter +EXPORT_SYMBOL drivers/vhost/vhost 0x873fd119 vhost_chr_poll +EXPORT_SYMBOL drivers/vhost/vringh 0x22535a6e vringh_abandon_user +EXPORT_SYMBOL drivers/vhost/vringh 0x22f44e7d vringh_getdesc_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x31848eae vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0x372fd6c2 vringh_init_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3a5d8ed7 vringh_getdesc_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3b304ebb vringh_iov_push_user +EXPORT_SYMBOL drivers/vhost/vringh 0x4311cd91 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0x52bae5f4 vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x660779c8 vringh_kiov_advance +EXPORT_SYMBOL drivers/vhost/vringh 0x6bcdc931 vringh_complete_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x6bf1b1c2 vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0x7eaceeaa vringh_init_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x8f8840e8 vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x932af7d7 vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x964ca823 vringh_iov_push_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x97fa07e9 vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x9a775e41 vringh_init_iotlb_va +EXPORT_SYMBOL drivers/vhost/vringh 0x9a81a3f6 vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x9bdd89ae vringh_abandon_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x9f597502 vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xacec70e7 vringh_need_notify_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xb98c2548 vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xbb2391f3 vringh_notify_enable_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xbdb0df4e vringh_set_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xc33f4090 vringh_iov_pull_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xc467f54a vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xc5a7eb98 vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xcc0cbfb9 vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0xd8535ad6 vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xde804bb9 vringh_iov_pull_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xe08ccbed vringh_notify_disable_iotlb +EXPORT_SYMBOL drivers/video/backlight/lcd 0x4f503610 devm_lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0x5c660cdf devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0x779c85f0 lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xe2d91ed4 lcd_device_register +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x0d015c07 svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x17f3f471 svga_set_default_seq_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x1be6dc30 svga_set_textmode_vga_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x83a41489 svga_set_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x84c337c2 svga_wcrt_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x84c97d2a svga_match_format +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x8a1a32b0 svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x90c42353 svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xb0ab2b2e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xb12e39b2 svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xbf6b3e70 svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd6ec2c44 svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xdcc5a013 svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xf35394bf svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xfc09f596 svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x0cc3ede5 cyber2000fb_detach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x32b8f073 cyber2000fb_attach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x534b6f18 cyber2000fb_disable_extregs +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0xb39f68d1 cyber2000fb_enable_extregs +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0x233917d1 mac_vmode_to_var +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xfb16ce34 mac_find_mode +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x1b15459e matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x59ae485b matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x7773e4f1 g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x3d277156 matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x87fcb0fa matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xb77212bd DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xfeae00c7 DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0x983fa81e matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0x51c5215d matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x17fa8c9f matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x469cfd4e matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xf041fc9e matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xf1c30fd5 matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x2e8e9108 matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x6fc91068 matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x1b3a3115 matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x324e8ad5 matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x9f3106c4 matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xa9fa473a matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xc01b66b8 matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x3037658e sis_malloc +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0xfe963115 sis_free +EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga +EXPORT_SYMBOL drivers/video/vgastate 0xe7a2620e save_vga +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x451a8f45 virtio_dma_buf_get_uuid +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x8927cf0d virtio_dma_buf_export +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xa8ab7a36 virtio_dma_buf_attach +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xf0303f1f is_virtio_dma_buf +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x0d5844bd w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xde0d0d92 w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xa0d31d5c w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xf0f1b7d2 w1_ds2781_io +EXPORT_SYMBOL drivers/w1/wire 0x2d68f97d w1_add_master_device +EXPORT_SYMBOL drivers/w1/wire 0x9e0b4428 w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0xe03b0d8c w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0xfe5eb164 w1_remove_master_device +EXPORT_SYMBOL fs/fscache/fscache 0x0b8bd9dc fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0x0bd5918b fscache_withdraw_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x12a81490 fscache_end_cookie_access +EXPORT_SYMBOL fs/fscache/fscache 0x146ec462 __fscache_begin_read_operation +EXPORT_SYMBOL fs/fscache/fscache 0x1a0d09e7 fscache_n_write +EXPORT_SYMBOL fs/fscache/fscache 0x234a140d __traceiter_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x2636e98a __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x2a71ce7d fscache_resume_after_invalidation +EXPORT_SYMBOL fs/fscache/fscache 0x2b389369 __tracepoint_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0x2cf5d616 __fscache_clear_page_bits +EXPORT_SYMBOL fs/fscache/fscache 0x306805d3 __SCK__tp_func_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x328c7e9b fscache_end_volume_access +EXPORT_SYMBOL fs/fscache/fscache 0x38bfacad __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x397f1622 fscache_relinquish_cache +EXPORT_SYMBOL fs/fscache/fscache 0x4336c4ca fscache_dirty_folio +EXPORT_SYMBOL fs/fscache/fscache 0x4404d2aa fscache_n_no_create_space +EXPORT_SYMBOL fs/fscache/fscache 0x4996bd29 fscache_n_updates +EXPORT_SYMBOL fs/fscache/fscache 0x4b8e7040 fscache_acquire_cache +EXPORT_SYMBOL fs/fscache/fscache 0x4bd084ba __SCK__tp_func_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0x557a775f fscache_addremove_sem +EXPORT_SYMBOL fs/fscache/fscache 0x6558822b __fscache_acquire_volume +EXPORT_SYMBOL fs/fscache/fscache 0x6e416521 __SCK__tp_func_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x71fb0e58 __tracepoint_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x77e19a42 __tracepoint_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x7ae67e5f __fscache_resize_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x7cedf94d __fscache_unuse_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x86b186a6 fscache_wait_for_operation +EXPORT_SYMBOL fs/fscache/fscache 0x8c2d6da7 fscache_clearance_waiters +EXPORT_SYMBOL fs/fscache/fscache 0x90d447f3 fscache_n_culled +EXPORT_SYMBOL fs/fscache/fscache 0x991d8f44 fscache_get_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x9d585ecc __fscache_begin_write_operation +EXPORT_SYMBOL fs/fscache/fscache 0x9ffefcb2 fscache_n_read +EXPORT_SYMBOL fs/fscache/fscache 0xa7430711 __fscache_relinquish_volume +EXPORT_SYMBOL fs/fscache/fscache 0xadf84bc7 fscache_withdraw_volume +EXPORT_SYMBOL fs/fscache/fscache 0xae6040a5 __traceiter_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0xb8698fea __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xbca46908 fscache_wq +EXPORT_SYMBOL fs/fscache/fscache 0xcb43b3c9 fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0xcce11a60 fscache_n_no_write_space +EXPORT_SYMBOL fs/fscache/fscache 0xd556b738 fscache_put_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xdcb87498 __traceiter_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0xe84fc6a6 __fscache_write_to_cache +EXPORT_SYMBOL fs/fscache/fscache 0xe9e8207b __fscache_use_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xf58832d6 fscache_cookie_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0xf718b6dd fscache_caching_failed +EXPORT_SYMBOL fs/fscache/fscache 0xfe861f39 fscache_io_error +EXPORT_SYMBOL fs/netfs/netfs 0x617f388b netfs_subreq_terminated +EXPORT_SYMBOL fs/netfs/netfs 0x895b80a9 netfs_read_folio +EXPORT_SYMBOL fs/netfs/netfs 0xaccdde11 netfs_readahead +EXPORT_SYMBOL fs/netfs/netfs 0xfc072275 netfs_stats_show +EXPORT_SYMBOL fs/netfs/netfs 0xfd67cdc4 netfs_write_begin +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x3edad1cc qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x74faced3 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xa63a0ab4 qtree_get_next_id +EXPORT_SYMBOL fs/quota/quota_tree 0xa9fc7b62 qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xaf86e4e4 qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0xec96a39f qtree_delete_dquot +EXPORT_SYMBOL lib/crc-itu-t 0x09a34a2b crc_itu_t +EXPORT_SYMBOL lib/crc-itu-t 0xd819a524 crc_itu_t_table +EXPORT_SYMBOL lib/crc7 0x65aaf037 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc7 0xba55d23e crc7_be +EXPORT_SYMBOL lib/crypto/libarc4 0x2bb32ad1 arc4_setkey +EXPORT_SYMBOL lib/crypto/libarc4 0xcd47fcc4 arc4_crypt +EXPORT_SYMBOL lib/crypto/libchacha 0xcec122d7 chacha_crypt_generic +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x147c3f2e chacha20poly1305_encrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x521c7102 xchacha20poly1305_decrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x6c713da5 chacha20poly1305_encrypt_sg_inplace +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x916491ac chacha20poly1305_decrypt_sg_inplace +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0xc20134e7 chacha20poly1305_decrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0xce15a526 xchacha20poly1305_encrypt +EXPORT_SYMBOL lib/crypto/libcurve25519-generic 0x12627f15 curve25519_generic +EXPORT_SYMBOL lib/crypto/libcurve25519-generic 0x4a5a8811 curve25519_null_point +EXPORT_SYMBOL lib/crypto/libcurve25519-generic 0x7e6fdbfc curve25519_base_point +EXPORT_SYMBOL lib/crypto/libpoly1305 0x021f3700 poly1305_core_blocks +EXPORT_SYMBOL lib/crypto/libpoly1305 0xbcb90cb3 poly1305_core_emit +EXPORT_SYMBOL lib/crypto/libpoly1305 0xd45b9cf4 poly1305_core_setkey +EXPORT_SYMBOL lib/libcrc32c 0xb15b4109 crc32c +EXPORT_SYMBOL lib/lru_cache 0x0cb562e6 lc_put +EXPORT_SYMBOL lib/lru_cache 0x12de578e lc_committed +EXPORT_SYMBOL lib/lru_cache 0x1d2ebc6a lc_get +EXPORT_SYMBOL lib/lru_cache 0x2675693b lc_del +EXPORT_SYMBOL lib/lru_cache 0x50f72810 lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0x75e88edc lc_destroy +EXPORT_SYMBOL lib/lru_cache 0x96d40a48 lc_try_get +EXPORT_SYMBOL lib/lru_cache 0xa79000a0 lc_is_used +EXPORT_SYMBOL lib/lru_cache 0xaeb959aa lc_create +EXPORT_SYMBOL lib/lru_cache 0xbe528bff lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0xbf18a077 lc_reset +EXPORT_SYMBOL lib/lru_cache 0xc4d8d7a4 lc_find +EXPORT_SYMBOL lib/lru_cache 0xdbdee578 lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0xf0e20f9b lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0xfba16232 lc_get_cumulative +EXPORT_SYMBOL lib/lz4/lz4_compress 0x4f4d78c5 LZ4_compress_default +EXPORT_SYMBOL lib/lz4/lz4_compress 0x5bc92e85 LZ4_compress_destSize +EXPORT_SYMBOL lib/lz4/lz4_compress 0x6004858d LZ4_compress_fast +EXPORT_SYMBOL lib/lz4/lz4_compress 0x635ff76d LZ4_saveDict +EXPORT_SYMBOL lib/lz4/lz4_compress 0x749849d8 LZ4_loadDict +EXPORT_SYMBOL lib/lz4/lz4_compress 0xf9eced44 LZ4_compress_fast_continue +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x38f7b6e0 LZ4_compress_HC_continue +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x93ff008c LZ4_loadDictHC +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x9cef495b LZ4_saveDictHC +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0xddf86133 LZ4_compress_HC +EXPORT_SYMBOL lib/math/cordic 0x7e431c15 cordic_calc_iq +EXPORT_SYMBOL lib/objagg 0x0363233d objagg_obj_raw +EXPORT_SYMBOL lib/objagg 0x23865923 objagg_destroy +EXPORT_SYMBOL lib/objagg 0x24ca5ca9 objagg_obj_root_priv +EXPORT_SYMBOL lib/objagg 0x342aefe2 objagg_obj_delta_priv +EXPORT_SYMBOL lib/objagg 0x352633f4 objagg_hints_stats_get +EXPORT_SYMBOL lib/objagg 0x3c58e78f objagg_hints_put +EXPORT_SYMBOL lib/objagg 0x6691f29d objagg_obj_put +EXPORT_SYMBOL lib/objagg 0x679e8cc2 objagg_create +EXPORT_SYMBOL lib/objagg 0xb17ab162 objagg_obj_get +EXPORT_SYMBOL lib/objagg 0xdaa3ee68 objagg_stats_get +EXPORT_SYMBOL lib/objagg 0xf5511527 objagg_stats_put +EXPORT_SYMBOL lib/objagg 0xfaa9d1a8 objagg_hints_get +EXPORT_SYMBOL lib/parman 0x0f518717 parman_prio_init +EXPORT_SYMBOL lib/parman 0x7b03d378 parman_item_add +EXPORT_SYMBOL lib/parman 0x8b7e26f5 parman_item_remove +EXPORT_SYMBOL lib/parman 0xc3e2d892 parman_create +EXPORT_SYMBOL lib/parman 0xc6a3d260 parman_prio_fini +EXPORT_SYMBOL lib/parman 0xca39ae6a parman_destroy +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0b2c64a3 raid6_vgfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x17f54263 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x59a2712d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0xb0d904b7 raid6_empty_zero_page +EXPORT_SYMBOL lib/raid6/raid6_pq 0xc8e3332b raid6_gflog +EXPORT_SYMBOL lib/raid6/raid6_pq 0xcc4ee841 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd91319d6 raid6_gfmul +EXPORT_SYMBOL net/6lowpan/6lowpan 0x0696094e lowpan_unregister_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0x627fb59b lowpan_nhc_add +EXPORT_SYMBOL net/6lowpan/6lowpan 0x6f8362a5 lowpan_register_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0xa516fca7 lowpan_register_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0xbe159c2e lowpan_nhc_del +EXPORT_SYMBOL net/6lowpan/6lowpan 0xe4824a11 lowpan_unregister_netdevice +EXPORT_SYMBOL net/802/p8022 0x75048d2f unregister_8022_client +EXPORT_SYMBOL net/802/p8022 0xead60a2d register_8022_client +EXPORT_SYMBOL net/802/psnap 0x2fd72a91 unregister_snap_client +EXPORT_SYMBOL net/802/psnap 0xa27e556c register_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x00e130b6 p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0x030e30b2 p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0x0e3677f6 p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0x1c791462 __traceiter_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x41ac63ec p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0x41ce9823 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0x4320c8a1 p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x47cb1b59 p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0x4ba99359 p9_fcall_fini +EXPORT_SYMBOL net/9p/9pnet 0x4cfa72fe v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0x4d3e2ef2 p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0x632d98e6 p9_req_put +EXPORT_SYMBOL net/9p/9pnet 0x680fffa5 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0x73723c5b p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0x745ca20c p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x761cad64 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x7e4f2966 p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0x7e50c008 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x8105b799 p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0x820e8544 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0x841dfede v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0x914a5225 p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0x94b96f7d p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0x95bd8f96 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0xa9ba78b0 v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0xb3675861 p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xb55ae777 __SCK__tp_func_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xbc8c3fde p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0xc75dcb5e p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0xc91863db p9_show_client_options +EXPORT_SYMBOL net/9p/9pnet 0xd28d80a7 p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0xd336cacb p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0xd384c683 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0xd3f063b1 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0xd442230f p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0xd49ca02f p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0xd6175e18 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0xd73bb69c p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0xd793357d p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0xd7f10ed6 p9_client_read_once +EXPORT_SYMBOL net/9p/9pnet 0xdb7bb7d0 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0xe18083c5 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xe7e9ae53 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0xe8655ef8 p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0xed1ca28b p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0xee437897 __tracepoint_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xee7917a1 p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0xef39e49f do_trace_9p_fid_put +EXPORT_SYMBOL net/9p/9pnet 0xf0a2d470 do_trace_9p_fid_get +EXPORT_SYMBOL net/9p/9pnet 0xf9d04e50 p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0xffa4a62e p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0xffe5bc1d p9_client_disconnect +EXPORT_SYMBOL net/appletalk/appletalk 0x37d5a043 alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0x6120b7b5 aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0x70dc531b atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0x7259d8cb atrtr_get_dev +EXPORT_SYMBOL net/atm/atm 0x26aecb8c atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x3ec49f12 atm_dev_register +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x44c6e633 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0x5420e7b1 atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0x5e9e5948 register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x60bc49df atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0x8c3cbbcf vcc_release_async +EXPORT_SYMBOL net/atm/atm 0x9623723b atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0x9edfb5da vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xa1552162 atm_charge +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xb169551c vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0xb9fef235 atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0xc501f85a deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xcaed1ac7 atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/ax25/ax25 0x14cecd59 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x48d90bae ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x5b6e604f ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0x8b04a0e7 ax25_ip_xmit +EXPORT_SYMBOL net/ax25/ax25 0x8decbe6f ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0xb7a99650 ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0xc060ae09 ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xe58bd22b ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0xee02e420 ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0xfb3a5810 ax25_listen_release +EXPORT_SYMBOL net/bluetooth/bluetooth 0x02039855 hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x025fefb8 l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0380beab bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0718b8b7 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0820e633 hci_mgmt_chan_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x08660ada l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0b0763b7 hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1471c3d9 l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1752ca30 hci_reset_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x201a543b __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x214e4265 bt_warn +EXPORT_SYMBOL net/bluetooth/bluetooth 0x23443222 hci_cmd_sync_cancel +EXPORT_SYMBOL net/bluetooth/bluetooth 0x26d7e213 hci_mgmt_chan_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2c5e3eb5 hci_devcd_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x31bdad77 __hci_cmd_sync_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0x34d8562d hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3617be35 __hci_cmd_sync_status +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3755809f __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x411b8238 hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0x421ed4a1 hci_alloc_dev_priv +EXPORT_SYMBOL net/bluetooth/bluetooth 0x43091ec9 hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0x47b15df1 hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x48eb7447 l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4c02908e bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0x518f612a hci_set_hw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x51e7d216 hci_recv_diag +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5555ad4e hci_set_fw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x56127d9a bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x56c1a416 bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5a9e1e49 bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5c20ec81 l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5eb9c9aa hci_devcd_append_pattern +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5fc05b0a hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6591e81c bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6b650a99 hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x76837949 hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0x77a6a339 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7aad008b bt_to_errno +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7b5ce5c3 baswap +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7b8c32f1 bt_err +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7bd9427a bt_status +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8476a9fe hci_devcd_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x85fb53e5 bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0x885652b4 bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x935c046f bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0x94abcbdb bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x96fe4a69 hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9f318882 bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa36d67be hci_devcd_rx +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa438feb9 bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa60137a1 hci_devcd_timeout +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa7238dec hci_cmd_sync_queue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xaab5a7d3 bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0xac81c54e hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xafa613ca l2cap_chan_close +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb0c82a25 hci_devcd_complete +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb1fd9c4d hci_devcd_abort +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb6561264 hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc3cfec24 __hci_cmd_send +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd7613212 bt_err_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd91c9f63 hci_devcd_append +EXPORT_SYMBOL net/bluetooth/bluetooth 0xddacccf6 bt_warn_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdfa126d7 hci_release_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe4ce8a8e bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0xed16b4e4 __hci_cmd_sync_status_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf109aecd bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0xff7610a1 hci_cmd_sync_submit +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x406f84be ebt_unregister_table_pre_exit +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x576cfc6e ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x951faa56 ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xaafcdc5c ebt_register_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xfcb51c2e ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xfe1a689d ebt_unregister_template +EXPORT_SYMBOL net/caif/caif 0x1232d80f get_cfcnfg +EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt +EXPORT_SYMBOL net/caif/caif 0x2a09f713 cfpkt_fromnative +EXPORT_SYMBOL net/caif/caif 0x329dbd06 cfpkt_info +EXPORT_SYMBOL net/caif/caif 0x38701a7c cfcnfg_del_phy_layer +EXPORT_SYMBOL net/caif/caif 0x3fa84493 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x40babbe0 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x665f9a0b cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x875a8c46 caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0x9440eda9 caif_connect_client +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xcb2084d1 caif_disconnect_client +EXPORT_SYMBOL net/can/can 0x1939db1d can_sock_destruct +EXPORT_SYMBOL net/can/can 0x39c12d81 can_send +EXPORT_SYMBOL net/can/can 0x405367ac can_proto_register +EXPORT_SYMBOL net/can/can 0x4a8ea941 can_rx_unregister +EXPORT_SYMBOL net/can/can 0xaee86903 can_rx_register +EXPORT_SYMBOL net/can/can 0xfa282544 can_proto_unregister +EXPORT_SYMBOL net/ceph/libceph 0x04060764 osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x04cad6f0 ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x05d1d340 ceph_auth_handle_bad_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x07d94443 ceph_parse_param +EXPORT_SYMBOL net/ceph/libceph 0x0d1faa94 ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0x12496bf5 ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x1378aba3 ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0x1393333b ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x165b1948 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0x16710460 ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0x17c17611 ceph_pg_to_acting_primary +EXPORT_SYMBOL net/ceph/libceph 0x17c64392 osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0x1bee76e7 ceph_osdc_maybe_request_map +EXPORT_SYMBOL net/ceph/libceph 0x204b73da ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0x2087719e ceph_oid_copy +EXPORT_SYMBOL net/ceph/libceph 0x2101cbc9 ceph_oid_destroy +EXPORT_SYMBOL net/ceph/libceph 0x2a14ac79 __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x2a2a7882 osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0x2a983d26 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x2b48ea07 osd_req_op_extent_osd_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x2eec2215 osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0x31a3c2c7 ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0x31e2a17e ceph_cls_unlock +EXPORT_SYMBOL net/ceph/libceph 0x37921fce ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x38f2d94e ceph_file_to_extents +EXPORT_SYMBOL net/ceph/libceph 0x396cd745 osd_req_op_xattr_init +EXPORT_SYMBOL net/ceph/libceph 0x3a65887b ceph_osdc_watch +EXPORT_SYMBOL net/ceph/libceph 0x3c188faa ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0x3c8d7111 ceph_get_num_objects +EXPORT_SYMBOL net/ceph/libceph 0x3e20d411 ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x417a9131 ceph_oloc_destroy +EXPORT_SYMBOL net/ceph/libceph 0x4380dcb9 ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x4affd6c2 ceph_parse_fsid +EXPORT_SYMBOL net/ceph/libceph 0x4e234afc ceph_msg_new2 +EXPORT_SYMBOL net/ceph/libceph 0x4fdb172b ceph_osdc_notify_ack +EXPORT_SYMBOL net/ceph/libceph 0x501ab565 ceph_client_gid +EXPORT_SYMBOL net/ceph/libceph 0x50603ce3 ceph_decode_entity_addrvec +EXPORT_SYMBOL net/ceph/libceph 0x50d2ed5b ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0x52e08c4c osd_req_op_copy_from_init +EXPORT_SYMBOL net/ceph/libceph 0x5785e9bd osd_req_op_extent_dup_last +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x58324450 osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0x5842c6db ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x5aeeee62 ceph_oid_aprintf +EXPORT_SYMBOL net/ceph/libceph 0x5b05ed0c ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x5e8820b1 ceph_osdc_get_request +EXPORT_SYMBOL net/ceph/libceph 0x60e0bd29 ceph_auth_handle_svc_reply_done +EXPORT_SYMBOL net/ceph/libceph 0x614521ca ceph_osdc_notify +EXPORT_SYMBOL net/ceph/libceph 0x62602822 ceph_msg_get +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x64dd35b1 ceph_auth_handle_svc_reply_more +EXPORT_SYMBOL net/ceph/libceph 0x67f341ec osd_req_op_extent_osd_data_bvec_pos +EXPORT_SYMBOL net/ceph/libceph 0x6a7a38a0 ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x6ba9eae8 ceph_monc_got_map +EXPORT_SYMBOL net/ceph/libceph 0x6e03e4de ceph_monc_renew_subs +EXPORT_SYMBOL net/ceph/libceph 0x716647c6 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x71b00a60 ceph_msg_data_add_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x720af44b ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x72de008e ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x73d32597 ceph_osdc_call +EXPORT_SYMBOL net/ceph/libceph 0x785b58b5 ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0x7b73b261 ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0x7b960387 ceph_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x7c49f90c ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0x7cceed1b ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x7e2e86ba ceph_wait_for_latest_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x80568239 ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x83703e4b ceph_auth_add_authorizer_challenge +EXPORT_SYMBOL net/ceph/libceph 0x84730fc0 ceph_monc_want_map +EXPORT_SYMBOL net/ceph/libceph 0x86fca7e4 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x8859249d ceph_osdc_abort_requests +EXPORT_SYMBOL net/ceph/libceph 0x8863d5ea osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x8c2d5726 ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0x8e6ef1b0 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0x8f3955b0 ceph_osdc_list_watchers +EXPORT_SYMBOL net/ceph/libceph 0x91e8ab73 ceph_reset_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x91ff1022 osd_req_op_cls_request_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x9289dc2a osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0x92b7b4ce ceph_pg_pool_flags +EXPORT_SYMBOL net/ceph/libceph 0x987d3968 ceph_alloc_options +EXPORT_SYMBOL net/ceph/libceph 0x994bb685 ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0x9bc6b539 ceph_find_or_create_string +EXPORT_SYMBOL net/ceph/libceph 0x9be1386e ceph_osdc_alloc_messages +EXPORT_SYMBOL net/ceph/libceph 0x9ca95932 ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x9fbba67f ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0x9fefa3cb ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0xa698f998 ceph_free_lockers +EXPORT_SYMBOL net/ceph/libceph 0xaa3a59e2 osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0xab27043f ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xab75bc14 ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0xad703657 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xad8d67f7 ceph_cls_set_cookie +EXPORT_SYMBOL net/ceph/libceph 0xad8e9ef3 osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb0aae99d ceph_monc_get_version +EXPORT_SYMBOL net/ceph/libceph 0xb10418b4 ceph_osdc_unwatch +EXPORT_SYMBOL net/ceph/libceph 0xb2eaa87c ceph_monc_get_version_async +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb72c162e ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xb73f868c ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xba76c636 ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0xbafe7424 ceph_osdc_update_epoch_barrier +EXPORT_SYMBOL net/ceph/libceph 0xbbd60722 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0xbd2f79ae ceph_oloc_copy +EXPORT_SYMBOL net/ceph/libceph 0xbe1b59e8 ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0xbe3879aa ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xc15368e4 ceph_monc_blocklist_add +EXPORT_SYMBOL net/ceph/libceph 0xc22cdc2f ceph_osdc_clear_abort_err +EXPORT_SYMBOL net/ceph/libceph 0xc366bfa1 ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0xc6bd5928 osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xc97e06d6 __ceph_alloc_sparse_ext_map +EXPORT_SYMBOL net/ceph/libceph 0xc9a38c95 ceph_cls_lock_info +EXPORT_SYMBOL net/ceph/libceph 0xca80437b ceph_extent_to_file +EXPORT_SYMBOL net/ceph/libceph 0xcca11e2c osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0xcd3f21f7 ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xd4d736db ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0xd4eb7735 ceph_decode_entity_addr +EXPORT_SYMBOL net/ceph/libceph 0xd88fe88e ceph_msg_put +EXPORT_SYMBOL net/ceph/libceph 0xdd23730d ceph_osdc_put_request +EXPORT_SYMBOL net/ceph/libceph 0xdd26aff4 ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0xdd5fe7b7 osd_req_op_extent_osd_iter +EXPORT_SYMBOL net/ceph/libceph 0xde976fcf ceph_print_client_options +EXPORT_SYMBOL net/ceph/libceph 0xdf6ef4a1 ceph_oid_printf +EXPORT_SYMBOL net/ceph/libceph 0xdfae421c __ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xdfc091f9 ceph_entity_type_name +EXPORT_SYMBOL net/ceph/libceph 0xe230bf5f ceph_cls_lock +EXPORT_SYMBOL net/ceph/libceph 0xe34a59f2 ceph_object_locator_to_pg +EXPORT_SYMBOL net/ceph/libceph 0xe76e7226 ceph_pagelist_alloc +EXPORT_SYMBOL net/ceph/libceph 0xe9504272 ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0xeac6c1e0 osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0xeb898907 osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xee120c03 ceph_release_string +EXPORT_SYMBOL net/ceph/libceph 0xeef6cfa3 ceph_iterate_extents +EXPORT_SYMBOL net/ceph/libceph 0xef2ac042 ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0xefce3c3b ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0xefce991c ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0xf03fe862 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0xf254297e ceph_addr_is_blank +EXPORT_SYMBOL net/ceph/libceph 0xf51e9d8d ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0xf52d089c ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0xf83d9f0b ceph_cls_break_lock +EXPORT_SYMBOL net/ceph/libceph 0xf866322b ceph_parse_mon_ips +EXPORT_SYMBOL net/ceph/libceph 0xf8e06e83 ceph_cls_assert_locked +EXPORT_SYMBOL net/ceph/libceph 0xf99f9a7e ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xfef5600e ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0xffd676dc ceph_osdc_cancel_request +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xa2b2d4d0 dccp_syn_ack_timeout +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xcc757686 dccp_req_err +EXPORT_SYMBOL net/hsr/hsr 0xa4f77dc9 hsr_get_version +EXPORT_SYMBOL net/hsr/hsr 0xbc591ddf is_hsr_master +EXPORT_SYMBOL net/ieee802154/ieee802154 0x29191a17 wpan_phy_new +EXPORT_SYMBOL net/ieee802154/ieee802154 0x6b586e43 wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0x71cdea1e wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0x7936d09f wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0x822b8fc8 wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0x8aefc006 wpan_phy_find +EXPORT_SYMBOL net/ipv4/fou 0x1757d1a4 fou_encap_hlen +EXPORT_SYMBOL net/ipv4/fou 0x337ee603 __fou_build_header +EXPORT_SYMBOL net/ipv4/fou 0x728feff6 __gue_build_header +EXPORT_SYMBOL net/ipv4/fou 0xf13914b3 gue_encap_hlen +EXPORT_SYMBOL net/ipv4/gre 0xce586344 gre_parse_header +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x0672af1d ip_tunnel_encap_del_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x4d5ffa0e ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x71a215f5 ip_tunnel_md_udp_encap +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xbb944f29 ip_tunnel_get_iflink +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xc7b1f7dc ip_tunnel_encap_add_ops +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x0860b2ea arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x0c4392fb arpt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x0c8ea51d arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xea4f0039 arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x18980e12 ipt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x1fc8b581 ipt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x39199950 ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x4cc086e0 ipt_unregister_table_exit +EXPORT_SYMBOL net/ipv4/tunnel4 0x1fe427fa xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/tunnel4 0xa010bfc1 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/udp_tunnel 0x97ac3c2e udp_sock_create4 +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x0282bae8 ip6_tnl_encap_add_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x1ecf7a49 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x22a75ce9 ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x3f0a9e0a ip6_tnl_get_link_net +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x45dc2795 ip6_tnl_change_mtu +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xa27db55f ip6_tnl_get_iflink +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xd844a446 ip6_tnl_encap_del_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xd94e3267 ip6_tnl_xmit +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xdbe6925a ip6_tnl_rcv +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x066de965 ip6t_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x7770e19e ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xb384f4c3 ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xd5418c4c ip6t_unregister_table_exit +EXPORT_SYMBOL net/ipv6/tunnel6 0x724fba4e xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/tunnel6 0xe5f34c73 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x658a514b xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xba70b004 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/lapb/lapb 0x09ea8fcf lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0x1d075bc1 lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0x282605fa lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0x86aba716 lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0x98a8c2f1 lapb_register +EXPORT_SYMBOL net/lapb/lapb 0x9b96a967 lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0xc2c2fca7 lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0xfd060384 lapb_disconnect_request +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x49b4fc09 llc_add_pack +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x53beda2d llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0x78bb8035 llc_sap_find +EXPORT_SYMBOL net/llc/llc 0x91558e1d llc_sap_close +EXPORT_SYMBOL net/llc/llc 0x9ec4e36d llc_sap_open +EXPORT_SYMBOL net/llc/llc 0xbab56691 llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0xf65cc2ee llc_set_station_handler +EXPORT_SYMBOL net/mac80211/mac80211 0x0590ed36 ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x05f34bad __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x09cd9a43 ieee80211_rx_napi +EXPORT_SYMBOL net/mac80211/mac80211 0x0e2f1d66 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x0ff83504 ieee80211_beacon_get_template_ema_index +EXPORT_SYMBOL net/mac80211/mac80211 0x13b84b9f ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x14a8f4c8 ieee80211_sta_recalc_aggregates +EXPORT_SYMBOL net/mac80211/mac80211 0x1518bcd6 ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x17cdaaa4 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x1984b790 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x19f37f0d ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x1cf75d45 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x1e6c6644 ieee80211_rx_list +EXPORT_SYMBOL net/mac80211/mac80211 0x2129e692 ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x21895718 ieee80211_nan_func_terminated +EXPORT_SYMBOL net/mac80211/mac80211 0x2a90feeb ieee80211_handle_wake_tx_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x2c03f68d ieee80211_tx_dequeue +EXPORT_SYMBOL net/mac80211/mac80211 0x2c405279 ieee80211_beacon_update_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0x3842bf86 ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x391eda45 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0x39b174ad ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0x3e61ed20 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x4232f1d6 ieee80211_iter_keys_rcu +EXPORT_SYMBOL net/mac80211/mac80211 0x472b9982 ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0x499727e5 ieee80211_txq_airtime_check +EXPORT_SYMBOL net/mac80211/mac80211 0x4a00fa26 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x4d6ed51b ieee80211_txq_may_transmit +EXPORT_SYMBOL net/mac80211/mac80211 0x51213c18 ieee80211_beacon_free_ema_list +EXPORT_SYMBOL net/mac80211/mac80211 0x5235e804 ieee80211_tdls_oper_request +EXPORT_SYMBOL net/mac80211/mac80211 0x541ac917 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x5487bfa0 ieee80211_manage_rx_ba_offl +EXPORT_SYMBOL net/mac80211/mac80211 0x56bfec37 ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x588c29a7 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0x58a1271d ieee80211_beacon_get_template_ema_list +EXPORT_SYMBOL net/mac80211/mac80211 0x5915dafa ieee80211_mark_rx_ba_filtered_frames +EXPORT_SYMBOL net/mac80211/mac80211 0x5975ce7d ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0x5a7f6501 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0x5b115baf ieee80211_sta_pspoll +EXPORT_SYMBOL net/mac80211/mac80211 0x5bc3e34d ieee80211_sta_uapsd_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x5c8b7e57 ieee80211_sta_register_airtime +EXPORT_SYMBOL net/mac80211/mac80211 0x5cecb172 ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0x5f8ec3ed ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x60e7f8f3 ieee80211_txq_schedule_start +EXPORT_SYMBOL net/mac80211/mac80211 0x61382c09 ieee80211_channel_switch_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0x61dbab18 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0x62acf648 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x630e91f9 ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0x63b4a2dc ieee80211_send_eosp_nullfunc +EXPORT_SYMBOL net/mac80211/mac80211 0x64fd3583 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0x67a15c3f ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x68e48911 ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0x701b5698 wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x76d599dc __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x78344da6 ieee80211_next_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x7e5a0ecb ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x80651d8f ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x826ab1d2 ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x84f91072 ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0x853254c6 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0x875bf338 ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x87a605fb ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0x8804144a ieee80211_refresh_tx_agg_session_timer +EXPORT_SYMBOL net/mac80211/mac80211 0x8a0df71b ieee80211_beacon_cntdwn_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x8cbc0c2e ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x90c7fa1b ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0x91e1b441 ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x95febea6 ieee80211_get_bssid +EXPORT_SYMBOL net/mac80211/mac80211 0x97901926 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0x991a0ca0 ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x992fe27f ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x99c69f7b ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x9d10852e ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x9d11a3e2 ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x9d498daf ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x9dd41489 ieee80211_alloc_hw_nm +EXPORT_SYMBOL net/mac80211/mac80211 0x9e612f15 ieee80211_tx_rate_update +EXPORT_SYMBOL net/mac80211/mac80211 0xa03f34e5 ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0xa0af82f0 ieee80211_beacon_set_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0xa219efba ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0xa87f50c0 ieee80211_get_fils_discovery_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0xac6974b2 ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xae2e04ee ieee80211_tx_status_ext +EXPORT_SYMBOL net/mac80211/mac80211 0xaeb9a917 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xb2873811 ieee80211_nan_func_match +EXPORT_SYMBOL net/mac80211/mac80211 0xb6611731 ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xb6bb2377 ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xb8cdb2fd __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xba3b1edf ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0xbc3a7790 ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0xbd2e4bef ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xc096ef2f ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0xc5520bc5 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xc70a29d5 ieee80211_rx_ba_timer_expired +EXPORT_SYMBOL net/mac80211/mac80211 0xc79a74bf __ieee80211_schedule_txq +EXPORT_SYMBOL net/mac80211/mac80211 0xcdd3719c ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xd3bebee2 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0xd3eb8dae __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xd4f60c73 rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0xd69186ca ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xd885c4fc ieee80211_unreserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0xdf2ba3f9 ieee80211_get_unsol_bcast_probe_resp_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0xdfaecfe4 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xe5fa183d ieee80211_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0xefba14ee ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0xf041684c ieee80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/mac80211/mac80211 0xf25843f8 ieee80211_txq_get_depth +EXPORT_SYMBOL net/mac80211/mac80211 0xf6f0374e ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xf9ae1001 ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xfb91fd10 ieee80211_reserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0xfc141dce ieee80211_iter_keys +EXPORT_SYMBOL net/mac802154/mac802154 0x19281ac3 ieee802154_unregister_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x22ce972d ieee802154_xmit_error +EXPORT_SYMBOL net/mac802154/mac802154 0x38372ad6 ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0x5b36903e ieee802154_free_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x6ad43117 ieee802154_xmit_complete +EXPORT_SYMBOL net/mac802154/mac802154 0x957f59b8 ieee802154_xmit_hw_error +EXPORT_SYMBOL net/mac802154/mac802154 0x9b93ca3e ieee802154_configure_durations +EXPORT_SYMBOL net/mac802154/mac802154 0xa22b6cb8 ieee802154_register_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xaeb3a9f9 ieee802154_alloc_hw +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x0d102eac ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x14c9b24e ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x2fd4c72c ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x38b70959 ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x3bc3d146 ip_vs_new_conn_out +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x6b465070 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x7636089c ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x9097c706 register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xa6ad5d25 unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xa9b5f3e8 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb17a4f0a ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb40debff ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xecd29dc1 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf7faef1e ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xfe12bfc5 register_ip_vs_app +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x3b08a8f0 nf_ct_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x89d99ee1 __nf_ct_ext_find +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xd0a5a7a4 nf_ct_ext_add +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0xf2a36612 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x0f973d84 nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xa9f50425 __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xca338e4a nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0xfd00db24 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nft_fib 0x46170f23 nft_fib_policy +EXPORT_SYMBOL net/netfilter/x_tables 0x065413df xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0x0d20e220 xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x0d7f5fcd xt_alloc_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x2fcf833a xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0x3bf9d084 xt_check_table_hooks +EXPORT_SYMBOL net/netfilter/x_tables 0x48012e28 xt_check_proc_name +EXPORT_SYMBOL net/netfilter/x_tables 0x50873741 xt_compat_init_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x92b25f86 xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0x977fd4bf xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xa006db5b xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xa1ef6766 xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xa25fc115 xt_compat_check_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0xacf02dee xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xc141d1e9 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0xcb3e91cc xt_counters_alloc +EXPORT_SYMBOL net/netfilter/x_tables 0xd87ae60d xt_check_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0xe102eaad xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xe204e042 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xeb23549c xt_find_table +EXPORT_SYMBOL net/netfilter/x_tables 0xfef779fa xt_find_jump_offset +EXPORT_SYMBOL net/nfc/hci/hci 0x090e3304 nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0x0a3cb30f nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x11795f33 nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0x122ac73c nfc_hci_reset_pipes_per_host +EXPORT_SYMBOL net/nfc/hci/hci 0x1dea1573 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0x1f331db3 nfc_llc_start +EXPORT_SYMBOL net/nfc/hci/hci 0x2074b5ef nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0x29461bc5 nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0x3dba1f2f nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x538e0f73 nfc_hci_reset_pipes +EXPORT_SYMBOL net/nfc/hci/hci 0x544bea48 nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x634fceed nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0x74fe3670 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x862daaff nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x8accc4f2 nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0xb8c14ef2 nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0xbc7383d2 nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0xc7e64431 nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0xcf9c462a nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0xdd231c55 nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xe0788849 nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0xe9347cb2 nfc_llc_stop +EXPORT_SYMBOL net/nfc/hci/hci 0xf06c2e88 nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/nci/nci 0x067b1d26 nci_hci_open_pipe +EXPORT_SYMBOL net/nfc/nci/nci 0x18c57d87 nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x220239df nci_hci_set_param +EXPORT_SYMBOL net/nfc/nci/nci 0x2215d9ab nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0x2a95046d nci_core_conn_create +EXPORT_SYMBOL net/nfc/nci/nci 0x2c041daf nci_hci_get_param +EXPORT_SYMBOL net/nfc/nci/nci 0x31094587 nci_req_complete +EXPORT_SYMBOL net/nfc/nci/nci 0x38c43be6 nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0x3f15f31f nci_hci_dev_session_init +EXPORT_SYMBOL net/nfc/nci/nci 0x3f538144 nci_core_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x41229e38 nci_nfcee_mode_set +EXPORT_SYMBOL net/nfc/nci/nci 0x431a5a54 nci_hci_connect_gate +EXPORT_SYMBOL net/nfc/nci/nci 0x54ccfdce nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0x5a7a23bc nci_get_conn_info_by_dest_type_params +EXPORT_SYMBOL net/nfc/nci/nci 0x67faa1e5 nci_core_init +EXPORT_SYMBOL net/nfc/nci/nci 0x69ca0bcb nci_hci_send_event +EXPORT_SYMBOL net/nfc/nci/nci 0x6aa8cfda nci_prop_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x8349e6ab nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0x839f62a5 nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0x9a100ba4 nci_nfcc_loopback +EXPORT_SYMBOL net/nfc/nci/nci 0xa6c8100c nci_send_frame +EXPORT_SYMBOL net/nfc/nci/nci 0xa9b90e02 nci_conn_max_data_pkt_payload_size +EXPORT_SYMBOL net/nfc/nci/nci 0xb97bfc1a nci_send_data +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xd5cc3274 nci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xdb55cded nci_nfcee_discover +EXPORT_SYMBOL net/nfc/nci/nci 0xe5a946be nci_core_conn_close +EXPORT_SYMBOL net/nfc/nci/nci 0xe7869318 nci_core_reset +EXPORT_SYMBOL net/nfc/nci/nci 0xef7485a8 nci_hci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xf406af83 nci_hci_clear_all_pipes +EXPORT_SYMBOL net/nfc/nfc 0x012eb72c nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0x0fc9d2f3 nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0x13c871c2 nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x274f29f0 __nfc_alloc_vendor_cmd_reply_skb +EXPORT_SYMBOL net/nfc/nfc 0x2778f1e6 nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0x2e69bfca nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0x321b97ae nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0x38246730 nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0x4c6c9123 nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0x57b4d3dd nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0x60b3fe5c nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x6ee26603 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0x87caee6b nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0x8bb11ce3 nfc_se_connectivity +EXPORT_SYMBOL net/nfc/nfc 0x9f6ad4d9 nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0xa797643e nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0xa88beee8 nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0xb5d0dfda nfc_se_transaction +EXPORT_SYMBOL net/nfc/nfc 0xbb4d7e43 nfc_vendor_cmd_reply +EXPORT_SYMBOL net/nfc/nfc 0xc1a936e9 nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0xc1f44e14 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0xc984085e nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0xea97a666 nfc_class +EXPORT_SYMBOL net/nfc/nfc 0xeed4cbd3 nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0xfe7d5a40 nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc_digital 0x1e5a602b nfc_digital_unregister_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x2a0291be nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x68a37883 nfc_digital_allocate_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x8c354bce nfc_digital_free_device +EXPORT_SYMBOL net/phonet/phonet 0x08f06bb9 pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0x1c0540c7 phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0x200583c9 pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0x72f8cdde phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0x9750b024 pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0xae0e9524 pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0xb68c7ff7 phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0xc369f732 phonet_proto_register +EXPORT_SYMBOL net/rxrpc/rxrpc 0x13d59e4b rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x2aeb6bf2 rxrpc_kernel_recv_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0x2d05ab57 rxrpc_kernel_get_epoch +EXPORT_SYMBOL net/rxrpc/rxrpc 0x31bf3ca3 rxrpc_debug_id +EXPORT_SYMBOL net/rxrpc/rxrpc 0x3358e47d rxrpc_kernel_new_call_notification +EXPORT_SYMBOL net/rxrpc/rxrpc 0x35c2ecb6 rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x4e00aa81 rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x56423a1d rxrpc_kernel_set_tx_length +EXPORT_SYMBOL net/rxrpc/rxrpc 0x6b08e2c6 rxrpc_kernel_set_max_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x83ee0a43 rxrpc_kernel_charge_accept +EXPORT_SYMBOL net/rxrpc/rxrpc 0x8e4035f4 key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/rxrpc 0x947bce2d rxrpc_kernel_put_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x9885c1af rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xb0da730d rxrpc_sock_set_min_security_level +EXPORT_SYMBOL net/rxrpc/rxrpc 0xc1d611e7 rxrpc_kernel_get_peer +EXPORT_SYMBOL net/rxrpc/rxrpc 0xc3068d76 rxrpc_kernel_shutdown_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xc4f35689 rxrpc_kernel_check_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0xc8360847 rxrpc_kernel_get_srtt +EXPORT_SYMBOL net/rxrpc/rxrpc 0xe692781f rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0xf694dea5 rxrpc_sock_set_security_keyring +EXPORT_SYMBOL net/sctp/sctp 0xee9611ce sctp_do_peeloff +EXPORT_SYMBOL net/smc/smc 0x1e8e13d5 __traceiter_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0x22a442df __traceiter_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x3153cc92 __SCK__tp_func_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x76da5303 __tracepoint_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0xa053541c __tracepoint_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xb3f2d173 __SCK__tp_func_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xb613de67 __traceiter_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xd24addfc __tracepoint_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0xe7dacb8d __SCK__tp_func_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xece0ea87 __traceiter_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0xf47b4ee2 __tracepoint_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xfb8cae0f __SCK__tp_func_smc_switch_to_fallback +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x1966762c gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x90c749dd gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xf43e5cb9 gss_mech_get +EXPORT_SYMBOL net/sunrpc/sunrpc 0x079888ce xdr_restrict_buflen +EXPORT_SYMBOL net/sunrpc/sunrpc 0x7bc88288 xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0xab7873ab svc_pool_stats_open +EXPORT_SYMBOL net/tipc/tipc 0x502ad383 tipc_dump_done +EXPORT_SYMBOL net/tipc/tipc 0xf3e8051a tipc_sk_fill_sock_diag +EXPORT_SYMBOL net/tipc/tipc 0xf3f31698 tipc_dump_start +EXPORT_SYMBOL net/tipc/tipc 0xf5bd75c8 tipc_nl_sk_walk +EXPORT_SYMBOL net/tls/tls 0x9c5c649a tls_get_record +EXPORT_SYMBOL net/wireless/cfg80211 0x0096cc85 cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x00d4812f wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x0176880f ieee80211_data_to_8023_exthdr +EXPORT_SYMBOL net/wireless/cfg80211 0x04503c3f wiphy_read_of_freq_limits +EXPORT_SYMBOL net/wireless/cfg80211 0x04dab97a cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0x06ca71fd cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0x07fc1fd8 ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x0820f361 cfg80211_background_cac_abort +EXPORT_SYMBOL net/wireless/cfg80211 0x09bfa466 wiphy_new_nm +EXPORT_SYMBOL net/wireless/cfg80211 0x0b92ea7b wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0x0c5e9833 cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x0c952614 cfg80211_mgmt_tx_status_ext +EXPORT_SYMBOL net/wireless/cfg80211 0x0cc95bc2 ieee80211_s1g_channel_width +EXPORT_SYMBOL net/wireless/cfg80211 0x0ea3687d cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x117aca91 cfg80211_merge_profile +EXPORT_SYMBOL net/wireless/cfg80211 0x13c58e52 ieee80211_get_8023_tunnel_proto +EXPORT_SYMBOL net/wireless/cfg80211 0x13cbe3b7 cfg80211_inform_bss_data +EXPORT_SYMBOL net/wireless/cfg80211 0x16895938 cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x1ad80bdd cfg80211_reg_can_beacon_relax +EXPORT_SYMBOL net/wireless/cfg80211 0x1b82a85a cfg80211_valid_disable_subchannel_bitmap +EXPORT_SYMBOL net/wireless/cfg80211 0x1bf73a65 cfg80211_assoc_comeback +EXPORT_SYMBOL net/wireless/cfg80211 0x1c261ace cfg80211_control_port_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0x1ce2497f reg_query_regdb_wmm +EXPORT_SYMBOL net/wireless/cfg80211 0x1df9fb64 cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x1e684347 cfg80211_get_iftype_ext_capa +EXPORT_SYMBOL net/wireless/cfg80211 0x1fa8c88f cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x1fc41c98 cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x1ffaa307 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0x26f23431 cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0x275269b3 ieee80211_ie_split_ric +EXPORT_SYMBOL net/wireless/cfg80211 0x27791ed7 cfg80211_links_removed +EXPORT_SYMBOL net/wireless/cfg80211 0x30a072c7 cfg80211_del_sta_sinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x30e22aa9 cfg80211_nan_match +EXPORT_SYMBOL net/wireless/cfg80211 0x339bb33c cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0x3643b80f ieee80211_chandef_to_operating_class +EXPORT_SYMBOL net/wireless/cfg80211 0x3a782059 cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0x3aca71a1 cfg80211_get_ies_channel_number +EXPORT_SYMBOL net/wireless/cfg80211 0x3c744e95 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0x3c86019a cfg80211_sinfo_alloc_tid_stats +EXPORT_SYMBOL net/wireless/cfg80211 0x428d4550 cfg80211_rx_control_port +EXPORT_SYMBOL net/wireless/cfg80211 0x429c0c31 ieee80211_bss_get_elem +EXPORT_SYMBOL net/wireless/cfg80211 0x43afadee ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x44a623e1 cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x48efa1ce cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0x492bd157 cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0x4abed7d4 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x4d7b5e88 cfg80211_external_auth_request +EXPORT_SYMBOL net/wireless/cfg80211 0x52c6b36d cfg80211_sched_scan_stopped_locked +EXPORT_SYMBOL net/wireless/cfg80211 0x52e64691 ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x5584448a ieee80211_channel_to_freq_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x576f7c2f cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x5d6d1289 __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x5e330e0f ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0x6025399d cfg80211_port_authorized +EXPORT_SYMBOL net/wireless/cfg80211 0x613b53d3 cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x61e7d575 cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0x63954cc0 cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6bea29e3 cfg80211_connect_done +EXPORT_SYMBOL net/wireless/cfg80211 0x6bedf402 ieee80211_freq_khz_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x6d8ab94d __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x6e69587f cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x7288a1e7 cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x74e60d6f cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x7971d20a __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x79b82a71 cfg80211_find_vendor_elem +EXPORT_SYMBOL net/wireless/cfg80211 0x7acb86ed ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0x7c3ac925 ieee80211_get_vht_max_nss +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7f2984fd cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0x7f88d8d0 wiphy_rfkill_set_hw_state_reason +EXPORT_SYMBOL net/wireless/cfg80211 0x81e5787b cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x83312411 wdev_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0x85de3f6f wiphy_delayed_work_timer +EXPORT_SYMBOL net/wireless/cfg80211 0x8a4b8c8c cfg80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x8bc6aef6 cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x8efcc27d cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x8fa02936 cfg80211_free_nan_func +EXPORT_SYMBOL net/wireless/cfg80211 0x91760059 __cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0x93274202 cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x9775ee29 cfg80211_report_obss_beacon_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x97a2c226 cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0x9aa0602e cfg80211_bss_iter +EXPORT_SYMBOL net/wireless/cfg80211 0x9cb5c201 cfg80211_get_drvinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x9d6cba30 cfg80211_find_elem_match +EXPORT_SYMBOL net/wireless/cfg80211 0xa0bcb4cc cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xa20baba7 cfg80211_sta_opmode_change_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xa2f6655c cfg80211_assoc_failure +EXPORT_SYMBOL net/wireless/cfg80211 0xa56e9dc1 ieee80211_is_valid_amsdu +EXPORT_SYMBOL net/wireless/cfg80211 0xa5eb35d7 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0xa7c751a2 cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0xa7ef33ce cfg80211_tx_mgmt_expired +EXPORT_SYMBOL net/wireless/cfg80211 0xa80bd614 nl80211_send_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0xaa76bfaf cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xaaec5059 cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0xb05cddef cfg80211_rx_mgmt_ext +EXPORT_SYMBOL net/wireless/cfg80211 0xb16bc631 cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0xb22e7b5e cfg80211_any_usable_channels +EXPORT_SYMBOL net/wireless/cfg80211 0xb43ccc37 regulatory_pre_cac_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0xb4a91edd freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0xb6a9de06 cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xb7f5963a get_wiphy_regdom +EXPORT_SYMBOL net/wireless/cfg80211 0xbbac7ce8 wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0xbdf8bb84 regulatory_set_wiphy_regd +EXPORT_SYMBOL net/wireless/cfg80211 0xc076db58 regulatory_set_wiphy_regd_sync +EXPORT_SYMBOL net/wireless/cfg80211 0xc28c765c cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xc3fb97ca ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0xc4b4fc27 cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0xc77ec025 cfg80211_nan_func_terminated +EXPORT_SYMBOL net/wireless/cfg80211 0xcc1a7c48 cfg80211_is_element_inherited +EXPORT_SYMBOL net/wireless/cfg80211 0xcc3545d2 cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0xcc798d3f ieee80211_get_channel_khz +EXPORT_SYMBOL net/wireless/cfg80211 0xcf31e3ad regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0xcf9cd559 cfg80211_bss_flush +EXPORT_SYMBOL net/wireless/cfg80211 0xd02f0162 cfg80211_iftype_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0xd2d9ee22 cfg80211_bss_color_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xd56d55f3 ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xd6c87a05 cfg80211_defragment_element +EXPORT_SYMBOL net/wireless/cfg80211 0xd7b64e9c cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xd83c8357 cfg80211_register_netdevice +EXPORT_SYMBOL net/wireless/cfg80211 0xd97eaad4 cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0xd9ebfa8c cfg80211_ch_switch_started_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xdaea6950 cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xdbe64603 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0xdcc9316c cfg80211_send_layer2_update +EXPORT_SYMBOL net/wireless/cfg80211 0xdd16b5e9 cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0xdd9bb877 wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0xef53b39b cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xf1a5c5c9 cfg80211_inform_bss_frame_data +EXPORT_SYMBOL net/wireless/cfg80211 0xf3144e1f cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0xf40bc2f5 ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0xf5596d89 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0xf81f7fb7 ieee80211_strip_8023_mesh_hdr +EXPORT_SYMBOL net/wireless/cfg80211 0xf86980b6 cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xf980dda9 cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0xfb15a789 cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0xfc2900a1 cfg80211_update_owe_info_event +EXPORT_SYMBOL net/wireless/lib80211 0x3ae4dc19 lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0x410b5359 lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0x44b2ad10 lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0x50e9f7a6 lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x5a063d93 lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x9042662a lib80211_unregister_crypto_ops +EXPORT_SYMBOL sound/ac97_bus 0xc7a5f873 ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0xece833b0 snd_mixer_oss_ioctl_card +EXPORT_SYMBOL sound/core/seq/snd-seq 0x1a724fcc snd_seq_kernel_client_ctl +EXPORT_SYMBOL sound/core/seq/snd-seq 0x23738926 snd_seq_dump_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0x3061c52d snd_use_lock_sync_helper +EXPORT_SYMBOL sound/core/seq/snd-seq 0x6bb71038 snd_seq_delete_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7b8699eb snd_seq_event_port_detach +EXPORT_SYMBOL sound/core/seq/snd-seq 0x85cd59a8 snd_seq_kernel_client_dispatch +EXPORT_SYMBOL sound/core/seq/snd-seq 0x9df441c6 snd_seq_kernel_client_write_poll +EXPORT_SYMBOL sound/core/seq/snd-seq 0xa6e19f8e snd_seq_expand_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0xb5ac05fb snd_seq_create_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0xb8e448a0 snd_seq_set_queue_tempo +EXPORT_SYMBOL sound/core/seq/snd-seq 0xbea36f92 snd_seq_kernel_client_enqueue +EXPORT_SYMBOL sound/core/seq/snd-seq 0xcf6c69ca snd_seq_event_port_attach +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0x6ea09972 snd_midi_channel_alloc_set +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0x74769de9 snd_midi_process_event +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0x833a3e07 snd_midi_channel_set_clear +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0xb9948d2c snd_midi_channel_free_set +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x454224b1 snd_midi_event_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x70758652 snd_midi_event_encode_byte +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x7a3e0db5 snd_midi_event_no_status +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x8150b379 snd_midi_event_reset_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xb8620ad8 snd_midi_event_reset_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xdd935c83 snd_midi_event_free +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xe9e6c50c snd_midi_event_new +EXPORT_SYMBOL sound/core/seq/snd-seq-virmidi 0xb5fee344 snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x01f57ce6 snd_jack_add_new_kctl +EXPORT_SYMBOL sound/core/snd 0x101b8d42 snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0x1166a05c snd_card_register +EXPORT_SYMBOL sound/core/snd 0x198788b4 snd_lookup_oss_minor_data +EXPORT_SYMBOL sound/core/snd 0x1e16fb4b snd_card_new +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x2e905479 snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0x342a2354 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x345e654f snd_info_register +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x3c66257d snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0x40bfdc47 snd_jack_new +EXPORT_SYMBOL sound/core/snd 0x41544132 snd_ctl_notify_one +EXPORT_SYMBOL sound/core/snd 0x4490b2e2 snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0x45b52032 snd_card_free +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x4d923a5a snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0x53545f9c snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0x54277512 snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0x6321cf2c snd_device_new +EXPORT_SYMBOL sound/core/snd 0x63dc71aa snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0x73076315 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0x7b2458fa snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0x805f7c76 snd_device_free +EXPORT_SYMBOL sound/core/snd 0x86c0ac7e snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8e1ddab1 snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0x8f2e945c snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x8ff0effb snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0x94f75761 snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0x963cf757 snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0x9809bea6 snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0x984b3da2 snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0x9a8ee1fd snd_ctl_unregister_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x9d4fc267 snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0xa27979f5 snd_ctl_rename +EXPORT_SYMBOL sound/core/snd 0xa77d6f58 snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xb6eeb0e5 snd_power_wait +EXPORT_SYMBOL sound/core/snd 0xb912e64d snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0xba51cd13 snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0xbaa1922f snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0xc18cdb76 snd_ctl_register_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0xc1c3a4e6 snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0xc5a6d10b release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0xcc6a729f snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0xd52a4eca snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0xd732e305 snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0xde396367 snd_jack_report +EXPORT_SYMBOL sound/core/snd 0xe1026b97 snd_unregister_oss_device +EXPORT_SYMBOL sound/core/snd 0xe68fade3 _snd_ctl_add_follower +EXPORT_SYMBOL sound/core/snd 0xe86f7fa3 snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0xebb34fc4 snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0xecbff74f snd_device_register +EXPORT_SYMBOL sound/core/snd 0xee43c05f snd_seq_root +EXPORT_SYMBOL sound/core/snd 0xf3e23afe snd_component_add +EXPORT_SYMBOL sound/core/snd 0xf60c9c9d snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0xf8d61a5b snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0xfb29e6fe snd_register_device +EXPORT_SYMBOL sound/core/snd 0xfffd89db copy_from_user_toio +EXPORT_SYMBOL sound/core/snd-compress 0x319f24e0 snd_compr_free_pages +EXPORT_SYMBOL sound/core/snd-compress 0x4face4e9 snd_compr_malloc_pages +EXPORT_SYMBOL sound/core/snd-hwdep 0xb7453e31 snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-pcm 0x028050e6 snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0x0283dfe3 _snd_pcm_hw_params_any +EXPORT_SYMBOL sound/core/snd-pcm 0x04cda566 snd_interval_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x0933906c snd_pcm_set_managed_buffer_all +EXPORT_SYMBOL sound/core/snd-pcm 0x0a742ee6 snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0x11eba48e snd_pcm_create_iec958_consumer_hw_params +EXPORT_SYMBOL sound/core/snd-pcm 0x1333fd91 snd_sgbuf_get_addr +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x2b185049 snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x31f87d81 snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x3493a078 snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x34c42e49 snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0x3796bdcc snd_pcm_format_little_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x38ab23dc _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x39bf9301 _snd_pcm_hw_param_setempty +EXPORT_SYMBOL sound/core/snd-pcm 0x3b8f99e0 snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0x484d36d1 snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0x4926c5e5 snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0x4c6508c9 snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x503bd137 snd_interval_ranges +EXPORT_SYMBOL sound/core/snd-pcm 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL sound/core/snd-pcm 0x58d386d0 snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL sound/core/snd-pcm 0x60ba0ca2 snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0x6256ff29 snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0x62676e94 snd_sgbuf_get_page +EXPORT_SYMBOL sound/core/snd-pcm 0x650f8603 snd_pcm_format_silence_64 +EXPORT_SYMBOL sound/core/snd-pcm 0x65333d10 snd_pcm_create_iec958_consumer +EXPORT_SYMBOL sound/core/snd-pcm 0x68a24153 snd_pcm_format_physical_width +EXPORT_SYMBOL sound/core/snd-pcm 0x69255f54 snd_pcm_hw_limit_rates +EXPORT_SYMBOL sound/core/snd-pcm 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x77fe6730 snd_dma_alloc_dir_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x7965ebf5 snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x7daaddb1 snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x834dc955 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x8c32ed8c __snd_pcm_lib_xfer +EXPORT_SYMBOL sound/core/snd-pcm 0x8d6665ad snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x8dd3d828 snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x9217594e snd_dma_buffer_mmap +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x947e9c15 snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0xa15a26ad snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xaa689c18 snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0xab34eabe snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0xac437f7b snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xacad76d8 snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0xacdb8d63 snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0xb22b5177 snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xbf36c673 snd_pcm_period_elapsed_under_stream_lock +EXPORT_SYMBOL sound/core/snd-pcm 0xc1050067 snd_pcm_set_managed_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xc24cd4a9 snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0xc70dd4a5 snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0xca8e23c3 snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0xcdf9a533 snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0xce95cc84 snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0xd10feb54 snd_pcm_hw_constraint_ranges +EXPORT_SYMBOL sound/core/snd-pcm 0xd39ad0d1 snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xd5eea555 snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0xdb86d8cf snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0xe5192b4a snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0xe53667de snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xe630a44f snd_sgbuf_get_chunk_size +EXPORT_SYMBOL sound/core/snd-pcm 0xf5436061 snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xfb244854 snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-rawmidi 0x143c9d2f snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x20090510 snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0x28a7c803 snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0x315720aa snd_rawmidi_proceed +EXPORT_SYMBOL sound/core/snd-rawmidi 0x43577996 snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x4ba299e3 snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x59eadbff snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0x5b743f34 snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x7ba1bd1a snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb9e724ee snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc4629a19 snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd671ddd5 snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe4a12b8d snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe6425686 snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0xf2e1108f snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0xf3dac160 snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0xfcd0ba72 snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0xfd482eea snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-seq-device 0x091def1c snd_seq_autoload_exit +EXPORT_SYMBOL sound/core/snd-seq-device 0x370a0736 snd_seq_autoload_init +EXPORT_SYMBOL sound/core/snd-seq-device 0x6339b6d0 snd_seq_device_load_drivers +EXPORT_SYMBOL sound/core/snd-seq-device 0xb46e7d80 snd_seq_device_new +EXPORT_SYMBOL sound/core/snd-timer 0x26e198c9 snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0x3a376690 snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0x42a27a44 snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0x45f1751b snd_timer_open +EXPORT_SYMBOL sound/core/snd-timer 0x4b446849 snd_timer_instance_new +EXPORT_SYMBOL sound/core/snd-timer 0x53a24c82 snd_timer_global_register +EXPORT_SYMBOL sound/core/snd-timer 0x5a74b883 snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0x5b67f1b8 snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0x5d7daa69 snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0x6ac37614 snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0x8422bb45 snd_timer_resolution +EXPORT_SYMBOL sound/core/snd-timer 0x9d64248c snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0xae45cb5d snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0xcb559c6a snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0xdff3cb7b snd_timer_instance_free +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x614a43cb snd_mpu401_uart_new +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x6d629c59 snd_mpu401_uart_interrupt_tx +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0xc0fec227 snd_mpu401_uart_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x05060a19 snd_opl3_regmap +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x07184f7c snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x303208c1 snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x3ea24d2a snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x44687f79 snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x4f1d33e6 snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x5d935ebb snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x86f243af snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x8cdfd22b snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xdde3ea65 snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x09e803e1 snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x17223e7b snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x226138b0 snd_vx_threaded_irq_handler +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x27e584f5 snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x2ca46fee snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x2cf10106 snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x329bfa2f snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x40a38c4f snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x7a2ff23b snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xa6c6a82c snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x100752f7 cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1cb7005f iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1d3de793 fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2e850500 cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3f33c8d7 cmp_connection_release +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4079c91c fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x456f5f91 avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x473490ff cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x484aba35 amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x67a9b208 amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x70cf3116 cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x78f4f86f fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x7988c52b avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x7ac81339 amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8e57d967 amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8fbf2421 fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x91bfead8 fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xadc8150d cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb88e30d0 iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc4458464 amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xcb89972f snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd07a1666 fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd8eb3ec2 amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xeb1af81b cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xeb509d0c cmp_connection_reserve +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xfa02d899 amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xfcfa85cf fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xfe6e5473 amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xfe9f535e avc_general_get_plug_info +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0x41a05c36 intel_nhlt_has_endpoint_type +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0x66fd6169 intel_nhlt_ssp_endpoint_mask +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0xb7b836b3 intel_nhlt_ssp_mclk_mask +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0xf91ba075 intel_nhlt_get_endpoint_blob +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0x89ba95d0 snd_ak4113_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0xcaf491db snd_ak4113_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x05307ae8 snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x2db83370 snd_ak4114_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x5dc84ee3 snd_ak4114_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x6be42e60 snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x71503c37 snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x9f7f7ad7 snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xf67b5027 snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xfb96ccc3 snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x0083af3c snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x2c6ab2b2 snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x4889b3e3 snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x7594db89 snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xc1307613 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xc9ef32d7 snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x0aa1c742 snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x34836beb snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x3cd7f4ee snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x43e4f6dc snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x64b2522e snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x9c36d79c snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-i2c 0x019aa522 snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x07bcd6cc snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0x55511ef9 snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x6aa48a37 snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x804132ae snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-i2c 0xb8ca252f snd_i2c_sendbytes +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x121868d2 snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x2128d87e snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x23eba90b snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4dccb12f snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x630f1863 snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x7b9ea5aa snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x87a6326b snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x8be6d2c4 snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x9457f232 snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x9bf14673 snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa2cc2b86 snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb500d511 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc7c67c1a snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xe89efb63 snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xecdeb4a1 snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xf5b47d0c snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xfb5da564 snd_ac97_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x01a27ab9 snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x052836af snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x103f68be snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x18970e9d snd_emu10k1_ptr_write_multiple +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x32fef974 snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x8c2bb968 snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x988102d2 snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xb1bde01b snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xdeaccc41 snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xee1e2738 snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x56c966c7 snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x58259d21 snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x73c53e5b snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x10c5a280 oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x1d97b863 oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x208e50df oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x2ea9c516 oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3237d66f oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x34df8020 oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3ba7c503 oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3d4d4f79 oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x40905fec oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x7736060b oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x922b398d oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9ded012f oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9ec5b642 oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb5a9e0db oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xbbf9a684 oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xcb54649f oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xdbf5b21c oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xefd2a9b7 oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf1d55967 oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf812e570 oxygen_write32 +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x2389ee54 snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x2edea424 snd_trident_stop_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x4dbd0c3c snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x7de80bea snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x81990313 snd_trident_alloc_voice +EXPORT_SYMBOL sound/soc/amd/acp_audio_dma 0xf2cc2cce acp_bt_uart_enable +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0x302023b1 snd_soc_acpi_amd_sof_machines +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0x3bae7bef snd_soc_acpi_amd_rmb_sof_machines +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0xb83a9411 snd_amd_acp_find_config +EXPORT_SYMBOL sound/soc/codecs/snd-soc-adau1372 0xf6fc8a67 adau1372_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-lpass-wsa-macro 0xe2aee8d4 wsa_macro_set_spkr_mode +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x01368fa9 pcm3060_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x0d6ce6c8 pcm3060_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-rt715 0xed2acb24 hda_to_sdw +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x60c55382 tlv320aic23_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0xf326fe90 tlv320aic23_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0xa304d44c aic32x4_regmap_config +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0xe4787735 aic32x4_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0xeeda0a51 aic32x4_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0x4cebfb74 aic3x_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0x92139b8c aic3x_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x3a195ca9 wcd_mbhc_get_impedance +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x6708840b wcd_dt_parse_mbhc_data +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x789ebe56 wcd_mbhc_set_hph_type +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x8a9bcdbe wcd_mbhc_start +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xa5758a49 wcd_mbhc_get_hph_type +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xd094df47 wcd_mbhc_deinit +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xd569683d wcd_mbhc_init +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xe2beca26 wcd_mbhc_stop +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x27eaeac6 fsl_asoc_get_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x5e022929 fsl_asoc_reparent_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0xa02fa833 fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0x0d286980 mt8192_afe_gpio_request +EXPORT_SYMBOL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0xf1bdb5dc mt8192_afe_gpio_init +EXPORT_SYMBOL sound/soc/qcom/qdsp6/q6afe 0x2a8f3ea7 q6afe_vote_lpass_core_hw +EXPORT_SYMBOL sound/soc/qcom/qdsp6/q6afe 0x363eb15b q6afe_unvote_lpass_core_hw +EXPORT_SYMBOL sound/soc/snd-soc-core 0xe9f70dab snd_soc_alloc_ac97_component +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0x03974bf7 imx8_dump +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0xbde0421a imx8_parse_clocks +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0xd7ae10a7 imx8_enable_clocks +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0xf1c9b952 imx8_disable_clocks +EXPORT_SYMBOL sound/soc/sof/mediatek/mtk-adsp-common 0x2920c790 mtk_adsp_dump +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x000aaf6a sof_pcm_dai_link_fixup +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x017ae662 sof_io_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0211a33a snd_sof_ipc_init +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x04b6173f snd_sof_prepare +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0a031783 sof_dai_get_bclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0e48378f snd_sof_pci_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0ed692c8 snd_sof_ipc_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0f8170a0 sof_io_read64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x161f0c70 sof_ipc_tx_message +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x1eff07a8 snd_sof_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x222a8a0e snd_sof_dsp_only_d0i3_compatible_stream_active +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x243670be snd_sof_dsp_update_bits_forced +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x2e521b43 sof_stream_pcm_close +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3145956b snd_sof_fw_unload +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x329554dc sof_ipc_set_get_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x368c6727 sof_debug_check_flag +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x36955775 snd_sof_runtime_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3cb99ca4 snd_sof_device_shutdown +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3d74ab55 sof_dai_get_mclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x4026dfb9 sof_block_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x411a2de5 snd_sof_runtime_idle +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x49d7e89c snd_sof_dsp_update_bits64_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x567a7292 sof_ipc3_do_rx_work +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x5ba053e9 snd_sof_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x5dc773b6 sof_stream_pcm_open +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x5e0be56a sof_ipc_msg_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x62204cd5 snd_sof_handle_fw_exception +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x64625faa sof_machine_register +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x655be2c1 sof_widget_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x69a12e54 sof_machine_unregister +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x778f2821 sof_print_oops_and_stack +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x7cb14324 snd_sof_dsp_panic +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8b09d864 sof_compressed_ops +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8ce67bc5 snd_sof_load_firmware_raw +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x95b7c2f7 snd_sof_device_probe_completed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x97492816 sof_widget_setup +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x99884e72 sof_io_write64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x9c2dcda9 sof_set_stream_data_offset +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x9e39ba64 snd_sof_device_remove +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xac31234f sof_machine_check +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xae56a949 sof_mailbox_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb1fa14b8 snd_sof_pcm_period_elapsed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb919969d sof_ipc_tx_message_no_pm +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xc306fcd8 snd_sof_dsp_update_bits_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xc3286293 snd_sof_load_firmware_memcpy +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xc369966c snd_sof_dsp_update_bits64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xcef104d5 snd_sof_complete +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xcfb23e51 snd_sof_dsp_dbg_dump +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd4e1df91 snd_sof_load_topology +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe566abb4 snd_sof_ipc_get_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe79821f3 snd_sof_run_firmware +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe853f9ae snd_sof_ipc_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe8be0e62 sof_io_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xed5da450 sof_set_fw_state +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf61f70bd snd_sof_runtime_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf70d1ea2 sof_mailbox_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf80c5337 sof_block_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf9df6c11 snd_sof_dsp_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xfccd89a0 snd_sof_device_probe +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0x19a924bf sof_of_remove +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0x66eb6f09 sof_of_pm +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0x930b487d sof_of_shutdown +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0xc237d0a6 sof_of_probe +EXPORT_SYMBOL sound/soc/sof/snd-sof-utils 0x7f3a699c snd_sof_create_page_table +EXPORT_SYMBOL sound/soundcore 0x03818b22 register_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x068c2b07 register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0x1e476c24 sound_class +EXPORT_SYMBOL sound/soundcore 0x369a136a register_sound_dsp +EXPORT_SYMBOL sound/soundcore 0x6014c1c4 register_sound_special +EXPORT_SYMBOL sound/soundcore 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL sound/soundcore 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x03511315 snd_emux_free +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x59d288a7 snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x5f6e552a snd_emux_new +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x6527fc45 snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x655cb202 snd_sf_linear_to_log +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x7df96099 snd_emux_register +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x96cf2e2c snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/snd-util-mem 0x0eda33fa snd_util_memhdr_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0x2a48197f snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x6517719f __snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x914f3491 snd_util_memhdr_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x9223e14b snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x9adc8c44 __snd_util_memblk_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xc59655e4 snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0xd28dc0da __snd_util_mem_alloc +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x16756dc0 snd_usbmidi_input_start +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x63343b1d snd_usbmidi_input_stop +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xb2af19e1 snd_usbmidi_resume +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xbed43a41 snd_usbmidi_suspend +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xd9d2bb03 snd_usbmidi_disconnect +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xfb9dd6e9 __snd_usbmidi_create +EXPORT_SYMBOL vmlinux 0x000165ac pci_bus_claim_resources +EXPORT_SYMBOL vmlinux 0x00148653 vsnprintf +EXPORT_SYMBOL vmlinux 0x0044924c __napi_alloc_skb +EXPORT_SYMBOL vmlinux 0x00615a71 of_get_next_available_child +EXPORT_SYMBOL vmlinux 0x0064b38e is_acpi_device_node +EXPORT_SYMBOL vmlinux 0x006bb855 mipi_dsi_compression_mode +EXPORT_SYMBOL vmlinux 0x00888b5b dquot_release +EXPORT_SYMBOL vmlinux 0x00a6c347 vme_irq_free +EXPORT_SYMBOL vmlinux 0x00b4e615 posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x00b78dee mipi_dsi_dcs_set_column_address +EXPORT_SYMBOL vmlinux 0x00d25aff sock_no_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00e01b9a fscrypt_ioctl_set_policy +EXPORT_SYMBOL vmlinux 0x00e42931 of_xudma_dev_get +EXPORT_SYMBOL vmlinux 0x00f6e7c9 cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0x00fe15f1 invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x0110f546 thaw_bdev +EXPORT_SYMBOL vmlinux 0x01156ae4 utf8_strncasecmp_folded +EXPORT_SYMBOL vmlinux 0x01186a1a pci_ep_cfs_remove_epc_group +EXPORT_SYMBOL vmlinux 0x012388c3 init_net +EXPORT_SYMBOL vmlinux 0x0129c4f8 par_io_data_set +EXPORT_SYMBOL vmlinux 0x012de2ea xudma_rchanrt_read +EXPORT_SYMBOL vmlinux 0x0138a8d4 migrate_folio +EXPORT_SYMBOL vmlinux 0x0139390e uart_add_one_port +EXPORT_SYMBOL vmlinux 0x014013bb of_device_register +EXPORT_SYMBOL vmlinux 0x0147812c kblockd_mod_delayed_work_on +EXPORT_SYMBOL vmlinux 0x0148bd87 xfrm_trans_queue_net +EXPORT_SYMBOL vmlinux 0x01505d85 imx_scu_call_rpc +EXPORT_SYMBOL vmlinux 0x016eea53 __neigh_create +EXPORT_SYMBOL vmlinux 0x016f123e sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x016fc57e __devm_request_region +EXPORT_SYMBOL vmlinux 0x01757935 rdmacg_register_device +EXPORT_SYMBOL vmlinux 0x017de3d5 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0x018002e0 udp_ioctl +EXPORT_SYMBOL vmlinux 0x01814848 dma_alloc_attrs +EXPORT_SYMBOL vmlinux 0x0188cd88 vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0x018e7d5d devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x019a30b0 __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x01b6865c xa_get_mark +EXPORT_SYMBOL vmlinux 0x01bf55fc paddr_vmcoreinfo_note +EXPORT_SYMBOL vmlinux 0x01c89ccd dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0x01ca9506 netdev_name_in_use +EXPORT_SYMBOL vmlinux 0x01dc8a99 qman_update_cgr_safe +EXPORT_SYMBOL vmlinux 0x01ed80b8 generic_perform_write +EXPORT_SYMBOL vmlinux 0x01f96879 genphy_read_mmd_unsupported +EXPORT_SYMBOL vmlinux 0x0209f3a7 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x020dbf27 bitmap_alloc +EXPORT_SYMBOL vmlinux 0x021f26fa xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0x02276234 bio_put +EXPORT_SYMBOL vmlinux 0x0234ca96 skb_trim +EXPORT_SYMBOL vmlinux 0x0248efd3 kstrtobool_from_user +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x027d732f unregister_qdisc +EXPORT_SYMBOL vmlinux 0x0296695f refcount_warn_saturate +EXPORT_SYMBOL vmlinux 0x0298eeca pci_request_region +EXPORT_SYMBOL vmlinux 0x029eaaa0 fsl_ifc_ctrl_dev +EXPORT_SYMBOL vmlinux 0x02c065f8 ucc_set_qe_mux_mii_mng +EXPORT_SYMBOL vmlinux 0x02c636bc cdc_parse_cdc_header +EXPORT_SYMBOL vmlinux 0x02c63df1 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0x02ed6cf0 generic_write_checks_count +EXPORT_SYMBOL vmlinux 0x02ede3df nf_unregister_net_hook +EXPORT_SYMBOL vmlinux 0x02f5aff5 scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0x031103fb pci_iomap +EXPORT_SYMBOL vmlinux 0x0316203a devm_clk_get +EXPORT_SYMBOL vmlinux 0x0334795d icst307_s2div +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x03456344 padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x0349726f tegra194_miscreg_mask_serror +EXPORT_SYMBOL vmlinux 0x035d25ab memcg_kmem_online_key +EXPORT_SYMBOL vmlinux 0x0360d67f make_flow_keys_digest +EXPORT_SYMBOL vmlinux 0x0363c881 __of_get_address +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x036cce78 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x03815f35 ledtrig_disk_activity +EXPORT_SYMBOL vmlinux 0x0397edd5 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0x0398b075 cookie_timestamp_decode +EXPORT_SYMBOL vmlinux 0x039d4858 generic_shutdown_super +EXPORT_SYMBOL vmlinux 0x03a1ebd9 inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0x03a9e1b0 inet_stream_ops +EXPORT_SYMBOL vmlinux 0x03aac707 input_copy_abs +EXPORT_SYMBOL vmlinux 0x03b814ca bpf_dispatcher_xdp_func +EXPORT_SYMBOL vmlinux 0x03d2c976 pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x04044e0d shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0x0404cf6a vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0x04068c91 vm_insert_pages +EXPORT_SYMBOL vmlinux 0x04087a5a iget_failed +EXPORT_SYMBOL vmlinux 0x044154c6 tc_skb_ext_tc +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x044f0ad9 get_random_u16 +EXPORT_SYMBOL vmlinux 0x04673adb qman_ip_rev +EXPORT_SYMBOL vmlinux 0x046860ec pci_select_bars +EXPORT_SYMBOL vmlinux 0x0474edef kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0x0479aac1 seq_list_next_rcu +EXPORT_SYMBOL vmlinux 0x04829f30 inet_getname +EXPORT_SYMBOL vmlinux 0x0484c6c4 acpi_enter_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x04863e28 hdmi_audio_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x04876a53 neigh_event_ns +EXPORT_SYMBOL vmlinux 0x04d24402 iwe_stream_add_point +EXPORT_SYMBOL vmlinux 0x04d50b60 tegra_dfll_suspend +EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize +EXPORT_SYMBOL vmlinux 0x04fd8161 gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0x050877b9 dmi_first_match +EXPORT_SYMBOL vmlinux 0x050dc7c9 flow_rule_match_enc_opts +EXPORT_SYMBOL vmlinux 0x051c969a clk_bulk_get_all +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x052cfce4 vfs_iocb_iter_write +EXPORT_SYMBOL vmlinux 0x054496b4 schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x0544a224 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x05512114 xfrm_trans_queue +EXPORT_SYMBOL vmlinux 0x0552efb3 dquot_initialize_needed +EXPORT_SYMBOL vmlinux 0x0559b468 jbd2_journal_load +EXPORT_SYMBOL vmlinux 0x055e77e8 jiffies_64 +EXPORT_SYMBOL vmlinux 0x0562dc30 __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0x056bcf7b dm_read_arg +EXPORT_SYMBOL vmlinux 0x0596c6cb __traceiter_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x05badad6 flow_block_cb_incref +EXPORT_SYMBOL vmlinux 0x05db3904 mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0x05de01a8 call_fib_notifiers +EXPORT_SYMBOL vmlinux 0x060ba97c gen_pool_free_owner +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x062a2ad7 nd_region_acquire_lane +EXPORT_SYMBOL vmlinux 0x063129a2 bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x063cc62b input_get_keycode +EXPORT_SYMBOL vmlinux 0x064d93d1 d_alloc +EXPORT_SYMBOL vmlinux 0x0654f941 ip_check_defrag +EXPORT_SYMBOL vmlinux 0x065c4a37 input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0x0668b595 _kstrtoul +EXPORT_SYMBOL vmlinux 0x06796d88 folio_wait_bit_killable +EXPORT_SYMBOL vmlinux 0x06905031 tcf_block_put_ext +EXPORT_SYMBOL vmlinux 0x06997644 posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x069c00be sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0x06abaabc dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x06bd88b5 ucs2_strnlen +EXPORT_SYMBOL vmlinux 0x06bfbbb5 vfs_setpos +EXPORT_SYMBOL vmlinux 0x06d11488 __bitmap_equal +EXPORT_SYMBOL vmlinux 0x06d5faa8 acpi_dev_get_next_match_dev +EXPORT_SYMBOL vmlinux 0x0704ba55 mr_mfc_seq_next +EXPORT_SYMBOL vmlinux 0x07098248 xz_dec_microlzma_alloc +EXPORT_SYMBOL vmlinux 0x0711edc8 xudma_dev_get_tisci_rm +EXPORT_SYMBOL vmlinux 0x0725979d ppp_dev_name +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x0745a981 xa_erase +EXPORT_SYMBOL vmlinux 0x074f7a17 I_BDEV +EXPORT_SYMBOL vmlinux 0x075a66cf __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0x0781ec97 logic_insl +EXPORT_SYMBOL vmlinux 0x078596ca mpage_readahead +EXPORT_SYMBOL vmlinux 0x07997ee9 of_chosen +EXPORT_SYMBOL vmlinux 0x07a34424 tcf_exts_init_ex +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07b92c7c of_graph_get_port_parent +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07ceeac9 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x07db17be qman_create_fq +EXPORT_SYMBOL vmlinux 0x07e03f23 vfs_mknod +EXPORT_SYMBOL vmlinux 0x07f57478 pci_unmap_iospace +EXPORT_SYMBOL vmlinux 0x07f69ac7 file_ns_capable +EXPORT_SYMBOL vmlinux 0x0800473f __cond_resched +EXPORT_SYMBOL vmlinux 0x0805f2c8 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0x0810bf42 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x08139e4e dst_dev_put +EXPORT_SYMBOL vmlinux 0x08162c74 free_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0x08166c53 vfs_dup_fs_context +EXPORT_SYMBOL vmlinux 0x081a2216 skb_tx_error +EXPORT_SYMBOL vmlinux 0x081d5888 mipi_dsi_dcs_set_display_off +EXPORT_SYMBOL vmlinux 0x0820c93b __mdiobus_c45_write +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x08356f32 fman_sp_set_buf_pools_in_asc_order_of_buf_sizes +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x08566908 clear_inode +EXPORT_SYMBOL vmlinux 0x0863e84e bdi_put +EXPORT_SYMBOL vmlinux 0x0870efe3 jent_testing_exit +EXPORT_SYMBOL vmlinux 0x0877389f fscrypt_ioctl_get_policy +EXPORT_SYMBOL vmlinux 0x0886e436 fscrypt_free_bounce_page +EXPORT_SYMBOL vmlinux 0x08bed72b tc_setup_cb_add +EXPORT_SYMBOL vmlinux 0x08d75207 ppp_unit_number +EXPORT_SYMBOL vmlinux 0x08e39398 cmd_db_read_addr +EXPORT_SYMBOL vmlinux 0x09076250 __do_once_done +EXPORT_SYMBOL vmlinux 0x090defe0 pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x090e9735 blk_mq_alloc_disk_for_queue +EXPORT_SYMBOL vmlinux 0x092e26bf acpi_remove_address_space_handler +EXPORT_SYMBOL vmlinux 0x093712e5 acpi_purge_cached_objects +EXPORT_SYMBOL vmlinux 0x093e04d5 xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0x094e405f xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x0970d5c1 phy_queue_state_machine +EXPORT_SYMBOL vmlinux 0x09769037 dmt_modes +EXPORT_SYMBOL vmlinux 0x098849a7 locks_delete_block +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x09b14699 param_ops_uint +EXPORT_SYMBOL vmlinux 0x09b42d97 pcim_pin_device +EXPORT_SYMBOL vmlinux 0x09cfd352 stop_tty +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09da0ba4 xa_set_mark +EXPORT_SYMBOL vmlinux 0x09dc3ec7 scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x09f9b261 xudma_rchan_put +EXPORT_SYMBOL vmlinux 0x09ffffc8 ip6mr_rule_default +EXPORT_SYMBOL vmlinux 0x0a012f73 mb_cache_entry_touch +EXPORT_SYMBOL vmlinux 0x0a071454 io_uring_destruct_scm +EXPORT_SYMBOL vmlinux 0x0a0ebc08 __xa_cmpxchg +EXPORT_SYMBOL vmlinux 0x0a1e8769 utf8_casefold_hash +EXPORT_SYMBOL vmlinux 0x0a529b60 pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0x0a559fb0 tcp_peek_len +EXPORT_SYMBOL vmlinux 0x0a5e30de md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0x0a6d89f2 kern_path +EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier +EXPORT_SYMBOL vmlinux 0x0a7bf2ef set_page_writeback +EXPORT_SYMBOL vmlinux 0x0a7c305e tcf_idr_cleanup +EXPORT_SYMBOL vmlinux 0x0a82ac7b skb_seq_read +EXPORT_SYMBOL vmlinux 0x0a84b15d zstd_init_cctx +EXPORT_SYMBOL vmlinux 0x0a8a0996 pci_alloc_dev +EXPORT_SYMBOL vmlinux 0x0aa309cf synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x0aaa7dc2 ipv6_push_frag_opts +EXPORT_SYMBOL vmlinux 0x0aaccc92 pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x0ab721ce blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0x0ac6e051 __cpuhp_setup_state +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0ad73446 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b26b8c8 acpi_run_osc +EXPORT_SYMBOL vmlinux 0x0b2eca12 fiemap_prep +EXPORT_SYMBOL vmlinux 0x0b3156c9 pin_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0x0b4bb0ec of_graph_get_remote_node +EXPORT_SYMBOL vmlinux 0x0b6827a1 security_sb_mnt_opts_compat +EXPORT_SYMBOL vmlinux 0x0b7092ec dma_resv_add_fence +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b7901c0 mmc_gpio_set_cd_isr +EXPORT_SYMBOL vmlinux 0x0b9d2e7d folio_wait_private_2_killable +EXPORT_SYMBOL vmlinux 0x0b9fe021 sk_ioctl +EXPORT_SYMBOL vmlinux 0x0ba0b938 vm_brk +EXPORT_SYMBOL vmlinux 0x0bb5dd4a dma_fence_chain_find_seqno +EXPORT_SYMBOL vmlinux 0x0bc1feee inet_select_addr +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bc7ab97 security_dentry_create_files_as +EXPORT_SYMBOL vmlinux 0x0bd2d732 scsi_remove_host +EXPORT_SYMBOL vmlinux 0x0bd394d8 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x0bd6d8a4 scsi_print_result +EXPORT_SYMBOL vmlinux 0x0bdb2a12 tty_vhangup +EXPORT_SYMBOL vmlinux 0x0bea6f4b vfs_getattr +EXPORT_SYMBOL vmlinux 0x0bf0e4a2 __SCK__tp_func_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x0bfc1d1a check_zeroed_user +EXPORT_SYMBOL vmlinux 0x0bfdd27d kthread_create_on_cpu +EXPORT_SYMBOL vmlinux 0x0c064b79 phy_ethtool_get_sset_count +EXPORT_SYMBOL vmlinux 0x0c08bae2 __neigh_event_send +EXPORT_SYMBOL vmlinux 0x0c0991ba pci_read_config_dword +EXPORT_SYMBOL vmlinux 0x0c25ec48 secure_tcpv6_seq +EXPORT_SYMBOL vmlinux 0x0c3690fc _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0x0c429fab register_netdevice +EXPORT_SYMBOL vmlinux 0x0c515c5c vfs_copy_file_range +EXPORT_SYMBOL vmlinux 0x0c575719 __cond_resched_rwlock_write +EXPORT_SYMBOL vmlinux 0x0c6bdc3f vme_master_read +EXPORT_SYMBOL vmlinux 0x0caee7d5 clear_nlink +EXPORT_SYMBOL vmlinux 0x0cb11bc7 __SCK__tp_func_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x0cc4b4b6 crc_ccitt_false +EXPORT_SYMBOL vmlinux 0x0ccb222e sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x0ccb6c43 kern_unmount +EXPORT_SYMBOL vmlinux 0x0cd5835b ipv6_flowlabel_exclusive +EXPORT_SYMBOL vmlinux 0x0cdce87c rfkill_set_hw_state_reason +EXPORT_SYMBOL vmlinux 0x0cecae03 blk_integrity_compare +EXPORT_SYMBOL vmlinux 0x0ceddab6 register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x0d07f543 get_anon_bdev +EXPORT_SYMBOL vmlinux 0x0d0b077f pskb_expand_head +EXPORT_SYMBOL vmlinux 0x0d2ca20f ucc_fast_get_qe_cr_subblock +EXPORT_SYMBOL vmlinux 0x0d333b64 zstd_end_stream +EXPORT_SYMBOL vmlinux 0x0d3f5c1a fman_get_max_frm +EXPORT_SYMBOL vmlinux 0x0d46b0c2 devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d619780 uart_update_timeout +EXPORT_SYMBOL vmlinux 0x0d74bf7f inet_stream_connect +EXPORT_SYMBOL vmlinux 0x0d91c64b security_sk_clone +EXPORT_SYMBOL vmlinux 0x0d928228 generic_file_read_iter +EXPORT_SYMBOL vmlinux 0x0da37acd dma_fence_array_first +EXPORT_SYMBOL vmlinux 0x0db5b6f3 udp_read_skb +EXPORT_SYMBOL vmlinux 0x0db88c92 mount_subtree +EXPORT_SYMBOL vmlinux 0x0dbbf63d mark_buffer_write_io_error +EXPORT_SYMBOL vmlinux 0x0dc5292a xfrm_register_type +EXPORT_SYMBOL vmlinux 0x0ddb1631 sock_create_kern +EXPORT_SYMBOL vmlinux 0x0de581ad vfs_parse_fs_param +EXPORT_SYMBOL vmlinux 0x0deb72fc __traceiter_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x0def037a tcp_stream_memory_free +EXPORT_SYMBOL vmlinux 0x0df68fb2 fman_get_qman_channel_id +EXPORT_SYMBOL vmlinux 0x0e03cc6c page_pool_put_defragged_page +EXPORT_SYMBOL vmlinux 0x0e054a7a generic_buffers_fsync_noflush +EXPORT_SYMBOL vmlinux 0x0e17678a siphash_4u64 +EXPORT_SYMBOL vmlinux 0x0e1f4982 udp_lib_rehash +EXPORT_SYMBOL vmlinux 0x0e2511d6 netif_tx_unlock +EXPORT_SYMBOL vmlinux 0x0e4262c6 __siphash_unaligned +EXPORT_SYMBOL vmlinux 0x0e529186 input_event +EXPORT_SYMBOL vmlinux 0x0e5465af of_node_get +EXPORT_SYMBOL vmlinux 0x0e5d2f4a alloc_anon_inode +EXPORT_SYMBOL vmlinux 0x0e606f65 dev_alloc_name +EXPORT_SYMBOL vmlinux 0x0e75e0dc inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x0e7916ed end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x0ea3c74e tasklet_kill +EXPORT_SYMBOL vmlinux 0x0ea4cf06 tc_setup_cb_replace +EXPORT_SYMBOL vmlinux 0x0ea593f6 hdmi_drm_infoframe_init +EXPORT_SYMBOL vmlinux 0x0eb4fe05 get_vm_area +EXPORT_SYMBOL vmlinux 0x0eb6eb87 add_taint +EXPORT_SYMBOL vmlinux 0x0ec0644c scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ed87124 flow_rule_match_ports +EXPORT_SYMBOL vmlinux 0x0eedffa4 release_pages +EXPORT_SYMBOL vmlinux 0x0f09cc34 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0x0f0fbd92 pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x0f14fd21 phy_support_sym_pause +EXPORT_SYMBOL vmlinux 0x0f1ad8e2 seq_list_start_rcu +EXPORT_SYMBOL vmlinux 0x0f1ec1ce truncate_setsize +EXPORT_SYMBOL vmlinux 0x0f37ca89 lockref_put_not_zero +EXPORT_SYMBOL vmlinux 0x0f3b50c6 netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0x0f4487ab current_in_userns +EXPORT_SYMBOL vmlinux 0x0f630261 gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x0f708ea7 xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x0f811fc7 jent_raw_hires_entropy_store +EXPORT_SYMBOL vmlinux 0x0f86f560 kthread_delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x0f87ee0a deactivate_super +EXPORT_SYMBOL vmlinux 0x0f9431b1 config_item_get +EXPORT_SYMBOL vmlinux 0x0f94451a acpi_device_hid +EXPORT_SYMBOL vmlinux 0x0f9fe992 sockopt_ns_capable +EXPORT_SYMBOL vmlinux 0x0fa20dda flow_rule_match_enc_control +EXPORT_SYMBOL vmlinux 0x0fa89424 flow_rule_match_tcp +EXPORT_SYMBOL vmlinux 0x0fab1ab0 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0x0fb2f8a4 mktime64 +EXPORT_SYMBOL vmlinux 0x0fd4f98f dev_close +EXPORT_SYMBOL vmlinux 0x0fd902db mb_cache_entry_create +EXPORT_SYMBOL vmlinux 0x0fe2c206 devm_rproc_add +EXPORT_SYMBOL vmlinux 0x0fe59d9f get_fs_type +EXPORT_SYMBOL vmlinux 0x0fff5afc time64_to_tm +EXPORT_SYMBOL vmlinux 0x0fff7658 unpin_user_pages +EXPORT_SYMBOL vmlinux 0x10017aa5 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x100bddf8 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x100d6658 block_commit_write +EXPORT_SYMBOL vmlinux 0x101d7ff5 ns_capable_noaudit +EXPORT_SYMBOL vmlinux 0x1025009a cpm_muram_alloc_fixed +EXPORT_SYMBOL vmlinux 0x102936ec qe_clock_source +EXPORT_SYMBOL vmlinux 0x1034f03e blk_start_plug +EXPORT_SYMBOL vmlinux 0x1035c7c2 __release_region +EXPORT_SYMBOL vmlinux 0x1057a279 bsearch +EXPORT_SYMBOL vmlinux 0x1068004b gf128mul_bbe +EXPORT_SYMBOL vmlinux 0x107be0b0 percpu_counter_sync +EXPORT_SYMBOL vmlinux 0x107e5878 zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x108e2364 config_item_put +EXPORT_SYMBOL vmlinux 0x109adada jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0x10d9f885 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x10dbfa96 acpi_bus_get_status +EXPORT_SYMBOL vmlinux 0x10e2729d xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0x10e6f74a free_contig_range +EXPORT_SYMBOL vmlinux 0x10f4d0c4 nf_log_unregister +EXPORT_SYMBOL vmlinux 0x1104ea2a skb_splice_from_iter +EXPORT_SYMBOL vmlinux 0x11082314 of_graph_get_endpoint_by_regs +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x110dd679 xen_alloc_unpopulated_pages +EXPORT_SYMBOL vmlinux 0x113f0d1a vlan_for_each +EXPORT_SYMBOL vmlinux 0x1152b652 proc_mkdir +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x11987d91 bio_copy_data_iter +EXPORT_SYMBOL vmlinux 0x119d78e9 zpool_register_driver +EXPORT_SYMBOL vmlinux 0x11b2e69a consume_skb +EXPORT_SYMBOL vmlinux 0x11c7283c rproc_get_by_child +EXPORT_SYMBOL vmlinux 0x11ca1a94 bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0x11e30762 chacha_block_generic +EXPORT_SYMBOL vmlinux 0x11effdf8 bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0x11f4722b sb_set_blocksize +EXPORT_SYMBOL vmlinux 0x11fa7811 mmc_can_trim +EXPORT_SYMBOL vmlinux 0x11ffdfee ucc_slow_stop_tx +EXPORT_SYMBOL vmlinux 0x1204ad11 mii_check_gmii_support +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x120ff8e1 xudma_get_rflow_ring_offset +EXPORT_SYMBOL vmlinux 0x1221a6bf pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0x1228ad84 make_kuid +EXPORT_SYMBOL vmlinux 0x122c3a7e _printk +EXPORT_SYMBOL vmlinux 0x12326ce2 reuseport_migrate_sock +EXPORT_SYMBOL vmlinux 0x1244f8b6 tcf_action_exec +EXPORT_SYMBOL vmlinux 0x1246595c scm_fp_dup +EXPORT_SYMBOL vmlinux 0x124bad4d kstrtobool +EXPORT_SYMBOL vmlinux 0x1254ccd0 rt_dst_alloc +EXPORT_SYMBOL vmlinux 0x1256084d par_io_of_config +EXPORT_SYMBOL vmlinux 0x125c5d6e tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x126131f9 inode_dio_wait +EXPORT_SYMBOL vmlinux 0x1271dde6 noop_qdisc +EXPORT_SYMBOL vmlinux 0x12789fc9 ilookup +EXPORT_SYMBOL vmlinux 0x1279365c devm_of_find_backlight +EXPORT_SYMBOL vmlinux 0x127d83ea security_locked_down +EXPORT_SYMBOL vmlinux 0x128a849b pci_choose_state +EXPORT_SYMBOL vmlinux 0x12a32103 mdiobus_free +EXPORT_SYMBOL vmlinux 0x12a3e2ad pm860x_reg_write +EXPORT_SYMBOL vmlinux 0x12a4e128 __arch_copy_from_user +EXPORT_SYMBOL vmlinux 0x12cabc89 siphash_2u64 +EXPORT_SYMBOL vmlinux 0x12dbc25c pnp_device_attach +EXPORT_SYMBOL vmlinux 0x12f6f69c fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x13063ca2 backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x13090067 read_cache_page +EXPORT_SYMBOL vmlinux 0x130afd75 acpi_get_sleep_type_data +EXPORT_SYMBOL vmlinux 0x13104e8e mipi_dsi_shutdown_peripheral +EXPORT_SYMBOL vmlinux 0x13110126 request_resource +EXPORT_SYMBOL vmlinux 0x131a6146 xa_clear_mark +EXPORT_SYMBOL vmlinux 0x131d1343 proc_create_single_data +EXPORT_SYMBOL vmlinux 0x131f1261 pcibus_to_node +EXPORT_SYMBOL vmlinux 0x13275d15 devm_register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x1335af3c ram_aops +EXPORT_SYMBOL vmlinux 0x134ae426 pci_enable_atomic_ops_to_root +EXPORT_SYMBOL vmlinux 0x13604466 __scsi_add_device +EXPORT_SYMBOL vmlinux 0x1387a560 file_modified +EXPORT_SYMBOL vmlinux 0x1391011c mmc_cqe_request_done +EXPORT_SYMBOL vmlinux 0x13929d1d __netif_napi_del +EXPORT_SYMBOL vmlinux 0x1394225c scsi_device_resume +EXPORT_SYMBOL vmlinux 0x1396078d pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0x139d9974 security_inode_init_security +EXPORT_SYMBOL vmlinux 0x139f2189 __kfifo_alloc +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13d928f5 __SCK__tp_func_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x13ffdf34 param_array_ops +EXPORT_SYMBOL vmlinux 0x14115024 sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x141271bf acpi_dev_found +EXPORT_SYMBOL vmlinux 0x1418ad3a unregister_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x141e8a54 folio_mark_accessed +EXPORT_SYMBOL vmlinux 0x1423c9c6 mipi_dsi_dcs_set_tear_on +EXPORT_SYMBOL vmlinux 0x14279b91 fqdir_exit +EXPORT_SYMBOL vmlinux 0x14552ce5 d_alloc_name +EXPORT_SYMBOL vmlinux 0x14575122 scsi_remove_device +EXPORT_SYMBOL vmlinux 0x1459c35f dst_alloc +EXPORT_SYMBOL vmlinux 0x145c7f8e msm_pinctrl_probe +EXPORT_SYMBOL vmlinux 0x14605535 dma_fence_context_alloc +EXPORT_SYMBOL vmlinux 0x146289b7 crc16_table +EXPORT_SYMBOL vmlinux 0x146a2848 proc_create_data +EXPORT_SYMBOL vmlinux 0x146c5280 inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0x1471e34c folio_alloc +EXPORT_SYMBOL vmlinux 0x147eb333 ipv6_mc_check_mld +EXPORT_SYMBOL vmlinux 0x14872d13 security_binder_transfer_file +EXPORT_SYMBOL vmlinux 0x14a64a87 acpi_install_address_space_handler_no_reg +EXPORT_SYMBOL vmlinux 0x14c67e3e tcp_tx_delay_enabled +EXPORT_SYMBOL vmlinux 0x14d41617 rproc_coredump_add_custom_segment +EXPORT_SYMBOL vmlinux 0x14d7477f console_list_unlock +EXPORT_SYMBOL vmlinux 0x14dfc33a generic_parse_monolithic +EXPORT_SYMBOL vmlinux 0x14f45fcc bman_free_pool +EXPORT_SYMBOL vmlinux 0x14fe8f51 dma_map_page_attrs +EXPORT_SYMBOL vmlinux 0x151f4898 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0x15264039 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x1526b301 unix_tot_inflight +EXPORT_SYMBOL vmlinux 0x1531d0f8 wrap_directory_iterator +EXPORT_SYMBOL vmlinux 0x1548d970 __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x155980f2 tcf_block_netif_keep_dst +EXPORT_SYMBOL vmlinux 0x155f482f jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0x1562e446 d_find_any_alias +EXPORT_SYMBOL vmlinux 0x157168d3 devfreq_get_freq_range +EXPORT_SYMBOL vmlinux 0x15763e5c sock_create_lite +EXPORT_SYMBOL vmlinux 0x1579a45a inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x15b4ffdf bdi_register +EXPORT_SYMBOL vmlinux 0x15ba50a6 jiffies +EXPORT_SYMBOL vmlinux 0x15bafe29 unregister_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x15bed7a5 LZ4_decompress_safe_partial +EXPORT_SYMBOL vmlinux 0x15c85de3 mempool_init +EXPORT_SYMBOL vmlinux 0x15d125a0 thermal_zone_device_critical +EXPORT_SYMBOL vmlinux 0x15df9db9 tcf_action_set_ctrlact +EXPORT_SYMBOL vmlinux 0x15f90688 slhc_init +EXPORT_SYMBOL vmlinux 0x162893fd hashlen_string +EXPORT_SYMBOL vmlinux 0x162cfa1d sock_kfree_s +EXPORT_SYMBOL vmlinux 0x1632bc21 kvasprintf_const +EXPORT_SYMBOL vmlinux 0x163d2417 tegra_io_rail_power_off +EXPORT_SYMBOL vmlinux 0x163f2f04 rdmacg_try_charge +EXPORT_SYMBOL vmlinux 0x164d783c __mdiobus_write +EXPORT_SYMBOL vmlinux 0x165ecc75 dput +EXPORT_SYMBOL vmlinux 0x166180c7 generic_file_fsync +EXPORT_SYMBOL vmlinux 0x1667dc32 jbd2_journal_put_journal_head +EXPORT_SYMBOL vmlinux 0x166f0ff2 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x16747b5d device_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump +EXPORT_SYMBOL vmlinux 0x169938c1 __sysfs_match_string +EXPORT_SYMBOL vmlinux 0x169f1e11 fixed_size_llseek +EXPORT_SYMBOL vmlinux 0x16a7b16f __traceiter_kmalloc +EXPORT_SYMBOL vmlinux 0x16bcf75c __aperture_remove_legacy_vga_devices +EXPORT_SYMBOL vmlinux 0x16bd60fd register_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x16cdc340 acpi_get_table +EXPORT_SYMBOL vmlinux 0x16ce9a74 load_nls_default +EXPORT_SYMBOL vmlinux 0x16d3d234 mipi_dsi_driver_register_full +EXPORT_SYMBOL vmlinux 0x16de6be8 configfs_register_subsystem +EXPORT_SYMBOL vmlinux 0x16e297c3 bit_wait +EXPORT_SYMBOL vmlinux 0x16e604cf xp_alloc_batch +EXPORT_SYMBOL vmlinux 0x16e7e2cb cpu_all_bits +EXPORT_SYMBOL vmlinux 0x170479e9 folio_mark_dirty +EXPORT_SYMBOL vmlinux 0x17076abe xsk_clear_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x170ddf79 acpi_install_notify_handler +EXPORT_SYMBOL vmlinux 0x173c129e xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x1760245f flow_block_cb_decref +EXPORT_SYMBOL vmlinux 0x17734ace pci_enable_link_state +EXPORT_SYMBOL vmlinux 0x17777c65 kthread_destroy_worker +EXPORT_SYMBOL vmlinux 0x17825d3f xudma_rchan_get +EXPORT_SYMBOL vmlinux 0x178c4894 qe_upload_firmware +EXPORT_SYMBOL vmlinux 0x17940de1 mdiobus_c45_write_nested +EXPORT_SYMBOL vmlinux 0x17b3c323 skb_eth_pop +EXPORT_SYMBOL vmlinux 0x17bceb96 input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0x17be9f72 scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0x17d01c9e fb_io_read +EXPORT_SYMBOL vmlinux 0x17db01e4 blk_finish_plug +EXPORT_SYMBOL vmlinux 0x17e9d352 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0x18016f0f rproc_boot +EXPORT_SYMBOL vmlinux 0x1819a3f5 register_sysctl +EXPORT_SYMBOL vmlinux 0x181e0d0c security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0x1828d9a7 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0x18345b8e __bitmap_replace +EXPORT_SYMBOL vmlinux 0x184a3392 reuseport_stop_listen_sock +EXPORT_SYMBOL vmlinux 0x184ae566 pci_ep_cfs_add_epf_group +EXPORT_SYMBOL vmlinux 0x18552387 netif_napi_add_weight +EXPORT_SYMBOL vmlinux 0x187884a8 cpm_muram_free +EXPORT_SYMBOL vmlinux 0x1882edc4 netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0x18888d00 downgrade_write +EXPORT_SYMBOL vmlinux 0x188ea314 jiffies_to_timespec64 +EXPORT_SYMBOL vmlinux 0x1899b886 elv_bio_merge_ok +EXPORT_SYMBOL vmlinux 0x18a83642 pci_write_vpd +EXPORT_SYMBOL vmlinux 0x18b48e28 __memset_io +EXPORT_SYMBOL vmlinux 0x18ce505b __mmc_claim_host +EXPORT_SYMBOL vmlinux 0x18d1c300 xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0x18d2a80c free_mdio_bitbang +EXPORT_SYMBOL vmlinux 0x18e2ea64 dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0x18e60984 __do_once_start +EXPORT_SYMBOL vmlinux 0x18f84fb7 md_done_sync +EXPORT_SYMBOL vmlinux 0x18fa8b97 tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0x191aba75 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0x19254e8e d_mark_dontcache +EXPORT_SYMBOL vmlinux 0x1953c958 mempool_create +EXPORT_SYMBOL vmlinux 0x19787ec5 bprm_change_interp +EXPORT_SYMBOL vmlinux 0x197d5b60 dma_fence_default_wait +EXPORT_SYMBOL vmlinux 0x197daa31 phy_stop +EXPORT_SYMBOL vmlinux 0x1984d421 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19a227ed xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19c0d627 pcie_ptm_enabled +EXPORT_SYMBOL vmlinux 0x19c416df scm_detach_fds +EXPORT_SYMBOL vmlinux 0x19c691a3 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x19cd5655 folio_zero_new_buffers +EXPORT_SYMBOL vmlinux 0x19d6cd0b netdev_lower_state_changed +EXPORT_SYMBOL vmlinux 0x19e58ab0 clk_get +EXPORT_SYMBOL vmlinux 0x1a02f588 genphy_handle_interrupt_no_ack +EXPORT_SYMBOL vmlinux 0x1a294f16 wake_up_process +EXPORT_SYMBOL vmlinux 0x1a297536 filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x1a3fef1d sget +EXPORT_SYMBOL vmlinux 0x1a4570c1 netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0x1a45cb6c acpi_disabled +EXPORT_SYMBOL vmlinux 0x1a55337a mmc_is_req_done +EXPORT_SYMBOL vmlinux 0x1a57ca81 add_to_pipe +EXPORT_SYMBOL vmlinux 0x1a66970c lookup_one_len_unlocked +EXPORT_SYMBOL vmlinux 0x1a8d86e9 rproc_resource_cleanup +EXPORT_SYMBOL vmlinux 0x1a911382 input_allocate_device +EXPORT_SYMBOL vmlinux 0x1a998286 sock_set_priority +EXPORT_SYMBOL vmlinux 0x1a9a433c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x1aa28b88 logfc +EXPORT_SYMBOL vmlinux 0x1ab26a1f param_set_hexint +EXPORT_SYMBOL vmlinux 0x1ac14dc4 get_user_pages_remote +EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn +EXPORT_SYMBOL vmlinux 0x1ad80a57 ipmi_platform_add +EXPORT_SYMBOL vmlinux 0x1adee91e scsi_host_put +EXPORT_SYMBOL vmlinux 0x1af8e309 __bh_read +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b102b3a sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0x1b335af2 __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x1b37d7bb dquot_disable +EXPORT_SYMBOL vmlinux 0x1b5196fc xudma_tchan_put +EXPORT_SYMBOL vmlinux 0x1b597b7a swake_up_all +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b6ec3b2 blk_mq_delay_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x1b777357 rdmacg_unregister_device +EXPORT_SYMBOL vmlinux 0x1b880a36 ip_getsockopt +EXPORT_SYMBOL vmlinux 0x1b908d85 _raw_write_lock_nested +EXPORT_SYMBOL vmlinux 0x1b97d2a8 filemap_splice_read +EXPORT_SYMBOL vmlinux 0x1b997db3 param_get_hexint +EXPORT_SYMBOL vmlinux 0x1ba59527 __kmalloc_node +EXPORT_SYMBOL vmlinux 0x1bb0e578 page_pool_return_skb_page +EXPORT_SYMBOL vmlinux 0x1bb51249 tcp_have_smc +EXPORT_SYMBOL vmlinux 0x1bb86b9a xen_start_info +EXPORT_SYMBOL vmlinux 0x1bc446c3 d_lookup +EXPORT_SYMBOL vmlinux 0x1bcf2713 skb_dump +EXPORT_SYMBOL vmlinux 0x1bd40f81 phy_device_remove +EXPORT_SYMBOL vmlinux 0x1bd59dbe vme_free_consistent +EXPORT_SYMBOL vmlinux 0x1be00271 __nla_reserve +EXPORT_SYMBOL vmlinux 0x1be3e11f d_genocide +EXPORT_SYMBOL vmlinux 0x1be4da3a phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0x1be6abfd inet_add_offload +EXPORT_SYMBOL vmlinux 0x1bf86822 mipi_dsi_driver_unregister +EXPORT_SYMBOL vmlinux 0x1bf8dd4a dquot_acquire +EXPORT_SYMBOL vmlinux 0x1c073819 vme_register_error_handler +EXPORT_SYMBOL vmlinux 0x1c14bcfe tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x1c1854ec crypto_kdf108_setkey +EXPORT_SYMBOL vmlinux 0x1c45731d pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0x1c4d0f77 thread_group_exited +EXPORT_SYMBOL vmlinux 0x1c567c3e scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x1c58427f acpi_remove_notify_handler +EXPORT_SYMBOL vmlinux 0x1c5e3878 icst525_idx2s +EXPORT_SYMBOL vmlinux 0x1c675dae __pci_register_driver +EXPORT_SYMBOL vmlinux 0x1c688f6a flush_dcache_page +EXPORT_SYMBOL vmlinux 0x1c690338 udp_seq_start +EXPORT_SYMBOL vmlinux 0x1c84516b fget_raw +EXPORT_SYMBOL vmlinux 0x1c959cb4 phy_find_first +EXPORT_SYMBOL vmlinux 0x1c95c56c mr_mfc_find_any_parent +EXPORT_SYMBOL vmlinux 0x1cadda55 bmap +EXPORT_SYMBOL vmlinux 0x1cafc422 shmem_aops +EXPORT_SYMBOL vmlinux 0x1cb11044 inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0x1cb8feb0 serio_open +EXPORT_SYMBOL vmlinux 0x1cc11154 __SCK__tp_func_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x1cd27f2b tcf_classify +EXPORT_SYMBOL vmlinux 0x1cd8438b pxm_to_node +EXPORT_SYMBOL vmlinux 0x1cdd39ba logic_outsl +EXPORT_SYMBOL vmlinux 0x1cdfdd8a skb_push +EXPORT_SYMBOL vmlinux 0x1ce05f67 rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0x1cf1789f tcf_generic_walker +EXPORT_SYMBOL vmlinux 0x1cf5efa6 xudma_rflow_get_id +EXPORT_SYMBOL vmlinux 0x1cfb4319 blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x1d048361 inet_protos +EXPORT_SYMBOL vmlinux 0x1d07e365 memdup_user_nul +EXPORT_SYMBOL vmlinux 0x1d1abdf0 acpi_get_physical_device_location +EXPORT_SYMBOL vmlinux 0x1d1c5b2c __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x1d24c881 ___ratelimit +EXPORT_SYMBOL vmlinux 0x1d29f7cd unregister_shrinker +EXPORT_SYMBOL vmlinux 0x1d40b6f3 idr_for_each +EXPORT_SYMBOL vmlinux 0x1d76cd5c gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0x1d794855 __tracepoint_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x1d9672bd fault_in_subpage_writeable +EXPORT_SYMBOL vmlinux 0x1d997513 pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0x1d9ad344 generic_write_checks +EXPORT_SYMBOL vmlinux 0x1da45b31 devm_mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x1dc6c93b lookup_user_key +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1dd84169 mipi_dsi_dcs_get_display_brightness_large +EXPORT_SYMBOL vmlinux 0x1de4ccb2 get_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x1de59c22 qcom_scm_ice_invalidate_key +EXPORT_SYMBOL vmlinux 0x1de67f9b qcom_scm_io_writel +EXPORT_SYMBOL vmlinux 0x1de87943 inet_release +EXPORT_SYMBOL vmlinux 0x1e018ce5 phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0x1e0373fc imx_scu_irq_group_enable +EXPORT_SYMBOL vmlinux 0x1e0a0c24 mod_timer_pending +EXPORT_SYMBOL vmlinux 0x1e0cd7fe acpi_detach_data +EXPORT_SYMBOL vmlinux 0x1e1a5dd4 fs_param_is_u64 +EXPORT_SYMBOL vmlinux 0x1e51615d dma_resv_iter_next_unlocked +EXPORT_SYMBOL vmlinux 0x1e6adaa0 bitmap_print_bitmask_to_buf +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e8ee050 seq_printf +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1eaa660c of_get_next_cpu_node +EXPORT_SYMBOL vmlinux 0x1eaceaae clkdev_add +EXPORT_SYMBOL vmlinux 0x1eaefc6f ip_sock_set_freebind +EXPORT_SYMBOL vmlinux 0x1ed96fa5 page_pool_alloc_pages +EXPORT_SYMBOL vmlinux 0x1edb69d6 ktime_get_raw_ts64 +EXPORT_SYMBOL vmlinux 0x1ee26195 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0x1ef2d4e6 unpin_user_page +EXPORT_SYMBOL vmlinux 0x1ef41b7e qcom_scm_iommu_set_pt_format +EXPORT_SYMBOL vmlinux 0x1eff5163 mipi_dsi_detach +EXPORT_SYMBOL vmlinux 0x1f04fccc pci_find_next_bus +EXPORT_SYMBOL vmlinux 0x1f15bbfd dev_load +EXPORT_SYMBOL vmlinux 0x1f2e65fb path_get +EXPORT_SYMBOL vmlinux 0x1f3b28cf sys_imageblit +EXPORT_SYMBOL vmlinux 0x1f557414 gen_pool_has_addr +EXPORT_SYMBOL vmlinux 0x1f59481d vme_bus_type +EXPORT_SYMBOL vmlinux 0x1f68af6a sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0x1f7a7107 seq_hex_dump +EXPORT_SYMBOL vmlinux 0x1f9f375c blk_rq_init +EXPORT_SYMBOL vmlinux 0x1fa7b60f mntput +EXPORT_SYMBOL vmlinux 0x1fb67af2 unregister_fib_notifier +EXPORT_SYMBOL vmlinux 0x1fb9fa3c mipi_dsi_dcs_get_pixel_format +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fc1109e proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x1fcf2e82 dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fe3d61c dma_pool_create +EXPORT_SYMBOL vmlinux 0x1fe4423a inet_del_protocol +EXPORT_SYMBOL vmlinux 0x1fec4d27 tcf_exts_terse_dump +EXPORT_SYMBOL vmlinux 0x1ff463c9 __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x1ff90ecd padata_do_parallel +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x2024c219 tcp_close +EXPORT_SYMBOL vmlinux 0x202676e4 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x202b6a0a inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0x2030318d unregister_binfmt +EXPORT_SYMBOL vmlinux 0x20303220 bio_add_folio +EXPORT_SYMBOL vmlinux 0x20369fdd sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0x203bbfa5 mmc_run_bkops +EXPORT_SYMBOL vmlinux 0x20463df4 wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x204c5067 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0x208414c7 inet_del_offload +EXPORT_SYMBOL vmlinux 0x20874778 rproc_mem_entry_init +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20b713fd from_kprojid_munged +EXPORT_SYMBOL vmlinux 0x20bf39b0 update_devfreq +EXPORT_SYMBOL vmlinux 0x20c5ad24 param_ops_long +EXPORT_SYMBOL vmlinux 0x20cbb30a __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x20d55e05 skb_copy_and_csum_datagram_msg +EXPORT_SYMBOL vmlinux 0x20d65e40 fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0x20eadeb6 ip_compute_csum +EXPORT_SYMBOL vmlinux 0x20eb937c kernel_accept +EXPORT_SYMBOL vmlinux 0x20ef79f7 tcp_enter_cwr +EXPORT_SYMBOL vmlinux 0x20fd5725 set_disk_ro +EXPORT_SYMBOL vmlinux 0x210ff287 pid_task +EXPORT_SYMBOL vmlinux 0x2117555c fscrypt_decrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x2128a638 kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x2128ddbe read_cache_folio +EXPORT_SYMBOL vmlinux 0x2135d38c genphy_loopback +EXPORT_SYMBOL vmlinux 0x21392d77 skb_vlan_push +EXPORT_SYMBOL vmlinux 0x213a738d memregion_alloc +EXPORT_SYMBOL vmlinux 0x213e4965 ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x21427eb1 folio_end_private_2 +EXPORT_SYMBOL vmlinux 0x216bbd30 of_platform_device_create +EXPORT_SYMBOL vmlinux 0x21725f85 make_kgid +EXPORT_SYMBOL vmlinux 0x218e600b pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0x218eb82d pcie_bandwidth_available +EXPORT_SYMBOL vmlinux 0x21a13c39 stream_open +EXPORT_SYMBOL vmlinux 0x21bdb523 errseq_check_and_advance +EXPORT_SYMBOL vmlinux 0x21cb5e0e genphy_check_and_restart_aneg +EXPORT_SYMBOL vmlinux 0x21e13cb3 inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0x21ea5251 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x21ea977d eth_mac_addr +EXPORT_SYMBOL vmlinux 0x21ebd046 register_md_personality +EXPORT_SYMBOL vmlinux 0x21ef374c try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x21f76064 phy_get_c45_ids +EXPORT_SYMBOL vmlinux 0x22041070 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0x222d1b06 __cpuhp_remove_state +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x2234ca51 acpi_match_platform_list +EXPORT_SYMBOL vmlinux 0x22355b34 of_phy_connect +EXPORT_SYMBOL vmlinux 0x224824fa input_get_timestamp +EXPORT_SYMBOL vmlinux 0x224ce651 xudma_free_gp_rflow_range +EXPORT_SYMBOL vmlinux 0x225a3b85 dev_get_iflink +EXPORT_SYMBOL vmlinux 0x22694647 getname_kernel +EXPORT_SYMBOL vmlinux 0x22706838 rproc_coredump_add_segment +EXPORT_SYMBOL vmlinux 0x22786022 pci_scan_root_bus_bridge +EXPORT_SYMBOL vmlinux 0x22813dfb nd_btt_probe +EXPORT_SYMBOL vmlinux 0x229a161a ps2_command +EXPORT_SYMBOL vmlinux 0x229f7933 get_tree_keyed +EXPORT_SYMBOL vmlinux 0x22ac209d __folio_put +EXPORT_SYMBOL vmlinux 0x22ae44c8 block_invalidate_folio +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22b9def9 folio_unlock +EXPORT_SYMBOL vmlinux 0x22c69c10 dev_get_by_name +EXPORT_SYMBOL vmlinux 0x22d88367 proc_set_size +EXPORT_SYMBOL vmlinux 0x22f819aa scsi_host_alloc +EXPORT_SYMBOL vmlinux 0x230002e4 cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0x230e4d13 napi_enable +EXPORT_SYMBOL vmlinux 0x2313a3e2 con_is_bound +EXPORT_SYMBOL vmlinux 0x233041cf page_pool_release_page +EXPORT_SYMBOL vmlinux 0x2354f81c cdev_device_del +EXPORT_SYMBOL vmlinux 0x23559c51 qman_oos_fq +EXPORT_SYMBOL vmlinux 0x235ea1ea tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0x2364c85a tasklet_init +EXPORT_SYMBOL vmlinux 0x236cdb7e ip_tunnel_parse_protocol +EXPORT_SYMBOL vmlinux 0x236e5510 pci_free_irq +EXPORT_SYMBOL vmlinux 0x238b099f mipi_dsi_packet_format_is_short +EXPORT_SYMBOL vmlinux 0x2391f725 irq_stat +EXPORT_SYMBOL vmlinux 0x23935e75 filemap_get_folios_contig +EXPORT_SYMBOL vmlinux 0x23b3d190 vme_lm_request +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23cc6843 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x23d78880 inet_proto_csum_replace_by_diff +EXPORT_SYMBOL vmlinux 0x23daa989 mipi_dsi_create_packet +EXPORT_SYMBOL vmlinux 0x23dc7f6c hdmi_avi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x23f1d7a6 page_pool_ethtool_stats_get_count +EXPORT_SYMBOL vmlinux 0x23f7b0a3 configfs_undepend_item +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x24022de0 fscrypt_decrypt_bio +EXPORT_SYMBOL vmlinux 0x242fd568 md_bitmap_close_sync +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x24598b20 dns_query +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x24603f9e pci_remove_bus +EXPORT_SYMBOL vmlinux 0x246e96d0 fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0x248caaa7 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x24b7c73a dcb_setrewr +EXPORT_SYMBOL vmlinux 0x24c1b200 neigh_ifdown +EXPORT_SYMBOL vmlinux 0x24d273d1 add_timer +EXPORT_SYMBOL vmlinux 0x24d465ad tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0x24d6d5dd icmp_ndo_send +EXPORT_SYMBOL vmlinux 0x24d808a6 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x24e1b558 seg6_hmac_compute +EXPORT_SYMBOL vmlinux 0x24e5a49a rproc_add_subdev +EXPORT_SYMBOL vmlinux 0x24e9d655 sg_alloc_table_from_pages_segment +EXPORT_SYMBOL vmlinux 0x24fbd756 security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0x2505bf18 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x25183928 skb_unlink +EXPORT_SYMBOL vmlinux 0x252332f1 __SCK__tp_func_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x2529e9ba to_nd_btt +EXPORT_SYMBOL vmlinux 0x25321eef prepare_creds +EXPORT_SYMBOL vmlinux 0x254b8e6e __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0x25609430 __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x25642b84 dev_get_mac_address +EXPORT_SYMBOL vmlinux 0x2572a8e8 dst_release +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x25832b5a serio_reconnect +EXPORT_SYMBOL vmlinux 0x258a2c02 _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x258d2f76 net_dim_get_tx_moderation +EXPORT_SYMBOL vmlinux 0x25974000 wait_for_completion +EXPORT_SYMBOL vmlinux 0x2598c6c0 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x259931f7 flow_rule_match_ip +EXPORT_SYMBOL vmlinux 0x25a61d1c dma_resv_reserve_fences +EXPORT_SYMBOL vmlinux 0x25a87646 phy_device_register +EXPORT_SYMBOL vmlinux 0x25a8be03 pneigh_enqueue +EXPORT_SYMBOL vmlinux 0x25c4b747 tso_build_hdr +EXPORT_SYMBOL vmlinux 0x25cb2d7a dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0x25d85a79 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0x25e9d4bd resource_list_free +EXPORT_SYMBOL vmlinux 0x26060d14 set_groups +EXPORT_SYMBOL vmlinux 0x2606eefd __do_once_sleepable_done +EXPORT_SYMBOL vmlinux 0x260e52ee dynamic_preempt_schedule_notrace +EXPORT_SYMBOL vmlinux 0x2624684e inet_dgram_ops +EXPORT_SYMBOL vmlinux 0x26335722 key_validate +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x263c3152 bcmp +EXPORT_SYMBOL vmlinux 0x263f0d1f qman_portal_set_iperiod +EXPORT_SYMBOL vmlinux 0x265163e4 kset_unregister +EXPORT_SYMBOL vmlinux 0x2657a12f cros_ec_prepare_tx +EXPORT_SYMBOL vmlinux 0x266176e6 genphy_setup_forced +EXPORT_SYMBOL vmlinux 0x26654fb8 param_get_int +EXPORT_SYMBOL vmlinux 0x26657f89 pnp_request_card_device +EXPORT_SYMBOL vmlinux 0x2667961a page_pool_get_stats +EXPORT_SYMBOL vmlinux 0x2688ec10 bitmap_zalloc +EXPORT_SYMBOL vmlinux 0x26897b52 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x268c11e2 mpage_read_folio +EXPORT_SYMBOL vmlinux 0x26936a91 register_cdrom +EXPORT_SYMBOL vmlinux 0x269a09f3 mipi_dsi_turn_on_peripheral +EXPORT_SYMBOL vmlinux 0x26b3afdf i2c_del_adapter +EXPORT_SYMBOL vmlinux 0x26bf3b98 vga_get +EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x26e67e99 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0x270cf88f dump_stack_lvl +EXPORT_SYMBOL vmlinux 0x271cba95 acpi_bus_private_data_handler +EXPORT_SYMBOL vmlinux 0x272a8933 udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x2733eaf7 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0x27479d14 param_free_charp +EXPORT_SYMBOL vmlinux 0x275dfee4 ucc_slow_free +EXPORT_SYMBOL vmlinux 0x275f3d49 hdmi_vendor_infoframe_check +EXPORT_SYMBOL vmlinux 0x2760d762 md_check_recovery +EXPORT_SYMBOL vmlinux 0x27756bc8 scsi_sanitize_inquiry_string +EXPORT_SYMBOL vmlinux 0x27810361 acpi_os_wait_events_complete +EXPORT_SYMBOL vmlinux 0x2782b393 xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x2792f83f __vfs_setxattr +EXPORT_SYMBOL vmlinux 0x27b146ee tc_setup_cb_call +EXPORT_SYMBOL vmlinux 0x27b7760c neigh_table_init +EXPORT_SYMBOL vmlinux 0x27bafd47 __register_nls +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27c3c728 qman_release_fqid +EXPORT_SYMBOL vmlinux 0x27cdca93 pci_add_resource +EXPORT_SYMBOL vmlinux 0x27d2bce1 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0x27d32b92 xp_dma_unmap +EXPORT_SYMBOL vmlinux 0x27e0dd0a qcom_scm_pas_init_image +EXPORT_SYMBOL vmlinux 0x27edacf8 sock_no_listen +EXPORT_SYMBOL vmlinux 0x27f21be1 proc_remove +EXPORT_SYMBOL vmlinux 0x27ffe403 pnp_possible_config +EXPORT_SYMBOL vmlinux 0x2801a22f proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0x28148011 padata_free_shell +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x282c7e12 __tracepoint_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x2830fabf of_find_all_nodes +EXPORT_SYMBOL vmlinux 0x28500e13 proc_douintvec +EXPORT_SYMBOL vmlinux 0x28522651 xp_free +EXPORT_SYMBOL vmlinux 0x28538a15 tcf_exts_change +EXPORT_SYMBOL vmlinux 0x2856bb8a blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0x286365ee ptp_find_pin_unlocked +EXPORT_SYMBOL vmlinux 0x2864ed76 scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x286635c3 inet6_getname +EXPORT_SYMBOL vmlinux 0x286b7436 __d_drop +EXPORT_SYMBOL vmlinux 0x2873367f tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0x2875a315 utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0x287b68eb __dev_queue_xmit +EXPORT_SYMBOL vmlinux 0x28825c92 __tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0x28864fef __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0x28b379b9 unregister_key_type +EXPORT_SYMBOL vmlinux 0x28b7b9ee import_iovec +EXPORT_SYMBOL vmlinux 0x28bbb1de of_node_name_prefix +EXPORT_SYMBOL vmlinux 0x28be9c8f param_get_ullong +EXPORT_SYMBOL vmlinux 0x28df4fad key_reject_and_link +EXPORT_SYMBOL vmlinux 0x28f264d7 __tracepoint_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x28f94604 __ubsan_handle_builtin_unreachable +EXPORT_SYMBOL vmlinux 0x28fe1be1 invalidate_bdev +EXPORT_SYMBOL vmlinux 0x29043e5f skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0x2910d8fd security_sock_graft +EXPORT_SYMBOL vmlinux 0x29417587 kernel_param_unlock +EXPORT_SYMBOL vmlinux 0x294ff08d flow_rule_match_mpls +EXPORT_SYMBOL vmlinux 0x29604158 napi_busy_loop +EXPORT_SYMBOL vmlinux 0x296b8bbf __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x296db119 __sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x298b8cba dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0x29945801 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x29ae79e1 udp_seq_ops +EXPORT_SYMBOL vmlinux 0x29d7ca44 napi_disable +EXPORT_SYMBOL vmlinux 0x29df6046 jbd2_journal_finish_inode_data_buffers +EXPORT_SYMBOL vmlinux 0x29e1e204 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0x29e379f5 seg6_hmac_info_del +EXPORT_SYMBOL vmlinux 0x2a04e1ab has_capability_noaudit +EXPORT_SYMBOL vmlinux 0x2a09a1aa can_nice +EXPORT_SYMBOL vmlinux 0x2a197db7 kmem_cache_free_bulk +EXPORT_SYMBOL vmlinux 0x2a1e2195 touchscreen_report_pos +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a38ef11 tegra_ivc_read_advance +EXPORT_SYMBOL vmlinux 0x2a454a2f dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x2a684f10 neigh_seq_stop +EXPORT_SYMBOL vmlinux 0x2a6a5aac sockopt_capable +EXPORT_SYMBOL vmlinux 0x2a6aebf9 dcb_setapp +EXPORT_SYMBOL vmlinux 0x2a772b5d rtnl_offload_xstats_notify +EXPORT_SYMBOL vmlinux 0x2a7d98ef iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0x2a7fa4af mdiobus_setup_mdiodev_from_board_info +EXPORT_SYMBOL vmlinux 0x2a8c4df8 phy_attach_direct +EXPORT_SYMBOL vmlinux 0x2a928918 slhc_free +EXPORT_SYMBOL vmlinux 0x2a9393fc pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0x2a9a3905 vme_master_get +EXPORT_SYMBOL vmlinux 0x2a9d420e pci_disable_msix +EXPORT_SYMBOL vmlinux 0x2aa0843e mempool_resize +EXPORT_SYMBOL vmlinux 0x2aa2f0d2 mmc_put_card +EXPORT_SYMBOL vmlinux 0x2aabaf9d xudma_tchan_get +EXPORT_SYMBOL vmlinux 0x2aabcdc8 vmalloc_array +EXPORT_SYMBOL vmlinux 0x2ab2ee91 brcmstb_get_product_id +EXPORT_SYMBOL vmlinux 0x2aec3299 fman_get_bmi_max_fifo_size +EXPORT_SYMBOL vmlinux 0x2af33216 vfs_fileattr_set +EXPORT_SYMBOL vmlinux 0x2afac462 md_write_end +EXPORT_SYMBOL vmlinux 0x2b1abce3 fman_has_errata_a050385 +EXPORT_SYMBOL vmlinux 0x2b3ababd tcp_check_req +EXPORT_SYMBOL vmlinux 0x2b3c4d2b complete_request_key +EXPORT_SYMBOL vmlinux 0x2b593aa8 gen_pool_alloc_algo_owner +EXPORT_SYMBOL vmlinux 0x2b5e6836 pci_enable_wake +EXPORT_SYMBOL vmlinux 0x2b69e0e0 netif_receive_skb +EXPORT_SYMBOL vmlinux 0x2b6a30d2 __scm_destroy +EXPORT_SYMBOL vmlinux 0x2b99395e pci_pme_active +EXPORT_SYMBOL vmlinux 0x2b9cd36f dev_get_by_index +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2bae204e mt_find +EXPORT_SYMBOL vmlinux 0x2baed369 poll_freewait +EXPORT_SYMBOL vmlinux 0x2bb6099e dq_data_lock +EXPORT_SYMBOL vmlinux 0x2bbbd226 netpoll_print_options +EXPORT_SYMBOL vmlinux 0x2bd29858 scsi_rescan_device +EXPORT_SYMBOL vmlinux 0x2bd60ab9 acpi_reset +EXPORT_SYMBOL vmlinux 0x2bebef7b mdio_device_create +EXPORT_SYMBOL vmlinux 0x2bfbab10 __memmove +EXPORT_SYMBOL vmlinux 0x2c0783fd setattr_should_drop_suidgid +EXPORT_SYMBOL vmlinux 0x2c121bbd xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0x2c2419a0 amba_device_register +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c26220d jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x2c329e54 tegra_powergate_sequence_power_up +EXPORT_SYMBOL vmlinux 0x2c354884 pnp_device_detach +EXPORT_SYMBOL vmlinux 0x2c4794fb rproc_elf_sanity_check +EXPORT_SYMBOL vmlinux 0x2c541e7b radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x2c6699ae tcp_mmap +EXPORT_SYMBOL vmlinux 0x2c7b7c10 secpath_set +EXPORT_SYMBOL vmlinux 0x2c7bf5df dma_resv_fini +EXPORT_SYMBOL vmlinux 0x2c7e713d phy_advertise_supported +EXPORT_SYMBOL vmlinux 0x2c82c36a security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x2c84a33c __i2c_transfer +EXPORT_SYMBOL vmlinux 0x2c884722 dma_map_resource +EXPORT_SYMBOL vmlinux 0x2c91e17c vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x2c977ba2 udp_poll +EXPORT_SYMBOL vmlinux 0x2caa7456 km_state_expired +EXPORT_SYMBOL vmlinux 0x2cb21ccc dev_get_port_parent_id +EXPORT_SYMBOL vmlinux 0x2cb9608a jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0x2ccb9746 proto_unregister +EXPORT_SYMBOL vmlinux 0x2ccbb120 reuseport_attach_prog +EXPORT_SYMBOL vmlinux 0x2ccd059a dim_on_top +EXPORT_SYMBOL vmlinux 0x2cdfd1f9 blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0x2ce26ccd blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x2cf0c910 sg_init_table +EXPORT_SYMBOL vmlinux 0x2cf56265 __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0x2d0700d0 mr_mfc_find_parent +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d387104 rcu_lazy_set_jiffies_till_flush +EXPORT_SYMBOL vmlinux 0x2d39b0a7 kstrdup +EXPORT_SYMBOL vmlinux 0x2d40d8ce genphy_suspend +EXPORT_SYMBOL vmlinux 0x2d4c773a hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0x2d4daef5 find_font +EXPORT_SYMBOL vmlinux 0x2d6bc5d9 ip_options_compile +EXPORT_SYMBOL vmlinux 0x2d912bca dmi_get_bios_year +EXPORT_SYMBOL vmlinux 0x2d994605 security_inode_copy_up_xattr +EXPORT_SYMBOL vmlinux 0x2dbf89f1 reuseport_detach_prog +EXPORT_SYMBOL vmlinux 0x2dc3f887 pnpacpi_protocol +EXPORT_SYMBOL vmlinux 0x2dc42a2e tcp_init_sock +EXPORT_SYMBOL vmlinux 0x2dce2f1c __irq_regs +EXPORT_SYMBOL vmlinux 0x2dce881d of_phy_get_and_connect +EXPORT_SYMBOL vmlinux 0x2dd1e456 request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0x2de125c0 page_frag_alloc_align +EXPORT_SYMBOL vmlinux 0x2de1e89a pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x2de3e3b7 cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x2de4c434 inet_frag_kill +EXPORT_SYMBOL vmlinux 0x2de79902 rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0x2e08cd63 mipi_dsi_host_register +EXPORT_SYMBOL vmlinux 0x2e09ac5a scsi_done_direct +EXPORT_SYMBOL vmlinux 0x2e0a637d acpi_walk_resources +EXPORT_SYMBOL vmlinux 0x2e11a8d7 vc_cons +EXPORT_SYMBOL vmlinux 0x2e1a0c4e update_region +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e244500 tcp_child_process +EXPORT_SYMBOL vmlinux 0x2e2b40d2 strncat +EXPORT_SYMBOL vmlinux 0x2e2c4ddc logic_inw +EXPORT_SYMBOL vmlinux 0x2e373c39 devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0x2e3bcce2 wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x2e439142 drm_get_panel_orientation_quirk +EXPORT_SYMBOL vmlinux 0x2e48ce3d key_payload_reserve +EXPORT_SYMBOL vmlinux 0x2e546cbc ps2_end_command +EXPORT_SYMBOL vmlinux 0x2e549186 pcie_get_readrq +EXPORT_SYMBOL vmlinux 0x2e5b27da xudma_alloc_gp_rflow_range +EXPORT_SYMBOL vmlinux 0x2e5b8f4d jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x2e73fd54 pci_get_subsys +EXPORT_SYMBOL vmlinux 0x2e7c3b07 find_inode_by_ino_rcu +EXPORT_SYMBOL vmlinux 0x2e7cf881 param_get_string +EXPORT_SYMBOL vmlinux 0x2e8f313f fifo_set_limit +EXPORT_SYMBOL vmlinux 0x2e919dfa dm_table_event +EXPORT_SYMBOL vmlinux 0x2ec6bba0 errseq_set +EXPORT_SYMBOL vmlinux 0x2ee50c60 sock_no_accept +EXPORT_SYMBOL vmlinux 0x2ee8cf60 of_graph_get_endpoint_count +EXPORT_SYMBOL vmlinux 0x2ee9c746 rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x2ef0dfba mipi_dsi_dcs_set_page_address +EXPORT_SYMBOL vmlinux 0x2efe3a19 __acpi_mdiobus_register +EXPORT_SYMBOL vmlinux 0x2f03256b d_invalidate +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f0e286e tcp_mss_to_mtu +EXPORT_SYMBOL vmlinux 0x2f1254d1 ucc_tdm_init +EXPORT_SYMBOL vmlinux 0x2f132d29 pci_save_state +EXPORT_SYMBOL vmlinux 0x2f170e3e dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0x2f2e91b2 security_ib_alloc_security +EXPORT_SYMBOL vmlinux 0x2f333aab imx_scu_get_handle +EXPORT_SYMBOL vmlinux 0x2f384db3 acpi_is_video_device +EXPORT_SYMBOL vmlinux 0x2f4a742a follow_down_one +EXPORT_SYMBOL vmlinux 0x2f4d5600 wireless_send_event +EXPORT_SYMBOL vmlinux 0x2f7754a8 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2fc376d3 configfs_unregister_group +EXPORT_SYMBOL vmlinux 0x2fce5a84 dquot_quota_on +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x2ff7b0a1 lock_rename_child +EXPORT_SYMBOL vmlinux 0x2ffd68b2 pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x3016850c napi_gro_flush +EXPORT_SYMBOL vmlinux 0x302c0937 fs_param_is_bool +EXPORT_SYMBOL vmlinux 0x302f7113 finish_swait +EXPORT_SYMBOL vmlinux 0x30348579 freeze_bdev +EXPORT_SYMBOL vmlinux 0x303b898a scsi_host_busy +EXPORT_SYMBOL vmlinux 0x30528f2c kernel_param_lock +EXPORT_SYMBOL vmlinux 0x305f64d1 locks_copy_conflock +EXPORT_SYMBOL vmlinux 0x30774908 sunxi_sram_claim +EXPORT_SYMBOL vmlinux 0x308386fc key_link +EXPORT_SYMBOL vmlinux 0x308ed829 slab_build_skb +EXPORT_SYMBOL vmlinux 0x3096be16 names_cachep +EXPORT_SYMBOL vmlinux 0x30980e97 __bh_read_batch +EXPORT_SYMBOL vmlinux 0x309def66 rproc_put +EXPORT_SYMBOL vmlinux 0x30a29714 _dev_warn +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30a9d918 sg_miter_stop +EXPORT_SYMBOL vmlinux 0x30abd482 __folio_cancel_dirty +EXPORT_SYMBOL vmlinux 0x30acfde9 hsiphash_2u32 +EXPORT_SYMBOL vmlinux 0x30d412b3 blk_sync_queue +EXPORT_SYMBOL vmlinux 0x30d6a5fe no_seek_end_llseek_size +EXPORT_SYMBOL vmlinux 0x30d94c89 noop_fsync +EXPORT_SYMBOL vmlinux 0x31068bf4 jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0x311952af jbd2_journal_inode_ranged_wait +EXPORT_SYMBOL vmlinux 0x3119b873 cfb_copyarea +EXPORT_SYMBOL vmlinux 0x311d8596 inet_recvmsg +EXPORT_SYMBOL vmlinux 0x31221bb2 tcf_idr_create_from_flags +EXPORT_SYMBOL vmlinux 0x3122c3c1 dmam_alloc_attrs +EXPORT_SYMBOL vmlinux 0x3126a9e8 siphash_1u64 +EXPORT_SYMBOL vmlinux 0x312ed932 verify_spi_info +EXPORT_SYMBOL vmlinux 0x313bb7ac __filemap_set_wb_err +EXPORT_SYMBOL vmlinux 0x313ee2c8 unregister_mii_timestamper +EXPORT_SYMBOL vmlinux 0x31490996 single_open +EXPORT_SYMBOL vmlinux 0x31640b89 vmf_insert_mixed +EXPORT_SYMBOL vmlinux 0x3171e80d finish_no_open +EXPORT_SYMBOL vmlinux 0x3193ab20 param_set_ushort +EXPORT_SYMBOL vmlinux 0x319d6da1 mii_ethtool_gset +EXPORT_SYMBOL vmlinux 0x31a4767f qcom_scm_hdcp_available +EXPORT_SYMBOL vmlinux 0x31a57c02 d_exact_alias +EXPORT_SYMBOL vmlinux 0x3206dfdc ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0x3213f038 mutex_unlock +EXPORT_SYMBOL vmlinux 0x321aa5a5 fs_param_is_enum +EXPORT_SYMBOL vmlinux 0x3221df67 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x32394d4b qe_issue_cmd +EXPORT_SYMBOL vmlinux 0x32649d06 __of_mdiobus_register +EXPORT_SYMBOL vmlinux 0x32658f36 xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0x326afc66 get_cached_acl +EXPORT_SYMBOL vmlinux 0x32787823 __skb_ext_put +EXPORT_SYMBOL vmlinux 0x327c84bf vme_lm_attach +EXPORT_SYMBOL vmlinux 0x3283e6b0 prandom_seed_full_state +EXPORT_SYMBOL vmlinux 0x32856771 netdev_pick_tx +EXPORT_SYMBOL vmlinux 0x32b46465 readahead_expand +EXPORT_SYMBOL vmlinux 0x32ba2873 tty_devnum +EXPORT_SYMBOL vmlinux 0x32ce3777 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x32e3a1a8 __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0x32e6f1a0 acpi_video_backlight_string +EXPORT_SYMBOL vmlinux 0x32e8cfea mtree_load +EXPORT_SYMBOL vmlinux 0x32f09046 __netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x33037fd8 logic_outl +EXPORT_SYMBOL vmlinux 0x331718c4 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0x33221cab sync_filesystem +EXPORT_SYMBOL vmlinux 0x33302139 tcp_shutdown +EXPORT_SYMBOL vmlinux 0x333bfca1 hdmi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x33491b87 vme_master_mmap +EXPORT_SYMBOL vmlinux 0x334d5771 pcie_get_width_cap +EXPORT_SYMBOL vmlinux 0x3369ea44 mtree_insert_range +EXPORT_SYMBOL vmlinux 0x336d2ec4 configfs_remove_default_groups +EXPORT_SYMBOL vmlinux 0x33736a1d __genradix_ptr_alloc +EXPORT_SYMBOL vmlinux 0x3376ceed serio_bus +EXPORT_SYMBOL vmlinux 0x339340b9 devm_pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x339498cc component_match_add_release +EXPORT_SYMBOL vmlinux 0x33ae1523 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x33c03d04 folio_add_lru +EXPORT_SYMBOL vmlinux 0x33c28a2b neigh_app_ns +EXPORT_SYMBOL vmlinux 0x33d2192e folio_migrate_copy +EXPORT_SYMBOL vmlinux 0x33deb1c5 scsi_scan_target +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33fcf44a __kfifo_out_r +EXPORT_SYMBOL vmlinux 0x3402dc8b __write_overflow_field +EXPORT_SYMBOL vmlinux 0x341a91e4 pcim_set_mwi +EXPORT_SYMBOL vmlinux 0x343a6939 kthread_create_worker +EXPORT_SYMBOL vmlinux 0x3475cfa0 netif_rx +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34a1f7e3 acpi_processor_get_psd +EXPORT_SYMBOL vmlinux 0x34c0ce82 pci_find_resource +EXPORT_SYMBOL vmlinux 0x34c15438 crypto_sha512_update +EXPORT_SYMBOL vmlinux 0x34c7cdbc lookup_bdev +EXPORT_SYMBOL vmlinux 0x34c96b2b touchscreen_parse_properties +EXPORT_SYMBOL vmlinux 0x34d3c2d8 sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x34db050b _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x34f80fdc devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x34fd041e blk_mq_rq_cpu +EXPORT_SYMBOL vmlinux 0x34ffecee dquot_get_next_dqblk +EXPORT_SYMBOL vmlinux 0x3500c1e5 netdev_printk +EXPORT_SYMBOL vmlinux 0x3501fb45 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x350cefd7 devm_extcon_unregister_notifier_all +EXPORT_SYMBOL vmlinux 0x350f1ef6 of_find_mipi_dsi_device_by_node +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x352cb09b param_get_long +EXPORT_SYMBOL vmlinux 0x353851df pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy +EXPORT_SYMBOL vmlinux 0x3552c2be km_new_mapping +EXPORT_SYMBOL vmlinux 0x355fd1b5 inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x356461c8 rtc_time64_to_tm +EXPORT_SYMBOL vmlinux 0x356548bc pci_unregister_driver +EXPORT_SYMBOL vmlinux 0x3565e120 of_match_device +EXPORT_SYMBOL vmlinux 0x357a0944 xsk_tx_completed +EXPORT_SYMBOL vmlinux 0x3591250e inet_add_protocol +EXPORT_SYMBOL vmlinux 0x35987028 cdev_del +EXPORT_SYMBOL vmlinux 0x359a50da pci_disable_msi +EXPORT_SYMBOL vmlinux 0x35a88f28 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x35aba2f2 tso_start +EXPORT_SYMBOL vmlinux 0x35b0d1e6 nf_log_set +EXPORT_SYMBOL vmlinux 0x35e43a00 generic_file_mmap +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x36137062 mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x362169da flow_rule_match_vlan +EXPORT_SYMBOL vmlinux 0x36249777 input_close_device +EXPORT_SYMBOL vmlinux 0x362d274f rproc_add +EXPORT_SYMBOL vmlinux 0x362edcb4 blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0x3644d810 genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x364850b1 down_write_killable +EXPORT_SYMBOL vmlinux 0x364c23ad mutex_is_locked +EXPORT_SYMBOL vmlinux 0x365acda7 set_normalized_timespec64 +EXPORT_SYMBOL vmlinux 0x365e7911 kstrdup_const +EXPORT_SYMBOL vmlinux 0x366707c9 jent_testing_init +EXPORT_SYMBOL vmlinux 0x366e32fa security_inode_copy_up +EXPORT_SYMBOL vmlinux 0x3673d5ab build_skb_around +EXPORT_SYMBOL vmlinux 0x3678ca37 system_cpucaps +EXPORT_SYMBOL vmlinux 0x367acba9 mdio_driver_register +EXPORT_SYMBOL vmlinux 0x368016fe set_capacity +EXPORT_SYMBOL vmlinux 0x368640cc __dquot_transfer +EXPORT_SYMBOL vmlinux 0x368b5ba9 devm_ioremap +EXPORT_SYMBOL vmlinux 0x368f9f34 put_cmsg +EXPORT_SYMBOL vmlinux 0x36b6ebbf down_killable +EXPORT_SYMBOL vmlinux 0x36bffaa2 put_cmsg_scm_timestamping64 +EXPORT_SYMBOL vmlinux 0x36d38dce of_graph_get_remote_endpoint +EXPORT_SYMBOL vmlinux 0x36fb2f8c dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0x37110088 remove_wait_queue +EXPORT_SYMBOL vmlinux 0x3719567d md_write_inc +EXPORT_SYMBOL vmlinux 0x371a5f57 ppp_channel_index +EXPORT_SYMBOL vmlinux 0x371e1953 __printk_cpu_sync_wait +EXPORT_SYMBOL vmlinux 0x372430d4 __hw_addr_ref_sync_dev +EXPORT_SYMBOL vmlinux 0x3736dcf4 follow_up +EXPORT_SYMBOL vmlinux 0x37442edb dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL vmlinux 0x37570cc7 nf_getsockopt +EXPORT_SYMBOL vmlinux 0x37596d8a udp_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x375ad5fd user_path_create +EXPORT_SYMBOL vmlinux 0x376f5e60 fwnode_irq_get_byname +EXPORT_SYMBOL vmlinux 0x377d8004 acpi_error +EXPORT_SYMBOL vmlinux 0x379a8d9f tty_do_resize +EXPORT_SYMBOL vmlinux 0x37b8b39e screen_info +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37cd40f4 get_unmapped_area +EXPORT_SYMBOL vmlinux 0x37ce8e9e register_qdisc +EXPORT_SYMBOL vmlinux 0x37d4c2e4 pnp_is_active +EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date +EXPORT_SYMBOL vmlinux 0x37dd071f genlmsg_put +EXPORT_SYMBOL vmlinux 0x37e244dc __nd_driver_register +EXPORT_SYMBOL vmlinux 0x3802c531 mmc_gpiod_request_ro +EXPORT_SYMBOL vmlinux 0x381a2811 xp_raw_get_data +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x381e66c2 try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x3854774b kstrtoll +EXPORT_SYMBOL vmlinux 0x385c7481 __tracepoint_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x38662353 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x3870cb43 tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0x387c0717 cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0x3880a7cf xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x3891ffc8 ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0x389617b0 LZ4_decompress_fast_continue +EXPORT_SYMBOL vmlinux 0x3896cfd2 ip6_output +EXPORT_SYMBOL vmlinux 0x389acf0c gpmc_configure +EXPORT_SYMBOL vmlinux 0x38a62739 seq_escape_mem +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38ad69c8 mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x38b3660d con_is_visible +EXPORT_SYMBOL vmlinux 0x38cb78ff jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x38cca594 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x38e288ce register_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0x38e46431 mempool_exit +EXPORT_SYMBOL vmlinux 0x38e9749d edac_mc_find +EXPORT_SYMBOL vmlinux 0x39082dae mdio_device_reset +EXPORT_SYMBOL vmlinux 0x39179133 __zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0x3918b700 genphy_config_eee_advert +EXPORT_SYMBOL vmlinux 0x391df80a netstamp_needed_key +EXPORT_SYMBOL vmlinux 0x3928efe9 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x392b1fea wait_for_completion_io +EXPORT_SYMBOL vmlinux 0x392e0d86 xfrm_register_km +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x3943e78a pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x394a1e11 phy_sfp_attach +EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x395953d8 dcb_getrewr +EXPORT_SYMBOL vmlinux 0x3965c855 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0x396e1d07 unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x3989a448 netdev_port_same_parent_id +EXPORT_SYMBOL vmlinux 0x39926ee8 kmem_cache_alloc_lru +EXPORT_SYMBOL vmlinux 0x39991865 icmp_global_allow +EXPORT_SYMBOL vmlinux 0x399ad043 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0x39a8c58d pci_set_mwi +EXPORT_SYMBOL vmlinux 0x39b12223 __acpi_handle_debug +EXPORT_SYMBOL vmlinux 0x39be4b8e qman_volatile_dequeue +EXPORT_SYMBOL vmlinux 0x39c74235 dm_read_arg_group +EXPORT_SYMBOL vmlinux 0x39cbc1a0 tls_handshake_cancel +EXPORT_SYMBOL vmlinux 0x39d95ca4 zstd_reset_cstream +EXPORT_SYMBOL vmlinux 0x39dec934 sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x39f7f6dd keyring_search +EXPORT_SYMBOL vmlinux 0x39fc892e crypto_sha3_init +EXPORT_SYMBOL vmlinux 0x3a0197ee input_unregister_handle +EXPORT_SYMBOL vmlinux 0x3a3de9c5 request_firmware_nowait +EXPORT_SYMBOL vmlinux 0x3a44fd76 security_sctp_bind_connect +EXPORT_SYMBOL vmlinux 0x3a494506 __check_sticky +EXPORT_SYMBOL vmlinux 0x3a4f9d28 rng_is_initialized +EXPORT_SYMBOL vmlinux 0x3a51d4f2 skb_csum_hwoffload_help +EXPORT_SYMBOL vmlinux 0x3a526c6c input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0x3a6f8b53 rproc_alloc +EXPORT_SYMBOL vmlinux 0x3a7b98d9 iget_locked +EXPORT_SYMBOL vmlinux 0x3a8deb34 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0x3a9c9923 jbd2_journal_inode_ranged_write +EXPORT_SYMBOL vmlinux 0x3ab28948 console_srcu_read_lock +EXPORT_SYMBOL vmlinux 0x3ab7b1cc scsi_set_sense_field_pointer +EXPORT_SYMBOL vmlinux 0x3abd2f7f security_d_instantiate +EXPORT_SYMBOL vmlinux 0x3abe6a0d unpin_user_pages_dirty_lock +EXPORT_SYMBOL vmlinux 0x3aca0190 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x3acb0454 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0x3acc65c8 skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x3ad1acce mipi_dsi_set_maximum_return_packet_size +EXPORT_SYMBOL vmlinux 0x3ad5cda3 lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x3ad7a5d5 acpi_evaluate_reference +EXPORT_SYMBOL vmlinux 0x3ada9e06 acpi_check_region +EXPORT_SYMBOL vmlinux 0x3ae34aeb zstd_init_dctx +EXPORT_SYMBOL vmlinux 0x3af5b60a __skb_gso_segment +EXPORT_SYMBOL vmlinux 0x3aff3200 acpi_evaluate_object_typed +EXPORT_SYMBOL vmlinux 0x3b0f23d2 xudma_is_pktdma +EXPORT_SYMBOL vmlinux 0x3b321462 LZ4_setStreamDecode +EXPORT_SYMBOL vmlinux 0x3b644591 __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x3b6c41ea kstrtouint +EXPORT_SYMBOL vmlinux 0x3b707ad5 imx_sc_rm_get_resource_owner +EXPORT_SYMBOL vmlinux 0x3b9144c9 acpi_get_current_resources +EXPORT_SYMBOL vmlinux 0x3bca0387 __nlmsg_put +EXPORT_SYMBOL vmlinux 0x3bcab535 sock_set_sndtimeo +EXPORT_SYMBOL vmlinux 0x3bcb5eda phy_remove_link_mode +EXPORT_SYMBOL vmlinux 0x3bdc9d00 cdrom_check_events +EXPORT_SYMBOL vmlinux 0x3be7c298 sock_alloc_file +EXPORT_SYMBOL vmlinux 0x3be9c882 folio_mapping +EXPORT_SYMBOL vmlinux 0x3c09b17a key_unlink +EXPORT_SYMBOL vmlinux 0x3c09bebf phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0x3c0e1620 qcom_scm_pas_metadata_release +EXPORT_SYMBOL vmlinux 0x3c185c61 page_put_link +EXPORT_SYMBOL vmlinux 0x3c1ed0e1 generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0x3c3215c4 qe_immr +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c3ff9fd sprintf +EXPORT_SYMBOL vmlinux 0x3c4aca55 md_set_array_sectors +EXPORT_SYMBOL vmlinux 0x3c558d40 mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0x3c7862c8 tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x3c9ae6a9 phy_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x3cb23db3 console_srcu_read_unlock +EXPORT_SYMBOL vmlinux 0x3cbb940b zstd_init_dstream +EXPORT_SYMBOL vmlinux 0x3ccd6b1f gro_cells_receive +EXPORT_SYMBOL vmlinux 0x3cd9ed83 logic_insw +EXPORT_SYMBOL vmlinux 0x3ce1f412 filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0x3ce4bc52 blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3ce9ecf2 blk_mq_start_request +EXPORT_SYMBOL vmlinux 0x3d1f66fc dev_set_allmulti +EXPORT_SYMBOL vmlinux 0x3d210724 gen_pool_dma_zalloc_align +EXPORT_SYMBOL vmlinux 0x3d25cef6 eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0x3d2d4790 phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0x3d333732 filemap_invalidate_unlock_two +EXPORT_SYMBOL vmlinux 0x3d4d90ab posix_test_lock +EXPORT_SYMBOL vmlinux 0x3d69ee41 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0x3d76470f init_special_inode +EXPORT_SYMBOL vmlinux 0x3d7bac46 posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x3d8472bc of_phy_is_fixed_link +EXPORT_SYMBOL vmlinux 0x3d93c7c2 __arm_smccc_sve_check +EXPORT_SYMBOL vmlinux 0x3d9e8d99 __devm_mdiobus_register +EXPORT_SYMBOL vmlinux 0x3d9ee9f0 clear_page +EXPORT_SYMBOL vmlinux 0x3da092b8 dma_fence_get_stub +EXPORT_SYMBOL vmlinux 0x3da64ba8 __getblk_gfp +EXPORT_SYMBOL vmlinux 0x3da68b61 ip_output +EXPORT_SYMBOL vmlinux 0x3daae96c dma_fence_signal_timestamp +EXPORT_SYMBOL vmlinux 0x3dabf271 memcg_sockets_enabled_key +EXPORT_SYMBOL vmlinux 0x3dac779a bpf_sk_lookup_enabled +EXPORT_SYMBOL vmlinux 0x3dad9978 cancel_delayed_work +EXPORT_SYMBOL vmlinux 0x3dc4cd68 __nla_put_64bit +EXPORT_SYMBOL vmlinux 0x3dc619d3 swake_up_locked +EXPORT_SYMBOL vmlinux 0x3dc83ab9 is_free_buddy_page +EXPORT_SYMBOL vmlinux 0x3dcb092a genphy_c45_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dd3f054 xudma_rchan_get_id +EXPORT_SYMBOL vmlinux 0x3dfb2dc3 cros_ec_cmd_xfer_status +EXPORT_SYMBOL vmlinux 0x3dfb86b9 resource_list_create_entry +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3dfca861 set_user_nice +EXPORT_SYMBOL vmlinux 0x3dfdd458 xen_free_ballooned_pages +EXPORT_SYMBOL vmlinux 0x3e243971 mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0x3e337223 ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x3e346e60 __break_lease +EXPORT_SYMBOL vmlinux 0x3e37ff8f mmc_can_gpio_cd +EXPORT_SYMBOL vmlinux 0x3e3bad0a __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x3e3e42cc tls_client_hello_psk +EXPORT_SYMBOL vmlinux 0x3e40abfc pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x3e467baa of_platform_bus_probe +EXPORT_SYMBOL vmlinux 0x3e4824bd nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0x3e563535 dev_pre_changeaddr_notify +EXPORT_SYMBOL vmlinux 0x3e645a08 release_sock +EXPORT_SYMBOL vmlinux 0x3e6b41aa pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0x3e6e426a fuse_dequeue_forget +EXPORT_SYMBOL vmlinux 0x3e79fb00 arm_smccc_1_2_smc +EXPORT_SYMBOL vmlinux 0x3e8d3c27 sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0x3e90288d mmc_start_request +EXPORT_SYMBOL vmlinux 0x3eb23469 flow_indr_block_cb_alloc +EXPORT_SYMBOL vmlinux 0x3eccbe2c __find_nth_bit +EXPORT_SYMBOL vmlinux 0x3ecf2c71 nf_log_trace +EXPORT_SYMBOL vmlinux 0x3ed35b2b pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0x3efbb189 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x3efe1703 phy_unregister_fixup_for_id +EXPORT_SYMBOL vmlinux 0x3f01bc6e ip_fraglist_init +EXPORT_SYMBOL vmlinux 0x3f062081 generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x3f0eabd2 xxh64_update +EXPORT_SYMBOL vmlinux 0x3f12dfb3 vme_dma_list_add +EXPORT_SYMBOL vmlinux 0x3f34644d zstd_dstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f4bd846 gen_pool_first_fit_order_align +EXPORT_SYMBOL vmlinux 0x3f5a9192 file_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x3f62b134 tcp_parse_options +EXPORT_SYMBOL vmlinux 0x3f642b33 tcp_poll +EXPORT_SYMBOL vmlinux 0x3f89071b security_ib_pkey_access +EXPORT_SYMBOL vmlinux 0x3f8c969b simple_dir_operations +EXPORT_SYMBOL vmlinux 0x3fa4c94f console_start +EXPORT_SYMBOL vmlinux 0x3fad0032 ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0x3fb65350 mdiobus_c45_read +EXPORT_SYMBOL vmlinux 0x3fbf3c89 vme_slave_set +EXPORT_SYMBOL vmlinux 0x3fd78f3b register_chrdev_region +EXPORT_SYMBOL vmlinux 0x3fde39ff md_error +EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight +EXPORT_SYMBOL vmlinux 0x3fec5687 mii_check_link +EXPORT_SYMBOL vmlinux 0x40031443 filemap_get_folios_tag +EXPORT_SYMBOL vmlinux 0x4019409f phy_aneg_done +EXPORT_SYMBOL vmlinux 0x40235c98 _raw_write_unlock +EXPORT_SYMBOL vmlinux 0x40480f04 fman_set_mac_max_frame +EXPORT_SYMBOL vmlinux 0x40562b29 dma_set_coherent_mask +EXPORT_SYMBOL vmlinux 0x405f1215 __register_binfmt +EXPORT_SYMBOL vmlinux 0x407b571f xsk_tx_release +EXPORT_SYMBOL vmlinux 0x40863ba1 ioremap_prot +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x40a62432 __nla_validate +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40b50f27 mini_qdisc_pair_init +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d59096 unregister_restart_handler +EXPORT_SYMBOL vmlinux 0x40d854eb truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0x40dbd63e input_release_device +EXPORT_SYMBOL vmlinux 0x40df4ce3 mntget +EXPORT_SYMBOL vmlinux 0x40f76a86 __vcalloc +EXPORT_SYMBOL vmlinux 0x4112adaf scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0x4125b6da mmc_gpio_set_cd_irq +EXPORT_SYMBOL vmlinux 0x4128cb45 get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0x412ee178 dquot_destroy +EXPORT_SYMBOL vmlinux 0x412f893c page_offline_begin +EXPORT_SYMBOL vmlinux 0x413bca4f pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x414d5f9f inet_frags_fini +EXPORT_SYMBOL vmlinux 0x414da5e5 qman_enqueue +EXPORT_SYMBOL vmlinux 0x414eea36 ppp_register_compressor +EXPORT_SYMBOL vmlinux 0x416c8ec9 skb_flow_dissect_hash +EXPORT_SYMBOL vmlinux 0x417879c8 qdisc_tree_reduce_backlog +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x419a59cb sk_free +EXPORT_SYMBOL vmlinux 0x41a30bef mtree_store_range +EXPORT_SYMBOL vmlinux 0x41ac24ba of_range_to_resource +EXPORT_SYMBOL vmlinux 0x41b5fa96 fwnode_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0x41be7eea mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0x41ce8d66 passthru_features_check +EXPORT_SYMBOL vmlinux 0x41ed3709 get_random_bytes +EXPORT_SYMBOL vmlinux 0x41efdeaf radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0x41ff6323 netpoll_poll_dev +EXPORT_SYMBOL vmlinux 0x42044f47 folio_account_redirty +EXPORT_SYMBOL vmlinux 0x420d45c9 __cpuhp_remove_state_cpuslocked +EXPORT_SYMBOL vmlinux 0x4216a4d0 skb_find_text +EXPORT_SYMBOL vmlinux 0x42390eb2 close_fd_get_file +EXPORT_SYMBOL vmlinux 0x4245b6c2 put_fs_context +EXPORT_SYMBOL vmlinux 0x4248ae3c single_task_running +EXPORT_SYMBOL vmlinux 0x424d3620 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x4253e908 __blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x42578e80 acpi_get_type +EXPORT_SYMBOL vmlinux 0x42657c0a blk_mq_tagset_wait_completed_request +EXPORT_SYMBOL vmlinux 0x426d7f50 phy_ethtool_ksettings_get +EXPORT_SYMBOL vmlinux 0x4298029c __skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x4299047a get_tree_nodev +EXPORT_SYMBOL vmlinux 0x4299c5ef __d_lookup_unhash_wake +EXPORT_SYMBOL vmlinux 0x42bed8d4 unix_gc_lock +EXPORT_SYMBOL vmlinux 0x42d247ce inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x42f1b900 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x43092e59 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x43192a45 skb_flow_dissect_ct +EXPORT_SYMBOL vmlinux 0x431e9372 nf_setsockopt +EXPORT_SYMBOL vmlinux 0x4328e9d2 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0x432b7f5b tcp_sock_set_keepcnt +EXPORT_SYMBOL vmlinux 0x432f0c1f dget_parent +EXPORT_SYMBOL vmlinux 0x4333273c arp_xmit +EXPORT_SYMBOL vmlinux 0x4336fcca ucs2_as_utf8 +EXPORT_SYMBOL vmlinux 0x433cabfb acpi_decode_pld_buffer +EXPORT_SYMBOL vmlinux 0x434abd87 i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x43516f10 vlan_filter_drop_vids +EXPORT_SYMBOL vmlinux 0x43540d5e nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x435e7849 tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x436a8bc4 sk_wait_data +EXPORT_SYMBOL vmlinux 0x436bc37f dev_uc_unsync +EXPORT_SYMBOL vmlinux 0x4375968c key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0x437a0d6d __sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x437b3ae8 dma_async_device_register +EXPORT_SYMBOL vmlinux 0x4382cbdb skb_copy_bits +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x43a243bd phy_write_mmd +EXPORT_SYMBOL vmlinux 0x43b0c9c3 preempt_schedule +EXPORT_SYMBOL vmlinux 0x43b26425 mmc_can_discard +EXPORT_SYMBOL vmlinux 0x43babd19 sg_init_one +EXPORT_SYMBOL vmlinux 0x43c33715 xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x43ca69f1 nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x43d22fb9 groups_alloc +EXPORT_SYMBOL vmlinux 0x43e642ad inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x43f4795f iterate_supers_type +EXPORT_SYMBOL vmlinux 0x43f9ebc8 slhc_remember +EXPORT_SYMBOL vmlinux 0x4402c434 __traceiter_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x4403bbd0 imx_sc_misc_set_control +EXPORT_SYMBOL vmlinux 0x4407149f security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x441b4533 udp_gro_complete +EXPORT_SYMBOL vmlinux 0x441fc46c of_get_cpu_state_node +EXPORT_SYMBOL vmlinux 0x44231e97 neigh_for_each +EXPORT_SYMBOL vmlinux 0x44469a76 crc_ccitt_false_table +EXPORT_SYMBOL vmlinux 0x44515940 mmc_free_host +EXPORT_SYMBOL vmlinux 0x4462d35e cpufreq_get_hw_max_freq +EXPORT_SYMBOL vmlinux 0x448f1c0d kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x449ad0a7 memcmp +EXPORT_SYMBOL vmlinux 0x44c8ad31 __cgroup_bpf_run_filter_sock_addr +EXPORT_SYMBOL vmlinux 0x44d257a7 devm_ioport_map +EXPORT_SYMBOL vmlinux 0x44d45e79 ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x44d98015 nla_put_64bit +EXPORT_SYMBOL vmlinux 0x44e54b10 write_cache_pages +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44f0ce1b dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0x45006cee default_red +EXPORT_SYMBOL vmlinux 0x450639ab sg_last +EXPORT_SYMBOL vmlinux 0x45081703 ec_get_handle +EXPORT_SYMBOL vmlinux 0x450d9a35 cmd_db_read_slave_id +EXPORT_SYMBOL vmlinux 0x451b37bd xen_alloc_ballooned_pages +EXPORT_SYMBOL vmlinux 0x452413a1 qman_alloc_pool_range +EXPORT_SYMBOL vmlinux 0x4525c084 __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0x4525cbe4 inode_set_flags +EXPORT_SYMBOL vmlinux 0x452ba683 ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x452d3422 __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x454fe3d3 phy_read_mmd +EXPORT_SYMBOL vmlinux 0x45535485 xxh32_update +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x4596be88 devm_kvasprintf +EXPORT_SYMBOL vmlinux 0x45ad3a7b __napi_schedule +EXPORT_SYMBOL vmlinux 0x45b42462 rproc_shutdown +EXPORT_SYMBOL vmlinux 0x45d362cc mdio_find_bus +EXPORT_SYMBOL vmlinux 0x46077443 tcp_inbound_md5_hash +EXPORT_SYMBOL vmlinux 0x460f4a34 flow_hash_from_keys +EXPORT_SYMBOL vmlinux 0x4633dbbd skb_orphan_partial +EXPORT_SYMBOL vmlinux 0x463ce68d __register_chrdev +EXPORT_SYMBOL vmlinux 0x46451cee zstd_get_frame_header +EXPORT_SYMBOL vmlinux 0x464d46d2 ip_sock_set_tos +EXPORT_SYMBOL vmlinux 0x465e24ff ucs2_utf8size +EXPORT_SYMBOL vmlinux 0x466a6a45 i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x466d3f03 _dev_err +EXPORT_SYMBOL vmlinux 0x466d7372 vfs_rmdir +EXPORT_SYMBOL vmlinux 0x467b5853 ip_frag_next +EXPORT_SYMBOL vmlinux 0x467c3f93 pci_ep_cfs_add_epc_group +EXPORT_SYMBOL vmlinux 0x467df16d netdev_rss_key_fill +EXPORT_SYMBOL vmlinux 0x4698fe8a bman_release +EXPORT_SYMBOL vmlinux 0x469a6ec7 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0x469feff1 tcp_add_backlog +EXPORT_SYMBOL vmlinux 0x46a6b6dc amba_request_regions +EXPORT_SYMBOL vmlinux 0x46b3ec46 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x46b4be07 current_time +EXPORT_SYMBOL vmlinux 0x46bd5d6e video_get_options +EXPORT_SYMBOL vmlinux 0x46c1134c disk_check_media_change +EXPORT_SYMBOL vmlinux 0x46c47fb6 __node_distance +EXPORT_SYMBOL vmlinux 0x46f65647 kmalloc_node_trace +EXPORT_SYMBOL vmlinux 0x46fd28dc blk_mq_tagset_busy_iter +EXPORT_SYMBOL vmlinux 0x46ff7d12 qcom_scm_iommu_secure_ptbl_size +EXPORT_SYMBOL vmlinux 0x470612dc fman_port_get_qman_channel_id +EXPORT_SYMBOL vmlinux 0x47065c73 cpm_muram_offset +EXPORT_SYMBOL vmlinux 0x47066374 component_match_add_typed +EXPORT_SYMBOL vmlinux 0x4715a909 acpi_load_table +EXPORT_SYMBOL vmlinux 0x47193e53 refresh_frequency_limits +EXPORT_SYMBOL vmlinux 0x475d7427 fman_get_rx_extra_headroom +EXPORT_SYMBOL vmlinux 0x4762a236 mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0x476b1aa2 __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x47709e42 free_anon_bdev +EXPORT_SYMBOL vmlinux 0x47825fa8 scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x47884f6e phy_validate_pause +EXPORT_SYMBOL vmlinux 0x479137ca imx_scu_irq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x47b7a0cb uart_register_driver +EXPORT_SYMBOL vmlinux 0x47bcd0a3 vlan_vid_del +EXPORT_SYMBOL vmlinux 0x47bcd694 __traceiter_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0x47c20f8a refcount_dec_not_one +EXPORT_SYMBOL vmlinux 0x47c65bfc unregister_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0x47cfd825 kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0x47d8d301 __cond_resched_rwlock_read +EXPORT_SYMBOL vmlinux 0x47dc7381 fs_context_for_mount +EXPORT_SYMBOL vmlinux 0x48112d76 _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0x481814c4 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0x48193639 acpi_lid_open +EXPORT_SYMBOL vmlinux 0x481d1168 scsi_execute_cmd +EXPORT_SYMBOL vmlinux 0x4828dfeb backlight_device_register +EXPORT_SYMBOL vmlinux 0x4829a47e memcpy +EXPORT_SYMBOL vmlinux 0x4829cf6b fscrypt_enqueue_decrypt_work +EXPORT_SYMBOL vmlinux 0x4837bb10 logic_outsb +EXPORT_SYMBOL vmlinux 0x483dc961 sock_wake_async +EXPORT_SYMBOL vmlinux 0x4841bdee strnchr +EXPORT_SYMBOL vmlinux 0x4845ab4e devm_arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0x4848cfb1 phy_mipi_dphy_get_default_config +EXPORT_SYMBOL vmlinux 0x48493119 path_has_submounts +EXPORT_SYMBOL vmlinux 0x484f6edf ktime_get_coarse_real_ts64 +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x486075c8 gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x489eda10 memset32 +EXPORT_SYMBOL vmlinux 0x489f6e0b rdma_dim +EXPORT_SYMBOL vmlinux 0x48a8a7b6 mmc_cqe_start_req +EXPORT_SYMBOL vmlinux 0x48a91171 string_get_size +EXPORT_SYMBOL vmlinux 0x48ae143d phy_attached_info_irq +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48be66fa of_translate_dma_address +EXPORT_SYMBOL vmlinux 0x48c093fb _atomic_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0x48c4225d param_ops_hexint +EXPORT_SYMBOL vmlinux 0x48d27375 __bitmap_intersects +EXPORT_SYMBOL vmlinux 0x48d3fa27 kmalloc_large_node +EXPORT_SYMBOL vmlinux 0x48dd340b cpumask_any_distribute +EXPORT_SYMBOL vmlinux 0x48ea891e dev_get_flags +EXPORT_SYMBOL vmlinux 0x48f7af2d mdio_device_free +EXPORT_SYMBOL vmlinux 0x48ffbb87 mtree_alloc_range +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x490835ac mpage_writepages +EXPORT_SYMBOL vmlinux 0x4909a790 dma_fence_get_status +EXPORT_SYMBOL vmlinux 0x4910af2e of_find_node_by_type +EXPORT_SYMBOL vmlinux 0x492328f7 _dev_crit +EXPORT_SYMBOL vmlinux 0x49259a9e qdisc_put_unlocked +EXPORT_SYMBOL vmlinux 0x492899ca of_find_matching_node_and_match +EXPORT_SYMBOL vmlinux 0x492915a6 genl_notify +EXPORT_SYMBOL vmlinux 0x492fe27b bd_abort_claiming +EXPORT_SYMBOL vmlinux 0x4940cf9e dm_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x49458716 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x495231ea mul_u64_u64_div_u64 +EXPORT_SYMBOL vmlinux 0x495fb908 dup_iter +EXPORT_SYMBOL vmlinux 0x496007bf tcp_sock_set_quickack +EXPORT_SYMBOL vmlinux 0x4967e79f radix_tree_iter_resume +EXPORT_SYMBOL vmlinux 0x496a90ef tcp_v4_connect +EXPORT_SYMBOL vmlinux 0x4977c498 stack_depot_get_extra_bits +EXPORT_SYMBOL vmlinux 0x49971f88 dquot_get_next_id +EXPORT_SYMBOL vmlinux 0x499e3cfe capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0x499f0ecf nd_sb_checksum +EXPORT_SYMBOL vmlinux 0x49a886f0 bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0x49af708f _dev_alert +EXPORT_SYMBOL vmlinux 0x49b163b8 acpi_bus_scan +EXPORT_SYMBOL vmlinux 0x49d8e3e2 lookup_one +EXPORT_SYMBOL vmlinux 0x49dbcc64 kill_pid +EXPORT_SYMBOL vmlinux 0x49dcc562 __ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0x49e43882 fwnode_get_phy_id +EXPORT_SYMBOL vmlinux 0x49f367a6 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0x4a196c69 __mdiobus_register +EXPORT_SYMBOL vmlinux 0x4a225e7c scsi_ioctl +EXPORT_SYMBOL vmlinux 0x4a239b1f devfreq_update_target +EXPORT_SYMBOL vmlinux 0x4a2dac89 input_reset_device +EXPORT_SYMBOL vmlinux 0x4a3ad70e wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0x4a6d60bf neigh_xmit +EXPORT_SYMBOL vmlinux 0x4a70ae46 key_revoke +EXPORT_SYMBOL vmlinux 0x4a8564ea pps_event +EXPORT_SYMBOL vmlinux 0x4a93576a ucc_fast_free +EXPORT_SYMBOL vmlinux 0x4a96a8eb xxh32_digest +EXPORT_SYMBOL vmlinux 0x4aa732c1 bio_uninit +EXPORT_SYMBOL vmlinux 0x4aaba05b inet_csk_reqsk_queue_drop +EXPORT_SYMBOL vmlinux 0x4ab6d19e sg_alloc_append_table_from_pages +EXPORT_SYMBOL vmlinux 0x4abb9138 d_instantiate_new +EXPORT_SYMBOL vmlinux 0x4acbe158 tcp_mtu_to_mss +EXPORT_SYMBOL vmlinux 0x4add2a98 phy_init_eee +EXPORT_SYMBOL vmlinux 0x4ae56bbf __traceiter_module_get +EXPORT_SYMBOL vmlinux 0x4ae90d8e hdmi_avi_infoframe_check +EXPORT_SYMBOL vmlinux 0x4aea463f crc32_le_shift +EXPORT_SYMBOL vmlinux 0x4aed56c2 forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0x4af02f8b rtnl_unicast +EXPORT_SYMBOL vmlinux 0x4af08a67 mmc_hw_reset +EXPORT_SYMBOL vmlinux 0x4af6ddf0 kstrtou16 +EXPORT_SYMBOL vmlinux 0x4afb2238 add_wait_queue +EXPORT_SYMBOL vmlinux 0x4b07755c max8998_write_reg +EXPORT_SYMBOL vmlinux 0x4b0a3f52 gic_nonsecure_priorities +EXPORT_SYMBOL vmlinux 0x4b2dfec8 netpoll_setup +EXPORT_SYMBOL vmlinux 0x4b376f9e devm_of_iomap +EXPORT_SYMBOL vmlinux 0x4b401817 iwe_stream_add_value +EXPORT_SYMBOL vmlinux 0x4b490cac misc_deregister +EXPORT_SYMBOL vmlinux 0x4b538496 flow_rule_match_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x4b591771 setattr_prepare +EXPORT_SYMBOL vmlinux 0x4b60ad3c jbd2_fc_begin_commit +EXPORT_SYMBOL vmlinux 0x4b6369b3 seg6_hmac_validate_skb +EXPORT_SYMBOL vmlinux 0x4b6a5b35 fwnode_iomap +EXPORT_SYMBOL vmlinux 0x4b6df007 acpi_evaluate_reg +EXPORT_SYMBOL vmlinux 0x4b74106b netdev_change_features +EXPORT_SYMBOL vmlinux 0x4b750f53 _raw_spin_unlock_irq +EXPORT_SYMBOL vmlinux 0x4b78850d textsearch_unregister +EXPORT_SYMBOL vmlinux 0x4b8fb7d9 pmem_should_map_pages +EXPORT_SYMBOL vmlinux 0x4ba1915f tty_port_tty_set +EXPORT_SYMBOL vmlinux 0x4ba3b0f7 neigh_parms_release +EXPORT_SYMBOL vmlinux 0x4ba545dd xfrm_unregister_type_offload +EXPORT_SYMBOL vmlinux 0x4bb7b47a ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0x4bcc2662 mempool_init_node +EXPORT_SYMBOL vmlinux 0x4bd01744 tcp_sock_set_nodelay +EXPORT_SYMBOL vmlinux 0x4bee7ddf nf_ct_get_tuple_skb +EXPORT_SYMBOL vmlinux 0x4bef1c67 empty_name +EXPORT_SYMBOL vmlinux 0x4bf3ce6f qman_release_cgrid +EXPORT_SYMBOL vmlinux 0x4c06ed5f tty_name +EXPORT_SYMBOL vmlinux 0x4c07a7e0 acpi_processor_unregister_performance +EXPORT_SYMBOL vmlinux 0x4c1356fc tty_port_close +EXPORT_SYMBOL vmlinux 0x4c1e7230 netdev_update_features +EXPORT_SYMBOL vmlinux 0x4c26005d proc_create +EXPORT_SYMBOL vmlinux 0x4c39dc95 dev_open +EXPORT_SYMBOL vmlinux 0x4c404c10 mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0x4c416eb9 LZ4_decompress_fast +EXPORT_SYMBOL vmlinux 0x4c496214 dcache_readdir +EXPORT_SYMBOL vmlinux 0x4c60152f inet_sk_set_state +EXPORT_SYMBOL vmlinux 0x4c62cc17 audit_log +EXPORT_SYMBOL vmlinux 0x4c81ff9d tty_port_init +EXPORT_SYMBOL vmlinux 0x4c864607 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x4c8c4bb5 module_layout +EXPORT_SYMBOL vmlinux 0x4c98a269 __napi_schedule_irqoff +EXPORT_SYMBOL vmlinux 0x4ca190b2 vm_insert_page +EXPORT_SYMBOL vmlinux 0x4cbd0cfa max8925_reg_read +EXPORT_SYMBOL vmlinux 0x4cc2297a unlock_rename +EXPORT_SYMBOL vmlinux 0x4cc5ea62 mq_change_real_num_tx +EXPORT_SYMBOL vmlinux 0x4ccf832c unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x4cdc8b74 tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0x4ceccc62 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0x4cf418d7 __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0x4cfa6ce3 scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x4d084015 clocksource_change_rating +EXPORT_SYMBOL vmlinux 0x4d0d163d copy_page +EXPORT_SYMBOL vmlinux 0x4d1781cc backlight_device_get_by_name +EXPORT_SYMBOL vmlinux 0x4d2c7133 acpi_info +EXPORT_SYMBOL vmlinux 0x4d39604e ethtool_notify +EXPORT_SYMBOL vmlinux 0x4d4a75fe qdisc_offload_dump_helper +EXPORT_SYMBOL vmlinux 0x4d560261 __put_user_ns +EXPORT_SYMBOL vmlinux 0x4d65cbd5 csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0x4d8c04f6 devfreq_recommended_opp +EXPORT_SYMBOL vmlinux 0x4d924f20 memremap +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4da278d9 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4da3ca40 ip_setsockopt +EXPORT_SYMBOL vmlinux 0x4da596e6 qman_retire_fq +EXPORT_SYMBOL vmlinux 0x4dc5f85b of_get_mac_address_nvmem +EXPORT_SYMBOL vmlinux 0x4dc68051 inet_reqsk_alloc +EXPORT_SYMBOL vmlinux 0x4de995ec gen_pool_dma_alloc_algo +EXPORT_SYMBOL vmlinux 0x4df02057 crc32_be +EXPORT_SYMBOL vmlinux 0x4df2ea84 gen_estimator_read +EXPORT_SYMBOL vmlinux 0x4dfa8d4b mutex_lock +EXPORT_SYMBOL vmlinux 0x4dfcd804 napi_get_frags +EXPORT_SYMBOL vmlinux 0x4e20bcf8 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x4e2112e4 pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0x4e25705e devm_devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x4e2e74c1 qcom_scm_io_readl +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e36cdc4 __ubsan_handle_divrem_overflow +EXPORT_SYMBOL vmlinux 0x4e39ff36 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0x4e4c5dbc ethtool_aggregate_ctrl_stats +EXPORT_SYMBOL vmlinux 0x4e510882 of_device_get_match_data +EXPORT_SYMBOL vmlinux 0x4e547048 __kmalloc_node_track_caller +EXPORT_SYMBOL vmlinux 0x4e54f9e8 module_refcount +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6c6886 tcf_exts_dump +EXPORT_SYMBOL vmlinux 0x4e6e17c8 inet_addr_type +EXPORT_SYMBOL vmlinux 0x4e6e4b41 radix_tree_delete +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e77ec1a node_data +EXPORT_SYMBOL vmlinux 0x4e89f7fa mdiobus_read_nested +EXPORT_SYMBOL vmlinux 0x4e8b38b9 fs_param_is_u32 +EXPORT_SYMBOL vmlinux 0x4ea25709 dql_reset +EXPORT_SYMBOL vmlinux 0x4eaba099 inet6_del_offload +EXPORT_SYMBOL vmlinux 0x4eada8f7 security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0x4eaf8926 noop_llseek +EXPORT_SYMBOL vmlinux 0x4eb2b066 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x4ec54e78 bitmap_to_arr32 +EXPORT_SYMBOL vmlinux 0x4ed16e73 kmem_cache_free +EXPORT_SYMBOL vmlinux 0x4edb643c dev_mc_del_global +EXPORT_SYMBOL vmlinux 0x4eee2dba end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0x4f00f90b qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x4f05f932 mii_check_media +EXPORT_SYMBOL vmlinux 0x4f118749 neigh_seq_next +EXPORT_SYMBOL vmlinux 0x4f191942 xfrm_input +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f20d80b zstd_min_clevel +EXPORT_SYMBOL vmlinux 0x4f2250ba rtc_tm_to_time64 +EXPORT_SYMBOL vmlinux 0x4f2357ee dma_resv_copy_fences +EXPORT_SYMBOL vmlinux 0x4f434067 acpi_get_hp_hw_control_from_firmware +EXPORT_SYMBOL vmlinux 0x4f518b0b vga_remove_vgacon +EXPORT_SYMBOL vmlinux 0x4f54d4c7 rproc_get_by_phandle +EXPORT_SYMBOL vmlinux 0x4f55166f acpi_set_current_resources +EXPORT_SYMBOL vmlinux 0x4f646c80 tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x4f68b75f truncate_inode_pages +EXPORT_SYMBOL vmlinux 0x4f7f8b25 ether_setup +EXPORT_SYMBOL vmlinux 0x4f8417d2 tcp_fastopen_defer_connect +EXPORT_SYMBOL vmlinux 0x4f89c9de gpmc_cs_free +EXPORT_SYMBOL vmlinux 0x4fb963ad bio_split +EXPORT_SYMBOL vmlinux 0x4fc206b3 tc_setup_offload_action +EXPORT_SYMBOL vmlinux 0x4fc63a25 unregister_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0x4fca588c __mmap_lock_do_trace_start_locking +EXPORT_SYMBOL vmlinux 0x4fdb24ea param_ops_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x4fef80a1 simple_write_begin +EXPORT_SYMBOL vmlinux 0x4ffb59bf __SCK__tp_func_kfree +EXPORT_SYMBOL vmlinux 0x5007e87f scsi_block_requests +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x5009c71d glob_match +EXPORT_SYMBOL vmlinux 0x50179733 register_fib_notifier +EXPORT_SYMBOL vmlinux 0x5021bd81 _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0x5027bde2 acpi_acquire_mutex +EXPORT_SYMBOL vmlinux 0x5036be70 set_bh_page +EXPORT_SYMBOL vmlinux 0x503e36ee skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x50401a1e nvdimm_namespace_capacity +EXPORT_SYMBOL vmlinux 0x50624917 sha1_init +EXPORT_SYMBOL vmlinux 0x506dff1a __genradix_free +EXPORT_SYMBOL vmlinux 0x506e566b nd_region_release_lane +EXPORT_SYMBOL vmlinux 0x507dedc6 udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0x5089f45f ip_send_check +EXPORT_SYMBOL vmlinux 0x5092e84e __read_overflow2_field +EXPORT_SYMBOL vmlinux 0x50944630 seq_list_start_head_rcu +EXPORT_SYMBOL vmlinux 0x509b64ea acpi_has_method +EXPORT_SYMBOL vmlinux 0x50a4698c fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0x50ab61e9 tc_setup_cb_destroy +EXPORT_SYMBOL vmlinux 0x50b3cfe5 of_get_cpu_node +EXPORT_SYMBOL vmlinux 0x50b73ce2 rfkill_find_type +EXPORT_SYMBOL vmlinux 0x50b80992 mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0x50be748d security_ib_free_security +EXPORT_SYMBOL vmlinux 0x50cd242d tty_check_change +EXPORT_SYMBOL vmlinux 0x50cf7585 hex2bin +EXPORT_SYMBOL vmlinux 0x50d035c2 vsscanf +EXPORT_SYMBOL vmlinux 0x50d41a34 filemap_check_errors +EXPORT_SYMBOL vmlinux 0x50f85302 __arm_smccc_hvc +EXPORT_SYMBOL vmlinux 0x50f91491 __genradix_ptr +EXPORT_SYMBOL vmlinux 0x50ffb26d jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0x5102a30b do_wait_intr_irq +EXPORT_SYMBOL vmlinux 0x510b8015 tty_port_close_end +EXPORT_SYMBOL vmlinux 0x51195910 kernel_write +EXPORT_SYMBOL vmlinux 0x51343750 skb_append +EXPORT_SYMBOL vmlinux 0x513b28f4 first_ec +EXPORT_SYMBOL vmlinux 0x513df538 tcf_block_get_ext +EXPORT_SYMBOL vmlinux 0x515083bf acpi_release_mutex +EXPORT_SYMBOL vmlinux 0x515d41ea fs_context_for_submount +EXPORT_SYMBOL vmlinux 0x515f520b qman_portal_get_iperiod +EXPORT_SYMBOL vmlinux 0x51603082 inet_csk_accept +EXPORT_SYMBOL vmlinux 0x51641162 opal_unlock_from_suspend +EXPORT_SYMBOL vmlinux 0x5173d22a pci_write_vpd_any +EXPORT_SYMBOL vmlinux 0x51a511eb _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0x51a751ba simple_getattr +EXPORT_SYMBOL vmlinux 0x51caa322 scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0x51d12d4e acpi_pci_disabled +EXPORT_SYMBOL vmlinux 0x51d42e60 nf_log_register +EXPORT_SYMBOL vmlinux 0x51da734c uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0x51dbc335 flow_rule_match_arp +EXPORT_SYMBOL vmlinux 0x51e785a9 netdev_adjacent_change_commit +EXPORT_SYMBOL vmlinux 0x51fb2684 vmf_insert_pfn_prot +EXPORT_SYMBOL vmlinux 0x520316ac invalidate_disk +EXPORT_SYMBOL vmlinux 0x5203d176 cmd_db_ready +EXPORT_SYMBOL vmlinux 0x520e97c4 proc_dostring +EXPORT_SYMBOL vmlinux 0x5213fada add_to_page_cache_lru +EXPORT_SYMBOL vmlinux 0x5223a8f4 bio_init_clone +EXPORT_SYMBOL vmlinux 0x5231ff74 tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x5251134b phy_ethtool_get_stats +EXPORT_SYMBOL vmlinux 0x52549fb4 param_set_int +EXPORT_SYMBOL vmlinux 0x5257a70f kmalloc_caches +EXPORT_SYMBOL vmlinux 0x525d5ea3 blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0x525f8d2d seg6_push_hmac +EXPORT_SYMBOL vmlinux 0x52632344 of_io_request_and_map +EXPORT_SYMBOL vmlinux 0x52673bd1 vme_irq_generate +EXPORT_SYMBOL vmlinux 0x526e6762 __xfrm_dst_lookup +EXPORT_SYMBOL vmlinux 0x526eef2c hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x52738d17 jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0x5291ad20 scsi_print_sense +EXPORT_SYMBOL vmlinux 0x52949497 xp_can_alloc +EXPORT_SYMBOL vmlinux 0x52983a4f vme_master_write +EXPORT_SYMBOL vmlinux 0x52a7bc4a get_watch_queue +EXPORT_SYMBOL vmlinux 0x52a8a086 ipv6_sock_mc_drop +EXPORT_SYMBOL vmlinux 0x52ac9598 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0x52ba712b vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x52c6f3ac mmc_detect_change +EXPORT_SYMBOL vmlinux 0x52d717da xz_dec_init +EXPORT_SYMBOL vmlinux 0x52ecbc75 crc_ccitt +EXPORT_SYMBOL vmlinux 0x52f2850a imx_sc_pm_cpu_start +EXPORT_SYMBOL vmlinux 0x53020ec0 __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x53126ecc __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0x531d5346 tcf_register_action +EXPORT_SYMBOL vmlinux 0x531e17a2 simple_lookup +EXPORT_SYMBOL vmlinux 0x5322663e acpi_get_handle +EXPORT_SYMBOL vmlinux 0x532a2166 mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0x5335c9d6 mmc_cqe_recovery +EXPORT_SYMBOL vmlinux 0x5338184f ethtool_sprintf +EXPORT_SYMBOL vmlinux 0x533ac6c5 dec_node_page_state +EXPORT_SYMBOL vmlinux 0x534d29a5 lease_get_mtime +EXPORT_SYMBOL vmlinux 0x534f2aa4 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x535a2eff console_stop +EXPORT_SYMBOL vmlinux 0x5364ae35 pci_resize_resource +EXPORT_SYMBOL vmlinux 0x5383edf4 block_write_full_page +EXPORT_SYMBOL vmlinux 0x539bc0cd ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0x53a1e8d9 _find_next_bit +EXPORT_SYMBOL vmlinux 0x53b954a2 up_read +EXPORT_SYMBOL vmlinux 0x53c09c91 pci_clear_master +EXPORT_SYMBOL vmlinux 0x53d64bf5 blk_queue_max_secure_erase_sectors +EXPORT_SYMBOL vmlinux 0x53d7a9b3 from_kgid +EXPORT_SYMBOL vmlinux 0x53df2bb9 tcp_sock_set_cork +EXPORT_SYMBOL vmlinux 0x53e23f43 __traceiter_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x53e847fc dentry_open +EXPORT_SYMBOL vmlinux 0x53eff192 tegra_ivc_align +EXPORT_SYMBOL vmlinux 0x53f8ced7 page_pool_ethtool_stats_get_strings +EXPORT_SYMBOL vmlinux 0x5402da9f xudma_navss_psil_pair +EXPORT_SYMBOL vmlinux 0x5418ef7a jbd2_fc_end_commit_fallback +EXPORT_SYMBOL vmlinux 0x542450ca kobject_set_name +EXPORT_SYMBOL vmlinux 0x542bf71c phy_write_paged +EXPORT_SYMBOL vmlinux 0x54308e4c dst_discard_out +EXPORT_SYMBOL vmlinux 0x5432948e pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x54400acb sock_sendmsg +EXPORT_SYMBOL vmlinux 0x5446ea19 netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x545cc611 locks_free_lock +EXPORT_SYMBOL vmlinux 0x548517c4 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x54aaa225 ip6tun_encaps +EXPORT_SYMBOL vmlinux 0x54ac2d87 d_alloc_parallel +EXPORT_SYMBOL vmlinux 0x54b1fac6 __ubsan_handle_load_invalid_value +EXPORT_SYMBOL vmlinux 0x54b23e67 sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x54cfacd5 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x54de87d5 netdev_reset_tc +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54e9b7db __of_parse_phandle_with_args +EXPORT_SYMBOL vmlinux 0x54ea6dfe xen_start_flags +EXPORT_SYMBOL vmlinux 0x5506b8f7 netlbl_bitmap_setbit +EXPORT_SYMBOL vmlinux 0x5508f28d bman_acquire +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x552ab9a8 vfs_fsync_range +EXPORT_SYMBOL vmlinux 0x552db3aa qman_query_cgr_congested +EXPORT_SYMBOL vmlinux 0x554ae3a4 irq_poll_sched +EXPORT_SYMBOL vmlinux 0x554b71ad inode_add_bytes +EXPORT_SYMBOL vmlinux 0x55508514 of_clk_get +EXPORT_SYMBOL vmlinux 0x558b281d aes_expandkey +EXPORT_SYMBOL vmlinux 0x55aea5c8 sockfd_lookup +EXPORT_SYMBOL vmlinux 0x55b53c04 tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0x55bd920e free_netdev +EXPORT_SYMBOL vmlinux 0x55c55aa5 xsk_tx_peek_release_desc_batch +EXPORT_SYMBOL vmlinux 0x55ca43ad dquot_drop +EXPORT_SYMBOL vmlinux 0x55cd2f4a dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0x55d236a2 ptp_find_pin +EXPORT_SYMBOL vmlinux 0x55d29f81 gpiochip_irq_relres +EXPORT_SYMBOL vmlinux 0x55e31703 ethtool_convert_link_mode_to_legacy_u32 +EXPORT_SYMBOL vmlinux 0x55f471a8 km_state_notify +EXPORT_SYMBOL vmlinux 0x55f64efd simple_transaction_set +EXPORT_SYMBOL vmlinux 0x5611ba00 iov_iter_alignment +EXPORT_SYMBOL vmlinux 0x5612a635 xattr_supports_user_prefix +EXPORT_SYMBOL vmlinux 0x5614f48a qman_dqrr_get_ithresh +EXPORT_SYMBOL vmlinux 0x561b3f32 phy_drivers_register +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x56470118 __warn_printk +EXPORT_SYMBOL vmlinux 0x564f7608 acpi_reconfig_notifier_register +EXPORT_SYMBOL vmlinux 0x56500a62 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0x565caca8 abort_creds +EXPORT_SYMBOL vmlinux 0x5667a5d0 locks_copy_lock +EXPORT_SYMBOL vmlinux 0x56802ae8 rps_cpu_mask +EXPORT_SYMBOL vmlinux 0x568566ef d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0x5686e573 md_unregister_thread +EXPORT_SYMBOL vmlinux 0x569f24dc vme_master_request +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56ffb111 mmc_card_alternative_gpt_sector +EXPORT_SYMBOL vmlinux 0x5703d51d dev_mc_init +EXPORT_SYMBOL vmlinux 0x570e04bc may_umount +EXPORT_SYMBOL vmlinux 0x57122b82 __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0x572c6d6b tc_setup_cb_reoffload +EXPORT_SYMBOL vmlinux 0x573c31ea kill_block_super +EXPORT_SYMBOL vmlinux 0x573fd40a dcb_delrewr +EXPORT_SYMBOL vmlinux 0x57428caf pci_dev_driver +EXPORT_SYMBOL vmlinux 0x574c2e74 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x5751cd87 pci_enable_msi +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x5759a178 key_move +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x5777f74f md_write_start +EXPORT_SYMBOL vmlinux 0x57900416 gen_pool_fixed_alloc +EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy +EXPORT_SYMBOL vmlinux 0x57961a00 unregister_nls +EXPORT_SYMBOL vmlinux 0x579bb8da ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0x57a7be8f devfreq_update_status +EXPORT_SYMBOL vmlinux 0x57abff28 __ps2_command +EXPORT_SYMBOL vmlinux 0x57b4a90d param_set_long +EXPORT_SYMBOL vmlinux 0x57bbdac2 sg_miter_start +EXPORT_SYMBOL vmlinux 0x57bc19d2 down_write +EXPORT_SYMBOL vmlinux 0x57c92857 redraw_screen +EXPORT_SYMBOL vmlinux 0x57db8fd6 utf8_normalize +EXPORT_SYMBOL vmlinux 0x57f38cdc qe_get_firmware_info +EXPORT_SYMBOL vmlinux 0x5810404e disk_stack_limits +EXPORT_SYMBOL vmlinux 0x58123752 nf_unregister_net_hooks +EXPORT_SYMBOL vmlinux 0x5818fe3c posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0x581f98da zlib_inflate +EXPORT_SYMBOL vmlinux 0x5824406b of_device_is_available +EXPORT_SYMBOL vmlinux 0x582606eb xudma_rflow_put +EXPORT_SYMBOL vmlinux 0x5828137a ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x582b6275 xfrm_if_unregister_cb +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x583a2893 of_get_next_child +EXPORT_SYMBOL vmlinux 0x583de213 pci_reenable_device +EXPORT_SYMBOL vmlinux 0x58549a6d pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0x5859bf7f netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0x585ae877 nmi_panic +EXPORT_SYMBOL vmlinux 0x5873015a blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0x5874d51b netlink_broadcast +EXPORT_SYMBOL vmlinux 0x5875659a __hw_addr_ref_unsync_dev +EXPORT_SYMBOL vmlinux 0x5879edd2 blk_integrity_register +EXPORT_SYMBOL vmlinux 0x587b0954 kvasprintf +EXPORT_SYMBOL vmlinux 0x587b892e qe_get_num_of_risc +EXPORT_SYMBOL vmlinux 0x587f22d7 devmap_managed_key +EXPORT_SYMBOL vmlinux 0x5897a680 __find_nth_and_andnot_bit +EXPORT_SYMBOL vmlinux 0x58acf24b mdiobus_register_board_info +EXPORT_SYMBOL vmlinux 0x58b4645c dev_close_many +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58e3306d bit_wait_io +EXPORT_SYMBOL vmlinux 0x58e57fed mipi_dsi_dcs_set_display_brightness +EXPORT_SYMBOL vmlinux 0x58f3858b phy_set_max_speed +EXPORT_SYMBOL vmlinux 0x590ea7f6 rproc_remove_subdev +EXPORT_SYMBOL vmlinux 0x59169254 gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0x5916f020 sock_setsockopt +EXPORT_SYMBOL vmlinux 0x59280cdf xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0x5934b5a9 qman_destroy_fq +EXPORT_SYMBOL vmlinux 0x593b82e9 jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0x59554551 sync_inode_metadata +EXPORT_SYMBOL vmlinux 0x5957ac2e ihold +EXPORT_SYMBOL vmlinux 0x5968dc6d proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x5975e552 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x598d1288 blk_mq_destroy_queue +EXPORT_SYMBOL vmlinux 0x599b4888 qe_setbrg +EXPORT_SYMBOL vmlinux 0x599fb41c kvmalloc_node +EXPORT_SYMBOL vmlinux 0x59a2f0ee packing +EXPORT_SYMBOL vmlinux 0x59a532bb folio_wait_bit +EXPORT_SYMBOL vmlinux 0x59b4ac3e tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x59c62e83 sock_kmalloc +EXPORT_SYMBOL vmlinux 0x59ecb054 qdisc_watchdog_init_clockid +EXPORT_SYMBOL vmlinux 0x59f25670 tls_server_hello_psk +EXPORT_SYMBOL vmlinux 0x5a0b73d0 zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x5a0d208f inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x5a136f86 inode_io_list_del +EXPORT_SYMBOL vmlinux 0x5a1bba29 tty_port_put +EXPORT_SYMBOL vmlinux 0x5a21a8d3 migrate_vma_finalize +EXPORT_SYMBOL vmlinux 0x5a290250 hdmi_drm_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x5a44f8cb __crypto_memneq +EXPORT_SYMBOL vmlinux 0x5a4d313e gf128mul_4k_lle +EXPORT_SYMBOL vmlinux 0x5a60b950 qm_channel_pool1 +EXPORT_SYMBOL vmlinux 0x5a669322 nd_integrity_init +EXPORT_SYMBOL vmlinux 0x5a714df9 mini_qdisc_pair_swap +EXPORT_SYMBOL vmlinux 0x5a921311 strncmp +EXPORT_SYMBOL vmlinux 0x5a9576a5 vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0x5a9960f7 kthread_stop +EXPORT_SYMBOL vmlinux 0x5a99a0d7 flow_get_u32_dst +EXPORT_SYMBOL vmlinux 0x5a9f1d63 memmove +EXPORT_SYMBOL vmlinux 0x5aa9fb0d qdisc_watchdog_schedule_range_ns +EXPORT_SYMBOL vmlinux 0x5ac01b95 acpi_resource_to_address64 +EXPORT_SYMBOL vmlinux 0x5ac496ff ip_cmsg_recv_offset +EXPORT_SYMBOL vmlinux 0x5ae1154b __traceiter_kfree +EXPORT_SYMBOL vmlinux 0x5ae7417a uart_suspend_port +EXPORT_SYMBOL vmlinux 0x5ae86179 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0x5af3bb5a flush_signals +EXPORT_SYMBOL vmlinux 0x5af8e571 xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x5afaba80 blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0x5afdb85e blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0x5b0d8297 tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0x5b2f27fb do_wait_intr +EXPORT_SYMBOL vmlinux 0x5b3e282f xa_store +EXPORT_SYMBOL vmlinux 0x5b455451 migrate_vma_setup +EXPORT_SYMBOL vmlinux 0x5b45ad0c tcp_seq_stop +EXPORT_SYMBOL vmlinux 0x5b51100b __put_devmap_managed_page_refs +EXPORT_SYMBOL vmlinux 0x5b54903b qcom_scm_pas_mem_setup +EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap +EXPORT_SYMBOL vmlinux 0x5b629335 ps2_interrupt +EXPORT_SYMBOL vmlinux 0x5b69bcfb finish_open +EXPORT_SYMBOL vmlinux 0x5b8a1c12 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0x5b9cdd97 __mmap_lock_do_trace_acquire_returned +EXPORT_SYMBOL vmlinux 0x5bacfb94 udp6_csum_init +EXPORT_SYMBOL vmlinux 0x5bb177a6 may_setattr +EXPORT_SYMBOL vmlinux 0x5bb54171 mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0x5bcea5f1 sgl_free_n_order +EXPORT_SYMBOL vmlinux 0x5bd4ff88 flow_action_cookie_create +EXPORT_SYMBOL vmlinux 0x5bdb7603 sock_copy_user_timeval +EXPORT_SYMBOL vmlinux 0x5bdd724b generic_file_open +EXPORT_SYMBOL vmlinux 0x5be5f367 input_set_max_poll_interval +EXPORT_SYMBOL vmlinux 0x5be63c5b crc32c_csum_stub +EXPORT_SYMBOL vmlinux 0x5bed3044 __cgroup_bpf_run_filter_skb +EXPORT_SYMBOL vmlinux 0x5c0b96c5 security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0x5c26a53b wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x5c3c7387 kstrtoull +EXPORT_SYMBOL vmlinux 0x5c473ecb sock_alloc +EXPORT_SYMBOL vmlinux 0x5c6382e7 xfrm_policy_hash_rebuild +EXPORT_SYMBOL vmlinux 0x5c696e0c pci_irq_vector +EXPORT_SYMBOL vmlinux 0x5c767ba7 dev_printk_emit +EXPORT_SYMBOL vmlinux 0x5c78b005 mipi_dsi_dcs_enter_sleep_mode +EXPORT_SYMBOL vmlinux 0x5c84c3e4 give_up_console +EXPORT_SYMBOL vmlinux 0x5c8564e8 xen_free_unpopulated_pages +EXPORT_SYMBOL vmlinux 0x5c928e32 netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0x5c93fb53 skb_store_bits +EXPORT_SYMBOL vmlinux 0x5cc9e8b3 dev_activate +EXPORT_SYMBOL vmlinux 0x5ccf7d87 ethtool_get_phc_vclocks +EXPORT_SYMBOL vmlinux 0x5cd1f50c of_n_addr_cells +EXPORT_SYMBOL vmlinux 0x5cd2ddf3 ethtool_intersect_link_masks +EXPORT_SYMBOL vmlinux 0x5ce2d081 __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0x5cea8f8a i2c_transfer_buffer_flags +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5cfb26a0 acpi_enter_sleep_state +EXPORT_SYMBOL vmlinux 0x5d112304 __memcpy_fromio +EXPORT_SYMBOL vmlinux 0x5d164f62 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x5d379639 __cpuhp_setup_state_cpuslocked +EXPORT_SYMBOL vmlinux 0x5d3fbdda dcb_ieee_getapp_dscp_prio_mask_map +EXPORT_SYMBOL vmlinux 0x5d4547f9 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x5d49aabc init_wait_var_entry +EXPORT_SYMBOL vmlinux 0x5d594208 __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x5d5fc83d crypto_kdf108_ctr_generate +EXPORT_SYMBOL vmlinux 0x5d6722d8 jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0x5d74321d sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x5d7633e7 __ip_options_compile +EXPORT_SYMBOL vmlinux 0x5d772fe4 configfs_unregister_default_group +EXPORT_SYMBOL vmlinux 0x5d8aa2fe kern_unmount_array +EXPORT_SYMBOL vmlinux 0x5d8d4636 inet_sk_get_local_port_range +EXPORT_SYMBOL vmlinux 0x5da0bab6 netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0x5da68014 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x5dac4cd6 qman_dqrr_set_ithresh +EXPORT_SYMBOL vmlinux 0x5db36863 follow_down +EXPORT_SYMBOL vmlinux 0x5dd0d963 inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x5dd90e13 ip_tunnel_header_ops +EXPORT_SYMBOL vmlinux 0x5de992d5 __skb_get_hash +EXPORT_SYMBOL vmlinux 0x5e06bc5c refcount_dec_and_lock +EXPORT_SYMBOL vmlinux 0x5e0ccb9f sha1_transform +EXPORT_SYMBOL vmlinux 0x5e1342f8 ip6_frag_init +EXPORT_SYMBOL vmlinux 0x5e134874 netdev_offload_xstats_enabled +EXPORT_SYMBOL vmlinux 0x5e3240a0 __cpu_online_mask +EXPORT_SYMBOL vmlinux 0x5e332b52 __var_waitqueue +EXPORT_SYMBOL vmlinux 0x5e373fb4 gf128mul_64k_bbe +EXPORT_SYMBOL vmlinux 0x5e37cecd sock_edemux +EXPORT_SYMBOL vmlinux 0x5e52b746 devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x5e6993da devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0x5e6f91f9 tegra_powergate_remove_clamping +EXPORT_SYMBOL vmlinux 0x5e75eb4b tegra_dfll_register +EXPORT_SYMBOL vmlinux 0x5e855e56 gen_pool_first_fit_align +EXPORT_SYMBOL vmlinux 0x5e8c2fd6 blk_set_runtime_active +EXPORT_SYMBOL vmlinux 0x5e934fc7 sgl_alloc +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5e962cec dcb_getrewr_prio_pcp_mask_map +EXPORT_SYMBOL vmlinux 0x5e9a01ce gen_new_estimator +EXPORT_SYMBOL vmlinux 0x5ec4aee6 put_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x5ec50e40 kmalloc_trace +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ed90adc int_to_scsilun +EXPORT_SYMBOL vmlinux 0x5edcd24f napi_build_skb +EXPORT_SYMBOL vmlinux 0x5ee18e8e phy_device_free +EXPORT_SYMBOL vmlinux 0x5ee45201 bpf_empty_prog_array +EXPORT_SYMBOL vmlinux 0x5ef194b6 __bread_gfp +EXPORT_SYMBOL vmlinux 0x5ef6a672 gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f1ff0b3 vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0x5f30e7a7 tegra_io_pad_power_disable +EXPORT_SYMBOL vmlinux 0x5f32232c generic_file_direct_write +EXPORT_SYMBOL vmlinux 0x5f3f1df4 write_dirty_buffer +EXPORT_SYMBOL vmlinux 0x5f5441c8 __ubsan_handle_alignment_assumption +EXPORT_SYMBOL vmlinux 0x5f5bf27d finalize_exec +EXPORT_SYMBOL vmlinux 0x5f5f291a simple_link +EXPORT_SYMBOL vmlinux 0x5f6b889c rproc_va_to_pa +EXPORT_SYMBOL vmlinux 0x5f90e497 tcf_action_check_ctrlact +EXPORT_SYMBOL vmlinux 0x5f93525c acpi_extract_package +EXPORT_SYMBOL vmlinux 0x5fa35c82 tcp_seq_start +EXPORT_SYMBOL vmlinux 0x5fa720d2 vfs_parse_monolithic_sep +EXPORT_SYMBOL vmlinux 0x5fb76b23 ip_mc_check_igmp +EXPORT_SYMBOL vmlinux 0x5fbb95a4 end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0x5fc72f0e alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x5fd759cd pci_add_new_bus +EXPORT_SYMBOL vmlinux 0x5fed178c meson_sm_call +EXPORT_SYMBOL vmlinux 0x5ff52b37 skb_flow_get_icmp_tci +EXPORT_SYMBOL vmlinux 0x5ff9eb0e lockref_mark_dead +EXPORT_SYMBOL vmlinux 0x6005c351 zpool_has_pool +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x6008689f kthread_complete_and_exit +EXPORT_SYMBOL vmlinux 0x60088d71 mdiobus_register_device +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x6021d13a security_sb_remount +EXPORT_SYMBOL vmlinux 0x6024cdf3 to_ndd +EXPORT_SYMBOL vmlinux 0x602978df backlight_force_update +EXPORT_SYMBOL vmlinux 0x602d021d jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x604607fd genl_register_family +EXPORT_SYMBOL vmlinux 0x605790dc fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0x6062fc18 xp_raw_get_dma +EXPORT_SYMBOL vmlinux 0x607385af tcf_block_put +EXPORT_SYMBOL vmlinux 0x60784148 input_grab_device +EXPORT_SYMBOL vmlinux 0x6084eadf tty_unlock +EXPORT_SYMBOL vmlinux 0x608741b5 __init_swait_queue_head +EXPORT_SYMBOL vmlinux 0x608d0267 zstd_get_error_code +EXPORT_SYMBOL vmlinux 0x608f1972 vfs_get_fsid +EXPORT_SYMBOL vmlinux 0x6091b333 unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x60977769 handle_edge_irq +EXPORT_SYMBOL vmlinux 0x609bcd98 in6_pton +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60aaeb4b qman_p_irqsource_add +EXPORT_SYMBOL vmlinux 0x60b1d4ed unix_get_socket +EXPORT_SYMBOL vmlinux 0x60bbb124 dma_fence_signal_locked +EXPORT_SYMBOL vmlinux 0x60c1b396 phy_ethtool_nway_reset +EXPORT_SYMBOL vmlinux 0x60c47424 mfd_add_devices +EXPORT_SYMBOL vmlinux 0x60c474ec generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0x60d0bf7b nd_dev_to_uuid +EXPORT_SYMBOL vmlinux 0x60d8ab30 vme_lm_get +EXPORT_SYMBOL vmlinux 0x60dd096f pci_scan_bridge +EXPORT_SYMBOL vmlinux 0x60f09a69 sockopt_lock_sock +EXPORT_SYMBOL vmlinux 0x61073e4a acpi_os_map_generic_address +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x612e6a2c security_sctp_sk_clone +EXPORT_SYMBOL vmlinux 0x61347034 mb_cache_entry_delete_or_get +EXPORT_SYMBOL vmlinux 0x6155c49f netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0x615911d7 __bitmap_set +EXPORT_SYMBOL vmlinux 0x615977f5 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x615b2a98 acpi_match_device_ids +EXPORT_SYMBOL vmlinux 0x615e3c1a fwnode_irq_get +EXPORT_SYMBOL vmlinux 0x6166c784 rproc_free +EXPORT_SYMBOL vmlinux 0x616784ce of_translate_dma_region +EXPORT_SYMBOL vmlinux 0x6168cabf __folio_lock +EXPORT_SYMBOL vmlinux 0x6170fd21 configfs_depend_item_unlocked +EXPORT_SYMBOL vmlinux 0x617c452b queued_read_lock_slowpath +EXPORT_SYMBOL vmlinux 0x6185b747 radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0x618911fc numa_node +EXPORT_SYMBOL vmlinux 0x619bfc9e __skb_pad +EXPORT_SYMBOL vmlinux 0x619cb7dd simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x619eaa08 km_query +EXPORT_SYMBOL vmlinux 0x61ae94fa generic_remap_file_range_prep +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61dd30a5 write_inode_now +EXPORT_SYMBOL vmlinux 0x61e272c9 sha256_final +EXPORT_SYMBOL vmlinux 0x61e70735 rproc_vq_interrupt +EXPORT_SYMBOL vmlinux 0x61ea189b fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x6204a98a skb_queue_tail +EXPORT_SYMBOL vmlinux 0x62147f60 file_open_root +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x624ab3ca dev_uc_sync +EXPORT_SYMBOL vmlinux 0x62524e14 nd_dax_probe +EXPORT_SYMBOL vmlinux 0x62648603 __skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x62674df7 qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0x627128dc pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x6276af56 migrate_device_range +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x628c0f8f dma_fence_add_callback +EXPORT_SYMBOL vmlinux 0x62997f9c mdio_device_remove +EXPORT_SYMBOL vmlinux 0x62a8aa2e vme_bus_error_handler +EXPORT_SYMBOL vmlinux 0x62aedb73 dma_sync_wait +EXPORT_SYMBOL vmlinux 0x62ce2c54 mptcp_subflow_reqsk_alloc +EXPORT_SYMBOL vmlinux 0x62d96443 qman_dma_portal +EXPORT_SYMBOL vmlinux 0x62f7e207 down_read_killable +EXPORT_SYMBOL vmlinux 0x630208ba blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0x63111785 would_dump +EXPORT_SYMBOL vmlinux 0x6315c42c zstd_get_params +EXPORT_SYMBOL vmlinux 0x631d44bc fb_validate_mode +EXPORT_SYMBOL vmlinux 0x63227a6b tcp_filter +EXPORT_SYMBOL vmlinux 0x632a370a touch_atime +EXPORT_SYMBOL vmlinux 0x6331523a serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0x63383817 get_task_cred +EXPORT_SYMBOL vmlinux 0x633beda6 scsi_add_device +EXPORT_SYMBOL vmlinux 0x6342003f tcp_get_cookie_sock +EXPORT_SYMBOL vmlinux 0x63666df5 clk_add_alias +EXPORT_SYMBOL vmlinux 0x6372aa5e xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0x63a58370 flow_action_cookie_destroy +EXPORT_SYMBOL vmlinux 0x63a7c28c bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x63b344ee max8925_bulk_read +EXPORT_SYMBOL vmlinux 0x63d2473c pci_rebar_get_possible_sizes +EXPORT_SYMBOL vmlinux 0x63d5dbc9 fb_class +EXPORT_SYMBOL vmlinux 0x63e5ee1a vme_dma_list_free +EXPORT_SYMBOL vmlinux 0x63e90ade find_vma +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63f359be fs_bio_set +EXPORT_SYMBOL vmlinux 0x64019f73 tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0x6402c8df sha512_block_data_order +EXPORT_SYMBOL vmlinux 0x64127b67 bitmap_find_next_zero_area_off +EXPORT_SYMBOL vmlinux 0x64166dac fscrypt_decrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0x642eb5c6 xen_poll_irq_timeout +EXPORT_SYMBOL vmlinux 0x644be12c qman_affine_cpus +EXPORT_SYMBOL vmlinux 0x6455298a security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0x64592656 scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x645b25a8 backlight_device_set_brightness +EXPORT_SYMBOL vmlinux 0x6481ffe0 hsiphash_1u32 +EXPORT_SYMBOL vmlinux 0x64863e82 generic_read_dir +EXPORT_SYMBOL vmlinux 0x648d3370 mmc_can_erase +EXPORT_SYMBOL vmlinux 0x648eb59d gc_inflight_list +EXPORT_SYMBOL vmlinux 0x6498958f skb_expand_head +EXPORT_SYMBOL vmlinux 0x64a9c928 default_blu +EXPORT_SYMBOL vmlinux 0x64b9e83c seq_putc +EXPORT_SYMBOL vmlinux 0x64bbc288 string_unescape +EXPORT_SYMBOL vmlinux 0x64c407c6 filemap_range_has_page +EXPORT_SYMBOL vmlinux 0x64d11af1 dma_fence_wait_timeout +EXPORT_SYMBOL vmlinux 0x64df7c76 truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x64eb0d22 xfrm_lookup +EXPORT_SYMBOL vmlinux 0x64fb5dfe phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x6505cbb2 locks_remove_posix +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x6514c1e6 flow_get_u32_src +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x652032cb mac_pton +EXPORT_SYMBOL vmlinux 0x652ce9aa nla_memcmp +EXPORT_SYMBOL vmlinux 0x652f1c85 fb_io_write +EXPORT_SYMBOL vmlinux 0x6536053e get_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x654449c3 memset16 +EXPORT_SYMBOL vmlinux 0x656c1a0e string_escape_mem +EXPORT_SYMBOL vmlinux 0x656e4a6e snprintf +EXPORT_SYMBOL vmlinux 0x65764094 tcf_idr_release +EXPORT_SYMBOL vmlinux 0x6579821a crypto_sha3_update +EXPORT_SYMBOL vmlinux 0x6582b623 netif_tx_lock +EXPORT_SYMBOL vmlinux 0x658ce1a8 xxh64_reset +EXPORT_SYMBOL vmlinux 0x65929cae ns_to_timespec64 +EXPORT_SYMBOL vmlinux 0x6598de11 devm_aperture_acquire_for_platform_device +EXPORT_SYMBOL vmlinux 0x659ded26 xfrm_flush_gc +EXPORT_SYMBOL vmlinux 0x65b9036b set_anon_super_fc +EXPORT_SYMBOL vmlinux 0x65b92063 gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0x65bd2850 __folio_start_writeback +EXPORT_SYMBOL vmlinux 0x65c982eb pcie_print_link_status +EXPORT_SYMBOL vmlinux 0x65d1bab2 acpi_bios_warning +EXPORT_SYMBOL vmlinux 0x65d9e877 cpufreq_register_notifier +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65e0d6d7 memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x660463e0 seq_puts +EXPORT_SYMBOL vmlinux 0x66134ff6 tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0x6614cd51 hmm_range_fault +EXPORT_SYMBOL vmlinux 0x6626afca down +EXPORT_SYMBOL vmlinux 0x6630875b param_set_uint +EXPORT_SYMBOL vmlinux 0x663fddef ww_mutex_trylock +EXPORT_SYMBOL vmlinux 0x664b1e29 qman_delete_cgr +EXPORT_SYMBOL vmlinux 0x664ef8aa fb_show_logo +EXPORT_SYMBOL vmlinux 0x665d06ab iget5_locked +EXPORT_SYMBOL vmlinux 0x665e2513 zstd_max_clevel +EXPORT_SYMBOL vmlinux 0x66628bf3 ip_tunnel_metadata_cnt +EXPORT_SYMBOL vmlinux 0x666863dc par_io_config_pin +EXPORT_SYMBOL vmlinux 0x666c14c0 __traceiter_dma_fence_emit +EXPORT_SYMBOL vmlinux 0x6673f96d xxh32_reset +EXPORT_SYMBOL vmlinux 0x66826f5a xudma_get_ringacc +EXPORT_SYMBOL vmlinux 0x66869bac mii_link_ok +EXPORT_SYMBOL vmlinux 0x668b19a1 down_read +EXPORT_SYMBOL vmlinux 0x668b9cca dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0x669c191b dm_consume_args +EXPORT_SYMBOL vmlinux 0x66abe502 vme_register_bridge +EXPORT_SYMBOL vmlinux 0x66aed6c1 devm_clk_get_optional +EXPORT_SYMBOL vmlinux 0x66af1fd1 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x66b4cc41 kmemdup +EXPORT_SYMBOL vmlinux 0x66baa1c1 path_is_under +EXPORT_SYMBOL vmlinux 0x66badf40 fib_notifier_ops_unregister +EXPORT_SYMBOL vmlinux 0x66be16a9 ip_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x66d21077 mii_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x66dedda4 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x66e81ae2 tls_server_hello_x509 +EXPORT_SYMBOL vmlinux 0x66edfc78 _find_next_or_bit +EXPORT_SYMBOL vmlinux 0x671584d7 gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0x673532fc param_set_ulong +EXPORT_SYMBOL vmlinux 0x6736caa4 jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0x67412d2f ucc_slow_enable +EXPORT_SYMBOL vmlinux 0x67431929 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x6749d53f hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x6750006d mdio_driver_unregister +EXPORT_SYMBOL vmlinux 0x675e6d7a __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0x6776083c msm_pinctrl_dev_pm_ops +EXPORT_SYMBOL vmlinux 0x67768fe8 param_set_ullong +EXPORT_SYMBOL vmlinux 0x67858f6d get_user_pages +EXPORT_SYMBOL vmlinux 0x678687f5 generic_key_instantiate +EXPORT_SYMBOL vmlinux 0x678b96ec dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x678f8c6d qdisc_put +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67bb9601 simple_dentry_operations +EXPORT_SYMBOL vmlinux 0x67c13ea0 acpi_read +EXPORT_SYMBOL vmlinux 0x682bf353 fscrypt_free_inode +EXPORT_SYMBOL vmlinux 0x68318ed2 vfs_get_link +EXPORT_SYMBOL vmlinux 0x683bc467 ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0x68471c50 blk_mq_run_hw_queue +EXPORT_SYMBOL vmlinux 0x68500e8e of_find_property +EXPORT_SYMBOL vmlinux 0x68525121 sock_queue_rcv_skb_reason +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x68836ab7 __skb_checksum +EXPORT_SYMBOL vmlinux 0x689067dd dma_fence_chain_ops +EXPORT_SYMBOL vmlinux 0x68bd4eff genphy_read_lpa +EXPORT_SYMBOL vmlinux 0x68c5f8b8 iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0x68d5230e security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x68d980cf ip_do_fragment +EXPORT_SYMBOL vmlinux 0x68f08269 gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0x68fb581a icst307_idx2s +EXPORT_SYMBOL vmlinux 0x69049cd2 radix_tree_replace_slot +EXPORT_SYMBOL vmlinux 0x690d5f5e tty_register_driver +EXPORT_SYMBOL vmlinux 0x691a1ca1 dcb_getrewr_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0x6924548b security_path_mknod +EXPORT_SYMBOL vmlinux 0x6927d5c2 unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x69336a7e pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0x693e93d5 tcf_chain_get_by_act +EXPORT_SYMBOL vmlinux 0x6940c45a build_skb +EXPORT_SYMBOL vmlinux 0x69486ead scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0x694c9a84 i2c_get_match_data +EXPORT_SYMBOL vmlinux 0x69585f13 jbd2_fc_release_bufs +EXPORT_SYMBOL vmlinux 0x69668826 netdev_increment_features +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6972e413 __bitmap_weight_and +EXPORT_SYMBOL vmlinux 0x69794842 pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x697ed5f0 memcpy_and_pad +EXPORT_SYMBOL vmlinux 0x698e1699 new_inode +EXPORT_SYMBOL vmlinux 0x69a4c518 jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0x69adeb2b dev_remove_offload +EXPORT_SYMBOL vmlinux 0x69b566c9 page_get_link +EXPORT_SYMBOL vmlinux 0x69bc7590 vm_map_pages_zero +EXPORT_SYMBOL vmlinux 0x69c55047 xfrm_dev_state_flush +EXPORT_SYMBOL vmlinux 0x69cd3049 filemap_fdatawait_range_keep_errors +EXPORT_SYMBOL vmlinux 0x69dd3b5b crc32_le +EXPORT_SYMBOL vmlinux 0x69dde469 udpv6_sendmsg +EXPORT_SYMBOL vmlinux 0x69de8757 vme_check_window +EXPORT_SYMBOL vmlinux 0x69ec6071 unregister_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a07dead generic_mii_ioctl +EXPORT_SYMBOL vmlinux 0x6a0f72e7 poll_initwait +EXPORT_SYMBOL vmlinux 0x6a2b6238 io_uring_get_socket +EXPORT_SYMBOL vmlinux 0x6a3766b2 qman_delete_cgr_safe +EXPORT_SYMBOL vmlinux 0x6a57c030 blkdev_put +EXPORT_SYMBOL vmlinux 0x6a5cb5ee __get_free_pages +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a5fa363 sigprocmask +EXPORT_SYMBOL vmlinux 0x6a6e05bf kstrtou8 +EXPORT_SYMBOL vmlinux 0x6a8c284d mount_bdev +EXPORT_SYMBOL vmlinux 0x6a8c2abc mmc_get_card +EXPORT_SYMBOL vmlinux 0x6a90663a qman_schedule_fq +EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device +EXPORT_SYMBOL vmlinux 0x6ae241c9 pci_pme_capable +EXPORT_SYMBOL vmlinux 0x6aedcdde page_pool_update_nid +EXPORT_SYMBOL vmlinux 0x6aeefac4 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x6b2759a7 dcb_ieee_getapp_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0x6b27729b radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0x6b29dafa page_readlink +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b3782e3 mmc_add_host +EXPORT_SYMBOL vmlinux 0x6b3a93c6 inet_frag_destroy +EXPORT_SYMBOL vmlinux 0x6b55acd0 rtnl_lock_killable +EXPORT_SYMBOL vmlinux 0x6b6f3fd8 free_buffer_head +EXPORT_SYMBOL vmlinux 0x6b70554a tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x6b71bda8 devfreq_update_interval +EXPORT_SYMBOL vmlinux 0x6b745395 skb_clone_sk +EXPORT_SYMBOL vmlinux 0x6b853d06 ns_to_kernel_old_timeval +EXPORT_SYMBOL vmlinux 0x6b8b8c06 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x6b8bf149 netif_receive_skb_list +EXPORT_SYMBOL vmlinux 0x6b958549 generic_update_time +EXPORT_SYMBOL vmlinux 0x6b978329 pci_enable_device_io +EXPORT_SYMBOL vmlinux 0x6b98ec74 tcp_md5_key_copy +EXPORT_SYMBOL vmlinux 0x6bbe32b2 _copy_to_iter +EXPORT_SYMBOL vmlinux 0x6bbf0438 mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bcd4762 xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x6bcdc1bc ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x6bd0e573 down_interruptible +EXPORT_SYMBOL vmlinux 0x6bda2f22 rdmacg_uncharge +EXPORT_SYMBOL vmlinux 0x6be06765 fs_param_is_s32 +EXPORT_SYMBOL vmlinux 0x6be1c1f8 acpi_install_method +EXPORT_SYMBOL vmlinux 0x6bf7a8bb i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0x6c01a5ea phy_sfp_probe +EXPORT_SYMBOL vmlinux 0x6c083a83 napi_gro_frags +EXPORT_SYMBOL vmlinux 0x6c1c2a99 unregister_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x6c2161f8 locks_init_lock +EXPORT_SYMBOL vmlinux 0x6c224cda gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x6c29d04a d_delete +EXPORT_SYMBOL vmlinux 0x6c53cd34 d_splice_alias +EXPORT_SYMBOL vmlinux 0x6c582f8e send_sig_mceerr +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c687633 vga_client_register +EXPORT_SYMBOL vmlinux 0x6c6d2369 lookup_one_len +EXPORT_SYMBOL vmlinux 0x6c7eab03 rw_verify_area +EXPORT_SYMBOL vmlinux 0x6c8f90a9 jbd2_wait_inode_data +EXPORT_SYMBOL vmlinux 0x6c91edbb jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0x6ca9c848 copy_highpage +EXPORT_SYMBOL vmlinux 0x6caeb550 i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0x6cb46525 netlbl_catmap_walk +EXPORT_SYMBOL vmlinux 0x6cbbfc54 __arch_copy_to_user +EXPORT_SYMBOL vmlinux 0x6ce8cc0f kthread_bind +EXPORT_SYMBOL vmlinux 0x6ced0d8f blk_rq_map_user +EXPORT_SYMBOL vmlinux 0x6cf0d67d qe_get_num_of_snums +EXPORT_SYMBOL vmlinux 0x6d071f84 xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0x6d088ca8 ethtool_aggregate_rmon_stats +EXPORT_SYMBOL vmlinux 0x6d16c104 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x6d17c20f of_device_is_compatible +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d38958f mdiobus_get_phy +EXPORT_SYMBOL vmlinux 0x6d453600 simple_recursive_removal +EXPORT_SYMBOL vmlinux 0x6d513643 kernel_tmpfile_open +EXPORT_SYMBOL vmlinux 0x6d52a310 writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x6d5f5b91 radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x6d613811 sk_alloc +EXPORT_SYMBOL vmlinux 0x6d704b4e skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x6d712a27 mipi_dsi_dcs_set_pixel_format +EXPORT_SYMBOL vmlinux 0x6d73c95f logic_outw +EXPORT_SYMBOL vmlinux 0x6d7865d6 max8998_bulk_read +EXPORT_SYMBOL vmlinux 0x6d79c277 generic_block_bmap +EXPORT_SYMBOL vmlinux 0x6d7c7dcc bitmap_cut +EXPORT_SYMBOL vmlinux 0x6d7f534f nd_device_notify +EXPORT_SYMBOL vmlinux 0x6d80f6df bio_copy_data +EXPORT_SYMBOL vmlinux 0x6d824a59 eth_header_cache_update +EXPORT_SYMBOL vmlinux 0x6d8f02ab skb_checksum_setup +EXPORT_SYMBOL vmlinux 0x6d933508 lynx_pcs_destroy +EXPORT_SYMBOL vmlinux 0x6da467cb pfn_is_map_memory +EXPORT_SYMBOL vmlinux 0x6da9a63a fscrypt_fname_disk_to_usr +EXPORT_SYMBOL vmlinux 0x6db3cec4 ipv4_specific +EXPORT_SYMBOL vmlinux 0x6dba9051 xz_dec_microlzma_end +EXPORT_SYMBOL vmlinux 0x6dc35b25 radix_tree_iter_delete +EXPORT_SYMBOL vmlinux 0x6dc5ff01 tcp_sync_mss +EXPORT_SYMBOL vmlinux 0x6dcec523 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0x6dcf857f uuid_null +EXPORT_SYMBOL vmlinux 0x6dd17e7b acpi_get_table_header +EXPORT_SYMBOL vmlinux 0x6dd50d5e netlbl_calipso_ops_register +EXPORT_SYMBOL vmlinux 0x6ddfd09c unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0x6deac6f2 dev_kfree_skb_any_reason +EXPORT_SYMBOL vmlinux 0x6dedcf61 netdev_err +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6e0cac65 param_ops_charp +EXPORT_SYMBOL vmlinux 0x6e222682 dqget +EXPORT_SYMBOL vmlinux 0x6e23882a fsync_bdev +EXPORT_SYMBOL vmlinux 0x6e265545 sock_rfree +EXPORT_SYMBOL vmlinux 0x6e2c4839 kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x6e342704 input_register_handler +EXPORT_SYMBOL vmlinux 0x6e414515 __SetPageMovable +EXPORT_SYMBOL vmlinux 0x6e5afced cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0x6e5b8651 xz_dec_run +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e84fa84 pci_dev_put +EXPORT_SYMBOL vmlinux 0x6e997c94 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0x6e9b6ffc elevator_alloc +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea9363b force_sig +EXPORT_SYMBOL vmlinux 0x6eb093c3 ip6_fraglist_init +EXPORT_SYMBOL vmlinux 0x6ebb573c pci_free_host_bridge +EXPORT_SYMBOL vmlinux 0x6ed5e4d7 nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0x6edf9eba arp_send +EXPORT_SYMBOL vmlinux 0x6ee37003 qman_get_qm_portal_config +EXPORT_SYMBOL vmlinux 0x6eecfaf4 sg_copy_buffer +EXPORT_SYMBOL vmlinux 0x6f14e9db console_list_lock +EXPORT_SYMBOL vmlinux 0x6f21da21 __dec_node_page_state +EXPORT_SYMBOL vmlinux 0x6f2422d4 __module_put_and_kthread_exit +EXPORT_SYMBOL vmlinux 0x6f2fb3ff uart_remove_one_port +EXPORT_SYMBOL vmlinux 0x6f3bf0a2 md_register_thread +EXPORT_SYMBOL vmlinux 0x6f41a428 acpi_get_vendor_resource +EXPORT_SYMBOL vmlinux 0x6f41a639 irq_cpu_rmap_remove +EXPORT_SYMBOL vmlinux 0x6f45c110 pneigh_lookup +EXPORT_SYMBOL vmlinux 0x6f480c71 xsk_clear_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0x6f4a59e4 sort_r +EXPORT_SYMBOL vmlinux 0x6f5ab52f acpi_get_local_address +EXPORT_SYMBOL vmlinux 0x6f666d7c vme_new_dma_list +EXPORT_SYMBOL vmlinux 0x6f737559 folio_wait_private_2 +EXPORT_SYMBOL vmlinux 0x6f7793a5 skb_flow_dissector_init +EXPORT_SYMBOL vmlinux 0x6f90cd9c md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x6f915a45 dqstats +EXPORT_SYMBOL vmlinux 0x6f9f356a param_get_ushort +EXPORT_SYMBOL vmlinux 0x6fa332bd md_bitmap_start_sync +EXPORT_SYMBOL vmlinux 0x6faf7a1c nd_device_unregister +EXPORT_SYMBOL vmlinux 0x6fb49676 queue_rcu_work +EXPORT_SYMBOL vmlinux 0x6fbc6a00 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x6fc48021 dynamic_cond_resched +EXPORT_SYMBOL vmlinux 0x6fc65445 pnp_release_card_device +EXPORT_SYMBOL vmlinux 0x6fca1c49 netdev_adjacent_change_abort +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fcf0af9 skb_queue_head +EXPORT_SYMBOL vmlinux 0x6fd59469 bio_kmalloc +EXPORT_SYMBOL vmlinux 0x6ff3a485 dynamic_might_resched +EXPORT_SYMBOL vmlinux 0x6ff6bbf1 fb_get_mode +EXPORT_SYMBOL vmlinux 0x6ff96c2b nvdimm_namespace_disk_name +EXPORT_SYMBOL vmlinux 0x6ffe9dd4 kill_fasync +EXPORT_SYMBOL vmlinux 0x6fff261f __arch_clear_user +EXPORT_SYMBOL vmlinux 0x70002fe8 siphash_1u32 +EXPORT_SYMBOL vmlinux 0x700c6c17 key_create +EXPORT_SYMBOL vmlinux 0x7023bea8 unregister_acpi_notifier +EXPORT_SYMBOL vmlinux 0x7027a35a km_policy_notify +EXPORT_SYMBOL vmlinux 0x702946da ucs2_strlen +EXPORT_SYMBOL vmlinux 0x702ef96a ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0x704c35ba serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0x705f35f7 get_mem_cgroup_from_mm +EXPORT_SYMBOL vmlinux 0x705f59a8 ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x7060d475 kern_sys_bpf +EXPORT_SYMBOL vmlinux 0x706beddd simple_transaction_read +EXPORT_SYMBOL vmlinux 0x706e5807 __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0x707ff533 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x70ac2c1a blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x70ad75fb radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x70d1a18e qman_release_pool +EXPORT_SYMBOL vmlinux 0x70d1db43 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x70daa11e dma_fence_remove_callback +EXPORT_SYMBOL vmlinux 0x70e6e987 wait_for_key_construction +EXPORT_SYMBOL vmlinux 0x70e84531 dev_trans_start +EXPORT_SYMBOL vmlinux 0x70f04270 page_cache_next_miss +EXPORT_SYMBOL vmlinux 0x70f21b0c jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x70ff9074 forget_cached_acl +EXPORT_SYMBOL vmlinux 0x71184136 __page_frag_cache_drain +EXPORT_SYMBOL vmlinux 0x71196c36 simple_statfs +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x7141b88a logic_insb +EXPORT_SYMBOL vmlinux 0x71473205 ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x7155bcf8 sync_file_get_fence +EXPORT_SYMBOL vmlinux 0x715a5ed0 vprintk +EXPORT_SYMBOL vmlinux 0x715e358d nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0x71690aeb dev_disable_lro +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x717a32ba set_anon_super +EXPORT_SYMBOL vmlinux 0x717d1f96 hdmi_infoframe_check +EXPORT_SYMBOL vmlinux 0x7195feba simple_pin_fs +EXPORT_SYMBOL vmlinux 0x71982cbd config_item_get_unless_zero +EXPORT_SYMBOL vmlinux 0x719d6afa try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71b3a4e1 __serio_register_driver +EXPORT_SYMBOL vmlinux 0x71bb7c8a thaw_super +EXPORT_SYMBOL vmlinux 0x71e97340 sock_bindtoindex +EXPORT_SYMBOL vmlinux 0x71f645f0 blk_queue_max_write_zeroes_sectors +EXPORT_SYMBOL vmlinux 0x71fb6892 dma_fence_array_next +EXPORT_SYMBOL vmlinux 0x71fe5ad3 flow_rule_alloc +EXPORT_SYMBOL vmlinux 0x720a27a7 __register_blkdev +EXPORT_SYMBOL vmlinux 0x723d4fab vm_map_ram +EXPORT_SYMBOL vmlinux 0x72463fbd vfs_mkdir +EXPORT_SYMBOL vmlinux 0x725a9447 iommu_get_msi_cookie +EXPORT_SYMBOL vmlinux 0x726bc3c7 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0x729f2819 skb_flow_dissect_tunnel_info +EXPORT_SYMBOL vmlinux 0x72a50966 ucc_fast_disable +EXPORT_SYMBOL vmlinux 0x72a5f580 writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x72a66ae2 ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x72aec26d dma_fence_chain_init +EXPORT_SYMBOL vmlinux 0x72b9d287 default_grn +EXPORT_SYMBOL vmlinux 0x72bba82c md_cluster_ops +EXPORT_SYMBOL vmlinux 0x72d6c55d kernel_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72ed81b0 remap_pfn_range +EXPORT_SYMBOL vmlinux 0x72f14ff7 acpi_get_object_info +EXPORT_SYMBOL vmlinux 0x72f356a2 folio_clear_dirty_for_io +EXPORT_SYMBOL vmlinux 0x72f3aeef devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x72f537ca __vfs_getxattr +EXPORT_SYMBOL vmlinux 0x730dd2c7 genphy_soft_reset +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x7316b0af softnet_data +EXPORT_SYMBOL vmlinux 0x731dba7a xen_domain_type +EXPORT_SYMBOL vmlinux 0x7320bf5c filemap_flush +EXPORT_SYMBOL vmlinux 0x7322db3c param_get_invbool +EXPORT_SYMBOL vmlinux 0x7324ec20 netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0x732dd326 groups_free +EXPORT_SYMBOL vmlinux 0x7337ed23 nf_register_net_hook +EXPORT_SYMBOL vmlinux 0x734a0a72 empty_aops +EXPORT_SYMBOL vmlinux 0x735e6a81 acpi_evaluate_integer +EXPORT_SYMBOL vmlinux 0x737b90e3 ethtool_virtdev_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x7380dffa argv_split +EXPORT_SYMBOL vmlinux 0x73998efa cpm_muram_free_addr +EXPORT_SYMBOL vmlinux 0x739fd00f __SCK__tp_func_module_get +EXPORT_SYMBOL vmlinux 0x73a73346 pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x73abb180 alloc_contig_range +EXPORT_SYMBOL vmlinux 0x73c03988 crypto_sha1_finup +EXPORT_SYMBOL vmlinux 0x73d0b4b6 security_path_unlink +EXPORT_SYMBOL vmlinux 0x73d357f4 vme_register_driver +EXPORT_SYMBOL vmlinux 0x73da4895 blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0x74052898 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0x74077bea flow_rule_match_enc_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x7410aba2 strreplace +EXPORT_SYMBOL vmlinux 0x7412ed5b kvfree_sensitive +EXPORT_SYMBOL vmlinux 0x74202ec2 genphy_read_abilities +EXPORT_SYMBOL vmlinux 0x74207ad5 inet_shutdown +EXPORT_SYMBOL vmlinux 0x742578a5 wait_for_random_bytes +EXPORT_SYMBOL vmlinux 0x7427e29a dump_skip_to +EXPORT_SYMBOL vmlinux 0x7429e20c kstrtos8 +EXPORT_SYMBOL vmlinux 0x74326bec inode_set_bytes +EXPORT_SYMBOL vmlinux 0x743f4126 keygen_port_hashing_init +EXPORT_SYMBOL vmlinux 0x7451bf70 iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0x7453d3e8 security_release_secctx +EXPORT_SYMBOL vmlinux 0x745409d7 netdev_offload_xstats_disable +EXPORT_SYMBOL vmlinux 0x745fec22 dma_resv_replace_fences +EXPORT_SYMBOL vmlinux 0x74754435 acpi_bus_generate_netlink_event +EXPORT_SYMBOL vmlinux 0x747d3594 skb_vlan_untag +EXPORT_SYMBOL vmlinux 0x7483dc59 pci_dev_present +EXPORT_SYMBOL vmlinux 0x74858518 ip_sock_set_recverr +EXPORT_SYMBOL vmlinux 0x748b05bd blkdev_issue_secure_erase +EXPORT_SYMBOL vmlinux 0x749a0793 phy_resume +EXPORT_SYMBOL vmlinux 0x74a8b133 pci_assign_resource +EXPORT_SYMBOL vmlinux 0x74aca498 xp_dma_sync_for_cpu_slow +EXPORT_SYMBOL vmlinux 0x74b481e5 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x74b8e674 slhc_toss +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74da064a set_security_override +EXPORT_SYMBOL vmlinux 0x74dd9e0b dma_fence_wait_any_timeout +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x7509c841 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0x751621fa _copy_from_iter +EXPORT_SYMBOL vmlinux 0x75375b6f xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0x753ad27d pci_scan_single_device +EXPORT_SYMBOL vmlinux 0x75456a11 audit_log_start +EXPORT_SYMBOL vmlinux 0x755835a0 simple_empty +EXPORT_SYMBOL vmlinux 0x755b78c6 meson_sm_call_write +EXPORT_SYMBOL vmlinux 0x755f4ba3 blake2s_compress_generic +EXPORT_SYMBOL vmlinux 0x756ad61b __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0x7575694c unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0x757f9a27 mdiobus_read +EXPORT_SYMBOL vmlinux 0x757fdb90 key_task_permission +EXPORT_SYMBOL vmlinux 0x75823f4a xfrm4_udp_encap_rcv +EXPORT_SYMBOL vmlinux 0x75871f5e acpi_get_next_object +EXPORT_SYMBOL vmlinux 0x7593a488 blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0x75b8a7d5 netlink_ack +EXPORT_SYMBOL vmlinux 0x75bba889 mem_cgroup_from_task +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75c880aa no_seek_end_llseek +EXPORT_SYMBOL vmlinux 0x75c91fa3 inet6_add_offload +EXPORT_SYMBOL vmlinux 0x75d0deb9 nsecs_to_jiffies64 +EXPORT_SYMBOL vmlinux 0x75d499dd vmcore_add_device_dump +EXPORT_SYMBOL vmlinux 0x75df6175 xfrm_user_policy +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x76208b5a netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0x7624249e dim_park_tired +EXPORT_SYMBOL vmlinux 0x7629205d pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0x763aa44d uart_write_wakeup +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x76497f55 __ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x76588246 __traceiter_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x765a480d dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0x765ff474 crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x766a0927 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x7682ba4e __copy_overflow +EXPORT_SYMBOL vmlinux 0x7684490e i2c_get_adapter_by_fwnode +EXPORT_SYMBOL vmlinux 0x76857735 mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x768e04aa vif_device_init +EXPORT_SYMBOL vmlinux 0x768ee329 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x7696e75e key_alloc +EXPORT_SYMBOL vmlinux 0x769f6e64 errseq_check +EXPORT_SYMBOL vmlinux 0x76b0cafa folio_migrate_flags +EXPORT_SYMBOL vmlinux 0x76bc37ce serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76efc249 _atomic_dec_and_raw_lock_irqsave +EXPORT_SYMBOL vmlinux 0x76f1bd81 __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0x770e8ada ps2_init +EXPORT_SYMBOL vmlinux 0x773209ca nf_reinject +EXPORT_SYMBOL vmlinux 0x77358855 iomem_resource +EXPORT_SYMBOL vmlinux 0x773a849f twl6040_power +EXPORT_SYMBOL vmlinux 0x773fa409 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x773fb64f vfs_clone_file_range +EXPORT_SYMBOL vmlinux 0x77456e0a acpi_root_dir +EXPORT_SYMBOL vmlinux 0x775d5bb4 ipv6_select_ident +EXPORT_SYMBOL vmlinux 0x776ca93a __clzdi2 +EXPORT_SYMBOL vmlinux 0x77786ea5 skb_condense +EXPORT_SYMBOL vmlinux 0x777a3bb8 mark_info_dirty +EXPORT_SYMBOL vmlinux 0x777e82db of_cpu_device_node_get +EXPORT_SYMBOL vmlinux 0x7791193f icst525_s2div +EXPORT_SYMBOL vmlinux 0x77ae903d blk_mq_run_hw_queues +EXPORT_SYMBOL vmlinux 0x77ba94e3 rcu_lazy_get_jiffies_till_flush +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77c990dc pci_clear_mwi +EXPORT_SYMBOL vmlinux 0x77cb50fb skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x77d33c19 sock_no_bind +EXPORT_SYMBOL vmlinux 0x77e9eb37 aes_encrypt +EXPORT_SYMBOL vmlinux 0x78054e14 sync_blockdev +EXPORT_SYMBOL vmlinux 0x7807f0f8 schedule_timeout_idle +EXPORT_SYMBOL vmlinux 0x78161f39 call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0x78181e01 sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0x78356c57 pfifo_fast_ops +EXPORT_SYMBOL vmlinux 0x7835e0f6 dev_add_offload +EXPORT_SYMBOL vmlinux 0x783994de xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0x784148a5 _dev_notice +EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x785a3983 netlink_set_err +EXPORT_SYMBOL vmlinux 0x78794cdf regset_get_alloc +EXPORT_SYMBOL vmlinux 0x787d15fb copy_page_to_iter_nofault +EXPORT_SYMBOL vmlinux 0x7881dce9 pcie_capability_clear_and_set_word_locked +EXPORT_SYMBOL vmlinux 0x788e807e vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0x78a16f48 aes_decrypt +EXPORT_SYMBOL vmlinux 0x78b887ed vsprintf +EXPORT_SYMBOL vmlinux 0x78cc8707 fb_find_mode +EXPORT_SYMBOL vmlinux 0x78d48138 neigh_carrier_down +EXPORT_SYMBOL vmlinux 0x78d7cc1a mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78e040a5 napi_consume_skb +EXPORT_SYMBOL vmlinux 0x78e4f66a tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0x7902aaba devm_clk_put +EXPORT_SYMBOL vmlinux 0x7919b383 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x791ce971 iterate_fd +EXPORT_SYMBOL vmlinux 0x79220430 blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0x79376489 xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x798486c5 dst_release_immediate +EXPORT_SYMBOL vmlinux 0x7984eefc key_update +EXPORT_SYMBOL vmlinux 0x799e3a7a fman_unregister_intr +EXPORT_SYMBOL vmlinux 0x79a33f85 vme_get_size +EXPORT_SYMBOL vmlinux 0x79b58d0d fuse_mount_destroy +EXPORT_SYMBOL vmlinux 0x79c00f12 scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0x79c17fa8 pnp_register_card_driver +EXPORT_SYMBOL vmlinux 0x79c9fda8 pps_unregister_source +EXPORT_SYMBOL vmlinux 0x79cabf10 zap_page_range_single +EXPORT_SYMBOL vmlinux 0x79d1e45f mount_single +EXPORT_SYMBOL vmlinux 0x79d219c0 __get_hash_from_flowi6 +EXPORT_SYMBOL vmlinux 0x79d451fe pnp_unregister_driver +EXPORT_SYMBOL vmlinux 0x79e4cbe8 override_creds +EXPORT_SYMBOL vmlinux 0x79e7bc55 framebuffer_release +EXPORT_SYMBOL vmlinux 0x79e9258b dev_mc_sync +EXPORT_SYMBOL vmlinux 0x79e9ad83 udp_disconnect +EXPORT_SYMBOL vmlinux 0x79ecd3da rproc_coredump_set_elf_info +EXPORT_SYMBOL vmlinux 0x7a08f2a2 rproc_elf_find_loaded_rsc_table +EXPORT_SYMBOL vmlinux 0x7a1a8636 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0x7a1bcd59 gf128mul_x8_ble +EXPORT_SYMBOL vmlinux 0x7a22059f ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x7a2af7b4 cpu_number +EXPORT_SYMBOL vmlinux 0x7a2ff57e security_current_getsecid_subj +EXPORT_SYMBOL vmlinux 0x7a41c69f tcp_splice_read +EXPORT_SYMBOL vmlinux 0x7a53a06d flow_indr_dev_exists +EXPORT_SYMBOL vmlinux 0x7a5dd8c1 blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0x7a667c66 d_drop +EXPORT_SYMBOL vmlinux 0x7a6d7620 i2c_del_driver +EXPORT_SYMBOL vmlinux 0x7a95e5ae do_settimeofday64 +EXPORT_SYMBOL vmlinux 0x7a968137 ucc_slow_restart_tx +EXPORT_SYMBOL vmlinux 0x7a98632d cfb_fillrect +EXPORT_SYMBOL vmlinux 0x7aa1215f flow_rule_match_enc_ports +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7aa54522 param_set_charp +EXPORT_SYMBOL vmlinux 0x7ac8adf9 phy_ethtool_get_strings +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7ad054ab mdiobus_write_nested +EXPORT_SYMBOL vmlinux 0x7adc0fbf rb_replace_node_rcu +EXPORT_SYMBOL vmlinux 0x7ae5d317 qe_get_snum +EXPORT_SYMBOL vmlinux 0x7aecaa93 security_inode_invalidate_secctx +EXPORT_SYMBOL vmlinux 0x7afa49a8 ppp_input_error +EXPORT_SYMBOL vmlinux 0x7b062320 skb_checksum_help +EXPORT_SYMBOL vmlinux 0x7b0f1d0a mtree_store +EXPORT_SYMBOL vmlinux 0x7b2f30cb rproc_elf_load_rsc_table +EXPORT_SYMBOL vmlinux 0x7b37d4a7 _find_first_zero_bit +EXPORT_SYMBOL vmlinux 0x7b3ce6ad security_dentry_init_security +EXPORT_SYMBOL vmlinux 0x7b425669 fscrypt_put_encryption_info +EXPORT_SYMBOL vmlinux 0x7b4da6ff __init_rwsem +EXPORT_SYMBOL vmlinux 0x7b54f270 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x7b5b8f31 sha256_update +EXPORT_SYMBOL vmlinux 0x7b64f9c3 generic_fillattr +EXPORT_SYMBOL vmlinux 0x7b78d6ee __devm_release_region +EXPORT_SYMBOL vmlinux 0x7b82b9a1 idr_replace +EXPORT_SYMBOL vmlinux 0x7b9275fc dquot_load_quota_sb +EXPORT_SYMBOL vmlinux 0x7b928f0a vme_irq_request +EXPORT_SYMBOL vmlinux 0x7b9eb130 padata_free +EXPORT_SYMBOL vmlinux 0x7ba5a3b4 tegra_powergate_power_off +EXPORT_SYMBOL vmlinux 0x7bb50b88 acpi_write +EXPORT_SYMBOL vmlinux 0x7bbccb2a skb_eth_gso_segment +EXPORT_SYMBOL vmlinux 0x7bbccd05 nr_node_ids +EXPORT_SYMBOL vmlinux 0x7bc3cae6 secure_tcpv6_ts_off +EXPORT_SYMBOL vmlinux 0x7bd251f3 generic_pipe_buf_try_steal +EXPORT_SYMBOL vmlinux 0x7be1471b rt_mutex_base_init +EXPORT_SYMBOL vmlinux 0x7bfb0f29 udp6_set_csum +EXPORT_SYMBOL vmlinux 0x7c03e6cb __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x7c108ed9 pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0x7c173634 __bitmap_complement +EXPORT_SYMBOL vmlinux 0x7c23a4b8 blk_mq_init_allocated_queue +EXPORT_SYMBOL vmlinux 0x7c24f893 fwnode_mdiobus_register_phy +EXPORT_SYMBOL vmlinux 0x7c2d03a6 dma_fence_enable_sw_signaling +EXPORT_SYMBOL vmlinux 0x7c35e8e7 alloc_file_pseudo +EXPORT_SYMBOL vmlinux 0x7c360f40 tcf_get_next_proto +EXPORT_SYMBOL vmlinux 0x7c38dd26 scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0x7c3c9673 blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c4c6c7a dump_page +EXPORT_SYMBOL vmlinux 0x7c633358 d_set_d_op +EXPORT_SYMBOL vmlinux 0x7c95448d generic_fadvise +EXPORT_SYMBOL vmlinux 0x7c9a61da devm_request_resource +EXPORT_SYMBOL vmlinux 0x7c9e8ac3 remove_watch_from_object +EXPORT_SYMBOL vmlinux 0x7cb296ca lock_rename +EXPORT_SYMBOL vmlinux 0x7cbb9359 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0x7cbe0cd2 drop_reasons_by_subsys +EXPORT_SYMBOL vmlinux 0x7cbe6d5a genphy_c45_eee_is_active +EXPORT_SYMBOL vmlinux 0x7cc18181 set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0x7cce04be tc_cleanup_offload_action +EXPORT_SYMBOL vmlinux 0x7cd2bfe7 xfrm_if_register_cb +EXPORT_SYMBOL vmlinux 0x7cd2e028 send_sig_info +EXPORT_SYMBOL vmlinux 0x7cd9fd0a migrate_device_pages +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7ce35101 max8925_set_bits +EXPORT_SYMBOL vmlinux 0x7ce58981 kvrealloc +EXPORT_SYMBOL vmlinux 0x7ce724fa genphy_c45_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7cf5da37 tcp_sock_set_keepidle +EXPORT_SYMBOL vmlinux 0x7cf6f666 mmc_can_gpio_ro +EXPORT_SYMBOL vmlinux 0x7cf966de dev_uc_flush +EXPORT_SYMBOL vmlinux 0x7cfd41dc tcp_ioctl +EXPORT_SYMBOL vmlinux 0x7cfe368d net_dim_get_def_tx_moderation +EXPORT_SYMBOL vmlinux 0x7d0ba682 gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0x7d0d7622 devm_pci_remap_cfg_resource +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d12d76d acpi_get_parent +EXPORT_SYMBOL vmlinux 0x7d27e504 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x7d40a866 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0x7d43ff75 submit_bio_noacct +EXPORT_SYMBOL vmlinux 0x7d4b176a netlbl_catmap_setbit +EXPORT_SYMBOL vmlinux 0x7d5e1008 __crc32c_le_shift +EXPORT_SYMBOL vmlinux 0x7d610f97 of_graph_get_next_endpoint +EXPORT_SYMBOL vmlinux 0x7d74d522 kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0x7dac99d6 sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x7daece67 quota_send_warning +EXPORT_SYMBOL vmlinux 0x7dbd3dd3 phy_attach +EXPORT_SYMBOL vmlinux 0x7dc3a0b9 param_ops_bool +EXPORT_SYMBOL vmlinux 0x7dc5ffa7 tc_skb_ext_tc_disable +EXPORT_SYMBOL vmlinux 0x7dcf4135 __xa_insert +EXPORT_SYMBOL vmlinux 0x7dcfca9b jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0x7df08970 mipi_dsi_dcs_soft_reset +EXPORT_SYMBOL vmlinux 0x7dfd42bc tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0x7e0b255f hdmi_audio_infoframe_pack_for_dp +EXPORT_SYMBOL vmlinux 0x7e3191f6 try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x7e3f8a37 copy_page_from_iter +EXPORT_SYMBOL vmlinux 0x7e4c3df5 efi +EXPORT_SYMBOL vmlinux 0x7e5c9cbd migrate_device_finalize +EXPORT_SYMBOL vmlinux 0x7e5e77b6 tcp_ld_RTO_revert +EXPORT_SYMBOL vmlinux 0x7e6d5bd5 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x7e7378bb cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0x7e798f48 tcp_sock_set_syncnt +EXPORT_SYMBOL vmlinux 0x7e8103f1 block_dirty_folio +EXPORT_SYMBOL vmlinux 0x7e864ead devm_register_netdev +EXPORT_SYMBOL vmlinux 0x7e93dd58 arp_tbl +EXPORT_SYMBOL vmlinux 0x7e9ad4da filp_open +EXPORT_SYMBOL vmlinux 0x7ea0d4ca tegra_sku_info +EXPORT_SYMBOL vmlinux 0x7ea3e42d input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0x7ead3868 rt6_lookup +EXPORT_SYMBOL vmlinux 0x7ec79ec0 ip_sock_set_mtu_discover +EXPORT_SYMBOL vmlinux 0x7ed44f5b make_bad_inode +EXPORT_SYMBOL vmlinux 0x7ef20662 input_set_timestamp +EXPORT_SYMBOL vmlinux 0x7ef4bddc __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0x7efadc63 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0x7f02188f __msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x7f03b6a9 crc_ccitt_table +EXPORT_SYMBOL vmlinux 0x7f05fef4 msm_pinctrl_remove +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f297a9d pnp_stop_dev +EXPORT_SYMBOL vmlinux 0x7f2a96ad register_filesystem +EXPORT_SYMBOL vmlinux 0x7f2d2f1c twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0x7f52071a net_dim +EXPORT_SYMBOL vmlinux 0x7f62eaa4 sgl_free +EXPORT_SYMBOL vmlinux 0x7f66914f ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0x7f70ea47 of_device_is_big_endian +EXPORT_SYMBOL vmlinux 0x7f777938 devm_iounmap +EXPORT_SYMBOL vmlinux 0x7f7f7bb4 irq_poll_disable +EXPORT_SYMBOL vmlinux 0x7f8894c2 devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0x7f892cff single_release +EXPORT_SYMBOL vmlinux 0x7f981035 __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x7fa33541 tcp_release_cb +EXPORT_SYMBOL vmlinux 0x7fa7bba2 tcf_qevent_dump +EXPORT_SYMBOL vmlinux 0x7fce778e tegra_ivc_total_queue_size +EXPORT_SYMBOL vmlinux 0x7fde1fbc acpi_walk_resource_buffer +EXPORT_SYMBOL vmlinux 0x7fe105d7 bman_ip_rev +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x80046857 flow_rule_match_enc_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x80088e01 is_acpi_data_node +EXPORT_SYMBOL vmlinux 0x802208bc tcf_qevent_validate_change +EXPORT_SYMBOL vmlinux 0x8023a97f pnp_unregister_card_driver +EXPORT_SYMBOL vmlinux 0x80352e1f blk_queue_flag_set +EXPORT_SYMBOL vmlinux 0x803ddbb6 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x80762048 _atomic_dec_and_raw_lock +EXPORT_SYMBOL vmlinux 0x80788fe3 kmem_cache_size +EXPORT_SYMBOL vmlinux 0x80816f26 get_user_ifreq +EXPORT_SYMBOL vmlinux 0x8085f5a2 of_clk_get_by_name +EXPORT_SYMBOL vmlinux 0x808df51e i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0x80a70c1c blk_set_queue_depth +EXPORT_SYMBOL vmlinux 0x80a717a8 __percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x80be99a5 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x80c7ef9d of_find_device_by_node +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80e5f86f fscrypt_fname_alloc_buffer +EXPORT_SYMBOL vmlinux 0x80ec0d50 qman_init_fq +EXPORT_SYMBOL vmlinux 0x80f5f9e7 nf_register_net_hooks +EXPORT_SYMBOL vmlinux 0x810c893d flow_rule_match_pppoe +EXPORT_SYMBOL vmlinux 0x8110910f _dev_info +EXPORT_SYMBOL vmlinux 0x8111dcee mipi_dsi_dcs_get_power_mode +EXPORT_SYMBOL vmlinux 0x8112b3d2 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x81188c30 match_string +EXPORT_SYMBOL vmlinux 0x8130864c devm_memremap +EXPORT_SYMBOL vmlinux 0x81313b01 dquot_load_quota_inode +EXPORT_SYMBOL vmlinux 0x8137f1ab phy_get_internal_delay +EXPORT_SYMBOL vmlinux 0x814156dd mr_vif_seq_idx +EXPORT_SYMBOL vmlinux 0x81491054 security_binder_transaction +EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x815f2897 empty_zero_page +EXPORT_SYMBOL vmlinux 0x8165a1cc of_match_node +EXPORT_SYMBOL vmlinux 0x816f3c38 twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0x818416e1 scsi_set_sense_information +EXPORT_SYMBOL vmlinux 0x8186333b cpumask_next_wrap +EXPORT_SYMBOL vmlinux 0x818edf97 cpm_muram_alloc +EXPORT_SYMBOL vmlinux 0x8195f5a2 pmem_sector_size +EXPORT_SYMBOL vmlinux 0x81a0a149 clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x81a1eb59 utf8_unload +EXPORT_SYMBOL vmlinux 0x81ac12a3 __blk_alloc_disk +EXPORT_SYMBOL vmlinux 0x81ac5e33 trace_print_hex_dump_seq +EXPORT_SYMBOL vmlinux 0x81b20e8b ucc_fast_transmit_on_demand +EXPORT_SYMBOL vmlinux 0x81b450ca neigh_changeaddr +EXPORT_SYMBOL vmlinux 0x81c51d19 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x81d6c28b acpi_buffer_to_resource +EXPORT_SYMBOL vmlinux 0x81daca62 tegra_dfll_unregister +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81e4f549 mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0x81e4fcd3 dev_change_flags +EXPORT_SYMBOL vmlinux 0x81e6b37f dmi_get_system_info +EXPORT_SYMBOL vmlinux 0x8206b244 of_root +EXPORT_SYMBOL vmlinux 0x821b6d71 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x822b45bf serio_interrupt +EXPORT_SYMBOL vmlinux 0x822bda01 alloc_buffer_head +EXPORT_SYMBOL vmlinux 0x822fa291 vfs_parse_fs_string +EXPORT_SYMBOL vmlinux 0x8239b622 sock_release +EXPORT_SYMBOL vmlinux 0x823a4648 pci_request_irq +EXPORT_SYMBOL vmlinux 0x823ac387 pci_request_regions +EXPORT_SYMBOL vmlinux 0x823d3505 cmxgcr_lock +EXPORT_SYMBOL vmlinux 0x825971ad phy_mipi_dphy_get_default_config_for_hsclk +EXPORT_SYMBOL vmlinux 0x8269c0a6 phy_set_asym_pause +EXPORT_SYMBOL vmlinux 0x8272f085 __sk_dst_check +EXPORT_SYMBOL vmlinux 0x827ba7e0 __blk_mq_alloc_disk +EXPORT_SYMBOL vmlinux 0x828d17ba misc_register +EXPORT_SYMBOL vmlinux 0x828e889c make_kprojid +EXPORT_SYMBOL vmlinux 0x8297d1f9 fscrypt_has_permitted_context +EXPORT_SYMBOL vmlinux 0x829c12e6 devm_mfd_add_devices +EXPORT_SYMBOL vmlinux 0x82b474c8 rpmh_write +EXPORT_SYMBOL vmlinux 0x82b7575f of_property_read_reg +EXPORT_SYMBOL vmlinux 0x82c87ad5 nr_online_nodes +EXPORT_SYMBOL vmlinux 0x82ca0d04 xp_set_rxq_info +EXPORT_SYMBOL vmlinux 0x82cd55d0 sock_enable_timestamps +EXPORT_SYMBOL vmlinux 0x82ee90dc timer_delete_sync +EXPORT_SYMBOL vmlinux 0x830e792b tcp_getsockopt +EXPORT_SYMBOL vmlinux 0x830fa600 __traceiter_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x8318de7b iov_iter_gap_alignment +EXPORT_SYMBOL vmlinux 0x8346f620 simple_transaction_get +EXPORT_SYMBOL vmlinux 0x834fc7cd xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL vmlinux 0x835a526f elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x838d2bc8 siphash_3u32 +EXPORT_SYMBOL vmlinux 0x839d18f8 reuseport_has_conns_set +EXPORT_SYMBOL vmlinux 0x83b19518 netif_carrier_off +EXPORT_SYMBOL vmlinux 0x83b1d0af dma_fence_describe +EXPORT_SYMBOL vmlinux 0x83bda041 __wait_on_buffer +EXPORT_SYMBOL vmlinux 0x83f5dad3 input_get_poll_interval +EXPORT_SYMBOL vmlinux 0x83f69f89 __destroy_inode +EXPORT_SYMBOL vmlinux 0x8414c5db of_find_node_by_phandle +EXPORT_SYMBOL vmlinux 0x8415420a acpi_pm_device_sleep_state +EXPORT_SYMBOL vmlinux 0x8427cc7b _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0x8436c5ce pci_release_regions +EXPORT_SYMBOL vmlinux 0x843de9ec tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0x844f94d1 xsk_set_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0x84514eaf blk_queue_flag_clear +EXPORT_SYMBOL vmlinux 0x845447d8 register_key_type +EXPORT_SYMBOL vmlinux 0x845ea159 sock_efree +EXPORT_SYMBOL vmlinux 0x846d2779 ptp_clock_register +EXPORT_SYMBOL vmlinux 0x8476b421 __fput_sync +EXPORT_SYMBOL vmlinux 0x847ce6cb mt_find_after +EXPORT_SYMBOL vmlinux 0x84818f57 tegra_powergate_power_on +EXPORT_SYMBOL vmlinux 0x84823cf3 nla_strscpy +EXPORT_SYMBOL vmlinux 0x8483b9a0 __splice_from_pipe +EXPORT_SYMBOL vmlinux 0x84853bec blk_mq_delay_run_hw_queue +EXPORT_SYMBOL vmlinux 0x848fb540 seq_read_iter +EXPORT_SYMBOL vmlinux 0x84914079 __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x849f91fe fd_install +EXPORT_SYMBOL vmlinux 0x84a0ca4d bitmap_zalloc_node +EXPORT_SYMBOL vmlinux 0x84a38b92 seq_path +EXPORT_SYMBOL vmlinux 0x84adc5e2 input_setup_polling +EXPORT_SYMBOL vmlinux 0x84c3a327 vfs_iter_read +EXPORT_SYMBOL vmlinux 0x84c8ce8b tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0x84d5a6cf fput +EXPORT_SYMBOL vmlinux 0x84d64863 __mdiobus_c45_read +EXPORT_SYMBOL vmlinux 0x84e2d54e dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0x84e6aae5 pipe_unlock +EXPORT_SYMBOL vmlinux 0x84ed88f9 clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x8512e1da flow_rule_match_eth_addrs +EXPORT_SYMBOL vmlinux 0x8517f037 dev_uc_init +EXPORT_SYMBOL vmlinux 0x85185b30 __bio_advance +EXPORT_SYMBOL vmlinux 0x8518a4a6 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x851b9121 xudma_dev_get_psil_base +EXPORT_SYMBOL vmlinux 0x852cb061 dev_addr_mod +EXPORT_SYMBOL vmlinux 0x853dc0bc input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x8567ce6b page_cache_prev_miss +EXPORT_SYMBOL vmlinux 0x85683469 eth_header_parse +EXPORT_SYMBOL vmlinux 0x8591d7d5 ledtrig_mtd_activity +EXPORT_SYMBOL vmlinux 0x85a1870d generic_copy_file_range +EXPORT_SYMBOL vmlinux 0x85a58980 unlock_page +EXPORT_SYMBOL vmlinux 0x85a98304 flow_rule_match_ports_range +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85bd1608 __request_region +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85e33025 tcf_action_update_stats +EXPORT_SYMBOL vmlinux 0x85ec32d4 jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0x85efc7e0 zero_pfn +EXPORT_SYMBOL vmlinux 0x85f41fc9 __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x85f596a4 neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x85f7e0a6 path_put +EXPORT_SYMBOL vmlinux 0x862c8035 bitmap_alloc_node +EXPORT_SYMBOL vmlinux 0x86311035 pci_alloc_irq_vectors +EXPORT_SYMBOL vmlinux 0x8637d92f ppp_input +EXPORT_SYMBOL vmlinux 0x86385cbc devm_extcon_register_notifier_all +EXPORT_SYMBOL vmlinux 0x863a276a color_table +EXPORT_SYMBOL vmlinux 0x86475350 watchdog_unregister_governor +EXPORT_SYMBOL vmlinux 0x864f652f vlan_uses_dev +EXPORT_SYMBOL vmlinux 0x86648fa6 d_tmpfile +EXPORT_SYMBOL vmlinux 0x866a62b2 gnet_stats_basic_sync_init +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x8691a570 mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0x86944ec2 of_iommu_get_resv_regions +EXPORT_SYMBOL vmlinux 0x869cb10b dma_unmap_resource +EXPORT_SYMBOL vmlinux 0x869e4086 cad_pid +EXPORT_SYMBOL vmlinux 0x86a904e3 set_blocksize +EXPORT_SYMBOL vmlinux 0x86a90ad9 vfs_statfs +EXPORT_SYMBOL vmlinux 0x86d52ba5 lookup_constant +EXPORT_SYMBOL vmlinux 0x86dd708d tc_skb_ext_tc_enable +EXPORT_SYMBOL vmlinux 0x86fa2704 __inode_add_bytes +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x8702e50c console_force_preferred_locked +EXPORT_SYMBOL vmlinux 0x8738623a follow_pfn +EXPORT_SYMBOL vmlinux 0x87436a8c ptp_clock_index +EXPORT_SYMBOL vmlinux 0x874a0cb5 dquot_get_state +EXPORT_SYMBOL vmlinux 0x874c379a dquot_file_open +EXPORT_SYMBOL vmlinux 0x87524ea3 register_console +EXPORT_SYMBOL vmlinux 0x8761c87b rps_needed +EXPORT_SYMBOL vmlinux 0x876f3ed1 inet_register_protosw +EXPORT_SYMBOL vmlinux 0x8776c933 dquot_alloc +EXPORT_SYMBOL vmlinux 0x87809aeb put_user_ifreq +EXPORT_SYMBOL vmlinux 0x87a21cb3 __ubsan_handle_out_of_bounds +EXPORT_SYMBOL vmlinux 0x87c8c92f dma_fence_match_context +EXPORT_SYMBOL vmlinux 0x87ceb557 dquot_quota_sync +EXPORT_SYMBOL vmlinux 0x8805263d pipe_lock +EXPORT_SYMBOL vmlinux 0x88072aa4 jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x8810754a _find_first_bit +EXPORT_SYMBOL vmlinux 0x88175390 sdev_prefix_printk +EXPORT_SYMBOL vmlinux 0x881bad5e phy_mipi_dphy_config_validate +EXPORT_SYMBOL vmlinux 0x881c4413 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x881f0b60 tls_client_hello_anon +EXPORT_SYMBOL vmlinux 0x881fa7ef devm_release_resource +EXPORT_SYMBOL vmlinux 0x883a82b6 rproc_elf_load_segments +EXPORT_SYMBOL vmlinux 0x885672c9 devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0x8871f88b alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0x88743aaf generic_buffers_fsync +EXPORT_SYMBOL vmlinux 0x8874a33d inet_csk_reqsk_queue_add +EXPORT_SYMBOL vmlinux 0x88780b1b pcim_iounmap +EXPORT_SYMBOL vmlinux 0x88822d38 unregister_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0x8888f1fe xxh32 +EXPORT_SYMBOL vmlinux 0x889b1370 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x88d519d7 to_nd_dax +EXPORT_SYMBOL vmlinux 0x88db9f48 __check_object_size +EXPORT_SYMBOL vmlinux 0x88e1d0f0 page_frag_free +EXPORT_SYMBOL vmlinux 0x88ea0206 cros_ec_check_result +EXPORT_SYMBOL vmlinux 0x88ec7de6 __fs_parse +EXPORT_SYMBOL vmlinux 0x88f17368 ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0x88f7c235 security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0x890b1adb seq_vprintf +EXPORT_SYMBOL vmlinux 0x8914c32e __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x891dbb8f sgl_free_order +EXPORT_SYMBOL vmlinux 0x892e5f12 nvdimm_bus_unlock +EXPORT_SYMBOL vmlinux 0x893697a5 tegra_ahb_enable_smmu +EXPORT_SYMBOL vmlinux 0x89434b4b radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x8946ea72 fpsimd_context_busy +EXPORT_SYMBOL vmlinux 0x894b6d2c tcp_recv_skb +EXPORT_SYMBOL vmlinux 0x8950cc49 dev_lstats_read +EXPORT_SYMBOL vmlinux 0x8953a16c vm_iomap_memory +EXPORT_SYMBOL vmlinux 0x896731dd free_cgroup_ns +EXPORT_SYMBOL vmlinux 0x896ad1c3 vfs_iocb_iter_read +EXPORT_SYMBOL vmlinux 0x89940875 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x8996df41 rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0x8996f15e devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x89aa1f26 __sock_i_ino +EXPORT_SYMBOL vmlinux 0x89ae36a6 get_bitmap_from_slot +EXPORT_SYMBOL vmlinux 0x89ae76c5 param_set_bint +EXPORT_SYMBOL vmlinux 0x89c1b3c3 ip6_frag_next +EXPORT_SYMBOL vmlinux 0x89c6ba81 lookup_one_positive_unlocked +EXPORT_SYMBOL vmlinux 0x89d3c4db blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0x89d4d6b3 bioset_exit +EXPORT_SYMBOL vmlinux 0x89df5515 __phy_write_mmd +EXPORT_SYMBOL vmlinux 0x89e0444c nf_log_packet +EXPORT_SYMBOL vmlinux 0x8a02d2a4 configfs_unregister_subsystem +EXPORT_SYMBOL vmlinux 0x8a0886fc vfs_create_mount +EXPORT_SYMBOL vmlinux 0x8a2fd07e __invalidate_device +EXPORT_SYMBOL vmlinux 0x8a338c0d gro_cells_init +EXPORT_SYMBOL vmlinux 0x8a443466 input_register_device +EXPORT_SYMBOL vmlinux 0x8a44f8fe inet_ioctl +EXPORT_SYMBOL vmlinux 0x8a47043d LZ4_decompress_safe_continue +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a6ec10f skb_clone +EXPORT_SYMBOL vmlinux 0x8a7094ba vm_brk_flags +EXPORT_SYMBOL vmlinux 0x8a70baef dev_set_threaded +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a833583 dma_fence_array_ops +EXPORT_SYMBOL vmlinux 0x8a885636 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0x8a8ad876 acpi_notifier_call_chain +EXPORT_SYMBOL vmlinux 0x8a8b750f kobject_del +EXPORT_SYMBOL vmlinux 0x8a92fa6a d_set_fallthru +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8aab1677 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x8aaecd60 __put_cred +EXPORT_SYMBOL vmlinux 0x8abbb202 ndisc_ns_create +EXPORT_SYMBOL vmlinux 0x8ac136ae imx_sc_misc_get_control +EXPORT_SYMBOL vmlinux 0x8ac3334b net_dim_get_def_rx_moderation +EXPORT_SYMBOL vmlinux 0x8ad4951b vme_init_bridge +EXPORT_SYMBOL vmlinux 0x8af51833 block_write_begin +EXPORT_SYMBOL vmlinux 0x8b0088d1 LZ4_decompress_safe_usingDict +EXPORT_SYMBOL vmlinux 0x8b26cf81 of_get_child_by_name +EXPORT_SYMBOL vmlinux 0x8b2ffd83 __cpu_present_mask +EXPORT_SYMBOL vmlinux 0x8b55ae07 md_update_sb +EXPORT_SYMBOL vmlinux 0x8b59d747 phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b83d4d7 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x8b864a48 genphy_c37_config_aneg +EXPORT_SYMBOL vmlinux 0x8b8a09d6 param_ops_invbool +EXPORT_SYMBOL vmlinux 0x8b910be2 errseq_sample +EXPORT_SYMBOL vmlinux 0x8b989cf9 acpi_bus_can_wakeup +EXPORT_SYMBOL vmlinux 0x8b99bf35 devm_get_clk_from_child +EXPORT_SYMBOL vmlinux 0x8b9c3c8b __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x8bb0d133 tty_lock +EXPORT_SYMBOL vmlinux 0x8bb95c9a blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x8bca9b5b __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x8bdd9423 ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0x8bdfc47c __mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x8be189ab ucc_slow_disable +EXPORT_SYMBOL vmlinux 0x8c07e124 sock_recvmsg +EXPORT_SYMBOL vmlinux 0x8c116484 import_single_range +EXPORT_SYMBOL vmlinux 0x8c15728a qman_start_using_portal +EXPORT_SYMBOL vmlinux 0x8c26d495 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x8c2b8ef1 netif_schedule_queue +EXPORT_SYMBOL vmlinux 0x8c30bf67 zstd_dctx_workspace_bound +EXPORT_SYMBOL vmlinux 0x8c4b54ee setattr_should_drop_sgid +EXPORT_SYMBOL vmlinux 0x8c5bcea1 xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0x8c7ceb9e tcf_idr_search +EXPORT_SYMBOL vmlinux 0x8c8569cb kstrtoint +EXPORT_SYMBOL vmlinux 0x8c8634da mod_node_page_state +EXPORT_SYMBOL vmlinux 0x8c8b3c93 i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0x8c8b4d86 is_subdir +EXPORT_SYMBOL vmlinux 0x8c9e338f acpi_bios_error +EXPORT_SYMBOL vmlinux 0x8caca07d xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x8caf9305 uuid_is_valid +EXPORT_SYMBOL vmlinux 0x8cb005eb scsi_host_get +EXPORT_SYMBOL vmlinux 0x8cb38127 init_pseudo +EXPORT_SYMBOL vmlinux 0x8cb9cebe mipi_dsi_dcs_get_display_brightness +EXPORT_SYMBOL vmlinux 0x8cbfecc2 request_key_rcu +EXPORT_SYMBOL vmlinux 0x8cc08259 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0x8cc2d95c lookup_one_qstr_excl +EXPORT_SYMBOL vmlinux 0x8cc53d20 __par_io_config_pin +EXPORT_SYMBOL vmlinux 0x8cda8029 xen_clear_irq_pending +EXPORT_SYMBOL vmlinux 0x8ce6ad1f kmem_cache_alloc_bulk +EXPORT_SYMBOL vmlinux 0x8cfbfede dev_kfree_skb_irq_reason +EXPORT_SYMBOL vmlinux 0x8d0d7e30 __inc_node_page_state +EXPORT_SYMBOL vmlinux 0x8d168778 netdev_next_lower_dev_rcu +EXPORT_SYMBOL vmlinux 0x8d237bde dma_resv_init +EXPORT_SYMBOL vmlinux 0x8d33e672 __find_nth_andnot_bit +EXPORT_SYMBOL vmlinux 0x8d4112df qcom_scm_mem_protect_video_var +EXPORT_SYMBOL vmlinux 0x8d500c2d __block_write_full_folio +EXPORT_SYMBOL vmlinux 0x8d54fad1 bpf_map_get +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d5c4f22 ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x8d631099 inet6_release +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d77bf9a dquot_free_inode +EXPORT_SYMBOL vmlinux 0x8d86a4f8 bpf_prog_get_type_path +EXPORT_SYMBOL vmlinux 0x8d893f1d __alloc_pages +EXPORT_SYMBOL vmlinux 0x8d8ba033 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0x8d9813fb nd_btt_arena_is_valid +EXPORT_SYMBOL vmlinux 0x8dab9c4f i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0x8dafaf22 hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x8dbad4df __sock_create +EXPORT_SYMBOL vmlinux 0x8dc54889 seq_read +EXPORT_SYMBOL vmlinux 0x8dcefd77 cookie_ecn_ok +EXPORT_SYMBOL vmlinux 0x8dd467ae dma_mmap_attrs +EXPORT_SYMBOL vmlinux 0x8dd7eaf2 mmc_retune_timer_stop +EXPORT_SYMBOL vmlinux 0x8dd888ff tcf_block_get +EXPORT_SYMBOL vmlinux 0x8dd8b36e d_obtain_root +EXPORT_SYMBOL vmlinux 0x8dda4d9d bdi_unregister +EXPORT_SYMBOL vmlinux 0x8ddd8aad schedule_timeout +EXPORT_SYMBOL vmlinux 0x8de315df sock_gettstamp +EXPORT_SYMBOL vmlinux 0x8de79b52 cdrom_open +EXPORT_SYMBOL vmlinux 0x8dea9c15 key_invalidate +EXPORT_SYMBOL vmlinux 0x8dee722d _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0x8df24027 devm_rproc_alloc +EXPORT_SYMBOL vmlinux 0x8df4afd9 qe_put_snum +EXPORT_SYMBOL vmlinux 0x8df6725f param_get_byte +EXPORT_SYMBOL vmlinux 0x8df92f66 memchr_inv +EXPORT_SYMBOL vmlinux 0x8df9dd10 guid_null +EXPORT_SYMBOL vmlinux 0x8e17b3ae idr_destroy +EXPORT_SYMBOL vmlinux 0x8e1a1043 pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0x8e22ec08 phy_suspend +EXPORT_SYMBOL vmlinux 0x8e2ad98e xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x8e369bf9 netdev_txq_to_tc +EXPORT_SYMBOL vmlinux 0x8e3e0f7d fault_in_readable +EXPORT_SYMBOL vmlinux 0x8e4c60a3 cpm_muram_dma +EXPORT_SYMBOL vmlinux 0x8e4d4f28 of_mdio_find_bus +EXPORT_SYMBOL vmlinux 0x8e6cc3c6 acpi_processor_notify_smm +EXPORT_SYMBOL vmlinux 0x8e6f2bd7 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x8e7d217f xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0x8e93bd24 security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x8ea17abb xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0x8ec5367d of_find_backlight_by_node +EXPORT_SYMBOL vmlinux 0x8ec6e8bf tegra_ivc_write_advance +EXPORT_SYMBOL vmlinux 0x8ec760b0 cgroup_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0x8ed73b68 __traceiter_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x8ee47330 processors +EXPORT_SYMBOL vmlinux 0x8ee4ce0b jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0x8eef5076 con_copy_unimap +EXPORT_SYMBOL vmlinux 0x8f01afd6 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x8f049aa5 phy_start_cable_test_tdr +EXPORT_SYMBOL vmlinux 0x8f0727c8 jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0x8f2e3cb8 tty_port_open +EXPORT_SYMBOL vmlinux 0x8f7d80fe textsearch_prepare +EXPORT_SYMBOL vmlinux 0x8f817247 md_bitmap_sync_with_cluster +EXPORT_SYMBOL vmlinux 0x8f96c80b datagram_poll +EXPORT_SYMBOL vmlinux 0x8f97a700 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0x8f996a30 ethtool_convert_legacy_u32_to_link_mode +EXPORT_SYMBOL vmlinux 0x8fa0d71b page_pool_create +EXPORT_SYMBOL vmlinux 0x8fa25c24 xa_find +EXPORT_SYMBOL vmlinux 0x8fb1ca63 locks_lock_inode_wait +EXPORT_SYMBOL vmlinux 0x8fc9ea11 fman_port_cfg_buf_prefix_content +EXPORT_SYMBOL vmlinux 0x8fd180e7 kernel_neon_begin +EXPORT_SYMBOL vmlinux 0x8fd7385e flow_block_cb_alloc +EXPORT_SYMBOL vmlinux 0x8fe944df sk_ns_capable +EXPORT_SYMBOL vmlinux 0x8fea8e33 uart_match_port +EXPORT_SYMBOL vmlinux 0x8ff89ed0 seg6_hmac_exit +EXPORT_SYMBOL vmlinux 0x8ffc8e84 tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0x90006be6 dm_kcopyd_client_flush +EXPORT_SYMBOL vmlinux 0x90110e11 inet_addr_type_dev_table +EXPORT_SYMBOL vmlinux 0x9013c5cd dma_map_sg_attrs +EXPORT_SYMBOL vmlinux 0x902d8722 vme_slave_get +EXPORT_SYMBOL vmlinux 0x9034a696 mempool_destroy +EXPORT_SYMBOL vmlinux 0x90547794 netlink_kernel_release +EXPORT_SYMBOL vmlinux 0x90576ec4 vmemdup_user +EXPORT_SYMBOL vmlinux 0x905be1fe udp_gro_receive +EXPORT_SYMBOL vmlinux 0x9062ec1b of_device_unregister +EXPORT_SYMBOL vmlinux 0x9092defd proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x90bde645 eth_gro_complete +EXPORT_SYMBOL vmlinux 0x90cb0f78 iunique +EXPORT_SYMBOL vmlinux 0x90dae90e rproc_coredump_using_sections +EXPORT_SYMBOL vmlinux 0x90fb1fd6 mdiobb_read_c45 +EXPORT_SYMBOL vmlinux 0x90fb5cd8 tcp_connect +EXPORT_SYMBOL vmlinux 0x9104ffd0 _dev_emerg +EXPORT_SYMBOL vmlinux 0x910a2b55 mipi_dsi_dcs_read +EXPORT_SYMBOL vmlinux 0x9114b616 __xa_alloc +EXPORT_SYMBOL vmlinux 0x911f3f18 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0x9134d600 seq_dentry +EXPORT_SYMBOL vmlinux 0x913e951e rproc_add_carveout +EXPORT_SYMBOL vmlinux 0x9163b624 md_bitmap_unplug_async +EXPORT_SYMBOL vmlinux 0x9165c47f drop_super +EXPORT_SYMBOL vmlinux 0x9166fada strncpy +EXPORT_SYMBOL vmlinux 0x9166fc03 __flush_workqueue +EXPORT_SYMBOL vmlinux 0x918a8f29 pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0x91904958 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x919b267e inet6_bind +EXPORT_SYMBOL vmlinux 0x919c58f3 __clzsi2 +EXPORT_SYMBOL vmlinux 0x919cec3a devm_extcon_unregister_notifier +EXPORT_SYMBOL vmlinux 0x91a488ac __netdev_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x91a7b1da qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x91b2e17f scsi_alloc_sgtables +EXPORT_SYMBOL vmlinux 0x91c0980e icst_hz +EXPORT_SYMBOL vmlinux 0x91c4d83c netdev_set_sb_channel +EXPORT_SYMBOL vmlinux 0x91d9c46a pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x91f44510 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x91f68ea1 __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x91fd23cc generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0x921b7a31 eth_type_trans +EXPORT_SYMBOL vmlinux 0x922f45a6 __bitmap_clear +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x92535d05 ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0x92540fbf finish_wait +EXPORT_SYMBOL vmlinux 0x9258c776 hdmi_vendor_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x9264591a pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0x926ca7b7 vm_event_states +EXPORT_SYMBOL vmlinux 0x92774cf8 __kfence_pool +EXPORT_SYMBOL vmlinux 0x9286d04d pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0x928d49f8 fb_set_cmap +EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user +EXPORT_SYMBOL vmlinux 0x929878b2 posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0x92a7baae unpin_user_page_range_dirty_lock +EXPORT_SYMBOL vmlinux 0x92af7db3 neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0x92b99a33 acpi_put_table +EXPORT_SYMBOL vmlinux 0x92b9b180 slash_name +EXPORT_SYMBOL vmlinux 0x92bb4f4c mdiobus_is_registered_device +EXPORT_SYMBOL vmlinux 0x92be4f72 netpoll_send_skb +EXPORT_SYMBOL vmlinux 0x92c856a3 iwe_stream_add_event +EXPORT_SYMBOL vmlinux 0x92cd5378 blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x92d5838e request_threaded_irq +EXPORT_SYMBOL vmlinux 0x92d9069e take_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0x92e683f5 down_timeout +EXPORT_SYMBOL vmlinux 0x92ec510d jiffies64_to_msecs +EXPORT_SYMBOL vmlinux 0x92f71cdd skb_headers_offset_update +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x93022ba6 __scsi_format_command +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x93119bca flow_indr_dev_register +EXPORT_SYMBOL vmlinux 0x932eb4a9 pci_enable_device +EXPORT_SYMBOL vmlinux 0x93475733 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x93903ce3 ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0x939b9ab5 pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93b983cb __skb_ext_del +EXPORT_SYMBOL vmlinux 0x93d17cc3 mipi_dsi_host_unregister +EXPORT_SYMBOL vmlinux 0x93d6dd8c complete_all +EXPORT_SYMBOL vmlinux 0x93dc6987 rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x93dc9570 pci_alloc_irq_vectors_affinity +EXPORT_SYMBOL vmlinux 0x93e96b3b proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0x940895e9 adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0x9412a8ec inet_addr_type_table +EXPORT_SYMBOL vmlinux 0x942533a7 __f_setown +EXPORT_SYMBOL vmlinux 0x9428f816 dim_turn +EXPORT_SYMBOL vmlinux 0x942901fa inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x94358c86 inode_permission +EXPORT_SYMBOL vmlinux 0x943ef39d super_setup_bdi_name +EXPORT_SYMBOL vmlinux 0x94425b4f sock_init_data +EXPORT_SYMBOL vmlinux 0x944375db _totalram_pages +EXPORT_SYMBOL vmlinux 0x944a564d is_console_locked +EXPORT_SYMBOL vmlinux 0x9450918b xfrm4_rcv +EXPORT_SYMBOL vmlinux 0x9475a0ea max8925_bulk_write +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x94a59588 hid_bpf_ops +EXPORT_SYMBOL vmlinux 0x94a87498 of_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x94bb7ec3 gen_pool_dma_zalloc_algo +EXPORT_SYMBOL vmlinux 0x94bf03ca utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0x94e23739 jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0x94fc8d93 smp_call_function_many +EXPORT_SYMBOL vmlinux 0x9500720e dquot_quota_off +EXPORT_SYMBOL vmlinux 0x95024af3 of_node_name_eq +EXPORT_SYMBOL vmlinux 0x9507c90f copy_fsxattr_to_user +EXPORT_SYMBOL vmlinux 0x9511f5d1 iov_iter_advance +EXPORT_SYMBOL vmlinux 0x95123ba3 i2c_find_device_by_fwnode +EXPORT_SYMBOL vmlinux 0x95161ae9 rproc_del +EXPORT_SYMBOL vmlinux 0x95195fac vfs_iter_write +EXPORT_SYMBOL vmlinux 0x952375da cdev_device_add +EXPORT_SYMBOL vmlinux 0x952725d7 dma_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0x952aeb8f bdev_end_io_acct +EXPORT_SYMBOL vmlinux 0x9538450d flow_rule_match_icmp +EXPORT_SYMBOL vmlinux 0x953d2426 utf8_strncmp +EXPORT_SYMBOL vmlinux 0x954cef6f init_on_alloc +EXPORT_SYMBOL vmlinux 0x954f099c idr_preload +EXPORT_SYMBOL vmlinux 0x9557ec75 ip6_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x9560300c dquot_transfer +EXPORT_SYMBOL vmlinux 0x957c9ebf neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x95842c8d pskb_extract +EXPORT_SYMBOL vmlinux 0x959c9b73 __tracepoint_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x95a07bb5 acpi_execute_reg_methods +EXPORT_SYMBOL vmlinux 0x95a54bce ipv6_dev_find +EXPORT_SYMBOL vmlinux 0x95a67b07 udp_table +EXPORT_SYMBOL vmlinux 0x95a7072f __filemap_get_folio +EXPORT_SYMBOL vmlinux 0x95aa1e45 phy_driver_unregister +EXPORT_SYMBOL vmlinux 0x95ba4c87 nf_hook_slow +EXPORT_SYMBOL vmlinux 0x95cb3de8 putname +EXPORT_SYMBOL vmlinux 0x9601943a netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0x965cdaf4 sock_kzfree_s +EXPORT_SYMBOL vmlinux 0x96848186 scnprintf +EXPORT_SYMBOL vmlinux 0x968514cd inet_bind +EXPORT_SYMBOL vmlinux 0x9688de8b memstart_addr +EXPORT_SYMBOL vmlinux 0x9693c591 __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x96a4d54c netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0x96ac1a72 prepare_to_swait_event +EXPORT_SYMBOL vmlinux 0x96acedc3 in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp +EXPORT_SYMBOL vmlinux 0x96b6e456 vfs_path_parent_lookup +EXPORT_SYMBOL vmlinux 0x96b7a548 sock_pfree +EXPORT_SYMBOL vmlinux 0x96c17136 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96d1c05b seg6_hmac_info_lookup +EXPORT_SYMBOL vmlinux 0x96e5d30f gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0x96f7a687 clocksource_unregister +EXPORT_SYMBOL vmlinux 0x96fab350 dim_park_on_top +EXPORT_SYMBOL vmlinux 0x9710cffd lookup_one_unlocked +EXPORT_SYMBOL vmlinux 0x973581d7 __genphy_config_aneg +EXPORT_SYMBOL vmlinux 0x97368d8b pcim_iomap +EXPORT_SYMBOL vmlinux 0x973ac2c8 filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0x973fa82e register_acpi_notifier +EXPORT_SYMBOL vmlinux 0x974f2475 unregister_console +EXPORT_SYMBOL vmlinux 0x97576902 is_nd_pfn +EXPORT_SYMBOL vmlinux 0x9765a554 pci_get_device +EXPORT_SYMBOL vmlinux 0x978af38c mmc_of_parse_clk_phase +EXPORT_SYMBOL vmlinux 0x97a57333 crc_t10dif_update +EXPORT_SYMBOL vmlinux 0x97adb487 utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0x97bdfa60 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x97c51fd0 blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0x97dd1b23 dev_addr_add +EXPORT_SYMBOL vmlinux 0x97e569e9 nvdimm_namespace_locked +EXPORT_SYMBOL vmlinux 0x97f4f364 ptp_clock_unregister +EXPORT_SYMBOL vmlinux 0x97fc2064 __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0x98182544 unregister_filesystem +EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0x982bcde4 __cpu_dying_mask +EXPORT_SYMBOL vmlinux 0x983d7626 of_phy_find_device +EXPORT_SYMBOL vmlinux 0x9849c7ce __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x984c7d34 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0x98515852 tcp_conn_request +EXPORT_SYMBOL vmlinux 0x9854580c rproc_set_firmware +EXPORT_SYMBOL vmlinux 0x98555a05 dma_fence_chain_walk +EXPORT_SYMBOL vmlinux 0x9858f364 get_random_u8 +EXPORT_SYMBOL vmlinux 0x98795346 input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0x987fae7d inode_nohighmem +EXPORT_SYMBOL vmlinux 0x98953515 serio_unregister_driver +EXPORT_SYMBOL vmlinux 0x989e10f5 __icmp_send +EXPORT_SYMBOL vmlinux 0x98aae17f __blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x98ad7fc9 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0x98b0e87f from_kgid_munged +EXPORT_SYMBOL vmlinux 0x98b4ecbc d_rehash +EXPORT_SYMBOL vmlinux 0x98c83429 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0x98c89ade security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x98cb3e82 dm_get_device +EXPORT_SYMBOL vmlinux 0x98cb878e proc_dobool +EXPORT_SYMBOL vmlinux 0x98cf1cb6 vfs_rename +EXPORT_SYMBOL vmlinux 0x98cf60b3 strlen +EXPORT_SYMBOL vmlinux 0x98d7fc9e do_SAK +EXPORT_SYMBOL vmlinux 0x98e508ef ignore_console_lock_warning +EXPORT_SYMBOL vmlinux 0x98f23a16 fs_param_is_fd +EXPORT_SYMBOL vmlinux 0x99030aab mdiobus_unregister_device +EXPORT_SYMBOL vmlinux 0x99069c1b tty_hung_up_p +EXPORT_SYMBOL vmlinux 0x99078b39 trace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x99094fb2 qcom_scm_is_available +EXPORT_SYMBOL vmlinux 0x9929b692 of_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0x992d9b33 ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x992e8ff7 flow_rule_match_enc_ip +EXPORT_SYMBOL vmlinux 0x9931f8c9 qcom_scm_lmh_dcvsh_available +EXPORT_SYMBOL vmlinux 0x9938738c set_binfmt +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x993bb164 acpi_bus_register_driver +EXPORT_SYMBOL vmlinux 0x994fa016 blk_get_queue +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x997cb91b pcie_set_mps +EXPORT_SYMBOL vmlinux 0x9993146b crypto_sha256_update +EXPORT_SYMBOL vmlinux 0x9995fe4c security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99a4a5b9 netdev_get_by_name +EXPORT_SYMBOL vmlinux 0x99a8205c ip_local_deliver +EXPORT_SYMBOL vmlinux 0x99ba8a95 param_get_bool +EXPORT_SYMBOL vmlinux 0x99d472b1 net_dim_get_rx_moderation +EXPORT_SYMBOL vmlinux 0x99d5b667 wireless_spy_update +EXPORT_SYMBOL vmlinux 0x99daa9bf try_offline_node +EXPORT_SYMBOL vmlinux 0x99f7371c refcount_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x99f9638f __napi_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x9a12a54f of_cpu_node_to_id +EXPORT_SYMBOL vmlinux 0x9a1bb506 genphy_read_status +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a21f915 nexthop_res_grp_activity_update +EXPORT_SYMBOL vmlinux 0x9a22391e radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x9a269eda amba_release_regions +EXPORT_SYMBOL vmlinux 0x9a37ad33 ppp_register_channel +EXPORT_SYMBOL vmlinux 0x9a479b4d phy_attached_print +EXPORT_SYMBOL vmlinux 0x9a4af2f2 __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0x9a583306 netlbl_bitmap_walk +EXPORT_SYMBOL vmlinux 0x9a654f79 drop_super_exclusive +EXPORT_SYMBOL vmlinux 0x9a6e3380 tegra_io_pad_power_enable +EXPORT_SYMBOL vmlinux 0x9a82b2b0 iov_iter_revert +EXPORT_SYMBOL vmlinux 0x9a852f62 do_splice_direct +EXPORT_SYMBOL vmlinux 0x9aaeefce sysctl_nf_log_all_netns +EXPORT_SYMBOL vmlinux 0x9ae33e46 set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x9ae47436 _find_last_bit +EXPORT_SYMBOL vmlinux 0x9aea601a discard_new_inode +EXPORT_SYMBOL vmlinux 0x9af9c068 unix_destruct_scm +EXPORT_SYMBOL vmlinux 0x9b128a66 qcom_scm_set_remote_state +EXPORT_SYMBOL vmlinux 0x9b2461d4 proc_create_mount_point +EXPORT_SYMBOL vmlinux 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL vmlinux 0x9b2c512c ip6_err_gen_icmpv6_unreach +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b3f23b0 fman_bind +EXPORT_SYMBOL vmlinux 0x9b496b21 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x9b548edc file_remove_privs +EXPORT_SYMBOL vmlinux 0x9b643228 input_set_keycode +EXPORT_SYMBOL vmlinux 0x9b6c724e xudma_pktdma_tflow_get_irq +EXPORT_SYMBOL vmlinux 0x9b72478f acpi_unload_parent_table +EXPORT_SYMBOL vmlinux 0x9b752995 __block_write_begin +EXPORT_SYMBOL vmlinux 0x9b7fe302 _dev_printk +EXPORT_SYMBOL vmlinux 0x9b8d45dd irq_set_chip +EXPORT_SYMBOL vmlinux 0x9bb00794 reuseport_detach_sock +EXPORT_SYMBOL vmlinux 0x9bb4ea3e ipmr_rule_default +EXPORT_SYMBOL vmlinux 0x9beebaf7 fs_context_for_reconfigure +EXPORT_SYMBOL vmlinux 0x9bf509d4 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x9c122bcf mempool_create_node +EXPORT_SYMBOL vmlinux 0x9c1e5bf5 queued_spin_lock_slowpath +EXPORT_SYMBOL vmlinux 0x9c354089 unregister_cdrom +EXPORT_SYMBOL vmlinux 0x9c5a044b csum_and_copy_from_iter +EXPORT_SYMBOL vmlinux 0x9c5a2ada ucc_fast_dump_regs +EXPORT_SYMBOL vmlinux 0x9c5d5b94 crc8 +EXPORT_SYMBOL vmlinux 0x9c7068db mdiobus_c45_read_nested +EXPORT_SYMBOL vmlinux 0x9c85c491 dma_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0x9c86b9ab fileattr_fill_flags +EXPORT_SYMBOL vmlinux 0x9c9aa3b9 parse_int_array_user +EXPORT_SYMBOL vmlinux 0x9ca4ee55 flush_dcache_folio +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9caf5b5e xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0x9cc0c924 devm_clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x9cc96518 ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0x9ccb5b7e touch_buffer +EXPORT_SYMBOL vmlinux 0x9ccf7171 vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x9cde1fcd sk_common_release +EXPORT_SYMBOL vmlinux 0x9cdfb3f7 sysctl_fb_tunnels_only_for_init_net +EXPORT_SYMBOL vmlinux 0x9ce9aab6 __blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x9cea2b81 eth_header_parse_protocol +EXPORT_SYMBOL vmlinux 0x9ceb43fb pnp_activate_dev +EXPORT_SYMBOL vmlinux 0x9cebe755 neigh_lookup +EXPORT_SYMBOL vmlinux 0x9cf97f52 dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d18168c __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x9d182177 mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0x9d18f97b pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0x9d1a5e3a __memcpy +EXPORT_SYMBOL vmlinux 0x9d26675e zstd_cstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x9d2ab8ac __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x9d2e7707 unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0x9d40fce3 vfs_llseek +EXPORT_SYMBOL vmlinux 0x9d612a88 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0x9d61e994 ucs2_strncmp +EXPORT_SYMBOL vmlinux 0x9d6ba58b iov_iter_get_pages_alloc2 +EXPORT_SYMBOL vmlinux 0x9d850d04 simple_release_fs +EXPORT_SYMBOL vmlinux 0x9d8c095e dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0x9d91c95f request_key_tag +EXPORT_SYMBOL vmlinux 0x9d92f3ad __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x9da66538 skb_copy_and_hash_datagram_iter +EXPORT_SYMBOL vmlinux 0x9dbfe41e register_netdev +EXPORT_SYMBOL vmlinux 0x9dd67bc7 input_set_abs_params +EXPORT_SYMBOL vmlinux 0x9dd9df13 dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0x9df21d0e qman_affine_channel +EXPORT_SYMBOL vmlinux 0x9df451f7 simple_fill_super +EXPORT_SYMBOL vmlinux 0x9df995fb stack_depot_set_extra_bits +EXPORT_SYMBOL vmlinux 0x9dffcb3f show_init_ipc_ns +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e0fa5ae hsiphash_3u32 +EXPORT_SYMBOL vmlinux 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL vmlinux 0x9e1e7859 pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x9e249af1 pci_claim_resource +EXPORT_SYMBOL vmlinux 0x9e2737f0 acpi_install_interface_handler +EXPORT_SYMBOL vmlinux 0x9e282c56 mdiobb_write_c22 +EXPORT_SYMBOL vmlinux 0x9e303663 mfd_remove_devices_late +EXPORT_SYMBOL vmlinux 0x9e360c1f mipi_dsi_attach +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e5e750d node_to_cpumask_map +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e795224 get_ipc_ns_exported +EXPORT_SYMBOL vmlinux 0x9e79bd01 pldmfw_flash_image +EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay +EXPORT_SYMBOL vmlinux 0x9e7dca31 inode_needs_sync +EXPORT_SYMBOL vmlinux 0x9e85de59 generic_permission +EXPORT_SYMBOL vmlinux 0x9e9eab95 devcgroup_check_permission +EXPORT_SYMBOL vmlinux 0x9e9fdd9d memunmap +EXPORT_SYMBOL vmlinux 0x9eabe558 param_set_copystring +EXPORT_SYMBOL vmlinux 0x9eacf8a5 kstrndup +EXPORT_SYMBOL vmlinux 0x9eafafbf device_match_acpi_dev +EXPORT_SYMBOL vmlinux 0x9eb187fa xudma_pktdma_rflow_get_irq +EXPORT_SYMBOL vmlinux 0x9ec0e639 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0x9ec6ca96 ktime_get_real_ts64 +EXPORT_SYMBOL vmlinux 0x9ec798a4 simple_rmdir +EXPORT_SYMBOL vmlinux 0x9ece15aa filemap_fault +EXPORT_SYMBOL vmlinux 0x9ed12e20 kmalloc_large +EXPORT_SYMBOL vmlinux 0x9ed7c847 brcmstb_get_family_id +EXPORT_SYMBOL vmlinux 0x9ed978de vme_lm_set +EXPORT_SYMBOL vmlinux 0x9eedc8a0 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x9f3bf47d mdiobb_read_c22 +EXPORT_SYMBOL vmlinux 0x9f3ff289 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0x9f46678d nd_region_to_nstype +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f4f2aa3 acpi_gbl_FADT +EXPORT_SYMBOL vmlinux 0x9f50b770 keyring_restrict +EXPORT_SYMBOL vmlinux 0x9f54ead7 gro_cells_destroy +EXPORT_SYMBOL vmlinux 0x9f766bbc nonseekable_open +EXPORT_SYMBOL vmlinux 0x9f76baf4 _raw_write_unlock_irq +EXPORT_SYMBOL vmlinux 0x9f7d7dbb logic_outsw +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9f9dbcf6 dqput +EXPORT_SYMBOL vmlinux 0x9fa6d3ba unregister_netdev +EXPORT_SYMBOL vmlinux 0x9fa7184a cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x9fb41842 netdev_offload_xstats_report_delta +EXPORT_SYMBOL vmlinux 0x9fc9286e input_mt_drop_unused +EXPORT_SYMBOL vmlinux 0x9fd23055 nd_pfn_validate +EXPORT_SYMBOL vmlinux 0x9fddc640 fasync_helper +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9feed7ce timer_reduce +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa00abf2d udp6_seq_ops +EXPORT_SYMBOL vmlinux 0xa00aca2a dql_completed +EXPORT_SYMBOL vmlinux 0xa014ab93 jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0xa019cea8 nvdimm_check_and_set_ro +EXPORT_SYMBOL vmlinux 0xa01d3df6 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0xa0224cc9 seq_release_private +EXPORT_SYMBOL vmlinux 0xa02aa74a __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xa033d747 next_arg +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa04e33da qcom_scm_lmh_dcvsh +EXPORT_SYMBOL vmlinux 0xa04e94ec xfrm6_rcv_encap +EXPORT_SYMBOL vmlinux 0xa057df8f twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xa05b6be2 psched_ppscfg_precompute +EXPORT_SYMBOL vmlinux 0xa05e9501 pci_iounmap +EXPORT_SYMBOL vmlinux 0xa077f164 filemap_fdatawait_keep_errors +EXPORT_SYMBOL vmlinux 0xa07a37f0 memchr +EXPORT_SYMBOL vmlinux 0xa07d1b3c tasklet_setup +EXPORT_SYMBOL vmlinux 0xa084749a __bitmap_or +EXPORT_SYMBOL vmlinux 0xa095e02e generic_check_addressable +EXPORT_SYMBOL vmlinux 0xa0ae1e73 siphash_3u64 +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0bce814 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0xa0c9a0f9 iov_iter_discard +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0e865f1 xfrm_state_walk +EXPORT_SYMBOL vmlinux 0xa0eae826 smp_call_function +EXPORT_SYMBOL vmlinux 0xa0ebd14c sysctl_tcp_mem +EXPORT_SYMBOL vmlinux 0xa0ebd437 hdmi_drm_infoframe_check +EXPORT_SYMBOL vmlinux 0xa0f10085 __sg_free_table +EXPORT_SYMBOL vmlinux 0xa0fb355f done_path_create +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa115da49 __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0xa130d0e4 jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0xa13a5994 fqdir_init +EXPORT_SYMBOL vmlinux 0xa16ffe15 vfs_ioctl +EXPORT_SYMBOL vmlinux 0xa18df33d tty_port_tty_get +EXPORT_SYMBOL vmlinux 0xa1948742 tegra_dfll_runtime_suspend +EXPORT_SYMBOL vmlinux 0xa1aaeb83 md_bitmap_free +EXPORT_SYMBOL vmlinux 0xa1d15099 acpi_dev_get_first_match_dev +EXPORT_SYMBOL vmlinux 0xa1daaa52 netlink_net_capable +EXPORT_SYMBOL vmlinux 0xa1db1826 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0xa1dd9531 md_reload_sb +EXPORT_SYMBOL vmlinux 0xa1eebeae skb_put +EXPORT_SYMBOL vmlinux 0xa1f87f3d inode_maybe_inc_iversion +EXPORT_SYMBOL vmlinux 0xa2060911 inet_current_timestamp +EXPORT_SYMBOL vmlinux 0xa20c9998 pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0xa2326c49 acpi_remove_table_handler +EXPORT_SYMBOL vmlinux 0xa23ffc04 groups_sort +EXPORT_SYMBOL vmlinux 0xa24df33f flow_indr_dev_setup_offload +EXPORT_SYMBOL vmlinux 0xa24f23d8 __request_module +EXPORT_SYMBOL vmlinux 0xa254557b __netlink_dump_start +EXPORT_SYMBOL vmlinux 0xa25b31eb crypto_sha512_finup +EXPORT_SYMBOL vmlinux 0xa263892b fscrypt_fname_free_buffer +EXPORT_SYMBOL vmlinux 0xa2835c6b acpi_bus_unregister_driver +EXPORT_SYMBOL vmlinux 0xa28cfcc0 gen_estimator_active +EXPORT_SYMBOL vmlinux 0xa2b0ea30 pci_read_config_byte +EXPORT_SYMBOL vmlinux 0xa2bfb211 pagecache_get_page +EXPORT_SYMBOL vmlinux 0xa2cf3649 qman_fq_fqid +EXPORT_SYMBOL vmlinux 0xa2d2a4c7 cdev_add +EXPORT_SYMBOL vmlinux 0xa2d4b75e qcom_scm_iommu_set_cp_pool_size +EXPORT_SYMBOL vmlinux 0xa2d7ec8d __SCK__tp_func_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xa2d932a3 simple_transaction_release +EXPORT_SYMBOL vmlinux 0xa2f44f41 input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0xa2f9f897 twl6040_reg_write +EXPORT_SYMBOL vmlinux 0xa2fae219 pci_write_config_dword +EXPORT_SYMBOL vmlinux 0xa3394ba7 nla_reserve +EXPORT_SYMBOL vmlinux 0xa339e6e5 on_each_cpu_cond_mask +EXPORT_SYMBOL vmlinux 0xa34318c8 of_find_node_opts_by_path +EXPORT_SYMBOL vmlinux 0xa345b5af rproc_da_to_va +EXPORT_SYMBOL vmlinux 0xa34c5ae7 sock_no_mmap +EXPORT_SYMBOL vmlinux 0xa3522df5 qman_query_fq_np +EXPORT_SYMBOL vmlinux 0xa3555e2f freezing_slow_path +EXPORT_SYMBOL vmlinux 0xa3774660 pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0xa38d31bf blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0xa392f77a jbd2_fc_get_buf +EXPORT_SYMBOL vmlinux 0xa39bfd52 phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0xa3b74a54 __dev_get_by_flags +EXPORT_SYMBOL vmlinux 0xa3be8342 __ubsan_handle_type_mismatch +EXPORT_SYMBOL vmlinux 0xa3cb9ab6 fifo_create_dflt +EXPORT_SYMBOL vmlinux 0xa3cefaa0 blake2s_update +EXPORT_SYMBOL vmlinux 0xa3e9ce5f sk_dst_check +EXPORT_SYMBOL vmlinux 0xa3ea4b26 skb_copy +EXPORT_SYMBOL vmlinux 0xa3efee32 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0xa3f6eda6 inode_get_bytes +EXPORT_SYMBOL vmlinux 0xa3fea172 sha224_final +EXPORT_SYMBOL vmlinux 0xa406b010 of_mdio_find_device +EXPORT_SYMBOL vmlinux 0xa40ff01b acpi_dbg_layer +EXPORT_SYMBOL vmlinux 0xa440d121 flow_keys_dissector +EXPORT_SYMBOL vmlinux 0xa4417dde i2c_register_driver +EXPORT_SYMBOL vmlinux 0xa448c653 qcom_scm_ice_set_key +EXPORT_SYMBOL vmlinux 0xa44c9321 of_find_net_device_by_node +EXPORT_SYMBOL vmlinux 0xa4582951 tls_client_hello_x509 +EXPORT_SYMBOL vmlinux 0xa46b6a63 pm860x_set_bits +EXPORT_SYMBOL vmlinux 0xa4749426 fwnode_phy_find_device +EXPORT_SYMBOL vmlinux 0xa47edba7 skb_free_datagram +EXPORT_SYMBOL vmlinux 0xa48e0359 netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0xa49c80b3 pci_get_slot +EXPORT_SYMBOL vmlinux 0xa4adf537 inode_init_owner +EXPORT_SYMBOL vmlinux 0xa4bf51f7 i2c_transfer +EXPORT_SYMBOL vmlinux 0xa4d33745 nexthop_set_hw_flags +EXPORT_SYMBOL vmlinux 0xa4fca045 qcom_scm_ocmem_lock +EXPORT_SYMBOL vmlinux 0xa5037397 __lock_buffer +EXPORT_SYMBOL vmlinux 0xa52bedf6 xenbus_dev_request_and_reply +EXPORT_SYMBOL vmlinux 0xa538cc98 kthread_create_on_node +EXPORT_SYMBOL vmlinux 0xa54b9063 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa559d15f tty_write_room +EXPORT_SYMBOL vmlinux 0xa56a9cb4 jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0xa575ddca filemap_invalidate_lock_two +EXPORT_SYMBOL vmlinux 0xa57acaec dump_emit +EXPORT_SYMBOL vmlinux 0xa57ed830 xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0xa58af0a6 _raw_read_unlock_irq +EXPORT_SYMBOL vmlinux 0xa5976e4f dev_base_lock +EXPORT_SYMBOL vmlinux 0xa5c694b8 netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0xa5f7cf37 __cpu_possible_mask +EXPORT_SYMBOL vmlinux 0xa60920c3 dma_get_sgtable_attrs +EXPORT_SYMBOL vmlinux 0xa611924d dev_set_mac_address_user +EXPORT_SYMBOL vmlinux 0xa61ced89 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0xa6257655 cdrom_mode_select +EXPORT_SYMBOL vmlinux 0xa6257a2f complete +EXPORT_SYMBOL vmlinux 0xa6312dba file_fdatawait_range +EXPORT_SYMBOL vmlinux 0xa6329e40 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0xa639343c sock_set_keepalive +EXPORT_SYMBOL vmlinux 0xa6457c89 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0xa648e561 __ubsan_handle_shift_out_of_bounds +EXPORT_SYMBOL vmlinux 0xa64b3812 gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0xa64c7249 __printk_cpu_sync_try_get +EXPORT_SYMBOL vmlinux 0xa65c6def alt_cb_patch_nops +EXPORT_SYMBOL vmlinux 0xa65d94dc padata_do_serial +EXPORT_SYMBOL vmlinux 0xa663f109 kfree_skb_reason +EXPORT_SYMBOL vmlinux 0xa66904e4 notify_change +EXPORT_SYMBOL vmlinux 0xa66ef9e2 max8998_update_reg +EXPORT_SYMBOL vmlinux 0xa6733f3d amba_device_unregister +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa6945f3c jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0xa6b115bb skb_eth_push +EXPORT_SYMBOL vmlinux 0xa6b1fd06 kset_register +EXPORT_SYMBOL vmlinux 0xa6bbe3cf rproc_of_resm_mem_entry_init +EXPORT_SYMBOL vmlinux 0xa6ed90d7 pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0xa70bc96d qcom_scm_restore_sec_cfg_available +EXPORT_SYMBOL vmlinux 0xa70ed9dc tcp_hashinfo +EXPORT_SYMBOL vmlinux 0xa71acc92 fman_port_config +EXPORT_SYMBOL vmlinux 0xa72035f9 xa_get_order +EXPORT_SYMBOL vmlinux 0xa732ced0 proc_create_seq_private +EXPORT_SYMBOL vmlinux 0xa73a1449 blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0xa7499d8d md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0xa74c9877 refcount_dec_and_rtnl_lock +EXPORT_SYMBOL vmlinux 0xa74cf2eb kernel_sock_ip_overhead +EXPORT_SYMBOL vmlinux 0xa757f67c __skb_try_recv_datagram +EXPORT_SYMBOL vmlinux 0xa75cf9ce xfrm_input_resume +EXPORT_SYMBOL vmlinux 0xa76a50ac blk_execute_rq +EXPORT_SYMBOL vmlinux 0xa774ea3d bio_integrity_trim +EXPORT_SYMBOL vmlinux 0xa7770ee0 devm_arch_io_reserve_memtype_wc +EXPORT_SYMBOL vmlinux 0xa77bfd29 register_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0xa790bb2d dev_mc_flush +EXPORT_SYMBOL vmlinux 0xa793a9db udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0xa7940e04 mipi_dsi_dcs_nop +EXPORT_SYMBOL vmlinux 0xa7a38fda xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0xa7d5f92e ida_destroy +EXPORT_SYMBOL vmlinux 0xa7e0eb74 dev_get_by_napi_id +EXPORT_SYMBOL vmlinux 0xa7ee62d8 deactivate_locked_super +EXPORT_SYMBOL vmlinux 0xa7eedcc4 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xa811b6b8 __ClearPageMovable +EXPORT_SYMBOL vmlinux 0xa81380f4 sock_no_shutdown +EXPORT_SYMBOL vmlinux 0xa8174f7a f_setown +EXPORT_SYMBOL vmlinux 0xa823952b phy_modify_paged_changed +EXPORT_SYMBOL vmlinux 0xa82809dc devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0xa83089ca __quota_error +EXPORT_SYMBOL vmlinux 0xa839311f get_phy_device +EXPORT_SYMBOL vmlinux 0xa842ba83 rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa84ce9e0 crypto_aes_inv_sbox +EXPORT_SYMBOL vmlinux 0xa853396b xa_extract +EXPORT_SYMBOL vmlinux 0xa853a5bd sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0xa85a3e6d xa_load +EXPORT_SYMBOL vmlinux 0xa8676398 __tracepoint_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xa8694ecd kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0xa86b955c iter_file_splice_write +EXPORT_SYMBOL vmlinux 0xa8708e6f dma_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0xa87ee021 pci_scan_slot +EXPORT_SYMBOL vmlinux 0xa880a367 sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0xa88677c0 tcp_gro_complete +EXPORT_SYMBOL vmlinux 0xa897e3e7 mempool_free +EXPORT_SYMBOL vmlinux 0xa89a1cf1 ipmi_dmi_get_slave_addr +EXPORT_SYMBOL vmlinux 0xa8a8110c kernel_neon_end +EXPORT_SYMBOL vmlinux 0xa8c33663 phy_get_pause +EXPORT_SYMBOL vmlinux 0xa8c6d1f2 xfrm_lookup_with_ifid +EXPORT_SYMBOL vmlinux 0xa8caa845 clk_bulk_put_all +EXPORT_SYMBOL vmlinux 0xa8ceedca revert_creds +EXPORT_SYMBOL vmlinux 0xa8e5d339 __bforget +EXPORT_SYMBOL vmlinux 0xa8e6933a qdf2400_e44_present +EXPORT_SYMBOL vmlinux 0xa8f6c843 ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xa903ad9d unregister_quota_format +EXPORT_SYMBOL vmlinux 0xa90ca0de flush_rcu_work +EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa917c1de blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xa92080ee padata_alloc +EXPORT_SYMBOL vmlinux 0xa94a09bb mem_section +EXPORT_SYMBOL vmlinux 0xa95bf02a handshake_req_cancel +EXPORT_SYMBOL vmlinux 0xa964dd13 gpmc_cs_request +EXPORT_SYMBOL vmlinux 0xa965ca81 reciprocal_value +EXPORT_SYMBOL vmlinux 0xa976957d bitmap_remap +EXPORT_SYMBOL vmlinux 0xa9a63d90 devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0xa9e0181c reuseport_add_sock +EXPORT_SYMBOL vmlinux 0xa9ed62d2 tegra_fuse_readl +EXPORT_SYMBOL vmlinux 0xa9f253d5 scsi_dma_map +EXPORT_SYMBOL vmlinux 0xaa00fdc0 ec_transaction +EXPORT_SYMBOL vmlinux 0xaa03e419 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0xaa0c318b vscnprintf +EXPORT_SYMBOL vmlinux 0xaa19e4aa _kstrtol +EXPORT_SYMBOL vmlinux 0xaa231fc9 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0xaa2b806f ___pskb_trim +EXPORT_SYMBOL vmlinux 0xaa341905 acpi_bios_exception +EXPORT_SYMBOL vmlinux 0xaa53c709 task_lookup_next_fd_rcu +EXPORT_SYMBOL vmlinux 0xaa55e8e4 blk_put_queue +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa762db0 rtnl_notify +EXPORT_SYMBOL vmlinux 0xaa77e4d5 compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0xaa8106bc crc8_populate_msb +EXPORT_SYMBOL vmlinux 0xaa8f1b71 inet_addr_is_any +EXPORT_SYMBOL vmlinux 0xaa9197e8 da903x_query_status +EXPORT_SYMBOL vmlinux 0xaa921db6 security_unix_may_send +EXPORT_SYMBOL vmlinux 0xaaa4b9bc hchacha_block_generic +EXPORT_SYMBOL vmlinux 0xaaa50fb2 qcom_scm_lmh_profile_change +EXPORT_SYMBOL vmlinux 0xaaaeb5f1 genphy_resume +EXPORT_SYMBOL vmlinux 0xaacf03c1 dma_fence_signal +EXPORT_SYMBOL vmlinux 0xaad0ae78 __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaad8c7d6 default_wake_function +EXPORT_SYMBOL vmlinux 0xaad90eb4 user_path_at_empty +EXPORT_SYMBOL vmlinux 0xaae6a6a4 of_get_next_parent +EXPORT_SYMBOL vmlinux 0xaae8ab0e acpi_bus_power_manageable +EXPORT_SYMBOL vmlinux 0xaaf4a334 qcom_scm_set_cold_boot_addr +EXPORT_SYMBOL vmlinux 0xaafc4ff9 of_graph_get_port_by_id +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab329ca9 acpi_device_set_power +EXPORT_SYMBOL vmlinux 0xab3697e4 irq_poll_init +EXPORT_SYMBOL vmlinux 0xab38604c ndisc_mc_map +EXPORT_SYMBOL vmlinux 0xab3b75ea vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0xab4767fc prepare_to_swait_exclusive +EXPORT_SYMBOL vmlinux 0xab600421 probe_irq_off +EXPORT_SYMBOL vmlinux 0xab63baa5 unregister_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xab67a0ac dql_init +EXPORT_SYMBOL vmlinux 0xab6d5b3b hex_to_bin +EXPORT_SYMBOL vmlinux 0xab6eac57 truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab96fb6b netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0xabdf8406 bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xabe0cf0e reuseport_alloc +EXPORT_SYMBOL vmlinux 0xabe8aeaa inode_insert5 +EXPORT_SYMBOL vmlinux 0xabf32f29 utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0xabfb3a7a mdiobus_c45_write +EXPORT_SYMBOL vmlinux 0xac0c8de6 devm_extcon_register_notifier +EXPORT_SYMBOL vmlinux 0xac120a93 mipi_dsi_dcs_write_buffer +EXPORT_SYMBOL vmlinux 0xac175525 flow_block_cb_free +EXPORT_SYMBOL vmlinux 0xac17f846 param_get_short +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac2a62db ilookup5_nowait +EXPORT_SYMBOL vmlinux 0xac2d852f get_thermal_instance +EXPORT_SYMBOL vmlinux 0xac30b6c4 inet_frag_reasm_finish +EXPORT_SYMBOL vmlinux 0xac3201b0 udp_flow_hashrnd +EXPORT_SYMBOL vmlinux 0xac537ac2 percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0xac5e3e99 xsk_tx_peek_desc +EXPORT_SYMBOL vmlinux 0xac5fcec0 in4_pton +EXPORT_SYMBOL vmlinux 0xac635f03 clk_hw_get_clk +EXPORT_SYMBOL vmlinux 0xac77bd21 block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0xac89b2d0 handshake_req_private +EXPORT_SYMBOL vmlinux 0xac8caaaf copy_splice_read +EXPORT_SYMBOL vmlinux 0xac98ae84 sk_stream_error +EXPORT_SYMBOL vmlinux 0xac9d5ef9 sock_no_getname +EXPORT_SYMBOL vmlinux 0xaca306d1 of_find_mipi_dsi_host_by_node +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacd81eb3 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0xacddd806 ptp_get_vclocks_index +EXPORT_SYMBOL vmlinux 0xacddf764 put_watch_queue +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacf649bf audit_log_task_info +EXPORT_SYMBOL vmlinux 0xacfbbbaf param_set_invbool +EXPORT_SYMBOL vmlinux 0xad040807 cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad05e124 kthread_create_worker_on_cpu +EXPORT_SYMBOL vmlinux 0xad14cb82 begin_new_exec +EXPORT_SYMBOL vmlinux 0xad1ddf9d config_item_init_type_name +EXPORT_SYMBOL vmlinux 0xad3bd9b9 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0xad3dce93 xudma_get_device +EXPORT_SYMBOL vmlinux 0xad3ea04c qman_p_irqsource_remove +EXPORT_SYMBOL vmlinux 0xad3ffb26 skb_flow_dissect_meta +EXPORT_SYMBOL vmlinux 0xad557aa6 __module_get +EXPORT_SYMBOL vmlinux 0xad5b054a tcp_set_rcvlowat +EXPORT_SYMBOL vmlinux 0xad675786 mii_nway_restart +EXPORT_SYMBOL vmlinux 0xad682b8f xudma_rchanrt_write +EXPORT_SYMBOL vmlinux 0xad6ba40e radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0xad729f22 device_match_acpi_handle +EXPORT_SYMBOL vmlinux 0xad73041f autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xad85f2b2 redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0xad9901ae bit_waitqueue +EXPORT_SYMBOL vmlinux 0xada31e57 gen_pool_dma_alloc_align +EXPORT_SYMBOL vmlinux 0xada53e38 configfs_depend_item +EXPORT_SYMBOL vmlinux 0xadae6df8 blake2s_final +EXPORT_SYMBOL vmlinux 0xadb711ae tegra_dfll_resume +EXPORT_SYMBOL vmlinux 0xadb7c611 mmc_remove_host +EXPORT_SYMBOL vmlinux 0xadbeed61 mipi_dsi_packet_format_is_long +EXPORT_SYMBOL vmlinux 0xadd139d4 rfs_needed +EXPORT_SYMBOL vmlinux 0xade1d56d pps_register_source +EXPORT_SYMBOL vmlinux 0xadeaf245 xp_dma_sync_for_device_slow +EXPORT_SYMBOL vmlinux 0xadfde558 devm_ioremap_wc +EXPORT_SYMBOL vmlinux 0xae04012c __vmalloc +EXPORT_SYMBOL vmlinux 0xae116b57 i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0xae19ae81 truncate_pagecache +EXPORT_SYMBOL vmlinux 0xae1d2c5e fb_modesetting_disabled +EXPORT_SYMBOL vmlinux 0xae2c64a4 dquot_scan_active +EXPORT_SYMBOL vmlinux 0xae316c11 icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0xae33c403 xudma_navss_psil_unpair +EXPORT_SYMBOL vmlinux 0xae519979 twl6040_set_bits +EXPORT_SYMBOL vmlinux 0xae5a04bb acpi_evaluate_dsm +EXPORT_SYMBOL vmlinux 0xae66472b scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0xae6db66e clkdev_drop +EXPORT_SYMBOL vmlinux 0xaeac049a generate_random_guid +EXPORT_SYMBOL vmlinux 0xaeb082ad _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0xaeb2cd0a retire_super +EXPORT_SYMBOL vmlinux 0xaeb79792 param_get_dyndbg_classes +EXPORT_SYMBOL vmlinux 0xaebd12f0 acpi_get_name +EXPORT_SYMBOL vmlinux 0xaecc0f18 ip_frag_init +EXPORT_SYMBOL vmlinux 0xaef02458 dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0xaf13cb44 rtc_add_groups +EXPORT_SYMBOL vmlinux 0xaf14d686 __alloc_skb +EXPORT_SYMBOL vmlinux 0xaf1ab071 register_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0xaf1fe51b balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0xaf2dba74 mmc_retune_pause +EXPORT_SYMBOL vmlinux 0xaf37d8d7 mdiobus_write +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf4ba09a mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0xaf56600a arm64_use_ng_mappings +EXPORT_SYMBOL vmlinux 0xaf56b56f folio_set_bh +EXPORT_SYMBOL vmlinux 0xaf571aa2 file_check_and_advance_wb_err +EXPORT_SYMBOL vmlinux 0xaf57e4c2 handshake_genl_put +EXPORT_SYMBOL vmlinux 0xaf785a48 __netif_schedule +EXPORT_SYMBOL vmlinux 0xaf7a6e75 input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0xafaa6031 _find_next_and_bit +EXPORT_SYMBOL vmlinux 0xafb864c1 refcount_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0xafc08054 dotdot_name +EXPORT_SYMBOL vmlinux 0xafc1aa30 blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0xafc6c68e zstd_is_error +EXPORT_SYMBOL vmlinux 0xafee0b45 xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xaffed2c2 udp_set_csum +EXPORT_SYMBOL vmlinux 0xb01bebf9 xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xb01d07b0 dma_free_attrs +EXPORT_SYMBOL vmlinux 0xb02607ae dm_unregister_target +EXPORT_SYMBOL vmlinux 0xb031d567 kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0xb04a43ad __xa_alloc_cyclic +EXPORT_SYMBOL vmlinux 0xb056f12c scsi_remove_target +EXPORT_SYMBOL vmlinux 0xb058ca07 dim_calc_stats +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb0617db4 wait_for_completion_state +EXPORT_SYMBOL vmlinux 0xb072db5c pm860x_reg_read +EXPORT_SYMBOL vmlinux 0xb0861ac4 genl_unregister_family +EXPORT_SYMBOL vmlinux 0xb092d7ec tcf_chain_put_by_act +EXPORT_SYMBOL vmlinux 0xb09c8b71 pci_free_irq_vectors +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0b4ff6a inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0xb0bbaa76 t10_pi_type3_crc +EXPORT_SYMBOL vmlinux 0xb0c5e247 lockref_put_return +EXPORT_SYMBOL vmlinux 0xb0c94cec d_add_ci +EXPORT_SYMBOL vmlinux 0xb0cfc966 devm_nvmem_cell_put +EXPORT_SYMBOL vmlinux 0xb0d9ee04 vga_put +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0e229fa __lock_sock_fast +EXPORT_SYMBOL vmlinux 0xb0f8ad5c sock_cmsg_send +EXPORT_SYMBOL vmlinux 0xb101846d mr_mfc_find_any +EXPORT_SYMBOL vmlinux 0xb11662d4 inc_node_page_state +EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb121f46c dquot_quotactl_sysfile_ops +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb12de58b input_open_device +EXPORT_SYMBOL vmlinux 0xb1342cdb _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0xb13fa7c7 simple_rename +EXPORT_SYMBOL vmlinux 0xb1488f6b fddi_type_trans +EXPORT_SYMBOL vmlinux 0xb14ab1ef hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0xb14fc46a find_next_clump8 +EXPORT_SYMBOL vmlinux 0xb1518e15 cancel_work +EXPORT_SYMBOL vmlinux 0xb15491bf pci_dev_get +EXPORT_SYMBOL vmlinux 0xb16c5e81 __ip_select_ident +EXPORT_SYMBOL vmlinux 0xb16f3d66 param_get_ulong +EXPORT_SYMBOL vmlinux 0xb174b174 input_inject_event +EXPORT_SYMBOL vmlinux 0xb1a58467 netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0xb1adbb08 mii_ethtool_sset +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1db9a69 fsl_ifc_find +EXPORT_SYMBOL vmlinux 0xb1ddf995 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xb1ef2d50 cred_fscmp +EXPORT_SYMBOL vmlinux 0xb1f94dd9 padata_alloc_shell +EXPORT_SYMBOL vmlinux 0xb2007b99 qdisc_offload_query_caps +EXPORT_SYMBOL vmlinux 0xb216e093 __dev_set_mtu +EXPORT_SYMBOL vmlinux 0xb2202c7b pci_irq_get_affinity +EXPORT_SYMBOL vmlinux 0xb2299b5c set_nlink +EXPORT_SYMBOL vmlinux 0xb22e16d5 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xb23027c1 kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xb2303c4a alloc_pages +EXPORT_SYMBOL vmlinux 0xb23ff774 ip_defrag +EXPORT_SYMBOL vmlinux 0xb2417647 genphy_aneg_done +EXPORT_SYMBOL vmlinux 0xb2545c90 __seq_open_private +EXPORT_SYMBOL vmlinux 0xb2747203 pci_enable_ptm +EXPORT_SYMBOL vmlinux 0xb2a153dd task_work_add +EXPORT_SYMBOL vmlinux 0xb2a9cf10 neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0xb2bcb088 acpi_current_gpe_count +EXPORT_SYMBOL vmlinux 0xb2ead97c kimage_vaddr +EXPORT_SYMBOL vmlinux 0xb2f35c6a xxh64 +EXPORT_SYMBOL vmlinux 0xb2fcb56d queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xb306ec50 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0xb308c97d wait_woken +EXPORT_SYMBOL vmlinux 0xb30b9822 vme_master_set +EXPORT_SYMBOL vmlinux 0xb316db16 vc_resize +EXPORT_SYMBOL vmlinux 0xb317ae17 xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0xb3258f79 __ubsan_handle_type_mismatch_v1 +EXPORT_SYMBOL vmlinux 0xb32728bb qcom_scm_iommu_secure_ptbl_init +EXPORT_SYMBOL vmlinux 0xb32993f7 netlink_capable +EXPORT_SYMBOL vmlinux 0xb34c6a5b free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0xb34dca1c kryo_l2_get_indirect_reg +EXPORT_SYMBOL vmlinux 0xb35ec67e tegra_ivc_read_get_next_frame +EXPORT_SYMBOL vmlinux 0xb36590e9 dev_mc_unsync +EXPORT_SYMBOL vmlinux 0xb3687850 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xb36b576a phy_loopback +EXPORT_SYMBOL vmlinux 0xb37f6675 scsi_print_command +EXPORT_SYMBOL vmlinux 0xb3867e6d mtree_insert +EXPORT_SYMBOL vmlinux 0xb386e0fd nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xb3a82019 profile_pc +EXPORT_SYMBOL vmlinux 0xb3d2c76d scsi_hostbyte_string +EXPORT_SYMBOL vmlinux 0xb3f0de55 xz_dec_microlzma_run +EXPORT_SYMBOL vmlinux 0xb3f49446 kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0xb3f548ad kmemdup_nul +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb3f985a8 sg_alloc_table +EXPORT_SYMBOL vmlinux 0xb4043948 acpi_execute_simple_method +EXPORT_SYMBOL vmlinux 0xb40e7821 tcf_qevent_destroy +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb42834c0 fs_param_is_blockdev +EXPORT_SYMBOL vmlinux 0xb42cd302 t10_pi_type3_ip +EXPORT_SYMBOL vmlinux 0xb4436cb4 skb_dequeue +EXPORT_SYMBOL vmlinux 0xb44a155f filemap_map_pages +EXPORT_SYMBOL vmlinux 0xb4577003 acpi_dev_present +EXPORT_SYMBOL vmlinux 0xb45b62ea vme_slot_num +EXPORT_SYMBOL vmlinux 0xb4613b11 tty_unthrottle +EXPORT_SYMBOL vmlinux 0xb4652cf4 sys_copyarea +EXPORT_SYMBOL vmlinux 0xb46c5d8d tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0xb47172a7 netdev_offload_xstats_push_delta +EXPORT_SYMBOL vmlinux 0xb472e32b dev_uc_del +EXPORT_SYMBOL vmlinux 0xb47dd63d md_bitmap_update_sb +EXPORT_SYMBOL vmlinux 0xb48550c9 put_cmsg_scm_timestamping +EXPORT_SYMBOL vmlinux 0xb48d4d22 security_sb_eat_lsm_opts +EXPORT_SYMBOL vmlinux 0xb48e27f8 sock_dequeue_err_skb +EXPORT_SYMBOL vmlinux 0xb49601a1 sg_zero_buffer +EXPORT_SYMBOL vmlinux 0xb499f436 vfs_dedupe_file_range +EXPORT_SYMBOL vmlinux 0xb4ba5ffd pci_iomap_range +EXPORT_SYMBOL vmlinux 0xb4c2448f proto_register +EXPORT_SYMBOL vmlinux 0xb4dba778 dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0xb4e384b2 xfrm_state_free +EXPORT_SYMBOL vmlinux 0xb501ad62 netdev_state_change +EXPORT_SYMBOL vmlinux 0xb51c0bac mipi_dsi_dcs_set_display_brightness_large +EXPORT_SYMBOL vmlinux 0xb5311d70 sunxi_sram_release +EXPORT_SYMBOL vmlinux 0xb5396980 tegra_ivc_init +EXPORT_SYMBOL vmlinux 0xb53f2810 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0xb545e7c4 get_inode_acl +EXPORT_SYMBOL vmlinux 0xb547efe9 skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0xb559e9a1 __ip_dev_find +EXPORT_SYMBOL vmlinux 0xb57f1e27 fman_port_disable +EXPORT_SYMBOL vmlinux 0xb5805359 pci_unmap_rom +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5afb89c textsearch_destroy +EXPORT_SYMBOL vmlinux 0xb5b231bb dev_mc_del +EXPORT_SYMBOL vmlinux 0xb5b54b34 _raw_spin_unlock +EXPORT_SYMBOL vmlinux 0xb5b63711 fileattr_fill_xflags +EXPORT_SYMBOL vmlinux 0xb5c21b34 ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0xb5ce2c51 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0xb5cffaf8 uart_unregister_driver +EXPORT_SYMBOL vmlinux 0xb5dedcb0 backlight_device_get_by_type +EXPORT_SYMBOL vmlinux 0xb5e73116 flush_delayed_work +EXPORT_SYMBOL vmlinux 0xb5f82904 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0xb5fd9f68 phy_do_ioctl_running +EXPORT_SYMBOL vmlinux 0xb61d6fc2 down_read_interruptible +EXPORT_SYMBOL vmlinux 0xb621a185 bio_free_pages +EXPORT_SYMBOL vmlinux 0xb6283bb7 phy_ethtool_ksettings_set +EXPORT_SYMBOL vmlinux 0xb62939bf seg6_hmac_info_add +EXPORT_SYMBOL vmlinux 0xb6301105 hdmi_infoframe_log +EXPORT_SYMBOL vmlinux 0xb633f115 irq_poll_enable +EXPORT_SYMBOL vmlinux 0xb636d0e1 create_empty_buffers +EXPORT_SYMBOL vmlinux 0xb639a777 posix_acl_update_mode +EXPORT_SYMBOL vmlinux 0xb651473c freeze_super +EXPORT_SYMBOL vmlinux 0xb654c968 skb_get_hash_perturb +EXPORT_SYMBOL vmlinux 0xb654ef65 acpi_os_read_port +EXPORT_SYMBOL vmlinux 0xb65b8b78 netif_skb_features +EXPORT_SYMBOL vmlinux 0xb661584d cdrom_dummy_generic_packet +EXPORT_SYMBOL vmlinux 0xb66e96d8 netlbl_audit_start +EXPORT_SYMBOL vmlinux 0xb671147a netif_carrier_on +EXPORT_SYMBOL vmlinux 0xb6761376 register_quota_format +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb67a859d kobject_put +EXPORT_SYMBOL vmlinux 0xb67fec0e uuid_parse +EXPORT_SYMBOL vmlinux 0xb68125e1 setattr_copy +EXPORT_SYMBOL vmlinux 0xb68b893f is_nd_dax +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb6acaa13 phy_sfp_detach +EXPORT_SYMBOL vmlinux 0xb6cb556a _find_first_and_bit +EXPORT_SYMBOL vmlinux 0xb6cf91fc nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xb6e36ce2 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb6e5d307 phy_reset_after_clk_enable +EXPORT_SYMBOL vmlinux 0xb6f0bb60 netdev_sk_get_lowest_dev +EXPORT_SYMBOL vmlinux 0xb6f2f561 has_capability +EXPORT_SYMBOL vmlinux 0xb6fde909 close_fd +EXPORT_SYMBOL vmlinux 0xb70bba25 i2c_clients_command +EXPORT_SYMBOL vmlinux 0xb71589f0 skip_spaces +EXPORT_SYMBOL vmlinux 0xb71e0371 blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0xb71ed69f __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0xb7209426 in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xb734c352 vmf_insert_pfn +EXPORT_SYMBOL vmlinux 0xb737b185 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0xb748875c md_bitmap_startwrite +EXPORT_SYMBOL vmlinux 0xb74aed4a tty_hangup +EXPORT_SYMBOL vmlinux 0xb7688155 ucc_slow_init +EXPORT_SYMBOL vmlinux 0xb78debe3 LZ4_decompress_fast_usingDict +EXPORT_SYMBOL vmlinux 0xb798061a set_cached_acl +EXPORT_SYMBOL vmlinux 0xb7a7057c fman_get_revision +EXPORT_SYMBOL vmlinux 0xb7ad6bc1 __phy_resume +EXPORT_SYMBOL vmlinux 0xb7b7fa6e node_states +EXPORT_SYMBOL vmlinux 0xb7b9dc67 ipv6_dev_mc_dec +EXPORT_SYMBOL vmlinux 0xb7c0f443 sort +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb7d9872f kernel_getpeername +EXPORT_SYMBOL vmlinux 0xb7f82dc5 devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0xb7fa73d9 security_inet_conn_established +EXPORT_SYMBOL vmlinux 0xb80035bf jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0xb8089b03 inet_listen +EXPORT_SYMBOL vmlinux 0xb80b4a18 zstd_compress_bound +EXPORT_SYMBOL vmlinux 0xb8103a4d module_put +EXPORT_SYMBOL vmlinux 0xb81543c8 page_pool_put_page_bulk +EXPORT_SYMBOL vmlinux 0xb826a197 param_ops_ullong +EXPORT_SYMBOL vmlinux 0xb83342e5 ps2_sliced_command +EXPORT_SYMBOL vmlinux 0xb83e9630 blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0xb842716c qcom_scm_ocmem_lock_available +EXPORT_SYMBOL vmlinux 0xb8567586 fman_register_intr +EXPORT_SYMBOL vmlinux 0xb858414c netdev_bonding_info_change +EXPORT_SYMBOL vmlinux 0xb85fb227 ptp_schedule_worker +EXPORT_SYMBOL vmlinux 0xb85fe70a mii_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0xb8605d9c qman_p_static_dequeue_add +EXPORT_SYMBOL vmlinux 0xb866ca20 d_path +EXPORT_SYMBOL vmlinux 0xb868ac5c register_sysrq_key +EXPORT_SYMBOL vmlinux 0xb8882690 tcp_req_err +EXPORT_SYMBOL vmlinux 0xb88bb52c pci_set_power_state +EXPORT_SYMBOL vmlinux 0xb891cffc dev_set_mtu +EXPORT_SYMBOL vmlinux 0xb892aaaa kernel_read +EXPORT_SYMBOL vmlinux 0xb89b6e6b guid_parse +EXPORT_SYMBOL vmlinux 0xb8a799ff jbd2_submit_inode_data +EXPORT_SYMBOL vmlinux 0xb8a84076 ethtool_aggregate_phy_stats +EXPORT_SYMBOL vmlinux 0xb8b043f2 kfree_link +EXPORT_SYMBOL vmlinux 0xb8b251e2 netif_set_tso_max_size +EXPORT_SYMBOL vmlinux 0xb8bb7268 ucc_of_parse_tdm +EXPORT_SYMBOL vmlinux 0xb8ce1256 xattr_full_name +EXPORT_SYMBOL vmlinux 0xb8dadb7c kobject_add +EXPORT_SYMBOL vmlinux 0xb8e8d4bd vfs_get_tree +EXPORT_SYMBOL vmlinux 0xb8f42c54 free_task +EXPORT_SYMBOL vmlinux 0xb9034117 fman_set_port_params +EXPORT_SYMBOL vmlinux 0xb9062abe mdiobb_write_c45 +EXPORT_SYMBOL vmlinux 0xb907513f unpoison_memory +EXPORT_SYMBOL vmlinux 0xb911bb58 minmax_running_max +EXPORT_SYMBOL vmlinux 0xb920db49 acpi_tb_install_and_load_table +EXPORT_SYMBOL vmlinux 0xb9242ce0 brioctl_set +EXPORT_SYMBOL vmlinux 0xb93ad4a1 __dynamic_ibdev_dbg +EXPORT_SYMBOL vmlinux 0xb940945b inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0xb94339c4 qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xb9478d90 hdmi_drm_infoframe_unpack_only +EXPORT_SYMBOL vmlinux 0xb9491674 netdev_crit +EXPORT_SYMBOL vmlinux 0xb94c9a85 vme_irq_handler +EXPORT_SYMBOL vmlinux 0xb96c4f9e audit_log_subject_context +EXPORT_SYMBOL vmlinux 0xb97220ff bitmap_parse +EXPORT_SYMBOL vmlinux 0xb9799099 flow_rule_match_enc_keyid +EXPORT_SYMBOL vmlinux 0xb9af1d0d __xa_clear_mark +EXPORT_SYMBOL vmlinux 0xb9b0e92b sk_reset_timer +EXPORT_SYMBOL vmlinux 0xb9c86865 sget_fc +EXPORT_SYMBOL vmlinux 0xb9c9e606 tcp_disconnect +EXPORT_SYMBOL vmlinux 0xb9cb7d73 pci_release_resource +EXPORT_SYMBOL vmlinux 0xb9d59e8c nf_ip_checksum +EXPORT_SYMBOL vmlinux 0xb9e27aca register_mii_timestamper +EXPORT_SYMBOL vmlinux 0xb9e49c4f __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9f864ae elv_rb_former_request +EXPORT_SYMBOL vmlinux 0xb9fb403f sync_blockdev_range +EXPORT_SYMBOL vmlinux 0xb9fc381a qcom_scm_hdcp_req +EXPORT_SYMBOL vmlinux 0xba00daa2 dma_fence_allocate_private_stub +EXPORT_SYMBOL vmlinux 0xba0676e2 vm_zone_stat +EXPORT_SYMBOL vmlinux 0xba0fca0a tegra_ivc_write_get_next_frame +EXPORT_SYMBOL vmlinux 0xba1008c8 __crc32c_le +EXPORT_SYMBOL vmlinux 0xba16a0e0 skb_pull_data +EXPORT_SYMBOL vmlinux 0xba2429cc tty_unregister_device +EXPORT_SYMBOL vmlinux 0xba3f5f38 scsi_target_resume +EXPORT_SYMBOL vmlinux 0xba3fec13 sock_init_data_uid +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba4c1ae4 always_delete_dentry +EXPORT_SYMBOL vmlinux 0xba61edac fib_notifier_ops_register +EXPORT_SYMBOL vmlinux 0xba707a78 qe_get_brg_clk +EXPORT_SYMBOL vmlinux 0xba8f6653 fscrypt_zeroout_range +EXPORT_SYMBOL vmlinux 0xba8fbd64 _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xbaa0c52f eth_validate_addr +EXPORT_SYMBOL vmlinux 0xbaa251b9 skb_tunnel_check_pmtu +EXPORT_SYMBOL vmlinux 0xbac8aeea sg_nents_for_len +EXPORT_SYMBOL vmlinux 0xbaced84a skb_queue_purge +EXPORT_SYMBOL vmlinux 0xbad4cb8c devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0xbae75f2f rproc_detach +EXPORT_SYMBOL vmlinux 0xbae7c624 blk_rq_map_user_io +EXPORT_SYMBOL vmlinux 0xbaef7771 crypto_sha3_final +EXPORT_SYMBOL vmlinux 0xbafa632e __do_once_sleepable_start +EXPORT_SYMBOL vmlinux 0xbb0540aa zlib_inflateReset +EXPORT_SYMBOL vmlinux 0xbb21260e convert_ifc_address +EXPORT_SYMBOL vmlinux 0xbb219939 tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xbb24f607 init_cdrom_command +EXPORT_SYMBOL vmlinux 0xbb28afdb netdev_bind_sb_channel_queue +EXPORT_SYMBOL vmlinux 0xbb2f0aac phy_attached_info +EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0xbb50ac38 bio_split_to_limits +EXPORT_SYMBOL vmlinux 0xbb5512ed put_disk +EXPORT_SYMBOL vmlinux 0xbb57f45b sk_capable +EXPORT_SYMBOL vmlinux 0xbb5aaa1a iptun_encaps +EXPORT_SYMBOL vmlinux 0xbb687724 bman_new_pool +EXPORT_SYMBOL vmlinux 0xbb75187b inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0xbb9a5316 pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0xbb9c356b super_setup_bdi +EXPORT_SYMBOL vmlinux 0xbb9ed3bf mutex_trylock +EXPORT_SYMBOL vmlinux 0xbba40b12 md_flush_request +EXPORT_SYMBOL vmlinux 0xbbabb85f scsi_device_lookup +EXPORT_SYMBOL vmlinux 0xbbc2a30b inet_put_port +EXPORT_SYMBOL vmlinux 0xbbc52668 pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0xbbda18c4 dma_fence_free +EXPORT_SYMBOL vmlinux 0xbc14967e generic_fill_statx_attr +EXPORT_SYMBOL vmlinux 0xbc1a8b57 fs_param_is_blob +EXPORT_SYMBOL vmlinux 0xbc2031de acpi_processor_get_bios_limit +EXPORT_SYMBOL vmlinux 0xbc2b6de5 security_path_mkdir +EXPORT_SYMBOL vmlinux 0xbc430b46 tcp_sock_set_keepintvl +EXPORT_SYMBOL vmlinux 0xbc6dd889 zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0xbc956c08 skb_udp_tunnel_segment +EXPORT_SYMBOL vmlinux 0xbc9df1fc inc_nlink +EXPORT_SYMBOL vmlinux 0xbcab6ee6 sscanf +EXPORT_SYMBOL vmlinux 0xbcb4fc27 blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0xbccb6584 seq_bprintf +EXPORT_SYMBOL vmlinux 0xbcffd82a flow_rule_match_l2tpv3 +EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init +EXPORT_SYMBOL vmlinux 0xbd5e0bd7 __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xbd64fcc7 device_add_disk +EXPORT_SYMBOL vmlinux 0xbd6841d4 crc16 +EXPORT_SYMBOL vmlinux 0xbd68bfcc netdev_offload_xstats_enable +EXPORT_SYMBOL vmlinux 0xbd89eec7 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0xbd8a0caf mmc_release_host +EXPORT_SYMBOL vmlinux 0xbd98da33 kernel_listen +EXPORT_SYMBOL vmlinux 0xbddcfc37 dev_mc_add_global +EXPORT_SYMBOL vmlinux 0xbdf526ca netpoll_parse_options +EXPORT_SYMBOL vmlinux 0xbe2b3ee3 phy_init_hw +EXPORT_SYMBOL vmlinux 0xbe2ba124 tty_kref_put +EXPORT_SYMBOL vmlinux 0xbe2e98a5 napi_schedule_prep +EXPORT_SYMBOL vmlinux 0xbe49252c acpi_os_write_port +EXPORT_SYMBOL vmlinux 0xbe4eb6ed secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xbe5a24e9 xxh32_copy_state +EXPORT_SYMBOL vmlinux 0xbe5e50df mdiobus_scan_c22 +EXPORT_SYMBOL vmlinux 0xbe634292 param_ops_ulong +EXPORT_SYMBOL vmlinux 0xbe63c541 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0xbe6a866f __wait_on_bit +EXPORT_SYMBOL vmlinux 0xbe6a8c96 zstd_cctx_workspace_bound +EXPORT_SYMBOL vmlinux 0xbe8d3fd8 mapping_read_folio_gfp +EXPORT_SYMBOL vmlinux 0xbea79af7 xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0xbea84eca peernet2id +EXPORT_SYMBOL vmlinux 0xbebcda05 ipv6_dev_mc_inc +EXPORT_SYMBOL vmlinux 0xbecc3373 fs_param_is_path +EXPORT_SYMBOL vmlinux 0xbed15cfd jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0xbed460a4 phy_device_create +EXPORT_SYMBOL vmlinux 0xbeda72bb udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0xbee170ad __tty_insert_flip_char +EXPORT_SYMBOL vmlinux 0xbeee263e noop_dirty_folio +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbefa51a3 gen_pool_add_owner +EXPORT_SYMBOL vmlinux 0xbf3045e6 mnt_set_expiry +EXPORT_SYMBOL vmlinux 0xbf30a5a3 remove_arg_zero +EXPORT_SYMBOL vmlinux 0xbf30c7f6 sockopt_release_sock +EXPORT_SYMBOL vmlinux 0xbf4c7f83 dev_addr_del +EXPORT_SYMBOL vmlinux 0xbf4f3785 neigh_direct_output +EXPORT_SYMBOL vmlinux 0xbf569179 get_tree_bdev +EXPORT_SYMBOL vmlinux 0xbf59c419 posix_acl_init +EXPORT_SYMBOL vmlinux 0xbf711636 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0xbf8e4b9b configfs_register_default_group +EXPORT_SYMBOL vmlinux 0xbf9476cb input_set_capability +EXPORT_SYMBOL vmlinux 0xbf96b6ad uart_resume_port +EXPORT_SYMBOL vmlinux 0xbfa7dc82 devm_mmc_alloc_host +EXPORT_SYMBOL vmlinux 0xbfab1b05 xfrm_init_state +EXPORT_SYMBOL vmlinux 0xbfae9e07 utf8_validate +EXPORT_SYMBOL vmlinux 0xbfb257f9 fb_set_var +EXPORT_SYMBOL vmlinux 0xbfc479ac genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0xbfcbc0d2 stmp_reset_block +EXPORT_SYMBOL vmlinux 0xbfdfda50 clean_bdev_aliases +EXPORT_SYMBOL vmlinux 0xbffafc78 ipv6_chk_addr_and_flags +EXPORT_SYMBOL vmlinux 0xbffb6094 d_instantiate_anon +EXPORT_SYMBOL vmlinux 0xc004be47 start_tty +EXPORT_SYMBOL vmlinux 0xc00802ec __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0xc0161ae1 crypto_sha256_finup +EXPORT_SYMBOL vmlinux 0xc0364007 fault_in_writeable +EXPORT_SYMBOL vmlinux 0xc0370323 qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0xc047ca3b register_shrinker +EXPORT_SYMBOL vmlinux 0xc0530921 tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0xc0582483 sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0xc060c3f4 page_pool_ethtool_stats_get +EXPORT_SYMBOL vmlinux 0xc06ac04f skb_split +EXPORT_SYMBOL vmlinux 0xc07101a8 xfrm_replay_seqhi +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc078d22c zstd_init_cstream +EXPORT_SYMBOL vmlinux 0xc07b0863 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0xc07edce5 cdev_init +EXPORT_SYMBOL vmlinux 0xc096e58d md_bitmap_endwrite +EXPORT_SYMBOL vmlinux 0xc09b7a0f lynx_pcs_create_mdiodev +EXPORT_SYMBOL vmlinux 0xc0a751d5 pnp_register_driver +EXPORT_SYMBOL vmlinux 0xc0ba4f54 _copy_from_iter_nocache +EXPORT_SYMBOL vmlinux 0xc0ce0f54 pci_read_vpd +EXPORT_SYMBOL vmlinux 0xc0dca4ab blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0xc0dedc40 sk_mc_loop +EXPORT_SYMBOL vmlinux 0xc0ed5616 __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0xc0f5d757 __brelse +EXPORT_SYMBOL vmlinux 0xc0fe9137 __printk_cpu_sync_put +EXPORT_SYMBOL vmlinux 0xc0ff12fb nla_strdup +EXPORT_SYMBOL vmlinux 0xc0ff21c1 input_get_new_minor +EXPORT_SYMBOL vmlinux 0xc11728ca read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0xc1198662 __warn_flushing_systemwide_wq +EXPORT_SYMBOL vmlinux 0xc1496a90 bio_alloc_clone +EXPORT_SYMBOL vmlinux 0xc14dc168 acpi_get_data +EXPORT_SYMBOL vmlinux 0xc1514a3b free_irq +EXPORT_SYMBOL vmlinux 0xc1579516 fman_port_enable +EXPORT_SYMBOL vmlinux 0xc15e279e sock_no_connect +EXPORT_SYMBOL vmlinux 0xc161b816 ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0xc164a51c keygen_init +EXPORT_SYMBOL vmlinux 0xc16b7501 skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0xc16be39d iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xc1889bf9 config_group_find_item +EXPORT_SYMBOL vmlinux 0xc1c322c4 mipi_dsi_dcs_write +EXPORT_SYMBOL vmlinux 0xc1cb419c __traceiter_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1e2c742 tegra_io_rail_power_on +EXPORT_SYMBOL vmlinux 0xc2050974 fman_port_get_tstamp +EXPORT_SYMBOL vmlinux 0xc20c5a56 input_unregister_handler +EXPORT_SYMBOL vmlinux 0xc20d34a7 iommu_put_resv_regions +EXPORT_SYMBOL vmlinux 0xc20f2b3e insert_inode_locked +EXPORT_SYMBOL vmlinux 0xc22f6693 call_fib_notifier +EXPORT_SYMBOL vmlinux 0xc2310cdc logic_inl +EXPORT_SYMBOL vmlinux 0xc2403396 security_path_rename +EXPORT_SYMBOL vmlinux 0xc242e426 try_module_get +EXPORT_SYMBOL vmlinux 0xc256034c tcf_qevent_init +EXPORT_SYMBOL vmlinux 0xc259f4ba mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0xc26e5747 dev_remove_pack +EXPORT_SYMBOL vmlinux 0xc2794b8e register_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0xc289ffe9 nf_hook_slow_list +EXPORT_SYMBOL vmlinux 0xc28d60b9 dev_pick_tx_zero +EXPORT_SYMBOL vmlinux 0xc29a8eea __mod_lruvec_page_state +EXPORT_SYMBOL vmlinux 0xc29bf967 strspn +EXPORT_SYMBOL vmlinux 0xc2c64622 dquot_commit_info +EXPORT_SYMBOL vmlinux 0xc2cb862e sgl_alloc_order +EXPORT_SYMBOL vmlinux 0xc2d7820a __find_get_block +EXPORT_SYMBOL vmlinux 0xc2e168ab caches_clean_inval_pou +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2f11eac meson_sm_call_read +EXPORT_SYMBOL vmlinux 0xc2f52274 __lshrti3 +EXPORT_SYMBOL vmlinux 0xc30095fe netdev_emerg +EXPORT_SYMBOL vmlinux 0xc3055d20 usleep_range_state +EXPORT_SYMBOL vmlinux 0xc3090b7b i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0xc310b981 strnstr +EXPORT_SYMBOL vmlinux 0xc3132d1b qdisc_hash_del +EXPORT_SYMBOL vmlinux 0xc31c1e6c cont_write_begin +EXPORT_SYMBOL vmlinux 0xc31db0ce is_vmalloc_addr +EXPORT_SYMBOL vmlinux 0xc32c71af register_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xc3402c0b netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0xc359fb65 abort +EXPORT_SYMBOL vmlinux 0xc36e6dfc rproc_elf_get_boot_addr +EXPORT_SYMBOL vmlinux 0xc3707324 qdisc_reset +EXPORT_SYMBOL vmlinux 0xc3762aec mempool_alloc +EXPORT_SYMBOL vmlinux 0xc37f9c6e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0xc38c83b8 mod_timer +EXPORT_SYMBOL vmlinux 0xc395ae02 dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0xc3abbcdd phy_detach +EXPORT_SYMBOL vmlinux 0xc3b347ee eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0xc3bc68a9 dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0xc3bc72ad trace_print_array_seq +EXPORT_SYMBOL vmlinux 0xc3cd034d crc8_populate_lsb +EXPORT_SYMBOL vmlinux 0xc3d0fc99 fs_lookup_param +EXPORT_SYMBOL vmlinux 0xc3de264e netdev_has_any_upper_dev +EXPORT_SYMBOL vmlinux 0xc3e2cc73 mdio_device_register +EXPORT_SYMBOL vmlinux 0xc3ec2080 inetdev_by_index +EXPORT_SYMBOL vmlinux 0xc3ec48d3 fb_prepare_logo +EXPORT_SYMBOL vmlinux 0xc3ff38c2 down_read_trylock +EXPORT_SYMBOL vmlinux 0xc400a8e1 tcp_make_synack +EXPORT_SYMBOL vmlinux 0xc4212ab9 qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xc421e3df tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0xc426fdfb dm_kobject_release +EXPORT_SYMBOL vmlinux 0xc4280171 submit_bh +EXPORT_SYMBOL vmlinux 0xc42dcb99 acpi_evaluate_ost +EXPORT_SYMBOL vmlinux 0xc4351ab6 vfs_symlink +EXPORT_SYMBOL vmlinux 0xc43bdd34 page_symlink +EXPORT_SYMBOL vmlinux 0xc44c38ad jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0xc452212c utf8_strncasecmp +EXPORT_SYMBOL vmlinux 0xc453d1aa pps_lookup_dev +EXPORT_SYMBOL vmlinux 0xc458b59d blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0xc4708199 cpm_muram_addr +EXPORT_SYMBOL vmlinux 0xc4712b96 xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0xc4777aa9 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xc4863030 vlan_vid_add +EXPORT_SYMBOL vmlinux 0xc49d43d4 tcp_rtx_synack +EXPORT_SYMBOL vmlinux 0xc4ae65e2 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0xc4ae915e arch_touch_nmi_watchdog +EXPORT_SYMBOL vmlinux 0xc4b21d2f qman_get_affine_portal +EXPORT_SYMBOL vmlinux 0xc4b38fc9 i2c_verify_client +EXPORT_SYMBOL vmlinux 0xc4c28102 fs_param_is_string +EXPORT_SYMBOL vmlinux 0xc4d4dc91 inet_csk_reqsk_queue_drop_and_put +EXPORT_SYMBOL vmlinux 0xc4e00f76 buffer_migrate_folio +EXPORT_SYMBOL vmlinux 0xc4e8c272 alloc_fcdev +EXPORT_SYMBOL vmlinux 0xc4ee2579 udp_seq_stop +EXPORT_SYMBOL vmlinux 0xc4f50d3e open_exec +EXPORT_SYMBOL vmlinux 0xc4fa13c3 tegra_ivc_notified +EXPORT_SYMBOL vmlinux 0xc500b8ff vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0xc528a49a queued_write_lock_slowpath +EXPORT_SYMBOL vmlinux 0xc54a99c6 dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0xc5543044 mr_rtm_dumproute +EXPORT_SYMBOL vmlinux 0xc55a0c67 mini_qdisc_pair_block_init +EXPORT_SYMBOL vmlinux 0xc55a4138 netdev_set_num_tc +EXPORT_SYMBOL vmlinux 0xc56541da filp_close +EXPORT_SYMBOL vmlinux 0xc569fad9 unregister_md_personality +EXPORT_SYMBOL vmlinux 0xc56c3609 xz_dec_microlzma_reset +EXPORT_SYMBOL vmlinux 0xc56e732f pcie_set_readrq +EXPORT_SYMBOL vmlinux 0xc57c48a3 idr_get_next +EXPORT_SYMBOL vmlinux 0xc58d5a90 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc5b6f236 queue_work_on +EXPORT_SYMBOL vmlinux 0xc5c4b592 md_bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0xc5dd5ac1 watchdog_register_governor +EXPORT_SYMBOL vmlinux 0xc5e74216 release_resource +EXPORT_SYMBOL vmlinux 0xc5e75fc3 tcp_read_done +EXPORT_SYMBOL vmlinux 0xc6041ee3 may_umount_tree +EXPORT_SYMBOL vmlinux 0xc60d0620 __num_online_cpus +EXPORT_SYMBOL vmlinux 0xc61afd6d scmd_printk +EXPORT_SYMBOL vmlinux 0xc622556f prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0xc6247ab6 pci_read_vpd_any +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc633d82d phy_unregister_fixup +EXPORT_SYMBOL vmlinux 0xc65a4d60 netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0xc65e4e97 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif +EXPORT_SYMBOL vmlinux 0xc679af61 dump_align +EXPORT_SYMBOL vmlinux 0xc6899edf starget_for_each_device +EXPORT_SYMBOL vmlinux 0xc69fce52 qcom_scm_qsmmu500_wait_safe_toggle +EXPORT_SYMBOL vmlinux 0xc6bd4607 key_type_keyring +EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6d09aa9 release_firmware +EXPORT_SYMBOL vmlinux 0xc6e4f84f submit_bio +EXPORT_SYMBOL vmlinux 0xc6f3b3fc refcount_dec_if_one +EXPORT_SYMBOL vmlinux 0xc6f46339 init_timer_key +EXPORT_SYMBOL vmlinux 0xc6f56faa pci_set_master +EXPORT_SYMBOL vmlinux 0xc708f1fe ec_write +EXPORT_SYMBOL vmlinux 0xc70bd36e jbd2_journal_start +EXPORT_SYMBOL vmlinux 0xc70d38d2 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0xc70faf7f max8998_read_reg +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc72e4c6a kthread_associate_blkcg +EXPORT_SYMBOL vmlinux 0xc73515a1 set_create_files_as +EXPORT_SYMBOL vmlinux 0xc7417df3 d_alloc_anon +EXPORT_SYMBOL vmlinux 0xc7505042 dma_resv_iter_first_unlocked +EXPORT_SYMBOL vmlinux 0xc75651ba vfs_mkobj +EXPORT_SYMBOL vmlinux 0xc76afcfb netdev_offload_xstats_get +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc785301e page_pool_alloc_frag +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc7975de0 trace_seq_acquire +EXPORT_SYMBOL vmlinux 0xc7a16c2a __sk_queue_drop_skb +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7ae1903 security_lock_kernel_down +EXPORT_SYMBOL vmlinux 0xc7aec99c pskb_trim_rcsum_slow +EXPORT_SYMBOL vmlinux 0xc7c1107a LZ4_decompress_safe +EXPORT_SYMBOL vmlinux 0xc80ab559 swake_up_one +EXPORT_SYMBOL vmlinux 0xc81b3080 clk_bulk_get +EXPORT_SYMBOL vmlinux 0xc827c391 ip6_xmit +EXPORT_SYMBOL vmlinux 0xc82c9f66 scsi_register_driver +EXPORT_SYMBOL vmlinux 0xc82caebc seg6_hmac_net_exit +EXPORT_SYMBOL vmlinux 0xc838c3f5 __ashrti3 +EXPORT_SYMBOL vmlinux 0xc839afed hdmi_audio_infoframe_check +EXPORT_SYMBOL vmlinux 0xc843ff18 tty_register_device +EXPORT_SYMBOL vmlinux 0xc848a3d6 fman_reset_mac +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc8513667 pci_find_capability +EXPORT_SYMBOL vmlinux 0xc8687bb0 dma_set_mask +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc8827b75 sysctl_vals +EXPORT_SYMBOL vmlinux 0xc890c008 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xc894723c skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0xc89490cc lease_modify +EXPORT_SYMBOL vmlinux 0xc895a6c9 md_bitmap_unplug +EXPORT_SYMBOL vmlinux 0xc8973b11 kobject_get_unless_zero +EXPORT_SYMBOL vmlinux 0xc89846c4 xudma_tchanrt_read +EXPORT_SYMBOL vmlinux 0xc8a64733 i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0xc8a7b844 aperture_remove_conflicting_pci_devices +EXPORT_SYMBOL vmlinux 0xc8a91f5b cpumask_local_spread +EXPORT_SYMBOL vmlinux 0xc8b6634b ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xc8b67c75 devm_gen_pool_create +EXPORT_SYMBOL vmlinux 0xc8bd22e6 tcf_idrinfo_destroy +EXPORT_SYMBOL vmlinux 0xc8c85086 sg_free_table +EXPORT_SYMBOL vmlinux 0xc8dcc62a krealloc +EXPORT_SYMBOL vmlinux 0xc8f79bd7 __netif_rx +EXPORT_SYMBOL vmlinux 0xc9005f22 param_ops_byte +EXPORT_SYMBOL vmlinux 0xc916dd46 __SCK__tp_func_kmalloc +EXPORT_SYMBOL vmlinux 0xc91989ff blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0xc92aa2a9 copy_page_from_iter_atomic +EXPORT_SYMBOL vmlinux 0xc92b9459 of_get_compatible_child +EXPORT_SYMBOL vmlinux 0xc92de0dd serial8250_do_pm +EXPORT_SYMBOL vmlinux 0xc93e8461 acpi_get_event_resources +EXPORT_SYMBOL vmlinux 0xc9533c65 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0xc9610a66 sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0xc9629d0b to_nd_pfn +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc96855f4 flow_rule_match_ipv6_addrs +EXPORT_SYMBOL vmlinux 0xc972449f mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0xc97372e8 from_kuid_munged +EXPORT_SYMBOL vmlinux 0xc9822234 clk_register_clkdev +EXPORT_SYMBOL vmlinux 0xc984f1c6 inet_frags_init +EXPORT_SYMBOL vmlinux 0xc9894bf4 nlmsg_notify +EXPORT_SYMBOL vmlinux 0xc98b6fd4 nvdimm_namespace_common_probe +EXPORT_SYMBOL vmlinux 0xc98c73cf generic_listxattr +EXPORT_SYMBOL vmlinux 0xc9933a15 devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9acd69f mmc_retune_release +EXPORT_SYMBOL vmlinux 0xc9d507f1 find_vma_intersection +EXPORT_SYMBOL vmlinux 0xc9d5a1c8 of_phy_register_fixed_link +EXPORT_SYMBOL vmlinux 0xc9d7f3f3 netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0xc9df055a xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xc9ed0401 imx_sc_rm_is_resource_owned +EXPORT_SYMBOL vmlinux 0xca1648d4 zstd_decompress_dctx +EXPORT_SYMBOL vmlinux 0xca17ac01 _find_next_andnot_bit +EXPORT_SYMBOL vmlinux 0xca17dcaa unlock_new_inode +EXPORT_SYMBOL vmlinux 0xca21ebd3 bitmap_free +EXPORT_SYMBOL vmlinux 0xca21edda eth_header +EXPORT_SYMBOL vmlinux 0xca2851ea scsi_scan_host +EXPORT_SYMBOL vmlinux 0xca2dd539 scsi_register_interface +EXPORT_SYMBOL vmlinux 0xca431c05 wake_bit_function +EXPORT_SYMBOL vmlinux 0xca47a312 skb_copy_expand +EXPORT_SYMBOL vmlinux 0xca47df73 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0xca4b69db genphy_update_link +EXPORT_SYMBOL vmlinux 0xca589ffb pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xca5a108b netdev_features_change +EXPORT_SYMBOL vmlinux 0xca62afaf xudma_rflow_is_gp +EXPORT_SYMBOL vmlinux 0xca7faed7 of_find_node_by_name +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xca9beaa4 __xa_store +EXPORT_SYMBOL vmlinux 0xcad1aca8 acpi_exception +EXPORT_SYMBOL vmlinux 0xcad4a787 tcf_em_register +EXPORT_SYMBOL vmlinux 0xcaf2cbb6 inet_accept +EXPORT_SYMBOL vmlinux 0xcafcf256 page_pool_destroy +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb0d205a dev_get_stats +EXPORT_SYMBOL vmlinux 0xcb112c9f alloc_fddidev +EXPORT_SYMBOL vmlinux 0xcb29cf15 dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0xcb31fc41 netif_device_detach +EXPORT_SYMBOL vmlinux 0xcb38e9ad find_inode_nowait +EXPORT_SYMBOL vmlinux 0xcb3ae215 call_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xcb5258b2 input_match_device_id +EXPORT_SYMBOL vmlinux 0xcb5ad6a5 mipi_dsi_device_unregister +EXPORT_SYMBOL vmlinux 0xcb733bf2 acpi_bus_set_power +EXPORT_SYMBOL vmlinux 0xcb78b735 skb_checksum +EXPORT_SYMBOL vmlinux 0xcb807426 unlock_buffer +EXPORT_SYMBOL vmlinux 0xcb8de641 mmc_of_parse +EXPORT_SYMBOL vmlinux 0xcb9f9f51 acpi_dev_uid_to_integer +EXPORT_SYMBOL vmlinux 0xcbab0c7d devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0xcbb18eb8 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0xcbbdde2e vfs_readlink +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbc0f9ee bioset_init +EXPORT_SYMBOL vmlinux 0xcbc4c1fc bdi_alloc +EXPORT_SYMBOL vmlinux 0xcbcb539e param_ops_int +EXPORT_SYMBOL vmlinux 0xcbd4898c fortify_panic +EXPORT_SYMBOL vmlinux 0xcbdf5567 gpiochip_irq_reqres +EXPORT_SYMBOL vmlinux 0xcbf5ac9f param_ops_ushort +EXPORT_SYMBOL vmlinux 0xcbfb33e4 init_opal_dev +EXPORT_SYMBOL vmlinux 0xcc0cd454 dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0xcc1b882a idr_get_next_ul +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc2f3572 nd_device_register +EXPORT_SYMBOL vmlinux 0xcc30b56d __inet_hash +EXPORT_SYMBOL vmlinux 0xcc328a5c reservation_ww_class +EXPORT_SYMBOL vmlinux 0xcc335488 flow_rule_match_ct +EXPORT_SYMBOL vmlinux 0xcc392eea kmalloc_size_roundup +EXPORT_SYMBOL vmlinux 0xcc411ed1 ptp_convert_timestamp +EXPORT_SYMBOL vmlinux 0xcc4d08be pci_match_id +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc5c2df4 trace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0xcc5d22d9 can_do_mlock +EXPORT_SYMBOL vmlinux 0xcc5da9ad pnp_get_resource +EXPORT_SYMBOL vmlinux 0xcc679415 inet_pton_with_scope +EXPORT_SYMBOL vmlinux 0xcc724355 handshake_req_alloc +EXPORT_SYMBOL vmlinux 0xcc8489ff phy_start_cable_test +EXPORT_SYMBOL vmlinux 0xcca5839d xen_vcpu_id +EXPORT_SYMBOL vmlinux 0xcca6b8ab pci_disable_link_state +EXPORT_SYMBOL vmlinux 0xccaf4e29 skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0xccaf994e dma_fence_set_deadline +EXPORT_SYMBOL vmlinux 0xccbcb841 param_set_byte +EXPORT_SYMBOL vmlinux 0xccdb2f80 tcf_exts_validate_ex +EXPORT_SYMBOL vmlinux 0xcce3e147 keyring_clear +EXPORT_SYMBOL vmlinux 0xccfb9e07 dst_default_metrics +EXPORT_SYMBOL vmlinux 0xccfd2ebc scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0xcd01b8e6 acpi_attach_data +EXPORT_SYMBOL vmlinux 0xcd18b5d8 kernel_getsockname +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd3096e9 inet6_protos +EXPORT_SYMBOL vmlinux 0xcd47c60d serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0xcd52c9d0 elv_rb_find +EXPORT_SYMBOL vmlinux 0xcd64273c fb_pan_display +EXPORT_SYMBOL vmlinux 0xcd754e13 md_finish_reshape +EXPORT_SYMBOL vmlinux 0xcd8ce890 acpi_format_exception +EXPORT_SYMBOL vmlinux 0xcd9c13a3 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0xcd9db6fa inet_frag_reasm_prepare +EXPORT_SYMBOL vmlinux 0xcdaced8a qcom_scm_assign_mem +EXPORT_SYMBOL vmlinux 0xcdb9eee8 dev_driver_string +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdcb9e23 jbd2_journal_invalidate_folio +EXPORT_SYMBOL vmlinux 0xcdcc5626 dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0xcdcd39e2 generic_error_remove_page +EXPORT_SYMBOL vmlinux 0xcdce7cec kmem_cache_create_usercopy +EXPORT_SYMBOL vmlinux 0xcde77bcc free_opal_dev +EXPORT_SYMBOL vmlinux 0xcded3db2 netif_tx_stop_all_queues +EXPORT_SYMBOL vmlinux 0xce0369a2 dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0xce08a46e of_graph_is_present +EXPORT_SYMBOL vmlinux 0xce0ce07e dev_pick_tx_cpu_id +EXPORT_SYMBOL vmlinux 0xce11897f dma_fence_array_create +EXPORT_SYMBOL vmlinux 0xce256d47 phy_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce3d5e94 blk_queue_io_min +EXPORT_SYMBOL vmlinux 0xce4912e9 igrab +EXPORT_SYMBOL vmlinux 0xce4cdb8e fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xce4e47b6 __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0xce5999a8 iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce5bb8fb generic_ro_fops +EXPORT_SYMBOL vmlinux 0xce667226 param_set_bool +EXPORT_SYMBOL vmlinux 0xce720f28 mtree_destroy +EXPORT_SYMBOL vmlinux 0xce726729 __skb_wait_for_more_packets +EXPORT_SYMBOL vmlinux 0xce731b34 ucc_slow_get_qe_cr_subblock +EXPORT_SYMBOL vmlinux 0xce76c257 acpi_get_irq_routing_table +EXPORT_SYMBOL vmlinux 0xce7afb0a tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0xce807a25 up_write +EXPORT_SYMBOL vmlinux 0xcea1f5b6 pci_release_region +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xceac1ac3 pci_read_config_word +EXPORT_SYMBOL vmlinux 0xceb8a86c blkdev_compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0xcec86264 param_ops_string +EXPORT_SYMBOL vmlinux 0xced0f4d4 gen_pool_create +EXPORT_SYMBOL vmlinux 0xced80372 inet_sendmsg +EXPORT_SYMBOL vmlinux 0xcee59672 pcim_enable_device +EXPORT_SYMBOL vmlinux 0xcee9fa5e xfrm_parse_spi +EXPORT_SYMBOL vmlinux 0xceec8062 t10_pi_type1_ip +EXPORT_SYMBOL vmlinux 0xcefb0c9f __mutex_init +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xceff5f18 mipi_dsi_dcs_set_tear_scanline +EXPORT_SYMBOL vmlinux 0xcf184c65 get_tree_single_reconf +EXPORT_SYMBOL vmlinux 0xcf2a6966 up +EXPORT_SYMBOL vmlinux 0xcf2ea86b __tracepoint_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xcf340d66 udp_seq_next +EXPORT_SYMBOL vmlinux 0xcf346fe7 fb_set_suspend +EXPORT_SYMBOL vmlinux 0xcf3b69b3 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xcf3c2455 phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0xcf49164d d_move +EXPORT_SYMBOL vmlinux 0xcf4fdd4d _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0xcf78b003 sock_set_mark +EXPORT_SYMBOL vmlinux 0xcf9b558d touchscreen_set_mt_pos +EXPORT_SYMBOL vmlinux 0xcfa64257 kill_anon_super +EXPORT_SYMBOL vmlinux 0xcfc9deaf atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0xcfd884a8 __hsiphash_unaligned +EXPORT_SYMBOL vmlinux 0xcfdc6c01 devm_free_irq +EXPORT_SYMBOL vmlinux 0xcfe6994a bio_add_page +EXPORT_SYMBOL vmlinux 0xcfeb98a8 acpi_processor_register_performance +EXPORT_SYMBOL vmlinux 0xcfed2463 dma_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0xd003e95e set_posix_acl +EXPORT_SYMBOL vmlinux 0xd011c6d4 i2c_smbus_read_i2c_block_data_or_emulated +EXPORT_SYMBOL vmlinux 0xd0126169 cdrom_release +EXPORT_SYMBOL vmlinux 0xd01e0cfb phy_support_asym_pause +EXPORT_SYMBOL vmlinux 0xd01fe84b vfs_link +EXPORT_SYMBOL vmlinux 0xd025c353 tty_register_ldisc +EXPORT_SYMBOL vmlinux 0xd025c75f pci_write_config_byte +EXPORT_SYMBOL vmlinux 0xd03d3b64 d_obtain_alias +EXPORT_SYMBOL vmlinux 0xd04c1a64 sysctl_devconf_inherit_init_net +EXPORT_SYMBOL vmlinux 0xd05889e2 __kfree_skb +EXPORT_SYMBOL vmlinux 0xd0654aba woken_wake_function +EXPORT_SYMBOL vmlinux 0xd06939fe __i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0xd0760fc0 kfree_sensitive +EXPORT_SYMBOL vmlinux 0xd083b0ba configfs_register_group +EXPORT_SYMBOL vmlinux 0xd08adb2b trace_seq_hex_dump +EXPORT_SYMBOL vmlinux 0xd094d02e iov_iter_zero +EXPORT_SYMBOL vmlinux 0xd0950176 rtnl_create_link +EXPORT_SYMBOL vmlinux 0xd0b74705 acpi_install_interface +EXPORT_SYMBOL vmlinux 0xd0c2209c dcb_getapp +EXPORT_SYMBOL vmlinux 0xd0d4537b serio_close +EXPORT_SYMBOL vmlinux 0xd0d5e3d8 inet_frag_find +EXPORT_SYMBOL vmlinux 0xd1033551 netdev_set_tc_queue +EXPORT_SYMBOL vmlinux 0xd1132f94 sk_filter_trim_cap +EXPORT_SYMBOL vmlinux 0xd1302966 phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0xd1363cc1 ucs2_strsize +EXPORT_SYMBOL vmlinux 0xd14131b0 dm_put_device +EXPORT_SYMBOL vmlinux 0xd1560f63 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0xd15cb96e nla_put +EXPORT_SYMBOL vmlinux 0xd17e5baa filemap_release_folio +EXPORT_SYMBOL vmlinux 0xd191576f bio_endio +EXPORT_SYMBOL vmlinux 0xd194ddf9 acpi_gpe_count +EXPORT_SYMBOL vmlinux 0xd19b8d8a request_partial_firmware_into_buf +EXPORT_SYMBOL vmlinux 0xd19ed37a skb_ext_add +EXPORT_SYMBOL vmlinux 0xd1ac20d2 ps2_begin_command +EXPORT_SYMBOL vmlinux 0xd1b14d6b genphy_read_status_fixed +EXPORT_SYMBOL vmlinux 0xd1b3ef81 genphy_read_master_slave +EXPORT_SYMBOL vmlinux 0xd1c0577a of_find_node_with_property +EXPORT_SYMBOL vmlinux 0xd1d87e92 scsi_mlreturn_string +EXPORT_SYMBOL vmlinux 0xd1d8db66 remove_proc_entry +EXPORT_SYMBOL vmlinux 0xd1db34a8 xfrm_state_update +EXPORT_SYMBOL vmlinux 0xd1dea73e xfrm6_rcv +EXPORT_SYMBOL vmlinux 0xd1f34a2d dst_init +EXPORT_SYMBOL vmlinux 0xd1ffea6a i2c_find_adapter_by_fwnode +EXPORT_SYMBOL vmlinux 0xd2051916 qcom_scm_cpu_power_down +EXPORT_SYMBOL vmlinux 0xd20c439f dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0xd2237016 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0xd237296e genphy_c37_read_status +EXPORT_SYMBOL vmlinux 0xd24108d4 rfkill_soft_blocked +EXPORT_SYMBOL vmlinux 0xd24816bf rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0xd2543b77 generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xd2582f8f __SCK__tp_func_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xd25bc5d4 csum_tcpudp_nofold +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd266d7c0 vma_alloc_folio +EXPORT_SYMBOL vmlinux 0xd26acde5 elv_rb_del +EXPORT_SYMBOL vmlinux 0xd2744013 max8998_bulk_write +EXPORT_SYMBOL vmlinux 0xd277dd2b icmpv6_ndo_send +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd2800691 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0xd2b46a3c vme_unregister_error_handler +EXPORT_SYMBOL vmlinux 0xd2cde055 xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xd2d6d38c ip_route_me_harder +EXPORT_SYMBOL vmlinux 0xd2d88506 netdev_offload_xstats_report_used +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2e2a9d0 hdmi_spd_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0xd2e4acb4 ethtool_aggregate_pause_stats +EXPORT_SYMBOL vmlinux 0xd2ea38bd __folio_alloc +EXPORT_SYMBOL vmlinux 0xd2ea49b8 acpi_leave_sleep_state_prep +EXPORT_SYMBOL vmlinux 0xd2f0d38d nvdimm_bus_lock +EXPORT_SYMBOL vmlinux 0xd2fb617c __udp_disconnect +EXPORT_SYMBOL vmlinux 0xd304f8ef netif_inherit_tso_max +EXPORT_SYMBOL vmlinux 0xd306944f inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible +EXPORT_SYMBOL vmlinux 0xd32ca591 netdev_info +EXPORT_SYMBOL vmlinux 0xd32eb484 vfs_fadvise +EXPORT_SYMBOL vmlinux 0xd32f3e25 tcp_seq_next +EXPORT_SYMBOL vmlinux 0xd3390cfa is_nvdimm_bus_locked +EXPORT_SYMBOL vmlinux 0xd3559ef4 __memset +EXPORT_SYMBOL vmlinux 0xd35761a1 __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0xd35a6d31 mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xd35cce70 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xd36dc10c get_random_u32 +EXPORT_SYMBOL vmlinux 0xd36e3d59 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0xd37c781f icmp6_send +EXPORT_SYMBOL vmlinux 0xd396db18 netpoll_send_udp +EXPORT_SYMBOL vmlinux 0xd3a0f896 netif_receive_skb_core +EXPORT_SYMBOL vmlinux 0xd3a1025f vme_dma_request +EXPORT_SYMBOL vmlinux 0xd3b7d14d phy_connect +EXPORT_SYMBOL vmlinux 0xd406d266 fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xd41aea79 sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0xd42c5eb9 ping_prot +EXPORT_SYMBOL vmlinux 0xd42d90b1 vma_set_file +EXPORT_SYMBOL vmlinux 0xd43b8347 scsi_vpd_tpg_id +EXPORT_SYMBOL vmlinux 0xd45a78aa vfs_dedupe_file_range_one +EXPORT_SYMBOL vmlinux 0xd45cc6ca bin2hex +EXPORT_SYMBOL vmlinux 0xd4686c94 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0xd469bccc __tracepoint_mmap_lock_released +EXPORT_SYMBOL vmlinux 0xd46cc4e1 nd_btt_version +EXPORT_SYMBOL vmlinux 0xd4765823 i2c_add_adapter +EXPORT_SYMBOL vmlinux 0xd4835ef8 dmi_check_system +EXPORT_SYMBOL vmlinux 0xd4888b1d netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0xd4a69d20 qm_channel_caam +EXPORT_SYMBOL vmlinux 0xd4a77aba inode_to_bdi +EXPORT_SYMBOL vmlinux 0xd4afea5d free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0xd4bb4a82 inet6addr_validator_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xd4bf6b2b phy_read_paged +EXPORT_SYMBOL vmlinux 0xd4d1983c udplite_table +EXPORT_SYMBOL vmlinux 0xd4d35128 fscrypt_encrypt_block_inplace +EXPORT_SYMBOL vmlinux 0xd4d786df netdev_has_upper_dev_all_rcu +EXPORT_SYMBOL vmlinux 0xd4dce197 vfs_parse_fs_param_source +EXPORT_SYMBOL vmlinux 0xd4df5699 kfree_skb_partial +EXPORT_SYMBOL vmlinux 0xd4e287fd sock_set_reuseport +EXPORT_SYMBOL vmlinux 0xd4e90afd netdev_unbind_sb_channel +EXPORT_SYMBOL vmlinux 0xd50b619b ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0xd5142f73 nf_ct_attach +EXPORT_SYMBOL vmlinux 0xd514b10d d_add +EXPORT_SYMBOL vmlinux 0xd5174c08 pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0xd5179878 send_sig +EXPORT_SYMBOL vmlinux 0xd5263820 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xd5346bfc acpi_get_possible_resources +EXPORT_SYMBOL vmlinux 0xd559dbf8 generic_setlease +EXPORT_SYMBOL vmlinux 0xd56abb76 __skb_vlan_pop +EXPORT_SYMBOL vmlinux 0xd581e3e5 eth_get_headlen +EXPORT_SYMBOL vmlinux 0xd584c838 sock_wfree +EXPORT_SYMBOL vmlinux 0xd59f10f9 arp_create +EXPORT_SYMBOL vmlinux 0xd5b3d0d5 xxh64_copy_state +EXPORT_SYMBOL vmlinux 0xd5d0897b mmc_cqe_post_req +EXPORT_SYMBOL vmlinux 0xd5f9ba04 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0xd5fd90f1 prepare_to_wait +EXPORT_SYMBOL vmlinux 0xd5fe9c7d __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xd602b779 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL vmlinux 0xd6084006 skb_copy_header +EXPORT_SYMBOL vmlinux 0xd60a95f4 mmc_erase +EXPORT_SYMBOL vmlinux 0xd60ae0a9 scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0xd6107459 dma_sync_single_for_device +EXPORT_SYMBOL vmlinux 0xd628a258 tcf_exts_num_actions +EXPORT_SYMBOL vmlinux 0xd6296537 vme_unregister_driver +EXPORT_SYMBOL vmlinux 0xd62d3b1c dquot_resume +EXPORT_SYMBOL vmlinux 0xd62ecd49 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xd63964bf sock_no_linger +EXPORT_SYMBOL vmlinux 0xd6414e21 inet_csk_complete_hashdance +EXPORT_SYMBOL vmlinux 0xd642f3f6 video_firmware_drivers_only +EXPORT_SYMBOL vmlinux 0xd643239a acpi_leave_sleep_state +EXPORT_SYMBOL vmlinux 0xd66c8184 add_device_randomness +EXPORT_SYMBOL vmlinux 0xd67dea63 bpf_link_get_from_fd +EXPORT_SYMBOL vmlinux 0xd68c5a1f adjust_resource +EXPORT_SYMBOL vmlinux 0xd68cf125 blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0xd68f50d7 blk_rq_append_bio +EXPORT_SYMBOL vmlinux 0xd697674f pci_write_config_word +EXPORT_SYMBOL vmlinux 0xd6a69c59 fault_in_iov_iter_writeable +EXPORT_SYMBOL vmlinux 0xd6a91f54 twl_i2c_read +EXPORT_SYMBOL vmlinux 0xd6ca6e35 tegra_ivc_reset +EXPORT_SYMBOL vmlinux 0xd6d0b5d6 pcie_get_mps +EXPORT_SYMBOL vmlinux 0xd6eaaea1 full_name_hash +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6f42468 udp_prot +EXPORT_SYMBOL vmlinux 0xd6fde043 is_module_sig_enforced +EXPORT_SYMBOL vmlinux 0xd70633fe pci_find_bus +EXPORT_SYMBOL vmlinux 0xd70d35a1 gf128mul_4k_bbe +EXPORT_SYMBOL vmlinux 0xd70f62b6 acpi_os_execute +EXPORT_SYMBOL vmlinux 0xd71104b3 vm_node_stat +EXPORT_SYMBOL vmlinux 0xd712ed6a sk_stop_timer_sync +EXPORT_SYMBOL vmlinux 0xd71d71b4 request_firmware +EXPORT_SYMBOL vmlinux 0xd71fb5ca dm_io +EXPORT_SYMBOL vmlinux 0xd7356c1c ns_capable_setid +EXPORT_SYMBOL vmlinux 0xd73653c4 freezer_active +EXPORT_SYMBOL vmlinux 0xd738ca1b phy_unregister_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xd73a294f mtree_erase +EXPORT_SYMBOL vmlinux 0xd73c8c2b synchronize_shrinkers +EXPORT_SYMBOL vmlinux 0xd7482f05 vcalloc +EXPORT_SYMBOL vmlinux 0xd7520b59 cfb_imageblit +EXPORT_SYMBOL vmlinux 0xd7838985 netdev_notice +EXPORT_SYMBOL vmlinux 0xd784c72b iput +EXPORT_SYMBOL vmlinux 0xd78d253c iterate_dir +EXPORT_SYMBOL vmlinux 0xd793497a xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0xd793ed35 register_md_cluster_operations +EXPORT_SYMBOL vmlinux 0xd797428d __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0xd7987177 utf8_load +EXPORT_SYMBOL vmlinux 0xd7acaddc bio_chain +EXPORT_SYMBOL vmlinux 0xd7bc028b mmc_wait_for_req_done +EXPORT_SYMBOL vmlinux 0xd7c21db2 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0xd7ce4dde phy_error +EXPORT_SYMBOL vmlinux 0xd7d280ad irq_poll_complete +EXPORT_SYMBOL vmlinux 0xd7d4d286 blk_mq_unique_tag +EXPORT_SYMBOL vmlinux 0xd7e21f35 filemap_alloc_folio +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7e637a3 inet_frag_rbtree_purge +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7eb9d98 alloc_skb_with_frags +EXPORT_SYMBOL vmlinux 0xd7ef12c8 sg_miter_skip +EXPORT_SYMBOL vmlinux 0xd7ff1b8a __ashlti3 +EXPORT_SYMBOL vmlinux 0xd803c0a0 devm_devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0xd80a11bb is_bad_inode +EXPORT_SYMBOL vmlinux 0xd8131274 qman_alloc_cgrid_range +EXPORT_SYMBOL vmlinux 0xd817c383 kmem_cache_create +EXPORT_SYMBOL vmlinux 0xd8195973 scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0xd8240bee sock_register +EXPORT_SYMBOL vmlinux 0xd828f063 xudma_tchanrt_write +EXPORT_SYMBOL vmlinux 0xd82b4657 dentry_create +EXPORT_SYMBOL vmlinux 0xd83898d5 nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xd83a634b ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0xd846fa30 seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0xd864549a __dev_direct_xmit +EXPORT_SYMBOL vmlinux 0xd86a5213 xp_dma_map +EXPORT_SYMBOL vmlinux 0xd86d67e9 dquot_initialize +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd8a994eb scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0xd8b61304 get_default_font +EXPORT_SYMBOL vmlinux 0xd8b6d96f __find_nth_and_bit +EXPORT_SYMBOL vmlinux 0xd8cdfd77 sk_stop_timer +EXPORT_SYMBOL vmlinux 0xd8df08ac acpi_handle_printk +EXPORT_SYMBOL vmlinux 0xd8e6b50f pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0xd8ee9ecf mr_fill_mroute +EXPORT_SYMBOL vmlinux 0xd8f18923 pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0xd8f59f9d blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0xd91f6ab6 strnlen_user +EXPORT_SYMBOL vmlinux 0xd92deb6b acpi_evaluate_object +EXPORT_SYMBOL vmlinux 0xd9332482 dev_add_pack +EXPORT_SYMBOL vmlinux 0xd93bc29a textsearch_register +EXPORT_SYMBOL vmlinux 0xd93bdf29 jbd2_transaction_committed +EXPORT_SYMBOL vmlinux 0xd9491c14 xa_destroy +EXPORT_SYMBOL vmlinux 0xd9502fff bpf_link_put +EXPORT_SYMBOL vmlinux 0xd9554695 __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0xd96f7b98 twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd995380f jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0xd99cc7de blk_mq_delay_run_hw_queues +EXPORT_SYMBOL vmlinux 0xd9a5ea54 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xd9a65679 input_register_handle +EXPORT_SYMBOL vmlinux 0xd9b85ef6 lockref_get +EXPORT_SYMBOL vmlinux 0xd9b8eaea __SCK__tp_func_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xd9bb7dc0 kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0xd9bfe7b7 __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0xd9c7ebb5 sock_bind_add +EXPORT_SYMBOL vmlinux 0xd9d8fd16 register_restart_handler +EXPORT_SYMBOL vmlinux 0xd9d952d1 crypto_aes_sbox +EXPORT_SYMBOL vmlinux 0xd9dd32ef xfrm_register_type_offload +EXPORT_SYMBOL vmlinux 0xd9f0f436 netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0xd9f421fd blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0xda10443c xudma_tchan_get_id +EXPORT_SYMBOL vmlinux 0xda14b5f9 phy_modify_paged +EXPORT_SYMBOL vmlinux 0xda333598 amba_driver_unregister +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda3de6dd cros_ec_query_all +EXPORT_SYMBOL vmlinux 0xda3f8a71 nla_append +EXPORT_SYMBOL vmlinux 0xda79150e md_handle_request +EXPORT_SYMBOL vmlinux 0xdaa6070e csum_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0xdabf2671 page_pool_unlink_napi +EXPORT_SYMBOL vmlinux 0xdac4913a bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0xdaca820e dynamic_preempt_schedule +EXPORT_SYMBOL vmlinux 0xdad1fc3f zstd_flush_stream +EXPORT_SYMBOL vmlinux 0xdaea3cc6 napi_complete_done +EXPORT_SYMBOL vmlinux 0xdafa61fd register_framebuffer +EXPORT_SYMBOL vmlinux 0xdb0ca748 netif_tx_wake_queue +EXPORT_SYMBOL vmlinux 0xdb1edee6 hdmi_infoframe_unpack +EXPORT_SYMBOL vmlinux 0xdb209ebc d_instantiate +EXPORT_SYMBOL vmlinux 0xdb2f31b4 msi_desc_to_pci_dev +EXPORT_SYMBOL vmlinux 0xdb3f1970 fget +EXPORT_SYMBOL vmlinux 0xdb4ae7ac folio_migrate_mapping +EXPORT_SYMBOL vmlinux 0xdb4b92b5 imx_scu_enable_general_irq_channel +EXPORT_SYMBOL vmlinux 0xdb4c37b3 of_phy_deregister_fixed_link +EXPORT_SYMBOL vmlinux 0xdb4f4e74 mipi_dsi_dcs_set_tear_off +EXPORT_SYMBOL vmlinux 0xdb515ff9 iov_iter_npages +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb710d0b param_ops_bint +EXPORT_SYMBOL vmlinux 0xdb742e1d mipi_dsi_dcs_exit_sleep_mode +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb7c870d __ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0xdb8624c3 of_count_phandle_with_args +EXPORT_SYMBOL vmlinux 0xdba20e12 blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0xdba96cab param_get_uint +EXPORT_SYMBOL vmlinux 0xdbaab10e scsi_device_put +EXPORT_SYMBOL vmlinux 0xdbc43e6a qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xdbca371e pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0xdbcf041a acpi_install_address_space_handler +EXPORT_SYMBOL vmlinux 0xdbdf6c92 ioport_resource +EXPORT_SYMBOL vmlinux 0xdbee5c9c zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0xdbf8f483 max8925_reg_write +EXPORT_SYMBOL vmlinux 0xdc07e260 pci_disable_ptm +EXPORT_SYMBOL vmlinux 0xdc0b6720 tcp_time_wait +EXPORT_SYMBOL vmlinux 0xdc0e4855 timer_delete +EXPORT_SYMBOL vmlinux 0xdc10c7e0 phy_start +EXPORT_SYMBOL vmlinux 0xdc136830 pci_restore_state +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc18d3f9 blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0xdc33708d vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0xdc34158f fman_port_init +EXPORT_SYMBOL vmlinux 0xdc3a691b ethtool_rx_flow_rule_create +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc40bdad of_pci_range_to_resource +EXPORT_SYMBOL vmlinux 0xdc4792bf seq_pad +EXPORT_SYMBOL vmlinux 0xdc49c198 reciprocal_value_adv +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc8279df sk_net_capable +EXPORT_SYMBOL vmlinux 0xdc8ccf1d input_unregister_device +EXPORT_SYMBOL vmlinux 0xdc8d839a del_gendisk +EXPORT_SYMBOL vmlinux 0xdc96b4ea xsk_uses_need_wakeup +EXPORT_SYMBOL vmlinux 0xdc9b4e6e udp_sendmsg +EXPORT_SYMBOL vmlinux 0xdca8c3d4 logic_outb +EXPORT_SYMBOL vmlinux 0xdcb49a4f rt_dst_clone +EXPORT_SYMBOL vmlinux 0xdcb764ad memset +EXPORT_SYMBOL vmlinux 0xdcbeba1d sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0xdcd125b0 __breadahead +EXPORT_SYMBOL vmlinux 0xdcd40a65 mroute6_is_socket +EXPORT_SYMBOL vmlinux 0xdcd64646 kill_litter_super +EXPORT_SYMBOL vmlinux 0xdcdc0040 slhc_compress +EXPORT_SYMBOL vmlinux 0xdcf65cd1 __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0xdcfd0e02 devm_alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0xdd18a993 acpi_check_dsm +EXPORT_SYMBOL vmlinux 0xdd1bdb7a mmc_retune_unpause +EXPORT_SYMBOL vmlinux 0xdd1ce276 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0xdd2522df device_get_mac_address +EXPORT_SYMBOL vmlinux 0xdd2c169b mb_cache_create +EXPORT_SYMBOL vmlinux 0xdd4a89db end_page_writeback +EXPORT_SYMBOL vmlinux 0xdd4d55b6 _raw_read_unlock +EXPORT_SYMBOL vmlinux 0xdd5be02b cdrom_ioctl +EXPORT_SYMBOL vmlinux 0xdd5e4cea rtnl_nla_parse_ifinfomsg +EXPORT_SYMBOL vmlinux 0xdd64e639 strscpy +EXPORT_SYMBOL vmlinux 0xdd7e3192 qcom_scm_pas_auth_and_reset +EXPORT_SYMBOL vmlinux 0xdd8348b4 sync_file_create +EXPORT_SYMBOL vmlinux 0xdd849d51 scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0xddad7952 acpi_dbg_level +EXPORT_SYMBOL vmlinux 0xdddbe021 serio_rescan +EXPORT_SYMBOL vmlinux 0xdded80af netdev_adjacent_change_prepare +EXPORT_SYMBOL vmlinux 0xddf6ad7a completion_done +EXPORT_SYMBOL vmlinux 0xddfdb8ac tcp_md5_needed +EXPORT_SYMBOL vmlinux 0xde265b03 mdio_bus_type +EXPORT_SYMBOL vmlinux 0xde293f9e add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xde4ec40c security_sctp_assoc_established +EXPORT_SYMBOL vmlinux 0xde62a998 __devm_of_mdiobus_register +EXPORT_SYMBOL vmlinux 0xde67419e sg_split +EXPORT_SYMBOL vmlinux 0xde7eef8f iov_iter_kvec +EXPORT_SYMBOL vmlinux 0xde8f90e6 sock_set_reuseaddr +EXPORT_SYMBOL vmlinux 0xde914665 mmc_register_driver +EXPORT_SYMBOL vmlinux 0xdea6dea6 mr_dump +EXPORT_SYMBOL vmlinux 0xdeb99119 dma_fence_init +EXPORT_SYMBOL vmlinux 0xded39a6b gen_kill_estimator +EXPORT_SYMBOL vmlinux 0xded41a41 xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0xdeed6dc6 copy_page_to_iter +EXPORT_SYMBOL vmlinux 0xdeeeaab5 flow_rule_match_control +EXPORT_SYMBOL vmlinux 0xdef68d34 flow_keys_basic_dissector +EXPORT_SYMBOL vmlinux 0xdef7be7e sock_ioctl_inout +EXPORT_SYMBOL vmlinux 0xdef7c893 fb_match_mode +EXPORT_SYMBOL vmlinux 0xdefeadae d_make_root +EXPORT_SYMBOL vmlinux 0xdf0256ef remove_proc_subtree +EXPORT_SYMBOL vmlinux 0xdf17924d of_get_property +EXPORT_SYMBOL vmlinux 0xdf256037 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0xdf269f09 phy_free_interrupt +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf2ebb87 _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xdf3413c5 phy_start_aneg +EXPORT_SYMBOL vmlinux 0xdf36914b xa_find_after +EXPORT_SYMBOL vmlinux 0xdf431edb tegra_ivc_cleanup +EXPORT_SYMBOL vmlinux 0xdf50db00 inet_frag_pull_head +EXPORT_SYMBOL vmlinux 0xdf521442 _find_next_zero_bit +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf5fc609 seq_open_private +EXPORT_SYMBOL vmlinux 0xdf70389e cros_ec_cmd_xfer +EXPORT_SYMBOL vmlinux 0xdf7499cf fault_in_iov_iter_readable +EXPORT_SYMBOL vmlinux 0xdf85ead9 neigh_resolve_output +EXPORT_SYMBOL vmlinux 0xdf8c695a __ndelay +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdf93b9d8 timespec64_to_jiffies +EXPORT_SYMBOL vmlinux 0xdf962ada pin_user_pages +EXPORT_SYMBOL vmlinux 0xdf9734a7 sg_nents +EXPORT_SYMBOL vmlinux 0xdfa5f94d security_cred_getsecid +EXPORT_SYMBOL vmlinux 0xdfbd69d5 scsi_done +EXPORT_SYMBOL vmlinux 0xdfc12ef1 zstd_decompress_stream +EXPORT_SYMBOL vmlinux 0xdfcc992c current_work +EXPORT_SYMBOL vmlinux 0xdfccad74 inode_update_time +EXPORT_SYMBOL vmlinux 0xdfd8110c flow_block_cb_is_busy +EXPORT_SYMBOL vmlinux 0xdfe96120 flow_block_cb_priv +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xdffc80fc vesa_modes +EXPORT_SYMBOL vmlinux 0xe02ba436 trace_print_hex_seq +EXPORT_SYMBOL vmlinux 0xe02c9c92 __xa_erase +EXPORT_SYMBOL vmlinux 0xe03aa927 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0xe0419ac4 kstrtos16 +EXPORT_SYMBOL vmlinux 0xe051a6e4 scsi_vpd_lun_id +EXPORT_SYMBOL vmlinux 0xe057c2a3 udp_lib_unhash +EXPORT_SYMBOL vmlinux 0xe0594a5a inet_offloads +EXPORT_SYMBOL vmlinux 0xe05a59bf get_tree_single +EXPORT_SYMBOL vmlinux 0xe07444f0 rpmh_write_batch +EXPORT_SYMBOL vmlinux 0xe07e5f44 acpi_reconfig_notifier_unregister +EXPORT_SYMBOL vmlinux 0xe080e8f0 set_current_groups +EXPORT_SYMBOL vmlinux 0xe082e88d acpi_check_address_range +EXPORT_SYMBOL vmlinux 0xe091c977 list_sort +EXPORT_SYMBOL vmlinux 0xe09d2010 pci_map_rom +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b9065b security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xe0bef318 icst_hz_to_vco +EXPORT_SYMBOL vmlinux 0xe0c28b6d scsi_partsize +EXPORT_SYMBOL vmlinux 0xe0c76e4e pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0xe0c8b663 vfs_fileattr_get +EXPORT_SYMBOL vmlinux 0xe0cf5bd3 mipi_dsi_generic_write +EXPORT_SYMBOL vmlinux 0xe0e65066 rio_query_mport +EXPORT_SYMBOL vmlinux 0xe10c3f53 lock_sock_nested +EXPORT_SYMBOL vmlinux 0xe113bb0f security_socket_socketpair +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe11b5b9d seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0xe1227791 reuseport_select_sock +EXPORT_SYMBOL vmlinux 0xe123f3d9 dma_fence_release +EXPORT_SYMBOL vmlinux 0xe1247f19 skb_pull +EXPORT_SYMBOL vmlinux 0xe12bda79 vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xe1317694 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0xe138fb8c percpu_counter_add_batch +EXPORT_SYMBOL vmlinux 0xe13cd8a7 dmi_name_in_vendors +EXPORT_SYMBOL vmlinux 0xe165447b of_mdiobus_child_is_phy +EXPORT_SYMBOL vmlinux 0xe1674434 debugfs_create_automount +EXPORT_SYMBOL vmlinux 0xe16b552e mr_table_dump +EXPORT_SYMBOL vmlinux 0xe17568e3 dma_fence_signal_timestamp_locked +EXPORT_SYMBOL vmlinux 0xe17a90d2 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0xe1927a35 add_watch_to_object +EXPORT_SYMBOL vmlinux 0xe19e9d23 fbcon_update_vcs +EXPORT_SYMBOL vmlinux 0xe1daf8c4 __skb_recv_udp +EXPORT_SYMBOL vmlinux 0xe1dcf64a audit_log_format +EXPORT_SYMBOL vmlinux 0xe1e89df3 iov_iter_get_pages2 +EXPORT_SYMBOL vmlinux 0xe200bcfc napi_gro_receive +EXPORT_SYMBOL vmlinux 0xe206f12e simple_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0xe21f18ac __genradix_iter_peek +EXPORT_SYMBOL vmlinux 0xe228778f gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0xe229ee54 from_kprojid +EXPORT_SYMBOL vmlinux 0xe247493e skb_copy_datagram_iter +EXPORT_SYMBOL vmlinux 0xe24f1c14 of_graph_get_remote_port +EXPORT_SYMBOL vmlinux 0xe251d001 pci_bus_type +EXPORT_SYMBOL vmlinux 0xe254b3b9 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0xe25eceb5 qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0xe25ff743 netif_device_attach +EXPORT_SYMBOL vmlinux 0xe267f889 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0xe27208ac km_policy_expired +EXPORT_SYMBOL vmlinux 0xe27c36fe neigh_seq_start +EXPORT_SYMBOL vmlinux 0xe27de6d5 netdev_alert +EXPORT_SYMBOL vmlinux 0xe27f7f21 eth_gro_receive +EXPORT_SYMBOL vmlinux 0xe2964344 __wake_up +EXPORT_SYMBOL vmlinux 0xe2ab63b7 __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0xe2bbfa56 proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xe2d264ba cdev_alloc +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2d68c1d ps2_drain +EXPORT_SYMBOL vmlinux 0xe2f631b0 submit_bio_wait +EXPORT_SYMBOL vmlinux 0xe2f7e20a is_nd_btt +EXPORT_SYMBOL vmlinux 0xe30d635a dma_find_channel +EXPORT_SYMBOL vmlinux 0xe32ab4d8 xxh64_digest +EXPORT_SYMBOL vmlinux 0xe340e280 kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0xe34b552f tcp_read_skb +EXPORT_SYMBOL vmlinux 0xe36d5de0 security_task_getsecid_obj +EXPORT_SYMBOL vmlinux 0xe38772b6 udplite_prot +EXPORT_SYMBOL vmlinux 0xe392bb00 security_binder_transfer_binder +EXPORT_SYMBOL vmlinux 0xe39b2ea5 sha256 +EXPORT_SYMBOL vmlinux 0xe3ad3046 __sg_page_iter_dma_next +EXPORT_SYMBOL vmlinux 0xe3b39b80 tcp_prot +EXPORT_SYMBOL vmlinux 0xe3bf7866 ip_mc_join_group +EXPORT_SYMBOL vmlinux 0xe3ec2f2b alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0xe3feba56 tasklet_unlock_spin_wait +EXPORT_SYMBOL vmlinux 0xe3ff2c41 get_random_u64 +EXPORT_SYMBOL vmlinux 0xe404efd2 scsi_device_set_state +EXPORT_SYMBOL vmlinux 0xe40976c0 pnp_range_reserved +EXPORT_SYMBOL vmlinux 0xe40acb7d seq_write +EXPORT_SYMBOL vmlinux 0xe40c37ea down_write_trylock +EXPORT_SYMBOL vmlinux 0xe4254400 flow_block_cb_setup_simple +EXPORT_SYMBOL vmlinux 0xe427e398 lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0xe46021ca _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xe468a261 vfs_path_lookup +EXPORT_SYMBOL vmlinux 0xe4701e2e pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0xe4713568 jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0xe476c034 tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0xe477575a fb_blank +EXPORT_SYMBOL vmlinux 0xe492b36d path_is_mountpoint +EXPORT_SYMBOL vmlinux 0xe4bbc1dd kimage_voffset +EXPORT_SYMBOL vmlinux 0xe4bc2c2f hdmi_drm_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe4bcf380 mipi_dsi_generic_read +EXPORT_SYMBOL vmlinux 0xe4c4e6c3 eth_header_cache +EXPORT_SYMBOL vmlinux 0xe4ccec7a neigh_table_clear +EXPORT_SYMBOL vmlinux 0xe4ce3320 neigh_update +EXPORT_SYMBOL vmlinux 0xe4d8dbc2 fwnode_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0xe4e50fb7 dmaenginem_async_device_register +EXPORT_SYMBOL vmlinux 0xe4effe6a __scm_send +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe539c6fa ipv6_sock_mc_join +EXPORT_SYMBOL vmlinux 0xe53be77f devm_pci_remap_cfgspace +EXPORT_SYMBOL vmlinux 0xe5562a55 irq_domain_set_info +EXPORT_SYMBOL vmlinux 0xe57feefb qcom_scm_ocmem_unlock +EXPORT_SYMBOL vmlinux 0xe58090ca security_ib_endport_manage_subnet +EXPORT_SYMBOL vmlinux 0xe58bb346 elv_rb_add +EXPORT_SYMBOL vmlinux 0xe58f5875 udp_pre_connect +EXPORT_SYMBOL vmlinux 0xe590dea3 sk_busy_loop_end +EXPORT_SYMBOL vmlinux 0xe5b5d3c6 mipi_dsi_dcs_set_display_on +EXPORT_SYMBOL vmlinux 0xe5bacbda mmc_gpio_set_cd_wake +EXPORT_SYMBOL vmlinux 0xe5bfd718 mmc_card_is_blockaddr +EXPORT_SYMBOL vmlinux 0xe5c60bd2 percpu_counter_set +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5cee291 register_sysctl_mount_point +EXPORT_SYMBOL vmlinux 0xe5d8cacd pci_fixup_device +EXPORT_SYMBOL vmlinux 0xe5d90442 mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0xe607e909 rpmh_write_async +EXPORT_SYMBOL vmlinux 0xe6124627 blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0xe617052d jbd2_fc_end_commit +EXPORT_SYMBOL vmlinux 0xe61b912a security_binder_set_context_mgr +EXPORT_SYMBOL vmlinux 0xe63960ac drop_nlink +EXPORT_SYMBOL vmlinux 0xe63c4728 dev_set_mac_address +EXPORT_SYMBOL vmlinux 0xe6550092 utf8_casefold +EXPORT_SYMBOL vmlinux 0xe661b09e tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0xe6687510 blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0xe66cd12b fscrypt_encrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0xe679905a filemap_get_folios +EXPORT_SYMBOL vmlinux 0xe68e5889 tegra_dfll_runtime_resume +EXPORT_SYMBOL vmlinux 0xe68efe41 _raw_write_lock +EXPORT_SYMBOL vmlinux 0xe69f342f cros_ec_get_host_event +EXPORT_SYMBOL vmlinux 0xe6b64271 sock_set_rcvbuf +EXPORT_SYMBOL vmlinux 0xe6b76271 sk_error_report +EXPORT_SYMBOL vmlinux 0xe6d2458e do_trace_netlink_extack +EXPORT_SYMBOL vmlinux 0xe6d2a503 __mmap_lock_do_trace_released +EXPORT_SYMBOL vmlinux 0xe6e0b303 __cgroup_bpf_run_filter_sock_ops +EXPORT_SYMBOL vmlinux 0xe6e6852b dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0xe6f15938 hash_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0xe6f1ca5e fib6_info_hw_flags_set +EXPORT_SYMBOL vmlinux 0xe6f26e78 eth_platform_get_mac_address +EXPORT_SYMBOL vmlinux 0xe6f8d5f6 config_item_set_name +EXPORT_SYMBOL vmlinux 0xe6fa06a2 rename_lock +EXPORT_SYMBOL vmlinux 0xe7257ab8 xa_store_range +EXPORT_SYMBOL vmlinux 0xe729be5a netdev_get_xmit_slave +EXPORT_SYMBOL vmlinux 0xe732b277 scsi_device_get +EXPORT_SYMBOL vmlinux 0xe7435e0d keyring_alloc +EXPORT_SYMBOL vmlinux 0xe749c99a dcache_dir_close +EXPORT_SYMBOL vmlinux 0xe74f4098 bio_integrity_prep +EXPORT_SYMBOL vmlinux 0xe7560ea3 simple_unlink +EXPORT_SYMBOL vmlinux 0xe764cec6 sock_wmalloc +EXPORT_SYMBOL vmlinux 0xe784135f config_group_init_type_name +EXPORT_SYMBOL vmlinux 0xe79255ab jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0xe7a02573 ida_alloc_range +EXPORT_SYMBOL vmlinux 0xe7a5e6bb __post_watch_notification +EXPORT_SYMBOL vmlinux 0xe7ab1ecc _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0xe7b0353b __cpu_active_mask +EXPORT_SYMBOL vmlinux 0xe7b2a1a0 pnp_disable_dev +EXPORT_SYMBOL vmlinux 0xe7cead22 unix_attach_fds +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7dbf752 iov_iter_bvec +EXPORT_SYMBOL vmlinux 0xe7dded04 md_bitmap_end_sync +EXPORT_SYMBOL vmlinux 0xe7e85771 blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0xe7e8ffc9 simple_open +EXPORT_SYMBOL vmlinux 0xe8001428 pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0xe80e35d6 tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0xe816048f tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0xe81606a4 tcf_qevent_handle +EXPORT_SYMBOL vmlinux 0xe820c84c flow_block_cb_lookup +EXPORT_SYMBOL vmlinux 0xe830cbe9 pcie_get_speed_cap +EXPORT_SYMBOL vmlinux 0xe83cca10 block_truncate_page +EXPORT_SYMBOL vmlinux 0xe852a0fa input_set_poll_interval +EXPORT_SYMBOL vmlinux 0xe859e6a8 __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0xe85d482d mark_page_accessed +EXPORT_SYMBOL vmlinux 0xe85f2123 acpi_tb_unload_table +EXPORT_SYMBOL vmlinux 0xe866be7e iov_iter_init +EXPORT_SYMBOL vmlinux 0xe873d2ab serio_unregister_port +EXPORT_SYMBOL vmlinux 0xe8747208 tcf_action_update_hw_stats +EXPORT_SYMBOL vmlinux 0xe88ca9d6 mode_strip_sgid +EXPORT_SYMBOL vmlinux 0xe8ab2ff3 rpmh_invalidate +EXPORT_SYMBOL vmlinux 0xe8ae6bbc tty_port_destroy +EXPORT_SYMBOL vmlinux 0xe8d285b2 nla_policy_len +EXPORT_SYMBOL vmlinux 0xe8dc2f24 copy_string_kernel +EXPORT_SYMBOL vmlinux 0xe8df6e2a __dev_get_by_index +EXPORT_SYMBOL vmlinux 0xe8e79a0a mr_vif_seq_next +EXPORT_SYMBOL vmlinux 0xe8fbf4fa __alloc_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0xe8fd9e4d __folio_batch_release +EXPORT_SYMBOL vmlinux 0xe90253f0 xudma_rflow_get +EXPORT_SYMBOL vmlinux 0xe909997a bitmap_print_list_to_buf +EXPORT_SYMBOL vmlinux 0xe91088e0 pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe916b6bf udp_lib_get_port +EXPORT_SYMBOL vmlinux 0xe9316cfe netdev_warn +EXPORT_SYMBOL vmlinux 0xe952f080 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe95410ff inet_sock_destruct +EXPORT_SYMBOL vmlinux 0xe9691cc9 param_ops_short +EXPORT_SYMBOL vmlinux 0xe978bcfb shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0xe9a6abc7 pci_disable_device +EXPORT_SYMBOL vmlinux 0xe9a73902 vfs_create +EXPORT_SYMBOL vmlinux 0xe9af7397 __xa_set_mark +EXPORT_SYMBOL vmlinux 0xe9cd207a ip6_dst_alloc +EXPORT_SYMBOL vmlinux 0xe9cf2961 i2c_put_adapter +EXPORT_SYMBOL vmlinux 0xe9da1e79 devm_pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0xe9dc12a4 zstd_get_error_name +EXPORT_SYMBOL vmlinux 0xe9de0d43 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0xe9df5113 dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0xe9e8faeb efi_tpm_final_log_size +EXPORT_SYMBOL vmlinux 0xe9e9ee4b default_qdisc_ops +EXPORT_SYMBOL vmlinux 0xe9f51652 blackhole_netdev +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xe9ffc063 down_trylock +EXPORT_SYMBOL vmlinux 0xea0cdf25 __ip_queue_xmit +EXPORT_SYMBOL vmlinux 0xea0e04ed tcp_mtup_init +EXPORT_SYMBOL vmlinux 0xea180bfd netdev_core_stats_alloc +EXPORT_SYMBOL vmlinux 0xea1c3e3a arm_smccc_1_2_hvc +EXPORT_SYMBOL vmlinux 0xea216489 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0xea218912 file_update_time +EXPORT_SYMBOL vmlinux 0xea3c8e4e scsilun_to_int +EXPORT_SYMBOL vmlinux 0xea46f5f7 xp_alloc +EXPORT_SYMBOL vmlinux 0xea47b373 generic_set_encrypted_ci_d_ops +EXPORT_SYMBOL vmlinux 0xea6ad4b7 mmc_command_done +EXPORT_SYMBOL vmlinux 0xea6be0a1 generic_delete_inode +EXPORT_SYMBOL vmlinux 0xea6f9a36 zlib_deflate_dfltcc_enabled +EXPORT_SYMBOL vmlinux 0xea7daa08 __video_get_options +EXPORT_SYMBOL vmlinux 0xeab3ddb5 rfkill_alloc +EXPORT_SYMBOL vmlinux 0xeab6f4c4 acpi_check_resource_conflict +EXPORT_SYMBOL vmlinux 0xeac116be tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0xeac8b8e7 phy_register_fixup +EXPORT_SYMBOL vmlinux 0xead8c400 bman_get_bpid +EXPORT_SYMBOL vmlinux 0xead9b7ae __blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xeadcb564 vme_bus_num +EXPORT_SYMBOL vmlinux 0xeade67ca dm_table_get_size +EXPORT_SYMBOL vmlinux 0xeae3dfd6 __const_udelay +EXPORT_SYMBOL vmlinux 0xeafc141f __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xeb078aee _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xeb112c22 jbd2_fc_wait_bufs +EXPORT_SYMBOL vmlinux 0xeb15cbd8 seq_open +EXPORT_SYMBOL vmlinux 0xeb233a45 __kmalloc +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb44339a free_pages_exact +EXPORT_SYMBOL vmlinux 0xeb5693f4 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0xeb58aada trace_raw_output_prep +EXPORT_SYMBOL vmlinux 0xeb60eb57 kfree_skb_list_reason +EXPORT_SYMBOL vmlinux 0xeb63baf9 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0xeb7329a2 qcom_scm_set_warm_boot_addr +EXPORT_SYMBOL vmlinux 0xeb7df33d __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xeb7f6046 acpi_get_devices +EXPORT_SYMBOL vmlinux 0xeb90693e vme_slave_request +EXPORT_SYMBOL vmlinux 0xeb99b7d0 proc_symlink +EXPORT_SYMBOL vmlinux 0xeb99fe12 km_report +EXPORT_SYMBOL vmlinux 0xeb9eef52 match_uint +EXPORT_SYMBOL vmlinux 0xeba7959a xsk_get_pool_from_qid +EXPORT_SYMBOL vmlinux 0xebc35402 __mod_node_page_state +EXPORT_SYMBOL vmlinux 0xebdf8831 blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0xebe1b090 tty_port_hangup +EXPORT_SYMBOL vmlinux 0xebe22f26 devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0xebe8e214 nexthop_bucket_set_hw_flags +EXPORT_SYMBOL vmlinux 0xebed6867 try_lookup_one_len +EXPORT_SYMBOL vmlinux 0xec132ffd seq_file_path +EXPORT_SYMBOL vmlinux 0xec2b8a42 acpi_walk_namespace +EXPORT_SYMBOL vmlinux 0xec2b94d2 sock_create +EXPORT_SYMBOL vmlinux 0xec33c668 __SCK__tp_func_spi_transfer_start +EXPORT_SYMBOL vmlinux 0xec33f196 __mdiobus_read +EXPORT_SYMBOL vmlinux 0xec41716a qman_alloc_fqid_range +EXPORT_SYMBOL vmlinux 0xec4a0035 __skb_gro_checksum_complete +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec69360d seq_release +EXPORT_SYMBOL vmlinux 0xec7ab8f5 xfrm_state_add +EXPORT_SYMBOL vmlinux 0xec934f9a set_page_dirty +EXPORT_SYMBOL vmlinux 0xec9cf496 from_kuid +EXPORT_SYMBOL vmlinux 0xeca3f8f5 xfrm_dev_policy_flush +EXPORT_SYMBOL vmlinux 0xeca957d1 __bitmap_and +EXPORT_SYMBOL vmlinux 0xecab27f2 uart_get_divisor +EXPORT_SYMBOL vmlinux 0xecaf0c32 pldmfw_op_pci_match_record +EXPORT_SYMBOL vmlinux 0xecc8cc76 tso_build_data +EXPORT_SYMBOL vmlinux 0xecd1ab39 proc_set_user +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xece941c4 iov_iter_xarray +EXPORT_SYMBOL vmlinux 0xecfd68ef acpi_get_node +EXPORT_SYMBOL vmlinux 0xecfdcd53 nd_pfn_probe +EXPORT_SYMBOL vmlinux 0xed00c4fb acpi_os_printf +EXPORT_SYMBOL vmlinux 0xed0e076c pcie_capability_clear_and_set_word_unlocked +EXPORT_SYMBOL vmlinux 0xed0fe0dd sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0xed502e10 gnet_stats_copy_basic_hw +EXPORT_SYMBOL vmlinux 0xed55f929 acpi_os_unmap_generic_address +EXPORT_SYMBOL vmlinux 0xed5a3a86 bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0xed656e30 udp_encap_disable +EXPORT_SYMBOL vmlinux 0xed6c8de5 platform_get_ethdev_address +EXPORT_SYMBOL vmlinux 0xed6f104d posix_lock_file +EXPORT_SYMBOL vmlinux 0xed74eef6 fib_default_rule_add +EXPORT_SYMBOL vmlinux 0xed7fd86a netlink_ns_capable +EXPORT_SYMBOL vmlinux 0xed8a2d95 memset64 +EXPORT_SYMBOL vmlinux 0xed8d5df5 __xfrm_init_state +EXPORT_SYMBOL vmlinux 0xed992368 fscrypt_setup_filename +EXPORT_SYMBOL vmlinux 0xeda2e038 scsi_cmd_allowed +EXPORT_SYMBOL vmlinux 0xeda3b640 inode_init_always +EXPORT_SYMBOL vmlinux 0xedb38696 folio_end_writeback +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedbeae31 single_open_size +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedd17b31 sock_get_timeout +EXPORT_SYMBOL vmlinux 0xedf434be fman_get_mem_region +EXPORT_SYMBOL vmlinux 0xedfc71dd ip_sock_set_pktinfo +EXPORT_SYMBOL vmlinux 0xedfdab1f __generic_file_fsync +EXPORT_SYMBOL vmlinux 0xee0118df aperture_remove_conflicting_devices +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee343c04 mr_mfc_seq_idx +EXPORT_SYMBOL vmlinux 0xee49dc93 kill_pgrp +EXPORT_SYMBOL vmlinux 0xee51da17 inode_set_ctime_current +EXPORT_SYMBOL vmlinux 0xee58e970 fb_add_videomode +EXPORT_SYMBOL vmlinux 0xee5e533b rproc_report_crash +EXPORT_SYMBOL vmlinux 0xee66c6eb pci_scan_bus +EXPORT_SYMBOL vmlinux 0xee769e12 mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0xee7d7deb gen_pool_dma_zalloc +EXPORT_SYMBOL vmlinux 0xee7eb9e1 pnp_platform_devices +EXPORT_SYMBOL vmlinux 0xee883b06 __vmalloc_array +EXPORT_SYMBOL vmlinux 0xee8c02e9 vprintk_emit +EXPORT_SYMBOL vmlinux 0xee8d74d6 jiffies64_to_nsecs +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xeea77e5d timestamp_truncate +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeb01cda rtnl_kfree_skbs +EXPORT_SYMBOL vmlinux 0xeeb8e674 md_integrity_register +EXPORT_SYMBOL vmlinux 0xeec23f22 config_group_init +EXPORT_SYMBOL vmlinux 0xeecf33e9 netif_set_tso_max_segs +EXPORT_SYMBOL vmlinux 0xeee75d91 ucc_fast_init +EXPORT_SYMBOL vmlinux 0xef0f5d34 genphy_write_mmd_unsupported +EXPORT_SYMBOL vmlinux 0xef15b672 __cgroup_bpf_run_filter_sk +EXPORT_SYMBOL vmlinux 0xef1ca30f setup_new_exec +EXPORT_SYMBOL vmlinux 0xef346a11 input_flush_device +EXPORT_SYMBOL vmlinux 0xef3859a7 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xef463bab splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0xef6915c5 of_parse_phandle_with_args_map +EXPORT_SYMBOL vmlinux 0xef8ac53d qcom_scm_restore_sec_cfg +EXPORT_SYMBOL vmlinux 0xef8caa37 of_device_alloc +EXPORT_SYMBOL vmlinux 0xef96b614 param_get_charp +EXPORT_SYMBOL vmlinux 0xef96c036 skb_ensure_writable +EXPORT_SYMBOL vmlinux 0xefaf2e4f tcf_queue_work +EXPORT_SYMBOL vmlinux 0xefcea2e7 acpi_warning +EXPORT_SYMBOL vmlinux 0xefd30c7d rtnl_configure_link +EXPORT_SYMBOL vmlinux 0xefee932c acpi_get_data_full +EXPORT_SYMBOL vmlinux 0xefeefc09 __SCK__tp_func_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xeff9ce37 ptp_cancel_worker_sync +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf00542a7 netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0xf014dfc7 unix_detach_fds +EXPORT_SYMBOL vmlinux 0xf02aa937 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0xf02b1ad7 inet6_csk_route_req +EXPORT_SYMBOL vmlinux 0xf02c19d8 pci_get_class +EXPORT_SYMBOL vmlinux 0xf02f9423 sock_i_uid +EXPORT_SYMBOL vmlinux 0xf0587aab netdev_get_by_index +EXPORT_SYMBOL vmlinux 0xf05ac678 nf_register_sockopt +EXPORT_SYMBOL vmlinux 0xf06851b6 simple_get_link +EXPORT_SYMBOL vmlinux 0xf072c085 tcf_idr_create +EXPORT_SYMBOL vmlinux 0xf07b07f6 sg_free_append_table +EXPORT_SYMBOL vmlinux 0xf0967d11 do_clone_file_range +EXPORT_SYMBOL vmlinux 0xf0986365 jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0xf09b5d9a get_zeroed_page +EXPORT_SYMBOL vmlinux 0xf0b2419f cmd_db_read_aux_data +EXPORT_SYMBOL vmlinux 0xf0b9a4b9 commit_creds +EXPORT_SYMBOL vmlinux 0xf0bae8f8 blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0xf0c142eb scsi_is_host_device +EXPORT_SYMBOL vmlinux 0xf0cb0aa5 tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0xf0e43da3 of_iomap +EXPORT_SYMBOL vmlinux 0xf0ef3359 d_find_alias +EXPORT_SYMBOL vmlinux 0xf0fdf6cb __stack_chk_fail +EXPORT_SYMBOL vmlinux 0xf11bc364 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0xf11dd46e _page_poisoning_enabled_early +EXPORT_SYMBOL vmlinux 0xf11fae1f tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0xf1287755 dump_skip +EXPORT_SYMBOL vmlinux 0xf1415768 ata_print_version +EXPORT_SYMBOL vmlinux 0xf144c06d inet_dgram_connect +EXPORT_SYMBOL vmlinux 0xf15dd315 handshake_req_submit +EXPORT_SYMBOL vmlinux 0xf18300ad logic_inb +EXPORT_SYMBOL vmlinux 0xf1893ad5 devfreq_add_governor +EXPORT_SYMBOL vmlinux 0xf18d2b58 folio_create_empty_buffers +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf1969a8e __usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xf1a65f7b zstd_reset_dstream +EXPORT_SYMBOL vmlinux 0xf1b306e1 dev_set_alias +EXPORT_SYMBOL vmlinux 0xf1b759ff tty_port_close_start +EXPORT_SYMBOL vmlinux 0xf1c92c78 setup_arg_pages +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1e046cc panic +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1eba2db phys_mem_access_prot +EXPORT_SYMBOL vmlinux 0xf1f2ed39 inode_query_iversion +EXPORT_SYMBOL vmlinux 0xf1f5ff58 dev_deactivate +EXPORT_SYMBOL vmlinux 0xf1f88a0e dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0xf1fb9034 qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0xf20e2542 __remove_inode_hash +EXPORT_SYMBOL vmlinux 0xf221423f simple_nosetlease +EXPORT_SYMBOL vmlinux 0xf236bb5d request_firmware_into_buf +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf247b0db __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0xf256262b __dquot_free_space +EXPORT_SYMBOL vmlinux 0xf25b3640 address_space_init_once +EXPORT_SYMBOL vmlinux 0xf25b72a7 prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0xf2628676 zstd_compress_cctx +EXPORT_SYMBOL vmlinux 0xf2653528 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0xf2669a2c imx_scu_irq_register_notifier +EXPORT_SYMBOL vmlinux 0xf26bdf0b netdev_notify_peers +EXPORT_SYMBOL vmlinux 0xf26c354b simple_setattr +EXPORT_SYMBOL vmlinux 0xf26e1ec5 of_find_compatible_node +EXPORT_SYMBOL vmlinux 0xf28cf0ae __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf28fbecf of_node_put +EXPORT_SYMBOL vmlinux 0xf292289f flow_rule_match_cvlan +EXPORT_SYMBOL vmlinux 0xf29403e5 acpi_install_table_handler +EXPORT_SYMBOL vmlinux 0xf29bbb8a user_revoke +EXPORT_SYMBOL vmlinux 0xf2a8efae dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0xf2ae97f7 tcp_read_sock +EXPORT_SYMBOL vmlinux 0xf2b7a687 ethtool_rx_flow_rule_destroy +EXPORT_SYMBOL vmlinux 0xf2c43f3f zlib_deflate +EXPORT_SYMBOL vmlinux 0xf2c563dd netlink_unicast +EXPORT_SYMBOL vmlinux 0xf2cf3857 migrate_vma_pages +EXPORT_SYMBOL vmlinux 0xf2db28c1 bio_init +EXPORT_SYMBOL vmlinux 0xf2e1c5a1 page_mapping +EXPORT_SYMBOL vmlinux 0xf2e5bd87 security_free_mnt_opts +EXPORT_SYMBOL vmlinux 0xf2f53617 memregion_free +EXPORT_SYMBOL vmlinux 0xf2f85c71 inet_rcv_saddr_equal +EXPORT_SYMBOL vmlinux 0xf2ffe6cd skb_checksum_trimmed +EXPORT_SYMBOL vmlinux 0xf30f2375 tcf_idr_check_alloc +EXPORT_SYMBOL vmlinux 0xf31c90a9 i2c_get_adapter +EXPORT_SYMBOL vmlinux 0xf3281890 memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf35a4aaa xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0xf3621fe2 mtree_alloc_rrange +EXPORT_SYMBOL vmlinux 0xf36f42a9 slhc_uncompress +EXPORT_SYMBOL vmlinux 0xf3896525 inet6_offloads +EXPORT_SYMBOL vmlinux 0xf390f6f1 __bitmap_andnot +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf3932313 mb_cache_entry_wait_unused +EXPORT_SYMBOL vmlinux 0xf394d356 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0xf3958a81 cdev_set_parent +EXPORT_SYMBOL vmlinux 0xf39dc7f9 pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0xf39e4bcc vmf_insert_mixed_mkwrite +EXPORT_SYMBOL vmlinux 0xf39e9cc0 vmap +EXPORT_SYMBOL vmlinux 0xf3a57892 release_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0xf3bbc2c5 fc_mount +EXPORT_SYMBOL vmlinux 0xf3cfa76a __nla_put +EXPORT_SYMBOL vmlinux 0xf3e079ff bdev_start_io_acct +EXPORT_SYMBOL vmlinux 0xf3e0e1df allocate_resource +EXPORT_SYMBOL vmlinux 0xf3ea4f02 blk_queue_virt_boundary +EXPORT_SYMBOL vmlinux 0xf3ebf1d3 scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0xf3eeb4b6 phy_driver_register +EXPORT_SYMBOL vmlinux 0xf409dc81 phy_request_interrupt +EXPORT_SYMBOL vmlinux 0xf425cce6 __vfs_removexattr +EXPORT_SYMBOL vmlinux 0xf43a1f06 crypto_sha1_update +EXPORT_SYMBOL vmlinux 0xf43d2caa acpi_remove_interface +EXPORT_SYMBOL vmlinux 0xf44a904a net_ns_barrier +EXPORT_SYMBOL vmlinux 0xf44f852a phy_check_valid +EXPORT_SYMBOL vmlinux 0xf44ff306 init_task +EXPORT_SYMBOL vmlinux 0xf455d401 dev_pm_opp_register_notifier +EXPORT_SYMBOL vmlinux 0xf474c21c bitmap_print_to_pagebuf +EXPORT_SYMBOL vmlinux 0xf474fdcb kfree_const +EXPORT_SYMBOL vmlinux 0xf48290df phy_config_aneg +EXPORT_SYMBOL vmlinux 0xf485afc8 trace_event_printf +EXPORT_SYMBOL vmlinux 0xf48a0eb8 netif_set_real_num_queues +EXPORT_SYMBOL vmlinux 0xf4966ef0 iommu_dma_get_resv_regions +EXPORT_SYMBOL vmlinux 0xf49f817c block_write_end +EXPORT_SYMBOL vmlinux 0xf4b754fd acpi_resources_are_enforced +EXPORT_SYMBOL vmlinux 0xf4bb3552 neigh_destroy +EXPORT_SYMBOL vmlinux 0xf4cccdce vm_mmap +EXPORT_SYMBOL vmlinux 0xf4db35bc stpcpy +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf4f4a59f __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0xf507b354 sg_miter_next +EXPORT_SYMBOL vmlinux 0xf51471d0 dquot_operations +EXPORT_SYMBOL vmlinux 0xf529feca phy_trigger_machine +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf551de20 rproc_of_parse_firmware +EXPORT_SYMBOL vmlinux 0xf558ee53 load_nls +EXPORT_SYMBOL vmlinux 0xf5732c56 unload_nls +EXPORT_SYMBOL vmlinux 0xf5774ae4 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0xf57b4089 dev_pm_opp_unregister_notifier +EXPORT_SYMBOL vmlinux 0xf58badb9 ww_mutex_lock +EXPORT_SYMBOL vmlinux 0xf5a20ed2 __genradix_prealloc +EXPORT_SYMBOL vmlinux 0xf5acbaf6 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0xf5ae0906 udp_skb_destructor +EXPORT_SYMBOL vmlinux 0xf5bf5fd8 __inet_stream_connect +EXPORT_SYMBOL vmlinux 0xf5d659aa sock_from_file +EXPORT_SYMBOL vmlinux 0xf5e7ea40 ktime_get_coarse_ts64 +EXPORT_SYMBOL vmlinux 0xf5eb019a mmc_request_done +EXPORT_SYMBOL vmlinux 0xf5f4ced5 xfrm6_rcv_tnl +EXPORT_SYMBOL vmlinux 0xf5f8c939 mfd_remove_devices +EXPORT_SYMBOL vmlinux 0xf61063f0 inet6_ioctl +EXPORT_SYMBOL vmlinux 0xf6221b61 pcim_iomap_table +EXPORT_SYMBOL vmlinux 0xf62c39fe ucc_slow_graceful_stop_tx +EXPORT_SYMBOL vmlinux 0xf639fa9e zero_fill_bio +EXPORT_SYMBOL vmlinux 0xf643d104 hsiphash_4u32 +EXPORT_SYMBOL vmlinux 0xf6496321 devm_memunmap +EXPORT_SYMBOL vmlinux 0xf64be418 lookup_positive_unlocked +EXPORT_SYMBOL vmlinux 0xf665c872 vfs_fsync +EXPORT_SYMBOL vmlinux 0xf665f74f sock_load_diag_module +EXPORT_SYMBOL vmlinux 0xf6697d32 dev_uc_add +EXPORT_SYMBOL vmlinux 0xf677385d of_get_mac_address +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf682d1a5 blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0xf6b6eeb0 pcie_relaxed_ordering_enabled +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6ee3967 default_llseek +EXPORT_SYMBOL vmlinux 0xf6f9d58d init_on_free +EXPORT_SYMBOL vmlinux 0xf6fc8791 __bitmap_xor +EXPORT_SYMBOL vmlinux 0xf70a1204 vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0xf731cd0f kernel_connect +EXPORT_SYMBOL vmlinux 0xf7370f56 system_state +EXPORT_SYMBOL vmlinux 0xf738d1be register_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xf738f437 simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0xf74593dc flow_rule_match_basic +EXPORT_SYMBOL vmlinux 0xf748fddd neigh_connected_output +EXPORT_SYMBOL vmlinux 0xf763d5e5 phy_connect_direct +EXPORT_SYMBOL vmlinux 0xf76843b5 qcom_scm_pas_supported +EXPORT_SYMBOL vmlinux 0xf77555cd __memcpy_toio +EXPORT_SYMBOL vmlinux 0xf782cadc sock_i_ino +EXPORT_SYMBOL vmlinux 0xf785045e __sock_cmsg_send +EXPORT_SYMBOL vmlinux 0xf7a9afa2 dev_mc_add +EXPORT_SYMBOL vmlinux 0xf7c20404 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0xf7cf860b devfreq_add_device +EXPORT_SYMBOL vmlinux 0xf7d31de9 kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0xf7da52d0 phy_disconnect +EXPORT_SYMBOL vmlinux 0xf7da6e6f acpi_unload_table +EXPORT_SYMBOL vmlinux 0xf7ea6311 qman_p_poll_dqrr +EXPORT_SYMBOL vmlinux 0xf7f05c17 fman_port_use_kg_hash +EXPORT_SYMBOL vmlinux 0xf7f0b09f flow_rule_match_meta +EXPORT_SYMBOL vmlinux 0xf7f7274a dentry_path_raw +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf812cff6 memscan +EXPORT_SYMBOL vmlinux 0xf81901cf qdisc_offload_graft_helper +EXPORT_SYMBOL vmlinux 0xf819b655 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf837c4a9 devfreq_resume_device +EXPORT_SYMBOL vmlinux 0xf8482ce7 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0xf84bd6ee bpf_stats_enabled_key +EXPORT_SYMBOL vmlinux 0xf8631e43 fman_port_bind +EXPORT_SYMBOL vmlinux 0xf86693d5 rtc_add_group +EXPORT_SYMBOL vmlinux 0xf86f46d0 i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0xf8722da1 dst_destroy +EXPORT_SYMBOL vmlinux 0xf88337b7 put_ipc_ns +EXPORT_SYMBOL vmlinux 0xf88ecec4 kvmemdup +EXPORT_SYMBOL vmlinux 0xf898308a fman_port_get_device +EXPORT_SYMBOL vmlinux 0xf8b3a4f4 nf_log_unset +EXPORT_SYMBOL vmlinux 0xf8c38ace __skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0xf8c854fd find_inode_rcu +EXPORT_SYMBOL vmlinux 0xf8d07858 bitmap_from_arr32 +EXPORT_SYMBOL vmlinux 0xf8d2bc2c zstd_find_frame_compressed_size +EXPORT_SYMBOL vmlinux 0xf8f142e9 mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0xf8f61ebc wake_up_var +EXPORT_SYMBOL vmlinux 0xf908365d filemap_fdatawrite_wbc +EXPORT_SYMBOL vmlinux 0xf90ab7ef skb_copy_datagram_from_iter +EXPORT_SYMBOL vmlinux 0xf91b89ab fman_sp_build_buffer_struct +EXPORT_SYMBOL vmlinux 0xf9223c87 ethtool_aggregate_mac_stats +EXPORT_SYMBOL vmlinux 0xf9258aa1 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0xf93aae46 __arm_smccc_smc +EXPORT_SYMBOL vmlinux 0xf93c7d7d vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0xf93cd738 input_free_device +EXPORT_SYMBOL vmlinux 0xf93fd09c fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xf94536c2 proc_dointvec +EXPORT_SYMBOL vmlinux 0xf95c619b acpi_processor_preregister_performance +EXPORT_SYMBOL vmlinux 0xf9722676 twl_i2c_write +EXPORT_SYMBOL vmlinux 0xf99fbdb3 input_set_min_poll_interval +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9bd956f registered_fb +EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat +EXPORT_SYMBOL vmlinux 0xf9c2ca61 jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0xf9ca2eb4 kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0xfa042227 gnet_stats_add_basic +EXPORT_SYMBOL vmlinux 0xfa08c34a page_offline_end +EXPORT_SYMBOL vmlinux 0xfa160504 dcb_ieee_getapp_default_prio_mask +EXPORT_SYMBOL vmlinux 0xfa1e3640 dm_register_target +EXPORT_SYMBOL vmlinux 0xfa297415 acpi_map_pxm_to_node +EXPORT_SYMBOL vmlinux 0xfa2e5f32 i2c_smbus_pec +EXPORT_SYMBOL vmlinux 0xfa346590 inode_init_once +EXPORT_SYMBOL vmlinux 0xfa3672a6 pci_ep_cfs_remove_epf_group +EXPORT_SYMBOL vmlinux 0xfa4d2f03 __nla_parse +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa846230 of_translate_address +EXPORT_SYMBOL vmlinux 0xfa8dc94d vlan_filter_push_vids +EXPORT_SYMBOL vmlinux 0xfaaa12d0 _page_poisoning_enabled +EXPORT_SYMBOL vmlinux 0xfaaa7b5c of_n_size_cells +EXPORT_SYMBOL vmlinux 0xfabed0fd pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0xfabf5046 vfs_unlink +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfae2eda5 security_sctp_assoc_request +EXPORT_SYMBOL vmlinux 0xfaecb308 memcg_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0xfafafe07 sync_inodes_sb +EXPORT_SYMBOL vmlinux 0xfb013831 kernel_bind +EXPORT_SYMBOL vmlinux 0xfb147f37 jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0xfb19e831 param_set_short +EXPORT_SYMBOL vmlinux 0xfb27b38d pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0xfb348fea fault_in_safe_writeable +EXPORT_SYMBOL vmlinux 0xfb384d37 kasprintf +EXPORT_SYMBOL vmlinux 0xfb4dff1f alloc_mdio_bitbang +EXPORT_SYMBOL vmlinux 0xfb55a557 sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb706861 tcp_sock_set_user_timeout +EXPORT_SYMBOL vmlinux 0xfb8e7e85 mipi_dsi_picture_parameter_set +EXPORT_SYMBOL vmlinux 0xfb9193ce kern_path_create +EXPORT_SYMBOL vmlinux 0xfb94c134 of_graph_get_remote_port_parent +EXPORT_SYMBOL vmlinux 0xfb976a61 __phy_read_mmd +EXPORT_SYMBOL vmlinux 0xfb9b1b62 dma_unmap_page_attrs +EXPORT_SYMBOL vmlinux 0xfb9d3ba8 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0xfb9ed27d ndisc_send_skb +EXPORT_SYMBOL vmlinux 0xfba3333c acpi_dev_hid_uid_match +EXPORT_SYMBOL vmlinux 0xfba7a5f5 __get_random_u32_below +EXPORT_SYMBOL vmlinux 0xfba7ddd2 match_u64 +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbad3cf0 scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0xfbb2f21d jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0xfbb8a761 strscpy_pad +EXPORT_SYMBOL vmlinux 0xfbb9216e generic_file_llseek +EXPORT_SYMBOL vmlinux 0xfbbf7e6d flow_indr_dev_unregister +EXPORT_SYMBOL vmlinux 0xfbc4f89e io_schedule_timeout +EXPORT_SYMBOL vmlinux 0xfbd3307f ns_capable +EXPORT_SYMBOL vmlinux 0xfbe0549e jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0xfbe215e4 sg_next +EXPORT_SYMBOL vmlinux 0xfbe4b175 qman_create_cgr +EXPORT_SYMBOL vmlinux 0xfbe8ee28 acpi_get_table_by_index +EXPORT_SYMBOL vmlinux 0xfbeee0af filemap_dirty_folio +EXPORT_SYMBOL vmlinux 0xfbefee40 dquot_commit +EXPORT_SYMBOL vmlinux 0xfbf1bdd1 vm_map_pages +EXPORT_SYMBOL vmlinux 0xfc00c2ae devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0xfc00f21e xsk_set_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0xfc08a9e0 dcache_dir_open +EXPORT_SYMBOL vmlinux 0xfc1a77b0 mmc_sw_reset +EXPORT_SYMBOL vmlinux 0xfc2b48fc devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0xfc2ff849 param_set_dyndbg_classes +EXPORT_SYMBOL vmlinux 0xfc336d2e __wake_up_bit +EXPORT_SYMBOL vmlinux 0xfc337818 tcf_get_next_chain +EXPORT_SYMBOL vmlinux 0xfc4152fc ec_read +EXPORT_SYMBOL vmlinux 0xfc421e79 gnet_stats_add_queue +EXPORT_SYMBOL vmlinux 0xfc52abc7 qcom_scm_pas_shutdown +EXPORT_SYMBOL vmlinux 0xfc671e60 inet_twsk_deschedule_put +EXPORT_SYMBOL vmlinux 0xfc881b89 fman_port_get_hash_result_offset +EXPORT_SYMBOL vmlinux 0xfc8fc33a qdisc_hash_add +EXPORT_SYMBOL vmlinux 0xfc98f483 __sk_receive_skb +EXPORT_SYMBOL vmlinux 0xfc9ed8c3 qcom_scm_ice_available +EXPORT_SYMBOL vmlinux 0xfca5dbe2 page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0xfcc9e312 phy_get_eee_err +EXPORT_SYMBOL vmlinux 0xfcce2f7d ucc_fast_enable +EXPORT_SYMBOL vmlinux 0xfcd1819a hdmi_spd_infoframe_check +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcf48a2f tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0xfd00fe2e tcp_recvmsg +EXPORT_SYMBOL vmlinux 0xfd0f698f of_get_parent +EXPORT_SYMBOL vmlinux 0xfd13e6ea kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0xfd2c0e0f jbd2_journal_grab_journal_head +EXPORT_SYMBOL vmlinux 0xfd2c7cd6 folio_redirty_for_writepage +EXPORT_SYMBOL vmlinux 0xfd31133b bio_reset +EXPORT_SYMBOL vmlinux 0xfd3306bb kobject_init +EXPORT_SYMBOL vmlinux 0xfd3b711c mount_nodev +EXPORT_SYMBOL vmlinux 0xfd3e2b8f pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0xfd4c5cfa regset_get +EXPORT_SYMBOL vmlinux 0xfd516237 ilookup5 +EXPORT_SYMBOL vmlinux 0xfd5a2986 cpumask_any_and_distribute +EXPORT_SYMBOL vmlinux 0xfd64ff3f pnp_start_dev +EXPORT_SYMBOL vmlinux 0xfd730b7d t10_pi_type1_crc +EXPORT_SYMBOL vmlinux 0xfd759b29 fwnode_mdio_find_device +EXPORT_SYMBOL vmlinux 0xfd9bd194 iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0xfd9eb37e phy_print_status +EXPORT_SYMBOL vmlinux 0xfdba919d __nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xfdc634a8 pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0xfdcb4ed3 acpi_os_get_line +EXPORT_SYMBOL vmlinux 0xfdcc8a0e fb_find_best_display +EXPORT_SYMBOL vmlinux 0xfdd9c267 amba_driver_register +EXPORT_SYMBOL vmlinux 0xfde9b344 __serio_register_port +EXPORT_SYMBOL vmlinux 0xfdebd2d9 key_put +EXPORT_SYMBOL vmlinux 0xfdf386db dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0xfdf758df generic_write_end +EXPORT_SYMBOL vmlinux 0xfdf8a490 fwnode_get_mac_address +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe0f3340 inet_frag_queue_insert +EXPORT_SYMBOL vmlinux 0xfe1c9ea5 sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0xfe1d2e94 key_create_or_update +EXPORT_SYMBOL vmlinux 0xfe215b97 proc_do_large_bitmap +EXPORT_SYMBOL vmlinux 0xfe3c1adb d_prune_aliases +EXPORT_SYMBOL vmlinux 0xfe487975 init_wait_entry +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe601d38 ptp_clock_event +EXPORT_SYMBOL vmlinux 0xfe6ca966 mr_table_alloc +EXPORT_SYMBOL vmlinux 0xfe8c61f0 _raw_read_lock +EXPORT_SYMBOL vmlinux 0xfe916dc6 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0xfe9ebbbb acpi_osi_is_win8 +EXPORT_SYMBOL vmlinux 0xfea94ae9 pin_user_pages_remote +EXPORT_SYMBOL vmlinux 0xfec4f807 mipi_dsi_device_register_full +EXPORT_SYMBOL vmlinux 0xfecc16ba devm_devfreq_add_governor +EXPORT_SYMBOL vmlinux 0xfed618f1 cros_ec_get_next_event +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfee3dfa0 validate_slab_cache +EXPORT_SYMBOL vmlinux 0xfeebc7c4 __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0xfeecf938 dmam_pool_create +EXPORT_SYMBOL vmlinux 0xfef064a2 __free_pages +EXPORT_SYMBOL vmlinux 0xfef216eb _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0xfefcb98e vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xff00961a scsi_change_queue_depth +EXPORT_SYMBOL vmlinux 0xff0834c8 seq_lseek +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff282521 rfkill_register +EXPORT_SYMBOL vmlinux 0xff37ddf5 file_path +EXPORT_SYMBOL vmlinux 0xff38a555 block_read_full_folio +EXPORT_SYMBOL vmlinux 0xff3c138a md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0xff3c3565 phy_do_ioctl +EXPORT_SYMBOL vmlinux 0xff41a709 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0xff5499f2 phy_set_sym_pause +EXPORT_SYMBOL vmlinux 0xff5593b3 of_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff6d898e kobject_get +EXPORT_SYMBOL vmlinux 0xff7e7f8d kryo_l2_set_indirect_reg +EXPORT_SYMBOL vmlinux 0xff87cd18 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0xff8f0330 input_enable_softrepeat +EXPORT_SYMBOL vmlinux 0xffb7c514 ida_free +EXPORT_SYMBOL vmlinux 0xffbc9e7d mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0xffc48eb2 bio_add_pc_page +EXPORT_SYMBOL vmlinux 0xffc4da68 skb_set_owner_w +EXPORT_SYMBOL vmlinux 0xffc4f200 zstd_compress_stream +EXPORT_SYMBOL vmlinux 0xffcc4ec7 tcp_bpf_bypass_getsockopt +EXPORT_SYMBOL vmlinux 0xffd3553f tcf_unregister_action +EXPORT_SYMBOL vmlinux 0xffe4f7aa sys_fillrect +EXPORT_SYMBOL vmlinux 0xffeedf6a delayed_work_timer_fn +EXPORT_SYMBOL_GPL crypto/af_alg 0x06c1979a af_alg_get_rsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x27e92408 af_alg_async_cb +EXPORT_SYMBOL_GPL crypto/af_alg 0x3f198f53 af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0x4739a4d6 af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x498e84d1 af_alg_free_resources +EXPORT_SYMBOL_GPL crypto/af_alg 0x634264a9 af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x6b424996 af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0x89832d3c af_alg_poll +EXPORT_SYMBOL_GPL crypto/af_alg 0x9203d9df af_alg_wmem_wakeup +EXPORT_SYMBOL_GPL crypto/af_alg 0x93c61053 af_alg_sendmsg +EXPORT_SYMBOL_GPL crypto/af_alg 0x9a17ab94 af_alg_wait_for_data +EXPORT_SYMBOL_GPL crypto/af_alg 0xa95a58c8 af_alg_count_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xb3ad1913 af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/af_alg 0xb54eaa30 af_alg_pull_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xe71733c0 af_alg_alloc_areq +EXPORT_SYMBOL_GPL crypto/af_alg 0xf39d1766 af_alg_register_type +EXPORT_SYMBOL_GPL crypto/aria_generic 0x2850cd40 aria_set_key +EXPORT_SYMBOL_GPL crypto/aria_generic 0x4a61978a aria_encrypt +EXPORT_SYMBOL_GPL crypto/aria_generic 0xbdad6df6 aria_decrypt +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x2b869d7f async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x67e0cf11 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xcdfd3d09 async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0xa4a866ed async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0xc807875a async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x3d025f1d async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xc1abffc6 __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xcd17cba5 async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xedd4987f async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x17effb83 async_xor_val_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x5522d4fa async_xor +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xe221e19c async_xor_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xfa93733e async_xor_val +EXPORT_SYMBOL_GPL crypto/authenc 0x2479193e crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0xaed2aedc blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x18646beb cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x188d9d26 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0xef81a4af __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x3dbae082 __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xaf435806 cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xcfce512f __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xd76a5716 __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast_common 0x5609ce41 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0x5b17be06 cast_s4 +EXPORT_SYMBOL_GPL crypto/cast_common 0xb9cba57f cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xbd3e7542 cast_s1 +EXPORT_SYMBOL_GPL crypto/cryptd 0x0ab82dc4 cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x248d554e cryptd_free_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x25c8911e cryptd_ahash_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x43aece91 cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x4444851a cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0x50f77e2f cryptd_alloc_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x6919118a cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x6a1fe0de cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x70e5788d cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x7173dbc8 cryptd_aead_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0xa4cb8ffb cryptd_skcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xbec18618 cryptd_skcipher_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0xbed8ccc4 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x0f284d07 crypto_finalize_hash_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x2a21f5a3 crypto_finalize_akcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x380e9aac crypto_engine_exit +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x3a7c582e crypto_transfer_akcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x4c16a225 crypto_transfer_kpp_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x501e4f82 crypto_finalize_aead_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x59538a64 crypto_engine_start +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x69b61131 crypto_transfer_aead_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x7dfcdf11 crypto_engine_alloc_init_and_set +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x7f6ad20d crypto_finalize_skcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x8b65a906 crypto_finalize_kpp_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x9b3f1be0 crypto_transfer_skcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xaa97e35b crypto_engine_alloc_init +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xd76689c6 crypto_engine_stop +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xe4301b0d crypto_transfer_hash_request_to_engine +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0x33b866ce crypto_ecdh_decode_key +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0x7475be8e crypto_ecdh_key_len +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0xb230d2ec crypto_ecdh_encode_key +EXPORT_SYMBOL_GPL crypto/polyval-generic 0x1936413e polyval_mul_non4k +EXPORT_SYMBOL_GPL crypto/polyval-generic 0x49dece42 polyval_update_non4k +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x4eb4c55e __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x51cdcd6b serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xbcc074f3 __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xd4c9681a __serpent_setkey +EXPORT_SYMBOL_GPL crypto/sm2_generic 0x20c1dea4 sm2_compute_z_digest +EXPORT_SYMBOL_GPL crypto/sm3 0xa98edad1 sm3_update +EXPORT_SYMBOL_GPL crypto/sm3 0xf04338f9 sm3_final +EXPORT_SYMBOL_GPL crypto/sm3_generic 0x0bddca87 sm3_zero_message_hash +EXPORT_SYMBOL_GPL crypto/sm4 0x24e254e8 sm4_expandkey +EXPORT_SYMBOL_GPL crypto/sm4 0xfa81970e sm4_crypt_block +EXPORT_SYMBOL_GPL crypto/twofish_common 0x1e017bb2 twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0xe22b7787 __twofish_setkey +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x08f0212d spk_set_num_var +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x1a9f11be synth_current +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x1e39eb14 synth_putws +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x21bd3250 spk_var_store +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x2654e674 synth_remove +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x45eda959 spk_get_var +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x466f5eb7 synth_putwc +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x5376c20b synth_add +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x6d5fbdb8 spk_var_show +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x6f7815fe spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x6fd1aad0 spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x76d40046 synth_buffer_skip_nonlatin1 +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x7abe6054 spk_ttyio_release +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x84dad068 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8707a4ca spk_ttyio_ops +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8c1e44b8 spk_synth_flush +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8c82dfca synth_request_region +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8fe0db01 synth_putwc_s +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xaadb0612 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xb734cb9d speakup_event +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xba02c8cb spk_ttyio_synth_probe +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc319c604 synth_putws_s +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc58f6e50 spk_get_var_header +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd64a1911 spk_do_catch_up_unicode +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd8fd86cf synth_release_region +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd93829dd speakup_info +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xe194d0ef synth_printf +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xe83e8667 spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xedde7ffb spk_ttyio_synth_immediate +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xf3900dd2 spk_synth_get_index +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x028e31e3 acpi_nfit_init +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x2144cbb0 __acpi_nvdimm_notify +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x4639bcda acpi_nfit_shutdown +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x499bbf57 nfit_get_smbios_id +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x9c3e7b27 __acpi_nfit_notify +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0xb654fcba acpi_nfit_ctl +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0xcf7b1515 acpi_nfit_desc_init +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0x67927a0d platform_profile_notify +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0xbfe36436 platform_profile_remove +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0xcac33cd4 platform_profile_register +EXPORT_SYMBOL_GPL drivers/ata/pata_parport/pata_parport 0x7a61e781 pata_parport_register_driver +EXPORT_SYMBOL_GPL drivers/ata/pata_parport/pata_parport 0xdd084a97 pata_parport_unregister_driver +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0xa5cbb936 __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/ata/pata_sis 0xd32161de sis_info133_for_sata +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0x09917359 charlcd_poke +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0x6fd9cc4a charlcd_register +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0x8b45326c charlcd_alloc +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0xd3e29970 charlcd_backlight +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0xf3304696 charlcd_free +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0xf883c540 charlcd_unregister +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x07b26ecc hd44780_common_gotoxy +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x1aa688fd hd44780_common_lines +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x23159a5b hd44780_common_clear_display +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x30e85287 hd44780_common_shift_display +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x36dc00a2 hd44780_common_print +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x3c4c183f hd44780_common_home +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x489c89e8 hd44780_common_redefine_char +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x64415593 hd44780_common_display +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x79e8e259 hd44780_common_alloc +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x8585e5fd hd44780_common_blink +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x8d4f3fa4 hd44780_common_init_display +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0xa22afdaa hd44780_common_cursor +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0xc369090d hd44780_common_shift_cursor +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0xf360d788 hd44780_common_fontsize +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x14102f23 ks0108_displaystate +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x48a70518 ks0108_writedata +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x4f506333 ks0108_startline +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x6edae968 ks0108_isinited +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xbf4774db ks0108_writecontrol +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xedde6df2 ks0108_page +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xfee8ef7b ks0108_address +EXPORT_SYMBOL_GPL drivers/auxdisplay/line-display 0x7aed2334 linedisp_unregister +EXPORT_SYMBOL_GPL drivers/auxdisplay/line-display 0x8d96fa32 linedisp_register +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0x2a236505 __devm_regmap_init_ac97 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0x595bca44 regmap_ac97_default_volatile +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0xb5ae7b5f __regmap_init_ac97 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-i3c 0x92bb2e1f __devm_regmap_init_i3c +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0x49c16731 __regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0xfaeeb014 __devm_regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0x600f6cb0 __regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0x9d933500 __devm_regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0xafaccd44 __regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0xcf4bdd56 __devm_regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x1432d755 __devm_regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x5bd5c290 __regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0x65c2e5c1 __devm_regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0xd25cf0a5 __regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x37814d2c __regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xc8cbf6ff __devm_regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xed2559fe __regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xf200902b __devm_regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0x3ba6ad15 __devm_regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0x72c68c27 __regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1d55fb03 bcma_host_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2df7fdb3 bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x37cf3259 bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x422724c3 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x46debbca __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4a66937a bcma_host_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4ea45852 bcma_host_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5b614fd8 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x67e7624e bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6b08d46a bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x71ab5f70 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8275aabc bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8ec216e2 bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa1e0afc6 bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xabb34935 bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb128aac0 bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb1ed5f98 bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xba808ff2 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xceea82bc bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd14833b0 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xded41578 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe6dc892d bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf74c58c7 bcma_chipco_b_mii_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xfabc5572 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x191563df btbcm_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x3239d8ab btbcm_setup_patchram +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x47acca04 btbcm_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x6b046b3d btbcm_finalize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x6e638ca2 btbcm_setup_apple +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x81a5b804 btbcm_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xa7078776 btbcm_read_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xca51db26 btbcm_write_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x066120d7 btintel_set_event_mask_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x0922609e btintel_regmap_init +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x25608a24 btintel_set_quality_report +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x25d77d22 btintel_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x2702c20b btintel_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x2e089985 btintel_exit_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x4a37e5b1 btintel_read_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x4bb59cf3 btintel_read_boot_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x4beb67bc btintel_set_diag +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x5b53dc82 btintel_configure_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x5cc506c5 btintel_version_info +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x81f67c13 btintel_bootup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xac83c0ec btintel_secure_send_result +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xd64d6ba5 btintel_load_ddc_config +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xd6ed537f btintel_enter_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xd7c6c166 btintel_send_intel_reset +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xef87942e btintel_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x140a21d9 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x588c57d3 btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x6994bdd7 btmrvl_pscan_window_reporting +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x6daa58dd btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x7c878cec btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x9d136f12 btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xb28bf9e0 btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xce23e982 btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xd136078f btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xfa8cbe5b btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xfe0da6d2 btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0xad7702af btmtk_setup_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0xba50d68d btmtk_setup_firmware_79xx +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0xd15c0fce btmtk_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x1c2877b7 qca_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xa06a9dd3 qca_uart_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xd79e55cc qca_read_soc_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xeaf202ad qca_set_bdaddr_rome +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xf8eeb4fe qca_send_pre_shutdown_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x576b9b8c btrtl_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x7597e4b7 btrtl_set_quirks +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xad1ce9ed btrtl_get_uart_settings +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xaf78f260 btrtl_free +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xc57fdd63 btrtl_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xdba03ae4 btrtl_shutdown_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xeb5210da btrtl_setup_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x5d75f71b hci_uart_tx_wakeup +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xc49e0f24 h4_recv_buf +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xf1033de7 hci_uart_register_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xfe169330 hci_uart_unregister_device +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x136c50fa mhi_ep_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x22383b21 mhi_ep_queue_is_empty +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x337b79c5 mhi_ep_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x3cdb30d6 mhi_ep_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x451db648 __mhi_ep_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x4c19070b mhi_ep_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x52e0fd36 mhi_ep_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xe547588e mhi_ep_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x03ca4d77 mhi_get_free_desc_count +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x06ca5073 mhi_pm_resume +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x0775ce3e __mhi_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x0b4da0bb mhi_unprepare_after_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x252f26bb mhi_device_get +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x2757b525 mhi_prepare_for_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x2916c468 mhi_pm_suspend +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x3064962c mhi_queue_dma +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x3346c11f mhi_force_rddm_mode +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x3f033831 mhi_queue_buf +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x4b4c7567 mhi_queue_is_full +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x5401daf4 mhi_device_get_sync +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x56978596 mhi_alloc_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x59bf5cb9 mhi_free_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x59da3b2b mhi_device_put +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x5fadfa2a mhi_prepare_for_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x60786068 mhi_soc_reset +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x61b92216 mhi_unprepare_from_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x673af06e mhi_pm_resume_force +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x6dfd6153 mhi_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x6fe9d889 mhi_notify +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x7ae8b917 mhi_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x82fc0d69 mhi_get_mhi_state +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x8587688f mhi_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x9b2cdedd mhi_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x9d26e5c1 mhi_download_rddm_image +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb990ef0a mhi_async_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xde5b5c47 mhi_get_exec_env +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xf6c3cdba mhi_prepare_for_transfer_autoqueue +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xf884f7e2 mhi_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x4b476082 moxtet_device_written +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x6da81e3f moxtet_device_read +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x78eec0c0 __moxtet_register_driver +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x7e252ef2 moxtet_device_write +EXPORT_SYMBOL_GPL drivers/bus/sunxi-rsb 0x63cb2ce5 sunxi_rsb_driver_register +EXPORT_SYMBOL_GPL drivers/bus/sunxi-rsb 0xc01104ab __devm_regmap_init_sunxi_rsb +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0x378c732d meson_clk_triphase_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0x706c10d3 meson_clk_phase_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0x8110fcf2 meson_sclk_ws_inv_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/sclk-div 0x3b744ac6 meson_sclk_div_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x03351dae clk_rcg_floor_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x03e7eb9a clk_alpha_pll_stromer_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0509a95c clk_fabia_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x071d19d6 qcom_cc_register_rcg_dfs +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x07935d8b clk_alpha_pll_postdiv_fabia_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0ae351c4 clk_alpha_pll_fabia_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0d678ab9 qcom_reset_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0ed823f3 clk_alpha_pll_lucid_evo_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x18dce6d7 qcom_cc_register_sleep_clk +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1b28da5e clk_trion_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1d0f06af clk_byte2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1de81c63 clk_pll_configure_sr_hpm_lp +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1ea782c8 clk_alpha_pll_huayra_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1f83275f clk_regmap_mux_div_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1f88365f clk_alpha_pll_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x233e5373 clk_rcg_bypass_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x2c6847dd devm_clk_register_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x2d293905 clk_alpha_pll_postdiv_lucid_5lpe_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x35261f7e clk_alpha_pll_regs +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x37dafc55 clk_rivian_evo_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x38229fba clk_alpha_pll_reset_lucid_evo_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x395868a1 qcom_find_freq_floor +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x45180f77 clk_dyn_rcg_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x45226263 clk_gfx3d_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x468b22ce clk_pll_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4a930432 clk_branch_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x59eabda5 mux_div_set_src_div +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x5c035f38 clk_alpha_pll_lucid_5lpe_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x5c3e75ee clk_pll_vote_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x5d0c982a qcom_cc_probe_by_index +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x5f18e967 clk_stromer_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x64b8755d clk_alpha_pll_fixed_lucid_5lpe_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x6610661f clk_alpha_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x66580ca3 clk_regmap_mux_closest_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x6af41b8b qcom_pll_set_fsm_mode +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x6b8e2aa0 clk_pll_configure_sr +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x6d308251 clk_alpha_pll_fixed_lucid_evo_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x700e4511 qcom_find_cfg_index +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x70156ec0 clk_alpha_pll_postdiv_ro_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x708a435d clk_alpha_pll_lucid_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7319e51c clk_alpha_pll_trion_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x787e8234 qcom_find_freq +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7b87fe3e clk_alpha_pll_postdiv_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7dfa4f12 clk_alpha_pll_postdiv_lucid_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7e69e953 clk_alpha_pll_postdiv_trion_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7fab844c gdsc_gx_do_nothing_enable +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x82afa55e clk_regmap_phy_mux_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x88c0add9 clk_rcg_pixel_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x8aa4360c qcom_cc_map +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x8e4c395e clk_edp_pixel_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9123fa67 clk_zonda_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x93bc2a64 clk_ops_hfpll +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x94c464a3 clk_rcg2_floor_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x953b97b7 clk_alpha_pll_postdiv_lucid_evo_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9821a599 clk_rcg_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9c401604 clk_rcg_esc_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9cb15b12 clk_disable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9f1e35e8 clk_enable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa0755dc3 clk_alpha_pll_fixed_trion_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa163af86 qcom_cc_register_board_clk +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa4dd89c3 qcom_cc_probe +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa95ed447 clk_rcg2_shared_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xaea28295 clk_rcg_bypass2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xaf105ec4 clk_branch2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xb3d93f1b clk_branch_simple_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xb8694bf5 clk_rcg2_mux_closest_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xb8d0697b clk_lucid_evo_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xbb2b9610 clk_agera_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xbe152ebb qcom_cc_really_probe +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xc0126fe0 clk_pll_sr2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xc0d2ecb0 clk_regmap_div_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xc9cb9fbf clk_alpha_pll_zonda_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xcb2d25f8 clk_alpha_pll_fixed_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xd2ec30a3 clk_dp_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xd846a036 clk_alpha_pll_stromer_plus_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xd98fe91b clk_alpha_pll_fixed_fabia_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe4d191e1 clk_rcg_lcc_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe7e23d6a clk_is_enabled_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe8c0478b clk_byte_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xeec69605 clk_rcg2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xef9ee4e0 qcom_find_src_index +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf2522383 clk_alpha_pll_rivian_evo_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf3bf69c3 clk_pixel_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf439f21a clk_alpha_pll_agera_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf84b8d59 clk_regmap_div_ro_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xfafc1469 clk_branch2_aon_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xfbd6578d clk_alpha_pll_hwfsm_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x1c12ec3b sprd_clk_regmap_init +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x228eaf58 sprd_mux_helper_get_parent +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x4419f9e7 sprd_comp_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x48fb8d62 sprd_div_helper_set_rate +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x5a121d51 sprd_sc_gate_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x5df389df sprd_div_helper_recalc_rate +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x67b1ec2e sprd_pll_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x6f35dda5 sprd_div_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x77f5daa3 sprd_clk_probe +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x881a90d2 sprd_pll_sc_gate_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xad22f0ec sprd_gate_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xea0e5144 sprd_mux_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xf91123e8 sprd_mux_helper_set_parent +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0f3a86ae comedi_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x1199a19e comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x18d145dd comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x194f7e5c comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x21afb7e5 comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2564b227 comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x301109cd comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x3d2b4c0b comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x47662c63 comedi_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4a3a23e0 comedi_set_spriv_auto_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4afa290a comedi_timeout +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x50c4e777 comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x519183f7 comedi_buf_write_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x54eb2b4c comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x568603ad comedi_nsamples_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x5a971db6 comedi_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x62fccb2b comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x68b7cd78 comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x6aeed72c comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x6b9996f7 comedi_event +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x71f16e00 comedi_readback_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x7def34f8 comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8a2523ef comedi_buf_read_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8ed70f6a comedi_alloc_subdev_readback +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x9d2c7256 comedi_dev_put +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xa66f43f8 comedi_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb679cebc range_0_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbb52fc7f range_bipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbdbe75c6 range_unipolar2_5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbe8c7fa0 comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xc6305126 comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xc9743d64 comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xc9cf6dfc comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xd17e1dc0 comedi_nscans_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xe1ad648b comedi_handle_events +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xe7e4d714 __comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xeb46c963 comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xee41725d comedi_bytes_per_scan_cmd +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xeff67fb3 comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x0106fae3 comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x04e9996b comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x5158e152 comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x6524d6f5 comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x96fc90e4 comedi_pci_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xd6243867 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xe9d6031f comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xf755b8f2 comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x3be939ac comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x67e52324 comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x856c02b1 comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x8e0f08f1 comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xcc24f380 comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xf2bf279d comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x06aa56ad addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0x7d279349 amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0xe348a234 amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_pc236_common 0x5e6fa660 amplc_pc236_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x028a71d7 comedi_8254_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x11d9aa2a comedi_8254_set_mode +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x1e2407b4 comedi_8254_cascade_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x1f45b1d2 comedi_8254_load +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x407d712e comedi_8254_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x530b6929 comedi_8254_status +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x7395446b comedi_8254_set_busy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x948123e6 comedi_8254_update_divisors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xa08c307d comedi_8254_subdevice_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xa6056840 comedi_8254_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xa996ffa4 comedi_8254_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xcab0bf89 comedi_8254_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xe3b0c802 comedi_8254_pacer_enable +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x2d530b36 subdev_8255_regbase +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x4526b293 subdev_8255_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x88fc6ff1 subdev_8255_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/das08 0xbda3479b das08_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x0f01d5f9 mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x133e2d3a mite_prep_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x20199ed5 mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x34742a2e mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x3d198907 mite_sync_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x6e1c0f85 mite_ack_linkc +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x76c48a3f mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x85d6c87a mite_request_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x86d44beb mite_init_ring_descriptors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x871fb82d mite_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x9827cadb mite_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xa0523353 mite_release_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xa6db2998 mite_free_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xb15a750c mite_dma_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xd1c9717a mite_done +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xd6bedde5 mite_buf_change +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0x238c3bfb labpc_common_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0x46783871 labpc_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x076bc308 ni_find_route_source +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x0921123e ni_lookup_route_register +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x1facf7f8 ni_is_cmd_dest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x64443d67 ni_get_valid_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x6c18c54e ni_count_valid_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x85e75c94 ni_assign_device_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x863a306d ni_sort_device_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x8ab47ba4 ni_route_set_has_source +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x8f0f0901 ni_find_route_set +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0xb3e302a3 ni_route_to_register +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x04062bbd ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x1ac50cee ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x1e862cfd ni_tio_set_bits +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x24a964db ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x322c5f8c ni_tio_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x49829698 ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x4b0afceb ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x574c589f ni_tio_set_gate_src_raw +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x5cbfcd8c ni_tio_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x85899c7f ni_tio_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xa3907680 ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xa8f64225 ni_tio_unset_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xc2db492d ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xcb0ef12f ni_tio_get_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xea284ce6 ni_tio_set_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xf856430a ni_tio_get_soft_copy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x590ab3bc ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x5a320573 ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x60aac166 ni_tio_acknowledge +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x612f771e ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x90696a09 ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x9ef1c158 ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x20de9baa comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x2fc16c7d comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x5216d41f comedi_close +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x5600b5ed comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x6c072b2f comedi_dio_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x77de901b comedi_open +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xfc81c7ae comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x04773b60 ccp_present +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x1f5a542a ccp_enqueue_cmd +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x3a1a3979 ccp_version +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x06795fca hisi_qm_debug_regs_clear +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x0d7bc335 hisi_qm_regs_debugfs_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x0dd4027c hisi_qm_resume +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x0ebabc07 hisi_acc_sg_buf_map_to_hw_sgl +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x134c3e44 hisi_qm_mb +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x15d5ca8f hisi_qm_stop_qp +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x1e07bfca hisi_qm_sriov_disable +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x1e7f3b61 hisi_qm_get_hw_info +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x237aa2b0 hisi_acc_sg_buf_unmap +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x2efa7c5a hisi_qm_regs_debugfs_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x33124a4d hisi_qm_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x346442bc hisi_qm_stop +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x3e90ebc4 hisi_qm_acc_diff_regs_dump +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x470dc3cc hisi_qm_alg_register +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x4e511ab2 hisi_qm_alloc_qps_node +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x5a11edfc hisi_qm_reset_done +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x5cad57e7 hisi_qm_alg_unregister +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x5f8d974e hisi_qm_pm_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x64a66532 hisi_qm_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x6ba5d4d0 hisi_qm_wait_mb_ready +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x6d15b3c1 hisi_qm_get_dfx_access +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x794f2c65 hisi_qm_dev_err_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x7dded59b hisi_qm_debug_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x818b8980 hisi_acc_create_sgl_pool +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x88c1f5d4 hisi_qm_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x92d47958 hisi_qm_wait_task_finish +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xb1ba8ab9 hisi_qm_regs_dump +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xb7ed43d8 hisi_qm_start +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xce3f7348 hisi_qm_dev_err_detected +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xd3a8d6de hisi_qm_suspend +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xd5deed65 hisi_qp_send +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xdd444614 hisi_qm_dev_err_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xdee43e85 hisi_qm_start_qp +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xe2acc888 hisi_qm_free_qps +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xe9505431 hisi_acc_free_sgl_pool +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xee0765d5 hisi_qm_reset_prepare +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xf2ed9754 hisi_qm_dev_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xf6fdc320 hisi_qm_dev_slot_reset +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xf7012170 hisi_qm_put_dfx_access +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xf787f7bb hisi_qm_pm_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xfee6ed74 hisi_qm_sriov_enable +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hpre/hisi_hpre 0x7136573d hisi_hpre_get_pf_driver +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/sec2/hisi_sec2 0x0dc41e2a hisi_sec_get_pf_driver +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/zip/hisi_zip 0x5d5b7f40 hisi_zip_get_pf_driver +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x040f93fb adf_devmgr_update_class_index +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x063721d3 adf_disable_sriov +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x076cd1a0 adf_vf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x0ce9a356 adf_devmgr_pci_to_accel_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x103e5b3f adf_cleanup_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x10f76d93 adf_cfg_add_key_value_param +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x1365d0fb adf_dev_up +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x13b4f529 adf_reset_flr +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x16d117a2 adf_dev_put +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x17532726 adf_vf2pf_notify_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x19761cb5 adf_devmgr_rm_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x1dc69436 adf_dev_in_use +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x2926212e adf_dbgfs_exit +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x2be4e269 adf_gen2_get_arb_info +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3421f981 adf_devmgr_add_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x370e6b47 adf_exit_arb +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x38dd318e adf_gen2_get_num_accels +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3dcb2b5f adf_dbgfs_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3e707f37 adf_gen2_get_admin_info +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3faa0041 adf_init_arb +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x44f81aea adf_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x48427e50 adf_cfg_get_param_value +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x49dabf3c adf_pfvf_comms_disabled +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x57dcf6ed adf_cfg_dev_add +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5ff10846 adf_gen2_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x61ff1082 adf_init_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x6e81d81e adf_gen4_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x6fb5d1e8 adf_gen2_init_vf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x71ef5da3 adf_err_handler +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x7445d482 adf_dev_started +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x7af2af0f adf_vf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x7bf1360a adf_cfg_dev_remove +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x80ebd7d7 adf_gen2_cfg_iov_thds +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x83d67671 adf_dev_restart +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x8a7cf93d adf_dev_down +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x8b37630f adf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x8dad0e90 adf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x91f64b5d adf_exit_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x9c467052 adf_init_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa3cacb30 adf_gen2_get_accel_cap +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa3db58fa adf_vf2pf_notify_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa61a1177 adf_flush_vf_wq +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xb38f6a81 adf_dev_get +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xb56127a7 adf_disable_pf2vf_interrupts +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xb6039ea2 adf_gen4_enable_pm +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xbbecc7a0 adf_reset_sbr +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc2676d37 adf_gen2_get_num_aes +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc501ac82 adf_gen4_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc8e6e45f adf_send_admin_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xca3eb217 adf_gen4_ring_pair_reset +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xcc3b167a adf_clean_vf_map +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd64519f1 adf_gen2_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xdc5b470e adf_gen2_dev_config +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xdec42212 adf_gen4_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe28e260b adf_enable_vf2pf_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe327f1f1 adf_gen4_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe45f3512 adf_gen2_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe721a54e adf_gen2_enable_error_correction +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe94f5692 adf_devmgr_in_reset +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xecd251f3 adf_cfg_section_add +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xefb4f24a adf_gen2_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xf1159313 adf_sysfs_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xf517b0f5 adf_enable_pf2vf_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xf97520e8 adf_gen4_handle_pm_interrupt +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xfe9bb896 adf_gen2_enable_ints +EXPORT_SYMBOL_GPL drivers/crypto/marvell/octeontx/octeontx-cpt 0x32e43048 otx_cpt_uc_supports_eng_type +EXPORT_SYMBOL_GPL drivers/crypto/marvell/octeontx/octeontx-cpt 0x67258c82 otx_cpt_eng_grp_has_eng_type +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0x0f45dbc3 dw_edma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0xcd4d9c31 dw_edma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x031fc6cf dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x5627d807 idma32_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x65a2c628 idma32_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x71a62c41 dw_dma_acpi_controller_register +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xab4796f7 dw_dma_acpi_controller_free +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xbfa3483e do_dw_dma_disable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xd3a18623 dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xfbf80fbc dw_dma_filter +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xffa87c09 do_dw_dma_enable +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x2625c439 dpdmai_reset +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x29b004ec dpdmai_get_rx_queue +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x29e6c699 dpdmai_set_rx_queue +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x434a6273 dpdmai_disable +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x67cd5131 dpdmai_get_tx_queue +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x7460c04c dpdmai_destroy +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x820a1814 dpdmai_get_attributes +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xaf58b222 dpdmai_enable +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xc0af09e3 dpdmai_close +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xe968f270 dpdmai_open +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x1bf024e5 fsl_edma_resume +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x31823d20 fsl_edma_prep_dma_cyclic +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x3f19ef49 fsl_edma_terminate_all +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x523a7a68 fsl_edma_slave_config +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x5a03afea fsl_edma_prep_slave_sg +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x5dba100b fsl_edma_prep_memcpy +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x772a74d9 fsl_edma_alloc_chan_resources +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x98b399bb fsl_edma_issue_pending +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x991d32e1 fsl_edma_chan_mux +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x9a193f2c fsl_edma_tx_status +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xa92aef82 fsl_edma_free_desc +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xb0a77e82 fsl_edma_disable_request +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xb32e10bc fsl_edma_free_chan_resources +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xd908df94 fsl_edma_cleanup_vchan +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xdabbb4f1 fsl_edma_setup_regs +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xdff18b9f fsl_edma_pause +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xe77e7032 fsl_edma_xfer_desc +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0x563747f5 hidma_mgmt_setup +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0xbeda27f4 hidma_mgmt_init_sys +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xa3e08b0f __fw_send_request +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xabb5547d fw_request_get_timestamp +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xe4b401fa fw_card_read_cycle_time +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xe86fb5c7 fw_card_release +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x0f5c1c7d ffa_driver_register +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x1c0b1e1c ffa_device_register +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x3ed2f791 ffa_bus_type +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x79413b17 ffa_driver_unregister +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0xfeb0bf9d ffa_device_unregister +EXPORT_SYMBOL_GPL drivers/firmware/arm_scpi 0xe2184deb get_scpi_ops +EXPORT_SYMBOL_GPL drivers/firmware/mtk-adsp-ipc 0x60a77b4e mtk_adsp_ipc_send +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0x0e7b7015 stratix10_svc_done +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0x41d5ad1c stratix10_svc_allocate_memory +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0x50f5368a stratix10_svc_free_channel +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0x595b630e stratix10_svc_free_memory +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0xd3df684d stratix10_svc_send +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0xf461f6d9 stratix10_svc_request_channel_byname +EXPORT_SYMBOL_GPL drivers/fpga/altera-pr-ip-core 0x62e4174e alt_pr_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x1a8cfdf7 dfl_fpga_port_ops_del +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x3a37c9c3 dfl_fpga_cdev_assign_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x56721ef9 dfl_fpga_enum_info_add_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x5e3ee9dc dfl_fpga_cdev_config_ports_pf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x692387a6 dfl_fpga_feature_devs_enumerate +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x6df4eb33 dfl_fpga_set_irq_triggers +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x789a7575 dfl_fpga_feature_devs_remove +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x79c80008 dfl_fpga_cdev_release_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x808d11d6 dfl_fpga_enum_info_add_dfl +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x813ea7e1 dfl_fpga_enum_info_free +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x841dee47 dfl_fpga_cdev_config_ports_vf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x88401924 dfl_fpga_port_ops_add +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x8c8a0ffc dfh_find_param +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xa7939915 dfl_fpga_port_ops_put +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xabe6c875 dfl_fpga_port_ops_get +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xad574da4 dfl_feature_ioctl_set_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xcdd2e54f dfl_fpga_dev_feature_init +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xd2c8712c dfl_fpga_dev_feature_uinit +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xe2b4040a dfl_fpga_dev_ops_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xe2f05ae5 dfl_fpga_dev_ops_unregister +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xe6d92087 dfl_fpga_enum_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xe86f2d7e __dfl_fpga_cdev_find_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xf7631371 dfl_feature_ioctl_get_num_irqs +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xfa656068 dfl_fpga_check_port_id +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x0633c4b9 fpga_bridges_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x0b2b884c fpga_bridges_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x0b576dad of_fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x2c8167cf fpga_bridges_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x32207b1a of_fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x3560520f fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x3915a53b fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x494d2c19 fpga_bridge_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x9944556e fpga_bridge_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xbffb87d3 fpga_bridge_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xdada5130 fpga_bridge_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xdc6219d2 fpga_bridge_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x071d34cd fpga_mgr_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x0a6cab01 fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x159f330d fpga_mgr_lock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x1eb13ae8 fpga_image_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x203b3312 fpga_mgr_load +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x3c98d6d3 fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x51b34132 devm_fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x63747f60 fpga_image_info_free +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x90af547d of_fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x9c7fe317 fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xa5cc8620 fpga_mgr_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xb730ca1d fpga_mgr_unlock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xbd874658 devm_fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x06db86b8 fpga_region_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x148950d6 fpga_region_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x427a9f9a fpga_region_class_find +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x5897877c fpga_region_program_fpga +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xd4c459d8 fpga_region_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x0a4eef75 fsi_driver_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x3a93847e fsi_slave_claim_range +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x3d5d803a fsi_device_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x5a57d574 fsi_free_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x78060f23 fsi_slave_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x7a12dbdf fsi_master_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x7a575097 fsi_master_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x90873f51 fsi_get_new_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x982b475d fsi_cdev_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x99b0c5c5 fsi_device_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x9e0c6802 fsi_driver_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xbcea7ea9 fsi_master_rescan +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xc19726df fsi_bus_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xce22aee2 fsi_slave_release_range +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xd942f235 fsi_slave_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-occ 0xd2d352a2 fsi_occ_submit +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0x0912ae38 sbefifo_submit +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0x51e23070 sbefifo_parse_status +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x3c9982d9 gnss_register_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x8c3b3823 gnss_insert_raw +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xa881df89 gnss_deregister_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xead1c49f gnss_allocate_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xedbf380f gnss_put_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x1b788ac2 gnss_serial_free +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x82d8627e gnss_serial_pm_ops +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x8983da02 gnss_serial_register +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xacbdc0d9 gnss_serial_deregister +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xc4efc5b0 gnss_serial_allocate +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x5d0e4276 idio_16_set +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x6495f119 idio_16_get_multiple +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x68830314 idio_16_state_init +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x70e2b625 idio_16_get +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0xae1139f5 idio_16_set_multiple +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x1b012f12 __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0xec63a39b __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x496ce291 gpio_regmap_get_drvdata +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x9dfcee5f gpio_regmap_register +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0xb677a937 devm_gpio_regmap_register +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0xb7066570 gpio_regmap_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x1720af23 analogix_dp_start_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x3ee0dd60 anx_dp_aux_transfer +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x50b905e9 analogix_dp_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x84681b36 analogix_dp_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x8f9eda09 analogix_dp_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x964086dc analogix_dp_stop_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xb646cf2e analogix_dp_resume +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xcbcca8aa analogix_dp_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xe3a08ab8 analogix_dp_suspend +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x241eacd9 ldb_init_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x3ee9e11e ldb_channel_is_single_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x55ed4dab ldb_channel_is_split_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x56b2bcf1 ldb_bridge_atomic_check_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x725cc509 ldb_add_bridge_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xac3c6df9 ldb_bridge_enable_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xbc0237df ldb_bridge_attach_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xd3d12c37 ldb_bridge_mode_set_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xe38e43f9 ldb_bridge_disable_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xe411ae52 ldb_remove_bridge_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xe8d05d2e ldb_find_next_bridge_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/samsung-dsim 0x5d244504 samsung_dsim_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/samsung-dsim 0x71e89ccb samsung_dsim_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/samsung-dsim 0x874b57d8 samsung_dsim_pm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x09340e05 dw_hdmi_set_channel_count +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x094f6fc5 dw_hdmi_phy_i2c_set_addr +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x1461e227 dw_hdmi_set_channel_status +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x2492d9c4 dw_hdmi_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x26d629cd dw_hdmi_phy_gen2_reset +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x2d1c0e80 dw_hdmi_setup_rx_sense +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x2fac9436 dw_hdmi_set_channel_allocation +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x316212a8 dw_hdmi_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x3695cb61 dw_hdmi_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x42926f4a dw_hdmi_resume +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x4a9b174f dw_hdmi_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x56f72e25 dw_hdmi_set_sample_non_pcm +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x6712b5a7 dw_hdmi_phy_gen2_txpwron +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x7d8a3aee dw_hdmi_phy_i2c_write +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x8dcd6f43 dw_hdmi_set_sample_rate +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x96f3e250 dw_hdmi_set_sample_width +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x9b44a60b dw_hdmi_phy_gen2_pddq +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x9cccd83f dw_hdmi_set_plugged_cb +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xc59f9e6f dw_hdmi_phy_gen1_reset +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xce27012a dw_hdmi_audio_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xd32faf88 dw_hdmi_set_high_tmds_clock_ratio +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xd6968220 dw_hdmi_phy_setup_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xd8fe547b dw_hdmi_audio_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xdafa1790 dw_hdmi_phy_read_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xf5922009 dw_hdmi_phy_update_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi 0x0d667204 dw_mipi_dsi_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi 0x41361ae4 dw_mipi_dsi_set_slave +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi 0x42ac3b2e dw_mipi_dsi_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi 0x4eca08dc dw_mipi_dsi_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi 0xa175894c dw_mipi_dsi_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_display_helper 0x23401f69 drm_hdcp_check_ksvs_revoked +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x1a9445d4 devm_of_dp_aux_populate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x2a8b19ce of_dp_aux_depopulate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x90b30054 of_dp_aux_populate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x96667f19 dp_aux_dp_driver_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0xc320f1ed __dp_aux_dp_driver_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x22a4f1e5 drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x26065c60 drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x3bbb22cf drm_gem_dumb_map_offset +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x4576f452 accel_open +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x48586132 of_get_drm_panel_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x4d546193 drmm_kstrdup +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x5105cca2 drm_crtc_add_crc_entry +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x52e6caa4 of_get_drm_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x65272809 drm_of_get_dsi_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x66cf2f64 drm_display_mode_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x6836d3ae drm_of_lvds_get_data_mapping +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x69101a53 drm_bridge_hpd_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x6d9a58d4 drm_of_get_data_lanes_count_ep +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x73b466f2 drm_of_encoder_active_endpoint +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x7e4fb966 drm_do_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x9bc64718 drm_of_get_data_lanes_count +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xabf70878 drm_bridge_get_modes +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xad81e81c drm_bridge_detect +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xad885165 drm_bus_flags_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xae17b114 drm_bridge_hpd_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xb70b4026 drm_of_lvds_get_dual_link_pixel_order +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xc1e3536e drm_bridge_hpd_notify +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xcaf67cdd drm_of_component_match_add +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xd32e90b1 drm_bridge_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xdd0d77c1 drm_of_find_panel_or_bridge +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfe9f72f3 drm_display_mode_to_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x19210dbd drm_gem_dma_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x2196905a drm_gem_dma_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x22f6faa7 drm_fb_dma_get_gem_addr +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x2ad7a7bc drm_gem_dma_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x3669ba54 drm_fb_dma_get_gem_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x39390b30 drm_gem_dma_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x66b6311f drm_gem_dma_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x8ad63737 drm_fb_dma_sync_non_coherent +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xc85a25ad drm_gem_dma_dumb_create_internal +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xd2ed1e90 drm_gem_dma_vmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xe965a3bf drm_gem_dma_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xedfbfa02 drm_gem_dma_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x46103ab8 drm_gem_fb_afbc_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x5277b68e drm_gem_fb_init_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x68ceb1bc drm_gem_plane_helper_prepare_fb +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x8e8a83aa drm_bridge_connector_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xc445177d drm_gem_fb_create_with_dirty +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xd440044e drm_gem_fb_get_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xf71543a5 drm_gem_fb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xfba59dde drm_gem_fb_create_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x13af59ef drm_gem_shmem_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x15521bb8 drm_gem_shmem_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x38a1cf5c drm_gem_shmem_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x511c5754 drm_gem_shmem_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x61a7b001 drm_gem_shmem_get_pages_sgt +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x7b6f0d39 drm_gem_shmem_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xcbc814fb drm_gem_shmem_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xda5519af drm_gem_shmem_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/imx/dcss/imx-dcss 0x27d77ae3 dcss_dev_pm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x06686044 meson_venc_hdmi_mode_set +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x2c73cfcf meson_venc_hdmi_venc_repeat +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x71be39c5 meson_vclk_vic_supported_freq +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x745afb85 meson_venc_mipi_dsi_mode_set +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x94a785f8 meson_venc_hdmi_supported_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0xab5bee2f meson_venc_hdmi_supported_vic +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0xd5be4ad5 meson_vclk_setup +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0xfd45a952 meson_vclk_dmt_supported_freq +EXPORT_SYMBOL_GPL drivers/gpu/drm/panel/panel-samsung-s6e63m0 0x0ddef055 s6e63m0_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/panel/panel-samsung-s6e63m0 0xeecd6335 s6e63m0_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/panfrost/panfrost 0xa331067b panfrost_pm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/pl111/pl111_drm 0x264949fe pl111_versatile_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_cmm 0x4e6a6983 rcar_cmm_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_cmm 0x604ab385 rcar_cmm_setup +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_cmm 0x772009ce rcar_cmm_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_cmm 0xe9f0ad9c rcar_cmm_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_lvds 0x460559ff rcar_lvds_dual_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_lvds 0x6b74e005 rcar_lvds_is_connected +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_lvds 0x8504314d rcar_lvds_pclk_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_lvds 0x953328f6 rcar_lvds_pclk_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_mipi_dsi 0x5af2cea3 rcar_mipi_dsi_pclk_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_mipi_dsi 0xff5e49cd rcar_mipi_dsi_pclk_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0x0118302d vop2_component_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0x542ae19a vop_component_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0x866c5900 rockchip_rgb_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0xfead7585 rockchip_rgb_fini +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x16c7e8c4 ssd130x_shutdown +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x91fd78dd ssd130x_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0xa9eca1a7 ssd130x_probe +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0x1d4c2b60 host1x_memory_context_get +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0x9efb99a3 host1x_memory_context_put +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0xc536fd5c host1x_memory_context_alloc +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x093e54dd gb_operation_unidirectional_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0ba97d07 gb_connection_enable_tx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0f62f10c gb_debugfs_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x14028e17 __SCK__tp_func_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x15d1942f greybus_disabled +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x251a9a7a gb_operation_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2df663a5 __tracepoint_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3a06aabb gb_connection_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x49278c94 gb_svc_intf_set_power_mode +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x4f95486d __traceiter_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x50ba5f18 gb_operation_cancel +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x52b77346 gb_operation_request_send_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5a3c3ea9 __traceiter_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x605c37c5 gb_hd_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x636d998e gb_connection_latency_tag_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x67f00198 gb_connection_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6d3bb9ec __SCK__tp_func_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6df9af71 gb_connection_disable_forced +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6f128c30 gb_connection_latency_tag_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6fa01fda __tracepoint_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x708849c7 gb_operation_request_send +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x76c94721 __traceiter_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x81e221fb __SCK__tp_func_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x881f11a4 gb_connection_create_offloaded +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x891ddee3 greybus_message_sent +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x89f514a1 __SCK__tp_func_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8b8d8526 __traceiter_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x95999429 gb_hd_cport_release_reserved +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x99be980a greybus_deregister_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa17d1f62 gb_operation_get_payload_size_max +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa5417579 gb_operation_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa97d60a4 gb_operation_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb12f911c gb_operation_result +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb1d72a23 gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb4588b49 gb_connection_disable_rx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb9deff38 gb_operation_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbce68507 greybus_register_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbe4d3dc0 gb_hd_cport_reserve +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbf2c07db __tracepoint_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc33c8b6e gb_hd_output +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc594a0c6 __traceiter_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xca574fcc __tracepoint_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xce7806ff gb_interface_request_mode_switch +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd33373a8 __tracepoint_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd3e3fbe4 gb_connection_destroy +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xdc708f5c gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xdf76356f gb_hd_shutdown +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe6bf3860 gb_connection_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xeac79e1a __SCK__tp_func_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xeb6b7281 gb_connection_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xeec31f91 greybus_data_rcvd +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xef7307cd gb_operation_response_alloc +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf107a122 __SCK__tp_func_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf18b1814 __traceiter_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf357c63d __tracepoint_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xff2afb5f gb_hd_add +EXPORT_SYMBOL_GPL drivers/hid/hid 0x07074c47 hid_hw_raw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0c5c1206 hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0d4ed2c7 hid_driver_suspend +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1201e837 hid_field_extract +EXPORT_SYMBOL_GPL drivers/hid/hid 0x144582c4 hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x18cc1e52 __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x197b07b8 hid_hw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x19d52f1f hid_quirks_exit +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1a3cd161 hid_hw_stop +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1cc5f538 hid_driver_reset_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2b1bba4b hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2ebb48a1 hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x36f4407d hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3f5d7b80 hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x414b3aa8 hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x46dd8c2e hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4d7da6f3 hid_match_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x52f460a7 hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x59018bfc hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5d6e6a27 hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6050c887 hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6395d6a6 hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6f22ab45 hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x70c114e7 hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x75dd393d hid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7a7f931b hid_setup_resolution_multiplier +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8b13a8b8 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8bf3898e hid_hw_close +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8ef0359f hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x97691202 hid_hw_open +EXPORT_SYMBOL_GPL drivers/hid/hid 0x995e6c48 hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9c32e00e __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa45b3226 hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa4dd7164 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb01665cf hid_hw_start +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb26029a6 hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb7277749 hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbef27326 hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc0c6e5d5 hid_compare_device_paths +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc3fc23c7 hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc83dd47b hid_match_id +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc9d0f158 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0xca8a69c2 hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xca8e410c hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xccfdffab hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd3098a34 hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd6f64620 hid_driver_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe86ca81e hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xeb8cbc2b hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0xef945b22 hid_hw_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf3606562 hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf7c989fb hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfa355613 hid_quirks_init +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x3e4427c8 roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x96f63a79 roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x02f1ec32 roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x1045f92b roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x22ec1d61 roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x50019e87 roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x69bc2bc3 roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x7620c9d6 roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x014ca70d sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x2f648706 sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x5bd52e74 sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x62eb9191 sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x701dedf0 sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x886ebf2b sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xab6b04d5 sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xd97256c9 sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xfc836850 hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0x11c47cc1 vivaldi_feature_mapping +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0xb40f447b vivaldi_attribute_groups +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x03d20a1f i2c_hid_core_probe +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x47c6dce6 i2c_hid_core_remove +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xaf74bcce i2c_hid_core_shutdown +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xd461c3eb i2c_hid_core_pm +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0x6a8de876 surface_hid_device_add +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0x81f7387b surface_hid_device_destroy +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0xd3e8ca75 surface_hid_pm_ops +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x3b392c50 hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xa19478e5 hid_is_usb +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x165bdfcf hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x1be9fdc6 hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x34a9a5c0 hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x42dc6f81 hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x4a2ac7b1 hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x4d5c278e hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5d8dbb0d hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x62ad6ea7 hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x646d0cc8 hsi_add_clients_from_dt +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x6962c6b8 hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x696d392e hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x6e9c7065 hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x9b481525 hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb6244953 hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xc02d91ce hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xc48959ff hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xe6532530 hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf1cced88 hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x01005e06 hv_pkt_iter_first +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x011d084b vmbus_recvpacket_raw +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x02236cac vmbus_disconnect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x03fd2739 vmbus_hvsock_device_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x2f87b792 hv_pkt_iter_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x31e2e77f vmbus_free_mmio +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x321055cb vmbus_prep_negotiate_resp +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x32e14bd6 vmbus_set_chn_rescind_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x360b68ec vmbus_set_event +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x37da1f3d vmbus_open +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x423d151f vmbus_establish_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x46a417ca vmbus_proto_version +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x46cc6422 vmbus_next_request_id +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x4857e2d0 vmbus_setevent +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x4b2210b8 vmbus_send_tl_connect_request +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x674e657e hv_ringbuffer_get_debuginfo +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x680fb428 vmbus_driver_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x725fc669 vmbus_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x8bebeae5 vmbus_request_addr +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x91305531 vmbus_set_sc_create_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xa1cf86b3 vmbus_allocate_mmio +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xa224d969 vmbus_alloc_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xa602b954 vmbus_teardown_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xa94746f8 vmbus_send_modifychannel +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xaa9b9e1d vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xb397f000 vmbus_connect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xb86b941f __vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xd7d35469 vmbus_sendpacket_mpb_desc +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xd928dd43 vmbus_free_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xe21ed423 vmbus_sendpacket_pagebuffer +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xe26172d6 __vmbus_driver_register +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xe881fbc7 vmbus_connection +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xee37703b hv_ringbuffer_spinlock_busy +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xf10e7291 __hv_pkt_iter_next +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x61c76fe4 adt7x10_probe +EXPORT_SYMBOL_GPL drivers/hwmon/ltc2947-core 0x5cbb5274 ltc2947_core_probe +EXPORT_SYMBOL_GPL drivers/hwmon/ltc2947-core 0xbc54f93e ltc2947_of_match +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x48061033 nct6775_store_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x5e5b1ee1 nct6775_update_device +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x8188ed18 nct6775_probe +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xb91b0fbf nct6775_show_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xd03511f3 nct6775_show_alarm +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xf37cae1d nct6775_reg_is_word_sized +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x010363e0 intel_th_output_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x18a64878 intel_th_trace_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x33efc40a intel_th_set_output +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x5c9ace20 intel_th_trace_switch +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x7b9e2ae6 intel_th_free +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x8b59e643 intel_th_trace_disable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xcc753c96 intel_th_driver_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xe4355576 intel_th_alloc +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xe4b0387b intel_th_driver_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x2c54a802 intel_th_msu_buffer_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x748f7440 intel_th_msu_buffer_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xbc43cc52 intel_th_msc_window_unlock +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x0164bdf3 stm_source_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x2894a691 stm_source_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x44ade857 stm_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x8cc52e7e stm_unregister_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x9df56c6e stm_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xac1e7bb5 to_pdrv_policy_node +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xd0d6f78a stm_source_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xf0d810ff stm_data_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xfcb8925c stm_register_protocol +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-ccgx-ucsi 0x448e6faa i2c_new_ccgx_ucsi +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x24ff6495 i2c_mux_add_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x51ab204e i2c_mux_alloc +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x5f2b7819 i2c_mux_del_adapters +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x72db7bd0 i2c_root_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x28fbbeec i2c_new_slave_host_notify_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x5d69a9e5 i2c_free_slave_host_notify_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x8ffbec3a i2c_register_spd +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xf73711f9 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x0483270e i3c_master_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x055984b2 i3c_master_do_daa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x07a6767c i3c_device_do_priv_xfers +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x085d0c61 i3c_master_defslvs_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x27ffdf20 i3c_master_get_free_addr +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x328e5fc3 i3c_master_enec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x4d020975 i3c_device_get_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x57a556d6 i3c_generic_ibi_get_free_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x5a5b04b4 i3c_device_free_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x6d4f4c6a i3c_generic_ibi_alloc_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x76fe3e05 i3c_generic_ibi_free_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x78b431ae i3c_master_queue_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x7fc036cd i3c_device_enable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x9c3799e2 i3c_device_do_setdasa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xa5067b86 i3c_device_disable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xa59f5ddd i3c_driver_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xa981f938 i3c_generic_ibi_recycle_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xb846a74e i3c_master_entdaa_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xb84dd833 i3c_driver_register_with_owner +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xc6c8668d i3c_master_add_i3c_dev_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xcbe48a8b i3c_master_set_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xced89778 i3c_device_request_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xea566247 i3c_device_match_id +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xed8f5401 i3c_master_register +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xeea5bd9c i3cdev_to_dev +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xf36e4689 i3c_master_disec_locked +EXPORT_SYMBOL_GPL drivers/i3c/master/dw-i3c-master 0x5813b3f1 dw_i3c_common_probe +EXPORT_SYMBOL_GPL drivers/i3c/master/dw-i3c-master 0xc5872133 dw_i3c_common_remove +EXPORT_SYMBOL_GPL drivers/iio/adc/stm32-dfsdm-adc 0x824de46f stm32_dfsdm_get_buff_cb +EXPORT_SYMBOL_GPL drivers/iio/adc/stm32-dfsdm-adc 0x8c59fc8c stm32_dfsdm_release_buff_cb +EXPORT_SYMBOL_GPL drivers/iio/adc/stm32-dfsdm-core 0xa81a1502 stm32_dfsdm_stop_dfsdm +EXPORT_SYMBOL_GPL drivers/iio/adc/stm32-dfsdm-core 0xb2f7302a stm32_dfsdm_start_dfsdm +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x0e9cf42a iio_channel_cb_get_iio_dev +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x267c0508 iio_channel_release_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x2a1fab3c iio_channel_stop_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x38d66b48 iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x9acf62ab iio_channel_cb_set_buffer_watermark +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0xfdcb09b2 iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x090e92ca iio_dma_buffer_init +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x197d4ada iio_dma_buffer_enable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x1a559f79 iio_dma_buffer_release +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x27bbdc09 iio_dma_buffer_read +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x3699ec6f iio_dma_buffer_disable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x8028a461 iio_dma_buffer_exit +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x87251dc6 iio_dma_buffer_block_list_abort +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xa25d43bf iio_dma_buffer_set_bytes_per_datum +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xb8fc7396 iio_dma_buffer_block_done +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xec248ca4 iio_dma_buffer_data_available +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xeee458ef iio_dma_buffer_request_update +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xf071d7f0 iio_dma_buffer_set_length +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dmaengine 0x39c830f8 devm_iio_dmaengine_buffer_setup +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x235c5d8e devm_iio_hw_consumer_alloc +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x3391543d iio_hw_consumer_disable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x7c2448c3 iio_hw_consumer_alloc +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x9671bc15 iio_hw_consumer_free +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0xbf358fa9 iio_hw_consumer_enable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-triggered-buffer 0x382a8a2a devm_iio_triggered_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/buffer/kfifo_buf 0x56a0041d devm_iio_kfifo_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x270041fa cros_ec_sensors_core_read +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x4d61b23a cros_ec_motion_send_host_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x5c3e2b2a cros_ec_sensors_core_register +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x8517b43b cros_ec_sensors_core_read_avail +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x898930bf cros_ec_sensors_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x9971dac4 cros_ec_sensors_capture +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xabf7a6d6 cros_ec_sensors_push_data +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xb45fae3b cros_ec_sensors_read_lpc +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xca6f7653 cros_ec_sensors_read_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xdf86ed20 cros_ec_sensors_core_init +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xeb70a437 cros_ec_sensors_ext_info +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xfe447edb cros_ec_sensors_core_write +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x17590119 bmg160_core_remove +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x6fa74835 bmg160_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x74d49c42 bmg160_core_probe +EXPORT_SYMBOL_GPL drivers/iio/imu/fxos8700_core 0xbbccac80 fxos8700_core_probe +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x020c8215 __devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x126ebcff iio_read_avail_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x141ec506 iio_read_max_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2079d30f iio_read_channel_offset +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x20f403c6 iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x22c254d0 devm_iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x25147d58 iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x25606a07 iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x33c1d7b4 iio_validate_own_trigger +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3792e8be iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x386d4ecd devm_fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3b011ff6 iio_device_get_current_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x447d2df2 iio_write_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x44cc500a iio_device_attach_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4672703c iio_read_avail_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x476bc836 iio_device_claim_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4dce7dd4 iio_format_value +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4f6651b4 iio_device_release_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5545d5ee iio_read_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x56232649 iio_show_mount_matrix +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x57a8729e iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5a5c6c35 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5e0f3368 iio_push_to_buffers_with_ts_unaligned +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5fe9c6fa iio_get_debugfs_dentry +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x63a894fe iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6a59cc61 iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x711f7bcd fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x859ecb35 devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8a775cc8 iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8c6d400a iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9114009c iio_device_id +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x981aef19 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9c3c68de iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9da76253 iio_pop_from_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa7f650cf devm_iio_trigger_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa8c2077f iio_get_channel_ext_info_count +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xaa024867 iio_buffer_enabled +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xadb99ef8 iio_read_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbc445f31 devm_iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xca38dc06 iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcba274ce iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd653e442 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdb014c97 iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xde33b9a9 iio_write_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdf7703d8 iio_read_channel_processed_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe182b583 iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xec85d3ca iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf0622efc iio_device_claim_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf144e28f __devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf611eafc iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf86fb77e iio_device_release_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf8cfb42f iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfaa60a79 iio_write_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfd484318 iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfdc9b26a iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xff34a631 devm_iio_map_array_register +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x068bd577 rtrs_start_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x144bdf22 rtrs_init_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x1473ee46 rtrs_stop_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x2bfbde88 rtrs_cq_qp_destroy +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x5726a18c rtrs_iu_post_recv +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x5fed8d66 rtrs_iu_alloc +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xb055b85f rtrs_iu_free +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xb847fe1b rtrs_iu_post_rdma_write_imm +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xbecd1db9 rtrs_cq_qp_create +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xc9713ff3 rtrs_iu_post_send +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xd78ff422 rtrs_send_hb_ack +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xdc5a018f rtrs_post_recv_empty +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0x56cb1b6c input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0x82be11f7 matrix_keypad_parse_properties +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x45dd46dd adxl34x_pm +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x7ea47e7b adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xec511022 adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x4c90ece8 rmi_set_attn_data +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x504242d0 rmi_unregister_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x5bcf04cb rmi_2d_sensor_rel_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x7150da3d rmi_2d_sensor_configure_input +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x71f99ce6 __rmi_register_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x82acc66b rmi_2d_sensor_abs_process +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x8898b63e rmi_2d_sensor_of_probe +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x8fc8e340 rmi_2d_sensor_abs_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x927b68c4 rmi_driver_resume +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xaced5100 rmi_dbg +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xb66eb27e rmi_register_transport_device +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xb6702547 rmi_of_property_read_u32 +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xebf4fbbf rmi_driver_suspend +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x33d35c79 cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x50d822f8 cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xc3bcf3e7 cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x2c233a67 cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x5696799e cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x29d86382 cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x524e9436 cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x8dfafaf4 tsc200x_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xc0d9c840 tsc200x_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xc51d851b tsc200x_regmap_config +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xe653df7a tsc200x_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x205364e0 wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x244e850c wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x39f09856 wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x442e9fc1 wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x46f3ea8f wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x884edf35 wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xb7d2a4b1 wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xb95539fe wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xc03e39f2 wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xe3e1c9bf wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xe630474c wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xe8e48592 wm9713_codec +EXPORT_SYMBOL_GPL drivers/interconnect/icc-clk 0x3b9dfd5c icc_clk_register +EXPORT_SYMBOL_GPL drivers/interconnect/icc-clk 0x736ef16e icc_clk_unregister +EXPORT_SYMBOL_GPL drivers/interconnect/imx/imx-interconnect 0x37647c21 imx_icc_unregister +EXPORT_SYMBOL_GPL drivers/interconnect/imx/imx-interconnect 0x9beeb2ba imx_icc_register +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-bcm-voter 0x0b39b783 qcom_icc_bcm_voter_commit +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-bcm-voter 0x83ef48c5 of_bcm_voter_get +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-bcm-voter 0x936a7e97 qcom_icc_bcm_voter_add +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x13476b94 qcom_icc_set +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x8070815a qcom_icc_bcm_init +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x92456333 qcom_icc_rpmh_probe +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xccf83f19 qcom_icc_pre_aggregate +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xde968933 qcom_icc_aggregate +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xe3d30492 qcom_icc_rpmh_remove +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0x81e513ad qcom_icc_rpm_smd_available +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0xe8dbdc6c qcom_icc_rpm_smd_send +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x19f2fa04 ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x44852c9e ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x67100533 ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x6e672618 ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x9202e205 ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x95a898cc ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x989c484e ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xbac906c2 ipack_device_init +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xdf0d17dc ipack_put_device +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x1f257017 led_set_flash_timeout +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x2cb35c18 led_get_flash_fault +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x8221a6eb devm_led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x9d9225b5 led_set_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xa9ffd728 devm_led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xbab07c8a led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xeb3dbd05 led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xf06a5800 led_update_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x9f70221e devm_led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xa0612d13 led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xb4176842 devm_led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xda97b86f led_mc_calc_color_components +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xe595adc1 led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x3fc1982b lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x5b0d1b36 lp55xx_write +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x5f6e0b4d lp55xx_unregister_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xb2dfb60a lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xb9d0a9aa lp55xx_update_bits +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xbceee4bf lp55xx_read +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xbdb549cc lp55xx_is_extclk_used +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xbdf37d37 lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xbecfede0 lp55xx_deinit_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xe2b30516 lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-audio 0x3bd45b0d ledtrig_audio_set +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-audio 0xce593c22 ledtrig_audio_get +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-camera 0x749e05f2 ledtrig_flash_ctrl +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-camera 0x7903e46e ledtrig_torch_ctrl +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x04b25810 __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x05058957 __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x063306f1 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x06bceaa1 __SCK__tp_func_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0bc0be45 __SCK__tp_func_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x101ae2f4 __traceiter_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x150e5357 __traceiter_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x15f3de09 __SCK__tp_func_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x17a83e40 __traceiter_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x181a1930 __SCK__tp_func_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1b083369 __SCK__tp_func_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1c599ebe __traceiter_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1c83d5b7 __SCK__tp_func_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x22ae6324 __SCK__tp_func_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2766fb04 __traceiter_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2a7180ce __traceiter_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2af60833 __SCK__tp_func_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2b661e9b __traceiter_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2c5a3a11 __traceiter_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2dcb0140 __traceiter_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x362eda19 __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x37808fd7 __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x37b31e4f __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x382896ed __traceiter_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3863d254 __traceiter_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3a3eb678 __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3aabfb79 __traceiter_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3cefae2e __traceiter_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3feb7def __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x42265554 __traceiter_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x44bb87a3 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x46c66897 __SCK__tp_func_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x47b2af54 __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4a2d1241 __SCK__tp_func_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4b96c8a0 __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x51d0e534 __SCK__tp_func_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x55ef5a92 __traceiter_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5d9c8fc8 __SCK__tp_func_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5f9386a1 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5fd7c423 __SCK__tp_func_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6026e276 __SCK__tp_func_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6119e203 __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x63459ea3 __traceiter_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x64e39418 __traceiter_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x66232cfe __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6697827f __SCK__tp_func_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6e74dca7 __SCK__tp_func_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6e7df078 __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x71a90620 __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x79eeb380 __SCK__tp_func_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7e103836 __traceiter_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7e1d189c __traceiter_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x80e3881d __SCK__tp_func_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x81d4d2d1 __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x836658ef __traceiter_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8ad20d61 __SCK__tp_func_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8b9fa1d8 __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8bba9251 __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8f7308be __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x93c8c39b __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9a6f4d9f __SCK__tp_func_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9ce21c84 __SCK__tp_func_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa09a6b09 __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa187023e __SCK__tp_func_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa64134e4 __SCK__tp_func_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa842a5c8 __SCK__tp_func_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xad6440b4 __traceiter_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb01ca267 __traceiter_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb4766a0a __traceiter_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb5a62a8c __traceiter_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb9910ea3 __traceiter_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xba843c3f __SCK__tp_func_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbc65a7a3 __traceiter_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc8ae4213 __SCK__tp_func_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xce5d20bf __traceiter_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd71e556b __traceiter_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd8aa1746 __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd9f63855 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xda06fe86 __SCK__tp_func_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdd1455a7 __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdd71bb18 __traceiter_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdd813a80 __traceiter_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe16c06b3 __SCK__tp_func_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xea3a1ab2 __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xec29e22a __traceiter_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xec3327c6 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xec92a163 __SCK__tp_func_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf021519f __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf6249e5f __SCK__tp_func_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfc0a0b57 __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfd5d057b __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfd6b5d80 __SCK__tp_func_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfed8327b __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x12a92df7 dm_cell_promote_or_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x17dd39d6 dm_deferred_set_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x24baf66f dm_cell_unlock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2eb01e04 dm_deferred_set_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x442ee128 dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x4547a36e dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x5f1a7b61 dm_cell_put_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6147c69c dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6af8a9a3 dm_cell_visit_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6e31218a dm_cell_quiesce_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x753e20b2 dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x8372180d dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x97904e38 dm_cell_lock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xace9b57b dm_bio_prison_destroy_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb6d5c65d dm_deferred_set_add_work +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb70b342a dm_bio_prison_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca4f7aa5 dm_cell_get_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd59382ad dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd99e003d dm_bio_prison_create_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xda5ae8e0 dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xe8bf28d9 dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xf0e8749b dm_bio_prison_alloc_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xf4521a73 dm_bio_prison_free_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xf717559a dm_cell_lock_promote_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x24772bfe dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x28210d10 dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x2e0774dc dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x656100cc dm_bufio_client_reset +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6a2f40e1 dm_bufio_mark_partial_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6aebce95 dm_bufio_issue_discard +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6cdb2d56 dm_bufio_prefetch +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d3f57bd dm_bufio_get_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d83826d dm_bufio_get_block_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x74dcd98c dm_bufio_get_aux_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x867e87eb dm_bufio_get_dm_io_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x91f00abc dm_bufio_set_minimum_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa82b2066 dm_bufio_write_dirty_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xb04f56ab dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc0d7df85 dm_bufio_new +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xcd2ba798 dm_bufio_forget +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd991e3b9 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe6024e59 dm_bufio_release +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xebcc64a4 dm_bufio_get_block_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xeca7949e dm_bufio_client_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xed3283a4 dm_bufio_set_sector_offset +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xf241a6eb dm_bufio_forget_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x0efbca4c btracker_promotion_already_present +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x1c852cab btracker_nr_demotions_queued +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x23ddc5ab dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x37ef59a5 dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x481a0b15 btracker_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x4becb830 dm_cache_policy_get_hint_size +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x50b3c64c dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x5adc2807 btracker_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x65eea825 btracker_nr_writebacks_queued +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x7c0aa317 dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x87bee547 btracker_queue +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa2365f44 btracker_issue +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa7eadcb5 btracker_complete +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xbb97a472 dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xf9f3e74b dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x4263d2b2 dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xb493fcf2 dm_register_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x01d2f9ac dm_rh_recovery_start +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x1a2e7921 dm_rh_bio_to_region +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x366e7dcb dm_region_hash_create +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x38972f23 dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x38efaf5a dm_region_hash_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x3a18389a dm_rh_update_states +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x57e16c3e dm_rh_get_state +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x5f4a6e61 dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x6740a5a9 dm_rh_inc_pending +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7774620f dm_rh_stop_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7bfb0d45 dm_rh_delay +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d053fc5 dm_rh_start_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d5e1815 dm_rh_get_region_key +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa53387c7 dm_rh_flush +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa83588eb dm_rh_recovery_end +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xbe38a431 dm_rh_recovery_prepare +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xcc745d69 dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd8aa4284 dm_rh_region_context +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf1930152 dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf92b8a3d dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfd93482e dm_rh_recovery_in_flight +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0054f69d dm_tm_pre_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x01f7c2b0 dm_btree_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0211c39e dm_tm_with_runs +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x07ed9022 dm_bitset_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x088a5b30 dm_btree_find_lowest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0cf7c42f dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0d251167 dm_array_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x109eae1f dm_btree_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x15a2bf57 dm_btree_lookup_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1ae16d40 dm_tm_dec_range +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1d0d53f7 dm_array_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2842d760 dm_bitset_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2bc1a8d9 dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2f40da68 dm_bm_set_read_write +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x30c37cc0 dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x32bf4f4b dm_bitset_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3646e38f dm_tm_issue_prefetches +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3896f8d8 dm_array_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x38d53eec dm_array_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ad0f55b dm_bm_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ae50a4a dm_tm_inc_range +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40720a25 dm_bitset_set_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x418204e4 dm_array_set_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x46c56110 dm_bitset_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x48e323be dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4f2c653e dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4f477261 dm_bm_checksum +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x51005cef dm_bitset_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5375ca71 dm_bm_write_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5475ba9e dm_block_location +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x563946a0 dm_btree_remove_leaves +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5b04d3fe dm_bitset_clear_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x67c6c5b9 dm_array_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x68f34c27 dm_array_cursor_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6bfa88c8 dm_bitset_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6c600395 dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6fac2256 dm_array_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x703aa099 dm_block_manager_reset +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x72289260 dm_block_manager_destroy +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7612cd9c dm_bm_block_size +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x79bdc649 dm_sm_disk_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7ade1071 dm_tm_destroy +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7b047bd9 dm_tm_create_non_blocking_clone +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7b6b3af5 dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7ea85707 dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x836693c5 dm_disk_bitset_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x87419c51 dm_array_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x87c934be dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x88295b96 dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x8e057e61 dm_array_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x900896b9 dm_btree_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x91baa32f dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9290e07a dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x932a6ffc dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x94daa188 dm_bitset_cursor_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x95a52abd dm_bm_is_read_only +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9718cffa dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9e798e22 dm_bm_set_read_only +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa0bc1801 dm_btree_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa99029b9 dm_bitset_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb940af6a dm_array_info_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbdde4031 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd017c9c7 dm_array_new +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd8682982 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xdb2c8e97 dm_btree_lookup +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xdf3a4e7d dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe07a2542 dm_bitset_new +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe0e68183 dm_array_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe781f874 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xecc1aeba dm_bitset_test_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xedf5036f dm_bitset_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf2b4509a dm_btree_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf71f197e dm_btree_cursor_next +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x008a10bf cec_unregister_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x1963c384 cec_s_conn_info +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x2196223a cec_fill_conn_info_from_drm +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x25571569 cec_queue_pin_hpd_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x28239459 cec_pin_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x2f8f7449 cec_transmit_attempt_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x319f600c cec_transmit_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x3d8a7666 cec_notifier_conn_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x4e51eeed cec_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x56381b16 cec_s_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x7460d06a cec_notifier_parse_hdmi_phandle +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x7fdda986 cec_s_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x822dcd7a cec_delete_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xa01fbb6b cec_notifier_set_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xa1e8e3ce cec_s_log_addrs +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xaa4b6a2e cec_notifier_cec_adap_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xaca33759 cec_received_msg_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xad436089 cec_queue_pin_cec_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xaee236c6 cec_notifier_conn_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xbe4de675 cec_get_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xc16f2887 cec_notifier_set_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xc62e419d cec_queue_pin_5v_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xd26c5963 cec_transmit_msg +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xdc0b94da cec_pin_changed +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xdc33e226 cec_register_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xf66fec52 cec_notifier_cec_adap_register +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x054910fb saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x06de6651 saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x43a8a5dd saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x53cc58d7 saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x768612c7 saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x8a42f72c saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x94db753b saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xb150f746 saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xc64704e1 saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xce7a9185 saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x0ad8ad2a saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x15496ccb saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x299d9a29 saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x5c8c1adc saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xd646ca9e saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x1358f8e0 smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21063eb3 smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x34bf0e61 smscore_translate_msg +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x37d91069 smsendian_handle_tx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x45284ae9 smsendian_handle_rx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x4cade6c5 sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x507181b7 smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x55de6ae5 smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x589a443d smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x6c837aaf smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x74ee9098 sms_board_load_modules +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7c576277 smsendian_handle_message_header +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x844539ae sms_get_board +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9612a10b smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x99a81ab3 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xa66fd469 sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbaa23ee2 smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbc49f2fe sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbea9afee smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc0509f9c smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc50474ac smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xd058c2eb sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xd56d69e2 smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf2020276 sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/uvc 0x08c5db3e uvc_format_by_guid +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x040dc7cd tpg_aspect_strings +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x21bfae4e tpg_gen_text +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x4a738cc1 tpg_g_interleaved_plane +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x7e83543f tpg_s_crop_compose +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x80aaf962 tpg_g_color_order +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xa8a3f406 tpg_free +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xaa5503d9 tpg_set_font +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xb052969d tpg_init +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xbbc315dd tpg_update_mv_step +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xcaede3e2 tpg_fill_plane_buffer +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xce8159bb tpg_pattern_strings +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xe2169014 tpg_log_status +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xe6f04b89 tpg_alloc +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xe7ee5819 tpg_s_fourcc +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xf064e392 tpg_fillbuffer +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xf7a5f765 tpg_calc_text_basep +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xf7ec0949 tpg_reset_source +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x054cbd1b __traceiter_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x05ed2379 vb2_core_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x071e8752 vb2_core_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x07729fd4 __SCK__tp_func_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x0847e476 vb2_core_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x1497170c vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x1d1b27da vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x2e2bc124 vb2_core_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x352f42d1 vb2_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x3c22713a __tracepoint_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x50a1bb4a __tracepoint_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x54083905 vb2_request_object_is_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x6924f154 vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x7446d3a7 vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x7ee32286 __tracepoint_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x876c1e16 vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x9107cd1f vb2_core_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x93925eb7 vb2_core_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x94506fc4 __traceiter_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x97aa3ddb vb2_core_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb6f4b031 __SCK__tp_func_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb9d2df39 __SCK__tp_func_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xbdca8de9 vb2_core_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc20b4710 vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc7b45aa4 __SCK__tp_func_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xd0144208 vb2_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xd3cd6049 vb2_core_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe003adbf vb2_request_buffer_cnt +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe38b905a vb2_core_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe465b5af __traceiter_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe4bd27ea vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe942c873 vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xeec1f021 vb2_core_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf58e1c25 vb2_core_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf97a7c84 __tracepoint_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xfa6b4367 __traceiter_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xffe42d2c vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0xa521879d vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0xb70ea4dc vb2_dma_contig_set_max_seg_size +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-sg 0x8da10014 vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-memops 0xa2c5bd07 vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x0181f85b vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x01b87bd0 vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x06d85012 vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x0ba1564c vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x0c683a8d vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x0cc54e92 vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x10132ab0 vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x14df5bcd vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x18145538 vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x18aaaa60 vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x1e5daf72 vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x3ca739ca vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x3dcf4313 vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x48f0d434 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x4bc2f1d2 vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x5a564277 vb2_request_validate +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x65535432 vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x7df0d5ae vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x893c1f96 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x9964c2e4 vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xa016877a vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xa41602ee _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xa44bbfe1 vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xabc49a82 vb2_request_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xc1d26f1b vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xcad6a27e vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xd009dfbc vb2_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xdd3e6a08 vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xddd677ce vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xe06ef51f vb2_queue_init_name +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xed68beb9 vb2_find_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xf45be96f vb2_video_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xfb5c4123 vb2_queue_change_type +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xfd2cdbd3 vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-vmalloc 0x638a0f40 vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x24487e61 dvb_module_probe +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x5e051390 dvb_module_release +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0xed7e60e0 dvb_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/as102_fe 0xed2e4035 as102_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ascot2e 0x42cf55fe ascot2e_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/atbm8830 0x2f2628c6 atbm8830_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/au8522_dig 0xd3ed0728 au8522_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/bcm3510 0x1601cab4 bcm3510_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx22700 0xb9eecb55 cx22700_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx22702 0x50ff0f74 cx22702_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24110 0xa2fe813a cx24110_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24113 0xf77160b0 cx24113_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24116 0x4f3503cf cx24116_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0x6cdce163 cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24120 0x2e0b9397 cx24120_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24123 0x69dbd337 cx24123_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2820r 0x433807ae cxd2820r_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2841er 0x7076ba90 cxd2841er_attach_s +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2841er 0xc018e580 cxd2841er_attach_t_c +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2880/cxd2880 0x74c009f6 cxd2880_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0070 0xd737bf34 dib0070_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0090 0x804f0ecc dib0090_register +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0090 0x91d8d4ad dib0090_fw_register +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib3000mb 0x48e65cdc dib3000mb_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib3000mc 0x52c9b792 dib3000mc_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib7000m 0xd13bdaf0 dib7000m_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib7000p 0x6e95d173 dib7000p_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib8000 0x9d8b99b6 dib8000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib9000 0x025914e6 dib9000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0xa977764f drx39xxj_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drxd 0xd605303c drxd_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drxk 0x8237236f drxk_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ds3000 0x3ec54318 ds3000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dvb-pll 0x9490a114 dvb_pll_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ec100 0x4776aa1c ec100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/gp8psk-fe 0x885c929d gp8psk_fe_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/helene 0x1ab7b041 helene_attach_s +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/helene 0x73ca1842 helene_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/horus3a 0xfd5d3ff5 horus3a_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6405 0xaa340856 isl6405_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6421 0x31cb804f isl6421_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6423 0xd801f715 isl6423_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/itd1000 0xb3cede91 itd1000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ix2505v 0xa0fde277 ix2505v_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/l64781 0x17a53e78 l64781_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lg2160 0x4d6fc368 lg2160_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt3305 0xa78733c8 lgdt3305_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt3306a 0x095793a3 lgdt3306a_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt330x 0x877a82b2 lgdt330x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgs8gxx 0x1bad2afb lgs8gxx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbh25 0xceee2907 lnbh25_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp21 0xdc6964a0 lnbp21_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp21 0xe07c1cd1 lnbh24_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp22 0x0d9dccb8 lnbp22_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/m88ds3103 0xb6d145b7 m88ds3103_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/m88rs2000 0x955358a4 m88rs2000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mb86a16 0xc271117f mb86a16_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mb86a20s 0x19dc8c09 mb86a20s_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mt312 0x7a4bc2cb mt312_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mt352 0xb9b1d1cd mt352_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mxl5xx 0x1d612b9c mxl5xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/nxt200x 0x2a65600c nxt200x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/nxt6000 0x5c043860 nxt6000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/or51132 0xc8d610d0 or51132_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/or51211 0xc4b17ea7 or51211_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1409 0xba89b62c s5h1409_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1411 0x67afa89c s5h1411_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1420 0x9cabd2b8 s5h1420_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1432 0x691e8540 s5h1432_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s921 0x5edaffa1 s921_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/si21xx 0x5e14c3fe si21xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/sp887x 0x1f0d8757 sp887x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb0899 0x1e196c87 stb0899_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb6000 0x691c6f87 stb6000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb6100 0xd7cec1cc stb6100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0288 0x0a931d5e stv0288_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0297 0xc17e9dfe stv0297_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0299 0x02ab91e8 stv0299_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0x57dddd54 stv0367ddb_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0x672dc36e stv0367ter_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0xe61f3903 stv0367cab_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0900 0xe21537f0 stv0900_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv090x 0xcb3a22c3 stv090x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0910 0xa99f8609 stv0910_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6110 0xe261733b stv6110_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6110x 0xfb7b6920 stv6110x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6111 0xaeb1f63e stv6111_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10021 0x71bee28a tda10021_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10023 0x059fecce tda10023_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10048 0x5341c277 tda10048_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda1004x 0x8b28bccf tda10046_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda1004x 0xb0a5a3bb tda10045_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10086 0x5da4d446 tda10086_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0x4ea76e74 tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda665x 0x13f10669 tda665x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda8083 0xd6ef3f13 tda8083_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda8261 0xfa699535 tda8261_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda826x 0x6a7e232b tda826x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ts2020 0x00aca2fd ts2020_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tua6100 0xfbd05f63 tua6100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ves1820 0x36f25dd6 ves1820_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ves1x93 0x0c63b74e ves1x93_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10036 0x7b119efb zl10036_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10039 0x68785d88 zl10039_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10353 0xbfc3c097 zl10353_attach +EXPORT_SYMBOL_GPL drivers/media/i2c/aptina-pll 0x0f74a18d aptina_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/ccs-pll 0x825362de ccs_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x1f0cbb62 max9271_set_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x2f2a2259 max9271_configure_i2c +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x42f994d2 max9271_clear_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x45cffd18 max9271_verify_id +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x49ce7f7a max9271_set_high_threshold +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x96b6b52a max9271_set_deserializer_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xa5d92951 max9271_set_serial_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xb8af3ed9 max9271_set_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xba3f970f max9271_configure_gmsl_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xc5222747 max9271_enable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xd414fb22 max9271_disable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xe7f80adf max9271_set_translation +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xeb8fd6f5 max9271_wake_up +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x02f770b9 media_entity_get_fwnode_pad +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x09df5830 __media_entity_next_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0b016842 __media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0e47ea1b media_get_pad_index +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x101d6065 media_device_usb_allocate +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1345bfcd media_create_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x23503285 media_request_get_by_fd +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2a3db3ff media_device_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x38d00375 media_entity_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3f2a50d6 media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x40a06205 media_request_object_bind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x444357e7 __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x50f46361 media_device_unregister_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x530f0c63 media_devnode_create +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x55817ce5 media_create_pad_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x56db461f media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x57bb984d media_entity_pads_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x59bbe5d5 media_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5ac4351f media_create_pad_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5e10e47e media_create_ancillary_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x63a67126 media_entity_enum_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x65032615 __media_pipeline_entity_iter_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x65dd67e0 media_pipeline_entity_iter_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x68d5f5f8 media_graph_walk_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x69f8f53a media_request_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7137beda media_devnode_remove +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x716f8c95 __media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x733595d3 media_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x76e203fc media_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7dd2fe65 media_pad_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8545d778 __media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x88bf156f media_request_object_find +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x88e9b62e __media_device_usb_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8ad603a0 media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8f73b438 media_graph_walk_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x904061ae media_request_object_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x998d1795 media_request_object_complete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa1d08f8a media_pad_remote_pad_first +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa252c9db __media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa528ea55 __media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa6e94f77 media_request_object_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa9d65b4d media_entity_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb1b5fa37 media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb547d80c media_device_delete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb5cc7b13 media_device_pci_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb7b209dd __media_device_register +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb8dc2743 media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbf2e7419 media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc1285d49 media_pipeline_entity_iter_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc297c57d media_request_object_unbind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd3cd855e media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xdab7e48e media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe017a2c0 media_pad_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe5ceecd6 media_entity_enum_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xeec4a484 media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf1f92ba7 media_device_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf48553e1 __media_pipeline_pad_iter_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xfc28328c media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xfc29b376 media_device_register_entity_notify +EXPORT_SYMBOL_GPL drivers/media/pci/bt8xx/dst 0xf73efef7 dst_attach +EXPORT_SYMBOL_GPL drivers/media/pci/bt8xx/dst_ca 0x61ad8d95 dst_ca_attach +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x538dd8b3 cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/ddbridge/ddbridge-dummy-fe 0xf01671a3 ddbridge_dummy_fe_qam_attach +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0773f328 mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0ec40da2 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0ffe0cc5 mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x1bbe7654 mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x2be78c4f mantis_input_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x350eceee mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x367f8bf2 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x5d9ea912 mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x6bbee846 mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x73ed5b6d mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x77f2283f mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x929e1c45 mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x9782a380 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x9af8d14d mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa84a42e6 mantis_input_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xaf7c1dbc mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc7ec7a40 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xcd9eb758 mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xfa0e7bb9 mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1586b406 saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x15fd208e saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2cb5f0f4 saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x349d29c9 saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x3767e418 saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x3bd61979 saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x4b1d3e9a saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x75cdf4c2 saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x792705e4 saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x7cea7183 saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x9d187cce saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa047b701 saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa8264678 saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xbaabf4c7 saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xc0277526 saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xe5f0fbd1 saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xe936cab7 saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xed2790ba saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xff1e558d saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x4981adeb ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x57e3eae6 ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x6d82274f ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x9c2b6632 ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xa3520868 ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xa526db24 ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xdcd4c117 ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x07d65304 nal_hevc_write_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x0b8685ee nal_h264_write_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x128399d7 nal_hevc_read_vps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x224b1b96 nal_hevc_read_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x27b06570 nal_hevc_write_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x3528af96 nal_hevc_read_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x4a98719c nal_hevc_write_vps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x4f4bb149 nal_h264_write_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x7f862d08 nal_h264_read_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xbf5b9228 nal_h264_read_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xcd350e28 nal_h264_read_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xceb93220 nal_hevc_write_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xddf6eace nal_h264_write_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xfc7173bf nal_hevc_read_sps +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x0d897803 mccic_resume +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x16a86b94 mccic_register +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x49a81470 mccic_shutdown +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xa6ba23aa mccic_suspend +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xc12c61c3 mccic_irq +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x0b01a4e8 vpu_get_venc_hw_capa +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x1780ff3d vpu_ipi_send +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x53c72dec vpu_get_vdec_hw_capa +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x7e68b0a6 vpu_mapping_dm_addr +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xc93c4a97 vpu_ipi_register +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xcb19f477 vpu_load_firmware +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xdb979690 vpu_get_plat_device +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xef11ce07 vpu_wdt_reg_handler +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x0d8c26db hfi_session_stop +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x0dd36b07 venus_helper_init_instance +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x0e67c855 hfi_session_destroy +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x13d61804 venus_helper_release_buf_ref +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x1646d1df hfi_session_continue +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x16af3d6f venus_helper_get_ts_metadata +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x1f0bac27 venus_helper_get_profile_level +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x27b12c5f venus_helper_m2m_device_run +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x2b4b918c venus_helper_alloc_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x2d693ecb venus_helper_m2m_job_abort +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x38d9ee27 venus_helper_acquire_buf_ref +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x3c3dceeb venus_helper_check_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x3d8694c4 hfi_session_deinit +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x3df8d8eb venus_helper_set_multistream +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x3f02b282 hfi_session_start +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x4b9d8cd2 venus_helper_check_codec +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x5140ddfa venus_helper_set_stride +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x5846f3e1 venus_helper_change_dpb_owner +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x5c6985ee hfi_session_set_property +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x5d52dc75 venus_helper_intbufs_alloc +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x5f2f1efd venus_helper_set_work_mode +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x61c9b83b venus_helper_vb2_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x685ae11d venus_helper_set_bufsize +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x695c82a3 venus_helper_unregister_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x69da6e4b hfi_session_abort +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x6c366997 venus_helper_vb2_buf_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x6f8b757a venus_helper_find_buf +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x752bb14f venus_helper_vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x77c32b68 venus_helper_set_input_resolution +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x7d4fd7ed venus_helper_set_profile_level +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x7f8b8ba4 hfi_session_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x8381ea8d venus_helper_intbufs_realloc +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x8d3fafa1 hfi_session_flush +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x944850c9 venus_helper_set_num_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x9982708c venus_helper_vb2_buf_prepare +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xa4760b6b hfi_session_create +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xa8093303 hfi_session_unload_res +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xab468620 venus_helper_set_raw_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xb5da1da9 venus_helper_get_framesz_raw +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xba0b318f hfi_session_get_property +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xc44f90d0 venus_helper_queue_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xc652edd4 venus_helper_process_initial_cap_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xc68464d6 venus_helper_session_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xc7b74ea5 venus_helper_get_out_fmts +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xc7c14870 venus_helper_set_dyn_bufmode +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xd21da2e4 venus_helper_get_framesz +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xd2264c1a venus_helper_set_output_resolution +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xd6be6f78 venus_helper_set_color_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xd8b1b4df venus_helper_set_format_constraints +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xd94dfea7 venus_helper_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xdd8bf542 venus_helper_intbufs_free +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xe34fff49 venus_helper_get_bufreq +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xe40286cd venus_helper_vb2_start_streaming +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xe9a2ae65 venus_helper_buffers_done +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xe9f59d22 hfi_session_process_buf +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xf9bdaeb3 venus_helper_get_opb_size +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xfb0a4966 venus_helper_free_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xfb7400eb venus_helper_process_initial_out_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x3d858696 rcar_fcp_put +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x4ad5d888 rcar_fcp_enable +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x5fe6f6e8 rcar_fcp_disable +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x9877c29f rcar_fcp_get +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0xdc0ea281 rcar_fcp_get_device +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x749ff22f vsp1_du_atomic_begin +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x778a022a vsp1_du_unmap_sg +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xbcb63426 vsp1_du_map_sg +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xcc891747 vsp1_du_atomic_flush +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xd548c083 vsp1_du_init +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xf5b00c3f vsp1_du_setup_lif +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xfcacfb87 vsp1_du_atomic_update +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x2f95edbc xvip_init_resources +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x32a020d5 xvip_set_format_size +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x3a71b426 xvip_enum_frame_size +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x4e189b74 xvip_clr_or_set +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xa8e29a87 xvip_of_get_format +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xb67940fb xvip_get_format_by_fourcc +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xcda21db8 xvip_cleanup_resources +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xe08e6063 xvip_get_format_by_code +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xee1a945f xvip_clr_and_set +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xfaa49439 xvip_enum_mbus_code +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0x06fd4665 xvtc_of_get +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0x3c16a6b1 xvtc_generator_stop +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0x47d7900b xvtc_generator_start +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0xa8a0f912 xvtc_put +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x5c666db3 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xe4fcf1b4 radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x5e41db91 si470x_stop +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xaba695af si470x_ctrl_ops +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xd241a607 si470x_start +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xd7243fe3 si470x_viddev_template +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xf51fe031 si470x_set_freq +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x12d26603 ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x18a1a08b rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x23b63112 rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x29ec00c2 rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2ed90ced rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x3dbeff61 ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x505f98c0 rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x5f6a58f2 devm_rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x811e6fb0 rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x8841227f ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x966ec1cb rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x967057ca ir_raw_event_store_with_timeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x9a4a3282 rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xa9b38192 lirc_scancode_event +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb1697ab8 rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb960f15c rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xbdabd91d rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xc00f389b ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xcd2f71ef devm_rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe20fadc4 ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xfc5d3079 rc_map_get +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0011 0x9729eb14 fc0011_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0012 0xba33ffae fc0012_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0013 0x430969c0 fc0013_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/max2165 0xf497cd92 max2165_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mc44s803 0x82553d0d mc44s803_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2060 0x9871b249 mt2060_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0xdc9beb3c mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0x131c5c6e microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2131 0x85ed2041 mt2131_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2266 0xbba9a5ef mt2266_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5005s 0xbc00da2e mxl5005s_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0x623d99ce mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/qt1010 0x16bff6eb qt1010_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0x13b123a9 r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18218 0xa74abc49 tda18218_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0x4d7987cc tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0x5a4bc20e tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xa9191803 tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xd203da64 tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0x7c2368d9 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x4f3b26d3 tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0xd57e7844 tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x6ce543ee tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xa7bac0e2 tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0x15485717 simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc2028 0x4f3c2697 xc2028_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc4000 0xed891177 xc4000_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc5000 0xc9f5f77f xc5000_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x00b23dd8 cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x1780d6ac is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x226ae1d9 cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x2c25ab6c cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x32f692c2 cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x36d53b38 cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x4963722f cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x4c6fa71d cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x52220bff cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x5b9ed46e cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x6f264509 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7b8e1dea cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7b934293 cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x838af8d8 cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x852ae029 cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x8deb267e cx231xx_get_i2c_adap +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x91848d7a cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xb1dcba19 cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd65d9af6 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xfa49ddc5 cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0x8981acbe mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0x4ffe419c mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x07b5b473 em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x15f11709 em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x1db8f692 em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x207514ba em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x228dae52 em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x2bf49531 em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x2d678f7b em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x35caa395 em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x381c2357 em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x457f79a1 em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x51a1a16b em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x580b1ee0 em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x721f7cc7 em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x921d7c65 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x9cf7eebe em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa35bbe01 em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xad2ca46c em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xb0fb136f em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xd0af31fb em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xddf671ea em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x48f28c8d __v4l2_async_nf_add_i2c +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x5a1cfc50 __v4l2_async_nf_add_fwnode +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x6e88f0c2 __v4l2_async_nf_add_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x7d73eebe __v4l2_async_nf_add_fwnode_remote +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xa8d6348a v4l2_async_nf_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x01612c0b v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x08402862 v4l2_print_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x0958448b v4l2_set_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x0af3d134 v4l2_valid_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x2bf67def v4l2_calc_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x370cfe6e v4l2_dv_timings_presets +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x3aa68d7a v4l2_find_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x4839762f v4l2_calc_timeperframe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x7b6ac78f v4l2_phys_addr_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x8f8d4341 v4l2_get_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x922ecd29 v4l2_enum_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xa22fbfeb v4l2_hdmi_rx_colorimetry +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xa97e00eb v4l2_detect_cvt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xae575c8f v4l2_phys_addr_for_input +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xd034392d v4l2_match_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xf56238f4 v4l2_find_dv_timings_cea861_vic +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xff585440 v4l2_dv_timings_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0x436122af v4l2_flash_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0x5f65ca16 v4l2_flash_indicator_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0xdeff36e8 v4l2_flash_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x07670e9b v4l2_fwnode_connector_add_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x612ddce5 v4l2_fwnode_connector_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x8824b654 v4l2_fwnode_endpoint_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x8b12fa99 v4l2_fwnode_endpoint_alloc_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x8f3ed3df v4l2_fwnode_parse_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xc5df876e v4l2_fwnode_put_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xda8373ec v4l2_fwnode_connector_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xdd54a0a9 v4l2_async_register_subdev_sensor +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xe7dcc42c v4l2_async_nf_parse_fwnode_endpoints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xef927632 v4l2_fwnode_device_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xfed11a2f v4l2_fwnode_endpoint_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-h264 0x639ecc68 v4l2_h264_init_reflist_builder +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-h264 0x6a1429ff v4l2_h264_build_p_ref_list +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-h264 0xf568bf81 v4l2_h264_build_b_ref_lists +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0x30b5ebc6 v4l2_jpeg_parse_scan_header +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0xcbfdf5cb v4l2_jpeg_parse_frame_header +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0xe8956e3f v4l2_jpeg_parse_huffman_tables +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0xe8f40f9e v4l2_jpeg_parse_header +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0xf8ffd565 v4l2_jpeg_parse_quantization_tables +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x12f4c3aa v4l2_m2m_last_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x224164e9 v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x27607fce v4l2_m2m_buf_remove_by_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x292cb972 v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3c5536ca v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x47e40fb6 v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4c5d9647 v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4f0d5f7d v4l2_m2m_last_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x523d2d86 v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5fc014cc v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x619f549f v4l2_m2m_ioctl_try_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x656326a7 v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6f81c565 v4l2_m2m_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x709d4aa5 v4l2_m2m_ioctl_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x730f2eae v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7a516ef5 v4l2_m2m_update_start_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7ac6c39a v4l2_m2m_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x818148cf v4l2_m2m_register_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8277ddc8 v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8aba2926 v4l2_m2m_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8cd664fe v4l2_m2m_buf_copy_metadata +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x94dd423b v4l2_m2m_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9ceb9ead v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa136def7 v4l2_m2m_ioctl_stateless_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xaffa3f00 v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb115fe17 v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbcaeaf5d v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbec38ae9 v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbf648627 v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc439fd7e v4l2_m2m_ioctl_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc868dbdd v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc8dc5263 v4l2_m2m_ioctl_stateless_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xcc31febe v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xcc8725bc v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xcc9bdbca v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xcd748eba v4l2_m2m_request_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xce10ff8c v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xcec58bb7 v4l2_m2m_update_stop_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd8ba30c3 v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xdcb214f0 v4l2_m2m_buf_remove_by_idx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe6d060e8 v4l2_m2m_try_schedule +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xeaaac0d8 v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf13ff84d v4l2_m2m_unregister_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf9948d5e v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xfef9930b v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xffde2b63 v4l2_m2m_ioctl_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0x4137d90c v4l2_vp9_adapt_coef_probs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0x8ef1a3dd v4l2_vp9_reset_frame_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0x8ef25d5d v4l2_vp9_seg_feat_enabled +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0x9dec35a2 v4l2_vp9_fw_update_probs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0xb3cf2529 v4l2_vp9_adapt_noncoef_probs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0xcf15018a v4l2_vp9_kf_partition_probs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0xdf6586d2 v4l2_vp9_kf_uv_mode_prob +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0xf5c55c43 v4l2_vp9_default_probs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0xfbf87a5e v4l2_vp9_kf_y_mode_prob +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x00e20250 videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x111693f1 videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x13d70d6e videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x1bb88740 videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2c131c71 videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x351d86d6 videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x442f655d videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x4755c20f videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x49a7dd8e videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x59bdd301 videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x66291f79 videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6e5baf99 videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x7059354a videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x752832ca videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x757bd923 videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8e2ffa21 videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x942b50d2 videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa72e49a5 videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xaaa3a630 __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb36ddc8b videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xbdaa970b videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc0ac11c1 videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd1a9dbb5 videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd71f3021 videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x05e8966b videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x272a3fbe videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x452da24b videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x553a86d0 videobuf_sg_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x6c63302b videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x00f85daf v4l2_i2c_subdev_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x03734673 video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0bbc9838 v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0bc66acb v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0c5950ab v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0d484791 v4l2_subdev_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x11f3044c __SCK__tp_func_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1342054f __v4l2_subdev_state_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x17a4bb1b __video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x17b885b1 v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x24d4c19d v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x26f8325f v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2ae0877b __SCK__tp_func_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2b30aadf v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2b6856cd __tracepoint_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2ba608f6 __v4l2_ctrl_handler_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2c0801d6 v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3a48c3fc v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3bdb2b41 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3ebc5355 v4l2_compat_ioctl32 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x427d73dd __traceiter_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x43558f21 __video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x480fce4d video_device_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4894cd55 v4l2_subdev_state_xlate_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4b5da8e0 __traceiter_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4e6190ad v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4f231e9a v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5074e573 v4l2_fraction_to_interval +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x51f90788 v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x55bc3ed9 v4l2_subdev_has_pad_interdep +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x571920bf v4l2_create_fwnode_links +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5d7691c8 v4l_disable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5de69feb v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5f9b88ed v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x63ee8864 v4l2_subdev_get_fwnode_pad_1_to_1 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x65d7839c v4l2_subdev_state_get_opposite_stream_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6b719ac9 v4l2_subdev_set_routing +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6ce1c95c __SCK__tp_func_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6e9acc41 v4l2_fill_pixfmt_mp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x71ad95fd v4l2_create_fwnode_links_to_pad +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7ffe13aa v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x825d5e42 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x87101457 v4l2_s_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x88c1c679 v4l2_subdev_enable_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8904cb4e __traceiter_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8af5d3df v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8cd31fd6 v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x916a7362 v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x972997c7 v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x985a8dc4 v4l2_subdev_set_routing_with_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9893fd4e v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9fef35ac v4l2_apply_frmsize_constraints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa019cc5c __traceiter_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa066c6db v4l2_subdev_disable_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa17f9f03 v4l2_pipeline_pm_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa5b85ab9 v4l2_subdev_get_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa8b8d14e v4l2_ctrl_request_hdl_ctrl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xab327c7c v4l2_pipeline_link_notify +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xad5c3c93 v4l2_simplify_fraction +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xae3dd8d6 __v4l2_subdev_next_active_route +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb48cf8aa __tracepoint_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb5a337db v4l2_subdev_state_get_stream_compose +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb6a56d7c v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbc728e0b v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbe9350fe v4l2_subdev_notify_event +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc36293b4 v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc525e537 v4l2_subdev_put_privacy_led +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc86897a7 v4l2_subdev_state_get_stream_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc8fd11d4 video_device_pipeline +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcbf3e976 v4l_vb2q_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcc501597 v4l2_fill_pixfmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcdad22dc v4l2_pipeline_pm_get +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcf754c8f v4l2_subdev_routing_find_opposite_end +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcfa53614 video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd23a3cd0 v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd5be18e9 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd7b8373a v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd7dc4bb5 v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xda6e1d3b v4l2_mc_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xda7aa627 v4l2_subdev_get_privacy_led +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xda7b494d v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdd91fbba v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xddfa2c1f v4l_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xde6e37d9 __v4l2_subdev_state_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xde86319a v4l2_get_link_freq +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdef3dffd __tracepoint_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe0b98a71 __tracepoint_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe2822320 __v4l2_find_nearest_size +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe326d88c __v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe5a33113 __SCK__tp_func_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe6d71734 v4l2_subdev_s_stream_helper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xec54baf0 v4l2_g_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xed6c9ccf v4l2_subdev_state_get_stream_crop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf05138db v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf2aeda23 v4l2_event_wake_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf7ce87b4 __v4l2_subdev_init_finalize +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf950254c v4l2_ctrl_request_hdl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfac9ea42 v4l2_subdev_routing_validate +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x33ba34c7 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x33edb376 pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x697ac48e pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x02b2fecf cs47l24_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x04f36406 wm8997_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x05d196eb wm8998_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x1423401f wm5102_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x1949d8fa wm5110_revd_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x22a143de wm8997_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x3501187e wm5110_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x39419a43 wm8997_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x449079bb arizona_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x4c71d3d3 arizona_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x5678d4f9 arizona_clk32k_enable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x571b8153 wm5102_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x7435932b wm5110_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x761163ca cs47l24_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x7707b7c1 cs47l24_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x9a4a7e14 arizona_clk32k_disable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x9e24515c arizona_request_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xaa48d56e wm5110_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xbd408032 arizona_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xca7666ff arizona_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xd3fee6a6 wm5110_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xdfbe649b wm8997_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xe9701422 wm5110_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xfbfb1182 arizona_set_irq_wake +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0xcf19ae2a atc260x_device_probe +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0xf1d1068d atc260x_match_device +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x4d7b07b6 da9150_bulk_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x92abbed0 da9150_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xa12153c4 da9150_write_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xc45af515 da9150_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xcee0944b da9150_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xde15b0ab da9150_bulk_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xf82d351f da9150_read_qif +EXPORT_SYMBOL_GPL drivers/mfd/gateworks-gsc 0xa142a524 gsc_read +EXPORT_SYMBOL_GPL drivers/mfd/gateworks-gsc 0xb7abd1c4 gsc_write +EXPORT_SYMBOL_GPL drivers/mfd/iqs62x 0xa436f4de iqs62x_events +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x324a1a22 kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x49996717 kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x8208b939 kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x9bc6276c kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xa882ff06 kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xacdf8c3d kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xcf2c5b22 kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xeffe0492 kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xda87ae99 lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xf93cc2e3 lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xfe13fad6 lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x2d050027 lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x47f735ea lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x59fb12ef lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x6154f80e lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x66cdda44 lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xc78deac6 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xef351994 lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x042bd722 lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x14652e19 lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x95863706 lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0f379262 madera_of_match +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x171dbe3b cs47l15_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x1d909903 cs47l15_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x1d9d4543 cs47l15_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x30eae2f8 madera_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x34fd15e0 madera_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x5ea5840f cs47l15_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x5ea8584f cs47l15_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x69dcef8c madera_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x6a7354a7 cs47l92_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x8940d9f6 cs47l92_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x894d05b6 cs47l92_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x94662ec3 cs47l35_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x946bf283 cs47l35_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xa1d5af76 cs47l90_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xa614b5bb cs47l85_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xa61969fb cs47l85_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xbec1c20b cs47l90_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xbecc1e4b cs47l90_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xca75c4fa cs47l92_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xca7818ba cs47l92_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xd75333cf cs47l35_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xd75eef8f cs47l35_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xe521a8b7 cs47l85_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xe52c74f7 cs47l85_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xe602fa82 cs47l35_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xebe384cb madera_name_from_type +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xf0b58121 cs47l85_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xfdf4df07 cs47l90_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xfdf90347 cs47l90_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x1793f1ab mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x232ab53a mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x9d25f378 mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xa3a31713 mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xb1ace27b mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xf116a95b mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/motorola-cpcap 0xa226dbe8 cpcap_sense_virq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x0fa02500 pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x2df7c40f pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x2f63f797 pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x500611ea pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x6f8f76ff pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x8aff3800 pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xa91d2fc7 pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xc67a06b5 pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xcd361547 pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xf1731b99 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xf7d88f35 pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xf9b2dbc0 pcf50633_pm +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x70127429 pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x79056210 pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x24822137 pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x26b7e206 pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x38dccd35 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x393d8650 pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xe32dd5bc pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x13471f45 devm_rave_sp_register_event_notifier +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x43e53ef9 rave_sp_exec +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x56d1a8c5 retu_read +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0xa074c8b6 retu_write +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0x20fa46c5 rk8xx_probe +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0x45fdcff4 rk8xx_shutdown +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0x8b723522 rk8xx_resume +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0x93174dba rk8xx_suspend +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x180f6595 si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x26d4ff38 si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x27ddea10 si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x362d0e6d si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x36c84965 si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3a3bd524 si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4ff3f871 si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x51406ce8 si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x51f6aa2d si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5c0467b4 si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6b7787b2 si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6c7971ab si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7342091f si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7ae971b7 si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x84db0c60 si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8925bac9 si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9137a3c5 si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x94abda5d si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x95e1929c si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x96549036 si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9da48505 si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xac3665cf si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb1dd5f8f si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb9353c10 si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xbd28d5f4 si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc015cff9 devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc5e95cb2 si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc90e55b7 si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xcc5b9139 si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe2213cf7 si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe35813a8 si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe55ec009 si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xec10b06d si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xfb6b7370 si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x323ba663 sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x38027454 sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x7a4af092 sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xd151f2ee sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xd4d7d250 sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sprd-sc27xx-spi 0xbd5e8681 sprd_pmic_detect_charger_type +EXPORT_SYMBOL_GPL drivers/mfd/stm32-timers 0x5e042780 stm32_timers_dma_burst_read +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0x6d1539f6 stmfx_function_disable +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0xb02d2cf3 stmfx_function_enable +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x0e3d9d52 am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x2aea3dca am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x2daf0988 am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x7a67b555 am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x9ef6aba5 tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xa61cd09f tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xca3e1318 tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xe0c8b21f tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x2658b3aa tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x27544aa6 tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x2cb80ea2 tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps6594-core 0x0d265a52 tps6594_device_init +EXPORT_SYMBOL_GPL drivers/mfd/tps6594-core 0x15c3d213 tps6594_is_volatile_reg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x09fabc46 alcor_write16 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x1d1b1e66 alcor_write8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x313a1df6 alcor_read32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x4a0b738f alcor_read32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x9cd34489 alcor_write32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xe6fcda27 alcor_write32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xf8e33a25 alcor_read8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x018f88d5 rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x0a5ac13c rtsx_pci_dma_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x0b976254 rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x10193213 rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x165255fc rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x381ac36a rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x46522b9c rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x46e71a94 rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x50fe7b9a rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x53eb45a8 rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x5ab96f6c rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x5f859d1b rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x6a12da47 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x6ad531b8 rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7a7d2eb0 rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x9ade7f3a rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x9fdf929a rtsx_pci_dma_map_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb083b2b5 rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb2be3172 rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb55994d0 rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xbad64f7f rtsx_pci_dma_unmap_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xeccf27db rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xfd1b0473 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xfdff6634 rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x153ea75d rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x1e0a24c1 rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x1eb02746 rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x21da11a8 rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x4c4a544c rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x7d5021c9 rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x844beaf5 rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x98fff318 rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xb3dbe349 rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xc557214b rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xef0062a5 rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xf002edc8 rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xff14d0a8 rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x0167cbee cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x3d349614 cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x3d354fc6 cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x5a54a57c cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x0b008db0 oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x296a8983 oslec_update +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x3115970d oslec_create +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x4b711f77 oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x5909e701 oslec_snapshot +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x780d3f01 oslec_flush +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x84eba96d oslec_free +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x3cb83d5b eeprom_93cx6_multireadb +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x870b53e9 eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x884deb9d eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0xc9c6bb25 eeprom_93cx6_readb +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0xff7a0fdf eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x5c4e8ad5 enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x9d811311 enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xb6cd594b enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xba49fa49 enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xbc0d48b3 enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xd28c0846 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xe668abdd enclosure_component_alloc +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xf017629a enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x1b5fabb1 lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x365f493d lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x428e2461 lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x446aeb6b lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x55c6b47c lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x65ea3e7f lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x75a41d83 lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x8546ceb1 lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/pvpanic/pvpanic 0x67f14461 devm_pvpanic_probe +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x5b0b1caa st_unregister +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0xf1e5d832 st_register +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x096a6bba uacce_remove +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0xc9849496 uacce_register +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0xce3a581b uacce_alloc +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x024d14bc vmci_qpair_produce_free_space +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x046dd187 vmci_datagram_create_handle +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x056837fb vmci_get_context_id +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x0cdc307c vmci_qpair_dequev +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x1e20e372 vmci_qpair_enquev +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x1fd4782d vmci_qpair_get_produce_indexes +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x2449459d vmci_event_subscribe +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x3a22fa8a vmci_datagram_destroy_handle +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x4ba5c46b vmci_qpair_peek +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x5591b58e vmci_context_get_priv_flags +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x5e949e0a vmci_doorbell_destroy +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x612df9ae vmci_qpair_detach +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x676bd843 vmci_qpair_consume_free_space +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x75fe065a vmci_send_datagram +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x787f0fe8 vmci_register_vsock_callback +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x7c74d7a6 vmci_qpair_consume_buf_ready +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x81d61eef vmci_qpair_dequeue +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xb572e830 vmci_doorbell_create +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xbcb85f62 vmci_doorbell_notify +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xbec55d08 vmci_qpair_peekv +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xc04c7e84 vmci_qpair_get_consume_indexes +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xc403cafe vmci_is_context_owner +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xde3abc2e vmci_datagram_create_handle_priv +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe0cc9c92 vmci_qpair_alloc +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe11895c1 vmci_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe67343c1 vmci_qpair_enqueue +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xea143610 vmci_datagram_send +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xea61eefe vmci_qpair_produce_buf_ready +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0x49091740 dw_mci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0x748d2eed dw_mci_pltfm_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0x851504f2 dw_mci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0x27970ac6 mmc_hsq_init +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0x5e63f904 mmc_hsq_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0xe05b73ba mmc_hsq_finalize_request +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0xfabdc3d2 mmc_hsq_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/renesas_sdhi_core 0xd14390b0 renesas_sdhi_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/renesas_sdhi_core 0xf46297b3 renesas_sdhi_probe +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x124acf39 __sdhci_read_caps +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x12bd8e2d sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x1363d761 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x17d67209 sdhci_enable_v4_mode +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x21ab1dc4 sdhci_reset_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x24e6a972 sdhci_send_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x2a5584bb sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x2d8f87ea sdhci_dumpregs +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x32b116ff sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x335ba4a6 sdhci_get_cd_nogpio +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x36aae899 sdhci_cqe_disable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x37888b74 sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x398a474f sdhci_enable_sdio_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3be4e2fd sdhci_cqe_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x44d51631 sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x47c1441a sdhci_set_power +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x4f597757 __sdhci_set_timeout +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x53ad26ee sdhci_cleanup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x58d3081f sdhci_execute_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5aed75b2 sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6aa9c86c sdhci_adma_write_desc +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6b444230 sdhci_set_data_timeout_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x7a184690 sdhci_switch_external_dma +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x89ca0741 sdhci_cqe_enable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x8c3ef31c sdhci_set_ios +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x9813d700 sdhci_set_power_noreg +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x98721e97 sdhci_calc_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa05e4da3 sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa3d2abcd sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa65639fc sdhci_request_atomic +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa8e0651b sdhci_start_signal_voltage_switch +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa95077a4 sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xad080564 sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb723812e __sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc71f0ee2 sdhci_start_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xcaac21cf sdhci_enable_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xcccd243d sdhci_abort_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xdbeb668e sdhci_request +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xdeb18752 sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe42e7d95 sdhci_setup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe72aaba9 sdhci_end_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf833db42 sdhci_set_power_and_bus_voltage +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x0ff563e7 sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x1d135dae sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x31d5fac1 sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x60632e37 sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x69771efa sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x814f4b77 sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x88e3c35d sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xa56dd726 sdhci_get_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xc8f5681a sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x378f2335 tmio_mmc_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x4e8329e5 tmio_mmc_host_runtime_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x716fe81d tmio_mmc_host_probe +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x86956833 tmio_mmc_host_free +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x901f38cd tmio_mmc_host_runtime_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x945fb49f tmio_mmc_host_alloc +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xcb31460e tmio_mmc_host_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xd6df7eb6 tmio_mmc_enable_mmc_irqs +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xd8216640 tmio_mmc_disable_mmc_irqs +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xee9c93c3 tmio_mmc_do_data_irq +EXPORT_SYMBOL_GPL drivers/most/most_core 0x0953fb33 most_register_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0x25182959 most_submit_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x2f082040 most_deregister_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0x3f972b8d most_deregister_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0x45bd8b66 most_resume_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0x65cfef73 most_register_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0x78ec7b38 most_start_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0x89cc5209 most_stop_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0x9873f308 most_get_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x9ba498cc most_put_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0xa507849b most_deregister_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0xa8207501 most_stop_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0xb0d92ce8 most_register_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0xbff45ef9 channel_has_mbo +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x7e94c565 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x838ae0f3 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xbca3c51b cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x6fe7bd81 cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x9c1e7207 cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xe24c39d7 cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0x0dd91480 cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x350b7762 cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xc88b4f12 cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xcb625f91 cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0x4a183c09 hyperbus_unregister_device +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0xf18224f8 hyperbus_register_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x05c0ca73 get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x065f85b9 mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x081288b3 mtd_write_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0834f7ef mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0e1128c0 deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1cfccdb6 mtd_ooblayout_set_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1df84a72 __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1fd5f456 mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x234dfa46 __register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x25169f42 mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2ad39902 mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2d60f137 mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x325400cb get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x36020854 mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3724a87f mtd_erase_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3984befa mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3a78c446 mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4a288d5b mtd_ooblayout_count_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4aa3114b mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x50dabc2f mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x51d18d5e mtd_ooblayout_set_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5441a74c of_get_mtd_device_by_node +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x605c0374 mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x63250094 unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x74c9b247 mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7976c71e mtd_ooblayout_get_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8468194d mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x85ec7e24 mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8ee6b1c3 mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x917fc2a2 mtd_pairing_info_to_wunit +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9456ddcd mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9832edee mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9e3af4a2 mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa0686ebf mtd_ooblayout_free +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa07261f3 mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa5ba64a0 mtd_ooblayout_ecc +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xaf204308 mtd_ooblayout_get_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xaf828a76 __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb0268905 mtd_block_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb19473e4 mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb218b95f mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb5b4f624 mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb6cb4369 mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb7075882 mtd_check_expert_analysis_mode +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb74118ae get_tree_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb7f52a60 mtd_wunit_to_pairing_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb8b4eda0 mtd_ooblayout_find_eccregion +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xba944adf __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbc8bd972 kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc808ce96 register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe3c1f7cb mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe64b80ba mtd_ooblayout_count_freebytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe7b3ecb0 put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf070eec7 mtd_pairing_groups +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf63fecd8 mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf70103b3 mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x5ba30a9b add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x81096e5f register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x963a6d12 del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xbc68b0bc mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xc3dce0ac deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x036d0145 nanddev_mtd_max_bad_blocks +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x0f3b75df nand_ecc_restore_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x140e16a4 nand_ecc_cleanup_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x1993abb1 mxic_ecc_get_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x2144a197 nanddev_bbt_set_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x2aad3c00 mxic_ecc_put_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x2e6619ce nanddev_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x33af59de nand_ecc_tweak_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x39a17747 nanddev_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x61819ff9 nanddev_bbt_update +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x641586e4 nand_get_small_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x6ba6acd5 nanddev_ecc_engine_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x7250af40 nand_get_large_page_hamming_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x75de6dcf nanddev_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x95aafccb nanddev_bbt_get_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x97a8557b mxic_ecc_get_pipelined_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xa3efaa82 mxic_ecc_process_data_pipelined +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xaf602868 nanddev_ecc_engine_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xb7e21e1b nanddev_bbt_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xbabc0c39 nand_get_large_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xbadaff05 nanddev_isbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xc1099b16 nand_ecc_init_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xc2d9412f nanddev_markbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xd7f207ed nanddev_mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xf80f4ca3 nanddev_bbt_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0xa719e8f8 onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0xe98dcb32 onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0x6597c05a brcmnand_remove +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0x8b703f8d brcmnand_probe +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0x9ac4a0cf brcmnand_pm_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/denali 0xc3feac49 denali_chip_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x11091291 nand_extract_bits +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x116e2fc7 nand_read_page_hwecc_oob_first +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x1af97de3 nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x271ec857 nand_status_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x2d368c4c nand_subop_get_addr_start_off +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x2f18d17b nand_readid_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x35feb0cb nand_gpio_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x3649dd2f nand_deselect_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x3f7809fb nand_prog_page_end_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x4221021d nand_prog_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5632e63d nand_subop_get_num_addr_cyc +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5742fc69 nand_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5f071daa nand_read_oob_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x613e79f7 nand_reset_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x69d21bfa nand_soft_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x6ca54777 nand_reset +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x7b329d78 nand_change_read_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x8a81dd72 nand_write_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x94983e2b nand_read_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x9a6bf92c nand_op_parser_exec_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xc165395d nand_read_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xcb8cab35 nand_select_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd1c14721 nand_prog_page_begin_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd303476f nand_decode_ext_id +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd3c672b8 nand_subop_get_data_len +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd41ff2ac nand_subop_get_data_start_off +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd538debe nand_change_write_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xe52cf4a1 nand_erase_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xf188d878 nand_ecc_choose_conf +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/sm_common 0x8475910e sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x31b8e821 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x08374cad ubi_leb_read_sg +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x1e9b2771 ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x38146ae6 ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x38e10c1d ubi_flush +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x3c634b73 ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x42801d20 ubi_sync +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x45901db9 ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x66011ab6 ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x7279df15 ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x7daf6103 ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x847dd5d0 ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x8febef92 ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xa9972d13 ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xb4a998cb ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xcfba8845 ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xe930ac8f ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf8752b64 ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x0a65c89f mux_state_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x309c4836 mux_control_states +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x3d06348e mux_chip_free +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7b193b2b mux_chip_unregister +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7cf08396 mux_state_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x821b9a23 devm_mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x82ff6167 mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x974864b4 devm_mux_state_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xaefc57ac devm_mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xb68165c3 mux_control_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xb7e3d34b mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xc39f49da mux_control_put +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xc4334924 mux_control_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xcf15f787 mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xd5496921 devm_mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xfa4e93bc mux_control_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xfa76e911 mux_state_select_delay +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x15bb5fb9 devm_arcnet_led_init +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x70e115c1 arcnet_led_event +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x207e3250 alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x5aebbae1 register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x915902d1 c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xa1321523 c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xcbc8820a unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xfc7ec33c free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x12926259 unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x55c61e17 register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x7ce8a4b2 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x8f319022 alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x01d8dd86 can_rx_offload_add_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x02d63070 can_rx_offload_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x10d892eb can_get_state_str +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x15beac52 alloc_canxl_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x22b8b78a can_skb_get_frame_len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2bfe30fc can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2d4e1623 alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2d972c08 can_change_state +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x3c9f332b alloc_candev_mqs +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x4cbb935d can_rx_offload_enable +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6047ede6 can_fd_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x64960bfb can_rx_offload_threaded_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x7f2f88f7 can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x82067671 can_rx_offload_add_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x90885ced can_rx_offload_queue_tail +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x917227c9 close_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x9c78cff9 register_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x9c83ae2d open_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xa1140254 can_rx_offload_irq_offload_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xaa0fac64 can_rx_offload_add_manual +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xaa325e98 safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xb4831bf6 alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xbb160c32 unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xbbc9cec4 can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xbd87d259 of_can_transceiver +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xc033e813 can_dropped_invalid_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xc526c090 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xd00a59b9 can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xd6632967 can_rx_offload_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xdfd319b3 can_rx_offload_queue_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xe19136c8 can_rx_offload_del +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xe438cf49 can_rx_offload_irq_offload_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xe53ce393 alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf12d9387 can_fd_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf59f7313 can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x0b018d55 m_can_class_unregister +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x1e8a730d m_can_class_register +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x41cf8bfb m_can_class_get_clocks +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x5378910c m_can_class_allocate_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xac750d33 m_can_class_suspend +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xc9e180e6 m_can_class_resume +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xd6a3a1d2 m_can_class_free_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xf6efbd6f m_can_init_ram +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x5b7ee5ca register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x66b3aa9f alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x6c37fd02 unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xa3badeda free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/dsa/lan9303-core 0xe1e9c523 lan9303_indirect_phy_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_switch 0x01caf89b ksz_switch_chips +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0x341c9809 mt7530_remove_common +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0x8143590e mt7530_switch_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0xd9ee3c34 mt7530_probe_common +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0xfd0fb8d5 mt753x_table +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0x0ca17581 felix_switch_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0x7d7dd9ce felix_netdev_to_port +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0x9c4fa2bd felix_port_to_netdev +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8365mb 0xa9e38de3 rtl8365mb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x081786ed rtl8366_enable_vlan4k +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x3144301c rtl8366_enable_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x47033b77 rtl8366_vlan_del +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x4e408e27 rtl8366_reset_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x666fbcb8 rtl8366_vlan_add +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x7f41a275 rtl8366_set_pvid +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x82829eb6 rtl8366_get_strings +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x99aa44e6 rtl8366_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x9e2c7410 rtl8366_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xbe302025 rtl8366_set_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xe3736f1e rtl8366rb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xf28caca6 rtl8366_mc_is_used +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x1f6515b8 pds_client_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x45b87b4f pdsc_register_notify +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x7511c73b pds_client_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0xb7202058 pds_client_adminq_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0xb788f6b9 pdsc_get_pf_struct +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0xcd945e5b pdsc_adminq_post +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0xce714617 pdsc_unregister_notify +EXPORT_SYMBOL_GPL drivers/net/ethernet/arc/arc_emac 0x24000c0b arc_emac_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/arc/arc_emac 0x4b0e7ca0 arc_emac_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x00b89e10 octeon_get_tx_qsize +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x041104cf octeon_get_rx_qsize +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0a1eaacf octeon_ring_doorbell_locked +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0bc55404 liquidio_get_speed +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0c72bc73 octeon_get_conf +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0da98988 octeon_pci_read_core_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0eb69549 octnet_send_nic_ctrl_pkt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x105adeb0 octeon_read_device_mem64 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x1248ac97 liquidio_setup_io_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x1444769e octeon_register_reqtype_free_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x18b9bb11 octeon_allocate_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x19cb4e69 liquidio_link_ctrl_cmd_completion +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x1f903327 setup_cn23xx_octeon_pf_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x2265bc29 lio_pci_readq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x22a6663a lio_setup_cn68xx_octeon_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x23f9badf octeon_wait_for_ddr_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x241a2a6c lio_fetch_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x28df988b liquidio_change_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x2d5e4137 octeon_delete_droq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x2e6c249f octeon_register_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x339b8ca1 octnet_send_nic_data_pkt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x394642b3 cn23xx_tell_vf_its_macaddr_changed +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x3b699268 liquidio_set_ethtool_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x3bd205c8 octeon_free_sc_done_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x42618d9b lio_enable_irq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x44160364 lio_setup_cn66xx_octeon_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x4807d2f3 lio_delete_glists +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x492a9354 octeon_setup_instr_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x4cc9a2b9 octeon_set_io_queues_off +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x500deb37 liquidio_get_fec +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x52fe1b9b octeon_free_sc_buffer_pool +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5572c04d octeon_send_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5807065e octeon_setup_interrupt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5a613020 octeon_delete_instr_queue +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5beabccc cn23xx_fw_loaded +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5de028fa octeon_register_dispatch_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x60de37d3 lio_setup_glists +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x631067a3 octeon_free_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x635a264c octeon_delete_response_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x64c09f88 octeon_setup_sc_buffer_pool +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x650582b6 octeon_setup_response_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x6b478860 octeon_allocate_ioq_vector +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x6d0d28ef octeon_init_device_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x766319dd octeon_read_device_mem32 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x78b1aaa9 cn23xx_setup_octeon_vf_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x7a87dc28 lio_wait_for_clean_oq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x80932d0a octeon_droq_process_packets +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x821b3b67 lio_get_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x82ff5c13 octeon_setup_output_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x842b4146 octeon_unregister_droq_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x871ae793 lio_process_iq_request_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x8be375bb octeon_droq_check_hw_for_pkts +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x99bb8102 cn23xx_vf_ask_pf_to_do_flr +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xa25d4a0b cleanup_rx_oom_poll_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xb28d0d5c octeon_mem_access_ok +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xb9a3bf7f octeon_free_ioq_vector +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xbae467ea lio_wait_for_instr_fetch +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xbb922aa8 cn23xx_octeon_pfvf_handshake +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xbc9eefee setup_rx_oom_poll_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc6abc5b1 octeon_core_drv_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc8c04190 octeon_write_device_mem32 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc91b351f octeon_free_device_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc93244c1 lio_pci_writeq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xcf235a19 cn23xx_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd6c5db5a octeon_pci_write_core_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xda520f0e octeon_prepare_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xdb57490a octeon_alloc_soft_command_resp +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xdf1f8c0d lio_process_ordered_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xe75e2594 liquidio_set_feature +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xe82c1ef5 octeon_alloc_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xe8e482b8 octeon_delete_dispatch_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xec7f00a5 lio_get_state_string +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xf47269c2 octeon_free_sc_zombie_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xfbf4dce0 octeon_deregister_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xfdf3ad15 octeon_init_dispatch_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xfe9f867e octeon_send_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x09c5d707 enetc_pci_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x0a555a31 enetc_get_si_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x0dccee04 enetc_xdp_xmit +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x16352889 enetc_setup_bpf +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x1737ad5f enetc_clear_mac_flt_entry +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x22a30965 enetc_set_mac_flt_entry +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x290512bd enetc_set_rss_key +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x2aee6b85 enetc_get_rss_table +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x305f2ded enetc_configure_si +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x3df785ad enetc_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x41337ca6 enetc_free_si_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x45fbbae1 enetc_get_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x481d514f enetc_xmit +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x48f5236d enetc_teardown_cbdr +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x4c0dd9cb enetc_set_fs_entry +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x6110ce49 enetc_init_si_rings_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x626a0c94 enetc_alloc_msix +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x741f911c enetc_free_msix +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x89a274d9 enetc_start +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x90ac1ce5 enetc_reset_tc_mqprio +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x9cd40f13 enetc_close +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xaa0a51e1 enetc_port_mac_rd +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xb2b05f46 enetc_set_features +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xb527b109 enetc_pci_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xbc684340 enetc_mm_link_state_update +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xc1538072 enetc_setup_tc_mqprio +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xc8f0e160 enetc_set_rss_table +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xd1022975 enetc_ioctl +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xe533b4ce enetc_set_ethtool_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xf1d2ac3b enetc_setup_cbdr +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xf3eff6b6 enetc_open +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xf4f2e171 enetc_port_mac_wr +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xf90eaba1 enetc_send_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xfbbd0b65 enetc_alloc_si_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x79fc3d22 enetc_mdio_write_c45 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x8a7fe287 enetc_mdio_read_c22 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0xce6427d7 enetc_hw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0xd9d61d6f enetc_mdio_lock +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0xdb80f7a5 enetc_mdio_write_c22 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0xf0159912 enetc_mdio_read_c45 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-ptp 0x5431a304 enetc_phc_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x0f7bdbd4 fun_res_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x4cdb4b60 fun_submit_admin_sync_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x4d8f2a0a fun_sq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x541d9777 fun_alloc_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x56c6ffa5 fun_bind +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x5d506b52 fun_serv_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x74a1fb79 fun_serv_restart +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x9270a0b6 fun_cq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x995718fa fun_serv_sched +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xbf947d70 fun_free_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xdfc33a7d fun_get_res_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0x20f63d9b i40e_client_device_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0xad460022 i40e_client_device_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x1241366a ice_rdma_request_reset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x3cc913e5 ice_del_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x7bc88101 ice_add_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xa438124a ice_get_qos_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xfcfa5045 ice_rdma_update_vsi_filter +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0x01f5e208 otx2_ptp_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0x3a1e558f otx2_ptp_clock_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0x6e63fbeb otx2_ptp_tstamp2time +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0xf7ce8d8d otx2_ptp_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x067b681c mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x092a6000 mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0a076890 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0d0118e2 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0d895f36 mlx4_mr_hw_write_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x121be765 mlx4_get_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x14e97f18 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x18fae0ec mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x19a752ad mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1aa7d8c8 mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1af6b2a0 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1b541066 mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x20df6626 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2b0d5c47 mlx4_bond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2f4735b7 mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x31cf4add mlx4_mr_rereg_mem_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x38bb8b0a mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3958c3bc mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3cff62cc mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3fc88570 mlx4_config_dev_retrieval +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3fccfb9c mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x40da5d26 mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x414c2567 mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x426b9a4d __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x44b9b880 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x460191cd mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4713a61c mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x485a5b35 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4c697356 mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x503ff013 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x52685508 mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x53756fe2 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x564b6449 mlx4_port_map_set +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x568d5b4f mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x58786e53 mlx4_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5960f1ff mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5bcaf631 mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5c67fd79 __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5d33941b mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5db1b83a mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x612eeac6 mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x646f9699 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x67ecf511 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6c5d1019 mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6f496a8b mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6f6684a4 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x71e78b73 mlx4_mr_rereg_mem_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x738bcea0 mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x73a8e065 mlx4_get_counter_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x74a384fa mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x786702d5 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7b7ece41 mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7c534ff2 mlx4_config_roce_v2_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x852df323 mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8854c09c mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x886f3d9f mlx4_replace_zero_macs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x88f61ef1 mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x89f56748 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8a04ce4d mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8b90b64c mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8c176782 mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8c6a0b49 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8e8af437 mlx4_set_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x91b8c818 mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9353a426 mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x961d01bb mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x96e7e505 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x96ff21d5 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9ae76c3c mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9bfe5bb2 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9ebad054 mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa2c829e2 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa318a5a5 mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa49f6222 mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa7d2918e mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa97be8be mlx4_get_internal_clock_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa9ad0fbf mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaa4993e9 mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xab0dc36d mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb09284c9 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb312870c mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb8036402 mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb865fe50 mlx4_get_default_counter_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb8d5b836 mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb97923c0 mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xba03fb24 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbac57275 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbc63f534 mlx4_unbond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbcc93d47 __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbdaabf1a mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbe250f4b mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbff8253b mlx4_mr_hw_change_pd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc2a36cdb mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc4639333 mlx4_get_devlink_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc64f072a mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc7a63ec5 mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc8ac33cb mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcc25759d mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcc7d4fb1 mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcc9a90f4 mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xccb1a522 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd32c16bf mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd764ab08 mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdc02746d mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdff2df0a __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe0985c50 mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe33b6f17 mlx4_set_vf_rate +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe36c514d mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe37934dd mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe5da4895 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe83eb399 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xea30e694 mlx4_mr_hw_change_access +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeaf0621c mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee85c4ff mlx4_mr_hw_get_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf03e7016 mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf1b97f2a mlx4_mr_hw_put_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf4b0999f mlx4_put_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf7ad8e00 mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf88c0069 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf9861313 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf9888add mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfaa9faaf mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x032a4810 mlx5_query_port_vl_hw_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x054eb0b1 mlx5_nic_vport_unaffiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x071179db mlx5_set_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x072460c4 mlx5_fill_page_frag_array +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x16ee46f7 mlx5_query_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x17896ad4 mlx5_query_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1823b113 mlx5_set_port_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x18c0b85a mlx5_query_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1a4ed75b mlx5_core_query_vport_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1cae4d65 mlx5_set_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1cef0c73 mlx5_ipsec_device_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1d0fdadb mlx5_query_nic_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2001594b mlx5_toggle_port_link +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x283469ff mlx5_query_hca_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2e3602e1 mlx5_set_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x34070607 mlx5_modify_nic_vport_vlans +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x39701e12 mlx5_query_hca_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3c0aa606 mlx5_query_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3eb7d669 mlx5_dm_sw_icm_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x45029e95 mlx5_frag_buf_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x453f5b9d mlx5_query_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4c8c381f mlx5_eswitch_get_total_vports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4f836d9a mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x53dce732 mlx5_nic_vport_affiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5406ba84 mlx5_query_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5e22c455 mlx5_query_hca_vport_pkey +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5f9da038 mlx5_query_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x74991580 mlx5_core_query_sq_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x76129808 mlx5_modify_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x78d908da mlx5_query_module_eeprom +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7a4093b0 mlx5_query_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7cbf3156 mlx5_set_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x81aadc6a mlx5_fill_page_frag_array_perm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x88af53e0 mlx5_query_port_ptys +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8a74e02f mlx5_nic_vport_query_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8c59385f mlx5_query_hca_vport_gid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8c85a479 mlx5_eswitch_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96f675e9 mlx5_query_nic_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa119c250 mlx5_query_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa6506e40 mlx5_set_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xac50c3ab mlx5_query_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaf992362 mlx5_set_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb009acb8 mlx5_core_modify_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb316d66c mlx5_query_module_eeprom_by_page +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb6e0f4bb mlx5_db_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb711d92c mlx5_query_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbb4ab01d mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbbbab8ab mlx5_query_nic_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbdcf98fd mlx5_vport_get_other_func_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbe1cd7e6 mlx5_set_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc5e397d5 mlx5_dm_sw_icm_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc79f9b26 mlx5_query_nic_vport_qkey_viol_cntr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcaa5ddf7 mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xceb13870 mlx5_query_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd5402720 mlx5_nic_vport_update_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xda081abc mlx5_query_port_max_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xde980da7 mlx5_query_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe85de338 mlx5_nic_vport_enable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe993e507 mlx5_modify_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xef7f5f4f mlx5_modify_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf12ec51d mlx5_query_port_oper_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf27b970f mlx5_query_nic_vport_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf2b5d625 mlx5_core_reserved_gids_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfaaf8251 mlx5_query_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfaf38224 mlx5_modify_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfafdaca7 mlx5_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfd371d8d mlx5_query_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfd48d5b8 mlx5_frag_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xffeed1b6 mlx5_modify_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x3f15882a ks8851_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x49326f66 ks8851_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x4be502f9 ks8851_probe_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x7874bcfe ks8851_remove_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0xcc4fa41a regmap_encx24j600_spi_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0xe00ddcc8 devm_regmap_init_encx24j600 +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0xe8c8c6c2 regmap_encx24j600_spi_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x01b60a3d ocelot_cls_flower_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0c2e973b ocelot_port_get_rmon_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x10b9e60c __ocelot_write_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x221e1fd1 ocelot_port_mqprio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2c2a5294 ocelot_get_bridge_fwd_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x36050c24 ocelot_port_set_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3c45bece __ocelot_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3d1a41a3 ocelot_regmap_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4248f84b __ocelot_bulk_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x45e4bd89 ocelot_cls_flower_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x542728a1 ocelot_port_teardown_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x55afadf9 ocelot_phylink_mac_link_up +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x56abdebb ocelot_port_unassign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x58a47718 ocelot_port_readl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x591fcad1 ocelot_migrate_mdbs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5e214a00 ocelot_port_del_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x66289f11 ocelot_port_get_eth_ctrl_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x68c339b8 ocelot_port_configure_serdes +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6bca9e0f ocelot_port_get_mm_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x72da5e1b ocelot_bond_get_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x789e280b ocelot_port_add_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8183f577 ocelot_port_writel +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x85c7e2fa ocelot_lag_fdb_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x85dbb398 ocelot_port_mirror_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x90a230aa __ocelot_rmw_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x95b4d7df ocelot_port_get_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9732c8b7 ocelot_cls_flower_replace +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9ac740ff ocelot_mact_flush +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9b3bde80 ocelot_port_setup_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa2a6b18d ocelot_port_assign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb5330b6b ocelot_port_get_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb814d1f6 ocelot_port_get_mm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb8735696 ocelot_regfields_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbd0b8250 ocelot_port_get_eth_phy_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbd1b64d1 ocelot_port_set_mm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc6d56a6e ocelot_port_assigned_dsa_8021q_cpu_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcb0d7b7a ocelot_phylink_mac_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcdb13ad4 ocelot_port_rmwl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdf883d35 ocelot_port_get_pause_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe6c5b627 ocelot_port_get_eth_mac_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe777b372 ocelot_mm_irq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xec50b20d ocelot_port_mirror_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf03e1bdf ocelot_phylink_mac_link_down +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf2673590 ocelot_bridge_num_find +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf2b2d369 ocelot_lag_fdb_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/qualcomm/qca_7k_common 0x0b28a9ad qcafrm_create_footer +EXPORT_SYMBOL_GPL drivers/net/ethernet/qualcomm/qca_7k_common 0x2b6ddf3f qcafrm_fsm_decode +EXPORT_SYMBOL_GPL drivers/net/ethernet/qualcomm/qca_7k_common 0x41da0375 qcafrm_create_header +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x545572d4 stmmac_set_mac_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x5760782a stmmac_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x5f892860 stmmac_init_tstamp_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x87b3b452 stmmac_dvr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x92d778bb stmmac_get_mac_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x98e03393 stmmac_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xedcee505 stmmac_dvr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xf305bed2 stmmac_bus_clks_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x02a9283d stmmac_pltfr_remove_no_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x33df2f5e stmmac_pltfr_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x3bf36064 devm_stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x586d57b3 stmmac_pltfr_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x60854c11 stmmac_pltfr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x6681753f stmmac_pltfr_exit +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x8b1f26cb stmmac_get_platform_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xae282828 stmmac_pltfr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xc4782364 stmmac_remove_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xddaf2a16 devm_stmmac_pltfr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xe474f9dc stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x405b51c2 am65_cpts_ns_gettime +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x59f7a35e am65_cpts_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x6ab9a4a1 am65_cpts_release +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x828c824a am65_cpts_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x91fd3558 am65_cpts_rx_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xb60b988a am65_cpts_estf_disable +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xbfc83e4d am65_cpts_estf_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xbff6c147 am65_cpts_tx_timestamp +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xe0cbdf78 am65_cpts_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xe2ddb9b7 am65_cpts_prep_tx_timestamp +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xfca9b9d9 am65_cpts_phc_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x120a58c2 w5100_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x12927008 w5100_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x2bcd16c0 w5100_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x984eb376 w5100_ops_priv +EXPORT_SYMBOL_GPL drivers/net/geneve 0xb9283883 geneve_dev_create_fb +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x214a1b5d ipvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x34b89680 ipvlan_count_rx +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x71cd85cb ipvlan_link_delete +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xa1c38f0d ipvlan_link_setup +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xddd4ede8 ipvlan_link_new +EXPORT_SYMBOL_GPL drivers/net/macsec 0xf64266f3 macsec_pn_wrapped +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x09ad17f4 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x2b2ade08 macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x52e7c75f macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x7dd1f771 macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-i2c 0x7ecf4f64 mdio_i2c_alloc +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-mux 0x6318757f mdio_mux_uninit +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-mux 0xbc4e5a05 mdio_mux_init +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-regmap 0x65ec4f9c devm_mdio_regmap_register +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x4656dc4c xpcs_get_an_mode +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x862a78a6 xpcs_config_eee +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x8ba5d121 xpcs_get_interfaces +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x8bdef13d xpcs_destroy +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x9b0db565 xpcs_create_mdiodev +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x9b430bc5 xpcs_link_up +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xcab47f0b xpcs_do_config +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x12115471 bcm_phy_r_rc_cal_reset +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x1c0dbaf8 bcm_phy_write_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x1cd60b81 bcm_phy_enable_apd +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x1f0f4134 bcm_phy_get_wol +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x2095b1d3 bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x213e9fe3 bcm_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x2405f44e bcm_phy_downshift_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x2814ece3 bcm_phy_read_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x29fad525 __bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x44905838 bcm_phy_led_brightness_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x4492a826 bcm_phy_28nm_a0b0_afe_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x62fb6d80 bcm_phy_cable_test_start_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x6316b273 bcm_phy_get_stats +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x677bb0d7 bcm_phy_set_wol +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x68381a85 bcm_phy_read_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x71bc9b41 bcm_phy_write_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x73ab1bca bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x74617ccf __bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x75d7aa67 bcm54xx_auxctl_read +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x79ec644b bcm_phy_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x7a2e7fc7 bcm_phy_enable_jumbo +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x7ec2e4a5 bcm_phy_set_eee +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x87788e72 __bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x904f736d bcm_phy_cable_test_get_status_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x92a089cd __bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x963d6703 bcm_phy_get_strings +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa0f0ddfd bcm_phy_wol_isr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xb30cf5ba bcm_phy_cable_test_get_status +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xbe2141ba bcm_phy_downshift_get +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc65444d1 bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xd8ee0e9d __bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xdc7ef996 bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xdd29409d bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xe272e28b __bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xe3b18e7a bcm_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xe60e0b0e bcm_phy_cable_test_start +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xe6e21580 bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xff4bcc1b bcm_phy_ack_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x1a5c97cf bcm_ptp_probe +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x3ffdadf1 bcm_ptp_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0xe54c4503 bcm_ptp_stop +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x037e5897 smsc_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x166173e9 smsc_phy_probe +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x3926801f smsc_phy_get_tunable +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x5a08449c lan87xx_read_status +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x79276eb8 smsc_phy_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x94161d9b smsc_phy_set_tunable +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xe066f36e smsc_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/tap 0x1fbfe759 tap_get_socket +EXPORT_SYMBOL_GPL drivers/net/tap 0x265ffc99 tap_handle_frame +EXPORT_SYMBOL_GPL drivers/net/tap 0x4027b590 tap_create_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0x4463b0f4 tap_del_queues +EXPORT_SYMBOL_GPL drivers/net/tap 0x6ddc2ced tap_queue_resize +EXPORT_SYMBOL_GPL drivers/net/tap 0x94a01d3d tap_free_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0x9b73047c tap_destroy_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0xbb8fb4bf tap_get_ptr_ring +EXPORT_SYMBOL_GPL drivers/net/tap 0xdcbc2767 tap_get_minor +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x08d5328c usbnet_ether_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x2305169e usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x283d472e usbnet_cdc_update_filter +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x3ca712f0 usbnet_cdc_zte_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x690261c8 usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xd8ce343c usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xdffffc9d usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x1c948d87 cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x266b7ded cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x2b0f4632 cdc_ncm_rx_verify_ndp32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xaff72722 cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xbbaac666 cdc_ncm_rx_verify_nth32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xbf330c49 cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xc18ff182 cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xc31e3684 cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xcd8ed2f6 cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xd5a97e28 cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xd8a82649 cdc_ncm_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/r8152 0x42551021 rtl8152_get_version +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x1d161bd0 rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x559ab44b rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x81c80515 rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x9ffef2fe generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xe4758e3a rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xea337758 rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0002de03 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x277e2458 usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x29e75b11 usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2b423545 usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2b888ec5 usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2c75308c usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2d7454d6 usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2eb53975 usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x34c42fc1 usbnet_set_rx_mode +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x364cd928 usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3e33ffbe usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x47b7e3a2 usbnet_get_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4b77efb9 usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x509d3c71 usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x566e7d5d usbnet_get_link_ksettings_internal +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x62b0764d usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x68714903 usbnet_set_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x69c95e8f usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7499f2b5 usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x87fb0a42 usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xad98ef46 usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb951c338 usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb96f3d2d usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbb4bcba7 usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbc403f32 usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc1430f81 usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd7391af9 usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd7719ee6 usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xdeefa5d8 usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe2b15dfa usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xef832242 usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf7a2a9af usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf8510d66 usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf8c98e71 usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x1c4e284c vxlan_fdb_clear_offload +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x345453e1 vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xaaeb7da8 vxlan_fdb_replay +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xb8f5a3ba vxlan_fdb_find_uc +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/ipw2x00/libipw 0xe7581bad libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1dbf59a5 il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7acc9068 il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7b61e640 il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc62f488d il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe0d73a44 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x13863121 iwl_fw_lookup_cmd_ver +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x443a0ac3 iwl_fw_lookup_notif_ver +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x5987fe45 iwl_fw_lookup_assert_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x2fbf9a36 p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x3b0d8c65 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x5aa65dc5 p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x71ca1d17 p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x810bc120 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x8ee3a0dd p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x906da7ab p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xa0e51659 p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xa8d04b1c p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x0b70abb3 lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x18e6781e lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x3be8e169 lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x4ee8eb6a lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x5d3095bc lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x876a3e42 __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x93a2a607 lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x9d4f0399 lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x9dfd7e2b lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xb8bbbae1 lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xce857c77 lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xd45662fe lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xed598aae lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf250d308 lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf951e122 lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xfee2252b lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x33117fdf __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x36cee441 lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x5f46268c lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x72f93b95 lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x92fdbf8c lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x965e7eef lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xa1e05523 lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xc6dab577 lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x1578c8f8 mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x1dea7d30 mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x57cbc76b mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x64e4f0e6 mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x74d7c93f mwifiex_dnld_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x7941581d mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x8269bff4 mwifiex_shutdown_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x87c570e6 mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x9b89dd0c mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xa0409d81 mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xa381e650 mwifiex_fw_dump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xa60f03e1 mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xac529566 mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xb6435f9b mwifiex_queue_main_work +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xbc7e07a1 mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc10c28cd mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc296d270 mwifiex_drv_info_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc47f523f mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xcf56833e _mwifiex_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd4dad9f3 mwifiex_alloc_dma_align_buf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xdd45121c mwifiex_prepare_fw_dump_info +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xdd901397 mwifiex_upload_device_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf13da0d1 mwifiex_reinit_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xfb714e10 mwifiex_multi_chan_resync +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xfcafe188 mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x044bce15 mt76_has_tx_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x099e7941 mt76_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0abe1e5a mt76_put_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0e0f4e11 mt76_alloc_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0e13777c mt76_ethtool_page_pool_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x139f590b mt76_insert_ccmp_hdr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x14f84ef2 mt76_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x165c905c mt76_release_buffered_frames +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x16891b2b mt76_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x17f568e9 mt76_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1a9048da mt76_get_rate_power_limits +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1b4a1df6 mt76_mmio_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1bc9f926 mt76_free_pending_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1ec57b4f __mt76_worker_fn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x25ace953 mt76_init_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x28e5d607 mt76_tx_status_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x29585f1a mt76_sw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2ce03110 mt76_phy_dfs_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2e74c7b6 mt76_tx_status_skb_get +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2f1ac019 mt76_update_survey_active_time +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2f4b9fd8 mt76_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3c0afb8b mt76_get_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x400be7c1 __traceiter_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x496868c4 mt76_mcu_rx_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4f45125f __mt76_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5150b9b0 mt76_mcu_skb_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x56a87525 mt76_wake_tx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x580f8834 mt76_eeprom_override +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x592ff57e mt76_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x598a149e mt76_seq_puts_array +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x59cd7b22 mt76_get_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x60602dbb mt76_free_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x62ea6591 mt76_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6373e47f mt76_txq_schedule_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x69d50a85 mt76_queues_read +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6a6b6e8e mt76_tx_status_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6cac9552 mt76_calculate_default_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x730bab8f mt76_update_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7434922b mt76_skb_adjust_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x75e4a347 ____mt76_poll_msec +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x772ec9ee mt76_rx_aggr_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x79abaf8f mt76_queue_tx_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7ab8a13a mt76_mcu_get_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8014f5c0 mt76_stop_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x805fc13a __SCK__tp_func_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x80e4ad9b mt76_set_stream_caps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8205c9ee mt76_register_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8801e8cc mt76_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9851eecd mt76_put_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9d28c26e __tracepoint_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa04fa73e __mt76_mcu_send_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa6a3e432 mt76_csa_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xab9d88b8 mt76_ethtool_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb06e1e55 mt76_txq_schedule +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb23e9b03 __mt76_set_tx_blocked +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb51d8bbd mt76_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb608bb75 __tracepoint_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb81a1c2b mt76_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbc1a43c2 __mt76_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbc630f8c mt76_set_irq_mask +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbe1fca93 mt76_get_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc31f1bd0 mt76_unregister_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc4d24e2e mt76_init_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc6315d8e __SCK__tp_func_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc6634315 mt76_ac_to_hwq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc6b307ab mt76_csa_finish +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xca379d7a mt76_pci_disable_aspm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcec67278 mt76_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcf93a412 mt76_rx_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd03c5b20 mt76_get_min_avg_rssi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd0e90dab mt76_dma_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd11606dd mt76_sta_pre_rcu_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd3c1cdad mt76_dma_rx_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd61f30b2 mt76_get_of_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd61f8767 mt76_tx_check_agg_ssn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd8579fb4 mt76_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd8b15b32 mt76_tx_status_unlock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdb70fd22 mt76_dma_wed_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdefdca5d mt76_get_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdfba2c1a mt76_rx_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe01a6c4a mt76_alloc_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe40b66ef mt76_wcid_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe8a96b8c mt76_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xea812479 mt76_rx_aggr_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xef16aa52 __mt76_mcu_msg_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xef9ff4ef mt76_tx_status_skb_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xeff2363e mt76_create_page_pool +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf19ae21d __mt76_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf2dd9a0f mt76_register_debugfs_fops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf3eadbc6 mt76_tx_worker_run +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf70ec047 mt76_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf8a88979 mt76_tx_status_skb_done +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf8af378e mt76_sta_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfc179605 __traceiter_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfcb59251 mt76_unregister_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfdc9a12b mt76_mcu_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x062249f6 mt76_connac_pm_dequeue_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0775abdc mt76_connac_pm_queue_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x08779e2c mt76_connac_mcu_start_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x09b3e981 mt76_connac_free_pending_tx_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0a25337f mt76_connac_gen_ppe_thresh +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0a9a1318 mt76_connac2_mcu_fill_message +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0c1629bb mt76_connac_mcu_wtbl_smps_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0fd4f030 mt76_connac_get_phy_mode +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x103864d5 mt76_connac_mcu_sched_scan_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x11fc872e mt76_connac_mcu_update_arp_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x18c31cf7 mt76_connac_mcu_sched_scan_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1f785cea mt76_connac_mcu_add_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x20b75c6f mt76_connac_mcu_sta_wed_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x23b4d60e mt76_connac2_reverse_frag0_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x23c23223 mt76_connac_mcu_wtbl_generic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x30d035f1 mt76_connac_mcu_sta_uapsd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x30ed7d57 mt76_connac_get_he_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x31c05502 mt76_connac_mcu_wtbl_ht_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x34912b9c mt76_connac_write_hw_txp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x38ab1aae mt76_connac_mcu_sta_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x38cfac2d mt76_connac2_mac_tx_rate_val +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3bfdb3e5 mt76_connac_pm_wake +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3f31669b mt76_connac_mcu_sta_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x44174a40 mt76_connac_mcu_add_nested_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4793917d mt76_connac_mcu_set_pm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x493af14b mt76_connac_mcu_coredump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x51f0f685 mt76_connac2_load_ram +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x59102570 mt76_connac_txp_skb_unmap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x591b1ab2 mt76_connac_mcu_sta_ba +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x64cd64ec mt76_connac_mcu_reg_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6641fe98 mt76_connac_mcu_beacon_loss_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x68f1038a mt76_connac2_mac_fill_txs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x70560e3e mt76_connac_mcu_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x75880503 mt76_connac_init_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x75d219dd mt76_connac_mcu_cancel_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x760d1443 mt76_connac_mcu_init_download +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7935d99a mt76_connac_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7b1bb7a5 mt76_connac_get_phy_mode_ext +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7b585eac mt76_connac2_load_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x806c69a1 mt76_connac_mcu_set_suspend_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8268044a mt76_connac_mcu_sta_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x838c4dd3 mt76_connac_mcu_chip_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x89f09c06 mt76_connac_mcu_reg_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8ae6d073 mt76_connac_mcu_uni_add_bss +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8b83ea09 mt76_connac_power_save_sched +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8c11dae1 mt76_connac_sta_state_dp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8db77a8b mt76_connac_mcu_set_p2p_oppps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8e82370d mt76_connac_mcu_start_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x908ca40c mt76_connac_wowlan_support +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x928fead1 mt76_connac_mcu_wtbl_hdr_trans_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x931250bf mt76_connac_mcu_get_nic_capability +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9570b5b9 mt76_connac2_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x99a05c31 mt76_connac_mcu_set_deep_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa021ba2f mt76_connac_mcu_sta_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa2482706 mt76_connac_mcu_sta_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa41ef01e mt76_connac_mcu_uni_add_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa6530c50 mt76_connac_mcu_bss_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa9823b5c mt76_connac_mcu_update_gtk_rekey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa9aec9f5 mt76_connac_mcu_wtbl_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb17f08e6 mt76_connac2_mac_decode_he_radiotap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbb9f9d3a mt76_connac_mcu_alloc_wtbl_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbf3cb0e1 mt76_connac_mcu_set_channel_domain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xccd613bc mt76_connac_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcdf2c82d mt76_connac_mcu_wtbl_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xce0997b8 mt76_connac_mcu_set_rate_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xce7d764f mt76_connac_mcu_set_rts_thresh +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcf676c61 mt76_connac_mcu_set_hif_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd664a995 mt76_connac_mcu_uni_set_chctx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xdca197e1 mt76_connac_mcu_set_mac_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xde39a90f mt76_connac_mcu_bss_omac_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe027c8f9 mt76_connac_mcu_set_vif_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe07e15b0 mt76_connac2_mac_add_txs_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xea9fac95 mt76_connac_mcu_rdd_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf4bd57a7 mt76_connac_mcu_patch_sem_ctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfba2431b mt76_connac_mcu_bss_ext_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfe1296d2 __mt76_connac_mcu_alloc_sta_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfe9a09be mt76_connac_get_eht_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfefab930 mt76_connac2_mac_fill_rx_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x0d32fd8e mt76s_write_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x57ed7758 mt76s_sdio_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x58bd649a mt76s_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x6bc4a954 mt76s_txrx_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x70408335 mt76s_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x7a6c64e2 mt76s_alloc_rx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x8206fd06 mt76s_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x84810ec3 mt76s_txqs_empty +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x86a880e0 mt76s_read_pcr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xa549bbfb mt76s_wr_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xc95ca94a mt76s_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xd8458bce mt76s_rmw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xe2017d35 mt76s_hw_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xe791cb80 mt76s_alloc_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xecb4de29 mt76s_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xf9bc9d4f mt76s_rd_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x0bc30be5 mt76u_alloc_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x15cdb46d mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x1b8561f7 mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x2727013e mt76u_queues_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x2dfdd0bc ___mt76u_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x37b208e8 mt76u_resume_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x77029a1c mt76u_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x7fd36d69 mt76u_stop_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x8423f269 mt76u_stop_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xa0d87807 __mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xb2e33e51 __mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xe22d9db3 ___mt76u_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xe98adce2 mt76u_alloc_mcu_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xea7d7c6b mt76u_single_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x03dd1ae6 mt7615_led_set_brightness +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x1541d797 mt7615_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x1b9eee0e mt7615_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x230f14f3 mt7615_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x24ff86e8 mt7615_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x2b81364c mt7615_mcu_exit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x3c871ae6 __mt7663_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x43a8546d mt7615_wait_for_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x481b551f mt7615_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x61bfec44 mt7615_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x61f301dc mt7615_mac_enable_rtscts +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x65660fa8 mt7615_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x6d94b846 mt7615_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x7cb0a9b8 mt7615_tx_token_put +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x849522cf mt7615_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x87579321 mt7615_unregister_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x90943088 mt7615_thermal_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x975ca66c mt7615_reg_map +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x9e115266 mt7615_mac_set_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xa79f43bd mt7615_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xab64239c mt7615_init_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xab67d481 mt7615_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xb3fef537 mt7615_led_set_blink +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xb5a33fb0 mt7615_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xc8b768f6 mt7622_trigger_hif_int +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xcbb131fa mt7615_register_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xce6c67eb mt7615_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xde728ba8 mt7615_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xdff74b5e mt7615_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xe92462f8 mt7615_mcu_fill_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615e 0x319de2d5 mt7615_dma_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x1506ffca mt7663_usb_sdio_reg_map +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x4ab4bdc5 mt7663_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xa653f002 mt7663_usb_sdio_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xb8ac0d33 mt7663_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xbad8e4b1 mt7663_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x175c9acc mt76x0_init_hardware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x606f0f57 mt76x0_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x6b86316c mt76x0_phy_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xad949f59 mt76x0_chip_onoff +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xc012067e mt76x0_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xe7dfe81f mt76x0_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xe91ec993 mt76x0_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x002bec54 mt76x02_phy_set_band +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0077db3e mt76x02_mcu_function_select +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x050b3fe6 mt76x02_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0d70542e mt76x02e_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1132b500 mt76x02_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1166f39d mt76x02_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x17fef59e mt76x02_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1aa9005d mt76x02_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1af8cb91 mt76x02_mac_reset_counters +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1b0595c3 mt76x02_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1e1ee9b4 mt76x02_phy_set_rxpath +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x21eb67bd mt76x02_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x27e65d4a mt76x02_mac_set_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2fae5070 mt76x02_get_lna_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x31fd2ef0 mt76x02_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3210ff12 mt76x02_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x36141fec mt76x02_get_efuse_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x395a4bce mt76x02_set_ethtool_fwver +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3a26f920 mt76x02_eeprom_parse_hw_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3a560e8c mt76x02_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3ca51411 mt76x02_init_agc_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x404e4a10 mt76x02_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4f70af79 mt76x02_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x573f5464 mt76x02_phy_set_bw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x59558a31 mt76x02_config_mac_addr_list +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5b74122f mt76x02_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5bd84fd5 mt76x02_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5e2509b7 mt76x02_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5feb2877 mt76x02_phy_adjust_vga_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6a3775f2 mt76x02_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x70321daa mt76x02_mac_shared_key_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x73b83099 mt76x02_resync_beacon_timer +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x75fef85d mt76x02_add_rate_power_offset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x76e6152f mt76x02_mcu_msg_send +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x771096c8 mt76x02_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7aff3022 mt76x02_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7ec29b86 mt76x02_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x824ac347 mt76x02_mcu_set_radio_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x830784e9 mt76x02_set_coverage_class +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x85eb0c2b mt76x02_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x86e653c1 mt76x02_dfs_init_params +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x88c733c0 mt76x02_mac_setaddr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8e4ef455 mt76x02_mcu_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x91d5b9ee mt76x02_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x93c479bc mt76x02_limit_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x958df39a mt76x02_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x97d8bbb1 mt76x02_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x99f3ef6f mt76x02_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa1e92e1d mt76x02_ext_pa_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa1f2978f mt76x02_update_beacon_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa43fed09 mt76x02_phy_set_txdac +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa4ac8545 mt76x02_set_tx_ackto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa4ca2a26 mt76x02_edcca_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xad5d3ba8 mt76x02_get_max_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xae306ca9 mt76x02_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb72c9c04 mt76x02_eeprom_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xba07c736 mt76x02_sta_rate_tbl_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbb8eec77 mt76x02_remove_hdr_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc7b139d2 mt76x02_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xcd76560b mt76x02_tx_set_txpwr_auto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xce6db88f mt76x02_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd537ba5f mt76x02_get_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdf144ee6 mt76x02_enqueue_buffered_bc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdf486603 mt76x02_phy_dfs_adjust_agc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe3131646 mt76x02_mac_cc_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe8ba430f mt76x02_mac_wcid_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe8fcadf7 mt76x02_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xea0b9651 mt76x02_dma_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf53f0726 mt76x02_mcu_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfc16ef3b mt76x02_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xff2c6302 mt76x02_dma_disable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x099be0af mt76x02u_exit_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x0eb6cbbe mt76x02u_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x17a7ec38 mt76x02u_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x454ec2fc mt76x02u_mcu_fw_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x581338cd mt76x02u_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xac3efd9d mt76x02u_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xd8bf05f6 mt76x02u_mcu_fw_send_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xf4465fd0 mt76x02u_init_mcu +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x01a93415 mt76x2_mcu_load_cr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x09cec9ea mt76x2_mcu_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x0c4cdd67 mt76x2_get_power_info +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x109bcac7 mt76x2_mcu_init_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x16e1875d mt76x2_phy_update_channel_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x2772f9ef mt76x2_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x282adcc6 mt76x2_reset_wlan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x3a0cc76e mt76x2_phy_set_txpower_regs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x3e2cf874 mt76_write_mac_initvals +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x55c70ba2 mt76x2_get_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x5609c4be mt76x2_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x6921e7dd mt76x2_phy_tssi_compensate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x747c6ad9 mt76x2_mcu_tssi_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x78dc2323 mt76x2_read_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x7cc362f5 mt76x2_apply_gain_adj +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xa42920d0 mt76x2_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xac396c2b mt76x2_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xb8b80129 mt76x2_get_temp_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xbbd8ca4f mt76x2_configure_tx_delay +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xd2ddd92e mt76x2_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x013b0e78 mt7921_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x0d54bff8 mt7921_mcu_set_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x2d144920 mt7921_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x3961caad mt7921_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x4ba46508 mt7921_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x4c55c2b7 mt7921_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x50b1cc4d __mt7921_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x6edd75b3 mt7921_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x6efded41 mt7921_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x7cec66a2 mt7921_mcu_drv_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x80a2be5e mt7921_mac_sta_assoc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x86d25cf2 mt7921_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x8a0a0e4a mt7921_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x9b30abda mt7921_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xaab540e2 mt7921_get_mac80211_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xace23c36 mt7921_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xb791368e mt7921_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xbcf5efb9 mt7921_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xc1c098da mt7921_mac_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xc5dff383 mt7921_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xd23e3a79 mt7921_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xf8be2370 mt7921_txwi_free +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xfc6acf29 mt7921_mcu_fw_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x1d0e0870 wilc_handle_isr +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x28169f22 host_wakeup_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x47900dce chip_allow_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x968657cc wilc_netdev_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xa44d951f wilc_cfg80211_init +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xbdb2ad6d host_sleep_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xc96109cc chip_wakeup +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x0989bd14 qtnf_get_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x10fb1fb9 qtnf_core_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x1a31b3f8 qtnf_wake_all_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x31fab83c qtnf_chipid_to_string +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x35d14543 qtnf_core_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x4012ee43 qtnf_classify_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x52ec7996 qtnf_trans_handle_rx_ctl_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x02b0824d rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0b4f7a76 rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x193f13b3 rt2800_txdone_nostatus +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1952ea0e rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x21383ca7 rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2417fa61 rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2814e991 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2b52f541 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2dd672d2 rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x321cf28b rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3248e6cb rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x37116cc6 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x39699abc rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3ca33bdb rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x46ec00dc rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x496daa9b rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x57222dab rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x59a6f07c rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5b345144 rt2800_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5b5e7d97 rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5bf8e0f2 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5ce677a6 rt2800_pre_reset_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6726c385 rt2800_txstatus_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6806c08d rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6f88f650 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x734e82ce rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7462da4d rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x77049cd2 rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x80c250a7 rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8b25c19b rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8e266775 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x93d6676f rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9eb31534 rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa088be7f rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa565931b rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xac7d9029 rt2800_txstatus_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb63faf25 rt2800_get_key_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xce4e7f03 rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd2b8b31d rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xdafa0303 rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xdc787a29 rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe1c0c85f rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe665ba0f rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe708313e rt2800_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x0d1bff21 rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x32ac3645 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3324a80c rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x39968050 rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3d741c87 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5028bbb2 rt2800mmio_tbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x66361543 rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x81beda8b rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x861e890c rt2800mmio_get_dma_done +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x97e3c029 rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x9f3c8921 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xa0157d34 rt2800mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xb5b2b98e rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xd08d550e rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xd0c3e3a0 rt2800mmio_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xd250601f rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xd9102172 rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xee746a12 rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xf604acd4 rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xf92fb7a2 rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xfc00c5ae rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0c651036 rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x179db78c rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1c190887 rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2657373c rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2d64512c rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x453d652c rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x53a881d6 rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x59a2943d rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5d391ddb rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5ed9ea1a rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x62657578 rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x63267160 rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x67f036fe rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7066970d rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7b739de8 rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x80fffcdf rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x84390df5 rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x84b69f00 rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x86482740 rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8dcaf276 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8e915033 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x90bd3a96 rt2x00lib_txdone_nomatch +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x93ac1002 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x986725c1 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9aca8255 rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9ad7fc3a rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9eb0b220 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa3f1c455 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa3f259fe rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xaa7d2eac rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb6386235 rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb6644dbc rt2x00lib_set_mac_address +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xbf8c9125 rt2x00mac_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc41fed99 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc73aadf5 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xcb31345c rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xcb8d8279 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd2e3db61 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd46950a8 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd82f5c9c rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xdce7bc6e rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xdd9f8a8d rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe145d0e9 rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe4beb870 rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xef8e9fb3 rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf104cc61 rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xfb8c71bb rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x0e94178f rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x1874e4a6 rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x5d5826ce rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xd38fd463 rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xd6fe431d rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x7fa7c912 rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xb077d344 rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xd461864a rt2x00pci_pm_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x14038b8e rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x180b7c63 rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x1c38491a rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x21234645 rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x2551b34d rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x62b45543 rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x6820baa6 rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x725a5134 rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x83a653de rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xa08db575 rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xa258a320 rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xa4290f25 rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xc5b7e5b1 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xd6a447d2 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xe77f9113 rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xf7f04c01 rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x12314019 dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7008463c rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbc6fe141 dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xef940f41 dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x08567453 rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x1acd0f94 rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x1e82e99a rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x265bb3f5 rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x287e7945 rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x2dfe2101 rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3acdc2ee rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3e140a17 rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3f5bf9c0 rtl8723_phy_calculate_bit_shift +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x4f0013a9 rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x61de8899 rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x680f9b76 rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x73b11a9f rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7b810082 rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8baf8913 rtl8723_phy_set_sw_chnl_cmdarray +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8d4edaba rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8eb863b8 rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x9037e598 rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x9844ae77 rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x9d9fcb1b rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xb61bde33 rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xb689abe8 rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xbd0db677 rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xc8e891fc rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xd236c34e rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xd2e1adc9 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xff04a61a rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0085b789 rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0e26918e rtl_lps_enter +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x27a70978 rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2921a4d4 rtl_btc_status_false +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2a1a1778 rtl_lps_leave +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2d32cdfc rtl_lps_change_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2e5382f9 rtl_fill_dummy +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x331f2940 rtl_efuse_ops_init +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x34830181 rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x48b21c0d rtl_set_tx_report +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4a234922 rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4e94cd48 rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4eec9eca rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x58cc01c6 rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5ab6ce94 rtl_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6a803e60 rtl_get_hwinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6db3ba37 rtl_update_beacon_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8248abe2 rtl_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x83440058 rtl_tx_ackqueue +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8406dea9 rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x97e05663 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9a03696a rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa6392e46 rtl_tx_report_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xab45ac7d read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xaf75efe5 rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb4f93fbf rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbbf43fda rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd6026974 rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xda66a9ea rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe25a636e rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xff49cdb9 rtl_get_hal_edca_param +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x0921264e rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x0f5c3ce9 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x134fc70c rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x35c10c3e rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x77cc3bb9 rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xa5a5970f rsi_hal_device_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xcd173710 rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x04833f70 cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x1e0e4e9a cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x56eb7a73 cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x8551b684 cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x4aff12ea wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x501e2542 wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x7c7fa81b wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x06d3b27e wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0ba07c45 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0d518644 wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0e2ab9a4 wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x131147c7 wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x175744d1 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1a27bed0 wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1d8b97d8 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20351125 wlcore_get_native_channel_type +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x21420d5d wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x219445ce wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x23759029 wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2b03e850 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2ed20fe8 wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3f04fad6 wlcore_cmd_generic_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x434b4cfe wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x453d8bb2 wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4bc55cd2 wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x518fbce9 wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5c7ca877 wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5debd630 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5e660a98 wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6dd33580 wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6f43d0a7 wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x77ff0e69 wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8110d7b6 wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x85498cd1 wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x934951d2 wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x938828d0 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x953d9067 wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9641620f wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x972a3132 wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa4d66f68 wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa865fba6 wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xaba05940 wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xae11423b wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb03be2b7 wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbb6d6de2 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbe8cc787 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc11959af wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xccdbcfbf wlcore_event_fw_logger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd147dc63 wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd5c5f334 wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xda35e448 wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf1003b2e wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfc6d2bf2 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x09a13af7 wwan_unregister_ops +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x1b6e8718 wwan_port_rx +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x3d9bbf75 wwan_port_txon +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x4dff61e5 wwan_port_txoff +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x526bcf2a wwan_port_get_drvdata +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x7d08d3e1 wwan_register_ops +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x9d68d7fe wwan_put_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xb74c31cd wwan_remove_port +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xce33df43 wwan_create_port +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xecb87011 wwan_get_debugfs_dir +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x1328638e nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xcb1f6d0b nfcmrvl_parse_dt +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xd4fd8dc1 nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xfb0a2f3f nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x28851073 pn533_rx_frame_is_cmd_response +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x37c3543e pn532_i2c_nfc_alloc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x6ec554f7 pn53x_common_init +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x7d88a44c pn53x_unregister_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x88fee630 pn533_finalize_setup +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xba12bd54 pn53x_register_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xdecfd339 pn533_rx_frame_is_ack +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xf4c7eb2c pn53x_common_clean +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x3a4b63c8 st_nci_disable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x70ce36d1 st_nci_remove +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x7d9ea8ba st_nci_hci_cmd_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x84271179 st_nci_hci_load_session +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xc3fccf45 st_nci_hci_event_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xc668c816 st_nci_probe +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xcb4c0f1e st_nci_enable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xd8c76bc4 st_nci_discover_se +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x58e4bacb st95hf_spi_recv_response +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x804e7ad6 st95hf_spi_recv_echo_res +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0xf0893684 st95hf_spi_send +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x0862001f ntb_transport_tx_free_entry +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x30934216 ntb_transport_max_size +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x32537aca ntb_transport_link_query +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x3d54dbfc ntb_transport_tx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x436098aa ntb_transport_link_down +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x4f4225fc ntb_transport_unregister_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x82e6c13d ntb_transport_qp_num +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x97574ea9 ntb_transport_create_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x9c992c8f ntb_transport_link_up +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xc270dc24 ntb_transport_free_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xc37d9036 ntb_transport_rx_remove +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xd29983cb ntb_transport_register_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xd40e7a02 ntb_transport_rx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xf55d6313 ntb_transport_register_client_dev +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xf9eb813f ntb_transport_unregister_client_dev +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0x2f8ea6e6 async_pmem_flush +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0x81476abe virtio_pmem_host_ack +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x01850555 nvme_auth_generate_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x1d3b270f nvme_auth_transform_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x22e5d1de nvme_auth_augmented_challenge +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x28a24bf3 nvme_auth_gen_pubkey +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x399d9ac8 nvme_auth_hmac_hash_len +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x3b6e8683 nvme_auth_gen_privkey +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x51873876 nvme_auth_get_seqnum +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x674c5bc1 nvme_auth_hmac_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x6adadbb4 nvme_auth_free_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x6e91ee1b nvme_auth_digest_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x780989d1 nvme_auth_dhgroup_id +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x88c4a3ee nvme_auth_gen_shared_secret +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x9070925e nvme_auth_extract_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xc9bb48ac nvme_auth_dhgroup_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xcb39603c nvme_auth_hmac_id +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xf0ccf2d4 nvme_auth_dhgroup_kpp +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x00192743 nvme_wait_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x06a9099d nvme_enable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x06bd1d00 nvme_stop_keep_alive +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x092b738b nvme_disable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0c340084 nvme_sync_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x117a01b4 nvme_set_queue_count +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x11abc494 __SCK__tp_func_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1567160d nvme_cancel_admin_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1f40156e nvme_wait_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x202d2466 nvme_remove_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x208e5e69 nvme_unfreeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x27fcbedb __tracepoint_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3b1129ac nvme_wait_freeze_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3f510e9a nvme_cancel_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x414a6a7a nvme_mark_namespaces_dead +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x43c7f887 nvme_mpath_start_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x49224181 nvme_reset_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4b06044e nvme_fail_nonready_command +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x50e091ec nvme_complete_async_event +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x63e7b5d7 nvme_init_ctrl_finish +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x64b62862 nvme_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6532ae34 nvme_init_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x777e5803 nvme_dev_attrs_group +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x78597f97 nvme_complete_rq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x813cf212 nvme_io_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x81854d9b nvme_quiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x887828ec nvme_get_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8aaf27c8 nvme_remove_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8daa4ae1 nvme_auth_free +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x94f625d6 nvme_cancel_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x953576a7 nvme_start_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9613b0bd nvme_alloc_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x97e8f270 nvme_reset_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9af0ea44 nvme_auth_stop +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa443d009 nvme_start_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb47d0130 __traceiter_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb9389835 __nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc055ada7 nvme_setup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc1b535ef nvme_unquiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc77bec14 nvme_uninit_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xcb1c90bc nvme_auth_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd29cf302 nvme_sync_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd3f19bad nvme_cleanup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd45434ee admin_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd58bbbcb nvme_delete_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd8480eaa nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xda2a69a5 nvme_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xdbfff250 nvme_auth_wait +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xdf9cdc7e nvme_change_ctrl_state +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe15b2317 nvme_remove_namespaces +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe2c8b2ef nvme_host_path_error +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe2ff364f nvme_quiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe5181548 nvme_stop_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe5f63acc nvme_auth_negotiate +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe633053a nvme_alloc_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf10a02a3 __nvme_check_ready +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf66127e1 nvme_delete_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf7723383 nvme_unquiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf99f46ab nvme_set_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf9b355a4 nvme_complete_batch_req +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xfe28605c nvme_try_sched_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x1e328d22 nvmf_set_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x20d412f9 nvmf_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x4beaecc6 nvmf_reg_read32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x61d63a92 nvmf_connect_io_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x986db111 nvmf_reg_write32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xacb44f73 nvmf_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xaf9de64c nvmf_ip_options_match +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xc01fc571 nvmf_connect_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xdd8af66e nvmf_free_options +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xdf87b27f nvmf_reg_read64 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xed354e78 nvmf_should_reconnect +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xeda6050a nvmf_get_address +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xf000ce59 nvmf_map_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x0d12e564 nvme_fc_register_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x161e1d6a nvme_fc_register_localport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3884f8b8 nvme_fc_unregister_localport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3e33ac54 nvme_fc_rescan_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x8a9cf5a7 nvme_fc_set_remoteport_devloss +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xbb0e18a6 nvme_fc_rcv_ls_req +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xcc8a2d78 nvme_fc_io_getuuid +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xfca9dc99 nvme_fc_unregister_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3b2cd72d nvmet_sq_destroy +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3e0ef07a nvmet_wq +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x430cc5a6 nvmet_req_free_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x4ed6bcec nvmet_req_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x55d3bfbc nvmet_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x60f55b84 nvmet_req_alloc_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x6a3edff6 nvmet_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x842adf7d nvmet_req_complete +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x9633a415 nvmet_ctrl_fatal_error +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xda0b9a6a nvmet_check_transfer_len +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xe0a23cfb nvmet_req_uninit +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xe241b6ad nvmet_sq_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x0b98123d nvmet_fc_rcv_ls_req +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x4a013682 nvmet_fc_invalidate_host +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x6e2fa006 nvmet_fc_register_targetport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x6ff62dab nvmet_fc_rcv_fcp_abort +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x7bfa9497 nvmet_fc_rcv_fcp_req +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x9ef76d99 nvmet_fc_unregister_targetport +EXPORT_SYMBOL_GPL drivers/pci/controller/pci-hyperv-intf 0x1591b2c6 hyperv_read_cfg_blk +EXPORT_SYMBOL_GPL drivers/pci/controller/pci-hyperv-intf 0x221394ae hyperv_reg_block_invalidate +EXPORT_SYMBOL_GPL drivers/pci/controller/pci-hyperv-intf 0xe5f73406 hyperv_write_cfg_blk +EXPORT_SYMBOL_GPL drivers/pci/controller/pci-hyperv-intf 0xfb921e00 hvpci_block_ops +EXPORT_SYMBOL_GPL drivers/pci/switch/switchtec 0xf0a09d69 switchtec_class +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0x5e2b6a42 arm_cspmu_sysfs_format_show +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0xea4825d8 arm_cspmu_sysfs_event_show +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0xee21470d nv_cspmu_init_ops +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x07275b56 hisi_uncore_pmu_get_event_idx +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x3ba5f9b4 hisi_cpumask_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x3ec4fc27 hisi_uncore_pmu_online_cpu +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x420aa957 hisi_uncore_pmu_event_update +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x49861e3f hisi_uncore_pmu_set_event_period +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x51419e90 hisi_uncore_pmu_add +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x6204b5a8 hisi_uncore_pmu_start +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x73316c66 hisi_format_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x76fabd70 hisi_uncore_pmu_identifier_attr_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x8b3f3534 hisi_uncore_pmu_del +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xa56fe4cf hisi_event_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xa9cf6d38 hisi_uncore_pmu_event_init +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xbf75f5fd hisi_uncore_pmu_stop +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xd647e88f hisi_uncore_pmu_enable +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xe1f2c958 hisi_uncore_pmu_init_irq +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xeea2da46 hisi_uncore_pmu_read +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xf1c5364a hisi_uncore_pmu_disable +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xfb6373d1 hisi_uncore_pmu_offline_cpu +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xfef130ba hisi_pmu_init +EXPORT_SYMBOL_GPL drivers/phy/allwinner/phy-sun4i-usb 0x320d28eb sun4i_usb_phy_set_squelch_detect +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x0d00bf1c tegra186_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x0d8a0279 tegra234_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x1b4e5961 tegra_xusb_padctl_put +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x34730307 tegra_phy_xusb_utmi_port_reset +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x42d871b9 tegra_xusb_padctl_remote_wake_detected +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x467c7940 tegra_xusb_padctl_usb3_set_lfps_detect +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x5d2c75c1 tegra_xusb_padctl_hsic_set_idle +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x5e9f4479 tegra_xusb_padctl_disable_phy_sleepwalk +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x7296d38e tegra210_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x75c1cfeb tegra124_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x75dac149 tegra_phy_xusb_utmi_pad_power_on +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x768c0eeb tegra_xusb_padctl_usb3_save_context +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x77e0200b tegra_xusb_padctl_get_usb3_companion +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x859e4783 tegra_xusb_padctl_disable_phy_wake +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x989cacdd tegra_xusb_padctl_set_vbus_override +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xa7576c81 tegra_xusb_padctl_get +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xac8fd4c2 tegra_phy_xusb_utmi_pad_power_down +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xaea79039 tegra_xusb_padctl_enable_phy_wake +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xdf3654c7 tegra194_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xf50d4079 tegra_xusb_padctl_enable_phy_sleepwalk +EXPORT_SYMBOL_GPL drivers/phy/ti/phy-omap-usb2 0x00d48f33 omap_usb2_set_comparator +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x85d83b98 mcp23s08_probe_one +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x87fc4d5f mcp23x17_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0xb787e9b0 mcp23x08_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/qcom/pinctrl-lpass-lpi 0x1c852321 lpi_pinctrl_probe +EXPORT_SYMBOL_GPL drivers/pinctrl/qcom/pinctrl-lpass-lpi 0xb45fd635 lpi_pinctrl_remove +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0xec6b8bd7 cros_ec_sensorhub_unregister_push_data +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0xf8b33d24 cros_ec_sensorhub_register_push_data +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros_usbpd_notify 0x6b1be500 cros_usbpd_unregister_notify +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros_usbpd_notify 0x8bda2df3 cros_usbpd_register_notify +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x0b87ec9f ssam_request_sync_free +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x0d4f8cdc ssam_controller_get +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x186787bf ssam_device_add +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x1b10a0e7 ssam_remove_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x1def9e7b ssam_bus_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x42c626a5 ssam_client_bind +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x4a59f4b0 ssam_device_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x4bc3c631 ssam_controller_stateunlock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x4d3fd2c0 ssam_device_get_match +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x511ff13f ssam_get_controller +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x516e0155 ssam_controller_put +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x549bb160 __ssam_register_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x5a031147 ssam_request_write_data +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x62d949d3 ssam_device_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x63afac88 ssh_packet_get +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x7a4c5789 ssam_request_sync_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x86096025 ssam_request_do_sync +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x88fa0cd3 __ssam_notifier_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x8c56a3e3 ssam_controller_event_enable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x9636faa9 ssam_device_get_match_data +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x98457519 ssam_request_sync_init +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xb15e4892 ssam_device_driver_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xbbdbecc9 ssam_device_remove +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xbe277a1d __ssam_device_driver_register +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc0c284c3 ssam_notifier_register +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc2bd582d ssam_device_id_match +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc77f2f48 ssam_client_link +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc789d5a5 ssam_request_do_sync_with_buffer +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xd0dca635 ssam_controller_event_disable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xdc4a0899 ssh_packet_put +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xf162df78 ssam_controller_statelock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xf2f95fee ssam_request_sync_submit +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xf7a9746a ssam_controller_device +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0x48cf4c48 san_dgpu_notifier_register +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0xc6b56f56 san_client_link +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0xd60bd773 san_dgpu_notifier_unregister +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0x3df185d2 devm_reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0x60502c56 reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xd0fb6ca1 reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xeb28966a devm_reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x6375e7d2 bq27xxx_battery_update +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0xd2e1549b bq27xxx_battery_setup +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0xdae93e6c bq27xxx_battery_teardown +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x1503ec59 pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x4bbef47f pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x76a9c091 pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x05d81b18 ptp_qoriq_gettime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x2eae82b0 ptp_qoriq_isr +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x80108983 ptp_qoriq_settime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x80581b1f ptp_qoriq_adjtime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x9491c4cb ptp_qoriq_adjfine +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xa18c45b2 extts_clean_up +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xa23c1f69 ptp_qoriq_enable +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xbea97e9c ptp_qoriq_init +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xc85fcbd7 ptp_qoriq_free +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x3b3ff340 mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x899d4dcb mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xbdbedc89 mc13xxx_parse_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xccae8486 mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xeaac24ad mc13xxx_get_num_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/rohm-regulator 0x64f8fc42 rohm_regulator_set_voltage_sel_restricted +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x3e017b15 wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x75106abe wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xb8bccf52 wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xd620f850 wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xf57b4c0e wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xfd7be1cb wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0xd3e59d9d wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x0d2a1689 scp_get_rproc +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x10c1922d scp_get_device +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x4a7327c5 scp_get_venc_hw_capa +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x9246448b scp_mapping_dm_addr +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x997730dd scp_put +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xd56c1179 scp_get +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xeae3d193 scp_get_vdec_hw_capa +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x09313652 scp_memcpy_aligned +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x20e5906d scp_ipi_register +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x33824648 scp_ipi_lock +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x7b0379aa scp_ipi_unregister +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x7c01fccb scp_ipi_unlock +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0xb511a4d3 scp_ipi_send +EXPORT_SYMBOL_GPL drivers/remoteproc/pru_rproc 0x39032f09 pru_rproc_set_ctable +EXPORT_SYMBOL_GPL drivers/remoteproc/pru_rproc 0x9bfd6d3b pru_rproc_get +EXPORT_SYMBOL_GPL drivers/remoteproc/pru_rproc 0xb395aae3 pru_rproc_put +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x0f4b01c4 qcom_register_dump_segments +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x0fa538df qcom_register_ssr_notifier +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x36d280e9 qcom_add_smd_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x4da141c4 qcom_remove_glink_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x50e559ac qcom_remove_smd_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x593d8659 qcom_add_ssr_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x6b0635fd qcom_remove_ssr_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x6ef1290b qcom_minidump +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x8239dd3a qcom_add_glink_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xd6cc0cc0 qcom_unregister_ssr_notifier +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_pil_info 0x30e58241 qcom_pil_info_store +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x23d4a6de qcom_q6v5_init +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x30763e25 qcom_q6v5_request_stop +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x369c352c qcom_q6v5_wait_for_start +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x86341622 qcom_q6v5_prepare +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x97976b83 qcom_q6v5_deinit +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xb643f994 qcom_q6v5_panic +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xcf1facb9 qcom_q6v5_unprepare +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_sysmon 0x1482d168 qcom_sysmon_shutdown_acked +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_sysmon 0x57cc077f qcom_add_sysmon_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_sysmon 0xa881c6fc qcom_remove_sysmon_subdev +EXPORT_SYMBOL_GPL drivers/rpmsg/mtk_rpmsg 0x10face45 mtk_rpmsg_create_rproc_subdev +EXPORT_SYMBOL_GPL drivers/rpmsg/mtk_rpmsg 0x86903274 mtk_rpmsg_destroy_rproc_subdev +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0x149236da qcom_glink_native_remove +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xc56b38d9 qcom_glink_native_probe +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xf14f5684 qcom_glink_ssr_notify +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_smem 0x4fe311b0 qcom_glink_smem_unregister +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_smem 0xf33d3684 qcom_glink_smem_register +EXPORT_SYMBOL_GPL drivers/rtc/rtc-ds1685 0x2476596e ds1685_rtc_poweroff +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x04573667 cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x06c82aae cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1a9a231d cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1d3c9bf8 cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x21bdd188 cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x29e2bd1b cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2c71526c cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4704a58c cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x581edc7b cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x58248434 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x604415b3 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x647e1a73 cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6e3342d3 cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7d8f86f3 cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7e2d8c03 cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x80ba5c45 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8173709a cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x82b10a12 cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8319f739 cxgbi_ddp_set_one_ppod +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x87c009b3 cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8e688006 cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9bb68641 cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9f6c13a3 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa0b5b2fe cxgbi_ddp_ppm_setup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa37dda0e cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa4040d01 cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb51209b7 cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbe025941 cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbf1e33d8 cxgbi_device_find_by_netdev_rcu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc1c4a1bb cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc326f29c cxgbi_device_find_by_netdev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc3676d5c cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc3eb9aed cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc3fe34d5 cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc4cb2555 cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc90b26fb cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd009eaac cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd3193a26 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdb08f472 cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdccc2a13 cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xea538710 cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xefe7739b cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf31547b5 cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfa5bd61b cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfb9f81fc cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0003866a fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x1d01bf71 fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x2de0caa7 fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x6316b0fc __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x70a26c44 fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x7b5516df fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x81bc2611 fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x8a477da4 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x8da677c8 fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x8e7df2b1 fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xa2e59896 fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xa42a7fe5 fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb014e407 fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbac58840 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc3f30cc0 fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xe1ce5dee fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf167cb7a fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf2a1eafd fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xfbe87a71 fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0x5391d3a5 fdomain_create +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0xbd88e664 fdomain_destroy +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x032095ae hisi_sas_debugfs_dir +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x178f7726 hisi_sas_host_reset +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x25b083be to_hisi_sas_port +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x2d33765f hisi_sas_phy_bcast +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x38713e76 hisi_sas_controller_reset_prepare +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x40ac648c hisi_sas_get_prog_phy_linkrate_mask +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x431c96f7 hisi_sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x43b179f6 hisi_sas_sync_poll_cqs +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x49c8c8db hisi_sas_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x4fc22123 hisi_sas_stt +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x506a0966 hisi_sas_init_mem +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x560cb927 hisi_sas_alloc +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x6b61a62b hisi_sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x823eb650 hisi_sas_scan_start +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x85e707c4 hisi_sas_free +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x869fdf42 hisi_sas_slot_task_free +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x8c835575 hisi_sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x92c3def1 hisi_sas_phy_oob_ready +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x938b220d hisi_sas_release_tasks +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xae838958 hisi_sas_controller_reset_done +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xb03aa9c5 hisi_sas_rst_work_handler +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xb0fc29e6 hisi_sas_probe +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xc2837eba hisi_sas_get_fw_info +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xc3a41131 hisi_sas_debugfs_dump_count +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xcc8d282b hisi_sas_remove +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xcd06c95f hisi_sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xdcdb2fca hisi_sas_sync_cqs +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xe330cb74 hisi_sas_sync_rst_work_handler +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xe725fa1b hisi_sas_sata_done +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xe987d9aa hisi_sas_debugfs_enable +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xebfae55c hisi_sas_get_ata_protocol +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xf36a1a79 hisi_sas_phy_down +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xfa7b8ca7 hisi_sas_stop_phys +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x0993077c iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x443b2486 iscsi_boot_create_acpitbl +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x9e433970 iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xa8ed9e22 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xd21e2d0b iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xd43499f7 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xec414a18 iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/libfc/libfc 0x6635b0f7 fc_seq_els_rsp_send +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0714d4cb iscsi_conn_queue_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0730ae98 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0be0d391 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x16a21f8a iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x19e293d3 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1f1e8485 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x26c492d7 iscsi_eh_cmd_timed_out +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x27106e14 iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x32c26058 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x368341d6 iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x453f2b20 iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x51859797 iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x533f188a iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x577a9bda iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x59a61cb5 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5aed64f4 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6363ca47 iscsi_conn_unbind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x677cfacc iscsi_suspend_rx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x697de85a iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6e72633c iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x799ccf7e __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x83ec6538 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x97b00f8c iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9932dbf9 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x998e8a82 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9be866b4 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9c79226b iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa47f92b3 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa7767ba8 iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa8545911 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xafcc9a66 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbb6567d1 iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc05e0db9 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc2998577 iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc2d12eca iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc4c7714c iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xce56f7d9 iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd3488ffa iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd4c14a55 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd6a7f7b9 iscsi_session_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd9d2c773 iscsi_conn_queue_recv +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xde2eaa47 iscsi_host_get_max_scsi_cmds +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe05b4843 iscsi_session_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe20cb718 iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe25f241b iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe83cc9ba iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeab9cbd5 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf3dae735 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfc53f3f3 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x0c156f91 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x14f0da42 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x1e8dd0ed iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x21c1e00a iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x2c4d1cbe iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x3c2a6e31 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5fd887d9 iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x63f34a2a iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x6874b845 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x6d078f1d iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x70bc1ae9 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x7b2bed54 iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xac88e692 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf041d1d7 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf8099f34 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf8e7f321 iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xfea8af24 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x11666010 sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1867b09a sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1b2a006d sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x207b3f3d sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x288d3ef7 sas_abort_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3952ab9b sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x43e035c0 sas_query_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x49a6e6fe smp_ata_check_ready_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4b76b365 sas_notify_port_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4d5b569b sas_clear_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x515de71f sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x52bac0ce sas_eh_target_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x60e37438 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x76fede90 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x79c6d71d sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x82f7e57f sas_execute_internal_abort_dev +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x89afd0e9 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8af29705 sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8b9f8dae dev_attr_phy_event_threshold +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x93da4260 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x952f26a3 sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9630099b sas_execute_internal_abort_single +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9f25d48f sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa06a4bba sas_find_attached_phy_id +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa4458b6b sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbbafdf50 sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbc7476d3 sas_ata_device_link_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbe82d067 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xcb6b3974 sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd221d9a7 sas_lu_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xdaba153d sas_execute_ata_cmd +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe04388a7 sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xebbcf86d sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xeee60032 sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfa735020 sas_abort_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfb76b6b6 sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_fc 0xaf3dfd87 fc_eh_should_retry_cmd +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x007425b9 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x01f40c4e iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x048c06c7 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x10b5e387 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x175f76b8 iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x17a49d4a iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1e7be931 iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1ea2a6d6 iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x295fa794 iscsi_force_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2ab858ed iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2ae4a87f iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2c0dfaf0 iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x363ef721 __tracepoint_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x37afea9a iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3ede4c9b iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x422b5d5c iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x46c41a2e iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5086b5bb iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x510df5e7 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5367934d iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5735600c iscsi_get_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x584a31ab __SCK__tp_func_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6d2e1def iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x70688409 iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x71b768b0 __SCK__tp_func_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x792d09e3 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x79a089d0 iscsi_add_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7e319f78 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x88768c48 __SCK__tp_func_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x897892f7 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8e3f053e iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x91ea1981 iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x93c05d58 iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x951e0a81 iscsi_put_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9df91e12 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa3a57416 __traceiter_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa3ac06cf __tracepoint_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xab4674c8 __SCK__tp_func_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xabbf7ac6 iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xac06748d iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb32662a6 __tracepoint_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc32b783 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbd034ba0 iscsi_put_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbec6bdd5 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc254ba2d iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc2973283 __traceiter_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc6264e7a __tracepoint_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc8cf3550 iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcba2ea15 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcf0dc8b5 iscsi_dbg_trace +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd3f772bc iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xda09b986 __tracepoint_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xda2323ed iscsi_remove_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe4c79fa6 __SCK__tp_func_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe8e871ea __traceiter_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe9faa027 __traceiter_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xeb5b70eb __traceiter_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xeec9da19 iscsi_alloc_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x14ab70af sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x206ab2c9 sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x4c6a2366 sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x8a9e9bbf sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x0ef06974 spi_populate_ppr_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xa0c71dac spi_populate_sync_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xc1312405 spi_populate_tag_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xcffa2aff spi_populate_width_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x1902178a srp_tmo_valid +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x3dc72b4d srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x5f7b7678 srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xad190da6 srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xc0791973 srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xea34f82c srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xeed33f77 srp_release_transport +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x275de4a6 siox_device_synced +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x28cd4117 __siox_driver_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x5d1ac18c siox_master_alloc +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x5d60488a siox_device_connected +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x9a5f4ff5 siox_master_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xc1e5ce03 siox_master_unregister +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x0b194cb6 slim_stream_disable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x0c514641 __slim_driver_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x28e24ef1 slim_get_logical_addr +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x31dc7331 slim_writeb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x392550e7 slim_stream_prepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x3b4d7e25 slimbus_bus +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x41712631 slim_stream_free +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x433d478a slim_register_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x45daaf33 slim_device_report_present +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x679f7dfe slim_ctrl_clk_pause +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x69904f5b slim_alloc_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x803a2e55 slim_stream_unprepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa8092d8b slim_driver_unregister +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xb07ee31b slim_read +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xb40bd96e slim_stream_allocate +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xb5aa9fab slim_do_transfer +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xbfc43179 slim_unregister_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xc186eada slim_msg_response +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xd6e0b9ea slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xdfd3c3b5 slim_report_absent +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe69737fb slim_free_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf27253fa slim_stream_enable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf39d9402 of_slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf4a42862 slim_readb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf7515482 slim_xfer_msg +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xfcbde7c8 slim_write +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0x494128eb meson_canvas_alloc +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0x673c5a86 meson_canvas_config +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0x71de1e41 meson_canvas_get +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0xfbd79150 meson_canvas_free +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x08d47da7 apple_rtkit_is_crashed +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x3e58dcd8 apple_rtkit_wake +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x46350d4b apple_rtkit_shutdown +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x56f62282 apple_rtkit_reinit +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x5b2c2c67 apple_rtkit_idle +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x5b52ebb1 apple_rtkit_start_ep +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x5ef5e674 apple_rtkit_poll +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x7395a759 apple_rtkit_boot +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x98ca6691 apple_rtkit_quiesce +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xbcec0897 apple_rtkit_send_message +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xc5bf5f58 apple_rtkit_is_running +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xdd40bf7a apple_rtkit_send_message_wait +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xdfc12e69 apple_rtkit_init +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xf2ef9bc2 apple_rtkit_free +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xfce63a26 devm_apple_rtkit_init +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-sart 0xbaec16a4 apple_sart_add_allowed_region +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-sart 0xe24e63fe devm_apple_sart_get +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-sart 0xf2253fbc apple_sart_remove_allowed_region +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x006208de dpaa2_io_service_deregister +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x0261cd01 dpaa2_io_store_next +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x0859fd3f dpaa2_io_store_create +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x1b7c4023 dpaa2_io_service_rearm +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x2ea89927 dpaa2_io_service_pull_channel +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x2f10852c dpaa2_io_service_select +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x384a7269 dpaa2_io_service_register +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x3f8992eb dpaa2_io_service_release +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x4994345c dpaa2_io_store_destroy +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x6560c60d dpaa2_io_service_acquire +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x79cf65a1 dpaa2_io_service_enqueue_qd +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x8edafa55 dpaa2_io_query_bp_count +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0xb9e81961 dpaa2_io_query_fq_count +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x21cbde13 mtk_mmsys_vpp_rsz_dcm_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x32a86073 mtk_mmsys_hdr_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x52ee4569 mtk_mmsys_vpp_rsz_merge_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x7a320f35 mtk_mmsys_mixer_in_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x7b51ff03 mtk_mmsys_ddp_connect +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0xc04e6201 mtk_mmsys_mixer_in_channel_swap +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0xc1615e85 mtk_mmsys_ddp_disconnect +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0xc5ebbc84 mtk_mmsys_merge_async_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0xd9bb7e6c mtk_mmsys_ddp_dpi_fmt_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x1736cec6 mtk_mutex_remove_comp +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x1d6696b0 mtk_mutex_disable +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x2fcc9ff2 mtk_mutex_add_comp +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x4e2f3c90 mtk_mutex_enable_by_cmdq +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x51991b38 mtk_mutex_enable +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x5ec2319a mtk_mutex_unprepare +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x71a9a3ab mtk_mutex_acquire +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x7534596b mtk_mutex_write_sof +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x8b650752 mtk_mutex_release +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x903ebe12 mtk_mutex_get +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0xab7f853d mtk_mutex_prepare +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0xbbb4ab02 mtk_mutex_put +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0xfa95f801 mtk_mutex_write_mod +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x13714aaf gpr_free_port +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x457f206e gpr_send_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x50c0527f aprbus +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x98318ffd apr_send_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xa86f971e gpr_send_port_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xbb745ea0 apr_driver_unregister +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xdd83f5ff gpr_alloc_port +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xf1d7135f __apr_driver_register +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-qcom 0x03c9a66d llcc_get_slice_size +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-qcom 0x0679b34d llcc_slice_getd +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-qcom 0x7e773088 llcc_get_slice_id +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-qcom 0xad3516c4 llcc_slice_activate +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-qcom 0xb534ec76 llcc_slice_deactivate +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-qcom 0xb68b1300 llcc_slice_putd +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x20e75f77 qcom_mdt_pas_init +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x480128bf qcom_mdt_load_no_init +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x729cc50d qcom_mdt_load +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0xe8a3861c qcom_mdt_get_size +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0xf0de7244 qcom_mdt_read_metadata +EXPORT_SYMBOL_GPL drivers/soc/qcom/pmic_glink 0xa062d1a3 devm_pmic_glink_register_client +EXPORT_SYMBOL_GPL drivers/soc/qcom/pmic_glink 0xc161d729 pmic_glink_send +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0x50d28b20 qcom_ice_evict_key +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0x82936acb qcom_ice_enable +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0xc994d57b qcom_ice_suspend +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0xe2999c75 of_qcom_ice_get +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0xe4280d97 qcom_ice_program_key +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0xf0e63b1a qcom_ice_resume +EXPORT_SYMBOL_GPL drivers/soc/qcom/smem 0x34b57571 qcom_smem_alloc +EXPORT_SYMBOL_GPL drivers/soc/qcom/smem 0x5a710273 qcom_smem_get_free_space +EXPORT_SYMBOL_GPL drivers/soc/qcom/smem 0x9979b76e qcom_smem_virt_to_phys +EXPORT_SYMBOL_GPL drivers/soc/qcom/smem 0xe583bba3 qcom_smem_get_soc_id +EXPORT_SYMBOL_GPL drivers/soc/qcom/smem 0xeeffa750 qcom_smem_get +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x15fb3f4b pruss_cfg_set_gpmux +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x320c3485 pruss_put +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x6056bfc2 pruss_cfg_get_gpmux +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x6332e59d pruss_request_mem_region +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x86c4df1e pruss_cfg_xfr_enable +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x8dacc0bc pruss_cfg_gpimode +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0xc2a32f54 pruss_release_mem_region +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0xd353b0b4 pruss_get +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0xfe0a4143 pruss_cfg_miirt_enable +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x2317301f sdw_unregister_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x98c65a90 sdw_bus_type +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xa6f58c30 __sdw_register_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-cadence 0xbc6b8939 sdw_cdns_debugfs_init +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0x6edeb13b altera_spi_init_host +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0xb9edd149 altera_spi_irq +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x20a4c075 spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x2e8405e3 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x32f415d2 spi_bitbang_init +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x3377e448 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x43904b5f spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x8025d5a9 spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x04c08c5d spi_test_run_test +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x5c77b7d9 spi_test_run_tests +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0xaa5d4b70 spi_test_execute_msg +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x046ba714 spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x0a11955b spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x0b43fed8 spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x1678e28a spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x21c46b5d spmi_device_from_of +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x232d2a4e spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x23480317 spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x27e037cd spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x456bd893 spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x4b2f35da spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x7c713c30 spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x8bc6b15c spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x9f826095 spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xab54dc1d spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb055c9ef spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xce354046 spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd2fd23d7 spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xe64e1d06 __spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xe8c18972 spmi_register_write +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x9b61c01b ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x02e54b6d anybuss_client_driver_register +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x2bc46be7 anybuss_host_common_probe +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x43f04c26 anybuss_write_input +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x57b67334 devm_anybuss_host_common_probe +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x636586cf anybuss_finish_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x6ac25228 anybuss_send_ext +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x7220860d anybuss_send_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x866e50ec anybuss_set_power +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x937478d0 anybuss_recv_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xa20c1237 anybuss_read_output +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xaf99184f anybuss_start_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xb9eb1ac1 anybuss_client_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xbe344cc5 anybuss_read_fbctrl +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xfce879ad anybuss_host_common_remove +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x844ccab5 fieldbus_dev_online_changed +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xacdefbba fieldbus_dev_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xed4b4de9 fieldbus_dev_area_updated +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xfeebddbd fieldbus_dev_register +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x002cbc26 gb_audio_apbridgea_prepare_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x12842eb0 gb_audio_apbridgea_unregister_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x2bc82a87 gb_audio_apbridgea_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x3288b46b gb_audio_apbridgea_prepare_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x7f2c10dc gb_audio_apbridgea_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xa5dbc805 gb_audio_apbridgea_register_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xb3869530 gb_audio_apbridgea_start_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xc2bc2142 gb_audio_apbridgea_start_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xc43a080e gb_audio_apbridgea_shutdown_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xd12a3946 gb_audio_apbridgea_stop_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xe38e310b gb_audio_apbridgea_stop_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xf69e0043 gb_audio_apbridgea_shutdown_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xfcabe4f4 gb_audio_apbridgea_set_config +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x0b7be28f gb_audio_gb_deactivate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x420d6c8b gb_audio_gb_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x51436427 gb_audio_gb_set_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x6b6f34db gb_audio_gb_enable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x6ef9ce5a gb_audio_gb_activate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x938e283e gb_audio_gb_get_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xb0a93dae gb_audio_gb_set_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xb33a7941 gb_audio_gb_deactivate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xb4b58cb4 gb_audio_gb_get_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xc431ff34 gb_audio_gb_get_topology +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xd6b85594 gb_audio_gb_activate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xe5bb45f6 gb_audio_gb_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xe907c34c gb_audio_gb_disable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x19e9e6b1 gb_audio_manager_remove_all +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x32e6391e gb_audio_manager_remove +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x5a108b0f gb_audio_manager_add +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x5d1580eb gb_audio_manager_get_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x65248d42 gb_audio_manager_put_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x79eef2f8 gb_audio_manager_dump_all +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0xaeac8ca2 gb_audio_manager_dump_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0xb65cd3e7 gb_gbphy_register_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0xd2a856ec gb_gbphy_deregister_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0x4b219b3f gb_spilib_master_init +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0xcc3d1b11 gb_spilib_master_exit +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0xca32f665 adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/media/av7110/sp8870 0xc7368c94 sp8870_attach +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x0896f168 imx_media_init_cfg +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x1296f505 imx_media_pipeline_subdev +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x3afc4948 imx_media_find_pixel_format +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x40a43751 imx_media_capture_device_unregister +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x474df83d imx_media_capture_device_remove +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x49e7afd8 imx_media_probe_complete +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x4c3bac56 imx_media_alloc_dma_buf +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x534ba9e1 imx_media_find_mbus_format +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x74997d75 imx_media_dev_init +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x74bc2758 imx_media_capture_device_init +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x753d0482 imx_media_capture_device_error +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x83cd5617 imx_media_add_video_device +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x91861629 imx_media_capture_device_register +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x9c4aeec3 imx_media_pipeline_set_stream +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xa631199b imx_media_grp_id_to_sd_name +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xa9e2459f imx_media_enum_mbus_formats +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xba1c7b7e imx_media_mbus_fmt_to_pix_fmt +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xbbb7e794 imx_media_add_of_subdevs +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xc0e6162e imx_media_init_mbus_fmt +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xd4e45b7e imx_media_try_colorimetry +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xd5acc96e imx_media_dev_notifier_register +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xd6f646eb imx_media_capture_device_next_buf +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xdc4aecde imx_media_free_dma_buf +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xe10f439d imx_media_pipeline_pad +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xe932b00b imx_media_enum_pixel_formats +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x04ef7a03 amvdec_abort +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x08e99e7d amvdec_read_dos +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x0a58ff56 amvdec_src_change +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x115655e9 amvdec_am21c_body_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x14f989b3 codec_hevc_setup_buffers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x1be799d5 codec_hevc_free_mmu_headers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x1cb1e6d9 amvdec_am21c_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x2ad91462 amvdec_remove_ts +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x2ba7fe5e amvdec_set_par_from_dar +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x439b9341 amvdec_dst_buf_done_offset +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x4484384f codec_hevc_free_fbc_buffers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x468f453a codec_hevc_setup_decode_head +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x46ab3899 amvdec_dst_buf_done +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x5ff35ee8 amvdec_am21c_head_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x70ab739b amvdec_add_ts +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x716b7619 amvdec_write_dos +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x76e44267 amvdec_get_output_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x8393fd03 amvdec_write_parser +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xd0db4ae1 amvdec_dst_buf_done_idx +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xdad098df amvdec_read_parser +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xdb0c3fef amvdec_write_dos_bits +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xf1c8df6f amvdec_set_canvases +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xf548bf31 codec_hevc_fill_mmu_map +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xf6069318 amvdec_clear_dos_bits +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0x0fc6c547 nvec_msg_free +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0xd919e9be nvec_register_notifier +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0xe00d2844 nvec_unregister_notifier +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x2b9b3376 target_stop_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x497e1b59 target_init_cmd +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x5d24150b target_free_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xb4489234 target_wait_for_cmds +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xbfed8eb1 target_submit_prep +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xc1d2e131 target_submit +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xc65e34a6 target_alloc_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xfbf5c58d target_queue_submission +EXPORT_SYMBOL_GPL drivers/tee/tee 0x12d471a1 tee_client_open_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x1e5d4399 teedev_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x247931df tee_shm_pool_alloc_res_mem +EXPORT_SYMBOL_GPL drivers/tee/tee 0x3126cdff tee_shm_get_from_id +EXPORT_SYMBOL_GPL drivers/tee/tee 0x4621e04e teedev_open +EXPORT_SYMBOL_GPL drivers/tee/tee 0x49104b97 tee_shm_register_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0x4ad23d2f tee_shm_get_pa +EXPORT_SYMBOL_GPL drivers/tee/tee 0x75eba99f tee_bus_type +EXPORT_SYMBOL_GPL drivers/tee/tee 0x7ff91142 tee_get_drvdata +EXPORT_SYMBOL_GPL drivers/tee/tee 0x854aee7c tee_device_alloc +EXPORT_SYMBOL_GPL drivers/tee/tee 0x85fd9922 tee_session_calc_client_uuid +EXPORT_SYMBOL_GPL drivers/tee/tee 0x8dd08f51 tee_device_unregister +EXPORT_SYMBOL_GPL drivers/tee/tee 0x925f1f32 tee_shm_put +EXPORT_SYMBOL_GPL drivers/tee/tee 0x93a801b1 tee_client_open_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0x993d9323 tee_client_close_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0xa15d3dc6 tee_client_get_version +EXPORT_SYMBOL_GPL drivers/tee/tee 0xad41d5c5 tee_shm_free +EXPORT_SYMBOL_GPL drivers/tee/tee 0xbb9dedae tee_client_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0xc0f6ded9 tee_shm_get_va +EXPORT_SYMBOL_GPL drivers/tee/tee 0xcecb4631 tee_device_register +EXPORT_SYMBOL_GPL drivers/tee/tee 0xd399bfcf tee_shm_alloc_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0xe03e7c14 tee_shm_alloc_priv_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0xe28eb0bf tee_client_invoke_func +EXPORT_SYMBOL_GPL drivers/thermal/st/st_thermal 0x957d8613 st_thermal_unregister +EXPORT_SYMBOL_GPL drivers/thermal/st/st_thermal 0xbfcc16c2 st_thermal_pm_ops +EXPORT_SYMBOL_GPL drivers/thermal/st/st_thermal 0xcfee3ae3 st_thermal_register +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x01d23ee1 tb_property_create_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x08882c26 tb_service_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x0ea39afa tb_xdomain_alloc_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x1b3dbf84 tb_xdomain_disable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x225680e2 tb_xdomain_alloc_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x2a01a083 tb_register_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x380d129c tb_ring_stop +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x393b4f2f tb_property_free_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x42e261bd tb_unregister_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4a4d861a tb_xdomain_find_by_uuid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4bc71a08 tb_ring_alloc_tx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4e5064a7 tb_property_find +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4e64bdfd tb_register_protocol_handler +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x603249ed tb_unregister_property_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x658e3d97 tb_property_add_immediate +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x671aeb41 __tb_ring_enqueue +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x69244a08 tb_xdomain_release_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x731445db tb_xdomain_response +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x73ad2acb tb_property_get_next +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x785eb82c tb_property_remove +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x78bd37df tb_xdomain_release_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8b62f95e tb_property_add_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8f4ba6a4 tb_xdomain_enable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x9924e11f tb_xdomain_lane_bonding_enable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa3d2b403 tb_property_add_data +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa8525982 tb_ring_poll_complete +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb7c7cdce tb_property_add_text +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xbf45554a tb_xdomain_find_by_route +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xc169b722 tb_xdomain_request +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xc47182f0 tb_ring_free +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xd13cbfbc tb_ring_alloc_rx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xdc521b83 tb_ring_start +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xe6d7c613 tb_xdomain_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xed034a14 tb_ring_poll +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf1cfd1ff tb_register_property_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf74e2b8b tb_xdomain_lane_bonding_disable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf76028c7 tb_unregister_protocol_handler +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x07c1c167 ufshcd_dump_regs +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x1ec0c19d ufshcd_hba_stop +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x296c59b5 ufshcd_link_recovery +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x2d1ba33d ufshcd_resume_complete +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x37b65bdc ufshcd_system_freeze +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x38560cd1 ufshcd_clkgate_delay_set +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x40886d05 ufshcd_uic_hibern8_exit +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x40da3787 ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x424a8bfa ufshcd_release +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x440656a9 ufshcd_mcq_write_cqis +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x4aeb3097 ufshcd_system_thaw +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x53ead4bf ufshcd_hold +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x7208d179 ufshcd_hba_enable +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x723b1abf ufshcd_delay_us +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x79672c91 ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x7f518d9c __ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x820bf013 ufshcd_dealloc_host +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x87508e33 ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x8de0c037 ufshcd_auto_hibern8_update +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x982a654c ufshcd_mcq_config_esi +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x9f322632 ufshcd_make_hba_operational +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xa3dcb43e ufshcd_mcq_enable_esi +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xa3f836fb ufshcd_mcq_poll_cqe_lock +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xa9a5b6c4 ufshcd_fixup_dev_quirks +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xb0ec1723 ufshcd_get_vreg +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xe15e8869 ufshcd_remove +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xe46d3259 ufshcd_uic_hibern8_enter +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xe5ac98cd ufshcd_update_evt_hist +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xea1a7328 ufshcd_config_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xea273c34 ufshcd_dme_configure_adapt +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xeaf82617 ufshcd_init +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xf8a3e388 ufshcd_system_restore +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xff5fbba9 ufshcd_uic_change_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x0ccc58d5 ufshcd_pltfrm_init +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x29671def ufshcd_populate_vreg +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x54c946de ufshcd_init_pwr_dev_param +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x7a0460ff ufshcd_get_pwr_dev_param +EXPORT_SYMBOL_GPL drivers/uio/uio 0x05a77965 uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0x624305c0 uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0xc8c952c0 __devm_uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xf78c65c4 __uio_register_device +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x2bd611ae usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xe8d21eb5 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x23c062f6 cdns_set_active +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x35b79cc0 cdns_drd_gadget_off +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x3743fad0 cdns_suspend +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x8020e67a cdns_clear_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x87de6638 cdns_remove +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xc23ce7c4 cdns_resume +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xc33d25f8 cdns_drd_gadget_on +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xe5b69c07 cdns_init +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xe984fbd6 cdns_set_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xfc4c7f07 cdns_power_is_lost +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x19a6d61b hw_phymode_configure +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x5fd9ed4f ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x92edb0fb ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xd369c6e6 ci_hdrc_query_available_role +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x0e02bb6d imx_usbmisc_resume +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x49209a74 imx_usbmisc_hsic_set_connect +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x543c4b5c imx_usbmisc_charger_detection +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x8e3be458 imx_usbmisc_suspend +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x97cec6be imx_usbmisc_init +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xf4879dde imx_usbmisc_init_post +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x0382d183 __ulpi_register_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x32a70654 ulpi_unregister_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x585f083e ulpi_register_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x6e31c32a ulpi_read +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xab65efde ulpi_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xe01fca20 ulpi_write +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x0fde936c g_audio_setup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x12716a59 u_audio_get_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x1bdd3b95 u_audio_set_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x25cc1e51 u_audio_get_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x280c5125 u_audio_start_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x38ac76b7 u_audio_get_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x455aaad5 g_audio_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x46fa0939 u_audio_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x5b612aed u_audio_stop_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x63376bef u_audio_start_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xbb913b3b u_audio_set_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xd25a2068 u_audio_stop_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xde78d164 u_audio_set_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xebf64f10 u_audio_get_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xf20b329b u_audio_set_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x0772103e gether_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x088f9da6 gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x0a108311 gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x0d5507fe gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x11af42fe gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x1563150a gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x27cd4a5d gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x2ab09981 gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x2f887717 gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x529e37b7 gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x571e4c65 gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x5e20d144 gether_resume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x6ae4040d gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x77dd8bf1 gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x801ce9a7 gether_set_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xb1799da2 gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xd52f43f7 gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xe977311b gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x35660253 gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x58789b49 gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x60db48f5 gserial_get_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x77268a68 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xc0a01527 gserial_set_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xcec604e5 gserial_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xe7cd6eef gserial_resume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xe89dc424 gserial_alloc_line_no_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xfb78a286 gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x67d67759 ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x6c825859 ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x7064d74c ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x141fce2a fsg_common_remove_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1710b539 fsg_fs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1ccb58f7 fsg_common_set_num_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1d340b1b fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x23da264d fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x267737ee fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x2cda3752 fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x2d513444 fsg_show_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x309e85d5 fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x398778e1 fsg_ss_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x3c6a07d0 fsg_common_create_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x422afb75 fsg_store_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x423845e4 fsg_ss_bulk_in_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x458c09bd fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x46b376d8 fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x58362c7b fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x5a678202 fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x7e26d4a5 fsg_common_set_sysfs +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x942bbc48 fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x95cffb3e fsg_hs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x9a0221c7 fsg_common_free_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa5cae92f fsg_ss_bulk_out_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa5f99b69 fsg_fs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xab6c68ac fsg_config_from_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb3adf38d store_cdrom_address +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb52ba28a fsg_intf_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb54d0d95 fsg_fs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xbf072378 fsg_store_forced_eject +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xcf93ff21 fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xd1a3e8e0 fsg_common_create_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xd1f5615b fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xd7c1c752 fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xe4fa0858 fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xff503cbd fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x1b891cef rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x247f7977 rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x35da7487 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x49dbff2a rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x4cd26707 rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x7057a7b1 rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x81270b9b rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x8dbf2aa2 rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x8f7d7f5b rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x91ffa45f rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xbe345b9d rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xe6a7be8c rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xef7fd5ae rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xf014b306 rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xfa463ef3 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x03cf606e usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0973cdf0 usb_func_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0c589aba usb_validate_langid +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0d4cbcda usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x169e9a61 usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1b96e0bc usb_otg_descriptor_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1c072241 usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x21450962 usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x279323d3 usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2a5ab010 alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x31f3fea5 usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x41942e27 usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x457585cf usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x479602c3 usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4beb505d usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5e12a62d usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x670140b6 usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7030f968 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7148ceb2 usb_ep_autoconfig_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x79381c94 config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7fad1569 config_ep_by_speed_and_alt +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x84f135ad usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x86527717 usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8d5dedba usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa6645c84 usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xac045e0e usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xada2412d usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xaf13e5b6 usb_otg_descriptor_alloc +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbed338c0 usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbf1a5978 usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbf6291e6 usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xcb7e2419 usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd4ce16ef usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd5703368 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xdc8e1ac8 usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xec6428e8 usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/rzv2m_usb3drd 0xe61aac87 rzv2m_usb3drd_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x15bd815a udc_enable_dev_setup_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x25f2b767 init_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x4f145a56 udc_basic_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x5d01d078 udc_irq +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x6941b1ab udc_remove +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x7262ac33 udc_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x89aa5c8d empty_req_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xa4e704fe udc_mask_unused_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xcf7894d7 gadget_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xded79631 free_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x004c6380 usb_ep_fifo_flush +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x034964ce usb_gadget_frame_number +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x0a86292e usb_gadget_map_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x0c27cd28 usb_gadget_set_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x10702a45 usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x18a8a67a usb_gadget_udc_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x1bfcfd1d usb_gadget_register_driver_owner +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x1e4b59aa usb_gadget_ep_match_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x235cf1ab usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2af38e5f usb_ep_free_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2c53cadb usb_ep_disable +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x32b12ddc usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x3ea59b5d usb_ep_alloc_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x405d007d usb_ep_set_wedge +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x46c1bf5b usb_gadget_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x4867f96f usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x4fa2450c usb_ep_dequeue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x50b88f41 usb_get_gadget_udc_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x605487dc usb_gadget_vbus_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x784d9a58 usb_ep_enable +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x79c3b872 usb_ep_fifo_status +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x93d5fdc4 usb_gadget_giveback_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x975aeb6e gadget_find_ep_by_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x988de419 usb_gadget_set_remote_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x9e6ee237 usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xa1f0e0ee usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xa35f1da6 usb_del_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xa53cc3d2 usb_initialize_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xa6377d5a usb_gadget_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xac5667d9 usb_ep_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xb2466c24 usb_gadget_vbus_draw +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xbb6a5510 usb_gadget_check_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xbee6af28 usb_ep_set_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xbf4554d7 usb_gadget_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc3d4d06b usb_ep_set_maxpacket_limit +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc551eec4 usb_gadget_clear_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc8ac2c4f usb_ep_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc8fb2978 usb_gadget_unmap_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xd5b7ab49 usb_gadget_vbus_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xe7cbc2bc usb_udc_vbus_handler +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xebe204a0 usb_add_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xf18c6953 usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xf1dfde80 usb_gadget_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xf35c9e37 usb_gadget_activate +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-pci-renesas 0x19d6c1ad renesas_xhci_check_request_fw +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0x8c32c4ce xhci_plat_remove +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0xbb5a0443 xhci_plat_probe +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0xefb9ca1b xhci_plat_pm_ops +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x702adc23 ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x756a3aba ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x09492220 musb_mailbox +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x0b4a8834 musb_writeb +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x2734197f musb_readb +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x2834f53c musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x669594ad musb_clearw +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x6af8c6dc musb_writel +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x719a5e41 musb_readw +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x720ef0ce musb_queue_resume_work +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x7d26138e musb_set_host +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xade3e56c musb_writew +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xc5a4300f musb_get_mode +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xcee787a9 musb_set_peripheral +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xde857132 musb_root_disconnect +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xe59efb0e musb_clearb +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xf0f95e51 musb_readl +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x04cf2341 usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x98350b61 usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xd0f3facc usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xe6ad02cd usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xfe5277fe usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0xee6a32c6 isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x00d7c2a7 tegra_usb_phy_preresume +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x5fa1ac19 tegra_ehci_phy_restore_end +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0xb49e9eb0 tegra_ehci_phy_restore_start +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0xe2540235 tegra_usb_phy_postresume +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0xdfc18287 usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x165ef515 usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x232692e6 usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x3f1f4f38 usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x40c2d17c usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x431286b4 usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x4b0bd421 usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x84830633 usb_serial_claim_interface +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x9808b88e usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x9a745ce9 usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa05973dd usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa73630a8 usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa7c106d6 usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xadbd8c44 usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xbd51b593 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xbf187245 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc09be0e4 usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xc7497561 usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf21cb569 usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf68ed6e6 usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xfeef4471 usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0xa5361713 dp_altmode_remove +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0xaf00db64 dp_altmode_probe +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x0651d1a5 tcpci_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x6f497a3c tcpci_irq +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0xbe111953 tcpci_get_tcpm_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0xc529e32e tcpci_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x10ec6d2d tcpm_sink_frs +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x3b84657b tcpm_pd_transmit_complete +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x3e9b8a53 tcpm_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x76eeda4b tcpm_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x9e0bd753 tcpm_pd_hard_reset +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xb655342c tcpm_pd_receive +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xc37b9769 tcpm_cc_change +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xceb50012 tcpm_vbus_change +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xd680581d tcpm_port_clean +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xda86a83d tcpm_port_is_toggling +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xea220941 tcpm_tcpc_reset +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xeb779665 tcpm_sourcing_vbus +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x00d7b4b1 typec_register_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0236b353 typec_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0434e7fc typec_mux_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x05074d98 fwnode_typec_mux_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0b0f7bfd typec_switch_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1886a756 typec_altmode_exit +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1fe3b354 typec_cable_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x22503bec usb_power_delivery_link_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x22748d3b typec_port_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x23793a01 typec_plug_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x245cab6e typec_partner_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x282dd7a9 typec_retimer_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2ab2cdda typec_get_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2d1e301d typec_find_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2d35bb92 typec_switch_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x336d0dec typec_set_vconn_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3483c4aa typec_set_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x36ff6438 __typec_altmode_register_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3a1505df typec_altmode_notify +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3aa48448 usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3c58405f typec_get_negotiated_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3e745400 typec_cable_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x416d1f5f typec_partner_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x45c81bd4 typec_register_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4c9a2992 typec_switch_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4ce8e0b0 typec_altmode_get_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4cf6c674 typec_unregister_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x51c2ba4f typec_retimer_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5e8ba13d typec_altmode_enter +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x62c3b3a0 usb_power_delivery_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6b3d9465 typec_mux_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6b869980 typec_altmode_update_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6c9593c9 typec_retimer_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x706e88a5 typec_port_register_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x74a75031 typec_set_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7a098665 typec_unregister_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7b5fbfea typec_partner_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7ec7dbbd typec_unregister_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x81d5f639 typec_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x86521d45 typec_switch_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x87a137c0 typec_partner_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x89cf39ce typec_altmode_vdm +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8cd0c358 typec_set_pwr_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9049491e typec_find_port_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x906f6120 fwnode_typec_retimer_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x955ec13f usb_power_delivery_register_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x979d4b92 typec_altmode_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x99d0a99a typec_altmode_get_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9c7334c6 typec_retimer_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9e8f4458 typec_unregister_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa254de98 typec_find_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa5ceb522 usb_power_delivery_unregister_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa5ea5953 typec_altmode_attention +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa6767f3c typec_plug_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xad14e3e7 typec_port_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb3654f17 typec_altmode2port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb87676f5 typec_partner_set_pd_revision +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbae889f3 fwnode_typec_switch_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbf5a84f2 typec_partner_set_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc3493f5e typec_set_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc858454e typec_mux_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xca1986f1 typec_mux_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xce60841c typec_register_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd2fa1286 typec_switch_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd532f524 typec_partner_usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xdaddb00b typec_altmode_put_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe2a8da26 typec_switch_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe636f996 typec_retimer_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xea6126fd typec_cable_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xeafc1eb8 typec_find_port_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf1234a8b typec_find_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf1e2fef3 typec_cable_is_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf26a09c3 typec_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf372df2e typec_match_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf55e5cb8 typec_mux_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf56bae86 usb_power_delivery_unlink_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf7dc8699 typec_set_mode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfa817c03 typec_get_fw_cap +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfc8df340 typec_mux_put +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x0856681e ucsi_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x177f9ac6 ucsi_destroy +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x1d1ebf2c ucsi_connector_change +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x6508293a ucsi_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x6dbb4c1b ucsi_register +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x831fa526 ucsi_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x9a2bc923 ucsi_send_command +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xc62e1bb5 ucsi_create +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xf460ce5f ucsi_resume +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x1aa02af1 usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x42c9a08a usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x797b7c63 usbip_in_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x881a0b86 usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x8dcfa159 usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xa4636511 usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xb287c184 dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xb96a05d4 usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd02753dc usbip_header_correct_endian +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd13fc760 usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe1ea0586 usbip_dump_header +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xf3072dbb usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xf75c5929 usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xf816c6e4 usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xfa14253e usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x2d0bb410 vdpa_unregister_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x2fdd77e5 vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x5af2e4bc vdpa_get_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x5d10409d __vdpa_register_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x8fbe8aed __vdpa_alloc_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x96847b7a vdpa_set_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xb69e78f9 vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xdbc32a10 _vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xe2bc1fe2 _vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xf262bd96 vdpa_mgmtdev_unregister +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xfb31a38b vdpa_mgmtdev_register +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0x15d4dc8c vdpasim_schedule_work +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0xfb2726e9 vdpasim_create +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x10dd3bf0 vfio_pci_core_register_dev_region +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x164bbcc5 vfio_pci_core_match +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x18cbd5e9 vfio_pci_core_read +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x2559f20d vfio_pci_core_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x39d1cc75 vfio_pci_core_ioctl_feature +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x4cf699b8 vfio_pci_core_set_params +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x59d6d524 vfio_pci_core_aer_err_detected +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x5d15569a vfio_pci_core_err_handlers +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x80f739ab vfio_pci_core_unregister_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x86404cb0 vfio_pci_core_close_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x940846df vfio_pci_core_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x956bf5ea vfio_pci_core_disable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x9a21414a vfio_pci_core_write +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x9ca647be vfio_pci_core_request +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xb4012c2c vfio_pci_core_register_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xc1d10921 vfio_pci_core_init_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xce25520a vfio_pci_core_finish_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xd775512f vfio_pci_core_release_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xf1219ee6 vfio_pci_core_mmap +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xf47a32b3 vfio_pci_core_sriov_configure +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x1378105d vfio_platform_close_device +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x149b711c vfio_platform_mmap +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x1b4f3013 vfio_platform_write +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x21499323 vfio_platform_release_common +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x62ad2f52 __vfio_platform_register_reset +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x64cf3bb2 vfio_platform_read +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x963e48ab vfio_platform_unregister_reset +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xbf73010f vfio_platform_init_common +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xc31dc542 vfio_platform_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xe263714f vfio_platform_open_device +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x01a7aef0 vfio_iommufd_physical_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x0940ff70 vfio_iommufd_emulated_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x0a442c2e vfio_iommufd_emulated_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3de6c046 _vfio_alloc_device +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x48ee7465 vfio_device_set_open_count +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x49ad4b8c vfio_register_emulated_iommu_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x4d88ba71 vfio_file_enforced_coherent +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x50e77d35 vfio_file_set_kvm +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x557c0a8f vfio_iommufd_emulated_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x5d4bdc30 vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x60a634c4 vfio_info_cap_add +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x6b785cb7 vfio_unregister_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x6bae9b0d vfio_register_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x6eb89d36 vfio_virqfd_enable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x726158fe vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7d2ed4c3 iova_bitmap_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc3da0002 vfio_iommufd_physical_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc5388dc6 vfio_assign_device_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc72e1a0d vfio_iommufd_physical_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xcec76aa6 vfio_file_iommu_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xe7ae7d97 vfio_mig_get_next_state +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xe8b5c4bf vfio_virqfd_disable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xf481e625 vfio_file_is_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xfc948fcf vfio_file_has_dev +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0041c3e5 vhost_worker_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x00c2dbf2 vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0d64c82c vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1939b6b1 vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x220f2b93 vhost_vq_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x24bfa993 vhost_vq_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x26bc8ed1 vhost_vq_has_work +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2b4670ab vhost_chr_read_iter +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x30c770aa vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4541420a vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4857eee0 vhost_set_backend_features +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4a0874cd vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4b83cfc3 vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4ca1597c vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x516733ea vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x532f81bc vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x565fffdf vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x59db27da vhost_dequeue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5b9e467c vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5c96c3b3 vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6f98ef72 vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6ffb5d7c vhost_clear_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x758a78b0 vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7e66d3b0 vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x802ec37e vhost_vq_avail_empty +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x80912c56 vhost_vq_init_access +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x82cca9e6 vhost_vq_is_setup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x88ed62dd vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8b917da4 vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8ba63466 vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9987edb4 vhost_dev_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9af536ff vhost_enqueue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa8edc1dc vq_meta_prefetch +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa909cfc5 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xad0e829e vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb1a1929a vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb425180b vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc191f0af vhost_new_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc6439ccf vhost_exceeds_weight +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd3ad9809 vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xdb7008ce vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xde89ad2f vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe271bd58 vhost_init_device_iotlb +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfd2b3e45 vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x38ff875f vhost_iotlb_add_range +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x5f4e5249 vhost_iotlb_reset +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x69e872f9 vhost_iotlb_itree_first +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x6bec0e66 vhost_iotlb_del_range +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x83be64b9 vhost_iotlb_itree_next +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x885512a2 vhost_iotlb_add_range_ctx +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x8a7d8ee9 vhost_iotlb_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xa24517eb vhost_iotlb_free +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xc577832d vhost_iotlb_alloc +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xf9deb0db vhost_iotlb_map_free +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x4aaf9f83 ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x5ed9c755 ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xcad8408f ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xcd40dc05 ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xcf3ecc3e ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xe09254f5 ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xee5957ab ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0x638cef97 fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x2e3b8b1e sis_malloc_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x9f4f61a8 sis_free_new +EXPORT_SYMBOL_GPL drivers/w1/wire 0x050a6291 w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0x0cb98a99 w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x14a76ef8 w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x250f554c w1_touch_bit +EXPORT_SYMBOL_GPL drivers/w1/wire 0x4f0c0bb8 w1_triplet +EXPORT_SYMBOL_GPL drivers/w1/wire 0x63757e92 w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x91bf9410 w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xaafbf7a3 w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xcc1242ba w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0xd63064a6 w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xed7665f9 w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0xfce91f86 w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x16db3851 xen_front_pgdir_shbuf_alloc +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x4be6a7e0 xen_front_pgdir_shbuf_get_dir_start +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x63d0a47b xen_front_pgdir_shbuf_free +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xaf0197b2 xen_front_pgdir_shbuf_map +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xc09ba5cb xen_front_pgdir_shbuf_unmap +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x2bb91d7b xen_privcmd_fops +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x83a8fc63 xen_privcmdbuf_fops +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x43ebced9 dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x4b62826c dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x4dfd2024 dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x8a6c5f1b dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xab3038b6 dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcd224e1d dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x4a6fb871 nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x4ff95b71 nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x5a772644 nlmclnt_rpc_clnt +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x6b15b868 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x7ad2701f nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x7c6d11df lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9665034c nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9cbde0a0 nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xd9e25acd nlmclnt_done +EXPORT_SYMBOL_GPL fs/netfs/netfs 0x9b031470 netfs_extract_user_iter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0026052c nfs_check_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x016d634f nfs_get_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0294c6a2 nfs_callback_nr_threads +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0296a8d2 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x03dfc430 nfs_file_fsync +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x03eacb8c nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x044c83f5 __traceiter_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x050c07b1 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x069fbf7f nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0ac33187 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0c9124e7 alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10962bc2 nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x144d2a00 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x16efd9df nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1a16f770 nfs_async_iocounter_wait +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1dc8762b nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1e2d68b2 nfs_writeback_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1ecb4dd3 nfs_filemap_write_and_wait_range +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1f543dbd nfs_reconfigure +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x20561950 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x21ca32d7 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x222b206c nfs_client_for_each_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22d795a8 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x238eed76 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x24a1ca28 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x25b14562 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26732d5a nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x268032e6 __traceiter_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26efcd97 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x28f91b73 nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x29086fa3 __tracepoint_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2a528612 nfs_commit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2c3664eb nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3037b3ff nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x305267f6 nfs_read_alloc_scratch +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x308d1126 nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x31cdb508 nfs_d_prune_case_insensitive_aliases +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x32cef2a4 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x34566b51 __tracepoint_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x36f78a81 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x374f3d20 nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x38264ec7 nfs_wait_on_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x38cc4ad1 nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3a99e048 nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3b4c8da7 nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3d773461 nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x406e40a1 nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40739385 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42416127 nfs_sysfs_add_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42623c0f nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x450becc7 nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x468f1678 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4aa60de7 nfs_release_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4c043de3 nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4e7a70d6 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4eb5e7cf nfs_alloc_fattr_with_label +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x50616ae0 nfs_free_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x530a3088 nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5479e1c0 nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5742ac0a nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x584b8482 nfs_inc_attr_generation_counter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e36d163 nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5eee397d __traceiter_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5f44c55f nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x60a3753a nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x60a68179 nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x65ceae0e nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x695e404d nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e034569 nfs_probe_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e2351a9 nfs_pageio_resend +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e50f406 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e81f032 __SCK__tp_func_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7053c9d1 nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73dff4c0 __SCK__tp_func_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x741b4011 nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x755a4388 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x79768b07 nfs_add_or_obtain +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7981aebe nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x79c362d7 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x79da7741 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7a2e89f3 nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7aea65d4 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7b3db5d4 nfs_sync_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7b4882da nfs_client_init_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7e202e89 __tracepoint_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7ef9f460 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7f19c769 nfs_client_init_is_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8499de4f nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x87a7c926 nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8e592aa7 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8f31bc2d nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91439bb4 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x92b155ac get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x936cce9e nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x95007f7e __SCK__tp_func_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x968050f0 nfs_set_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x96f2c1f0 nfs_access_get_cached +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9829bd09 nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98aeaa2f nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b0ece8 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9a4a051b nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa098feb9 nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa109f309 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa158dc3a nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa1b63f53 nfs_try_get_tree +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa217504e put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa23abb19 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa5c1b348 nfs_set_verifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa942ea05 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaafd4acc max_session_cb_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xad727423 nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb3030003 nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb3305e65 nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb37e80ba nfs_pgio_current_mirror +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb3e89059 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb65be2fc nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb6b97338 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb71284da nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb7d6eda9 nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb9e949cc nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbbdda3c4 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbcc60c8d __tracepoint_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbedbd124 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3a2be67 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc4d8f871 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6c8b8f1 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6fb27ce nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc7e675e6 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc9d90f07 nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcafb6abd nfs_request_add_commit_list_locked +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xce489b18 nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcf15bd1f nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd23cfb60 nfs_sysfs_link_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2ea60f6 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdcce498b nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdf9ee42c nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdfc1310c nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe0e5ca9c nfs_scan_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe115ed80 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe31b459b nfs_put_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe3acc4dc nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe4b4e2fc nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe65ee18a register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe7134f81 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe728fdd0 nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe7e81a39 nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe8b626b5 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeb09355b __traceiter_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf0b14af2 nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf2e557aa nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf3146239 nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf4c083ca nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf7e8dffb nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf96f04c4 __SCK__tp_func_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf9d0a753 nfs_clear_verifier_delegated +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfaf1b2c0 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc987d4d nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xff1d13a8 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xffb80e22 nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0x59600074 nfs3_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x02da1276 __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x054bef45 layoutstats_timer +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x068c80d2 pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x087c506c __traceiter_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x08b2c467 __SCK__tp_func_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x09a09d16 nfs4_mark_deviceid_available +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x09b4aebe nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0bd06bd1 __tracepoint_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0ce1856f nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0d381e90 __tracepoint_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0ff289f3 __SCK__tp_func_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x10781330 __traceiter_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x132e835a pnfs_nfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1556dee2 __traceiter_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x188cc578 nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x18b41178 __tracepoint_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x191d9434 pnfs_generic_search_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1bcbf8d7 nfs4_pnfs_ds_put +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1c6407ef pnfs_read_resend_pnfs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1d57c82c __tracepoint_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2124332d pnfs_generic_commit_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2174b794 __tracepoint_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x23e15a40 pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x27ad47ea __SCK__tp_func_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x299d029b nfs4_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x29e144cd pnfs_report_layoutstat +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2e5f1a95 pnfs_generic_pg_check_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2f1e21ba __tracepoint_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3024a0ce nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x30528f5a __traceiter_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x30a44ac3 __SCK__tp_func_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x328ef537 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3424e815 pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x34d2c69b nfs4_pnfs_ds_connect +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x35cb82af nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x38c37964 pnfs_free_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x39654f5b pnfs_generic_pg_cleanup +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3b0f130d nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x402f0e5c pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4165250c pnfs_generic_clear_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x42e17208 __traceiter_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4b526ec0 pnfs_layoutcommit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4c46c695 pnfs_error_mark_layout_for_return +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5074c8f6 nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x52dc1d6d pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x533c198f __SCK__tp_func_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5487be06 pnfs_generic_ds_cinfo_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x555bb1db __tracepoint_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x57356f09 nfs4_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x579126b8 __SCK__tp_func_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x58cb5f73 pnfs_generic_prepare_to_resend_writes +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5a4314e9 __SCK__tp_func_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6085edbd nfs_map_string_to_numeric +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x667c5a78 pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x68ff440b __traceiter_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69d3558d pnfs_generic_rw_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6b6cf3d4 nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6e428a19 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6e637af7 __tracepoint_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6eb842d7 nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x74b105e1 nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x785c06ab __SCK__tp_func_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7a4e7f4e __SCK__tp_func_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7cd013a8 __SCK__tp_func_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7d1c65da __traceiter_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7dad6737 pnfs_layout_mark_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x802046c5 __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x82ca22ea pnfs_generic_ds_cinfo_release_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x869ea71b pnfs_generic_write_commit_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8a4ad667 pnfs_generic_pg_check_range +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8be24f50 __tracepoint_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8e3482e4 __traceiter_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x98ac47d1 __traceiter_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9b868af5 nfs4_decode_mp_ds_addr +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9ba0e124 __traceiter_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9d5ffd49 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa00cc9ca __traceiter_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa497f1ca nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xae9fd49f nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb563a05f nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb5d60447 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb74c31b1 pnfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb76e6267 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb993665a pnfs_generic_recover_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xba21beeb pnfs_generic_scan_commit_lists +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xba53a1ef __SCK__tp_func_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbbfbe7b1 pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc151f39c pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc266cc7d pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc7a9d954 __SCK__tp_func_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc8aa965c __traceiter_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcb408f9e pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcc177ba1 pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xccd6c095 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xce9b2bab nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd2eed602 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd47333c2 __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd4994d03 nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdd342fa8 __tracepoint_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdf6991a4 __SCK__tp_func_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe201e679 nfs4_test_session_trunk +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe5bc71cc nfs42_proc_layouterror +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe67865dc nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe7fcfb5b __traceiter_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed46583f pnfs_alloc_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf5c46290 pnfs_generic_layout_insert_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf7801360 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf932c3eb pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf999267e pnfs_generic_commit_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfc0122e3 pnfs_add_commit_array +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x1fe1e1ad locks_end_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x3f664064 locks_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x7a0e2f96 locks_start_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0xfc1a0c89 opens_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x45ea7ebe nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x4bc16b77 nfs_stream_decode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xbe75ace3 nfsacl_decode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xf48d571b nfs_stream_encode_acl +EXPORT_SYMBOL_GPL fs/nfsd/nfsd 0xdc2b43c7 nfsd4_ssc_init_umount_work +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x36dc344c o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4900035b o2hb_stop_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x571acc24 o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x58c88ff2 o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x5e95a4b2 o2net_send_message_vec +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x6a0c3847 __mlog_printk +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x747c4a09 o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x81a17396 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x923ec92e o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x9bcb5b55 o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa941cb47 o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xb6ebf62a o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xb74c1241 o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbd13ee5d o2hb_check_node_heartbeating_no_sem +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc4d99852 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd859ac8c o2net_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf1a5611d o2net_unregister_handler_list +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf56c2017 mlog_not_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf982e6db o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xfcbf72ee o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xfe1298f3 o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x28ca0a63 dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x3dfed0ef dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x5aee23a4 dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x73e6e9f4 dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x92668fcd dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x926779dd dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd7ba575e dlm_errmsg +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd8fa57a6 dlm_unregister_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x00f14120 ocfs2_kset +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x0a726931 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x0cfd3fc5 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x1475f64b ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x424c0c6e ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x48355cfb ocfs2_plock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x723dfee4 ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x76f40744 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x9507547f ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xaf969565 ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xc5196999 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xc9fae756 ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xcafdd707 ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xd344e4ee ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xd806a273 ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x425599fb register_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x43cc3d4b pstore_blk_get_config +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0xd9a25955 unregister_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0xafaf6dc1 register_pstore_zone +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0xb097d839 unregister_pstore_zone +EXPORT_SYMBOL_GPL fs/smb/common/cifs_arc4 0xabd9af6d cifs_arc4_crypt +EXPORT_SYMBOL_GPL fs/smb/common/cifs_arc4 0xc4c73891 cifs_arc4_setkey +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0x798f3830 cifs_md4_init +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0xceecd9e4 cifs_md4_final +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0xdef1096d cifs_md4_update +EXPORT_SYMBOL_GPL lib/842/842_compress 0xcf048a91 sw842_compress +EXPORT_SYMBOL_GPL lib/842/842_decompress 0xa4adedf1 sw842_decompress +EXPORT_SYMBOL_GPL lib/bch 0x0c303f52 bch_encode +EXPORT_SYMBOL_GPL lib/bch 0x0d3e3481 bch_free +EXPORT_SYMBOL_GPL lib/bch 0x1a267fa8 bch_init +EXPORT_SYMBOL_GPL lib/bch 0x860a2eab bch_decode +EXPORT_SYMBOL_GPL lib/crc4 0x696b3a5a crc4 +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x0105b595 des_encrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x574eda34 des3_ede_decrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x856a5ef3 des3_ede_encrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa6aa9857 des_decrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa77b3b62 des3_ede_expand_key +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa8fb743d des_expand_key +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0x39e8fa4b poly1305_update_generic +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0x4a833012 poly1305_final_generic +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0x8c874435 poly1305_init_generic +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x76e22caa notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xff54b8cc notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/polynomial 0xb8b44e50 polynomial_calc +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x1803a6ed raid6_2data_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x804a5b70 raid6_call +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0xe4b051cf raid6_datap_recov +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x1d29b9e1 decode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x561835eb init_rs_non_canonical +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x63adbf92 encode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xa32f3d9e decode_rs16 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xeb2f825c init_rs_gfp +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xfd581da1 free_rs +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0x353da09f lowpan_header_compress +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0x61412df1 lowpan_header_decompress +EXPORT_SYMBOL_GPL net/802/garp 0x0c8011bc garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x6926c186 garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0x70a183ea garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x964dba00 garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0xce659f65 garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0xf42b10b3 garp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0x49ca5210 mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0x6a5e0658 mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x6e3bfd23 mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x791b3862 mrp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0x8693e8c0 mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xda342b69 mrp_request_leave +EXPORT_SYMBOL_GPL net/802/stp 0x26a6055c stp_proto_register +EXPORT_SYMBOL_GPL net/802/stp 0xa94f97b7 stp_proto_unregister +EXPORT_SYMBOL_GPL net/9p/9pnet 0x3c3c4e6e p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/9p/9pnet 0x8d339ceb p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/atm/atm 0xb09faf79 register_atmdevice_notifier +EXPORT_SYMBOL_GPL net/atm/atm 0xcfb6a3da unregister_atmdevice_notifier +EXPORT_SYMBOL_GPL net/ax25/ax25 0xac93ae05 ax25_bcast +EXPORT_SYMBOL_GPL net/ax25/ax25 0xaeb7451e ax25_defaddr +EXPORT_SYMBOL_GPL net/ax25/ax25 0xeab555db ax25_register_pid +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x21ef55de bt_debugfs +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x4d51b5e2 l2cap_chan_del +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x858d896e l2cap_add_psm +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x88a277b9 l2cap_chan_connect +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x89d6eaf1 l2cap_chan_put +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xb0a736de l2cap_chan_list +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xd019e1f9 l2cap_chan_send +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xeb087f69 l2cap_chan_set_defaults +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xf7f84ec3 l2cap_chan_create +EXPORT_SYMBOL_GPL net/bridge/bridge 0x0aeb7838 br_vlan_get_pvid_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0x1453e6d0 nf_br_ops +EXPORT_SYMBOL_GPL net/bridge/bridge 0x3745fba9 br_vlan_get_proto +EXPORT_SYMBOL_GPL net/bridge/bridge 0x390dc0b4 br_fdb_find_port +EXPORT_SYMBOL_GPL net/bridge/bridge 0x4c05d275 br_dev_queue_push_xmit +EXPORT_SYMBOL_GPL net/bridge/bridge 0x4dd02c22 br_multicast_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x516d8ecc br_get_ageing_time +EXPORT_SYMBOL_GPL net/bridge/bridge 0x5c71cfbe br_port_get_stp_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0x69df814e br_multicast_has_router_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x6bd56c38 br_vlan_get_pvid +EXPORT_SYMBOL_GPL net/bridge/bridge 0x77295652 br_multicast_has_querier_anywhere +EXPORT_SYMBOL_GPL net/bridge/bridge 0x841c302b br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x850a292f br_mst_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x87051e1d br_vlan_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x8d47feff br_forward +EXPORT_SYMBOL_GPL net/bridge/bridge 0x90e5e676 br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x9626ae08 br_forward_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x99e9a056 br_mst_get_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0x9a848826 br_vlan_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0xa6f2a096 br_fdb_clear_offload +EXPORT_SYMBOL_GPL net/bridge/bridge 0xa764fd5c br_mst_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0xa860dae2 br_multicast_router +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd76c7827 br_handle_frame_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0xee88ad0b br_vlan_get_info_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf35842ec br_port_flag_is_set +EXPORT_SYMBOL_GPL net/dccp/dccp 0x094bd008 dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x09e9e0b3 dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0x10aaca2d dccp_destruct_common +EXPORT_SYMBOL_GPL net/dccp/dccp 0x131ac6c5 inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0x182ec2bf dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x203ce322 dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x319087c7 dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x347fff6d dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x359c98ee dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x426f4b9b dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x51391926 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5176b35e dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0x54cb7c25 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x693d30e4 dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0x73ab4a79 dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x80993155 dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8171199a dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0x841bb202 dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x91d0d037 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x973c3216 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9df238f4 dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9fb7bac6 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa01e51a4 dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0xaf36af70 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbfa7903f dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc63aaf2d dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc6761f99 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd75b7072 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd7cdb975 dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0xda1a18ab dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe28901b9 dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe2d35ef7 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xeb20a78d dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xee208f36 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf0034880 dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfe48e766 dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfe931715 dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x3efa175f dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x4f6e064d dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x84ac2221 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x951c16a0 dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xb99b3d69 dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xfad0303b dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x04edc6cf dsa_tag_drivers_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x09e8dc25 dsa_devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0b0348ea dsa_tag_8021q_bridge_leave +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0ba3d4bd dsa_devlink_params_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0c6039ac dsa_flush_workqueue +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x11656e05 dsa_tag_8021q_find_port_by_vbid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x14a29261 dsa_devlink_port_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1dda802c dsa_mdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x2881c3ae dsa_register_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x3453c0dd dsa_devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x417d1fed dsa_8021q_rx_switch_id +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x45ca5090 dsa_tag_8021q_bridge_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x53153921 dsa_tag_8021q_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x68842e15 dsa_8021q_rcv +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x6aa934bf dsa_switch_resume +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x6acd638f dsa_devlink_resources_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x6c1f9ff6 dsa_tag_8021q_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x84b8375f dsa_devlink_params_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x872a64b5 dsa_slave_dev_check +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x8a54f3ea dsa_tag_8021q_bridge_join +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x8ae08d2b dsa_switch_shutdown +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x930b085f dsa_8021q_xmit +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9a5983e8 dsa_tag_drivers_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9ca4ded2 dsa_switch_suspend +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9e59271d dsa_8021q_rx_source_port +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9fc51872 dsa_devlink_resource_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc0eed5ef dsa_fdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc23e8d5f dsa_devlink_region_destroy +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc842ec01 dsa_port_from_netdev +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd077e855 dsa_devlink_param_get +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd59cc8d2 dsa_port_phylink_mac_change +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe6df1174 dsa_switch_find +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe7a805eb dsa_enqueue_skb +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe7aea12f dsa_unregister_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe8fbfa48 dsa_devlink_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf13e1803 vid_is_dsa_8021q +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf541158a dsa_tag_8021q_standalone_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xfd3e2b67 dsa_devlink_param_set +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x02b58830 ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x0b492dcf ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x10552946 nl802154_scan_event +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x60cecf25 ieee802154_mac_cmd_pl_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x6a06cd38 nl802154_scan_started +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x8747d085 nl802154_beaconing_done +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x87e2553b ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x98655d37 ieee802154_beacon_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xa492cdc1 ieee802154_mac_cmd_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xd1bb49a1 nl802154_scan_done +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xe1ddeb04 ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xe4a1c05c ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ife/ife 0x2f204a13 ife_decode +EXPORT_SYMBOL_GPL net/ife/ife 0x6210e871 ife_tlv_meta_next +EXPORT_SYMBOL_GPL net/ife/ife 0x67db2029 ife_tlv_meta_decode +EXPORT_SYMBOL_GPL net/ife/ife 0xe7888e98 ife_tlv_meta_encode +EXPORT_SYMBOL_GPL net/ife/ife 0xef768f2a ife_encode +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x1a6a21b6 esp_input_done2 +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xa8627abe esp_output_head +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xfd738441 esp_output_tail +EXPORT_SYMBOL_GPL net/ipv4/gre 0x810e1765 gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xac9fe7b2 gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x1a088be5 inet_diag_msg_common_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x2ba99e79 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x3a487472 inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x6f1d42b8 inet_diag_find_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x84ff02ba inet_diag_msg_attrs_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xae78c1e0 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xb01bdb18 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xe126141c inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xfbd64732 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0x1e7cdf39 gretap_fb_dev_create +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x18a04291 ip_tunnel_encap_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x2c85c15e ip_tunnel_delete_nets +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x300fa71a ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x38d002b5 __ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x6ffe7cad ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x70811f66 ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x75949921 ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x75db32fe ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x8b4f138e ip_tunnel_ctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xa888173c ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb07955b4 ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb66f90c6 ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xbe940ac6 ip_md_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xbf449872 ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xcb91e561 ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xdf6fd43e ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xf1e85d80 ip_tunnel_siocdevprivate +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x34e26ee7 arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x4f977dd2 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x54b13601 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x57aa835b nf_defrag_ipv4_disable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0x3bb9e2f4 nf_dup_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x130ae41f nf_send_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x176139b1 nf_reject_skb_v4_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x5f2790de nf_reject_ip_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x84927a89 nf_reject_iphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x9f6ecfac nf_reject_ip_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xf5b4a25f nf_send_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xffef9b19 nf_reject_skb_v4_tcp_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0x8c04858e nf_sk_lookup_slow_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x02d21c41 nf_tproxy_laddr4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0xc4e5a1f7 nf_tproxy_handle_time_wait4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0xd8379c74 nf_tproxy_get_sock_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x2f910da1 nft_fib4_eval +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0xfdc11a0b nft_fib4_eval_type +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x023c32aa tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x30689310 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x865b588c tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xa19faa31 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xbcece1ee tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x1d6cda00 udp_tunnel_xmit_skb +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x35203375 udp_tunnel_drop_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x3621b4cd udp_tunnel_sock_release +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x39bf5fd8 udp_tunnel_notify_add_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x536d2d72 setup_udp_tunnel_sock +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x625499c8 udp_tun_rx_dst +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x7d8c7ee0 udp_tunnel_push_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xab21ede3 udp_tunnel_notify_del_rx_port +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x13023cfc esp6_output_head +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xa4dd8e04 esp6_output_tail +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xc84edb94 esp6_input_done2 +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x79bdf70d ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x95ffcecc ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xf75dabb8 ip6_tnl_encap_setup +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x0f44b930 udp_sock_create6 +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x1539ae5c udp_tunnel6_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x9acc61bc ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x941a4404 nf_defrag_ipv6_disable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xc1aca7cb nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xc56527ad nf_ct_frag6_gather +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0x5156e391 nf_dup_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x06b40e0c nf_reject_ip6_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x16ce4e69 nf_send_unreach6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x6d59be81 nf_reject_ip6hdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xa02535d9 nf_send_reset6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xa15a6796 nf_reject_skb_v6_tcp_reset +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xad855c91 nf_reject_ip6_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xfe0a8ce0 nf_reject_skb_v6_unreach +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0x0b6324e7 nf_sk_lookup_slow_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x0a591823 nf_tproxy_get_sock_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x24984372 nf_tproxy_laddr6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x385d0044 nf_tproxy_handle_time_wait6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x056c4786 nft_fib6_eval_type +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x52cc3cdd nft_fib6_eval +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0a4a010a l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x24c7a813 l2tp_session_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x28bddacd l2tp_tunnel_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x291813b8 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x3a63624c l2tp_tunnel_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x3e442faf l2tp_session_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5a6a529e l2tp_tunnel_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x67a6c7a1 l2tp_session_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7323896b l2tp_session_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x769f4713 l2tp_tunnel_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x76bfb12b l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x79a65163 l2tp_tunnel_get_session +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x84bad2f6 l2tp_sk_to_tunnel +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x8b651747 l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9775c578 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9a3c7c5c l2tp_session_get_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa7a5e63b l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc2a82add l2tp_recv_common +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc9e84c43 l2tp_session_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd059f435 l2tp_tunnel_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf81d5bad l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_ip 0x0d0beb33 l2tp_ioctl +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x5b43e02e l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x005bd3c8 ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0938f247 ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x16ad7c5f ieee80211_tkip_add_iv +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x180bc4e3 ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1dab0efe ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4f2431ee ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x627bc125 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x643a6b2d ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x65e5c748 ieee80211_iterate_stations_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x6c85413f ieee80211_find_sta_by_link_addrs +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x6edd11fe ieee80211_obss_color_collision_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7681542c ieee80211_iterate_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x80cb8990 wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8af7603d ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9549eef7 ieee80211_hw_restart_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x965d0ccd ieee80211_calc_tx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x973b0f7d ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x980cf4b7 ieee80211_update_mu_groups +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9e1c1431 ieee80211_key_replay +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa9793058 ieee80211_iterate_active_interfaces_mtx +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xaffe71eb ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb0b6125c ieee80211_set_active_links +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc30626e7 ieee80211_color_change_finish +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd004ea88 ieee80211_key_mic_failure +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd211e841 ieee80211_set_active_links_async +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xdb0db9e8 ieee80211_vif_to_wdev +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xea792270 ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xed488c8d ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xff8c04b9 ieee80211_calc_rx_airtime +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x8ee316eb nla_get_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xb8e88272 nla_put_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xd440cfea mpls_pkt_too_big +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xd449adfb mpls_dev_mtu +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xe0ec90ff mpls_output_possible +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xe610be76 mpls_stats_inc_outucastpkts +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1af49675 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x22d966c6 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x36ec27ab ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x38075e92 ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x3d0855fd ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x4329d1c8 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x44a95162 ip_set_put_flags +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6c7533a2 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x73440145 ip_set_init_comment +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x829b1ad1 ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x8afb99bc ip_set_match_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x965195b1 ip_set_put_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9fdf59d5 ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa4e4a759 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa9c58cf2 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb07b87d2 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb39100f6 ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb6437ee1 ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd60a4278 ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf7d99258 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x2b88d335 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x4eeb5b82 register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xeda87b24 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xf67a4b76 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x24b92511 nf_conncount_gc_list +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x4e22e561 nf_conncount_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x684c79cc nf_conncount_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x76a9e0e4 nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xded40268 nf_conncount_list_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xe2214b8e nf_conncount_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xf2a1dbb9 nf_conncount_cache_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x022d8055 nf_ct_tmpl_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0460ec0f nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bc00f80 nf_nat_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1747a5af nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x190ad2b5 nf_conntrack_helpers_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1c9ed4ca nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1e9a2f37 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1f9f6f81 nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x229513f7 nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x237fef74 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x24dd9e8c __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x27874eb0 nf_nat_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x288c597e nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x28eff409 nf_conntrack_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x290940ce nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x299cea6d nf_ct_acct_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2c278c7e nf_ct_remove_expect +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2c2f2b1c __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2d45949e nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2d7942d1 __nf_ct_change_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2eb0bbbc nf_conntrack_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x38040573 __nf_ct_change_status +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x396a4217 nf_nat_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x39e599d7 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3e1032dd nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x44c3a6e7 nf_ct_netns_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x48cbf5ba nf_ct_set_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x497bebe0 nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4a258089 nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4a65a52c nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5818d1d4 nf_ct_bridge_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x58936f8a nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x591a1389 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x597fc032 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x65ef5a51 nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6770018e nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6c8170bc nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e84da17 nf_ct_bridge_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x752f0aa2 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7656e3b2 nf_connlabels_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7772e0c0 nf_ct_change_status_common +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7a6bc840 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7f477a18 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x810e0969 nf_ct_netns_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x83d7aa50 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8b61e11c nf_conn_pernet_ecache +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8f625ecc nf_ct_handle_fragments +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x98f7725f nf_ct_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9adb7399 nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9c293f01 nf_ct_iterate_cleanup_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9f95eac5 nf_conntrack_eventmask_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa22cdbcb nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa31fcc3b nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaf0847f0 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xafca59d9 nf_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb301557e nf_ct_add_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb39356f5 nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xba443a1f nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbb39f0a1 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbe21455d nf_ct_tmpl_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc05dc78b nf_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc2357a5b nf_ct_expect_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc2584ef5 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc268261e nf_ct_timeout_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc498dea0 nf_ct_helper_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc59885c6 nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc6ef6ff6 nf_ct_destroy_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc858e414 nf_nat_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcab417ca nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd3f6e209 nf_conntrack_helpers_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd505c3e0 nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd5560cd2 nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd6cfda6e nf_ct_untimeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd78dea35 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd8d8934c nf_ct_expect_iterate_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd9986b8d nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xda3192d7 nf_ct_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdba7326b nf_conntrack_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdca58736 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdd255db8 nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe138b10f nf_conntrack_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe25cff42 nf_ct_get_id +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe2f6bd8a nf_ct_ecache_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe3eea116 nf_ct_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe4489724 nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe7ed7000 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xea194c3d nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec8beba6 nf_ct_expect_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xed0ea7e9 nf_connlabels_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xed8ce59f __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xef13f9bb nf_ct_skb_network_trim +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf10d742b nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf21667d0 nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf2704d68 nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfa916698 nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x1855e775 nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0xa0e766a2 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x587753de nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x205f5913 get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x6420ea1a nfct_h323_nat_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0xa9559a9f nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xa4edf5f3 nf_nat_pptp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x21ef4da8 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x66e1858e ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x6770f5c1 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x84c995ff ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x8dac3ce2 ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xd92dde79 ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xf62bdcf8 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x7cd2ba44 nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x9f573830 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0xb513ec5d nft_fwd_dup_netdev_offload +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0xe8562e6f nf_dup_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0xf9207e9c nf_fwd_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x00f9a231 nf_flow_rule_route_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x079e39b9 nf_flow_snat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x0e76a27c flow_offload_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x28bf95e8 nf_flow_dnat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x306452e3 flow_offload_add +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x3c6eb571 flow_offload_refresh +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x3f12e3bc flow_offload_teardown +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x5817cee0 nf_flow_table_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x774fbe59 flow_offload_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x7df7c159 nf_flow_table_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x899b87a3 flow_offload_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x91b80bb2 flow_offload_route_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xebb80356 nf_flow_table_offload_setup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xec267b02 nf_flow_table_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xf83e0b54 nf_flow_rule_route_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xff358733 nf_flow_offload_ipv6_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xff5e62d9 nf_flow_offload_ip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x185184e9 nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x314279ee nf_nat_ipv6_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x36640105 nf_nat_inet_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3bc17c49 nf_nat_masquerade_inet_register_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x40708cce nf_nat_redirect_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x4932a0c6 nf_nat_masquerade_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x5bcf19c2 nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x5e59b4f8 nf_nat_inet_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x67c103d7 nf_nat_inet_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x6c89c8d0 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x85e50137 nf_nat_ipv4_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x8e90280f nf_nat_redirect_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x99d29beb nf_ct_nat +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb3295308 nf_nat_ipv4_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xbd0d60f7 nf_nat_ipv6_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc947e5f4 nf_nat_exp_find_port +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd55f2909 nf_nat_masquerade_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd9c25654 nf_nat_masquerade_inet_unregister_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xe021ba15 nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xf31e1a75 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1f099794 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x59c0b67f nf_synproxy_ipv4_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x5c8ded1a nf_synproxy_ipv4_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x5da6c80a ipv6_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x838f2155 synproxy_recv_client_ack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x902027f6 synproxy_send_client_synack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x98753643 synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x99805e9f nf_synproxy_ipv6_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x9ccd05fa nf_synproxy_ipv6_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb6b70bb1 synproxy_send_client_synack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xbcf19068 synproxy_recv_client_ack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xca9fc082 synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xdf58882b ipv4_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x00fe6d6d nft_chain_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x058eeb14 nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0861b908 nf_tables_destroy_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0a3b6d95 nft_chain_validate_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0ab67e74 nf_tables_deactivate_flowtable +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0b582a29 nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0f1f16fb nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x178a4706 nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1c6bd8aa nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2545aca8 nft_expr_reduce_bitwise +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2711997a nft_meta_set_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x286aec90 nft_parse_register_store +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3092b7d4 nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3251d762 nf_tables_trans_destroy_flush_work +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x338e5176 __nft_release_basechain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3acacbd6 nft_chain_validate_dependency +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3ddf6d6f nft_reg_track_update +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4045f0d6 nft_set_lookup_global +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x41b71e65 nft_trace_enabled +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x42495a71 nf_tables_activate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4cecbb60 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4f8274a7 nft_unregister_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x51683bd1 nf_tables_deactivate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x79478273 nft_request_module +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x79f624c8 nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8060202b nft_register_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8541dd54 nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x87b98cfc nft_unregister_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa2eee127 nft_obj_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb23eed54 nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb42e981b nft_meta_inner_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb5acb9be nft_meta_get_reduce +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd3b398cb nft_meta_set_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd6982ec4 nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xde57b5f5 nft_parse_u32_check +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe2b8cc13 nft_parse_register_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe3a45f3d nft_register_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe3c5201f nft_set_catchall_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe5320520 __nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe7d4c044 nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xec8a5f2e nf_tables_bind_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xed649d84 nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xed84fe5b nft_data_release +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xee8c4152 nft_dump_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf02f141a nft_flowtable_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf63cdd96 nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf9af9e2b nft_obj_notify +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xff4d3220 nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xffe2951c nft_set_elem_destroy +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x08715ef2 nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x1322ff6b nfnetlink_broadcast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x45a0edf0 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x68004bc7 nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xd2ba00bf nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb4f69f9 nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xf440820e nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x53de2450 nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x6e9a09c1 nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xcd1a97c8 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x35eff5e0 nf_osf_fingers +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x80a729a2 nf_osf_match +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x9a289cc8 nf_osf_find +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x0704917a nft_fib_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x3a3f173e nft_fib_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x5f9d211a nft_fib_init +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xb0ea6d02 nft_fib_reduce +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xd71410a5 nft_fib_store_result +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x13753c3b nft_reject_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1de558c1 nft_reject_icmpv6_code +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x65880366 nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x9d46ccf8 nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xde33bcde nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xe2c84666 nft_reject_icmp_code +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x02174666 xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x04e27719 xt_compat_flush_offsets +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x05d793b2 xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x075a0af8 xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x0bcd5084 xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x179cd4ec xt_unregister_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x502d521d xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x552c22de xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x60503ae4 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x670f9f2d xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6c189d53 xt_register_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7bce4603 xt_data_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7c245ec2 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x823edea5 xt_compat_add_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x8a0c097e xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x98b3c8b7 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9c995c69 xt_percpu_counter_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa7c94f1d xt_compat_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xac139af4 xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbd6c3f65 xt_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbfacb837 xt_percpu_counter_free +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc3d493cd xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc7fae024 xt_compat_calc_jump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xcc95a2a3 xt_request_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd07349ec xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd1e246a2 xt_compat_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd3fcc511 xt_tee_enabled +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xdcd3c837 xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xddf68fc6 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xdf7675d8 xt_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe5df3b63 xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xeda7742f xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf6abeb06 xt_copy_counters +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xff766262 xt_hook_ops_alloc +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xa2a47b5c xt_rateest_put +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xc182beae xt_rateest_lookup +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x27476a2a nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x2b3703e4 nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0xcb5fedd0 nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x3848d14d nci_uart_set_config +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x3a4cf523 nci_uart_register +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xaaf916b1 nci_uart_unregister +EXPORT_SYMBOL_GPL net/nsh/nsh 0x7ecb943c nsh_pop +EXPORT_SYMBOL_GPL net/nsh/nsh 0xc43203fa nsh_push +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x10d5c968 __ovs_vport_ops_register +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x2c67df39 ovs_netdev_link +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x75d9b78e ovs_vport_ops_unregister +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x763810cf ovs_vport_free +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xb8b87b33 ovs_vport_alloc +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xe6a5fa52 ovs_netdev_tunnel_destroy +EXPORT_SYMBOL_GPL net/psample/psample 0x48de4c6d psample_sample_packet +EXPORT_SYMBOL_GPL net/psample/psample 0xd0ae9b62 psample_group_get +EXPORT_SYMBOL_GPL net/psample/psample 0xe6a86c15 psample_group_put +EXPORT_SYMBOL_GPL net/psample/psample 0xf9d1438b psample_group_take +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x00829b4b qrtr_endpoint_post +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x1f949df6 qrtr_endpoint_register +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x6a5663f5 qrtr_endpoint_unregister +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x8d25501f qrtr_ns_remove +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0xa47e91ba qrtr_ns_init +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x05113835 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x0879401a rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0x16a29d86 rds_conn_path_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x20c5e653 rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x25695e21 rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x2b0d543c rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x2d41bb4e rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x36087aa4 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x4154ff0b rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x45a4781e rds_addr_cmp +EXPORT_SYMBOL_GPL net/rds/rds 0x47a3a341 rds_send_xmit +EXPORT_SYMBOL_GPL net/rds/rds 0x582fe5cf rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x585f567b rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x651debe2 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x6572573b rds_conn_path_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x6b811d52 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x7ecc4be9 rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x8051ccc9 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0x82cbdbab rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x85e4e520 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x887ee8b5 rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x9dcbbbf0 rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0x9ecb724c rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0xa2bfbc61 rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xab4f311b rds_inc_path_init +EXPORT_SYMBOL_GPL net/rds/rds 0xb2e04bdf rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0xb5b2c42a rds_send_path_reset +EXPORT_SYMBOL_GPL net/rds/rds 0xb64f542e rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0xc00055b0 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xc92f3e4e rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xc9378e43 rds_send_ping +EXPORT_SYMBOL_GPL net/rds/rds 0xd20bc279 rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0xdbfa87e2 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xe39f0fa5 rds_connect_path_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xe8d71dfa rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0xff7c2f60 rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0x76c6e8f6 mqprio_validate_qopt +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0xcede419b mqprio_fp_to_offload +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0xe8ed18af mqprio_qopt_reconstruct +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x631d33ef pie_process_dequeue +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x64eaa43d pie_drop_early +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x6ce9b467 pie_calculate_probability +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x16f8ba5d taprio_offload_get +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x6a6b1c12 taprio_offload_free +EXPORT_SYMBOL_GPL net/sctp/sctp 0x4ad939ff sctp_for_each_endpoint +EXPORT_SYMBOL_GPL net/sctp/sctp 0x78f6e182 sctp_transport_traverse_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0x8ddc366e sctp_get_sctp_info +EXPORT_SYMBOL_GPL net/sctp/sctp 0x8f328e31 sctp_transport_lookup_process +EXPORT_SYMBOL_GPL net/smc/smc 0x0a8f6d19 smc_proto +EXPORT_SYMBOL_GPL net/smc/smc 0x87aff0e8 smc_unhash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0x91955d3f smc_proto6 +EXPORT_SYMBOL_GPL net/smc/smc 0xc711414d smc_hash_sk +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x0935a503 svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x38d3dce5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x482ac5a4 g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x59b1a753 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x9b92f305 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xa2ffe382 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd7673035 g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x004fc371 svc_generic_init_request +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x00fbe4cb xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0153f84c rpc_clnt_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x01a2d626 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0259e050 sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x02a5079e svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x045f1d55 rpc_clnt_xprt_switch_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0535b86d svc_generic_rpcbind_set +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0578f232 xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05e807a9 xdr_encode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x06551259 rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x065994f1 xdr_encode_opaque_fixed +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x06ac0a05 rpc_set_connect_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x06e43e99 svc_rqst_replace_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x08a357aa rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x09049bfd rpc_task_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0993856b svc_xprt_destroy_all +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0aeaa8f2 xdr_init_encode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b2f4cf9 rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c5058f5 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0d3d1dcf xprt_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0d891d25 xprt_request_get_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0dc84855 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e48f594 svc_rpcbind_set_version +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e5f34b5 xdr_stream_encode_opaque_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x10d29f4a xprt_unpin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1246050d xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x134b5310 rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x13c0c6e5 xprt_unlock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x14031d70 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x14b8181c rpc_clnt_xprt_switch_remove_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x17b7e5c6 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1d730213 rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1d9e6c20 xdr_stream_decode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1de6288a xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e119a79 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x20c59d4c rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2158fec4 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2173067b xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2195561e rpc_num_bc_slots +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x219cabc4 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x226269cc rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x257c3248 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x262e8d9b cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2667e3a9 rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x268c83ae svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x28c2b64f xdr_stream_decode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x28dec7c5 xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x290563d0 rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x29e33472 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a36601a rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a9f4727 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ad452da svc_encode_result_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2c319636 svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2cdfd76b xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x303fc57e svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3276b1c5 svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3338a17e rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34d184de rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x35f1bce5 rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x35fd0716 rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x36121954 rpc_sleep_on_priority_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3615a6a2 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x36bc1d24 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x370766af rpcauth_wrap_req_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3908d4c2 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b2390d4 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e80a2bf sunrpc_cache_unhash +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f9a2b0b rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x40c15d40 svc_rqst_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x41409899 rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x469d116a xdr_set_pagelen +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x47cbc19a xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x487853cd svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x494b4ae0 rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4a4cb840 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4aaeed65 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4afedab1 xprtiod_workqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4cde1f29 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dac77f0 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4de7d014 rpc_clnt_iterate_for_each_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e8f6ca7 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4ffb68ec xprt_pin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x50637549 svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5103fc6b rpc_clnt_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5129fe2f svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x549c0738 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57d398f6 svc_age_temp_xprts_now +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x58ae037d rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x58db456f xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a45ba31 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a9cd43c rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5bea9def read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5bebc06b svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d8e4ad8 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x609202f9 rpc_task_gfp_mask +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x614d8698 xdr_stream_zero +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x648cd279 rpc_clnt_swap_activate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65aca537 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66ed2439 rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x67f4993b svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68b819d1 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6e9d72c0 xprt_lock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6edae3dd xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x70aef620 rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x70d3da52 rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71bc40e3 rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x72a0a55f rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7314a916 svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x73a779a5 svc_xprt_received +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x73da9e76 rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x73eb34b3 xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7518d46c rpc_task_release_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x76c52870 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7733d6d1 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x782d417b rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7962721a xdr_reserve_space_vec +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7977c57d rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x79fa91c5 put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7d765933 svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7daf1c35 xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de45b8e rpc_max_bc_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e07b83e sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7eb8e77d xprt_wait_for_reply_request_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7f6a8cfa sunrpc_cache_pipe_upcall_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x82532665 xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x828f7c49 rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x82ad76ed svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x83bcd1a7 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x851d39a6 cache_seq_stop_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x865cca61 rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x86d904df rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x893ddab2 svc_xprt_deferred_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8a04a697 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8a508116 cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b899f91 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8d936d7f svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8ed17da2 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8faeb824 xprt_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9045a8a9 rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9100b347 xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x911e89d4 xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x919506cd rpc_sleep_on_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x91b87ff3 xprt_wake_up_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9346e13f rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x956e0afb rpc_cancel_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9670b5a1 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9769a6c3 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99aee353 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9bb83bd6 xprt_add_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9bbc365c xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d093dbb rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9e4e7f61 xprt_force_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9f17680a rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9f93b0aa cache_seq_start_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa018bc7c xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa10920a3 rpc_clnt_probe_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa1328cbf rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa28fcad6 svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa310f02d gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa3b15473 xdr_stream_move_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa752016a svc_fill_symlink_pathname +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa813567f xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa4f8708 rpcauth_unwrap_resp_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa8d9c7a xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaada8e37 sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xacf3fe49 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xadf15012 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf3ad40a svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb262aef1 svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb408e910 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb427e34a rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb54b85b3 svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb583ec08 rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb59f0d53 svc_xprt_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb75f5e4a xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb09da35 svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbbd57ed4 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbd10eea6 rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbe471ec3 auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbeaad4c1 svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0908dd0 svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0912f82 xdr_stream_decode_opaque_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3d3309c sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc5c0e54f svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6191b28 xdr_page_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc643758d rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6b2414d rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc82bd0fa rpc_clnt_xprt_switch_has_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc99b7d1a rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xca692778 rpc_clnt_xprt_switch_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcb7dbcc5 rpc_clnt_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcd867da7 cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce41525e auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce678a59 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf62ea99 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd007c990 svc_xprt_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd3ff042e rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd4821110 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd535d550 xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd63e6fe7 rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd6ec4448 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7bc90c6 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7f0e77d rpc_clnt_manage_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd8bb1416 rpc_prepare_reply_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xda04f9f3 xdr_truncate_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb17c7ee rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb47c046 xdr_stream_decode_string_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc4e186d xprt_free_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc9b218f cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdcb233d6 rpcauth_stringify_acceptor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdcbd8138 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd691402 xprt_find_transport_ident +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdde777c1 xprt_reconnect_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdef8ac96 xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe16d402b rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe210cc54 rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe2c92c3f svc_fill_write_vector +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe30b683c svc_rqst_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe389afd5 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe48afa42 xprt_reconnect_backoff +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe4ba89e4 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5ae47c7 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe71a924b csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe7b3e112 sunrpc_cache_lookup_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe80a99db bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeb73a57e __xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeca994c9 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed4176e0 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed8e2e2e rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedd2a0f4 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee370adc xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeed9f4f3 xprt_wait_for_reply_request_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeef61a08 rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xef466a25 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xefddbf46 rpc_clnt_show_stats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf04bfd4b xdr_stream_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0b7775d rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf34d907e rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf4432348 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf446ecb0 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf4e6b14c svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf55694a4 rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf57d898c rpc_count_iostats_metrics +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf6df696c rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7a14fd7 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7b9f380 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7c866ca rpc_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfb66c608 cache_seq_next_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfbd961a5 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfc1e270f svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd6c6166 rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xff15b1a4 rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xff1d81cd xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xff606130 xdr_stream_decode_opaque_auth +EXPORT_SYMBOL_GPL net/tls/tls 0x2c07f048 tls_offload_tx_resync_request +EXPORT_SYMBOL_GPL net/tls/tls 0x45dab332 tls_device_sk_destruct +EXPORT_SYMBOL_GPL net/tls/tls 0x6bc5d0bd tls_encrypt_skb +EXPORT_SYMBOL_GPL net/tls/tls 0x745ee9f0 tls_validate_xmit_skb +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x033c9d1a virtio_transport_stream_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x03a81e69 virtio_transport_stream_allow +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x09a0a6a6 virtio_transport_notify_recv_pre_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x0a9dd584 virtio_transport_notify_poll_out +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x0c936657 virtio_transport_read_skb +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x1717f0f0 virtio_transport_connect +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x24dfd352 virtio_transport_purge_skbs +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x27604e08 virtio_transport_notify_recv_post_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x3f1f168b virtio_transport_get_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x45303897 virtio_transport_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x540f7404 virtio_transport_deliver_tap_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x589b7a41 virtio_transport_notify_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x5fff7794 virtio_transport_notify_recv_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x64c5a1b6 virtio_transport_seqpacket_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6b0cd9a6 virtio_transport_dgram_bind +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6e5ff628 virtio_transport_shutdown +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x7ccb4749 virtio_transport_recv_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x85382745 virtio_transport_stream_is_active +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x858f6eaf virtio_transport_notify_send_pre_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x8825f7d9 virtio_transport_notify_send_post_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x897cba63 virtio_transport_notify_poll_in +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x89f1bb50 virtio_transport_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x8b7de0d8 virtio_transport_inc_tx_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x9756fd92 virtio_transport_seqpacket_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa546d7c7 virtio_transport_destruct +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xad416e71 virtio_transport_do_socket_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xad68822d virtio_transport_dgram_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb523c4d6 virtio_transport_notify_send_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xbabd30f5 virtio_transport_dgram_allow +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xbb718458 virtio_transport_put_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xbbcfdbd2 virtio_transport_notify_send_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xcb1fe2a3 virtio_transport_notify_recv_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xcb7dd11b virtio_transport_release +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd0097da5 virtio_transport_dgram_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd188ffa3 virtio_transport_stream_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd2c7090d virtio_transport_stream_rcvhiwat +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xdf26203d virtio_transport_seqpacket_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0393a912 vsock_core_register +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x043b086a vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0e9bc9b6 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x284e07d8 vsock_bind_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2b045a6e vsock_data_ready +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x31cf3675 vsock_connectible_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3b3257d2 vsock_assign_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3d4b0fca vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4b99648c vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4c9b1b3f vsock_core_unregister +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x62b45099 vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x6b0e5ae5 vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7be63387 vsock_create_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7e910fc0 vsock_add_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x8bb6749a vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x8bbbce1e vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x90aa8549 vsock_find_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x97ed25c8 vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x987dbfaa vsock_core_get_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9bb6fd09 vsock_connected_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa9a33406 vsock_deliver_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xaf2674b5 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb0d7bda7 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb380b3f4 vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb60f06cb vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbf5ecff3 vsock_dgram_recvmsg +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc2d434b3 vsock_remove_sock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc92f7f50 vsock_table_lock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd4000eb4 vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd526577a vsock_remove_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe460801e vsock_connectible_recvmsg +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe8683d32 vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xec96eadf vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf4068d4d vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x1c3f0592 cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x483fa21a cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x4ed0b07c wiphy_work_flush +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x51e60b32 cfg80211_pmsr_complete +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x54c36129 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x5cbac1ce cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x78400a95 wiphy_delayed_work_queue +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x899e2330 cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x9379ed5e wiphy_delayed_work_cancel +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x9da4b04b cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x9e1d8abc cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xa5d2bea0 cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb1b921b0 cfg80211_vendor_cmd_get_sender +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb9770537 cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xc671a7de wiphy_work_queue +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xca5dbd95 cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xcfc44d0c cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xd9f8d5b8 cfg80211_pmsr_report +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xde672eee cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xefdecd48 wiphy_work_cancel +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xf9a3d88e cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xfa3aed28 wiphy_delayed_work_flush +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0049ca83 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x00c80741 xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0a575945 xfrm_count_pfkey_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x37a02412 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x5c699441 xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x72395dc1 xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7a8ca627 xfrm_count_pfkey_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xaab23340 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xb73be794 xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xc6b1fdbe xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xd6f50cf7 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x65f2971b ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x80132906 ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x81174cda ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x9d77ed7a ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_user 0x4a0c7516 xfrm_msg_min +EXPORT_SYMBOL_GPL net/xfrm/xfrm_user 0xa294bed8 xfrma_policy +EXPORT_SYMBOL_GPL sound/ac97_bus 0xf0e5dadd snd_ac97_reset +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0x1c1e0b0b snd_seq_kernel_client_put +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0x49a1d506 snd_seq_kernel_client_get +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xadb51cff snd_seq_client_ioctl_unlock +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xcbf9166f snd_seq_system_broadcast +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xe50413d7 snd_seq_client_ioctl_lock +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xf0c8f9fa snd_seq_expand_var_event_at +EXPORT_SYMBOL_GPL sound/core/snd 0x29412b24 snd_card_rw_proc_new +EXPORT_SYMBOL_GPL sound/core/snd 0x3c067a3a snd_card_add_dev_attr +EXPORT_SYMBOL_GPL sound/core/snd 0x473d4be7 snd_ctl_register_layer +EXPORT_SYMBOL_GPL sound/core/snd 0x4c803191 snd_device_initialize +EXPORT_SYMBOL_GPL sound/core/snd 0x5af762f1 snd_fasync_free +EXPORT_SYMBOL_GPL sound/core/snd 0x7df06568 snd_card_free_on_error +EXPORT_SYMBOL_GPL sound/core/snd 0x7e1c627d snd_devm_card_new +EXPORT_SYMBOL_GPL sound/core/snd 0x95c632b1 snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd 0xa438c6bc snd_ctl_apply_vmaster_followers +EXPORT_SYMBOL_GPL sound/core/snd 0xaf9f8b2a snd_card_disconnect_sync +EXPORT_SYMBOL_GPL sound/core/snd 0xb03ca6e9 snd_fasync_helper +EXPORT_SYMBOL_GPL sound/core/snd 0xb14bb6c7 snd_device_get_state +EXPORT_SYMBOL_GPL sound/core/snd 0xb4a334b2 snd_card_ref +EXPORT_SYMBOL_GPL sound/core/snd 0xcecd2cf1 snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0xd7ad38d3 snd_power_ref_and_wait +EXPORT_SYMBOL_GPL sound/core/snd 0xe37d45c3 snd_ctl_disconnect_layer +EXPORT_SYMBOL_GPL sound/core/snd 0xf254cc1d snd_device_disconnect +EXPORT_SYMBOL_GPL sound/core/snd 0xf34b0589 snd_ctl_get_preferred_subdevice +EXPORT_SYMBOL_GPL sound/core/snd 0xf8f2a4eb snd_kill_fasync +EXPORT_SYMBOL_GPL sound/core/snd 0xfa96267f snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd 0xfaf598c6 snd_ctl_request_layer +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x5814fd49 snd_compress_new +EXPORT_SYMBOL_GPL sound/core/snd-compress 0xcc72667c snd_compr_stop_error +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x04e1b99f snd_pcm_std_chmaps +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x09e913c1 snd_pcm_alt_chmaps +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x197996ef snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x199977ec snd_pcm_fill_iec958_consumer +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x24e8cd4e _snd_pcm_stream_lock_irqsave +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x2538f7f1 snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x445bd8ac snd_pcm_stream_unlock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x4b65a454 snd_pcm_hw_constraint_eld +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x5c407196 snd_pcm_fill_iec958_consumer_hw_params +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x649892e8 snd_pcm_create_iec958_consumer_default +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x6769c60a snd_pcm_stream_lock +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x67d30733 snd_pcm_stop_xrun +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x8afccfec snd_pcm_stream_unlock_irqrestore +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x8d864069 snd_pcm_rate_range_to_bits +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x9332ac2f snd_pcm_stream_lock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa8d205a4 snd_dma_buffer_sync +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xab8bc1a2 snd_pcm_rate_mask_intersect +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xc43d6524 snd_devm_alloc_dir_pages +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xe22e15dc _snd_pcm_stream_lock_irqsave_nested +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xf70a6353 snd_pcm_stream_unlock +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x0f47ed60 snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x4720b531 snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x5db31a53 snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x7e34771a snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x8cb898c8 snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xa617e4ed snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xad24ec5c snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xc980c6d0 snd_dmaengine_pcm_refine_runtime_hwparams +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xe5aab790 snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xe835cef4 snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xe8a15316 snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xef289a13 snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-rawmidi 0x012dccd9 snd_rawmidi_init +EXPORT_SYMBOL_GPL sound/core/snd-rawmidi 0x2c5da28e snd_rawmidi_free +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0x290462fb __snd_seq_driver_register +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0x2ddcafdc snd_seq_driver_unregister +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x11f300dc snd_ump_block_new +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x1a05f44a snd_ump_attach_legacy_rawmidi +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x1e5b98eb snd_ump_endpoint_new +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x28f81438 snd_ump_receive_ump_val +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x39611d3e snd_ump_switch_protocol +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x3c1a1457 snd_ump_parse_endpoint +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x59ba487d snd_ump_transmit +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x5b39d06f snd_ump_convert_from_ump +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x95520be1 snd_ump_receive +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xe3590e5b snd_ump_convert_to_ump +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x180cf19b amdtp_domain_destroy +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x27d9074c amdtp_am824_set_parameters +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x2958599c amdtp_am824_set_midi_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x4ff88b46 amdtp_am824_set_pcm_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x7b3176ae amdtp_domain_stream_pcm_pointer +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x82a994fa amdtp_am824_add_pcm_hw_constraints +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x84ecfa10 amdtp_domain_stop +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x888b93b3 amdtp_domain_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x8f884922 amdtp_am824_midi_trigger +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xb8967f79 amdtp_domain_start +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xc68a1ae7 amdtp_domain_add_stream +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xe9068e76 amdtp_domain_stream_pcm_ack +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xeddf0dbd amdtp_am824_init +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x03da65de snd_hdac_ext_bus_get_hlink_by_name +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x0584ec66 snd_hdac_ext_cstream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x05e13c24 snd_hdac_ext_bus_link_power_up_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x0a1c20e9 snd_hdac_ext_bus_link_clear_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x16ac8c4e snd_hdac_ext_bus_init +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x1743b0c1 snd_hdac_ext_bus_exit +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x1dfaa4b5 snd_hdac_ext_bus_ppcap_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x21eae948 snd_hdac_ext_stream_clear +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x22392b33 snd_hdac_ext_bus_link_power_up +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x228e36de snd_hdac_ext_bus_link_get +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x27b31883 snd_hdac_ext_stream_release +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x447f5310 snd_hdac_ext_bus_link_power_down_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x4ff1d0ef snd_hdac_ext_bus_get_hlink_by_addr +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x5d06f7ee snd_hdac_ext_bus_link_set_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x62ba6d14 snd_hdac_ext_bus_link_power_down +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x67d0afba snd_hdac_ext_stream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x78b731d2 snd_hdac_ext_stream_decouple +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x8179a69f snd_hdac_ext_stream_decouple_locked +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x8730e890 snd_hdac_ext_bus_device_remove +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x8913e760 snd_hdac_ext_stream_start +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x8dbea21f snd_hdac_ext_stream_reset +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x8ef31807 snd_hdac_ext_bus_link_put +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xa38a7da8 snd_hda_ext_driver_register +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xa39b590d snd_hdac_ext_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xb0f388df snd_hdac_ext_bus_ppcap_int_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xb35f7002 snd_hdac_ext_stream_init_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xc1c99740 snd_hdac_ext_bus_get_ml_capabilities +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xd8d45831 snd_hdac_ext_stream_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xdb67950a snd_hdac_ext_stream_setup +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xdde94dec snd_hda_ext_driver_unregister +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xf02a01a3 snd_hdac_ext_link_free_all +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x05636f93 snd_hdac_aligned_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x07ceed88 snd_hdac_bus_update_rirb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0a28183c snd_hdac_device_unregister +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0d54021c snd_hdac_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1488641f snd_hdac_aligned_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x151ce201 snd_hdac_refresh_widgets +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x154f10a0 snd_hdac_regmap_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1e6f4a27 snd_hdac_acomp_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x23833f13 snd_hdac_bus_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x23efb048 snd_hdac_stream_drsm_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x25a320c6 snd_hdac_codec_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x25ea1f0c snd_hdac_acomp_get_eld +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2999107a snd_hdac_override_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3392ab60 snd_hdac_check_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x34562a3c snd_hdac_get_connections +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3b013039 snd_hdac_codec_link_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3bd544c2 snd_hdac_get_active_channels +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3c9a073d snd_hdac_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3ffb541a snd_hdac_regmap_add_vendor_verb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x405782d2 snd_hdac_device_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4211767d snd_hdac_bus_exit_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x44352498 snd_hdac_bus_stop_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4472bddc snd_hdac_stream_timecounter_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x44a53e08 snd_hdac_acomp_register_notifier +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x45b98487 snd_hdac_regmap_write_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x45f9fdeb snd_hdac_bus_get_response +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x49ffe53d snd_hdac_dsp_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4c7ec4b6 snd_hdac_get_ch_alloc_from_ca +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4d3456ae snd_hdac_query_supported_pcm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4d58aaec snd_hdac_bus_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x52928f51 snd_hdac_bus_send_cmd +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x53c1b8dc snd_hdac_stream_set_dpibr +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x53d30790 snd_hdac_stream_release_locked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x56595d2e snd_hdac_stream_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x583cea0d snd_hdac_regmap_read_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5941bf42 snd_hdac_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5bc5ff8f snd_hdac_codec_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5be9d817 snd_hdac_dsp_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5c07cb49 snd_hdac_calc_stream_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5d4fa46b snd_hdac_get_stream_stripe_ctl +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5f118959 snd_hdac_stream_get_spbmaxfifo +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x63b38c65 snd_hdac_stream_spbcap_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x67bfe791 snd_hdac_spk_to_chmap +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x68285691 snd_hdac_stream_set_spib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x693b2afb _snd_hdac_read_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x69689f71 snd_hdac_setup_channel_mapping +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6cf44783 snd_hdac_bus_free_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6d0ce8a5 snd_hdac_regmap_update_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6e19dc1f snd_hdac_acomp_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6e7b4d54 snd_hdac_bus_enter_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6f27939e snd_hdac_get_stream +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x707088d3 snd_hdac_sync_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x70d8ea99 snd_hdac_device_register +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x76f348b4 snd_hdac_regmap_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x77c754a8 snd_hdac_chmap_to_spk_mask +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7967fddd snd_hdac_bus_init_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x82c61d94 snd_hdac_device_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x84bb2cf1 snd_hdac_stream_stop +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x857c8fed snd_hdac_register_chmap_ops +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x86ea2cdd snd_hdac_stream_set_params +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x88281c5f snd_hdac_stream_setup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8c987d97 snd_hdac_stop_streams +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8e78499b snd_hdac_set_codec_wakeup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x903f570d snd_hda_bus_type +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x92ade58a snd_hdac_power_down_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x957bc530 snd_hdac_regmap_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x97257e88 snd_hdac_bus_handle_stream_irq +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x98a56f7a snd_hdac_codec_link_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9a01a962 snd_hdac_sync_audio_rate +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9c7ccb92 snd_hdac_dsp_prepare +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa266da9d snd_hdac_regmap_update_raw_once +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa4d4c9ac snd_hdac_stream_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa5ec486d snd_hdac_stream_sync_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa7ce03cb snd_hdac_get_sub_nodes +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa81af535 snd_hdac_read_parm_uncached +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa85ec349 snd_hdac_bus_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xae7d0860 snd_hdac_display_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb1d9ae28 snd_hdac_stream_set_lpib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb53e3614 snd_hdac_codec_modalias +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb6c83fbd snd_hdac_power_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb83ee73d snd_hdac_device_set_chip_name +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbca4f954 snd_hdac_stream_start +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc0584bd1 snd_hdac_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc7246cfc snd_hdac_stream_wait_drsm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc751ce46 snd_hdac_bus_parse_capabilities +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xcafb05c1 snd_hdac_stream_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd28d7c31 snd_hdac_bus_exec_verb_unlocked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd427324b snd_hdac_stream_assign +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd4621813 snd_hdac_is_supported_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd55bb8e1 snd_hdac_power_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd5c30a04 snd_hdac_stream_release +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd82a9065 snd_hdac_stream_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe4e07754 snd_hdac_print_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xeacffe4f snd_hdac_power_up_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xeb3b0805 hdac_get_device_id +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xef727a33 snd_hdac_bus_reset_link +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf56d40df snd_hdac_bus_init_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf6dd20c5 snd_hdac_bus_stop_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf70f42e7 snd_hdac_stop_streams_and_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf7c978ba snd_hdac_stream_setup_periods +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x2694a8e1 snd_intel_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x3a15c1fe intel_nhlt_get_dmic_geo +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x4e859456 intel_nhlt_free +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x74d883e2 intel_nhlt_init +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0xd1046f12 snd_intel_acpi_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x26f0ed9f snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x3ce0a8dc snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x6e68520f snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x86837ac1 snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x980aae68 snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xd213669e snd_ak4113_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x039c37af snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x03bce188 snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0676f5ac snd_hda_get_input_pin_attr +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x06db40f8 snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0aa45037 snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0afdf75a snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0bc9d0d6 snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0c877d02 snd_hda_codec_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0e15ed99 snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x13913738 snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1aac20cd snd_hda_codec_set_name +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1b7de24b snd_hda_codec_load_dsp_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x21a1aa7e snd_hda_codec_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x23adc724 snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x24e91c57 snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x261573cc azx_get_pos_lpib +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x28e1f710 snd_hda_codec_load_dsp_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2ae76439 snd_hda_jack_detect_enable_callback_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2bd26948 snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2c078659 snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2c7f620f snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2d27aeb5 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2d7e8733 snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2e8df1c8 snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2eb67dc5 snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2ef044df snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x31c42a77 snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x32835f8e snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x37a0a771 snd_hda_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x384093bb azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3ec6bac9 snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x426b3160 __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x428b9450 azx_bus_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x43b76b96 is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x449bf434 snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x460153c0 snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x46f63db2 query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x47311ab9 azx_stop_all_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4875864f snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4989757c snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x49a3b317 snd_hda_jack_add_kctl_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4e937cf9 snd_hda_get_num_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4ece148c snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4f950b79 snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4fd2c2ad snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x52379bc8 hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x54e7801b snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x56150abc snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5cb7fa72 snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5d439b07 snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5f5a9077 snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5fbf2cf9 snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x606f9ee9 hda_codec_driver_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6443c367 snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x65862032 azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x67745849 snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x67f05702 snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6ea89df4 snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x710fc2bf snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x775da4c9 azx_init_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x78b163b0 __snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7a6b95d4 snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7a8a7760 snd_hda_jack_tbl_get_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7e61a66b snd_hda_codec_device_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x83e8beb3 snd_hda_set_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x84b591c0 snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8975ef0e snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x89e342ab snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8c1c71a4 snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8d9de904 snd_hda_jack_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e548194 snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9128f031 snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x927f8fea snd_hda_codec_load_dsp_trigger +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9645b12e snd_hda_codec_pcm_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x97ddedb2 snd_hda_jack_detect_state_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x98e5e327 azx_get_pos_posbuf +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9a39ba39 azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9bf72f76 snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9ceaa630 snd_hda_check_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa01e3539 snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa4f15d08 snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa752e60f snd_hda_codec_cleanup_for_unbind +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaa685bf1 snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xade9e499 snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xae40379c snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xafcbfe75 snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb2414d25 azx_free_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb2a84247 __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb3042b3f snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb3e7523a snd_hda_jack_set_button_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb5a326ea snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb7a22c8e snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb7bb76ce snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbc102dbc snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbc55be9b snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbca55377 snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbcd8c1e3 snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbd8e1e8d snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc55a3a08 snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc56019b4 snd_hda_codec_pcm_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc6de0b73 snd_hda_jack_bind_keymap +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc8c29447 snd_hda_codec_device_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc9088e26 snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xce23e968 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd02ea670 snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd26b6bf9 snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd4802697 snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd60a3554 snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd7c23a06 snd_hda_codec_parse_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd7f2cab6 snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdb4b7294 snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe3507e8a snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe4635577 snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe4ee4e6f snd_hda_codec_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe5e3037c snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe79a9dde snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xef070c37 snd_hda_codec_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf073835a _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf1af217c snd_hda_get_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf1d14dce snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf2c34a26 azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf7937eac snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8720eb8 snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8dc0cc0 snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8dc35ac snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf92de81d snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf984ee78 snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf99d1ff8 azx_probe_codecs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfd754bb0 __hda_codec_driver_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfe895a57 snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xff958f8d snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x07fa4fa9 snd_hda_gen_stream_pm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x171c61f2 snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x1f2a1fac snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x1fa1d93a snd_hda_gen_add_micmute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x20eb6d9c snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x2acc0d76 snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x2b356fe9 snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x32264c33 snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x4523e393 snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x5f77d3cb snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x76dc6871 hda_main_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x81b58aec snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x837d5b4a snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x83a03a20 snd_hda_gen_update_outputs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x870ce065 snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x871a6e44 hda_extra_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x95b027f4 snd_hda_gen_add_mute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb842be24 snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xcb43fd0e snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd259237f snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xdb6baaaf snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xf0c2f5aa snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xffcd7810 snd_hda_gen_fix_pin_power +EXPORT_SYMBOL_GPL sound/soc/codecs/mt6359-accdet 0x859336e5 mt6359_accdet_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau-utils 0xae620be9 adau_calc_pll_cfg +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1372 0xf72ebc33 adau1372_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0x05bbb662 adau1761_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0x72e170d5 adau1761_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x0de7e766 adau17x1_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x391f15c3 adau17x1_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x5a44fa43 adau17x1_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x61d5d710 adau17x1_set_micbias_voltage +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x6a141cfc adau17x1_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x6c97a794 adau17x1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x8097d62c adau17x1_precious_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xa372031b adau17x1_add_widgets +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xa9b78311 adau17x1_add_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xed9b5b81 adau17x1_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau7118 0x54291512 adau7118_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x0072501d aw88395_dev_get_profile_index +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x05039638 aw88395_dev_start +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x0e1ffe2b aw88395_dev_stop +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x67d751a2 aw88395_dev_get_prof_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x6e7f479f aw88395_dev_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x71afa449 aw88395_dev_set_profile_index +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x9099b8a9 aw88395_dev_fw_update +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x970b93d1 aw88395_dev_set_volume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xbe29190e aw88395_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xc3abbfb4 aw88395_dev_get_prof_name +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xd1448512 aw88395_dev_mute +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xddebcf12 aw88395_dev_get_profile_count +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395-lib 0x17026ed1 aw88395_dev_load_acf_check +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395-lib 0x397e7ccb aw88395_dev_cfg_load +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x1d84455d cs35l41_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x7f65f946 cs35l41_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0xde81c999 cs35l41_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x07c0c0fa cs35l41_enter_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x171e2d5f cs35l41_regmap_spi +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x1fa9f85e cs35l41_set_channels +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x389e86c7 cs35l41_safe_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x3db7b5be cs35l41_test_key_lock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x49407a3d cs35l41_otp_unpack +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x542ed994 cs35l41_test_key_unlock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x5dae5234 cs35l41_register_errata_patch +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x717a776b cs35l41_init_boost +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x7fe96e1f cs35l41_exit_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x928fbe2d cs35l41_set_cspl_mbox_cmd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x983a4a2a cs35l41_write_fs_errata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xa14b2b80 cs35l41_regmap_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xc52177c4 cs35l41_global_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xe8e84b91 cs35l41_configure_cs_dsp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xe92ff6ad cs35l41_gpio_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x0434b22a cs35l56_system_resume_early +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x0b1c744c cs35l56_system_resume_no_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xa7589645 cs35l56_system_suspend_no_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xdeff8fa2 cs35l56_system_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xe896a6a3 cs35l56_system_suspend_late +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xedb75314 cs35l56_system_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x69e8cd7a cs4271_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x7d05786f cs4271_dt_ids +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0xe4209247 cs4271_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x287ad69d cs42l51_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x7617c1a8 cs42l51_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x85603521 cs42l51_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x88249ce7 cs42l51_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xb75aab73 cs42l51_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7cac7292 cs42888_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xadd413b7 cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3794c9 cs42448_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xdd1ef882 cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xee6f2f16 cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0x7c35c838 es8328_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0xaeb4f734 es8328_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x7cba18ff snd_soc_hda_codec_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x811a4503 hda_codec_probe_complete +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0xa39cd080 soc_hda_ext_bus_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0xbe3200e7 lpass_macro_pds_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0xf957eda5 lpass_macro_pds_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0x84d533bf max98090_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x3dcb28cb soc_codec_dev_max98373_sdw +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x6cfb7be5 soc_codec_dev_max98373 +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x78e8c621 max98373_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0xbce22eb0 max98373_slot_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x29a11d2f mt6358_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x4018cef9 mt6358_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x462e393e mt6358_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x88d619d1 mt6358_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x625cad9b mt6359_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x7221a219 mt6359_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0xbcd982f6 mt6359_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0xd55d73c0 mt6359_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8821 0xb1c259a6 nau8821_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0x4d598775 nau8824_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0xbf55f96a nau8824_components +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8825 0xc85b1625 nau8825_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x67b61b6f pcm1789_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x8b69c869 pcm1789_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0xa26ce57c pcm1789_common_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0x6006b747 pcm179x_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0x9b54260d pcm179x_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0x42c00fcd pcm186x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0xb3375057 pcm186x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x143102de pcm3168a_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x1e8eb5fe pcm3168a_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x8cd4b437 pcm3168a_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0xebb08b89 pcm3168a_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x576c0130 pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x9c4dec3f pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xb18f4edc pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xc297f5d7 pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x5dc92cdf rl6231_pll_calc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x70617a04 rl6231_get_clk_info +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x8d7fa148 rl6231_get_pre_div +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0xdba4502f rl6231_calc_dmic_clk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5514-spi 0x61ff58e3 rt5514_spi_burst_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5514-spi 0xff87892f rt5514_spi_burst_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x2367f2f4 rt5640_enable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x33a58cad rt5640_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x47fd914e rt5640_dmic_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x6f61765b rt5640_disable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x8a47b61f rt5640_detect_headset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xb9a1855e rt5640_set_ovcd_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0x721b8626 rt5645_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0xa6ed6f06 rt5645_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5659 0xd61bb577 rt5659_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5663 0xb1a230e0 rt5663_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677 0x8b6e14c6 rt5677_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677-spi 0x5fc320ad rt5677_spi_write_firmware +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677-spi 0x67956035 rt5677_spi_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677-spi 0xc6695825 rt5677_spi_hotword_detected +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677-spi 0xe8ece129 rt5677_spi_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x0a1200c3 rt5682_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x0d18594a rt5682_supply_names +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x19a7834f rt5682_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x3d0976cb rt5682_parse_dt +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x3d30519e rt5682_aif1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x4f363074 rt5682_calibrate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x59d3d967 rt5682_jack_detect_handler +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x768c724d rt5682_apply_patch_list +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x93b65e47 rt5682_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xb4dccc90 rt5682_register_dai_clks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xb897de56 rt5682_reg +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xc3875884 rt5682_soc_component_dev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xd607ea9d rt5682_aif2_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xde964e81 rt5682_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682s 0x96c77659 rt5682s_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x5702a970 sigmadsp_setup +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x6d3144ef sigmadsp_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x8e29a652 devm_sigmadsp_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xa13f3d53 sigmadsp_restrict_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xf57e6256 sigmadsp_attach +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-i2c 0x2ca698b0 devm_sigmadsp_init_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-regmap 0xe1d32419 devm_sigmadsp_init_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0x3c203717 src4xxx_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0xecc3ea7e src4xxx_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0x1882c6e2 ssm2602_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0xe5e5f0a8 ssm2602_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x17404a34 tas2781_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x6ff2b914 tasdevice_dev_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x9aaf382e tasdevice_dev_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x9f244dff tasdevice_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xa6e40774 tasdevice_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xaff9292a tascodec_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xb647a320 tasdevice_digital_getvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xbc82f25d tasdevice_digital_putvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xc2681219 tasdevice_amp_getvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xc8ad4364 tasdevice_amp_putvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xcc54eaab tasdevice_dev_update_bits +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xd60d28da tasdevice_dsp_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xdd586c97 tasdevice_kzalloc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xf0522f14 tasdevice_dev_bulk_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xf7b5d154 tasdevice_dev_bulk_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic32x4 0x58ce0772 aic32x4_register_clocks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic3x 0xb01351ee aic3x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ts3a227e 0xe85eadeb ts3a227e_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd-mbhc 0x936c1623 wcd_mbhc_event_notify +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x61f5e18d wcd938x_sdw_set_sdw_stream +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x8480c6fc wcd938x_sdw_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xc19dafa4 wcd938x_sdw_device_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xe0102a6b wcd938x_swr_get_current_bank +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xe817d8a9 wcd938x_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x05f9b6c9 wm_adsp_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x09f80451 wm_adsp_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x0f843320 wm_adsp_compr_open +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x1abbf9b7 wm_adsp2_component_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x29427ad6 wm_adsp_read_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x35860802 wm_adsp_fw_enum +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x3c03a9d0 wm_adsp1_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x44df8821 wm_adsp2_preloader_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x458dfd28 wm_adsp_compr_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x49b2d4a3 wm_adsp_compr_handle_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x4bd27a15 wm_adsp2_set_dspclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x52c16479 wm_halo_wdt_expire +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x5dc8a532 wm_adsp_fw_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x5ea7d0b7 wm_adsp2_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x65138264 wm_adsp_early_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x75d10adf wm_adsp_write_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x882abec3 wm_adsp_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x8a27864c wm_adsp_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xa44f1bbd wm_adsp2_component_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xc04713b9 wm_adsp_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xc199de12 wm_halo_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xc1ab52f8 wm_adsp_compr_copy +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xcf79d880 wm_adsp1_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xd229ab07 wm_adsp2_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xdd3c79ef wm_adsp2_bus_error +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xe5096825 wm_adsp2_preloader_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xea38ee07 wm_halo_bus_error +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xf6bd511e wm_adsp_power_up +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xfc1e4536 wm_adsp_fw_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x052bf7aa wm_hubs_handle_analogue_pdata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x53469886 wm_hubs_set_bias_level +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x5cd7eb9b wm_hubs_dcs_done +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x757206d5 wm_hubs_spkmix_tlv +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x8be74fae wm_hubs_hpl_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x93266eef wm_hubs_update_class_w +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xb23b2c45 wm_hubs_hpr_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xc4d73ac5 wm_hubs_vmid_ena +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xd0eeee8b wm_hubs_add_analogue_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xde6ab234 wm_hubs_add_analogue_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0x7658e75b wm8731_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0xf6ac9d26 wm8731_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x5869c711 wm8804_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x76633486 wm8804_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xb99f6b06 wm8804_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xe481eb7d wm8804_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0x25e50419 wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0x4b9d131d wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0x3422dc15 wm8994_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0x70c3c460 wm8958_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/imx-pcm-dma 0x6795578f imx_pcm_dma_init +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-asrc 0x2ef122ec fsl_asrc_component +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-imx-audmux 0x30693bb7 imx_audmux_v1_configure_port +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-imx-audmux 0x58631dab imx_audmux_v2_configure_port +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card 0xebca6b6b audio_graph_parse_of +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x0f5af1a4 audio_graph2_parse_of +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x14ed802c audio_graph2_link_c2c +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x2f9aa0ac audio_graph2_link_dpcm +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0xb003fa64 audio_graph2_link_normal +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x00e1d1ff asoc_simple_is_convert_required +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x1664d5e9 asoc_simple_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x51dd57fa asoc_simple_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x6526ee5b asoc_simple_clean_reference +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x6b16d30b asoc_simple_be_hw_params_fixup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x6de27c35 asoc_simple_parse_widgets +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x7269820d asoc_simple_parse_clk +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x7f100e95 asoc_graph_card_probe +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x805ca08b asoc_graph_is_ports0 +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x8312dc55 asoc_simple_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x8711c1dd asoc_simple_parse_routing +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x886fcdcb asoc_simple_init_aux_jacks +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x8a323600 asoc_simple_set_dailink_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x8cd7b0b4 asoc_simple_canonicalize_cpu +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x984bbb6c asoc_simple_parse_convert +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x9aa9dabf asoc_simple_startup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x9bf7fb5b asoc_simple_hw_params +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xb7c21ca2 asoc_simple_init_priv +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xba1b1270 asoc_simple_remove +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xbb95ef5c asoc_simple_shutdown +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xc0f118d0 asoc_simple_parse_tdm_width_map +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xca82b150 asoc_simple_dai_init +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xdb41aa8e asoc_simple_canonicalize_platform +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xe035462a asoc_simple_init_jack +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xe141b43e asoc_graph_parse_dai +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x0062fb0a mtk_afe_fe_hw_free +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x05af7a5c mtk_afe_resume +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x09ac09f5 mtk_dynamic_irq_acquire +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x0b0c9def mtk_memif_set_disable +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x0ee27e49 mtk_sof_card_late_probe +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x0fc412e8 mtk_memif_set_pbuf_size +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x2abb7b49 mtk_afe_combine_sub_dai +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x390b3760 clean_card_reference +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x4615b43b mtk_afe_suspend +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x5ec20eca mtk_afe_fe_prepare +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x6bd6d694 mtk_afe_add_sub_dai_control +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x71a8d623 mtk_afe_fe_shutdown +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x7a23c2db parse_dai_link_info +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x7feb09f5 mtk_afe_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x831394cd mtk_sof_dailink_parse_of +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x85f09ba0 mtk_dynamic_irq_release +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x894850c7 mtk_afe_fe_startup +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x945dcb41 mtk_afe_fe_ops +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xa67b41b0 mtk_memif_set_rate +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xbb12dc51 mtk_afe_fe_hw_params +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xcd43329f mtk_memif_set_enable +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xd0aff177 mtk_afe_pcm_new +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xd2040bdf mtk_sof_card_probe +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xd305cc6d mtk_memif_set_addr +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xdcf50bbe mtk_sof_dai_link_fixup +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xe6bb46c4 mtk_afe_pcm_platform +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xee739494 mtk_memif_set_channel +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xfa3574ff mtk_memif_set_format +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xfb11b024 mtk_memif_set_rate_substream +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xfff56577 mtk_afe_fe_trigger +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8183/snd-soc-mt8183-afe 0xf4036c07 mt8183_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0x19b7b523 mt8186_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0x2c3ab209 mt8186_mt6366_card_set_be_link +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0xbda883dd mt8186_mt6366_init +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0xf8c87882 mt8186_afe_gpio_init +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8188/snd-soc-mt8188-afe 0x532d3486 mt8188_afe_enable_clk +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8188/snd-soc-mt8188-afe 0x633a061c mt8188_afe_disable_clk +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0x783e4664 mt8192_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8195/snd-soc-mt8195-afe 0x31f3922c mt8195_afe_enable_clk +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8195/snd-soc-mt8195-afe 0x555b924c mt8195_afe_disable_clk +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x14f71e3d axg_fifo_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x2874a8c5 axg_fifo_pcm_new +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x45880389 axg_fifo_pcm_hw_free +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x9bc2495e axg_fifo_pcm_trigger +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x9c7a33dc axg_fifo_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xaed613c9 g12a_fifo_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xb8c68161 axg_fifo_pcm_open +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xbd539c47 axg_fifo_pcm_close +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xfc885781 axg_fifo_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x4988d1f8 axg_tdm_stream_alloc +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x539c48cc axg_tdm_stream_start +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x55316323 axg_tdm_formatter_set_channel_masks +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x601aad8a axg_tdm_formatter_event +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x64e0ca85 axg_tdm_stream_free +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0xbd91b56f axg_tdm_formatter_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0xef4a0d56 axg_tdm_stream_stop +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-interface 0xad05c526 axg_tdm_set_tdm_slots +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x40942e6f meson_card_reallocate_links +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x866e9f5e meson_card_set_be_link +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xdd9b5cdc meson_card_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xe3189339 meson_card_remove +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xe9563936 meson_card_i2s_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xf5a0f8aa meson_card_set_fe_link +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xf73e31dc meson_card_parse_dai +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xfa117231 meson_card_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x303f49d8 meson_codec_glue_input_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x3094e2f3 meson_codec_glue_input_get_data +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x461c8ac7 meson_codec_glue_input_dai_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x6b211f4a meson_codec_glue_input_set_fmt +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x9c3a68d0 meson_codec_glue_output_startup +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0xee8205f2 meson_codec_glue_input_dai_remove +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x1f3b5423 q6adm_matrix_map +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x28421460 q6adm_get_copp_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x666368e0 q6adm_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0xc2520590 q6adm_close +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x07a54780 q6afe_cdc_dma_port_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x369b6eeb q6afe_port_put +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x3b16d6e7 q6afe_port_stop +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x3f9745d4 q6afe_set_lpass_clock +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x498d993b q6afe_get_port_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x5332304f q6afe_slim_port_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x7df60063 q6afe_port_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0xae809786 q6afe_hdmi_port_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0xd4523c59 q6afe_i2s_port_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0xe45246a8 q6afe_port_start +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0xe825e9fa q6afe_port_get_from_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0xfaf22370 q6afe_tdm_port_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x13b7efd9 q6asm_cmd +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x1b6c77fc q6asm_stream_media_format_block_alac +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x25bfa476 q6asm_open_write +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x2b693eed q6asm_stream_media_format_block_wma_v9 +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x4afe6f73 q6asm_read +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x4fba2f0c q6asm_run_nowait +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x68db31e2 q6asm_unmap_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x6cec4b17 q6asm_stream_remove_trailing_silence +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x74ad4072 q6asm_audio_client_alloc +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x856b4fdb q6asm_stream_media_format_block_wma_v10 +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x9d0cf85f q6asm_stream_media_format_block_flac +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xa7d3a3a6 q6asm_media_format_block_multi_ch_pcm +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xb37ed108 q6asm_enc_cfg_blk_pcm_format_support +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xc0dd8d67 q6asm_open_read +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xc1347db0 q6asm_write_async +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xc5a116a4 q6asm_get_session_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xcbee5e42 q6asm_stream_remove_initial_silence +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xcc4952e4 q6asm_audio_client_free +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xd2cf1a0f q6asm_run +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xd38aa312 q6asm_cmd_nowait +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xea75a5dd q6asm_map_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xf47f4b35 q6asm_stream_media_format_block_ape +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6core 0x7e52e977 q6core_is_adsp_ready +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6core 0x9b02ea0d q6core_get_svc_api_info +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0xafc7798d q6prm_vote_lpass_core_hw +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0xbc477358 q6prm_unvote_lpass_core_hw +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0xd043fd81 q6prm_set_lpass_clock +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6routing 0x5b75f756 q6routing_stream_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6routing 0xa7a64259 q6routing_stream_close +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x09ac1957 q6apm_graph_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x0ebe4dc2 q6apm_remove_trailing_silence +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x145cf8f6 audioreach_alloc_apm_cmd_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x231ea01d audioreach_graph_free_buf +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x2e6f9a71 audioreach_graph_send_cmd_sync +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x2fe33fd3 q6apm_is_adsp_ready +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x3e61a2c0 audioreach_map_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x53e57256 q6apm_unmap_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x5543dd66 audioreach_alloc_apm_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x55f6ee9e q6apm_graph_media_format_pcm +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x64dc5171 audioreach_alloc_cmd_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x71b00c94 q6apm_graph_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x74779994 q6apm_write_async +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x7b776dfd q6apm_read +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x7c23d28e q6apm_map_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x7f4d39c8 audioreach_alloc_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x821f2f06 q6apm_graph_flush +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x857ffda1 audioreach_alloc_graph_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x9e71fdc8 audioreach_compr_set_param +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x9fdb06c9 audioreach_gain_set_vol_ctrl +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xaa7a8394 audioreach_set_media_format +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xb4a94ed6 audioreach_tplg_init +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xb76efa28 q6apm_graph_get_rx_shmem_module_iid +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xb88b35af q6apm_graph_stop +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xbd6e51ad q6apm_set_real_module_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xc273ebfb q6apm_graph_media_format_shmem +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xc757d80f q6apm_enable_compress_module +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xcfbee7cd q6apm_graph_close +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xd7108e7e q6apm_graph_start +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xe60fac1d q6apm_remove_initial_silence +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xe91b704f audioreach_send_u32_param +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xec8c3ecd audioreach_shared_memory_send_eos +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xf2f994cd audioreach_send_cmd_sync +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x17142e58 q6dsp_map_channels +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x442e957e q6dsp_clock_dev_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x6a334c7e q6dsp_audio_ports_of_xlate_dai_name +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x7c4a3b24 q6dsp_audio_ports_set_config +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x9501f8e4 q6dsp_get_channel_allocation +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cdc-dma 0xe4b9f96a asoc_qcom_lpass_cdc_dma_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x34a5912a asoc_qcom_lpass_cpu_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x66c72a9d asoc_qcom_lpass_cpu_dai_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x698393d7 asoc_qcom_lpass_cpu_platform_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x6ef6783c asoc_qcom_lpass_cpu_platform_shutdown +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x747e527e asoc_qcom_lpass_cpu_platform_remove +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0xcfbf8138 lpass_cpu_pcm_new +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-hdmi 0x942fa8ee asoc_qcom_lpass_hdmi_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-platform 0x1ca9afc6 asoc_qcom_lpass_platform_register +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-common 0x38f069b7 qcom_snd_parse_of +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-common 0x5763f274 qcom_snd_wcd_jack_setup +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0xbc8ee30f qcom_snd_sdw_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0xcf1a6acf qcom_snd_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0xeea8c107 qcom_snd_sdw_hw_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-acpi 0x14c66b61 snd_soc_acpi_codec_list +EXPORT_SYMBOL_GPL sound/soc/snd-soc-acpi 0x5c512782 snd_soc_acpi_find_package_from_hid +EXPORT_SYMBOL_GPL sound/soc/snd-soc-acpi 0xba39aa11 snd_soc_acpi_find_machine +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x006c2a4b snd_soc_component_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x027fd522 snd_soc_dapm_dai_free_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x038d7c21 snd_soc_dapm_new_dai_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x03ab16c0 snd_soc_component_compr_get_codec_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x06f8b0ef snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x076513ba snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0888d9b7 snd_soc_component_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x093ffd39 dapm_mark_endpoints_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0948b879 snd_soc_rtdcom_lookup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0c76fcff snd_soc_runtime_calc_hw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0e019739 snd_soc_component_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x10486156 snd_soc_dai_link_set_capabilities +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1076f047 snd_soc_new_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x10fd9502 snd_soc_set_dmi_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1214e2e9 snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x12949df5 snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x13c1c723 snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x147c6c0b snd_soc_link_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x14a0970b snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x16eb386e snd_soc_component_init_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x17265aee snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1923a2b6 snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1a790d0b snd_soc_lookup_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1d0c4af4 snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1d582e12 snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1d6de71d snd_soc_add_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1e0d5892 snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1e287325 snd_soc_of_parse_aux_devs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x20b3b477 snd_soc_of_get_slot_mask +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x21539a01 snd_soc_component_set_jack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x22995e13 snd_soc_dai_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x28446d11 snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x28d2f940 snd_soc_dpcm_can_be_prepared +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x28f108ae snd_soc_dai_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x290200f7 snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2902403e snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2969cbf6 snd_soc_dai_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2a3822ce snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2a898efb snd_soc_of_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2aabbef6 snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2e5a2d88 snd_soc_component_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2e8091d6 snd_soc_link_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2ef4f52a snd_soc_dapm_kcontrol_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x30bc90b2 snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x321257c6 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x32f3e399 dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x336ce2f5 snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x337bf7f0 snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x34376083 snd_soc_runtime_set_dai_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x390f2ba0 snd_soc_component_compr_open +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3aac49d6 snd_soc_card_add_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3afb7da7 snd_soc_card_jack_new_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3b9d2416 snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3e902b70 snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3e97fa48 snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3ec15081 snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3f0ffdc6 snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3f453a5b snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3f549a69 snd_soc_free_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x427d0539 snd_soc_component_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x42a657be snd_soc_add_pcm_runtimes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4405986a snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x44170814 snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x44209ce1 snd_soc_component_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x44902951 snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x45f7ed98 snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x48b61853 snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x49f0e475 snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4a5fe97b snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4b3796cc snd_soc_component_get_jack_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4da00fca snd_soc_dai_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4e56f302 snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4ee6b08d snd_soc_of_get_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4f1baefa snd_soc_bytes_tlv_callback +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4fa1782d snd_soc_tdm_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x500e822c snd_soc_lookup_component_nolocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x514496b1 snd_soc_component_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x51b7d63d snd_soc_dapm_kcontrol_dapm +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x52eb1970 snd_soc_dapm_update_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x547efe7c snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x555ac097 snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x55aa30e8 snd_soc_tplg_component_remove +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x58395d4f snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5912aa02 snd_soc_component_compr_copy +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x59c9a8b6 snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5ae7205d snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5cc09f0b snd_soc_remove_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5da3ce2b snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x61111585 snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x61748d04 snd_soc_daifmt_parse_clock_provider_raw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6190058a snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x63f90cd8 snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x661b0744 snd_soc_dai_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x665de58b snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6718eef1 snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x69369f3d snd_soc_link_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x69b2f598 snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x69e79826 snd_soc_component_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6d25e8e5 snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6e3d86f4 snd_soc_component_exit_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6e6f4121 snd_soc_dai_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6ec5a9f6 snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7118c1b8 snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x71b51da6 dpcm_end_walk_at_be +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x728a6df6 snd_soc_dai_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x73d4594f snd_soc_of_get_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x73e32b1e snd_soc_runtime_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x740f19eb snd_soc_component_notify_control +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x75ea27da snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x76551443 snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x774f2ace snd_soc_of_parse_node_prefix +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7adb509f snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7ae64c1a snd_soc_close_delayed_work +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7bfffcc2 snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e6ce449 snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7ec5759e snd_soc_unregister_component_by_driver +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7feefc06 snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x81069ff8 snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x81512b19 snd_soc_component_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8193619b devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x827ac865 snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x832ae937 snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x85d8657f snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x863a7c48 snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x86b65c7b snd_soc_tplg_widget_bind_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x86d0d007 devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8863c1e7 snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8b697ec6 devm_snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8bd75a91 snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8e087a3a snd_soc_dapm_new_control +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x900ee1f0 snd_soc_card_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x92f8b323 snd_soc_dai_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x93c15f7d snd_soc_daifmt_parse_format +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x96ca071f snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x99e25bd5 asoc_dummy_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9a0b9d93 snd_soc_component_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9ad90639 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9c0a598d snd_soc_dapm_free_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9c144a2e snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9f2c9530 snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9fb6934d snd_soc_dapm_stream_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa02d0937 snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa0c24062 snd_soc_dai_is_dummy +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa0d30bdc snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa1032e95 snd_soc_dapm_widget_name_cmp +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa1065ea5 snd_soc_find_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa18c28ee snd_soc_component_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa2ac3970 widget_in_list +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa2f71eec snd_soc_component_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa76ef270 soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaa08a4fe snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaa847671 snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaa9ca7c2 snd_soc_dpcm_runtime_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xad8d3a53 snd_soc_of_put_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xae79aa10 snd_soc_component_compr_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb00437c6 snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb0f67b3d devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb14b3e5d snd_soc_component_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb36a6718 snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb52cf4f8 snd_soc_component_read_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb5974f1f snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb5e128ee snd_soc_tplg_component_load +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb898eb7b snd_soc_of_put_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb9897b89 snd_soc_get_stream_cpu +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbadea6ee snd_soc_info_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbba7f407 dapm_pinctrl_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbcf0cb57 snd_soc_get_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbe06b3ad snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbe7e7370 snd_soc_find_dai_with_mutex +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbf97ce7c snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbfc3c619 snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc05c6c77 dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc13b5065 snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc13d4d21 snd_soc_component_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc2113a77 snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc2e180c0 snd_soc_component_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc317a15e snd_soc_daifmt_clock_provider_flipped +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc35b42f1 snd_soc_dai_get_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc402df9e snd_soc_component_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc43f2e7a snd_soc_of_get_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc54f2364 snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc67e56fb snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc7fc1a23 snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc95508c7 snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcc07396a snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcca0c0f2 snd_soc_component_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xce4c348f snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcfbbc092 snd_soc_dapm_init +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcfd8ebfa snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd084de74 snd_soc_dai_active +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd0cb37a0 snd_soc_get_dai_id +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd10411d4 dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd194b716 snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd41edb34 snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd4af7a52 snd_soc_card_remove_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd51455b8 snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd5bc5844 snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd67d6fa8 snd_soc_component_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd913e715 snd_soc_dapm_dai_get_connected_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd92d74e6 snd_soc_dai_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd9398b98 snd_soc_add_component_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xda75fb00 snd_soc_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdecd110c snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe04f7c9d snd_soc_dapm_force_bias_level +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe3a0a9f4 snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe5aac74e snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe61b5346 snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe831b291 snd_soc_component_initialize +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeab7a014 snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xead45dc8 snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeadd2a8e snd_soc_unregister_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xec397035 snd_soc_new_compress +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xec63da8b snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xee1fab33 snd_soc_dai_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf2f463d1 null_dailink_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf33288f3 snd_soc_component_write_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf4826bff snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf54ae9c6 snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf7f6bf3f snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf8247e4a snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9622dd1 snd_soc_daifmt_clock_provider_from_bitmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9e134bb snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfa8f7489 snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfcbc4592 snd_soc_component_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfcc80d9f snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfcfdc355 dapm_kcontrol_get_value +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x0bac9beb snd_sof_debugfs_add_region_item_iomem +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x3daea895 snd_sof_dbg_memory_info_init +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x9ff3b6ee snd_sof_dbg_init +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0xb063ae06 snd_sof_free_debug +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0xb096f810 snd_sof_debugfs_buf_item +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x2c64d423 sprd_mcdt_request_chan +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x5061832c sprd_mcdt_chan_int_disable +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x609193c3 sprd_mcdt_chan_write +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x68b4b311 sprd_mcdt_chan_dma_enable +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x6c283cec sprd_mcdt_chan_int_enable +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0xa5fdddd3 sprd_mcdt_chan_read +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0xb67dbf49 sprd_mcdt_chan_dma_disable +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0xdf547b54 sprd_mcdt_free_chan +EXPORT_SYMBOL_GPL sound/soc/sunxi/sun8i-adda-pr-regmap 0x37a3a5c2 sun8i_adda_pr_regmap_init +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-machine 0x3e9a400e tegra_asoc_machine_init +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-machine 0xa33eb22f tegra_asoc_machine_probe +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x0b8196e0 tegra_pcm_construct +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x0cc68161 tegra_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x1b64dfbd tegra_pcm_close +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x1e0b091e tegra_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x2b398d82 devm_tegra_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x50d09c4e tegra_pcm_platform_unregister +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x54870a9a tegra_pcm_platform_register_with_chan_names +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xb584077c tegra_pcm_open +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xdd6b885f tegra_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0x0427e3da tegra30_ahub_allocate_tx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0x55a40206 tegra30_ahub_disable_rx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0x5d7237ff tegra30_ahub_set_cif +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0x6fe20143 tegra30_ahub_set_rx_cif_source +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xb419329b tegra30_ahub_disable_tx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xb4a9367d tegra30_ahub_enable_tx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xb81bca9d tegra30_ahub_free_rx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xc78c7125 tegra30_ahub_free_tx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xccb67e55 tegra124_ahub_set_cif +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xccc98372 tegra30_ahub_enable_rx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xd01de23b tegra30_ahub_allocate_rx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xe549513a tegra30_ahub_unset_rx_cif_source +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-edma 0x0fae6c42 edma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-sdma 0x5a61f6c3 sdma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-udma 0xb87103ad udma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x0fed1a45 line6_send_sysex_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x189095c6 line6_pcm_acquire +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x202a1b1b line6_midi_id +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x2317bd23 line6_send_raw_message_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x4463af38 line6_read_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x4d0fa69d line6_read_serial_number +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x540fc7e5 line6_probe +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x7d528edd line6_version_request_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x95bf4cdb line6_init_pcm +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x98f9b8a4 line6_init_midi +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xb18f77d5 line6_disconnect +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xb1d7ce35 line6_write_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xb2dfb3e5 line6_pcm_release +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xc3de2ece line6_send_raw_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xc3ec7b2a line6_suspend +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xeb973ffb line6_resume +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xf4865a5b line6_alloc_sysex_buffer +EXPORT_SYMBOL_GPL vmlinux 0x00082520 rockchip_clk_register_branches +EXPORT_SYMBOL_GPL vmlinux 0x000afbe7 iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0x001634d6 adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0x00169b60 pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x001aec0a otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0x00218b92 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0x0026b6d4 irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0x00281032 crypto_unregister_aead +EXPORT_SYMBOL_GPL vmlinux 0x002e85ee register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x0031b523 fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x003b055c of_genpd_remove_last +EXPORT_SYMBOL_GPL vmlinux 0x0040040c blk_mq_complete_request_remote +EXPORT_SYMBOL_GPL vmlinux 0x004957f4 ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x004bcd5a kvm_init +EXPORT_SYMBOL_GPL vmlinux 0x00513f58 get_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x00565f18 pernet_ops_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x005a4377 pm_clk_suspend +EXPORT_SYMBOL_GPL vmlinux 0x005f18a6 add_wait_queue_priority +EXPORT_SYMBOL_GPL vmlinux 0x0085f6c9 wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x008765d8 firmware_request_cache +EXPORT_SYMBOL_GPL vmlinux 0x0096d40f wakeup_sources_walk_start +EXPORT_SYMBOL_GPL vmlinux 0x00d4c500 usb_decode_interval +EXPORT_SYMBOL_GPL vmlinux 0x00d719ab dma_async_device_channel_unregister +EXPORT_SYMBOL_GPL vmlinux 0x00d7348e uart_console_device +EXPORT_SYMBOL_GPL vmlinux 0x00de0536 pci_epf_destroy +EXPORT_SYMBOL_GPL vmlinux 0x00e0c23c destroy_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x00ebad14 clk_mux_determine_rate_flags +EXPORT_SYMBOL_GPL vmlinux 0x00f0f1c6 fuse_conn_destroy +EXPORT_SYMBOL_GPL vmlinux 0x00fceca7 i2c_acpi_client_count +EXPORT_SYMBOL_GPL vmlinux 0x01005617 skcipher_walk_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x01041565 acpi_dev_ready_for_enumeration +EXPORT_SYMBOL_GPL vmlinux 0x010a0720 rockchip_register_restart_notifier +EXPORT_SYMBOL_GPL vmlinux 0x010f0ee1 wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x010fd11f __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x0118d8b6 led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0x0121a933 __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x012e730e apei_exec_noop +EXPORT_SYMBOL_GPL vmlinux 0x0131a571 vring_create_virtqueue_dma +EXPORT_SYMBOL_GPL vmlinux 0x013246bc mtk_pinconf_bias_disable_get +EXPORT_SYMBOL_GPL vmlinux 0x01327bb3 mtk_clk_register_composites +EXPORT_SYMBOL_GPL vmlinux 0x0139cb66 unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x0139e72a genphy_c45_pma_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0142a157 xdp_do_redirect_frame +EXPORT_SYMBOL_GPL vmlinux 0x0149850d sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x014e8186 cpu_scale +EXPORT_SYMBOL_GPL vmlinux 0x01532b6b vfs_submount +EXPORT_SYMBOL_GPL vmlinux 0x015a8498 imx_clk_hw_cpu +EXPORT_SYMBOL_GPL vmlinux 0x015e44fb xenbus_read_otherend_details +EXPORT_SYMBOL_GPL vmlinux 0x0179ccba topology_update_thermal_pressure +EXPORT_SYMBOL_GPL vmlinux 0x01866a57 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x018dde48 ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0x018df28f vp_modern_get_status +EXPORT_SYMBOL_GPL vmlinux 0x0198bb06 sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x019bca1b gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x019ce4a5 spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0x01a0cb78 property_entries_free +EXPORT_SYMBOL_GPL vmlinux 0x01a20dfe spi_delay_to_ns +EXPORT_SYMBOL_GPL vmlinux 0x01a2d9f6 tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x01ac8024 iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x01b3b1b5 fb_deferred_io_mmap +EXPORT_SYMBOL_GPL vmlinux 0x01beb49a __put_net +EXPORT_SYMBOL_GPL vmlinux 0x01c6cb0c cpu_cluster_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x01cc3dc2 nvdimm_has_flush +EXPORT_SYMBOL_GPL vmlinux 0x01d420e6 dw_pcie_host_deinit +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01e85254 device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x01effe9d sprd_pinctrl_remove +EXPORT_SYMBOL_GPL vmlinux 0x0207a6c6 reset_control_bulk_acquire +EXPORT_SYMBOL_GPL vmlinux 0x021a0355 __blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x0231d26c __traceiter_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x02394899 play_idle_precise +EXPORT_SYMBOL_GPL vmlinux 0x02441e48 scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0x02495b8f gnttab_alloc_grant_reference_seq +EXPORT_SYMBOL_GPL vmlinux 0x024b2324 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x024d13dd request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x024d7c69 irq_gc_unmask_enable_reg +EXPORT_SYMBOL_GPL vmlinux 0x02639ee0 devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x0264c794 crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x027833ba ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x028bc7e6 rio_map_outb_region +EXPORT_SYMBOL_GPL vmlinux 0x02a4e67d devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x02b4a115 mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0x02b50adc wbc_detach_inode +EXPORT_SYMBOL_GPL vmlinux 0x02c4a7f9 sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0x02c5c501 power_supply_find_ocv2cap_table +EXPORT_SYMBOL_GPL vmlinux 0x02c867da of_reconfig_get_state_change +EXPORT_SYMBOL_GPL vmlinux 0x02da3a28 usb_phy_roothub_alloc +EXPORT_SYMBOL_GPL vmlinux 0x02e0f68b rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0x02ed599b md_bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x02f7edf0 shmem_file_setup_with_mnt +EXPORT_SYMBOL_GPL vmlinux 0x02fb3ea0 lynx_pcs_create_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x030cbca2 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x030fd6b3 pinmux_generic_add_function +EXPORT_SYMBOL_GPL vmlinux 0x0312b3b0 reset_controller_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0321cdbf of_alias_get_highest_id +EXPORT_SYMBOL_GPL vmlinux 0x03264f01 spi_mem_dirmap_write +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x033cd0a2 skb_defer_rx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x03473884 phy_basic_t1s_p2mp_features +EXPORT_SYMBOL_GPL vmlinux 0x0350b5eb fwnode_get_next_parent +EXPORT_SYMBOL_GPL vmlinux 0x03592790 pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x036de383 perf_event_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x03701a42 zynqmp_pm_pinctrl_set_function +EXPORT_SYMBOL_GPL vmlinux 0x0373766a sbitmap_queue_clear +EXPORT_SYMBOL_GPL vmlinux 0x037ef454 iopf_queue_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x0391ba34 crypto_register_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x03952887 ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x03ba71fc dax_writeback_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x03c12dfe cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x03c3bc02 devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x03c78413 devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0x03ce7234 sched_smt_present +EXPORT_SYMBOL_GPL vmlinux 0x03d6b69f rio_add_net +EXPORT_SYMBOL_GPL vmlinux 0x03eb293a ti_sci_inta_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x03f6c583 ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x0402cbbf preempt_notifier_inc +EXPORT_SYMBOL_GPL vmlinux 0x04108c21 component_add_typed +EXPORT_SYMBOL_GPL vmlinux 0x0412332f rcar_rst_set_rproc_boot_addr +EXPORT_SYMBOL_GPL vmlinux 0x0430cf13 dma_alloc_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x0436d1e7 ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0x04480244 dax_finish_sync_fault +EXPORT_SYMBOL_GPL vmlinux 0x044d224b ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0x044ee350 devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x044f9b51 i2c_of_match_device +EXPORT_SYMBOL_GPL vmlinux 0x046499a8 __ndisc_fill_addr_option +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x046ca6a8 ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0x046f359e of_overlay_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x0472cf3b register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x0475daf5 aead_exit_geniv +EXPORT_SYMBOL_GPL vmlinux 0x047c67a1 devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x047db6d9 acpi_register_gsi +EXPORT_SYMBOL_GPL vmlinux 0x048372db perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x048db0cf fwnode_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x049cb2df crypto_shash_tfm_digest +EXPORT_SYMBOL_GPL vmlinux 0x049e5156 gnttab_try_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x049ff064 usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x04a18395 regulator_set_active_discharge_regmap +EXPORT_SYMBOL_GPL vmlinux 0x04ae7a06 mmc_cmdq_enable +EXPORT_SYMBOL_GPL vmlinux 0x04b5b89f regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x04bb2d0f iommu_alloc_resv_region +EXPORT_SYMBOL_GPL vmlinux 0x04bf0092 io_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x04c4463e led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04c75194 phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0x04c8aebf console_verbose +EXPORT_SYMBOL_GPL vmlinux 0x04df8fbc lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0x04f85780 of_pci_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x05003d96 iommu_enable_nesting +EXPORT_SYMBOL_GPL vmlinux 0x050ca568 pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0x051085e3 lock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x051a0bc1 stack_depot_fetch +EXPORT_SYMBOL_GPL vmlinux 0x051b03b0 sysfs_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x051d815f fsl_mc_bus_dpio_type +EXPORT_SYMBOL_GPL vmlinux 0x052b4013 register_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x052c9aed ktime_get_real_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x0539b55d skb_splice_bits +EXPORT_SYMBOL_GPL vmlinux 0x053d738a __SCK__tp_func_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x054aa32e device_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x055dfe79 mtk_pinconf_drive_set_raw +EXPORT_SYMBOL_GPL vmlinux 0x05610897 of_changeset_destroy +EXPORT_SYMBOL_GPL vmlinux 0x056358bf devm_bitmap_zalloc +EXPORT_SYMBOL_GPL vmlinux 0x05640dbd regulator_set_suspend_voltage +EXPORT_SYMBOL_GPL vmlinux 0x05693c2a crypto_unregister_acomps +EXPORT_SYMBOL_GPL vmlinux 0x0572c09e vcap_tc_flower_handler_cvlan_usage +EXPORT_SYMBOL_GPL vmlinux 0x057b8d66 tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0x05883efb __traceiter_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x058d4823 devl_region_create +EXPORT_SYMBOL_GPL vmlinux 0x058f9366 apei_exec_collect_resources +EXPORT_SYMBOL_GPL vmlinux 0x05956cc2 ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x05a396bf synth_event_trace_start +EXPORT_SYMBOL_GPL vmlinux 0x05b2ab41 inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0x05b40ccf devlink_dpipe_action_put +EXPORT_SYMBOL_GPL vmlinux 0x05b6f20b pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0x05bf03ae gnttab_pages_clear_private +EXPORT_SYMBOL_GPL vmlinux 0x05bfd923 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x05c90ad6 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0x05cd1dd4 vcap_rule_add_key_bit +EXPORT_SYMBOL_GPL vmlinux 0x05d44446 nvmem_device_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x05d8239c devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x05e28665 ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0x05e5a61e cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x05e7ffac crypto_unregister_rng +EXPORT_SYMBOL_GPL vmlinux 0x05fe469b usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0x05fe8b5b tty_port_register_device_serdev +EXPORT_SYMBOL_GPL vmlinux 0x0607e07c usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0x0608f1e3 imx_clk_fracn_gppll_integer +EXPORT_SYMBOL_GPL vmlinux 0x061336ae blocking_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x0615cdb1 ahci_reset_em +EXPORT_SYMBOL_GPL vmlinux 0x061bd5df cpufreq_cpu_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x06209f49 phy_lookup_setting +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x062b741b devm_kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x062b89c4 ghes_unregister_report_chain +EXPORT_SYMBOL_GPL vmlinux 0x062d117f __tracepoint_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x063f1593 mtk_build_eint +EXPORT_SYMBOL_GPL vmlinux 0x064d48a5 spi_mem_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x0658b737 __traceiter_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x065c6686 clk_hw_is_prepared +EXPORT_SYMBOL_GPL vmlinux 0x066073b0 acpi_device_fix_up_power_extended +EXPORT_SYMBOL_GPL vmlinux 0x06643a8f gpiod_toggle_active_low +EXPORT_SYMBOL_GPL vmlinux 0x066bdeb0 inet_bhash2_update_saddr +EXPORT_SYMBOL_GPL vmlinux 0x066cd41c devl_traps_register +EXPORT_SYMBOL_GPL vmlinux 0x06754f89 irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x0675523d ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0x067e84ff dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x06809b15 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0x06868c18 spi_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0x06910edd usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x069a0b35 rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x06a03612 dev_pm_opp_sync_regulators +EXPORT_SYMBOL_GPL vmlinux 0x06b970a5 zynqmp_pm_ospi_mux_select +EXPORT_SYMBOL_GPL vmlinux 0x06cca30b ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0x06e415bc __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x06e4433e sunxi_ccu_set_mmc_timing_mode +EXPORT_SYMBOL_GPL vmlinux 0x06ed3c6e pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x06f48774 clk_hw_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x06fb6718 ip6_route_output_flags +EXPORT_SYMBOL_GPL vmlinux 0x06ffd986 tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x070fc501 nexthop_select_path +EXPORT_SYMBOL_GPL vmlinux 0x07109a3f mtk_clk_register_factors +EXPORT_SYMBOL_GPL vmlinux 0x071fcdc8 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07242d92 put_dax +EXPORT_SYMBOL_GPL vmlinux 0x073205e7 vcap_filter_rule_keys +EXPORT_SYMBOL_GPL vmlinux 0x073efb2a altr_sysmgr_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x07483e13 cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0x074f98db synth_event_add_field +EXPORT_SYMBOL_GPL vmlinux 0x0756a31c register_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0x075a6bc2 tcp_rate_check_app_limited +EXPORT_SYMBOL_GPL vmlinux 0x075cc27d mf_dax_kill_procs +EXPORT_SYMBOL_GPL vmlinux 0x076356e7 sfp_may_have_phy +EXPORT_SYMBOL_GPL vmlinux 0x076afa47 platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0x076eaea7 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x07737b01 phy_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x07792936 tegra_bpmp_transfer_atomic +EXPORT_SYMBOL_GPL vmlinux 0x077ab26c dm_audit_log_ti +EXPORT_SYMBOL_GPL vmlinux 0x077b60c1 blk_set_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x078db973 extcon_get_state +EXPORT_SYMBOL_GPL vmlinux 0x07914fdb wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0x0793d345 __fsverity_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x079ab53c iommu_sva_bind_device +EXPORT_SYMBOL_GPL vmlinux 0x079d084e i2c_acpi_find_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07be6905 net_inc_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x07d3e5a1 of_genpd_add_provider_onecell +EXPORT_SYMBOL_GPL vmlinux 0x07e6e902 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x07ebdf45 __traceiter_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x07ecab5d pci_dev_lock +EXPORT_SYMBOL_GPL vmlinux 0x07f1caae pci_epc_multi_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x07f1f74d tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x07fc2cb7 crypto_get_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x07fd9baa kiocb_modified +EXPORT_SYMBOL_GPL vmlinux 0x080441dc decrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0x080797d4 fscrypt_limit_io_blocks +EXPORT_SYMBOL_GPL vmlinux 0x08117285 usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x08135613 dax_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x081cbfbe md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0x08213956 phylink_ethtool_get_wol +EXPORT_SYMBOL_GPL vmlinux 0x08242f7a gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL vmlinux 0x0836431d devlink_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x08439089 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0x0847b6af pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x084a79ce kvm_get_running_vcpu +EXPORT_SYMBOL_GPL vmlinux 0x084dddbc unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x08576175 unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x0861715c rio_unregister_mport +EXPORT_SYMBOL_GPL vmlinux 0x0872440c led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0x08789a5b crypto_register_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x0879325b sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0x087c0839 tracepoint_srcu +EXPORT_SYMBOL_GPL vmlinux 0x087c5d9d skb_gso_validate_network_len +EXPORT_SYMBOL_GPL vmlinux 0x087f5dc5 wm831x_of_match +EXPORT_SYMBOL_GPL vmlinux 0x0889ebae cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0x088c1642 serial8250_rpm_get_tx +EXPORT_SYMBOL_GPL vmlinux 0x089435d0 of_msi_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x0896d651 blk_clear_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x089e2bb1 fib6_get_table +EXPORT_SYMBOL_GPL vmlinux 0x08a88a9f __SCK__tp_func_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x08b8e29f vc_scrolldelta_helper +EXPORT_SYMBOL_GPL vmlinux 0x08c42533 irq_domain_free_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x08c78cf7 offline_and_remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x08dd261b kvm_write_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0x08e2b333 cppc_set_auto_sel +EXPORT_SYMBOL_GPL vmlinux 0x08e4acd1 gov_update_cpu_data +EXPORT_SYMBOL_GPL vmlinux 0x08e8fc04 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0x08ead608 spi_controller_resume +EXPORT_SYMBOL_GPL vmlinux 0x08fb78c0 kthread_mod_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x08fc5535 devm_regulator_get_enable_optional +EXPORT_SYMBOL_GPL vmlinux 0x0900a133 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0x090130fa of_clk_src_simple_get +EXPORT_SYMBOL_GPL vmlinux 0x0907d14d blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x09083bc0 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x090f055d fib6_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x0915c98d of_property_count_elems_of_size +EXPORT_SYMBOL_GPL vmlinux 0x091debcb xfrm_dev_state_add +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x092a9046 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0x09300162 clk_hw_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x09337cd0 __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x093786cf synth_event_add_field_str +EXPORT_SYMBOL_GPL vmlinux 0x0941332d gpiochip_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x095bf8e7 of_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x095e1fba sk_msg_trim +EXPORT_SYMBOL_GPL vmlinux 0x0969cc07 pinmux_generic_get_function_count +EXPORT_SYMBOL_GPL vmlinux 0x0976822d sfp_get_module_eeprom_by_page +EXPORT_SYMBOL_GPL vmlinux 0x0982b627 bio_trim +EXPORT_SYMBOL_GPL vmlinux 0x09a8ff78 i2c_dw_configure_master +EXPORT_SYMBOL_GPL vmlinux 0x09a94b0f ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x09b3258c of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x09b53e14 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x09bd7ecd balloon_page_list_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x09c092fc generic_device_group +EXPORT_SYMBOL_GPL vmlinux 0x09c0a3ca dax_recovery_write +EXPORT_SYMBOL_GPL vmlinux 0x09c3f961 regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0x09d0e6e1 modify_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0x09dd7563 mtk_pinconf_bias_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x09e64118 usb_phy_get_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x09e701d1 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x09f1a80d sched_show_task +EXPORT_SYMBOL_GPL vmlinux 0x09f228fc dma_pci_p2pdma_supported +EXPORT_SYMBOL_GPL vmlinux 0x09f46309 pkcs7_validate_trust +EXPORT_SYMBOL_GPL vmlinux 0x09f50f32 rcu_nocb_flush_deferred_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x09ffb52a acpi_bind_one +EXPORT_SYMBOL_GPL vmlinux 0x0a01f0bd xhci_ext_cap_init +EXPORT_SYMBOL_GPL vmlinux 0x0a161f6f vcap_get_rule_count_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0x0a2f8b5a pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0x0a301c8b sched_setattr_nocheck +EXPORT_SYMBOL_GPL vmlinux 0x0a38f025 devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x0a3dc9dc subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x0a4e621e crypto_alloc_acomp +EXPORT_SYMBOL_GPL vmlinux 0x0a4e6e0a nf_hooks_lwtunnel_sysctl_handler +EXPORT_SYMBOL_GPL vmlinux 0x0a52c511 hv_query_ext_cap +EXPORT_SYMBOL_GPL vmlinux 0x0a55c41f dma_resv_describe +EXPORT_SYMBOL_GPL vmlinux 0x0a55d0c4 phy_create_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0a8162a8 raw_v4_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x0a81a8ee phylink_generic_validate +EXPORT_SYMBOL_GPL vmlinux 0x0a8894f4 mas_find_range_rev +EXPORT_SYMBOL_GPL vmlinux 0x0a8e458b crypto_req_done +EXPORT_SYMBOL_GPL vmlinux 0x0a901211 mtk_clk_register_ref2usb_tx +EXPORT_SYMBOL_GPL vmlinux 0x0a93887d ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0x0a9636d6 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0x0a9df53d for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0x0a9fa68d pci_generic_ecam_ops +EXPORT_SYMBOL_GPL vmlinux 0x0aac8026 get_device +EXPORT_SYMBOL_GPL vmlinux 0x0aaf19b2 relay_open +EXPORT_SYMBOL_GPL vmlinux 0x0ab6bddb failover_slave_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0abc6be6 k3_ringacc_ring_is_full +EXPORT_SYMBOL_GPL vmlinux 0x0ac15cd6 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0x0ac1699f vcap_tc_flower_handler_ipv6_usage +EXPORT_SYMBOL_GPL vmlinux 0x0ac6de2b balloon_page_list_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x0ac91de5 gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x0aca4bfb devm_hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0x0ad7168f thermal_zone_device_enable +EXPORT_SYMBOL_GPL vmlinux 0x0ae0beeb __tcp_send_ack +EXPORT_SYMBOL_GPL vmlinux 0x0af958b5 lwtunnel_fill_encap +EXPORT_SYMBOL_GPL vmlinux 0x0af9ad4d regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b1bb9f9 synchronize_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x0b1e75c4 clean_record_shared_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x0b2291c8 regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x0b26e917 dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x0b2db2d5 remove_resource +EXPORT_SYMBOL_GPL vmlinux 0x0b318ff6 exportfs_decode_fh_raw +EXPORT_SYMBOL_GPL vmlinux 0x0b3a3ed7 zynqmp_pm_fpga_get_status +EXPORT_SYMBOL_GPL vmlinux 0x0b3ce8b3 mbox_client_peek_data +EXPORT_SYMBOL_GPL vmlinux 0x0b3f8ff5 __devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x0b3fad12 mtk_eint_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0b485dde usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0x0b52e502 apei_resources_add +EXPORT_SYMBOL_GPL vmlinux 0x0b615600 kvm_vcpu_read_guest_atomic +EXPORT_SYMBOL_GPL vmlinux 0x0b690f04 k3_udma_glue_tx_get_txcq_id +EXPORT_SYMBOL_GPL vmlinux 0x0b69e104 pse_ethtool_get_status +EXPORT_SYMBOL_GPL vmlinux 0x0b6c86e1 of_clk_del_provider +EXPORT_SYMBOL_GPL vmlinux 0x0b73a268 kthread_data +EXPORT_SYMBOL_GPL vmlinux 0x0b748f15 ping_err +EXPORT_SYMBOL_GPL vmlinux 0x0b8b093b pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x0b8c4faa create_signature +EXPORT_SYMBOL_GPL vmlinux 0x0b8c8a23 static_key_fast_inc_not_disabled +EXPORT_SYMBOL_GPL vmlinux 0x0b8ff40a rt288x_setup +EXPORT_SYMBOL_GPL vmlinux 0x0b90b570 bdev_nr_zones +EXPORT_SYMBOL_GPL vmlinux 0x0ba258b7 vring_notification_data +EXPORT_SYMBOL_GPL vmlinux 0x0bb028d4 hisi_clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x0bba4bf1 __hwspin_lock_timeout +EXPORT_SYMBOL_GPL vmlinux 0x0bbdc9b2 remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x0bc9d4de tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x0bd0d42d gpiochip_irq_domain_deactivate +EXPORT_SYMBOL_GPL vmlinux 0x0bd30ffe device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0x0bde7ce0 hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0bf32478 __SCK__tp_func_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x0bf8451c skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x0bf932bb meson_pmx_get_funcs_count +EXPORT_SYMBOL_GPL vmlinux 0x0bfbd212 mmc_regulator_set_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0x0c08a303 ethnl_cable_test_fault_length +EXPORT_SYMBOL_GPL vmlinux 0x0c1a5ee3 log_post_read_mmio +EXPORT_SYMBOL_GPL vmlinux 0x0c1c2acf pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0x0c2753aa sk_msg_zerocopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x0c2c5802 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x0c3a1436 list_lru_walk_one +EXPORT_SYMBOL_GPL vmlinux 0x0c3e6241 k3_udma_glue_disable_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x0c438781 max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x0c5a492b kthread_unpark +EXPORT_SYMBOL_GPL vmlinux 0x0c6108d8 spi_mem_get_name +EXPORT_SYMBOL_GPL vmlinux 0x0c78ef77 da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0x0c81a898 iomap_is_partially_uptodate +EXPORT_SYMBOL_GPL vmlinux 0x0c87f021 dev_pm_opp_remove +EXPORT_SYMBOL_GPL vmlinux 0x0c88c1c3 pci_vpd_find_id_string +EXPORT_SYMBOL_GPL vmlinux 0x0c8c9c65 rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0x0c8defe4 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x0c8e1259 __crypto_alloc_tfmgfp +EXPORT_SYMBOL_GPL vmlinux 0x0c8fc838 usb_get_maximum_ssp_rate +EXPORT_SYMBOL_GPL vmlinux 0x0c9452f6 xenbus_dev_is_online +EXPORT_SYMBOL_GPL vmlinux 0x0cbe3ee2 software_node_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0cc5da5e mctp_unregister_netdev +EXPORT_SYMBOL_GPL vmlinux 0x0cc7a3e5 blk_crypto_update_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x0cc9d36c iommu_group_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x0ccf5275 zynqmp_pm_pinctrl_get_config +EXPORT_SYMBOL_GPL vmlinux 0x0cdc4818 devm_reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x0cdca2ea pci_epc_unmap_addr +EXPORT_SYMBOL_GPL vmlinux 0x0ce3dd73 bman_is_probed +EXPORT_SYMBOL_GPL vmlinux 0x0ce89e42 pci_epf_unbind +EXPORT_SYMBOL_GPL vmlinux 0x0cebc704 fork_usermode_driver +EXPORT_SYMBOL_GPL vmlinux 0x0cf8e7f3 devlink_port_fini +EXPORT_SYMBOL_GPL vmlinux 0x0cfbb4d4 xdp_rxq_info_is_reg +EXPORT_SYMBOL_GPL vmlinux 0x0d02b624 of_icc_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x0d2a0443 fsl_mc_bus_dprtc_type +EXPORT_SYMBOL_GPL vmlinux 0x0d390010 em_dev_unregister_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0x0d3e1a09 ima_inode_hash +EXPORT_SYMBOL_GPL vmlinux 0x0d3fb7d4 phy_interface_num_ports +EXPORT_SYMBOL_GPL vmlinux 0x0d435bd5 __tracepoint_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x0d4961de nf_log_buf_open +EXPORT_SYMBOL_GPL vmlinux 0x0d49711f crypto_create_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x0d4e3f8c iopf_queue_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d556b5b dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x0d5cecc6 ima_measure_critical_data +EXPORT_SYMBOL_GPL vmlinux 0x0d65f93e pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x0d6a49d4 tcp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d700712 usb_alloc_dev +EXPORT_SYMBOL_GPL vmlinux 0x0d781b18 phy_led_trigger_change_speed +EXPORT_SYMBOL_GPL vmlinux 0x0d9d0d82 ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x0da22ce1 ahci_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x0db085bc usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0x0db1444d __virtqueue_break +EXPORT_SYMBOL_GPL vmlinux 0x0dbb4481 pci_epf_bind +EXPORT_SYMBOL_GPL vmlinux 0x0dbc1fac regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x0dd44203 vp_modern_generation +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0de5d880 pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x0de8bd74 nvdimm_volatile_region_create +EXPORT_SYMBOL_GPL vmlinux 0x0df39a97 kvm_io_bus_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x0df70171 bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x0e007edf xen_evtchn_nr_channels +EXPORT_SYMBOL_GPL vmlinux 0x0e0c6a7d crypto_dh_encode_key +EXPORT_SYMBOL_GPL vmlinux 0x0e0f7a49 devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0x0e1194d5 hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x0e13cb4d apei_resources_release +EXPORT_SYMBOL_GPL vmlinux 0x0e238004 rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x0e5cc9d7 xdp_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x0e686daf sfp_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x0e6b35ca extcon_set_property_sync +EXPORT_SYMBOL_GPL vmlinux 0x0e6b79af static_key_disable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x0e6e87a7 mtk_pinconf_bias_set +EXPORT_SYMBOL_GPL vmlinux 0x0e75314f of_hte_req_count +EXPORT_SYMBOL_GPL vmlinux 0x0e78f9e5 virtqueue_resize +EXPORT_SYMBOL_GPL vmlinux 0x0e7a9e5b __traceiter_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x0e8094e1 dev_pm_opp_find_level_exact +EXPORT_SYMBOL_GPL vmlinux 0x0e8aaf43 pci_epc_raise_irq +EXPORT_SYMBOL_GPL vmlinux 0x0e9387b9 devm_clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x0ea5cbce xen_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x0ebb3b7a generic_online_page +EXPORT_SYMBOL_GPL vmlinux 0x0ebfcaba mmc_crypto_prepare_req +EXPORT_SYMBOL_GPL vmlinux 0x0ec096b0 hv_read_reference_counter +EXPORT_SYMBOL_GPL vmlinux 0x0ec593f9 raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x0ecfea88 btf_type_by_id +EXPORT_SYMBOL_GPL vmlinux 0x0ed73dc0 pci_epc_mem_alloc_addr +EXPORT_SYMBOL_GPL vmlinux 0x0edb9192 kill_pid_usb_asyncio +EXPORT_SYMBOL_GPL vmlinux 0x0ee77a3d em_pd_get +EXPORT_SYMBOL_GPL vmlinux 0x0ee87db4 bpf_prog_inc +EXPORT_SYMBOL_GPL vmlinux 0x0ef26d83 subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x0efb8745 devm_pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0x0efdbbb3 device_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x0f10bbd2 tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x0f137865 gpiod_set_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x0f151b31 netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0x0f15a1f4 dpbp_get_attributes +EXPORT_SYMBOL_GPL vmlinux 0x0f180070 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x0f180fd8 scsi_alloc_request +EXPORT_SYMBOL_GPL vmlinux 0x0f5545f0 task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0x0f5775c1 devlink_priv +EXPORT_SYMBOL_GPL vmlinux 0x0f584026 regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x0f640f8d xen_evtchn_do_upcall +EXPORT_SYMBOL_GPL vmlinux 0x0f70672c pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x0f78b3d4 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0x0f7ca236 dmi_memdev_name +EXPORT_SYMBOL_GPL vmlinux 0x0f7ea88a __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0x0f85b7bb tracing_snapshot_cond_enable +EXPORT_SYMBOL_GPL vmlinux 0x0f88900a iomap_file_buffered_write_punch_delalloc +EXPORT_SYMBOL_GPL vmlinux 0x0f90b783 edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL vmlinux 0x0f9d710b edac_pci_del_device +EXPORT_SYMBOL_GPL vmlinux 0x0fae01b6 ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0x0fbb7344 memremap_compat_align +EXPORT_SYMBOL_GPL vmlinux 0x0fbc0c0e xas_pause +EXPORT_SYMBOL_GPL vmlinux 0x0fc20b85 devl_rate_leaf_create +EXPORT_SYMBOL_GPL vmlinux 0x0fd3a7f7 kvm_put_kvm +EXPORT_SYMBOL_GPL vmlinux 0x0fd4610e kmem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0x0ff905fd ahci_shost_groups +EXPORT_SYMBOL_GPL vmlinux 0x0ffebf6f usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0x10019a46 ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x1005d60b tick_nohz_dep_set_cpu +EXPORT_SYMBOL_GPL vmlinux 0x10091b7b sbitmap_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x10131209 devm_mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x1014bbc9 tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x10185973 __tracepoint_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x103168e1 sfp_bus_add_upstream +EXPORT_SYMBOL_GPL vmlinux 0x104b2b7d vcap_rule_get_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x1051fea1 __traceiter_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x105624d3 device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0x107b2089 xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0x10828cfa disk_set_zoned +EXPORT_SYMBOL_GPL vmlinux 0x108a0acd bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x1096aed6 dev_pm_opp_get_max_clock_latency +EXPORT_SYMBOL_GPL vmlinux 0x10b89330 crypto_has_shash +EXPORT_SYMBOL_GPL vmlinux 0x10b9adcb ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0x10bef5dd pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0x10cc119f __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x10cf353f ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0x10d9f317 stack_depot_init +EXPORT_SYMBOL_GPL vmlinux 0x10de10e3 crypto_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x10ec79de device_create +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x10edaf3d kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL vmlinux 0x10ee7c21 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0x10f18197 devl_trap_policers_register +EXPORT_SYMBOL_GPL vmlinux 0x10f743b5 usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x110106c1 cper_severity_to_aer +EXPORT_SYMBOL_GPL vmlinux 0x1108f3b3 ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x11172cbc srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x1128e925 kvm_vcpu_read_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x113ff80b __traceiter_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0x114afb86 of_pci_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0x116528e4 pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x1165e962 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x117f33af __fscrypt_encrypt_symlink +EXPORT_SYMBOL_GPL vmlinux 0x11899ff4 ahci_platform_get_resources +EXPORT_SYMBOL_GPL vmlinux 0x119c9c61 vp_modern_get_num_queues +EXPORT_SYMBOL_GPL vmlinux 0x119ea321 devm_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0x11aebb26 dev_pm_opp_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x11b68a56 __tracepoint_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x11b78a8f __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x11c5a59a usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0x11dc135b crypto_register_kpp +EXPORT_SYMBOL_GPL vmlinux 0x11df0e75 devlink_fmsg_binary_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x11e06ee9 badrange_init +EXPORT_SYMBOL_GPL vmlinux 0x11e08f96 trace_seq_putmem_hex +EXPORT_SYMBOL_GPL vmlinux 0x12056e53 mas_store_gfp +EXPORT_SYMBOL_GPL vmlinux 0x12135396 phylink_mac_change +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x122939b4 edac_mc_add_mc_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x1234e483 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0x1234ffa1 cper_estatus_check_header +EXPORT_SYMBOL_GPL vmlinux 0x1254b743 irq_domain_create_simple +EXPORT_SYMBOL_GPL vmlinux 0x12690224 tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0x126d7eda usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x1278c148 devm_hte_register_chip +EXPORT_SYMBOL_GPL vmlinux 0x129b8c39 ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x12b9b4e3 devlink_dpipe_entry_ctx_prepare +EXPORT_SYMBOL_GPL vmlinux 0x12c5e45a fsl_mc_object_allocate +EXPORT_SYMBOL_GPL vmlinux 0x12e2e7e2 of_clk_parent_fill +EXPORT_SYMBOL_GPL vmlinux 0x12e7af9f extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x12ee1173 memory_group_unregister +EXPORT_SYMBOL_GPL vmlinux 0x12f8036f regmap_get_reg_stride +EXPORT_SYMBOL_GPL vmlinux 0x12fc03b6 iommu_fwspec_init +EXPORT_SYMBOL_GPL vmlinux 0x12ff432f of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x130834bb mmc_pwrseq_register +EXPORT_SYMBOL_GPL vmlinux 0x13090724 add_vmfork_randomness +EXPORT_SYMBOL_GPL vmlinux 0x130cd13a pci_epc_get_features +EXPORT_SYMBOL_GPL vmlinux 0x13100678 pci_bridge_secondary_bus_reset +EXPORT_SYMBOL_GPL vmlinux 0x1314b35b serdev_device_write_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x1318e5a1 iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131ac019 walk_hmem_resources +EXPORT_SYMBOL_GPL vmlinux 0x131cb0f7 of_add_property +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x133969d7 __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x133d4959 rz_mtu3_32bit_ch_read +EXPORT_SYMBOL_GPL vmlinux 0x133d681d of_irq_get_byname +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x13640660 get_cached_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0x13822a13 md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0x138aff76 gnttab_init +EXPORT_SYMBOL_GPL vmlinux 0x138e0957 dax_write_cache_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1394d032 __mt_destroy +EXPORT_SYMBOL_GPL vmlinux 0x13a5b42a phy_package_leave +EXPORT_SYMBOL_GPL vmlinux 0x13afbd80 balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x13b28f79 lwtunnel_cmp_encap +EXPORT_SYMBOL_GPL vmlinux 0x13b9e193 acpi_dev_resource_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x13ce87e8 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0x13d4c3f5 folio_wait_stable +EXPORT_SYMBOL_GPL vmlinux 0x13db1eb8 k3_udma_glue_rx_cppi5_to_dma_addr +EXPORT_SYMBOL_GPL vmlinux 0x13dbe30d bpf_trace_run7 +EXPORT_SYMBOL_GPL vmlinux 0x13ddf195 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0x13df380b ahci_platform_disable_regulators +EXPORT_SYMBOL_GPL vmlinux 0x13ed8784 sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x13fab921 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x1400216c edac_pci_add_device +EXPORT_SYMBOL_GPL vmlinux 0x1403ad09 cpufreq_add_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x1416e05e irq_chip_set_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0x141a874f pinctrl_force_default +EXPORT_SYMBOL_GPL vmlinux 0x141eb940 devm_gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x141f38bf ktime_get_raw_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x142b927d phylink_fwnode_phy_connect +EXPORT_SYMBOL_GPL vmlinux 0x1432e92c gpiochip_line_is_open_source +EXPORT_SYMBOL_GPL vmlinux 0x1433b4a7 meson_vid_pll_div_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x1449f728 usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0x1456762b k3_ringacc_ring_get_free +EXPORT_SYMBOL_GPL vmlinux 0x146626a0 mas_find_rev +EXPORT_SYMBOL_GPL vmlinux 0x146cc88f bpf_master_redirect_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x1475835a of_regulator_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0x14829e51 srcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x148ad5de simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x148fd794 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x1497c2ad pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x149a1207 crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0x14a92787 dev_pm_opp_xlate_required_opp +EXPORT_SYMBOL_GPL vmlinux 0x14b8b7ac clkdev_create +EXPORT_SYMBOL_GPL vmlinux 0x14ba7c64 clk_hw_init_rate_request +EXPORT_SYMBOL_GPL vmlinux 0x14bf39d7 fwnode_get_nth_parent +EXPORT_SYMBOL_GPL vmlinux 0x14c498fe generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x14c649e2 thermal_zone_device_id +EXPORT_SYMBOL_GPL vmlinux 0x14c7aae4 dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x14cf7a1c crypto_akcipher_sync_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x14d49d1a xhci_check_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0x14e32348 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0x14e53503 mptcp_pm_get_add_addr_signal_max +EXPORT_SYMBOL_GPL vmlinux 0x14ec4fdb evtchn_put +EXPORT_SYMBOL_GPL vmlinux 0x14ee9270 cpufreq_driver_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x14f2224e cpu_device_create +EXPORT_SYMBOL_GPL vmlinux 0x14fa2941 bsg_job_put +EXPORT_SYMBOL_GPL vmlinux 0x14fbcd5e __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x15018165 debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0x15021b4a xa_delete_node +EXPORT_SYMBOL_GPL vmlinux 0x15039519 devm_thermal_of_zone_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1508b5da usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x1509d32f tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0x150e3cb9 ncsi_vlan_rx_kill_vid +EXPORT_SYMBOL_GPL vmlinux 0x15239ddd skb_consume_udp +EXPORT_SYMBOL_GPL vmlinux 0x1525b28c sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x15278118 serdev_device_close +EXPORT_SYMBOL_GPL vmlinux 0x152d36c3 i2c_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0x15371727 da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x153b60a6 klist_del +EXPORT_SYMBOL_GPL vmlinux 0x15402377 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x15510a89 devlink_fmsg_binary_put +EXPORT_SYMBOL_GPL vmlinux 0x155a50e2 vp_modern_set_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x156ace85 tcp_set_keepalive +EXPORT_SYMBOL_GPL vmlinux 0x156f02b6 __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0x15774c84 rz_mtu3_16bit_ch_write +EXPORT_SYMBOL_GPL vmlinux 0x1585cb99 dma_opt_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x15886f48 hte_disable_ts +EXPORT_SYMBOL_GPL vmlinux 0x158c9412 sched_set_fifo_low +EXPORT_SYMBOL_GPL vmlinux 0x15a6f9ec udp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0x15a9ae94 hypervisor_kobj +EXPORT_SYMBOL_GPL vmlinux 0x15ade1cc filter_irq_stacks +EXPORT_SYMBOL_GPL vmlinux 0x15b5c6b5 pskb_put +EXPORT_SYMBOL_GPL vmlinux 0x15bd7435 psi_memstall_leave +EXPORT_SYMBOL_GPL vmlinux 0x15c0b1f7 nvmem_add_one_cell +EXPORT_SYMBOL_GPL vmlinux 0x15c4e3e2 phylink_ethtool_set_pauseparam +EXPORT_SYMBOL_GPL vmlinux 0x15d34649 skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x15dcd06f devlink_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x15df687f crypto_unregister_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x15ea2648 hwpoison_filter_flags_mask +EXPORT_SYMBOL_GPL vmlinux 0x15eb7eb3 fhctl_parse_dt +EXPORT_SYMBOL_GPL vmlinux 0x15f5a2a3 xenbus_register_driver_common +EXPORT_SYMBOL_GPL vmlinux 0x16422a6e xdp_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x16516798 osc_pc_lpi_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x16555f90 serdev_controller_add +EXPORT_SYMBOL_GPL vmlinux 0x165d1e26 k3_udma_glue_tx_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0x166529fd usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0x166f80f9 cros_ec_check_features +EXPORT_SYMBOL_GPL vmlinux 0x167d7113 acpi_bus_register_early_device +EXPORT_SYMBOL_GPL vmlinux 0x1681b040 iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0x16872944 ncsi_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x1687ec20 tty_get_frame_size +EXPORT_SYMBOL_GPL vmlinux 0x1690b503 usb_role_switch_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x16982554 gpiod_set_config +EXPORT_SYMBOL_GPL vmlinux 0x16ab42a2 sync_blockdev_nowait +EXPORT_SYMBOL_GPL vmlinux 0x16ba7c63 fsnotify_destroy_mark +EXPORT_SYMBOL_GPL vmlinux 0x16ca1a8a phylink_suspend +EXPORT_SYMBOL_GPL vmlinux 0x16cb6a90 radix_tree_preloads +EXPORT_SYMBOL_GPL vmlinux 0x16da1f88 devlink_fmsg_u32_put +EXPORT_SYMBOL_GPL vmlinux 0x16debf13 put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x16dfbf36 add_interrupt_randomness +EXPORT_SYMBOL_GPL vmlinux 0x16f15139 bind_evtchn_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x1701a449 acpi_device_fix_up_power +EXPORT_SYMBOL_GPL vmlinux 0x17044933 device_find_child_by_name +EXPORT_SYMBOL_GPL vmlinux 0x170cc36c put_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x171d2576 i2c_new_smbus_alert_device +EXPORT_SYMBOL_GPL vmlinux 0x1728b72f __traceiter_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x1740f763 pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x1740fc30 devm_of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0x1741ddee trace_seq_puts +EXPORT_SYMBOL_GPL vmlinux 0x1746633d __scsi_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x174c4d06 receive_fd +EXPORT_SYMBOL_GPL vmlinux 0x174c6274 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x174d5b78 tty_release_struct +EXPORT_SYMBOL_GPL vmlinux 0x174e6c46 inet_ehash_locks_alloc +EXPORT_SYMBOL_GPL vmlinux 0x17591ecd zynqmp_pm_write_ggs +EXPORT_SYMBOL_GPL vmlinux 0x176031a7 devlink_fmsg_string_put +EXPORT_SYMBOL_GPL vmlinux 0x17614bf3 apei_resources_sub +EXPORT_SYMBOL_GPL vmlinux 0x177132d0 blk_mark_disk_dead +EXPORT_SYMBOL_GPL vmlinux 0x1772f1d7 dev_pm_qos_hide_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x1779a84a acpi_dev_get_dma_resources +EXPORT_SYMBOL_GPL vmlinux 0x177b1042 __tracepoint_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x1780141e driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0x178fe1c2 dprc_reset_container +EXPORT_SYMBOL_GPL vmlinux 0x179814e6 mpc8xxx_spi_tx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0x17a01ee2 usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0x17a1184c gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0x17ab3fb3 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0x17adf198 virtqueue_get_desc_addr +EXPORT_SYMBOL_GPL vmlinux 0x17bba86a usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x17e01f11 erst_clear +EXPORT_SYMBOL_GPL vmlinux 0x17e5436a dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x17e5d055 to_nvdimm_bus_dev +EXPORT_SYMBOL_GPL vmlinux 0x17f69eb7 fwnode_handle_get +EXPORT_SYMBOL_GPL vmlinux 0x18008c59 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0x1807fbd3 rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x1819747c usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x1827dc00 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0x18295ad1 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x182e2f09 cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x1837acd0 ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0x183c7dbe __traceiter_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x18428692 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x18621d47 ethnl_cable_test_free +EXPORT_SYMBOL_GPL vmlinux 0x1869c699 pci_p2pdma_distance_many +EXPORT_SYMBOL_GPL vmlinux 0x18715353 k3_udma_glue_push_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x1875084e msg_zerocopy_callback +EXPORT_SYMBOL_GPL vmlinux 0x18785296 acpi_cppc_processor_probe +EXPORT_SYMBOL_GPL vmlinux 0x187d55bb ncsi_stop_dev +EXPORT_SYMBOL_GPL vmlinux 0x1881954c meson_pmx_get_func_name +EXPORT_SYMBOL_GPL vmlinux 0x1894124d anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x18a49e8f user_read +EXPORT_SYMBOL_GPL vmlinux 0x18ab9bcf cpufreq_dbs_governor_stop +EXPORT_SYMBOL_GPL vmlinux 0x18b782d8 xenbus_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x18c2dd52 phy_driver_is_genphy +EXPORT_SYMBOL_GPL vmlinux 0x18ca22a9 __traceiter_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x18d1be52 __traceiter_rwmmio_post_write +EXPORT_SYMBOL_GPL vmlinux 0x18dbb8ab regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0x18e4f8aa swphy_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x18e8c440 arch_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0x18f10f38 k3_udma_glue_enable_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x18fb2caf cpus_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x190d1b3c nvmem_cell_read_u32 +EXPORT_SYMBOL_GPL vmlinux 0x1926028c zynqmp_pm_reset_assert +EXPORT_SYMBOL_GPL vmlinux 0x193282ae acpi_dev_resource_ext_address_space +EXPORT_SYMBOL_GPL vmlinux 0x1938911c dax_iomap_rw +EXPORT_SYMBOL_GPL vmlinux 0x195beae8 dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x19719931 devlink_dpipe_entry_ctx_close +EXPORT_SYMBOL_GPL vmlinux 0x1982e888 dev_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0x198ba8c5 folio_mkclean +EXPORT_SYMBOL_GPL vmlinux 0x199c4aa4 usb_control_msg_recv +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19a6cd36 pci_find_host_bridge +EXPORT_SYMBOL_GPL vmlinux 0x19b3ed2d devm_thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x19c07a8f perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0x19c20269 soc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x19c42957 blk_op_str +EXPORT_SYMBOL_GPL vmlinux 0x19d6037b folio_test_hugetlb +EXPORT_SYMBOL_GPL vmlinux 0x19dfb4e7 iommu_map_sg +EXPORT_SYMBOL_GPL vmlinux 0x19e370c1 thp_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0x19e7fd90 pci_ats_supported +EXPORT_SYMBOL_GPL vmlinux 0x19e81304 btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x19edd064 blkg_rwstat_exit +EXPORT_SYMBOL_GPL vmlinux 0x19f1168b bpf_prog_create +EXPORT_SYMBOL_GPL vmlinux 0x19f33626 nf_ctnetlink_has_listener +EXPORT_SYMBOL_GPL vmlinux 0x19f445fd devm_led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0x1a0e2f7f hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x1a10c32b crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x1a12281f dev_pm_genpd_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1a146ec3 usb_ep_type_string +EXPORT_SYMBOL_GPL vmlinux 0x1a3397ec usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0x1a392316 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x1a3d994f debugfs_file_put +EXPORT_SYMBOL_GPL vmlinux 0x1a3ed9c7 nvdimm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x1a528c49 gpiochip_free_own_desc +EXPORT_SYMBOL_GPL vmlinux 0x1a5565fd fwnode_graph_get_next_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x1a5bf5e7 gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0x1a5c9f79 ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0x1a6810ec vp_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0x1a6bf28f fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x1a79f8be proc_create_net_data_write +EXPORT_SYMBOL_GPL vmlinux 0x1a7c649b device_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x1a7fc7a3 mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x1a82368d ZSTD_customCalloc +EXPORT_SYMBOL_GPL vmlinux 0x1aa7a185 __tracepoint_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x1ab84ccc ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x1abcf5d8 xhci_drop_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x1abe8f9e perf_event_pause +EXPORT_SYMBOL_GPL vmlinux 0x1ac50ccf tty_port_default_client_ops +EXPORT_SYMBOL_GPL vmlinux 0x1ac74ee8 serial8250_get_port +EXPORT_SYMBOL_GPL vmlinux 0x1acd18c8 cpuset_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x1ad9b13a devlink_remote_reload_actions_performed +EXPORT_SYMBOL_GPL vmlinux 0x1aefe5fe reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1af267f8 int_pow +EXPORT_SYMBOL_GPL vmlinux 0x1af36aad of_irq_to_resource_table +EXPORT_SYMBOL_GPL vmlinux 0x1af3c0a4 mtk_pinconf_bias_disable_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x1afaa2fd proc_dou8vec_minmax +EXPORT_SYMBOL_GPL vmlinux 0x1afe799d get_net_ns +EXPORT_SYMBOL_GPL vmlinux 0x1b0602c1 cond_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x1b147177 clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x1b1f64e9 devm_usb_get_phy_by_node +EXPORT_SYMBOL_GPL vmlinux 0x1b1f7c5e dst_cache_set_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x1b2a66f1 vcap_tc_flower_handler_ethaddr_usage +EXPORT_SYMBOL_GPL vmlinux 0x1b2fbfd7 usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1b3baf85 usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x1b437b91 __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x1b5e2528 blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x1b5f4377 trace_seq_putc +EXPORT_SYMBOL_GPL vmlinux 0x1b739ef5 __tracepoint_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1b7f9000 platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b92e41d inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x1b9412e9 gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0x1b970d1f gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0x1bb2b585 power_supply_charge_behaviour_show +EXPORT_SYMBOL_GPL vmlinux 0x1bb90b05 strp_check_rcv +EXPORT_SYMBOL_GPL vmlinux 0x1bc40a8d gpmc_omap_get_nand_ops +EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1bc64087 xas_split +EXPORT_SYMBOL_GPL vmlinux 0x1bc85e1c irq_set_affinity +EXPORT_SYMBOL_GPL vmlinux 0x1bce72ef ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0x1bd3ebd5 pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x1bd6bb22 usb_hcd_setup_local_mem +EXPORT_SYMBOL_GPL vmlinux 0x1bd83eae i2c_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x1bdde722 devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x1be52499 mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0x1bef27ca fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0x1bf025c8 led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0x1bf2d688 nvmem_layout_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1bf36e3d tegra_bpmp_get +EXPORT_SYMBOL_GPL vmlinux 0x1bff812b __spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0x1c07eb08 of_clk_add_provider +EXPORT_SYMBOL_GPL vmlinux 0x1c21c026 is_software_node +EXPORT_SYMBOL_GPL vmlinux 0x1c31f5bd rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x1c38c2a0 gfn_to_memslot +EXPORT_SYMBOL_GPL vmlinux 0x1c3b0498 of_icc_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0x1c3e12bd __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0x1c42524e clk_hw_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c53d975 inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c5a9eb2 power_supply_external_power_changed +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c5c16fe of_pci_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0x1c5ff742 clk_get_phase +EXPORT_SYMBOL_GPL vmlinux 0x1c628abc ata_host_put +EXPORT_SYMBOL_GPL vmlinux 0x1c64f94d __dev_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x1c6b1984 fb_sys_read +EXPORT_SYMBOL_GPL vmlinux 0x1c7169dc ZSTD_customFree +EXPORT_SYMBOL_GPL vmlinux 0x1c71f68c nf_route +EXPORT_SYMBOL_GPL vmlinux 0x1c78265b extcon_unregister_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1c89fb22 zynqmp_pm_clock_setparent +EXPORT_SYMBOL_GPL vmlinux 0x1ca3aa97 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0x1ca4a930 smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x1cb7c983 apei_exec_read_register_value +EXPORT_SYMBOL_GPL vmlinux 0x1cb9a1c8 xenbus_gather +EXPORT_SYMBOL_GPL vmlinux 0x1cbd92b0 cpu_mitigations_off +EXPORT_SYMBOL_GPL vmlinux 0x1cc1db17 regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x1cdd0605 xhci_port_state_to_neutral +EXPORT_SYMBOL_GPL vmlinux 0x1cdd1b76 pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x1cdf89c2 fscrypt_ioctl_get_policy_ex +EXPORT_SYMBOL_GPL vmlinux 0x1ce69a62 handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0x1cea18d3 dpbp_close +EXPORT_SYMBOL_GPL vmlinux 0x1cf2fb4b regulator_list_hardware_vsel +EXPORT_SYMBOL_GPL vmlinux 0x1cf70eb6 add_swap_extent +EXPORT_SYMBOL_GPL vmlinux 0x1cff45a0 icc_set_tag +EXPORT_SYMBOL_GPL vmlinux 0x1cff8eab sbitmap_init_node +EXPORT_SYMBOL_GPL vmlinux 0x1d011247 devm_gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0x1d03929e devfreq_event_set_event +EXPORT_SYMBOL_GPL vmlinux 0x1d0a1a79 spi_mem_default_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x1d222ced irq_get_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0x1d2c1fd3 sk_msg_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1d2d7697 xenbus_dev_groups +EXPORT_SYMBOL_GPL vmlinux 0x1d3ab68c of_hwspin_lock_get_id_byname +EXPORT_SYMBOL_GPL vmlinux 0x1d49180d pci_epc_get_msi +EXPORT_SYMBOL_GPL vmlinux 0x1d525569 sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x1d6a0fec irq_chip_mask_parent +EXPORT_SYMBOL_GPL vmlinux 0x1d73a7c6 i2c_acpi_waive_d0_probe +EXPORT_SYMBOL_GPL vmlinux 0x1d8cd609 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0x1d94a218 dmi_memdev_handle +EXPORT_SYMBOL_GPL vmlinux 0x1d97384d acpi_set_modalias +EXPORT_SYMBOL_GPL vmlinux 0x1d97b8e5 debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0x1da5e2c5 clk_hw_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x1da743b0 crypto_register_aead +EXPORT_SYMBOL_GPL vmlinux 0x1dbca81a iopf_queue_flush_dev +EXPORT_SYMBOL_GPL vmlinux 0x1dc72332 dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0x1dde49e3 bpf_offload_dev_match +EXPORT_SYMBOL_GPL vmlinux 0x1de887ff zynqmp_pm_bootmode_write +EXPORT_SYMBOL_GPL vmlinux 0x1dfa5dbd mpi_invm +EXPORT_SYMBOL_GPL vmlinux 0x1dfa6147 mtk_pinconf_adv_pull_get +EXPORT_SYMBOL_GPL vmlinux 0x1e0670c6 reset_control_release +EXPORT_SYMBOL_GPL vmlinux 0x1e2557b5 scmi_protocol_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1e288c83 zynqmp_pm_force_pwrdwn +EXPORT_SYMBOL_GPL vmlinux 0x1e2e5e66 ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0x1e2fff91 mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0x1e3ab753 inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1e3bc77c xas_create_range +EXPORT_SYMBOL_GPL vmlinux 0x1e424d61 user_preparse +EXPORT_SYMBOL_GPL vmlinux 0x1e4871bc pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0x1e489f34 nfs_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1e53f827 stack_depot_print +EXPORT_SYMBOL_GPL vmlinux 0x1e5a8922 folio_wait_writeback +EXPORT_SYMBOL_GPL vmlinux 0x1e6f85ff filemap_range_has_writeback +EXPORT_SYMBOL_GPL vmlinux 0x1e713c72 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0x1e733b84 dpbp_open +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e83fee6 HYPERVISOR_physdev_op +EXPORT_SYMBOL_GPL vmlinux 0x1e847f3d usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0x1e8fac8e wireless_nlevent_flush +EXPORT_SYMBOL_GPL vmlinux 0x1e90a0ba edac_device_handle_ce_count +EXPORT_SYMBOL_GPL vmlinux 0x1e964ffc regulator_suspend_disable +EXPORT_SYMBOL_GPL vmlinux 0x1e9bbe93 skcipher_walk_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x1e9bc719 freq_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x1e9c590a usb_find_common_endpoints_reverse +EXPORT_SYMBOL_GPL vmlinux 0x1eb1e3c1 perf_event_update_userpage +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1eca32d2 mctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x1ed4d2eb percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x1ed9f36d regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0x1ee1fc8e gpiochip_generic_request +EXPORT_SYMBOL_GPL vmlinux 0x1ee47e00 is_vmalloc_or_module_addr +EXPORT_SYMBOL_GPL vmlinux 0x1ef051ab sk_psock_msg_verdict +EXPORT_SYMBOL_GPL vmlinux 0x1ef20793 stop_core_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x1efb92a3 ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1efeb5d1 tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0x1eff1957 page_cache_ra_unbounded +EXPORT_SYMBOL_GPL vmlinux 0x1eff1b3d ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0x1f0706d1 device_find_child +EXPORT_SYMBOL_GPL vmlinux 0x1f07b131 relay_close +EXPORT_SYMBOL_GPL vmlinux 0x1f0cbff5 devm_hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0x1f1cc011 zynqmp_pm_get_chipid +EXPORT_SYMBOL_GPL vmlinux 0x1f26894a i2c_dw_prepare_clk +EXPORT_SYMBOL_GPL vmlinux 0x1f38a4f6 mpi_set_highbit +EXPORT_SYMBOL_GPL vmlinux 0x1f449588 mctrl_gpio_disable_ms +EXPORT_SYMBOL_GPL vmlinux 0x1f4ebf5d vcap_find_keystream_keysets +EXPORT_SYMBOL_GPL vmlinux 0x1f563160 bpf_offload_dev_priv +EXPORT_SYMBOL_GPL vmlinux 0x1f62e70b mtk_clk_unregister_fixed_clks +EXPORT_SYMBOL_GPL vmlinux 0x1f6682f4 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0x1f6a9eeb regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x1f73e73c hisi_reset_init +EXPORT_SYMBOL_GPL vmlinux 0x1f7f3b8e devlink_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f8dff5b pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x1f912a4a bpf_redirect_info +EXPORT_SYMBOL_GPL vmlinux 0x1f9a2b53 zynqmp_pm_clock_enable +EXPORT_SYMBOL_GPL vmlinux 0x1fa1d95c sha256_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x1fa48995 efivar_supports_writes +EXPORT_SYMBOL_GPL vmlinux 0x1fb8506c tcp_is_ulp_esp +EXPORT_SYMBOL_GPL vmlinux 0x1fbc3c04 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0x1fe33638 vp_legacy_config_vector +EXPORT_SYMBOL_GPL vmlinux 0x1fe6e504 gpiod_add_hogs +EXPORT_SYMBOL_GPL vmlinux 0x1ffaedd8 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x1ffb9cbc gpiochip_populate_parent_fwspec_fourcell +EXPORT_SYMBOL_GPL vmlinux 0x2009e400 devlink_info_board_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2014f84f __virtqueue_unbreak +EXPORT_SYMBOL_GPL vmlinux 0x2015ad26 rz_mtu3_shared_reg_update_bit +EXPORT_SYMBOL_GPL vmlinux 0x201c4da8 ata_scsi_slave_alloc +EXPORT_SYMBOL_GPL vmlinux 0x20244e0e devm_regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x2026abcc tick_nohz_dep_clear_task +EXPORT_SYMBOL_GPL vmlinux 0x202b34d1 dev_pm_genpd_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x202d4ed6 nvmem_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x203c0186 iomap_seek_hole +EXPORT_SYMBOL_GPL vmlinux 0x204517a6 md_find_rdev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x20497ab3 xdp_rxq_info_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x204f2c5c gnttab_free_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x205293c5 usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0x205a22a1 ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0x2065023b ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0x206e1300 of_clk_hw_simple_get +EXPORT_SYMBOL_GPL vmlinux 0x20749bae pm_runtime_suspended_time +EXPORT_SYMBOL_GPL vmlinux 0x207c37a1 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0x207c78c1 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0x20978fb9 idr_find +EXPORT_SYMBOL_GPL vmlinux 0x20a4e01a HUF_readStats_wksp +EXPORT_SYMBOL_GPL vmlinux 0x20a70782 devm_fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x20be8b80 netlink_strict_get_check +EXPORT_SYMBOL_GPL vmlinux 0x20de0190 devlink_port_type_eth_set +EXPORT_SYMBOL_GPL vmlinux 0x20e650d0 devm_of_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x20e6ee2d phy_check_downshift +EXPORT_SYMBOL_GPL vmlinux 0x20f11f1c crypto_sig_set_privkey +EXPORT_SYMBOL_GPL vmlinux 0x2104159e dev_pm_opp_get_max_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0x2104ae44 scsi_unregister_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x21113296 dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x21169178 devres_find +EXPORT_SYMBOL_GPL vmlinux 0x211ea95f wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x212734c5 vcap_netbytes_copy +EXPORT_SYMBOL_GPL vmlinux 0x21273cc7 xdp_return_buff +EXPORT_SYMBOL_GPL vmlinux 0x213eaa70 usb_cache_string +EXPORT_SYMBOL_GPL vmlinux 0x2151161b rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x215ed062 ma35d1_reg_adc_clkdiv +EXPORT_SYMBOL_GPL vmlinux 0x216de4e1 rcu_get_gp_kthreads_prio +EXPORT_SYMBOL_GPL vmlinux 0x2176e42a hwpoison_filter_memcg +EXPORT_SYMBOL_GPL vmlinux 0x2192c900 phylink_connect_phy +EXPORT_SYMBOL_GPL vmlinux 0x21a02a3d pinmux_generic_get_function +EXPORT_SYMBOL_GPL vmlinux 0x21a2ef9c vcap_lookup_rule_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0x21a563da clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x21a80da5 fsl_mc_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x21b00697 ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x21b14b2e __devm_irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x21b4c939 cgroup_path_ns +EXPORT_SYMBOL_GPL vmlinux 0x21ba0cba __traceiter_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x21ca5f23 pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x21cd536a crypto_put_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x21d4426b gpiod_enable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0x21dc1df2 xfrm_state_afinfo_get_rcu +EXPORT_SYMBOL_GPL vmlinux 0x21e58533 i2c_match_id +EXPORT_SYMBOL_GPL vmlinux 0x21eab389 dw_pcie_ep_init_notify +EXPORT_SYMBOL_GPL vmlinux 0x21f54d17 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0x21fb6295 reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x21fc4c62 devm_register_power_off_handler +EXPORT_SYMBOL_GPL vmlinux 0x21fef8bd ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0x220ce70c kvm_arm_hyp_service_available +EXPORT_SYMBOL_GPL vmlinux 0x221eaf2c samsung_sdi_battery_get_info +EXPORT_SYMBOL_GPL vmlinux 0x221f78d6 irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0x22253352 pci_msix_alloc_irq_at +EXPORT_SYMBOL_GPL vmlinux 0x222667bf dma_resv_get_fences +EXPORT_SYMBOL_GPL vmlinux 0x2238c298 serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x223aa44f kthread_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x2246170a to_software_node +EXPORT_SYMBOL_GPL vmlinux 0x224dc566 serdev_device_wait_until_sent +EXPORT_SYMBOL_GPL vmlinux 0x225804f7 regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0x227180db clk_hw_get_name +EXPORT_SYMBOL_GPL vmlinux 0x2272285d adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2290148f inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x22902bfe register_btf_kfunc_id_set +EXPORT_SYMBOL_GPL vmlinux 0x229f976c elv_register +EXPORT_SYMBOL_GPL vmlinux 0x22ae803d ip_local_out +EXPORT_SYMBOL_GPL vmlinux 0x22b18986 ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x22b22462 devl_dpipe_table_resource_set +EXPORT_SYMBOL_GPL vmlinux 0x22b449e1 ncsi_vlan_rx_add_vid +EXPORT_SYMBOL_GPL vmlinux 0x22bdac15 dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0x22c62004 device_match_of_node +EXPORT_SYMBOL_GPL vmlinux 0x22ccc8b3 serdev_device_break_ctl +EXPORT_SYMBOL_GPL vmlinux 0x22cda27f vcap_tc_flower_handler_vlan_usage +EXPORT_SYMBOL_GPL vmlinux 0x22d1ddd5 pci_vpd_alloc +EXPORT_SYMBOL_GPL vmlinux 0x22d60537 tcf_frag_xmit_count +EXPORT_SYMBOL_GPL vmlinux 0x22d9409b iomap_sort_ioends +EXPORT_SYMBOL_GPL vmlinux 0x22df8057 pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x22ec5205 cpu_latency_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x22eef847 __xenbus_register_frontend +EXPORT_SYMBOL_GPL vmlinux 0x22fd08ba cpuacct_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x2300b926 msi_domain_first_desc +EXPORT_SYMBOL_GPL vmlinux 0x2306a8b7 usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0x230d9f89 vcpu_load +EXPORT_SYMBOL_GPL vmlinux 0x2326638b dpcon_close +EXPORT_SYMBOL_GPL vmlinux 0x232b038a get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0x2332489b __traceiter_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x23412816 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0x23461450 devlink_params_register +EXPORT_SYMBOL_GPL vmlinux 0x234bdb92 clk_regmap_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0x234cf416 devlink_fmsg_string_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x2351a7b3 __nf_ip6_route +EXPORT_SYMBOL_GPL vmlinux 0x2364a7e5 rz_mtu3_32bit_ch_write +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x23893701 platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x238b39c1 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x2396c7f0 clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x239ea558 tty_kopen_shared +EXPORT_SYMBOL_GPL vmlinux 0x23bda6c3 mmc_pwrseq_unregister +EXPORT_SYMBOL_GPL vmlinux 0x23c3b778 phy_basic_features +EXPORT_SYMBOL_GPL vmlinux 0x23c4da10 da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x23dd7e35 tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x23eff9ee __udp_gso_segment +EXPORT_SYMBOL_GPL vmlinux 0x23fdb0a6 crypto_alloc_sync_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x240525e9 device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x2421097b mpi_const +EXPORT_SYMBOL_GPL vmlinux 0x24235223 phy_10gbit_full_features +EXPORT_SYMBOL_GPL vmlinux 0x24254da9 serial8250_do_startup +EXPORT_SYMBOL_GPL vmlinux 0x24273ff5 imx_clk_hw_pllv4 +EXPORT_SYMBOL_GPL vmlinux 0x242f14b7 regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0x24302f7a kernfs_path_from_node +EXPORT_SYMBOL_GPL vmlinux 0x24413343 erst_read_record +EXPORT_SYMBOL_GPL vmlinux 0x24545133 ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x2454665d from_vfsuid +EXPORT_SYMBOL_GPL vmlinux 0x2455dc84 hid_bpf_disconnect_device +EXPORT_SYMBOL_GPL vmlinux 0x2464da17 gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0x2469810f __rcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x246c8107 uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0x24709b2f trace_seq_putmem +EXPORT_SYMBOL_GPL vmlinux 0x2484e789 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x24852826 __SCK__tp_func_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x248bc867 raw_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0x248e1473 kfree_strarray +EXPORT_SYMBOL_GPL vmlinux 0x24a99f4d tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x24ad11db wakeup_sources_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x24d52162 devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x24da0093 rcu_inkernel_boot_has_ended +EXPORT_SYMBOL_GPL vmlinux 0x24e73507 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24edd2b9 gnttab_page_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x24fc50f4 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2500e01b clk_mux_val_to_index +EXPORT_SYMBOL_GPL vmlinux 0x25046096 sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0x25148dd7 irq_domain_translate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x251bcc10 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0x251ce0c2 cpufreq_driver_resolve_freq +EXPORT_SYMBOL_GPL vmlinux 0x251d9124 srcu_torture_stats_print +EXPORT_SYMBOL_GPL vmlinux 0x2527eb60 ptp_msg_is_sync +EXPORT_SYMBOL_GPL vmlinux 0x25301bc6 arch_wb_cache_pmem +EXPORT_SYMBOL_GPL vmlinux 0x2534f99f debounce_time_mt6795 +EXPORT_SYMBOL_GPL vmlinux 0x25379e73 clk_set_min_rate +EXPORT_SYMBOL_GPL vmlinux 0x2540f3f5 of_reserved_mem_device_release +EXPORT_SYMBOL_GPL vmlinux 0x254a14c7 tps65912_device_exit +EXPORT_SYMBOL_GPL vmlinux 0x254e6f98 pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x2550ce60 serdev_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2551e79c sock_diag_destroy +EXPORT_SYMBOL_GPL vmlinux 0x25560936 request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x255d76f7 platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0x255d8d2c iomap_seek_data +EXPORT_SYMBOL_GPL vmlinux 0x2572fd7b blk_mq_freeze_queue +EXPORT_SYMBOL_GPL vmlinux 0x2574da11 zynqmp_pm_write_pggs +EXPORT_SYMBOL_GPL vmlinux 0x257b4071 ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0x25889b60 devm_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0x2592fc6c console_printk +EXPORT_SYMBOL_GPL vmlinux 0x25adf1a3 divider_ro_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x25b07584 debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x25b3398e vp_legacy_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0x25bbfa9a security_kernel_load_data +EXPORT_SYMBOL_GPL vmlinux 0x25c42796 onboard_hub_destroy_pdevs +EXPORT_SYMBOL_GPL vmlinux 0x25ccd227 nvdimm_badblocks_populate +EXPORT_SYMBOL_GPL vmlinux 0x25cec5e4 bio_add_zone_append_page +EXPORT_SYMBOL_GPL vmlinux 0x25fb1f61 xdp_return_frame +EXPORT_SYMBOL_GPL vmlinux 0x26165a32 pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0x261c8317 vp_legacy_set_queue_address +EXPORT_SYMBOL_GPL vmlinux 0x2624d447 pinctrl_pm_select_idle_state +EXPORT_SYMBOL_GPL vmlinux 0x2635c807 led_blink_set +EXPORT_SYMBOL_GPL vmlinux 0x263f17eb regmap_field_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x2650862d ksm_madvise +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x265bbef9 kexec_crash_loaded +EXPORT_SYMBOL_GPL vmlinux 0x266a4b08 tasklet_unlock +EXPORT_SYMBOL_GPL vmlinux 0x266efa62 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x267941b3 __tracepoint_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x267df662 smp_call_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0x268a0476 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x268c00f2 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0x2692588d mmu_interval_notifier_remove +EXPORT_SYMBOL_GPL vmlinux 0x26956b7d syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x26a23757 tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x26a493fc cgroup_get_from_id +EXPORT_SYMBOL_GPL vmlinux 0x26a93eb2 verify_pkcs7_signature +EXPORT_SYMBOL_GPL vmlinux 0x26ab4755 put_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x26bebe14 usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x26c44a3b __tracepoint_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26ed2186 register_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL vmlinux 0x27084c7f i2c_adapter_depth +EXPORT_SYMBOL_GPL vmlinux 0x270ce4cf devm_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x272e9d77 hisi_reset_exit +EXPORT_SYMBOL_GPL vmlinux 0x273592bc devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x2735ae31 clk_hw_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x273eecbf phy_get +EXPORT_SYMBOL_GPL vmlinux 0x27447af0 devfreq_event_reset_event +EXPORT_SYMBOL_GPL vmlinux 0x275591a8 ahci_check_ready +EXPORT_SYMBOL_GPL vmlinux 0x27672443 ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0x2773c485 __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x277f39a7 devl_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0x2788a2ce thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x2795fc9d vcap_set_rule_set_actionset +EXPORT_SYMBOL_GPL vmlinux 0x279db8b1 of_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x27c2663e ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0x27c664da da903x_write +EXPORT_SYMBOL_GPL vmlinux 0x27c67714 rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x27c9b24f rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x27ce10da regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x27d5d131 vp_legacy_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0x27df3105 hv_alloc_hyperv_zeroed_page +EXPORT_SYMBOL_GPL vmlinux 0x27e64ab7 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0x27efad4d kill_device +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27f80661 usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x2809ae2f palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0x280a02e9 bpf_prog_create_from_user +EXPORT_SYMBOL_GPL vmlinux 0x2816db99 mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x2817f7fd cppc_get_desired_perf +EXPORT_SYMBOL_GPL vmlinux 0x2820c34c pci_alloc_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x282b3f94 __tracepoint_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x282cdabc usb_led_activity +EXPORT_SYMBOL_GPL vmlinux 0x28310bcd kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x285e681a pci_bridge_emul_conf_read +EXPORT_SYMBOL_GPL vmlinux 0x28628988 vcap_enable_lookups +EXPORT_SYMBOL_GPL vmlinux 0x2864abc9 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x286cc647 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0x2882d40e usb_role_switch_unregister +EXPORT_SYMBOL_GPL vmlinux 0x288572a3 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0x288b5c73 disk_alloc_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0x289073dd blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0x28aa6a67 call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x28ab4fb9 pinctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x28afbb08 cpu_latency_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x28b030d2 of_overlay_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x28c47c09 dma_get_merge_boundary +EXPORT_SYMBOL_GPL vmlinux 0x28ca6c8f do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x28f9d593 devm_clk_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x28fd6cde device_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0x2912aa1f kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x291876f3 mpi_ec_get_affine +EXPORT_SYMBOL_GPL vmlinux 0x292aa9cc usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0x2959d596 gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0x295b982a hisi_clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x296682b0 zynqmp_pm_get_rpu_mode +EXPORT_SYMBOL_GPL vmlinux 0x2972d12f of_get_regulator_init_data +EXPORT_SYMBOL_GPL vmlinux 0x297f7ca0 dw_pcie_ep_linkup +EXPORT_SYMBOL_GPL vmlinux 0x29923c0c netdev_walk_all_upper_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x29adcc0e devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x29c81eeb msg_zerocopy_realloc +EXPORT_SYMBOL_GPL vmlinux 0x29ca551a mtk_clk_unregister_composites +EXPORT_SYMBOL_GPL vmlinux 0x29d76547 k3_udma_glue_tdown_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x29d96457 lwtunnel_build_state +EXPORT_SYMBOL_GPL vmlinux 0x29dea1f0 ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x29ea973d devm_register_restart_handler +EXPORT_SYMBOL_GPL vmlinux 0x29eba37f current_is_async +EXPORT_SYMBOL_GPL vmlinux 0x29ee4515 ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0x2a04a731 fuse_request_end +EXPORT_SYMBOL_GPL vmlinux 0x2a142aeb fat_truncate_time +EXPORT_SYMBOL_GPL vmlinux 0x2a2c0665 mtk_clk_gate_ops_setclr_inv +EXPORT_SYMBOL_GPL vmlinux 0x2a2f04fa ip_tunnel_netlink_parms +EXPORT_SYMBOL_GPL vmlinux 0x2a3f9bb7 led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0x2a4dad2f blk_mq_virtio_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x2a5cb850 genphy_c45_plca_get_cfg +EXPORT_SYMBOL_GPL vmlinux 0x2a5ea9ef rhashtable_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2a62cb3a ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2a6aed05 pin_get_name +EXPORT_SYMBOL_GPL vmlinux 0x2a7316da __SCK__tp_func_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x2a763246 dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x2a8b8ef8 stmpe_enable +EXPORT_SYMBOL_GPL vmlinux 0x2a8be0fa watchdog_notify_pretimeout +EXPORT_SYMBOL_GPL vmlinux 0x2a976d1c dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x2a97b76b inet_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0x2a9b236b rtm_getroute_parse_ip_proto +EXPORT_SYMBOL_GPL vmlinux 0x2aac3c9b iommu_detach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0x2aadad1a efi_capsule_update +EXPORT_SYMBOL_GPL vmlinux 0x2ab2d1af virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0x2abc69cd phylink_mii_c22_pcs_get_state +EXPORT_SYMBOL_GPL vmlinux 0x2ac7cbf5 fwnode_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x2ae1689e zynqmp_pm_clock_getdivider +EXPORT_SYMBOL_GPL vmlinux 0x2ae33deb mtk_pinconf_adv_drive_set_raw +EXPORT_SYMBOL_GPL vmlinux 0x2ae562ae devm_spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x2ae70334 genpd_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0x2ae75ea2 fw_devlink_purge_absent_suppliers +EXPORT_SYMBOL_GPL vmlinux 0x2aeca7bb usb_acpi_set_power_state +EXPORT_SYMBOL_GPL vmlinux 0x2af7193f serdev_controller_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2b0fe000 gnttab_cancel_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x2b147ce1 devl_assert_locked +EXPORT_SYMBOL_GPL vmlinux 0x2b2809ad tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x2b31599e gpiod_disable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0x2b3afa88 inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x2b3fc839 regulator_set_ramp_delay_regmap +EXPORT_SYMBOL_GPL vmlinux 0x2b42fbb9 clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x2b4509dd devlink_health_reporter_state_update +EXPORT_SYMBOL_GPL vmlinux 0x2b52e131 vp_modern_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0x2b6150fb power_supply_temp2resist_simple +EXPORT_SYMBOL_GPL vmlinux 0x2b6d960d synth_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x2b71d968 pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0x2b7e81e0 cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x2b860e39 iommu_unregister_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x2b86f0fd zynqmp_pm_bootmode_read +EXPORT_SYMBOL_GPL vmlinux 0x2b960b66 qman_is_probed +EXPORT_SYMBOL_GPL vmlinux 0x2b9997fb atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x2ba16e08 ata_acpi_gtm_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x2ba49490 fscrypt_prepare_lookup_partial +EXPORT_SYMBOL_GPL vmlinux 0x2bb5a97f regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0x2bd8a8bb blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x2bdf5ab0 pm_wakeup_pending +EXPORT_SYMBOL_GPL vmlinux 0x2be7f43d of_get_required_opp_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x2bef2e6a __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x2bf1f393 fib_nl_delrule +EXPORT_SYMBOL_GPL vmlinux 0x2c0a13a0 devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x2c0c74a8 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0x2c1c8be1 xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c2bcba9 __of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x2c3054f9 net_inc_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x2c335a65 dw_pcie_read_dbi +EXPORT_SYMBOL_GPL vmlinux 0x2c372268 ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x2c40d151 gpiochip_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x2c46d8e5 regulator_bulk_set_supply_names +EXPORT_SYMBOL_GPL vmlinux 0x2c542032 bpf_map_put +EXPORT_SYMBOL_GPL vmlinux 0x2c567f34 pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0x2c5776dd posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0x2c5cc37d get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0x2c62b93c badblocks_store +EXPORT_SYMBOL_GPL vmlinux 0x2c635527 arch_invalidate_pmem +EXPORT_SYMBOL_GPL vmlinux 0x2c66ac85 devlink_info_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2c7834b0 blk_mq_hctx_set_fq_lock_class +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c81a826 imx_1443x_pll +EXPORT_SYMBOL_GPL vmlinux 0x2c834418 static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x2c8dd6b8 edac_mem_types +EXPORT_SYMBOL_GPL vmlinux 0x2c8e28ee phylink_ethtool_get_eee +EXPORT_SYMBOL_GPL vmlinux 0x2c97f8a2 of_reconfig_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x2c9811c9 i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0x2c98b2aa irqchip_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x2ca622fa blk_freeze_queue_start +EXPORT_SYMBOL_GPL vmlinux 0x2ca7c9ec xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0x2cb67684 wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x2cbfe43f devm_namespace_disable +EXPORT_SYMBOL_GPL vmlinux 0x2ccb56cb __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x2ccf0565 vcap_rule_find_keysets +EXPORT_SYMBOL_GPL vmlinux 0x2ce61f33 __SCK__tp_func_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x2ce8df57 crypto_clone_shash +EXPORT_SYMBOL_GPL vmlinux 0x2cf905da device_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x2cfe5aa0 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0x2d0684a9 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x2d0c9a6e irq_chip_disable_parent +EXPORT_SYMBOL_GPL vmlinux 0x2d18a236 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d238bb5 netif_carrier_event +EXPORT_SYMBOL_GPL vmlinux 0x2d2c902f perf_trace_buf_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2d2dd36f kobj_ns_grab_current +EXPORT_SYMBOL_GPL vmlinux 0x2d3f3120 l3mdev_ifindex_lookup_by_table_id +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d50266b badblocks_init +EXPORT_SYMBOL_GPL vmlinux 0x2d52872a irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0x2d583ffe rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x2d5a9e8f crypto_sig_verify +EXPORT_SYMBOL_GPL vmlinux 0x2d609547 dax_direct_access +EXPORT_SYMBOL_GPL vmlinux 0x2dad37bb mddev_init +EXPORT_SYMBOL_GPL vmlinux 0x2db2fb85 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0x2db67d4a owl_sps_set_pg +EXPORT_SYMBOL_GPL vmlinux 0x2db7a8a0 acpi_dev_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x2ddc92d6 dm_audit_log_bio +EXPORT_SYMBOL_GPL vmlinux 0x2df55730 mtk_clk_dummy_ops +EXPORT_SYMBOL_GPL vmlinux 0x2df5dea6 devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x2e028ae6 rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x2e042d9c __traceiter_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2e04fc94 handle_fasteoi_nmi +EXPORT_SYMBOL_GPL vmlinux 0x2e08226d badrange_add +EXPORT_SYMBOL_GPL vmlinux 0x2e1a3a1d simple_rename_exchange +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e277e5a irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x2e374f2d da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x2e389fb1 bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x2e3de5d3 irq_domain_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x2e4fa9a1 md_find_rdev_nr_rcu +EXPORT_SYMBOL_GPL vmlinux 0x2e594ae5 acpi_subsys_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x2e5ae9bd serial8250_rpm_put_tx +EXPORT_SYMBOL_GPL vmlinux 0x2e5d7228 class_register +EXPORT_SYMBOL_GPL vmlinux 0x2e66298c __SCK__tp_func_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x2e6c03e4 fb_deferred_io_release +EXPORT_SYMBOL_GPL vmlinux 0x2e7887d2 nf_ct_set_closing +EXPORT_SYMBOL_GPL vmlinux 0x2e795052 meson8_pmx_ops +EXPORT_SYMBOL_GPL vmlinux 0x2e948873 clk_hw_forward_rate_request +EXPORT_SYMBOL_GPL vmlinux 0x2e9d900d dev_pm_opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0x2e9ec24d free_iova +EXPORT_SYMBOL_GPL vmlinux 0x2ebb19fd execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2eca6a19 phy_basic_t1s_p2mp_features_array +EXPORT_SYMBOL_GPL vmlinux 0x2ed205ae kthread_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x2ed489ec gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL vmlinux 0x2ed67467 usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0x2ee7458f xhci_find_slot_id_by_port +EXPORT_SYMBOL_GPL vmlinux 0x2ee7c52b btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x2f027ba4 thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0x2f059582 ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f0e9d0c irq_domain_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x2f1ea064 __SCK__tp_func_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x2f2c95c4 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x2f34aab6 pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x2f37da8e vmf_insert_pfn_pmd +EXPORT_SYMBOL_GPL vmlinux 0x2f4880df static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x2f52839d ahci_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x2f551460 devm_ti_sci_get_of_resource +EXPORT_SYMBOL_GPL vmlinux 0x2f64415f unregister_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2f6e8fa2 timer_unstable_counter_workaround +EXPORT_SYMBOL_GPL vmlinux 0x2f84bc6a alarmtimer_get_rtcdev +EXPORT_SYMBOL_GPL vmlinux 0x2f866d32 kvm_write_guest_offset_cached +EXPORT_SYMBOL_GPL vmlinux 0x2f88a657 mmc_sanitize +EXPORT_SYMBOL_GPL vmlinux 0x2f9cf383 crypto_sig_maxsize +EXPORT_SYMBOL_GPL vmlinux 0x2faac966 pci_bridge_emul_init +EXPORT_SYMBOL_GPL vmlinux 0x2fac3c71 k3_ringacc_request_rings_pair +EXPORT_SYMBOL_GPL vmlinux 0x2fc1e0fe kmem_valid_obj +EXPORT_SYMBOL_GPL vmlinux 0x2fc26414 xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0x2fc7dccc devm_platform_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0x2fd385e8 gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x2feffe89 pm_clk_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2ffedb6b hv_free_hyperv_page +EXPORT_SYMBOL_GPL vmlinux 0x30085e2b is_nvdimm_sync +EXPORT_SYMBOL_GPL vmlinux 0x300b3bed pci_msi_unmask_irq +EXPORT_SYMBOL_GPL vmlinux 0x30110835 mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0x30110a29 phy_eee_cap1_features +EXPORT_SYMBOL_GPL vmlinux 0x301dea12 kthread_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x3025eee0 tegra210_clk_emc_dll_update_setting +EXPORT_SYMBOL_GPL vmlinux 0x302a7c9a dev_pm_opp_get_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x30351294 k3_udma_glue_rx_flow_get_fdq_id +EXPORT_SYMBOL_GPL vmlinux 0x3039b0f5 vchan_find_desc +EXPORT_SYMBOL_GPL vmlinux 0x303cb819 sk_msg_is_readable +EXPORT_SYMBOL_GPL vmlinux 0x30457ee4 thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x3048e9b7 of_devfreq_cooling_register_power +EXPORT_SYMBOL_GPL vmlinux 0x3050e5fc __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x3055d889 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0x305c07ea of_dma_is_coherent +EXPORT_SYMBOL_GPL vmlinux 0x305cd2e4 dev_attr_ncq_prio_supported +EXPORT_SYMBOL_GPL vmlinux 0x3061cfce ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0x3062753f rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0x3068265c ata_port_classify +EXPORT_SYMBOL_GPL vmlinux 0x3077b3e0 pci_msix_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x30861c02 regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x30a52fd3 fixed_phy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x30b2b1bc tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x30c72473 led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0x30ca05ec regulator_list_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x30de5e85 dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0x30e1b99a tegra_bpmp_put +EXPORT_SYMBOL_GPL vmlinux 0x30e1ec25 apei_map_generic_address +EXPORT_SYMBOL_GPL vmlinux 0x30e32060 set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x30e42163 tick_nohz_dep_clear_cpu +EXPORT_SYMBOL_GPL vmlinux 0x30e4a18a __inode_attach_wb +EXPORT_SYMBOL_GPL vmlinux 0x30eee732 dev_pm_opp_get_power +EXPORT_SYMBOL_GPL vmlinux 0x30fba8d9 devres_get +EXPORT_SYMBOL_GPL vmlinux 0x30fcf40f lwtunnel_input +EXPORT_SYMBOL_GPL vmlinux 0x31010e83 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x31019477 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x310d54b5 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0x31111df4 pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x31128b8e hv_remove_kexec_handler +EXPORT_SYMBOL_GPL vmlinux 0x311c6da4 put_iova_domain +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x313ea5fd ipi_send_single +EXPORT_SYMBOL_GPL vmlinux 0x314030ec icc_put +EXPORT_SYMBOL_GPL vmlinux 0x315df2d5 gnttab_map_refs +EXPORT_SYMBOL_GPL vmlinux 0x3163c6a2 fib_add_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x3178ccb7 hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0x317af8d9 akcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x317cdcd6 __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0x317de1d3 device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x31907a76 battery_hook_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3192d768 cpufreq_remove_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x319409ef vp_legacy_set_status +EXPORT_SYMBOL_GPL vmlinux 0x3195e36e ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0x31a31ba9 meson_axg_pmx_ops +EXPORT_SYMBOL_GPL vmlinux 0x31a76d61 mas_destroy +EXPORT_SYMBOL_GPL vmlinux 0x31a95e8b ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x31b78fb1 __auxiliary_device_add +EXPORT_SYMBOL_GPL vmlinux 0x31c3b729 pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x31c68931 of_platform_device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31d1621f crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0x31d34278 xas_load +EXPORT_SYMBOL_GPL vmlinux 0x31d74b49 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x31d889e4 vcap_addr_keysets +EXPORT_SYMBOL_GPL vmlinux 0x31dc42f5 __tracepoint_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x31dca4d8 gnttab_claim_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x31e9e8d5 zynqmp_pm_set_suspend_mode +EXPORT_SYMBOL_GPL vmlinux 0x31f4dee3 ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0x321670e2 pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0x321c0613 pci_ignore_hotplug +EXPORT_SYMBOL_GPL vmlinux 0x32295715 dev_pm_opp_clear_config +EXPORT_SYMBOL_GPL vmlinux 0x3229c6c2 sk_msg_free_partial +EXPORT_SYMBOL_GPL vmlinux 0x322daeea pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0x324681c3 kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0x324d0776 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0x324efb1e crypto_register_scomp +EXPORT_SYMBOL_GPL vmlinux 0x32585e22 fib_nl_newrule +EXPORT_SYMBOL_GPL vmlinux 0x325b9c0b gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x325ba3b2 firmware_request_platform +EXPORT_SYMBOL_GPL vmlinux 0x325f9d61 vcap_rule_add_key_u72 +EXPORT_SYMBOL_GPL vmlinux 0x326cefe5 hwpoison_filter_dev_minor +EXPORT_SYMBOL_GPL vmlinux 0x326f145b scsi_ioctl_block_when_processing_errors +EXPORT_SYMBOL_GPL vmlinux 0x3273c3e2 ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0x32784342 anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0x327a2687 bind_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x327c73e6 __SCK__tp_func_rwmmio_read +EXPORT_SYMBOL_GPL vmlinux 0x328d9012 led_get +EXPORT_SYMBOL_GPL vmlinux 0x32a9ec40 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0x32ab06cc irq_percpu_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x32ada4a4 devm_hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x32bc0fcf preempt_notifier_dec +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32ce4a94 acpi_spi_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x32d20869 __clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x32d300a1 syscon_regmap_lookup_by_phandle_args +EXPORT_SYMBOL_GPL vmlinux 0x32d3fa84 fscrypt_prepare_symlink +EXPORT_SYMBOL_GPL vmlinux 0x32d9b70a ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x32dcd355 mtk_register_reset_controller_with_dev +EXPORT_SYMBOL_GPL vmlinux 0x32e768e7 folio_alloc_buffers +EXPORT_SYMBOL_GPL vmlinux 0x330010b6 cpuset_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x3307b974 phy_set_media +EXPORT_SYMBOL_GPL vmlinux 0x330b0e01 sbitmap_queue_min_shallow_depth +EXPORT_SYMBOL_GPL vmlinux 0x330f6116 set_dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x331adc21 __tracepoint_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0x3324586c devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x3329fa1e spi_controller_dma_unmap_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0x332a2a05 of_regulator_match +EXPORT_SYMBOL_GPL vmlinux 0x33338211 rcuref_get_slowpath +EXPORT_SYMBOL_GPL vmlinux 0x3337f0d3 acpi_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x3352823d cppc_get_auto_sel_caps +EXPORT_SYMBOL_GPL vmlinux 0x33574a26 kthread_flush_worker +EXPORT_SYMBOL_GPL vmlinux 0x335a613c mas_next_range +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x336216b3 k3_udma_glue_rx_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0x336d746e crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0x336f2c48 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x33982633 powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0x33a92176 usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x33b27d6c tpm_transmit_cmd +EXPORT_SYMBOL_GPL vmlinux 0x33b3daea clk_gate_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x33b5fc29 fsl_mc_resource_free +EXPORT_SYMBOL_GPL vmlinux 0x33bbcf69 psil_set_new_ep_config +EXPORT_SYMBOL_GPL vmlinux 0x33d2de37 generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0x33f0e236 blk_crypto_has_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x33fbea9f pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0x3408d0a4 pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x340e9b22 acpi_subsys_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x340fbc74 fscrypt_ioctl_get_nonce +EXPORT_SYMBOL_GPL vmlinux 0x340fce28 gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x341591b7 dm_internal_resume_fast +EXPORT_SYMBOL_GPL vmlinux 0x3430fe8f devlink_region_snapshot_id_put +EXPORT_SYMBOL_GPL vmlinux 0x34331f04 acpi_os_unmap_memory +EXPORT_SYMBOL_GPL vmlinux 0x343d45e2 extcon_get_edev_name +EXPORT_SYMBOL_GPL vmlinux 0x34407691 crypto_has_ahash +EXPORT_SYMBOL_GPL vmlinux 0x344361a1 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0x344a2c84 iomap_dio_complete +EXPORT_SYMBOL_GPL vmlinux 0x34505399 led_init_default_state_get +EXPORT_SYMBOL_GPL vmlinux 0x3450ad94 mpi_set_ui +EXPORT_SYMBOL_GPL vmlinux 0x3466447c mptcp_pm_get_add_addr_accept_max +EXPORT_SYMBOL_GPL vmlinux 0x3475c83d platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0x3476ac5b list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x347bab35 edac_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0x34841023 dw_pcie_link_up +EXPORT_SYMBOL_GPL vmlinux 0x3491f3c7 inet_pernet_hashinfo_free +EXPORT_SYMBOL_GPL vmlinux 0x349ef6d1 dev_pm_qos_update_user_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x34a7b142 __SCK__tp_func_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x34a846d8 clk_hw_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0x34bd5173 fscrypt_prepare_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x34d3884a usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x34dbfc38 sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x34eab46d bind_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x34ef6b37 thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0x34f47560 simple_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0x34fc84fa tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0x3506178a __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x350f6ce5 tasklet_unlock_wait +EXPORT_SYMBOL_GPL vmlinux 0x3515559c extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x352904fe battery_hook_register +EXPORT_SYMBOL_GPL vmlinux 0x352a9396 icc_link_create +EXPORT_SYMBOL_GPL vmlinux 0x352b3813 maxim_charger_calc_reg_current +EXPORT_SYMBOL_GPL vmlinux 0x352ec68b bpf_offload_dev_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3531ec2e extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x353590f1 acct_bioset_init +EXPORT_SYMBOL_GPL vmlinux 0x3542e347 phy_10gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x354ec467 __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0x35541e81 led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0x355b2ef2 ti_sci_put_handle +EXPORT_SYMBOL_GPL vmlinux 0x355bc89a klist_next +EXPORT_SYMBOL_GPL vmlinux 0x3562f983 read_sanitised_ftr_reg +EXPORT_SYMBOL_GPL vmlinux 0x3565a929 utf8_data_table +EXPORT_SYMBOL_GPL vmlinux 0x357457c3 psil_get_ep_config +EXPORT_SYMBOL_GPL vmlinux 0x35803a95 led_trigger_read +EXPORT_SYMBOL_GPL vmlinux 0x35829790 rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x358be521 regmap_get_val_endian +EXPORT_SYMBOL_GPL vmlinux 0x358ef8db devfreq_event_enable_edev +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x3591d49a nvdimm_pmem_region_create +EXPORT_SYMBOL_GPL vmlinux 0x3592f04a pci_p2pdma_enable_show +EXPORT_SYMBOL_GPL vmlinux 0x359751aa disk_uevent +EXPORT_SYMBOL_GPL vmlinux 0x35a4f59d zynqmp_pm_clock_setdivider +EXPORT_SYMBOL_GPL vmlinux 0x35a54786 rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x35ad7b09 bpf_trace_run2 +EXPORT_SYMBOL_GPL vmlinux 0x35b5b881 dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x35cb250f led_blink_set_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x35d3dc46 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x35e108ff __percpu_init_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x35e2e6c4 pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x36059904 regulator_set_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x361762e5 pci_ecam_map_bus +EXPORT_SYMBOL_GPL vmlinux 0x36242943 switchdev_deferred_process +EXPORT_SYMBOL_GPL vmlinux 0x3630365f power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0x3636d031 led_update_brightness +EXPORT_SYMBOL_GPL vmlinux 0x3636d41c fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0x3649d3b5 sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x3650a688 acpi_unbind_one +EXPORT_SYMBOL_GPL vmlinux 0x3650f376 sprd_pinctrl_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x3658c366 iommu_device_link +EXPORT_SYMBOL_GPL vmlinux 0x365989e5 imx_1416x_pll +EXPORT_SYMBOL_GPL vmlinux 0x366a71d0 kvm_are_all_memslots_empty +EXPORT_SYMBOL_GPL vmlinux 0x368308e7 irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0x3688de52 __traceiter_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x36898d6f gpiod_remove_hogs +EXPORT_SYMBOL_GPL vmlinux 0x368a76f3 bsg_remove_queue +EXPORT_SYMBOL_GPL vmlinux 0x3690a6e7 blk_stat_disable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x369a90e4 usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36a7c69a debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0x36ac17ab alloc_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0x36c3438c debugfs_create_file_size +EXPORT_SYMBOL_GPL vmlinux 0x36c75b4e context_tracking +EXPORT_SYMBOL_GPL vmlinux 0x36c7e4ca usb_phy_set_charger_state +EXPORT_SYMBOL_GPL vmlinux 0x36db870b zynqmp_pm_sha_hash +EXPORT_SYMBOL_GPL vmlinux 0x36e14293 irq_domain_remove_sim +EXPORT_SYMBOL_GPL vmlinux 0x36e852d0 blkg_conf_init +EXPORT_SYMBOL_GPL vmlinux 0x36ea4bad metadata_dst_alloc +EXPORT_SYMBOL_GPL vmlinux 0x36ef0fa3 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x36f54639 ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0x36fe84c9 ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x37044984 xfrm_dev_offload_ok +EXPORT_SYMBOL_GPL vmlinux 0x37046910 usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0x371306a6 of_irq_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x37169f79 cpu_latency_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x37238f8c ahci_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x3724e0a5 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x3734eab4 fib_new_table +EXPORT_SYMBOL_GPL vmlinux 0x37436158 fscrypt_context_for_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x3750d770 erst_read +EXPORT_SYMBOL_GPL vmlinux 0x3754b311 usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x3775c25b k3_udma_glue_tx_cppi5_to_dma_addr +EXPORT_SYMBOL_GPL vmlinux 0x377bbcbc pm_suspend_target_state +EXPORT_SYMBOL_GPL vmlinux 0x377e3bf4 icc_node_del +EXPORT_SYMBOL_GPL vmlinux 0x3788abce register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x378adfb7 zynqmp_pm_sd_dll_reset +EXPORT_SYMBOL_GPL vmlinux 0x37914025 xenbus_write +EXPORT_SYMBOL_GPL vmlinux 0x379b0cf4 xenbus_match +EXPORT_SYMBOL_GPL vmlinux 0x379bb04e blk_req_zone_write_trylock +EXPORT_SYMBOL_GPL vmlinux 0x37a390c5 device_initialize +EXPORT_SYMBOL_GPL vmlinux 0x37b5dfb8 cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0x37b64c05 devlink_port_type_ib_set +EXPORT_SYMBOL_GPL vmlinux 0x37b86df8 follow_pte +EXPORT_SYMBOL_GPL vmlinux 0x37bf7be3 percpu_ref_exit +EXPORT_SYMBOL_GPL vmlinux 0x37f16536 qcom_smem_state_register +EXPORT_SYMBOL_GPL vmlinux 0x3801776b __ioread32_copy +EXPORT_SYMBOL_GPL vmlinux 0x380590ad ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0x38089a6c rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0x380dde36 power_supply_batinfo_ocv2cap +EXPORT_SYMBOL_GPL vmlinux 0x381d84b8 virtio_add_status +EXPORT_SYMBOL_GPL vmlinux 0x38268b62 icc_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x38374815 clear_selection +EXPORT_SYMBOL_GPL vmlinux 0x38410d4b iommu_get_domain_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x38444378 platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x38457058 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0x38498c73 of_cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x3866e217 nvmem_device_write +EXPORT_SYMBOL_GPL vmlinux 0x386ba914 vcap_tc_flower_handler_ipv4_usage +EXPORT_SYMBOL_GPL vmlinux 0x38708e25 inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0x387ada82 skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0x3889d5ba sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0x388a3e1f extcon_find_edev_by_node +EXPORT_SYMBOL_GPL vmlinux 0x388e3f89 tcp_plb_update_state_upon_rto +EXPORT_SYMBOL_GPL vmlinux 0x389b64a2 static_key_count +EXPORT_SYMBOL_GPL vmlinux 0x38a5b43b xenbus_dev_error +EXPORT_SYMBOL_GPL vmlinux 0x38a6ab0c crypto_grab_shash +EXPORT_SYMBOL_GPL vmlinux 0x38aa1397 gpiod_add_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0x38bd10f6 component_add +EXPORT_SYMBOL_GPL vmlinux 0x38bf72ee fuse_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x38c3ff30 freq_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x38d223f3 irq_domain_free_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x38e1fde7 mpi_set +EXPORT_SYMBOL_GPL vmlinux 0x38e5bc5a clk_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x38f704de dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x38faf821 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0x38fb2cb4 l3mdev_update_flow +EXPORT_SYMBOL_GPL vmlinux 0x3900a573 cgroup_get_from_path +EXPORT_SYMBOL_GPL vmlinux 0x39026604 gpiochip_irq_domain_activate +EXPORT_SYMBOL_GPL vmlinux 0x3913ca1e __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x39226ec6 devm_regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0x3923aed5 of_dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x3930dafb ahci_platform_disable_clks +EXPORT_SYMBOL_GPL vmlinux 0x3934db83 pci_bridge_emul_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x393d986f tpm2_get_cc_attrs_tbl +EXPORT_SYMBOL_GPL vmlinux 0x39476be4 dst_cache_set_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x395869da pl08x_filter_id +EXPORT_SYMBOL_GPL vmlinux 0x3958ccb6 __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x395b8b90 sbitmap_prepare_to_wait +EXPORT_SYMBOL_GPL vmlinux 0x39623a6f gnttab_dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x39718957 ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0x3974bc53 of_icc_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x397dcf86 rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0x397e2142 __SCK__tp_func_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x39aa4888 usb_role_string +EXPORT_SYMBOL_GPL vmlinux 0x39b13298 pci_sriov_configure_simple +EXPORT_SYMBOL_GPL vmlinux 0x39b24a64 imx_fracn_gppll_integer +EXPORT_SYMBOL_GPL vmlinux 0x39c32aca __SCK__tp_func_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x39c442da evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0x39c9d88c xas_find +EXPORT_SYMBOL_GPL vmlinux 0x39d76e80 pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x39ded098 rdma_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x39e2edaf meson_clk_dualdiv_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x39e3d714 vcap_add_rule +EXPORT_SYMBOL_GPL vmlinux 0x39e8b4af ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x39eabe6b fscrypt_d_revalidate +EXPORT_SYMBOL_GPL vmlinux 0x39f09eac sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x39f4d500 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x39fd83db halt_poll_ns_shrink +EXPORT_SYMBOL_GPL vmlinux 0x3a047095 tcp_plb_check_rehash +EXPORT_SYMBOL_GPL vmlinux 0x3a15013b ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x3a15d291 acpi_fetch_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0x3a207137 apply_to_existing_page_range +EXPORT_SYMBOL_GPL vmlinux 0x3a24fb2f percpu_ref_resurrect +EXPORT_SYMBOL_GPL vmlinux 0x3a3dffd0 dprc_remove_devices +EXPORT_SYMBOL_GPL vmlinux 0x3a4874a1 sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a55981a static_key_enable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x3a8cd000 xfrm_state_mtu +EXPORT_SYMBOL_GPL vmlinux 0x3a8e1d60 __xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x3a9be019 asymmetric_key_id_partial +EXPORT_SYMBOL_GPL vmlinux 0x3a9e278b mmu_interval_read_begin +EXPORT_SYMBOL_GPL vmlinux 0x3aaf7073 __platform_register_drivers +EXPORT_SYMBOL_GPL vmlinux 0x3ab8c7f0 pcie_aspm_enabled +EXPORT_SYMBOL_GPL vmlinux 0x3abdc17a cper_dimm_err_location +EXPORT_SYMBOL_GPL vmlinux 0x3abe6fe5 phylink_validate_mask_caps +EXPORT_SYMBOL_GPL vmlinux 0x3ac3feba rhltable_init +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad5e879 regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x3adcc300 ip_icmp_error_rfc4884 +EXPORT_SYMBOL_GPL vmlinux 0x3ae65f46 netdev_cmd_to_name +EXPORT_SYMBOL_GPL vmlinux 0x3aec3af9 fsl_mc_get_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x3af204ba acpi_device_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x3afc4a8f sbitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x3b03208d power_supply_battery_info_has_prop +EXPORT_SYMBOL_GPL vmlinux 0x3b121a0a register_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x3b2bf6b8 ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0x3b4c240a display_timings_release +EXPORT_SYMBOL_GPL vmlinux 0x3b50c74b mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0x3b53c26a phy_resolve_aneg_pause +EXPORT_SYMBOL_GPL vmlinux 0x3b5973d1 of_irq_parse_one +EXPORT_SYMBOL_GPL vmlinux 0x3b68960b do_xdp_generic +EXPORT_SYMBOL_GPL vmlinux 0x3b764012 rt_mutex_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0x3b78bf02 sunxi_ccu_get_mmc_timing_mode +EXPORT_SYMBOL_GPL vmlinux 0x3b9dbe06 dev_pm_opp_remove_all_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x3b9f22cb genphy_c45_fast_retrain +EXPORT_SYMBOL_GPL vmlinux 0x3ba01b47 get_compat_sigset +EXPORT_SYMBOL_GPL vmlinux 0x3ba86421 pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x3bb0b6a5 raw_v4_match +EXPORT_SYMBOL_GPL vmlinux 0x3bb19919 __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x3bc205f9 bpf_prog_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3bc4b820 devl_register +EXPORT_SYMBOL_GPL vmlinux 0x3bd16616 __devm_reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x3bd9d2b9 io_uring_cmd_do_in_task_lazy +EXPORT_SYMBOL_GPL vmlinux 0x3bdb5d28 alg_test +EXPORT_SYMBOL_GPL vmlinux 0x3be200ce phy_10gbit_fec_features +EXPORT_SYMBOL_GPL vmlinux 0x3be303da power_supply_get_property_from_supplier +EXPORT_SYMBOL_GPL vmlinux 0x3be7a262 led_set_brightness_nosleep +EXPORT_SYMBOL_GPL vmlinux 0x3bf0700f pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0x3bf17755 mpi_read_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3c0e8050 hyperv_pcpu_input_arg +EXPORT_SYMBOL_GPL vmlinux 0x3c11b9f5 tegra210_put_utmipll_in_iddq +EXPORT_SYMBOL_GPL vmlinux 0x3c1c3725 rcu_fwd_progress_check +EXPORT_SYMBOL_GPL vmlinux 0x3c209bfb crypto_skcipher_setkey +EXPORT_SYMBOL_GPL vmlinux 0x3c241c2c public_key_free +EXPORT_SYMBOL_GPL vmlinux 0x3c285ec7 pci_get_dsn +EXPORT_SYMBOL_GPL vmlinux 0x3c2b68f7 of_changeset_apply +EXPORT_SYMBOL_GPL vmlinux 0x3c2dcba5 devm_memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x3c33fa63 meson_clk_pll_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x3c3c85d8 __SCK__tp_func_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x3c3d4c6b cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x3c4b715e irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x3c4f4630 fscrypt_drop_inode +EXPORT_SYMBOL_GPL vmlinux 0x3c5d543a hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x3c6785b7 block_pr_type_to_scsi +EXPORT_SYMBOL_GPL vmlinux 0x3c681dc4 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0x3c6e7212 meson_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0x3c735b77 xenbus_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x3c758d86 dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0x3c819c45 arch_apei_report_mem_error +EXPORT_SYMBOL_GPL vmlinux 0x3c851b66 clkdev_hw_create +EXPORT_SYMBOL_GPL vmlinux 0x3c942135 fscrypt_set_context +EXPORT_SYMBOL_GPL vmlinux 0x3c944abf devl_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3c965b52 get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x3cb88a62 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x3ccd8b46 zynqmp_pm_clock_getparent +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cd1b510 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x3cdc8a9e fuse_init_fs_context_submount +EXPORT_SYMBOL_GPL vmlinux 0x3cde20ef stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x3ce22eb3 icc_provider_deregister +EXPORT_SYMBOL_GPL vmlinux 0x3ceaa071 msi_unlock_descs +EXPORT_SYMBOL_GPL vmlinux 0x3cecbcab serdev_device_write +EXPORT_SYMBOL_GPL vmlinux 0x3cf724aa nexthop_find_by_id +EXPORT_SYMBOL_GPL vmlinux 0x3cf93e73 debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0x3cf9c65a fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3cfa4acb regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0x3d029b97 synth_event_gen_cmd_array_start +EXPORT_SYMBOL_GPL vmlinux 0x3d0f9cd1 srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0x3d10a10e devm_blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x3d162ec2 dpcon_enable +EXPORT_SYMBOL_GPL vmlinux 0x3d17db0c skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0x3d17fa19 __alloc_pages_bulk +EXPORT_SYMBOL_GPL vmlinux 0x3d28eff7 kvm_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x3d2c2686 irq_domain_alloc_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d3c9e7e i2c_new_scanned_device +EXPORT_SYMBOL_GPL vmlinux 0x3d3fa722 pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x3d510a7b rcu_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0x3d5bc318 gpiod_set_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0x3d6097fc xen_unmap_domain_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0x3d611b11 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3d6b0d44 security_kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0x3d737d82 __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0x3d866e05 __SCK__tp_func_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x3d8baf3b zs_huge_class_size +EXPORT_SYMBOL_GPL vmlinux 0x3d93b684 ahci_print_info +EXPORT_SYMBOL_GPL vmlinux 0x3d979700 devlink_free +EXPORT_SYMBOL_GPL vmlinux 0x3daa2540 nf_hooks_lwtunnel_enabled +EXPORT_SYMBOL_GPL vmlinux 0x3dad76f5 led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0x3dad8836 pinctrl_enable +EXPORT_SYMBOL_GPL vmlinux 0x3db56159 devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x3db9b73f __regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3dee5d49 fib_nh_common_init +EXPORT_SYMBOL_GPL vmlinux 0x3df70c99 trace_clock_global +EXPORT_SYMBOL_GPL vmlinux 0x3dfb071f __cpuhp_state_remove_instance +EXPORT_SYMBOL_GPL vmlinux 0x3e0a087f inet_hashinfo2_init_mod +EXPORT_SYMBOL_GPL vmlinux 0x3e12a0a3 gnttab_page_cache_shrink +EXPORT_SYMBOL_GPL vmlinux 0x3e18f540 tty_port_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x3e30abdb ext_pi_type3_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x3e31f3dc cg_regs_dummy +EXPORT_SYMBOL_GPL vmlinux 0x3e3634a5 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x3e411ace sfp_select_interface +EXPORT_SYMBOL_GPL vmlinux 0x3e44d599 phy_led_triggers_register +EXPORT_SYMBOL_GPL vmlinux 0x3e4e61ef platform_unregister_drivers +EXPORT_SYMBOL_GPL vmlinux 0x3e5d67fa dst_cache_get_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x3e6d9d64 __tracepoint_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e749076 vp_modern_set_features +EXPORT_SYMBOL_GPL vmlinux 0x3e8a370d kthread_unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0x3e903560 ip_tunnel_netlink_encap_parms +EXPORT_SYMBOL_GPL vmlinux 0x3ea5196d apei_osc_setup +EXPORT_SYMBOL_GPL vmlinux 0x3eb3af76 bio_end_io_acct_remapped +EXPORT_SYMBOL_GPL vmlinux 0x3ecaa9a1 devm_bitmap_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3ece41f8 tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0x3ed0fafd dev_nit_active +EXPORT_SYMBOL_GPL vmlinux 0x3ed3124b devl_trap_policers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3ed37751 __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3ed3f0b3 iommu_dev_disable_feature +EXPORT_SYMBOL_GPL vmlinux 0x3ed968a6 acpi_pci_find_root +EXPORT_SYMBOL_GPL vmlinux 0x3edb086b pse_control_put +EXPORT_SYMBOL_GPL vmlinux 0x3ee91b72 __traceiter_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x3ef051c8 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x3efc37f3 nfs_ssc_client_tbl +EXPORT_SYMBOL_GPL vmlinux 0x3f063850 sk_psock_init +EXPORT_SYMBOL_GPL vmlinux 0x3f0a8f38 acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x3f2233d4 pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0x3f3fcf9a dsa_stubs +EXPORT_SYMBOL_GPL vmlinux 0x3f491f49 reset_control_bulk_reset +EXPORT_SYMBOL_GPL vmlinux 0x3f4e3226 spi_setup +EXPORT_SYMBOL_GPL vmlinux 0x3f53479a blk_mq_flush_busy_ctxs +EXPORT_SYMBOL_GPL vmlinux 0x3f579b03 pci_status_get_and_clear_errors +EXPORT_SYMBOL_GPL vmlinux 0x3f5b2358 blk_mq_start_stopped_hw_queue +EXPORT_SYMBOL_GPL vmlinux 0x3f605527 hwmon_notify_event +EXPORT_SYMBOL_GPL vmlinux 0x3f630b49 cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x3f75691e mtk_eint_do_init +EXPORT_SYMBOL_GPL vmlinux 0x3f83f8d3 rcu_bind_current_to_nocb +EXPORT_SYMBOL_GPL vmlinux 0x3f848d79 __xdp_rxq_info_reg +EXPORT_SYMBOL_GPL vmlinux 0x3f84a09e iommu_report_device_fault +EXPORT_SYMBOL_GPL vmlinux 0x3f84bcd7 dax_alive +EXPORT_SYMBOL_GPL vmlinux 0x3f88ba5f crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0x3fa15e0e xdp_rxq_info_unreg +EXPORT_SYMBOL_GPL vmlinux 0x3fae6ab0 hv_vp_index +EXPORT_SYMBOL_GPL vmlinux 0x3fc509fd spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0x3fe35aea irq_bypass_unregister_consumer +EXPORT_SYMBOL_GPL vmlinux 0x3fe6c346 devlink_fmsg_binary_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x3fea029c hisi_clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x3ff2e349 hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x3ffab480 ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0x3ffdacf3 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0x3ffef2b4 ping_bind +EXPORT_SYMBOL_GPL vmlinux 0x400a024b acpi_scan_lock_release +EXPORT_SYMBOL_GPL vmlinux 0x40190864 edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x4021b0ae usb_of_get_companion_dev +EXPORT_SYMBOL_GPL vmlinux 0x40267068 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x402abedd vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0x4035b91a __skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x403eac60 sbitmap_get +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x4043757f init_iova_domain +EXPORT_SYMBOL_GPL vmlinux 0x404f6122 gov_attr_set_init +EXPORT_SYMBOL_GPL vmlinux 0x405bf52a vfs_splice_read +EXPORT_SYMBOL_GPL vmlinux 0x40648e37 blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x406c4cb1 hrtimer_resolution +EXPORT_SYMBOL_GPL vmlinux 0x4071b517 out_of_line_wait_on_bit_timeout +EXPORT_SYMBOL_GPL vmlinux 0x407af304 usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0x407d7ea1 wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0x4099f919 tun_ptr_free +EXPORT_SYMBOL_GPL vmlinux 0x409ea4c5 acpi_driver_match_device +EXPORT_SYMBOL_GPL vmlinux 0x40b98615 mptcp_pm_get_local_addr_max +EXPORT_SYMBOL_GPL vmlinux 0x40c164ef thermal_zone_device_disable +EXPORT_SYMBOL_GPL vmlinux 0x40d8e649 crypto_grab_kpp +EXPORT_SYMBOL_GPL vmlinux 0x40e0c971 pstore_register +EXPORT_SYMBOL_GPL vmlinux 0x40f028b3 zynqmp_pm_set_rpu_mode +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x40f5f992 crypto_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x40f8b94e ring_buffer_iter_dropped +EXPORT_SYMBOL_GPL vmlinux 0x40f8bd4e klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x40ffcce0 iommu_dev_enable_feature +EXPORT_SYMBOL_GPL vmlinux 0x4100a662 clk_get_scaled_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x4103aba3 device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0x4109d4c8 vp_modern_set_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0x410a73dc event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0x411f9573 pm_clk_destroy +EXPORT_SYMBOL_GPL vmlinux 0x41237f71 cpu_have_feature +EXPORT_SYMBOL_GPL vmlinux 0x412bc681 ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x413c53d7 sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x414b9923 pci_iov_get_pf_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x414d119a videomode_from_timings +EXPORT_SYMBOL_GPL vmlinux 0x4153f8f9 mbox_request_channel_byname +EXPORT_SYMBOL_GPL vmlinux 0x415c393b genphy_c45_baset1_read_status +EXPORT_SYMBOL_GPL vmlinux 0x415c3f8c pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0x415ee2d2 gnttab_pages_set_private +EXPORT_SYMBOL_GPL vmlinux 0x416e6a2d dev_err_probe +EXPORT_SYMBOL_GPL vmlinux 0x417e0b35 pci_p2pmem_find_many +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x418873cc irq_bypass_register_producer +EXPORT_SYMBOL_GPL vmlinux 0x4195180a rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0x419d7c83 zynqmp_pm_pinctrl_set_config +EXPORT_SYMBOL_GPL vmlinux 0x419e7efd sfp_module_stop +EXPORT_SYMBOL_GPL vmlinux 0x41a103e8 fib6_new_table +EXPORT_SYMBOL_GPL vmlinux 0x41b9a6e6 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x41bbbef7 __bio_release_pages +EXPORT_SYMBOL_GPL vmlinux 0x41bce49a ghes_register_vendor_record_notifier +EXPORT_SYMBOL_GPL vmlinux 0x41c36b9b __tracepoint_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x41d2336b ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0x41d34458 bio_iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0x41da7343 pci_dev_trylock +EXPORT_SYMBOL_GPL vmlinux 0x41ed3cec eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x41ed8895 of_alias_from_compatible +EXPORT_SYMBOL_GPL vmlinux 0x42010aca fwnode_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x42011aec dm_disk +EXPORT_SYMBOL_GPL vmlinux 0x42041512 i2c_get_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x4207860e ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0x420ab0fb kstrdup_quotable_cmdline +EXPORT_SYMBOL_GPL vmlinux 0x420f3d01 nvmem_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4219888d access_process_vm +EXPORT_SYMBOL_GPL vmlinux 0x4238ba25 get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0x423c6548 tpm_try_get_ops +EXPORT_SYMBOL_GPL vmlinux 0x4243d8c6 irq_get_default_host +EXPORT_SYMBOL_GPL vmlinux 0x424ed65e vp_modern_set_status +EXPORT_SYMBOL_GPL vmlinux 0x42635d55 pm_suspend_global_flags +EXPORT_SYMBOL_GPL vmlinux 0x426452a3 acpi_evaluation_failure_warn +EXPORT_SYMBOL_GPL vmlinux 0x426fe476 da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0x4278d56a phylink_expects_phy +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x4286c31f locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0x429389bf bdev_disk_changed +EXPORT_SYMBOL_GPL vmlinux 0x429c3f9c reboot_mode +EXPORT_SYMBOL_GPL vmlinux 0x429f4fb4 mtk_clk_simple_remove +EXPORT_SYMBOL_GPL vmlinux 0x42ae3de0 pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0x42b4fa0e tpm_chip_stop +EXPORT_SYMBOL_GPL vmlinux 0x42bf8fe1 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0x42cefc5c fscrypt_get_symlink +EXPORT_SYMBOL_GPL vmlinux 0x42da89c0 ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0x42e732cb vcap_rule_add_key_u128 +EXPORT_SYMBOL_GPL vmlinux 0x42eda279 ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0x42f25479 phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x42f728aa mctrl_gpio_get_outputs +EXPORT_SYMBOL_GPL vmlinux 0x42fa5a4d ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x4301ded1 acpi_dev_get_next_consumer_dev +EXPORT_SYMBOL_GPL vmlinux 0x430bd49b dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0x430d88ec __traceiter_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x431e540b noop_direct_IO +EXPORT_SYMBOL_GPL vmlinux 0x4320c355 imx_clk_hw_frac_pll +EXPORT_SYMBOL_GPL vmlinux 0x4329c69e crypto_sig_sign +EXPORT_SYMBOL_GPL vmlinux 0x43390f5c pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x43482355 i2c_dw_validate_speed +EXPORT_SYMBOL_GPL vmlinux 0x43589ed5 of_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x435b6f81 pci_epc_stop +EXPORT_SYMBOL_GPL vmlinux 0x4364b536 user_update +EXPORT_SYMBOL_GPL vmlinux 0x436d817f mpi_clear_bit +EXPORT_SYMBOL_GPL vmlinux 0x437eb1df ipv6_mod_enabled +EXPORT_SYMBOL_GPL vmlinux 0x438d147f pm_clk_remove_clk +EXPORT_SYMBOL_GPL vmlinux 0x438d8df2 iova_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x438e88fa virtqueue_get_buf_ctx +EXPORT_SYMBOL_GPL vmlinux 0x4397a6b8 wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0x43aa319e lease_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x43bb10ab ulpi_viewport_access_ops +EXPORT_SYMBOL_GPL vmlinux 0x43c41927 nfs_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0x43caa7c0 regmap_irq_get_irq_reg_linear +EXPORT_SYMBOL_GPL vmlinux 0x43d33426 ti_sci_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x43d93437 regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0x43dbcd1b component_del +EXPORT_SYMBOL_GPL vmlinux 0x43e93f20 fuse_mount_remove +EXPORT_SYMBOL_GPL vmlinux 0x43ead483 set_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x43f563be tcp_abort +EXPORT_SYMBOL_GPL vmlinux 0x43f81957 clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x43f92edd wait_for_initramfs +EXPORT_SYMBOL_GPL vmlinux 0x4401e6c2 mpi_cmpabs +EXPORT_SYMBOL_GPL vmlinux 0x4413f461 zynqmp_pm_request_wake +EXPORT_SYMBOL_GPL vmlinux 0x4418bc1f __hwspin_trylock +EXPORT_SYMBOL_GPL vmlinux 0x4422ac24 zynqmp_pm_set_tapdelay_bypass +EXPORT_SYMBOL_GPL vmlinux 0x442deaa9 poll_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4439bcd2 __SCK__tp_func_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x444129b2 virtio_device_restore +EXPORT_SYMBOL_GPL vmlinux 0x444b3a1b led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0x444f1735 cpu_pm_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4463509f crypto_register_scomps +EXPORT_SYMBOL_GPL vmlinux 0x4471a51d vhost_task_stop +EXPORT_SYMBOL_GPL vmlinux 0x4475dcaf hv_nested +EXPORT_SYMBOL_GPL vmlinux 0x447c2217 perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x447f809c imx_clk_hw_pllv3 +EXPORT_SYMBOL_GPL vmlinux 0x447fd500 sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x44a3a6c6 addrconf_add_linklocal +EXPORT_SYMBOL_GPL vmlinux 0x44a5c0db input_class +EXPORT_SYMBOL_GPL vmlinux 0x44a793ab HYPERVISOR_grant_table_op +EXPORT_SYMBOL_GPL vmlinux 0x44b784bf rio_del_device +EXPORT_SYMBOL_GPL vmlinux 0x44b90b05 md_bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x44bae227 bit_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x44c10a52 kvfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x44cf8cf0 blk_zone_cond_str +EXPORT_SYMBOL_GPL vmlinux 0x44dcf8de stmpe811_adc_common_init +EXPORT_SYMBOL_GPL vmlinux 0x44e1e9aa balloon_stats +EXPORT_SYMBOL_GPL vmlinux 0x44e58976 __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x44ead850 fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0x44ede257 power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x4507f4a8 cpuhp_tasks_frozen +EXPORT_SYMBOL_GPL vmlinux 0x451618d0 sbitmap_del_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x451bb1f0 cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0x451d76e4 nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x4531624f usb_decode_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x4531ab62 copy_from_kernel_nofault +EXPORT_SYMBOL_GPL vmlinux 0x454a6e00 securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x454d22d9 devl_unlock +EXPORT_SYMBOL_GPL vmlinux 0x45558f56 clk_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x455b60a5 crypto_akcipher_sync_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x4561f990 qcom_smem_state_unregister +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x45788eb0 gnttab_foreach_grant_in_range +EXPORT_SYMBOL_GPL vmlinux 0x457afa89 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x457ba428 devlink_region_snapshot_id_get +EXPORT_SYMBOL_GPL vmlinux 0x4583da33 perf_get_aux +EXPORT_SYMBOL_GPL vmlinux 0x458d4f98 pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x458e05db blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x4592f039 irq_chip_retrigger_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x459b02fb mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x459e6151 mm_unaccount_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x45a25ee5 locks_owner_has_blockers +EXPORT_SYMBOL_GPL vmlinux 0x45ae373b led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x45b03f67 pinctrl_utils_add_map_mux +EXPORT_SYMBOL_GPL vmlinux 0x45b4e715 dev_pm_opp_init_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x45c333f9 copy_user_highpage +EXPORT_SYMBOL_GPL vmlinux 0x45d1635f fib_alias_hw_flags_set +EXPORT_SYMBOL_GPL vmlinux 0x45df88c1 netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x45e66f26 disk_set_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0x45e8b450 mnt_idmap_get +EXPORT_SYMBOL_GPL vmlinux 0x45ee7af5 ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x45fa1d62 mbox_chan_txdone +EXPORT_SYMBOL_GPL vmlinux 0x46013233 net_dec_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x46030074 __hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0x46068e50 pci_generic_config_write32 +EXPORT_SYMBOL_GPL vmlinux 0x460aa18e led_compose_name +EXPORT_SYMBOL_GPL vmlinux 0x460c4ce6 clk_regmap_gate_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x461512a8 __traceiter_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x46189d0a device_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x46275130 mas_expected_entries +EXPORT_SYMBOL_GPL vmlinux 0x4643117a phy_select_page +EXPORT_SYMBOL_GPL vmlinux 0x464476dc vcap_set_tc_exterr +EXPORT_SYMBOL_GPL vmlinux 0x465af0b2 fb_sys_write +EXPORT_SYMBOL_GPL vmlinux 0x465ba926 netdev_walk_all_lower_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x467a5d4a power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x468748f1 meson_clk_mpll_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x46950fd0 platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x469f1b11 pinmux_generic_remove_function +EXPORT_SYMBOL_GPL vmlinux 0x469f1f87 bpf_prog_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0x46a4b118 hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x46a9d683 udp_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0x46b82224 ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x46bc5114 __imx8m_clk_hw_composite +EXPORT_SYMBOL_GPL vmlinux 0x46bde3c6 debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x46bf38c4 acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x46bfeb1b device_property_present +EXPORT_SYMBOL_GPL vmlinux 0x46d11cab debugfs_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x46e67a71 this_cpu_has_cap +EXPORT_SYMBOL_GPL vmlinux 0x46fc1fec pci_create_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x46fee6d7 srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x470aebf6 seg6_do_srh_inline +EXPORT_SYMBOL_GPL vmlinux 0x470ec91d inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x4721cf88 usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x47254279 security_file_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x473d9ff6 devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x47489477 devm_irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x476461e8 __tracepoint_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x47663cfe vcap_rule_mod_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x477c11f8 clk_hw_get_flags +EXPORT_SYMBOL_GPL vmlinux 0x477d7ac5 device_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x478e81f8 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x4793742c devl_rate_leaf_destroy +EXPORT_SYMBOL_GPL vmlinux 0x4796520c trace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0x479803b9 base64_encode +EXPORT_SYMBOL_GPL vmlinux 0x479f7d4b clk_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x47a030e1 fscrypt_ioctl_remove_key_all_users +EXPORT_SYMBOL_GPL vmlinux 0x47a51a07 mtk_clk_register_gates +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47b62d6c iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0x47c42fad regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x47d0eea2 acpi_lpat_temp_to_raw +EXPORT_SYMBOL_GPL vmlinux 0x47de0dc7 clk_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x47f66e86 dev_pm_opp_of_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x47fa01ce virtqueue_add_inbuf_ctx +EXPORT_SYMBOL_GPL vmlinux 0x4801c641 icc_std_aggregate +EXPORT_SYMBOL_GPL vmlinux 0x480305ca kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0x4815aa79 dev_pm_opp_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x48176053 of_property_read_u64_index +EXPORT_SYMBOL_GPL vmlinux 0x481f9b7d mpi_mulm +EXPORT_SYMBOL_GPL vmlinux 0x48203853 em_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x48234e4d clk_hw_determine_rate_no_reparent +EXPORT_SYMBOL_GPL vmlinux 0x4826da37 fwnode_usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0x4828e77b acpi_scan_lock_acquire +EXPORT_SYMBOL_GPL vmlinux 0x482b9650 devm_gpiod_unhinge +EXPORT_SYMBOL_GPL vmlinux 0x4843a748 qman_portals_probed +EXPORT_SYMBOL_GPL vmlinux 0x484d5cef trace_array_destroy +EXPORT_SYMBOL_GPL vmlinux 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL vmlinux 0x4860265f mtk_clk_register_pllfhs +EXPORT_SYMBOL_GPL vmlinux 0x48638333 bsg_job_get +EXPORT_SYMBOL_GPL vmlinux 0x48666e10 cdx_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x486838a5 __tracepoint_rwmmio_write +EXPORT_SYMBOL_GPL vmlinux 0x486cf403 device_attach +EXPORT_SYMBOL_GPL vmlinux 0x486dedc3 ghes_unregister_vendor_record_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4870d366 vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0x488d39ba crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x48a1210b ahci_reset_controller +EXPORT_SYMBOL_GPL vmlinux 0x48a3d20b mctrl_gpio_get +EXPORT_SYMBOL_GPL vmlinux 0x48c32847 __SCK__tp_func_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x48c35c9e __tracepoint_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x48e50a83 acpi_subsys_prepare +EXPORT_SYMBOL_GPL vmlinux 0x48e62ebc scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x48ee371d l3mdev_master_ifindex_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4922c2d4 gpiochip_line_is_persistent +EXPORT_SYMBOL_GPL vmlinux 0x49242bc7 freezer_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4924e2f6 mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x4928b06c spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x4934bdd0 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x494289f3 vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x49536cef dma_resv_set_deadline +EXPORT_SYMBOL_GPL vmlinux 0x49542c84 __traceiter_block_split +EXPORT_SYMBOL_GPL vmlinux 0x49608959 migrate_disable +EXPORT_SYMBOL_GPL vmlinux 0x496102ff spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x496c41fc edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x497a2748 device_del +EXPORT_SYMBOL_GPL vmlinux 0x497d11e5 devlink_register +EXPORT_SYMBOL_GPL vmlinux 0x497e7fcb netdev_walk_all_lower_dev +EXPORT_SYMBOL_GPL vmlinux 0x49806971 perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x4990a19b spi_target_abort +EXPORT_SYMBOL_GPL vmlinux 0x49927d25 page_reporting_unregister +EXPORT_SYMBOL_GPL vmlinux 0x49b42bba register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x49b57339 gfn_to_pfn_prot +EXPORT_SYMBOL_GPL vmlinux 0x49b92b18 page_cache_async_ra +EXPORT_SYMBOL_GPL vmlinux 0x49cd25ed alloc_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x49cf88e7 mbox_flush +EXPORT_SYMBOL_GPL vmlinux 0x49d3cc80 clk_hw_unregister_composite +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4a039c5b ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x4a08b6ac fsl_mc_bus_dpmac_type +EXPORT_SYMBOL_GPL vmlinux 0x4a17ed66 sysrq_mask +EXPORT_SYMBOL_GPL vmlinux 0x4a32fbf7 vcap_tc_flower_handler_arp_usage +EXPORT_SYMBOL_GPL vmlinux 0x4a342100 irq_chip_set_type_parent +EXPORT_SYMBOL_GPL vmlinux 0x4a3d12a4 fsnotify_alloc_group +EXPORT_SYMBOL_GPL vmlinux 0x4a420d09 acpi_bus_detach_private_data +EXPORT_SYMBOL_GPL vmlinux 0x4a4c0a95 irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x4a53361e pci_pri_supported +EXPORT_SYMBOL_GPL vmlinux 0x4a61afa1 __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0x4a669769 acpi_find_child_by_adr +EXPORT_SYMBOL_GPL vmlinux 0x4a76bf8e devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0x4a76d642 thermal_remove_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x4a8c9d0b dev_coredumpv +EXPORT_SYMBOL_GPL vmlinux 0x4a91f520 virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0x4aae34cb blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0x4ab4d78f serial8250_do_get_mctrl +EXPORT_SYMBOL_GPL vmlinux 0x4ab63242 ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0x4ac59b9d spi_split_transfers_maxsize +EXPORT_SYMBOL_GPL vmlinux 0x4ad1d13c fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0x4adc42b0 call_switchdev_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x4ae1eead gnttab_page_cache_put +EXPORT_SYMBOL_GPL vmlinux 0x4aeb3873 device_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x4af4937c tty_kopen_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x4b031bf7 reset_control_get_count +EXPORT_SYMBOL_GPL vmlinux 0x4b1216fd __traceiter_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x4b289b0f reset_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x4b4cfe5e __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x4b4fa6bf led_sysfs_enable +EXPORT_SYMBOL_GPL vmlinux 0x4b5acf74 rhashtable_init +EXPORT_SYMBOL_GPL vmlinux 0x4b5b4820 ti_sci_inta_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x4b5f9e80 iommu_fwspec_free +EXPORT_SYMBOL_GPL vmlinux 0x4b600498 md_stop +EXPORT_SYMBOL_GPL vmlinux 0x4b6a038f dev_pm_opp_find_freq_ceil +EXPORT_SYMBOL_GPL vmlinux 0x4b86a1f7 driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x4b931968 xen_features +EXPORT_SYMBOL_GPL vmlinux 0x4badb189 usb_asmedia_modifyflowcontrol +EXPORT_SYMBOL_GPL vmlinux 0x4bafa2d0 vp_legacy_get_features +EXPORT_SYMBOL_GPL vmlinux 0x4bc8727f xen_balloon_init +EXPORT_SYMBOL_GPL vmlinux 0x4bceaecc sysfs_update_groups +EXPORT_SYMBOL_GPL vmlinux 0x4bd6f08b misc_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4bdb8dcc housekeeping_test_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4be7a7ca rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x4be98986 apei_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x4becdc4d ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x4bf5c1bd tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0x4bfa8688 cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0x4bfd398d hwrng_msleep +EXPORT_SYMBOL_GPL vmlinux 0x4c06332f sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x4c0dfa2f edac_device_handle_ue_count +EXPORT_SYMBOL_GPL vmlinux 0x4c24d7e5 mtk_free_clk_data +EXPORT_SYMBOL_GPL vmlinux 0x4c26e64f clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x4c2b351d start_poll_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x4c3ca770 devm_pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x4c44209f kvm_vcpu_gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0x4c4beadc __sock_recv_cmsgs +EXPORT_SYMBOL_GPL vmlinux 0x4c549b36 __traceiter_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x4c5c3985 device_find_any_child +EXPORT_SYMBOL_GPL vmlinux 0x4c5f348e acpi_dev_filter_resource_type +EXPORT_SYMBOL_GPL vmlinux 0x4c6a0745 phylink_mii_c45_pcs_get_state +EXPORT_SYMBOL_GPL vmlinux 0x4c77e34c regulator_get_error_flags +EXPORT_SYMBOL_GPL vmlinux 0x4c8adfe1 hv_root_partition +EXPORT_SYMBOL_GPL vmlinux 0x4c980519 acpi_device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x4ca5590e mas_prev +EXPORT_SYMBOL_GPL vmlinux 0x4cb27100 ktime_get_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x4cb81fda __SCK__tp_func_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x4cbde3b8 set_secondary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x4cbfefb5 usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x4cc25018 of_request_module +EXPORT_SYMBOL_GPL vmlinux 0x4cc3d79f nvdimm_delete +EXPORT_SYMBOL_GPL vmlinux 0x4cc8c905 dev_pm_domain_set +EXPORT_SYMBOL_GPL vmlinux 0x4cda5b8c regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x4cdb8523 ehci_reset +EXPORT_SYMBOL_GPL vmlinux 0x4cdc95ac fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x4cdf2f90 xenbus_free_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x4ce2fed5 __xenbus_register_backend +EXPORT_SYMBOL_GPL vmlinux 0x4ceb5c88 usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0x4cf70c6e shash_free_singlespawn_instance +EXPORT_SYMBOL_GPL vmlinux 0x4cf8880f vcap_rule_add_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x4cf9a725 do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x4d0015e2 cpu_hotplug_disable +EXPORT_SYMBOL_GPL vmlinux 0x4d24a1e4 sbitmap_finish_wait +EXPORT_SYMBOL_GPL vmlinux 0x4d2f8d4a serdev_device_set_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x4d3959c8 pci_p2pmem_free_sgl +EXPORT_SYMBOL_GPL vmlinux 0x4d3a0696 __SCK__tp_func_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x4d3a8602 serial8250_em485_stop_tx +EXPORT_SYMBOL_GPL vmlinux 0x4d5122b9 vp_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0x4d530065 d_same_name +EXPORT_SYMBOL_GPL vmlinux 0x4d57cee6 get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x4d5f012f int_active_memcg +EXPORT_SYMBOL_GPL vmlinux 0x4d696704 __pci_hp_initialize +EXPORT_SYMBOL_GPL vmlinux 0x4d6d0bbc iommu_group_ref_get +EXPORT_SYMBOL_GPL vmlinux 0x4d7272e4 migrate_enable +EXPORT_SYMBOL_GPL vmlinux 0x4d83c710 k3_udma_glue_tdown_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x4d95d6d1 memcpy_flushcache +EXPORT_SYMBOL_GPL vmlinux 0x4dae16e4 i2c_put_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x4db5724d acpi_dma_request_slave_chan_by_index +EXPORT_SYMBOL_GPL vmlinux 0x4dc13b6a inet6_sock_destruct +EXPORT_SYMBOL_GPL vmlinux 0x4dde1ad8 regmap_write +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4dee864b mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0x4df126b7 vcap_chain_offset +EXPORT_SYMBOL_GPL vmlinux 0x4df9ec29 max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x4e0191e7 of_pci_get_devfn +EXPORT_SYMBOL_GPL vmlinux 0x4e05f411 cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0x4e17c613 ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x4e192349 balloon_mops +EXPORT_SYMBOL_GPL vmlinux 0x4e1e863c gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x4e23a2f9 wait_on_page_writeback +EXPORT_SYMBOL_GPL vmlinux 0x4e38e1e3 mddev_unlock +EXPORT_SYMBOL_GPL vmlinux 0x4e3fd1b4 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL vmlinux 0x4e400bf9 ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0x4e4c37e2 freq_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4e4e909a __clocksource_update_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0x4e55714b clk_hw_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x4e55c7c7 bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0x4e5a63ce crypto_unregister_templates +EXPORT_SYMBOL_GPL vmlinux 0x4e657485 free_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0x4e6a591a mmput +EXPORT_SYMBOL_GPL vmlinux 0x4e6d5cf9 mtk_pinconf_bias_get +EXPORT_SYMBOL_GPL vmlinux 0x4e6fc9b0 power_supply_battery_info_get_prop +EXPORT_SYMBOL_GPL vmlinux 0x4e712b37 usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0x4e7f26b8 pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0x4e8c375b nf_checksum +EXPORT_SYMBOL_GPL vmlinux 0x4e9970b9 ahci_host_activate +EXPORT_SYMBOL_GPL vmlinux 0x4e9ee61b tcp_leave_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0x4eac339e cpufreq_table_index_unsorted +EXPORT_SYMBOL_GPL vmlinux 0x4eac5fc1 cpu_mitigations_auto_nosmt +EXPORT_SYMBOL_GPL vmlinux 0x4ebfd4ce class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x4ece3615 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4ee48f29 acpi_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4efcf021 mpi_normalize +EXPORT_SYMBOL_GPL vmlinux 0x4effb4c4 of_pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0x4f215b75 ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0x4f241ef9 led_put +EXPORT_SYMBOL_GPL vmlinux 0x4f2593f0 btree_update +EXPORT_SYMBOL_GPL vmlinux 0x4f2bc39e driver_register +EXPORT_SYMBOL_GPL vmlinux 0x4f2c996d kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0x4f39e6b8 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0x4f437ca7 dw_pcie_own_conf_map_bus +EXPORT_SYMBOL_GPL vmlinux 0x4f6768f5 virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f6aa33d fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0x4f723881 usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0x4f72a987 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0x4f7a6531 pci_ecam_create +EXPORT_SYMBOL_GPL vmlinux 0x4f80e319 __ct_user_exit +EXPORT_SYMBOL_GPL vmlinux 0x4f86f5d0 xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0x4f8c9a04 dev_pm_opp_find_bw_ceil +EXPORT_SYMBOL_GPL vmlinux 0x4f8ce0ba bpf_trace_run8 +EXPORT_SYMBOL_GPL vmlinux 0x4f929c95 hisi_clk_init +EXPORT_SYMBOL_GPL vmlinux 0x4f98d766 cpu_pm_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4faf1aee xdp_master_redirect +EXPORT_SYMBOL_GPL vmlinux 0x4fb4da6f debugfs_create_str +EXPORT_SYMBOL_GPL vmlinux 0x4fb5da55 fs_put_dax +EXPORT_SYMBOL_GPL vmlinux 0x4fcd45ed dax_inode +EXPORT_SYMBOL_GPL vmlinux 0x4fd25df4 sec_irq_init +EXPORT_SYMBOL_GPL vmlinux 0x4fd50be5 add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5001a9ae crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x500c768c apei_exec_read_register +EXPORT_SYMBOL_GPL vmlinux 0x5026585c xen_irq_from_gsi +EXPORT_SYMBOL_GPL vmlinux 0x5030f698 mtk_mux_clr_set_upd_ops +EXPORT_SYMBOL_GPL vmlinux 0x5043ca50 l3mdev_table_lookup_unregister +EXPORT_SYMBOL_GPL vmlinux 0x504e7e29 usb_device_match_id +EXPORT_SYMBOL_GPL vmlinux 0x5053d474 __traceiter_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x505ad18f rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0x505bbe27 mmc_cmdq_disable +EXPORT_SYMBOL_GPL vmlinux 0x506a283c of_pwm_single_xlate +EXPORT_SYMBOL_GPL vmlinux 0x50700229 elv_rqhash_del +EXPORT_SYMBOL_GPL vmlinux 0x50733219 acpi_subsys_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x507804ba group_cpus_evenly +EXPORT_SYMBOL_GPL vmlinux 0x508ee75d devm_acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x5093e76e __tracepoint_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x509ab00b devl_trylock +EXPORT_SYMBOL_GPL vmlinux 0x509c30c9 mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0x50aa4253 kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x50aa91e6 devm_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x50ae2ecb syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x50cb714b ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x50ccb38e ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0x50dd2579 pci_epc_add_epf +EXPORT_SYMBOL_GPL vmlinux 0x50df94f5 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x50e4d1c3 __synth_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50e7ba51 blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x50eabb98 __tracepoint_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x50fb708d pci_acpi_set_companion_lookup_hook +EXPORT_SYMBOL_GPL vmlinux 0x50fe2224 i2c_acpi_new_device_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x50ff308a powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x5101f258 tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0x511de3e7 dst_blackhole_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x511fb9b1 mtk_clk_unregister_pllfhs +EXPORT_SYMBOL_GPL vmlinux 0x5123d8c6 ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0x512a5c2e kvm_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x512c7565 phylink_mii_c22_pcs_an_restart +EXPORT_SYMBOL_GPL vmlinux 0x51390c96 rcu_barrier_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x51456a54 ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0x514b8888 spi_async +EXPORT_SYMBOL_GPL vmlinux 0x515b390f __SCK__tp_func_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x5169344d k3_udma_glue_pop_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x516f348d usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0x517a5987 gpiochip_line_is_open_drain +EXPORT_SYMBOL_GPL vmlinux 0x5187ac4b xen_store_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x518d4426 kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL vmlinux 0x51a348cc usb_role_switch_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x51a90a95 __devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x51ad07dd tegra210_plle_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0x51af5936 meson_aoclkc_probe +EXPORT_SYMBOL_GPL vmlinux 0x51e43a51 dev_attr_ncq_prio_enable +EXPORT_SYMBOL_GPL vmlinux 0x51ebd8fd rockchip_clk_register_plls +EXPORT_SYMBOL_GPL vmlinux 0x51fc2227 fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0x51fc9a6d xenmem_reservation_decrease +EXPORT_SYMBOL_GPL vmlinux 0x520332e4 acpi_get_psd_map +EXPORT_SYMBOL_GPL vmlinux 0x52172d61 clk_gate_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x52213722 acpi_dev_resource_memory +EXPORT_SYMBOL_GPL vmlinux 0x5221677d fsl_mc_obj_reset +EXPORT_SYMBOL_GPL vmlinux 0x5224b359 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x52252316 clk_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x522a7dc0 serdev_device_remove +EXPORT_SYMBOL_GPL vmlinux 0x522d99e9 make_vfsuid +EXPORT_SYMBOL_GPL vmlinux 0x523d6adb bpf_prog_alloc +EXPORT_SYMBOL_GPL vmlinux 0x523f79ed cgroup_get_from_fd +EXPORT_SYMBOL_GPL vmlinux 0x52431348 xenbus_transaction_start +EXPORT_SYMBOL_GPL vmlinux 0x524653e1 vcap_get_rule +EXPORT_SYMBOL_GPL vmlinux 0x525d0aa3 trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x525ec635 mtk_paris_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0x52647db1 ct_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x526b0d9d tpm1_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x528c3e28 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0x529efb93 hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0x52b1e3c7 pci_flags +EXPORT_SYMBOL_GPL vmlinux 0x52c35e83 call_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x52ce2057 hv_setup_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0x52cf8c69 mmu_interval_notifier_insert_locked +EXPORT_SYMBOL_GPL vmlinux 0x52d2d379 blk_rq_is_poll +EXPORT_SYMBOL_GPL vmlinux 0x52d54fce devlink_info_version_stored_put +EXPORT_SYMBOL_GPL vmlinux 0x52e23caa gpiochip_irq_unmap +EXPORT_SYMBOL_GPL vmlinux 0x52e3ba3b usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0x52e78748 devm_tegra_core_dev_init_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x52eddb69 raw_v6_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x5300510e ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0x530e0f8c devl_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5310b6fc pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0x532b90b5 kprobe_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x5336185d udp_destruct_common +EXPORT_SYMBOL_GPL vmlinux 0x5358864e devlink_fmsg_binary_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x535d97fd devlink_port_attrs_set +EXPORT_SYMBOL_GPL vmlinux 0x535f1a00 gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x536e8e5a tpm_tis_remove +EXPORT_SYMBOL_GPL vmlinux 0x537252cf __SCK__tp_func_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x537f99ee usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0x5386622f dev_pm_opp_of_get_opp_desc_node +EXPORT_SYMBOL_GPL vmlinux 0x53894a30 phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0x53896ff6 gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0x538b0b30 dpcon_disable +EXPORT_SYMBOL_GPL vmlinux 0x538d073d phy_duplex_to_str +EXPORT_SYMBOL_GPL vmlinux 0x53a07aa1 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x53a1ee80 acpi_get_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0x53b29f2e ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0x53b6a61a irq_chip_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0x53c089f5 property_entries_dup +EXPORT_SYMBOL_GPL vmlinux 0x53c25720 device_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x53d7c01e __traceiter_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x53dcde57 cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x53fcc64a ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0x5406226d tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0x540a34f0 dm_report_zones +EXPORT_SYMBOL_GPL vmlinux 0x5419a5d4 led_sysfs_disable +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x541edae3 devm_power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x5420cd45 dm_internal_suspend_fast +EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 +EXPORT_SYMBOL_GPL vmlinux 0x5424cf81 call_rcu_hurry +EXPORT_SYMBOL_GPL vmlinux 0x542a891c wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x5436550e fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0x544ca390 extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x5450a325 gnttab_unmap_refs_sync +EXPORT_SYMBOL_GPL vmlinux 0x545101f2 dm_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x5460f79f work_on_cpu_safe_key +EXPORT_SYMBOL_GPL vmlinux 0x54651f9b rhashtable_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x5466f80f efivars_unregister +EXPORT_SYMBOL_GPL vmlinux 0x54689cc7 of_pci_range_parser_one +EXPORT_SYMBOL_GPL vmlinux 0x54696021 wp_shared_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x547c7e85 kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0x548fe21f ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x5491679b ip6_route_input_lookup +EXPORT_SYMBOL_GPL vmlinux 0x54939646 sysfs_unbreak_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x54940274 debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x5496c4e1 __traceiter_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x549ab33e crypto_hash_alg_has_setkey +EXPORT_SYMBOL_GPL vmlinux 0x549eb097 tpm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x54a25da2 qcom_smem_state_put +EXPORT_SYMBOL_GPL vmlinux 0x54a8fc83 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x54aec0eb devl_param_driverinit_value_set +EXPORT_SYMBOL_GPL vmlinux 0x54b9e21f of_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x54c8da14 usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x54cda5d2 regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x54d228d4 pci_assign_unassigned_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x54df590e extcon_set_state_sync +EXPORT_SYMBOL_GPL vmlinux 0x54e36039 fib_info_nh_uses_dev +EXPORT_SYMBOL_GPL vmlinux 0x54e882c9 led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x54ec0dab raw_v6_match +EXPORT_SYMBOL_GPL vmlinux 0x54ef421d pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0x54f52b43 devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x550f3e05 i2c_freq_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x550f71e7 blockdev_superblock +EXPORT_SYMBOL_GPL vmlinux 0x5516f8cf inode_dax +EXPORT_SYMBOL_GPL vmlinux 0x55306e79 dev_xdp_prog_count +EXPORT_SYMBOL_GPL vmlinux 0x55339365 flush_delayed_fput +EXPORT_SYMBOL_GPL vmlinux 0x5539e152 crypto_akcipher_sync_post +EXPORT_SYMBOL_GPL vmlinux 0x553b05b0 mmc_get_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0x553b49a4 cpufreq_get_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x553f4d1b of_led_get +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x554c2159 usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x556e4390 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x558cb40b class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x5590ba4e devm_mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5592f772 gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0x55a08e7f inet_send_prepare +EXPORT_SYMBOL_GPL vmlinux 0x55c76a23 ksys_sync_helper +EXPORT_SYMBOL_GPL vmlinux 0x55c9880c zynqmp_pm_release_node +EXPORT_SYMBOL_GPL vmlinux 0x55cf6ec1 handle_untracked_irq +EXPORT_SYMBOL_GPL vmlinux 0x55d14d6b iommu_map +EXPORT_SYMBOL_GPL vmlinux 0x55d91921 alloc_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x55dca214 inet6_compat_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x55dd264d dmaengine_desc_set_metadata_len +EXPORT_SYMBOL_GPL vmlinux 0x55eca4b0 kvm_get_kvm +EXPORT_SYMBOL_GPL vmlinux 0x55ee05c0 cdx_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x55eecff4 bit_wait_io_timeout +EXPORT_SYMBOL_GPL vmlinux 0x55ef09e3 inet6_hash +EXPORT_SYMBOL_GPL vmlinux 0x56054c05 crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x560b464d tracing_cond_snapshot_data +EXPORT_SYMBOL_GPL vmlinux 0x560e8240 ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0x561375bd tracepoint_probe_register_prio +EXPORT_SYMBOL_GPL vmlinux 0x56173654 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x56228cc6 of_pci_get_slot_power_limit +EXPORT_SYMBOL_GPL vmlinux 0x5624f826 power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0x56256e8a orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x5653f4fa of_remove_property +EXPORT_SYMBOL_GPL vmlinux 0x56572f9b pci_epc_mem_free_addr +EXPORT_SYMBOL_GPL vmlinux 0x565b27f5 dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0x565cc20b device_add_software_node +EXPORT_SYMBOL_GPL vmlinux 0x567148d7 vp_modern_set_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x567ec49d extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0x567f9b52 dax_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0x5690c1ad lwtunnel_output +EXPORT_SYMBOL_GPL vmlinux 0x569d95a1 vcpu_put +EXPORT_SYMBOL_GPL vmlinux 0x569ea05a irq_chip_get_parent_state +EXPORT_SYMBOL_GPL vmlinux 0x56a08d54 divider_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0x56a232c5 sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0x56a996d8 dev_pm_genpd_synced_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x56bbe2fd get_net_ns_by_id +EXPORT_SYMBOL_GPL vmlinux 0x56c8c884 __traceiter_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x56e6991d xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0x56e9103b cpu_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x56e9a684 hisi_clk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x56ebb424 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x56ef15d0 __tracepoint_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x56f1d550 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0x56f30850 device_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x56fbb130 no_hash_pointers +EXPORT_SYMBOL_GPL vmlinux 0x57070f24 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x5708decb xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x57190178 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x571ea6c0 pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x572556c8 pfn_to_online_page +EXPORT_SYMBOL_GPL vmlinux 0x5726ba36 dma_free_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x573b4e0e mptcp_subflow_init_cookie_req +EXPORT_SYMBOL_GPL vmlinux 0x573cc09a wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0x574609c5 apei_exec_write_register_value +EXPORT_SYMBOL_GPL vmlinux 0x574ad753 rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x57719632 gnttab_grant_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x57727285 phylink_ethtool_set_eee +EXPORT_SYMBOL_GPL vmlinux 0x577a438a tegra210_clk_emc_detach +EXPORT_SYMBOL_GPL vmlinux 0x57830830 of_property_read_string_helper +EXPORT_SYMBOL_GPL vmlinux 0x578d5cae devlink_flash_update_status_notify +EXPORT_SYMBOL_GPL vmlinux 0x578de1c9 crypto_alg_extsize +EXPORT_SYMBOL_GPL vmlinux 0x578eeb4d hugetlb_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57b86cd0 scsi_host_unblock +EXPORT_SYMBOL_GPL vmlinux 0x57c0ac70 __ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x57c58e9b __tracepoint_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x57d4050a xhci_get_endpoint_index +EXPORT_SYMBOL_GPL vmlinux 0x57dc4851 mas_erase +EXPORT_SYMBOL_GPL vmlinux 0x57ec4f64 ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x57ee71c8 usb_urb_ep_type_check +EXPORT_SYMBOL_GPL vmlinux 0x57f576b9 mpi_ec_curve_point +EXPORT_SYMBOL_GPL vmlinux 0x57f7f4e2 usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0x57f8bd77 acpi_dev_get_memory_resources +EXPORT_SYMBOL_GPL vmlinux 0x5811bf21 dw_pcie_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x58276f93 cper_next_record_id +EXPORT_SYMBOL_GPL vmlinux 0x5829e979 mas_pause +EXPORT_SYMBOL_GPL vmlinux 0x582f28a2 mtk_clk_unregister_gates +EXPORT_SYMBOL_GPL vmlinux 0x5831e062 cpus_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0x5838df37 bpf_verifier_log_write +EXPORT_SYMBOL_GPL vmlinux 0x583c60cd ahci_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x583e5948 of_clk_src_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0x583f4324 blk_queue_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x5842f484 dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0x5848aa37 __pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0x584f7ac0 device_match_name +EXPORT_SYMBOL_GPL vmlinux 0x585531bd cpufreq_enable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x586bfc8a alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x5877f0bd __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0x5879a27d sfp_get_module_info +EXPORT_SYMBOL_GPL vmlinux 0x588249ad power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0x588db6a7 of_genpd_add_provider_simple +EXPORT_SYMBOL_GPL vmlinux 0x58993b7f dpbp_enable +EXPORT_SYMBOL_GPL vmlinux 0x589b1028 fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0x58a5bea6 lochnagar_update_config +EXPORT_SYMBOL_GPL vmlinux 0x58a68d7e dw_pcie_write_dbi +EXPORT_SYMBOL_GPL vmlinux 0x58c14694 vfs_set_acl +EXPORT_SYMBOL_GPL vmlinux 0x58cb4c4b folio_invalidate +EXPORT_SYMBOL_GPL vmlinux 0x58db1176 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x58def6ca sfp_module_remove +EXPORT_SYMBOL_GPL vmlinux 0x58e14f15 HYPERVISOR_event_channel_op +EXPORT_SYMBOL_GPL vmlinux 0x58f53ced gpiod_set_transitory +EXPORT_SYMBOL_GPL vmlinux 0x58fa50c0 __traceiter_rwmmio_write +EXPORT_SYMBOL_GPL vmlinux 0x5901c2a0 usb_phy_roothub_resume +EXPORT_SYMBOL_GPL vmlinux 0x5901e0e0 simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x59094954 ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x590ec2a3 icc_nodes_remove +EXPORT_SYMBOL_GPL vmlinux 0x590f7f1b hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0x591685fe pm_clk_resume +EXPORT_SYMBOL_GPL vmlinux 0x592bafa5 vp_modern_map_vq_notify +EXPORT_SYMBOL_GPL vmlinux 0x59354615 virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0x59359f79 __io_uring_cmd_do_in_task +EXPORT_SYMBOL_GPL vmlinux 0x593ac537 __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0x593e7a0b __traceiter_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x5946d64d pci_find_vsec_capability +EXPORT_SYMBOL_GPL vmlinux 0x595791dc kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0x5957cddb zs_lookup_class_index +EXPORT_SYMBOL_GPL vmlinux 0x598155f0 pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x598289b3 genphy_c45_read_eee_abilities +EXPORT_SYMBOL_GPL vmlinux 0x5986d190 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0x59b063ba start_poll_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x59b2adbf input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x59c43dc9 __traceiter_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x59c90592 devl_port_register_with_ops +EXPORT_SYMBOL_GPL vmlinux 0x59d00e24 bpf_trace_run5 +EXPORT_SYMBOL_GPL vmlinux 0x59d14f65 cpufreq_policy_transition_delay_us +EXPORT_SYMBOL_GPL vmlinux 0x59d3d960 hid_bpf_device_init +EXPORT_SYMBOL_GPL vmlinux 0x59d77369 rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0x59e0695d phylink_speed_down +EXPORT_SYMBOL_GPL vmlinux 0x59e640c0 halt_poll_ns +EXPORT_SYMBOL_GPL vmlinux 0x59edfeb8 phy_rate_matching_to_str +EXPORT_SYMBOL_GPL vmlinux 0x59f0c09f nvdimm_cmd_mask +EXPORT_SYMBOL_GPL vmlinux 0x59f32720 mpi_subm +EXPORT_SYMBOL_GPL vmlinux 0x59f8b7c6 ms_hyperv +EXPORT_SYMBOL_GPL vmlinux 0x59f957ca sysfs_groups_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x5a02581b devm_i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0x5a049a35 exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x5a12e60c __SCK__tp_func_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x5a1d134a rcu_momentary_dyntick_idle +EXPORT_SYMBOL_GPL vmlinux 0x5a229368 arch_apei_enable_cmcff +EXPORT_SYMBOL_GPL vmlinux 0x5a49dbc9 timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x5a4af2e6 usb_pipe_type_check +EXPORT_SYMBOL_GPL vmlinux 0x5a512982 scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x5a5b835c blk_mq_unquiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0x5a6cdb52 nf_ct_zone_dflt +EXPORT_SYMBOL_GPL vmlinux 0x5a6e233e blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0x5a6ecea8 trace_array_printk +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a8303d7 usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0x5a876865 dw_pcie_find_capability +EXPORT_SYMBOL_GPL vmlinux 0x5a97f3e8 devfreq_event_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x5a9e42a8 trace_add_event_call +EXPORT_SYMBOL_GPL vmlinux 0x5a9f05f5 badblocks_show +EXPORT_SYMBOL_GPL vmlinux 0x5aa70984 acpi_reduced_hardware +EXPORT_SYMBOL_GPL vmlinux 0x5ab09745 edac_get_owner +EXPORT_SYMBOL_GPL vmlinux 0x5ac2b962 sk_msg_free_nocharge +EXPORT_SYMBOL_GPL vmlinux 0x5ac4cbc0 blk_mq_sched_try_merge +EXPORT_SYMBOL_GPL vmlinux 0x5ad93674 ahci_platform_deassert_rsts +EXPORT_SYMBOL_GPL vmlinux 0x5ae26f49 nvmem_device_find +EXPORT_SYMBOL_GPL vmlinux 0x5ae36a75 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0x5aeaf6ed gpiochip_populate_parent_fwspec_twocell +EXPORT_SYMBOL_GPL vmlinux 0x5af1bbc0 devfreq_event_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x5afc722e __audit_log_nfcfg +EXPORT_SYMBOL_GPL vmlinux 0x5b009dad rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x5b071b7b hwrng_yield +EXPORT_SYMBOL_GPL vmlinux 0x5b146321 of_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x5b21ceff ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0x5b30e25c vhost_task_wake +EXPORT_SYMBOL_GPL vmlinux 0x5b34e64f sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0x5b376bd1 clean_acked_data_enable +EXPORT_SYMBOL_GPL vmlinux 0x5b3ff9e1 rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5b50af89 tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x5b6fdcec bpf_prog_free +EXPORT_SYMBOL_GPL vmlinux 0x5b74388d rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0x5b7e7e33 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x5b83d7ab __tracepoint_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x5b858ed3 of_irq_find_parent +EXPORT_SYMBOL_GPL vmlinux 0x5b890d1a host1x_context_device_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x5b90421b swapcache_mapping +EXPORT_SYMBOL_GPL vmlinux 0x5b98f479 kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x5b9c0f87 misc_cg_try_charge +EXPORT_SYMBOL_GPL vmlinux 0x5ba9c87f blk_crypto_keyslot_index +EXPORT_SYMBOL_GPL vmlinux 0x5bc552b2 crypto_enqueue_request_head +EXPORT_SYMBOL_GPL vmlinux 0x5bc950fe regulator_irq_helper_cancel +EXPORT_SYMBOL_GPL vmlinux 0x5bcc0df7 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x5bd0748f crypto_del_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x5bd37e62 pci_intx +EXPORT_SYMBOL_GPL vmlinux 0x5bdae35b usb_phy_roothub_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x5bdbac4e rcu_unexpedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x5be61696 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x5beba6ca devl_rate_nodes_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5bec52de virtio_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x5bf5bfef tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x5bf6115e sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x5bfad347 fwnode_graph_get_remote_port +EXPORT_SYMBOL_GPL vmlinux 0x5c0627d3 pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x5c070f62 cper_mem_err_status_str +EXPORT_SYMBOL_GPL vmlinux 0x5c0bd83c pci_stop_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x5c0f77ce HYPERVISOR_platform_op_raw +EXPORT_SYMBOL_GPL vmlinux 0x5c165b59 synth_event_add_val +EXPORT_SYMBOL_GPL vmlinux 0x5c19d789 uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0x5c265a61 iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x5c2f452c i2c_slave_event +EXPORT_SYMBOL_GPL vmlinux 0x5c2f51a2 xenbus_dev_cancel +EXPORT_SYMBOL_GPL vmlinux 0x5c3b5501 irq_chip_set_parent_state +EXPORT_SYMBOL_GPL vmlinux 0x5c3bbd06 __SCK__tp_func_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x5c3cb96b hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x5c40a507 blk_mq_quiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x5c40b2c6 dw_pcie_ep_raise_legacy_irq +EXPORT_SYMBOL_GPL vmlinux 0x5c4e6831 dev_pm_opp_config_clks_simple +EXPORT_SYMBOL_GPL vmlinux 0x5c5a1b16 tick_broadcast_control +EXPORT_SYMBOL_GPL vmlinux 0x5c74b41d public_key_signature_free +EXPORT_SYMBOL_GPL vmlinux 0x5c81c3fc usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x5c82016e __SCK__tp_func_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x5c9ac26f msg_zerocopy_put_abort +EXPORT_SYMBOL_GPL vmlinux 0x5ca3ba54 l3mdev_link_scope_lookup +EXPORT_SYMBOL_GPL vmlinux 0x5cab9945 unregister_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x5cad8fc3 power_supply_ocv2cap_simple +EXPORT_SYMBOL_GPL vmlinux 0x5cae4573 md_account_bio +EXPORT_SYMBOL_GPL vmlinux 0x5cb70f5d unregister_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0x5cb9b52f mtk_clk_register_muxes +EXPORT_SYMBOL_GPL vmlinux 0x5cc77c45 led_colors +EXPORT_SYMBOL_GPL vmlinux 0x5cd4f0e2 ahci_platform_enable_phys +EXPORT_SYMBOL_GPL vmlinux 0x5ce14a2d ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x5cede0a7 xdp_flush_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x5cee9e9f rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x5ceff860 blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0x5cf039d4 rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0x5d0887dd spi_controller_suspend +EXPORT_SYMBOL_GPL vmlinux 0x5d0c4dcc phylink_speed_up +EXPORT_SYMBOL_GPL vmlinux 0x5d110b57 power_supply_put +EXPORT_SYMBOL_GPL vmlinux 0x5d17148b apei_write +EXPORT_SYMBOL_GPL vmlinux 0x5d1817ed spi_take_timestamp_post +EXPORT_SYMBOL_GPL vmlinux 0x5d2aa5fb rhashtable_walk_peek +EXPORT_SYMBOL_GPL vmlinux 0x5d2bc42a reset_control_rearm +EXPORT_SYMBOL_GPL vmlinux 0x5d53fcf4 mtk_clk_simple_probe +EXPORT_SYMBOL_GPL vmlinux 0x5d5475ce i2c_detect_slave_mode +EXPORT_SYMBOL_GPL vmlinux 0x5d57ade2 bpfilter_ops +EXPORT_SYMBOL_GPL vmlinux 0x5d6f0608 mtk_clk_gate_ops_setclr +EXPORT_SYMBOL_GPL vmlinux 0x5d75de68 dev_get_tstats64 +EXPORT_SYMBOL_GPL vmlinux 0x5d8476d3 bpf_sk_storage_diag_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5d85bb62 __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x5d8bb248 fwnode_graph_get_endpoint_by_id +EXPORT_SYMBOL_GPL vmlinux 0x5d9f5b3e handle_fasteoi_ack_irq +EXPORT_SYMBOL_GPL vmlinux 0x5da0a993 fsverity_verify_blocks +EXPORT_SYMBOL_GPL vmlinux 0x5da67adc zs_compact +EXPORT_SYMBOL_GPL vmlinux 0x5dc19747 phylink_mii_c22_pcs_encode_advertisement +EXPORT_SYMBOL_GPL vmlinux 0x5dcb7567 param_set_uint_minmax +EXPORT_SYMBOL_GPL vmlinux 0x5de412cd k3_ringacc_ring_push +EXPORT_SYMBOL_GPL vmlinux 0x5de98cd1 mtk_eint_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x5dfd6bb4 irq_domain_free_irqs_common +EXPORT_SYMBOL_GPL vmlinux 0x5dff1c18 misc_cg_uncharge +EXPORT_SYMBOL_GPL vmlinux 0x5e0f155c mbox_bind_client +EXPORT_SYMBOL_GPL vmlinux 0x5e173309 cpu_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x5e1b3782 fsl_mc_bus_dpmcp_type +EXPORT_SYMBOL_GPL vmlinux 0x5e31cd9d ata_acpi_stm +EXPORT_SYMBOL_GPL vmlinux 0x5e4820da strp_init +EXPORT_SYMBOL_GPL vmlinux 0x5e515be6 ktime_get_ts64 +EXPORT_SYMBOL_GPL vmlinux 0x5e750121 rockchip_pcie_enable_clocks +EXPORT_SYMBOL_GPL vmlinux 0x5e76bb57 k3_ringacc_ring_get_size +EXPORT_SYMBOL_GPL vmlinux 0x5e770fbd rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0x5e798ffb divider_get_val +EXPORT_SYMBOL_GPL vmlinux 0x5e7ac4b5 tpm1_getcap +EXPORT_SYMBOL_GPL vmlinux 0x5e85415b ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x5e8b81b2 tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x5e8dab06 crypto_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x5eae5408 clk_is_enabled_when_prepared +EXPORT_SYMBOL_GPL vmlinux 0x5eb417e0 __SCK__tp_func_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x5ec6330c vp_modern_remove +EXPORT_SYMBOL_GPL vmlinux 0x5ecdcf90 ti_sci_get_free_resource +EXPORT_SYMBOL_GPL vmlinux 0x5ecfbf92 handle_bad_irq +EXPORT_SYMBOL_GPL vmlinux 0x5ede1524 ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x5ee2aa12 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0x5ee8a6bd serdev_device_set_flow_control +EXPORT_SYMBOL_GPL vmlinux 0x5ef165f8 iommu_unmap_fast +EXPORT_SYMBOL_GPL vmlinux 0x5efe6d82 dax_remove_host +EXPORT_SYMBOL_GPL vmlinux 0x5f094e83 cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0x5f118818 mtk_pinconf_drive_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x5f2309c7 __tracepoint_rwmmio_post_write +EXPORT_SYMBOL_GPL vmlinux 0x5f23e3fa insert_resource +EXPORT_SYMBOL_GPL vmlinux 0x5f294af2 usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x5f384a68 x509_free_certificate +EXPORT_SYMBOL_GPL vmlinux 0x5f5b93d8 mtk_clk_register_dividers +EXPORT_SYMBOL_GPL vmlinux 0x5f60727b ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x5f640e26 bio_blkcg_css +EXPORT_SYMBOL_GPL vmlinux 0x5f6d4697 regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x5f6f1e9e dax_get_private +EXPORT_SYMBOL_GPL vmlinux 0x5f791da7 regmap_get_device +EXPORT_SYMBOL_GPL vmlinux 0x5f8bb675 kvm_write_guest +EXPORT_SYMBOL_GPL vmlinux 0x5f9a23f1 edac_pci_handle_npe +EXPORT_SYMBOL_GPL vmlinux 0x5f9f8cea sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x5fa625ed mpi_ec_mul_point +EXPORT_SYMBOL_GPL vmlinux 0x5fb8848b halt_poll_ns_grow_start +EXPORT_SYMBOL_GPL vmlinux 0x5fbb1de5 acpi_cpu_get_madt_gicc +EXPORT_SYMBOL_GPL vmlinux 0x5fbd7cd0 __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0x5fd39084 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0x5fdef8c3 devm_kstrdup_const +EXPORT_SYMBOL_GPL vmlinux 0x5fe7b97b pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x5ff2f16a acpi_device_update_power +EXPORT_SYMBOL_GPL vmlinux 0x60091316 clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x603006b3 usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0x603d0d51 acpi_os_map_iomem +EXPORT_SYMBOL_GPL vmlinux 0x60442822 phys_to_mach +EXPORT_SYMBOL_GPL vmlinux 0x604722fd devices_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x604a4f08 kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x604a9da8 clk_hw_unregister +EXPORT_SYMBOL_GPL vmlinux 0x60517156 rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0x60517366 regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0x605d5bfa cache_line_size +EXPORT_SYMBOL_GPL vmlinux 0x606a630c gpiochip_generic_free +EXPORT_SYMBOL_GPL vmlinux 0x606b4aba devlink_linecard_provision_set +EXPORT_SYMBOL_GPL vmlinux 0x6074f44a of_gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0x6076e5b6 ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0x607af7ae spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0x607c4683 devlink_info_version_fixed_put +EXPORT_SYMBOL_GPL vmlinux 0x607f6729 ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0x607fdbfa pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x6084f434 debugfs_create_ulong +EXPORT_SYMBOL_GPL vmlinux 0x608d25d6 __xas_prev +EXPORT_SYMBOL_GPL vmlinux 0x6091797f synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x609f463e regulator_desc_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x60a0b484 sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL_GPL vmlinux 0x60a89ca9 blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0x60aa47e6 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0x60ae0922 power_supply_vbat2ri +EXPORT_SYMBOL_GPL vmlinux 0x60b89118 mpc8xxx_spi_rx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0x60b9681f __vfs_removexattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x60bb7d0e mptcp_get_reset_option +EXPORT_SYMBOL_GPL vmlinux 0x60c366a7 transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x60d39a4b ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x60e69079 __traceiter_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x60ebc96f ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x60ec2d39 scmi_device_create +EXPORT_SYMBOL_GPL vmlinux 0x60ec6b31 wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0x60ec9de5 splice_to_pipe +EXPORT_SYMBOL_GPL vmlinux 0x60ed3b62 cpufreq_dbs_governor_limits +EXPORT_SYMBOL_GPL vmlinux 0x61038477 shmem_read_folio_gfp +EXPORT_SYMBOL_GPL vmlinux 0x611a0920 serdev_device_write_room +EXPORT_SYMBOL_GPL vmlinux 0x611cfa85 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0x61265743 ahci_platform_init_host +EXPORT_SYMBOL_GPL vmlinux 0x6129fb93 sfp_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x612bfd89 errno_to_blk_status +EXPORT_SYMBOL_GPL vmlinux 0x613330d1 __get_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x613fb082 clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x614071cf dw_pcie_setup_rc +EXPORT_SYMBOL_GPL vmlinux 0x614adcb7 of_overlay_remove_all +EXPORT_SYMBOL_GPL vmlinux 0x6155f89a irq_chip_set_wake_parent +EXPORT_SYMBOL_GPL vmlinux 0x6158684c l3mdev_fib_table_rcu +EXPORT_SYMBOL_GPL vmlinux 0x6164e3e6 regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x616f0a14 xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0x616f1391 __list_lru_init +EXPORT_SYMBOL_GPL vmlinux 0x616fa902 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x617d4445 devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0x6181e79f timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x61843ee6 pinconf_generic_dt_subnode_to_map +EXPORT_SYMBOL_GPL vmlinux 0x6198dfea __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6199ad5d crypto_has_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x619ddeec rcu_tasks_trace_qs_blkd +EXPORT_SYMBOL_GPL vmlinux 0x61a35282 register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0x61a678f6 regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x61bd0bd0 get_completed_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x61c1ca29 __SCK__tp_func_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x61c651a3 imx93_clk_composite_flags +EXPORT_SYMBOL_GPL vmlinux 0x61cd7e77 fscrypt_symlink_getattr +EXPORT_SYMBOL_GPL vmlinux 0x61dddd6c gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0x61f1644b mas_find_range +EXPORT_SYMBOL_GPL vmlinux 0x61f4031f crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0x61f67c92 phy_gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0x61f8ed81 devm_regmap_init_vexpress_config +EXPORT_SYMBOL_GPL vmlinux 0x62104126 phylink_ethtool_set_wol +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6230a2da percpu_is_read_locked +EXPORT_SYMBOL_GPL vmlinux 0x62377a7b blk_io_schedule +EXPORT_SYMBOL_GPL vmlinux 0x623ab66f rz_mtu3_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x62447f29 tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6246a629 synchronize_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x624fb0c6 of_devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x6250d60d ata_sas_tport_delete +EXPORT_SYMBOL_GPL vmlinux 0x6250ea68 pinctrl_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0x6255198c extcon_register_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0x6257dda7 clk_rate_exclusive_get +EXPORT_SYMBOL_GPL vmlinux 0x6259d291 clk_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x626ae976 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x6282cdf6 blk_crypto_evict_key +EXPORT_SYMBOL_GPL vmlinux 0x628e9585 kvm_vcpu_map +EXPORT_SYMBOL_GPL vmlinux 0x62907e39 trace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0x62929f1e devfreq_get_devfreq_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x62950718 make_device_exclusive_range +EXPORT_SYMBOL_GPL vmlinux 0x6298a776 vcap_rule_set_counter +EXPORT_SYMBOL_GPL vmlinux 0x62a22572 tty_kclose +EXPORT_SYMBOL_GPL vmlinux 0x62abdfb8 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0x62af2254 scsi_dh_activate +EXPORT_SYMBOL_GPL vmlinux 0x62bb09bf clocks_calc_mult_shift +EXPORT_SYMBOL_GPL vmlinux 0x62c40c1c sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0x62eb49ed k3_udma_glue_request_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x62f5fbe6 cpufreq_dbs_governor_init +EXPORT_SYMBOL_GPL vmlinux 0x6312cf71 pinctrl_parse_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0x63150e06 clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x63197685 s2idle_wake +EXPORT_SYMBOL_GPL vmlinux 0x631f394f debugfs_create_file_unsafe +EXPORT_SYMBOL_GPL vmlinux 0x6324c3c9 tcp_sendmsg_locked +EXPORT_SYMBOL_GPL vmlinux 0x63328fc0 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0x633eff26 devm_gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x63444737 virtqueue_get_used_addr +EXPORT_SYMBOL_GPL vmlinux 0x6346caa0 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x634b9d42 __SCK__tp_func_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x6354a35f filemap_add_folio +EXPORT_SYMBOL_GPL vmlinux 0x635c75fd fsl_mc_object_free +EXPORT_SYMBOL_GPL vmlinux 0x6367b0ff device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0x636cf052 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x637001e5 set_selection_kernel +EXPORT_SYMBOL_GPL vmlinux 0x637048f6 da903x_read +EXPORT_SYMBOL_GPL vmlinux 0x6399c536 usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0x63b044f9 device_register +EXPORT_SYMBOL_GPL vmlinux 0x63c08029 clk_bulk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x63c753f3 aead_init_geniv +EXPORT_SYMBOL_GPL vmlinux 0x63cce46f __nvdimm_create +EXPORT_SYMBOL_GPL vmlinux 0x63cffce4 fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0x63e59ae1 usb_of_has_combined_node +EXPORT_SYMBOL_GPL vmlinux 0x63ea80b3 cper_mem_err_type_str +EXPORT_SYMBOL_GPL vmlinux 0x63f350df disk_update_readahead +EXPORT_SYMBOL_GPL vmlinux 0x63fbd6c0 nf_checksum_partial +EXPORT_SYMBOL_GPL vmlinux 0x640b3a59 espintcp_push_skb +EXPORT_SYMBOL_GPL vmlinux 0x6414cafd devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0x641e04b3 fwnode_graph_get_port_parent +EXPORT_SYMBOL_GPL vmlinux 0x6427572b tegra210_clk_emc_dll_enable +EXPORT_SYMBOL_GPL vmlinux 0x643b06b0 zynqmp_pm_clock_setrate +EXPORT_SYMBOL_GPL vmlinux 0x6449382c i2c_client_type +EXPORT_SYMBOL_GPL vmlinux 0x644f8308 find_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x64538d9d tpm_chip_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6453989e regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x6466fe58 usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0x6467d79d ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0x64709d5b debugfs_create_devm_seqfile +EXPORT_SYMBOL_GPL vmlinux 0x6474291d of_get_fb_videomode +EXPORT_SYMBOL_GPL vmlinux 0x647537f3 pl320_ipc_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6479238e of_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x647f4c67 skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0x64873819 PageHuge +EXPORT_SYMBOL_GPL vmlinux 0x648d6da8 devm_devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0x648dfc82 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0x648e3878 __iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x648f59a9 sfp_module_insert +EXPORT_SYMBOL_GPL vmlinux 0x64a31445 mutex_lock_io +EXPORT_SYMBOL_GPL vmlinux 0x64a4695a to_nvdimm +EXPORT_SYMBOL_GPL vmlinux 0x64a4ea28 of_phandle_iterator_init +EXPORT_SYMBOL_GPL vmlinux 0x64ad9468 pinconf_generic_parse_dt_config +EXPORT_SYMBOL_GPL vmlinux 0x64bf5346 tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x64c01deb __fscrypt_prepare_readdir +EXPORT_SYMBOL_GPL vmlinux 0x64c0aefb vfs_remove_acl +EXPORT_SYMBOL_GPL vmlinux 0x64e27c4f synth_event_delete +EXPORT_SYMBOL_GPL vmlinux 0x64e41164 tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x64ed2239 divider_recalc_rate +EXPORT_SYMBOL_GPL vmlinux 0x64ef5033 usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x64f36620 dax_flush +EXPORT_SYMBOL_GPL vmlinux 0x6502d9c2 xenbus_scanf +EXPORT_SYMBOL_GPL vmlinux 0x650a017c mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x651d10e5 ktime_get_tai_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x652fe2a8 ftrace_ops_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x6531a37f mpi_add +EXPORT_SYMBOL_GPL vmlinux 0x653222dc __traceiter_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x65525c38 ghes_register_report_chain +EXPORT_SYMBOL_GPL vmlinux 0x656ac6c0 nvmem_cell_read_variable_le_u64 +EXPORT_SYMBOL_GPL vmlinux 0x658315d8 housekeeping_affine +EXPORT_SYMBOL_GPL vmlinux 0x659be4e6 acpi_dev_clear_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x65a611cc ata_common_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x65a7507f ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x65acf90c sbitmap_weight +EXPORT_SYMBOL_GPL vmlinux 0x65aeb22c iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x65b42282 pci_ims_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x65b8bb11 vfs_inode_has_locks +EXPORT_SYMBOL_GPL vmlinux 0x65c4a825 crypto_type_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65d4a3b1 kcpustat_field +EXPORT_SYMBOL_GPL vmlinux 0x65d74b2d ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x65e01af9 __sync_icache_dcache +EXPORT_SYMBOL_GPL vmlinux 0x65f6e771 mctrl_gpio_init +EXPORT_SYMBOL_GPL vmlinux 0x65fe04f1 dm_internal_suspend_noflush +EXPORT_SYMBOL_GPL vmlinux 0x65ff3b8d soc_device_match +EXPORT_SYMBOL_GPL vmlinux 0x66055ba7 tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0x6609867a sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x66137f91 watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x6621872d acpi_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0x662a3cca of_detach_node +EXPORT_SYMBOL_GPL vmlinux 0x662c511a acpi_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x662d0ab8 ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x662e7c1e fwnode_find_reference +EXPORT_SYMBOL_GPL vmlinux 0x6630f874 virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0x66360b35 nf_queue +EXPORT_SYMBOL_GPL vmlinux 0x6636c3c9 irq_set_vcpu_affinity +EXPORT_SYMBOL_GPL vmlinux 0x663bb448 devlink_fmsg_obj_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x66466ba2 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x6648db98 __SCK__tp_func_rwmmio_post_read +EXPORT_SYMBOL_GPL vmlinux 0x664eb54a k3_ringacc_ring_reset_dma +EXPORT_SYMBOL_GPL vmlinux 0x66516aba strp_done +EXPORT_SYMBOL_GPL vmlinux 0x665e92a0 clk_set_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x665f43e5 platform_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x666ae773 gen10g_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x668ee6f5 dax_layout_busy_page +EXPORT_SYMBOL_GPL vmlinux 0x6698134c mctrl_gpio_init_noauto +EXPORT_SYMBOL_GPL vmlinux 0x66a02aa9 scsi_build_sense +EXPORT_SYMBOL_GPL vmlinux 0x66b97421 sfp_link_up +EXPORT_SYMBOL_GPL vmlinux 0x66b9edce dax_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x66cb38c5 pwm_capture +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66dd8871 devlink_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0x66e8b5b0 phylink_caps_to_linkmodes +EXPORT_SYMBOL_GPL vmlinux 0x66f551ba call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x67026446 pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x670b339c ghes_get_devices +EXPORT_SYMBOL_GPL vmlinux 0x67131228 __devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x6713223a rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0x6715cd8f devm_krealloc +EXPORT_SYMBOL_GPL vmlinux 0x671a91b1 perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0x671f6d44 extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6726efa0 serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x6729fc69 uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0x672a1f25 serdev_device_set_parity +EXPORT_SYMBOL_GPL vmlinux 0x6739a503 balloon_set_new_target +EXPORT_SYMBOL_GPL vmlinux 0x67429c91 __SCK__tp_func_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x67438d89 scsi_check_sense +EXPORT_SYMBOL_GPL vmlinux 0x6744e907 component_compare_dev +EXPORT_SYMBOL_GPL vmlinux 0x674fa8f1 ma35d1_reg_clk_pll +EXPORT_SYMBOL_GPL vmlinux 0x67508a90 xen_find_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x675c3154 dev_pm_genpd_set_next_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x676c2e57 bpf_warn_invalid_xdp_action +EXPORT_SYMBOL_GPL vmlinux 0x676c688f k3_ringacc_ring_free +EXPORT_SYMBOL_GPL vmlinux 0x6774ebbb rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0x677508a8 devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0x677c69f1 make_vfsgid +EXPORT_SYMBOL_GPL vmlinux 0x677f95e7 device_link_add +EXPORT_SYMBOL_GPL vmlinux 0x677ff88c xas_store +EXPORT_SYMBOL_GPL vmlinux 0x678053a3 usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0x6782a906 of_map_id +EXPORT_SYMBOL_GPL vmlinux 0x6783b929 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x678b77fa devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x67960bfc pinctrl_generic_get_group_name +EXPORT_SYMBOL_GPL vmlinux 0x67a5ae38 iommu_page_response +EXPORT_SYMBOL_GPL vmlinux 0x67aaf170 kvm_make_all_cpus_request +EXPORT_SYMBOL_GPL vmlinux 0x67b99ecb usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x67bd5284 regulator_is_equal +EXPORT_SYMBOL_GPL vmlinux 0x67c3c795 get_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x67c85dfa dev_pm_opp_set_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x67c9ff7a sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0x67da9f7c sha512_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x67dd7898 phy_validate +EXPORT_SYMBOL_GPL vmlinux 0x67e926b2 blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0x67e97d4f pci_epc_set_msi +EXPORT_SYMBOL_GPL vmlinux 0x67ec2017 ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x67ff9f46 fwnode_graph_get_remote_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x6812e57f vp_legacy_set_features +EXPORT_SYMBOL_GPL vmlinux 0x681707c5 crypto_register_acomps +EXPORT_SYMBOL_GPL vmlinux 0x6822de1a firmware_upload_unregister +EXPORT_SYMBOL_GPL vmlinux 0x682ff057 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x6836e3af mtk_pinconf_bias_set_combo +EXPORT_SYMBOL_GPL vmlinux 0x683e91a2 user_describe +EXPORT_SYMBOL_GPL vmlinux 0x68460527 blkcg_set_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x684ca117 zynqmp_pm_get_pll_frac_mode +EXPORT_SYMBOL_GPL vmlinux 0x686332c5 user_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6892e3c3 kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL vmlinux 0x68952493 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x689582d4 gpiochip_generic_config +EXPORT_SYMBOL_GPL vmlinux 0x689779f4 replace_page_cache_folio +EXPORT_SYMBOL_GPL vmlinux 0x689ac3ff fwnode_get_next_available_child_node +EXPORT_SYMBOL_GPL vmlinux 0x68ac6bc3 regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0x68b4766d mmc_send_tuning +EXPORT_SYMBOL_GPL vmlinux 0x68b62855 ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0x68c6feff edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x68c76da4 nf_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x68d31186 ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0x68da6d36 serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0x68f87749 __sk_flush_backlog +EXPORT_SYMBOL_GPL vmlinux 0x6900686f vcap_find_actionfield +EXPORT_SYMBOL_GPL vmlinux 0x6903ca4c genphy_c45_loopback +EXPORT_SYMBOL_GPL vmlinux 0x690f585e phy_basic_ports_array +EXPORT_SYMBOL_GPL vmlinux 0x69113fdd dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0x69257fa6 alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0x6926c3fa vcap_rule_get_counter +EXPORT_SYMBOL_GPL vmlinux 0x6928dead ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x69420fb0 regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x69463ad6 rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x695776c5 seq_buf_do_printk +EXPORT_SYMBOL_GPL vmlinux 0x696340a5 __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0x69637b2c __traceiter_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0x696a3dac pci_msix_can_alloc_dyn +EXPORT_SYMBOL_GPL vmlinux 0x696b1460 fib6_check_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x696f2b63 of_changeset_init +EXPORT_SYMBOL_GPL vmlinux 0x697244e7 mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x698edfc3 zynqmp_pm_set_gem_config +EXPORT_SYMBOL_GPL vmlinux 0x69c2e4e9 xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0x69c6461b spi_mem_driver_register_with_owner +EXPORT_SYMBOL_GPL vmlinux 0x69c9ed06 devl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x69cb2f24 of_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0x69cf0632 mpi_fromstr +EXPORT_SYMBOL_GPL vmlinux 0x69d2d271 devm_gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x69dda276 mtk_pinconf_drive_get +EXPORT_SYMBOL_GPL vmlinux 0x69e683de uuid_gen +EXPORT_SYMBOL_GPL vmlinux 0x69eca1b1 ethnl_cable_test_step +EXPORT_SYMBOL_GPL vmlinux 0x69ee2220 linear_range_get_selector_high +EXPORT_SYMBOL_GPL vmlinux 0x69eed672 gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x69ef6b5d clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0x6a05b65b fb_videomode_from_videomode +EXPORT_SYMBOL_GPL vmlinux 0x6a0ec7dc blk_mq_sched_mark_restart_hctx +EXPORT_SYMBOL_GPL vmlinux 0x6a135115 mtk_clk_unregister_factors +EXPORT_SYMBOL_GPL vmlinux 0x6a14d3af unregister_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a1643a3 tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x6a22270b cdx_device_add +EXPORT_SYMBOL_GPL vmlinux 0x6a421062 memory_failure_queue +EXPORT_SYMBOL_GPL vmlinux 0x6a460dc5 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0x6a48c90b crypto_rng_reset +EXPORT_SYMBOL_GPL vmlinux 0x6a4d4677 devm_power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a54234b invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x6a5b782e devlink_port_linecard_set +EXPORT_SYMBOL_GPL vmlinux 0x6a67f2b1 usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0x6a71a5f9 dma_async_device_channel_register +EXPORT_SYMBOL_GPL vmlinux 0x6a76a1c9 serial8250_do_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6a845c9b crypto_sig_set_pubkey +EXPORT_SYMBOL_GPL vmlinux 0x6a8e66bb __fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0x6a9310bc register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x6a93c9b2 zynqmp_pm_pinctrl_get_function +EXPORT_SYMBOL_GPL vmlinux 0x6a9e90af ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x6aa2a877 xenbus_printf +EXPORT_SYMBOL_GPL vmlinux 0x6aa92858 icc_node_create +EXPORT_SYMBOL_GPL vmlinux 0x6aad9152 xen_set_callback_via +EXPORT_SYMBOL_GPL vmlinux 0x6ab8bb0c fuse_free_conn +EXPORT_SYMBOL_GPL vmlinux 0x6adbf9b2 sk_psock_drop +EXPORT_SYMBOL_GPL vmlinux 0x6ae5ceec of_property_read_u32_index +EXPORT_SYMBOL_GPL vmlinux 0x6aeed587 irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x6afb7820 devfreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6afcd65a imx_check_clk_hws +EXPORT_SYMBOL_GPL vmlinux 0x6b0dc565 xen_set_irq_priority +EXPORT_SYMBOL_GPL vmlinux 0x6b1b9895 irq_domain_pop_irq +EXPORT_SYMBOL_GPL vmlinux 0x6b2b69f7 static_key_enable +EXPORT_SYMBOL_GPL vmlinux 0x6b321abd led_trigger_write +EXPORT_SYMBOL_GPL vmlinux 0x6b38d350 ethnl_cable_test_amplitude +EXPORT_SYMBOL_GPL vmlinux 0x6b3a815d pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x6b3ae022 acpi_os_unmap_iomem +EXPORT_SYMBOL_GPL vmlinux 0x6b4045ee zynqmp_pm_get_api_version +EXPORT_SYMBOL_GPL vmlinux 0x6b413c9b sfp_link_down +EXPORT_SYMBOL_GPL vmlinux 0x6b47f8a4 hisi_clk_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x6b4b84c5 cdrom_read_tocentry +EXPORT_SYMBOL_GPL vmlinux 0x6b59ab2d nd_tbl +EXPORT_SYMBOL_GPL vmlinux 0x6b722180 log_read_mmio +EXPORT_SYMBOL_GPL vmlinux 0x6b75661c pci_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x6b7a4335 hyperv_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b834121 bman_portals_probed +EXPORT_SYMBOL_GPL vmlinux 0x6b845e34 unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x6b851996 of_usb_update_otg_caps +EXPORT_SYMBOL_GPL vmlinux 0x6b91d0c0 xhci_resume +EXPORT_SYMBOL_GPL vmlinux 0x6b9c5a58 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0x6ba36c6a hwpoison_filter_flags_value +EXPORT_SYMBOL_GPL vmlinux 0x6bbd8324 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x6bc6db81 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x6bcdedc0 mpi_point_init +EXPORT_SYMBOL_GPL vmlinux 0x6bce95fe firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x6bd1aa56 stack_trace_save +EXPORT_SYMBOL_GPL vmlinux 0x6bdef35c acpi_ec_mark_gpe_for_wake +EXPORT_SYMBOL_GPL vmlinux 0x6bdf683c cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x6be3a96b hv_remove_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0x6be6d9fd crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6bf181c1 acpi_gpiochip_request_interrupts +EXPORT_SYMBOL_GPL vmlinux 0x6bf25216 iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6c04f7fa bpf_offload_dev_netdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6c08bd7c fsl_mc_bus_dpni_type +EXPORT_SYMBOL_GPL vmlinux 0x6c205008 mpi_print +EXPORT_SYMBOL_GPL vmlinux 0x6c28ce48 class_create +EXPORT_SYMBOL_GPL vmlinux 0x6c348fda scmi_requested_devices_nh +EXPORT_SYMBOL_GPL vmlinux 0x6c3727e9 sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0x6c381dc9 fat_update_time +EXPORT_SYMBOL_GPL vmlinux 0x6c389761 acpi_bus_get_private_data +EXPORT_SYMBOL_GPL vmlinux 0x6c3f70e0 guid_gen +EXPORT_SYMBOL_GPL vmlinux 0x6c426c50 fsl_mc_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c4ba85d nfnl_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x6c4c0690 tcp_plb_update_state +EXPORT_SYMBOL_GPL vmlinux 0x6c52e319 sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x6c5ad0cd kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0x6c5fe2b4 tick_nohz_dep_set_task +EXPORT_SYMBOL_GPL vmlinux 0x6c602497 __fsverity_cleanup_inode +EXPORT_SYMBOL_GPL vmlinux 0x6c63be62 fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x6c655913 register_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6c67bd34 addrconf_prefix_rcv_add_addr +EXPORT_SYMBOL_GPL vmlinux 0x6c70f647 nf_ip6_check_hbh_len +EXPORT_SYMBOL_GPL vmlinux 0x6c7fc620 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0x6c90193d regulator_get_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0x6c956075 __SCK__tp_func_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x6c9f9be0 blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6cb0ce87 irq_get_percpu_devid_partition +EXPORT_SYMBOL_GPL vmlinux 0x6cc14122 tpmm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6cc397cc dma_get_slave_caps +EXPORT_SYMBOL_GPL vmlinux 0x6ce10eb0 trace_clock_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x6d04891d inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x6d09122e perf_report_aux_output_id +EXPORT_SYMBOL_GPL vmlinux 0x6d09843f copy_bpf_fprog_from_user +EXPORT_SYMBOL_GPL vmlinux 0x6d0ae550 pinctrl_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x6d131bb3 imx_pinconf_set_scu +EXPORT_SYMBOL_GPL vmlinux 0x6d18fcda blk_mq_alloc_request_hctx +EXPORT_SYMBOL_GPL vmlinux 0x6d1aac7d acpi_irq_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x6d211d05 pm_report_hw_sleep_time +EXPORT_SYMBOL_GPL vmlinux 0x6d233e6e scmi_device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d38c4b9 phy_driver_is_genphy_10g +EXPORT_SYMBOL_GPL vmlinux 0x6d467b08 arm_smccc_1_1_get_conduit +EXPORT_SYMBOL_GPL vmlinux 0x6d49c8ed iommu_group_has_isolated_msi +EXPORT_SYMBOL_GPL vmlinux 0x6d58e85c blk_crypto_register +EXPORT_SYMBOL_GPL vmlinux 0x6d6fec1f ktime_mono_to_any +EXPORT_SYMBOL_GPL vmlinux 0x6d7832b7 __stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x6d7e951e rcu_exp_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x6d84c20c usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x6d84edea fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0x6d8ac30d sock_map_unhash +EXPORT_SYMBOL_GPL vmlinux 0x6d8c6ae3 thermal_zone_get_crit_temp +EXPORT_SYMBOL_GPL vmlinux 0x6d998aa4 devm_nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x6da9ca52 evtchn_make_refcounted +EXPORT_SYMBOL_GPL vmlinux 0x6db48058 blk_queue_required_elevator_features +EXPORT_SYMBOL_GPL vmlinux 0x6dbaafd3 put_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6dc2166f fuse_dev_install +EXPORT_SYMBOL_GPL vmlinux 0x6dc2cb39 attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x6dc9cbb6 sk_msg_memcopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x6dca2232 usb_check_int_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x6dca7ea9 dma_resv_test_signaled +EXPORT_SYMBOL_GPL vmlinux 0x6dcb6deb dummy_con +EXPORT_SYMBOL_GPL vmlinux 0x6dd5680d sprint_symbol_build_id +EXPORT_SYMBOL_GPL vmlinux 0x6de01787 clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x6de26644 component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0x6de422f5 au_platform_setup +EXPORT_SYMBOL_GPL vmlinux 0x6dedc917 fuse_dev_alloc_install +EXPORT_SYMBOL_GPL vmlinux 0x6df0463a ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0x6dfa7eec devl_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6e005f56 vcap_find_admin +EXPORT_SYMBOL_GPL vmlinux 0x6e09d93d __SCK__tp_func_map +EXPORT_SYMBOL_GPL vmlinux 0x6e1ca4d5 scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0x6e223020 switchdev_handle_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x6e27b7dc usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x6e353c26 mpi_rshift +EXPORT_SYMBOL_GPL vmlinux 0x6e38bbe8 shash_no_setkey +EXPORT_SYMBOL_GPL vmlinux 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x6e4273f7 kvm_read_guest_offset_cached +EXPORT_SYMBOL_GPL vmlinux 0x6e458d53 mtk_clk_register_fixed_clks +EXPORT_SYMBOL_GPL vmlinux 0x6e4aa78d k3_udma_glue_rx_flow_enable +EXPORT_SYMBOL_GPL vmlinux 0x6e6cd76f __regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e7a6b1f unregister_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x6e7bf0f7 devres_release +EXPORT_SYMBOL_GPL vmlinux 0x6e7e45dd _proc_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x6e7e8c7d of_k3_ringacc_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x6e7f7223 clk_hw_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6e914514 acpi_dev_irq_flags +EXPORT_SYMBOL_GPL vmlinux 0x6ea25393 skcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x6ea2a99f __tracepoint_rwmmio_post_read +EXPORT_SYMBOL_GPL vmlinux 0x6ea433f4 blk_mq_alloc_sq_tag_set +EXPORT_SYMBOL_GPL vmlinux 0x6eabc89c mtk_clk_register_cpumuxes +EXPORT_SYMBOL_GPL vmlinux 0x6eb04f46 register_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6eb5786a ahci_platform_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6ebe366f ktime_get_mono_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6ed589af genphy_c45_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x6ed8fc2f acpi_dev_get_property +EXPORT_SYMBOL_GPL vmlinux 0x6ee03747 pci_device_group +EXPORT_SYMBOL_GPL vmlinux 0x6ef07ae1 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0x6ef40d78 rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0x6ef6b54f ktime_get_boot_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6f0738d0 nf_hook_entries_delete_raw +EXPORT_SYMBOL_GPL vmlinux 0x6f0f1cf2 percpu_free_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x6f12560a get_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6f1e1596 gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0x6f1fb01e platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0x6f2017de misc_cg_set_capacity +EXPORT_SYMBOL_GPL vmlinux 0x6f22671c ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x6f2af0cd i2c_slave_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6f2b2a5c tps65912_device_init +EXPORT_SYMBOL_GPL vmlinux 0x6f32db5d crypto_unregister_scomps +EXPORT_SYMBOL_GPL vmlinux 0x6f3d989c iort_put_rmr_sids +EXPORT_SYMBOL_GPL vmlinux 0x6f5db870 tty_ldisc_receive_buf +EXPORT_SYMBOL_GPL vmlinux 0x6f61b7da __fscrypt_prepare_link +EXPORT_SYMBOL_GPL vmlinux 0x6f62ba3d perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0x6f6b52e9 __ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x6f7a1689 dev_pm_opp_find_freq_floor +EXPORT_SYMBOL_GPL vmlinux 0x6f7a8ff7 fwnode_graph_get_remote_port_parent +EXPORT_SYMBOL_GPL vmlinux 0x6f7e6040 irq_has_action +EXPORT_SYMBOL_GPL vmlinux 0x6f9e763b timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x6f9f91fd mmput_async +EXPORT_SYMBOL_GPL vmlinux 0x6fa426d2 phylink_ethtool_nway_reset +EXPORT_SYMBOL_GPL vmlinux 0x6fb50a61 iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x6fb8e3dc regmap_mmio_detach_clk +EXPORT_SYMBOL_GPL vmlinux 0x6fc09a47 platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x6fcd90a9 phy_save_page +EXPORT_SYMBOL_GPL vmlinux 0x6fcef6ab ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0x6fd512f4 vp_modern_probe +EXPORT_SYMBOL_GPL vmlinux 0x6fde51c2 tcp_get_syncookie_mss +EXPORT_SYMBOL_GPL vmlinux 0x6ff2b227 of_property_read_variable_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6ff79559 devm_clk_hw_register_fixed_factor_index +EXPORT_SYMBOL_GPL vmlinux 0x7006586e iommu_get_group_resv_regions +EXPORT_SYMBOL_GPL vmlinux 0x70079d69 tracepoint_probe_register_prio_may_exist +EXPORT_SYMBOL_GPL vmlinux 0x70117735 i2c_dw_acpi_configure +EXPORT_SYMBOL_GPL vmlinux 0x701daa90 regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x702169f3 crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x70367786 blk_mq_sched_try_insert_merge +EXPORT_SYMBOL_GPL vmlinux 0x70423efb zynqmp_pm_set_sd_config +EXPORT_SYMBOL_GPL vmlinux 0x7042dfcf pci_d3cold_enable +EXPORT_SYMBOL_GPL vmlinux 0x70627135 ahci_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x70684298 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x706c63a8 proc_create_net_single_write +EXPORT_SYMBOL_GPL vmlinux 0x7073c04f phy_10_100_features_array +EXPORT_SYMBOL_GPL vmlinux 0x709bc91c vp_modern_queue_address +EXPORT_SYMBOL_GPL vmlinux 0x70b59575 skb_mpls_dec_ttl +EXPORT_SYMBOL_GPL vmlinux 0x70b7e148 serdev_device_add +EXPORT_SYMBOL_GPL vmlinux 0x70c2c7ea pids_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x70c52dc5 nf_skb_duplicated +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70fbae4d cppc_allow_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x7101dda5 ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0x710353ea crypto_register_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x710a1758 gnttab_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7111c39c metadata_dst_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0x7115cfe6 vcap_is_next_lookup +EXPORT_SYMBOL_GPL vmlinux 0x711cf2cf usb_check_bulk_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x711e1769 da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x71207451 acpi_dev_resource_io +EXPORT_SYMBOL_GPL vmlinux 0x7129a6f4 osc_sb_native_usb4_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x712ee0d8 acpi_data_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x713bf31c debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0x713ebd4a __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x7154936d regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x71724493 mctrl_gpio_enable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x71745ce6 blk_mq_free_request +EXPORT_SYMBOL_GPL vmlinux 0x717ed192 pci_epc_get +EXPORT_SYMBOL_GPL vmlinux 0x7181db30 atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x71945b8a fwnode_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x71956ca0 acpi_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7195940a mctrl_gpio_disable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x719e17ff clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x71a0106c fscrypt_ioctl_remove_key +EXPORT_SYMBOL_GPL vmlinux 0x71a20f4a __SCK__tp_func_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x71b1c89b cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x71b6cf94 dst_cache_reset_now +EXPORT_SYMBOL_GPL vmlinux 0x71bbb331 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x71c059d8 __traceiter_map +EXPORT_SYMBOL_GPL vmlinux 0x71dac447 thermal_zone_device +EXPORT_SYMBOL_GPL vmlinux 0x71ed5ada __virtio_unbreak_device +EXPORT_SYMBOL_GPL vmlinux 0x71ff0770 of_genpd_del_provider +EXPORT_SYMBOL_GPL vmlinux 0x722359ee pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x722ff744 dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0x72422a5a icc_provider_init +EXPORT_SYMBOL_GPL vmlinux 0x7244e2fd xen_unregister_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x72569e33 spi_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x725af3a8 register_btf_id_dtor_kfuncs +EXPORT_SYMBOL_GPL vmlinux 0x7265f2b0 pci_vpd_check_csum +EXPORT_SYMBOL_GPL vmlinux 0x726b7fb3 sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x727abae1 cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0x727ae0b8 devl_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7282ecb6 rcu_async_hurry +EXPORT_SYMBOL_GPL vmlinux 0x7283161b percpu_ref_switch_to_percpu +EXPORT_SYMBOL_GPL vmlinux 0x7285e351 pci_create_ims_domain +EXPORT_SYMBOL_GPL vmlinux 0x729f87ef debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0x72a7bf72 tegra_bpmp_free_mrq +EXPORT_SYMBOL_GPL vmlinux 0x72ae1839 base64_decode +EXPORT_SYMBOL_GPL vmlinux 0x72c05fe0 crypto_register_rng +EXPORT_SYMBOL_GPL vmlinux 0x72d267dc nvmem_del_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0x72efc69e edac_device_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x72f724b5 crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0x730a37ff pci_doe +EXPORT_SYMBOL_GPL vmlinux 0x731559e5 acpi_kobj +EXPORT_SYMBOL_GPL vmlinux 0x73196ac3 hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x732852fe xenbus_transaction_end +EXPORT_SYMBOL_GPL vmlinux 0x732cd77c devm_regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x733b53fe __hwspin_unlock +EXPORT_SYMBOL_GPL vmlinux 0x7340732d regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x735c8111 fscrypt_mergeable_bio_bh +EXPORT_SYMBOL_GPL vmlinux 0x736732f0 of_property_read_variable_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x7380d142 of_platform_default_populate +EXPORT_SYMBOL_GPL vmlinux 0x7381287f trace_handle_return +EXPORT_SYMBOL_GPL vmlinux 0x738c0518 spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0x739c2066 of_irq_parse_and_map_pci +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73a69fad xhci_run +EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x73c75348 io_uring_cmd_done +EXPORT_SYMBOL_GPL vmlinux 0x73cc8631 oiap +EXPORT_SYMBOL_GPL vmlinux 0x73dd7aa2 strp_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x73e46eef cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0x73e63dec ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0x73fc9e6c regulator_suspend_enable +EXPORT_SYMBOL_GPL vmlinux 0x740c7d5e init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x7414c1e2 mmu_notifier_get_locked +EXPORT_SYMBOL_GPL vmlinux 0x74205ed9 sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0x74229862 devl_params_register +EXPORT_SYMBOL_GPL vmlinux 0x7429297b interval_tree_span_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x742e112b wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7438014c skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0x743b99d8 xenmem_reservation_increase +EXPORT_SYMBOL_GPL vmlinux 0x7443e35e device_for_each_child_reverse +EXPORT_SYMBOL_GPL vmlinux 0x74457e56 apei_resources_fini +EXPORT_SYMBOL_GPL vmlinux 0x7446bf62 usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0x74652b47 kvm_vcpu_write_guest +EXPORT_SYMBOL_GPL vmlinux 0x746667cd regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0x746e5fe6 devlink_port_attrs_pci_pf_set +EXPORT_SYMBOL_GPL vmlinux 0x748317e4 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x748b2492 regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x74a22bb4 k3_udma_glue_push_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x74b5ea68 lcm_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x74b6eb28 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74be59c8 usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0x74bf2e01 scsi_pr_type_to_block +EXPORT_SYMBOL_GPL vmlinux 0x74c0f35b blk_queue_max_zone_append_sectors +EXPORT_SYMBOL_GPL vmlinux 0x74c7bffa stack_trace_snprint +EXPORT_SYMBOL_GPL vmlinux 0x74d42632 mas_empty_area +EXPORT_SYMBOL_GPL vmlinux 0x74e73871 housekeeping_overridden +EXPORT_SYMBOL_GPL vmlinux 0x74e96332 devm_irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x7503f9bc watchdog_set_restart_priority +EXPORT_SYMBOL_GPL vmlinux 0x75133f6e visitor128 +EXPORT_SYMBOL_GPL vmlinux 0x751d2e97 bpf_log +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x752709fa smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x7532dc12 regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0x753b9b82 param_ops_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x75467a0e irq_of_parse_and_map +EXPORT_SYMBOL_GPL vmlinux 0x754e5ea2 tegra210_clk_emc_attach +EXPORT_SYMBOL_GPL vmlinux 0x755986f0 mtk_pinconf_drive_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x756b836c __serdev_device_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x756cd27b devm_clk_get_optional_enabled +EXPORT_SYMBOL_GPL vmlinux 0x757194c9 kvm_irq_has_notifier +EXPORT_SYMBOL_GPL vmlinux 0x75721c4b regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0x757622e2 pci_epc_set_bar +EXPORT_SYMBOL_GPL vmlinux 0x757aa5fc pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0x757c1bbb housekeeping_any_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7582de8f iomap_file_buffered_write +EXPORT_SYMBOL_GPL vmlinux 0x758511c3 skb_send_sock_locked +EXPORT_SYMBOL_GPL vmlinux 0x758a43fe k3_ringacc_get_ring_irq_num +EXPORT_SYMBOL_GPL vmlinux 0x759139cb of_pci_check_probe_only +EXPORT_SYMBOL_GPL vmlinux 0x75994e9e of_clk_get_parent_name +EXPORT_SYMBOL_GPL vmlinux 0x759bfe36 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0x759f5526 fib4_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x75a750e4 vcap_rule_rem_key +EXPORT_SYMBOL_GPL vmlinux 0x75b6c4a9 rio_alloc_net +EXPORT_SYMBOL_GPL vmlinux 0x75b79b50 devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0x75c0934b vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0x75d8e457 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x75db8c9e clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x75dd4ebe of_overlay_remove +EXPORT_SYMBOL_GPL vmlinux 0x75df4b14 __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x75df619d tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x75e51945 __SCK__tp_func_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x75e9c735 pci_ats_disabled +EXPORT_SYMBOL_GPL vmlinux 0x75fb9062 arch_timer_read_counter +EXPORT_SYMBOL_GPL vmlinux 0x760abb2d regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x760bafdd devm_clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x76109978 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x7624c7b1 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x764cc3d2 fscrypt_mergeable_bio +EXPORT_SYMBOL_GPL vmlinux 0x764fa510 imx_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0x76517f03 interval_tree_span_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0x7656410c mpi_sub +EXPORT_SYMBOL_GPL vmlinux 0x766296d2 fwnode_property_present +EXPORT_SYMBOL_GPL vmlinux 0x7665a95b idr_remove +EXPORT_SYMBOL_GPL vmlinux 0x766f7805 tegra_mc_write_emem_configuration +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x768dec25 pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x7696e35b device_link_remove +EXPORT_SYMBOL_GPL vmlinux 0x769cefb5 percpu_ref_switch_to_atomic +EXPORT_SYMBOL_GPL vmlinux 0x76a61e85 __SCK__tp_func_rwmmio_write +EXPORT_SYMBOL_GPL vmlinux 0x76b3842f cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x76b79e9c rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0x76d1af56 debounce_time_mt2701 +EXPORT_SYMBOL_GPL vmlinux 0x76d833e3 bpf_prog_sub +EXPORT_SYMBOL_GPL vmlinux 0x76d9b876 clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x76e85af6 mtk_pctrl_show_one_pin +EXPORT_SYMBOL_GPL vmlinux 0x76e85b92 gnttab_request_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x76eeeb0f sha384_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x77079b1f sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0x770821a2 gov_attr_set_get +EXPORT_SYMBOL_GPL vmlinux 0x770a5ae9 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x770a801b trace_output_call +EXPORT_SYMBOL_GPL vmlinux 0x770c4d7b skb_complete_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x7712771a unbind_from_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7717d36d clk_hw_rate_is_protected +EXPORT_SYMBOL_GPL vmlinux 0x77196d2b inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x771a92b1 bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0x771e9cd8 iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x77222306 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x772b0f64 __wake_up_pollfree +EXPORT_SYMBOL_GPL vmlinux 0x773330e3 blkcg_get_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x773e938f strp_stop +EXPORT_SYMBOL_GPL vmlinux 0x77438a40 ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x77522cf6 sbitmap_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0x77560f03 ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x7757b51a clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7759be02 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0x7759c553 crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0x7763af42 usb_of_get_interface_node +EXPORT_SYMBOL_GPL vmlinux 0x7763bbdf kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0x777bdefb devm_clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x7788bca1 devm_clk_get_enabled +EXPORT_SYMBOL_GPL vmlinux 0x7791e066 dw_pcie_read +EXPORT_SYMBOL_GPL vmlinux 0x7797fbb5 imx_clk_hw_pfdv2 +EXPORT_SYMBOL_GPL vmlinux 0x77a46edc raw_abort +EXPORT_SYMBOL_GPL vmlinux 0x77aae2c7 dm_post_suspending +EXPORT_SYMBOL_GPL vmlinux 0x77ae495d usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0x77b14a02 usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x77b62f9f fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0x77b69acf crypto_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x77c3c60a ahci_start_engine +EXPORT_SYMBOL_GPL vmlinux 0x77ca9ad2 ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0x77da46e9 serial8250_em485_destroy +EXPORT_SYMBOL_GPL vmlinux 0x77df81a7 of_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x77e7054e extcon_get_property +EXPORT_SYMBOL_GPL vmlinux 0x77e75be3 sfp_bus_put +EXPORT_SYMBOL_GPL vmlinux 0x77e8f134 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x77eb7191 ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x77eb9f0c devm_pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x77ecf68d memalloc_socks_key +EXPORT_SYMBOL_GPL vmlinux 0x77f10ff9 crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0x77f24400 perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x77f2534f regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0x77fe2624 dm_table_device_name +EXPORT_SYMBOL_GPL vmlinux 0x77ff80d3 __tracepoint_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x781a6fe8 kvm_read_guest +EXPORT_SYMBOL_GPL vmlinux 0x78204144 __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x782e5f83 __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x783a421b clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x78461411 cdx_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x7847c621 sfp_parse_support +EXPORT_SYMBOL_GPL vmlinux 0x785a93b4 si_mem_available +EXPORT_SYMBOL_GPL vmlinux 0x785ddc3e io_uring_cmd_import_fixed +EXPORT_SYMBOL_GPL vmlinux 0x78798c86 phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x788167d2 devm_thermal_of_zone_register +EXPORT_SYMBOL_GPL vmlinux 0x788bfbad ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0x78989ab8 devm_pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x789c73d9 rcu_cpu_stall_suppress_at_boot +EXPORT_SYMBOL_GPL vmlinux 0x78a1d9e6 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0x78a2bf47 dev_pm_opp_find_bw_floor +EXPORT_SYMBOL_GPL vmlinux 0x78a83ece devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x78b39494 pm_clk_add +EXPORT_SYMBOL_GPL vmlinux 0x78c8ce61 mtk_eint_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x78d00758 bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x78ddb76b dmi_match +EXPORT_SYMBOL_GPL vmlinux 0x78ea5275 attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0x78eb28af __usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x78eec78b sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0x7901a83a wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x790be0b9 usb_bus_idr +EXPORT_SYMBOL_GPL vmlinux 0x7918d817 memory_failure +EXPORT_SYMBOL_GPL vmlinux 0x791a944d edac_pci_handle_pe +EXPORT_SYMBOL_GPL vmlinux 0x791c48e4 pcc_mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0x792add9b dev_pm_opp_put +EXPORT_SYMBOL_GPL vmlinux 0x79345cb9 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x7934aa08 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x793d5c5f iommu_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x793e6d98 task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x79431aa0 tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x79470a2c TSS_authhmac +EXPORT_SYMBOL_GPL vmlinux 0x794a0461 rockchip_pcie_disable_clocks +EXPORT_SYMBOL_GPL vmlinux 0x794b7271 orderly_reboot +EXPORT_SYMBOL_GPL vmlinux 0x7955859f direct_write_fallback +EXPORT_SYMBOL_GPL vmlinux 0x7956e37f sdio_retune_crc_enable +EXPORT_SYMBOL_GPL vmlinux 0x796277e0 pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0x7975ad1b crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0x79807c28 alloc_skb_for_msg +EXPORT_SYMBOL_GPL vmlinux 0x798b7682 klist_prev +EXPORT_SYMBOL_GPL vmlinux 0x79980520 devm_devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0x799c902c usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x79ab8f37 ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0x79af0558 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0x79b38e69 __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0x79b4e0f9 __fsl_mc_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x79b6b779 rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x79b78190 spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0x79baf2ff transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0x79bb8a26 sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0x79bc842c usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x79cd5fd8 i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0x79ddc1df perf_aux_output_skip +EXPORT_SYMBOL_GPL vmlinux 0x79defbe1 kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x79ec6211 perf_event_addr_filters_sync +EXPORT_SYMBOL_GPL vmlinux 0x79f1aa44 find_iova +EXPORT_SYMBOL_GPL vmlinux 0x79f2e3ff pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x79f697e4 lzorle1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x79fc95cb tpm_tis_resume +EXPORT_SYMBOL_GPL vmlinux 0x7a12d9db of_resolve_phandles +EXPORT_SYMBOL_GPL vmlinux 0x7a1f1073 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x7a2fce3f stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0x7a3b0780 __traceiter_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x7a3f16a2 devl_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7a54c6d1 report_iommu_fault +EXPORT_SYMBOL_GPL vmlinux 0x7a5f3b54 netdev_sw_irq_coalesce_default_on +EXPORT_SYMBOL_GPL vmlinux 0x7a5f7544 of_irq_parse_raw +EXPORT_SYMBOL_GPL vmlinux 0x7a6c01ab devl_rate_node_create +EXPORT_SYMBOL_GPL vmlinux 0x7a73e274 __traceiter_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x7a73e605 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7a7e7615 ehci_adjust_port_wakeup_flags +EXPORT_SYMBOL_GPL vmlinux 0x7a81541b async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x7a898da4 rdev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x7a98f4b4 copy_from_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0x7a9bcc1e disk_force_media_change +EXPORT_SYMBOL_GPL vmlinux 0x7a9e4c23 software_node_register_node_group +EXPORT_SYMBOL_GPL vmlinux 0x7ac10ad8 icst_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x7ac5d02a wbt_enable_default +EXPORT_SYMBOL_GPL vmlinux 0x7ac6a13c clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x7ac722bd phy_all_ports_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7ad02a41 asn1_encode_tag +EXPORT_SYMBOL_GPL vmlinux 0x7ad1ded1 pinctrl_register_mappings +EXPORT_SYMBOL_GPL vmlinux 0x7ad2c64c k3_udma_glue_release_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x7ad9bbe8 tcp_ca_openreq_child +EXPORT_SYMBOL_GPL vmlinux 0x7ae806c2 cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x7af0a8d4 irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x7af771e9 phy_put +EXPORT_SYMBOL_GPL vmlinux 0x7afae37b devl_dpipe_table_register +EXPORT_SYMBOL_GPL vmlinux 0x7afcb7db __kprobe_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x7afe324e halt_poll_ns_grow +EXPORT_SYMBOL_GPL vmlinux 0x7b0081c6 serial8250_rx_dma_flush +EXPORT_SYMBOL_GPL vmlinux 0x7b085b96 sdio_retune_hold_now +EXPORT_SYMBOL_GPL vmlinux 0x7b2cee11 rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0x7b42320e serial8250_do_set_divisor +EXPORT_SYMBOL_GPL vmlinux 0x7b4a04ab iommu_attach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0x7b5452b8 acpi_unregister_gsi +EXPORT_SYMBOL_GPL vmlinux 0x7b549ef1 pinctrl_count_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0x7b5585e1 genphy_c45_an_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x7b5a4926 sha1_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x7b63b75b usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x7b6f9536 acpi_register_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x7b703df3 tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x7b755a2e devm_create_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x7b76ec81 raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x7b8492ef handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0x7b8910f4 kfence_sample_interval +EXPORT_SYMBOL_GPL vmlinux 0x7b8d075a rcuwait_wake_up +EXPORT_SYMBOL_GPL vmlinux 0x7b90d1a9 bind_virq_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7b92c4c2 thermal_cooling_device_update +EXPORT_SYMBOL_GPL vmlinux 0x7b959bce vp_legacy_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x7b9793a2 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x7b998eca gpiod_count +EXPORT_SYMBOL_GPL vmlinux 0x7bb045a7 __request_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x7bb3fa18 vcap_rule_add_action_bit +EXPORT_SYMBOL_GPL vmlinux 0x7bb54de1 __traceiter_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x7bc59582 of_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0x7bc978ba scsi_dh_set_params +EXPORT_SYMBOL_GPL vmlinux 0x7bd3343f da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0x7bdf82ba devm_platform_get_irqs_affinity +EXPORT_SYMBOL_GPL vmlinux 0x7bf7523e devm_phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0x7c132803 pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0x7c15aca6 ext_pi_type1_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x7c291e86 show_rcu_tasks_trace_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0x7c3d8a4b icc_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x7c3e736a rcu_nocb_cpu_offload +EXPORT_SYMBOL_GPL vmlinux 0x7c4ba01d gnttab_unmap_refs +EXPORT_SYMBOL_GPL vmlinux 0x7c66b59a __skb_zcopy_downgrade_managed +EXPORT_SYMBOL_GPL vmlinux 0x7c696593 pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x7c78e87d perf_event_period +EXPORT_SYMBOL_GPL vmlinux 0x7c92edc4 sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x7c94c99a kvm_release_pfn_dirty +EXPORT_SYMBOL_GPL vmlinux 0x7c983a5d dmi_walk +EXPORT_SYMBOL_GPL vmlinux 0x7c9a7371 clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0x7c9ced85 usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x7c9f1db2 pm_genpd_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x7ca64a0b __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x7cb1aea1 devlink_dpipe_header_ethernet +EXPORT_SYMBOL_GPL vmlinux 0x7cb803de btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0x7cba8015 ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x7cc84d98 from_vfsgid +EXPORT_SYMBOL_GPL vmlinux 0x7cc89205 xdp_return_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x7cce902d __tracepoint_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0x7cceaf92 zs_pool_stats +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7cd7ba1d kernel_read_file_from_fd +EXPORT_SYMBOL_GPL vmlinux 0x7cdfa28f param_set_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cf235c5 fwnode_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x7cf4656f thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0x7cfe1166 vcap_tc_flower_handler_portnum_usage +EXPORT_SYMBOL_GPL vmlinux 0x7d00c65b nd_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x7d0f6b42 __tracepoint_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x7d16f72f devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7d1bb1d4 tnum_strn +EXPORT_SYMBOL_GPL vmlinux 0x7d1f6e17 net_selftest +EXPORT_SYMBOL_GPL vmlinux 0x7d254a47 dev_pm_opp_set_opp +EXPORT_SYMBOL_GPL vmlinux 0x7d2554d8 genphy_c45_pma_baset1_setup_master_slave +EXPORT_SYMBOL_GPL vmlinux 0x7d269b29 vcap_del_rule +EXPORT_SYMBOL_GPL vmlinux 0x7d289295 ata_pci_shutdown_one +EXPORT_SYMBOL_GPL vmlinux 0x7d471321 zynqmp_pm_pinctrl_release +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d844344 dw8250_do_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x7da071e0 scmi_protocol_register +EXPORT_SYMBOL_GPL vmlinux 0x7da2bd6d dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x7da8cae0 is_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x7db4a57e sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0x7dbc80f0 pci_has_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x7dc15f3f pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0x7dd01d95 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0x7dd656ba eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7de39e07 phy_basic_t1_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7de5496a vp_modern_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x7de65a03 acpi_lpat_free_conversion_table +EXPORT_SYMBOL_GPL vmlinux 0x7de6cc23 io_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x7dedbf88 msi_next_desc +EXPORT_SYMBOL_GPL vmlinux 0x7defc870 gnttab_end_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0x7df9cd7d pcie_port_find_device +EXPORT_SYMBOL_GPL vmlinux 0x7dfa1e70 devm_pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x7e00a1a8 tracing_snapshot_cond_disable +EXPORT_SYMBOL_GPL vmlinux 0x7e010119 da903x_update +EXPORT_SYMBOL_GPL vmlinux 0x7e0931d0 icmp_build_probe +EXPORT_SYMBOL_GPL vmlinux 0x7e20f97f fsl_mc_portal_reset +EXPORT_SYMBOL_GPL vmlinux 0x7e3bdecd __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0x7e3c0182 xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x7e422ebd tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x7e4859e5 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x7e5db80b pstore_name_to_type +EXPORT_SYMBOL_GPL vmlinux 0x7e626312 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e6bd818 of_property_read_variable_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x7e75a68f devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x7e7a47c9 pci_acpi_clear_companion_lookup_hook +EXPORT_SYMBOL_GPL vmlinux 0x7e7e3f58 ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7e8d8619 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0x7e8dd55e vp_legacy_get_status +EXPORT_SYMBOL_GPL vmlinux 0x7e917894 __SCK__tp_func_unmap +EXPORT_SYMBOL_GPL vmlinux 0x7e961854 dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0x7e9727fe screen_glyph_unicode +EXPORT_SYMBOL_GPL vmlinux 0x7ea75c24 __wake_up_locked_key_bookmark +EXPORT_SYMBOL_GPL vmlinux 0x7eb6ed31 dev_pm_domain_attach_by_name +EXPORT_SYMBOL_GPL vmlinux 0x7eb808d0 add_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7eb86653 xenbus_frontend_closed +EXPORT_SYMBOL_GPL vmlinux 0x7ebb9b70 fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x7ecf91b2 fwnode_graph_get_endpoint_count +EXPORT_SYMBOL_GPL vmlinux 0x7ed88328 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x7edc3c85 fscrypt_fname_encrypted_size +EXPORT_SYMBOL_GPL vmlinux 0x7eea6b8b pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0x7eeba5aa pci_set_host_bridge_release +EXPORT_SYMBOL_GPL vmlinux 0x7ef2f91d class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0x7ef36456 virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0x7efb528e kvm_release_page_clean +EXPORT_SYMBOL_GPL vmlinux 0x7f18afcb edac_device_add_device +EXPORT_SYMBOL_GPL vmlinux 0x7f1a8b8c sock_map_close +EXPORT_SYMBOL_GPL vmlinux 0x7f1b56ed fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x7f1c12e2 rz_mtu3_shared_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x7f2752fa __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x7f29515e vchan_tx_submit +EXPORT_SYMBOL_GPL vmlinux 0x7f296e25 pinctrl_generic_get_group_count +EXPORT_SYMBOL_GPL vmlinux 0x7f3ad543 account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x7f405135 of_pci_get_max_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x7f5b3cc3 virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x7f639662 dprc_scan_container +EXPORT_SYMBOL_GPL vmlinux 0x7f68a351 lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0x7f6cee89 rhashtable_free_and_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7f6fc131 __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0x7f7cbc64 ip_tunnel_need_metadata +EXPORT_SYMBOL_GPL vmlinux 0x7f84f35d rcu_gp_slow_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7f8839d6 i2c_acpi_get_i2c_resource +EXPORT_SYMBOL_GPL vmlinux 0x7f8cea79 irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x7f8d8d67 __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x7f9b1879 osc_cpc_flexible_adr_space_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x7fa96509 erst_get_record_id_next +EXPORT_SYMBOL_GPL vmlinux 0x7faab179 kvm_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0x7fb45dfe phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0x7fdb0a89 security_kernel_post_read_file +EXPORT_SYMBOL_GPL vmlinux 0x7fdf402c nvdimm_security_setup_events +EXPORT_SYMBOL_GPL vmlinux 0x7fe5e0f7 bpf_prog_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x7fede5a7 bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0x7ff19c40 zynqmp_pm_set_requirement +EXPORT_SYMBOL_GPL vmlinux 0x8006a52e gpiochip_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x80135182 k3_ringacc_ring_pop_tail +EXPORT_SYMBOL_GPL vmlinux 0x801e6469 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x80218022 ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0x802e8b9f xhci_add_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x8031670e dev_pm_opp_add +EXPORT_SYMBOL_GPL vmlinux 0x8035bed7 rockchip_clk_protect_critical +EXPORT_SYMBOL_GPL vmlinux 0x8036e434 ethnl_cable_test_alloc +EXPORT_SYMBOL_GPL vmlinux 0x80377c64 screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0x80389364 acpiphp_unregister_attention +EXPORT_SYMBOL_GPL vmlinux 0x8038954d arm64_mm_context_get +EXPORT_SYMBOL_GPL vmlinux 0x803dd327 sysfs_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x80597053 tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0x80694e95 gov_attr_set_put +EXPORT_SYMBOL_GPL vmlinux 0x80725f8e pci_host_common_remove +EXPORT_SYMBOL_GPL vmlinux 0x807766ea usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x807fdcc4 call_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x80a095d8 scatterwalk_ffwd +EXPORT_SYMBOL_GPL vmlinux 0x80c68137 nf_log_buf_close +EXPORT_SYMBOL_GPL vmlinux 0x80d2e929 imx_clk_fracn_gppll +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80d7241d xen_register_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x80da2040 ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0x80e4f7ae hisi_clk_register_phase +EXPORT_SYMBOL_GPL vmlinux 0x80e88177 __tracepoint_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x80efd015 imx_dev_clk_hw_pll14xx +EXPORT_SYMBOL_GPL vmlinux 0x80f5cb88 clk_hw_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x810461ef thermal_zone_get_offset +EXPORT_SYMBOL_GPL vmlinux 0x8110a73a cond_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x8118caef regulator_find_closest_bigger +EXPORT_SYMBOL_GPL vmlinux 0x811b66e3 uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x8120bce4 syscon_regmap_lookup_by_phandle_optional +EXPORT_SYMBOL_GPL vmlinux 0x812545ef devm_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x81282595 cpufreq_disable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x8131f18a mtk_pinconf_bias_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x81372a76 sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0x81486122 dev_pm_genpd_resume +EXPORT_SYMBOL_GPL vmlinux 0x814940ff dev_queue_xmit_nit +EXPORT_SYMBOL_GPL vmlinux 0x8151ee00 irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x815227eb virtio_check_mem_acc_cb +EXPORT_SYMBOL_GPL vmlinux 0x815588a6 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x81566035 __dev_fwnode_const +EXPORT_SYMBOL_GPL vmlinux 0x815fda83 sed_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x816a41ca cpufreq_update_limits +EXPORT_SYMBOL_GPL vmlinux 0x817691db ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x817c1afe uprobe_register_refctr +EXPORT_SYMBOL_GPL vmlinux 0x817dfb9a msi_domain_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x8180cede asn1_encode_sequence +EXPORT_SYMBOL_GPL vmlinux 0x8184eb5f kernel_file_open +EXPORT_SYMBOL_GPL vmlinux 0x81959511 md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0x81990d8e __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x819d72cb klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x81a62dcc devl_dpipe_table_unregister +EXPORT_SYMBOL_GPL vmlinux 0x81a7f541 percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x81aa78d8 zynqmp_pm_aes_engine +EXPORT_SYMBOL_GPL vmlinux 0x81ddf412 xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0x81e2bdf4 generic_handle_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x81e9cb3b irq_gc_noop +EXPORT_SYMBOL_GPL vmlinux 0x81f372a2 unregister_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x81fd2ea7 platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0x82092899 badrange_forget +EXPORT_SYMBOL_GPL vmlinux 0x82149444 blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8214cabd __traceiter_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x821d1c10 ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0x8220a38e k3_ringacc_get_ring_id +EXPORT_SYMBOL_GPL vmlinux 0x82226c53 pinctrl_unregister_mappings +EXPORT_SYMBOL_GPL vmlinux 0x82262e7b ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x823eae06 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x82530925 skb_segment_list +EXPORT_SYMBOL_GPL vmlinux 0x825c7340 phylink_get_eee_err +EXPORT_SYMBOL_GPL vmlinux 0x826dc918 sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0x827e61f8 acpi_has_watchdog +EXPORT_SYMBOL_GPL vmlinux 0x828e22f4 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0x829435dd devlink_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x829f6f73 device_set_of_node_from_dev +EXPORT_SYMBOL_GPL vmlinux 0x829f9253 spi_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0x82a80545 __SCK__tp_func_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x82bffd46 dev_pm_domain_detach +EXPORT_SYMBOL_GPL vmlinux 0x82c03a90 cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x82c909b5 devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82dfe635 mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0x82ecd097 device_add +EXPORT_SYMBOL_GPL vmlinux 0x82f45ffc genphy_c45_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x82f8211b fwnode_connection_find_match +EXPORT_SYMBOL_GPL vmlinux 0x82f98db7 wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0x82fe729f usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0x830fd700 crypto_alloc_sig +EXPORT_SYMBOL_GPL vmlinux 0x8312af6e __percpu_down_read +EXPORT_SYMBOL_GPL vmlinux 0x83197806 regulator_set_load +EXPORT_SYMBOL_GPL vmlinux 0x831c922b edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0x831dc31e acpi_create_platform_device +EXPORT_SYMBOL_GPL vmlinux 0x83275504 sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0x83287877 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0x8333e897 crypto_unregister_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x8339df73 klist_add_behind +EXPORT_SYMBOL_GPL vmlinux 0x833b6d5f ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x83476fb5 xfer_to_guest_mode_handle_work +EXPORT_SYMBOL_GPL vmlinux 0x8349a895 nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x8353dfff acpi_os_get_iomem +EXPORT_SYMBOL_GPL vmlinux 0x836d652f poll_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x8372998e gnttab_unmap_refs_async +EXPORT_SYMBOL_GPL vmlinux 0x8375297e ethnl_cable_test_result +EXPORT_SYMBOL_GPL vmlinux 0x8376b2e0 blkg_conf_exit +EXPORT_SYMBOL_GPL vmlinux 0x83892c5d usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0x838ddef9 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0x83a7d996 crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0x83b1b6ed pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x83bca96e ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x83d2d136 phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0x83d7fcc2 pm_clk_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x83ef078f dw_pcie_ep_init_complete +EXPORT_SYMBOL_GPL vmlinux 0x83efc917 regmap_might_sleep +EXPORT_SYMBOL_GPL vmlinux 0x83f76196 devm_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x83fb70b7 of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0x83fb9a53 genphy_c45_pma_setup_forced +EXPORT_SYMBOL_GPL vmlinux 0x8406e2bf pinctrl_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x840bb3ca power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x84106f36 devlink_trap_ctx_priv +EXPORT_SYMBOL_GPL vmlinux 0x841ef5da rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0x8425b9c3 xas_split_alloc +EXPORT_SYMBOL_GPL vmlinux 0x84264ced fs_umode_to_ftype +EXPORT_SYMBOL_GPL vmlinux 0x842f046d usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x8431e535 usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0x84329c0e to_nd_desc +EXPORT_SYMBOL_GPL vmlinux 0x843a31fd pm_clk_remove +EXPORT_SYMBOL_GPL vmlinux 0x843d70ef acpi_is_root_bridge +EXPORT_SYMBOL_GPL vmlinux 0x84472ac0 relay_reset +EXPORT_SYMBOL_GPL vmlinux 0x844f2922 mmc_send_abort_tuning +EXPORT_SYMBOL_GPL vmlinux 0x84502a47 blk_status_to_errno +EXPORT_SYMBOL_GPL vmlinux 0x845497be mtk_pinconf_adv_drive_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x845b4dbb sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x84629c28 regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0x8462cb62 atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0x846b66a4 device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x8473fc05 scmi_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x8474f255 usb_wakeup_enabled_descendants +EXPORT_SYMBOL_GPL vmlinux 0x8480d0ca validate_xmit_xfrm +EXPORT_SYMBOL_GPL vmlinux 0x84899443 mtk_clk_pdev_remove +EXPORT_SYMBOL_GPL vmlinux 0x84a7ac07 driver_set_override +EXPORT_SYMBOL_GPL vmlinux 0x84a8d0eb of_changeset_revert +EXPORT_SYMBOL_GPL vmlinux 0x84c3bc26 rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0x84d064c1 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x84e9f146 class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x84ec55cf led_blink_set_nosleep +EXPORT_SYMBOL_GPL vmlinux 0x84ee5e8a devm_device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0x84ef026e ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0x84ef27f5 synth_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x84f5609d irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0x84fbf7e1 kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x8506baa8 clk_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x850bb6db devlink_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x85142df4 sbitmap_queue_init_node +EXPORT_SYMBOL_GPL vmlinux 0x85160f2c bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0x851e6003 usb_phy_roothub_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x851fe124 __SCK__tp_func_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x85241d1a ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x852aaa65 debugfs_read_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x85344a41 usb_phy_set_event +EXPORT_SYMBOL_GPL vmlinux 0x85395420 sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0x8547593c uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0x85540ebc nvmem_cell_put +EXPORT_SYMBOL_GPL vmlinux 0x856239d9 ndo_dflt_bridge_getlink +EXPORT_SYMBOL_GPL vmlinux 0x857a0c57 vcap_tc_flower_handler_ip_usage +EXPORT_SYMBOL_GPL vmlinux 0x857a9623 devl_linecard_create +EXPORT_SYMBOL_GPL vmlinux 0x858e2628 dax_holder +EXPORT_SYMBOL_GPL vmlinux 0x859708b2 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0x8598a4fe tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0x85a0da1f unregister_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x85a1bdcf __traceiter_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x85bd3847 regulator_set_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0x85c36be5 thermal_zone_get_trip +EXPORT_SYMBOL_GPL vmlinux 0x85cc20bc phy_set_mode_ext +EXPORT_SYMBOL_GPL vmlinux 0x85cdc2ce ata_qc_get_active +EXPORT_SYMBOL_GPL vmlinux 0x85d43dfa __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0x85e1790f elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0x85e3ed9a blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0x85eed1be iopf_queue_discard_partial +EXPORT_SYMBOL_GPL vmlinux 0x85f4bd2f dma_can_mmap +EXPORT_SYMBOL_GPL vmlinux 0x8605a8c6 blk_mq_end_request_batch +EXPORT_SYMBOL_GPL vmlinux 0x8618a809 phy_exit +EXPORT_SYMBOL_GPL vmlinux 0x861a7a70 fscrypt_dummy_policies_equal +EXPORT_SYMBOL_GPL vmlinux 0x86209232 ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0x862258db timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x862bb17b linear_range_values_in_range_array +EXPORT_SYMBOL_GPL vmlinux 0x8635d9af class_destroy +EXPORT_SYMBOL_GPL vmlinux 0x86432c11 kthread_cancel_delayed_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x8643842d unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0x864643af iomap_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x86585a33 devlink_fmsg_obj_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x8660e89e serial8250_rpm_get +EXPORT_SYMBOL_GPL vmlinux 0x86623fd7 notify_remote_via_irq +EXPORT_SYMBOL_GPL vmlinux 0x866f98dc pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0x86700220 acpi_get_cpuid +EXPORT_SYMBOL_GPL vmlinux 0x86709480 rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x8677245d unregister_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0x86833d0a clk_register_composite +EXPORT_SYMBOL_GPL vmlinux 0x86871b40 devlink_info_version_stored_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x868ea058 usb_set_wireless_status +EXPORT_SYMBOL_GPL vmlinux 0x869032ab trace_array_init_printk +EXPORT_SYMBOL_GPL vmlinux 0x8696808c phy_gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x86b13d2a usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x86b1ceb3 tegra210_set_sata_pll_seq_sw +EXPORT_SYMBOL_GPL vmlinux 0x86c02001 ipi_send_mask +EXPORT_SYMBOL_GPL vmlinux 0x86c43a8c cper_estatus_check +EXPORT_SYMBOL_GPL vmlinux 0x86d4f9a8 regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x86e53e5a od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x86e89289 fsl_mc_bus_dpaiop_type +EXPORT_SYMBOL_GPL vmlinux 0x86ee9942 __mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0x86ef76ff folio_wait_writeback_killable +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f85114 net_dec_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x8701bfa1 fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x870208bd tpm2_probe +EXPORT_SYMBOL_GPL vmlinux 0x870e16b7 xen_test_irq_shared +EXPORT_SYMBOL_GPL vmlinux 0x8714d97c genphy_c45_check_and_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x87258a37 mas_store +EXPORT_SYMBOL_GPL vmlinux 0x873765d7 meson_eeclkc_probe +EXPORT_SYMBOL_GPL vmlinux 0x87476047 device_phy_find_device +EXPORT_SYMBOL_GPL vmlinux 0x874b449e __kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0x875f6315 bpf_trace_run11 +EXPORT_SYMBOL_GPL vmlinux 0x87601e8d clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0x87836170 umd_unload_blob +EXPORT_SYMBOL_GPL vmlinux 0x87908767 xas_clear_mark +EXPORT_SYMBOL_GPL vmlinux 0x87a23f3c adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0x87a57be2 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0x87abf2a5 __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x87b111ba crypto_grab_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x87c8acdb rz_mtu3_16bit_ch_read +EXPORT_SYMBOL_GPL vmlinux 0x87f447b9 rockchip_register_softrst_lut +EXPORT_SYMBOL_GPL vmlinux 0x87f9d12e dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x881541f9 ata_ncq_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x881591c4 ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0x881a85fb mdiobus_c45_modify +EXPORT_SYMBOL_GPL vmlinux 0x882f1a38 __traceiter_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x884901b2 pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x884cf531 blk_mq_unquiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x885528a6 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x885eb2d7 sk_set_peek_off +EXPORT_SYMBOL_GPL vmlinux 0x8864f9d4 regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0x88657b7b dev_pm_opp_get_of_node +EXPORT_SYMBOL_GPL vmlinux 0x8874fbab xhci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x887b5911 fib_nh_common_release +EXPORT_SYMBOL_GPL vmlinux 0x888c5be5 irq_bypass_register_consumer +EXPORT_SYMBOL_GPL vmlinux 0x889f7559 nvdimm_region_delete +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88b4ae92 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x88cce6a0 xas_find_marked +EXPORT_SYMBOL_GPL vmlinux 0x88cd7a9a k3_ringacc_ring_get_occ +EXPORT_SYMBOL_GPL vmlinux 0x88d8f1c2 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0x88da06b3 bpf_trace_run3 +EXPORT_SYMBOL_GPL vmlinux 0x88ef0ff8 ethtool_params_from_link_mode +EXPORT_SYMBOL_GPL vmlinux 0x88fac4e8 xhci_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x88fe8bcd bpf_map_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x8901a14b uart_get_rs485_mode +EXPORT_SYMBOL_GPL vmlinux 0x890f4f97 __kprobe_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x890fa0fa btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0x891a5a7f gnttab_max_grant_frames +EXPORT_SYMBOL_GPL vmlinux 0x891c49eb pm_wakeup_dev_event +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x8938a636 pci_iov_vf_id +EXPORT_SYMBOL_GPL vmlinux 0x893abbdd devlink_fmsg_u32_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x893c5ddb unlock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x894e537b sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0x8951f242 perf_trace_run_bpf_submit +EXPORT_SYMBOL_GPL vmlinux 0x8954dc8e __SCK__tp_func_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x895edc07 usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0x896147fb nvdimm_region_notify +EXPORT_SYMBOL_GPL vmlinux 0x89655171 sock_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x89785418 kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x89867112 tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0x898c1693 usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0x898ef4a1 iommu_fwspec_add_ids +EXPORT_SYMBOL_GPL vmlinux 0x899289a7 dm_copy_name_and_uuid +EXPORT_SYMBOL_GPL vmlinux 0x89947b3d phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0x899782fd lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x8997d62c virtio_config_changed +EXPORT_SYMBOL_GPL vmlinux 0x89a4476d HYPERVISOR_multicall +EXPORT_SYMBOL_GPL vmlinux 0x89abd7d0 skb_append_pagefrags +EXPORT_SYMBOL_GPL vmlinux 0x89ae52b6 pci_epc_linkdown +EXPORT_SYMBOL_GPL vmlinux 0x89ae7aa0 rsa_parse_pub_key +EXPORT_SYMBOL_GPL vmlinux 0x89b54b28 blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89bec8b0 gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL vmlinux 0x89bfb062 bpf_trace_run4 +EXPORT_SYMBOL_GPL vmlinux 0x89c7fd82 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0x89d9ad4f gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0x89e1ec9d acpi_get_subsystem_id +EXPORT_SYMBOL_GPL vmlinux 0x89e340cf acpi_bus_get_ejd +EXPORT_SYMBOL_GPL vmlinux 0x89e52ca2 irq_find_matching_fwspec +EXPORT_SYMBOL_GPL vmlinux 0x89e55828 cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0x89e5d546 devm_gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x89e654ac i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x89ed909d tpm2_flush_context +EXPORT_SYMBOL_GPL vmlinux 0x8a23196a hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x8a3b0df8 regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0x8a3f84ba linear_range_get_selector_low +EXPORT_SYMBOL_GPL vmlinux 0x8a45a555 acpi_unregister_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x8a554a36 mpc8xxx_spi_strmode +EXPORT_SYMBOL_GPL vmlinux 0x8a62b81b sfp_upstream_stop +EXPORT_SYMBOL_GPL vmlinux 0x8a665bfa numa_nearest_node +EXPORT_SYMBOL_GPL vmlinux 0x8a66ba8a watchdog_set_last_hw_keepalive +EXPORT_SYMBOL_GPL vmlinux 0x8a83fb45 mpi_point_free_parts +EXPORT_SYMBOL_GPL vmlinux 0x8a850fa8 of_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x8a89c8ec pse_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8a9cb09a irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x8aa13f09 synth_event_trace_end +EXPORT_SYMBOL_GPL vmlinux 0x8aa4cfdf fsl_mc_portal_allocate +EXPORT_SYMBOL_GPL vmlinux 0x8aa94802 devl_param_value_changed +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8ac1407b sfp_get_module_eeprom +EXPORT_SYMBOL_GPL vmlinux 0x8ac458cd rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0x8ac5ef9e clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x8af6be6c tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0x8afc0912 __blk_trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0x8b0ac0d3 crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x8b0b9377 phy_start_machine +EXPORT_SYMBOL_GPL vmlinux 0x8b149c36 clk_is_match +EXPORT_SYMBOL_GPL vmlinux 0x8b2c36a6 ping_hash +EXPORT_SYMBOL_GPL vmlinux 0x8b4149e4 cppc_perf_ctrs_in_pcc +EXPORT_SYMBOL_GPL vmlinux 0x8b4edf40 regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x8b5c1f38 devl_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8b5f4ab1 regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0x8b6ab464 kvm_vcpu_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x8b6f8659 perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x8b7139d6 xdp_rxq_info_unused +EXPORT_SYMBOL_GPL vmlinux 0x8b7b165d bpf_map_inc_with_uref +EXPORT_SYMBOL_GPL vmlinux 0x8b895929 gpiochip_line_is_valid +EXPORT_SYMBOL_GPL vmlinux 0x8b89f01c hv_ghcb_hypercall +EXPORT_SYMBOL_GPL vmlinux 0x8b8b5912 __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x8b9f9b0f ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x8ba0eb15 hv_set_vpreg +EXPORT_SYMBOL_GPL vmlinux 0x8ba5afe9 HYPERVISOR_memory_op +EXPORT_SYMBOL_GPL vmlinux 0x8ba7bdbf rz_mtu3_8bit_ch_read +EXPORT_SYMBOL_GPL vmlinux 0x8bacef4d __phy_modify +EXPORT_SYMBOL_GPL vmlinux 0x8bb0ddb7 sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0x8bb82c75 usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x8bbe527c __tracepoint_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0x8bc5d86c tegra_bpmp_mrq_return +EXPORT_SYMBOL_GPL vmlinux 0x8bd2e38d clk_regmap_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x8bd9df10 serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0x8bdbd265 ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8beb8ed4 compat_only_sysfs_link_entry_to_kobj +EXPORT_SYMBOL_GPL vmlinux 0x8bf5f379 k3_udma_glue_release_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x8bfc2476 da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x8c016f7b switchdev_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x8c0215f2 pm_system_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c09cb50 vcap_rule_add_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x8c0a0e77 acpi_subsys_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8c0ed103 rcu_check_boost_fail +EXPORT_SYMBOL_GPL vmlinux 0x8c167ad9 dm_bio_get_target_bio_nr +EXPORT_SYMBOL_GPL vmlinux 0x8c17ccd3 pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x8c1d03d5 hrtimer_sleeper_start_expires +EXPORT_SYMBOL_GPL vmlinux 0x8c2b5f04 device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x8c32c95a uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0x8c35e0bf devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x8c37f361 devm_ti_sci_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x8c385393 crypto_register_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x8c3fbf8f rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x8c42a929 crypto_clone_cipher +EXPORT_SYMBOL_GPL vmlinux 0x8c484409 gnttab_release_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x8c4d2428 mt_prev +EXPORT_SYMBOL_GPL vmlinux 0x8c52dd7c __tracepoint_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x8c5a87d2 serial8250_do_set_mctrl +EXPORT_SYMBOL_GPL vmlinux 0x8c62c0fd usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x8c64e4d5 __fscrypt_prepare_rename +EXPORT_SYMBOL_GPL vmlinux 0x8c64e741 dprc_open +EXPORT_SYMBOL_GPL vmlinux 0x8c6bbca4 devm_hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0x8c7435fc iommu_device_sysfs_add +EXPORT_SYMBOL_GPL vmlinux 0x8c743fb6 reset_control_status +EXPORT_SYMBOL_GPL vmlinux 0x8c857087 bpf_trace_run10 +EXPORT_SYMBOL_GPL vmlinux 0x8c89e3b8 usb_phy_roothub_power_off +EXPORT_SYMBOL_GPL vmlinux 0x8c8d2374 dma_fence_unwrap_first +EXPORT_SYMBOL_GPL vmlinux 0x8c943e71 icc_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x8c947b71 dev_coredumpsg +EXPORT_SYMBOL_GPL vmlinux 0x8c98d248 unregister_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x8c9e54d3 devlink_info_version_running_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x8cad299a acpi_subsys_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x8cb5a38e k3_udma_glue_rx_flow_disable +EXPORT_SYMBOL_GPL vmlinux 0x8cc84a80 devm_gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x8ccc7f5f regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x8ccf524b xen_dbgp_external_startup +EXPORT_SYMBOL_GPL vmlinux 0x8cd5e527 iort_get_rmr_sids +EXPORT_SYMBOL_GPL vmlinux 0x8cd66d13 rdev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x8cdc3a42 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0x8cecff12 usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0x8cfd4796 gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0x8d0183f6 of_mm_gpiochip_add_data +EXPORT_SYMBOL_GPL vmlinux 0x8d05a2c2 bdev_discard_alignment +EXPORT_SYMBOL_GPL vmlinux 0x8d1c7c43 soc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d241163 devl_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8d3330b6 cpuacct_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x8d4126af __traceiter_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x8d419ae9 register_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0x8d522714 __rcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x8d52f629 vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL vmlinux 0x8d55b3a5 dev_fill_metadata_dst +EXPORT_SYMBOL_GPL vmlinux 0x8d58d2ed nvdimm_setup_pfn +EXPORT_SYMBOL_GPL vmlinux 0x8d67972d tpm_chip_start +EXPORT_SYMBOL_GPL vmlinux 0x8d6a5b41 rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0x8d6e83cc regmap_get_max_register +EXPORT_SYMBOL_GPL vmlinux 0x8d758f42 of_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x8d76e26a ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0x8d7deab2 lwtstate_free +EXPORT_SYMBOL_GPL vmlinux 0x8d7e3373 hwpoison_filter_dev_major +EXPORT_SYMBOL_GPL vmlinux 0x8d85c900 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0x8d89020b software_node_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x8d908ebf power_supply_get_maintenance_charging_setting +EXPORT_SYMBOL_GPL vmlinux 0x8da7aae3 pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x8da9ec07 dev_coredumpm +EXPORT_SYMBOL_GPL vmlinux 0x8dbf7aaa privcmd_call +EXPORT_SYMBOL_GPL vmlinux 0x8dcafcb9 iov_iter_is_aligned +EXPORT_SYMBOL_GPL vmlinux 0x8dcd216f bdi_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x8dd218b0 icc_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x8dd473ca devfreq_event_disable_edev +EXPORT_SYMBOL_GPL vmlinux 0x8ddb32b7 tty_port_register_device_attr_serdev +EXPORT_SYMBOL_GPL vmlinux 0x8df42331 nf_queue_entry_free +EXPORT_SYMBOL_GPL vmlinux 0x8e0060b7 __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x8e04c1c6 strp_process +EXPORT_SYMBOL_GPL vmlinux 0x8e0b9d9e rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0x8e105b12 sk_msg_clone +EXPORT_SYMBOL_GPL vmlinux 0x8e138737 mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x8e16419b trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x8e2684b2 inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0x8e35c064 devlink_region_create +EXPORT_SYMBOL_GPL vmlinux 0x8e403e11 kvm_put_kvm_no_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8e4b63a6 hisi_clk_register_gate_sep +EXPORT_SYMBOL_GPL vmlinux 0x8e4eb451 bpf_sk_storage_diag_free +EXPORT_SYMBOL_GPL vmlinux 0x8e50695a gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x8e600cbb thermal_zone_get_num_trips +EXPORT_SYMBOL_GPL vmlinux 0x8e6a28e0 adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x8e6b1a9e net_selftest_get_count +EXPORT_SYMBOL_GPL vmlinux 0x8e6fa8b5 apei_exec_pre_map_gars +EXPORT_SYMBOL_GPL vmlinux 0x8e6fb711 open_related_ns +EXPORT_SYMBOL_GPL vmlinux 0x8e6fd2ff ahci_platform_ops +EXPORT_SYMBOL_GPL vmlinux 0x8e78abca ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0x8e7f0a9c acpi_get_phys_id +EXPORT_SYMBOL_GPL vmlinux 0x8e80680d wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x8e82f2e0 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x8e8808a9 scsi_register_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x8e88f41d nvmem_layout_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x8e94b99c crypto_aead_setkey +EXPORT_SYMBOL_GPL vmlinux 0x8e9bd4a3 hv_alloc_hyperv_page +EXPORT_SYMBOL_GPL vmlinux 0x8ea67397 usb_role_switch_register +EXPORT_SYMBOL_GPL vmlinux 0x8eabd23c transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x8ead800c user_free_preparse +EXPORT_SYMBOL_GPL vmlinux 0x8ec2b173 bd_prepare_to_claim +EXPORT_SYMBOL_GPL vmlinux 0x8ecab842 mtk_clk_unregister_cpumuxes +EXPORT_SYMBOL_GPL vmlinux 0x8ed160ab devlink_port_register_with_ops +EXPORT_SYMBOL_GPL vmlinux 0x8edba9e3 bio_poll +EXPORT_SYMBOL_GPL vmlinux 0x8ee2f468 ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x8eec19bd __SCK__tp_func_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x8eee3399 dax_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x8f00f6d1 vhost_task_start +EXPORT_SYMBOL_GPL vmlinux 0x8f02f8fc __traceiter_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x8f0748af rcu_expedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x8f094d63 edac_mc_del_mc +EXPORT_SYMBOL_GPL vmlinux 0x8f0b781d iova_domain_init_rcaches +EXPORT_SYMBOL_GPL vmlinux 0x8f0ddb37 put_device +EXPORT_SYMBOL_GPL vmlinux 0x8f0e663e __traceiter_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x8f110b37 skcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x8f2472a5 bpf_prog_get_type_dev +EXPORT_SYMBOL_GPL vmlinux 0x8f33c92f dev_pm_opp_of_cpumask_add_table +EXPORT_SYMBOL_GPL vmlinux 0x8f3969e1 zynqmp_pm_clock_getrate +EXPORT_SYMBOL_GPL vmlinux 0x8f3e5b27 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x8f4691b7 __kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x8f49fc68 shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x8f4f5b83 __tracepoint_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x8f603067 ghes_estatus_pool_region_free +EXPORT_SYMBOL_GPL vmlinux 0x8f603964 check_move_unevictable_folios +EXPORT_SYMBOL_GPL vmlinux 0x8f6cdc0f phylink_mii_c22_pcs_config +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f6d1cee sock_map_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8f786bee fs_umode_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0x8f7bd0a6 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0x8f930739 scsi_template_proc_dir +EXPORT_SYMBOL_GPL vmlinux 0x8fa5a6ee dev_fetch_sw_netstats +EXPORT_SYMBOL_GPL vmlinux 0x8faa800d acpi_cpc_valid +EXPORT_SYMBOL_GPL vmlinux 0x8fac25bc pci_ecam_free +EXPORT_SYMBOL_GPL vmlinux 0x8fc12788 software_node_unregister_node_group +EXPORT_SYMBOL_GPL vmlinux 0x8fc3a556 tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0x8ff60436 mpi_ec_add_points +EXPORT_SYMBOL_GPL vmlinux 0x8ff8fe7b unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x9001f1a0 devm_clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0x900425d1 regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x902ce10d xenbus_switch_state +EXPORT_SYMBOL_GPL vmlinux 0x903b627c list_lru_isolate_move +EXPORT_SYMBOL_GPL vmlinux 0x903ed01e tpm_chip_bootstrap +EXPORT_SYMBOL_GPL vmlinux 0x90539b91 css_next_descendant_pre +EXPORT_SYMBOL_GPL vmlinux 0x90565512 ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0x905b2aa9 regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x905b77e4 power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0x9064c1cc vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0x907ffb62 __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0x908db26a kvm_vcpu_wake_up +EXPORT_SYMBOL_GPL vmlinux 0x90a59638 __blk_req_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0x90a9d8cc hv_is_hyperv_initialized +EXPORT_SYMBOL_GPL vmlinux 0x90af7e19 phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x90b022da inet_pernet_hashinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0x90b45d85 blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0x90b763f1 HYPERVISOR_console_io +EXPORT_SYMBOL_GPL vmlinux 0x90b7cbae dev_pm_opp_adjust_voltage +EXPORT_SYMBOL_GPL vmlinux 0x90b7f3b3 debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x90c8498c apei_exec_write_register +EXPORT_SYMBOL_GPL vmlinux 0x90e54ec5 spi_slave_abort +EXPORT_SYMBOL_GPL vmlinux 0x90e866c1 pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x90eeba75 of_clk_get_parent_count +EXPORT_SYMBOL_GPL vmlinux 0x910bdf6b trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x91130353 devlink_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0x911fcd6c phylink_start +EXPORT_SYMBOL_GPL vmlinux 0x91235f75 nvmem_cell_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0x913ebd32 stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x9164fef1 cdrom_multisession +EXPORT_SYMBOL_GPL vmlinux 0x916af6bd amba_device_put +EXPORT_SYMBOL_GPL vmlinux 0x91722fc9 ahci_set_em_messages +EXPORT_SYMBOL_GPL vmlinux 0x9176d5b0 iommu_device_register +EXPORT_SYMBOL_GPL vmlinux 0x917982bc pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x9186a622 mtk_clk_unregister_muxes +EXPORT_SYMBOL_GPL vmlinux 0x9194839b fscrypt_ioctl_add_key +EXPORT_SYMBOL_GPL vmlinux 0x9194e18f xenbus_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x91955a9f start_poll_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x91b5453a iov_iter_extract_pages +EXPORT_SYMBOL_GPL vmlinux 0x91b774a1 mpi_scanval +EXPORT_SYMBOL_GPL vmlinux 0x91be314f input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0x91c2746a crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x91c2a5a5 clk_register_hisi_phase +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91d08838 tegra_bpmp_request_mrq +EXPORT_SYMBOL_GPL vmlinux 0x91d3ceed xdp_features_clear_redirect_target +EXPORT_SYMBOL_GPL vmlinux 0x91e30809 HYPERVISOR_vm_assist +EXPORT_SYMBOL_GPL vmlinux 0x91ea8726 asn1_encode_boolean +EXPORT_SYMBOL_GPL vmlinux 0x91f4933d get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0x91f7f579 __trace_trigger_soft_disabled +EXPORT_SYMBOL_GPL vmlinux 0x92020d8a __phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x92122918 blk_mq_unfreeze_queue +EXPORT_SYMBOL_GPL vmlinux 0x922d8801 __tracepoint_rwmmio_read +EXPORT_SYMBOL_GPL vmlinux 0x923e42aa sysfb_disable +EXPORT_SYMBOL_GPL vmlinux 0x9241b358 __static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0x9241d43e scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x924b767f kobject_move +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x924cee1d dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0x9254b6aa usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x925c6354 crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x92607954 nd_cmd_out_size +EXPORT_SYMBOL_GPL vmlinux 0x926ed69e pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0x927258cc pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x927487ea zynqmp_pm_read_ggs +EXPORT_SYMBOL_GPL vmlinux 0x9299ef76 mtk_pinconf_bias_disable_set +EXPORT_SYMBOL_GPL vmlinux 0x929e95cf psi_memstall_enter +EXPORT_SYMBOL_GPL vmlinux 0x929f4d0e ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0x92b8c78b hyperv_pcpu_output_arg +EXPORT_SYMBOL_GPL vmlinux 0x92cb609e __tracepoint_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x92cf74aa vcap_admin_rule_count +EXPORT_SYMBOL_GPL vmlinux 0x92d308d1 __ct_user_enter +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92d686ad synth_event_trace +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92e2bc79 sysfs_break_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x92e8e9ab fsverity_enqueue_verify_work +EXPORT_SYMBOL_GPL vmlinux 0x92ec7da8 mptcp_pm_get_subflows_max +EXPORT_SYMBOL_GPL vmlinux 0x9304b01c register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x930ab533 k3_ringacc_request_ring +EXPORT_SYMBOL_GPL vmlinux 0x9318f4ed devlink_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x931ac7c0 __tracepoint_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x93255b2b ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x932c8d7a linear_range_get_value_array +EXPORT_SYMBOL_GPL vmlinux 0x93328f8d ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x9332a568 __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x93335116 led_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9339f734 power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0x933c8f1e mctp_register_netdev +EXPORT_SYMBOL_GPL vmlinux 0x933f75e0 usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x934ee42f regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x935346fe __sbitmap_queue_get +EXPORT_SYMBOL_GPL vmlinux 0x9355171d class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x935dc126 hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x93605e9a vfsgid_in_group_p +EXPORT_SYMBOL_GPL vmlinux 0x937d9f83 synth_event_create +EXPORT_SYMBOL_GPL vmlinux 0x9380b051 pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0x938cf9d8 __tracepoint_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x9393bfd8 blk_queue_flag_test_and_set +EXPORT_SYMBOL_GPL vmlinux 0x93962b2b crypto_init_akcipher_ops_sig +EXPORT_SYMBOL_GPL vmlinux 0x93a64e5d kvm_vcpu_read_guest +EXPORT_SYMBOL_GPL vmlinux 0x93b1888c k3_ringacc_ring_cfg +EXPORT_SYMBOL_GPL vmlinux 0x93b9b240 devm_i2c_add_adapter +EXPORT_SYMBOL_GPL vmlinux 0x93c7edeb usb_find_common_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x93d1d424 gnttab_free_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x93e1fc22 vp_modern_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0x93e68cef iommu_device_sysfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x93ebdf96 mt_next +EXPORT_SYMBOL_GPL vmlinux 0x93edef07 devlink_health_report +EXPORT_SYMBOL_GPL vmlinux 0x93f1ef9f gnttab_page_cache_init +EXPORT_SYMBOL_GPL vmlinux 0x93fa57b2 kvm_vcpu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x9411488c mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x941555ff ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x94160518 __put_task_struct_rcu_cb +EXPORT_SYMBOL_GPL vmlinux 0x941623c2 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x9425bb34 nvmem_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x94299178 phylink_decode_usxgmii_word +EXPORT_SYMBOL_GPL vmlinux 0x942adbfe pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x942ea99a devlink_port_type_clear +EXPORT_SYMBOL_GPL vmlinux 0x9430b198 trace_dump_stack +EXPORT_SYMBOL_GPL vmlinux 0x9436e405 memory_group_register_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x9437dd17 rockchip_clk_of_add_provider +EXPORT_SYMBOL_GPL vmlinux 0x943fc708 xen_setup_shutdown_event +EXPORT_SYMBOL_GPL vmlinux 0x9449214b init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0x94550260 xhci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x945ef1ec pci_epc_map_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x9463af73 __devm_pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0x9468ea70 schedule_hrtimeout_range_clock +EXPORT_SYMBOL_GPL vmlinux 0x946dd559 sha224_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x9477cca7 relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0x9487cfb0 tpm_is_tpm2 +EXPORT_SYMBOL_GPL vmlinux 0x9494c0be key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0x949b5176 devlink_region_snapshot_create +EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x94a02912 devm_ti_sci_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x94ad0e16 devm_release_action +EXPORT_SYMBOL_GPL vmlinux 0x94b2a4bc dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x94bbb62f __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x94cae18f gpiod_get_array_value +EXPORT_SYMBOL_GPL vmlinux 0x94d166ce anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x94dcede0 __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x94e62d2e __set_phys_to_machine_multi +EXPORT_SYMBOL_GPL vmlinux 0x94e7df5b __traceiter_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x94f0136c irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x94f64aa5 __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x950a0dcc clk_hw_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x951680a0 tpm_put_ops +EXPORT_SYMBOL_GPL vmlinux 0x951a2773 crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x951cf161 phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x9527ccd7 of_phandle_iterator_next +EXPORT_SYMBOL_GPL vmlinux 0x952e128d crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x953e1b9e ktime_get_real_seconds +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x95609b26 context_tracking_key +EXPORT_SYMBOL_GPL vmlinux 0x956ac400 ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x957166d8 regmap_irq_set_type_config_simple +EXPORT_SYMBOL_GPL vmlinux 0x9578a08a generic_handle_domain_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x957d2715 devl_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x95843030 mpi_ec_init +EXPORT_SYMBOL_GPL vmlinux 0x95873b79 regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0x958bf7bf fsnotify_find_mark +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x9593ef31 register_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x9594ab56 pci_epc_set_msix +EXPORT_SYMBOL_GPL vmlinux 0x959682a4 __tracepoint_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x959ec5f5 call_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x95a56090 dev_pm_opp_get_max_volt_latency +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95d63cfd crypto_alloc_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x95db955c __account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x95e01afb ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0x95ef1ccc dmi_memdev_size +EXPORT_SYMBOL_GPL vmlinux 0x95f30fdf fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0x95fbeeff hwpoison_filter +EXPORT_SYMBOL_GPL vmlinux 0x960219b6 devm_platform_ioremap_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x960d9d0f sk_msg_return +EXPORT_SYMBOL_GPL vmlinux 0x961286e0 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x9616a255 phylink_ethtool_ksettings_get +EXPORT_SYMBOL_GPL vmlinux 0x9618ae75 securityfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x961e227f gpiochip_line_is_irq +EXPORT_SYMBOL_GPL vmlinux 0x9621d738 alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0x9622bcc0 pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0x962c8ae1 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x96339bc2 xenbus_unmap_ring_vfree +EXPORT_SYMBOL_GPL vmlinux 0x96438192 devm_pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x96444c00 wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x965426a6 cpu_topology +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x96585d52 scsi_free_sgtables +EXPORT_SYMBOL_GPL vmlinux 0x96691686 fsl_mc_bus_dpdcei_type +EXPORT_SYMBOL_GPL vmlinux 0x967ca5a2 skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0x969128c5 vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0x96a55fda list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0x96bd27a6 __auxiliary_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x96cd3c69 crypto_register_acomp +EXPORT_SYMBOL_GPL vmlinux 0x96d2f5ba iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0x96ea6709 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x96f138a8 serial8250_rpm_put +EXPORT_SYMBOL_GPL vmlinux 0x96f45d42 iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0x96f8acd1 of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0x96f9a01b __SCK__tp_func_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x96fbe354 devlink_net +EXPORT_SYMBOL_GPL vmlinux 0x97033509 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0x9708b801 usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x970d0d7c class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x9714e0bb ktime_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x97212e14 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x97268cd4 led_classdev_notify_brightness_hw_changed +EXPORT_SYMBOL_GPL vmlinux 0x973aec5c __reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x973fbee4 led_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x974dbe97 devm_kasprintf +EXPORT_SYMBOL_GPL vmlinux 0x975519c1 asymmetric_key_id_same +EXPORT_SYMBOL_GPL vmlinux 0x97691240 clk_hw_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x97699e46 clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0x976b7f7b regulator_irq_map_event_simple +EXPORT_SYMBOL_GPL vmlinux 0x977be5c7 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0x9787e2e8 cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x97925b51 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0x97932de7 hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0x97b001a5 of_pci_parse_bus_range +EXPORT_SYMBOL_GPL vmlinux 0x97ba6e08 of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x97bcbfe8 rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97e19906 ZSTD_getErrorCode +EXPORT_SYMBOL_GPL vmlinux 0x97e42890 crypto_alloc_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x97eac272 fixup_user_fault +EXPORT_SYMBOL_GPL vmlinux 0x97f76f98 scsi_block_targets +EXPORT_SYMBOL_GPL vmlinux 0x97fe51ae kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0x9806a900 devm_rtc_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x981e13b9 nop_posix_acl_default +EXPORT_SYMBOL_GPL vmlinux 0x98237fd4 lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0x983276da phylink_disconnect_phy +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x9843f501 __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0x98453b13 fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x9850381e dax_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x985453e1 lease_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9856498c vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0x985811ad meson_clk_cpu_dyndiv_ops +EXPORT_SYMBOL_GPL vmlinux 0x98718aa6 trace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x987bd894 switchdev_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x9887791d __traceiter_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x988c974c pci_platform_power_transition +EXPORT_SYMBOL_GPL vmlinux 0x989074ff kmsg_dump_reason_str +EXPORT_SYMBOL_GPL vmlinux 0x9895e8f5 spi_get_device_match_data +EXPORT_SYMBOL_GPL vmlinux 0x989891f3 regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x989e5758 devlink_port_region_create +EXPORT_SYMBOL_GPL vmlinux 0x98bc5488 serdev_device_write_buf +EXPORT_SYMBOL_GPL vmlinux 0x98bde21f __traceiter_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x98bfd480 usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0x98caa8ef usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x98d17a4c sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x98d5dfef rockchip_pcie_init_port +EXPORT_SYMBOL_GPL vmlinux 0x98ee62b2 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x98fb793b iopf_queue_add_device +EXPORT_SYMBOL_GPL vmlinux 0x991f4168 crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0x992173d5 dma_need_sync +EXPORT_SYMBOL_GPL vmlinux 0x99334ba4 vcap_debugfs +EXPORT_SYMBOL_GPL vmlinux 0x9948f159 pci_load_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x9953acdb pkcs7_verify +EXPORT_SYMBOL_GPL vmlinux 0x9955560b thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x99685159 kvm_read_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0x99772f2c pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x997c550a preempt_model_none +EXPORT_SYMBOL_GPL vmlinux 0x998232aa devm_otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0x998d79d6 x509_decode_time +EXPORT_SYMBOL_GPL vmlinux 0x998e0ca0 usb_amd_pt_check_port +EXPORT_SYMBOL_GPL vmlinux 0x998f77f1 crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0x998fcbf2 clear_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x999770e7 i2c_acpi_find_adapter_by_handle +EXPORT_SYMBOL_GPL vmlinux 0x999cd370 nd_cmd_in_size +EXPORT_SYMBOL_GPL vmlinux 0x99a03078 dax_holder_notify_failure +EXPORT_SYMBOL_GPL vmlinux 0x99ab811d usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x99ad6d09 iomap_invalidate_folio +EXPORT_SYMBOL_GPL vmlinux 0x99bea0fe dpbp_reset +EXPORT_SYMBOL_GPL vmlinux 0x99f018c4 nvmem_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x99f2d00a sysfs_emit_at +EXPORT_SYMBOL_GPL vmlinux 0x99f41897 device_match_any +EXPORT_SYMBOL_GPL vmlinux 0x99f91e02 get_device_system_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0x9a059ea4 skb_segment +EXPORT_SYMBOL_GPL vmlinux 0x9a1096ff genphy_c45_read_link +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a185ace tick_nohz_full_running +EXPORT_SYMBOL_GPL vmlinux 0x9a1c1d58 fwnode_get_phy_node +EXPORT_SYMBOL_GPL vmlinux 0x9a23ea6b alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0x9a24e376 gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x9a2e2332 regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0x9a333a36 file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0x9a57fbb8 tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x9a58dd2d trace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x9a5dce5c rhashtable_walk_start_check +EXPORT_SYMBOL_GPL vmlinux 0x9a713cc7 phy_led_triggers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9a795eb4 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9a7e210c relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0x9a86413c acpi_is_pnp_device +EXPORT_SYMBOL_GPL vmlinux 0x9aa74cd0 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0x9aaf3e96 nvdimm_flush +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9ac3fe3e usb_phy_set_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x9ac41957 virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x9ac58f15 __tracepoint_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0x9acf31c6 mas_find +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9af49514 icc_bulk_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x9affa57b cros_ec_cmd +EXPORT_SYMBOL_GPL vmlinux 0x9b0d22b1 devm_spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x9b0eaa52 tegra210_xusb_pll_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0x9b16e4ee phy_gbit_fibre_features +EXPORT_SYMBOL_GPL vmlinux 0x9b3779c3 devl_resource_size_get +EXPORT_SYMBOL_GPL vmlinux 0x9b377aa3 phylink_of_phy_connect +EXPORT_SYMBOL_GPL vmlinux 0x9b4bb93a regmap_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x9b4ee277 mtk_pinconf_bias_get_combo +EXPORT_SYMBOL_GPL vmlinux 0x9b528e48 set_capacity_and_notify +EXPORT_SYMBOL_GPL vmlinux 0x9b53714c dev_pm_opp_get_required_pstate +EXPORT_SYMBOL_GPL vmlinux 0x9b555c8c pm_suspend_default_s2idle +EXPORT_SYMBOL_GPL vmlinux 0x9b615044 of_usb_get_dr_mode_by_phy +EXPORT_SYMBOL_GPL vmlinux 0x9b651e51 xenbus_teardown_ring +EXPORT_SYMBOL_GPL vmlinux 0x9b652b6e phylink_resolve_c73 +EXPORT_SYMBOL_GPL vmlinux 0x9b6ec967 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x9b719ff3 vtime_guest_enter +EXPORT_SYMBOL_GPL vmlinux 0x9b7faed6 mmc_crypto_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x9b8a4393 power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x9b8d111d kvm_vcpu_gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL vmlinux 0x9b9071cb get_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x9b92aab9 ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x9b92d16e pinctrl_gpio_set_config +EXPORT_SYMBOL_GPL vmlinux 0x9ba2bb2b gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x9bb2edc8 fsverity_get_digest +EXPORT_SYMBOL_GPL vmlinux 0x9bb3fcd1 __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x9bd13fbd gpiod_set_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x9bd5a8aa xenbus_setup_ring +EXPORT_SYMBOL_GPL vmlinux 0x9bdf9714 ZSTD_customMalloc +EXPORT_SYMBOL_GPL vmlinux 0x9be30d27 mhp_get_pluggable_range +EXPORT_SYMBOL_GPL vmlinux 0x9be75313 dev_pm_genpd_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9c033977 i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x9c0b99ac stmpe_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x9c128abb of_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x9c18fd6e dw_pcie_upconfig_setup +EXPORT_SYMBOL_GPL vmlinux 0x9c448d8d tegra210_put_utmipll_out_iddq +EXPORT_SYMBOL_GPL vmlinux 0x9c470ab6 pci_epf_add_vepf +EXPORT_SYMBOL_GPL vmlinux 0x9c545540 watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0x9c6b2307 fsl_mc_bus_dpdbg_type +EXPORT_SYMBOL_GPL vmlinux 0x9c6febfc add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x9c7139f6 regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x9c7541ad ata_acpi_cbl_80wire +EXPORT_SYMBOL_GPL vmlinux 0x9c803020 usb_phy_roothub_power_on +EXPORT_SYMBOL_GPL vmlinux 0x9c964c80 free_uid +EXPORT_SYMBOL_GPL vmlinux 0x9c96c67b tcp_reno_undo_cwnd +EXPORT_SYMBOL_GPL vmlinux 0x9ca6e11f cper_mem_err_location +EXPORT_SYMBOL_GPL vmlinux 0x9ca7a791 fat_time_fat2unix +EXPORT_SYMBOL_GPL vmlinux 0x9cb5af34 disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x9cbbb60b fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0x9cbc452a imx8ulp_clk_hw_composite +EXPORT_SYMBOL_GPL vmlinux 0x9cc4ba9e key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9cc5e776 fat_attach +EXPORT_SYMBOL_GPL vmlinux 0x9cd7551a rhashtable_walk_stop +EXPORT_SYMBOL_GPL vmlinux 0x9cdd6a66 sysctl_long_vals +EXPORT_SYMBOL_GPL vmlinux 0x9cdda484 fib_rule_matchall +EXPORT_SYMBOL_GPL vmlinux 0x9ceb0744 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0x9cf37c44 __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0x9cf71ee2 rio_unmap_outb_region +EXPORT_SYMBOL_GPL vmlinux 0x9cf760a7 devlink_traps_register +EXPORT_SYMBOL_GPL vmlinux 0x9d096c95 i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0x9d09e8ae ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9d1177e8 __irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0x9d2d3f5b pkcs7_free_message +EXPORT_SYMBOL_GPL vmlinux 0x9d2f49ef __SCK__tp_func_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x9d366f99 page_reporting_register +EXPORT_SYMBOL_GPL vmlinux 0x9d49264e blk_mq_freeze_queue_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x9d4a6eb3 xenbus_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9d53acc2 spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0x9d719eb7 dev_pm_opp_enable +EXPORT_SYMBOL_GPL vmlinux 0x9d77e152 regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x9d7bddfa regmap_field_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x9d85a59c inet_ehash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0x9d8bb00e set_dax_nocache +EXPORT_SYMBOL_GPL vmlinux 0x9d9020fa dev_pm_qos_expose_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x9d9910a1 atomic_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x9d9916c6 of_dma_xlate_by_chan_id +EXPORT_SYMBOL_GPL vmlinux 0x9d992d13 crypto_comp_decompress +EXPORT_SYMBOL_GPL vmlinux 0x9d9b6b65 genphy_c45_read_status +EXPORT_SYMBOL_GPL vmlinux 0x9dafdbdc spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x9de88bc8 __SCK__tp_func_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x9dedb162 dst_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x9e119a89 debugfs_write_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x9e229c49 sg_alloc_table_chained +EXPORT_SYMBOL_GPL vmlinux 0x9e3f3beb bio_associate_blkg +EXPORT_SYMBOL_GPL vmlinux 0x9e4187d1 i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e52f37e vcap_rule_mod_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x9e5be83b xdp_set_features_flag +EXPORT_SYMBOL_GPL vmlinux 0x9e75ecab regmap_mmio_attach_clk +EXPORT_SYMBOL_GPL vmlinux 0x9e8da1f3 pci_d3cold_disable +EXPORT_SYMBOL_GPL vmlinux 0x9e9c4f24 set_dax_nomc +EXPORT_SYMBOL_GPL vmlinux 0x9eaae60d tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x9eafa65b ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x9eb943a0 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9edcff5b kvm_vcpu_halt +EXPORT_SYMBOL_GPL vmlinux 0x9ee33bf6 netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9eeab46d of_prop_next_string +EXPORT_SYMBOL_GPL vmlinux 0x9eebdde7 mpi_point_new +EXPORT_SYMBOL_GPL vmlinux 0x9ef1d18d devl_param_driverinit_value_get +EXPORT_SYMBOL_GPL vmlinux 0x9f08c714 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x9f096e2d ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0x9f1bb17a rz_mtu3_enable +EXPORT_SYMBOL_GPL vmlinux 0x9f2fcdb3 devm_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x9f517986 HYPERVISOR_hvm_op +EXPORT_SYMBOL_GPL vmlinux 0x9f55e046 devm_regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x9f56c4b9 __SCK__tp_func_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x9f5a91af gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0x9f5c6dc2 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x9f757544 mtk_pinconf_drive_set +EXPORT_SYMBOL_GPL vmlinux 0x9f76426c mtk_pinconf_adv_pull_set +EXPORT_SYMBOL_GPL vmlinux 0x9f8f6874 irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x9f9419ff crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x9fa4564a timer_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x9fac04e2 iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0x9fb5ccc3 of_i2c_get_board_info +EXPORT_SYMBOL_GPL vmlinux 0x9fb996a7 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x9fbfebab erst_write +EXPORT_SYMBOL_GPL vmlinux 0x9fce1f91 devlink_is_reload_failed +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fd3011d vfs_fallocate +EXPORT_SYMBOL_GPL vmlinux 0x9fe131f1 xen_store_interface +EXPORT_SYMBOL_GPL vmlinux 0x9fe416bc class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x9fe899b7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0x9fee866e crypto_wait_for_test +EXPORT_SYMBOL_GPL vmlinux 0xa00f4b29 tty_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0xa01a8d9b nd_cmd_bus_desc +EXPORT_SYMBOL_GPL vmlinux 0xa033ddcd skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0xa03edfe4 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xa041a619 nf_conn_btf_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xa042915e lwtunnel_get_encap_size +EXPORT_SYMBOL_GPL vmlinux 0xa042ea4b ip_route_output_key_hash +EXPORT_SYMBOL_GPL vmlinux 0xa04f945a cpus_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xa051a420 virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0xa05981f8 crypto_clone_tfm +EXPORT_SYMBOL_GPL vmlinux 0xa06a562d usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0xa06e27f8 genphy_c45_pma_baset1_read_master_slave +EXPORT_SYMBOL_GPL vmlinux 0xa071c0cd tegra210_xusb_pll_hw_control_enable +EXPORT_SYMBOL_GPL vmlinux 0xa07dd253 __platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0xa07f969c rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0xa080c5e5 smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xa082199a crypto_comp_compress +EXPORT_SYMBOL_GPL vmlinux 0xa094f3b4 gpmc_omap_onenand_set_timings +EXPORT_SYMBOL_GPL vmlinux 0xa09a9cee register_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xa0b6a7e2 netdev_is_rx_handler_busy +EXPORT_SYMBOL_GPL vmlinux 0xa0b748f5 fsverity_verify_bio +EXPORT_SYMBOL_GPL vmlinux 0xa0d3456d nr_swap_pages +EXPORT_SYMBOL_GPL vmlinux 0xa0d735e5 serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0xa0ed94f1 devm_request_pci_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0xa0f03507 xen_xlate_remap_gfn_array +EXPORT_SYMBOL_GPL vmlinux 0xa0f42bd7 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0xa0fbd01a pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0xa10a0760 devm_of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0xa11216be xen_store_domain_type +EXPORT_SYMBOL_GPL vmlinux 0xa12196e9 spi_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xa121c4c4 fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0xa12ff356 devm_gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0xa1412d90 __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xa1420ae6 fwnode_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0xa156a1f2 erst_get_record_id_end +EXPORT_SYMBOL_GPL vmlinux 0xa15c1f6c sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0xa16449b4 phylink_ethtool_ksettings_set +EXPORT_SYMBOL_GPL vmlinux 0xa16ac4fb pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0xa19561fb __SCK__tp_func_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0xa1bdb4ad is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0xa1c4231f kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL vmlinux 0xa1d8004a videomode_from_timing +EXPORT_SYMBOL_GPL vmlinux 0xa1d9c1d0 platform_irq_count +EXPORT_SYMBOL_GPL vmlinux 0xa1e9c9ff bpf_map_inc +EXPORT_SYMBOL_GPL vmlinux 0xa1f43952 dev_pm_opp_of_register_em +EXPORT_SYMBOL_GPL vmlinux 0xa1f615fb shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0xa208b5a7 pm_debug_messages_should_print +EXPORT_SYMBOL_GPL vmlinux 0xa20d01ba __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xa21e6fcb xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0xa21f2ce7 clk_mux_index_to_val +EXPORT_SYMBOL_GPL vmlinux 0xa22e515d modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xa230979f regmap_get_raw_write_max +EXPORT_SYMBOL_GPL vmlinux 0xa235b3a2 mtk_mux_gate_clr_set_upd_ops +EXPORT_SYMBOL_GPL vmlinux 0xa23bc835 mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa2402218 __traceiter_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0xa246a1e3 sysfs_group_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xa24c4280 tracing_snapshot_cond +EXPORT_SYMBOL_GPL vmlinux 0xa2500ef6 __SCK__tp_func_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xa26d75a8 debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa28d0e2d of_clk_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0xa28f40bd __irq_apply_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xa29c3b2e virtio_require_restricted_mem_acc +EXPORT_SYMBOL_GPL vmlinux 0xa2af54b3 irq_from_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xa2b0820d __SCK__tp_func_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xa2b99209 alarm_start +EXPORT_SYMBOL_GPL vmlinux 0xa2bcc9f8 dev_pm_opp_put_opp_table +EXPORT_SYMBOL_GPL vmlinux 0xa2c0f59a ct_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0xa2c24f84 buffer_migrate_folio_norefs +EXPORT_SYMBOL_GPL vmlinux 0xa2c35576 __devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xa2c605e8 acpi_subsys_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xa2e1b3ef trace_printk_init_buffers +EXPORT_SYMBOL_GPL vmlinux 0xa2e4ad65 dev_fill_forward_path +EXPORT_SYMBOL_GPL vmlinux 0xa2e59608 regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xa2f37a1f iommu_set_pgtable_quirks +EXPORT_SYMBOL_GPL vmlinux 0xa2f7487f hv_is_hibernation_supported +EXPORT_SYMBOL_GPL vmlinux 0xa2fa2419 pci_p2pmem_publish +EXPORT_SYMBOL_GPL vmlinux 0xa304bcfc serial8250_init_port +EXPORT_SYMBOL_GPL vmlinux 0xa31639af __traceiter_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0xa316d650 extcon_sync +EXPORT_SYMBOL_GPL vmlinux 0xa31799df pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa31eeb82 nvmem_cell_read_u8 +EXPORT_SYMBOL_GPL vmlinux 0xa324177d power_supply_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xa3338f90 pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0xa334a1e8 input_ff_flush +EXPORT_SYMBOL_GPL vmlinux 0xa33b8b53 fsl_mc_allocate_irqs +EXPORT_SYMBOL_GPL vmlinux 0xa361a22a memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0xa369c0ea blk_mq_wait_quiesce_done +EXPORT_SYMBOL_GPL vmlinux 0xa36f50fb is_binary_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xa378ba5b pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa3878fd2 __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xa38a9f71 get_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xa38c1436 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0xa38f8d33 __bio_add_page +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a17eb8 fwnode_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0xa3a36c73 cppc_set_perf +EXPORT_SYMBOL_GPL vmlinux 0xa3ada72b pci_iomap_wc +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3bdf68c pci_iov_virtfn_devfn +EXPORT_SYMBOL_GPL vmlinux 0xa3c329db ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0xa3d39f98 pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xa3d9c830 devm_power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xa3dcb681 zynqmp_pm_fpga_load +EXPORT_SYMBOL_GPL vmlinux 0xa3ece414 freezer_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xa3eef600 dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0xa3f12f69 __crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0xa3f5b5eb acpi_subsys_freeze +EXPORT_SYMBOL_GPL vmlinux 0xa3f72a71 __platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0xa3f83c7a ata_eh_read_sense_success_ncq_log +EXPORT_SYMBOL_GPL vmlinux 0xa3fc50a1 component_master_add_with_match +EXPORT_SYMBOL_GPL vmlinux 0xa4031b7f sfp_parse_port +EXPORT_SYMBOL_GPL vmlinux 0xa4062a57 __tracepoint_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xa40e654a blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xa410a295 devlink_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa4281120 kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0xa42898af clk_hw_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xa42a95df ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa431f0f6 irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0xa43a394c crypto_unregister_acomp +EXPORT_SYMBOL_GPL vmlinux 0xa443deec relay_flush +EXPORT_SYMBOL_GPL vmlinux 0xa4445cc8 hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0xa44a1307 interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xa452f2a4 xen_pirq_from_irq +EXPORT_SYMBOL_GPL vmlinux 0xa4593275 skb_mpls_update_lse +EXPORT_SYMBOL_GPL vmlinux 0xa45c7b90 stack_trace_print +EXPORT_SYMBOL_GPL vmlinux 0xa45d44fc zynqmp_pm_get_pll_frac_data +EXPORT_SYMBOL_GPL vmlinux 0xa4692134 fsl_mc_cleanup_irq_pool +EXPORT_SYMBOL_GPL vmlinux 0xa479029b bpf_event_output +EXPORT_SYMBOL_GPL vmlinux 0xa47e3207 regulator_set_pull_down_regmap +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa492cc11 task_cputime_adjusted +EXPORT_SYMBOL_GPL vmlinux 0xa49e58fd of_console_check +EXPORT_SYMBOL_GPL vmlinux 0xa4a1593c iomap_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0xa4ab7c1c ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xa4b07fe7 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0xa4b5bbb2 stmpe_disable +EXPORT_SYMBOL_GPL vmlinux 0xa4b9b068 xfrm_dev_policy_add +EXPORT_SYMBOL_GPL vmlinux 0xa4ba6b87 genphy_c45_pma_read_abilities +EXPORT_SYMBOL_GPL vmlinux 0xa4bf2e41 cppc_set_epp_perf +EXPORT_SYMBOL_GPL vmlinux 0xa4c00324 asn1_encode_octet_string +EXPORT_SYMBOL_GPL vmlinux 0xa4c085f8 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0xa4cdce03 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa4dfba69 mc_send_command +EXPORT_SYMBOL_GPL vmlinux 0xa4e1740b regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xa4f2a2ed acpi_irq_get +EXPORT_SYMBOL_GPL vmlinux 0xa4f59904 of_phy_put +EXPORT_SYMBOL_GPL vmlinux 0xa4fcc512 driver_deferred_probe_check_state +EXPORT_SYMBOL_GPL vmlinux 0xa5067d1d fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0xa517f884 tegra210_plle_hw_sequence_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xa531471e clk_save_context +EXPORT_SYMBOL_GPL vmlinux 0xa54a2cba devlink_linecard_provision_clear +EXPORT_SYMBOL_GPL vmlinux 0xa54b969d blk_steal_bios +EXPORT_SYMBOL_GPL vmlinux 0xa54ece53 rio_request_mport_dma +EXPORT_SYMBOL_GPL vmlinux 0xa553986e dma_resv_get_singleton +EXPORT_SYMBOL_GPL vmlinux 0xa561b5ef fscrypt_fname_siphash +EXPORT_SYMBOL_GPL vmlinux 0xa565bf3a unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0xa56b4618 nop_posix_acl_access +EXPORT_SYMBOL_GPL vmlinux 0xa56e1a52 sg_free_table_chained +EXPORT_SYMBOL_GPL vmlinux 0xa570e984 sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0xa57a3a89 mas_empty_area_rev +EXPORT_SYMBOL_GPL vmlinux 0xa5806e4e phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0xa581ec38 phy_reset +EXPORT_SYMBOL_GPL vmlinux 0xa58a7f75 xenbus_alloc_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xa58db5ec power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0xa5987799 get_net_ns_by_fd +EXPORT_SYMBOL_GPL vmlinux 0xa5ae514c xhci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0xa5b8e4e6 pci_find_doe_mailbox +EXPORT_SYMBOL_GPL vmlinux 0xa5bda8a1 efi_capsule_supported +EXPORT_SYMBOL_GPL vmlinux 0xa5be8532 hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xa5ced5ad proc_create_net_data +EXPORT_SYMBOL_GPL vmlinux 0xa5d1f4b8 stack_depot_snprint +EXPORT_SYMBOL_GPL vmlinux 0xa5d7c388 pstore_type_to_name +EXPORT_SYMBOL_GPL vmlinux 0xa5d937f6 of_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0xa5e4ef46 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa5e79ebe pci_generic_config_write +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa5fe0239 vchan_tx_desc_free +EXPORT_SYMBOL_GPL vmlinux 0xa6183328 usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xa6247bee trace_remove_event_call +EXPORT_SYMBOL_GPL vmlinux 0xa62af7de bind_interdomain_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0xa632d797 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xa6445323 ftrace_free_filter +EXPORT_SYMBOL_GPL vmlinux 0xa65d9e80 inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa672dba6 dpcon_reset +EXPORT_SYMBOL_GPL vmlinux 0xa67f8d02 ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xa69a2f6b regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0xa6a088b7 fscrypt_match_name +EXPORT_SYMBOL_GPL vmlinux 0xa6a6ab9b class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xa6a7925c mas_walk +EXPORT_SYMBOL_GPL vmlinux 0xa6a8ed56 regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa6a993f2 __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0xa6aba099 regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xa6af1e35 __SCK__tp_func_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xa6b06f65 ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xa6b0f124 dispatch_hid_bpf_device_event +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6b5ee5b __SCK__tp_func_block_split +EXPORT_SYMBOL_GPL vmlinux 0xa6d67d55 virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0xa6dc0d97 tegra_read_ram_code +EXPORT_SYMBOL_GPL vmlinux 0xa6ddb7f8 sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6e5b807 edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xa6ef4c79 ahci_platform_resume +EXPORT_SYMBOL_GPL vmlinux 0xa708ca58 mas_store_prealloc +EXPORT_SYMBOL_GPL vmlinux 0xa709c835 fib6_info_destroy_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa70a01c1 percpu_down_write +EXPORT_SYMBOL_GPL vmlinux 0xa720b07b tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0xa7241959 pkcs7_supply_detached_data +EXPORT_SYMBOL_GPL vmlinux 0xa72dd105 pci_bridge_emul_conf_write +EXPORT_SYMBOL_GPL vmlinux 0xa731f387 nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0xa7418a5e of_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xa7531dc1 dst_cache_get_ip4 +EXPORT_SYMBOL_GPL vmlinux 0xa76175ff nvdimm_bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa764e7d2 blk_mq_quiesce_queue_nowait +EXPORT_SYMBOL_GPL vmlinux 0xa76507a4 debugfs_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa76c312e dmaengine_desc_attach_metadata +EXPORT_SYMBOL_GPL vmlinux 0xa7722068 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa7722813 filemap_migrate_folio +EXPORT_SYMBOL_GPL vmlinux 0xa788700b copy_to_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0xa78b6daa rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xa790ab4b __tracepoint_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xa7ba75fc acpi_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xa7c5ca9f __traceiter_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xa7c68231 __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0xa7c84df4 mbox_send_message +EXPORT_SYMBOL_GPL vmlinux 0xa7dbf5dd umd_load_blob +EXPORT_SYMBOL_GPL vmlinux 0xa7e5518c rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xa7fa6aae pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0xa7fe3cb2 dm_put +EXPORT_SYMBOL_GPL vmlinux 0xa80c9914 devm_rtc_allocate_device +EXPORT_SYMBOL_GPL vmlinux 0xa81485e6 __traceiter_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0xa8329afc tegra_xusb_padctl_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0xa8368e75 devm_ioremap_uc +EXPORT_SYMBOL_GPL vmlinux 0xa844d8e4 pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0xa848d54e device_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0xa84b1ab1 ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa84e6708 virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa85331df mtk_clk_gate_ops_no_setclr_inv +EXPORT_SYMBOL_GPL vmlinux 0xa8653364 ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xa86c1dc0 dax_iomap_fault +EXPORT_SYMBOL_GPL vmlinux 0xa870e265 spi_mem_exec_op +EXPORT_SYMBOL_GPL vmlinux 0xa88181f5 crypto_register_rngs +EXPORT_SYMBOL_GPL vmlinux 0xa8821d11 nfct_btf_struct_access +EXPORT_SYMBOL_GPL vmlinux 0xa8841cc6 mas_next +EXPORT_SYMBOL_GPL vmlinux 0xa8884bcc ptp_parse_header +EXPORT_SYMBOL_GPL vmlinux 0xa88efa51 xhci_get_ep_ctx +EXPORT_SYMBOL_GPL vmlinux 0xa8933163 device_match_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xa89926dc crypto_dh_decode_key +EXPORT_SYMBOL_GPL vmlinux 0xa8998bd8 kvm_vcpu_mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0xa899b55c usb_control_msg_send +EXPORT_SYMBOL_GPL vmlinux 0xa8a6364c xas_get_mark +EXPORT_SYMBOL_GPL vmlinux 0xa8b24aa0 cdx_dev_reset +EXPORT_SYMBOL_GPL vmlinux 0xa8e1d613 key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0xa8e8c7c7 pm_clk_init +EXPORT_SYMBOL_GPL vmlinux 0xa8f4119b pcie_aspm_capable +EXPORT_SYMBOL_GPL vmlinux 0xa8f59951 wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0xa8f97178 __tracepoint_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xa8ff1ac3 bpf_trace_run1 +EXPORT_SYMBOL_GPL vmlinux 0xa9148f0e inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xa9320d27 ktime_get_seconds +EXPORT_SYMBOL_GPL vmlinux 0xa943e521 sk_msg_return_zero +EXPORT_SYMBOL_GPL vmlinux 0xa949b465 inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xa94f3ef6 of_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xa94faa18 acpi_pci_check_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xa952a575 find_vpid +EXPORT_SYMBOL_GPL vmlinux 0xa95b5c77 hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0xa95c2d4e iomap_zero_range +EXPORT_SYMBOL_GPL vmlinux 0xa96acf5e dpcon_get_attributes +EXPORT_SYMBOL_GPL vmlinux 0xa96e8b4e hv_setup_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0xa981c7a4 devm_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0xa99b8e70 __SCK__tp_func_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0xa99ef899 devlink_fmsg_bool_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xa9c05f8b ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0xa9c60264 of_css +EXPORT_SYMBOL_GPL vmlinux 0xa9d9cddd tegra_mc_get_emem_device_count +EXPORT_SYMBOL_GPL vmlinux 0xaa008608 pci_host_common_probe +EXPORT_SYMBOL_GPL vmlinux 0xaa02c622 gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0xaa2723cf input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0xaa2a03e1 phy_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0xaa2b0197 ip_valid_fib_dump_req +EXPORT_SYMBOL_GPL vmlinux 0xaa323e75 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0xaa365fa7 regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xaa393cc6 mas_preallocate +EXPORT_SYMBOL_GPL vmlinux 0xaa49dac2 dprc_close +EXPORT_SYMBOL_GPL vmlinux 0xaa5a4081 meson_clk_pll_ops +EXPORT_SYMBOL_GPL vmlinux 0xaa5ea20b rtnl_get_net_ns_capable +EXPORT_SYMBOL_GPL vmlinux 0xaa6a50f9 __static_key_deferred_flush +EXPORT_SYMBOL_GPL vmlinux 0xaa7c638a devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xaa849682 device_rename +EXPORT_SYMBOL_GPL vmlinux 0xaa94cea7 rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xaaa359f1 usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaaad091d sdio_retune_crc_disable +EXPORT_SYMBOL_GPL vmlinux 0xaab9c421 clk_multiplier_ops +EXPORT_SYMBOL_GPL vmlinux 0xaaba7cf1 __tracepoint_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xaacbc61b dprc_set_obj_irq +EXPORT_SYMBOL_GPL vmlinux 0xaae08666 pinctrl_utils_add_config +EXPORT_SYMBOL_GPL vmlinux 0xaae75705 fuse_fill_super_common +EXPORT_SYMBOL_GPL vmlinux 0xaaf1867c dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xaaf204e5 fwnode_connection_find_matches +EXPORT_SYMBOL_GPL vmlinux 0xaafafbff rockchip_pmu_unblock +EXPORT_SYMBOL_GPL vmlinux 0xaaff0047 __regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xab04bdbd pm_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xab060841 zynqmp_pm_query_data +EXPORT_SYMBOL_GPL vmlinux 0xab117ce4 usb_acpi_power_manageable +EXPORT_SYMBOL_GPL vmlinux 0xab1e0e93 hv_setup_kexec_handler +EXPORT_SYMBOL_GPL vmlinux 0xab2834d5 fsl_mc_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0xab3458c8 pci_ioremap_wc_bar +EXPORT_SYMBOL_GPL vmlinux 0xab424c74 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0xab46638b ip6_pol_route +EXPORT_SYMBOL_GPL vmlinux 0xab5f436e phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0xab6ee69c fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0xab6f0ded __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0xab833422 blk_mq_update_nr_hw_queues +EXPORT_SYMBOL_GPL vmlinux 0xab84907f dev_pm_domain_start +EXPORT_SYMBOL_GPL vmlinux 0xaba0dda4 debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0xabb83355 dma_vmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xabc2e2b3 device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0xabc640f3 list_lru_isolate +EXPORT_SYMBOL_GPL vmlinux 0xabc6e9e4 pm_report_max_hw_sleep +EXPORT_SYMBOL_GPL vmlinux 0xabd45848 stop_machine +EXPORT_SYMBOL_GPL vmlinux 0xabe0fd97 component_master_del +EXPORT_SYMBOL_GPL vmlinux 0xabeb21e3 thermal_zone_get_slope +EXPORT_SYMBOL_GPL vmlinux 0xabf13212 pci_pr3_present +EXPORT_SYMBOL_GPL vmlinux 0xabf64112 i2c_dw_adjust_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0xabfa2754 fwnode_property_get_reference_args +EXPORT_SYMBOL_GPL vmlinux 0xabfb48a3 usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0xabfc7cab led_set_brightness_nopm +EXPORT_SYMBOL_GPL vmlinux 0xac029414 usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0xac033323 sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0xac06a054 clk_regmap_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xac078b0f pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0xac086d8a sched_set_normal +EXPORT_SYMBOL_GPL vmlinux 0xac357a9e dev_pm_domain_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0xac361757 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xac4727b8 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0xac4b777d tcp_enter_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xac6018a3 sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0xac649d37 skcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0xac690a01 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0xac7359a9 wbc_account_cgroup_owner +EXPORT_SYMBOL_GPL vmlinux 0xac82ff9a bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xac983689 thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xacb4d88c clk_rate_exclusive_put +EXPORT_SYMBOL_GPL vmlinux 0xacbb5fa2 is_swiotlb_active +EXPORT_SYMBOL_GPL vmlinux 0xacc7dc8b ahci_stop_engine +EXPORT_SYMBOL_GPL vmlinux 0xacc977ac alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0xacd7afe8 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xace5a6d4 regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0xace9be5c dev_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0xacf980fa bind_interdomain_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0xacfbbe75 genphy_c45_pma_resume +EXPORT_SYMBOL_GPL vmlinux 0xad06c825 ct_user_exit +EXPORT_SYMBOL_GPL vmlinux 0xad1baa49 dprc_get_obj_count +EXPORT_SYMBOL_GPL vmlinux 0xad2f0995 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0xad315be1 switchdev_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0xad364f81 of_usb_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xad395dd9 mm_account_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0xad42dff8 __SCK__tp_func_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xad4780d2 devm_clk_get_optional_prepared +EXPORT_SYMBOL_GPL vmlinux 0xad4aeba6 fsverity_ioctl_read_metadata +EXPORT_SYMBOL_GPL vmlinux 0xad4e6259 remove_cpu +EXPORT_SYMBOL_GPL vmlinux 0xad56954b sk_free_unlock_clone +EXPORT_SYMBOL_GPL vmlinux 0xad645234 register_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xad76a3f0 __SCK__tp_func_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xad78997f devlink_resource_register +EXPORT_SYMBOL_GPL vmlinux 0xad83ce29 xas_find_conflict +EXPORT_SYMBOL_GPL vmlinux 0xad94ad3e switchdev_handle_port_obj_add_foreign +EXPORT_SYMBOL_GPL vmlinux 0xad978df9 blk_crypto_reprogram_all_keys +EXPORT_SYMBOL_GPL vmlinux 0xad9abd0d crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xad9daad1 pci_epf_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xad9fb247 lwtunnel_valid_encap_type_attr +EXPORT_SYMBOL_GPL vmlinux 0xada38766 dst_cache_destroy +EXPORT_SYMBOL_GPL vmlinux 0xada6780f pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0xada9eac9 vring_create_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xadb415db __kernel_write +EXPORT_SYMBOL_GPL vmlinux 0xadb866ae dax_layout_busy_page_range +EXPORT_SYMBOL_GPL vmlinux 0xadbdd12b kick_process +EXPORT_SYMBOL_GPL vmlinux 0xadbe3f57 of_phandle_args_to_fwspec +EXPORT_SYMBOL_GPL vmlinux 0xadc00f37 bus_get_dev_root +EXPORT_SYMBOL_GPL vmlinux 0xadd59602 of_device_compatible_match +EXPORT_SYMBOL_GPL vmlinux 0xaddf613e crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0xade43329 genphy_c45_read_lpa +EXPORT_SYMBOL_GPL vmlinux 0xade5339b hte_get_clk_src_info +EXPORT_SYMBOL_GPL vmlinux 0xadf1e646 pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0xadf9b068 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0xadf9c1b3 housekeeping_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xae01217a mpi_write_to_sgl +EXPORT_SYMBOL_GPL vmlinux 0xae0ecf40 usb_bus_idr_lock +EXPORT_SYMBOL_GPL vmlinux 0xae1051b0 net_cls_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xae2d233b divider_ro_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0xae39f80e dst_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xae483086 mptcp_diag_fill_info +EXPORT_SYMBOL_GPL vmlinux 0xae55f102 ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0xae66224d dev_pm_opp_of_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae6a4840 tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae8f9fbf acpi_match_acpi_device +EXPORT_SYMBOL_GPL vmlinux 0xae94b7a2 extcon_get_property_capability +EXPORT_SYMBOL_GPL vmlinux 0xae98eb01 md_bitmap_copy_from_slot +EXPORT_SYMBOL_GPL vmlinux 0xae9e5da8 mark_page_dirty_in_slot +EXPORT_SYMBOL_GPL vmlinux 0xaead089c meson_sm_get +EXPORT_SYMBOL_GPL vmlinux 0xaeaed938 clk_register +EXPORT_SYMBOL_GPL vmlinux 0xaeb4bf1b acpi_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0xaeb5179e rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0xaeba29b6 usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xaebda375 usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xaebe7144 __pci_epf_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xaebf9065 phy_configure +EXPORT_SYMBOL_GPL vmlinux 0xaecab4c5 dma_resv_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0xaededf62 fsverity_ioctl_measure +EXPORT_SYMBOL_GPL vmlinux 0xaef01f05 usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0xaefe3620 fscrypt_fname_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xaf05f8a5 devlink_flash_update_timeout_notify +EXPORT_SYMBOL_GPL vmlinux 0xaf076aec nd_fletcher64 +EXPORT_SYMBOL_GPL vmlinux 0xaf08a161 ahci_init_controller +EXPORT_SYMBOL_GPL vmlinux 0xaf0b6ba7 blkg_rwstat_init +EXPORT_SYMBOL_GPL vmlinux 0xaf21c96f ip_route_output_tunnel +EXPORT_SYMBOL_GPL vmlinux 0xaf2a3f1a pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0xaf3314f0 mtk_clk_register_plls +EXPORT_SYMBOL_GPL vmlinux 0xaf348da7 cpu_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xaf3a44e9 __SCK__tp_func_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xaf4014ff usb_amd_quirk_pll_check +EXPORT_SYMBOL_GPL vmlinux 0xaf420600 rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xaf42aff9 fsl_mc_device_group +EXPORT_SYMBOL_GPL vmlinux 0xaf43f908 spi_mem_supports_op +EXPORT_SYMBOL_GPL vmlinux 0xaf57ec2b nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0xaf6d38c0 vcap_mod_rule +EXPORT_SYMBOL_GPL vmlinux 0xaf6ed6b9 devm_memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0xaf793668 __alloc_percpu_gfp +EXPORT_SYMBOL_GPL vmlinux 0xaf7ad94c __SCK__tp_func_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xaf852873 cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0xaf885af7 virtio_device_freeze +EXPORT_SYMBOL_GPL vmlinux 0xaf8c3f99 srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xaf8fcbb6 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xaf9285ee cros_ec_get_sensor_count +EXPORT_SYMBOL_GPL vmlinux 0xafb07262 __pfn_to_mfn +EXPORT_SYMBOL_GPL vmlinux 0xafcd1cb1 vcap_chain_id_to_lookup +EXPORT_SYMBOL_GPL vmlinux 0xafd1d3d1 devm_pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0xafddd545 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xafe77d36 scsi_internal_device_block_nowait +EXPORT_SYMBOL_GPL vmlinux 0xafe854e1 ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0xafeb58c1 __SCK__tp_func_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xafee33f0 kvm_destroy_vcpus +EXPORT_SYMBOL_GPL vmlinux 0xb0099f79 topology_clear_scale_freq_source +EXPORT_SYMBOL_GPL vmlinux 0xb0133d1c spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xb0236523 dev_pm_opp_is_turbo +EXPORT_SYMBOL_GPL vmlinux 0xb02ac411 register_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb02ddecd ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0xb0481b14 paste_selection +EXPORT_SYMBOL_GPL vmlinux 0xb04834c7 clean_acked_data_disable +EXPORT_SYMBOL_GPL vmlinux 0xb0497359 ahci_platform_enable_regulators +EXPORT_SYMBOL_GPL vmlinux 0xb049a294 __SCK__tp_func_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0xb0552a30 of_property_read_variable_u64_array +EXPORT_SYMBOL_GPL vmlinux 0xb05b68d5 zynqmp_pm_reset_get_status +EXPORT_SYMBOL_GPL vmlinux 0xb06ea245 sbitmap_queue_resize +EXPORT_SYMBOL_GPL vmlinux 0xb0747ed2 rcu_cpu_stall_suppress +EXPORT_SYMBOL_GPL vmlinux 0xb077e70a clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0xb07fb2a8 pci_hp_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb0802f90 __tracepoint_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xb08a22a3 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0xb0926993 iptunnel_metadata_reply +EXPORT_SYMBOL_GPL vmlinux 0xb0a91000 mmu_notifier_put +EXPORT_SYMBOL_GPL vmlinux 0xb0abd0bb devm_hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb0b3415a tty_save_termios +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0c025d4 regulator_get_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xb0c24091 sbitmap_show +EXPORT_SYMBOL_GPL vmlinux 0xb0d1656c gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0xb0e7ab1f __traceiter_console +EXPORT_SYMBOL_GPL vmlinux 0xb0e8e671 xenbus_otherend_changed +EXPORT_SYMBOL_GPL vmlinux 0xb0ec4031 mtk_clk_pdev_probe +EXPORT_SYMBOL_GPL vmlinux 0xb0fa7a12 regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0xb10435d7 usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xb10b9fb3 inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0xb10ca5c1 crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0xb10d964d devlink_fmsg_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xb11d9000 tty_dev_name_to_number +EXPORT_SYMBOL_GPL vmlinux 0xb11ec7b5 cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xb1221ec6 mpc8xxx_spi_rx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0xb12a4fb4 xen_remap_vma_range +EXPORT_SYMBOL_GPL vmlinux 0xb12d847d of_reserved_mem_device_init_by_idx +EXPORT_SYMBOL_GPL vmlinux 0xb13277a6 pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xb13837ce vcap_rule_add_key_u48 +EXPORT_SYMBOL_GPL vmlinux 0xb15dfc18 virtqueue_get_avail_addr +EXPORT_SYMBOL_GPL vmlinux 0xb1647fc2 devlink_info_version_running_put +EXPORT_SYMBOL_GPL vmlinux 0xb166e6e3 pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0xb17a942c bpf_sk_storage_diag_put +EXPORT_SYMBOL_GPL vmlinux 0xb187ea52 tty_get_icount +EXPORT_SYMBOL_GPL vmlinux 0xb192a935 fixed_phy_register_with_gpiod +EXPORT_SYMBOL_GPL vmlinux 0xb193f2f2 metadata_dst_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0xb1b3f6ed phylink_mii_c22_pcs_decode_state +EXPORT_SYMBOL_GPL vmlinux 0xb1baa71a devlink_linecard_provision_fail +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1c0b741 handle_fasteoi_irq +EXPORT_SYMBOL_GPL vmlinux 0xb1dfecea power_supply_battery_info_properties_size +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1e4a461 devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0xb1e4bf5d skb_gso_validate_mac_len +EXPORT_SYMBOL_GPL vmlinux 0xb1e6b867 spi_mem_adjust_op_size +EXPORT_SYMBOL_GPL vmlinux 0xb1eb5662 mtk_devm_alloc_clk_data +EXPORT_SYMBOL_GPL vmlinux 0xb1fc1782 pci_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xb202f0d7 rht_bucket_nested_insert +EXPORT_SYMBOL_GPL vmlinux 0xb21d00c6 hte_ts_put +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb2367808 fwnode_handle_put +EXPORT_SYMBOL_GPL vmlinux 0xb23a9329 ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL vmlinux 0xb23b3b02 cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0xb23b7691 start_poll_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0xb2405efc secure_tcp_seq +EXPORT_SYMBOL_GPL vmlinux 0xb249e7d0 rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xb256be16 efivar_is_available +EXPORT_SYMBOL_GPL vmlinux 0xb25e622a devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0xb26a1add elfcorehdr_addr +EXPORT_SYMBOL_GPL vmlinux 0xb273c83b fscrypt_file_open +EXPORT_SYMBOL_GPL vmlinux 0xb274a4ec kthread_park +EXPORT_SYMBOL_GPL vmlinux 0xb27f7670 wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xb27fe6bc uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xb288db16 __clk_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xb291ba26 rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xb29533ee zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0xb2a189a5 shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0xb2a6f197 bpf_fentry_test1 +EXPORT_SYMBOL_GPL vmlinux 0xb2ac5a5a virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0xb2ae62fd i2c_slave_register +EXPORT_SYMBOL_GPL vmlinux 0xb2bd8192 sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0xb2c1732e rcu_gp_set_torture_wait +EXPORT_SYMBOL_GPL vmlinux 0xb2c84ab7 usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xb2e51392 do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb2f83c91 amba_device_add +EXPORT_SYMBOL_GPL vmlinux 0xb2fa093e blk_mq_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xb2fabb89 blk_queue_can_use_dma_map_merging +EXPORT_SYMBOL_GPL vmlinux 0xb2fb0a9c inet6_cleanup_sock +EXPORT_SYMBOL_GPL vmlinux 0xb2ffec2e posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb307c909 devlink_fmsg_u64_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xb30b2bda preempt_model_full +EXPORT_SYMBOL_GPL vmlinux 0xb31818d6 irq_chip_mask_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0xb32573ed fwnode_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xb331b037 security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0xb3403b05 xenbus_probe_node +EXPORT_SYMBOL_GPL vmlinux 0xb3428d4a apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0xb34318c9 fs_dax_get_by_bdev +EXPORT_SYMBOL_GPL vmlinux 0xb346cacc rockchip_clk_register_armclk +EXPORT_SYMBOL_GPL vmlinux 0xb3532f7c extcon_set_property_capability +EXPORT_SYMBOL_GPL vmlinux 0xb35ddc7e sched_set_fifo +EXPORT_SYMBOL_GPL vmlinux 0xb36a97bc device_link_del +EXPORT_SYMBOL_GPL vmlinux 0xb37f45fd pinctrl_find_gpio_range_from_pin_nolock +EXPORT_SYMBOL_GPL vmlinux 0xb38c067a pci_epc_linkup +EXPORT_SYMBOL_GPL vmlinux 0xb39ffbc0 ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0xb3bb4b12 nvmem_cell_read_u16 +EXPORT_SYMBOL_GPL vmlinux 0xb3d75974 dev_pm_opp_of_find_icc_paths +EXPORT_SYMBOL_GPL vmlinux 0xb3db8b68 crypto_alloc_kpp +EXPORT_SYMBOL_GPL vmlinux 0xb3e79ee1 irq_set_chained_handler_and_data +EXPORT_SYMBOL_GPL vmlinux 0xb3eafed5 led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0xb3fd8fe6 kernel_read_file_from_path +EXPORT_SYMBOL_GPL vmlinux 0xb409c756 crypto_unregister_ahashes +EXPORT_SYMBOL_GPL vmlinux 0xb40d673e zynqmp_pm_pinctrl_request +EXPORT_SYMBOL_GPL vmlinux 0xb4215752 blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0xb421d09f xen_xenbus_fops +EXPORT_SYMBOL_GPL vmlinux 0xb425f5bb br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0xb42bcfbf rz_mtu3_8bit_ch_write +EXPORT_SYMBOL_GPL vmlinux 0xb42d3c25 vtime_guest_exit +EXPORT_SYMBOL_GPL vmlinux 0xb43f9365 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xb44ab0a3 bio_clone_blkg_association +EXPORT_SYMBOL_GPL vmlinux 0xb44e18ea audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb4558cf2 irq_domain_set_hwirq_and_chip +EXPORT_SYMBOL_GPL vmlinux 0xb45f12dd get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0xb46ccb80 rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0xb47fb48f acpi_get_and_request_gpiod +EXPORT_SYMBOL_GPL vmlinux 0xb485e487 regulator_get_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0xb48708c4 scmi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xb48e0732 pci_epc_clear_bar +EXPORT_SYMBOL_GPL vmlinux 0xb48f0638 software_node_register +EXPORT_SYMBOL_GPL vmlinux 0xb48f3499 xlnx_register_event +EXPORT_SYMBOL_GPL vmlinux 0xb4a2e0c7 generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0xb4afd63c usb_acpi_port_lpm_incapable +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4bce328 fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0xb4db7730 devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0xb4ea4fb5 vp_modern_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4eda0da ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0xb4f57499 dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb501b2df nd_cmd_dimm_desc +EXPORT_SYMBOL_GPL vmlinux 0xb5093dd3 console_list +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb520eb79 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xb5225416 pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0xb5303d2a rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0xb53119f3 device_match_devt +EXPORT_SYMBOL_GPL vmlinux 0xb5457dcd pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0xb55126be power_supply_get_property +EXPORT_SYMBOL_GPL vmlinux 0xb55139f6 HUF_readStats +EXPORT_SYMBOL_GPL vmlinux 0xb554ec40 usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0xb5578791 watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xb55de460 HYPERVISOR_dm_op +EXPORT_SYMBOL_GPL vmlinux 0xb561c490 mpi_mul +EXPORT_SYMBOL_GPL vmlinux 0xb565ee10 vfs_get_acl +EXPORT_SYMBOL_GPL vmlinux 0xb570745c __SCK__tp_func_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0xb57cca09 bpf_prog_add +EXPORT_SYMBOL_GPL vmlinux 0xb57f6b2c governor_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0xb58c0d7b badblocks_clear +EXPORT_SYMBOL_GPL vmlinux 0xb58f830b trace_event_ignore_this_pid +EXPORT_SYMBOL_GPL vmlinux 0xb592d904 __gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL vmlinux 0xb5a83e35 gnttab_setup_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xb5a8c226 acpi_gsi_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xb5a91f40 vcap_keyfield_name +EXPORT_SYMBOL_GPL vmlinux 0xb5af8ace irq_chip_enable_parent +EXPORT_SYMBOL_GPL vmlinux 0xb5b6fb04 hv_get_vpreg +EXPORT_SYMBOL_GPL vmlinux 0xb5c0cb37 gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0xb5c45310 shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0xb5cfd9d5 genpd_dev_pm_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0xb5d8958c debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0xb5e14f24 nd_region_dev +EXPORT_SYMBOL_GPL vmlinux 0xb5efbd9c kvm_vcpu_kick +EXPORT_SYMBOL_GPL vmlinux 0xb60e52ff ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0xb60eee14 proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0xb61d4b4b ip_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0xb6220fd3 bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xb625efe9 hte_push_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb62fdde8 __traceiter_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0xb630e4c0 gpiochip_reqres_irq +EXPORT_SYMBOL_GPL vmlinux 0xb6357e53 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0xb6410433 mpi_addm +EXPORT_SYMBOL_GPL vmlinux 0xb655f91b pci_epc_get_next_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xb667d5e5 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xb6706ba5 usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0xb6787346 sfp_unregister_socket +EXPORT_SYMBOL_GPL vmlinux 0xb686666d call_switchdev_blocking_notifiers +EXPORT_SYMBOL_GPL vmlinux 0xb68b96b6 proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0xb696a7e9 wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0xb69afbb0 devlink_linecard_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xb6a05c0b ip6_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0xb6a7d1f7 tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0xb6c3f287 pci_hp_add +EXPORT_SYMBOL_GPL vmlinux 0xb6c61889 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb6df084d sbitmap_queue_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0xb6e6d99d clk_disable +EXPORT_SYMBOL_GPL vmlinux 0xb6f97ca3 fscrypt_set_bio_crypt_ctx_bh +EXPORT_SYMBOL_GPL vmlinux 0xb6fbd14b crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0xb6ff73f2 devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb70b98cf phy_modify +EXPORT_SYMBOL_GPL vmlinux 0xb72e3c95 input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0xb7329c06 clk_set_phase +EXPORT_SYMBOL_GPL vmlinux 0xb73713d7 nvmem_add_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0xb73fe427 crypto_unregister_rngs +EXPORT_SYMBOL_GPL vmlinux 0xb74798bb sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb74914f0 ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xb776c153 dev_pm_opp_get_supplies +EXPORT_SYMBOL_GPL vmlinux 0xb77866a1 shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xb77b3210 acpi_storage_d3 +EXPORT_SYMBOL_GPL vmlinux 0xb782c1a3 hv_get_vpreg_128 +EXPORT_SYMBOL_GPL vmlinux 0xb786bf75 pci_write_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0xb78dab86 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xb7a23917 mpc8xxx_spi_rx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0xb7a387fc synchronize_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0xb7a43134 handle_mm_fault +EXPORT_SYMBOL_GPL vmlinux 0xb7c57cda pci_remove_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xb7c69a63 unregister_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb7eab117 devl_linecard_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb7f4ddd3 input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0xb7f771e1 powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0xb7f990e9 rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xb7fe931b rio_mport_initialize +EXPORT_SYMBOL_GPL vmlinux 0xb8226f7a pm_genpd_remove +EXPORT_SYMBOL_GPL vmlinux 0xb8273d0b __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0xb82bb205 gpiochip_relres_irq +EXPORT_SYMBOL_GPL vmlinux 0xb82c97d1 blk_mq_quiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0xb82e12c6 xhci_dbg_trace +EXPORT_SYMBOL_GPL vmlinux 0xb8316513 sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xb839fbb2 l3mdev_fib_table_by_index +EXPORT_SYMBOL_GPL vmlinux 0xb83de037 devlink_dpipe_entry_ctx_append +EXPORT_SYMBOL_GPL vmlinux 0xb84c838b fscrypt_show_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0xb85042e5 gnttab_free_grant_reference_seq +EXPORT_SYMBOL_GPL vmlinux 0xb86042f9 switchdev_handle_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0xb868539d clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0xb8781582 imx_clk_hw_sscg_pll +EXPORT_SYMBOL_GPL vmlinux 0xb87b56db get_dev_pagemap +EXPORT_SYMBOL_GPL vmlinux 0xb87f40fe cppc_set_enable +EXPORT_SYMBOL_GPL vmlinux 0xb88dbfce irq_set_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0xb89e69b1 jump_label_update_timeout +EXPORT_SYMBOL_GPL vmlinux 0xb8a9399e vcap_select_min_rule_keyset +EXPORT_SYMBOL_GPL vmlinux 0xb8b81a3d ahci_save_initial_config +EXPORT_SYMBOL_GPL vmlinux 0xb8b8c4f0 ti_sci_release_resource +EXPORT_SYMBOL_GPL vmlinux 0xb8b95a3d bpf_offload_dev_create +EXPORT_SYMBOL_GPL vmlinux 0xb8c90216 fscrypt_set_bio_crypt_ctx +EXPORT_SYMBOL_GPL vmlinux 0xb8cd37c5 ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0xb8cd3a7f nf_logger_put +EXPORT_SYMBOL_GPL vmlinux 0xb8db960b usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0xb8dc4cb3 spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0xb8e52449 encrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0xb8ec51ec pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xb8ed5887 __udp_enqueue_schedule_skb +EXPORT_SYMBOL_GPL vmlinux 0xb8f03f6d crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0xb8f11603 idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb8fd6bf3 mtk_clk_gate_ops_no_setclr +EXPORT_SYMBOL_GPL vmlinux 0xb912560d static_key_disable +EXPORT_SYMBOL_GPL vmlinux 0xb912df40 of_changeset_action +EXPORT_SYMBOL_GPL vmlinux 0xb917b6d7 return_address +EXPORT_SYMBOL_GPL vmlinux 0xb928e509 irq_chip_unmask_parent +EXPORT_SYMBOL_GPL vmlinux 0xb92bdf22 tps65912_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xb940d90d hte_enable_ts +EXPORT_SYMBOL_GPL vmlinux 0xb94dc86b regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xb959841d auxiliary_find_device +EXPORT_SYMBOL_GPL vmlinux 0xb9681621 xdp_do_flush +EXPORT_SYMBOL_GPL vmlinux 0xb9743c88 scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xb980dc42 tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb982fd1c devl_dpipe_headers_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb9852d11 __traceiter_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xb994a3be vcap_is_last_chain +EXPORT_SYMBOL_GPL vmlinux 0xb99938a5 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0xb99a3b00 sbitmap_queue_recalculate_wake_batch +EXPORT_SYMBOL_GPL vmlinux 0xb99a96ce __regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0xb9a3866c __devm_rtc_register_device +EXPORT_SYMBOL_GPL vmlinux 0xb9a9ea16 devm_mipi_dsi_attach +EXPORT_SYMBOL_GPL vmlinux 0xb9b06ee2 rio_free_net +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c16f51 hv_max_vp_index +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9d514a7 dev_pm_opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0xb9e10ecf kvm_arch_ptp_get_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0xb9ec5d8f sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0xba220db7 __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xba255923 gpiod_set_consumer_name +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba355694 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0xba38cca8 nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0xba6eb67d __tracepoint_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xba706acf thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xba766ead debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0xba89e28c phy_restore_page +EXPORT_SYMBOL_GPL vmlinux 0xba90ac06 fsnotify_add_mark +EXPORT_SYMBOL_GPL vmlinux 0xbaa2b77e perf_aux_output_end +EXPORT_SYMBOL_GPL vmlinux 0xbab219ad gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0xbab288c6 regmap_read +EXPORT_SYMBOL_GPL vmlinux 0xbab29bb8 scsi_host_complete_all_commands +EXPORT_SYMBOL_GPL vmlinux 0xbab9a9f0 maxim_charger_currents +EXPORT_SYMBOL_GPL vmlinux 0xbabcee1c __kthread_init_worker +EXPORT_SYMBOL_GPL vmlinux 0xbac50186 sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0xbac94448 __tracepoint_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0xbad2f006 blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0xbad8fec8 kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL vmlinux 0xbadb0a7d platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0xbadee07b mpc8xxx_spi_tx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0xbae2272d scsi_host_busy_iter +EXPORT_SYMBOL_GPL vmlinux 0xbaedbd98 net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0xbaf2117d clk_hw_register_composite +EXPORT_SYMBOL_GPL vmlinux 0xbaf33d04 of_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0xbaf6850c fsnotify_wait_marks_destroyed +EXPORT_SYMBOL_GPL vmlinux 0xbb028ad3 rcu_gp_slow_register +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb0b25d2 register_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0xbb1c1980 tcp_register_ulp +EXPORT_SYMBOL_GPL vmlinux 0xbb24f372 __SCK__tp_func_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xbb312f85 _copy_from_iter_flushcache +EXPORT_SYMBOL_GPL vmlinux 0xbb35ea35 __traceiter_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xbb3ed619 mdiobus_modify +EXPORT_SYMBOL_GPL vmlinux 0xbb4146b3 get_completed_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xbb44f27a iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xbb57b2a7 __netif_set_xps_queue +EXPORT_SYMBOL_GPL vmlinux 0xbb58c696 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0xbb5f9f8b devm_register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xbb62b3d1 cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0xbb6508da random_get_entropy_fallback +EXPORT_SYMBOL_GPL vmlinux 0xbb6a3cbd devlink_fmsg_arr_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xbb6a5be0 ahci_platform_enable_clks +EXPORT_SYMBOL_GPL vmlinux 0xbb6e2e4b of_pci_dma_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0xbb6f025a asymmetric_key_generate_id +EXPORT_SYMBOL_GPL vmlinux 0xbb7195a5 xdp_warn +EXPORT_SYMBOL_GPL vmlinux 0xbb7af089 i2c_client_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xbb7e9690 gfn_to_hva_memslot +EXPORT_SYMBOL_GPL vmlinux 0xbb876e2d pinctrl_dev_get_devname +EXPORT_SYMBOL_GPL vmlinux 0xbb9d934c pinctrl_generic_get_group +EXPORT_SYMBOL_GPL vmlinux 0xbb9e0ea5 balance_dirty_pages_ratelimited_flags +EXPORT_SYMBOL_GPL vmlinux 0xbb9fe9ff rio_add_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0xbba91ece blk_crypto_intersect_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xbbba1646 devlink_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbbbf82b7 ipv6_bpf_stub +EXPORT_SYMBOL_GPL vmlinux 0xbbc0c96d ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0xbbc41590 ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0xbbdafe7c acpi_bus_trim +EXPORT_SYMBOL_GPL vmlinux 0xbbe5611b crc64_rocksoft_update +EXPORT_SYMBOL_GPL vmlinux 0xbbe56404 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0xbbeaaefb dw_pcie_wait_for_link +EXPORT_SYMBOL_GPL vmlinux 0xbbf82b6f zynqmp_pm_set_tcm_config +EXPORT_SYMBOL_GPL vmlinux 0xbbff406b device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0xbc06696b device_get_dma_attr +EXPORT_SYMBOL_GPL vmlinux 0xbc0b0546 kvm_get_kvm_safe +EXPORT_SYMBOL_GPL vmlinux 0xbc314156 nop_mnt_idmap +EXPORT_SYMBOL_GPL vmlinux 0xbc3934bf mpc8xxx_spi_tx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0xbc3ac35d vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0xbc3f2cb0 timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xbc45a08d clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0xbc50bf6f phy_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0xbc577e15 fsl_mc_bus_dpsw_type +EXPORT_SYMBOL_GPL vmlinux 0xbc600dc9 preempt_model_voluntary +EXPORT_SYMBOL_GPL vmlinux 0xbc671be8 generic_handle_domain_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc6bec66 free_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc7056a4 regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0xbc74f9fd usb_role_switch_find_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xbc921fbd __mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0xbc977d86 regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbc9b8588 ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xbcaa289a devl_dpipe_headers_register +EXPORT_SYMBOL_GPL vmlinux 0xbcb8861a debugfs_lookup_and_remove +EXPORT_SYMBOL_GPL vmlinux 0xbcbeb8f0 usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0xbcc15e75 ktime_get_coarse_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xbcc60af5 thermal_zone_device_priv +EXPORT_SYMBOL_GPL vmlinux 0xbcd77b25 fwnode_count_parents +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbce31ad9 auxiliary_device_init +EXPORT_SYMBOL_GPL vmlinux 0xbcf1f0e6 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xbcf59dfe __traceiter_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0xbcf85306 pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0xbcf9e787 blk_queue_zone_write_granularity +EXPORT_SYMBOL_GPL vmlinux 0xbcfc2c71 skb_morph +EXPORT_SYMBOL_GPL vmlinux 0xbd06f3a9 ata_get_cmd_name +EXPORT_SYMBOL_GPL vmlinux 0xbd0c31bf regmap_noinc_read +EXPORT_SYMBOL_GPL vmlinux 0xbd1025e7 anon_inode_getfd_secure +EXPORT_SYMBOL_GPL vmlinux 0xbd205ed2 crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0xbd2e67fe poll_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xbd34263b crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0xbd37da70 irq_domain_disconnect_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xbd3fe1e3 disable_hardirq +EXPORT_SYMBOL_GPL vmlinux 0xbd51297e devm_regulator_bulk_get_const +EXPORT_SYMBOL_GPL vmlinux 0xbd52dd0e debugfs_attr_write +EXPORT_SYMBOL_GPL vmlinux 0xbd539a94 efivars_register +EXPORT_SYMBOL_GPL vmlinux 0xbd5ef27d ct_user_enter +EXPORT_SYMBOL_GPL vmlinux 0xbd7aaaee add_memory +EXPORT_SYMBOL_GPL vmlinux 0xbd7bd99b ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0xbd7e7fa5 dma_request_chan_by_mask +EXPORT_SYMBOL_GPL vmlinux 0xbd879d73 meson_clk_mpll_ops +EXPORT_SYMBOL_GPL vmlinux 0xbd917caa screen_pos +EXPORT_SYMBOL_GPL vmlinux 0xbd97592c dm_table_set_type +EXPORT_SYMBOL_GPL vmlinux 0xbd9c5261 dax_add_host +EXPORT_SYMBOL_GPL vmlinux 0xbda04a91 cond_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xbdaebbce cpufreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbdb2217d hv_is_isolation_supported +EXPORT_SYMBOL_GPL vmlinux 0xbdb77672 inet_bhash2_reset_saddr +EXPORT_SYMBOL_GPL vmlinux 0xbdc4b6ac blk_crypto_profile_destroy +EXPORT_SYMBOL_GPL vmlinux 0xbdc5a998 nl_table +EXPORT_SYMBOL_GPL vmlinux 0xbdda1b5f vmalloc_huge +EXPORT_SYMBOL_GPL vmlinux 0xbde58ce9 fsnotify_init_mark +EXPORT_SYMBOL_GPL vmlinux 0xbdeaaaaf __devm_spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0xbdf5c14c pinconf_generic_dt_free_map +EXPORT_SYMBOL_GPL vmlinux 0xbdfec30a devm_hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbe0901fa wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xbe137c1e imx_fracn_gppll +EXPORT_SYMBOL_GPL vmlinux 0xbe1e3b62 devm_nvdimm_memremap +EXPORT_SYMBOL_GPL vmlinux 0xbe39734a unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xbe5c888b crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0xbe5e3414 k3_udma_glue_reset_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0xbe6726ca pci_p2pdma_add_resource +EXPORT_SYMBOL_GPL vmlinux 0xbe687e88 wake_up_all_idle_cpus +EXPORT_SYMBOL_GPL vmlinux 0xbe96dfd8 of_reconfig_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbe99dfba fuse_dax_cancel_work +EXPORT_SYMBOL_GPL vmlinux 0xbe9a53dc sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0xbe9a83d5 dw_pcie_write +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbeaaa385 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xbeb62e7d trace_put_event_file +EXPORT_SYMBOL_GPL vmlinux 0xbeb7b7d3 __traceiter_rwmmio_read +EXPORT_SYMBOL_GPL vmlinux 0xbebb7ce8 devfreq_event_get_event +EXPORT_SYMBOL_GPL vmlinux 0xbec66c3a __apei_exec_run +EXPORT_SYMBOL_GPL vmlinux 0xbecb218f dw8250_setup_port +EXPORT_SYMBOL_GPL vmlinux 0xbed8ee51 trace_get_event_file +EXPORT_SYMBOL_GPL vmlinux 0xbefcb6d5 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbf023e14 sch_frag_xmit_hook +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf2e2e71 housekeeping_enabled +EXPORT_SYMBOL_GPL vmlinux 0xbf3117eb switchdev_bridge_port_offload +EXPORT_SYMBOL_GPL vmlinux 0xbf3ad2ec debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xbf435ca6 crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0xbf4513c3 devlink_linecard_activate +EXPORT_SYMBOL_GPL vmlinux 0xbf585d2b wakeup_sources_walk_next +EXPORT_SYMBOL_GPL vmlinux 0xbf611ad8 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0xbf61cc1b l3mdev_table_lookup_register +EXPORT_SYMBOL_GPL vmlinux 0xbf6a0111 rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0xbf7abb32 tcp_done +EXPORT_SYMBOL_GPL vmlinux 0xbf7f924a strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0xbf85435a devm_clk_hw_get_clk +EXPORT_SYMBOL_GPL vmlinux 0xbf898884 dev_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0xbf971c7d pci_p2pdma_enable_store +EXPORT_SYMBOL_GPL vmlinux 0xbfa1b790 regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0xbfb1f91a __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfc374bb usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0xbfd7218a dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0xbfdc0c4f skcipher_alloc_instance_simple +EXPORT_SYMBOL_GPL vmlinux 0xbfddbe76 serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0xbfdfda54 srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0xbfe432f1 nd_region_provider_data +EXPORT_SYMBOL_GPL vmlinux 0xbfe5616d tick_broadcast_oneshot_control +EXPORT_SYMBOL_GPL vmlinux 0xbfed2cd9 __wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0xbffe5252 genphy_c45_read_mdix +EXPORT_SYMBOL_GPL vmlinux 0xc0098642 pci_hp_del +EXPORT_SYMBOL_GPL vmlinux 0xc01cd29e of_mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0xc0232282 __clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0xc046cf84 imx93_clk_gate +EXPORT_SYMBOL_GPL vmlinux 0xc04fc16a iomap_writepages +EXPORT_SYMBOL_GPL vmlinux 0xc059bd42 pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0xc05cee80 ipi_get_hwirq +EXPORT_SYMBOL_GPL vmlinux 0xc05f0898 dev_pm_opp_remove_table +EXPORT_SYMBOL_GPL vmlinux 0xc061bf37 iomap_get_folio +EXPORT_SYMBOL_GPL vmlinux 0xc06cd351 get_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xc0779245 acpi_get_pci_dev +EXPORT_SYMBOL_GPL vmlinux 0xc08ba0c3 spi_mem_poll_status +EXPORT_SYMBOL_GPL vmlinux 0xc090c376 net_selftest_get_strings +EXPORT_SYMBOL_GPL vmlinux 0xc09937e7 dw_pcie_host_init +EXPORT_SYMBOL_GPL vmlinux 0xc0a3d155 k3_udma_glue_rx_get_flow_id_base +EXPORT_SYMBOL_GPL vmlinux 0xc0a8f4be phylink_resume +EXPORT_SYMBOL_GPL vmlinux 0xc0a96e14 rcu_gp_is_expedited +EXPORT_SYMBOL_GPL vmlinux 0xc0adc3a5 devm_regulator_bulk_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xc0b2664d devlink_dpipe_header_ipv4 +EXPORT_SYMBOL_GPL vmlinux 0xc0b27a73 device_create_managed_software_node +EXPORT_SYMBOL_GPL vmlinux 0xc0b35892 net_failover_create +EXPORT_SYMBOL_GPL vmlinux 0xc0b46544 iommu_sva_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0xc0bdb180 serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0xc0d58e7c __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xc0da9b77 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL vmlinux 0xc0f0458a ip_tunnel_unneed_metadata +EXPORT_SYMBOL_GPL vmlinux 0xc0f6380d sk_msg_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0xc0f763b5 __devres_alloc_node +EXPORT_SYMBOL_GPL vmlinux 0xc0fac8b5 sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0xc1020de9 meson_a1_parse_dt_extra +EXPORT_SYMBOL_GPL vmlinux 0xc1086e0c sysrq_toggle_support +EXPORT_SYMBOL_GPL vmlinux 0xc11a14eb mtk_clk_unregister_ref2usb_tx +EXPORT_SYMBOL_GPL vmlinux 0xc123d506 platform_msi_domain_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0xc124ba32 get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0xc1301370 onboard_hub_create_pdevs +EXPORT_SYMBOL_GPL vmlinux 0xc14f7616 __SCK__tp_func_rwmmio_post_write +EXPORT_SYMBOL_GPL vmlinux 0xc1717839 tpm_tis_core_init +EXPORT_SYMBOL_GPL vmlinux 0xc1743430 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc17bceb3 gpiochip_irqchip_irq_valid +EXPORT_SYMBOL_GPL vmlinux 0xc17e9946 usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0xc191b7c6 of_usb_host_tpl_support +EXPORT_SYMBOL_GPL vmlinux 0xc19b2437 __tracepoint_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc19b31eb vcap_tc_flower_handler_tcp_usage +EXPORT_SYMBOL_GPL vmlinux 0xc1a4b864 divider_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xc1ac2d8d regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0xc1b82313 usb_phy_roothub_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc1bb8071 inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0xc1c45705 __clk_mux_determine_rate_closest +EXPORT_SYMBOL_GPL vmlinux 0xc1ca2cc9 dev_pm_opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0xc1ce8f93 synth_event_trace_array +EXPORT_SYMBOL_GPL vmlinux 0xc1d15a4c phylink_set_port_modes +EXPORT_SYMBOL_GPL vmlinux 0xc1d3c790 ethnl_cable_test_finished +EXPORT_SYMBOL_GPL vmlinux 0xc1dce028 k3_udma_glue_reset_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xc1de97c7 espintcp_queue_out +EXPORT_SYMBOL_GPL vmlinux 0xc1e44fff clk_hw_get_rate_range +EXPORT_SYMBOL_GPL vmlinux 0xc1e4a7ab icc_enable +EXPORT_SYMBOL_GPL vmlinux 0xc1e6986e interval_tree_span_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xc1eea304 usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0xc1f25cbb phy_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc202d379 ahci_platform_assert_rsts +EXPORT_SYMBOL_GPL vmlinux 0xc207ada4 find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0xc20cce17 dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xc224f15c __fsverity_file_open +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc22d128f mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0xc2368ea5 ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0xc2472388 tegra210_clk_emc_update_setting +EXPORT_SYMBOL_GPL vmlinux 0xc259023e __devm_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc25b8971 hv_remove_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0xc25bc287 clk_regmap_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0xc2692173 wakeup_sources_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xc26f28df devm_hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0xc27bf03a tegra_xusb_padctl_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0xc286af92 sk_psock_tls_strp_read +EXPORT_SYMBOL_GPL vmlinux 0xc289e46d cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xc2a0e064 thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xc2a3e570 errata +EXPORT_SYMBOL_GPL vmlinux 0xc2a814db tcp_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xc2c1c427 perf_event_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc2c8c140 mmc_prepare_busy_cmd +EXPORT_SYMBOL_GPL vmlinux 0xc2ce649c of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0xc2d1c52e regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0xc2d55962 work_on_cpu_key +EXPORT_SYMBOL_GPL vmlinux 0xc2de27ca hest_disable +EXPORT_SYMBOL_GPL vmlinux 0xc2e2c09c devm_of_led_get +EXPORT_SYMBOL_GPL vmlinux 0xc2e75d6b dev_pm_set_dedicated_wake_irq_reverse +EXPORT_SYMBOL_GPL vmlinux 0xc2efcb9d da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xc303439c thermal_zone_device_register_with_trips +EXPORT_SYMBOL_GPL vmlinux 0xc312d81e xdp_return_frame_rx_napi +EXPORT_SYMBOL_GPL vmlinux 0xc322390c __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0xc3350d18 irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xc33bcff9 spi_take_timestamp_pre +EXPORT_SYMBOL_GPL vmlinux 0xc33c17bd platform_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0xc340e246 zynqmp_pm_request_node +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc34f857b __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xc34fc246 relay_late_setup_files +EXPORT_SYMBOL_GPL vmlinux 0xc3565f88 seg6_do_srh_encap +EXPORT_SYMBOL_GPL vmlinux 0xc362af32 blk_next_bio +EXPORT_SYMBOL_GPL vmlinux 0xc3708747 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc37295e3 rockchip_clk_init +EXPORT_SYMBOL_GPL vmlinux 0xc373e7e5 serial8250_em485_start_tx +EXPORT_SYMBOL_GPL vmlinux 0xc37c6239 debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0xc3805cd1 fs_ftype_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0xc3876c1a hv_isolation_type_snp +EXPORT_SYMBOL_GPL vmlinux 0xc3997d9d mpi_read_raw_from_sgl +EXPORT_SYMBOL_GPL vmlinux 0xc39b658f clk_hw_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0xc39c2baa hid_bpf_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0xc3a5593f ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0xc3ac1c2a nvmem_del_cell_table +EXPORT_SYMBOL_GPL vmlinux 0xc3b47825 rcu_async_relax +EXPORT_SYMBOL_GPL vmlinux 0xc3ba0766 ahci_platform_suspend_host +EXPORT_SYMBOL_GPL vmlinux 0xc3c4c6cc hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0xc3d0f902 fuse_dev_fiq_ops +EXPORT_SYMBOL_GPL vmlinux 0xc3dac66b xhci_gen_setup +EXPORT_SYMBOL_GPL vmlinux 0xc3de65ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc3ea5305 iommu_default_passthrough +EXPORT_SYMBOL_GPL vmlinux 0xc3ffa605 tpm_chip_register +EXPORT_SYMBOL_GPL vmlinux 0xc401dc3e nf_queue_nf_hook_drop +EXPORT_SYMBOL_GPL vmlinux 0xc4059fe6 pci_ims_alloc_irq +EXPORT_SYMBOL_GPL vmlinux 0xc40b4947 kvm_vcpu_gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0xc4118ff5 acct_bioset_exit +EXPORT_SYMBOL_GPL vmlinux 0xc41362a1 dw_pcie_ep_raise_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0xc424a8af usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc42c823a acomp_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc43e92b9 trace_seq_bprintf +EXPORT_SYMBOL_GPL vmlinux 0xc44afc48 pse_ethtool_set_config +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc45f7379 dmaengine_desc_get_metadata_ptr +EXPORT_SYMBOL_GPL vmlinux 0xc46324f6 dynevent_create +EXPORT_SYMBOL_GPL vmlinux 0xc464e717 of_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0xc46a1a44 ahci_kick_engine +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc48d9374 sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0xc490a807 regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0xc4a31146 rdma_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc4a72936 trusted_tpm_send +EXPORT_SYMBOL_GPL vmlinux 0xc4ba9aeb zynqmp_pm_fpga_get_config_status +EXPORT_SYMBOL_GPL vmlinux 0xc4cc0729 __cdx_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xc4d5e0e8 acpi_gpio_get_irq_resource +EXPORT_SYMBOL_GPL vmlinux 0xc4d8df99 wb_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0xc4ecb148 devm_regulator_bulk_get_enable +EXPORT_SYMBOL_GPL vmlinux 0xc4f077e6 regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xc4f0da12 ktime_get_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xc4fb80f8 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xc51450c6 imx_ccm_lock +EXPORT_SYMBOL_GPL vmlinux 0xc51f1ad5 raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0xc539a3ab crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0xc53eb276 metadata_dst_free +EXPORT_SYMBOL_GPL vmlinux 0xc54ba108 aead_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xc5604800 clk_set_rate_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xc5610fe2 acpi_dev_get_resources +EXPORT_SYMBOL_GPL vmlinux 0xc567395c of_fdt_unflatten_tree +EXPORT_SYMBOL_GPL vmlinux 0xc569d8ce __clk_get_name +EXPORT_SYMBOL_GPL vmlinux 0xc56a3390 amba_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc56f82b1 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc5769f21 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0xc5777fca linear_range_get_selector_low_array +EXPORT_SYMBOL_GPL vmlinux 0xc57d77a3 hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc57eae73 iomap_finish_ioends +EXPORT_SYMBOL_GPL vmlinux 0xc58a3ee6 icc_node_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc58cd805 device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0xc59a665e usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0xc59ca80e i2c_new_client_device +EXPORT_SYMBOL_GPL vmlinux 0xc5a5c678 uart_parse_earlycon +EXPORT_SYMBOL_GPL vmlinux 0xc5b818b5 ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0xc5d9a126 unregister_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0xc5e2ba25 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xc5e5087b irq_create_mapping_affinity +EXPORT_SYMBOL_GPL vmlinux 0xc60e2162 nf_hook_entries_insert_raw +EXPORT_SYMBOL_GPL vmlinux 0xc6157b13 k3_udma_glue_rx_flow_init +EXPORT_SYMBOL_GPL vmlinux 0xc615d7b3 serial8250_update_uartclk +EXPORT_SYMBOL_GPL vmlinux 0xc616c63f tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0xc6173281 rtnl_delete_link +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc62081de meson_clk_dualdiv_ops +EXPORT_SYMBOL_GPL vmlinux 0xc6250576 ZSTD_isError +EXPORT_SYMBOL_GPL vmlinux 0xc62611e1 scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xc62c61ac __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xc636d60f __tracepoint_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xc649671c devm_regulator_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xc64fd66a add_hwgenerator_randomness +EXPORT_SYMBOL_GPL vmlinux 0xc6572a90 xenbus_read_unsigned +EXPORT_SYMBOL_GPL vmlinux 0xc65dfebf crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xc65ff26c __traceiter_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xc66019cc xen_resume_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc66345ef __traceiter_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc6779093 ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xc6890a13 securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xc68b3e96 __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0xc68c41d6 __SCK__tp_func_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xc697b0f7 nvmem_device_read +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc6a4a872 __clk_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xc6a969f3 trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0xc6ab344a i2c_handle_smbus_host_notify +EXPORT_SYMBOL_GPL vmlinux 0xc6cfcd54 usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0xc6def34b gnttab_empty_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xc6e2adba __devm_clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xc6e561c7 zone_device_page_init +EXPORT_SYMBOL_GPL vmlinux 0xc6e5bcf3 linear_range_get_selector_within +EXPORT_SYMBOL_GPL vmlinux 0xc6f8dfd5 __fscrypt_prepare_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc6fdea8f elv_rqhash_add +EXPORT_SYMBOL_GPL vmlinux 0xc7061ef3 iova_cache_put +EXPORT_SYMBOL_GPL vmlinux 0xc7258d00 __clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xc7409852 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xc74c07ce cppc_get_epp_perf +EXPORT_SYMBOL_GPL vmlinux 0xc75d525e extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xc76f644d of_dma_router_register +EXPORT_SYMBOL_GPL vmlinux 0xc776a353 blk_queue_max_discard_segments +EXPORT_SYMBOL_GPL vmlinux 0xc7856e74 __wake_up_locked_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7a7e770 clk_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xc7c23ff0 xenbus_exists +EXPORT_SYMBOL_GPL vmlinux 0xc7db6c37 wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xc7e64fc2 asn1_encode_integer +EXPORT_SYMBOL_GPL vmlinux 0xc7eb5579 serdev_device_set_baudrate +EXPORT_SYMBOL_GPL vmlinux 0xc7ebcbe0 pci_msi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0xc7f43fe5 dev_pm_set_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xc7fa4aa9 kobj_ns_drop +EXPORT_SYMBOL_GPL vmlinux 0xc806b278 nf_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0xc80e499d fsnotify_put_mark +EXPORT_SYMBOL_GPL vmlinux 0xc8191f17 xenbus_dev_probe +EXPORT_SYMBOL_GPL vmlinux 0xc8228b16 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0xc82b3a88 __SCK__tp_func_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xc82c721f klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xc839c1ce trace_seq_to_user +EXPORT_SYMBOL_GPL vmlinux 0xc84cde52 virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0xc8585726 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0xc8594d3d reset_control_acquire +EXPORT_SYMBOL_GPL vmlinux 0xc85fc12f __devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0xc8691bfe fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0xc86aa0a8 mtk_pinconf_adv_drive_set +EXPORT_SYMBOL_GPL vmlinux 0xc87dd725 k3_udma_glue_pop_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0xc892de5b ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0xc8a2f05d __trace_array_puts +EXPORT_SYMBOL_GPL vmlinux 0xc8c1f3df raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xc8c5ec16 fat_scan +EXPORT_SYMBOL_GPL vmlinux 0xc8d5b42c rio_local_set_device_id +EXPORT_SYMBOL_GPL vmlinux 0xc8ddd5b5 kstrdup_quotable +EXPORT_SYMBOL_GPL vmlinux 0xc901dc15 clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xc905402b log_write_mmio +EXPORT_SYMBOL_GPL vmlinux 0xc90c833e init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xc914d60a to_nd_region +EXPORT_SYMBOL_GPL vmlinux 0xc91c0339 acpi_device_fix_up_power_children +EXPORT_SYMBOL_GPL vmlinux 0xc91fdf58 percpu_ref_is_zero +EXPORT_SYMBOL_GPL vmlinux 0xc9345c0f digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0xc937fab6 bpf_offload_dev_netdev_register +EXPORT_SYMBOL_GPL vmlinux 0xc93ee1e7 usb_phy_roothub_init +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc9641b48 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0xc9715630 __SCK__tp_func_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc9827693 __bpf_call_base +EXPORT_SYMBOL_GPL vmlinux 0xc9877ef0 vcap_keyfieldset +EXPORT_SYMBOL_GPL vmlinux 0xc991af0e ti_sci_get_handle +EXPORT_SYMBOL_GPL vmlinux 0xc99765ba serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0xc99d675b blk_req_needs_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0xc9a41046 irq_domain_update_bus_token +EXPORT_SYMBOL_GPL vmlinux 0xc9a68c69 devm_qcom_smem_state_get +EXPORT_SYMBOL_GPL vmlinux 0xc9beccee dm_start_time_ns_from_clone +EXPORT_SYMBOL_GPL vmlinux 0xc9c1a6dd cgrp_dfl_root +EXPORT_SYMBOL_GPL vmlinux 0xc9cab916 clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0xc9ceea06 clk_has_parent +EXPORT_SYMBOL_GPL vmlinux 0xc9dbb9fd virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0xc9dbc2da blk_stat_enable_accounting +EXPORT_SYMBOL_GPL vmlinux 0xc9e1712e fsl_mc_bus_dpbp_type +EXPORT_SYMBOL_GPL vmlinux 0xc9e57f60 wbt_disable_default +EXPORT_SYMBOL_GPL vmlinux 0xc9e7a515 dev_pm_opp_disable +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9fb00f7 pl320_ipc_transmit +EXPORT_SYMBOL_GPL vmlinux 0xc9fd634a usb_role_switch_put +EXPORT_SYMBOL_GPL vmlinux 0xca2ad74d devm_led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xca314c9a pm_genpd_opp_to_performance_state +EXPORT_SYMBOL_GPL vmlinux 0xca454a34 vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0xca48a1c8 gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0xca496518 __iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0xca500464 ZSTD_getErrorName +EXPORT_SYMBOL_GPL vmlinux 0xca6d0a50 dma_resv_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xca7514ba hid_bpf_connect_device +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca8c6636 pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0xca92908c tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0xca9a1d5e ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0xcaa21c39 device_set_node +EXPORT_SYMBOL_GPL vmlinux 0xcaa3c3f9 dma_max_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0xcab5ae73 of_reserved_mem_device_init_by_name +EXPORT_SYMBOL_GPL vmlinux 0xcab8b4c1 unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcad2b76c imx_clk_hw_pfd +EXPORT_SYMBOL_GPL vmlinux 0xcae0deae unmap_mapping_pages +EXPORT_SYMBOL_GPL vmlinux 0xcae7ce5d fsl_mc_get_version +EXPORT_SYMBOL_GPL vmlinux 0xcaeaa3cb kvm_io_bus_write +EXPORT_SYMBOL_GPL vmlinux 0xcaec4496 irq_domain_create_legacy +EXPORT_SYMBOL_GPL vmlinux 0xcaf1d958 evtchn_get +EXPORT_SYMBOL_GPL vmlinux 0xcafe413c kill_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0xcb0d34d2 folio_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xcb105b7a devm_tegra_memory_controller_get +EXPORT_SYMBOL_GPL vmlinux 0xcb2bfe2b nvmem_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcb35bcd1 __traceiter_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xcb435f76 devm_clk_get_prepared +EXPORT_SYMBOL_GPL vmlinux 0xcb4a7d9b public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0xcb561441 mem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0xcb746982 dev_pm_opp_get_freq +EXPORT_SYMBOL_GPL vmlinux 0xcb7fc226 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xcb8bf299 __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0xcb8ec822 fsnotify_put_group +EXPORT_SYMBOL_GPL vmlinux 0xcb9c2be5 phy_get_rate_matching +EXPORT_SYMBOL_GPL vmlinux 0xcbad73f2 xen_dbgp_reset_prep +EXPORT_SYMBOL_GPL vmlinux 0xcbbeb110 xdp_attachment_setup +EXPORT_SYMBOL_GPL vmlinux 0xcbc33608 pci_free_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0xcbc4eb3f regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xcbd9e7d2 sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0xcbe56bc2 zs_get_total_pages +EXPORT_SYMBOL_GPL vmlinux 0xcc0822e3 dm_submit_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xcc0fd0a7 k3_ringacc_ring_push_head +EXPORT_SYMBOL_GPL vmlinux 0xcc13bd06 __netdev_watchdog_up +EXPORT_SYMBOL_GPL vmlinux 0xcc25c8dc devm_led_get +EXPORT_SYMBOL_GPL vmlinux 0xcc32f16d ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0xcc39c03e nvmem_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcc53185b event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0xcc70b779 crypto_unregister_kpp +EXPORT_SYMBOL_GPL vmlinux 0xcc714ee2 trace_seq_path +EXPORT_SYMBOL_GPL vmlinux 0xcc9268fc hwpoison_filter_enable +EXPORT_SYMBOL_GPL vmlinux 0xcc935375 walk_iomem_res_desc +EXPORT_SYMBOL_GPL vmlinux 0xcc99a143 platform_get_mem_or_io +EXPORT_SYMBOL_GPL vmlinux 0xccabde6f crc64_rocksoft_generic +EXPORT_SYMBOL_GPL vmlinux 0xccba6bd0 devl_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccd86806 ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0xcce440aa acpi_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0xccf52bc9 sfp_upstream_start +EXPORT_SYMBOL_GPL vmlinux 0xcd24e146 hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0xcd27b5b5 device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0xcd46fead sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xcd67626a inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0xcd68578f iocb_bio_iopoll +EXPORT_SYMBOL_GPL vmlinux 0xcd6f2dc9 nf_log_buf_add +EXPORT_SYMBOL_GPL vmlinux 0xcd6fdbfc vp_legacy_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xcd74dcd7 clk_hw_get_parent_index +EXPORT_SYMBOL_GPL vmlinux 0xcd759b82 k3_ringacc_ring_reset +EXPORT_SYMBOL_GPL vmlinux 0xcd7c6346 spi_transfer_cs_change_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0xcd818f7c rockchip_pcie_cfg_configuration_accesses +EXPORT_SYMBOL_GPL vmlinux 0xcd910be7 ti_sci_get_num_resources +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcd954194 fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0xcd965d3a ip6_dst_lookup_tunnel +EXPORT_SYMBOL_GPL vmlinux 0xcd9cd2ff wakeme_after_rcu +EXPORT_SYMBOL_GPL vmlinux 0xcda26385 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0xcda2aaba k3_udma_glue_tx_dma_to_cppi5_addr +EXPORT_SYMBOL_GPL vmlinux 0xcda2b4fe power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0xcda50b2b xenbus_dev_remove +EXPORT_SYMBOL_GPL vmlinux 0xcdb4447e device_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0xcdb6adcc ras_userspace_consumers +EXPORT_SYMBOL_GPL vmlinux 0xcdc0587a __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xcdc0b903 msi_device_has_isolated_msi +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdd82942 pinconf_generic_dt_node_to_map +EXPORT_SYMBOL_GPL vmlinux 0xcddeb7bf regmap_fields_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0xcde26600 cppc_get_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0xcdec069b ata_acpi_gtm +EXPORT_SYMBOL_GPL vmlinux 0xcdec92b8 kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xcdef0a18 devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0xcdfc79fc imx_pinctrl_parse_pin_scu +EXPORT_SYMBOL_GPL vmlinux 0xcdfe100d pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0xce067c28 of_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xce0a4020 xenbus_directory +EXPORT_SYMBOL_GPL vmlinux 0xce18faaf vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xce212e65 nvdimm_bus_check_dimm_count +EXPORT_SYMBOL_GPL vmlinux 0xce2a7f00 __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0xce316d7e zynqmp_pm_set_sd_tapdelay +EXPORT_SYMBOL_GPL vmlinux 0xce535c7f tegra_bpmp_transfer +EXPORT_SYMBOL_GPL vmlinux 0xce598ef2 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xce60dbd6 tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0xce61b435 split_page +EXPORT_SYMBOL_GPL vmlinux 0xce69e2ec __traceiter_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce727b75 pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xce747e7c rz_mtu3_disable +EXPORT_SYMBOL_GPL vmlinux 0xceab8cfd usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0xceac8674 zynqmp_pm_read_pggs +EXPORT_SYMBOL_GPL vmlinux 0xceb0b564 pm_clk_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xced315fa component_release_of +EXPORT_SYMBOL_GPL vmlinux 0xcede1111 pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0xcedf700a nvdimm_to_bus +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcee88e7a of_overlay_fdt_apply +EXPORT_SYMBOL_GPL vmlinux 0xceed8c16 __set_phys_to_machine +EXPORT_SYMBOL_GPL vmlinux 0xceedc80d sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0xcef73660 pci_epf_free_space +EXPORT_SYMBOL_GPL vmlinux 0xcf1182db pm_genpd_init +EXPORT_SYMBOL_GPL vmlinux 0xcf291089 md_submit_discard_bio +EXPORT_SYMBOL_GPL vmlinux 0xcf348898 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0xcf527d74 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0xcf5312a3 nvmem_add_cell_table +EXPORT_SYMBOL_GPL vmlinux 0xcf5bdebd devm_mipi_dsi_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xcf631d85 pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0xcf8ccad3 devlink_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcf91ea65 crypto_clone_ahash +EXPORT_SYMBOL_GPL vmlinux 0xcf99334a thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0xcfa6ecdf ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xcfabb5fc pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0xcfae1011 fib_nexthop_info +EXPORT_SYMBOL_GPL vmlinux 0xcfbbae17 devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0xcfc5108a devlink_fmsg_u8_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xcfc7b4e4 rcu_barrier_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0xcfce2ac2 pinctrl_utils_free_map +EXPORT_SYMBOL_GPL vmlinux 0xcfd1c157 devm_of_phy_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0xcfd30d71 acpi_os_map_memory +EXPORT_SYMBOL_GPL vmlinux 0xcfdea22c devl_lock +EXPORT_SYMBOL_GPL vmlinux 0xcfe65ef8 iomap_release_folio +EXPORT_SYMBOL_GPL vmlinux 0xcfec5b05 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0xcffd793e hyperv_report_panic +EXPORT_SYMBOL_GPL vmlinux 0xd000ff9e gnttab_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0xd026d518 HYPERVISOR_vcpu_op +EXPORT_SYMBOL_GPL vmlinux 0xd03bdc7d nfs42_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd03eaf4c schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0xd03f0636 iomap_readahead +EXPORT_SYMBOL_GPL vmlinux 0xd0458ccb xenbus_strstate +EXPORT_SYMBOL_GPL vmlinux 0xd048be60 fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0xd04a81c2 of_genpd_parse_idle_states +EXPORT_SYMBOL_GPL vmlinux 0xd04aedfd __SCK__tp_func_arm_event +EXPORT_SYMBOL_GPL vmlinux 0xd0607551 __traceiter_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0xd061b64b edac_mc_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd061ca19 blkcg_root_css +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd0686cd4 rcuref_put_slowpath +EXPORT_SYMBOL_GPL vmlinux 0xd068c9ff genphy_c45_read_pma +EXPORT_SYMBOL_GPL vmlinux 0xd06cf629 nvdimm_in_overwrite +EXPORT_SYMBOL_GPL vmlinux 0xd0797dd7 udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0xd07b5523 tegra_bpmp_mrq_is_supported +EXPORT_SYMBOL_GPL vmlinux 0xd086fda0 regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0xd09663ec ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0xd09911a6 acpi_dev_get_irq_type +EXPORT_SYMBOL_GPL vmlinux 0xd0a06662 scsi_dh_attach +EXPORT_SYMBOL_GPL vmlinux 0xd0a30dcf qcom_smem_state_get +EXPORT_SYMBOL_GPL vmlinux 0xd0b26298 tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0c3aff9 phy_resolve_aneg_linkmode +EXPORT_SYMBOL_GPL vmlinux 0xd0c51bd5 gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0xd0c61af1 kset_find_obj +EXPORT_SYMBOL_GPL vmlinux 0xd0d156e9 __rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xd0d3f0a4 gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0xd0d99210 crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0xd0db0f12 run_dax +EXPORT_SYMBOL_GPL vmlinux 0xd0e01723 tcpv6_prot +EXPORT_SYMBOL_GPL vmlinux 0xd0fd7085 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd0ffa45c led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd104e3d9 pci_iomap_wc_range +EXPORT_SYMBOL_GPL vmlinux 0xd120cdfa backing_file_open +EXPORT_SYMBOL_GPL vmlinux 0xd12f0c51 pci_epf_create +EXPORT_SYMBOL_GPL vmlinux 0xd1305a5f devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0xd131b0fd devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0xd134a81d sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0xd138c08a free_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0xd13a8351 devres_remove +EXPORT_SYMBOL_GPL vmlinux 0xd140c6f4 proc_create_net_single +EXPORT_SYMBOL_GPL vmlinux 0xd14370a4 adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xd1481de7 mpi_clear +EXPORT_SYMBOL_GPL vmlinux 0xd159586c net_prio_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xd160416f crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0xd172483e devm_irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xd172980f vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0xd1745682 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd175126e dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xd18fb593 phylink_create +EXPORT_SYMBOL_GPL vmlinux 0xd19b22e5 pci_epc_init_notify +EXPORT_SYMBOL_GPL vmlinux 0xd1a9ca15 __SCK__tp_func_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xd1adc38c ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0xd1c3fb44 vcap_free_rule +EXPORT_SYMBOL_GPL vmlinux 0xd1cbc23c add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0xd1cf59c0 of_nvmem_layout_get_container +EXPORT_SYMBOL_GPL vmlinux 0xd1f0b4ba pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0xd1f2eee2 nf_logger_find_get +EXPORT_SYMBOL_GPL vmlinux 0xd2015238 mbox_client_txdone +EXPORT_SYMBOL_GPL vmlinux 0xd2062e12 fsl8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0xd21167d9 rz_mtu3_shared_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd219f83e xenbus_map_ring_valloc +EXPORT_SYMBOL_GPL vmlinux 0xd21b61bd async_schedule_node_domain +EXPORT_SYMBOL_GPL vmlinux 0xd21f1d35 __SCK__tp_func_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0xd22bc708 blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0xd23fa0ab handle_fasteoi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0xd2469306 debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0xd248a519 rockchip_pmu_block +EXPORT_SYMBOL_GPL vmlinux 0xd24e9e8c klist_init +EXPORT_SYMBOL_GPL vmlinux 0xd25824f8 xhci_stop +EXPORT_SYMBOL_GPL vmlinux 0xd260af0d ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0xd26d3a6e rtnl_register_module +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd2740498 devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xd27eeb4b alloc_iova +EXPORT_SYMBOL_GPL vmlinux 0xd27f215d gnttab_alloc_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xd28f1f9c balloon_page_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd2911eec vcap_alloc_rule +EXPORT_SYMBOL_GPL vmlinux 0xd29c1f10 __traceiter_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0xd2b10a05 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0xd2d7e59b unregister_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0xd2ef6a40 phylink_mii_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xd313bc7b xas_nomem +EXPORT_SYMBOL_GPL vmlinux 0xd31578c7 of_irq_get +EXPORT_SYMBOL_GPL vmlinux 0xd31a2ac5 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xd31bc01f devm_led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0xd320ebaf pci_epc_get_first_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xd325f305 gpiod_get_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0xd33ada8b cci_probed +EXPORT_SYMBOL_GPL vmlinux 0xd33cab68 of_alias_get_id +EXPORT_SYMBOL_GPL vmlinux 0xd34dee33 sdio_signal_irq +EXPORT_SYMBOL_GPL vmlinux 0xd3551a76 zynqmp_pm_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd3629d18 __vfs_setxattr_locked +EXPORT_SYMBOL_GPL vmlinux 0xd3630922 devm_thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xd36760ef __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xd375015b crypto_grab_spawn +EXPORT_SYMBOL_GPL vmlinux 0xd3752c27 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xd37c8976 debounce_time_mt6765 +EXPORT_SYMBOL_GPL vmlinux 0xd38a1862 gpiod_get_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xd3901d33 acpi_dev_resource_address_space +EXPORT_SYMBOL_GPL vmlinux 0xd3919ab8 scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0xd39824ec ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL vmlinux 0xd399d8ed dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0xd39b2c7e __traceiter_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0xd39e9848 put_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xd39fedec fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0xd3a6ceaf pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0xd3ce9f0d nvdimm_name +EXPORT_SYMBOL_GPL vmlinux 0xd3d7a51b md_start +EXPORT_SYMBOL_GPL vmlinux 0xd3d9efa8 power_supply_put_battery_info +EXPORT_SYMBOL_GPL vmlinux 0xd3e9e7e2 clk_hw_register_gate2 +EXPORT_SYMBOL_GPL vmlinux 0xd3eaf1ed devlink_dpipe_entry_clear +EXPORT_SYMBOL_GPL vmlinux 0xd3ec851c __traceiter_unmap +EXPORT_SYMBOL_GPL vmlinux 0xd3f04e00 acomp_request_free +EXPORT_SYMBOL_GPL vmlinux 0xd3f0cd42 misc_cg_res_total_usage +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd42333f6 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xd426dbc4 erst_get_record_count +EXPORT_SYMBOL_GPL vmlinux 0xd42f1d4e show_rcu_tasks_rude_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd4598ceb iommu_sva_get_pasid +EXPORT_SYMBOL_GPL vmlinux 0xd45ba772 fuse_simple_background +EXPORT_SYMBOL_GPL vmlinux 0xd460f45e ethtool_set_ethtool_phy_ops +EXPORT_SYMBOL_GPL vmlinux 0xd46af5ef cppc_get_perf_ctrs +EXPORT_SYMBOL_GPL vmlinux 0xd470ecca fwnode_create_software_node +EXPORT_SYMBOL_GPL vmlinux 0xd48a9773 drop_reasons_register_subsys +EXPORT_SYMBOL_GPL vmlinux 0xd4935851 __SCK__tp_func_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0xd49cc00f pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0xd4a623df lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0xd4a90252 sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0xd4af6619 tcp_bpf_sendmsg_redir +EXPORT_SYMBOL_GPL vmlinux 0xd4af95bd dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0xd4b6157e devlink_health_reporter_recovery_done +EXPORT_SYMBOL_GPL vmlinux 0xd4b9a616 reset_control_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4c9399a hv_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0xd4cbdbe3 __SCK__tp_func_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xd4ceb088 devm_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0xd4d1c9fb fscrypt_dio_supported +EXPORT_SYMBOL_GPL vmlinux 0xd4d5cb2b platform_get_irq_byname_optional +EXPORT_SYMBOL_GPL vmlinux 0xd4e6d7e0 linear_range_get_value +EXPORT_SYMBOL_GPL vmlinux 0xd4eb0d1e regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xd4f5bfa5 iommu_queue_iopf +EXPORT_SYMBOL_GPL vmlinux 0xd4f68d25 pci_epf_alloc_space +EXPORT_SYMBOL_GPL vmlinux 0xd4f7f90e fib_rules_dump +EXPORT_SYMBOL_GPL vmlinux 0xd4fb1265 sbitmap_bitmap_show +EXPORT_SYMBOL_GPL vmlinux 0xd5081ff0 umd_cleanup_helper +EXPORT_SYMBOL_GPL vmlinux 0xd5258f0f ahci_ops +EXPORT_SYMBOL_GPL vmlinux 0xd5301b2c linear_range_get_max_value +EXPORT_SYMBOL_GPL vmlinux 0xd531929b device_move +EXPORT_SYMBOL_GPL vmlinux 0xd5360a8b fib_rules_seq_read +EXPORT_SYMBOL_GPL vmlinux 0xd53abbe7 of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0xd541c57b rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0xd5474690 usb_role_switch_set_role +EXPORT_SYMBOL_GPL vmlinux 0xd54f8d68 acpi_ec_add_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xd5530e08 fscrypt_parse_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0xd5575d61 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd564d9f1 balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0xd567a911 edac_mc_free +EXPORT_SYMBOL_GPL vmlinux 0xd569c77c da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0xd56dace0 regmap_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0xd57796a8 dmi_kobj +EXPORT_SYMBOL_GPL vmlinux 0xd5779e24 rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0xd57f02c4 __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0xd5807af3 k3_ringacc_ring_pop +EXPORT_SYMBOL_GPL vmlinux 0xd584f919 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0xd59a1587 linkmode_resolve_pause +EXPORT_SYMBOL_GPL vmlinux 0xd5af3422 __mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0xd5b75b23 trace_array_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0xd5c273ca __inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0xd5c7f67f sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0xd5c99e86 devm_spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0xd5cb333b ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0xd5d1eac2 gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0xd5dfeed4 vcap_keyset_name +EXPORT_SYMBOL_GPL vmlinux 0xd5eb5164 usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xd5f5865d __tracepoint_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0xd6251353 ftrace_set_filter_ips +EXPORT_SYMBOL_GPL vmlinux 0xd6254b35 ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0xd62e1a51 regulator_get_hardware_vsel_register +EXPORT_SYMBOL_GPL vmlinux 0xd6386a6b usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0xd63ce13c skb_zerocopy_iter_stream +EXPORT_SYMBOL_GPL vmlinux 0xd6468324 mmc_regulator_disable_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0xd64ba990 fwnode_get_name +EXPORT_SYMBOL_GPL vmlinux 0xd64ed259 __memcat_p +EXPORT_SYMBOL_GPL vmlinux 0xd6582e5c noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0xd66a7a35 sbitmap_queue_wake_all +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd674838c ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd68fd22a dprc_get_obj +EXPORT_SYMBOL_GPL vmlinux 0xd6aafb42 crc64_rocksoft +EXPORT_SYMBOL_GPL vmlinux 0xd6ae9ba7 rcu_async_should_hurry +EXPORT_SYMBOL_GPL vmlinux 0xd6afb7f2 of_pm_clk_add_clks +EXPORT_SYMBOL_GPL vmlinux 0xd6b27e8a xas_set_mark +EXPORT_SYMBOL_GPL vmlinux 0xd6c3c267 driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0xd6c6ac87 power_supply_property_is_writeable +EXPORT_SYMBOL_GPL vmlinux 0xd6d8f6b3 topology_set_scale_freq_source +EXPORT_SYMBOL_GPL vmlinux 0xd6d98b0c mtk_clk_unregister_dividers +EXPORT_SYMBOL_GPL vmlinux 0xd6e9315f icc_set_bw +EXPORT_SYMBOL_GPL vmlinux 0xd6ebc78b rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xd6ef3e55 pcie_reset_flr +EXPORT_SYMBOL_GPL vmlinux 0xd70c5c37 sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0xd71c1158 sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xd71f5be6 get_user_pages_fast_only +EXPORT_SYMBOL_GPL vmlinux 0xd7213580 device_get_child_node_count +EXPORT_SYMBOL_GPL vmlinux 0xd723a027 devm_hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0xd7269c64 osc_sb_native_usb4_control +EXPORT_SYMBOL_GPL vmlinux 0xd7293ffc percpu_ref_reinit +EXPORT_SYMBOL_GPL vmlinux 0xd72fb407 usb_of_get_device_node +EXPORT_SYMBOL_GPL vmlinux 0xd72feba2 xenbus_read_driver_state +EXPORT_SYMBOL_GPL vmlinux 0xd74e400f show_rcu_tasks_classic_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd75b20aa rsa_parse_priv_key +EXPORT_SYMBOL_GPL vmlinux 0xd75e4c7f irq_domain_translate_onecell +EXPORT_SYMBOL_GPL vmlinux 0xd76308ce xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd76ec3c1 kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0xd77413c0 bio_start_io_acct +EXPORT_SYMBOL_GPL vmlinux 0xd775df50 fsl_mc_obj_close +EXPORT_SYMBOL_GPL vmlinux 0xd79561e6 __traceiter_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xd7a37c02 nexthop_for_each_fib6_nh +EXPORT_SYMBOL_GPL vmlinux 0xd7a86ea4 tcp_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xd7aea26e kernel_read_file_from_path_initns +EXPORT_SYMBOL_GPL vmlinux 0xd7b56742 acpi_cppc_processor_exit +EXPORT_SYMBOL_GPL vmlinux 0xd7bc12f2 virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0xd7c0160f dma_mmap_pages +EXPORT_SYMBOL_GPL vmlinux 0xd7c1fdb2 component_compare_of +EXPORT_SYMBOL_GPL vmlinux 0xd7c91b63 tegra210_sata_pll_hw_control_enable +EXPORT_SYMBOL_GPL vmlinux 0xd7cea889 edac_mod_work +EXPORT_SYMBOL_GPL vmlinux 0xd7d35f4d pci_epc_mem_exit +EXPORT_SYMBOL_GPL vmlinux 0xd7dccd23 __SCK__tp_func_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0xd7eb69b7 uart_xchar_out +EXPORT_SYMBOL_GPL vmlinux 0xd7f3f84f fuse_get_unique +EXPORT_SYMBOL_GPL vmlinux 0xd81e811d switchdev_handle_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0xd822a1f5 __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0xd823d36d __SCK__tp_func_console +EXPORT_SYMBOL_GPL vmlinux 0xd8252727 pci_p2pmem_alloc_sgl +EXPORT_SYMBOL_GPL vmlinux 0xd83278fb gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0xd8344ec2 devm_serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0xd84d35bd dax_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd84e7c82 auxiliary_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd84f222e devm_regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd87cb8eb dma_fence_unwrap_next +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd88602df ip6_input +EXPORT_SYMBOL_GPL vmlinux 0xd88ae288 devm_hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0xd88d4c95 devl_resource_register +EXPORT_SYMBOL_GPL vmlinux 0xd88dcf47 max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xd8915778 tpm2_get_tpm_pt +EXPORT_SYMBOL_GPL vmlinux 0xd8bd45ad nfs42_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0xd8cb0b4e cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0xd8ce154a pci_find_dvsec_capability +EXPORT_SYMBOL_GPL vmlinux 0xd8d68ab1 dmi_memdev_type +EXPORT_SYMBOL_GPL vmlinux 0xd8dfa8bc device_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd8fbb14d net_cls_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xd8fe3839 ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0xd90133c5 dprc_setup +EXPORT_SYMBOL_GPL vmlinux 0xd903f419 phylink_get_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xd9042843 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xd908ae98 pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0xd90a93a7 k3_udma_glue_rx_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xd9164c34 scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0xd91dbd1f xdp_alloc_skb_bulk +EXPORT_SYMBOL_GPL vmlinux 0xd91f9e86 devm_of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xd9239125 rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0xd9251282 genphy_c45_aneg_done +EXPORT_SYMBOL_GPL vmlinux 0xd9290926 perf_aux_output_flag +EXPORT_SYMBOL_GPL vmlinux 0xd92d10ec acpi_spi_count_resources +EXPORT_SYMBOL_GPL vmlinux 0xd92ef192 security_kernel_post_load_data +EXPORT_SYMBOL_GPL vmlinux 0xd92f0791 leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xd935d4a4 irq_domain_push_irq +EXPORT_SYMBOL_GPL vmlinux 0xd96b180e devm_clk_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd97ebcd7 ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xd98f3738 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xd9905ffa da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xd9916c3a idr_alloc_u32 +EXPORT_SYMBOL_GPL vmlinux 0xd993d8db bpf_trace_run6 +EXPORT_SYMBOL_GPL vmlinux 0xd9a25527 dma_map_sgtable +EXPORT_SYMBOL_GPL vmlinux 0xd9ac5246 usb_get_role_switch_default_mode +EXPORT_SYMBOL_GPL vmlinux 0xd9b02627 is_dock_device +EXPORT_SYMBOL_GPL vmlinux 0xd9b19aa5 __tracepoint_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0xd9b8cf7a iommu_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0xd9bb2c13 pkcs7_get_content_data +EXPORT_SYMBOL_GPL vmlinux 0xd9c244f1 rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0xd9c35b26 __blk_req_zone_write_unlock +EXPORT_SYMBOL_GPL vmlinux 0xd9ca1b11 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xd9cc3e6f pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0xd9cd46f3 blkcg_punt_bio_submit +EXPORT_SYMBOL_GPL vmlinux 0xd9ceac7c devm_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xd9cfc3db iommu_present +EXPORT_SYMBOL_GPL vmlinux 0xd9dac93b dt_init_idle_driver +EXPORT_SYMBOL_GPL vmlinux 0xd9e24457 ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0xd9e61980 phy_gbit_all_ports_features +EXPORT_SYMBOL_GPL vmlinux 0xd9faa7a5 zynqmp_pm_set_pll_frac_mode +EXPORT_SYMBOL_GPL vmlinux 0xd9ff2172 ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xda044fb9 of_get_pci_domain_nr +EXPORT_SYMBOL_GPL vmlinux 0xda0947de kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda0bacb6 dm_bio_from_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0xda10e1e2 phy_basic_t1_features +EXPORT_SYMBOL_GPL vmlinux 0xda27bdaa crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0xda320d31 sfp_module_start +EXPORT_SYMBOL_GPL vmlinux 0xda338cb7 crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0xda360bf8 firmware_request_nowarn +EXPORT_SYMBOL_GPL vmlinux 0xda439e95 clk_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xda45680d stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0xda4bea6c alloc_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0xda4d6d1b devl_sb_register +EXPORT_SYMBOL_GPL vmlinux 0xda4fa45e sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0xda5694e0 clk_regmap_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xda5f3494 icc_sync_state +EXPORT_SYMBOL_GPL vmlinux 0xda622461 inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xda63f7c4 irq_chip_set_vcpu_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0xda6989b2 serial8250_do_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xda70ba42 powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0xda75a3a1 devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xda7912d4 freq_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xda7992eb cpufreq_dbs_governor_start +EXPORT_SYMBOL_GPL vmlinux 0xda86a3b0 of_clk_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0xda8e1302 software_node_find_by_name +EXPORT_SYMBOL_GPL vmlinux 0xda91deab amba_bustype +EXPORT_SYMBOL_GPL vmlinux 0xda9343d2 devm_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0xda952841 meson_pmx_get_groups +EXPORT_SYMBOL_GPL vmlinux 0xdaa06dc1 acpi_lpat_raw_to_temp +EXPORT_SYMBOL_GPL vmlinux 0xdaa556c0 of_property_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0xdaa6b1da ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xdaaf1e27 pinctrl_generic_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xdab39dde start_poll_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xdab5a1eb interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xdac53fb2 crypto_register_aeads +EXPORT_SYMBOL_GPL vmlinux 0xdad0bed8 ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0xdadec982 spi_mem_dirmap_read +EXPORT_SYMBOL_GPL vmlinux 0xdae1c3ee fsl_mc_bus_dpdmai_type +EXPORT_SYMBOL_GPL vmlinux 0xdb03368a i2c_dw_probe_master +EXPORT_SYMBOL_GPL vmlinux 0xdb09edf6 platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0xdb0d213d acpi_dma_request_slave_chan_by_name +EXPORT_SYMBOL_GPL vmlinux 0xdb158ec4 lwtunnel_encap_add_ops +EXPORT_SYMBOL_GPL vmlinux 0xdb1a39d2 iomap_bmap +EXPORT_SYMBOL_GPL vmlinux 0xdb2351da static_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0xdb33fd7b spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0xdb4161e0 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0xdb4b674f acpi_initialize_hp_context +EXPORT_SYMBOL_GPL vmlinux 0xdb569d75 blk_rq_poll +EXPORT_SYMBOL_GPL vmlinux 0xdb63a944 acpi_lpat_get_conversion_table +EXPORT_SYMBOL_GPL vmlinux 0xdb79987e wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0xdb89044c synth_event_add_next_val +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdb91b4d4 device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdb9ab954 platform_get_irq_optional +EXPORT_SYMBOL_GPL vmlinux 0xdbae2d32 failover_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdbb073fd skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0xdbb3ca97 cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0xdbb899d2 vchan_init +EXPORT_SYMBOL_GPL vmlinux 0xdbdb0e8b request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xdbdd281c led_set_brightness_sync +EXPORT_SYMBOL_GPL vmlinux 0xdbdd9bfc usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0xdbe3dbe0 vhost_task_create +EXPORT_SYMBOL_GPL vmlinux 0xdbe8d8a0 __SCK__tp_func_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xdbeea948 pinctrl_generic_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0xdbefb958 switchdev_bridge_port_unoffload +EXPORT_SYMBOL_GPL vmlinux 0xdbf32a01 __nvmem_layout_register +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdc02eb39 dmi_available +EXPORT_SYMBOL_GPL vmlinux 0xdc03dcc3 tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0xdc139c13 k3_udma_glue_tx_get_hdesc_size +EXPORT_SYMBOL_GPL vmlinux 0xdc25251a device_driver_attach +EXPORT_SYMBOL_GPL vmlinux 0xdc316032 policy_has_boost_freq +EXPORT_SYMBOL_GPL vmlinux 0xdc418f06 devm_device_add_group +EXPORT_SYMBOL_GPL vmlinux 0xdc43bdc6 pci_vpd_find_ro_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xdc45a5db edac_stop_work +EXPORT_SYMBOL_GPL vmlinux 0xdc4b99f8 pstore_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdc595ca8 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0xdc64aabe fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0xdc6596fa irq_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xdc6699cb acpi_dev_free_resource_list +EXPORT_SYMBOL_GPL vmlinux 0xdc6c8d44 rcu_read_unlock_trace_special +EXPORT_SYMBOL_GPL vmlinux 0xdc7df67f apei_exec_ctx_init +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc841b74 misc_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdc85c993 cgroup_get_e_css +EXPORT_SYMBOL_GPL vmlinux 0xdc8f6870 of_get_videomode +EXPORT_SYMBOL_GPL vmlinux 0xdc901e1a sfp_register_socket +EXPORT_SYMBOL_GPL vmlinux 0xdc962e04 usb_string +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc9f6bca __SCK__tp_func_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdca73b9f pinctrl_generic_add_group +EXPORT_SYMBOL_GPL vmlinux 0xdca99477 i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xdcb0a2c0 phylink_stop +EXPORT_SYMBOL_GPL vmlinux 0xdcb86e1a i2c_parse_fw_timings +EXPORT_SYMBOL_GPL vmlinux 0xdcba2c87 ahci_platform_enable_resources +EXPORT_SYMBOL_GPL vmlinux 0xdcc5312d regulator_map_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xdcc8ea36 kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0xdce982e5 iomap_ioend_try_merge +EXPORT_SYMBOL_GPL vmlinux 0xdceb5362 efi_status_to_err +EXPORT_SYMBOL_GPL vmlinux 0xdcf2d65c class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd0762df set_worker_desc +EXPORT_SYMBOL_GPL vmlinux 0xdd0c7733 fwnode_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0xdd101bdc acpiphp_register_attention +EXPORT_SYMBOL_GPL vmlinux 0xdd113b4c priv_to_devlink +EXPORT_SYMBOL_GPL vmlinux 0xdd1169e2 device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0xdd19c8d2 phy_set_speed +EXPORT_SYMBOL_GPL vmlinux 0xdd407eca irq_create_fwspec_mapping +EXPORT_SYMBOL_GPL vmlinux 0xdd626ee3 fuse_len_args +EXPORT_SYMBOL_GPL vmlinux 0xdd63c256 pci_common_swizzle +EXPORT_SYMBOL_GPL vmlinux 0xdd7fac26 bpf_preload_ops +EXPORT_SYMBOL_GPL vmlinux 0xdd815275 usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xdd81d8f6 __SCK__tp_func_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xdd8d1f54 vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0xdd90ede1 put_pid +EXPORT_SYMBOL_GPL vmlinux 0xdd96fa2d __cpuhp_state_add_instance +EXPORT_SYMBOL_GPL vmlinux 0xdd9ccd44 xfrm_bpf_md_dst +EXPORT_SYMBOL_GPL vmlinux 0xddb14be1 vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0xddb4f22e hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0xddb82ab0 mtk_pinconf_adv_drive_get +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddd41e4d vcap_lookup_keyfield +EXPORT_SYMBOL_GPL vmlinux 0xddda767b sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xdde7a9d6 find_ge_pid +EXPORT_SYMBOL_GPL vmlinux 0xdde86827 debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0xddf5e3ca ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xddfe1ad7 __SCK__tp_func_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xde025143 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0xde080cd7 devlink_to_dev +EXPORT_SYMBOL_GPL vmlinux 0xde0af24f udp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0xde0c490d vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0xde0e39e2 k3_udma_glue_request_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xde1447c7 fscrypt_ioctl_get_key_status +EXPORT_SYMBOL_GPL vmlinux 0xde1ccaff crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0xde31bf7e unregister_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xde41162d sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0xde49768e ethnl_cable_test_pulse +EXPORT_SYMBOL_GPL vmlinux 0xde533637 platform_irqchip_probe +EXPORT_SYMBOL_GPL vmlinux 0xde5574cf x509_load_certificate_list +EXPORT_SYMBOL_GPL vmlinux 0xde6e6422 ata_sas_tport_add +EXPORT_SYMBOL_GPL vmlinux 0xde6f1851 TSS_checkhmac1 +EXPORT_SYMBOL_GPL vmlinux 0xde716476 mmu_interval_notifier_insert +EXPORT_SYMBOL_GPL vmlinux 0xde7fa479 fuse_dev_alloc +EXPORT_SYMBOL_GPL vmlinux 0xde828c36 free_fib_info +EXPORT_SYMBOL_GPL vmlinux 0xde8e71f9 ahci_platform_disable_phys +EXPORT_SYMBOL_GPL vmlinux 0xde931631 crypto_unregister_aeads +EXPORT_SYMBOL_GPL vmlinux 0xde9ab8c7 xenbus_rm +EXPORT_SYMBOL_GPL vmlinux 0xde9fa385 pcie_flr +EXPORT_SYMBOL_GPL vmlinux 0xdead2e78 reserve_iova +EXPORT_SYMBOL_GPL vmlinux 0xdec18c61 clockevents_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0xdee91d7a dtpm_destroy_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xdefc9525 skcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0xdeffa0a7 edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0xdf0c757f ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0xdf0ca3f4 cpu_latency_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0xdf0f74ec devm_regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf1ae719 regmap_get_raw_read_max +EXPORT_SYMBOL_GPL vmlinux 0xdf1be5e1 __free_iova +EXPORT_SYMBOL_GPL vmlinux 0xdf1e5448 put_io_context +EXPORT_SYMBOL_GPL vmlinux 0xdf237453 timer_shutdown_sync +EXPORT_SYMBOL_GPL vmlinux 0xdf2738bb cpu_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdf31898f cper_mem_err_pack +EXPORT_SYMBOL_GPL vmlinux 0xdf335b3f devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xdf370ac3 debugfs_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0xdf372f67 __irq_resolve_mapping +EXPORT_SYMBOL_GPL vmlinux 0xdf3b7e3c regulator_set_soft_start_regmap +EXPORT_SYMBOL_GPL vmlinux 0xdf448d1c fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0xdf450b46 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xdf558314 power_supply_battery_info_properties +EXPORT_SYMBOL_GPL vmlinux 0xdf6ed95b dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0xdf8579e2 phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xdf896a34 wbc_attach_and_unlock_inode +EXPORT_SYMBOL_GPL vmlinux 0xdf9b7192 dev_pm_opp_set_rate +EXPORT_SYMBOL_GPL vmlinux 0xdfb7704a blk_mq_queue_inflight +EXPORT_SYMBOL_GPL vmlinux 0xdfb8e58f tcp_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0xdfc0cf4c xdp_convert_zc_to_xdp_frame +EXPORT_SYMBOL_GPL vmlinux 0xdfcb6c90 mctrl_gpio_set +EXPORT_SYMBOL_GPL vmlinux 0xdfcd0a9e mptcp_token_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xdfec4a80 trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xdff0c758 md_run +EXPORT_SYMBOL_GPL vmlinux 0xe00db6dc __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xe01b77b2 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0xe01f4cb0 irq_force_affinity +EXPORT_SYMBOL_GPL vmlinux 0xe020a19c wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0xe025d641 cdx_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xe0313d71 rhashtable_insert_slow +EXPORT_SYMBOL_GPL vmlinux 0xe0357cfc __get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0xe03838d4 gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0xe0445a7d devm_regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe048ce5f dprc_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xe04d406f genphy_c45_plca_set_cfg +EXPORT_SYMBOL_GPL vmlinux 0xe0524779 switchdev_handle_fdb_event_to_device +EXPORT_SYMBOL_GPL vmlinux 0xe05e2f85 nexthop_free_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe060f576 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xe06d294b power_supply_set_property +EXPORT_SYMBOL_GPL vmlinux 0xe07859fd devl_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0xe07ab1de iomap_swapfile_activate +EXPORT_SYMBOL_GPL vmlinux 0xe08cbedd clk_hw_get_rate +EXPORT_SYMBOL_GPL vmlinux 0xe0af54f3 da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0xe0b1c103 clk_set_max_rate +EXPORT_SYMBOL_GPL vmlinux 0xe0b8364e __tracepoint_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xe0c4e14d hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0xe0d3d4e6 iomap_page_mkwrite +EXPORT_SYMBOL_GPL vmlinux 0xe0e2a09f ncsi_start_dev +EXPORT_SYMBOL_GPL vmlinux 0xe0e3147c HYPERVISOR_sched_op +EXPORT_SYMBOL_GPL vmlinux 0xe1041ab6 devlink_dpipe_table_counter_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe10ba20a device_store_int +EXPORT_SYMBOL_GPL vmlinux 0xe10cd6ad erst_get_record_id_begin +EXPORT_SYMBOL_GPL vmlinux 0xe11fafb4 serdev_controller_remove +EXPORT_SYMBOL_GPL vmlinux 0xe121323b max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xe1257b2e cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0xe12681a4 __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xe13139be failover_register +EXPORT_SYMBOL_GPL vmlinux 0xe136915b pm_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0xe1504045 nvmem_device_cell_read +EXPORT_SYMBOL_GPL vmlinux 0xe15f9898 of_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0xe16e93a3 mddev_init_writes_pending +EXPORT_SYMBOL_GPL vmlinux 0xe17c7d7d kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0xe17c958b blk_revalidate_disk_zones +EXPORT_SYMBOL_GPL vmlinux 0xe180800a pci_aer_clear_nonfatal_status +EXPORT_SYMBOL_GPL vmlinux 0xe18a83b8 devm_of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0xe18baa0d serdev_device_get_tiocm +EXPORT_SYMBOL_GPL vmlinux 0xe19140f2 lwtunnel_state_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe19336eb of_pse_control_get +EXPORT_SYMBOL_GPL vmlinux 0xe1a0ce97 shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xe1a8d7c9 net_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xe1ac773e tick_nohz_full_mask +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6497 devm_mtk_clk_mux_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1c87a2f kernel_can_power_off +EXPORT_SYMBOL_GPL vmlinux 0xe1d3c02f locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0xe1d3c9db __dax_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xe1d44657 component_compare_dev_name +EXPORT_SYMBOL_GPL vmlinux 0xe1db6fae pinmux_generic_get_function_name +EXPORT_SYMBOL_GPL vmlinux 0xe1e99d85 irq_chip_request_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0xe1f3d488 devl_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe20e8916 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xe2259b09 xhci_update_hub_device +EXPORT_SYMBOL_GPL vmlinux 0xe22e72d8 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0xe231483e gpiochip_request_own_desc +EXPORT_SYMBOL_GPL vmlinux 0xe23358b2 driver_find +EXPORT_SYMBOL_GPL vmlinux 0xe233762a input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0xe25d23f3 blocking_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0xe26b11db free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xe27752c2 devlink_dpipe_match_put +EXPORT_SYMBOL_GPL vmlinux 0xe29a2acb serial8250_read_char +EXPORT_SYMBOL_GPL vmlinux 0xe2a4fb74 rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0xe2b3207a unregister_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe2c02e29 of_get_display_timing +EXPORT_SYMBOL_GPL vmlinux 0xe2c55bcb devlink_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0xe2ce2b4d evm_set_key +EXPORT_SYMBOL_GPL vmlinux 0xe2d405c5 usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xe2d4f386 vcap_val_rule +EXPORT_SYMBOL_GPL vmlinux 0xe2d96f5b zynqmp_pm_feature +EXPORT_SYMBOL_GPL vmlinux 0xe2dd61b3 backing_file_real_path +EXPORT_SYMBOL_GPL vmlinux 0xe2ec293b sbitmap_queue_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xe2f2c3f9 rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xe2f9ec80 power_supply_get_battery_info +EXPORT_SYMBOL_GPL vmlinux 0xe3141cc7 usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0xe32a372c spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0xe347f279 preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe34d54d5 xenbus_watch_path +EXPORT_SYMBOL_GPL vmlinux 0xe3520bbf __devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xe36cc656 fsl_mc_bus_dprc_type +EXPORT_SYMBOL_GPL vmlinux 0xe3769368 kvm_clear_guest +EXPORT_SYMBOL_GPL vmlinux 0xe3840e18 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xe387c082 msi_lock_descs +EXPORT_SYMBOL_GPL vmlinux 0xe38cff44 skb_mpls_push +EXPORT_SYMBOL_GPL vmlinux 0xe39616dd kvm_read_guest_page +EXPORT_SYMBOL_GPL vmlinux 0xe3965682 vp_modern_get_features +EXPORT_SYMBOL_GPL vmlinux 0xe397caf5 seq_buf_printf +EXPORT_SYMBOL_GPL vmlinux 0xe39d0794 usb_phy_roothub_exit +EXPORT_SYMBOL_GPL vmlinux 0xe3a7d14c ip_fib_metrics_init +EXPORT_SYMBOL_GPL vmlinux 0xe3ac7800 devm_acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0xe3adcf47 devm_gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0xe3aec020 devlink_port_attrs_pci_vf_set +EXPORT_SYMBOL_GPL vmlinux 0xe3b09712 kprobe_event_delete +EXPORT_SYMBOL_GPL vmlinux 0xe3b67e91 ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xe3b96b45 fsl_mc_bus_dpdmux_type +EXPORT_SYMBOL_GPL vmlinux 0xe3c27d9d ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xe3c5815e tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0xe3cd5fae klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xe3d6fab4 net_failover_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe3d76d90 acpi_bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xe3e423ac iommu_group_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xe3ea2b24 vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xe3f26104 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0xe3f6a07e tcp_unregister_ulp +EXPORT_SYMBOL_GPL vmlinux 0xe3fc6c71 sysfs_file_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xe40bb23e devlink_health_reporter_priv +EXPORT_SYMBOL_GPL vmlinux 0xe4169cf8 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xe420fc87 attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe4248980 cper_estatus_print +EXPORT_SYMBOL_GPL vmlinux 0xe4262e61 find_mci_by_dev +EXPORT_SYMBOL_GPL vmlinux 0xe42c88ad extract_iter_to_sg +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe436e90c __dma_fence_unwrap_merge +EXPORT_SYMBOL_GPL vmlinux 0xe446b5f8 br_ip6_fragment +EXPORT_SYMBOL_GPL vmlinux 0xe45f7cca bpf_trace_run9 +EXPORT_SYMBOL_GPL vmlinux 0xe4634b4b mmc_regulator_enable_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0xe469ea53 crypto_inst_setname +EXPORT_SYMBOL_GPL vmlinux 0xe46e132a ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0xe470ce48 iommu_register_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xe474b2e3 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0xe474e68b genphy_c45_an_disable_aneg +EXPORT_SYMBOL_GPL vmlinux 0xe47f425b regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xe4806839 dst_blackhole_mtu +EXPORT_SYMBOL_GPL vmlinux 0xe48846ee of_get_display_timings +EXPORT_SYMBOL_GPL vmlinux 0xe48e520a regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0xe491e700 unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe49a8111 gnttab_dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0xe4b064f9 pcie_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xe4b089dd mtk_is_virt_gpio +EXPORT_SYMBOL_GPL vmlinux 0xe4b818c3 phy_speed_to_str +EXPORT_SYMBOL_GPL vmlinux 0xe4bd89cc irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0xe4c2c66c rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0xe4e48b12 swphy_validate_state +EXPORT_SYMBOL_GPL vmlinux 0xe502e787 pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xe5064851 devlink_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe50893fd unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xe50fcf34 iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xe5102cd1 nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0xe52283be key_type_user +EXPORT_SYMBOL_GPL vmlinux 0xe5343e9b devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xe539a33e acpi_subsys_complete +EXPORT_SYMBOL_GPL vmlinux 0xe5513bc0 fwnode_device_is_available +EXPORT_SYMBOL_GPL vmlinux 0xe5516728 k3_udma_glue_tx_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xe565f8b1 to_nvdimm_bus +EXPORT_SYMBOL_GPL vmlinux 0xe569eede phy_speed_up +EXPORT_SYMBOL_GPL vmlinux 0xe576fdf0 led_get_default_pattern +EXPORT_SYMBOL_GPL vmlinux 0xe57810bd xdp_do_redirect +EXPORT_SYMBOL_GPL vmlinux 0xe5789064 sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0xe5827756 devfreq_event_get_edev_count +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58c0366 __device_reset +EXPORT_SYMBOL_GPL vmlinux 0xe58eb9d7 FSE_readNCount +EXPORT_SYMBOL_GPL vmlinux 0xe5903e7b usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0xe598221c dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0xe5a2b62e sfp_bus_find_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xe5a925d3 zynqmp_pm_init_finalize +EXPORT_SYMBOL_GPL vmlinux 0xe5bf8477 scsi_host_block +EXPORT_SYMBOL_GPL vmlinux 0xe5c02b64 freq_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xe5c24601 fwnode_get_parent +EXPORT_SYMBOL_GPL vmlinux 0xe5c80d53 badblocks_set +EXPORT_SYMBOL_GPL vmlinux 0xe5cb1943 hisi_clk_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xe5ce1a56 rhashtable_walk_enter +EXPORT_SYMBOL_GPL vmlinux 0xe5dba3fa xenbus_probe_devices +EXPORT_SYMBOL_GPL vmlinux 0xe5e197dc vcap_port_debugfs +EXPORT_SYMBOL_GPL vmlinux 0xe5e790e4 __traceiter_rwmmio_post_read +EXPORT_SYMBOL_GPL vmlinux 0xe5f8f64d pci_epc_start +EXPORT_SYMBOL_GPL vmlinux 0xe605735a __folio_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0xe60632a9 edac_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe60a5e8d pids_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xe60aceb1 fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0xe60cb4cc __traceiter_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0xe60f439f crypto_alloc_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xe618981c crypto_alloc_acomp_node +EXPORT_SYMBOL_GPL vmlinux 0xe628bb9f phy_fibre_port_array +EXPORT_SYMBOL_GPL vmlinux 0xe629f55a ahci_do_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xe62cb1ae ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0xe63e4b14 dpbp_disable +EXPORT_SYMBOL_GPL vmlinux 0xe6512b1f cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0xe66efc1a fsl_mc_bus_dpseci_type +EXPORT_SYMBOL_GPL vmlinux 0xe68c1873 rockchip_pcie_parse_dt +EXPORT_SYMBOL_GPL vmlinux 0xe68ea7c6 vp_modern_get_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0xe696afae perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0xe698c5d4 ncsi_unregister_dev +EXPORT_SYMBOL_GPL vmlinux 0xe6a23f9a rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0xe6aef439 __tracepoint_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xe6bea00a subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0xe6c7034a ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0xe6d52841 __traceiter_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xe6e40502 rcu_get_gp_seq +EXPORT_SYMBOL_GPL vmlinux 0xe6e6b684 md_new_event +EXPORT_SYMBOL_GPL vmlinux 0xe6e988c5 k3_ringacc_get_tisci_dev_id +EXPORT_SYMBOL_GPL vmlinux 0xe6eae9bd imx_unregister_hw_clocks +EXPORT_SYMBOL_GPL vmlinux 0xe6ee151c __traceiter_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xe6f52443 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0xe6f83837 acpi_bus_attach_private_data +EXPORT_SYMBOL_GPL vmlinux 0xe700d767 reset_control_bulk_deassert +EXPORT_SYMBOL_GPL vmlinux 0xe70221d7 cppc_get_perf_caps +EXPORT_SYMBOL_GPL vmlinux 0xe70de0ec genphy_c45_plca_get_status +EXPORT_SYMBOL_GPL vmlinux 0xe72ef47f acpi_subsys_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0xe7427c79 ping_close +EXPORT_SYMBOL_GPL vmlinux 0xe74ab0ee pinctrl_utils_reserve_map +EXPORT_SYMBOL_GPL vmlinux 0xe74fd9c1 cookie_tcp_reqsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe753b68d devlink_fmsg_arr_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xe7689389 imx_pinctrl_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe76a4553 devm_acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xe7741ca4 firmware_upload_register +EXPORT_SYMBOL_GPL vmlinux 0xe77d5ef3 ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0xe7822964 devm_pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe783e261 sysfs_emit +EXPORT_SYMBOL_GPL vmlinux 0xe791df1f rcu_nocb_cpu_deoffload +EXPORT_SYMBOL_GPL vmlinux 0xe7936243 zynqmp_pm_clock_getstate +EXPORT_SYMBOL_GPL vmlinux 0xe79bf4a0 __thermal_zone_get_trip +EXPORT_SYMBOL_GPL vmlinux 0xe79e0042 ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0xe7b9af5b posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0xe7d6d2d4 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0xe7d97e6a gfn_to_page +EXPORT_SYMBOL_GPL vmlinux 0xe7e12e58 mdiobus_c45_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0xe7e1ca70 nf_ip_route +EXPORT_SYMBOL_GPL vmlinux 0xe7e7bb6f dma_vunmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xe7f62651 sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0xe7f7aaaf xen_xlate_unmap_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0xe7fbf6fa set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0xe803e349 xhci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe80442bf tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xe8181403 ioc_find_get_icq +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe83a98a0 gpiod_set_array_value +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe851c490 pci_epf_remove_vepf +EXPORT_SYMBOL_GPL vmlinux 0xe85a9fd3 cpu_cluster_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe8696956 scmi_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe86be8ee synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xe86dd890 device_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0xe86edda2 crypto_unregister_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xe873b854 find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xe874c6ee dev_pm_opp_of_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0xe874ceec gpiochip_irqchip_add_domain +EXPORT_SYMBOL_GPL vmlinux 0xe8757e0e eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0xe890a76b badblocks_check +EXPORT_SYMBOL_GPL vmlinux 0xe891ad9b fsl_mc_portal_free +EXPORT_SYMBOL_GPL vmlinux 0xe891e7b5 spi_sync +EXPORT_SYMBOL_GPL vmlinux 0xe8922461 ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0xe8979afb mas_prev_range +EXPORT_SYMBOL_GPL vmlinux 0xe8a2cfe3 tpm_default_chip +EXPORT_SYMBOL_GPL vmlinux 0xe8a43c0c acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0xe8a772bd vcap_keyset_list_add +EXPORT_SYMBOL_GPL vmlinux 0xe8acab8b usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0xe8ad0436 usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0xe8b94bf9 max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0xe8bc40c5 cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xe8bfbf70 ahci_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0xe8c0065d memory_group_register_static +EXPORT_SYMBOL_GPL vmlinux 0xe8c54acd uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0xe8db9c87 ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xe8f049d2 device_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0xe90c7659 k3_udma_glue_rx_dma_to_cppi5_addr +EXPORT_SYMBOL_GPL vmlinux 0xe911df29 eventfd_ctx_do_read +EXPORT_SYMBOL_GPL vmlinux 0xe917d46a pinmux_generic_get_function_groups +EXPORT_SYMBOL_GPL vmlinux 0xe91bd644 dev_pm_domain_attach +EXPORT_SYMBOL_GPL vmlinux 0xe936cad8 call_hid_bpf_rdesc_fixup +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe94986d6 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0xe94b789c devm_request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0xe94ea723 tcf_dev_queue_xmit +EXPORT_SYMBOL_GPL vmlinux 0xe956a75c pl320_ipc_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe95b729c pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe967cb76 peernet2id_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe981e15a filemap_read +EXPORT_SYMBOL_GPL vmlinux 0xe98d5977 dst_blackhole_redirect +EXPORT_SYMBOL_GPL vmlinux 0xe98f55f2 arm_smccc_get_version +EXPORT_SYMBOL_GPL vmlinux 0xe99627bb icc_get_name +EXPORT_SYMBOL_GPL vmlinux 0xe9a9e9a3 badblocks_exit +EXPORT_SYMBOL_GPL vmlinux 0xe9ab39ba platform_find_device_by_driver +EXPORT_SYMBOL_GPL vmlinux 0xe9b685ab pci_epc_remove_epf +EXPORT_SYMBOL_GPL vmlinux 0xe9b949fa spi_split_transfers_maxwords +EXPORT_SYMBOL_GPL vmlinux 0xe9bd3732 modify_ftrace_direct_nolock +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9d63a0d k3_udma_glue_enable_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xe9d9ec83 irq_chip_eoi_parent +EXPORT_SYMBOL_GPL vmlinux 0xe9e03cd8 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xe9f212aa pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0xe9f5116f rcu_exp_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0xe9fb1d53 alloc_dax +EXPORT_SYMBOL_GPL vmlinux 0xea018bbb mpi_test_bit +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea12be35 fsl_mc_device_remove +EXPORT_SYMBOL_GPL vmlinux 0xea178d19 register_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0xea1b3cd0 pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xea22a028 regmap_noinc_write +EXPORT_SYMBOL_GPL vmlinux 0xea26e376 inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0xea2c0c10 ima_file_hash +EXPORT_SYMBOL_GPL vmlinux 0xea2f2a79 driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xea312c8c serdev_acpi_get_uart_resource +EXPORT_SYMBOL_GPL vmlinux 0xea38036f ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0xea4bc872 kthread_cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0xea4e95f0 fsl_mc_resource_allocate +EXPORT_SYMBOL_GPL vmlinux 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL vmlinux 0xea5e9942 memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0xea79b958 bdev_alignment_offset +EXPORT_SYMBOL_GPL vmlinux 0xea88bd0d xhci_reset_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0xea89301f mtk_clk_unregister_plls +EXPORT_SYMBOL_GPL vmlinux 0xea9a456b regulator_set_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0xeaa10979 of_mm_gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0xeaa262f8 kstrdup_quotable_file +EXPORT_SYMBOL_GPL vmlinux 0xeaa3060b pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xeab22741 devm_of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0xeab6cc00 page_cache_sync_ra +EXPORT_SYMBOL_GPL vmlinux 0xead0ad6f __irq_domain_alloc_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xead3e41b __traceiter_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xead3f927 usb_intf_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0xead54924 mctrl_gpio_to_gpiod +EXPORT_SYMBOL_GPL vmlinux 0xead5c8e5 clk_bulk_prepare +EXPORT_SYMBOL_GPL vmlinux 0xeae0f496 clean_acked_data_flush +EXPORT_SYMBOL_GPL vmlinux 0xeae3e954 dev_pm_clear_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xeaf01ca3 __phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0xeaf0a57c look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0xeaf3cb23 crc64_be +EXPORT_SYMBOL_GPL vmlinux 0xeaf8469d hv_do_fast_hypercall8 +EXPORT_SYMBOL_GPL vmlinux 0xeb018c7b dpcon_open +EXPORT_SYMBOL_GPL vmlinux 0xeb13e514 of_msi_configure +EXPORT_SYMBOL_GPL vmlinux 0xeb32c9c1 __strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0xeb343669 evict_inodes +EXPORT_SYMBOL_GPL vmlinux 0xeb39f81b gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0xeb4221e4 trace_clock +EXPORT_SYMBOL_GPL vmlinux 0xeb44a9de pwm_adjust_config +EXPORT_SYMBOL_GPL vmlinux 0xeb53795b inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0xeb78b1ed unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xeb8dbe23 ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0xeb910446 platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0xebb07e50 bpf_prog_put +EXPORT_SYMBOL_GPL vmlinux 0xebb6a727 driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xebb94118 yield_to +EXPORT_SYMBOL_GPL vmlinux 0xebc6347c iomap_dio_bio_end_io +EXPORT_SYMBOL_GPL vmlinux 0xebc8e833 of_hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0xebd36d8b pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0xebd4cc11 mctrl_gpio_enable_ms +EXPORT_SYMBOL_GPL vmlinux 0xebe496ca __tracepoint_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0xebeb192a acpi_dev_state_d0 +EXPORT_SYMBOL_GPL vmlinux 0xebf956f5 ata_scsi_dma_need_drain +EXPORT_SYMBOL_GPL vmlinux 0xec02ebe0 phylink_init_eee +EXPORT_SYMBOL_GPL vmlinux 0xec0ffdf4 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0xec281cf6 dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0xec2a38dc gpiochip_irq_map +EXPORT_SYMBOL_GPL vmlinux 0xec4b6e80 mtk_alloc_clk_data +EXPORT_SYMBOL_GPL vmlinux 0xec4e5589 clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0xec5668f6 dax_zero_page_range +EXPORT_SYMBOL_GPL vmlinux 0xec5aa3a0 blkdev_zone_mgmt +EXPORT_SYMBOL_GPL vmlinux 0xec5ad73b trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0xec774acb cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xec7cd143 unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xec8055f1 of_clk_hw_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0xec8fb36d dev_pm_genpd_set_performance_state +EXPORT_SYMBOL_GPL vmlinux 0xeca86fc5 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0xecb02268 devm_init_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xecb40962 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xecb671fc tegra210_sata_pll_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0xecb92a41 pcc_mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0xecba68e3 gnttab_batch_map +EXPORT_SYMBOL_GPL vmlinux 0xecd8f23d xenbus_read +EXPORT_SYMBOL_GPL vmlinux 0xecde0399 mbox_chan_received_data +EXPORT_SYMBOL_GPL vmlinux 0xecdeefd7 fbcon_modechange_possible +EXPORT_SYMBOL_GPL vmlinux 0xecfbea05 dma_mmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xed0dba8f __fscrypt_inode_uses_inline_crypto +EXPORT_SYMBOL_GPL vmlinux 0xed1bdc36 skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0xed2c5bcf power_supply_charge_behaviour_parse +EXPORT_SYMBOL_GPL vmlinux 0xed379a80 pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0xed39b7b8 parse_OID +EXPORT_SYMBOL_GPL vmlinux 0xed3caa1b skb_mpls_pop +EXPORT_SYMBOL_GPL vmlinux 0xed42d38a pci_generic_config_read +EXPORT_SYMBOL_GPL vmlinux 0xed448289 nvmem_cell_read_variable_le_u32 +EXPORT_SYMBOL_GPL vmlinux 0xed4a04e6 mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xed6041f6 xdp_rxq_info_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0xed6a814b dev_pm_opp_get_level +EXPORT_SYMBOL_GPL vmlinux 0xed75dc41 perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0xed762edd to_of_pinfo +EXPORT_SYMBOL_GPL vmlinux 0xed78edcd xdp_features_set_redirect_target +EXPORT_SYMBOL_GPL vmlinux 0xed79a897 hte_ts_get +EXPORT_SYMBOL_GPL vmlinux 0xed7c31bc acpi_get_first_physical_node +EXPORT_SYMBOL_GPL vmlinux 0xed85040b usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xed8c384b netdev_xmit_skip_txqueue +EXPORT_SYMBOL_GPL vmlinux 0xed918dde hte_init_line_attr +EXPORT_SYMBOL_GPL vmlinux 0xed93951f tun_get_tx_ring +EXPORT_SYMBOL_GPL vmlinux 0xed9b54fe ipv6_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0xeda7129c md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0xedcd26b8 __traceiter_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xedced10b usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xedd7d3c5 meson_clk_pcie_pll_ops +EXPORT_SYMBOL_GPL vmlinux 0xede9a09a btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0xedf3d8a6 uart_try_toggle_sysrq +EXPORT_SYMBOL_GPL vmlinux 0xedf8b902 vp_modern_config_vector +EXPORT_SYMBOL_GPL vmlinux 0xee1c3693 mptcp_token_get_sock +EXPORT_SYMBOL_GPL vmlinux 0xee2398d4 fixed_phy_register +EXPORT_SYMBOL_GPL vmlinux 0xee2be146 acpi_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0xee38ef57 register_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee40f7f2 pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xee518148 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0xee52bc9a devl_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0xee562569 bio_split_rw +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xee6c633a devices_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xee6f01b9 extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0xee739384 __reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xee74a922 __tracepoint_console +EXPORT_SYMBOL_GPL vmlinux 0xee7aba8e usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0xee842e3c __dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0xee8dda08 desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0xeebb2cc8 mtk_pinconf_bias_disable_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xeec39a2a dw_pcie_ep_reset_bar +EXPORT_SYMBOL_GPL vmlinux 0xeec5cf48 net_ns_get_ownership +EXPORT_SYMBOL_GPL vmlinux 0xeec79021 clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0xeedd987e phy_10gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0xeedfa62a zynqmp_pm_is_function_supported +EXPORT_SYMBOL_GPL vmlinux 0xeee4b172 mnt_idmap_put +EXPORT_SYMBOL_GPL vmlinux 0xeee7eb5c xenbus_dev_changed +EXPORT_SYMBOL_GPL vmlinux 0xeef68434 acpi_ec_remove_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xef13d646 fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0xef1b7b4c led_init_core +EXPORT_SYMBOL_GPL vmlinux 0xef1c8e78 fixed_phy_change_carrier +EXPORT_SYMBOL_GPL vmlinux 0xef1d4194 gpiochip_get_data +EXPORT_SYMBOL_GPL vmlinux 0xef1f6e23 apei_resources_request +EXPORT_SYMBOL_GPL vmlinux 0xef242bac sampling_rate_store +EXPORT_SYMBOL_GPL vmlinux 0xef29fcdd clk_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xef2e96b1 fsl_mc_populate_irq_pool +EXPORT_SYMBOL_GPL vmlinux 0xef34bf3e hrtimer_active +EXPORT_SYMBOL_GPL vmlinux 0xef464c28 getboottime64 +EXPORT_SYMBOL_GPL vmlinux 0xef4f2bb2 acpi_processor_get_performance_info +EXPORT_SYMBOL_GPL vmlinux 0xef5db66d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xef67ec35 __tracepoint_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xef6a5502 mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef70eb7e ring_buffer_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0xef73da17 bio_associate_blkg_from_css +EXPORT_SYMBOL_GPL vmlinux 0xef78adc9 thermal_zone_device_type +EXPORT_SYMBOL_GPL vmlinux 0xef7bc938 pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xef7c67f6 sched_numa_find_nth_cpu +EXPORT_SYMBOL_GPL vmlinux 0xef7cbd9d file_is_kvm +EXPORT_SYMBOL_GPL vmlinux 0xef7f8a19 trace_array_put +EXPORT_SYMBOL_GPL vmlinux 0xef92ef33 btree_last +EXPORT_SYMBOL_GPL vmlinux 0xef9f9946 pinctrl_utils_add_map_configs +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefb0f3e7 wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0xefb11eab usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0xefbc1c08 __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xefc6972f hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0xefcb3a18 device_iommu_capable +EXPORT_SYMBOL_GPL vmlinux 0xefd08d70 irq_gc_set_wake +EXPORT_SYMBOL_GPL vmlinux 0xefd19083 mtk_pinconf_drive_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xefd45641 iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0xefe831ee regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0xefeafcf1 edac_has_mcs +EXPORT_SYMBOL_GPL vmlinux 0xeff5f3a9 lwtunnel_valid_encap_type +EXPORT_SYMBOL_GPL vmlinux 0xf012349d gnttab_batch_copy +EXPORT_SYMBOL_GPL vmlinux 0xf032f711 bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0xf04429b4 acpi_bus_get_status_handle +EXPORT_SYMBOL_GPL vmlinux 0xf04df83e lwtunnel_encap_del_ops +EXPORT_SYMBOL_GPL vmlinux 0xf05a52fe asn1_encode_oid +EXPORT_SYMBOL_GPL vmlinux 0xf05a59af crypto_alloc_rng +EXPORT_SYMBOL_GPL vmlinux 0xf05fbf09 pci_pio_to_address +EXPORT_SYMBOL_GPL vmlinux 0xf0616e7a sched_numa_hop_mask +EXPORT_SYMBOL_GPL vmlinux 0xf0696401 acpi_pci_detect_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xf06a60c7 iommu_device_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xf06b0fea fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xf080297c __traceiter_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xf083e833 regulator_desc_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xf0910075 sfp_bus_del_upstream +EXPORT_SYMBOL_GPL vmlinux 0xf09c68a9 acpi_pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0xf0bcc26d em_dev_register_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0xf0d5d87f iomap_fiemap +EXPORT_SYMBOL_GPL vmlinux 0xf0d912d7 devm_namespace_enable +EXPORT_SYMBOL_GPL vmlinux 0xf0e0e140 acpi_gpiochip_free_interrupts +EXPORT_SYMBOL_GPL vmlinux 0xf0e52dc0 __tracepoint_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xf0ea652c pinconf_generic_dump_config +EXPORT_SYMBOL_GPL vmlinux 0xf0fb1ce1 mcore_booted +EXPORT_SYMBOL_GPL vmlinux 0xf0ffd31e devm_hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0xf1094813 scsi_internal_device_unblock_nowait +EXPORT_SYMBOL_GPL vmlinux 0xf1124ecd sfp_upstream_set_signal_rate +EXPORT_SYMBOL_GPL vmlinux 0xf12180fd imx_1443x_dram_pll +EXPORT_SYMBOL_GPL vmlinux 0xf12753d3 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0xf134c951 xenbus_watch_pathfmt +EXPORT_SYMBOL_GPL vmlinux 0xf13ed84b k3_ringacc_dmarings_init +EXPORT_SYMBOL_GPL vmlinux 0xf150e8ff gpiochip_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0xf1750752 __clk_hw_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0xf175edcc crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0xf184a3b7 dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf188a662 rhashtable_walk_exit +EXPORT_SYMBOL_GPL vmlinux 0xf1967d29 __devm_clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0xf198a2c4 led_set_brightness +EXPORT_SYMBOL_GPL vmlinux 0xf1aaf484 of_get_named_gpio +EXPORT_SYMBOL_GPL vmlinux 0xf1b6b8aa irq_domain_reset_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xf1bbc4f6 devm_ti_sci_get_handle +EXPORT_SYMBOL_GPL vmlinux 0xf1c386f0 arm64_mm_context_put +EXPORT_SYMBOL_GPL vmlinux 0xf1c556fe platform_bus +EXPORT_SYMBOL_GPL vmlinux 0xf1ec262d of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xf1ecda92 vcap_set_rule_set_keyset +EXPORT_SYMBOL_GPL vmlinux 0xf1fb4592 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0xf1ffb44f vcap_rule_set_counter_id +EXPORT_SYMBOL_GPL vmlinux 0xf211fdf9 icc_disable +EXPORT_SYMBOL_GPL vmlinux 0xf2136cf2 devfreq_get_devfreq_by_node +EXPORT_SYMBOL_GPL vmlinux 0xf2193321 ahci_platform_find_clk +EXPORT_SYMBOL_GPL vmlinux 0xf21a7182 da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf23b0fc4 phy_init +EXPORT_SYMBOL_GPL vmlinux 0xf24180db rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xf258e1fd pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0xf2650361 devm_regulator_get_enable +EXPORT_SYMBOL_GPL vmlinux 0xf27d0a7b gnttab_grant_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0xf28404cf devlink_dpipe_header_ipv6 +EXPORT_SYMBOL_GPL vmlinux 0xf28822c1 extcon_set_property +EXPORT_SYMBOL_GPL vmlinux 0xf2967796 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0xf29718a4 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0xf2a84504 crypto_grab_ahash +EXPORT_SYMBOL_GPL vmlinux 0xf2ab37ad devm_watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0xf2b33cb7 memory_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xf2c5b945 ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0xf2d97bc9 bgpio_init +EXPORT_SYMBOL_GPL vmlinux 0xf2e1af19 pci_dev_unlock +EXPORT_SYMBOL_GPL vmlinux 0xf2f57465 unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xf2fb61bd vprintk_default +EXPORT_SYMBOL_GPL vmlinux 0xf2ff4bc2 serial8250_em485_supported +EXPORT_SYMBOL_GPL vmlinux 0xf3083a1d phylink_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf30a5502 cpufreq_enable_boost_support +EXPORT_SYMBOL_GPL vmlinux 0xf311e156 key_being_used_for +EXPORT_SYMBOL_GPL vmlinux 0xf31632e0 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0xf31767c0 debugfs_real_fops +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf31bb65c fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0xf31e4cdf dax_zero_range +EXPORT_SYMBOL_GPL vmlinux 0xf31e6ee0 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0xf32bdc5d unregister_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf3387cb6 devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf340c149 rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0xf340db65 pci_host_probe +EXPORT_SYMBOL_GPL vmlinux 0xf34ba89d restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0xf352023f memory_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xf356e971 crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0xf3618967 l3mdev_master_upper_ifindex_by_index_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf36b1cd9 ahci_start_fis_rx +EXPORT_SYMBOL_GPL vmlinux 0xf36d3e9b dev_pm_opp_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0xf374aa7e class_is_registered +EXPORT_SYMBOL_GPL vmlinux 0xf3797506 mpi_ec_deinit +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf386c524 devfreq_cooling_em_register +EXPORT_SYMBOL_GPL vmlinux 0xf38e94cc rockchip_pcie_deinit_phys +EXPORT_SYMBOL_GPL vmlinux 0xf397011a skcipher_walk_async +EXPORT_SYMBOL_GPL vmlinux 0xf39eb258 stmpe_dev_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xf3a09fe7 crypto_has_kpp +EXPORT_SYMBOL_GPL vmlinux 0xf3a7542f dev_pm_genpd_get_next_hrtimer +EXPORT_SYMBOL_GPL vmlinux 0xf3a9a8a8 ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3b644f8 pwm_apply_state +EXPORT_SYMBOL_GPL vmlinux 0xf3b95d79 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0xf3bfcd97 __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0xf3c5dca6 tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0xf3c8312b alloc_dax_region +EXPORT_SYMBOL_GPL vmlinux 0xf3ca0d94 input_device_enabled +EXPORT_SYMBOL_GPL vmlinux 0xf3cb2fcf lwtunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0xf3e6a179 devm_gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xf3ff6365 sprd_pinctrl_core_probe +EXPORT_SYMBOL_GPL vmlinux 0xf421d47e vcap_copy_rule +EXPORT_SYMBOL_GPL vmlinux 0xf42b7570 regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xf4380ad2 crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0xf43f30a0 usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xf4402a9f regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xf45120f2 dbs_update +EXPORT_SYMBOL_GPL vmlinux 0xf4517bdb rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xf4586809 imx_pinctrl_sc_ipc_init +EXPORT_SYMBOL_GPL vmlinux 0xf45c1184 nvdimm_bus_add_badrange +EXPORT_SYMBOL_GPL vmlinux 0xf45f5eb5 fwnode_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0xf4649d36 of_reserved_mem_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf4689d50 linkmode_set_pause +EXPORT_SYMBOL_GPL vmlinux 0xf47654df irq_check_status_bit +EXPORT_SYMBOL_GPL vmlinux 0xf498de8c blk_bio_list_merge +EXPORT_SYMBOL_GPL vmlinux 0xf4af35c2 rcu_gp_is_normal +EXPORT_SYMBOL_GPL vmlinux 0xf4b00bcb evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0xf4bbc490 usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0xf4c861de vcap_del_rules +EXPORT_SYMBOL_GPL vmlinux 0xf4ca1547 irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xf4cd9f8f reset_control_bulk_release +EXPORT_SYMBOL_GPL vmlinux 0xf4dcbc21 regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0xf4e11b9f dax_remap_file_range_prep +EXPORT_SYMBOL_GPL vmlinux 0xf4fea584 imx_pinconf_get_scu +EXPORT_SYMBOL_GPL vmlinux 0xf4ff0b55 list_lru_count_one +EXPORT_SYMBOL_GPL vmlinux 0xf50fc8d9 iomap_read_folio +EXPORT_SYMBOL_GPL vmlinux 0xf52afd5f linear_hugepage_index +EXPORT_SYMBOL_GPL vmlinux 0xf53cab3f __fscrypt_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0xf54a1d9a io_uring_cmd_sock +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf54d5f02 dev_pm_opp_find_level_ceil +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf5572ba9 wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xf590099d dw_pcie_ep_init +EXPORT_SYMBOL_GPL vmlinux 0xf5a067bf iommu_group_dma_owner_claimed +EXPORT_SYMBOL_GPL vmlinux 0xf5a3ba99 linear_range_values_in_range +EXPORT_SYMBOL_GPL vmlinux 0xf5a64695 rio_dma_prep_xfer +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5aa2912 __irq_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0xf5b115c6 gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0xf5d704ec devlink_port_attrs_pci_sf_set +EXPORT_SYMBOL_GPL vmlinux 0xf5d9c451 attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0xf5da1bb7 kvm_release_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0xf5f370e0 async_schedule_node +EXPORT_SYMBOL_GPL vmlinux 0xf6005e89 fuse_send_init +EXPORT_SYMBOL_GPL vmlinux 0xf60e46c7 nvdimm_bus_register +EXPORT_SYMBOL_GPL vmlinux 0xf61c6b74 hv_do_hypercall +EXPORT_SYMBOL_GPL vmlinux 0xf61d8c7c mtk_eint_find_irq +EXPORT_SYMBOL_GPL vmlinux 0xf62dde96 nvdimm_clear_poison +EXPORT_SYMBOL_GPL vmlinux 0xf638376c sysfs_create_link_nowarn +EXPORT_SYMBOL_GPL vmlinux 0xf63f003a acpi_gpio_get_io_resource +EXPORT_SYMBOL_GPL vmlinux 0xf641039b kcpustat_cpu_fetch +EXPORT_SYMBOL_GPL vmlinux 0xf64aaa25 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xf663ee2f pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0xf66a36aa serial8250_em485_config +EXPORT_SYMBOL_GPL vmlinux 0xf676b458 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0xf67e5d1d inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0xf6868021 fsl_mc_obj_open +EXPORT_SYMBOL_GPL vmlinux 0xf68afa95 switchdev_handle_port_obj_del_foreign +EXPORT_SYMBOL_GPL vmlinux 0xf6946166 ahci_handle_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xf6971ecc fsl_mc_bus_dpcon_type +EXPORT_SYMBOL_GPL vmlinux 0xf698491d class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xf69ab88a pci_epc_map_addr +EXPORT_SYMBOL_GPL vmlinux 0xf69af485 pm_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xf6a18816 tegra_mc_probe_device +EXPORT_SYMBOL_GPL vmlinux 0xf6a28554 region_intersects +EXPORT_SYMBOL_GPL vmlinux 0xf6a866ba dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0xf6addbc8 fsverity_ioctl_enable +EXPORT_SYMBOL_GPL vmlinux 0xf6beee37 __SCK__tp_func_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xf6c71a25 cper_severity_str +EXPORT_SYMBOL_GPL vmlinux 0xf6c8534f ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xf6c8dc62 cpu_hotplug_enable +EXPORT_SYMBOL_GPL vmlinux 0xf6cae58d phy_create +EXPORT_SYMBOL_GPL vmlinux 0xf6da7c86 bpf_trace_run12 +EXPORT_SYMBOL_GPL vmlinux 0xf6df449a crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0xf6e772c3 irq_bypass_unregister_producer +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6ecce40 xfrm_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xf6f10ae5 ahci_platform_disable_resources +EXPORT_SYMBOL_GPL vmlinux 0xf6f16c56 rcu_barrier_tasks +EXPORT_SYMBOL_GPL vmlinux 0xf6fa27a8 skb_clone_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xf6ff4db5 i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0xf704f53a percpu_up_write +EXPORT_SYMBOL_GPL vmlinux 0xf70b38a2 edac_device_del_device +EXPORT_SYMBOL_GPL vmlinux 0xf70da8ad fsl_mc_bus_dpci_type +EXPORT_SYMBOL_GPL vmlinux 0xf70e4a4d preempt_schedule_notrace +EXPORT_SYMBOL_GPL vmlinux 0xf7145dc4 drop_reasons_unregister_subsys +EXPORT_SYMBOL_GPL vmlinux 0xf719b1bd set_primary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xf720dbd3 blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0xf7269474 device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0xf72a65ea tty_get_char_size +EXPORT_SYMBOL_GPL vmlinux 0xf730fb4a qcom_smem_state_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xf734ea15 nvdimm_has_cache +EXPORT_SYMBOL_GPL vmlinux 0xf73ea3d1 udp_tunnel_nic_ops +EXPORT_SYMBOL_GPL vmlinux 0xf7455c16 input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0xf749debc md5_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0xf74bb274 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xf74e7c93 jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0xf74fe8bf device_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0xf75f2f2b pci_epc_bme_notify +EXPORT_SYMBOL_GPL vmlinux 0xf7717965 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0xf7772bde xas_init_marks +EXPORT_SYMBOL_GPL vmlinux 0xf778e03b pci_epc_put +EXPORT_SYMBOL_GPL vmlinux 0xf77cfb30 pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0xf782fb07 percpu_ref_switch_to_atomic_sync +EXPORT_SYMBOL_GPL vmlinux 0xf7866b4f bind_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0xf786e99e device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xf797b37c blkdev_report_zones +EXPORT_SYMBOL_GPL vmlinux 0xf79e7aab pktgen_xfrm_outer_mode_output +EXPORT_SYMBOL_GPL vmlinux 0xf7a834e3 clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0xf7aa5608 serial8250_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0xf7afb369 btree_init +EXPORT_SYMBOL_GPL vmlinux 0xf7bc95b0 devlink_fmsg_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xf7c3f273 xen_resume_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf7c819c8 tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0xf7d9e21b tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0xf7eea17d shake_page +EXPORT_SYMBOL_GPL vmlinux 0xf808cc54 iommu_device_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xf8091b73 regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xf80f5fc7 __SCK__tp_func_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xf81792aa __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xf81aad4f debugfs_file_get +EXPORT_SYMBOL_GPL vmlinux 0xf81cda9b sk_msg_free +EXPORT_SYMBOL_GPL vmlinux 0xf81dce70 thermal_genl_cpu_capability_event +EXPORT_SYMBOL_GPL vmlinux 0xf81e687d da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xf8281d1b devlink_port_init +EXPORT_SYMBOL_GPL vmlinux 0xf849a82e devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xf84b6d50 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xf8540d8c sbitmap_any_bit_set +EXPORT_SYMBOL_GPL vmlinux 0xf858bd6f sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xf85a8a9b bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0xf861bd31 rockchip_clk_register_ddrclk +EXPORT_SYMBOL_GPL vmlinux 0xf86c029e kpp_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xf870d1a6 rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xf8770a6e fwnode_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0xf87de7bc tegra_mc_get_carveout_info +EXPORT_SYMBOL_GPL vmlinux 0xf87f4636 devres_add +EXPORT_SYMBOL_GPL vmlinux 0xf883bf93 crypto_dh_key_len +EXPORT_SYMBOL_GPL vmlinux 0xf887a8e0 acpi_match_device +EXPORT_SYMBOL_GPL vmlinux 0xf890792d task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0xf8952fd7 blk_mq_pci_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xf89d229c perf_event_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0xf8beb0a1 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xf8cd2cc5 imx_get_clk_hw_by_name +EXPORT_SYMBOL_GPL vmlinux 0xf8efbbe8 gnttab_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8f5942b udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf8fe5642 phylink_ethtool_get_pauseparam +EXPORT_SYMBOL_GPL vmlinux 0xf900c77d zynqmp_pm_clock_disable +EXPORT_SYMBOL_GPL vmlinux 0xf9046fc5 pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0xf90dcf03 crypto_register_templates +EXPORT_SYMBOL_GPL vmlinux 0xf91adbcb sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0xf91e5db8 regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xf925ac90 invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0xf927af2c netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0xf92cbc40 perf_aux_output_begin +EXPORT_SYMBOL_GPL vmlinux 0xf934a12c __spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xf9354307 __traceiter_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xf9394502 usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xf94030fe ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xf95275d0 pci_epc_write_header +EXPORT_SYMBOL_GPL vmlinux 0xf952f2db security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0xf95322f4 kthread_parkme +EXPORT_SYMBOL_GPL vmlinux 0xf955e9c5 bprintf +EXPORT_SYMBOL_GPL vmlinux 0xf965d590 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf967422b HYPERVISOR_xen_version +EXPORT_SYMBOL_GPL vmlinux 0xf98b94c9 pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0xf993e4ea relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0xf99abfb2 pci_epc_mem_init +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9a3c5dc zynqmp_pm_load_pdi +EXPORT_SYMBOL_GPL vmlinux 0xf9aa132f devm_pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0xf9b34a0b iopf_queue_free +EXPORT_SYMBOL_GPL vmlinux 0xf9b9c4c8 kvm_vcpu_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0xf9bb73e2 ahci_platform_resume_host +EXPORT_SYMBOL_GPL vmlinux 0xf9c7b8ba phy_speed_down +EXPORT_SYMBOL_GPL vmlinux 0xf9ca5e5d iommu_device_unlink +EXPORT_SYMBOL_GPL vmlinux 0xf9d3321d devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xf9d44a98 virtio_max_dma_size +EXPORT_SYMBOL_GPL vmlinux 0xf9da48cf gpiod_get_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xf9e05a3e rio_del_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0xf9febb98 dprc_get_obj_region +EXPORT_SYMBOL_GPL vmlinux 0xfa1b8b30 smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa20488d tcp_parse_mss_option +EXPORT_SYMBOL_GPL vmlinux 0xfa30c793 validate_xmit_skb_list +EXPORT_SYMBOL_GPL vmlinux 0xfa349688 aer_recover_queue +EXPORT_SYMBOL_GPL vmlinux 0xfa43cefc is_hash_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xfa4d3c24 log_post_write_mmio +EXPORT_SYMBOL_GPL vmlinux 0xfa5f32ca __skb_get_hash_symmetric +EXPORT_SYMBOL_GPL vmlinux 0xfa61637f crypto_akcipher_sync_prep +EXPORT_SYMBOL_GPL vmlinux 0xfa666974 queue_work_node +EXPORT_SYMBOL_GPL vmlinux 0xfa6804f9 rio_pw_enable +EXPORT_SYMBOL_GPL vmlinux 0xfa6c3fb7 pin_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xfa83df95 ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0xfa9f8862 bus_register +EXPORT_SYMBOL_GPL vmlinux 0xfaaf8621 power_supply_battery_bti_in_range +EXPORT_SYMBOL_GPL vmlinux 0xfaafe588 rockchip_pcie_get_phys +EXPORT_SYMBOL_GPL vmlinux 0xfab30dc0 mdio_bus_exit +EXPORT_SYMBOL_GPL vmlinux 0xfab53ed9 pinctrl_gpio_can_use_line +EXPORT_SYMBOL_GPL vmlinux 0xfac3b77e sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0xfacbbbdb udp_abort +EXPORT_SYMBOL_GPL vmlinux 0xfacbc30b acpi_dev_remove_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0xfad9c827 kill_dax +EXPORT_SYMBOL_GPL vmlinux 0xfad9ec47 virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0xfadfe615 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0xfaf17e41 mtk_hw_set_value +EXPORT_SYMBOL_GPL vmlinux 0xfafcaf4e edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0xfb0d7867 __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xfb19de11 irq_gc_mask_disable_reg +EXPORT_SYMBOL_GPL vmlinux 0xfb2a1d28 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0xfb2f8f28 tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb334e4f devm_platform_get_and_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0xfb35890a x509_cert_parse +EXPORT_SYMBOL_GPL vmlinux 0xfb393ff8 dev_pm_set_dedicated_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xfb3f738d finish_rcuwait +EXPORT_SYMBOL_GPL vmlinux 0xfb48c42a devlink_alloc_ns +EXPORT_SYMBOL_GPL vmlinux 0xfb5b20d4 dev_pm_opp_get_suspend_opp_freq +EXPORT_SYMBOL_GPL vmlinux 0xfb60faf5 posix_acl_clone +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb74e910 proc_douintvec_minmax +EXPORT_SYMBOL_GPL vmlinux 0xfb818935 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbc022cc init_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0xfbcf9d27 udp_cmsg_send +EXPORT_SYMBOL_GPL vmlinux 0xfbd1c4d8 tcp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0xfbdd464e __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xfbe0eca9 stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0xfbe97c39 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0xfbf20c8b devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xfbf61a3f sbitmap_queue_show +EXPORT_SYMBOL_GPL vmlinux 0xfbf83bf2 rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0xfbfc3419 __devm_clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xfbffd601 net_prio_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc0917b5 xenbus_dev_fatal +EXPORT_SYMBOL_GPL vmlinux 0xfc0daea1 meson8_aobus_parse_dt_extra +EXPORT_SYMBOL_GPL vmlinux 0xfc201b66 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0xfc254d15 gnttab_free_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xfc2a6acd ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0xfc3b4246 acpi_bus_update_power +EXPORT_SYMBOL_GPL vmlinux 0xfc515410 serdev_device_write_flush +EXPORT_SYMBOL_GPL vmlinux 0xfc5fd7cf register_btf_fmodret_id_set +EXPORT_SYMBOL_GPL vmlinux 0xfc6c2c0e __acpi_node_get_property_reference +EXPORT_SYMBOL_GPL vmlinux 0xfc7ba83a qcom_icc_xlate_extended +EXPORT_SYMBOL_GPL vmlinux 0xfc855019 dpcon_set_notification +EXPORT_SYMBOL_GPL vmlinux 0xfc8fcd0d dma_request_chan +EXPORT_SYMBOL_GPL vmlinux 0xfc942eac pci_generic_config_read32 +EXPORT_SYMBOL_GPL vmlinux 0xfc9477b5 zynqmp_pm_set_pll_frac_data +EXPORT_SYMBOL_GPL vmlinux 0xfcaa36eb component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0xfcbfec70 add_memory_driver_managed +EXPORT_SYMBOL_GPL vmlinux 0xfcc1edd3 memory_block_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0xfcf9ef73 hw_protection_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xfd0124e7 __traceiter_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0xfd04bc98 query_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0xfd05ffdb clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0xfd068326 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xfd15126c crypto_unregister_scomp +EXPORT_SYMBOL_GPL vmlinux 0xfd195774 k3_udma_glue_disable_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xfd25c581 ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0xfd4dab93 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0xfd51bda3 ahci_do_softreset +EXPORT_SYMBOL_GPL vmlinux 0xfd55eaca stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xfd6555fb xlnx_unregister_event +EXPORT_SYMBOL_GPL vmlinux 0xfd6e451f dma_resv_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xfd7243c7 erst_disable +EXPORT_SYMBOL_GPL vmlinux 0xfd73d26d irq_chip_release_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0xfd77e268 register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xfd7d7e11 devlink_linecard_nested_dl_set +EXPORT_SYMBOL_GPL vmlinux 0xfd842187 crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0xfd99fbc0 inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0xfdac4e01 iommu_get_domain_for_dev_pasid +EXPORT_SYMBOL_GPL vmlinux 0xfdb18e01 usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0xfdbd7a17 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xfdbdbb30 transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xfdd1d410 ethtool_dev_mm_supported +EXPORT_SYMBOL_GPL vmlinux 0xfdd56e55 pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0xfdd7d7c7 fsl_mc_device_add +EXPORT_SYMBOL_GPL vmlinux 0xfdd99bcc rcu_trc_cmpxchg_need_qs +EXPORT_SYMBOL_GPL vmlinux 0xfddbd2b9 pci_p2pmem_virt_to_bus +EXPORT_SYMBOL_GPL vmlinux 0xfdea2d04 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfdf2204f __traceiter_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xfe0e7cd3 apei_exec_post_unmap_gars +EXPORT_SYMBOL_GPL vmlinux 0xfe19dc28 vivaldi_function_row_physmap_show +EXPORT_SYMBOL_GPL vmlinux 0xfe1a7a7b mpi_point_release +EXPORT_SYMBOL_GPL vmlinux 0xfe1ae5ea pm_wakeup_ws_event +EXPORT_SYMBOL_GPL vmlinux 0xfe1b2f45 ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xfe381bea kthread_func +EXPORT_SYMBOL_GPL vmlinux 0xfe3a6de3 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfe3f9c56 sdio_retune_release +EXPORT_SYMBOL_GPL vmlinux 0xfe476039 ktime_get_resolution_ns +EXPORT_SYMBOL_GPL vmlinux 0xfe4b16b0 thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfe554300 trace_array_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xfe62fd05 tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0xfe642c2f led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0xfe6dea4e uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xfe7b3abf __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0xfe8cdb84 ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0xfe90502d mtk_hw_get_value +EXPORT_SYMBOL_GPL vmlinux 0xfe96394e blk_mq_freeze_queue_wait +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfe99dad0 dtpm_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xfe9a0622 rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0xfea71e2b wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xfeb0cacb vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0xfec1c136 devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0xfec3bf84 icst_clk_setup +EXPORT_SYMBOL_GPL vmlinux 0xfecd38e1 acpi_pm_set_device_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfeec3489 pkcs7_parse_message +EXPORT_SYMBOL_GPL vmlinux 0xfeeecd05 apei_read +EXPORT_SYMBOL_GPL vmlinux 0xfef4131e pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0xfef6022b pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xfefec51f cpufreq_dbs_governor_exit +EXPORT_SYMBOL_GPL vmlinux 0xff00335f netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0xff014c76 pinctrl_pm_select_sleep_state +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff08f2e5 icc_node_add +EXPORT_SYMBOL_GPL vmlinux 0xff1666f3 reset_control_bulk_assert +EXPORT_SYMBOL_GPL vmlinux 0xff291ecf clk_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xff3cb874 spi_controller_dma_map_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0xff42c374 usb_role_switch_get_role +EXPORT_SYMBOL_GPL vmlinux 0xff5dc209 device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xff663d7c io_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0xff6b2abc kthread_use_mm +EXPORT_SYMBOL_GPL vmlinux 0xff731742 pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0xff7e33bf mpi_sub_ui +EXPORT_SYMBOL_GPL vmlinux 0xff7ed106 devm_regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xff81487d gpiod_remove_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0xff8149d5 of_prop_next_u32 +EXPORT_SYMBOL_GPL vmlinux 0xff84a8a5 page_reporting_order +EXPORT_SYMBOL_GPL vmlinux 0xff95e380 nvdimm_provider_data +EXPORT_SYMBOL_GPL vmlinux 0xff979449 __netpoll_free +EXPORT_SYMBOL_GPL vmlinux 0xff9e23d1 hugetlb_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xff9fc7f3 pci_epc_get_msix +EXPORT_SYMBOL_GPL vmlinux 0xffa7a625 acpi_dev_gpio_irq_wake_get_by +EXPORT_SYMBOL_GPL vmlinux 0xffae8e8b nsecs_to_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xffaef974 led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xffb30784 devm_fwnode_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xffc3b34f pm_runtime_get_if_active +EXPORT_SYMBOL_GPL vmlinux 0xffc86f14 __xas_next +EXPORT_SYMBOL_GPL vmlinux 0xffdfbc87 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0xffe25505 virtqueue_get_vring +EXPORT_SYMBOL_GPL vmlinux 0xfff41647 spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xfff9f803 preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xfffa474b key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0xfffdc77b __sock_recv_timestamp +FIRMWARE_LOADER_PRIVATE EXPORT_SYMBOL_GPL 0x07342898 unregister_firmware_config_sysctl vmlinux +FIRMWARE_LOADER_PRIVATE EXPORT_SYMBOL_GPL 0xae43feea register_firmware_config_sysctl vmlinux +FIRMWARE_LOADER_PRIVATE EXPORT_SYMBOL_GPL 0xd3ae7756 fw_fallback_config vmlinux +FW_CS_DSP EXPORT_SYMBOL_GPL 0x07b9921b cs_dsp_adsp2_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x08bbfefe cs_dsp_read_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x144d6986 cs_dsp_mem_region_name drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x1917741f cs_dsp_remove drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x2b312f46 cs_dsp_cleanup_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x4e5562f8 cs_dsp_remove_padding drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x4efc00f4 cs_dsp_set_dspclk drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x5304309f cs_dsp_read_raw_data_block drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x584df2c6 cs_dsp_stop drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x5e6f08f3 cs_dsp_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x60f5d5b4 cs_dsp_halo_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x63f162d4 cs_dsp_find_alg_region drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x65ba520d cs_dsp_get_ctl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x6e0cce2d cs_dsp_chunk_write drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x756fe01c cs_dsp_run drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x86bb54e5 cs_dsp_coeff_write_acked_control drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x89a00fd2 cs_dsp_adsp2_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x96cc2809 cs_dsp_halo_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9753436e cs_dsp_init_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9bcef0c3 cs_dsp_adsp1_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9e324cb0 cs_dsp_chunk_flush drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xacc19c4e cs_dsp_adsp1_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xb6c0d9e7 cs_dsp_chunk_read drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xbb46d378 cs_dsp_coeff_read_ctrl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xd921c9ab cs_dsp_coeff_write_ctrl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xded2eb9a cs_dsp_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xe14f64be cs_dsp_write_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xea6e5eaf cs_dsp_adsp1_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xf2e27d6f cs_dsp_halo_wdt_expire drivers/firmware/cirrus/cs_dsp +HWMON_THERMAL EXPORT_SYMBOL_GPL 0x9e6090c3 hwmon_device_register_for_thermal vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x14013dbb idle_inject_register_full vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x5b3a2cd6 idle_inject_start vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x5f064467 idle_inject_register vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x85c2b7eb idle_inject_stop vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x95e93783 idle_inject_set_latency vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0xc18575af idle_inject_set_duration vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0xe9cbcfd0 idle_inject_get_duration vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0xf0e96547 idle_inject_unregister vmlinux +IIO_AD5592R EXPORT_SYMBOL_GPL 0x38b0d6b3 ad5592r_probe drivers/iio/dac/ad5592r-base +IIO_AD5592R EXPORT_SYMBOL_GPL 0x9b456c94 ad5592r_remove drivers/iio/dac/ad5592r-base +IIO_AD5686 EXPORT_SYMBOL_GPL 0x1b66df97 ad5686_probe drivers/iio/dac/ad5686 +IIO_AD5686 EXPORT_SYMBOL_GPL 0xaa59fcd1 ad5686_remove drivers/iio/dac/ad5686 +IIO_AD7091R EXPORT_SYMBOL_GPL 0x4241357c ad7091r_probe drivers/iio/adc/ad7091r-base +IIO_AD7091R EXPORT_SYMBOL_GPL 0x52a8506e ad7091r_regmap_config drivers/iio/adc/ad7091r-base +IIO_AD7606 EXPORT_SYMBOL_GPL 0x66f375d1 ad7606_pm_ops drivers/iio/adc/ad7606 +IIO_AD7606 EXPORT_SYMBOL_GPL 0x79a71429 ad7606_probe drivers/iio/adc/ad7606 +IIO_ADISLIB EXPORT_SYMBOL 0x4e2a5cd6 __adis_enable_irq drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL 0x5ab4b199 adis_debugfs_reg_access drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x07de7947 devm_adis_probe_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x32b6a039 adis_init drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x704a4606 devm_adis_setup_buffer_and_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x826c89a8 adis_update_scan_mode drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x9ed938c8 __adis_initial_startup drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xa3eae76c __adis_read_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xaec2fb04 adis_single_conversion drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xcae4eb1f __adis_check_status drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xcc69e1a4 __adis_write_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xe17526c8 __adis_update_bits_base drivers/iio/imu/adis_lib +IIO_ADIS_LIB EXPORT_SYMBOL_GPL 0x0947b311 __adis_reset drivers/iio/imu/adis_lib +IIO_ADI_AXI EXPORT_SYMBOL_GPL 0x8e889ba2 adi_axi_adc_conv_priv drivers/iio/adc/adi-axi-adc +IIO_ADI_AXI EXPORT_SYMBOL_GPL 0xae4bfb53 devm_adi_axi_adc_conv_register drivers/iio/adc/adi-axi-adc +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x8401eedc adxl313_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x93298a1c adxl312_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x932e87b3 adxl314_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xbda93839 adxl31x_chip_info drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe1d8d09c adxl314_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe1dfdd33 adxl312_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe4aa0028 adxl313_core_probe drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xf6f7b9f3 adxl313_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0x4d2f5e0f adxl35x_chip_info drivers/iio/accel/adxl355_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0x6ff5403b adxl355_readable_regs_tbl drivers/iio/accel/adxl355_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0xb446fa86 adxl355_writeable_regs_tbl drivers/iio/accel/adxl355_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0xc394e747 adxl355_core_probe drivers/iio/accel/adxl355_core +IIO_ADXL367 EXPORT_SYMBOL_GPL 0x61718755 adxl367_probe drivers/iio/accel/adxl367 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0x6ca3fded adxl372_probe drivers/iio/accel/adxl372 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0xe0d325a2 adxl372_readable_noinc_reg drivers/iio/accel/adxl372 +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x16d0a067 ad_sd_set_comm drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x29fb3ba2 ad_sigma_delta_single_conversion drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x4276cc5f devm_ad_sd_setup_buffer_and_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x496556f5 ad_sd_reset drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x6f3db2d4 ad_sd_calibrate_all drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x714bf94d ad_sd_init drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x96bf44b8 ad_sd_write_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xb3014fc3 ad_sd_validate_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xd1687a6a ad_sd_read_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xf0af26bb ad_sd_calibrate drivers/iio/adc/ad_sigma_delta +IIO_BMA400 EXPORT_SYMBOL 0x518a4ae0 bma400_probe drivers/iio/accel/bma400_core +IIO_BMA400 EXPORT_SYMBOL 0x9e4c0d95 bma400_regmap_config drivers/iio/accel/bma400_core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x7175cef1 bmc150_accel_pm_ops drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0xaf9acaa5 bmc150_accel_core_remove drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0xb26fbcc7 bmc150_accel_core_probe drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0xf8f0ccee bmc150_regmap_conf drivers/iio/accel/bmc150-accel-core +IIO_BMC150_MAGN EXPORT_SYMBOL 0x01b24c29 bmc150_magn_regmap_config drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x75f96a8c bmc150_magn_pm_ops drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x8a68a5e4 bmc150_magn_probe drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0xd41c3773 bmc150_magn_remove drivers/iio/magnetometer/bmc150_magn +IIO_BME680 EXPORT_SYMBOL 0xf85d11d6 bme680_regmap_config drivers/iio/chemical/bme680_core +IIO_BME680 EXPORT_SYMBOL_GPL 0x89831459 bme680_core_probe drivers/iio/chemical/bme680_core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x1cb450d3 bmi088_regmap_conf drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x37136f4b bmi088_accel_core_remove drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xa564cf33 bmi088_accel_pm_ops drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xd5733de8 bmi088_accel_core_probe drivers/iio/accel/bmi088-accel-core +IIO_BMI160 EXPORT_SYMBOL 0xca19cfae bmi160_enable_irq drivers/iio/imu/bmi160/bmi160_core +IIO_BMI160 EXPORT_SYMBOL 0xcc14bca2 bmi160_regmap_config drivers/iio/imu/bmi160/bmi160_core +IIO_BMI160 EXPORT_SYMBOL_GPL 0xde0ecd60 bmi160_core_probe drivers/iio/imu/bmi160/bmi160_core +IIO_BMP280 EXPORT_SYMBOL 0x231151a4 bme280_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x289555bb bmp180_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x3139daa0 bmp580_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x53ae4fb8 bmp580_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x54f47060 bmp280_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x580698be bmp180_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x5dd2f33d bmp380_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xb28045dc bmp280_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xc9fb9116 bmp380_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xd3199c00 bmp280_common_probe drivers/iio/pressure/bmp280 +IIO_BNO055 EXPORT_SYMBOL_GPL 0xcb987415 bno055_regmap_config drivers/iio/imu/bno055/bno055 +IIO_BNO055 EXPORT_SYMBOL_GPL 0xe652d67f bno055_probe drivers/iio/imu/bno055/bno055 +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x28d74666 fxas21002c_pm_ops drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0xaa09d6bf fxas21002c_core_probe drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0xdc9a466f fxas21002c_core_remove drivers/iio/gyro/fxas21002c_core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x3a64d455 fxls8962af_i2c_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x98ba4090 fxls8962af_spi_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xc6f5ca79 fxls8962af_core_probe drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xcbefd13a fxls8962af_pm_ops drivers/iio/accel/fxls8962af-core +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x094bee02 iio_gts_avail_scales_for_time drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x296bb0cd iio_gts_all_avail_scales drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x4b84ccc9 devm_iio_init_iio_gts drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x4ed89402 iio_gts_find_sel_by_gain drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x53000dc5 iio_gts_find_gain_by_sel drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x54a7bad7 iio_gts_get_min_gain drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x5f338fa0 iio_gts_find_new_gain_sel_by_old_gain_time drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xa3374797 iio_gts_get_scale drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xaf5aaa85 iio_find_closest_gain_low drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xc061498b iio_gts_avail_times drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xc25ccf30 iio_gts_find_new_gain_by_old_gain_time drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xd7e29768 iio_gts_find_gain_sel_for_scale_using_time drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xf42af90f iio_gts_total_gain_to_scale drivers/iio/industrialio-gts-helper +IIO_HID EXPORT_SYMBOL 0x0ae97b56 hid_sensor_setup_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x123cbfeb hid_sensor_write_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x46528d46 hid_sensor_power_state drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x788dbc57 hid_sensor_read_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x7f7621ec hid_sensor_format_scale drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x95806293 hid_sensor_write_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xadaac60e hid_sensor_read_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xd0761454 hid_sensor_parse_common_attributes drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xd89dd634 hid_sensor_read_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xdbeeed87 hid_sensor_pm_ops drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0xe5d28722 hid_sensor_remove_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0xe8d423d6 hid_sensor_convert_timestamp drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xf368b73f hid_sensor_write_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x0efae660 hid_sensor_set_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x56f7b5a2 hid_sensor_batch_mode_supported drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x8e09e869 hid_sensor_read_poll_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xcd6c3b85 hid_sensor_get_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HMC5843 EXPORT_SYMBOL 0x45d044e6 hmc5843_pm_ops drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0x7435c3ca hmc5843_common_probe drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0xb251304d hmc5843_common_remove drivers/iio/magnetometer/hmc5843_core +IIO_HTS221 EXPORT_SYMBOL 0x4dc14178 hts221_probe drivers/iio/humidity/hts221 +IIO_HTS221 EXPORT_SYMBOL 0x83fa926d hts221_pm_ops drivers/iio/humidity/hts221 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x5145f398 inv_icm42600_core_probe drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0xc1ffdc34 inv_icm42600_pm_ops drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0xcb9727de inv_icm42600_regmap_config drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_KX022A EXPORT_SYMBOL_GPL 0x29694e72 kx022a_regmap drivers/iio/accel/kionix-kx022a +IIO_KX022A EXPORT_SYMBOL_GPL 0x30d653cd kx022a_probe_internal drivers/iio/accel/kionix-kx022a +IIO_KXSD9 EXPORT_SYMBOL 0x6ef9ee5a kxsd9_common_probe drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0x7944a1f9 kxsd9_common_remove drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0xcac63553 kxsd9_dev_pm_ops drivers/iio/accel/kxsd9 +IIO_LSM6DSX EXPORT_SYMBOL 0x22617bf4 st_lsm6dsx_probe drivers/iio/imu/st_lsm6dsx/st_lsm6dsx +IIO_LSM6DSX EXPORT_SYMBOL 0xd33d55d9 st_lsm6dsx_pm_ops drivers/iio/imu/st_lsm6dsx/st_lsm6dsx +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x045688dd ms_sensors_read_prom_word drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x2947a6c1 ms_sensors_write_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x2d2f5cd5 ms_sensors_reset drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x42b6a050 ms_sensors_convert_and_read drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x8769b9c1 ms_sensors_read_temp_and_pressure drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x974844c0 ms_sensors_ht_read_humidity drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xaf22bdee ms_sensors_ht_read_temperature drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xd39f9846 ms_sensors_show_battery_low drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xd8fee82e ms_sensors_read_serial drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xf08118c0 ms_sensors_show_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xf4f212be ms_sensors_tp_read_prom drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xf545270a ms_sensors_write_resolution drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x0a3bd557 mma7455_core_remove drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x57812e69 mma7455_core_regmap drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x75bad32e mma7455_core_probe drivers/iio/accel/mma7455_core +IIO_MMA9551 EXPORT_SYMBOL 0x313f6daa mma9551_read_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x41ef446c mma9551_read_accel_scale drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x4a7fa5a0 mma9551_write_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x4c01c2ee mma9551_read_version drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x500bdaa3 mma9551_write_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x546ce3d4 mma9551_read_accel_chan drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x603d7b0f mma9551_read_status_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x653183f0 mma9551_write_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x6852f680 mma9551_read_status_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x78324d16 mma9551_read_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x8bfea130 mma9551_read_status_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x970b31a1 mma9551_set_device_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xa4f1d42a mma9551_update_config_bits drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xae47a4e0 mma9551_set_power_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xbcd7fe96 mma9551_sleep drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xc87621f6 mma9551_gpio_config drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xcd37b5a2 mma9551_app_reset drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xeb15e327 mma9551_read_config_words drivers/iio/accel/mma9551_core +IIO_MPL115 EXPORT_SYMBOL 0xe53895b9 mpl115_dev_pm_ops drivers/iio/pressure/mpl115 +IIO_MPL115 EXPORT_SYMBOL_GPL 0x6e225dd5 mpl115_probe drivers/iio/pressure/mpl115 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0x7f4c25d5 inv_mpu_pmops drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0xc3d86c5e inv_mpu_core_probe drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MS5611 EXPORT_SYMBOL 0xe8ef1674 ms5611_probe drivers/iio/pressure/ms5611_core +IIO_RESCALE EXPORT_SYMBOL_GPL 0x57b0d6fe rescale_process_offset drivers/iio/afe/iio-rescale +IIO_RESCALE EXPORT_SYMBOL_GPL 0x9ced34c8 rescale_process_scale drivers/iio/afe/iio-rescale +IIO_RM3100 EXPORT_SYMBOL_GPL 0x0a1424e0 rm3100_volatile_table drivers/iio/magnetometer/rm3100-core +IIO_RM3100 EXPORT_SYMBOL_GPL 0x247420fc rm3100_common_probe drivers/iio/magnetometer/rm3100-core +IIO_RM3100 EXPORT_SYMBOL_GPL 0xaa911f08 rm3100_readable_table drivers/iio/magnetometer/rm3100-core +IIO_RM3100 EXPORT_SYMBOL_GPL 0xcc7209be rm3100_writable_table drivers/iio/magnetometer/rm3100-core +IIO_SCD30 EXPORT_SYMBOL 0x1d701ba7 scd30_probe drivers/iio/chemical/scd30_core +IIO_SCD30 EXPORT_SYMBOL 0xede91bd5 scd30_pm_ops drivers/iio/chemical/scd30_core +IIO_SPS30 EXPORT_SYMBOL_GPL 0x6c98e3fe sps30_probe drivers/iio/chemical/sps30 +IIO_SSP_SENSORS EXPORT_SYMBOL 0x1e89f006 ssp_common_process_data drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x327e870d ssp_enable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x3c38c93e ssp_common_buffer_postdisable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x9881aade ssp_disable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x9b5d9483 ssp_change_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xd80cb8c3 ssp_get_sensor_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xe0688f59 ssp_common_buffer_postenable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0xf3ea63d6 ssp_register_consumer drivers/iio/common/ssp_sensors/sensorhub +IIO_ST_SENSORS EXPORT_SYMBOL 0x04af3861 st_sensors_set_fullscale_by_gain drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x074d7047 st_sensors_trigger_handler drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x07ece37b st_sensors_debugfs_reg_access drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x0ea9b624 st_sensors_i2c_configure drivers/iio/common/st_sensors/st_sensors_i2c +IIO_ST_SENSORS EXPORT_SYMBOL 0x23484d33 st_sensors_verify_id drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x29b24076 st_sensors_sysfs_sampling_frequency_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x2b4b4434 st_sensors_get_settings_index drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x4aba0f68 st_press_get_settings drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0x4cde2526 st_accel_get_settings drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0x56e86f2c st_sensors_set_dataready_irq drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x571c346a st_sensors_set_axis_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x596496a4 st_press_common_probe drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0x606ae28d st_sensors_power_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x6a5f3902 st_sensors_set_odr drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x72e0fa8f st_gyro_get_settings drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0x896103bf st_gyro_common_probe drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0x8a0222b0 st_sensors_set_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x8e421022 st_sensors_validate_device drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x9a782509 st_sensors_spi_configure drivers/iio/common/st_sensors/st_sensors_spi +IIO_ST_SENSORS EXPORT_SYMBOL 0x9c6cda20 st_accel_common_probe drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0xb3d2785a st_sensors_allocate_trigger drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xc89a9550 st_magn_common_probe drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0xcaccf68d st_sensors_read_info_raw drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xd8f4632b st_sensors_init_sensor drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xe314312e st_magn_get_settings drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0xfac78d00 st_sensors_dev_name_probe drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xfe5e30fb st_sensors_sysfs_scale_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL_GPL 0xc08a5e50 st_lsm9ds0_probe drivers/iio/imu/st_lsm9ds0/st_lsm9ds0 +IIO_UVIS25 EXPORT_SYMBOL 0x4dd1d58a st_uvis25_probe drivers/iio/light/st_uvis25_core +IIO_UVIS25 EXPORT_SYMBOL 0x53801a70 st_uvis25_pm_ops drivers/iio/light/st_uvis25_core +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x3219cc49 zpa2326_probe drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x435abec8 zpa2326_isreg_readable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x74e0ad89 zpa2326_pm_ops drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x88868104 zpa2326_isreg_writeable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xa4268405 zpa2326_isreg_precious drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xf5f91f73 zpa2326_remove drivers/iio/pressure/zpa2326 +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0x0a48cef7 m10bmc_sys_read drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xb049dc72 m10bmc_dev_init drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xbb92681c m10bmc_sys_update_bits drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xc0041db0 m10bmc_dev_groups drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xcf5e5fe9 m10bmc_fw_state_set drivers/mfd/intel-m10-bmc-core +IOMMUFD EXPORT_SYMBOL_GPL 0x0381831a iommufd_device_detach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x3c51cd3e iommufd_access_rw drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x40c723c9 iommufd_access_destroy drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x41fd10f1 iommufd_ctx_from_file drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x4c306d0c iommufd_device_attach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x5975ab8c iommufd_ctx_put drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x653ce1bc iommufd_access_attach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x7cff2fa9 iommufd_device_unbind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xa43e902c iommufd_access_create drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xdcac3f3e iommufd_access_pin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xe337fd2c iommufd_access_unpin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xe769ad56 iommufd_ctx_get drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xe966050e iommufd_device_bind drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x5837ac3f iommufd_vfio_compat_ioas_create drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0xc89fad13 iommufd_vfio_compat_ioas_get_id drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0xcdcf17bc iommufd_vfio_compat_set_no_iommu drivers/iommu/iommufd/iommufd +IWLWIFI EXPORT_SYMBOL_GPL 0x0016b1f9 iwl_force_nmi drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x00baba1e iwl_read_ppag_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0161d9a6 iwl_sar_get_wrds_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0482afe8 iwl_free_fw_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x07c36713 iwl_read32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0ad0d6e8 iwl_fw_dbg_read_d3_debug_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0b550e36 iwl_set_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0d60a8e8 __iwl_warn drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x103ec29d iwl_acpi_get_dsm_u32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1332e4de iwl_abort_notification_waits drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1aead662 iwl_poll_direct_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x214be4a1 iwl_set_bits_mask_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2710c362 iwl_dump_desc_assert drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2fb7a927 iwl_write_prph_delay drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2feb715b __iwl_dbg drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3135c0de iwl_acpi_get_tas drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x32952c2c iwl_poll_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x33a9934f iwl_sar_geo_support drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x348e80b3 iwl_fw_runtime_suspend drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x35033c81 iwl_phy_db_free drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3693dff1 iwl_get_cmd_string drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x37956b72 rs_pretty_print_rate drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3b359798 iwl_sar_get_ewrd_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x464406ce iwl_acpi_get_dsm_u8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4666b6c7 iwl_sar_geo_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x49e0135d iwl_new_rate_from_v1 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x542ee46f iwl_fw_dbg_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x55195820 iwl_configure_rxq drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5988395c iwl_notification_wait_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5a1984b1 iwl_read_external_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5c52e109 iwl_opmode_deregister drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5eb4c47c iwl_acpi_get_eckv drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x605a4d87 iwl_parse_mei_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x63711038 iwl_parse_eeprom_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6459914e iwl_read_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x645a8aed iwl_read_eeprom drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6c97b241 __iwl_err drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6cc98f64 iwl_fw_runtime_resume drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7072d49c iwl_fw_runtime_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x71998454 __iwl_crit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x73e70fa9 iwl_write_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x776221bf iwl_send_phy_db_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x78971d7e iwl_he_is_sgi drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7a0f9193 iwl_finish_nic_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7e66ec11 iwl_acpi_get_pwr_limit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x80e60b52 iwl_fw_dbg_error_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x828c6838 iwlwifi_mod_params drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x84bb50e1 iwl_rs_pretty_ant drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x874c77de iwl_fw_rate_idx_to_plcp drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x889ea46b iwl_get_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x893be4f5 iwl_fw_dbg_collect_trig drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8f1db3c5 iwl_write8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8fe0d9cf iwl_uefi_get_sgom_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9038811a iwl_rfi_guid drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x927e4662 iwl_set_soc_latency drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x93090c73 iwl_write_prph64_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9dcf51b6 iwl_sar_select_profile drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9e1207e0 iwl_sar_get_wgds_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa34dde71 iwl_clear_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa44718d4 iwl_parse_nvm_mcc_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa9d8b631 iwl_acpi_get_mcc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xadb7e841 iwl_dbg_tlv_del_timers drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb03b6864 iwl_cmd_groups_verify_sorted drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb0ba0cb3 iwl_opmode_register drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb177e5c8 iwl_write32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb34c0959 iwl_trans_send_cmd drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb37b318c iwl_rs_pretty_bw drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb402ac0f iwl_fwrt_dump_error_logs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb53dd498 iwl_drv_get_fwname_pre drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb7d5ffb1 iwl_rate_mcs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb834b20a iwl_read_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbafc8994 iwl_wait_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbc872805 iwl_write_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbe3b1e34 iwl_get_shared_mem_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbf15e771 iwl_read_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xce0c6460 iwl_phy_db_set_section drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd0df8ab8 iwl_fw_start_dbg_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd2e3887f iwl_fw_dbg_stop_restart_recording drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd5b44582 iwl_write_direct64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd844884f iwl_write64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xdcaeaf40 iwl_phy_db_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe0768adf iwl_acpi_get_phy_filters drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe0eb5838 iwl_init_notification_wait drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe75b7e77 iwl_notification_wait drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe8d12782 iwl_fw_dbg_stop_sync drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xea1b26fc iwl_nvm_fixups drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xec049ec6 iwl_acpi_get_lari_config_bitmap drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xef086d93 iwl_pnvm_load drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf073ed59 iwl_parse_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf3e2caa7 iwl_fw_dbg_collect_desc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf4d5d79c __iwl_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf83be27b iwl_acpi_get_ppag_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf88964e4 iwl_remove_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfa8601cb iwl_acpi_is_ppag_approved drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfc1e6f41 iwl_guid drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfcd35751 iwl_init_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfd263977 iwl_uefi_get_step_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xff8285a3 _iwl_dbg_tlv_time_point drivers/net/wireless/intel/iwlwifi/iwlwifi +LTC2497 EXPORT_SYMBOL 0x86d111d9 ltc2497core_remove drivers/iio/adc/ltc2497-core +LTC2497 EXPORT_SYMBOL 0xbe4e61da ltc2497core_probe drivers/iio/adc/ltc2497-core +MCB EXPORT_SYMBOL_GPL 0x004077a6 mcb_free_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x0624aca5 __mcb_register_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x069fb793 chameleon_parse_cells drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x1c130613 mcb_bus_put drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x3ccb95f6 mcb_alloc_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x9d27eb1e mcb_unregister_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xcd4c0ed0 mcb_bus_add_devices drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xd08f7a2d mcb_get_resource drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xd83d152d mcb_request_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xddc2a3a3 mcb_get_irq drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xde9f04ee mcb_alloc_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xdebd88d3 mcb_release_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xeb2c8905 mcb_release_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xed0efccf mcb_bus_get drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xfc993a20 mcb_device_register drivers/mcb/mcb +MFD_OCELOT EXPORT_SYMBOL 0x2baf9e06 ocelot_chip_reset drivers/mfd/ocelot-soc +MFD_OCELOT EXPORT_SYMBOL 0xbf808fdb ocelot_core_init drivers/mfd/ocelot-soc +MFD_OCELOT_SPI EXPORT_SYMBOL 0x9a58cb72 ocelot_spi_init_regmap drivers/mfd/ocelot-soc +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x40da32d6 nvme_ctrl_from_file drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x4b79cbe6 nvme_execute_rq drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x7db5ef58 nvme_passthru_end drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xd0edd1bf nvme_find_get_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xd71ee34f nvme_passthru_start drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xf42738fb nvme_command_effects drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xf9cac8d6 nvme_put_ns drivers/nvme/host/nvme-core +PECI EXPORT_SYMBOL_GPL 0x11a40d12 peci_request_alloc drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x1d0aa35a peci_xfer_pkg_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x2150f011 peci_xfer_ep_mmio64_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x2bfb4817 peci_xfer_get_dib drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x31bb5902 peci_xfer_pkg_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x32040e65 peci_xfer_ep_pci_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x3b6d2a56 peci_xfer_ep_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x5231aac6 peci_xfer_pkg_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x53073f57 devm_peci_controller_add drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x5bdc0250 peci_xfer_ep_mmio32_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x61e47164 peci_xfer_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x69297bb5 peci_request_dib_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x695222c0 __peci_driver_register drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x6bb220d7 peci_request_data_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x6df68967 peci_xfer_get_temp drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x6e48c0a6 peci_request_data_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x786c690b peci_xfer_ep_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x7aae58e6 peci_request_data_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x7b282be7 peci_request_free drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x7c34e5e3 peci_xfer_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x94a40451 peci_driver_unregister drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xa6e8031b peci_xfer_ep_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xaf812728 peci_xfer_ep_pci_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xbc6361a1 peci_request_temp_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xc645fb43 peci_request_status drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xc76eef8a peci_xfer_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xc9e1aa08 peci_xfer_pkg_cfg_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xec806475 peci_xfer_ep_pci_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xfbc209ea peci_request_data_readl drivers/peci/peci +PECI_CPU EXPORT_SYMBOL_GPL 0x1680fec9 peci_mmio_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x2c8d5d41 peci_temp_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x65b4ca64 peci_pcs_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xde3f59a5 peci_ep_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xeaca0bee peci_pci_local_read drivers/peci/peci-cpu +PMBUS EXPORT_SYMBOL_GPL 0x05b00c9e pmbus_unlock drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x0e693a8f pmbus_get_fan_rate_cached drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x22c837bb pmbus_set_update drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x37363810 pmbus_get_fan_rate_device drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x3d2774cb pmbus_update_fan drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x45fd1ade pmbus_write_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x4dc45b94 pmbus_read_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x5d173995 pmbus_clear_cache drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x5ea72aa2 pmbus_get_debugfs_dir drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x5ed765aa pmbus_lock_interruptible drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x8d668dc9 pmbus_get_driver_info drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x91e5028e pmbus_write_byte drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xa3bc8ba3 pmbus_clear_faults drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xa3ef0a3f pmbus_write_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xb0374411 pmbus_set_page drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xcd7c6c20 pmbus_read_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xce91b20b pmbus_check_byte_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xd510c70c pmbus_do_probe drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xea43a177 pmbus_regulator_ops drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xefc979e5 pmbus_check_word_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xf8b336ca pmbus_update_byte_data drivers/hwmon/pmbus/pmbus_core +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x27bc0a24 sx_common_probe drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xa103ce02 sx_common_events drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xaa0811df sx_common_read_proximity drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xb830973c sx_common_read_event_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xc0fb297c sx_common_get_raw_register_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xe54ae12b sx_common_write_event_config drivers/iio/proximity/sx_common +SERIAL_8250_PCI EXPORT_SYMBOL_GPL 0x04accb80 serial8250_pci_setup_port vmlinux +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x016e58f4 hda_cs_dsp_add_controls sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x2b707546 hda_cs_dsp_fw_ids sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x50da1ccb hda_cs_dsp_control_remove sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x6e4b6de8 hda_cs_dsp_write_ctl sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0xd4222e2e hda_cs_dsp_read_ctl sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0x49a5af54 cs35l41_hda_remove sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0xc2091db4 cs35l41_hda_probe sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0xfd095d50 cs35l41_hda_pm_ops sound/pci/hda/snd-hda-scodec-cs35l41 +SND_INTEL_SOUNDWIRE_ACPI EXPORT_SYMBOL 0xbb4f9d1f sdw_intel_acpi_scan sound/hda/snd-intel-sdw-acpi +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x3431c8ad cs35l45_get_clk_freq_id sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x443519d0 cs35l45_remove sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x6e59456e cs35l45_probe sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xb03f04d8 cs35l45_i2c_regmap sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xd390640d cs35l45_apply_patch sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xe0a7b873 cs35l45_pm_ops sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xf307c594 cs35l45_spi_regmap sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x05482545 cs35l56_irq sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x7c59f03b cs35l56_remove sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x854e93d0 cs35l56_runtime_resume_common sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x8bbb1d04 cs35l56_runtime_suspend sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x8d29f234 cs35l56_pm_ops_i2c_spi sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x8f309442 cs35l56_common_probe sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0xc00c0a22 cs35l56_init sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0xd3f24610 cs35l56_irq_request sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x05c2529e cs35l56_tx_input_values sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x2a924d4d cs35l56_regmap_i2c sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x312c0e0f cs35l56_dsp1_regions sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x53a97fe1 cs35l56_regmap_sdw sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x64e759e4 cs35l56_tx_input_texts sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x841c7610 cs35l56_reread_firmware_registers sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x88762c92 cs35l56_get_bclk_freq_id sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x9cc74b92 cs35l56_regmap_spi sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xcd5438ad cs35l56_fill_supply_names sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x1e2315ff cs42l42_volatile_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x4297a826 cs42l42_resume_restore sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x49a9d7f8 cs42l42_soc_component sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x520c283f cs42l42_src_config sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x6bc68942 cs42l42_resume sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x776410fb cs42l42_mute_stream sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x7925b324 cs42l42_pll_config sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x7b802636 cs42l42_common_probe sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x9ba955f2 cs42l42_dai sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xae4be5c4 cs42l42_irq_thread sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xc053efa9 cs42l42_page_range sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xc8e23609 cs42l42_common_remove sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xcde926d4 cs42l42_init sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xd10de272 cs42l42_readable_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xdd097dd2 cs42l42_regmap sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xf02b3f66 cs42l42_suspend sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_SOF_XTENSA EXPORT_SYMBOL 0xe272cbb5 sof_xtensa_arch_ops sound/soc/sof/xtensa/snd-sof-xtensa-dsp +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x09351149 tasdevice_prmg_calibdata_load sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x1a949c7c tasdevice_select_cfg_blk sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x1ab9b7d9 tasdevice_select_tuningprm_cfg sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x23c94cc6 tasdevice_tuning_switch sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x2c2d92de tasdevice_config_info_remove sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x40ec23ee tasdevice_calbin_remove sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x957998f4 tas2781_load_calibration sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0xa7d17083 tasdevice_rca_parser sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0xfa72134b tasdevice_dsp_parser sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0xfe3a6722 tasdevice_prmg_load sound/soc/codecs/snd-soc-tas2781-fmwlib +SOUNDWIRE_INTEL EXPORT_SYMBOL 0x1ab66853 sdw_intel_lnl_hw_ops drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL EXPORT_SYMBOL 0x894e9c95 sdw_intel_cnl_hw_ops drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x026ad437 sdw_intel_probe drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x0cc253b1 sdw_intel_startup drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x3b9ab845 sdw_intel_exit drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0xaa52eba1 sdw_intel_thread drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0xc175f1d3 sdw_intel_process_wakeen_event drivers/soundwire/soundwire-intel +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x5923fbb4 dw_spi_update_config drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x8cdf966a dw_spi_set_cs drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x9c6440ea dw_spi_dma_setup_generic drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xa8f026f4 dw_spi_add_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xac1a74d1 dw_spi_resume_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xc8903996 dw_spi_dma_setup_mfld drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xd2021215 dw_spi_suspend_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xdaee5ef9 dw_spi_check_status drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xe7bf0563 dw_spi_remove_host drivers/spi/spi-dw +SUNXI_CCU EXPORT_SYMBOL_GPL 0x079708d7 ccu_gate_helper_enable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x0a9707d3 ccu_mux_helper_get_parent vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x0c64ee0e ccu_sdm_helper_enable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x14438263 ccu_frac_helper_read_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x1f23b840 ccu_nkmp_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x2c395858 devm_sunxi_ccu_probe vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x37608db0 ccu_pll_notifier_register vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x3e362444 ccu_frac_helper_is_enabled vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x45837646 ccu_sdm_helper_is_enabled vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x50165be0 ccu_mux_notifier_register vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x517768aa ccu_sdm_helper_disable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x5cddbcc6 ccu_nm_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x61abda39 ccu_mux_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x633a6959 ccu_helper_wait_for_lock vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x6668446b ccu_phase_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x7279ee3e ccu_mult_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x831d58e6 ccu_gate_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x844f1c47 ccu_mux_helper_set_parent vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x8a845fdb ccu_nk_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x8bdea961 ccu_nkm_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x8e63463a ccu_frac_helper_has_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x923edf17 ccu_sdm_helper_read_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x976fa968 ccu_mp_mmc_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x98224ec7 ccu_reset_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xad1062ab ccu_gate_helper_disable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xba365240 ccu_sdm_helper_get_factors vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xbdb5d83e ccu_mux_helper_determine_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xc4608f36 ccu_mux_helper_apply_prediv vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xce9edc4f ccu_frac_helper_disable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xd050ca65 ccu_sdm_helper_has_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xd27db71e ccu_mp_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xe49056d8 ccu_div_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xe70cc090 ccu_frac_helper_enable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xeb47a9b9 ccu_frac_helper_set_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xf66eb443 ccu_gate_helper_is_enabled vmlinux +TEST_FIRMWARE EXPORT_SYMBOL_GPL 0x3dce036c firmware_request_builtin vmlinux +USB_STORAGE EXPORT_SYMBOL_GPL 0x032c2e7c usb_stor_access_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x14f3e32a usb_stor_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x1bc3edc2 usb_stor_sense_invalidCDB drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x3f955b9a usb_stor_pre_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x4276a70b usb_stor_Bulk_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x478a4e04 usb_stor_Bulk_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x47c83090 usb_stor_suspend drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x5923db7a usb_stor_ctrl_transfer drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x5e1d523e usb_stor_probe1 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x67338d42 usb_stor_control_msg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x699c2957 usb_stor_CB_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x6dbcaec2 usb_stor_bulk_transfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x72b47b46 usb_stor_bulk_transfer_sg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x7bcb8200 usb_stor_set_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x8a1d931c usb_stor_host_template_init drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x957f08f1 usb_stor_disconnect drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x98308165 fill_inquiry_response drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xa02b0d02 usb_stor_post_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xa08d4d48 usb_stor_reset_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xa46fd0ba usb_stor_adjust_quirks drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xd2268402 usb_stor_CB_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xe079222b usb_stor_probe2 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xea6a9b84 usb_stor_clear_halt drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xf238ade3 usb_stor_transparent_scsi_command drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xf2d103fb usb_stor_bulk_srb drivers/usb/storage/usb-storage --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency/abi/arm64/lowlatency-64k +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency/abi/arm64/lowlatency-64k @@ -0,0 +1,28849 @@ +ACPI EXPORT_SYMBOL_GPL 0xa6af1390 acpi_table_parse_cedt vmlinux +BRCMFMAC EXPORT_SYMBOL_GPL 0xe9424476 brcmf_fwvid_register_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +BRCMFMAC EXPORT_SYMBOL_GPL 0xfc8a7ec3 brcmf_fwvid_unregister_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +COUNTER EXPORT_SYMBOL_GPL 0x23982323 devm_counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x309472d1 devm_counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x34bcbb6b counter_priv drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x7251e37a counter_unregister drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x8a3c3c17 counter_put drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xaceece72 counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xd6bb7db0 counter_push_event drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xe8e026f1 counter_add drivers/counter/counter +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x044ee831 otx2_cpt_detach_rsrcs_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x22b95ad7 otx2_cptlf_shutdown drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x59b06b59 otx2_cptlf_register_interrupts drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x5cd974a0 otx2_cpt_sync_mbox_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x710842bf otx2_cptlf_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x7b7584ee otx2_cptlf_unregister_interrupts drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x7eb4e870 otx2_cpt_msix_offset_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x91c755e6 otx2_cpt_write_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x985da774 otx2_cpt_send_ready_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x9909c795 otx2_cpt_add_write_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xb8685539 cn10k_cptvf_lmtst_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xb91f4090 otx2_cpt_send_mbox_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xbdca28d4 otx2_cpt_send_af_reg_requests drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xc6800c1d cn10k_cptpf_lmtst_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xee58e4cf otx2_cpt_read_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xf1f8fe73 otx2_cptlf_free_irqs_affinity drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xfa78bd51 otx2_cptlf_set_irqs_affinity drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x511dc01a crypto_cipher_setkey vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x6f713779 crypto_cipher_encrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0xba7ec017 crypto_cipher_decrypt_one vmlinux +CXL EXPORT_SYMBOL_GPL 0x00d21d9f devm_cxl_add_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x03e08da6 cxl_find_regblock_instance drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x055c6ee3 cxl_mem_active_inc vmlinux +CXL EXPORT_SYMBOL_GPL 0x093b6d27 devm_cxl_enumerate_decoders drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0a0e15ab devm_cxl_register_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0a8c901f cxl_mem_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0b82b2d5 is_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0f09035b devm_cxl_pmu_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0fa7e081 cxl_driver_unregister drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x10a5c1c2 find_cxl_root drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x123a74d2 to_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x153b8019 devm_cxl_add_passthrough_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x180ee8b5 devm_cxl_add_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x20ab88a5 cxl_count_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x231ceb9e devm_cxl_add_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2783131d cxl_enumerate_cmds drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2b1c4a9e cxl_hb_modulo drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2c8e47d3 cxl_dev_state_identify drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2e5d7299 to_cxl_switch_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x324376a8 to_cxl_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x33e2aa93 cxl_mem_active_dec vmlinux +CXL EXPORT_SYMBOL_GPL 0x35a23424 to_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3bb29a14 cxl_inject_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3c615cfb is_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3f5ed1da is_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x46151b4b cxl_setup_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4662ecfa to_cxl_dax_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4945a1e3 devm_cxl_setup_hdm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x49afef94 clear_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4bae68ae cxl_endpoint_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4be45c45 set_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4c51f00a cxl_switch_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4ccbdc9e is_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4e82058d devm_cxl_sanitize_setup_notifier drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x554576ce cxl_mem_get_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5a63c112 cxl_pci_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5c4f8c4e cxl_bus_type drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6013b2c5 devm_cxl_add_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6171df64 cxl_probe_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x653a62b4 cxl_await_media_ready drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x67b811cf devm_cxl_add_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x68c741d5 cxl_memdev_state_create drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6916f059 cxl_find_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6f130422 is_switch_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6f95ce8d to_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x701bbaad cxl_bus_rescan drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x734c7453 is_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7d873fe9 cxl_set_timestamp drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7fa19cc4 alloc_free_mem_region vmlinux +CXL EXPORT_SYMBOL_GPL 0x8356820c devm_cxl_add_rch_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x84b45156 insert_resource_expand_to_fit vmlinux +CXL EXPORT_SYMBOL_GPL 0x85a1bd0c is_cxl_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x90391eb5 cxl_internal_send_cmd drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x96a4cfe4 cxl_cor_error_detected drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x98628ac8 cxl_bus_drain drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9a8c0709 schedule_cxl_memdev_detach drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9d56f0e2 cxl_hdm_decode_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa0861321 devm_cxl_dpa_reserve drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa8323a1d cxl_add_to_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xaef985f3 to_cxl_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb69f0fe3 to_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbf46818a cxl_decoder_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbfd6bc74 devm_cxl_enumerate_ports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc0ff8251 cxl_dvsec_rr_decode drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc14f8761 is_cxl_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc3487590 cxl_find_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd17db21f cxl_trigger_poison_list drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd29c059d is_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd3f3ab2a devm_cxl_port_enumerate_dports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd7301105 cxl_endpoint_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd73abf8e cxl_dpa_debug drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd8d83101 to_cxl_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xdb4890f1 cxl_debugfs_create_dir drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xde59cbf6 cxl_mem_get_event_records drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xdf9902d6 cxl_clear_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe0200be9 read_cdat_data drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe0c298bb __cxl_driver_register drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe1368d36 cxl_decoder_add_locked drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe45ab74f cxl_map_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe5c2e684 cxl_rcd_component_reg_phys drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe6eb9931 cxl_decoder_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe798caa7 cxl_mem_create_range_info drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xefd1a4f7 cxl_map_pmu_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf3761dcb cxl_probe_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf4a86808 cxl_root_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf4f028ce cxl_map_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf69fd96c cxl_error_detected drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf99441ea cxl_port_to_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xfabceb69 devm_cxl_setup_fw_upload drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xfb1579cf cxl_poison_state_init drivers/cxl/core/cxl_core +DMA_BUF EXPORT_SYMBOL_GPL 0x01bfa67e dma_buf_mmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x091808cc dma_buf_detach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x0a19a258 dma_buf_dynamic_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x139664af dma_buf_vmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x161cb235 dma_buf_pin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x162aa3ff dma_buf_map_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x2301c3fb dma_buf_unmap_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x45e49f9c dma_buf_begin_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x5470ee91 dma_buf_map_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x5e2c23de dma_buf_fd vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x7663a351 dma_buf_vunmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x7ad2f99d dma_buf_unpin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x8365fe12 dma_buf_unmap_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x87ccfa3d dma_buf_export vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x94ece836 dma_buf_vunmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x9964805e dma_buf_move_notify vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xafc87a50 dma_buf_get vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xc851b69c dma_buf_end_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xd4ab658a dma_buf_put vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xd989634b dma_buf_vmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xdecc6a0c dma_buf_attach vmlinux +DRM_SSD130X EXPORT_SYMBOL_GPL 0x33cf1f58 ssd130x_variants drivers/gpu/drm/solomon/ssd130x +EFIVAR EXPORT_SYMBOL_GPL 0x02cfcd2e efivar_trylock vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0x11940489 efivar_set_variable vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0x2303b915 efivar_lock vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0x5a3c9dbb efivar_get_variable vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xa336852c efivar_get_next_variable vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xc961bff7 efivar_unlock vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xee5240dc efivar_query_variable_info vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xefc77711 efivar_set_variable_locked vmlinux +EXPORT_SYMBOL arch/arm64/crypto/aes-ce-cipher 0x68f275ad ce_aes_expandkey +EXPORT_SYMBOL arch/arm64/crypto/aes-ce-cipher 0x8d87e7c5 ce_aes_setkey +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0x52d67a4e neon_aes_cbc_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xb8c706a6 neon_aes_ctr_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xd5f41819 neon_aes_ecb_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xea11590c neon_aes_xts_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xefc32a9b neon_aes_xts_decrypt +EXPORT_SYMBOL arch/arm64/crypto/chacha-neon 0x220b49ab chacha_crypt_arch +EXPORT_SYMBOL arch/arm64/crypto/chacha-neon 0xdc94f829 chacha_init_arch +EXPORT_SYMBOL arch/arm64/crypto/chacha-neon 0xdd8ec6bd hchacha_block_arch +EXPORT_SYMBOL arch/arm64/crypto/poly1305-neon 0x1c3e6e5b poly1305_init_arch +EXPORT_SYMBOL arch/arm64/crypto/poly1305-neon 0x6ddf27bc poly1305_update_arch +EXPORT_SYMBOL arch/arm64/crypto/poly1305-neon 0xf39f5240 poly1305_final_arch +EXPORT_SYMBOL arch/arm64/crypto/sha256-arm64 0xb455924d sha256_block_data_order +EXPORT_SYMBOL arch/arm64/crypto/sm4-ce 0x0fca045b sm4_ce_expand_key +EXPORT_SYMBOL arch/arm64/crypto/sm4-ce 0x7155f33f sm4_ce_cbc_enc +EXPORT_SYMBOL arch/arm64/crypto/sm4-ce 0xe609a0d5 sm4_ce_crypt_block +EXPORT_SYMBOL arch/arm64/crypto/sm4-ce 0xed1f9633 sm4_ce_cfb_enc +EXPORT_SYMBOL arch/arm64/lib/xor-neon 0xdb786e41 xor_block_inner_neon +EXPORT_SYMBOL crypto/blake2b_generic 0x32e24c8a blake2b_compress_generic +EXPORT_SYMBOL crypto/ecc 0x16e410ff vli_from_be64 +EXPORT_SYMBOL crypto/ecc 0x188a1647 ecc_is_pubkey_valid_full +EXPORT_SYMBOL crypto/ecc 0x1a5faa3a vli_mod_inv +EXPORT_SYMBOL crypto/ecc 0x4c281912 vli_is_zero +EXPORT_SYMBOL crypto/ecc 0x671f7aa5 ecc_is_key_valid +EXPORT_SYMBOL crypto/ecc 0x7c0fbb00 vli_mod_mult_slow +EXPORT_SYMBOL crypto/ecc 0x8261eccb ecc_get_curve25519 +EXPORT_SYMBOL crypto/ecc 0x8e688192 ecc_alloc_point +EXPORT_SYMBOL crypto/ecc 0x90cdc197 ecc_free_point +EXPORT_SYMBOL crypto/ecc 0x9263b417 ecc_point_mult_shamir +EXPORT_SYMBOL crypto/ecc 0x92668805 vli_cmp +EXPORT_SYMBOL crypto/ecc 0x932b6ff7 vli_num_bits +EXPORT_SYMBOL crypto/ecc 0x9f6efabd vli_sub +EXPORT_SYMBOL crypto/ecc 0xa76b31a2 crypto_ecdh_shared_secret +EXPORT_SYMBOL crypto/ecc 0xb10fc19e ecc_get_curve +EXPORT_SYMBOL crypto/ecc 0xd6315f31 ecc_gen_privkey +EXPORT_SYMBOL crypto/ecc 0xd94c8eb5 ecc_point_is_zero +EXPORT_SYMBOL crypto/ecc 0xde867c29 ecc_is_pubkey_valid_partial +EXPORT_SYMBOL crypto/ecc 0xeac9b99a vli_from_le64 +EXPORT_SYMBOL crypto/ecc 0xed4ae15e ecc_make_pub_key +EXPORT_SYMBOL crypto/nhpoly1305 0x0843ccf4 crypto_nhpoly1305_final_helper +EXPORT_SYMBOL crypto/nhpoly1305 0x1bc9d5cb crypto_nhpoly1305_update +EXPORT_SYMBOL crypto/nhpoly1305 0x7bc02a32 crypto_nhpoly1305_init +EXPORT_SYMBOL crypto/nhpoly1305 0xb6335619 crypto_nhpoly1305_final +EXPORT_SYMBOL crypto/nhpoly1305 0xd60f238f crypto_nhpoly1305_update_helper +EXPORT_SYMBOL crypto/nhpoly1305 0xfd2a7bc5 crypto_nhpoly1305_setkey +EXPORT_SYMBOL crypto/sm4 0x2b098da5 crypto_sm4_ck +EXPORT_SYMBOL crypto/sm4 0x7931a202 crypto_sm4_fk +EXPORT_SYMBOL crypto/sm4 0xf4fd3bd2 crypto_sm4_sbox +EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks +EXPORT_SYMBOL drivers/acpi/nfit/nfit 0x06848c60 to_nfit_uuid +EXPORT_SYMBOL drivers/acpi/video 0x45b61916 acpi_video_register_backlight +EXPORT_SYMBOL drivers/acpi/video 0x478b704e acpi_video_get_edid +EXPORT_SYMBOL drivers/acpi/video 0x7a45377b acpi_video_unregister +EXPORT_SYMBOL drivers/acpi/video 0x7cc484a5 acpi_video_handles_brightness_key_presses +EXPORT_SYMBOL drivers/acpi/video 0x7de7bf50 __acpi_video_get_backlight_type +EXPORT_SYMBOL drivers/acpi/video 0x8826c13b acpi_video_register +EXPORT_SYMBOL drivers/acpi/video 0xe12794ba acpi_video_get_levels +EXPORT_SYMBOL drivers/atm/suni 0x43e0f7d8 suni_init +EXPORT_SYMBOL drivers/bcma/bcma 0x1cae93fd bcma_core_irq +EXPORT_SYMBOL drivers/bcma/bcma 0x1d324158 bcma_core_dma_translation +EXPORT_SYMBOL drivers/block/drbd/drbd 0x127a5901 drbd_set_st_err_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0x35131b36 drbd_role_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0x7730f22d drbd_conn_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0xaf27bebf drbd_disk_str +EXPORT_SYMBOL drivers/bluetooth/btbcm 0x2a5def32 btbcm_patchram +EXPORT_SYMBOL drivers/bluetooth/btrsi 0x6ffc21fc rsi_bt_ops +EXPORT_SYMBOL drivers/bus/mhi/host/mhi 0x4ff69c17 mhi_sync_power_up +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x03bc993e ipmi_set_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x0705dd14 ipmi_register_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x12dd1e77 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1f65170f ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x230094ac ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c2054d7 ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x50f65edf ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x592a3a3b ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x671a9e12 ipmi_add_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67369b42 ipmi_addr_src_to_str +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x74778a80 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x7a1f5fbb ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x80aa4656 ipmi_free_recv_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x89a5279a ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96a6e5e8 ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xaca90ebd ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xae71627d ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xb6a36255 ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd54a5050 ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4330a39 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe98c507d ipmb_checksum +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xec1c2a90 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf388b18b ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf5531bea ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfaaa4831 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfe0f2369 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x02fa190f kcs_bmc_write_data +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x1dc38a42 kcs_bmc_handle_event +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x507c6ca9 kcs_bmc_unregister_driver +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x5d92da0a kcs_bmc_update_event_mask +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x643d297b kcs_bmc_update_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x6a2bc496 kcs_bmc_read_data +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x6f7d915a kcs_bmc_register_driver +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x8f96c092 kcs_bmc_add_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xa2c07fa8 kcs_bmc_write_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xc2dd3f85 kcs_bmc_enable_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xd8454f82 kcs_bmc_remove_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xded22af4 kcs_bmc_read_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xfc732b5d kcs_bmc_disable_device +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x0302b46a st33zp24_probe +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x42a46c96 st33zp24_remove +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x77888222 st33zp24_pm_resume +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xc631581d st33zp24_pm_suspend +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x0522e958 xillybus_find_inode +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x2cae401c xillybus_cleanup_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x6c920dfa xillybus_init_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x9d401954 xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0xa26dfe8b xillybus_endpoint_remove +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0xf5e9780d xillybus_init_endpoint +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x552cb20b atmel_i2c_send_receive +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x80a11b1d atmel_i2c_init_read_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x94062f69 atmel_i2c_enqueue +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xa46cb8df atmel_i2c_probe +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xb6c854bb atmel_i2c_init_ecdh_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xc71ed50c atmel_i2c_init_genkey_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xc80f14e8 atmel_i2c_flush_queue +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xf283e995 atmel_i2c_init_random_cmd +EXPORT_SYMBOL drivers/crypto/caam/caam 0x17572340 caam_congested +EXPORT_SYMBOL drivers/crypto/caam/caam 0x193fae18 caam_qi_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caam 0x37734e06 caam_dpaa2 +EXPORT_SYMBOL drivers/crypto/caam/caam 0x44ae4bc4 qi_cache_free +EXPORT_SYMBOL drivers/crypto/caam/caam 0x4a6bee29 caam_drv_ctx_rel +EXPORT_SYMBOL drivers/crypto/caam/caam 0x578d5f7a caam_drv_ctx_init +EXPORT_SYMBOL drivers/crypto/caam/caam 0xa6a74751 caam_drv_ctx_update +EXPORT_SYMBOL drivers/crypto/caam/caam 0xc0eaa792 qi_cache_alloc +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x00a2b64b gen_split_key +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x8428991e caam_jr_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x939f7ec2 split_key_done +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xb718656a caam_jr_free +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xd60a11c4 caam_jr_alloc +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x2e152bb7 cnstr_shdsc_xts_skcipher_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x3b54a9ad cnstr_shdsc_aead_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x76a68e3e cnstr_shdsc_chachapoly +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x7b0c587f cnstr_shdsc_rfc4543_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x7b7bcab8 cnstr_shdsc_rfc4543_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x86bcdec7 cnstr_shdsc_xts_skcipher_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x88430d4c cnstr_shdsc_aead_null_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x91ac0969 cnstr_shdsc_aead_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xa3115081 cnstr_shdsc_skcipher_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xa340e264 cnstr_shdsc_aead_givencap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xa99d7fa6 cnstr_shdsc_aead_null_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xebcdd349 cnstr_shdsc_skcipher_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xf92c5da5 cnstr_shdsc_gcm_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xf95bcf62 cnstr_shdsc_gcm_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xfd807e48 cnstr_shdsc_rfc4106_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xfdf7ec8f cnstr_shdsc_rfc4106_encap +EXPORT_SYMBOL drivers/crypto/caam/caamhash_desc 0x30a1e372 cnstr_shdsc_sk_hash +EXPORT_SYMBOL drivers/crypto/caam/caamhash_desc 0xb5571dbf cnstr_shdsc_ahash +EXPORT_SYMBOL drivers/crypto/caam/dpaa2_caam 0xdc8b908c dpaa2_caam_enqueue +EXPORT_SYMBOL drivers/crypto/caam/error 0x53d0fc97 caam_ptr_sz +EXPORT_SYMBOL drivers/crypto/caam/error 0x60dbc82a caam_dump_sg +EXPORT_SYMBOL drivers/crypto/caam/error 0xa51f16c7 caam_little_end +EXPORT_SYMBOL drivers/crypto/caam/error 0xbd67c092 caam_imx +EXPORT_SYMBOL drivers/crypto/caam/error 0xc63dabc6 caam_strstatus +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0x78afc098 xdma_get_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0x8e910ff2 xdma_disable_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0xbb5eacc3 xdma_enable_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xilinx_dma 0x2ce6360a xilinx_vdma_channel_set_config +EXPORT_SYMBOL drivers/firewire/firewire-core 0x03675c08 fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0bc6094c fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x17b84952 fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0x18c5edf8 fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0x282dd6eb fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2bc300c6 fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2e20c450 fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3a771e39 fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3d36fbe1 fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0x40771e43 fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4323d1fc fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x48f2ef84 fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4a87ea27 fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0x58a50683 fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6dc50487 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7442d43d fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x92da92a7 fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0x94541945 fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0xacbf384a fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaedf84ce fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb712e0a7 fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0xd11d2b3b fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0xd2cc9924 fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0xd43e9e2e fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xdafb30d1 fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe05e0e78 fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe3fde125 fw_csr_iterator_next +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe4cd2f2a fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe80e5087 fw_csr_iterator_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0xeb4f7177 fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf12b3268 fw_core_add_address_handler +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0xd2fe6725 imx_dsp_free_channel +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0xd8a71012 imx_dsp_ring_doorbell +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0xe4277ec7 imx_dsp_request_channel +EXPORT_SYMBOL drivers/fpga/dfl 0x2dfa1a1b __dfl_driver_register +EXPORT_SYMBOL drivers/fpga/dfl 0x6dcc8d7e dfl_driver_unregister +EXPORT_SYMBOL drivers/fpga/lattice-sysconfig 0xc6a1839f sysconfig_probe +EXPORT_SYMBOL drivers/gpu/drm/amd/amdxcp/amdxcp 0x0ea5d74b amdgpu_xcp_drv_release +EXPORT_SYMBOL drivers/gpu/drm/amd/amdxcp/amdxcp 0xb2e4470f amdgpu_xcp_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x00710dd5 drm_dp_read_downstream_info +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x016e6d7a drm_dp_mst_topology_mgr_suspend +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x01c4bba9 drm_dp_lttpr_max_link_rate +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x063c593a drm_dp_downstream_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x06d57c54 drm_dp_downstream_id +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0a5fff6b drm_dp_send_query_stream_enc_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0ad6891b drm_dp_mst_connector_early_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0ba5251c drm_edp_backlight_disable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0bab727a drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0bf82244 drm_dp_dual_mode_set_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0bfa4f81 drm_dp_mst_get_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0cc41fa4 drm_dp_send_power_updown_phy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0d4b599d drm_dp_pcon_frl_configure_2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0fc93919 drm_dp_mst_put_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1605d0ed drm_dp_lttpr_max_lane_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x16e6e7cb drm_scdc_get_scrambling_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1709ddcf drm_dp_lttpr_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1a5bf3ca drm_dsc_dp_rc_buffer_size +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1b0a1fdc drm_dp_lttpr_voltage_swing_level_3_supported +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1b53e702 drm_dp_stop_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1e4d377a drm_dp_set_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1ff3d819 drm_dp_dual_mode_max_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2363779a drm_dp_pcon_hdmi_link_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x23961837 drm_dp_downstream_max_bpc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x24ada755 drm_dsc_set_rc_buf_thresh +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x26196a0b drm_dp_add_payload_part2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x26815dbc drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x29ac8720 drm_dp_mst_dsc_aux_for_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2d2ee655 drm_dp_lttpr_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2f2881d6 drm_dp_mst_atomic_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2fa94ef2 drm_dp_downstream_444_to_420_conversion +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x320f292a drm_atomic_get_new_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x35d48410 drm_dp_dual_mode_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x392a838b drm_dp_downstream_max_dotclock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3b76c523 drm_hdcp_update_content_protection +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3bbdcf26 drm_dp_start_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3bc33202 drm_dp_downstream_debug +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3bf58974 drm_dp_remote_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3de79443 drm_scdc_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4079b980 drm_dp_cec_register_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4152b413 drm_dp_remove_payload +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x43141012 drm_dp_read_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x432968cd drm_dp_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4587f277 drm_dp_read_lttpr_phy_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4603c416 drm_dp_pcon_dsc_bpp_incr +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x46900542 drm_dp_mst_atomic_enable_dsc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x46987f2d drm_dp_read_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x48ffa175 drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4d1702d9 drm_edp_backlight_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4d2b38c0 drm_dp_vsc_sdp_log +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4d75b6a2 drm_dp_mst_topology_mgr_destroy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4efa09fd drm_dp_mst_hpd_irq_handle_event +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x52ac41ad drm_dp_mst_edid_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x53c4925f drm_dp_mst_get_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5407ae9e drm_dp_get_dual_mode_type_name +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x559e3088 drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x56a663e9 drm_dp_dsc_sink_line_buf_depth +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x582f248e drm_dp_get_adjust_request_pre_emphasis +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x58d8fcaa drm_dsc_pps_payload_pack +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x58ed397c drm_dp_pcon_pps_override_buf +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x59f27ed7 drm_dp_pcon_enc_is_dsc_1_2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5a86f411 drm_dp_phy_name +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5db2513f drm_dp_get_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5e9fe90d drm_dp_pcon_frl_configure_1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x61b47584 drm_dp_cec_irq +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x627ba04b drm_dsc_set_const_params +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x63a477fb drm_dp_downstream_min_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x648d953b drm_dsc_dp_pps_header_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x66259457 drm_dp_cec_unregister_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x67803936 drm_dp_mst_dump_topology +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x68d8dce7 drm_dp_downstream_is_tmds +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6a4df8c5 drm_dp_128b132b_eq_interlane_align_done +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6aacee47 drm_dp_128b132b_link_training_failed +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6b00e19f drm_scdc_set_high_tmds_clock_ratio +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6b53e216 drm_dp_downstream_max_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6f5a3d45 drm_dp_pcon_frl_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7053fa72 drm_dp_get_pcon_max_frl_bw +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x708e9041 drm_dp_pcon_hdmi_link_active +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x73009fd3 drm_dp_read_dpcd_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x73011db0 drm_dp_bw_code_to_link_rate +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x76ff6644 drm_dp_lttpr_pre_emphasis_level_3_supported +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7888510f drm_atomic_get_mst_payload_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x79008c7e drm_dsc_setup_rc_params +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7a421cd5 drm_panel_dp_aux_backlight +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7c5b5cd4 drm_dp_mst_topology_mgr_resume +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7e7983cf drm_dp_read_desc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8066becd drm_dp_mst_topology_mgr_set_mst +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8162ae1c drm_dp_read_sink_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x829b6048 drm_dp_dsc_sink_max_slice_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8a7c42b4 drm_dp_add_payload_part1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8ca2d9e4 drm_dp_calc_pbn_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8d701329 drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8e6491b3 drm_dp_pcon_is_frl_ready +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8f68771a drm_scdc_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8fb1398b drm_dp_mst_hpd_irq_send_new_request +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x92b9835e drm_dp_128b132b_cds_interlane_align_done +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x95883bb4 drm_dsc_initial_scale_value +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x96accdb7 drm_dp_mst_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9862fb0e drm_dp_pcon_convert_rgb_to_ycbcr +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9caac701 drm_edp_backlight_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9ccb4c6a drm_dp_mst_add_affected_dsc_crtcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9e85c5d5 drm_dp_pcon_pps_default +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa1fefe6a drm_dp_psr_setup_time +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa2755bfa drm_dp_set_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa3bc2319 drm_dp_pcon_hdmi_frl_link_error_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa82fccb2 drm_dp_read_mst_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa843606e drm_dp_dsc_sink_supported_input_bpcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa8ca7dd7 drm_dp_mst_topology_state_funcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaad2a071 drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xab453370 drm_dp_cec_unset_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaf267620 drm_dp_lttpr_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xafc95e9b drm_dp_mst_detect_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb2c7f7dc drm_dp_dpcd_read_phy_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb8531539 drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb86eb6f0 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb8c2ba53 drm_dp_dpcd_probe +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbbbb7d67 drm_hdmi_avi_infoframe_bars +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbc4b8193 drm_dp_read_lttpr_common_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbdb66c12 drm_dp_dual_mode_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc020c0c1 drm_dp_pcon_dsc_max_slice_width +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc06096b7 drm_hdmi_avi_infoframe_content_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc19c6f23 drm_connector_attach_content_protection_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc5c99a79 drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc79ecffb drm_dp_downstream_is_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc8b6a8ae drm_dp_128b132b_lane_channel_eq_done +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xca479f84 drm_dp_read_sink_count_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcbb793c6 drm_dp_mst_root_conn_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcc672ca2 drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcca5bc98 drm_dp_pcon_pps_override_param +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcce31bd3 drm_hdmi_avi_infoframe_colorimetry +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xccf54d5e drm_dp_get_adjust_tx_ffe_preset +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xccf7a733 drm_lspcon_set_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xce2bf073 drm_atomic_get_old_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xce4bcd45 drm_lspcon_get_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd00e6cd9 drm_dp_send_real_edid_checksum +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd0e95456 drm_dsc_get_bpp_int +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd5a95eae drm_dp_128b132b_lane_symbol_locked +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd6beb197 drm_hdmi_infoframe_set_hdr_metadata +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdb30c03d drm_dp_mst_connector_late_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdc2819dd drm_dp_mst_topology_mgr_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdeaa05e9 drm_dp_atomic_find_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe2468a48 drm_dsc_flatness_det_thresh +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe412329c drm_dp_mst_atomic_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe4a9746b drm_dp_cec_set_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe5360b84 drm_dp_pcon_dsc_max_slices +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xeb2240aa drm_edp_backlight_set_level +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xeb4005ba drm_dp_mst_update_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xeb96aa83 drm_dp_check_act_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xedcf81ce drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf09a2318 drm_dp_dual_mode_detect +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf4f09d29 drm_scdc_set_scrambling +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf580a70f drm_dp_get_vc_payload_bw +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf68741fb drm_dp_subconnector_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf689ad25 drm_dp_downstream_420_passthrough +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf8bbe773 drm_atomic_get_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf9cd27aa drm_dp_128b132b_read_aux_rd_interval +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf9e7e90a drm_dp_pcon_reset_frl_config +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfa5edad8 drm_dp_pcon_frl_prepare +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfb1a7a5a drm_dp_downstream_rgb_to_ycbcr_conversion +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfdd3e274 drm_dp_atomic_release_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfe12bcb9 drm_dsc_compute_rc_parameters +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xffea23dd drm_dp_dual_mode_get_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0269e36a drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x028ef667 __drmm_mutex_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03277219 drm_plane_create_rotation_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03490b53 drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x035cbf3f drm_connector_attach_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03c63897 __drm_get_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04733374 drm_client_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x056c4078 drm_dev_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x072c30a5 drm_plane_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07795c28 drm_mode_create_suggested_offset_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x077ba23e drm_atomic_state_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07fb449a drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x082c7008 drm_writeback_signal_completion +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0977b2e5 drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a934322 drm_atomic_state_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d1cf89f drm_gem_dmabuf_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d55b9bb drm_property_create_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d9b4753 drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0e37394c drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0eb7f5eb drm_privacy_screen_lookup_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f73dbf2 drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f7acb66 drm_mm_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fd60df2 drm_get_connector_status_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fd7d9c3 drm_dev_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x107742a9 drm_get_subpixel_order_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x108edc8f drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11a56fd1 drm_dev_enter +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11a861b8 drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12847f6e drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x146557a8 drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1493c722 drm_connector_list_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16b809c8 drm_print_memory_stats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1703b682 drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1769205d drm_atomic_get_old_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1792d3fc drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1799cfdf drm_syncobj_find_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x181ac58d drm_vblank_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18823857 drm_atomic_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19d9011b drm_client_framebuffer_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a411479 drm_syncobj_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b8534c8 drm_connector_atomic_hdr_metadata_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b994e09 devm_aperture_acquire_from_firmware +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1beb3e5e drm_state_dump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d7ccbec drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e185fc0 drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f54aaf3 drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2069a42b drm_panel_of_backlight +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2077bc4a drm_sysfs_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x208adaf0 drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x214f88a9 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x218353c3 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2183c08c drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x22df5a32 drm_atomic_check_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0x235e8703 drm_object_property_get_default_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x23b91078 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24993e50 drm_edid_are_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24cf437a drm_vma_node_is_allowed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24d124ac drm_mode_equal_no_clocks_no_stereo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x257e3393 drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x258fefa9 drm_driver_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25daad93 __drm_mm_interval_first +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25dac301 drm_dev_has_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x265efb7b drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2754dad8 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27e1f340 drm_atomic_set_crtc_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27fef72a drm_crtc_vblank_helper_get_vblank_timestamp_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2821795c drm_atomic_set_fb_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28779e52 drm_printf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28a8a309 __drmm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28b6cfad drm_panel_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x296705fd drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2978aca9 drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29f078d1 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a358819 drm_atomic_get_new_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a396181 drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a962499 drm_mm_scan_init_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2af5cc3b drm_client_framebuffer_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2af6c8a9 drm_panel_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b5ac4da drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2bd5ab99 drm_crtc_next_vblank_start +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c391ed6 drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2cbcc535 drm_gem_lock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d6fe423 drm_crtc_enable_color_mgmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2da1f254 drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2da91536 drm_plane_get_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e4b4f1b drm_connector_set_orientation_from_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e9f345c drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ed3c600 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2eef292b drm_connector_set_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f476172 drm_privacy_screen_lookup_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f578591 drm_gem_lru_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f794818 drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2fba2919 drm_master_internal_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3051abea drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x308b324b drm_client_dev_hotplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3104cbf1 drm_atomic_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31b8a5e3 __drm_set_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x321d9995 drm_sysfs_connector_status_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32702e5e drm_mode_put_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32a0cc37 drm_print_bits +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3565f6cc __drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x35a69d00 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x35ad764b drm_modeset_lock_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x363bdec5 drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x365c2803 drm_mode_create_tv_properties_legacy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36ba9d8a drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36fee473 drm_atomic_get_new_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38690d99 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38aba84b drm_gem_prime_import_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39107ba5 drm_gem_dmabuf_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3971357a drm_writeback_prepare_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x397c3d27 drm_edid_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ab87110 drm_mode_equal_no_clocks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ad962b6 drm_edid_read_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3af76c4e drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b0e5e9c __drm_puts_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3bb78be4 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c22a4d8 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c56889e drm_gem_lru_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cdc37e9 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d27f513 drm_connector_set_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d2859ea __drm_dev_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d6f6d21 drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f405489 __drm_printfn_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f42e261 drm_gem_map_detach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x40bffcfe drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x429f8181 drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4304eb6b drm_edid_read_custom +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4403a9c3 drm_mode_get_hv_timing +EXPORT_SYMBOL drivers/gpu/drm/drm 0x441161f0 drm_atomic_bridge_chain_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4489a5e9 drm_edid_raw +EXPORT_SYMBOL drivers/gpu/drm/drm 0x44ad25ce drm_property_create_bool +EXPORT_SYMBOL drivers/gpu/drm/drm 0x44dfffe6 drm_client_buffer_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4539569b drm_atomic_print_new_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x454520ba drm_edid_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4575a0ca drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4622e6ee drm_gem_dmabuf_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4651ffbe drm_mode_validate_driver +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4724a588 drm_mode_object_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x48213fae drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4831da6e drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a1805ce drm_gem_prime_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a35d30d drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a36ce24 drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a9700b4 drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b7ebf95 drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d128607 drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e014ad0 drm_crtc_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e2a621e drm_prime_sg_to_dma_addr_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e54cc31 devm_drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4fbae687 drm_crtc_set_max_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4fe41321 drm_vblank_work_schedule +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ff9ad27 drm_gem_vunmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50674de7 drm_timeout_abs_to_jiffies +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50713a6d drm_event_cancel_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50a4e7c5 drm_atomic_get_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x513072fe __drm_puts_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0x51426b3a drm_client_modeset_commit_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x51a28a51 drm_file_get_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0x51ab15f8 drm_gem_unmap_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x521ad6d0 drm_puts +EXPORT_SYMBOL drivers/gpu/drm/drm 0x523c2d2c drm_bridge_chain_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x52d55847 drm_crtc_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x542db900 drm_connector_attach_privacy_screen_provider +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54ba8c8b drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54d62c04 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54da357d drm_client_modeset_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55eb13d6 drm_atomic_get_new_crtc_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55eb38da drm_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x560abecb drm_compat_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5626782c drm_dev_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56c37ea6 drm_edid_read_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56c3ecb8 drm_panel_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56d1f5fb drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57698a50 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59056243 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59fe0e5c drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a8963a0 drm_property_lookup_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5b2333b0 drm_writeback_get_out_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5b49d26d drm_privacy_screen_get_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5cb86832 drm_gem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5cff7f7f drm_mode_create_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d0ff7bd drm_connector_attach_hdr_output_metadata_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f7985a5 drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5fb9bbc4 drm_atomic_get_old_crtc_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x607e9411 drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60815e60 drm_property_replace_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60831f6b drm_plane_create_blend_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60b55beb drm_crtc_arm_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60e7b52c of_drm_get_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x625d98ed drm_crtc_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x62664d86 drm_modeset_lock_single_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0x634f6d74 drm_crtc_vblank_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6470816a drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6495fecf drm_connector_create_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65702bd6 drm_default_rgb_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65c6bdef drm_modeset_lock_all_ctx +EXPORT_SYMBOL drivers/gpu/drm/drm 0x665dbf7e drm_gem_map_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x668f7a2b drm_mode_create_hdmi_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x67ab3e7f drm_client_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6839ff36 drm_debugfs_add_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x68462963 drm_crtc_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6910e4cd drm_format_info_min_pitch +EXPORT_SYMBOL drivers/gpu/drm/drm 0x691e8f76 drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69353664 __drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69e1bf40 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ac01ea8 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b98a748 drm_get_edid_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6bda9b3f drm_syncobj_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6bfb746d drm_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6d09975a drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e330798 drm_connector_attach_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f9879c0 drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6fd0078d drm_plane_create_color_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x701819ff drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71b2e5bf drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71cc8de2 drm_connector_oob_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x72136247 drm_mode_get_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7244fbff drm_gem_evict +EXPORT_SYMBOL drivers/gpu/drm/drm 0x72a2eed1 drm_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x735919f2 drm_aperture_remove_conflicting_pci_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74fc6fbd drm_format_info_block_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x756f7dd8 drm_writeback_connector_init_with_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x76164e91 drm_writeback_queue_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x76675187 drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x767546da drm_prime_sg_to_page_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x76fe91d2 drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x773f8bbc drm_connector_has_possible_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x775dd6dc drm_client_buffer_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x776a3880 drm_gem_map_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x777b2d28 drm_connector_list_iter_end +EXPORT_SYMBOL drivers/gpu/drm/drm 0x77958a66 of_drm_find_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7809ff36 drm_atomic_private_obj_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7905ae36 drm_connector_attach_dp_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7959d2dd drm_connector_attach_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x798e8e17 drm_syncobj_get_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79c00fa2 drm_edid_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a93da04 drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ad749df drm_atomic_get_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b2e2166 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7bddc649 drm_connector_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c0d9cad drm_display_info_set_bus_formats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c2d0691 drm_property_replace_global_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c545285 drm_edid_get_monitor_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ca97a3f drm_crtc_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7d315c97 drm_any_plane_has_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e3277f8 ___drm_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7edf470b drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ee1d705 drm_panel_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7f003c1d drm_of_crtc_port_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7fe5f73c drm_atomic_state_default_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0x812af8eb drm_connector_attach_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81d47583 drm_send_event_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81fe55d5 drm_hdmi_avi_infoframe_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x820ac5c0 drm_vma_node_allow_once +EXPORT_SYMBOL drivers/gpu/drm/drm 0x82351b16 drm_connector_init_with_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x82cf2130 drm_panel_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x83da5f5b drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x84098b0a drm_atomic_set_mode_prop_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8412bf24 drm_gem_dma_resv_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x847eaf0c drmm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x853c15db drm_connector_set_panel_orientation_with_quirk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8607b0d7 drm_crtc_commit_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x86755842 drm_privacy_screen_unregister_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8679011d drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x87284bc9 drm_connector_attach_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x88463c36 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x886a386e drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x891c0055 drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b8b26a9 drm_atomic_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8cb286d1 drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d021be8 drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d1da461 drm_syncobj_get_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d39f261 drm_atomic_set_mode_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d72789e drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ec2adb6 drm_gem_private_object_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ff1a17c drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91b62245 drm_atomic_set_crtc_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91df00fd drm_color_lut_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91e6291c drm_atomic_add_affected_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm 0x928912a2 drm_mode_create_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9396f128 drm_atomic_normalize_zpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0x93febca8 drm_plane_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9741653a drm_of_find_possible_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0x982d09b3 drm_format_info_block_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x988965ff __drmm_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98a0e4c7 drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98e1b13b __drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9a8754b6 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ad2ad76 drm_gem_dmabuf_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b11af22 drm_panel_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b285573 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b8844ae drm_client_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b95c885 drm_mode_match +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b9de1c1 drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c5a42a0 drm_gem_unlock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ce050be drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d23f259 drm_mode_create_dp_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9e122abc drm_send_event_timestamp_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9e286329 drm_plane_enable_fb_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9e50604d drm_atomic_add_encoder_bridges +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f2cf56e __drmm_add_action_or_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f5ccc0c drm_client_modeset_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f6e92d9 drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1aa1672 drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa248afde drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa24efea9 drm_connector_update_privacy_screen +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa2c78a98 drm_plane_get_damage_clips_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa364348f drm_is_current_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3734c0e __drmm_add_action +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa38c4c94 drm_memcpy_from_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa51b3f8f drm_privacy_screen_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6646c63 drm_mode_create_aspect_ratio_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa79b6bc8 drm_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa862165a drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa895fd45 drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8d64a86 drmm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8f72157 drm_invalid_op +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9194173 drm_privacy_screen_register_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa956123a drm_writeback_cleanup_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa956955b drm_gem_lru_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9864f4d __drm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9982b3f drm_plane_create_alpha_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9bea010 drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa7b1a42 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa8df44c drm_crtc_vblank_waitqueue +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab0015ed drm_atomic_private_obj_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab0d5582 drmm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab131cae drm_bridge_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab44ca0e drm_atomic_get_old_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xabe4abc9 drm_connector_set_path_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xac0156d9 drm_client_rotation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xac328cf2 drm_aperture_remove_conflicting_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0xac478be8 drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad4e902b drm_color_ctm_s31_32_to_qm_n +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae277372 __drm_crtc_commit_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf463968 drm_privacy_screen_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf61c95d drm_mode_validate_ycbcr420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf705351 drm_crtc_accurate_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf76692d drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb11ac7a7 __drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb14aec43 drm_master_internal_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1917321 drm_atomic_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1e5a000 drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb212dc3e drm_edid_dup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb2305fb6 drm_syncobj_replace_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb2784a53 drm_print_regset32 +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3750192 drm_edid_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3e2c2fc __drmm_crtc_alloc_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4032484 drm_mm_insert_node_in_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb485944d drm_gem_objects_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb604c0b2 drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6127243 drm_need_swiotlb +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb78fa664 drm_atomic_get_old_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7f905b4 drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb850ae7d drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb89cc792 drm_debugfs_add_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb8beb84a drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb8d1c571 drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb95fe0df drm_atomic_state_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9cad492 __drm_atomic_state_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba8b3ee6 drm_gem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc04e0f6 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc5acbd2 drm_mode_plane_set_obj_prop +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbcedba30 drm_crtc_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbd3fcfd5 drmm_kfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe9ffd90 drm_property_blob_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbeae5f5c drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf905988 drmm_kmalloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbfdb904b drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0cb1c1e drm_show_memory_stats +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc2ad256b drm_framebuffer_plane_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc30ccae3 drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc32c52a7 drm_atomic_nonblocking_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5187d8e drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc76a8062 drm_vblank_work_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7910e38 drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7b85193 drm_gem_lru_move_tail +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7d04fc5 drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc9dc2e92 drm_crtc_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca3607c2 drm_property_blob_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb800880 drm_dev_unplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc5b2f3e drm_mode_object_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcccd0003 drm_gem_vmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xccde141a drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdb99cc9 drm_mode_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce6ab3d7 drm_plane_create_zpos_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf1ed7d0 drm_edid_connector_add_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf7ebe43 drm_mode_create_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd02b4f93 drm_ioctl_kernel +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd13f9985 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd239e940 drm_plane_create_zpos_immutable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd363912b drm_client_framebuffer_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd3e4a318 drm_connector_set_link_status_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd3fb1eae drm_panel_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4362186 drm_of_component_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd43e9421 drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd51a693e drm_atomic_get_connector_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd680a377 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd688e267 drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7867790 drm_connector_attach_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7a9cf42 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd843af52 drm_connector_set_tile_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd846af52 drm_crtc_vblank_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd8934433 drm_syncobj_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd90afb6f drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd91380b2 drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd97d779a drm_panel_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdad9c8b1 drm_prime_get_contiguous_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb032c17 drm_connector_list_iter_begin +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb22e94a drm_show_fdinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb320a08 drm_mode_is_420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb530984 drm_edid_get_panel_id +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb9de96e drm_privacy_screen_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbe47937 drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdc9a9932 drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd3c6afa drm_mode_is_420_also +EXPORT_SYMBOL drivers/gpu/drm/drm 0xde68f505 drm_atomic_bridge_chain_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf3f760d drm_mm_scan_color_evict +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf666902 drm_rotation_simplify +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe0db95c3 drm_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe18b7ec9 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1b4bbf2 drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2173ca9 drmm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe22a2807 drm_client_modeset_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe317082a __drm_printfn_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe346184b drm_vblank_work_cancel_sync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3ac15d5 drm_mode_is_420_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3b8c546 drm_event_reserve_init_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3ccf375 drm_client_modeset_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4a1f536 drm_connector_attach_max_bpc_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4da03bd drm_atomic_get_new_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4ede1ed drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe57f6e35 drm_send_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe5b3e3cb drm_atomic_get_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe633a4cd drm_format_info_bpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe68e28dd drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7ad2c20 drm_privacy_screen_set_sw_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8217002 drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a034df drm_dev_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a0e334 drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8aaa4b2 drm_display_mode_from_cea_vic +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe94ea853 drm_analog_tv_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe962814a drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe96d18f8 drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea00fe81 __drm_printfn_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb94b467 drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xecf8143f drm_event_reserve_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xedd08dfd drm_connector_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xee56d4a3 drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeef3e372 drm_bridge_chain_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xef7cf01d drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf011852c drm_connector_attach_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0517d7a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf095dc96 drm_get_tv_mode_from_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1b5340a drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf22de73b drm_syncobj_add_point +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf24d83b9 drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf2783fe9 drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf3dcf408 drm_edid_override_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf406e46a drm_get_connector_type_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf44df6a4 drm_get_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4781114 drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4cf6def drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6fd20cf drm_privacy_screen_call_notifier_chain +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf729390f drm_gem_lru_move_tail_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf7afc21d drm_atomic_add_affected_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf7cc143f drm_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf824c7db __drm_printfn_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf877d6e5 drm_release_noglobal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf8a97869 drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfb24da89 drm_edid_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfb8445e1 drm_crtc_vblank_helper_get_vblank_timestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfbaa7174 drm_atomic_get_crtc_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfbd15933 drm_atomic_state_default_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfbe9315b drm_bridge_chain_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc2e7ea1 of_drm_find_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd2cd25e drm_framebuffer_plane_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd2e9532 __devm_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd517ca3 drm_writeback_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd8041ca drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfdceeb1b drm_privacy_screen_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfe10331f drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfeb953b1 __drm_printfn_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x22d53779 drm_buddy_free_list +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x2d9e9583 drm_buddy_print +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x40d76a49 drm_get_buddy +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x9f44c898 drm_buddy_init +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xabb5a026 drm_buddy_block_trim +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xbd5b3bcc drm_buddy_free_block +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xc30d71cc drm_buddy_block_print +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xfa150882 drm_buddy_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xff748b76 drm_buddy_alloc_blocks +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0x6d4d5071 drm_fbdev_dma_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0x7e4c5b60 drm_gem_dma_prime_import_sg_table_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0xc0b6ca97 drm_gem_dma_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x014712ae __drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x02fa36aa drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x03a21ad0 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x05c1644f drm_fb_helper_lastclose +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x07400afe drm_fb_xrgb8888_to_xrgb1555 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x07dc3115 drm_gem_fb_create_handle +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0829fcf4 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x093c161b drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0959621c __drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x09a373d1 drm_panel_bridge_connector +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0c9ce39e drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x127a8c6b drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x176eba84 drm_atomic_helper_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x17d33644 drm_fb_build_fourcc_list +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x18dc8066 drm_atomic_helper_commit_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1ae057f6 drm_connector_helper_get_modes_from_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1afb561b __drm_atomic_helper_connector_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1cacd62e drm_atomic_helper_wait_for_flip_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1ce28cfa drm_atomic_helper_check_plane_damage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1ce73179 drm_atomic_helper_check_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1dae52f6 drm_fb_helper_alloc_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1f187e9a drm_panel_bridge_set_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x206e7a1c drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x207ea70d drm_fb_helper_unregister_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x208328ad drm_fb_helper_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x20bb94b4 __drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2114528f drm_atomic_helper_commit_cleanup_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21d541eb drm_flip_work_queue_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21dceb22 drm_fb_swab +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x22423751 drm_atomic_helper_commit_tail_rpm +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x228b4137 drm_atomic_helper_check_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x22f08728 drm_atomic_helper_cleanup_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2471c78b drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2493f86c drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x260e08a1 drm_atomic_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x27bb54f3 drm_gem_simple_kms_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2a70270a drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2b1e86dc drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d959b27 drm_simple_display_pipe_attach_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2da023be drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3044ab03 drm_atomic_helper_commit_tail +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x30f9d290 drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x32fbff3b drm_self_refresh_helper_update_avg_times +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x33287f66 drm_fb_blit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x33704b70 __drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x33e1098c drm_atomic_helper_async_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x342f4a56 drm_atomic_helper_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x355dac26 drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x360b43fb drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3614a1d9 drm_atomic_helper_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x36645a7f drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x36c0c00d __drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3972efc0 drm_atomic_helper_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3a3ec29e drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3a759acf __drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3ad43f1f __drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3afeeca4 drm_fb_xrgb8888_to_argb8888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3d3c7fd4 drm_fb_helper_set_suspend_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3de74d0c devm_drm_of_get_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3f58f086 drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x402e5faa drm_atomic_helper_swap_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x40c223c1 drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x432d07b6 drm_crtc_helper_mode_valid_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x43e99699 drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x446792d2 drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4526bf5c drmm_of_get_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x458d43f3 __drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x462d275d __drmm_simple_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4bda6046 drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4c061b4b drm_atomic_helper_commit_hw_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4e41c0ad drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x50fe7d3b drm_simple_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x51788709 drm_fb_memcpy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x537cfa80 __drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x552a6eeb drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5542443b drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a4734d1 drm_kms_helper_is_poll_worker +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5f05fdbf drmm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5f54baf1 drm_connector_helper_tv_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5f7585f1 drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6212998f devm_drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x64ef117e drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x682c9730 drm_gem_fb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x69cff584 drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6a98b0ff drm_self_refresh_helper_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b5c2b06 drm_atomic_helper_damage_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6d684d94 drm_atomic_helper_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e30ba8e drm_rect_rotate_inv +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e6135ee drm_fb_xrgb8888_to_rgb565 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6f280a29 drm_fb_helper_fill_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x708bba38 drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x70a99bd6 drm_atomic_helper_wait_for_vblanks +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x714f4e31 drm_gem_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x73b98d12 drm_kms_helper_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x76d92a92 drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x790973bc drm_atomic_helper_check_crtc_primary_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x793299aa drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x79569f12 drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x79619770 __drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7a9d6fc6 drm_atomic_helper_bridge_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7b64430c drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7caa44a8 drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7cba61c8 drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7dcdc233 drm_atomic_helper_shutdown +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x80337a0d drm_atomic_helper_page_flip +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x82f95503 drm_fb_xrgb8888_to_argb1555 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84049f34 __drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x842dd90c drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x85fba178 drm_fb_helper_damage_range +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x87eee915 drm_gem_simple_kms_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x88543c4d drm_gem_simple_kms_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x89acb653 drm_gem_fb_end_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x89ae57a5 drm_plane_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8a0d49bb drm_fb_xrgb8888_to_rgb888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8aff6c2c __drm_atomic_helper_plane_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8e68bca2 drm_atomic_helper_connector_tv_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8e9190ad drm_atomic_helper_connector_tv_margins_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8f73cbd3 drm_atomic_helper_connector_tv_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8fa798e4 drm_atomic_helper_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x902dd817 drm_helper_force_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91264712 drm_fb_helper_release_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x922fcf96 drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x926b6edd __drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x93dc6b68 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x94357a6a drm_fb_helper_output_poll_changed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x95ff1b01 __drm_atomic_helper_crtc_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9689df9f drm_connector_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x96cd72e8 drm_atomic_helper_check_wb_encoder_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x97587379 drm_gem_fb_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9759f0cf drm_gem_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x98c13a93 drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99dcd99b drm_atomic_helper_commit_modeset_enables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99fd20aa drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9bd68eef drm_fb_helper_set_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9c9b867b drm_crtc_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9e3848f3 drm_fb_helper_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9f36b240 drm_atomic_helper_unprepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9fbaae8c drm_self_refresh_helper_alter_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9ffbd1df drm_atomic_helper_damage_merged +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa03de038 drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa0fcf738 drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa10d8ce6 drm_fb_xrgb8888_to_rgba5551 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa2123a15 __drm_atomic_helper_private_obj_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa212b875 drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa2204c2d drm_fbdev_generic_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa281bb81 drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa3803b83 drm_atomic_helper_wait_for_fences +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa4693270 drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa73fa5f2 drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xacb7d3a0 drm_helper_probe_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xae6c3cbe drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xae7c9ec8 drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaf1fc947 drm_fb_helper_damage_area +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xafd049ab devm_drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb053adda drm_rect_rotate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb1223e6e drm_fb_xrgb8888_to_gray8 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb23d839c drm_connector_helper_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb428bcd3 drm_atomic_helper_damage_iter_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb53a20ce drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb6a6b711 drm_fb_clip_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb75c6bdd drm_atomic_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb761cd95 drm_atomic_helper_fake_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb857df53 drm_atomic_helper_commit_modeset_disables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb8a2c1d6 drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xba22658d drm_mode_config_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xba8e3f37 drm_atomic_helper_prepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbbb8aa56 drm_fb_helper_deferred_io +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbbd606b8 drm_simple_display_pipe_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbe4f1370 drm_fb_xrgb8888_to_rgb332 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbeba09a1 drm_plane_helper_disable_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc137f135 drm_atomic_helper_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc283a982 drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc2c161e0 drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc5fa246a __drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc6323239 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc754d603 drm_atomic_helper_commit_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc8363ff7 drm_fb_xrgb8888_to_argb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcb2340b8 drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcbddca3b drm_atomic_helper_update_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcbde5404 drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcc9f4a97 drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcebc2eda drm_fb_helper_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf11a549 drm_flip_work_allocate_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf903817 drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd06f4a4b drm_atomic_helper_check_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd220d9e8 drm_gem_simple_kms_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd33006a8 drm_self_refresh_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd3bd59db drm_fb_xrgb8888_to_mono +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd6eed316 drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd7f99cec drm_atomic_helper_bridge_propagate_bus_fmt +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd8abe1c4 drm_gem_fb_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd8cad4bf drm_plane_helper_update_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xda850173 drm_atomic_helper_update_legacy_modeset_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdaabd3ee drm_atomic_helper_disable_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdacfa6cd drm_panel_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdc8e0687 drm_atomic_helper_dirtyfb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe17fc3e3 drm_mode_config_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe2436dfa drm_kms_helper_poll_reschedule +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe354fb7a drm_connector_helper_get_modes_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe5303555 drm_atomic_helper_async_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe70c01a5 drm_plane_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xea6f6ded drm_atomic_helper_page_flip_target +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf0f2b55c drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf238ed8d __drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf25a82a8 drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf4a9dcd8 drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf692f132 drm_bridge_is_panel +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf88440c4 drm_atomic_helper_commit_duplicated_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf9e250a4 drm_gem_fb_begin_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfab49542 drm_fb_xrgb8888_to_xrgb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfb5e91d1 drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfc682146 drm_gem_simple_kms_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfffb7058 drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x23e5630b mipi_dbi_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x24e1e72b mipi_dbi_enable_flush +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x286178ae mipi_dbi_display_is_on +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x3060282a mipi_dbi_command_buf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x34322018 mipi_dbi_buf_copy +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x3618aef1 mipi_dbi_spi_cmd_max_speed +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x4c422b87 mipi_dbi_pipe_update +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x500454cd mipi_dbi_poweron_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x5872df11 mipi_dbi_command_read +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x60ae9f5a mipi_dbi_pipe_reset_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x72ed33cc mipi_dbi_hw_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x852f4912 mipi_dbi_dev_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x87fd632f mipi_dbi_pipe_destroy_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xa90e1c9f mipi_dbi_pipe_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xa94157ca mipi_dbi_spi_transfer +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xb2788c51 mipi_dbi_spi_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xc9a0b996 mipi_dbi_dev_init_with_formats +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xdb526e4a mipi_dbi_pipe_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xdd9fc86c mipi_dbi_command_stackbuf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xddc6cb90 mipi_dbi_pipe_end_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xf115b9d3 mipi_dbi_pipe_duplicate_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xfc7d4e13 mipi_dbi_poweron_conditional_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xfc82504f mipi_dbi_pipe_begin_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x1c0fe336 drm_gem_shmem_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x1c4609c1 drm_gem_shmem_madvise +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x2007e8a8 drm_gem_shmem_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x2e7005b0 drm_gem_shmem_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x316cc5dd drm_gem_shmem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x48898b0c drm_gem_shmem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x5819a3ed drm_gem_shmem_purge +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x6236be54 drm_gem_shmem_purge_locked +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x6ab69ff6 drm_gem_shmem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xd108a7f9 drm_gem_shmem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0x048a510f drm_suballoc_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0x0bad1988 drm_suballoc_new +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0x8debd4c9 drm_suballoc_free +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0xcfea1bec drm_suballoc_dump_debug_info +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0xdd9c3522 drm_suballoc_manager_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x466a098e drm_gem_ttm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x55babfcb drm_gem_ttm_dumb_map_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x5eb66b55 drm_gem_ttm_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x677436e3 drm_gem_ttm_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x7eda8910 drm_gem_ttm_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x16271cb9 drm_gem_vram_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x1fefff79 drm_gem_vram_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x39838145 drm_gem_vram_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x72bba2fa drm_gem_vram_plane_helper_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x7cc550c3 drm_gem_vram_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x812fac5e drm_gem_vram_simple_display_pipe_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x8afa1977 drm_vram_mm_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xa57fe472 drm_gem_vram_plane_helper_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xbfff8346 drmm_vram_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xc80918e5 drm_gem_vram_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xcc1ef987 drm_vram_helper_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xd7668644 drm_gem_vram_driver_dumb_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xe43999fc drm_gem_vram_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xf2d6aa70 drm_gem_vram_fill_create_dumb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xfa4bf0aa drm_gem_vram_put +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xfb2850d5 drm_gem_vram_unpin +EXPORT_SYMBOL drivers/gpu/drm/rockchip/rockchipdrm 0xb0675fdf rockchip_drm_wait_vact_end +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x09e5fd80 drm_sched_resume_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x212a6cba drm_sched_job_add_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x22079ad3 drm_sched_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x24921677 drm_sched_start +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x26d3bf6b drm_sched_suspend_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x26dd7026 drm_sched_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x2f336b92 drm_sched_entity_error +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x39531891 drm_sched_job_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x3e00f4dd drm_sched_entity_set_priority +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x46373158 drm_sched_job_cleanup +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x4e8828d9 drm_sched_fault +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x5f2ae452 drm_sched_entity_push_job +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x6a09cfb3 drm_sched_resubmit_jobs +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x6c004cca drm_sched_job_arm +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x7c3b9bff drm_sched_job_add_implicit_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x94629853 drm_sched_entity_modify_sched +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x9b24630e drm_sched_entity_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xa873fa2e drm_sched_entity_destroy +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xbc829eb2 drm_sched_entity_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xc0795d5f to_drm_sched_fence +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xc7d9beac drm_sched_entity_flush +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xd5aff9c5 drm_sched_increase_karma +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xd926a50c drm_sched_job_add_syncobj_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xdb2fb629 drm_sched_job_add_resv_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xe355bd2d drm_sched_pick_best +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xfd94cdc8 drm_sched_stop +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x072fdf36 sun4i_tcon_enable_vblank +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x3a520442 sun4i_dclk_free +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x6c10c7a7 sun4i_tcon_of_table +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x8d49bb08 sun4i_tcon_mode_set +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0xc4cd2579 sun4i_rgb_init +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0xecc6f7b9 sun4i_dclk_create +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0xf67b90fc sun4i_lvds_init +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun8i_tcon_top 0x350e5dcd sun8i_tcon_top_of_table +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun8i_tcon_top 0x397b657b sun8i_tcon_top_de_config +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun8i_tcon_top 0xc08dac20 sun8i_tcon_top_set_hdmi_src +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x002af148 ttm_bo_move_to_lru_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x054958bf ttm_bo_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x05929baf ttm_pool_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0c231474 ttm_kmap_iter_iomap_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x107fa937 ttm_bo_init_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1a4b17b4 ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1a71d30c ttm_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1df66b4c ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x24bd9687 ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2c8c16ea ttm_bo_vm_access +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x301fb7da ttm_bo_vm_fault +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x30c4b8cd ttm_bo_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x32375a5b ttm_bo_vm_open +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x386e70dc ttm_resource_manager_usage +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4367c9cd ttm_bo_wait_ctx +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x45eda573 ttm_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x519763cc ttm_resource_manager_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x56cc5459 ttm_bo_vm_dummy_page +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x57d8b3ce ttm_bo_pin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x58447e3d ttm_glob +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x59c1918d ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5ace0586 ttm_bo_set_bulk_move +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5af89fdc ttm_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x69cc2943 ttm_tt_pages_limit +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6a5211d4 ttm_resource_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6bf276b9 ttm_bo_vunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x75bf1d1c ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x787dbba1 ttm_range_man_fini_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7a4a8a68 ttm_lru_bulk_move_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7b7aa5a2 ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7ebf7755 ttm_lru_bulk_move_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x883c23cc ttm_pool_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8998c9e8 ttm_pool_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9d14e108 ttm_bo_vm_close +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa2b5be99 ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa4362f00 ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa4e7c13a ttm_device_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xac37979a ttm_kmap_iter_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xac72d5bd ttm_bo_move_sync_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb0770f5f ttm_pool_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xba67e275 ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc2aa4aff ttm_bo_vmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc3538caf ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc5d8bd37 ttm_resource_manager_evict_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc6717428 ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc749832c ttm_bo_vm_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xca6e1819 ttm_resource_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xccf3cc2e ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcd76e026 ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd0e4b488 ttm_resource_manager_debug +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd170ca60 ttm_device_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xda67a438 ttm_resource_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xde6fa8f0 ttm_bo_unpin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe196eab1 ttm_bo_init_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe43005fe ttm_pool_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe6da1547 ttm_sg_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xeef5e00d ttm_range_man_init_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf66c87e9 ttm_bo_vm_fault_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfb560cbd ttm_bo_eviction_valuable +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfd0bc652 ttm_resource_manager_create_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xff4542fc ttm_device_clear_dma_mappings +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x01207ad2 host1x_syncpt_get_by_id_noref +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x0e466827 host1x_bo_unpin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x10798f7b __host1x_client_init +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x147f5afc host1x_syncpt_get_by_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x187431f1 host1x_syncpt_alloc +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x25670d6a host1x_channel_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x278ef1bd host1x_bo_pin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x27bb468c host1x_fence_create +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x345d1abc host1x_job_submit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x3eaeaf39 host1x_syncpt_read_min +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x4a8dc74b host1x_client_resume +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x51de13ce host1x_syncpt_base_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x529162d5 host1x_job_add_gather +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x59a634df host1x_client_unregister +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x656c5c2a tegra_mipi_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x68d3ec7a host1x_syncpt_read_max +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x691dcfc9 host1x_job_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x6d0fb551 host1x_channel_stop +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x716e0db7 host1x_device_exit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x72e78e54 tegra_mipi_start_calibration +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x813f5303 host1x_syncpt_incr_max +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x83ae6750 host1x_syncpt_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x8484052a host1x_syncpt_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x8a2e124f host1x_syncpt_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x8d75f2df host1x_job_pin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x936ef592 host1x_job_alloc +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9451a33e tegra_mipi_free +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9936cc59 host1x_job_add_wait +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x99aa1cbd host1x_syncpt_read +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x99acce58 host1x_job_unpin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9be95e1e host1x_syncpt_release_vblank_reservation +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9f042942 host1x_fence_cancel +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa09b7b8b host1x_syncpt_wait +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa1ddc91e host1x_client_suspend +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa2ec1042 host1x_syncpt_get_base +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa5d450ec host1x_driver_register_full +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa733ff60 tegra_mipi_disable +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xad18ea3e host1x_syncpt_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xb9a752b9 host1x_client_exit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xbcbe65a0 tegra_mipi_finish_calibration +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xcf63c5cb host1x_channel_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xcfcded51 host1x_job_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xd464146e __host1x_client_register +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xde143aa5 host1x_channel_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xec03a793 host1x_get_dma_mask +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf511a079 host1x_syncpt_incr +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf8a79b19 tegra_mipi_enable +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf99b0285 host1x_device_init +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xfcb01fe4 host1x_driver_unregister +EXPORT_SYMBOL drivers/hid/hid 0x3078ef6b hid_bus_type +EXPORT_SYMBOL drivers/hv/hv_vmbus 0xc9457526 vmbus_sendpacket_getid +EXPORT_SYMBOL drivers/hv/hv_vmbus 0xd0422459 vmbus_sendpacket +EXPORT_SYMBOL drivers/hv/hv_vmbus 0xe73a93a2 vmbus_recvpacket +EXPORT_SYMBOL drivers/hwmon/adt7x10 0xcec3e2b8 adt7x10_dev_pm_ops +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x2f9e7f8e vid_which_vrm +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x446615bd vid_from_reg +EXPORT_SYMBOL drivers/hwmon/ltc2947-core 0xcf5a630d ltc2947_pm_ops +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x01568393 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x96ec3b26 sch56xx_read_virtual_reg12 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xaa17a737 sch56xx_write_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xb37b9b81 sch56xx_read_virtual_reg16 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xec2d439e sch56xx_watchdog_register +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x60aa4cda i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x7f1558d8 i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xb5938f84 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x43a54571 i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xa5ac0ad5 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0x93f1f8f6 amd756_smbus +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x10a4c688 qcom_adc5_hw_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x1fcd0103 qcom_adc_tm5_gen2_temp_res_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x39885d6b qcom_adc_tm5_temp_volt_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x401dc869 qcom_vadc_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x47f699dd qcom_adc5_decimation_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x4e64cdb9 qcom_adc5_hw_settle_time_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x53546ecd qcom_adc5_avg_samples_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x70e6eca1 qcom_vadc_decimation_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0xc61e7a34 qcom_adc5_prescaling_from_dt +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0xc15dc478 iio_triggered_buffer_setup_ext +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0xd1ca42cd iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x5585498f iio_kfifo_free +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0xcf956501 iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/imu/fxos8700_core 0x99d7398e fxos8700_regmap_config +EXPORT_SYMBOL drivers/iio/industrialio 0x03efc481 iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0x08b3ca0d iio_device_set_clock +EXPORT_SYMBOL drivers/iio/industrialio 0x1abba5f2 iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x2ec7be83 __iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x311a4fc7 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x37ccf501 iio_trigger_validate_own_device +EXPORT_SYMBOL drivers/iio/industrialio 0x3d1fe012 iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0x47649695 iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0x7c692d50 iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0x7cc89529 iio_trigger_set_immutable +EXPORT_SYMBOL drivers/iio/industrialio 0x963d81d6 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xa1e523e6 iio_trigger_using_own +EXPORT_SYMBOL drivers/iio/industrialio 0xb34d2e69 iio_device_get_clock +EXPORT_SYMBOL drivers/iio/industrialio 0xb42b58cf iio_get_time_ns +EXPORT_SYMBOL drivers/iio/industrialio 0xbc31a1cc iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0xc3e24c2c iio_trigger_poll_nested +EXPORT_SYMBOL drivers/iio/industrialio 0xc89521f2 __iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0xc95f6ab2 iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0xceadd7b9 iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0xcebd4b8b iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0xd6ae049d iio_read_mount_matrix +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xe81562ec iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio-configfs 0xb0bb950d iio_configfs_subsys +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x1a8ee251 iio_register_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xa8765e05 iio_sw_device_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xde60bd2c iio_unregister_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xea604aea iio_sw_device_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x4457ef5a iio_sw_trigger_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x87573592 iio_register_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xbfc5fd58 iio_unregister_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xccb3af67 iio_sw_trigger_destroy +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x61be5eea iio_triggered_event_setup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x7ceae672 iio_triggered_event_cleanup +EXPORT_SYMBOL drivers/iio/pressure/bmp280 0xd9ddce0e bmp280_dev_pm_ops +EXPORT_SYMBOL drivers/iio/trigger/stm32-lptimer-trigger 0x9c28bb5b is_stm32_lptim_trigger +EXPORT_SYMBOL drivers/iio/trigger/stm32-timer-trigger 0x3c0de8b4 is_stm32_timer_trigger +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x0a4e9b1a ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x0f90a530 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x373b220a ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x3d86355b ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x409a593d ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x63ac07f2 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x69824a14 ibcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x70e35e4a ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x793a2334 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9e3b02b0 ib_cm_insert_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xb9f3f310 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc50b51d6 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd4159aa0 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd82f9a17 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xdd9a0693 ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xfd87b144 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00769ece ib_get_net_dev_by_params +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00cd25ea ib_get_rdma_header_version +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x04006b62 ibdev_alert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x075fe5b9 ib_create_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x07dd9a55 ib_mad_kernel_rmpp_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x07e2d7e8 ib_qp_usecnt_inc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x07f2a05f ib_dma_virt_map_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x08cc4d99 rdma_create_user_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0afe4af5 ib_set_device_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0b77fe71 rdma_rw_ctx_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c86f5cb ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0d3354a6 rdma_alloc_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0e761c03 ib_create_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0f537c2e ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x149d509c rdma_rw_mr_factor +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x14c958b2 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x15148fb5 rdma_rw_ctx_signature_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x161d4ab4 rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x17840d76 ib_cq_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x19a76917 rdma_rw_ctx_post +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1a145cad ib_destroy_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1b75664d ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1c752675 rdma_restrack_set_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1cf55506 rdma_query_gid_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1d386a72 rdma_link_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e62f567 rdma_destroy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e7ca3f5 ibdev_info +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x241969e6 ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2423da37 ibdev_emerg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x299bb6b6 ib_get_vf_stats +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2e90c598 rdma_hold_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2e9ea5bb ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ee63d05 rdma_find_gid_by_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x30260771 ib_get_eth_speed +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x305e5701 rdma_addr_size_kss +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x318bee6b ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x32466135 ib_alloc_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x36685552 ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3749e35f ib_get_cached_port_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x387eb45b ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x39055e1c rdma_restrack_get_byid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3e569464 ib_cq_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3ed03f5b rdma_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3f342137 ibdev_err +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fc2387c ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x40fb2786 ib_free_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x41e2d947 ib_drain_sq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x41fcbdbc rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x42bd4ed5 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x434c5d10 zgid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x439ce33c ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45fb8985 rdma_nl_chk_listeners +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x46ac96ae rdma_nl_stat_hwcounter_entry +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x47a9b8a5 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x49dffa61 ib_create_qp_kernel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4c1826f4 rdma_user_mmap_entry_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4c1de4a3 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4ca44e7c ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4da64651 ib_port_unregister_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e155af0 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e90435c ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5087a416 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5155d83d __ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x524c472b rdma_nl_put_driver_u32_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x538904fa ib_destroy_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5530e097 ibdev_notice +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55bb02f3 ib_cache_gid_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x56cab975 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58430575 rdma_roce_rescan_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58df5b94 ib_get_gids_from_rdma_hdr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5903e0e4 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5b549d0f rdma_restrack_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61373fd2 __rdma_block_iter_next +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x613b1e2e ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61d24c52 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x64d2552b ibdev_warn +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x652634b2 rdma_copy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x66930e4d ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x680e3cfd __rdma_block_iter_start +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x69e34b61 rdma_nl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b958320 ib_ud_ip4_csum +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6baf47be __ib_alloc_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6d78ba20 ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6dca5053 ib_get_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6eb59907 rdma_set_cq_moderation +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f3614b6 rdma_is_zero_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6fc987d6 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x70807834 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x71b1f873 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x72cd9a69 rdma_nl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x72f18876 ib_device_get_by_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73baf9a2 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x741e181d ib_advise_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x74bb440d rdma_rw_ctx_wrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75a729a0 rdma_nl_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x76313d65 ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x787ccc4c ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7a074112 rdma_nl_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7d53ace9 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7f76577e ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8049cba3 ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8221174d ib_mr_pool_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8490021e ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x88e9ff62 rdma_restrack_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x89683b4a ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x89a32040 rdma_restrack_add +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8c56a270 ib_set_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8c5a2f8a rdma_dev_access_netns +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8e1a273e ib_get_vf_config +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x907b5f2b ib_device_set_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90e434c9 rdma_read_gid_attr_ndev_rcu +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90e807c7 ib_cache_gid_parse_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9106652a ib_rdmacg_uncharge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x91286e89 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x929c4bb9 rdma_umap_priv_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x940f2852 rdma_nl_put_driver_u64 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9584ba7b rdma_nl_put_driver_u64_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x97fc2629 ibdev_printk +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x980ecb50 ib_port_immutable_read +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9838214c ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x99662549 rdma_restrack_del +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9a1a4d7e rdma_read_gid_l2_fields +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9acea4b7 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9bd8e2b9 ib_device_get_by_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa14f9d94 ib_dealloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa181e78c ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa7971b92 ib_mr_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa7b60057 ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa7cfca79 rdma_move_grh_sgid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa88a8085 ib_alloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa95a5984 rdma_user_mmap_entry_get_pgoff +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa9e1894f rdma_put_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaa8219d8 rdma_user_mmap_entry_insert_range +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab0d4753 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaba2c1e8 rdma_restrack_parent_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xac0c100e rdma_nl_put_driver_string +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xac8d8c3d ib_map_mr_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae956dce ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaefebca9 ib_create_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xafb8b30b ib_port_sysfs_get_ibdev_kobj +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb02c2dc0 ib_get_device_fw_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb0c8f03d rdma_rw_ctx_destroy_signature +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb490021e rdma_read_gid_hw_context +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4c40040 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4f80150 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4fb0a78 rdma_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb557187a ib_modify_qp_with_udata +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb69cd607 rdma_restrack_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb6dc4057 __ib_alloc_cq_any +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb78459ef ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7852a05 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7ab63bc rdma_alloc_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb82a13c9 rdma_user_mmap_entry_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbd907c2f ib_reg_user_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbe2c6588 ib_drain_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc042bd3b rdma_user_mmap_entry_insert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc0833c0b ib_mr_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc23b9f24 rdma_copy_src_l2_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc35e7e13 ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc3c7462b ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc71230ed rdma_link_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8d38664 rdma_free_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc9bcb623 rdma_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xca6fc42d ib_drain_rq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xccf2d313 ib_init_ah_attr_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcd3c6b86 ib_dealloc_pd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcd87dcfd ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcf803e73 ib_rdmacg_try_charge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0478dc4 ib_unregister_driver +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd1f98c21 ib_get_cached_subnet_prefix +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd21bb37a ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd2392ebc ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd358385b ib_sg_to_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd588cd44 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd634884b ib_map_mr_sg_pi +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6636ca6 rdma_addr_size_in6 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd726c87b ib_init_ah_attr_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd81d3616 ib_alloc_mr_integrity +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd826c8de ib_port_register_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd861f10c ib_device_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd94ac382 ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdb55234f rdma_replace_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdc14c4ec ib_unregister_device_queued +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdd0ed1ba ib_process_cq_direct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdfb22b2a ib_qp_usecnt_dec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe11451e4 ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe2edae2c rdma_user_mmap_io +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe37a622c ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe38c2250 ib_unregister_device_and_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe3f60335 ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe46c6a38 ib_destroy_wq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe480029a ib_set_vf_link_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5840ec6 ib_wc_status_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5fbfbac ib_destroy_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe61bcb14 ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7b52e5f mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe99da5a9 rdma_user_mmap_entry_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9e799fc ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xea7f72e4 rdma_nl_unicast_wait +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xead4da9d ib_mr_pool_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xebc3b840 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xebde590e _ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xec7a08f4 rdma_destroy_ah_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xecd1587a ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xef51dab4 rdma_nl_put_driver_u32 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xef8a24cf roce_gid_type_mask_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf0ee9932 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf1e6b797 rdma_restrack_new +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf2542822 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf27242a4 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf47299ec rdma_init_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5dedb30 rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6ed3334 ib_event_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf70001b7 rdma_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf9005a4d rdma_move_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf9fbf767 ibdev_crit +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc2941a8 __ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc7344ff rdma_rw_ctx_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfd271864 rdma_get_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfed1d9a0 rdma_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xff20137f ib_create_qp_security +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x141412ed ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x141e89cb uverbs_copy_to_struct_or_zero +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x16dbff7c ib_uverbs_get_ucontext_file +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x171c89bb flow_resources_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1cda8a8a ib_uverbs_flow_resources_free +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1e4bf0aa ib_umem_copy_from +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x220561aa ib_umem_odp_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2392aafa uverbs_uobject_fd_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2d1c5a11 ib_umem_dmabuf_map_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x36c34dc6 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x38bff695 ib_umem_odp_map_dma_and_lock +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3c9fe381 uverbs_uobject_put +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x41dd3b35 uverbs_finalize_uobj_create +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5943121e ib_umem_odp_alloc_child +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5d509330 uverbs_copy_to +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x66822137 ib_umem_dmabuf_get_pinned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x691f8a29 ib_umem_odp_alloc_implicit +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x6f6f0278 flow_resources_add +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x754b0000 ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7f025764 uverbs_get_flags32 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x83cc820e uverbs_idr_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x852e7aed ib_umem_odp_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x87c8d9a1 ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8f2ff622 ib_umem_dmabuf_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8fdcd602 uverbs_get_flags64 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8ffcd116 uverbs_fd_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9989d73c ib_umem_dmabuf_unmap_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9f12b1ee _uverbs_get_const_unsigned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xae956213 _uverbs_get_const_signed +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xaf430404 ib_umem_odp_unmap_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc0044395 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xdf01eaee uverbs_destroy_def_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe0d71317 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf58a491a ib_umem_find_best_pgsz +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xfd75df98 _uverbs_alloc +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x13072860 iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x2604d5e1 iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x4a00cda7 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x66a36865 iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x7e3222bc iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x8ffb5590 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x941b9ff3 iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf3df871f iwcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xfdec0cd4 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x09186a72 rdma_consumer_reject_data +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0db2fcf1 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1626e72b rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1d4d6b98 rdma_set_ib_path +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2414d69b rdma_set_ack_timeout +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x31011ac3 rdma_unlock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3be611b5 rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x41dcb10f rdma_accept_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x491e7308 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4cf8820b rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x521319a6 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x579bb667 rdma_connect_locked +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x665f3176 rdma_read_gids +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x686db186 rdma_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6b0db918 __rdma_create_kernel_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x730d53b4 rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x74718aa0 rdma_lock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7ecacf32 rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8007c39d rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x85a983b2 rdma_connect_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8b6a82f9 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x907df803 rdma_event_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x915cd17b rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9fc5ed44 rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb5236ed2 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xbb3c37a3 rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xbe9cea45 rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc3d358c5 rdma_create_user_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xcbfc1de1 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd960f476 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xdfeb9348 rdma_res_to_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe829116e rdma_set_min_rnr_timer +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xea8f1ffb rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf5e5cd20 rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf88cd01a rdma_iw_cm_id +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x199dc264 rtrs_clt_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x25ff52cd rtrs_clt_put_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x58cfe6fc rtrs_clt_query +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x612b8d3c rtrs_clt_rdma_cq_direct +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x8fc89749 rtrs_clt_request +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xbe4c5923 rtrs_clt_get_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xbed322e2 rtrs_clt_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x242a8646 rtrs_addr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x4282aee1 rtrs_rdma_dev_pd_init +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x6e385f7c rtrs_ib_dev_put +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x887302f3 rtrs_addr_to_sockaddr +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x9e4248bc rtrs_rdma_dev_pd_deinit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xe15357ef sockaddr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xe55bb577 rtrs_ib_dev_find_or_add +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x4d1bf31c rtrs_srv_resp_rdma +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x776c6d83 rtrs_srv_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x8c2cd69b rtrs_srv_get_path_name +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x8f7ec6c8 rtrs_srv_get_queue_depth +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xf11c9d39 rtrs_srv_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xf780f2ca rtrs_srv_set_sess_priv +EXPORT_SYMBOL drivers/input/gameport/gameport 0x026b1bf6 gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x2293e037 __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x44b97637 gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x450619be gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0x564e5a7b gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x7b5860f7 gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0x842448b4 gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0xb21f77a1 gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xc3da5287 __gameport_register_port +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x1fa1c756 iforce_process_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x4ff213c3 iforce_send_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x9293f5f1 iforce_init_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0xb01f39be matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x63e3455c ad714x_probe +EXPORT_SYMBOL drivers/input/misc/ad714x 0xc63cc286 ad714x_pm +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x892d76b2 cma3000_resume +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x89d9444e cma3000_exit +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0xa62035b0 cma3000_init +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0xca3f100a cma3000_suspend +EXPORT_SYMBOL drivers/input/rmi4/rmi_core 0x39fc1dbe rmi_unregister_transport_device +EXPORT_SYMBOL drivers/input/sparse-keymap 0x0698f8f0 sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0x0761769f sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0x11d1a3e7 sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x3a8015e7 sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0x6ed78a0f sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x270dceae ad7879_probe +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xcf339f1f ad7879_pm_ops +EXPORT_SYMBOL drivers/interconnect/qcom/icc-smd-rpm 0xae142f9b qnoc_remove +EXPORT_SYMBOL drivers/interconnect/qcom/icc-smd-rpm 0xd7cfabad qnoc_probe +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x50b448d3 capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xaddc164d attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xb3fb2e7e detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xbae37ea9 capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xcb3203a0 capi_ctr_down +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0x27c58fd5 isdnhdlc_decode +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0x4644eea5 isdnhdlc_out_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0x5b835a58 isdnhdlc_rcv_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0xef4ee223 isdnhdlc_encode +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x2614c218 mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x65878da6 mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xbe790022 mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xbef5cc8a mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x980faa15 mISDNisar_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xb0e331d6 mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x0209e709 recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x03a68066 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x0b05346d mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x0b1f23c6 mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x0bef01b7 recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1049024c recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1057d4f4 mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x121ffe58 mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x159848cb mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x248630d9 recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x26236de8 mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x265bd8d3 queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x30d25b0d mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x313b1fde mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3185123d mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x37c5fc74 mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4248049c mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x44df4fff bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x5523d4c5 bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x57742e23 mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6047df40 mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9c928457 mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb6394c2d get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc82f587b mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xcbd0ec96 dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd285995f mISDN_clock_get +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd5145151 mISDN_FsmEvent +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe1018fd5 recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe7733cdf get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf5910ad2 mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xffdf097a create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x01087af0 mISDN_dsp_element_unregister +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x93df9e4b dsp_audio_law_to_s32 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb07a21b8 dsp_audio_s16_to_law +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb98308d8 mISDN_dsp_element_register +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x54a12ec4 ti_lmu_common_set_ramp +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x5e4cef96 ti_lmu_common_get_brt_res +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x9c2743cf ti_lmu_common_get_ramp_params +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0xced72aae ti_lmu_common_set_brightness +EXPORT_SYMBOL drivers/mailbox/mtk-cmdq-mailbox 0xef054814 cmdq_get_shift_pa +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x1755380f omap_mbox_request_channel +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x8153ab46 omap_mbox_disable_irq +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x917f855a omap_mbox_enable_irq +EXPORT_SYMBOL drivers/md/dm-bio-prison 0x476d2454 dm_cell_key_has_valid_range +EXPORT_SYMBOL drivers/md/dm-log 0x108ea976 dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0x4c80fb5d dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0x726608c5 dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-log 0xbd7848c3 dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0x3100ac11 dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0x326e4e44 dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x4a87a7ce dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0x9a5667cc dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0xcfc9c095 dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0xd72a165c dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/raid456 0x0339a6d3 raid5_set_cache_size +EXPORT_SYMBOL drivers/md/raid456 0x653089de r5c_journal_mode_set +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x199040ca flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x312145f8 flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x36c78067 flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x441a9ef9 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x45375b32 flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x528109e8 flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x743e6c39 flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x8ca6bb4d flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x9a6d4feb flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xa74d3215 flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xbeefcb11 flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xf1f71867 flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xfda8d965 flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/cx2341x 0x15ac1bd0 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/common/cx2341x 0x28240e61 cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/common/cx2341x 0x55aa7c5f cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x5b5cc43e cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x62f99071 cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0x7b4dd2cb cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0x8046dbdd cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cx2341x 0xb3ece56b cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cx2341x 0xdbc5583a cx2341x_update +EXPORT_SYMBOL drivers/media/common/cx2341x 0xe1fe1432 cx2341x_log_status +EXPORT_SYMBOL drivers/media/common/cx2341x 0xf48eb78c cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0xcb825b94 cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0x0cbc569e ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0x693e74ba ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/common/tveeprom 0x0dbf0296 tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/common/tveeprom 0x1d540b69 tveeprom_read +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x065246b8 frame_vector_create +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x0d948de1 vb2_verify_memory_type +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x1b700d37 put_vaddr_frames +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x1d5f9555 frame_vector_destroy +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xa480b668 vb2_buffer_in_use +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xc5e5573a frame_vector_to_pages +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xdffb744b frame_vector_to_pfns +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xe20dfe0f get_vaddr_frames +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x1e1691d9 vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x8d81be57 vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x8f6a7759 vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xa167480b vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xc34cf76e vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xf9d78b4f vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-memops 0xc7c2b85f vb2_create_framevec +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-memops 0xccd197c7 vb2_destroy_framevec +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-v4l2 0xfd1bd40b vb2_querybuf +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x01e884e6 dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x01ebf7a8 dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x08733236 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x16dcd144 dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x18acd31f dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1f33e13f dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2a775728 dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2f5cdf80 dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3165e689 dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3409ca64 dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x347bee89 dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x36278498 dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3b93d71a dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4040de20 dvb_device_get +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4c616adf dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x54abe4ff dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5f2b1d95 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5f6d14c2 dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x604e7258 dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6181aec0 dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x63b0079f dvb_remove_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6a9f708a dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x75fe2109 dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x76fe8a0d dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x796b111b dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7a56ad9c dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8c54b0f8 dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x91a6794b dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9263a063 dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9df1d14d dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa4235824 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa65a3ae0 dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb3352dd2 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb70c2b0a dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc3f679f9 dvb_ringbuffer_write_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc9effaca dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdf172e1a dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe138ce6b dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xebbc2d9b dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf4cd50a3 dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfb09f39a dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfb9a826f dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfc6380e5 dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x0daa5795 au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x7428be81 au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x99d46eb5 au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x9a305012 au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xae4378ec au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xc22678d0 au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xc3674a37 au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xc8ee9e02 au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xe5cda5c4 au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x091180be cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x63afe295 cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x18f827f9 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xda088185 dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xf244c0db dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xf8e0953f dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x54997112 dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x56e86b19 dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x57343212 dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x59fb42b4 dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x79ee72d9 dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x8d57370f dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xa07fd113 dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xcd2101db dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xde11835d dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xe7dc1dbd dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xf712415a dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xfc72f6e8 dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xfde75b75 dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x14c910c4 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x1dc1dfbf dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xc47e0ddc dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xc8f7decb dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xd4ff155e dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x486bddb7 dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xdd7e5d84 dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xe125fa42 dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x08dec934 dib9000_fw_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x17213a3c dib9000_get_component_bus_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x193ca642 dib9000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x249af865 dib9000_firmware_post_pll_init +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x2d00b91b dib9000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x7675e214 dib9000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x83220842 dib9000_fw_set_component_bus_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x84c58bb4 dib9000_fw_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xbbda2fe7 dib9000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xcf84d373 dib9000_get_tuner_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xe58c9391 dib9000_set_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xe828738f dib9000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x1d59b8ab dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x2a6eb4ca dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x55d84aac dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x718d9e28 dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xb9409376 dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x60357e21 dvb_dummy_fe_ofdm_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0xcbfb5a49 dvb_dummy_fe_qpsk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0xcf312808 dvb_dummy_fe_qam_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gl5 0xa6db53e6 lgs8gl5_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbh29 0x45ddd343 lnbh29_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0x00e780af m88ds3103_get_agc_pwm +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x74400f0e s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0x43d4e52e zd1301_demod_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0xfc4f9d17 zd1301_demod_get_dvb_frontend +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x0c886223 flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x14ffd30c flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x4a053291 flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x54eb1aad flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x5d752a3b flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xb91ea75b flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xebf0b202 flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x0e8c370b bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x3091ae9a bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x97301873 bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xa572429d bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x4ac857a7 bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x70cb3a76 bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8ecf4acc bttv_write_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x92c57d15 bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbcf2d2fb bttv_read_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x1e497b0b rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x1f333b7a dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x33e39f97 dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x43a983fd dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x631e808e dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x973eb52f write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x9fe5953c dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xb4318404 read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xf85521ca dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x079872aa cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x4e34a87e cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xc01231f1 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xc20e0ba0 cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xf41c16ef cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x1ab311dc altera_ci_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6ff7510d altera_ci_tuner_reset +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xdb3faf38 altera_ci_release +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xe66b9812 altera_ci_irq +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x1aba05b2 cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x1cc6982d cx25821_riscmem_alloc +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x1f196afd cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x44b517f5 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x5626bb51 cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xc0011965 cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xc0375be7 cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe9050411 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xea13c03e cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x07a2b516 vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x5de7a227 vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x04a23a56 cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x1763686f cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xbd1951b7 cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xc5370e08 cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x174b3d77 cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x1dc65c3a cx8802_start_dma +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x3fd781a4 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x439daaa2 cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x48a31f8c cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x4c3ca21a cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x5c52c859 cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x044c8d99 cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x055e76ff cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x08651f3c cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x0d1be47a cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x114d24ea cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1e6cdc31 cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3491e7c2 cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x354860ad cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x38ada6e4 cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3a8085b9 cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x59857a19 cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5d64ce46 cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5edb7ae5 cx88_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x80113068 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8bb074c0 cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8d88137a cx88_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x9220ccf2 cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xbac8c923 cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc16c98da cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd0e2b773 cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd290f147 cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xdb0f820b cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x0650bbfa ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x4184ed6e ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x46a6c0f1 ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x4fb8e09d ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x6898242d ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x6ca5dc67 ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x77090389 ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x7bf91be2 ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x7d133d60 ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x97bccb46 ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb2f1441c ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xba68deb0 ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xbb05b2bb ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc866738c ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd50655ca ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd6b0c06f ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xfa97e19f ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x04e83446 saa7134_tuner_callback +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x0511bb77 saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x070687a3 saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1211df5d saa7134_devlist +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x237f44dc saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x31fdb021 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x616b2f37 saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x62e19421 saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x730c4be3 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x8f1ad46b saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x92ea4a25 saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb8bb5336 saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xc93d206b saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xdc2cc33d saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xef1587a9 saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/platform/allegro-dvt/allegro 0x2c79d0f2 msg_type_name +EXPORT_SYMBOL drivers/media/radio/tea575x 0x119d0569 snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x306f2c02 snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0x83b9e054 snd_tea575x_enum_freq_bands +EXPORT_SYMBOL drivers/media/radio/tea575x 0x902598e9 snd_tea575x_s_hw_freq_seek +EXPORT_SYMBOL drivers/media/radio/tea575x 0xce45ccc5 snd_tea575x_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0xd7155de5 snd_tea575x_g_tuner +EXPORT_SYMBOL drivers/media/radio/tea575x 0xf764296c snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/rc/rc-core 0x01098f88 ir_raw_encode_scancode +EXPORT_SYMBOL drivers/media/rc/rc-core 0x2fe55cf5 ir_raw_gen_pd +EXPORT_SYMBOL drivers/media/rc/rc-core 0x489b2288 ir_raw_handler_register +EXPORT_SYMBOL drivers/media/rc/rc-core 0x7a02ee87 ir_raw_gen_pl +EXPORT_SYMBOL drivers/media/rc/rc-core 0x9f5247e0 ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/rc/rc-core 0xb5516017 ir_raw_encode_carrier +EXPORT_SYMBOL drivers/media/rc/rc-core 0xce3696f3 ir_raw_gen_manchester +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x1472b6e4 fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xdf4a8b66 fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x4c48939e tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x9e6db016 cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xc52235dd cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x14c193c0 dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x203dd322 dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x5eb32fd4 dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x66372f72 dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x8e7585fc dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xb35a20f7 dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xcfff6fa3 dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xd6285bcc dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xe0f6476e dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x24837aa0 dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x300f5ed4 dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x56c5fa5d usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x634269af dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x73b3e2db dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x8b6f5395 dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xe6e0cb5f dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x2afe4d87 af9005_rc_decode +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x341530cb rc_map_af9005_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0xd4e288db rc_map_af9005_table_size +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x346e17f4 dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x6d4453e1 dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x78895674 dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x8bee0a3b dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x93822ecb rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xc0eba72e dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xc2f7de8b dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xd1249625 dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xe9355a0b dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xf0219e80 dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0x4434e579 dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0xdafe930c dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xecf73413 em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xed9109be em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x1176625b go7007_read_addr +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x267ff921 go7007_parse_video_stream +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x4a82132b go7007_snd_remove +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x4e39868f go7007_update_board +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x5feda080 go7007_snd_init +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x811acb1b go7007_boot_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xa05697db go7007_register_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xa7d55c05 go7007_read_interrupt +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xe57ac1f0 go7007_alloc +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x17a02581 gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x24dfe3ed gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x31e011b0 gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x331f6830 gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x4e0ed9f8 gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x626b7e5d gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x63732bd3 gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xaf3e892f gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xd34a55e2 ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xf88d5428 ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x0176cf7b v4l2_async_subdev_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x0943e71b v4l2_async_nf_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x1032f177 v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x33f6490c v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x51d7ebf3 v4l2_async_nf_init +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xa1f1e8a9 v4l2_async_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x065b794a v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x459e133f v4l2_m2m_get_curr_priv +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x5352d022 v4l2_m2m_resume +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x7e5764f0 v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xb9472fa4 v4l2_m2m_buf_done_and_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xbcb976bd v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xf626dd03 v4l2_m2m_suspend +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0358ba9f v4l2_subdev_call_wrappers +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x060a9431 video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x082737e8 v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0ae64a5e v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0c58a467 video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1396361b v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16da65f9 __v4l2_ctrl_modify_dimensions +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x19e56e82 __v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1d08ae83 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2020cd55 v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x21563081 v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x25b50113 v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x285f748e v4l2_query_ext_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2cbb3710 v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x30b063c7 v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x315de2cf v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x32d43420 v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x34e5b5a0 video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x35ff98bf v4l2_format_info +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3adbd595 v4l2_field_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3b86cd9a v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3bdd0f94 v4l2_prio_change +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3da44687 v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x42248d9a v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x429ada03 v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x474872a6 v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4b3d029a v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x50152667 v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x536964a5 v4l2_ctrl_type_op_equal +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x54cf9dbe __v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5df2ae0a v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x66484820 video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6e29d4e8 __v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x71176a09 v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x73d5565e v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7ab19b02 v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7da916bb v4l2_ctrl_request_complete +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7e68e5a6 v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x824d6118 v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x89e3897d v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8b80ae3a v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x913887c3 __v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9df701c2 v4l2_ctrl_type_op_log +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9ed5fc76 v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa2d7f9f1 v4l2_ctrl_request_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xaac4c3d5 __v4l2_ctrl_s_ctrl_string +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xadd242f4 v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xaf95adfc v4l2_ctrl_type_op_validate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xafddf3c6 v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbcc085f4 __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbd08d875 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc96804a7 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc99e19e4 v4l2_ctrl_type_op_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcbf4582a v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcd7c9457 __v4l2_ctrl_s_ctrl_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcde84e8e v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd16d9c01 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdb70aac3 v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdb7efca8 v4l2_ctrl_new_std_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdcf8b345 v4l2_ctrl_new_fwnode_properties +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe31570ea video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xef7f2b8d v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf11f394b v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf50fecbc v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfcf649bc v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xff6ffb91 v4l2_s_ctrl +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x2a5e7eb8 rpcif_hw_init +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x35e233df rpcif_dirmap_read +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x7095c187 rpcif_prepare +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0xadcabc6e rpcif_sw_init +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0xb8ffec79 rpcif_manual_xfer +EXPORT_SYMBOL drivers/memstick/core/memstick 0x0aa159a4 memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x199305e6 memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x1be5caec memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x28379d07 memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x287277cb memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x3b1dcc00 memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x7a97c058 memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x800e078a memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa213e63b memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xa265cecb memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xb7b9783e memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xc8b252a2 memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0xea2a06de memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xff873a69 memstick_resume_host +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x01d761e7 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x037d91ca mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0730491d mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1eb1a708 mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2904ff9c mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3614d344 mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x37d863fa mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4055dfb7 mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4124e15e mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x41a87dfe mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x426f2a28 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x43bd73e0 mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x537f7a9b mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x610b257e mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6190b64e mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x660b8f97 mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6979a940 mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6a58245d mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x74a0134a mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x750dc3ad mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x84f8d1b5 mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x920c53ed mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x981efe92 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9babc5ee mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa4cbd248 mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa5d065cc mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb3b6dfb3 mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbb9c3e3c mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbe1f196f mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc6d511e6 mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd233f9d8 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe6c1e126 mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf404ed1c mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x266d6894 mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2f508c72 mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x40e2b3c4 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x571550e7 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5b4118f9 mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x637916f9 mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x744e9092 mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x79d27696 mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7cb543c0 mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x803caf52 mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x83ed49e1 mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8ee87ed8 mptscsih_host_attr_groups +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x99346ffe mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa08f715c mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa728a4ac mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xadfe7c58 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb2839f82 mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb5134653 mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb68f8e28 mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xbc40b8c1 mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc4e337eb mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc70041b9 mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd6b0a4de mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xdcfc5e77 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe8380231 mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf75cc5cb mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xfa9d2066 mptscsih_shutdown +EXPORT_SYMBOL drivers/mfd/axp20x 0x48b4ded5 axp20x_match_device +EXPORT_SYMBOL drivers/mfd/axp20x 0x9e40be4b axp20x_device_remove +EXPORT_SYMBOL drivers/mfd/axp20x 0xa3f1fd34 axp20x_device_probe +EXPORT_SYMBOL drivers/mfd/dln2 0x5d57be01 dln2_transfer +EXPORT_SYMBOL drivers/mfd/dln2 0x9d85a0d6 dln2_unregister_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0xf0754592 dln2_register_event_cb +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x14cb125c mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x37e3d5f5 mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x3b3e1ceb mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x7275ca75 mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xb31bcde9 mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xb79bf507 mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xc09ac12d mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xc23123a2 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xce9d9f74 mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xe1177668 mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xf2609d2b mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/qcom-spmi-pmic 0xbe7ed294 qcom_pmic_get +EXPORT_SYMBOL drivers/mfd/qcom_rpm 0xd520f912 qcom_rpm_write +EXPORT_SYMBOL drivers/mfd/tps65010 0x02d4ad0f tps65013_set_low_pwr +EXPORT_SYMBOL drivers/mfd/tps65010 0x0c6ad2cf tps65010_config_vdcdc2 +EXPORT_SYMBOL drivers/mfd/tps65010 0x28485130 tps65010_config_vregs1 +EXPORT_SYMBOL drivers/mfd/tps65010 0x33739de7 tps65010_set_vib +EXPORT_SYMBOL drivers/mfd/tps65010 0x9fd44c69 tps65010_set_led +EXPORT_SYMBOL drivers/mfd/tps65010 0xb14080cc tps65010_set_low_pwr +EXPORT_SYMBOL drivers/mfd/tps65010 0xd5bb106d tps65010_set_vbus_draw +EXPORT_SYMBOL drivers/mfd/tps65010 0xe99b3f36 tps65010_set_gpio_out_value +EXPORT_SYMBOL drivers/mfd/wm8994 0x193a9ef6 wm8958_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x2b00256f wm8994_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x86589cdb wm1811_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x9c23e679 wm8994_base_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0xe67f1546 wm8994_irq_exit +EXPORT_SYMBOL drivers/mfd/wm8994 0xe9e4aa10 wm8994_irq_init +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x7709f736 ad_dpot_remove +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xff9d3215 ad_dpot_probe +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x5bafa76e altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x7d52d056 c2port_device_unregister +EXPORT_SYMBOL drivers/misc/c2port/core 0xa0ef8c83 c2port_device_register +EXPORT_SYMBOL drivers/misc/tifm_core 0x0ffb277f tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x1525acb3 tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x1fd7a9c5 tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x3865c575 tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x519c9c3d tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x6df7759f tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x80ec1416 tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x9acfc3f4 tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0xb4902a53 tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0xc6103f7e tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xca4d17fc tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xf0acebac tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xf455b505 tifm_free_adapter +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x3e89268a cqhci_irq +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xb557cf9a cqhci_pltfm_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xbecf2f49 cqhci_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xc2c7f578 cqhci_resume +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xf35f2b4d cqhci_deactivate +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x937e2c9c dw_mci_runtime_resume +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x99393044 dw_mci_remove +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0xa87ee8e7 dw_mci_runtime_suspend +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0xdfe78880 dw_mci_probe +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x181fc9d1 mmc_spi_put_pdata +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0xe3ab5a6e mmc_spi_get_pdata +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x2ad488c6 cfi_build_cmd_addr +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x4a3ccba2 cfi_send_gen_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x8a828799 cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xc7813e24 cfi_merge_status +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xca8a5498 cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xce38841f cfi_build_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xe1c5f507 cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xff9fa623 cfi_udelay +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x517685b0 do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x613cfb9b unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x7881329d map_destroy +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x9384a71e register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0xb5d83763 mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0x2faee441 lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0xf3d491ef simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0xa111101f mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/mtd 0xa8b5c7b2 mtd_concat_create +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x102603bc mtk_ecc_get_parity_bits +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x5167e8d9 of_mtk_ecc_get +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x5437e775 mtk_ecc_disable +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x5de55d81 mtk_ecc_get_stats +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x6df58afb mtk_ecc_release +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x76e53683 mtk_ecc_wait_done +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x8dcc87d2 mtk_ecc_enable +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0xda64ef4a mtk_ecc_adjust_strength +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0xec8b9207 mtk_ecc_encode +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x09128913 nand_ecc_sw_bch_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x0954e996 nand_ecc_sw_bch_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x1e6798be nand_ecc_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x2ec2f0e0 nand_ecc_unregister_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x3825ff32 nand_ecc_sw_bch_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x38275c09 nand_ecc_register_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x3c801429 nand_ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x4e585817 nand_ecc_sw_hamming_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x5ec84264 nand_ecc_get_on_die_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x618c8f47 nand_ecc_sw_bch_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x78fda114 nand_ecc_sw_hamming_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x833e43bf nand_ecc_get_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x891c0b76 nand_ecc_get_sw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x8c24eda6 nand_ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x8d4dc022 nand_ecc_is_strong_enough +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x913c574e nand_ecc_put_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x9bfc647e nand_ecc_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xa01587fe of_get_nand_ecc_user_config +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xa3e8a567 nand_ecc_finish_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xe6db989b ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xed40be4c nand_ecc_sw_hamming_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xf195fb6a nand_ecc_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xf4a40201 nand_ecc_prepare_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xff4351b0 ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0x23303da0 onenand_addr +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0xa67f0c04 flexonenand_region +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x30db096f denali_calc_ecc_bytes +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x70d89d21 denali_init +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x736dc7f4 denali_remove +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x00355c0b nand_write_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x054daca3 rawnand_dt_parse_gpio_cs +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x1039bad1 nand_scan_with_ids +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x3ffb84ca rawnand_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x45c87b5f nand_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x853bc6aa rawnand_sw_bch_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8e648b76 nand_read_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8ecbb3b8 nand_check_erased_ecc_chunk +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x926c432a rawnand_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xa3a1e102 nand_create_bbt +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xc679fc92 rawnand_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xcd9f3694 rawnand_sw_bch_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xceac9443 rawnand_sw_hamming_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xd2f57852 nand_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xdd9f254d nand_monolithic_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xe1568f5b rawnand_sw_hamming_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xe6f746a2 nand_monolithic_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xfc97974c nand_get_set_features_notsupp +EXPORT_SYMBOL drivers/mtd/nand/raw/omap_elm 0x1ecd3543 elm_config +EXPORT_SYMBOL drivers/mtd/nand/raw/omap_elm 0x7e4d4f40 elm_decode_bch_error_page +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x0007c703 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x06cee903 arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x077e928e arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x1d8151d2 arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x321b60f7 arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6e428288 alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x908d10d5 arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xe159b5ae arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xe323ea58 free_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xed81ad9e arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xf923911e arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x725a8091 com20020_netdev_ops +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xaee59c40 com20020_found +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xe02ed224 com20020_check +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x2b799b4a ctucan_suspend +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x6ebeb399 ctucan_probe_common +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0xa5f5cfc4 ctucan_resume +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0x8c7c497e can_ethtool_op_get_ts_info_hwts +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0xd3c57285 can_eth_ioctl_hwts +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x02661624 b53_fdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x185c5ef8 b53_setup_devlink_resources +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2232698d b53_eee_enable_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x297a32bc b53_vlan_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x29882324 b53_br_flags +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2a4e8ed5 b53_set_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3019f4e7 b53_get_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3c4e9c5d b53_br_leave +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3dc3759f b53_vlan_filtering +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x418ff2f5 b53_mirror_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x451a8feb b53_brcm_hdr_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x4c0962e5 b53_switch_register +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x567cc587 b53_phylink_mac_link_up +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x572c6057 b53_configure_vlan +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x59f1a533 b53_phylink_mac_link_down +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5c9cd7a0 b53_get_sset_count +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x62b89226 b53_disable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x64d423f3 b53_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x76c3bbc4 b53_get_strings +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x84690ab1 b53_fdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x84edf5d1 b53_eee_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8b958bbc b53_get_ethtool_phy_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa05a866c b53_mdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa3a3b44b b53_fdb_dump +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb34c10c1 b53_imp_vlan_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc11e8d81 b53_port_event +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc3d4e1d1 b53_phylink_mac_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xcf3927d1 b53_br_fast_age +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd4bdf275 b53_mirror_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd560e548 b53_br_join +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xdd98268f b53_get_tag_protocol +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe4d2a323 b53_br_flags_pre +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xecb1ac3b b53_switch_detect +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xeea86339 b53_br_set_stp_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf1d0d49b b53_vlan_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf78994f1 b53_get_ethtool_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xffcab9c0 b53_mdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xffce0259 b53_enable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xb0bc40e3 b53_serdes_phylink_get_caps +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xc89d9447 b53_serdes_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xdb6c2a31 b53_serdes_phylink_mac_select_pcs +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xdf4dca23 b53_serdes_link_set +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x5c03dd9b lan9303_probe +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xada83f40 lan9303_register_set +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xb03740a4 lan9303_remove +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xeec9ec27 lan9303_shutdown +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x0126f35f ksz_switch_remove +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x17e60daf ksz_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x283b474d ksz_switch_register +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x587a333d vsc73xx_probe +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x9737208c vsc73xx_remove +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x99d242fe vsc73xx_is_addr_valid +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0xb5cb9937 vsc73xx_shutdown +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x26fb029f xrs700x_switch_register +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x2ccc7cee xrs700x_switch_shutdown +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x73bd8126 xrs700x_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x83b7b667 xrs7003f_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x8972bf7e xrs7004f_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xb25facfa xrs7003e_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xb89aa5e3 xrs7004e_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xd9f65433 xrs700x_switch_remove +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x468c2762 ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x52d28a83 ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x6b4b1c3c ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x70131f28 __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x94a006e2 ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xca2eaa19 ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xdaa6d463 ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xde528384 ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xf1670656 NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xff97caf5 ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/aquantia/atlantic/atlantic 0x9b089d76 aq_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x77d0dcf8 bnxt_register_dev +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0xa66df779 bnxt_unregister_dev +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0xacbf25d6 bnxt_send_msg +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0xfda8bf62 bnxt_register_async_events +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x352b7648 cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x438c28d7 cavium_ptp_put +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x4ff7f307 cavium_ptp_get +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x0d8be5fd bgx_lmac_rx_tx_enable +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x34eeb48a bgx_set_dmac_cam_filter +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x42264715 bgx_get_lmac_count +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x46cdf933 bgx_config_timestamping +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x539ca253 bgx_get_lmac_mac +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x60cd1f2f bgx_lmac_get_pfc +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x6ca2152d bgx_lmac_set_pfc +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x716fd7f0 bgx_reset_xcast_mode +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x72b238e4 bgx_get_rx_stats +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xbe654297 bgx_get_tx_stats +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xc397f585 bgx_lmac_internal_loopback +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xc82be691 bgx_get_map +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xd8ed0bcc bgx_set_lmac_mac +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xf101d1b2 bgx_get_lmac_link_state +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xff987a02 bgx_set_xcast_mode +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_xcv 0x13912e4b xcv_init_hw +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_xcv 0x4f739dc0 xcv_setup_link +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x0189c2c7 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x0df4eedd cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x0eb32bd6 t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x153d07c5 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x17a1cc87 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x1bf03877 cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x3f1fc78b cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x66508df9 t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x7a45b5ff cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x7ed9223f cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa3b52ea9 cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc36507c2 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc57f4c07 cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xcb60e4c2 t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xce24d840 cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf6bc0926 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x002f087c cxgb4_read_tpte +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0074270c cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x02320dce cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x06cbc597 cxgb4_check_l2t_valid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0d3f6284 cxgb4_smt_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0f1a5528 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x117ffd32 cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1b6331d1 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1b657b02 cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1cae80de cxgb4_crypto_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x30a0a6c2 cxgb4_update_root_dev_clip +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x349c2ca1 cxgb4_get_srq_entry +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x421adc92 cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x43986d8f cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x48a558df cxgb4_clip_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4b7bf306 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4e1a5dbb cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5835fcdb cxgb4_inline_tx_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5e5d9cff cxgb4_write_partial_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5ebbb1e6 cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6174eb9e cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x63cd64bf cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x66727af7 cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x66cfe574 cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x81978105 cxgb4_clip_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x82d25607 cxgb4_read_sge_timestamp +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x88bbdf6b cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8b90a374 cxgb4_port_e2cchan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x97f0cb24 cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x98893009 cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x99c5f41c cxgb4_reclaim_completed_tx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9ce2a62f cxgb4_l2t_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa8db193f cxgb4_smt_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xad6db7a7 cxgb4_immdata_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xaf41afaa cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbefc23f6 cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xca1b9023 cxgb4_map_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcac439cb t4_cleanup_clip_tbl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcae0b7b9 cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcb371c62 cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcf5a2927 cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd3891f7c cxgb4_ring_tx_db +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd9b0dba4 cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe385232c cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf618594e cxgb4_bar2_sge_qregs +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf7f53098 cxgb4_write_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfd87289c cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfe1b1998 cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x0eb04484 cxgbi_ppm_ppods_reserve +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x1bdaafe1 cxgbi_tagmask_set +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x255ab30f cxgb_get_4tuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x6934480a cxgbi_ppm_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x773fa068 cxgbi_ppm_make_ppod_hdr +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x77968dfc cxgb_find_route +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x806a1113 cxgbi_ppm_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x94093abf cxgb_find_route6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xd364b9e7 cxgbi_ppm_ppod_release +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x12382bcf enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x1579d803 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x94417898 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x947f1e34 vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xc756415c vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xcecc11e0 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x4e2e10d2 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x979083c7 be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xd4ffd2e8 be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/freescale/dpaa2/fsl-dpaa2-eth 0x4412391e dpaa2_phc_index +EXPORT_SYMBOL drivers/net/ethernet/freescale/dpaa2/fsl-dpaa2-eth 0x55bb587c dpaa2_ptp +EXPORT_SYMBOL drivers/net/ethernet/freescale/enetc/fsl-enetc-ierb 0x838f2c2c enetc_ierb_register_pf +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x8e4d9a51 fun_dev_disable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x924b08fd fun_dev_enable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x9d23fa63 fun_reserve_irqs +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xea894427 fun_release_irqs +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x39bdcfe5 hnae_put_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xa67c311b hnae_ae_unregister +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xaa5d4a8f hnae_get_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xb1266858 hnae_register_notifier +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xb5f833a9 hnae_ae_register +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xcf19b7a4 hnae_reinit_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xdf24adef hnae_unregister_notifier +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hns_dsaf 0x0bf2aca6 hns_dsaf_roce_reset +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x02567263 hnae3_register_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x396d7f29 hnae3_register_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x5f7fa144 hnae3_unregister_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x6b033b12 hnae3_set_client_init_flag +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x79a28bbc hnae3_unregister_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xb462803b hnae3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xcf9679e4 hnae3_register_client +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xedf8a818 hnae3_unregister_ae_algo_prepare +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x6b81e1d4 iavf_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x8ce3284b iavf_register_client +EXPORT_SYMBOL drivers/net/ethernet/intel/ice/ice 0x965ff908 ice_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/intel/ixgbe/ixgbe 0xbaa35511 ixgbe_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x073338a6 __traceiter_otx2_msg_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x157b1bcd otx2_mbox_destroy +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x24ec38de __tracepoint_otx2_msg_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x2a09a997 otx2_mbox_get_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x2d67ba24 otx2_reply_invalid_msg +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x364e8761 __SCK__tp_func_otx2_msg_interrupt +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x3b622568 otx2_mbox_reset +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x3c94833a otx2_mbox_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x461e892c otx2_mbox_check_rsp_msgs +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x6365a74f __SCK__tp_func_otx2_msg_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x64d026d8 otx2_mbox_regions_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x67812e86 __traceiter_otx2_msg_interrupt +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x6cf370c2 otx2_mbox_busy_poll_for_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x7c59a0c8 otx2_mbox_nonempty +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x7f72d52a otx2_mbox_wait_for_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x807df9e2 __traceiter_otx2_msg_process +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x8f772a3f otx2_mbox_id2name +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x9d1a7ba3 otx2_mbox_alloc_msg_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xc619ea5d __tracepoint_otx2_msg_process +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xc704095c __tracepoint_otx2_msg_interrupt +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xcef3985a __SCK__tp_func_otx2_msg_process +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xed312279 otx2_mbox_msg_send +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xf98aeda6 __otx2_mbox_reset +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x057bc38d otx2_select_queue +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x066380ef otx2_mbox_up_handler_cgx_link_event +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x08a0ddae otx2_txschq_config +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x17acf9ff otx2_config_hwtstamp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x196aa015 otx2_open +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x1e56a665 otx2_init_tc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x25468ca2 otx2_mbox_up_handler_mcs_intr_notify +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x35c5a284 mbox_handler_npa_lf_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x3c19894c otx2_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x3e960cbd otx2_mcam_flow_del +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x46e1ed1d otx2_sq_append_skb +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x47b422d6 otx2_handle_ntuple_tc_features +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x4870898a otx2_setup_tc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x4ef6a624 otx2_detach_resources +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x4ff711b1 otx2vf_set_ethtool_ops +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x57b9be3d mbox_handler_msix_offset +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x631295b4 otx2_shutdown_tc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x77ce36ae otx2_txschq_free_one +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x806aff65 cn10k_lmtst_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x813189e3 otx2_tc_apply_ingress_police_rules +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x8e9c71cf otx2_alloc_mcam_entries +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x9017c907 otx2_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xae5179d4 otx2_attach_npa_nix +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xb1c7d154 otx2_get_mac_from_af +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xb491a6f6 otx2_config_pause_frm +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xb55218e8 otx2vf_mcam_flow_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xb9605c4c otx2_ioctl +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xbdca9f0b otx2_set_real_num_queues +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xc88e5620 otx2_smq_flush +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xd13fe10e otx2_nix_config_bp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xdd7877aa otx2_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xdebd78f3 otx2_get_maxflows +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xe43c0bc6 otx2_set_mac_address +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xefec6f6b otx2_stop +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xf24f212c mbox_handler_nix_bp_enable +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xfe6b7e62 mbox_handler_nix_lf_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0x9b82f5e0 prestera_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0xb9e27de0 prestera_device_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x006102f5 mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0c25920b get_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0fbb6c9e mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1b5b1c65 mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1e28e363 mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x229c2eef mlx4_ALLOCATE_VPP_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x29979d67 mlx4_get_cpu_rmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2b443ccf mlx4_max_tc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2ed7bbc4 mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4520e828 mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x488887ac mlx4_SET_PORT_fcs_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x495015cc mlx4_SET_PORT_user_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4e470859 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x584680d6 mlx4_query_diag_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5aae8383 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x673b2359 mlx4_is_eq_shared +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6ae0f871 mlx4_test_interrupt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x770cefb8 mlx4_get_is_vlan_offload_disabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7776608f set_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7fdde0b4 mlx4_handle_eth_header_mcast_prio +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8a490340 mlx4_get_eqs_per_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8d0eb483 mlx4_ALLOCATE_VPP_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8edf9b95 mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9bf1a8c2 mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa0424a4c mlx4_is_eq_vector_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa94080c3 mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xabf114dd mlx4_SET_PORT_user_mtu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbd2da502 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbe2aed6f mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbf0cb5d5 mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc9c0168f mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc9ee5094 mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xca1c5402 mlx4_test_async +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xccaba54e mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcd08add1 set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd139fad9 mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdb4203cd mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdc926e6d mlx4_tunnel_steer_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xea9284c6 mlx4_SET_VPORT_QOS_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xedbc25ce mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf1b8029b mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf4dd3099 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf65a50bf mlx4_SET_PORT_BEACON +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfb0b586b mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfbed9f81 mlx4_SET_VPORT_QOS_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x00e05956 mlx5_msix_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x089f1089 __traceiter_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0b72ae37 mlx5_fpga_mem_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0c812770 mlx5_lag_get_roce_netdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0f074159 mlx5_core_modify_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x12135c1c __tracepoint_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1592924a mlx5_add_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x17f85b61 mlx5_eq_create_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1b347861 mlx5_get_flow_namespace +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1c57c524 __traceiter_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1e31aef4 mlx5_eq_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1ed09954 mlx5_rsc_dump_next +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1ef33f72 mlx5_vector2eqn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x200269a7 __traceiter_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x23bb3f50 mlx5_create_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x25515ae3 mlx5_lag_is_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x274bb55a mlx5_core_destroy_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x27a27208 mlx5_free_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2da36469 mlx5_cmd_cleanup_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2ed84aca mlx5_debugfs_get_dev_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2f6ba3d6 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3475821f __SCK__tp_func_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x36c2328e mlx5_core_alloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x38426949 mlx5_lag_is_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x38600d73 mlx5_core_create_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3b9ccdc4 mlx5_fpga_sbu_conn_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x42e53708 mlx5_get_fdb_sub_ns +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x45b52e00 __tracepoint_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4ac132c6 mlx5_modify_header_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d5dbd8d mlx5_core_create_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d5f5c07 __SCK__tp_func_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d62e046 __tracepoint_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4dd3221b mlx5_core_query_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4e323309 mlx5_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4ee395db mlx5_put_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x50ad2baa mlx5_core_destroy_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x50de432e mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x51275050 mlx5_eswitch_unregister_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x51ea07df mlx5_rdma_rn_get_params +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x54f585e9 mlx5_eswitch_get_encap_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x559ac38d __SCK__tp_func_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x56439a4d mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5646a325 mlx5_sriov_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5c06dfcb mlx5_fpga_sbu_conn_sendmsg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5c6e2b0d mlx5_create_flow_group +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5cccea4d mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5d8bd016 mlx5_lag_get_num_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x61492bb7 mlx5_rl_are_equal +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x646ffa18 mlx5_cmd_out_err +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x67651e35 mlx5_rl_is_in_range +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x68024701 mlx5_is_roce_on +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6abe3e47 mlx5_alloc_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6cd5a182 __tracepoint_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6e81129f mlx5_comp_irq_get_affinity_mask +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6f76d90e mlx5_eswitch_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x701d76a9 mlx5_cmd_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7261330b __SCK__tp_func_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x739a025f mlx5_core_destroy_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x73fc1d8e __tracepoint_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x741c3521 mlx5_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x74bd9ed8 mlx5_eswitch_vport_rep +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x75301667 mlx5_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x75604b7f mlx5_lag_get_slave_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x75b9bdb0 mlx5_eswitch_get_vport_metadata_for_match +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7630f31c mlx5_vf_put_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x770909c4 mlx5_mpfs_add_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x78938df8 mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x79aeb87f mlx5_msix_free +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x79dd8dd2 mlx5_fpga_sbu_conn_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7b359a09 __SCK__tp_func_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7ba2e6bd mlx5_sriov_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x82474f70 mlx5_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8320fbc7 mlx5_eq_update_ci +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x840dbfae mlx5_lag_is_sriov +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x87e68171 mlx5_del_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x888a2246 mlx5_create_auto_grouped_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x88ccf59f mlx5_qp_debugfs_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x893226d2 mlx5_core_roce_gid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x897c4cb1 mlx5_lag_is_master +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8a33f615 mlx5_nic_vport_disable_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8d141cbf mlx5_core_modify_cq_moderation +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8d7c82aa mlx5_cmd_create_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8df0abb5 mlx5_eswitch_get_vport_metadata_for_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x90918be3 mlx5_query_ib_port_oper +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x92370b3d mlx5_packet_reformat_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x956e3f6e mlx5_comp_vectors_count +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x95e9481d mlx5_core_modify_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9642a50e mlx5_eswitch_uplink_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96eb2c99 mlx5_fc_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x97bf8c58 __traceiter_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x98730795 mlx5_core_dealloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x994fa787 mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x996fed80 mlx5_modify_header_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9a55ee54 mlx5_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9ad4ae1c mlx5_lag_is_mpesw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9b58bca9 mlx5_core_create_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9d6135dc __SCK__tp_func_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9d7e88a2 mlx5_vf_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9e71eebb mlx5_core_query_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa117cee1 mlx5_eq_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa5e25d4b mlx5_eq_disable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa6035c93 mlx5_lag_mode_is_hash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa672f997 mlx5_core_destroy_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa6dd627e mlx5_fs_remove_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa85e04b7 mlx5_flow_table_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xab521f6e __traceiter_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xacda7df6 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xacdfe5ae mlx5_cmd_do +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xad6815cd mlx5_rsc_dump_cmd_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xadb46f7f mlx5_debug_qp_remove +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaedc07ff mlx5_lag_is_shared_fdb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaeff31db mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb28dbbe8 mlx5_destroy_flow_group +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb2a70349 mlx5_eswitch_reg_c1_loopback_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb2c961c2 mlx5_fpga_get_sbu_caps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb567b2c9 mlx5_packet_reformat_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb5e12f8c mlx5_cmd_destroy_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb7a327f7 mlx5_core_get_terminate_scatter_list_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb7cfd00f mlx5_fs_add_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb9d1e5e5 mlx5_qp_debugfs_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xba1fb4e9 mlx5_rl_remove_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xba5c2f4f __traceiter_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbb07ebdf __tracepoint_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbc4299d4 mlx5_rl_add_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbc6ff39b mlx5_core_uplink_netdev_event_replay +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbf9fee53 mlx5_eswitch_add_send_to_vport_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc09130a6 mlx5_cmd_exec_polling +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc4b000c9 mlx5_cmd_init_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc4b363a4 mlx5_mpfs_del_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc6ce5655 mlx5_get_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc72794fd mlx5_eq_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc7bcb4ab mlx5_rl_add_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xca50fc86 mlx5_fc_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcc002b85 mlx5_destroy_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xccb77e7b mlx5_lag_get_next_peer_mdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd020dd1f __traceiter_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd55749fb __traceiter_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xda08ea03 mlx5_fpga_mem_read +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdae8aa4d __tracepoint_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdc521793 mlx5_eq_destroy_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdc68e9dd mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdca58df9 mlx5_core_modify_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdd51aa1c mlx5_eq_get_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xddba5a30 mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdec5c6fb mlx5_rsc_dump_cmd_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe0161d9b mlx5_core_query_vendor_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe1981900 mlx5_rl_remove_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe5ad0cad mlx5_create_lag_demux_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe5f6963f mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe644d071 mlx5_core_create_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe684b2d5 mlx5_fc_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xea0870f0 mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeb2d10ae mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeb8a3c50 mlx5_debug_qp_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeb9a8bcf __SCK__tp_func_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xec1c15ac mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xecb6d78a mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xee319727 __traceiter_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xee83ac8c mlx5_lag_query_cong_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xefb89ab7 mlx5_fc_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf06725b6 __tracepoint_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf1d2190d mlx5_eswitch_vport_match_metadata_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf52e1946 __tracepoint_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf88d57b1 __SCK__tp_func_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfaa0928c mlx5_eswitch_register_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfc2d0d08 mlx5_eswitch_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfc8e744e __SCK__tp_func_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfe177f02 mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxfw/mlxfw 0xc4d702d9 mlxfw_firmware_flash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x02815b77 mlxsw_env_module_port_up +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x02dfd3d0 mlxsw_afk_key_info_block_encoding_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x07abcc0c mlxsw_afa_block_append_trap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x09a18696 mlxsw_core_port_devlink_port_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0ca34ccf mlxsw_core_max_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0d0129fc mlxsw_afa_block_append_qos_ecn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0e81c09c mlxsw_afk_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0f4a209d mlxsw_core_read_utc_sec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x139140ba mlxsw_core_traps_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x14d6ca2e mlxsw_env_set_module_power_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x14e17bb4 mlxsw_linecards_event_ops_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x15801382 mlxsw_afk_key_info_put +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x16673aec mlxsw_afk_values_add_u32 +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x16f4221d mlxsw_core_irq_event_handler_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x19fa5852 mlxsw_core_flush_owq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x1cb8f858 mlxsw_reg_trans_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x202693f0 mlxsw_afa_block_cur_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x23eddc68 mlxsw_core_cpu_port_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x299e2562 mlxsw_afk_values_add_buf +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2c68ced3 mlxsw_core_read_frc_h +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2f303cd3 mlxsw_afa_block_append_qos_dsfield +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x383bc49a mlxsw_afa_block_append_qos_dscp +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4036254f mlxsw_linecards_event_ops_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x43a9b87e mlxsw_afa_block_terminate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x47041e4e mlxsw_afk_key_info_blocks_count_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4765b9f0 mlxsw_core_res_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x484489a4 mlxsw_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4866767a mlxsw_env_get_module_eeprom_by_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x49ec8a06 mlxsw_afa_block_append_police +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4a558271 mlxsw_env_get_module_power_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x50359cc0 mlxsw_core_kvd_sizes_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x508923e3 mlxsw_core_port_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x51b5769d mlxsw_env_module_overheat_counter_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5c73d5a4 mlxsw_core_sdq_supports_cqe_v2 +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5cf3dd79 mlxsw_core_bus_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5d55fb68 mlxsw_afk_encode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5ff17b5c mlxsw_afa_block_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x618a30ab mlxsw_afa_block_commit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x61b7e063 mlxsw_core_bus_device_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x63874d4c mlxsw_core_port_driver_priv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x65c7e645 mlxsw_afa_block_append_qos_switch_prio +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x68e44743 mlxsw_core_trap_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6929f2b4 mlxsw_env_module_port_map +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6a22fd06 mlxsw_env_reset_module +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x718d28f4 mlxsw_afa_block_append_vlan_modify +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x737220f3 mlxsw_core_traps_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x75339042 mlxsw_core_lag_mapping_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x77d83398 mlxsw_core_read_frc_l +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7b0bfeec mlxsw_core_port_fini +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7cb234a4 mlxsw_core_trap_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7e08c6e0 mlxsw_core_event_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x827a2f1f mlxsw_afa_block_jump +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x829e8851 mlxsw_afa_block_first_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x83fb69af mlxsw_core_lag_mapping_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x858c30d0 mlxsw_afa_block_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x86817014 mlxsw_core_read_utc_nsec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x8742bc0a mlxsw_core_skb_transmit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x8854d198 mlxsw_reg_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x902c3533 mlxsw_core_schedule_dw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x90883199 mlxsw_env_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x996c5d6d mlxsw_reg_trans_bulk_wait +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x9cbf026d mlxsw_afa_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa509fafd mlxsw_afa_block_append_counter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa7765e88 mlxsw_reg_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa8755809 mlxsw_core_trap_state_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa8e2509a mlxsw_afa_block_append_sampler +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xac1074a5 mlxsw_core_skb_transmit_busy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb320aa37 mlxsw_core_skb_receive +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb5553d0a mlxsw_core_ptp_transmitted +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb6517b2e mlxsw_afa_block_append_trap_and_forward +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb68e9fa8 mlxsw_env_module_port_unmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb8fe0315 mlxsw_core_port_netdev_link +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbc222a8d mlxsw_afk_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbda212df mlxsw_core_irq_event_handlers_call +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbfb7df3c mlxsw_core_driver_priv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc31fbb6a mlxsw_core_res_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc5eacafe mlxsw_afa_block_append_l4port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc780660d mlxsw_env_get_module_eeprom +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xcbab836f mlxsw_core_fw_rev_minor_subminor_validate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd111d3e8 mlxsw_core_irq_event_handler_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd1bab622 mlxsw_afk_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd21722b4 mlxsw_core_max_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd28256cf mlxsw_afa_block_append_allocated_counter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd42ea310 mlxsw_afa_block_append_mirror +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd71566b9 mlxsw_core_schedule_work +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd7a93413 mlxsw_core_event_listener_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd888ffb3 mlxsw_afa_block_append_ip +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd9f711ae mlxsw_afa_block_append_mcrouter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdc31781e mlxsw_reg_trans_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdc415cf1 mlxsw_afa_block_continue +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdc5c95df mlxsw_core_resources_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdeb1dc2e mlxsw_afa_block_first_kvdl_index +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe16986dd mlxsw_afa_block_activity_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe1860dde mlxsw_afa_block_append_fid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe2315bc3 mlxsw_core_rx_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe4d9ac5a mlxsw_afa_block_append_drop +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe532482a mlxsw_afk_key_info_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xebe9b625 mlxsw_afa_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xecab212a mlxsw_afa_cookie_lookup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xed2801d4 mlxsw_env_module_port_down +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf446732c mlxsw_afk_key_info_subset +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf65b6159 mlxsw_core_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf7032daa mlxsw_core_rx_listener_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf82bdc70 mlxsw_core_lag_mapping_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xfb4517a9 mlxsw_core_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xff007c25 mlxsw_core_cpu_port_fini +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xff0b141d mlxsw_afa_block_append_fwd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0x7a713206 mlxsw_i2c_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0xb67c900d mlxsw_i2c_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x4b45fd67 mlxsw_pci_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0xbe38892b mlxsw_pci_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x02d805f5 ocelot_ptp_adjtime +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0502c616 ocelot_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x08791cd6 ocelot_wm_enc +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0ae2ba02 ocelot_sb_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1614fe7a ocelot_ptp_gettime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1996ff9e ocelot_port_mdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1a847720 ocelot_port_lag_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1f1d9a63 ocelot_sb_occ_snapshot +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x221145a5 ocelot_vcap_filter_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x240abe52 ocelot_mrp_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x25d53f74 ocelot_mrp_del_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2868231a ocelot_pll5_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2b0ebc1c ocelot_sb_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2c41b8ec ocelot_hwstamp_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2ee2eeab ocelot_vcap_block_find_filter_by_id +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x34af644b ocelot_init_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3b6fc03c ocelot_vlan_prepare +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3b86105b ocelot_vlan_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3fd8a4c0 ocelot_port_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4087eeaf ocelot_devlink_sb_register +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x43c62aa7 ocelot_init_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4778e653 ocelot_sb_occ_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x518f8691 ocelot_get_strings +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x55c916ea ocelot_port_bridge_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x565643c5 ocelot_sb_tc_pool_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5748ff0d ocelot_hwstamp_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x59885f1e ocelot_mact_learn +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x59b2c011 ocelot_sb_port_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5ac29ff4 ocelot_port_inject_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5c909d74 ocelot_drain_cpu_queue +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5d40096c ocelot_deinit +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6193732d ocelot_port_set_maxlen +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x62d8c1a9 ocelot_get_txtstamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x63b4691b ocelot_ptp_settime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x656c5a8b ocelot_mact_learn_streamdata +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x68b7b25f ocelot_ptp_verify +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6ce19e2a vsc7514_vcap_props +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7004b29b ocelot_vlan_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x73fc7485 ocelot_ptp_rx_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x76c300b7 ocelot_mact_lookup +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x77bc149b ocelot_sb_occ_max_clear +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x77e17ce5 ocelot_sb_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7e57c10b ocelot_port_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7e5aec55 vsc7514_regfields +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x87d2433b ocelot_fdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x928c087e ocelot_port_vlan_filtering +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9456e42f ocelot_port_bridge_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9573c658 ocelot_port_pre_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x987f3713 ocelot_ptp_adjfine +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x994d7ba9 ocelot_get_sset_count +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9c283746 ocelot_vcap_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9e1adf7d ocelot_port_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa53e490c ocelot_vcap_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xac10ea41 ocelot_mrp_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xac383a83 ocelot_xtr_poll_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb0fdd7fd ocelot_wm_dec +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb38534a5 ocelot_port_lag_change +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb4fb65c2 ocelot_sb_tc_pool_bind_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb66b05ad ocelot_port_lag_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb6bb27e5 ocelot_deinit_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbaf1adc9 ocelot_reset +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbd221eba ocelot_mrp_add_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc3061d9a ocelot_get_ts_info +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc73f69b4 ocelot_port_mdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc7bac25b ocelot_sb_occ_tc_port_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc949ec64 ocelot_deinit_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcc5e85f2 ocelot_policer_validate +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcf415469 ocelot_can_inject +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd0ebefd9 ocelot_ifh_port_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd2cf4e60 ocelot_mact_forget +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd9d4a00d ocelot_devlink_sb_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe30fc619 ocelot_wm_stat +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xed654ab1 ocelot_bridge_stp_state_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf0a772a8 ocelot_fdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf0d23cae ocelot_vcap_filter_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf1e38fd2 ocelot_ptp_enable +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf226059e ocelot_vcap_filter_replace +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf5b80425 ocelot_port_txtstamp_request +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf80fc88d vsc7514_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf8e0ca18 ocelot_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfdb9a601 ocelot_get_ethtool_stats +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfdc636b8 ocelot_port_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfe2d3b2d ocelot_fdb_dump +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xff316b8c ocelot_set_ageing_time +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x0e8746cb qed_get_rdma_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x17ece776 qed_get_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x1a94bfa7 qed_get_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x4f264472 qed_put_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x992e03d0 qed_put_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x9eeeef48 qed_put_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xc7f5bad2 qed_get_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0x9b9dd6db qede_rdma_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0xc3a4ea34 qede_rdma_register_driver +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x0971d65f wx_vlan_rx_kill_vid +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x0bd48b2f wx_vlan_rx_add_vid +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x0e99974e wx_clear_interrupt_scheme +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x10c2bc14 wx_irq_disable +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x14e24fbd wx_setup_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x15d71cf7 wx_configure_vectors +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x2595d243 wx_get_pcie_msix_counts +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x2bf21528 wx_disable_rx_queue +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x2e54b878 wx_reset_misc +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x30e7ec83 wx_clean_all_tx_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x392a384a wx_flush_sw_mac_table +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x3a4395f0 wx_xmit_frame +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x3e9de3e6 wx_sw_init +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x430c0295 wx_get_drvinfo +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4b3398bd wx_msix_clean_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x564b8e90 wx_init_interrupt_scheme +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x57b409d3 wx_control_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x59162b14 wx_change_mtu +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x5f9fe376 wx_host_interface_command +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x67704b4b wx_get_mac_addr +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x68f9435e wx_napi_enable_all +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x6bfca482 wx_init_eeprom_params +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x7017cb4b wx_reset_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x779acc36 wx_free_irq +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x7a33fed9 wx_disable_rx +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x80b326a2 wx_read_ee_hostif_buffer +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x8d8a528d wx_reset_interrupt_capability +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x949110d3 wx_free_isb_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x981f8a00 wx_configure +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x9b421296 wx_read_ee_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xc21fd700 wx_misc_isb +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xca039fac wx_mac_set_default_filter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xcade24a7 wx_intr_enable +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xcd2b9935 wx_stop_adapter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xcf2477cc wx_free_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd0343bf6 wx_check_flash_load +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd1c2745b wx_set_features +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd6753221 wx_napi_disable_all +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd8ea1d8f wx_init_rx_addrs +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd9fd3640 wx_mng_present +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xdbbe147a wx_disable_pcie_master +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xe1cb1896 wx_setup_isb_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xea2a1170 wx_clean_all_rx_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xf0bcf32c wx_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xf29e47c5 wx_set_rx_mode +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xf894291c wx_start_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xf9516fe5 wx_set_mac +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x25e55377 hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xba7ed6b8 hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xe52c421e hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xea9e594c hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xfe8e4d32 hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/mdio 0x3e17f466 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0x60443957 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0x62eb612a mdio45_ethtool_ksettings_get_npage +EXPORT_SYMBOL drivers/net/mdio 0x63e0fee5 mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0xb79a54ee mdio45_nway_restart +EXPORT_SYMBOL drivers/net/mdio 0xcdbdeca7 mdio45_ethtool_gset_npage +EXPORT_SYMBOL drivers/net/mdio 0xdaceb7a6 mdio_mii_ioctl +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x5b722e85 cavium_mdiobus_read_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x81a7efaa cavium_mdiobus_read_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0xc24749af cavium_mdiobus_write_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0xdd3cafc4 cavium_mdiobus_write_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-mscc-miim 0x14682865 mscc_miim_setup +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0x37f31ef2 xgene_mdio_rgmii_read +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0x5120307e xgene_mdio_rgmii_write +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0x5d7daa85 xgene_enet_phy_register +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0x80ddad16 xgene_mdio_wr_mac +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0xe462a1ec xgene_mdio_rd_mac +EXPORT_SYMBOL drivers/net/pcs/pcs-mtk-lynxi 0x5e9a5bb9 mtk_pcs_lynxi_create +EXPORT_SYMBOL drivers/net/pcs/pcs-mtk-lynxi 0xe9221a05 mtk_pcs_lynxi_destroy +EXPORT_SYMBOL drivers/net/phy/bcm-phy-lib 0x2ae6198f bcm54xx_auxctl_write +EXPORT_SYMBOL drivers/net/ppp/pppox 0x0c056be6 pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0x26f188b3 register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0x76d000ab pppox_compat_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xf1758d1f pppox_ioctl +EXPORT_SYMBOL drivers/net/sungem_phy 0xeed8f7e1 sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x355ca5f8 team_options_register +EXPORT_SYMBOL drivers/net/team/team 0x442b20ce team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0x5926c8f0 team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0x7606b7a6 team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0x9792d460 team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0x984fbac4 team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0xf6784b8f team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0xf8ae7d44 team_mode_unregister +EXPORT_SYMBOL drivers/net/usb/usbnet 0x08de7e32 usbnet_manage_power +EXPORT_SYMBOL drivers/net/usb/usbnet 0x590f8910 usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/usb/usbnet 0x5ea9d905 usbnet_link_change +EXPORT_SYMBOL drivers/net/wan/hdlc 0x3aa5a9c5 hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0x5a75496a hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0x64a7727a unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0x78f99893 hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0x9b2c7937 detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xa8f5172e hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0xab3eaf8c attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xc5ba05f1 alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0xe5f4376f register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xffd97213 unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0b1ab353 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x108b188f ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x1bc59190 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x1efb9b87 ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x35856a0d ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x3e429d07 dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4571aea8 ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x63266e2b ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x658a24d7 ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x88910c73 ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x9edef3df ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x9f52c93c ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x9f678946 ath_hw_keysetmac +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa18f224e ath_regd_find_country_by_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb35f06c1 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb6588ba6 ath_bus_type_strings +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xc9376171 ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xcae2a552 ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x015e5db2 ath10k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x05248cb7 __ath10k_ce_send_revert +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x080f08fa ath10k_ce_enable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0938cb8d ath10k_core_fetch_board_file +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x123a1c5b ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x14a6d506 ath10k_ce_free_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1abcc345 ath10k_ce_init_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1b31a848 ath10k_htt_rx_pktlog_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2557731b ath10k_core_free_board_files +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x360ca204 ath10k_htt_txrx_compl_task +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x366ea9ee ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3c5b4688 ath10k_ce_deinit_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4525cf55 ath10k_ce_free_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x46135d75 ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4bc3c9ca ath10k_htt_rx_hl_indication +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4df0cbd3 ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x511481ea ath10k_ce_revoke_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5379424b ath10k_htt_hif_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x59d1757b ath10k_ce_alloc_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5c528215 ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5c5e4e3f ath10k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x618d8255 ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x629222f2 ath10k_mac_tx_push_pending +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x64fd6bb6 __ath10k_ce_rx_num_free_bufs +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x68202eda ath10k_ce_per_engine_service_any +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6ace3326 ath10k_ce_completed_send_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6fbac6fa ath10k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x744824ef ath10k_htc_process_trailer +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x78f497be ath10k_core_napi_sync_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7d330e36 ath10k_ce_send +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x87104d60 ath10k_ce_completed_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8938f3fb ath10k_htt_t2h_msg_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8bb9a74d ath10k_ce_num_free_src_entries +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8d8c5fce ath10k_bmi_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x964ac7d6 ath10k_print_driver_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x97aa4abc ath10k_coredump_new +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9b6f4d4b ath10k_core_check_dt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9b949433 ath10k_ce_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9d3313a9 ath10k_core_start_recovery +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa44e6ca8 ath10k_ce_cancel_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa66ef124 ath10k_htc_notify_tx_completion +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xabcefb1d ath10k_ce_alloc_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb6067e3e ath10k_ce_rx_update_write_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb8d6d51b ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc4acd91a ath10k_htc_rx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc4d2cd21 ath10k_ce_send_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc8ca12f3 ath10k_ce_completed_recv_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc96ba65a ath10k_ce_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcc20d178 __tracepoint_ath10k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xdbe87938 ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xdc2c9d34 ath10k_ce_dump_registers +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xdce9ab65 ath10k_htc_tx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xdf841327 ath10k_bmi_read_memory +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe8f7056b ath10k_core_napi_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xee12d20c ath10k_ce_completed_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf01a26d7 ath10k_ce_disable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf15d54f3 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xfbc42d77 ath10k_coredump_get_mem_layout +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0098fad2 ath11k_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x00ae9ffa ath11k_pcic_register_pci_ops +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x07b23eb4 ath11k_debugfs_soc_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0dae0eb8 __tracepoint_ath11k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x121a0d4a ath11k_pcic_config_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x12c96e8f ath11k_ce_free_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x1695384e ath11k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x1a121a0a ath11k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x23db0e69 ath11k_pcic_ext_irq_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x23dbf480 ath11k_dp_service_srng +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x27c54845 ath11k_pcic_map_service_to_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x27d387f7 ath11k_pcic_init_msi_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3cfeb1f5 ath11k_pcic_read +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3d719754 ath11k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3df90903 ath11k_ce_get_shadow_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x43d7e2cd ath11k_pcic_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x4d19002a ath11k_ce_alloc_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x524ed967 ath11k_pci_enable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x5588045b ath11k_ce_cleanup_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x59227475 ath11k_pcic_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x68abc657 ath11k_pcic_ext_irq_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x6bf722d2 ath11k_pcic_ce_irqs_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x759448b1 ath11k_pcic_free_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x77d365ec ath11k_pci_disable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x7897c62e ath11k_core_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x7dbf0e60 ath11k_pcic_read32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x861fc6a0 ath11k_pcic_get_ce_msi_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x86542ec6 ath11k_pcic_get_msi_address +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x8a11b429 ath11k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x8c050786 ath11k_core_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x947ac5e3 ath11k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x94a3e130 ath11k_core_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x963cf972 ath11k_qmi_deinit_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x98fde2d5 ath11k_core_pre_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9c51bcc4 ath11k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb4217d85 ath11k_core_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc051a004 ath11k_pcic_write32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xce246291 ath11k_hal_srng_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd76d5ee3 ath11k_pcic_get_user_msi_assignment +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd8ff355c ath11k_ce_get_attr_flags +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd96df1a9 ath11k_pcic_ce_irq_disable_sync +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe9d65355 ath11k_core_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xee427d57 ath11k_hal_srng_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf0197188 ath11k_cold_boot_cal +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1100e4b8 ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x12e74414 ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1354043d ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x288ea0f8 ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x2b01a54a ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x3502feef ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x56cc8a62 ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x8ad066b0 ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x8b59300d ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x91cfb84a ath6kl_hif_rw_comp_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xa2321881 ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb466de49 ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb881b1a9 ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb9a689dd ath6kl_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xe70c44e4 ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xfad2f6f5 ath6kl_read_tgt_stats +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x05156d03 ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x19cc79d4 ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1a0aa030 ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1cc42678 ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x28263102 ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2845c82f ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x33225e06 ath9k_cmn_spectral_deinit_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x39ad44ff ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x53d33b42 ath9k_cmn_spectral_init_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x552af26c ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x57fb3804 ath_cmn_process_fft +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6e1784fa ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6faedc4b ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x8060c7c2 ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x8e5939d8 ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9277c4cc ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x99a44d6f ath9k_cmn_spectral_scan_trigger +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9f9571e1 ath9k_cmn_spectral_scan_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb2137111 ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb6c82a9c ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc46ffc45 ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xcae36db8 ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd74fa159 ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf17d712f ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x01f12bd1 ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x022e509e ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x02648c76 ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0293e8b1 ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x038dbff5 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0952d4ba ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0b2a738a ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0cf66ab4 ath9k_hw_gpio_request_in +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0da6f50c ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0e346064 ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f1d025e ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f77dafc ath9k_hw_get_tsf_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x10b415ca ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x11ce0d1b ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x145a52c5 ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x16649925 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x17af4aa4 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x18369479 ath9k_hw_gpio_request_out +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1cf37f2b ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1d616052 ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1dfa7845 ath9k_hw_resume_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2770cfdb ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x279713d0 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2a763011 ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2b98bc5d ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2d004205 ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x320c9000 ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3a0931ce ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3b0b9788 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4051e5d2 ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x423974df ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4535dedb ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x45da4079 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x479505cb ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x49f33a8e ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4b6d8fe0 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4bf798cd ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x50ef77aa ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x53620b5b ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x53efdbf9 ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x55302f77 ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x56462493 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x566ba1e1 ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x57e7dbcf ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5dfd45dc ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x60ad58b8 ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6764b0c0 ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6a1a5bcc ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6c9060fd ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6d3b2352 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6ea98361 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x70832fcf ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x710ad60a ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x73f1406a ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x75356c6c ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x76e9d711 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7f45e7ed ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7fe36d47 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x83fed52d ath9k_hw_gpio_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8427987a ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x858ad536 ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x864a4fbe ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8b25239a ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8f7603ae ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x93db3650 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x956cdc48 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9855f20c ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9921cac4 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x99b000ec ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9aedaf8f ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9b17d6d1 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa04d9e01 ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa21e639f ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa4089633 ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa87bae11 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa999733f ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xacb11556 ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xae5a9987 ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb4bcecfe ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb50472bd ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbf5da2a5 ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc0cffd34 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc19d0fdb ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc2e41dff ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc5016ae6 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc67087b0 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcb07d2e3 ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcbb84e85 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcdf3ad5b ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd2e20400 ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd7b307e3 ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd8c3fa6a ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xda4cf797 ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xddd24c60 ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdf39d08e ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdfe1cb74 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe2e28951 ath9k_hw_btcoex_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe5d931da ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xee13296a ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xefb5cf53 ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf0f7023d ath9k_hw_loadnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf13aa598 ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf36a8230 ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf5ce5be9 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf8211053 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf8fab0af ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfbf26c1a ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfd49b5a4 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x07264c37 init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x949f8928 atmel_open +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x9991d13d stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x02c7a9f3 brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x1906648e brcmu_boardrev_str +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x56c1e900 brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x5f3b0b69 brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x6714d129 brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x6765056c brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x71ab0d71 brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x80891ad0 brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x95e98720 brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x9b1e963b brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xa17c0ccf brcmu_dotrev_str +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xb01ce5b3 brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xce4c065b brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xd6217d91 brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xe6d08903 brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xea269ed3 brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0x6162d233 stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0xa5b389f3 reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0xed388744 init_airo_card +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x0179c624 libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x0b525bd1 libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x0d00a5a8 libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x0e71634d libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x0ee284a0 libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x26e25a52 libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x2c7141dd libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x3370f5f7 libipw_rx +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x47d0dd23 libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x5885a7a7 alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x67ab7e3b libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x6ea70509 libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x787d3197 libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x82f62f67 libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xa777b012 libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xad85fd07 libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xced6686f libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xdb7ec0b1 libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xf6aa2cbc free_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xf8651390 libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x00a7eca9 il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x01c42e85 il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x06fbf3a0 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0c655184 il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0e22beb2 il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0fa17398 il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x16d57d37 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1a1fb3aa il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1a786e3f il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1aa21127 il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1d136c99 il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x23174364 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x231d3bc5 il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2472e60d il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x287436c5 il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2b51437f il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2beb0a8e il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2bf7eea6 il_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2c29c53b il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2cb67f2c il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x31fa883a il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x33ae8808 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x37076b02 il_set_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3c487953 il_init_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3e99b79b il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3f82b87e il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x416bd26a il_debug_level +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x49fe5e63 il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4aa0988f il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4aa46293 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4aaae9a4 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4d5569b1 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x50744814 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x56323895 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5a9b0b0c il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5b4c67dd il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5b74cc9f il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5ddc8021 _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x605f1a61 il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x62d6b8d9 il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6651b242 il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x66a48a56 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x66bc18e0 il_set_rate +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x69fd3ed1 il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6af877bc il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6dfb226a il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x72ca94bd il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x72fb8607 il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x74fe9da5 il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x763368d0 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7ba6c2e6 il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7e75e41d il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7ed9828e il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7eda311d il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7feca0ac il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x80c62313 il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8af95ff7 il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8b133623 il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8e03da27 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8e2f7aa0 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8e3540b9 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9706ead9 il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x98b19e97 il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9ab421db il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9cc714af il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9fde1a17 il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa7a37756 il_apm_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xada85341 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xaf08a285 il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xafd4cbe9 il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb0d3a25c il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb1a99740 il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb4212db5 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb45679a7 il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb65510a3 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb9d010b7 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbd9e514d il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc041a5d8 il_force_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc3f41ad4 il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc7023115 il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc9828076 il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcbc25efb il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcbceb8a5 il_update_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcf5cecb2 il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd283dfbe il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd82a9525 il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd8440560 il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd99380eb il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdcada8f1 il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdef07078 il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdef22c0b il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe39c7bc7 il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe39ca58d il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe3eb3f6c il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xeaab37ee il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xecb1570e il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xee96ba53 _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xefa4b970 il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf02f0a5a il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf0bea642 il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf25ab317 il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf70a693b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf838cb29 il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x056ba50c __traceiter_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x0fa4d950 __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x16d6dfd2 iwl_trans_pcie_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x466ae44d __SCK__tp_func_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x68a0c0f9 __traceiter_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x68b5e564 __traceiter_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x970bf4ef __SCK__tp_func_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x9828a56a __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xb396913a __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xd1e69877 __SCK__tp_func_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x0b673ef0 hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x1ec07be7 hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x3211eeeb hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x44023fdc hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x468a83cc hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x46b0b114 hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x4fb4aca5 hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x5a7bd66a hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x75934c58 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x777bfd51 hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x778cfe89 hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x7fb75891 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x88718357 hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x8f1ac96b hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x9210cd43 hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x93e349e8 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x98ee77a3 hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x9abd09c2 hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xa361a319 prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xaca220ac hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb5414319 hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb60a2368 hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb92f963e hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xc5008599 hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xd25918b0 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xdb3bbc52 hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xde584a11 hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf91c03e2 hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x09cdf8a5 orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x1ad403fe free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x20b2dfe2 orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x3ed2a265 __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x59288a2c orinoco_open +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x636b5854 orinoco_up +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x87a5c73d orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x907f2953 orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xa74c2dc5 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xbd3143bc orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xc74eb84b orinoco_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xcab8dba8 orinoco_down +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xcb2b061e __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xd258a909 orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xe0b4a192 alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xe31a755a orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xffe27bca orinoco_interrupt +EXPORT_SYMBOL drivers/net/wireless/mediatek/mt76/mt76 0x327a9822 mt76_rx_signal +EXPORT_SYMBOL drivers/net/wireless/mediatek/mt76/mt76 0x794b614b mt76_wcid_key_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist 0xcc883dfc rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x01479b8f rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0d649d32 rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1e72b185 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2327d91c _rtl92c_phy_calculate_bit_shift +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x285c853e rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x288047da _rtl92c_store_pwrindex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x295822dc _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2d86f2c9 rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x360429da rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3ffddac7 rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4f32162d rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x50bab76c rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x56a4e796 rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5d0b36e5 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x66766d82 rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6d1849ed rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6d1f4de0 rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7275953f rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x73a513ca rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7c97b915 _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7d0c3899 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x81e36bd9 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x82de2f6d _rtl92c_phy_dbm_to_txpwr_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x87570c6b rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x881e8051 rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8c215dd7 rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8e6427bd _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8f562fbd _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x92ac3acf rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x95bba139 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9d21545f rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9dfa2426 _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9fb42fd9 rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa9be0d4a rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbaa92a47 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbc649322 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc6456b48 rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xde8cc7ed rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe0f4c8ed rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe15c164f rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe3bf2281 _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf2cb2e6e rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x1d6644d8 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x5aad3ffd rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xdac605a4 rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xe18a5ccb rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x43e2898f rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x44921f34 rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xe90a179a rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xf8863330 rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x05e126e1 rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x06ef0e01 rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0b038e24 channel5g_80m +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x126df96f rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x17467891 rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1b945315 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x20053495 rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x269808cc rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x30a956d7 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x38309f5c rtl_dm_diginit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x418a854f rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x43bf0fe4 rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x456311c5 efuse_one_byte_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x48d108a0 efuse_shadow_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x490c668f rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4ddf551e rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x54824f58 channel5g +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x595cdd0e rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x603aae96 efuse_power_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6531d321 rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x79a268f4 rtl_mrate_idx_to_arfr_id +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7fb02565 rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x86365f67 rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8ea60059 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9683df7d rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa91c62d7 rtl_rx_ampdu_apply +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xaa0aca7a efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb8f7bc04 rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbd66861b rtl_collect_scan_list +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc12b41e3 rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xcba68e9b rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd70e80a9 rtl_c2hcmd_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe0f9b2e6 rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xebedfe5f rtl_wowlan_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xed628cdc rtl_cmd_send_packet +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xed7c8cf2 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf76adcc7 rtl_init_sw_leds +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xfd003b08 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8723d 0x819d23dd rtw8723d_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8821c 0x1c5d5450 rtw8821c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822b 0x6a7d596f rtw8822b_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822c 0x85bf3251 rtw8822c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0094b374 rtw_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0560b48d rtw_phy_pwrtrack_avg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x09518faf rtw_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0f2d4b3f rtw_phy_read_rf_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0fb13260 rtw_dump_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x10f7d1e6 rtw_regd_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x17ee80f3 rtw_set_rx_freq_band +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x181db80c rtw_fw_c2h_cmd_rx_irqsafe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1cbde9e8 rtw_dump_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1dc2d072 rtw_tx_ac_to_hwq +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x22443baa rtw_unregister_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x26584a5e rtw_bf_enable_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2a3840f0 rtw_phy_cfg_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2acbd10b rtw_phy_config_swing_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2bcb2273 rtw_fw_inform_rfk_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2e2ffb2e rtw_phy_pwrtrack_thermal_changed +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x33b3f3c0 rtw_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3480a9d4 rtw_tx_fill_tx_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x36c5bfca rtw_disable_lps_deep_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3bc0434a rtw_coex_write_scbd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x422d0d1a rtw_bf_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x440b7589 rtw_phy_rf_power_2_rssi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x47a17fd3 rtw_phy_parsing_cfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x4a1372c4 rtw_phy_write_rf_reg_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x4e0c3fc7 __rtw_dbg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x50c9c922 rtw_parse_tbl_bb_pg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x519c8ba9 rtw_rate_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x58210e60 rtw_rate_section +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5b0156e7 rtw_parse_tbl_txpwr_lmt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5e2f4c69 rtw_phy_pwrtrack_get_delta +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x60b6f7d6 rtw_rx_stats +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6295296e rtw_bf_remove_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6416e5e0 rtw_phy_set_edcca_th +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x68320b0e rtw_bf_enable_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6aced0eb rtw_parse_tbl_phy_cond +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6b365fe6 rtw_bf_remove_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6e62b84f rtw_phy_pwrtrack_need_lck +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7203ed7b rtw_set_channel_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x762c7b30 rtw_coex_read_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x78b4ae4e rtw_register_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7c7d5a88 rtw_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7cc06b40 rtw_phy_write_rf_reg_mix +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x81c574ec rtw_restore_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x85b0b1a5 rtw_phy_cfg_agc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x87ac36a9 rtw_bf_cfg_csi_rate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x902c6b38 rtw_read8_physical_efuse +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x94394057 rtw_phy_set_tx_power_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9f5f752a rtw_tx_write_data_h2c_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa29b47a7 rtw_power_mode_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa703fb3b rtw_phy_load_tables +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa8ef4057 rtw_phy_cfg_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xad74bc25 rtw_phy_cfg_bb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xbb01c5d6 rtw_phy_get_tx_power_index +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xbf52b9da rtw_fw_do_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xbf905fb5 rtw_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc1c9bf2d rtw_rx_fill_rx_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc305bda4 rtw_phy_pwrtrack_need_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc997bea8 rtw_tx_queue_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xcf2b3133 check_hw_ready +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd1d85e7a rtw_tx_write_data_rsvd_page_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd520d433 rtw_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xded57026 rtw_bf_set_gid_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe0bb6b20 rtw_phy_pwrtrack_get_pwridx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe28d6d31 rtw_fw_c2h_cmd_isr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xecb493a2 rtw_tx_report_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xfe2a5fc0 rtw_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xfe9f0a4d rtw_coex_write_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x7197ea8e rtw_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x9f024308 rtw_pci_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0xaf676a86 rtw_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0xd1a92997 rtw_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0x650aec9a rtw_sdio_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0xaa2eecb3 rtw_sdio_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0xb299be77 rtw_sdio_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0xde9ea977 rtw_sdio_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0x7f52c50c rtw_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0xe10da2c1 rtw_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8851b 0xc3047e9e rtw8851b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852a 0x0950c0a0 rtw8852a_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852b 0x7ece1250 rtw8852b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852c 0xe56b5e3f rtw8852c_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x00513eea rtw89_phy_set_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x07e51285 rtw89_core_napi_start +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0b88ea88 rtw89_phy_write32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0be16406 rtw89_fw_h2c_rf_ntfy_mcc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0ddee010 rtw89_rfk_parser +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x164bdca7 rtw89_core_fill_txdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1970f869 rtw89_mac_disable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x21aeb9d0 rtw89_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2458c9d5 rtw89_mac_cfg_gnt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x28098605 __rtw89_debug +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x281e9654 rtw89_mac_get_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2baad83c rtw89_free_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x31445b00 rtw89_btc_set_policy_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x369d6688 rtw89_phy_write_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3c196a22 rtw89_phy_set_txpwr_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3c44a6ae rtw89_core_napi_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3cb5f291 rtw89_mac_stop_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4026df27 rtw89_mac_read_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x442cea1a rtw89_read_efuse_ver +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4a0bd3fb rtw89_phy_write_reg3_tbl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x54c89283 rtw89_core_fill_txdesc_fwcmd_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x55d03889 rtw89_phy_tssi_ctrl_set_bandedge_cfg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5a0f1250 rtw89_mac_stop_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5bb55395 rtw89_ser_notify +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5f23905a rtw89_alloc_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5f334de5 rtw89_phy_config_rf_reg_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6914c11d rtw89_mac_enable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6d57ffe5 rtw89_phy_write_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x72481e44 rtw89_mac_cfg_ctrl_path_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x73089e57 rtw89_core_rx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x81eaeb57 rtw89_mac_cfg_gnt_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x831448df rtw89_core_query_rxdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x85dfb0cf rtw89_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x89af0cf6 rtw89_encode_chan_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8b19c807 rtw89_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x921b8d57 rtw89_mac_write_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9222a34e rtw89_phy_read_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x992dd29f rtw89_mac_cfg_ctrl_path +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9ac85705 rtw89_mac_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa29dc730 rtw89_phy_read_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa325c4df rtw89_core_unregister +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa4ff8c53 rtw89_mac_resume_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb130e251 rtw89_core_fill_txdesc_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xbcce37d6 rtw89_phy_set_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xbead9138 rtw89_phy_read32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc2d05a86 rtw89_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc3f56bcf rtw89_mac_coex_init_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc88df4a2 rtw89_mac_resume_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xcc284b6a rtw89_phy_load_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xcd0f9fbd rtw89_decode_chan_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xcd806296 rtw89_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd029d7e7 rtw89_mac_get_txpwr_cr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd29725b2 rtw89_phy_set_txpwr_limit_ru +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd80c6b78 rtw89_fw_h2c_dctl_sec_cam_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xdcf2e050 rtw89_core_register +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xdd156147 rtw89_btc_set_policy +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xddfa8fea rtw89_mac_set_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe3f57b04 rtw89_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf35afac0 rtw89_mac_cfg_ppdu_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf539d2e0 rtw89_btc_ntfy_wl_rfk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf7923244 rtw89_mac_coex_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xfaa3cc82 rtw89_phy_get_txsc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xfdc224aa rtw89_core_napi_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xfe8de001 rtw89_core_napi_stop +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x05c9f0f6 rtw89_pci_enable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x19259290 rtw89_pci_config_intr_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x273a9200 rtw89_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x3a79299e rtw89_pci_fill_txaddr_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x543d894c rtw89_pci_enable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x5d7defe7 rtw89_pci_ltr_set +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x6efd9f2c rtw89_bd_ram_table_dual +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x71162055 rtw89_bd_ram_table_single +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x79266887 rtw89_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x8f90a314 rtw89_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x93a119a8 rtw89_pci_ltr_set_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x9449970f rtw89_pci_disable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x9ce0961b rtw89_pci_ch_dma_addr_set +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x9f58415b rtw89_pci_recognize_intrs_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xaa9f7fe7 rtw89_pci_config_intr_mask_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xc8b81d2b rtw89_pci_fill_txaddr_info_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xca50afda rtw89_pci_recognize_intrs +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xf52f168b rtw89_pci_disable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xf630d9a9 rtw89_pci_ch_dma_addr_set_v1 +EXPORT_SYMBOL drivers/net/wireless/rsi/rsi_91x 0x9cce2db3 rsi_config_wowlan +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x2616cdb9 wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x835aaa9e wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xd64dff32 wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xe10e9ebe wlcore_tx_complete +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x5949bb10 fdp_nci_remove +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x759f7cf4 fdp_nci_probe +EXPORT_SYMBOL drivers/nfc/microread/microread 0x58984c84 microread_probe +EXPORT_SYMBOL drivers/nfc/microread/microread 0xe0a59459 microread_remove +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x3fcd288e nxp_nci_fw_recv_frame +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x91e002ed nxp_nci_remove +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x9ee01717 nxp_nci_probe +EXPORT_SYMBOL drivers/nfc/pn533/pn533 0xe9e579d1 pn533_recv_frame +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x0279cbcd pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xc1f49ed6 pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x149edf0d s3fwrn5_phy_power_ctrl +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x1ce7178e s3fwrn5_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x774203fc s3fwrn5_phy_set_wake +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x9b38cb91 s3fwrn5_recv_frame +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xc6009cd7 s3fwrn5_remove +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xedb12f10 s3fwrn5_phy_set_mode +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xf2ab60da s3fwrn5_phy_get_mode +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x07551a09 ndlc_remove +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x0c09f1b4 ndlc_open +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x2b142d9c st_nci_se_deinit +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x364352ec st_nci_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x6783dcd1 ndlc_probe +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xb5aac954 st_nci_se_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xbc835cdc ndlc_send +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xf301d411 st_nci_se_io +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xf737cd39 ndlc_close +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xf882428c ndlc_recv +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x002d38ef st21nfca_se_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x18df9c05 st21nfca_apdu_reader_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x1da85f73 st21nfca_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x1feb1da1 st21nfca_tm_send_dep_res +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x423b6ca4 st21nfca_hci_enable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x60512747 st21nfca_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x7dd23d20 st21nfca_hci_discover_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x804d1ba1 st21nfca_se_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x93d31362 st21nfca_dep_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xa068a8d7 st21nfca_im_send_dep_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xa2dc9719 st21nfca_dep_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xa8bccca3 st21nfca_dep_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xb436d510 st21nfca_hci_loopback_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xc2fbc283 st21nfca_im_send_atr_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xc8bbfdff st21nfca_hci_disable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xcb4da1dd st21nfca_hci_se_io +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xd277924c st21nfca_connectivity_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xf896f8c5 st21nfca_hci_remove +EXPORT_SYMBOL drivers/ntb/ntb 0x0f2e83f8 ntb_register_device +EXPORT_SYMBOL drivers/ntb/ntb 0x1155cb6e ntbm_msi_free_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x28a6c842 ntb_db_event +EXPORT_SYMBOL drivers/ntb/ntb 0x2cb287f8 ntb_msi_setup_mws +EXPORT_SYMBOL drivers/ntb/ntb 0x33529beb ntb_unregister_device +EXPORT_SYMBOL drivers/ntb/ntb 0x35d17dca ntb_default_peer_port_count +EXPORT_SYMBOL drivers/ntb/ntb 0x4a1c3c51 ntbm_msi_request_threaded_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x4d7a7a78 ntb_msi_peer_trigger +EXPORT_SYMBOL drivers/ntb/ntb 0x66a090a6 ntb_default_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x6e3fcabe ntb_msi_clear_mws +EXPORT_SYMBOL drivers/ntb/ntb 0x7022a70e ntb_clear_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x9448837a ntb_set_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0xaa3dc875 ntb_msi_peer_addr +EXPORT_SYMBOL drivers/ntb/ntb 0xab7b300f ntb_default_peer_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0xb4b7ebc0 ntb_default_peer_port_idx +EXPORT_SYMBOL drivers/ntb/ntb 0xe373125d ntb_msi_init +EXPORT_SYMBOL drivers/ntb/ntb 0xe3ce1209 ntb_msg_event +EXPORT_SYMBOL drivers/ntb/ntb 0xf0212cd1 __ntb_register_client +EXPORT_SYMBOL drivers/ntb/ntb 0xf8b58a4f ntb_link_event +EXPORT_SYMBOL drivers/ntb/ntb 0xfd05c544 ntb_unregister_client +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0x6f3165c1 nvdimm_namespace_detach_btt +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0x81dbaab0 nvdimm_namespace_attach_btt +EXPORT_SYMBOL drivers/parport/parport 0x00715eae parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x03158448 parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0x1ce6da24 parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0x23f6f999 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0x2432ab10 parport_write +EXPORT_SYMBOL drivers/parport/parport 0x288c94ec parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x2e5df482 parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0x42c998f5 parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x4f396e8b parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0x5469484d parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0x55bc82c3 parport_del_port +EXPORT_SYMBOL drivers/parport/parport 0x56015f96 __parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x597cad81 parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0x5d1d0876 parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x7b915fef parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x81a494af parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0x884c37e5 parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0x906ec620 parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0x91a036c5 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0xa4f1dfb8 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0xad7897a7 parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xb60d7163 parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0xbaf78a7a parport_register_dev_model +EXPORT_SYMBOL drivers/parport/parport 0xc982eb25 parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xcede6f0b parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0xd5d84067 parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xd714eaae parport_read +EXPORT_SYMBOL drivers/parport/parport 0xdc62b53b parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0xe2ba6b27 parport_release +EXPORT_SYMBOL drivers/parport/parport 0xf4c47178 parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0xfd258a25 parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport_pc 0xdb7f5518 parport_pc_unregister_port +EXPORT_SYMBOL drivers/parport/parport_pc 0xe0e1bfa8 parport_pc_probe_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x5408f784 pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x5f803f66 pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x844d33e4 pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x89047647 pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xa99cc5f6 pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xacac1c16 pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xbbfc82b2 pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcc0d2a1a pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf2f01020 pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf942709b pcmcia_socket_list_rwsem +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xfa612ef4 pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x4840a590 pccard_static_ops +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x556d21fc cros_ec_resume_complete +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x787e0c59 cros_ec_suspend_prepare +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x789c0b83 cros_ec_suspend +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xa8ee8ead cros_ec_resume +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xadb04ad5 cros_ec_resume_early +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xb857f37b cros_ec_unregister +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xb8db4e25 cros_ec_register +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xcd4c22c9 cros_ec_suspend_late +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xf25aacf5 cros_ec_irq_thread +EXPORT_SYMBOL drivers/regulator/rohm-regulator 0xab8f555d rohm_regulator_set_dvs_levels +EXPORT_SYMBOL drivers/rpmsg/qcom_glink 0xd7119b40 qcom_glink_native_rx +EXPORT_SYMBOL drivers/rpmsg/qcom_smd 0x1dcab953 qcom_smd_register_edge +EXPORT_SYMBOL drivers/rpmsg/qcom_smd 0xadc8e61f qcom_smd_unregister_edge +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0x039010eb rpmsg_chrdev_eptdev_create +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0x9621ba43 rpmsg_chrdev_eptdev_destroy +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x00b1d483 rpmsg_send +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x256a81ab rpmsg_get_mtu +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x2f2841cf __register_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x314babe7 rpmsg_register_device_override +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x5f744780 rpmsg_send_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x6631bff7 rpmsg_register_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x7028f5c4 rpmsg_release_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x78c559e9 rpmsg_trysendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x7b4d6b4d rpmsg_sendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x8511502c rpmsg_create_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x8961fff2 rpmsg_trysend +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x92596006 rpmsg_poll +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xaa350468 unregister_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xae82e170 rpmsg_find_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xb311a6b4 rpmsg_create_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xc59b7ecb rpmsg_destroy_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xc90192ff rpmsg_unregister_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xd4054855 rpmsg_trysend_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xeb0a34d6 rpmsg_class +EXPORT_SYMBOL drivers/rpmsg/rpmsg_ns 0x98690411 rpmsg_ns_register_device +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x4761a7a8 scsi_esp_template +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x4a29ab38 scsi_esp_intr +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xb360a37d scsi_esp_cmd +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xc200ab6f scsi_esp_register +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xfd002c2b scsi_esp_unregister +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x11267536 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x5138348f fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x605f3ebb fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x65584cd0 fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x7097c4d0 fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x7c5bc036 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x8a370a4b fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x9675844e fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xa0a34af3 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xb815806b fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xb90cea6c fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0072234d fc_seq_set_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1bd17698 fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1bf43080 fc_rport_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2049eda3 fc_seq_assign +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2451c321 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2991aae6 fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2d605273 fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x33a2572f fc_rport_recv_req +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3ff56293 fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4494ec43 fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4b44fb14 fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x51bc242d fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x550be396 libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x565df1a9 fc_rport_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x57ce7b8b fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x599a5067 fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5c7102d8 fc_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5dc172f7 fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6a5336e8 fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x70e10210 fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x725fa7f3 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x727c3d05 fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7d373538 fc_lport_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7f3407a7 fc_seq_start_next +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x811811e0 fc_exch_done +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8cda1b05 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8ddd2433 fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x90aa2917 fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x94d5c255 fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x94dd96ae fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x98fbbfa5 fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x996a848c fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x99e5e47c fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9a5009ab fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9d50ed7e fc_rport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9e29564d fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa1bcd198 fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa2469f5f fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb0ddd5a1 fc_rport_flush_queue +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb9050a24 fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb93daf0a fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xba77fb86 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbaa5d1a9 fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbf9e967f fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc5d3c86f fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc6ffdefd fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc7381b5a fc_rport_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc7d558c6 fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xca3ea1df fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcb34db88 fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd0bdd3ce fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd153b72d fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdc414cc1 fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe0fff6e0 fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe2bf8814 fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe5c9e2e0 _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe5cf06b5 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe64108ec fc_rport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe937a4ce fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf0b5f70c fc_exch_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf2a734fd fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf46dd8ba fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf8ed4bea fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfa4667d1 fc_seq_release +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfd9260ea fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x2a76c59d sas_resume_ha_no_sync +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x35070d34 sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x44d0f7d7 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4a8e3d34 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xd5c0e455 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xa21fafb9 mraid_mm_adapter_app_handle +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xb2cf7c01 mraid_mm_unregister_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xf21e45e1 mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x001bafda qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x1542f14c qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x29e7b65c qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x35c8976e qlt_abort_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x4477eae6 qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x4e4a7bca qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x4e8957c0 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x5678c6fb qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb2e83761 qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb50842c7 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xce9f7209 qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xf577c31b qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/raid_class 0x1dac3072 raid_class_release +EXPORT_SYMBOL drivers/scsi/raid_class 0x781bfcac raid_class_attach +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x164b9186 fc_eh_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x1a2bc39b fc_host_fpin_rcv +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x237387b5 fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x30a1ef0e fc_find_rport_by_wwpn +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x375f8bbd fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x4d66075e fc_host_post_fc_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x5a41cf64 fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x5a6eb563 fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x5cb36d1b scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x6d06d415 fc_block_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7988d7f3 fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x91db9b2a fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x990805e8 fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xce0af956 fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xd18d2a91 fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xdb3f5fb7 fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xe42eec9f fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xe5ab3321 fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x009d144a sas_get_address +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0a52d6c1 scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1012c7ec sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x12354dfe scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2ac1a825 sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4497c12f scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x457150a6 sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4cbf295b sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x54cbbda7 sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x57870420 sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x64f61f8b sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6fd335c7 sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x77d493d8 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7d04294e sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7de30717 sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7e8e2f9f sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x889eec48 sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8d912ca9 sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9fd06291 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9fd64dc6 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa5586136 sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc5f1271c sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc87c4761 sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc9620366 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xdb57c04c sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe40feb10 sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe55a52a8 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xede17c6f sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf66b5700 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3396266f spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x568dda16 spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x765eb864 spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xb17357f3 spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xdac366a9 spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x020ea4c8 srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x17ae2da2 srp_rport_get +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x405b6e05 srp_parse_tmo +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x758ac676 srp_rport_put +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xc986956d srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xf4bf36a1 srp_timed_out +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x030f2d6c dpaa2_io_service_enqueue_fq +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x21e76a68 dpaa2_io_get_adaptive_coalescing +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x2bc276ca dpaa2_io_update_net_dim +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x35210a1c dpaa2_io_set_irq_coalescing +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x3d01f417 dpaa2_io_service_pull_fq +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xb629a241 dpaa2_io_get_irq_coalescing +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xc4ccef03 dpaa2_io_get_cpu +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xdb008703 dpaa2_io_service_enqueue_multiple_fq +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xe0f67b93 dpaa2_io_service_enqueue_multiple_desc_fq +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xfa0aedff dpaa2_io_set_adaptive_coalescing +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x07564e82 cmdq_pkt_assign +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x081d1a1a cmdq_pkt_write_mask +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x1f3ed632 cmdq_pkt_jump +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x3f6fab3f cmdq_pkt_write_s_mask_value +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x3fc19424 cmdq_pkt_write +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x45dae4fc cmdq_pkt_poll +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x578699c0 cmdq_pkt_finalize +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x58cdc788 cmdq_pkt_poll_mask +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x5a123a5e cmdq_pkt_write_s_mask +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x5bfd584c cmdq_pkt_set_event +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x81b1ffda cmdq_mbox_destroy +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x8aa532b3 cmdq_pkt_write_s_value +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x8ab965b5 cmdq_pkt_wfe +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x9194f23f cmdq_pkt_flush_async +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xa40c93c8 cmdq_pkt_clear_event +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xb12643d9 cmdq_pkt_create +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xb4d0aaeb cmdq_dev_get_client_reg +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xd529f27b cmdq_pkt_destroy +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xdf8340fe cmdq_pkt_write_s +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xf1053bcf cmdq_mbox_create +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xfec2df2b cmdq_pkt_read_s +EXPORT_SYMBOL drivers/soc/qcom/ocmem 0x2c7ec1e9 of_get_ocmem +EXPORT_SYMBOL drivers/soc/qcom/ocmem 0xc53d76b1 ocmem_allocate +EXPORT_SYMBOL drivers/soc/qcom/ocmem 0xf9b05967 ocmem_free +EXPORT_SYMBOL drivers/soc/qcom/pdr_interface 0x1c76ea4d pdr_restart_pd +EXPORT_SYMBOL drivers/soc/qcom/pdr_interface 0x432975e6 pdr_add_lookup +EXPORT_SYMBOL drivers/soc/qcom/pdr_interface 0x47b2ed49 pdr_handle_alloc +EXPORT_SYMBOL drivers/soc/qcom/pdr_interface 0xf618ca5b pdr_handle_release +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x0e8476ed geni_se_select_mode +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x32ed146a geni_se_rx_init_dma +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x3e385c07 geni_se_tx_init_dma +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x419ce6be geni_se_rx_dma_unprep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x477c5f9b geni_se_config_packing +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x67e5d0f4 geni_se_clk_freq_match +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x78706a72 geni_icc_disable +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x84fc8c4c geni_se_resources_on +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x87e4b455 geni_se_rx_dma_prep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x88db814a geni_icc_enable +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x9880357f geni_icc_get +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x98f63907 geni_se_tx_dma_prep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xac7dc437 geni_icc_set_tag +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xadd4cdad geni_se_init +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xd2ccfa85 geni_icc_set_bw +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xe9c83623 geni_se_tx_dma_unprep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xeb5e66f9 geni_se_clk_tbl_get +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xf381b8b2 geni_se_resources_off +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xfef0f0ef geni_se_get_qup_hw_version +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x109dcaa9 qmp_get +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x2333aed6 qmp_put +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x9e2aa1df qmp_send +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x21cc8407 qmi_handle_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x28ac2fd2 qmi_encode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x4cd2fe40 qmi_response_type_v01_ei +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x5ab97064 qmi_add_server +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x6051451d qmi_decode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x6dc491ab qmi_txn_wait +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x751cfc05 qmi_send_response +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x7f3792da qmi_txn_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x8439ae03 qmi_send_request +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xa81fc917 qmi_send_indication +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xd3cbd990 qmi_handle_release +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xd9969d13 qmi_txn_cancel +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xf428a459 qmi_add_lookup +EXPORT_SYMBOL drivers/soc/qcom/smd-rpm 0x3abef80b qcom_rpm_smd_write +EXPORT_SYMBOL drivers/soc/qcom/wcnss_ctrl 0x06bf6f30 qcom_wcnss_open_channel +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x052273cf sdw_stream_add_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x13690a53 sdw_update +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x13cb88c4 sdw_bus_prep_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x14adfb68 sdw_bwrite_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x16d1706b sdw_prepare_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1deee061 sdw_find_row_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x2574eb6e sdw_update_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3ae08f3d sdw_nwrite +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3b0a8582 sdw_startup_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3d8d9dbf sdw_compare_devid +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x424a0f19 sdw_master_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4511f677 sdw_handle_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4afa38ed sdw_slave_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4cde88bf sdw_disable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x594b8f74 sdw_bus_master_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x60e31fbb sdw_find_col_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x64e4969e sdw_slave_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x6527a608 sdw_show_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x6c9dac3e sdw_nwrite_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x6f00f1b9 sdw_stream_remove_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x6f95b16b sdw_shutdown_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x71891d59 sdw_deprepare_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x7a124e1f sdw_read +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x8d355f54 sdw_bus_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x8f420187 sdw_stream_remove_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x95458da9 sdw_bus_master_delete +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9e122d79 sdw_alloc_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xa0d36993 sdw_bus_exit_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xa8e60201 sdw_nread_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xab3a7949 sdw_write_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xba54b904 sdw_cols +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xbbec2c2e sdw_enable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xbcaecc8f sdw_nread +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xc4ab3695 sdw_clear_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xc9eaa46c sdw_extract_slave_id +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xda5bce09 sdw_release_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xdac4252e sdw_stream_add_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xe838495c sdw_write +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xeaf20553 sdw_read_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf53ba0b8 sdw_rows +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf9324ff3 sdw_bread_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x09eb58aa sdw_cdns_clock_restart +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x11e58d40 sdw_cdns_config_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x34712074 sdw_cdns_irq +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x3d04d703 sdw_cdns_pdi_init +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x43e75d49 sdw_cdns_config_update_set_wait +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x51814757 sdw_cdns_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x639b6915 sdw_cdns_enable_interrupt +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x648c893e cdns_set_sdw_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x6ce2a6ea sdw_cdns_is_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x904565ce sdw_cdns_exit_reset +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xa1283cc3 sdw_cdns_config_update +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xb3725b10 sdw_cdns_check_self_clearing_bits +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xb6877cd0 sdw_cdns_probe +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xbb1f7289 cdns_xfer_msg +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xca93c074 cdns_xfer_msg_defer +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xd01387c7 cdns_bus_conf +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xe00beaeb cdns_read_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xf1085ef8 sdw_cdns_alloc_pdi +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xf2be2569 sdw_cdns_init +EXPORT_SYMBOL drivers/soundwire/soundwire-generic-allocation 0x2d15c2b0 sdw_compute_params +EXPORT_SYMBOL drivers/soundwire/soundwire-generic-allocation 0x43e526fe sdw_compute_slave_ports +EXPORT_SYMBOL drivers/ssb/ssb 0x1213a744 ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x24803321 ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0x2635aed8 ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0x2a18b1f4 ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0x4fa627dd ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0x5eac2714 ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0x68d2d23f ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0x74fae6a5 ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x7a85aa4a ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x82d4a866 ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x862a93fc __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0x8d11f87f ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0x8e735bfd ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0xb4d237fc ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0xb75eb8cc ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xc68af7a8 ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0xcb17f1cb ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xcc384441 ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0xcd7ae10f ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0xdfc7c6ef ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xe54623c1 ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0xfd3d74fe ssb_bus_unregister +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x09680e83 fbtft_unregister_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x09959456 fbtft_dbg_hex +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x0b53a979 fbtft_write_reg16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x14d260b2 fbtft_framebuffer_alloc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x2250ffda fbtft_write_vmem16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x265e5961 fbtft_write_spi_emulate_9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x26e1d2ec fbtft_write_buf_dc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x2a911f5a fbtft_register_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x2c79e9f9 fbtft_probe_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x2d5e7f35 fbtft_remove_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x2e9df071 fbtft_write_reg8_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x2f841e94 fbtft_write_reg8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x4169653e fbtft_write_gpio8_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x4d40cf37 fbtft_register_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x68a558b6 fbtft_write_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x6d24d116 fbtft_write_gpio16_wr_latched +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x6da11782 fbtft_framebuffer_release +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x6db57001 fbtft_init_display +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x81bef2fd fbtft_write_reg16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x83ab52d8 fbtft_write_gpio16_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xd8ad9cbc fbtft_write_vmem8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xdfee7e77 fbtft_write_vmem16_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xed3084cd fbtft_read_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xf5131649 fbtft_write_vmem16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xfe72cd02 fbtft_unregister_backlight +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x29fcf2b2 gbaudio_unregister_module +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x6c40b840 gbaudio_register_module +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0xc861ad1b gbaudio_module_update +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x82083663 adt7316_probe +EXPORT_SYMBOL drivers/staging/nvec/nvec 0x40f6eeb6 nvec_write_async +EXPORT_SYMBOL drivers/staging/nvec/nvec 0xa6f71bc6 nvec_write_sync +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x027f995a rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x145b282a dot11d_channel_map +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1db5c9d5 rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1f9dac89 rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x201657bc rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22166084 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2766cb2e rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2e2c56ce rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2f5321cf rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3980b05f rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x39a27cf7 rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x44131543 rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x477a5b0d notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x47b5faa3 rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4bb5a6ed rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4e59cb13 rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x587faa2c rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x58f7e442 rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5c4b2f86 rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5fc8570e rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x63fda226 rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6611cfd8 rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x700443d2 rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x725079c7 rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x75e82e2c rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x762380ec rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8066d09c free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x80858e44 HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x82fced11 rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x871080ef rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x89bf522a rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8a27fad5 RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8f6a56d4 rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x91642763 rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9998850a alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9e5a1f14 rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xad3b95f7 rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xaf515435 rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb4cd0985 rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc2934fed rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc8b996cc rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc9ad5d70 rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xca3a6993 rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd5989130 rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xde3a93ee rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe0f7dd28 rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe55950c5 rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xef5e9c44 rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfbdd3601 dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xff127a3b rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x232e7944 ieee80211_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x23b6b50b ieee80211_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x265159f4 ieee80211_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x28b44964 ieee80211_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x301c4330 ieee80211_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x303b7a88 ieee80211_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x31282e0d ieee80211_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x31616436 ieee80211_rx_mgt +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x37d8ce85 ieee80211_wx_get_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3fb304aa ieee80211_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3ff43e74 ieee80211_rx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x48019303 ieee80211_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4ffc1968 ieee80211_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5065034b ieee80211_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x50db2bbd ieee80211_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5ab24918 ieee80211_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6651f895 ieee80211_is_shortslot +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6a68d7a0 ieee80211_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x786ecaca dot11d_get_max_tx_pwr_in_dbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7d11a059 ieee80211_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8338212d ieee80211_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x85d03d14 ieee80211_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x87edb04c SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x921afbd8 ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x93673ffa ieee80211_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x94812392 ieee80211_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x975411ce HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9846f1f6 ieee80211_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9a6d3032 ieee80211_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9cd6e94d ieee80211_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa37de7a5 ieee80211_disassociate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa7965b79 rtl8192u_dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xaa9c4dcf ieee80211_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb147017d ieee80211_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb1611c4c ieee80211_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb85f6708 ieee80211_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbaae2b3d ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbef3b7e4 ieee80211_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbfb20230 to_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc2516209 dot11d_update_country_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc37a27f9 ieee80211_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc41f29b3 ieee80211_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcd03bc0e ieee80211_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd2aabdb5 ieee80211_softmac_xmit +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd3a62b0c ieee80211_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd46fd6e4 ieee80211_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd47f7fa2 ieee80211_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd654be66 ieee80211_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd74fab1d notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd9d70148 is_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe3372510 ieee80211_is_54g +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe8812b12 ieee80211_txb_free +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe99a9177 ieee80211_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf07c5e3f dot11d_scan_complete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfd114dff ieee80211_softmac_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfd82cb0a dot11d_reset +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0b47fca8 iscsit_build_datain_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0c9b51fc iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0d97df09 iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x12a14b22 iscsi_change_param_sprintf +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x165704bb iscsit_aborted_task +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1bf8aec5 iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2082129d iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x299f7fd8 iscsit_response_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x349399b4 iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3df04f66 iscsit_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x481fda01 iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4ee68a2d iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x52f40ae0 iscsit_add_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x56083546 iscsit_build_r2ts_for_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x56a0f935 iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x60231a21 iscsit_set_unsolicited_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x61a12617 iscsit_find_cmd_from_itt_or_dump +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x61dd9aa0 iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x623f1f41 iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x67fd7187 iscsit_free_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x731a5d51 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7cb46a1d iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x872dc43c iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9161189a iscsit_add_cmd_to_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x91bc216a iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x950b3d8f iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x98ab07c0 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9a57885a iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9d42ac00 iscsit_thread_check_cpumask +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9d7fed1a iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa1a017f4 iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa3caa490 iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa4dbe04c iscsit_get_datain_values +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa8163bc0 iscsi_target_check_login_request +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb008180e iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb3105641 iscsit_reject_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb74a9a9b iscsit_handle_snack +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc172f4af iscsit_find_cmd_from_itt +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc2f4909a iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xcd07eac5 iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd68097f5 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd7475997 iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd8bf7a0d __iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe40bd489 iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf34332f0 iscsi_find_param_from_key +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf398b625 iscsit_queue_rsp +EXPORT_SYMBOL drivers/target/target_core_mod 0x00345a77 spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x00f542d6 target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0x0139dbd9 target_nacl_find_deve +EXPORT_SYMBOL drivers/target/target_core_mod 0x01f8c50b core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x0871ffd6 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x101b44e9 transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x123ace9b transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x13bc956c target_show_dynamic_sessions +EXPORT_SYMBOL drivers/target/target_core_mod 0x142072c0 transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x1de2c628 __target_init_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x2b666969 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x3350d87b core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x38bb3899 target_set_cmd_data_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x3a20a9d7 transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x43b8daa6 target_unregister_template +EXPORT_SYMBOL drivers/target/target_core_mod 0x45fd7961 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x49284eb0 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x4ae2202b transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0x4df2ff77 transport_alloc_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x50ebbf03 sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x5381a976 sbc_dif_copy_prot +EXPORT_SYMBOL drivers/target/target_core_mod 0x54cf14ed transport_copy_sense_to_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x5551a504 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x57ba655a transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x5b2b9c18 transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x5bdb610a target_free_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0x5be8ed4f transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0x5f337cc8 target_cmd_init_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x66b88d55 transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x68e287f3 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x6aa71a1c target_stop_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x6c0953e2 target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0x71167ec6 sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x7a8aff4e transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x7fbf9475 passthrough_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x85ece831 target_lun_is_rdonly +EXPORT_SYMBOL drivers/target/target_core_mod 0x866f8f4b transport_backend_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x883443b9 passthrough_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x89104834 sbc_dif_verify +EXPORT_SYMBOL drivers/target/target_core_mod 0x9091c507 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x9ace9cd7 target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0x9b515d08 target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xa196227c target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0xa4b462fa target_backend_unregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xa7dd549a sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0xab8afb70 transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0xac29f9ab transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0xaefbcacd target_alloc_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0xafc3d303 target_undepend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0xb2ffe372 core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xb332bd1f spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0xb5c4b144 spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0xb7737ba6 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0xb7e98105 sbc_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0xb8f197ea target_setup_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xba4a361d target_remove_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xbac6b385 target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xbb8ae1d4 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xbbf8a24d target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xcf1b6f70 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xda4192f0 target_send_busy +EXPORT_SYMBOL drivers/target/target_core_mod 0xda53b40e target_tpg_has_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xe06100ba spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xe13fbd8a core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xe16e42ca core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0xe51777a0 core_allocate_nexus_loss_ua +EXPORT_SYMBOL drivers/target/target_core_mod 0xe5eed76f transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xe6098de2 transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xe630504a target_complete_cmd_with_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0xe76d3b5e target_depend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0xe7a34827 target_register_template +EXPORT_SYMBOL drivers/target/target_core_mod 0xe801c3e0 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xe8be46c3 passthrough_pr_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0xef971833 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xf20f3ae4 target_cmd_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3c2dfe0 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf5eba867 target_show_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xf5f89f65 transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0xfd858711 target_complete_cmd +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x16137c11 ufshcd_get_local_unipro_ver +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x69f8eaf0 ufshcd_runtime_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x9545d8bf ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x9665bbea ufshcd_alloc_host +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x9d7e95c1 ufshcd_system_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xc46f5efa ufshcd_system_suspend +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0xb6f71a0e tc_dwc_g210_config_20_bit +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0xbebef7c4 tc_dwc_g210_config_40_bit +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0x539a7aee ufshcd_dwc_dme_set_attrs +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0xc53c23c5 ufshcd_dwc_link_startup_notify +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0x097f0a0b usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0x25cf5d58 usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x6e78a6c9 sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x007c77f1 usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x05eb8a65 usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x31a66edf usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x4625c09a usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x53583f40 usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x78bb0c0b usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x9f3fb36e usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xc358c8dc usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xe9e120ca usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xec190594 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xf22bfbcb usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x02b26760 usb_serial_suspend +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x7b91cf17 usb_serial_resume +EXPORT_SYMBOL drivers/vdpa/vdpa 0xcfdf55a1 vdpa_set_status +EXPORT_SYMBOL drivers/vfio/vfio 0x19567d06 vfio_info_cap_shift +EXPORT_SYMBOL drivers/vfio/vfio 0x6c28be5a vfio_info_add_capability +EXPORT_SYMBOL drivers/vfio/vfio 0x815e289e vfio_unpin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0xa22edc3c vfio_dma_rw +EXPORT_SYMBOL drivers/vfio/vfio 0xadc044b7 vfio_set_irqs_validate_and_prepare +EXPORT_SYMBOL drivers/vfio/vfio 0xb317f603 vfio_pin_pages +EXPORT_SYMBOL drivers/vhost/vhost 0x083be96c vhost_chr_write_iter +EXPORT_SYMBOL drivers/vhost/vhost 0x293b4043 vhost_chr_poll +EXPORT_SYMBOL drivers/vhost/vringh 0x22535a6e vringh_abandon_user +EXPORT_SYMBOL drivers/vhost/vringh 0x22f44e7d vringh_getdesc_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x31848eae vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0x372fd6c2 vringh_init_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3a5d8ed7 vringh_getdesc_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3b304ebb vringh_iov_push_user +EXPORT_SYMBOL drivers/vhost/vringh 0x4311cd91 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0x52bae5f4 vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x660779c8 vringh_kiov_advance +EXPORT_SYMBOL drivers/vhost/vringh 0x6bcdc931 vringh_complete_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x6bf1b1c2 vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0x7eaceeaa vringh_init_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x8f8840e8 vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x932af7d7 vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x964ca823 vringh_iov_push_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x97fa07e9 vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x9a775e41 vringh_init_iotlb_va +EXPORT_SYMBOL drivers/vhost/vringh 0x9a81a3f6 vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x9bdd89ae vringh_abandon_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x9f597502 vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xacec70e7 vringh_need_notify_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xb98c2548 vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xbb2391f3 vringh_notify_enable_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xbdb0df4e vringh_set_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xc33f4090 vringh_iov_pull_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xc467f54a vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xc5a7eb98 vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xcc0cbfb9 vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0xd8535ad6 vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xde804bb9 vringh_iov_pull_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xe08ccbed vringh_notify_disable_iotlb +EXPORT_SYMBOL drivers/video/backlight/lcd 0x35bb5e7c devm_lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0x45108b83 lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0x76bd31c9 lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xef327dbf devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x17f3f471 svga_set_default_seq_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x1be6dc30 svga_set_textmode_vga_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x2ce66580 svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x35db3aeb svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x3ba9b18d svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x3ec3bcc7 svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x446d703d svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x7904402f svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x83a41489 svga_set_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x84c337c2 svga_wcrt_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x84c97d2a svga_match_format +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x9a7180c1 svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xb0ab2b2e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd6ec2c44 svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xdcc5a013 svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x0cc3ede5 cyber2000fb_detach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x534b6f18 cyber2000fb_disable_extregs +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x6a2fd382 cyber2000fb_attach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0xb39f68d1 cyber2000fb_enable_extregs +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0x233917d1 mac_vmode_to_var +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0x38e39ea9 mac_find_mode +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x3d2901f9 matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x73b101b6 matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xf8ec39b9 g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x432e85a0 matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x943018df matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xa56885cd DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xd6cc8c37 DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0x4610fbf7 matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0x535c600b matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x13f5bb21 matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x49d5c97e matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xb856697b matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xf0f8f453 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x776d9d6a matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xfd3f2ea1 matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x0b7ed5ba matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x47b9914b matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x6a953016 matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xb8badf4d matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xbdce8894 matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x3037658e sis_malloc +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0xfe963115 sis_free +EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga +EXPORT_SYMBOL drivers/video/vgastate 0xe7a2620e save_vga +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x6c79d393 virtio_dma_buf_export +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x9a39215f virtio_dma_buf_attach +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xe45d1a22 virtio_dma_buf_get_uuid +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xef9fcdc2 is_virtio_dma_buf +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x0d5844bd w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xde0d0d92 w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xa0d31d5c w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xf0f1b7d2 w1_ds2781_io +EXPORT_SYMBOL drivers/w1/wire 0x87761e45 w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0x9e0b4428 w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0xe03b0d8c w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0xfe66e855 w1_add_master_device +EXPORT_SYMBOL fs/fscache/fscache 0x02907430 __fscache_write_to_cache +EXPORT_SYMBOL fs/fscache/fscache 0x1a0d09e7 fscache_n_write +EXPORT_SYMBOL fs/fscache/fscache 0x21a608ed __fscache_begin_write_operation +EXPORT_SYMBOL fs/fscache/fscache 0x234a140d __traceiter_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x2593fd79 fscache_wait_for_operation +EXPORT_SYMBOL fs/fscache/fscache 0x2b389369 __tracepoint_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0x306805d3 __SCK__tp_func_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x335056b5 fscache_dirty_folio +EXPORT_SYMBOL fs/fscache/fscache 0x386761f8 fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0x429befb4 fscache_end_volume_access +EXPORT_SYMBOL fs/fscache/fscache 0x4404d2aa fscache_n_no_create_space +EXPORT_SYMBOL fs/fscache/fscache 0x4996bd29 fscache_n_updates +EXPORT_SYMBOL fs/fscache/fscache 0x4bd084ba __SCK__tp_func_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0x4c6dbac1 __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x53e75ad0 __fscache_begin_read_operation +EXPORT_SYMBOL fs/fscache/fscache 0x557a775f fscache_addremove_sem +EXPORT_SYMBOL fs/fscache/fscache 0x6e416521 __SCK__tp_func_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x71fb0e58 __tracepoint_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x73e69e7c __fscache_unuse_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x77e19a42 __tracepoint_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x81c2c66e fscache_acquire_cache +EXPORT_SYMBOL fs/fscache/fscache 0x888013f9 __fscache_acquire_volume +EXPORT_SYMBOL fs/fscache/fscache 0x89f7284f fscache_end_cookie_access +EXPORT_SYMBOL fs/fscache/fscache 0x8c2d6da7 fscache_clearance_waiters +EXPORT_SYMBOL fs/fscache/fscache 0x90b0f1e3 __fscache_use_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x90d447f3 fscache_n_culled +EXPORT_SYMBOL fs/fscache/fscache 0x944527c2 fscache_withdraw_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x9ffefcb2 fscache_n_read +EXPORT_SYMBOL fs/fscache/fscache 0xa2e99b54 fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0xa70dbd35 fscache_resume_after_invalidation +EXPORT_SYMBOL fs/fscache/fscache 0xae6040a5 __traceiter_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0xaed613ac __fscache_relinquish_volume +EXPORT_SYMBOL fs/fscache/fscache 0xbca46908 fscache_wq +EXPORT_SYMBOL fs/fscache/fscache 0xbf2175eb fscache_get_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xc148c100 fscache_withdraw_volume +EXPORT_SYMBOL fs/fscache/fscache 0xc192d7b4 __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0xcce11a60 fscache_n_no_write_space +EXPORT_SYMBOL fs/fscache/fscache 0xcfb9881b fscache_relinquish_cache +EXPORT_SYMBOL fs/fscache/fscache 0xdca85ec0 __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xdcb87498 __traceiter_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0xdebd5278 __fscache_clear_page_bits +EXPORT_SYMBOL fs/fscache/fscache 0xdfe7c129 __fscache_resize_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xe95d3fe6 fscache_caching_failed +EXPORT_SYMBOL fs/fscache/fscache 0xeeebb7e8 fscache_put_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xf2e0e746 fscache_cookie_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0xfefa8a3a fscache_withdraw_cache +EXPORT_SYMBOL fs/netfs/netfs 0x3dced1e8 netfs_read_folio +EXPORT_SYMBOL fs/netfs/netfs 0x46781b46 netfs_write_begin +EXPORT_SYMBOL fs/netfs/netfs 0x551c812c netfs_subreq_terminated +EXPORT_SYMBOL fs/netfs/netfs 0x55d29d3e netfs_stats_show +EXPORT_SYMBOL fs/netfs/netfs 0xf3ddc31f netfs_readahead +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x3edad1cc qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x74faced3 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xa63a0ab4 qtree_get_next_id +EXPORT_SYMBOL fs/quota/quota_tree 0xa9fc7b62 qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xaf86e4e4 qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0xec96a39f qtree_delete_dquot +EXPORT_SYMBOL lib/crc-itu-t 0x09a34a2b crc_itu_t +EXPORT_SYMBOL lib/crc-itu-t 0xd819a524 crc_itu_t_table +EXPORT_SYMBOL lib/crc7 0x65aaf037 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc7 0xba55d23e crc7_be +EXPORT_SYMBOL lib/crypto/libarc4 0x2bb32ad1 arc4_setkey +EXPORT_SYMBOL lib/crypto/libarc4 0xcd47fcc4 arc4_crypt +EXPORT_SYMBOL lib/crypto/libchacha 0xcec122d7 chacha_crypt_generic +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x147c3f2e chacha20poly1305_encrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x521c7102 xchacha20poly1305_decrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x6c713da5 chacha20poly1305_encrypt_sg_inplace +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x916491ac chacha20poly1305_decrypt_sg_inplace +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0xc20134e7 chacha20poly1305_decrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0xce15a526 xchacha20poly1305_encrypt +EXPORT_SYMBOL lib/crypto/libcurve25519-generic 0x12627f15 curve25519_generic +EXPORT_SYMBOL lib/crypto/libcurve25519-generic 0x4a5a8811 curve25519_null_point +EXPORT_SYMBOL lib/crypto/libcurve25519-generic 0x7e6fdbfc curve25519_base_point +EXPORT_SYMBOL lib/crypto/libpoly1305 0x021f3700 poly1305_core_blocks +EXPORT_SYMBOL lib/crypto/libpoly1305 0xbcb90cb3 poly1305_core_emit +EXPORT_SYMBOL lib/crypto/libpoly1305 0xd45b9cf4 poly1305_core_setkey +EXPORT_SYMBOL lib/libcrc32c 0xb15b4109 crc32c +EXPORT_SYMBOL lib/lru_cache 0x0cb562e6 lc_put +EXPORT_SYMBOL lib/lru_cache 0x12de578e lc_committed +EXPORT_SYMBOL lib/lru_cache 0x1d2ebc6a lc_get +EXPORT_SYMBOL lib/lru_cache 0x2675693b lc_del +EXPORT_SYMBOL lib/lru_cache 0x50f72810 lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0x75e88edc lc_destroy +EXPORT_SYMBOL lib/lru_cache 0x96d40a48 lc_try_get +EXPORT_SYMBOL lib/lru_cache 0xa79000a0 lc_is_used +EXPORT_SYMBOL lib/lru_cache 0xaeb959aa lc_create +EXPORT_SYMBOL lib/lru_cache 0xbe528bff lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0xbf18a077 lc_reset +EXPORT_SYMBOL lib/lru_cache 0xc4d8d7a4 lc_find +EXPORT_SYMBOL lib/lru_cache 0xdbdee578 lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0xf0e20f9b lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0xfba16232 lc_get_cumulative +EXPORT_SYMBOL lib/lz4/lz4_compress 0x4f4d78c5 LZ4_compress_default +EXPORT_SYMBOL lib/lz4/lz4_compress 0x5bc92e85 LZ4_compress_destSize +EXPORT_SYMBOL lib/lz4/lz4_compress 0x6004858d LZ4_compress_fast +EXPORT_SYMBOL lib/lz4/lz4_compress 0x635ff76d LZ4_saveDict +EXPORT_SYMBOL lib/lz4/lz4_compress 0x749849d8 LZ4_loadDict +EXPORT_SYMBOL lib/lz4/lz4_compress 0xf9eced44 LZ4_compress_fast_continue +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x38f7b6e0 LZ4_compress_HC_continue +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x93ff008c LZ4_loadDictHC +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x9cef495b LZ4_saveDictHC +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0xddf86133 LZ4_compress_HC +EXPORT_SYMBOL lib/math/cordic 0x7e431c15 cordic_calc_iq +EXPORT_SYMBOL lib/objagg 0x0363233d objagg_obj_raw +EXPORT_SYMBOL lib/objagg 0x23865923 objagg_destroy +EXPORT_SYMBOL lib/objagg 0x24ca5ca9 objagg_obj_root_priv +EXPORT_SYMBOL lib/objagg 0x342aefe2 objagg_obj_delta_priv +EXPORT_SYMBOL lib/objagg 0x352633f4 objagg_hints_stats_get +EXPORT_SYMBOL lib/objagg 0x3c58e78f objagg_hints_put +EXPORT_SYMBOL lib/objagg 0x6691f29d objagg_obj_put +EXPORT_SYMBOL lib/objagg 0x679e8cc2 objagg_create +EXPORT_SYMBOL lib/objagg 0xb17ab162 objagg_obj_get +EXPORT_SYMBOL lib/objagg 0xdaa3ee68 objagg_stats_get +EXPORT_SYMBOL lib/objagg 0xf5511527 objagg_stats_put +EXPORT_SYMBOL lib/objagg 0xfaa9d1a8 objagg_hints_get +EXPORT_SYMBOL lib/parman 0x0f518717 parman_prio_init +EXPORT_SYMBOL lib/parman 0x7b03d378 parman_item_add +EXPORT_SYMBOL lib/parman 0x8b7e26f5 parman_item_remove +EXPORT_SYMBOL lib/parman 0xc3e2d892 parman_create +EXPORT_SYMBOL lib/parman 0xc6a3d260 parman_prio_fini +EXPORT_SYMBOL lib/parman 0xca39ae6a parman_destroy +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0b2c64a3 raid6_vgfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x17f54263 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x2b4846a1 raid6_empty_zero_page +EXPORT_SYMBOL lib/raid6/raid6_pq 0x59a2712d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0xc8e3332b raid6_gflog +EXPORT_SYMBOL lib/raid6/raid6_pq 0xcc4ee841 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd91319d6 raid6_gfmul +EXPORT_SYMBOL net/6lowpan/6lowpan 0x1928aeb0 lowpan_register_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0x3fc4932b lowpan_register_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0xac05333c lowpan_nhc_add +EXPORT_SYMBOL net/6lowpan/6lowpan 0xce0a7837 lowpan_unregister_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0xe2e43f18 lowpan_unregister_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0xe8be91e3 lowpan_nhc_del +EXPORT_SYMBOL net/802/p8022 0x2af727e7 register_8022_client +EXPORT_SYMBOL net/802/p8022 0xf330bcb3 unregister_8022_client +EXPORT_SYMBOL net/802/psnap 0xc2976887 register_snap_client +EXPORT_SYMBOL net/802/psnap 0xc8d873c3 unregister_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x016e145b p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x07956da5 p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0x0ebed9a4 p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x1525aab6 p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0x1828b4a9 p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0x23b944c6 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x352599b1 p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x3f044ad2 p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0x41ce9823 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0x4953836f p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0x4975ad32 p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0x4a67d1b9 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x4ba99359 p9_fcall_fini +EXPORT_SYMBOL net/9p/9pnet 0x4cfa72fe v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0x4d890418 do_trace_9p_fid_put +EXPORT_SYMBOL net/9p/9pnet 0x4e2bb3e4 p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0x53244923 p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0x53f6390c do_trace_9p_fid_get +EXPORT_SYMBOL net/9p/9pnet 0x5659fd1a p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0x691139a6 p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0x742d9978 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0x761cad64 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x768f7ae9 p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0x820e8544 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0x841dfede v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0x8d828099 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0x8dd76d7d p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0x9475071a p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x95bd8f96 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x9c2c6dbb p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0x9d6d1909 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0xa2e4bcfb p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0xa2f733bf p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0xa9ba78b0 v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0xadebf915 __traceiter_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xb1ba73ff p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0xb34a71eb p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0xb55ae777 __SCK__tp_func_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xbac5a7ae p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xbc052ad6 p9_client_read_once +EXPORT_SYMBOL net/9p/9pnet 0xc3ddef06 p9_req_put +EXPORT_SYMBOL net/9p/9pnet 0xcb334f80 p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0xcd9ec822 p9_show_client_options +EXPORT_SYMBOL net/9p/9pnet 0xd00dd951 p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0xd384c683 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0xdbb425a5 p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0xdfff1c63 p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0xe11a5eb0 p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0xe3a6e410 p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xe6384bab p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xee437897 __tracepoint_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xf88c9627 p9_client_walk +EXPORT_SYMBOL net/appletalk/appletalk 0x40bdbd2f aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0x903b6c1c alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0x96e0105e atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0xabb3ffd2 atalk_find_dev_addr +EXPORT_SYMBOL net/atm/atm 0x0830bdea vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0x11b154f8 register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x1395eaf7 atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x32388fb7 vcc_release_async +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x44c6e633 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0x4f7e01de deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x558574b8 atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0x6763d31c atm_dev_register +EXPORT_SYMBOL net/atm/atm 0x7df7c128 atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0x844cd251 vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0x947e0ddc atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xcb831267 atm_charge +EXPORT_SYMBOL net/atm/atm 0xe8cd2dd0 atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0xea1862eb atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/ax25/ax25 0x11281652 ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0x14cecd59 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x176b1dbc ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0x1cea9bf8 ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x2a6add17 ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0x2e0f64a5 ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0x39d1046a ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x64c41c67 ax25_ip_xmit +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xee02e420 ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0xf217732b ax25_header_ops +EXPORT_SYMBOL net/bluetooth/bluetooth 0x00fcf661 hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x02d8f30e hci_mgmt_chan_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x03dd9e87 bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x04199e61 hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0718b8b7 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x076c299d hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0f42c3b2 hci_recv_diag +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1d1d8c4b bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1d46ff8f bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x214e4265 bt_warn +EXPORT_SYMBOL net/bluetooth/bluetooth 0x250f0035 __hci_cmd_sync_status +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2c4f92e4 hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2e47a2fc __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2e847f91 hci_devcd_append_pattern +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2f7be99f bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x33530671 hci_reset_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3700cacd hci_devcd_append +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3a708519 hci_devcd_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3d829683 hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4043bda1 bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4287ee08 __hci_cmd_send +EXPORT_SYMBOL net/bluetooth/bluetooth 0x45552ff0 hci_devcd_abort +EXPORT_SYMBOL net/bluetooth/bluetooth 0x47e0b5a0 bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4bf8cf88 l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4fb8641a __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5d3e4bfc hci_devcd_complete +EXPORT_SYMBOL net/bluetooth/bluetooth 0x71e8caf5 hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x78a8edc6 l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x796d1852 hci_set_hw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7aad008b bt_to_errno +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7b5ce5c3 baswap +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7b8c32f1 bt_err +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7bd9427a bt_status +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8ae34d0d bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8c248054 l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8df93134 hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9c8320ef hci_devcd_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9d68051b hci_cmd_sync_submit +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa36d67be hci_devcd_rx +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa42753c1 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa60137a1 hci_devcd_timeout +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa913b03e l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0xaf72706b hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb0c39c66 hci_release_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb18b9cfa __hci_cmd_sync_status_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb596771c hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb95d7e10 hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0xba37de12 bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbac9a086 l2cap_chan_close +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbb691dba hci_cmd_sync_cancel +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbc96edac hci_cmd_sync_queue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc01c7afa hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc47d4622 bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc6bc0dc9 bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc97ff2d7 __hci_cmd_sync_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd5bff390 l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd7613212 bt_err_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdad25c32 hci_mgmt_chan_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0xddacccf6 bt_warn_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe19c26cc hci_alloc_dev_priv +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe1c899f2 bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe33695b1 bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe3626f02 hci_set_fw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0xed2720d1 bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0xed491b95 bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf2e787da hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf38da836 bt_sock_register +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x06ee46fc ebt_unregister_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x41e103cf ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x48c6173e ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x882b03bc ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xa592c85b ebt_unregister_table_pre_exit +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xea9cd90a ebt_register_template +EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt +EXPORT_SYMBOL net/caif/caif 0x2a09f713 cfpkt_fromnative +EXPORT_SYMBOL net/caif/caif 0x329dbd06 cfpkt_info +EXPORT_SYMBOL net/caif/caif 0x34873fa3 caif_connect_client +EXPORT_SYMBOL net/caif/caif 0x38701a7c cfcnfg_del_phy_layer +EXPORT_SYMBOL net/caif/caif 0x3fa84493 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x40babbe0 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x70ecf75a caif_disconnect_client +EXPORT_SYMBOL net/caif/caif 0x74ad7f5d caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0x81389de4 cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xf95cf1a2 get_cfcnfg +EXPORT_SYMBOL net/can/can 0x346a3b5b can_send +EXPORT_SYMBOL net/can/can 0x5f4049bf can_rx_unregister +EXPORT_SYMBOL net/can/can 0x9228569c can_proto_unregister +EXPORT_SYMBOL net/can/can 0xdd785065 can_sock_destruct +EXPORT_SYMBOL net/can/can 0xdee145fa can_proto_register +EXPORT_SYMBOL net/can/can 0xed4e1575 can_rx_register +EXPORT_SYMBOL net/ceph/libceph 0x0254984d ceph_parse_param +EXPORT_SYMBOL net/ceph/libceph 0x027b071e ceph_msg_data_add_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x0473175c ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0x04cad6f0 ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x08e0518c ceph_monc_renew_subs +EXPORT_SYMBOL net/ceph/libceph 0x0a4b51a1 osd_req_op_extent_osd_data_bvec_pos +EXPORT_SYMBOL net/ceph/libceph 0x0a77c599 ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x0af90148 ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0x0beb2fae ceph_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x1378aba3 ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0x14808cb1 ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0x165b1948 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0x17c17611 ceph_pg_to_acting_primary +EXPORT_SYMBOL net/ceph/libceph 0x1b577705 ceph_monc_got_map +EXPORT_SYMBOL net/ceph/libceph 0x1b80b4e3 ceph_osdc_get_request +EXPORT_SYMBOL net/ceph/libceph 0x1df84b0b ceph_osdc_notify +EXPORT_SYMBOL net/ceph/libceph 0x1f7b3007 ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x2087719e ceph_oid_copy +EXPORT_SYMBOL net/ceph/libceph 0x2101cbc9 ceph_oid_destroy +EXPORT_SYMBOL net/ceph/libceph 0x284c6ed1 ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0x2a983d26 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x2d46d32f ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0x31cf399a osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0x31db4cc3 ceph_auth_add_authorizer_challenge +EXPORT_SYMBOL net/ceph/libceph 0x35316a0f ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x364317eb osd_req_op_extent_osd_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x3714d4b6 ceph_osdc_call +EXPORT_SYMBOL net/ceph/libceph 0x38f2d94e ceph_file_to_extents +EXPORT_SYMBOL net/ceph/libceph 0x3ac0bc6a ceph_msg_new2 +EXPORT_SYMBOL net/ceph/libceph 0x3ac725b2 ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x3acb9a4e ceph_osdc_clear_abort_err +EXPORT_SYMBOL net/ceph/libceph 0x3b43a7ab ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x3c8d7111 ceph_get_num_objects +EXPORT_SYMBOL net/ceph/libceph 0x3f36a732 ceph_print_client_options +EXPORT_SYMBOL net/ceph/libceph 0x417a9131 ceph_oloc_destroy +EXPORT_SYMBOL net/ceph/libceph 0x41aad092 osd_req_op_extent_dup_last +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x4867cfd2 ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x4affd6c2 ceph_parse_fsid +EXPORT_SYMBOL net/ceph/libceph 0x4e1114ed ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x4fba8986 ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0x50603ce3 ceph_decode_entity_addrvec +EXPORT_SYMBOL net/ceph/libceph 0x5765b38d ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x585117c4 osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x5a991068 osd_req_op_extent_osd_iter +EXPORT_SYMBOL net/ceph/libceph 0x5aeeee62 ceph_oid_aprintf +EXPORT_SYMBOL net/ceph/libceph 0x5b96df08 ceph_auth_handle_svc_reply_more +EXPORT_SYMBOL net/ceph/libceph 0x5df6ad23 ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0x5ef2c1a4 ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x5fbc6846 osd_req_op_copy_from_init +EXPORT_SYMBOL net/ceph/libceph 0x605422f8 osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x63a90c19 ceph_osdc_notify_ack +EXPORT_SYMBOL net/ceph/libceph 0x63e5da3c ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0x68c8bcd2 ceph_osdc_alloc_messages +EXPORT_SYMBOL net/ceph/libceph 0x6a7a38a0 ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x6c8940bd ceph_monc_blocklist_add +EXPORT_SYMBOL net/ceph/libceph 0x6e906d6c ceph_osdc_unwatch +EXPORT_SYMBOL net/ceph/libceph 0x76167be6 ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0x77c84c74 osd_req_op_xattr_init +EXPORT_SYMBOL net/ceph/libceph 0x780ce717 ceph_msg_get +EXPORT_SYMBOL net/ceph/libceph 0x7cfd87d8 osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x7d089a32 osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0x7d53ceb1 ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x7e18d42b osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x7f4ff736 ceph_osdc_list_watchers +EXPORT_SYMBOL net/ceph/libceph 0x7fc5e3e7 ceph_monc_get_version_async +EXPORT_SYMBOL net/ceph/libceph 0x807b8867 ceph_auth_handle_svc_reply_done +EXPORT_SYMBOL net/ceph/libceph 0x80f69a1d ceph_cls_lock_info +EXPORT_SYMBOL net/ceph/libceph 0x86fca7e4 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x8a84a0aa ceph_auth_handle_bad_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x9139374e ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0x922ca479 ceph_osdc_put_request +EXPORT_SYMBOL net/ceph/libceph 0x92b7b4ce ceph_pg_pool_flags +EXPORT_SYMBOL net/ceph/libceph 0x9340e870 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x937209bb osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x97c7690c ceph_osdc_maybe_request_map +EXPORT_SYMBOL net/ceph/libceph 0x987d3968 ceph_alloc_options +EXPORT_SYMBOL net/ceph/libceph 0x9bc6b539 ceph_find_or_create_string +EXPORT_SYMBOL net/ceph/libceph 0x9bf73567 ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0x9ca95932 ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x9ccdd40a ceph_osdc_watch +EXPORT_SYMBOL net/ceph/libceph 0x9ef851d2 ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x9fbba67f ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0x9fefa3cb ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0xa4d54909 osd_req_op_cls_request_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0xa5fa6287 ceph_osdc_cancel_request +EXPORT_SYMBOL net/ceph/libceph 0xa698f998 ceph_free_lockers +EXPORT_SYMBOL net/ceph/libceph 0xa8c54eae __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xaa9a92c5 __ceph_alloc_sparse_ext_map +EXPORT_SYMBOL net/ceph/libceph 0xabddf719 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0xac966112 ceph_wait_for_latest_osdmap +EXPORT_SYMBOL net/ceph/libceph 0xad1d3211 osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0xad703657 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb00d3080 ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0xb07001b9 ceph_cls_lock +EXPORT_SYMBOL net/ceph/libceph 0xb1590000 ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xb41c65bf ceph_client_gid +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb722b717 osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xb72c162e ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xb864c0f3 ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0xbb06af35 __ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xbd2f79ae ceph_oloc_copy +EXPORT_SYMBOL net/ceph/libceph 0xbd8805fa osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0xbdc91a89 ceph_msg_put +EXPORT_SYMBOL net/ceph/libceph 0xbddf817d ceph_osdc_update_epoch_barrier +EXPORT_SYMBOL net/ceph/libceph 0xbe3879aa ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xc3217ed4 ceph_cls_unlock +EXPORT_SYMBOL net/ceph/libceph 0xc366bfa1 ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0xc6a522da osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0xc8708ad0 ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0xc97a4ceb ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0xca80437b ceph_extent_to_file +EXPORT_SYMBOL net/ceph/libceph 0xcb354fa7 ceph_parse_mon_ips +EXPORT_SYMBOL net/ceph/libceph 0xcc9dab26 ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0xce8c6fbd osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0xd16ecd98 ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0xd4d736db ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0xd4eb7735 ceph_decode_entity_addr +EXPORT_SYMBOL net/ceph/libceph 0xd5bf3379 ceph_cls_break_lock +EXPORT_SYMBOL net/ceph/libceph 0xd76d62fe ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xd8decdf1 ceph_monc_want_map +EXPORT_SYMBOL net/ceph/libceph 0xdf6ef4a1 ceph_oid_printf +EXPORT_SYMBOL net/ceph/libceph 0xdfc091f9 ceph_entity_type_name +EXPORT_SYMBOL net/ceph/libceph 0xe05315ec ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xe0b840cc ceph_reset_client_addr +EXPORT_SYMBOL net/ceph/libceph 0xe1a2a0e1 ceph_cls_assert_locked +EXPORT_SYMBOL net/ceph/libceph 0xe2192ea0 ceph_monc_get_version +EXPORT_SYMBOL net/ceph/libceph 0xe34a59f2 ceph_object_locator_to_pg +EXPORT_SYMBOL net/ceph/libceph 0xe45d82c7 ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0xe76e7226 ceph_pagelist_alloc +EXPORT_SYMBOL net/ceph/libceph 0xead46697 ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0xeca59572 ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0xee120c03 ceph_release_string +EXPORT_SYMBOL net/ceph/libceph 0xeef6cfa3 ceph_iterate_extents +EXPORT_SYMBOL net/ceph/libceph 0xefce3c3b ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0xefce991c ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0xefd57baf ceph_osdc_abort_requests +EXPORT_SYMBOL net/ceph/libceph 0xf009777d osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0xf03fe862 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0xf254297e ceph_addr_is_blank +EXPORT_SYMBOL net/ceph/libceph 0xf377e89b ceph_cls_set_cookie +EXPORT_SYMBOL net/ceph/libceph 0xf3780b5f ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0xf894365a ceph_check_fsid +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x4149d3ab dccp_syn_ack_timeout +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x7b58f089 dccp_req_err +EXPORT_SYMBOL net/hsr/hsr 0x1d5ee4e6 hsr_get_version +EXPORT_SYMBOL net/hsr/hsr 0xab53465d is_hsr_master +EXPORT_SYMBOL net/ieee802154/ieee802154 0x399f6d3c wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0x46b9179d wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0x4adfdc5b wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0x5476a823 wpan_phy_new +EXPORT_SYMBOL net/ieee802154/ieee802154 0x897161e2 wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0xeedd1593 wpan_phy_find +EXPORT_SYMBOL net/ipv4/fou 0x1757d1a4 fou_encap_hlen +EXPORT_SYMBOL net/ipv4/fou 0x8075c492 __gue_build_header +EXPORT_SYMBOL net/ipv4/fou 0x9bcda5f9 __fou_build_header +EXPORT_SYMBOL net/ipv4/fou 0xf13914b3 gue_encap_hlen +EXPORT_SYMBOL net/ipv4/gre 0x71447a9c gre_parse_header +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x1a231191 ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x3363ca16 ip_tunnel_get_iflink +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x58fcc1e4 ip_tunnel_encap_add_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xba3a65ec ip_tunnel_md_udp_encap +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xbbdd333f ip_tunnel_encap_del_ops +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x1ac71e09 arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x7c1231b9 arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x7d96334f arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xcca0954b arpt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x42fc6e24 ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xb87f8349 ipt_unregister_table_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xe02b4cb7 ipt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xf77ae618 ipt_do_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x44a0bb3c xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/tunnel4 0xdadcb8a0 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/udp_tunnel 0x66af8714 udp_sock_create4 +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x00ff5567 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x31cdcf8e ip6_tnl_change_mtu +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x3d54ffd7 ip6_tnl_encap_add_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x56b23f2a ip6_tnl_encap_del_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x9a54752f ip6_tnl_rcv +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xa03f06e3 ip6_tnl_xmit +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xacf27467 ip6_tnl_get_link_net +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xdebe011b ip6_tnl_get_iflink +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xe9a2ae66 ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x00b7faad ip6t_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x39c63cd5 ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x48f1e33b ip6t_unregister_table_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xaee9d72f ip6t_register_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x01581101 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/tunnel6 0xf86557b0 xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x3450c2e3 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x774271f8 xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/lapb/lapb 0x082bcad9 lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0x181af7a1 lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0x2e8ad7bf lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0x2e957721 lapb_register +EXPORT_SYMBOL net/lapb/lapb 0x353568e2 lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0x484ba918 lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0x4d25c853 lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0xaec57b66 lapb_unregister +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x3be53869 llc_add_pack +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x6738c27f llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0x73482dfb llc_sap_open +EXPORT_SYMBOL net/llc/llc 0x93726a46 llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0x93e99f67 llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0xef153a25 llc_sap_close +EXPORT_SYMBOL net/llc/llc 0xf575f038 llc_sap_find +EXPORT_SYMBOL net/mac80211/mac80211 0x04de3394 ieee80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x050f3c58 ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0x1237f3a8 ieee80211_txq_airtime_check +EXPORT_SYMBOL net/mac80211/mac80211 0x13879c05 ieee80211_sta_register_airtime +EXPORT_SYMBOL net/mac80211/mac80211 0x140800b7 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x14b5b73e ieee80211_tx_status_ext +EXPORT_SYMBOL net/mac80211/mac80211 0x191137f6 ieee80211_sta_recalc_aggregates +EXPORT_SYMBOL net/mac80211/mac80211 0x19f37f0d ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x1b32bb63 ieee80211_get_unsol_bcast_probe_resp_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0x1cf75d45 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x1d072b4f ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x1f1fc731 ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0x22270bef ieee80211_beacon_cntdwn_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x228d7ab9 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x22e1a986 ieee80211_iter_keys_rcu +EXPORT_SYMBOL net/mac80211/mac80211 0x2a05de57 ieee80211_tx_rate_update +EXPORT_SYMBOL net/mac80211/mac80211 0x2a766833 ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x2b010284 ieee80211_next_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x2b872cb4 ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x2cb1e530 ieee80211_beacon_update_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0x2dbd8ebd ieee80211_beacon_free_ema_list +EXPORT_SYMBOL net/mac80211/mac80211 0x391eda45 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0x3b09437a ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x3bbf3645 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0x3e87e989 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0x4151b5ce ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x43ea82bb ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x46f0fb07 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0x4933e985 ieee80211_txq_schedule_start +EXPORT_SYMBOL net/mac80211/mac80211 0x49622baf __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x4edefd6a ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x511aa5ca ieee80211_sta_uapsd_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x51983758 ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x536d5f34 ieee80211_sta_pspoll +EXPORT_SYMBOL net/mac80211/mac80211 0x55823fde ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0x56800919 ieee80211_txq_may_transmit +EXPORT_SYMBOL net/mac80211/mac80211 0x59324ebd ieee80211_send_eosp_nullfunc +EXPORT_SYMBOL net/mac80211/mac80211 0x5b55c7f0 ieee80211_rx_list +EXPORT_SYMBOL net/mac80211/mac80211 0x5fa90a2b ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x6052105e ieee80211_nan_func_terminated +EXPORT_SYMBOL net/mac80211/mac80211 0x63aa2c18 ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x6423f5ab ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x6466a307 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0x695c1019 ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0x7347a6e2 ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x73c72572 ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0x75f991f5 rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x77fc932b ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0x7fde6c4a ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0x81107ccb ieee80211_rx_napi +EXPORT_SYMBOL net/mac80211/mac80211 0x840c7d63 __ieee80211_schedule_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x899bc23d ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0x8b460ee9 ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x8cc090dd __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x8ffd719e ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x95febea6 ieee80211_get_bssid +EXPORT_SYMBOL net/mac80211/mac80211 0x96391873 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0x96962fad ieee80211_channel_switch_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0x96cae30d ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0x991a0ca0 ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x9987560b ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0x9ba21c9a ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xa01e608f ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0xa363178b ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xa453a53f ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xa85489ef ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0xa8d9a620 ieee80211_tx_dequeue +EXPORT_SYMBOL net/mac80211/mac80211 0xabd672d5 ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xaeb9a917 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xb1cc8b3c __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xb1d9a4fc ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0xb2aa19b2 ieee80211_beacon_get_template_ema_list +EXPORT_SYMBOL net/mac80211/mac80211 0xb3669ba0 ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0xb39977e4 ieee80211_txq_get_depth +EXPORT_SYMBOL net/mac80211/mac80211 0xb5322e8e ieee80211_handle_wake_tx_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xb6137144 ieee80211_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0xb94aeffe ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0xba90f99b ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xbad8478c ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0xbbc307df ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xbddd3b4f ieee80211_nan_func_match +EXPORT_SYMBOL net/mac80211/mac80211 0xc21ccc8a ieee80211_reserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0xc2221d14 ieee80211_get_fils_discovery_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0xc9883e54 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xcbfd5dc3 ieee80211_unreserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0xcc6dab3a ieee80211_manage_rx_ba_offl +EXPORT_SYMBOL net/mac80211/mac80211 0xcd353bc8 ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0xce2f69b3 ieee80211_refresh_tx_agg_session_timer +EXPORT_SYMBOL net/mac80211/mac80211 0xcea3ed1b ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0xcfe21b6f ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0xd33758d4 ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xd38e4eec ieee80211_tdls_oper_request +EXPORT_SYMBOL net/mac80211/mac80211 0xd49484cd __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xdbbbc544 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xdc630e89 ieee80211_rx_ba_timer_expired +EXPORT_SYMBOL net/mac80211/mac80211 0xdcad6b32 ieee80211_beacon_set_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0xdf1c4e65 wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xe0dab121 ieee80211_beacon_get_template_ema_index +EXPORT_SYMBOL net/mac80211/mac80211 0xe3039232 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xe37b0c92 ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0xe440caa6 ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0xe6241644 ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xec4063e6 __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xec824646 ieee80211_mark_rx_ba_filtered_frames +EXPORT_SYMBOL net/mac80211/mac80211 0xed87b2cf ieee80211_alloc_hw_nm +EXPORT_SYMBOL net/mac80211/mac80211 0xf036ef34 ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0xf32f3768 ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xf426756f ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xf9e2774b ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xfd901234 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac802154/mac802154 0x02661ee4 ieee802154_alloc_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x0920c206 ieee802154_configure_durations +EXPORT_SYMBOL net/mac802154/mac802154 0x13a4cb10 ieee802154_xmit_error +EXPORT_SYMBOL net/mac802154/mac802154 0x2386e77a ieee802154_unregister_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x3c8472e7 ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0x43b614e7 ieee802154_xmit_complete +EXPORT_SYMBOL net/mac802154/mac802154 0x496f4e68 ieee802154_xmit_hw_error +EXPORT_SYMBOL net/mac802154/mac802154 0xbe2623c0 ieee802154_register_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xf0273b6f ieee802154_free_hw +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x06ec3047 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x222f4e28 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x363f0054 ip_vs_new_conn_out +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x430a9c43 unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x44ca697b ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x65b6be85 ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x70dca0b5 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x914654f9 ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x9d15bf59 ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb5b7b44a ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb61ad3f0 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xc7e61cf1 register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd23152f4 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xfe6dc5fc ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xffd279d9 register_ip_vs_app +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x3b08a8f0 nf_ct_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x89d99ee1 __nf_ct_ext_find +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xac08a17e nf_ct_ext_add +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0xf2a36612 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x098f6cd7 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0x143de8fd nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x862137f3 __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xd13631a5 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nft_fib 0x46170f23 nft_fib_policy +EXPORT_SYMBOL net/netfilter/x_tables 0x0d7f5fcd xt_alloc_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x30acb19e xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x3bf9d084 xt_check_table_hooks +EXPORT_SYMBOL net/netfilter/x_tables 0x48012e28 xt_check_proc_name +EXPORT_SYMBOL net/netfilter/x_tables 0x50873741 xt_compat_init_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x5d7d0bbf xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x84291c5f xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0x91142a22 xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x977fd4bf xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xa25fc115 xt_compat_check_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0xafa482a1 xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xb6afb1b5 xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0xcb3e91cc xt_counters_alloc +EXPORT_SYMBOL net/netfilter/x_tables 0xd38c0778 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0xd87ae60d xt_check_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0xdf7af1cd xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0xe204e042 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xe73e9c55 xt_find_table +EXPORT_SYMBOL net/netfilter/x_tables 0xeb842eb1 xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xfef779fa xt_find_jump_offset +EXPORT_SYMBOL net/nfc/hci/hci 0x1779484e nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0x25ae42f7 nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0x30d45d6e nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x37ceffd7 nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x37f2f6f6 nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0x4289870b nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x622571d0 nfc_llc_start +EXPORT_SYMBOL net/nfc/hci/hci 0x6831ff0c nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0x74fe3670 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x7f391fab nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0x8c532dfb nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0x958b1adf nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0x9628466e nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0xa2d4f0b0 nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0xa801f1b7 nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xb9cf8ce4 nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0xc20892dc nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0xc8919753 nfc_hci_reset_pipes +EXPORT_SYMBOL net/nfc/hci/hci 0xd797b035 nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0xdd231c55 nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xe83e52c4 nfc_llc_stop +EXPORT_SYMBOL net/nfc/hci/hci 0xf33e9827 nfc_hci_reset_pipes_per_host +EXPORT_SYMBOL net/nfc/hci/hci 0xffdb0195 nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/nci/nci 0x15068e0a nci_hci_open_pipe +EXPORT_SYMBOL net/nfc/nci/nci 0x1573f570 nci_nfcee_discover +EXPORT_SYMBOL net/nfc/nci/nci 0x17226a58 nci_core_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x1d5da211 nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0x35ee4294 nci_hci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x3772ff90 nci_get_conn_info_by_dest_type_params +EXPORT_SYMBOL net/nfc/nci/nci 0x388a7e2e nci_nfcee_mode_set +EXPORT_SYMBOL net/nfc/nci/nci 0x414be470 nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0x4e7cca44 nci_core_reset +EXPORT_SYMBOL net/nfc/nci/nci 0x51117384 nci_hci_send_event +EXPORT_SYMBOL net/nfc/nci/nci 0x5e44e5f7 nci_conn_max_data_pkt_payload_size +EXPORT_SYMBOL net/nfc/nci/nci 0x77e9ffbf nci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x8609ab8d nci_nfcc_loopback +EXPORT_SYMBOL net/nfc/nci/nci 0x898f5df3 nci_req_complete +EXPORT_SYMBOL net/nfc/nci/nci 0x8c2fc3aa nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x9bf8408c nci_hci_dev_session_init +EXPORT_SYMBOL net/nfc/nci/nci 0x9d2564a3 nci_hci_get_param +EXPORT_SYMBOL net/nfc/nci/nci 0xa2458861 nci_send_data +EXPORT_SYMBOL net/nfc/nci/nci 0xa59eaeab nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0xaa4809cf nci_core_conn_create +EXPORT_SYMBOL net/nfc/nci/nci 0xacf139f0 nci_hci_set_param +EXPORT_SYMBOL net/nfc/nci/nci 0xad6f3e4d nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0xad911f50 nci_hci_clear_all_pipes +EXPORT_SYMBOL net/nfc/nci/nci 0xadc12524 nci_hci_connect_gate +EXPORT_SYMBOL net/nfc/nci/nci 0xaf53523a nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xc07cc1cf nci_core_init +EXPORT_SYMBOL net/nfc/nci/nci 0xdae7f3b6 nci_core_conn_close +EXPORT_SYMBOL net/nfc/nci/nci 0xde3686df nci_send_frame +EXPORT_SYMBOL net/nfc/nci/nci 0xf60c7b2c nci_prop_cmd +EXPORT_SYMBOL net/nfc/nfc 0x0662f22a nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0x184afd28 nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0x1a70b629 nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0x232ee455 nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0x2e579eb3 nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0x35784698 nfc_vendor_cmd_reply +EXPORT_SYMBOL net/nfc/nfc 0x3f48fbd5 nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0x4147f6ed nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0x4520553d nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0x536482d4 nfc_se_transaction +EXPORT_SYMBOL net/nfc/nfc 0x6606697f nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0x6d0ddd3e nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x6d2d2214 nfc_class +EXPORT_SYMBOL net/nfc/nfc 0x7c3ea120 nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0x97a03113 nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0x99a1346b nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xa465f8e4 nfc_se_connectivity +EXPORT_SYMBOL net/nfc/nfc 0xb29b6da7 nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0xb87f950e nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0xb9682ae2 nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0xc2252bbf nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0xdc6655e9 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0xddb715bc nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0xec9af8dd __nfc_alloc_vendor_cmd_reply_skb +EXPORT_SYMBOL net/nfc/nfc 0xf2bea9ec nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc_digital 0x54bfebc7 nfc_digital_unregister_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xa22f5492 nfc_digital_allocate_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xb313c39b nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xb68e4656 nfc_digital_register_device +EXPORT_SYMBOL net/phonet/phonet 0x11f797da pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0x4164bf19 phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0x731a1e0c phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0x98a140c0 pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0xd6182519 phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0xdd1a5923 phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0xf85cd53d pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0xff12ce74 pn_sock_hash +EXPORT_SYMBOL net/rxrpc/rxrpc 0x0661f636 rxrpc_kernel_get_epoch +EXPORT_SYMBOL net/rxrpc/rxrpc 0x0770af93 rxrpc_kernel_get_peer +EXPORT_SYMBOL net/rxrpc/rxrpc 0x13c7da05 rxrpc_kernel_check_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x31bf3ca3 rxrpc_debug_id +EXPORT_SYMBOL net/rxrpc/rxrpc 0x38eba3d4 rxrpc_kernel_recv_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0x3d172094 rxrpc_kernel_shutdown_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x4b73de77 rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x4cdcbe63 rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x56b85854 rxrpc_kernel_get_srtt +EXPORT_SYMBOL net/rxrpc/rxrpc 0x5d7f207e rxrpc_kernel_put_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x6171028b rxrpc_kernel_set_max_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x65e760b6 rxrpc_sock_set_security_keyring +EXPORT_SYMBOL net/rxrpc/rxrpc 0x84bf940b rxrpc_sock_set_min_security_level +EXPORT_SYMBOL net/rxrpc/rxrpc 0x9427d0e1 rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0x9bab79fa rxrpc_kernel_set_tx_length +EXPORT_SYMBOL net/rxrpc/rxrpc 0xa2022dbc rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xa62bb563 key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/rxrpc 0xa77fc5a7 rxrpc_kernel_new_call_notification +EXPORT_SYMBOL net/rxrpc/rxrpc 0xca0b1bfa rxrpc_kernel_charge_accept +EXPORT_SYMBOL net/rxrpc/rxrpc 0xef433514 rxrpc_get_server_data_key +EXPORT_SYMBOL net/sctp/sctp 0x37d9fbd0 sctp_do_peeloff +EXPORT_SYMBOL net/smc/smc 0x3153cc92 __SCK__tp_func_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x59488013 __traceiter_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0x76da5303 __tracepoint_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0xa053541c __tracepoint_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xa2a9570e __traceiter_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0xb3f2d173 __SCK__tp_func_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xd24addfc __tracepoint_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0xe7dacb8d __SCK__tp_func_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xf47b4ee2 __tracepoint_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xf51f28c4 __traceiter_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xfb8cae0f __SCK__tp_func_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0xfd453141 __traceiter_smc_rx_recvmsg +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x4151506f gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x9c5bbd57 gss_mech_get +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xd47f8f26 gss_mech_put +EXPORT_SYMBOL net/sunrpc/sunrpc 0x08848a0b xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0x5f946f2b svc_pool_stats_open +EXPORT_SYMBOL net/sunrpc/sunrpc 0xe8dae917 xdr_restrict_buflen +EXPORT_SYMBOL net/tipc/tipc 0x456665a4 tipc_dump_start +EXPORT_SYMBOL net/tipc/tipc 0xbc90df17 tipc_nl_sk_walk +EXPORT_SYMBOL net/tipc/tipc 0xc95ee024 tipc_sk_fill_sock_diag +EXPORT_SYMBOL net/tipc/tipc 0xea919cd9 tipc_dump_done +EXPORT_SYMBOL net/tls/tls 0xcdf567b7 tls_get_record +EXPORT_SYMBOL net/wireless/cfg80211 0x03209561 cfg80211_rx_mgmt_ext +EXPORT_SYMBOL net/wireless/cfg80211 0x043f6113 cfg80211_send_layer2_update +EXPORT_SYMBOL net/wireless/cfg80211 0x0458cd8a cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x06ca71fd cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0x07e25e2a cfg80211_bss_flush +EXPORT_SYMBOL net/wireless/cfg80211 0x080562a3 __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x0962e7c1 cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x097c73b1 cfg80211_update_owe_info_event +EXPORT_SYMBOL net/wireless/cfg80211 0x09de0d33 cfg80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x0aa7d0a7 cfg80211_inform_bss_data +EXPORT_SYMBOL net/wireless/cfg80211 0x0ae0fbe8 cfg80211_nan_match +EXPORT_SYMBOL net/wireless/cfg80211 0x0aec0a4c cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0x0b7d01f0 cfg80211_tx_mgmt_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x0cc95bc2 ieee80211_s1g_channel_width +EXPORT_SYMBOL net/wireless/cfg80211 0x1152ae8b regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0x117aca91 cfg80211_merge_profile +EXPORT_SYMBOL net/wireless/cfg80211 0x13c58e52 ieee80211_get_8023_tunnel_proto +EXPORT_SYMBOL net/wireless/cfg80211 0x17660857 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0x1807fc45 cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x1ab90222 cfg80211_get_drvinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x1b82a85a cfg80211_valid_disable_subchannel_bitmap +EXPORT_SYMBOL net/wireless/cfg80211 0x1c9d26a9 cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0x1ce2497f reg_query_regdb_wmm +EXPORT_SYMBOL net/wireless/cfg80211 0x1df80078 cfg80211_links_removed +EXPORT_SYMBOL net/wireless/cfg80211 0x21d5e888 cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x225fd44f cfg80211_sched_scan_stopped_locked +EXPORT_SYMBOL net/wireless/cfg80211 0x22e005b3 cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0x275269b3 ieee80211_ie_split_ric +EXPORT_SYMBOL net/wireless/cfg80211 0x2d14ca35 regulatory_pre_cac_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0x2ef58304 cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x31893f3a cfg80211_iftype_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0x35c4bd1c cfg80211_port_authorized +EXPORT_SYMBOL net/wireless/cfg80211 0x35f2db2f cfg80211_mgmt_tx_status_ext +EXPORT_SYMBOL net/wireless/cfg80211 0x3643b80f ieee80211_chandef_to_operating_class +EXPORT_SYMBOL net/wireless/cfg80211 0x37c26008 cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x394941bc cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x3aca71a1 cfg80211_get_ies_channel_number +EXPORT_SYMBOL net/wireless/cfg80211 0x3b6169bc cfg80211_bss_color_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x3c744e95 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0x3c86019a cfg80211_sinfo_alloc_tid_stats +EXPORT_SYMBOL net/wireless/cfg80211 0x3db26f66 wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0x3dd9203f cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0x3f57b9aa get_wiphy_regdom +EXPORT_SYMBOL net/wireless/cfg80211 0x417c1646 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0x41e16af4 wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0x429c0c31 ieee80211_bss_get_elem +EXPORT_SYMBOL net/wireless/cfg80211 0x431f5ca3 cfg80211_any_usable_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x43afadee ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x48530ac9 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0x49403a9c cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x4abed7d4 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x503f9887 cfg80211_ch_switch_started_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x51db62cc cfg80211_inform_bss_frame_data +EXPORT_SYMBOL net/wireless/cfg80211 0x538bba51 cfg80211_assoc_comeback +EXPORT_SYMBOL net/wireless/cfg80211 0x557d62b7 regulatory_set_wiphy_regd_sync +EXPORT_SYMBOL net/wireless/cfg80211 0x5584448a ieee80211_channel_to_freq_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x56248494 cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x5a7410e7 wdev_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0x5bf7f346 cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x5cfefbf5 ieee80211_get_channel_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x60eebd9b __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x624b5658 cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0x670ec012 cfg80211_sta_opmode_change_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x67858a9a cfg80211_control_port_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0x693760c1 cfg80211_background_cac_abort +EXPORT_SYMBOL net/wireless/cfg80211 0x6983a9e7 cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6a930cee cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0x6b23385f cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x6bedf402 ieee80211_freq_khz_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x6d35ac83 cfg80211_rx_control_port +EXPORT_SYMBOL net/wireless/cfg80211 0x6f2fa7be ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x705aed16 cfg80211_external_auth_request +EXPORT_SYMBOL net/wireless/cfg80211 0x72c9d9e2 cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0x72eb5a7d cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x73632ecb wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0x7632278f cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0x7765a881 cfg80211_reg_can_beacon_relax +EXPORT_SYMBOL net/wireless/cfg80211 0x799e263b cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0x79b82a71 cfg80211_find_vendor_elem +EXPORT_SYMBOL net/wireless/cfg80211 0x7acb86ed ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0x7b7391d8 __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x7c3ac925 ieee80211_get_vht_max_nss +EXPORT_SYMBOL net/wireless/cfg80211 0x7cde6e3a wiphy_new_nm +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7f55a8ba ieee80211_strip_8023_mesh_hdr +EXPORT_SYMBOL net/wireless/cfg80211 0x8500641c freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0x855575de cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x859092fb cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0x85de3f6f wiphy_delayed_work_timer +EXPORT_SYMBOL net/wireless/cfg80211 0x86ce2214 cfg80211_register_netdevice +EXPORT_SYMBOL net/wireless/cfg80211 0x89b9e45c cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x8b7a17fd ieee80211_data_to_8023_exthdr +EXPORT_SYMBOL net/wireless/cfg80211 0x8fa02936 cfg80211_free_nan_func +EXPORT_SYMBOL net/wireless/cfg80211 0x91f57794 regulatory_set_wiphy_regd +EXPORT_SYMBOL net/wireless/cfg80211 0x954b1e1c ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x9b985ed7 cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x9d6cba30 cfg80211_find_elem_match +EXPORT_SYMBOL net/wireless/cfg80211 0x9dcad869 cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0xa13a1676 wiphy_rfkill_set_hw_state_reason +EXPORT_SYMBOL net/wireless/cfg80211 0xa30e1e6b cfg80211_connect_done +EXPORT_SYMBOL net/wireless/cfg80211 0xa5abefde cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0xaaf854aa cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0xab0b7593 cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0xab7c88a6 cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xaf15a9fd cfg80211_del_sta_sinfo +EXPORT_SYMBOL net/wireless/cfg80211 0xb48cbd3a cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0xb9d7dbe9 cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0xc0db45e1 cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0xc3fb97ca ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0xc4b4fc27 cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0xc5d7b7ae cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0xc615348d cfg80211_nan_func_terminated +EXPORT_SYMBOL net/wireless/cfg80211 0xc94a766f cfg80211_report_obss_beacon_khz +EXPORT_SYMBOL net/wireless/cfg80211 0xcc1a7c48 cfg80211_is_element_inherited +EXPORT_SYMBOL net/wireless/cfg80211 0xcc5acf31 cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xce2d51ed cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xceb5bc39 cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0xcf184d51 __cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0xcf185b1a wiphy_read_of_freq_limits +EXPORT_SYMBOL net/wireless/cfg80211 0xd0f017bc cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xd41162f4 nl80211_send_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0xd56d55f3 ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xd6b16f34 cfg80211_assoc_failure +EXPORT_SYMBOL net/wireless/cfg80211 0xd6c87a05 cfg80211_defragment_element +EXPORT_SYMBOL net/wireless/cfg80211 0xd81ad7b9 cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xd97eaad4 cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xdc5ab4ce cfg80211_get_iftype_ext_capa +EXPORT_SYMBOL net/wireless/cfg80211 0xe3a20b7c wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0xe7b681a7 cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xe8a49861 cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0xe980218b ieee80211_is_valid_amsdu +EXPORT_SYMBOL net/wireless/cfg80211 0xf260de77 cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0xf2bf4e85 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0xf40bc2f5 ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0xf5596d89 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0xfba20c0c cfg80211_bss_iter +EXPORT_SYMBOL net/wireless/lib80211 0x23dd9380 lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0x3eaf9930 lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x6aa60b7b lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x8b445c1c lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0xd75875d5 lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0xdf51feda lib80211_get_crypto_ops +EXPORT_SYMBOL sound/ac97_bus 0x2ecbf50c ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0xece833b0 snd_mixer_oss_ioctl_card +EXPORT_SYMBOL sound/core/seq/snd-seq 0x1a724fcc snd_seq_kernel_client_ctl +EXPORT_SYMBOL sound/core/seq/snd-seq 0x23738926 snd_seq_dump_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0x3061c52d snd_use_lock_sync_helper +EXPORT_SYMBOL sound/core/seq/snd-seq 0x6bb71038 snd_seq_delete_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7b8699eb snd_seq_event_port_detach +EXPORT_SYMBOL sound/core/seq/snd-seq 0x85cd59a8 snd_seq_kernel_client_dispatch +EXPORT_SYMBOL sound/core/seq/snd-seq 0x9df441c6 snd_seq_kernel_client_write_poll +EXPORT_SYMBOL sound/core/seq/snd-seq 0xa6e19f8e snd_seq_expand_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0xb5ac05fb snd_seq_create_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0xb8e448a0 snd_seq_set_queue_tempo +EXPORT_SYMBOL sound/core/seq/snd-seq 0xbea36f92 snd_seq_kernel_client_enqueue +EXPORT_SYMBOL sound/core/seq/snd-seq 0xcf6c69ca snd_seq_event_port_attach +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0x6ea09972 snd_midi_channel_alloc_set +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0x74769de9 snd_midi_process_event +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0x833a3e07 snd_midi_channel_set_clear +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0xb9948d2c snd_midi_channel_free_set +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x454224b1 snd_midi_event_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x70758652 snd_midi_event_encode_byte +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x7a3e0db5 snd_midi_event_no_status +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x8150b379 snd_midi_event_reset_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xb8620ad8 snd_midi_event_reset_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xdd935c83 snd_midi_event_free +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xe9e6c50c snd_midi_event_new +EXPORT_SYMBOL sound/core/seq/snd-seq-virmidi 0xb5fee344 snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x0ccd73f0 snd_ctl_notify_one +EXPORT_SYMBOL sound/core/snd 0x101b8d42 snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0x1166a05c snd_card_register +EXPORT_SYMBOL sound/core/snd 0x125541b2 snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0x14226690 snd_ctl_rename +EXPORT_SYMBOL sound/core/snd 0x14c35969 snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0x1580465b snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0x198788b4 snd_lookup_oss_minor_data +EXPORT_SYMBOL sound/core/snd 0x1c61e88b snd_info_register +EXPORT_SYMBOL sound/core/snd 0x1d8eaa55 snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0x1e16fb4b snd_card_new +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x2f58e817 snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0x342a2354 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x45b52032 snd_card_free +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x4cbd33da snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0x4d923a5a snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0x54277512 snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0x58186327 snd_ctl_unregister_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x6321cf2c snd_device_new +EXPORT_SYMBOL sound/core/snd 0x67a79a5e snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0x67f2b6d7 snd_seq_root +EXPORT_SYMBOL sound/core/snd 0x6abfd9c2 snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0x6c04251f snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0x6ea72e0d snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0x73076315 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0x805f7c76 snd_device_free +EXPORT_SYMBOL sound/core/snd 0x8624a5df snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x9809bea6 snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0x984b3da2 snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0x9d4fc267 snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0xa6047a3e snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0xb10366fa snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xb6eeb0e5 snd_power_wait +EXPORT_SYMBOL sound/core/snd 0xbaa1922f snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0xbe9cb63a snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0xbf478e00 snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0xc4b4e3d8 snd_jack_new +EXPORT_SYMBOL sound/core/snd 0xc5a6d10b release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0xc5df706a snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0xcc6a729f snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0xd4be7798 snd_jack_report +EXPORT_SYMBOL sound/core/snd 0xd52a4eca snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0xdc27534f snd_jack_add_new_kctl +EXPORT_SYMBOL sound/core/snd 0xde775563 snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0xe1026b97 snd_unregister_oss_device +EXPORT_SYMBOL sound/core/snd 0xe472a862 snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0xe68fade3 _snd_ctl_add_follower +EXPORT_SYMBOL sound/core/snd 0xebb34fc4 snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0xecbff74f snd_device_register +EXPORT_SYMBOL sound/core/snd 0xf3e23afe snd_component_add +EXPORT_SYMBOL sound/core/snd 0xf9c29fb1 snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0xfabb35d6 snd_ctl_register_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0xfb29e6fe snd_register_device +EXPORT_SYMBOL sound/core/snd 0xffa0da10 snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0xfffd89db copy_from_user_toio +EXPORT_SYMBOL sound/core/snd-compress 0x043cf998 snd_compr_free_pages +EXPORT_SYMBOL sound/core/snd-compress 0x9ce25fd1 snd_compr_malloc_pages +EXPORT_SYMBOL sound/core/snd-hwdep 0xb7453e31 snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-pcm 0x0059b608 snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0x0283dfe3 _snd_pcm_hw_params_any +EXPORT_SYMBOL sound/core/snd-pcm 0x04a21f4e _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x04cda566 snd_interval_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x0b8c8fdf snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x0d91297d snd_pcm_set_managed_buffer_all +EXPORT_SYMBOL sound/core/snd-pcm 0x0e5bb35e snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0x11eba48e snd_pcm_create_iec958_consumer_hw_params +EXPORT_SYMBOL sound/core/snd-pcm 0x146f8abf snd_pcm_create_iec958_consumer +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x1f05b874 snd_pcm_period_elapsed_under_stream_lock +EXPORT_SYMBOL sound/core/snd-pcm 0x2545660e snd_dma_alloc_dir_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x2cc16ba1 snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x347055ff snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0x3796bdcc snd_pcm_format_little_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x3867b4ef snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0x38ceda93 snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0x39bf9301 _snd_pcm_hw_param_setempty +EXPORT_SYMBOL sound/core/snd-pcm 0x3ab274b2 snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0x3c2c7eb8 snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0x4ebc8f2a snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x503bd137 snd_interval_ranges +EXPORT_SYMBOL sound/core/snd-pcm 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL sound/core/snd-pcm 0x58f8c59f snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x5b262b7f snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL sound/core/snd-pcm 0x5fb7724d __snd_pcm_lib_xfer +EXPORT_SYMBOL sound/core/snd-pcm 0x650f8603 snd_pcm_format_silence_64 +EXPORT_SYMBOL sound/core/snd-pcm 0x68a24153 snd_pcm_format_physical_width +EXPORT_SYMBOL sound/core/snd-pcm 0x69255f54 snd_pcm_hw_limit_rates +EXPORT_SYMBOL sound/core/snd-pcm 0x6c8579ee snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x74df3334 snd_dma_buffer_mmap +EXPORT_SYMBOL sound/core/snd-pcm 0x76b72607 snd_sgbuf_get_page +EXPORT_SYMBOL sound/core/snd-pcm 0x7c453808 snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x834dc955 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x8636f03f snd_sgbuf_get_addr +EXPORT_SYMBOL sound/core/snd-pcm 0x8765eb7d snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0x8a48238f snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x98c965c6 snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0x9d7f0701 snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0xa12bc465 snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xa23b4c34 snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0xa4807c17 snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xa89d213b snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xac437f7b snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xad2fbab1 snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xb96ea916 snd_pcm_hw_constraint_ranges +EXPORT_SYMBOL sound/core/snd-pcm 0xbbd37034 snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0xc78936c2 snd_pcm_set_managed_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xc7c145a8 snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0xc86be165 snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0xd33f12da snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0xd362e2e7 snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0xd7fa214c snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0xde5c422e snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xed94be1c snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0xed9dcf94 snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0xee612862 snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0xf2044f4a snd_sgbuf_get_chunk_size +EXPORT_SYMBOL sound/core/snd-pcm 0xf2555fcb snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0xf93e6a5e snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0xfcfab9f0 snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-rawmidi 0x0062f0b7 snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0x0257d4bc snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0x05076701 snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0x14389215 snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0x584da02d snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0x5de20453 snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0x6e4d08bd snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0x75d8b9cf snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0x8353aba7 snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0x8fc17509 snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x91fb4ff9 snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x93a00994 snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0xa0920ab3 snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0xa985ce5a snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0xaf8c4307 snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0xf4bfc8ad snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0xfa8f81ed snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0xfbb8d9b0 snd_rawmidi_proceed +EXPORT_SYMBOL sound/core/snd-seq-device 0x091def1c snd_seq_autoload_exit +EXPORT_SYMBOL sound/core/snd-seq-device 0x370a0736 snd_seq_autoload_init +EXPORT_SYMBOL sound/core/snd-seq-device 0x6339b6d0 snd_seq_device_load_drivers +EXPORT_SYMBOL sound/core/snd-seq-device 0xb46e7d80 snd_seq_device_new +EXPORT_SYMBOL sound/core/snd-timer 0x26e198c9 snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0x3a376690 snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0x42a27a44 snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0x45f1751b snd_timer_open +EXPORT_SYMBOL sound/core/snd-timer 0x4b446849 snd_timer_instance_new +EXPORT_SYMBOL sound/core/snd-timer 0x53a24c82 snd_timer_global_register +EXPORT_SYMBOL sound/core/snd-timer 0x5a74b883 snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0x5b67f1b8 snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0x5d7daa69 snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0x6ac37614 snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0x8422bb45 snd_timer_resolution +EXPORT_SYMBOL sound/core/snd-timer 0x9d64248c snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0xae45cb5d snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0xcb559c6a snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0xdff3cb7b snd_timer_instance_free +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x614a43cb snd_mpu401_uart_new +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x6d629c59 snd_mpu401_uart_interrupt_tx +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0xc0fec227 snd_mpu401_uart_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x05060a19 snd_opl3_regmap +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x07184f7c snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x303208c1 snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x3ea24d2a snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x44687f79 snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x4f1d33e6 snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x5d935ebb snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x86f243af snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x8cdfd22b snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xdde3ea65 snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x0a0e0cc2 snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x226138b0 snd_vx_threaded_irq_handler +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x2f5a5211 snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x5c240d0a snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x60defaea snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x674c4fb4 snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x8fc30e98 snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xa5047555 snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xdbe23e28 snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xeaecf2f2 snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x01c4178b fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x15e00c72 cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x19f29a9b amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1d3f7e4c cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x39584921 fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x47b5e8a1 cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x481f7784 snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x48bb3743 fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x605546fb amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x85c26358 cmp_connection_reserve +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x86f35863 amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x90303823 fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa8dac7c9 amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xae54219d cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb116bac4 avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb32b1f17 cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb4044cb7 amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xbd39b7e2 cmp_connection_release +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc1fb43e2 fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc73ca32d cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xcddaefed fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xdbc2f3df amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xdefed8dd amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe249423d amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe71f7345 avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xed0eec7a iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xede8e27a avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf5734de5 fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf8f07f4d iso_packets_buffer_destroy +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0x41a05c36 intel_nhlt_has_endpoint_type +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0x66fd6169 intel_nhlt_ssp_endpoint_mask +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0xb7b836b3 intel_nhlt_ssp_mclk_mask +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0xc5201831 intel_nhlt_get_endpoint_blob +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0x99b5cebe snd_ak4113_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0xc377df74 snd_ak4113_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x002ae7e9 snd_ak4114_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x2bd4bd7d snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x39f1e710 snd_ak4114_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x530b2a5e snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x9f504e39 snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xae75f29c snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xf1c40e97 snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xf6e34d38 snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x0083af3c snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x2c6ab2b2 snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x4889b3e3 snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x7594db89 snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xc1307613 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xc9ef32d7 snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x248d7cd1 snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x37d8c4d4 snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x4b565ffa snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x5f48ee00 snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x73cdd51f snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x78daedbd snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-i2c 0x019aa522 snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x07bcd6cc snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0x55511ef9 snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x6aa48a37 snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x804132ae snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-i2c 0xb8ca252f snd_i2c_sendbytes +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x018654b8 snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x1c18453b snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x1d23f1b9 snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x319702b7 snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x31e810ee snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x3a62aee3 snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x51016934 snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x6c1b6327 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x8e160e96 snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x97571ba7 snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x97f9544d snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa2b30c37 snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa3ae9ad8 snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xd65ec766 snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xe3d91112 snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xee0921d5 snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xfbf291ce snd_ac97_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x0ed0a2ca snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x160408ea snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x1cb00d3b snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x23f50c37 snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x397454c8 snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x3be30c71 snd_emu10k1_ptr_write_multiple +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x7a0f65e4 snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x8c53ce34 snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xa76485f0 snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xd27e8fdb snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xa3d8b01b snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xc52a9926 snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xdc67c833 snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x208e50df oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x2ea9c516 oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3237d66f oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3ba7c503 oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3d4d4f79 oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3ec825bc oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x40905fec oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x6b0e2092 oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x7736060b oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x922b398d oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9ded012f oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9ec5b642 oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb5a9e0db oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc579379a oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xcb54649f oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xdbf5b21c oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xea790f23 oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xefd2a9b7 oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf1d55967 oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf812e570 oxygen_write32 +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x292a285b snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x292b4bcc snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x79cc4b3d snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x86d7bd89 snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xf650974a snd_trident_stop_voice +EXPORT_SYMBOL sound/soc/amd/acp_audio_dma 0xf2cc2cce acp_bt_uart_enable +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0x0e573afc snd_soc_acpi_amd_rmb_sof_machines +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0x16fb472b snd_amd_acp_find_config +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0x28cc1f75 snd_soc_acpi_amd_sof_machines +EXPORT_SYMBOL sound/soc/codecs/snd-soc-adau1372 0xc34f2c14 adau1372_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-lpass-wsa-macro 0xb9accffd wsa_macro_set_spkr_mode +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x217391d1 pcm3060_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0xec775839 pcm3060_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-rt715 0xed2acb24 hda_to_sdw +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x56dd4ab2 tlv320aic23_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x629a7112 tlv320aic23_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x7c5ee1af aic32x4_regmap_config +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x92729921 aic32x4_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0xc2325a17 aic32x4_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0xc9a1eccf aic3x_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0xecfd5d92 aic3x_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x05edbdcf wcd_dt_parse_mbhc_data +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x1c652382 wcd_mbhc_start +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x3a195ca9 wcd_mbhc_get_impedance +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x4ecad2c3 wcd_mbhc_init +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x789ebe56 wcd_mbhc_set_hph_type +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xa5758a49 wcd_mbhc_get_hph_type +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xd094df47 wcd_mbhc_deinit +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xe2beca26 wcd_mbhc_stop +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0xcfa233a5 fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0xf753afcc fsl_asoc_reparent_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0xff9811a0 fsl_asoc_get_pll_clocks +EXPORT_SYMBOL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0x35d248e2 mt8192_afe_gpio_init +EXPORT_SYMBOL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0xce7f1e81 mt8192_afe_gpio_request +EXPORT_SYMBOL sound/soc/qcom/qdsp6/q6afe 0x22dcaf5f q6afe_vote_lpass_core_hw +EXPORT_SYMBOL sound/soc/qcom/qdsp6/q6afe 0x3ca9fe38 q6afe_unvote_lpass_core_hw +EXPORT_SYMBOL sound/soc/snd-soc-core 0x24ccb0f2 snd_soc_alloc_ac97_component +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0x1cdf1b25 imx8_disable_clocks +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0x4e120d3b imx8_dump +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0x939851b1 imx8_parse_clocks +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0xafa6f055 imx8_enable_clocks +EXPORT_SYMBOL sound/soc/sof/mediatek/mtk-adsp-common 0x45910dd3 mtk_adsp_dump +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x040b06d5 snd_sof_complete +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x05c194db snd_sof_runtime_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x163d1154 snd_sof_device_probe_completed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x1a115e90 sof_ipc3_do_rx_work +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x1c0d540a sof_dai_get_mclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x201d7782 sof_ipc_tx_message_no_pm +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x25fe8937 snd_sof_device_probe +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x30657efc sof_machine_register +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x34cfadbe sof_block_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x368c6727 sof_debug_check_flag +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x36af22b9 sof_widget_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3b8e5f59 snd_sof_dsp_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3ba36156 sof_set_stream_data_offset +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3d6d0139 sof_io_write64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3d9de381 sof_ipc_msg_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x40a7fc4b sof_io_read64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x419f1d95 sof_widget_setup +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x4b99ed51 snd_sof_run_firmware +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x4dd74239 snd_sof_load_topology +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x57d68ec4 sof_mailbox_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x5b36a0db snd_sof_runtime_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6ef47917 snd_sof_pcm_period_elapsed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x700309ac sof_io_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x7113c027 snd_sof_handle_fw_exception +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x7bda31f8 snd_sof_ipc_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x83854edd snd_sof_dsp_only_d0i3_compatible_stream_active +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x87e6291d snd_sof_dsp_update_bits64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8a0d9f18 snd_sof_ipc_init +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x908b0ce2 snd_sof_fw_unload +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x93df73fe sof_compressed_ops +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x965908ce snd_sof_dsp_update_bits64_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x97bc5693 sof_mailbox_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x9ed87317 snd_sof_dsp_dbg_dump +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa121da0a snd_sof_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa1554afe snd_sof_dsp_panic +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa18156a8 sof_block_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa99b754b snd_sof_dsp_update_bits_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb00575d2 snd_sof_dsp_update_bits_forced +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb2b96f27 sof_print_oops_and_stack +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xc0a5deda sof_machine_check +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xc35bd4c2 sof_stream_pcm_close +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xc3d7a617 snd_sof_prepare +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xc848db4a snd_sof_load_firmware_raw +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xcb5ca00f snd_sof_device_shutdown +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xcc28c1c3 snd_sof_runtime_idle +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd17273f4 sof_stream_pcm_open +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd55c8a48 sof_machine_unregister +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd8be0c2b snd_sof_ipc_get_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe3db6526 snd_sof_device_remove +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe9451202 sof_dai_get_bclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xeda7b72b sof_ipc_tx_message +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xee87a854 snd_sof_ipc_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf0163ff3 sof_io_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf23cfbe7 snd_sof_load_firmware_memcpy +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf4ef61e3 snd_sof_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf5626437 sof_ipc_set_get_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf627351c sof_set_fw_state +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf9567ad4 snd_sof_pci_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xfb765aa7 sof_pcm_dai_link_fixup +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0x4bb27aea sof_of_remove +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0x61ecaebc sof_of_pm +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0x8c16b826 sof_of_shutdown +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0xd23a2e15 sof_of_probe +EXPORT_SYMBOL sound/soc/sof/snd-sof-utils 0x7f3a699c snd_sof_create_page_table +EXPORT_SYMBOL sound/soundcore 0x03818b22 register_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x068c2b07 register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0x1e476c24 sound_class +EXPORT_SYMBOL sound/soundcore 0x369a136a register_sound_dsp +EXPORT_SYMBOL sound/soundcore 0x6014c1c4 register_sound_special +EXPORT_SYMBOL sound/soundcore 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL sound/soundcore 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x03511315 snd_emux_free +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x59d288a7 snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x5f6e552a snd_emux_new +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x6527fc45 snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x655cb202 snd_sf_linear_to_log +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x7df96099 snd_emux_register +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x96cf2e2c snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/snd-util-mem 0x0eda33fa snd_util_memhdr_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0x2a48197f snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x6517719f __snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x914f3491 snd_util_memhdr_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x9223e14b snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x9adc8c44 __snd_util_memblk_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xc59655e4 snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0xd28dc0da __snd_util_mem_alloc +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x16756dc0 snd_usbmidi_input_start +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x63343b1d snd_usbmidi_input_stop +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xb2af19e1 snd_usbmidi_resume +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xbed43a41 snd_usbmidi_suspend +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xd9d2bb03 snd_usbmidi_disconnect +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xfb9dd6e9 __snd_usbmidi_create +EXPORT_SYMBOL vmlinux 0x000ab6d3 phy_resume +EXPORT_SYMBOL vmlinux 0x00148653 vsnprintf +EXPORT_SYMBOL vmlinux 0x001db810 current_in_userns +EXPORT_SYMBOL vmlinux 0x0025ea4d sock_wmalloc +EXPORT_SYMBOL vmlinux 0x003b328e vfs_mknod +EXPORT_SYMBOL vmlinux 0x0054e23b nf_unregister_net_hooks +EXPORT_SYMBOL vmlinux 0x00595345 vfs_parse_monolithic_sep +EXPORT_SYMBOL vmlinux 0x005f7e10 cdev_device_add +EXPORT_SYMBOL vmlinux 0x00615a71 of_get_next_available_child +EXPORT_SYMBOL vmlinux 0x006bb855 mipi_dsi_compression_mode +EXPORT_SYMBOL vmlinux 0x00809460 block_truncate_page +EXPORT_SYMBOL vmlinux 0x00840d51 ip_setsockopt +EXPORT_SYMBOL vmlinux 0x008480a9 bio_kmalloc +EXPORT_SYMBOL vmlinux 0x00928200 trace_print_hex_dump_seq +EXPORT_SYMBOL vmlinux 0x00a85838 mdio_device_remove +EXPORT_SYMBOL vmlinux 0x00b4e615 posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x00b78dee mipi_dsi_dcs_set_column_address +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00dbe18a page_cache_prev_miss +EXPORT_SYMBOL vmlinux 0x00e5a06d mii_check_gmii_support +EXPORT_SYMBOL vmlinux 0x00e847ce zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x01156ae4 utf8_strncasecmp_folded +EXPORT_SYMBOL vmlinux 0x0127a6d6 iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0x0128f7e6 flow_rule_match_eth_addrs +EXPORT_SYMBOL vmlinux 0x0129c4f8 par_io_data_set +EXPORT_SYMBOL vmlinux 0x012de2ea xudma_rchanrt_read +EXPORT_SYMBOL vmlinux 0x0136e85f sk_net_capable +EXPORT_SYMBOL vmlinux 0x0147812c kblockd_mod_delayed_work_on +EXPORT_SYMBOL vmlinux 0x01486fcf sock_from_file +EXPORT_SYMBOL vmlinux 0x01505d85 imx_scu_call_rpc +EXPORT_SYMBOL vmlinux 0x015c8187 register_filesystem +EXPORT_SYMBOL vmlinux 0x016f123e sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x01757935 rdmacg_register_device +EXPORT_SYMBOL vmlinux 0x017de3d5 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0x01885a1e __devm_release_region +EXPORT_SYMBOL vmlinux 0x0188cd88 vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0x018e7d5d devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x01990907 free_task +EXPORT_SYMBOL vmlinux 0x01ad369f tcp_sync_mss +EXPORT_SYMBOL vmlinux 0x01b38385 tls_server_hello_x509 +EXPORT_SYMBOL vmlinux 0x01b6865c xa_get_mark +EXPORT_SYMBOL vmlinux 0x01bf55fc paddr_vmcoreinfo_note +EXPORT_SYMBOL vmlinux 0x01dc8a99 qman_update_cgr_safe +EXPORT_SYMBOL vmlinux 0x01e32ea5 filemap_get_folios_contig +EXPORT_SYMBOL vmlinux 0x01f02997 vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0x01ff8d76 noop_qdisc +EXPORT_SYMBOL vmlinux 0x0205754d devm_pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x0209f3a7 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x020dbf27 bitmap_alloc +EXPORT_SYMBOL vmlinux 0x02131f9d genphy_c45_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x02396e8b max8925_reg_read +EXPORT_SYMBOL vmlinux 0x0245c5ac filemap_fdatawrite_wbc +EXPORT_SYMBOL vmlinux 0x0248efd3 kstrtobool_from_user +EXPORT_SYMBOL vmlinux 0x0257e051 i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x02732755 scm_detach_fds +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x0277ff54 folio_wait_bit +EXPORT_SYMBOL vmlinux 0x0286fae7 nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x0296695f refcount_warn_saturate +EXPORT_SYMBOL vmlinux 0x0299af44 key_move +EXPORT_SYMBOL vmlinux 0x029eaaa0 fsl_ifc_ctrl_dev +EXPORT_SYMBOL vmlinux 0x02c065f8 ucc_set_qe_mux_mii_mng +EXPORT_SYMBOL vmlinux 0x02d58948 nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0x02d76571 nf_log_register +EXPORT_SYMBOL vmlinux 0x02f73695 writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x03035949 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x0316203a devm_clk_get +EXPORT_SYMBOL vmlinux 0x0334795d icst307_s2div +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x03456344 padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x0349726f tegra194_miscreg_mask_serror +EXPORT_SYMBOL vmlinux 0x035a10b7 mmc_gpio_set_cd_irq +EXPORT_SYMBOL vmlinux 0x035a50fc of_translate_address +EXPORT_SYMBOL vmlinux 0x035d25ab memcg_kmem_online_key +EXPORT_SYMBOL vmlinux 0x0360d67f make_flow_keys_digest +EXPORT_SYMBOL vmlinux 0x0362d3df phy_free_interrupt +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x036cce78 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x03760a34 set_blocksize +EXPORT_SYMBOL vmlinux 0x03787013 remove_watch_from_object +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x037e2302 __zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0x03815f35 ledtrig_disk_activity +EXPORT_SYMBOL vmlinux 0x0397edd5 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0x03a5e59e __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x03aac707 input_copy_abs +EXPORT_SYMBOL vmlinux 0x03ae2176 inet_addr_type +EXPORT_SYMBOL vmlinux 0x03b814ca bpf_dispatcher_xdp_func +EXPORT_SYMBOL vmlinux 0x03df7139 param_set_bool +EXPORT_SYMBOL vmlinux 0x03fabfd7 vfs_iocb_iter_read +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x04087a5a iget_failed +EXPORT_SYMBOL vmlinux 0x040a57a0 i2c_get_adapter +EXPORT_SYMBOL vmlinux 0x04295068 tty_port_open +EXPORT_SYMBOL vmlinux 0x0438461e ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0x044154c6 tc_skb_ext_tc +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x044f0ad9 get_random_u16 +EXPORT_SYMBOL vmlinux 0x04673adb qman_ip_rev +EXPORT_SYMBOL vmlinux 0x0474edef kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0x0479aac1 seq_list_next_rcu +EXPORT_SYMBOL vmlinux 0x0484c6c4 acpi_enter_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x04863e28 hdmi_audio_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x0489946d xattr_full_name +EXPORT_SYMBOL vmlinux 0x048ec07f serial8250_do_pm +EXPORT_SYMBOL vmlinux 0x049f1ffe vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x04ae5543 security_socket_socketpair +EXPORT_SYMBOL vmlinux 0x04be1662 genphy_handle_interrupt_no_ack +EXPORT_SYMBOL vmlinux 0x04c6bfa6 inet_frag_reasm_prepare +EXPORT_SYMBOL vmlinux 0x04d24402 iwe_stream_add_point +EXPORT_SYMBOL vmlinux 0x04d2e97f scsi_rescan_device +EXPORT_SYMBOL vmlinux 0x04d5c339 xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0x04dcc705 _copy_from_iter_nocache +EXPORT_SYMBOL vmlinux 0x04dcca9a ilookup +EXPORT_SYMBOL vmlinux 0x04dddcee set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x04e19f1c dev_addr_add +EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize +EXPORT_SYMBOL vmlinux 0x04efb3f3 bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0x0500e1f9 freeze_super +EXPORT_SYMBOL vmlinux 0x05038f27 skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0x050877b9 dmi_first_match +EXPORT_SYMBOL vmlinux 0x05103f33 drop_super_exclusive +EXPORT_SYMBOL vmlinux 0x0518bdc3 sock_edemux +EXPORT_SYMBOL vmlinux 0x051c969a clk_bulk_get_all +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x0539c64a acpi_get_hp_hw_control_from_firmware +EXPORT_SYMBOL vmlinux 0x054496b4 schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x0549ef03 __pci_register_driver +EXPORT_SYMBOL vmlinux 0x055e77e8 jiffies_64 +EXPORT_SYMBOL vmlinux 0x0562dc30 __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0x056bcf7b dm_read_arg +EXPORT_SYMBOL vmlinux 0x057bb87f set_user_nice +EXPORT_SYMBOL vmlinux 0x05a8b696 i2c_verify_client +EXPORT_SYMBOL vmlinux 0x05c3c47b neigh_seq_start +EXPORT_SYMBOL vmlinux 0x05c439a8 pci_write_vpd_any +EXPORT_SYMBOL vmlinux 0x05c6b67e vm_map_ram +EXPORT_SYMBOL vmlinux 0x05c6e6de sg_miter_start +EXPORT_SYMBOL vmlinux 0x05d9bb89 dev_pick_tx_zero +EXPORT_SYMBOL vmlinux 0x05dd6e08 inet_twsk_deschedule_put +EXPORT_SYMBOL vmlinux 0x05e1b851 ip_output +EXPORT_SYMBOL vmlinux 0x05f689ec nexthop_set_hw_flags +EXPORT_SYMBOL vmlinux 0x0602b4bd fc_mount +EXPORT_SYMBOL vmlinux 0x060ba97c gen_pool_free_owner +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x063cc62b input_get_keycode +EXPORT_SYMBOL vmlinux 0x06491915 refresh_frequency_limits +EXPORT_SYMBOL vmlinux 0x065c4a37 input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0x0660711b kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x0662d162 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0x0668b595 _kstrtoul +EXPORT_SYMBOL vmlinux 0x0671b386 __splice_from_pipe +EXPORT_SYMBOL vmlinux 0x0689d344 skb_dump +EXPORT_SYMBOL vmlinux 0x06b3a635 ipv6_dev_mc_dec +EXPORT_SYMBOL vmlinux 0x06b499f3 lease_modify +EXPORT_SYMBOL vmlinux 0x06bd88b5 ucs2_strnlen +EXPORT_SYMBOL vmlinux 0x06ce38da skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x06d11488 __bitmap_equal +EXPORT_SYMBOL vmlinux 0x06da27c7 xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0x06ef6680 pci_read_config_dword +EXPORT_SYMBOL vmlinux 0x06f06c5d neigh_destroy +EXPORT_SYMBOL vmlinux 0x07098248 xz_dec_microlzma_alloc +EXPORT_SYMBOL vmlinux 0x070a4813 tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0x0711edc8 xudma_dev_get_tisci_rm +EXPORT_SYMBOL vmlinux 0x0723abeb filemap_flush +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x0745a981 xa_erase +EXPORT_SYMBOL vmlinux 0x0759c1d1 blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0x0781ec97 logic_insl +EXPORT_SYMBOL vmlinux 0x0784d57c blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0x078e36c8 blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x07997ee9 of_chosen +EXPORT_SYMBOL vmlinux 0x07a0dc50 reuseport_select_sock +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07aeaf41 tcp_enter_cwr +EXPORT_SYMBOL vmlinux 0x07b92c7c of_graph_get_port_parent +EXPORT_SYMBOL vmlinux 0x07bc9597 is_nd_pfn +EXPORT_SYMBOL vmlinux 0x07c6918b sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07ceeac9 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x07cf983b tty_do_resize +EXPORT_SYMBOL vmlinux 0x07db17be qman_create_fq +EXPORT_SYMBOL vmlinux 0x07e95ed7 t10_pi_type1_crc +EXPORT_SYMBOL vmlinux 0x07ec17c4 __mmap_lock_do_trace_start_locking +EXPORT_SYMBOL vmlinux 0x07f57478 pci_unmap_iospace +EXPORT_SYMBOL vmlinux 0x0800473f __cond_resched +EXPORT_SYMBOL vmlinux 0x0802a3b6 get_tree_nodev +EXPORT_SYMBOL vmlinux 0x0805f2c8 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0x081538f0 dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0x08162c74 free_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0x081d5888 mipi_dsi_dcs_set_display_off +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x082da3fc blk_set_queue_depth +EXPORT_SYMBOL vmlinux 0x0832d737 pci_request_irq +EXPORT_SYMBOL vmlinux 0x08356f32 fman_sp_set_buf_pools_in_asc_order_of_buf_sizes +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x086c4136 page_pool_create +EXPORT_SYMBOL vmlinux 0x0870efe3 jent_testing_exit +EXPORT_SYMBOL vmlinux 0x0873da37 skb_copy_bits +EXPORT_SYMBOL vmlinux 0x0874d837 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0x0877a4a8 netif_tx_stop_all_queues +EXPORT_SYMBOL vmlinux 0x0878d270 dm_table_event +EXPORT_SYMBOL vmlinux 0x087e411a flow_rule_match_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x088ee651 mr_mfc_seq_idx +EXPORT_SYMBOL vmlinux 0x089cdf15 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x089fbc35 vm_map_pages +EXPORT_SYMBOL vmlinux 0x08cebe2d d_set_d_op +EXPORT_SYMBOL vmlinux 0x08cef591 __mod_node_page_state +EXPORT_SYMBOL vmlinux 0x08e39398 cmd_db_read_addr +EXPORT_SYMBOL vmlinux 0x08eda434 sync_inodes_sb +EXPORT_SYMBOL vmlinux 0x09076250 __do_once_done +EXPORT_SYMBOL vmlinux 0x092e26bf acpi_remove_address_space_handler +EXPORT_SYMBOL vmlinux 0x09338dd9 pcie_relaxed_ordering_enabled +EXPORT_SYMBOL vmlinux 0x093712e5 acpi_purge_cached_objects +EXPORT_SYMBOL vmlinux 0x094bfd20 xen_alloc_unpopulated_pages +EXPORT_SYMBOL vmlinux 0x09769037 dmt_modes +EXPORT_SYMBOL vmlinux 0x097bd777 phy_suspend +EXPORT_SYMBOL vmlinux 0x097dbc46 dcache_dir_open +EXPORT_SYMBOL vmlinux 0x09860b49 __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x099302dc sock_no_listen +EXPORT_SYMBOL vmlinux 0x09bc5d85 mmc_hw_reset +EXPORT_SYMBOL vmlinux 0x09c7d899 iov_iter_npages +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09da0ba4 xa_set_mark +EXPORT_SYMBOL vmlinux 0x09eee748 mmc_card_is_blockaddr +EXPORT_SYMBOL vmlinux 0x09f9b261 xudma_rchan_put +EXPORT_SYMBOL vmlinux 0x0a012f73 mb_cache_entry_touch +EXPORT_SYMBOL vmlinux 0x0a0ebc08 __xa_cmpxchg +EXPORT_SYMBOL vmlinux 0x0a0f5f29 get_bitmap_from_slot +EXPORT_SYMBOL vmlinux 0x0a1a33c1 param_ops_bint +EXPORT_SYMBOL vmlinux 0x0a1e8769 utf8_casefold_hash +EXPORT_SYMBOL vmlinux 0x0a34433e adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0x0a5751ff configfs_register_default_group +EXPORT_SYMBOL vmlinux 0x0a5e102f softnet_data +EXPORT_SYMBOL vmlinux 0x0a5f8833 phy_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x0a67d363 phy_advertise_supported +EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier +EXPORT_SYMBOL vmlinux 0x0a7dfa4b param_set_int +EXPORT_SYMBOL vmlinux 0x0a84b15d zstd_init_cctx +EXPORT_SYMBOL vmlinux 0x0a8d18ef dst_destroy +EXPORT_SYMBOL vmlinux 0x0aa309cf synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x0aaccc92 pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x0ab41647 generic_key_instantiate +EXPORT_SYMBOL vmlinux 0x0ac4e50a dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0x0ac6e051 __cpuhp_setup_state +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0ad94c35 param_get_short +EXPORT_SYMBOL vmlinux 0x0ae2e9a9 skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0x0b072f09 dma_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0x0b1062e3 can_nice +EXPORT_SYMBOL vmlinux 0x0b12b774 pcie_set_mps +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b2334ae twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0x0b26b8c8 acpi_run_osc +EXPORT_SYMBOL vmlinux 0x0b36d6a8 blk_queue_max_write_zeroes_sectors +EXPORT_SYMBOL vmlinux 0x0b4bb0ec of_graph_get_remote_node +EXPORT_SYMBOL vmlinux 0x0b4bc667 tcp_fastopen_defer_connect +EXPORT_SYMBOL vmlinux 0x0b53954f fddi_type_trans +EXPORT_SYMBOL vmlinux 0x0b5f3203 napi_build_skb +EXPORT_SYMBOL vmlinux 0x0b60f275 tcp_peek_len +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b959719 xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x0ba0b938 vm_brk +EXPORT_SYMBOL vmlinux 0x0bb5dd4a dma_fence_chain_find_seqno +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bd394d8 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x0bf0e4a2 __SCK__tp_func_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x0bf708ad of_iomap +EXPORT_SYMBOL vmlinux 0x0bf735b1 fscrypt_decrypt_bio +EXPORT_SYMBOL vmlinux 0x0bfc1d1a check_zeroed_user +EXPORT_SYMBOL vmlinux 0x0c109e06 tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x0c25ec48 secure_tcpv6_seq +EXPORT_SYMBOL vmlinux 0x0c3690fc _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0x0c575719 __cond_resched_rwlock_write +EXPORT_SYMBOL vmlinux 0x0c6bdc3f vme_master_read +EXPORT_SYMBOL vmlinux 0x0c74556f bio_add_page +EXPORT_SYMBOL vmlinux 0x0cabbc99 dquot_disable +EXPORT_SYMBOL vmlinux 0x0cb11bc7 __SCK__tp_func_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x0cbc321a __block_write_full_folio +EXPORT_SYMBOL vmlinux 0x0cc4b4b6 crc_ccitt_false +EXPORT_SYMBOL vmlinux 0x0cd011b3 neigh_changeaddr +EXPORT_SYMBOL vmlinux 0x0cd05776 vfs_ioctl +EXPORT_SYMBOL vmlinux 0x0cd5835b ipv6_flowlabel_exclusive +EXPORT_SYMBOL vmlinux 0x0cdce87c rfkill_set_hw_state_reason +EXPORT_SYMBOL vmlinux 0x0d07f543 get_anon_bdev +EXPORT_SYMBOL vmlinux 0x0d0f7a49 blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0x0d100430 is_nd_btt +EXPORT_SYMBOL vmlinux 0x0d2b6405 cookie_ecn_ok +EXPORT_SYMBOL vmlinux 0x0d2ca20f ucc_fast_get_qe_cr_subblock +EXPORT_SYMBOL vmlinux 0x0d333b64 zstd_end_stream +EXPORT_SYMBOL vmlinux 0x0d375523 blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0x0d3f5c1a fman_get_max_frm +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d5afe69 tls_client_hello_x509 +EXPORT_SYMBOL vmlinux 0x0d5c824d mdio_device_free +EXPORT_SYMBOL vmlinux 0x0d687402 mdio_find_bus +EXPORT_SYMBOL vmlinux 0x0d6a8088 generic_listxattr +EXPORT_SYMBOL vmlinux 0x0d814719 __fput_sync +EXPORT_SYMBOL vmlinux 0x0d9c384e configfs_undepend_item +EXPORT_SYMBOL vmlinux 0x0da37acd dma_fence_array_first +EXPORT_SYMBOL vmlinux 0x0da5ccb3 phy_device_remove +EXPORT_SYMBOL vmlinux 0x0da6c02f dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0x0daa801f d_instantiate +EXPORT_SYMBOL vmlinux 0x0dc9b4a4 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0x0ddebb5e xp_dma_unmap +EXPORT_SYMBOL vmlinux 0x0deb72fc __traceiter_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x0decc0c3 ptp_clock_event +EXPORT_SYMBOL vmlinux 0x0deda8f6 ilookup5 +EXPORT_SYMBOL vmlinux 0x0df68fb2 fman_get_qman_channel_id +EXPORT_SYMBOL vmlinux 0x0e0d0751 mount_single +EXPORT_SYMBOL vmlinux 0x0e17678a siphash_4u64 +EXPORT_SYMBOL vmlinux 0x0e1f3fb2 devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0x0e4262c6 __siphash_unaligned +EXPORT_SYMBOL vmlinux 0x0e529186 input_event +EXPORT_SYMBOL vmlinux 0x0e5465af of_node_get +EXPORT_SYMBOL vmlinux 0x0e5b75ce mmc_sw_reset +EXPORT_SYMBOL vmlinux 0x0e6face4 scsi_partsize +EXPORT_SYMBOL vmlinux 0x0e8ec99b __of_mdiobus_register +EXPORT_SYMBOL vmlinux 0x0ea03bfc inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x0ea3c74e tasklet_kill +EXPORT_SYMBOL vmlinux 0x0ea593f6 hdmi_drm_infoframe_init +EXPORT_SYMBOL vmlinux 0x0eb1c3f4 dma_resv_fini +EXPORT_SYMBOL vmlinux 0x0eb6eb87 add_taint +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ecb19ac blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x0ecd41f2 netlink_unicast +EXPORT_SYMBOL vmlinux 0x0ef653ac cdrom_open +EXPORT_SYMBOL vmlinux 0x0f06b385 generic_write_checks +EXPORT_SYMBOL vmlinux 0x0f09cc34 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0x0f0dd691 kfree_skb_list_reason +EXPORT_SYMBOL vmlinux 0x0f1ad8e2 seq_list_start_rcu +EXPORT_SYMBOL vmlinux 0x0f37ca89 lockref_put_not_zero +EXPORT_SYMBOL vmlinux 0x0f5763df node_data +EXPORT_SYMBOL vmlinux 0x0f5949f1 folio_create_empty_buffers +EXPORT_SYMBOL vmlinux 0x0f608576 km_policy_notify +EXPORT_SYMBOL vmlinux 0x0f630261 gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x0f784360 release_sock +EXPORT_SYMBOL vmlinux 0x0f811fc7 jent_raw_hires_entropy_store +EXPORT_SYMBOL vmlinux 0x0f843e1b pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0x0f86f560 kthread_delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x0f885bea kmem_cache_free_bulk +EXPORT_SYMBOL vmlinux 0x0f9431b1 config_item_get +EXPORT_SYMBOL vmlinux 0x0f98a874 kernel_connect +EXPORT_SYMBOL vmlinux 0x0f9fe992 sockopt_ns_capable +EXPORT_SYMBOL vmlinux 0x0fab1ab0 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0x0fb098ea i2c_register_driver +EXPORT_SYMBOL vmlinux 0x0fb21901 mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0x0fb2f8a4 mktime64 +EXPORT_SYMBOL vmlinux 0x0fc39547 scsi_change_queue_depth +EXPORT_SYMBOL vmlinux 0x0fd1bfa9 __traceiter_module_get +EXPORT_SYMBOL vmlinux 0x0fd902db mb_cache_entry_create +EXPORT_SYMBOL vmlinux 0x0ff51dc1 skb_copy_header +EXPORT_SYMBOL vmlinux 0x0fff5afc time64_to_tm +EXPORT_SYMBOL vmlinux 0x10017aa5 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x100bddf8 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x1015239b sk_ns_capable +EXPORT_SYMBOL vmlinux 0x1015a573 pci_get_slot +EXPORT_SYMBOL vmlinux 0x1018c14b phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0x101d7ff5 ns_capable_noaudit +EXPORT_SYMBOL vmlinux 0x101dffaf tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x1025009a cpm_muram_alloc_fixed +EXPORT_SYMBOL vmlinux 0x102936ec qe_clock_source +EXPORT_SYMBOL vmlinux 0x102d19bf netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x1035c7c2 __release_region +EXPORT_SYMBOL vmlinux 0x1038f2c8 netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0x104bb854 flush_signals +EXPORT_SYMBOL vmlinux 0x104e15e3 phy_support_sym_pause +EXPORT_SYMBOL vmlinux 0x1057a279 bsearch +EXPORT_SYMBOL vmlinux 0x105a2bf2 flow_rule_match_enc_opts +EXPORT_SYMBOL vmlinux 0x1068004b gf128mul_bbe +EXPORT_SYMBOL vmlinux 0x107be0b0 percpu_counter_sync +EXPORT_SYMBOL vmlinux 0x107e5878 zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x108e2364 config_item_put +EXPORT_SYMBOL vmlinux 0x10c1c98c simple_transaction_release +EXPORT_SYMBOL vmlinux 0x10d4736b udp_skb_destructor +EXPORT_SYMBOL vmlinux 0x10d9f885 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x10e6f74a free_contig_range +EXPORT_SYMBOL vmlinux 0x10e99721 skb_copy_expand +EXPORT_SYMBOL vmlinux 0x10ecd846 tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0x10f4fde9 xsk_set_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0x11082314 of_graph_get_endpoint_by_regs +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x110f3ab9 pci_restore_state +EXPORT_SYMBOL vmlinux 0x1148a7a0 tcf_qevent_init +EXPORT_SYMBOL vmlinux 0x11650b5c param_set_copystring +EXPORT_SYMBOL vmlinux 0x116617d0 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x118fb4e3 mmc_gpiod_request_ro +EXPORT_SYMBOL vmlinux 0x11c9609e prepare_to_swait_event +EXPORT_SYMBOL vmlinux 0x11c9cbd8 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x11e30762 chacha_block_generic +EXPORT_SYMBOL vmlinux 0x11e672c9 _dev_warn +EXPORT_SYMBOL vmlinux 0x11ecbcbc phy_attached_info_irq +EXPORT_SYMBOL vmlinux 0x11f698fd dev_mc_add_global +EXPORT_SYMBOL vmlinux 0x11fae916 scsi_remove_target +EXPORT_SYMBOL vmlinux 0x11fcf2e8 aperture_remove_conflicting_pci_devices +EXPORT_SYMBOL vmlinux 0x11ffdfee ucc_slow_stop_tx +EXPORT_SYMBOL vmlinux 0x1209791d generic_set_encrypted_ci_d_ops +EXPORT_SYMBOL vmlinux 0x120ab3b9 __inc_node_page_state +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x120ff8e1 xudma_get_rflow_ring_offset +EXPORT_SYMBOL vmlinux 0x121ab339 console_start +EXPORT_SYMBOL vmlinux 0x12254b03 fwnode_irq_get_byname +EXPORT_SYMBOL vmlinux 0x122582bc remove_proc_subtree +EXPORT_SYMBOL vmlinux 0x122c3a7e _printk +EXPORT_SYMBOL vmlinux 0x1237fe27 scm_fp_dup +EXPORT_SYMBOL vmlinux 0x123eaef5 tegra_dfll_resume +EXPORT_SYMBOL vmlinux 0x124a3a92 xfrm_policy_hash_rebuild +EXPORT_SYMBOL vmlinux 0x124bad4d kstrtobool +EXPORT_SYMBOL vmlinux 0x1256084d par_io_of_config +EXPORT_SYMBOL vmlinux 0x1260339d capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0x12660c45 from_kprojid +EXPORT_SYMBOL vmlinux 0x1269da36 d_obtain_root +EXPORT_SYMBOL vmlinux 0x12700e38 tcf_block_put_ext +EXPORT_SYMBOL vmlinux 0x127d83ea security_locked_down +EXPORT_SYMBOL vmlinux 0x1284e724 genphy_soft_reset +EXPORT_SYMBOL vmlinux 0x128888b3 __sock_i_ino +EXPORT_SYMBOL vmlinux 0x129aedbf tty_devnum +EXPORT_SYMBOL vmlinux 0x12a4e128 __arch_copy_from_user +EXPORT_SYMBOL vmlinux 0x12b0c8f1 inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0x12b13b5f dev_trans_start +EXPORT_SYMBOL vmlinux 0x12b3211a folio_mark_accessed +EXPORT_SYMBOL vmlinux 0x12bc9b8d _dev_notice +EXPORT_SYMBOL vmlinux 0x12cabc89 siphash_2u64 +EXPORT_SYMBOL vmlinux 0x12cce0d1 tcf_chain_put_by_act +EXPORT_SYMBOL vmlinux 0x12d6c1e7 rio_query_mport +EXPORT_SYMBOL vmlinux 0x12dbc25c pnp_device_attach +EXPORT_SYMBOL vmlinux 0x12f6f69c fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x130078e9 d_alloc_name +EXPORT_SYMBOL vmlinux 0x130afd75 acpi_get_sleep_type_data +EXPORT_SYMBOL vmlinux 0x13104e8e mipi_dsi_shutdown_peripheral +EXPORT_SYMBOL vmlinux 0x13110126 request_resource +EXPORT_SYMBOL vmlinux 0x1312a6ea of_xudma_dev_get +EXPORT_SYMBOL vmlinux 0x131a6146 xa_clear_mark +EXPORT_SYMBOL vmlinux 0x132cb3e4 sockopt_lock_sock +EXPORT_SYMBOL vmlinux 0x13320057 is_nd_dax +EXPORT_SYMBOL vmlinux 0x134e5d53 skb_store_bits +EXPORT_SYMBOL vmlinux 0x13765bad mdio_device_register +EXPORT_SYMBOL vmlinux 0x139f2189 __kfifo_alloc +EXPORT_SYMBOL vmlinux 0x13ba14ac mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0x13c27d68 crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x13ca70f4 retire_super +EXPORT_SYMBOL vmlinux 0x13cdf6be inode_insert5 +EXPORT_SYMBOL vmlinux 0x13ce5793 mr_mfc_seq_next +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13d928f5 __SCK__tp_func_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x13e26210 jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0x13ef5aeb udp_poll +EXPORT_SYMBOL vmlinux 0x13f1d583 twl6040_set_bits +EXPORT_SYMBOL vmlinux 0x141271bf acpi_dev_found +EXPORT_SYMBOL vmlinux 0x1423c9c6 mipi_dsi_dcs_set_tear_on +EXPORT_SYMBOL vmlinux 0x14356eba pci_get_device +EXPORT_SYMBOL vmlinux 0x14494cd9 sock_bindtoindex +EXPORT_SYMBOL vmlinux 0x145c7f8e msm_pinctrl_probe +EXPORT_SYMBOL vmlinux 0x14605535 dma_fence_context_alloc +EXPORT_SYMBOL vmlinux 0x146289b7 crc16_table +EXPORT_SYMBOL vmlinux 0x146bf60b phy_start +EXPORT_SYMBOL vmlinux 0x1472043e md_bitmap_end_sync +EXPORT_SYMBOL vmlinux 0x1498c852 d_splice_alias +EXPORT_SYMBOL vmlinux 0x14a64a87 acpi_install_address_space_handler_no_reg +EXPORT_SYMBOL vmlinux 0x14adb45b eth_header_parse_protocol +EXPORT_SYMBOL vmlinux 0x14c67e3e tcp_tx_delay_enabled +EXPORT_SYMBOL vmlinux 0x14d533c1 reuseport_alloc +EXPORT_SYMBOL vmlinux 0x14d58e9c devm_mfd_add_devices +EXPORT_SYMBOL vmlinux 0x14d7477f console_list_unlock +EXPORT_SYMBOL vmlinux 0x14e912be try_module_get +EXPORT_SYMBOL vmlinux 0x14f45fcc bman_free_pool +EXPORT_SYMBOL vmlinux 0x151151fa noop_fsync +EXPORT_SYMBOL vmlinux 0x151f4898 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0x1526b301 unix_tot_inflight +EXPORT_SYMBOL vmlinux 0x152fb385 netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0x1535d5f6 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0x15402070 sock_rfree +EXPORT_SYMBOL vmlinux 0x15438528 dmam_pool_create +EXPORT_SYMBOL vmlinux 0x1548268a d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0x1548d970 __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x154af450 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x15563f2c page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x156742b4 phy_attached_info +EXPORT_SYMBOL vmlinux 0x156cecf5 param_ops_charp +EXPORT_SYMBOL vmlinux 0x159ea427 md_reload_sb +EXPORT_SYMBOL vmlinux 0x15a8a381 kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0x15b646d5 xattr_supports_user_prefix +EXPORT_SYMBOL vmlinux 0x15ba50a6 jiffies +EXPORT_SYMBOL vmlinux 0x15bafe29 unregister_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x15bc8e75 jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x15bed7a5 LZ4_decompress_safe_partial +EXPORT_SYMBOL vmlinux 0x15c85de3 mempool_init +EXPORT_SYMBOL vmlinux 0x15e0b575 dev_set_allmulti +EXPORT_SYMBOL vmlinux 0x15f19d59 find_vma_intersection +EXPORT_SYMBOL vmlinux 0x15f89a19 page_get_link +EXPORT_SYMBOL vmlinux 0x15f90688 slhc_init +EXPORT_SYMBOL vmlinux 0x160ebf9a disk_stack_limits +EXPORT_SYMBOL vmlinux 0x162893fd hashlen_string +EXPORT_SYMBOL vmlinux 0x162b531f read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0x1632bc21 kvasprintf_const +EXPORT_SYMBOL vmlinux 0x163d2417 tegra_io_rail_power_off +EXPORT_SYMBOL vmlinux 0x163f2f04 rdmacg_try_charge +EXPORT_SYMBOL vmlinux 0x164d5a6e ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0x1659fab3 inc_node_page_state +EXPORT_SYMBOL vmlinux 0x165ad395 trace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0x16642837 scsi_device_resume +EXPORT_SYMBOL vmlinux 0x1668cf86 acpi_match_device_ids +EXPORT_SYMBOL vmlinux 0x167167fb netpoll_setup +EXPORT_SYMBOL vmlinux 0x1675fc95 tcp_recv_skb +EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump +EXPORT_SYMBOL vmlinux 0x1683f232 bdi_register +EXPORT_SYMBOL vmlinux 0x169938c1 __sysfs_match_string +EXPORT_SYMBOL vmlinux 0x16a7b16f __traceiter_kmalloc +EXPORT_SYMBOL vmlinux 0x16bcc3f9 pin_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0x16c32d31 i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0x16cdc340 acpi_get_table +EXPORT_SYMBOL vmlinux 0x16ce9a74 load_nls_default +EXPORT_SYMBOL vmlinux 0x16d28375 dev_addr_del +EXPORT_SYMBOL vmlinux 0x16d3d234 mipi_dsi_driver_register_full +EXPORT_SYMBOL vmlinux 0x16e297c3 bit_wait +EXPORT_SYMBOL vmlinux 0x16e7e2cb cpu_all_bits +EXPORT_SYMBOL vmlinux 0x16f01ff4 __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0x170ddf79 acpi_install_notify_handler +EXPORT_SYMBOL vmlinux 0x172e7908 inet_protos +EXPORT_SYMBOL vmlinux 0x17389ce1 param_set_ullong +EXPORT_SYMBOL vmlinux 0x175415dc folio_wait_private_2_killable +EXPORT_SYMBOL vmlinux 0x175721f6 write_dirty_buffer +EXPORT_SYMBOL vmlinux 0x1773920f devm_release_resource +EXPORT_SYMBOL vmlinux 0x1773fc6e vfs_fsync_range +EXPORT_SYMBOL vmlinux 0x17825d3f xudma_rchan_get +EXPORT_SYMBOL vmlinux 0x178c4894 qe_upload_firmware +EXPORT_SYMBOL vmlinux 0x178d06c4 serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0x17aa5cdc inet_csk_reqsk_queue_drop +EXPORT_SYMBOL vmlinux 0x17bceb96 input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0x17c94ba6 nd_region_release_lane +EXPORT_SYMBOL vmlinux 0x17ec512e dquot_initialize +EXPORT_SYMBOL vmlinux 0x17ed64a0 sock_alloc_file +EXPORT_SYMBOL vmlinux 0x17f48417 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0x17fa718d inet_register_protosw +EXPORT_SYMBOL vmlinux 0x1800fa42 __xfrm_dst_lookup +EXPORT_SYMBOL vmlinux 0x180b7f8a pci_write_vpd +EXPORT_SYMBOL vmlinux 0x180bc2f3 dev_kfree_skb_irq_reason +EXPORT_SYMBOL vmlinux 0x1819a3f5 register_sysctl +EXPORT_SYMBOL vmlinux 0x181c7644 md_check_recovery +EXPORT_SYMBOL vmlinux 0x181f2acc pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x182906bf xp_alloc_batch +EXPORT_SYMBOL vmlinux 0x182deb5c pci_assign_resource +EXPORT_SYMBOL vmlinux 0x18345b8e __bitmap_replace +EXPORT_SYMBOL vmlinux 0x1836c53b ethtool_rx_flow_rule_destroy +EXPORT_SYMBOL vmlinux 0x185d2b94 unregister_shrinker +EXPORT_SYMBOL vmlinux 0x186b61e8 param_ops_byte +EXPORT_SYMBOL vmlinux 0x186f2de7 deactivate_locked_super +EXPORT_SYMBOL vmlinux 0x187884a8 cpm_muram_free +EXPORT_SYMBOL vmlinux 0x18888d00 downgrade_write +EXPORT_SYMBOL vmlinux 0x188a2195 tcp_make_synack +EXPORT_SYMBOL vmlinux 0x188ea314 jiffies_to_timespec64 +EXPORT_SYMBOL vmlinux 0x18a3daf8 md_bitmap_update_sb +EXPORT_SYMBOL vmlinux 0x18a4f14b generic_read_dir +EXPORT_SYMBOL vmlinux 0x18b0326f block_commit_write +EXPORT_SYMBOL vmlinux 0x18b48e28 __memset_io +EXPORT_SYMBOL vmlinux 0x18cb0e31 bio_chain +EXPORT_SYMBOL vmlinux 0x18cd6b8c mii_nway_restart +EXPORT_SYMBOL vmlinux 0x18d3b0ee md_unregister_thread +EXPORT_SYMBOL vmlinux 0x18d4345f dst_discard_out +EXPORT_SYMBOL vmlinux 0x18ddb233 of_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x18e11df8 __netif_schedule +EXPORT_SYMBOL vmlinux 0x18e39741 submit_bio_wait +EXPORT_SYMBOL vmlinux 0x18e60984 __do_once_start +EXPORT_SYMBOL vmlinux 0x1906bfbc mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x191ccf62 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0x19206628 kill_fasync +EXPORT_SYMBOL vmlinux 0x193a4c0d __brelse +EXPORT_SYMBOL vmlinux 0x193b34c7 phy_find_first +EXPORT_SYMBOL vmlinux 0x1951fc6d param_get_invbool +EXPORT_SYMBOL vmlinux 0x1953c958 mempool_create +EXPORT_SYMBOL vmlinux 0x195e9be1 __dev_direct_xmit +EXPORT_SYMBOL vmlinux 0x196bbed5 blkdev_compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0x197d5b60 dma_fence_default_wait +EXPORT_SYMBOL vmlinux 0x1984d421 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0x19922da9 __ip_options_compile +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19d14eca sockopt_release_sock +EXPORT_SYMBOL vmlinux 0x19e0c613 generic_parse_monolithic +EXPORT_SYMBOL vmlinux 0x19e53a1e unpin_user_pages +EXPORT_SYMBOL vmlinux 0x19e58ab0 clk_get +EXPORT_SYMBOL vmlinux 0x1a16af31 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x1a1f59fc pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0x1a27bffa inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x1a28a16c sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0x1a3c5fd4 path_put +EXPORT_SYMBOL vmlinux 0x1a4072a5 udp_pre_connect +EXPORT_SYMBOL vmlinux 0x1a45cb6c acpi_disabled +EXPORT_SYMBOL vmlinux 0x1a4840fa balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0x1a4b5499 mmc_of_parse +EXPORT_SYMBOL vmlinux 0x1a554edf lock_sock_nested +EXPORT_SYMBOL vmlinux 0x1a560293 sock_wake_async +EXPORT_SYMBOL vmlinux 0x1a569921 __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0x1a5fa437 pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0x1a609751 udp_seq_ops +EXPORT_SYMBOL vmlinux 0x1a60a94d of_iommu_get_resv_regions +EXPORT_SYMBOL vmlinux 0x1a71c8d3 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x1a81762e pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0x1a8a6c3e dquot_get_next_dqblk +EXPORT_SYMBOL vmlinux 0x1a911382 input_allocate_device +EXPORT_SYMBOL vmlinux 0x1a975ab5 __fs_parse +EXPORT_SYMBOL vmlinux 0x1a9a433c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x1aab8ec3 page_pool_return_skb_page +EXPORT_SYMBOL vmlinux 0x1aaf435a copy_highpage +EXPORT_SYMBOL vmlinux 0x1ab6615a devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn +EXPORT_SYMBOL vmlinux 0x1ad0f0fa udp_set_csum +EXPORT_SYMBOL vmlinux 0x1adb3d44 sock_no_linger +EXPORT_SYMBOL vmlinux 0x1af3953e sock_bind_add +EXPORT_SYMBOL vmlinux 0x1af40895 __page_frag_cache_drain +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b030bfb put_cmsg +EXPORT_SYMBOL vmlinux 0x1b1192c5 io_uring_get_socket +EXPORT_SYMBOL vmlinux 0x1b335af2 __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x1b5196fc xudma_tchan_put +EXPORT_SYMBOL vmlinux 0x1b55e7a1 __ip_select_ident +EXPORT_SYMBOL vmlinux 0x1b562e60 vfs_parse_fs_param +EXPORT_SYMBOL vmlinux 0x1b597b7a swake_up_all +EXPORT_SYMBOL vmlinux 0x1b60472f generic_file_direct_write +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b673cb1 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0x1b71f77d xsk_tx_peek_release_desc_batch +EXPORT_SYMBOL vmlinux 0x1b777357 rdmacg_unregister_device +EXPORT_SYMBOL vmlinux 0x1b8cf0b3 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0x1b90802d cdev_device_del +EXPORT_SYMBOL vmlinux 0x1b908d85 _raw_write_lock_nested +EXPORT_SYMBOL vmlinux 0x1b92683a param_ops_int +EXPORT_SYMBOL vmlinux 0x1b9891ba device_get_mac_address +EXPORT_SYMBOL vmlinux 0x1ba59527 __kmalloc_node +EXPORT_SYMBOL vmlinux 0x1bb3bfe4 bio_copy_data +EXPORT_SYMBOL vmlinux 0x1bb51249 tcp_have_smc +EXPORT_SYMBOL vmlinux 0x1bb5d413 tegra_dfll_runtime_resume +EXPORT_SYMBOL vmlinux 0x1bb86b9a xen_start_info +EXPORT_SYMBOL vmlinux 0x1bcc9cb3 dump_align +EXPORT_SYMBOL vmlinux 0x1bcf0b1c kmem_cache_create +EXPORT_SYMBOL vmlinux 0x1bd29eda would_dump +EXPORT_SYMBOL vmlinux 0x1bd59dbe vme_free_consistent +EXPORT_SYMBOL vmlinux 0x1bdd4f37 mod_node_page_state +EXPORT_SYMBOL vmlinux 0x1be00271 __nla_reserve +EXPORT_SYMBOL vmlinux 0x1be8ed8f pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x1bea4a6e mdiobus_setup_mdiodev_from_board_info +EXPORT_SYMBOL vmlinux 0x1bec584e arp_xmit +EXPORT_SYMBOL vmlinux 0x1bf86822 mipi_dsi_driver_unregister +EXPORT_SYMBOL vmlinux 0x1c02a295 vga_put +EXPORT_SYMBOL vmlinux 0x1c1854ec crypto_kdf108_setkey +EXPORT_SYMBOL vmlinux 0x1c1b8f04 __ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x1c2310a2 sk_stop_timer_sync +EXPORT_SYMBOL vmlinux 0x1c45eba4 scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0x1c58427f acpi_remove_notify_handler +EXPORT_SYMBOL vmlinux 0x1c5e3878 icst525_idx2s +EXPORT_SYMBOL vmlinux 0x1c70d1a2 md_write_inc +EXPORT_SYMBOL vmlinux 0x1c777eb3 tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0x1c93f5fc param_get_hexint +EXPORT_SYMBOL vmlinux 0x1cb11044 inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0x1cb3df87 phy_connect_direct +EXPORT_SYMBOL vmlinux 0x1cb8feb0 serio_open +EXPORT_SYMBOL vmlinux 0x1cc11154 __SCK__tp_func_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x1cc75dbf dm_table_get_size +EXPORT_SYMBOL vmlinux 0x1cd0adea module_put +EXPORT_SYMBOL vmlinux 0x1cd8438b pxm_to_node +EXPORT_SYMBOL vmlinux 0x1cdd39ba logic_outsl +EXPORT_SYMBOL vmlinux 0x1cde3cdd skb_ensure_writable +EXPORT_SYMBOL vmlinux 0x1cdeb282 dquot_quota_off +EXPORT_SYMBOL vmlinux 0x1cea0a7e fifo_create_dflt +EXPORT_SYMBOL vmlinux 0x1cf5efa6 xudma_rflow_get_id +EXPORT_SYMBOL vmlinux 0x1cfe97f8 fwnode_mdiobus_register_phy +EXPORT_SYMBOL vmlinux 0x1d07e365 memdup_user_nul +EXPORT_SYMBOL vmlinux 0x1d0bf64f unregister_quota_format +EXPORT_SYMBOL vmlinux 0x1d15186c mmc_card_alternative_gpt_sector +EXPORT_SYMBOL vmlinux 0x1d1834d7 __invalidate_device +EXPORT_SYMBOL vmlinux 0x1d1abdf0 acpi_get_physical_device_location +EXPORT_SYMBOL vmlinux 0x1d1bd6f0 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0x1d24c881 ___ratelimit +EXPORT_SYMBOL vmlinux 0x1d40b6f3 idr_for_each +EXPORT_SYMBOL vmlinux 0x1d4e91c6 generic_file_mmap +EXPORT_SYMBOL vmlinux 0x1d64ee1d scsi_device_get +EXPORT_SYMBOL vmlinux 0x1d794855 __tracepoint_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x1d8a5fc4 tty_register_driver +EXPORT_SYMBOL vmlinux 0x1d9672bd fault_in_subpage_writeable +EXPORT_SYMBOL vmlinux 0x1d97938d rproc_detach +EXPORT_SYMBOL vmlinux 0x1da2ff8c fwnode_get_phy_id +EXPORT_SYMBOL vmlinux 0x1db8e339 simple_link +EXPORT_SYMBOL vmlinux 0x1dc443ac fwnode_get_mac_address +EXPORT_SYMBOL vmlinux 0x1dc6c93b lookup_user_key +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1dd68c29 simple_lookup +EXPORT_SYMBOL vmlinux 0x1dd84169 mipi_dsi_dcs_get_display_brightness_large +EXPORT_SYMBOL vmlinux 0x1de4ccb2 get_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x1de59c22 qcom_scm_ice_invalidate_key +EXPORT_SYMBOL vmlinux 0x1de67f9b qcom_scm_io_writel +EXPORT_SYMBOL vmlinux 0x1de8895e skb_condense +EXPORT_SYMBOL vmlinux 0x1e0373fc imx_scu_irq_group_enable +EXPORT_SYMBOL vmlinux 0x1e0a0c24 mod_timer_pending +EXPORT_SYMBOL vmlinux 0x1e0cd7fe acpi_detach_data +EXPORT_SYMBOL vmlinux 0x1e0f878d _copy_from_iter +EXPORT_SYMBOL vmlinux 0x1e242010 scsi_print_command +EXPORT_SYMBOL vmlinux 0x1e256125 jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0x1e2efaff mfd_remove_devices +EXPORT_SYMBOL vmlinux 0x1e39c1c7 tc_setup_cb_destroy +EXPORT_SYMBOL vmlinux 0x1e4a3297 file_remove_privs +EXPORT_SYMBOL vmlinux 0x1e5c50e6 vfs_iocb_iter_write +EXPORT_SYMBOL vmlinux 0x1e665afa devfreq_recommended_opp +EXPORT_SYMBOL vmlinux 0x1e6adaa0 bitmap_print_bitmask_to_buf +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e89cbee console_stop +EXPORT_SYMBOL vmlinux 0x1e977089 devm_mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1eaa660c of_get_next_cpu_node +EXPORT_SYMBOL vmlinux 0x1eaceaae clkdev_add +EXPORT_SYMBOL vmlinux 0x1edb69d6 ktime_get_raw_ts64 +EXPORT_SYMBOL vmlinux 0x1ee8b82d rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0x1ef41b7e qcom_scm_iommu_set_pt_format +EXPORT_SYMBOL vmlinux 0x1eff5163 mipi_dsi_detach +EXPORT_SYMBOL vmlinux 0x1f10c1f7 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x1f277a30 generic_fill_statx_attr +EXPORT_SYMBOL vmlinux 0x1f496103 mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0x1f557414 gen_pool_has_addr +EXPORT_SYMBOL vmlinux 0x1f69336f qman_get_qm_portal_config +EXPORT_SYMBOL vmlinux 0x1f7737a8 tc_cleanup_offload_action +EXPORT_SYMBOL vmlinux 0x1f7c867e page_pool_alloc_pages +EXPORT_SYMBOL vmlinux 0x1f7d7dd7 has_capability +EXPORT_SYMBOL vmlinux 0x1f9c0d4a xfrm6_rcv_tnl +EXPORT_SYMBOL vmlinux 0x1fa648b5 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x1fb9fa3c mipi_dsi_dcs_get_pixel_format +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fc1109e proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x1fc86b83 xfrm_replay_seqhi +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fdac65f vme_dma_request +EXPORT_SYMBOL vmlinux 0x1fdde48c pcim_iomap_table +EXPORT_SYMBOL vmlinux 0x1fe312dd mr_mfc_find_any_parent +EXPORT_SYMBOL vmlinux 0x1ff90ecd padata_do_parallel +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x20278d8e pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x202bdf7d pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0x202fe7e7 udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0x20463df4 wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x204c5067 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0x20525e51 ip_sock_set_tos +EXPORT_SYMBOL vmlinux 0x207075ea scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x2074bf01 seg6_hmac_net_exit +EXPORT_SYMBOL vmlinux 0x207d2412 sock_setsockopt +EXPORT_SYMBOL vmlinux 0x20857a33 xp_raw_get_data +EXPORT_SYMBOL vmlinux 0x2093f0ab dma_resv_iter_next_unlocked +EXPORT_SYMBOL vmlinux 0x209b478b key_validate +EXPORT_SYMBOL vmlinux 0x20a2773c __udp_disconnect +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20ca8dbf __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x20cbb30a __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x20d64f09 pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x20d65e40 fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0x20d7824c jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x20e8c4e8 neigh_for_each +EXPORT_SYMBOL vmlinux 0x20e9dab7 xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x20eadeb6 ip_compute_csum +EXPORT_SYMBOL vmlinux 0x20f4852f unregister_cdrom +EXPORT_SYMBOL vmlinux 0x211c6961 param_set_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x2130907a pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x213a738d memregion_alloc +EXPORT_SYMBOL vmlinux 0x213b4ae3 scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0x213bbf31 drop_super +EXPORT_SYMBOL vmlinux 0x213e4965 ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x21434d2d of_find_backlight_by_node +EXPORT_SYMBOL vmlinux 0x21441a1c t10_pi_type3_ip +EXPORT_SYMBOL vmlinux 0x214f37e4 cont_write_begin +EXPORT_SYMBOL vmlinux 0x216c2c9e inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0x217fcd95 netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0x218c24f1 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x218e600b pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0x21a7a851 acpi_bus_unregister_driver +EXPORT_SYMBOL vmlinux 0x21a7af7d dquot_destroy +EXPORT_SYMBOL vmlinux 0x21bdb523 errseq_check_and_advance +EXPORT_SYMBOL vmlinux 0x21d58eda param_get_int +EXPORT_SYMBOL vmlinux 0x21d9e030 handshake_req_alloc +EXPORT_SYMBOL vmlinux 0x21e13cb3 inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0x21ea5251 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x21ef374c try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x22059134 __bh_read +EXPORT_SYMBOL vmlinux 0x2206c071 inet_offloads +EXPORT_SYMBOL vmlinux 0x220bc2c2 dev_get_stats +EXPORT_SYMBOL vmlinux 0x221a0386 neigh_update +EXPORT_SYMBOL vmlinux 0x222d1b06 __cpuhp_remove_state +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x2234ca51 acpi_match_platform_list +EXPORT_SYMBOL vmlinux 0x2241196b inode_nohighmem +EXPORT_SYMBOL vmlinux 0x224824fa input_get_timestamp +EXPORT_SYMBOL vmlinux 0x224ce651 xudma_free_gp_rflow_range +EXPORT_SYMBOL vmlinux 0x2257a6dd mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0x225b4c00 bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x22694647 getname_kernel +EXPORT_SYMBOL vmlinux 0x22764917 dev_add_pack +EXPORT_SYMBOL vmlinux 0x227b3eb0 rproc_coredump_add_custom_segment +EXPORT_SYMBOL vmlinux 0x229a161a ps2_command +EXPORT_SYMBOL vmlinux 0x229a1b55 setattr_should_drop_sgid +EXPORT_SYMBOL vmlinux 0x22ac932c bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22b8554b __dev_get_by_flags +EXPORT_SYMBOL vmlinux 0x22c627bf jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0x22c80a58 current_time +EXPORT_SYMBOL vmlinux 0x22d407a9 inode_needs_sync +EXPORT_SYMBOL vmlinux 0x22dc7ebc cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0x23067985 netdev_sk_get_lowest_dev +EXPORT_SYMBOL vmlinux 0x233555f1 lookup_one_len +EXPORT_SYMBOL vmlinux 0x233bbd9e inet_csk_accept +EXPORT_SYMBOL vmlinux 0x23504531 eth_get_headlen +EXPORT_SYMBOL vmlinux 0x23559c51 qman_oos_fq +EXPORT_SYMBOL vmlinux 0x2358e01b pci_ep_cfs_add_epf_group +EXPORT_SYMBOL vmlinux 0x235b00c5 __scsi_add_device +EXPORT_SYMBOL vmlinux 0x235fd186 dm_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x2364c85a tasklet_init +EXPORT_SYMBOL vmlinux 0x23704bff i2c_get_match_data +EXPORT_SYMBOL vmlinux 0x2386c83d dquot_drop +EXPORT_SYMBOL vmlinux 0x238afcc6 dev_kfree_skb_any_reason +EXPORT_SYMBOL vmlinux 0x238b099f mipi_dsi_packet_format_is_short +EXPORT_SYMBOL vmlinux 0x238ddd40 tcp_seq_stop +EXPORT_SYMBOL vmlinux 0x2391f725 irq_stat +EXPORT_SYMBOL vmlinux 0x239f471b pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23daa989 mipi_dsi_create_packet +EXPORT_SYMBOL vmlinux 0x23dc7f6c hdmi_avi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x23f1d7a6 page_pool_ethtool_stats_get_count +EXPORT_SYMBOL vmlinux 0x23f4fedb netpoll_send_skb +EXPORT_SYMBOL vmlinux 0x23f96072 skb_csum_hwoffload_help +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x240ce258 vme_init_bridge +EXPORT_SYMBOL vmlinux 0x24134417 phy_print_status +EXPORT_SYMBOL vmlinux 0x242392ea touch_atime +EXPORT_SYMBOL vmlinux 0x243297ac read_cache_folio +EXPORT_SYMBOL vmlinux 0x2434129b __skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x2443eed0 udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0x24586650 pci_find_bus +EXPORT_SYMBOL vmlinux 0x24598b20 dns_query +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x24678d50 invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x246f1522 security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0x24822a72 sk_mc_loop +EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0x24a880ec generic_buffers_fsync_noflush +EXPORT_SYMBOL vmlinux 0x24c34ef9 nd_device_register +EXPORT_SYMBOL vmlinux 0x24c45974 pci_scan_single_device +EXPORT_SYMBOL vmlinux 0x24d273d1 add_timer +EXPORT_SYMBOL vmlinux 0x24d808a6 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x24e1b558 seg6_hmac_compute +EXPORT_SYMBOL vmlinux 0x24e9f076 mmc_can_gpio_ro +EXPORT_SYMBOL vmlinux 0x2505bf18 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x25151cf2 tcf_idr_search +EXPORT_SYMBOL vmlinux 0x252332f1 __SCK__tp_func_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x25248683 inet_rcv_saddr_equal +EXPORT_SYMBOL vmlinux 0x2531d83b mntput +EXPORT_SYMBOL vmlinux 0x25321eef prepare_creds +EXPORT_SYMBOL vmlinux 0x2542c8e9 register_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x2552c09c tcp_parse_options +EXPORT_SYMBOL vmlinux 0x25623884 ilookup5_nowait +EXPORT_SYMBOL vmlinux 0x256975bf d_set_fallthru +EXPORT_SYMBOL vmlinux 0x2577fb2e flow_rule_match_tcp +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x25832b5a serio_reconnect +EXPORT_SYMBOL vmlinux 0x258a2c02 _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x258d2f76 net_dim_get_tx_moderation +EXPORT_SYMBOL vmlinux 0x25974000 wait_for_completion +EXPORT_SYMBOL vmlinux 0x2598c6c0 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x25a6f026 ipv6_sock_mc_join +EXPORT_SYMBOL vmlinux 0x25b1535e sk_error_report +EXPORT_SYMBOL vmlinux 0x25b6eebf i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0x25d23868 _copy_to_iter +EXPORT_SYMBOL vmlinux 0x25d85131 netdev_update_features +EXPORT_SYMBOL vmlinux 0x25dd9b25 sock_set_reuseport +EXPORT_SYMBOL vmlinux 0x25e9d4bd resource_list_free +EXPORT_SYMBOL vmlinux 0x26060d14 set_groups +EXPORT_SYMBOL vmlinux 0x2606eefd __do_once_sleepable_done +EXPORT_SYMBOL vmlinux 0x260d9391 __cgroup_bpf_run_filter_sock_ops +EXPORT_SYMBOL vmlinux 0x260e52ee dynamic_preempt_schedule_notrace +EXPORT_SYMBOL vmlinux 0x260e81d5 __phy_resume +EXPORT_SYMBOL vmlinux 0x2613fdda poll_initwait +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x263c3152 bcmp +EXPORT_SYMBOL vmlinux 0x263e02e5 mfd_remove_devices_late +EXPORT_SYMBOL vmlinux 0x263f0d1f qman_portal_set_iperiod +EXPORT_SYMBOL vmlinux 0x26438744 sync_blockdev +EXPORT_SYMBOL vmlinux 0x265163e4 kset_unregister +EXPORT_SYMBOL vmlinux 0x2657a12f cros_ec_prepare_tx +EXPORT_SYMBOL vmlinux 0x266249c9 do_SAK +EXPORT_SYMBOL vmlinux 0x26630530 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0x266f82f0 dquot_alloc +EXPORT_SYMBOL vmlinux 0x267961d0 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x267b7088 napi_disable +EXPORT_SYMBOL vmlinux 0x2688ec10 bitmap_zalloc +EXPORT_SYMBOL vmlinux 0x26897b52 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x268e11c5 vme_new_dma_list +EXPORT_SYMBOL vmlinux 0x269a09f3 mipi_dsi_turn_on_peripheral +EXPORT_SYMBOL vmlinux 0x26a482fe single_open +EXPORT_SYMBOL vmlinux 0x26b7164d alloc_file_pseudo +EXPORT_SYMBOL vmlinux 0x26b9fa90 dev_open +EXPORT_SYMBOL vmlinux 0x26c693d3 security_path_rename +EXPORT_SYMBOL vmlinux 0x26d033d0 rtnl_unicast +EXPORT_SYMBOL vmlinux 0x26d880e6 of_phy_get_and_connect +EXPORT_SYMBOL vmlinux 0x26e10481 fixed_size_llseek +EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x26e67e99 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0x26e7a788 register_mii_timestamper +EXPORT_SYMBOL vmlinux 0x26e8e91d mount_nodev +EXPORT_SYMBOL vmlinux 0x270cf88f dump_stack_lvl +EXPORT_SYMBOL vmlinux 0x27180cce trace_event_printf +EXPORT_SYMBOL vmlinux 0x271cba95 acpi_bus_private_data_handler +EXPORT_SYMBOL vmlinux 0x272a8933 udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x272b5962 ptp_clock_register +EXPORT_SYMBOL vmlinux 0x272ea4a1 gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0x2733eaf7 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0x2737aee5 gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0x27479d14 param_free_charp +EXPORT_SYMBOL vmlinux 0x274a8d25 __skb_wait_for_more_packets +EXPORT_SYMBOL vmlinux 0x274b79f8 tls_server_hello_psk +EXPORT_SYMBOL vmlinux 0x275dfee4 ucc_slow_free +EXPORT_SYMBOL vmlinux 0x275f3d49 hdmi_vendor_infoframe_check +EXPORT_SYMBOL vmlinux 0x27670f89 nf_register_net_hooks +EXPORT_SYMBOL vmlinux 0x27756bc8 scsi_sanitize_inquiry_string +EXPORT_SYMBOL vmlinux 0x27810361 acpi_os_wait_events_complete +EXPORT_SYMBOL vmlinux 0x27822479 fd_install +EXPORT_SYMBOL vmlinux 0x2782b393 xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x2786f8f6 __sk_dst_check +EXPORT_SYMBOL vmlinux 0x279ea93f mr_vif_seq_next +EXPORT_SYMBOL vmlinux 0x27affdbc skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0x27bafd47 __register_nls +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27bd5a47 trace_print_array_seq +EXPORT_SYMBOL vmlinux 0x27c18500 pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0x27c3c728 qman_release_fqid +EXPORT_SYMBOL vmlinux 0x27c803ab tcf_idr_create +EXPORT_SYMBOL vmlinux 0x27cd6cd9 mmc_release_host +EXPORT_SYMBOL vmlinux 0x27cdca93 pci_add_resource +EXPORT_SYMBOL vmlinux 0x27d00416 filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x27d4754b nf_log_set +EXPORT_SYMBOL vmlinux 0x27e0dd0a qcom_scm_pas_init_image +EXPORT_SYMBOL vmlinux 0x2801a22f proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0x280753b0 unlock_page +EXPORT_SYMBOL vmlinux 0x28119f4e netlink_net_capable +EXPORT_SYMBOL vmlinux 0x28148011 padata_free_shell +EXPORT_SYMBOL vmlinux 0x2816d0aa sock_i_ino +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x28248a59 configfs_register_group +EXPORT_SYMBOL vmlinux 0x2824e285 backlight_device_register +EXPORT_SYMBOL vmlinux 0x282c7e12 __tracepoint_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x2830fabf of_find_all_nodes +EXPORT_SYMBOL vmlinux 0x283bb8d4 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x28500e13 proc_douintvec +EXPORT_SYMBOL vmlinux 0x286a8954 sock_release +EXPORT_SYMBOL vmlinux 0x2875a315 utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0x28864fef __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0x28897f98 inetdev_by_index +EXPORT_SYMBOL vmlinux 0x288db247 dqput +EXPORT_SYMBOL vmlinux 0x289d0ce7 block_invalidate_folio +EXPORT_SYMBOL vmlinux 0x28b44fb9 get_user_pages +EXPORT_SYMBOL vmlinux 0x28b98f63 inet_del_protocol +EXPORT_SYMBOL vmlinux 0x28bbb1de of_node_name_prefix +EXPORT_SYMBOL vmlinux 0x28bfdc1c try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x28cc9a85 ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0x28ccb645 simple_transaction_get +EXPORT_SYMBOL vmlinux 0x28cf7234 flow_block_cb_free +EXPORT_SYMBOL vmlinux 0x28e00bb7 fb_pan_display +EXPORT_SYMBOL vmlinux 0x28f264d7 __tracepoint_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x28f5c0df brioctl_set +EXPORT_SYMBOL vmlinux 0x28f94604 __ubsan_handle_builtin_unreachable +EXPORT_SYMBOL vmlinux 0x28f95891 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x28fdea06 jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0x29066afa pci_enable_msi +EXPORT_SYMBOL vmlinux 0x2911352f __skb_recv_udp +EXPORT_SYMBOL vmlinux 0x29143532 devm_aperture_acquire_for_platform_device +EXPORT_SYMBOL vmlinux 0x2915815b pci_free_irq +EXPORT_SYMBOL vmlinux 0x2918f8bb ip_options_compile +EXPORT_SYMBOL vmlinux 0x291e4379 pcie_bandwidth_available +EXPORT_SYMBOL vmlinux 0x2926d567 sget_fc +EXPORT_SYMBOL vmlinux 0x292c7d73 pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0x2932bbf0 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0x29399d32 nexthop_bucket_set_hw_flags +EXPORT_SYMBOL vmlinux 0x2947de60 devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x294ed701 dquot_scan_active +EXPORT_SYMBOL vmlinux 0x29604158 napi_busy_loop +EXPORT_SYMBOL vmlinux 0x296b8bbf __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x297b517c folio_end_writeback +EXPORT_SYMBOL vmlinux 0x298716fc secure_tcpv6_ts_off +EXPORT_SYMBOL vmlinux 0x29a6b197 ip6_fraglist_init +EXPORT_SYMBOL vmlinux 0x29ce0380 ipv6_dev_find +EXPORT_SYMBOL vmlinux 0x29e133ee flow_indr_dev_register +EXPORT_SYMBOL vmlinux 0x29e1e204 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0x2a107477 blk_set_runtime_active +EXPORT_SYMBOL vmlinux 0x2a1e2195 touchscreen_report_pos +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a596fbb dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x2a6302f7 phy_sfp_probe +EXPORT_SYMBOL vmlinux 0x2a6a5aac sockopt_capable +EXPORT_SYMBOL vmlinux 0x2a716dd2 devm_pci_remap_cfg_resource +EXPORT_SYMBOL vmlinux 0x2a78a157 jbd2_submit_inode_data +EXPORT_SYMBOL vmlinux 0x2a8a0b96 page_frag_alloc_align +EXPORT_SYMBOL vmlinux 0x2a928918 slhc_free +EXPORT_SYMBOL vmlinux 0x2a99d57d inode_io_list_del +EXPORT_SYMBOL vmlinux 0x2a9a3905 vme_master_get +EXPORT_SYMBOL vmlinux 0x2aa0843e mempool_resize +EXPORT_SYMBOL vmlinux 0x2aa9f130 inet_frags_init +EXPORT_SYMBOL vmlinux 0x2aabaf9d xudma_tchan_get +EXPORT_SYMBOL vmlinux 0x2aabcdc8 vmalloc_array +EXPORT_SYMBOL vmlinux 0x2ab2ee91 brcmstb_get_product_id +EXPORT_SYMBOL vmlinux 0x2abf4c9f xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0x2aec3299 fman_get_bmi_max_fifo_size +EXPORT_SYMBOL vmlinux 0x2afbf588 put_fs_context +EXPORT_SYMBOL vmlinux 0x2aff44be tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x2b1abce3 fman_has_errata_a050385 +EXPORT_SYMBOL vmlinux 0x2b24cee4 jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0x2b3f4bcd misc_register +EXPORT_SYMBOL vmlinux 0x2b593aa8 gen_pool_alloc_algo_owner +EXPORT_SYMBOL vmlinux 0x2b71ff4f touch_buffer +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2ba5abbc tcp_req_err +EXPORT_SYMBOL vmlinux 0x2bae204e mt_find +EXPORT_SYMBOL vmlinux 0x2bb6099e dq_data_lock +EXPORT_SYMBOL vmlinux 0x2bcca4b7 ip6_xmit +EXPORT_SYMBOL vmlinux 0x2bd60ab9 acpi_reset +EXPORT_SYMBOL vmlinux 0x2be7655c md_bitmap_start_sync +EXPORT_SYMBOL vmlinux 0x2bfbab10 __memmove +EXPORT_SYMBOL vmlinux 0x2c0978a3 phy_read_mmd +EXPORT_SYMBOL vmlinux 0x2c16e697 neigh_table_clear +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c2f3d76 scsi_register_interface +EXPORT_SYMBOL vmlinux 0x2c329e54 tegra_powergate_sequence_power_up +EXPORT_SYMBOL vmlinux 0x2c3457aa pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0x2c354884 pnp_device_detach +EXPORT_SYMBOL vmlinux 0x2c40727a kernel_param_lock +EXPORT_SYMBOL vmlinux 0x2c541e7b radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x2c5c4bf7 ip6_err_gen_icmpv6_unreach +EXPORT_SYMBOL vmlinux 0x2c5f8d0c flow_rule_match_control +EXPORT_SYMBOL vmlinux 0x2c681cae filemap_get_folios +EXPORT_SYMBOL vmlinux 0x2c70894c register_key_type +EXPORT_SYMBOL vmlinux 0x2c82c36a security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x2c8a9788 xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0x2c91e17c vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x2c9fd76e end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x2ca22f81 make_kgid +EXPORT_SYMBOL vmlinux 0x2ccd059a dim_on_top +EXPORT_SYMBOL vmlinux 0x2cd33021 dma_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0x2ce1f612 sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x2cf0c910 sg_init_table +EXPORT_SYMBOL vmlinux 0x2cf25ffa unregister_fib_notifier +EXPORT_SYMBOL vmlinux 0x2cf56265 __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0x2cfa3d65 blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d2670c7 tso_build_hdr +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d30cbd9 tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d387104 rcu_lazy_set_jiffies_till_flush +EXPORT_SYMBOL vmlinux 0x2d39b0a7 kstrdup +EXPORT_SYMBOL vmlinux 0x2d4c773a hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0x2d4daef5 find_font +EXPORT_SYMBOL vmlinux 0x2d580e81 cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0x2d5856c5 mq_change_real_num_tx +EXPORT_SYMBOL vmlinux 0x2d62a2fc of_find_device_by_node +EXPORT_SYMBOL vmlinux 0x2d78d65a fb_blank +EXPORT_SYMBOL vmlinux 0x2d912bca dmi_get_bios_year +EXPORT_SYMBOL vmlinux 0x2d918a94 __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x2d9812e5 acpi_dev_hid_uid_match +EXPORT_SYMBOL vmlinux 0x2d994605 security_inode_copy_up_xattr +EXPORT_SYMBOL vmlinux 0x2d9a12a1 fscrypt_free_bounce_page +EXPORT_SYMBOL vmlinux 0x2dc76331 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0x2dce2f1c __irq_regs +EXPORT_SYMBOL vmlinux 0x2dd3ab3f proc_remove +EXPORT_SYMBOL vmlinux 0x2dd629f1 mii_ethtool_sset +EXPORT_SYMBOL vmlinux 0x2de3e3b7 cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x2df26fde of_io_request_and_map +EXPORT_SYMBOL vmlinux 0x2df900d1 blk_mq_run_hw_queue +EXPORT_SYMBOL vmlinux 0x2e08cd63 mipi_dsi_host_register +EXPORT_SYMBOL vmlinux 0x2e0a637d acpi_walk_resources +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e2b40d2 strncat +EXPORT_SYMBOL vmlinux 0x2e2c4ddc logic_inw +EXPORT_SYMBOL vmlinux 0x2e3bcce2 wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x2e439142 drm_get_panel_orientation_quirk +EXPORT_SYMBOL vmlinux 0x2e4bb99d tty_port_close_end +EXPORT_SYMBOL vmlinux 0x2e4eaf2c eth_header_cache +EXPORT_SYMBOL vmlinux 0x2e546cbc ps2_end_command +EXPORT_SYMBOL vmlinux 0x2e5b27da xudma_alloc_gp_rflow_range +EXPORT_SYMBOL vmlinux 0x2e649685 scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x2e686676 sock_ioctl_inout +EXPORT_SYMBOL vmlinux 0x2e8fe5e8 handshake_req_private +EXPORT_SYMBOL vmlinux 0x2e9a1d3e blkdev_issue_secure_erase +EXPORT_SYMBOL vmlinux 0x2e9dc80f ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x2ec6bba0 errseq_set +EXPORT_SYMBOL vmlinux 0x2ee8cf60 of_graph_get_endpoint_count +EXPORT_SYMBOL vmlinux 0x2ef0dfba mipi_dsi_dcs_set_page_address +EXPORT_SYMBOL vmlinux 0x2efcb84d ptp_clock_unregister +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f0609ac simple_pin_fs +EXPORT_SYMBOL vmlinux 0x2f1254d1 ucc_tdm_init +EXPORT_SYMBOL vmlinux 0x2f290c1f tcf_qevent_destroy +EXPORT_SYMBOL vmlinux 0x2f2d58e3 pci_scan_bus +EXPORT_SYMBOL vmlinux 0x2f2e91b2 security_ib_alloc_security +EXPORT_SYMBOL vmlinux 0x2f2f4160 scsi_target_resume +EXPORT_SYMBOL vmlinux 0x2f333aab imx_scu_get_handle +EXPORT_SYMBOL vmlinux 0x2f384db3 acpi_is_video_device +EXPORT_SYMBOL vmlinux 0x2f412824 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x2f5d24f9 phy_modify_paged +EXPORT_SYMBOL vmlinux 0x2f5fe600 tcp_inbound_md5_hash +EXPORT_SYMBOL vmlinux 0x2f7754a8 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2f9bddeb dma_pool_create +EXPORT_SYMBOL vmlinux 0x2fd9bfb4 flow_rule_match_vlan +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x2fecdd5c tty_unthrottle +EXPORT_SYMBOL vmlinux 0x2fffd358 nvdimm_bus_unlock +EXPORT_SYMBOL vmlinux 0x3020679b is_free_buddy_page +EXPORT_SYMBOL vmlinux 0x305c2f34 dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0x305c7d57 no_seek_end_llseek +EXPORT_SYMBOL vmlinux 0x305cd99b scsi_is_host_device +EXPORT_SYMBOL vmlinux 0x30774908 sunxi_sram_claim +EXPORT_SYMBOL vmlinux 0x307dd2a2 __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x308e0ef0 skb_checksum_trimmed +EXPORT_SYMBOL vmlinux 0x3096be16 names_cachep +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30ab2868 cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0x30acfde9 hsiphash_2u32 +EXPORT_SYMBOL vmlinux 0x30be053a scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0x30c7184f of_clk_get +EXPORT_SYMBOL vmlinux 0x30cb445b tcp_sock_set_keepintvl +EXPORT_SYMBOL vmlinux 0x30e83e38 page_cache_next_miss +EXPORT_SYMBOL vmlinux 0x31125eac qdisc_watchdog_schedule_range_ns +EXPORT_SYMBOL vmlinux 0x311cc9b3 iput +EXPORT_SYMBOL vmlinux 0x3126a9e8 siphash_1u64 +EXPORT_SYMBOL vmlinux 0x312ed932 verify_spi_info +EXPORT_SYMBOL vmlinux 0x3149ed9d mmc_of_parse_clk_phase +EXPORT_SYMBOL vmlinux 0x31595727 security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x3163a0f3 __ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x31841b5f blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0x31a4767f qcom_scm_hdcp_available +EXPORT_SYMBOL vmlinux 0x31bc201d tcf_qevent_dump +EXPORT_SYMBOL vmlinux 0x31c5d9aa tcf_chain_get_by_act +EXPORT_SYMBOL vmlinux 0x31cae0f2 bio_endio +EXPORT_SYMBOL vmlinux 0x31e2132a __genphy_config_aneg +EXPORT_SYMBOL vmlinux 0x31f1a8a6 __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0x320129f4 clk_hw_get_clk +EXPORT_SYMBOL vmlinux 0x3207a1e4 tcf_idr_create_from_flags +EXPORT_SYMBOL vmlinux 0x3207b9b4 param_set_byte +EXPORT_SYMBOL vmlinux 0x320aed51 md_bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0x3213f038 mutex_unlock +EXPORT_SYMBOL vmlinux 0x3221df67 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x32270544 netdev_get_by_name +EXPORT_SYMBOL vmlinux 0x322acc03 flow_indr_block_cb_alloc +EXPORT_SYMBOL vmlinux 0x32394d4b qe_issue_cmd +EXPORT_SYMBOL vmlinux 0x325812ef i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0x3261c82f scsi_scan_target +EXPORT_SYMBOL vmlinux 0x32694526 tcp_md5_key_copy +EXPORT_SYMBOL vmlinux 0x32787823 __skb_ext_put +EXPORT_SYMBOL vmlinux 0x3279b4a5 tcf_action_set_ctrlact +EXPORT_SYMBOL vmlinux 0x327c84bf vme_lm_attach +EXPORT_SYMBOL vmlinux 0x3283e6b0 prandom_seed_full_state +EXPORT_SYMBOL vmlinux 0x3286ff73 mdiobb_write_c45 +EXPORT_SYMBOL vmlinux 0x329506e1 __tty_insert_flip_char +EXPORT_SYMBOL vmlinux 0x329dc009 flow_rule_match_pppoe +EXPORT_SYMBOL vmlinux 0x329dd7b5 blk_rq_map_user +EXPORT_SYMBOL vmlinux 0x32a4f39e vfs_unlink +EXPORT_SYMBOL vmlinux 0x32c37dd1 ip_route_me_harder +EXPORT_SYMBOL vmlinux 0x32ce3777 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x32e6f1a0 acpi_video_backlight_string +EXPORT_SYMBOL vmlinux 0x32e8cfea mtree_load +EXPORT_SYMBOL vmlinux 0x32f5ab95 simple_write_begin +EXPORT_SYMBOL vmlinux 0x32fe02c7 mmc_is_req_done +EXPORT_SYMBOL vmlinux 0x33037fd8 logic_outl +EXPORT_SYMBOL vmlinux 0x33216fb9 dma_resv_replace_fences +EXPORT_SYMBOL vmlinux 0x33217ac3 __break_lease +EXPORT_SYMBOL vmlinux 0x333328a6 iommu_dma_get_resv_regions +EXPORT_SYMBOL vmlinux 0x333a8097 simple_open +EXPORT_SYMBOL vmlinux 0x333bfca1 hdmi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x33423c05 inet_add_protocol +EXPORT_SYMBOL vmlinux 0x33453417 tty_port_hangup +EXPORT_SYMBOL vmlinux 0x33477b29 blk_rq_map_user_io +EXPORT_SYMBOL vmlinux 0x334cafc1 xfrm_if_register_cb +EXPORT_SYMBOL vmlinux 0x334ff57d single_release +EXPORT_SYMBOL vmlinux 0x3351eebc tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0x3357ab64 inode_maybe_inc_iversion +EXPORT_SYMBOL vmlinux 0x336238b3 tcp_release_cb +EXPORT_SYMBOL vmlinux 0x33670b17 km_state_notify +EXPORT_SYMBOL vmlinux 0x3369ea44 mtree_insert_range +EXPORT_SYMBOL vmlinux 0x3372eea3 tcp_check_req +EXPORT_SYMBOL vmlinux 0x33736a1d __genradix_ptr_alloc +EXPORT_SYMBOL vmlinux 0x337684bb neigh_direct_output +EXPORT_SYMBOL vmlinux 0x3376ceed serio_bus +EXPORT_SYMBOL vmlinux 0x339498cc component_match_add_release +EXPORT_SYMBOL vmlinux 0x3394bc96 unlock_new_inode +EXPORT_SYMBOL vmlinux 0x339dbd34 gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0x33a2a292 folio_alloc +EXPORT_SYMBOL vmlinux 0x33c21280 jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0x33c7bee8 mmc_retune_timer_stop +EXPORT_SYMBOL vmlinux 0x33e95757 migrate_vma_setup +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33f3c3e9 register_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0x33fc8dcf vc_resize +EXPORT_SYMBOL vmlinux 0x33fcf44a __kfifo_out_r +EXPORT_SYMBOL vmlinux 0x3401b9e1 vlan_vid_del +EXPORT_SYMBOL vmlinux 0x3402dc8b __write_overflow_field +EXPORT_SYMBOL vmlinux 0x3429c728 netdev_adjacent_change_abort +EXPORT_SYMBOL vmlinux 0x3432a111 nf_ct_attach +EXPORT_SYMBOL vmlinux 0x34338d98 pci_free_host_bridge +EXPORT_SYMBOL vmlinux 0x343f1f49 devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x3443e924 dev_get_flags +EXPORT_SYMBOL vmlinux 0x3444a0a2 inet_csk_reqsk_queue_drop_and_put +EXPORT_SYMBOL vmlinux 0x3444e9e2 scsi_print_result +EXPORT_SYMBOL vmlinux 0x3468d1cf tegra_ivc_write_advance +EXPORT_SYMBOL vmlinux 0x34834558 jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0x3485bac3 phy_start_cable_test +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34a1f7e3 acpi_processor_get_psd +EXPORT_SYMBOL vmlinux 0x34b077e1 register_fib_notifier +EXPORT_SYMBOL vmlinux 0x34b91314 ip_cmsg_recv_offset +EXPORT_SYMBOL vmlinux 0x34c7cdbc lookup_bdev +EXPORT_SYMBOL vmlinux 0x34c96b2b touchscreen_parse_properties +EXPORT_SYMBOL vmlinux 0x34db050b _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x34ddb5f5 vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x34edca0e kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0x34f13592 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x350cefd7 devm_extcon_unregister_notifier_all +EXPORT_SYMBOL vmlinux 0x350f1ef6 of_find_mipi_dsi_device_by_node +EXPORT_SYMBOL vmlinux 0x3513385c generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x351fe863 mark_buffer_write_io_error +EXPORT_SYMBOL vmlinux 0x35212a6b fb_class +EXPORT_SYMBOL vmlinux 0x35380c2a phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy +EXPORT_SYMBOL vmlinux 0x35425362 acpi_processor_notify_smm +EXPORT_SYMBOL vmlinux 0x3542755a security_sctp_sk_clone +EXPORT_SYMBOL vmlinux 0x356461c8 rtc_time64_to_tm +EXPORT_SYMBOL vmlinux 0x35662430 md_bitmap_endwrite +EXPORT_SYMBOL vmlinux 0x35a88f28 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x35ade137 dquot_commit +EXPORT_SYMBOL vmlinux 0x35b4f8cf km_query +EXPORT_SYMBOL vmlinux 0x35d31aab inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x35ffbdb2 pcim_set_mwi +EXPORT_SYMBOL vmlinux 0x36037807 devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x360ea852 unlock_buffer +EXPORT_SYMBOL vmlinux 0x36160427 scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x3618189b pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0x36249777 input_close_device +EXPORT_SYMBOL vmlinux 0x363fb4f7 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0x364850b1 down_write_killable +EXPORT_SYMBOL vmlinux 0x364c23ad mutex_is_locked +EXPORT_SYMBOL vmlinux 0x365acda7 set_normalized_timespec64 +EXPORT_SYMBOL vmlinux 0x365e7911 kstrdup_const +EXPORT_SYMBOL vmlinux 0x366707c9 jent_testing_init +EXPORT_SYMBOL vmlinux 0x366a08b5 jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0x3673a557 param_set_ushort +EXPORT_SYMBOL vmlinux 0x3678ca37 system_cpucaps +EXPORT_SYMBOL vmlinux 0x3682f0c3 i2c_clients_command +EXPORT_SYMBOL vmlinux 0x36b6ebbf down_killable +EXPORT_SYMBOL vmlinux 0x36caa150 dma_unmap_resource +EXPORT_SYMBOL vmlinux 0x36d38dce of_graph_get_remote_endpoint +EXPORT_SYMBOL vmlinux 0x36e25bf5 netif_carrier_off +EXPORT_SYMBOL vmlinux 0x36ed08b5 end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0x37110088 remove_wait_queue +EXPORT_SYMBOL vmlinux 0x371a00b0 jbd2_fc_release_bufs +EXPORT_SYMBOL vmlinux 0x371e1953 __printk_cpu_sync_wait +EXPORT_SYMBOL vmlinux 0x37207137 devm_ioremap_wc +EXPORT_SYMBOL vmlinux 0x3722e9e7 rt_dst_clone +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x3755011c tty_port_destroy +EXPORT_SYMBOL vmlinux 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL vmlinux 0x37602866 folio_unlock +EXPORT_SYMBOL vmlinux 0x377d8004 acpi_error +EXPORT_SYMBOL vmlinux 0x37860b12 ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x378e7ed2 tcp_time_wait +EXPORT_SYMBOL vmlinux 0x37945ae8 blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0x37a18472 folio_end_private_2 +EXPORT_SYMBOL vmlinux 0x37ade2dc inet_bind +EXPORT_SYMBOL vmlinux 0x37b8b39e screen_info +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37c6e416 blk_queue_flag_set +EXPORT_SYMBOL vmlinux 0x37cc307a devm_pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x37d4c2e4 pnp_is_active +EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date +EXPORT_SYMBOL vmlinux 0x37f1c95d vme_register_bridge +EXPORT_SYMBOL vmlinux 0x381208e1 inet_frag_pull_head +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x383bb5d5 dm_put_device +EXPORT_SYMBOL vmlinux 0x384d8818 phy_request_interrupt +EXPORT_SYMBOL vmlinux 0x384fa2e6 __traceiter_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x38507ec2 __aperture_remove_legacy_vga_devices +EXPORT_SYMBOL vmlinux 0x3854774b kstrtoll +EXPORT_SYMBOL vmlinux 0x385c7481 __tracepoint_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x38712941 param_set_uint +EXPORT_SYMBOL vmlinux 0x3880b38d twl6040_get_pll +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x388ce9d2 ip6tun_encaps +EXPORT_SYMBOL vmlinux 0x3891ffc8 ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0x389530a1 skb_checksum_setup +EXPORT_SYMBOL vmlinux 0x389617b0 LZ4_decompress_fast_continue +EXPORT_SYMBOL vmlinux 0x389acf0c gpmc_configure +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38c4cbb5 hmm_range_fault +EXPORT_SYMBOL vmlinux 0x38d7cca3 put_cmsg_scm_timestamping +EXPORT_SYMBOL vmlinux 0x38e46431 mempool_exit +EXPORT_SYMBOL vmlinux 0x38fb8310 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x391df80a netstamp_needed_key +EXPORT_SYMBOL vmlinux 0x3928efe9 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x392b1fea wait_for_completion_io +EXPORT_SYMBOL vmlinux 0x392fabd2 vga_remove_vgacon +EXPORT_SYMBOL vmlinux 0x3934e067 rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x393fe02f sk_wait_data +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x394a1e11 phy_sfp_attach +EXPORT_SYMBOL vmlinux 0x39534803 mmc_command_done +EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x3967feca wireless_send_event +EXPORT_SYMBOL vmlinux 0x398260b7 nd_dax_probe +EXPORT_SYMBOL vmlinux 0x39991865 icmp_global_allow +EXPORT_SYMBOL vmlinux 0x399ad043 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0x39a23ca2 fs_param_is_fd +EXPORT_SYMBOL vmlinux 0x39a37e0f vme_irq_generate +EXPORT_SYMBOL vmlinux 0x39b12223 __acpi_handle_debug +EXPORT_SYMBOL vmlinux 0x39bda542 udp_seq_stop +EXPORT_SYMBOL vmlinux 0x39be4b8e qman_volatile_dequeue +EXPORT_SYMBOL vmlinux 0x39c74235 dm_read_arg_group +EXPORT_SYMBOL vmlinux 0x39d95ca4 zstd_reset_cstream +EXPORT_SYMBOL vmlinux 0x39e0eb9a security_task_getsecid_obj +EXPORT_SYMBOL vmlinux 0x39ec0218 blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x39fc892e crypto_sha3_init +EXPORT_SYMBOL vmlinux 0x3a0197ee input_unregister_handle +EXPORT_SYMBOL vmlinux 0x3a157671 vfs_dedupe_file_range_one +EXPORT_SYMBOL vmlinux 0x3a1c7f59 rtnl_notify +EXPORT_SYMBOL vmlinux 0x3a35a267 tcp_rtx_synack +EXPORT_SYMBOL vmlinux 0x3a4f9d28 rng_is_initialized +EXPORT_SYMBOL vmlinux 0x3a526c6c input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0x3a5ba2a5 pci_request_regions +EXPORT_SYMBOL vmlinux 0x3a649f35 tcf_action_check_ctrlact +EXPORT_SYMBOL vmlinux 0x3a87be05 block_write_end +EXPORT_SYMBOL vmlinux 0x3a8a55a3 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x3a8acb0b inode_init_always +EXPORT_SYMBOL vmlinux 0x3ab28948 console_srcu_read_lock +EXPORT_SYMBOL vmlinux 0x3ab644ee xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0x3ab7b1cc scsi_set_sense_field_pointer +EXPORT_SYMBOL vmlinux 0x3ab9d238 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x3ac266a7 qdisc_tree_reduce_backlog +EXPORT_SYMBOL vmlinux 0x3ac45c5d dcache_readdir +EXPORT_SYMBOL vmlinux 0x3aca0190 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x3aceeb08 jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0x3ad1acce mipi_dsi_set_maximum_return_packet_size +EXPORT_SYMBOL vmlinux 0x3ad5cda3 lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x3ad7a5d5 acpi_evaluate_reference +EXPORT_SYMBOL vmlinux 0x3ada9e06 acpi_check_region +EXPORT_SYMBOL vmlinux 0x3ae207d2 request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0x3ae34aeb zstd_init_dctx +EXPORT_SYMBOL vmlinux 0x3ae8ae8f xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x3aff3200 acpi_evaluate_object_typed +EXPORT_SYMBOL vmlinux 0x3b04215e inet_stream_ops +EXPORT_SYMBOL vmlinux 0x3b0f23d2 xudma_is_pktdma +EXPORT_SYMBOL vmlinux 0x3b1f6e87 netpoll_poll_dev +EXPORT_SYMBOL vmlinux 0x3b321462 LZ4_setStreamDecode +EXPORT_SYMBOL vmlinux 0x3b53f847 skb_set_owner_w +EXPORT_SYMBOL vmlinux 0x3b582baf fget_raw +EXPORT_SYMBOL vmlinux 0x3b644591 __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x3b6c41ea kstrtouint +EXPORT_SYMBOL vmlinux 0x3b707ad5 imx_sc_rm_get_resource_owner +EXPORT_SYMBOL vmlinux 0x3b7c5d0d dec_node_page_state +EXPORT_SYMBOL vmlinux 0x3b7d0fa4 __dquot_transfer +EXPORT_SYMBOL vmlinux 0x3b815f9b param_ops_ushort +EXPORT_SYMBOL vmlinux 0x3b84b047 simple_unlink +EXPORT_SYMBOL vmlinux 0x3b8ab493 unregister_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x3b9144c9 acpi_get_current_resources +EXPORT_SYMBOL vmlinux 0x3bb48d76 inet6_del_offload +EXPORT_SYMBOL vmlinux 0x3bcc2dca kernel_param_unlock +EXPORT_SYMBOL vmlinux 0x3bd515e4 flow_rule_match_enc_keyid +EXPORT_SYMBOL vmlinux 0x3be120cb ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x3be80044 inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x3c0e1620 qcom_scm_pas_metadata_release +EXPORT_SYMBOL vmlinux 0x3c0fe101 ip_fraglist_init +EXPORT_SYMBOL vmlinux 0x3c185c61 page_put_link +EXPORT_SYMBOL vmlinux 0x3c1c5406 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0x3c3156fd dma_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0x3c3215c4 qe_immr +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c3ff9fd sprintf +EXPORT_SYMBOL vmlinux 0x3c43fe3e __skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x3c4afafd phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0x3c5dff62 pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0x3c9705dd clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x3cacfefe pci_scan_root_bus_bridge +EXPORT_SYMBOL vmlinux 0x3caecd5e _dev_info +EXPORT_SYMBOL vmlinux 0x3cb1cb2f tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0x3cb23db3 console_srcu_read_unlock +EXPORT_SYMBOL vmlinux 0x3cbb940b zstd_init_dstream +EXPORT_SYMBOL vmlinux 0x3cbf175d qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x3cce6bfd fscrypt_encrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x3cd9ed83 logic_insw +EXPORT_SYMBOL vmlinux 0x3cd9f936 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3cf3346b inet_getname +EXPORT_SYMBOL vmlinux 0x3d0e077d devfreq_resume_device +EXPORT_SYMBOL vmlinux 0x3d210724 gen_pool_dma_zalloc_align +EXPORT_SYMBOL vmlinux 0x3d234c68 xp_raw_get_dma +EXPORT_SYMBOL vmlinux 0x3d2e04d3 kern_path_create +EXPORT_SYMBOL vmlinux 0x3d4bd438 napi_gro_receive +EXPORT_SYMBOL vmlinux 0x3d57ce0d netdev_port_same_parent_id +EXPORT_SYMBOL vmlinux 0x3d5f05c8 __lock_sock_fast +EXPORT_SYMBOL vmlinux 0x3d6e772b dst_alloc +EXPORT_SYMBOL vmlinux 0x3d7bac46 posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x3d7e4bdd uart_match_port +EXPORT_SYMBOL vmlinux 0x3d7f049b __ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x3d93c7c2 __arm_smccc_sve_check +EXPORT_SYMBOL vmlinux 0x3d9ee9f0 clear_page +EXPORT_SYMBOL vmlinux 0x3d9fb2c6 mdiobus_c45_write_nested +EXPORT_SYMBOL vmlinux 0x3da092b8 dma_fence_get_stub +EXPORT_SYMBOL vmlinux 0x3daae96c dma_fence_signal_timestamp +EXPORT_SYMBOL vmlinux 0x3dabf271 memcg_sockets_enabled_key +EXPORT_SYMBOL vmlinux 0x3dac779a bpf_sk_lookup_enabled +EXPORT_SYMBOL vmlinux 0x3dad9978 cancel_delayed_work +EXPORT_SYMBOL vmlinux 0x3dbb966c inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0x3dc4cd68 __nla_put_64bit +EXPORT_SYMBOL vmlinux 0x3dc619d3 swake_up_locked +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dce1d57 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0x3dd3f054 xudma_rchan_get_id +EXPORT_SYMBOL vmlinux 0x3dd9ea19 md_write_end +EXPORT_SYMBOL vmlinux 0x3de06a22 make_kprojid +EXPORT_SYMBOL vmlinux 0x3df00309 __skb_ext_del +EXPORT_SYMBOL vmlinux 0x3df7e200 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0x3dfb2dc3 cros_ec_cmd_xfer_status +EXPORT_SYMBOL vmlinux 0x3dfb86b9 resource_list_create_entry +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e01e5b0 validate_slab_cache +EXPORT_SYMBOL vmlinux 0x3e3696e8 tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0x3e3bad0a __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x3e45e366 seq_hex_dump +EXPORT_SYMBOL vmlinux 0x3e4938a6 md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0x3e70dee7 iter_file_splice_write +EXPORT_SYMBOL vmlinux 0x3e79fb00 arm_smccc_1_2_smc +EXPORT_SYMBOL vmlinux 0x3ea5cadf filemap_map_pages +EXPORT_SYMBOL vmlinux 0x3ebc9160 param_ops_string +EXPORT_SYMBOL vmlinux 0x3ec1442c ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0x3eccbe2c __find_nth_bit +EXPORT_SYMBOL vmlinux 0x3ee37396 finish_no_open +EXPORT_SYMBOL vmlinux 0x3ef8bcc7 phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0x3efe1703 phy_unregister_fixup_for_id +EXPORT_SYMBOL vmlinux 0x3f0eabd2 xxh64_update +EXPORT_SYMBOL vmlinux 0x3f21d135 devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x3f264aee tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x3f2f1407 __dec_node_page_state +EXPORT_SYMBOL vmlinux 0x3f322f53 simple_get_link +EXPORT_SYMBOL vmlinux 0x3f338fea fwnode_mdio_find_device +EXPORT_SYMBOL vmlinux 0x3f34644d zstd_dstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x3f443590 get_unmapped_area +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f4aafb4 tcf_idrinfo_destroy +EXPORT_SYMBOL vmlinux 0x3f4bd846 gen_pool_first_fit_order_align +EXPORT_SYMBOL vmlinux 0x3f5ea650 mdiobb_read_c22 +EXPORT_SYMBOL vmlinux 0x3f834d2a xsk_tx_completed +EXPORT_SYMBOL vmlinux 0x3f850355 tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0x3f89071b security_ib_pkey_access +EXPORT_SYMBOL vmlinux 0x3fa162ca sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x3fbf3c89 vme_slave_set +EXPORT_SYMBOL vmlinux 0x3fd78f3b register_chrdev_region +EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight +EXPORT_SYMBOL vmlinux 0x40235c98 _raw_write_unlock +EXPORT_SYMBOL vmlinux 0x4029b69a tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x40480f04 fman_set_mac_max_frame +EXPORT_SYMBOL vmlinux 0x404869eb register_md_personality +EXPORT_SYMBOL vmlinux 0x404cadd5 rproc_report_crash +EXPORT_SYMBOL vmlinux 0x406e04ab pnp_unregister_card_driver +EXPORT_SYMBOL vmlinux 0x4074be43 d_lookup +EXPORT_SYMBOL vmlinux 0x4077a357 page_mapping +EXPORT_SYMBOL vmlinux 0x4077c612 skb_copy_datagram_from_iter +EXPORT_SYMBOL vmlinux 0x407b0087 mdio_device_reset +EXPORT_SYMBOL vmlinux 0x40863ba1 ioremap_prot +EXPORT_SYMBOL vmlinux 0x4086b907 flow_rule_match_ports_range +EXPORT_SYMBOL vmlinux 0x40926506 sync_inode_metadata +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x409dc26d uart_get_divisor +EXPORT_SYMBOL vmlinux 0x40a62432 __nla_validate +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40b70888 uart_update_timeout +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40cfa6dc nvdimm_namespace_capacity +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d04f1b simple_rename +EXPORT_SYMBOL vmlinux 0x40d50692 pmem_should_map_pages +EXPORT_SYMBOL vmlinux 0x40d59096 unregister_restart_handler +EXPORT_SYMBOL vmlinux 0x40dbd63e input_release_device +EXPORT_SYMBOL vmlinux 0x40e21f26 dev_pick_tx_cpu_id +EXPORT_SYMBOL vmlinux 0x40f76a86 __vcalloc +EXPORT_SYMBOL vmlinux 0x410bb878 ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0x410e2d33 vm_map_pages_zero +EXPORT_SYMBOL vmlinux 0x412f893c page_offline_begin +EXPORT_SYMBOL vmlinux 0x41334a47 dma_map_page_attrs +EXPORT_SYMBOL vmlinux 0x413b555e nf_setsockopt +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x414da5e5 qman_enqueue +EXPORT_SYMBOL vmlinux 0x416390a6 locks_init_lock +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x4191231a sk_alloc +EXPORT_SYMBOL vmlinux 0x41960bdd scsi_print_sense +EXPORT_SYMBOL vmlinux 0x41a30bef mtree_store_range +EXPORT_SYMBOL vmlinux 0x41b64d1e tcf_qevent_validate_change +EXPORT_SYMBOL vmlinux 0x41b93831 blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x41c98cab ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0x41ed3709 get_random_bytes +EXPORT_SYMBOL vmlinux 0x41eee270 fscrypt_decrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x41efdeaf radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0x41fcdb13 phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0x4200e12b dev_uc_del +EXPORT_SYMBOL vmlinux 0x4201f10e key_revoke +EXPORT_SYMBOL vmlinux 0x420d45c9 __cpuhp_remove_state_cpuslocked +EXPORT_SYMBOL vmlinux 0x422bb9f5 rproc_boot +EXPORT_SYMBOL vmlinux 0x4248ae3c single_task_running +EXPORT_SYMBOL vmlinux 0x424aae44 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0x424d3620 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x42578e80 acpi_get_type +EXPORT_SYMBOL vmlinux 0x426530c8 tcf_block_get_ext +EXPORT_SYMBOL vmlinux 0x427bde09 kfree_skb_reason +EXPORT_SYMBOL vmlinux 0x427c9699 ip_sock_set_mtu_discover +EXPORT_SYMBOL vmlinux 0x4281a64e ptp_schedule_worker +EXPORT_SYMBOL vmlinux 0x4283bd1a cdev_set_parent +EXPORT_SYMBOL vmlinux 0x4283c7ea blk_get_queue +EXPORT_SYMBOL vmlinux 0x4291034d __filemap_get_folio +EXPORT_SYMBOL vmlinux 0x42a3cd61 forget_cached_acl +EXPORT_SYMBOL vmlinux 0x42adf3e5 tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0x42b4c7cf _dev_emerg +EXPORT_SYMBOL vmlinux 0x42bed8d4 unix_gc_lock +EXPORT_SYMBOL vmlinux 0x42f1b900 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x4325cf78 of_device_alloc +EXPORT_SYMBOL vmlinux 0x4336fcca ucs2_as_utf8 +EXPORT_SYMBOL vmlinux 0x43375891 pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0x433cabfb acpi_decode_pld_buffer +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x43560c4f d_path +EXPORT_SYMBOL vmlinux 0x435e18c1 xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0x435fe085 xfrm_init_state +EXPORT_SYMBOL vmlinux 0x43689cba mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0x4376da63 __wait_on_buffer +EXPORT_SYMBOL vmlinux 0x437a0d6d __sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x438c4aa5 rproc_elf_find_loaded_rsc_table +EXPORT_SYMBOL vmlinux 0x439efc39 simple_transaction_read +EXPORT_SYMBOL vmlinux 0x43b0c9c3 preempt_schedule +EXPORT_SYMBOL vmlinux 0x43b62525 dev_mc_sync +EXPORT_SYMBOL vmlinux 0x43babd19 sg_init_one +EXPORT_SYMBOL vmlinux 0x43ca69f1 nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x43d22fb9 groups_alloc +EXPORT_SYMBOL vmlinux 0x43d7d7d9 put_cmsg_scm_timestamping64 +EXPORT_SYMBOL vmlinux 0x43dc57fd pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x43e0c34f bpf_empty_prog_array +EXPORT_SYMBOL vmlinux 0x43f9ebc8 slhc_remember +EXPORT_SYMBOL vmlinux 0x4403bbd0 imx_sc_misc_set_control +EXPORT_SYMBOL vmlinux 0x440e1c6d pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x440f907e proc_symlink +EXPORT_SYMBOL vmlinux 0x441d3ef0 follow_up +EXPORT_SYMBOL vmlinux 0x441fc46c of_get_cpu_state_node +EXPORT_SYMBOL vmlinux 0x442295f3 inet_ioctl +EXPORT_SYMBOL vmlinux 0x44455481 __traceiter_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x44469a76 crc_ccitt_false_table +EXPORT_SYMBOL vmlinux 0x4462d35e cpufreq_get_hw_max_freq +EXPORT_SYMBOL vmlinux 0x44666c51 request_key_rcu +EXPORT_SYMBOL vmlinux 0x44744970 devm_iounmap +EXPORT_SYMBOL vmlinux 0x44832d71 qdisc_put +EXPORT_SYMBOL vmlinux 0x44922fff mark_page_accessed +EXPORT_SYMBOL vmlinux 0x449ad0a7 memcmp +EXPORT_SYMBOL vmlinux 0x44a6331b tcf_qevent_handle +EXPORT_SYMBOL vmlinux 0x44bbf0d9 starget_for_each_device +EXPORT_SYMBOL vmlinux 0x44bcefbc cdrom_mode_select +EXPORT_SYMBOL vmlinux 0x44d98015 nla_put_64bit +EXPORT_SYMBOL vmlinux 0x44e6ba7e devm_of_find_backlight +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44ebb949 fwnode_irq_get +EXPORT_SYMBOL vmlinux 0x44ee4848 scsi_vpd_lun_id +EXPORT_SYMBOL vmlinux 0x44fe5f2c mmc_cqe_post_req +EXPORT_SYMBOL vmlinux 0x45006cee default_red +EXPORT_SYMBOL vmlinux 0x45011015 key_put +EXPORT_SYMBOL vmlinux 0x450639ab sg_last +EXPORT_SYMBOL vmlinux 0x45081703 ec_get_handle +EXPORT_SYMBOL vmlinux 0x45081d66 __blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x450b0c5a misc_deregister +EXPORT_SYMBOL vmlinux 0x450d9a35 cmd_db_read_slave_id +EXPORT_SYMBOL vmlinux 0x452413a1 qman_alloc_pool_range +EXPORT_SYMBOL vmlinux 0x452ba683 ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x4533555d seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x453cca7e kill_litter_super +EXPORT_SYMBOL vmlinux 0x454a8ea6 pci_unmap_rom +EXPORT_SYMBOL vmlinux 0x45510bb4 ip_mc_check_igmp +EXPORT_SYMBOL vmlinux 0x45535485 xxh32_update +EXPORT_SYMBOL vmlinux 0x455fa0cf scsi_device_put +EXPORT_SYMBOL vmlinux 0x4561dac7 vfs_fadvise +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x45865b81 phy_set_asym_pause +EXPORT_SYMBOL vmlinux 0x4596be88 devm_kvasprintf +EXPORT_SYMBOL vmlinux 0x459fa359 alloc_fcdev +EXPORT_SYMBOL vmlinux 0x45c0b6cd km_new_mapping +EXPORT_SYMBOL vmlinux 0x45c242e5 __mdiobus_register +EXPORT_SYMBOL vmlinux 0x460f4a34 flow_hash_from_keys +EXPORT_SYMBOL vmlinux 0x461cbf6b sock_no_shutdown +EXPORT_SYMBOL vmlinux 0x463ea829 gpiochip_irq_reqres +EXPORT_SYMBOL vmlinux 0x46451cee zstd_get_frame_header +EXPORT_SYMBOL vmlinux 0x46526f9b kern_unmount_array +EXPORT_SYMBOL vmlinux 0x465e24ff ucs2_utf8size +EXPORT_SYMBOL vmlinux 0x46675782 set_page_dirty +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x466d7f80 dcb_ieee_getapp_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0x467df16d netdev_rss_key_fill +EXPORT_SYMBOL vmlinux 0x46854b41 acpi_dev_get_first_match_dev +EXPORT_SYMBOL vmlinux 0x468ab4bf __mmap_lock_do_trace_acquire_returned +EXPORT_SYMBOL vmlinux 0x46962c69 tcp_seq_start +EXPORT_SYMBOL vmlinux 0x4698fe8a bman_release +EXPORT_SYMBOL vmlinux 0x469a6ec7 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0x469baeb0 param_get_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x469cf5a5 blk_mq_rq_cpu +EXPORT_SYMBOL vmlinux 0x46a1a953 inet_listen +EXPORT_SYMBOL vmlinux 0x46b21cc1 devm_register_netdev +EXPORT_SYMBOL vmlinux 0x46bd5d6e video_get_options +EXPORT_SYMBOL vmlinux 0x46bd77b2 tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0x46c47fb6 __node_distance +EXPORT_SYMBOL vmlinux 0x46c6293d tty_port_init +EXPORT_SYMBOL vmlinux 0x46cef220 netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0x46e0d2e3 tcp_set_rcvlowat +EXPORT_SYMBOL vmlinux 0x46ff7d12 qcom_scm_iommu_secure_ptbl_size +EXPORT_SYMBOL vmlinux 0x470612dc fman_port_get_qman_channel_id +EXPORT_SYMBOL vmlinux 0x47065c73 cpm_muram_offset +EXPORT_SYMBOL vmlinux 0x47066374 component_match_add_typed +EXPORT_SYMBOL vmlinux 0x4715a909 acpi_load_table +EXPORT_SYMBOL vmlinux 0x473a8707 sock_set_reuseaddr +EXPORT_SYMBOL vmlinux 0x473f07ae tso_build_data +EXPORT_SYMBOL vmlinux 0x475d7427 fman_get_rx_extra_headroom +EXPORT_SYMBOL vmlinux 0x47709e42 free_anon_bdev +EXPORT_SYMBOL vmlinux 0x47853b83 dev_uc_init +EXPORT_SYMBOL vmlinux 0x479137ca imx_scu_irq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x47b4dcd2 __cgroup_bpf_run_filter_sock_addr +EXPORT_SYMBOL vmlinux 0x47bc8ed1 rproc_elf_load_segments +EXPORT_SYMBOL vmlinux 0x47c20f8a refcount_dec_not_one +EXPORT_SYMBOL vmlinux 0x47c65bfc unregister_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0x47cfd825 kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0x47d8d301 __cond_resched_rwlock_read +EXPORT_SYMBOL vmlinux 0x47dc3c9a phy_ethtool_get_stats +EXPORT_SYMBOL vmlinux 0x47e51de4 pci_pme_active +EXPORT_SYMBOL vmlinux 0x47f0d0fa qdisc_reset +EXPORT_SYMBOL vmlinux 0x4803ce94 iov_iter_bvec +EXPORT_SYMBOL vmlinux 0x4809f690 qman_start_using_portal +EXPORT_SYMBOL vmlinux 0x48112d76 _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0x481814c4 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0x48193639 acpi_lid_open +EXPORT_SYMBOL vmlinux 0x4829a47e memcpy +EXPORT_SYMBOL vmlinux 0x4829cf6b fscrypt_enqueue_decrypt_work +EXPORT_SYMBOL vmlinux 0x4837bb10 logic_outsb +EXPORT_SYMBOL vmlinux 0x4841bdee strnchr +EXPORT_SYMBOL vmlinux 0x4848cfb1 phy_mipi_dphy_get_default_config +EXPORT_SYMBOL vmlinux 0x484f6edf ktime_get_coarse_real_ts64 +EXPORT_SYMBOL vmlinux 0x48525293 param_ops_ullong +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x485a0bfe has_capability_noaudit +EXPORT_SYMBOL vmlinux 0x486075c8 gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x4861d7a2 seq_write +EXPORT_SYMBOL vmlinux 0x48711c36 __skb_try_recv_datagram +EXPORT_SYMBOL vmlinux 0x4882e224 kmem_cache_create_usercopy +EXPORT_SYMBOL vmlinux 0x489bba47 blk_mq_unique_tag +EXPORT_SYMBOL vmlinux 0x489eda10 memset32 +EXPORT_SYMBOL vmlinux 0x489f6e0b rdma_dim +EXPORT_SYMBOL vmlinux 0x48a91171 string_get_size +EXPORT_SYMBOL vmlinux 0x48b10dfb pci_write_config_dword +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48bf0951 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x48c093fb _atomic_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0x48d27375 __bitmap_intersects +EXPORT_SYMBOL vmlinux 0x48d3fa27 kmalloc_large_node +EXPORT_SYMBOL vmlinux 0x48dd340b cpumask_any_distribute +EXPORT_SYMBOL vmlinux 0x48dd66b7 bio_reset +EXPORT_SYMBOL vmlinux 0x48e9d38a key_task_permission +EXPORT_SYMBOL vmlinux 0x48ffbb87 mtree_alloc_range +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x4909a790 dma_fence_get_status +EXPORT_SYMBOL vmlinux 0x4910af2e of_find_node_by_type +EXPORT_SYMBOL vmlinux 0x4922654f tcf_action_update_hw_stats +EXPORT_SYMBOL vmlinux 0x492899ca of_find_matching_node_and_match +EXPORT_SYMBOL vmlinux 0x492b31ad skb_flow_dissect_ct +EXPORT_SYMBOL vmlinux 0x492d697c vme_bus_num +EXPORT_SYMBOL vmlinux 0x4935ea57 fs_param_is_string +EXPORT_SYMBOL vmlinux 0x493fef8e filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0x4940ec94 devfreq_add_device +EXPORT_SYMBOL vmlinux 0x495231ea mul_u64_u64_div_u64 +EXPORT_SYMBOL vmlinux 0x495c0697 pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0x4967e79f radix_tree_iter_resume +EXPORT_SYMBOL vmlinux 0x4976a1b7 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0x4977c498 stack_depot_get_extra_bits +EXPORT_SYMBOL vmlinux 0x497eeb13 jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0x498b73d4 page_pool_unlink_napi +EXPORT_SYMBOL vmlinux 0x499f0ecf nd_sb_checksum +EXPORT_SYMBOL vmlinux 0x49b163b8 acpi_bus_scan +EXPORT_SYMBOL vmlinux 0x49b390af skb_splice_from_iter +EXPORT_SYMBOL vmlinux 0x49b84d31 __scm_send +EXPORT_SYMBOL vmlinux 0x49daf1b2 genphy_check_and_restart_aneg +EXPORT_SYMBOL vmlinux 0x49eb9714 jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x49fb4339 __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x4a21ffdc t10_pi_type3_crc +EXPORT_SYMBOL vmlinux 0x4a2dac89 input_reset_device +EXPORT_SYMBOL vmlinux 0x4a2fa372 begin_new_exec +EXPORT_SYMBOL vmlinux 0x4a38b448 nd_device_notify +EXPORT_SYMBOL vmlinux 0x4a3ad70e wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0x4a65acd8 nvdimm_check_and_set_ro +EXPORT_SYMBOL vmlinux 0x4a8564ea pps_event +EXPORT_SYMBOL vmlinux 0x4a9245b6 elv_rb_former_request +EXPORT_SYMBOL vmlinux 0x4a93576a ucc_fast_free +EXPORT_SYMBOL vmlinux 0x4a96a8eb xxh32_digest +EXPORT_SYMBOL vmlinux 0x4aba09e8 ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0x4abca046 ww_mutex_trylock +EXPORT_SYMBOL vmlinux 0x4ac9ce41 napi_consume_skb +EXPORT_SYMBOL vmlinux 0x4ad0db18 dma_sync_single_for_device +EXPORT_SYMBOL vmlinux 0x4ad5fcaa blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0x4ae90d8e hdmi_avi_infoframe_check +EXPORT_SYMBOL vmlinux 0x4aea463f crc32_le_shift +EXPORT_SYMBOL vmlinux 0x4af6ddf0 kstrtou16 +EXPORT_SYMBOL vmlinux 0x4afb2238 add_wait_queue +EXPORT_SYMBOL vmlinux 0x4afeeda7 twl6040_reg_write +EXPORT_SYMBOL vmlinux 0x4b084c2e simple_statfs +EXPORT_SYMBOL vmlinux 0x4b0a3f52 gic_nonsecure_priorities +EXPORT_SYMBOL vmlinux 0x4b1819a7 pskb_extract +EXPORT_SYMBOL vmlinux 0x4b192cb6 lookup_one_qstr_excl +EXPORT_SYMBOL vmlinux 0x4b248fcb genl_unregister_family +EXPORT_SYMBOL vmlinux 0x4b29e93b tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0x4b401817 iwe_stream_add_value +EXPORT_SYMBOL vmlinux 0x4b5238d9 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0x4b5aa745 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x4b5cd3d9 flow_rule_match_enc_ip +EXPORT_SYMBOL vmlinux 0x4b6df007 acpi_evaluate_reg +EXPORT_SYMBOL vmlinux 0x4b750f53 _raw_spin_unlock_irq +EXPORT_SYMBOL vmlinux 0x4b78850d textsearch_unregister +EXPORT_SYMBOL vmlinux 0x4b9d203f mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0x4ba8c3fb iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0x4bba50ed clear_nlink +EXPORT_SYMBOL vmlinux 0x4bcc2662 mempool_init_node +EXPORT_SYMBOL vmlinux 0x4bdcad6f fb_get_mode +EXPORT_SYMBOL vmlinux 0x4be90a9f audit_log +EXPORT_SYMBOL vmlinux 0x4bec8c6e blk_rq_init +EXPORT_SYMBOL vmlinux 0x4bef1c67 empty_name +EXPORT_SYMBOL vmlinux 0x4bf3ce6f qman_release_cgrid +EXPORT_SYMBOL vmlinux 0x4c07a7e0 acpi_processor_unregister_performance +EXPORT_SYMBOL vmlinux 0x4c0956ec inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0x4c19df2f __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x4c27edfa xfrm6_rcv +EXPORT_SYMBOL vmlinux 0x4c3c67ed tcp_mmap +EXPORT_SYMBOL vmlinux 0x4c3ce699 pci_disable_device +EXPORT_SYMBOL vmlinux 0x4c416eb9 LZ4_decompress_fast +EXPORT_SYMBOL vmlinux 0x4c568af0 blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x4c5cb701 pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x4c6352a6 xfrm_input +EXPORT_SYMBOL vmlinux 0x4c8c23de free_mdio_bitbang +EXPORT_SYMBOL vmlinux 0x4c97e84b __module_put_and_kthread_exit +EXPORT_SYMBOL vmlinux 0x4cc3c27a param_set_invbool +EXPORT_SYMBOL vmlinux 0x4cd0208d rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0x4cd88fae dev_mc_del_global +EXPORT_SYMBOL vmlinux 0x4cf49f8f ip_defrag +EXPORT_SYMBOL vmlinux 0x4cf69528 pcim_iomap +EXPORT_SYMBOL vmlinux 0x4d084015 clocksource_change_rating +EXPORT_SYMBOL vmlinux 0x4d0d163d copy_page +EXPORT_SYMBOL vmlinux 0x4d1704a2 inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x4d2c7133 acpi_info +EXPORT_SYMBOL vmlinux 0x4d310e3d invalidate_bdev +EXPORT_SYMBOL vmlinux 0x4d3c6a51 dquot_load_quota_inode +EXPORT_SYMBOL vmlinux 0x4d452a9a of_phy_connect +EXPORT_SYMBOL vmlinux 0x4d45d83d kfree_skb_partial +EXPORT_SYMBOL vmlinux 0x4d50c385 skb_orphan_partial +EXPORT_SYMBOL vmlinux 0x4d65cbd5 csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0x4d7b2ebd devm_devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x4d924f20 memremap +EXPORT_SYMBOL vmlinux 0x4d97599a uart_register_driver +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4da278d9 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4da2f159 dget_parent +EXPORT_SYMBOL vmlinux 0x4da596e6 qman_retire_fq +EXPORT_SYMBOL vmlinux 0x4db6e03e inet_shutdown +EXPORT_SYMBOL vmlinux 0x4dba8c78 security_inode_invalidate_secctx +EXPORT_SYMBOL vmlinux 0x4dd0ef59 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0x4dd61c16 dev_add_offload +EXPORT_SYMBOL vmlinux 0x4de995ec gen_pool_dma_alloc_algo +EXPORT_SYMBOL vmlinux 0x4df02057 crc32_be +EXPORT_SYMBOL vmlinux 0x4df2ea84 gen_estimator_read +EXPORT_SYMBOL vmlinux 0x4df5bb1f phys_mem_access_prot +EXPORT_SYMBOL vmlinux 0x4dfa8d4b mutex_lock +EXPORT_SYMBOL vmlinux 0x4dfc6c88 blk_put_queue +EXPORT_SYMBOL vmlinux 0x4e0211bb scsi_host_busy +EXPORT_SYMBOL vmlinux 0x4e20bcf8 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x4e28b481 neigh_ifdown +EXPORT_SYMBOL vmlinux 0x4e2e74c1 qcom_scm_io_readl +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e36cdc4 __ubsan_handle_divrem_overflow +EXPORT_SYMBOL vmlinux 0x4e3b442c file_open_root +EXPORT_SYMBOL vmlinux 0x4e547048 __kmalloc_node_track_caller +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6e4b41 radix_tree_delete +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e83066b security_path_mkdir +EXPORT_SYMBOL vmlinux 0x4e90b742 skb_queue_purge +EXPORT_SYMBOL vmlinux 0x4e95eb04 bio_init_clone +EXPORT_SYMBOL vmlinux 0x4e99e3a9 dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0x4ea25709 dql_reset +EXPORT_SYMBOL vmlinux 0x4eada8f7 security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0x4eb2b066 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x4ec54e78 bitmap_to_arr32 +EXPORT_SYMBOL vmlinux 0x4ef5ec5e dquot_free_inode +EXPORT_SYMBOL vmlinux 0x4f123039 ip_frag_next +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f20d80b zstd_min_clevel +EXPORT_SYMBOL vmlinux 0x4f2250ba rtc_tm_to_time64 +EXPORT_SYMBOL vmlinux 0x4f28175c phy_ethtool_get_sset_count +EXPORT_SYMBOL vmlinux 0x4f52ff8e __devm_request_region +EXPORT_SYMBOL vmlinux 0x4f55166f acpi_set_current_resources +EXPORT_SYMBOL vmlinux 0x4f614890 submit_bio_noacct +EXPORT_SYMBOL vmlinux 0x4f6924b3 ip_do_fragment +EXPORT_SYMBOL vmlinux 0x4f861024 ww_mutex_lock +EXPORT_SYMBOL vmlinux 0x4f86a6f1 dmaenginem_async_device_register +EXPORT_SYMBOL vmlinux 0x4f89c9de gpmc_cs_free +EXPORT_SYMBOL vmlinux 0x4ffb59bf __SCK__tp_func_kfree +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x5009c71d glob_match +EXPORT_SYMBOL vmlinux 0x5021bd81 _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0x5027bde2 acpi_acquire_mutex +EXPORT_SYMBOL vmlinux 0x50286f75 reuseport_stop_listen_sock +EXPORT_SYMBOL vmlinux 0x50351870 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0x503bb942 __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x503e58fd ip_check_defrag +EXPORT_SYMBOL vmlinux 0x50541511 tcf_exts_change +EXPORT_SYMBOL vmlinux 0x50624917 sha1_init +EXPORT_SYMBOL vmlinux 0x506bae82 sock_set_sndtimeo +EXPORT_SYMBOL vmlinux 0x506dff1a __genradix_free +EXPORT_SYMBOL vmlinux 0x5077163b sock_kmalloc +EXPORT_SYMBOL vmlinux 0x507a0afc dump_page +EXPORT_SYMBOL vmlinux 0x507d4059 dev_set_mtu +EXPORT_SYMBOL vmlinux 0x50800696 devm_arch_io_reserve_memtype_wc +EXPORT_SYMBOL vmlinux 0x5083495d pcie_ptm_enabled +EXPORT_SYMBOL vmlinux 0x50872358 unregister_qdisc +EXPORT_SYMBOL vmlinux 0x50896abc fb_find_mode +EXPORT_SYMBOL vmlinux 0x5089f45f ip_send_check +EXPORT_SYMBOL vmlinux 0x5092e84e __read_overflow2_field +EXPORT_SYMBOL vmlinux 0x50944630 seq_list_start_head_rcu +EXPORT_SYMBOL vmlinux 0x509b64ea acpi_has_method +EXPORT_SYMBOL vmlinux 0x50a4698c fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0x50a609a6 jbd2_wait_inode_data +EXPORT_SYMBOL vmlinux 0x50a8df14 nf_log_packet +EXPORT_SYMBOL vmlinux 0x50b3cfe5 of_get_cpu_node +EXPORT_SYMBOL vmlinux 0x50b73ce2 rfkill_find_type +EXPORT_SYMBOL vmlinux 0x50b80992 mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0x50be748d security_ib_free_security +EXPORT_SYMBOL vmlinux 0x50c5d6df fwnode_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x50cf7585 hex2bin +EXPORT_SYMBOL vmlinux 0x50d035c2 vsscanf +EXPORT_SYMBOL vmlinux 0x50dfc2bc xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x50e0c2fb dma_resv_copy_fences +EXPORT_SYMBOL vmlinux 0x50eca823 jbd2_fc_end_commit_fallback +EXPORT_SYMBOL vmlinux 0x50f85302 __arm_smccc_hvc +EXPORT_SYMBOL vmlinux 0x50f91491 __genradix_ptr +EXPORT_SYMBOL vmlinux 0x5102a30b do_wait_intr_irq +EXPORT_SYMBOL vmlinux 0x5110efc2 blk_queue_virt_boundary +EXPORT_SYMBOL vmlinux 0x51122cd5 from_kgid_munged +EXPORT_SYMBOL vmlinux 0x512dcfd3 __vfs_removexattr +EXPORT_SYMBOL vmlinux 0x513b28f4 first_ec +EXPORT_SYMBOL vmlinux 0x515083bf acpi_release_mutex +EXPORT_SYMBOL vmlinux 0x515f520b qman_portal_get_iperiod +EXPORT_SYMBOL vmlinux 0x51641162 opal_unlock_from_suspend +EXPORT_SYMBOL vmlinux 0x51726fe3 audit_log_start +EXPORT_SYMBOL vmlinux 0x5188e4e2 sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x51a511eb _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0x51adf538 kthread_associate_blkcg +EXPORT_SYMBOL vmlinux 0x51b40617 inet_frag_find +EXPORT_SYMBOL vmlinux 0x51b40718 trace_seq_hex_dump +EXPORT_SYMBOL vmlinux 0x51d12d4e acpi_pci_disabled +EXPORT_SYMBOL vmlinux 0x51e6d4ed __generic_file_fsync +EXPORT_SYMBOL vmlinux 0x51f18522 dma_map_resource +EXPORT_SYMBOL vmlinux 0x51f1fff5 dcb_ieee_getapp_dscp_prio_mask_map +EXPORT_SYMBOL vmlinux 0x5203d176 cmd_db_ready +EXPORT_SYMBOL vmlinux 0x520e97c4 proc_dostring +EXPORT_SYMBOL vmlinux 0x521872b5 scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0x5219bfe8 blk_mq_run_hw_queues +EXPORT_SYMBOL vmlinux 0x521e0eeb gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0x52254ded fs_context_for_mount +EXPORT_SYMBOL vmlinux 0x522d0783 lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x5237107e mii_ethtool_gset +EXPORT_SYMBOL vmlinux 0x5237768c netdev_lower_state_changed +EXPORT_SYMBOL vmlinux 0x52419827 ipv6_chk_addr_and_flags +EXPORT_SYMBOL vmlinux 0x5247025d mii_link_ok +EXPORT_SYMBOL vmlinux 0x5267168a reuseport_detach_prog +EXPORT_SYMBOL vmlinux 0x526eef2c hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x527a131e processors +EXPORT_SYMBOL vmlinux 0x52983a4f vme_master_write +EXPORT_SYMBOL vmlinux 0x529b7421 unix_detach_fds +EXPORT_SYMBOL vmlinux 0x52b47a44 pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0x52d717da xz_dec_init +EXPORT_SYMBOL vmlinux 0x52eb4761 serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0x52ecbc75 crc_ccitt +EXPORT_SYMBOL vmlinux 0x52f2850a imx_sc_pm_cpu_start +EXPORT_SYMBOL vmlinux 0x52fd0a96 mmc_retune_release +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x53126ecc __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0x53204c41 tcf_exts_num_actions +EXPORT_SYMBOL vmlinux 0x5322663e acpi_get_handle +EXPORT_SYMBOL vmlinux 0x532642ec inet_dgram_ops +EXPORT_SYMBOL vmlinux 0x5330347c task_work_add +EXPORT_SYMBOL vmlinux 0x5338184f ethtool_sprintf +EXPORT_SYMBOL vmlinux 0x533ddeaa nvdimm_namespace_locked +EXPORT_SYMBOL vmlinux 0x53460314 of_platform_bus_probe +EXPORT_SYMBOL vmlinux 0x53489265 tso_start +EXPORT_SYMBOL vmlinux 0x534f2aa4 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x535107f0 vme_register_error_handler +EXPORT_SYMBOL vmlinux 0x537669ae sock_create_kern +EXPORT_SYMBOL vmlinux 0x539ab0c3 netdev_state_change +EXPORT_SYMBOL vmlinux 0x53a1e8d9 _find_next_bit +EXPORT_SYMBOL vmlinux 0x53a9ff3f open_exec +EXPORT_SYMBOL vmlinux 0x53b954a2 up_read +EXPORT_SYMBOL vmlinux 0x53c1ca85 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0x53eff192 tegra_ivc_align +EXPORT_SYMBOL vmlinux 0x53f07148 register_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x53f89096 elv_rb_find +EXPORT_SYMBOL vmlinux 0x53f8ced7 page_pool_ethtool_stats_get_strings +EXPORT_SYMBOL vmlinux 0x5402da9f xudma_navss_psil_pair +EXPORT_SYMBOL vmlinux 0x542450ca kobject_set_name +EXPORT_SYMBOL vmlinux 0x542857bd block_write_begin +EXPORT_SYMBOL vmlinux 0x542a2f91 thaw_super +EXPORT_SYMBOL vmlinux 0x5430d753 md_handle_request +EXPORT_SYMBOL vmlinux 0x5437e5f5 bpf_prog_get_type_path +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x5483abcf __neigh_create +EXPORT_SYMBOL vmlinux 0x54a3c612 crypto_sha256_update +EXPORT_SYMBOL vmlinux 0x54a66065 eth_gro_receive +EXPORT_SYMBOL vmlinux 0x54ac7e61 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x54b1fac6 __ubsan_handle_load_invalid_value +EXPORT_SYMBOL vmlinux 0x54b23e67 sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x54ceea93 flow_rule_match_ip +EXPORT_SYMBOL vmlinux 0x54cfacd5 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x54debdcd jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54e9b7db __of_parse_phandle_with_args +EXPORT_SYMBOL vmlinux 0x54ea6dfe xen_start_flags +EXPORT_SYMBOL vmlinux 0x54fbf7e1 __traceiter_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x5506b8f7 netlbl_bitmap_setbit +EXPORT_SYMBOL vmlinux 0x5508f28d bman_acquire +EXPORT_SYMBOL vmlinux 0x550fc6f8 pm860x_reg_read +EXPORT_SYMBOL vmlinux 0x551adfbb ihold +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x552db3aa qman_query_cgr_congested +EXPORT_SYMBOL vmlinux 0x554ae3a4 irq_poll_sched +EXPORT_SYMBOL vmlinux 0x554f5919 jbd2_journal_put_journal_head +EXPORT_SYMBOL vmlinux 0x55603ce8 genphy_setup_forced +EXPORT_SYMBOL vmlinux 0x5574a39a nf_hook_slow +EXPORT_SYMBOL vmlinux 0x55831c94 phy_ethtool_get_strings +EXPORT_SYMBOL vmlinux 0x558b281d aes_expandkey +EXPORT_SYMBOL vmlinux 0x5594e9bc neigh_seq_stop +EXPORT_SYMBOL vmlinux 0x55aeecfd keyring_search +EXPORT_SYMBOL vmlinux 0x55c774ab __xfrm_init_state +EXPORT_SYMBOL vmlinux 0x55db4327 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0x55e31703 ethtool_convert_link_mode_to_legacy_u32 +EXPORT_SYMBOL vmlinux 0x55eca9bc md_bitmap_unplug +EXPORT_SYMBOL vmlinux 0x55eede39 of_clk_get_by_name +EXPORT_SYMBOL vmlinux 0x5614f48a qman_dqrr_get_ithresh +EXPORT_SYMBOL vmlinux 0x56181d0b amba_driver_register +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x5646c3ab path_has_submounts +EXPORT_SYMBOL vmlinux 0x56470118 __warn_printk +EXPORT_SYMBOL vmlinux 0x564f7608 acpi_reconfig_notifier_register +EXPORT_SYMBOL vmlinux 0x565caca8 abort_creds +EXPORT_SYMBOL vmlinux 0x56699df5 netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x56800387 put_watch_queue +EXPORT_SYMBOL vmlinux 0x56802ae8 rps_cpu_mask +EXPORT_SYMBOL vmlinux 0x56a91f0a netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56e4e1ca get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0x56ea8550 nvdimm_namespace_common_probe +EXPORT_SYMBOL vmlinux 0x56f9aaac ethtool_aggregate_phy_stats +EXPORT_SYMBOL vmlinux 0x5719ba2d udp_sendmsg +EXPORT_SYMBOL vmlinux 0x571fa799 __traceiter_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x573e3a08 tty_name +EXPORT_SYMBOL vmlinux 0x5742e934 tcp_gro_complete +EXPORT_SYMBOL vmlinux 0x574c2e74 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x574cdd38 tty_register_ldisc +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x575fbfdb ethtool_aggregate_rmon_stats +EXPORT_SYMBOL vmlinux 0x57643e93 try_lookup_one_len +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x57900416 gen_pool_fixed_alloc +EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy +EXPORT_SYMBOL vmlinux 0x57961a00 unregister_nls +EXPORT_SYMBOL vmlinux 0x57abff28 __ps2_command +EXPORT_SYMBOL vmlinux 0x57b664df qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0x57bc19d2 down_write +EXPORT_SYMBOL vmlinux 0x57cca8af seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0x57d70495 ip_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x57db8fd6 utf8_normalize +EXPORT_SYMBOL vmlinux 0x57e61a2d inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x57f38cdc qe_get_firmware_info +EXPORT_SYMBOL vmlinux 0x58030474 pci_irq_get_affinity +EXPORT_SYMBOL vmlinux 0x5818fe3c posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0x581f98da zlib_inflate +EXPORT_SYMBOL vmlinux 0x5824406b of_device_is_available +EXPORT_SYMBOL vmlinux 0x582606eb xudma_rflow_put +EXPORT_SYMBOL vmlinux 0x5828137a ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x582b6275 xfrm_if_unregister_cb +EXPORT_SYMBOL vmlinux 0x582cb6b6 cdrom_dummy_generic_packet +EXPORT_SYMBOL vmlinux 0x5833bcbe ether_setup +EXPORT_SYMBOL vmlinux 0x5838dbbf alloc_mdio_bitbang +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x583a2893 of_get_next_child +EXPORT_SYMBOL vmlinux 0x585ae877 nmi_panic +EXPORT_SYMBOL vmlinux 0x587b0954 kvasprintf +EXPORT_SYMBOL vmlinux 0x587b892e qe_get_num_of_risc +EXPORT_SYMBOL vmlinux 0x587f11aa __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0x587f22d7 devmap_managed_key +EXPORT_SYMBOL vmlinux 0x5897a680 __find_nth_and_andnot_bit +EXPORT_SYMBOL vmlinux 0x58acf24b mdiobus_register_board_info +EXPORT_SYMBOL vmlinux 0x58b4645c dev_close_many +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58b89886 nd_dev_to_uuid +EXPORT_SYMBOL vmlinux 0x58c3d89f __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0x58e036ce folio_set_bh +EXPORT_SYMBOL vmlinux 0x58e3306d bit_wait_io +EXPORT_SYMBOL vmlinux 0x58e57fed mipi_dsi_dcs_set_display_brightness +EXPORT_SYMBOL vmlinux 0x58ede1d6 iov_iter_get_pages_alloc2 +EXPORT_SYMBOL vmlinux 0x58fab285 tcp_mtu_to_mss +EXPORT_SYMBOL vmlinux 0x58fcdfc2 pcim_enable_device +EXPORT_SYMBOL vmlinux 0x590304e2 dquot_operations +EXPORT_SYMBOL vmlinux 0x59236bb9 mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x592aaba4 tcf_classify +EXPORT_SYMBOL vmlinux 0x5930841c __mmc_claim_host +EXPORT_SYMBOL vmlinux 0x5934b5a9 qman_destroy_fq +EXPORT_SYMBOL vmlinux 0x59490c13 param_set_charp +EXPORT_SYMBOL vmlinux 0x59541131 icmp_ndo_send +EXPORT_SYMBOL vmlinux 0x59557529 fscrypt_free_inode +EXPORT_SYMBOL vmlinux 0x59624eb7 mmc_can_trim +EXPORT_SYMBOL vmlinux 0x59649656 skb_split +EXPORT_SYMBOL vmlinux 0x5968dc6d proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x597073fe unix_get_socket +EXPORT_SYMBOL vmlinux 0x598e363a scsi_add_device +EXPORT_SYMBOL vmlinux 0x599b4888 qe_setbrg +EXPORT_SYMBOL vmlinux 0x599fb41c kvmalloc_node +EXPORT_SYMBOL vmlinux 0x59a0907e unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0x59a2f0ee packing +EXPORT_SYMBOL vmlinux 0x59ab5f31 __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x59b47ce7 user_revoke +EXPORT_SYMBOL vmlinux 0x59b4a65e mmc_request_done +EXPORT_SYMBOL vmlinux 0x59b4ac3e tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x59cd3664 tc_setup_cb_reoffload +EXPORT_SYMBOL vmlinux 0x59db03d4 __blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x59e666ee fs_param_is_bool +EXPORT_SYMBOL vmlinux 0x59e98cec netdev_name_in_use +EXPORT_SYMBOL vmlinux 0x59fa6f62 ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0x5a0b73d0 zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x5a189ee7 ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0x5a24f96e module_refcount +EXPORT_SYMBOL vmlinux 0x5a269bdc __mod_lruvec_page_state +EXPORT_SYMBOL vmlinux 0x5a290250 hdmi_drm_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x5a40d359 sock_create +EXPORT_SYMBOL vmlinux 0x5a44f8cb __crypto_memneq +EXPORT_SYMBOL vmlinux 0x5a4d313e gf128mul_4k_lle +EXPORT_SYMBOL vmlinux 0x5a5c4c6e d_tmpfile +EXPORT_SYMBOL vmlinux 0x5a60446c generic_copy_file_range +EXPORT_SYMBOL vmlinux 0x5a60b950 qm_channel_pool1 +EXPORT_SYMBOL vmlinux 0x5a6dba87 phy_start_aneg +EXPORT_SYMBOL vmlinux 0x5a71d074 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0x5a921311 strncmp +EXPORT_SYMBOL vmlinux 0x5a956b5b empty_zero_page +EXPORT_SYMBOL vmlinux 0x5a99a0d7 flow_get_u32_dst +EXPORT_SYMBOL vmlinux 0x5a9f1d63 memmove +EXPORT_SYMBOL vmlinux 0x5ac01b95 acpi_resource_to_address64 +EXPORT_SYMBOL vmlinux 0x5ac7b72a sock_alloc +EXPORT_SYMBOL vmlinux 0x5ae1154b __traceiter_kfree +EXPORT_SYMBOL vmlinux 0x5afb65f8 __register_chrdev +EXPORT_SYMBOL vmlinux 0x5b0206f4 tls_handshake_cancel +EXPORT_SYMBOL vmlinux 0x5b081be7 tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x5b0ede7b complete_request_key +EXPORT_SYMBOL vmlinux 0x5b181e38 send_sig_info +EXPORT_SYMBOL vmlinux 0x5b251980 folio_clear_dirty_for_io +EXPORT_SYMBOL vmlinux 0x5b2f27fb do_wait_intr +EXPORT_SYMBOL vmlinux 0x5b3e282f xa_store +EXPORT_SYMBOL vmlinux 0x5b4b58b1 tc_setup_cb_call +EXPORT_SYMBOL vmlinux 0x5b511e0e proto_register +EXPORT_SYMBOL vmlinux 0x5b54903b qcom_scm_pas_mem_setup +EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap +EXPORT_SYMBOL vmlinux 0x5b621808 kmem_cache_alloc_lru +EXPORT_SYMBOL vmlinux 0x5b629335 ps2_interrupt +EXPORT_SYMBOL vmlinux 0x5b708800 vfs_fileattr_set +EXPORT_SYMBOL vmlinux 0x5b83fcf4 sock_set_keepalive +EXPORT_SYMBOL vmlinux 0x5b84497c t10_pi_type1_ip +EXPORT_SYMBOL vmlinux 0x5b93b077 i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0x5ba5be49 mfd_add_devices +EXPORT_SYMBOL vmlinux 0x5bb1d41e bpf_link_get_from_fd +EXPORT_SYMBOL vmlinux 0x5bbbb538 __bh_read_batch +EXPORT_SYMBOL vmlinux 0x5bc7b03f pci_set_mwi +EXPORT_SYMBOL vmlinux 0x5bcea5f1 sgl_free_n_order +EXPORT_SYMBOL vmlinux 0x5bd0ca7c fs_param_is_enum +EXPORT_SYMBOL vmlinux 0x5bd4ff88 flow_action_cookie_create +EXPORT_SYMBOL vmlinux 0x5bdb7603 sock_copy_user_timeval +EXPORT_SYMBOL vmlinux 0x5be5f367 input_set_max_poll_interval +EXPORT_SYMBOL vmlinux 0x5be63c5b crc32c_csum_stub +EXPORT_SYMBOL vmlinux 0x5c00d0cc find_inode_by_ino_rcu +EXPORT_SYMBOL vmlinux 0x5c26a53b wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x5c3c7387 kstrtoull +EXPORT_SYMBOL vmlinux 0x5c47f71d seq_release_private +EXPORT_SYMBOL vmlinux 0x5c61b9d6 __neigh_event_send +EXPORT_SYMBOL vmlinux 0x5c78b005 mipi_dsi_dcs_enter_sleep_mode +EXPORT_SYMBOL vmlinux 0x5c9ffc1f unix_attach_fds +EXPORT_SYMBOL vmlinux 0x5ca6f05a remove_arg_zero +EXPORT_SYMBOL vmlinux 0x5caad203 pci_enable_link_state +EXPORT_SYMBOL vmlinux 0x5cbb1fc4 pci_match_id +EXPORT_SYMBOL vmlinux 0x5cc4a418 md_write_start +EXPORT_SYMBOL vmlinux 0x5cd1f50c of_n_addr_cells +EXPORT_SYMBOL vmlinux 0x5cd2ddf3 ethtool_intersect_link_masks +EXPORT_SYMBOL vmlinux 0x5cde2d98 sg_miter_stop +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5cfb26a0 acpi_enter_sleep_state +EXPORT_SYMBOL vmlinux 0x5d094a34 skb_queue_head +EXPORT_SYMBOL vmlinux 0x5d112304 __memcpy_fromio +EXPORT_SYMBOL vmlinux 0x5d153bb0 i2c_transfer_buffer_flags +EXPORT_SYMBOL vmlinux 0x5d194c37 ip_getsockopt +EXPORT_SYMBOL vmlinux 0x5d24dbdf udp_ioctl +EXPORT_SYMBOL vmlinux 0x5d29d990 configfs_remove_default_groups +EXPORT_SYMBOL vmlinux 0x5d379639 __cpuhp_setup_state_cpuslocked +EXPORT_SYMBOL vmlinux 0x5d4224e4 dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x5d4297ba ip_mc_join_group +EXPORT_SYMBOL vmlinux 0x5d49aabc init_wait_var_entry +EXPORT_SYMBOL vmlinux 0x5d4c2200 __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x5d57fdca inet_sk_get_local_port_range +EXPORT_SYMBOL vmlinux 0x5d5b596c tty_hangup +EXPORT_SYMBOL vmlinux 0x5d5fc83d crypto_kdf108_ctr_generate +EXPORT_SYMBOL vmlinux 0x5d776a50 of_range_to_resource +EXPORT_SYMBOL vmlinux 0x5d807e47 slab_build_skb +EXPORT_SYMBOL vmlinux 0x5d99e328 pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0x5dac4cd6 qman_dqrr_set_ithresh +EXPORT_SYMBOL vmlinux 0x5dad41b4 pci_release_resource +EXPORT_SYMBOL vmlinux 0x5dbf2c0a pci_write_config_byte +EXPORT_SYMBOL vmlinux 0x5dc81d18 tcp_mss_to_mtu +EXPORT_SYMBOL vmlinux 0x5dd1946e tty_kref_put +EXPORT_SYMBOL vmlinux 0x5dd5202e devm_mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x5ddacf6c module_layout +EXPORT_SYMBOL vmlinux 0x5de4252f tty_port_tty_get +EXPORT_SYMBOL vmlinux 0x5de4fe93 __d_drop +EXPORT_SYMBOL vmlinux 0x5de9d80c pci_pme_capable +EXPORT_SYMBOL vmlinux 0x5deea443 phy_init_eee +EXPORT_SYMBOL vmlinux 0x5df08637 qdisc_put_unlocked +EXPORT_SYMBOL vmlinux 0x5df4f5fe skb_get_hash_perturb +EXPORT_SYMBOL vmlinux 0x5dfc0f19 tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x5dff50b0 consume_skb +EXPORT_SYMBOL vmlinux 0x5e06bc5c refcount_dec_and_lock +EXPORT_SYMBOL vmlinux 0x5e0ccb9f sha1_transform +EXPORT_SYMBOL vmlinux 0x5e3240a0 __cpu_online_mask +EXPORT_SYMBOL vmlinux 0x5e332b52 __var_waitqueue +EXPORT_SYMBOL vmlinux 0x5e373fb4 gf128mul_64k_bbe +EXPORT_SYMBOL vmlinux 0x5e38034b tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0x5e6f91f9 tegra_powergate_remove_clamping +EXPORT_SYMBOL vmlinux 0x5e7e267b bio_integrity_trim +EXPORT_SYMBOL vmlinux 0x5e855e56 gen_pool_first_fit_align +EXPORT_SYMBOL vmlinux 0x5e8cfccb pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x5e934fc7 sgl_alloc +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5e9a01ce gen_new_estimator +EXPORT_SYMBOL vmlinux 0x5ea5eb05 fqdir_exit +EXPORT_SYMBOL vmlinux 0x5eaca46b locks_copy_conflock +EXPORT_SYMBOL vmlinux 0x5eb9a692 acpi_bus_get_status +EXPORT_SYMBOL vmlinux 0x5ebab7e5 __netif_rx +EXPORT_SYMBOL vmlinux 0x5ec0965c backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x5ec4aee6 put_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ed4536c phy_attach_direct +EXPORT_SYMBOL vmlinux 0x5ed69a8a udp_lib_rehash +EXPORT_SYMBOL vmlinux 0x5ed90adc int_to_scsilun +EXPORT_SYMBOL vmlinux 0x5ef6a672 gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x5ef8b1d5 of_device_unregister +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f126b37 netdev_has_upper_dev_all_rcu +EXPORT_SYMBOL vmlinux 0x5f2b8d46 skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x5f2f161b acpi_dev_uid_to_integer +EXPORT_SYMBOL vmlinux 0x5f30e7a7 tegra_io_pad_power_disable +EXPORT_SYMBOL vmlinux 0x5f4972a3 jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0x5f5441c8 __ubsan_handle_alignment_assumption +EXPORT_SYMBOL vmlinux 0x5f5bf557 rproc_remove_subdev +EXPORT_SYMBOL vmlinux 0x5f6b889c rproc_va_to_pa +EXPORT_SYMBOL vmlinux 0x5f6d5e8a __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x5f7c9422 finish_open +EXPORT_SYMBOL vmlinux 0x5f84c032 qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0x5f90d9cd dev_set_alias +EXPORT_SYMBOL vmlinux 0x5f93525c acpi_extract_package +EXPORT_SYMBOL vmlinux 0x5fa91e6f unregister_binfmt +EXPORT_SYMBOL vmlinux 0x5fab9a95 filp_close +EXPORT_SYMBOL vmlinux 0x5fc72f0e alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x5fc8ef46 pci_scan_slot +EXPORT_SYMBOL vmlinux 0x5fc999d4 pm860x_set_bits +EXPORT_SYMBOL vmlinux 0x5fe273e6 netdev_bonding_info_change +EXPORT_SYMBOL vmlinux 0x5ff21dc6 vmf_insert_pfn +EXPORT_SYMBOL vmlinux 0x5ff7c3ef inet6_offloads +EXPORT_SYMBOL vmlinux 0x5ff8abb8 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x5ff9eb0e lockref_mark_dead +EXPORT_SYMBOL vmlinux 0x60040263 of_device_get_match_data +EXPORT_SYMBOL vmlinux 0x6005c351 zpool_has_pool +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x6008689f kthread_complete_and_exit +EXPORT_SYMBOL vmlinux 0x600ac2da set_cached_acl +EXPORT_SYMBOL vmlinux 0x60111241 pipe_unlock +EXPORT_SYMBOL vmlinux 0x601c2b7e jbd2_journal_finish_inode_data_buffers +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x6033e299 folio_redirty_for_writepage +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x60502af5 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0x605515d4 __register_binfmt +EXPORT_SYMBOL vmlinux 0x605790dc fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0x605c1a42 pci_reenable_device +EXPORT_SYMBOL vmlinux 0x60784148 input_grab_device +EXPORT_SYMBOL vmlinux 0x608741b5 __init_swait_queue_head +EXPORT_SYMBOL vmlinux 0x608d0267 zstd_get_error_code +EXPORT_SYMBOL vmlinux 0x608ed126 skb_pull +EXPORT_SYMBOL vmlinux 0x6091b333 unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x60977769 handle_edge_irq +EXPORT_SYMBOL vmlinux 0x609bcd98 in6_pton +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60a868fc inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0x60aaeb4b qman_p_irqsource_add +EXPORT_SYMBOL vmlinux 0x60afc639 lock_rename_child +EXPORT_SYMBOL vmlinux 0x60b8b639 i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0x60bbb124 dma_fence_signal_locked +EXPORT_SYMBOL vmlinux 0x60c4a4c9 netdev_features_change +EXPORT_SYMBOL vmlinux 0x60cc26f6 file_modified +EXPORT_SYMBOL vmlinux 0x60cce894 vlan_for_each +EXPORT_SYMBOL vmlinux 0x60d8790e neigh_carrier_down +EXPORT_SYMBOL vmlinux 0x60d8ab30 vme_lm_get +EXPORT_SYMBOL vmlinux 0x60f0f5c6 page_pool_destroy +EXPORT_SYMBOL vmlinux 0x60f58151 tegra_ivc_cleanup +EXPORT_SYMBOL vmlinux 0x60fbe8c0 scsi_host_put +EXPORT_SYMBOL vmlinux 0x60fc6b04 mmc_cqe_request_done +EXPORT_SYMBOL vmlinux 0x61073e4a acpi_os_map_generic_address +EXPORT_SYMBOL vmlinux 0x611b01d1 wait_for_key_construction +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x61347034 mb_cache_entry_delete_or_get +EXPORT_SYMBOL vmlinux 0x613d9d4f device_match_acpi_dev +EXPORT_SYMBOL vmlinux 0x615911d7 __bitmap_set +EXPORT_SYMBOL vmlinux 0x615977f5 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x617c452b queued_read_lock_slowpath +EXPORT_SYMBOL vmlinux 0x6185b747 radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0x618911fc numa_node +EXPORT_SYMBOL vmlinux 0x618fa866 flow_rule_match_enc_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x619cb7dd simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x61a9594e vme_irq_free +EXPORT_SYMBOL vmlinux 0x61af239b sock_enable_timestamps +EXPORT_SYMBOL vmlinux 0x61b51a31 __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61e272c9 sha256_final +EXPORT_SYMBOL vmlinux 0x61e786e2 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0x61ea189b fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x61ebd6e3 key_alloc +EXPORT_SYMBOL vmlinux 0x6209b2d7 vga_client_register +EXPORT_SYMBOL vmlinux 0x6210361c pci_disable_ptm +EXPORT_SYMBOL vmlinux 0x621282c0 devm_memunmap +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x621eb71a genphy_read_abilities +EXPORT_SYMBOL vmlinux 0x62258b5c folio_add_lru +EXPORT_SYMBOL vmlinux 0x6226fa2e tcp_sock_set_cork +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x622f5fdb blk_mq_start_request +EXPORT_SYMBOL vmlinux 0x624aa681 trace_print_hex_seq +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x6276af56 migrate_device_range +EXPORT_SYMBOL vmlinux 0x62790882 netlink_capable +EXPORT_SYMBOL vmlinux 0x628413da kmem_cache_alloc_bulk +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x62884ea4 __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x628c0f8f dma_fence_add_callback +EXPORT_SYMBOL vmlinux 0x62b0b696 sk_stop_timer +EXPORT_SYMBOL vmlinux 0x62b93e51 md_bitmap_unplug_async +EXPORT_SYMBOL vmlinux 0x62bd7d05 simple_recursive_removal +EXPORT_SYMBOL vmlinux 0x62bdff29 __traceiter_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x62d8775c pci_read_vpd_any +EXPORT_SYMBOL vmlinux 0x62d96443 qman_dma_portal +EXPORT_SYMBOL vmlinux 0x62f7e207 down_read_killable +EXPORT_SYMBOL vmlinux 0x6305914b dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0x6315c42c zstd_get_params +EXPORT_SYMBOL vmlinux 0x6321747b nf_unregister_net_hook +EXPORT_SYMBOL vmlinux 0x633e016b nonseekable_open +EXPORT_SYMBOL vmlinux 0x634b8e21 of_mdio_find_device +EXPORT_SYMBOL vmlinux 0x6352e739 md_finish_reshape +EXPORT_SYMBOL vmlinux 0x63666df5 clk_add_alias +EXPORT_SYMBOL vmlinux 0x636b595b netdev_warn +EXPORT_SYMBOL vmlinux 0x63785755 skb_eth_push +EXPORT_SYMBOL vmlinux 0x6385eed6 notify_change +EXPORT_SYMBOL vmlinux 0x638d434e jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x6398d29c __folio_cancel_dirty +EXPORT_SYMBOL vmlinux 0x63a58370 flow_action_cookie_destroy +EXPORT_SYMBOL vmlinux 0x63a7c28c bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x63a8192b mount_subtree +EXPORT_SYMBOL vmlinux 0x63b9eb64 find_inode_rcu +EXPORT_SYMBOL vmlinux 0x63c17f43 __blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x63eb4bf0 from_kprojid_munged +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63f3f3d0 __of_get_address +EXPORT_SYMBOL vmlinux 0x63f50873 rproc_coredump_set_elf_info +EXPORT_SYMBOL vmlinux 0x63fe846d tty_check_change +EXPORT_SYMBOL vmlinux 0x6402c8df sha512_block_data_order +EXPORT_SYMBOL vmlinux 0x64127b67 bitmap_find_next_zero_area_off +EXPORT_SYMBOL vmlinux 0x641575dd xfrm_trans_queue +EXPORT_SYMBOL vmlinux 0x64157bd9 sk_reset_timer +EXPORT_SYMBOL vmlinux 0x642eb5c6 xen_poll_irq_timeout +EXPORT_SYMBOL vmlinux 0x6432172d hid_bpf_ops +EXPORT_SYMBOL vmlinux 0x643ad217 pcie_capability_clear_and_set_word_unlocked +EXPORT_SYMBOL vmlinux 0x64410a1f flush_dcache_page +EXPORT_SYMBOL vmlinux 0x644be12c qman_affine_cpus +EXPORT_SYMBOL vmlinux 0x645306b2 phy_error +EXPORT_SYMBOL vmlinux 0x6455298a security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0x64604ce1 kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x64718b6c rtnl_offload_xstats_notify +EXPORT_SYMBOL vmlinux 0x64769d9e mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0x6481ffe0 hsiphash_1u32 +EXPORT_SYMBOL vmlinux 0x64837a70 ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x648eb59d gc_inflight_list +EXPORT_SYMBOL vmlinux 0x6494cc36 mii_check_media +EXPORT_SYMBOL vmlinux 0x64a62f7c vfs_getattr +EXPORT_SYMBOL vmlinux 0x64a9c928 default_blu +EXPORT_SYMBOL vmlinux 0x64ad7943 kill_anon_super +EXPORT_SYMBOL vmlinux 0x64bbc288 string_unescape +EXPORT_SYMBOL vmlinux 0x64d11af1 dma_fence_wait_timeout +EXPORT_SYMBOL vmlinux 0x64d840dd give_up_console +EXPORT_SYMBOL vmlinux 0x64dc3f8f xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x64dd5384 nf_log_trace +EXPORT_SYMBOL vmlinux 0x64e008ad kernel_sock_ip_overhead +EXPORT_SYMBOL vmlinux 0x64eaee82 security_inet_conn_established +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x65142a4d inet6_add_protocol +EXPORT_SYMBOL vmlinux 0x6514c1e6 flow_get_u32_src +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x652032cb mac_pton +EXPORT_SYMBOL vmlinux 0x652ce9aa nla_memcmp +EXPORT_SYMBOL vmlinux 0x652ed26c __sock_create +EXPORT_SYMBOL vmlinux 0x65395289 d_rehash +EXPORT_SYMBOL vmlinux 0x653a8f7d simple_nosetlease +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x654449c3 memset16 +EXPORT_SYMBOL vmlinux 0x654fde9a keyring_alloc +EXPORT_SYMBOL vmlinux 0x6554e30d do_clone_file_range +EXPORT_SYMBOL vmlinux 0x6564f6a3 dev_uc_unsync +EXPORT_SYMBOL vmlinux 0x6566a06c xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x656c1a0e string_escape_mem +EXPORT_SYMBOL vmlinux 0x656e4a6e snprintf +EXPORT_SYMBOL vmlinux 0x6579821a crypto_sha3_update +EXPORT_SYMBOL vmlinux 0x658ce1a8 xxh64_reset +EXPORT_SYMBOL vmlinux 0x65917af4 tty_register_device +EXPORT_SYMBOL vmlinux 0x65929cae ns_to_timespec64 +EXPORT_SYMBOL vmlinux 0x659ded26 xfrm_flush_gc +EXPORT_SYMBOL vmlinux 0x65a10d2a pipe_lock +EXPORT_SYMBOL vmlinux 0x65b4f946 inet6_add_offload +EXPORT_SYMBOL vmlinux 0x65d1bab2 acpi_bios_warning +EXPORT_SYMBOL vmlinux 0x65d45bd4 dm_get_device +EXPORT_SYMBOL vmlinux 0x65d9e877 cpufreq_register_notifier +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65e0d6d7 memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x65e4f2bb napi_schedule_prep +EXPORT_SYMBOL vmlinux 0x65f6d744 genphy_c45_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x65feb161 udp6_csum_init +EXPORT_SYMBOL vmlinux 0x6616f158 file_ns_capable +EXPORT_SYMBOL vmlinux 0x6626afca down +EXPORT_SYMBOL vmlinux 0x663015d4 pneigh_enqueue +EXPORT_SYMBOL vmlinux 0x6639af4c unpin_user_page_range_dirty_lock +EXPORT_SYMBOL vmlinux 0x664b1e29 qman_delete_cgr +EXPORT_SYMBOL vmlinux 0x66556b0f in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x665b06bd dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0x665e2513 zstd_max_clevel +EXPORT_SYMBOL vmlinux 0x66628bf3 ip_tunnel_metadata_cnt +EXPORT_SYMBOL vmlinux 0x666863dc par_io_config_pin +EXPORT_SYMBOL vmlinux 0x666c14c0 __traceiter_dma_fence_emit +EXPORT_SYMBOL vmlinux 0x6673f96d xxh32_reset +EXPORT_SYMBOL vmlinux 0x667dc29e qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x66826f5a xudma_get_ringacc +EXPORT_SYMBOL vmlinux 0x668b19a1 down_read +EXPORT_SYMBOL vmlinux 0x6698f20f __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0x669c191b dm_consume_args +EXPORT_SYMBOL vmlinux 0x66a42213 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0x66aed6c1 devm_clk_get_optional +EXPORT_SYMBOL vmlinux 0x66af1fd1 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x66b4cc41 kmemdup +EXPORT_SYMBOL vmlinux 0x66d81fb4 param_set_ulong +EXPORT_SYMBOL vmlinux 0x66d91d0a pldmfw_flash_image +EXPORT_SYMBOL vmlinux 0x66e29704 get_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0x66ea1a85 mmc_can_discard +EXPORT_SYMBOL vmlinux 0x66edfc78 _find_next_or_bit +EXPORT_SYMBOL vmlinux 0x66f10d63 sg_miter_skip +EXPORT_SYMBOL vmlinux 0x6702ce86 inet6_release +EXPORT_SYMBOL vmlinux 0x67179c18 fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x6719d743 path_is_mountpoint +EXPORT_SYMBOL vmlinux 0x671e21d5 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x6728b32f inet_reqsk_alloc +EXPORT_SYMBOL vmlinux 0x672e34c2 tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x67412d2f ucc_slow_enable +EXPORT_SYMBOL vmlinux 0x6749d53f hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x67563e7d tty_port_close +EXPORT_SYMBOL vmlinux 0x6756dfaf dma_mmap_attrs +EXPORT_SYMBOL vmlinux 0x676b3ee9 of_mdio_find_bus +EXPORT_SYMBOL vmlinux 0x6776083c msm_pinctrl_dev_pm_ops +EXPORT_SYMBOL vmlinux 0x6779185c blk_mq_tagset_busy_iter +EXPORT_SYMBOL vmlinux 0x677a1abe mdiobus_c45_read_nested +EXPORT_SYMBOL vmlinux 0x6787a6df skb_copy_and_hash_datagram_iter +EXPORT_SYMBOL vmlinux 0x678b96ec dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x67986f14 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67c13ea0 acpi_read +EXPORT_SYMBOL vmlinux 0x67c6e0e7 blk_sync_queue +EXPORT_SYMBOL vmlinux 0x67d8dac0 try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x67dc4581 unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x67e3b23f of_property_read_reg +EXPORT_SYMBOL vmlinux 0x67e54b74 folio_zero_new_buffers +EXPORT_SYMBOL vmlinux 0x68066013 tcf_exts_init_ex +EXPORT_SYMBOL vmlinux 0x68285d8f sk_capable +EXPORT_SYMBOL vmlinux 0x68485431 mmc_can_gpio_cd +EXPORT_SYMBOL vmlinux 0x684b6cde con_set_default_unimap +EXPORT_SYMBOL vmlinux 0x68500e8e of_find_property +EXPORT_SYMBOL vmlinux 0x6871ff6d tcp_get_cookie_sock +EXPORT_SYMBOL vmlinux 0x6876ec32 devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x6877c0c6 seq_escape_mem +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x689067dd dma_fence_chain_ops +EXPORT_SYMBOL vmlinux 0x68928e8f logfc +EXPORT_SYMBOL vmlinux 0x6899b72b kernel_getsockname +EXPORT_SYMBOL vmlinux 0x689a5679 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0x689f9fa4 param_array_ops +EXPORT_SYMBOL vmlinux 0x68ed2ccc tcf_exts_validate_ex +EXPORT_SYMBOL vmlinux 0x68f92578 inet6_protos +EXPORT_SYMBOL vmlinux 0x68fb581a icst307_idx2s +EXPORT_SYMBOL vmlinux 0x68ffbc25 con_is_bound +EXPORT_SYMBOL vmlinux 0x69018353 pci_clear_master +EXPORT_SYMBOL vmlinux 0x69049cd2 radix_tree_replace_slot +EXPORT_SYMBOL vmlinux 0x6962dc33 d_invalidate +EXPORT_SYMBOL vmlinux 0x69668826 netdev_increment_features +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6972e413 __bitmap_weight_and +EXPORT_SYMBOL vmlinux 0x697ab069 copy_page_to_iter +EXPORT_SYMBOL vmlinux 0x697ed5f0 memcpy_and_pad +EXPORT_SYMBOL vmlinux 0x6998ba43 __mdiobus_c45_read +EXPORT_SYMBOL vmlinux 0x69a9a345 rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0x69aa3c35 rproc_of_parse_firmware +EXPORT_SYMBOL vmlinux 0x69aa776c devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0x69ac0961 jbd2_journal_load +EXPORT_SYMBOL vmlinux 0x69b214ea ethtool_aggregate_pause_stats +EXPORT_SYMBOL vmlinux 0x69bc6c42 netdev_offload_xstats_get +EXPORT_SYMBOL vmlinux 0x69ccf367 register_console +EXPORT_SYMBOL vmlinux 0x69d6290e md_bitmap_close_sync +EXPORT_SYMBOL vmlinux 0x69dbd931 redraw_screen +EXPORT_SYMBOL vmlinux 0x69dd3b5b crc32_le +EXPORT_SYMBOL vmlinux 0x69de8757 vme_check_window +EXPORT_SYMBOL vmlinux 0x69effeb4 is_acpi_device_node +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a063b19 __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0x6a0d792f dup_iter +EXPORT_SYMBOL vmlinux 0x6a1b12a7 setattr_copy +EXPORT_SYMBOL vmlinux 0x6a1c2670 dquot_transfer +EXPORT_SYMBOL vmlinux 0x6a3766b2 qman_delete_cgr_safe +EXPORT_SYMBOL vmlinux 0x6a4c7f2e sget +EXPORT_SYMBOL vmlinux 0x6a55920a xsk_uses_need_wakeup +EXPORT_SYMBOL vmlinux 0x6a5cb5ee __get_free_pages +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a5fa363 sigprocmask +EXPORT_SYMBOL vmlinux 0x6a61be30 inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0x6a6e05bf kstrtou8 +EXPORT_SYMBOL vmlinux 0x6a7108a5 pnpacpi_protocol +EXPORT_SYMBOL vmlinux 0x6a84e102 d_prune_aliases +EXPORT_SYMBOL vmlinux 0x6a90663a qman_schedule_fq +EXPORT_SYMBOL vmlinux 0x6a91858b dev_uc_add +EXPORT_SYMBOL vmlinux 0x6a9a1e20 fscrypt_setup_filename +EXPORT_SYMBOL vmlinux 0x6aae6d97 pin_user_pages +EXPORT_SYMBOL vmlinux 0x6ab5a1a9 inet_frag_queue_insert +EXPORT_SYMBOL vmlinux 0x6abad95a vfs_link +EXPORT_SYMBOL vmlinux 0x6abde11d xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0x6acf2356 pci_enable_ptm +EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device +EXPORT_SYMBOL vmlinux 0x6ae67a26 mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0x6aeefac4 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x6b0b2b82 __devm_of_mdiobus_register +EXPORT_SYMBOL vmlinux 0x6b10c85f tcp_getsockopt +EXPORT_SYMBOL vmlinux 0x6b125a05 max8925_reg_write +EXPORT_SYMBOL vmlinux 0x6b12e2e2 filp_open +EXPORT_SYMBOL vmlinux 0x6b1a7c85 blk_finish_plug +EXPORT_SYMBOL vmlinux 0x6b1c128f mmc_free_host +EXPORT_SYMBOL vmlinux 0x6b27729b radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b55acd0 rtnl_lock_killable +EXPORT_SYMBOL vmlinux 0x6b7e0d37 cdev_alloc +EXPORT_SYMBOL vmlinux 0x6b853d06 ns_to_kernel_old_timeval +EXPORT_SYMBOL vmlinux 0x6b85b9ad deactivate_super +EXPORT_SYMBOL vmlinux 0x6b8bf149 netif_receive_skb_list +EXPORT_SYMBOL vmlinux 0x6b9cfd59 pci_set_power_state +EXPORT_SYMBOL vmlinux 0x6bb0ac87 ip6_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bc76c4a security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0x6bce263c filemap_splice_read +EXPORT_SYMBOL vmlinux 0x6bd0e573 down_interruptible +EXPORT_SYMBOL vmlinux 0x6bd188c0 unregister_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x6bd67662 vme_bus_error_handler +EXPORT_SYMBOL vmlinux 0x6bda2f22 rdmacg_uncharge +EXPORT_SYMBOL vmlinux 0x6be1c1f8 acpi_install_method +EXPORT_SYMBOL vmlinux 0x6bee7e2c ipmi_platform_add +EXPORT_SYMBOL vmlinux 0x6bf1d77f iov_iter_xarray +EXPORT_SYMBOL vmlinux 0x6bfc524d pci_get_class +EXPORT_SYMBOL vmlinux 0x6c224cda gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x6c25aad6 blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x6c3c6fdb read_cache_page +EXPORT_SYMBOL vmlinux 0x6c4f8bff pcie_get_width_cap +EXPORT_SYMBOL vmlinux 0x6c58dcb6 vfs_copy_file_range +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c70f571 alloc_pages +EXPORT_SYMBOL vmlinux 0x6c7a1dbc truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x6c7d4aba pci_find_resource +EXPORT_SYMBOL vmlinux 0x6c82f038 sock_pfree +EXPORT_SYMBOL vmlinux 0x6caa8376 fscrypt_fname_disk_to_usr +EXPORT_SYMBOL vmlinux 0x6cb46525 netlbl_catmap_walk +EXPORT_SYMBOL vmlinux 0x6cbbfc54 __arch_copy_to_user +EXPORT_SYMBOL vmlinux 0x6cbda203 phy_attached_print +EXPORT_SYMBOL vmlinux 0x6cc2b4ff key_unlink +EXPORT_SYMBOL vmlinux 0x6ce06c0b __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0x6ce3e33f debugfs_create_automount +EXPORT_SYMBOL vmlinux 0x6cf0d67d qe_get_num_of_snums +EXPORT_SYMBOL vmlinux 0x6cf683c2 rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0x6cf7443e iterate_dir +EXPORT_SYMBOL vmlinux 0x6d08b77a dma_map_sg_attrs +EXPORT_SYMBOL vmlinux 0x6d0b86bd rproc_add_subdev +EXPORT_SYMBOL vmlinux 0x6d16c104 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x6d1768c5 no_seek_end_llseek_size +EXPORT_SYMBOL vmlinux 0x6d17c20f of_device_is_compatible +EXPORT_SYMBOL vmlinux 0x6d27604b of_platform_device_create +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d2d8c85 generic_mii_ioctl +EXPORT_SYMBOL vmlinux 0x6d4f783c amba_release_regions +EXPORT_SYMBOL vmlinux 0x6d5f5b91 radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x6d6de748 do_splice_direct +EXPORT_SYMBOL vmlinux 0x6d712a27 mipi_dsi_dcs_set_pixel_format +EXPORT_SYMBOL vmlinux 0x6d73c95f logic_outw +EXPORT_SYMBOL vmlinux 0x6d7c7dcc bitmap_cut +EXPORT_SYMBOL vmlinux 0x6d8ab949 __filemap_set_wb_err +EXPORT_SYMBOL vmlinux 0x6d933508 lynx_pcs_destroy +EXPORT_SYMBOL vmlinux 0x6da467cb pfn_is_map_memory +EXPORT_SYMBOL vmlinux 0x6daf156c netdev_reset_tc +EXPORT_SYMBOL vmlinux 0x6db3fa24 phy_set_sym_pause +EXPORT_SYMBOL vmlinux 0x6dba9051 xz_dec_microlzma_end +EXPORT_SYMBOL vmlinux 0x6dc35b25 radix_tree_iter_delete +EXPORT_SYMBOL vmlinux 0x6dcf857f uuid_null +EXPORT_SYMBOL vmlinux 0x6dd17e7b acpi_get_table_header +EXPORT_SYMBOL vmlinux 0x6dd8aec6 mdiobus_c45_write +EXPORT_SYMBOL vmlinux 0x6ddfd09c unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0x6dedc9eb dcb_ieee_getapp_default_prio_mask +EXPORT_SYMBOL vmlinux 0x6deeb9ef flow_rule_match_basic +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6e342704 input_register_handler +EXPORT_SYMBOL vmlinux 0x6e3ab384 netdev_err +EXPORT_SYMBOL vmlinux 0x6e5337c4 seq_vprintf +EXPORT_SYMBOL vmlinux 0x6e5b8651 xz_dec_run +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e8db2d2 setup_arg_pages +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea9363b force_sig +EXPORT_SYMBOL vmlinux 0x6ebb41a0 __blk_alloc_disk +EXPORT_SYMBOL vmlinux 0x6ecc2b32 tcp_conn_request +EXPORT_SYMBOL vmlinux 0x6ee4e432 dentry_path_raw +EXPORT_SYMBOL vmlinux 0x6ee7b135 reuseport_attach_prog +EXPORT_SYMBOL vmlinux 0x6eecfaf4 sg_copy_buffer +EXPORT_SYMBOL vmlinux 0x6ef00e99 finish_swait +EXPORT_SYMBOL vmlinux 0x6ef9c151 jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0x6f02dce4 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x6f0832d0 scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x6f14e9db console_list_lock +EXPORT_SYMBOL vmlinux 0x6f172e45 mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x6f41a428 acpi_get_vendor_resource +EXPORT_SYMBOL vmlinux 0x6f41a639 irq_cpu_rmap_remove +EXPORT_SYMBOL vmlinux 0x6f4a59e4 sort_r +EXPORT_SYMBOL vmlinux 0x6f5ab52f acpi_get_local_address +EXPORT_SYMBOL vmlinux 0x6f63811c xfrm_register_type +EXPORT_SYMBOL vmlinux 0x6f6c511f blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0x6f75d653 alloc_fddidev +EXPORT_SYMBOL vmlinux 0x6f7793a5 skb_flow_dissector_init +EXPORT_SYMBOL vmlinux 0x6f793871 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0x6f8bb6b6 inode_set_bytes +EXPORT_SYMBOL vmlinux 0x6f8de1c9 dquot_get_next_id +EXPORT_SYMBOL vmlinux 0x6f915a45 dqstats +EXPORT_SYMBOL vmlinux 0x6fb2f0c0 max8998_bulk_write +EXPORT_SYMBOL vmlinux 0x6fb49676 queue_rcu_work +EXPORT_SYMBOL vmlinux 0x6fbc6a00 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x6fc48021 dynamic_cond_resched +EXPORT_SYMBOL vmlinux 0x6fc58984 inet_stream_connect +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fd161d4 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x6fd71bd9 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x6fe34ba6 ipv6_select_ident +EXPORT_SYMBOL vmlinux 0x6ff3a485 dynamic_might_resched +EXPORT_SYMBOL vmlinux 0x6ffb9b0e dqget +EXPORT_SYMBOL vmlinux 0x6ffea03d ram_aops +EXPORT_SYMBOL vmlinux 0x6fff261f __arch_clear_user +EXPORT_SYMBOL vmlinux 0x70002fe8 siphash_1u32 +EXPORT_SYMBOL vmlinux 0x700c6c17 key_create +EXPORT_SYMBOL vmlinux 0x7013fc76 mdiobus_write +EXPORT_SYMBOL vmlinux 0x701b2151 fsync_bdev +EXPORT_SYMBOL vmlinux 0x70212d66 of_pci_range_to_resource +EXPORT_SYMBOL vmlinux 0x7023bea8 unregister_acpi_notifier +EXPORT_SYMBOL vmlinux 0x702946da ucs2_strlen +EXPORT_SYMBOL vmlinux 0x70307377 elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x704c35ba serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0x7060d475 kern_sys_bpf +EXPORT_SYMBOL vmlinux 0x706ee44d linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0x70794d24 ip6_frag_init +EXPORT_SYMBOL vmlinux 0x708b3c46 dev_addr_mod +EXPORT_SYMBOL vmlinux 0x7090bb54 __traceiter_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0x709b7c70 blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0x70ac2c1a blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x70ad75fb radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x70bce263 simple_dir_operations +EXPORT_SYMBOL vmlinux 0x70d1a18e qman_release_pool +EXPORT_SYMBOL vmlinux 0x70daa11e dma_fence_remove_callback +EXPORT_SYMBOL vmlinux 0x70dab3f7 nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x70daba58 param_set_hexint +EXPORT_SYMBOL vmlinux 0x70f3caeb xp_can_alloc +EXPORT_SYMBOL vmlinux 0x70ff572f __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x710d1459 datagram_poll +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x712aded6 rproc_coredump_using_sections +EXPORT_SYMBOL vmlinux 0x713c4049 __dev_queue_xmit +EXPORT_SYMBOL vmlinux 0x714110ea blk_queue_io_min +EXPORT_SYMBOL vmlinux 0x7141b88a logic_insb +EXPORT_SYMBOL vmlinux 0x7155bcf8 sync_file_get_fence +EXPORT_SYMBOL vmlinux 0x715a5ed0 vprintk +EXPORT_SYMBOL vmlinux 0x716fbdbe mini_qdisc_pair_block_init +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x717d1f96 hdmi_infoframe_check +EXPORT_SYMBOL vmlinux 0x71808d87 blk_integrity_compare +EXPORT_SYMBOL vmlinux 0x71982cbd config_item_get_unless_zero +EXPORT_SYMBOL vmlinux 0x719e7501 fuse_mount_destroy +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71b3a4e1 __serio_register_driver +EXPORT_SYMBOL vmlinux 0x71e9ef84 xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0x71fb6892 dma_fence_array_next +EXPORT_SYMBOL vmlinux 0x7208912e inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x720a27a7 __register_blkdev +EXPORT_SYMBOL vmlinux 0x722f79db qdisc_hash_del +EXPORT_SYMBOL vmlinux 0x7230cab5 netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0x724a50fb bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0x725024cb posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x7251daf0 __folio_put +EXPORT_SYMBOL vmlinux 0x726bc3c7 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0x7271e1da kmalloc_trace +EXPORT_SYMBOL vmlinux 0x727de424 mem_section +EXPORT_SYMBOL vmlinux 0x72a50966 ucc_fast_disable +EXPORT_SYMBOL vmlinux 0x72aec26d dma_fence_chain_init +EXPORT_SYMBOL vmlinux 0x72b88d9e pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0x72b9ba94 pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0x72b9d287 default_grn +EXPORT_SYMBOL vmlinux 0x72c7b4dd flow_rule_match_enc_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x72cf6fec security_sb_mnt_opts_compat +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72f14ff7 acpi_get_object_info +EXPORT_SYMBOL vmlinux 0x72f7d1d0 netdev_set_tc_queue +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x731dba7a xen_domain_type +EXPORT_SYMBOL vmlinux 0x7325799a devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0x732bcd2f vme_master_mmap +EXPORT_SYMBOL vmlinux 0x732dd326 groups_free +EXPORT_SYMBOL vmlinux 0x73337435 invalidate_disk +EXPORT_SYMBOL vmlinux 0x734b16e8 flush_dcache_folio +EXPORT_SYMBOL vmlinux 0x7351dc7c scsi_done +EXPORT_SYMBOL vmlinux 0x735e6a81 acpi_evaluate_integer +EXPORT_SYMBOL vmlinux 0x737338bd nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0x7380dffa argv_split +EXPORT_SYMBOL vmlinux 0x73998efa cpm_muram_free_addr +EXPORT_SYMBOL vmlinux 0x739fd00f __SCK__tp_func_module_get +EXPORT_SYMBOL vmlinux 0x73a4fb6c sock_no_accept +EXPORT_SYMBOL vmlinux 0x73ab18e0 md_cluster_ops +EXPORT_SYMBOL vmlinux 0x73abb180 alloc_contig_range +EXPORT_SYMBOL vmlinux 0x73c5145b flow_block_cb_decref +EXPORT_SYMBOL vmlinux 0x73c6472e gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0x73e2b920 ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0x73e972b8 __block_write_begin +EXPORT_SYMBOL vmlinux 0x7400e884 create_empty_buffers +EXPORT_SYMBOL vmlinux 0x7410aba2 strreplace +EXPORT_SYMBOL vmlinux 0x7411b570 inode_init_once +EXPORT_SYMBOL vmlinux 0x7412ed5b kvfree_sensitive +EXPORT_SYMBOL vmlinux 0x742578a5 wait_for_random_bytes +EXPORT_SYMBOL vmlinux 0x7429e20c kstrtos8 +EXPORT_SYMBOL vmlinux 0x7429e72e task_lookup_next_fd_rcu +EXPORT_SYMBOL vmlinux 0x743f4126 keygen_port_hashing_init +EXPORT_SYMBOL vmlinux 0x7453d3e8 security_release_secctx +EXPORT_SYMBOL vmlinux 0x7458dbb0 dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0x74754435 acpi_bus_generate_netlink_event +EXPORT_SYMBOL vmlinux 0x747bfa52 pci_save_state +EXPORT_SYMBOL vmlinux 0x7482d92e dev_mc_flush +EXPORT_SYMBOL vmlinux 0x7483dc59 pci_dev_present +EXPORT_SYMBOL vmlinux 0x748574c3 __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0x749cbc8f pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0x74b099b2 __free_pages +EXPORT_SYMBOL vmlinux 0x74b8e674 slhc_toss +EXPORT_SYMBOL vmlinux 0x74c09147 page_pool_update_nid +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74cb77a4 import_iovec +EXPORT_SYMBOL vmlinux 0x74cc3138 blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0x74da064a set_security_override +EXPORT_SYMBOL vmlinux 0x74dd9e0b dma_fence_wait_any_timeout +EXPORT_SYMBOL vmlinux 0x74e23872 path_is_under +EXPORT_SYMBOL vmlinux 0x74e451b4 single_open_size +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74f3ce48 tegra_ivc_init +EXPORT_SYMBOL vmlinux 0x74fdb890 inet6_bind +EXPORT_SYMBOL vmlinux 0x750dda17 vm_insert_page +EXPORT_SYMBOL vmlinux 0x75312bb5 genphy_resume +EXPORT_SYMBOL vmlinux 0x7534bf39 __nd_driver_register +EXPORT_SYMBOL vmlinux 0x753c12ec vfs_get_tree +EXPORT_SYMBOL vmlinux 0x753c609e __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0x755f4ba3 blake2s_compress_generic +EXPORT_SYMBOL vmlinux 0x75762363 nf_ct_get_tuple_skb +EXPORT_SYMBOL vmlinux 0x75871f5e acpi_get_next_object +EXPORT_SYMBOL vmlinux 0x75942a11 pci_enable_device +EXPORT_SYMBOL vmlinux 0x75b8d4f2 jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75d0deb9 nsecs_to_jiffies64 +EXPORT_SYMBOL vmlinux 0x75d44070 dst_init +EXPORT_SYMBOL vmlinux 0x75d499dd vmcore_add_device_dump +EXPORT_SYMBOL vmlinux 0x75ea755f call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0x75f7f54a sg_miter_next +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x761a8ef0 md_bitmap_sync_with_cluster +EXPORT_SYMBOL vmlinux 0x761b1ebd generic_ro_fops +EXPORT_SYMBOL vmlinux 0x7624249e dim_park_tired +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x765ea615 vlan_uses_dev +EXPORT_SYMBOL vmlinux 0x765ff474 crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x76674d3d blkdev_put +EXPORT_SYMBOL vmlinux 0x766a0927 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x7682ba4e __copy_overflow +EXPORT_SYMBOL vmlinux 0x768ee329 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x769f6e64 errseq_check +EXPORT_SYMBOL vmlinux 0x76aac508 elevator_alloc +EXPORT_SYMBOL vmlinux 0x76b0477a flow_rule_match_mpls +EXPORT_SYMBOL vmlinux 0x76bc3aed max8998_bulk_read +EXPORT_SYMBOL vmlinux 0x76c92ae2 page_pool_release_page +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76da0664 ndisc_ns_create +EXPORT_SYMBOL vmlinux 0x76dc0b7b pci_map_rom +EXPORT_SYMBOL vmlinux 0x76df1be2 skb_trim +EXPORT_SYMBOL vmlinux 0x76dfbca0 pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x76efc249 _atomic_dec_and_raw_lock_irqsave +EXPORT_SYMBOL vmlinux 0x76f445f1 send_sig_mceerr +EXPORT_SYMBOL vmlinux 0x7704eaea sk_common_release +EXPORT_SYMBOL vmlinux 0x770e8ada ps2_init +EXPORT_SYMBOL vmlinux 0x77201910 mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0x7733c0cd lookup_one_positive_unlocked +EXPORT_SYMBOL vmlinux 0x77358855 iomem_resource +EXPORT_SYMBOL vmlinux 0x77363736 vfs_parse_fs_param_source +EXPORT_SYMBOL vmlinux 0x773fa409 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x77456e0a acpi_root_dir +EXPORT_SYMBOL vmlinux 0x77642f94 inet_dgram_connect +EXPORT_SYMBOL vmlinux 0x776ca93a __clzdi2 +EXPORT_SYMBOL vmlinux 0x777dbbee __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x777e82db of_cpu_device_node_get +EXPORT_SYMBOL vmlinux 0x7791193f icst525_s2div +EXPORT_SYMBOL vmlinux 0x7793c573 sockfd_lookup +EXPORT_SYMBOL vmlinux 0x77985b13 ip_sock_set_freebind +EXPORT_SYMBOL vmlinux 0x77b59e16 xp_dma_map +EXPORT_SYMBOL vmlinux 0x77ba94e3 rcu_lazy_get_jiffies_till_flush +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77d887c2 end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0x77e9eb37 aes_encrypt +EXPORT_SYMBOL vmlinux 0x77ea3397 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x7807f0f8 schedule_timeout_idle +EXPORT_SYMBOL vmlinux 0x7810531d tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0x7814a112 i2c_transfer +EXPORT_SYMBOL vmlinux 0x78161f39 call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0x782535da kthread_create_on_node +EXPORT_SYMBOL vmlinux 0x782dad33 tls_client_hello_psk +EXPORT_SYMBOL vmlinux 0x7836edc7 udpv6_sendmsg +EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x78564fc7 pneigh_lookup +EXPORT_SYMBOL vmlinux 0x785c26d2 tc_setup_cb_replace +EXPORT_SYMBOL vmlinux 0x78794cdf regset_get_alloc +EXPORT_SYMBOL vmlinux 0x7892032d iov_iter_discard +EXPORT_SYMBOL vmlinux 0x78a16f48 aes_decrypt +EXPORT_SYMBOL vmlinux 0x78ac0c7d __vfs_getxattr +EXPORT_SYMBOL vmlinux 0x78b887ed vsprintf +EXPORT_SYMBOL vmlinux 0x78c1ba92 iommu_get_msi_cookie +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x7902aaba devm_clk_put +EXPORT_SYMBOL vmlinux 0x7919b383 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x793cde57 file_fdatawait_range +EXPORT_SYMBOL vmlinux 0x794031ec unregister_key_type +EXPORT_SYMBOL vmlinux 0x7943c451 unix_destruct_scm +EXPORT_SYMBOL vmlinux 0x794e0134 udplite_prot +EXPORT_SYMBOL vmlinux 0x7984eefc key_update +EXPORT_SYMBOL vmlinux 0x799e3a7a fman_unregister_intr +EXPORT_SYMBOL vmlinux 0x79a33f85 vme_get_size +EXPORT_SYMBOL vmlinux 0x79c9fda8 pps_unregister_source +EXPORT_SYMBOL vmlinux 0x79d219c0 __get_hash_from_flowi6 +EXPORT_SYMBOL vmlinux 0x79d451fe pnp_unregister_driver +EXPORT_SYMBOL vmlinux 0x79e0f8ec twl6040_power +EXPORT_SYMBOL vmlinux 0x79e21343 __traceiter_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x79e41128 jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0x79e4cbe8 override_creds +EXPORT_SYMBOL vmlinux 0x7a084dfc blk_mq_delay_run_hw_queue +EXPORT_SYMBOL vmlinux 0x7a1bcd59 gf128mul_x8_ble +EXPORT_SYMBOL vmlinux 0x7a2af7b4 cpu_number +EXPORT_SYMBOL vmlinux 0x7a2d06e0 blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0x7a2ff57e security_current_getsecid_subj +EXPORT_SYMBOL vmlinux 0x7a4727b9 get_tree_keyed +EXPORT_SYMBOL vmlinux 0x7a4d2673 sk_free +EXPORT_SYMBOL vmlinux 0x7a53a06d flow_indr_dev_exists +EXPORT_SYMBOL vmlinux 0x7a95e5ae do_settimeofday64 +EXPORT_SYMBOL vmlinux 0x7a968137 ucc_slow_restart_tx +EXPORT_SYMBOL vmlinux 0x7a9edea2 skb_copy_datagram_iter +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7aa2040c ppp_register_compressor +EXPORT_SYMBOL vmlinux 0x7aa489ae devm_of_iomap +EXPORT_SYMBOL vmlinux 0x7aca333b netdev_crit +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7ad138fc security_inode_copy_up +EXPORT_SYMBOL vmlinux 0x7adc0fbf rb_replace_node_rcu +EXPORT_SYMBOL vmlinux 0x7ae5d317 qe_get_snum +EXPORT_SYMBOL vmlinux 0x7b0f1d0a mtree_store +EXPORT_SYMBOL vmlinux 0x7b2d49c4 inet6_getname +EXPORT_SYMBOL vmlinux 0x7b37d4a7 _find_first_zero_bit +EXPORT_SYMBOL vmlinux 0x7b400276 blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0x7b4da6ff __init_rwsem +EXPORT_SYMBOL vmlinux 0x7b54f270 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x7b5b8f31 sha256_update +EXPORT_SYMBOL vmlinux 0x7b626931 inet_proto_csum_replace_by_diff +EXPORT_SYMBOL vmlinux 0x7b82b9a1 idr_replace +EXPORT_SYMBOL vmlinux 0x7b83fc22 xsk_set_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x7b9eb130 padata_free +EXPORT_SYMBOL vmlinux 0x7b9f1753 vme_slot_num +EXPORT_SYMBOL vmlinux 0x7ba5a3b4 tegra_powergate_power_off +EXPORT_SYMBOL vmlinux 0x7ba5a842 of_match_device +EXPORT_SYMBOL vmlinux 0x7baa6591 xfrm_dev_state_flush +EXPORT_SYMBOL vmlinux 0x7bb50b88 acpi_write +EXPORT_SYMBOL vmlinux 0x7bbccd05 nr_node_ids +EXPORT_SYMBOL vmlinux 0x7bc0732c tcp_ioctl +EXPORT_SYMBOL vmlinux 0x7bc7de96 phy_ethtool_ksettings_set +EXPORT_SYMBOL vmlinux 0x7bd2bf18 __skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x7be1471b rt_mutex_base_init +EXPORT_SYMBOL vmlinux 0x7bf74fef netdev_offload_xstats_enabled +EXPORT_SYMBOL vmlinux 0x7c173634 __bitmap_complement +EXPORT_SYMBOL vmlinux 0x7c181af2 vlan_filter_drop_vids +EXPORT_SYMBOL vmlinux 0x7c2d03a6 dma_fence_enable_sw_signaling +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c564167 devm_devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x7c597b0d phy_trigger_machine +EXPORT_SYMBOL vmlinux 0x7c7781d9 tcf_action_update_stats +EXPORT_SYMBOL vmlinux 0x7c9331cb param_get_charp +EXPORT_SYMBOL vmlinux 0x7ca687b3 unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x7ca7bf6d setup_new_exec +EXPORT_SYMBOL vmlinux 0x7cb9d286 wrap_directory_iterator +EXPORT_SYMBOL vmlinux 0x7cba5756 xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0x7cbe0cd2 drop_reasons_by_subsys +EXPORT_SYMBOL vmlinux 0x7cc18181 set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0x7cc3eac0 md_flush_request +EXPORT_SYMBOL vmlinux 0x7cd1f26f phy_start_cable_test_tdr +EXPORT_SYMBOL vmlinux 0x7cd62695 mntget +EXPORT_SYMBOL vmlinux 0x7cd9fd0a migrate_device_pages +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7ce58981 kvrealloc +EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7cfe368d net_dim_get_def_tx_moderation +EXPORT_SYMBOL vmlinux 0x7d03076f jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0x7d0ba682 gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d12d76d acpi_get_parent +EXPORT_SYMBOL vmlinux 0x7d1adab4 xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0x7d27e504 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x7d434154 dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x7d4b176a netlbl_catmap_setbit +EXPORT_SYMBOL vmlinux 0x7d5a781e skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0x7d5e1008 __crc32c_le_shift +EXPORT_SYMBOL vmlinux 0x7d610f97 of_graph_get_next_endpoint +EXPORT_SYMBOL vmlinux 0x7d6e3aee pci_ep_cfs_add_epc_group +EXPORT_SYMBOL vmlinux 0x7d74d522 kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0x7d78378d folio_account_redirty +EXPORT_SYMBOL vmlinux 0x7d7b71ee __inode_add_bytes +EXPORT_SYMBOL vmlinux 0x7d81be1b netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0x7d824bd0 generic_remap_file_range_prep +EXPORT_SYMBOL vmlinux 0x7da79550 request_key_tag +EXPORT_SYMBOL vmlinux 0x7daece67 quota_send_warning +EXPORT_SYMBOL vmlinux 0x7dbc67bc __nlmsg_put +EXPORT_SYMBOL vmlinux 0x7dc5ffa7 tc_skb_ext_tc_disable +EXPORT_SYMBOL vmlinux 0x7dcf4135 __xa_insert +EXPORT_SYMBOL vmlinux 0x7dd45f21 xen_free_unpopulated_pages +EXPORT_SYMBOL vmlinux 0x7dd6b5ee skb_flow_dissect_hash +EXPORT_SYMBOL vmlinux 0x7df08970 mipi_dsi_dcs_soft_reset +EXPORT_SYMBOL vmlinux 0x7e02ac78 pci_resize_resource +EXPORT_SYMBOL vmlinux 0x7e045937 dev_alloc_name +EXPORT_SYMBOL vmlinux 0x7e0b255f hdmi_audio_infoframe_pack_for_dp +EXPORT_SYMBOL vmlinux 0x7e13e144 neigh_resolve_output +EXPORT_SYMBOL vmlinux 0x7e1b031c sock_no_connect +EXPORT_SYMBOL vmlinux 0x7e1b9b79 xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x7e3191f6 try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x7e3a6c01 kthread_destroy_worker +EXPORT_SYMBOL vmlinux 0x7e4c3df5 efi +EXPORT_SYMBOL vmlinux 0x7e551f93 eth_validate_addr +EXPORT_SYMBOL vmlinux 0x7e5c78e3 __destroy_inode +EXPORT_SYMBOL vmlinux 0x7e5c9cbd migrate_device_finalize +EXPORT_SYMBOL vmlinux 0x7e6fdf43 tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0x7e7b1570 netdev_change_features +EXPORT_SYMBOL vmlinux 0x7e88c899 max8998_write_reg +EXPORT_SYMBOL vmlinux 0x7e9446e1 inet_release +EXPORT_SYMBOL vmlinux 0x7ea0d4ca tegra_sku_info +EXPORT_SYMBOL vmlinux 0x7ea3e42d input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0x7ebd0927 vme_dma_list_free +EXPORT_SYMBOL vmlinux 0x7ed44f5b make_bad_inode +EXPORT_SYMBOL vmlinux 0x7ed73143 of_phy_is_fixed_link +EXPORT_SYMBOL vmlinux 0x7ed84f87 mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0x7eda7682 seq_read_iter +EXPORT_SYMBOL vmlinux 0x7ef20662 input_set_timestamp +EXPORT_SYMBOL vmlinux 0x7ef4bddc __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0x7ef57b6b cdrom_check_events +EXPORT_SYMBOL vmlinux 0x7ef5c3e2 tcp_sock_set_user_timeout +EXPORT_SYMBOL vmlinux 0x7efc4472 fwnode_iomap +EXPORT_SYMBOL vmlinux 0x7f02188f __msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x7f03b6a9 crc_ccitt_table +EXPORT_SYMBOL vmlinux 0x7f05fef4 msm_pinctrl_remove +EXPORT_SYMBOL vmlinux 0x7f0a242b blk_mq_delay_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x7f0df92e filemap_alloc_folio +EXPORT_SYMBOL vmlinux 0x7f135ae9 vfs_setpos +EXPORT_SYMBOL vmlinux 0x7f1b553f serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f297a9d pnp_stop_dev +EXPORT_SYMBOL vmlinux 0x7f39b876 scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0x7f49bdef mr_table_alloc +EXPORT_SYMBOL vmlinux 0x7f52071a net_dim +EXPORT_SYMBOL vmlinux 0x7f62eaa4 sgl_free +EXPORT_SYMBOL vmlinux 0x7f70ea47 of_device_is_big_endian +EXPORT_SYMBOL vmlinux 0x7f720079 skb_udp_tunnel_segment +EXPORT_SYMBOL vmlinux 0x7f72437c vme_irq_handler +EXPORT_SYMBOL vmlinux 0x7f7f7bb4 irq_poll_disable +EXPORT_SYMBOL vmlinux 0x7f91506e filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0x7f94c825 d_find_any_alias +EXPORT_SYMBOL vmlinux 0x7fcd5a33 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0x7fce778e tegra_ivc_total_queue_size +EXPORT_SYMBOL vmlinux 0x7fd62d63 xsk_get_pool_from_qid +EXPORT_SYMBOL vmlinux 0x7fd90a2b tls_client_hello_anon +EXPORT_SYMBOL vmlinux 0x7fde1fbc acpi_walk_resource_buffer +EXPORT_SYMBOL vmlinux 0x7fe105d7 bman_ip_rev +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x800069d2 param_get_ulong +EXPORT_SYMBOL vmlinux 0x8005b3bd get_user_pages_remote +EXPORT_SYMBOL vmlinux 0x80392470 sock_no_getname +EXPORT_SYMBOL vmlinux 0x803ddbb6 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x806399f4 set_binfmt +EXPORT_SYMBOL vmlinux 0x80762048 _atomic_dec_and_raw_lock +EXPORT_SYMBOL vmlinux 0x807c13af migrate_folio +EXPORT_SYMBOL vmlinux 0x80816f26 get_user_ifreq +EXPORT_SYMBOL vmlinux 0x80a717a8 __percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d13b48 pcie_capability_clear_and_set_word_locked +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80e5f86f fscrypt_fname_alloc_buffer +EXPORT_SYMBOL vmlinux 0x80e690d6 mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x80ec0d50 qman_init_fq +EXPORT_SYMBOL vmlinux 0x8107a958 pfifo_fast_ops +EXPORT_SYMBOL vmlinux 0x8111dcee mipi_dsi_dcs_get_power_mode +EXPORT_SYMBOL vmlinux 0x8112b3d2 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x81188c30 match_string +EXPORT_SYMBOL vmlinux 0x8129c1ac iov_iter_gap_alignment +EXPORT_SYMBOL vmlinux 0x81333690 iov_iter_advance +EXPORT_SYMBOL vmlinux 0x8137c3eb msi_desc_to_pci_dev +EXPORT_SYMBOL vmlinux 0x813d34c6 pagecache_get_page +EXPORT_SYMBOL vmlinux 0x81491054 security_binder_transaction +EXPORT_SYMBOL vmlinux 0x814df741 insert_inode_locked +EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x81584a86 backlight_device_get_by_name +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x8164646a flow_rule_match_cvlan +EXPORT_SYMBOL vmlinux 0x8165a1cc of_match_node +EXPORT_SYMBOL vmlinux 0x8172750a bdi_unregister +EXPORT_SYMBOL vmlinux 0x817e1e8f vm_mmap +EXPORT_SYMBOL vmlinux 0x818416e1 scsi_set_sense_information +EXPORT_SYMBOL vmlinux 0x8186333b cpumask_next_wrap +EXPORT_SYMBOL vmlinux 0x818edf97 cpm_muram_alloc +EXPORT_SYMBOL vmlinux 0x819224be generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0x81a0a149 clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x81a1a642 i2c_get_adapter_by_fwnode +EXPORT_SYMBOL vmlinux 0x81a1eb59 utf8_unload +EXPORT_SYMBOL vmlinux 0x81ad6109 pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0x81b20e8b ucc_fast_transmit_on_demand +EXPORT_SYMBOL vmlinux 0x81b7ac42 bpf_map_get +EXPORT_SYMBOL vmlinux 0x81c51d19 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x81d6c28b acpi_buffer_to_resource +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81e0ff51 blackhole_netdev +EXPORT_SYMBOL vmlinux 0x81e6b37f dmi_get_system_info +EXPORT_SYMBOL vmlinux 0x8206b244 of_root +EXPORT_SYMBOL vmlinux 0x820dbd6f block_read_full_folio +EXPORT_SYMBOL vmlinux 0x82261f2a fs_param_is_u32 +EXPORT_SYMBOL vmlinux 0x8227bf9a tcp_sock_set_nodelay +EXPORT_SYMBOL vmlinux 0x822b45bf serio_interrupt +EXPORT_SYMBOL vmlinux 0x8233a50d path_get +EXPORT_SYMBOL vmlinux 0x823d3505 cmxgcr_lock +EXPORT_SYMBOL vmlinux 0x824ff0f3 inet_frags_fini +EXPORT_SYMBOL vmlinux 0x82529ffd pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0x825971ad phy_mipi_dphy_get_default_config_for_hsclk +EXPORT_SYMBOL vmlinux 0x825a95ad blk_queue_max_secure_erase_sectors +EXPORT_SYMBOL vmlinux 0x8269c3d1 genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x827d4035 fscrypt_put_encryption_info +EXPORT_SYMBOL vmlinux 0x8289b2b5 genphy_loopback +EXPORT_SYMBOL vmlinux 0x829369ff scsi_host_alloc +EXPORT_SYMBOL vmlinux 0x82a334ae dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0x82ae95e6 pci_read_config_byte +EXPORT_SYMBOL vmlinux 0x82b474c8 rpmh_write +EXPORT_SYMBOL vmlinux 0x82b9b1f9 xfrm4_rcv +EXPORT_SYMBOL vmlinux 0x82c87ad5 nr_online_nodes +EXPORT_SYMBOL vmlinux 0x82dee0dd set_nlink +EXPORT_SYMBOL vmlinux 0x82ee90dc timer_delete_sync +EXPORT_SYMBOL vmlinux 0x82ef7a88 __ClearPageMovable +EXPORT_SYMBOL vmlinux 0x82f4708c kern_path +EXPORT_SYMBOL vmlinux 0x82fa0bec flow_indr_dev_setup_offload +EXPORT_SYMBOL vmlinux 0x83291b53 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0x8338d562 generic_fadvise +EXPORT_SYMBOL vmlinux 0x834c4798 dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0x834e3b08 tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL vmlinux 0x836f086e init_pseudo +EXPORT_SYMBOL vmlinux 0x83859921 fifo_set_limit +EXPORT_SYMBOL vmlinux 0x838d2bc8 siphash_3u32 +EXPORT_SYMBOL vmlinux 0x839d1544 iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0x83a05176 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x83bb95b7 skb_checksum_help +EXPORT_SYMBOL vmlinux 0x83be9951 tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0x83c9c64e of_get_mac_address +EXPORT_SYMBOL vmlinux 0x83cd2e29 set_disk_ro +EXPORT_SYMBOL vmlinux 0x83f5dad3 input_get_poll_interval +EXPORT_SYMBOL vmlinux 0x8408fb4b d_move +EXPORT_SYMBOL vmlinux 0x8414c5db of_find_node_by_phandle +EXPORT_SYMBOL vmlinux 0x84180811 d_drop +EXPORT_SYMBOL vmlinux 0x8420dee5 ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x84261061 dma_resv_add_fence +EXPORT_SYMBOL vmlinux 0x8427cc7b _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0x847ce6cb mt_find_after +EXPORT_SYMBOL vmlinux 0x8480512e blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0x84818f57 tegra_powergate_power_on +EXPORT_SYMBOL vmlinux 0x84823cf3 nla_strscpy +EXPORT_SYMBOL vmlinux 0x848f399c rproc_shutdown +EXPORT_SYMBOL vmlinux 0x84914079 __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x84a0ca4d bitmap_zalloc_node +EXPORT_SYMBOL vmlinux 0x84adc5e2 input_setup_polling +EXPORT_SYMBOL vmlinux 0x84b2cddd genphy_read_mmd_unsupported +EXPORT_SYMBOL vmlinux 0x8505406a fasync_helper +EXPORT_SYMBOL vmlinux 0x8512aeec register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x851591bb pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x8518a4a6 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x851b9121 xudma_dev_get_psil_base +EXPORT_SYMBOL vmlinux 0x851da5a9 register_netdevice +EXPORT_SYMBOL vmlinux 0x85334b67 copy_page_from_iter +EXPORT_SYMBOL vmlinux 0x853b782d tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0x853dc0bc input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0x854359e9 fs_lookup_param +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x857e110c __module_get +EXPORT_SYMBOL vmlinux 0x8588a8b9 copy_string_kernel +EXPORT_SYMBOL vmlinux 0x858db3d2 dev_get_by_name +EXPORT_SYMBOL vmlinux 0x858f2572 sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x8591d7d5 ledtrig_mtd_activity +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85bd1608 __request_region +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85efc7e0 zero_pfn +EXPORT_SYMBOL vmlinux 0x85f596a4 neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x85f5a026 mr_fill_mroute +EXPORT_SYMBOL vmlinux 0x85fd6698 generic_update_time +EXPORT_SYMBOL vmlinux 0x86149bc0 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0x861ef7b4 dev_close +EXPORT_SYMBOL vmlinux 0x862c8035 bitmap_alloc_node +EXPORT_SYMBOL vmlinux 0x86385cbc devm_extcon_register_notifier_all +EXPORT_SYMBOL vmlinux 0x863a276a color_table +EXPORT_SYMBOL vmlinux 0x863ffa79 param_set_long +EXPORT_SYMBOL vmlinux 0x86475350 watchdog_unregister_governor +EXPORT_SYMBOL vmlinux 0x86504dd3 start_tty +EXPORT_SYMBOL vmlinux 0x866a62b2 gnet_stats_basic_sync_init +EXPORT_SYMBOL vmlinux 0x86708bd6 param_get_string +EXPORT_SYMBOL vmlinux 0x867faaf1 pci_claim_resource +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x86b45c9c buffer_migrate_folio +EXPORT_SYMBOL vmlinux 0x86ba01b1 dev_pre_changeaddr_notify +EXPORT_SYMBOL vmlinux 0x86ced9ed mr_mfc_find_parent +EXPORT_SYMBOL vmlinux 0x86d52ba5 lookup_constant +EXPORT_SYMBOL vmlinux 0x86dd708d tc_skb_ext_tc_enable +EXPORT_SYMBOL vmlinux 0x86e9e65f pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x86f75a01 flow_block_cb_setup_simple +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x86fc281f fscrypt_decrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0x87138e91 flow_block_cb_lookup +EXPORT_SYMBOL vmlinux 0x873c5ca9 seq_open_private +EXPORT_SYMBOL vmlinux 0x8754a704 pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0x875d9da8 kernel_accept +EXPORT_SYMBOL vmlinux 0x8761c87b rps_needed +EXPORT_SYMBOL vmlinux 0x876d05ab tegra_ivc_read_get_next_frame +EXPORT_SYMBOL vmlinux 0x876e9ae6 netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x87809aeb put_user_ifreq +EXPORT_SYMBOL vmlinux 0x87a21cb3 __ubsan_handle_out_of_bounds +EXPORT_SYMBOL vmlinux 0x87c8c92f dma_fence_match_context +EXPORT_SYMBOL vmlinux 0x87d277a8 __skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0x87d8447e mdiobus_is_registered_device +EXPORT_SYMBOL vmlinux 0x87f9c728 udp_seq_start +EXPORT_SYMBOL vmlinux 0x8810754a _find_first_bit +EXPORT_SYMBOL vmlinux 0x8811258b proc_set_user +EXPORT_SYMBOL vmlinux 0x881bad5e phy_mipi_dphy_config_validate +EXPORT_SYMBOL vmlinux 0x881c4413 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x8828b6a5 rproc_elf_sanity_check +EXPORT_SYMBOL vmlinux 0x882c320a freezing_slow_path +EXPORT_SYMBOL vmlinux 0x8841c6a2 get_inode_acl +EXPORT_SYMBOL vmlinux 0x88822d38 unregister_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0x8888f1fe xxh32 +EXPORT_SYMBOL vmlinux 0x888bd9a6 d_make_root +EXPORT_SYMBOL vmlinux 0x8892c664 sock_no_mmap +EXPORT_SYMBOL vmlinux 0x88943614 phy_driver_register +EXPORT_SYMBOL vmlinux 0x889b1370 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x88aa8559 blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0x88aee0f8 inet_addr_type_table +EXPORT_SYMBOL vmlinux 0x88af2a55 eth_type_trans +EXPORT_SYMBOL vmlinux 0x88b045c6 tcp_close +EXPORT_SYMBOL vmlinux 0x88c00825 mmc_retune_unpause +EXPORT_SYMBOL vmlinux 0x88d22c31 passthru_features_check +EXPORT_SYMBOL vmlinux 0x88d521a2 phy_get_c45_ids +EXPORT_SYMBOL vmlinux 0x88d5a17c imx_scu_enable_general_irq_channel +EXPORT_SYMBOL vmlinux 0x88d78874 jbd2_journal_grab_journal_head +EXPORT_SYMBOL vmlinux 0x88db9f48 __check_object_size +EXPORT_SYMBOL vmlinux 0x88e1d0f0 page_frag_free +EXPORT_SYMBOL vmlinux 0x88e4aa45 devm_pci_remap_cfgspace +EXPORT_SYMBOL vmlinux 0x88ea0206 cros_ec_check_result +EXPORT_SYMBOL vmlinux 0x88ebf2aa drop_nlink +EXPORT_SYMBOL vmlinux 0x88f4cd0b request_partial_firmware_into_buf +EXPORT_SYMBOL vmlinux 0x8904370c mdio_device_create +EXPORT_SYMBOL vmlinux 0x891dbb8f sgl_free_order +EXPORT_SYMBOL vmlinux 0x8923c5b6 sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0x8927d76f tegra_ivc_reset +EXPORT_SYMBOL vmlinux 0x89299068 genphy_c37_config_aneg +EXPORT_SYMBOL vmlinux 0x893697a5 tegra_ahb_enable_smmu +EXPORT_SYMBOL vmlinux 0x8937ca7a __netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x89434b4b radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x8946ea72 fpsimd_context_busy +EXPORT_SYMBOL vmlinux 0x89845abb genphy_config_eee_advert +EXPORT_SYMBOL vmlinux 0x89940875 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x89a24370 from_kuid_munged +EXPORT_SYMBOL vmlinux 0x89bd367e rt_dst_alloc +EXPORT_SYMBOL vmlinux 0x89c3c146 skb_vlan_push +EXPORT_SYMBOL vmlinux 0x89e6c7f5 flow_indr_dev_unregister +EXPORT_SYMBOL vmlinux 0x8a0752d0 dev_uc_sync +EXPORT_SYMBOL vmlinux 0x8a0f2441 dev_activate +EXPORT_SYMBOL vmlinux 0x8a2c5e2b file_check_and_advance_wb_err +EXPORT_SYMBOL vmlinux 0x8a443466 input_register_device +EXPORT_SYMBOL vmlinux 0x8a47043d LZ4_decompress_safe_continue +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a4bb2fb inet_select_addr +EXPORT_SYMBOL vmlinux 0x8a4daac3 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0x8a6894a1 flow_rule_match_enc_ports +EXPORT_SYMBOL vmlinux 0x8a7094ba vm_brk_flags +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a833583 dma_fence_array_ops +EXPORT_SYMBOL vmlinux 0x8a889388 sock_create_lite +EXPORT_SYMBOL vmlinux 0x8a8b750f kobject_del +EXPORT_SYMBOL vmlinux 0x8a8f9679 sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8aaecd60 __put_cred +EXPORT_SYMBOL vmlinux 0x8ac136ae imx_sc_misc_get_control +EXPORT_SYMBOL vmlinux 0x8ac3334b net_dim_get_def_rx_moderation +EXPORT_SYMBOL vmlinux 0x8ad8ff0a file_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x8aee1507 inet_put_port +EXPORT_SYMBOL vmlinux 0x8af45049 vc_cons +EXPORT_SYMBOL vmlinux 0x8b0088d1 LZ4_decompress_safe_usingDict +EXPORT_SYMBOL vmlinux 0x8b1c7553 udp_seq_next +EXPORT_SYMBOL vmlinux 0x8b26cf81 of_get_child_by_name +EXPORT_SYMBOL vmlinux 0x8b2ffd83 __cpu_present_mask +EXPORT_SYMBOL vmlinux 0x8b52972a mdiobus_scan_c22 +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b73c051 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b825d49 netdev_alert +EXPORT_SYMBOL vmlinux 0x8b8348d4 bio_uninit +EXPORT_SYMBOL vmlinux 0x8b901232 __seq_open_private +EXPORT_SYMBOL vmlinux 0x8b910be2 errseq_sample +EXPORT_SYMBOL vmlinux 0x8b989cf9 acpi_bus_can_wakeup +EXPORT_SYMBOL vmlinux 0x8b99bf35 devm_get_clk_from_child +EXPORT_SYMBOL vmlinux 0x8ba5b14a xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0x8bb87e8b jbd2_transaction_committed +EXPORT_SYMBOL vmlinux 0x8bc627ea dquot_quota_on +EXPORT_SYMBOL vmlinux 0x8bdfc47c __mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x8be189ab ucc_slow_disable +EXPORT_SYMBOL vmlinux 0x8c11e1ec gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0x8c176cb1 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x8c17b93c param_ops_invbool +EXPORT_SYMBOL vmlinux 0x8c26d495 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x8c30bf67 zstd_dctx_workspace_bound +EXPORT_SYMBOL vmlinux 0x8c56b7e5 jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0x8c750e99 may_umount +EXPORT_SYMBOL vmlinux 0x8c8569cb kstrtoint +EXPORT_SYMBOL vmlinux 0x8c8610b5 xfrm_unregister_type_offload +EXPORT_SYMBOL vmlinux 0x8c9e338f acpi_bios_error +EXPORT_SYMBOL vmlinux 0x8caf9305 uuid_is_valid +EXPORT_SYMBOL vmlinux 0x8cb9cebe mipi_dsi_dcs_get_display_brightness +EXPORT_SYMBOL vmlinux 0x8cc4fcfb dma_alloc_attrs +EXPORT_SYMBOL vmlinux 0x8cc53d20 __par_io_config_pin +EXPORT_SYMBOL vmlinux 0x8cccc745 md_done_sync +EXPORT_SYMBOL vmlinux 0x8cda8029 xen_clear_irq_pending +EXPORT_SYMBOL vmlinux 0x8cee8745 pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x8cf09246 page_symlink +EXPORT_SYMBOL vmlinux 0x8d139cb4 is_acpi_data_node +EXPORT_SYMBOL vmlinux 0x8d2039cf mmc_remove_host +EXPORT_SYMBOL vmlinux 0x8d2918c3 mmc_run_bkops +EXPORT_SYMBOL vmlinux 0x8d33e672 __find_nth_andnot_bit +EXPORT_SYMBOL vmlinux 0x8d36a7a7 blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0x8d4112df qcom_scm_mem_protect_video_var +EXPORT_SYMBOL vmlinux 0x8d44668c __sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d72a837 dcb_setapp +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d7f5303 __ip_dev_find +EXPORT_SYMBOL vmlinux 0x8d880ed7 dev_get_mac_address +EXPORT_SYMBOL vmlinux 0x8d8966a1 dquot_load_quota_sb +EXPORT_SYMBOL vmlinux 0x8d8f243f netpoll_print_options +EXPORT_SYMBOL vmlinux 0x8da89a07 memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0x8dafaf22 hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x8dbcb93c _dev_err +EXPORT_SYMBOL vmlinux 0x8dc6e76f dentry_open +EXPORT_SYMBOL vmlinux 0x8dcd82a7 netdev_bind_sb_channel_queue +EXPORT_SYMBOL vmlinux 0x8dd56346 blk_queue_flag_clear +EXPORT_SYMBOL vmlinux 0x8ddd8aad schedule_timeout +EXPORT_SYMBOL vmlinux 0x8dee722d _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0x8df4afd9 qe_put_snum +EXPORT_SYMBOL vmlinux 0x8df92f66 memchr_inv +EXPORT_SYMBOL vmlinux 0x8df96344 __getblk_gfp +EXPORT_SYMBOL vmlinux 0x8df9dd10 guid_null +EXPORT_SYMBOL vmlinux 0x8dffcb63 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0x8e0c83bc __remove_inode_hash +EXPORT_SYMBOL vmlinux 0x8e0e7510 tcf_block_netif_keep_dst +EXPORT_SYMBOL vmlinux 0x8e17b3ae idr_destroy +EXPORT_SYMBOL vmlinux 0x8e1f8972 fb_set_cmap +EXPORT_SYMBOL vmlinux 0x8e36a4f5 mdiobb_read_c45 +EXPORT_SYMBOL vmlinux 0x8e3e0f7d fault_in_readable +EXPORT_SYMBOL vmlinux 0x8e48e569 folio_wait_private_2 +EXPORT_SYMBOL vmlinux 0x8e4c60a3 cpm_muram_dma +EXPORT_SYMBOL vmlinux 0x8e638818 dev_uc_flush +EXPORT_SYMBOL vmlinux 0x8e656ebd ip_sock_set_pktinfo +EXPORT_SYMBOL vmlinux 0x8e6f2bd7 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x8e782ace dma_resv_iter_first_unlocked +EXPORT_SYMBOL vmlinux 0x8e8c6c14 phy_register_fixup +EXPORT_SYMBOL vmlinux 0x8e93bd24 security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x8eb0df32 seq_printf +EXPORT_SYMBOL vmlinux 0x8ec760b0 cgroup_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0x8ec8f782 discard_new_inode +EXPORT_SYMBOL vmlinux 0x8ec9a88f jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0x8ecd2397 devfreq_update_target +EXPORT_SYMBOL vmlinux 0x8edceb34 sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0x8f01afd6 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x8f140e24 dma_set_mask +EXPORT_SYMBOL vmlinux 0x8f19a5e1 sock_gettstamp +EXPORT_SYMBOL vmlinux 0x8f1e56cf dev_mc_del +EXPORT_SYMBOL vmlinux 0x8f3233dc mnt_set_expiry +EXPORT_SYMBOL vmlinux 0x8f4bc44b nd_region_to_nstype +EXPORT_SYMBOL vmlinux 0x8f5ae7e2 vfs_dup_fs_context +EXPORT_SYMBOL vmlinux 0x8f5e62c9 eth_header_parse +EXPORT_SYMBOL vmlinux 0x8f6477db pcie_get_readrq +EXPORT_SYMBOL vmlinux 0x8f66d938 xfrm_input_resume +EXPORT_SYMBOL vmlinux 0x8f702f81 devm_alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x8f7d80fe textsearch_prepare +EXPORT_SYMBOL vmlinux 0x8f902c35 amba_request_regions +EXPORT_SYMBOL vmlinux 0x8f996a30 ethtool_convert_legacy_u32_to_link_mode +EXPORT_SYMBOL vmlinux 0x8f9c03b7 put_disk +EXPORT_SYMBOL vmlinux 0x8fa25c24 xa_find +EXPORT_SYMBOL vmlinux 0x8fa8c696 xfrm_lookup +EXPORT_SYMBOL vmlinux 0x8fc9ea11 fman_port_cfg_buf_prefix_content +EXPORT_SYMBOL vmlinux 0x8fd180e7 kernel_neon_begin +EXPORT_SYMBOL vmlinux 0x8fece51b pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x8ff89ed0 seg6_hmac_exit +EXPORT_SYMBOL vmlinux 0x90006be6 dm_kcopyd_client_flush +EXPORT_SYMBOL vmlinux 0x9019dcb3 i2c_smbus_read_i2c_block_data_or_emulated +EXPORT_SYMBOL vmlinux 0x902d8722 vme_slave_get +EXPORT_SYMBOL vmlinux 0x9034a696 mempool_destroy +EXPORT_SYMBOL vmlinux 0x90576ec4 vmemdup_user +EXPORT_SYMBOL vmlinux 0x905e1bd7 skb_eth_gso_segment +EXPORT_SYMBOL vmlinux 0x905f4d23 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0x906483c4 finalize_exec +EXPORT_SYMBOL vmlinux 0x9092defd proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x909c358a remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0x90a4848e netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0x90b506eb security_dentry_init_security +EXPORT_SYMBOL vmlinux 0x90cee5ec netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0x90d120e7 __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0x90d32629 key_invalidate +EXPORT_SYMBOL vmlinux 0x90e919fa fbcon_update_vcs +EXPORT_SYMBOL vmlinux 0x90f05236 dcb_getrewr_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0x910a2b55 mipi_dsi_dcs_read +EXPORT_SYMBOL vmlinux 0x9114b616 __xa_alloc +EXPORT_SYMBOL vmlinux 0x911dc77a nvdimm_bus_lock +EXPORT_SYMBOL vmlinux 0x911dfec3 pci_disable_link_state +EXPORT_SYMBOL vmlinux 0x915076c8 generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x9162fccb mmc_wait_for_req_done +EXPORT_SYMBOL vmlinux 0x9166fada strncpy +EXPORT_SYMBOL vmlinux 0x9166fc03 __flush_workqueue +EXPORT_SYMBOL vmlinux 0x919c58f3 __clzsi2 +EXPORT_SYMBOL vmlinux 0x919cec3a devm_extcon_unregister_notifier +EXPORT_SYMBOL vmlinux 0x91a488ac __netdev_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x91a7b1da qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x91c0980e icst_hz +EXPORT_SYMBOL vmlinux 0x91c165bd kernel_bind +EXPORT_SYMBOL vmlinux 0x91c1b318 bio_free_pages +EXPORT_SYMBOL vmlinux 0x91d31c04 ppp_unit_number +EXPORT_SYMBOL vmlinux 0x91ddfe5a pci_dev_put +EXPORT_SYMBOL vmlinux 0x91e8d293 __mdiobus_write +EXPORT_SYMBOL vmlinux 0x91f44510 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x91f64c38 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0x91f68ea1 __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x91fcf07b jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0x92095c59 param_ops_short +EXPORT_SYMBOL vmlinux 0x92136222 sys_copyarea +EXPORT_SYMBOL vmlinux 0x9213741d generic_permission +EXPORT_SYMBOL vmlinux 0x9214dc7f pci_release_regions +EXPORT_SYMBOL vmlinux 0x921855c8 bdi_alloc +EXPORT_SYMBOL vmlinux 0x9222794d generic_fillattr +EXPORT_SYMBOL vmlinux 0x922f45a6 __bitmap_clear +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x924855dd tcp_filter +EXPORT_SYMBOL vmlinux 0x92540fbf finish_wait +EXPORT_SYMBOL vmlinux 0x9256aa29 elv_rb_del +EXPORT_SYMBOL vmlinux 0x9258c776 hdmi_vendor_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x926ca7b7 vm_event_states +EXPORT_SYMBOL vmlinux 0x92774cf8 __kfence_pool +EXPORT_SYMBOL vmlinux 0x92843bb1 sb_set_blocksize +EXPORT_SYMBOL vmlinux 0x9285d144 nf_log_unset +EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user +EXPORT_SYMBOL vmlinux 0x92977c19 mdiobb_write_c22 +EXPORT_SYMBOL vmlinux 0x929878b2 posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0x92aa1331 sock_set_mark +EXPORT_SYMBOL vmlinux 0x92b18f1c filemap_fault +EXPORT_SYMBOL vmlinux 0x92b99a33 acpi_put_table +EXPORT_SYMBOL vmlinux 0x92b9b180 slash_name +EXPORT_SYMBOL vmlinux 0x92c856a3 iwe_stream_add_event +EXPORT_SYMBOL vmlinux 0x92d5838e request_threaded_irq +EXPORT_SYMBOL vmlinux 0x92d75241 scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x92e683f5 down_timeout +EXPORT_SYMBOL vmlinux 0x92ec510d jiffies64_to_msecs +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x93022ba6 __scsi_format_command +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x930e7bb9 lookup_positive_unlocked +EXPORT_SYMBOL vmlinux 0x93279fbb security_binder_transfer_file +EXPORT_SYMBOL vmlinux 0x933e7b2d __d_lookup_unhash_wake +EXPORT_SYMBOL vmlinux 0x934f5d66 ndisc_mc_map +EXPORT_SYMBOL vmlinux 0x9359a192 console_force_preferred_locked +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x93a44acf sync_filesystem +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93d17cc3 mipi_dsi_host_unregister +EXPORT_SYMBOL vmlinux 0x93d3b041 phy_config_aneg +EXPORT_SYMBOL vmlinux 0x93d6dd8c complete_all +EXPORT_SYMBOL vmlinux 0x93d922f1 ip_sock_set_recverr +EXPORT_SYMBOL vmlinux 0x93f9f683 generic_delete_inode +EXPORT_SYMBOL vmlinux 0x94204a48 dm_io +EXPORT_SYMBOL vmlinux 0x9428f816 dim_turn +EXPORT_SYMBOL vmlinux 0x943e87bc mdiobus_free +EXPORT_SYMBOL vmlinux 0x944375db _totalram_pages +EXPORT_SYMBOL vmlinux 0x944a564d is_console_locked +EXPORT_SYMBOL vmlinux 0x9465cecd jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x94706a99 proc_create +EXPORT_SYMBOL vmlinux 0x948933c9 devm_ioremap +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x94a0909d tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0x94ad4cdf I_BDEV +EXPORT_SYMBOL vmlinux 0x94bb7ec3 gen_pool_dma_zalloc_algo +EXPORT_SYMBOL vmlinux 0x94bf03ca utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0x94c67167 ip_tunnel_header_ops +EXPORT_SYMBOL vmlinux 0x94d20340 inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x94d8ad02 dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0x94dfb9b9 get_phy_device +EXPORT_SYMBOL vmlinux 0x94fc8d93 smp_call_function_many +EXPORT_SYMBOL vmlinux 0x95024af3 of_node_name_eq +EXPORT_SYMBOL vmlinux 0x9507c90f copy_fsxattr_to_user +EXPORT_SYMBOL vmlinux 0x951aab17 filemap_get_folios_tag +EXPORT_SYMBOL vmlinux 0x951b3cf0 xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0x951e7063 mpage_writepages +EXPORT_SYMBOL vmlinux 0x95365706 zero_fill_bio +EXPORT_SYMBOL vmlinux 0x953d2426 utf8_strncmp +EXPORT_SYMBOL vmlinux 0x953f1aa2 ata_print_version +EXPORT_SYMBOL vmlinux 0x954ab8ba blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0x954bd421 sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x954cef6f init_on_alloc +EXPORT_SYMBOL vmlinux 0x954f099c idr_preload +EXPORT_SYMBOL vmlinux 0x9558b209 disk_check_media_change +EXPORT_SYMBOL vmlinux 0x955e1d08 blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x9571eeeb dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0x957c9ebf neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x958bea5c napi_gro_frags +EXPORT_SYMBOL vmlinux 0x958ed7fd rtnl_kfree_skbs +EXPORT_SYMBOL vmlinux 0x95957032 __alloc_pages +EXPORT_SYMBOL vmlinux 0x959c9b73 __tracepoint_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x95a07bb5 acpi_execute_reg_methods +EXPORT_SYMBOL vmlinux 0x95a67b07 udp_table +EXPORT_SYMBOL vmlinux 0x95bd575f rproc_get_by_child +EXPORT_SYMBOL vmlinux 0x95cb3de8 putname +EXPORT_SYMBOL vmlinux 0x95dada50 alloc_anon_inode +EXPORT_SYMBOL vmlinux 0x95f19f44 get_fs_type +EXPORT_SYMBOL vmlinux 0x96050fbf pmem_sector_size +EXPORT_SYMBOL vmlinux 0x961e65d4 is_nvdimm_bus_locked +EXPORT_SYMBOL vmlinux 0x962d4dfe fput +EXPORT_SYMBOL vmlinux 0x9642f432 seg6_hmac_validate_skb +EXPORT_SYMBOL vmlinux 0x9644089f xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0x9649affd dcb_getrewr_prio_pcp_mask_map +EXPORT_SYMBOL vmlinux 0x966db797 security_path_unlink +EXPORT_SYMBOL vmlinux 0x96848186 scnprintf +EXPORT_SYMBOL vmlinux 0x9688de8b memstart_addr +EXPORT_SYMBOL vmlinux 0x968b6df4 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x9699c65d udp_lib_get_port +EXPORT_SYMBOL vmlinux 0x96a88371 genphy_update_link +EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp +EXPORT_SYMBOL vmlinux 0x96b83c6e key_reject_and_link +EXPORT_SYMBOL vmlinux 0x96c17136 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96d6cd2a poll_freewait +EXPORT_SYMBOL vmlinux 0x96e22d88 vme_irq_request +EXPORT_SYMBOL vmlinux 0x96e5d30f gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0x96f7a687 clocksource_unregister +EXPORT_SYMBOL vmlinux 0x96fab350 dim_park_on_top +EXPORT_SYMBOL vmlinux 0x96fede1d vme_lm_request +EXPORT_SYMBOL vmlinux 0x971c1748 add_watch_to_object +EXPORT_SYMBOL vmlinux 0x97270516 prepare_to_swait_exclusive +EXPORT_SYMBOL vmlinux 0x97290b65 generic_file_read_iter +EXPORT_SYMBOL vmlinux 0x973fa82e register_acpi_notifier +EXPORT_SYMBOL vmlinux 0x9750f14a vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0x976e9127 twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0x978f20a3 unregister_md_personality +EXPORT_SYMBOL vmlinux 0x97a57333 crc_t10dif_update +EXPORT_SYMBOL vmlinux 0x97a5f383 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0x97adb487 utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0x97ade863 dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x97bdfa60 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x97c118b2 default_llseek +EXPORT_SYMBOL vmlinux 0x97c2c7a4 inc_nlink +EXPORT_SYMBOL vmlinux 0x97cb3025 bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x97f71fba scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0x97fd1d7c flow_rule_match_ct +EXPORT_SYMBOL vmlinux 0x98258239 bio_put +EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0x982bcde4 __cpu_dying_mask +EXPORT_SYMBOL vmlinux 0x98351b6c security_sk_clone +EXPORT_SYMBOL vmlinux 0x98376f8c md_register_thread +EXPORT_SYMBOL vmlinux 0x98555a05 dma_fence_chain_walk +EXPORT_SYMBOL vmlinux 0x9858f364 get_random_u8 +EXPORT_SYMBOL vmlinux 0x985ca398 get_cached_acl +EXPORT_SYMBOL vmlinux 0x98787d47 vfs_dedupe_file_range +EXPORT_SYMBOL vmlinux 0x98795346 input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0x98944c9e to_nd_pfn +EXPORT_SYMBOL vmlinux 0x98953515 serio_unregister_driver +EXPORT_SYMBOL vmlinux 0x98c20073 tcp_v4_connect +EXPORT_SYMBOL vmlinux 0x98c89ade security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x98cb878e proc_dobool +EXPORT_SYMBOL vmlinux 0x98cf60b3 strlen +EXPORT_SYMBOL vmlinux 0x98e31438 kill_pid +EXPORT_SYMBOL vmlinux 0x98e508ef ignore_console_lock_warning +EXPORT_SYMBOL vmlinux 0x99094fb2 qcom_scm_is_available +EXPORT_SYMBOL vmlinux 0x99263588 scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0x992c3fcf pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x9931f8c9 qcom_scm_lmh_dcvsh_available +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x99470aac udp_read_skb +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x9991c7fa cookie_timestamp_decode +EXPORT_SYMBOL vmlinux 0x9998e7bb __folio_batch_release +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x999ebea6 ipv6_dev_mc_inc +EXPORT_SYMBOL vmlinux 0x99ab89a3 nd_btt_arena_is_valid +EXPORT_SYMBOL vmlinux 0x99acdcc4 netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0x99b72e9b rproc_free +EXPORT_SYMBOL vmlinux 0x99bb0c89 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0x99c6b4e0 __ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0x99d472b1 net_dim_get_rx_moderation +EXPORT_SYMBOL vmlinux 0x99daa9bf try_offline_node +EXPORT_SYMBOL vmlinux 0x99f7371c refcount_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x99f9638f __napi_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x9a12a54f of_cpu_node_to_id +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a21718b crypto_sha512_finup +EXPORT_SYMBOL vmlinux 0x9a22391e radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x9a43cc11 remap_pfn_range +EXPORT_SYMBOL vmlinux 0x9a583306 netlbl_bitmap_walk +EXPORT_SYMBOL vmlinux 0x9a608e87 tegra_dfll_suspend +EXPORT_SYMBOL vmlinux 0x9a6e3380 tegra_io_pad_power_enable +EXPORT_SYMBOL vmlinux 0x9a70aa52 tcf_generic_walker +EXPORT_SYMBOL vmlinux 0x9a7511ad register_cdrom +EXPORT_SYMBOL vmlinux 0x9a7ea200 redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x9aaeefce sysctl_nf_log_all_netns +EXPORT_SYMBOL vmlinux 0x9abb92ef security_sctp_assoc_request +EXPORT_SYMBOL vmlinux 0x9acc8482 xfrm_state_add +EXPORT_SYMBOL vmlinux 0x9ad39179 __skb_checksum +EXPORT_SYMBOL vmlinux 0x9ae47436 _find_last_bit +EXPORT_SYMBOL vmlinux 0x9af68385 d_add +EXPORT_SYMBOL vmlinux 0x9af9b6ff netif_rx +EXPORT_SYMBOL vmlinux 0x9b09778a d_alloc_parallel +EXPORT_SYMBOL vmlinux 0x9b097de3 netdev_has_any_upper_dev +EXPORT_SYMBOL vmlinux 0x9b128a66 qcom_scm_set_remote_state +EXPORT_SYMBOL vmlinux 0x9b169a08 pci_dev_driver +EXPORT_SYMBOL vmlinux 0x9b19b74f vma_alloc_folio +EXPORT_SYMBOL vmlinux 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL vmlinux 0x9b27f62c amba_driver_unregister +EXPORT_SYMBOL vmlinux 0x9b326c3f netif_device_attach +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b3d66a4 scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x9b3f23b0 fman_bind +EXPORT_SYMBOL vmlinux 0x9b496b21 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x9b643228 input_set_keycode +EXPORT_SYMBOL vmlinux 0x9b64f6b5 xp_free +EXPORT_SYMBOL vmlinux 0x9b6c724e xudma_pktdma_tflow_get_irq +EXPORT_SYMBOL vmlinux 0x9b72478f acpi_unload_parent_table +EXPORT_SYMBOL vmlinux 0x9b7d89eb dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0x9b85e083 rproc_set_firmware +EXPORT_SYMBOL vmlinux 0x9b8d45dd irq_set_chip +EXPORT_SYMBOL vmlinux 0x9baea7f9 crypto_sha1_finup +EXPORT_SYMBOL vmlinux 0x9bd7eb55 napi_gro_flush +EXPORT_SYMBOL vmlinux 0x9be239c4 phy_get_internal_delay +EXPORT_SYMBOL vmlinux 0x9be27e35 fiemap_prep +EXPORT_SYMBOL vmlinux 0x9bf7d248 set_posix_acl +EXPORT_SYMBOL vmlinux 0x9bfd7473 fwnode_phy_find_device +EXPORT_SYMBOL vmlinux 0x9c00d302 qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0x9c122bcf mempool_create_node +EXPORT_SYMBOL vmlinux 0x9c1e5bf5 queued_spin_lock_slowpath +EXPORT_SYMBOL vmlinux 0x9c384bd8 nd_pfn_validate +EXPORT_SYMBOL vmlinux 0x9c4f5308 md_update_sb +EXPORT_SYMBOL vmlinux 0x9c58cd35 pci_get_subsys +EXPORT_SYMBOL vmlinux 0x9c5a2ada ucc_fast_dump_regs +EXPORT_SYMBOL vmlinux 0x9c5d5b94 crc8 +EXPORT_SYMBOL vmlinux 0x9c86b9ab fileattr_fill_flags +EXPORT_SYMBOL vmlinux 0x9c870615 get_tree_single_reconf +EXPORT_SYMBOL vmlinux 0x9c983bd2 kthread_bind +EXPORT_SYMBOL vmlinux 0x9c9aa3b9 parse_int_array_user +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cbd990a posix_acl_update_mode +EXPORT_SYMBOL vmlinux 0x9cc0c924 devm_clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x9ccd0ec1 posix_lock_file +EXPORT_SYMBOL vmlinux 0x9ccf7171 vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x9cdfb3f7 sysctl_fb_tunnels_only_for_init_net +EXPORT_SYMBOL vmlinux 0x9ce78730 netif_receive_skb_core +EXPORT_SYMBOL vmlinux 0x9ce8e51b xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x9ceb43fb pnp_activate_dev +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d14da4e register_netdev +EXPORT_SYMBOL vmlinux 0x9d1a5e3a __memcpy +EXPORT_SYMBOL vmlinux 0x9d26675e zstd_cstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x9d29462f inet6_csk_route_req +EXPORT_SYMBOL vmlinux 0x9d2ab8ac __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x9d2e7707 unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0x9d3f88ed devm_request_resource +EXPORT_SYMBOL vmlinux 0x9d41f1ca phy_ethtool_ksettings_get +EXPORT_SYMBOL vmlinux 0x9d61e994 ucs2_strncmp +EXPORT_SYMBOL vmlinux 0x9d6902f1 phy_drivers_register +EXPORT_SYMBOL vmlinux 0x9d695532 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0x9d6a0a0f tcp_sock_set_quickack +EXPORT_SYMBOL vmlinux 0x9d7af52a proc_create_data +EXPORT_SYMBOL vmlinux 0x9d92f3ad __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x9d9782a6 freeze_bdev +EXPORT_SYMBOL vmlinux 0x9dd67bc7 input_set_abs_params +EXPORT_SYMBOL vmlinux 0x9dd9df13 dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0x9df21d0e qman_affine_channel +EXPORT_SYMBOL vmlinux 0x9df995fb stack_depot_set_extra_bits +EXPORT_SYMBOL vmlinux 0x9dffcb3f show_init_ipc_ns +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e0fa5ae hsiphash_3u32 +EXPORT_SYMBOL vmlinux 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL vmlinux 0x9e163368 page_pool_alloc_frag +EXPORT_SYMBOL vmlinux 0x9e1cea59 filemap_fdatawait_range_keep_errors +EXPORT_SYMBOL vmlinux 0x9e2448f0 dev_get_port_parent_id +EXPORT_SYMBOL vmlinux 0x9e266552 devm_rproc_alloc +EXPORT_SYMBOL vmlinux 0x9e2737f0 acpi_install_interface_handler +EXPORT_SYMBOL vmlinux 0x9e2fa866 jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0x9e360c1f mipi_dsi_attach +EXPORT_SYMBOL vmlinux 0x9e4e896f sock_queue_rcv_skb_reason +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e579182 uart_suspend_port +EXPORT_SYMBOL vmlinux 0x9e5e750d node_to_cpumask_map +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e795224 get_ipc_ns_exported +EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay +EXPORT_SYMBOL vmlinux 0x9e805a1e jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0x9e83155e __blk_mq_alloc_disk +EXPORT_SYMBOL vmlinux 0x9e8b86af posix_test_lock +EXPORT_SYMBOL vmlinux 0x9e948990 pnp_request_card_device +EXPORT_SYMBOL vmlinux 0x9e9eab95 devcgroup_check_permission +EXPORT_SYMBOL vmlinux 0x9e9f4fa9 phy_remove_link_mode +EXPORT_SYMBOL vmlinux 0x9e9fdd9d memunmap +EXPORT_SYMBOL vmlinux 0x9eacf8a5 kstrndup +EXPORT_SYMBOL vmlinux 0x9eb187fa xudma_pktdma_rflow_get_irq +EXPORT_SYMBOL vmlinux 0x9eb76674 pci_read_config_word +EXPORT_SYMBOL vmlinux 0x9ec0e639 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0x9ec6ca96 ktime_get_real_ts64 +EXPORT_SYMBOL vmlinux 0x9ec76915 of_phy_find_device +EXPORT_SYMBOL vmlinux 0x9ed12e20 kmalloc_large +EXPORT_SYMBOL vmlinux 0x9ed7c847 brcmstb_get_family_id +EXPORT_SYMBOL vmlinux 0x9ed978de vme_lm_set +EXPORT_SYMBOL vmlinux 0x9edc86fa blk_mq_delay_run_hw_queues +EXPORT_SYMBOL vmlinux 0x9efd2334 page_pool_put_defragged_page +EXPORT_SYMBOL vmlinux 0x9f2199f9 jbd2_fc_end_commit +EXPORT_SYMBOL vmlinux 0x9f31486f bdev_end_io_acct +EXPORT_SYMBOL vmlinux 0x9f34b78a inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f4f2aa3 acpi_gbl_FADT +EXPORT_SYMBOL vmlinux 0x9f502e10 folio_migrate_flags +EXPORT_SYMBOL vmlinux 0x9f50b770 keyring_restrict +EXPORT_SYMBOL vmlinux 0x9f54ead7 gro_cells_destroy +EXPORT_SYMBOL vmlinux 0x9f5b4549 udp_disconnect +EXPORT_SYMBOL vmlinux 0x9f685d8d take_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0x9f76baf4 _raw_write_unlock_irq +EXPORT_SYMBOL vmlinux 0x9f7d7dbb logic_outsw +EXPORT_SYMBOL vmlinux 0x9f88fd7e ipv6_sock_mc_drop +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9f99b54c tcp_shutdown +EXPORT_SYMBOL vmlinux 0x9fa7184a cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x9fb41842 netdev_offload_xstats_report_delta +EXPORT_SYMBOL vmlinux 0x9fc127b4 ethtool_notify +EXPORT_SYMBOL vmlinux 0x9fc60e45 pcie_get_mps +EXPORT_SYMBOL vmlinux 0x9fc9286e input_mt_drop_unused +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9fdfa2df skb_clone +EXPORT_SYMBOL vmlinux 0x9feed7ce timer_reduce +EXPORT_SYMBOL vmlinux 0x9ff2b4a8 fscrypt_ioctl_set_policy +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa00aca2a dql_completed +EXPORT_SYMBOL vmlinux 0xa01d3df6 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0xa02aa74a __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xa02ca539 genphy_read_status +EXPORT_SYMBOL vmlinux 0xa02ef0ba vmf_insert_pfn_prot +EXPORT_SYMBOL vmlinux 0xa02f3d2f phy_modify_paged_changed +EXPORT_SYMBOL vmlinux 0xa033d747 next_arg +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa0448341 __mmap_lock_do_trace_released +EXPORT_SYMBOL vmlinux 0xa04e33da qcom_scm_lmh_dcvsh +EXPORT_SYMBOL vmlinux 0xa04fbb78 crypto_sha256_finup +EXPORT_SYMBOL vmlinux 0xa057df8f twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xa05b6be2 psched_ppscfg_precompute +EXPORT_SYMBOL vmlinux 0xa0614724 nd_btt_probe +EXPORT_SYMBOL vmlinux 0xa0658249 skb_put +EXPORT_SYMBOL vmlinux 0xa071dc66 framebuffer_release +EXPORT_SYMBOL vmlinux 0xa074b105 fb_set_var +EXPORT_SYMBOL vmlinux 0xa07a37f0 memchr +EXPORT_SYMBOL vmlinux 0xa07d1b3c tasklet_setup +EXPORT_SYMBOL vmlinux 0xa081413c rproc_coredump_add_segment +EXPORT_SYMBOL vmlinux 0xa084749a __bitmap_or +EXPORT_SYMBOL vmlinux 0xa0890a1e devm_arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0xa0909582 rproc_add_carveout +EXPORT_SYMBOL vmlinux 0xa095e02e generic_check_addressable +EXPORT_SYMBOL vmlinux 0xa0ad0ba1 simple_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0xa0ae1e73 siphash_3u64 +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0c17efc folio_wait_bit_killable +EXPORT_SYMBOL vmlinux 0xa0c65a43 request_firmware_nowait +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0eae826 smp_call_function +EXPORT_SYMBOL vmlinux 0xa0ebd14c sysctl_tcp_mem +EXPORT_SYMBOL vmlinux 0xa0ebd437 hdmi_drm_infoframe_check +EXPORT_SYMBOL vmlinux 0xa0f10085 __sg_free_table +EXPORT_SYMBOL vmlinux 0xa0f7c33e scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa102da2d xfrm_trans_queue_net +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa115da49 __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0xa1208b23 __put_user_ns +EXPORT_SYMBOL vmlinux 0xa13f4428 sock_dequeue_err_skb +EXPORT_SYMBOL vmlinux 0xa15bbcf1 bioset_exit +EXPORT_SYMBOL vmlinux 0xa160352c get_mem_cgroup_from_mm +EXPORT_SYMBOL vmlinux 0xa1767aec genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0xa177db62 md_set_array_sectors +EXPORT_SYMBOL vmlinux 0xa17a2f48 mdiobus_read +EXPORT_SYMBOL vmlinux 0xa18b9c94 phy_driver_unregister +EXPORT_SYMBOL vmlinux 0xa1a3de4c rproc_elf_get_boot_addr +EXPORT_SYMBOL vmlinux 0xa1d4060f cdev_del +EXPORT_SYMBOL vmlinux 0xa1efd430 pci_release_region +EXPORT_SYMBOL vmlinux 0xa2047234 skb_flow_dissect_tunnel_info +EXPORT_SYMBOL vmlinux 0xa2060911 inet_current_timestamp +EXPORT_SYMBOL vmlinux 0xa2249754 phy_connect +EXPORT_SYMBOL vmlinux 0xa2326c49 acpi_remove_table_handler +EXPORT_SYMBOL vmlinux 0xa23ffc04 groups_sort +EXPORT_SYMBOL vmlinux 0xa24f23d8 __request_module +EXPORT_SYMBOL vmlinux 0xa2503c14 sys_imageblit +EXPORT_SYMBOL vmlinux 0xa263892b fscrypt_fname_free_buffer +EXPORT_SYMBOL vmlinux 0xa265a63b devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0xa269f39f tcp_disconnect +EXPORT_SYMBOL vmlinux 0xa27683c7 migrate_vma_pages +EXPORT_SYMBOL vmlinux 0xa28cfcc0 gen_estimator_active +EXPORT_SYMBOL vmlinux 0xa2a3f839 neigh_parms_release +EXPORT_SYMBOL vmlinux 0xa2a4f11d tcf_em_register +EXPORT_SYMBOL vmlinux 0xa2cf3649 qman_fq_fqid +EXPORT_SYMBOL vmlinux 0xa2d46374 iterate_supers_type +EXPORT_SYMBOL vmlinux 0xa2d4b75e qcom_scm_iommu_set_cp_pool_size +EXPORT_SYMBOL vmlinux 0xa2d7ec8d __SCK__tp_func_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xa2f44f41 input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0xa2f63324 eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0xa3135e2e pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0xa3245ff9 rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0xa334d7d6 generic_perform_write +EXPORT_SYMBOL vmlinux 0xa3394ba7 nla_reserve +EXPORT_SYMBOL vmlinux 0xa339e6e5 on_each_cpu_cond_mask +EXPORT_SYMBOL vmlinux 0xa34098de jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0xa34318c8 of_find_node_opts_by_path +EXPORT_SYMBOL vmlinux 0xa3522df5 qman_query_fq_np +EXPORT_SYMBOL vmlinux 0xa353db6c dev_change_flags +EXPORT_SYMBOL vmlinux 0xa366d6b5 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0xa36acbd7 jbd2_journal_inode_ranged_write +EXPORT_SYMBOL vmlinux 0xa36ff9ec tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0xa374c9ea mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0xa389ed34 sock_kfree_s +EXPORT_SYMBOL vmlinux 0xa3a2d3a6 devm_register_reboot_notifier +EXPORT_SYMBOL vmlinux 0xa3a887d4 always_delete_dentry +EXPORT_SYMBOL vmlinux 0xa3a98acc cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0xa3a9f7bc gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0xa3be8342 __ubsan_handle_type_mismatch +EXPORT_SYMBOL vmlinux 0xa3c8df34 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0xa3cefaa0 blake2s_update +EXPORT_SYMBOL vmlinux 0xa3fea172 sha224_final +EXPORT_SYMBOL vmlinux 0xa402a371 pci_ep_cfs_remove_epf_group +EXPORT_SYMBOL vmlinux 0xa408c268 locks_free_lock +EXPORT_SYMBOL vmlinux 0xa40ff01b acpi_dbg_layer +EXPORT_SYMBOL vmlinux 0xa4262b9b phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0xa42fc50d pskb_trim_rcsum_slow +EXPORT_SYMBOL vmlinux 0xa440d121 flow_keys_dissector +EXPORT_SYMBOL vmlinux 0xa448c653 qcom_scm_ice_set_key +EXPORT_SYMBOL vmlinux 0xa457cf13 ip6_output +EXPORT_SYMBOL vmlinux 0xa45b2a7a d_genocide +EXPORT_SYMBOL vmlinux 0xa45d53db __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xa484a852 mem_cgroup_from_task +EXPORT_SYMBOL vmlinux 0xa4994086 kern_unmount +EXPORT_SYMBOL vmlinux 0xa4a75e85 keyring_clear +EXPORT_SYMBOL vmlinux 0xa4ad09d8 pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0xa4b27d42 netdev_unbind_sb_channel +EXPORT_SYMBOL vmlinux 0xa4b6efd3 acpi_bus_register_driver +EXPORT_SYMBOL vmlinux 0xa4d3a54b copy_page_to_iter_nofault +EXPORT_SYMBOL vmlinux 0xa4e13144 __netlink_dump_start +EXPORT_SYMBOL vmlinux 0xa4e9bc09 dquot_commit_info +EXPORT_SYMBOL vmlinux 0xa4f449b7 genphy_read_lpa +EXPORT_SYMBOL vmlinux 0xa4fa0b4e mpage_read_folio +EXPORT_SYMBOL vmlinux 0xa4fca045 qcom_scm_ocmem_lock +EXPORT_SYMBOL vmlinux 0xa51e30c8 jbd2_fc_begin_commit +EXPORT_SYMBOL vmlinux 0xa52bedf6 xenbus_dev_request_and_reply +EXPORT_SYMBOL vmlinux 0xa54957fb scmd_printk +EXPORT_SYMBOL vmlinux 0xa5498ac1 ndisc_send_skb +EXPORT_SYMBOL vmlinux 0xa54b9063 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa5530e50 inet_pton_with_scope +EXPORT_SYMBOL vmlinux 0xa5582951 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0xa571dad2 genphy_c37_read_status +EXPORT_SYMBOL vmlinux 0xa57cb9dd user_path_at_empty +EXPORT_SYMBOL vmlinux 0xa5858219 __lock_buffer +EXPORT_SYMBOL vmlinux 0xa58af0a6 _raw_read_unlock_irq +EXPORT_SYMBOL vmlinux 0xa5976e4f dev_base_lock +EXPORT_SYMBOL vmlinux 0xa5de85d0 request_firmware_into_buf +EXPORT_SYMBOL vmlinux 0xa5e40780 rproc_del +EXPORT_SYMBOL vmlinux 0xa5f7cf37 __cpu_possible_mask +EXPORT_SYMBOL vmlinux 0xa60d6bff proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0xa61ced89 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0xa6257a2f complete +EXPORT_SYMBOL vmlinux 0xa63646ab filemap_invalidate_unlock_two +EXPORT_SYMBOL vmlinux 0xa6457c89 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0xa648e561 __ubsan_handle_shift_out_of_bounds +EXPORT_SYMBOL vmlinux 0xa64c7249 __printk_cpu_sync_try_get +EXPORT_SYMBOL vmlinux 0xa65c6def alt_cb_patch_nops +EXPORT_SYMBOL vmlinux 0xa65d94dc padata_do_serial +EXPORT_SYMBOL vmlinux 0xa667ef26 inet_accept +EXPORT_SYMBOL vmlinux 0xa66b253d mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0xa67cf2ce genl_notify +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa68adcc1 netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0xa6ac1d75 kernel_read +EXPORT_SYMBOL vmlinux 0xa6b1fd06 kset_register +EXPORT_SYMBOL vmlinux 0xa6ba44d5 acpi_dev_get_next_match_dev +EXPORT_SYMBOL vmlinux 0xa6f7815f blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0xa6fb1753 phy_queue_state_machine +EXPORT_SYMBOL vmlinux 0xa70bbb07 inet_addr_type_dev_table +EXPORT_SYMBOL vmlinux 0xa70bc96d qcom_scm_restore_sec_cfg_available +EXPORT_SYMBOL vmlinux 0xa70c5901 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0xa70ed9dc tcp_hashinfo +EXPORT_SYMBOL vmlinux 0xa71acc92 fman_port_config +EXPORT_SYMBOL vmlinux 0xa72035f9 xa_get_order +EXPORT_SYMBOL vmlinux 0xa74c9877 refcount_dec_and_rtnl_lock +EXPORT_SYMBOL vmlinux 0xa74d40f6 fs_param_is_s32 +EXPORT_SYMBOL vmlinux 0xa74f7a2f security_sctp_bind_connect +EXPORT_SYMBOL vmlinux 0xa7682f32 pci_disable_msix +EXPORT_SYMBOL vmlinux 0xa76aba10 blk_mq_tagset_wait_completed_request +EXPORT_SYMBOL vmlinux 0xa77b3c3e netdev_get_xmit_slave +EXPORT_SYMBOL vmlinux 0xa77bfd29 register_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0xa785c66a peernet2id +EXPORT_SYMBOL vmlinux 0xa78f326f dev_mc_add +EXPORT_SYMBOL vmlinux 0xa7940e04 mipi_dsi_dcs_nop +EXPORT_SYMBOL vmlinux 0xa7bdacf9 bio_copy_data_iter +EXPORT_SYMBOL vmlinux 0xa7c7b7b9 __SetPageMovable +EXPORT_SYMBOL vmlinux 0xa7cf78b2 pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0xa7d495e6 dquot_get_state +EXPORT_SYMBOL vmlinux 0xa7d5f92e ida_destroy +EXPORT_SYMBOL vmlinux 0xa7dd3cf9 uart_write_wakeup +EXPORT_SYMBOL vmlinux 0xa7e39e6d netif_carrier_on +EXPORT_SYMBOL vmlinux 0xa7eedcc4 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xa7f09bf6 bdev_start_io_acct +EXPORT_SYMBOL vmlinux 0xa7f6744d dcb_getrewr +EXPORT_SYMBOL vmlinux 0xa7fa23f4 proc_create_single_data +EXPORT_SYMBOL vmlinux 0xa7ff2eef ipv6_push_frag_opts +EXPORT_SYMBOL vmlinux 0xa804b774 pci_enable_atomic_ops_to_root +EXPORT_SYMBOL vmlinux 0xa807ded3 cdev_add +EXPORT_SYMBOL vmlinux 0xa8274c47 _dev_crit +EXPORT_SYMBOL vmlinux 0xa82809dc devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0xa82c9afb seg6_hmac_info_add +EXPORT_SYMBOL vmlinux 0xa83e165a dmam_alloc_attrs +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa84ce9e0 crypto_aes_inv_sbox +EXPORT_SYMBOL vmlinux 0xa853396b xa_extract +EXPORT_SYMBOL vmlinux 0xa85a3e6d xa_load +EXPORT_SYMBOL vmlinux 0xa8676398 __tracepoint_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xa8694ecd kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0xa897e3e7 mempool_free +EXPORT_SYMBOL vmlinux 0xa89a1cf1 ipmi_dmi_get_slave_addr +EXPORT_SYMBOL vmlinux 0xa8a473fb blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0xa8a8110c kernel_neon_end +EXPORT_SYMBOL vmlinux 0xa8be3cbf mark_info_dirty +EXPORT_SYMBOL vmlinux 0xa8c9c8b4 ptp_cancel_worker_sync +EXPORT_SYMBOL vmlinux 0xa8caa845 clk_bulk_put_all +EXPORT_SYMBOL vmlinux 0xa8ceedca revert_creds +EXPORT_SYMBOL vmlinux 0xa8e6933a qdf2400_e44_present +EXPORT_SYMBOL vmlinux 0xa8f6c843 ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xa90ca0de flush_rcu_work +EXPORT_SYMBOL vmlinux 0xa9150d35 netif_tx_wake_queue +EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa917c1de blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xa91a2107 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0xa92080ee padata_alloc +EXPORT_SYMBOL vmlinux 0xa94d9274 register_qdisc +EXPORT_SYMBOL vmlinux 0xa964dd13 gpmc_cs_request +EXPORT_SYMBOL vmlinux 0xa9654026 xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0xa965ca81 reciprocal_value +EXPORT_SYMBOL vmlinux 0xa97361b6 configfs_register_subsystem +EXPORT_SYMBOL vmlinux 0xa976957d bitmap_remap +EXPORT_SYMBOL vmlinux 0xa97aaa73 genphy_aneg_done +EXPORT_SYMBOL vmlinux 0xa984a8f6 fs_param_is_blockdev +EXPORT_SYMBOL vmlinux 0xa9c86b70 vfs_fsync +EXPORT_SYMBOL vmlinux 0xa9cfb1d1 netlink_kernel_release +EXPORT_SYMBOL vmlinux 0xa9d5e0d0 netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0xa9e96e9d dev_mc_init +EXPORT_SYMBOL vmlinux 0xa9ed62d2 tegra_fuse_readl +EXPORT_SYMBOL vmlinux 0xa9fe279e ethtool_aggregate_ctrl_stats +EXPORT_SYMBOL vmlinux 0xaa006eea register_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0xaa00fdc0 ec_transaction +EXPORT_SYMBOL vmlinux 0xaa0336dc netdev_adjacent_change_commit +EXPORT_SYMBOL vmlinux 0xaa06687e empty_aops +EXPORT_SYMBOL vmlinux 0xaa0c318b vscnprintf +EXPORT_SYMBOL vmlinux 0xaa19e4aa _kstrtol +EXPORT_SYMBOL vmlinux 0xaa341905 acpi_bios_exception +EXPORT_SYMBOL vmlinux 0xaa5f8951 iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0xaa6dcd9d iov_iter_init +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa8106bc crc8_populate_msb +EXPORT_SYMBOL vmlinux 0xaa8f1b71 inet_addr_is_any +EXPORT_SYMBOL vmlinux 0xaa97129b fb_validate_mode +EXPORT_SYMBOL vmlinux 0xaaa4b9bc hchacha_block_generic +EXPORT_SYMBOL vmlinux 0xaaa50fb2 qcom_scm_lmh_profile_change +EXPORT_SYMBOL vmlinux 0xaabaa49e flow_rule_match_icmp +EXPORT_SYMBOL vmlinux 0xaacf03c1 dma_fence_signal +EXPORT_SYMBOL vmlinux 0xaad0ae78 __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaad8c7d6 default_wake_function +EXPORT_SYMBOL vmlinux 0xaae6a6a4 of_get_next_parent +EXPORT_SYMBOL vmlinux 0xaae8ab0e acpi_bus_power_manageable +EXPORT_SYMBOL vmlinux 0xaaf4a334 qcom_scm_set_cold_boot_addr +EXPORT_SYMBOL vmlinux 0xaafc4ff9 of_graph_get_port_by_id +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab21d830 uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0xab3697e4 irq_poll_init +EXPORT_SYMBOL vmlinux 0xab3b75ea vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0xab50a1f4 xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0xab56e9d3 xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xab600421 probe_irq_off +EXPORT_SYMBOL vmlinux 0xab63baa5 unregister_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xab679551 tcp_splice_read +EXPORT_SYMBOL vmlinux 0xab67a0ac dql_init +EXPORT_SYMBOL vmlinux 0xab6d5b3b hex_to_bin +EXPORT_SYMBOL vmlinux 0xab7431c0 phy_get_pause +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab788d38 phy_stop +EXPORT_SYMBOL vmlinux 0xabac96a1 blk_rq_append_bio +EXPORT_SYMBOL vmlinux 0xabb1d67f nf_hook_slow_list +EXPORT_SYMBOL vmlinux 0xabb30a12 jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0xabb946b2 phy_get_eee_err +EXPORT_SYMBOL vmlinux 0xabc948c7 skb_eth_pop +EXPORT_SYMBOL vmlinux 0xabcdb7a0 simple_rmdir +EXPORT_SYMBOL vmlinux 0xabe7c6d5 __vfs_setxattr +EXPORT_SYMBOL vmlinux 0xabf32f29 utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0xac038509 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0xac0c8de6 devm_extcon_register_notifier +EXPORT_SYMBOL vmlinux 0xac120a93 mipi_dsi_dcs_write_buffer +EXPORT_SYMBOL vmlinux 0xac133ba0 call_fib_notifiers +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac1a603a inet_csk_complete_hashdance +EXPORT_SYMBOL vmlinux 0xac2bb116 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0xac2d852f get_thermal_instance +EXPORT_SYMBOL vmlinux 0xac3201b0 udp_flow_hashrnd +EXPORT_SYMBOL vmlinux 0xac37e251 lynx_pcs_create_mdiodev +EXPORT_SYMBOL vmlinux 0xac537ac2 percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0xac5fcec0 in4_pton +EXPORT_SYMBOL vmlinux 0xac608e6c pcibus_to_node +EXPORT_SYMBOL vmlinux 0xac66b2e3 super_setup_bdi +EXPORT_SYMBOL vmlinux 0xac93be38 neigh_seq_next +EXPORT_SYMBOL vmlinux 0xaca306d1 of_find_mipi_dsi_host_by_node +EXPORT_SYMBOL vmlinux 0xaca89e73 param_ops_bool +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacc01db1 qdisc_offload_dump_helper +EXPORT_SYMBOL vmlinux 0xacc0afab security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0xacd6ea55 configfs_unregister_group +EXPORT_SYMBOL vmlinux 0xacd81eb3 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0xacddd806 ptp_get_vclocks_index +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacf649bf audit_log_task_info +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad0b9424 sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0xad1b8972 vme_unregister_driver +EXPORT_SYMBOL vmlinux 0xad1da833 eth_header_cache_update +EXPORT_SYMBOL vmlinux 0xad1ddf9d config_item_init_type_name +EXPORT_SYMBOL vmlinux 0xad31c35d mdiobus_unregister_device +EXPORT_SYMBOL vmlinux 0xad3bd9b9 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0xad3ea04c qman_p_irqsource_remove +EXPORT_SYMBOL vmlinux 0xad4d4761 ptp_find_pin_unlocked +EXPORT_SYMBOL vmlinux 0xad609cce fscrypt_encrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0xad6828ea forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0xad682b8f xudma_rchanrt_write +EXPORT_SYMBOL vmlinux 0xad6ba40e radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0xad73041f autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xad7dc584 migrate_vma_finalize +EXPORT_SYMBOL vmlinux 0xad7edf4f netdev_offload_xstats_enable +EXPORT_SYMBOL vmlinux 0xad830966 trace_seq_acquire +EXPORT_SYMBOL vmlinux 0xad831175 remove_proc_entry +EXPORT_SYMBOL vmlinux 0xad92f975 tty_port_close_start +EXPORT_SYMBOL vmlinux 0xad9901ae bit_waitqueue +EXPORT_SYMBOL vmlinux 0xada31e57 gen_pool_dma_alloc_align +EXPORT_SYMBOL vmlinux 0xadae6df8 blake2s_final +EXPORT_SYMBOL vmlinux 0xadb11aa8 tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0xadb4e234 kernel_getpeername +EXPORT_SYMBOL vmlinux 0xadbeed61 mipi_dsi_packet_format_is_long +EXPORT_SYMBOL vmlinux 0xadd139d4 rfs_needed +EXPORT_SYMBOL vmlinux 0xadd21944 seq_putc +EXPORT_SYMBOL vmlinux 0xaddcdbeb zpool_register_driver +EXPORT_SYMBOL vmlinux 0xaddf2887 genphy_suspend +EXPORT_SYMBOL vmlinux 0xade1d56d pps_register_source +EXPORT_SYMBOL vmlinux 0xadecb686 ppp_input +EXPORT_SYMBOL vmlinux 0xadf2368b blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0xadf30ef0 key_payload_reserve +EXPORT_SYMBOL vmlinux 0xadfc4562 __icmp_send +EXPORT_SYMBOL vmlinux 0xae0285db shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0xae04012c __vmalloc +EXPORT_SYMBOL vmlinux 0xae18a1f5 ppp_input_error +EXPORT_SYMBOL vmlinux 0xae1d2c5e fb_modesetting_disabled +EXPORT_SYMBOL vmlinux 0xae316c11 icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0xae33c403 xudma_navss_psil_unpair +EXPORT_SYMBOL vmlinux 0xae5a04bb acpi_evaluate_dsm +EXPORT_SYMBOL vmlinux 0xae62c23e i2c_find_adapter_by_fwnode +EXPORT_SYMBOL vmlinux 0xae66472b scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0xae6db66e clkdev_drop +EXPORT_SYMBOL vmlinux 0xae74ed18 tcp_init_sock +EXPORT_SYMBOL vmlinux 0xae968304 __i2c_transfer +EXPORT_SYMBOL vmlinux 0xaeac049a generate_random_guid +EXPORT_SYMBOL vmlinux 0xaeae6265 xfrm_dev_policy_flush +EXPORT_SYMBOL vmlinux 0xaeb082ad _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0xaebb7a6d kill_block_super +EXPORT_SYMBOL vmlinux 0xaebd12f0 acpi_get_name +EXPORT_SYMBOL vmlinux 0xaec4df37 dst_release_immediate +EXPORT_SYMBOL vmlinux 0xaf0110ef mapping_read_folio_gfp +EXPORT_SYMBOL vmlinux 0xaf132dff tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0xaf13cb44 rtc_add_groups +EXPORT_SYMBOL vmlinux 0xaf1a3259 fb_io_read +EXPORT_SYMBOL vmlinux 0xaf1cdc87 flow_rule_match_ipv6_addrs +EXPORT_SYMBOL vmlinux 0xaf2a921f fuse_dequeue_forget +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf4636cf seq_dentry +EXPORT_SYMBOL vmlinux 0xaf56600a arm64_use_ng_mappings +EXPORT_SYMBOL vmlinux 0xaf7a6e75 input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0xaf83febb pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0xafaa6031 _find_next_and_bit +EXPORT_SYMBOL vmlinux 0xafb864c1 refcount_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0xafb8a823 mr_mfc_find_any +EXPORT_SYMBOL vmlinux 0xafc08054 dotdot_name +EXPORT_SYMBOL vmlinux 0xafc6c68e zstd_is_error +EXPORT_SYMBOL vmlinux 0xafd384bb tcp_read_skb +EXPORT_SYMBOL vmlinux 0xafeb8fbf pci_request_region +EXPORT_SYMBOL vmlinux 0xaffd4482 set_page_writeback +EXPORT_SYMBOL vmlinux 0xb01bebf9 xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xb0368048 end_page_writeback +EXPORT_SYMBOL vmlinux 0xb04a43ad __xa_alloc_cyclic +EXPORT_SYMBOL vmlinux 0xb0531045 handshake_genl_put +EXPORT_SYMBOL vmlinux 0xb058ca07 dim_calc_stats +EXPORT_SYMBOL vmlinux 0xb059aaf5 pci_fixup_device +EXPORT_SYMBOL vmlinux 0xb05db04b skb_append +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb0617db4 wait_for_completion_state +EXPORT_SYMBOL vmlinux 0xb07846a8 kthread_create_on_cpu +EXPORT_SYMBOL vmlinux 0xb0842853 nd_region_acquire_lane +EXPORT_SYMBOL vmlinux 0xb0845a59 register_quota_format +EXPORT_SYMBOL vmlinux 0xb09442a4 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0xb0982538 pci_write_config_word +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0b206c0 max8925_set_bits +EXPORT_SYMBOL vmlinux 0xb0c5e247 lockref_put_return +EXPORT_SYMBOL vmlinux 0xb0cfc966 devm_nvmem_cell_put +EXPORT_SYMBOL vmlinux 0xb0ddac02 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0xb0e018ff phy_aneg_done +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0e4cf27 ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0xb101ce3c dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0xb103a48d simple_getattr +EXPORT_SYMBOL vmlinux 0xb1201345 trace_raw_output_prep +EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb122f956 dquot_acquire +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb12de58b input_open_device +EXPORT_SYMBOL vmlinux 0xb1342cdb _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0xb148ea82 __napi_schedule_irqoff +EXPORT_SYMBOL vmlinux 0xb14ab1ef hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0xb14fc46a find_next_clump8 +EXPORT_SYMBOL vmlinux 0xb1518e15 cancel_work +EXPORT_SYMBOL vmlinux 0xb16011de __tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0xb16e738d netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0xb16f892e clean_bdev_aliases +EXPORT_SYMBOL vmlinux 0xb174b174 input_inject_event +EXPORT_SYMBOL vmlinux 0xb19033af super_setup_bdi_name +EXPORT_SYMBOL vmlinux 0xb1981bde vfs_statfs +EXPORT_SYMBOL vmlinux 0xb1b877e1 of_translate_dma_address +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1c56fc6 dev_remove_offload +EXPORT_SYMBOL vmlinux 0xb1c6def7 shmem_aops +EXPORT_SYMBOL vmlinux 0xb1cb7416 netif_device_detach +EXPORT_SYMBOL vmlinux 0xb1db9a69 fsl_ifc_find +EXPORT_SYMBOL vmlinux 0xb1ddf995 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xb1ef2d50 cred_fscmp +EXPORT_SYMBOL vmlinux 0xb1f472fd flow_block_cb_priv +EXPORT_SYMBOL vmlinux 0xb1f4e62f sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xb1f7525d __cgroup_bpf_run_filter_skb +EXPORT_SYMBOL vmlinux 0xb1f94dd9 padata_alloc_shell +EXPORT_SYMBOL vmlinux 0xb210e362 seq_release +EXPORT_SYMBOL vmlinux 0xb2189e70 vmap +EXPORT_SYMBOL vmlinux 0xb22e16d5 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xb23027c1 kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xb2309a62 devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0xb25617a3 scsi_remove_host +EXPORT_SYMBOL vmlinux 0xb28da8d9 release_pages +EXPORT_SYMBOL vmlinux 0xb2a9cf10 neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0xb2aed2d1 eth_gro_complete +EXPORT_SYMBOL vmlinux 0xb2bcb088 acpi_current_gpe_count +EXPORT_SYMBOL vmlinux 0xb2c72239 xsk_clear_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0xb2d36029 md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0xb2ead16c max8998_read_reg +EXPORT_SYMBOL vmlinux 0xb2ead97c kimage_vaddr +EXPORT_SYMBOL vmlinux 0xb2ec50da d_instantiate_new +EXPORT_SYMBOL vmlinux 0xb2f35c6a xxh64 +EXPORT_SYMBOL vmlinux 0xb2fcb56d queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xb301ccd6 locks_delete_block +EXPORT_SYMBOL vmlinux 0xb306ec50 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0xb308c97d wait_woken +EXPORT_SYMBOL vmlinux 0xb30b9822 vme_master_set +EXPORT_SYMBOL vmlinux 0xb30de40b of_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0xb31049e5 __find_get_block +EXPORT_SYMBOL vmlinux 0xb3258f79 __ubsan_handle_type_mismatch_v1 +EXPORT_SYMBOL vmlinux 0xb32728bb qcom_scm_iommu_secure_ptbl_init +EXPORT_SYMBOL vmlinux 0xb3452e99 inet_frag_destroy +EXPORT_SYMBOL vmlinux 0xb34da0d0 dev_pm_opp_unregister_notifier +EXPORT_SYMBOL vmlinux 0xb34dca1c kryo_l2_get_indirect_reg +EXPORT_SYMBOL vmlinux 0xb358c16c mdio_bus_type +EXPORT_SYMBOL vmlinux 0xb3687850 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xb36b62ff uart_remove_one_port +EXPORT_SYMBOL vmlinux 0xb37d491c configfs_unregister_default_group +EXPORT_SYMBOL vmlinux 0xb3867e6d mtree_insert +EXPORT_SYMBOL vmlinux 0xb386e0fd nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xb388e674 dump_emit +EXPORT_SYMBOL vmlinux 0xb39247c5 netdev_adjacent_change_prepare +EXPORT_SYMBOL vmlinux 0xb394ad31 unregister_filesystem +EXPORT_SYMBOL vmlinux 0xb39e041e stop_tty +EXPORT_SYMBOL vmlinux 0xb3a82019 profile_pc +EXPORT_SYMBOL vmlinux 0xb3d2c76d scsi_hostbyte_string +EXPORT_SYMBOL vmlinux 0xb3d97f8e address_space_init_once +EXPORT_SYMBOL vmlinux 0xb3eb0192 ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0xb3f0de55 xz_dec_microlzma_run +EXPORT_SYMBOL vmlinux 0xb3f49446 kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0xb3f548ad kmemdup_nul +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb3f985a8 sg_alloc_table +EXPORT_SYMBOL vmlinux 0xb40123c0 genl_register_family +EXPORT_SYMBOL vmlinux 0xb4029be2 configfs_depend_item +EXPORT_SYMBOL vmlinux 0xb4043948 acpi_execute_simple_method +EXPORT_SYMBOL vmlinux 0xb41bb43b __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xb4214046 netif_set_tso_max_size +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb4512361 noop_llseek +EXPORT_SYMBOL vmlinux 0xb4577003 acpi_dev_present +EXPORT_SYMBOL vmlinux 0xb4719592 dma_sync_wait +EXPORT_SYMBOL vmlinux 0xb47dfd65 d_delete +EXPORT_SYMBOL vmlinux 0xb48d4d22 security_sb_eat_lsm_opts +EXPORT_SYMBOL vmlinux 0xb4928f3a vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0xb49601a1 sg_zero_buffer +EXPORT_SYMBOL vmlinux 0xb4964478 jbd2_journal_invalidate_folio +EXPORT_SYMBOL vmlinux 0xb499bf6f dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0xb4bd279f __devm_mdiobus_register +EXPORT_SYMBOL vmlinux 0xb4bdf165 pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0xb4cacc0c find_inode_nowait +EXPORT_SYMBOL vmlinux 0xb4d69d70 inet_del_offload +EXPORT_SYMBOL vmlinux 0xb4d804d3 amba_device_unregister +EXPORT_SYMBOL vmlinux 0xb4db6d7c devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0xb503b3a4 tegra_ivc_read_advance +EXPORT_SYMBOL vmlinux 0xb51253cb d_obtain_alias +EXPORT_SYMBOL vmlinux 0xb51c0bac mipi_dsi_dcs_set_display_brightness_large +EXPORT_SYMBOL vmlinux 0xb5311d70 sunxi_sram_release +EXPORT_SYMBOL vmlinux 0xb53f2810 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0xb558921a i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0xb56368fb pci_alloc_irq_vectors +EXPORT_SYMBOL vmlinux 0xb568033e xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0xb57f1e27 fman_port_disable +EXPORT_SYMBOL vmlinux 0xb5915917 unregister_mii_timestamper +EXPORT_SYMBOL vmlinux 0xb59587dc filemap_release_folio +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5afb89c textsearch_destroy +EXPORT_SYMBOL vmlinux 0xb5b0cdac scsi_scan_host +EXPORT_SYMBOL vmlinux 0xb5b54b34 _raw_spin_unlock +EXPORT_SYMBOL vmlinux 0xb5b63711 fileattr_fill_xflags +EXPORT_SYMBOL vmlinux 0xb5c17a4c wake_up_process +EXPORT_SYMBOL vmlinux 0xb5c56d8f tcp_seq_next +EXPORT_SYMBOL vmlinux 0xb5d63015 make_kuid +EXPORT_SYMBOL vmlinux 0xb5e73116 flush_delayed_work +EXPORT_SYMBOL vmlinux 0xb61d6fc2 down_read_interruptible +EXPORT_SYMBOL vmlinux 0xb628f841 dma_async_device_register +EXPORT_SYMBOL vmlinux 0xb6301105 hdmi_infoframe_log +EXPORT_SYMBOL vmlinux 0xb633f115 irq_poll_enable +EXPORT_SYMBOL vmlinux 0xb6449b96 da903x_query_status +EXPORT_SYMBOL vmlinux 0xb646aa03 skb_queue_tail +EXPORT_SYMBOL vmlinux 0xb64d1eeb nexthop_res_grp_activity_update +EXPORT_SYMBOL vmlinux 0xb654ef65 acpi_os_read_port +EXPORT_SYMBOL vmlinux 0xb6574978 set_capacity +EXPORT_SYMBOL vmlinux 0xb66e96d8 netlbl_audit_start +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb67a859d kobject_put +EXPORT_SYMBOL vmlinux 0xb67fec0e uuid_parse +EXPORT_SYMBOL vmlinux 0xb68f7777 netdev_pick_tx +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb6acaa13 phy_sfp_detach +EXPORT_SYMBOL vmlinux 0xb6b8a809 reuseport_migrate_sock +EXPORT_SYMBOL vmlinux 0xb6c208e3 ip_queue_xmit +EXPORT_SYMBOL vmlinux 0xb6cb556a _find_first_and_bit +EXPORT_SYMBOL vmlinux 0xb6cf91fc nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xb6cfac08 simple_release_fs +EXPORT_SYMBOL vmlinux 0xb6e36ce2 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb6fde909 close_fd +EXPORT_SYMBOL vmlinux 0xb70b1872 iget_locked +EXPORT_SYMBOL vmlinux 0xb70d3c98 rproc_mem_entry_init +EXPORT_SYMBOL vmlinux 0xb71589f0 skip_spaces +EXPORT_SYMBOL vmlinux 0xb71ed69f __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0xb724c37c mii_check_link +EXPORT_SYMBOL vmlinux 0xb737b185 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0xb73b7868 device_match_acpi_handle +EXPORT_SYMBOL vmlinux 0xb7530eb8 fget +EXPORT_SYMBOL vmlinux 0xb75a70e0 udp_prot +EXPORT_SYMBOL vmlinux 0xb7688155 ucc_slow_init +EXPORT_SYMBOL vmlinux 0xb780062a locks_lock_inode_wait +EXPORT_SYMBOL vmlinux 0xb78debe3 LZ4_decompress_fast_usingDict +EXPORT_SYMBOL vmlinux 0xb798f764 xp_dma_sync_for_device_slow +EXPORT_SYMBOL vmlinux 0xb79fd3c0 secpath_set +EXPORT_SYMBOL vmlinux 0xb7a7057c fman_get_revision +EXPORT_SYMBOL vmlinux 0xb7b7fa6e node_states +EXPORT_SYMBOL vmlinux 0xb7c0f443 sort +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb7c87711 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0xb7ccc5c5 cfb_imageblit +EXPORT_SYMBOL vmlinux 0xb7d76325 pci_free_irq_vectors +EXPORT_SYMBOL vmlinux 0xb7e6121b of_find_net_device_by_node +EXPORT_SYMBOL vmlinux 0xb7ea85d8 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0xb7f75caa xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0xb7fa63a8 netif_receive_skb +EXPORT_SYMBOL vmlinux 0xb80a8fef scsi_ioctl +EXPORT_SYMBOL vmlinux 0xb80b4a18 zstd_compress_bound +EXPORT_SYMBOL vmlinux 0xb81cee28 pnp_register_card_driver +EXPORT_SYMBOL vmlinux 0xb81e2ff6 xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0xb83342e5 ps2_sliced_command +EXPORT_SYMBOL vmlinux 0xb83ff0a0 mii_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0xb840d7d0 ping_prot +EXPORT_SYMBOL vmlinux 0xb842716c qcom_scm_ocmem_lock_available +EXPORT_SYMBOL vmlinux 0xb8567586 fman_register_intr +EXPORT_SYMBOL vmlinux 0xb85dd3f7 vfs_symlink +EXPORT_SYMBOL vmlinux 0xb8605d9c qman_p_static_dequeue_add +EXPORT_SYMBOL vmlinux 0xb865080a mmc_cqe_recovery +EXPORT_SYMBOL vmlinux 0xb868ac5c register_sysrq_key +EXPORT_SYMBOL vmlinux 0xb87e0fd3 devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0xb89b6e6b guid_parse +EXPORT_SYMBOL vmlinux 0xb8a158f6 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0xb8a1b7c6 pci_enable_device_io +EXPORT_SYMBOL vmlinux 0xb8a542b3 sk_filter_trim_cap +EXPORT_SYMBOL vmlinux 0xb8a90dd1 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xb8b043f2 kfree_link +EXPORT_SYMBOL vmlinux 0xb8b0d159 param_ops_hexint +EXPORT_SYMBOL vmlinux 0xb8bb7268 ucc_of_parse_tdm +EXPORT_SYMBOL vmlinux 0xb8bf4d53 scsi_register_driver +EXPORT_SYMBOL vmlinux 0xb8c7671d __bforget +EXPORT_SYMBOL vmlinux 0xb8d0e476 xsk_tx_release +EXPORT_SYMBOL vmlinux 0xb8dadb7c kobject_add +EXPORT_SYMBOL vmlinux 0xb8de7e51 mode_strip_sgid +EXPORT_SYMBOL vmlinux 0xb8f2c0ad xsk_tx_peek_desc +EXPORT_SYMBOL vmlinux 0xb8fab6a1 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0xb9034117 fman_set_port_params +EXPORT_SYMBOL vmlinux 0xb907513f unpoison_memory +EXPORT_SYMBOL vmlinux 0xb911bb58 minmax_running_max +EXPORT_SYMBOL vmlinux 0xb914460d fs_context_for_reconfigure +EXPORT_SYMBOL vmlinux 0xb920db49 acpi_tb_install_and_load_table +EXPORT_SYMBOL vmlinux 0xb93f1656 setattr_prepare +EXPORT_SYMBOL vmlinux 0xb94339c4 qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xb9478d90 hdmi_drm_infoframe_unpack_only +EXPORT_SYMBOL vmlinux 0xb95b4ad2 __cgroup_bpf_run_filter_sk +EXPORT_SYMBOL vmlinux 0xb9678ace dev_lstats_read +EXPORT_SYMBOL vmlinux 0xb969f811 tcf_action_exec +EXPORT_SYMBOL vmlinux 0xb96c4f9e audit_log_subject_context +EXPORT_SYMBOL vmlinux 0xb97214d2 pcim_iounmap +EXPORT_SYMBOL vmlinux 0xb97220ff bitmap_parse +EXPORT_SYMBOL vmlinux 0xb97f6fbd __skb_pad +EXPORT_SYMBOL vmlinux 0xb9869d00 dquot_initialize_needed +EXPORT_SYMBOL vmlinux 0xb98b0afd phy_do_ioctl_running +EXPORT_SYMBOL vmlinux 0xb98e1b6e fscrypt_zeroout_range +EXPORT_SYMBOL vmlinux 0xb98e8563 dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0xb9a333a1 fb_io_write +EXPORT_SYMBOL vmlinux 0xb9af1d0d __xa_clear_mark +EXPORT_SYMBOL vmlinux 0xb9b331ad xfrm_register_km +EXPORT_SYMBOL vmlinux 0xb9b34e9f pci_dev_get +EXPORT_SYMBOL vmlinux 0xb9c9f6b0 __skb_get_hash +EXPORT_SYMBOL vmlinux 0xb9d54414 devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9fbbdc2 pci_alloc_dev +EXPORT_SYMBOL vmlinux 0xb9fbe44a netif_napi_add_weight +EXPORT_SYMBOL vmlinux 0xb9fc381a qcom_scm_hdcp_req +EXPORT_SYMBOL vmlinux 0xba00daa2 dma_fence_allocate_private_stub +EXPORT_SYMBOL vmlinux 0xba0676e2 vm_zone_stat +EXPORT_SYMBOL vmlinux 0xba1008c8 __crc32c_le +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba4d42b8 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0xba5181fe __alloc_skb +EXPORT_SYMBOL vmlinux 0xba66bf53 zap_page_range_single +EXPORT_SYMBOL vmlinux 0xba69a002 skb_headers_offset_update +EXPORT_SYMBOL vmlinux 0xba707a78 qe_get_brg_clk +EXPORT_SYMBOL vmlinux 0xba8fbd64 _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xbab50439 bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0xbabf9a22 scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0xbac78d68 netdev_get_by_index +EXPORT_SYMBOL vmlinux 0xbac8aeea sg_nents_for_len +EXPORT_SYMBOL vmlinux 0xbacbf224 submit_bio +EXPORT_SYMBOL vmlinux 0xbad383ac sock_init_data +EXPORT_SYMBOL vmlinux 0xbaef7771 crypto_sha3_final +EXPORT_SYMBOL vmlinux 0xbafa632e __do_once_sleepable_start +EXPORT_SYMBOL vmlinux 0xbb0540aa zlib_inflateReset +EXPORT_SYMBOL vmlinux 0xbb09308b dquot_resume +EXPORT_SYMBOL vmlinux 0xbb093226 rt6_lookup +EXPORT_SYMBOL vmlinux 0xbb10933f blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0xbb160557 key_type_keyring +EXPORT_SYMBOL vmlinux 0xbb1674be nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0xbb21260e convert_ifc_address +EXPORT_SYMBOL vmlinux 0xbb22fcd2 seq_open +EXPORT_SYMBOL vmlinux 0xbb24f607 init_cdrom_command +EXPORT_SYMBOL vmlinux 0xbb2a20c6 set_bh_page +EXPORT_SYMBOL vmlinux 0xbb333a74 netif_tx_unlock +EXPORT_SYMBOL vmlinux 0xbb494382 d_alloc_anon +EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0xbb5e4278 unlock_rename +EXPORT_SYMBOL vmlinux 0xbb687724 bman_new_pool +EXPORT_SYMBOL vmlinux 0xbb85d54f __folio_alloc +EXPORT_SYMBOL vmlinux 0xbb9a4c69 __breadahead +EXPORT_SYMBOL vmlinux 0xbb9ed3bf mutex_trylock +EXPORT_SYMBOL vmlinux 0xbbabac77 alloc_skb_with_frags +EXPORT_SYMBOL vmlinux 0xbbb8309e tty_write_room +EXPORT_SYMBOL vmlinux 0xbbc2a8ac tcf_get_next_chain +EXPORT_SYMBOL vmlinux 0xbbc6bace nf_register_net_hook +EXPORT_SYMBOL vmlinux 0xbbda18c4 dma_fence_free +EXPORT_SYMBOL vmlinux 0xbbe60a3f generic_buffers_fsync +EXPORT_SYMBOL vmlinux 0xbbecaa1d zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0xbc0bc9a0 tty_vhangup +EXPORT_SYMBOL vmlinux 0xbc0faa3a sb_min_blocksize +EXPORT_SYMBOL vmlinux 0xbc1941c8 vfs_rmdir +EXPORT_SYMBOL vmlinux 0xbc2031de acpi_processor_get_bios_limit +EXPORT_SYMBOL vmlinux 0xbc273c4d in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xbc925456 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0xbcab6ee6 sscanf +EXPORT_SYMBOL vmlinux 0xbcb8ae64 inode_permission +EXPORT_SYMBOL vmlinux 0xbcbde822 f_setown +EXPORT_SYMBOL vmlinux 0xbce304ab seq_bprintf +EXPORT_SYMBOL vmlinux 0xbcf954d1 mini_qdisc_pair_init +EXPORT_SYMBOL vmlinux 0xbd2117c7 kmem_cache_size +EXPORT_SYMBOL vmlinux 0xbd3917d0 sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0xbd3fc026 kthread_stop +EXPORT_SYMBOL vmlinux 0xbd43723d __napi_schedule +EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init +EXPORT_SYMBOL vmlinux 0xbd53b764 pci_set_master +EXPORT_SYMBOL vmlinux 0xbd6841d4 crc16 +EXPORT_SYMBOL vmlinux 0xbd93a52c cdev_init +EXPORT_SYMBOL vmlinux 0xbda17538 __folio_lock +EXPORT_SYMBOL vmlinux 0xbda8efdd genphy_c45_eee_is_active +EXPORT_SYMBOL vmlinux 0xbdab98a6 ptp_clock_index +EXPORT_SYMBOL vmlinux 0xbdaf5e0d ipv6_mc_check_mld +EXPORT_SYMBOL vmlinux 0xbdba7486 neigh_event_ns +EXPORT_SYMBOL vmlinux 0xbdd4e136 new_inode +EXPORT_SYMBOL vmlinux 0xbdd90d48 configfs_depend_item_unlocked +EXPORT_SYMBOL vmlinux 0xbdf3a302 dev_set_mac_address_user +EXPORT_SYMBOL vmlinux 0xbe0b8d3b of_mdiobus_child_is_phy +EXPORT_SYMBOL vmlinux 0xbe177b78 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0xbe29c3de mmc_erase +EXPORT_SYMBOL vmlinux 0xbe3a44ea sdev_prefix_printk +EXPORT_SYMBOL vmlinux 0xbe49252c acpi_os_write_port +EXPORT_SYMBOL vmlinux 0xbe4eb6ed secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xbe5851c7 nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0xbe5a24e9 xxh32_copy_state +EXPORT_SYMBOL vmlinux 0xbe6a866f __wait_on_bit +EXPORT_SYMBOL vmlinux 0xbe6a8c96 zstd_cctx_workspace_bound +EXPORT_SYMBOL vmlinux 0xbe8cdea7 gnet_stats_copy_basic_hw +EXPORT_SYMBOL vmlinux 0xbe9b2ab4 phy_detach +EXPORT_SYMBOL vmlinux 0xbeb11178 mount_bdev +EXPORT_SYMBOL vmlinux 0xbeb38ccd generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0xbec1ba12 inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0xbee84814 vmf_insert_mixed +EXPORT_SYMBOL vmlinux 0xbee942bc blk_mq_alloc_disk_for_queue +EXPORT_SYMBOL vmlinux 0xbef1e3aa rproc_alloc +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbefa51a3 gen_pool_add_owner +EXPORT_SYMBOL vmlinux 0xbf0d3469 inode_set_flags +EXPORT_SYMBOL vmlinux 0xbf1024df dev_deactivate +EXPORT_SYMBOL vmlinux 0xbf38b220 flow_rule_match_ports +EXPORT_SYMBOL vmlinux 0xbf42aec1 ip6_dst_alloc +EXPORT_SYMBOL vmlinux 0xbf46053b dentry_create +EXPORT_SYMBOL vmlinux 0xbf509a86 dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0xbf59c419 posix_acl_init +EXPORT_SYMBOL vmlinux 0xbf5d5127 cfb_fillrect +EXPORT_SYMBOL vmlinux 0xbf66e030 i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0xbf9476cb input_set_capability +EXPORT_SYMBOL vmlinux 0xbfac15f1 get_tree_single +EXPORT_SYMBOL vmlinux 0xbfae9e07 utf8_validate +EXPORT_SYMBOL vmlinux 0xbfb40ae1 write_cache_pages +EXPORT_SYMBOL vmlinux 0xbfc565e6 ipv4_specific +EXPORT_SYMBOL vmlinux 0xbfc75c39 nlmsg_notify +EXPORT_SYMBOL vmlinux 0xbfcbc0d2 stmp_reset_block +EXPORT_SYMBOL vmlinux 0xbfdcc8c1 bio_split +EXPORT_SYMBOL vmlinux 0xbfe8350d simple_fill_super +EXPORT_SYMBOL vmlinux 0xc0003b9b __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0xc00568d7 pskb_expand_head +EXPORT_SYMBOL vmlinux 0xc0231254 simple_empty +EXPORT_SYMBOL vmlinux 0xc0364007 fault_in_writeable +EXPORT_SYMBOL vmlinux 0xc060686c fscrypt_has_permitted_context +EXPORT_SYMBOL vmlinux 0xc060c3f4 page_pool_ethtool_stats_get +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc078d22c zstd_init_cstream +EXPORT_SYMBOL vmlinux 0xc07b0863 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0xc08a015e skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0xc0a751d5 pnp_register_driver +EXPORT_SYMBOL vmlinux 0xc0fe9137 __printk_cpu_sync_put +EXPORT_SYMBOL vmlinux 0xc0ff12fb nla_strdup +EXPORT_SYMBOL vmlinux 0xc0ff21c1 input_get_new_minor +EXPORT_SYMBOL vmlinux 0xc1198662 __warn_flushing_systemwide_wq +EXPORT_SYMBOL vmlinux 0xc12b0255 jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0xc13e0474 rproc_get_by_phandle +EXPORT_SYMBOL vmlinux 0xc14dc168 acpi_get_data +EXPORT_SYMBOL vmlinux 0xc1514a3b free_irq +EXPORT_SYMBOL vmlinux 0xc1579516 fman_port_enable +EXPORT_SYMBOL vmlinux 0xc15d0d3c pcim_pin_device +EXPORT_SYMBOL vmlinux 0xc164a51c keygen_init +EXPORT_SYMBOL vmlinux 0xc166f9c0 sync_blockdev_range +EXPORT_SYMBOL vmlinux 0xc16b51a3 vfs_path_parent_lookup +EXPORT_SYMBOL vmlinux 0xc16be39d iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xc1889bf9 config_group_find_item +EXPORT_SYMBOL vmlinux 0xc18e49d4 scsi_dma_map +EXPORT_SYMBOL vmlinux 0xc1aeb09d inet_csk_reqsk_queue_add +EXPORT_SYMBOL vmlinux 0xc1c322c4 mipi_dsi_dcs_write +EXPORT_SYMBOL vmlinux 0xc1cb419c __traceiter_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xc1d2ba0a framebuffer_alloc +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1e2c742 tegra_io_rail_power_on +EXPORT_SYMBOL vmlinux 0xc1f4d9b7 register_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0xc1f77355 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0xc202904a scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0xc2050974 fman_port_get_tstamp +EXPORT_SYMBOL vmlinux 0xc20c5a56 input_unregister_handler +EXPORT_SYMBOL vmlinux 0xc20fe082 param_get_uint +EXPORT_SYMBOL vmlinux 0xc213f403 sock_i_uid +EXPORT_SYMBOL vmlinux 0xc2207a1d tty_unregister_device +EXPORT_SYMBOL vmlinux 0xc22f6693 call_fib_notifier +EXPORT_SYMBOL vmlinux 0xc2310cdc logic_inl +EXPORT_SYMBOL vmlinux 0xc250e8db security_inode_init_security +EXPORT_SYMBOL vmlinux 0xc26f67e2 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0xc27c3a02 blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0xc28296d3 vme_register_driver +EXPORT_SYMBOL vmlinux 0xc29bf967 strspn +EXPORT_SYMBOL vmlinux 0xc2a20dbb skb_find_text +EXPORT_SYMBOL vmlinux 0xc2b55db7 __sk_receive_skb +EXPORT_SYMBOL vmlinux 0xc2cb862e sgl_alloc_order +EXPORT_SYMBOL vmlinux 0xc2cece75 dev_mc_unsync +EXPORT_SYMBOL vmlinux 0xc2e168ab caches_clean_inval_pou +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2f162cb dquot_quotactl_sysfile_ops +EXPORT_SYMBOL vmlinux 0xc2f52274 __lshrti3 +EXPORT_SYMBOL vmlinux 0xc3055d20 usleep_range_state +EXPORT_SYMBOL vmlinux 0xc310b981 strnstr +EXPORT_SYMBOL vmlinux 0xc31db0ce is_vmalloc_addr +EXPORT_SYMBOL vmlinux 0xc32c71af register_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xc33ae940 devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xc359fb65 abort +EXPORT_SYMBOL vmlinux 0xc37366be vme_master_request +EXPORT_SYMBOL vmlinux 0xc3762aec mempool_alloc +EXPORT_SYMBOL vmlinux 0xc37f9c6e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0xc38447e2 md_bitmap_startwrite +EXPORT_SYMBOL vmlinux 0xc38c83b8 mod_timer +EXPORT_SYMBOL vmlinux 0xc39ce9db iov_iter_zero +EXPORT_SYMBOL vmlinux 0xc3b750cb folio_migrate_copy +EXPORT_SYMBOL vmlinux 0xc3ba1873 __bio_advance +EXPORT_SYMBOL vmlinux 0xc3cd034d crc8_populate_lsb +EXPORT_SYMBOL vmlinux 0xc3e0acfd xfrm_state_update +EXPORT_SYMBOL vmlinux 0xc3ef1018 gro_cells_receive +EXPORT_SYMBOL vmlinux 0xc3f513a1 blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0xc3fc3eac inode_dio_wait +EXPORT_SYMBOL vmlinux 0xc3ff38c2 down_read_trylock +EXPORT_SYMBOL vmlinux 0xc405de51 __put_devmap_managed_page_refs +EXPORT_SYMBOL vmlinux 0xc4122c72 tcf_block_put +EXPORT_SYMBOL vmlinux 0xc41b10f4 skb_free_datagram +EXPORT_SYMBOL vmlinux 0xc41f4b77 netlink_set_err +EXPORT_SYMBOL vmlinux 0xc4212ab9 qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xc42dcb99 acpi_evaluate_ost +EXPORT_SYMBOL vmlinux 0xc4402bcb vfs_llseek +EXPORT_SYMBOL vmlinux 0xc449344b icmpv6_ndo_send +EXPORT_SYMBOL vmlinux 0xc452212c utf8_strncasecmp +EXPORT_SYMBOL vmlinux 0xc453d1aa pps_lookup_dev +EXPORT_SYMBOL vmlinux 0xc46796f9 dst_dev_put +EXPORT_SYMBOL vmlinux 0xc4708199 cpm_muram_addr +EXPORT_SYMBOL vmlinux 0xc4777aa9 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xc4ae915e arch_touch_nmi_watchdog +EXPORT_SYMBOL vmlinux 0xc4b1af4a mdio_driver_unregister +EXPORT_SYMBOL vmlinux 0xc4b21d2f qman_get_affine_portal +EXPORT_SYMBOL vmlinux 0xc4b4c74c ip6mr_rule_default +EXPORT_SYMBOL vmlinux 0xc4bb4487 generic_file_llseek +EXPORT_SYMBOL vmlinux 0xc4c0a9c3 of_phy_register_fixed_link +EXPORT_SYMBOL vmlinux 0xc4d1c15a nf_getsockopt +EXPORT_SYMBOL vmlinux 0xc4fbc3e4 icmp6_send +EXPORT_SYMBOL vmlinux 0xc5002f84 free_cgroup_ns +EXPORT_SYMBOL vmlinux 0xc5030202 param_ops_ulong +EXPORT_SYMBOL vmlinux 0xc511ea30 dput +EXPORT_SYMBOL vmlinux 0xc515aa69 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0xc528a49a queued_write_lock_slowpath +EXPORT_SYMBOL vmlinux 0xc535be92 bio_split_to_limits +EXPORT_SYMBOL vmlinux 0xc56c3609 xz_dec_microlzma_reset +EXPORT_SYMBOL vmlinux 0xc57c48a3 idr_get_next +EXPORT_SYMBOL vmlinux 0xc58d5a90 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc59c2845 skb_ext_add +EXPORT_SYMBOL vmlinux 0xc59f8a89 rtnl_configure_link +EXPORT_SYMBOL vmlinux 0xc5b6f236 queue_work_on +EXPORT_SYMBOL vmlinux 0xc5cb6782 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0xc5dd5ac1 watchdog_register_governor +EXPORT_SYMBOL vmlinux 0xc5e74216 release_resource +EXPORT_SYMBOL vmlinux 0xc5ef9c38 udp_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0xc5fd442f netlink_ack +EXPORT_SYMBOL vmlinux 0xc6083362 tegra_dfll_unregister +EXPORT_SYMBOL vmlinux 0xc60d0620 __num_online_cpus +EXPORT_SYMBOL vmlinux 0xc622556f prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc633d82d phy_unregister_fixup +EXPORT_SYMBOL vmlinux 0xc65e4e97 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif +EXPORT_SYMBOL vmlinux 0xc66e7c3b scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0xc6790e64 netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0xc6891a2a __mdiobus_read +EXPORT_SYMBOL vmlinux 0xc69d06ca ethtool_virtdev_set_link_ksettings +EXPORT_SYMBOL vmlinux 0xc69fce52 qcom_scm_qsmmu500_wait_safe_toggle +EXPORT_SYMBOL vmlinux 0xc6b03d0a filemap_check_errors +EXPORT_SYMBOL vmlinux 0xc6c58b38 dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6d09aa9 release_firmware +EXPORT_SYMBOL vmlinux 0xc6f3b3fc refcount_dec_if_one +EXPORT_SYMBOL vmlinux 0xc6f46339 init_timer_key +EXPORT_SYMBOL vmlinux 0xc6fe4e65 d_alloc +EXPORT_SYMBOL vmlinux 0xc708f1fe ec_write +EXPORT_SYMBOL vmlinux 0xc7147458 vfs_create_mount +EXPORT_SYMBOL vmlinux 0xc717d9d1 rproc_resource_cleanup +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc726a493 __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0xc72e5645 rproc_add +EXPORT_SYMBOL vmlinux 0xc736c77d tcf_register_action +EXPORT_SYMBOL vmlinux 0xc7430d30 ppp_dev_name +EXPORT_SYMBOL vmlinux 0xc7532c21 dev_pm_opp_register_notifier +EXPORT_SYMBOL vmlinux 0xc76a331b mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0xc76f4f1c d_mark_dontcache +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc78970bb netdev_next_lower_dev_rcu +EXPORT_SYMBOL vmlinux 0xc7927fcd dma_fence_describe +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7a8bde3 netdev_offload_xstats_disable +EXPORT_SYMBOL vmlinux 0xc7ae1903 security_lock_kernel_down +EXPORT_SYMBOL vmlinux 0xc7c1107a LZ4_decompress_safe +EXPORT_SYMBOL vmlinux 0xc7db02f4 pci_find_capability +EXPORT_SYMBOL vmlinux 0xc7e9450e udp6_set_csum +EXPORT_SYMBOL vmlinux 0xc80ab559 swake_up_one +EXPORT_SYMBOL vmlinux 0xc81b3080 clk_bulk_get +EXPORT_SYMBOL vmlinux 0xc82b5276 kill_pgrp +EXPORT_SYMBOL vmlinux 0xc838c3f5 __ashrti3 +EXPORT_SYMBOL vmlinux 0xc839afed hdmi_audio_infoframe_check +EXPORT_SYMBOL vmlinux 0xc84098d8 vfs_iter_read +EXPORT_SYMBOL vmlinux 0xc848a3d6 fman_reset_mac +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc85e3d4e xudma_get_device +EXPORT_SYMBOL vmlinux 0xc85f94e9 __post_watch_notification +EXPORT_SYMBOL vmlinux 0xc86333e6 pci_read_vpd +EXPORT_SYMBOL vmlinux 0xc8717e52 neigh_table_init +EXPORT_SYMBOL vmlinux 0xc871feea generic_write_checks_count +EXPORT_SYMBOL vmlinux 0xc8729692 dev_driver_string +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc876d24a pm860x_reg_write +EXPORT_SYMBOL vmlinux 0xc8827b75 sysctl_vals +EXPORT_SYMBOL vmlinux 0xc8899611 pci_irq_vector +EXPORT_SYMBOL vmlinux 0xc890c008 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xc8973b11 kobject_get_unless_zero +EXPORT_SYMBOL vmlinux 0xc89846c4 xudma_tchanrt_read +EXPORT_SYMBOL vmlinux 0xc8a3b821 jbd2_fc_get_buf +EXPORT_SYMBOL vmlinux 0xc8a91f5b cpumask_local_spread +EXPORT_SYMBOL vmlinux 0xc8b096a1 ethtool_get_phc_vclocks +EXPORT_SYMBOL vmlinux 0xc8b286d6 backlight_device_get_by_type +EXPORT_SYMBOL vmlinux 0xc8b67c75 devm_gen_pool_create +EXPORT_SYMBOL vmlinux 0xc8c85086 sg_free_table +EXPORT_SYMBOL vmlinux 0xc8dcc62a krealloc +EXPORT_SYMBOL vmlinux 0xc8e4477f udp_gro_receive +EXPORT_SYMBOL vmlinux 0xc8f6f1a2 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0xc9102562 skb_flow_get_icmp_tci +EXPORT_SYMBOL vmlinux 0xc916dd46 __SCK__tp_func_kmalloc +EXPORT_SYMBOL vmlinux 0xc92b9459 of_get_compatible_child +EXPORT_SYMBOL vmlinux 0xc93e8461 acpi_get_event_resources +EXPORT_SYMBOL vmlinux 0xc94b75f0 bioset_init +EXPORT_SYMBOL vmlinux 0xc95dfb10 filemap_dirty_folio +EXPORT_SYMBOL vmlinux 0xc96275ce mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc96d6327 dcb_getapp +EXPORT_SYMBOL vmlinux 0xc96f26c5 block_dirty_folio +EXPORT_SYMBOL vmlinux 0xc972449f mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0xc97f9524 mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0xc9805b62 vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0xc9822234 clk_register_clkdev +EXPORT_SYMBOL vmlinux 0xc98d8d9f eth_platform_get_mac_address +EXPORT_SYMBOL vmlinux 0xc99a57ee timestamp_truncate +EXPORT_SYMBOL vmlinux 0xc99bf57f phy_do_ioctl +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc99fd2df i2c_del_adapter +EXPORT_SYMBOL vmlinux 0xc9a8a286 set_anon_super +EXPORT_SYMBOL vmlinux 0xc9bac46a xfrm_parse_spi +EXPORT_SYMBOL vmlinux 0xc9c5a2c9 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xc9d575ef ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0xc9df055a xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xc9e623ee mmc_get_card +EXPORT_SYMBOL vmlinux 0xc9ed0401 imx_sc_rm_is_resource_owned +EXPORT_SYMBOL vmlinux 0xca0b6a7e neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0xca11a848 gpiochip_irq_relres +EXPORT_SYMBOL vmlinux 0xca1648d4 zstd_decompress_dctx +EXPORT_SYMBOL vmlinux 0xca17ac01 _find_next_andnot_bit +EXPORT_SYMBOL vmlinux 0xca1da3a0 filemap_invalidate_lock_two +EXPORT_SYMBOL vmlinux 0xca21ebd3 bitmap_free +EXPORT_SYMBOL vmlinux 0xca23ee2f dma_find_channel +EXPORT_SYMBOL vmlinux 0xca2a6bef i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0xca387b87 sg_alloc_append_table_from_pages +EXPORT_SYMBOL vmlinux 0xca431c05 wake_bit_function +EXPORT_SYMBOL vmlinux 0xca4866dc copy_page_from_iter_atomic +EXPORT_SYMBOL vmlinux 0xca4eb704 inode_get_bytes +EXPORT_SYMBOL vmlinux 0xca61c0b9 dev_set_mac_address +EXPORT_SYMBOL vmlinux 0xca62afaf xudma_rflow_is_gp +EXPORT_SYMBOL vmlinux 0xca643e76 xfrm_register_type_offload +EXPORT_SYMBOL vmlinux 0xca7cb3f0 set_create_files_as +EXPORT_SYMBOL vmlinux 0xca7faed7 of_find_node_by_name +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xca93cbd6 mdiobus_register_device +EXPORT_SYMBOL vmlinux 0xca9beaa4 __xa_store +EXPORT_SYMBOL vmlinux 0xcaa0e871 netdev_info +EXPORT_SYMBOL vmlinux 0xcac2acf2 pnp_possible_config +EXPORT_SYMBOL vmlinux 0xcad1aca8 acpi_exception +EXPORT_SYMBOL vmlinux 0xcada7533 init_special_inode +EXPORT_SYMBOL vmlinux 0xcaea9fc7 sk_dst_check +EXPORT_SYMBOL vmlinux 0xcaf31d18 tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb07c619 vme_bus_type +EXPORT_SYMBOL vmlinux 0xcb0e9191 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0xcb1a2396 page_pool_get_stats +EXPORT_SYMBOL vmlinux 0xcb300745 netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0xcb366748 free_buffer_head +EXPORT_SYMBOL vmlinux 0xcb36bfc5 sock_no_bind +EXPORT_SYMBOL vmlinux 0xcb3ae215 call_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xcb5258b2 input_match_device_id +EXPORT_SYMBOL vmlinux 0xcb5ad6a5 mipi_dsi_device_unregister +EXPORT_SYMBOL vmlinux 0xcb5d470f blk_execute_rq +EXPORT_SYMBOL vmlinux 0xcb65d936 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0xcb68534c vme_slave_request +EXPORT_SYMBOL vmlinux 0xcb6b0ddc __blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xcb733bf2 acpi_bus_set_power +EXPORT_SYMBOL vmlinux 0xcb78956e i2c_del_driver +EXPORT_SYMBOL vmlinux 0xcb7f07fe tcp_child_process +EXPORT_SYMBOL vmlinux 0xcb8baee6 dquot_quota_sync +EXPORT_SYMBOL vmlinux 0xcb8bc9ab scsi_block_requests +EXPORT_SYMBOL vmlinux 0xcbab0c7d devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbc9f8dd dma_get_sgtable_attrs +EXPORT_SYMBOL vmlinux 0xcbd4898c fortify_panic +EXPORT_SYMBOL vmlinux 0xcbfb33e4 init_opal_dev +EXPORT_SYMBOL vmlinux 0xcbfe489d fqdir_init +EXPORT_SYMBOL vmlinux 0xcbfff56d device_get_ethdev_address +EXPORT_SYMBOL vmlinux 0xcc0409c7 tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0xcc1013d8 vme_dma_list_add +EXPORT_SYMBOL vmlinux 0xcc127e74 skb_flow_dissect_meta +EXPORT_SYMBOL vmlinux 0xcc12c64e __check_sticky +EXPORT_SYMBOL vmlinux 0xcc1b882a idr_get_next_ul +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc328a5c reservation_ww_class +EXPORT_SYMBOL vmlinux 0xcc392eea kmalloc_size_roundup +EXPORT_SYMBOL vmlinux 0xcc3c9a6e pci_alloc_irq_vectors_affinity +EXPORT_SYMBOL vmlinux 0xcc411ed1 ptp_convert_timestamp +EXPORT_SYMBOL vmlinux 0xcc429096 stream_open +EXPORT_SYMBOL vmlinux 0xcc437438 i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0xcc468dae mmc_put_card +EXPORT_SYMBOL vmlinux 0xcc4bce6f unregister_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc50cee7 kernel_recvmsg +EXPORT_SYMBOL vmlinux 0xcc5d22d9 can_do_mlock +EXPORT_SYMBOL vmlinux 0xcca1288b ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0xcca5839d xen_vcpu_id +EXPORT_SYMBOL vmlinux 0xccaf994e dma_fence_set_deadline +EXPORT_SYMBOL vmlinux 0xccba187b locks_remove_posix +EXPORT_SYMBOL vmlinux 0xccd46565 may_setattr +EXPORT_SYMBOL vmlinux 0xccfb9e07 dst_default_metrics +EXPORT_SYMBOL vmlinux 0xccfd2ebc scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0xcd01b8e6 acpi_attach_data +EXPORT_SYMBOL vmlinux 0xcd10195e prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd36d2fe skb_expand_head +EXPORT_SYMBOL vmlinux 0xcd5d8a38 arp_send +EXPORT_SYMBOL vmlinux 0xcd7f60c3 default_qdisc_ops +EXPORT_SYMBOL vmlinux 0xcd8ce890 acpi_format_exception +EXPORT_SYMBOL vmlinux 0xcd9c13a3 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0xcd9cb687 scsi_host_get +EXPORT_SYMBOL vmlinux 0xcda925e2 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0xcda96e71 unpin_user_page +EXPORT_SYMBOL vmlinux 0xcdaced8a qcom_scm_assign_mem +EXPORT_SYMBOL vmlinux 0xcdb519fe seg6_push_hmac +EXPORT_SYMBOL vmlinux 0xcdbbb61f tty_lock +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdddc4d4 xen_alloc_ballooned_pages +EXPORT_SYMBOL vmlinux 0xcde31e8e phy_device_create +EXPORT_SYMBOL vmlinux 0xcde77bcc free_opal_dev +EXPORT_SYMBOL vmlinux 0xcdf0ccef md_bitmap_free +EXPORT_SYMBOL vmlinux 0xce0342e1 seg6_hmac_info_del +EXPORT_SYMBOL vmlinux 0xce08a46e of_graph_is_present +EXPORT_SYMBOL vmlinux 0xce11897f dma_fence_array_create +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce2a8d23 follow_pfn +EXPORT_SYMBOL vmlinux 0xce328294 setattr_should_drop_suidgid +EXPORT_SYMBOL vmlinux 0xce3b34e8 build_skb +EXPORT_SYMBOL vmlinux 0xce4329ff bio_alloc_clone +EXPORT_SYMBOL vmlinux 0xce4cdb8e fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xce4e47b6 __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0xce51c958 cfb_copyarea +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce5aee7a inode_query_iversion +EXPORT_SYMBOL vmlinux 0xce650756 mmc_gpio_set_cd_isr +EXPORT_SYMBOL vmlinux 0xce720f28 mtree_destroy +EXPORT_SYMBOL vmlinux 0xce731b34 ucc_slow_get_qe_cr_subblock +EXPORT_SYMBOL vmlinux 0xce76c257 acpi_get_irq_routing_table +EXPORT_SYMBOL vmlinux 0xce807a25 up_write +EXPORT_SYMBOL vmlinux 0xcea7a1db iommu_put_resv_regions +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xceb7a76f inode_set_ctime_current +EXPORT_SYMBOL vmlinux 0xceb7ad9d wireless_spy_update +EXPORT_SYMBOL vmlinux 0xcec8d324 dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0xced0f4d4 gen_pool_create +EXPORT_SYMBOL vmlinux 0xcedf102c rproc_put +EXPORT_SYMBOL vmlinux 0xcef88fc6 thread_group_exited +EXPORT_SYMBOL vmlinux 0xcefb0c9f __mutex_init +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xceff5f18 mipi_dsi_dcs_set_tear_scanline +EXPORT_SYMBOL vmlinux 0xcf19944c netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0xcf2a6966 up +EXPORT_SYMBOL vmlinux 0xcf2ea86b __tracepoint_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xcf2f1f19 _dev_printk +EXPORT_SYMBOL vmlinux 0xcf32ff70 __f_setown +EXPORT_SYMBOL vmlinux 0xcf3b69b3 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xcf46fd84 seq_path +EXPORT_SYMBOL vmlinux 0xcf4da112 security_dentry_create_files_as +EXPORT_SYMBOL vmlinux 0xcf4fdd4d _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0xcf50c6d2 unpin_user_pages_dirty_lock +EXPORT_SYMBOL vmlinux 0xcf5d5b32 sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0xcf87735e __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xcf91ec8c dma_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0xcf9661d5 get_vm_area +EXPORT_SYMBOL vmlinux 0xcf9b558d touchscreen_set_mt_pos +EXPORT_SYMBOL vmlinux 0xcfa445b0 sock_recvmsg +EXPORT_SYMBOL vmlinux 0xcfb3dcdd write_inode_now +EXPORT_SYMBOL vmlinux 0xcfb48e98 genphy_read_master_slave +EXPORT_SYMBOL vmlinux 0xcfb71fb3 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0xcfc9deaf atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0xcfd884a8 __hsiphash_unaligned +EXPORT_SYMBOL vmlinux 0xcfdc6c01 devm_free_irq +EXPORT_SYMBOL vmlinux 0xcfeb98a8 acpi_processor_register_performance +EXPORT_SYMBOL vmlinux 0xcfebbcd7 vlan_vid_add +EXPORT_SYMBOL vmlinux 0xcff1046b fault_in_iov_iter_readable +EXPORT_SYMBOL vmlinux 0xcff421fc phy_device_register +EXPORT_SYMBOL vmlinux 0xd0042364 netdev_offload_xstats_push_delta +EXPORT_SYMBOL vmlinux 0xd0117e44 nf_reinject +EXPORT_SYMBOL vmlinux 0xd0209b4d pldmfw_op_pci_match_record +EXPORT_SYMBOL vmlinux 0xd0247e47 __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0xd04c1a64 sysctl_devconf_inherit_init_net +EXPORT_SYMBOL vmlinux 0xd0654aba woken_wake_function +EXPORT_SYMBOL vmlinux 0xd06d81b6 inet_frag_kill +EXPORT_SYMBOL vmlinux 0xd074a2c1 i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0xd0760fc0 kfree_sensitive +EXPORT_SYMBOL vmlinux 0xd095ee6f netif_inherit_tso_max +EXPORT_SYMBOL vmlinux 0xd0b74705 acpi_install_interface +EXPORT_SYMBOL vmlinux 0xd0d4537b serio_close +EXPORT_SYMBOL vmlinux 0xd0e8b8f0 tcp_sock_set_syncnt +EXPORT_SYMBOL vmlinux 0xd0f66e50 mmc_cqe_start_req +EXPORT_SYMBOL vmlinux 0xd0f93b67 to_nd_btt +EXPORT_SYMBOL vmlinux 0xd111efde genphy_read_status_fixed +EXPORT_SYMBOL vmlinux 0xd1241fcd phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0xd1363cc1 ucs2_strsize +EXPORT_SYMBOL vmlinux 0xd138f046 mmc_register_driver +EXPORT_SYMBOL vmlinux 0xd1415acc __bread_gfp +EXPORT_SYMBOL vmlinux 0xd1445333 get_tree_bdev +EXPORT_SYMBOL vmlinux 0xd14b2543 tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0xd15cb96e nla_put +EXPORT_SYMBOL vmlinux 0xd16001d8 netlink_ns_capable +EXPORT_SYMBOL vmlinux 0xd16b8867 sock_no_sendmsg_locked +EXPORT_SYMBOL vmlinux 0xd180acf4 tcp_add_backlog +EXPORT_SYMBOL vmlinux 0xd18e8326 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0xd194ddf9 acpi_gpe_count +EXPORT_SYMBOL vmlinux 0xd1aa6f6b devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0xd1ac20d2 ps2_begin_command +EXPORT_SYMBOL vmlinux 0xd1adfd2b d_instantiate_anon +EXPORT_SYMBOL vmlinux 0xd1b7a54b device_add_disk +EXPORT_SYMBOL vmlinux 0xd1c0577a of_find_node_with_property +EXPORT_SYMBOL vmlinux 0xd1c2c6e4 bmap +EXPORT_SYMBOL vmlinux 0xd1c6c6ed __hw_addr_ref_unsync_dev +EXPORT_SYMBOL vmlinux 0xd1c6d5c4 skb_clone_sk +EXPORT_SYMBOL vmlinux 0xd1d18eeb ip6_frag_next +EXPORT_SYMBOL vmlinux 0xd1d87e92 scsi_mlreturn_string +EXPORT_SYMBOL vmlinux 0xd1ec9aea tcp_sock_set_keepcnt +EXPORT_SYMBOL vmlinux 0xd1f9b09a fs_context_for_submount +EXPORT_SYMBOL vmlinux 0xd20352c1 generic_file_fsync +EXPORT_SYMBOL vmlinux 0xd2051916 qcom_scm_cpu_power_down +EXPORT_SYMBOL vmlinux 0xd206c0ed dump_skip +EXPORT_SYMBOL vmlinux 0xd2237016 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0xd24108d4 rfkill_soft_blocked +EXPORT_SYMBOL vmlinux 0xd24c2afe i2c_find_device_by_fwnode +EXPORT_SYMBOL vmlinux 0xd2582f8f __SCK__tp_func_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xd25bc5d4 csum_tcpudp_nofold +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd2800691 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0xd288ebcb i2c_put_adapter +EXPORT_SYMBOL vmlinux 0xd2949c27 generic_block_bmap +EXPORT_SYMBOL vmlinux 0xd2b134ec param_get_ushort +EXPORT_SYMBOL vmlinux 0xd2b46a3c vme_unregister_error_handler +EXPORT_SYMBOL vmlinux 0xd2b77a47 fs_param_is_u64 +EXPORT_SYMBOL vmlinux 0xd2c749f8 dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0xd2d88506 netdev_offload_xstats_report_used +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2df382f __sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0xd2e2a9d0 hdmi_spd_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0xd2e52139 fib_notifier_ops_unregister +EXPORT_SYMBOL vmlinux 0xd2ea49b8 acpi_leave_sleep_state_prep +EXPORT_SYMBOL vmlinux 0xd2f734f0 netpoll_parse_options +EXPORT_SYMBOL vmlinux 0xd2fa3b31 iptun_encaps +EXPORT_SYMBOL vmlinux 0xd30042b0 tegra_dfll_runtime_suspend +EXPORT_SYMBOL vmlinux 0xd306c526 skb_vlan_untag +EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible +EXPORT_SYMBOL vmlinux 0xd324e0c8 netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0xd3295d23 cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0xd336aaa7 ppp_register_channel +EXPORT_SYMBOL vmlinux 0xd346fcbf param_set_short +EXPORT_SYMBOL vmlinux 0xd34f257a sk_stream_error +EXPORT_SYMBOL vmlinux 0xd354f1fa jbd2_journal_start +EXPORT_SYMBOL vmlinux 0xd3559ef4 __memset +EXPORT_SYMBOL vmlinux 0xd35a6d31 mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xd35cce70 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xd3652aa3 skb_seq_read +EXPORT_SYMBOL vmlinux 0xd36dc10c get_random_u32 +EXPORT_SYMBOL vmlinux 0xd36e3d59 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0xd3901a54 register_shrinker +EXPORT_SYMBOL vmlinux 0xd398ac05 __inet_stream_connect +EXPORT_SYMBOL vmlinux 0xd3f1a97a io_uring_destruct_scm +EXPORT_SYMBOL vmlinux 0xd3fe50a6 kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xd406d266 fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xd4140548 inode_update_time +EXPORT_SYMBOL vmlinux 0xd41c0e09 bpf_link_put +EXPORT_SYMBOL vmlinux 0xd4212e05 backlight_force_update +EXPORT_SYMBOL vmlinux 0xd4235ee4 irq_domain_set_info +EXPORT_SYMBOL vmlinux 0xd4278de5 configfs_unregister_subsystem +EXPORT_SYMBOL vmlinux 0xd42920e4 pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0xd42d8512 napi_complete_done +EXPORT_SYMBOL vmlinux 0xd4579aa7 mdiobus_get_phy +EXPORT_SYMBOL vmlinux 0xd45cc6ca bin2hex +EXPORT_SYMBOL vmlinux 0xd469bccc __tracepoint_mmap_lock_released +EXPORT_SYMBOL vmlinux 0xd479807f md_wakeup_thread +EXPORT_SYMBOL vmlinux 0xd4835ef8 dmi_check_system +EXPORT_SYMBOL vmlinux 0xd489635b handshake_req_submit +EXPORT_SYMBOL vmlinux 0xd4a69d20 qm_channel_caam +EXPORT_SYMBOL vmlinux 0xd4afea5d free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0xd4b0c9c1 security_unix_may_send +EXPORT_SYMBOL vmlinux 0xd4bb4a82 inet6addr_validator_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xd4d1983c udplite_table +EXPORT_SYMBOL vmlinux 0xd4d58143 pin_user_pages_remote +EXPORT_SYMBOL vmlinux 0xd4e38182 skb_kill_datagram +EXPORT_SYMBOL vmlinux 0xd50a1676 i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0xd5241676 jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0xd5263820 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xd530b3d4 iov_iter_kvec +EXPORT_SYMBOL vmlinux 0xd5346bfc acpi_get_possible_resources +EXPORT_SYMBOL vmlinux 0xd593c6c2 pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0xd597dae3 simple_setattr +EXPORT_SYMBOL vmlinux 0xd59bd967 __napi_alloc_skb +EXPORT_SYMBOL vmlinux 0xd5a5df1a md_integrity_register +EXPORT_SYMBOL vmlinux 0xd5a7dc4b netdev_set_sb_channel +EXPORT_SYMBOL vmlinux 0xd5b3d0d5 xxh64_copy_state +EXPORT_SYMBOL vmlinux 0xd5d0e48e fs_param_is_blob +EXPORT_SYMBOL vmlinux 0xd5e0e40f vm_iomap_memory +EXPORT_SYMBOL vmlinux 0xd5f3b48a dquot_file_open +EXPORT_SYMBOL vmlinux 0xd5fd90f1 prepare_to_wait +EXPORT_SYMBOL vmlinux 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL vmlinux 0xd6085727 nd_device_unregister +EXPORT_SYMBOL vmlinux 0xd62b1e45 trace_print_flags_seq +EXPORT_SYMBOL vmlinux 0xd62ecd49 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xd642f3f6 video_firmware_drivers_only +EXPORT_SYMBOL vmlinux 0xd643239a acpi_leave_sleep_state +EXPORT_SYMBOL vmlinux 0xd64f27bd iov_iter_alignment +EXPORT_SYMBOL vmlinux 0xd6514037 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0xd66c8184 add_device_randomness +EXPORT_SYMBOL vmlinux 0xd68c5a1f adjust_resource +EXPORT_SYMBOL vmlinux 0xd6a91f54 twl_i2c_read +EXPORT_SYMBOL vmlinux 0xd6b2fdf5 jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xd6eaaea1 full_name_hash +EXPORT_SYMBOL vmlinux 0xd6edf1be netdev_txq_to_tc +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6f0046f generic_write_end +EXPORT_SYMBOL vmlinux 0xd6fde043 is_module_sig_enforced +EXPORT_SYMBOL vmlinux 0xd705137e devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0xd7065caa fs_param_is_path +EXPORT_SYMBOL vmlinux 0xd70d35a1 gf128mul_4k_bbe +EXPORT_SYMBOL vmlinux 0xd70f62b6 acpi_os_execute +EXPORT_SYMBOL vmlinux 0xd71104b3 vm_node_stat +EXPORT_SYMBOL vmlinux 0xd7140648 qdisc_offload_graft_helper +EXPORT_SYMBOL vmlinux 0xd72919d9 seq_lseek +EXPORT_SYMBOL vmlinux 0xd7356c1c ns_capable_setid +EXPORT_SYMBOL vmlinux 0xd73653c4 freezer_active +EXPORT_SYMBOL vmlinux 0xd738ca1b phy_unregister_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xd73a294f mtree_erase +EXPORT_SYMBOL vmlinux 0xd73c4762 generic_pipe_buf_try_steal +EXPORT_SYMBOL vmlinux 0xd73c8c2b synchronize_shrinkers +EXPORT_SYMBOL vmlinux 0xd7482f05 vcalloc +EXPORT_SYMBOL vmlinux 0xd7632834 __hw_addr_ref_sync_dev +EXPORT_SYMBOL vmlinux 0xd76eb8b6 follow_down_one +EXPORT_SYMBOL vmlinux 0xd794f8ba platform_get_ethdev_address +EXPORT_SYMBOL vmlinux 0xd7987177 utf8_load +EXPORT_SYMBOL vmlinux 0xd7a9e32f gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0xd7afc3d0 pci_choose_state +EXPORT_SYMBOL vmlinux 0xd7beea54 fault_in_iov_iter_writeable +EXPORT_SYMBOL vmlinux 0xd7d280ad irq_poll_complete +EXPORT_SYMBOL vmlinux 0xd7e1f4b8 pid_task +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7e637a3 inet_frag_rbtree_purge +EXPORT_SYMBOL vmlinux 0xd7e95963 dst_release +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7ede05a acpi_device_hid +EXPORT_SYMBOL vmlinux 0xd7ff1b8a __ashlti3 +EXPORT_SYMBOL vmlinux 0xd8016a89 iov_iter_get_pages2 +EXPORT_SYMBOL vmlinux 0xd8074aea xfrm_state_free +EXPORT_SYMBOL vmlinux 0xd80a11bb is_bad_inode +EXPORT_SYMBOL vmlinux 0xd811aa71 unmap_mapping_range +EXPORT_SYMBOL vmlinux 0xd8131274 qman_alloc_cgrid_range +EXPORT_SYMBOL vmlinux 0xd828f063 xudma_tchanrt_write +EXPORT_SYMBOL vmlinux 0xd83898d5 nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xd838ad2e seq_file_path +EXPORT_SYMBOL vmlinux 0xd83a6bf2 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0xd8672204 xen_free_ballooned_pages +EXPORT_SYMBOL vmlinux 0xd867c326 dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd8a994eb scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0xd8b61304 get_default_font +EXPORT_SYMBOL vmlinux 0xd8b6d96f __find_nth_and_bit +EXPORT_SYMBOL vmlinux 0xd8da7853 param_ops_uint +EXPORT_SYMBOL vmlinux 0xd8df08ac acpi_handle_printk +EXPORT_SYMBOL vmlinux 0xd8df4fa6 lookup_one +EXPORT_SYMBOL vmlinux 0xd8e0cc6c fb_prepare_logo +EXPORT_SYMBOL vmlinux 0xd907ee67 rw_verify_area +EXPORT_SYMBOL vmlinux 0xd915d63f alloc_buffer_head +EXPORT_SYMBOL vmlinux 0xd91f6ab6 strnlen_user +EXPORT_SYMBOL vmlinux 0xd9277737 pnp_release_card_device +EXPORT_SYMBOL vmlinux 0xd92deb6b acpi_evaluate_object +EXPORT_SYMBOL vmlinux 0xd9326d54 xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0xd933a211 ipmr_rule_default +EXPORT_SYMBOL vmlinux 0xd9376314 truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0xd93bc29a textsearch_register +EXPORT_SYMBOL vmlinux 0xd9491c14 xa_destroy +EXPORT_SYMBOL vmlinux 0xd94c2110 kmalloc_caches +EXPORT_SYMBOL vmlinux 0xd9507827 copy_splice_read +EXPORT_SYMBOL vmlinux 0xd97f2013 devfreq_update_interval +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd98ae410 thermal_zone_device_critical +EXPORT_SYMBOL vmlinux 0xd98d0bb1 flow_rule_match_enc_control +EXPORT_SYMBOL vmlinux 0xd98e2b55 sock_kzfree_s +EXPORT_SYMBOL vmlinux 0xd99d0cb4 arp_tbl +EXPORT_SYMBOL vmlinux 0xd9a43e8b pcie_set_readrq +EXPORT_SYMBOL vmlinux 0xd9a5ea54 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xd9a65679 input_register_handle +EXPORT_SYMBOL vmlinux 0xd9b023f2 xsk_clear_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0xd9b85ef6 lockref_get +EXPORT_SYMBOL vmlinux 0xd9b8eaea __SCK__tp_func_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xd9c9d2f1 __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0xd9d11c13 twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0xd9d6e2ed dump_skip_to +EXPORT_SYMBOL vmlinux 0xd9d8fd16 register_restart_handler +EXPORT_SYMBOL vmlinux 0xd9d952d1 crypto_aes_sbox +EXPORT_SYMBOL vmlinux 0xd9db043e tegra_dfll_register +EXPORT_SYMBOL vmlinux 0xd9fdd867 dma_resv_init +EXPORT_SYMBOL vmlinux 0xda10443c xudma_tchan_get_id +EXPORT_SYMBOL vmlinux 0xda24e8c4 sock_wfree +EXPORT_SYMBOL vmlinux 0xda29e3cc tcf_block_get +EXPORT_SYMBOL vmlinux 0xda31b9f4 blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0xda379474 cdrom_ioctl +EXPORT_SYMBOL vmlinux 0xda3ba648 mmc_retune_pause +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda3de6dd cros_ec_query_all +EXPORT_SYMBOL vmlinux 0xda3f8a71 nla_append +EXPORT_SYMBOL vmlinux 0xda4cc5e9 dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0xda64a03b md_error +EXPORT_SYMBOL vmlinux 0xda6dc4bb send_sig +EXPORT_SYMBOL vmlinux 0xda812a18 __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xda9c3b4a fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0xdac4913a bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0xdac61f9c blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0xdaca820e dynamic_preempt_schedule +EXPORT_SYMBOL vmlinux 0xdad1fc3f zstd_flush_stream +EXPORT_SYMBOL vmlinux 0xdad7dab5 pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0xdaf4293d mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0xdaf837dc udp_gro_complete +EXPORT_SYMBOL vmlinux 0xdafa9b15 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0xdb12b64e sock_efree +EXPORT_SYMBOL vmlinux 0xdb1edee6 hdmi_infoframe_unpack +EXPORT_SYMBOL vmlinux 0xdb26fd3e register_framebuffer +EXPORT_SYMBOL vmlinux 0xdb32c366 qdisc_hash_add +EXPORT_SYMBOL vmlinux 0xdb40e4fd dma_free_attrs +EXPORT_SYMBOL vmlinux 0xdb4f4e74 mipi_dsi_dcs_set_tear_off +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb71bad5 __phy_write_mmd +EXPORT_SYMBOL vmlinux 0xdb742e1d mipi_dsi_dcs_exit_sleep_mode +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb7b3f0a __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0xdb8624c3 of_count_phandle_with_args +EXPORT_SYMBOL vmlinux 0xdba07914 phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0xdba20e12 blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0xdbc43e6a qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xdbcbc467 noop_dirty_folio +EXPORT_SYMBOL vmlinux 0xdbcf041a acpi_install_address_space_handler +EXPORT_SYMBOL vmlinux 0xdbd04b40 twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0xdbdf6c92 ioport_resource +EXPORT_SYMBOL vmlinux 0xdc0e4855 timer_delete +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc27a28f truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0xdc31a81d xp_alloc +EXPORT_SYMBOL vmlinux 0xdc34158f fman_port_init +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc49c198 reciprocal_value_adv +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc5c49f0 cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0xdc618e4d inode_init_owner +EXPORT_SYMBOL vmlinux 0xdc7240cd mini_qdisc_pair_swap +EXPORT_SYMBOL vmlinux 0xdc8ccf1d input_unregister_device +EXPORT_SYMBOL vmlinux 0xdc965cd9 vfs_iter_write +EXPORT_SYMBOL vmlinux 0xdca8c3d4 logic_outb +EXPORT_SYMBOL vmlinux 0xdcb764ad memset +EXPORT_SYMBOL vmlinux 0xdcbeba1d sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0xdcdc0040 slhc_compress +EXPORT_SYMBOL vmlinux 0xdcdc048c mr_table_dump +EXPORT_SYMBOL vmlinux 0xdcf21fe3 tegra_ivc_notified +EXPORT_SYMBOL vmlinux 0xdcff2cfc pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0xdcff3568 tcp_prot +EXPORT_SYMBOL vmlinux 0xdd11fae6 simple_transaction_set +EXPORT_SYMBOL vmlinux 0xdd18a993 acpi_check_dsm +EXPORT_SYMBOL vmlinux 0xdd2c169b mb_cache_create +EXPORT_SYMBOL vmlinux 0xdd353c0c of_get_mac_address_nvmem +EXPORT_SYMBOL vmlinux 0xdd476d97 kernel_listen +EXPORT_SYMBOL vmlinux 0xdd4d55b6 _raw_read_unlock +EXPORT_SYMBOL vmlinux 0xdd5220b7 netif_tx_lock +EXPORT_SYMBOL vmlinux 0xdd5e4cea rtnl_nla_parse_ifinfomsg +EXPORT_SYMBOL vmlinux 0xdd64e639 strscpy +EXPORT_SYMBOL vmlinux 0xdd75811a uart_add_one_port +EXPORT_SYMBOL vmlinux 0xdd7e3192 qcom_scm_pas_auth_and_reset +EXPORT_SYMBOL vmlinux 0xdd8348b4 sync_file_create +EXPORT_SYMBOL vmlinux 0xdd849d51 scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0xdd89ae86 mdiobus_write_nested +EXPORT_SYMBOL vmlinux 0xdd954577 dm_unregister_target +EXPORT_SYMBOL vmlinux 0xdda26eb5 devm_rproc_add +EXPORT_SYMBOL vmlinux 0xdda96dcc phy_attach +EXPORT_SYMBOL vmlinux 0xddad7952 acpi_dbg_level +EXPORT_SYMBOL vmlinux 0xddb5fffd rtnl_create_link +EXPORT_SYMBOL vmlinux 0xddc16d97 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0xdddbe021 serio_rescan +EXPORT_SYMBOL vmlinux 0xddde6668 phy_support_asym_pause +EXPORT_SYMBOL vmlinux 0xdddef842 folio_mapping +EXPORT_SYMBOL vmlinux 0xddf0fec0 blk_integrity_register +EXPORT_SYMBOL vmlinux 0xddf6ad7a completion_done +EXPORT_SYMBOL vmlinux 0xddfdb8ac tcp_md5_needed +EXPORT_SYMBOL vmlinux 0xde293f9e add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xde3b0812 __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0xde4d9854 vfs_readlink +EXPORT_SYMBOL vmlinux 0xde607e73 genphy_write_mmd_unsupported +EXPORT_SYMBOL vmlinux 0xde64c0a3 blk_start_plug +EXPORT_SYMBOL vmlinux 0xde67419e sg_split +EXPORT_SYMBOL vmlinux 0xde6ca3bf tc_setup_offload_action +EXPORT_SYMBOL vmlinux 0xde762c52 qdisc_watchdog_init_clockid +EXPORT_SYMBOL vmlinux 0xde86400e pci_ep_cfs_remove_epc_group +EXPORT_SYMBOL vmlinux 0xdea3fba8 acpi_device_set_power +EXPORT_SYMBOL vmlinux 0xdeb0f55a inet_sock_destruct +EXPORT_SYMBOL vmlinux 0xdeb99119 dma_fence_init +EXPORT_SYMBOL vmlinux 0xdeccb4d7 handshake_req_cancel +EXPORT_SYMBOL vmlinux 0xdecf4fdd proc_create_seq_private +EXPORT_SYMBOL vmlinux 0xded39a6b gen_kill_estimator +EXPORT_SYMBOL vmlinux 0xdee4a801 file_update_time +EXPORT_SYMBOL vmlinux 0xdeecb8b9 d_add_ci +EXPORT_SYMBOL vmlinux 0xdef68d34 flow_keys_basic_dissector +EXPORT_SYMBOL vmlinux 0xdef7c893 fb_match_mode +EXPORT_SYMBOL vmlinux 0xdefd4f8f __netif_napi_del +EXPORT_SYMBOL vmlinux 0xdf0df5e9 skb_dequeue +EXPORT_SYMBOL vmlinux 0xdf17924d of_get_property +EXPORT_SYMBOL vmlinux 0xdf256037 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0xdf257004 uart_unregister_driver +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf2ebb87 _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xdf36914b xa_find_after +EXPORT_SYMBOL vmlinux 0xdf37f2f6 sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0xdf508189 backlight_device_set_brightness +EXPORT_SYMBOL vmlinux 0xdf521442 _find_next_zero_bit +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf70389e cros_ec_cmd_xfer +EXPORT_SYMBOL vmlinux 0xdf71f77d inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0xdf8c0311 security_path_mknod +EXPORT_SYMBOL vmlinux 0xdf8c695a __ndelay +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdf9384bc tcf_idr_check_alloc +EXPORT_SYMBOL vmlinux 0xdf93b9d8 timespec64_to_jiffies +EXPORT_SYMBOL vmlinux 0xdf93e117 flow_rule_match_l2tpv3 +EXPORT_SYMBOL vmlinux 0xdf9575a3 udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0xdf9734a7 sg_nents +EXPORT_SYMBOL vmlinux 0xdfa5f94d security_cred_getsecid +EXPORT_SYMBOL vmlinux 0xdfc12ef1 zstd_decompress_stream +EXPORT_SYMBOL vmlinux 0xdfcc992c current_work +EXPORT_SYMBOL vmlinux 0xdfd0b251 dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0xdfd8110c flow_block_cb_is_busy +EXPORT_SYMBOL vmlinux 0xdfda65cf netlbl_calipso_ops_register +EXPORT_SYMBOL vmlinux 0xdfdea8ef is_subdir +EXPORT_SYMBOL vmlinux 0xdfe56bbd sock_sendmsg +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xdff92ee8 page_pool_put_page_bulk +EXPORT_SYMBOL vmlinux 0xdffb704d acpi_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xdffc80fc vesa_modes +EXPORT_SYMBOL vmlinux 0xe0067703 uart_resume_port +EXPORT_SYMBOL vmlinux 0xe02c5b52 dev_load +EXPORT_SYMBOL vmlinux 0xe02c9c92 __xa_erase +EXPORT_SYMBOL vmlinux 0xe0419ac4 kstrtos16 +EXPORT_SYMBOL vmlinux 0xe0439b2e param_ops_dyndbg_classes +EXPORT_SYMBOL vmlinux 0xe051fe72 import_single_range +EXPORT_SYMBOL vmlinux 0xe058fe0e netdev_printk +EXPORT_SYMBOL vmlinux 0xe061f36b pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0xe07444f0 rpmh_write_batch +EXPORT_SYMBOL vmlinux 0xe07e5f44 acpi_reconfig_notifier_unregister +EXPORT_SYMBOL vmlinux 0xe080e8f0 set_current_groups +EXPORT_SYMBOL vmlinux 0xe082e88d acpi_check_address_range +EXPORT_SYMBOL vmlinux 0xe091c977 list_sort +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b9065b security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xe0bcc7a4 scsi_done_direct +EXPORT_SYMBOL vmlinux 0xe0bef318 icst_hz_to_vco +EXPORT_SYMBOL vmlinux 0xe0cdd5b4 proc_set_size +EXPORT_SYMBOL vmlinux 0xe0cf5bd3 mipi_dsi_generic_write +EXPORT_SYMBOL vmlinux 0xe0e574dc blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe1144b40 rproc_vq_interrupt +EXPORT_SYMBOL vmlinux 0xe123f3d9 dma_fence_release +EXPORT_SYMBOL vmlinux 0xe12bda79 vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xe1317694 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0xe131fb11 pci_rebar_get_possible_sizes +EXPORT_SYMBOL vmlinux 0xe138fb8c percpu_counter_add_batch +EXPORT_SYMBOL vmlinux 0xe13cd8a7 dmi_name_in_vendors +EXPORT_SYMBOL vmlinux 0xe13d8ac3 hash_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0xe14911ae folio_migrate_mapping +EXPORT_SYMBOL vmlinux 0xe14ac2ff vma_set_file +EXPORT_SYMBOL vmlinux 0xe1693f77 tcf_get_next_proto +EXPORT_SYMBOL vmlinux 0xe17568e3 dma_fence_signal_timestamp_locked +EXPORT_SYMBOL vmlinux 0xe17e996e dcb_delrewr +EXPORT_SYMBOL vmlinux 0xe187fce7 arp_create +EXPORT_SYMBOL vmlinux 0xe196977e blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0xe1cbf9ad con_is_visible +EXPORT_SYMBOL vmlinux 0xe1ccbc59 generic_setlease +EXPORT_SYMBOL vmlinux 0xe1dcf64a audit_log_format +EXPORT_SYMBOL vmlinux 0xe1e7d32f tcf_idr_release +EXPORT_SYMBOL vmlinux 0xe20fc0ee pcie_print_link_status +EXPORT_SYMBOL vmlinux 0xe21d49a7 seq_puts +EXPORT_SYMBOL vmlinux 0xe21f18ac __genradix_iter_peek +EXPORT_SYMBOL vmlinux 0xe222229d neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0xe224e6ff jbd2_journal_inode_ranged_wait +EXPORT_SYMBOL vmlinux 0xe22e2096 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0xe23aec32 netdev_emerg +EXPORT_SYMBOL vmlinux 0xe24d5718 xfrm6_rcv_encap +EXPORT_SYMBOL vmlinux 0xe24f1c14 of_graph_get_remote_port +EXPORT_SYMBOL vmlinux 0xe254b3b9 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0xe26228a8 proc_mkdir +EXPORT_SYMBOL vmlinux 0xe28b0ce8 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0xe2964344 __wake_up +EXPORT_SYMBOL vmlinux 0xe298fe28 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0xe2bbfa56 proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xe2bee160 pci_iomap_range +EXPORT_SYMBOL vmlinux 0xe2c97468 pci_remove_bus +EXPORT_SYMBOL vmlinux 0xe2d04399 tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0xe2d49931 vm_insert_pages +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2d68c1d ps2_drain +EXPORT_SYMBOL vmlinux 0xe2d77578 mr_dump +EXPORT_SYMBOL vmlinux 0xe2d8edae add_to_page_cache_lru +EXPORT_SYMBOL vmlinux 0xe2ede626 dev_get_iflink +EXPORT_SYMBOL vmlinux 0xe2fe170b pci_enable_wake +EXPORT_SYMBOL vmlinux 0xe3119d34 __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0xe31d7ef0 mr_rtm_dumproute +EXPORT_SYMBOL vmlinux 0xe31ffa5d sys_fillrect +EXPORT_SYMBOL vmlinux 0xe3224708 napi_get_frags +EXPORT_SYMBOL vmlinux 0xe32a25e2 xp_dma_sync_for_cpu_slow +EXPORT_SYMBOL vmlinux 0xe32ab4d8 xxh64_digest +EXPORT_SYMBOL vmlinux 0xe33ca902 skb_checksum +EXPORT_SYMBOL vmlinux 0xe367c17d inet6_ioctl +EXPORT_SYMBOL vmlinux 0xe392bb00 security_binder_transfer_binder +EXPORT_SYMBOL vmlinux 0xe396773e fb_set_suspend +EXPORT_SYMBOL vmlinux 0xe39b2ea5 sha256 +EXPORT_SYMBOL vmlinux 0xe39e377f fscrypt_ioctl_get_policy +EXPORT_SYMBOL vmlinux 0xe3a4caf3 mmc_start_request +EXPORT_SYMBOL vmlinux 0xe3a7b720 add_to_pipe +EXPORT_SYMBOL vmlinux 0xe3ad3046 __sg_page_iter_dma_next +EXPORT_SYMBOL vmlinux 0xe3c6d1e7 __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0xe3e90dc6 reuseport_detach_sock +EXPORT_SYMBOL vmlinux 0xe3ec2f2b alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0xe3fd13de km_state_expired +EXPORT_SYMBOL vmlinux 0xe3feb935 inet_frag_reasm_finish +EXPORT_SYMBOL vmlinux 0xe3feba56 tasklet_unlock_spin_wait +EXPORT_SYMBOL vmlinux 0xe3ff2c41 get_random_u64 +EXPORT_SYMBOL vmlinux 0xe40976c0 pnp_range_reserved +EXPORT_SYMBOL vmlinux 0xe40c37ea down_write_trylock +EXPORT_SYMBOL vmlinux 0xe42cbec6 scsi_vpd_tpg_id +EXPORT_SYMBOL vmlinux 0xe4342e77 mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0xe437ba22 ethtool_aggregate_mac_stats +EXPORT_SYMBOL vmlinux 0xe43d9668 xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xe444e215 param_get_byte +EXPORT_SYMBOL vmlinux 0xe4513efb pci_iomap +EXPORT_SYMBOL vmlinux 0xe46021ca _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xe480ad63 csum_and_copy_from_iter +EXPORT_SYMBOL vmlinux 0xe48b72c7 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0xe48d6a70 from_kgid +EXPORT_SYMBOL vmlinux 0xe48ecacb scsi_execute_cmd +EXPORT_SYMBOL vmlinux 0xe4b47966 truncate_pagecache +EXPORT_SYMBOL vmlinux 0xe4bbc1dd kimage_voffset +EXPORT_SYMBOL vmlinux 0xe4bc2c2f hdmi_drm_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe4bcf380 mipi_dsi_generic_read +EXPORT_SYMBOL vmlinux 0xe4c3d4a0 seg6_hmac_info_lookup +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe526fea2 ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0xe52a3cb4 tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0xe52e8852 kernel_tmpfile_open +EXPORT_SYMBOL vmlinux 0xe5364407 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0xe5536a7a param_get_long +EXPORT_SYMBOL vmlinux 0xe5691491 blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0xe5789421 ip_local_deliver +EXPORT_SYMBOL vmlinux 0xe5789eb6 update_region +EXPORT_SYMBOL vmlinux 0xe57a7849 tty_port_put +EXPORT_SYMBOL vmlinux 0xe57feefb qcom_scm_ocmem_unlock +EXPORT_SYMBOL vmlinux 0xe58090ca security_ib_endport_manage_subnet +EXPORT_SYMBOL vmlinux 0xe58d56c8 dma_resv_reserve_fences +EXPORT_SYMBOL vmlinux 0xe590043d security_sctp_assoc_established +EXPORT_SYMBOL vmlinux 0xe590dea3 sk_busy_loop_end +EXPORT_SYMBOL vmlinux 0xe5b047ca edac_mc_find +EXPORT_SYMBOL vmlinux 0xe5b5d3c6 mipi_dsi_dcs_set_display_on +EXPORT_SYMBOL vmlinux 0xe5c35e90 phy_reset_after_clk_enable +EXPORT_SYMBOL vmlinux 0xe5c60bd2 percpu_counter_set +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5cee291 register_sysctl_mount_point +EXPORT_SYMBOL vmlinux 0xe6031dbb vfs_path_lookup +EXPORT_SYMBOL vmlinux 0xe606de6d init_task +EXPORT_SYMBOL vmlinux 0xe607e909 rpmh_write_async +EXPORT_SYMBOL vmlinux 0xe61b912a security_binder_set_context_mgr +EXPORT_SYMBOL vmlinux 0xe61f72db __sk_queue_drop_skb +EXPORT_SYMBOL vmlinux 0xe621edf1 inode_add_bytes +EXPORT_SYMBOL vmlinux 0xe623f58a seq_pad +EXPORT_SYMBOL vmlinux 0xe6380436 bioset_integrity_create +EXPORT_SYMBOL vmlinux 0xe63cae3b netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0xe653f9d6 inet_recvmsg +EXPORT_SYMBOL vmlinux 0xe6550092 utf8_casefold +EXPORT_SYMBOL vmlinux 0xe65c89ce tty_unlock +EXPORT_SYMBOL vmlinux 0xe6673ed3 kmem_cache_free +EXPORT_SYMBOL vmlinux 0xe68de6f5 proc_create_mount_point +EXPORT_SYMBOL vmlinux 0xe68efe41 _raw_write_lock +EXPORT_SYMBOL vmlinux 0xe69f342f cros_ec_get_host_event +EXPORT_SYMBOL vmlinux 0xe6a1d6b5 devfreq_update_status +EXPORT_SYMBOL vmlinux 0xe6a49f4e vmf_insert_mixed_mkwrite +EXPORT_SYMBOL vmlinux 0xe6bb104a phy_disconnect +EXPORT_SYMBOL vmlinux 0xe6cd025a netlink_broadcast +EXPORT_SYMBOL vmlinux 0xe6ce97ad skb_push +EXPORT_SYMBOL vmlinux 0xe6d2458e do_trace_netlink_extack +EXPORT_SYMBOL vmlinux 0xe6d8b5f4 eth_mac_addr +EXPORT_SYMBOL vmlinux 0xe6f8d5f6 config_item_set_name +EXPORT_SYMBOL vmlinux 0xe6fa06a2 rename_lock +EXPORT_SYMBOL vmlinux 0xe6fca517 skb_tx_error +EXPORT_SYMBOL vmlinux 0xe7257ab8 xa_store_range +EXPORT_SYMBOL vmlinux 0xe737a3b4 xp_set_rxq_info +EXPORT_SYMBOL vmlinux 0xe74651b7 sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0xe74e986e __inet_hash +EXPORT_SYMBOL vmlinux 0xe7730557 ip_tunnel_parse_protocol +EXPORT_SYMBOL vmlinux 0xe77a74e3 __dev_set_mtu +EXPORT_SYMBOL vmlinux 0xe77fd670 ethtool_rx_flow_rule_create +EXPORT_SYMBOL vmlinux 0xe784135f config_group_init_type_name +EXPORT_SYMBOL vmlinux 0xe7a02573 ida_alloc_range +EXPORT_SYMBOL vmlinux 0xe7ab1ecc _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0xe7ae3939 vfs_parse_fs_string +EXPORT_SYMBOL vmlinux 0xe7b0353b __cpu_active_mask +EXPORT_SYMBOL vmlinux 0xe7b2a1a0 pnp_disable_dev +EXPORT_SYMBOL vmlinux 0xe7b77e4d ata_std_end_eh +EXPORT_SYMBOL vmlinux 0xe7b9dc56 skb_copy_and_csum_datagram_msg +EXPORT_SYMBOL vmlinux 0xe7c8e0a7 vfs_create +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7d84d69 fs_bio_set +EXPORT_SYMBOL vmlinux 0xe7d98a51 mdiobus_c45_read +EXPORT_SYMBOL vmlinux 0xe7e95637 dm_kobject_release +EXPORT_SYMBOL vmlinux 0xe7f7d2c9 blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xe805bf8c devfreq_get_freq_range +EXPORT_SYMBOL vmlinux 0xe816048f tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0xe84cc382 inode_to_bdi +EXPORT_SYMBOL vmlinux 0xe852a0fa input_set_poll_interval +EXPORT_SYMBOL vmlinux 0xe8598ec6 iunique +EXPORT_SYMBOL vmlinux 0xe85f2123 acpi_tb_unload_table +EXPORT_SYMBOL vmlinux 0xe862ea73 devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0xe873d2ab serio_unregister_port +EXPORT_SYMBOL vmlinux 0xe8ab2ff3 rpmh_invalidate +EXPORT_SYMBOL vmlinux 0xe8b2eeb6 lock_rename +EXPORT_SYMBOL vmlinux 0xe8d10b65 kernel_write +EXPORT_SYMBOL vmlinux 0xe8d285b2 nla_policy_len +EXPORT_SYMBOL vmlinux 0xe8fbf4fa __alloc_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0xe8fe8661 phy_loopback +EXPORT_SYMBOL vmlinux 0xe90253f0 xudma_rflow_get +EXPORT_SYMBOL vmlinux 0xe909997a bitmap_print_list_to_buf +EXPORT_SYMBOL vmlinux 0xe90ccd46 neigh_connected_output +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe91acfc8 pci_bus_type +EXPORT_SYMBOL vmlinux 0xe91c6b3f xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0xe9364d4e mmc_detect_change +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe9824799 flow_rule_alloc +EXPORT_SYMBOL vmlinux 0xe98dfeb6 bprm_change_interp +EXPORT_SYMBOL vmlinux 0xe9a3c98a cad_pid +EXPORT_SYMBOL vmlinux 0xe9a72ac6 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0xe9a9d324 sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0xe9af7397 __xa_set_mark +EXPORT_SYMBOL vmlinux 0xe9b9cb65 proto_unregister +EXPORT_SYMBOL vmlinux 0xe9bdfbca acpi_pm_device_sleep_state +EXPORT_SYMBOL vmlinux 0xe9dc12a4 zstd_get_error_name +EXPORT_SYMBOL vmlinux 0xe9e6ece0 vfs_get_link +EXPORT_SYMBOL vmlinux 0xe9e8faeb efi_tpm_final_log_size +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xe9ffc063 down_trylock +EXPORT_SYMBOL vmlinux 0xea1c3e3a arm_smccc_1_2_hvc +EXPORT_SYMBOL vmlinux 0xea1eb9ba thaw_bdev +EXPORT_SYMBOL vmlinux 0xea1f0863 netpoll_send_udp +EXPORT_SYMBOL vmlinux 0xea3c8e4e scsilun_to_int +EXPORT_SYMBOL vmlinux 0xea5fbbcf vfs_clone_file_range +EXPORT_SYMBOL vmlinux 0xea6f9a36 zlib_deflate_dfltcc_enabled +EXPORT_SYMBOL vmlinux 0xea7daa08 __video_get_options +EXPORT_SYMBOL vmlinux 0xea9e6d56 qdisc_offload_query_caps +EXPORT_SYMBOL vmlinux 0xeaa9c622 skb_pull_data +EXPORT_SYMBOL vmlinux 0xeab3ddb5 rfkill_alloc +EXPORT_SYMBOL vmlinux 0xeab6f4c4 acpi_check_resource_conflict +EXPORT_SYMBOL vmlinux 0xeabbdcf9 skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xeabd74be __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0xeacca155 __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0xead6e940 inet_add_offload +EXPORT_SYMBOL vmlinux 0xead8c400 bman_get_bpid +EXPORT_SYMBOL vmlinux 0xeae3dfd6 __const_udelay +EXPORT_SYMBOL vmlinux 0xeafc141f __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xeb078aee _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xeb07aece vfs_get_fsid +EXPORT_SYMBOL vmlinux 0xeb1ab0c4 xfrm4_udp_encap_rcv +EXPORT_SYMBOL vmlinux 0xeb233a45 __kmalloc +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb44339a free_pages_exact +EXPORT_SYMBOL vmlinux 0xeb7329a2 qcom_scm_set_warm_boot_addr +EXPORT_SYMBOL vmlinux 0xeb7f6046 acpi_get_devices +EXPORT_SYMBOL vmlinux 0xeb9ac090 vfs_mkdir +EXPORT_SYMBOL vmlinux 0xeb9d31c5 dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0xeb9eef52 match_uint +EXPORT_SYMBOL vmlinux 0xeba82700 dma_unmap_page_attrs +EXPORT_SYMBOL vmlinux 0xebd9c5d3 pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0xebdff1a2 tcp_read_done +EXPORT_SYMBOL vmlinux 0xebef706e free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0xebefa630 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xec2b8a42 acpi_walk_namespace +EXPORT_SYMBOL vmlinux 0xec33c668 __SCK__tp_func_spi_transfer_start +EXPORT_SYMBOL vmlinux 0xec41716a qman_alloc_fqid_range +EXPORT_SYMBOL vmlinux 0xec488d11 close_fd_get_file +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec665840 tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0xec9828eb of_device_register +EXPORT_SYMBOL vmlinux 0xeca957d1 __bitmap_and +EXPORT_SYMBOL vmlinux 0xecadf8b2 find_vma +EXPORT_SYMBOL vmlinux 0xecafcca5 dquot_release +EXPORT_SYMBOL vmlinux 0xecba3f06 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0xecc0a6ee folio_mark_dirty +EXPORT_SYMBOL vmlinux 0xecc4366b _dev_alert +EXPORT_SYMBOL vmlinux 0xeccacbbd __skb_gso_segment +EXPORT_SYMBOL vmlinux 0xece24693 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xecfd68ef acpi_get_node +EXPORT_SYMBOL vmlinux 0xed00c4fb acpi_os_printf +EXPORT_SYMBOL vmlinux 0xed3b6736 mptcp_subflow_reqsk_alloc +EXPORT_SYMBOL vmlinux 0xed500e50 from_kuid +EXPORT_SYMBOL vmlinux 0xed55f929 acpi_os_unmap_generic_address +EXPORT_SYMBOL vmlinux 0xed656e30 udp_encap_disable +EXPORT_SYMBOL vmlinux 0xed6cb8ef devm_devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0xed85dde3 dev_disable_lro +EXPORT_SYMBOL vmlinux 0xed8a2d95 memset64 +EXPORT_SYMBOL vmlinux 0xed94c055 crypto_sha512_update +EXPORT_SYMBOL vmlinux 0xeda2e038 scsi_cmd_allowed +EXPORT_SYMBOL vmlinux 0xeda96c80 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedbc4448 netdev_notice +EXPORT_SYMBOL vmlinux 0xedbda59e kthread_create_worker_on_cpu +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedd17b31 sock_get_timeout +EXPORT_SYMBOL vmlinux 0xedd58299 truncate_inode_pages +EXPORT_SYMBOL vmlinux 0xeddda731 __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xedecdc75 phy_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0xedf15e9e param_get_ullong +EXPORT_SYMBOL vmlinux 0xedf434be fman_get_mem_region +EXPORT_SYMBOL vmlinux 0xee0118df aperture_remove_conflicting_devices +EXPORT_SYMBOL vmlinux 0xee1fb8bd tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0xee22c06f jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0xee2c58fd scsicam_bios_param +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee382626 bio_init +EXPORT_SYMBOL vmlinux 0xee48156e dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0xee484e2d iterate_fd +EXPORT_SYMBOL vmlinux 0xee58e970 fb_add_videomode +EXPORT_SYMBOL vmlinux 0xee6c31f9 mii_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0xee7d7deb gen_pool_dma_zalloc +EXPORT_SYMBOL vmlinux 0xee7eb9e1 pnp_platform_devices +EXPORT_SYMBOL vmlinux 0xee876d0b unregister_console +EXPORT_SYMBOL vmlinux 0xee883b06 __vmalloc_array +EXPORT_SYMBOL vmlinux 0xee8c02e9 vprintk_emit +EXPORT_SYMBOL vmlinux 0xee8d74d6 jiffies64_to_nsecs +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xee9bd765 km_report +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeebbcaf8 flow_rule_match_meta +EXPORT_SYMBOL vmlinux 0xeec23f22 config_group_init +EXPORT_SYMBOL vmlinux 0xeec5267b con_copy_unimap +EXPORT_SYMBOL vmlinux 0xeed75a0c tcf_idr_cleanup +EXPORT_SYMBOL vmlinux 0xeed8cbbb security_sock_graft +EXPORT_SYMBOL vmlinux 0xeee75d91 ucc_fast_init +EXPORT_SYMBOL vmlinux 0xeefb1171 generic_shutdown_super +EXPORT_SYMBOL vmlinux 0xef1c33d8 compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0xef1eb01f iget5_locked +EXPORT_SYMBOL vmlinux 0xef20f054 lookup_one_len_unlocked +EXPORT_SYMBOL vmlinux 0xef32b0b8 cdc_parse_cdc_header +EXPORT_SYMBOL vmlinux 0xef346a11 input_flush_device +EXPORT_SYMBOL vmlinux 0xef452a86 blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0xef4c157c bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0xef509804 sg_alloc_table_from_pages_segment +EXPORT_SYMBOL vmlinux 0xef5a9dcd blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0xef5cf7ed clear_inode +EXPORT_SYMBOL vmlinux 0xef6915c5 of_parse_phandle_with_args_map +EXPORT_SYMBOL vmlinux 0xef6c87ef neigh_xmit +EXPORT_SYMBOL vmlinux 0xef8ac53d qcom_scm_restore_sec_cfg +EXPORT_SYMBOL vmlinux 0xef91ead5 init_net +EXPORT_SYMBOL vmlinux 0xefaf2e4f tcf_queue_work +EXPORT_SYMBOL vmlinux 0xefb2af56 bio_add_folio +EXPORT_SYMBOL vmlinux 0xefcd5531 block_write_full_page +EXPORT_SYMBOL vmlinux 0xefcea2e7 acpi_warning +EXPORT_SYMBOL vmlinux 0xefdc1749 neigh_lookup +EXPORT_SYMBOL vmlinux 0xefee932c acpi_get_data_full +EXPORT_SYMBOL vmlinux 0xefeefc09 __SCK__tp_func_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xefeeff6e dcache_dir_close +EXPORT_SYMBOL vmlinux 0xeff591c0 netdev_core_stats_alloc +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf02aa937 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0xf033a3e8 dev_get_by_napi_id +EXPORT_SYMBOL vmlinux 0xf041e968 genlmsg_put +EXPORT_SYMBOL vmlinux 0xf06c8e9b key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0xf07b07f6 sg_free_append_table +EXPORT_SYMBOL vmlinux 0xf08d2055 submit_bh +EXPORT_SYMBOL vmlinux 0xf09b5d9a get_zeroed_page +EXPORT_SYMBOL vmlinux 0xf0a51ea1 skb_copy +EXPORT_SYMBOL vmlinux 0xf0b2419f cmd_db_read_aux_data +EXPORT_SYMBOL vmlinux 0xf0b6f4a1 gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0xf0b8b43b netif_set_tso_max_segs +EXPORT_SYMBOL vmlinux 0xf0b9a4b9 commit_creds +EXPORT_SYMBOL vmlinux 0xf0bd8005 generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0xf0bdf63e ppp_channel_index +EXPORT_SYMBOL vmlinux 0xf0ef78c0 km_policy_expired +EXPORT_SYMBOL vmlinux 0xf0fdf6cb __stack_chk_fail +EXPORT_SYMBOL vmlinux 0xf11dd46e _page_poisoning_enabled_early +EXPORT_SYMBOL vmlinux 0xf141a30c vfs_rename +EXPORT_SYMBOL vmlinux 0xf146f7e4 phy_ethtool_nway_reset +EXPORT_SYMBOL vmlinux 0xf14e5ff9 update_devfreq +EXPORT_SYMBOL vmlinux 0xf15d292e writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0xf16ccaf0 xfrm_state_walk +EXPORT_SYMBOL vmlinux 0xf1739268 vfs_mkobj +EXPORT_SYMBOL vmlinux 0xf174c670 tty_hung_up_p +EXPORT_SYMBOL vmlinux 0xf18300ad logic_inb +EXPORT_SYMBOL vmlinux 0xf18fc53f phy_validate_pause +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf1969a8e __usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xf1a65f7b zstd_reset_dstream +EXPORT_SYMBOL vmlinux 0xf1aa8ab2 filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0xf1ae93ee param_ops_long +EXPORT_SYMBOL vmlinux 0xf1c93d56 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1e046cc panic +EXPORT_SYMBOL vmlinux 0xf1e542e0 user_path_create +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1f6947d __mdiobus_c45_write +EXPORT_SYMBOL vmlinux 0xf1f88a0e dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0xf23d5930 mmc_can_erase +EXPORT_SYMBOL vmlinux 0xf23f95f2 gro_cells_init +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf24cb83a eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0xf24cb9c4 rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0xf25d31fb vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0xf2628676 zstd_compress_cctx +EXPORT_SYMBOL vmlinux 0xf2669a2c imx_scu_irq_register_notifier +EXPORT_SYMBOL vmlinux 0xf267c34d may_umount_tree +EXPORT_SYMBOL vmlinux 0xf26d56d4 bdi_put +EXPORT_SYMBOL vmlinux 0xf26dc825 dcb_setrewr +EXPORT_SYMBOL vmlinux 0xf26e1ec5 of_find_compatible_node +EXPORT_SYMBOL vmlinux 0xf26f314c xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0xf2761055 get_watch_queue +EXPORT_SYMBOL vmlinux 0xf288aa44 tcf_exts_dump +EXPORT_SYMBOL vmlinux 0xf28cf0ae __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf28fbecf of_node_put +EXPORT_SYMBOL vmlinux 0xf29403e5 acpi_install_table_handler +EXPORT_SYMBOL vmlinux 0xf29e1f46 flow_rule_match_arp +EXPORT_SYMBOL vmlinux 0xf2a8efae dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0xf2aa0499 dm_register_target +EXPORT_SYMBOL vmlinux 0xf2b8c02d pci_unregister_driver +EXPORT_SYMBOL vmlinux 0xf2c43f3f zlib_deflate +EXPORT_SYMBOL vmlinux 0xf2d75162 filemap_range_has_page +EXPORT_SYMBOL vmlinux 0xf2e08f40 fwnode_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0xf2e5bd87 security_free_mnt_opts +EXPORT_SYMBOL vmlinux 0xf2f53617 memregion_free +EXPORT_SYMBOL vmlinux 0xf30fbfbc pnp_get_resource +EXPORT_SYMBOL vmlinux 0xf317ec6d skb_tunnel_check_pmtu +EXPORT_SYMBOL vmlinux 0xf31c5666 shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0xf32ec18e pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0xf337fdb4 pci_iounmap +EXPORT_SYMBOL vmlinux 0xf33d5d2e generic_file_open +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf35cc801 mpage_readahead +EXPORT_SYMBOL vmlinux 0xf3621fe2 mtree_alloc_rrange +EXPORT_SYMBOL vmlinux 0xf36f42a9 slhc_uncompress +EXPORT_SYMBOL vmlinux 0xf387bac2 ptp_find_pin +EXPORT_SYMBOL vmlinux 0xf38c808b registered_fb +EXPORT_SYMBOL vmlinux 0xf390f6f1 __bitmap_andnot +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf3932313 mb_cache_entry_wait_unused +EXPORT_SYMBOL vmlinux 0xf3a57892 release_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0xf3c4994c mdio_driver_register +EXPORT_SYMBOL vmlinux 0xf3ca3af3 mdiobus_read_nested +EXPORT_SYMBOL vmlinux 0xf3cfa76a __nla_put +EXPORT_SYMBOL vmlinux 0xf3d82041 elv_rb_add +EXPORT_SYMBOL vmlinux 0xf3e0e1df allocate_resource +EXPORT_SYMBOL vmlinux 0xf3e73dc6 tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0xf3f8118a sock_init_data_uid +EXPORT_SYMBOL vmlinux 0xf3f9d39b dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0xf4084d15 __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0xf40e5cc2 mr_vif_seq_idx +EXPORT_SYMBOL vmlinux 0xf4380473 to_ndd +EXPORT_SYMBOL vmlinux 0xf43d2caa acpi_remove_interface +EXPORT_SYMBOL vmlinux 0xf4464798 get_task_cred +EXPORT_SYMBOL vmlinux 0xf446bd61 amba_device_register +EXPORT_SYMBOL vmlinux 0xf44a904a net_ns_barrier +EXPORT_SYMBOL vmlinux 0xf44c0dba filemap_fdatawait_keep_errors +EXPORT_SYMBOL vmlinux 0xf44f852a phy_check_valid +EXPORT_SYMBOL vmlinux 0xf45e73d2 tegra_ivc_write_get_next_frame +EXPORT_SYMBOL vmlinux 0xf469a9d2 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0xf46decc2 __phy_read_mmd +EXPORT_SYMBOL vmlinux 0xf46ec683 mroute6_is_socket +EXPORT_SYMBOL vmlinux 0xf474c21c bitmap_print_to_pagebuf +EXPORT_SYMBOL vmlinux 0xf474fdcb kfree_const +EXPORT_SYMBOL vmlinux 0xf47a8541 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0xf4859bf1 ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0xf488b75a mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0xf48f5e7e __dynamic_ibdev_dbg +EXPORT_SYMBOL vmlinux 0xf49aae72 __acpi_mdiobus_register +EXPORT_SYMBOL vmlinux 0xf4b05989 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0xf4b2ba13 udp_lib_unhash +EXPORT_SYMBOL vmlinux 0xf4b754fd acpi_resources_are_enforced +EXPORT_SYMBOL vmlinux 0xf4ba510d param_set_bint +EXPORT_SYMBOL vmlinux 0xf4bcc164 dev_set_threaded +EXPORT_SYMBOL vmlinux 0xf4c8cede security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xf4db35bc stpcpy +EXPORT_SYMBOL vmlinux 0xf4dd25d2 lease_get_mtime +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf5002602 file_path +EXPORT_SYMBOL vmlinux 0xf503953d bd_abort_claiming +EXPORT_SYMBOL vmlinux 0xf51aba51 dev_printk_emit +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf5466797 sk_ioctl +EXPORT_SYMBOL vmlinux 0xf558ee53 load_nls +EXPORT_SYMBOL vmlinux 0xf55ffdc9 of_translate_dma_region +EXPORT_SYMBOL vmlinux 0xf561e999 __skb_gro_checksum_complete +EXPORT_SYMBOL vmlinux 0xf5732c56 unload_nls +EXPORT_SYMBOL vmlinux 0xf574955a done_path_create +EXPORT_SYMBOL vmlinux 0xf57eb5eb ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0xf5a0fdee tcp_sock_set_keepidle +EXPORT_SYMBOL vmlinux 0xf5a20ed2 __genradix_prealloc +EXPORT_SYMBOL vmlinux 0xf5e7ea40 ktime_get_coarse_ts64 +EXPORT_SYMBOL vmlinux 0xf5e80a77 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0xf5ff2866 flow_block_cb_incref +EXPORT_SYMBOL vmlinux 0xf6054799 ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0xf60e7fdf nvdimm_namespace_disk_name +EXPORT_SYMBOL vmlinux 0xf61ea305 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0xf61fb558 sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0xf6227026 netdev_set_num_tc +EXPORT_SYMBOL vmlinux 0xf62c0221 napi_enable +EXPORT_SYMBOL vmlinux 0xf62c39fe ucc_slow_graceful_stop_tx +EXPORT_SYMBOL vmlinux 0xf63d3f0e unregister_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0xf641135b sock_set_priority +EXPORT_SYMBOL vmlinux 0xf643d104 hsiphash_4u32 +EXPORT_SYMBOL vmlinux 0xf650edb8 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0xf65a7437 vga_get +EXPORT_SYMBOL vmlinux 0xf665f74f sock_load_diag_module +EXPORT_SYMBOL vmlinux 0xf66721bb readahead_expand +EXPORT_SYMBOL vmlinux 0xf66a0257 kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0xf67ab0da max8998_update_reg +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf69785de blk_mq_init_allocated_queue +EXPORT_SYMBOL vmlinux 0xf6aeb53e of_phy_deregister_fixed_link +EXPORT_SYMBOL vmlinux 0xf6b26a1b phy_write_paged +EXPORT_SYMBOL vmlinux 0xf6c419e3 blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0xf6e8bd8c neigh_app_ns +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6f9d58d init_on_free +EXPORT_SYMBOL vmlinux 0xf6fc8791 __bitmap_xor +EXPORT_SYMBOL vmlinux 0xf7006828 skb_unlink +EXPORT_SYMBOL vmlinux 0xf72a1e16 __quota_error +EXPORT_SYMBOL vmlinux 0xf7370f56 system_state +EXPORT_SYMBOL vmlinux 0xf738d1be register_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xf74b57f8 tcp_ld_RTO_revert +EXPORT_SYMBOL vmlinux 0xf76843b5 qcom_scm_pas_supported +EXPORT_SYMBOL vmlinux 0xf7684887 to_nd_dax +EXPORT_SYMBOL vmlinux 0xf7687f06 nf_log_unregister +EXPORT_SYMBOL vmlinux 0xf77555cd __memcpy_toio +EXPORT_SYMBOL vmlinux 0xf779cff4 sock_set_rcvbuf +EXPORT_SYMBOL vmlinux 0xf791e591 fib6_info_hw_flags_set +EXPORT_SYMBOL vmlinux 0xf7a47b40 ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0xf7ab2bce phy_init_hw +EXPORT_SYMBOL vmlinux 0xf7b8fd9a vlan_filter_push_vids +EXPORT_SYMBOL vmlinux 0xf7b9f612 max8925_bulk_read +EXPORT_SYMBOL vmlinux 0xf7d31de9 kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0xf7da6e6f acpi_unload_table +EXPORT_SYMBOL vmlinux 0xf7ea6311 qman_p_poll_dqrr +EXPORT_SYMBOL vmlinux 0xf7edd8dc mmc_add_host +EXPORT_SYMBOL vmlinux 0xf7f05c17 fman_port_use_kg_hash +EXPORT_SYMBOL vmlinux 0xf7f0fe91 nd_pfn_probe +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf812cff6 memscan +EXPORT_SYMBOL vmlinux 0xf81ea982 pci_select_bars +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf84a2342 phy_set_max_speed +EXPORT_SYMBOL vmlinux 0xf84bd6ee bpf_stats_enabled_key +EXPORT_SYMBOL vmlinux 0xf8631e43 fman_port_bind +EXPORT_SYMBOL vmlinux 0xf86693d5 rtc_add_group +EXPORT_SYMBOL vmlinux 0xf876f6ff dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0xf88337b7 put_ipc_ns +EXPORT_SYMBOL vmlinux 0xf88ecec4 kvmemdup +EXPORT_SYMBOL vmlinux 0xf895336d netif_set_real_num_queues +EXPORT_SYMBOL vmlinux 0xf898308a fman_port_get_device +EXPORT_SYMBOL vmlinux 0xf89b2d1f set_anon_super_fc +EXPORT_SYMBOL vmlinux 0xf8a866c0 max8925_bulk_write +EXPORT_SYMBOL vmlinux 0xf8d07858 bitmap_from_arr32 +EXPORT_SYMBOL vmlinux 0xf8d2bc2c zstd_find_frame_compressed_size +EXPORT_SYMBOL vmlinux 0xf8f61ebc wake_up_var +EXPORT_SYMBOL vmlinux 0xf8f6ebcb vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0xf8ff36c0 build_skb_around +EXPORT_SYMBOL vmlinux 0xf91b89ab fman_sp_build_buffer_struct +EXPORT_SYMBOL vmlinux 0xf91f49f2 free_netdev +EXPORT_SYMBOL vmlinux 0xf92a6f11 pcie_get_speed_cap +EXPORT_SYMBOL vmlinux 0xf9307d81 iov_iter_revert +EXPORT_SYMBOL vmlinux 0xf9322a77 pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0xf93aae46 __arm_smccc_smc +EXPORT_SYMBOL vmlinux 0xf93cd738 input_free_device +EXPORT_SYMBOL vmlinux 0xf93db707 security_d_instantiate +EXPORT_SYMBOL vmlinux 0xf93fd09c fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xf94536c2 proc_dointvec +EXPORT_SYMBOL vmlinux 0xf94c2a38 ip_frag_init +EXPORT_SYMBOL vmlinux 0xf95c619b acpi_processor_preregister_performance +EXPORT_SYMBOL vmlinux 0xf97181c4 pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0xf9722676 twl_i2c_write +EXPORT_SYMBOL vmlinux 0xf9995c46 seq_read +EXPORT_SYMBOL vmlinux 0xf99faea7 fb_show_logo +EXPORT_SYMBOL vmlinux 0xf99fbdb3 input_set_min_poll_interval +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9a752fb xfrm_user_policy +EXPORT_SYMBOL vmlinux 0xf9bad87c vif_device_init +EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat +EXPORT_SYMBOL vmlinux 0xf9ca2eb4 kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0xf9d9737f truncate_setsize +EXPORT_SYMBOL vmlinux 0xf9da12a5 tcp_read_sock +EXPORT_SYMBOL vmlinux 0xf9e2de14 vfs_fileattr_get +EXPORT_SYMBOL vmlinux 0xf9eddd7c udp6_seq_ops +EXPORT_SYMBOL vmlinux 0xf9efdbb7 kmalloc_node_trace +EXPORT_SYMBOL vmlinux 0xf9fa726f reuseport_has_conns_set +EXPORT_SYMBOL vmlinux 0xf9ff843d devm_ioport_map +EXPORT_SYMBOL vmlinux 0xfa042227 gnet_stats_add_basic +EXPORT_SYMBOL vmlinux 0xfa08c34a page_offline_end +EXPORT_SYMBOL vmlinux 0xfa11945d lookup_one_unlocked +EXPORT_SYMBOL vmlinux 0xfa23423b follow_down +EXPORT_SYMBOL vmlinux 0xfa297415 acpi_map_pxm_to_node +EXPORT_SYMBOL vmlinux 0xfa2e5f32 i2c_smbus_pec +EXPORT_SYMBOL vmlinux 0xfa4d2f03 __nla_parse +EXPORT_SYMBOL vmlinux 0xfa55b4b8 rproc_da_to_va +EXPORT_SYMBOL vmlinux 0xfa58cc2f tc_setup_cb_add +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa59d2c2 mmc_gpio_set_cd_wake +EXPORT_SYMBOL vmlinux 0xfa82dea7 request_firmware +EXPORT_SYMBOL vmlinux 0xfa8583a8 inet_sk_set_state +EXPORT_SYMBOL vmlinux 0xfa971c4d jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0xfa98992f pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0xfaaa12d0 _page_poisoning_enabled +EXPORT_SYMBOL vmlinux 0xfaaa7b5c of_n_size_cells +EXPORT_SYMBOL vmlinux 0xfabc1a88 del_gendisk +EXPORT_SYMBOL vmlinux 0xfac0a7cf blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0xfac0de50 pci_find_next_bus +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfad0c576 scsi_remove_device +EXPORT_SYMBOL vmlinux 0xfad40f37 param_get_bool +EXPORT_SYMBOL vmlinux 0xfad42df1 __kfree_skb +EXPORT_SYMBOL vmlinux 0xfaecb308 memcg_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0xfafedaee jbd2_fc_wait_bufs +EXPORT_SYMBOL vmlinux 0xfb00af3a netif_skb_features +EXPORT_SYMBOL vmlinux 0xfb0f2c5f tcf_exts_terse_dump +EXPORT_SYMBOL vmlinux 0xfb348fea fault_in_safe_writeable +EXPORT_SYMBOL vmlinux 0xfb384d37 kasprintf +EXPORT_SYMBOL vmlinux 0xfb5b0dc2 nd_integrity_init +EXPORT_SYMBOL vmlinux 0xfb656ec1 kernel_sendmsg_locked +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb6c613c netif_schedule_queue +EXPORT_SYMBOL vmlinux 0xfb712dbf rproc_of_resm_mem_entry_init +EXPORT_SYMBOL vmlinux 0xfb761f65 blk_mq_destroy_queue +EXPORT_SYMBOL vmlinux 0xfb8e7e85 mipi_dsi_picture_parameter_set +EXPORT_SYMBOL vmlinux 0xfb94c134 of_graph_get_remote_port_parent +EXPORT_SYMBOL vmlinux 0xfb9aa9f1 blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0xfba7a5f5 __get_random_u32_below +EXPORT_SYMBOL vmlinux 0xfba7ddd2 match_u64 +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbac3f40 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0xfbad3cf0 scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0xfbb8a761 strscpy_pad +EXPORT_SYMBOL vmlinux 0xfbc06971 jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0xfbc4f89e io_schedule_timeout +EXPORT_SYMBOL vmlinux 0xfbc7de86 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0xfbd3307f ns_capable +EXPORT_SYMBOL vmlinux 0xfbda3ad5 locks_copy_lock +EXPORT_SYMBOL vmlinux 0xfbdda657 page_readlink +EXPORT_SYMBOL vmlinux 0xfbdf2c95 pci_bus_claim_resources +EXPORT_SYMBOL vmlinux 0xfbe215e4 sg_next +EXPORT_SYMBOL vmlinux 0xfbe488bb phy_device_free +EXPORT_SYMBOL vmlinux 0xfbe4b175 qman_create_cgr +EXPORT_SYMBOL vmlinux 0xfbe8ee28 acpi_get_table_by_index +EXPORT_SYMBOL vmlinux 0xfbe8fa62 cdrom_release +EXPORT_SYMBOL vmlinux 0xfc08d0ec dma_set_coherent_mask +EXPORT_SYMBOL vmlinux 0xfc14ce3f simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0xfc336d2e __wake_up_bit +EXPORT_SYMBOL vmlinux 0xfc3b2a73 phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0xfc4152fc ec_read +EXPORT_SYMBOL vmlinux 0xfc421e79 gnet_stats_add_queue +EXPORT_SYMBOL vmlinux 0xfc52abc7 qcom_scm_pas_shutdown +EXPORT_SYMBOL vmlinux 0xfc881b89 fman_port_get_hash_result_offset +EXPORT_SYMBOL vmlinux 0xfc91b657 tcp_poll +EXPORT_SYMBOL vmlinux 0xfc9ed8c3 qcom_scm_ice_available +EXPORT_SYMBOL vmlinux 0xfca9e2e2 scsi_device_set_state +EXPORT_SYMBOL vmlinux 0xfcaca72c tcp_stream_memory_free +EXPORT_SYMBOL vmlinux 0xfcce2f7d ucc_fast_enable +EXPORT_SYMBOL vmlinux 0xfcd1819a hdmi_spd_infoframe_check +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcfa0c8f generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0xfcfa78af ___pskb_trim +EXPORT_SYMBOL vmlinux 0xfd0a7beb __i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0xfd0f698f of_get_parent +EXPORT_SYMBOL vmlinux 0xfd1440df elv_bio_merge_ok +EXPORT_SYMBOL vmlinux 0xfd171044 kthread_create_worker +EXPORT_SYMBOL vmlinux 0xfd1bf62e xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0xfd3306bb kobject_init +EXPORT_SYMBOL vmlinux 0xfd34485c tcp_connect +EXPORT_SYMBOL vmlinux 0xfd4c5cfa regset_get +EXPORT_SYMBOL vmlinux 0xfd50ae50 __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xfd5a2986 cpumask_any_and_distribute +EXPORT_SYMBOL vmlinux 0xfd5ec00b devm_memremap +EXPORT_SYMBOL vmlinux 0xfd64ff3f pnp_start_dev +EXPORT_SYMBOL vmlinux 0xfd6883d2 phy_read_paged +EXPORT_SYMBOL vmlinux 0xfd69b84a d_exact_alias +EXPORT_SYMBOL vmlinux 0xfd908880 __dquot_free_space +EXPORT_SYMBOL vmlinux 0xfd990380 dev_get_by_index +EXPORT_SYMBOL vmlinux 0xfd996a1b nd_btt_version +EXPORT_SYMBOL vmlinux 0xfda3b1d4 pci_disable_msi +EXPORT_SYMBOL vmlinux 0xfda53c7a sk_send_sigurg +EXPORT_SYMBOL vmlinux 0xfdad5af2 inet_sendmsg +EXPORT_SYMBOL vmlinux 0xfdb58037 simple_dentry_operations +EXPORT_SYMBOL vmlinux 0xfdb6d4b8 netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0xfdba919d __nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xfdcb4ed3 acpi_os_get_line +EXPORT_SYMBOL vmlinux 0xfdcc8a0e fb_find_best_display +EXPORT_SYMBOL vmlinux 0xfddf3107 jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0xfde9b344 __serio_register_port +EXPORT_SYMBOL vmlinux 0xfdf9d8ec unregister_netdev +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe0c2eb8 flow_block_cb_alloc +EXPORT_SYMBOL vmlinux 0xfe1c9ea5 sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0xfe1d2e94 key_create_or_update +EXPORT_SYMBOL vmlinux 0xfe1ff238 fib_notifier_ops_register +EXPORT_SYMBOL vmlinux 0xfe215b97 proc_do_large_bitmap +EXPORT_SYMBOL vmlinux 0xfe3a0492 security_sb_remount +EXPORT_SYMBOL vmlinux 0xfe487975 init_wait_entry +EXPORT_SYMBOL vmlinux 0xfe51adaa block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe62ce1f d_find_alias +EXPORT_SYMBOL vmlinux 0xfe73f836 rproc_elf_load_rsc_table +EXPORT_SYMBOL vmlinux 0xfe742b0a sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0xfe7bc011 scsi_alloc_sgtables +EXPORT_SYMBOL vmlinux 0xfe83b0d8 __folio_start_writeback +EXPORT_SYMBOL vmlinux 0xfe8c61f0 _raw_read_lock +EXPORT_SYMBOL vmlinux 0xfe916dc6 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0xfe98a409 eth_header +EXPORT_SYMBOL vmlinux 0xfe9ebbbb acpi_osi_is_win8 +EXPORT_SYMBOL vmlinux 0xfeaefc66 md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0xfeb29d65 dev_remove_pack +EXPORT_SYMBOL vmlinux 0xfebecf33 sock_register +EXPORT_SYMBOL vmlinux 0xfec4f807 mipi_dsi_device_register_full +EXPORT_SYMBOL vmlinux 0xfec91184 pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0xfed618f1 cros_ec_get_next_event +EXPORT_SYMBOL vmlinux 0xfeda40c9 __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfeebc7c4 __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0xfef08aed __scm_destroy +EXPORT_SYMBOL vmlinux 0xfef216eb _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0xfefcb98e vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xff128a9a xfrm_lookup_with_ifid +EXPORT_SYMBOL vmlinux 0xff15e92a phy_write_mmd +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff20807a tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0xff282521 rfkill_register +EXPORT_SYMBOL vmlinux 0xff40d51d igrab +EXPORT_SYMBOL vmlinux 0xff41a709 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0xff5593b3 of_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0xff5b6f0a csum_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff6d898e kobject_get +EXPORT_SYMBOL vmlinux 0xff7e7f8d kryo_l2_set_indirect_reg +EXPORT_SYMBOL vmlinux 0xff87cd18 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0xff8f0330 input_enable_softrepeat +EXPORT_SYMBOL vmlinux 0xffb7c514 ida_free +EXPORT_SYMBOL vmlinux 0xffc4f200 zstd_compress_stream +EXPORT_SYMBOL vmlinux 0xffcc4ec7 tcp_bpf_bypass_getsockopt +EXPORT_SYMBOL vmlinux 0xffe74af9 reuseport_add_sock +EXPORT_SYMBOL vmlinux 0xffeedf6a delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0xfff612a6 key_link +EXPORT_SYMBOL_GPL crypto/af_alg 0x03a04a6e af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x0d0963e5 af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x0fd05ee7 af_alg_sendmsg +EXPORT_SYMBOL_GPL crypto/af_alg 0x22789458 af_alg_get_rsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x262485e6 af_alg_free_resources +EXPORT_SYMBOL_GPL crypto/af_alg 0x27e92408 af_alg_async_cb +EXPORT_SYMBOL_GPL crypto/af_alg 0x2bc3061c af_alg_poll +EXPORT_SYMBOL_GPL crypto/af_alg 0x2f69fa4a af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0x32b8c311 af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/af_alg 0x362e019c af_alg_wait_for_data +EXPORT_SYMBOL_GPL crypto/af_alg 0x5f01d312 af_alg_alloc_areq +EXPORT_SYMBOL_GPL crypto/af_alg 0x61a784d9 af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0x634264a9 af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x8801d0db af_alg_wmem_wakeup +EXPORT_SYMBOL_GPL crypto/af_alg 0xaa5991ec af_alg_count_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xe829a692 af_alg_pull_tsgl +EXPORT_SYMBOL_GPL crypto/aria_generic 0x2850cd40 aria_set_key +EXPORT_SYMBOL_GPL crypto/aria_generic 0x4a61978a aria_encrypt +EXPORT_SYMBOL_GPL crypto/aria_generic 0xbdad6df6 aria_decrypt +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x00041fb4 async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x9d7fab2b async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xef4e0474 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0xa9cc6ed0 async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0xfc0f2bef async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x394becc8 async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x6bf8a8e3 __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xc8c6b6ef async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xfd69cd10 async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x4fa33778 async_xor_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xa24ed394 async_xor_val_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xbd3c2c22 async_xor_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xc1f06917 async_xor +EXPORT_SYMBOL_GPL crypto/authenc 0x2479193e crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0x6997c954 blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x18646beb cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x188d9d26 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0xef81a4af __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x3dbae082 __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xaf435806 cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xcfce512f __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xd76a5716 __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast_common 0x5609ce41 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0x5b17be06 cast_s4 +EXPORT_SYMBOL_GPL crypto/cast_common 0xb9cba57f cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xbd3e7542 cast_s1 +EXPORT_SYMBOL_GPL crypto/cryptd 0x129b4a45 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x1c23b746 cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0x2a8ee63a cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x6195b9a3 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x800e81be cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x89979e22 cryptd_alloc_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x9b3c7776 cryptd_skcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x9d203cdb cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xa30ab35c cryptd_aead_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0xb6650e80 cryptd_skcipher_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0xb9b052c7 cryptd_free_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0xe0877d51 cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0xf8818a47 cryptd_ahash_queued +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x3df897fa crypto_finalize_aead_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x4dd14e65 crypto_engine_alloc_init_and_set +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x65d362ba crypto_engine_stop +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x75de9a58 crypto_transfer_hash_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x77d55b4f crypto_finalize_hash_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x909a1c04 crypto_transfer_aead_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x914c118b crypto_finalize_akcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xa871d4ce crypto_finalize_kpp_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xc265079f crypto_transfer_kpp_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xc2aaf92a crypto_transfer_akcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xcb531b44 crypto_engine_exit +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xcd35b857 crypto_engine_start +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xd079eded crypto_finalize_skcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xe44c0dfc crypto_engine_alloc_init +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xfd4921ef crypto_transfer_skcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0x33b866ce crypto_ecdh_decode_key +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0x7475be8e crypto_ecdh_key_len +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0xb230d2ec crypto_ecdh_encode_key +EXPORT_SYMBOL_GPL crypto/polyval-generic 0x1936413e polyval_mul_non4k +EXPORT_SYMBOL_GPL crypto/polyval-generic 0x49dece42 polyval_update_non4k +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x4eb4c55e __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x51cdcd6b serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xbcc074f3 __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xd4c9681a __serpent_setkey +EXPORT_SYMBOL_GPL crypto/sm2_generic 0xcc6f4aa6 sm2_compute_z_digest +EXPORT_SYMBOL_GPL crypto/sm3 0xa98edad1 sm3_update +EXPORT_SYMBOL_GPL crypto/sm3 0xf04338f9 sm3_final +EXPORT_SYMBOL_GPL crypto/sm3_generic 0x0bddca87 sm3_zero_message_hash +EXPORT_SYMBOL_GPL crypto/sm4 0x24e254e8 sm4_expandkey +EXPORT_SYMBOL_GPL crypto/sm4 0xfa81970e sm4_crypt_block +EXPORT_SYMBOL_GPL crypto/twofish_common 0x1e017bb2 twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0xe22b7787 __twofish_setkey +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x04ebadf0 spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x05bfdaab spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x08f0212d spk_set_num_var +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x1b15b16b spk_var_store +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x1cb0eac1 spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x1e39eb14 synth_putws +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x288ac8f0 synth_remove +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x292a5a2c spk_synth_flush +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x337a2492 spk_ttyio_ops +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x3982b120 synth_current +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x43763bdc spk_ttyio_synth_probe +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x45eda959 spk_get_var +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x466f5eb7 synth_putwc +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x4cf9ff75 spk_ttyio_synth_immediate +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x613a03e9 spk_ttyio_release +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x76d40046 synth_buffer_skip_nonlatin1 +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x84dad068 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8c82dfca synth_request_region +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8d3d1246 spk_synth_get_index +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8fe0db01 synth_putwc_s +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xaadb0612 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xb734cb9d speakup_event +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc0764194 spk_do_catch_up_unicode +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc319c604 synth_putws_s +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc58f6e50 spk_get_var_header +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd8fd86cf synth_release_region +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd93829dd speakup_info +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xe194d0ef synth_printf +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xf06e34cc synth_add +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xf6a5bc58 spk_var_show +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x04824d98 acpi_nfit_ctl +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x0b4f1688 __acpi_nvdimm_notify +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x4639bcda acpi_nfit_shutdown +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x499bbf57 nfit_get_smbios_id +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x6b15b392 acpi_nfit_init +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0xe363d193 __acpi_nfit_notify +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0xe91c7b6d acpi_nfit_desc_init +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0x67927a0d platform_profile_notify +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0xbfe36436 platform_profile_remove +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0xcac33cd4 platform_profile_register +EXPORT_SYMBOL_GPL drivers/ata/pata_parport/pata_parport 0x70b02c54 pata_parport_register_driver +EXPORT_SYMBOL_GPL drivers/ata/pata_parport/pata_parport 0xb3a6dfd4 pata_parport_unregister_driver +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0x3472ba30 __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/ata/pata_sis 0xe34420ba sis_info133_for_sata +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0x09917359 charlcd_poke +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0x6fd9cc4a charlcd_register +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0x8b45326c charlcd_alloc +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0xd3e29970 charlcd_backlight +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0xf3304696 charlcd_free +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0xf883c540 charlcd_unregister +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x07b26ecc hd44780_common_gotoxy +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x1aa688fd hd44780_common_lines +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x23159a5b hd44780_common_clear_display +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x30e85287 hd44780_common_shift_display +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x36dc00a2 hd44780_common_print +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x3c4c183f hd44780_common_home +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x489c89e8 hd44780_common_redefine_char +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x64415593 hd44780_common_display +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x79e8e259 hd44780_common_alloc +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x8585e5fd hd44780_common_blink +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x8d4f3fa4 hd44780_common_init_display +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0xa22afdaa hd44780_common_cursor +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0xc369090d hd44780_common_shift_cursor +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0xf360d788 hd44780_common_fontsize +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x14102f23 ks0108_displaystate +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x48a70518 ks0108_writedata +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x4f506333 ks0108_startline +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x6edae968 ks0108_isinited +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xbf4774db ks0108_writecontrol +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xedde6df2 ks0108_page +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xfee8ef7b ks0108_address +EXPORT_SYMBOL_GPL drivers/auxdisplay/line-display 0x7aed2334 linedisp_unregister +EXPORT_SYMBOL_GPL drivers/auxdisplay/line-display 0x8d96fa32 linedisp_register +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0x41a88025 __regmap_init_ac97 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0x94571763 regmap_ac97_default_volatile +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0xd3c7bc16 __devm_regmap_init_ac97 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-i3c 0x8fa950dc __devm_regmap_init_i3c +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0x11337e18 __devm_regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0x6c2fca72 __regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0x600f6cb0 __regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0x9d933500 __devm_regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0xafaccd44 __regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0xcf4bdd56 __devm_regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x1432d755 __devm_regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x5bd5c290 __regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0x12d8bfd1 __regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0x7c77177b __devm_regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x37814d2c __regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xc8cbf6ff __devm_regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xed2559fe __regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xf200902b __devm_regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0x3ba6ad15 __devm_regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0x72c68c27 __regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0b4e4d69 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0ede6295 bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0ff2295d bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x30ff3c80 __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x472326b0 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x60922c04 bcma_host_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x62fcf7c5 bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x66ffb199 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x687fd95d bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6c0a62f6 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x81d1aa8f bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x84b0043a bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x91d65e9c bcma_chipco_b_mii_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x95cd3e91 bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x95d82bbd bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x99e43c20 bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xbd2b5326 bcma_host_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xcaeefff5 bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xccec0c05 bcma_host_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd1d72c11 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe73e7969 bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe799df13 bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf3c825ab bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xfa8d5000 bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x2bee11cd btbcm_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x5fdd1d62 btbcm_setup_patchram +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x6cba923f btbcm_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x9130cb23 btbcm_finalize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x9afe43a1 btbcm_read_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xb0a8b07b btbcm_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xe04f0d61 btbcm_setup_apple +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xfb00e183 btbcm_write_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x0a85a3ca btintel_read_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x0c9d7ba0 btintel_regmap_init +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x2936e447 btintel_exit_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x3a520207 btintel_set_event_mask_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x59b12f12 btintel_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x60ea36dc btintel_configure_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x6e031dd4 btintel_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x80866278 btintel_version_info +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xa2f79d66 btintel_set_quality_report +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xa3d714f6 btintel_set_diag +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xa68aa61d btintel_bootup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xb2ff2fae btintel_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xc8ef280a btintel_enter_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xcf7347e1 btintel_send_intel_reset +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xd962c721 btintel_load_ddc_config +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xf6b091e7 btintel_secure_send_result +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xf974ce60 btintel_read_boot_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x018090b6 btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x287ac7f6 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x391bf32a btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x562c2045 btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x8284f4a5 btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x9ce95a4c btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xa4e9ff80 btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xc3e4c482 btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xd4999ee1 btmrvl_pscan_window_reporting +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xd895ad74 btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xff13a7e4 btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x3a8125f9 btmtk_setup_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x81a17897 btmtk_setup_firmware_79xx +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0xbefd0770 btmtk_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x0388e0a5 qca_uart_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x17c1867f qca_read_soc_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x3746dc3f qca_set_bdaddr_rome +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xa6ff43f8 qca_send_pre_shutdown_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xdc3d4400 qca_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x230ca155 btrtl_set_quirks +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x4ad0e50e btrtl_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x4b3fc56c btrtl_setup_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x4f973410 btrtl_get_uart_settings +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xaf78f260 btrtl_free +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xcb8f1286 btrtl_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xfa644089 btrtl_shutdown_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x49ee0ddf hci_uart_unregister_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x52679c2f hci_uart_register_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x6e9dc935 hci_uart_tx_wakeup +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xc0234013 h4_recv_buf +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x073fd6e5 mhi_ep_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x1edf1963 mhi_ep_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x23f3a661 mhi_ep_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x40f24055 mhi_ep_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xaa17fb4f mhi_ep_queue_is_empty +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xab825a20 mhi_ep_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xc456ad0f mhi_ep_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xc648a55a __mhi_ep_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x0324b9f5 mhi_prepare_for_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x0b3880ba mhi_notify +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x11703e40 mhi_device_get_sync +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x12106db6 mhi_device_put +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x18f215a9 mhi_free_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x1d7924a2 mhi_get_free_desc_count +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x2a3d82e8 __mhi_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x4b9ce036 mhi_soc_reset +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x5937ca0e mhi_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x5c1a3ebc mhi_pm_resume +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x61f60199 mhi_queue_buf +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x644f91f8 mhi_queue_is_full +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x6958de2e mhi_get_mhi_state +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x73d8a909 mhi_unprepare_after_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x7594769c mhi_unprepare_from_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x76b621c5 mhi_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x7afc0a9a mhi_pm_suspend +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x82e8f772 mhi_get_exec_env +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x9003a953 mhi_prepare_for_transfer_autoqueue +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xa1ddf22c mhi_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xaeb86a51 mhi_prepare_for_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb26e94c7 mhi_download_rddm_image +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb8aa5695 mhi_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb97fd044 mhi_queue_dma +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb9f3bcc2 mhi_alloc_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xba31b117 mhi_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xc2b7f41c mhi_force_rddm_mode +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xcf4cd322 mhi_pm_resume_force +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xdd57a42a mhi_device_get +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xfdf01d87 mhi_async_power_up +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x2455717e moxtet_device_write +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0xae8ee095 __moxtet_register_driver +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0xfb5b34c2 moxtet_device_written +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0xfe7a5c40 moxtet_device_read +EXPORT_SYMBOL_GPL drivers/bus/sunxi-rsb 0x63cb2ce5 sunxi_rsb_driver_register +EXPORT_SYMBOL_GPL drivers/bus/sunxi-rsb 0xc01104ab __devm_regmap_init_sunxi_rsb +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0x378c732d meson_clk_triphase_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0x706c10d3 meson_clk_phase_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0x8110fcf2 meson_sclk_ws_inv_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/sclk-div 0x3b744ac6 meson_sclk_div_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x03351dae clk_rcg_floor_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x03e7eb9a clk_alpha_pll_stromer_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0509a95c clk_fabia_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x071d19d6 qcom_cc_register_rcg_dfs +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x07935d8b clk_alpha_pll_postdiv_fabia_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0ae351c4 clk_alpha_pll_fabia_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0d678ab9 qcom_reset_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0ed823f3 clk_alpha_pll_lucid_evo_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x18dce6d7 qcom_cc_register_sleep_clk +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1b28da5e clk_trion_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1d0f06af clk_byte2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1de81c63 clk_pll_configure_sr_hpm_lp +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1ea782c8 clk_alpha_pll_huayra_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1f83275f clk_regmap_mux_div_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1f88365f clk_alpha_pll_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x233e5373 clk_rcg_bypass_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x2c6847dd devm_clk_register_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x2d293905 clk_alpha_pll_postdiv_lucid_5lpe_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x35261f7e clk_alpha_pll_regs +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x37dafc55 clk_rivian_evo_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x38229fba clk_alpha_pll_reset_lucid_evo_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x395868a1 qcom_find_freq_floor +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x45180f77 clk_dyn_rcg_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x45226263 clk_gfx3d_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x468b22ce clk_pll_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4a930432 clk_branch_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x59eabda5 mux_div_set_src_div +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x5c035f38 clk_alpha_pll_lucid_5lpe_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x5c3e75ee clk_pll_vote_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x5d0c982a qcom_cc_probe_by_index +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x5f18e967 clk_stromer_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x64b8755d clk_alpha_pll_fixed_lucid_5lpe_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x6610661f clk_alpha_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x66580ca3 clk_regmap_mux_closest_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x6af41b8b qcom_pll_set_fsm_mode +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x6b8e2aa0 clk_pll_configure_sr +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x6d308251 clk_alpha_pll_fixed_lucid_evo_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x700e4511 qcom_find_cfg_index +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x70156ec0 clk_alpha_pll_postdiv_ro_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x708a435d clk_alpha_pll_lucid_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7319e51c clk_alpha_pll_trion_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x787e8234 qcom_find_freq +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7b87fe3e clk_alpha_pll_postdiv_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7dfa4f12 clk_alpha_pll_postdiv_lucid_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7e69e953 clk_alpha_pll_postdiv_trion_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x82afa55e clk_regmap_phy_mux_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x88c0add9 clk_rcg_pixel_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x8aa4360c qcom_cc_map +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x8e4c395e clk_edp_pixel_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9123fa67 clk_zonda_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x93bc2a64 clk_ops_hfpll +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x94c464a3 clk_rcg2_floor_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x953b97b7 clk_alpha_pll_postdiv_lucid_evo_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9821a599 clk_rcg_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9c401604 clk_rcg_esc_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9cb15b12 clk_disable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9f1e35e8 clk_enable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9f96f9c1 gdsc_gx_do_nothing_enable +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa0755dc3 clk_alpha_pll_fixed_trion_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa163af86 qcom_cc_register_board_clk +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa4dd89c3 qcom_cc_probe +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa95ed447 clk_rcg2_shared_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xaea28295 clk_rcg_bypass2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xaf105ec4 clk_branch2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xb3d93f1b clk_branch_simple_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xb8694bf5 clk_rcg2_mux_closest_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xb8d0697b clk_lucid_evo_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xbb2b9610 clk_agera_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xbe152ebb qcom_cc_really_probe +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xc0126fe0 clk_pll_sr2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xc0d2ecb0 clk_regmap_div_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xc9cb9fbf clk_alpha_pll_zonda_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xcb2d25f8 clk_alpha_pll_fixed_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xd2ec30a3 clk_dp_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xd846a036 clk_alpha_pll_stromer_plus_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xd98fe91b clk_alpha_pll_fixed_fabia_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe4d191e1 clk_rcg_lcc_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe7e23d6a clk_is_enabled_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe8c0478b clk_byte_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xeec69605 clk_rcg2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xef9ee4e0 qcom_find_src_index +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf2522383 clk_alpha_pll_rivian_evo_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf3bf69c3 clk_pixel_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf439f21a clk_alpha_pll_agera_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf84b8d59 clk_regmap_div_ro_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xfafc1469 clk_branch2_aon_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xfbd6578d clk_alpha_pll_hwfsm_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x1c12ec3b sprd_clk_regmap_init +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x228eaf58 sprd_mux_helper_get_parent +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x4419f9e7 sprd_comp_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x48fb8d62 sprd_div_helper_set_rate +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x5a121d51 sprd_sc_gate_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x5df389df sprd_div_helper_recalc_rate +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x67b1ec2e sprd_pll_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x6f35dda5 sprd_div_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x77f5daa3 sprd_clk_probe +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x881a90d2 sprd_pll_sc_gate_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xad22f0ec sprd_gate_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xea0e5144 sprd_mux_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xf91123e8 sprd_mux_helper_set_parent +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x01e2cdbd comedi_buf_read_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0236cd3f comedi_timeout +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x130e5a49 comedi_readback_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x16e84e95 comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x1c84cea4 comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x20fc5362 comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2dca0d23 comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x33795c21 comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x3f0787e9 comedi_alloc_subdev_readback +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x41dce0b7 comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x502b5c26 comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x5d0c3c80 comedi_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x5df8e4b6 comedi_set_spriv_auto_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x7ff28e81 comedi_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8247facd comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8286b94d comedi_event +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8844142a __comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8a7dc8bd comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8ba2a27d comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8ec3b219 comedi_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8fcaccb5 comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x990a02fd comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x99d1533a comedi_bytes_per_scan_cmd +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xa0b6aa15 comedi_handle_events +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xa2dfcd02 comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xa538f811 comedi_buf_write_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xa9e17cbc comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb679cebc range_0_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb69d6b89 comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbb52fc7f range_bipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbce5d52d comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbdbe75c6 range_unipolar2_5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbeb38db9 comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbf508604 comedi_dev_put +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xcc51a177 comedi_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xd1ba9548 comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xe46f6ddb comedi_nscans_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xeba72957 comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xfa2944e1 comedi_nsamples_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x0c40217c comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x26869430 comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x3e05d85a comedi_pci_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x62c9bfe4 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xae2e625e comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xc3e5e73b comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xf516f666 comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xffdb1698 comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x0bf214f2 comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x11077309 comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x19327af2 comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x990d907c comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xae275421 comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xe818d35b comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x6462a5b7 addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0x32049544 amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0xdb6a92cd amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_pc236_common 0x799f7984 amplc_pc236_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x02d30628 comedi_8254_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x0778055f comedi_8254_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x1ef00bff comedi_8254_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x22a353c6 comedi_8254_update_divisors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x2460ec29 comedi_8254_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x4e040d7a comedi_8254_set_mode +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x50cf91e8 comedi_8254_status +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x55ce08dd comedi_8254_pacer_enable +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x87a6ecc4 comedi_8254_set_busy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xa853d5bf comedi_8254_load +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xae751663 comedi_8254_subdevice_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xb25d8a06 comedi_8254_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xc807fac6 comedi_8254_cascade_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x2a7780f0 subdev_8255_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x840264b7 subdev_8255_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0xee019bf3 subdev_8255_regbase +EXPORT_SYMBOL_GPL drivers/comedi/drivers/das08 0x760051e9 das08_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x00390aa9 mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x044763f3 mite_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x0f944ea3 mite_buf_change +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x1b4d78c2 mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x1fefd1fd mite_done +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x33c5dc5e mite_free_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x534644e9 mite_prep_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x7a4d23d0 mite_release_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x84713b4e mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x8e374268 mite_dma_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xaf6e8083 mite_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xc468fec6 mite_sync_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xe186f2e2 mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xe5eade46 mite_ack_linkc +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xe70544fc mite_init_ring_descriptors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xfa3bfc03 mite_request_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0x120d2d07 labpc_common_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0x474a3286 labpc_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x076bc308 ni_find_route_source +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x0921123e ni_lookup_route_register +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x1facf7f8 ni_is_cmd_dest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x64443d67 ni_get_valid_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x6c18c54e ni_count_valid_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x85e75c94 ni_assign_device_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x863a306d ni_sort_device_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x8ab47ba4 ni_route_set_has_source +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x8f0f0901 ni_find_route_set +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0xb3e302a3 ni_route_to_register +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x0a321fe9 ni_tio_get_soft_copy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x1b291616 ni_tio_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x1c762d07 ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x1c968fad ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x298e5978 ni_tio_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x2e1ae728 ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x3d4e2d23 ni_tio_get_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x41649260 ni_tio_set_gate_src_raw +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x70f1ab63 ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x8855c9fa ni_tio_set_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x950823a1 ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xa5492f8f ni_tio_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xb3dc581d ni_tio_unset_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xbd5393cd ni_tio_set_bits +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xbe4a3ec4 ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xe7c896b1 ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x05ae0505 ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x3f8c991b ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x40fb0b9c ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x6d689fc5 ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x7865b8d8 ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xbb816e01 ni_tio_acknowledge +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x08ed4442 comedi_open +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x467a4139 comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x61c84ec7 comedi_dio_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x7c7d9e8c comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xa166eaac comedi_close +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xae666dd2 comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xf1b6607f comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x00ecb0ed ccp_enqueue_cmd +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x04773b60 ccp_present +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x3a1a3979 ccp_version +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x0063b157 hisi_qm_dev_err_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x00ea8ee6 hisi_acc_create_sgl_pool +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x01b0ff99 hisi_qm_pm_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x04ffbc00 hisi_qm_stop_qp +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x07dae9ad hisi_acc_sg_buf_map_to_hw_sgl +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x13a8883f hisi_qm_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x157433d8 hisi_qm_alloc_qps_node +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x1bded293 hisi_qm_free_qps +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x216c5e95 hisi_qm_pm_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x28db61ba hisi_qm_suspend +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x3d479f04 hisi_qm_resume +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x407f1a7a hisi_qm_get_dfx_access +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x4bd6f895 hisi_qm_regs_dump +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x594f8b07 hisi_qm_wait_mb_ready +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x70af3347 hisi_qm_acc_diff_regs_dump +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x766e0f7e hisi_qm_mb +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x76807764 hisi_qm_alg_unregister +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x7d88e288 hisi_qm_reset_prepare +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x8211532f hisi_qm_dev_slot_reset +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x838bb8c9 hisi_acc_free_sgl_pool +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x8941275d hisi_qp_send +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x93016aab hisi_qm_wait_task_finish +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x9526fe9b hisi_qm_dev_err_detected +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x97d776c6 hisi_qm_regs_debugfs_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x9b2b77c1 hisi_qm_regs_debugfs_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x9c64a01a hisi_qm_dev_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x9d3ba982 hisi_qm_get_hw_info +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xa2f007fd hisi_acc_sg_buf_unmap +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xa624a370 hisi_qm_alg_register +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xb0bdab05 hisi_qm_put_dfx_access +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xbaf7d716 hisi_qm_sriov_enable +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xc8666316 hisi_qm_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xc8c994b3 hisi_qm_dev_err_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xcf187e63 hisi_qm_reset_done +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xd6e4d6ff hisi_qm_debug_regs_clear +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xda3163ac hisi_qm_stop +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xdb99b47b hisi_qm_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xefbafc7a hisi_qm_debug_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xfa0236fc hisi_qm_start +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xfdfa461c hisi_qm_start_qp +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xff874c55 hisi_qm_sriov_disable +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hpre/hisi_hpre 0x97d74482 hisi_hpre_get_pf_driver +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/sec2/hisi_sec2 0x41456769 hisi_sec_get_pf_driver +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/zip/hisi_zip 0xdf14c10f hisi_zip_get_pf_driver +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x00f5df69 adf_init_arb +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x063fe7df adf_dev_put +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x066ebbd9 adf_flush_vf_wq +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x116ce571 adf_reset_flr +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x1589f0f0 adf_exit_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x15dbd8e3 adf_cfg_add_key_value_param +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x16c34e9d adf_dev_started +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x2031c31c adf_dev_get +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x25c93421 adf_cleanup_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x27a458e0 adf_gen2_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x2be4e269 adf_gen2_get_arb_info +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x2c1972a8 adf_dev_restart +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3760a26e adf_vf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x38614c52 adf_gen2_get_num_aes +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3e707f37 adf_gen2_get_admin_info +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3f6562bd adf_dbgfs_exit +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x45198812 adf_cfg_get_param_value +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x47f0a2f3 adf_dev_down +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x4f1b7b8c adf_gen2_init_vf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5114f73b adf_gen4_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x54758b6c adf_pfvf_comms_disabled +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5506379f adf_gen4_handle_pm_interrupt +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x56b132fd adf_devmgr_pci_to_accel_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x59c0e935 adf_gen2_get_num_accels +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5a8b0547 adf_cfg_section_add +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5dc487ce adf_vf2pf_notify_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x68c88e3b adf_gen4_enable_pm +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x76d37034 adf_gen2_enable_ints +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x7aabb95b adf_devmgr_add_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x868f49c0 adf_gen4_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x8a0ddfba adf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x8b6bc997 adf_cfg_dev_remove +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x8bf94635 adf_gen4_ring_pair_reset +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x8d034268 adf_gen2_get_accel_cap +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x971e8acd adf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x97930801 adf_devmgr_in_reset +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa98e7e3f adf_reset_sbr +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xadce5f88 adf_init_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc2169edc adf_exit_arb +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc349b3e1 adf_dev_up +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc40820da adf_cfg_dev_add +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc500eb09 adf_devmgr_update_class_index +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc501ac82 adf_gen4_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc9c52598 adf_sysfs_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xcae50bf0 adf_vf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xcc3b167a adf_clean_vf_map +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd00da9d6 adf_disable_pf2vf_interrupts +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd18906d3 adf_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd398cbff adf_dev_in_use +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd628f13a adf_devmgr_rm_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd64519f1 adf_gen2_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd6739848 adf_gen2_cfg_iov_thds +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xda073dd3 adf_disable_sriov +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe008fa57 adf_gen2_enable_error_correction +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe327f1f1 adf_gen4_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe45f3512 adf_gen2_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe4e18509 adf_err_handler +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe58ee1ff adf_dbgfs_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe6b95bcd adf_init_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe79c44aa adf_enable_pf2vf_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe84ed9de adf_send_admin_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xeb163bdd adf_vf2pf_notify_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xee79dba6 adf_enable_vf2pf_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xf03fe61b adf_gen2_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xf40d3afb adf_gen2_dev_config +EXPORT_SYMBOL_GPL drivers/crypto/marvell/octeontx/octeontx-cpt 0x32e43048 otx_cpt_uc_supports_eng_type +EXPORT_SYMBOL_GPL drivers/crypto/marvell/octeontx/octeontx-cpt 0x87c76ec0 otx_cpt_eng_grp_has_eng_type +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0x23edf4b7 dw_edma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0x38cee49f dw_edma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x15742385 idma32_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x21f9b4ea do_dw_dma_enable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x23288608 dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x6193a27e dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x888c98fb dw_dma_acpi_controller_register +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x92c98089 dw_dma_acpi_controller_free +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x98d3b896 idma32_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x99766788 do_dw_dma_disable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xd395e7ea dw_dma_filter +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x2625c439 dpdmai_reset +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x29b004ec dpdmai_get_rx_queue +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x29e6c699 dpdmai_set_rx_queue +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x434a6273 dpdmai_disable +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x67cd5131 dpdmai_get_tx_queue +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x7460c04c dpdmai_destroy +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x820a1814 dpdmai_get_attributes +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xaf58b222 dpdmai_enable +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xc0af09e3 dpdmai_close +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xe968f270 dpdmai_open +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x0cc98003 fsl_edma_resume +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x10bde1bb fsl_edma_prep_dma_cyclic +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x2b70e7de fsl_edma_slave_config +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x2fb3a2fd fsl_edma_chan_mux +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x366c6f5b fsl_edma_alloc_chan_resources +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x45a82509 fsl_edma_disable_request +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x566a731d fsl_edma_prep_memcpy +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x63633a29 fsl_edma_free_desc +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x689e5692 fsl_edma_terminate_all +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x79c44e7b fsl_edma_free_chan_resources +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x7be97f7d fsl_edma_xfer_desc +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x9489aafe fsl_edma_setup_regs +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xaa3db8d5 fsl_edma_tx_status +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xba440659 fsl_edma_issue_pending +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xc3af917e fsl_edma_cleanup_vchan +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xe20f1576 fsl_edma_prep_slave_sg +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xf587bbd2 fsl_edma_pause +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0x8b9492ef hidma_mgmt_setup +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0xbeda27f4 hidma_mgmt_init_sys +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0x8a631d63 fw_card_read_cycle_time +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xa86a2872 __fw_send_request +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xabb5547d fw_request_get_timestamp +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xe86fb5c7 fw_card_release +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x0f5c1c7d ffa_driver_register +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x1c0b1e1c ffa_device_register +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x3ed2f791 ffa_bus_type +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x79413b17 ffa_driver_unregister +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0xfeb0bf9d ffa_device_unregister +EXPORT_SYMBOL_GPL drivers/firmware/arm_scpi 0xe2184deb get_scpi_ops +EXPORT_SYMBOL_GPL drivers/firmware/mtk-adsp-ipc 0x60a77b4e mtk_adsp_ipc_send +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0x0e7b7015 stratix10_svc_done +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0x3d4072fb stratix10_svc_request_channel_byname +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0x41d5ad1c stratix10_svc_allocate_memory +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0x50f5368a stratix10_svc_free_channel +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0x595b630e stratix10_svc_free_memory +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0xd3df684d stratix10_svc_send +EXPORT_SYMBOL_GPL drivers/fpga/altera-pr-ip-core 0x62e4174e alt_pr_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x1a8cfdf7 dfl_fpga_port_ops_del +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x3a37c9c3 dfl_fpga_cdev_assign_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x56721ef9 dfl_fpga_enum_info_add_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x5e3ee9dc dfl_fpga_cdev_config_ports_pf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x692387a6 dfl_fpga_feature_devs_enumerate +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x6df4eb33 dfl_fpga_set_irq_triggers +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x789a7575 dfl_fpga_feature_devs_remove +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x79c80008 dfl_fpga_cdev_release_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x808d11d6 dfl_fpga_enum_info_add_dfl +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x813ea7e1 dfl_fpga_enum_info_free +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x841dee47 dfl_fpga_cdev_config_ports_vf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x88401924 dfl_fpga_port_ops_add +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x8c8a0ffc dfh_find_param +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xa7939915 dfl_fpga_port_ops_put +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xabe6c875 dfl_fpga_port_ops_get +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xad574da4 dfl_feature_ioctl_set_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xcdd2e54f dfl_fpga_dev_feature_init +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xd2c8712c dfl_fpga_dev_feature_uinit +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xe2b4040a dfl_fpga_dev_ops_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xe2f05ae5 dfl_fpga_dev_ops_unregister +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xe6d92087 dfl_fpga_enum_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xe86f2d7e __dfl_fpga_cdev_find_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xf7631371 dfl_feature_ioctl_get_num_irqs +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xfa656068 dfl_fpga_check_port_id +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x0633c4b9 fpga_bridges_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x0b2b884c fpga_bridges_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x0b576dad of_fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x2c8167cf fpga_bridges_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x32207b1a of_fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x3560520f fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x3915a53b fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x494d2c19 fpga_bridge_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x9944556e fpga_bridge_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xbffb87d3 fpga_bridge_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xdada5130 fpga_bridge_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xdc6219d2 fpga_bridge_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x29f10a98 fpga_mgr_load +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x2f4a6221 fpga_mgr_unlock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x467db959 fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x64d11e0e fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x776e69f4 devm_fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x826083e5 fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x8d11d44a fpga_image_info_free +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x9c0f99a2 fpga_mgr_lock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x9e065d20 devm_fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xb3a4559f of_fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xc3cbb568 fpga_mgr_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xcfa46919 fpga_mgr_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xd5aad54d fpga_image_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x06db86b8 fpga_region_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x148950d6 fpga_region_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x427a9f9a fpga_region_class_find +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x5897877c fpga_region_program_fpga +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xd4c459d8 fpga_region_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x085da604 fsi_device_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x3a93847e fsi_slave_claim_range +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x5002df07 fsi_driver_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x57bb654c fsi_master_rescan +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x5a57d574 fsi_free_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x78060f23 fsi_slave_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x9479d738 fsi_bus_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x9cdd7fbf fsi_cdev_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xc1ca4083 fsi_master_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xc55934c9 fsi_get_new_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xc9cee6ef fsi_master_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xce22aee2 fsi_slave_release_range +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xd318b1cd fsi_driver_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xd942f235 fsi_slave_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xe6a9212a fsi_device_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-occ 0x114431ae fsi_occ_submit +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0x71a3ec6d sbefifo_submit +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0x8ecb05dc sbefifo_parse_status +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x0305b93a gnss_deregister_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x1758906a gnss_insert_raw +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x38f42c61 gnss_register_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x5b3eb4e4 gnss_put_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xfbddd06a gnss_allocate_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x012e700d gnss_serial_pm_ops +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x74c840b5 gnss_serial_free +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x914b8749 gnss_serial_allocate +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xdac7ee45 gnss_serial_register +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xf9c9ebe3 gnss_serial_deregister +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x5d0e4276 idio_16_set +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x6495f119 idio_16_get_multiple +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x68830314 idio_16_state_init +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x70e2b625 idio_16_get +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0xae1139f5 idio_16_set_multiple +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x1b012f12 __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0xec63a39b __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x496ce291 gpio_regmap_get_drvdata +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x9dfcee5f gpio_regmap_register +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0xb677a937 devm_gpio_regmap_register +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0xb7066570 gpio_regmap_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x04677d39 analogix_dp_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x10ed4312 analogix_dp_suspend +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x3ee0dd60 anx_dp_aux_transfer +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x5d9f3672 analogix_dp_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x69fdec37 analogix_dp_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xa3a7b614 analogix_dp_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xa59f436e analogix_dp_start_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xa77820f3 analogix_dp_stop_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xe3139375 analogix_dp_resume +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x1290eee7 ldb_channel_is_single_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x2eef3c60 ldb_add_bridge_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x3d0d29a8 ldb_remove_bridge_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x469ed4d8 ldb_bridge_disable_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x5a1b00ae ldb_bridge_mode_set_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x5c5f81f1 ldb_bridge_attach_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x701ed956 ldb_bridge_enable_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x9c6dac86 ldb_bridge_atomic_check_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xb60d16c1 ldb_channel_is_split_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xd8de5e3a ldb_init_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xd9904989 ldb_find_next_bridge_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/samsung-dsim 0x38b12aa6 samsung_dsim_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/samsung-dsim 0x8e53ba47 samsung_dsim_pm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/samsung-dsim 0xb34f2e44 samsung_dsim_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x041af8b9 dw_hdmi_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x09340e05 dw_hdmi_set_channel_count +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x094f6fc5 dw_hdmi_phy_i2c_set_addr +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x1461e227 dw_hdmi_set_channel_status +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x26d629cd dw_hdmi_phy_gen2_reset +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x2d1c0e80 dw_hdmi_setup_rx_sense +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x2fac9436 dw_hdmi_set_channel_allocation +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x316212a8 dw_hdmi_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x3ee0bf53 dw_hdmi_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x42926f4a dw_hdmi_resume +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x4a9b174f dw_hdmi_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x56f72e25 dw_hdmi_set_sample_non_pcm +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x5f202e11 dw_hdmi_set_plugged_cb +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x6712b5a7 dw_hdmi_phy_gen2_txpwron +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x7d8a3aee dw_hdmi_phy_i2c_write +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x8dcd6f43 dw_hdmi_set_sample_rate +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x96f3e250 dw_hdmi_set_sample_width +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x9b44a60b dw_hdmi_phy_gen2_pddq +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xc59f9e6f dw_hdmi_phy_gen1_reset +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xce27012a dw_hdmi_audio_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xd32faf88 dw_hdmi_set_high_tmds_clock_ratio +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xd6968220 dw_hdmi_phy_setup_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xd8fe547b dw_hdmi_audio_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xdafa1790 dw_hdmi_phy_read_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xf5922009 dw_hdmi_phy_update_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi 0x0d667204 dw_mipi_dsi_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi 0x18fef125 dw_mipi_dsi_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi 0x41361ae4 dw_mipi_dsi_set_slave +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi 0x42ac3b2e dw_mipi_dsi_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi 0xa30960da dw_mipi_dsi_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_display_helper 0x6ba0d87d drm_hdcp_check_ksvs_revoked +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x4afae926 of_dp_aux_depopulate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x517e47c7 __dp_aux_dp_driver_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x60ea1a17 dp_aux_dp_driver_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x7199f885 of_dp_aux_populate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0xe68441ae devm_of_dp_aux_populate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x01e3e539 drm_bridge_hpd_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x25f9d83e accel_open +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x2628d966 of_get_drm_panel_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x2eb3c675 drm_of_get_dsi_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x2fa5fc46 drm_bridge_detect +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x3072ee14 drm_bridge_hpd_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x3df071d8 drm_of_get_data_lanes_count_ep +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x3f5cda6b drm_bridge_get_modes +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x40cfe2ac drmm_kstrdup +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x66cf2f64 drm_display_mode_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x802ef57c drm_of_encoder_active_endpoint +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x84c39ab5 drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x9168a48b drm_do_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x91f02b5f of_get_drm_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x97c36dbc drm_of_lvds_get_data_mapping +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x9bcfc6bb drm_of_find_panel_or_bridge +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xa0b17426 drm_of_component_match_add +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xa48f61a4 drm_bridge_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xad885165 drm_bus_flags_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xae4183e4 drm_of_lvds_get_dual_link_pixel_order +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xb062ebdb drm_of_get_data_lanes_count +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xbb5fca7f drm_crtc_add_crc_entry +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xe3e2063e drm_bridge_hpd_notify +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xf4aead62 drm_gem_dumb_map_offset +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xf7eb2f7f drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfe9f72f3 drm_display_mode_to_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x1985d199 drm_gem_dma_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x2575dbf8 drm_gem_dma_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x27fc8391 drm_gem_dma_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x290ab677 drm_gem_dma_dumb_create_internal +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x2995ab60 drm_fb_dma_get_gem_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x5088d135 drm_gem_dma_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x88c74bbf drm_fb_dma_get_gem_addr +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xcd8a8c82 drm_gem_dma_vmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xd673b637 drm_gem_dma_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xf79ba105 drm_gem_dma_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xf7ee2cf4 drm_gem_dma_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xfad9cb1e drm_fb_dma_sync_non_coherent +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x11d3944f drm_gem_fb_init_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x3371a4f8 drm_gem_fb_create_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x531c7b15 drm_gem_plane_helper_prepare_fb +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x6f242e93 drm_gem_fb_create_with_dirty +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xb9830756 drm_gem_fb_afbc_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xce2e506e drm_bridge_connector_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xebc1e18f drm_gem_fb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xec2be52c drm_gem_fb_get_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x2ca38744 drm_gem_shmem_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x2fc14fb4 drm_gem_shmem_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x5e1a50cc drm_gem_shmem_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x6660c061 drm_gem_shmem_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x99ba2aab drm_gem_shmem_get_pages_sgt +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x9a7f2311 drm_gem_shmem_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xc041ff27 drm_gem_shmem_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xc40873fa drm_gem_shmem_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/imx/dcss/imx-dcss 0x0401e6a0 dcss_dev_pm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x2c73cfcf meson_venc_hdmi_venc_repeat +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x698bd6ee meson_vclk_vic_supported_freq +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x92cd677e meson_venc_mipi_dsi_mode_set +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x94a785f8 meson_venc_hdmi_supported_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x981f9995 meson_vclk_dmt_supported_freq +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0xa2c3ec09 meson_vclk_setup +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0xab5bee2f meson_venc_hdmi_supported_vic +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0xe9ed3685 meson_venc_hdmi_mode_set +EXPORT_SYMBOL_GPL drivers/gpu/drm/panel/panel-samsung-s6e63m0 0x4fa3ab9e s6e63m0_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/panel/panel-samsung-s6e63m0 0x71e50feb s6e63m0_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/panfrost/panfrost 0x5e885f6c panfrost_pm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/pl111/pl111_drm 0xee49bd44 pl111_versatile_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_cmm 0x4e6a6983 rcar_cmm_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_cmm 0x604ab385 rcar_cmm_setup +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_cmm 0x772009ce rcar_cmm_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_cmm 0xe9f0ad9c rcar_cmm_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_lvds 0x59c9c471 rcar_lvds_pclk_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_lvds 0x8d6a8fa2 rcar_lvds_pclk_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_lvds 0xf412569b rcar_lvds_dual_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_lvds 0xf45a8de7 rcar_lvds_is_connected +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_mipi_dsi 0x9f401346 rcar_mipi_dsi_pclk_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_mipi_dsi 0xf9351ec5 rcar_mipi_dsi_pclk_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0x19b15232 vop_component_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0x224ae237 rockchip_rgb_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0xd9588044 vop2_component_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0xfead7585 rockchip_rgb_fini +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x22eb5edf ssd130x_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x71f95915 ssd130x_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0xe4b8bbc1 ssd130x_shutdown +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0x66eaf39c host1x_memory_context_alloc +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0x8944bf55 host1x_memory_context_get +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0xa861b81d host1x_memory_context_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x01c2474d gb_connection_destroy +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0b5f2832 gb_hd_cport_release_reserved +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0ba7030d gb_connection_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0cf8f213 gb_operation_response_alloc +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0e625e58 __traceiter_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x14028e17 __SCK__tp_func_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x14321546 gb_hd_shutdown +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x15b037fe gb_connection_latency_tag_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x15d1942f greybus_disabled +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x1998733e gb_connection_create_offloaded +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2951dc57 gb_operation_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2cd4ea1f gb_connection_disable_forced +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2df663a5 __tracepoint_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x30d31194 gb_connection_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x32a5d253 gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x415428fa gb_operation_cancel +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x41a65be4 gb_connection_enable_tx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x4593b1a2 gb_operation_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x510b058c gb_connection_disable_rx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x56412f7c gb_hd_output +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5c2cbbe3 gb_svc_intf_set_power_mode +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x60ae1063 __traceiter_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6163e168 gb_operation_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x61fcc667 gb_operation_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x66d45d48 gb_operation_result +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6d3bb9ec __SCK__tp_func_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6fa01fda __tracepoint_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x723aaac9 __traceiter_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x7c995ca7 gb_operation_get_payload_size_max +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x81e221fb __SCK__tp_func_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x87b8f4bd greybus_message_sent +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x89f514a1 __SCK__tp_func_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8a0086a5 __traceiter_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8b7b305d greybus_register_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8dbc7c37 gb_debugfs_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x978895a6 gb_interface_request_mode_switch +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x9cf5373c gb_hd_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa838d555 greybus_data_rcvd +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xaa89cc04 gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbbffd93e gb_operation_request_send +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbf2c07db __tracepoint_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbfc93a65 gb_operation_unidirectional_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc51f7a3c __traceiter_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc973f6ce gb_connection_latency_tag_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xca574fcc __tracepoint_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd2122cce gb_connection_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd33373a8 __tracepoint_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xdb7138f4 __traceiter_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xeac79e1a __SCK__tp_func_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xeacbc0e7 gb_hd_cport_reserve +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf107a122 __SCK__tp_func_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf357c63d __tracepoint_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf6b8538f gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf8fcce61 gb_operation_request_send_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xfe7e2dc6 greybus_deregister_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xff05af3d gb_connection_create_flags +EXPORT_SYMBOL_GPL drivers/hid/hid 0x02a7047f hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x08af77f0 __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x12fb1ae7 hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0x136eaf78 hid_hw_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x19d52f1f hid_quirks_exit +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1f8d28ba hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2579a9f2 hid_match_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x26d11f2a hid_field_extract +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2af63936 hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2b5fd3d5 hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2c5afa0e hid_driver_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3348a76f hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x33c992f4 hid_hw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3a8afdf4 hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3df1cf7d hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0x454df78b hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4fdd0ae7 hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5debeb15 hid_hw_close +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6026038a hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x638e5027 hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6633bec4 hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x66469991 hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6b6e0a17 hid_hw_open +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6e4d2c89 hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x79a27c4c hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0x80281451 hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x82bff425 hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x87eb80ee hid_hw_start +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8a533374 __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8b13a8b8 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa1a02844 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa2e3716f hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa4476b02 hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa8c830fd hid_compare_device_paths +EXPORT_SYMBOL_GPL drivers/hid/hid 0xaa083244 hid_hw_stop +EXPORT_SYMBOL_GPL drivers/hid/hid 0xaf6e1dae hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb28793eb hid_driver_suspend +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbd61dee1 hid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcdb70a98 hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd0787390 hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd08bf9e9 hid_setup_resolution_multiplier +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd0ae028b hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0xda3cd339 hid_driver_reset_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0xdc4ef1e7 hid_match_id +EXPORT_SYMBOL_GPL drivers/hid/hid 0xdeb1ae7f hid_hw_raw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe63acfba hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xec65f3d9 hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xef939dd7 hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf0cdeff3 hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf54f8e0b hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf713c256 hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfa355613 hid_quirks_init +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfc2c7f54 hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x3e4427c8 roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x89562eac roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x58eca26a roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x60c0465a roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xa757f0aa roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xda4c2057 roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xf30c99fc roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xfa9c3974 roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x4419acca sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x7ccb66e8 sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xd24cfd32 sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xd2ec3317 hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xdc5f5e23 sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xe220bd5f sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xf9848a74 sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xfad193b9 sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xfc37d5b1 sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0x0aa54c72 vivaldi_feature_mapping +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0x83b4fc5a vivaldi_attribute_groups +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x0f8af0e4 i2c_hid_core_probe +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x2a134208 i2c_hid_core_shutdown +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x3150a006 i2c_hid_core_remove +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x7072017d i2c_hid_core_pm +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0x198f27cf surface_hid_device_add +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0x3284390c surface_hid_pm_ops +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0xa1d3582b surface_hid_device_destroy +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x69d51165 hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xaf60b4ea hid_is_usb +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x0cd3ca8d hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x13088582 hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x23f36fbf hsi_add_clients_from_dt +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x40fc8ad8 hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x43bdf0b3 hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x7f3f38ed hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x90656887 hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x9c62310f hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x9e93705a hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa0ba6fce hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb0ad96da hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb6324876 hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb68925e1 hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb81948f6 hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xc9b84c4b hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xe0d1a822 hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xeb54340c hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf9f87e4b hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x04648cc9 vmbus_connection +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x05f5da6e vmbus_disconnect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x087c321f hv_ringbuffer_spinlock_busy +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x09c7a295 vmbus_request_addr +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x0f3fe3f2 vmbus_allocate_mmio +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x12e17778 vmbus_sendpacket_pagebuffer +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x1437817a __vmbus_driver_register +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x1b5a9b6f vmbus_connect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x31e2e77f vmbus_free_mmio +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x321055cb vmbus_prep_negotiate_resp +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x330cfc30 vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x33341de7 vmbus_recvpacket_raw +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x33803031 vmbus_set_event +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x36568b66 vmbus_send_modifychannel +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x46a417ca vmbus_proto_version +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x4b2210b8 vmbus_send_tl_connect_request +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x548521b1 hv_ringbuffer_get_debuginfo +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x696ce8fb hv_pkt_iter_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x6ee4eb73 __vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x7d8f2821 vmbus_set_sc_create_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x7fef600b vmbus_sendpacket_mpb_desc +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x88f79e59 vmbus_establish_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x8bce0f6d vmbus_open +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x9041950c vmbus_teardown_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x9d684d7f vmbus_hvsock_device_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xaa5499a2 vmbus_setevent +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xacfdbe38 vmbus_driver_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xbb8e0f16 __hv_pkt_iter_next +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xd26ad746 hv_pkt_iter_first +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xd469c18d vmbus_free_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xd60cf1a9 vmbus_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xd72baffa vmbus_next_request_id +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xdb72f038 vmbus_set_chn_rescind_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xe54200e8 vmbus_alloc_ring +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x61c76fe4 adt7x10_probe +EXPORT_SYMBOL_GPL drivers/hwmon/ltc2947-core 0x5cbb5274 ltc2947_core_probe +EXPORT_SYMBOL_GPL drivers/hwmon/ltc2947-core 0xbc54f93e ltc2947_of_match +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x48061033 nct6775_store_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x5e5b1ee1 nct6775_update_device +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x8188ed18 nct6775_probe +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xb91b0fbf nct6775_show_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xd03511f3 nct6775_show_alarm +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xf37cae1d nct6775_reg_is_word_sized +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x92a3d704 intel_th_set_output +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xa2e4d423 intel_th_driver_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xad7238f9 intel_th_alloc +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xd97f2b1b intel_th_trace_switch +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xe482c981 intel_th_trace_disable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xe4c41501 intel_th_free +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xeb7a7d8c intel_th_driver_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xf25f76dd intel_th_trace_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xfe543187 intel_th_output_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x36ed4ac3 intel_th_msu_buffer_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x430f4445 intel_th_msu_buffer_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xf1f5dc76 intel_th_msc_window_unlock +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x009b7d8a stm_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x08eecb29 stm_register_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x4dc67129 stm_source_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xac1e7bb5 to_pdrv_policy_node +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xb8c5d223 stm_unregister_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xd569a671 stm_source_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xe9791392 stm_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xf0210676 stm_data_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xf1e59997 stm_source_write +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-ccgx-ucsi 0x3ce08edd i2c_new_ccgx_ucsi +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x4cfdddb8 i2c_mux_add_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x5acbc225 i2c_mux_alloc +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x8427bd96 i2c_root_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xed6bb078 i2c_mux_del_adapters +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x1f5cf751 i2c_register_spd +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x542cf757 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x9d5b1135 i2c_free_slave_host_notify_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xf15dc66c i2c_new_slave_host_notify_device +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x01361aab i3c_master_queue_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x0905e171 i3c_device_disable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x1d9215c3 i3c_master_enec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x24eca89c i3c_generic_ibi_recycle_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x3a90dcc7 i3c_master_disec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x3d6998d3 i3c_device_request_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x4b79cc99 i3c_driver_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x528e8e9d i3c_generic_ibi_alloc_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x57ce1d31 i3cdev_to_dev +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x5cc7cce9 i3c_master_register +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x60726426 i3c_master_add_i3c_dev_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x6bbc3e4b i3c_master_get_free_addr +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x6e7ca9af i3c_device_do_priv_xfers +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x76fe3e05 i3c_generic_ibi_free_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x8076afa0 i3c_device_free_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x86e159be i3c_master_do_daa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x892741ad i3c_device_get_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xac21e672 i3c_device_match_id +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xe2e212a2 i3c_device_enable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xe4031b85 i3c_master_defslvs_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xeac7ea60 i3c_generic_ibi_get_free_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xebf9a0a0 i3c_master_entdaa_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xf0c0a15c i3c_master_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xf67f66bd i3c_device_do_setdasa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xfb5d3e50 i3c_master_set_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xff7c2524 i3c_driver_register_with_owner +EXPORT_SYMBOL_GPL drivers/i3c/master/dw-i3c-master 0x08ce0146 dw_i3c_common_probe +EXPORT_SYMBOL_GPL drivers/i3c/master/dw-i3c-master 0xe7572b46 dw_i3c_common_remove +EXPORT_SYMBOL_GPL drivers/iio/adc/stm32-dfsdm-adc 0xa93b029a stm32_dfsdm_get_buff_cb +EXPORT_SYMBOL_GPL drivers/iio/adc/stm32-dfsdm-adc 0xe2399ed7 stm32_dfsdm_release_buff_cb +EXPORT_SYMBOL_GPL drivers/iio/adc/stm32-dfsdm-core 0xa81a1502 stm32_dfsdm_stop_dfsdm +EXPORT_SYMBOL_GPL drivers/iio/adc/stm32-dfsdm-core 0xb2f7302a stm32_dfsdm_start_dfsdm +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x0e9cf42a iio_channel_cb_get_iio_dev +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x267c0508 iio_channel_release_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x2a1fab3c iio_channel_stop_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x38d66b48 iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x9acf62ab iio_channel_cb_set_buffer_watermark +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0xfdcb09b2 iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x049b09f6 iio_dma_buffer_disable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x2a2cba02 iio_dma_buffer_set_length +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x3ddf9b3f iio_dma_buffer_set_bytes_per_datum +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x5c0c011b iio_dma_buffer_exit +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x63d0030a iio_dma_buffer_block_list_abort +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x727c0bbc iio_dma_buffer_data_available +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xa8cc8110 iio_dma_buffer_release +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xb5931730 iio_dma_buffer_enable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xc7d0edfc iio_dma_buffer_init +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xee2d0a49 iio_dma_buffer_request_update +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xfa9caa19 iio_dma_buffer_block_done +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xfb0c19f7 iio_dma_buffer_read +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dmaengine 0x7e01da06 devm_iio_dmaengine_buffer_setup +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x235c5d8e devm_iio_hw_consumer_alloc +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x3391543d iio_hw_consumer_disable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x7c2448c3 iio_hw_consumer_alloc +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x9671bc15 iio_hw_consumer_free +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0xbf358fa9 iio_hw_consumer_enable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-triggered-buffer 0x382a8a2a devm_iio_triggered_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/buffer/kfifo_buf 0x20ca37a0 devm_iio_kfifo_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x270041fa cros_ec_sensors_core_read +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x4d61b23a cros_ec_motion_send_host_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x5c3e2b2a cros_ec_sensors_core_register +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x8517b43b cros_ec_sensors_core_read_avail +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x898930bf cros_ec_sensors_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x9971dac4 cros_ec_sensors_capture +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xabf7a6d6 cros_ec_sensors_push_data +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xb45fae3b cros_ec_sensors_read_lpc +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xca6f7653 cros_ec_sensors_read_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xdf86ed20 cros_ec_sensors_core_init +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xeb70a437 cros_ec_sensors_ext_info +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xfe447edb cros_ec_sensors_core_write +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x822735e5 bmg160_core_remove +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x88b56d89 bmg160_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x9a9c0565 bmg160_core_probe +EXPORT_SYMBOL_GPL drivers/iio/imu/fxos8700_core 0x54c12207 fxos8700_core_probe +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x020c8215 __devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x126ebcff iio_read_avail_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x141ec506 iio_read_max_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2079d30f iio_read_channel_offset +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x20f403c6 iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x22c254d0 devm_iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x25147d58 iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x25606a07 iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x33c1d7b4 iio_validate_own_trigger +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3792e8be iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x386d4ecd devm_fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3b011ff6 iio_device_get_current_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x447d2df2 iio_write_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x44cc500a iio_device_attach_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4672703c iio_read_avail_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x476bc836 iio_device_claim_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4dce7dd4 iio_format_value +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4f6651b4 iio_device_release_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5545d5ee iio_read_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x56232649 iio_show_mount_matrix +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x57a8729e iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5a5c6c35 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5e0f3368 iio_push_to_buffers_with_ts_unaligned +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5fe9c6fa iio_get_debugfs_dentry +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x63a894fe iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6a59cc61 iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x711f7bcd fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x859ecb35 devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8a775cc8 iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8c6d400a iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9114009c iio_device_id +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x981aef19 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9c3c68de iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9da76253 iio_pop_from_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa7f650cf devm_iio_trigger_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa8c2077f iio_get_channel_ext_info_count +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xaa024867 iio_buffer_enabled +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xadb99ef8 iio_read_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbc445f31 devm_iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xca38dc06 iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcba274ce iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd653e442 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdb014c97 iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xde33b9a9 iio_write_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdf7703d8 iio_read_channel_processed_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe182b583 iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xec85d3ca iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf0622efc iio_device_claim_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf144e28f __devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf611eafc iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf86fb77e iio_device_release_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf8cfb42f iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfaa60a79 iio_write_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfd484318 iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfdc9b26a iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xff34a631 devm_iio_map_array_register +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x067e1217 rtrs_start_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x1a3fdae1 rtrs_iu_alloc +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x402b55f0 rtrs_iu_free +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x4c173035 rtrs_cq_qp_create +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x6b5f6b10 rtrs_cq_qp_destroy +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x82422b91 rtrs_iu_post_send +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x8db2543d rtrs_iu_post_recv +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xc543904a rtrs_stop_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xde62b6d9 rtrs_iu_post_rdma_write_imm +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xe89aa6eb rtrs_send_hb_ack +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xedd8b883 rtrs_init_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xff5336c5 rtrs_post_recv_empty +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0x56cb1b6c input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0x82be11f7 matrix_keypad_parse_properties +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x45dd46dd adxl34x_pm +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x7ea47e7b adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xec511022 adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x1045474d rmi_of_property_read_u32 +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x1f723716 rmi_driver_resume +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x2cf67531 __rmi_register_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x2e4b0dad rmi_register_transport_device +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x69d18747 rmi_driver_suspend +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x6a334071 rmi_2d_sensor_of_probe +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x7bf3fef9 rmi_2d_sensor_configure_input +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x834fc628 rmi_2d_sensor_abs_process +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x9723292c rmi_set_attn_data +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xa7b476b1 rmi_2d_sensor_abs_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xc221d320 rmi_2d_sensor_rel_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xd2198d64 rmi_dbg +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xf9545793 rmi_unregister_function_handler +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x33d35c79 cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x50d822f8 cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xc3bcf3e7 cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x0f01519c cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xb0b0015c cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x616b552c cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0xf9862c03 cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x59b52a0c tsc200x_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x6a6355cf tsc200x_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xcb682479 tsc200x_regmap_config +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xcfe0b5f9 tsc200x_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x009b4d11 wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x03cc4d69 wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x1e725033 wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x2521c726 wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x4aaef26b wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x51fce567 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x663d942d wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x6dd8423f wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x795481df wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x872324f4 wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xc466f312 wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xcf664df7 wm9713_codec +EXPORT_SYMBOL_GPL drivers/interconnect/icc-clk 0x3b9dfd5c icc_clk_register +EXPORT_SYMBOL_GPL drivers/interconnect/icc-clk 0x736ef16e icc_clk_unregister +EXPORT_SYMBOL_GPL drivers/interconnect/imx/imx-interconnect 0x37647c21 imx_icc_unregister +EXPORT_SYMBOL_GPL drivers/interconnect/imx/imx-interconnect 0x9beeb2ba imx_icc_register +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-bcm-voter 0x0b39b783 qcom_icc_bcm_voter_commit +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-bcm-voter 0x83ef48c5 of_bcm_voter_get +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-bcm-voter 0x936a7e97 qcom_icc_bcm_voter_add +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x13476b94 qcom_icc_set +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x8070815a qcom_icc_bcm_init +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x92456333 qcom_icc_rpmh_probe +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xccf83f19 qcom_icc_pre_aggregate +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xde968933 qcom_icc_aggregate +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xe3d30492 qcom_icc_rpmh_remove +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0x81e513ad qcom_icc_rpm_smd_available +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0xe8dbdc6c qcom_icc_rpm_smd_send +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x19f2fa04 ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x44852c9e ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x67100533 ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x6e672618 ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x9202e205 ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x95a898cc ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x989c484e ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xbac906c2 ipack_device_init +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xdf0d17dc ipack_put_device +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x1f257017 led_set_flash_timeout +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x2cb35c18 led_get_flash_fault +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x8221a6eb devm_led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x9d9225b5 led_set_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xa9ffd728 devm_led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xbab07c8a led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xeb3dbd05 led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xf06a5800 led_update_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x9f70221e devm_led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xa0612d13 led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xb4176842 devm_led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xda97b86f led_mc_calc_color_components +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xe595adc1 led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x0e0a0031 lp55xx_deinit_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x113c12cc lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x1e625bc2 lp55xx_update_bits +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x33601d35 lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x4dcf9e24 lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x67c0d879 lp55xx_read +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x77bb06d2 lp55xx_is_extclk_used +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x7bee11aa lp55xx_write +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xa5eefdb7 lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xc2d6e5cb lp55xx_unregister_sysfs +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-audio 0x3bd45b0d ledtrig_audio_set +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-audio 0xce593c22 ledtrig_audio_get +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-camera 0x749e05f2 ledtrig_flash_ctrl +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-camera 0x7903e46e ledtrig_torch_ctrl +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x04b25810 __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x05058957 __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x063306f1 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x06bceaa1 __SCK__tp_func_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x09639d48 __traceiter_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0bc0be45 __SCK__tp_func_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x101dc746 __traceiter_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x14f9c2d9 __traceiter_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x15f3de09 __SCK__tp_func_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x17a83e40 __traceiter_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x181a1930 __SCK__tp_func_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1a9758a6 __traceiter_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1b083369 __SCK__tp_func_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1c599ebe __traceiter_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1c83d5b7 __SCK__tp_func_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x22ae6324 __SCK__tp_func_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x26ff303c __traceiter_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2766fb04 __traceiter_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2af60833 __SCK__tp_func_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x362eda19 __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x37808fd7 __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x37b31e4f __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3a3eb678 __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3feb7def __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x44bb87a3 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x46c66897 __SCK__tp_func_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x47b2af54 __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4a2d1241 __SCK__tp_func_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4b96c8a0 __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x51d0e534 __SCK__tp_func_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5b31f99a __traceiter_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5c7134b1 __traceiter_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5d9c8fc8 __SCK__tp_func_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5f9386a1 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5fd7c423 __SCK__tp_func_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6026e276 __SCK__tp_func_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6119e203 __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x64e39418 __traceiter_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x66232cfe __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6697827f __SCK__tp_func_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6c51f352 __traceiter_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6e74dca7 __SCK__tp_func_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6e7df078 __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x71a90620 __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x79eeb380 __SCK__tp_func_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7ddbeab7 __traceiter_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x80e3881d __SCK__tp_func_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x81d4d2d1 __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x83153845 __traceiter_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x853387d1 __traceiter_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x859fa507 __traceiter_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8ad20d61 __SCK__tp_func_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8b9fa1d8 __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8bba9251 __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8f3befc4 __traceiter_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8f7308be __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x93c8c39b __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9a6f4d9f __SCK__tp_func_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9ce21c84 __SCK__tp_func_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa09a6b09 __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa187023e __SCK__tp_func_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa64134e4 __SCK__tp_func_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa842a5c8 __SCK__tp_func_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xad6440b4 __traceiter_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb5a62a8c __traceiter_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xba843c3f __SCK__tp_func_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc2b7e2f8 __traceiter_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc2f66fea __traceiter_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc3528787 __traceiter_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc8ae4213 __SCK__tp_func_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xcc157faa __traceiter_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd2369ed6 __traceiter_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd67aee92 __traceiter_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd862c5a2 __traceiter_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd8aa1746 __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd9f63855 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xda06fe86 __SCK__tp_func_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdd1455a7 __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdd74b23b __traceiter_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe16c06b3 __SCK__tp_func_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xea3a1ab2 __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xebc2a79c __traceiter_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xec29e22a __traceiter_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xec3327c6 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xec92a163 __SCK__tp_func_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf021519f __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf6249e5f __SCK__tp_func_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf923d101 __traceiter_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfc0a0b57 __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfc4a727f __traceiter_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfd5d057b __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfd6b5d80 __SCK__tp_func_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfed8327b __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x0b1ecdc4 dm_bio_prison_free_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x16b6d33f dm_cell_unlock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x176170b4 dm_cell_put_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x17dd39d6 dm_deferred_set_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2eb01e04 dm_deferred_set_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x3ac4eb02 dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x40661ece dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x4556fd06 dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x5ec6febe dm_cell_lock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x67a3845a dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6a4e4e48 dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x701ba0f2 dm_cell_get_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x753e20b2 dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x76a6395c dm_cell_visit_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x83499eac dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x88bd64db dm_bio_prison_alloc_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x92e61d43 dm_cell_lock_promote_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xa0e9e2d0 dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xace9b57b dm_bio_prison_destroy_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb6d5c65d dm_deferred_set_add_work +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb70b342a dm_bio_prison_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd0f6d761 dm_cell_promote_or_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd99e003d dm_bio_prison_create_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xda858665 dm_cell_quiesce_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x24772bfe dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x2e0774dc dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x656100cc dm_bufio_client_reset +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6a2f40e1 dm_bufio_mark_partial_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6aebce95 dm_bufio_issue_discard +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6cdb2d56 dm_bufio_prefetch +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d3f57bd dm_bufio_get_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d83826d dm_bufio_get_block_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x74dcd98c dm_bufio_get_aux_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x867e87eb dm_bufio_get_dm_io_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x91f00abc dm_bufio_set_minimum_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa82b2066 dm_bufio_write_dirty_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xb04f56ab dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc0d7df85 dm_bufio_new +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xcd2ba798 dm_bufio_forget +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd991e3b9 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe6024e59 dm_bufio_release +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xebcc64a4 dm_bufio_get_block_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xeca7949e dm_bufio_client_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xed3283a4 dm_bufio_set_sector_offset +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xef54f78f dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xf241a6eb dm_bufio_forget_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x0efbca4c btracker_promotion_already_present +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x1c852cab btracker_nr_demotions_queued +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x23ddc5ab dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x37ef59a5 dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x481a0b15 btracker_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x4becb830 dm_cache_policy_get_hint_size +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x50b3c64c dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x58c5cfc8 dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x5adc2807 btracker_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x65eea825 btracker_nr_writebacks_queued +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x87bee547 btracker_queue +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa2365f44 btracker_issue +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa7eadcb5 btracker_complete +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xb2738172 dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xf9f3e74b dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x46c8f1e2 dm_register_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xde67fb1a dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x01d2f9ac dm_rh_recovery_start +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x113b6f66 dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x36817b9e dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x38972f23 dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x38efaf5a dm_region_hash_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x3a18389a dm_rh_update_states +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x44fb3233 dm_region_hash_create +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x57e16c3e dm_rh_get_state +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x5f4a6e61 dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x6aa1d247 dm_rh_delay +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7774620f dm_rh_stop_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d053fc5 dm_rh_start_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d5e1815 dm_rh_get_region_key +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa53387c7 dm_rh_flush +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa83588eb dm_rh_recovery_end +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xbe38a431 dm_rh_recovery_prepare +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xc0a1d386 dm_rh_inc_pending +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd8aa4284 dm_rh_region_context +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf84fe541 dm_rh_bio_to_region +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf92b8a3d dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfd93482e dm_rh_recovery_in_flight +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0054f69d dm_tm_pre_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x01f7c2b0 dm_btree_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0211c39e dm_tm_with_runs +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x07ed9022 dm_bitset_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x088a5b30 dm_btree_find_lowest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0cf7c42f dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0d251167 dm_array_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x109eae1f dm_btree_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x15a2bf57 dm_btree_lookup_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1ae16d40 dm_tm_dec_range +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1d0d53f7 dm_array_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2842d760 dm_bitset_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2bc1a8d9 dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2f40da68 dm_bm_set_read_write +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x30c37cc0 dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x32bf4f4b dm_bitset_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3646e38f dm_tm_issue_prefetches +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3896f8d8 dm_array_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x38d53eec dm_array_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ad0f55b dm_bm_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ae50a4a dm_tm_inc_range +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40720a25 dm_bitset_set_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x418204e4 dm_array_set_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x46c56110 dm_bitset_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x48e323be dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4f2c653e dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4f477261 dm_bm_checksum +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x51005cef dm_bitset_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5375ca71 dm_bm_write_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5475ba9e dm_block_location +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x563946a0 dm_btree_remove_leaves +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5b04d3fe dm_bitset_clear_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x67c6c5b9 dm_array_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x68f34c27 dm_array_cursor_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6bfa88c8 dm_bitset_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6c600395 dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6fac2256 dm_array_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x703aa099 dm_block_manager_reset +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x72289260 dm_block_manager_destroy +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7612cd9c dm_bm_block_size +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x79bdc649 dm_sm_disk_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7ade1071 dm_tm_destroy +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7b047bd9 dm_tm_create_non_blocking_clone +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7b6b3af5 dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x836693c5 dm_disk_bitset_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x87419c51 dm_array_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x87c934be dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x88295b96 dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x8e057e61 dm_array_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x900896b9 dm_btree_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x91baa32f dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9290e07a dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x932a6ffc dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x94daa188 dm_bitset_cursor_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x95a52abd dm_bm_is_read_only +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9718cffa dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9e798e22 dm_bm_set_read_only +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa0bc1801 dm_btree_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa99029b9 dm_bitset_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb940af6a dm_array_info_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbdde4031 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd017c9c7 dm_array_new +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd8682982 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xda4f2ff0 dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xdb2c8e97 dm_btree_lookup +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xdf3a4e7d dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe07a2542 dm_bitset_new +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe0e68183 dm_array_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe781f874 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xecc1aeba dm_bitset_test_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xedf5036f dm_bitset_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf2b4509a dm_btree_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf71f197e dm_btree_cursor_next +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x0cd27dd9 cec_delete_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x10df39e7 cec_s_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x1a9c69ec cec_received_msg_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x1f5d5c1c cec_transmit_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x201c2915 cec_s_log_addrs +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x3c53d715 cec_queue_pin_cec_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x450163fa cec_register_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x50e787f0 cec_notifier_parse_hdmi_phandle +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x64733f1f cec_fill_conn_info_from_drm +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x686e48f5 cec_pin_changed +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x9db27a42 cec_s_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xa01fbb6b cec_notifier_set_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xaee236c6 cec_notifier_conn_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xb3524ba8 cec_notifier_cec_adap_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xb61a1dbd cec_notifier_cec_adap_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xb9bed829 cec_transmit_msg +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xbe4de675 cec_get_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xc16f2887 cec_notifier_set_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xc7078630 cec_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xcf75e937 cec_transmit_attempt_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xd3f470e2 cec_unregister_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xd8fd156e cec_s_conn_info +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xf6ba8cef cec_notifier_conn_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xf9686436 cec_queue_pin_hpd_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xfd4d288f cec_queue_pin_5v_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xfdb5fbc3 cec_pin_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x0c28c8bb saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x498dad0d saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x6c1efed8 saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x7217193b saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x7a8140b3 saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x80f8e56c saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x9902501a saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xb9a025b9 saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xbf8c780f saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xdbb05af0 saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x0b404e6e saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x2d5d71eb saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x3d0a2c45 saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x3dc6e6c8 saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x5783f6c3 saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x2bae8110 smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x2ce7e268 smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x34bf0e61 smscore_translate_msg +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x37d91069 smsendian_handle_tx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x3c3b45cd sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x45284ae9 smsendian_handle_rx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x52a03be8 smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x557a67fc sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x64bd4286 sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x6c7dc540 smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x74ee9098 sms_board_load_modules +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7ba56e57 sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7c576277 smsendian_handle_message_header +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7ff7ce78 smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x844539ae sms_get_board +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x85ea5d43 smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x8c142ff1 smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x908e4652 smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x991e983d sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x99a81ab3 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xb48b89b9 smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc2e982ed smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc91d0d47 smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xfdf6f81a smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/uvc 0x08c5db3e uvc_format_by_guid +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x040dc7cd tpg_aspect_strings +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x21bfae4e tpg_gen_text +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x4a738cc1 tpg_g_interleaved_plane +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x7e83543f tpg_s_crop_compose +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x80aaf962 tpg_g_color_order +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xa8a3f406 tpg_free +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xaa5503d9 tpg_set_font +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xb052969d tpg_init +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xbbc315dd tpg_update_mv_step +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xcaede3e2 tpg_fill_plane_buffer +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xce8159bb tpg_pattern_strings +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xe2169014 tpg_log_status +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xe6f04b89 tpg_alloc +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xe7ee5819 tpg_s_fourcc +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xf064e392 tpg_fillbuffer +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xf7a5f765 tpg_calc_text_basep +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xf7ec0949 tpg_reset_source +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x07729fd4 __SCK__tp_func_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x2757b3f2 vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x2f452005 __traceiter_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x308115dc vb2_core_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x3484da63 vb2_core_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x3c22713a __tracepoint_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x3f77f95b vb2_core_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x4b294b3d vb2_core_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x50a1bb4a __tracepoint_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x516b9b51 vb2_core_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x5acb8538 vb2_core_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x5f278d80 vb2_request_object_is_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x61151b7c vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x65b156c4 vb2_request_buffer_cnt +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x6a97ccfe vb2_core_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x7e4fb9fd __traceiter_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x7ee32286 __tracepoint_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x8849b123 vb2_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x90843cb3 __traceiter_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x9f2cea7a vb2_core_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb0bb7c95 vb2_core_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb6f4b031 __SCK__tp_func_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb72bd4b5 vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb9d2df39 __SCK__tp_func_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xbd5d29fe vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xbf48a0d0 vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc36c7083 vb2_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc7b45aa4 __SCK__tp_func_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xcc32a866 vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xd82f30be __traceiter_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe9b331e4 vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xed4c48df vb2_core_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf0270c90 vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf0b61c2b vb2_core_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf604e614 vb2_core_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf97a7c84 __tracepoint_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xfc7fe9bd vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0x541bd535 vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0xbe7e5d63 vb2_dma_contig_set_max_seg_size +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-sg 0x0abae97f vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-memops 0x76539f53 vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x001b2d9f vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x02f4afae vb2_request_validate +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x094a70d4 vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x10d5486c vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x14fb9c4f vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x18ec14a5 vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x1b8528a4 vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x35abb7de vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x3706636e vb2_request_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x3bc1b2e0 vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x45bcf2e6 vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x47bd3f52 vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x50b96ce3 vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x520b16de vb2_find_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x5da50611 vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x60183faf _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x6cc8cc67 vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x6fec404f vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x6fef41c0 vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x779e16c1 vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x79f404a8 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x7a2a3823 vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x86e0047d vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x872631d8 vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x9fcfc1c2 vb2_video_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xa1183816 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xb12ee932 vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xb16cffe9 vb2_queue_change_type +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xbda0b25a vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xda93b344 vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xdcba14b0 vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xefdcf1a3 vb2_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xf48c2822 vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xfe6986c8 vb2_queue_init_name +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-vmalloc 0xb96dac79 vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x9d9652cf dvb_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0xc6a9218c dvb_module_release +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0xec1089a6 dvb_module_probe +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/as102_fe 0xc83ccea1 as102_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ascot2e 0x5c82354e ascot2e_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/atbm8830 0x9853c1e8 atbm8830_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/au8522_dig 0x75e70d3a au8522_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/bcm3510 0x5fc2645a bcm3510_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx22700 0xff234f6a cx22700_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx22702 0xe64a73d8 cx22702_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24110 0xe4330505 cx24110_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24113 0xefc29e23 cx24113_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24116 0xac234289 cx24116_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0x2a11655c cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24120 0x95734dc3 cx24120_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24123 0xe1d918ea cx24123_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2820r 0x1deba3ed cxd2820r_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2841er 0x47cb36c6 cxd2841er_attach_s +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2841er 0xc8f7e7e4 cxd2841er_attach_t_c +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2880/cxd2880 0x592c6151 cxd2880_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0070 0x288512b7 dib0070_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0090 0x228fbc3d dib0090_fw_register +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0090 0x6cb71702 dib0090_register +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib3000mb 0x6b97d231 dib3000mb_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib3000mc 0xfd254b0d dib3000mc_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib7000m 0x09f8f272 dib7000m_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib7000p 0x7fc9eb2e dib7000p_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib8000 0x688de6b3 dib8000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib9000 0xe5a3eb66 dib9000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0xdc3d340e drx39xxj_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drxd 0x80ced906 drxd_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drxk 0x987077b4 drxk_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ds3000 0x4adf6bc3 ds3000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dvb-pll 0x028447a9 dvb_pll_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ec100 0x60539c42 ec100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/gp8psk-fe 0xfd22ca69 gp8psk_fe_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/helene 0x423735a4 helene_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/helene 0x574c89a3 helene_attach_s +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/horus3a 0xe3105f45 horus3a_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6405 0xd4b06a64 isl6405_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6421 0x848d5b98 isl6421_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6423 0xe7664d63 isl6423_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/itd1000 0x609f4fae itd1000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ix2505v 0x726f827f ix2505v_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/l64781 0xfc27fc1e l64781_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lg2160 0x00ebfa87 lg2160_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt3305 0x96f6c976 lgdt3305_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt3306a 0xd8abae7f lgdt3306a_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt330x 0x26fd4a95 lgdt330x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgs8gxx 0xe0de2df8 lgs8gxx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbh25 0xac2ceb81 lnbh25_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp21 0x008709fa lnbp21_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp21 0xd56293dc lnbh24_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp22 0xe477eb97 lnbp22_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/m88ds3103 0x64301333 m88ds3103_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/m88rs2000 0xdf8412e7 m88rs2000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mb86a16 0xd369f48d mb86a16_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mb86a20s 0x1c06beda mb86a20s_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mt312 0x1889004d mt312_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mt352 0xe7198594 mt352_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mxl5xx 0xcfb0cf19 mxl5xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/nxt200x 0x99f8fc3c nxt200x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/nxt6000 0x5fae0f8e nxt6000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/or51132 0x7b4b8ce0 or51132_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/or51211 0x86f863dd or51211_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1409 0x1c400e83 s5h1409_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1411 0x16b940dc s5h1411_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1420 0xfc560193 s5h1420_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1432 0x18086d00 s5h1432_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s921 0x2b6f24d0 s921_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/si21xx 0xe8a1bf52 si21xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/sp887x 0xfce23e39 sp887x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb0899 0x4c0b50c2 stb0899_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb6000 0x8353c2b0 stb6000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb6100 0x62d22588 stb6100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0288 0x027c1f3a stv0288_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0297 0x3a988306 stv0297_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0299 0x21932657 stv0299_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0x46c538a6 stv0367ddb_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0x7635269c stv0367ter_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0xf707dcf1 stv0367cab_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0900 0x696723f3 stv0900_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv090x 0xee9ed38d stv090x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0910 0xc7028be5 stv0910_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6110 0xd033ee64 stv6110_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6110x 0xb9564d53 stv6110x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6111 0x345bf8ba stv6111_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10021 0x2abf9acd tda10021_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10023 0x4f48a68d tda10023_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10048 0x5d8b5109 tda10048_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda1004x 0x828d739c tda10045_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda1004x 0xb9006ce8 tda10046_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10086 0x8f36b44e tda10086_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0xc5c538f3 tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda665x 0xfc2d2c39 tda665x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda8083 0x9022bb2c tda8083_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda8261 0x02833997 tda8261_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda826x 0x9cb45204 tda826x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ts2020 0x1aebf626 ts2020_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tua6100 0x119ff254 tua6100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ves1820 0xc0f95641 ves1820_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ves1x93 0x09b9859d ves1x93_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10036 0xebd66342 zl10036_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10039 0xf292530c zl10039_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10353 0x38211ecc zl10353_attach +EXPORT_SYMBOL_GPL drivers/media/i2c/aptina-pll 0x0f74a18d aptina_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/ccs-pll 0x825362de ccs_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x13db4dd2 max9271_set_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x1cf87dc1 max9271_set_translation +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x38e2836f max9271_configure_gmsl_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x52ffad70 max9271_verify_id +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x589be910 max9271_disable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x68d21a94 max9271_set_serial_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x7ea86220 max9271_set_deserializer_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xa4ed74b1 max9271_enable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xbe09aa8a max9271_set_high_threshold +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xc0738299 max9271_wake_up +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xc16a7d03 max9271_clear_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xc5f45a13 max9271_set_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xf6508556 max9271_configure_i2c +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0016ab16 media_device_pci_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0845e298 media_entity_enum_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x08e5f192 media_create_pad_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0d3150b8 media_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x162131c6 __media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1b05c7d6 media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1ee076cb __media_pipeline_pad_iter_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x207e61c1 media_request_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x238b0668 media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x25ff3ad7 media_device_unregister_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x278116ec media_request_object_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x314aa6c6 media_device_delete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x33b67979 __media_pipeline_entity_iter_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x34da5802 media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x354ce921 media_create_pad_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x35c54728 __media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x45a55d0c media_device_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x4c3541c1 media_request_object_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x50ba80de __media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x51570800 media_request_object_find +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x54c68ea5 media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x55e581d5 media_create_ancillary_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x568150e5 __media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5a41144c media_request_object_complete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x62e9edf4 media_devnode_create +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x64136b88 media_device_register_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x65dd67e0 media_pipeline_entity_iter_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6d46308b __media_entity_next_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x72b2fda7 media_get_pad_index +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7c7c82c8 media_entity_pads_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7eb0204d media_request_object_unbind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x815643ed media_pad_remote_pad_first +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8a8debfa media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9257c175 media_graph_walk_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9a5c7e8e media_create_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xacd1b25b media_request_object_bind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xae248c52 media_pad_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xaecc9399 media_device_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xaf1ce045 media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb6d1a27b media_entity_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb93c3798 media_devnode_remove +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb97e08fc media_entity_get_fwnode_pad +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xba4520eb media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbd9a6a2e __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbe24d6a5 media_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc523b5d5 media_pad_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd59fe609 __media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd82d3531 media_pipeline_entity_iter_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe4e5472f media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe5ceecd6 media_entity_enum_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe6337355 media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf03ee1fc media_request_get_by_fd +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf3b75f8c __media_device_usb_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf4eacfe6 media_device_usb_allocate +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf8c43032 media_entity_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf941ca10 media_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf9fc6c94 media_graph_walk_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xfb8194ab __media_device_register +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xfccb2833 media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/pci/bt8xx/dst 0x6b529c71 dst_attach +EXPORT_SYMBOL_GPL drivers/media/pci/bt8xx/dst_ca 0xa7fb1452 dst_ca_attach +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0xad78933c cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/ddbridge/ddbridge-dummy-fe 0x2be10853 ddbridge_dummy_fe_qam_attach +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x155693dc mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x155bfcd1 mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x3e50c69c mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x41954879 mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x436d2f39 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x4b92a559 mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x4c83d0c1 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x72e7dbfd mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x75a08e4d mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x7777b5a1 mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x80c078e5 mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x85f9c768 mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xae69f350 mantis_input_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb592560c mantis_input_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb64a0ef9 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc94eda09 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xcc776584 mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd2409215 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe90a14f3 mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x0d1b9b0b saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x27e97bb5 saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x2b64e5ad saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x377d33ef saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x45b58167 saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x46c58461 saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x69e1a902 saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x6bfbae8f saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x7700d4f5 saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x7927ecbe saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa179e7af saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xad09bf93 saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xad475f4d saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb2e33935 saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb8c2e191 saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xba67a531 saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xcb595afa saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xf6062eaf saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xfaa1d84b saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x141d5b18 ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x1e8fe214 ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x26779d67 ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x3bbbe6e4 ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x8208ba38 ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xb2a8a541 ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xecf5c1c8 ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x07d65304 nal_hevc_write_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x0b8685ee nal_h264_write_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x128399d7 nal_hevc_read_vps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x224b1b96 nal_hevc_read_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x27b06570 nal_hevc_write_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x3528af96 nal_hevc_read_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x4a98719c nal_hevc_write_vps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x4f4bb149 nal_h264_write_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x7f862d08 nal_h264_read_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xbf5b9228 nal_h264_read_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xcd350e28 nal_h264_read_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xceb93220 nal_hevc_write_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xddf6eace nal_h264_write_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xfc7173bf nal_hevc_read_sps +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x0a3282fd mccic_irq +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x4f060205 mccic_shutdown +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x7682e1cf mccic_suspend +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x82a5d584 mccic_register +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x933c8b7a mccic_resume +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x0399654f vpu_load_firmware +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x52312d68 vpu_ipi_register +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x65e19a53 vpu_get_plat_device +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x7479bf21 vpu_get_vdec_hw_capa +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x846a3986 vpu_mapping_dm_addr +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x94cd948c vpu_wdt_reg_handler +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x97f51598 vpu_ipi_send +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xf13ca3cb vpu_get_venc_hw_capa +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x027fe7e9 hfi_session_abort +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x07f35a52 venus_helper_vb2_buf_prepare +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x091d0370 venus_helper_check_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x0c1f0d0e hfi_session_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x0ef099e8 venus_helper_set_multistream +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x0f124ecb venus_helper_process_initial_cap_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x16229db1 hfi_session_start +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x195249c2 venus_helper_vb2_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x2112cbbb venus_helper_set_dyn_bufmode +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x22fcb05e venus_helper_get_profile_level +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x27b12c5f venus_helper_m2m_device_run +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x2d693ecb venus_helper_m2m_job_abort +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x2f5c5e14 venus_helper_release_buf_ref +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x345265cb venus_helper_intbufs_free +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x351228fe venus_helper_get_ts_metadata +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x35ed74ff hfi_session_unload_res +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x38c25bd3 venus_helper_acquire_buf_ref +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x3a51fe6b venus_helper_init_instance +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x3b713d71 hfi_session_deinit +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x3d6e3003 venus_helper_free_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x407f5536 venus_helper_set_output_resolution +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x46e20488 hfi_session_process_buf +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x4e5b1677 venus_helper_find_buf +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x52734b0f venus_helper_set_profile_level +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x529d313d venus_helper_set_work_mode +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x5cada8b5 venus_helper_vb2_start_streaming +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x691fc61a venus_helper_get_opb_size +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x6c400f84 venus_helper_intbufs_alloc +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x7186ea22 venus_helper_get_bufreq +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x72825cf4 hfi_session_set_property +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x748c2709 venus_helper_set_bufsize +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x76b37f04 venus_helper_set_input_resolution +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x7a9f1339 venus_helper_vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x89b5ff66 hfi_session_get_property +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x8e622273 venus_helper_set_color_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x900c7951 venus_helper_set_format_constraints +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x90655390 venus_helper_queue_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x9bb85b8f venus_helper_change_dpb_owner +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xac54b39a hfi_session_stop +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xb5da1da9 venus_helper_get_framesz_raw +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xb98b1f79 venus_helper_set_raw_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xbfa7099c venus_helper_vb2_buf_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xc030df12 venus_helper_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xc4c46d8e venus_helper_unregister_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xca643415 venus_helper_get_out_fmts +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xca916981 hfi_session_create +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xccbd3200 hfi_session_destroy +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xcd6129f9 venus_helper_set_stride +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xce936f47 venus_helper_check_codec +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xd21da2e4 venus_helper_get_framesz +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xd68c89d3 venus_helper_set_num_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xd6a036b3 venus_helper_alloc_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xe56e3f9d hfi_session_flush +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xe88c01e1 hfi_session_continue +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xe9415c74 venus_helper_buffers_done +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xecfde3b5 venus_helper_session_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xf5a41579 venus_helper_process_initial_out_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xf98aa477 venus_helper_intbufs_realloc +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x3d858696 rcar_fcp_put +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x4ad5d888 rcar_fcp_enable +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x5fe6f6e8 rcar_fcp_disable +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x9877c29f rcar_fcp_get +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0xc7282df4 rcar_fcp_get_device +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x312d5b50 vsp1_du_atomic_flush +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x7658f714 vsp1_du_setup_lif +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x9beafefe vsp1_du_map_sg +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xa9988693 vsp1_du_unmap_sg +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xaad11f08 vsp1_du_init +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xd01ac8d3 vsp1_du_atomic_begin +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xe954fa22 vsp1_du_atomic_update +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x0d431d11 xvip_enum_mbus_code +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x1a3fe279 xvip_clr_or_set +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x32a020d5 xvip_set_format_size +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x69245c66 xvip_cleanup_resources +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x9469d772 xvip_enum_frame_size +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xb67940fb xvip_get_format_by_fourcc +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xe08e6063 xvip_get_format_by_code +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xe2317d8d xvip_of_get_format +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xe9a64a00 xvip_clr_and_set +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xf5109e80 xvip_init_resources +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0x3c16a6b1 xvtc_generator_stop +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0x47d7900b xvtc_generator_start +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0x5c126f38 xvtc_of_get +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0xa8a0f912 xvtc_put +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x49a2b8c0 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xf842b934 radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x1b7f9ffc si470x_ctrl_ops +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x3ac06d51 si470x_set_freq +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x4082491e si470x_viddev_template +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xc9dd8093 si470x_start +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xe0140e51 si470x_stop +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x0b35e089 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x0b3b850e rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x0ec9d376 rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x1c80a3c9 ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2052fbff rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2a0f54bc rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2ed90ced rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x33515852 rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x59e85609 lirc_scancode_event +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x7cd00ed9 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x90b2ec27 rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x916afe07 ir_raw_event_store_with_timeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x95be94d0 ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x9aeb0fc0 devm_rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xaf47ce7e rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb900079f ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb960f15c rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xbf8214e9 devm_rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd780ae20 rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xf479ce93 ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xfc5d3079 rc_map_get +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0011 0x7fca3e5f fc0011_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0012 0x960bf2bd fc0012_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0013 0x65f633c1 fc0013_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/max2165 0x2ef20d55 max2165_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mc44s803 0x9d8a6451 mc44s803_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2060 0xf16fc349 mt2060_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0xc344b260 mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0xab4bb6cc microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2131 0xecf35141 mt2131_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2266 0xd6ce107e mt2266_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5005s 0xa6478ef5 mxl5005s_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0x91b610c8 mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/qt1010 0x7bd8437a qt1010_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0x8cd757c7 r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18218 0x95182116 tda18218_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0x9ac8f25d tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0x03e9cfef tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x5d48465e tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xac09da2f tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0xe6c9665d tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x4f9476c0 tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0xcbb42cfe tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x5061bb96 tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xf60f4d6a tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0x60fd8c66 simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc2028 0xe862d358 xc2028_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc4000 0x9c9ff937 xc4000_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc5000 0xa9082454 xc5000_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x005e3df7 cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x218c541c cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x3f83a3b7 cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x4277ef99 cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x4c151feb cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x523e9548 cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x526e9ae0 cx231xx_get_i2c_adap +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x91f8f5fc cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9bc8fac4 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa33b8d31 cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa8c30c31 cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa9cd9350 cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xb2873d38 cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xb70f0428 cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xbfe71902 cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xc34f2f96 cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xce8947a0 cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf08c0725 cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf8041b47 cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xfbdf6308 is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0x84d94812 mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0x74319191 mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x26e4ad3a em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x299ee551 em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x38fd3a26 em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x3bf2c15f em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x3eacc26c em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x4e3fa6ab em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x513a7ee7 em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x57dd648e em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x5fba8642 em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6639adff em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x721f7cc7 em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7c14f0bc em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x921d7c65 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa4b66a68 em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa5304b0a em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xad89ff50 em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xb222aabc em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe0ce37e4 em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe12477d6 em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe681d4b2 em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x1fbe10f9 v4l2_async_nf_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x25576ea2 __v4l2_async_nf_add_i2c +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x6a1b4757 __v4l2_async_nf_add_fwnode +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x6ece617b __v4l2_async_nf_add_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x8ad21737 __v4l2_async_nf_add_fwnode_remote +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x01612c0b v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x08402862 v4l2_print_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x0958448b v4l2_set_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x0af3d134 v4l2_valid_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x2bf67def v4l2_calc_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x370cfe6e v4l2_dv_timings_presets +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x3aa68d7a v4l2_find_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x4839762f v4l2_calc_timeperframe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x7b6ac78f v4l2_phys_addr_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x8f8d4341 v4l2_get_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x922ecd29 v4l2_enum_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xa22fbfeb v4l2_hdmi_rx_colorimetry +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xa97e00eb v4l2_detect_cvt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xae575c8f v4l2_phys_addr_for_input +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xd034392d v4l2_match_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xf56238f4 v4l2_find_dv_timings_cea861_vic +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xff585440 v4l2_dv_timings_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0x022e5d07 v4l2_flash_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0xa74aa2f8 v4l2_flash_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0xb96cbbd5 v4l2_flash_indicator_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x0dc45ef9 v4l2_fwnode_connector_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x2dc720fd v4l2_fwnode_connector_add_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x5e5cecfe v4l2_fwnode_put_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x612ddce5 v4l2_fwnode_connector_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x682973a7 v4l2_fwnode_endpoint_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x6adf4ddd v4l2_async_nf_parse_fwnode_endpoints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x72309ba5 v4l2_fwnode_endpoint_alloc_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x8d43105b v4l2_fwnode_device_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x98fc48e7 v4l2_async_register_subdev_sensor +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xad28168c v4l2_fwnode_endpoint_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xd689ccfb v4l2_fwnode_parse_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-h264 0x639ecc68 v4l2_h264_init_reflist_builder +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-h264 0x6a1429ff v4l2_h264_build_p_ref_list +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-h264 0xf568bf81 v4l2_h264_build_b_ref_lists +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0x30b5ebc6 v4l2_jpeg_parse_scan_header +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0xcbfdf5cb v4l2_jpeg_parse_frame_header +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0xe8956e3f v4l2_jpeg_parse_huffman_tables +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0xe8f40f9e v4l2_jpeg_parse_header +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0xf8ffd565 v4l2_jpeg_parse_quantization_tables +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x071c4d91 v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0bb8f1cb v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0f6e3982 v4l2_m2m_buf_remove_by_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1230b7a1 v4l2_m2m_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1285d03b v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x193b4d7c v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1abf3943 v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1f044ba9 v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x234add96 v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x28184170 v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3244a202 v4l2_m2m_ioctl_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x33f7d629 v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x41ccb4c6 v4l2_m2m_update_stop_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x472c5fb1 v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x479fafb2 v4l2_m2m_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4ceb92b7 v4l2_m2m_update_start_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4e0a13ea v4l2_m2m_buf_remove_by_idx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x52516ceb v4l2_m2m_ioctl_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5652964e v4l2_m2m_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x596bdd9a v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5a5a7783 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5cab8301 v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x60d8d421 v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x664560c4 v4l2_m2m_try_schedule +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x730f2eae v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x79f649e8 v4l2_m2m_ioctl_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7d601ccc v4l2_m2m_buf_copy_metadata +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x887d22a6 v4l2_m2m_ioctl_stateless_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb520a2ec v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb91b8ef2 v4l2_m2m_ioctl_stateless_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbafc603d v4l2_m2m_ioctl_try_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbccb81eb v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc892a4f1 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc9b1613e v4l2_m2m_last_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd285eeb4 v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe18c0f7c v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe2f21365 v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe306902a v4l2_m2m_register_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf09cca42 v4l2_m2m_last_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf0a65b27 v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf13ff84d v4l2_m2m_unregister_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf3fd3b27 v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf5c26b29 v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xfb071ff2 v4l2_m2m_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xfb6db306 v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xfda0ed3b v4l2_m2m_request_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0x4137d90c v4l2_vp9_adapt_coef_probs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0x8ef1a3dd v4l2_vp9_reset_frame_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0x8ef25d5d v4l2_vp9_seg_feat_enabled +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0x9dec35a2 v4l2_vp9_fw_update_probs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0xb3cf2529 v4l2_vp9_adapt_noncoef_probs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0xcf15018a v4l2_vp9_kf_partition_probs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0xdf6586d2 v4l2_vp9_kf_uv_mode_prob +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0xf5c55c43 v4l2_vp9_default_probs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0xfbf87a5e v4l2_vp9_kf_y_mode_prob +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x0d972d25 videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x118f8fc6 videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x1418aa35 videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x1a0190e0 videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x1b908ec2 videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x1dc20dc5 videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x49bff307 videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x550b8323 videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x55c60355 videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5614df80 videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5c783ee5 videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6a0d1efc videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6b8403c6 videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x78345c46 videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x7863b854 videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x7a07699a videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x877a9809 videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8d29b9c8 videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x93bcb5a8 videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xbbe7f875 videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc1ef0470 videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc2700b35 videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd14c6d12 __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xdb8f599e videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x08627653 videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x0b41d03f videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x553a86d0 videobuf_sg_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x86eeefdb videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xd9f90659 videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0155c637 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x018da850 v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x09c9b5a5 v4l2_subdev_s_stream_helper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0caeaf0d v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x11f3044c __SCK__tp_func_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1a7c11d3 video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1b3548fa v4l2_subdev_get_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1fe71aad v4l2_s_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x21c1c5a4 video_device_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x21f43c20 v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2285ef15 __v4l2_subdev_state_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x24f4e574 __traceiter_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x25783a3f v4l2_pipeline_pm_get +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x261dd96f v4l_disable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2ae0877b __SCK__tp_func_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2b6856cd __tracepoint_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2be12d72 v4l2_compat_ioctl32 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2eb95f2b v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2f0de237 v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x33c2bf16 v4l2_g_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x367296f3 v4l2_subdev_get_privacy_led +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x38827c34 v4l_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x43d2226f v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4593ea54 v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x488b50bf v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4894cd55 v4l2_subdev_state_xlate_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x498280b6 __v4l2_ctrl_handler_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4e800e32 v4l2_subdev_get_fwnode_pad_1_to_1 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5074e573 v4l2_fraction_to_interval +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x50b41995 v4l2_pipeline_link_notify +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x51f019f3 __video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5421072b v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x557f3097 v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x56f2f15b v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x59ae5450 v4l_vb2q_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5ebc795f v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x65d7839c v4l2_subdev_state_get_opposite_stream_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x66bf7ac4 v4l2_subdev_set_routing_with_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6c3ceca6 v4l2_get_link_freq +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6ce1c95c __SCK__tp_func_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6d31f8a8 v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6e9acc41 v4l2_fill_pixfmt_mp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x712f032e v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x782cfdaa v4l2_ctrl_request_hdl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7cfd2c6a v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8048bee2 v4l2_subdev_enable_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x85728a13 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x88b38088 v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x88bd2289 __traceiter_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8ae3a8fe v4l2_mc_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8e8da86a v4l2_subdev_disable_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9047d884 v4l2_pipeline_pm_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x93aa9a1a v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x98857e09 v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9ea5fd3d v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9fef35ac v4l2_apply_frmsize_constraints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa1914a74 v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa9d39e6f v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xaa410d8d v4l2_i2c_subdev_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xab8e8ae7 v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xad5c3c93 v4l2_simplify_fraction +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xae3dd8d6 __v4l2_subdev_next_active_route +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb227b987 video_device_pipeline +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb3578028 v4l2_create_fwnode_links_to_pad +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb48cf8aa __tracepoint_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb5a337db v4l2_subdev_state_get_stream_compose +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb5fb3b97 v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbfa9f4e6 v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc86897a7 v4l2_subdev_state_get_stream_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcc1717ee v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcc501597 v4l2_fill_pixfmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xce92210e v4l2_create_fwnode_links +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcf754c8f v4l2_subdev_routing_find_opposite_end +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd036ac02 __v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd7181ae2 v4l2_subdev_has_pad_interdep +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd9ebcfb6 v4l2_subdev_notify_event +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xde5795db __video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xde6e37d9 __v4l2_subdev_state_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdef3dffd __tracepoint_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe0b98a71 __tracepoint_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe116af8e v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe2822320 __v4l2_find_nearest_size +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe36fad97 v4l2_subdev_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe58e0945 __v4l2_subdev_init_finalize +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe5a33113 __SCK__tp_func_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe67481bd v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe8119fe6 __traceiter_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe93bb5ed v4l2_subdev_put_privacy_led +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe9e6edfc v4l2_event_wake_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xed6c9ccf v4l2_subdev_state_get_stream_crop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf1a81f08 v4l2_ctrl_request_hdl_ctrl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf2888b60 video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf55d62c5 v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf6413ccc v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf667749d v4l2_subdev_routing_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf734862b __traceiter_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfb476e94 v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfd90855a v4l2_subdev_set_routing +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x9de21eee pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xc617fb6f pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xec7bcd6b pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x02b2fecf cs47l24_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x1949d8fa wm5110_revd_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x27dc7a59 arizona_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x2e851953 wm5110_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x2feb361c cs47l24_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x3501187e wm5110_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x390729fa arizona_set_irq_wake +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x39419a43 wm8997_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x5cbc64c2 arizona_clk32k_disable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x5ce27885 arizona_clk32k_enable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x60999e2c arizona_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x6dbdd81f wm5110_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x811c5ad6 wm8998_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x8efc6047 wm5110_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x90ee8c22 wm5102_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xa66c8fe3 wm8997_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xb967f93a cs47l24_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xc3004a7d arizona_request_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xc3af534f wm8997_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xd07aa69f arizona_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xd3d64d6e wm5102_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xd3fee6a6 wm5110_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xdfbe649b wm8997_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xf39726a5 arizona_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0xcf19ae2a atc260x_device_probe +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0xf1d1068d atc260x_match_device +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x1baae0ce da9150_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x2f6dd3f8 da9150_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x3a6fb585 da9150_read_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x751d7fb2 da9150_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x8dcc1fd6 da9150_bulk_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xce896642 da9150_write_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xdc93ad49 da9150_bulk_read +EXPORT_SYMBOL_GPL drivers/mfd/gateworks-gsc 0xa142a524 gsc_read +EXPORT_SYMBOL_GPL drivers/mfd/gateworks-gsc 0xb7abd1c4 gsc_write +EXPORT_SYMBOL_GPL drivers/mfd/iqs62x 0xa436f4de iqs62x_events +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x2c53f18b kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x4af7b1cd kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x5203c73a kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x98d68a51 kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x9d519cfc kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xbabeda4a kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xe03ae8fe kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xe36821b7 kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x23c33400 lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x3e80a217 lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xb77b26c0 lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x2d050027 lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x47f735ea lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x59fb12ef lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x6154f80e lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x66cdda44 lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xc78deac6 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xef351994 lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x14bcf5e5 lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x71bbfefe lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xeed5735e lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0b732494 cs47l35_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0b7ef8d4 cs47l35_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0f379262 madera_of_match +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x16250251 cs47l15_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x1655d3a1 cs47l92_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x16580fe1 cs47l92_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x21d4c85c cs47l90_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x21d9141c cs47l90_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x323a94b2 cs47l85_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x3901bfec cs47l85_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x390c63ac cs47l85_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x3aede395 cs47l90_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x44de5bb1 madera_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x48463998 cs47l35_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x484be5d8 cs47l35_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x5560cead cs47l92_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x556d12ed cs47l92_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x5f488fbf madera_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x62e1d550 cs47l90_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x62ec0910 cs47l90_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x7a34a2e0 cs47l85_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x7a397ea0 cs47l85_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x82859354 cs47l15_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x82884f14 cs47l15_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xc1b08e58 cs47l15_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xc1bd5218 cs47l15_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xc1f62357 madera_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xd112b20a cs47l35_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xdaf50cee cs47l92_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xebe384cb madera_name_from_type +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x1793f1ab mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x232ab53a mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x9d25f378 mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xa3a31713 mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xb1ace27b mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xf116a95b mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/motorola-cpcap 0xa226dbe8 cpcap_sense_virq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x0168e01d pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x1d3ca4b8 pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x51cc6220 pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x58a4b46c pcf50633_pm +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x5c9e2eb6 pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x77c0fb4e pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x894a8e4e pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xa9232bcc pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xdd952fe0 pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xe7ddec78 pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xf0fee5cb pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xf38caede pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x5e31f0c9 pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x892f1026 pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x00869a42 pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x4621e2b0 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x62f014d6 pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xc9c7e538 pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xdd2688f1 pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x13471f45 devm_rave_sp_register_event_notifier +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x43e53ef9 rave_sp_exec +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x56d1a8c5 retu_read +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0xa074c8b6 retu_write +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0x2b98c760 rk8xx_probe +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0x44b83fb4 rk8xx_shutdown +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0x78d90924 rk8xx_suspend +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0x9ebfc7d9 rk8xx_resume +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0dc0e513 si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x123fd63f si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1bf03c31 si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1ddfb501 si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x271abd94 devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2dc66704 si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3923d901 si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3ce42811 si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4132f9e7 si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5bf4324d si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5c99b67c si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6b76d7ab si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6bb53c74 si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6bc7f8e0 si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x74119a56 si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x75a0e9a9 si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x77b7d6b4 si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8808fb0e si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x894381a7 si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x91d6469b si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9429b2c6 si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x970cd154 si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9f4ad15c si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xaea2108b si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb0d057cd si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc197b08f si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc56b426a si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc686dd71 si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xcb7d8014 si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd11d43a9 si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd537e9d1 si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xdcc0442b si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe22dedf9 si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xfcdf7975 si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x12c382ef sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x1f56856f sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x21c84063 sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x64c6aef3 sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x9e545120 sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/sprd-sc27xx-spi 0x91f6e05b sprd_pmic_detect_charger_type +EXPORT_SYMBOL_GPL drivers/mfd/stm32-timers 0xf3311eab stm32_timers_dma_burst_read +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0xa5ee65f7 stmfx_function_enable +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0xde11b1bf stmfx_function_disable +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x0e3d9d52 am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x2aea3dca am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x2daf0988 am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x7a67b555 am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x03961f12 tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x431ae9d0 tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xabfe4dec tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xd9a53eaa tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x4786413c tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x7f4afbf8 tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x8078b328 tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps6594-core 0x0d265a52 tps6594_device_init +EXPORT_SYMBOL_GPL drivers/mfd/tps6594-core 0x15c3d213 tps6594_is_volatile_reg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x13b1cded alcor_write32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x1b2d16a5 alcor_read8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x25d9d328 alcor_read32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x843c0cc2 alcor_write32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xbdef73af alcor_write8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xcfdba687 alcor_write16 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xe36d559c alcor_read32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x041c0b6a rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x15863266 rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x2acedafb rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x38a3ac09 rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x3b4e3f11 rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x47d6f625 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x4cd1d4cf rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x5abb6fcb rtsx_pci_dma_unmap_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x5ef6f471 rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x6c0af9e8 rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7187d65c rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x75b15308 rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7949b38d rtsx_pci_dma_map_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7cc2a7e8 rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x87ee90aa rtsx_pci_dma_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x88da8968 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x970f4ffe rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x97a8541d rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x9811551b rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb57f140b rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xbcf5fb87 rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xbf36de2d rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xd4563e68 rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xfe30a460 rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x153ea75d rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x1e0a24c1 rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x1eb02746 rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x21da11a8 rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x4c4a544c rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x7d5021c9 rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x844beaf5 rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x98fff318 rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xb3dbe349 rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xc557214b rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xef0062a5 rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xf002edc8 rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xff14d0a8 rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x7b73ff9c cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x7f75022d cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x9bfc9a85 cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xb402c90e cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x0b008db0 oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x296a8983 oslec_update +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x3115970d oslec_create +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x4b711f77 oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x5909e701 oslec_snapshot +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x780d3f01 oslec_flush +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x84eba96d oslec_free +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x3cb83d5b eeprom_93cx6_multireadb +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x870b53e9 eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x884deb9d eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0xc9c6bb25 eeprom_93cx6_readb +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0xff7a0fdf eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x5c4e8ad5 enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x9d811311 enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xb6cd594b enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xba49fa49 enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xbc0d48b3 enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xd28c0846 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xe668abdd enclosure_component_alloc +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xf017629a enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x4a524ebf lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x4a83739d lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x62c77356 lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x6646eb36 lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x86eed6b3 lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xb6e7d5da lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xe13162e3 lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xe562365f lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/pvpanic/pvpanic 0x7069a3cc devm_pvpanic_probe +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x4bcde927 st_unregister +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x617a7628 st_register +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x08f888c9 uacce_remove +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x68a66606 uacce_alloc +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x7d644801 uacce_register +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x024d14bc vmci_qpair_produce_free_space +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x046dd187 vmci_datagram_create_handle +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x056837fb vmci_get_context_id +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x1fd4782d vmci_qpair_get_produce_indexes +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x2449459d vmci_event_subscribe +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x3a22fa8a vmci_datagram_destroy_handle +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x3b522e99 vmci_qpair_enquev +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x4ba5c46b vmci_qpair_peek +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x5591b58e vmci_context_get_priv_flags +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x5d0178d9 vmci_qpair_dequev +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x5e949e0a vmci_doorbell_destroy +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x612df9ae vmci_qpair_detach +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x676bd843 vmci_qpair_consume_free_space +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x75fe065a vmci_send_datagram +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x787f0fe8 vmci_register_vsock_callback +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x7c74d7a6 vmci_qpair_consume_buf_ready +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x81d61eef vmci_qpair_dequeue +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xb572e830 vmci_doorbell_create +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xbcb85f62 vmci_doorbell_notify +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xc04c7e84 vmci_qpair_get_consume_indexes +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xc403cafe vmci_is_context_owner +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xde3abc2e vmci_datagram_create_handle_priv +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe0cc9c92 vmci_qpair_alloc +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe11895c1 vmci_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe67343c1 vmci_qpair_enqueue +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe7cd0ef7 vmci_qpair_peekv +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xea143610 vmci_datagram_send +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xea61eefe vmci_qpair_produce_buf_ready +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0x354a8b50 dw_mci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0xb0edd822 dw_mci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0xf706062d dw_mci_pltfm_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0x0ad7ca50 mmc_hsq_finalize_request +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0x7aca6ad7 mmc_hsq_init +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0x7cc0d852 mmc_hsq_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0xac133d6a mmc_hsq_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/renesas_sdhi_core 0x5f5d2b47 renesas_sdhi_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/renesas_sdhi_core 0x94e05eb4 renesas_sdhi_probe +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x05e4b606 sdhci_start_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x0785202b sdhci_calc_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x0837cf46 sdhci_setup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x0b3d6265 sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x188f7ac3 sdhci_end_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x1fa2fdf9 sdhci_execute_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x2094aa18 sdhci_set_data_timeout_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x26ea974d sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x2b205570 sdhci_reset_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x35e25571 sdhci_adma_write_desc +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3f05847c sdhci_dumpregs +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x43754f4c sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x482252a5 sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x54282ee1 sdhci_set_power +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x58925a1a sdhci_cqe_enable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x59e2d139 sdhci_enable_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5fca8f21 sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6313e669 sdhci_cqe_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6f7eb67e sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x700360a9 sdhci_start_signal_voltage_switch +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x736e3071 sdhci_request +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x80e28bad sdhci_abort_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x83c87f09 sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x85457c1d sdhci_switch_external_dma +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x933e4653 sdhci_request_atomic +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x9439b965 __sdhci_set_timeout +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x96a2885f sdhci_set_power_noreg +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x9da506df sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x9e137624 sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb91e50a4 sdhci_set_power_and_bus_voltage +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb9c17346 sdhci_set_ios +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xbc567bb5 sdhci_enable_v4_mode +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xcdd9cb7a __sdhci_read_caps +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe021bc20 sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe439f7cb sdhci_send_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xeb1d7132 sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xee94e784 sdhci_cqe_disable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf19de4fb __sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf26afaa6 sdhci_get_cd_nogpio +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf34267cc sdhci_enable_sdio_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf8951177 sdhci_cleanup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xfc89c7c6 sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x0566d7e1 sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x1e089c88 sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x3d7323ab sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x40ada248 sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x42965def sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x47df2fcf sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x6118d0f8 sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x9a2fa0ce sdhci_get_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xecc3a23d sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x13d8ce24 tmio_mmc_host_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x23260681 tmio_mmc_host_free +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x378f2335 tmio_mmc_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x620bbfc1 tmio_mmc_host_alloc +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x86daa21b tmio_mmc_host_probe +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x9d467152 tmio_mmc_enable_mmc_irqs +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x9ec61004 tmio_mmc_disable_mmc_irqs +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xcbbf7853 tmio_mmc_host_runtime_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xcc3422f6 tmio_mmc_do_data_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xce3884b3 tmio_mmc_host_runtime_resume +EXPORT_SYMBOL_GPL drivers/most/most_core 0x26371064 most_start_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0x2f082040 most_deregister_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0x3f594a11 most_register_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0x47dcf041 most_submit_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x480f6f77 most_register_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0x530c03b0 most_get_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x65cfef73 most_register_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0x6d5015bf most_stop_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0x74e18a50 channel_has_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x9caaa390 most_resume_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0x9d2e62af most_deregister_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0xa6f8d874 most_stop_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0xe255c979 most_deregister_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0xe3218a4c most_put_mbo +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x7e94c565 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x838ae0f3 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xbca3c51b cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x6fe7bd81 cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x9c1e7207 cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xe24c39d7 cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0x0dd91480 cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x350b7762 cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xc88b4f12 cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xcb625f91 cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0x4a183c09 hyperbus_unregister_device +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0xf18224f8 hyperbus_register_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0ca0f983 __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0e1128c0 deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x14c3f9ae mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x152f5274 mtd_pairing_info_to_wunit +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1b43ae85 mtd_ooblayout_free +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2156c0df mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x234dfa46 __register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x239bae60 mtd_ooblayout_set_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x23cfedee mtd_write_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x293d8801 __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2f4609de mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3480beeb mtd_ooblayout_get_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x352aae40 mtd_erase_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3908e5f1 mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3984befa mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3f33eecc mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3fdf15de mtd_block_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x422486d9 mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4aa3114b mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4cb8d9f6 mtd_ooblayout_ecc +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4e80c0d7 mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x50dabc2f mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x545033b4 mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5a0089b9 mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x61e79acb mtd_pairing_groups +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x76ab1bf6 get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7ad56a71 mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7ff0d377 mtd_ooblayout_set_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x81a5690a mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x855886c1 mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8a4d5767 mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9014f66a mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x92ea7de3 mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x930131d9 mtd_ooblayout_get_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9456ddcd mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x97f176a3 register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9c21fd7c put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9eac4df1 get_tree_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa136e566 __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa1e389d4 mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa642ce46 mtd_ooblayout_count_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa813b5cd mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xab08a662 mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb0699764 mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb32ff41c mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb7075882 mtd_check_expert_analysis_mode +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbbd36a9a mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc5016dea mtd_ooblayout_find_eccregion +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc5ae0b22 mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcfdbfc41 of_get_mtd_device_by_node +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe7d200cc mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe88a3043 mtd_ooblayout_count_freebytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xeb987be8 kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xec41548c mtd_wunit_to_pairing_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf71d19b1 unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf87ae602 get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x009a36b5 del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x188e12f1 mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x497f676a add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x4c772579 deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xb8da495a register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x036d0145 nanddev_mtd_max_bad_blocks +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x0e96086f mxic_ecc_get_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x0f3b75df nand_ecc_restore_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x140e16a4 nand_ecc_cleanup_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x2144a197 nanddev_bbt_set_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x2e6619ce nanddev_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x33af59de nand_ecc_tweak_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x39a17747 nanddev_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x61819ff9 nanddev_bbt_update +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x641586e4 nand_get_small_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x6ba6acd5 nanddev_ecc_engine_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x7250af40 nand_get_large_page_hamming_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x75de6dcf nanddev_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x7dddd15c mxic_ecc_get_pipelined_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x95aafccb nanddev_bbt_get_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x9edb4ce6 mxic_ecc_process_data_pipelined +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xaf602868 nanddev_ecc_engine_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xb7e21e1b nanddev_bbt_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xbabc0c39 nand_get_large_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xbadaff05 nanddev_isbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xc1099b16 nand_ecc_init_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xc2d9412f nanddev_markbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xc4b3e7fb mxic_ecc_put_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xd7f207ed nanddev_mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xf80f4ca3 nanddev_bbt_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0xa719e8f8 onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0xe98dcb32 onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0x04529ba3 brcmnand_pm_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0xec87161c brcmnand_remove +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0xf8602e6c brcmnand_probe +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/denali 0x1d794c59 denali_chip_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x10fe8c36 nand_prog_page_end_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x11091291 nand_extract_bits +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x1391a63a nand_write_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x1af97de3 nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x2d368c4c nand_subop_get_addr_start_off +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x3c571461 nand_status_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x4ed173b7 nand_read_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5626aa41 nand_ecc_choose_conf +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5632e63d nand_subop_get_num_addr_cyc +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x6c873752 nand_read_oob_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x71253a27 nand_select_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x7bc979bf nand_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xa3269f3a nand_soft_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xa8f87c7e nand_change_write_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xab453be1 nand_deselect_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xacaa4a2a nand_readid_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xb4223139 nand_read_page_hwecc_oob_first +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xb4a09a16 nand_op_parser_exec_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xb4f935e7 nand_read_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xbcd8aaf2 nand_gpio_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xc250521a nand_erase_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xc4e907f5 nand_reset +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xc8e9bec9 nand_decode_ext_id +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd3c672b8 nand_subop_get_data_len +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd41ff2ac nand_subop_get_data_start_off +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xe6ca416f nand_prog_page_begin_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xef859d7a nand_prog_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xf7cc069a nand_change_read_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xfb9702d4 nand_reset_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/sm_common 0x8475910e sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0xbcbd5729 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x1302a503 ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x1677d591 ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x38e10c1d ubi_flush +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x3bc32d06 ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x42801d20 ubi_sync +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x468c5b9b ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x50b864fe ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x515a3a83 ubi_leb_read_sg +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x6154a2f2 ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x66011ab6 ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x72c276a5 ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x8ee63159 ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x96a16b79 ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xb4942d2b ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xd578adda ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xd59256c5 ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xe13c2034 ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x0a65c89f mux_state_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x309c4836 mux_control_states +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x3d06348e mux_chip_free +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7b193b2b mux_chip_unregister +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7cf08396 mux_state_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x821b9a23 devm_mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x82ff6167 mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x974864b4 devm_mux_state_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xaefc57ac devm_mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xb68165c3 mux_control_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xb7e3d34b mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xc39f49da mux_control_put +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xc4334924 mux_control_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xcf15f787 mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xd5496921 devm_mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xfa4e93bc mux_control_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xfa76e911 mux_state_select_delay +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x14abdbcd arcnet_led_event +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x50d169ce devm_arcnet_led_init +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x16b3b4a5 unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x52049576 register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x6d5733a0 free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xb1eaf21c alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xc2949bac c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xdd50299c c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x20d274e3 unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x757edf29 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x7f9d4b6c alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x93ded48f register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x10d892eb can_get_state_str +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x137b96ce can_rx_offload_add_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x16eb272d can_rx_offload_add_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x17e7163c alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x1f2d1537 can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x27604995 alloc_candev_mqs +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2eda22f7 can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x53610ddd unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x56b6fdba safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x5d7d900a can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6047ede6 can_fd_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x67734bd5 register_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6c8aac17 alloc_canxl_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6f3f7b01 can_rx_offload_add_manual +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x7c08e22f can_dropped_invalid_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x83427e9d can_rx_offload_irq_offload_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x94fd241a can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x9df149cd can_rx_offload_queue_tail +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x9f1fb067 can_skb_get_frame_len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xa36d0a11 can_rx_offload_enable +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xae097e41 alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xb400d01a can_rx_offload_queue_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xb54ea895 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xc040cd0c close_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xc5bd4a3e of_can_transceiver +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xc8fc6992 alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xce7e8f9c can_rx_offload_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xdd40d81c can_rx_offload_del +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xec124268 can_rx_offload_irq_offload_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xedb1c614 can_rx_offload_threaded_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf12d9387 can_fd_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf2a159db can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xfa07db83 open_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xfafa0600 can_rx_offload_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xfd838d2b can_change_state +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x190f3a97 m_can_class_suspend +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x1cba13da m_can_class_register +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x37b0e5ed m_can_init_ram +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x673bb755 m_can_class_unregister +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x87ba0cbc m_can_class_allocate_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xa002b99b m_can_class_get_clocks +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xaaca757e m_can_class_resume +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xd78280b5 m_can_class_free_dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x168aa238 free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x194833e4 alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x669bb230 unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x7905867f register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/dsa/lan9303-core 0x0975d115 lan9303_indirect_phy_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_switch 0xa71780e3 ksz_switch_chips +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0x2d53fccc mt7530_remove_common +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0x96d33905 mt753x_table +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0xecdd9e49 mt7530_switch_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0xf8f8570d mt7530_probe_common +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0x375d4454 felix_netdev_to_port +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0xa0e38919 felix_port_to_netdev +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0xb689aafc felix_switch_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8365mb 0xca0d60d7 rtl8365mb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x1bb94eca rtl8366_vlan_add +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x219e9351 rtl8366_enable_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x2fba16fa rtl8366_vlan_del +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x3b59bc6f rtl8366_get_strings +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x6860ba7a rtl8366_mc_is_used +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x6f1718bc rtl8366_set_pvid +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x7731d034 rtl8366_enable_vlan4k +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x809d822a rtl8366rb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x9e91f9a8 rtl8366_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xae5a49e6 rtl8366_set_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xb6c07496 rtl8366_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xdb91284d rtl8366_reset_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x2f4d54fd pdsc_adminq_post +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x45b87b4f pdsc_register_notify +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x90bec828 pdsc_get_pf_struct +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x9adcd5b0 pds_client_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0xce714617 pdsc_unregister_notify +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0xd5a82bb6 pds_client_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0xfd88fe50 pds_client_adminq_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/arc/arc_emac 0x76b76b56 arc_emac_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/arc/arc_emac 0xab66d738 arc_emac_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x06d0746c octeon_read_device_mem32 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x08bc1c17 octeon_pci_read_core_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0a8cfe2e lio_setup_cn66xx_octeon_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0d615579 octeon_alloc_soft_command_resp +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x155d955c lio_setup_cn68xx_octeon_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x166ecc39 lio_process_ordered_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x1979d1fc octeon_send_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x19cb4e69 liquidio_link_ctrl_cmd_completion +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x1b1d8f3d octeon_free_device_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x1db3c878 octeon_setup_instr_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x1e2ea7f1 liquidio_change_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x2362a428 lio_get_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x241a2a6c lio_fetch_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x2ad59425 octeon_register_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x2c8eef66 lio_pci_writeq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x2d73ae26 octeon_droq_process_packets +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x2f41581a octeon_free_sc_zombie_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x33c741ad octeon_send_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x3815df43 octeon_write_device_mem32 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x38a8f1e3 cn23xx_fw_loaded +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x3f07b043 cn23xx_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x420b061f octeon_setup_sc_buffer_pool +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x450f5130 octeon_unregister_droq_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x4deb1111 octeon_alloc_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x50f087ab octeon_delete_instr_queue +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x52b89884 octeon_deregister_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x550ac6ee octeon_setup_interrupt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x58ac1be8 setup_cn23xx_octeon_pf_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x58c314a4 lio_setup_glists +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x59c3423b octeon_pci_write_core_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5fbbfb7c octeon_mem_access_ok +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x633da2c2 octeon_ring_doorbell_locked +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x6ad2ebf3 lio_process_iq_request_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x6af96668 octeon_set_io_queues_off +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x6d0d28ef octeon_init_device_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x6f301eae setup_rx_oom_poll_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x70a3b178 octeon_delete_response_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x755a44c7 cleanup_rx_oom_poll_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x7baf3d84 cn23xx_setup_octeon_vf_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x82308119 octeon_read_device_mem64 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x84bb352b octeon_register_reqtype_free_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x8a68d9df cn23xx_octeon_pfvf_handshake +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x8e59364e octeon_prepare_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x8ece3a6d octeon_free_sc_buffer_pool +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x8f5a5263 liquidio_set_ethtool_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x8fda1e09 liquidio_get_speed +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x91100619 octeon_wait_for_ddr_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x9acf5e49 octeon_setup_response_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x9b293a84 lio_pci_readq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x9d3de515 lio_enable_irq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x9dbfe487 cn23xx_vf_ask_pf_to_do_flr +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x9dcdf073 octeon_free_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x9e72f318 liquidio_get_fec +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x9fc84160 octeon_get_conf +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xa0dbafb3 octeon_droq_check_hw_for_pkts +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xa33ffab9 octnet_send_nic_ctrl_pkt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xa8b9f882 octeon_free_sc_done_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xaadc46f3 octeon_free_ioq_vector +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xad7b0e8c liquidio_setup_io_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xb3229e70 octeon_get_tx_qsize +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xb5997003 octeon_allocate_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xb5b0df98 cn23xx_tell_vf_its_macaddr_changed +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xb8da76c9 lio_wait_for_clean_oq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xbe26bd03 lio_delete_glists +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc435cfa1 octeon_setup_output_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc6abc5b1 octeon_core_drv_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xce0b30a7 octnet_send_nic_data_pkt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xce4cca9a octeon_delete_droq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd1f56f26 octeon_init_dispatch_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd24d8324 octeon_register_dispatch_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xdc6eeb78 octeon_allocate_ioq_vector +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xe47eccd4 octeon_get_rx_qsize +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xe567c590 octeon_delete_dispatch_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xec7f00a5 lio_get_state_string +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xee737cb7 liquidio_set_feature +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xfc76a17e lio_wait_for_instr_fetch +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x012ac213 enetc_ioctl +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x0171f931 enetc_setup_bpf +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x13bcf304 enetc_alloc_msix +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x220eaa02 enetc_set_fs_entry +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x264f5f07 enetc_setup_cbdr +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x273aab8a enetc_init_si_rings_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x290512bd enetc_set_rss_key +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x36ff7fcb enetc_pci_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x4e517ace enetc_xmit +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x4eb1e5f5 enetc_send_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x663c0356 enetc_configure_si +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x6cb5a043 enetc_clear_mac_flt_entry +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x7479f6b0 enetc_close +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x7549f573 enetc_set_mac_flt_entry +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x8346e5b1 enetc_get_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x9164c6fa enetc_start +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xa1800e80 enetc_xdp_xmit +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xa97c81c5 enetc_teardown_cbdr +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xaf11cfc5 enetc_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xb0973868 enetc_free_msix +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xb2e02007 enetc_reset_tc_mqprio +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xb2edacc2 enetc_setup_tc_mqprio +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xb626f065 enetc_open +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xbedd5a45 enetc_set_features +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xc2c4824e enetc_set_ethtool_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xc5c04322 enetc_port_mac_rd +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xcbb34409 enetc_mm_link_state_update +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xd7d32488 enetc_set_rss_table +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xe1e86fbc enetc_port_mac_wr +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xe4b15ace enetc_free_si_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xe6ec410d enetc_get_rss_table +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xede94794 enetc_get_si_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xf245c0d6 enetc_pci_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xf70334f8 enetc_alloc_si_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x62ca6aaf enetc_mdio_write_c45 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x802a9506 enetc_mdio_read_c45 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x849a2364 enetc_mdio_read_c22 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0xa87937fd enetc_hw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0xd9d61d6f enetc_mdio_lock +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0xf5d722e3 enetc_mdio_write_c22 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-ptp 0x5431a304 enetc_phc_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x27e6baf1 fun_submit_admin_sync_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x33812da4 fun_free_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x35b1a684 fun_sq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x3c9ed664 fun_res_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x4724ecc4 fun_alloc_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x5dd76726 fun_serv_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xb7c132df fun_bind +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xc3ef46b3 fun_cq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xc540d5fc fun_get_res_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xcab4aadf fun_serv_sched +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xda2ea4de fun_serv_restart +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0x79b419ed i40e_client_device_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0xbda7e16b i40e_client_device_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x4b3a4f4b ice_rdma_request_reset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x53e3560a ice_get_qos_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x8a0c82c3 ice_rdma_update_vsi_filter +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xba87865b ice_del_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xf498024f ice_add_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0x3b7e99c0 otx2_ptp_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0x4dfa9410 otx2_ptp_clock_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0x55f9d64b otx2_ptp_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0x72825f75 otx2_ptp_tstamp2time +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x019387c0 mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x024dcebd mlx4_set_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x04593222 mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0511498c mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x058b038d mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x059a99bd mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x064c5df6 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x06b46918 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x09a5f82e mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0d521942 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x102900a7 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x12738c71 mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1471ae89 mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1a7e35b3 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1aea678c __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1eee2032 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x207b5d29 mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2893ac66 mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x28c31932 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x28f4e419 mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x29ce09e3 mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2b0ece5e mlx4_mr_hw_get_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2b52ff2a mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2c3d7340 mlx4_port_map_set +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2d557224 mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x308b51e5 mlx4_unbond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x321e94a5 __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3275e863 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3629edac mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x36d6f0e0 mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3b87f7b0 mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3eb9971d mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4014eb13 mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x401ed3c9 mlx4_mr_hw_change_pd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x468f37ee mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x47046f5e mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4d5620da mlx4_get_devlink_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x50fbafaf mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x584dd078 mlx4_bond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x589b797c mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x58c52dca mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5d553a87 mlx4_mr_rereg_mem_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x609561d4 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6473f1bb mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x662e3869 mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6794b722 mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6996984a mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6aee1896 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6b2f60cb mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6cebfa27 mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6e8600e1 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6f329f7b mlx4_get_default_counter_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x71ff74f3 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x74cf9890 mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7939e1a7 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7c425b7b mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7f0be436 mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7fe7366e mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x80832acb mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x819aaaf7 mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x81a1fe75 mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x82668e81 mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x83e8ca6a mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8441640e mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x85d8111d mlx4_get_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x86595a41 mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8752bd04 mlx4_replace_zero_macs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8d362918 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8ea02916 mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8f509ce8 mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x91c54e82 mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x942e995b mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x95bbd5b8 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x995d60f9 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9bb71330 mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9cbbab4b mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9d227c49 mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9fa7d02d mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa035a3e8 mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa4513dd6 mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa49b3c51 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa9b8849f mlx4_config_roce_v2_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xac46eccf mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaf32a421 mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb4f6390d mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb7d553bd mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb934de4c mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xba0423c2 mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xba86487d mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbb039860 mlx4_get_internal_clock_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbbbb6827 mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbd3c6434 mlx4_get_counter_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbe0d3758 mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc3b2538b mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc569c5ec mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xca747817 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xccee65df mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcd8d33c0 mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd029eb04 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd26810bb __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd2fbf7d2 mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd3d9d95f mlx4_mr_hw_put_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd67ad215 mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd78a1d68 mlx4_set_vf_rate +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdaf04fe7 mlx4_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdc4672b6 mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdf7ecea2 mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe239322e mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe253d7e2 mlx4_mr_hw_write_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe640c2bc mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe83cdd2d mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe925b0b1 mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf0e83a35 mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf1e1592e mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf32a5713 mlx4_config_dev_retrieval +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf4b0999f mlx4_put_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf5014182 mlx4_mr_hw_change_access +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf527e478 mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf59b1260 mlx4_mr_rereg_mem_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf78e86ce mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf8cab9f2 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xface3332 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0048bbcf mlx5_query_port_oper_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x070ef252 mlx5_modify_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x072460c4 mlx5_fill_page_frag_array +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1065acfb mlx5_query_port_max_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1259303f mlx5_query_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1cf6f216 mlx5_db_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1d4d5fdc mlx5_nic_vport_unaffiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1e78e104 mlx5_set_port_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x21c1d0d2 mlx5_modify_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x29d4464b mlx5_core_modify_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3099546b mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x371d9a67 mlx5_query_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x378e5491 mlx5_query_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3be81876 mlx5_nic_vport_query_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3d269e37 mlx5_modify_nic_vport_vlans +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3d41e94e mlx5_query_module_eeprom +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x45e9c320 mlx5_query_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4643b912 mlx5_nic_vport_update_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4a27feeb mlx5_eswitch_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4ec632c2 mlx5_query_port_ptys +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x52ab69a1 mlx5_core_reserved_gids_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x53c24bc2 mlx5_query_hca_vport_gid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x57f08def mlx5_query_hca_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5856072e mlx5_query_hca_vport_pkey +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5b517a2d mlx5_query_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5ed0047a mlx5_query_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x61216cca mlx5_core_query_sq_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x61ba4915 mlx5_set_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x61d80547 mlx5_modify_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x64e43aec mlx5_set_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x725d05b9 mlx5_query_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x75ec7236 mlx5_dm_sw_icm_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x78694140 mlx5_query_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x81aadc6a mlx5_fill_page_frag_array_perm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x81cea5e9 mlx5_query_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x85b085e0 mlx5_query_nic_vport_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8757b18a mlx5_query_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x912b595f mlx5_set_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x921f9c03 mlx5_set_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x92278f66 mlx5_query_module_eeprom_by_page +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x95e958db mlx5_query_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x97df7dc6 mlx5_query_hca_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9a116e6e mlx5_modify_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa3a767d9 mlx5_query_nic_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa6327527 mlx5_query_nic_vport_qkey_viol_cntr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa9d2a2cb mlx5_toggle_port_link +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb11b0846 mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbb809849 mlx5_set_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc07c6080 mlx5_frag_buf_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc114f59a mlx5_query_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc6b8c55a mlx5_set_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc80f29a5 mlx5_nic_vport_affiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd00b45d7 mlx5_frag_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd1828352 mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd332930c mlx5_query_nic_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd593d5e5 mlx5_dm_sw_icm_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdb1e94d0 mlx5_vport_get_other_func_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdc569764 mlx5_eswitch_get_total_vports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdd2feafe mlx5_query_port_vl_hw_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe1e45179 mlx5_query_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe343d77a mlx5_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe805b4fb mlx5_core_query_vport_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe8732984 mlx5_ipsec_device_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf049b43d mlx5_nic_vport_enable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf20b018e mlx5_modify_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf91ba063 mlx5_query_nic_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfaa1c759 mlx5_query_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfc4abd79 mlx5_set_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfcb783c5 mlx5_query_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x0b5a34de ks8851_probe_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x571909ce ks8851_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x807b5dc7 ks8851_remove_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0xfb45e7ff ks8851_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0x9bda8e20 devm_regmap_init_encx24j600 +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0xcc4fa41a regmap_encx24j600_spi_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0xe8c8c6c2 regmap_encx24j600_spi_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0ed75817 ocelot_regfields_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x198f8cfd ocelot_port_writel +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1c089864 __ocelot_rmw_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2041d752 ocelot_cls_flower_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x21bcb341 ocelot_port_assign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x25194618 ocelot_port_set_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x46fab495 ocelot_port_unassign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4970b677 ocelot_port_get_eth_ctrl_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4a8ae5bb ocelot_get_bridge_fwd_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x50e49d78 ocelot_phylink_mac_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5223ba78 ocelot_bridge_num_find +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5233dd87 ocelot_port_setup_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x536694d4 ocelot_port_readl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5deac538 ocelot_port_add_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6ac6b59e ocelot_port_mirror_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x73e18348 __ocelot_write_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x75b7d742 ocelot_port_get_mm_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x785d94c1 ocelot_port_get_pause_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7a566a2a ocelot_mact_flush +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7caa298b ocelot_migrate_mdbs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8023917f ocelot_port_del_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x82f8da70 ocelot_phylink_mac_link_up +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x831309c3 ocelot_port_get_eth_phy_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x850f39cb ocelot_port_configure_serdes +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8aa28634 ocelot_cls_flower_replace +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8bc66e73 ocelot_lag_fdb_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x95c21d12 ocelot_port_assigned_dsa_8021q_cpu_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x990284ad ocelot_bond_get_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9a22d384 __ocelot_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa55e32f1 ocelot_port_mirror_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xadca8c35 ocelot_regmap_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc064c181 ocelot_port_get_mm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc4c3d426 ocelot_lag_fdb_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc92b9120 ocelot_port_rmwl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd0c5ed14 __ocelot_bulk_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd5c3c60a ocelot_port_get_rmon_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd7339c01 ocelot_port_mqprio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe35127f7 ocelot_mm_irq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe40c6538 ocelot_port_get_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xed8e92b1 ocelot_port_get_eth_mac_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf173a71c ocelot_phylink_mac_link_down +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf7950546 ocelot_port_teardown_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf9c7c933 ocelot_port_get_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfb72390c ocelot_port_set_mm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfbe599bf ocelot_cls_flower_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/qualcomm/qca_7k_common 0x0b28a9ad qcafrm_create_footer +EXPORT_SYMBOL_GPL drivers/net/ethernet/qualcomm/qca_7k_common 0x2b6ddf3f qcafrm_fsm_decode +EXPORT_SYMBOL_GPL drivers/net/ethernet/qualcomm/qca_7k_common 0x41da0375 qcafrm_create_header +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x10ddef28 stmmac_init_tstamp_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x2e1b63d5 stmmac_dvr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x545572d4 stmmac_set_mac_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x59e50ece stmmac_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x7abff8dd stmmac_dvr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x8490fbef stmmac_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x92d778bb stmmac_get_mac_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xe690060f stmmac_bus_clks_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x274d6ffd stmmac_pltfr_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x2b245be7 stmmac_remove_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x2d30cdb9 devm_stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x3b9321af stmmac_pltfr_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x51309230 stmmac_pltfr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x72dae959 stmmac_pltfr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x98b3f744 stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xa0519ce5 stmmac_pltfr_remove_no_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xa1c7f0b0 stmmac_pltfr_exit +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xea46bee8 devm_stmmac_pltfr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xff2fe4e1 stmmac_get_platform_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x2f31bfa2 am65_cpts_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x405b51c2 am65_cpts_ns_gettime +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x44ded082 am65_cpts_prep_tx_timestamp +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x6ab9a4a1 am65_cpts_release +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x828c824a am65_cpts_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x91fd3558 am65_cpts_rx_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xb60b988a am65_cpts_estf_disable +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xbfc83e4d am65_cpts_estf_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xc26a8c7e am65_cpts_tx_timestamp +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xe0cbdf78 am65_cpts_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xfca9b9d9 am65_cpts_phc_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x35d9f219 w5100_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x3edf1799 w5100_ops_priv +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x7e52b2c9 w5100_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xe94b22cb w5100_remove +EXPORT_SYMBOL_GPL drivers/net/geneve 0x1d07eaa6 geneve_dev_create_fb +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x2f72dbc3 ipvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x61830824 ipvlan_link_setup +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x77d45e0b ipvlan_link_delete +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xc9eefd47 ipvlan_count_rx +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xd1839ac0 ipvlan_link_new +EXPORT_SYMBOL_GPL drivers/net/macsec 0xa2983a4d macsec_pn_wrapped +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x064e0403 macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x184e5e5d macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x30c8f992 macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x454cc711 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-i2c 0xbdeb701f mdio_i2c_alloc +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-mux 0x6318757f mdio_mux_uninit +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-mux 0x82d72952 mdio_mux_init +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-regmap 0xeb9f4fb1 devm_mdio_regmap_register +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x239f471e xpcs_create_mdiodev +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x351b1273 xpcs_destroy +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x81571e34 xpcs_config_eee +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x984d012e xpcs_get_an_mode +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x9b430bc5 xpcs_link_up +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xb230a1bb xpcs_do_config +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xf7be342d xpcs_get_interfaces +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x0019c429 bcm_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x049d36de __bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x0a5a4536 bcm_phy_set_eee +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x0a75b4b2 __bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x1891688f bcm_phy_write_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x1bdaaff1 bcm_phy_led_brightness_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x22ced488 bcm_phy_ack_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x294b00a2 bcm_phy_get_strings +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x36d9ce61 bcm_phy_r_rc_cal_reset +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x36e843c5 bcm_phy_set_wol +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x372e6e83 bcm_phy_enable_jumbo +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x3b068d65 bcm_phy_get_stats +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x420c9b6f bcm_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x4f87a28f bcm_phy_downshift_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x50be46ab __bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x56d079de bcm_phy_downshift_get +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x57458672 bcm_phy_cable_test_start +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x582a5f16 bcm_phy_28nm_a0b0_afe_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x6764068d __bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x6cece9cb bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x6e33cc31 bcm54xx_auxctl_read +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x7d0fb462 bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x80d4d86b bcm_phy_enable_apd +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x82ced20b bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x89463d4d __bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x9888f50c bcm_phy_get_wol +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x9bd1b0fd bcm_phy_cable_test_get_status_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa0f0ddfd bcm_phy_wol_isr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa60c031a bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa8e48176 bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xad9dbc40 bcm_phy_cable_test_get_status +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc6927177 bcm_phy_cable_test_start_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc809d97e bcm_phy_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xd04adc6c bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xe012d89e bcm_phy_read_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xfabb4f61 bcm_phy_write_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xfdfb2ea5 __bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xfef3a80a bcm_phy_read_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x90e4334a bcm_ptp_probe +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x979fd26f bcm_ptp_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0xe54c4503 bcm_ptp_stop +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x280a8019 lan87xx_read_status +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x3585b4a0 smsc_phy_get_tunable +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x918a1f7e smsc_phy_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x95a77c71 smsc_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x9ba5ed38 smsc_phy_set_tunable +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xdf2f18e4 smsc_phy_probe +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xef1ad150 smsc_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/tap 0x4b2400f3 tap_queue_resize +EXPORT_SYMBOL_GPL drivers/net/tap 0x649711a6 tap_create_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0x75b2a81e tap_del_queues +EXPORT_SYMBOL_GPL drivers/net/tap 0x7f5cebe1 tap_get_socket +EXPORT_SYMBOL_GPL drivers/net/tap 0x850ff0f7 tap_handle_frame +EXPORT_SYMBOL_GPL drivers/net/tap 0x93bed44b tap_destroy_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0x941a5d8d tap_get_ptr_ring +EXPORT_SYMBOL_GPL drivers/net/tap 0xcbc66f41 tap_get_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0xf74d2e49 tap_free_minor +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x3dbbdbc2 usbnet_cdc_update_filter +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x7377cb5f usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x9682289c usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x99f7419e usbnet_ether_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xa0db14fa usbnet_cdc_zte_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xdc70458c usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xee8cf8cc usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x052a82a7 cdc_ncm_rx_verify_nth32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x0678a154 cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x2d98c0ac cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x308d3300 cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x3a1bd684 cdc_ncm_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x416fc11f cdc_ncm_rx_verify_ndp32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x96626a1c cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xb8e0d965 cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xd6600a2c cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xea37bd0f cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xf4a22e68 cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/r8152 0x198a6512 rtl8152_get_version +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x009a17ae rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x0c143d50 rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x1fb85bc2 rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x261769de rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xa1b8db0a rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xf812b704 generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x017b9613 usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x0c457647 usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x17aea485 usbnet_get_link_ksettings_internal +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2800a7a8 usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x382f9ccf usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4b66f2a7 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x51cd59fd usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x595ce795 usbnet_set_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x61f30d7d usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6da31df2 usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7494380f usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7dc80ce2 usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7ec6f9a6 usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8baa2e65 usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8c97932b usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8d58c571 usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x935cfe16 usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9ef64eb3 usbnet_get_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa3f2560c usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa9d903e6 usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xaa379521 usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbc1b0dfe usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbcf5062a usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc2eab87e usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd04feb3d usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xdc5f87b2 usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe7220a12 usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf0411a75 usbnet_set_rx_mode +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf1ca7db8 usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf218edaf usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf5198eef usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf8a729ba usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xfb13a1e1 usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xfebb7d20 usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x2fdeecf0 vxlan_fdb_replay +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x46b8134e vxlan_fdb_find_uc +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x504b5526 vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x62cdc2ba vxlan_fdb_clear_offload +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/ipw2x00/libipw 0x815241bb libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x832aea0d il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa27a9fdc il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc230a9cd _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd4d85021 il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf54b35ec il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x13863121 iwl_fw_lookup_cmd_ver +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x443a0ac3 iwl_fw_lookup_notif_ver +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x5987fe45 iwl_fw_lookup_assert_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x01fa9a00 p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x040ac306 p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x12c05c4a p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x323db23b p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x5e75573f p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x844686fd p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xc34c419f p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xe46735e2 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xec701b15 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x02a0bf3a lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x135c0dcd lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x2e517b30 lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x428952e0 __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x452bc4f7 lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x4c67dfc4 lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x6c95d09f lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x88aa4a9b lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x91763d4e lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x9890171a lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xa8522918 lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xbedfe67a lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xbf3bbd43 lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xdc5b3a81 lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xefa09806 lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xff7ae179 lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x0e8cca79 lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x2d629660 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x3d373942 lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x461e1fb3 lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x6a85da1d lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x8235b78f lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xc2a89c78 __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xcbe93e52 lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x0d138179 mwifiex_drv_info_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x2dc08ae1 mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x3a28d09e mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x5238e052 mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x5c6226bb mwifiex_prepare_fw_dump_info +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x5fb93e86 mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x82d9cbe6 mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x91cde722 mwifiex_multi_chan_resync +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xa8d02339 mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xaa3af6fb mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xab9d1f5d mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xb9ea6e1f mwifiex_shutdown_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xbbf5295a mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc3647108 mwifiex_upload_device_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc3a3c13e mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc56d14c8 mwifiex_fw_dump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xccc2f153 mwifiex_dnld_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd4dad9f3 mwifiex_alloc_dma_align_buf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xda6b1400 mwifiex_queue_main_work +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xdbaf848f mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xe6cf280c mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xeb417a88 _mwifiex_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf9ce2091 mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xfdffc06a mwifiex_reinit_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xffad9f00 mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x00f01d49 __mt76_mcu_send_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x07f8104e mt76_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0a243326 mt76_tx_status_skb_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0c7b76ef mt76_wake_tx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0c91584e mt76_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0f6cf3da mt76_get_min_avg_rssi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0fc41c94 mt76_release_buffered_frames +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1110df6d mt76_mcu_rx_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x17f568e9 mt76_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1c621729 mt76_set_stream_caps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1cdbb706 mt76_mcu_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1e21e048 mt76_put_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1ec57b4f __mt76_worker_fn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1f0e5c03 mt76_free_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x21276c6d mt76_init_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2bdc5a52 mt76_update_survey_active_time +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2ddfb35b mt76_rx_aggr_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x307a87f4 mt76_tx_status_skb_done +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3a261c2b __mt76_set_tx_blocked +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3b6527ab __traceiter_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3cd203fb mt76_put_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x448643e1 mt76_tx_status_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x473e619f mt76_tx_check_agg_ssn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4c3d3977 mt76_tx_status_unlock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4eef02a6 mt76_phy_dfs_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x506e5ab4 mt76_eeprom_override +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x51cc3e20 mt76_tx_status_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x54a1c60c mt76_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x557b9e5c mt76_rx_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x57944595 mt76_get_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5be089dc mt76_tx_worker_run +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5c88d116 mt76_dma_rx_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x60a14f59 mt76_register_debugfs_fops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x619deb13 mt76_get_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x629bb0e6 mt76_dma_wed_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x62bade38 ____mt76_poll_msec +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x670dd625 mt76_get_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6ad22f2c mt76_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6ce054ad mt76_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6d91ff18 mt76_has_tx_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6f2f7529 mt76_csa_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7060a35e mt76_calculate_default_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x72e4694d mt76_rx_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x73d19492 mt76_skb_adjust_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7aa2a20b mt76_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7d0b918e mt76_csa_finish +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7eb2a048 mt76_dma_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7f9d73e3 mt76_sta_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x805fc13a __SCK__tp_func_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x83094bc4 mt76_queues_read +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x85107bf4 mt76_seq_puts_array +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x897e856b mt76_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8a0ae2c5 __mt76_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8b1dc5df mt76_pci_disable_aspm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8bcff627 mt76_insert_ccmp_hdr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8f00b958 mt76_init_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8fb667a6 mt76_set_irq_mask +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9238aab7 __mt76_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9993eaaa mt76_mmio_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9d28c26e __tracepoint_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9d6325c1 mt76_sw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9e5b7954 mt76_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9ec84a48 mt76_alloc_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa337cf0f __traceiter_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa46c073f mt76_get_rate_power_limits +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa4a60dbf mt76_txq_schedule_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa54fae64 mt76_txq_schedule +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xab9d88b8 mt76_ethtool_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb055ad59 mt76_alloc_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb55c107d mt76_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb608bb75 __tracepoint_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb93ba4ff __mt76_mcu_msg_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc6315d8e __SCK__tp_func_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc6634315 mt76_ac_to_hwq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc8e16560 mt76_unregister_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcea83f6c mt76_register_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd0fc1429 mt76_rx_aggr_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd47fe01b mt76_update_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdb5e9f82 mt76_stop_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdbb0dd80 mt76_get_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xddc0a79e mt76_tx_status_skb_get +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdee83356 mt76_free_pending_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe05b4e0e mt76_mcu_skb_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe40b66ef mt76_wcid_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe4855e2f mt76_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe52ba516 mt76_ethtool_page_pool_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xea643cde mt76_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xeb94d921 mt76_queue_tx_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xedc9afbb mt76_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf1b20f5c mt76_create_page_pool +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf6a5648f mt76_unregister_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf8e2afe3 mt76_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf90663b4 mt76_mcu_get_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfa5031c8 mt76_get_of_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfab376f5 __mt76_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfd803a3b mt76_sta_pre_rcu_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0489a69d mt76_connac2_load_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x06452fcf mt76_connac_mcu_sta_uapsd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0a25337f mt76_connac_gen_ppe_thresh +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0d091635 mt76_connac_mcu_wtbl_hdr_trans_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0f181909 mt76_connac2_mac_fill_txs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x13071084 mt76_connac_mcu_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1e6c41b5 mt76_connac_mcu_set_channel_domain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1e7ed79a mt76_connac2_mac_tx_rate_val +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x216a6949 mt76_connac_mcu_chip_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2398b9e5 mt76_connac_mcu_set_hif_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x24a3c7ff mt76_connac_mcu_sta_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x290e8a2f mt76_connac_mcu_set_deep_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2b032c5e mt76_connac2_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2c600657 mt76_connac_mcu_uni_add_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2e0004c0 mt76_connac2_load_ram +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2e63bb6a mt76_connac_mcu_update_gtk_rekey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x32480393 mt76_connac_mcu_add_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x32a4a74f mt76_connac_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x33e3a435 mt76_connac_free_pending_tx_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x36de2ab9 mt76_connac_mcu_set_p2p_oppps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3832b941 mt76_connac2_mac_add_txs_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x386fbd75 mt76_connac_mcu_alloc_wtbl_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3d58e6d4 mt76_connac_mcu_sta_wed_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3ee422d1 mt76_connac_mcu_set_suspend_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4093718c mt76_connac_mcu_bss_omac_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x40ba97b2 mt76_connac_mcu_uni_set_chctx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x44db14fa mt76_connac_mcu_update_arp_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x46033edf mt76_connac2_mcu_fill_message +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4f14a795 mt76_connac_mcu_init_download +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4fdb2c25 mt76_connac_mcu_sta_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x509d3953 mt76_connac_mcu_set_rate_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x56d5124e mt76_connac_mcu_set_rts_thresh +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x591701ae mt76_connac_mcu_add_nested_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6037cd3e mt76_connac_mcu_sta_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6144864a mt76_connac_mcu_sta_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x69cfcc86 __mt76_connac_mcu_alloc_sta_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6a4190b4 mt76_connac_mcu_bss_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6b42a824 mt76_connac_mcu_coredump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6e666c17 mt76_connac_get_eht_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x71b8de8a mt76_connac2_mac_fill_rx_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x73b0b396 mt76_connac2_reverse_frag0_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x796a74b0 mt76_connac_power_save_sched +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x802caf3d mt76_connac_get_phy_mode_ext +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x844d30ba mt76_connac_get_he_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x86266048 mt76_connac_mcu_patch_sem_ctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x87c5735c mt76_connac_mcu_wtbl_generic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8cdf7893 mt76_connac_mcu_sched_scan_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x908ca40c mt76_connac_wowlan_support +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x958a5a9a mt76_connac_write_hw_txp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x977ada1e mt76_connac_pm_dequeue_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x985f60b4 mt76_connac2_mac_decode_he_radiotap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9aea2a2b mt76_connac_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9c29fe2d mt76_connac_mcu_sta_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9cffd390 mt76_connac_mcu_start_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa32bcf0a mt76_connac_mcu_rdd_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa9b22c2a mt76_connac_mcu_wtbl_smps_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb310852c mt76_connac_mcu_wtbl_ht_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb412e4cb mt76_connac_mcu_uni_add_bss +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb92d34f4 mt76_connac_mcu_set_mac_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb9570516 mt76_connac_mcu_set_pm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc3b5e539 mt76_connac_mcu_bss_ext_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc48cb65e mt76_connac_mcu_reg_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc5f81aab mt76_connac_pm_wake +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc7eab202 mt76_connac_mcu_reg_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xca8fba8b mt76_connac_mcu_cancel_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd3e6746a mt76_connac_pm_queue_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd5351574 mt76_connac_mcu_get_nic_capability +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd5919926 mt76_connac_mcu_wtbl_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd8718db6 mt76_connac_mcu_sta_ba +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xda1959c9 mt76_connac_mcu_sched_scan_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xde22595f mt76_connac_init_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe0b1c498 mt76_connac_mcu_wtbl_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf0938488 mt76_connac_mcu_start_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf2bb89ad mt76_connac_mcu_set_vif_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf42d7995 mt76_connac_sta_state_dp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf7812115 mt76_connac_mcu_beacon_loss_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfa5633e5 mt76_connac_get_phy_mode +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfcc15c80 mt76_connac_txp_skb_unmap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x0968c178 mt76s_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x197965ec mt76s_rd_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x302fc760 mt76s_rmw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x42d4f51d mt76s_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x494b74a5 mt76s_wr_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x4f492a3f mt76s_txqs_empty +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x504efb0b mt76s_read_pcr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x62b80673 mt76s_txrx_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x710eed96 mt76s_hw_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xa4584176 mt76s_alloc_rx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xabe51320 mt76s_alloc_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xb241da71 mt76s_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xbfaecad3 mt76s_sdio_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xcfa28928 mt76s_write_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xd68788c9 mt76s_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xe4b703a5 mt76s_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x14be5957 mt76u_resume_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x23b3f6b6 mt76u_single_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x2f4c8e6b __mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x61cef2c3 mt76u_stop_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x61e6d6c5 mt76u_alloc_mcu_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x709c1975 mt76u_queues_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x9f0677b0 mt76u_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xa41de5b7 mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xa46bfdb4 __mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xabe8e43d mt76u_stop_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xb1d996da ___mt76u_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xde133034 ___mt76u_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xe62a7790 mt76u_alloc_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xf03dc117 mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x08719103 mt7615_init_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x4f86e0bd mt7615_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x5115e472 mt7615_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x546aeb1a mt7615_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x5e4daf6f mt7615_reg_map +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x684289d1 mt7615_mcu_fill_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x6cbeba1b mt7615_mac_set_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x7a02e9ec mt7615_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x7c5fb06f mt7615_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x83a0ee0d __mt7663_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x891caa32 mt7615_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x8aa423cd mt7615_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x95540749 mt7615_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x97d250b4 mt7615_led_set_brightness +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xa06dcbf2 mt7615_register_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xa47a2ed3 mt7615_wait_for_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xbbef3f6b mt7615_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xc057bee6 mt7615_mcu_exit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xcc53fb8e mt7615_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xd08db946 mt7615_unregister_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xd852fab7 mt7615_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xe60773bc mt7615_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xe6c1e601 mt7615_led_set_blink +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xe6d41807 mt7615_thermal_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xec8a5f6a mt7615_tx_token_put +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xed9a57a3 mt7622_trigger_hif_int +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xf3caae8f mt7615_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xf998a7ab mt7615_mac_enable_rtscts +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xfdf63743 mt7615_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xfeb91041 mt7615_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615e 0x2735f62a mt7615_dma_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x1506ffca mt7663_usb_sdio_reg_map +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x3e7c08f1 mt7663_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x727b7785 mt7663_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xca69253a mt7663_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xca7d4438 mt7663_usb_sdio_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x06ab28e0 mt76x0_chip_onoff +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x4f0f46a5 mt76x0_init_hardware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x865c74be mt76x0_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x8d86209d mt76x0_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xd6f701cf mt76x0_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xd70b62e5 mt76x0_phy_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xe667a4c9 mt76x0_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x02fc84e3 mt76x02_get_efuse_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x06209845 mt76x02_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0bff010a mt76x02_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0db4f816 mt76x02_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0e473bb3 mt76x02_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x12d898d1 mt76x02_eeprom_parse_hw_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x12fb4121 mt76x02_edcca_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x169261f2 mt76x02_mcu_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1bc04811 mt76x02_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1edd2e7c mt76x02_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1f4b090d mt76x02_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x30ed5b0f mt76x02_phy_set_txdac +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x331b9fe2 mt76x02_ext_pa_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x37805da3 mt76x02_remove_hdr_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x387166a4 mt76x02_phy_adjust_vga_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3ace9333 mt76x02_mac_shared_key_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x424ebf77 mt76x02_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x434eee25 mt76x02_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x463cdc20 mt76x02_mac_setaddr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x49d68c53 mt76x02_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x56506cd6 mt76x02_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5a1dbf89 mt76x02_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5bd84fd5 mt76x02_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5ce1c86a mt76x02_get_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5d1cbb73 mt76x02_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5e30f616 mt76x02_set_coverage_class +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6838885f mt76x02_mac_cc_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6881a705 mt76x02_config_mac_addr_list +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x693fa4ba mt76x02_phy_set_bw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6da5a243 mt76x02_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6ffcac15 mt76x02_tx_set_txpwr_auto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7453b966 mt76x02_dma_disable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x75fef85d mt76x02_add_rate_power_offset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x809df68b mt76x02_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x840abffc mt76x02_resync_beacon_timer +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x86b26dc4 mt76x02_phy_dfs_adjust_agc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8722b3d0 mt76x02_dfs_init_params +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8bfe23fe mt76x02_phy_set_band +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8f91e337 mt76x02_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x910a27f9 mt76x02_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x914ce7a9 mt76x02_mcu_function_select +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x91c0dd6f mt76x02_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x91d5b9ee mt76x02_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x92e6b064 mt76x02_get_lna_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x93c479bc mt76x02_limit_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x94d13396 mt76x02_eeprom_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9bc6f646 mt76x02_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa348abf8 mt76x02_enqueue_buffered_bc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xad5d3ba8 mt76x02_get_max_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xada6010c mt76x02_set_tx_ackto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xae54f94d mt76x02_mcu_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xaf0b0cca mt76x02_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbb741f44 mt76x02_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbb81d53c mt76x02_mcu_set_radio_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbe496544 mt76x02_mac_wcid_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbf510bbb mt76x02_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc071b2be mt76x02_mac_set_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc09cff94 mt76x02_mcu_msg_send +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xcc2dddb3 mt76x02_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd319e392 mt76x02_phy_set_rxpath +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdaa3b613 mt76x02_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdd01ef8b mt76x02_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xde68e99a mt76x02_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe01c4932 mt76x02_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe0e83b62 mt76x02_mac_reset_counters +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe2e89e13 mt76x02_init_agc_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe4d40970 mt76x02e_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe5756e21 mt76x02_set_ethtool_fwver +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xec43891b mt76x02_update_beacon_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xede7993c mt76x02_sta_rate_tbl_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xef1f96bd mt76x02_dma_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x0273af19 mt76x02u_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x0fb705b3 mt76x02u_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x110d5108 mt76x02u_mcu_fw_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xb6546fe0 mt76x02u_init_mcu +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xd733c0d3 mt76x02u_exit_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xdd6869b6 mt76x02u_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xe9d264fe mt76x02u_mcu_fw_send_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xf15cca32 mt76x02u_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x04255fd4 mt76x2_mcu_init_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x11aa8b86 mt76x2_get_power_info +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x2ae120cf mt76x2_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x3c38eeab mt76x2_get_temp_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x3f42c729 mt76x2_get_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x461b562d mt76x2_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x5c921447 mt76x2_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x9a8cb942 mt76x2_configure_tx_delay +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x9f30fe51 mt76x2_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xa118eb95 mt76x2_phy_update_channel_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xa4a661d3 mt76x2_mcu_load_cr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xa5c577d7 mt76_write_mac_initvals +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xbe51e98d mt76x2_apply_gain_adj +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xc1bc9027 mt76x2_mcu_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xc2af0f52 mt76x2_mcu_tssi_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xc7d708f6 mt76x2_phy_set_txpower_regs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xe095f220 mt76x2_phy_tssi_compensate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xf5cfb699 mt76x2_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xfafbe760 mt76x2_read_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xfc687266 mt76x2_reset_wlan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x01491be0 mt7921_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x085f01e8 mt7921_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x0d835bb5 mt7921_txwi_free +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x1173cedd mt7921_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x18460f35 mt7921_mcu_fw_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x1aa314dc mt7921_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x221943fe mt7921_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x24811412 mt7921_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x28e15962 mt7921_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x55654e71 mt7921_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x598db08f mt7921_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x6e5a71a4 __mt7921_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x758b9175 mt7921_mcu_drv_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x8080d7a1 mt7921_mac_sta_assoc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x8393f0ba mt7921_mcu_set_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x8548ac28 mt7921_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x8bb08ead mt7921_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x957059d2 mt7921_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xa7095c53 mt7921_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xb5759f49 mt7921_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xd20a15da mt7921_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xea3c0548 mt7921_mac_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xec3f88a6 mt7921_get_mac80211_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x26c1e1e0 wilc_handle_isr +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x26ed02f8 chip_wakeup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x2d2db910 host_sleep_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x7b04fe9e wilc_netdev_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x85aed68e chip_allow_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xb761106f host_wakeup_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xf850b1af wilc_cfg80211_init +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x03b66dd1 qtnf_core_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x2c0a4a91 qtnf_core_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x31fab83c qtnf_chipid_to_string +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xbb4844c9 qtnf_trans_handle_rx_ctl_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xeeb882f9 qtnf_get_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xf14a27c6 qtnf_wake_all_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xf8daad6f qtnf_classify_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x000429b9 rt2800_txdone_nostatus +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x01823e92 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0ad0b396 rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0b7c924a rt2800_txstatus_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0eee57f6 rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1a236332 rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x245f57a8 rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x26f49e34 rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x26fa82ae rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3b1722e1 rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3d1e3c98 rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4e243d3c rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4e53ab26 rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x54d020b3 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x577e2dec rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5990a95e rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5f9688f4 rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x60e075c8 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x633f42ba rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6390987f rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6c7f732d rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7f8fa48c rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x82079e10 rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8ef25ac0 rt2800_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x962a778e rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x989a7a2f rt2800_get_key_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9dd9af3e rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa48aef7d rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb3e2c578 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xbec7b001 rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc3c962d6 rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xced2d826 rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd2ff34f0 rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd6e83221 rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe2e81d6d rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe7fc5739 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xea65a22f rt2800_txstatus_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xee8f30f4 rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf146b654 rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf32cc820 rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf5047b9d rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf6c5896a rt2800_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xfdf3ceed rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xfeb41336 rt2800_pre_reset_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x076ea698 rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x0fb7049b rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x26a4d0bb rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x298f8819 rt2800mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x2e2cab25 rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x32ac3645 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3d741c87 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3eb4de55 rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x4379291d rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5028bbb2 rt2800mmio_tbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5eabfa1c rt2800mmio_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x61ec8179 rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x97e3c029 rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x9f3c8921 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xa3fea79a rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xcc5eeed5 rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xd34845a6 rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xdba2eced rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xdecc4f0e rt2800mmio_get_dma_done +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xe6c3563e rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xf78caf14 rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x000691e4 rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x03ae860b rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x07881c03 rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x13f92cd4 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1559632f rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x170a5799 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x18f6bc80 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x19ea0944 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1c04c3f4 rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2d507e5b rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2e8f7ab7 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x32fc018c rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x392ece88 rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3cebed03 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3ee4fefc rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4200c04d rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4646dab7 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4f5ad843 rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x539789e1 rt2x00mac_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x58e1c61a rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5b121bab rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5b7bb4fc rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x69df8718 rt2x00lib_set_mac_address +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6e92f205 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x71713cae rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7998b535 rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8ac7f5db rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8cca949a rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x91e32909 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x95063e9a rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x96d3a464 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9dcf94b3 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9e771bae rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9fa19d01 rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb22d78c9 rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xcb179932 rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xcb922c57 rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xccb01fa0 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xcd1bdf54 rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xcfd731a6 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd411681d rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd82a0d2d rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xdb25f18f rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xdbd95906 rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe2aa29af rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe6a1298e rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe8e48588 rt2x00lib_txdone_nomatch +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x0c0e5f80 rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x302252f5 rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x808f3545 rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x9cb7faa5 rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xbd2c1977 rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x142601b7 rt2x00pci_pm_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x9b60052e rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xb3ac2961 rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x0c065cc8 rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x1fdeb83d rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x2bb3f7f3 rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x380c3f54 rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x5dc9ed57 rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x7c2dd70a rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x814b2055 rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x8667fa0b rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x8e3e0c5b rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x989a414c rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xaaa3cd87 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xb1dcb57b rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xbfdac1a7 rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xd1620643 rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xd9d3de14 rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xfb353897 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x34a4bddd dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x470a2c05 dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc5e18b9d dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe1522de5 rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x0a906668 rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x28b97173 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3f5bf9c0 rtl8723_phy_calculate_bit_shift +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x49646511 rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x4bbb6bec rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x4ee6357a rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x68648247 rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x705053ed rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x76d06bd1 rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8201deaf rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x89c2d48d rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8baf8913 rtl8723_phy_set_sw_chnl_cmdarray +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8cc20b3f rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8cd68138 rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x930fe117 rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xab7fbae0 rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xb4cae6f3 rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xbc925028 rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xc7c2b1d4 rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xca91d455 rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe03ad11e rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe07042ca rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe8a2524d rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xf0df9e96 rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xf3ad24c5 rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xfe4eb44e rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xff45bb3f rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x006c4551 rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0120ae68 rtl_tx_report_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x06dfcc8b rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0ab1fffa rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1c029566 read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2921a4d4 rtl_btc_status_false +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2d32cdfc rtl_lps_change_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2e5382f9 rtl_fill_dummy +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x31605a1e rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x38b93700 rtl_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x45040a9e rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4e94cd48 rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x56bb48a9 rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5c032ad7 rtl_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x63233f9d rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6db3ba37 rtl_update_beacon_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6eac0203 rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7233b517 rtl_get_hwinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x74307967 rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8959a521 rtl_tx_ackqueue +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x97e05663 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa4762d25 rtl_set_tx_report +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa9a86532 rtl_get_hal_edca_param +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xaad79da7 rtl_lps_enter +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb2861827 rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb518b565 rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbc4c286a rtl_efuse_ops_init +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd83d0a4b rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe0ad968a rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe4447a1d rtl_lps_leave +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xeca79389 rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x0f5c3ce9 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x5b4d013f rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x5c96249b rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x87615a80 rsi_hal_device_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x8f9235d2 rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xa7d2008c rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xcd173710 rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x32611dc2 cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xa820367c cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xe685b62a cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xe78d9b82 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x030f1c80 wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x9cb2c4dc wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xd9e417a8 wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x06d3b27e wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0d325497 wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0ec73e22 wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x15b7bafb wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1a48bf51 wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20351125 wlcore_get_native_channel_type +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x24d3584d wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x396086f9 wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3bea330a wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3cd4a27c wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4104fe42 wlcore_cmd_generic_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x429fb134 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x458dcc84 wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x485fd449 wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4f719afd wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4f75061e wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x516f3939 wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x67dadc53 wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6bf3f97e wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7728e114 wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7b6f73bc wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x82d73fd0 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x85498cd1 wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8ed9a15e wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x92b03900 wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa488a1b7 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa6ab3395 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa73eb5ab wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa8798bb1 wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xaacf63a4 wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb8a608c2 wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc2984629 wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcbe5a9ed wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd2ebe055 wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd3381647 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd37ee399 wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd6841b11 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd8200e35 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe2041fe4 wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe6e0960d wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe82f886c wlcore_event_fw_logger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf047f10b wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf33d1e34 wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf67121b8 wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf9e083ce wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfcf45d25 wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x03f6f7b6 wwan_register_ops +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x3d9bbf75 wwan_port_txon +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x4dff61e5 wwan_port_txoff +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x526bcf2a wwan_port_get_drvdata +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x7d169af0 wwan_get_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x7e71ddd6 wwan_port_rx +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x86af901b wwan_create_port +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x8ac6c2fe wwan_unregister_ops +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xb74c31cd wwan_remove_port +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xe4a95977 wwan_put_debugfs_dir +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x1fdd5bae nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x68aa88ab nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xa4908f4d nfcmrvl_parse_dt +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xbd82993b nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x0798f2ac pn53x_common_init +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x270d8ce1 pn533_rx_frame_is_cmd_response +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x38448d60 pn53x_register_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x477b1cd3 pn53x_unregister_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x485ea49d pn533_finalize_setup +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x514c989c pn532_i2c_nfc_alloc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xd09b454c pn53x_common_clean +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xdecfd339 pn533_rx_frame_is_ack +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x104d2bfe st_nci_remove +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x19e51c87 st_nci_discover_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x1f57bbed st_nci_hci_cmd_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x37d41a4a st_nci_probe +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x4087bf32 st_nci_hci_load_session +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xae7dbe93 st_nci_enable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xcc463436 st_nci_disable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xfb5f47cf st_nci_hci_event_received +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x5828b233 st95hf_spi_recv_response +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x5cfac998 st95hf_spi_recv_echo_res +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x7bccf8f5 st95hf_spi_send +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x0862001f ntb_transport_tx_free_entry +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x1786d5f3 ntb_transport_unregister_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x30934216 ntb_transport_max_size +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x32537aca ntb_transport_link_query +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x3d54dbfc ntb_transport_tx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x436098aa ntb_transport_link_down +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x47de8e93 ntb_transport_register_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x82e6c13d ntb_transport_qp_num +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x9c992c8f ntb_transport_link_up +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xa095a175 ntb_transport_create_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xc270dc24 ntb_transport_free_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xc37d9036 ntb_transport_rx_remove +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xd40e7a02 ntb_transport_rx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xf55d6313 ntb_transport_register_client_dev +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xf9eb813f ntb_transport_unregister_client_dev +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0x2f91a8b3 virtio_pmem_host_ack +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0xfedc38aa async_pmem_flush +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x01850555 nvme_auth_generate_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x1d3b270f nvme_auth_transform_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x22e5d1de nvme_auth_augmented_challenge +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x399d9ac8 nvme_auth_hmac_hash_len +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x51873876 nvme_auth_get_seqnum +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x51ed2d3f nvme_auth_gen_privkey +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x674c5bc1 nvme_auth_hmac_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x6adadbb4 nvme_auth_free_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x6e91ee1b nvme_auth_digest_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x780989d1 nvme_auth_dhgroup_id +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x9070925e nvme_auth_extract_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xa584f954 nvme_auth_gen_pubkey +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xc9bb48ac nvme_auth_dhgroup_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xcb39603c nvme_auth_hmac_id +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xd7d96e7c nvme_auth_gen_shared_secret +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xf0ccf2d4 nvme_auth_dhgroup_kpp +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0186be5a nvme_fail_nonready_command +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x06112fa8 nvme_dev_attrs_group +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x11abc494 __SCK__tp_func_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2040c11a nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2567b36e nvme_try_sched_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x25be75f5 nvme_host_path_error +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x27fcbedb __tracepoint_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x29c3e345 nvme_set_queue_count +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2b5a4512 nvme_alloc_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2f1aecc7 nvme_cancel_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x303a8321 nvme_complete_batch_req +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x31667b95 nvme_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3237c677 __traceiter_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x334cfa2c nvme_auth_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x398de728 nvme_cancel_admin_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x40993e88 nvme_alloc_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x49224181 nvme_reset_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x529a0fbe __nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x53d08326 nvme_auth_stop +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x64b62862 nvme_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x65def69b nvme_delete_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x66c06308 nvme_init_ctrl_finish +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6a215065 nvme_unfreeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6e5795bd __nvme_check_ready +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6e666efd nvme_unquiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x72fa7426 nvme_setup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x73ae12d6 nvme_disable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7cb50d1b nvme_reset_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7eafb652 nvme_mpath_start_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7fd8defb nvme_cancel_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x813cf212 nvme_io_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x86850bd4 nvme_remove_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8f3d9a5c nvme_remove_namespaces +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x91b1377f nvme_stop_keep_alive +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x92169aae nvme_set_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9321ef17 nvme_enable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x94bf32e7 nvme_wait_freeze_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9841b718 nvme_auth_free +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa2cda449 nvme_start_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa745777a nvme_complete_rq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa8fe8a05 nvme_uninit_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa9e3985c nvme_quiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xaa8f001a nvme_wait_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xaac77827 nvme_complete_async_event +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xadb800c3 nvme_cleanup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb5f4c1e3 nvme_change_ctrl_state +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb66b0dcb nvme_sync_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb7ee2204 nvme_remove_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xbabf5257 nvme_quiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xcaf16e4c nvme_wait_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xcee95e6f nvme_sync_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd2646461 nvme_unquiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd45434ee admin_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd58bbbcb nvme_delete_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xdab2f89d nvme_stop_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe3dda6bd nvme_get_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe57712e5 nvme_start_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xea09d09c nvme_auth_negotiate +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xeb168a68 nvme_mark_namespaces_dead +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xefcd89a0 nvme_auth_wait +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf84aa8dd nvme_init_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x1048febf nvmf_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x1e328d22 nvmf_set_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x252c9fd0 nvmf_reg_read32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x50dc7611 nvmf_ip_options_match +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x5d585444 nvmf_connect_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x7c9c2c9c nvmf_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x97fc1205 nvmf_map_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xa06d874a nvmf_reg_write32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xb4140e0a nvmf_reg_read64 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xdd8af66e nvmf_free_options +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xe68f1d9a nvmf_connect_io_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xf3cc0add nvmf_get_address +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xfb518517 nvmf_should_reconnect +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x0d12e564 nvme_fc_register_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3884f8b8 nvme_fc_unregister_localport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3e33ac54 nvme_fc_rescan_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x8a9cf5a7 nvme_fc_set_remoteport_devloss +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xbb0e18a6 nvme_fc_rcv_ls_req +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xcc8a2d78 nvme_fc_io_getuuid +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xd8b8b64c nvme_fc_register_localport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xfca9dc99 nvme_fc_unregister_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x22b2eb01 nvmet_req_complete +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x23214792 nvmet_sq_destroy +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x24ae1f24 nvmet_ctrl_fatal_error +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3e0ef07a nvmet_wq +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x46429f7f nvmet_req_free_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x914bd391 nvmet_sq_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x92aae8ac nvmet_req_uninit +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xbfe0da04 nvmet_req_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xeb61502c nvmet_check_transfer_len +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xf007b83a nvmet_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xf0a99985 nvmet_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xf8b5323c nvmet_req_alloc_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x0b98123d nvmet_fc_rcv_ls_req +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x4a013682 nvmet_fc_invalidate_host +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x4d64eb43 nvmet_fc_register_targetport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x6ff62dab nvmet_fc_rcv_fcp_abort +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x7bfa9497 nvmet_fc_rcv_fcp_req +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x9ef76d99 nvmet_fc_unregister_targetport +EXPORT_SYMBOL_GPL drivers/pci/controller/pci-hyperv-intf 0x1591b2c6 hyperv_read_cfg_blk +EXPORT_SYMBOL_GPL drivers/pci/controller/pci-hyperv-intf 0x221394ae hyperv_reg_block_invalidate +EXPORT_SYMBOL_GPL drivers/pci/controller/pci-hyperv-intf 0xe5f73406 hyperv_write_cfg_blk +EXPORT_SYMBOL_GPL drivers/pci/controller/pci-hyperv-intf 0xfb921e00 hvpci_block_ops +EXPORT_SYMBOL_GPL drivers/pci/switch/switchtec 0xc96d1587 switchtec_class +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0x07e10db9 arm_cspmu_sysfs_format_show +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0x40edd443 arm_cspmu_sysfs_event_show +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0x9cc978a2 nv_cspmu_init_ops +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x07167962 hisi_uncore_pmu_disable +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x16faef21 hisi_format_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x179e85f9 hisi_uncore_pmu_stop +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x277f20fe hisi_cpumask_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x3208fff2 hisi_uncore_pmu_init_irq +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x3ec4fc27 hisi_uncore_pmu_online_cpu +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x448f89aa hisi_uncore_pmu_get_event_idx +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x4a74e7d7 hisi_uncore_pmu_identifier_attr_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x5d5a916c hisi_uncore_pmu_add +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x66149b0a hisi_uncore_pmu_event_init +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x6854b13c hisi_uncore_pmu_del +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x7b08e849 hisi_uncore_pmu_read +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x8eb1d564 hisi_uncore_pmu_enable +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x9bc4efed hisi_pmu_init +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xcdba2452 hisi_uncore_pmu_set_event_period +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xd086a986 hisi_uncore_pmu_event_update +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xe4d818ec hisi_event_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xf6c9cbdd hisi_uncore_pmu_start +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xfb6373d1 hisi_uncore_pmu_offline_cpu +EXPORT_SYMBOL_GPL drivers/phy/allwinner/phy-sun4i-usb 0x85dbddb2 sun4i_usb_phy_set_squelch_detect +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x10b601ca tegra194_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x2e6e97e3 tegra_phy_xusb_utmi_pad_power_on +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x3a42ba1a tegra_xusb_padctl_get +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x3a890cc4 tegra_xusb_padctl_hsic_set_idle +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x3ebbd09a tegra_xusb_padctl_get_usb3_companion +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x450f5183 tegra_xusb_padctl_usb3_save_context +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x4caa11d3 tegra_xusb_padctl_set_vbus_override +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x6a17b26a tegra_xusb_padctl_disable_phy_sleepwalk +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x8c1a366b tegra_xusb_padctl_enable_phy_wake +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x8c328db1 tegra_phy_xusb_utmi_port_reset +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xb35c13ba tegra_xusb_padctl_enable_phy_sleepwalk +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xb7d9ed3a tegra_xusb_padctl_put +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xba419ae6 tegra124_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xbd168683 tegra210_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xc20a5774 tegra234_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xc280ea11 tegra186_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xd270cd10 tegra_phy_xusb_utmi_pad_power_down +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xdf647061 tegra_xusb_padctl_disable_phy_wake +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xed7df42e tegra_xusb_padctl_remote_wake_detected +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xf92c0ba1 tegra_xusb_padctl_usb3_set_lfps_detect +EXPORT_SYMBOL_GPL drivers/phy/ti/phy-omap-usb2 0x00d48f33 omap_usb2_set_comparator +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x85d83b98 mcp23s08_probe_one +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x87fc4d5f mcp23x17_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0xb787e9b0 mcp23x08_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/qcom/pinctrl-lpass-lpi 0x1c852321 lpi_pinctrl_probe +EXPORT_SYMBOL_GPL drivers/pinctrl/qcom/pinctrl-lpass-lpi 0xb45fd635 lpi_pinctrl_remove +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0x3503bb9b cros_ec_sensorhub_unregister_push_data +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0xa289b976 cros_ec_sensorhub_register_push_data +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros_usbpd_notify 0x6b1be500 cros_usbpd_unregister_notify +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros_usbpd_notify 0x8bda2df3 cros_usbpd_register_notify +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x06c01094 ssam_request_sync_submit +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x1841a078 ssh_packet_get +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x1aee640d ssam_client_bind +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x21fc125d ssam_request_sync_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x28f0db71 ssam_device_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x2a4a6652 ssam_controller_device +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x2f74dfb5 ssam_request_sync_init +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x3090608b __ssam_register_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x39125085 ssam_request_write_data +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x3d6a1c64 ssam_device_add +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x40d44882 ssam_controller_get +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x4b0b3f0e ssam_controller_stateunlock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x69bffc4a ssam_device_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x6c6affa3 ssam_client_link +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x81d91dd3 ssam_device_remove +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x8444c578 ssam_get_controller +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x87a010ed ssam_request_sync_free +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x9098a012 ssam_controller_event_disable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x91215a77 ssam_request_do_sync +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x9206e0f2 ssam_device_get_match_data +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xa2b37c88 ssam_device_driver_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xa594a0ed __ssam_notifier_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xa65ee91e ssam_controller_event_enable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xa9a1e226 ssam_device_get_match +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc2bd582d ssam_device_id_match +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc44a9758 ssam_controller_statelock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xceb35d4f ssam_controller_put +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xd6455294 ssh_packet_put +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xdf1c1c7c ssam_bus_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xdf884708 ssam_notifier_register +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xf677794c ssam_request_do_sync_with_buffer +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xfeb36d20 ssam_remove_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xff2cbdca __ssam_device_driver_register +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0x48cf4c48 san_dgpu_notifier_register +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0x8b070cfa san_client_link +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0xd60bd773 san_dgpu_notifier_unregister +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0x3df185d2 devm_reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0x60502c56 reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xd0fb6ca1 reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xeb28966a devm_reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x6375e7d2 bq27xxx_battery_update +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0xd2e1549b bq27xxx_battery_setup +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0xdae93e6c bq27xxx_battery_teardown +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x503c1b8f pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x9bbdd823 pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0xf34aba12 pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x00ff2cca ptp_qoriq_free +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x1d950ebe extts_clean_up +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x2eae82b0 ptp_qoriq_isr +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x748846f7 ptp_qoriq_settime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x8566b7f4 ptp_qoriq_adjfine +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x86b6e3ad ptp_qoriq_gettime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x93051b19 ptp_qoriq_adjtime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xb9beba4f ptp_qoriq_init +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xc3ba3202 ptp_qoriq_enable +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x0a67f5e9 mc13xxx_parse_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x3c7222b6 mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xb47917ac mc13xxx_get_num_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xd7c1be0e mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xdd9fa997 mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/rohm-regulator 0xdd2bf5ea rohm_regulator_set_voltage_sel_restricted +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x1b1d58d5 wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x48b25a5f wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x4997f54d wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x818d1b54 wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x90908f87 wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xbe40c2e3 wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0x27701ff4 wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x1e65e5c3 scp_get_device +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x5f4fdec8 scp_get +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xa135339a scp_get_venc_hw_capa +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xa609d193 scp_get_vdec_hw_capa +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xc11aa4c3 scp_mapping_dm_addr +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xcb2e19de scp_get_rproc +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xe6e4f3ad scp_put +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x09313652 scp_memcpy_aligned +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x2c088575 scp_ipi_send +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x361cfdca scp_ipi_unlock +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x40286d19 scp_ipi_unregister +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0xc3e90617 scp_ipi_lock +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0xdd57156f scp_ipi_register +EXPORT_SYMBOL_GPL drivers/remoteproc/pru_rproc 0x0fe66f3a pru_rproc_set_ctable +EXPORT_SYMBOL_GPL drivers/remoteproc/pru_rproc 0x2a7ff182 pru_rproc_put +EXPORT_SYMBOL_GPL drivers/remoteproc/pru_rproc 0x7837aaea pru_rproc_get +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x0fa538df qcom_register_ssr_notifier +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x1a35d794 qcom_remove_glink_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x315edf5c qcom_add_smd_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x4d717d58 qcom_register_dump_segments +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x56759b94 qcom_add_glink_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x78649227 qcom_add_ssr_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x8186d87d qcom_remove_ssr_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xb3181ca1 qcom_remove_smd_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xd6cc0cc0 qcom_unregister_ssr_notifier +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xee37de08 qcom_minidump +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_pil_info 0x30e58241 qcom_pil_info_store +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x1e7c46c8 qcom_q6v5_init +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x32f69505 qcom_q6v5_deinit +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x5877b49f qcom_q6v5_panic +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x76e9f703 qcom_q6v5_prepare +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x875198e3 qcom_q6v5_wait_for_start +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xcb83fbde qcom_q6v5_unprepare +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xd6d16d7f qcom_q6v5_request_stop +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_sysmon 0x1482d168 qcom_sysmon_shutdown_acked +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_sysmon 0x27ea2e03 qcom_add_sysmon_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_sysmon 0xa881c6fc qcom_remove_sysmon_subdev +EXPORT_SYMBOL_GPL drivers/rpmsg/mtk_rpmsg 0x86903274 mtk_rpmsg_destroy_rproc_subdev +EXPORT_SYMBOL_GPL drivers/rpmsg/mtk_rpmsg 0xe0d5c4bf mtk_rpmsg_create_rproc_subdev +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0x149236da qcom_glink_native_remove +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xc56b38d9 qcom_glink_native_probe +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xf14f5684 qcom_glink_ssr_notify +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_smem 0x4fe311b0 qcom_glink_smem_unregister +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_smem 0xf33d3684 qcom_glink_smem_register +EXPORT_SYMBOL_GPL drivers/rtc/rtc-ds1685 0x2476596e ds1685_rtc_poweroff +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x006291f5 cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x036b4bcf cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x057ab95b cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x07fea279 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0b24b84e cxgbi_ddp_ppm_setup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0db5ee80 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0f2f7f83 cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1278025a cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x19b34093 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2be8c114 cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2f80605f cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3a3eb567 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3c09dc4e cxgbi_device_find_by_netdev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3e8efec0 cxgbi_device_find_by_netdev_rcu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4b04508d cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5e0f79e2 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x65828585 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x68500c8e cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6f6549de cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7ae27a2a cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x806a820a cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8245066f cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8319f739 cxgbi_ddp_set_one_ppod +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8617589c cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x875c9763 cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa37a2bdc cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa4d07287 cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa6f7d318 cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xaa311f5b cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb420d602 cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb4fac833 cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb5f49801 cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb63a5e89 cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbf0fcb2f cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc399086f cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc6839580 cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcb06300e cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd6a8a41c cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdc9b8a6f cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdebe90c7 cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe47af66b cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe7d719d4 cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xec746172 cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xeff7584a cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfab947ea cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x04bbfb2b fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x094abc64 fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x3064a0f1 fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x39a03483 fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x410fba35 fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x44459fe2 fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x4e3c139a __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x6a1e46bc fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x74431a52 fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x7c87b773 fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x8555b5c6 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xa472d9da fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbac58840 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc3f30cc0 fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc4f86526 fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xcbe3cfea fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xcf700302 fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xe8a85d2f fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf167cb7a fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0x9d15d717 fdomain_create +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0xdf1a59a8 fdomain_destroy +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x14df0cd8 hisi_sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x26ab55f2 hisi_sas_phy_bcast +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x3343320f hisi_sas_free +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x3833903f hisi_sas_remove +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x40ac648c hisi_sas_get_prog_phy_linkrate_mask +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x44a1e622 hisi_sas_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x44d88a1f hisi_sas_alloc +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x4c892e07 hisi_sas_controller_reset_done +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x4fc22123 hisi_sas_stt +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x5bb1debd hisi_sas_sync_cqs +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x5eef39bb hisi_sas_controller_reset_prepare +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x64aa6e4b hisi_sas_sata_done +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x69f47d67 hisi_sas_phy_down +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x71b33d4c hisi_sas_phy_oob_ready +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x8f4c93fc hisi_sas_scan_start +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x9214a75c hisi_sas_init_mem +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x9533c0c9 hisi_sas_release_tasks +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x9e9dbcf2 to_hisi_sas_port +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xb03aa9c5 hisi_sas_rst_work_handler +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xc09d2d48 hisi_sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xc388ee03 hisi_sas_probe +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xc3a41131 hisi_sas_debugfs_dump_count +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xc8a25bfc hisi_sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xcc1f7b1c hisi_sas_sync_poll_cqs +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xcc54cc71 hisi_sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xd25ff6a6 hisi_sas_slot_task_free +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xd6592df1 hisi_sas_debugfs_dir +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xe109b62d hisi_sas_stop_phys +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xe330cb74 hisi_sas_sync_rst_work_handler +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xe9062dbf hisi_sas_get_fw_info +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xe987d9aa hisi_sas_debugfs_enable +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xebfae55c hisi_sas_get_ata_protocol +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xf3029faf hisi_sas_host_reset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x0993077c iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x443b2486 iscsi_boot_create_acpitbl +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x9e433970 iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xa8ed9e22 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xd21e2d0b iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xd43499f7 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xec414a18 iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/libfc/libfc 0x6635b0f7 fc_seq_els_rsp_send +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x01d3e570 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x05d3ccc4 iscsi_eh_cmd_timed_out +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x082a8af8 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x097d4e19 iscsi_session_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0f1b613d iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x10bfa82d iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x14e59736 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1664e334 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x19db1398 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1ac6ff12 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1c8d06ff iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x248e4ee2 iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x256c5f34 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x26fc7271 iscsi_conn_queue_recv +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x279ac96a iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2d01d86b iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2d195bb9 iscsi_host_get_max_scsi_cmds +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2fac7eab iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4432b7b3 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x467cd3ef iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4696bbeb iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4c88c757 iscsi_session_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4ee143c6 iscsi_conn_unbind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5f99afc4 iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x603b9bff iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x67ae5625 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x69482120 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6a0f9df3 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7381ee4d iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7ecffa5f iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x856078f4 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x87801cbc iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x89f9462b iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8c53e4e5 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8fe17813 iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9011d183 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x936cd829 __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9b86433b iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9fe41dba iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa0303528 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc41bfd6c iscsi_conn_queue_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc7b96300 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd5e92fc1 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd6f40c1a iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xde564c27 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeab9cbd5 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xed2368b3 iscsi_suspend_rx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xee5be86a iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf95f654a iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x0116081a iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x03ccf647 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x16d85064 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x1a9fe10e iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x24cf0612 iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x25d8e6a1 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x31d3e484 iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x3fcea77f iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5641a4ab iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x76924de3 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x7910b0bf iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa5501b7a iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb025ca84 iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xbaf77c6b iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xda511412 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe3dac662 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf21bdeb4 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0b807b9f sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0c5dbbc8 sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1c3b08f8 sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1f4c2bcd sas_lu_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x35f3f071 sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x42f69dfc dev_attr_phy_event_threshold +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x443a47da sas_execute_internal_abort_single +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4e20aaf3 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x583cb1e6 sas_clear_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x59937c16 sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x630b0ac5 sas_find_attached_phy_id +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6aed4151 sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x730d7ecc sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7b72b553 smp_ata_check_ready_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7ec64ebb sas_ata_device_link_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x80a54da5 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x88730709 sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x88ead084 sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8e174784 sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa1d4f2bc sas_notify_port_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa9a54e30 sas_abort_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xab83ce11 sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc3ff5926 sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc933b55a sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xca6db887 sas_eh_target_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xcb6f61b9 sas_execute_internal_abort_dev +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xcc3685a6 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xcdbf65b2 sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xcf0ec36f sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd857a972 sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xee47c023 sas_execute_ata_cmd +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf177f5f4 sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf6451621 sas_query_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf64d97c6 sas_abort_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfb6bdc8c sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfcddef4b sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_fc 0xb6242b4d fc_eh_should_retry_cmd +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0a8cdc08 iscsi_put_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0bee0716 iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0c18a115 iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0fa21ced iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x12b8de50 iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x24a574ab iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x26081bf1 iscsi_dbg_trace +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2e9c7bea iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x32378488 __traceiter_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x363ef721 __tracepoint_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x449bd5f0 iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4564e674 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4f7d1692 iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x53ef073a iscsi_put_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x53f5cf27 iscsi_alloc_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x54cbf45f iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x558e6fe6 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x584a31ab __SCK__tp_func_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5998edbf iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5c2f582c iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5e804e97 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x62ad698f iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x66667730 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x68da2dc0 iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6fcb134f iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x71b768b0 __SCK__tp_func_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7793b6be __traceiter_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7a241159 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x80a7a2fe iscsi_force_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x85ed0992 iscsi_get_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x88768c48 __SCK__tp_func_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x88bcef10 iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8a84c55c iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8b827f5b iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x94cc9bc0 __traceiter_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9f4ce41a iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa3ac06cf __tracepoint_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa66d2d33 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaae61ec9 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xab4674c8 __SCK__tp_func_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xae4000bb iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb32662a6 __tracepoint_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb3c8aee1 iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb8c3853a iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc2da5fc iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc6264e7a __tracepoint_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc6cc948f __traceiter_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xccaa2cb2 __traceiter_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd36c8d94 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd8e3b9b0 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xda09b986 __tracepoint_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdc5e938e iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdf4ea29e iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe2b598c1 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe45aa75b iscsi_add_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe4c79fa6 __SCK__tp_func_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xec89dbc7 iscsi_remove_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfdc30c40 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x166b54b9 sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x2a3bd25b sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xc844f451 sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xe3ffdc25 sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x0ef06974 spi_populate_ppr_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x128d19bf spi_populate_tag_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xa0c71dac spi_populate_sync_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xcffa2aff spi_populate_width_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x13790d61 srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x1902178a srp_tmo_valid +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x5bef9a59 srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x94734721 srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xa04e44b3 srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xe3d7524b srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xfdaf5ef1 srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x3d96d23a siox_device_connected +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x5806bde8 siox_master_alloc +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x92bb3303 siox_device_synced +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x9b151b13 siox_master_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xa8b2fe56 siox_master_unregister +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xaa8ac147 __siox_driver_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x0b194cb6 slim_stream_disable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x0c514641 __slim_driver_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x28e24ef1 slim_get_logical_addr +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x31dc7331 slim_writeb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x392550e7 slim_stream_prepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x3b4d7e25 slimbus_bus +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x41712631 slim_stream_free +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x433d478a slim_register_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x45daaf33 slim_device_report_present +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x679f7dfe slim_ctrl_clk_pause +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x69904f5b slim_alloc_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x803a2e55 slim_stream_unprepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa8092d8b slim_driver_unregister +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xb07ee31b slim_read +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xb40bd96e slim_stream_allocate +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xb5aa9fab slim_do_transfer +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xbfc43179 slim_unregister_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xc186eada slim_msg_response +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xd6e0b9ea slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xdfd3c3b5 slim_report_absent +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe69737fb slim_free_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf27253fa slim_stream_enable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf39d9402 of_slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf4a42862 slim_readb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf7515482 slim_xfer_msg +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xfcbde7c8 slim_write +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0x494128eb meson_canvas_alloc +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0x673c5a86 meson_canvas_config +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0x71de1e41 meson_canvas_get +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0xfbd79150 meson_canvas_free +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x0127b8b0 apple_rtkit_send_message_wait +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x16c569f3 apple_rtkit_send_message +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x1b4f978f apple_rtkit_start_ep +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x1b728ad2 apple_rtkit_reinit +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x534c0171 apple_rtkit_wake +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x5bac88a3 devm_apple_rtkit_init +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x626bf913 apple_rtkit_shutdown +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x73638ca2 apple_rtkit_is_crashed +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x8178ad42 apple_rtkit_init +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xc77f5a7c apple_rtkit_is_running +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xd887b158 apple_rtkit_idle +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xda17fd75 apple_rtkit_free +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xe31aa5c8 apple_rtkit_poll +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xf2387335 apple_rtkit_quiesce +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xf6e098db apple_rtkit_boot +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-sart 0xbaec16a4 apple_sart_add_allowed_region +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-sart 0xe24e63fe devm_apple_sart_get +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-sart 0xf2253fbc apple_sart_remove_allowed_region +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x0261cd01 dpaa2_io_store_next +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x1b7c4023 dpaa2_io_service_rearm +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x2ea89927 dpaa2_io_service_pull_channel +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x2f10852c dpaa2_io_service_select +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x3f8992eb dpaa2_io_service_release +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x4994345c dpaa2_io_store_destroy +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x6560c60d dpaa2_io_service_acquire +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x66b9a5fc dpaa2_io_service_deregister +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x68dc6cb6 dpaa2_io_store_create +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x79cf65a1 dpaa2_io_service_enqueue_qd +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x8edafa55 dpaa2_io_query_bp_count +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0xb9e81961 dpaa2_io_query_fq_count +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0xf4b10a88 dpaa2_io_service_register +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x21cbde13 mtk_mmsys_vpp_rsz_dcm_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x32a86073 mtk_mmsys_hdr_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x52ee4569 mtk_mmsys_vpp_rsz_merge_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x7a320f35 mtk_mmsys_mixer_in_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x7b51ff03 mtk_mmsys_ddp_connect +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0xc04e6201 mtk_mmsys_mixer_in_channel_swap +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0xc1615e85 mtk_mmsys_ddp_disconnect +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0xc5ebbc84 mtk_mmsys_merge_async_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0xd9bb7e6c mtk_mmsys_ddp_dpi_fmt_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x1736cec6 mtk_mutex_remove_comp +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x1d6696b0 mtk_mutex_disable +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x2fcc9ff2 mtk_mutex_add_comp +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x4e2f3c90 mtk_mutex_enable_by_cmdq +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x51991b38 mtk_mutex_enable +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x5ec2319a mtk_mutex_unprepare +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x71a9a3ab mtk_mutex_acquire +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x7534596b mtk_mutex_write_sof +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x8b650752 mtk_mutex_release +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x903ebe12 mtk_mutex_get +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0xab7f853d mtk_mutex_prepare +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0xbbb4ab02 mtk_mutex_put +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0xfa95f801 mtk_mutex_write_mod +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x13714aaf gpr_free_port +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x457f206e gpr_send_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x50c0527f aprbus +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x98318ffd apr_send_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xa86f971e gpr_send_port_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xbb745ea0 apr_driver_unregister +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xdd83f5ff gpr_alloc_port +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xf1d7135f __apr_driver_register +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-qcom 0x03c9a66d llcc_get_slice_size +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-qcom 0x0679b34d llcc_slice_getd +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-qcom 0x7e773088 llcc_get_slice_id +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-qcom 0xad3516c4 llcc_slice_activate +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-qcom 0xb534ec76 llcc_slice_deactivate +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-qcom 0xb68b1300 llcc_slice_putd +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x20e75f77 qcom_mdt_pas_init +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x480128bf qcom_mdt_load_no_init +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x729cc50d qcom_mdt_load +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0xe8a3861c qcom_mdt_get_size +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0xf0de7244 qcom_mdt_read_metadata +EXPORT_SYMBOL_GPL drivers/soc/qcom/pmic_glink 0xa062d1a3 devm_pmic_glink_register_client +EXPORT_SYMBOL_GPL drivers/soc/qcom/pmic_glink 0xc161d729 pmic_glink_send +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0x50d28b20 qcom_ice_evict_key +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0x82936acb qcom_ice_enable +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0xc994d57b qcom_ice_suspend +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0xe2999c75 of_qcom_ice_get +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0xe4280d97 qcom_ice_program_key +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0xf0e63b1a qcom_ice_resume +EXPORT_SYMBOL_GPL drivers/soc/qcom/smem 0x34b57571 qcom_smem_alloc +EXPORT_SYMBOL_GPL drivers/soc/qcom/smem 0x5a710273 qcom_smem_get_free_space +EXPORT_SYMBOL_GPL drivers/soc/qcom/smem 0x9979b76e qcom_smem_virt_to_phys +EXPORT_SYMBOL_GPL drivers/soc/qcom/smem 0xe583bba3 qcom_smem_get_soc_id +EXPORT_SYMBOL_GPL drivers/soc/qcom/smem 0xeeffa750 qcom_smem_get +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x0d965000 pruss_cfg_gpimode +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x2a9cf7f2 pruss_put +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x50cf3879 pruss_release_mem_region +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x5371a750 pruss_cfg_get_gpmux +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x594f6740 pruss_cfg_miirt_enable +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x7b85851b pruss_cfg_set_gpmux +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x95bfabbf pruss_cfg_xfr_enable +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0xace2b4d0 pruss_get +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0xcfeaa817 pruss_request_mem_region +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x2317301f sdw_unregister_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x98c65a90 sdw_bus_type +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xa6f58c30 __sdw_register_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-cadence 0xdac07e97 sdw_cdns_debugfs_init +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0xb9edd149 altera_spi_irq +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0xf64f2a78 altera_spi_init_host +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x160f3c54 spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x2db86195 spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x2f768eba spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x46447511 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x6af08e73 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x99849248 spi_bitbang_init +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x3eae7890 spi_test_execute_msg +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x75af84e3 spi_test_run_test +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x988960d2 spi_test_run_tests +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x2c4aa14c spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x4cd5f14a spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x5264601f spmi_device_from_of +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x538ae540 spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x5ecd4007 spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x69489407 spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x6f2716a2 spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x7404c6ab spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x76d584b8 spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x784250db spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x8292f339 spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xbea90b3a spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xc90a3f9f spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xcb4238a1 spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd42c3c2a __spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd55fa059 spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd84d290c spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xe0bf9855 spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf1fa6bb1 spmi_register_write +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0xe831b6f1 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x01b42f21 anybuss_host_common_probe +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x030f5ad7 anybuss_client_driver_register +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x039a1084 anybuss_send_ext +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x1c7c5f1c devm_anybuss_host_common_probe +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x245a16d4 anybuss_send_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x362b7ad0 anybuss_finish_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x53cc0257 anybuss_client_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x97346599 anybuss_set_power +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xa4e42ea6 anybuss_read_output +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xada3b0e0 anybuss_recv_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xc2ed4ba0 anybuss_read_fbctrl +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xd90d5d0f anybuss_write_input +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xef71cd5f anybuss_start_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xfce879ad anybuss_host_common_remove +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x844ccab5 fieldbus_dev_online_changed +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xacdefbba fieldbus_dev_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xed4b4de9 fieldbus_dev_area_updated +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xfeebddbd fieldbus_dev_register +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x0bcbe8c9 gb_audio_apbridgea_unregister_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x144c57c4 gb_audio_apbridgea_shutdown_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x2bc4558c gb_audio_apbridgea_stop_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x3b122e0f gb_audio_apbridgea_prepare_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x54777965 gb_audio_apbridgea_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x59cb4d69 gb_audio_apbridgea_register_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x60d018ef gb_audio_apbridgea_start_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x7153f532 gb_audio_apbridgea_set_config +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xad8fad6e gb_audio_apbridgea_start_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xb26cf44c gb_audio_apbridgea_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xcc6f6fa5 gb_audio_apbridgea_shutdown_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xe331166e gb_audio_apbridgea_prepare_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xf3e76ded gb_audio_apbridgea_stop_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x0426c820 gb_audio_gb_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x19a5a9ad gb_audio_gb_deactivate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x1ba2c630 gb_audio_gb_get_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x4ba98453 gb_audio_gb_activate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x7a303517 gb_audio_gb_enable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x8bfe180d gb_audio_gb_set_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x917b3a46 gb_audio_gb_disable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x92bd98cb gb_audio_gb_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xbe1380d0 gb_audio_gb_deactivate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xc26c81e0 gb_audio_gb_get_topology +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xe0dc1f80 gb_audio_gb_get_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xec1fad2e gb_audio_gb_activate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xef262762 gb_audio_gb_set_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x19e9e6b1 gb_audio_manager_remove_all +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x32e6391e gb_audio_manager_remove +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x5a108b0f gb_audio_manager_add +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x5d1580eb gb_audio_manager_get_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x65248d42 gb_audio_manager_put_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x79eef2f8 gb_audio_manager_dump_all +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0xaeac8ca2 gb_audio_manager_dump_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0x1d224184 gb_gbphy_register_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0x7651fb96 gb_gbphy_deregister_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0x44c37d23 gb_spilib_master_init +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0xa0aa4aba gb_spilib_master_exit +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0x0ce190f9 adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/media/av7110/sp8870 0x24d935fa sp8870_attach +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x3afc4948 imx_media_find_pixel_format +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x46c1ad68 imx_media_add_of_subdevs +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x48e925a7 imx_media_capture_device_remove +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x4d7cc9dc imx_media_pipeline_set_stream +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x534ba9e1 imx_media_find_mbus_format +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x6e422327 imx_media_dev_notifier_register +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x77574774 imx_media_dev_init +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x7a2af0bb imx_media_capture_device_next_buf +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x7b9359d4 imx_media_probe_complete +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x90f8953e imx_media_capture_device_init +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xa631199b imx_media_grp_id_to_sd_name +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xa7a8b580 imx_media_init_cfg +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xa9e2459f imx_media_enum_mbus_formats +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xba1c7b7e imx_media_mbus_fmt_to_pix_fmt +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xbfd506a0 imx_media_free_dma_buf +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xc0e6162e imx_media_init_mbus_fmt +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xc1505c64 imx_media_capture_device_register +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xcf2cf7b6 imx_media_pipeline_subdev +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xd4e45b7e imx_media_try_colorimetry +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xda390280 imx_media_alloc_dma_buf +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xdaf5aa60 imx_media_capture_device_unregister +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xe90e643d imx_media_pipeline_pad +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xe932b00b imx_media_enum_pixel_formats +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xeb828258 imx_media_capture_device_error +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xec93bffc imx_media_add_video_device +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x023bf6b6 codec_hevc_setup_buffers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x06a4bfd4 amvdec_src_change +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x096f3c52 amvdec_remove_ts +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x115655e9 amvdec_am21c_body_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x1cb1e6d9 amvdec_am21c_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x25458d29 amvdec_dst_buf_done +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x2a4db0a2 amvdec_set_canvases +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x3142c7e0 amvdec_clear_dos_bits +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x403efff3 amvdec_read_parser +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x462a819f amvdec_write_dos +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x4ec12dec codec_hevc_free_fbc_buffers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x5ff35ee8 amvdec_am21c_head_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x629a8432 amvdec_read_dos +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x7088d84c amvdec_set_par_from_dar +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x85f98378 amvdec_dst_buf_done_offset +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x8bb2be2e amvdec_dst_buf_done_idx +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x917e88f2 codec_hevc_fill_mmu_map +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xa15719d1 codec_hevc_free_mmu_headers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xa6b55d4d amvdec_add_ts +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xbb64f0f5 amvdec_abort +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xbf65695c amvdec_get_output_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xcabea0c6 codec_hevc_setup_decode_head +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xe44afd21 amvdec_write_parser +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xeaf2f7a9 amvdec_write_dos_bits +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0x0fc6c547 nvec_msg_free +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0xd919e9be nvec_register_notifier +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0xe00d2844 nvec_unregister_notifier +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x2b9b3376 target_stop_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x54d36724 target_submit +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x5d24150b target_free_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x68219e0f target_submit_prep +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xb4489234 target_wait_for_cmds +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xbb49fe3d target_init_cmd +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xc65e34a6 target_alloc_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xc9221e17 target_queue_submission +EXPORT_SYMBOL_GPL drivers/tee/tee 0x12d471a1 tee_client_open_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x1e5d4399 teedev_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x4621e04e teedev_open +EXPORT_SYMBOL_GPL drivers/tee/tee 0x622c6fac tee_shm_free +EXPORT_SYMBOL_GPL drivers/tee/tee 0x721d6e12 tee_shm_put +EXPORT_SYMBOL_GPL drivers/tee/tee 0x75eba99f tee_bus_type +EXPORT_SYMBOL_GPL drivers/tee/tee 0x7ff91142 tee_get_drvdata +EXPORT_SYMBOL_GPL drivers/tee/tee 0x854aee7c tee_device_alloc +EXPORT_SYMBOL_GPL drivers/tee/tee 0x85fd9922 tee_session_calc_client_uuid +EXPORT_SYMBOL_GPL drivers/tee/tee 0x8ab8bb7a tee_shm_get_pa +EXPORT_SYMBOL_GPL drivers/tee/tee 0x8dd08f51 tee_device_unregister +EXPORT_SYMBOL_GPL drivers/tee/tee 0x93a801b1 tee_client_open_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0x993d9323 tee_client_close_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0xa15d3dc6 tee_client_get_version +EXPORT_SYMBOL_GPL drivers/tee/tee 0xa7fc295d tee_shm_alloc_priv_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0xbb9dedae tee_client_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0xcaac70cf tee_shm_pool_alloc_res_mem +EXPORT_SYMBOL_GPL drivers/tee/tee 0xcecb4631 tee_device_register +EXPORT_SYMBOL_GPL drivers/tee/tee 0xe28eb0bf tee_client_invoke_func +EXPORT_SYMBOL_GPL drivers/tee/tee 0xe2cbe1c7 tee_shm_get_from_id +EXPORT_SYMBOL_GPL drivers/tee/tee 0xe923a93a tee_shm_alloc_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0xf1b68da7 tee_shm_register_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0xf37726a8 tee_shm_get_va +EXPORT_SYMBOL_GPL drivers/thermal/st/st_thermal 0x957d8613 st_thermal_unregister +EXPORT_SYMBOL_GPL drivers/thermal/st/st_thermal 0xbfcc16c2 st_thermal_pm_ops +EXPORT_SYMBOL_GPL drivers/thermal/st/st_thermal 0xcfee3ae3 st_thermal_register +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x01d23ee1 tb_property_create_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x0267ff85 tb_xdomain_find_by_route +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x1373356d tb_xdomain_release_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x23cccc61 tb_ring_alloc_tx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x249e1481 tb_service_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x2e956d11 tb_register_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x393b4f2f tb_property_free_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x3c899eee tb_ring_poll_complete +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4882900f tb_xdomain_find_by_uuid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4e5064a7 tb_property_find +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4e64bdfd tb_register_protocol_handler +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x536bdb9c tb_xdomain_lane_bonding_enable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x53def05f tb_xdomain_disable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x562d7ca4 tb_xdomain_request +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x5f9dc5bc tb_xdomain_response +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x5fe98445 tb_ring_free +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x603249ed tb_unregister_property_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x658e3d97 tb_property_add_immediate +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x73ad2acb tb_property_get_next +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x740c31fd tb_xdomain_lane_bonding_disable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x784d87ca tb_ring_alloc_rx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x785eb82c tb_property_remove +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x814366d6 tb_xdomain_alloc_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8ad1d381 tb_ring_start +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8b62f95e tb_property_add_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8bb14706 tb_ring_poll +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8bd177fe tb_ring_stop +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa27a13b9 tb_xdomain_release_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa3d2b403 tb_property_add_data +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb08812aa tb_xdomain_enable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb7c7cdce tb_property_add_text +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xbfa44ae2 __tb_ring_enqueue +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xcac1feb4 tb_xdomain_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xe5b7c254 tb_unregister_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf1cfd1ff tb_register_property_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf361e59a tb_xdomain_alloc_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf76028c7 tb_unregister_protocol_handler +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x00a79a5a ufshcd_clkgate_delay_set +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x0be0dc44 ufshcd_dump_regs +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x10436110 ufshcd_dealloc_host +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x18cd35f2 ufshcd_hold +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x1a4519be ufshcd_hba_stop +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x1ed9aafe ufshcd_config_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x1fed8be7 ufshcd_mcq_enable_esi +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x3c7dd68d ufshcd_uic_hibern8_enter +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x4140c218 ufshcd_resume_complete +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x46d64849 ufshcd_uic_change_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x47e4463d ufshcd_update_evt_hist +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x54e50d80 ufshcd_mcq_poll_cqe_lock +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x60dc3a78 ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x674041ee ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x6be1b78d ufshcd_auto_hibern8_update +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x723b1abf ufshcd_delay_us +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x7a73f2f7 ufshcd_system_freeze +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x7d42fb7f ufshcd_fixup_dev_quirks +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x855f543f ufshcd_get_vreg +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x8a70cf85 ufshcd_hba_enable +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xa5edb39f ufshcd_link_recovery +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xadd4f76c ufshcd_dme_configure_adapt +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xb17dd1d4 ufshcd_release +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xb6e0a642 ufshcd_init +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xbd5b36d7 ufshcd_make_hba_operational +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xbe06cbf0 ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xc4bada88 ufshcd_mcq_config_esi +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xd1b7e05c ufshcd_uic_hibern8_exit +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xe2d26d6e ufshcd_remove +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xe2d7e92d ufshcd_mcq_write_cqis +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xf12107db __ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xf334d871 ufshcd_system_restore +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xff356b91 ufshcd_system_thaw +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x0e72bd18 ufshcd_pltfrm_init +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x54c946de ufshcd_init_pwr_dev_param +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x7a0460ff ufshcd_get_pwr_dev_param +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x83660252 ufshcd_populate_vreg +EXPORT_SYMBOL_GPL drivers/uio/uio 0xa0500089 __uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xc676c6cb uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xc6d44343 __devm_uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xd1c6cdca uio_event_notify +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x6b2f6543 usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xcf7deb75 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x2fd8dd90 cdns_drd_gadget_on +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x3ada257f cdns_set_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x512dfbd7 cdns_suspend +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x601d89be cdns_resume +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x7cb722c4 cdns_init +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x8361e51d cdns_set_active +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x9c56174a cdns_power_is_lost +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xb08b45ea cdns_clear_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xb2bef20e cdns_drd_gadget_off +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xfdbaa916 cdns_remove +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x1ff45271 ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x936905d5 ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xa2665f9b ci_hdrc_query_available_role +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xa5180b74 hw_phymode_configure +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x0d7884c9 imx_usbmisc_suspend +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x5653dca7 imx_usbmisc_hsic_set_connect +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x8c3c1bce imx_usbmisc_init +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xb9c66aa4 imx_usbmisc_init_post +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xbdf11b76 imx_usbmisc_charger_detection +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xf9c2a570 imx_usbmisc_resume +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x00cf0683 ulpi_read +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x169e467f ulpi_write +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x4e7deb49 __ulpi_register_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x5ce0236d ulpi_register_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xbf6fdc8d ulpi_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xdf08b82f ulpi_unregister_interface +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x0b695c0b u_audio_stop_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x5b6f879b u_audio_set_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x64372bf1 u_audio_set_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x664094a9 u_audio_get_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x6751f83b g_audio_setup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x6cfe09d4 u_audio_set_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x6d58ff52 u_audio_get_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x6deaa32f g_audio_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x7d7a6794 u_audio_start_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x89d34159 u_audio_stop_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x8b964f3c u_audio_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xa22c5dd7 u_audio_get_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xc627afdf u_audio_get_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xee484b20 u_audio_start_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xf41005fd u_audio_set_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x25a5c4d6 gether_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x2c41e1b5 gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x3d34a449 gether_set_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x3db2c8d2 gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x41f1a5de gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x554f3a9f gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x632c7d98 gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x6488e528 gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x7b8daf64 gether_resume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x989b09fd gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xaf01ed00 gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xcabf86dd gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xcbf4ebd2 gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xcf3f8e07 gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xe722eef1 gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xea9e7ba3 gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xef8586ba gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xf62ab21d gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x416aac68 gserial_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x60db48f5 gserial_get_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x77268a68 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x7ef6b08c gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xa451e786 gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xc0a01527 gserial_set_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xe89dc424 gserial_alloc_line_no_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xeb3b5441 gserial_resume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xfb78a286 gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x6c825859 ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x70861595 ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0xdca3e3ef ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x0df07119 fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x141fce2a fsg_common_remove_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1710b539 fsg_fs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1ccb58f7 fsg_common_set_num_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x3795ce62 fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x398778e1 fsg_ss_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x3c6a07d0 fsg_common_create_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x4232f42a fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x423845e4 fsg_ss_bulk_in_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x51a62356 fsg_show_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x53ead802 fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x7543da80 fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x7e26d4a5 fsg_common_set_sysfs +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x803de22f fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x8be77438 fsg_store_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x95cffb3e fsg_hs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x9a0221c7 fsg_common_free_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x9a8df45a fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa18cb12b fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa557c843 fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa5cae92f fsg_ss_bulk_out_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa5f99b69 fsg_fs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xab6c68ac fsg_config_from_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb3adf38d store_cdrom_address +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb4aff7ca fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb52ba28a fsg_intf_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb54d0d95 fsg_fs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xbf1ebc36 fsg_store_forced_eject +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xbf9cfc49 fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xc0abcdea fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xceb5fb05 fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xd1a3e8e0 fsg_common_create_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xeb74b839 fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xff972510 fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x05a934af rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x1baa1d8c rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x392db939 rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x585eaf47 rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x5ff4bae6 rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x62997092 rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x6818e8d7 rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x6e31fc70 rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x7ea635b8 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x8dbf49ef rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xadd93085 rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xc9a1d3e0 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xcbe5ad1d rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xd2d4178f rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xd965e3a8 rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x035becaf usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x05f94816 usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x067985e2 config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x06f19c0b usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0894d6e2 usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0c589aba usb_validate_langid +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0e679581 usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1b471f3c usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2009cc7e usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x22a2df78 usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x24695689 usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2878c3e3 usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2a5ab010 alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3b82f0f3 usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x44ecc625 usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x46af5744 usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4beb505d usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5c44c0d1 usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5ca6928d usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7148ceb2 usb_ep_autoconfig_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x79e0f23e usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8546f75d usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8bdb26fb usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8d9eb1bf usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9a8de82b usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa92264f8 config_ep_by_speed_and_alt +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xaddacee7 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xae6986f4 usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbba99a54 usb_func_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc559493c usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc7ec4a4c usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xdc2498c0 usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf96d23cf usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfc2f207e usb_otg_descriptor_alloc +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfe8e2a47 usb_otg_descriptor_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xffc8bfae usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/rzv2m_usb3drd 0xe61aac87 rzv2m_usb3drd_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x1ffe111a udc_remove +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x5d01d078 udc_irq +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x60920b1f empty_req_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x7ac0ea4c gadget_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x85301f80 free_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x8c90f406 udc_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x9b56abf3 init_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x9d0d7742 udc_enable_dev_setup_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xf047e3c7 udc_mask_unused_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xf7512fd0 udc_basic_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x004c6380 usb_ep_fifo_flush +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x0b802e24 usb_add_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x12d0562b usb_del_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x28a77f4c usb_gadget_check_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x29dac8d5 usb_gadget_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2af38e5f usb_ep_free_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2c53cadb usb_ep_disable +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2c739cb8 usb_gadget_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2d525b2a usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x31aef463 gadget_find_ep_by_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x35036726 usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x38357114 usb_gadget_udc_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x3ea59b5d usb_ep_alloc_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x405d007d usb_ep_set_wedge +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x43e34f59 usb_gadget_set_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x456fe167 usb_gadget_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x4b275c04 usb_gadget_set_remote_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x4fa2450c usb_ep_dequeue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x50b88f41 usb_get_gadget_udc_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x580a12b0 usb_gadget_register_driver_owner +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x5bab98ce usb_udc_vbus_handler +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x6763bd96 usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x6b29ff7f usb_gadget_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x70b57289 usb_gadget_map_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x784d9a58 usb_ep_enable +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x79c3b872 usb_ep_fifo_status +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x7fba095e usb_gadget_vbus_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x901aeea2 usb_gadget_clear_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x93d5fdc4 usb_gadget_giveback_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x9f1c62cd usb_initialize_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xa5c89018 usb_gadget_frame_number +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xac5667d9 usb_ep_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xb2d2e432 usb_gadget_vbus_draw +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xb7efb15c usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xba85485c usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xbbfaae63 usb_gadget_vbus_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xbee6af28 usb_ep_set_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc3d4d06b usb_ep_set_maxpacket_limit +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc8ac2c4f usb_ep_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xcb5311e0 usb_gadget_unmap_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xd6fcbce1 usb_gadget_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xecb3523d usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xf15f86ca usb_gadget_ep_match_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xf86c91cc usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-pci-renesas 0xaf543e98 renesas_xhci_check_request_fw +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0x446c1419 xhci_plat_probe +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0x8d00b023 xhci_plat_remove +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0x91aa7d9c xhci_plat_pm_ops +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x702adc23 ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x756a3aba ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x09492220 musb_mailbox +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x0b4a8834 musb_writeb +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x2734197f musb_readb +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x3d78acca musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x53cbd689 musb_queue_resume_work +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x669594ad musb_clearw +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x6af8c6dc musb_writel +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x719a5e41 musb_readw +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xa89cb2a4 musb_get_mode +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xa8c6e7bd musb_root_disconnect +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xade3e56c musb_writew +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xd411d8dd musb_set_host +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xe59efb0e musb_clearb +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xf0f95e51 musb_readl +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xfb520cd1 musb_set_peripheral +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x2caac768 usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x35b2b3eb usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x3e13b2c9 usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x95d67b27 usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xee3938a7 usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0xeeb8359e isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x0182dad1 tegra_ehci_phy_restore_end +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x1fffc34c tegra_usb_phy_preresume +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x70cf19fe tegra_ehci_phy_restore_start +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x972e3eb8 tegra_usb_phy_postresume +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0x69bf4bc8 usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x03feac84 usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x40d536bf usb_serial_claim_interface +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x4ff61200 usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x6babc52e usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7518d9bc usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x75455213 usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x75b1cb04 usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x79cba207 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7d2f406a usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x8157bd60 usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x81a83960 usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x99b9dc2d usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x9cf70c74 usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa41e3ab0 usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xab7a1fcb usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb5ec0904 usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xceddc3fa usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xd09a5ed3 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xe2a4dafa usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xfd27a075 usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0x3801dc6d dp_altmode_remove +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0xb25cdc07 dp_altmode_probe +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x0062c2d6 tcpci_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x6f497a3c tcpci_irq +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0xbe111953 tcpci_get_tcpm_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0xc529e32e tcpci_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x10ec6d2d tcpm_sink_frs +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x3b84657b tcpm_pd_transmit_complete +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x3e9b8a53 tcpm_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x76eeda4b tcpm_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x9e0bd753 tcpm_pd_hard_reset +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xb655342c tcpm_pd_receive +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xc37b9769 tcpm_cc_change +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xceb50012 tcpm_vbus_change +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xd680581d tcpm_port_clean +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xda86a83d tcpm_port_is_toggling +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xea220941 tcpm_tcpc_reset +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xeb779665 tcpm_sourcing_vbus +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x00d7b4b1 typec_register_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0236b353 typec_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0434e7fc typec_mux_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x05074d98 fwnode_typec_mux_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0b0f7bfd typec_switch_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1886a756 typec_altmode_exit +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1fe3b354 typec_cable_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x22503bec usb_power_delivery_link_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x22748d3b typec_port_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x23793a01 typec_plug_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x245cab6e typec_partner_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x282dd7a9 typec_retimer_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2ab2cdda typec_get_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2d1e301d typec_find_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2d35bb92 typec_switch_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x336d0dec typec_set_vconn_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3483c4aa typec_set_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x36ff6438 __typec_altmode_register_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3a1505df typec_altmode_notify +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3aa48448 usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3c58405f typec_get_negotiated_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3e745400 typec_cable_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x416d1f5f typec_partner_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x45c81bd4 typec_register_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4c9a2992 typec_switch_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4ce8e0b0 typec_altmode_get_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4cf6c674 typec_unregister_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x51c2ba4f typec_retimer_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5e8ba13d typec_altmode_enter +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x62c3b3a0 usb_power_delivery_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6b3d9465 typec_mux_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6b869980 typec_altmode_update_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6c9593c9 typec_retimer_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x706e88a5 typec_port_register_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x74a75031 typec_set_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7a098665 typec_unregister_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7b5fbfea typec_partner_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7ec7dbbd typec_unregister_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x81d5f639 typec_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x86521d45 typec_switch_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x87a137c0 typec_partner_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x89cf39ce typec_altmode_vdm +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8cd0c358 typec_set_pwr_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9049491e typec_find_port_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x906f6120 fwnode_typec_retimer_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x955ec13f usb_power_delivery_register_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x979d4b92 typec_altmode_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x99d0a99a typec_altmode_get_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9c7334c6 typec_retimer_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9e8f4458 typec_unregister_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa254de98 typec_find_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa5ceb522 usb_power_delivery_unregister_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa5ea5953 typec_altmode_attention +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa6767f3c typec_plug_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xad14e3e7 typec_port_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb3654f17 typec_altmode2port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb87676f5 typec_partner_set_pd_revision +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbae889f3 fwnode_typec_switch_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbf5a84f2 typec_partner_set_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc3493f5e typec_set_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc858454e typec_mux_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xca1986f1 typec_mux_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xce60841c typec_register_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd2fa1286 typec_switch_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd532f524 typec_partner_usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xdaddb00b typec_altmode_put_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe2a8da26 typec_switch_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe636f996 typec_retimer_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xea6126fd typec_cable_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xeafc1eb8 typec_find_port_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf1234a8b typec_find_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf1e2fef3 typec_cable_is_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf26a09c3 typec_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf372df2e typec_match_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf55e5cb8 typec_mux_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf56bae86 usb_power_delivery_unlink_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf7dc8699 typec_set_mode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfa817c03 typec_get_fw_cap +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfc8df340 typec_mux_put +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x0856681e ucsi_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x177f9ac6 ucsi_destroy +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x1d1ebf2c ucsi_connector_change +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x6508293a ucsi_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x6dbb4c1b ucsi_register +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x831fa526 ucsi_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x9a2bc923 ucsi_send_command +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xc62e1bb5 ucsi_create +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xf460ce5f ucsi_resume +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x26d0ebde usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x28d43fe2 usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x4b07aeea dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x4e3a83fc usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x52fd625b usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x53cc2a03 usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x5e5af878 usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x8aa24de6 usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x95887418 usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x9bfc58d7 usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x9c2477f0 usbip_in_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd02753dc usbip_header_correct_endian +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd9a721b3 usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe1ea0586 usbip_dump_header +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe5084f00 usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x0bdefe29 _vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x182768f7 vdpa_set_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x506cb307 vdpa_mgmtdev_unregister +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x68eef96b _vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x8b244061 vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x8bca96df vdpa_get_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x94b5b647 vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xbcaf8ead __vdpa_alloc_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xc772f84c vdpa_unregister_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xcaefac54 vdpa_mgmtdev_register +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xeace5780 __vdpa_register_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0x112b3080 vdpasim_create +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0xf1a5dafd vdpasim_schedule_work +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x17e529bd vfio_pci_core_unregister_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x1f17eb43 vfio_pci_core_err_handlers +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x30663b9e vfio_pci_core_disable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x40dbd7a3 vfio_pci_core_request +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x44d4e517 vfio_pci_core_ioctl_feature +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x49820375 vfio_pci_core_register_dev_region +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x4ca87255 vfio_pci_core_mmap +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x4cf699b8 vfio_pci_core_set_params +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x6cf8b071 vfio_pci_core_finish_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x7f30264f vfio_pci_core_aer_err_detected +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x88bccbf2 vfio_pci_core_read +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x971a8d50 vfio_pci_core_register_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x9adbd5fb vfio_pci_core_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xa27b590c vfio_pci_core_close_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xc17bfc1c vfio_pci_core_write +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xd54ec432 vfio_pci_core_release_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xde89e4a3 vfio_pci_core_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xe01ff851 vfio_pci_core_match +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xe156abab vfio_pci_core_sriov_configure +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xf7857b0a vfio_pci_core_init_dev +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x33a979d3 vfio_platform_release_common +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x4c6a2673 vfio_platform_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x88ff6f1a vfio_platform_close_device +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x91bd0db6 __vfio_platform_register_reset +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xb6bd1e51 vfio_platform_init_common +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xc5991bbe vfio_platform_read +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xf25a416b vfio_platform_mmap +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xf669e1f5 vfio_platform_unregister_reset +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xf8b8a8fc vfio_platform_write +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xfc3f6d7b vfio_platform_open_device +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x0205a833 vfio_file_is_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x0edb76b4 vfio_register_emulated_iommu_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x1bd89ad9 vfio_file_has_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x1c4a02f3 vfio_virqfd_enable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x1fc84709 vfio_file_set_kvm +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x2cbe937e vfio_iommufd_emulated_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x48ee7465 vfio_device_set_open_count +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x5844307c vfio_iommufd_physical_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x5bd15c96 vfio_file_enforced_coherent +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x5d10f113 vfio_mig_get_next_state +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x60a634c4 vfio_info_cap_add +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x67850d6c vfio_iommufd_emulated_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7d2ed4c3 iova_bitmap_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x89823c13 vfio_unregister_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x9313c53d vfio_register_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xb0d24f34 vfio_virqfd_disable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xb13c9752 vfio_iommufd_emulated_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xcd7d89b1 vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xd0dacd4f vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xe2c7248d vfio_assign_device_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xe5e7332d vfio_iommufd_physical_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xf81f9f24 vfio_file_iommu_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xf835a8a2 vfio_iommufd_physical_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xfccb1f18 _vfio_alloc_device +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x131578d6 vhost_new_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1452c010 vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x159a939a vhost_vq_is_setup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1b061c6a vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x22879ae6 vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x29e10d33 vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2e99faf0 vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x337da8b9 vhost_vq_has_work +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x35d27b30 vhost_vq_init_access +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x380e1955 vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3bc7d4fa vhost_dev_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3eae2821 vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3fa9ad95 vhost_exceeds_weight +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x41bea5ea vhost_worker_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x44cc514c vq_meta_prefetch +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x824af0d1 vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8275ebeb vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8480341a vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x903f58e6 vhost_chr_read_iter +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x91516bcb vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9d2ee1db vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9ead51c1 vhost_dequeue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa909cfc5 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xabfaf8c2 vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb0d75ba8 vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb6eb62e3 vhost_vq_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb7161b19 vhost_set_backend_features +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb8653198 vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb8a2f96b vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xbb235745 vhost_init_device_iotlb +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc296a5f7 vhost_clear_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc3b827de vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc89d9582 vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd125b77b vhost_vq_avail_empty +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xdeb192cc vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe8852f5d vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe93001a8 vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xea04cbd0 vhost_enqueue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xee57b481 vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf1c81766 vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf3053869 vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfb1bef95 vhost_vq_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfd2b3e45 vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfee22077 vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x38ff875f vhost_iotlb_add_range +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x5f4e5249 vhost_iotlb_reset +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x69e872f9 vhost_iotlb_itree_first +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x6bec0e66 vhost_iotlb_del_range +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x83be64b9 vhost_iotlb_itree_next +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x885512a2 vhost_iotlb_add_range_ctx +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x8a7d8ee9 vhost_iotlb_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xa24517eb vhost_iotlb_free +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xc577832d vhost_iotlb_alloc +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xf9deb0db vhost_iotlb_map_free +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x25e72fe2 ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x484d9ff4 ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x898bc296 ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x8b296bf7 ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x9862b20e ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xc5d17f9c ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xc6ffe40c ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0xf72816cf fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x49d15bbe sis_malloc_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x4a833ae5 sis_free_new +EXPORT_SYMBOL_GPL drivers/w1/wire 0x050a6291 w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0x0cb98a99 w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x14a76ef8 w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x250f554c w1_touch_bit +EXPORT_SYMBOL_GPL drivers/w1/wire 0x4f0c0bb8 w1_triplet +EXPORT_SYMBOL_GPL drivers/w1/wire 0x63757e92 w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x91bf9410 w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xaafbf7a3 w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xcc1242ba w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0xd63064a6 w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xed7665f9 w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0xfce91f86 w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x00cea1c2 xen_front_pgdir_shbuf_unmap +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x78870a3b xen_front_pgdir_shbuf_map +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x7e3133c7 xen_front_pgdir_shbuf_alloc +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xb48f1c0d xen_front_pgdir_shbuf_free +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xff9a1939 xen_front_pgdir_shbuf_get_dir_start +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x444e81d1 xen_privcmdbuf_fops +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x95b479d2 xen_privcmd_fops +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x43ebced9 dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x4b62826c dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x4dfd2024 dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x8a6c5f1b dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xab3038b6 dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcd224e1d dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x452464a9 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x5f6d0550 nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x63479592 nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x66290b87 nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x743a82b6 nlmclnt_rpc_clnt +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9cbde0a0 nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xa67a647c lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xace04b8a nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xc5c9777e nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/netfs/netfs 0xeff5f068 netfs_extract_user_iter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0079741c nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0294c6a2 nfs_callback_nr_threads +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x033f5eca nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x03eacb8c nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0559c9b3 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x07db1520 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x07db3581 nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0bad4b51 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0bafd726 nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0be93514 nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0d3c4873 nfs_request_add_commit_list_locked +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0d712a19 nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0e48a04b nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0f05b6b3 alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10962bc2 nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x12c71354 __traceiter_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x147d4a33 nfs_add_or_obtain +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1893eaca nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1a0ab839 nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1b7eb3b1 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1df77dd5 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22d795a8 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22f9d507 nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x24c1652a nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x28fd4c79 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x29086fa3 __tracepoint_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x29e1d048 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2cde89e6 nfs_get_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3419dd72 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x34566b51 __tracepoint_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3c599029 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40739385 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40e818c3 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x43e1d544 nfs_pageio_resend +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x445595b9 nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x44bbde4a nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x496b24d7 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4baf8af3 nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4c5bf91c nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4c73c6f8 nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cd29ff0 nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4d290048 nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4e86f9d3 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4f534c71 nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51110b74 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51478b57 nfs_sync_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x54b09546 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x560616c0 nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x576bff7e nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x584b8482 nfs_inc_attr_generation_counter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5bd769ab nfs_d_prune_case_insensitive_aliases +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5d162350 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x60838995 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x61109ec6 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x619aea62 nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6324074c nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x64625e30 nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x66e7f5eb nfs_release_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x674300ab nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x677595fe nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6a7ac1b4 nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6b154826 __traceiter_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6caeb56f nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e29ae6d nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e81f032 __SCK__tp_func_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6f0234b2 nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x706077a5 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x72af6d38 nfs_set_verifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73dff4c0 __SCK__tp_func_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x76e2535b nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x77253dd3 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x78905ec3 nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7ac74306 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7afd87df nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7bd2becc nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c7d4f7a nfs_set_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7cd49f67 register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7d3d6ea0 nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7e202e89 __tracepoint_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x804f820e nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x80bd402c nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x81572364 nfs_client_for_each_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x828349b1 nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x843db65b nfs_writeback_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8499de4f nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x849ebe80 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8673cb45 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8798d0c5 nfs_async_iocounter_wait +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8b17d25c nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8bc6d046 nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8be1a7c4 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8c745e27 nfs_read_alloc_scratch +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8c81c659 nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x906684d0 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x95007f7e __SCK__tp_func_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9590b58b nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9801c615 nfs_commit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98068dae nfs_sysfs_link_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b0ece8 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x99d409b3 nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9b40b553 get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9b85ff07 nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa065e594 nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa19753bc nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa2025744 nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa34d6e25 nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa43c3f48 __traceiter_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa53d724a nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa642763b nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa70a09f1 nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa738cea7 nfs_alloc_fattr_with_label +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa7b25f4d nfs_probe_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaafd4acc max_session_cb_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb04c13b5 nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb31d8f4a nfs_clear_verifier_delegated +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb9b1fbc1 nfs_free_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbb4aa12d nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbcae3947 nfs_pgio_current_mirror +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbcc60c8d __tracepoint_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbd89c593 nfs_try_get_tree +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbe03f4f1 nfs_scan_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbe04f97f __traceiter_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbe1c4386 nfs_put_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbfdcc71e nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc09896bb nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3a2be67 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3b12a03 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc4ddb867 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc5b3ef05 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc68b8bff nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6c8b8f1 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xca640292 nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcca47659 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcdbd5930 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcf61937f nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcfd0fe77 nfs_file_fsync +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd95a80c6 nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdad2bd7e unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe16c3824 nfs_client_init_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe3048234 nfs_reconfigure +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe3831f3b nfs_filemap_write_and_wait_range +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe680a14a nfs_client_init_is_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe7275cb9 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe7898f4d nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeb0dbeb7 nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeb9081bb nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xee8d53f5 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf0b86307 nfs_check_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf1511ce9 nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf3045789 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf385b9bf nfs_wait_on_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf5a76675 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf7948ee9 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf8d90cad nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf96f04c4 __SCK__tp_func_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfa786ebe nfs_sysfs_add_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfb8593d6 nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfd2a61ac nfs_access_get_cached +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xffc919ac nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0x9e5eabc2 nfs3_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x02b41a72 pnfs_generic_ds_cinfo_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x02da1276 __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x02de9bce nfs4_pnfs_ds_put +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x054bef45 layoutstats_timer +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x056e8eb3 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x08b2c467 __SCK__tp_func_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0bd06bd1 __tracepoint_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0d381e90 __tracepoint_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0ff289f3 __SCK__tp_func_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1239a2d5 __traceiter_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1503ea29 __traceiter_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1617ac06 pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x18b41178 __tracepoint_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1a05b87c pnfs_read_resend_pnfs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1a9a13c1 __traceiter_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1d57c82c __tracepoint_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1e3afa72 nfs4_test_session_trunk +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2174b794 __tracepoint_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x24c5f214 pnfs_generic_commit_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x27ad47ea __SCK__tp_func_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x29f8fcac __traceiter_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2dcd5cbc pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2ec82f94 pnfs_generic_ds_cinfo_release_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2f1e21ba __tracepoint_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x30a44ac3 __SCK__tp_func_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3222504a pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x364e23f4 nfs4_mark_deviceid_available +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x36a18a9d pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x39cc0b1b pnfs_layoutcommit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3d1129f2 pnfs_generic_recover_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x43757ab8 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x51034618 pnfs_generic_clear_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x533c198f __SCK__tp_func_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x555bb1db __tracepoint_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x579126b8 __SCK__tp_func_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x587237e2 nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5a4314e9 __SCK__tp_func_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5e52327b pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6085edbd nfs_map_string_to_numeric +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x61aa408a nfs42_proc_layouterror +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x62c942fa nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x647a4135 pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x668b54e7 pnfs_error_mark_layout_for_return +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x67165201 nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x68fa586f pnfs_generic_write_commit_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69d3558d pnfs_generic_rw_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6c1e33bd nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6c74784c pnfs_report_layoutstat +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6e637af7 __tracepoint_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x727e092d pnfs_generic_search_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7679f735 pnfs_generic_scan_commit_lists +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x785c06ab __SCK__tp_func_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7a4e7f4e __SCK__tp_func_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7c880b64 pnfs_nfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7cd013a8 __SCK__tp_func_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7de2b184 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x802046c5 __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x80a0fc62 pnfs_free_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x83de9d99 __traceiter_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8a43de60 pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8b25e7ff nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8be24f50 __tracepoint_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9054dcd1 __traceiter_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9148df13 pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x91e92094 nfs4_decode_mp_ds_addr +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9bff3df3 __traceiter_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa1ddd019 nfs4_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xac5b52ed nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xac5ff6a2 pnfs_generic_pg_cleanup +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xacc58364 __traceiter_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xad2d21f2 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb0adb6ea nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb106f532 pnfs_generic_prepare_to_resend_writes +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb279922a nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb8bc8b70 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb9dfb12b pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xba53a1ef __SCK__tp_func_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbfde87b8 pnfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc14a09cd nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc157f38c nfs4_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc270495e pnfs_layout_mark_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc7a9d954 __SCK__tp_func_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcf2a76b5 pnfs_generic_layout_insert_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd47333c2 __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd82b5784 nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd8aacdf7 __traceiter_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd9d1e15e nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdb5db13e __traceiter_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdd342fa8 __tracepoint_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdd6ab977 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xddb7e2e6 __traceiter_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdf6991a4 __SCK__tp_func_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe37147b1 pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe552cd99 pnfs_generic_pg_check_range +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe78be75d nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed6f647f pnfs_alloc_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xee38d0f6 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xef342fca nfs4_pnfs_ds_connect +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf0896543 __traceiter_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf344617e pnfs_add_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf3d57f13 pnfs_generic_pg_check_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf69e6fc7 __traceiter_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf7801360 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf96b1be3 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf999267e pnfs_generic_commit_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfa87acfb nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfa8a3f46 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfaee81a5 nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfb282173 nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfcb245a3 nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x1fe1e1ad locks_end_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x3f664064 locks_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x7a0e2f96 locks_start_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0xfc1a0c89 opens_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x273c80b4 nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x5c5310ef nfs_stream_encode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x691a2bb5 nfs_stream_decode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xfca7dbf0 nfsacl_decode +EXPORT_SYMBOL_GPL fs/nfsd/nfsd 0xbad3b61f nfsd4_ssc_init_umount_work +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x2699c334 o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4900035b o2hb_stop_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x58c88ff2 o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x5e95a4b2 o2net_send_message_vec +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x6a0c3847 __mlog_printk +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x81a17396 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x9e6da13a o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa299b384 o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa2d964b0 o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa941cb47 o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xb3025b47 o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xb6ebf62a o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xb90eb986 o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbd13ee5d o2hb_check_node_heartbeating_no_sem +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc4d99852 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd5fea739 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd859ac8c o2net_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf1a5611d o2net_unregister_handler_list +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf56c2017 mlog_not_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf982e6db o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xfe1298f3 o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x1fa9fafc dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x27223a2f dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x9af9aba1 dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xa152ce42 dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xae46d551 dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd7ba575e dlm_errmsg +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd8fa57a6 dlm_unregister_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xed88c944 dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x00f14120 ocfs2_kset +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x0a726931 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x0cfd3fc5 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x1475f64b ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x424c0c6e ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x48355cfb ocfs2_plock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x723dfee4 ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x76f40744 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x9507547f ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xaf969565 ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xc5196999 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xc9fae756 ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xcafdd707 ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xd344e4ee ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xd806a273 ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x43cc3d4b pstore_blk_get_config +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0xefda39be register_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0xff931853 unregister_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0x159c81b8 unregister_pstore_zone +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0x5f4b8696 register_pstore_zone +EXPORT_SYMBOL_GPL fs/smb/common/cifs_arc4 0xabd9af6d cifs_arc4_crypt +EXPORT_SYMBOL_GPL fs/smb/common/cifs_arc4 0xc4c73891 cifs_arc4_setkey +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0x798f3830 cifs_md4_init +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0xceecd9e4 cifs_md4_final +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0xdef1096d cifs_md4_update +EXPORT_SYMBOL_GPL lib/842/842_compress 0xcf048a91 sw842_compress +EXPORT_SYMBOL_GPL lib/842/842_decompress 0xa4adedf1 sw842_decompress +EXPORT_SYMBOL_GPL lib/bch 0x0c303f52 bch_encode +EXPORT_SYMBOL_GPL lib/bch 0x0d3e3481 bch_free +EXPORT_SYMBOL_GPL lib/bch 0x1a267fa8 bch_init +EXPORT_SYMBOL_GPL lib/bch 0x860a2eab bch_decode +EXPORT_SYMBOL_GPL lib/crc4 0x696b3a5a crc4 +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x0105b595 des_encrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x574eda34 des3_ede_decrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x856a5ef3 des3_ede_encrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa6aa9857 des_decrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa77b3b62 des3_ede_expand_key +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa8fb743d des_expand_key +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0x39e8fa4b poly1305_update_generic +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0x4a833012 poly1305_final_generic +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0x8c874435 poly1305_init_generic +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x76e22caa notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xff54b8cc notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/polynomial 0xb8b44e50 polynomial_calc +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x1803a6ed raid6_2data_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x804a5b70 raid6_call +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0xe4b051cf raid6_datap_recov +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x1d29b9e1 decode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x561835eb init_rs_non_canonical +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x63adbf92 encode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xa32f3d9e decode_rs16 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xeb2f825c init_rs_gfp +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xfd581da1 free_rs +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0x2671e12d lowpan_header_decompress +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0x84926739 lowpan_header_compress +EXPORT_SYMBOL_GPL net/802/garp 0x13a6e3a8 garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0x16ee2cd6 garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0x293e288a garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0x2d408a83 garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x64cea9b7 garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x6f8771fe garp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x5991cc72 mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x6a19999e mrp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0x82b18c7d mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0xa36347db mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0xda70d1fb mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0xebd49c1f mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/stp 0x3b659a9f stp_proto_unregister +EXPORT_SYMBOL_GPL net/802/stp 0x8083609d stp_proto_register +EXPORT_SYMBOL_GPL net/9p/9pnet 0x19131137 p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/9p/9pnet 0xc4b440f8 p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/atm/atm 0xb09faf79 register_atmdevice_notifier +EXPORT_SYMBOL_GPL net/atm/atm 0xcfb6a3da unregister_atmdevice_notifier +EXPORT_SYMBOL_GPL net/ax25/ax25 0x2b419c7d ax25_register_pid +EXPORT_SYMBOL_GPL net/ax25/ax25 0xac93ae05 ax25_bcast +EXPORT_SYMBOL_GPL net/ax25/ax25 0xaeb7451e ax25_defaddr +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x40b0a202 l2cap_chan_set_defaults +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x41c9a746 l2cap_chan_send +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x6ba3ec5c l2cap_chan_create +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x751e5af5 bt_debugfs +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x8493fb05 l2cap_chan_connect +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x9089724d l2cap_chan_list +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xb15721b2 l2cap_chan_put +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xcd0262d7 l2cap_add_psm +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xf849e206 l2cap_chan_del +EXPORT_SYMBOL_GPL net/bridge/bridge 0x10ae0afc br_fdb_clear_offload +EXPORT_SYMBOL_GPL net/bridge/bridge 0x1c756d94 br_multicast_has_querier_anywhere +EXPORT_SYMBOL_GPL net/bridge/bridge 0x2628a8a1 br_mst_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x271c5e16 br_vlan_get_proto +EXPORT_SYMBOL_GPL net/bridge/bridge 0x31fe6757 br_vlan_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x5e7760f9 br_mst_get_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0x62b05ec5 nf_br_ops +EXPORT_SYMBOL_GPL net/bridge/bridge 0x67f2efbe br_fdb_find_port +EXPORT_SYMBOL_GPL net/bridge/bridge 0x72fd76df br_vlan_get_info_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0x73c37fe7 br_port_flag_is_set +EXPORT_SYMBOL_GPL net/bridge/bridge 0x74a63d46 br_mst_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x7c6ebbd7 br_dev_queue_push_xmit +EXPORT_SYMBOL_GPL net/bridge/bridge 0x7d3e87ac br_multicast_router +EXPORT_SYMBOL_GPL net/bridge/bridge 0x877248d1 br_vlan_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x97fb1bd6 br_port_get_stp_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0xa450b18b br_get_ageing_time +EXPORT_SYMBOL_GPL net/bridge/bridge 0xa98dc9c4 br_vlan_get_pvid_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0xcb51109c br_forward_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd4bb2107 br_vlan_get_pvid +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd950262a br_multicast_has_router_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xddee943d br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf0816225 br_handle_frame_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf68d5ec6 br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf98e05af br_forward +EXPORT_SYMBOL_GPL net/bridge/bridge 0xfe8f854b br_multicast_enabled +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0075a00e dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0800269f dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0b3bebb8 dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0x102d2085 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x15ff74ce dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x182ec2bf dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x194fc9fa dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1d5f8288 inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0x20f46b93 dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x21df2dcc dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0x28e754be dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0x310b0919 dccp_destruct_common +EXPORT_SYMBOL_GPL net/dccp/dccp 0x34582b43 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4197979d dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5415dcac dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59e251dd dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5f0f0730 dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6efa3ad4 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0x80993155 dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8124b24d dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x81365b2c dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8171199a dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0x858f78fa dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa85b4a23 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb643980b dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb9410b72 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd1816a17 dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd3fe427e dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd677a43c dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd75b7072 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd7cdb975 dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0xeb6ae3c7 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0xefdf2715 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf00fcfe1 dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf3122233 dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf4c4a3a0 dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf54bea88 dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x42868633 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x8d26480e dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x8fb6c924 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xcae61b37 dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xf14e3114 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xfb88558c dccp_v4_connect +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x04edaaec dsa_devlink_resource_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0889f7bc dsa_8021q_xmit +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0c6039ac dsa_flush_workqueue +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1230b9d4 dsa_fdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1a0207de dsa_switch_shutdown +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x27ab5e7e dsa_switch_find +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x417d1fed dsa_8021q_rx_switch_id +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x45ca5090 dsa_tag_8021q_bridge_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x58d8953d dsa_devlink_port_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x5afc860c dsa_tag_8021q_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x5fc422b0 dsa_enqueue_skb +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x64200f79 dsa_mdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x6cf776cb dsa_8021q_rcv +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x759f7105 dsa_devlink_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x79b4e1c2 dsa_register_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7aef60c4 dsa_port_from_netdev +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7b70cc88 dsa_tag_8021q_find_port_by_vbid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x82befbc0 dsa_devlink_params_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x82ca23e5 dsa_tag_8021q_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x84292f34 dsa_tag_8021q_bridge_join +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x90d21ca3 dsa_tag_drivers_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x97f1d84b dsa_switch_suspend +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9e59271d dsa_8021q_rx_source_port +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xab5505ee dsa_port_phylink_mac_change +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb03c8737 dsa_devlink_resources_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc0fec472 dsa_unregister_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc1cd29ce dsa_switch_resume +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc23e8d5f dsa_devlink_region_destroy +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc84e7a4f dsa_devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xccccb4ae dsa_slave_dev_check +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd077e855 dsa_devlink_param_get +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd3f69652 dsa_devlink_params_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd42c3753 dsa_tag_drivers_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe7c7456f dsa_tag_8021q_bridge_leave +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xecf5ee89 dsa_tag_8021q_standalone_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf0cdc52c dsa_devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf13e1803 vid_is_dsa_8021q +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xfd3e2b67 dsa_devlink_param_set +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x1d28d574 nl802154_scan_started +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x4adcb21e nl802154_scan_event +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x5a563994 ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x669eb78f ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x80eb1df2 ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x87e2553b ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x8c4c38d9 nl802154_beaconing_done +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x9090865e nl802154_scan_done +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x97658605 ieee802154_mac_cmd_pl_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xa3fac429 ieee802154_beacon_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xb02543c2 ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xb609cfc8 ieee802154_mac_cmd_push +EXPORT_SYMBOL_GPL net/ife/ife 0x498aed66 ife_encode +EXPORT_SYMBOL_GPL net/ife/ife 0x6210e871 ife_tlv_meta_next +EXPORT_SYMBOL_GPL net/ife/ife 0x67db2029 ife_tlv_meta_decode +EXPORT_SYMBOL_GPL net/ife/ife 0xb2cd010c ife_decode +EXPORT_SYMBOL_GPL net/ife/ife 0xe7888e98 ife_tlv_meta_encode +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x36888c35 esp_output_head +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x7149def8 esp_output_tail +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xcfae8f37 esp_input_done2 +EXPORT_SYMBOL_GPL net/ipv4/gre 0x3280d6ba gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0x9f9a383b gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x0d93ad0b inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x197b5dea inet_diag_msg_attrs_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x3408ce5d inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xa2cde174 inet_diag_msg_common_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xb719412a inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xdf8f874b inet_diag_find_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xec63e6d0 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xf484aeec inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xfe4c190c inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0x0667c660 gretap_fb_dev_create +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x13980dfb ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x168f727d ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x20821a46 ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x41e93bd9 ip_tunnel_ctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x4a592243 ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x50404458 ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x51c68d8f ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x51d0cda7 ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x7a6d223b ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x8fcd0091 ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9d4ddad9 __ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xac9537e4 ip_md_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc4a25ab8 ip_tunnel_siocdevprivate +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd770b809 ip_tunnel_delete_nets +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xe469470f ip_tunnel_encap_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xe48fa2c7 ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xffe5e394 ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x7d23ae39 arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x0ad611d9 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x2e40b34b nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x374d45ad nf_defrag_ipv4_disable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0x3f0a9cf3 nf_dup_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x0a5dcdc7 nf_reject_ip_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x479ef680 nf_send_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x491e31e9 nf_reject_iphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x58412512 nf_reject_ip_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x95610d04 nf_send_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x9c115f73 nf_reject_skb_v4_tcp_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xa7b2ba75 nf_reject_skb_v4_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0x534e1d13 nf_sk_lookup_slow_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x3228693b nf_tproxy_handle_time_wait4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x72131f2b nf_tproxy_laddr4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0xf9d8c222 nf_tproxy_get_sock_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x0ff5101f nft_fib4_eval_type +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x8150c05f nft_fib4_eval +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x0ec5e638 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x466d3354 tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x675a9b36 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x75a69ef0 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x91c2e9f2 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x2936f67b udp_tunnel_notify_add_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x675250da udp_tunnel_xmit_skb +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x873da79c udp_tunnel_sock_release +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xa4cdba43 setup_udp_tunnel_sock +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xb547b466 udp_tunnel_drop_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xc05df7ba udp_tunnel_push_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xf1973f6b udp_tun_rx_dst +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xf238c856 udp_tunnel_notify_del_rx_port +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x06491aad esp6_output_head +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x880cc38d esp6_input_done2 +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xf4eb651d esp6_output_tail +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x30b8c643 ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x7bafb711 ip6_tnl_encap_setup +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xc2728f8c ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0xaf6165a1 udp_tunnel6_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0xe4058761 udp_sock_create6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x9415bb40 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xdc2eb7c1 nf_defrag_ipv6_disable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xedb92805 nf_ct_frag6_gather +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xf9417056 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0x58aa780f nf_dup_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x01a1cb35 nf_reject_skb_v6_unreach +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x180d482a nf_send_unreach6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x33928779 nf_send_reset6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x79667dcd nf_reject_skb_v6_tcp_reset +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xdac08a6c nf_reject_ip6_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xe0dda079 nf_reject_ip6_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xe56711bc nf_reject_ip6hdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0xd429bc7a nf_sk_lookup_slow_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x149feccb nf_tproxy_laddr6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x7819ecd0 nf_tproxy_handle_time_wait6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xbc621a8d nf_tproxy_get_sock_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0xb4c294d6 nft_fib6_eval +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0xc406ad4e nft_fib6_eval_type +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x12d41323 l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x33a6ae05 l2tp_tunnel_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x428dec62 l2tp_session_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x50a4f556 l2tp_tunnel_get_session +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5eaf31bf l2tp_tunnel_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x601eeea6 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7330ae24 l2tp_recv_common +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x74e7c0c6 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x77aaa15f l2tp_tunnel_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x78c6524c l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7ccf126a l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9137d60f l2tp_sk_to_tunnel +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb5ae9df2 l2tp_session_get_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc12f4bcb l2tp_session_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc1e0fae9 l2tp_session_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd22efad8 l2tp_session_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xdee23852 l2tp_session_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xec7d1f1c l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xeddb2282 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf36fbf08 l2tp_tunnel_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf7eb3cee l2tp_tunnel_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_ip 0x78c1bda6 l2tp_ioctl +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x089c6d1a l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0aa405a5 ieee80211_find_sta_by_link_addrs +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0b4980e0 ieee80211_color_change_finish +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0d6d569c ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x16ad7c5f ieee80211_tkip_add_iv +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x171f2ed4 wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x197be1be ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1dab0efe ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x259855df ieee80211_obss_color_collision_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x26678a7d ieee80211_iterate_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x31a7d0a1 ieee80211_iterate_active_interfaces_mtx +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5fb2fe2f ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x6695143e ieee80211_hw_restart_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7046486a ieee80211_set_active_links +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7ecd539b ieee80211_update_mu_groups +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x80d1f62e ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8489361c ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x873672c7 ieee80211_iterate_stations_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8b8ff95b ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9e1c1431 ieee80211_key_replay +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9fab85b5 ieee80211_calc_tx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb2b38ebf ieee80211_calc_rx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xbca23dc8 ieee80211_vif_to_wdev +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xbcabcf1a ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc1907087 ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd004ea88 ieee80211_key_mic_failure +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xda00a7e6 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe5112520 ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xea792270 ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf58a3143 ieee80211_set_active_links_async +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x02d43036 mpls_pkt_too_big +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x21c56048 mpls_stats_inc_outucastpkts +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x71a224ec mpls_dev_mtu +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x8ee316eb nla_get_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x935bef6a nla_put_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x984ec558 mpls_output_possible +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1cd8724c ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1d30c5a2 ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x22d966c6 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x5fef3491 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x680e889e ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x842d72ca ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x893bf84a ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x93986ac2 ip_set_put_flags +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x96e20dda ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa8495aed ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xad251e91 ip_set_put_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xaeb7d313 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb12babc1 ip_set_match_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb570093e ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xbf18df13 ip_set_init_comment +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc921e96d ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xe08020d9 ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xe5631637 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xea6b2375 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xeff06fb2 ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x8f9899ef unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xbdea360e register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xcd29aa87 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xd0694204 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x2763144c nf_conncount_gc_list +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x3ceffb7d nf_conncount_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x82ec3cc6 nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xd0a06152 nf_conncount_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xdc7718d7 nf_conncount_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xded40268 nf_conncount_list_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xf2a1dbb9 nf_conncount_cache_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0460ec0f nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x079bc382 nf_ct_change_status_common +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0a580f43 nf_conntrack_helpers_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bc00f80 nf_nat_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0d69d174 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1071f2cd __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x136e0fa3 nf_connlabels_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x13cdbf51 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1f0aa705 nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x20c9bb1b nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x28eff409 nf_conntrack_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2b6a07d8 nf_ct_get_id +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2c079ed8 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2e0d3c26 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3534de00 nf_ct_helper_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x35509414 nf_ct_untimeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3ebaed13 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x47e36963 nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4a89cd18 nf_ct_bridge_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4b4e1c37 __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x521dc875 nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x56b6e8b2 nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5aa1deed nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5b5f158d nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5f93d8b9 nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x60328417 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x64408e25 nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x647b6dc0 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6b762731 nf_conntrack_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6d6415b8 nf_ct_netns_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6f27255f nf_ct_acct_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x739f99b3 nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x752f0aa2 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7655b038 nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x76c055c9 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7710fdb9 nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7d0ace30 nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7e7a3645 __nf_ct_change_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7e83bd3c nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x827fd315 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x831aa59f nf_conntrack_eventmask_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x85292e52 nf_conntrack_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8948e31b nf_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x950c5595 nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x959114f6 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x95e6bd6b nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x96dc0fea nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x98dfed03 nf_ct_add_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x99f87996 nf_ct_skb_network_trim +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9adb7399 nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9bd6d1b1 nf_ct_remove_expect +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa05b1854 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa58483d4 nf_nat_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa586e717 nf_connlabels_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa67cc057 __nf_ct_change_status +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa79eb44b nf_ct_bridge_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa869ca5d nf_conntrack_helpers_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa9393fb1 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaf0847f0 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xafe66087 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb052034d nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb39356f5 nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb55f6345 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb668bad3 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb8601ef2 nf_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xba257ab1 nf_conn_pernet_ecache +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbb997578 nf_ct_tmpl_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbe5654f8 nf_ct_ecache_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbfe307bf nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc028e7c2 nf_ct_timeout_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc1650cea nf_ct_iterate_cleanup_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc61fa940 nf_ct_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcdb8b813 nf_ct_expect_iterate_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcf6d61b0 nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd06fe655 nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd3c022e4 nf_ct_set_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd505c3e0 nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd79edbb4 nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdaa97f55 nf_ct_destroy_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdba7326b nf_conntrack_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdd510579 nf_ct_tmpl_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdf5aae10 nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe3882222 nf_ct_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe523d20a nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe5442dfe nf_nat_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe7db3ecd nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe98c73d4 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe9bfd942 nf_ct_handle_fragments +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xebb389ce nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec8beba6 nf_ct_expect_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xef2d45de nf_ct_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf6296cb8 nf_ct_netns_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf6f0e232 nf_ct_expect_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf83afb57 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfe8684f9 nf_nat_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x48efbf83 nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0xfa7252a3 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x57a5b43c nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x10f9822a get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x20881e56 nfct_h323_nat_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0xb647334f nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xae6f2a5e nf_nat_pptp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x0cbdc65d nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x249821fd ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x37cc419f ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x53f375a9 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x625037af ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x7d81a448 ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xc6deb255 ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x584bd6dd nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x90fab6de nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x02b7a812 nft_fwd_dup_netdev_offload +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0xa5e8efd0 nf_dup_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0xfa1e6651 nf_fwd_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x033d6469 nf_flow_rule_route_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x08063b06 nf_flow_table_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x178fd59f nf_flow_rule_route_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x1838476b flow_offload_teardown +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x1c779570 nf_flow_snat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x1db604f0 nf_flow_table_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x288c11b6 nf_flow_table_offload_setup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x3180f1e3 nf_flow_offload_ip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x3d94ac2a nf_flow_dnat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x5625c868 flow_offload_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x5c5494ab nf_flow_offload_ipv6_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x66c25c80 flow_offload_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x6b733dc5 flow_offload_refresh +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x88b5c1e3 flow_offload_add +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x8defc67f nf_flow_table_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x9aa7d286 flow_offload_route_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xde60feb5 flow_offload_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0e38769c nf_nat_redirect_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0fe37874 nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3bc17c49 nf_nat_masquerade_inet_register_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x53c66aa9 nf_nat_ipv6_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x7081cbbd nf_ct_nat +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x76428f82 nf_nat_redirect_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x77770d22 nf_nat_ipv6_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x788d32ad nf_nat_inet_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x8ce5cafa nf_nat_masquerade_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xac8a0b42 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xad4363a5 nf_nat_ipv4_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xad93e272 nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb5e42cf7 nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xbabaab78 nf_nat_inet_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xbb0daf13 nf_nat_ipv4_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc5d04abb nf_nat_exp_find_port +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc91065f1 nf_nat_inet_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd9c25654 nf_nat_masquerade_inet_unregister_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xe1d4e633 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xfd32e72a nf_nat_masquerade_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1f099794 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x3d6628d2 nf_synproxy_ipv6_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x3fad54d7 nf_synproxy_ipv4_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x4380fc57 synproxy_recv_client_ack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x6d0a81ff synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x7ed32aad synproxy_send_client_synack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x81f4afb0 synproxy_recv_client_ack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xc57f0e36 nf_synproxy_ipv6_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xc7b47233 nf_synproxy_ipv4_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xca9fc082 synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xe92bbe8a ipv6_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xf3f35e3e synproxy_send_client_synack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xf836b660 ipv4_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x014b5d2a nf_tables_activate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0a3b6d95 nft_chain_validate_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0f3c3762 nft_register_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1db63ff2 nft_unregister_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2b81605f nft_chain_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2bef604c nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2e1dd49f nft_reg_track_update +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2ef495d8 nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3136de5e nft_meta_inner_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3251d762 nf_tables_trans_destroy_flush_work +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x36075a64 nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3aa89b8b nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3acacbd6 nft_chain_validate_dependency +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3c269a7f nft_dump_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x41b71e65 nft_trace_enabled +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x48b22918 nft_set_lookup_global +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4cecbb60 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5056e7c5 nf_tables_deactivate_flowtable +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x58ed9044 nft_set_elem_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5e3f05e5 nft_register_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x677daeaf nf_tables_destroy_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x68544e5a __nft_release_basechain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x68a2afde nft_flowtable_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7053cc46 nft_meta_set_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x75527f67 nft_unregister_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x83089e77 nft_expr_reduce_bitwise +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x84dcce65 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8a3fbb3b nft_obj_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8b66b384 nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8b86a27b nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x95d2c055 nft_parse_register_store +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9674b808 nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa5ed45df nft_meta_set_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa798128f nf_tables_bind_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb4b48af1 nft_set_catchall_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbaa318c3 nf_tables_deactivate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbc51b1d2 nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbdaecaf5 __nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc0e949fc nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc127405e nft_request_module +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc9c6d44a nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xcd7d1e71 nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd23528e3 nft_obj_notify +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd3ba0c73 nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xde57b5f5 nft_parse_u32_check +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe2b8cc13 nft_parse_register_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe7a3dcd2 nft_meta_get_reduce +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xed84fe5b nft_data_release +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf77aea83 nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x1c0d3c46 nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x1d88a7e1 nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x8f10e35f nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xb97d0127 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xbc46db7c nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xd3740e50 nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xf50ccd90 nfnetlink_broadcast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x51ee2066 nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xe332bddc nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xf9c1a3f8 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x35eff5e0 nf_osf_fingers +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x7c18a54d nf_osf_match +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0xf47b001d nf_osf_find +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x01cd4919 nft_fib_reduce +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x557330f8 nft_fib_init +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xbd0cdc11 nft_fib_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xd4939bb6 nft_fib_store_result +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xdcbf94fa nft_fib_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x07e45777 nft_reject_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1de558c1 nft_reject_icmpv6_code +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x26448918 nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x3f9f959c nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x9d46ccf8 nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xe2c84666 nft_reject_icmp_code +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x01e184d0 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x01e953c8 xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x04e27719 xt_compat_flush_offsets +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x12ba5c60 xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x226b0956 xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x353bb236 xt_unregister_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x373f5dcb xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3ea8c9ae xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x40be5dad xt_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x430d367a xt_register_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5824f276 xt_hook_ops_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5d88496c xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x64b5da4c xt_request_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x773b26f0 xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7bce4603 xt_data_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x823edea5 xt_compat_add_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9015cb92 xt_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9c995c69 xt_percpu_counter_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa7c94f1d xt_compat_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb099e63f xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb8f77102 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbfacb837 xt_percpu_counter_free +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc1fd68b2 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc2861eae xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc7fae024 xt_compat_calc_jump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd1e246a2 xt_compat_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd3fcc511 xt_tee_enabled +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd6ec702c xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xdca373e4 xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xddf68fc6 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xdee589af xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe321c53c xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xea19910c xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf6abeb06 xt_copy_counters +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x6b8e258b xt_rateest_put +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xd59f29a4 xt_rateest_lookup +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x56f480ad nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x6315bc54 nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0xed8e0350 nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x4b079554 nci_uart_register +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x768e24da nci_uart_set_config +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xd3d2fa8a nci_uart_unregister +EXPORT_SYMBOL_GPL net/nsh/nsh 0x41bb752b nsh_push +EXPORT_SYMBOL_GPL net/nsh/nsh 0xc458594b nsh_pop +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x18a91b83 ovs_netdev_tunnel_destroy +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x1c3c993e ovs_vport_ops_unregister +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x394a5e89 ovs_netdev_link +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x86d962e6 ovs_vport_free +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xf817aa10 __ovs_vport_ops_register +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xfba1ee5d ovs_vport_alloc +EXPORT_SYMBOL_GPL net/psample/psample 0x1c91e37c psample_group_put +EXPORT_SYMBOL_GPL net/psample/psample 0x8dca0454 psample_group_take +EXPORT_SYMBOL_GPL net/psample/psample 0xa4e0d152 psample_group_get +EXPORT_SYMBOL_GPL net/psample/psample 0xbfb07511 psample_sample_packet +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x0a0811fa qrtr_endpoint_register +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x5338f0aa qrtr_endpoint_post +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x8d25501f qrtr_ns_remove +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0xa47e91ba qrtr_ns_init +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0xe698a2be qrtr_endpoint_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x06cb4575 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x1b59db55 rds_send_xmit +EXPORT_SYMBOL_GPL net/rds/rds 0x1e2ce0c7 rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x1ef51aa4 rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x20830654 rds_send_path_reset +EXPORT_SYMBOL_GPL net/rds/rds 0x2209743f rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x28b2e5d7 rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x2b0d543c rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x36087aa4 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x3c671a6b rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x3ec54fb0 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0x45a4781e rds_addr_cmp +EXPORT_SYMBOL_GPL net/rds/rds 0x582fe5cf rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x585f567b rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x62de7764 rds_inc_path_init +EXPORT_SYMBOL_GPL net/rds/rds 0x65237e10 rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x696edab5 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x7064d668 rds_send_ping +EXPORT_SYMBOL_GPL net/rds/rds 0x71eeb543 rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x788ef4da rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x85e4e520 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x94d7d4ea rds_connect_path_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x9dcbbbf0 rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0xa274d405 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0xa2d7420b rds_conn_path_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xaca726c2 rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0xae7b3508 rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0xbe18e6f5 rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xc7797f08 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0xc9b2a2bb rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0xca472383 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0xcb2ea81a rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0xd72764b3 rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0xef40ac38 rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0xf6736b6c rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xfce48e08 rds_conn_path_connect_if_down +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0xb57af3c5 mqprio_qopt_reconstruct +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0xcede419b mqprio_fp_to_offload +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0xdada0b8a mqprio_validate_qopt +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x009f2ccd pie_process_dequeue +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x6ce9b467 pie_calculate_probability +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x9208e240 pie_drop_early +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x16f8ba5d taprio_offload_get +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x6a6b1c12 taprio_offload_free +EXPORT_SYMBOL_GPL net/sctp/sctp 0x1b7f9760 sctp_transport_lookup_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0xabcca48a sctp_for_each_endpoint +EXPORT_SYMBOL_GPL net/sctp/sctp 0xba7aa2dd sctp_get_sctp_info +EXPORT_SYMBOL_GPL net/sctp/sctp 0xcb11b468 sctp_transport_traverse_process +EXPORT_SYMBOL_GPL net/smc/smc 0x04967504 smc_proto6 +EXPORT_SYMBOL_GPL net/smc/smc 0xac02a06f smc_unhash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0xb6edd4d1 smc_proto +EXPORT_SYMBOL_GPL net/smc/smc 0xf8f10e0f smc_hash_sk +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x38d3dce5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x482ac5a4 g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x928603d6 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xb4f39279 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xcc2b91ad gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd7673035 g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xee9f555b svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x000a9859 rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x001f571b svc_rpcbind_set_version +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0063535f xprt_lock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0226759e rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x02d61f7b xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x03153491 xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x04154a14 rpc_task_release_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05843e6d svc_xprt_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05e807a9 xdr_encode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x061945a7 xprt_force_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x065994f1 xdr_encode_opaque_fixed +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x06c2d270 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x07c72302 rpcauth_stringify_acceptor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0807ef17 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x08d48fc2 rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0968d49c rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b0fe821 sunrpc_cache_lookup_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c723308 rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c9c0703 svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0fb1760c xprt_reconnect_backoff +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1038666f svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1151d7e7 svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x13fddc6f xdr_stream_zero +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x14cad181 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x161f0fce svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x182f8b25 xprt_free_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1bcddeb8 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1cbdb54f auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1d41e15a rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e119a79 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x20ffeb1d xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2455e779 rpc_clnt_swap_activate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x272106d9 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x27dbb93e rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x293904a6 svc_fill_symlink_pathname +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a64e9ee cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a9cda9b rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2e1e301a xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f9002d5 xdr_stream_decode_opaque_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x303702d9 xprt_wake_up_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x30ff6d46 xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x319b2987 rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x338440aa rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x33f5f728 svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34d184de rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x35371d52 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3682a61d xdr_stream_decode_string_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x37c35296 svc_age_temp_xprts_now +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x39e61827 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a10bfcb rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a8dbe52 xdr_init_encode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b6c0317 cache_seq_start_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d5e3c29 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f3b7265 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f9a2b0b rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x43186d62 svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x43dcef06 xdr_stream_decode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x45323e85 csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x45c8aefa rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x45f43a06 sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x46d1e566 rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x47698c9d rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x48a63169 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4903bfc2 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4afedab1 xprtiod_workqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4b659f33 rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4c50e6c7 rpc_num_bc_slots +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4cc15a11 rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4cdaa90b svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dac77f0 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e8f6ca7 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4fb93835 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x50377b1d rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x506c3c26 rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5153b949 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x529b9247 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x549c0738 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x55b7f672 xprt_unpin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57124ef6 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57db34af xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x58550ab7 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x587541ce rpc_prepare_reply_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a45ba31 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5b327848 sunrpc_cache_unhash +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5e2ea355 rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5f17e282 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5f9aa65f read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x60376138 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x609202f9 rpc_task_gfp_mask +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x62548ab6 xprt_reconnect_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6262ffa9 xdr_stream_decode_opaque_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6330a14d rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x642874df svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x647755f0 xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x64819490 svc_encode_result_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x655a98ba rpc_set_connect_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66ed2439 rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x671b3e7f xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a2c3476 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a954ae4 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6ac05cb5 rpc_clnt_show_stats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6ad5dcba svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b072257 rpc_clnt_xprt_switch_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b7a0a07 rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6bc5cd8c rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6bf52f1c auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6c727041 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6d01ab48 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6e43623e rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71485954 svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x715c57d4 cache_seq_next_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71bc40e3 rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x732c50a4 xdr_truncate_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x74295ac4 rpc_clnt_xprt_switch_remove_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x78cd5901 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a0c77a2 cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a71e45a rpc_count_iostats_metrics +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7b371d48 cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7c238748 svc_xprt_received +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7c4364b2 xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7c518b6c rpc_cancel_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7c922a48 svc_xprt_destroy_all +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7da8f8a0 rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8159aeff xdr_reserve_space_vec +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8165b391 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x82cd406f rpcauth_unwrap_resp_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8354c8d8 xdr_stream_decode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x84ad7a80 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x84c6f01e rpc_clnt_iterate_for_each_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x87587044 rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88a74557 xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88d92412 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88f5c96e svc_rqst_replace_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8c617185 rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8cc4b9bd rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f30e11d xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f98f6d0 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8fa57101 rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x90698b90 rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x908f95a6 xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9256dc6d rpc_clnt_xprt_switch_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x933888d7 rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x939a6b5b svc_fill_write_vector +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x93df556e svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9488ce79 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x94f6948d gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9509c42f rpc_sleep_on_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9670b5a1 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x97e5095b rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x997a4f0c rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99aee353 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a06ce26 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9bacf482 xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c20b6fe svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9cadef28 svc_xprt_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9e3766b8 rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa0154a57 rpcauth_wrap_req_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa1eec5c0 rpc_clnt_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa258fa6a rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa3884931 xdr_page_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa3e3334a xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5b4252b xprt_request_get_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5d1b395 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa669cbf7 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa70809a9 sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa7f5d35f svc_xprt_deferred_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa8949b61 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa65b239 rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaaef4fea svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xab4d7969 rpc_clnt_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xabd5a241 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf535c5c write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb0886333 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb373d8ba svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb75ced6e rpc_task_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb88a8362 svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb9d0c033 rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb9e26131 xdr_stream_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb352295 xdr_set_pagelen +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb6c4f31 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb7565ff xprt_add_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbd83c2de rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbddd257e xprt_unlock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbed58320 rpc_sleep_on_priority_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc02647c6 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0908dd0 svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0a1b4ea rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc2144037 cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc40cc297 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc97eeb28 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcade1d85 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcde2f0ce rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce4bb592 svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce662dd9 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce678a59 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd25672e4 svc_generic_rpcbind_set +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd2989b44 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd34af0f2 xprt_wait_for_reply_request_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd386644f xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd3ae5515 svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd3f649ce xprt_pin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd41c1b6e xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd4898f19 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd4d77a71 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd507323a rpc_clnt_manage_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd51d1c0a rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd536a96b xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd5bb7b1e rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd6339cae svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd635bb42 xprt_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd64fe24b xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7218731 sunrpc_cache_pipe_upcall_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd78c5838 svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd9f827dd rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xda37e2ec put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xda4abfc9 rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb823893 xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc2c9013 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd691402 xprt_find_transport_ident +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xde26d701 rpc_clnt_xprt_switch_has_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xde4a35d4 xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdecbbcd0 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdf10bb27 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdf239389 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1a91059 rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe24cf96c xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe27a24dd rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe2ed8317 xprt_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe4c790aa xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe4e4134c xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe51ada21 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5617d55 svc_rqst_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5f426a2 xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe844d6a1 rpc_clnt_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe90231f9 sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeae537b3 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeccb5fa2 svc_generic_init_request +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeda12b44 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedc38d0a xdr_stream_encode_opaque_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeed49b18 rpc_max_bc_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xefb62cd8 rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0b7775d rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0e8eb67 xdr_stream_move_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf19487de svc_rqst_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf1962e5d svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf23b96cc sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf4139c33 rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf6faf4e0 rpc_clnt_probe_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf799ff3d cache_seq_stop_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7c866ca rpc_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9bf1f41 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfb52be6a rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfc5c0d9d svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfdabdf97 __xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xff95f309 xprt_wait_for_reply_request_def +EXPORT_SYMBOL_GPL net/tls/tls 0x032efb85 tls_validate_xmit_skb +EXPORT_SYMBOL_GPL net/tls/tls 0x05414fa2 tls_encrypt_skb +EXPORT_SYMBOL_GPL net/tls/tls 0x3d6fd85a tls_device_sk_destruct +EXPORT_SYMBOL_GPL net/tls/tls 0x8adda847 tls_offload_tx_resync_request +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x03a81e69 virtio_transport_stream_allow +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x0638a6c7 virtio_transport_purge_skbs +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x08e4d9e3 virtio_transport_dgram_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x2d3b19e6 virtio_transport_dgram_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x40079877 virtio_transport_seqpacket_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x4d868c44 virtio_transport_recv_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x4dc5dc73 virtio_transport_do_socket_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x4e678d22 virtio_transport_notify_recv_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6d9ff44c virtio_transport_seqpacket_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x70faf300 virtio_transport_dgram_bind +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x786ffd07 virtio_transport_seqpacket_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x788f527c virtio_transport_notify_send_pre_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x80bb675b virtio_transport_get_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x84f60fad virtio_transport_stream_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x85cb46ee virtio_transport_read_skb +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x8cd0dfdf virtio_transport_notify_send_post_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x930b688b virtio_transport_notify_recv_post_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x99cab504 virtio_transport_notify_recv_pre_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa09e685b virtio_transport_notify_recv_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa24d70d6 virtio_transport_stream_rcvhiwat +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa3225ab3 virtio_transport_notify_send_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa62b4234 virtio_transport_inc_tx_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb28572ca virtio_transport_connect +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb821bd74 virtio_transport_put_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb844b7b0 virtio_transport_notify_send_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xbabd30f5 virtio_transport_dgram_allow +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xbce7c6d9 virtio_transport_stream_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xcda41aae virtio_transport_deliver_tap_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xcdb385f0 virtio_transport_shutdown +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd0eba940 virtio_transport_destruct +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd16c225d virtio_transport_release +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd1e7e6f0 virtio_transport_stream_is_active +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xeadc4039 virtio_transport_notify_poll_out +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xeb2e9625 virtio_transport_notify_poll_in +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xf4af9dc0 virtio_transport_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xf64c3336 virtio_transport_notify_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xfcb7105b virtio_transport_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0720cd46 vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0c3cfd1e vsock_dgram_recvmsg +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0e9bc9b6 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x284e07d8 vsock_bind_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2cce3dca vsock_remove_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3d4b0fca vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4b756329 vsock_core_unregister +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4b99648c vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x58ffd2f6 vsock_core_register +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x606e5438 vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x61b75271 vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x696bdf74 vsock_connectible_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x6a8a26f7 vsock_core_get_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x6e212ed3 vsock_remove_sock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x70b7fe32 vsock_connectible_recvmsg +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x81f0fa4d vsock_assign_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x8d3dd793 vsock_add_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x90aa8549 vsock_find_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x963afd0b vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9bb6fd09 vsock_connected_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa57c1a12 vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xaf2674b5 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb0d7bda7 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb86a482b vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb9b13391 vsock_create_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc92f7f50 vsock_table_lock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xcd07a744 vsock_data_ready +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd890b3a3 vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xda262ec9 vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xde0d969c vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe32c0d9e vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xec96eadf vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf0e5cc41 vsock_deliver_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf9af771f vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x14c5e41c cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x25aef228 cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x3157679d cfg80211_pmsr_report +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x36fbd5c0 cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x43f9ab79 wiphy_work_queue +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x4d4f0e9b cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x523a2a20 wiphy_delayed_work_flush +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x54e17751 cfg80211_vendor_cmd_get_sender +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x6232dec5 cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x6a73f241 wiphy_delayed_work_cancel +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x798908f0 wiphy_work_flush +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x7afa3315 wiphy_delayed_work_queue +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x9310dfad cfg80211_pmsr_complete +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x949a909d cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xa3bc4c1c cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xa3eb4bd3 wiphy_work_cancel +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb6d43d62 cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xcf16551c cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xd08c9b91 cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xde35c1d1 cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xe21b75d6 cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xf929f2a3 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0049ca83 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x00c80741 xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0a575945 xfrm_count_pfkey_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x37a02412 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x5c699441 xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x72395dc1 xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7a8ca627 xfrm_count_pfkey_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xaab23340 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xb73be794 xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xc6b1fdbe xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xd6f50cf7 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x4fbbb9c7 ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x7cceefb7 ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x946a3172 ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xfacbb419 ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_user 0x4a0c7516 xfrm_msg_min +EXPORT_SYMBOL_GPL net/xfrm/xfrm_user 0xa294bed8 xfrma_policy +EXPORT_SYMBOL_GPL sound/ac97_bus 0x26070d9e snd_ac97_reset +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0x1c1e0b0b snd_seq_kernel_client_put +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0x49a1d506 snd_seq_kernel_client_get +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xadb51cff snd_seq_client_ioctl_unlock +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xcbf9166f snd_seq_system_broadcast +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xe50413d7 snd_seq_client_ioctl_lock +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xf0c8f9fa snd_seq_expand_var_event_at +EXPORT_SYMBOL_GPL sound/core/snd 0x0f965394 snd_ctl_register_layer +EXPORT_SYMBOL_GPL sound/core/snd 0x3c067a3a snd_card_add_dev_attr +EXPORT_SYMBOL_GPL sound/core/snd 0x4c803191 snd_device_initialize +EXPORT_SYMBOL_GPL sound/core/snd 0x4e92693b snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd 0x5acce380 snd_card_rw_proc_new +EXPORT_SYMBOL_GPL sound/core/snd 0x5af762f1 snd_fasync_free +EXPORT_SYMBOL_GPL sound/core/snd 0x66f16034 snd_ctl_get_preferred_subdevice +EXPORT_SYMBOL_GPL sound/core/snd 0x7df06568 snd_card_free_on_error +EXPORT_SYMBOL_GPL sound/core/snd 0x7e1c627d snd_devm_card_new +EXPORT_SYMBOL_GPL sound/core/snd 0xa438c6bc snd_ctl_apply_vmaster_followers +EXPORT_SYMBOL_GPL sound/core/snd 0xaf9f8b2a snd_card_disconnect_sync +EXPORT_SYMBOL_GPL sound/core/snd 0xb14bb6c7 snd_device_get_state +EXPORT_SYMBOL_GPL sound/core/snd 0xb3ff8f9e snd_ctl_disconnect_layer +EXPORT_SYMBOL_GPL sound/core/snd 0xb4a334b2 snd_card_ref +EXPORT_SYMBOL_GPL sound/core/snd 0xc0a6fbf7 snd_fasync_helper +EXPORT_SYMBOL_GPL sound/core/snd 0xcecd2cf1 snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0xd7ad38d3 snd_power_ref_and_wait +EXPORT_SYMBOL_GPL sound/core/snd 0xf254cc1d snd_device_disconnect +EXPORT_SYMBOL_GPL sound/core/snd 0xf8f2a4eb snd_kill_fasync +EXPORT_SYMBOL_GPL sound/core/snd 0xfa96267f snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd 0xfaf598c6 snd_ctl_request_layer +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x1ba219d8 snd_compress_new +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x5d631e9d snd_compr_stop_error +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x04e1b99f snd_pcm_std_chmaps +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x09e913c1 snd_pcm_alt_chmaps +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x10034262 _snd_pcm_stream_lock_irqsave_nested +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x214c892f snd_pcm_fill_iec958_consumer +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x2f525d50 snd_pcm_hw_constraint_eld +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x5c407196 snd_pcm_fill_iec958_consumer_hw_params +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x649892e8 snd_pcm_create_iec958_consumer_default +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x6527e638 snd_pcm_stream_lock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x6a2a64a6 snd_pcm_stream_unlock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x7412d10d snd_pcm_stop_xrun +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x8d864069 snd_pcm_rate_range_to_bits +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x9b5224f8 snd_pcm_stream_unlock +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x9ddaf063 snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x9f64bbd3 snd_pcm_stream_lock +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa4e7ab12 snd_pcm_stream_unlock_irqrestore +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa5e454a1 _snd_pcm_stream_lock_irqsave +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa72ef46f snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xab8bc1a2 snd_pcm_rate_mask_intersect +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xe8991883 snd_devm_alloc_dir_pages +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xf41f48ca snd_dma_buffer_sync +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x215bccdd snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x28e35792 snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x2e0b4bdf snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x463e6fec snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x4d6c0466 snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x6502911b snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x6c941d42 snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x784af7df snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x892bf25e snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xa7c8c772 snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xd74ee009 snd_dmaengine_pcm_refine_runtime_hwparams +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xefaccd9b snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-rawmidi 0x238f147b snd_rawmidi_init +EXPORT_SYMBOL_GPL sound/core/snd-rawmidi 0x8e4cf119 snd_rawmidi_free +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0x290462fb __snd_seq_driver_register +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0x2ddcafdc snd_seq_driver_unregister +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x0c604621 snd_ump_block_new +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x17d996db snd_ump_receive_ump_val +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x5b39d06f snd_ump_convert_from_ump +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x63dcaf02 snd_ump_endpoint_new +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x72105776 snd_ump_receive +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x983e7423 snd_ump_attach_legacy_rawmidi +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xa5d5830d snd_ump_transmit +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xd9c44fb0 snd_ump_switch_protocol +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xe2b0e9de snd_ump_parse_endpoint +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xe3590e5b snd_ump_convert_to_ump +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x0e84eb3b amdtp_am824_add_pcm_hw_constraints +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x1a6afd1a amdtp_domain_stream_pcm_pointer +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x58ac835a amdtp_am824_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x771e38b5 amdtp_am824_midi_trigger +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x88d8ea32 amdtp_am824_set_pcm_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x97212725 amdtp_domain_stop +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xb2cdcbc0 amdtp_domain_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xb814edfd amdtp_domain_add_stream +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xc0a579a7 amdtp_domain_stream_pcm_ack +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xce8a1d6f amdtp_domain_destroy +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xdc92fea9 amdtp_am824_set_midi_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xf04e0861 amdtp_am824_set_parameters +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xf7188d04 amdtp_domain_start +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x0aa6be95 snd_hdac_ext_bus_exit +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x0c76f9ab snd_hdac_ext_bus_link_put +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x0d1d2015 snd_hdac_ext_bus_link_power_down +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x1660b710 snd_hdac_ext_bus_link_clear_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x18cd5b93 snd_hdac_ext_bus_link_power_down_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x2f3ab58a snd_hda_ext_driver_unregister +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x31710126 snd_hdac_ext_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x31b6e2a9 snd_hdac_ext_stream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x37dd4f10 snd_hdac_ext_stream_release +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x39226581 snd_hdac_ext_stream_setup +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x4a52caa0 snd_hdac_ext_stream_clear +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x4d455700 snd_hdac_ext_bus_link_power_up +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x4d50288f snd_hdac_ext_stream_start +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x65131aa9 snd_hdac_ext_bus_link_power_up_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x70fa8328 snd_hdac_ext_bus_link_set_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x76cb8f0e snd_hdac_ext_bus_get_hlink_by_name +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x7e899acb snd_hdac_ext_bus_ppcap_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x7efd158b snd_hdac_ext_link_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x8425cbc6 snd_hdac_ext_bus_ppcap_int_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x8764faeb snd_hdac_ext_bus_get_hlink_by_addr +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xa97c74e0 snd_hda_ext_driver_register +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xafe4da86 snd_hdac_ext_bus_device_remove +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xb3b60bb6 snd_hdac_ext_bus_get_ml_capabilities +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xb7b19dc4 snd_hdac_ext_stream_init_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xbf7c5f35 snd_hdac_ext_cstream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xc39af5ba snd_hdac_ext_stream_decouple +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xdcf4b4ad snd_hdac_ext_stream_reset +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xe1103f1f snd_hdac_ext_stream_decouple_locked +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xf0093aaa snd_hdac_ext_bus_init +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xf0968160 snd_hdac_ext_stream_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xf424e009 snd_hdac_ext_bus_link_get +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x00eb26c1 snd_hdac_regmap_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x05636f93 snd_hdac_aligned_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x06a712ea snd_hdac_bus_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0711e63b snd_hdac_check_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0b1024a1 snd_hdac_stream_sync_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0b9ed39f hdac_get_device_id +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0bbae9ec snd_hdac_bus_update_rirb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x12317ce6 snd_hdac_device_set_chip_name +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1488641f snd_hdac_aligned_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1bbe9599 snd_hdac_bus_exec_verb_unlocked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1e9d0fe3 snd_hdac_codec_link_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x25fbcec6 snd_hdac_regmap_update_raw_once +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x28541c5c snd_hdac_device_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2dcddaad snd_hdac_stream_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2de1333e snd_hdac_bus_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x374b65f2 snd_hdac_acomp_get_eld +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x39f0d1f4 snd_hdac_bus_stop_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3a5f7049 snd_hdac_codec_link_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3bd544c2 snd_hdac_get_active_channels +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x432b47c1 snd_hdac_stream_spbcap_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x481c048f snd_hdac_refresh_widgets +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4906bc8d snd_hdac_stream_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4c7ec4b6 snd_hdac_get_ch_alloc_from_ca +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4ce23bed snd_hdac_bus_init_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4d1f447e snd_hdac_stream_assign +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x50416843 snd_hdac_bus_init_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x54ff2252 snd_hdac_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x56755ae8 snd_hdac_bus_get_response +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x57905ec7 snd_hdac_stream_get_spbmaxfifo +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5c07cb49 snd_hdac_calc_stream_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5c890dec snd_hdac_stream_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x60f78ab0 snd_hdac_bus_free_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x643b81fd snd_hdac_bus_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x647fbdcb snd_hdac_stream_drsm_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x65b86584 snd_hdac_stop_streams +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x67bfe791 snd_hdac_spk_to_chmap +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6dc1b09d snd_hdac_power_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6eb1836a snd_hdac_bus_parse_capabilities +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6f5ff163 snd_hdac_read_parm_uncached +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x70d9fc46 snd_hdac_stream_timecounter_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x71421a0c snd_hdac_stream_start +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7268131a snd_hdac_get_sub_nodes +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x74134c1e snd_hdac_stream_release_locked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7427112c snd_hdac_bus_exit_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x77c754a8 snd_hdac_chmap_to_spk_mask +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x785b4bde snd_hdac_stream_set_dpibr +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x78ae3b1b snd_hdac_dsp_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7ae1c314 snd_hdac_stream_setup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7c75bdc5 snd_hdac_set_codec_wakeup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7ecb0075 snd_hdac_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x80cb6759 snd_hdac_stream_release +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x860b2532 snd_hdac_stream_set_lpib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x86e67a68 snd_hdac_device_register +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x886da599 snd_hdac_display_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x89273d24 snd_hdac_bus_stop_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x89800809 snd_hdac_codec_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x89f3355d snd_hdac_acomp_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8a04f4da snd_hdac_dsp_prepare +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8b9d9808 snd_hdac_device_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x96600f2b snd_hdac_bus_reset_link +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x98073282 snd_hdac_bus_handle_stream_irq +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x99d76756 snd_hdac_regmap_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9f3a6c3b snd_hdac_stream_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa054e013 snd_hdac_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa1220680 snd_hdac_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa26376fd snd_hdac_stream_setup_periods +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa280bf77 snd_hdac_power_up_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa7ac3011 snd_hdac_regmap_update_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xaebfee70 snd_hdac_stream_wait_drsm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xafd009ea snd_hdac_dsp_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb2d97a33 snd_hdac_register_chmap_ops +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb80e051a snd_hdac_regmap_add_vendor_verb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbb3445d5 snd_hdac_regmap_write_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbd88a4b3 snd_hdac_power_down_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbe97ec74 snd_hdac_device_unregister +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc07e6c96 _snd_hdac_read_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc1ad34a6 snd_hdac_codec_modalias +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc284f086 snd_hdac_regmap_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc4e9433e snd_hdac_get_stream +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc627bed9 snd_hdac_regmap_read_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc68c1584 snd_hdac_stream_set_params +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xcd8cac06 snd_hdac_get_connections +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xcf53a2d9 snd_hdac_bus_send_cmd +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd33e7e2f snd_hdac_query_supported_pcm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd3c390f9 snd_hdac_sync_audio_rate +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd8147f75 snd_hdac_is_supported_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd98c1f57 snd_hdac_acomp_register_notifier +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xda1e9392 snd_hdac_codec_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xdb1ec41c snd_hdac_bus_enter_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xde1c4d49 snd_hdac_stream_stop +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe067a86c snd_hdac_override_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe2240455 snd_hdac_get_stream_stripe_ctl +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe4e07754 snd_hdac_print_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe727105a snd_hdac_acomp_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xeb5f1bb2 snd_hda_bus_type +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf403f73a snd_hdac_sync_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf4e9006a snd_hdac_setup_channel_mapping +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfda51455 snd_hdac_power_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xffc00eb8 snd_hdac_stop_streams_and_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xffed9f57 snd_hdac_stream_set_spib +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x446dbef4 snd_intel_acpi_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x47f776d7 intel_nhlt_init +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x4e859456 intel_nhlt_free +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x5e8fb5b3 intel_nhlt_get_dmic_geo +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0xfe9783a2 snd_intel_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x0ddcce22 snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x1f32a3b4 snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x246398d0 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x68efb1d1 snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x7a187875 snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xf1f9687f snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x049b88eb snd_hda_codec_pcm_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0676f5ac snd_hda_get_input_pin_attr +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x093842e1 snd_hda_codec_cleanup_for_unbind +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x093d734d snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0bad4df5 snd_hda_codec_set_name +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0c79ac0d snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0e9d5e58 snd_hda_codec_parse_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1096b253 snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x14927dbf snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x163ef4d5 snd_hda_codec_pcm_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1723d8da snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x17268a35 __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1780d0d3 snd_hda_codec_device_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1af930e9 snd_hda_jack_bind_keymap +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1b00be54 snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1eec5e54 snd_hda_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1f3a67d2 snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1f6aee42 snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x21cea894 snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x22a6deb6 snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x28cc8ce2 __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2af8f7fb snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2cab1ac4 snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2d785449 snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2faae1bb snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3058f799 snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3168430f snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3219d432 snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x32f8f2e6 snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x33c51332 snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x352cd3cf snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3764c538 snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x388dd8a2 snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3ba50ada snd_hda_codec_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3d6d1d48 snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3e246f34 snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x406c1c26 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x41ae6c55 snd_hda_jack_detect_state_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x423d116f snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x435538d8 snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4457ce49 snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x47774af2 hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x487d41e2 snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x49872e66 snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x49b4ec0c snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4a713a8d azx_stop_all_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4bf17393 snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4cfaea98 snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5068e307 snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x52b754eb snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x543eaccd snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x55c5de55 snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x57f67bf7 snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5894fe88 snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5aa8decc snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5b1533a0 azx_init_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5b5b7bc5 snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5dabef05 snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x60af8528 snd_hda_codec_device_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x630da856 azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x652221cc snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6ae4eae6 snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6b29170a snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6b8041d6 snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6bef7aef snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x73c05272 snd_hda_codec_load_dsp_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x785bedb7 azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x797bb678 snd_hda_jack_tbl_get_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x79aa3e81 snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x79b5df2b azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7c0137a1 _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x83732c3c snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8a2559bd snd_hda_codec_load_dsp_trigger +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8a87bde7 query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8b0c00d4 snd_hda_check_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8ed460c4 hda_codec_driver_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8f4fc040 snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9169695c snd_hda_codec_load_dsp_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x930d88cf azx_probe_codecs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x97fd434c snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9ab40d3c snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa0d3c14e snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa4a3b735 snd_hda_codec_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa4a8605e snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa8c4d6c6 azx_get_pos_posbuf +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa9af6ad3 azx_get_pos_lpib +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaeb2feb8 snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xafcf88c2 azx_free_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb0006fab snd_hda_get_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb2ce3355 snd_hda_jack_set_button_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb3734e18 snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb55857d2 snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb667ef0d snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb74efbc7 snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbcae65f6 snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc29689ce azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc737dbe8 __hda_codec_driver_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc7408d9f snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc74d3f6d snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc96f28d8 snd_hda_jack_detect_enable_callback_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcdda1f6d snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd00d59b6 snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd183a28a snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd54d9e0c snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd6f4d8f7 snd_hda_set_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd7ff871b snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd9a740d1 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd9b6ddda snd_hda_codec_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xda33f189 snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xda684c10 snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xde8e24c0 snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe27b05ee snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe2ca3146 snd_hda_codec_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe3bb2e79 snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe57301e3 snd_hda_get_num_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe5cfebfe snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe834dbf7 __snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xed10956e azx_bus_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xee934c4b snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf1280591 snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf20f174b is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf38a8206 snd_hda_jack_add_kctl_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf550a494 snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf63d8d08 snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf6912b3f snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf81d4a38 snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8b465bb snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8dc35ac snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfa47ffc8 snd_hda_jack_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfd2fefb9 snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfd9a4be7 snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x046e4f65 snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0bef7bb2 snd_hda_gen_stream_pm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0c757113 snd_hda_gen_add_mute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0f782bdc snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x120eb065 snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x145a3ac3 snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x2f11f954 snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x3b7f2444 snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x41dd858d snd_hda_gen_fix_pin_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x51132079 snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x5232547e snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x76dc6871 hda_main_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x7b21a8ed snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x7b5ecbbd snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x871a6e44 hda_extra_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x8c67a419 snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x9a5430ff snd_hda_gen_add_micmute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xa936232b snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xcba6833a snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xcc42cd31 snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xcf581257 snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xeeb35aa2 snd_hda_gen_update_outputs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xf0097517 snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/mt6359-accdet 0x885a0698 mt6359_accdet_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau-utils 0xae620be9 adau_calc_pll_cfg +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1372 0xa28aefae adau1372_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0x168e8c32 adau1761_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0x4b3d9922 adau1761_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x00b9356a adau17x1_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x218c203a adau17x1_add_widgets +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x28fdbb53 adau17x1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x6a701610 adau17x1_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x7d699df2 adau17x1_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x93924800 adau17x1_precious_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xb1ccf0eb adau17x1_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xe35f189a adau17x1_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xe78e7af5 adau17x1_add_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xedc68dc6 adau17x1_set_micbias_voltage +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau7118 0x54da6215 adau7118_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x0869e3c7 aw88395_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x0940b6b6 aw88395_dev_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x0bf1130c aw88395_dev_fw_update +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x51e72063 aw88395_dev_start +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x6e28edfc aw88395_dev_get_prof_name +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x76363337 aw88395_dev_mute +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x8594ad99 aw88395_dev_get_profile_count +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x97bc142c aw88395_dev_set_volume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xa08c3a91 aw88395_dev_set_profile_index +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xb8313189 aw88395_dev_stop +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xd00a6cde aw88395_dev_get_prof_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xf048381c aw88395_dev_get_profile_index +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395-lib 0x99ff2a64 aw88395_dev_load_acf_check +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395-lib 0xee8de525 aw88395_dev_cfg_load +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x0b9c4bce cs35l41_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x77d48c41 cs35l41_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x831b7efb cs35l41_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x276b005a cs35l41_configure_cs_dsp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x34ac19b9 cs35l41_write_fs_errata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x389e86c7 cs35l41_safe_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x4739f689 cs35l41_set_cspl_mbox_cmd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x4d200024 cs35l41_regmap_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x5a10fcb8 cs35l41_test_key_unlock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x60a9b433 cs35l41_set_channels +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x7ca62d96 cs35l41_test_key_lock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x85cd37e9 cs35l41_register_errata_patch +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x874bdaea cs35l41_global_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x90ec603c cs35l41_init_boost +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xaffbdcbe cs35l41_otp_unpack +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xb6a72204 cs35l41_exit_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xd1f2b40c cs35l41_enter_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xe92ff6ad cs35l41_gpio_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xfb7506fb cs35l41_regmap_spi +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x00fd054a cs35l56_system_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x01f7f392 cs35l56_system_resume_early +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x14ecfb1e cs35l56_system_resume_no_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xb33111f2 cs35l56_system_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xbc135efa cs35l56_system_suspend_no_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xd535ffb1 cs35l56_system_suspend_late +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x72a13e4f cs4271_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x7d05786f cs4271_dt_ids +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x8635502d cs4271_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x43ea2cae cs42l51_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xa6261f1c cs42l51_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xa8f77d07 cs42l51_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xcdf19f9a cs42l51_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xdf3a25e7 cs42l51_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x00ef1a4f cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x5e4b3de8 cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x72232551 cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7cac7292 cs42888_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3794c9 cs42448_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0xd8bbe7fa es8328_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0xebb819f0 es8328_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x9b7f4fc2 snd_soc_hda_codec_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0xb56fb5c8 hda_codec_probe_complete +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0xb789a025 soc_hda_ext_bus_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0xbe3200e7 lpass_macro_pds_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0xf957eda5 lpass_macro_pds_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0x270f8447 max98090_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x46947c7a soc_codec_dev_max98373 +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0xa18f98b2 max98373_slot_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0xe4797102 soc_codec_dev_max98373_sdw +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0xf0a98802 max98373_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x0caa57c9 mt6358_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x111dbcbb mt6358_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xaa2dc4e2 mt6358_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xdbab1101 mt6358_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x343805fb mt6359_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x604906bc mt6359_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0xaaffab06 mt6359_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0xfadacfde mt6359_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8821 0x204b4462 nau8821_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0x9a97d1f7 nau8824_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0xbf55f96a nau8824_components +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8825 0xbdfbff26 nau8825_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x11ba834c pcm1789_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x7dbea4ef pcm1789_common_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0xc6c3a9d8 pcm1789_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0xb52b7d54 pcm179x_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0xc17305f0 pcm179x_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0x33bafbcd pcm186x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0x9b994947 pcm186x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x193c5430 pcm3168a_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x2023ef7b pcm3168a_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x4d9eb895 pcm3168a_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0xfec60886 pcm3168a_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x202cc227 pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x421a5e4d pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x50541648 pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x6a0b025c pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x5dc92cdf rl6231_pll_calc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x70617a04 rl6231_get_clk_info +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x8d7fa148 rl6231_get_pre_div +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0xdba4502f rl6231_calc_dmic_clk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5514-spi 0x61ff58e3 rt5514_spi_burst_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5514-spi 0xff87892f rt5514_spi_burst_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x183f361b rt5640_enable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x2e297946 rt5640_set_ovcd_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x5cafd5b5 rt5640_dmic_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x6c253c6c rt5640_detect_headset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xc6193196 rt5640_disable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xd91576ae rt5640_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0x487fcd16 rt5645_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0xae6acda2 rt5645_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5659 0x2a65ebe6 rt5659_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5663 0x9c0f001f rt5663_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677 0x14e54168 rt5677_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677-spi 0x5fc320ad rt5677_spi_write_firmware +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677-spi 0x67956035 rt5677_spi_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677-spi 0xc6695825 rt5677_spi_hotword_detected +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677-spi 0xe8ece129 rt5677_spi_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x07c54d8c rt5682_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x0d18594a rt5682_supply_names +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x12be6112 rt5682_aif2_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x12fd0bb8 rt5682_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x29457ebc rt5682_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x2e4b7cc7 rt5682_parse_dt +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x59d3d967 rt5682_jack_detect_handler +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x67af77c6 rt5682_register_dai_clks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x7a15e514 rt5682_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x8f0a5f10 rt5682_soc_component_dev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xb897de56 rt5682_reg +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xf6cf3233 rt5682_apply_patch_list +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xf989da11 rt5682_aif1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xfbc284a1 rt5682_calibrate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682s 0xc2e3a5b0 rt5682s_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x3efad0d7 sigmadsp_setup +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x44feff84 sigmadsp_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xb107c267 sigmadsp_attach +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xb84789a0 sigmadsp_restrict_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xc9d500d2 devm_sigmadsp_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-i2c 0x4160ef78 devm_sigmadsp_init_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-regmap 0x4141b4b2 devm_sigmadsp_init_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0x9d5585a0 src4xxx_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0xc9376909 src4xxx_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0x4490421f ssm2602_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0xff2286be ssm2602_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x1146edcd tasdevice_digital_putvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x14a4fea2 tas2781_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x180f30d6 tascodec_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x211108b5 tasdevice_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x58f56f97 tasdevice_dev_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x70e2df54 tasdevice_kzalloc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x7a3b288c tasdevice_amp_getvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x7b72af38 tasdevice_dev_bulk_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x8c3e330f tasdevice_digital_getvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xb5f510ca tasdevice_dev_update_bits +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xb7cad5dd tasdevice_dev_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xc8e53743 tasdevice_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xd60d28da tasdevice_dsp_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xe743f64e tasdevice_amp_putvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xe7b4a7f3 tasdevice_dev_bulk_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic32x4 0x58ce0772 aic32x4_register_clocks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic3x 0xad798a15 aic3x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ts3a227e 0x5f02ce76 ts3a227e_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd-mbhc 0x936c1623 wcd_mbhc_event_notify +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x7339fdc6 wcd938x_swr_get_current_bank +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xaccf6cf1 wcd938x_sdw_device_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xd3826fe3 wcd938x_sdw_set_sdw_stream +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xdbb63c0f wcd938x_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xe0d00f02 wcd938x_sdw_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x03b25566 wm_adsp_early_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x148c82a1 wm_adsp_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x1aa0e535 wm_adsp_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x242ba629 wm_adsp_fw_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x28e2318e wm_adsp2_set_dspclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x2b80663a wm_adsp_read_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x2c828c96 wm_adsp_compr_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x33c29251 wm_adsp_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x4a28fd44 wm_adsp_compr_copy +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x52c16479 wm_halo_wdt_expire +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x60dc7cdd wm_halo_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x6e9b8758 wm_adsp_fw_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x73338087 wm_adsp_power_up +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x772e1ddd wm_adsp_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x7c6b8d02 wm_adsp_compr_handle_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x887f6c3a wm_adsp_fw_enum +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x8a14325d wm_adsp1_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xae1b18f0 wm_adsp2_component_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xafe25a49 wm_adsp2_preloader_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xc4fa2863 wm_adsp1_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xd3d2b121 wm_adsp2_component_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xd67135e4 wm_adsp_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xdb6b3b39 wm_adsp_compr_open +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xdd3c79ef wm_adsp2_bus_error +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xe5527b38 wm_adsp2_preloader_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xe8119a30 wm_adsp2_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xea38ee07 wm_halo_bus_error +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xef6468fb wm_adsp2_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xfa37ca97 wm_adsp_write_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x4c627103 wm_hubs_add_analogue_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x5cd7eb9b wm_hubs_dcs_done +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x757206d5 wm_hubs_spkmix_tlv +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x79ead5d8 wm_hubs_handle_analogue_pdata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x964b60ee wm_hubs_vmid_ena +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xa1bef167 wm_hubs_set_bias_level +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xa3eb66ed wm_hubs_add_analogue_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xde7f08e9 wm_hubs_hpr_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xe7a36b02 wm_hubs_hpl_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xf1c8ac16 wm_hubs_update_class_w +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0x9e94b6ce wm8731_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0xa0451973 wm8731_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x336fda42 wm8804_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x384e2a17 wm8804_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x45016f69 wm8804_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xce230aac wm8804_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0x2cb2678c wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0xf02e8f84 wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0xbd574747 wm8994_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0xcdf0380f wm8958_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/imx-pcm-dma 0x114c9d54 imx_pcm_dma_init +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-asrc 0x0feab557 fsl_asrc_component +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-imx-audmux 0x30693bb7 imx_audmux_v1_configure_port +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-imx-audmux 0x58631dab imx_audmux_v2_configure_port +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card 0xd02eaa8d audio_graph_parse_of +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x24900f44 audio_graph2_link_dpcm +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x9fba9727 audio_graph2_link_c2c +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0xb41c6817 audio_graph2_link_normal +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0xc833cb1b audio_graph2_parse_of +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x00e1d1ff asoc_simple_is_convert_required +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x010f2f14 asoc_simple_parse_convert +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x041c5612 asoc_simple_init_aux_jacks +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x0ae2d24e asoc_simple_hw_params +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x0b7c0283 asoc_graph_is_ports0 +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x166a5096 asoc_simple_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x171a6001 asoc_simple_dai_init +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x18cd1d8f asoc_simple_be_hw_params_fixup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x3075cedf asoc_simple_canonicalize_cpu +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x42693896 asoc_graph_parse_dai +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x4365a90f asoc_simple_remove +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x5a6a24be asoc_simple_parse_routing +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x7130f40b asoc_simple_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x79392237 asoc_graph_card_probe +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x7dddeb79 asoc_simple_parse_clk +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x8350a420 asoc_simple_set_dailink_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xaa94ba80 asoc_simple_startup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xb35018f7 asoc_simple_parse_widgets +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xbac12e4e asoc_simple_canonicalize_platform +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xc904f30f asoc_simple_init_priv +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xf128514f asoc_simple_init_jack +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xf60b36b2 asoc_simple_shutdown +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xfacdb534 asoc_simple_clean_reference +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xfb15069a asoc_simple_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xfb38b095 asoc_simple_parse_tdm_width_map +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x04732d2d mtk_sof_card_late_probe +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x1337f623 mtk_memif_set_format +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x198b5afe mtk_afe_fe_shutdown +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x1c4123c1 mtk_dynamic_irq_acquire +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x1c918ab6 mtk_memif_set_disable +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x1cd57364 mtk_sof_card_probe +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x1fe7d590 mtk_memif_set_rate_substream +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x2739177d mtk_sof_dai_link_fixup +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x38788f8b mtk_memif_set_channel +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x643f272f mtk_afe_fe_prepare +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x879a2ba9 mtk_dynamic_irq_release +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x8995a475 mtk_afe_fe_hw_params +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x8b2bbe54 mtk_afe_resume +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x8b48b876 mtk_afe_fe_startup +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x920ce264 mtk_afe_fe_ops +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x9abf6d12 mtk_afe_pcm_platform +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xa94c4060 clean_card_reference +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xb59782b4 mtk_afe_combine_sub_dai +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xb920c73f mtk_afe_add_sub_dai_control +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xbcf1f21f mtk_memif_set_addr +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xd09b0446 mtk_afe_fe_hw_free +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xd10e24c7 mtk_sof_dailink_parse_of +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xd3705f19 mtk_afe_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xd7fa6cb2 mtk_memif_set_pbuf_size +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xdb54ccdd parse_dai_link_info +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xdc384e83 mtk_memif_set_rate +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xdc49d4bd mtk_afe_suspend +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xe797fe48 mtk_afe_fe_trigger +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xee8fa0dc mtk_afe_pcm_new +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xfb121c71 mtk_memif_set_enable +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8183/snd-soc-mt8183-afe 0x6a6a645c mt8183_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0x2513b317 mt8186_mt6366_init +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0x4c225827 mt8186_afe_gpio_init +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0xaa1174ab mt8186_mt6366_card_set_be_link +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0xc7b4eb3a mt8186_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8188/snd-soc-mt8188-afe 0xc1f8cbda mt8188_afe_disable_clk +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8188/snd-soc-mt8188-afe 0xefb6c95f mt8188_afe_enable_clk +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0xb3d5b6a2 mt8192_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8195/snd-soc-mt8195-afe 0x3f765584 mt8195_afe_disable_clk +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8195/snd-soc-mt8195-afe 0xb533e1c7 mt8195_afe_enable_clk +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x1ce6a9f1 axg_fifo_pcm_hw_free +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x3bd88c7b axg_fifo_pcm_open +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x51f083f5 axg_fifo_pcm_trigger +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xb0ec78b5 axg_fifo_pcm_new +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xbb577d51 axg_fifo_pcm_close +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xe8cf2c86 axg_fifo_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xf6a8d0a3 axg_fifo_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xf7578276 axg_fifo_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xffb3afe3 g12a_fifo_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x4988d1f8 axg_tdm_stream_alloc +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x539c48cc axg_tdm_stream_start +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x55316323 axg_tdm_formatter_set_channel_masks +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x5adc02b5 axg_tdm_formatter_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x5f3416ac axg_tdm_formatter_event +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x64e0ca85 axg_tdm_stream_free +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0xef4a0d56 axg_tdm_stream_stop +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-interface 0xba597974 axg_tdm_set_tdm_slots +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x30715fad meson_card_i2s_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x4a810d81 meson_card_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x78febca2 meson_card_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x7aa740aa meson_card_reallocate_links +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xa8523107 meson_card_set_be_link +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xb562623a meson_card_remove +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xd9208a1e meson_card_parse_dai +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xe843cb73 meson_card_set_fe_link +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x074351a7 meson_codec_glue_input_set_fmt +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x0c4c0417 meson_codec_glue_input_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x188683ed meson_codec_glue_input_dai_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x319171ea meson_codec_glue_output_startup +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0xc13d7ca8 meson_codec_glue_input_get_data +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0xee8513bf meson_codec_glue_input_dai_remove +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x1f3b5423 q6adm_matrix_map +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x28421460 q6adm_get_copp_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x666368e0 q6adm_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0xc2520590 q6adm_close +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x07a54780 q6afe_cdc_dma_port_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x1aa243d6 q6afe_port_get_from_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x1e685b4c q6afe_set_lpass_clock +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x369b6eeb q6afe_port_put +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x3b16d6e7 q6afe_port_stop +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x498d993b q6afe_get_port_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x5332304f q6afe_slim_port_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x7df60063 q6afe_port_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0xae809786 q6afe_hdmi_port_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0xd4523c59 q6afe_i2s_port_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0xe45246a8 q6afe_port_start +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0xfaf22370 q6afe_tdm_port_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x13b7efd9 q6asm_cmd +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x1b6c77fc q6asm_stream_media_format_block_alac +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x25bfa476 q6asm_open_write +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x2b693eed q6asm_stream_media_format_block_wma_v9 +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x4afe6f73 q6asm_read +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x4fba2f0c q6asm_run_nowait +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x68db31e2 q6asm_unmap_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x6cec4b17 q6asm_stream_remove_trailing_silence +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x856b4fdb q6asm_stream_media_format_block_wma_v10 +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x8f9a0b7a q6asm_audio_client_alloc +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x9d0cf85f q6asm_stream_media_format_block_flac +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xa7d3a3a6 q6asm_media_format_block_multi_ch_pcm +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xb37ed108 q6asm_enc_cfg_blk_pcm_format_support +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xc0dd8d67 q6asm_open_read +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xc1347db0 q6asm_write_async +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xc5a116a4 q6asm_get_session_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xcbee5e42 q6asm_stream_remove_initial_silence +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xcc4952e4 q6asm_audio_client_free +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xd2cf1a0f q6asm_run +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xd38aa312 q6asm_cmd_nowait +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xea75a5dd q6asm_map_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xf47f4b35 q6asm_stream_media_format_block_ape +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6core 0x7e52e977 q6core_is_adsp_ready +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6core 0x9b02ea0d q6core_get_svc_api_info +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0x5f0f65aa q6prm_vote_lpass_core_hw +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0xd5fc52cb q6prm_set_lpass_clock +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0xe7977fa9 q6prm_unvote_lpass_core_hw +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6routing 0x5b75f756 q6routing_stream_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6routing 0xa7a64259 q6routing_stream_close +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x07a9d141 audioreach_graph_send_cmd_sync +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x10b1d531 q6apm_graph_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x12089006 q6apm_read +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x135ac2c1 q6apm_write_async +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x145cf8f6 audioreach_alloc_apm_cmd_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x1a47e4d1 q6apm_graph_start +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x22a8c605 q6apm_graph_get_rx_shmem_module_iid +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x2fbbb319 audioreach_gain_set_vol_ctrl +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x2fe33fd3 q6apm_is_adsp_ready +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x32268e86 q6apm_graph_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x33ceb971 audioreach_shared_memory_send_eos +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x529755ac q6apm_map_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x5543dd66 audioreach_alloc_apm_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x64dc5171 audioreach_alloc_cmd_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x65e076ed audioreach_send_u32_param +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x664de22a audioreach_compr_set_param +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x725e3adf q6apm_remove_initial_silence +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x745d3b9c q6apm_unmap_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x7ec49dca audioreach_graph_free_buf +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x7f4d39c8 audioreach_alloc_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x8bbaedde q6apm_graph_flush +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x94ff2c5e q6apm_set_real_module_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x9c6270c1 q6apm_remove_trailing_silence +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xaa5b12a1 q6apm_graph_media_format_shmem +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xb40af8a1 q6apm_graph_media_format_pcm +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xc0a0254a q6apm_enable_compress_module +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xc1ae1db5 q6apm_graph_close +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xc2dc7a46 audioreach_send_cmd_sync +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xdf30e8a2 audioreach_map_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xe2624c4b audioreach_set_media_format +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xe7f97735 audioreach_tplg_init +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xf127b305 audioreach_alloc_graph_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xff25404c q6apm_graph_stop +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x135b8b4f q6dsp_audio_ports_set_config +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x15ab380c q6dsp_audio_ports_of_xlate_dai_name +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x17142e58 q6dsp_map_channels +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x442e957e q6dsp_clock_dev_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x9501f8e4 q6dsp_get_channel_allocation +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cdc-dma 0x3b5026d3 asoc_qcom_lpass_cdc_dma_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x3e05dca8 asoc_qcom_lpass_cpu_platform_shutdown +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x46637d91 asoc_qcom_lpass_cpu_platform_remove +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0xab42fa06 asoc_qcom_lpass_cpu_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0xba106be7 asoc_qcom_lpass_cpu_dai_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0xbc3fa56a lpass_cpu_pcm_new +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0xc0905fb0 asoc_qcom_lpass_cpu_platform_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-hdmi 0xa6682366 asoc_qcom_lpass_hdmi_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-platform 0xb905955e asoc_qcom_lpass_platform_register +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-common 0xc774cd6b qcom_snd_wcd_jack_setup +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-common 0xffc9c1e8 qcom_snd_parse_of +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0x148f0293 qcom_snd_sdw_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0x1bafa387 qcom_snd_sdw_hw_free +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0x9b3fa12f qcom_snd_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-acpi 0x14c66b61 snd_soc_acpi_codec_list +EXPORT_SYMBOL_GPL sound/soc/snd-soc-acpi 0x5c512782 snd_soc_acpi_find_package_from_hid +EXPORT_SYMBOL_GPL sound/soc/snd-soc-acpi 0xba39aa11 snd_soc_acpi_find_machine +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x00963f3c snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x026c4ab0 snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x05300fb1 snd_soc_dai_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x05dac0c7 snd_soc_of_put_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x095ab52a snd_soc_dapm_kcontrol_dapm +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x09f1863b dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0be77a78 snd_soc_component_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x10096cd3 snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x10b467f5 snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x14282768 snd_soc_component_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x148ca86e snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x162e4c15 snd_soc_dai_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1740f6cc snd_soc_lookup_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1a05187e snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1a12cad6 snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1b717f39 snd_soc_dai_link_set_capabilities +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1cd94fc6 snd_soc_card_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1f9f9a44 snd_soc_component_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x242c861c snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x24b99dd4 snd_soc_get_dai_id +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x26302273 snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2770ddce snd_soc_component_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x27c24690 soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x28f6ee8e snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2a7eb709 snd_soc_component_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2c9516b6 snd_soc_add_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2d63743f snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2e92a503 snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x300999ad snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x30602e4b snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3133e51a snd_soc_of_get_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3146a190 snd_soc_find_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x31a10227 snd_soc_dai_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x31c598df snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x322044ae snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x322b34af snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x336cf3fd snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3432e375 snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3481ecd1 dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x36e542a0 snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x373fc3bc snd_soc_tplg_component_load +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x39e8825c snd_soc_component_compr_open +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x39ecc2ca snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3a78d214 snd_soc_dai_get_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3b066d51 snd_soc_dapm_dai_free_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3b2bc699 snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3c7a1889 snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3d6bb0bd snd_soc_new_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3e20682b snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x41e9a404 snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x45044a50 snd_soc_dai_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x45c04528 snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x46600a33 snd_soc_dpcm_runtime_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x476b4fa6 snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x479d75a3 snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x481631a8 snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4825822a snd_soc_close_delayed_work +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4a04f126 snd_soc_dai_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4b9d399b devm_snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4be36275 snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4d93f933 snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4e6ead35 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4ea1c4c9 snd_soc_runtime_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4f0750a7 snd_soc_remove_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4f30d6c1 snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4fa1782d snd_soc_tdm_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x50bd6a43 snd_soc_dai_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x51492d3c snd_soc_component_notify_control +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x525a04d9 snd_soc_dai_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x52891e5d snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x532aac5c snd_soc_of_put_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x534146bf snd_soc_component_exit_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5363943e snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x549770b6 dapm_kcontrol_get_value +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x559258d6 dapm_pinctrl_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x55f66626 snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x58954975 snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5905e401 snd_soc_component_compr_get_codec_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5c02e9d7 snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5cc50615 snd_soc_get_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5e79dcfd snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5f5df308 snd_soc_dapm_new_dai_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6004fcef snd_soc_component_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x60adecaf snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x63fe2351 snd_soc_info_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6434ccb1 snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x65635863 snd_soc_dapm_update_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x66f2ef0d snd_soc_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x66fca7d8 snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x676aa13a snd_soc_component_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x696476bb snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6b45a1cb snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6b47386f snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6d7ad7d1 snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6eba8f28 snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x72c44670 snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x735ffc58 snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x73df5537 snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x74b5d65c snd_soc_component_compr_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x781ac4c9 snd_soc_component_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x789ff9c5 snd_soc_dapm_dai_get_connected_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x78f959ff snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7a12a88e dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7acd752c snd_soc_link_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7b34ec89 snd_soc_bytes_tlv_callback +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7c0da79c snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7c171cb8 snd_soc_component_set_jack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7c45ca12 snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7cddd970 snd_soc_rtdcom_lookup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7d8f2202 snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7daa5c10 devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7df1b7e0 null_dailink_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7f0027d2 snd_soc_dai_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x80a87dea snd_soc_link_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8111562c snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x813c2cdc snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x85feb85e snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x869995ab snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x876aba3d snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x888955eb snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x89768b23 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x89dc865f snd_soc_component_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8a193750 snd_soc_card_add_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8a6942f2 snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8b34b408 snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8bd845bf snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8bf6ea7a snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8cfa6478 snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8e039140 snd_soc_component_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8f3b609e dapm_mark_endpoints_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x935977bc snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x947e1e18 snd_soc_of_get_slot_mask +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x948f2b60 snd_soc_component_init_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9805dadd snd_soc_dai_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9992bb98 snd_soc_component_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9ad2d433 snd_soc_component_initialize +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9b305397 snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9b442752 snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9c074d38 asoc_dummy_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9c53889a snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9c59b90c snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9dabf1d5 snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9de075c4 snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa00d7441 snd_soc_dapm_init +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa13d1f31 snd_soc_dapm_force_bias_level +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa2624d8d snd_soc_add_component_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa32d3690 snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa560562d snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa5858a00 snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa5e59f12 snd_soc_get_stream_cpu +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa5e982eb snd_soc_free_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa66efeb6 snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa7837325 snd_soc_daifmt_parse_clock_provider_raw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa7980d23 snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaa13c0d8 snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xabf16fc9 snd_soc_dai_is_dummy +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xafcc17ee snd_soc_lookup_component_nolocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb2152102 snd_soc_component_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb47f7d47 snd_soc_component_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb548d2a3 snd_soc_card_jack_new_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb6faccca snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb7572e49 snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb7b410eb snd_soc_tplg_widget_bind_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb8e50b40 snd_soc_runtime_calc_hw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbc9ab112 snd_soc_of_parse_node_prefix +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbdac499b snd_soc_component_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbdd93d1f snd_soc_of_get_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbddaa214 snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbdf3512f snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbef3aaae devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbf8d7547 snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc0ad3579 snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc293a7c3 snd_soc_runtime_set_dai_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc317a15e snd_soc_daifmt_clock_provider_flipped +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc38f5ce4 snd_soc_unregister_component_by_driver +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc422480c snd_soc_component_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc549c793 snd_soc_of_parse_aux_devs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc77928c2 snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8a66a60 snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xca6d7fde dpcm_end_walk_at_be +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcb218339 snd_soc_component_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcc015ff2 snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xceb97e67 snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd162bd46 snd_soc_of_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd22205b3 snd_soc_tplg_component_remove +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd314731b snd_soc_component_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd55e432e snd_soc_dapm_widget_name_cmp +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd6b91a4d snd_soc_component_read_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd7209943 snd_soc_dapm_stream_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd84d07e4 snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd891588c snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd94d82f2 snd_soc_add_pcm_runtimes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd94e5d31 snd_soc_unregister_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdb1d80f6 snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdbd2c4d9 snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdbf16393 snd_soc_set_dmi_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xddb58631 snd_soc_dapm_free_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe0e18901 snd_soc_component_write_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe2a59931 snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe393fad6 devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe54b3332 snd_soc_component_compr_copy +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe57a921c snd_soc_new_compress +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe59d6439 snd_soc_component_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe5ad4c6e snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe65a0d1c snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe94e2121 snd_soc_component_get_jack_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeba32ff7 widget_in_list +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeca6c635 snd_soc_of_get_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xee37da7a snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xefb428d5 snd_soc_link_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf0688b42 snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf0c4b9ad snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf5f12a74 snd_soc_dpcm_can_be_prepared +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf64e835a snd_soc_component_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf6b22566 snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf7118ba9 snd_soc_card_remove_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf716f4cc snd_soc_find_dai_with_mutex +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf8efe55d snd_soc_dai_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9622dd1 snd_soc_daifmt_clock_provider_from_bitmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9730290 snd_soc_dapm_new_control +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfa5e8ff1 snd_soc_dai_active +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfa899187 snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfbac6918 snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfd023983 snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfec85221 snd_soc_daifmt_parse_format +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xff50a4ac snd_soc_dapm_kcontrol_widget +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x6a466798 snd_sof_debugfs_add_region_item_iomem +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x6ca8bae8 snd_sof_dbg_init +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x80235b52 snd_sof_free_debug +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0xa3bdc519 snd_sof_dbg_memory_info_init +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0xe952239b snd_sof_debugfs_buf_item +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x2c64d423 sprd_mcdt_request_chan +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x5061832c sprd_mcdt_chan_int_disable +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x609193c3 sprd_mcdt_chan_write +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x68b4b311 sprd_mcdt_chan_dma_enable +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x6c283cec sprd_mcdt_chan_int_enable +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0xa5fdddd3 sprd_mcdt_chan_read +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0xb67dbf49 sprd_mcdt_chan_dma_disable +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0xdf547b54 sprd_mcdt_free_chan +EXPORT_SYMBOL_GPL sound/soc/sunxi/sun8i-adda-pr-regmap 0x37a3a5c2 sun8i_adda_pr_regmap_init +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-machine 0x812dbe6e tegra_asoc_machine_init +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-machine 0xb9c172f3 tegra_asoc_machine_probe +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x03badf0f tegra_pcm_platform_unregister +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x05305ffe tegra_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x22933a64 tegra_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x384541a7 tegra_pcm_construct +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x4135e401 tegra_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x688df886 tegra_pcm_platform_register_with_chan_names +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x87a58eba tegra_pcm_open +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xb285deb2 tegra_pcm_close +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xd7470fc2 devm_tegra_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0x0427e3da tegra30_ahub_allocate_tx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0x55a40206 tegra30_ahub_disable_rx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0x5d7237ff tegra30_ahub_set_cif +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0x6fe20143 tegra30_ahub_set_rx_cif_source +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xb419329b tegra30_ahub_disable_tx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xb4a9367d tegra30_ahub_enable_tx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xb81bca9d tegra30_ahub_free_rx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xc78c7125 tegra30_ahub_free_tx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xccb67e55 tegra124_ahub_set_cif +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xccc98372 tegra30_ahub_enable_rx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xd01de23b tegra30_ahub_allocate_rx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xe549513a tegra30_ahub_unset_rx_cif_source +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-edma 0xe34d2251 edma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-sdma 0xa98c3445 sdma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-udma 0x3621fd8f udma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x17920da0 line6_probe +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x202a1b1b line6_midi_id +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x498f8839 line6_send_raw_message_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x621b1a03 line6_read_serial_number +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x6394f6a7 line6_init_midi +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x6910beff line6_read_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x9a0fa8b2 line6_alloc_sysex_buffer +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x9b3fb73a line6_version_request_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xa7213956 line6_suspend +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xa7be6cca line6_pcm_release +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xad27ac60 line6_write_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xaf5185e7 line6_init_pcm +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xb3135857 line6_resume +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xe7e21176 line6_disconnect +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xecf3d957 line6_send_sysex_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xf45e7aa8 line6_pcm_acquire +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xfce4b784 line6_send_raw_message +EXPORT_SYMBOL_GPL vmlinux 0x00082520 rockchip_clk_register_branches +EXPORT_SYMBOL_GPL vmlinux 0x000c3173 folio_mkclean +EXPORT_SYMBOL_GPL vmlinux 0x00169b60 pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x00218b92 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0x002245d1 stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0x0026b6d4 irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0x0039e64d l3mdev_update_flow +EXPORT_SYMBOL_GPL vmlinux 0x003cc43f crypto_register_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x003d93e6 ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0x00419dbd rio_del_device +EXPORT_SYMBOL_GPL vmlinux 0x00513f58 get_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x00565f18 pernet_ops_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x005a4377 pm_clk_suspend +EXPORT_SYMBOL_GPL vmlinux 0x005f18a6 add_wait_queue_priority +EXPORT_SYMBOL_GPL vmlinux 0x00692570 sched_show_task +EXPORT_SYMBOL_GPL vmlinux 0x0085f6c9 wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x00960d2e icc_set_tag +EXPORT_SYMBOL_GPL vmlinux 0x00ad1919 kvm_vcpu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x00b47f08 clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0x00bccf15 debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0x00c4bbad regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x00ccfe68 shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0x00d14f1a devm_reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x00d4c500 usb_decode_interval +EXPORT_SYMBOL_GPL vmlinux 0x00de83a4 xenbus_register_driver_common +EXPORT_SYMBOL_GPL vmlinux 0x00e0c23c destroy_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x00effc6a acpi_irq_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x00feebfc crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0x010a0720 rockchip_register_restart_notifier +EXPORT_SYMBOL_GPL vmlinux 0x010f0ee1 wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x0118d8b6 led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0x0124c229 devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x012c173e virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0x012e730e apei_exec_noop +EXPORT_SYMBOL_GPL vmlinux 0x013246bc mtk_pinconf_bias_disable_get +EXPORT_SYMBOL_GPL vmlinux 0x01327bb3 mtk_clk_register_composites +EXPORT_SYMBOL_GPL vmlinux 0x0136f1ce crypto_shash_tfm_digest +EXPORT_SYMBOL_GPL vmlinux 0x013f03bd tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x013f315f da903x_write +EXPORT_SYMBOL_GPL vmlinux 0x014298cf vp_modern_set_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0x014e8186 cpu_scale +EXPORT_SYMBOL_GPL vmlinux 0x01588d30 key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0x015a8498 imx_clk_hw_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0163fd14 pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x0179ccba topology_update_thermal_pressure +EXPORT_SYMBOL_GPL vmlinux 0x017ff831 serdev_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x01866a57 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x01a0cb78 property_entries_free +EXPORT_SYMBOL_GPL vmlinux 0x01a20dfe spi_delay_to_ns +EXPORT_SYMBOL_GPL vmlinux 0x01b44fba regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0x01c55f7f of_phandle_args_to_fwspec +EXPORT_SYMBOL_GPL vmlinux 0x01c6cb0c cpu_cluster_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01e84435 kvm_are_all_memslots_empty +EXPORT_SYMBOL_GPL vmlinux 0x01e88ae6 fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x01effe9d sprd_pinctrl_remove +EXPORT_SYMBOL_GPL vmlinux 0x01f17a16 ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0x0207a6c6 reset_control_bulk_acquire +EXPORT_SYMBOL_GPL vmlinux 0x0207ea93 sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0x02080fa8 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x020cf8e6 fsnotify_put_mark +EXPORT_SYMBOL_GPL vmlinux 0x021b5549 pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0x022f47fe rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0x02394899 play_idle_precise +EXPORT_SYMBOL_GPL vmlinux 0x023b807c gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0x024318a9 devl_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0245b7d6 ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x0247d2d0 ima_inode_hash +EXPORT_SYMBOL_GPL vmlinux 0x02495b8f gnttab_alloc_grant_reference_seq +EXPORT_SYMBOL_GPL vmlinux 0x024d13dd request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x024d7c69 irq_gc_unmask_enable_reg +EXPORT_SYMBOL_GPL vmlinux 0x024e0be9 bind_interdomain_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x026aaca2 dev_pm_qos_expose_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x02a149c9 fwnode_handle_get +EXPORT_SYMBOL_GPL vmlinux 0x02a2600a __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x02b711a1 __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x02c5c501 power_supply_find_ocv2cap_table +EXPORT_SYMBOL_GPL vmlinux 0x02c867da of_reconfig_get_state_change +EXPORT_SYMBOL_GPL vmlinux 0x02d9951a tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0x02e03334 debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0x02e39255 k3_ringacc_dmarings_init +EXPORT_SYMBOL_GPL vmlinux 0x02e8c7f3 get_device +EXPORT_SYMBOL_GPL vmlinux 0x0302d5da kvm_vcpu_halt +EXPORT_SYMBOL_GPL vmlinux 0x030cbca2 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x030fd6b3 pinmux_generic_add_function +EXPORT_SYMBOL_GPL vmlinux 0x0312b3b0 reset_controller_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0321cdbf of_alias_get_highest_id +EXPORT_SYMBOL_GPL vmlinux 0x032d9f9b fuse_send_init +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x033d952f gpiod_set_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x03473884 phy_basic_t1s_p2mp_features +EXPORT_SYMBOL_GPL vmlinux 0x03592790 pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x035ead7c css_next_descendant_pre +EXPORT_SYMBOL_GPL vmlinux 0x036de383 perf_event_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x03701a42 zynqmp_pm_pinctrl_set_function +EXPORT_SYMBOL_GPL vmlinux 0x037375ff devlink_traps_register +EXPORT_SYMBOL_GPL vmlinux 0x0373766a sbitmap_queue_clear +EXPORT_SYMBOL_GPL vmlinux 0x03952887 ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x03a3919f virtio_config_changed +EXPORT_SYMBOL_GPL vmlinux 0x03b87174 kvm_get_kvm +EXPORT_SYMBOL_GPL vmlinux 0x03c12dfe cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x03c152ea sock_map_destroy +EXPORT_SYMBOL_GPL vmlinux 0x03c78413 devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0x03ce7234 sched_smt_present +EXPORT_SYMBOL_GPL vmlinux 0x03cf02e6 dev_pm_genpd_synced_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x03eb293a ti_sci_inta_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x03f045ef securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x0402cbbf preempt_notifier_inc +EXPORT_SYMBOL_GPL vmlinux 0x0405a3ee phy_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0x04108c21 component_add_typed +EXPORT_SYMBOL_GPL vmlinux 0x0412332f rcar_rst_set_rproc_boot_addr +EXPORT_SYMBOL_GPL vmlinux 0x0416322e blk_mq_virtio_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x041c1d33 devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x04221375 simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x04401a99 vfs_inode_has_locks +EXPORT_SYMBOL_GPL vmlinux 0x045261dd spi_mem_get_name +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x046f359e of_overlay_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x0472cf3b register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x04747ba5 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x049e5156 gnttab_try_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x04a6fa1e gpiochip_generic_config +EXPORT_SYMBOL_GPL vmlinux 0x04b71286 kstrdup_quotable_file +EXPORT_SYMBOL_GPL vmlinux 0x04bf0092 io_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x04c4463e led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04c8aebf console_verbose +EXPORT_SYMBOL_GPL vmlinux 0x04dccfcc wbc_attach_and_unlock_inode +EXPORT_SYMBOL_GPL vmlinux 0x04df8fbc lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0x04eae396 __put_net +EXPORT_SYMBOL_GPL vmlinux 0x050ca568 pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0x051085e3 lock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x051a0bc1 stack_depot_fetch +EXPORT_SYMBOL_GPL vmlinux 0x052b4013 register_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x052c9aed ktime_get_real_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x05364497 arm64_mm_context_put +EXPORT_SYMBOL_GPL vmlinux 0x053d738a __SCK__tp_func_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x054aa32e device_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x0550e87b iommu_enable_nesting +EXPORT_SYMBOL_GPL vmlinux 0x05566f23 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x055dfe79 mtk_pinconf_drive_set_raw +EXPORT_SYMBOL_GPL vmlinux 0x056027e1 dev_pm_opp_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x05610897 of_changeset_destroy +EXPORT_SYMBOL_GPL vmlinux 0x05633c05 devlink_port_type_ib_set +EXPORT_SYMBOL_GPL vmlinux 0x057fd0fd ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0x0583b236 regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0x05883efb __traceiter_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x058f9366 apei_exec_collect_resources +EXPORT_SYMBOL_GPL vmlinux 0x0592f676 debugfs_create_str +EXPORT_SYMBOL_GPL vmlinux 0x05a980f3 xdp_rxq_info_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x05b163bc nf_queue_nf_hook_drop +EXPORT_SYMBOL_GPL vmlinux 0x05cd1dd4 vcap_rule_add_key_bit +EXPORT_SYMBOL_GPL vmlinux 0x05d058f7 k3_udma_glue_request_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x05d44446 nvmem_device_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x05d8239c devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x05dc1489 pci_dev_unlock +EXPORT_SYMBOL_GPL vmlinux 0x060149e1 platform_get_mem_or_io +EXPORT_SYMBOL_GPL vmlinux 0x0608f1e3 imx_clk_fracn_gppll_integer +EXPORT_SYMBOL_GPL vmlinux 0x061336ae blocking_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x061dabcd ahci_print_info +EXPORT_SYMBOL_GPL vmlinux 0x06209f49 phy_lookup_setting +EXPORT_SYMBOL_GPL vmlinux 0x06221f94 usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x062b89c4 ghes_unregister_report_chain +EXPORT_SYMBOL_GPL vmlinux 0x062d117f __tracepoint_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x063ba5fd usb_pipe_type_check +EXPORT_SYMBOL_GPL vmlinux 0x063e0a60 __get_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x063f1593 mtk_build_eint +EXPORT_SYMBOL_GPL vmlinux 0x0643f6a0 security_kernel_post_read_file +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x0653b12a clk_hw_unregister +EXPORT_SYMBOL_GPL vmlinux 0x06696f39 ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x066da58e device_property_present +EXPORT_SYMBOL_GPL vmlinux 0x06754f89 irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x067e84ff dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x068fe4ea crypto_clone_tfm +EXPORT_SYMBOL_GPL vmlinux 0x069baca7 pci_generic_config_write +EXPORT_SYMBOL_GPL vmlinux 0x06b970a5 zynqmp_pm_ospi_mux_select +EXPORT_SYMBOL_GPL vmlinux 0x06bd48d9 kvm_io_bus_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x06beb22a dm_internal_suspend_fast +EXPORT_SYMBOL_GPL vmlinux 0x06cca30b ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0x06cd6b0d devlink_port_register_with_ops +EXPORT_SYMBOL_GPL vmlinux 0x06e415bc __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x06e4433e sunxi_ccu_set_mmc_timing_mode +EXPORT_SYMBOL_GPL vmlinux 0x06ed3c6e pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x06efc2a5 edac_mc_add_mc_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x06f78fe4 crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0x07023f3e usb_check_int_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x0705e6cd hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0x07109a3f mtk_clk_register_factors +EXPORT_SYMBOL_GPL vmlinux 0x07242d92 put_dax +EXPORT_SYMBOL_GPL vmlinux 0x072bb280 dev_coredumpm +EXPORT_SYMBOL_GPL vmlinux 0x073205e7 vcap_filter_rule_keys +EXPORT_SYMBOL_GPL vmlinux 0x0739b94d devm_memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x073b48bc devlink_region_snapshot_id_get +EXPORT_SYMBOL_GPL vmlinux 0x073efb2a altr_sysmgr_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x0741c41d __traceiter_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x07483e13 cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0x074f98db synth_event_add_field +EXPORT_SYMBOL_GPL vmlinux 0x07520007 device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x075583a1 ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x0756a31c register_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0x0759516b mmu_interval_notifier_insert +EXPORT_SYMBOL_GPL vmlinux 0x075d4c58 rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0x076356e7 sfp_may_have_phy +EXPORT_SYMBOL_GPL vmlinux 0x0769dc9f __traceiter_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x078db973 extcon_get_state +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07b71763 usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0x07ba5721 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x07be6905 net_inc_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x07c5aad7 uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0x07c6ebeb kvm_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x07cb7517 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x07cbb9d7 fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0x07cc31d4 gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x07dd4302 bio_associate_blkg_from_css +EXPORT_SYMBOL_GPL vmlinux 0x07e6e902 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x07f6a48d fscrypt_dio_supported +EXPORT_SYMBOL_GPL vmlinux 0x07f77e8f msi_unlock_descs +EXPORT_SYMBOL_GPL vmlinux 0x080441dc decrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0x0812a645 tcp_bpf_sendmsg_redir +EXPORT_SYMBOL_GPL vmlinux 0x08135613 dax_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x0817d1f2 devm_regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x08213956 phylink_ethtool_get_wol +EXPORT_SYMBOL_GPL vmlinux 0x08377802 nfs42_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0847b6af pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x084bc0b0 vc_scrolldelta_helper +EXPORT_SYMBOL_GPL vmlinux 0x084dddbc unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x084ebf7e ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x08576175 unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x08586f53 pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x085bffd1 trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0x0862827e dw_pcie_upconfig_setup +EXPORT_SYMBOL_GPL vmlinux 0x0868abaa nvdimm_badblocks_populate +EXPORT_SYMBOL_GPL vmlinux 0x08754165 pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0x0878a1fc pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0x087c0839 tracepoint_srcu +EXPORT_SYMBOL_GPL vmlinux 0x087ecc9e vp_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0x087f5dc5 wm831x_of_match +EXPORT_SYMBOL_GPL vmlinux 0x089435d0 of_msi_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x08a552c8 acpi_device_update_power +EXPORT_SYMBOL_GPL vmlinux 0x08a88a9f __SCK__tp_func_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x08ae4486 fuse_request_end +EXPORT_SYMBOL_GPL vmlinux 0x08b7f2a2 __clk_mux_determine_rate_closest +EXPORT_SYMBOL_GPL vmlinux 0x08c46d5c xhci_add_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x08c78cf7 offline_and_remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x08d019de balloon_mops +EXPORT_SYMBOL_GPL vmlinux 0x08e2b333 cppc_set_auto_sel +EXPORT_SYMBOL_GPL vmlinux 0x08e4acd1 gov_update_cpu_data +EXPORT_SYMBOL_GPL vmlinux 0x0907d14d blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x0915c98d of_property_count_elems_of_size +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x091ed9df serdev_device_write +EXPORT_SYMBOL_GPL vmlinux 0x0925af41 devm_regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0x092a9046 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0x09300162 clk_hw_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x09337cd0 __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x093786cf synth_event_add_field_str +EXPORT_SYMBOL_GPL vmlinux 0x093893ed fuse_dev_alloc +EXPORT_SYMBOL_GPL vmlinux 0x09392ccd ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x094cae80 fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0x0950a408 __traceiter_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x0969986c kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL vmlinux 0x0969cc07 pinmux_generic_get_function_count +EXPORT_SYMBOL_GPL vmlinux 0x0970d125 device_match_any +EXPORT_SYMBOL_GPL vmlinux 0x0976822d sfp_get_module_eeprom_by_page +EXPORT_SYMBOL_GPL vmlinux 0x09806ba1 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x09a59d28 gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0x09adf490 aead_init_geniv +EXPORT_SYMBOL_GPL vmlinux 0x09b53e14 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x09c3f961 regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0x09d0e6e1 modify_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0x09dd7563 mtk_pinconf_bias_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x09dee7d0 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x09e64118 usb_phy_get_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x09f46309 pkcs7_validate_trust +EXPORT_SYMBOL_GPL vmlinux 0x09f50f32 rcu_nocb_flush_deferred_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x0a098d80 nvdimm_bus_add_badrange +EXPORT_SYMBOL_GPL vmlinux 0x0a206c52 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0x0a22121d crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0x0a2f8b5a pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0x0a39f6f1 dev_pm_domain_attach +EXPORT_SYMBOL_GPL vmlinux 0x0a3dc9dc subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x0a41ff22 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x0a493790 dax_iomap_fault +EXPORT_SYMBOL_GPL vmlinux 0x0a4d17cf mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x0a4e6e0a nf_hooks_lwtunnel_sysctl_handler +EXPORT_SYMBOL_GPL vmlinux 0x0a52c511 hv_query_ext_cap +EXPORT_SYMBOL_GPL vmlinux 0x0a76c65e blk_queue_required_elevator_features +EXPORT_SYMBOL_GPL vmlinux 0x0a7b016a crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0x0a7f347a blk_mq_flush_busy_ctxs +EXPORT_SYMBOL_GPL vmlinux 0x0a8162a8 raw_v4_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x0a8894f4 mas_find_range_rev +EXPORT_SYMBOL_GPL vmlinux 0x0a8beca4 register_btf_kfunc_id_set +EXPORT_SYMBOL_GPL vmlinux 0x0a8e458b crypto_req_done +EXPORT_SYMBOL_GPL vmlinux 0x0a8e65dd __kthread_init_worker +EXPORT_SYMBOL_GPL vmlinux 0x0a901211 mtk_clk_register_ref2usb_tx +EXPORT_SYMBOL_GPL vmlinux 0x0a9df53d for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0x0ab355d5 sched_set_normal +EXPORT_SYMBOL_GPL vmlinux 0x0ab95d24 icc_provider_init +EXPORT_SYMBOL_GPL vmlinux 0x0abc6be6 k3_ringacc_ring_is_full +EXPORT_SYMBOL_GPL vmlinux 0x0acf74c2 of_pse_control_get +EXPORT_SYMBOL_GPL vmlinux 0x0ad4d641 pci_ecam_map_bus +EXPORT_SYMBOL_GPL vmlinux 0x0ade6aed phy_start_machine +EXPORT_SYMBOL_GPL vmlinux 0x0b05559a xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b1bb9f9 synchronize_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x0b2db2d5 remove_resource +EXPORT_SYMBOL_GPL vmlinux 0x0b318ff6 exportfs_decode_fh_raw +EXPORT_SYMBOL_GPL vmlinux 0x0b3522ae platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0b399143 shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0x0b3a3ed7 zynqmp_pm_fpga_get_status +EXPORT_SYMBOL_GPL vmlinux 0x0b3ce8b3 mbox_client_peek_data +EXPORT_SYMBOL_GPL vmlinux 0x0b3fad12 mtk_eint_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x0b52e502 apei_resources_add +EXPORT_SYMBOL_GPL vmlinux 0x0b59fbb2 crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0x0b5f3099 ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x0b690f04 k3_udma_glue_tx_get_txcq_id +EXPORT_SYMBOL_GPL vmlinux 0x0b69e104 pse_ethtool_get_status +EXPORT_SYMBOL_GPL vmlinux 0x0b6efb4e regulator_get_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0x0b7bb4cc debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x0b8b093b pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x0b8c4faa create_signature +EXPORT_SYMBOL_GPL vmlinux 0x0b8c8a23 static_key_fast_inc_not_disabled +EXPORT_SYMBOL_GPL vmlinux 0x0b9da5a3 synth_event_add_val +EXPORT_SYMBOL_GPL vmlinux 0x0b9e650a fsl_mc_bus_dprc_type +EXPORT_SYMBOL_GPL vmlinux 0x0ba73c99 ata_acpi_cbl_80wire +EXPORT_SYMBOL_GPL vmlinux 0x0bab46ff devm_regulator_bulk_get_enable +EXPORT_SYMBOL_GPL vmlinux 0x0bb028d4 hisi_clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x0bb1b8c3 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0x0bba4bf1 __hwspin_lock_timeout +EXPORT_SYMBOL_GPL vmlinux 0x0bbdc9b2 remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x0be425c7 acpi_driver_match_device +EXPORT_SYMBOL_GPL vmlinux 0x0bf32478 __SCK__tp_func_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x0bf932bb meson_pmx_get_funcs_count +EXPORT_SYMBOL_GPL vmlinux 0x0c1a5ee3 log_post_read_mmio +EXPORT_SYMBOL_GPL vmlinux 0x0c1bcaaa __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x0c23ea7e pci_common_swizzle +EXPORT_SYMBOL_GPL vmlinux 0x0c2c5802 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x0c32792f crypto_sig_verify +EXPORT_SYMBOL_GPL vmlinux 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x0c3e6241 k3_udma_glue_disable_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x0c47ea5a kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0x0c53cb56 usb_hcd_setup_local_mem +EXPORT_SYMBOL_GPL vmlinux 0x0c5fb69f pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x0c61f372 acpi_bus_trim +EXPORT_SYMBOL_GPL vmlinux 0x0c695d91 gnttab_pages_set_private +EXPORT_SYMBOL_GPL vmlinux 0x0c6ae635 of_fdt_unflatten_tree +EXPORT_SYMBOL_GPL vmlinux 0x0c78998e balloon_page_list_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x0c78ef77 da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0x0c81ecab __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x0c881177 kvm_vcpu_map +EXPORT_SYMBOL_GPL vmlinux 0x0c88c1c3 pci_vpd_find_id_string +EXPORT_SYMBOL_GPL vmlinux 0x0c8d2980 ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x0c8defe4 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x0c9da923 ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x0caa62ca acpi_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x0cbe3ee2 software_node_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0cc9d36c iommu_group_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x0ccf5275 zynqmp_pm_pinctrl_get_config +EXPORT_SYMBOL_GPL vmlinux 0x0cdcb0f3 nl_table +EXPORT_SYMBOL_GPL vmlinux 0x0ce3dd73 bman_is_probed +EXPORT_SYMBOL_GPL vmlinux 0x0ce6b006 dev_nit_active +EXPORT_SYMBOL_GPL vmlinux 0x0cf49068 cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x0cf7d18a unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x0d2242ed edac_device_handle_ce_count +EXPORT_SYMBOL_GPL vmlinux 0x0d2c2328 vp_modern_map_vq_notify +EXPORT_SYMBOL_GPL vmlinux 0x0d3083ab dma_alloc_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x0d3195c0 usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0x0d390010 em_dev_unregister_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0x0d3f3262 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0x0d3fb7d4 phy_interface_num_ports +EXPORT_SYMBOL_GPL vmlinux 0x0d435bd5 __tracepoint_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x0d48176d pci_generic_config_read32 +EXPORT_SYMBOL_GPL vmlinux 0x0d4961de nf_log_buf_open +EXPORT_SYMBOL_GPL vmlinux 0x0d4e3f8c iopf_queue_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d5cecc6 ima_measure_critical_data +EXPORT_SYMBOL_GPL vmlinux 0x0d5d5726 relay_late_setup_files +EXPORT_SYMBOL_GPL vmlinux 0x0d6438a7 usb_alloc_dev +EXPORT_SYMBOL_GPL vmlinux 0x0d6a49d4 tcp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d8a288a __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x0d8d4f64 fuse_get_unique +EXPORT_SYMBOL_GPL vmlinux 0x0d964155 of_platform_device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0d97449b get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0x0da8bb98 dw_pcie_write_dbi +EXPORT_SYMBOL_GPL vmlinux 0x0dac72eb mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x0dbd1b25 ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x0dc97b2d simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0ddd6d5e ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x0de7ae50 devl_dpipe_table_resource_set +EXPORT_SYMBOL_GPL vmlinux 0x0df70171 bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x0e007edf xen_evtchn_nr_channels +EXPORT_SYMBOL_GPL vmlinux 0x0e07f444 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0x0e0c6a7d crypto_dh_encode_key +EXPORT_SYMBOL_GPL vmlinux 0x0e1194d5 hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x0e13cb4d apei_resources_release +EXPORT_SYMBOL_GPL vmlinux 0x0e17e8a3 ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0x0e2dc649 acpi_kobj +EXPORT_SYMBOL_GPL vmlinux 0x0e5cc9d7 xdp_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x0e5d2778 fb_sys_read +EXPORT_SYMBOL_GPL vmlinux 0x0e6b35ca extcon_set_property_sync +EXPORT_SYMBOL_GPL vmlinux 0x0e6b79af static_key_disable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x0e6d9fff device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x0e6e87a7 mtk_pinconf_bias_set +EXPORT_SYMBOL_GPL vmlinux 0x0e704aad dev_pm_opp_sync_regulators +EXPORT_SYMBOL_GPL vmlinux 0x0e75314f of_hte_req_count +EXPORT_SYMBOL_GPL vmlinux 0x0e7c8758 device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x0e9387b9 devm_clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x0ea5cbce xen_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x0eae3512 rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0x0eb610f3 blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x0ec096b0 hv_read_reference_counter +EXPORT_SYMBOL_GPL vmlinux 0x0ecf1835 pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0x0ecfea88 btf_type_by_id +EXPORT_SYMBOL_GPL vmlinux 0x0edf7467 tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x0ee77a3d em_pd_get +EXPORT_SYMBOL_GPL vmlinux 0x0eec2f9d nvdimm_bus_register +EXPORT_SYMBOL_GPL vmlinux 0x0ef26d83 subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x0ef9ae49 crypto_unregister_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x0efb8745 devm_pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0x0f0bd856 netdev_sw_irq_coalesce_default_on +EXPORT_SYMBOL_GPL vmlinux 0x0f15a1f4 dpbp_get_attributes +EXPORT_SYMBOL_GPL vmlinux 0x0f180070 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x0f1c232b __irq_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x0f1d61c9 ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0x0f3ef9c6 l3mdev_ifindex_lookup_by_table_id +EXPORT_SYMBOL_GPL vmlinux 0x0f4f76e8 phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0x0f640f8d xen_evtchn_do_upcall +EXPORT_SYMBOL_GPL vmlinux 0x0f686278 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0x0f6ab79f unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x0f7ca236 dmi_memdev_name +EXPORT_SYMBOL_GPL vmlinux 0x0f9bb482 cdrom_multisession +EXPORT_SYMBOL_GPL vmlinux 0x0fadc54d lynx_pcs_create_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x0fb33ae7 xhci_check_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0x0fbb7344 memremap_compat_align +EXPORT_SYMBOL_GPL vmlinux 0x0fbc0c0e xas_pause +EXPORT_SYMBOL_GPL vmlinux 0x0fd254e9 strp_check_rcv +EXPORT_SYMBOL_GPL vmlinux 0x0fd4610e kmem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0x0fd5b497 kvm_put_kvm +EXPORT_SYMBOL_GPL vmlinux 0x0fd9fe04 fbcon_modechange_possible +EXPORT_SYMBOL_GPL vmlinux 0x0fde8328 ipv6_bpf_stub +EXPORT_SYMBOL_GPL vmlinux 0x0fe3cfee kvm_write_guest +EXPORT_SYMBOL_GPL vmlinux 0x0fe3de32 shmem_file_setup_with_mnt +EXPORT_SYMBOL_GPL vmlinux 0x1005d60b tick_nohz_dep_set_cpu +EXPORT_SYMBOL_GPL vmlinux 0x100786c5 strp_stop +EXPORT_SYMBOL_GPL vmlinux 0x10091b7b sbitmap_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x10131209 devm_mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x10185973 __tracepoint_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x10336fad fwnode_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x10426697 pci_device_group +EXPORT_SYMBOL_GPL vmlinux 0x104b2b7d vcap_rule_get_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x104cfa4d nf_hook_entries_delete_raw +EXPORT_SYMBOL_GPL vmlinux 0x104dd8b6 __blk_req_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0x10572804 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0x1066b9e3 fsnotify_init_mark +EXPORT_SYMBOL_GPL vmlinux 0x1068d9c4 of_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x106b4b7d wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0x108231d5 ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x1085f85f ahci_platform_resume_host +EXPORT_SYMBOL_GPL vmlinux 0x108a0acd bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x10a67280 fscrypt_ioctl_get_policy_ex +EXPORT_SYMBOL_GPL vmlinux 0x10aada34 clk_hw_get_parent_index +EXPORT_SYMBOL_GPL vmlinux 0x10b89330 crypto_has_shash +EXPORT_SYMBOL_GPL vmlinux 0x10d0ab66 wp_shared_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x10d9f317 stack_depot_init +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x10efd2b9 platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x10f9ba9f ahci_shost_groups +EXPORT_SYMBOL_GPL vmlinux 0x110106c1 cper_severity_to_aer +EXPORT_SYMBOL_GPL vmlinux 0x110fbdb0 dev_pm_qos_hide_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x11172cbc srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x1120d7a1 tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x1128ed10 skb_mpls_push +EXPORT_SYMBOL_GPL vmlinux 0x11306237 devl_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x11374351 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x1159e1bc bdev_disk_changed +EXPORT_SYMBOL_GPL vmlinux 0x116528e4 pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x117ad7ee dw_pcie_wait_for_link +EXPORT_SYMBOL_GPL vmlinux 0x119996aa crypto_register_aead +EXPORT_SYMBOL_GPL vmlinux 0x119ea321 devm_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0x11b68a56 __tracepoint_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x11ce097f kvm_arch_ptp_get_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0x11d3af25 devlink_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x11df0e75 devlink_fmsg_binary_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x11e02894 xfrm_dev_state_add +EXPORT_SYMBOL_GPL vmlinux 0x11e06ee9 badrange_init +EXPORT_SYMBOL_GPL vmlinux 0x11f1bd79 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x11fcd41c user_update +EXPORT_SYMBOL_GPL vmlinux 0x12056e53 mas_store_gfp +EXPORT_SYMBOL_GPL vmlinux 0x12135396 phylink_mac_change +EXPORT_SYMBOL_GPL vmlinux 0x1215e63c mddev_init +EXPORT_SYMBOL_GPL vmlinux 0x121c8612 tick_nohz_dep_clear_task +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x12216626 page_cache_async_ra +EXPORT_SYMBOL_GPL vmlinux 0x122c686e xhci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1234e483 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0x1234ffa1 cper_estatus_check_header +EXPORT_SYMBOL_GPL vmlinux 0x123a8f70 crypto_unregister_aeads +EXPORT_SYMBOL_GPL vmlinux 0x125a132b __udp_enqueue_schedule_skb +EXPORT_SYMBOL_GPL vmlinux 0x12601613 tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0x12614d30 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x126568fe edac_mc_del_mc +EXPORT_SYMBOL_GPL vmlinux 0x12747eec phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x1278c148 devm_hte_register_chip +EXPORT_SYMBOL_GPL vmlinux 0x12a1094d pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0x12a745f1 tpm1_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x12bb7579 acpi_register_gsi +EXPORT_SYMBOL_GPL vmlinux 0x12c0f972 seg6_do_srh_encap +EXPORT_SYMBOL_GPL vmlinux 0x12c5e45a fsl_mc_object_allocate +EXPORT_SYMBOL_GPL vmlinux 0x12e7af9f extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x12ee1173 memory_group_unregister +EXPORT_SYMBOL_GPL vmlinux 0x12ee867f regulator_set_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x12fbca0b nvdimm_volatile_region_create +EXPORT_SYMBOL_GPL vmlinux 0x13090724 add_vmfork_randomness +EXPORT_SYMBOL_GPL vmlinux 0x130c10f3 device_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x13196d56 fwnode_graph_get_remote_port_parent +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131cb0f7 of_add_property +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x1330e382 ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0x1336a9d0 devl_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0x13378de9 acpi_get_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0x133969d7 __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x133d4959 rz_mtu3_32bit_ch_read +EXPORT_SYMBOL_GPL vmlinux 0x133d681d of_irq_get_byname +EXPORT_SYMBOL_GPL vmlinux 0x135e0612 crypto_clone_ahash +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x13640660 get_cached_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0x136adddc trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x13794d34 bio_end_io_acct_remapped +EXPORT_SYMBOL_GPL vmlinux 0x138031d4 __irq_resolve_mapping +EXPORT_SYMBOL_GPL vmlinux 0x138aff76 gnttab_init +EXPORT_SYMBOL_GPL vmlinux 0x138e0957 dax_write_cache_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1390bb8c dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x1394d032 __mt_destroy +EXPORT_SYMBOL_GPL vmlinux 0x13a44bbd root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x13a6f6bf xenbus_unmap_ring_vfree +EXPORT_SYMBOL_GPL vmlinux 0x13aa02f2 __dev_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x13b29753 dev_pm_opp_put_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x13b9e193 acpi_dev_resource_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x13baac8f device_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x13c55a57 pcie_aspm_enabled +EXPORT_SYMBOL_GPL vmlinux 0x13ce01d5 devm_request_pci_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x13ce87e8 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0x13db1eb8 k3_udma_glue_rx_cppi5_to_dma_addr +EXPORT_SYMBOL_GPL vmlinux 0x13ed8784 sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x13fab921 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x1403ad09 cpufreq_add_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x140b3448 fsverity_ioctl_read_metadata +EXPORT_SYMBOL_GPL vmlinux 0x1416e05e irq_chip_set_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0x141a874f pinctrl_force_default +EXPORT_SYMBOL_GPL vmlinux 0x141dcf05 hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0x141eb940 devm_gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x141f38bf ktime_get_raw_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x1433b4a7 meson_vid_pll_div_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x144068da ip_local_out +EXPORT_SYMBOL_GPL vmlinux 0x144ee88c dev_pm_opp_find_bw_ceil +EXPORT_SYMBOL_GPL vmlinux 0x1456762b k3_ringacc_ring_get_free +EXPORT_SYMBOL_GPL vmlinux 0x145f25a9 dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x146626a0 mas_find_rev +EXPORT_SYMBOL_GPL vmlinux 0x146cc88f bpf_master_redirect_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x14730110 sysfs_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x14829e51 srcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x14834fe0 crypto_unregister_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x14843137 tpm_chip_stop +EXPORT_SYMBOL_GPL vmlinux 0x14875885 xen_dbgp_external_startup +EXPORT_SYMBOL_GPL vmlinux 0x148fd794 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x149570b5 device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0x14ad1206 __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0x14b3000d xen_xlate_unmap_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0x14b8b7ac clkdev_create +EXPORT_SYMBOL_GPL vmlinux 0x14c4d482 param_set_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x14cbcd2b fixed_phy_register_with_gpiod +EXPORT_SYMBOL_GPL vmlinux 0x14ec4fdb evtchn_put +EXPORT_SYMBOL_GPL vmlinux 0x14ef2389 amba_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x14f11839 fwnode_device_is_available +EXPORT_SYMBOL_GPL vmlinux 0x14fb6d85 rtnl_delete_link +EXPORT_SYMBOL_GPL vmlinux 0x14fbcd5e __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x15021b4a xa_delete_node +EXPORT_SYMBOL_GPL vmlinux 0x15039519 devm_thermal_of_zone_unregister +EXPORT_SYMBOL_GPL vmlinux 0x151fb066 pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0x1537bc8a irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0x153b60a6 klist_del +EXPORT_SYMBOL_GPL vmlinux 0x15402377 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x155040f9 tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0x15510a89 devlink_fmsg_binary_put +EXPORT_SYMBOL_GPL vmlinux 0x15677726 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x15774c84 rz_mtu3_16bit_ch_write +EXPORT_SYMBOL_GPL vmlinux 0x157829bd ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x15886f48 hte_disable_ts +EXPORT_SYMBOL_GPL vmlinux 0x1590e404 led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0x15a9ae94 hypervisor_kobj +EXPORT_SYMBOL_GPL vmlinux 0x15a9f89d ip6_route_input_lookup +EXPORT_SYMBOL_GPL vmlinux 0x15ade1cc filter_irq_stacks +EXPORT_SYMBOL_GPL vmlinux 0x15b7877d __traceiter_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x15bd7435 psi_memstall_leave +EXPORT_SYMBOL_GPL vmlinux 0x15c0b1f7 nvmem_add_one_cell +EXPORT_SYMBOL_GPL vmlinux 0x15c419e8 sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x15c4e3e2 phylink_ethtool_set_pauseparam +EXPORT_SYMBOL_GPL vmlinux 0x15c59f08 __skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x15e1b953 __fscrypt_inode_uses_inline_crypto +EXPORT_SYMBOL_GPL vmlinux 0x15ea2648 hwpoison_filter_flags_mask +EXPORT_SYMBOL_GPL vmlinux 0x15eb7eb3 fhctl_parse_dt +EXPORT_SYMBOL_GPL vmlinux 0x15ee6695 pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x16186eb3 rockchip_pcie_init_port +EXPORT_SYMBOL_GPL vmlinux 0x163767c8 strp_done +EXPORT_SYMBOL_GPL vmlinux 0x16422a6e xdp_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x1649f579 crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x16516798 osc_pc_lpi_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x1652d5fb devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x165db5de serial8250_em485_destroy +EXPORT_SYMBOL_GPL vmlinux 0x166243e8 usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x166f80f9 cros_ec_check_features +EXPORT_SYMBOL_GPL vmlinux 0x166fd853 sk_msg_return_zero +EXPORT_SYMBOL_GPL vmlinux 0x167d4bd6 fib_nexthop_info +EXPORT_SYMBOL_GPL vmlinux 0x167d7113 acpi_bus_register_early_device +EXPORT_SYMBOL_GPL vmlinux 0x1680a8ba rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x1687b98f pci_iomap_wc_range +EXPORT_SYMBOL_GPL vmlinux 0x1687ec20 tty_get_frame_size +EXPORT_SYMBOL_GPL vmlinux 0x168b04a5 fib_rules_seq_read +EXPORT_SYMBOL_GPL vmlinux 0x1690b503 usb_role_switch_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x1695fdfc bpf_warn_invalid_xdp_action +EXPORT_SYMBOL_GPL vmlinux 0x16ca1a8a phylink_suspend +EXPORT_SYMBOL_GPL vmlinux 0x16cb6a90 radix_tree_preloads +EXPORT_SYMBOL_GPL vmlinux 0x16d2ae91 blk_mq_freeze_queue +EXPORT_SYMBOL_GPL vmlinux 0x16da1f88 devlink_fmsg_u32_put +EXPORT_SYMBOL_GPL vmlinux 0x16dfbf36 add_interrupt_randomness +EXPORT_SYMBOL_GPL vmlinux 0x16e006af of_pci_get_devfn +EXPORT_SYMBOL_GPL vmlinux 0x16f15139 bind_evtchn_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x16f9f905 pci_ioremap_wc_bar +EXPORT_SYMBOL_GPL vmlinux 0x170cc36c put_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x171387f2 hwmon_notify_event +EXPORT_SYMBOL_GPL vmlinux 0x17204e37 skb_mpls_dec_ttl +EXPORT_SYMBOL_GPL vmlinux 0x17328949 devlink_port_attrs_pci_sf_set +EXPORT_SYMBOL_GPL vmlinux 0x173b2fc6 kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0x174c6274 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x174e471d sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x174e6c46 inet_ehash_locks_alloc +EXPORT_SYMBOL_GPL vmlinux 0x17591ecd zynqmp_pm_write_ggs +EXPORT_SYMBOL_GPL vmlinux 0x175f0a99 pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0x176031a7 devlink_fmsg_string_put +EXPORT_SYMBOL_GPL vmlinux 0x17614bf3 apei_resources_sub +EXPORT_SYMBOL_GPL vmlinux 0x176c8a99 pci_aer_clear_nonfatal_status +EXPORT_SYMBOL_GPL vmlinux 0x177b1042 __tracepoint_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x1780141e driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0x178fe1c2 dprc_reset_container +EXPORT_SYMBOL_GPL vmlinux 0x1791f50a devlink_port_attrs_set +EXPORT_SYMBOL_GPL vmlinux 0x17a01414 find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x17aa58a0 watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x17ab3fb3 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0x17b8716e platform_bus +EXPORT_SYMBOL_GPL vmlinux 0x17df0f75 acpi_dev_ready_for_enumeration +EXPORT_SYMBOL_GPL vmlinux 0x17e01f11 erst_clear +EXPORT_SYMBOL_GPL vmlinux 0x17ebb552 pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x17f03d46 led_trigger_read +EXPORT_SYMBOL_GPL vmlinux 0x17f59149 regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x17fda755 iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x18008c59 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0x1804b4d9 pci_epf_remove_vepf +EXPORT_SYMBOL_GPL vmlinux 0x1818a038 sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0x1828b6ad iomap_invalidate_folio +EXPORT_SYMBOL_GPL vmlinux 0x182e2f09 cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x18428692 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x1846e041 iommu_device_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x18643dc9 pm_genpd_remove +EXPORT_SYMBOL_GPL vmlinux 0x18715353 k3_udma_glue_push_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x1872e71f gpiochip_irq_domain_deactivate +EXPORT_SYMBOL_GPL vmlinux 0x1881954c meson_pmx_get_func_name +EXPORT_SYMBOL_GPL vmlinux 0x188dc959 trace_put_event_file +EXPORT_SYMBOL_GPL vmlinux 0x1894124d anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x189a0e7b usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x189e9223 virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x18a85adb bpf_map_put +EXPORT_SYMBOL_GPL vmlinux 0x18a9c1f6 __traceiter_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x18ab9bcf cpufreq_dbs_governor_stop +EXPORT_SYMBOL_GPL vmlinux 0x18b6fde5 pci_iov_get_pf_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x18c85db3 usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x18d1be52 __traceiter_rwmmio_post_write +EXPORT_SYMBOL_GPL vmlinux 0x18e4f8aa swphy_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x18e8c440 arch_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0x18f10f38 k3_udma_glue_enable_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x18f5413a hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0x18fb2caf cpus_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x19032d6d trace_handle_return +EXPORT_SYMBOL_GPL vmlinux 0x190d0ad6 tpm2_get_cc_attrs_tbl +EXPORT_SYMBOL_GPL vmlinux 0x190d1b3c nvmem_cell_read_u32 +EXPORT_SYMBOL_GPL vmlinux 0x19217d6c clk_hw_init_rate_request +EXPORT_SYMBOL_GPL vmlinux 0x1926028c zynqmp_pm_reset_assert +EXPORT_SYMBOL_GPL vmlinux 0x193282ae acpi_dev_resource_ext_address_space +EXPORT_SYMBOL_GPL vmlinux 0x19397e59 udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x194a4b7b serdev_device_remove +EXPORT_SYMBOL_GPL vmlinux 0x195ac6f3 tcp_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0x195d4090 fsverity_ioctl_measure +EXPORT_SYMBOL_GPL vmlinux 0x1980bd46 otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0x1982e888 dev_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0x19836915 perf_aux_output_flag +EXPORT_SYMBOL_GPL vmlinux 0x19991019 tegra_mc_get_carveout_info +EXPORT_SYMBOL_GPL vmlinux 0x199ce071 iommu_register_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x19a2fed0 sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19acc75b device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x19b3ed2d devm_thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x19bc92e7 class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x19c20269 soc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x19c42957 blk_op_str +EXPORT_SYMBOL_GPL vmlinux 0x19e81304 btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x19edd064 blkg_rwstat_exit +EXPORT_SYMBOL_GPL vmlinux 0x19f33626 nf_ctnetlink_has_listener +EXPORT_SYMBOL_GPL vmlinux 0x19f445fd devm_led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0x1a06a6b1 sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0x1a0e2f7f hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x1a10c32b crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x1a146ec3 usb_ep_type_string +EXPORT_SYMBOL_GPL vmlinux 0x1a216f5b i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0x1a286d22 tegra_bpmp_mrq_return +EXPORT_SYMBOL_GPL vmlinux 0x1a3d79d9 devm_phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0x1a6bf28f fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x1a7c649b device_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x1a7e08b7 ahci_start_engine +EXPORT_SYMBOL_GPL vmlinux 0x1a81d4f0 virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0x1a82368d ZSTD_customCalloc +EXPORT_SYMBOL_GPL vmlinux 0x1a84a747 blk_mq_unfreeze_queue +EXPORT_SYMBOL_GPL vmlinux 0x1a8a0e61 __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x1a902a93 phylink_mii_c22_pcs_get_state +EXPORT_SYMBOL_GPL vmlinux 0x1aa7a185 __tracepoint_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x1acb5b0f perf_get_aux +EXPORT_SYMBOL_GPL vmlinux 0x1acd18c8 cpuset_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x1ad28840 irq_domain_free_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x1af153c2 xhci_drop_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x1af267f8 int_pow +EXPORT_SYMBOL_GPL vmlinux 0x1af36aad of_irq_to_resource_table +EXPORT_SYMBOL_GPL vmlinux 0x1af3c0a4 mtk_pinconf_bias_disable_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x1af6129e bsg_remove_queue +EXPORT_SYMBOL_GPL vmlinux 0x1afaa2fd proc_dou8vec_minmax +EXPORT_SYMBOL_GPL vmlinux 0x1afb6582 scsi_host_complete_all_commands +EXPORT_SYMBOL_GPL vmlinux 0x1b0602c1 cond_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x1b0683d0 page_cache_sync_ra +EXPORT_SYMBOL_GPL vmlinux 0x1b082514 sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0x1b147177 clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x1b1f64e9 devm_usb_get_phy_by_node +EXPORT_SYMBOL_GPL vmlinux 0x1b4adff9 __traceiter_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x1b739ef5 __tracepoint_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1b765f62 blk_mq_alloc_sq_tag_set +EXPORT_SYMBOL_GPL vmlinux 0x1b818b8f fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b8bec2e dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x1b92e41d inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x1b971472 bpf_prog_destroy +EXPORT_SYMBOL_GPL vmlinux 0x1bb2b585 power_supply_charge_behaviour_show +EXPORT_SYMBOL_GPL vmlinux 0x1bc18129 crypto_init_akcipher_ops_sig +EXPORT_SYMBOL_GPL vmlinux 0x1bc40a8d gpmc_omap_get_nand_ops +EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1bc64087 xas_split +EXPORT_SYMBOL_GPL vmlinux 0x1bc67332 dm_start_time_ns_from_clone +EXPORT_SYMBOL_GPL vmlinux 0x1bc85e1c irq_set_affinity +EXPORT_SYMBOL_GPL vmlinux 0x1bcd1132 uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1bcd1e84 get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0x1bce90f7 serial8250_do_get_mctrl +EXPORT_SYMBOL_GPL vmlinux 0x1be65550 sk_msg_trim +EXPORT_SYMBOL_GPL vmlinux 0x1bf025c8 led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0x1bf2d688 nvmem_layout_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1c1a8593 devl_linecard_create +EXPORT_SYMBOL_GPL vmlinux 0x1c21c026 is_software_node +EXPORT_SYMBOL_GPL vmlinux 0x1c2cf980 __traceiter_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x1c39e5da rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0x1c495f6c rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0x1c4b2637 pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c5a8e04 usb_acpi_set_power_state +EXPORT_SYMBOL_GPL vmlinux 0x1c5a9eb2 power_supply_external_power_changed +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c5ff742 clk_get_phase +EXPORT_SYMBOL_GPL vmlinux 0x1c60346e ip6_dst_lookup_tunnel +EXPORT_SYMBOL_GPL vmlinux 0x1c7169dc ZSTD_customFree +EXPORT_SYMBOL_GPL vmlinux 0x1c78265b extcon_unregister_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1c89fb22 zynqmp_pm_clock_setparent +EXPORT_SYMBOL_GPL vmlinux 0x1c90b5ff perf_event_pause +EXPORT_SYMBOL_GPL vmlinux 0x1c94e3ee virtqueue_resize +EXPORT_SYMBOL_GPL vmlinux 0x1c9d1b09 tty_kclose +EXPORT_SYMBOL_GPL vmlinux 0x1ca3aa97 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0x1ca4a930 smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x1cb61836 vp_modern_queue_address +EXPORT_SYMBOL_GPL vmlinux 0x1cb6a58e pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0x1cb7c983 apei_exec_read_register_value +EXPORT_SYMBOL_GPL vmlinux 0x1cb9a1c8 xenbus_gather +EXPORT_SYMBOL_GPL vmlinux 0x1cbd92b0 cpu_mitigations_off +EXPORT_SYMBOL_GPL vmlinux 0x1cd382b9 iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0x1cdd0605 xhci_port_state_to_neutral +EXPORT_SYMBOL_GPL vmlinux 0x1ce69a62 handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0x1cea18d3 dpbp_close +EXPORT_SYMBOL_GPL vmlinux 0x1cfd73a3 perf_event_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0x1cff8eab sbitmap_init_node +EXPORT_SYMBOL_GPL vmlinux 0x1d011247 devm_gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0x1d03929e devfreq_event_set_event +EXPORT_SYMBOL_GPL vmlinux 0x1d222ced irq_get_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0x1d3ab68c of_hwspin_lock_get_id_byname +EXPORT_SYMBOL_GPL vmlinux 0x1d4c1eec sk_psock_drop +EXPORT_SYMBOL_GPL vmlinux 0x1d592906 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0x1d5b6529 fwnode_graph_get_remote_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x1d688575 perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0x1d6a0fec irq_chip_mask_parent +EXPORT_SYMBOL_GPL vmlinux 0x1d6a2c31 ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1d81614e phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0x1d94a218 dmi_memdev_handle +EXPORT_SYMBOL_GPL vmlinux 0x1d9e36c7 ahci_start_fis_rx +EXPORT_SYMBOL_GPL vmlinux 0x1da5e2c5 clk_hw_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x1dba2a19 get_net_ns +EXPORT_SYMBOL_GPL vmlinux 0x1dbd410e udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0x1dde5cf1 led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x1de3ce09 of_clk_get_parent_name +EXPORT_SYMBOL_GPL vmlinux 0x1de887ff zynqmp_pm_bootmode_write +EXPORT_SYMBOL_GPL vmlinux 0x1df846a8 pcc_mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0x1dfa5dbd mpi_invm +EXPORT_SYMBOL_GPL vmlinux 0x1dfa6147 mtk_pinconf_adv_pull_get +EXPORT_SYMBOL_GPL vmlinux 0x1e0670c6 reset_control_release +EXPORT_SYMBOL_GPL vmlinux 0x1e288c83 zynqmp_pm_force_pwrdwn +EXPORT_SYMBOL_GPL vmlinux 0x1e3bc77c xas_create_range +EXPORT_SYMBOL_GPL vmlinux 0x1e424d61 user_preparse +EXPORT_SYMBOL_GPL vmlinux 0x1e4871bc pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0x1e5055e5 tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0x1e53f827 stack_depot_print +EXPORT_SYMBOL_GPL vmlinux 0x1e685848 mmc_regulator_set_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0x1e733b84 dpbp_open +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e83fee6 HYPERVISOR_physdev_op +EXPORT_SYMBOL_GPL vmlinux 0x1e8fac8e wireless_nlevent_flush +EXPORT_SYMBOL_GPL vmlinux 0x1e9374a8 scsi_host_block +EXPORT_SYMBOL_GPL vmlinux 0x1e9bc719 freq_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x1e9c590a usb_find_common_endpoints_reverse +EXPORT_SYMBOL_GPL vmlinux 0x1ea9281b device_find_any_child +EXPORT_SYMBOL_GPL vmlinux 0x1eaefdf4 class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ecb1869 uart_get_rs485_mode +EXPORT_SYMBOL_GPL vmlinux 0x1ed4d2eb percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x1ee23652 wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x1ee47e00 is_vmalloc_or_module_addr +EXPORT_SYMBOL_GPL vmlinux 0x1ef20793 stop_core_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x1f0afc52 fwnode_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x1f0cbff5 devm_hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0x1f0dbd7a devlink_dpipe_entry_ctx_close +EXPORT_SYMBOL_GPL vmlinux 0x1f1445b2 ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL vmlinux 0x1f1cc011 zynqmp_pm_get_chipid +EXPORT_SYMBOL_GPL vmlinux 0x1f225b22 ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x1f38a4f6 mpi_set_highbit +EXPORT_SYMBOL_GPL vmlinux 0x1f403d87 vp_modern_set_status +EXPORT_SYMBOL_GPL vmlinux 0x1f449588 mctrl_gpio_disable_ms +EXPORT_SYMBOL_GPL vmlinux 0x1f4826ca regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x1f4f2956 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0x1f51b960 fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0x1f563160 bpf_offload_dev_priv +EXPORT_SYMBOL_GPL vmlinux 0x1f62e70b mtk_clk_unregister_fixed_clks +EXPORT_SYMBOL_GPL vmlinux 0x1f721529 ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0x1f73e73c hisi_reset_init +EXPORT_SYMBOL_GPL vmlinux 0x1f74386c usb_control_msg_send +EXPORT_SYMBOL_GPL vmlinux 0x1f77710a scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x1f7b6389 fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x1f8026be netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f8dff5b pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x1f99fec8 kvm_vcpu_gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0x1f9a2b53 zynqmp_pm_clock_enable +EXPORT_SYMBOL_GPL vmlinux 0x1fa1d95c sha256_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x1fa48995 efivar_supports_writes +EXPORT_SYMBOL_GPL vmlinux 0x1fd238e6 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x1fdaf45a edac_device_handle_ue_count +EXPORT_SYMBOL_GPL vmlinux 0x1fe6e504 gpiod_add_hogs +EXPORT_SYMBOL_GPL vmlinux 0x1fee7136 trace_seq_putc +EXPORT_SYMBOL_GPL vmlinux 0x1ff00e67 pm_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x1fff0bf1 fsl_mc_bus_dpci_type +EXPORT_SYMBOL_GPL vmlinux 0x2009e400 devlink_info_board_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2015ad26 rz_mtu3_shared_reg_update_bit +EXPORT_SYMBOL_GPL vmlinux 0x201dd2fe gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0x2020b239 filemap_add_folio +EXPORT_SYMBOL_GPL vmlinux 0x20244e0e devm_regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x2027c385 rt288x_setup +EXPORT_SYMBOL_GPL vmlinux 0x202d4ed6 nvmem_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x2039fec7 thermal_zone_device_priv +EXPORT_SYMBOL_GPL vmlinux 0x203c948e rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0x203fde71 alloc_dax_region +EXPORT_SYMBOL_GPL vmlinux 0x204f2c5c gnttab_free_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x2051fc54 virtio_check_mem_acc_cb +EXPORT_SYMBOL_GPL vmlinux 0x20552dc9 espintcp_queue_out +EXPORT_SYMBOL_GPL vmlinux 0x20561b11 devlink_region_snapshot_id_put +EXPORT_SYMBOL_GPL vmlinux 0x20674a1e fw_devlink_purge_absent_suppliers +EXPORT_SYMBOL_GPL vmlinux 0x20749bae pm_runtime_suspended_time +EXPORT_SYMBOL_GPL vmlinux 0x20758a5d free_fib_info +EXPORT_SYMBOL_GPL vmlinux 0x207c37a1 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0x207d9878 fwnode_connection_find_matches +EXPORT_SYMBOL_GPL vmlinux 0x20978fb9 idr_find +EXPORT_SYMBOL_GPL vmlinux 0x209d2795 mmc_regulator_disable_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0x20a4e01a HUF_readStats_wksp +EXPORT_SYMBOL_GPL vmlinux 0x20a70782 devm_fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x20a814b5 debugfs_lookup_and_remove +EXPORT_SYMBOL_GPL vmlinux 0x20ac8d4d devlink_port_init +EXPORT_SYMBOL_GPL vmlinux 0x20ad3127 PageHuge +EXPORT_SYMBOL_GPL vmlinux 0x20b3fd9c vfs_get_acl +EXPORT_SYMBOL_GPL vmlinux 0x20b5fde6 fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0x21075235 pci_ecam_free +EXPORT_SYMBOL_GPL vmlinux 0x210c6681 pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x2113d272 fsl_mc_bus_dpbp_type +EXPORT_SYMBOL_GPL vmlinux 0x21155626 rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0x21169178 devres_find +EXPORT_SYMBOL_GPL vmlinux 0x2123d53d of_clk_hw_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0x2126a3e6 kvm_vcpu_gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0x212734c5 vcap_netbytes_copy +EXPORT_SYMBOL_GPL vmlinux 0x212b2fe4 cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x2155b6c2 spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x215a9397 dst_blackhole_mtu +EXPORT_SYMBOL_GPL vmlinux 0x215ed062 ma35d1_reg_adc_clkdiv +EXPORT_SYMBOL_GPL vmlinux 0x2169fc64 edac_mc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x216c6141 io_uring_cmd_import_fixed +EXPORT_SYMBOL_GPL vmlinux 0x216de4e1 rcu_get_gp_kthreads_prio +EXPORT_SYMBOL_GPL vmlinux 0x21705de4 udp_cmsg_send +EXPORT_SYMBOL_GPL vmlinux 0x2176e42a hwpoison_filter_memcg +EXPORT_SYMBOL_GPL vmlinux 0x2180a306 ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x218d3572 cgroup_get_e_css +EXPORT_SYMBOL_GPL vmlinux 0x21a02a3d pinmux_generic_get_function +EXPORT_SYMBOL_GPL vmlinux 0x21a563da clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x21b14b2e __devm_irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x21b27387 __iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0x21cc91ca ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0x21cd536a crypto_put_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x21e0d5f2 edac_pci_handle_npe +EXPORT_SYMBOL_GPL vmlinux 0x21ea96d3 devlink_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x21eab09f __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x220ce70c kvm_arm_hyp_service_available +EXPORT_SYMBOL_GPL vmlinux 0x221dd0fc vchan_tx_submit +EXPORT_SYMBOL_GPL vmlinux 0x221eaf2c samsung_sdi_battery_get_info +EXPORT_SYMBOL_GPL vmlinux 0x221f78d6 irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0x222bbb8f xhci_find_slot_id_by_port +EXPORT_SYMBOL_GPL vmlinux 0x2231ef0d tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0x22340596 find_ge_pid +EXPORT_SYMBOL_GPL vmlinux 0x2236a73e usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0x223f0f61 cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x2243a300 fib6_new_table +EXPORT_SYMBOL_GPL vmlinux 0x2246170a to_software_node +EXPORT_SYMBOL_GPL vmlinux 0x2269d939 serial8250_rpm_get +EXPORT_SYMBOL_GPL vmlinux 0x227cbd14 regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x2290148f inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x2291cce1 tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x2292496a usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x22ac8744 bpf_prog_put +EXPORT_SYMBOL_GPL vmlinux 0x22d60537 tcf_frag_xmit_count +EXPORT_SYMBOL_GPL vmlinux 0x22d9409b iomap_sort_ioends +EXPORT_SYMBOL_GPL vmlinux 0x22df8057 pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x22e8b37c xenbus_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x22ec5205 cpu_latency_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x22f42a26 thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x22f57e0c inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0x22f9d0b4 acpi_find_child_by_adr +EXPORT_SYMBOL_GPL vmlinux 0x22fd08ba cpuacct_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x230f62cf ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0x231c7bf0 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0x231fc854 dma_vmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x2326638b dpcon_close +EXPORT_SYMBOL_GPL vmlinux 0x233bdafa vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0x233c7d41 devl_trap_policers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x233d4521 mptcp_pm_get_subflows_max +EXPORT_SYMBOL_GPL vmlinux 0x233dfd10 spi_mem_exec_op +EXPORT_SYMBOL_GPL vmlinux 0x23412816 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0x234bdb92 clk_regmap_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0x234cf416 devlink_fmsg_string_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x234de47f usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0x23525a2b aead_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x2352d82f tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0x23646c48 spi_mem_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x2364a7e5 rz_mtu3_32bit_ch_write +EXPORT_SYMBOL_GPL vmlinux 0x236a38a7 nexthop_select_path +EXPORT_SYMBOL_GPL vmlinux 0x23723b52 ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x237365e1 lwtunnel_state_alloc +EXPORT_SYMBOL_GPL vmlinux 0x23743b31 debugfs_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x2394922d md_start +EXPORT_SYMBOL_GPL vmlinux 0x2396c7f0 clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x239e8aa8 crypto_grab_shash +EXPORT_SYMBOL_GPL vmlinux 0x23be25b3 synth_event_add_next_val +EXPORT_SYMBOL_GPL vmlinux 0x23c3b778 phy_basic_features +EXPORT_SYMBOL_GPL vmlinux 0x23fc2e34 clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x24066a9d iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x2421097b mpi_const +EXPORT_SYMBOL_GPL vmlinux 0x24235223 phy_10gbit_full_features +EXPORT_SYMBOL_GPL vmlinux 0x2423c254 __serdev_device_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x24273ff5 imx_clk_hw_pllv4 +EXPORT_SYMBOL_GPL vmlinux 0x24378416 __pci_hp_initialize +EXPORT_SYMBOL_GPL vmlinux 0x243d2d1d scsi_alloc_request +EXPORT_SYMBOL_GPL vmlinux 0x24413343 erst_read_record +EXPORT_SYMBOL_GPL vmlinux 0x2442f6df __kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x24430467 of_reserved_mem_device_release +EXPORT_SYMBOL_GPL vmlinux 0x24471bbc devlink_to_dev +EXPORT_SYMBOL_GPL vmlinux 0x2448a6ed kthread_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x2454665d from_vfsuid +EXPORT_SYMBOL_GPL vmlinux 0x246216bf tun_get_tx_ring +EXPORT_SYMBOL_GPL vmlinux 0x2464da17 gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0x2469810f __rcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x247f3f11 blk_mq_unquiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0x2484e789 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x24852826 __SCK__tp_func_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x248a00ad uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0x248bc867 raw_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0x248e1473 kfree_strarray +EXPORT_SYMBOL_GPL vmlinux 0x24ac0eb6 rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x24ad11db wakeup_sources_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x24da0093 rcu_inkernel_boot_has_ended +EXPORT_SYMBOL_GPL vmlinux 0x24da08c3 rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x24fc50f4 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2500e01b clk_mux_val_to_index +EXPORT_SYMBOL_GPL vmlinux 0x250a728d nf_queue +EXPORT_SYMBOL_GPL vmlinux 0x25108c83 sdio_retune_crc_disable +EXPORT_SYMBOL_GPL vmlinux 0x251d9124 srcu_torture_stats_print +EXPORT_SYMBOL_GPL vmlinux 0x25263825 acpi_dev_get_resources +EXPORT_SYMBOL_GPL vmlinux 0x25266faa devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x25278455 gpiod_set_consumer_name +EXPORT_SYMBOL_GPL vmlinux 0x25301bc6 arch_wb_cache_pmem +EXPORT_SYMBOL_GPL vmlinux 0x2534f99f debounce_time_mt6795 +EXPORT_SYMBOL_GPL vmlinux 0x25379e73 clk_set_min_rate +EXPORT_SYMBOL_GPL vmlinux 0x25423be3 devm_ioremap_uc +EXPORT_SYMBOL_GPL vmlinux 0x254a14c7 tps65912_device_exit +EXPORT_SYMBOL_GPL vmlinux 0x254e6f98 pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x2574da11 zynqmp_pm_write_pggs +EXPORT_SYMBOL_GPL vmlinux 0x258b5097 platform_irqchip_probe +EXPORT_SYMBOL_GPL vmlinux 0x2592d249 i2c_adapter_depth +EXPORT_SYMBOL_GPL vmlinux 0x2592fc6c console_printk +EXPORT_SYMBOL_GPL vmlinux 0x2593ce62 apply_to_existing_page_range +EXPORT_SYMBOL_GPL vmlinux 0x259b98aa scsi_free_sgtables +EXPORT_SYMBOL_GPL vmlinux 0x259d4ebc sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0x25adf1a3 divider_ro_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x25b85838 bpf_prog_inc +EXPORT_SYMBOL_GPL vmlinux 0x25bbfa9a security_kernel_load_data +EXPORT_SYMBOL_GPL vmlinux 0x25c0e64f usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x25c42796 onboard_hub_destroy_pdevs +EXPORT_SYMBOL_GPL vmlinux 0x25cd80b2 vp_legacy_set_features +EXPORT_SYMBOL_GPL vmlinux 0x25e05f14 vcap_is_last_chain +EXPORT_SYMBOL_GPL vmlinux 0x25e8b07e fuse_dev_fiq_ops +EXPORT_SYMBOL_GPL vmlinux 0x25f4a5c9 acpi_device_fix_up_power_extended +EXPORT_SYMBOL_GPL vmlinux 0x260395cd serial8250_update_uartclk +EXPORT_SYMBOL_GPL vmlinux 0x260640b3 of_icc_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x2609f904 device_link_del +EXPORT_SYMBOL_GPL vmlinux 0x260b25f7 dw_pcie_ep_raise_legacy_irq +EXPORT_SYMBOL_GPL vmlinux 0x26172913 acpi_dev_get_next_consumer_dev +EXPORT_SYMBOL_GPL vmlinux 0x2624d447 pinctrl_pm_select_idle_state +EXPORT_SYMBOL_GPL vmlinux 0x2635c807 led_blink_set +EXPORT_SYMBOL_GPL vmlinux 0x264be1f4 skb_send_sock_locked +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x265a6250 iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x265bbef9 kexec_crash_loaded +EXPORT_SYMBOL_GPL vmlinux 0x265df038 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x266a4b08 tasklet_unlock +EXPORT_SYMBOL_GPL vmlinux 0x267941b3 __tracepoint_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x267df662 smp_call_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0x268bb032 mptcp_token_get_sock +EXPORT_SYMBOL_GPL vmlinux 0x26956b7d syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x26a0f993 pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0x26a2c7c9 crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0x26a93eb2 verify_pkcs7_signature +EXPORT_SYMBOL_GPL vmlinux 0x26ab4755 put_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x26c44a3b __tracepoint_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x26c6417b fscrypt_set_bio_crypt_ctx_bh +EXPORT_SYMBOL_GPL vmlinux 0x26c8867b dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26cd8e96 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0x26d36d06 dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0x26d85a38 shash_free_singlespawn_instance +EXPORT_SYMBOL_GPL vmlinux 0x26daa5a4 irq_domain_update_bus_token +EXPORT_SYMBOL_GPL vmlinux 0x26ed2186 register_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL vmlinux 0x2714d42c fscrypt_set_bio_crypt_ctx +EXPORT_SYMBOL_GPL vmlinux 0x272e9d77 hisi_reset_exit +EXPORT_SYMBOL_GPL vmlinux 0x273592bc devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x273e3219 fs_dax_get_by_bdev +EXPORT_SYMBOL_GPL vmlinux 0x27447af0 devfreq_event_reset_event +EXPORT_SYMBOL_GPL vmlinux 0x2749bfdf ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0x27641297 udp_tunnel_nic_ops +EXPORT_SYMBOL_GPL vmlinux 0x2766faf9 __cdx_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x2769a5bc register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x2773c485 __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x277fe56c switchdev_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x2795fc9d vcap_set_rule_set_actionset +EXPORT_SYMBOL_GPL vmlinux 0x279db8b1 of_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x27a48fcb acpi_set_modalias +EXPORT_SYMBOL_GPL vmlinux 0x27aa3472 au_platform_setup +EXPORT_SYMBOL_GPL vmlinux 0x27c08830 rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x27c6cb9c ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x27d3b3a0 to_of_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x27d5b5bc cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x27df3105 hv_alloc_hyperv_zeroed_page +EXPORT_SYMBOL_GPL vmlinux 0x27f1284c sock_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x2809dc7f pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0x2816db99 mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x2817f7fd cppc_get_desired_perf +EXPORT_SYMBOL_GPL vmlinux 0x281d04f0 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2823b422 pci_p2pdma_enable_show +EXPORT_SYMBOL_GPL vmlinux 0x282b3f94 __tracepoint_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x282cdabc usb_led_activity +EXPORT_SYMBOL_GPL vmlinux 0x28310bcd kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x283d59d0 fsl_mc_bus_dpmac_type +EXPORT_SYMBOL_GPL vmlinux 0x285754c8 md_bitmap_copy_from_slot +EXPORT_SYMBOL_GPL vmlinux 0x2859d184 devl_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x285e681a pci_bridge_emul_conf_read +EXPORT_SYMBOL_GPL vmlinux 0x285ff01a regulator_set_ramp_delay_regmap +EXPORT_SYMBOL_GPL vmlinux 0x2864abc9 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x2867f4f2 dma_free_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x286cc647 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0x286f0575 tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0x2874166b crypto_akcipher_sync_prep +EXPORT_SYMBOL_GPL vmlinux 0x2882d40e usb_role_switch_unregister +EXPORT_SYMBOL_GPL vmlinux 0x28848b51 __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x2890786a sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0x28aa6a67 call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x28ab4fb9 pinctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x28afbb08 cpu_latency_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x28b030d2 of_overlay_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x28bb2f91 gpiod_set_array_value +EXPORT_SYMBOL_GPL vmlinux 0x28c2cd50 inet_send_prepare +EXPORT_SYMBOL_GPL vmlinux 0x28d2bbb3 of_dma_router_register +EXPORT_SYMBOL_GPL vmlinux 0x28d4cb0d bpf_preload_ops +EXPORT_SYMBOL_GPL vmlinux 0x28dcfb86 ahci_platform_disable_clks +EXPORT_SYMBOL_GPL vmlinux 0x28e190a7 hid_bpf_disconnect_device +EXPORT_SYMBOL_GPL vmlinux 0x28e8f3f9 acpi_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0x28f9d593 devm_clk_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x2902b0eb lwtunnel_encap_add_ops +EXPORT_SYMBOL_GPL vmlinux 0x2911620b rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0x291876f3 mpi_ec_get_affine +EXPORT_SYMBOL_GPL vmlinux 0x292d38f3 devlink_port_linecard_set +EXPORT_SYMBOL_GPL vmlinux 0x2956a86b fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x295b982a hisi_clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x296682b0 zynqmp_pm_get_rpu_mode +EXPORT_SYMBOL_GPL vmlinux 0x29720291 kthread_flush_worker +EXPORT_SYMBOL_GPL vmlinux 0x29747e10 ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0x297ec447 phy_set_mode_ext +EXPORT_SYMBOL_GPL vmlinux 0x298c36b5 inet6_compat_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x29adcc0e devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x29ade519 blkdev_zone_mgmt +EXPORT_SYMBOL_GPL vmlinux 0x29ca551a mtk_clk_unregister_composites +EXPORT_SYMBOL_GPL vmlinux 0x29cc2b15 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x29d76547 k3_udma_glue_tdown_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x29e01e8e ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0x29eba37f current_is_async +EXPORT_SYMBOL_GPL vmlinux 0x29f1c86b dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0x29f2ce43 device_move +EXPORT_SYMBOL_GPL vmlinux 0x2a000c23 crypto_type_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x2a0ac095 phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x2a0ce032 regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x2a140ecf devm_namespace_disable +EXPORT_SYMBOL_GPL vmlinux 0x2a1e8fd0 md_stop +EXPORT_SYMBOL_GPL vmlinux 0x2a1fb2ac invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x2a2c0665 mtk_clk_gate_ops_setclr_inv +EXPORT_SYMBOL_GPL vmlinux 0x2a2f04fa ip_tunnel_netlink_parms +EXPORT_SYMBOL_GPL vmlinux 0x2a493a03 devlink_is_reload_failed +EXPORT_SYMBOL_GPL vmlinux 0x2a56f6c3 clk_hw_determine_rate_no_reparent +EXPORT_SYMBOL_GPL vmlinux 0x2a58c852 dev_pm_opp_get_max_clock_latency +EXPORT_SYMBOL_GPL vmlinux 0x2a5ea9ef rhashtable_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2a62cb3a ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2a652e82 kvm_vcpu_wake_up +EXPORT_SYMBOL_GPL vmlinux 0x2a6aed05 pin_get_name +EXPORT_SYMBOL_GPL vmlinux 0x2a7316da __SCK__tp_func_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x2a73a349 __pci_epf_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x2a7e9ac3 metadata_dst_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0x2a8be0fa watchdog_notify_pretimeout +EXPORT_SYMBOL_GPL vmlinux 0x2a90eaf1 device_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x2a976d1c dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x2a98d47b dmaengine_desc_get_metadata_ptr +EXPORT_SYMBOL_GPL vmlinux 0x2a9b236b rtm_getroute_parse_ip_proto +EXPORT_SYMBOL_GPL vmlinux 0x2a9fe952 phy_check_downshift +EXPORT_SYMBOL_GPL vmlinux 0x2aac39dd iommu_unregister_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x2aad90f7 pci_free_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x2aadad1a efi_capsule_update +EXPORT_SYMBOL_GPL vmlinux 0x2aafb408 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0x2ac153e1 umd_unload_blob +EXPORT_SYMBOL_GPL vmlinux 0x2acdac9b __traceiter_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x2adb817c sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0x2ae1689e zynqmp_pm_clock_getdivider +EXPORT_SYMBOL_GPL vmlinux 0x2ae33deb mtk_pinconf_adv_drive_set_raw +EXPORT_SYMBOL_GPL vmlinux 0x2b03b854 serial8250_do_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x2b07816d tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x2b0fe000 gnttab_cancel_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x2b112082 sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0x2b28422b regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2b2e5709 dev_pm_genpd_set_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x2b42fbb9 clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x2b4509dd devlink_health_reporter_state_update +EXPORT_SYMBOL_GPL vmlinux 0x2b4bd1ba vchan_tx_desc_free +EXPORT_SYMBOL_GPL vmlinux 0x2b59c344 virtqueue_get_vring +EXPORT_SYMBOL_GPL vmlinux 0x2b6150fb power_supply_temp2resist_simple +EXPORT_SYMBOL_GPL vmlinux 0x2b6d960d synth_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x2b754875 pci_epc_mem_alloc_addr +EXPORT_SYMBOL_GPL vmlinux 0x2b80e3f5 __regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x2b86297c dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0x2b86f0fd zynqmp_pm_bootmode_read +EXPORT_SYMBOL_GPL vmlinux 0x2b917eb8 net_failover_create +EXPORT_SYMBOL_GPL vmlinux 0x2b95ef8f hid_bpf_connect_device +EXPORT_SYMBOL_GPL vmlinux 0x2b960b66 qman_is_probed +EXPORT_SYMBOL_GPL vmlinux 0x2b9997fb atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x2b999ea3 usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x2ba2453b device_for_each_child_reverse +EXPORT_SYMBOL_GPL vmlinux 0x2bba1bf8 devlink_dpipe_match_put +EXPORT_SYMBOL_GPL vmlinux 0x2bc5439d iomap_ioend_try_merge +EXPORT_SYMBOL_GPL vmlinux 0x2bd85099 crypto_alloc_sig +EXPORT_SYMBOL_GPL vmlinux 0x2bd8a8bb blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x2bdf5ab0 pm_wakeup_pending +EXPORT_SYMBOL_GPL vmlinux 0x2be7f43d of_get_required_opp_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x2bef2e6a __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x2c02c590 page_cache_ra_unbounded +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c21be75 regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0x2c2367fe onboard_hub_create_pdevs +EXPORT_SYMBOL_GPL vmlinux 0x2c2669d7 __bio_add_page +EXPORT_SYMBOL_GPL vmlinux 0x2c2b292d folio_wait_stable +EXPORT_SYMBOL_GPL vmlinux 0x2c2e59f9 rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x2c3054f9 net_inc_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x2c309aef dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0x2c4499d2 devlink_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0x2c5db11e ncsi_unregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x2c62b93c badblocks_store +EXPORT_SYMBOL_GPL vmlinux 0x2c635527 arch_invalidate_pmem +EXPORT_SYMBOL_GPL vmlinux 0x2c66ac85 devlink_info_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2c725800 devl_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2c749656 tcpv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c81a826 imx_1443x_pll +EXPORT_SYMBOL_GPL vmlinux 0x2c82ba76 hid_bpf_device_init +EXPORT_SYMBOL_GPL vmlinux 0x2c834418 static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x2c84977e device_create +EXPORT_SYMBOL_GPL vmlinux 0x2c8dd6b8 edac_mem_types +EXPORT_SYMBOL_GPL vmlinux 0x2c8e28ee phylink_ethtool_get_eee +EXPORT_SYMBOL_GPL vmlinux 0x2c8ea02b unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x2c972afd pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0x2c97f8a2 of_reconfig_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x2ca4f103 kpp_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x2cb67684 wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x2cc488ec of_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0x2ccb56cb __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x2ccf0565 vcap_rule_find_keysets +EXPORT_SYMBOL_GPL vmlinux 0x2cd73197 regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x2ce46784 iomap_file_buffered_write +EXPORT_SYMBOL_GPL vmlinux 0x2ce61f33 __SCK__tp_func_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x2cfbb1c1 phylink_fwnode_phy_connect +EXPORT_SYMBOL_GPL vmlinux 0x2d065631 dev_pm_opp_adjust_voltage +EXPORT_SYMBOL_GPL vmlinux 0x2d0684a9 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x2d0c6ccc rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x2d0c9a6e irq_chip_disable_parent +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d219798 netdev_walk_all_upper_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x2d274e25 vp_legacy_set_queue_address +EXPORT_SYMBOL_GPL vmlinux 0x2d2c902f perf_trace_buf_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2d2dd36f kobj_ns_grab_current +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d50266b badblocks_init +EXPORT_SYMBOL_GPL vmlinux 0x2d52ebbf genphy_c45_loopback +EXPORT_SYMBOL_GPL vmlinux 0x2d609547 dax_direct_access +EXPORT_SYMBOL_GPL vmlinux 0x2d779cf0 usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0x2d875315 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0x2d8fe4b4 pci_iomap_wc +EXPORT_SYMBOL_GPL vmlinux 0x2db67d4a owl_sps_set_pg +EXPORT_SYMBOL_GPL vmlinux 0x2dbfa099 thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0x2dc6c026 debugfs_create_file_unsafe +EXPORT_SYMBOL_GPL vmlinux 0x2dcab982 ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x2dd554b4 ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0x2dee0954 dw_pcie_host_init +EXPORT_SYMBOL_GPL vmlinux 0x2df55730 mtk_clk_dummy_ops +EXPORT_SYMBOL_GPL vmlinux 0x2e01e47d trace_remove_event_call +EXPORT_SYMBOL_GPL vmlinux 0x2e028ae6 rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x2e04fc94 handle_fasteoi_nmi +EXPORT_SYMBOL_GPL vmlinux 0x2e08226d badrange_add +EXPORT_SYMBOL_GPL vmlinux 0x2e110bbf dev_pm_opp_get_level +EXPORT_SYMBOL_GPL vmlinux 0x2e1aacf3 fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e389fb1 bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x2e3d2b25 list_lru_count_one +EXPORT_SYMBOL_GPL vmlinux 0x2e3e7770 thermal_cooling_device_update +EXPORT_SYMBOL_GPL vmlinux 0x2e4af60e __fscrypt_prepare_readdir +EXPORT_SYMBOL_GPL vmlinux 0x2e61301e perf_aux_output_end +EXPORT_SYMBOL_GPL vmlinux 0x2e66298c __SCK__tp_func_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x2e6795c0 devm_led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x2e7887d2 nf_ct_set_closing +EXPORT_SYMBOL_GPL vmlinux 0x2e795052 meson8_pmx_ops +EXPORT_SYMBOL_GPL vmlinux 0x2e9ec24d free_iova +EXPORT_SYMBOL_GPL vmlinux 0x2ebb19fd execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ec445f0 fscrypt_prepare_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x2eca6a19 phy_basic_t1s_p2mp_features_array +EXPORT_SYMBOL_GPL vmlinux 0x2ed489ec gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL vmlinux 0x2ee7c52b btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x2ef9664f virtio_require_restricted_mem_acc +EXPORT_SYMBOL_GPL vmlinux 0x2efa2970 gnttab_pages_clear_private +EXPORT_SYMBOL_GPL vmlinux 0x2efb71d2 of_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0x2f086047 usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f1ea064 __SCK__tp_func_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x2f2c95c4 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x2f309a32 pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0x2f3f209f tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0x2f4880df static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x2f551460 devm_ti_sci_get_of_resource +EXPORT_SYMBOL_GPL vmlinux 0x2f56ede9 gpiochip_line_is_open_source +EXPORT_SYMBOL_GPL vmlinux 0x2f575f30 pm_genpd_opp_to_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x2f5dec5a dma_max_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x2f64415f unregister_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2f6957b9 lwtunnel_get_encap_size +EXPORT_SYMBOL_GPL vmlinux 0x2f75873b platform_find_device_by_driver +EXPORT_SYMBOL_GPL vmlinux 0x2f84d41c device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x2f8ddd18 ahci_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x2fa68a7d usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0x2fa8ac2e tpm2_get_tpm_pt +EXPORT_SYMBOL_GPL vmlinux 0x2faac966 pci_bridge_emul_init +EXPORT_SYMBOL_GPL vmlinux 0x2fac3c71 k3_ringacc_request_rings_pair +EXPORT_SYMBOL_GPL vmlinux 0x2fba0707 regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x2fc1e0fe kmem_valid_obj +EXPORT_SYMBOL_GPL vmlinux 0x2fca8286 skcipher_alloc_instance_simple +EXPORT_SYMBOL_GPL vmlinux 0x2feffe89 pm_clk_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2ffedb6b hv_free_hyperv_page +EXPORT_SYMBOL_GPL vmlinux 0x2fff4043 regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x2fffc14d rockchip_pcie_get_phys +EXPORT_SYMBOL_GPL vmlinux 0x3001ad49 debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0x30110a29 phy_eee_cap1_features +EXPORT_SYMBOL_GPL vmlinux 0x3025eee0 tegra210_clk_emc_dll_update_setting +EXPORT_SYMBOL_GPL vmlinux 0x30267d6e netif_carrier_event +EXPORT_SYMBOL_GPL vmlinux 0x302fa2ad bpf_trace_run5 +EXPORT_SYMBOL_GPL vmlinux 0x30351294 k3_udma_glue_rx_flow_get_fdq_id +EXPORT_SYMBOL_GPL vmlinux 0x304464e4 ip_route_output_tunnel +EXPORT_SYMBOL_GPL vmlinux 0x3048e9b7 of_devfreq_cooling_register_power +EXPORT_SYMBOL_GPL vmlinux 0x30509646 rdev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x3050e5fc __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x3061cfce ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0x30845cba crypto_register_kpp +EXPORT_SYMBOL_GPL vmlinux 0x30861c02 regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x30907550 wakeup_sources_walk_start +EXPORT_SYMBOL_GPL vmlinux 0x30aa387a __devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x30c6a341 inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x30e1ec25 apei_map_generic_address +EXPORT_SYMBOL_GPL vmlinux 0x30e42163 tick_nohz_dep_clear_cpu +EXPORT_SYMBOL_GPL vmlinux 0x30edfec3 fsnotify_put_group +EXPORT_SYMBOL_GPL vmlinux 0x30fba8d9 devres_get +EXPORT_SYMBOL_GPL vmlinux 0x31019477 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x3103e605 irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x310bfd59 ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x310ddd4d fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0x31128b8e hv_remove_kexec_handler +EXPORT_SYMBOL_GPL vmlinux 0x311c6da4 put_iova_domain +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x313ea5fd ipi_send_single +EXPORT_SYMBOL_GPL vmlinux 0x313ed6ce crypto_create_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x314ddadd gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0x31645674 usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0x317e5ccb icc_provider_deregister +EXPORT_SYMBOL_GPL vmlinux 0x317fe29c inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0x3192d768 cpufreq_remove_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x31957581 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0x319b3647 led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x319c8e5a devlink_port_attrs_pci_pf_set +EXPORT_SYMBOL_GPL vmlinux 0x319d0b54 trace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0x31a31ba9 meson_axg_pmx_ops +EXPORT_SYMBOL_GPL vmlinux 0x31a76d61 mas_destroy +EXPORT_SYMBOL_GPL vmlinux 0x31a95e8b ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x31ace8d4 crypto_hash_alg_has_setkey +EXPORT_SYMBOL_GPL vmlinux 0x31b78fb1 __auxiliary_device_add +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31d34278 xas_load +EXPORT_SYMBOL_GPL vmlinux 0x31dc42f5 __tracepoint_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x31dc5fb1 dma_async_device_channel_register +EXPORT_SYMBOL_GPL vmlinux 0x31dca4d8 gnttab_claim_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x31e9e8d5 zynqmp_pm_set_suspend_mode +EXPORT_SYMBOL_GPL vmlinux 0x32042f98 of_dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x321c4257 ahci_platform_assert_rsts +EXPORT_SYMBOL_GPL vmlinux 0x32234d8b fscrypt_fname_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x32295715 dev_pm_opp_clear_config +EXPORT_SYMBOL_GPL vmlinux 0x322daeea pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0x323556d8 ptp_msg_is_sync +EXPORT_SYMBOL_GPL vmlinux 0x3239f324 wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0x32564fbd device_match_devt +EXPORT_SYMBOL_GPL vmlinux 0x325f9d61 vcap_rule_add_key_u72 +EXPORT_SYMBOL_GPL vmlinux 0x326c2d5d dev_pm_opp_get_suspend_opp_freq +EXPORT_SYMBOL_GPL vmlinux 0x326cefe5 hwpoison_filter_dev_minor +EXPORT_SYMBOL_GPL vmlinux 0x327a105d ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x327a2687 bind_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x327c73e6 __SCK__tp_func_rwmmio_read +EXPORT_SYMBOL_GPL vmlinux 0x328cf884 bpf_prog_add +EXPORT_SYMBOL_GPL vmlinux 0x328d9012 led_get +EXPORT_SYMBOL_GPL vmlinux 0x3291d641 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x329b4ca7 i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x32a8e974 ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0x32a9ec40 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0x32aa09a9 regmap_noinc_read +EXPORT_SYMBOL_GPL vmlinux 0x32ab06cc irq_percpu_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x32ada4a4 devm_hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x32bc0fcf preempt_notifier_dec +EXPORT_SYMBOL_GPL vmlinux 0x32bde05d addrconf_add_linklocal +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32ce6453 nf_hook_entries_insert_raw +EXPORT_SYMBOL_GPL vmlinux 0x32d20869 __clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x32d300a1 syscon_regmap_lookup_by_phandle_args +EXPORT_SYMBOL_GPL vmlinux 0x32dcd355 mtk_register_reset_controller_with_dev +EXPORT_SYMBOL_GPL vmlinux 0x330010b6 cpuset_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x330431c6 regulator_get_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x33065ed5 crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x330b0e01 sbitmap_queue_min_shallow_depth +EXPORT_SYMBOL_GPL vmlinux 0x330f6116 set_dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x331adc21 __tracepoint_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0x3325126e dmi_kobj +EXPORT_SYMBOL_GPL vmlinux 0x33338211 rcuref_get_slowpath +EXPORT_SYMBOL_GPL vmlinux 0x333ee81a rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0x33454179 fscrypt_d_revalidate +EXPORT_SYMBOL_GPL vmlinux 0x334c33c9 vchan_init +EXPORT_SYMBOL_GPL vmlinux 0x3352823d cppc_get_auto_sel_caps +EXPORT_SYMBOL_GPL vmlinux 0x335a613c mas_next_range +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x336e0d08 spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0x33858bba dw_pcie_find_capability +EXPORT_SYMBOL_GPL vmlinux 0x338c29ea rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x33982633 powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0x3398e644 xenbus_read_otherend_details +EXPORT_SYMBOL_GPL vmlinux 0x33a92176 usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x33afa34f sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0x33b3daea clk_gate_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x33b5fc29 fsl_mc_resource_free +EXPORT_SYMBOL_GPL vmlinux 0x33bbcf69 psil_set_new_ep_config +EXPORT_SYMBOL_GPL vmlinux 0x33bf96aa pci_vpd_alloc +EXPORT_SYMBOL_GPL vmlinux 0x33c9e817 crypto_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x33de03bf crypto_akcipher_sync_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x33fca724 ext_pi_type1_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x3408d0a4 pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x341b610d blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0x34331f04 acpi_os_unmap_memory +EXPORT_SYMBOL_GPL vmlinux 0x34344156 usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x343d45e2 extcon_get_edev_name +EXPORT_SYMBOL_GPL vmlinux 0x34407691 crypto_has_ahash +EXPORT_SYMBOL_GPL vmlinux 0x344147ec fwnode_count_parents +EXPORT_SYMBOL_GPL vmlinux 0x344361a1 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0x3444968d iommu_get_domain_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x3448c611 __traceiter_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x344a2c84 iomap_dio_complete +EXPORT_SYMBOL_GPL vmlinux 0x34505399 led_init_default_state_get +EXPORT_SYMBOL_GPL vmlinux 0x3450ad94 mpi_set_ui +EXPORT_SYMBOL_GPL vmlinux 0x34550ea1 phy_restore_page +EXPORT_SYMBOL_GPL vmlinux 0x346ae0a8 tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0x3476ac5b list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x3491f3c7 inet_pernet_hashinfo_free +EXPORT_SYMBOL_GPL vmlinux 0x349b1394 ping_close +EXPORT_SYMBOL_GPL vmlinux 0x34a7b142 __SCK__tp_func_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x34b89988 devl_rate_leaf_destroy +EXPORT_SYMBOL_GPL vmlinux 0x34bf2b60 fwnode_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x34d81c04 ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0x34da80bb __blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x34e886d1 gnttab_map_refs +EXPORT_SYMBOL_GPL vmlinux 0x34eab46d bind_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x350c43ea dev_pm_genpd_set_next_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x350f6ce5 tasklet_unlock_wait +EXPORT_SYMBOL_GPL vmlinux 0x3515559c extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3517815c regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x351b9642 __xenbus_register_frontend +EXPORT_SYMBOL_GPL vmlinux 0x351e763e usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0x351f54de sysfs_file_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x3523c453 dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x352b3813 maxim_charger_calc_reg_current +EXPORT_SYMBOL_GPL vmlinux 0x352ec68b bpf_offload_dev_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3531ec2e extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x3542e347 phy_10gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x35488eeb pci_msix_can_alloc_dyn +EXPORT_SYMBOL_GPL vmlinux 0x35541e81 led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0x355a52de blk_bio_list_merge +EXPORT_SYMBOL_GPL vmlinux 0x355b2ef2 ti_sci_put_handle +EXPORT_SYMBOL_GPL vmlinux 0x355bc89a klist_next +EXPORT_SYMBOL_GPL vmlinux 0x3562f983 read_sanitised_ftr_reg +EXPORT_SYMBOL_GPL vmlinux 0x3565a929 utf8_data_table +EXPORT_SYMBOL_GPL vmlinux 0x357457c3 psil_get_ep_config +EXPORT_SYMBOL_GPL vmlinux 0x357af952 unregister_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0x3581cd22 icc_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x35855d3f crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0x358cae6a tracing_snapshot_cond +EXPORT_SYMBOL_GPL vmlinux 0x358ef8db devfreq_event_enable_edev +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x359a9dad iomap_finish_ioends +EXPORT_SYMBOL_GPL vmlinux 0x359e1122 battery_hook_unregister +EXPORT_SYMBOL_GPL vmlinux 0x35a0cd61 nvdimm_in_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x35a4f59d zynqmp_pm_clock_setdivider +EXPORT_SYMBOL_GPL vmlinux 0x35cb250f led_blink_set_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x35d3dc46 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x35e108ff __percpu_init_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x35e956f1 regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x35ef16c5 blk_crypto_evict_key +EXPORT_SYMBOL_GPL vmlinux 0x3610cfbf __skb_zcopy_downgrade_managed +EXPORT_SYMBOL_GPL vmlinux 0x36169ced cpufreq_disable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x3618b801 dma_resv_get_fences +EXPORT_SYMBOL_GPL vmlinux 0x36199d75 ip_fib_metrics_init +EXPORT_SYMBOL_GPL vmlinux 0x36242943 switchdev_deferred_process +EXPORT_SYMBOL_GPL vmlinux 0x36260629 ioc_find_get_icq +EXPORT_SYMBOL_GPL vmlinux 0x3626cd3b i2c_slave_event +EXPORT_SYMBOL_GPL vmlinux 0x3630365f power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0x3636d031 led_update_brightness +EXPORT_SYMBOL_GPL vmlinux 0x363ca5aa debugfs_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0x364eee46 __kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x364efdd5 dsa_stubs +EXPORT_SYMBOL_GPL vmlinux 0x3650f376 sprd_pinctrl_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x365989e5 imx_1416x_pll +EXPORT_SYMBOL_GPL vmlinux 0x365c3346 regmap_get_raw_write_max +EXPORT_SYMBOL_GPL vmlinux 0x368308e7 irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0x368781e1 dax_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x36898d6f gpiod_remove_hogs +EXPORT_SYMBOL_GPL vmlinux 0x3689b26a ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36ac17ab alloc_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0x36bec9e2 iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0x36c1c79d bio_start_io_acct +EXPORT_SYMBOL_GPL vmlinux 0x36c75b4e context_tracking +EXPORT_SYMBOL_GPL vmlinux 0x36c7e4ca usb_phy_set_charger_state +EXPORT_SYMBOL_GPL vmlinux 0x36ccb614 crypto_alloc_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x36db870b zynqmp_pm_sha_hash +EXPORT_SYMBOL_GPL vmlinux 0x36e14293 irq_domain_remove_sim +EXPORT_SYMBOL_GPL vmlinux 0x36f5a0ec pci_d3cold_enable +EXPORT_SYMBOL_GPL vmlinux 0x3700ea66 tty_port_default_client_ops +EXPORT_SYMBOL_GPL vmlinux 0x3707baab bio_clone_blkg_association +EXPORT_SYMBOL_GPL vmlinux 0x371306a6 of_irq_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x37169f79 cpu_latency_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x3728b5e7 dev_fill_forward_path +EXPORT_SYMBOL_GPL vmlinux 0x3728e225 kvm_vcpu_gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL vmlinux 0x3733888c __traceiter_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x37409612 virtqueue_get_desc_addr +EXPORT_SYMBOL_GPL vmlinux 0x3741a5f6 fsl_mc_device_group +EXPORT_SYMBOL_GPL vmlinux 0x3743de7d ata_pci_shutdown_one +EXPORT_SYMBOL_GPL vmlinux 0x3748f2dc ahci_platform_enable_regulators +EXPORT_SYMBOL_GPL vmlinux 0x3750d770 erst_read +EXPORT_SYMBOL_GPL vmlinux 0x37677ab7 devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x3775c25b k3_udma_glue_tx_cppi5_to_dma_addr +EXPORT_SYMBOL_GPL vmlinux 0x377a5d31 crypto_unregister_scomps +EXPORT_SYMBOL_GPL vmlinux 0x377bbcbc pm_suspend_target_state +EXPORT_SYMBOL_GPL vmlinux 0x3788abce register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x378adfb7 zynqmp_pm_sd_dll_reset +EXPORT_SYMBOL_GPL vmlinux 0x37914025 xenbus_write +EXPORT_SYMBOL_GPL vmlinux 0x37a5a26b pm_wakeup_dev_event +EXPORT_SYMBOL_GPL vmlinux 0x37aebc1f register_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x37bf7be3 percpu_ref_exit +EXPORT_SYMBOL_GPL vmlinux 0x37c566a9 thp_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0x37d0bcca con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0x37e33168 blk_mq_unquiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x37f16536 qcom_smem_state_register +EXPORT_SYMBOL_GPL vmlinux 0x37f1cbf3 usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0x37f2f22b xfer_to_guest_mode_handle_work +EXPORT_SYMBOL_GPL vmlinux 0x3801776b __ioread32_copy +EXPORT_SYMBOL_GPL vmlinux 0x3803c85b ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x38041eef xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0x3807a734 usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0x380d7293 phylink_mii_c22_pcs_an_restart +EXPORT_SYMBOL_GPL vmlinux 0x380dde36 power_supply_batinfo_ocv2cap +EXPORT_SYMBOL_GPL vmlinux 0x38142758 event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0x38268b62 icc_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x38299d0b disk_set_zoned +EXPORT_SYMBOL_GPL vmlinux 0x382d7e43 ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x38374815 clear_selection +EXPORT_SYMBOL_GPL vmlinux 0x383afd57 pin_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x38446249 fuse_dev_alloc_install +EXPORT_SYMBOL_GPL vmlinux 0x38498c73 of_cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x384e886d pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x3866e217 nvmem_device_write +EXPORT_SYMBOL_GPL vmlinux 0x38688f46 dm_internal_suspend_noflush +EXPORT_SYMBOL_GPL vmlinux 0x38708e25 inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0x388a3e1f extcon_find_edev_by_node +EXPORT_SYMBOL_GPL vmlinux 0x388e2af9 umd_cleanup_helper +EXPORT_SYMBOL_GPL vmlinux 0x389b64a2 static_key_count +EXPORT_SYMBOL_GPL vmlinux 0x389b8fd1 regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0x38aa1397 gpiod_add_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0x38af91a9 blk_req_zone_write_trylock +EXPORT_SYMBOL_GPL vmlinux 0x38bd10f6 component_add +EXPORT_SYMBOL_GPL vmlinux 0x38c3ff30 freq_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x38c4c535 dma_mmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x38c6e5c6 vp_modern_probe +EXPORT_SYMBOL_GPL vmlinux 0x38db3588 dev_pm_opp_get_power +EXPORT_SYMBOL_GPL vmlinux 0x38e1fde7 mpi_set +EXPORT_SYMBOL_GPL vmlinux 0x38e5bc5a clk_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x38f704de dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x3931ce31 gpiod_get_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x3934db83 pci_bridge_emul_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x3942ed15 sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0x39462fb8 crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0x394cec0f vp_modern_remove +EXPORT_SYMBOL_GPL vmlinux 0x3958ccb6 __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x39591698 of_get_fb_videomode +EXPORT_SYMBOL_GPL vmlinux 0x395b8b90 sbitmap_prepare_to_wait +EXPORT_SYMBOL_GPL vmlinux 0x3964c320 usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x397e2142 __SCK__tp_func_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x39999e20 gpiochip_free_own_desc +EXPORT_SYMBOL_GPL vmlinux 0x39a06575 regmap_get_device +EXPORT_SYMBOL_GPL vmlinux 0x39a2352c xdp_return_frame_rx_napi +EXPORT_SYMBOL_GPL vmlinux 0x39aa4888 usb_role_string +EXPORT_SYMBOL_GPL vmlinux 0x39ae7205 acpi_subsys_complete +EXPORT_SYMBOL_GPL vmlinux 0x39b2234d gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x39b24a64 imx_fracn_gppll_integer +EXPORT_SYMBOL_GPL vmlinux 0x39bd3bea bind_interdomain_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x39c32aca __SCK__tp_func_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x39c3f94b fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x39c6b09b i2c_dw_prepare_clk +EXPORT_SYMBOL_GPL vmlinux 0x39c9d88c xas_find +EXPORT_SYMBOL_GPL vmlinux 0x39d5e463 virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0x39ded098 rdma_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x39e2edaf meson_clk_dualdiv_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x39e3d714 vcap_add_rule +EXPORT_SYMBOL_GPL vmlinux 0x39e4dc38 pcc_mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x39ee796a ptp_parse_header +EXPORT_SYMBOL_GPL vmlinux 0x39eeab2d screen_pos +EXPORT_SYMBOL_GPL vmlinux 0x39f309d3 rdev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x39f8ddcf ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0x39fd83db halt_poll_ns_shrink +EXPORT_SYMBOL_GPL vmlinux 0x3a0408ae iomap_file_buffered_write_punch_delalloc +EXPORT_SYMBOL_GPL vmlinux 0x3a14386f tty_kopen_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x3a15013b ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x3a23738d regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3a24fb2f percpu_ref_resurrect +EXPORT_SYMBOL_GPL vmlinux 0x3a3dffd0 dprc_remove_devices +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a55981a static_key_enable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x3a697b89 lwtunnel_encap_del_ops +EXPORT_SYMBOL_GPL vmlinux 0x3a74ea63 strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0x3a89da56 devlink_flash_update_status_notify +EXPORT_SYMBOL_GPL vmlinux 0x3a8a6dc6 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x3a9be019 asymmetric_key_id_partial +EXPORT_SYMBOL_GPL vmlinux 0x3ab4e4d0 gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0x3ab91e8d vring_create_virtqueue_dma +EXPORT_SYMBOL_GPL vmlinux 0x3abdc17a cper_dimm_err_location +EXPORT_SYMBOL_GPL vmlinux 0x3abe6fe5 phylink_validate_mask_caps +EXPORT_SYMBOL_GPL vmlinux 0x3ac3feba rhltable_init +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad658e5 wbt_disable_default +EXPORT_SYMBOL_GPL vmlinux 0x3ad707c0 debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x3addf06e gnttab_page_cache_shrink +EXPORT_SYMBOL_GPL vmlinux 0x3ae04b56 irq_domain_create_simple +EXPORT_SYMBOL_GPL vmlinux 0x3ae65f46 netdev_cmd_to_name +EXPORT_SYMBOL_GPL vmlinux 0x3aea300b xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0x3afc4a8f sbitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x3b0114c3 usb_get_maximum_ssp_rate +EXPORT_SYMBOL_GPL vmlinux 0x3b03208d power_supply_battery_info_has_prop +EXPORT_SYMBOL_GPL vmlinux 0x3b0a64a9 tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0x3b107294 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x3b126ec4 fwnode_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x3b13f3a5 dax_layout_busy_page_range +EXPORT_SYMBOL_GPL vmlinux 0x3b174626 fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0x3b17eb12 i2c_of_match_device +EXPORT_SYMBOL_GPL vmlinux 0x3b252629 sk_free_unlock_clone +EXPORT_SYMBOL_GPL vmlinux 0x3b3a3816 irq_domain_set_hwirq_and_chip +EXPORT_SYMBOL_GPL vmlinux 0x3b4c240a display_timings_release +EXPORT_SYMBOL_GPL vmlinux 0x3b4ce5cd set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0x3b5973d1 of_irq_parse_one +EXPORT_SYMBOL_GPL vmlinux 0x3b5c2537 sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0x3b6618eb ahci_check_ready +EXPORT_SYMBOL_GPL vmlinux 0x3b6ca8e8 dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x3b764012 rt_mutex_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0x3b78bf02 sunxi_ccu_get_mmc_timing_mode +EXPORT_SYMBOL_GPL vmlinux 0x3b8883aa cpu_device_create +EXPORT_SYMBOL_GPL vmlinux 0x3b892acc dma_async_device_channel_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3b9d290f vp_modern_generation +EXPORT_SYMBOL_GPL vmlinux 0x3ba01b47 get_compat_sigset +EXPORT_SYMBOL_GPL vmlinux 0x3ba86421 pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x3bac048d devm_platform_ioremap_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x3bbdede1 ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x3bc81ece mptcp_pm_get_add_addr_accept_max +EXPORT_SYMBOL_GPL vmlinux 0x3bdb5d28 alg_test +EXPORT_SYMBOL_GPL vmlinux 0x3bdef1b6 platform_get_irq_optional +EXPORT_SYMBOL_GPL vmlinux 0x3be200ce phy_10gbit_fec_features +EXPORT_SYMBOL_GPL vmlinux 0x3be303da power_supply_get_property_from_supplier +EXPORT_SYMBOL_GPL vmlinux 0x3be7a262 led_set_brightness_nosleep +EXPORT_SYMBOL_GPL vmlinux 0x3beb21d8 devm_regulator_get_enable_optional +EXPORT_SYMBOL_GPL vmlinux 0x3bf17755 mpi_read_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3bfdbf4a tcp_register_ulp +EXPORT_SYMBOL_GPL vmlinux 0x3c01e55e sock_map_close +EXPORT_SYMBOL_GPL vmlinux 0x3c0e8050 hyperv_pcpu_input_arg +EXPORT_SYMBOL_GPL vmlinux 0x3c11b9f5 tegra210_put_utmipll_in_iddq +EXPORT_SYMBOL_GPL vmlinux 0x3c1b79e0 i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0x3c1c3725 rcu_fwd_progress_check +EXPORT_SYMBOL_GPL vmlinux 0x3c241c2c public_key_free +EXPORT_SYMBOL_GPL vmlinux 0x3c29295c icc_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x3c2b68f7 of_changeset_apply +EXPORT_SYMBOL_GPL vmlinux 0x3c2c4b31 tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0x3c2ed8fe fsl_mc_bus_dpmcp_type +EXPORT_SYMBOL_GPL vmlinux 0x3c33fa63 meson_clk_pll_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x3c3c85d8 __SCK__tp_func_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x3c4f4399 lwtstate_free +EXPORT_SYMBOL_GPL vmlinux 0x3c52bb0d iomap_release_folio +EXPORT_SYMBOL_GPL vmlinux 0x3c5d543a hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x3c6785b7 block_pr_type_to_scsi +EXPORT_SYMBOL_GPL vmlinux 0x3c681dc4 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0x3c6e7212 meson_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0x3c702848 trace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0x3c7a3bdb relay_reset +EXPORT_SYMBOL_GPL vmlinux 0x3c819c45 arch_apei_report_mem_error +EXPORT_SYMBOL_GPL vmlinux 0x3c825637 irqchip_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x3c851b66 clkdev_hw_create +EXPORT_SYMBOL_GPL vmlinux 0x3c986162 dev_pm_opp_xlate_required_opp +EXPORT_SYMBOL_GPL vmlinux 0x3cb2d704 __reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x3cb88a62 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x3cc469bd usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0x3ccad8c5 mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0x3ccd8b46 zynqmp_pm_clock_getparent +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cd1b510 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x3cfdbb59 bpf_trace_run9 +EXPORT_SYMBOL_GPL vmlinux 0x3d09bd03 fork_usermode_driver +EXPORT_SYMBOL_GPL vmlinux 0x3d0f9cd1 srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0x3d162ec2 dpcon_enable +EXPORT_SYMBOL_GPL vmlinux 0x3d276a07 desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0x3d2f0866 access_process_vm +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d39a056 gnttab_foreach_grant_in_range +EXPORT_SYMBOL_GPL vmlinux 0x3d3fa722 pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x3d510a7b rcu_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0x3d7210ea __traceiter_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x3d737d82 __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0x3d7a11f7 ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0x3d866e05 __SCK__tp_func_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x3d8baf3b zs_huge_class_size +EXPORT_SYMBOL_GPL vmlinux 0x3d9462bb __traceiter_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x3d9ea449 crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x3da204f1 __irq_domain_alloc_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x3daa2540 nf_hooks_lwtunnel_enabled +EXPORT_SYMBOL_GPL vmlinux 0x3dad8836 pinctrl_enable +EXPORT_SYMBOL_GPL vmlinux 0x3dc7073c __platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0x3dd8f9ec acpi_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x3ddb7ada gnttab_page_cache_put +EXPORT_SYMBOL_GPL vmlinux 0x3ddd0160 blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0x3de51ce3 serdev_device_wait_until_sent +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3df70c99 trace_clock_global +EXPORT_SYMBOL_GPL vmlinux 0x3dfb071f __cpuhp_state_remove_instance +EXPORT_SYMBOL_GPL vmlinux 0x3dfe2390 thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x3e0a087f inet_hashinfo2_init_mod +EXPORT_SYMBOL_GPL vmlinux 0x3e19d15a __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x3e2deb49 __devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x3e31f3dc cg_regs_dummy +EXPORT_SYMBOL_GPL vmlinux 0x3e338748 ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x3e368514 ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0x3e411ace sfp_select_interface +EXPORT_SYMBOL_GPL vmlinux 0x3e66942f crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0x3e6abb89 usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x3e6d9d64 __tracepoint_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e738fad kstrdup_quotable_cmdline +EXPORT_SYMBOL_GPL vmlinux 0x3e7ad7c2 fwnode_graph_get_endpoint_count +EXPORT_SYMBOL_GPL vmlinux 0x3e8127da usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0x3e821120 iomap_seek_data +EXPORT_SYMBOL_GPL vmlinux 0x3e8c1b8a ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x3e903560 ip_tunnel_netlink_encap_parms +EXPORT_SYMBOL_GPL vmlinux 0x3e9382a1 kvm_clear_guest +EXPORT_SYMBOL_GPL vmlinux 0x3e94f93d genphy_c45_read_pma +EXPORT_SYMBOL_GPL vmlinux 0x3e96c61c of_genpd_parse_idle_states +EXPORT_SYMBOL_GPL vmlinux 0x3e97a0f7 devm_spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3e9cd1b5 pci_epc_linkdown +EXPORT_SYMBOL_GPL vmlinux 0x3ea5196d apei_osc_setup +EXPORT_SYMBOL_GPL vmlinux 0x3ece0afd follow_pte +EXPORT_SYMBOL_GPL vmlinux 0x3ed47ba9 __platform_register_drivers +EXPORT_SYMBOL_GPL vmlinux 0x3edb086b pse_control_put +EXPORT_SYMBOL_GPL vmlinux 0x3ee178e2 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x3ef051c8 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x3ef34ab5 rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0x3f0ba164 clk_hw_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x3f2233d4 pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0x3f292cf5 inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0x3f491f49 reset_control_bulk_reset +EXPORT_SYMBOL_GPL vmlinux 0x3f5822be devl_unlock +EXPORT_SYMBOL_GPL vmlinux 0x3f5b8980 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0x3f663e1c fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3f708a3d ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0x3f75691e mtk_eint_do_init +EXPORT_SYMBOL_GPL vmlinux 0x3f7f9328 __phy_modify +EXPORT_SYMBOL_GPL vmlinux 0x3f83f8d3 rcu_bind_current_to_nocb +EXPORT_SYMBOL_GPL vmlinux 0x3f84bcd7 dax_alive +EXPORT_SYMBOL_GPL vmlinux 0x3f863df3 devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x3f9af8fb __devm_pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0x3fae6ab0 hv_vp_index +EXPORT_SYMBOL_GPL vmlinux 0x3fc354d2 ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0x3fc62872 fsl_mc_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3fca47eb usb_check_bulk_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x3fce5a12 crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x3fd4fe55 fib_nl_delrule +EXPORT_SYMBOL_GPL vmlinux 0x3fe35aea irq_bypass_unregister_consumer +EXPORT_SYMBOL_GPL vmlinux 0x3fe6c346 devlink_fmsg_binary_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x3fea029c hisi_clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x3ff2e349 hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x3ffcade0 serdev_device_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x3ffdacf3 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0x400a024b acpi_scan_lock_release +EXPORT_SYMBOL_GPL vmlinux 0x4016db5a cgroup_get_from_path +EXPORT_SYMBOL_GPL vmlinux 0x401ac59c kvm_io_bus_write +EXPORT_SYMBOL_GPL vmlinux 0x4024aaa8 pci_epc_set_msi +EXPORT_SYMBOL_GPL vmlinux 0x40267068 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x40284967 of_get_regulator_init_data +EXPORT_SYMBOL_GPL vmlinux 0x403794e2 rio_unmap_outb_region +EXPORT_SYMBOL_GPL vmlinux 0x403eac60 sbitmap_get +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x4043757f init_iova_domain +EXPORT_SYMBOL_GPL vmlinux 0x40490290 tpm_tis_resume +EXPORT_SYMBOL_GPL vmlinux 0x404c99d5 irq_domain_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x404d6616 tegra_bpmp_put +EXPORT_SYMBOL_GPL vmlinux 0x404f6122 gov_attr_set_init +EXPORT_SYMBOL_GPL vmlinux 0x4050fac1 sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0x4051f120 iommu_fwspec_init +EXPORT_SYMBOL_GPL vmlinux 0x40637f4b sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x406c4cb1 hrtimer_resolution +EXPORT_SYMBOL_GPL vmlinux 0x4071b517 out_of_line_wait_on_bit_timeout +EXPORT_SYMBOL_GPL vmlinux 0x407af304 usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0x407bef6c devlink_dpipe_entry_ctx_append +EXPORT_SYMBOL_GPL vmlinux 0x407e9f20 lwtunnel_input +EXPORT_SYMBOL_GPL vmlinux 0x4099f919 tun_ptr_free +EXPORT_SYMBOL_GPL vmlinux 0x40bbbda7 __traceiter_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x40be5ff5 pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x40c2548d sk_msg_clone +EXPORT_SYMBOL_GPL vmlinux 0x40c981a2 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0x40e0c971 pstore_register +EXPORT_SYMBOL_GPL vmlinux 0x40e34741 phy_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x40f028b3 zynqmp_pm_set_rpu_mode +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x40f8b94e ring_buffer_iter_dropped +EXPORT_SYMBOL_GPL vmlinux 0x40f8bd4e klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x4100a662 clk_get_scaled_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x411f9573 pm_clk_destroy +EXPORT_SYMBOL_GPL vmlinux 0x41237f71 cpu_have_feature +EXPORT_SYMBOL_GPL vmlinux 0x412bc681 ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x412e6bc8 lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x4135d366 i2c_dw_adjust_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0x41412339 pci_pr3_present +EXPORT_SYMBOL_GPL vmlinux 0x4142fe04 mpc8xxx_spi_tx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0x4144ee25 spi_split_transfers_maxsize +EXPORT_SYMBOL_GPL vmlinux 0x4149fe79 pm_wakeup_ws_event +EXPORT_SYMBOL_GPL vmlinux 0x414ba1ef dm_put +EXPORT_SYMBOL_GPL vmlinux 0x414d119a videomode_from_timings +EXPORT_SYMBOL_GPL vmlinux 0x4153f8f9 mbox_request_channel_byname +EXPORT_SYMBOL_GPL vmlinux 0x41553f37 hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0x415638e7 gpiochip_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x4168d920 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x41854bc1 devlink_unregister +EXPORT_SYMBOL_GPL vmlinux 0x41882871 rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x418873cc irq_bypass_register_producer +EXPORT_SYMBOL_GPL vmlinux 0x418e69d8 pm_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x419d7c83 zynqmp_pm_pinctrl_set_config +EXPORT_SYMBOL_GPL vmlinux 0x419e7efd sfp_module_stop +EXPORT_SYMBOL_GPL vmlinux 0x41b65208 __of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x41b9a6e6 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x41bce49a ghes_register_vendor_record_notifier +EXPORT_SYMBOL_GPL vmlinux 0x41c36b9b __tracepoint_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x41e5aa35 ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0x41e8ff37 perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0x41ed3cec eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x41ed8895 of_alias_from_compatible +EXPORT_SYMBOL_GPL vmlinux 0x41f93615 __mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0x42041512 i2c_get_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x420f3d01 nvmem_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4213e5c1 shmem_read_folio_gfp +EXPORT_SYMBOL_GPL vmlinux 0x4221005f lwtunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x422904ca __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x422a142a usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0x422cd9c5 sk_msg_return +EXPORT_SYMBOL_GPL vmlinux 0x4238dcc4 sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x42556721 i2c_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0x42635d55 pm_suspend_global_flags +EXPORT_SYMBOL_GPL vmlinux 0x4264447d ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0x426452a3 acpi_evaluation_failure_warn +EXPORT_SYMBOL_GPL vmlinux 0x4278d56a phylink_expects_phy +EXPORT_SYMBOL_GPL vmlinux 0x4280daed dma_resv_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x42834df8 static_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x428f58cf fwnode_get_phy_node +EXPORT_SYMBOL_GPL vmlinux 0x4291dbed sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x429c3f9c reboot_mode +EXPORT_SYMBOL_GPL vmlinux 0x429e7e70 devm_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x429f4fb4 mtk_clk_simple_remove +EXPORT_SYMBOL_GPL vmlinux 0x42bf8fe1 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0x42c8117c crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x42dfbc74 inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x42e732cb vcap_rule_add_key_u128 +EXPORT_SYMBOL_GPL vmlinux 0x42ea0003 pci_dev_trylock +EXPORT_SYMBOL_GPL vmlinux 0x42ea04bb i2c_dw_probe_master +EXPORT_SYMBOL_GPL vmlinux 0x42f241da proc_create_net_data_write +EXPORT_SYMBOL_GPL vmlinux 0x42f728aa mctrl_gpio_get_outputs +EXPORT_SYMBOL_GPL vmlinux 0x430a45dd gpiochip_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x430d0714 kthread_park +EXPORT_SYMBOL_GPL vmlinux 0x430d88ec __traceiter_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x431afc0f ahci_platform_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4320c355 imx_clk_hw_frac_pll +EXPORT_SYMBOL_GPL vmlinux 0x43258d20 tpm2_flush_context +EXPORT_SYMBOL_GPL vmlinux 0x432ea742 fixup_user_fault +EXPORT_SYMBOL_GPL vmlinux 0x43304842 __traceiter_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x43389896 balance_dirty_pages_ratelimited_flags +EXPORT_SYMBOL_GPL vmlinux 0x43390f5c pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x43411bc3 tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x43449e0e ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x436d817f mpi_clear_bit +EXPORT_SYMBOL_GPL vmlinux 0x437c5080 sk_msg_zerocopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x437eb1df ipv6_mod_enabled +EXPORT_SYMBOL_GPL vmlinux 0x438d147f pm_clk_remove_clk +EXPORT_SYMBOL_GPL vmlinux 0x438d8df2 iova_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x43a85b9c __traceiter_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x43aa319e lease_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x43bca31c serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x43c96373 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x43caa7c0 regmap_irq_get_irq_reg_linear +EXPORT_SYMBOL_GPL vmlinux 0x43cf96f2 dev_pm_opp_is_turbo +EXPORT_SYMBOL_GPL vmlinux 0x43cf96ff edac_device_add_device +EXPORT_SYMBOL_GPL vmlinux 0x43d33426 ti_sci_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x43dbcd1b component_del +EXPORT_SYMBOL_GPL vmlinux 0x43ed11c1 spi_transfer_cs_change_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0x43f81957 clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x43f92edd wait_for_initramfs +EXPORT_SYMBOL_GPL vmlinux 0x4401e6c2 mpi_cmpabs +EXPORT_SYMBOL_GPL vmlinux 0x440c89af fwnode_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x4413f461 zynqmp_pm_request_wake +EXPORT_SYMBOL_GPL vmlinux 0x4418bc1f __hwspin_trylock +EXPORT_SYMBOL_GPL vmlinux 0x441b2956 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x4422ac24 zynqmp_pm_set_tapdelay_bypass +EXPORT_SYMBOL_GPL vmlinux 0x442deaa9 poll_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4439b1e1 trace_output_call +EXPORT_SYMBOL_GPL vmlinux 0x4439bcd2 __SCK__tp_func_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x44425948 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0x444f1735 cpu_pm_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4461fe32 mctp_unregister_netdev +EXPORT_SYMBOL_GPL vmlinux 0x4465a1c6 __traceiter_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x4471a51d vhost_task_stop +EXPORT_SYMBOL_GPL vmlinux 0x4474f879 nf_checksum +EXPORT_SYMBOL_GPL vmlinux 0x4475dcaf hv_nested +EXPORT_SYMBOL_GPL vmlinux 0x447e8e35 crypto_clone_shash +EXPORT_SYMBOL_GPL vmlinux 0x447f809c imx_clk_hw_pllv3 +EXPORT_SYMBOL_GPL vmlinux 0x448312ff devfreq_get_devfreq_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x4494b4b4 disk_set_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0x449c0676 acpi_subsys_freeze +EXPORT_SYMBOL_GPL vmlinux 0x449f0cb5 sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x44a5c0db input_class +EXPORT_SYMBOL_GPL vmlinux 0x44a793ab HYPERVISOR_grant_table_op +EXPORT_SYMBOL_GPL vmlinux 0x44b7c076 perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0x44bae227 bit_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x44c10a52 kvfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x44c95965 tegra_bpmp_mrq_is_supported +EXPORT_SYMBOL_GPL vmlinux 0x44ca3bc3 scsi_template_proc_dir +EXPORT_SYMBOL_GPL vmlinux 0x44cf8cf0 blk_zone_cond_str +EXPORT_SYMBOL_GPL vmlinux 0x44de02cb put_io_context +EXPORT_SYMBOL_GPL vmlinux 0x44e1e9aa balloon_stats +EXPORT_SYMBOL_GPL vmlinux 0x44e58976 __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x44ede257 power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x44f51bb5 fat_scan +EXPORT_SYMBOL_GPL vmlinux 0x44ff64ca vp_modern_config_vector +EXPORT_SYMBOL_GPL vmlinux 0x4507f4a8 cpuhp_tasks_frozen +EXPORT_SYMBOL_GPL vmlinux 0x451618d0 sbitmap_del_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x451680c9 watchdog_set_restart_priority +EXPORT_SYMBOL_GPL vmlinux 0x451d76e4 nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x4531624f usb_decode_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x4531ab62 copy_from_kernel_nofault +EXPORT_SYMBOL_GPL vmlinux 0x4533f37a iomap_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0x45514c2a regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x45558f56 clk_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x4561f990 qcom_smem_state_unregister +EXPORT_SYMBOL_GPL vmlinux 0x45639beb nexthop_find_by_id +EXPORT_SYMBOL_GPL vmlinux 0x4564bbc5 uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x457722ef devlink_net +EXPORT_SYMBOL_GPL vmlinux 0x458d2788 rio_del_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0x4592f039 irq_chip_retrigger_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x459e6151 mm_unaccount_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x45a25ee5 locks_owner_has_blockers +EXPORT_SYMBOL_GPL vmlinux 0x45ae3cf2 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0x45b03f67 pinctrl_utils_add_map_mux +EXPORT_SYMBOL_GPL vmlinux 0x45b4e715 dev_pm_opp_init_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x45d0a71f housekeeping_affine +EXPORT_SYMBOL_GPL vmlinux 0x45e8b450 mnt_idmap_get +EXPORT_SYMBOL_GPL vmlinux 0x45f92dd7 usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0x45fa1d62 mbox_chan_txdone +EXPORT_SYMBOL_GPL vmlinux 0x46013233 net_dec_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x46030074 __hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0x4606a8fc __mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0x460aa18e led_compose_name +EXPORT_SYMBOL_GPL vmlinux 0x460c4ce6 clk_regmap_gate_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x460ed353 walk_hmem_resources +EXPORT_SYMBOL_GPL vmlinux 0x46275130 mas_expected_entries +EXPORT_SYMBOL_GPL vmlinux 0x463cab1d wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x463e9883 gfn_to_page +EXPORT_SYMBOL_GPL vmlinux 0x465fe238 perf_event_period +EXPORT_SYMBOL_GPL vmlinux 0x466532a2 gen10g_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x467a5d4a power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x468748f1 meson_clk_mpll_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x468fde42 dev_pm_opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0x4697c18f crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0x469f1b11 pinmux_generic_remove_function +EXPORT_SYMBOL_GPL vmlinux 0x46a4b118 hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x46bc5114 __imx8m_clk_hw_composite +EXPORT_SYMBOL_GPL vmlinux 0x46c31104 of_usb_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x46dcc215 pci_epc_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x46e2239b dw_pcie_ep_init_complete +EXPORT_SYMBOL_GPL vmlinux 0x46e26b60 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x46e67a71 this_cpu_has_cap +EXPORT_SYMBOL_GPL vmlinux 0x46f2ee2b sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x46f9bab8 devl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x46fee6d7 srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x47135b61 pci_p2pdma_add_resource +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x47291bb5 pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0x472fc45a xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x47373820 phy_led_trigger_change_speed +EXPORT_SYMBOL_GPL vmlinux 0x473d9ff6 devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x474104ab device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x4741a66c usb_of_has_combined_node +EXPORT_SYMBOL_GPL vmlinux 0x47489477 devm_irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x47497e86 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0x474de128 dev_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0x4761510a regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x476461e8 __tracepoint_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x47663cfe vcap_rule_mod_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x476b2f1d __trace_trigger_soft_disabled +EXPORT_SYMBOL_GPL vmlinux 0x478084ec devm_pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x478e81f8 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x479803b9 base64_encode +EXPORT_SYMBOL_GPL vmlinux 0x479998bc acpi_pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x479f7d4b clk_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x47a51a07 mtk_clk_register_gates +EXPORT_SYMBOL_GPL vmlinux 0x47a8f530 acomp_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47c5c1a6 regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0x47cb4e2b spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x47d0eea2 acpi_lpat_temp_to_raw +EXPORT_SYMBOL_GPL vmlinux 0x47de0dc7 clk_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x47f66e86 dev_pm_opp_of_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x480305ca kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0x480c3c11 register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x4815aa79 dev_pm_opp_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x48176053 of_property_read_u64_index +EXPORT_SYMBOL_GPL vmlinux 0x481f9b7d mpi_mulm +EXPORT_SYMBOL_GPL vmlinux 0x48203853 em_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x4824f211 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x4826da37 fwnode_usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0x482705fc devm_otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0x4828e77b acpi_scan_lock_acquire +EXPORT_SYMBOL_GPL vmlinux 0x482b9650 devm_gpiod_unhinge +EXPORT_SYMBOL_GPL vmlinux 0x4843a748 qman_portals_probed +EXPORT_SYMBOL_GPL vmlinux 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL vmlinux 0x485cf54e crypto_akcipher_sync_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x4860265f mtk_clk_register_pllfhs +EXPORT_SYMBOL_GPL vmlinux 0x486838a5 __tracepoint_rwmmio_write +EXPORT_SYMBOL_GPL vmlinux 0x486adb2e iomap_page_mkwrite +EXPORT_SYMBOL_GPL vmlinux 0x486dedc3 ghes_unregister_vendor_record_notifier +EXPORT_SYMBOL_GPL vmlinux 0x48a3d20b mctrl_gpio_get +EXPORT_SYMBOL_GPL vmlinux 0x48a4e530 kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0x48c32847 __SCK__tp_func_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x48c35c9e __tracepoint_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x48db4ae2 gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x49084f65 crypto_unregister_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x49172e01 fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0x49242bc7 freezer_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x492b3578 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0x492db90f serial8250_em485_start_tx +EXPORT_SYMBOL_GPL vmlinux 0x4930efb5 iommu_report_device_fault +EXPORT_SYMBOL_GPL vmlinux 0x4934bdd0 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x49554cee ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0x495974ee mctp_register_netdev +EXPORT_SYMBOL_GPL vmlinux 0x49608959 migrate_disable +EXPORT_SYMBOL_GPL vmlinux 0x496865db usb_phy_roothub_resume +EXPORT_SYMBOL_GPL vmlinux 0x498d8207 msg_zerocopy_put_abort +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49927d25 page_reporting_unregister +EXPORT_SYMBOL_GPL vmlinux 0x49997bb2 edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x49a016a7 dma_resv_set_deadline +EXPORT_SYMBOL_GPL vmlinux 0x49c41350 acpi_subsys_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x49c96cf3 sysfs_break_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x49cd25ed alloc_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x49cf88e7 mbox_flush +EXPORT_SYMBOL_GPL vmlinux 0x49d1ce60 gpiod_enable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0x49d3cc80 clk_hw_unregister_composite +EXPORT_SYMBOL_GPL vmlinux 0x49d8a13f adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0x49dc1832 cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x49e1fc23 virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0x49e62e96 tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4a17ed66 sysrq_mask +EXPORT_SYMBOL_GPL vmlinux 0x4a18e4c4 xenbus_dev_remove +EXPORT_SYMBOL_GPL vmlinux 0x4a2ab7c4 nf_route +EXPORT_SYMBOL_GPL vmlinux 0x4a342100 irq_chip_set_type_parent +EXPORT_SYMBOL_GPL vmlinux 0x4a420d09 acpi_bus_detach_private_data +EXPORT_SYMBOL_GPL vmlinux 0x4a43f499 handle_mm_fault +EXPORT_SYMBOL_GPL vmlinux 0x4a4c0a95 irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x4a4f9a61 debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0x4a536ff6 phy_resolve_aneg_linkmode +EXPORT_SYMBOL_GPL vmlinux 0x4a617099 ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4a639261 vcap_alloc_rule +EXPORT_SYMBOL_GPL vmlinux 0x4a6bde93 task_cputime_adjusted +EXPORT_SYMBOL_GPL vmlinux 0x4a76456d dw_pcie_ep_raise_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x4a76bf8e devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0x4a76d642 thermal_remove_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x4a7d9375 mmc_cmdq_enable +EXPORT_SYMBOL_GPL vmlinux 0x4a90a46c blk_freeze_queue_start +EXPORT_SYMBOL_GPL vmlinux 0x4a9e8cf5 tegra_bpmp_get +EXPORT_SYMBOL_GPL vmlinux 0x4aa42fd5 tegra_mc_probe_device +EXPORT_SYMBOL_GPL vmlinux 0x4aa75e44 __get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0x4ac063b4 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x4adff05b kill_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x4b1c2961 ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0x4b289b0f reset_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x4b2d8032 dev_fill_metadata_dst +EXPORT_SYMBOL_GPL vmlinux 0x4b2f5ad6 ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x4b328244 blk_queue_zone_write_granularity +EXPORT_SYMBOL_GPL vmlinux 0x4b35bfd6 ahci_platform_disable_resources +EXPORT_SYMBOL_GPL vmlinux 0x4b3619d3 vp_legacy_config_vector +EXPORT_SYMBOL_GPL vmlinux 0x4b370ffe yield_to +EXPORT_SYMBOL_GPL vmlinux 0x4b3dac3d bpf_trace_run8 +EXPORT_SYMBOL_GPL vmlinux 0x4b4fa6bf led_sysfs_enable +EXPORT_SYMBOL_GPL vmlinux 0x4b522f1d irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x4b5acf74 rhashtable_init +EXPORT_SYMBOL_GPL vmlinux 0x4b5b4820 ti_sci_inta_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x4b5fdda1 xenbus_setup_ring +EXPORT_SYMBOL_GPL vmlinux 0x4b607aaa regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0x4b61d664 devlink_dpipe_table_counter_enabled +EXPORT_SYMBOL_GPL vmlinux 0x4b61fdf5 ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x4b8730ae tpm_is_tpm2 +EXPORT_SYMBOL_GPL vmlinux 0x4b931968 xen_features +EXPORT_SYMBOL_GPL vmlinux 0x4ba0f5ac usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0x4bae5c93 virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0x4bb3f8de fsverity_ioctl_enable +EXPORT_SYMBOL_GPL vmlinux 0x4bb57677 proc_create_net_single +EXPORT_SYMBOL_GPL vmlinux 0x4bc1ab02 pci_d3cold_disable +EXPORT_SYMBOL_GPL vmlinux 0x4bc8727f xen_balloon_init +EXPORT_SYMBOL_GPL vmlinux 0x4bceaecc sysfs_update_groups +EXPORT_SYMBOL_GPL vmlinux 0x4bd4a8fd wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x4bd6f08b misc_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4bd78d16 pci_hp_add +EXPORT_SYMBOL_GPL vmlinux 0x4bdb8dcc housekeeping_test_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4bea0b6e tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x4bfa8688 cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0x4bfc02bd devlink_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x4bfd398d hwrng_msleep +EXPORT_SYMBOL_GPL vmlinux 0x4bfee30c nexthop_for_each_fib6_nh +EXPORT_SYMBOL_GPL vmlinux 0x4c189bcb blkcg_root_css +EXPORT_SYMBOL_GPL vmlinux 0x4c18ed12 regulator_irq_map_event_simple +EXPORT_SYMBOL_GPL vmlinux 0x4c24d7e5 mtk_free_clk_data +EXPORT_SYMBOL_GPL vmlinux 0x4c26e64f clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x4c2b351d start_poll_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x4c3a791a md_account_bio +EXPORT_SYMBOL_GPL vmlinux 0x4c53f3aa __devm_spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0x4c549b36 __traceiter_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x4c5e07e8 ata_scsi_slave_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4c5f348e acpi_dev_filter_resource_type +EXPORT_SYMBOL_GPL vmlinux 0x4c67adbf cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0x4c7bbd1e phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0x4c7fabda trace_event_ignore_this_pid +EXPORT_SYMBOL_GPL vmlinux 0x4c8adfe1 hv_root_partition +EXPORT_SYMBOL_GPL vmlinux 0x4ca32bfc mmc_get_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0x4ca5590e mas_prev +EXPORT_SYMBOL_GPL vmlinux 0x4caabf96 bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0x4cb27100 ktime_get_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x4cb81fda __SCK__tp_func_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x4cbfefb5 usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x4cc25018 of_request_module +EXPORT_SYMBOL_GPL vmlinux 0x4cd26516 blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0x4cf8880f vcap_rule_add_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x4cfad5fc crypto_alg_extsize +EXPORT_SYMBOL_GPL vmlinux 0x4d0015e2 cpu_hotplug_disable +EXPORT_SYMBOL_GPL vmlinux 0x4d136dc3 sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x4d24a1e4 sbitmap_finish_wait +EXPORT_SYMBOL_GPL vmlinux 0x4d3a0696 __SCK__tp_func_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x4d5ee472 virtqueue_get_avail_addr +EXPORT_SYMBOL_GPL vmlinux 0x4d654feb xenbus_alloc_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x4d6d0bbc iommu_group_ref_get +EXPORT_SYMBOL_GPL vmlinux 0x4d7272e4 migrate_enable +EXPORT_SYMBOL_GPL vmlinux 0x4d83c710 k3_udma_glue_tdown_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x4d89e964 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0x4d901faf usb_intf_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0x4d95d6d1 memcpy_flushcache +EXPORT_SYMBOL_GPL vmlinux 0x4da38f60 virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0x4dae16e4 i2c_put_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4e0b29d5 trace_seq_path +EXPORT_SYMBOL_GPL vmlinux 0x4e17c613 ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x4e19560d dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x4e20be1c shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x4e385011 pfn_to_online_page +EXPORT_SYMBOL_GPL vmlinux 0x4e3c0668 irq_domain_translate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x4e3fd1b4 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL vmlinux 0x4e43279c pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0x4e4c37e2 freq_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4e4e909a __clocksource_update_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0x4e55c7c7 bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0x4e582c3a regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x4e657485 free_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0x4e6d5cf9 mtk_pinconf_bias_get +EXPORT_SYMBOL_GPL vmlinux 0x4e6fc9b0 power_supply_battery_info_get_prop +EXPORT_SYMBOL_GPL vmlinux 0x4e85fb7e regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0x4e90a5a8 tegra_xusb_padctl_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0x4e9deed6 __traceiter_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0x4eac339e cpufreq_table_index_unsorted +EXPORT_SYMBOL_GPL vmlinux 0x4eac5fc1 cpu_mitigations_auto_nosmt +EXPORT_SYMBOL_GPL vmlinux 0x4ece1784 ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0x4ece3615 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4ede60f2 crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0x4ee9c671 fsverity_verify_blocks +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4efcf021 mpi_normalize +EXPORT_SYMBOL_GPL vmlinux 0x4effb4c4 of_pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0x4f09c28f ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0x4f10e009 ata_eh_read_sense_success_ncq_log +EXPORT_SYMBOL_GPL vmlinux 0x4f241ef9 led_put +EXPORT_SYMBOL_GPL vmlinux 0x4f2593f0 btree_update +EXPORT_SYMBOL_GPL vmlinux 0x4f2bc39e driver_register +EXPORT_SYMBOL_GPL vmlinux 0x4f2c996d kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0x4f3054a3 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4f39e6b8 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0x4f54b42c ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0x4f65bc4f acpi_bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f6ea78c dma_get_slave_caps +EXPORT_SYMBOL_GPL vmlinux 0x4f72a987 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0x4f80471a usb_of_get_companion_dev +EXPORT_SYMBOL_GPL vmlinux 0x4f80e319 __ct_user_exit +EXPORT_SYMBOL_GPL vmlinux 0x4f8df0c8 acpi_dev_get_dma_resources +EXPORT_SYMBOL_GPL vmlinux 0x4f929c95 hisi_clk_init +EXPORT_SYMBOL_GPL vmlinux 0x4f96a272 kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0x4f97fb91 regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0x4f98d766 cpu_pm_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4faab2fa gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x4fb5da55 fs_put_dax +EXPORT_SYMBOL_GPL vmlinux 0x4fba1475 usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0x4fc04513 ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0x4fc89967 of_k3_ringacc_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x4fcc2cb2 ima_file_hash +EXPORT_SYMBOL_GPL vmlinux 0x4fcdd37a clk_register +EXPORT_SYMBOL_GPL vmlinux 0x4fd25df4 sec_irq_init +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fe0b08e usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4fe60361 acpi_match_acpi_device +EXPORT_SYMBOL_GPL vmlinux 0x4feb816a synth_event_trace_end +EXPORT_SYMBOL_GPL vmlinux 0x4febe6be platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0x4ff16c77 spi_controller_dma_unmap_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0x500c768c apei_exec_read_register +EXPORT_SYMBOL_GPL vmlinux 0x5012b654 devl_param_driverinit_value_set +EXPORT_SYMBOL_GPL vmlinux 0x5026585c xen_irq_from_gsi +EXPORT_SYMBOL_GPL vmlinux 0x5030f698 mtk_mux_clr_set_upd_ops +EXPORT_SYMBOL_GPL vmlinux 0x50618d1e ulpi_viewport_access_ops +EXPORT_SYMBOL_GPL vmlinux 0x5066bcd6 of_icc_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0x507804ba group_cpus_evenly +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x5093e76e __tracepoint_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x509c30c9 mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0x50aa4253 kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x50ae2ecb syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x50b8fda2 pci_iov_vf_id +EXPORT_SYMBOL_GPL vmlinux 0x50bb03ca of_dma_xlate_by_chan_id +EXPORT_SYMBOL_GPL vmlinux 0x50cc710c acomp_request_free +EXPORT_SYMBOL_GPL vmlinux 0x50df6f33 pci_epc_raise_irq +EXPORT_SYMBOL_GPL vmlinux 0x50df94f5 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50eabb98 __tracepoint_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x50ee2081 iommu_device_sysfs_add +EXPORT_SYMBOL_GPL vmlinux 0x50ef7e32 tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0x50efde13 tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x50f43fb2 blkcg_punt_bio_submit +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x50ff308a powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x510aeae5 __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x511fb9b1 mtk_clk_unregister_pllfhs +EXPORT_SYMBOL_GPL vmlinux 0x512bcebd fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x51390c96 rcu_barrier_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x51537a91 da903x_update +EXPORT_SYMBOL_GPL vmlinux 0x51562b05 acpi_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0x515b390f __SCK__tp_func_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x515d017c dmaengine_desc_set_metadata_len +EXPORT_SYMBOL_GPL vmlinux 0x5167c002 acpi_dev_state_d0 +EXPORT_SYMBOL_GPL vmlinux 0x5169344d k3_udma_glue_pop_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x51814ac2 regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0x5185cb7f vp_modern_get_status +EXPORT_SYMBOL_GPL vmlinux 0x5187ac4b xen_store_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x5198b71c devlink_free +EXPORT_SYMBOL_GPL vmlinux 0x51a348cc usb_role_switch_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x51a3eff4 dw8250_do_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x51ad07dd tegra210_plle_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0x51af5936 meson_aoclkc_probe +EXPORT_SYMBOL_GPL vmlinux 0x51be552e ata_sas_tport_add +EXPORT_SYMBOL_GPL vmlinux 0x51dd8d53 phy_save_page +EXPORT_SYMBOL_GPL vmlinux 0x51e4f395 genphy_c45_plca_set_cfg +EXPORT_SYMBOL_GPL vmlinux 0x51e5a30a __synth_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x51ebd8fd rockchip_clk_register_plls +EXPORT_SYMBOL_GPL vmlinux 0x51ee39dc ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0x51fc9a6d xenmem_reservation_decrease +EXPORT_SYMBOL_GPL vmlinux 0x520332e4 acpi_get_psd_map +EXPORT_SYMBOL_GPL vmlinux 0x52213722 acpi_dev_resource_memory +EXPORT_SYMBOL_GPL vmlinux 0x5221677d fsl_mc_obj_reset +EXPORT_SYMBOL_GPL vmlinux 0x5224b359 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x52252316 clk_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x5225b3b5 devl_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0x522d99e9 make_vfsuid +EXPORT_SYMBOL_GPL vmlinux 0x522ea187 of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0x52431348 xenbus_transaction_start +EXPORT_SYMBOL_GPL vmlinux 0x52558f54 spi_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x525ec635 mtk_paris_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0x525f072c genpd_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0x52647db1 ct_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x526b540d scmi_protocol_unregister +EXPORT_SYMBOL_GPL vmlinux 0x52717a32 mf_dax_kill_procs +EXPORT_SYMBOL_GPL vmlinux 0x52729ee2 stmpe_dev_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x52740a77 skb_splice_bits +EXPORT_SYMBOL_GPL vmlinux 0x52754e5f netdev_walk_all_lower_dev +EXPORT_SYMBOL_GPL vmlinux 0x5277594a irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0x527a46f8 cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0x529efb93 hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0x52aadcba switchdev_handle_fdb_event_to_device +EXPORT_SYMBOL_GPL vmlinux 0x52aaf226 i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x52acedcb pci_epc_write_header +EXPORT_SYMBOL_GPL vmlinux 0x52b1e3c7 pci_flags +EXPORT_SYMBOL_GPL vmlinux 0x52c35e83 call_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x52ce2057 hv_setup_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0x52d54fce devlink_info_version_stored_put +EXPORT_SYMBOL_GPL vmlinux 0x52e78748 devm_tegra_core_dev_init_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x52eddb69 raw_v6_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x530e0f8c devl_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x530e99bc fwnode_handle_put +EXPORT_SYMBOL_GPL vmlinux 0x5310b6fc pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0x5315b8d9 switchdev_handle_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x5316534e __usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x53190afd of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0x532720f7 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x532aaf3a memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x532b90b5 kprobe_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x533ea94e balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x53493e4c tcp_reno_undo_cwnd +EXPORT_SYMBOL_GPL vmlinux 0x534fb4ab __strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0x5358864e devlink_fmsg_binary_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x537252cf __SCK__tp_func_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x5382c1f9 gpiochip_irqchip_irq_valid +EXPORT_SYMBOL_GPL vmlinux 0x5386622f dev_pm_opp_of_get_opp_desc_node +EXPORT_SYMBOL_GPL vmlinux 0x538b0b30 dpcon_disable +EXPORT_SYMBOL_GPL vmlinux 0x538d073d phy_duplex_to_str +EXPORT_SYMBOL_GPL vmlinux 0x53986940 device_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x53a07aa1 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x53b6a61a irq_chip_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0x53b6fab8 sysfs_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x53c089f5 property_entries_dup +EXPORT_SYMBOL_GPL vmlinux 0x53d1e057 __traceiter_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x53d7c01e __traceiter_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x53dcde57 cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x53e61e39 device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x540af181 iommu_fwspec_free +EXPORT_SYMBOL_GPL vmlinux 0x5419a5d4 led_sysfs_disable +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x541edae3 devm_power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 +EXPORT_SYMBOL_GPL vmlinux 0x5424cf81 call_rcu_hurry +EXPORT_SYMBOL_GPL vmlinux 0x542a891c wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x54432fa1 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x544a3394 dev_pm_opp_get_max_volt_latency +EXPORT_SYMBOL_GPL vmlinux 0x544ca390 extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x5452266b devl_region_create +EXPORT_SYMBOL_GPL vmlinux 0x5460f79f work_on_cpu_safe_key +EXPORT_SYMBOL_GPL vmlinux 0x54651f9b rhashtable_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x5466f80f efivars_unregister +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x54a25da2 qcom_smem_state_put +EXPORT_SYMBOL_GPL vmlinux 0x54a5dd49 fsl_mc_bus_dpsw_type +EXPORT_SYMBOL_GPL vmlinux 0x54b4b30a driver_deferred_probe_check_state +EXPORT_SYMBOL_GPL vmlinux 0x54cc463e regulator_set_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0x54df590e extcon_set_state_sync +EXPORT_SYMBOL_GPL vmlinux 0x54e84cf5 of_clk_hw_simple_get +EXPORT_SYMBOL_GPL vmlinux 0x54f36e68 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x54fbd026 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0x550372d7 perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0x550f3e05 i2c_freq_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x5522e3a3 blk_stat_disable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x552df20f dev_pm_qos_update_user_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x55339365 flush_delayed_fput +EXPORT_SYMBOL_GPL vmlinux 0x5539c0f8 edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0x553b49a4 cpufreq_get_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x553f4d1b of_led_get +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x55471331 devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x554aadd4 pci_p2pmem_publish +EXPORT_SYMBOL_GPL vmlinux 0x5551b32d ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL vmlinux 0x5561cc18 i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x556bdefc vp_legacy_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0x556c0697 dev_attr_ncq_prio_supported +EXPORT_SYMBOL_GPL vmlinux 0x556e4390 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x5571fab4 irq_create_fwspec_mapping +EXPORT_SYMBOL_GPL vmlinux 0x55759ab8 spi_slave_abort +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x557c5d05 gpiod_get_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0x557cac49 fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x5590ba4e devm_mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x55abb19b iptunnel_metadata_reply +EXPORT_SYMBOL_GPL vmlinux 0x55b21830 iomap_is_partially_uptodate +EXPORT_SYMBOL_GPL vmlinux 0x55c7308c posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x55c76a23 ksys_sync_helper +EXPORT_SYMBOL_GPL vmlinux 0x55c9880c zynqmp_pm_release_node +EXPORT_SYMBOL_GPL vmlinux 0x55cf6ec1 handle_untracked_irq +EXPORT_SYMBOL_GPL vmlinux 0x55d73daa trace_array_init_printk +EXPORT_SYMBOL_GPL vmlinux 0x55d7a23a usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x55d91921 alloc_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x55ddcfe3 spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0x55e1a904 pcie_flr +EXPORT_SYMBOL_GPL vmlinux 0x55e54e2c mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x55ea5036 acpi_dev_get_property +EXPORT_SYMBOL_GPL vmlinux 0x55eecff4 bit_wait_io_timeout +EXPORT_SYMBOL_GPL vmlinux 0x55f29ff8 tegra_mc_write_emem_configuration +EXPORT_SYMBOL_GPL vmlinux 0x55fb3826 vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0x56014035 i2c_acpi_new_device_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x56046c1d acpi_pci_check_ejectable +EXPORT_SYMBOL_GPL vmlinux 0x56054c05 crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x560e8240 ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0x5611be64 of_clk_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0x561375bd tracepoint_probe_register_prio +EXPORT_SYMBOL_GPL vmlinux 0x5616e641 nd_region_provider_data +EXPORT_SYMBOL_GPL vmlinux 0x56173654 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x5624f826 power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0x56256e8a orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x562c084e sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x5653f4fa of_remove_property +EXPORT_SYMBOL_GPL vmlinux 0x565644ac ahci_platform_enable_clks +EXPORT_SYMBOL_GPL vmlinux 0x565cc20b device_add_software_node +EXPORT_SYMBOL_GPL vmlinux 0x565d8423 blk_stat_enable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x566dccd1 scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x5671e1ae kthread_cancel_delayed_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x567a3313 crypto_unregister_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x567ec49d extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0x569ea05a irq_chip_get_parent_state +EXPORT_SYMBOL_GPL vmlinux 0x56a08d54 divider_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0x56a0cb23 pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0x56b2da17 mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0x56c2d303 iommu_dev_enable_feature +EXPORT_SYMBOL_GPL vmlinux 0x56c60c06 ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0x56c6eec5 i2c_new_scanned_device +EXPORT_SYMBOL_GPL vmlinux 0x56cb3dfe pci_create_ims_domain +EXPORT_SYMBOL_GPL vmlinux 0x56dc38cb pci_epc_get_msix +EXPORT_SYMBOL_GPL vmlinux 0x56e9103b cpu_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x56e9a684 hisi_clk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x56ef15d0 __tracepoint_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x56ef3927 tpm_tis_core_init +EXPORT_SYMBOL_GPL vmlinux 0x56fbb130 no_hash_pointers +EXPORT_SYMBOL_GPL vmlinux 0x57190178 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x571d9ec6 kvm_vcpu_read_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x571ec73f debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0x571faf01 __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x572a1205 clk_hw_get_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x5741e8b7 device_phy_find_device +EXPORT_SYMBOL_GPL vmlinux 0x574609c5 apei_exec_write_register_value +EXPORT_SYMBOL_GPL vmlinux 0x57719632 gnttab_grant_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x57727285 phylink_ethtool_set_eee +EXPORT_SYMBOL_GPL vmlinux 0x577a438a tegra210_clk_emc_detach +EXPORT_SYMBOL_GPL vmlinux 0x57830830 of_property_read_string_helper +EXPORT_SYMBOL_GPL vmlinux 0x578a79a4 cookie_tcp_reqsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x578eeb4d hugetlb_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57a09006 sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x57a4551d usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x57a50c28 regmap_get_val_endian +EXPORT_SYMBOL_GPL vmlinux 0x57a6ec34 debugfs_read_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x57ac163f vcap_is_next_lookup +EXPORT_SYMBOL_GPL vmlinux 0x57c58e9b __tracepoint_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x57c95b8c acpi_unbind_one +EXPORT_SYMBOL_GPL vmlinux 0x57d251ff ping_err +EXPORT_SYMBOL_GPL vmlinux 0x57d38a4d __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x57d4050a xhci_get_endpoint_index +EXPORT_SYMBOL_GPL vmlinux 0x57dab840 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x57db3529 balloon_page_list_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x57dc4851 mas_erase +EXPORT_SYMBOL_GPL vmlinux 0x57f56221 phy_get_rate_matching +EXPORT_SYMBOL_GPL vmlinux 0x57f576b9 mpi_ec_curve_point +EXPORT_SYMBOL_GPL vmlinux 0x57fa8aa6 regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x580bf694 pci_epc_clear_bar +EXPORT_SYMBOL_GPL vmlinux 0x581103f3 usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0x5823dfae acpi_device_fix_up_power_children +EXPORT_SYMBOL_GPL vmlinux 0x58276f93 cper_next_record_id +EXPORT_SYMBOL_GPL vmlinux 0x5829e979 mas_pause +EXPORT_SYMBOL_GPL vmlinux 0x582a68aa iov_iter_extract_pages +EXPORT_SYMBOL_GPL vmlinux 0x582f28a2 mtk_clk_unregister_gates +EXPORT_SYMBOL_GPL vmlinux 0x5831e062 cpus_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0x58427fba tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x5848ff69 acpi_device_fix_up_power +EXPORT_SYMBOL_GPL vmlinux 0x585f1080 blk_mq_quiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x586162be clk_hw_get_flags +EXPORT_SYMBOL_GPL vmlinux 0x586bfc8a alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x5879a27d sfp_get_module_info +EXPORT_SYMBOL_GPL vmlinux 0x587a7329 pci_load_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x588249ad power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0x58993b7f dpbp_enable +EXPORT_SYMBOL_GPL vmlinux 0x589942ce regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0x58a4ee12 tpm_transmit_cmd +EXPORT_SYMBOL_GPL vmlinux 0x58a7b8a4 regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x58b8d73f crypto_alloc_rng +EXPORT_SYMBOL_GPL vmlinux 0x58c3ad04 xdp_do_redirect +EXPORT_SYMBOL_GPL vmlinux 0x58cdbe10 vcap_del_rule +EXPORT_SYMBOL_GPL vmlinux 0x58db1176 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x58def6ca sfp_module_remove +EXPORT_SYMBOL_GPL vmlinux 0x58e14f15 HYPERVISOR_event_channel_op +EXPORT_SYMBOL_GPL vmlinux 0x58fa50c0 __traceiter_rwmmio_write +EXPORT_SYMBOL_GPL vmlinux 0x59019a79 vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x590a959e wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x5915b4d2 phy_put +EXPORT_SYMBOL_GPL vmlinux 0x591685fe pm_clk_resume +EXPORT_SYMBOL_GPL vmlinux 0x591758c8 iommu_set_pgtable_quirks +EXPORT_SYMBOL_GPL vmlinux 0x593ac537 __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0x5957cddb zs_lookup_class_index +EXPORT_SYMBOL_GPL vmlinux 0x596a14dc spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x596cd2b3 fuse_free_conn +EXPORT_SYMBOL_GPL vmlinux 0x597724e4 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x59793f64 usb_cache_string +EXPORT_SYMBOL_GPL vmlinux 0x5986d190 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0x598ee703 tcp_ca_openreq_child +EXPORT_SYMBOL_GPL vmlinux 0x59ad7781 inet_ehash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0x59b063ba start_poll_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x59b2adbf input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x59b8ca39 usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x59be2641 acpi_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x59c20ea5 dw_pcie_link_up +EXPORT_SYMBOL_GPL vmlinux 0x59c43dc9 __traceiter_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x59c56f63 crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x59c6c423 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0x59cd228a serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x59d2e706 iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0x59d59bff ahci_platform_ops +EXPORT_SYMBOL_GPL vmlinux 0x59e0695d phylink_speed_down +EXPORT_SYMBOL_GPL vmlinux 0x59e640c0 halt_poll_ns +EXPORT_SYMBOL_GPL vmlinux 0x59edfeb8 phy_rate_matching_to_str +EXPORT_SYMBOL_GPL vmlinux 0x59f32720 mpi_subm +EXPORT_SYMBOL_GPL vmlinux 0x59f8b7c6 ms_hyperv +EXPORT_SYMBOL_GPL vmlinux 0x59f957ca sysfs_groups_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x5a049a35 exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x5a0c5ef4 user_describe +EXPORT_SYMBOL_GPL vmlinux 0x5a103ff2 gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0x5a12e60c __SCK__tp_func_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x5a1d134a rcu_momentary_dyntick_idle +EXPORT_SYMBOL_GPL vmlinux 0x5a229368 arch_apei_enable_cmcff +EXPORT_SYMBOL_GPL vmlinux 0x5a2de952 msi_lock_descs +EXPORT_SYMBOL_GPL vmlinux 0x5a44015d usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0x5a49dbc9 timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x5a64c4ae devm_regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x5a66a841 fuse_init_fs_context_submount +EXPORT_SYMBOL_GPL vmlinux 0x5a6cdb52 nf_ct_zone_dflt +EXPORT_SYMBOL_GPL vmlinux 0x5a7b33c5 rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a843b0c devlink_region_create +EXPORT_SYMBOL_GPL vmlinux 0x5a91720b acpi_fetch_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0x5a97f3e8 devfreq_event_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x5a9f05f5 badblocks_show +EXPORT_SYMBOL_GPL vmlinux 0x5aa70984 acpi_reduced_hardware +EXPORT_SYMBOL_GPL vmlinux 0x5aacd970 crypto_register_rng +EXPORT_SYMBOL_GPL vmlinux 0x5ab09745 edac_get_owner +EXPORT_SYMBOL_GPL vmlinux 0x5abcad67 devfreq_get_devfreq_by_node +EXPORT_SYMBOL_GPL vmlinux 0x5abeff22 debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x5ae26f49 nvmem_device_find +EXPORT_SYMBOL_GPL vmlinux 0x5ae7b0c3 class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x5aeab89e da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x5af1bbc0 devfreq_event_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x5afc722e __audit_log_nfcfg +EXPORT_SYMBOL_GPL vmlinux 0x5b071b7b hwrng_yield +EXPORT_SYMBOL_GPL vmlinux 0x5b09d615 of_pci_parse_bus_range +EXPORT_SYMBOL_GPL vmlinux 0x5b0a189d gpiod_get_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x5b113c6c skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x5b21ceff ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0x5b2541f9 mmc_send_abort_tuning +EXPORT_SYMBOL_GPL vmlinux 0x5b30e25c vhost_task_wake +EXPORT_SYMBOL_GPL vmlinux 0x5b37b1fc crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0x5b50af89 tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x5b516f81 wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0x5b8047bc scsi_check_sense +EXPORT_SYMBOL_GPL vmlinux 0x5b826ceb dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x5b83d7ab __tracepoint_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x5b858ed3 of_irq_find_parent +EXPORT_SYMBOL_GPL vmlinux 0x5b890d1a host1x_context_device_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x5b9c0f87 misc_cg_try_charge +EXPORT_SYMBOL_GPL vmlinux 0x5ba9c87f blk_crypto_keyslot_index +EXPORT_SYMBOL_GPL vmlinux 0x5bc2b259 __traceiter_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x5bc3eb9e devm_bitmap_zalloc +EXPORT_SYMBOL_GPL vmlinux 0x5bc950fe regulator_irq_helper_cancel +EXPORT_SYMBOL_GPL vmlinux 0x5bcc0df7 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x5bd0748f crypto_del_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x5bdae35b usb_phy_roothub_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x5bdbac4e rcu_unexpedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x5bf1fce0 i2c_parse_fw_timings +EXPORT_SYMBOL_GPL vmlinux 0x5bf8f4b9 crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0x5c070f62 cper_mem_err_status_str +EXPORT_SYMBOL_GPL vmlinux 0x5c0f77ce HYPERVISOR_platform_op_raw +EXPORT_SYMBOL_GPL vmlinux 0x5c15d00a ahci_set_em_messages +EXPORT_SYMBOL_GPL vmlinux 0x5c347fd7 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0x5c34b43c skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0x5c3b5501 irq_chip_set_parent_state +EXPORT_SYMBOL_GPL vmlinux 0x5c3bbd06 __SCK__tp_func_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x5c4a5fc8 fsnotify_alloc_group +EXPORT_SYMBOL_GPL vmlinux 0x5c5a1629 pci_iov_virtfn_devfn +EXPORT_SYMBOL_GPL vmlinux 0x5c5a1b16 tick_broadcast_control +EXPORT_SYMBOL_GPL vmlinux 0x5c74b41d public_key_signature_free +EXPORT_SYMBOL_GPL vmlinux 0x5c81c3fc usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x5c82016e __SCK__tp_func_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x5c9d30dd acpi_pci_find_root +EXPORT_SYMBOL_GPL vmlinux 0x5c9e5699 usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0x5c9f25c6 class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x5ca5efa5 tcp_is_ulp_esp +EXPORT_SYMBOL_GPL vmlinux 0x5cab9945 unregister_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x5cad8fc3 power_supply_ocv2cap_simple +EXPORT_SYMBOL_GPL vmlinux 0x5cb9b52f mtk_clk_register_muxes +EXPORT_SYMBOL_GPL vmlinux 0x5cc77c45 led_colors +EXPORT_SYMBOL_GPL vmlinux 0x5ccbc0ed cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0x5cce8ed2 of_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0x5cd12e6b ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0x5cede0a7 xdp_flush_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x5cedf008 __netpoll_free +EXPORT_SYMBOL_GPL vmlinux 0x5cf710ce fscrypt_ioctl_get_nonce +EXPORT_SYMBOL_GPL vmlinux 0x5d0c4dcc phylink_speed_up +EXPORT_SYMBOL_GPL vmlinux 0x5d110b57 power_supply_put +EXPORT_SYMBOL_GPL vmlinux 0x5d15be35 __vfs_setxattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x5d165428 ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0x5d17148b apei_write +EXPORT_SYMBOL_GPL vmlinux 0x5d1fed66 xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0x5d238369 tty_release_struct +EXPORT_SYMBOL_GPL vmlinux 0x5d25811e pci_epc_put +EXPORT_SYMBOL_GPL vmlinux 0x5d2aa5fb rhashtable_walk_peek +EXPORT_SYMBOL_GPL vmlinux 0x5d2bc42a reset_control_rearm +EXPORT_SYMBOL_GPL vmlinux 0x5d3d7629 cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0x5d4773a0 inet6_sock_destruct +EXPORT_SYMBOL_GPL vmlinux 0x5d53fcf4 mtk_clk_simple_probe +EXPORT_SYMBOL_GPL vmlinux 0x5d57ade2 bpfilter_ops +EXPORT_SYMBOL_GPL vmlinux 0x5d59ea28 regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x5d643fd0 crypto_grab_ahash +EXPORT_SYMBOL_GPL vmlinux 0x5d69fc86 dma_resv_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x5d6e090f phy_init +EXPORT_SYMBOL_GPL vmlinux 0x5d6f0608 mtk_clk_gate_ops_setclr +EXPORT_SYMBOL_GPL vmlinux 0x5d8476d3 bpf_sk_storage_diag_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5d85bb62 __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x5d8aeeb4 regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0x5d9f5b3e handle_fasteoi_ack_irq +EXPORT_SYMBOL_GPL vmlinux 0x5da67adc zs_compact +EXPORT_SYMBOL_GPL vmlinux 0x5db91ad2 pci_pri_supported +EXPORT_SYMBOL_GPL vmlinux 0x5dbb4fab dma_get_merge_boundary +EXPORT_SYMBOL_GPL vmlinux 0x5dc19747 phylink_mii_c22_pcs_encode_advertisement +EXPORT_SYMBOL_GPL vmlinux 0x5dc6d3f7 udp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0x5de37edc phylink_of_phy_connect +EXPORT_SYMBOL_GPL vmlinux 0x5de412cd k3_ringacc_ring_push +EXPORT_SYMBOL_GPL vmlinux 0x5de59171 spi_controller_suspend +EXPORT_SYMBOL_GPL vmlinux 0x5de98cd1 mtk_eint_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x5df1b2d4 ethnl_cable_test_pulse +EXPORT_SYMBOL_GPL vmlinux 0x5dff1c18 misc_cg_uncharge +EXPORT_SYMBOL_GPL vmlinux 0x5e0701e7 crypto_grab_spawn +EXPORT_SYMBOL_GPL vmlinux 0x5e0f155c mbox_bind_client +EXPORT_SYMBOL_GPL vmlinux 0x5e173309 cpu_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x5e19aa64 iommu_attach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0x5e1b281e sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0x5e458d42 ahci_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x5e515be6 ktime_get_ts64 +EXPORT_SYMBOL_GPL vmlinux 0x5e632a58 usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0x5e732e4b pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x5e76bb57 k3_ringacc_ring_get_size +EXPORT_SYMBOL_GPL vmlinux 0x5e798ffb divider_get_val +EXPORT_SYMBOL_GPL vmlinux 0x5e85415b ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x5e912857 anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0x5e99de57 evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0x5e9edf43 devm_regulator_bulk_get_const +EXPORT_SYMBOL_GPL vmlinux 0x5eae5408 clk_is_enabled_when_prepared +EXPORT_SYMBOL_GPL vmlinux 0x5eb417e0 __SCK__tp_func_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x5ec0fc66 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0x5ec45783 dev_attr_ncq_prio_enable +EXPORT_SYMBOL_GPL vmlinux 0x5ecdcf90 ti_sci_get_free_resource +EXPORT_SYMBOL_GPL vmlinux 0x5ecfbf92 handle_bad_irq +EXPORT_SYMBOL_GPL vmlinux 0x5ed2d051 regulator_is_equal +EXPORT_SYMBOL_GPL vmlinux 0x5ed80502 device_set_node +EXPORT_SYMBOL_GPL vmlinux 0x5ee2aa12 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0x5eee4a26 reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5ef4b650 to_nvdimm_bus +EXPORT_SYMBOL_GPL vmlinux 0x5f069684 pci_host_probe +EXPORT_SYMBOL_GPL vmlinux 0x5f118818 mtk_pinconf_drive_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x5f2309c7 __tracepoint_rwmmio_post_write +EXPORT_SYMBOL_GPL vmlinux 0x5f23e3fa insert_resource +EXPORT_SYMBOL_GPL vmlinux 0x5f384a68 x509_free_certificate +EXPORT_SYMBOL_GPL vmlinux 0x5f4b0529 wakeup_sources_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x5f58d7d1 __inode_attach_wb +EXPORT_SYMBOL_GPL vmlinux 0x5f5b93d8 mtk_clk_register_dividers +EXPORT_SYMBOL_GPL vmlinux 0x5f64d85b fib6_check_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x5f683f81 dev_pm_opp_get_supplies +EXPORT_SYMBOL_GPL vmlinux 0x5f6f1e9e dax_get_private +EXPORT_SYMBOL_GPL vmlinux 0x5fa625ed mpi_ec_mul_point +EXPORT_SYMBOL_GPL vmlinux 0x5fb8848b halt_poll_ns_grow_start +EXPORT_SYMBOL_GPL vmlinux 0x5fbb1de5 acpi_cpu_get_madt_gicc +EXPORT_SYMBOL_GPL vmlinux 0x5fcd2132 xdp_rxq_info_unused +EXPORT_SYMBOL_GPL vmlinux 0x5fcecfce mctrl_gpio_init +EXPORT_SYMBOL_GPL vmlinux 0x5fdef8c3 devm_kstrdup_const +EXPORT_SYMBOL_GPL vmlinux 0x5fe8bd59 evict_inodes +EXPORT_SYMBOL_GPL vmlinux 0x60091316 clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x600f53bd blk_queue_can_use_dma_map_merging +EXPORT_SYMBOL_GPL vmlinux 0x602120f4 switchdev_handle_port_obj_add_foreign +EXPORT_SYMBOL_GPL vmlinux 0x60301091 rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0x603d0d51 acpi_os_map_iomem +EXPORT_SYMBOL_GPL vmlinux 0x604208f0 ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0x60442822 phys_to_mach +EXPORT_SYMBOL_GPL vmlinux 0x604722fd devices_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x604a4f08 kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x605b2300 iomap_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x605c82f6 rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0x605d5bfa cache_line_size +EXPORT_SYMBOL_GPL vmlinux 0x606b4aba devlink_linecard_provision_set +EXPORT_SYMBOL_GPL vmlinux 0x606e8ff8 vmf_insert_pfn_pmd +EXPORT_SYMBOL_GPL vmlinux 0x60709fdd genphy_c45_pma_setup_forced +EXPORT_SYMBOL_GPL vmlinux 0x60722031 uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x6074f44a of_gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0x60770aa9 xdp_return_buff +EXPORT_SYMBOL_GPL vmlinux 0x607931ff spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0x607c4683 devlink_info_version_fixed_put +EXPORT_SYMBOL_GPL vmlinux 0x608d25d6 __xas_prev +EXPORT_SYMBOL_GPL vmlinux 0x6091797f synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x60919b57 genphy_c45_pma_baset1_read_master_slave +EXPORT_SYMBOL_GPL vmlinux 0x60990dcd __fsverity_file_open +EXPORT_SYMBOL_GPL vmlinux 0x609fb6e2 vcap_enable_lookups +EXPORT_SYMBOL_GPL vmlinux 0x60a0b484 sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL_GPL vmlinux 0x60ae0922 power_supply_vbat2ri +EXPORT_SYMBOL_GPL vmlinux 0x60c0fd5c add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0x60c366a7 transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x60cce000 sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x60e274ca crypto_get_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x60e74d8e scsi_host_busy_iter +EXPORT_SYMBOL_GPL vmlinux 0x60e9cf7c sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0x60ebb751 pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x60ebc96f ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x60ec2d39 scmi_device_create +EXPORT_SYMBOL_GPL vmlinux 0x60ed3b62 cpufreq_dbs_governor_limits +EXPORT_SYMBOL_GPL vmlinux 0x61172d5e fwnode_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x611cfa85 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0x6129fb93 sfp_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x612a327b bpf_offload_dev_match +EXPORT_SYMBOL_GPL vmlinux 0x612bfd89 errno_to_blk_status +EXPORT_SYMBOL_GPL vmlinux 0x6130a549 dm_table_set_type +EXPORT_SYMBOL_GPL vmlinux 0x613fb082 clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x614adcb7 of_overlay_remove_all +EXPORT_SYMBOL_GPL vmlinux 0x614db521 regmap_get_max_register +EXPORT_SYMBOL_GPL vmlinux 0x614fd606 fwnode_property_get_reference_args +EXPORT_SYMBOL_GPL vmlinux 0x6155f89a irq_chip_set_wake_parent +EXPORT_SYMBOL_GPL vmlinux 0x615c6de6 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0x616500f9 devl_register +EXPORT_SYMBOL_GPL vmlinux 0x616b81ee regulator_list_hardware_vsel +EXPORT_SYMBOL_GPL vmlinux 0x616b86f1 acpi_processor_get_performance_info +EXPORT_SYMBOL_GPL vmlinux 0x617ad475 skcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0x617d4445 devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0x6181e79f timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x61843ee6 pinconf_generic_dt_subnode_to_map +EXPORT_SYMBOL_GPL vmlinux 0x61897534 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0x618dba30 inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0x6198dfea __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6199ad5d crypto_has_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x61b33fdf bpf_map_inc +EXPORT_SYMBOL_GPL vmlinux 0x61bd0bd0 get_completed_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x61c1ca29 __SCK__tp_func_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x61c651a3 imx93_clk_composite_flags +EXPORT_SYMBOL_GPL vmlinux 0x61c7214c dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0x61e716dc fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x61eea203 tick_nohz_dep_set_task +EXPORT_SYMBOL_GPL vmlinux 0x61f1644b mas_find_range +EXPORT_SYMBOL_GPL vmlinux 0x61f67c92 phy_gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0x61f8ed81 devm_regmap_init_vexpress_config +EXPORT_SYMBOL_GPL vmlinux 0x61fe9c3a filemap_migrate_folio +EXPORT_SYMBOL_GPL vmlinux 0x6209d158 genphy_c45_an_disable_aneg +EXPORT_SYMBOL_GPL vmlinux 0x62104126 phylink_ethtool_set_wol +EXPORT_SYMBOL_GPL vmlinux 0x6216b01f pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6230a2da percpu_is_read_locked +EXPORT_SYMBOL_GPL vmlinux 0x62377a7b blk_io_schedule +EXPORT_SYMBOL_GPL vmlinux 0x623ab66f rz_mtu3_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x623c8c8e tpm1_getcap +EXPORT_SYMBOL_GPL vmlinux 0x6246a629 synchronize_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x624e8cd7 xhci_stop +EXPORT_SYMBOL_GPL vmlinux 0x624fb0c6 of_devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x6250ea68 pinctrl_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0x62515dab dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x6255198c extcon_register_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0x6257dda7 clk_rate_exclusive_get +EXPORT_SYMBOL_GPL vmlinux 0x6259d291 clk_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x6283abf5 raw_v4_match +EXPORT_SYMBOL_GPL vmlinux 0x6284cae9 platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x628cebbf usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0x6298a776 vcap_rule_set_counter +EXPORT_SYMBOL_GPL vmlinux 0x62a35967 dma_opt_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x62abdfb8 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0x62ad799c amba_bustype +EXPORT_SYMBOL_GPL vmlinux 0x62ae32e4 dax_remove_host +EXPORT_SYMBOL_GPL vmlinux 0x62b2e8cf fscrypt_file_open +EXPORT_SYMBOL_GPL vmlinux 0x62bb09bf clocks_calc_mult_shift +EXPORT_SYMBOL_GPL vmlinux 0x62f2def4 vcap_tc_flower_handler_ip_usage +EXPORT_SYMBOL_GPL vmlinux 0x62f3971c pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x62f5fbe6 cpufreq_dbs_governor_init +EXPORT_SYMBOL_GPL vmlinux 0x62fedbe7 blk_mq_pci_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x6312cf71 pinctrl_parse_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0x63150e06 clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x63197685 s2idle_wake +EXPORT_SYMBOL_GPL vmlinux 0x63262285 iommu_unmap_fast +EXPORT_SYMBOL_GPL vmlinux 0x632c9395 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0x6333934f iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x6333dd3a tpm_chip_unregister +EXPORT_SYMBOL_GPL vmlinux 0x63378eb0 blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0x633bd0d9 fib6_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x633eff26 devm_gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x6346caa0 driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x634b9d42 __SCK__tp_func_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x635c75fd fsl_mc_object_free +EXPORT_SYMBOL_GPL vmlinux 0x636ae321 pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x636cf052 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x6384e7e2 vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0x638a0e60 crypto_register_acomps +EXPORT_SYMBOL_GPL vmlinux 0x638c8c47 ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0x63997c41 l3mdev_table_lookup_register +EXPORT_SYMBOL_GPL vmlinux 0x6399c536 usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0x639b598c rcu_tasks_trace_qs_blkd +EXPORT_SYMBOL_GPL vmlinux 0x639ff35b ahci_platform_find_clk +EXPORT_SYMBOL_GPL vmlinux 0x63a15701 ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x63a4448f sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0x63bd44b8 regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x63c08029 clk_bulk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x63c12066 __dev_fwnode_const +EXPORT_SYMBOL_GPL vmlinux 0x63cb4989 acpi_dev_get_memory_resources +EXPORT_SYMBOL_GPL vmlinux 0x63d3ccd0 scsi_internal_device_unblock_nowait +EXPORT_SYMBOL_GPL vmlinux 0x63dea921 regmap_get_reg_stride +EXPORT_SYMBOL_GPL vmlinux 0x63ea80b3 cper_mem_err_type_str +EXPORT_SYMBOL_GPL vmlinux 0x63fb6e7f dm_bio_from_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x6400379e bpf_sk_storage_diag_put +EXPORT_SYMBOL_GPL vmlinux 0x6405d9f3 gnttab_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x640e58bb kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x640ecc4c device_link_add +EXPORT_SYMBOL_GPL vmlinux 0x6414cafd devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0x6427572b tegra210_clk_emc_dll_enable +EXPORT_SYMBOL_GPL vmlinux 0x642980c0 crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x6435189b usb_phy_roothub_alloc +EXPORT_SYMBOL_GPL vmlinux 0x643b06b0 zynqmp_pm_clock_setrate +EXPORT_SYMBOL_GPL vmlinux 0x64496df3 i2c_match_id +EXPORT_SYMBOL_GPL vmlinux 0x644f8308 find_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x646463ae fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x647537f3 pl320_ipc_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x647967f0 icc_disable +EXPORT_SYMBOL_GPL vmlinux 0x6485cd35 trace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x648bfe53 pci_sriov_configure_simple +EXPORT_SYMBOL_GPL vmlinux 0x648d6da8 devm_devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0x648dfc82 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0x648f59a9 sfp_module_insert +EXPORT_SYMBOL_GPL vmlinux 0x64a31445 mutex_lock_io +EXPORT_SYMBOL_GPL vmlinux 0x64a4ea28 of_phandle_iterator_init +EXPORT_SYMBOL_GPL vmlinux 0x64ad9468 pinconf_generic_parse_dt_config +EXPORT_SYMBOL_GPL vmlinux 0x64c5ea66 vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x64d7fc79 driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x64dc27bf __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x64e27c4f synth_event_delete +EXPORT_SYMBOL_GPL vmlinux 0x64ed2239 divider_recalc_rate +EXPORT_SYMBOL_GPL vmlinux 0x64f36620 dax_flush +EXPORT_SYMBOL_GPL vmlinux 0x6501e839 platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0x6502d9c2 xenbus_scanf +EXPORT_SYMBOL_GPL vmlinux 0x650c4d82 da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6510a9d4 perf_event_update_userpage +EXPORT_SYMBOL_GPL vmlinux 0x651d10e5 ktime_get_tai_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6520e504 pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x6529362e dev_pm_domain_detach +EXPORT_SYMBOL_GPL vmlinux 0x652fe2a8 ftrace_ops_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x6531a37f mpi_add +EXPORT_SYMBOL_GPL vmlinux 0x653832e9 fwnode_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0x65525c38 ghes_register_report_chain +EXPORT_SYMBOL_GPL vmlinux 0x6568c8c7 scsi_dh_attach +EXPORT_SYMBOL_GPL vmlinux 0x656ac6c0 nvmem_cell_read_variable_le_u64 +EXPORT_SYMBOL_GPL vmlinux 0x656f2eb1 dw_pcie_setup_rc +EXPORT_SYMBOL_GPL vmlinux 0x657db106 tpm_put_ops +EXPORT_SYMBOL_GPL vmlinux 0x6582613c ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x65922dd6 synth_event_trace_start +EXPORT_SYMBOL_GPL vmlinux 0x65aa1804 rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x65acf90c sbitmap_weight +EXPORT_SYMBOL_GPL vmlinux 0x65c2b00a of_reserved_mem_device_init_by_name +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65d0119c wbc_detach_inode +EXPORT_SYMBOL_GPL vmlinux 0x65d4a3b1 kcpustat_field +EXPORT_SYMBOL_GPL vmlinux 0x65da1176 regulator_set_suspend_voltage +EXPORT_SYMBOL_GPL vmlinux 0x65e01af9 __sync_icache_dcache +EXPORT_SYMBOL_GPL vmlinux 0x65e03756 crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0x65e51b0a dma_resv_iter_first +EXPORT_SYMBOL_GPL vmlinux 0x65eee3ec devm_hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0x65fa564e register_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0x65ff3b8d soc_device_match +EXPORT_SYMBOL_GPL vmlinux 0x660bdded crypto_unregister_kpp +EXPORT_SYMBOL_GPL vmlinux 0x66129f3e io_uring_cmd_done +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x66200f9e irq_get_default_host +EXPORT_SYMBOL_GPL vmlinux 0x662a3cca of_detach_node +EXPORT_SYMBOL_GPL vmlinux 0x6636c3c9 irq_set_vcpu_affinity +EXPORT_SYMBOL_GPL vmlinux 0x66378226 rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x663bb448 devlink_fmsg_obj_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x6648db98 __SCK__tp_func_rwmmio_post_read +EXPORT_SYMBOL_GPL vmlinux 0x664e9cce iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0x664eb54a k3_ringacc_ring_reset_dma +EXPORT_SYMBOL_GPL vmlinux 0x665e92a0 clk_set_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x665f43e5 platform_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x66622824 cdx_dev_reset +EXPORT_SYMBOL_GPL vmlinux 0x66628d2a virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0x66634dfc vp_modern_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0x6667ed3c sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0x6671fb5b tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0x667d3cd1 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x6683b688 fwnode_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x668cf8c8 vring_notification_data +EXPORT_SYMBOL_GPL vmlinux 0x66b97421 sfp_link_up +EXPORT_SYMBOL_GPL vmlinux 0x66ba17e8 sk_psock_init +EXPORT_SYMBOL_GPL vmlinux 0x66d417bc device_register +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66e864d7 skb_clone_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x66e8b5b0 phylink_caps_to_linkmodes +EXPORT_SYMBOL_GPL vmlinux 0x66f551ba call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x67071725 restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x670b339c ghes_get_devices +EXPORT_SYMBOL_GPL vmlinux 0x670ee423 spi_mem_default_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x67131228 __devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x6713223a rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0x6715cd8f devm_krealloc +EXPORT_SYMBOL_GPL vmlinux 0x671f6d44 extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x672a7550 of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6739a503 balloon_set_new_target +EXPORT_SYMBOL_GPL vmlinux 0x67429c91 __SCK__tp_func_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x6742a70d ethnl_cable_test_amplitude +EXPORT_SYMBOL_GPL vmlinux 0x6744e907 component_compare_dev +EXPORT_SYMBOL_GPL vmlinux 0x674fa8f1 ma35d1_reg_clk_pll +EXPORT_SYMBOL_GPL vmlinux 0x676c688f k3_ringacc_ring_free +EXPORT_SYMBOL_GPL vmlinux 0x676d32ba skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0x676da896 pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x6772ffd3 iopf_queue_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x67738e24 _proc_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x677508a8 devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0x677c69f1 make_vfsgid +EXPORT_SYMBOL_GPL vmlinux 0x677ff88c xas_store +EXPORT_SYMBOL_GPL vmlinux 0x6782a906 of_map_id +EXPORT_SYMBOL_GPL vmlinux 0x67849ca3 bdev_nr_zones +EXPORT_SYMBOL_GPL vmlinux 0x6784e775 pci_ims_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x678b77fa devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x67960bfc pinctrl_generic_get_group_name +EXPORT_SYMBOL_GPL vmlinux 0x67acde10 ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0x67c3c795 get_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x67c85dfa dev_pm_opp_set_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x67cacaeb kthread_unpark +EXPORT_SYMBOL_GPL vmlinux 0x67d4179b devlink_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0x67da9f7c sha512_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x67e71f64 nd_cmd_out_size +EXPORT_SYMBOL_GPL vmlinux 0x67fe2839 wb_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0x68084669 nf_ip6_check_hbh_len +EXPORT_SYMBOL_GPL vmlinux 0x6822de1a firmware_upload_unregister +EXPORT_SYMBOL_GPL vmlinux 0x682ff057 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x68365d1e mptcp_get_reset_option +EXPORT_SYMBOL_GPL vmlinux 0x6836e3af mtk_pinconf_bias_set_combo +EXPORT_SYMBOL_GPL vmlinux 0x68414b9d usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x68437880 dax_writeback_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x68460527 blkcg_set_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x684ca117 zynqmp_pm_get_pll_frac_mode +EXPORT_SYMBOL_GPL vmlinux 0x685c8ea6 tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0x6865cef6 pci_epc_unmap_addr +EXPORT_SYMBOL_GPL vmlinux 0x686e86c2 nop_posix_acl_access +EXPORT_SYMBOL_GPL vmlinux 0x6870d3d1 pci_find_doe_mailbox +EXPORT_SYMBOL_GPL vmlinux 0x687e81f6 scsi_ioctl_block_when_processing_errors +EXPORT_SYMBOL_GPL vmlinux 0x6892e3c3 kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL vmlinux 0x68952493 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x689f6ff4 phylink_mii_c45_pcs_get_state +EXPORT_SYMBOL_GPL vmlinux 0x68ac6bc3 regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0x68ae3820 xen_xlate_remap_gfn_array +EXPORT_SYMBOL_GPL vmlinux 0x68c737e8 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x68ce325b of_pci_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0x6900686f vcap_find_actionfield +EXPORT_SYMBOL_GPL vmlinux 0x690b2050 devm_of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0x690eca94 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0x690f585e phy_basic_ports_array +EXPORT_SYMBOL_GPL vmlinux 0x6926c3fa vcap_rule_get_counter +EXPORT_SYMBOL_GPL vmlinux 0x6939a06b blk_queue_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x693beaed vtime_guest_exit +EXPORT_SYMBOL_GPL vmlinux 0x695776c5 seq_buf_do_printk +EXPORT_SYMBOL_GPL vmlinux 0x695fb96c anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0x6960d54d kill_device +EXPORT_SYMBOL_GPL vmlinux 0x696340a5 __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0x69637b2c __traceiter_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0x696f2b63 of_changeset_init +EXPORT_SYMBOL_GPL vmlinux 0x69756ffc locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x698edfc3 zynqmp_pm_set_gem_config +EXPORT_SYMBOL_GPL vmlinux 0x69a70bf0 is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0x69af1991 tpm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x69cf0632 mpi_fromstr +EXPORT_SYMBOL_GPL vmlinux 0x69d2d271 devm_gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x69dda276 mtk_pinconf_drive_get +EXPORT_SYMBOL_GPL vmlinux 0x69e683de uuid_gen +EXPORT_SYMBOL_GPL vmlinux 0x69ebbcc9 fscrypt_mergeable_bio_bh +EXPORT_SYMBOL_GPL vmlinux 0x69ee2220 linear_range_get_selector_high +EXPORT_SYMBOL_GPL vmlinux 0x69ef6b5d clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0x6a05adbd find_mci_by_dev +EXPORT_SYMBOL_GPL vmlinux 0x6a05b65b fb_videomode_from_videomode +EXPORT_SYMBOL_GPL vmlinux 0x6a0e29d1 register_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x6a11e088 dm_bio_get_target_bio_nr +EXPORT_SYMBOL_GPL vmlinux 0x6a135115 mtk_clk_unregister_factors +EXPORT_SYMBOL_GPL vmlinux 0x6a14d3af unregister_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a177197 rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0x6a2f8471 devm_memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0x6a421062 memory_failure_queue +EXPORT_SYMBOL_GPL vmlinux 0x6a460dc5 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0x6a4d4677 devm_power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6a93c9b2 zynqmp_pm_pinctrl_get_function +EXPORT_SYMBOL_GPL vmlinux 0x6a9e90af ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x6a9f089e iommu_device_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x6aa2a877 xenbus_printf +EXPORT_SYMBOL_GPL vmlinux 0x6aad9152 xen_set_callback_via +EXPORT_SYMBOL_GPL vmlinux 0x6abcdff0 bpf_prog_sub +EXPORT_SYMBOL_GPL vmlinux 0x6ac5b676 tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0x6ac6ab5c i2c_detect_slave_mode +EXPORT_SYMBOL_GPL vmlinux 0x6acfed5e xenbus_dev_groups +EXPORT_SYMBOL_GPL vmlinux 0x6ad29f9d regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0x6ad7e203 dw_pcie_host_deinit +EXPORT_SYMBOL_GPL vmlinux 0x6ae5ceec of_property_read_u32_index +EXPORT_SYMBOL_GPL vmlinux 0x6aeed587 irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x6af444ef fixed_phy_change_carrier +EXPORT_SYMBOL_GPL vmlinux 0x6afb7820 devfreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6afcd65a imx_check_clk_hws +EXPORT_SYMBOL_GPL vmlinux 0x6b08176f xdp_attachment_setup +EXPORT_SYMBOL_GPL vmlinux 0x6b0a2f1e nf_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x6b0dc565 xen_set_irq_priority +EXPORT_SYMBOL_GPL vmlinux 0x6b11b557 rio_add_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0x6b2b69f7 static_key_enable +EXPORT_SYMBOL_GPL vmlinux 0x6b364a01 serdev_controller_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6b3ae022 acpi_os_unmap_iomem +EXPORT_SYMBOL_GPL vmlinux 0x6b3d4d4c debugfs_create_devm_seqfile +EXPORT_SYMBOL_GPL vmlinux 0x6b4045ee zynqmp_pm_get_api_version +EXPORT_SYMBOL_GPL vmlinux 0x6b413c9b sfp_link_down +EXPORT_SYMBOL_GPL vmlinux 0x6b47f8a4 hisi_clk_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x6b5b98a6 i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0x6b67c102 dispatch_hid_bpf_device_event +EXPORT_SYMBOL_GPL vmlinux 0x6b722180 log_read_mmio +EXPORT_SYMBOL_GPL vmlinux 0x6b7a4335 hyperv_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x6b7b43ce device_link_remove +EXPORT_SYMBOL_GPL vmlinux 0x6b7c8b59 fib6_get_table +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b834121 bman_portals_probed +EXPORT_SYMBOL_GPL vmlinux 0x6b91a96f gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0x6b9b76b8 iomap_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x6ba36c6a hwpoison_filter_flags_value +EXPORT_SYMBOL_GPL vmlinux 0x6bac39ad stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0x6bba5ae1 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x6bbd8324 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x6bcdedc0 mpi_point_init +EXPORT_SYMBOL_GPL vmlinux 0x6bce95fe firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x6bd1aa56 stack_trace_save +EXPORT_SYMBOL_GPL vmlinux 0x6bd5c115 check_move_unevictable_folios +EXPORT_SYMBOL_GPL vmlinux 0x6bdef35c acpi_ec_mark_gpe_for_wake +EXPORT_SYMBOL_GPL vmlinux 0x6be3a96b hv_remove_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0x6be91fe8 net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x6bedff9b vfs_remove_acl +EXPORT_SYMBOL_GPL vmlinux 0x6bf17907 ahci_kick_engine +EXPORT_SYMBOL_GPL vmlinux 0x6c04b6b3 dev_pm_opp_set_opp +EXPORT_SYMBOL_GPL vmlinux 0x6c066e0d edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x6c09f494 cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6c0e07f1 get_dev_pagemap +EXPORT_SYMBOL_GPL vmlinux 0x6c205008 mpi_print +EXPORT_SYMBOL_GPL vmlinux 0x6c311ff8 alloc_skb_for_msg +EXPORT_SYMBOL_GPL vmlinux 0x6c348fda scmi_requested_devices_nh +EXPORT_SYMBOL_GPL vmlinux 0x6c389761 acpi_bus_get_private_data +EXPORT_SYMBOL_GPL vmlinux 0x6c38aaeb blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0x6c3f70e0 guid_gen +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c52e319 sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x6c5ad0cd kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0x6c5d448c acpi_bind_one +EXPORT_SYMBOL_GPL vmlinux 0x6c655913 register_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6c7fc620 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0x6c7ff73e tty_ldisc_receive_buf +EXPORT_SYMBOL_GPL vmlinux 0x6c802ecc ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x6c956075 __SCK__tp_func_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6cb0ce87 irq_get_percpu_devid_partition +EXPORT_SYMBOL_GPL vmlinux 0x6cb7e8a2 devm_bitmap_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6cbabf47 pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0x6cbef01e nvdimm_delete +EXPORT_SYMBOL_GPL vmlinux 0x6cca84c9 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6ccde9e8 spi_mem_dirmap_write +EXPORT_SYMBOL_GPL vmlinux 0x6ce10eb0 trace_clock_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x6cef557e inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x6cfc84f9 dw_pcie_ep_init +EXPORT_SYMBOL_GPL vmlinux 0x6d04891d inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x6d056974 kvm_vcpu_kick +EXPORT_SYMBOL_GPL vmlinux 0x6d09843f copy_bpf_fprog_from_user +EXPORT_SYMBOL_GPL vmlinux 0x6d0ae550 pinctrl_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x6d0b074d phy_package_leave +EXPORT_SYMBOL_GPL vmlinux 0x6d131bb3 imx_pinconf_set_scu +EXPORT_SYMBOL_GPL vmlinux 0x6d211d05 pm_report_hw_sleep_time +EXPORT_SYMBOL_GPL vmlinux 0x6d233e6e scmi_device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6d25d042 wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d33c019 ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x6d3ec7f6 dst_cache_get_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x6d467b08 arm_smccc_1_1_get_conduit +EXPORT_SYMBOL_GPL vmlinux 0x6d49c8ed iommu_group_has_isolated_msi +EXPORT_SYMBOL_GPL vmlinux 0x6d5e7a18 pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x6d6fec1f ktime_mono_to_any +EXPORT_SYMBOL_GPL vmlinux 0x6d76f4fc pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0x6d7832b7 __stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x6d7e951e rcu_exp_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x6d96cbb0 is_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x6d998aa4 devm_nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x6da9ca52 evtchn_make_refcounted +EXPORT_SYMBOL_GPL vmlinux 0x6dab806b iommu_fwspec_add_ids +EXPORT_SYMBOL_GPL vmlinux 0x6dacfd6c dev_pm_domain_attach_by_name +EXPORT_SYMBOL_GPL vmlinux 0x6dadaff4 nf_checksum_partial +EXPORT_SYMBOL_GPL vmlinux 0x6dbaafd3 put_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6dc2cb39 attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x6dcd9b5b acpi_gpiochip_free_interrupts +EXPORT_SYMBOL_GPL vmlinux 0x6dd41c16 __fsl_mc_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x6dd5680d sprint_symbol_build_id +EXPORT_SYMBOL_GPL vmlinux 0x6de01787 clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x6de26644 component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0x6de5b33d devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x6de679e6 vcap_keyfield_name +EXPORT_SYMBOL_GPL vmlinux 0x6e09d93d __SCK__tp_func_map +EXPORT_SYMBOL_GPL vmlinux 0x6e29460a kvm_vcpu_read_guest +EXPORT_SYMBOL_GPL vmlinux 0x6e2dcac8 gpiochip_line_is_open_drain +EXPORT_SYMBOL_GPL vmlinux 0x6e353c26 mpi_rshift +EXPORT_SYMBOL_GPL vmlinux 0x6e36328b usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x6e397705 iomap_swapfile_activate +EXPORT_SYMBOL_GPL vmlinux 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x6e458d53 mtk_clk_register_fixed_clks +EXPORT_SYMBOL_GPL vmlinux 0x6e4aa78d k3_udma_glue_rx_flow_enable +EXPORT_SYMBOL_GPL vmlinux 0x6e6cd76f __regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x6e791cdd device_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e7bf0f7 devres_release +EXPORT_SYMBOL_GPL vmlinux 0x6e7f7223 clk_hw_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0x6e81b603 vcap_set_tc_exterr +EXPORT_SYMBOL_GPL vmlinux 0x6e8362ca lwtunnel_output +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6e914514 acpi_dev_irq_flags +EXPORT_SYMBOL_GPL vmlinux 0x6e933b91 preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6e98489d devlink_dpipe_entry_ctx_prepare +EXPORT_SYMBOL_GPL vmlinux 0x6ea03f86 acpi_get_pci_dev +EXPORT_SYMBOL_GPL vmlinux 0x6ea094dd iommu_page_response +EXPORT_SYMBOL_GPL vmlinux 0x6ea2a99f __tracepoint_rwmmio_post_read +EXPORT_SYMBOL_GPL vmlinux 0x6eabc89c mtk_clk_register_cpumuxes +EXPORT_SYMBOL_GPL vmlinux 0x6eb04f46 register_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6eb075a4 devl_trap_policers_register +EXPORT_SYMBOL_GPL vmlinux 0x6ebe366f ktime_get_mono_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6ec81725 switchdev_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0x6ee598b6 __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x6ee89187 kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0x6ef6b54f ktime_get_boot_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6f013139 dw_pcie_ep_reset_bar +EXPORT_SYMBOL_GPL vmlinux 0x6f0f1cf2 percpu_free_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x6f12560a get_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6f13b29d sk_set_peek_off +EXPORT_SYMBOL_GPL vmlinux 0x6f15add6 ahci_do_softreset +EXPORT_SYMBOL_GPL vmlinux 0x6f1fa984 clk_hw_forward_rate_request +EXPORT_SYMBOL_GPL vmlinux 0x6f1fea30 bpf_trace_run2 +EXPORT_SYMBOL_GPL vmlinux 0x6f1feb3f fsl_mc_bus_dprtc_type +EXPORT_SYMBOL_GPL vmlinux 0x6f2017de misc_cg_set_capacity +EXPORT_SYMBOL_GPL vmlinux 0x6f22b655 ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0x6f2b2a5c tps65912_device_init +EXPORT_SYMBOL_GPL vmlinux 0x6f2f70f5 dev_pm_opp_find_freq_ceil +EXPORT_SYMBOL_GPL vmlinux 0x6f6b52e9 __ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x6f73d58a __regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x6f768a60 usb_string +EXPORT_SYMBOL_GPL vmlinux 0x6f79cced regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0x6f7e6040 irq_has_action +EXPORT_SYMBOL_GPL vmlinux 0x6f9e763b timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x6fa426d2 phylink_ethtool_nway_reset +EXPORT_SYMBOL_GPL vmlinux 0x6facb318 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0x6faefb69 i2c_dw_validate_speed +EXPORT_SYMBOL_GPL vmlinux 0x6fb8e3dc regmap_mmio_detach_clk +EXPORT_SYMBOL_GPL vmlinux 0x6fcef6ab ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0x6fe32a71 spi_setup +EXPORT_SYMBOL_GPL vmlinux 0x6fe8f18b tcp_set_keepalive +EXPORT_SYMBOL_GPL vmlinux 0x6ff2b227 of_property_read_variable_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6ff79559 devm_clk_hw_register_fixed_factor_index +EXPORT_SYMBOL_GPL vmlinux 0x6ffa6875 thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0x6ffd1a0d spi_async +EXPORT_SYMBOL_GPL vmlinux 0x7006586e iommu_get_group_resv_regions +EXPORT_SYMBOL_GPL vmlinux 0x70079d69 tracepoint_probe_register_prio_may_exist +EXPORT_SYMBOL_GPL vmlinux 0x7022dbae crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0x703b693f debugfs_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x70423efb zynqmp_pm_set_sd_config +EXPORT_SYMBOL_GPL vmlinux 0x7058bba4 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x7072d329 amba_device_add +EXPORT_SYMBOL_GPL vmlinux 0x7073c04f phy_10_100_features_array +EXPORT_SYMBOL_GPL vmlinux 0x707555f1 pci_assign_unassigned_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x70840f7e clk_hw_rate_is_protected +EXPORT_SYMBOL_GPL vmlinux 0x70a1c6b2 pse_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x70a59d7c xenbus_dev_is_online +EXPORT_SYMBOL_GPL vmlinux 0x70be7380 ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0x70c04fa3 devm_platform_get_irqs_affinity +EXPORT_SYMBOL_GPL vmlinux 0x70c2c7ea pids_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x70c52dc5 nf_skb_duplicated +EXPORT_SYMBOL_GPL vmlinux 0x70c64c1d __fscrypt_prepare_lookup +EXPORT_SYMBOL_GPL vmlinux 0x70ca6d83 regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x70caa28f iommu_map_sg +EXPORT_SYMBOL_GPL vmlinux 0x70cb2b56 ncsi_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70e04d85 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x70e10d0a vcap_port_debugfs +EXPORT_SYMBOL_GPL vmlinux 0x70ee6d50 skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0x70eedf06 cdrom_read_tocentry +EXPORT_SYMBOL_GPL vmlinux 0x70fbae4d cppc_allow_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x70fd692e fwnode_get_name +EXPORT_SYMBOL_GPL vmlinux 0x710a369b pci_epc_get_features +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x710c8cdd virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0x711447ca bpf_verifier_log_write +EXPORT_SYMBOL_GPL vmlinux 0x7118e7b3 clk_mux_determine_rate_flags +EXPORT_SYMBOL_GPL vmlinux 0x711a4298 dst_cache_set_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x71207451 acpi_dev_resource_io +EXPORT_SYMBOL_GPL vmlinux 0x71257796 pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0x7129a6f4 osc_sb_native_usb4_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x712ecd01 xhci_reset_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0x7149750b device_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x714f0b1d __traceiter_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x71724493 mctrl_gpio_enable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x7181db30 atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7184e8c4 device_match_name +EXPORT_SYMBOL_GPL vmlinux 0x7191c484 acpiphp_register_attention +EXPORT_SYMBOL_GPL vmlinux 0x7192187b i2c_client_type +EXPORT_SYMBOL_GPL vmlinux 0x7195940a mctrl_gpio_disable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x719d8049 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x719e17ff clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x71a109d8 irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0x71a20f4a __SCK__tp_func_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x71ae003b clk_hw_get_name +EXPORT_SYMBOL_GPL vmlinux 0x71b08f66 spi_mem_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x71b1c89b cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x71b634d3 kvm_release_page_clean +EXPORT_SYMBOL_GPL vmlinux 0x71b6cf94 dst_cache_reset_now +EXPORT_SYMBOL_GPL vmlinux 0x71b836bb led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0x71c059d8 __traceiter_map +EXPORT_SYMBOL_GPL vmlinux 0x71cde560 regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x71d9a059 ext_pi_type3_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x71dcdb2e dma_map_sgtable +EXPORT_SYMBOL_GPL vmlinux 0x71e3eef7 fscrypt_get_symlink +EXPORT_SYMBOL_GPL vmlinux 0x71e5ef67 pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x71f89fea cpufreq_cpu_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x722359ee pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x722593fe sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0x7265f2b0 pci_vpd_check_csum +EXPORT_SYMBOL_GPL vmlinux 0x7271f08c security_kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0x7274fdab pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x727abae1 cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0x727f444b device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0x72812a19 sch_frag_xmit_hook +EXPORT_SYMBOL_GPL vmlinux 0x72826560 ata_qc_get_active +EXPORT_SYMBOL_GPL vmlinux 0x7282ecb6 rcu_async_hurry +EXPORT_SYMBOL_GPL vmlinux 0x7283161b percpu_ref_switch_to_percpu +EXPORT_SYMBOL_GPL vmlinux 0x72842c3e devm_device_add_group +EXPORT_SYMBOL_GPL vmlinux 0x7285cd5d debugfs_create_ulong +EXPORT_SYMBOL_GPL vmlinux 0x728f8d27 mpc8xxx_spi_rx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0x729ea89b unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x72a34632 nvdimm_clear_poison +EXPORT_SYMBOL_GPL vmlinux 0x72a7e8f6 fsnotify_find_mark +EXPORT_SYMBOL_GPL vmlinux 0x72aa7f4c __dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0x72ae1839 base64_decode +EXPORT_SYMBOL_GPL vmlinux 0x72bbb180 __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x72d267dc nvmem_del_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0x72d5ae64 of_dma_is_coherent +EXPORT_SYMBOL_GPL vmlinux 0x72e3bdfb rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0x72e4f3f7 __scsi_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x73073b23 acpi_data_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x730a37ff pci_doe +EXPORT_SYMBOL_GPL vmlinux 0x730b769c devm_kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x73196ac3 hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x7319c5a4 edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x7323ac73 udp_abort +EXPORT_SYMBOL_GPL vmlinux 0x732852fe xenbus_transaction_end +EXPORT_SYMBOL_GPL vmlinux 0x732d0547 gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL vmlinux 0x733b53fe __hwspin_unlock +EXPORT_SYMBOL_GPL vmlinux 0x734aac54 pci_intx +EXPORT_SYMBOL_GPL vmlinux 0x734e50b3 kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x734fac23 fscrypt_fname_encrypted_size +EXPORT_SYMBOL_GPL vmlinux 0x736732f0 of_property_read_variable_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x738aec21 i2c_acpi_find_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0x73915dfb screen_glyph_unicode +EXPORT_SYMBOL_GPL vmlinux 0x73980711 alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0x7398eba2 bpf_offload_dev_netdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73b3043c i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x73c49665 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0x73c6b4c2 kvm_init +EXPORT_SYMBOL_GPL vmlinux 0x73c81195 devm_blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x73cc0759 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0x73cc8631 oiap +EXPORT_SYMBOL_GPL vmlinux 0x73ec4dc6 crypto_unregister_aead +EXPORT_SYMBOL_GPL vmlinux 0x73f0263e hid_bpf_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0x73f2ed24 switchdev_handle_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x7405d86e ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x740c7d5e init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x740cfaa9 acpi_storage_d3 +EXPORT_SYMBOL_GPL vmlinux 0x7429297b interval_tree_span_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x7430488a __traceiter_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x743b99d8 xenmem_reservation_increase +EXPORT_SYMBOL_GPL vmlinux 0x74457e56 apei_resources_fini +EXPORT_SYMBOL_GPL vmlinux 0x745cf264 device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x74657b06 ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0x746b6c14 iomap_bmap +EXPORT_SYMBOL_GPL vmlinux 0x74783ad5 to_nd_desc +EXPORT_SYMBOL_GPL vmlinux 0x7480589f fscrypt_set_context +EXPORT_SYMBOL_GPL vmlinux 0x748317e4 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x7489a98b ahci_init_controller +EXPORT_SYMBOL_GPL vmlinux 0x74a22bb4 k3_udma_glue_push_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x74b5ea68 lcm_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x74b71db3 bpf_prog_alloc +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74be1623 cdx_device_add +EXPORT_SYMBOL_GPL vmlinux 0x74bf2e01 scsi_pr_type_to_block +EXPORT_SYMBOL_GPL vmlinux 0x74c38634 platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x74c7bffa stack_trace_snprint +EXPORT_SYMBOL_GPL vmlinux 0x74d42632 mas_empty_area +EXPORT_SYMBOL_GPL vmlinux 0x74e73871 housekeeping_overridden +EXPORT_SYMBOL_GPL vmlinux 0x74e96332 devm_irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x74f20766 devm_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x74fa09d8 devm_i2c_add_adapter +EXPORT_SYMBOL_GPL vmlinux 0x750a5f7c ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0x750c54aa ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0x750d022a irq_domain_create_legacy +EXPORT_SYMBOL_GPL vmlinux 0x75133f6e visitor128 +EXPORT_SYMBOL_GPL vmlinux 0x751d2e97 bpf_log +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x752709fa smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x7538bb8b acpi_spi_count_resources +EXPORT_SYMBOL_GPL vmlinux 0x753c4d12 call_switchdev_blocking_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x75467a0e irq_of_parse_and_map +EXPORT_SYMBOL_GPL vmlinux 0x754a132a mmu_interval_notifier_insert_locked +EXPORT_SYMBOL_GPL vmlinux 0x754d6862 __traceiter_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x754e3eeb nvdimm_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x754e5ea2 tegra210_clk_emc_attach +EXPORT_SYMBOL_GPL vmlinux 0x755007c3 sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0x755986f0 mtk_pinconf_drive_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x756cd27b devm_clk_get_optional_enabled +EXPORT_SYMBOL_GPL vmlinux 0x75798dfc __traceiter_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x757c1bbb housekeeping_any_cpu +EXPORT_SYMBOL_GPL vmlinux 0x75815c74 sk_psock_msg_verdict +EXPORT_SYMBOL_GPL vmlinux 0x758a43fe k3_ringacc_get_ring_irq_num +EXPORT_SYMBOL_GPL vmlinux 0x759139cb of_pci_check_probe_only +EXPORT_SYMBOL_GPL vmlinux 0x75957d67 fuse_mount_remove +EXPORT_SYMBOL_GPL vmlinux 0x759bfe36 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0x75a750e4 vcap_rule_rem_key +EXPORT_SYMBOL_GPL vmlinux 0x75acc78c devl_param_driverinit_value_get +EXPORT_SYMBOL_GPL vmlinux 0x75b16a06 fsnotify_destroy_mark +EXPORT_SYMBOL_GPL vmlinux 0x75b79b50 devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0x75cc00c8 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0x75db8c9e clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x75dd4ebe of_overlay_remove +EXPORT_SYMBOL_GPL vmlinux 0x75e51945 __SCK__tp_func_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x75e78a8c devm_of_phy_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x75e9c735 pci_ats_disabled +EXPORT_SYMBOL_GPL vmlinux 0x75f21e4d phy_set_media +EXPORT_SYMBOL_GPL vmlinux 0x75fb9062 arch_timer_read_counter +EXPORT_SYMBOL_GPL vmlinux 0x76001bc2 ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0x760bafdd devm_clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x761009a5 shake_page +EXPORT_SYMBOL_GPL vmlinux 0x7636c482 blk_crypto_intersect_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x76431e63 tcp_plb_check_rehash +EXPORT_SYMBOL_GPL vmlinux 0x764fa510 imx_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0x76517f03 interval_tree_span_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0x7656410c mpi_sub +EXPORT_SYMBOL_GPL vmlinux 0x7665a95b idr_remove +EXPORT_SYMBOL_GPL vmlinux 0x7677464c blk_clear_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x76971845 gpiochip_generic_request +EXPORT_SYMBOL_GPL vmlinux 0x769cefb5 percpu_ref_switch_to_atomic +EXPORT_SYMBOL_GPL vmlinux 0x76a22dc2 usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0x76a61e85 __SCK__tp_func_rwmmio_write +EXPORT_SYMBOL_GPL vmlinux 0x76b52b8f usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x76b9cf81 fib_rules_dump +EXPORT_SYMBOL_GPL vmlinux 0x76bfe71b sysfs_create_link_nowarn +EXPORT_SYMBOL_GPL vmlinux 0x76cd0ec0 kvm_vcpu_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x76cda97a tpm_chip_start +EXPORT_SYMBOL_GPL vmlinux 0x76d1af56 debounce_time_mt2701 +EXPORT_SYMBOL_GPL vmlinux 0x76d1dbd4 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0x76d9b876 clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x76de1d86 dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x76e85af6 mtk_pctrl_show_one_pin +EXPORT_SYMBOL_GPL vmlinux 0x76e85b92 gnttab_request_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x76eeeb0f sha384_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x76f2336f fib4_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x77010f15 vp_modern_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x770821a2 gov_attr_set_get +EXPORT_SYMBOL_GPL vmlinux 0x770a5ae9 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x77100ba9 hv_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0x7712771a unbind_from_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x771e393a bio_associate_blkg +EXPORT_SYMBOL_GPL vmlinux 0x7720cb50 crypto_sig_set_pubkey +EXPORT_SYMBOL_GPL vmlinux 0x77222306 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x7727bfbf dst_blackhole_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x772b0f64 __wake_up_pollfree +EXPORT_SYMBOL_GPL vmlinux 0x772e4192 crypto_comp_compress +EXPORT_SYMBOL_GPL vmlinux 0x7734f157 devm_create_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x77522cf6 sbitmap_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0x7754a5a9 dev_pm_opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0x7757b51a clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x775cf246 reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x775e8f53 wbc_account_cgroup_owner +EXPORT_SYMBOL_GPL vmlinux 0x77622503 balloon_page_alloc +EXPORT_SYMBOL_GPL vmlinux 0x776c424e sfp_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x7779d62c rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0x777a2869 crypto_rng_reset +EXPORT_SYMBOL_GPL vmlinux 0x7785f632 relay_close +EXPORT_SYMBOL_GPL vmlinux 0x7788bca1 devm_clk_get_enabled +EXPORT_SYMBOL_GPL vmlinux 0x7791e066 dw_pcie_read +EXPORT_SYMBOL_GPL vmlinux 0x7797fbb5 imx_clk_hw_pfdv2 +EXPORT_SYMBOL_GPL vmlinux 0x779a7fe7 ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x779e855e i2c_new_client_device +EXPORT_SYMBOL_GPL vmlinux 0x77a796a6 rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x77ae495d usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0x77b6d13c gnttab_unmap_refs +EXPORT_SYMBOL_GPL vmlinux 0x77c7eadc __ndisc_fill_addr_option +EXPORT_SYMBOL_GPL vmlinux 0x77d0238a devm_pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x77df4526 vp_legacy_get_status +EXPORT_SYMBOL_GPL vmlinux 0x77df81a7 of_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x77e7054e extcon_get_property +EXPORT_SYMBOL_GPL vmlinux 0x77e75be3 sfp_bus_put +EXPORT_SYMBOL_GPL vmlinux 0x77e8f134 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x77eb9f0c devm_pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x77ebfb5a usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0x77ecf68d memalloc_socks_key +EXPORT_SYMBOL_GPL vmlinux 0x77ef3dd4 gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x77f24400 perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x77f7b911 fwnode_graph_get_next_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x77ff80d3 __tracepoint_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x78096d4b thermal_zone_device_disable +EXPORT_SYMBOL_GPL vmlinux 0x7811389d mpc8xxx_spi_rx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0x7847c621 sfp_parse_support +EXPORT_SYMBOL_GPL vmlinux 0x784c2feb unregister_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x784d4dd2 xhci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x7850b13d crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0x78550e4e vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0x785a93b4 si_mem_available +EXPORT_SYMBOL_GPL vmlinux 0x786e5977 tegra_bpmp_request_mrq +EXPORT_SYMBOL_GPL vmlinux 0x7877af36 sk_msg_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x78812b5f ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0x788167d2 devm_thermal_of_zone_register +EXPORT_SYMBOL_GPL vmlinux 0x7883347e ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x788bfbad ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0x78981655 nfs_ssc_client_tbl +EXPORT_SYMBOL_GPL vmlinux 0x789a52a1 __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0x789c73d9 rcu_cpu_stall_suppress_at_boot +EXPORT_SYMBOL_GPL vmlinux 0x78a83ece devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x78b2bb19 tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x78b39494 pm_clk_add +EXPORT_SYMBOL_GPL vmlinux 0x78b76b4c tty_get_icount +EXPORT_SYMBOL_GPL vmlinux 0x78c062bf devm_acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x78c8ce61 mtk_eint_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x78d00758 bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x78da1345 gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0x78dacfd4 devl_traps_register +EXPORT_SYMBOL_GPL vmlinux 0x78ddb76b dmi_match +EXPORT_SYMBOL_GPL vmlinux 0x78e28586 ata_common_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x78e7d349 dst_cache_set_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x78ea5275 attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0x78f6c406 ahci_platform_resume +EXPORT_SYMBOL_GPL vmlinux 0x78fd60b5 irq_domain_alloc_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x790684bf bpf_prog_free +EXPORT_SYMBOL_GPL vmlinux 0x790be0b9 usb_bus_idr +EXPORT_SYMBOL_GPL vmlinux 0x7911e9c4 task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0x7918d817 memory_failure +EXPORT_SYMBOL_GPL vmlinux 0x791c7c49 crypto_clone_cipher +EXPORT_SYMBOL_GPL vmlinux 0x7928937c of_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x79345cb9 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x7934aa08 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x793f0940 rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x79470a2c TSS_authhmac +EXPORT_SYMBOL_GPL vmlinux 0x794a0461 rockchip_pcie_disable_clocks +EXPORT_SYMBOL_GPL vmlinux 0x794b7271 orderly_reboot +EXPORT_SYMBOL_GPL vmlinux 0x7950a73f bpf_prog_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x7952bb63 blk_crypto_register +EXPORT_SYMBOL_GPL vmlinux 0x79618950 open_related_ns +EXPORT_SYMBOL_GPL vmlinux 0x79754ea5 phy_set_speed +EXPORT_SYMBOL_GPL vmlinux 0x797a909c devm_thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x7983a0a6 da903x_read +EXPORT_SYMBOL_GPL vmlinux 0x798676ab nvdimm_has_flush +EXPORT_SYMBOL_GPL vmlinux 0x798875ce mmc_crypto_prepare_req +EXPORT_SYMBOL_GPL vmlinux 0x798b7682 klist_prev +EXPORT_SYMBOL_GPL vmlinux 0x79907504 kthread_cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x79980520 devm_devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0x7998a4e9 cpufreq_driver_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x799b05ff kthread_unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0x79b0658e xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0x79b4e4df iommu_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x79baf2ff transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0x79bb8a26 sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0x79bc842c usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x79d5fd55 xhci_gen_setup +EXPORT_SYMBOL_GPL vmlinux 0x79d6d372 fib_info_nh_uses_dev +EXPORT_SYMBOL_GPL vmlinux 0x79defbe1 kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x79df86d1 pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0x79f1aa44 find_iova +EXPORT_SYMBOL_GPL vmlinux 0x79f697e4 lzorle1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x79fb4d9a devlink_params_register +EXPORT_SYMBOL_GPL vmlinux 0x7a032ffe crypto_alloc_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x7a05bbd6 __traceiter_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x7a12d9db of_resolve_phandles +EXPORT_SYMBOL_GPL vmlinux 0x7a1cb45a acct_bioset_exit +EXPORT_SYMBOL_GPL vmlinux 0x7a1f1073 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x7a2b60f1 of_i2c_get_board_info +EXPORT_SYMBOL_GPL vmlinux 0x7a36abe9 phy_create +EXPORT_SYMBOL_GPL vmlinux 0x7a3f16a2 devl_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7a4b12d6 md_find_rdev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x7a5f7544 of_irq_parse_raw +EXPORT_SYMBOL_GPL vmlinux 0x7a61e417 regulator_set_soft_start_regmap +EXPORT_SYMBOL_GPL vmlinux 0x7a73e605 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7a78b367 regulator_suspend_disable +EXPORT_SYMBOL_GPL vmlinux 0x7a81541b async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x7a832ea8 blk_mq_free_request +EXPORT_SYMBOL_GPL vmlinux 0x7a9234dd netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0x7a958591 crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x7a98f4b4 copy_from_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0x7a9a276f fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0x7a9b0062 gpiochip_irqchip_add_domain +EXPORT_SYMBOL_GPL vmlinux 0x7a9b734e devm_fwnode_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x7a9c9aa3 crypto_unregister_rng +EXPORT_SYMBOL_GPL vmlinux 0x7a9e4c23 software_node_register_node_group +EXPORT_SYMBOL_GPL vmlinux 0x7aab4ec9 ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0x7ab5a000 regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0x7ac10ad8 icst_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x7ac6a13c clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x7ac722bd phy_all_ports_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7acd0996 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0x7ad02a41 asn1_encode_tag +EXPORT_SYMBOL_GPL vmlinux 0x7ad1ded1 pinctrl_register_mappings +EXPORT_SYMBOL_GPL vmlinux 0x7ad2c64c k3_udma_glue_release_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x7af0a8d4 irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x7afcb7db __kprobe_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x7afe324e halt_poll_ns_grow +EXPORT_SYMBOL_GPL vmlinux 0x7b07a11d pci_p2pmem_virt_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x7b30cef6 device_find_child +EXPORT_SYMBOL_GPL vmlinux 0x7b510f92 __fscrypt_encrypt_symlink +EXPORT_SYMBOL_GPL vmlinux 0x7b51ba36 crypto_register_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x7b5452b8 acpi_unregister_gsi +EXPORT_SYMBOL_GPL vmlinux 0x7b549ef1 pinctrl_count_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0x7b5a4926 sha1_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x7b6c10e6 __fscrypt_prepare_link +EXPORT_SYMBOL_GPL vmlinux 0x7b6f9536 acpi_register_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x7b80f3d0 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0x7b8492ef handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0x7b858120 regmap_field_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x7b8910f4 kfence_sample_interval +EXPORT_SYMBOL_GPL vmlinux 0x7b90d1a9 bind_virq_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7b96ca35 rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0x7b9793a2 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x7b9b00ef ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x7ba5a824 rockchip_pcie_cfg_configuration_accesses +EXPORT_SYMBOL_GPL vmlinux 0x7ba9215b mptcp_pm_get_local_addr_max +EXPORT_SYMBOL_GPL vmlinux 0x7badc658 genphy_c45_pma_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7bb045a7 __request_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x7bb3fa18 vcap_rule_add_action_bit +EXPORT_SYMBOL_GPL vmlinux 0x7bbdcd77 acpi_cppc_processor_probe +EXPORT_SYMBOL_GPL vmlinux 0x7bc3d4ea mmc_pwrseq_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7bc54711 phylink_create +EXPORT_SYMBOL_GPL vmlinux 0x7bd3343f da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0x7bdc9aaf phylink_connect_phy +EXPORT_SYMBOL_GPL vmlinux 0x7bf97e14 adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7c006a5a serial8250_rx_dma_flush +EXPORT_SYMBOL_GPL vmlinux 0x7c0d33a7 tty_port_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x7c2614b9 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7c291e86 show_rcu_tasks_trace_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0x7c34f715 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0x7c3842d3 skb_defer_rx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x7c3d8a4b icc_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x7c3e0cba thermal_zone_device_type +EXPORT_SYMBOL_GPL vmlinux 0x7c3e736a rcu_nocb_cpu_offload +EXPORT_SYMBOL_GPL vmlinux 0x7c434653 unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x7c4ce866 i2c_dw_configure_master +EXPORT_SYMBOL_GPL vmlinux 0x7c6f8e29 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x7c9033d2 bpf_trace_run1 +EXPORT_SYMBOL_GPL vmlinux 0x7c92edc4 sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x7c931868 kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL vmlinux 0x7c94c99a kvm_release_pfn_dirty +EXPORT_SYMBOL_GPL vmlinux 0x7c983a5d dmi_walk +EXPORT_SYMBOL_GPL vmlinux 0x7c9a7371 clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0x7c9eec5a vchan_find_desc +EXPORT_SYMBOL_GPL vmlinux 0x7c9f87a8 of_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x7ca64a0b __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x7cb1aea1 devlink_dpipe_header_ethernet +EXPORT_SYMBOL_GPL vmlinux 0x7cb803de btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0x7cc84d98 from_vfsgid +EXPORT_SYMBOL_GPL vmlinux 0x7cce902d __tracepoint_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0x7cceaf92 zs_pool_stats +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7cd7ba1d kernel_read_file_from_fd +EXPORT_SYMBOL_GPL vmlinux 0x7ce10f54 generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0x7ce2e879 kthread_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x7ce47a2d icc_link_create +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cf4656f thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0x7cf48a6a rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x7d00c65b nd_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x7d0950ec vp_legacy_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x7d0f6b42 __tracepoint_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x7d16f72f devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7d183968 nvdimm_pmem_region_create +EXPORT_SYMBOL_GPL vmlinux 0x7d1bb1d4 tnum_strn +EXPORT_SYMBOL_GPL vmlinux 0x7d30ce2e blkcg_get_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x7d36024a tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x7d471321 zynqmp_pm_pinctrl_release +EXPORT_SYMBOL_GPL vmlinux 0x7d476d58 phy_validate +EXPORT_SYMBOL_GPL vmlinux 0x7d478e55 acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x7d4ecd06 fsnotify_add_mark +EXPORT_SYMBOL_GPL vmlinux 0x7d558968 trace_seq_puts +EXPORT_SYMBOL_GPL vmlinux 0x7d585b5c kvm_read_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d8d1c78 kvm_destroy_vcpus +EXPORT_SYMBOL_GPL vmlinux 0x7d965061 crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0x7d97dac8 vp_legacy_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x7da8a9b9 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7da99b5b devlink_port_type_clear +EXPORT_SYMBOL_GPL vmlinux 0x7db5b4d3 usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x7dc7e2dd ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7ddb33c7 ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x7ddc32f8 devlink_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x7de39e07 phy_basic_t1_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7de65a03 acpi_lpat_free_conversion_table +EXPORT_SYMBOL_GPL vmlinux 0x7de6cc23 io_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x7dee78ac msi_next_desc +EXPORT_SYMBOL_GPL vmlinux 0x7defc870 gnttab_end_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0x7dfa1e70 devm_pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x7e01375c proc_create_net_data +EXPORT_SYMBOL_GPL vmlinux 0x7e06ab33 usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0x7e10d698 md_find_rdev_nr_rcu +EXPORT_SYMBOL_GPL vmlinux 0x7e1f7629 spi_controller_resume +EXPORT_SYMBOL_GPL vmlinux 0x7e20f97f fsl_mc_portal_reset +EXPORT_SYMBOL_GPL vmlinux 0x7e2af0eb tty_port_register_device_serdev +EXPORT_SYMBOL_GPL vmlinux 0x7e3bdecd __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0x7e5db80b pstore_name_to_type +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e6bd818 of_property_read_variable_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x7e7a47c9 pci_acpi_clear_companion_lookup_hook +EXPORT_SYMBOL_GPL vmlinux 0x7e7e3f58 ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7e8a697f regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0x7e8d8619 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0x7e917894 __SCK__tp_func_unmap +EXPORT_SYMBOL_GPL vmlinux 0x7ea75c24 __wake_up_locked_key_bookmark +EXPORT_SYMBOL_GPL vmlinux 0x7ea7b8e9 nd_cmd_in_size +EXPORT_SYMBOL_GPL vmlinux 0x7eb808d0 add_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7ecd0ce0 usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0x7ed88328 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x7eea6b8b pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0x7efbd3da paste_selection +EXPORT_SYMBOL_GPL vmlinux 0x7f1c12e2 rz_mtu3_shared_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x7f296e25 pinctrl_generic_get_group_count +EXPORT_SYMBOL_GPL vmlinux 0x7f2b4cc2 class_create +EXPORT_SYMBOL_GPL vmlinux 0x7f30066a wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x7f56fd20 pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0x7f639662 dprc_scan_container +EXPORT_SYMBOL_GPL vmlinux 0x7f6cee89 rhashtable_free_and_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7f6fc131 __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0x7f74bb9d ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0x7f7cbc64 ip_tunnel_need_metadata +EXPORT_SYMBOL_GPL vmlinux 0x7f7d4f5f devm_register_power_off_handler +EXPORT_SYMBOL_GPL vmlinux 0x7f8194c6 irq_domain_free_irqs_common +EXPORT_SYMBOL_GPL vmlinux 0x7f84b2ec blk_mq_complete_request_remote +EXPORT_SYMBOL_GPL vmlinux 0x7f84f35d rcu_gp_slow_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7f851bbf usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0x7f85d176 sock_map_unhash +EXPORT_SYMBOL_GPL vmlinux 0x7f8839d6 i2c_acpi_get_i2c_resource +EXPORT_SYMBOL_GPL vmlinux 0x7f8cea79 irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x7f953b6f register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x7f9b1879 osc_cpc_flexible_adr_space_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x7fa96509 erst_get_record_id_next +EXPORT_SYMBOL_GPL vmlinux 0x7fc2ff1b sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0x7fcb33fb gnttab_page_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x7fd2696f ahci_handle_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x7fe0dc60 phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x7feacc6b regulator_list_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x7feb5e85 da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0x7fede5a7 bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0x7ff19c40 zynqmp_pm_set_requirement +EXPORT_SYMBOL_GPL vmlinux 0x7ffed880 gpiochip_generic_free +EXPORT_SYMBOL_GPL vmlinux 0x80135182 k3_ringacc_ring_pop_tail +EXPORT_SYMBOL_GPL vmlinux 0x802841c1 devm_of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0x8035bed7 rockchip_clk_protect_critical +EXPORT_SYMBOL_GPL vmlinux 0x804fe119 crypto_grab_kpp +EXPORT_SYMBOL_GPL vmlinux 0x8052d00a device_rename +EXPORT_SYMBOL_GPL vmlinux 0x805d673f usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0x80694e95 gov_attr_set_put +EXPORT_SYMBOL_GPL vmlinux 0x807766ea usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x8079e070 clean_record_shared_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x807fdcc4 call_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x808442e7 sock_diag_destroy +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x80969024 devm_pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x809a66db regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x80a095d8 scatterwalk_ffwd +EXPORT_SYMBOL_GPL vmlinux 0x80a52040 ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x80b7e2bd set_secondary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x80b8831e tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0x80c2eefb genphy_c45_pma_baset1_setup_master_slave +EXPORT_SYMBOL_GPL vmlinux 0x80c67c7f ata_scsi_dma_need_drain +EXPORT_SYMBOL_GPL vmlinux 0x80c68137 nf_log_buf_close +EXPORT_SYMBOL_GPL vmlinux 0x80cf82df crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0x80d2e929 imx_clk_fracn_gppll +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80e4f7ae hisi_clk_register_phase +EXPORT_SYMBOL_GPL vmlinux 0x80e88177 __tracepoint_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x80efd015 imx_dev_clk_hw_pll14xx +EXPORT_SYMBOL_GPL vmlinux 0x80f5cb88 clk_hw_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x810461ef thermal_zone_get_offset +EXPORT_SYMBOL_GPL vmlinux 0x8110a73a cond_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x81129595 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8118caef regulator_find_closest_bigger +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x8120bce4 syscon_regmap_lookup_by_phandle_optional +EXPORT_SYMBOL_GPL vmlinux 0x812545ef devm_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x8131f18a mtk_pinconf_bias_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x81372a76 sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0x814a0f24 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0x814a1633 skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0x81510b4a net_failover_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8151ee00 irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x815588a6 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x815722ca uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x815fda83 sed_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x816630a3 gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x816a41ca cpufreq_update_limits +EXPORT_SYMBOL_GPL vmlinux 0x816a7c45 dm_report_zones +EXPORT_SYMBOL_GPL vmlinux 0x816c2395 crypto_unregister_rngs +EXPORT_SYMBOL_GPL vmlinux 0x817f1a7b device_add +EXPORT_SYMBOL_GPL vmlinux 0x8180cede asn1_encode_sequence +EXPORT_SYMBOL_GPL vmlinux 0x81990d8e __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x819d72cb klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x819f4485 tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x81a34273 edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL vmlinux 0x81a7f541 percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x81a9e1f3 blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x81aa78d8 zynqmp_pm_aes_engine +EXPORT_SYMBOL_GPL vmlinux 0x81cf5282 trace_seq_bprintf +EXPORT_SYMBOL_GPL vmlinux 0x81d666cb debugfs_file_get +EXPORT_SYMBOL_GPL vmlinux 0x81da0b69 tty_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x81e2bdf4 generic_handle_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x81e9cb3b irq_gc_noop +EXPORT_SYMBOL_GPL vmlinux 0x81f372a2 unregister_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x81fd742f bdi_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x82092899 badrange_forget +EXPORT_SYMBOL_GPL vmlinux 0x8220a38e k3_ringacc_get_ring_id +EXPORT_SYMBOL_GPL vmlinux 0x82226c53 pinctrl_unregister_mappings +EXPORT_SYMBOL_GPL vmlinux 0x822b807d genphy_c45_read_lpa +EXPORT_SYMBOL_GPL vmlinux 0x8231bec4 serdev_device_set_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x82397b3b devm_acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x823ad447 vcap_tc_flower_handler_portnum_usage +EXPORT_SYMBOL_GPL vmlinux 0x823eae06 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x825c7340 phylink_get_eee_err +EXPORT_SYMBOL_GPL vmlinux 0x825eefaf pci_ignore_hotplug +EXPORT_SYMBOL_GPL vmlinux 0x8279076d devm_spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x827e61f8 acpi_has_watchdog +EXPORT_SYMBOL_GPL vmlinux 0x828e22f4 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0x828f76d0 __netdev_watchdog_up +EXPORT_SYMBOL_GPL vmlinux 0x8293a14e inet6_hash +EXPORT_SYMBOL_GPL vmlinux 0x829f9253 spi_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0x82a80545 __SCK__tp_func_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x82b5e8f5 usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0x82c03a90 cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x82c07b3e blk_crypto_reprogram_all_keys +EXPORT_SYMBOL_GPL vmlinux 0x82c5c9c1 rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82d9b037 devm_nvdimm_memremap +EXPORT_SYMBOL_GPL vmlinux 0x82f0cba8 trace_get_event_file +EXPORT_SYMBOL_GPL vmlinux 0x82f2a58c tty_save_termios +EXPORT_SYMBOL_GPL vmlinux 0x82f98db7 wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0x8312af6e __percpu_down_read +EXPORT_SYMBOL_GPL vmlinux 0x83201e8b spi_split_transfers_maxwords +EXPORT_SYMBOL_GPL vmlinux 0x8321b3aa of_get_pci_domain_nr +EXPORT_SYMBOL_GPL vmlinux 0x83287877 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0x8330cb16 fsl_mc_bus_dpdmai_type +EXPORT_SYMBOL_GPL vmlinux 0x8339df73 klist_add_behind +EXPORT_SYMBOL_GPL vmlinux 0x8347aaec device_store_int +EXPORT_SYMBOL_GPL vmlinux 0x8349355d sched_set_fifo +EXPORT_SYMBOL_GPL vmlinux 0x8349a895 nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x835393ef vp_modern_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x8353dfff acpi_os_get_iomem +EXPORT_SYMBOL_GPL vmlinux 0x83546481 usb_amd_pt_check_port +EXPORT_SYMBOL_GPL vmlinux 0x836d652f poll_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x836ffbe7 thermal_zone_get_crit_temp +EXPORT_SYMBOL_GPL vmlinux 0x8377ba3e xhci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x83afa7d6 gpiochip_line_is_valid +EXPORT_SYMBOL_GPL vmlinux 0x83d7fcc2 pm_clk_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x83d9e6df virtio_device_restore +EXPORT_SYMBOL_GPL vmlinux 0x83e0335a gpiochip_reqres_irq +EXPORT_SYMBOL_GPL vmlinux 0x83edc739 blkg_conf_exit +EXPORT_SYMBOL_GPL vmlinux 0x83f76196 devm_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x8406e2bf pinctrl_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x840bb3ca power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x84106f36 devlink_trap_ctx_priv +EXPORT_SYMBOL_GPL vmlinux 0x8425b9c3 xas_split_alloc +EXPORT_SYMBOL_GPL vmlinux 0x84264ced fs_umode_to_ftype +EXPORT_SYMBOL_GPL vmlinux 0x842ab12e sk_msg_free_nocharge +EXPORT_SYMBOL_GPL vmlinux 0x842dbdea pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0x842f046d usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x843a31fd pm_clk_remove +EXPORT_SYMBOL_GPL vmlinux 0x843d70ef acpi_is_root_bridge +EXPORT_SYMBOL_GPL vmlinux 0x84502a47 blk_status_to_errno +EXPORT_SYMBOL_GPL vmlinux 0x845497be mtk_pinconf_adv_drive_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x845b4dbb sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x8462cb62 atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0x8473fc05 scmi_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x847522af rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x847b41d9 pm_genpd_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x84899443 mtk_clk_pdev_remove +EXPORT_SYMBOL_GPL vmlinux 0x84933367 folio_wait_writeback_killable +EXPORT_SYMBOL_GPL vmlinux 0x849723cd dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0x84a7ac07 driver_set_override +EXPORT_SYMBOL_GPL vmlinux 0x84a8d0eb of_changeset_revert +EXPORT_SYMBOL_GPL vmlinux 0x84baef02 simple_rename_exchange +EXPORT_SYMBOL_GPL vmlinux 0x84c18764 ksm_madvise +EXPORT_SYMBOL_GPL vmlinux 0x84c36695 i2c_acpi_waive_d0_probe +EXPORT_SYMBOL_GPL vmlinux 0x84c8feeb hrtimer_sleeper_start_expires +EXPORT_SYMBOL_GPL vmlinux 0x84d064c1 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x84d795ff serdev_device_close +EXPORT_SYMBOL_GPL vmlinux 0x84dfe8b2 tracing_snapshot_cond_enable +EXPORT_SYMBOL_GPL vmlinux 0x84e06f6e class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x84ec55cf led_blink_set_nosleep +EXPORT_SYMBOL_GPL vmlinux 0x84ef27f5 synth_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x84fa1e20 fsl_mc_bus_dpni_type +EXPORT_SYMBOL_GPL vmlinux 0x84fca375 usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x84fd67ac regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x85010a26 devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8506baa8 clk_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x850bb6db devlink_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x850cef9a strp_init +EXPORT_SYMBOL_GPL vmlinux 0x85111488 do_xdp_generic +EXPORT_SYMBOL_GPL vmlinux 0x85142df4 sbitmap_queue_init_node +EXPORT_SYMBOL_GPL vmlinux 0x851e6003 usb_phy_roothub_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x851fe124 __SCK__tp_func_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8527f3e2 sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0x8529282b fat_truncate_time +EXPORT_SYMBOL_GPL vmlinux 0x8532ce76 spi_controller_dma_map_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0x85344a41 usb_phy_set_event +EXPORT_SYMBOL_GPL vmlinux 0x85540ebc nvmem_cell_put +EXPORT_SYMBOL_GPL vmlinux 0x85594ce8 __iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x85663f94 usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x8568287e pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x857e3ec0 devl_rate_leaf_create +EXPORT_SYMBOL_GPL vmlinux 0x858e2628 dax_holder +EXPORT_SYMBOL_GPL vmlinux 0x8590bc43 dev_get_tstats64 +EXPORT_SYMBOL_GPL vmlinux 0x8591de75 tpm_chip_bootstrap +EXPORT_SYMBOL_GPL vmlinux 0x859708b2 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0x859fd5be tpmm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x85b7ea53 ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0x85bef740 spi_mem_adjust_op_size +EXPORT_SYMBOL_GPL vmlinux 0x85c36be5 thermal_zone_get_trip +EXPORT_SYMBOL_GPL vmlinux 0x85ca7345 dma_mmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x85d43dfa __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0x85d48272 devlink_register +EXPORT_SYMBOL_GPL vmlinux 0x85d7827b validate_xmit_xfrm +EXPORT_SYMBOL_GPL vmlinux 0x85e025a5 strp_process +EXPORT_SYMBOL_GPL vmlinux 0x85e42aef kvm_vcpu_write_guest +EXPORT_SYMBOL_GPL vmlinux 0x85ec966f tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x85eed1be iopf_queue_discard_partial +EXPORT_SYMBOL_GPL vmlinux 0x860ab0fc __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x861a7a70 fscrypt_dummy_policies_equal +EXPORT_SYMBOL_GPL vmlinux 0x862258db timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x862bb17b linear_range_values_in_range_array +EXPORT_SYMBOL_GPL vmlinux 0x8632c922 rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x8635b70a pci_generic_config_write32 +EXPORT_SYMBOL_GPL vmlinux 0x863faf84 blockdev_superblock +EXPORT_SYMBOL_GPL vmlinux 0x86585a33 devlink_fmsg_obj_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x86623fd7 notify_remote_via_irq +EXPORT_SYMBOL_GPL vmlinux 0x86700220 acpi_get_cpuid +EXPORT_SYMBOL_GPL vmlinux 0x8670b86e ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x8677245d unregister_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0x867cb996 iomap_seek_hole +EXPORT_SYMBOL_GPL vmlinux 0x86833d0a clk_register_composite +EXPORT_SYMBOL_GPL vmlinux 0x86871b40 devlink_info_version_stored_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x86882c63 kvm_read_guest +EXPORT_SYMBOL_GPL vmlinux 0x8692dc3c ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0x8696808c phy_gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x86993cc9 param_set_uint_minmax +EXPORT_SYMBOL_GPL vmlinux 0x86b13d2a usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x86b1ceb3 tegra210_set_sata_pll_seq_sw +EXPORT_SYMBOL_GPL vmlinux 0x86b4e7f1 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0x86b963ab rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x86bd6ef5 acpi_get_and_request_gpiod +EXPORT_SYMBOL_GPL vmlinux 0x86c02001 ipi_send_mask +EXPORT_SYMBOL_GPL vmlinux 0x86c43a8c cper_estatus_check +EXPORT_SYMBOL_GPL vmlinux 0x86c7d559 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x86c8153a crypto_register_aeads +EXPORT_SYMBOL_GPL vmlinux 0x86e53e5a od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x86e79050 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f85114 net_dec_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x870e16b7 xen_test_irq_shared +EXPORT_SYMBOL_GPL vmlinux 0x87162a0f serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0x8718a587 ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0x871cdd77 regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x871eb1f9 ahci_platform_disable_phys +EXPORT_SYMBOL_GPL vmlinux 0x87210229 sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0x87258a37 mas_store +EXPORT_SYMBOL_GPL vmlinux 0x8726f0ca xen_remap_vma_range +EXPORT_SYMBOL_GPL vmlinux 0x872cf394 tpm_try_get_ops +EXPORT_SYMBOL_GPL vmlinux 0x87333306 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x873765d7 meson_eeclkc_probe +EXPORT_SYMBOL_GPL vmlinux 0x875275c3 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0x875532dd genphy_c45_read_eee_abilities +EXPORT_SYMBOL_GPL vmlinux 0x87591e26 __traceiter_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x87601e8d clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0x877eb205 __bio_release_pages +EXPORT_SYMBOL_GPL vmlinux 0x87843748 genphy_c45_aneg_done +EXPORT_SYMBOL_GPL vmlinux 0x87908767 xas_clear_mark +EXPORT_SYMBOL_GPL vmlinux 0x87955ac0 iommu_device_register +EXPORT_SYMBOL_GPL vmlinux 0x8799bce3 serial8250_do_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x879c1682 __regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x87abf2a5 __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x87b849d5 nvdimm_provider_data +EXPORT_SYMBOL_GPL vmlinux 0x87c1afb7 of_pci_get_max_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x87c8acdb rz_mtu3_16bit_ch_read +EXPORT_SYMBOL_GPL vmlinux 0x87f447b9 rockchip_register_softrst_lut +EXPORT_SYMBOL_GPL vmlinux 0x881267cd gpiod_get_array_value +EXPORT_SYMBOL_GPL vmlinux 0x8829206e usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0x882a0349 crypto_register_scomp +EXPORT_SYMBOL_GPL vmlinux 0x885528a6 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x88657b7b dev_pm_opp_get_of_node +EXPORT_SYMBOL_GPL vmlinux 0x8872eded device_driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x887919a9 ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x887e977d regmap_fields_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x887ea798 dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x8883088b tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x8888c442 iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0x888c297a irq_create_mapping_affinity +EXPORT_SYMBOL_GPL vmlinux 0x888c5be5 irq_bypass_register_consumer +EXPORT_SYMBOL_GPL vmlinux 0x888dd66d usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x88a0e791 usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88af00a6 rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0x88b4ae92 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x88ca616e blk_rq_poll +EXPORT_SYMBOL_GPL vmlinux 0x88cce6a0 xas_find_marked +EXPORT_SYMBOL_GPL vmlinux 0x88cd7a9a k3_ringacc_ring_get_occ +EXPORT_SYMBOL_GPL vmlinux 0x88dafdbb regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x88ef0ff8 ethtool_params_from_link_mode +EXPORT_SYMBOL_GPL vmlinux 0x88fac4e8 xhci_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x89076ba0 virtqueue_get_used_addr +EXPORT_SYMBOL_GPL vmlinux 0x890b6e8b pci_epc_map_addr +EXPORT_SYMBOL_GPL vmlinux 0x890f4f97 __kprobe_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x890fa0fa btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0x891a5a7f gnttab_max_grant_frames +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x893abbdd devlink_fmsg_u32_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x893c5ddb unlock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x8954dc8e __SCK__tp_func_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x8955e3a8 blk_mq_hctx_set_fq_lock_class +EXPORT_SYMBOL_GPL vmlinux 0x8962a32a uart_try_toggle_sysrq +EXPORT_SYMBOL_GPL vmlinux 0x897d8059 backing_file_real_path +EXPORT_SYMBOL_GPL vmlinux 0x898a5031 of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0x89a4476d HYPERVISOR_multicall +EXPORT_SYMBOL_GPL vmlinux 0x89abd28f class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x89ae7aa0 rsa_parse_pub_key +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89bd05c1 scsi_dh_activate +EXPORT_SYMBOL_GPL vmlinux 0x89bec8b0 gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL vmlinux 0x89da8064 debugfs_create_file_size +EXPORT_SYMBOL_GPL vmlinux 0x89e0fdae usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x89e1ec9d acpi_get_subsystem_id +EXPORT_SYMBOL_GPL vmlinux 0x89e340cf acpi_bus_get_ejd +EXPORT_SYMBOL_GPL vmlinux 0x89e55828 cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0x89e5d546 devm_gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x89f531db phy_led_triggers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x89fd2af2 lwtunnel_build_state +EXPORT_SYMBOL_GPL vmlinux 0x8a008b77 __alloc_pages_bulk +EXPORT_SYMBOL_GPL vmlinux 0x8a06ec40 nvdimm_security_setup_events +EXPORT_SYMBOL_GPL vmlinux 0x8a137713 regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x8a192a4f pci_set_host_bridge_release +EXPORT_SYMBOL_GPL vmlinux 0x8a23a620 xdp_convert_zc_to_xdp_frame +EXPORT_SYMBOL_GPL vmlinux 0x8a293cf6 of_regulator_match +EXPORT_SYMBOL_GPL vmlinux 0x8a2b72bb pci_epc_remove_epf +EXPORT_SYMBOL_GPL vmlinux 0x8a3f84ba linear_range_get_selector_low +EXPORT_SYMBOL_GPL vmlinux 0x8a45a555 acpi_unregister_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x8a49372e __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x8a4a2ad4 mdiobus_modify +EXPORT_SYMBOL_GPL vmlinux 0x8a4fb28b kthread_func +EXPORT_SYMBOL_GPL vmlinux 0x8a554a36 mpc8xxx_spi_strmode +EXPORT_SYMBOL_GPL vmlinux 0x8a5cb8f5 devl_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8a62b81b sfp_upstream_stop +EXPORT_SYMBOL_GPL vmlinux 0x8a665bfa numa_nearest_node +EXPORT_SYMBOL_GPL vmlinux 0x8a66ba8a watchdog_set_last_hw_keepalive +EXPORT_SYMBOL_GPL vmlinux 0x8a784300 usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0x8a83fb45 mpi_point_free_parts +EXPORT_SYMBOL_GPL vmlinux 0x8a89924f ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x8aa4cfdf fsl_mc_portal_allocate +EXPORT_SYMBOL_GPL vmlinux 0x8aadbb1f blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8ac1407b sfp_get_module_eeprom +EXPORT_SYMBOL_GPL vmlinux 0x8ac21441 sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0x8ac5ef9e clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x8adf5064 pci_alloc_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x8ae81aba fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x8aec7342 crypto_register_templates +EXPORT_SYMBOL_GPL vmlinux 0x8b03990e vcap_tc_flower_handler_ipv4_usage +EXPORT_SYMBOL_GPL vmlinux 0x8b108e49 task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0x8b149c36 clk_is_match +EXPORT_SYMBOL_GPL vmlinux 0x8b23466d skcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x8b2852d4 noop_direct_IO +EXPORT_SYMBOL_GPL vmlinux 0x8b4149e4 cppc_perf_ctrs_in_pcc +EXPORT_SYMBOL_GPL vmlinux 0x8b45dee6 iommu_get_domain_for_dev_pasid +EXPORT_SYMBOL_GPL vmlinux 0x8b543229 __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8b64bc64 xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x8b680e1a thermal_zone_device +EXPORT_SYMBOL_GPL vmlinux 0x8b70fd85 vcpu_load +EXPORT_SYMBOL_GPL vmlinux 0x8b88e49a devl_lock +EXPORT_SYMBOL_GPL vmlinux 0x8b89f01c hv_ghcb_hypercall +EXPORT_SYMBOL_GPL vmlinux 0x8b8f2c6c pci_epf_bind +EXPORT_SYMBOL_GPL vmlinux 0x8b96f31b __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x8ba0eb15 hv_set_vpreg +EXPORT_SYMBOL_GPL vmlinux 0x8ba5afe9 HYPERVISOR_memory_op +EXPORT_SYMBOL_GPL vmlinux 0x8ba7bdbf rz_mtu3_8bit_ch_read +EXPORT_SYMBOL_GPL vmlinux 0x8bafb2fb acpi_cppc_processor_exit +EXPORT_SYMBOL_GPL vmlinux 0x8bbe527c __tracepoint_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0x8bd2e38d clk_regmap_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x8beb8ed4 compat_only_sysfs_link_entry_to_kobj +EXPORT_SYMBOL_GPL vmlinux 0x8bf5f379 k3_udma_glue_release_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x8bfc2476 da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x8c0215f2 pm_system_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c040d60 crypto_register_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x8c089882 kick_process +EXPORT_SYMBOL_GPL vmlinux 0x8c09cb50 vcap_rule_add_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x8c0ed103 rcu_check_boost_fail +EXPORT_SYMBOL_GPL vmlinux 0x8c28347e netdev_is_rx_handler_busy +EXPORT_SYMBOL_GPL vmlinux 0x8c35e0bf devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x8c377595 serial8250_rpm_put +EXPORT_SYMBOL_GPL vmlinux 0x8c37f361 devm_ti_sci_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x8c3a79f3 split_page +EXPORT_SYMBOL_GPL vmlinux 0x8c418b06 md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0x8c45f063 to_nd_region +EXPORT_SYMBOL_GPL vmlinux 0x8c484409 gnttab_release_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x8c4d2428 mt_prev +EXPORT_SYMBOL_GPL vmlinux 0x8c52dd7c __tracepoint_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x8c5f4c14 xdp_return_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x8c64e741 dprc_open +EXPORT_SYMBOL_GPL vmlinux 0x8c699f24 hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x8c6bbca4 devm_hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0x8c743fb6 reset_control_status +EXPORT_SYMBOL_GPL vmlinux 0x8c80813e ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x8c81a94a regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x8c89e3b8 usb_phy_roothub_power_off +EXPORT_SYMBOL_GPL vmlinux 0x8c8d2374 dma_fence_unwrap_first +EXPORT_SYMBOL_GPL vmlinux 0x8c94cddb is_dock_device +EXPORT_SYMBOL_GPL vmlinux 0x8c98d248 unregister_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x8c9c3372 rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x8c9e54d3 devlink_info_version_running_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x8ca3793d devlink_priv +EXPORT_SYMBOL_GPL vmlinux 0x8ca3d6fc securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x8cb42e8d gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x8cb5a38e k3_udma_glue_rx_flow_disable +EXPORT_SYMBOL_GPL vmlinux 0x8cc84a80 devm_gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x8cd50f00 free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x8ceba45b dm_audit_log_bio +EXPORT_SYMBOL_GPL vmlinux 0x8cee9ebf __fsverity_cleanup_inode +EXPORT_SYMBOL_GPL vmlinux 0x8cfd4796 gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0x8d0183f6 of_mm_gpiochip_add_data +EXPORT_SYMBOL_GPL vmlinux 0x8d1c7c43 soc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x8d1e7d5d l3mdev_fib_table_rcu +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d3330b6 cpuacct_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x8d3537d6 phy_configure +EXPORT_SYMBOL_GPL vmlinux 0x8d522714 __rcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x8d56487e pci_msi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0x8d6d4f40 iommu_sva_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0x8d6e8900 adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x8d758f42 of_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x8d7e3373 hwpoison_filter_dev_major +EXPORT_SYMBOL_GPL vmlinux 0x8d89020b software_node_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x8d908ebf power_supply_get_maintenance_charging_setting +EXPORT_SYMBOL_GPL vmlinux 0x8da7aae3 pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x8db56723 pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x8dba7795 regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x8dbf7aaa privcmd_call +EXPORT_SYMBOL_GPL vmlinux 0x8dc66c4c pcie_aspm_capable +EXPORT_SYMBOL_GPL vmlinux 0x8dca1ba8 vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL vmlinux 0x8dcdd190 cdx_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x8dd218b0 icc_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x8dd473ca devfreq_event_disable_edev +EXPORT_SYMBOL_GPL vmlinux 0x8de2d9e8 devm_regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8de83d3c kvm_make_all_cpus_request +EXPORT_SYMBOL_GPL vmlinux 0x8df3db65 gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x8df54549 blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x8e051dc7 mmc_send_tuning +EXPORT_SYMBOL_GPL vmlinux 0x8e0a8a3e swapcache_mapping +EXPORT_SYMBOL_GPL vmlinux 0x8e0b9d9e rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0x8e0e51ac sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x8e16419b trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x8e1fec5e sk_msg_free_partial +EXPORT_SYMBOL_GPL vmlinux 0x8e47baf3 __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0x8e4b63a6 hisi_clk_register_gate_sep +EXPORT_SYMBOL_GPL vmlinux 0x8e4eb451 bpf_sk_storage_diag_free +EXPORT_SYMBOL_GPL vmlinux 0x8e600cbb thermal_zone_get_num_trips +EXPORT_SYMBOL_GPL vmlinux 0x8e618bed mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0x8e67dddc devlink_port_type_eth_set +EXPORT_SYMBOL_GPL vmlinux 0x8e6b1a9e net_selftest_get_count +EXPORT_SYMBOL_GPL vmlinux 0x8e6fa8b5 apei_exec_pre_map_gars +EXPORT_SYMBOL_GPL vmlinux 0x8e7e4718 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x8e7f0a9c acpi_get_phys_id +EXPORT_SYMBOL_GPL vmlinux 0x8e80680d wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x8e849986 dax_remap_file_range_prep +EXPORT_SYMBOL_GPL vmlinux 0x8e88f41d nvmem_layout_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x8e8a612e skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x8e9bd4a3 hv_alloc_hyperv_page +EXPORT_SYMBOL_GPL vmlinux 0x8ea034a8 ethnl_cable_test_step +EXPORT_SYMBOL_GPL vmlinux 0x8ea67397 usb_role_switch_register +EXPORT_SYMBOL_GPL vmlinux 0x8eabd23c transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x8ead800c user_free_preparse +EXPORT_SYMBOL_GPL vmlinux 0x8ecab842 mtk_clk_unregister_cpumuxes +EXPORT_SYMBOL_GPL vmlinux 0x8ed432c1 nd_region_dev +EXPORT_SYMBOL_GPL vmlinux 0x8eec19bd __SCK__tp_func_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x8eed4ed1 ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x8eee3399 dax_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x8ef1961e gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x8f00f6d1 vhost_task_start +EXPORT_SYMBOL_GPL vmlinux 0x8f0748af rcu_expedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x8f0b781d iova_domain_init_rcaches +EXPORT_SYMBOL_GPL vmlinux 0x8f0f1877 phy_create_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8f33c92f dev_pm_opp_of_cpumask_add_table +EXPORT_SYMBOL_GPL vmlinux 0x8f3969e1 zynqmp_pm_clock_getrate +EXPORT_SYMBOL_GPL vmlinux 0x8f3e5b27 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x8f4f5b83 __tracepoint_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x8f527bf5 fib_rule_matchall +EXPORT_SYMBOL_GPL vmlinux 0x8f572717 devm_watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x8f5f4758 iommu_detach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0x8f603067 ghes_estatus_pool_region_free +EXPORT_SYMBOL_GPL vmlinux 0x8f607694 key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f76c91b fscrypt_context_for_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x8f77da37 dev_pm_opp_get_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x8f786bee fs_umode_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0x8f7bd0a6 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0x8f8afcf1 phy_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x8fa5a6ee dev_fetch_sw_netstats +EXPORT_SYMBOL_GPL vmlinux 0x8fa9f26e nvdimm_flush +EXPORT_SYMBOL_GPL vmlinux 0x8faa800d acpi_cpc_valid +EXPORT_SYMBOL_GPL vmlinux 0x8fbf0640 rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x8fc12788 software_node_unregister_node_group +EXPORT_SYMBOL_GPL vmlinux 0x8fea1ba7 crypto_sig_maxsize +EXPORT_SYMBOL_GPL vmlinux 0x8ff60436 mpi_ec_add_points +EXPORT_SYMBOL_GPL vmlinux 0x8ff84ca7 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x8ff95c61 fscrypt_mergeable_bio +EXPORT_SYMBOL_GPL vmlinux 0x8fff3c22 of_icc_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x9001f1a0 devm_clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0x90127905 serdev_device_write_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x9025e3fd l3mdev_table_lookup_unregister +EXPORT_SYMBOL_GPL vmlinux 0x90320f23 acpi_dev_gpio_irq_wake_get_by +EXPORT_SYMBOL_GPL vmlinux 0x90335a08 spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x903b627c list_lru_isolate_move +EXPORT_SYMBOL_GPL vmlinux 0x9041f30d usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x905b77e4 power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0x907ffb62 __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0x90836500 sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0x90a264e9 usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0x90a9d8cc hv_is_hyperv_initialized +EXPORT_SYMBOL_GPL vmlinux 0x90aa3dbe kthread_use_mm +EXPORT_SYMBOL_GPL vmlinux 0x90b022da inet_pernet_hashinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0x90b02341 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x90b763f1 HYPERVISOR_console_io +EXPORT_SYMBOL_GPL vmlinux 0x90c8498c apei_exec_write_register +EXPORT_SYMBOL_GPL vmlinux 0x90d3675f mdiobus_c45_modify +EXPORT_SYMBOL_GPL vmlinux 0x90e17d3b __pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0x90e1ef99 eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0x90fc965b mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0x91058e42 dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0x911bbb15 devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x911fcd6c phylink_start +EXPORT_SYMBOL_GPL vmlinux 0x91235f75 nvmem_cell_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0x91289022 edac_mc_free +EXPORT_SYMBOL_GPL vmlinux 0x912f5ed9 fib_new_table +EXPORT_SYMBOL_GPL vmlinux 0x913dd575 __spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x913ebd32 stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x9163fc19 do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0x916a449e io_uring_cmd_sock +EXPORT_SYMBOL_GPL vmlinux 0x917982bc pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x9186a622 mtk_clk_unregister_muxes +EXPORT_SYMBOL_GPL vmlinux 0x918f6417 iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9194e18f xenbus_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x91955a9f start_poll_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x919bb9c5 dst_cache_get_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x91a5e464 get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x91a83039 phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x91b1aa2e usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0x91b774a1 mpi_scanval +EXPORT_SYMBOL_GPL vmlinux 0x91bda183 perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x91be314f input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0x91c2a5a5 clk_register_hisi_phase +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91c80048 call_hid_bpf_rdesc_fixup +EXPORT_SYMBOL_GPL vmlinux 0x91cd7f0c adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x91d4e51d __fsverity_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x91e30809 HYPERVISOR_vm_assist +EXPORT_SYMBOL_GPL vmlinux 0x91ea8726 asn1_encode_boolean +EXPORT_SYMBOL_GPL vmlinux 0x91f05b7e tegra_xusb_padctl_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0x9209f283 dax_finish_sync_fault +EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x9221c4e5 sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0x92271bf1 uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0x922d8801 __tracepoint_rwmmio_read +EXPORT_SYMBOL_GPL vmlinux 0x9234450e blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0x923dc710 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0x923e42aa sysfb_disable +EXPORT_SYMBOL_GPL vmlinux 0x9241b358 __static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0x924b767f kobject_move +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x92507a4e __devm_reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x927487ea zynqmp_pm_read_ggs +EXPORT_SYMBOL_GPL vmlinux 0x927be50c vfs_splice_read +EXPORT_SYMBOL_GPL vmlinux 0x9299ef76 mtk_pinconf_bias_disable_set +EXPORT_SYMBOL_GPL vmlinux 0x929bd285 regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0x929e95cf psi_memstall_enter +EXPORT_SYMBOL_GPL vmlinux 0x92a01562 ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0x92a584f6 tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x92b178cf pci_ims_alloc_irq +EXPORT_SYMBOL_GPL vmlinux 0x92b4e32a __traceiter_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x92b8c78b hyperv_pcpu_output_arg +EXPORT_SYMBOL_GPL vmlinux 0x92ca8d50 ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0x92ca977a pci_generic_ecam_ops +EXPORT_SYMBOL_GPL vmlinux 0x92cb609e __tracepoint_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x92cf74aa vcap_admin_rule_count +EXPORT_SYMBOL_GPL vmlinux 0x92d308d1 __ct_user_enter +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92dea8de sched_set_fifo_low +EXPORT_SYMBOL_GPL vmlinux 0x92e8e9ab fsverity_enqueue_verify_work +EXPORT_SYMBOL_GPL vmlinux 0x930ab533 k3_ringacc_request_ring +EXPORT_SYMBOL_GPL vmlinux 0x931ac7c0 __tracepoint_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x93255b2b ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x932c8d7a linear_range_get_value_array +EXPORT_SYMBOL_GPL vmlinux 0x932d3c40 virtio_add_status +EXPORT_SYMBOL_GPL vmlinux 0x932e2c69 device_match_of_node +EXPORT_SYMBOL_GPL vmlinux 0x9332a568 __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x93335116 led_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9339f734 power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0x933f75e0 usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x934f17e3 tcp_sendmsg_locked +EXPORT_SYMBOL_GPL vmlinux 0x935346fe __sbitmap_queue_get +EXPORT_SYMBOL_GPL vmlinux 0x93605e9a vfsgid_in_group_p +EXPORT_SYMBOL_GPL vmlinux 0x936a6e53 rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x936ab060 mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0x9380b051 pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0x93841319 seg6_do_srh_inline +EXPORT_SYMBOL_GPL vmlinux 0x938b943e is_nvdimm_sync +EXPORT_SYMBOL_GPL vmlinux 0x938cf9d8 __tracepoint_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x938d5c78 trace_add_event_call +EXPORT_SYMBOL_GPL vmlinux 0x938eb98a fsverity_get_digest +EXPORT_SYMBOL_GPL vmlinux 0x9392fbfd device_match_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x93985537 crypto_register_rngs +EXPORT_SYMBOL_GPL vmlinux 0x939f586c usb_urb_ep_type_check +EXPORT_SYMBOL_GPL vmlinux 0x93b8a7eb fat_time_fat2unix +EXPORT_SYMBOL_GPL vmlinux 0x93c4fd3a ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x93c7edeb usb_find_common_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x93d1d424 gnttab_free_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x93d39420 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0x93ebdf96 mt_next +EXPORT_SYMBOL_GPL vmlinux 0x93edef07 devlink_health_report +EXPORT_SYMBOL_GPL vmlinux 0x9411488c mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x94160518 __put_task_struct_rcu_cb +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x9425bb34 nvmem_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x94299178 phylink_decode_usxgmii_word +EXPORT_SYMBOL_GPL vmlinux 0x9430b198 trace_dump_stack +EXPORT_SYMBOL_GPL vmlinux 0x9436e405 memory_group_register_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x9437dd17 rockchip_clk_of_add_provider +EXPORT_SYMBOL_GPL vmlinux 0x943fc708 xen_setup_shutdown_event +EXPORT_SYMBOL_GPL vmlinux 0x9449214b init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0x944c140b nfs_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9468ea70 schedule_hrtimeout_range_clock +EXPORT_SYMBOL_GPL vmlinux 0x946dd559 sha224_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x94747955 tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0x948d9386 rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x949b5176 devlink_region_snapshot_create +EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x94a02912 devm_ti_sci_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x94a2f1b0 fsl_mc_bus_dpcon_type +EXPORT_SYMBOL_GPL vmlinux 0x94ad0e16 devm_release_action +EXPORT_SYMBOL_GPL vmlinux 0x94b0eb16 dev_pm_opp_get_required_pstate +EXPORT_SYMBOL_GPL vmlinux 0x94bbb62f __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x94d166ce anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x94dcede0 __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x94e62d2e __set_phys_to_machine_multi +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x94f0136c irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x94f64aa5 __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x94f71658 dev_pm_genpd_get_next_hrtimer +EXPORT_SYMBOL_GPL vmlinux 0x94fa3164 skb_gso_validate_mac_len +EXPORT_SYMBOL_GPL vmlinux 0x94fd5063 devm_request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x950a0dcc clk_hw_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x951a2773 crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x951aa0f8 icc_enable +EXPORT_SYMBOL_GPL vmlinux 0x951d9b84 ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x952264d1 sk_msg_free +EXPORT_SYMBOL_GPL vmlinux 0x9527ccd7 of_phandle_iterator_next +EXPORT_SYMBOL_GPL vmlinux 0x9534cf3a ahci_ops +EXPORT_SYMBOL_GPL vmlinux 0x95397977 usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x953c5e8b ndo_dflt_bridge_getlink +EXPORT_SYMBOL_GPL vmlinux 0x953e1b9e ktime_get_real_seconds +EXPORT_SYMBOL_GPL vmlinux 0x955a2b34 regulator_desc_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x955dd70c edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0x95609b26 context_tracking_key +EXPORT_SYMBOL_GPL vmlinux 0x9569a036 tcp_enter_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0x956ac400 ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x956b2680 dm_audit_log_ti +EXPORT_SYMBOL_GPL vmlinux 0x956b2ab2 ping_bind +EXPORT_SYMBOL_GPL vmlinux 0x957166d8 regmap_irq_set_type_config_simple +EXPORT_SYMBOL_GPL vmlinux 0x957809f9 __traceiter_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x9578a08a generic_handle_domain_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x95843030 mpi_ec_init +EXPORT_SYMBOL_GPL vmlinux 0x95844de9 vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0x958c28ef l3mdev_link_scope_lookup +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x9593eefe serial8250_rpm_put_tx +EXPORT_SYMBOL_GPL vmlinux 0x9593ef31 register_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x959682a4 __tracepoint_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x959ec5f5 call_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x95a3997c i2c_client_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x95b81a76 mpc8xxx_spi_rx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95cf2d1c dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x95d37b2b fscrypt_show_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0x95ef1ccc dmi_memdev_size +EXPORT_SYMBOL_GPL vmlinux 0x95ff5331 rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0x9600122c set_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x96105d8c vcap_tc_flower_handler_ethaddr_usage +EXPORT_SYMBOL_GPL vmlinux 0x961286e0 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x9616a255 phylink_ethtool_ksettings_get +EXPORT_SYMBOL_GPL vmlinux 0x9621d738 alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0x9622a457 iommu_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0x96242a38 iopf_queue_add_device +EXPORT_SYMBOL_GPL vmlinux 0x96258f76 key_type_user +EXPORT_SYMBOL_GPL vmlinux 0x962c8ae1 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x9632c5af fscrypt_prepare_lookup_partial +EXPORT_SYMBOL_GPL vmlinux 0x963c587b devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x965426a6 cpu_topology +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9668fc68 blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9685ca56 shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x96865336 ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0x9697abf8 usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x9698f853 devl_dpipe_table_unregister +EXPORT_SYMBOL_GPL vmlinux 0x96a412e8 ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0x96a55fda list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0x96a64039 rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0x96aa8621 ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0x96aee92a fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0x96b3c1ed __traceiter_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x96bd27a6 __auxiliary_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x96bea33f __traceiter_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x96cd1ed7 elv_register +EXPORT_SYMBOL_GPL vmlinux 0x96daebfc regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x96ebe4c3 perf_report_aux_output_id +EXPORT_SYMBOL_GPL vmlinux 0x96f9a01b __SCK__tp_func_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x96fa0526 nf_queue_entry_free +EXPORT_SYMBOL_GPL vmlinux 0x97032259 regmap_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x97033509 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0x970fbce9 nf_ip_route +EXPORT_SYMBOL_GPL vmlinux 0x9714e0bb ktime_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x97212e14 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x9723c8a6 dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0x97268cd4 led_classdev_notify_brightness_hw_changed +EXPORT_SYMBOL_GPL vmlinux 0x97322d6c of_mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0x973fbee4 led_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x974dbe97 devm_kasprintf +EXPORT_SYMBOL_GPL vmlinux 0x975519c1 asymmetric_key_id_same +EXPORT_SYMBOL_GPL vmlinux 0x97612f8b ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x9764fffc mmc_crypto_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x97691240 clk_hw_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x97699e46 clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0x97777573 phylink_mii_c22_pcs_config +EXPORT_SYMBOL_GPL vmlinux 0x977be5c7 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0x978189a6 genphy_c45_plca_get_status +EXPORT_SYMBOL_GPL vmlinux 0x97867d8e sched_setattr_nocheck +EXPORT_SYMBOL_GPL vmlinux 0x978778d1 dm_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x978e9e8a serial8250_get_port +EXPORT_SYMBOL_GPL vmlinux 0x979e1cbb devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x97a56780 tegra_bpmp_transfer +EXPORT_SYMBOL_GPL vmlinux 0x97a7c24c clk_hw_is_prepared +EXPORT_SYMBOL_GPL vmlinux 0x97b50449 kvm_vcpu_mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0x97ba6e08 of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x97beb46c crypto_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x97c63948 skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0x97da2b5b ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0x97de134f __traceiter_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97e19906 ZSTD_getErrorCode +EXPORT_SYMBOL_GPL vmlinux 0x97fe51ae kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0x9803ab9a pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x9806a900 devm_rtc_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x980e3271 ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x98290f0f virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0x982dcbe7 tcp_plb_update_state_upon_rto +EXPORT_SYMBOL_GPL vmlinux 0x983276da phylink_disconnect_phy +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x9843f501 __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0x984afd8f platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0x984dfd54 ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x985453e1 lease_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x985811ad meson_clk_cpu_dyndiv_ops +EXPORT_SYMBOL_GPL vmlinux 0x9872d419 mptcp_token_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x9876975d crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x987e9568 bpf_trace_run3 +EXPORT_SYMBOL_GPL vmlinux 0x989074ff kmsg_dump_reason_str +EXPORT_SYMBOL_GPL vmlinux 0x989891f3 regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x989f6afa ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0x98aacd57 ip_icmp_error_rfc4884 +EXPORT_SYMBOL_GPL vmlinux 0x98bd5951 ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0x98c82e1d ata_acpi_gtm +EXPORT_SYMBOL_GPL vmlinux 0x98e837db devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x98ee62b2 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x9916353c blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0x9918b02a do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x991f2ac3 class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x991f4168 crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0x99471c71 of_clk_src_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0x9951c5a6 dev_pm_opp_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x9953acdb pkcs7_verify +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x9961700d mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0x996a6401 sfp_register_socket +EXPORT_SYMBOL_GPL vmlinux 0x997286cc pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x99772f2c pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x997c550a preempt_model_none +EXPORT_SYMBOL_GPL vmlinux 0x997e3a27 mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0x99806539 icc_std_aggregate +EXPORT_SYMBOL_GPL vmlinux 0x99823e61 iommu_dev_disable_feature +EXPORT_SYMBOL_GPL vmlinux 0x9982d474 usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x998d79d6 x509_decode_time +EXPORT_SYMBOL_GPL vmlinux 0x998f4a65 mptcp_pm_get_add_addr_signal_max +EXPORT_SYMBOL_GPL vmlinux 0x998f57e1 pci_msix_alloc_irq_at +EXPORT_SYMBOL_GPL vmlinux 0x998fcbf2 clear_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x99944060 lochnagar_update_config +EXPORT_SYMBOL_GPL vmlinux 0x99a03078 dax_holder_notify_failure +EXPORT_SYMBOL_GPL vmlinux 0x99a13650 genphy_c45_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x99afcbda rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x99bea0fe dpbp_reset +EXPORT_SYMBOL_GPL vmlinux 0x99cae967 gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0x99d6a6a2 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x99e07a1f mddev_unlock +EXPORT_SYMBOL_GPL vmlinux 0x99e38f06 do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x99eba786 __fscrypt_prepare_rename +EXPORT_SYMBOL_GPL vmlinux 0x99f018c4 nvmem_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x99f2d00a sysfs_emit_at +EXPORT_SYMBOL_GPL vmlinux 0x99f58bd0 cdx_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x9a0166ed pci_stop_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x9a0c79d0 dev_pm_domain_set +EXPORT_SYMBOL_GPL vmlinux 0x9a0fead0 inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9a10d32a noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a15acdf acpi_dma_request_slave_chan_by_name +EXPORT_SYMBOL_GPL vmlinux 0x9a185ace tick_nohz_full_running +EXPORT_SYMBOL_GPL vmlinux 0x9a23ea6b alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0x9a2b7dbe platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9a381da1 __traceiter_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x9a4481b7 rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0x9a4b0969 usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x9a5534df md_bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x9a5a0104 __platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0x9a5c8f2b icc_put +EXPORT_SYMBOL_GPL vmlinux 0x9a5dce5c rhashtable_walk_start_check +EXPORT_SYMBOL_GPL vmlinux 0x9a6173b1 rockchip_pcie_enable_clocks +EXPORT_SYMBOL_GPL vmlinux 0x9a795eb4 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9aa60907 pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0x9ab83014 pci_host_common_probe +EXPORT_SYMBOL_GPL vmlinux 0x9aba9a14 regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0x9abba771 gfn_to_pfn_prot +EXPORT_SYMBOL_GPL vmlinux 0x9abe75dd blk_mq_end_request_batch +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9ac3fe3e usb_phy_set_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x9ac58f15 __tracepoint_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0x9ac68e81 of_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x9acf31c6 mas_find +EXPORT_SYMBOL_GPL vmlinux 0x9ad70d08 rio_unregister_mport +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9aef19c5 ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9af49514 icc_bulk_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x9afd407c xen_find_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x9affa57b cros_ec_cmd +EXPORT_SYMBOL_GPL vmlinux 0x9b0eaa52 tegra210_xusb_pll_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0x9b128ba0 tpm_tis_remove +EXPORT_SYMBOL_GPL vmlinux 0x9b15b49e gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0x9b16e4ee phy_gbit_fibre_features +EXPORT_SYMBOL_GPL vmlinux 0x9b1fa577 wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0x9b3b8624 gnttab_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x9b4ee277 mtk_pinconf_bias_get_combo +EXPORT_SYMBOL_GPL vmlinux 0x9b555c8c pm_suspend_default_s2idle +EXPORT_SYMBOL_GPL vmlinux 0x9b622421 inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x9b623066 i2c_handle_smbus_host_notify +EXPORT_SYMBOL_GPL vmlinux 0x9b651e51 xenbus_teardown_ring +EXPORT_SYMBOL_GPL vmlinux 0x9b652b6e phylink_resolve_c73 +EXPORT_SYMBOL_GPL vmlinux 0x9b6ec967 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x9b8a4393 power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x9b9071cb get_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x9b91b150 tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x9b92d16e pinctrl_gpio_set_config +EXPORT_SYMBOL_GPL vmlinux 0x9b9a7627 dev_pm_opp_find_bw_floor +EXPORT_SYMBOL_GPL vmlinux 0x9ba2bb2b gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x9ba2fe26 dma_resv_test_signaled +EXPORT_SYMBOL_GPL vmlinux 0x9bb3fcd1 __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x9bc33015 dax_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x9bcc9ea7 __traceiter_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x9bcf474f mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9bd3950c __xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x9bd6726c __ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x9bd71caa gpiod_disable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0x9bdf9714 ZSTD_customMalloc +EXPORT_SYMBOL_GPL vmlinux 0x9be30d27 mhp_get_pluggable_range +EXPORT_SYMBOL_GPL vmlinux 0x9be40f8e fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9bf8e69a spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0x9bf95b4b fuse_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x9c002258 gpiod_set_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x9c03b455 ahci_stop_engine +EXPORT_SYMBOL_GPL vmlinux 0x9c18b6b6 devm_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0x9c2a83ad pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0x9c30ef85 bio_add_zone_append_page +EXPORT_SYMBOL_GPL vmlinux 0x9c448d8d tegra210_put_utmipll_out_iddq +EXPORT_SYMBOL_GPL vmlinux 0x9c452b06 zone_device_page_init +EXPORT_SYMBOL_GPL vmlinux 0x9c4920df request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x9c53ee42 bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x9c61c5b6 set_capacity_and_notify +EXPORT_SYMBOL_GPL vmlinux 0x9c6febfc add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x9c766898 fb_sys_write +EXPORT_SYMBOL_GPL vmlinux 0x9c7fcbb3 __dax_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x9c803020 usb_phy_roothub_power_on +EXPORT_SYMBOL_GPL vmlinux 0x9c86fb25 devm_platform_get_and_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0x9c8d73b4 genphy_c45_read_mdix +EXPORT_SYMBOL_GPL vmlinux 0x9c8f48e1 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x9c964c80 free_uid +EXPORT_SYMBOL_GPL vmlinux 0x9ca6e11f cper_mem_err_location +EXPORT_SYMBOL_GPL vmlinux 0x9cb5af34 disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x9cbc452a imx8ulp_clk_hw_composite +EXPORT_SYMBOL_GPL vmlinux 0x9cc4187a __traceiter_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9cc8bf3a ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x9cd158d9 thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9cd7551a rhashtable_walk_stop +EXPORT_SYMBOL_GPL vmlinux 0x9cdd6a66 sysctl_long_vals +EXPORT_SYMBOL_GPL vmlinux 0x9cf37c44 __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0x9d018674 device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9d09e8ae ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9d0b045a devl_dpipe_headers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9d1177e8 __irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0x9d27669e da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9d2d3f5b pkcs7_free_message +EXPORT_SYMBOL_GPL vmlinux 0x9d2f49ef __SCK__tp_func_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x9d2fdcd7 tcp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0x9d34b18f rio_map_outb_region +EXPORT_SYMBOL_GPL vmlinux 0x9d366f99 page_reporting_register +EXPORT_SYMBOL_GPL vmlinux 0x9d428b80 fsverity_verify_bio +EXPORT_SYMBOL_GPL vmlinux 0x9d483d53 icc_sync_state +EXPORT_SYMBOL_GPL vmlinux 0x9d60d073 dma_pci_p2pdma_supported +EXPORT_SYMBOL_GPL vmlinux 0x9d652a6a wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x9d77e152 regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x9d83b19f blk_mq_queue_inflight +EXPORT_SYMBOL_GPL vmlinux 0x9d8bb00e set_dax_nocache +EXPORT_SYMBOL_GPL vmlinux 0x9d95c71b pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0x9d9910a1 atomic_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x9d99cdd5 find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0x9d9a815b k3_udma_glue_rx_flow_init +EXPORT_SYMBOL_GPL vmlinux 0x9da99425 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x9dac4918 acpi_dev_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x9dc37f85 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x9dc6ad22 dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x9dd3af50 dummy_con +EXPORT_SYMBOL_GPL vmlinux 0x9ddf80dc usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x9de88bc8 __SCK__tp_func_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x9dfec296 __sk_flush_backlog +EXPORT_SYMBOL_GPL vmlinux 0x9e1c063a xenbus_dev_changed +EXPORT_SYMBOL_GPL vmlinux 0x9e229c49 sg_alloc_table_chained +EXPORT_SYMBOL_GPL vmlinux 0x9e324fb7 metadata_dst_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9e37ef9f of_regulator_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0x9e45ae5e icc_node_del +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e513459 dst_blackhole_redirect +EXPORT_SYMBOL_GPL vmlinux 0x9e52f37e vcap_rule_mod_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x9e5a7968 fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x9e75ecab regmap_mmio_attach_clk +EXPORT_SYMBOL_GPL vmlinux 0x9e9c4f24 set_dax_nomc +EXPORT_SYMBOL_GPL vmlinux 0x9ea14607 uart_console_device +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9eeab46d of_prop_next_string +EXPORT_SYMBOL_GPL vmlinux 0x9eebdde7 mpi_point_new +EXPORT_SYMBOL_GPL vmlinux 0x9ef2fe01 acpiphp_unregister_attention +EXPORT_SYMBOL_GPL vmlinux 0x9eff91ee ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0x9f003ad2 fixed_phy_register +EXPORT_SYMBOL_GPL vmlinux 0x9f067223 ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x9f08c714 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x9f1bb17a rz_mtu3_enable +EXPORT_SYMBOL_GPL vmlinux 0x9f1bca1a ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x9f2a632b wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x9f2ebfcf virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0x9f2fcdb3 devm_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x9f517986 HYPERVISOR_hvm_op +EXPORT_SYMBOL_GPL vmlinux 0x9f55e046 devm_regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x9f56c4b9 __SCK__tp_func_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x9f5c6dc2 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x9f738048 call_switchdev_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x9f757544 mtk_pinconf_drive_set +EXPORT_SYMBOL_GPL vmlinux 0x9f76426c mtk_pinconf_adv_pull_set +EXPORT_SYMBOL_GPL vmlinux 0x9f8d0916 register_btf_fmodret_id_set +EXPORT_SYMBOL_GPL vmlinux 0x9f8f6874 irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x9f9d53bc cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x9fa4564a timer_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x9fa76b46 ip_valid_fib_dump_req +EXPORT_SYMBOL_GPL vmlinux 0x9fb0d227 vcap_tc_flower_handler_cvlan_usage +EXPORT_SYMBOL_GPL vmlinux 0x9fb996a7 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x9fbfebab erst_write +EXPORT_SYMBOL_GPL vmlinux 0x9fcdeb9a pwm_capture +EXPORT_SYMBOL_GPL vmlinux 0x9fce063f genphy_c45_an_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fce9e14 serial8250_em485_stop_tx +EXPORT_SYMBOL_GPL vmlinux 0x9fcf6114 param_ops_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x9fe131f1 xen_store_interface +EXPORT_SYMBOL_GPL vmlinux 0x9fe899b7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0x9fe98f0a priv_to_devlink +EXPORT_SYMBOL_GPL vmlinux 0x9ff0c0b0 fib_nh_common_init +EXPORT_SYMBOL_GPL vmlinux 0x9ff8d20f of_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0xa013c945 pci_remove_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xa01a8d9b nd_cmd_bus_desc +EXPORT_SYMBOL_GPL vmlinux 0xa01df162 of_clk_del_provider +EXPORT_SYMBOL_GPL vmlinux 0xa02f6c1f rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0xa041a619 nf_conn_btf_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xa0499bf3 led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0xa04f945a cpus_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xa0585707 __clk_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xa05b511b tpm2_probe +EXPORT_SYMBOL_GPL vmlinux 0xa05ca88e vcap_keyfieldset +EXPORT_SYMBOL_GPL vmlinux 0xa071c0cd tegra210_xusb_pll_hw_control_enable +EXPORT_SYMBOL_GPL vmlinux 0xa07482a3 led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0xa077b444 fwnode_get_next_parent +EXPORT_SYMBOL_GPL vmlinux 0xa07d60db tcp_abort +EXPORT_SYMBOL_GPL vmlinux 0xa080c5e5 smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xa093989b inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0xa094f3b4 gpmc_omap_onenand_set_timings +EXPORT_SYMBOL_GPL vmlinux 0xa09a1fd2 usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0xa09d5776 of_pwm_single_xlate +EXPORT_SYMBOL_GPL vmlinux 0xa0a16986 vp_legacy_get_features +EXPORT_SYMBOL_GPL vmlinux 0xa0aad84b xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0xa0b6fd70 clk_hw_get_rate +EXPORT_SYMBOL_GPL vmlinux 0xa0d3456d nr_swap_pages +EXPORT_SYMBOL_GPL vmlinux 0xa0e58259 ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0xa0f42bd7 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0xa100127a to_nvdimm +EXPORT_SYMBOL_GPL vmlinux 0xa11216be xen_store_domain_type +EXPORT_SYMBOL_GPL vmlinux 0xa1188bdd mmu_notifier_get_locked +EXPORT_SYMBOL_GPL vmlinux 0xa11e8f20 proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0xa12ff356 devm_gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0xa1332282 gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0xa133cf5c kvm_put_kvm_no_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa1420ae6 fwnode_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0xa14644ef ahci_platform_deassert_rsts +EXPORT_SYMBOL_GPL vmlinux 0xa150682e rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xa155d217 alloc_dax +EXPORT_SYMBOL_GPL vmlinux 0xa156a1f2 erst_get_record_id_end +EXPORT_SYMBOL_GPL vmlinux 0xa1613a63 debugfs_file_put +EXPORT_SYMBOL_GPL vmlinux 0xa16449b4 phylink_ethtool_ksettings_set +EXPORT_SYMBOL_GPL vmlinux 0xa1674094 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0xa16a7899 device_get_child_node_count +EXPORT_SYMBOL_GPL vmlinux 0xa174a504 xenbus_watch_pathfmt +EXPORT_SYMBOL_GPL vmlinux 0xa18d54aa ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0xa19561fb __SCK__tp_func_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0xa198edd9 pci_host_common_remove +EXPORT_SYMBOL_GPL vmlinux 0xa1b9edf4 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xa1c4231f kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL vmlinux 0xa1ca15bc iommu_device_link +EXPORT_SYMBOL_GPL vmlinux 0xa1d8004a videomode_from_timing +EXPORT_SYMBOL_GPL vmlinux 0xa1f43952 dev_pm_opp_of_register_em +EXPORT_SYMBOL_GPL vmlinux 0xa1fbdf48 gpiochip_line_is_persistent +EXPORT_SYMBOL_GPL vmlinux 0xa208b5a7 pm_debug_messages_should_print +EXPORT_SYMBOL_GPL vmlinux 0xa20d01ba __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xa2113944 tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0xa218718c crypto_alloc_sync_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xa21f15d8 mmu_notifier_put +EXPORT_SYMBOL_GPL vmlinux 0xa21f2ce7 clk_mux_index_to_val +EXPORT_SYMBOL_GPL vmlinux 0xa2208c14 cdx_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xa22576ab i2c_acpi_client_count +EXPORT_SYMBOL_GPL vmlinux 0xa2269e32 irq_domain_translate_twocell +EXPORT_SYMBOL_GPL vmlinux 0xa22d9548 trace_seq_to_user +EXPORT_SYMBOL_GPL vmlinux 0xa22f4821 ahci_reset_em +EXPORT_SYMBOL_GPL vmlinux 0xa235b3a2 mtk_mux_gate_clr_set_upd_ops +EXPORT_SYMBOL_GPL vmlinux 0xa2401004 device_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0xa2402218 __traceiter_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0xa2419f41 of_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xa242de62 inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0xa246a1e3 sysfs_group_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xa2500ef6 __SCK__tp_func_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xa2595489 __account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0xa25e3ab2 vp_modern_set_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0xa26d1a49 blk_mark_disk_dead +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa275c648 dm_post_suspending +EXPORT_SYMBOL_GPL vmlinux 0xa280e64a devlink_port_attrs_pci_vf_set +EXPORT_SYMBOL_GPL vmlinux 0xa28d0e2d of_clk_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0xa28f40bd __irq_apply_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xa2910574 kvm_read_guest_offset_cached +EXPORT_SYMBOL_GPL vmlinux 0xa2974eec netlink_strict_get_check +EXPORT_SYMBOL_GPL vmlinux 0xa29757c5 xdp_rxq_info_unreg +EXPORT_SYMBOL_GPL vmlinux 0xa2af54b3 irq_from_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xa2b0820d __SCK__tp_func_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xa2b99209 alarm_start +EXPORT_SYMBOL_GPL vmlinux 0xa2b9f059 tcp_leave_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xa2c0f59a ct_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0xa2d8b0c5 xenbus_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa2e1b3ef trace_printk_init_buffers +EXPORT_SYMBOL_GPL vmlinux 0xa2ee8b97 edac_pci_handle_pe +EXPORT_SYMBOL_GPL vmlinux 0xa2f7487f hv_is_hibernation_supported +EXPORT_SYMBOL_GPL vmlinux 0xa30572d1 rio_dma_prep_xfer +EXPORT_SYMBOL_GPL vmlinux 0xa308df79 fwnode_get_parent +EXPORT_SYMBOL_GPL vmlinux 0xa316d650 extcon_sync +EXPORT_SYMBOL_GPL vmlinux 0xa31799df pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa319918c ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0xa31eeb82 nvmem_cell_read_u8 +EXPORT_SYMBOL_GPL vmlinux 0xa324177d power_supply_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xa334a1e8 input_ff_flush +EXPORT_SYMBOL_GPL vmlinux 0xa33b8b53 fsl_mc_allocate_irqs +EXPORT_SYMBOL_GPL vmlinux 0xa33c6fa3 tegra_bpmp_free_mrq +EXPORT_SYMBOL_GPL vmlinux 0xa33f05dd pci_epc_multi_mem_init +EXPORT_SYMBOL_GPL vmlinux 0xa34c1069 dev_pm_genpd_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa34d0858 serial8250_init_port +EXPORT_SYMBOL_GPL vmlinux 0xa351b026 register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0xa35c690d fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0xa35d1885 perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0xa36f50fb is_binary_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xa378ba5b pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0xa37d47e6 edac_pci_add_device +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa3878fd2 __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xa38a9f71 get_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xa38c1436 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a36c73 cppc_set_perf +EXPORT_SYMBOL_GPL vmlinux 0xa3a6bae2 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3c2d984 lwtunnel_cmp_encap +EXPORT_SYMBOL_GPL vmlinux 0xa3c46665 make_device_exclusive_range +EXPORT_SYMBOL_GPL vmlinux 0xa3d9c830 devm_power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xa3dcb681 zynqmp_pm_fpga_load +EXPORT_SYMBOL_GPL vmlinux 0xa3ece414 freezer_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xa3f12f69 __crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0xa3f1e666 devl_assert_locked +EXPORT_SYMBOL_GPL vmlinux 0xa3fa0e0b ethnl_cable_test_fault_length +EXPORT_SYMBOL_GPL vmlinux 0xa3fc50a1 component_master_add_with_match +EXPORT_SYMBOL_GPL vmlinux 0xa4031b7f sfp_parse_port +EXPORT_SYMBOL_GPL vmlinux 0xa4062a57 __tracepoint_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xa410a295 devlink_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa4120345 devl_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0xa4159819 cpufreq_policy_transition_delay_us +EXPORT_SYMBOL_GPL vmlinux 0xa42b5dbb serdev_controller_add +EXPORT_SYMBOL_GPL vmlinux 0xa42d1ee4 pci_platform_power_transition +EXPORT_SYMBOL_GPL vmlinux 0xa42d2c25 gnttab_unmap_refs_sync +EXPORT_SYMBOL_GPL vmlinux 0xa439fe68 fscrypt_drop_inode +EXPORT_SYMBOL_GPL vmlinux 0xa43b4e0b usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0xa4445cc8 hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0xa44a1307 interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xa452f2a4 xen_pirq_from_irq +EXPORT_SYMBOL_GPL vmlinux 0xa45c7b90 stack_trace_print +EXPORT_SYMBOL_GPL vmlinux 0xa45d44fc zynqmp_pm_get_pll_frac_data +EXPORT_SYMBOL_GPL vmlinux 0xa4692134 fsl_mc_cleanup_irq_pool +EXPORT_SYMBOL_GPL vmlinux 0xa474b943 fwnode_property_present +EXPORT_SYMBOL_GPL vmlinux 0xa475fff6 trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0xa47c9580 xhci_update_hub_device +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa4841f30 pci_msi_unmask_irq +EXPORT_SYMBOL_GPL vmlinux 0xa49228d4 virtqueue_add_inbuf_ctx +EXPORT_SYMBOL_GPL vmlinux 0xa4930769 pci_epf_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xa49e58fd of_console_check +EXPORT_SYMBOL_GPL vmlinux 0xa4ab7c1c ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xa4b07fe7 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0xa4b1ebfb pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0xa4bf2e41 cppc_set_epp_perf +EXPORT_SYMBOL_GPL vmlinux 0xa4c00324 asn1_encode_octet_string +EXPORT_SYMBOL_GPL vmlinux 0xa4c085f8 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0xa4cdce03 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa4d65726 rtnl_register_module +EXPORT_SYMBOL_GPL vmlinux 0xa4dfba69 mc_send_command +EXPORT_SYMBOL_GPL vmlinux 0xa4e1740b regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xa4f2a2ed acpi_irq_get +EXPORT_SYMBOL_GPL vmlinux 0xa4f2e93e iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0xa5018487 timer_unstable_counter_workaround +EXPORT_SYMBOL_GPL vmlinux 0xa504a7be sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xa517f884 tegra210_plle_hw_sequence_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xa525e919 __traceiter_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0xa526114d alloc_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0xa5261714 spi_target_abort +EXPORT_SYMBOL_GPL vmlinux 0xa52eaac1 stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xa531471e clk_save_context +EXPORT_SYMBOL_GPL vmlinux 0xa53f1a35 dev_pm_opp_config_clks_simple +EXPORT_SYMBOL_GPL vmlinux 0xa542e2ce serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0xa54a2cba devlink_linecard_provision_clear +EXPORT_SYMBOL_GPL vmlinux 0xa54aa7d0 pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xa54bca7f sdio_retune_release +EXPORT_SYMBOL_GPL vmlinux 0xa54f12ad dev_err_probe +EXPORT_SYMBOL_GPL vmlinux 0xa558b1e0 shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0xa5671661 mmput +EXPORT_SYMBOL_GPL vmlinux 0xa56cc5a5 wbt_enable_default +EXPORT_SYMBOL_GPL vmlinux 0xa56e1a52 sg_free_table_chained +EXPORT_SYMBOL_GPL vmlinux 0xa57a3a89 mas_empty_area_rev +EXPORT_SYMBOL_GPL vmlinux 0xa58db5ec power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0xa5963d01 class_is_registered +EXPORT_SYMBOL_GPL vmlinux 0xa5adb94a pci_epc_init_notify +EXPORT_SYMBOL_GPL vmlinux 0xa5b848b9 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0xa5bda8a1 efi_capsule_supported +EXPORT_SYMBOL_GPL vmlinux 0xa5d1f4b8 stack_depot_snprint +EXPORT_SYMBOL_GPL vmlinux 0xa5d7c388 pstore_type_to_name +EXPORT_SYMBOL_GPL vmlinux 0xa5d901bd generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0xa5d94ac8 pci_bridge_secondary_bus_reset +EXPORT_SYMBOL_GPL vmlinux 0xa5e53edd serial8250_read_char +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa605a4fe xfrm_state_afinfo_get_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa619c1ec pm_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0xa62e1342 __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0xa6445323 ftrace_free_filter +EXPORT_SYMBOL_GPL vmlinux 0xa64ffaa2 dev_pm_opp_disable +EXPORT_SYMBOL_GPL vmlinux 0xa672dba6 dpcon_reset +EXPORT_SYMBOL_GPL vmlinux 0xa67e7808 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xa67f8d02 ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xa6a088b7 fscrypt_match_name +EXPORT_SYMBOL_GPL vmlinux 0xa6a46e67 user_read +EXPORT_SYMBOL_GPL vmlinux 0xa6a69d59 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0xa6a7925c mas_walk +EXPORT_SYMBOL_GPL vmlinux 0xa6af1e35 __SCK__tp_func_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xa6b06f65 ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6b5ee5b __SCK__tp_func_block_split +EXPORT_SYMBOL_GPL vmlinux 0xa6cf1a29 vcap_get_rule +EXPORT_SYMBOL_GPL vmlinux 0xa6d8c499 get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0xa6dc0d97 tegra_read_ram_code +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6f6448e spi_mem_poll_status +EXPORT_SYMBOL_GPL vmlinux 0xa700e166 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0xa703ee4a fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0xa708411f ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xa708ca58 mas_store_prealloc +EXPORT_SYMBOL_GPL vmlinux 0xa709c835 fib6_info_destroy_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa70a01c1 percpu_down_write +EXPORT_SYMBOL_GPL vmlinux 0xa71c2b30 __device_reset +EXPORT_SYMBOL_GPL vmlinux 0xa7217e2b pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0xa723cbe3 __netif_set_xps_queue +EXPORT_SYMBOL_GPL vmlinux 0xa7241959 pkcs7_supply_detached_data +EXPORT_SYMBOL_GPL vmlinux 0xa72dd105 pci_bridge_emul_conf_write +EXPORT_SYMBOL_GPL vmlinux 0xa731f387 nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0xa73bc4ed crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0xa7436739 regulator_set_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0xa74c0301 gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0xa7712ae6 regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xa788700b copy_to_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0xa790ab4b __tracepoint_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xa7967ccd usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0xa79918ae ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0xa7c68231 __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0xa7c84df4 mbox_send_message +EXPORT_SYMBOL_GPL vmlinux 0xa7cc0c38 of_phy_put +EXPORT_SYMBOL_GPL vmlinux 0xa7fa6aae pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0xa7fe3c9d xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0xa806a9f8 virtqueue_get_buf_ctx +EXPORT_SYMBOL_GPL vmlinux 0xa80c9914 devm_rtc_allocate_device +EXPORT_SYMBOL_GPL vmlinux 0xa81485e6 __traceiter_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0xa82d370a __reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xa83e1e1a __traceiter_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0xa8438cfc gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa85331df mtk_clk_gate_ops_no_setclr_inv +EXPORT_SYMBOL_GPL vmlinux 0xa86c6913 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0xa8742440 ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0xa876469b nvdimm_bus_check_dimm_count +EXPORT_SYMBOL_GPL vmlinux 0xa8841cc6 mas_next +EXPORT_SYMBOL_GPL vmlinux 0xa892e642 icc_nodes_remove +EXPORT_SYMBOL_GPL vmlinux 0xa89926dc crypto_dh_decode_key +EXPORT_SYMBOL_GPL vmlinux 0xa8a24142 devl_dpipe_headers_register +EXPORT_SYMBOL_GPL vmlinux 0xa8a6364c xas_get_mark +EXPORT_SYMBOL_GPL vmlinux 0xa8ae0005 dax_layout_busy_page +EXPORT_SYMBOL_GPL vmlinux 0xa8bff762 kernel_file_open +EXPORT_SYMBOL_GPL vmlinux 0xa8c55dd5 amba_device_put +EXPORT_SYMBOL_GPL vmlinux 0xa8caeb7e direct_write_fallback +EXPORT_SYMBOL_GPL vmlinux 0xa8d1101c dw_pcie_own_conf_map_bus +EXPORT_SYMBOL_GPL vmlinux 0xa8d47e46 cgrp_dfl_root +EXPORT_SYMBOL_GPL vmlinux 0xa8e1d613 key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0xa8e8c7c7 pm_clk_init +EXPORT_SYMBOL_GPL vmlinux 0xa8ed8d80 tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0xa8f59951 wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0xa8f97178 __tracepoint_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xa911b67a peernet2id_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa91906e5 devm_acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0xa9320d27 ktime_get_seconds +EXPORT_SYMBOL_GPL vmlinux 0xa946e96b __skb_get_hash_symmetric +EXPORT_SYMBOL_GPL vmlinux 0xa947417b tpm_send +EXPORT_SYMBOL_GPL vmlinux 0xa95b5c77 hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0xa966e366 fscrypt_ioctl_add_key +EXPORT_SYMBOL_GPL vmlinux 0xa967b338 crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xa96acf5e dpcon_get_attributes +EXPORT_SYMBOL_GPL vmlinux 0xa96cb42d device_initialize +EXPORT_SYMBOL_GPL vmlinux 0xa96e8b4e hv_setup_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0xa97694a7 thermal_zone_device_id +EXPORT_SYMBOL_GPL vmlinux 0xa97c6dd6 devl_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0xa981c7a4 devm_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0xa9841b9d mctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xa9892eb3 ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xa99b8e70 __SCK__tp_func_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0xa99ef899 devlink_fmsg_bool_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xa9ddc3bf scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0xa9eb29e9 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0xa9f4ca88 gpiochip_populate_parent_fwspec_twocell +EXPORT_SYMBOL_GPL vmlinux 0xa9f69b09 skcipher_walk_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xaa05ecc8 __virtqueue_break +EXPORT_SYMBOL_GPL vmlinux 0xaa20df6e scsi_internal_device_block_nowait +EXPORT_SYMBOL_GPL vmlinux 0xaa2723cf input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0xaa393cc6 mas_preallocate +EXPORT_SYMBOL_GPL vmlinux 0xaa462133 relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0xaa46bb9c crypto_inst_setname +EXPORT_SYMBOL_GPL vmlinux 0xaa49dac2 dprc_close +EXPORT_SYMBOL_GPL vmlinux 0xaa5a4081 meson_clk_pll_ops +EXPORT_SYMBOL_GPL vmlinux 0xaa6a50f9 __static_key_deferred_flush +EXPORT_SYMBOL_GPL vmlinux 0xaa6d2bd0 spi_take_timestamp_pre +EXPORT_SYMBOL_GPL vmlinux 0xaa9187e4 __spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0xaa91d754 fscrypt_ioctl_remove_key_all_users +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaaad0c4a stmpe_enable +EXPORT_SYMBOL_GPL vmlinux 0xaab9c421 clk_multiplier_ops +EXPORT_SYMBOL_GPL vmlinux 0xaaba7cf1 __tracepoint_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xaabe2211 xenbus_map_ring_valloc +EXPORT_SYMBOL_GPL vmlinux 0xaac8bd00 sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0xaacbc61b dprc_set_obj_irq +EXPORT_SYMBOL_GPL vmlinux 0xaad0de97 dev_pm_genpd_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xaae08666 pinctrl_utils_add_config +EXPORT_SYMBOL_GPL vmlinux 0xaaf269b8 __traceiter_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xaafafbff rockchip_pmu_unblock +EXPORT_SYMBOL_GPL vmlinux 0xab01eb64 xdp_rxq_info_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0xab060841 zynqmp_pm_query_data +EXPORT_SYMBOL_GPL vmlinux 0xab1e0e93 hv_setup_kexec_handler +EXPORT_SYMBOL_GPL vmlinux 0xab2834d5 fsl_mc_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0xab341582 dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0xab6d43d4 rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0xab6f0ded __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0xab79e9a9 i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0xab7c1544 genphy_c45_baset1_read_status +EXPORT_SYMBOL_GPL vmlinux 0xab8395cd of_genpd_del_provider +EXPORT_SYMBOL_GPL vmlinux 0xabaa00fd pci_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0xabc2e2b3 device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0xabc38993 acpi_get_first_physical_node +EXPORT_SYMBOL_GPL vmlinux 0xabc640f3 list_lru_isolate +EXPORT_SYMBOL_GPL vmlinux 0xabc6e9e4 pm_report_max_hw_sleep +EXPORT_SYMBOL_GPL vmlinux 0xabd45848 stop_machine +EXPORT_SYMBOL_GPL vmlinux 0xabd97c9b stmpe811_adc_common_init +EXPORT_SYMBOL_GPL vmlinux 0xabdcd6e0 skb_zerocopy_iter_stream +EXPORT_SYMBOL_GPL vmlinux 0xabe0fd97 component_master_del +EXPORT_SYMBOL_GPL vmlinux 0xabe46a3a addrconf_prefix_rcv_add_addr +EXPORT_SYMBOL_GPL vmlinux 0xabeb21e3 thermal_zone_get_slope +EXPORT_SYMBOL_GPL vmlinux 0xabf0381c sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0xabfa7402 nvdimm_has_cache +EXPORT_SYMBOL_GPL vmlinux 0xabfc7cab led_set_brightness_nopm +EXPORT_SYMBOL_GPL vmlinux 0xac0401af __fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0xac04ea18 pci_epc_mem_free_addr +EXPORT_SYMBOL_GPL vmlinux 0xac06a054 clk_regmap_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xac078b0f pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0xac2f3855 gpiochip_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xac4e8bb8 dev_pm_opp_enable +EXPORT_SYMBOL_GPL vmlinux 0xac5d314d generic_device_group +EXPORT_SYMBOL_GPL vmlinux 0xac690a01 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0xac701a85 kthread_data +EXPORT_SYMBOL_GPL vmlinux 0xac7d4f8a da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xac832190 bpf_prog_create +EXPORT_SYMBOL_GPL vmlinux 0xac9c0a2e vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0xaca3969e devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xacb4d88c clk_rate_exclusive_put +EXPORT_SYMBOL_GPL vmlinux 0xacc329f2 crypto_sig_sign +EXPORT_SYMBOL_GPL vmlinux 0xacc5739f phy_calibrate +EXPORT_SYMBOL_GPL vmlinux 0xacc5bfe5 usb_get_role_switch_default_mode +EXPORT_SYMBOL_GPL vmlinux 0xacc977ac alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0xaccc51db trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xaccf4463 devlink_port_fini +EXPORT_SYMBOL_GPL vmlinux 0xacd7afe8 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xace4744c pktgen_xfrm_outer_mode_output +EXPORT_SYMBOL_GPL vmlinux 0xacfe1f4d dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0xad06c825 ct_user_exit +EXPORT_SYMBOL_GPL vmlinux 0xad07d3da acct_bioset_init +EXPORT_SYMBOL_GPL vmlinux 0xad11054e __fscrypt_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0xad1baa49 dprc_get_obj_count +EXPORT_SYMBOL_GPL vmlinux 0xad395dd9 mm_account_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0xad42dff8 __SCK__tp_func_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xad4780d2 devm_clk_get_optional_prepared +EXPORT_SYMBOL_GPL vmlinux 0xad4a3ffa of_reserved_mem_device_init_by_idx +EXPORT_SYMBOL_GPL vmlinux 0xad4e6259 remove_cpu +EXPORT_SYMBOL_GPL vmlinux 0xad505d43 xfrm_state_mtu +EXPORT_SYMBOL_GPL vmlinux 0xad645234 register_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xad76a3f0 __SCK__tp_func_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xad83ce29 xas_find_conflict +EXPORT_SYMBOL_GPL vmlinux 0xad85a744 of_usb_host_tpl_support +EXPORT_SYMBOL_GPL vmlinux 0xad9fb247 lwtunnel_valid_encap_type_attr +EXPORT_SYMBOL_GPL vmlinux 0xada38766 dst_cache_destroy +EXPORT_SYMBOL_GPL vmlinux 0xada6780f pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0xadc00f37 bus_get_dev_root +EXPORT_SYMBOL_GPL vmlinux 0xadc28db8 ahci_do_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xadd501fa acpi_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0xadd59602 of_device_compatible_match +EXPORT_SYMBOL_GPL vmlinux 0xadd869e2 ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0xade5339b hte_get_clk_src_info +EXPORT_SYMBOL_GPL vmlinux 0xadf9c1b3 housekeeping_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xae01217a mpi_write_to_sgl +EXPORT_SYMBOL_GPL vmlinux 0xae075ee6 pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0xae0ecf40 usb_bus_idr_lock +EXPORT_SYMBOL_GPL vmlinux 0xae1051b0 net_cls_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xae10dd3f of_clk_src_simple_get +EXPORT_SYMBOL_GPL vmlinux 0xae18e157 bpf_trace_run7 +EXPORT_SYMBOL_GPL vmlinux 0xae259dfa device_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0xae2d233b divider_ro_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0xae3687d1 acpi_subsys_suspend +EXPORT_SYMBOL_GPL vmlinux 0xae39f80e dst_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xae52a80e iommu_sva_bind_device +EXPORT_SYMBOL_GPL vmlinux 0xae5e673f pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0xae66224d dev_pm_opp_of_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae6b5b33 inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0xae6f9708 crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xae7240fe regulator_suspend_enable +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae94b7a2 extcon_get_property_capability +EXPORT_SYMBOL_GPL vmlinux 0xae9ff31e i2c_acpi_find_adapter_by_handle +EXPORT_SYMBOL_GPL vmlinux 0xaea123c2 espintcp_push_skb +EXPORT_SYMBOL_GPL vmlinux 0xaeb45216 device_find_child_by_name +EXPORT_SYMBOL_GPL vmlinux 0xaebe424c fib_alias_hw_flags_set +EXPORT_SYMBOL_GPL vmlinux 0xaec6993e pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0xaf0509bd pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0xaf076aec nd_fletcher64 +EXPORT_SYMBOL_GPL vmlinux 0xaf0b6ba7 blkg_rwstat_init +EXPORT_SYMBOL_GPL vmlinux 0xaf19c418 netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaf22d2bd regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xaf264371 vp_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0xaf3314f0 mtk_clk_register_plls +EXPORT_SYMBOL_GPL vmlinux 0xaf348da7 cpu_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xaf3a44e9 __SCK__tp_func_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xaf4014ff usb_amd_quirk_pll_check +EXPORT_SYMBOL_GPL vmlinux 0xaf4050ad regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0xaf4cd963 serial8250_do_set_mctrl +EXPORT_SYMBOL_GPL vmlinux 0xaf5c1995 dev_coredumpsg +EXPORT_SYMBOL_GPL vmlinux 0xaf66a2bc blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0xaf6d38c0 vcap_mod_rule +EXPORT_SYMBOL_GPL vmlinux 0xaf714ca3 gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0xaf7226e9 genphy_c45_plca_get_cfg +EXPORT_SYMBOL_GPL vmlinux 0xaf793668 __alloc_percpu_gfp +EXPORT_SYMBOL_GPL vmlinux 0xaf7a6dba dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0xaf7ad94c __SCK__tp_func_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xaf852873 cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0xaf88504c virtio_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xaf8c3f99 srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xaf9285ee cros_ec_get_sensor_count +EXPORT_SYMBOL_GPL vmlinux 0xaf9551f4 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xaf9aee00 cpufreq_driver_resolve_freq +EXPORT_SYMBOL_GPL vmlinux 0xaf9beecc pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xafb07262 __pfn_to_mfn +EXPORT_SYMBOL_GPL vmlinux 0xafb08f13 skb_append_pagefrags +EXPORT_SYMBOL_GPL vmlinux 0xafb633b3 xfrm_dev_offload_ok +EXPORT_SYMBOL_GPL vmlinux 0xafc1f7e7 cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0xafc6eefb device_del +EXPORT_SYMBOL_GPL vmlinux 0xafcd1cb1 vcap_chain_id_to_lookup +EXPORT_SYMBOL_GPL vmlinux 0xafd1d3d1 devm_pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0xafd93d94 iomap_fiemap +EXPORT_SYMBOL_GPL vmlinux 0xafddd545 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xafeb58c1 __SCK__tp_func_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xb0011ee0 usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0xb0099f79 topology_clear_scale_freq_source +EXPORT_SYMBOL_GPL vmlinux 0xb00a58e1 synth_event_gen_cmd_array_start +EXPORT_SYMBOL_GPL vmlinux 0xb01befda gfn_to_memslot +EXPORT_SYMBOL_GPL vmlinux 0xb01d5f83 icmp_build_probe +EXPORT_SYMBOL_GPL vmlinux 0xb0285265 __folio_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0xb02ac411 register_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb03eee06 bpf_trace_run4 +EXPORT_SYMBOL_GPL vmlinux 0xb049a294 __SCK__tp_func_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0xb0552a30 of_property_read_variable_u64_array +EXPORT_SYMBOL_GPL vmlinux 0xb05b68d5 zynqmp_pm_reset_get_status +EXPORT_SYMBOL_GPL vmlinux 0xb05bd9c0 dma_request_chan +EXPORT_SYMBOL_GPL vmlinux 0xb063f50e __trace_array_puts +EXPORT_SYMBOL_GPL vmlinux 0xb06ea245 sbitmap_queue_resize +EXPORT_SYMBOL_GPL vmlinux 0xb0747ed2 rcu_cpu_stall_suppress +EXPORT_SYMBOL_GPL vmlinux 0xb077e70a clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0xb0802f90 __tracepoint_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xb08a22a3 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0xb09a1338 usb_phy_roothub_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb0a6fd2a serdev_device_set_flow_control +EXPORT_SYMBOL_GPL vmlinux 0xb0abd0bb devm_hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb0acda76 phy_exit +EXPORT_SYMBOL_GPL vmlinux 0xb0b0ce73 iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xb0b2ed81 i2c_slave_register +EXPORT_SYMBOL_GPL vmlinux 0xb0b5fa9c kill_pid_usb_asyncio +EXPORT_SYMBOL_GPL vmlinux 0xb0b61b13 serdev_device_break_ctl +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0c24091 sbitmap_show +EXPORT_SYMBOL_GPL vmlinux 0xb0c638ee inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0xb0d1656c gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0xb0e7ab1f __traceiter_console +EXPORT_SYMBOL_GPL vmlinux 0xb0e8e671 xenbus_otherend_changed +EXPORT_SYMBOL_GPL vmlinux 0xb0ea5cf9 unmap_mapping_pages +EXPORT_SYMBOL_GPL vmlinux 0xb0ec4031 mtk_clk_pdev_probe +EXPORT_SYMBOL_GPL vmlinux 0xb10435d7 usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xb10d964d devlink_fmsg_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xb11d9000 tty_dev_name_to_number +EXPORT_SYMBOL_GPL vmlinux 0xb11ec7b5 cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xb133b993 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0xb13837ce vcap_rule_add_key_u48 +EXPORT_SYMBOL_GPL vmlinux 0xb15cdc67 wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0xb1647fc2 devlink_info_version_running_put +EXPORT_SYMBOL_GPL vmlinux 0xb172d7fa rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0xb17a9211 __io_uring_cmd_do_in_task +EXPORT_SYMBOL_GPL vmlinux 0xb17bc120 lwtunnel_fill_encap +EXPORT_SYMBOL_GPL vmlinux 0xb1aebde3 usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0xb1b3f6ed phylink_mii_c22_pcs_decode_state +EXPORT_SYMBOL_GPL vmlinux 0xb1baa71a devlink_linecard_provision_fail +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1c0b741 handle_fasteoi_irq +EXPORT_SYMBOL_GPL vmlinux 0xb1c26efb usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xb1c2e4e3 bd_prepare_to_claim +EXPORT_SYMBOL_GPL vmlinux 0xb1dfecea power_supply_battery_info_properties_size +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1e4a461 devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0xb1eb542a gpiochip_populate_parent_fwspec_fourcell +EXPORT_SYMBOL_GPL vmlinux 0xb1eb5662 mtk_devm_alloc_clk_data +EXPORT_SYMBOL_GPL vmlinux 0xb1ec00cd vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0xb1fc1782 pci_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xb1fc2132 ncsi_start_dev +EXPORT_SYMBOL_GPL vmlinux 0xb202b8d1 ahci_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0xb202f0d7 rht_bucket_nested_insert +EXPORT_SYMBOL_GPL vmlinux 0xb2183112 usb_of_get_interface_node +EXPORT_SYMBOL_GPL vmlinux 0xb2194f9a bdev_alignment_offset +EXPORT_SYMBOL_GPL vmlinux 0xb21d00c6 hte_ts_put +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb23b7691 start_poll_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0xb2405efc secure_tcp_seq +EXPORT_SYMBOL_GPL vmlinux 0xb2419f1d of_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xb241c745 rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0xb256be16 efivar_is_available +EXPORT_SYMBOL_GPL vmlinux 0xb25e622a devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0xb2694879 genphy_c45_pma_resume +EXPORT_SYMBOL_GPL vmlinux 0xb26a1add elfcorehdr_addr +EXPORT_SYMBOL_GPL vmlinux 0xb26d21f9 dev_pm_opp_remove +EXPORT_SYMBOL_GPL vmlinux 0xb276480b xenbus_free_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xb29533ee zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0xb29de53e vcap_tc_flower_handler_arp_usage +EXPORT_SYMBOL_GPL vmlinux 0xb2a1f1f4 devm_of_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xb2a244f7 phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0xb2a421ce of_pci_range_parser_one +EXPORT_SYMBOL_GPL vmlinux 0xb2a6f197 bpf_fentry_test1 +EXPORT_SYMBOL_GPL vmlinux 0xb2a9c6d5 sdio_signal_irq +EXPORT_SYMBOL_GPL vmlinux 0xb2bdd658 devm_tegra_memory_controller_get +EXPORT_SYMBOL_GPL vmlinux 0xb2c1732e rcu_gp_set_torture_wait +EXPORT_SYMBOL_GPL vmlinux 0xb2cbd788 serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0xb2ceaabb invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0xb2d06f8e netdev_walk_all_lower_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb2fa093e blk_mq_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xb2fa2f0a stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xb2fc8d04 __phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0xb307c909 devlink_fmsg_u64_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xb30b2bda preempt_model_full +EXPORT_SYMBOL_GPL vmlinux 0xb30c056f crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xb31818d6 irq_chip_mask_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0xb323afe6 regulator_bulk_set_supply_names +EXPORT_SYMBOL_GPL vmlinux 0xb33620f7 inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xb346cacc rockchip_clk_register_armclk +EXPORT_SYMBOL_GPL vmlinux 0xb352fc25 vcap_find_keystream_keysets +EXPORT_SYMBOL_GPL vmlinux 0xb3532f7c extcon_set_property_capability +EXPORT_SYMBOL_GPL vmlinux 0xb357cfb9 ata_ncq_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0xb3664cea sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xb37217e7 i2c_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xb37f45fd pinctrl_find_gpio_range_from_pin_nolock +EXPORT_SYMBOL_GPL vmlinux 0xb380955a elv_rqhash_del +EXPORT_SYMBOL_GPL vmlinux 0xb385bd28 ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0xb3a9fdc8 debugfs_write_file_bool +EXPORT_SYMBOL_GPL vmlinux 0xb3bb4b12 nvmem_cell_read_u16 +EXPORT_SYMBOL_GPL vmlinux 0xb3bed586 class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0xb3d31bc3 eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0xb3d75974 dev_pm_opp_of_find_icc_paths +EXPORT_SYMBOL_GPL vmlinux 0xb3e79ee1 irq_set_chained_handler_and_data +EXPORT_SYMBOL_GPL vmlinux 0xb3e8c5ee gpiochip_line_is_irq +EXPORT_SYMBOL_GPL vmlinux 0xb3f87c63 mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0xb3fd8fe6 kernel_read_file_from_path +EXPORT_SYMBOL_GPL vmlinux 0xb40d673e zynqmp_pm_pinctrl_request +EXPORT_SYMBOL_GPL vmlinux 0xb40fe625 gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0xb428b667 ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0xb42bcfbf rz_mtu3_8bit_ch_write +EXPORT_SYMBOL_GPL vmlinux 0xb430bb79 dax_iomap_rw +EXPORT_SYMBOL_GPL vmlinux 0xb4312491 int_active_memcg +EXPORT_SYMBOL_GPL vmlinux 0xb43f9365 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xb4408c9c ahci_platform_suspend_host +EXPORT_SYMBOL_GPL vmlinux 0xb44e18ea audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb453bc23 pci_epc_map_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0xb4568971 synth_event_trace_array +EXPORT_SYMBOL_GPL vmlinux 0xb45821cb skb_gso_validate_network_len +EXPORT_SYMBOL_GPL vmlinux 0xb460d63d ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0xb48708c4 scmi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xb48f0638 software_node_register +EXPORT_SYMBOL_GPL vmlinux 0xb48f3499 xlnx_register_event +EXPORT_SYMBOL_GPL vmlinux 0xb49082dd crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4baa5e9 blk_queue_flag_test_and_set +EXPORT_SYMBOL_GPL vmlinux 0xb4c961d1 bpf_map_inc_with_uref +EXPORT_SYMBOL_GPL vmlinux 0xb4d3bc26 usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xb4db7730 devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0xb4dcf099 dm_table_device_name +EXPORT_SYMBOL_GPL vmlinux 0xb4ddd8aa apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4eda0da ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0xb4f1fec0 __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xb501b2df nd_cmd_dimm_desc +EXPORT_SYMBOL_GPL vmlinux 0xb5093dd3 console_list +EXPORT_SYMBOL_GPL vmlinux 0xb50bfb33 rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0xb51864d7 led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb520eb79 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xb5430037 inet_bhash2_reset_saddr +EXPORT_SYMBOL_GPL vmlinux 0xb5457dcd pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0xb546dda4 inet_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0xb54ff51b fwnode_connection_find_match +EXPORT_SYMBOL_GPL vmlinux 0xb55126be power_supply_get_property +EXPORT_SYMBOL_GPL vmlinux 0xb55139f6 HUF_readStats +EXPORT_SYMBOL_GPL vmlinux 0xb55de460 HYPERVISOR_dm_op +EXPORT_SYMBOL_GPL vmlinux 0xb561c490 mpi_mul +EXPORT_SYMBOL_GPL vmlinux 0xb570745c __SCK__tp_func_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0xb575f2d2 failover_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb57a4280 msi_device_has_isolated_msi +EXPORT_SYMBOL_GPL vmlinux 0xb57d5eac file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0xb57f6b2c governor_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0xb5816755 stmpe_disable +EXPORT_SYMBOL_GPL vmlinux 0xb5853382 crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0xb58c0d7b badblocks_clear +EXPORT_SYMBOL_GPL vmlinux 0xb5921169 kvm_write_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0xb592d904 __gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL vmlinux 0xb599fed3 vp_legacy_set_status +EXPORT_SYMBOL_GPL vmlinux 0xb5a2ad89 user_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb5a6b155 regulator_get_error_flags +EXPORT_SYMBOL_GPL vmlinux 0xb5a83e35 gnttab_setup_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xb5a8c226 acpi_gsi_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xb5af8ace irq_chip_enable_parent +EXPORT_SYMBOL_GPL vmlinux 0xb5b6fb04 hv_get_vpreg +EXPORT_SYMBOL_GPL vmlinux 0xb5c099a4 arm64_mm_context_get +EXPORT_SYMBOL_GPL vmlinux 0xb5ce8590 nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0xb5d9d792 edac_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0xb5e63a3b regulator_set_active_discharge_regmap +EXPORT_SYMBOL_GPL vmlinux 0xb5ee84ea fuse_dax_cancel_work +EXPORT_SYMBOL_GPL vmlinux 0xb60a7b53 usb_asmedia_modifyflowcontrol +EXPORT_SYMBOL_GPL vmlinux 0xb625efe9 hte_push_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb6357e53 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0xb6410433 mpi_addm +EXPORT_SYMBOL_GPL vmlinux 0xb64887e7 usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xb655f91b pci_epc_get_next_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xb667d5e5 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xb6787346 sfp_unregister_socket +EXPORT_SYMBOL_GPL vmlinux 0xb68b18e2 thermal_zone_device_register_with_trips +EXPORT_SYMBOL_GPL vmlinux 0xb68dab5b kthread_flush_work +EXPORT_SYMBOL_GPL vmlinux 0xb69afbb0 devlink_linecard_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xb6b7518d raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0xb6c72a49 register_btf_id_dtor_kfuncs +EXPORT_SYMBOL_GPL vmlinux 0xb6cb3dcc irq_domain_push_irq +EXPORT_SYMBOL_GPL vmlinux 0xb6cd59ba usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0xb6df084d sbitmap_queue_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0xb6e6d99d clk_disable +EXPORT_SYMBOL_GPL vmlinux 0xb6f53412 virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0xb6fa8197 devm_spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0xb702171b ethnl_cable_test_finished +EXPORT_SYMBOL_GPL vmlinux 0xb7090c76 vcap_tc_flower_handler_tcp_usage +EXPORT_SYMBOL_GPL vmlinux 0xb71169da ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0xb71458cd pci_ecam_create +EXPORT_SYMBOL_GPL vmlinux 0xb7159fc0 battery_hook_register +EXPORT_SYMBOL_GPL vmlinux 0xb72e3c95 input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0xb7329c06 clk_set_phase +EXPORT_SYMBOL_GPL vmlinux 0xb73713d7 nvmem_add_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0xb750d349 blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0xb76f830d bpf_trace_run6 +EXPORT_SYMBOL_GPL vmlinux 0xb77066d1 kthread_mod_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0xb774398d sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xb782c1a3 hv_get_vpreg_128 +EXPORT_SYMBOL_GPL vmlinux 0xb786bf75 pci_write_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0xb796a114 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0xb7995bd5 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0xb79bf447 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0xb7a387fc synchronize_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0xb7ae09ed pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0xb7b02555 usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0xb7b3568d vp_modern_set_features +EXPORT_SYMBOL_GPL vmlinux 0xb7b43038 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xb7bc18a3 blk_revalidate_disk_zones +EXPORT_SYMBOL_GPL vmlinux 0xb7c69a63 unregister_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb7c6c11b blk_mq_sched_mark_restart_hctx +EXPORT_SYMBOL_GPL vmlinux 0xb7db4ca8 ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0xb7dc4acd vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0xb7ea2c23 usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0xb7eab117 devl_linecard_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb7f4ddd3 input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0xb7f771e1 powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0xb7f990e9 rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xb810fff8 dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb8182787 iommu_device_sysfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xb820b2df pci_epf_free_space +EXPORT_SYMBOL_GPL vmlinux 0xb8273d0b __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0xb8279b70 kvm_write_guest_offset_cached +EXPORT_SYMBOL_GPL vmlinux 0xb82e12c6 xhci_dbg_trace +EXPORT_SYMBOL_GPL vmlinux 0xb8316513 sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xb845f300 device_attach +EXPORT_SYMBOL_GPL vmlinux 0xb85042e5 gnttab_free_grant_reference_seq +EXPORT_SYMBOL_GPL vmlinux 0xb865f610 regulator_map_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xb8666a97 tcp_rate_check_app_limited +EXPORT_SYMBOL_GPL vmlinux 0xb868539d clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0xb8781582 imx_clk_hw_sscg_pll +EXPORT_SYMBOL_GPL vmlinux 0xb87ab4d5 dax_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0xb87f40fe cppc_set_enable +EXPORT_SYMBOL_GPL vmlinux 0xb88dbfce irq_set_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0xb89e69b1 jump_label_update_timeout +EXPORT_SYMBOL_GPL vmlinux 0xb8ab8dbe bpf_trace_run10 +EXPORT_SYMBOL_GPL vmlinux 0xb8aff748 devm_regulator_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xb8b8c4f0 ti_sci_release_resource +EXPORT_SYMBOL_GPL vmlinux 0xb8cd3a7f nf_logger_put +EXPORT_SYMBOL_GPL vmlinux 0xb8d76b40 iommu_map +EXPORT_SYMBOL_GPL vmlinux 0xb8e52449 encrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0xb8e65b2a usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0xb8e97f7d fat_update_time +EXPORT_SYMBOL_GPL vmlinux 0xb8f11603 idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb8f20a47 rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xb8fd6bf3 mtk_clk_gate_ops_no_setclr +EXPORT_SYMBOL_GPL vmlinux 0xb9053e5b pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xb90d09ef pskb_put +EXPORT_SYMBOL_GPL vmlinux 0xb912560d static_key_disable +EXPORT_SYMBOL_GPL vmlinux 0xb912df40 of_changeset_action +EXPORT_SYMBOL_GPL vmlinux 0xb91623de ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xb917b6d7 return_address +EXPORT_SYMBOL_GPL vmlinux 0xb91a8529 of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xb920a30e pl08x_filter_id +EXPORT_SYMBOL_GPL vmlinux 0xb924ba05 blk_mq_sched_try_merge +EXPORT_SYMBOL_GPL vmlinux 0xb928e509 irq_chip_unmask_parent +EXPORT_SYMBOL_GPL vmlinux 0xb92bdf22 tps65912_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xb931ed00 filemap_range_has_writeback +EXPORT_SYMBOL_GPL vmlinux 0xb940d90d hte_enable_ts +EXPORT_SYMBOL_GPL vmlinux 0xb945efcf acpi_dma_request_slave_chan_by_index +EXPORT_SYMBOL_GPL vmlinux 0xb956af16 mmc_prepare_busy_cmd +EXPORT_SYMBOL_GPL vmlinux 0xb959841d auxiliary_find_device +EXPORT_SYMBOL_GPL vmlinux 0xb9681621 xdp_do_flush +EXPORT_SYMBOL_GPL vmlinux 0xb9739a06 kvm_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0xb977258b __list_lru_init +EXPORT_SYMBOL_GPL vmlinux 0xb97d922b xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0xb980dc42 tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb9852d11 __traceiter_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xb998ad92 irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0xb99a3b00 sbitmap_queue_recalculate_wake_batch +EXPORT_SYMBOL_GPL vmlinux 0xb99d8c6e fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0xb99ded00 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xb9a3866c __devm_rtc_register_device +EXPORT_SYMBOL_GPL vmlinux 0xb9a9ea16 devm_mipi_dsi_attach +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c16f51 hv_max_vp_index +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9cd56f8 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9d514a7 dev_pm_opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0xb9dd2131 acpi_device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0xba046066 acpi_is_pnp_device +EXPORT_SYMBOL_GPL vmlinux 0xba05c1f8 of_pci_dma_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0xba091d4d ipv6_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0xba220db7 __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba2c8737 udp_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0xba38c617 sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xba38cca8 nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0xba4c0f8a pci_hp_destroy +EXPORT_SYMBOL_GPL vmlinux 0xba61846c genphy_c45_read_link +EXPORT_SYMBOL_GPL vmlinux 0xba6394f2 pci_epc_set_msix +EXPORT_SYMBOL_GPL vmlinux 0xba6863bd fsl_mc_bus_dpdmux_type +EXPORT_SYMBOL_GPL vmlinux 0xba6b5939 __traceiter_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0xba6eb67d __tracepoint_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xba72ebaa bpf_offload_dev_create +EXPORT_SYMBOL_GPL vmlinux 0xbaa09bf6 acpi_initialize_hp_context +EXPORT_SYMBOL_GPL vmlinux 0xbab7f1fb xenbus_dev_cancel +EXPORT_SYMBOL_GPL vmlinux 0xbab9a9f0 maxim_charger_currents +EXPORT_SYMBOL_GPL vmlinux 0xbac94448 __tracepoint_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0xbaca35a5 fuse_fill_super_common +EXPORT_SYMBOL_GPL vmlinux 0xbacb91b6 usb_of_get_device_node +EXPORT_SYMBOL_GPL vmlinux 0xbad472b3 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0xbaee0043 ip6_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0xbaf2117d clk_hw_register_composite +EXPORT_SYMBOL_GPL vmlinux 0xbaf4317a fib_nh_common_release +EXPORT_SYMBOL_GPL vmlinux 0xbaf6850c fsnotify_wait_marks_destroyed +EXPORT_SYMBOL_GPL vmlinux 0xbb028ad3 rcu_gp_slow_register +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb0b25d2 register_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0xbb1d9acf dev_coredumpv +EXPORT_SYMBOL_GPL vmlinux 0xbb1f2af5 rcu_trc_cmpxchg_need_qs +EXPORT_SYMBOL_GPL vmlinux 0xbb24f372 __SCK__tp_func_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xbb2bd66c sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0xbb3c39e4 ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0xbb4146b3 get_completed_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xbb42615f copy_user_highpage +EXPORT_SYMBOL_GPL vmlinux 0xbb62b3d1 cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0xbb6508da random_get_entropy_fallback +EXPORT_SYMBOL_GPL vmlinux 0xbb6a3cbd devlink_fmsg_arr_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xbb6f025a asymmetric_key_generate_id +EXPORT_SYMBOL_GPL vmlinux 0xbb7195a5 xdp_warn +EXPORT_SYMBOL_GPL vmlinux 0xbb7e9690 gfn_to_hva_memslot +EXPORT_SYMBOL_GPL vmlinux 0xbb876e2d pinctrl_dev_get_devname +EXPORT_SYMBOL_GPL vmlinux 0xbb9d934c pinctrl_generic_get_group +EXPORT_SYMBOL_GPL vmlinux 0xbbb85de0 fib_add_nexthop +EXPORT_SYMBOL_GPL vmlinux 0xbbc61513 inode_dax +EXPORT_SYMBOL_GPL vmlinux 0xbbd4afd9 pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0xbbd50914 set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0xbbd9ec86 crypto_grab_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xbbe5611b crc64_rocksoft_update +EXPORT_SYMBOL_GPL vmlinux 0xbbe56404 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0xbbe64d9e xen_register_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xbbeb2ddd sdio_retune_hold_now +EXPORT_SYMBOL_GPL vmlinux 0xbbf7d901 tegra_mc_get_emem_device_count +EXPORT_SYMBOL_GPL vmlinux 0xbbf82b6f zynqmp_pm_set_tcm_config +EXPORT_SYMBOL_GPL vmlinux 0xbbf86720 __traceiter_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0xbc014105 __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0xbc0eca79 pci_epc_add_epf +EXPORT_SYMBOL_GPL vmlinux 0xbc1518f2 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0xbc1e2c19 inet6_cleanup_sock +EXPORT_SYMBOL_GPL vmlinux 0xbc239153 pci_acpi_set_companion_lookup_hook +EXPORT_SYMBOL_GPL vmlinux 0xbc314156 nop_mnt_idmap +EXPORT_SYMBOL_GPL vmlinux 0xbc31f7d2 fuse_simple_background +EXPORT_SYMBOL_GPL vmlinux 0xbc33281d serial8250_em485_config +EXPORT_SYMBOL_GPL vmlinux 0xbc37b10f class_register +EXPORT_SYMBOL_GPL vmlinux 0xbc3d52b7 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xbc3f2cb0 timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xbc45a08d clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0xbc4c4a93 iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0xbc5f5bde max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xbc600dc9 preempt_model_voluntary +EXPORT_SYMBOL_GPL vmlinux 0xbc64606a dst_cache_get +EXPORT_SYMBOL_GPL vmlinux 0xbc671be8 generic_handle_domain_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc681a84 edac_pci_del_device +EXPORT_SYMBOL_GPL vmlinux 0xbc6bec66 free_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc74f9fd usb_role_switch_find_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xbc77b9c5 regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xbc7a22bc vcap_del_rules +EXPORT_SYMBOL_GPL vmlinux 0xbc820564 serdev_device_write_buf +EXPORT_SYMBOL_GPL vmlinux 0xbc99eba4 crypto_register_scomps +EXPORT_SYMBOL_GPL vmlinux 0xbc9b8588 ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xbcb0de8b __traceiter_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0xbcc15e75 ktime_get_coarse_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xbcc6f017 devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbce31ad9 auxiliary_device_init +EXPORT_SYMBOL_GPL vmlinux 0xbce6087e xdp_do_redirect_frame +EXPORT_SYMBOL_GPL vmlinux 0xbcf1f0e6 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xbcf4bd02 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0xbcf85306 pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0xbd06f3a9 ata_get_cmd_name +EXPORT_SYMBOL_GPL vmlinux 0xbd285906 mmc_sanitize +EXPORT_SYMBOL_GPL vmlinux 0xbd28aa2e folio_invalidate +EXPORT_SYMBOL_GPL vmlinux 0xbd2e67fe poll_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xbd383ad2 usb_set_wireless_status +EXPORT_SYMBOL_GPL vmlinux 0xbd3fe1e3 disable_hardirq +EXPORT_SYMBOL_GPL vmlinux 0xbd4fcda1 devlink_dpipe_action_put +EXPORT_SYMBOL_GPL vmlinux 0xbd539a94 efivars_register +EXPORT_SYMBOL_GPL vmlinux 0xbd53cc44 umd_load_blob +EXPORT_SYMBOL_GPL vmlinux 0xbd547db8 thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xbd5ef27d ct_user_enter +EXPORT_SYMBOL_GPL vmlinux 0xbd7aaaee add_memory +EXPORT_SYMBOL_GPL vmlinux 0xbd879d73 meson_clk_mpll_ops +EXPORT_SYMBOL_GPL vmlinux 0xbda04a91 cond_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xbdae7149 skb_segment +EXPORT_SYMBOL_GPL vmlinux 0xbdaebbce cpufreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbdb2217d hv_is_isolation_supported +EXPORT_SYMBOL_GPL vmlinux 0xbdced6d9 spi_mem_dirmap_read +EXPORT_SYMBOL_GPL vmlinux 0xbdd66f8e led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0xbdd79041 ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0xbdda1b5f vmalloc_huge +EXPORT_SYMBOL_GPL vmlinux 0xbde672d7 dm_submit_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xbde9e932 rockchip_pcie_deinit_phys +EXPORT_SYMBOL_GPL vmlinux 0xbdeb90a9 usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0xbdf42e37 vfs_fallocate +EXPORT_SYMBOL_GPL vmlinux 0xbdf4fdff cgroup_get_from_fd +EXPORT_SYMBOL_GPL vmlinux 0xbdf5c14c pinconf_generic_dt_free_map +EXPORT_SYMBOL_GPL vmlinux 0xbdfec30a devm_hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbe137c1e imx_fracn_gppll +EXPORT_SYMBOL_GPL vmlinux 0xbe2defa7 regulator_get_hardware_vsel_register +EXPORT_SYMBOL_GPL vmlinux 0xbe38f329 vp_modern_get_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0xbe50efb7 rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0xbe51749a serial8250_do_startup +EXPORT_SYMBOL_GPL vmlinux 0xbe5c888b crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0xbe5de398 xenbus_watch_path +EXPORT_SYMBOL_GPL vmlinux 0xbe5e3414 k3_udma_glue_reset_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0xbe687e88 wake_up_all_idle_cpus +EXPORT_SYMBOL_GPL vmlinux 0xbe91c610 pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xbe96dfd8 of_reconfig_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbe96e028 crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0xbe9a83d5 dw_pcie_write +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbeb6c5aa usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xbeb7b7d3 __traceiter_rwmmio_read +EXPORT_SYMBOL_GPL vmlinux 0xbebb7ce8 devfreq_event_get_event +EXPORT_SYMBOL_GPL vmlinux 0xbec66c3a __apei_exec_run +EXPORT_SYMBOL_GPL vmlinux 0xbeca674a get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0xbece8a23 blk_mq_update_nr_hw_queues +EXPORT_SYMBOL_GPL vmlinux 0xbece955a usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xbecee40e filemap_read +EXPORT_SYMBOL_GPL vmlinux 0xbed2e6bc rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0xbefcb6d5 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbefe923c dax_inode +EXPORT_SYMBOL_GPL vmlinux 0xbf024e06 shash_no_setkey +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf2e2e71 housekeeping_enabled +EXPORT_SYMBOL_GPL vmlinux 0xbf4513c3 devlink_linecard_activate +EXPORT_SYMBOL_GPL vmlinux 0xbf564bae unregister_trace_event +EXPORT_SYMBOL_GPL vmlinux 0xbf59bda2 tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0xbf59bf36 mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0xbf5cb3db devl_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0xbf6c462f ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0xbf70c8b6 fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbf71d982 tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xbf8044c6 hwpoison_filter +EXPORT_SYMBOL_GPL vmlinux 0xbf898884 dev_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0xbf8ef459 sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0xbf8f3439 scsi_host_unblock +EXPORT_SYMBOL_GPL vmlinux 0xbfadff66 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0xbfb0f137 nvdimm_region_notify +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfbff4e2 fsl_mc_bus_dpseci_type +EXPORT_SYMBOL_GPL vmlinux 0xbfc7318d of_pci_get_slot_power_limit +EXPORT_SYMBOL_GPL vmlinux 0xbfcb30e3 regmap_field_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0xbfdfda54 srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0xbfe5616d tick_broadcast_oneshot_control +EXPORT_SYMBOL_GPL vmlinux 0xbfead7dc regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0xbfed2cd9 __wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0xbff19eca dw_pcie_read_dbi +EXPORT_SYMBOL_GPL vmlinux 0xbff97ca7 bpf_prog_get_type_dev +EXPORT_SYMBOL_GPL vmlinux 0xc0021bdf pci_find_dvsec_capability +EXPORT_SYMBOL_GPL vmlinux 0xc0132ae9 __traceiter_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xc013b78b tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0xc0232282 __clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0xc02fb867 unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0xc0321a71 inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0xc0356e99 ncsi_vlan_rx_add_vid +EXPORT_SYMBOL_GPL vmlinux 0xc0455fc0 l3mdev_fib_table_by_index +EXPORT_SYMBOL_GPL vmlinux 0xc046cf84 imx93_clk_gate +EXPORT_SYMBOL_GPL vmlinux 0xc04d75e4 dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xc059bd42 pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0xc05cee80 ipi_get_hwirq +EXPORT_SYMBOL_GPL vmlinux 0xc06cd351 get_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xc071b3c5 trace_seq_putmem +EXPORT_SYMBOL_GPL vmlinux 0xc0754227 pci_msix_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xc0844c35 spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0xc08a98fc iocb_bio_iopoll +EXPORT_SYMBOL_GPL vmlinux 0xc090c376 net_selftest_get_strings +EXPORT_SYMBOL_GPL vmlinux 0xc09756f9 vcap_chain_offset +EXPORT_SYMBOL_GPL vmlinux 0xc0a3d155 k3_udma_glue_rx_get_flow_id_base +EXPORT_SYMBOL_GPL vmlinux 0xc0a8f4be phylink_resume +EXPORT_SYMBOL_GPL vmlinux 0xc0a96e14 rcu_gp_is_expedited +EXPORT_SYMBOL_GPL vmlinux 0xc0b2664d devlink_dpipe_header_ipv4 +EXPORT_SYMBOL_GPL vmlinux 0xc0b27a73 device_create_managed_software_node +EXPORT_SYMBOL_GPL vmlinux 0xc0b53723 usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0xc0d75fc9 irq_domain_reset_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL vmlinux 0xc0f0458a ip_tunnel_unneed_metadata +EXPORT_SYMBOL_GPL vmlinux 0xc0f763b5 __devres_alloc_node +EXPORT_SYMBOL_GPL vmlinux 0xc0f8bf2d __traceiter_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xc0fbcd7c usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0xc1020de9 meson_a1_parse_dt_extra +EXPORT_SYMBOL_GPL vmlinux 0xc1086e0c sysrq_toggle_support +EXPORT_SYMBOL_GPL vmlinux 0xc11a14eb mtk_clk_unregister_ref2usb_tx +EXPORT_SYMBOL_GPL vmlinux 0xc122b362 __kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0xc123d506 platform_msi_domain_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0xc129cee7 pwm_adjust_config +EXPORT_SYMBOL_GPL vmlinux 0xc14e6639 phy_speed_down +EXPORT_SYMBOL_GPL vmlinux 0xc14f7616 __SCK__tp_func_rwmmio_post_write +EXPORT_SYMBOL_GPL vmlinux 0xc1601ad6 reset_control_get_count +EXPORT_SYMBOL_GPL vmlinux 0xc167b136 kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xc16f953c crypto_akcipher_sync_post +EXPORT_SYMBOL_GPL vmlinux 0xc1743430 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc17e9946 usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0xc19b2437 __tracepoint_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc1a4b864 divider_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xc1a7962b find_vpid +EXPORT_SYMBOL_GPL vmlinux 0xc1a92db2 usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc1b65230 nfs42_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0xc1bbe843 dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc1beb3d0 led_trigger_write +EXPORT_SYMBOL_GPL vmlinux 0xc1c4cbcf put_device +EXPORT_SYMBOL_GPL vmlinux 0xc1d15a4c phylink_set_port_modes +EXPORT_SYMBOL_GPL vmlinux 0xc1dce028 k3_udma_glue_reset_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xc1dd5dc4 xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0xc1e6986e interval_tree_span_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xc1e6bfcb md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0xc1e8d792 acpi_subsys_poweroff +EXPORT_SYMBOL_GPL vmlinux 0xc1eb9692 icc_node_create +EXPORT_SYMBOL_GPL vmlinux 0xc20e7fb1 rio_local_set_device_id +EXPORT_SYMBOL_GPL vmlinux 0xc21cb619 fsl_mc_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xc21db497 bio_poll +EXPORT_SYMBOL_GPL vmlinux 0xc2227860 regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc22fdc6d crypto_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xc230d64b switchdev_handle_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0xc2368ea5 ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0xc23e0875 skb_segment_list +EXPORT_SYMBOL_GPL vmlinux 0xc2472388 tegra210_clk_emc_update_setting +EXPORT_SYMBOL_GPL vmlinux 0xc249f5cb sdio_retune_crc_enable +EXPORT_SYMBOL_GPL vmlinux 0xc24edf00 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0xc2526013 raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xc259023e __devm_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc25b8971 hv_remove_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0xc25bc287 clk_regmap_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0xc2692173 wakeup_sources_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xc26f28df devm_hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0xc289e46d cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xc28e8448 vring_create_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xc28fe6cf gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xc29c8a7d bpf_map_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0xc2a3e570 errata +EXPORT_SYMBOL_GPL vmlinux 0xc2a6cc0d regmap_noinc_write +EXPORT_SYMBOL_GPL vmlinux 0xc2a814db tcp_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xc2aafdca xen_unmap_domain_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0xc2b149fc validate_xmit_skb_list +EXPORT_SYMBOL_GPL vmlinux 0xc2ba686d synth_event_create +EXPORT_SYMBOL_GPL vmlinux 0xc2baae08 usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0xc2c1c427 perf_event_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc2c49ea4 device_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xc2cce04f sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0xc2d1c52e regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0xc2d55962 work_on_cpu_key +EXPORT_SYMBOL_GPL vmlinux 0xc2da10b0 iommu_device_unlink +EXPORT_SYMBOL_GPL vmlinux 0xc2dbd5a5 tracing_snapshot_cond_disable +EXPORT_SYMBOL_GPL vmlinux 0xc2de27ca hest_disable +EXPORT_SYMBOL_GPL vmlinux 0xc2e2c09c devm_of_led_get +EXPORT_SYMBOL_GPL vmlinux 0xc2e75d6b dev_pm_set_dedicated_wake_irq_reverse +EXPORT_SYMBOL_GPL vmlinux 0xc2eb402b of_css +EXPORT_SYMBOL_GPL vmlinux 0xc2efcb9d da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xc2fcdda5 pci_p2pmem_find_many +EXPORT_SYMBOL_GPL vmlinux 0xc30d9ff7 xhci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xc3100be9 net_selftest +EXPORT_SYMBOL_GPL vmlinux 0xc3139711 platform_irq_count +EXPORT_SYMBOL_GPL vmlinux 0xc3267039 tty_kopen_shared +EXPORT_SYMBOL_GPL vmlinux 0xc3350d18 irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0xc33806c9 trace_array_printk +EXPORT_SYMBOL_GPL vmlinux 0xc33c17bd platform_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0xc340e246 zynqmp_pm_request_node +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc34f857b __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xc352d519 ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xc359d962 devl_param_value_changed +EXPORT_SYMBOL_GPL vmlinux 0xc35f25c3 pci_epc_bme_notify +EXPORT_SYMBOL_GPL vmlinux 0xc3708747 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc37295e3 rockchip_clk_init +EXPORT_SYMBOL_GPL vmlinux 0xc37e5c1f genphy_c45_pma_read_abilities +EXPORT_SYMBOL_GPL vmlinux 0xc3805cd1 fs_ftype_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0xc3876c1a hv_isolation_type_snp +EXPORT_SYMBOL_GPL vmlinux 0xc3997d9d mpi_read_raw_from_sgl +EXPORT_SYMBOL_GPL vmlinux 0xc3ac1c2a nvmem_del_cell_table +EXPORT_SYMBOL_GPL vmlinux 0xc3b47825 rcu_async_relax +EXPORT_SYMBOL_GPL vmlinux 0xc3b4e5e8 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0xc3c4c6cc hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0xc3d3a336 platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0xc3d48000 scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0xc3de495f clean_acked_data_enable +EXPORT_SYMBOL_GPL vmlinux 0xc3de65ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc3ea5305 iommu_default_passthrough +EXPORT_SYMBOL_GPL vmlinux 0xc3fab468 screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0xc407f79d fsl8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0xc408f484 sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xc4155a94 crypto_skcipher_setkey +EXPORT_SYMBOL_GPL vmlinux 0xc42146c6 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc4490cfd tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0xc44afc48 pse_ethtool_set_config +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc457fff0 ahci_reset_controller +EXPORT_SYMBOL_GPL vmlinux 0xc46324f6 dynevent_create +EXPORT_SYMBOL_GPL vmlinux 0xc464e717 of_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0xc47112a3 debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc4a31146 rdma_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc4a72936 trusted_tpm_send +EXPORT_SYMBOL_GPL vmlinux 0xc4af09ad mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc4ba9aeb zynqmp_pm_fpga_get_config_status +EXPORT_SYMBOL_GPL vmlinux 0xc4bd015e devm_clk_hw_get_clk +EXPORT_SYMBOL_GPL vmlinux 0xc4bf16c9 device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0xc4cf9f9b iomap_get_folio +EXPORT_SYMBOL_GPL vmlinux 0xc4d2c7ed devl_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc4d5e0e8 acpi_gpio_get_irq_resource +EXPORT_SYMBOL_GPL vmlinux 0xc4d812be devlink_remote_reload_actions_performed +EXPORT_SYMBOL_GPL vmlinux 0xc4f0da12 ktime_get_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xc51450c6 imx_ccm_lock +EXPORT_SYMBOL_GPL vmlinux 0xc515998f devl_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc52b414c ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0xc537b2a6 serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0xc53eb5dd regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0xc548ba04 tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0xc55ff033 trace_array_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xc5600256 virtio_max_dma_size +EXPORT_SYMBOL_GPL vmlinux 0xc5604800 clk_set_rate_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xc569d8ce __clk_get_name +EXPORT_SYMBOL_GPL vmlinux 0xc56b11c0 ehci_reset +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc5765120 kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0xc5777fca linear_range_get_selector_low_array +EXPORT_SYMBOL_GPL vmlinux 0xc57d484c crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0xc57d77a3 hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc587faed sk_msg_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc58a3ee6 icc_node_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc5a4514c pci_dev_lock +EXPORT_SYMBOL_GPL vmlinux 0xc5a5c678 uart_parse_earlycon +EXPORT_SYMBOL_GPL vmlinux 0xc5ae64c2 usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xc5bc5901 nfct_btf_struct_access +EXPORT_SYMBOL_GPL vmlinux 0xc5c19510 pci_hp_del +EXPORT_SYMBOL_GPL vmlinux 0xc5c2de8d serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0xc5c8e8cd dma_resv_get_singleton +EXPORT_SYMBOL_GPL vmlinux 0xc5d9a126 unregister_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0xc5dda714 simple_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0xc5df47ff devm_clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xc5f472c6 usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0xc5f87971 gpiod_toggle_active_low +EXPORT_SYMBOL_GPL vmlinux 0xc5fc31e6 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc61bbb87 ip6_pol_route +EXPORT_SYMBOL_GPL vmlinux 0xc62081de meson_clk_dualdiv_ops +EXPORT_SYMBOL_GPL vmlinux 0xc6250576 ZSTD_isError +EXPORT_SYMBOL_GPL vmlinux 0xc62611e1 scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xc633b87a irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0xc6361790 disk_update_readahead +EXPORT_SYMBOL_GPL vmlinux 0xc636d60f __tracepoint_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xc64fd66a add_hwgenerator_randomness +EXPORT_SYMBOL_GPL vmlinux 0xc6572a90 xenbus_read_unsigned +EXPORT_SYMBOL_GPL vmlinux 0xc66019cc xen_resume_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc6711b36 sysfs_unbreak_active_protection +EXPORT_SYMBOL_GPL vmlinux 0xc6760b36 to_nvdimm_bus_dev +EXPORT_SYMBOL_GPL vmlinux 0xc6779093 ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xc68b026b regulator_set_pull_down_regmap +EXPORT_SYMBOL_GPL vmlinux 0xc68c41d6 __SCK__tp_func_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xc697b0f7 nvmem_device_read +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc6a4a872 __clk_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xc6def34b gnttab_empty_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xc6e2adba __devm_clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xc6e5bcf3 linear_range_get_selector_within +EXPORT_SYMBOL_GPL vmlinux 0xc6f360a8 blk_queue_max_discard_segments +EXPORT_SYMBOL_GPL vmlinux 0xc7061ef3 iova_cache_put +EXPORT_SYMBOL_GPL vmlinux 0xc7124a02 bio_iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0xc71a1de3 phylink_generic_validate +EXPORT_SYMBOL_GPL vmlinux 0xc7258d00 __clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xc73cf109 ethtool_dev_mm_supported +EXPORT_SYMBOL_GPL vmlinux 0xc7409852 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xc74c07ce cppc_get_epp_perf +EXPORT_SYMBOL_GPL vmlinux 0xc751bca1 devm_serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0xc75d525e extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xc77b11b8 acpi_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0xc77cfaf7 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0xc7824b2c ethnl_cable_test_result +EXPORT_SYMBOL_GPL vmlinux 0xc784d0a8 dmaengine_desc_attach_metadata +EXPORT_SYMBOL_GPL vmlinux 0xc7856e74 __wake_up_locked_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xc7991e0f __xenbus_register_backend +EXPORT_SYMBOL_GPL vmlinux 0xc79ce35d __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7a7e770 clk_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xc7bdb32b folio_alloc_buffers +EXPORT_SYMBOL_GPL vmlinux 0xc7c23ff0 xenbus_exists +EXPORT_SYMBOL_GPL vmlinux 0xc7cf3250 strp_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xc7d02565 devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc7d40910 rio_add_net +EXPORT_SYMBOL_GPL vmlinux 0xc7d9e834 phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0xc7db6c37 wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xc7e64fc2 asn1_encode_integer +EXPORT_SYMBOL_GPL vmlinux 0xc7f23f27 firmware_request_cache +EXPORT_SYMBOL_GPL vmlinux 0xc7f43fe5 dev_pm_set_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xc7f593ed acpi_pm_set_device_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xc7fa4aa9 kobj_ns_drop +EXPORT_SYMBOL_GPL vmlinux 0xc7fd6ede ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xc8155c2a dax_add_host +EXPORT_SYMBOL_GPL vmlinux 0xc8184d79 pci_generic_config_read +EXPORT_SYMBOL_GPL vmlinux 0xc82b3a88 __SCK__tp_func_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xc82c721f klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xc831c22b device_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0xc834be09 ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0xc857b0b7 fsl_mc_device_add +EXPORT_SYMBOL_GPL vmlinux 0xc8594d3d reset_control_acquire +EXPORT_SYMBOL_GPL vmlinux 0xc85eb285 devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc85fc12f __devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0xc86253b9 spi_take_timestamp_post +EXPORT_SYMBOL_GPL vmlinux 0xc86aa0a8 mtk_pinconf_adv_drive_set +EXPORT_SYMBOL_GPL vmlinux 0xc86f58c5 serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0xc87cfb9a dev_pm_genpd_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc87dc00b devlink_flash_update_timeout_notify +EXPORT_SYMBOL_GPL vmlinux 0xc87dd725 k3_udma_glue_pop_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0xc8c4487b ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0xc8c8b4bd modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xc8d35fae pci_epc_stop +EXPORT_SYMBOL_GPL vmlinux 0xc8ddd5b5 kstrdup_quotable +EXPORT_SYMBOL_GPL vmlinux 0xc901dc15 clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xc905402b log_write_mmio +EXPORT_SYMBOL_GPL vmlinux 0xc916f6f9 of_genpd_add_provider_onecell +EXPORT_SYMBOL_GPL vmlinux 0xc91a7de9 tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xc91fdf58 percpu_ref_is_zero +EXPORT_SYMBOL_GPL vmlinux 0xc920f85d pcie_reset_flr +EXPORT_SYMBOL_GPL vmlinux 0xc932ee5a generic_online_page +EXPORT_SYMBOL_GPL vmlinux 0xc9345c0f digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0xc93ee1e7 usb_phy_roothub_init +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc957fb08 stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0xc9641b48 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0xc96f17ee cgroup_get_from_id +EXPORT_SYMBOL_GPL vmlinux 0xc9715630 __SCK__tp_func_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc973c938 uprobe_register_refctr +EXPORT_SYMBOL_GPL vmlinux 0xc978ce38 devm_platform_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0xc9827693 __bpf_call_base +EXPORT_SYMBOL_GPL vmlinux 0xc991af0e ti_sci_get_handle +EXPORT_SYMBOL_GPL vmlinux 0xc9a68c69 devm_qcom_smem_state_get +EXPORT_SYMBOL_GPL vmlinux 0xc9b291d0 regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0xc9b30f61 ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0xc9cab916 clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0xc9ceea06 clk_has_parent +EXPORT_SYMBOL_GPL vmlinux 0xc9ea770d acpi_dev_remove_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9eff2da blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xc9f42748 sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0xc9fb00f7 pl320_ipc_transmit +EXPORT_SYMBOL_GPL vmlinux 0xc9fd634a usb_role_switch_put +EXPORT_SYMBOL_GPL vmlinux 0xca100618 phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0xca2ad74d devm_led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xca454a34 vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0xca47b34d regmap_write +EXPORT_SYMBOL_GPL vmlinux 0xca4978b8 vcpu_put +EXPORT_SYMBOL_GPL vmlinux 0xca500464 ZSTD_getErrorName +EXPORT_SYMBOL_GPL vmlinux 0xca5ff4a6 thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xca61de6e of_irq_parse_and_map_pci +EXPORT_SYMBOL_GPL vmlinux 0xca68e599 buffer_migrate_folio_norefs +EXPORT_SYMBOL_GPL vmlinux 0xca7c3d06 nvdimm_setup_pfn +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca83a4b4 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0xca9a1d5e ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0xcaa226a5 tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xcaa49cc8 devm_regulator_bulk_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xcabc64fd usb_acpi_power_manageable +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcad2b76c imx_clk_hw_pfd +EXPORT_SYMBOL_GPL vmlinux 0xcae269a7 i2c_dw_acpi_configure +EXPORT_SYMBOL_GPL vmlinux 0xcae2d26c dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xcae5cb89 tty_port_register_device_attr_serdev +EXPORT_SYMBOL_GPL vmlinux 0xcae7ce5d fsl_mc_get_version +EXPORT_SYMBOL_GPL vmlinux 0xcaf1d958 evtchn_get +EXPORT_SYMBOL_GPL vmlinux 0xcaf86511 platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0xcafbbc76 list_lru_walk_one +EXPORT_SYMBOL_GPL vmlinux 0xcb1598c4 dw_pcie_ep_linkup +EXPORT_SYMBOL_GPL vmlinux 0xcb1a3ed7 ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0xcb1f23d6 nvdimm_bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcb2bfe2b nvmem_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcb435f76 devm_clk_get_prepared +EXPORT_SYMBOL_GPL vmlinux 0xcb46e246 firmware_request_platform +EXPORT_SYMBOL_GPL vmlinux 0xcb476912 pci_get_dsn +EXPORT_SYMBOL_GPL vmlinux 0xcb4a7d9b public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0xcb561441 mem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0xcb607c02 tcp_done +EXPORT_SYMBOL_GPL vmlinux 0xcb60f8e3 netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0xcb809049 xenbus_switch_state +EXPORT_SYMBOL_GPL vmlinux 0xcb82c56f usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0xcb9005b2 set_primary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xcb90c542 serial8250_rpm_get_tx +EXPORT_SYMBOL_GPL vmlinux 0xcbb89ad4 blk_mq_freeze_queue_wait +EXPORT_SYMBOL_GPL vmlinux 0xcbcfa47c ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0xcbda884c bio_trim +EXPORT_SYMBOL_GPL vmlinux 0xcbe0ace5 phy_resolve_aneg_pause +EXPORT_SYMBOL_GPL vmlinux 0xcbe56bc2 zs_get_total_pages +EXPORT_SYMBOL_GPL vmlinux 0xcc0fd0a7 k3_ringacc_ring_push_head +EXPORT_SYMBOL_GPL vmlinux 0xcc25c8dc devm_led_get +EXPORT_SYMBOL_GPL vmlinux 0xcc2887e4 usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0xcc39c03e nvmem_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcc6bd0ed get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0xcc85791d sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xcc9268fc hwpoison_filter_enable +EXPORT_SYMBOL_GPL vmlinux 0xcc935375 walk_iomem_res_desc +EXPORT_SYMBOL_GPL vmlinux 0xccab8a0f blk_mq_freeze_queue_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0xccabde6f crc64_rocksoft_generic +EXPORT_SYMBOL_GPL vmlinux 0xccac5b44 genpd_dev_pm_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0xccacfc9f gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccd86806 ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0xcce1aaa4 blkg_conf_init +EXPORT_SYMBOL_GPL vmlinux 0xccf52bc9 sfp_upstream_start +EXPORT_SYMBOL_GPL vmlinux 0xccf9b124 pci_has_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0xcd1c1a53 trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0xcd21f819 virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0xcd234fcb dev_pm_domain_start +EXPORT_SYMBOL_GPL vmlinux 0xcd24e146 hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0xcd2bef6d __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0xcd3746a7 iort_put_rmr_sids +EXPORT_SYMBOL_GPL vmlinux 0xcd38b9da ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0xcd4214ed nvdimm_cmd_mask +EXPORT_SYMBOL_GPL vmlinux 0xcd4301ab xenbus_dev_probe +EXPORT_SYMBOL_GPL vmlinux 0xcd499dc1 devm_regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcd52c928 rio_request_mport_dma +EXPORT_SYMBOL_GPL vmlinux 0xcd56f4e7 folio_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xcd6f2dc9 nf_log_buf_add +EXPORT_SYMBOL_GPL vmlinux 0xcd759b82 k3_ringacc_ring_reset +EXPORT_SYMBOL_GPL vmlinux 0xcd910be7 ti_sci_get_num_resources +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcd9cd2ff wakeme_after_rcu +EXPORT_SYMBOL_GPL vmlinux 0xcda2aaba k3_udma_glue_tx_dma_to_cppi5_addr +EXPORT_SYMBOL_GPL vmlinux 0xcda2b4fe power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0xcdb6adcc ras_userspace_consumers +EXPORT_SYMBOL_GPL vmlinux 0xcdb87d8c kvm_vcpu_read_guest_atomic +EXPORT_SYMBOL_GPL vmlinux 0xcdc36875 debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdd08d1f pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xcdd4a6f9 virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0xcdd82942 pinconf_generic_dt_node_to_map +EXPORT_SYMBOL_GPL vmlinux 0xcde26600 cppc_get_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0xcde69231 fb_deferred_io_release +EXPORT_SYMBOL_GPL vmlinux 0xcde75cb5 vcap_find_admin +EXPORT_SYMBOL_GPL vmlinux 0xcdec92b8 kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xcdef0a18 devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0xcdfc79fc imx_pinctrl_parse_pin_scu +EXPORT_SYMBOL_GPL vmlinux 0xcdfcd5a7 blk_steal_bios +EXPORT_SYMBOL_GPL vmlinux 0xcdfe21ff blk_crypto_profile_destroy +EXPORT_SYMBOL_GPL vmlinux 0xce06253f fscrypt_parse_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0xce067c28 of_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xce0a4020 xenbus_directory +EXPORT_SYMBOL_GPL vmlinux 0xce2a7f00 __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0xce316d7e zynqmp_pm_set_sd_tapdelay +EXPORT_SYMBOL_GPL vmlinux 0xce3cc72f ncsi_vlan_rx_kill_vid +EXPORT_SYMBOL_GPL vmlinux 0xce4f9bde pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xce598ef2 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce727b75 pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xce7437d8 l3mdev_master_upper_ifindex_by_index_rcu +EXPORT_SYMBOL_GPL vmlinux 0xce747e7c rz_mtu3_disable +EXPORT_SYMBOL_GPL vmlinux 0xce77d24b __nvdimm_create +EXPORT_SYMBOL_GPL vmlinux 0xce7ade4c bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0xcea6f76c of_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0xceac8674 zynqmp_pm_read_pggs +EXPORT_SYMBOL_GPL vmlinux 0xceb0b564 pm_clk_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xcec2fdff clk_hw_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0xcecdfa47 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0xced315fa component_release_of +EXPORT_SYMBOL_GPL vmlinux 0xcede1111 pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcee6521a blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0xcee88e7a of_overlay_fdt_apply +EXPORT_SYMBOL_GPL vmlinux 0xceed8c16 __set_phys_to_machine +EXPORT_SYMBOL_GPL vmlinux 0xcef485f3 devlink_alloc_ns +EXPORT_SYMBOL_GPL vmlinux 0xcf03dda1 acpi_subsys_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0xcf116e69 devlink_port_region_create +EXPORT_SYMBOL_GPL vmlinux 0xcf1a2635 kvm_get_running_vcpu +EXPORT_SYMBOL_GPL vmlinux 0xcf1b3691 file_is_kvm +EXPORT_SYMBOL_GPL vmlinux 0xcf2f48ad xhci_get_ep_ctx +EXPORT_SYMBOL_GPL vmlinux 0xcf488cc7 rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xcf5312a3 nvmem_add_cell_table +EXPORT_SYMBOL_GPL vmlinux 0xcf576f7a skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0xcf5bdebd devm_mipi_dsi_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xcf631d85 pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0xcf66e727 phy_modify +EXPORT_SYMBOL_GPL vmlinux 0xcf693dd9 unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xcf99334a thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0xcfa0b410 usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xcfa7c480 iopf_queue_flush_dev +EXPORT_SYMBOL_GPL vmlinux 0xcfabb5fc pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0xcfb81e7e fsl_mc_bus_dpdcei_type +EXPORT_SYMBOL_GPL vmlinux 0xcfbbae17 devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0xcfc5108a devlink_fmsg_u8_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xcfc7b4e4 rcu_barrier_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0xcfce2ac2 pinctrl_utils_free_map +EXPORT_SYMBOL_GPL vmlinux 0xcfd0ee62 regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0xcfd28525 __sock_recv_cmsgs +EXPORT_SYMBOL_GPL vmlinux 0xcfd30d71 acpi_os_map_memory +EXPORT_SYMBOL_GPL vmlinux 0xcfd6cdaa of_pci_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0xcfe118b4 fsl_mc_device_remove +EXPORT_SYMBOL_GPL vmlinux 0xcfee64fb clk_hw_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0xcffd793e hyperv_report_panic +EXPORT_SYMBOL_GPL vmlinux 0xcffd964d nd_tbl +EXPORT_SYMBOL_GPL vmlinux 0xd000117c regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0xd0065ce3 kiocb_modified +EXPORT_SYMBOL_GPL vmlinux 0xd026d518 HYPERVISOR_vcpu_op +EXPORT_SYMBOL_GPL vmlinux 0xd03eaf4c schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0xd04522ca vp_legacy_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0xd0452835 sk_msg_memcopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0xd0458ccb xenbus_strstate +EXPORT_SYMBOL_GPL vmlinux 0xd04aedfd __SCK__tp_func_arm_event +EXPORT_SYMBOL_GPL vmlinux 0xd04e505e acpi_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd051974e nvdimm_name +EXPORT_SYMBOL_GPL vmlinux 0xd052e757 ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd0686cd4 rcuref_put_slowpath +EXPORT_SYMBOL_GPL vmlinux 0xd070a159 trace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0xd07f7495 fscrypt_ioctl_remove_key +EXPORT_SYMBOL_GPL vmlinux 0xd082cb96 rcu_read_unlock_trace_special +EXPORT_SYMBOL_GPL vmlinux 0xd086fda0 regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0xd08feb41 __nf_ip6_route +EXPORT_SYMBOL_GPL vmlinux 0xd09911a6 acpi_dev_get_irq_type +EXPORT_SYMBOL_GPL vmlinux 0xd0a30dcf qcom_smem_state_get +EXPORT_SYMBOL_GPL vmlinux 0xd0a872b7 max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0c51bd5 gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0xd0c61af1 kset_find_obj +EXPORT_SYMBOL_GPL vmlinux 0xd0d156e9 __rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xd0d3f0a4 gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0xd0db0f12 run_dax +EXPORT_SYMBOL_GPL vmlinux 0xd0ecac44 ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0xd0fd7085 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd0fe93ee nfs_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0xd1000a54 debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0xd1082c78 dev_pm_opp_find_level_ceil +EXPORT_SYMBOL_GPL vmlinux 0xd11105f1 acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xd1120621 msi_domain_first_desc +EXPORT_SYMBOL_GPL vmlinux 0xd1305a5f devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0xd131b0fd devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0xd138c08a free_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0xd13a8351 devres_remove +EXPORT_SYMBOL_GPL vmlinux 0xd1481de7 mpi_clear +EXPORT_SYMBOL_GPL vmlinux 0xd1576376 rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0xd159586c net_prio_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xd172483e devm_irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xd193bd13 fscrypt_ioctl_get_key_status +EXPORT_SYMBOL_GPL vmlinux 0xd1946392 vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0xd198543b pci_epf_add_vepf +EXPORT_SYMBOL_GPL vmlinux 0xd19e19b5 fscrypt_symlink_getattr +EXPORT_SYMBOL_GPL vmlinux 0xd1a8ba34 ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0xd1a9ca15 __SCK__tp_func_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xd1ac94fa nfnl_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xd1b0021a tcf_dev_queue_xmit +EXPORT_SYMBOL_GPL vmlinux 0xd1c3fb44 vcap_free_rule +EXPORT_SYMBOL_GPL vmlinux 0xd1cbc23c add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0xd1cf59c0 of_nvmem_layout_get_container +EXPORT_SYMBOL_GPL vmlinux 0xd1cfe8f3 dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0xd1dbb6ad icc_node_add +EXPORT_SYMBOL_GPL vmlinux 0xd1f0b4ba pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0xd1f2eee2 nf_logger_find_get +EXPORT_SYMBOL_GPL vmlinux 0xd1f84374 of_pci_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0xd2015238 mbox_client_txdone +EXPORT_SYMBOL_GPL vmlinux 0xd21167d9 rz_mtu3_shared_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xd2143486 device_iommu_capable +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd21b61bd async_schedule_node_domain +EXPORT_SYMBOL_GPL vmlinux 0xd21c37ec perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0xd21f1d35 __SCK__tp_func_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0xd2245aa4 ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0xd22bed75 k3_udma_glue_rx_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0xd23fa0ab handle_fasteoi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0xd248a519 rockchip_pmu_block +EXPORT_SYMBOL_GPL vmlinux 0xd24e9e8c klist_init +EXPORT_SYMBOL_GPL vmlinux 0xd25caf8d ata_host_put +EXPORT_SYMBOL_GPL vmlinux 0xd25ddf05 dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0xd260af0d ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0xd272120a of_genpd_add_provider_simple +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd27eeb4b alloc_iova +EXPORT_SYMBOL_GPL vmlinux 0xd27f215d gnttab_alloc_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xd29c1f10 __traceiter_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0xd2b10a05 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0xd2ba8377 ping_hash +EXPORT_SYMBOL_GPL vmlinux 0xd2c6040a ahci_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xd2d40d40 __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0xd2d7e59b unregister_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0xd2de359c crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0xd2ef6a40 phylink_mii_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xd303c4e6 vcap_addr_keysets +EXPORT_SYMBOL_GPL vmlinux 0xd313bc7b xas_nomem +EXPORT_SYMBOL_GPL vmlinux 0xd31578c7 of_irq_get +EXPORT_SYMBOL_GPL vmlinux 0xd31a2ac5 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xd320ebaf pci_epc_get_first_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xd3314d6b usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0xd33ada8b cci_probed +EXPORT_SYMBOL_GPL vmlinux 0xd33cab68 of_alias_get_id +EXPORT_SYMBOL_GPL vmlinux 0xd344af32 devlink_linecard_nested_dl_set +EXPORT_SYMBOL_GPL vmlinux 0xd34d2bd9 usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0xd352122a crypto_enqueue_request_head +EXPORT_SYMBOL_GPL vmlinux 0xd3551a76 zynqmp_pm_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd36760ef __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xd3752c27 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xd37b3bb0 tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0xd37c8976 debounce_time_mt6765 +EXPORT_SYMBOL_GPL vmlinux 0xd3901d33 acpi_dev_resource_address_space +EXPORT_SYMBOL_GPL vmlinux 0xd3963a22 phy_select_page +EXPORT_SYMBOL_GPL vmlinux 0xd39e9848 put_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xd3a6ca7f device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xd3a75196 edac_device_del_device +EXPORT_SYMBOL_GPL vmlinux 0xd3d9efa8 power_supply_put_battery_info +EXPORT_SYMBOL_GPL vmlinux 0xd3db1450 xenbus_match +EXPORT_SYMBOL_GPL vmlinux 0xd3e9e7e2 clk_hw_register_gate2 +EXPORT_SYMBOL_GPL vmlinux 0xd3eaf1ed devlink_dpipe_entry_clear +EXPORT_SYMBOL_GPL vmlinux 0xd3ec851c __traceiter_unmap +EXPORT_SYMBOL_GPL vmlinux 0xd3ee4d21 serial8250_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0xd3f0aaa2 sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0xd3f0cd42 misc_cg_res_total_usage +EXPORT_SYMBOL_GPL vmlinux 0xd3fd92eb netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0xd3fe2114 pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd420ea50 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xd426dbc4 erst_get_record_count +EXPORT_SYMBOL_GPL vmlinux 0xd42ac6e6 irq_domain_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xd42f1d4e show_rcu_tasks_rude_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd430bbc1 sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0xd43d2b5b device_get_dma_attr +EXPORT_SYMBOL_GPL vmlinux 0xd43fda27 dax_recovery_write +EXPORT_SYMBOL_GPL vmlinux 0xd44261e6 tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0xd4498110 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd44ae965 pwm_apply_state +EXPORT_SYMBOL_GPL vmlinux 0xd454b19a sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0xd45ae794 tegra_bpmp_transfer_atomic +EXPORT_SYMBOL_GPL vmlinux 0xd4635938 ata_acpi_stm +EXPORT_SYMBOL_GPL vmlinux 0xd46af5ef cppc_get_perf_ctrs +EXPORT_SYMBOL_GPL vmlinux 0xd470ecca fwnode_create_software_node +EXPORT_SYMBOL_GPL vmlinux 0xd47d68ef gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0xd48a9773 drop_reasons_register_subsys +EXPORT_SYMBOL_GPL vmlinux 0xd4935851 __SCK__tp_func_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0xd496e3f9 __virtqueue_unbreak +EXPORT_SYMBOL_GPL vmlinux 0xd49bb77d sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0xd4b08b54 dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0xd4b6157e devlink_health_reporter_recovery_done +EXPORT_SYMBOL_GPL vmlinux 0xd4b9a616 reset_control_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xd4bf5618 devm_i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4cbdbe3 __SCK__tp_func_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xd4cc8239 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd4ceb088 devm_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0xd4e6d7e0 linear_range_get_value +EXPORT_SYMBOL_GPL vmlinux 0xd4f5bfa5 iommu_queue_iopf +EXPORT_SYMBOL_GPL vmlinux 0xd4fb1265 sbitmap_bitmap_show +EXPORT_SYMBOL_GPL vmlinux 0xd5301b2c linear_range_get_max_value +EXPORT_SYMBOL_GPL vmlinux 0xd53e7f22 ata_port_classify +EXPORT_SYMBOL_GPL vmlinux 0xd5474690 usb_role_switch_set_role +EXPORT_SYMBOL_GPL vmlinux 0xd54f8d68 acpi_ec_add_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xd5575d61 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd563f87f __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd5674242 __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xd568238c security_file_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xd569c77c da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0xd5759ec4 ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0xd57f43a9 acpi_gpiochip_request_interrupts +EXPORT_SYMBOL_GPL vmlinux 0xd5807af3 k3_ringacc_ring_pop +EXPORT_SYMBOL_GPL vmlinux 0xd58863d4 irq_domain_disconnect_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xd58eea16 debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0xd59a1587 linkmode_resolve_pause +EXPORT_SYMBOL_GPL vmlinux 0xd59c2da0 fwnode_get_nth_parent +EXPORT_SYMBOL_GPL vmlinux 0xd5a00dab locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0xd5ad800c folio_test_hugetlb +EXPORT_SYMBOL_GPL vmlinux 0xd5b2a2fa l3mdev_master_ifindex_rcu +EXPORT_SYMBOL_GPL vmlinux 0xd5b47cfa disk_uevent +EXPORT_SYMBOL_GPL vmlinux 0xd5c6bfb2 fib_nl_newrule +EXPORT_SYMBOL_GPL vmlinux 0xd5f5865d __tracepoint_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0xd5f9c3a1 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xd5fce103 bdev_discard_alignment +EXPORT_SYMBOL_GPL vmlinux 0xd613a37b blk_mq_sched_try_insert_merge +EXPORT_SYMBOL_GPL vmlinux 0xd61d719b of_clk_get_parent_count +EXPORT_SYMBOL_GPL vmlinux 0xd6251353 ftrace_set_filter_ips +EXPORT_SYMBOL_GPL vmlinux 0xd63e3c84 blk_mq_wait_quiesce_done +EXPORT_SYMBOL_GPL vmlinux 0xd64ed259 __memcat_p +EXPORT_SYMBOL_GPL vmlinux 0xd66a7a35 sbitmap_queue_wake_all +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd68fd22a dprc_get_obj +EXPORT_SYMBOL_GPL vmlinux 0xd6a8f957 crypto_aead_setkey +EXPORT_SYMBOL_GPL vmlinux 0xd6aafb42 crc64_rocksoft +EXPORT_SYMBOL_GPL vmlinux 0xd6ae9ba7 rcu_async_should_hurry +EXPORT_SYMBOL_GPL vmlinux 0xd6afb7f2 of_pm_clk_add_clks +EXPORT_SYMBOL_GPL vmlinux 0xd6b27e8a xas_set_mark +EXPORT_SYMBOL_GPL vmlinux 0xd6c3c267 driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0xd6c6ac87 power_supply_property_is_writeable +EXPORT_SYMBOL_GPL vmlinux 0xd6d8f6b3 topology_set_scale_freq_source +EXPORT_SYMBOL_GPL vmlinux 0xd6d98b0c mtk_clk_unregister_dividers +EXPORT_SYMBOL_GPL vmlinux 0xd6dc37f6 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0xd714cb22 inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0xd721bed9 msg_zerocopy_realloc +EXPORT_SYMBOL_GPL vmlinux 0xd723a027 devm_hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0xd7253a9e crypto_register_acomp +EXPORT_SYMBOL_GPL vmlinux 0xd7269c64 osc_sb_native_usb4_control +EXPORT_SYMBOL_GPL vmlinux 0xd7293ffc percpu_ref_reinit +EXPORT_SYMBOL_GPL vmlinux 0xd72a2af8 spi_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0xd72feba2 xenbus_read_driver_state +EXPORT_SYMBOL_GPL vmlinux 0xd735030e __virtio_unbreak_device +EXPORT_SYMBOL_GPL vmlinux 0xd74e400f show_rcu_tasks_classic_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd75b20aa rsa_parse_priv_key +EXPORT_SYMBOL_GPL vmlinux 0xd75e9624 raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xd76246e6 serdev_device_set_baudrate +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd775df50 fsl_mc_obj_close +EXPORT_SYMBOL_GPL vmlinux 0xd785853e br_ip6_fragment +EXPORT_SYMBOL_GPL vmlinux 0xd79e2032 ahci_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0xd7a75a25 ethtool_set_ethtool_phy_ops +EXPORT_SYMBOL_GPL vmlinux 0xd7a86ea4 tcp_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xd7aea26e kernel_read_file_from_path_initns +EXPORT_SYMBOL_GPL vmlinux 0xd7c1fdb2 component_compare_of +EXPORT_SYMBOL_GPL vmlinux 0xd7c91b63 tegra210_sata_pll_hw_control_enable +EXPORT_SYMBOL_GPL vmlinux 0xd7cea889 edac_mod_work +EXPORT_SYMBOL_GPL vmlinux 0xd7d0a7fd spi_sync +EXPORT_SYMBOL_GPL vmlinux 0xd7d21637 debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0xd7dccd23 __SCK__tp_func_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0xd7ea2584 synth_event_trace +EXPORT_SYMBOL_GPL vmlinux 0xd7ebe0a4 crypto_alloc_kpp +EXPORT_SYMBOL_GPL vmlinux 0xd7ef9356 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd7f90d72 ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xd7fd7f64 firmware_request_nowarn +EXPORT_SYMBOL_GPL vmlinux 0xd823d36d __SCK__tp_func_console +EXPORT_SYMBOL_GPL vmlinux 0xd826677c usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0xd84031a9 k3_ringacc_ring_cfg +EXPORT_SYMBOL_GPL vmlinux 0xd84b1c91 ahci_platform_enable_resources +EXPORT_SYMBOL_GPL vmlinux 0xd84d35bd dax_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd84e7c82 auxiliary_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd857f55c vcap_select_min_rule_keyset +EXPORT_SYMBOL_GPL vmlinux 0xd869b42a xdp_features_set_redirect_target +EXPORT_SYMBOL_GPL vmlinux 0xd87cb8eb dma_fence_unwrap_next +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd882c95d aead_exit_geniv +EXPORT_SYMBOL_GPL vmlinux 0xd88ba0e6 __acpi_node_get_property_reference +EXPORT_SYMBOL_GPL vmlinux 0xd8930a98 rtnl_get_net_ns_capable +EXPORT_SYMBOL_GPL vmlinux 0xd8b245c0 acpi_create_platform_device +EXPORT_SYMBOL_GPL vmlinux 0xd8cb0b4e cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0xd8d68ab1 dmi_memdev_type +EXPORT_SYMBOL_GPL vmlinux 0xd8d7dacc xdp_return_frame +EXPORT_SYMBOL_GPL vmlinux 0xd8daa3ed blk_crypto_update_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xd8e72cf1 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0xd8f67616 metadata_dst_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0xd8fbb14d net_cls_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xd8fc30ee __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0xd90133c5 dprc_setup +EXPORT_SYMBOL_GPL vmlinux 0xd90224ac skcipher_walk_async +EXPORT_SYMBOL_GPL vmlinux 0xd903f419 phylink_get_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xd90a93a7 k3_udma_glue_rx_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xd90d5da4 dev_pm_opp_add +EXPORT_SYMBOL_GPL vmlinux 0xd915a9dd fixed_phy_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd91dbd1f xdp_alloc_skb_bulk +EXPORT_SYMBOL_GPL vmlinux 0xd91f606c dma_vunmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xd91f9e86 devm_of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xd9222ced io_uring_cmd_do_in_task_lazy +EXPORT_SYMBOL_GPL vmlinux 0xd92ef192 security_kernel_post_load_data +EXPORT_SYMBOL_GPL vmlinux 0xd92f0791 leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xd93001f3 ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0xd93ca62a class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd94115e3 pci_p2pdma_distance_many +EXPORT_SYMBOL_GPL vmlinux 0xd96b180e devm_clk_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd9905ffa da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xd9916c3a idr_alloc_u32 +EXPORT_SYMBOL_GPL vmlinux 0xd99ca7f0 pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xd99f43d1 __traceiter_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0xd9a6f811 mmc_cmdq_disable +EXPORT_SYMBOL_GPL vmlinux 0xd9acecda crypto_comp_decompress +EXPORT_SYMBOL_GPL vmlinux 0xd9b19aa5 __tracepoint_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0xd9bb2c13 pkcs7_get_content_data +EXPORT_SYMBOL_GPL vmlinux 0xd9caba72 pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0xd9ceac7c devm_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xd9dac93b dt_init_idle_driver +EXPORT_SYMBOL_GPL vmlinux 0xd9e24457 ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0xd9e586e6 __tcp_send_ack +EXPORT_SYMBOL_GPL vmlinux 0xd9e61980 phy_gbit_all_ports_features +EXPORT_SYMBOL_GPL vmlinux 0xd9f66fd4 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0xd9faa7a5 zynqmp_pm_set_pll_frac_mode +EXPORT_SYMBOL_GPL vmlinux 0xd9fdebc4 __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0xd9ff2172 ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xda0947de kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda10e1e2 phy_basic_t1_features +EXPORT_SYMBOL_GPL vmlinux 0xda15ce30 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0xda320d31 sfp_module_start +EXPORT_SYMBOL_GPL vmlinux 0xda3a878a ahci_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xda3dcb75 __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xda439e95 clk_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xda453651 bpf_prog_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0xda4eb7fd device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0xda4fa45e sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0xda55fcf7 pci_find_vsec_capability +EXPORT_SYMBOL_GPL vmlinux 0xda5694e0 clk_regmap_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xda588fcc debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xda5f245a dev_queue_xmit_nit +EXPORT_SYMBOL_GPL vmlinux 0xda63f7c4 irq_chip_set_vcpu_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0xda68142f pci_epc_get +EXPORT_SYMBOL_GPL vmlinux 0xda692cfd gpiochip_irq_domain_activate +EXPORT_SYMBOL_GPL vmlinux 0xda6f8765 pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xda6fed3c devl_port_register_with_ops +EXPORT_SYMBOL_GPL vmlinux 0xda70ba42 powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0xda75a3a1 devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xda7912d4 freq_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xda7992eb cpufreq_dbs_governor_start +EXPORT_SYMBOL_GPL vmlinux 0xda8bcb23 of_usb_get_dr_mode_by_phy +EXPORT_SYMBOL_GPL vmlinux 0xda8e1302 software_node_find_by_name +EXPORT_SYMBOL_GPL vmlinux 0xda9343d2 devm_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0xda952841 meson_pmx_get_groups +EXPORT_SYMBOL_GPL vmlinux 0xdaa06dc1 acpi_lpat_raw_to_temp +EXPORT_SYMBOL_GPL vmlinux 0xdaa556c0 of_property_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0xdaaf1e27 pinctrl_generic_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xdab39dde start_poll_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xdab5a1eb interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xdab69e5b skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0xdab7a085 clean_acked_data_disable +EXPORT_SYMBOL_GPL vmlinux 0xdaca0a8c __xdp_rxq_info_reg +EXPORT_SYMBOL_GPL vmlinux 0xdacc09a2 bsg_job_put +EXPORT_SYMBOL_GPL vmlinux 0xdacd8198 device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0xdacda5bc fb_deferred_io_mmap +EXPORT_SYMBOL_GPL vmlinux 0xdadfd224 iomap_dio_bio_end_io +EXPORT_SYMBOL_GPL vmlinux 0xdb3f60ab pci_status_get_and_clear_errors +EXPORT_SYMBOL_GPL vmlinux 0xdb4b7049 perf_aux_output_begin +EXPORT_SYMBOL_GPL vmlinux 0xdb52fcf0 security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0xdb63a944 acpi_lpat_get_conversion_table +EXPORT_SYMBOL_GPL vmlinux 0xdb7c4734 dma_can_mmap +EXPORT_SYMBOL_GPL vmlinux 0xdb84d829 skcipher_walk_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdb90e1c9 usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0xdb92c7ce irq_find_matching_fwspec +EXPORT_SYMBOL_GPL vmlinux 0xdb9d32f7 serdev_controller_remove +EXPORT_SYMBOL_GPL vmlinux 0xdbae2164 blk_next_bio +EXPORT_SYMBOL_GPL vmlinux 0xdbaf1090 bpf_event_output +EXPORT_SYMBOL_GPL vmlinux 0xdbb3ca97 cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0xdbda0968 xhci_ext_cap_init +EXPORT_SYMBOL_GPL vmlinux 0xdbdb0e8b request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xdbdd281c led_set_brightness_sync +EXPORT_SYMBOL_GPL vmlinux 0xdbe3dbe0 vhost_task_create +EXPORT_SYMBOL_GPL vmlinux 0xdbe8d8a0 __SCK__tp_func_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xdbeea948 pinctrl_generic_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0xdbf32a01 __nvmem_layout_register +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdc02eb39 dmi_available +EXPORT_SYMBOL_GPL vmlinux 0xdc0d6afa iommu_present +EXPORT_SYMBOL_GPL vmlinux 0xdc139c13 k3_udma_glue_tx_get_hdesc_size +EXPORT_SYMBOL_GPL vmlinux 0xdc282436 irq_domain_pop_irq +EXPORT_SYMBOL_GPL vmlinux 0xdc316032 policy_has_boost_freq +EXPORT_SYMBOL_GPL vmlinux 0xdc32729a securityfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0xdc3f602e spi_mem_driver_register_with_owner +EXPORT_SYMBOL_GPL vmlinux 0xdc43bdc6 pci_vpd_find_ro_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xdc45a5db edac_stop_work +EXPORT_SYMBOL_GPL vmlinux 0xdc46a1eb fscrypt_limit_io_blocks +EXPORT_SYMBOL_GPL vmlinux 0xdc4b99f8 pstore_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdc5191cf lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0xdc5f1632 clk_gate_restore_context +EXPORT_SYMBOL_GPL vmlinux 0xdc62a1c5 backing_file_open +EXPORT_SYMBOL_GPL vmlinux 0xdc63be32 acpi_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0xdc6596fa irq_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xdc6699cb acpi_dev_free_resource_list +EXPORT_SYMBOL_GPL vmlinux 0xdc6943af device_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0xdc6caf56 __traceiter_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xdc727b0b fwnode_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xdc7df67f apei_exec_ctx_init +EXPORT_SYMBOL_GPL vmlinux 0xdc814508 serial8250_do_set_divisor +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc841b74 misc_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdc87776d generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0xdc8f6870 of_get_videomode +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc9f6bca __SCK__tp_func_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdca73b9f pinctrl_generic_add_group +EXPORT_SYMBOL_GPL vmlinux 0xdcb0a2c0 phylink_stop +EXPORT_SYMBOL_GPL vmlinux 0xdcbb35b9 acpi_device_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0xdcbf8905 finish_rcuwait +EXPORT_SYMBOL_GPL vmlinux 0xdcc7b872 watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0xdcea4e98 gpiochip_irq_unmap +EXPORT_SYMBOL_GPL vmlinux 0xdceb5362 efi_status_to_err +EXPORT_SYMBOL_GPL vmlinux 0xdcf1fe9d crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xdcf9f799 devlink_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd0762df set_worker_desc +EXPORT_SYMBOL_GPL vmlinux 0xdd215805 regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xdd284dbd pci_p2pmem_free_sgl +EXPORT_SYMBOL_GPL vmlinux 0xdd28d394 usb_wakeup_enabled_descendants +EXPORT_SYMBOL_GPL vmlinux 0xdd33c9da regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xdd369298 mpc8xxx_spi_tx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0xdd3dd905 gpiod_set_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xdd5bc174 sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xdd5c5f69 usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xdd5da7e8 of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xdd626ee3 fuse_len_args +EXPORT_SYMBOL_GPL vmlinux 0xdd81c86a ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0xdd81d8f6 __SCK__tp_func_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xdd8a05e1 xfrm_dev_policy_add +EXPORT_SYMBOL_GPL vmlinux 0xdd94bcc6 of_clk_add_provider +EXPORT_SYMBOL_GPL vmlinux 0xdd96fa2d __cpuhp_state_add_instance +EXPORT_SYMBOL_GPL vmlinux 0xddb4f22e hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0xddb82ab0 mtk_pinconf_adv_drive_get +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddd2ae24 rockchip_pcie_parse_dt +EXPORT_SYMBOL_GPL vmlinux 0xddd41e4d vcap_lookup_keyfield +EXPORT_SYMBOL_GPL vmlinux 0xddde5324 mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0xdde7d343 regmap_get_raw_read_max +EXPORT_SYMBOL_GPL vmlinux 0xddec54b0 acpi_spi_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xddfe1ad7 __SCK__tp_func_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xde0af24f udp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0xde0b168e platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0xde1ded4f linear_hugepage_index +EXPORT_SYMBOL_GPL vmlinux 0xde31bf7e unregister_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xde3f6203 ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0xde541c30 bpf_prog_create_from_user +EXPORT_SYMBOL_GPL vmlinux 0xde553e3f genphy_c45_check_and_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0xde5574cf x509_load_certificate_list +EXPORT_SYMBOL_GPL vmlinux 0xde597d3b rio_mport_initialize +EXPORT_SYMBOL_GPL vmlinux 0xde6f1851 TSS_checkhmac1 +EXPORT_SYMBOL_GPL vmlinux 0xde83e634 io_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0xde9ab8c7 xenbus_rm +EXPORT_SYMBOL_GPL vmlinux 0xdeaa0ecd mmc_pwrseq_register +EXPORT_SYMBOL_GPL vmlinux 0xdead2e78 reserve_iova +EXPORT_SYMBOL_GPL vmlinux 0xdebff2be receive_fd +EXPORT_SYMBOL_GPL vmlinux 0xdec18c61 clockevents_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0xdec238f1 of_reserved_mem_lookup +EXPORT_SYMBOL_GPL vmlinux 0xded15ce0 devlink_resource_register +EXPORT_SYMBOL_GPL vmlinux 0xdedbbfe9 net_ns_get_ownership +EXPORT_SYMBOL_GPL vmlinux 0xdee0e409 devm_namespace_enable +EXPORT_SYMBOL_GPL vmlinux 0xdee91d7a dtpm_destroy_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xdeecf830 iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0xdeed40b0 tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0xdeef61d1 xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0xdefbef52 devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xdeffa0a7 edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0xdf086273 ip6_input +EXPORT_SYMBOL_GPL vmlinux 0xdf0c757f ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0xdf0ca3f4 cpu_latency_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0xdf0f74ec devm_regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf1be5e1 __free_iova +EXPORT_SYMBOL_GPL vmlinux 0xdf237453 timer_shutdown_sync +EXPORT_SYMBOL_GPL vmlinux 0xdf23c2e0 crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0xdf24e5d3 scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xdf2738bb cpu_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdf297b7d nf_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xdf2c4c0f memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0xdf31898f cper_mem_err_pack +EXPORT_SYMBOL_GPL vmlinux 0xdf335b3f devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xdf34d019 rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xdf399a71 fsl_mc_bus_dpaiop_type +EXPORT_SYMBOL_GPL vmlinux 0xdf448d1c fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0xdf460002 bpf_offload_dev_netdev_register +EXPORT_SYMBOL_GPL vmlinux 0xdf558314 power_supply_battery_info_properties +EXPORT_SYMBOL_GPL vmlinux 0xdf58bd43 nvdimm_kobj +EXPORT_SYMBOL_GPL vmlinux 0xdf5a569a fwnode_graph_get_port_parent +EXPORT_SYMBOL_GPL vmlinux 0xdf5b12dc fsl_mc_get_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xdf6077da pci_p2pmem_alloc_sgl +EXPORT_SYMBOL_GPL vmlinux 0xdf63584c ahci_platform_disable_regulators +EXPORT_SYMBOL_GPL vmlinux 0xdf6b229f devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0xdf74e862 dma_resv_describe +EXPORT_SYMBOL_GPL vmlinux 0xdf7890a2 __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0xdf8ecbd8 dev_pm_opp_find_freq_floor +EXPORT_SYMBOL_GPL vmlinux 0xdf942520 xfrm_bpf_md_dst +EXPORT_SYMBOL_GPL vmlinux 0xdf98be09 event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0xdf9d139a __crypto_alloc_tfmgfp +EXPORT_SYMBOL_GPL vmlinux 0xdfa83cf6 replace_page_cache_folio +EXPORT_SYMBOL_GPL vmlinux 0xdfb82bbc max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xdfbe26e9 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0xdfbf18c7 usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xdfbfa02b __vfs_removexattr_locked +EXPORT_SYMBOL_GPL vmlinux 0xdfc681ad icc_get_name +EXPORT_SYMBOL_GPL vmlinux 0xdfca445f watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0xdfcb6c90 mctrl_gpio_set +EXPORT_SYMBOL_GPL vmlinux 0xdfcbed77 rio_alloc_net +EXPORT_SYMBOL_GPL vmlinux 0xdff0a2e7 regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xe00db6dc __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xe014c028 pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0xe01b77b2 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0xe01f4cb0 irq_force_affinity +EXPORT_SYMBOL_GPL vmlinux 0xe02c2a83 switchdev_handle_port_obj_del_foreign +EXPORT_SYMBOL_GPL vmlinux 0xe02c49c5 clk_hw_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0xe0313d71 rhashtable_insert_slow +EXPORT_SYMBOL_GPL vmlinux 0xe0349065 netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0xe03838d4 gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0xe048ce5f dprc_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xe05e2f85 nexthop_free_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe060f83f nvdimm_region_delete +EXPORT_SYMBOL_GPL vmlinux 0xe062ec2d pci_epc_start +EXPORT_SYMBOL_GPL vmlinux 0xe06ca722 bio_split_rw +EXPORT_SYMBOL_GPL vmlinux 0xe06d294b power_supply_set_property +EXPORT_SYMBOL_GPL vmlinux 0xe07e07d0 fuse_dev_install +EXPORT_SYMBOL_GPL vmlinux 0xe08e5b5f regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0xe09db695 __blk_req_zone_write_unlock +EXPORT_SYMBOL_GPL vmlinux 0xe09fd071 xhci_run +EXPORT_SYMBOL_GPL vmlinux 0xe0af54f3 da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0xe0afa4a0 extract_iter_to_sg +EXPORT_SYMBOL_GPL vmlinux 0xe0b1c103 clk_set_max_rate +EXPORT_SYMBOL_GPL vmlinux 0xe0b68680 devm_regulator_get_enable +EXPORT_SYMBOL_GPL vmlinux 0xe0b8364e __tracepoint_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xe0b98106 ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xe0be816e fwnode_graph_get_remote_port +EXPORT_SYMBOL_GPL vmlinux 0xe0c1c6b5 vtime_guest_enter +EXPORT_SYMBOL_GPL vmlinux 0xe0c4e14d hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0xe0d5a6ff regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0xe0d676aa __traceiter_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0xe0de02ed regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0xe0e3147c HYPERVISOR_sched_op +EXPORT_SYMBOL_GPL vmlinux 0xe101c25f relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0xe1096624 ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xe10cd6ad erst_get_record_id_begin +EXPORT_SYMBOL_GPL vmlinux 0xe10f56a9 dev_pm_genpd_resume +EXPORT_SYMBOL_GPL vmlinux 0xe111bd36 dev_pm_opp_remove_all_dynamic +EXPORT_SYMBOL_GPL vmlinux 0xe1227781 blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0xe1230694 ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0xe12681a4 __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xe12727d4 disk_alloc_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0xe14a80f6 crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0xe14b413c device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0xe14d1251 vfs_set_acl +EXPORT_SYMBOL_GPL vmlinux 0xe1504045 nvmem_device_cell_read +EXPORT_SYMBOL_GPL vmlinux 0xe15f9898 of_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0xe17c7d7d kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0xe187eb83 skb_mpls_pop +EXPORT_SYMBOL_GPL vmlinux 0xe195be31 led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0xe19a50d2 dm_copy_name_and_uuid +EXPORT_SYMBOL_GPL vmlinux 0xe1a8a88b acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0xe1a8d7c9 net_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xe1ac773e tick_nohz_full_mask +EXPORT_SYMBOL_GPL vmlinux 0xe1b35192 serdev_device_write_room +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6497 devm_mtk_clk_mux_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1c22a45 __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xe1c87a2f kernel_can_power_off +EXPORT_SYMBOL_GPL vmlinux 0xe1d44657 component_compare_dev_name +EXPORT_SYMBOL_GPL vmlinux 0xe1db6fae pinmux_generic_get_function_name +EXPORT_SYMBOL_GPL vmlinux 0xe1dd8dae __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0xe1e6bbf2 inet_bhash2_update_saddr +EXPORT_SYMBOL_GPL vmlinux 0xe1e99d85 irq_chip_request_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0xe1ffe536 device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0xe20ea96a pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0xe214d90a fuse_conn_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe21ae763 gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0xe2271ed4 dev_xdp_prog_count +EXPORT_SYMBOL_GPL vmlinux 0xe2308c7d crypto_unregister_acomp +EXPORT_SYMBOL_GPL vmlinux 0xe232b79a pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0xe23358b2 driver_find +EXPORT_SYMBOL_GPL vmlinux 0xe233762a input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0xe2379028 skb_morph +EXPORT_SYMBOL_GPL vmlinux 0xe23b14e0 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0xe25140dc gpiod_count +EXPORT_SYMBOL_GPL vmlinux 0xe2544108 __traceiter_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xe25d23f3 blocking_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0xe26729b8 trace_array_put +EXPORT_SYMBOL_GPL vmlinux 0xe27403a3 fwnode_get_next_available_child_node +EXPORT_SYMBOL_GPL vmlinux 0xe2764f94 skb_complete_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xe2787a40 ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0xe28b2638 of_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xe291f1cf ethnl_cable_test_free +EXPORT_SYMBOL_GPL vmlinux 0xe2a60f45 tcp_unregister_ulp +EXPORT_SYMBOL_GPL vmlinux 0xe2b3207a unregister_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe2c02e29 of_get_display_timing +EXPORT_SYMBOL_GPL vmlinux 0xe2ce2b4d evm_set_key +EXPORT_SYMBOL_GPL vmlinux 0xe2d4f386 vcap_val_rule +EXPORT_SYMBOL_GPL vmlinux 0xe2d65a2b scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0xe2d96f5b zynqmp_pm_feature +EXPORT_SYMBOL_GPL vmlinux 0xe2ec293b sbitmap_queue_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xe2f6c177 usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0xe2f9ec80 power_supply_get_battery_info +EXPORT_SYMBOL_GPL vmlinux 0xe3033eb2 wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0xe30dff52 sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0xe31ae146 stmpe_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xe330d5d9 kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0xe33bd8b8 fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0xe34b6914 wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0xe34e3bdd of_platform_default_populate +EXPORT_SYMBOL_GPL vmlinux 0xe357f6c1 devm_register_restart_handler +EXPORT_SYMBOL_GPL vmlinux 0xe366d98e crypto_alloc_acomp +EXPORT_SYMBOL_GPL vmlinux 0xe36734f2 usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0xe36aa2bb ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xe37de119 debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0xe383d48c iommu_alloc_resv_region +EXPORT_SYMBOL_GPL vmlinux 0xe3840e18 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xe397caf5 seq_buf_printf +EXPORT_SYMBOL_GPL vmlinux 0xe39d0794 usb_phy_roothub_exit +EXPORT_SYMBOL_GPL vmlinux 0xe3a36f8a iov_iter_is_aligned +EXPORT_SYMBOL_GPL vmlinux 0xe3adcf47 devm_gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0xe3aef5c6 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0xe3b09712 kprobe_event_delete +EXPORT_SYMBOL_GPL vmlinux 0xe3cd5fae klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xe3e3b604 regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xe3e423ac iommu_group_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xe3e8dd49 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xe40bb23e devlink_health_reporter_priv +EXPORT_SYMBOL_GPL vmlinux 0xe41218f4 relay_flush +EXPORT_SYMBOL_GPL vmlinux 0xe420fc87 attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe42185b0 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0xe424076a ip6_route_output_flags +EXPORT_SYMBOL_GPL vmlinux 0xe4248980 cper_estatus_print +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe436e90c __dma_fence_unwrap_merge +EXPORT_SYMBOL_GPL vmlinux 0xe43c4a70 posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0xe48846ee of_get_display_timings +EXPORT_SYMBOL_GPL vmlinux 0xe48e520a regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0xe4911107 pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0xe491e700 unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe4b064f9 pcie_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xe4b089dd mtk_is_virt_gpio +EXPORT_SYMBOL_GPL vmlinux 0xe4b47d53 dev_pm_opp_put +EXPORT_SYMBOL_GPL vmlinux 0xe4b818c3 phy_speed_to_str +EXPORT_SYMBOL_GPL vmlinux 0xe4bbde37 put_pid +EXPORT_SYMBOL_GPL vmlinux 0xe4bce570 crypto_sig_set_privkey +EXPORT_SYMBOL_GPL vmlinux 0xe4c2c66c rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0xe4cce671 dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0xe4e48b12 swphy_validate_state +EXPORT_SYMBOL_GPL vmlinux 0xe4ec8835 kvm_read_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0xe4edd205 sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0xe50893fd unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xe5102cd1 nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0xe513da5f virtio_device_freeze +EXPORT_SYMBOL_GPL vmlinux 0xe52c36d2 balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xe5439764 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0xe5516728 k3_udma_glue_tx_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xe5555b04 acpi_subsys_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xe556a91d rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xe5573c2e ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xe5729414 put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xe576fdf0 led_get_default_pattern +EXPORT_SYMBOL_GPL vmlinux 0xe5789064 sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0xe57fbecc regmap_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0xe5827756 devfreq_event_get_edev_count +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58ab3d7 crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0xe58eb9d7 FSE_readNCount +EXPORT_SYMBOL_GPL vmlinux 0xe5957d38 spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0xe59e6aaf mctrl_gpio_init_noauto +EXPORT_SYMBOL_GPL vmlinux 0xe5a8551a i2c_slave_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe5a925d3 zynqmp_pm_init_finalize +EXPORT_SYMBOL_GPL vmlinux 0xe5b3a154 of_clk_parent_fill +EXPORT_SYMBOL_GPL vmlinux 0xe5b81c8f __traceiter_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xe5b9455e devl_params_register +EXPORT_SYMBOL_GPL vmlinux 0xe5b9c0d7 perf_event_addr_filters_sync +EXPORT_SYMBOL_GPL vmlinux 0xe5c02b64 freq_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xe5c80d53 badblocks_set +EXPORT_SYMBOL_GPL vmlinux 0xe5c845de mdiobus_c45_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0xe5cb1943 hisi_clk_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xe5ce1a56 rhashtable_walk_enter +EXPORT_SYMBOL_GPL vmlinux 0xe5d72497 xenbus_probe_devices +EXPORT_SYMBOL_GPL vmlinux 0xe5e230ef fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0xe5e790e4 __traceiter_rwmmio_post_read +EXPORT_SYMBOL_GPL vmlinux 0xe605e59d gnttab_unmap_refs_async +EXPORT_SYMBOL_GPL vmlinux 0xe60632a9 edac_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe60a4526 gpiochip_request_own_desc +EXPORT_SYMBOL_GPL vmlinux 0xe60a5e8d pids_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xe6124c20 proc_create_net_single_write +EXPORT_SYMBOL_GPL vmlinux 0xe61d3089 devl_rate_nodes_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe628bb9f phy_fibre_port_array +EXPORT_SYMBOL_GPL vmlinux 0xe62d6550 mptcp_diag_fill_info +EXPORT_SYMBOL_GPL vmlinux 0xe63e4b14 dpbp_disable +EXPORT_SYMBOL_GPL vmlinux 0xe643b68f spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0xe64e77c2 skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0xe65cbf43 regmap_might_sleep +EXPORT_SYMBOL_GPL vmlinux 0xe65d0007 scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0xe668f140 uart_xchar_out +EXPORT_SYMBOL_GPL vmlinux 0xe67f0fef ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0xe687a97e sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0xe69eaccd sfp_bus_add_upstream +EXPORT_SYMBOL_GPL vmlinux 0xe6a2675e devl_trylock +EXPORT_SYMBOL_GPL vmlinux 0xe6a5377c gnttab_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xe6a5ac4e da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0xe6aef439 __tracepoint_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xe6b990d0 xdp_rxq_info_is_reg +EXPORT_SYMBOL_GPL vmlinux 0xe6be8361 xenbus_dev_error +EXPORT_SYMBOL_GPL vmlinux 0xe6bea00a subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0xe6ce175b __traceiter_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xe6da5d02 pci_epc_mem_exit +EXPORT_SYMBOL_GPL vmlinux 0xe6e40502 rcu_get_gp_seq +EXPORT_SYMBOL_GPL vmlinux 0xe6e6b684 md_new_event +EXPORT_SYMBOL_GPL vmlinux 0xe6e97a8b usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0xe6e988c5 k3_ringacc_get_tisci_dev_id +EXPORT_SYMBOL_GPL vmlinux 0xe6eae9bd imx_unregister_hw_clocks +EXPORT_SYMBOL_GPL vmlinux 0xe6f52443 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0xe6f83837 acpi_bus_attach_private_data +EXPORT_SYMBOL_GPL vmlinux 0xe6f939ed vcap_lookup_rule_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0xe6fe56a6 max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0xe700d767 reset_control_bulk_deassert +EXPORT_SYMBOL_GPL vmlinux 0xe7015956 lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0xe70221d7 cppc_get_perf_caps +EXPORT_SYMBOL_GPL vmlinux 0xe70e4b3e __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0xe736c509 bpf_trace_run12 +EXPORT_SYMBOL_GPL vmlinux 0xe73d838e phy_led_triggers_register +EXPORT_SYMBOL_GPL vmlinux 0xe74628bf folio_wait_writeback +EXPORT_SYMBOL_GPL vmlinux 0xe74ab0ee pinctrl_utils_reserve_map +EXPORT_SYMBOL_GPL vmlinux 0xe751b427 pm_genpd_init +EXPORT_SYMBOL_GPL vmlinux 0xe753b68d devlink_fmsg_arr_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xe7547b00 spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xe76219e3 d_same_name +EXPORT_SYMBOL_GPL vmlinux 0xe763fb3f xenbus_frontend_closed +EXPORT_SYMBOL_GPL vmlinux 0xe7689389 imx_pinctrl_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe76f746b debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0xe76faf50 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0xe7741ca4 firmware_upload_register +EXPORT_SYMBOL_GPL vmlinux 0xe7747727 blk_req_needs_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0xe776650c devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xe77d5ef3 ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0xe77d66f6 fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0xe7822964 devm_pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe783e261 sysfs_emit +EXPORT_SYMBOL_GPL vmlinux 0xe79122ae shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xe791df1f rcu_nocb_cpu_deoffload +EXPORT_SYMBOL_GPL vmlinux 0xe7926144 raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0xe7936243 zynqmp_pm_clock_getstate +EXPORT_SYMBOL_GPL vmlinux 0xe79bf4a0 __thermal_zone_get_trip +EXPORT_SYMBOL_GPL vmlinux 0xe7a0a875 md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0xe7c15da1 pci_epf_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe7c26bb7 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xe7c7c2a3 kvm_irq_has_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe7d6d2d4 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0xe7ea6140 ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xe7ec0727 failover_slave_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe7efcde9 device_set_of_node_from_dev +EXPORT_SYMBOL_GPL vmlinux 0xe80512f8 gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0xe80dfd9c gnttab_dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0xe8136748 mmu_interval_read_begin +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe824df2a iomap_readahead +EXPORT_SYMBOL_GPL vmlinux 0xe82793c6 ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0xe82888f2 crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0xe828ddd9 irq_domain_free_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0xe8405a4c ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xe84ad9aa bpf_trace_run11 +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe852b4e8 blkdev_report_zones +EXPORT_SYMBOL_GPL vmlinux 0xe853f30c usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0xe85a9fd3 cpu_cluster_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe8696956 scmi_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe86be8ee synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xe86f74f5 dm_internal_resume_fast +EXPORT_SYMBOL_GPL vmlinux 0xe874c6ee dev_pm_opp_of_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0xe87b1336 devm_device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0xe885e616 relay_open +EXPORT_SYMBOL_GPL vmlinux 0xe890a76b badblocks_check +EXPORT_SYMBOL_GPL vmlinux 0xe891ad9b fsl_mc_portal_free +EXPORT_SYMBOL_GPL vmlinux 0xe8979afb mas_prev_range +EXPORT_SYMBOL_GPL vmlinux 0xe89b7a4f virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0xe8a772bd vcap_keyset_list_add +EXPORT_SYMBOL_GPL vmlinux 0xe8a8f3fe usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xe8b8ab10 vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0xe8bc40c5 cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xe8c0065d memory_group_register_static +EXPORT_SYMBOL_GPL vmlinux 0xe8c088df scsi_unregister_device_handler +EXPORT_SYMBOL_GPL vmlinux 0xe8c2452f md_submit_discard_bio +EXPORT_SYMBOL_GPL vmlinux 0xe8d1e54d cgroup_path_ns +EXPORT_SYMBOL_GPL vmlinux 0xe8e2d041 elv_rqhash_add +EXPORT_SYMBOL_GPL vmlinux 0xe8fe3ae3 devlink_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe90c7659 k3_udma_glue_rx_dma_to_cppi5_addr +EXPORT_SYMBOL_GPL vmlinux 0xe9117094 get_net_ns_by_fd +EXPORT_SYMBOL_GPL vmlinux 0xe911df29 eventfd_ctx_do_read +EXPORT_SYMBOL_GPL vmlinux 0xe917207a skcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xe917d46a pinmux_generic_get_function_groups +EXPORT_SYMBOL_GPL vmlinux 0xe9325489 phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe9439184 skb_consume_udp +EXPORT_SYMBOL_GPL vmlinux 0xe94986d6 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0xe956a75c pl320_ipc_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe95b729c pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe95d2a05 tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xe96c3180 of_usb_update_otg_caps +EXPORT_SYMBOL_GPL vmlinux 0xe97cecff ahci_platform_init_host +EXPORT_SYMBOL_GPL vmlinux 0xe980e300 mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0xe9844778 genphy_c45_fast_retrain +EXPORT_SYMBOL_GPL vmlinux 0xe98f55f2 arm_smccc_get_version +EXPORT_SYMBOL_GPL vmlinux 0xe9a9e9a3 badblocks_exit +EXPORT_SYMBOL_GPL vmlinux 0xe9bd3732 modify_ftrace_direct_nolock +EXPORT_SYMBOL_GPL vmlinux 0xe9c6dfa7 devl_resource_size_get +EXPORT_SYMBOL_GPL vmlinux 0xe9ca5fd4 cdx_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe9cb131d dm_disk +EXPORT_SYMBOL_GPL vmlinux 0xe9d0a690 rio_pw_enable +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9d1cfda fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0xe9d63a0d k3_udma_glue_enable_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xe9d9ec83 irq_chip_eoi_parent +EXPORT_SYMBOL_GPL vmlinux 0xe9f212aa pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0xe9f213a1 regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0xe9f5116f rcu_exp_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0xea018bbb mpi_test_bit +EXPORT_SYMBOL_GPL vmlinux 0xea052b91 pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea178d19 register_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0xea1b9274 rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0xea1e9085 fwnode_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0xea2067b5 xdp_master_redirect +EXPORT_SYMBOL_GPL vmlinux 0xea2f2a79 driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xea312c8c serdev_acpi_get_uart_resource +EXPORT_SYMBOL_GPL vmlinux 0xea34e2e9 crypto_unregister_templates +EXPORT_SYMBOL_GPL vmlinux 0xea353756 regmap_read +EXPORT_SYMBOL_GPL vmlinux 0xea38036f ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0xea43fadd pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0xea4e95f0 fsl_mc_resource_allocate +EXPORT_SYMBOL_GPL vmlinux 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL vmlinux 0xea6c2cf3 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xea6c6998 phy_driver_is_genphy_10g +EXPORT_SYMBOL_GPL vmlinux 0xea6d0ea9 devl_rate_node_create +EXPORT_SYMBOL_GPL vmlinux 0xea77892c crypto_wait_for_test +EXPORT_SYMBOL_GPL vmlinux 0xea781bef phy_reset +EXPORT_SYMBOL_GPL vmlinux 0xea834312 fwnode_graph_get_endpoint_by_id +EXPORT_SYMBOL_GPL vmlinux 0xea89301f mtk_clk_unregister_plls +EXPORT_SYMBOL_GPL vmlinux 0xeaa10979 of_mm_gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0xeab1ee74 regulator_get_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0xeabd27f1 dax_zero_range +EXPORT_SYMBOL_GPL vmlinux 0xeabe6fde clk_hw_get_parent +EXPORT_SYMBOL_GPL vmlinux 0xeac4cbb2 dw_pcie_ep_init_notify +EXPORT_SYMBOL_GPL vmlinux 0xead3e41b __traceiter_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xead54924 mctrl_gpio_to_gpiod +EXPORT_SYMBOL_GPL vmlinux 0xead5c8e5 clk_bulk_prepare +EXPORT_SYMBOL_GPL vmlinux 0xeae0f496 clean_acked_data_flush +EXPORT_SYMBOL_GPL vmlinux 0xeae3e954 dev_pm_clear_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xeaf0a57c look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0xeaf3cb23 crc64_be +EXPORT_SYMBOL_GPL vmlinux 0xeaf8469d hv_do_fast_hypercall8 +EXPORT_SYMBOL_GPL vmlinux 0xeb018c7b dpcon_open +EXPORT_SYMBOL_GPL vmlinux 0xeb12bd25 devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xeb13e514 of_msi_configure +EXPORT_SYMBOL_GPL vmlinux 0xeb4221e4 trace_clock +EXPORT_SYMBOL_GPL vmlinux 0xeb477a05 ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0xeb479fa2 gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0xeb52fdf1 ahci_save_initial_config +EXPORT_SYMBOL_GPL vmlinux 0xeb5f4b64 pci_find_host_bridge +EXPORT_SYMBOL_GPL vmlinux 0xeb7649a1 spi_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xeb78b1ed unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xeb8a7330 pcie_port_find_device +EXPORT_SYMBOL_GPL vmlinux 0xebadb0bb xenbus_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xebb03e95 blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0xebb6a727 driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xebb7b1be devlink_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0xebc8e833 of_hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0xebd4cc11 mctrl_gpio_enable_ms +EXPORT_SYMBOL_GPL vmlinux 0xebded6d2 devm_of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0xebe496ca __tracepoint_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0xebf8f503 irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0xebfb5efb raw_v6_match +EXPORT_SYMBOL_GPL vmlinux 0xec02ebe0 phylink_init_eee +EXPORT_SYMBOL_GPL vmlinux 0xec08f2f6 ata_sas_tport_delete +EXPORT_SYMBOL_GPL vmlinux 0xec20c724 fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xec4b6e80 mtk_alloc_clk_data +EXPORT_SYMBOL_GPL vmlinux 0xec5668f6 dax_zero_page_range +EXPORT_SYMBOL_GPL vmlinux 0xec5b2911 mark_page_dirty_in_slot +EXPORT_SYMBOL_GPL vmlinux 0xec5ba53e gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0xec5bfb07 sync_blockdev_nowait +EXPORT_SYMBOL_GPL vmlinux 0xec774acb cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xec7d4c70 uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0xec8db2c3 regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0xec95faff kvm_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0xecaf0777 crypto_alloc_acomp_node +EXPORT_SYMBOL_GPL vmlinux 0xecb02268 devm_init_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xecb149ca ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0xecb671fc tegra210_sata_pll_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0xecba68e3 gnttab_batch_map +EXPORT_SYMBOL_GPL vmlinux 0xecc371f7 tracing_cond_snapshot_data +EXPORT_SYMBOL_GPL vmlinux 0xecd8f23d xenbus_read +EXPORT_SYMBOL_GPL vmlinux 0xecdd5269 blk_rq_is_poll +EXPORT_SYMBOL_GPL vmlinux 0xecde0399 mbox_chan_received_data +EXPORT_SYMBOL_GPL vmlinux 0xece2a595 tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0xecea2540 crypto_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xecfce00b anon_inode_getfd_secure +EXPORT_SYMBOL_GPL vmlinux 0xed0b5fed pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xed1e9991 mmu_interval_notifier_remove +EXPORT_SYMBOL_GPL vmlinux 0xed2c5bcf power_supply_charge_behaviour_parse +EXPORT_SYMBOL_GPL vmlinux 0xed30bfe9 regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0xed379a80 pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0xed39b7b8 parse_OID +EXPORT_SYMBOL_GPL vmlinux 0xed448289 nvmem_cell_read_variable_le_u32 +EXPORT_SYMBOL_GPL vmlinux 0xed49b8c5 account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0xed4a04e6 mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xed4c47a1 xhci_resume +EXPORT_SYMBOL_GPL vmlinux 0xed5821cf _copy_from_iter_flushcache +EXPORT_SYMBOL_GPL vmlinux 0xed6bb86a pci_create_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xed79a897 hte_ts_get +EXPORT_SYMBOL_GPL vmlinux 0xed83bdfd xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0xed8c384b netdev_xmit_skip_txqueue +EXPORT_SYMBOL_GPL vmlinux 0xed918dde hte_init_line_attr +EXPORT_SYMBOL_GPL vmlinux 0xed931948 ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xed9507a7 fscrypt_prepare_symlink +EXPORT_SYMBOL_GPL vmlinux 0xeda48be3 __phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0xeda5ab99 rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0xedb0ead4 blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0xedc2af50 blk_mq_alloc_request_hctx +EXPORT_SYMBOL_GPL vmlinux 0xedd4de49 kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xedd7d3c5 meson_clk_pcie_pll_ops +EXPORT_SYMBOL_GPL vmlinux 0xedd97cb9 pci_epc_set_bar +EXPORT_SYMBOL_GPL vmlinux 0xede3bc1f platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0xede55c02 phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0xede9a09a btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0xedef2203 fsl_mc_bus_dpio_type +EXPORT_SYMBOL_GPL vmlinux 0xedf93be4 switchdev_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0xee059982 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0xee084742 xen_xenbus_fops +EXPORT_SYMBOL_GPL vmlinux 0xee143e33 skcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0xee38ef57 register_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee4e845d of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0xee518148 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xee6c633a devices_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xee6cfff9 acpi_match_device +EXPORT_SYMBOL_GPL vmlinux 0xee6f01b9 extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0xee74a922 __tracepoint_console +EXPORT_SYMBOL_GPL vmlinux 0xee8297f8 msg_zerocopy_callback +EXPORT_SYMBOL_GPL vmlinux 0xee83317f tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xeea9fa99 __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xeeb17c4c hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0xeeb47213 pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0xeeb8f291 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0xeebb2cc8 mtk_pinconf_bias_disable_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xeec79021 clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0xeed5703c acpi_dev_clear_dependencies +EXPORT_SYMBOL_GPL vmlinux 0xeed5a87e of_genpd_remove_last +EXPORT_SYMBOL_GPL vmlinux 0xeedb2066 debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0xeedd987e phy_10gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0xeedfa62a zynqmp_pm_is_function_supported +EXPORT_SYMBOL_GPL vmlinux 0xeee4b172 mnt_idmap_put +EXPORT_SYMBOL_GPL vmlinux 0xeef06fc6 dev_pm_opp_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0xeef49e2b usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xeef68434 acpi_ec_remove_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xef00c47d crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xef0b91b1 regulator_desc_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xef18c05a vfs_submount +EXPORT_SYMBOL_GPL vmlinux 0xef1b7b4c led_init_core +EXPORT_SYMBOL_GPL vmlinux 0xef1ce43b devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xef1f6e23 apei_resources_request +EXPORT_SYMBOL_GPL vmlinux 0xef242bac sampling_rate_store +EXPORT_SYMBOL_GPL vmlinux 0xef29cbb7 tcp_plb_update_state +EXPORT_SYMBOL_GPL vmlinux 0xef29fcdd clk_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xef2e96b1 fsl_mc_populate_irq_pool +EXPORT_SYMBOL_GPL vmlinux 0xef34bf3e hrtimer_active +EXPORT_SYMBOL_GPL vmlinux 0xef37c6f0 gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xef4622bc devl_dpipe_table_register +EXPORT_SYMBOL_GPL vmlinux 0xef464c28 getboottime64 +EXPORT_SYMBOL_GPL vmlinux 0xef59709c usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0xef5db66d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xef5f6eef gpiod_set_transitory +EXPORT_SYMBOL_GPL vmlinux 0xef646c1a kvm_get_kvm_safe +EXPORT_SYMBOL_GPL vmlinux 0xef67ec35 __tracepoint_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef70eb7e ring_buffer_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0xef7aa167 vcap_get_rule_count_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0xef7c67f6 sched_numa_find_nth_cpu +EXPORT_SYMBOL_GPL vmlinux 0xef8a0727 dw_pcie_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xef8ed0be scsi_build_sense +EXPORT_SYMBOL_GPL vmlinux 0xef92ef33 btree_last +EXPORT_SYMBOL_GPL vmlinux 0xef9f9946 pinctrl_utils_add_map_configs +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefb11eab usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0xefc45963 cpufreq_enable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0xefcaae45 preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xefd08d70 irq_gc_set_wake +EXPORT_SYMBOL_GPL vmlinux 0xefd19083 mtk_pinconf_drive_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xefd7b7f0 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0xefe9d23b usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xefeafcf1 edac_has_mcs +EXPORT_SYMBOL_GPL vmlinux 0xeff5f3a9 lwtunnel_valid_encap_type +EXPORT_SYMBOL_GPL vmlinux 0xefff80d7 iort_get_rmr_sids +EXPORT_SYMBOL_GPL vmlinux 0xf0020edb devm_of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0xf012349d gnttab_batch_copy +EXPORT_SYMBOL_GPL vmlinux 0xf0134f66 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xf01e1562 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xf02b06d0 dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0xf0310776 __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0xf032f711 bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0xf0355ec4 relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0xf03b41d8 spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0xf03c2abe device_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xf04429b4 acpi_bus_get_status_handle +EXPORT_SYMBOL_GPL vmlinux 0xf0455b42 vp_modern_set_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xf05a52fe asn1_encode_oid +EXPORT_SYMBOL_GPL vmlinux 0xf05ddb05 serdev_device_get_tiocm +EXPORT_SYMBOL_GPL vmlinux 0xf05fbf09 pci_pio_to_address +EXPORT_SYMBOL_GPL vmlinux 0xf0616e7a sched_numa_hop_mask +EXPORT_SYMBOL_GPL vmlinux 0xf0696401 acpi_pci_detect_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xf07da84a proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0xf0910075 sfp_bus_del_upstream +EXPORT_SYMBOL_GPL vmlinux 0xf0a8e197 k3_udma_glue_request_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xf0b4440c debugfs_real_fops +EXPORT_SYMBOL_GPL vmlinux 0xf0b49b14 class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0xf0b9a5a4 spi_get_device_match_data +EXPORT_SYMBOL_GPL vmlinux 0xf0bcc26d em_dev_register_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0xf0bd2caf irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0xf0e43da1 devlink_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf0e52dc0 __tracepoint_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xf0ea652c pinconf_generic_dump_config +EXPORT_SYMBOL_GPL vmlinux 0xf0f4e97e alarmtimer_get_rtcdev +EXPORT_SYMBOL_GPL vmlinux 0xf0fb1ce1 mcore_booted +EXPORT_SYMBOL_GPL vmlinux 0xf0ffd31e devm_hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0xf10fdc92 rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf1124ecd sfp_upstream_set_signal_rate +EXPORT_SYMBOL_GPL vmlinux 0xf12177a3 ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0xf12180fd imx_1443x_dram_pll +EXPORT_SYMBOL_GPL vmlinux 0xf129ddcc pci_epf_unbind +EXPORT_SYMBOL_GPL vmlinux 0xf12e5a21 ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0xf1501aee fat_attach +EXPORT_SYMBOL_GPL vmlinux 0xf161cb69 trace_array_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0xf16f53c3 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0xf1750752 __clk_hw_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0xf177a078 xen_unregister_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf185b676 i2c_new_smbus_alert_device +EXPORT_SYMBOL_GPL vmlinux 0xf186d237 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0xf188a662 rhashtable_walk_exit +EXPORT_SYMBOL_GPL vmlinux 0xf18e80c5 __traceiter_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xf1967d29 __devm_clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0xf198a2c4 led_set_brightness +EXPORT_SYMBOL_GPL vmlinux 0xf1aa6b68 dma_request_chan_by_mask +EXPORT_SYMBOL_GPL vmlinux 0xf1aaf484 of_get_named_gpio +EXPORT_SYMBOL_GPL vmlinux 0xf1b2da2b fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0xf1bbc4f6 devm_ti_sci_get_handle +EXPORT_SYMBOL_GPL vmlinux 0xf1e56766 genphy_c45_read_status +EXPORT_SYMBOL_GPL vmlinux 0xf1e6fb26 unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xf1ecda92 vcap_set_rule_set_keyset +EXPORT_SYMBOL_GPL vmlinux 0xf1fb017b scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0xf1ffb44f vcap_rule_set_counter_id +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf221c4b8 mmc_regulator_enable_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0xf221f9ac ehci_adjust_port_wakeup_flags +EXPORT_SYMBOL_GPL vmlinux 0xf22db7cf switchdev_bridge_port_offload +EXPORT_SYMBOL_GPL vmlinux 0xf230ddaf vp_modern_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0xf23c38bf pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0xf24442d5 skb_mpls_update_lse +EXPORT_SYMBOL_GPL vmlinux 0xf258e1fd pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0xf25cc144 vcap_tc_flower_handler_ipv6_usage +EXPORT_SYMBOL_GPL vmlinux 0xf26882a8 devm_hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0xf27d0a7b gnttab_grant_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0xf28404cf devlink_dpipe_header_ipv6 +EXPORT_SYMBOL_GPL vmlinux 0xf28822c1 extcon_set_property +EXPORT_SYMBOL_GPL vmlinux 0xf2967796 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0xf2a3a34a ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xf2a452e3 crypto_unregister_acomps +EXPORT_SYMBOL_GPL vmlinux 0xf2b06df6 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0xf2b33cb7 memory_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xf2b9b5d0 md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0xf2c7e289 rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xf2cc1c89 evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0xf2d8e85c ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xf2d97bc9 bgpio_init +EXPORT_SYMBOL_GPL vmlinux 0xf2e9dc24 mddev_init_writes_pending +EXPORT_SYMBOL_GPL vmlinux 0xf2f4f4f4 cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0xf2fb61bd vprintk_default +EXPORT_SYMBOL_GPL vmlinux 0xf2ff4bc2 serial8250_em485_supported +EXPORT_SYMBOL_GPL vmlinux 0xf3083a1d phylink_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf30a5502 cpufreq_enable_boost_support +EXPORT_SYMBOL_GPL vmlinux 0xf311e156 key_being_used_for +EXPORT_SYMBOL_GPL vmlinux 0xf313e684 __traceiter_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xf31632e0 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0xf3168503 gpiochip_irq_map +EXPORT_SYMBOL_GPL vmlinux 0xf316e0c5 class_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf317a557 fscrypt_fname_siphash +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf31e6ee0 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0xf32bdc5d unregister_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf32c6252 pci_epc_get_msi +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf349bfa0 clk_hw_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xf34f673b ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0xf352023f memory_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xf353d51b blk_set_pm_only +EXPORT_SYMBOL_GPL vmlinux 0xf36d3e9b dev_pm_opp_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0xf3797506 mpi_ec_deinit +EXPORT_SYMBOL_GPL vmlinux 0xf379fe2b adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf386c524 devfreq_cooling_em_register +EXPORT_SYMBOL_GPL vmlinux 0xf38efb04 usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0xf39473d9 switchdev_bridge_port_unoffload +EXPORT_SYMBOL_GPL vmlinux 0xf395d195 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0xf39d2baf clk_hw_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xf3a09fe7 crypto_has_kpp +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3b95d79 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0xf3bbe699 perf_aux_output_skip +EXPORT_SYMBOL_GPL vmlinux 0xf3bc9059 platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0xf3be6fe3 vp_modern_get_features +EXPORT_SYMBOL_GPL vmlinux 0xf3bf4de6 __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0xf3ca0d94 input_device_enabled +EXPORT_SYMBOL_GPL vmlinux 0xf3d1497d led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0xf3e6a179 devm_gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xf3e6f701 pci_p2pdma_enable_store +EXPORT_SYMBOL_GPL vmlinux 0xf3f386a6 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0xf3ff6365 sprd_pinctrl_core_probe +EXPORT_SYMBOL_GPL vmlinux 0xf401cc75 rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xf4109e03 devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf4153937 get_user_pages_fast_only +EXPORT_SYMBOL_GPL vmlinux 0xf418bfa6 serdev_device_set_parity +EXPORT_SYMBOL_GPL vmlinux 0xf421d47e vcap_copy_rule +EXPORT_SYMBOL_GPL vmlinux 0xf435ceb3 gpiochip_relres_irq +EXPORT_SYMBOL_GPL vmlinux 0xf442e45f xenbus_dev_fatal +EXPORT_SYMBOL_GPL vmlinux 0xf44c7bf1 vp_modern_get_num_queues +EXPORT_SYMBOL_GPL vmlinux 0xf45120f2 dbs_update +EXPORT_SYMBOL_GPL vmlinux 0xf455d1c5 thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0xf4563669 trace_array_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf4586809 imx_pinctrl_sc_ipc_init +EXPORT_SYMBOL_GPL vmlinux 0xf4689d50 linkmode_set_pause +EXPORT_SYMBOL_GPL vmlinux 0xf471f204 __traceiter_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0xf47654df irq_check_status_bit +EXPORT_SYMBOL_GPL vmlinux 0xf496a616 splice_to_pipe +EXPORT_SYMBOL_GPL vmlinux 0xf4af35c2 rcu_gp_is_normal +EXPORT_SYMBOL_GPL vmlinux 0xf4b7d6bb vcap_keyset_name +EXPORT_SYMBOL_GPL vmlinux 0xf4c16ed7 rcuwait_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xf4ca1547 irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xf4cd9f8f reset_control_bulk_release +EXPORT_SYMBOL_GPL vmlinux 0xf4ce5215 blk_queue_max_zone_append_sectors +EXPORT_SYMBOL_GPL vmlinux 0xf4d0029e xenbus_probe_node +EXPORT_SYMBOL_GPL vmlinux 0xf4e359c6 ahci_host_activate +EXPORT_SYMBOL_GPL vmlinux 0xf4f0245f pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0xf4fea584 imx_pinconf_get_scu +EXPORT_SYMBOL_GPL vmlinux 0xf505bb20 iomap_writepages +EXPORT_SYMBOL_GPL vmlinux 0xf509692f bpf_redirect_info +EXPORT_SYMBOL_GPL vmlinux 0xf51ea058 lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0xf5252e41 xfrm_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xf5425ade pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf580699c mmput_async +EXPORT_SYMBOL_GPL vmlinux 0xf5a00860 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0xf5a067bf iommu_group_dma_owner_claimed +EXPORT_SYMBOL_GPL vmlinux 0xf5a175fa dev_pm_opp_get_max_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0xf5a3ba99 linear_range_values_in_range +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5c4a0bd gpiochip_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0xf5d08459 __udp_gso_segment +EXPORT_SYMBOL_GPL vmlinux 0xf5d9c451 attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0xf5e1a77c trace_seq_putmem_hex +EXPORT_SYMBOL_GPL vmlinux 0xf5f370e0 async_schedule_node +EXPORT_SYMBOL_GPL vmlinux 0xf60b1bad fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0xf61c6b74 hv_do_hypercall +EXPORT_SYMBOL_GPL vmlinux 0xf61d8c7c mtk_eint_find_irq +EXPORT_SYMBOL_GPL vmlinux 0xf623d1e0 devl_resource_register +EXPORT_SYMBOL_GPL vmlinux 0xf6300ba6 thermal_zone_device_enable +EXPORT_SYMBOL_GPL vmlinux 0xf6338236 vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0xf63f003a acpi_gpio_get_io_resource +EXPORT_SYMBOL_GPL vmlinux 0xf63fcd4a cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0xf641039b kcpustat_cpu_fetch +EXPORT_SYMBOL_GPL vmlinux 0xf64aaa25 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xf64e67d2 tpm_chip_register +EXPORT_SYMBOL_GPL vmlinux 0xf663ee2f pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0xf67115cc device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0xf68144e6 __traceiter_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0xf6868021 fsl_mc_obj_open +EXPORT_SYMBOL_GPL vmlinux 0xf6886c6a pci_epf_alloc_space +EXPORT_SYMBOL_GPL vmlinux 0xf68c5382 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0xf69410e6 kvm_release_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0xf699141b kvm_vcpu_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0xf6a28554 region_intersects +EXPORT_SYMBOL_GPL vmlinux 0xf6b503aa rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0xf6beee37 __SCK__tp_func_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xf6c71a25 cper_severity_str +EXPORT_SYMBOL_GPL vmlinux 0xf6c8dc62 cpu_hotplug_enable +EXPORT_SYMBOL_GPL vmlinux 0xf6d5b2e4 ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0xf6dec1c3 __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xf6e0d98d ethnl_cable_test_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf6e3461e dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xf6e4a490 vcap_debugfs +EXPORT_SYMBOL_GPL vmlinux 0xf6e772c3 irq_bypass_unregister_producer +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6e91a54 pci_epf_create +EXPORT_SYMBOL_GPL vmlinux 0xf6f16c56 rcu_barrier_tasks +EXPORT_SYMBOL_GPL vmlinux 0xf704f53a percpu_up_write +EXPORT_SYMBOL_GPL vmlinux 0xf70e4a4d preempt_schedule_notrace +EXPORT_SYMBOL_GPL vmlinux 0xf7145dc4 drop_reasons_unregister_subsys +EXPORT_SYMBOL_GPL vmlinux 0xf714e5e0 k3_udma_glue_tx_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0xf7238239 dw8250_setup_port +EXPORT_SYMBOL_GPL vmlinux 0xf72a65ea tty_get_char_size +EXPORT_SYMBOL_GPL vmlinux 0xf730fb4a qcom_smem_state_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xf73c4adf rio_free_net +EXPORT_SYMBOL_GPL vmlinux 0xf73db1ef cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xf7455c16 input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0xf7491042 fwnode_find_reference +EXPORT_SYMBOL_GPL vmlinux 0xf749debc md5_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0xf74bb274 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xf74e7c93 jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0xf7509ecd dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0xf761347c blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0xf76318ef crypto_register_ahashes +EXPORT_SYMBOL_GPL vmlinux 0xf7772bde xas_init_marks +EXPORT_SYMBOL_GPL vmlinux 0xf77cfb30 pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0xf782fb07 percpu_ref_switch_to_atomic_sync +EXPORT_SYMBOL_GPL vmlinux 0xf784facf acpi_subsys_prepare +EXPORT_SYMBOL_GPL vmlinux 0xf7866b4f bind_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0xf786a47f apei_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0xf78bfa09 crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0xf78e69c6 task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xf7a834e3 clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0xf7afb369 btree_init +EXPORT_SYMBOL_GPL vmlinux 0xf7b56461 devm_register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xf7bc95b0 devlink_fmsg_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xf7c3f273 xen_resume_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf7e593ba crypto_alloc_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xf80493ec usb_device_match_id +EXPORT_SYMBOL_GPL vmlinux 0xf80f5fc7 __SCK__tp_func_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xf81cfe9f phy_get +EXPORT_SYMBOL_GPL vmlinux 0xf81dce70 thermal_genl_cpu_capability_event +EXPORT_SYMBOL_GPL vmlinux 0xf81e687d da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xf8317471 sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0xf8451eb2 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0xf849a82e devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xf8540d8c sbitmap_any_bit_set +EXPORT_SYMBOL_GPL vmlinux 0xf85a8a9b bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0xf861bd31 rockchip_clk_register_ddrclk +EXPORT_SYMBOL_GPL vmlinux 0xf86ac74d xen_dbgp_reset_prep +EXPORT_SYMBOL_GPL vmlinux 0xf87f4636 devres_add +EXPORT_SYMBOL_GPL vmlinux 0xf87ff2de dev_pm_domain_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0xf883a6fd crypto_unregister_scomp +EXPORT_SYMBOL_GPL vmlinux 0xf883bf93 crypto_dh_key_len +EXPORT_SYMBOL_GPL vmlinux 0xf88c2f58 metadata_dst_free +EXPORT_SYMBOL_GPL vmlinux 0xf88d8565 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0xf8918ae7 usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0xf89aa497 vcap_tc_flower_handler_vlan_usage +EXPORT_SYMBOL_GPL vmlinux 0xf8a44474 blk_crypto_has_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xf8ada2bb serdev_device_add +EXPORT_SYMBOL_GPL vmlinux 0xf8cd2cc5 imx_get_clk_hw_by_name +EXPORT_SYMBOL_GPL vmlinux 0xf8d63fd8 report_iommu_fault +EXPORT_SYMBOL_GPL vmlinux 0xf8e23d5c regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8fe5642 phylink_ethtool_get_pauseparam +EXPORT_SYMBOL_GPL vmlinux 0xf900c77d zynqmp_pm_clock_disable +EXPORT_SYMBOL_GPL vmlinux 0xf907e81f usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0xf91adbcb sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0xf9354307 __traceiter_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xf935904f virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0xf9397eb5 __blk_trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0xf93bbcde debugfs_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf949053f thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xf94f35c8 max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xf95322f4 kthread_parkme +EXPORT_SYMBOL_GPL vmlinux 0xf954dc54 iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xf955e9c5 bprintf +EXPORT_SYMBOL_GPL vmlinux 0xf9582eeb sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xf9596066 vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0xf965d590 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf967422b HYPERVISOR_xen_version +EXPORT_SYMBOL_GPL vmlinux 0xf967b040 hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf969ad32 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0xf98679b4 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0xf98b94c9 pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0xf9940ed3 ahci_platform_enable_phys +EXPORT_SYMBOL_GPL vmlinux 0xf9969bb2 __traceiter_block_split +EXPORT_SYMBOL_GPL vmlinux 0xf99d28d3 regulator_set_load +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9a2f78b edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xf9a3c5dc zynqmp_pm_load_pdi +EXPORT_SYMBOL_GPL vmlinux 0xf9aa132f devm_pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0xf9b34a0b iopf_queue_free +EXPORT_SYMBOL_GPL vmlinux 0xf9b6fa72 ahci_platform_get_resources +EXPORT_SYMBOL_GPL vmlinux 0xf9b80bf0 platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0xf9ebd7d8 iomap_read_folio +EXPORT_SYMBOL_GPL vmlinux 0xf9f69ca5 rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0xf9febb98 dprc_get_obj_region +EXPORT_SYMBOL_GPL vmlinux 0xfa01feb1 register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xfa0a15a9 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xfa1b8b30 smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xfa1d635b tcp_get_syncookie_mss +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa20488d tcp_parse_mss_option +EXPORT_SYMBOL_GPL vmlinux 0xfa24c1be xdp_features_clear_redirect_target +EXPORT_SYMBOL_GPL vmlinux 0xfa349688 aer_recover_queue +EXPORT_SYMBOL_GPL vmlinux 0xfa3c6478 dma_need_sync +EXPORT_SYMBOL_GPL vmlinux 0xfa43cefc is_hash_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xfa4d3c24 log_post_write_mmio +EXPORT_SYMBOL_GPL vmlinux 0xfa4d6c30 perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfa617a52 dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0xfa666974 queue_work_node +EXPORT_SYMBOL_GPL vmlinux 0xfa666fd2 ncsi_stop_dev +EXPORT_SYMBOL_GPL vmlinux 0xfa739216 palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0xfa9c20d2 get_device_system_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0xfa9f8862 bus_register +EXPORT_SYMBOL_GPL vmlinux 0xfaaf8621 power_supply_battery_bti_in_range +EXPORT_SYMBOL_GPL vmlinux 0xfab30dc0 mdio_bus_exit +EXPORT_SYMBOL_GPL vmlinux 0xfab53ed9 pinctrl_gpio_can_use_line +EXPORT_SYMBOL_GPL vmlinux 0xfad9c827 kill_dax +EXPORT_SYMBOL_GPL vmlinux 0xfade9294 bio_blkcg_css +EXPORT_SYMBOL_GPL vmlinux 0xfadea985 acpi_subsys_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0xfaf05c16 rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0xfaf17e41 mtk_hw_set_value +EXPORT_SYMBOL_GPL vmlinux 0xfb0c3c48 sfp_bus_find_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xfb0d7867 __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xfb19de11 irq_gc_mask_disable_reg +EXPORT_SYMBOL_GPL vmlinux 0xfb2b1e7c msi_domain_get_virq +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb35890a x509_cert_parse +EXPORT_SYMBOL_GPL vmlinux 0xfb393ff8 dev_pm_set_dedicated_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xfb60a12d mpc8xxx_spi_tx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0xfb60faf5 posix_acl_clone +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb74e910 proc_douintvec_minmax +EXPORT_SYMBOL_GPL vmlinux 0xfbb1b163 udp_destruct_common +EXPORT_SYMBOL_GPL vmlinux 0xfbb60b2b kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbc022cc init_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0xfbe08eaf bsg_job_get +EXPORT_SYMBOL_GPL vmlinux 0xfbe4b512 usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xfbe61d32 gpiochip_get_data +EXPORT_SYMBOL_GPL vmlinux 0xfbe95a29 acpi_subsys_restore_early +EXPORT_SYMBOL_GPL vmlinux 0xfbebe3dd phy_driver_is_genphy +EXPORT_SYMBOL_GPL vmlinux 0xfbf61a3f sbitmap_queue_show +EXPORT_SYMBOL_GPL vmlinux 0xfbf83bf2 rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0xfbfc3419 __devm_clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xfbffd601 net_prio_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xfc03398d gnttab_page_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc0572fe ata_acpi_gtm_xfermask +EXPORT_SYMBOL_GPL vmlinux 0xfc05ce01 usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfc0daea1 meson8_aobus_parse_dt_extra +EXPORT_SYMBOL_GPL vmlinux 0xfc0ed5be ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xfc0fe028 usb_acpi_port_lpm_incapable +EXPORT_SYMBOL_GPL vmlinux 0xfc201b66 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0xfc227b51 mptcp_subflow_init_cookie_req +EXPORT_SYMBOL_GPL vmlinux 0xfc254d15 gnttab_free_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xfc3273e8 platform_unregister_drivers +EXPORT_SYMBOL_GPL vmlinux 0xfc3b4246 acpi_bus_update_power +EXPORT_SYMBOL_GPL vmlinux 0xfc62a28c md_bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0xfc6b9a74 dev_pm_opp_get_freq +EXPORT_SYMBOL_GPL vmlinux 0xfc729fe6 add_swap_extent +EXPORT_SYMBOL_GPL vmlinux 0xfc73514c shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0xfc7676e9 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0xfc7ba83a qcom_icc_xlate_extended +EXPORT_SYMBOL_GPL vmlinux 0xfc82ebf9 device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0xfc855019 dpcon_set_notification +EXPORT_SYMBOL_GPL vmlinux 0xfc87b8de usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0xfc894fb4 md_run +EXPORT_SYMBOL_GPL vmlinux 0xfc9477b5 zynqmp_pm_set_pll_frac_data +EXPORT_SYMBOL_GPL vmlinux 0xfcaa36eb component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0xfcb84d90 ip_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0xfcbd4f14 regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xfcbfdf95 device_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0xfcbfec70 add_memory_driver_managed +EXPORT_SYMBOL_GPL vmlinux 0xfcc09af9 platform_get_irq_byname_optional +EXPORT_SYMBOL_GPL vmlinux 0xfcc0dad5 set_selection_kernel +EXPORT_SYMBOL_GPL vmlinux 0xfcc1edd3 memory_block_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0xfcc933ca disk_force_media_change +EXPORT_SYMBOL_GPL vmlinux 0xfcf9ef73 hw_protection_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xfd04bc98 query_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0xfd05ffdb clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0xfd068326 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xfd0886da get_net_ns_by_id +EXPORT_SYMBOL_GPL vmlinux 0xfd095dbd tpm_default_chip +EXPORT_SYMBOL_GPL vmlinux 0xfd195774 k3_udma_glue_disable_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xfd26d844 hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0xfd403319 blk_mq_quiesce_queue_nowait +EXPORT_SYMBOL_GPL vmlinux 0xfd52cb0a sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0xfd5a4fd4 raw_abort +EXPORT_SYMBOL_GPL vmlinux 0xfd607158 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0xfd6555fb xlnx_unregister_event +EXPORT_SYMBOL_GPL vmlinux 0xfd6c753a scsi_register_device_handler +EXPORT_SYMBOL_GPL vmlinux 0xfd70a008 usb_control_msg_recv +EXPORT_SYMBOL_GPL vmlinux 0xfd7243c7 erst_disable +EXPORT_SYMBOL_GPL vmlinux 0xfd73d26d irq_chip_release_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0xfd749424 __inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0xfd77e268 register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xfd98540a scsi_dh_set_params +EXPORT_SYMBOL_GPL vmlinux 0xfdb3e400 ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xfdb4d95c wait_on_page_writeback +EXPORT_SYMBOL_GPL vmlinux 0xfdbd7a17 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xfdbdbb30 transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xfdd56e55 pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0xfde0242c pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0xfdea2d04 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfdf6ca6f scsi_block_targets +EXPORT_SYMBOL_GPL vmlinux 0xfe075347 pci_ats_supported +EXPORT_SYMBOL_GPL vmlinux 0xfe0e7cd3 apei_exec_post_unmap_gars +EXPORT_SYMBOL_GPL vmlinux 0xfe14cb8f cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0xfe19dc28 vivaldi_function_row_physmap_show +EXPORT_SYMBOL_GPL vmlinux 0xfe1a7a7b mpi_point_release +EXPORT_SYMBOL_GPL vmlinux 0xfe1b0f2a sk_psock_tls_strp_read +EXPORT_SYMBOL_GPL vmlinux 0xfe1b2f45 ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xfe22371f tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0xfe266c3c __mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0xfe3a6de3 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfe46710e __traceiter_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xfe46e379 __devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xfe476039 ktime_get_resolution_ns +EXPORT_SYMBOL_GPL vmlinux 0xfe577d64 iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0xfe5a2beb gpiod_set_config +EXPORT_SYMBOL_GPL vmlinux 0xfe5ecc7b fsl_mc_bus_dpdbg_type +EXPORT_SYMBOL_GPL vmlinux 0xfe64c018 iommu_sva_get_pasid +EXPORT_SYMBOL_GPL vmlinux 0xfe7b61ba blk_mq_start_stopped_hw_queue +EXPORT_SYMBOL_GPL vmlinux 0xfe87484b perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0xfe89a3aa ip_route_output_key_hash +EXPORT_SYMBOL_GPL vmlinux 0xfe8cdb84 ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0xfe90502d mtk_hw_get_value +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfe99dad0 dtpm_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xfe9c55a1 genphy_c45_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0xfea14212 of_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xfea71e2b wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xfea8b230 failover_register +EXPORT_SYMBOL_GPL vmlinux 0xfeb13917 blk_mq_quiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0xfebd9c0c scmi_protocol_register +EXPORT_SYMBOL_GPL vmlinux 0xfec3bf84 icst_clk_setup +EXPORT_SYMBOL_GPL vmlinux 0xfec8ca8e sk_msg_is_readable +EXPORT_SYMBOL_GPL vmlinux 0xfecc6c30 akcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfed33c7b security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0xfed52db3 nop_posix_acl_default +EXPORT_SYMBOL_GPL vmlinux 0xfedf7e34 class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xfeec3489 pkcs7_parse_message +EXPORT_SYMBOL_GPL vmlinux 0xfeeecd05 apei_read +EXPORT_SYMBOL_GPL vmlinux 0xfef4131e pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0xfef4af5e pci_epc_linkup +EXPORT_SYMBOL_GPL vmlinux 0xfefec51f cpufreq_dbs_governor_exit +EXPORT_SYMBOL_GPL vmlinux 0xff014c76 pinctrl_pm_select_sleep_state +EXPORT_SYMBOL_GPL vmlinux 0xff01fffb perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0xff052bad posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff0d05b8 regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xff1666f3 reset_control_bulk_assert +EXPORT_SYMBOL_GPL vmlinux 0xff291ecf clk_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xff3bfa93 __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0xff42c374 usb_role_switch_get_role +EXPORT_SYMBOL_GPL vmlinux 0xff4838de perf_trace_run_bpf_submit +EXPORT_SYMBOL_GPL vmlinux 0xff504812 dev_pm_opp_find_level_exact +EXPORT_SYMBOL_GPL vmlinux 0xff60c65f devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0xff731742 pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0xff76480c xdp_set_features_flag +EXPORT_SYMBOL_GPL vmlinux 0xff7e33bf mpi_sub_ui +EXPORT_SYMBOL_GPL vmlinux 0xff7ec1da __devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xff81487d gpiod_remove_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0xff8149d5 of_prop_next_u32 +EXPORT_SYMBOL_GPL vmlinux 0xff84a8a5 page_reporting_order +EXPORT_SYMBOL_GPL vmlinux 0xff93c770 phy_speed_up +EXPORT_SYMBOL_GPL vmlinux 0xff9e23d1 hugetlb_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xffa1fd21 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0xffa71257 is_swiotlb_active +EXPORT_SYMBOL_GPL vmlinux 0xffae8e8b nsecs_to_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xffaef974 led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xffb47f33 gnttab_dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xffc3b34f pm_runtime_get_if_active +EXPORT_SYMBOL_GPL vmlinux 0xffc86f14 __xas_next +EXPORT_SYMBOL_GPL vmlinux 0xffd8741d kernfs_path_from_node +EXPORT_SYMBOL_GPL vmlinux 0xffeb7581 __traceiter_block_bio_remap +FIRMWARE_LOADER_PRIVATE EXPORT_SYMBOL_GPL 0x07342898 unregister_firmware_config_sysctl vmlinux +FIRMWARE_LOADER_PRIVATE EXPORT_SYMBOL_GPL 0xae43feea register_firmware_config_sysctl vmlinux +FIRMWARE_LOADER_PRIVATE EXPORT_SYMBOL_GPL 0xd3ae7756 fw_fallback_config vmlinux +FW_CS_DSP EXPORT_SYMBOL_GPL 0x07b9921b cs_dsp_adsp2_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x08bbfefe cs_dsp_read_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x144d6986 cs_dsp_mem_region_name drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x1917741f cs_dsp_remove drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x2b312f46 cs_dsp_cleanup_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x4e5562f8 cs_dsp_remove_padding drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x4efc00f4 cs_dsp_set_dspclk drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x5304309f cs_dsp_read_raw_data_block drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x584df2c6 cs_dsp_stop drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x5e6f08f3 cs_dsp_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x60f5d5b4 cs_dsp_halo_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x63f162d4 cs_dsp_find_alg_region drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x65ba520d cs_dsp_get_ctl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x6e0cce2d cs_dsp_chunk_write drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x756fe01c cs_dsp_run drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x86bb54e5 cs_dsp_coeff_write_acked_control drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x89a00fd2 cs_dsp_adsp2_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x96cc2809 cs_dsp_halo_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9753436e cs_dsp_init_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9bcef0c3 cs_dsp_adsp1_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9e324cb0 cs_dsp_chunk_flush drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xacc19c4e cs_dsp_adsp1_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xb6c0d9e7 cs_dsp_chunk_read drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xbb46d378 cs_dsp_coeff_read_ctrl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xd921c9ab cs_dsp_coeff_write_ctrl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xded2eb9a cs_dsp_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xe14f64be cs_dsp_write_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xea6e5eaf cs_dsp_adsp1_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xf2e27d6f cs_dsp_halo_wdt_expire drivers/firmware/cirrus/cs_dsp +HWMON_THERMAL EXPORT_SYMBOL_GPL 0xfe1efc2a hwmon_device_register_for_thermal vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x14013dbb idle_inject_register_full vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x5b3a2cd6 idle_inject_start vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x5f064467 idle_inject_register vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x85c2b7eb idle_inject_stop vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x95e93783 idle_inject_set_latency vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0xc18575af idle_inject_set_duration vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0xe9cbcfd0 idle_inject_get_duration vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0xf0e96547 idle_inject_unregister vmlinux +IIO_AD5592R EXPORT_SYMBOL_GPL 0x54a84fdb ad5592r_remove drivers/iio/dac/ad5592r-base +IIO_AD5592R EXPORT_SYMBOL_GPL 0xb0a39224 ad5592r_probe drivers/iio/dac/ad5592r-base +IIO_AD5686 EXPORT_SYMBOL_GPL 0x1f1296d6 ad5686_probe drivers/iio/dac/ad5686 +IIO_AD5686 EXPORT_SYMBOL_GPL 0x91923f25 ad5686_remove drivers/iio/dac/ad5686 +IIO_AD7091R EXPORT_SYMBOL_GPL 0x88f9624f ad7091r_regmap_config drivers/iio/adc/ad7091r-base +IIO_AD7091R EXPORT_SYMBOL_GPL 0xa26b4db9 ad7091r_probe drivers/iio/adc/ad7091r-base +IIO_AD7606 EXPORT_SYMBOL_GPL 0xab8e17ac ad7606_pm_ops drivers/iio/adc/ad7606 +IIO_AD7606 EXPORT_SYMBOL_GPL 0xbc9d3429 ad7606_probe drivers/iio/adc/ad7606 +IIO_ADISLIB EXPORT_SYMBOL 0x6480fe19 __adis_enable_irq drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL 0xd08ba197 adis_debugfs_reg_access drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x51536ca0 devm_adis_setup_buffer_and_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x5207956b devm_adis_probe_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x70bd1df5 adis_single_conversion drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x8845d155 __adis_write_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x99613b33 __adis_read_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xaf93ac07 adis_update_scan_mode drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xb6054c3f __adis_initial_startup drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xcbd5a4e2 __adis_update_bits_base drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xd4b07c64 adis_init drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xdb248622 __adis_check_status drivers/iio/imu/adis_lib +IIO_ADIS_LIB EXPORT_SYMBOL_GPL 0x28ed32af __adis_reset drivers/iio/imu/adis_lib +IIO_ADI_AXI EXPORT_SYMBOL_GPL 0x8e889ba2 adi_axi_adc_conv_priv drivers/iio/adc/adi-axi-adc +IIO_ADI_AXI EXPORT_SYMBOL_GPL 0xae4bfb53 devm_adi_axi_adc_conv_register drivers/iio/adc/adi-axi-adc +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x8401eedc adxl313_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x93298a1c adxl312_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x932e87b3 adxl314_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xbda93839 adxl31x_chip_info drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe1d8d09c adxl314_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe1dfdd33 adxl312_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe4aa0028 adxl313_core_probe drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xf6f7b9f3 adxl313_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0x4d2f5e0f adxl35x_chip_info drivers/iio/accel/adxl355_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0x6ff5403b adxl355_readable_regs_tbl drivers/iio/accel/adxl355_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0xb446fa86 adxl355_writeable_regs_tbl drivers/iio/accel/adxl355_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0xc394e747 adxl355_core_probe drivers/iio/accel/adxl355_core +IIO_ADXL367 EXPORT_SYMBOL_GPL 0x0f6b12da adxl367_probe drivers/iio/accel/adxl367 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0x41b22522 adxl372_probe drivers/iio/accel/adxl372 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0xcedbfd8c adxl372_readable_noinc_reg drivers/iio/accel/adxl372 +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x03d39533 ad_sd_validate_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x18cb56d9 ad_sd_reset drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x310a8d93 ad_sd_calibrate drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x70f3aa14 ad_sd_read_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x88393ff7 ad_sd_set_comm drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xa02da9e9 ad_sigma_delta_single_conversion drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xac5953be devm_ad_sd_setup_buffer_and_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xb6ef9d6f ad_sd_calibrate_all drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xc3f11dc2 ad_sd_init drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xe6050220 ad_sd_write_reg drivers/iio/adc/ad_sigma_delta +IIO_BMA400 EXPORT_SYMBOL 0xafc6fcfe bma400_regmap_config drivers/iio/accel/bma400_core +IIO_BMA400 EXPORT_SYMBOL 0xb7368dd7 bma400_probe drivers/iio/accel/bma400_core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x0d7c82b9 bmc150_regmap_conf drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x4ae45886 bmc150_accel_core_probe drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x4ccd8af7 bmc150_accel_core_remove drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x69a1579e bmc150_accel_pm_ops drivers/iio/accel/bmc150-accel-core +IIO_BMC150_MAGN EXPORT_SYMBOL 0x0aadc6b0 bmc150_magn_probe drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x1627725b bmc150_magn_pm_ops drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x173c4b0a bmc150_magn_regmap_config drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x19a1f9eb bmc150_magn_remove drivers/iio/magnetometer/bmc150_magn +IIO_BME680 EXPORT_SYMBOL 0x100e0c7b bme680_regmap_config drivers/iio/chemical/bme680_core +IIO_BME680 EXPORT_SYMBOL_GPL 0x8bef6322 bme680_core_probe drivers/iio/chemical/bme680_core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x1cb450d3 bmi088_regmap_conf drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x37136f4b bmi088_accel_core_remove drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xa564cf33 bmi088_accel_pm_ops drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xd5733de8 bmi088_accel_core_probe drivers/iio/accel/bmi088-accel-core +IIO_BMI160 EXPORT_SYMBOL 0x67b4169b bmi160_regmap_config drivers/iio/imu/bmi160/bmi160_core +IIO_BMI160 EXPORT_SYMBOL 0xca19cfae bmi160_enable_irq drivers/iio/imu/bmi160/bmi160_core +IIO_BMI160 EXPORT_SYMBOL_GPL 0x2103f42a bmi160_core_probe drivers/iio/imu/bmi160/bmi160_core +IIO_BMP280 EXPORT_SYMBOL 0x1a0e8073 bmp280_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x6224bed3 bmp580_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x666fa5a8 bmp180_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x698c69d5 bmp180_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x6c580256 bmp380_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x6deba1b7 bme280_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x7fc32ab3 bmp580_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x830ab4b7 bmp280_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x87016105 bmp380_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xf836a3c6 bmp280_common_probe drivers/iio/pressure/bmp280 +IIO_BNO055 EXPORT_SYMBOL_GPL 0xcb987415 bno055_regmap_config drivers/iio/imu/bno055/bno055 +IIO_BNO055 EXPORT_SYMBOL_GPL 0xe652d67f bno055_probe drivers/iio/imu/bno055/bno055 +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x010c06af fxas21002c_core_probe drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x859598df fxas21002c_pm_ops drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0xad8789f6 fxas21002c_core_remove drivers/iio/gyro/fxas21002c_core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x139bdf27 fxls8962af_pm_ops drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x3acbbfe5 fxls8962af_spi_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x98152b20 fxls8962af_i2c_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xd0dba491 fxls8962af_core_probe drivers/iio/accel/fxls8962af-core +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x094bee02 iio_gts_avail_scales_for_time drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x296bb0cd iio_gts_all_avail_scales drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x4b84ccc9 devm_iio_init_iio_gts drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x4ed89402 iio_gts_find_sel_by_gain drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x53000dc5 iio_gts_find_gain_by_sel drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x54a7bad7 iio_gts_get_min_gain drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x5f338fa0 iio_gts_find_new_gain_sel_by_old_gain_time drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xa3374797 iio_gts_get_scale drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xaf5aaa85 iio_find_closest_gain_low drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xc061498b iio_gts_avail_times drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xc25ccf30 iio_gts_find_new_gain_by_old_gain_time drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xd7e29768 iio_gts_find_gain_sel_for_scale_using_time drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xf42af90f iio_gts_total_gain_to_scale drivers/iio/industrialio-gts-helper +IIO_HID EXPORT_SYMBOL 0x11325475 hid_sensor_write_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x24a983ac hid_sensor_parse_common_attributes drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x2c59cfe7 hid_sensor_read_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x444edd8a hid_sensor_read_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x5a814efe hid_sensor_pm_ops drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x5cc2c526 hid_sensor_power_state drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x6c479ce9 hid_sensor_read_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x7f10345a hid_sensor_convert_timestamp drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x7f7621ec hid_sensor_format_scale drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x928c8601 hid_sensor_remove_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x9caac048 hid_sensor_write_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xaee14dcf hid_sensor_setup_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0xd38693af hid_sensor_write_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x098ac3f7 hid_sensor_get_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x124e129d hid_sensor_read_poll_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x19e57c3c hid_sensor_batch_mode_supported drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x683fe777 hid_sensor_set_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HMC5843 EXPORT_SYMBOL 0x45d044e6 hmc5843_pm_ops drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0x7435c3ca hmc5843_common_probe drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0xb251304d hmc5843_common_remove drivers/iio/magnetometer/hmc5843_core +IIO_HTS221 EXPORT_SYMBOL 0x8ef85666 hts221_probe drivers/iio/humidity/hts221 +IIO_HTS221 EXPORT_SYMBOL 0xbb13d811 hts221_pm_ops drivers/iio/humidity/hts221 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x4a335d08 inv_icm42600_regmap_config drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x88570083 inv_icm42600_core_probe drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x95939b54 inv_icm42600_pm_ops drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_KX022A EXPORT_SYMBOL_GPL 0x22892587 kx022a_regmap drivers/iio/accel/kionix-kx022a +IIO_KX022A EXPORT_SYMBOL_GPL 0x496f3bb6 kx022a_probe_internal drivers/iio/accel/kionix-kx022a +IIO_KXSD9 EXPORT_SYMBOL 0x424b7fb6 kxsd9_common_remove drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0x446d590c kxsd9_dev_pm_ops drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0xa0ee4d9a kxsd9_common_probe drivers/iio/accel/kxsd9 +IIO_LSM6DSX EXPORT_SYMBOL 0xad1bf0db st_lsm6dsx_probe drivers/iio/imu/st_lsm6dsx/st_lsm6dsx +IIO_LSM6DSX EXPORT_SYMBOL 0xfc8527f8 st_lsm6dsx_pm_ops drivers/iio/imu/st_lsm6dsx/st_lsm6dsx +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x045688dd ms_sensors_read_prom_word drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x13fb3c43 ms_sensors_show_battery_low drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x198e0626 ms_sensors_read_temp_and_pressure drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x2d2f5cd5 ms_sensors_reset drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x2d399cda ms_sensors_ht_read_humidity drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x42b6a050 ms_sensors_convert_and_read drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x51ef1c53 ms_sensors_ht_read_temperature drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x7948fb0f ms_sensors_write_resolution drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xa159265d ms_sensors_read_serial drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xb5f99766 ms_sensors_write_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xf18d063f ms_sensors_show_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xf9938d19 ms_sensors_tp_read_prom drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x0a3bd557 mma7455_core_remove drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x57812e69 mma7455_core_regmap drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x75bad32e mma7455_core_probe drivers/iio/accel/mma7455_core +IIO_MMA9551 EXPORT_SYMBOL 0x153f7298 mma9551_set_device_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x2c57b1da mma9551_gpio_config drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x33eb690d mma9551_read_accel_chan drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x41ef446c mma9551_read_accel_scale drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x47eb4597 mma9551_set_power_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x4a7d7dc8 mma9551_write_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x65ec246f mma9551_read_status_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x7a551bc3 mma9551_update_config_bits drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x7d329f74 mma9551_read_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x7d926f6c mma9551_read_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x816b6bf9 mma9551_app_reset drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x8d5f37d5 mma9551_read_version drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xa2d896ce mma9551_write_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xaa6d19a7 mma9551_read_status_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xb4182d02 mma9551_write_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xbcd7fe96 mma9551_sleep drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xe70405b8 mma9551_read_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xf0d70b85 mma9551_read_status_word drivers/iio/accel/mma9551_core +IIO_MPL115 EXPORT_SYMBOL 0xe53895b9 mpl115_dev_pm_ops drivers/iio/pressure/mpl115 +IIO_MPL115 EXPORT_SYMBOL_GPL 0x6e225dd5 mpl115_probe drivers/iio/pressure/mpl115 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0x9cab4431 inv_mpu_core_probe drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0xa0f30bef inv_mpu_pmops drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MS5611 EXPORT_SYMBOL 0x5770bb0e ms5611_probe drivers/iio/pressure/ms5611_core +IIO_RESCALE EXPORT_SYMBOL_GPL 0x57b0d6fe rescale_process_offset drivers/iio/afe/iio-rescale +IIO_RESCALE EXPORT_SYMBOL_GPL 0x9ced34c8 rescale_process_scale drivers/iio/afe/iio-rescale +IIO_RM3100 EXPORT_SYMBOL_GPL 0x0a1424e0 rm3100_volatile_table drivers/iio/magnetometer/rm3100-core +IIO_RM3100 EXPORT_SYMBOL_GPL 0x247420fc rm3100_common_probe drivers/iio/magnetometer/rm3100-core +IIO_RM3100 EXPORT_SYMBOL_GPL 0xaa911f08 rm3100_readable_table drivers/iio/magnetometer/rm3100-core +IIO_RM3100 EXPORT_SYMBOL_GPL 0xcc7209be rm3100_writable_table drivers/iio/magnetometer/rm3100-core +IIO_SCD30 EXPORT_SYMBOL 0x4ee47f2e scd30_probe drivers/iio/chemical/scd30_core +IIO_SCD30 EXPORT_SYMBOL 0xdc61a377 scd30_pm_ops drivers/iio/chemical/scd30_core +IIO_SPS30 EXPORT_SYMBOL_GPL 0x054f5ec8 sps30_probe drivers/iio/chemical/sps30 +IIO_SSP_SENSORS EXPORT_SYMBOL 0x1e89f006 ssp_common_process_data drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x338ee139 ssp_disable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x3c38c93e ssp_common_buffer_postdisable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x924585e2 ssp_register_consumer drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xb903bd32 ssp_get_sensor_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xe0688f59 ssp_common_buffer_postenable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0xe509a99a ssp_enable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xe9ed7efa ssp_change_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_ST_SENSORS EXPORT_SYMBOL 0x04573fce st_sensors_init_sensor drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x074d7047 st_sensors_trigger_handler drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x115d1802 st_sensors_set_dataready_irq drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x1422ce30 st_sensors_sysfs_sampling_frequency_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x21a1bb35 st_gyro_common_probe drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0x2a544961 st_sensors_get_settings_index drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x2d0a508d st_sensors_set_axis_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x3ecf5a4c st_magn_get_settings drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0x5c881401 st_sensors_spi_configure drivers/iio/common/st_sensors/st_sensors_spi +IIO_ST_SENSORS EXPORT_SYMBOL 0x7aadd39f st_sensors_set_odr drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x82b6e91f st_sensors_i2c_configure drivers/iio/common/st_sensors/st_sensors_i2c +IIO_ST_SENSORS EXPORT_SYMBOL 0x846f7b49 st_sensors_power_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x897c0362 st_press_common_probe drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0xa4d7281e st_magn_common_probe drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0xaf3b91ed st_gyro_get_settings drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0xb6015ee9 st_sensors_sysfs_scale_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xb78f695d st_sensors_verify_id drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xbd2f6911 st_accel_common_probe drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0xc49d5feb st_sensors_read_info_raw drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xd40f88ec st_sensors_debugfs_reg_access drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xd493001c st_sensors_set_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xe8e2d5d3 st_sensors_allocate_trigger drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xe9dbd477 st_press_get_settings drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0xeaff44af st_sensors_validate_device drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xefbffe39 st_accel_get_settings drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0xfbb67c3d st_sensors_set_fullscale_by_gain drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xfe66709a st_sensors_dev_name_probe drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL_GPL 0x28d9fe4a st_lsm9ds0_probe drivers/iio/imu/st_lsm9ds0/st_lsm9ds0 +IIO_UVIS25 EXPORT_SYMBOL 0x4dd1d58a st_uvis25_probe drivers/iio/light/st_uvis25_core +IIO_UVIS25 EXPORT_SYMBOL 0x53801a70 st_uvis25_pm_ops drivers/iio/light/st_uvis25_core +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x16d2985a zpa2326_isreg_writeable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x20d92690 zpa2326_remove drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x2d6b79d4 zpa2326_pm_ops drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x2fff8c9d zpa2326_isreg_readable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x98a039fa zpa2326_probe drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xeceed274 zpa2326_isreg_precious drivers/iio/pressure/zpa2326 +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0x0a48cef7 m10bmc_sys_read drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xb049dc72 m10bmc_dev_init drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xbb92681c m10bmc_sys_update_bits drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xc0041db0 m10bmc_dev_groups drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xcf5e5fe9 m10bmc_fw_state_set drivers/mfd/intel-m10-bmc-core +IOMMUFD EXPORT_SYMBOL_GPL 0x217200b1 iommufd_device_unbind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x29ebfa7e iommufd_access_create drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x418d80d7 iommufd_access_destroy drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x41fd10f1 iommufd_ctx_from_file drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x5975ab8c iommufd_ctx_put drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x89f5be99 iommufd_access_unpin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x9a9834e1 iommufd_device_detach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x9fae4d12 iommufd_access_rw drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xa72678d9 iommufd_access_attach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xaa84d5ab iommufd_device_bind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xd5941b06 iommufd_access_pin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xe769ad56 iommufd_ctx_get drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xf8c00d71 iommufd_device_attach drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x01f04dda iommufd_vfio_compat_ioas_create drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x108a37ec iommufd_vfio_compat_ioas_get_id drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x7b169107 iommufd_vfio_compat_set_no_iommu drivers/iommu/iommufd/iommufd +IWLWIFI EXPORT_SYMBOL_GPL 0x014fedab iwl_parse_eeprom_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x02bde57f iwl_acpi_get_mcc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x09ef7cf7 __iwl_crit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0adf2945 iwl_fw_dbg_error_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x13123c48 iwl_fw_runtime_resume drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1332e4de iwl_abort_notification_waits drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x19cc5aa6 iwl_fw_dbg_stop_sync drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1a39f1db __iwl_dbg drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1ab87139 iwl_fw_start_dbg_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1f9d9db0 iwl_set_soc_latency drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2393ebca iwl_phy_db_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x23969efb iwl_fw_dbg_collect_desc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x240e5f07 iwl_acpi_get_pwr_limit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2431382b iwl_sar_get_wgds_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x24337460 iwl_sar_get_ewrd_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x267732c5 iwl_write_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2710c362 iwl_dump_desc_assert drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x27ac0a20 iwl_force_nmi drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x291cf6ca __iwl_warn drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2ad4da9b iwl_finish_nic_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x35033c81 iwl_phy_db_free drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x353d2ddc iwl_uefi_get_step_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x362a4934 iwl_acpi_get_ppag_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x37956b72 rs_pretty_print_rate drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x41928625 __iwl_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x429234e4 iwl_write32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x47c088d9 iwl_cmd_groups_verify_sorted drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x49e0135d iwl_new_rate_from_v1 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x52255d28 iwl_sar_geo_support drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x553ee333 iwl_fw_dbg_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x58d0ec3c iwl_acpi_get_lari_config_bitmap drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x593a9b1d iwl_fw_runtime_suspend drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5988395c iwl_notification_wait_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5a07bbbd iwl_read_external_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5c52e109 iwl_opmode_deregister drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x618c27d9 iwl_trans_send_cmd drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x62110233 iwl_acpi_get_eckv drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x64a9740e _iwl_dbg_tlv_time_point drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x677e8902 iwl_set_bits_mask_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6f19a8a0 iwl_write_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x76d43786 iwl_fw_dbg_read_d3_debug_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x776221bf iwl_send_phy_db_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x78971d7e iwl_he_is_sgi drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x79085044 iwl_acpi_is_ppag_approved drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x79f17054 iwl_uefi_get_sgom_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x80b54871 iwl_parse_mei_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x82809d6f iwl_set_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x828c6838 iwlwifi_mod_params drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x83d6323e iwl_read_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x84bb50e1 iwl_rs_pretty_ant drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x862d80fb iwl_write_direct64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x86f81571 iwl_get_shared_mem_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x874c77de iwl_fw_rate_idx_to_plcp drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x899181e0 iwl_parse_nvm_mcc_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8afc650f iwl_write8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8b4ecfc9 iwl_poll_direct_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8c948e25 iwl_drv_get_fwname_pre drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8d87dce9 iwl_opmode_register drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8de518bc iwl_clear_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9038811a iwl_rfi_guid drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x951a93a3 iwl_free_fw_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9560b6ee iwl_write_prph64_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x966d6fd5 iwl_read_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x96d65e1e iwl_configure_rxq drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x97212c60 iwl_fwrt_dump_error_logs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9740a7fc iwl_sar_select_profile drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9f15cb33 iwl_dbg_tlv_del_timers drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa5bd0e0b iwl_init_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa6ba1cc6 iwl_poll_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xaba61cbf iwl_write64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xabd37f0f iwl_get_cmd_string drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xaf70ad11 iwl_read_ppag_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb37b318c iwl_rs_pretty_bw drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb7d5ffb1 iwl_rate_mcs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbafc8994 iwl_wait_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbec79265 iwl_acpi_get_dsm_u32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc468464a iwl_fw_dbg_collect_trig drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc5976503 iwl_sar_geo_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc656dbca iwl_acpi_get_phy_filters drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc8359694 iwl_get_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xce0c6460 iwl_phy_db_set_section drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd1a06baf iwl_sar_get_wrds_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd21a1efd iwl_read32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd2753121 iwl_parse_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd88c1980 iwl_acpi_get_dsm_u8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xdce64c8d __iwl_err drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xde4ebd44 iwl_fw_dbg_stop_restart_recording drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe0eb5838 iwl_init_notification_wait drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe68d48c8 iwl_read_eeprom drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe75b7e77 iwl_notification_wait drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe7e8c559 iwl_write_prph_delay drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xea1b26fc iwl_nvm_fixups drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xeb1ec5ec iwl_pnvm_load drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf5170432 iwl_acpi_get_tas drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf6c14d56 iwl_fw_runtime_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf88964e4 iwl_remove_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfc1e6f41 iwl_guid drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfde7d5a0 iwl_read_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +LTC2497 EXPORT_SYMBOL 0x2216d31e ltc2497core_probe drivers/iio/adc/ltc2497-core +LTC2497 EXPORT_SYMBOL 0xf848102e ltc2497core_remove drivers/iio/adc/ltc2497-core +MCB EXPORT_SYMBOL_GPL 0x004077a6 mcb_free_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x0624aca5 __mcb_register_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x069fb793 chameleon_parse_cells drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x1c130613 mcb_bus_put drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x3ccb95f6 mcb_alloc_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x9d27eb1e mcb_unregister_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xcd4c0ed0 mcb_bus_add_devices drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xd08f7a2d mcb_get_resource drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xd83d152d mcb_request_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xddc2a3a3 mcb_get_irq drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xde9f04ee mcb_alloc_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xdebd88d3 mcb_release_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xeb2c8905 mcb_release_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xed0efccf mcb_bus_get drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xfc993a20 mcb_device_register drivers/mcb/mcb +MFD_OCELOT EXPORT_SYMBOL 0x0b68ae89 ocelot_core_init drivers/mfd/ocelot-soc +MFD_OCELOT EXPORT_SYMBOL 0x243ba892 ocelot_chip_reset drivers/mfd/ocelot-soc +MFD_OCELOT_SPI EXPORT_SYMBOL 0x00b7e2ac ocelot_spi_init_regmap drivers/mfd/ocelot-soc +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x1e95d37d nvme_ctrl_from_file drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x57e874a9 nvme_passthru_end drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x9d25f91f nvme_find_get_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xa5abaa76 nvme_execute_rq drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xb802fd0b nvme_command_effects drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xd4083723 nvme_passthru_start drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xedb38891 nvme_put_ns drivers/nvme/host/nvme-core +PECI EXPORT_SYMBOL_GPL 0x0dfae0ff peci_xfer_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x0f3f5d8b peci_request_data_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x102a7478 peci_xfer_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x1782ab9c peci_xfer_pkg_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x26274583 peci_xfer_ep_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x27b99278 peci_xfer_ep_pci_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x2ac66d86 peci_xfer_get_temp drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x2c6be1b7 peci_request_data_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x3110f898 peci_xfer_ep_mmio32_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x3b3351c4 peci_xfer_pkg_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x44ab530f peci_request_data_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x4b9c0ad9 peci_xfer_ep_mmio64_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x53073f57 devm_peci_controller_add drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x5bc50f9a peci_request_free drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x652606de peci_xfer_ep_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x695222c0 __peci_driver_register drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x74085858 peci_xfer_pkg_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x94a40451 peci_driver_unregister drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xa9d0d6f9 peci_xfer_get_dib drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xaa3fa330 peci_request_alloc drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xab707e11 peci_xfer_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xba3cbb35 peci_xfer_ep_pci_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xd3f1f448 peci_request_dib_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xdf309629 peci_request_status drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xe5cbe817 peci_request_temp_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xefd85896 peci_xfer_pkg_cfg_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xf7d84348 peci_request_data_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xf8a32f93 peci_xfer_ep_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xf93df868 peci_xfer_ep_pci_cfg_readw drivers/peci/peci +PECI_CPU EXPORT_SYMBOL_GPL 0x1680fec9 peci_mmio_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x2c8d5d41 peci_temp_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x65b4ca64 peci_pcs_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xde3f59a5 peci_ep_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xeaca0bee peci_pci_local_read drivers/peci/peci-cpu +PMBUS EXPORT_SYMBOL_GPL 0x00541e15 pmbus_clear_faults drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x1039f3a7 pmbus_update_fan drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x1d953af1 pmbus_get_debugfs_dir drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x2a95f2cd pmbus_write_byte drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x32ab2254 pmbus_check_byte_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x363f6d3d pmbus_read_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x38089d9d pmbus_read_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x435086c4 pmbus_write_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x57a7de6f pmbus_check_word_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x692c2b1d pmbus_clear_cache drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x6a2f3f51 pmbus_set_update drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x6c9bb090 pmbus_do_probe drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x79ddacac pmbus_get_driver_info drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xa2b230cf pmbus_lock_interruptible drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xa8a61bd8 pmbus_write_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xacd9e15c pmbus_get_fan_rate_cached drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xb484c61c pmbus_unlock drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xb5592116 pmbus_regulator_ops drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xbcd9f4bb pmbus_set_page drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xc11c7c31 pmbus_get_fan_rate_device drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xfdd165f3 pmbus_update_byte_data drivers/hwmon/pmbus/pmbus_core +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x273c7bd0 sx_common_read_proximity drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x63deb7bf sx_common_write_event_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xa103ce02 sx_common_events drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xb093f77a sx_common_get_raw_register_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xd8361d4a sx_common_probe drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xf8a1231c sx_common_read_event_config drivers/iio/proximity/sx_common +SERIAL_8250_PCI EXPORT_SYMBOL_GPL 0xbabd1f9b serial8250_pci_setup_port vmlinux +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x2b707546 hda_cs_dsp_fw_ids sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x4a69a951 hda_cs_dsp_read_ctl sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x5745231f hda_cs_dsp_add_controls sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x7dfb83c2 hda_cs_dsp_write_ctl sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0xa76e8377 hda_cs_dsp_control_remove sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0x40b7efe2 cs35l41_hda_pm_ops sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0x6604a96d cs35l41_hda_remove sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0x6635d48a cs35l41_hda_probe sound/pci/hda/snd-hda-scodec-cs35l41 +SND_INTEL_SOUNDWIRE_ACPI EXPORT_SYMBOL 0xbb4f9d1f sdw_intel_acpi_scan sound/hda/snd-intel-sdw-acpi +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x3431c8ad cs35l45_get_clk_freq_id sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x3b23f4f3 cs35l45_pm_ops sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x57d9f4d9 cs35l45_apply_patch sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x93cf4772 cs35l45_remove sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x974213f3 cs35l45_spi_regmap sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xd47ad2bf cs35l45_i2c_regmap sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xfacd67cf cs35l45_probe sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x05482545 cs35l56_irq sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x26bd7065 cs35l56_pm_ops_i2c_spi sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x3f4ffafb cs35l56_init sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x4796e80a cs35l56_runtime_resume_common sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0xb5c64989 cs35l56_remove sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0xef7a523b cs35l56_irq_request sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0xf67dd8ca cs35l56_runtime_suspend sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0xfa4691fa cs35l56_common_probe sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x05c2529e cs35l56_tx_input_values sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x09b6dd32 cs35l56_regmap_spi sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x312c0e0f cs35l56_dsp1_regions sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x64e759e4 cs35l56_tx_input_texts sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x88762c92 cs35l56_get_bclk_freq_id sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xbfe3dbed cs35l56_regmap_i2c sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xc6d8e941 cs35l56_regmap_sdw sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xcd5438ad cs35l56_fill_supply_names sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xf06b47b1 cs35l56_reread_firmware_registers sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x080ef653 cs42l42_init sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x08b20fb7 cs42l42_resume_restore sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x0c342055 cs42l42_mute_stream sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x18995808 cs42l42_soc_component sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x1bb6fbd2 cs42l42_volatile_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x1c0f02a1 cs42l42_dai sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x27fb1eeb cs42l42_common_probe sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x5a134037 cs42l42_resume sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x62385d18 cs42l42_regmap sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x7237deab cs42l42_suspend sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x8395862b cs42l42_common_remove sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xa1b33da3 cs42l42_readable_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xae4be5c4 cs42l42_irq_thread sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xc053efa9 cs42l42_page_range sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xd65e9b3b cs42l42_pll_config sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xdd8369f4 cs42l42_src_config sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_SOF_XTENSA EXPORT_SYMBOL 0x8ce78076 sof_xtensa_arch_ops sound/soc/sof/xtensa/snd-sof-xtensa-dsp +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x09351149 tasdevice_prmg_calibdata_load sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x1a949c7c tasdevice_select_cfg_blk sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x1ab9b7d9 tasdevice_select_tuningprm_cfg sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x23c94cc6 tasdevice_tuning_switch sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x2c2d92de tasdevice_config_info_remove sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x40ec23ee tasdevice_calbin_remove sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x957998f4 tas2781_load_calibration sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0xa7d17083 tasdevice_rca_parser sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0xfa72134b tasdevice_dsp_parser sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0xfe3a6722 tasdevice_prmg_load sound/soc/codecs/snd-soc-tas2781-fmwlib +SOUNDWIRE_INTEL EXPORT_SYMBOL 0x0568af58 sdw_intel_cnl_hw_ops drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL EXPORT_SYMBOL 0x96905b9e sdw_intel_lnl_hw_ops drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x0cdb869f sdw_intel_startup drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x20ef7ffe sdw_intel_probe drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0xaa52eba1 sdw_intel_thread drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0xcb5d849b sdw_intel_process_wakeen_event drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0xe764b98f sdw_intel_exit drivers/soundwire/soundwire-intel +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x292b6afb dw_spi_dma_setup_mfld drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x2b869349 dw_spi_suspend_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x317f99a4 dw_spi_check_status drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x43a0e181 dw_spi_set_cs drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x98c249b2 dw_spi_dma_setup_generic drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xb77d47d3 dw_spi_update_config drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xdc6694ef dw_spi_add_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xf80907bf dw_spi_resume_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xfd1b5cd0 dw_spi_remove_host drivers/spi/spi-dw +SUNXI_CCU EXPORT_SYMBOL_GPL 0x079708d7 ccu_gate_helper_enable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x0a9707d3 ccu_mux_helper_get_parent vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x0c64ee0e ccu_sdm_helper_enable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x14438263 ccu_frac_helper_read_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x1f23b840 ccu_nkmp_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x2c395858 devm_sunxi_ccu_probe vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x37608db0 ccu_pll_notifier_register vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x3e362444 ccu_frac_helper_is_enabled vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x45837646 ccu_sdm_helper_is_enabled vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x50165be0 ccu_mux_notifier_register vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x517768aa ccu_sdm_helper_disable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x5cddbcc6 ccu_nm_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x61abda39 ccu_mux_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x633a6959 ccu_helper_wait_for_lock vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x6668446b ccu_phase_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x7279ee3e ccu_mult_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x831d58e6 ccu_gate_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x844f1c47 ccu_mux_helper_set_parent vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x8a845fdb ccu_nk_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x8bdea961 ccu_nkm_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x8e63463a ccu_frac_helper_has_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x923edf17 ccu_sdm_helper_read_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x976fa968 ccu_mp_mmc_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x98224ec7 ccu_reset_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xad1062ab ccu_gate_helper_disable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xba365240 ccu_sdm_helper_get_factors vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xbdb5d83e ccu_mux_helper_determine_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xc4608f36 ccu_mux_helper_apply_prediv vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xce9edc4f ccu_frac_helper_disable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xd050ca65 ccu_sdm_helper_has_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xd27db71e ccu_mp_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xe49056d8 ccu_div_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xe70cc090 ccu_frac_helper_enable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xeb47a9b9 ccu_frac_helper_set_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xf66eb443 ccu_gate_helper_is_enabled vmlinux +TEST_FIRMWARE EXPORT_SYMBOL_GPL 0x3dce036c firmware_request_builtin vmlinux +USB_STORAGE EXPORT_SYMBOL_GPL 0x03da9ffc usb_stor_ctrl_transfer drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x07b83ec8 fill_inquiry_response drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x1bc3edc2 usb_stor_sense_invalidCDB drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x22dd11e0 usb_stor_probe1 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x4741d65a usb_stor_clear_halt drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x660cc009 usb_stor_pre_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x6ea05aec usb_stor_disconnect drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x704aa31f usb_stor_Bulk_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x7566ffe5 usb_stor_reset_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x85f81559 usb_stor_access_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x89ad1bdb usb_stor_CB_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x9f0ca5ef usb_stor_CB_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xa299e1d1 usb_stor_transparent_scsi_command drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xa6e8c53a usb_stor_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xb5b44912 usb_stor_bulk_transfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xc27ccb4e usb_stor_adjust_quirks drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xc46495fd usb_stor_set_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xcab85f06 usb_stor_bulk_srb drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xcc5c3283 usb_stor_host_template_init drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xd0b95c23 usb_stor_control_msg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xd38514c2 usb_stor_post_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xde96de73 usb_stor_suspend drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xe5ee062a usb_stor_probe2 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xec1022a2 usb_stor_bulk_transfer_sg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xfe0809b2 usb_stor_Bulk_transport drivers/usb/storage/usb-storage --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency/abi/arm64/lowlatency-64k.compiler +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency/abi/arm64/lowlatency-64k.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 13.2.0-4ubuntu3) 13.2.0 --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency/abi/arm64/lowlatency-64k.modules +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency/abi/arm64/lowlatency-64k.modules @@ -0,0 +1,7561 @@ +3c59x +3w-9xxx +3w-sas +3w-xxxx +6lowpan +6pack +8021q +8139cp +8139too +8250_dfl +8250_exar +8250_men_mcb +8250_pci1xxxx +8250_pericom +8255 +8255_pci +8390 +842 +842_compress +842_decompress +88pg86x +88pm800 +88pm800-regulator +88pm805 +88pm80x +88pm80x_onkey +88pm8607 +88pm860x-ts +88pm860x_battery +88pm860x_bl +88pm860x_charger +88pm860x_onkey +9p +9pnet +9pnet_fd +9pnet_rdma +9pnet_virtio +9pnet_xen +BusLogic +a1-peripherals +a1-pll +a100u2w +a3d +a53-pll +a7-pll +a8293 +aacraid +aat2870-regulator +aat2870_bl +abp060mg +ac97_bus +acard-ahci +acbel-fsg032 +acecad +acenic +acp_audio_dma +acpi-als +acpi_configfs +acpi_ipmi +acpi_power_meter +acpi_tad +acpiphp_ibm +act8865-regulator +act8945a +act8945a-regulator +act8945a_charger +act_bpf +act_connmark +act_csum +act_ct +act_ctinfo +act_gact +act_gate +act_ipt +act_mirred +act_mpls +act_nat +act_pedit +act_police +act_sample +act_simple +act_skbedit +act_skbmod +act_tunnel_key +act_vlan +ad2s1200 +ad2s1210 +ad2s90 +ad3552r +ad4130 +ad5064 +ad5110 +ad525x_dpot +ad525x_dpot-i2c +ad525x_dpot-spi +ad5272 +ad5360 +ad5380 +ad5398 +ad5421 +ad5446 +ad5449 +ad5504 +ad5592r +ad5592r-base +ad5593r +ad5624r_spi +ad5686 +ad5686-spi +ad5696-i2c +ad5755 +ad5758 +ad5761 +ad5764 +ad5766 +ad5770r +ad5791 +ad5820 +ad5933 +ad7091r-base +ad7091r5 +ad7124 +ad714x +ad714x-i2c +ad714x-spi +ad7150 +ad7192 +ad7266 +ad7280a +ad7291 +ad7292 +ad7293 +ad7298 +ad7303 +ad7314 +ad74115 +ad7414 +ad7418 +ad74413r +ad7476 +ad7606 +ad7606_par +ad7606_spi +ad7746 +ad7766 +ad7768-1 +ad7780 +ad7791 +ad7793 +ad7816 +ad7877 +ad7879 +ad7879-i2c +ad7879-spi +ad7887 +ad7923 +ad7949 +ad799x +ad8366 +ad8801 +ad9467 +ad9523 +ad9832 +ad9834 +ad_sigma_delta +ada4250 +adc-joystick +adc-keys +adc128d818 +adcxx +addi_apci_1032 +addi_apci_1500 +addi_apci_1516 +addi_apci_1564 +addi_apci_16xx +addi_apci_2032 +addi_apci_2200 +addi_apci_3120 +addi_apci_3501 +addi_apci_3xxx +addi_watchdog +adf4350 +adf4371 +adf4377 +adf7242 +adfs +adi +adi-axi-adc +adiantum +adin +adin1100 +adin1110 +adis16080 +adis16130 +adis16136 +adis16201 +adis16203 +adis16209 +adis16240 +adis16260 +adis16400 +adis16460 +adis16475 +adis16480 +adis_lib +adjd_s311 +adl_pci6208 +adl_pci7x3x +adl_pci8164 +adl_pci9111 +adl_pci9118 +adm1025 +adm1026 +adm1029 +adm1031 +adm1177 +adm1266 +adm1275 +adm8211 +adm9240 +admv1013 +admv1014 +admv4420 +admv8818 +adp1653 +adp5061 +adp5520-keys +adp5520_bl +adp5588-keys +adp5589-keys +adp8860_bl +adp8870_bl +adq12b +adrf6780 +ads7828 +ads7846 +ads7871 +adt7310 +adt7316 +adt7316-i2c +adt7316-spi +adt7410 +adt7411 +adt7462 +adt7470 +adt7475 +adt7x10 +adummy +adutux +adux1020 +adv7170 +adv7175 +adv7180 +adv7183 +adv7343 +adv7393 +adv748x +adv7511 +adv7604 +adv7842 +adv_pci1710 +adv_pci1720 +adv_pci1723 +adv_pci1724 +adv_pci1760 +adv_pci_dio +advansys +adxl313_core +adxl313_i2c +adxl313_spi +adxl34x +adxl34x-i2c +adxl34x-spi +adxl355_core +adxl355_i2c +adxl355_spi +adxl367 +adxl367_i2c +adxl367_spi +adxl372 +adxl372_i2c +adxl372_spi +adxrs290 +adxrs450 +aegis128 +aes-arm64 +aes-ce-blk +aes-ce-ccm +aes-ce-cipher +aes-neon-blk +aes-neon-bs +aes_ti +af9013 +af9033 +af_alg +af_key +af_packet_diag +afe4403 +afe4404 +affs +afs +ah4 +ah6 +ahci +ahci_ceva +ahci_dwc +ahci_mtk +ahci_mvebu +ahci_platform +ahci_qoriq +ahci_seattle +ahci_tegra +ahci_xgene +aht10 +aic79xx +aic7xxx +aic94xx +aio_aio12_8 +aio_iiro_16 +aiptek +aircable +airo +airspy +ak7375 +ak881x +ak8974 +ak8975 +al3010 +al3320a +alcor +alcor_pci +algif_aead +algif_hash +algif_rng +algif_skcipher +alibaba_uncore_drw_pmu +alim7101_wdt +allegro +altera-ci +altera-cvp +altera-fpga2sdram +altera-freeze-bridge +altera-hps2fpga +altera-msgdma +altera-pr-ip-core +altera-pr-ip-core-plat +altera-ps-spi +altera-stapl +altera_jtaguart +altera_ps2 +altera_tse +altera_uart +alx +am2315 +am53c974 +am65-cpts +amba-clcd +amba-pl010 +ambakmi +amc6821 +amd +amd-xgbe +amd5536udc_pci +amd8111e +amdgpu +amdxcp +amlogic-gxl-crypto +amlogic_thermal +amphion-vpu +amplc_dio200 +amplc_dio200_common +amplc_dio200_pci +amplc_pc236 +amplc_pc236_common +amplc_pc263 +amplc_pci224 +amplc_pci230 +amplc_pci236 +amplc_pci263 +ams-iaq-core +ams369fg06 +amt +analog +analogix-anx6345 +analogix-anx78xx +analogix_dp +anatop-regulator +ansi_cprng +anx7411 +anx7625 +anybuss_core +ao-cec +ao-cec-g12a +aoe +apbps2 +apcs-msm8916 +apcs-msm8996 +apds9300 +apds9802als +apds990x +apds9960 +apple-admac +apple-dart +apple-mailbox +apple-mfi-fastcharge +apple-rtkit +apple-sart +apple-soc-cpufreq +apple_wdt +appledisplay +appletalk +appletouch +applicom +apr +apss-ipq-pll +apss-ipq6018 +aptina-pll +aqc111 +aquacomputer_d5next +aquantia +ar0521 +ar1021_i2c +ar5523 +ar7part +ar9331 +arasan-nand-controller +arc-rawmode +arc-rimi +arc_emac +arc_ps2 +arc_uart +arcmsr +arcnet +arcpgu +arcx-anybus +arcxcnn_bl +aria_generic +arizona +arizona-haptics +arizona-i2c +arizona-ldo1 +arizona-micsupp +arizona-spi +ark3116 +arkfb +arm-cmn +arm_cspmu_module +arm_dmc620_pmu +arm_dsu_pmu +arm_mhu +arm_mhu_db +arm_mhuv2 +arm_scmi_powercap +arm_scpi +arm_smc_wdt +arm_smccc_trng +arm_smmuv3_pmu +arm_spe_pmu +armada-37xx-cpufreq +armada-37xx-rwtm-mailbox +armada-8k-cpufreq +armada_37xx_wdt +arp_tables +arpt_mangle +arptable_filter +as102_fe +as370-hwmon +as3711-regulator +as3711_bl +as3722-regulator +as3935 +as5011 +as73211 +asc7621 +ascot2e +asix +ast +async_memcpy +async_pq +async_raid6_recov +async_tx +async_xor +at24 +at25 +at76c50x-usb +at803x +at86rf230 +ata_generic +ata_piix +atbm8830 +atc260x-core +atc260x-i2c +atc260x-onkey +atc260x-poweroff +atc260x-regulator +aten +ath +ath10k_core +ath10k_pci +ath10k_sdio +ath10k_snoc +ath10k_usb +ath11k +ath11k_ahb +ath11k_pci +ath12k +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ath9k_pci_owl_loader +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atlantic +atlas-ezo-sensor +atlas-sensor +atm +atmel +atmel-ecc +atmel-flexcom +atmel-hlcdc +atmel-i2c +atmel-sha204a +atmel_captouch +atmel_mxt_ts +atmel_pci +atmtcp +atp870u +atusb +atxp1 +aty128fb +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +auo-pixcir-ts +auth_rpcgss +authenc +authencesn +autofs4 +auxadc_thermal +avmfritz +ax25 +ax88179_178a +ax88796b +ax88796c +axg-audio +axi-fan-control +axis-fifo +axp20x +axp20x-i2c +axp20x-pek +axp20x-regulator +axp20x-rsb +axp20x_ac_power +axp20x_adc +axp20x_battery +axp20x_usb_power +axp288_adc +b2c2-flexcop +b2c2-flexcop-pci +b2c2-flexcop-usb +b43 +b43legacy +b44 +b53_common +b53_mdio +b53_mmap +b53_serdes +b53_spi +b53_srab +ba431-rng +bam_dma +bareudp +batman-adv +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bcache +bch +bcm-keypad +bcm-phy-lib +bcm-phy-ptp +bcm-sba-raid +bcm-sf2 +bcm203x +bcm3510 +bcm54140 +bcm590xx +bcm590xx-regulator +bcm5974 +bcm63138_nand +bcm6368_nand +bcm7xxx +bcm87xx +bcm_vk +bcma +bcma-hcd +bcmsysport +bd6107 +bd71815-regulator +bd71828-regulator +bd718x7-regulator +bd9571mwv +bd9571mwv-regulator +bd9576-regulator +bd9576_wdt +bd99954-charger +bdc +be2iscsi +be2net +befs +bel-pfe +belkin_sa +berlin2-adc +bfa +bfq +bfs +bfusb +bh1750 +bh1770glc +bh1780 +binder_linux +binfmt_misc +blake2b_generic +block2mtd +blocklayoutdriver +blowfish_common +blowfish_generic +bluefield_edac +bluetooth +bluetooth_6lowpan +bma150 +bma220_spi +bma400_core +bma400_i2c +bma400_spi +bman-test +bmc150-accel-core +bmc150-accel-i2c +bmc150-accel-spi +bmc150_magn +bmc150_magn_i2c +bmc150_magn_spi +bme680_core +bme680_i2c +bme680_spi +bmg160_core +bmg160_i2c +bmg160_spi +bmi088-accel-core +bmi088-accel-spi +bmi160_core +bmi160_i2c +bmi160_spi +bmp280 +bmp280-i2c +bmp280-spi +bna +bnep +bno055 +bno055_i2c +bno055_ser +bnx2 +bnx2fc +bnx2i +bnx2x +bnxt_en +bnxt_re +bochs +bonding +bpa-rs600 +bpa10x +bpck +bpck6 +bpfilter +bpqether +bq2415x_charger +bq24190_charger +bq24257_charger +bq24735-charger +bq2515x_charger +bq256xx_charger +bq25890_charger +bq25980_charger +bq27xxx_battery +bq27xxx_battery_hdq +bq27xxx_battery_i2c +br2684 +br_netfilter +brcmfmac +brcmfmac-bca +brcmfmac-cyw +brcmfmac-wcc +brcmnand +brcmsmac +brcmstb_nand +brcmutil +brd +bridge +broadcom +bsd_comp +bt819 +bt856 +bt866 +bt878 +btbcm +btcoexist +btintel +btmrvl +btmrvl_sdio +btmtk +btmtksdio +btmtkuart +btnxpuart +btqca +btqcomsmd +btrfs +btrsi +btrtl +btsdio +bttv +btusb +bu21013_ts +bu21029_ts +budget +budget-av +budget-ci +budget-core +budget-patch +bxcan +c67x00 +c6xdigio +c_can +c_can_pci +c_can_platform +ca8210 +caam +caam_jr +caamalg_desc +caamhash_desc +cachefiles +cadence-nand-controller +cadence_wdt +cafe_ccic +cafe_nand +caif +caif_serial +caif_socket +caif_usb +caif_virtio +camcc-sc7180 +camcc-sc7280 +camcc-sdm845 +camcc-sm6350 +camcc-sm8250 +camcc-sm8450 +camellia_generic +can +can-bcm +can-dev +can-gw +can-isotp +can-j1939 +can-raw +can327 +cap11xx +capmode +capsule-loader +carl9170 +carminefb +cassini +cast5_generic +cast6_generic +cast_common +catc +cavium-rng +cavium-rng-vf +cavium_ptp +cb710 +cb710-mmc +cb_pcidas +cb_pcidas64 +cb_pcidda +cb_pcimdas +cb_pcimdda +cc10001_adc +cc2520 +cc770 +cc770_isa +cc770_platform +ccm +ccp +ccp-crypto +ccree +ccs +ccs-pll +ccs811 +cctrng +cdc-acm +cdc-phonet +cdc-wdm +cdc_eem +cdc_ether +cdc_mbim +cdc_ncm +cdc_subset +cdns-csi2rx +cdns-csi2tx +cdns-dphy +cdns-dphy-rx +cdns-dsi +cdns-mhdp8546 +cdns-pltfrm +cdns-usb-common +cdns2-udc-pci +cdns3 +cdns3-imx +cdns3-pci-wrap +cdns3-ti +cdnsp-udc-pci +cdx-controller +cec +cec-gpio +ceph +cfb +cfg80211 +cfi_cmdset_0001 +cfi_cmdset_0002 +cfi_cmdset_0020 +cfi_probe +cfi_util +ch +ch341 +ch7006 +ch7322 +ch9200 +ch_ipsec +ch_ktls +chacha-neon +chacha20poly1305 +chacha_generic +chaoskey +charlcd +chcr +chipone-icn6211 +chipone_icn8318 +chipone_icn8505 +chipreg +chnl_net +chromeos_acpi +chromeos_privacy_screen +chromeos_tbmc +chrontel-ch7033 +chv3-i2s +ci_hdrc +ci_hdrc_imx +ci_hdrc_msm +ci_hdrc_pci +ci_hdrc_tegra +ci_hdrc_usb2 +cicada +cifs +cifs_arc4 +cifs_md4 +cirrus +cirrusfb +clip +clk-apple-nco +clk-axi-clkgen +clk-bd718x7 +clk-cbf-8996 +clk-cdce706 +clk-cdce925 +clk-cpu-8996 +clk-cs2000-cp +clk-fsl-flexspi +clk-hi3519 +clk-hi655x +clk-imx8ulp +clk-imx93 +clk-lmk04832 +clk-lochnagar +clk-max77686 +clk-max9485 +clk-mt6795-apmixedsys +clk-mt6795-infracfg +clk-mt6795-mfg +clk-mt6795-mm +clk-mt6795-pericfg +clk-mt6795-topckgen +clk-mt6795-vdecsys +clk-mt6795-vencsys +clk-mt7981-eth +clk-mt8173-img +clk-mt8173-vdecsys +clk-mt8173-vencsys +clk-mt8186-cam +clk-mt8186-img +clk-mt8186-imp_iic_wrap +clk-mt8186-ipe +clk-mt8186-mcu +clk-mt8186-mdp +clk-mt8186-mfg +clk-mt8186-mm +clk-mt8186-vdec +clk-mt8186-venc +clk-mt8186-wpe +clk-mt8188-adsp_audio26m +clk-mt8188-apmixedsys +clk-mt8188-cam +clk-mt8188-ccu +clk-mt8188-img +clk-mt8188-imp_iic_wrap +clk-mt8188-infra_ao +clk-mt8188-ipe +clk-mt8188-mfg +clk-mt8188-peri_ao +clk-mt8188-topckgen +clk-mt8188-vdec +clk-mt8188-vdo0 +clk-mt8188-vdo1 +clk-mt8188-venc +clk-mt8188-vpp0 +clk-mt8188-vpp1 +clk-mt8188-wpe +clk-mt8195-apusys_pll +clk-mt8195-cam +clk-mt8195-ccu +clk-mt8195-img +clk-mt8195-imp_iic_wrap +clk-mt8195-ipe +clk-mt8195-mfg +clk-mt8195-scp_adsp +clk-mt8195-vdec +clk-mt8195-vdo0 +clk-mt8195-vdo1 +clk-mt8195-venc +clk-mt8195-vpp0 +clk-mt8195-vpp1 +clk-mt8195-wpe +clk-mt8365 +clk-mt8365-apmixedsys +clk-mt8365-apu +clk-mt8365-cam +clk-mt8365-mfg +clk-mt8365-mm +clk-mt8365-vdec +clk-mt8365-venc +clk-palmas +clk-phase +clk-plldig +clk-pwm +clk-qcom +clk-renesas-pcie +clk-rk808 +clk-rpm +clk-rpmh +clk-s2mps11 +clk-scpi +clk-si514 +clk-si521xx +clk-si5341 +clk-si5351 +clk-si544 +clk-si570 +clk-smd-rpm +clk-spmi-pmic-div +clk-sprd +clk-twl6040 +clk-versaclock5 +clk-versaclock7 +clk-wm831x +clk-xlnx-clock-wizard +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_flower +cls_fw +cls_matchall +cls_route +cls_u32 +cm109 +cm32181 +cm3232 +cm3323 +cm3605 +cm36651 +cma3000_d0x +cma3000_d0x_i2c +cmac +cmdlinepart +cmtp +cn10k-rng +cnic +cobra +coda +coda-vpu +colibri-vf50-ts +com20020 +com20020-pci +com90io +com90xx +comedi +comedi_8254 +comedi_8255 +comedi_bond +comedi_example_test +comedi_parport +comedi_pci +comedi_test +comedi_usb +comm +contec_pci_dio +cordic +core +corsair-cpro +corsair-psu +cortina +counter +cp210x +cpcap-adc +cpcap-battery +cpcap-charger +cpcap-pwrbutton +cpcap-regulator +cppc_cpufreq +cpr +cptpf +cptvf +cqhci +cramfs +crc-itu-t +crc32_generic +crc4 +crc7 +crct10dif-ce +crg-hi3516cv300 +crg-hi3798cv200 +cros-ec-anx7688 +cros-ec-cec +cros-ec-regulator +cros-ec-sensorhub +cros-ec-typec +cros_ec +cros_ec_accel_legacy +cros_ec_baro +cros_ec_chardev +cros_ec_debugfs +cros_ec_dev +cros_ec_i2c +cros_ec_keyb +cros_ec_lid_angle +cros_ec_light_prox +cros_ec_lightbar +cros_ec_mkbp_proximity +cros_ec_rpmsg +cros_ec_sensors +cros_ec_sensors_core +cros_ec_spi +cros_ec_sysfs +cros_ec_uart +cros_ec_vbc +cros_hps_i2c +cros_kbd_led_backlight +cros_peripheral_charger +cros_typec_switch +cros_usbpd-charger +cros_usbpd_logger +cros_usbpd_notify +cryptd +crypto_engine +crypto_safexcel +crypto_user +cs3308 +cs5345 +cs53l32a +cs_dsp +csiostor +ctucanfd +ctucanfd_pci +ctucanfd_platform +curve25519-generic +cuse +cw1200_core +cw1200_wlan_sdio +cw1200_wlan_spi +cw2015_battery +cx18 +cx18-alsa +cx22700 +cx22702 +cx231xx +cx231xx-alsa +cx231xx-dvb +cx2341x +cx23885 +cx24110 +cx24113 +cx24116 +cx24117 +cx24120 +cx24123 +cx25821 +cx25821-alsa +cx25840 +cx82310_eth +cx88-alsa +cx88-blackbird +cx88-dvb +cx88-vp3054-i2c +cx8800 +cx8802 +cx88xx +cxacru +cxd2099 +cxd2820r +cxd2841er +cxd2880 +cxd2880-spi +cxgb +cxgb3 +cxgb3i +cxgb4 +cxgb4i +cxgb4vf +cxgbit +cxl_acpi +cxl_core +cxl_mem +cxl_pci +cxl_pmem +cxl_pmu +cxl_port +cy8ctma140 +cy8ctmg110_ts +cyapatp +cyber2000fb +cyberjack +cypress-sf +cypress_cy7c63 +cypress_firmware +cypress_m8 +cytherm +cyttsp4_core +cyttsp4_i2c +cyttsp4_spi +cyttsp5 +cyttsp_core +cyttsp_i2c +cyttsp_i2c_common +cyttsp_spi +da280 +da311 +da7280 +da9030_battery +da9034-ts +da903x-regulator +da903x_bl +da9052-battery +da9052-hwmon +da9052-regulator +da9052_bl +da9052_onkey +da9052_tsi +da9052_wdt +da9055-hwmon +da9055-regulator +da9055_onkey +da9055_wdt +da9062-core +da9062-regulator +da9062-thermal +da9062_wdt +da9063-regulator +da9063_onkey +da9063_wdt +da9121-regulator +da9150-charger +da9150-core +da9150-fg +da9150-gpadc +da9210-regulator +da9211-regulator +dac02 +daqboard2000 +das08 +das08_isa +das08_pci +das16 +das16m1 +das1800 +das6402 +das800 +davicom +dax_cxl +dax_hmem +dax_pmem +db9 +dc395x +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +ddbridge +ddbridge-dummy-fe +de2104x +defxx +delta-ahe50dc-fan +denali +denali_dt +denali_pci +des_generic +designware_i2s +device_dax +dfl +dfl-afu +dfl-emif +dfl-fme +dfl-fme-br +dfl-fme-mgr +dfl-fme-region +dfl-n3000-nios +dfl-pci +dht11 +diag +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dib9000 +dibx000_common +digi_acceleport +digicolor-usart +diskonchip +dispcc-qcm2290 +dispcc-sc7180 +dispcc-sc7280 +dispcc-sc8280xp +dispcc-sdm845 +dispcc-sm6115 +dispcc-sm6125 +dispcc-sm6350 +dispcc-sm6375 +dispcc-sm8250 +dispcc-sm8450 +dispcc-sm8550 +display-connector +dl2k +dlhl60d +dlink-dir685-touchkeys +dlm +dln2 +dln2-adc +dm-bio-prison +dm-bufio +dm-cache +dm-cache-smq +dm-clone +dm-crypt +dm-delay +dm-ebs +dm-era +dm-flakey +dm-historical-service-time +dm-integrity +dm-io-affinity +dm-log +dm-log-userspace +dm-log-writes +dm-mirror +dm-multipath +dm-persistent-data +dm-queue-length +dm-raid +dm-region-hash +dm-round-robin +dm-service-time +dm-snapshot +dm-switch +dm-thin-pool +dm-unstripe +dm-verity +dm-writecache +dm-zero +dm-zoned +dm1105 +dm9601 +dma-axi-dmac +dmard06 +dmard09 +dmard10 +dmc520_edac +dme1737 +dmfe +dmi-sysfs +dmm32at +dmx3191d +dnet +dp83640 +dp83822 +dp83848 +dp83867 +dp83869 +dp83tc811 +dp83td510 +dpaa2-console +dpaa2-qdma +dpaa2_caam +dpdmai +dpot-dac +dps310 +dps920ab +drbd +drivetemp +drm +drm_buddy +drm_display_helper +drm_dma_helper +drm_dp_aux_bus +drm_kms_helper +drm_mipi_dbi +drm_shmem_helper +drm_suballoc_helper +drm_ttm_helper +drm_vram_helper +drm_xen_front +drv260x +drv2665 +drv2667 +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1803 +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds4424 +ds620 +dsa_core +dsbr100 +dst +dst_ca +dstr +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt282x +dt3000 +dt3155 +dt9812 +dtpm +dummy +dummy-irq +dummy_stm +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-ttpci +dvb-ttusb-budget +dvb-usb +dvb-usb-a800 +dvb-usb-af9005 +dvb-usb-af9005-remote +dvb-usb-af9015 +dvb-usb-af9035 +dvb-usb-anysee +dvb-usb-au6610 +dvb-usb-az6007 +dvb-usb-az6027 +dvb-usb-ce6230 +dvb-usb-cinergyT2 +dvb-usb-cxusb +dvb-usb-dib0700 +dvb-usb-dibusb-common +dvb-usb-dibusb-mb +dvb-usb-dibusb-mc +dvb-usb-dibusb-mc-common +dvb-usb-digitv +dvb-usb-dtt200u +dvb-usb-dtv5100 +dvb-usb-dvbsky +dvb-usb-dw2102 +dvb-usb-ec168 +dvb-usb-gl861 +dvb-usb-gp8psk +dvb-usb-lmedm04 +dvb-usb-m920x +dvb-usb-mxl111sf +dvb-usb-nova-t-usb2 +dvb-usb-opera +dvb-usb-pctv452e +dvb-usb-rtl28xxu +dvb-usb-technisat-usb2 +dvb-usb-ttusb2 +dvb-usb-umt-010 +dvb-usb-vp702x +dvb-usb-vp7045 +dvb_dummy_fe +dvb_usb_v2 +dw-axi-dmac-platform +dw-edma +dw-edma-pcie +dw-hdmi +dw-hdmi-ahb-audio +dw-hdmi-cec +dw-hdmi-gp-audio +dw-hdmi-i2s-audio +dw-i3c-master +dw-mipi-dsi +dw-xdata-pcie +dw100 +dw9714 +dw9768 +dw9807-vcm +dw_dmac +dw_dmac_core +dw_dmac_pci +dw_drm_dsi +dw_mipi_dsi-stm +dw_mmc +dw_mmc-bluefield +dw_mmc-exynos +dw_mmc-hi3798cv200 +dw_mmc-k3 +dw_mmc-pci +dw_mmc-pltfm +dw_mmc-rockchip +dw_wdt +dwc-xlgmac +dwc2_pci +dwc3 +dwc3-am62 +dwc3-haps +dwc3-imx8mp +dwc3-keystone +dwc3-meson-g12a +dwc3-of-simple +dwc3-pci +dwc3-qcom +dwc3-xilinx +dwmac-altr-socfpga +dwmac-dwc-qos-eth +dwmac-generic +dwmac-imx +dwmac-intel-plat +dwmac-ipq806x +dwmac-loongson +dwmac-mediatek +dwmac-meson +dwmac-meson8b +dwmac-qcom-ethqos +dwmac-rk +dwmac-stm32 +dwmac-sun8i +dwmac-tegra +dwmac-visconti +dyna_pci10xx +dynapro +e100 +e1000 +e1000e +e3x0-button +e4000 +earth-pt1 +earth-pt3 +ebt_802_3 +ebt_among +ebt_arp +ebt_arpreply +ebt_dnat +ebt_ip +ebt_ip6 +ebt_limit +ebt_log +ebt_mark +ebt_mark_m +ebt_nflog +ebt_pkttype +ebt_redirect +ebt_snat +ebt_stp +ebt_vlan +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +ec100 +ec_sys +ecc +ecc-mtk +ecdh_generic +ecdsa_generic +echainiv +echo +ecrdsa_generic +edt-ft5x06 +ee1004 +eeprom +eeprom_93cx6 +eeprom_93xx46 +eeti_ts +efa +efct +efi-pstore +efi_test +efibc +efs +egalax_ts +egalax_ts_serial +ehci-fsl +ehci-npcm7xx +ehci-platform +ehset +einj +ektf2127 +elan_i2c +elants_i2c +elo +em28xx +em28xx-alsa +em28xx-dvb +em28xx-rc +em28xx-v4l +em_canid +em_cmp +em_ipset +em_ipt +em_meta +em_nbyte +em_text +em_u32 +emac_rockchip +emc1403 +emc2103 +emc2305 +emc6w201 +emi26 +emi62 +empeg +ems_pci +ems_usb +emu10k1-gp +emxx_udc +ena +enc28j60 +enclosure +encx24j600 +encx24j600-regmap +ene_ir +eni +enic +envelope-detector +epat +epia +epic100 +eql +erdma +erofs +error +esas2r +esd_usb +esp4 +esp4_offload +esp6 +esp6_offload +esp_scsi +essiv +et1011c +et131x +et8ek8 +etas_es58x +ethoc +etnaviv +evbug +exc3000 +exfat +extcon-adc-jack +extcon-fsa9480 +extcon-gpio +extcon-max14577 +extcon-max3355 +extcon-max77693 +extcon-max77843 +extcon-max8997 +extcon-palmas +extcon-ptn5150 +extcon-qcom-spmi-misc +extcon-rt8973a +extcon-sm5502 +extcon-usb-gpio +extcon-usbc-cros-ec +extcon-usbc-tusb320 +ezusb +f2fs +f71805f +f71882fg +f75375s +f81232 +f81534 +f81601 +f81604 +fakelb +fan53555 +fan53880 +farsync +fastrpc +faulty +fb_agm1264k-fl +fb_bd663474 +fb_ddc +fb_hx8340bn +fb_hx8347d +fb_hx8353d +fb_hx8357d +fb_ili9163 +fb_ili9320 +fb_ili9325 +fb_ili9340 +fb_ili9341 +fb_ili9481 +fb_ili9486 +fb_pcd8544 +fb_ra8875 +fb_s6d02a1 +fb_s6d1121 +fb_seps525 +fb_sh1106 +fb_ssd1289 +fb_ssd1305 +fb_ssd1306 +fb_ssd1325 +fb_ssd1331 +fb_ssd1351 +fb_st7735r +fb_st7789v +fb_tinylcd +fb_tls8204 +fb_uc1611 +fb_uc1701 +fb_upd161704 +fbtft +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fdomain_pci +fdp +fdp_i2c +fealnx +ff-memless +ffa-module +fieldbus_dev +fintek-cir +firedtv +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +fit2 +fit3 +fixed +fjes +fl512 +flexcan +fm10k +fm801-gp +fm_drv +forcedeth +fore_200e +fou +fou6 +fpga-bridge +fpga-mgr +fpga-region +freevxfs +friq +frpw +fsa4480 +fscache +fsi-core +fsi-master-aspeed +fsi-master-gpio +fsi-master-hub +fsi-occ +fsi-sbefifo +fsi-scom +fsia6b +fsl-dpaa2-eth +fsl-dpaa2-ptp +fsl-dpaa2-switch +fsl-edma +fsl-edma-common +fsl-enetc +fsl-enetc-core +fsl-enetc-ierb +fsl-enetc-mdio +fsl-enetc-ptp +fsl-enetc-vf +fsl-ldb +fsl-mc-dpio +fsl-mph-dr-of +fsl-qdma +fsl_dpa +fsl_ifc_nand +fsl_imx8_ddr_perf +fsl_imx9_ddr_perf +fsl_linflexuart +fsl_lpuart +fsl_pq_mdio +fsl_ucc_hdlc +fsp-3y +ftdi_sio +ftl +ftsteutates +fujitsu_ts +funcore +funeth +fusb302 +fxas21002c_core +fxas21002c_i2c +fxas21002c_spi +fxls8962af-core +fxls8962af-i2c +fxls8962af-spi +fxos8700_core +fxos8700_i2c +fxos8700_spi +g450_pll +g760a +g762 +g_acm_ms +g_audio +g_cdc +g_dbgp +g_ether +g_ffs +g_hid +g_mass_storage +g_midi +g_ncm +g_nokia +g_printer +g_serial +g_webcam +g_zero +gadgetfs +gamecon +gameport +garmin_gps +garp +gateworks-gsc +gb-audio-apbridgea +gb-audio-codec +gb-audio-gb +gb-audio-manager +gb-audio-module +gb-bootrom +gb-es2 +gb-firmware +gb-gbphy +gb-gpio +gb-hid +gb-i2c +gb-light +gb-log +gb-loopback +gb-power-supply +gb-pwm +gb-raw +gb-sdio +gb-spi +gb-spilib +gb-uart +gb-usb +gb-vibrator +gcc-ipq4019 +gcc-ipq5332 +gcc-ipq6018 +gcc-ipq8074 +gcc-ipq9574 +gcc-msm8916 +gcc-msm8917 +gcc-msm8939 +gcc-msm8953 +gcc-msm8976 +gcc-msm8994 +gcc-msm8996 +gcc-msm8998 +gcc-qcm2290 +gcc-qcs404 +gcc-qdu1000 +gcc-sa8775p +gcc-sc7180 +gcc-sc7280 +gcc-sc8180x +gcc-sc8280xp +gcc-sdm660 +gcc-sdm845 +gcc-sdx75 +gcc-sm6115 +gcc-sm6125 +gcc-sm6350 +gcc-sm6375 +gcc-sm7150 +gcc-sm8150 +gcc-sm8250 +gcc-sm8350 +gcc-sm8450 +gcc-sm8550 +gdmtty +gdmulte +ge2d +gemini +gen_probe +generic +generic-adc-battery +genet +geneve +genwqe_card +gf2k +gfs2 +ghash-ce +gianfar_driver +gl518sm +gl520sm +gl620a +gluebi +gm12u320 +gnss +gnss-mtk +gnss-serial +gnss-sirf +gnss-ubx +gnss-usb +go7007 +go7007-loader +go7007-usb +goku_udc +goldfish_battery +goodix_ts +gp2ap002 +gp2ap020a00f +gp8psk-fe +gpi +gpio +gpio-74x164 +gpio-74xx-mmio +gpio-adnp +gpio-adp5520 +gpio-aggregator +gpio-altera +gpio-altera-a10sr +gpio-amd-fch +gpio-amdpt +gpio-arizona +gpio-bd71815 +gpio-bd71828 +gpio-bd9571mwv +gpio-beeper +gpio-cadence +gpio-charger +gpio-da9052 +gpio-da9055 +gpio-dln2 +gpio-dwapb +gpio-eic-sprd +gpio-exar +gpio-fan +gpio-fxl6408 +gpio-grgpio +gpio-gw-pld +gpio-hisi +gpio-hlwd +gpio-idio-16 +gpio-ir-recv +gpio-ir-tx +gpio-janz-ttl +gpio-kempld +gpio-latch +gpio-logicvc +gpio-lp3943 +gpio-lp873x +gpio-lp87565 +gpio-madera +gpio-max3191x +gpio-max7300 +gpio-max7301 +gpio-max730x +gpio-max732x +gpio-max77620 +gpio-max77650 +gpio-mb86s7x +gpio-mc33880 +gpio-menz127 +gpio-mlxbf +gpio-mlxbf2 +gpio-mlxbf3 +gpio-moxtet +gpio-pca953x +gpio-pca9570 +gpio-pcf857x +gpio-pci-idio-16 +gpio-pcie-idio-24 +gpio-pisosr +gpio-pmic-eic-sprd +gpio-rcar +gpio-rdc321x +gpio-regmap +gpio-regulator +gpio-rockchip +gpio-sbu-mux +gpio-sim +gpio-siox +gpio-sl28cpld +gpio-sprd +gpio-syscon +gpio-thunderx +gpio-tpic2810 +gpio-tps65086 +gpio-tps65218 +gpio-tps65219 +gpio-tps65912 +gpio-tqmx86 +gpio-twl4030 +gpio-twl6040 +gpio-vibra +gpio-viperboard +gpio-virtio +gpio-visconti +gpio-wcd934x +gpio-wm831x +gpio-wm8350 +gpio-wm8994 +gpio-xgene-sb +gpio-xlp +gpio-xra1403 +gpio-zynq +gpio-zynqmp-modepin +gpio_backlight +gpio_decoder +gpio_keys +gpio_keys_polled +gpio_mouse +gpio_wdt +gpmi-nand +gpu-sched +gpucc-msm8998 +gpucc-sa8775p +gpucc-sc7180 +gpucc-sc7280 +gpucc-sc8280xp +gpucc-sdm660 +gpucc-sdm845 +gpucc-sm6115 +gpucc-sm6125 +gpucc-sm6350 +gpucc-sm6375 +gpucc-sm8150 +gpucc-sm8250 +gpucc-sm8350 +gpucc-sm8450 +gpucc-sm8550 +gr_udc +grace +grcan +gre +greybus +grip +grip_mp +gs1662 +gs_usb +gsc-hwmon +gsc_hpdi +gspca_benq +gspca_conex +gspca_cpia1 +gspca_dtcs033 +gspca_etoms +gspca_finepix +gspca_gl860 +gspca_jeilinj +gspca_jl2005bcd +gspca_kinect +gspca_konica +gspca_m5602 +gspca_main +gspca_mars +gspca_mr97310a +gspca_nw80x +gspca_ov519 +gspca_ov534 +gspca_ov534_9 +gspca_pac207 +gspca_pac7302 +gspca_pac7311 +gspca_se401 +gspca_sn9c2028 +gspca_sn9c20x +gspca_sonixb +gspca_sonixj +gspca_spca1528 +gspca_spca500 +gspca_spca501 +gspca_spca505 +gspca_spca506 +gspca_spca508 +gspca_spca561 +gspca_sq905 +gspca_sq905c +gspca_sq930x +gspca_stk014 +gspca_stk1135 +gspca_stv0680 +gspca_stv06xx +gspca_sunplus +gspca_t613 +gspca_topro +gspca_touptek +gspca_tv8532 +gspca_vc032x +gspca_vicam +gspca_xirlink_cit +gspca_zc3xx +gtp +gud +guillemot +gunze +gve +hackrf +hamachi +hampshire +hantro-vpu +hanwang +hbmc-am654 +hci +hci_bcm4377 +hci_nokia +hci_uart +hci_vhci +hclge +hclgevf +hctr2 +hd3ss3220 +hd44780 +hd44780_common +hdc100x +hdc2010 +hdlc +hdlc_cisco +hdlc_fr +hdlc_ppp +hdlc_raw +hdlc_raw_eth +hdlc_x25 +hdlcd +hdlcdrv +hdma +hdma_mgmt +hdpvr +he +helene +hellcreek_sw +hexium_gemini +hexium_orion +hfcmulti +hfcpci +hfcsusb +hfpll +hfs +hfsplus +hi311x +hi3660-mailbox +hi556 +hi6210-i2s +hi6220-mailbox +hi6220_reset +hi6421-pmic-core +hi6421-regulator +hi6421-spmi-pmic +hi6421v530-regulator +hi6421v600-irq +hi6421v600-regulator +hi655x-pmic +hi655x-regulator +hi8435 +hi846 +hi847 +hibmc-drm +hid +hid-a4tech +hid-accutouch +hid-alps +hid-apple +hid-appleir +hid-asus +hid-aureal +hid-axff +hid-belkin +hid-betopff +hid-bigbenff +hid-cherry +hid-chicony +hid-cmedia +hid-corsair +hid-cougar +hid-cp2112 +hid-creative-sb0540 +hid-cypress +hid-dr +hid-elan +hid-elecom +hid-elo +hid-emsff +hid-evision +hid-ezkey +hid-ft260 +hid-gaff +hid-gembird +hid-generic +hid-gfrm +hid-glorious +hid-google-hammer +hid-gt683r +hid-gyration +hid-holtek-kbd +hid-holtek-mouse +hid-holtekff +hid-hyperv +hid-icade +hid-ite +hid-jabra +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-led +hid-lenovo +hid-letsketch +hid-lg-g15 +hid-logitech +hid-logitech-dj +hid-logitech-hidpp +hid-macally +hid-magicmouse +hid-maltron +hid-mcp2221 +hid-megaworld +hid-mf +hid-microsoft +hid-monterey +hid-multitouch +hid-nintendo +hid-nti +hid-ntrig +hid-nvidia-shield +hid-ortek +hid-penmount +hid-petalynx +hid-picolcd +hid-pl +hid-plantronics +hid-playstation +hid-primax +hid-prodikeys +hid-pxrc +hid-razer +hid-redragon +hid-retrode +hid-rmi +hid-roccat +hid-roccat-arvo +hid-roccat-common +hid-roccat-isku +hid-roccat-kone +hid-roccat-koneplus +hid-roccat-konepure +hid-roccat-kovaplus +hid-roccat-lua +hid-roccat-pyra +hid-roccat-ryos +hid-roccat-savu +hid-saitek +hid-samsung +hid-semitek +hid-sensor-accel-3d +hid-sensor-als +hid-sensor-custom +hid-sensor-custom-intel-hinge +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-humidity +hid-sensor-iio-common +hid-sensor-incl-3d +hid-sensor-magn-3d +hid-sensor-press +hid-sensor-prox +hid-sensor-rotation +hid-sensor-temperature +hid-sensor-trigger +hid-sigmamicro +hid-sjoy +hid-sony +hid-speedlink +hid-steam +hid-steelseries +hid-sunplus +hid-thrustmaster +hid-tivo +hid-tmff +hid-topre +hid-topseed +hid-twinhan +hid-u2fzero +hid-uclogic +hid-udraw-ps3 +hid-viewsonic +hid-vivaldi +hid-vivaldi-common +hid-vrc2 +hid-waltop +hid-wiimote +hid-xiaomi +hid-xinmo +hid-zpff +hid-zydacron +hideep +hidp +hih6130 +himax_hx83112b +hinic +hip04_eth +hisi-acc-vfio-pci +hisi-rng +hisi-sfc +hisi-spmi-controller +hisi-trng-v2 +hisi504_nand +hisi_femac +hisi_hikey_usb +hisi_hpre +hisi_pcie_pmu +hisi_powerkey +hisi_ptt +hisi_qm +hisi_sas_main +hisi_sas_v1_hw +hisi_sas_v2_hw +hisi_sas_v3_hw +hisi_sec +hisi_sec2 +hisi_thermal +hisi_uncore_cpa_pmu +hisi_uncore_ddrc_pmu +hisi_uncore_hha_pmu +hisi_uncore_l3c_pmu +hisi_uncore_pa_pmu +hisi_uncore_pmu +hisi_uncore_sllc_pmu +hisi_uncore_uc_pmu +hisi_zip +histb-rng +hix5hd2_gmac +hmc425a +hmc5843_core +hmc5843_i2c +hmc5843_spi +hmc6352 +hms-profinet +hnae +hnae3 +hns-roce-hw-v2 +hns3 +hns3_pmu +hns_dsaf +hns_enet_drv +hns_mdio +hopper +horus3a +host1x +hostap +hostap_pci +hostap_plx +hp03 +hp206c +hpfs +hpilo +hpsa +hptiop +hpwdt +hsi +hsi_char +hso +hsr +ht16k33 +hte-tegra194 +hte-tegra194-test +hts221 +hts221_i2c +hts221_spi +htu21 +huawei_cdc_ncm +hv_balloon +hv_netvsc +hv_sock +hv_storvsc +hv_utils +hv_vmbus +hwmon-vid +hwpoison-inject +hx711 +hx8357 +hx8357d +hycon-hy46xx +hynitron_cstxxx +hyperbus-core +hyperv-keyboard +hyperv_drm +hyperv_fb +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-altera +i2c-amd756 +i2c-amd8111 +i2c-apple +i2c-arb-gpio-challenge +i2c-cbus-gpio +i2c-ccgx-ucsi +i2c-cp2615 +i2c-cros-ec-tunnel +i2c-demux-pinctrl +i2c-designware-pci +i2c-diolan-u2c +i2c-dln2 +i2c-fsi +i2c-gpio +i2c-hid +i2c-hid-acpi +i2c-hid-of +i2c-hid-of-elan +i2c-hid-of-goodix +i2c-hisi +i2c-hix5hd2 +i2c-i801 +i2c-imx +i2c-imx-lpi2c +i2c-isch +i2c-kempld +i2c-matroxfb +i2c-mchp-pci1xxxx +i2c-meson +i2c-mlxbf +i2c-mt65xx +i2c-mux +i2c-mux-gpio +i2c-mux-gpmux +i2c-mux-ltc4306 +i2c-mux-mlxcpld +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-mux-pinctrl +i2c-mux-reg +i2c-mv64xxx +i2c-nforce2 +i2c-nomadik +i2c-npcm7xx +i2c-nvidia-gpu +i2c-ocores +i2c-owl +i2c-parport +i2c-pca-platform +i2c-piix4 +i2c-pxa +i2c-qcom-cci +i2c-qcom-geni +i2c-qup +i2c-rcar +i2c-riic +i2c-rk3x +i2c-robotfuzz-osif +i2c-rzv2m +i2c-scmi +i2c-sh_mobile +i2c-simtec +i2c-sis5595 +i2c-sis630 +i2c-sis96x +i2c-slave-eeprom +i2c-smbus +i2c-stm32f4 +i2c-stm32f7-drv +i2c-stub +i2c-synquacer +i2c-taos-evm +i2c-tegra +i2c-tegra-bpmp +i2c-thunderx +i2c-tiny-usb +i2c-versatile +i2c-via +i2c-viapro +i2c-viperboard +i2c-virtio +i2c-xgene-slimpro +i2c-xiic +i2c-xlp9xx +i3c +i3c-master-cdns +i40e +i5k_amb +i6300esb +i740fb +iavf +ib_cm +ib_core +ib_ipoib +ib_iser +ib_isert +ib_mthca +ib_srp +ib_srpt +ib_umad +ib_uverbs +ibm-cffps +ibm-panel +ibmaem +ibmpex +icc-bcm-voter +icc-bwmon +icc-clk +icc-osm-l3 +icc-rpmh +icc-smd-rpm +ice +ice40-spi +icp10100 +icp_multi +icplus +ics932s401 +idma64 +idmouse +idt77252 +idt_89hpesx +idt_gen2 +idt_gen3 +idtcps +ieee802154 +ieee802154_6lowpan +ieee802154_socket +ifb +ifcvf +ife +ifi_canfd +iforce +iforce-serio +iforce-usb +igb +igbvf +igc +igorplugusb +iguanair +ii_pci20kc +iio-mux +iio-rescale +iio-trig-hrtimer +iio-trig-interrupt +iio-trig-loop +iio-trig-sysfs +iio_dummy +iio_hwmon +ila +ili210x +ili9163 +ili9225 +ili922x +ili9320 +ili9341 +ili9486 +ilitek_ts_i2c +imagis +img-ascii-lcd +img-i2s-in +img-i2s-out +img-parallel-out +img-spdif-in +img-spdif-out +imm +imon +imon_raw +ims-pcu +imx-audio-rpmsg +imx-bus +imx-common +imx-cpufreq-dt +imx-dcss +imx-dma +imx-dsp +imx-interconnect +imx-lcdc +imx-lcdif +imx-ldb-helper +imx-mailbox +imx-media-common +imx-mipi-csis +imx-pcm-dma +imx-pcm-rpmsg +imx-pxp +imx-sdma +imx208 +imx214 +imx219 +imx258 +imx274 +imx290 +imx296 +imx2_wdt +imx319 +imx334 +imx335 +imx355 +imx412 +imx415 +imx6q-cpufreq +imx6ul_tsc +imx7-media-csi +imx7d_adc +imx7ulp_wdt +imx8-isi +imx8m-ddrc +imx8mm-interconnect +imx8mm_thermal +imx8mn-interconnect +imx8mp-interconnect +imx8mq-interconnect +imx8mq-mipi-csi2 +imx8qm-ldb +imx8qxp-adc +imx8qxp-ldb +imx8qxp-pixel-combiner +imx8qxp-pixel-link +imx8qxp-pxl2dpi +imx93-pd +imx93-src +imx93_adc +imx_dsp_rproc +imx_keypad +imx_rproc +imx_sc_key +imx_sc_thermal +imx_sc_wdt +imx_thermal +imxfb +ina209 +ina238 +ina2xx +ina2xx-adc +ina3221 +industrialio +industrialio-buffer-cb +industrialio-buffer-dma +industrialio-buffer-dmaengine +industrialio-configfs +industrialio-gts-helper +industrialio-hw-consumer +industrialio-sw-device +industrialio-sw-trigger +industrialio-triggered-buffer +industrialio-triggered-event +inet_diag +inexio +inftl +initio +input-leds +inspur-ipsps +int51x1 +intel-m10-bmc-core +intel-m10-bmc-hwmon +intel-m10-bmc-pmci +intel-m10-bmc-spi +intel-nand-controller +intel-xway +intel_qat +intel_th +intel_th_acpi +intel_th_gth +intel_th_msu +intel_th_msu_sink +intel_th_pci +intel_th_pti +intel_th_sth +intel_vr_nor +interact +interrupt-cnt +inv-icm42600 +inv-icm42600-i2c +inv-icm42600-spi +inv-mpu6050 +inv-mpu6050-i2c +inv-mpu6050-spi +io-domain +io_edgeport +io_ti +iommufd +ionic +iosm +iowarrior +ip5xxx_power +ip6_gre +ip6_tables +ip6_tunnel +ip6_udp_tunnel +ip6_vti +ip6t_NPT +ip6t_REJECT +ip6t_SYNPROXY +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_mh +ip6t_rpfilter +ip6t_rt +ip6t_srh +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6table_security +ip_gre +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmac +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_mac +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +ip_tables +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_fo +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_mh +ip_vs_nq +ip_vs_ovf +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_twos +ip_vs_wlc +ip_vs_wrr +ip_vti +ipa +ipack +ipaq +ipcomp +ipcomp6 +iphase +ipheth +ipip +ipmb_dev_int +ipmi_devintf +ipmi_ipmb +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_ssif +ipmi_watchdog +ipoctal +ipr +iproc_nand +ips +ipt_ECN +ipt_REJECT +ipt_SYNPROXY +ipt_ah +ipt_rpfilter +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +iptable_security +ipvlan +ipvtap +ipw +ipw2100 +ipw2200 +iqs269a +iqs5xx +iqs620at-temp +iqs621-als +iqs624-pos +iqs626a +iqs62x +iqs62x-keys +iqs7222 +ir-hix5hd2 +ir-imon-decoder +ir-jvc-decoder +ir-kbd-i2c +ir-mce_kbd-decoder +ir-nec-decoder +ir-rc5-decoder +ir-rc6-decoder +ir-rcmm-decoder +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +ir-spi +ir-usb +ir-xmp-decoder +ir35221 +ir36021 +ir38064 +ir_toy +irdma +irps5401 +irq-imx-mu-msi +irq-madera +irq-pruss-intc +irq-qcom-mpm +iscsi_boot_sysfs +iscsi_ibft +iscsi_target_mod +iscsi_tcp +isdnhdlc +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl29125 +isl29501 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isl68137 +isl7998x +isl9305 +isofs +isp116x-hcd +isp1704_charger +isp1760 +it87 +it913x +itd1000 +ite-cir +ite-it6505 +ite-it66121 +itg3200 +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_cm +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +ix2505v +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +jh7110-crypto +jmb38x_ms +jme +joydev +joydump +jr3_pci +jsa1212 +jsm +k3_bandgap +k3_j72xx_bandgap +k3dma +kafs +kalmia +kaweth +kbic +kbtab +kcm +kcomedilib +kcs_bmc +kcs_bmc_cdev_ipmi +kcs_bmc_npcm7xx +kcs_bmc_serio +ke_counter +keembay-ocs-aes +keembay-ocs-ecc +keembay-ocs-hcu +keembay_wdt +kempld-core +kempld_wdt +kernelcapi +keyspan +keyspan_pda +keyspan_remote +keywrap +kfifo_buf +khadas-mcu +khadas_mcu_fan +kheaders +kionix-kx022a +kionix-kx022a-i2c +kionix-kx022a-spi +kirin-drm +kl5kusb105 +kmb-drm +kmem +kmx61 +kobil_sct +komeda +kpss-xcc +ks0108 +ks0127 +ks7010 +ks8842 +ks8851_common +ks8851_par +ks8851_spi +ksmbd +ksz884x +ksz8863_smi +ksz9477_i2c +ksz_spi +ksz_switch +ktd253-backlight +ktti +ktz8866 +kvaser_pci +kvaser_pciefd +kvaser_usb +kxcjk-1013 +kxsd9 +kxsd9-i2c +kxsd9-spi +kxtj9 +kyber-iosched +kyrofb +l1oip +l2tp_core +l2tp_debugfs +l2tp_eth +l2tp_ip +l2tp_ip6 +l2tp_netlink +l2tp_ppp +l4f00242t03 +l64781 +lan743x +lan78xx +lan9303-core +lan9303_i2c +lan9303_mdio +lan966x-switch +lan966x_serdes +lanai +lantiq_gswip +lapb +lapbether +lattice-ecp3-config +lattice-sysconfig +lattice-sysconfig-spi +layerscape_edac_mod +lcd +lcd2s +ldusb +lec +led-class-flash +led-class-multicolor +led_bl +leds-88pm860x +leds-aat1290 +leds-adp5520 +leds-an30259a +leds-as3645a +leds-aw200xx +leds-aw2013 +leds-bcm6328 +leds-bcm6358 +leds-bd2606mvv +leds-bd2802 +leds-blinkm +leds-cpcap +leds-cr0014114 +leds-da903x +leds-da9052 +leds-dac124s085 +leds-el15203000 +leds-gpio +leds-is31fl319x +leds-is31fl32xx +leds-ktd2692 +leds-lm3530 +leds-lm3532 +leds-lm3533 +leds-lm355x +leds-lm3601x +leds-lm36274 +leds-lm3642 +leds-lm3692x +leds-lm3697 +leds-lp3944 +leds-lp3952 +leds-lp50xx +leds-lp5521 +leds-lp5523 +leds-lp5562 +leds-lp55xx-common +leds-lp8501 +leds-lp8788 +leds-lp8860 +leds-lt3593 +leds-max77650 +leds-max77693 +leds-max8997 +leds-mc13783 +leds-menf21bmc +leds-mlxreg +leds-mt6323 +leds-mt6360 +leds-mt6370-flash +leds-mt6370-rgb +leds-pca9532 +leds-pca955x +leds-pca963x +leds-pwm +leds-pwm-multicolor +leds-qcom-flash +leds-qcom-lpg +leds-regulator +leds-rt4505 +leds-rt8515 +leds-sc27xx-bltc +leds-sgm3140 +leds-spi-byte +leds-tca6507 +leds-ti-lmu-common +leds-tlc591xx +leds-tps6105x +leds-wm831x-status +leds-wm8350 +ledtrig-activity +ledtrig-audio +ledtrig-backlight +ledtrig-camera +ledtrig-default-on +ledtrig-heartbeat +ledtrig-netdev +ledtrig-oneshot +ledtrig-pattern +ledtrig-timer +ledtrig-transient +ledtrig-tty +ledtrig-usbport +legousbtower +lg-vl600 +lg2160 +lgdt3305 +lgdt3306a +lgdt330x +lgs8gl5 +lgs8gxx +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libarc4 +libceph +libchacha +libchacha20poly1305 +libcomposite +libcrc32c +libcurve25519 +libcurve25519-generic +libcxgb +libcxgbi +libdes +libertas +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libpoly1305 +libsas +libwx +lightning +lima +line-display +lineage-pem +linear +linkstation-poweroff +liquidio +liquidio-core +liquidio_vf +lis3lv02d +lis3lv02d_i2c +liteuart +litex_liteeth +litex_mmc +litex_soc_ctrl +lkkbd +ll_temac +llc +llc2 +llcc-qcom +lm25066 +lm3533-als +lm3533-core +lm3533-ctrlbank +lm3533_bl +lm3560 +lm3630a_bl +lm3639_bl +lm363x-regulator +lm3646 +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95234 +lm95241 +lm95245 +lmh +lmp91000 +lms283gf05 +lms501kf03 +lnbh25 +lnbh29 +lnbp21 +lnbp22 +lochnagar-hwmon +lochnagar-regulator +lockd +logicvc-drm +lontium-lt8912b +lontium-lt9211 +lontium-lt9611 +lontium-lt9611uxc +lp +lp3943 +lp3971 +lp3972 +lp855x_bl +lp8727_charger +lp872x +lp873x +lp873x-regulator +lp8755 +lp87565 +lp87565-regulator +lp8788-buck +lp8788-charger +lp8788-ldo +lp8788_adc +lp8788_bl +lpass-gfm-sm8250 +lpassaudiocc-sc7280 +lpasscc-sc7280 +lpasscc-sc8280xp +lpasscc-sdm845 +lpasscorecc-sc7180 +lpasscorecc-sc7280 +lpc_ich +lpc_sch +lpddr_cmds +lpfc +lru_cache +lrw +lt3651-charger +lt7182s +ltc1660 +ltc2471 +ltc2485 +ltc2496 +ltc2497 +ltc2497-core +ltc2632 +ltc2688 +ltc2941-battery-gauge +ltc2945 +ltc2947-core +ltc2947-i2c +ltc2947-spi +ltc2978 +ltc2983 +ltc2990 +ltc2992 +ltc3589 +ltc3676 +ltc3815 +ltc4151 +ltc4162-l-charger +ltc4215 +ltc4222 +ltc4245 +ltc4260 +ltc4261 +ltr501 +ltrf216a +ltv350qv +lv0104cs +lv5207lp +lvds-codec +lvstest +lvts_thermal +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m2m-deinterlace +m52790 +m62332 +m88ds3103 +m88rs2000 +m88rs6000t +mISDN_core +mISDN_dsp +mISDNinfineon +mISDNipac +mISDNisar +m_can +m_can_pci +m_can_platform +ma35d1_serial +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac-iceland +mac-inuit +mac-roman +mac-romanian +mac-turkish +mac80211 +mac80211_hwsim +mac802154 +mac802154_hwsim +macb +macb_pci +machxo2-spi +macmodes +macsec +macvlan +macvtap +madera +madera-i2c +madera-spi +mag3110 +magellan +mailbox-altera +mailbox-test +mailbox-xgene-slimpro +mali-dp +mantis +mantis_core +map_absent +map_funcs +map_ram +map_rom +marvell +marvell-88x2222 +marvell-cesa +marvell10g +marvell_cn10k_ddr_pmu +marvell_cn10k_tad_pmu +marvell_nand +matrix-keymap +matrix_keypad +matrox_w1 +matroxfb_DAC1064 +matroxfb_Ti3026 +matroxfb_accel +matroxfb_base +matroxfb_crtc2 +matroxfb_g450 +matroxfb_maven +matroxfb_misc +max1027 +max11100 +max1111 +max1118 +max11205 +max11410 +max11801_ts +max1241 +max127 +max1363 +max14577-regulator +max14577_charger +max14656_charger_detector +max15301 +max1586 +max16064 +max16065 +max1619 +max16601 +max1668 +max17040_battery +max17042_battery +max1721x_battery +max197 +max20086-regulator +max20411-regulator +max20730 +max20751 +max2165 +max2175 +max30100 +max30102 +max30208 +max3100 +max31722 +max31730 +max31760 +max31785 +max31790 +max31827 +max31856 +max31865 +max3420_udc +max3421-hcd +max34440 +max44000 +max44009 +max517 +max5432 +max5481 +max5487 +max5522 +max5821 +max63xx_wdt +max6620 +max6621 +max6639 +max6650 +max6697 +max6875 +max7359_keypad +max77541 +max77541-adc +max77541-regulator +max77620-regulator +max77620_thermal +max77620_wdt +max77650 +max77650-charger +max77650-onkey +max77650-regulator +max77686-regulator +max77693-haptic +max77693-regulator +max77693_charger +max77714 +max77802-regulator +max77826-regulator +max77976_charger +max8649 +max8660 +max8688 +max8893 +max8903_charger +max8907 +max8907-regulator +max8925-regulator +max8925_bl +max8925_onkey +max8925_power +max8952 +max8973-regulator +max8997-regulator +max8997_charger +max8997_haptic +max8998 +max8998_charger +max9271 +max9286 +max9611 +max96712 +maxim_thermocouple +mb1232 +mb862xxfb +mb86a16 +mb86a20s +mc +mc13783-adc +mc13783-pwrbutton +mc13783-regulator +mc13783_ts +mc13892-regulator +mc13xxx-core +mc13xxx-i2c +mc13xxx-regulator-core +mc13xxx-spi +mc3230 +mc34vr500 +mc44s803 +mcam-core +mcb +mcb-lpc +mcb-pci +mcba_usb +mceusb +mchp23k256 +mchp48l640 +mchp_pci1xxxx_gp +mchp_pci1xxxx_gpio +mcp16502 +mcp251x +mcp251xfd +mcp3021 +mcp320x +mcp3422 +mcp3911 +mcp4018 +mcp41010 +mcp4131 +mcp4531 +mcp4725 +mcp4922 +mcr20a +mcs5000_ts +mcs7830 +mcs_touchkey +mct_u232 +mctp-i2c +mctp-serial +md-cluster +md4 +mdc800 +mdio +mdio-bcm-unimac +mdio-cavium +mdio-gpio +mdio-hisi-femac +mdio-i2c +mdio-ipq4019 +mdio-ipq8064 +mdio-mscc-miim +mdio-mux +mdio-mux-gpio +mdio-mux-meson-g12a +mdio-mux-meson-gxl +mdio-mux-mmioreg +mdio-mux-multiplexer +mdio-mvusb +mdio-octeon +mdio-regmap +mdio-thunder +mdio-xgene +mdt_loader +me4000 +me_daq +mediatek +mediatek-cpufreq +mediatek-cpufreq-hw +mediatek-drm +mediatek-drm-hdmi +mediatek-ge +mediatek-ge-soc +megachips-stdpxxxx-ge-b850v3-fw +megaraid +megaraid_mbox +megaraid_mm +megaraid_sas +melfas_mip4 +memory-notifier-error-inject +memstick +men_z135_uart +men_z188_adc +mena21_wdt +menf21bmc +menf21bmc_hwmon +menf21bmc_wdt +menz69_wdt +meson-canvas +meson-drm +meson-gx-mmc +meson-gxl +meson-ir +meson-ir-tx +meson-mx-sdio +meson-rng +meson-vdec +meson_ddr_pmu_g12 +meson_dw_hdmi +meson_dw_mipi_dsi +meson_gxbb_wdt +meson_nand +meson_saradc +meson_wdt +metro-usb +metronomefb +mf6x4 +mgag200 +mhi +mhi_ep +mhi_net +mhi_pci_generic +mhi_wwan_ctrl +mhi_wwan_mbim +mi0283qt +michael_mic +micrel +microchip +microchip-spi +microchip_t1 +microchip_t1s +microread +microread_i2c +microtek +minix +mip6 +mipi-i3c-hci +mite +mkiss +ml86v7667 +mlx4_core +mlx4_en +mlx4_ib +mlx5-vfio-pci +mlx5_core +mlx5_ib +mlx5_vdpa +mlx90614 +mlx90632 +mlx_wdt +mlxbf-bootctl +mlxbf-pmc +mlxbf-tmfifo +mlxbf_gige +mlxfw +mlxreg-fan +mlxreg-hotplug +mlxreg-io +mlxreg-lc +mlxsw_core +mlxsw_i2c +mlxsw_minimal +mlxsw_pci +mlxsw_spectrum +mma7455_core +mma7455_i2c +mma7455_spi +mma7660 +mma8450 +mma8452 +mma9551 +mma9551_core +mma9553 +mmc35240 +mmc_hsq +mmc_spi +mmcc-msm8994 +mmcc-msm8996 +mmcc-msm8998 +mmcc-sdm660 +mms114 +mn88443x +mn88472 +mn88473 +mos7720 +mos7840 +most_cdev +most_core +most_dim2 +most_i2c +most_net +most_snd +most_usb +most_video +motorcomm +motorola-cpcap +moxa +moxtet +mp2629 +mp2629_adc +mp2629_charger +mp2888 +mp2975 +mp5023 +mp5416 +mp8859 +mp886x +mpc624 +mpi3mr +mpl115 +mpl115_i2c +mpl115_spi +mpl3115 +mpls_gso +mpls_iptunnel +mpls_router +mpoa +mpq7920 +mpq7932 +mpr121_touchkey +mprls0025pa +mpt3sas +mptbase +mptcp_diag +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +mpu3050 +mr75203 +mrf24j40 +mrp +ms5611_core +ms5611_i2c +ms5611_spi +ms5637 +ms_block +ms_sensors_i2c +msa311 +mscc +mscc_felix +mscc_felix_dsa_lib +mscc_ocelot +mscc_ocelot_ext +mscc_ocelot_switch_lib +mscc_seville +msdos +mse102x +msg2638 +msi001 +msi2500 +msm +msp3400 +mspro_block +mss-sc7180 +mt2060 +mt2063 +mt20xx +mt2131 +mt2266 +mt312 +mt352 +mt6311-regulator +mt6315-regulator +mt6323-regulator +mt6331-regulator +mt6332-regulator +mt6357-regulator +mt6358-regulator +mt6359-accdet +mt6359-regulator +mt6360-adc +mt6360-core +mt6360-regulator +mt6360_charger +mt6370 +mt6370-adc +mt6370-backlight +mt6370-charger +mt6370-regulator +mt6380-regulator +mt6397 +mt6397-regulator +mt6577_auxadc +mt6779-keypad +mt6797-mt6351 +mt7530 +mt7530-mdio +mt7530-mmio +mt76 +mt76-connac-lib +mt76-sdio +mt76-usb +mt7601u +mt7603e +mt7615-common +mt7615e +mt7663-usb-sdio-common +mt7663s +mt7663u +mt76x0-common +mt76x02-lib +mt76x02-usb +mt76x0e +mt76x0u +mt76x2-common +mt76x2e +mt76x2u +mt7915e +mt7921-common +mt7921e +mt7921s +mt7921u +mt7996e +mt8183-da7219-max98357 +mt8183-mt6358-ts3a227-max98357 +mt8186-mt6366-da7219-max98357 +mt8186-mt6366-rt1019-rt5682s +mt8188-mt6359 +mt8192-mt6359-rt1015-rt5682 +mt8195-mt6359 +mt9m001 +mt9m111 +mt9p031 +mt9t112 +mt9v011 +mt9v032 +mt9v111 +mtd +mtd_blkdevs +mtd_dataflash +mtdblock +mtdblock_ro +mtdoops +mtdpstore +mtdram +mtdswap +mtip32xx +mtk-adsp-common +mtk-adsp-ipc +mtk-adsp-mailbox +mtk-btcvsd +mtk-cci-devfreq +mtk-cir +mtk-cmdq-helper +mtk-cmdq-mailbox +mtk-cqdma +mtk-devapc +mtk-hsdma +mtk-mmsys +mtk-mutex +mtk-pmic-keys +mtk-pmic-wrap +mtk-rng +mtk-sd +mtk-smi +mtk-svs +mtk-uart-apdma +mtk-vpu +mtk_dp +mtk_iommu +mtk_nand +mtk_rpmsg +mtk_scp +mtk_scp_ipi +mtk_t7xx +mtk_wdt +mtouch +mtu3 +multipath +multiq3 +musb_hdrc +mux-adg792a +mux-adgs1408 +mux-core +mux-gpio +mux-mmio +mv88e6060 +mv88e6xxx +mv_u3d_core +mv_udc +mvmdio +mvneta +mvpp2 +mvsas +mvumi +mwifiex +mwifiex_pcie +mwifiex_sdio +mwifiex_usb +mwl8k +mxb +mxc-jpeg-encdec +mxc4005 +mxc6255 +mxc_nand +mxc_w1 +mxcmmc +mxic_nand +mxl-gpy +mxl111sf-demod +mxl111sf-tuner +mxl301rf +mxl5005s +mxl5007t +mxl5xx +mxl692 +mxser +mxsfb +mxuport +myrb +myri10ge +myrs +n5pf +n_gsm +n_hdlc +nand +nandcore +nandsim +national +natsemi +nau7802 +navman +nb7vpq904m +nbd +nci +nci_spi +nci_uart +ncn26000 +nct6683 +nct6775 +nct6775-core +nct6775-i2c +nct7802 +nct7904 +nd_btt +nd_pmem +nd_virtio +ne2k-pci +neofb +net1080 +net2272 +net2280 +netconsole +netdevsim +netfs +netjet +netlink_diag +netrom +netsec +netup-unidvb +netxen_nic +newtonkbd +nf_conncount +nf_conntrack +nf_conntrack_amanda +nf_conntrack_bridge +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_dup_ipv4 +nf_dup_ipv6 +nf_dup_netdev +nf_flow_table +nf_flow_table_inet +nf_log_syslog +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_irc +nf_nat_pptp +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nf_reject_ipv4 +nf_reject_ipv6 +nf_socket_ipv4 +nf_socket_ipv6 +nf_synproxy_core +nf_tables +nf_tproxy_ipv4 +nf_tproxy_ipv6 +nfc +nfc_digital +nfcmrvl +nfcmrvl_i2c +nfcmrvl_spi +nfcmrvl_uart +nfcmrvl_usb +nfcsim +nfit +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_hook +nfnetlink_log +nfnetlink_osf +nfnetlink_queue +nfp +nfs +nfs_acl +nfs_layout_flexfiles +nfs_layout_nfsv41_files +nfsd +nfsv2 +nfsv3 +nfsv4 +nft_chain_nat +nft_compat +nft_connlimit +nft_ct +nft_dup_ipv4 +nft_dup_ipv6 +nft_dup_netdev +nft_fib +nft_fib_inet +nft_fib_ipv4 +nft_fib_ipv6 +nft_fib_netdev +nft_flow_offload +nft_fwd_netdev +nft_hash +nft_limit +nft_log +nft_masq +nft_meta_bridge +nft_nat +nft_numgen +nft_osf +nft_queue +nft_quota +nft_redir +nft_reject +nft_reject_bridge +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +nft_reject_netdev +nft_socket +nft_synproxy +nft_tproxy +nft_tunnel +nft_xfrm +nftl +ngbe +ngene +nhc_dest +nhc_fragment +nhc_hop +nhc_ipv6 +nhc_mobility +nhc_routing +nhc_udp +nhpoly1305 +nhpoly1305-neon +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_a2150 +ni_at_ao +ni_atmio +ni_atmio16d +ni_labpc +ni_labpc_common +ni_labpc_pci +ni_pcidio +ni_pcimio +ni_routes_test +ni_routing +ni_tio +ni_tiocmd +ni_usb6501 +nicpf +nicstar +nicvf +nilfs2 +nitro_enclaves +niu +nixge +nlmon +nls_ascii +nls_cp1250 +nls_cp1251 +nls_cp1255 +nls_cp737 +nls_cp775 +nls_cp850 +nls_cp852 +nls_cp855 +nls_cp857 +nls_cp860 +nls_cp861 +nls_cp862 +nls_cp863 +nls_cp864 +nls_cp865 +nls_cp866 +nls_cp869 +nls_cp874 +nls_cp932 +nls_cp936 +nls_cp949 +nls_cp950 +nls_euc-jp +nls_iso8859-1 +nls_iso8859-13 +nls_iso8859-14 +nls_iso8859-15 +nls_iso8859-2 +nls_iso8859-3 +nls_iso8859-4 +nls_iso8859-5 +nls_iso8859-6 +nls_iso8859-7 +nls_iso8859-9 +nls_koi8-r +nls_koi8-ru +nls_koi8-u +nls_utf8 +noa1305 +nosy +notifier-error-inject +nouveau +novatek-nvt-ts +nozomi +npcm-rng +npcm750-pwm-fan +npcm_adc +npcm_edac +nps_enet +ns558 +ns83820 +nsh +ntb +ntb_hw_epf +ntb_hw_idt +ntb_hw_switchtec +ntb_netdev +ntb_perf +ntb_pingpong +ntb_tool +ntb_transport +ntc_thermistor +ntfs +ntfs3 +ntxec +null_blk +nuvoton-cir +nvec +nvec_kbd +nvec_paz00 +nvec_power +nvec_ps2 +nvidiafb +nvme +nvme-apple +nvme-common +nvme-core +nvme-fabrics +nvme-fc +nvme-loop +nvme-rdma +nvme-tcp +nvmem-apple-efuses +nvmem-imx-iim +nvmem-imx-ocotp +nvmem-imx-ocotp-ele +nvmem-imx-ocotp-scu +nvmem-layerscape-sfp +nvmem-rave-sp-eeprom +nvmem-reboot-mode +nvmem-rmem +nvmem-rockchip-otp +nvmem-sc27xx-efuse +nvmem_meson_mx_efuse +nvmem_mtk-efuse +nvmem_qcom-spmi-sdam +nvmem_qfprom +nvmem_rockchip_efuse +nvmem_snvs_lpgpr +nvmem_sprd_efuse +nvmem_stm32_romem +nvmem_sunxi_sid +nvmem_u-boot-env +nvmet +nvmet-fc +nvmet-rdma +nvmet-tcp +nvsw-sn2201 +nwl-dsi +nxp-bbnsm-pwrkey +nxp-c45-tja11xx +nxp-cbtx +nxp-nci +nxp-nci_i2c +nxp-ptn3460 +nxp-tja11xx +nxt200x +nxt6000 +nzxt-kraken2 +nzxt-smart2 +objagg +ocelot-soc +ocfb +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stack_o2cb +ocfs2_stack_user +ocfs2_stackglue +ocmem +ocrdma +octeon_ep +octeontx-cpt +octeontx-cptvf +of-fpga-region +of_mmc_spi +of_pmem +of_xilinx_wdt +ofb +ofpart +og01a1b +ohci-platform +omap-mailbox +omap-rng +omap2_nand +omap4-keypad +omap_elm +omap_hwspinlock +omfs +omninet +on20 +on26 +onboard_usb_hub +onenand +onie-tlv +open-dice +opencores-kbd +openvswitch +opt3001 +opt4001 +optee +optee-rng +opticon +option +or51132 +or51211 +orangefs +orinoco +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +oti6858 +otm3225a +otx2_ptp +ov01a10 +ov02a10 +ov08d10 +ov08x40 +ov13858 +ov13b10 +ov2640 +ov2659 +ov2680 +ov2685 +ov2740 +ov4689 +ov5640 +ov5645 +ov5647 +ov5648 +ov5670 +ov5675 +ov5693 +ov5695 +ov6650 +ov7251 +ov7640 +ov7670 +ov772x +ov7740 +ov8856 +ov8858 +ov8865 +ov9282 +ov9640 +ov9650 +ov9734 +overlay +owl-dma +owl-emac +owl-mmc +oxu210hp-hcd +p54common +p54pci +p54spi +p54usb +p8022 +pa12203001 +palmas-pwrbutton +palmas-regulator +palmas_gpadc +pandora_bl +panel +panel-abt-y030xx067a +panel-arm-versatile +panel-asus-z00t-tm5p5-n35596 +panel-auo-a030jtn01 +panel-boe-bf060y8m-aj0 +panel-boe-himax8279d +panel-boe-tv101wum-nl6 +panel-dsi-cm +panel-ebbg-ft8719 +panel-edp +panel-elida-kd35t133 +panel-feixin-k101-im2ba02 +panel-feiyang-fy07024di26a30d +panel-himax-hx8394 +panel-ilitek-ili9322 +panel-ilitek-ili9341 +panel-ilitek-ili9881c +panel-innolux-ej030na +panel-innolux-p079zca +panel-jadard-jd9365da-h3 +panel-jdi-fhd-r63452 +panel-jdi-lt070me05000 +panel-khadas-ts050 +panel-kingdisplay-kd097d04 +panel-leadtek-ltk050h3146w +panel-leadtek-ltk500hd1829 +panel-lg-lb035q02 +panel-lg-lg4573 +panel-lvds +panel-magnachip-d53e6ea8966 +panel-mantix-mlaf057we51 +panel-mipi-dbi +panel-nec-nl8048hl11 +panel-newvision-nv3051d +panel-newvision-nv3052c +panel-novatek-nt35510 +panel-novatek-nt35560 +panel-novatek-nt35950 +panel-novatek-nt36523 +panel-novatek-nt36672a +panel-novatek-nt39016 +panel-olimex-lcd-olinuxino +panel-orisetech-ota5601a +panel-orisetech-otm8009a +panel-osd-osd101t2587-53ts +panel-panasonic-vvx10f034n00 +panel-raspberrypi-touchscreen +panel-raydium-rm67191 +panel-raydium-rm68200 +panel-ronbo-rb070d30 +panel-samsung-atna33xc20 +panel-samsung-db7430 +panel-samsung-ld9040 +panel-samsung-s6d16d0 +panel-samsung-s6d27a1 +panel-samsung-s6d7aa0 +panel-samsung-s6e3ha2 +panel-samsung-s6e63j0x03 +panel-samsung-s6e63m0 +panel-samsung-s6e63m0-dsi +panel-samsung-s6e63m0-spi +panel-samsung-s6e88a0-ams452ef01 +panel-samsung-s6e8aa0 +panel-samsung-sofef00 +panel-seiko-43wvf1g +panel-sharp-lq101r1sx01 +panel-sharp-ls037v7dw01 +panel-sharp-ls043t1le01 +panel-sharp-ls060t1sx01 +panel-simple +panel-sitronix-st7701 +panel-sitronix-st7703 +panel-sitronix-st7789v +panel-sony-acx565akm +panel-sony-td4353-jdi +panel-sony-tulip-truly-nt35521 +panel-tdo-tl070wsh30 +panel-tpo-td028ttec1 +panel-tpo-td043mtea1 +panel-tpo-tpg110 +panel-truly-nt35597 +panel-visionox-rm69299 +panel-visionox-vtdr6130 +panel-widechips-ws2401 +panel-xinpeng-xpp055c272 +panfrost +parade-ps8622 +parade-ps8640 +parkbd +parman +parport +parport_pc +parport_serial +parser_trx +pata_acpi +pata_ali +pata_amd +pata_artop +pata_atiixp +pata_atp867x +pata_cmd640 +pata_cmd64x +pata_cypress +pata_efar +pata_hpt366 +pata_hpt37x +pata_hpt3x2n +pata_hpt3x3 +pata_imx +pata_it8213 +pata_it821x +pata_jmicron +pata_legacy +pata_marvell +pata_mpiix +pata_netcell +pata_ninja32 +pata_ns87410 +pata_ns87415 +pata_of_platform +pata_oldpiix +pata_opti +pata_optidma +pata_parport +pata_pdc2027x +pata_pdc202xx_old +pata_piccolo +pata_platform +pata_radisys +pata_rdc +pata_rz1000 +pata_sch +pata_serverworks +pata_sil680 +pata_sis +pata_sl82c105 +pata_triflex +pata_via +pc300too +pc87360 +pc87427 +pca9450-regulator +pcap-regulator +pcap_keys +pcap_ts +pcbc +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci +pci-epf-mhi +pci-epf-ntb +pci-epf-vntb +pci-hyperv +pci-hyperv-intf +pci-meson +pci-pf-stub +pci-stub +pci200syn +pcie-apple +pcie-mediatek-gen3 +pcie-qcom-ep +pcie-rockchip-host +pcie-tegra194 +pcips2 +pcl711 +pcl724 +pcl726 +pcl730 +pcl812 +pcl816 +pcl818 +pcm3724 +pcmad +pcmcia_core +pcmcia_rsrc +pcmda12 +pcmmio +pcmuio +pcnet32 +pcrypt +pcs-mtk-lynxi +pcs_xpcs +pcwd_pci +pcwd_usb +pdc_adma +pdr_interface +pds_core +pds_vdpa +peak_pci +peak_pciefd +peak_usb +peci +peci-cpu +peci-cputemp +peci-dimmtemp +pegasus +pegasus_notetaker +penmount +pf8x00-regulator +pfr_telemetry +pfr_update +pfuze100-regulator +phantom +phonet +phram +phy-am654-serdes +phy-armada38x-comphy +phy-bcm-kona-usb2 +phy-berlin-sata +phy-berlin-usb +phy-cadence-salvo +phy-cadence-sierra +phy-cadence-torrent +phy-can-transceiver +phy-cpcap-usb +phy-exynos-usb2 +phy-fsl-imx8-mipi-dphy +phy-fsl-imx8m-pcie +phy-fsl-imx8mq-usb +phy-fsl-imx8qm-lvds-phy +phy-fsl-lynx-28g +phy-generic +phy-gmii-sel +phy-gpio-vbus-usb +phy-hi3660-usb3 +phy-hi3670-pcie +phy-hi3670-usb3 +phy-hi6220-usb +phy-hisi-inno-usb2 +phy-histb-combphy +phy-intel-keembay-emmc +phy-intel-keembay-usb +phy-isp1301 +phy-j721e-wiz +phy-mapphone-mdm6600 +phy-meson-axg-mipi-dphy +phy-meson-g12a-mipi-dphy-analog +phy-meson-g12a-usb2 +phy-meson-g12a-usb3-pcie +phy-meson-gxl-usb2 +phy-meson8b-usb2 +phy-mtk-dp +phy-mtk-hdmi-drv +phy-mtk-mipi-dsi-drv +phy-mtk-pcie +phy-mtk-tphy +phy-mtk-ufs +phy-mtk-xsphy +phy-mvebu-a3700-comphy +phy-mvebu-a3700-utmi +phy-mvebu-cp110-comphy +phy-mvebu-cp110-utmi +phy-ocelot-serdes +phy-omap-usb2 +phy-pxa-28nm-hsic +phy-pxa-28nm-usb2 +phy-qcom-apq8064-sata +phy-qcom-edp +phy-qcom-eusb2-repeater +phy-qcom-ipq4019-usb +phy-qcom-ipq806x-sata +phy-qcom-ipq806x-usb +phy-qcom-pcie2 +phy-qcom-qmp-combo +phy-qcom-qmp-pcie +phy-qcom-qmp-pcie-msm8996 +phy-qcom-qmp-ufs +phy-qcom-qmp-usb +phy-qcom-qusb2 +phy-qcom-sgmii-eth +phy-qcom-snps-eusb2 +phy-qcom-snps-femto-v2 +phy-qcom-usb-hs +phy-qcom-usb-hs-28nm +phy-qcom-usb-hsic +phy-qcom-usb-ss +phy-rcar-gen2 +phy-rcar-gen3-pcie +phy-rcar-gen3-usb2 +phy-rcar-gen3-usb3 +phy-rockchip-dp +phy-rockchip-dphy-rx0 +phy-rockchip-emmc +phy-rockchip-inno-csidphy +phy-rockchip-inno-dsidphy +phy-rockchip-inno-hdmi +phy-rockchip-inno-usb2 +phy-rockchip-naneng-combphy +phy-rockchip-pcie +phy-rockchip-snps-pcie3 +phy-rockchip-typec +phy-rockchip-usb +phy-stm32-usbphyc +phy-sun4i-usb +phy-sun50i-usb3 +phy-sun6i-mipi-dphy +phy-tahvo +phy-tegra-usb +phy-tegra-xusb +phy-tegra194-p2u +phy-tusb1210 +phy-zynqmp +physmap +pi3usb30532 +pi433 +pim4328 +pinctrl-apple-gpio +pinctrl-axp209 +pinctrl-cy8c95x0 +pinctrl-da9062 +pinctrl-imx8ulp +pinctrl-imx93 +pinctrl-ipq5018 +pinctrl-ipq5332 +pinctrl-ipq6018 +pinctrl-ipq8074 +pinctrl-ipq9574 +pinctrl-keembay +pinctrl-lochnagar +pinctrl-lpass-lpi +pinctrl-madera +pinctrl-max77620 +pinctrl-mcp23s08 +pinctrl-mcp23s08_i2c +pinctrl-mcp23s08_spi +pinctrl-mdm9607 +pinctrl-meson-s4 +pinctrl-mlxbf3 +pinctrl-msm8916 +pinctrl-msm8953 +pinctrl-msm8976 +pinctrl-msm8994 +pinctrl-msm8996 +pinctrl-msm8998 +pinctrl-mt6779 +pinctrl-qcm2290 +pinctrl-qcs404 +pinctrl-qdf2xxx +pinctrl-qdu1000 +pinctrl-rk805 +pinctrl-sa8775p +pinctrl-sc7180 +pinctrl-sc7280 +pinctrl-sc7280-lpass-lpi +pinctrl-sc8180x +pinctrl-sc8280xp +pinctrl-sc8280xp-lpass-lpi +pinctrl-sdm660 +pinctrl-sdm670 +pinctrl-sdm845 +pinctrl-sdx75 +pinctrl-sm6115 +pinctrl-sm6125 +pinctrl-sm6350 +pinctrl-sm6375 +pinctrl-sm7150 +pinctrl-sm8150 +pinctrl-sm8250 +pinctrl-sm8250-lpass-lpi +pinctrl-sm8350 +pinctrl-sm8450 +pinctrl-sm8450-lpass-lpi +pinctrl-sm8550 +pinctrl-sm8550-lpass-lpi +pinctrl-spmi-gpio +pinctrl-spmi-mpp +pinctrl-ssbi-gpio +pinctrl-ssbi-mpp +pinctrl-stmfx +pinctrl-zynqmp +pinephone-keyboard +ping +pistachio-internal-dac +pixcir_i2c_ts +pkcs7_test_key +pkcs8_key_parser +pktgen +pl111_drm +pl172 +pl2303 +pl330 +plat-ram +plat_nand +platform_lcd +platform_mhu +platform_profile +plfxlc +pli1209bc +plip +plusb +pluto2 +plx_dma +plx_pci +pm-notifier-error-inject +pm2fb +pm3fb +pm6764tr +pm80xx +pm8916_wdt +pm8941-pwrkey +pm8xxx-vibrator +pmbus +pmbus_core +pmc551 +pmcraid +pmic_glink +pmic_glink_altmode +pms7003 +pn532_uart +pn533 +pn533_i2c +pn533_usb +pn544 +pn544_i2c +pn_pep +poly1305-neon +poly1305_generic +polynomial +polyval-ce +polyval-generic +port100 +powermate +powr1220 +ppa +ppdev +ppp_async +ppp_deflate +ppp_mppe +ppp_synctty +pppoatm +pppoe +pppox +pps-gpio +pps-ldisc +pps_parport +pptp +prestera +prestera_pci +pretimeout_panic +prism2_usb +pru_rproc +pruss +ps2-gpio +ps2mult +psample +pse_regulator +psmouse +psnap +pstore_blk +pstore_zone +psxpad-spi +ptp-qoriq +ptp_clockmatrix +ptp_dfl_tod +ptp_idt82p33 +ptp_ines +ptp_kvm +ptp_ocp +pulse8-cec +pulsedlight-lidar-lite-v2 +pv88060-regulator +pv88080-regulator +pv88090-regulator +pvcalls-front +pvpanic +pvpanic-mmio +pvpanic-pci +pvrusb2 +pwc +pwm-apple +pwm-atmel-hlcdc +pwm-atmel-tcb +pwm-beeper +pwm-berlin +pwm-clk +pwm-cros-ec +pwm-dwc +pwm-fan +pwm-fsl-ftm +pwm-hibvt +pwm-imx-tpm +pwm-imx1 +pwm-imx27 +pwm-iqs620a +pwm-ir-tx +pwm-keembay +pwm-lp3943 +pwm-mediatek +pwm-meson +pwm-mtk-disp +pwm-ntxec +pwm-omap-dmtimer +pwm-pca9685 +pwm-rcar +pwm-regulator +pwm-renesas-tpu +pwm-rockchip +pwm-rz-mtu3 +pwm-sl28cpld +pwm-sprd +pwm-stm32 +pwm-stm32-lp +pwm-sun4i +pwm-tegra +pwm-tiecap +pwm-tiehrpwm +pwm-twl +pwm-twl-led +pwm-vibra +pwm-visconti +pwm-xilinx +pwm_bl +pwr-mlxbf +pwrseq_emmc +pwrseq_sd8787 +pwrseq_simple +pxa168_eth +pxa27x_udc +pxe1610 +pxrc +q54sj108a2 +q6adm +q6afe +q6afe-clocks +q6afe-dai +q6apm-dai +q6apm-lpass-dais +q6asm +q6asm-dai +q6core +q6prm +q6prm-clocks +q6routing +q6sstop-qcs404 +qaic +qat_4xxx +qat_c3xxx +qat_c3xxxvf +qat_c62x +qat_c62xvf +qat_dh895xcc +qat_dh895xccvf +qca8k +qca_7k_common +qcaspi +qcauart +qcaux +qcom-apcs-ipc-mailbox +qcom-camss +qcom-coincell +qcom-cpufreq-hw +qcom-cpufreq-nvmem +qcom-emac +qcom-geni-se +qcom-labibb-regulator +qcom-pm8008 +qcom-pon +qcom-rng +qcom-rpmh-regulator +qcom-spmi-adc-tm5 +qcom-spmi-adc5 +qcom-spmi-iadc +qcom-spmi-pmic +qcom-spmi-rradc +qcom-spmi-temp-alarm +qcom-spmi-vadc +qcom-vadc-common +qcom-wdt +qcom-wled +qcom_aoss +qcom_bam_dmux +qcom_battmgr +qcom_common +qcom_edac +qcom_eud +qcom_geni_serial +qcom_glink +qcom_glink_rpm +qcom_glink_smem +qcom_gsbi +qcom_hwspinlock +qcom_ice +qcom_nandc +qcom_pil_info +qcom_pmi8998_charger +qcom_pmic_tcpm +qcom_q6v5 +qcom_q6v5_adsp +qcom_q6v5_mss +qcom_q6v5_pas +qcom_q6v5_wcss +qcom_rpm +qcom_rpm-regulator +qcom_smbb +qcom_smd +qcom_smd-regulator +qcom_spmi-regulator +qcom_stats +qcom_sysmon +qcom_tsens +qcom_usb_vbus-regulator +qcomsmempart +qcrypto +qcserial +qed +qede +qedf +qedi +qedr +qemu_fw_cfg +qinfo_probe +qla1280 +qla2xxx +qla3xxx +qla4xxx +qlcnic +qlge +qm1d1b0004 +qm1d1c0042 +qmi_helpers +qmi_wwan +qnoc-msm8916 +qnoc-msm8939 +qnoc-msm8974 +qnoc-msm8996 +qnoc-qcm2290 +qnoc-qcs404 +qnoc-qdu1000 +qnoc-sa8775p +qnoc-sc7180 +qnoc-sc7280 +qnoc-sc8180x +qnoc-sc8280xp +qnoc-sdm660 +qnoc-sdm670 +qnoc-sdm845 +qnoc-sdx55 +qnoc-sdx65 +qnoc-sm6350 +qnoc-sm8150 +qnoc-sm8250 +qnoc-sm8350 +qnoc-sm8450 +qnoc-sm8550 +qnx4 +qnx6 +qoriq-cpufreq +qoriq_thermal +qrtr +qrtr-mhi +qrtr-smd +qrtr-tun +qsemi +qt1010 +qt1050 +qt1070 +qt2160 +qtnfmac +qtnfmac_pcie +quatech2 +quota_tree +quota_v1 +quota_v2 +qwiic-joystick +qxl +r592 +r6040 +r8152 +r8153_ecm +r8169 +r8192e_pci +r8192u_usb +r820t +r852 +r8712u +r8723bs +r8a66597-hcd +r8a66597-udc +r8a779f0-ether-serdes +raa215300 +radeon +radeonfb +radio-keene +radio-ma901 +radio-maxiradio +radio-mr800 +radio-platform-si4713 +radio-raremono +radio-shark +radio-si470x-common +radio-si470x-i2c +radio-si470x-usb +radio-si476x +radio-tea5764 +radio-usb-si4713 +radio-wl1273 +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid_class +rainshadow-cec +ramoops +ramp_controller +ravb +rave-sp +rave-sp-backlight +rave-sp-pwrbutton +rave-sp-wdt +raw_diag +raw_gadget +raydium_i2c_ts +rbd +rc-adstech-dvb-t-pci +rc-alink-dtu-m +rc-anysee +rc-apac-viewcomp +rc-astrometa-t2hybrid +rc-asus-pc39 +rc-asus-ps3-100 +rc-ati-tv-wonder-hd-600 +rc-ati-x10 +rc-avermedia +rc-avermedia-a16d +rc-avermedia-cardbus +rc-avermedia-dvbt +rc-avermedia-m135a +rc-avermedia-m733a-rm-k6 +rc-avermedia-rm-ks +rc-avertv-303 +rc-azurewave-ad-tu700 +rc-beelink-gs1 +rc-beelink-mxiii +rc-behold +rc-behold-columbus +rc-budget-ci-old +rc-cinergy +rc-cinergy-1400 +rc-core +rc-ct-90405 +rc-d680-dmb +rc-delock-61959 +rc-dib0700-nec +rc-dib0700-rc5 +rc-digitalnow-tinytwin +rc-digittrade +rc-dm1105-nec +rc-dntv-live-dvb-t +rc-dntv-live-dvbt-pro +rc-dreambox +rc-dtt200u +rc-dvbsky +rc-dvico-mce +rc-dvico-portable +rc-em-terratec +rc-encore-enltv +rc-encore-enltv-fm53 +rc-encore-enltv2 +rc-evga-indtube +rc-eztv +rc-flydvb +rc-flyvideo +rc-fusionhdtv-mce +rc-gadmei-rm008z +rc-geekbox +rc-genius-tvgo-a11mce +rc-gotview7135 +rc-hauppauge +rc-hisi-poplar +rc-hisi-tv-demo +rc-imon-mce +rc-imon-pad +rc-imon-rsc +rc-iodata-bctv7e +rc-it913x-v1 +rc-it913x-v2 +rc-kaiomy +rc-khadas +rc-khamsin +rc-kworld-315u +rc-kworld-pc150u +rc-kworld-plus-tv-analog +rc-leadtek-y04g0051 +rc-lme2510 +rc-loopback +rc-manli +rc-mecool-kii-pro +rc-mecool-kiii-pro +rc-medion-x10 +rc-medion-x10-digitainer +rc-medion-x10-or2x +rc-minix-neo +rc-msi-digivox-ii +rc-msi-digivox-iii +rc-msi-tvanywhere +rc-msi-tvanywhere-plus +rc-nebula +rc-nec-terratec-cinergy-xs +rc-norwood +rc-npgtech +rc-odroid +rc-pctv-sedna +rc-pine64 +rc-pinnacle-color +rc-pinnacle-grey +rc-pinnacle-pctv-hd +rc-pixelview +rc-pixelview-002t +rc-pixelview-mk12 +rc-pixelview-new +rc-powercolor-real-angel +rc-proteus-2309 +rc-purpletv +rc-pv951 +rc-rc6-mce +rc-real-audio-220-32-keys +rc-reddo +rc-snapstream-firefly +rc-streamzap +rc-su3000 +rc-tanix-tx3mini +rc-tanix-tx5max +rc-tbs-nec +rc-technisat-ts35 +rc-technisat-usb2 +rc-terratec-cinergy-c-pci +rc-terratec-cinergy-s2-hd +rc-terratec-cinergy-xs +rc-terratec-slim +rc-terratec-slim-2 +rc-tevii-nec +rc-tivo +rc-total-media-in-hand +rc-total-media-in-hand-02 +rc-trekstor +rc-tt-1500 +rc-twinhan-dtv-cab-ci +rc-twinhan1027 +rc-vega-s9x +rc-videomate-m1f +rc-videomate-s350 +rc-videomate-tv-pvr +rc-videostrong-kii-pro +rc-wetek-hub +rc-wetek-play2 +rc-winfast +rc-winfast-usbii-deluxe +rc-x96max +rc-xbox-360 +rc-xbox-dvd +rc-zx-irdec +rc5t583-regulator +rcar-csi2 +rcar-dmac +rcar-du-drm +rcar-fcp +rcar-isp +rcar-vin +rcar_can +rcar_canfd +rcar_cmm +rcar_drif +rcar_dw_hdmi +rcar_fdp1 +rcar_gen3_thermal +rcar_jpu +rcar_lvds +rcar_mipi_dsi +rcar_rproc +rcar_thermal +rdacm20 +rdacm21 +rdc321x-southbridge +rdma_cm +rdma_rxe +rdma_ucm +rds +rds_rdma +rds_tcp +realtek +realtek-mdio +realtek-smi +reboot-mode +redboot +redrat3 +reed_solomon +regmap-ac97 +regmap-i3c +regmap-sccb +regmap-sdw +regmap-sdw-mbq +regmap-slimbus +regmap-spi-avmm +regmap-spmi +regmap-w1 +regulator-haptic +reiserfs +renesas-nand-controller +renesas-rpc-if +renesas_sdhi_core +renesas_sdhi_internal_dmac +renesas_sdhi_sys_dmac +renesas_usb3 +renesas_usbf +renesas_usbhs +renesas_wdt +repaper +reset-a10sr +reset-hi3660 +reset-meson-audio-arb +reset-qcom-pdc +reset-scmi +reset-ti-sci +reset-ti-syscon +reset-tps380x +resistive-adc-touch +retu-mfd +retu-pwrbutton +retu_wdt +rfc1051 +rfc1201 +rfcomm +rfd77402 +rfd_ftl +rfkill-gpio +rio-scan +rio_cm +rio_mport_cdev +rionet +rivafb +rj54n1cb0c +rk3399_dmc +rk805-pwrkey +rk808-regulator +rk817_charger +rk8xx-core +rk8xx-i2c +rk8xx-spi +rk_crypto +rm3100-core +rm3100-i2c +rm3100-spi +rmd160 +rmi_core +rmi_i2c +rmi_smbus +rmi_spi +rmnet +rmtfs_mem +rn5t618 +rn5t618-adc +rn5t618-regulator +rn5t618_power +rn5t618_wdt +rnbd-client +rnbd-server +rndis_host +rndis_wlan +rockchip +rockchip-dfi +rockchip-isp1 +rockchip-nand-controller +rockchip-rga +rockchip-vdec +rockchip_saradc +rockchip_thermal +rockchipdrm +rocker +rohm-bd71828 +rohm-bd718x7 +rohm-bd9576 +rohm-bu27008 +rohm-bu27034 +rohm-regulator +rohm_bu21023 +romfs +rose +rotary_encoder +rp2 +rpcrdma +rpcsec_gss_krb5 +rpi-panel-attiny-regulator +rpm_master_stats +rpmpd +rpmsg_char +rpmsg_core +rpmsg_ctrl +rpmsg_ns +rpmsg_tty +rpmsg_wwan_ctrl +rpr0521 +rsi_91x +rsi_sdio +rsi_usb +rsmu-i2c +rsmu-spi +rswitch_drv +rt1719 +rt2400pci +rt2500pci +rt2500usb +rt2800lib +rt2800mmio +rt2800pci +rt2800usb +rt2x00lib +rt2x00mmio +rt2x00pci +rt2x00usb +rt4801-regulator +rt4803 +rt4831 +rt4831-backlight +rt4831-regulator +rt5033 +rt5033-regulator +rt5033_battery +rt5033_charger +rt5120 +rt5120-pwrkey +rt5120-regulator +rt5190a-regulator +rt5739 +rt5759-regulator +rt6160-regulator +rt6190-regulator +rt61pci +rt6245-regulator +rt73usb +rt9455_charger +rt9467-charger +rt9471 +rtc-88pm80x +rtc-88pm860x +rtc-ab-b5ze-s3 +rtc-ab-eoz9 +rtc-abx80x +rtc-armada38x +rtc-as3722 +rtc-bd70528 +rtc-bq32k +rtc-bq4802 +rtc-cadence +rtc-cpcap +rtc-cros-ec +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1302 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1685 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-em3027 +rtc-fm3130 +rtc-fsl-ftm-alarm +rtc-ftrtc010 +rtc-goldfish +rtc-hid-sensor-time +rtc-hym8563 +rtc-imx-sc +rtc-imxdi +rtc-isl12022 +rtc-isl12026 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max6916 +rtc-max77686 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-meson-vrtc +rtc-msm6242 +rtc-mt2712 +rtc-mt6397 +rtc-mt7622 +rtc-mxc +rtc-mxc_v2 +rtc-nct3018y +rtc-ntxec +rtc-nxp-bbnsm +rtc-optee +rtc-palmas +rtc-pcap +rtc-pcf2123 +rtc-pcf2127 +rtc-pcf50633 +rtc-pcf85063 +rtc-pcf8523 +rtc-pcf85363 +rtc-pcf8563 +rtc-pcf8583 +rtc-pl030 +rtc-pl031 +rtc-pm8xxx +rtc-r7301 +rtc-r9701 +rtc-rc5t583 +rtc-rc5t619 +rtc-rk808 +rtc-rp5c01 +rtc-rs5c348 +rtc-rs5c372 +rtc-rv3028 +rtc-rv3029c2 +rtc-rv3032 +rtc-rv8803 +rtc-rx4581 +rtc-rx6110 +rtc-rx8010 +rtc-rx8025 +rtc-rx8581 +rtc-s35390a +rtc-s5m +rtc-sc27xx +rtc-sd3078 +rtc-sh +rtc-snvs +rtc-stk17ta8 +rtc-stm32 +rtc-tegra +rtc-ti-k3 +rtc-tps6586x +rtc-tps65910 +rtc-twl +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtc-zynqmp +rtd520 +rti800 +rti802 +rti_wdt +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192ee +rtl8192se +rtl8365mb +rtl8366 +rtl8723-common +rtl8723ae +rtl8723be +rtl8821ae +rtl8xxxu +rtl_pci +rtl_usb +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtlwifi +rtmv20-regulator +rtq2134-regulator +rtq6056 +rtq6752-regulator +rtrs-client +rtrs-core +rtrs-server +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rtw88_8723d +rtw88_8723de +rtw88_8723ds +rtw88_8723du +rtw88_8821c +rtw88_8821ce +rtw88_8821cs +rtw88_8821cu +rtw88_8822b +rtw88_8822be +rtw88_8822bs +rtw88_8822bu +rtw88_8822c +rtw88_8822ce +rtw88_8822cs +rtw88_8822cu +rtw88_core +rtw88_pci +rtw88_sdio +rtw88_usb +rtw89_8851b +rtw89_8851be +rtw89_8852a +rtw89_8852ae +rtw89_8852b +rtw89_8852be +rtw89_8852c +rtw89_8852ce +rtw89_core +rtw89_pci +rvu_af +rvu_cptcommon +rvu_cptpf +rvu_cptvf +rvu_mbox +rvu_nicpf +rvu_nicvf +rx51_battery +rxperf +rxrpc +rz-dmac +rz-mtu3-cnt +rza_wdt +rzg2l-cru +rzg2l-csi2 +rzg2l_adc +rzg2l_mipi_dsi +rzg2l_thermal +rzg2l_wdt +rzn1_wdt +rzv2m_usb3drd +s1d13xxxfb +s2250 +s2255drv +s2io +s2mpa01 +s2mps11 +s3fb +s3fwrn5 +s3fwrn5_i2c +s3fwrn82_uart +s526 +s5c73m3 +s5h1409 +s5h1411 +s5h1420 +s5h1432 +s5k5baf +s5k6a3 +s5m8767 +s626 +s6sy761 +s921 +sa2ul +saa6588 +saa6752hs +saa7110 +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7134-go7007 +saa7146 +saa7146_vv +saa7164 +saa717x +saa7185 +saa7706h +safe_serial +sahara +sample-trace-array +samsung-dsim +samsung-keypad +samsung-sxgbe +samsung_tty +sata_dwc_460ex +sata_inic162x +sata_mv +sata_nv +sata_promise +sata_qstor +sata_rcar +sata_sil +sata_sil24 +sata_sis +sata_svw +sata_sx4 +sata_uli +sata_via +sata_vsc +savagefb +sb1000 +sbp_target +sbrmi +sbs-battery +sbs-charger +sbs-manager +sbsa_gwdt +sbtsi_temp +sc16is7xx +sc2731-regulator +sc2731_charger +sc27xx-poweroff +sc27xx-vibra +sc27xx_adc +sc27xx_fuel_gauge +sc92031 +sc9860-clk +sc9863a-clk +sca3000 +sca3300 +scd30_core +scd30_i2c +scd30_serial +scd4x +sch5627 +sch5636 +sch56xx-common +sch_cake +sch_cbs +sch_choke +sch_codel +sch_drr +sch_etf +sch_ets +sch_fq +sch_fq_codel +sch_fq_pie +sch_gred +sch_hfsc +sch_hhf +sch_htb +sch_ingress +sch_mqprio +sch_mqprio_lib +sch_multiq +sch_netem +sch_pie +sch_plug +sch_prio +sch_qfq +sch_red +sch_sfb +sch_sfq +sch_skbprio +sch_taprio +sch_tbf +sch_teql +sci-clk +sclk-div +scmi-cpufreq +scmi-hwmon +scmi-regulator +scmi_iio +scmi_pm_domain +scmi_power_control +scpi-cpufreq +scpi-hwmon +scpi_pm_domain +scsi_debug +scsi_dh_alua +scsi_dh_emc +scsi_dh_hp_sw +scsi_dh_rdac +scsi_transport_fc +scsi_transport_iscsi +scsi_transport_sas +scsi_transport_spi +scsi_transport_srp +sctp +sctp_diag +sd_adc_modulator +sdhci +sdhci-acpi +sdhci-cadence +sdhci-esdhc-imx +sdhci-milbeaut +sdhci-msm +sdhci-of-arasan +sdhci-of-at91 +sdhci-of-dwcmshc +sdhci-of-esdhc +sdhci-of-sparx5 +sdhci-omap +sdhci-pci +sdhci-pltfm +sdhci-pxav3 +sdhci-sprd +sdhci-tegra +sdhci-xenon-driver +sdhci_am654 +sdhci_f_sdh30 +sdio_uart +sensehat-joystick +sensorhub +serial-tegra +serial_ir +serio_raw +sermouse +serpent_generic +serport +ses +sf-pdma +sfc +sfc-falcon +sfc-siena +sfp +sgi_w1 +sgp30 +sgp40 +sh_eth +sh_mmcif +sh_mobile_lcdcfb +sha1-ce +sha2-ce +sha256-arm64 +sha3-ce +shark2 +shmob-drm +sht15 +sht21 +sht3x +sht4x +shtc1 +si1133 +si1145 +si2157 +si2165 +si2168 +si21xx +si4713 +si476x-core +si7005 +si7020 +sidewinder +sierra +sierra_net +sifive +sii902x +sii9234 +sil-sii8620 +sil164 +silead +simple-bridge +simple-mfd-i2c +simpledrm +simplefb +siox-bus-gpio +siox-core +sis190 +sis5595 +sis900 +sis_i2c +sisfb +sisusbvga +sit +siw +sja1000 +sja1000_isa +sja1000_platform +sja1105 +skfp +skge +sky2 +sky81452 +sky81452-backlight +sky81452-regulator +sl28cpld-hwmon +sl28cpld_wdt +sl28vpd +sl811-hcd +slcan +slg51000-regulator +slic_ds26522 +slicoss +slim-qcom-ctrl +slim-qcom-ngd-ctrl +slimbus +slip +slram +sm2_generic +sm3 +sm3-ce +sm3-neon +sm3_generic +sm4 +sm4-ce +sm4-ce-ccm +sm4-ce-cipher +sm4-ce-gcm +sm4-neon +sm4_generic +sm501 +sm501fb +sm712fb +sm750fb +sm_common +sm_ftl +smartpqi +smb347-charger +smc +smc_diag +smd-rpm +smem +smipcie +smm665 +smp2p +smpro-core +smpro-errmon +smpro-hwmon +smpro-misc +smsc +smsc47b397 +smsc47m1 +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smscufx +smsdvb +smsm +smsmdtv +smssdio +smsusb +snd +snd-ac97-codec +snd-acp-config +snd-ad1889 +snd-ak4113 +snd-ak4114 +snd-ak4xxx-adda +snd-ali5451 +snd-aloop +snd-als300 +snd-atiixp +snd-atiixp-modem +snd-au8810 +snd-au8820 +snd-au8830 +snd-aw2 +snd-azt3328 +snd-bcd2000 +snd-bebob +snd-bt87x +snd-ca0106 +snd-cmipci +snd-compress +snd-cs4281 +snd-cs46xx +snd-cs8427 +snd-ctl-led +snd-ctxfi +snd-darla20 +snd-darla24 +snd-dice +snd-dummy +snd-echo3g +snd-emu10k1 +snd-emu10k1-synth +snd-emu10k1x +snd-emux-synth +snd-ens1370 +snd-ens1371 +snd-es1938 +snd-es1968 +snd-fireface +snd-firewire-digi00x +snd-firewire-lib +snd-firewire-motu +snd-firewire-tascam +snd-fireworks +snd-fm801 +snd-gina20 +snd-gina24 +snd-hda-codec +snd-hda-codec-analog +snd-hda-codec-ca0110 +snd-hda-codec-ca0132 +snd-hda-codec-cirrus +snd-hda-codec-cmedia +snd-hda-codec-conexant +snd-hda-codec-cs8409 +snd-hda-codec-generic +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-core +snd-hda-cs-dsp-ctls +snd-hda-ext-core +snd-hda-intel +snd-hda-scodec-cs35l41 +snd-hda-scodec-cs35l41-i2c +snd-hda-scodec-cs35l41-spi +snd-hda-tegra +snd-hdsp +snd-hdspm +snd-hrtimer +snd-hwdep +snd-i2c +snd-ice1712 +snd-ice1724 +snd-ice17xx-ak4xxx +snd-indigo +snd-indigodj +snd-indigodjx +snd-indigoio +snd-indigoiox +snd-intel-dspcfg +snd-intel-sdw-acpi +snd-intel8x0 +snd-intel8x0m +snd-isight +snd-korg1212 +snd-layla20 +snd-layla24 +snd-lola +snd-lx6464es +snd-maestro3 +snd-mia +snd-mixart +snd-mixer-oss +snd-mona +snd-mpu401 +snd-mpu401-uart +snd-mtpav +snd-mts64 +snd-nm256 +snd-opl3-lib +snd-opl3-synth +snd-oxfw +snd-oxygen +snd-oxygen-lib +snd-pcm +snd-pcm-dmaengine +snd-pcmtest +snd-pcxhr +snd-portman2x4 +snd-pt2258 +snd-q6apm +snd-q6dsp-common +snd-rawmidi +snd-riptide +snd-rme32 +snd-rme96 +snd-rme9652 +snd-seq +snd-seq-device +snd-seq-dummy +snd-seq-midi +snd-seq-midi-emul +snd-seq-midi-event +snd-seq-ump-client +snd-seq-virmidi +snd-serial-generic +snd-serial-u16550 +snd-soc-63xx +snd-soc-ac97 +snd-soc-acp-da7219mx98357-mach +snd-soc-acp-es8336-mach +snd-soc-acp-rt5645-mach +snd-soc-acpi +snd-soc-adau-utils +snd-soc-adau1372 +snd-soc-adau1372-i2c +snd-soc-adau1372-spi +snd-soc-adau1701 +snd-soc-adau1761 +snd-soc-adau1761-i2c +snd-soc-adau1761-spi +snd-soc-adau17x1 +snd-soc-adau7002 +snd-soc-adau7118 +snd-soc-adau7118-hw +snd-soc-adau7118-i2c +snd-soc-adi-axi-i2s +snd-soc-adi-axi-spdif +snd-soc-ak4104 +snd-soc-ak4118 +snd-soc-ak4375 +snd-soc-ak4458 +snd-soc-ak4554 +snd-soc-ak4613 +snd-soc-ak4642 +snd-soc-ak5386 +snd-soc-ak5558 +snd-soc-alc5623 +snd-soc-alc5632 +snd-soc-apple-mca +snd-soc-apq8016-sbc +snd-soc-apq8096 +snd-soc-armada-370-db +snd-soc-audio-graph-card +snd-soc-audio-graph-card2 +snd-soc-audio-graph-card2-custom-sample +snd-soc-aw8738 +snd-soc-aw88395 +snd-soc-aw88395-lib +snd-soc-bd28623 +snd-soc-bt-sco +snd-soc-chv3-codec +snd-soc-core +snd-soc-cpcap +snd-soc-cros-ec-codec +snd-soc-cs35l32 +snd-soc-cs35l33 +snd-soc-cs35l34 +snd-soc-cs35l35 +snd-soc-cs35l36 +snd-soc-cs35l41 +snd-soc-cs35l41-i2c +snd-soc-cs35l41-lib +snd-soc-cs35l41-spi +snd-soc-cs35l45 +snd-soc-cs35l45-i2c +snd-soc-cs35l45-spi +snd-soc-cs35l56 +snd-soc-cs35l56-i2c +snd-soc-cs35l56-sdw +snd-soc-cs35l56-shared +snd-soc-cs35l56-spi +snd-soc-cs4234 +snd-soc-cs4265 +snd-soc-cs4270 +snd-soc-cs4271 +snd-soc-cs4271-i2c +snd-soc-cs4271-spi +snd-soc-cs42l42 +snd-soc-cs42l42-i2c +snd-soc-cs42l42-sdw +snd-soc-cs42l51 +snd-soc-cs42l51-i2c +snd-soc-cs42l52 +snd-soc-cs42l56 +snd-soc-cs42l73 +snd-soc-cs42l83-i2c +snd-soc-cs42xx8 +snd-soc-cs42xx8-i2c +snd-soc-cs43130 +snd-soc-cs4341 +snd-soc-cs4349 +snd-soc-cs53l30 +snd-soc-cx2072x +snd-soc-da7213 +snd-soc-da7219 +snd-soc-davinci-mcasp +snd-soc-dmic +snd-soc-es7134 +snd-soc-es7241 +snd-soc-es8316 +snd-soc-es8326 +snd-soc-es8328 +snd-soc-es8328-i2c +snd-soc-es8328-spi +snd-soc-fsi +snd-soc-fsl-asoc-card +snd-soc-fsl-asrc +snd-soc-fsl-aud2htx +snd-soc-fsl-audmix +snd-soc-fsl-easrc +snd-soc-fsl-esai +snd-soc-fsl-micfil +snd-soc-fsl-mqs +snd-soc-fsl-rpmsg +snd-soc-fsl-sai +snd-soc-fsl-spdif +snd-soc-fsl-ssi +snd-soc-fsl-utils +snd-soc-fsl-xcvr +snd-soc-gtm601 +snd-soc-hda-codec +snd-soc-hdmi-codec +snd-soc-ics43432 +snd-soc-idt821034 +snd-soc-imx-audmix +snd-soc-imx-audmux +snd-soc-imx-card +snd-soc-imx-es8328 +snd-soc-imx-hdmi +snd-soc-imx-rpmsg +snd-soc-imx-sgtl5000 +snd-soc-imx-spdif +snd-soc-inno-rk3036 +snd-soc-j721e-evm +snd-soc-kirkwood +snd-soc-kmb_platform +snd-soc-lochnagar-sc +snd-soc-lpass-apq8016 +snd-soc-lpass-cdc-dma +snd-soc-lpass-cpu +snd-soc-lpass-hdmi +snd-soc-lpass-ipq806x +snd-soc-lpass-macro-common +snd-soc-lpass-platform +snd-soc-lpass-rx-macro +snd-soc-lpass-sc7180 +snd-soc-lpass-sc7280 +snd-soc-lpass-tx-macro +snd-soc-lpass-va-macro +snd-soc-lpass-wsa-macro +snd-soc-max9759 +snd-soc-max98088 +snd-soc-max98090 +snd-soc-max98357a +snd-soc-max98363 +snd-soc-max98373 +snd-soc-max98373-i2c +snd-soc-max98373-sdw +snd-soc-max98388 +snd-soc-max98390 +snd-soc-max98396 +snd-soc-max98504 +snd-soc-max98520 +snd-soc-max9860 +snd-soc-max9867 +snd-soc-max98927 +snd-soc-meson-aiu +snd-soc-meson-axg-fifo +snd-soc-meson-axg-frddr +snd-soc-meson-axg-pdm +snd-soc-meson-axg-sound-card +snd-soc-meson-axg-spdifin +snd-soc-meson-axg-spdifout +snd-soc-meson-axg-tdm-formatter +snd-soc-meson-axg-tdm-interface +snd-soc-meson-axg-tdmin +snd-soc-meson-axg-tdmout +snd-soc-meson-axg-toddr +snd-soc-meson-card-utils +snd-soc-meson-codec-glue +snd-soc-meson-g12a-toacodec +snd-soc-meson-g12a-tohdmitx +snd-soc-meson-gx-sound-card +snd-soc-meson-t9015 +snd-soc-mikroe-proto +snd-soc-msm8916-analog +snd-soc-msm8916-digital +snd-soc-mt6351 +snd-soc-mt6358 +snd-soc-mt6359 +snd-soc-mt6660 +snd-soc-mt6797-afe +snd-soc-mt8183-afe +snd-soc-mt8186-afe +snd-soc-mt8188-afe +snd-soc-mt8192-afe +snd-soc-mt8195-afe +snd-soc-mtk-common +snd-soc-nau8315 +snd-soc-nau8540 +snd-soc-nau8810 +snd-soc-nau8821 +snd-soc-nau8822 +snd-soc-nau8824 +snd-soc-nau8825 +snd-soc-pcm1681 +snd-soc-pcm1789-codec +snd-soc-pcm1789-i2c +snd-soc-pcm179x-codec +snd-soc-pcm179x-i2c +snd-soc-pcm179x-spi +snd-soc-pcm186x +snd-soc-pcm186x-i2c +snd-soc-pcm186x-spi +snd-soc-pcm3060 +snd-soc-pcm3060-i2c +snd-soc-pcm3060-spi +snd-soc-pcm3168a +snd-soc-pcm3168a-i2c +snd-soc-pcm3168a-spi +snd-soc-pcm5102a +snd-soc-pcm512x +snd-soc-pcm512x-i2c +snd-soc-pcm512x-spi +snd-soc-peb2466 +snd-soc-qcom-common +snd-soc-qcom-sdw +snd-soc-rcar +snd-soc-rk3288-hdmi-analog +snd-soc-rk3328 +snd-soc-rk3399-gru-sound +snd-soc-rk817 +snd-soc-rl6231 +snd-soc-rockchip-i2s +snd-soc-rockchip-i2s-tdm +snd-soc-rockchip-max98090 +snd-soc-rockchip-pdm +snd-soc-rockchip-rt5645 +snd-soc-rockchip-spdif +snd-soc-rt1011 +snd-soc-rt1015 +snd-soc-rt1015p +snd-soc-rt1308-sdw +snd-soc-rt1316-sdw +snd-soc-rt1318-sdw +snd-soc-rt5514 +snd-soc-rt5514-spi +snd-soc-rt5616 +snd-soc-rt5631 +snd-soc-rt5640 +snd-soc-rt5645 +snd-soc-rt5659 +snd-soc-rt5663 +snd-soc-rt5677 +snd-soc-rt5677-spi +snd-soc-rt5682 +snd-soc-rt5682-i2c +snd-soc-rt5682-sdw +snd-soc-rt5682s +snd-soc-rt700 +snd-soc-rt711 +snd-soc-rt711-sdca +snd-soc-rt712-sdca +snd-soc-rt712-sdca-dmic +snd-soc-rt715 +snd-soc-rt715-sdca +snd-soc-rt722-sdca +snd-soc-rt9120 +snd-soc-rz-ssi +snd-soc-sc7180 +snd-soc-sc7280 +snd-soc-sc8280xp +snd-soc-sdm845 +snd-soc-sdw-mockup +snd-soc-sgtl5000 +snd-soc-si476x +snd-soc-sigmadsp +snd-soc-sigmadsp-i2c +snd-soc-sigmadsp-regmap +snd-soc-simple-amplifier +snd-soc-simple-card +snd-soc-simple-card-utils +snd-soc-simple-mux +snd-soc-sm8250 +snd-soc-sma1303 +snd-soc-spdif-rx +snd-soc-spdif-tx +snd-soc-sprd-platform +snd-soc-src4xxx +snd-soc-src4xxx-i2c +snd-soc-ssm2305 +snd-soc-ssm2518 +snd-soc-ssm2602 +snd-soc-ssm2602-i2c +snd-soc-ssm2602-spi +snd-soc-ssm3515 +snd-soc-ssm4567 +snd-soc-sta32x +snd-soc-sta350 +snd-soc-sti-sas +snd-soc-stm32-i2s +snd-soc-stm32-sai +snd-soc-stm32-sai-sub +snd-soc-stm32-spdifrx +snd-soc-storm +snd-soc-tas2552 +snd-soc-tas2562 +snd-soc-tas2764 +snd-soc-tas2770 +snd-soc-tas2780 +snd-soc-tas2781-comlib +snd-soc-tas2781-fmwlib +snd-soc-tas2781-i2c +snd-soc-tas5086 +snd-soc-tas571x +snd-soc-tas5720 +snd-soc-tas5805m +snd-soc-tas6424 +snd-soc-tda7419 +snd-soc-tegra-audio-graph-card +snd-soc-tegra-machine +snd-soc-tegra-pcm +snd-soc-tegra-wm8903 +snd-soc-tegra186-asrc +snd-soc-tegra186-dspk +snd-soc-tegra20-ac97 +snd-soc-tegra20-das +snd-soc-tegra20-i2s +snd-soc-tegra20-spdif +snd-soc-tegra210-admaif +snd-soc-tegra210-adx +snd-soc-tegra210-ahub +snd-soc-tegra210-amx +snd-soc-tegra210-dmic +snd-soc-tegra210-i2s +snd-soc-tegra210-mixer +snd-soc-tegra210-mvc +snd-soc-tegra210-ope +snd-soc-tegra210-sfc +snd-soc-tegra30-ahub +snd-soc-tegra30-i2s +snd-soc-test-component +snd-soc-tfa9879 +snd-soc-tfa989x +snd-soc-ti-edma +snd-soc-ti-sdma +snd-soc-ti-udma +snd-soc-tlv320adc3xxx +snd-soc-tlv320adcx140 +snd-soc-tlv320aic23 +snd-soc-tlv320aic23-i2c +snd-soc-tlv320aic23-spi +snd-soc-tlv320aic31xx +snd-soc-tlv320aic32x4 +snd-soc-tlv320aic32x4-i2c +snd-soc-tlv320aic32x4-spi +snd-soc-tlv320aic3x +snd-soc-tlv320aic3x-i2c +snd-soc-tlv320aic3x-spi +snd-soc-tpa6130a2 +snd-soc-ts3a227e +snd-soc-tscs42xx +snd-soc-tscs454 +snd-soc-uda1334 +snd-soc-wcd-mbhc +snd-soc-wcd9335 +snd-soc-wcd934x +snd-soc-wcd938x +snd-soc-wcd938x-sdw +snd-soc-wm-adsp +snd-soc-wm-hubs +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8524 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8731-i2c +snd-soc-wm8731-spi +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8782 +snd-soc-wm8804 +snd-soc-wm8804-i2c +snd-soc-wm8804-spi +snd-soc-wm8903 +snd-soc-wm8904 +snd-soc-wm8940 +snd-soc-wm8960 +snd-soc-wm8961 +snd-soc-wm8962 +snd-soc-wm8974 +snd-soc-wm8978 +snd-soc-wm8985 +snd-soc-wm8994 +snd-soc-wm9712 +snd-soc-wsa881x +snd-soc-wsa883x +snd-soc-wsa884x +snd-soc-xlnx-formatter-pcm +snd-soc-xlnx-i2s +snd-soc-xlnx-spdif +snd-soc-xtfpga-i2s +snd-soc-zl38060 +snd-sof +snd-sof-imx8 +snd-sof-imx8m +snd-sof-imx8ulp +snd-sof-mt8186 +snd-sof-mt8195 +snd-sof-of +snd-sof-utils +snd-sof-xtensa-dsp +snd-sonicvibes +snd-timer +snd-trident +snd-ua101 +snd-ump +snd-usb-6fire +snd-usb-audio +snd-usb-caiaq +snd-usb-hiface +snd-usb-line6 +snd-usb-pod +snd-usb-podhd +snd-usb-toneport +snd-usb-variax +snd-usbmidi-lib +snd-util-mem +snd-via82xx +snd-via82xx-modem +snd-virmidi +snd-virtuoso +snd-vx-lib +snd-vx222 +snd-ymfpci +snd_xen_front +snet_vdpa +snic +snps_udc_core +snps_udc_plat +snvs_pwrkey +soc_button_array +socfpga +socfpga-a10 +socinfo +softdog +softing +solo6x10 +solos-pci +sony-btf-mpx +soundcore +soundwire-amd +soundwire-bus +soundwire-cadence +soundwire-generic-allocation +soundwire-intel +soundwire-qcom +sp2 +sp805_wdt +sp8870 +sp887x +spaceball +spaceorb +sparse-keymap +sparx5-switch +sparx5-temp +spcp8x5 +speakup +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_dectlk +speakup_dummy +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +speedfax +speedtch +spi-altera-core +spi-altera-dfl +spi-altera-platform +spi-amd +spi-amlogic-spifc-a1 +spi-armada-3700 +spi-axi-spi-engine +spi-bitbang +spi-butterfly +spi-cadence +spi-cadence-quadspi +spi-cadence-xspi +spi-dln2 +spi-dw +spi-dw-mmio +spi-dw-pci +spi-fsi +spi-fsl-dspi +spi-fsl-lpspi +spi-fsl-qspi +spi-geni-qcom +spi-gpio +spi-hisi-kunpeng +spi-hisi-sfc-v3xx +spi-imx +spi-lm70llp +spi-loopback-test +spi-meson-spicc +spi-meson-spifc +spi-microchip-core +spi-microchip-core-qspi +spi-mt65xx +spi-mtk-nor +spi-mtk-snfi +spi-mux +spi-mxic +spi-nor +spi-npcm-fiu +spi-npcm-pspi +spi-nxp-fspi +spi-oc-tiny +spi-orion +spi-pci1xxxx +spi-pl022 +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-qcom-qspi +spi-qup +spi-rockchip +spi-rockchip-sfc +spi-rpc-if +spi-rspi +spi-rzv2m-csi +spi-sc18is602 +spi-sh-hspi +spi-sh-msiof +spi-sifive +spi-slave-mt27xx +spi-slave-system-control +spi-slave-time +spi-sn-f-ospi +spi-sprd +spi-sprd-adi +spi-stm32 +spi-stm32-qspi +spi-sun6i +spi-synquacer +spi-tegra114 +spi-tegra20-sflash +spi-tegra20-slink +spi-tegra210-quad +spi-thunderx +spi-tle62x0 +spi-wpcm-fiu +spi-xcomm +spi-xlp +spi-zynqmp-gqspi +spi_ks8995 +spidev +spinand +spl +spmi +spmi-mtk-pmif +spmi-pmic-arb +sprd-dma +sprd-drm +sprd-iommu +sprd-mailbox +sprd-mcdt +sprd-sc27xx-spi +sprd_hwspinlock +sprd_serial +sprd_thermal +sprd_wdt +sps30 +sps30_i2c +sps30_serial +sr9700 +sr9800 +srf04 +srf08 +ssb +ssb-hcd +ssd1307fb +ssd130x +ssd130x-i2c +ssd130x-spi +ssfdc +ssif_bmc +ssp_accel_sensor +ssp_gyro_sensor +ssp_iio +sst25l +sstfb +ssu100 +st +st-mipid02 +st-nci +st-nci_i2c +st-nci_spi +st-vgxy61 +st1232 +st21nfca_hci +st21nfca_i2c +st7586 +st7735r +st95hf +st_accel +st_accel_i2c +st_accel_spi +st_drv +st_gyro +st_gyro_i2c +st_gyro_spi +st_lsm6dsx +st_lsm6dsx_i2c +st_lsm6dsx_i3c +st_lsm6dsx_spi +st_lsm9ds0 +st_lsm9ds0_i2c +st_lsm9ds0_spi +st_magn +st_magn_i2c +st_magn_spi +st_pressure +st_pressure_i2c +st_pressure_spi +st_sensors +st_sensors_i2c +st_sensors_spi +st_thermal +st_thermal_memmap +st_uvis25_core +st_uvis25_i2c +st_uvis25_spi +starfire +stb0899 +stb6000 +stb6100 +ste10Xp +stex +stinger +stk1160 +stk3310 +stk8312 +stk8ba50 +stm-drm +stm32-adc +stm32-adc-core +stm32-booster +stm32-cec +stm32-crc32 +stm32-cryp +stm32-dac +stm32-dac-core +stm32-dcmi +stm32-dfsdm-adc +stm32-dfsdm-core +stm32-dma2d +stm32-fmc2-ebi +stm32-hash +stm32-lptimer +stm32-lptimer-cnt +stm32-lptimer-trigger +stm32-rng +stm32-timer-cnt +stm32-timer-trigger +stm32-timers +stm32-usart +stm32-vrefbuf +stm32_adfsdm +stm32_fmc2_nand +stm32_iwdg +stm32_rproc +stm_console +stm_core +stm_ftrace +stm_heartbeat +stm_p_basic +stm_p_sys-t +stmfts +stmfx +stmmac +stmmac-pci +stmmac-platform +stmpe-adc +stmpe-keypad +stmpe-ts +stowaway +stp +stpddc60 +stpmic1 +stpmic1_onkey +stpmic1_regulator +stpmic1_wdt +stratix10-rsu +stratix10-soc +stratix10-svc +streamzap +streebog_generic +stts751 +stusb160x +stv0288 +stv0297 +stv0299 +stv0367 +stv0900 +stv090x +stv0910 +stv6110 +stv6110x +stv6111 +sun4i-csi +sun4i-drm +sun4i-gpadc +sun4i-ss +sun4i-tcon +sun4i_tv +sun50i-codec-analog +sun50i-cpufreq-nvmem +sun50i-dmic +sun6i-csi +sun6i-dma +sun6i-isp +sun6i-mipi-csi2 +sun6i-rtc-ccu +sun6i_drc +sun6i_hwspinlock +sun6i_mipi_dsi +sun8i-a33-mbus +sun8i-a83t-mipi-csi2 +sun8i-adda-pr-regmap +sun8i-ce +sun8i-codec +sun8i-codec-analog +sun8i-di +sun8i-drm-hdmi +sun8i-mixer +sun8i-rotate +sun8i-ss +sun8i_tcon_top +sun8i_thermal +sundance +sungem +sungem_phy +sunhme +suni +sunkbd +sunrise_co2 +sunrpc +sunxi +sunxi-cedrus +sunxi-cir +sunxi-mmc +sunxi-rsb +sunxi_wdt +sur40 +surface3_spi +surface_acpi_notify +surface_aggregator +surface_aggregator_cdev +surface_aggregator_hub +surface_aggregator_registry +surface_aggregator_tabletsw +surface_battery +surface_charger +surface_dtx +surface_gpe +surface_hid +surface_hid_core +surface_hotplug +surface_kbd +surface_platform_profile +svc-i3c-master +svgalib +switchtec +sx8654 +sx9310 +sx9324 +sx9360 +sx9500 +sx_common +sy7636a-hwmon +sy7636a-regulator +sy8106a-regulator +sy8824x +sy8827n +sym53c8xx +symbolserial +synaptics_i2c +synaptics_usb +synclink_gt +synopsys_edac +syscon-reboot-mode +sysv +t5403 +tag_ar9331 +tag_brcm +tag_dsa +tag_gswip +tag_hellcreek +tag_ksz +tag_lan9303 +tag_mtk +tag_none +tag_ocelot +tag_ocelot_8021q +tag_qca +tag_rtl4_a +tag_rtl8_4 +tag_rzn1_a5psw +tag_sja1105 +tag_trailer +tag_xrs700x +tap +target_core_file +target_core_iblock +target_core_mod +target_core_pscsi +target_core_user +tc-dwc-g210 +tc-dwc-g210-pci +tc-dwc-g210-pltfrm +tc358743 +tc358746 +tc358762 +tc358764 +tc358767 +tc358768 +tc358775 +tc3589x-keypad +tc654 +tc74 +tc90522 +tca6416-keypad +tca8418_keypad +tcan4x5x +tcm_fc +tcm_loop +tcm_qla2xxx +tcm_remote +tcm_usb_gadget +tcp_bbr +tcp_bic +tcp_cdg +tcp_dctcp +tcp_diag +tcp_highspeed +tcp_htcp +tcp_hybla +tcp_illinois +tcp_lp +tcp_nv +tcp_scalable +tcp_vegas +tcp_veno +tcp_westwood +tcp_yeah +tcpci +tcpci_maxim +tcpci_mt6360 +tcpci_mt6370 +tcpci_rt1711h +tcpm +tcrypt +tcs3414 +tcs3472 +tcsrcc-sm8550 +tda10021 +tda10023 +tda10048 +tda1004x +tda10071 +tda10086 +tda18212 +tda18218 +tda18250 +tda18271 +tda18271c2dd +tda1997x +tda38640 +tda665x +tda7432 +tda8083 +tda8261 +tda826x +tda827x +tda8290 +tda9840 +tda9887 +tda9950 +tda998x +tdfxfb +tdo24m +tea575x +tea5761 +tea5767 +tea6415c +tea6420 +team +team_mode_activebackup +team_mode_broadcast +team_mode_loadbalance +team_mode_random +team_mode_roundrobin +tee +tef6862 +tegra-aconnect +tegra-bpmp-thermal +tegra-drm +tegra-gmi +tegra-kbc +tegra-vde +tegra-video +tegra-xudc +tegra186-cpufreq +tegra186-gpc-dma +tegra194-cpufreq +tegra210-adma +tegra210-emc +tegra30-devfreq +tegra_cec +tegra_nand +tegra_wdt +tehuti +teranetics +test_blackhole_dev +test_bpf +test_power +tg3 +thc63lvd1024 +thermal-generic-adc +thermal_mmio +thmc50 +ths7303 +ths8200 +thunder_bgx +thunder_xcv +thunderbolt +thunderbolt_net +thunderx-mmc +thunderx2_pmu +thunderx_edac +thunderx_zip +ti-adc081c +ti-adc0832 +ti-adc084s021 +ti-adc108s102 +ti-adc12138 +ti-adc128s052 +ti-adc161s626 +ti-ads1015 +ti-ads1100 +ti-ads124s08 +ti-ads131e08 +ti-ads7924 +ti-ads7950 +ti-ads8344 +ti-ads8688 +ti-am65-cpsw-nuss +ti-cal +ti-dac082s085 +ti-dac5571 +ti-dac7311 +ti-dac7612 +ti-dlpc3433 +ti-ecap-capture +ti-j721e-ufs +ti-lmp92064 +ti-lmu +ti-sn65dsi83 +ti-sn65dsi86 +ti-tfp410 +ti-tlc4541 +ti-tpd12s015 +ti-tsc2046 +ti_am335x_adc +ti_am335x_tsc +ti_am335x_tscadc +ti_k3_dsp_remoteproc +ti_k3_r5_remoteproc +ti_sci_pm_domains +ti_usb_3410_5052 +tidss +tifm_7xx1 +tifm_core +tifm_ms +tifm_sd +timeriomem-rng +tipc +tlan +tls +tlv320aic23b +tm2-touchkey +tmag5273 +tmdc +tmio_mmc_core +tmp006 +tmp007 +tmp102 +tmp103 +tmp108 +tmp117 +tmp401 +tmp421 +tmp464 +tmp513 +toshsd +touchit213 +touchright +touchwin +tpci200 +tpl0102 +tpm_atmel +tpm_ftpm_tee +tpm_i2c_atmel +tpm_i2c_infineon +tpm_i2c_nuvoton +tpm_infineon +tpm_st33zp24 +tpm_st33zp24_i2c +tpm_st33zp24_spi +tpm_tis_i2c +tpm_tis_i2c_cr50 +tpm_tis_spi +tpm_tis_synquacer +tpm_vtpm_proxy +tps23861 +tps40422 +tps51632-regulator +tps53679 +tps546d24 +tps6105x +tps6105x-regulator +tps62360-regulator +tps6286x-regulator +tps6287x-regulator +tps65010 +tps65023-regulator +tps6507x +tps6507x-regulator +tps6507x-ts +tps65086 +tps65086-regulator +tps65090-charger +tps65090-regulator +tps65132-regulator +tps65217 +tps65217-regulator +tps65217_bl +tps65217_charger +tps65218 +tps65218-pwrbutton +tps65218-regulator +tps65219 +tps65219-pwrbutton +tps65219-regulator +tps6524x-regulator +tps6586x-regulator +tps65910-regulator +tps65912-regulator +tps6594-core +tps6594-esm +tps6594-i2c +tps6594-pfsm +tps6594-regulator +tps6594-spi +tps6598x +tqmx86 +trace-printk +trancevibrator +trf7970a +tridentfb +ts2020 +ts_bm +ts_fsm +ts_kmp +tsc2004 +tsc2005 +tsc2007 +tsc200x-core +tsc40 +tsi721_mport +tsl2550 +tsl2563 +tsl2583 +tsl2591 +tsl2772 +tsl4531 +tsnep +tsys01 +tsys02d +ttm +ttpci-eeprom +ttusb_dec +ttusbdecfe +ttusbir +ttynull +tua6100 +tua9001 +tulip +tuner +tuner-simple +tuner-types +tunnel4 +tunnel6 +turbografx +turingcc-qcs404 +turris-mox-rwtm +tvaudio +tveeprom +tvp514x +tvp5150 +tvp7002 +tw2804 +tw5864 +tw68 +tw686x +tw9903 +tw9906 +tw9910 +twidjoy +twl-regulator +twl4030-madc +twl4030-pwrbutton +twl4030-vibra +twl4030_charger +twl4030_keypad +twl4030_madc_battery +twl4030_wdt +twl6030-gpadc +twl6030-regulator +twl6040-vibra +twofish_common +twofish_generic +txgbe +typec +typec_displayport +typec_nvidia +typec_ucsi +typhoon +uPD60620 +u_audio +u_ether +u_serial +uacce +uartlite +uas +ubi +ubifs +ublk_drv +ubuntu-host +ucan +ucc_uart +ucd9000 +ucd9200 +ucs1002_power +ucsi_acpi +ucsi_ccg +ucsi_glink +ucsi_stm32g0 +uda1342 +udc-core +udc-xilinx +udf +udl +udlfb +udp_diag +udp_tunnel +ueagle-atm +ufs +ufs-hisi +ufs-mediatek +ufs-qcom +ufs-renesas +ufs-sprd +ufshcd-core +ufshcd-dwc +ufshcd-pci +ufshcd-pltfrm +ug3105_battery +uhid +uio +uio_aec +uio_cif +uio_dfl +uio_dmem_genirq +uio_hv_generic +uio_mf624 +uio_netx +uio_pci_generic +uio_pdrv_genirq +uio_pruss +uio_sercos3 +uleds +uli526x +ulpi +ums-alauda +ums-cypress +ums-datafab +ums-eneub6250 +ums-freecom +ums-isd200 +ums-jumpshot +ums-karma +ums-onetouch +ums-realtek +ums-sddr09 +ums-sddr55 +ums-usbat +ums512-clk +unix_diag +upd64031a +upd64083 +upd78f0730 +us5182d +usb-conn-gpio +usb-dmac +usb-serial-simple +usb-storage +usb251xb +usb3503 +usb4604 +usb8xxx +usb_8dev +usb_debug +usb_f_acm +usb_f_ecm +usb_f_ecm_subset +usb_f_eem +usb_f_fs +usb_f_hid +usb_f_mass_storage +usb_f_midi +usb_f_ncm +usb_f_obex +usb_f_phonet +usb_f_printer +usb_f_rndis +usb_f_serial +usb_f_ss_lb +usb_f_tcm +usb_f_uac1 +usb_f_uac1_legacy +usb_f_uac2 +usb_f_uvc +usb_wwan +usbatm +usbdux +usbduxfast +usbduxsigma +usbhid +usbip-core +usbip-host +usbip-vudc +usbkbd +usblcd +usblp +usbmisc_imx +usbmon +usbmouse +usbnet +usbserial +usbsevseg +usbtest +usbtmc +usbtouchscreen +usbtv +usdhi6rol0 +userio +userspace-consumer +ushc +uss720 +uvc +uvcvideo +uvesafb +v4l2-async +v4l2-dv-timings +v4l2-flash-led-class +v4l2-fwnode +v4l2-h264 +v4l2-jpeg +v4l2-mem2mem +v4l2-tpg +v4l2-vp9 +vcan +vcnl3020 +vcnl4000 +vcnl4035 +vcpu_stall_detector +vctrl-regulator +vdpa +vdpa_sim +vdpa_sim_blk +vdpa_sim_net +vduse +veml6030 +veml6070 +venus-core +venus-dec +venus-enc +versal-fpga +ves1820 +ves1x93 +veth +vexpress-hwmon +vexpress-regulator +vf610_adc +vf610_dac +vfio +vfio-amba +vfio-cdx +vfio-fsl-mc +vfio-pci +vfio-pci-core +vfio-platform +vfio-platform-amdxgbe +vfio-platform-base +vfio-platform-calxedaxgmac +vfio_iommu_type1 +vgastate +vgem +vgg2432a4 +vhci-hcd +vhost +vhost_iotlb +vhost_net +vhost_scsi +vhost_vdpa +vhost_vsock +via-rhine +via-sdmmc +via-velocity +via686a +vicodec +video +video-i2c +video-mux +videobuf-core +videobuf-dma-sg +videobuf2-common +videobuf2-dma-contig +videobuf2-dma-sg +videobuf2-dvb +videobuf2-memops +videobuf2-v4l2 +videobuf2-vmalloc +videocc-sc7180 +videocc-sc7280 +videocc-sdm845 +videocc-sm8150 +videocc-sm8250 +videocc-sm8350 +videocc-sm8450 +videocc-sm8550 +videodev +vim2m +vimc +viperboard +viperboard_adc +virt_wifi +virtio-gpu +virtio-rng +virtio_bt +virtio_crypto +virtio_dma_buf +virtio_input +virtio_mem +virtio_pmem +virtio_rpmsg_bus +virtio_snd +virtio_vdpa +virtiofs +virtual +virtual_ncidev +visconti_wdt +visl +visor +vitesse +vitesse-vsc73xx-core +vitesse-vsc73xx-platform +vitesse-vsc73xx-spi +vivid +vkms +vl53l0x-i2c +vl6180 +vmac +vme_fake +vme_tsi148 +vme_user +vmgenid +vmk80xx +vmw_vmci +vmw_vsock_virtio_transport +vmw_vsock_virtio_transport_common +vmw_vsock_vmci_transport +vmwgfx +vp27smpx +vp_vdpa +vport-geneve +vport-gre +vport-vxlan +vpx3220 +vqmmc-ipq4019-regulator +vrf +vringh +vsock +vsock_diag +vsock_loopback +vsockmon +vsp1 +vsxxxaa +vt1211 +vt6655_stage +vt6656_stage +vt8231 +vt8623fb +vub300 +vx855 +vxcan +vxlan +vz89x +w1-gpio +w1_ds2405 +w1_ds2406 +w1_ds2408 +w1_ds2413 +w1_ds2423 +w1_ds2430 +w1_ds2431 +w1_ds2433 +w1_ds2438 +w1_ds250x +w1_ds2780 +w1_ds2781 +w1_ds2805 +w1_ds28e04 +w1_ds28e17 +w1_smem +w1_therm +w5100 +w5100-spi +w5300 +w6692 +w83627ehf +w83627hf +w83773g +w83781d +w83791d +w83792d +w83793 +w83795 +w83l785ts +w83l786ng +wacom +wacom_i2c +wacom_serial4 +wacom_w8001 +walkera0701 +wanxl +warrior +wcd934x +wcn36xx +wcnss_ctrl +wd719x +wdat_wdt +wdt87xx_i2c +wdt_pci +wfx +whiteheat +wil6210 +wilc1000 +wilc1000-sdio +wilc1000-spi +winbond-840 +wire +wireguard +wishbone-serial +wl1251 +wl1251_sdio +wl1251_spi +wl1273-core +wl12xx +wl18xx +wlcore +wlcore_sdio +wlcore_spi +wm831x-dcdc +wm831x-hwmon +wm831x-isink +wm831x-ldo +wm831x-on +wm831x-ts +wm831x_backup +wm831x_bl +wm831x_power +wm831x_wdt +wm8350-hwmon +wm8350-regulator +wm8350_power +wm8350_wdt +wm8400-regulator +wm8739 +wm8775 +wm8994 +wm8994-regulator +wm97xx-ts +wp512 +wpcm450-soc +wusb3801 +wwan +wwan_hwsim +x25 +x9250 +x_tables +xbox_remote +xc2028 +xc4000 +xc5000 +xcbc +xctr +xdma +xdpe12284 +xdpe152c4 +xen-blkback +xen-evtchn +xen-fbfront +xen-front-pgdir-shbuf +xen-gntalloc +xen-gntdev +xen-hcd +xen-kbdfront +xen-netback +xen-pciback +xen-privcmd +xen-scsiback +xen-scsifront +xen-tpmfront +xen_wdt +xenfs +xfrm4_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_interface +xfrm_ipcomp +xfrm_user +xfs +xgene-dma +xgene-enet +xgene-enet-v2 +xgene-hwmon +xgene-rng +xgene_edac +xhci-histb +xhci-mtk-hcd +xhci-pci +xhci-pci-renesas +xhci-plat-hcd +xhci-rcar-hcd +xhci-tegra +xilinx-ams +xilinx-csi2rxss +xilinx-pr-decoupler +xilinx-spi +xilinx-tpg +xilinx-video +xilinx-vtc +xilinx-xadc +xilinx_can +xilinx_dma +xilinx_dpdma +xilinx_emac +xilinx_emaclite +xilinx_gmii2rgmii +xilinx_sdfec +xilinx_uartps +xilinx_wwdt +xilinxfb +xillybus_class +xillybus_core +xillybus_of +xillybus_pcie +xillyusb +xiphera-trng +xircom_cb +xlnx_r5_remoteproc +xlnx_vcu +xor +xor-neon +xpad +xr_serial +xrs700x +xrs700x_i2c +xrs700x_mdio +xsens_mt +xsk_diag +xt_AUDIT +xt_CHECKSUM +xt_CLASSIFY +xt_CONNSECMARK +xt_CT +xt_DSCP +xt_HL +xt_HMARK +xt_IDLETIMER +xt_LED +xt_LOG +xt_MASQUERADE +xt_NETMAP +xt_NFLOG +xt_NFQUEUE +xt_RATEEST +xt_REDIRECT +xt_SECMARK +xt_TCPMSS +xt_TCPOPTSTRIP +xt_TEE +xt_TPROXY +xt_TRACE +xt_addrtype +xt_bpf +xt_cgroup +xt_cluster +xt_comment +xt_connbytes +xt_connlabel +xt_connlimit +xt_connmark +xt_conntrack +xt_cpu +xt_dccp +xt_devgroup +xt_dscp +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_ipcomp +xt_iprange +xt_ipvs +xt_l2tp +xt_length +xt_limit +xt_mac +xt_mark +xt_multiport +xt_nat +xt_nfacct +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_realm +xt_recent +xt_sctp +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_tcpudp +xt_time +xt_u32 +xtkbd +xusbatm +xxhash_generic +xz_dec_test +yam +yamaha-yas530 +yealink +yellowfin +yenta_socket +yurex +z3fold +zaurus +zd1201 +zd1211rw +zd1301 +zd1301_demod +zet6223 +zforce_ts +zfs +zhenhua +ziirave_wdt +zinitix +zl10036 +zl10039 +zl10353 +zl6100 +zonefs +zopt2201 +zpa2326 +zpa2326_i2c +zpa2326_spi +zram +zstd +zynqmp-aes-gcm +zynqmp-dpsub +zynqmp-fpga +zynqmp-sha +zynqmp_dma +zynqmp_edac --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency/abi/arm64/lowlatency-64k.modules.builtin +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency/abi/arm64/lowlatency-64k.modules.builtin @@ -0,0 +1,536 @@ +8250 +8250_base +8250_dw +8250_fsl +8250_mtk +8250_of +8250_omap +8250_pci +8250_rt288x +8250_tegra +ac +acpi_mdio +aead +aes_generic +af_packet +ahci_imx +akcipher +amba-pl011 +arm-cci +arm-cci +arm-ccn +arm_smmu +arm_smmu_v3 +armada_thermal +armmmci +as3722 +asiliantfb +asn1_decoder +asn1_encoder +atkbd +axg +axg-aoclk +backlight +battery +bcm84881 +binfmt_script +brcmstb_gisb +bsg +button +cbc +cdrom +cfbcopyarea +cfbfillrect +cfbimgblt +charger-manager +clk-apmixed +clk-cpu-dyndiv +clk-cpumux +clk-dualdiv +clk-gate +clk-imx-lpcg-scu +clk-imx-scu +clk-imx8mm +clk-imx8mn +clk-imx8mp +clk-imx8mp-audiomix +clk-imx8mq +clk-ma35d1 +clk-mpll +clk-mt2712 +clk-mt2712-apmixedsys +clk-mt2712-bdp +clk-mt2712-img +clk-mt2712-jpgdec +clk-mt2712-mfg +clk-mt2712-mm +clk-mt2712-vdec +clk-mt2712-venc +clk-mt6765 +clk-mt6765-audio +clk-mt6765-cam +clk-mt6765-img +clk-mt6765-mipi0a +clk-mt6765-mm +clk-mt6765-vcodec +clk-mt6779 +clk-mt6779-aud +clk-mt6779-cam +clk-mt6779-img +clk-mt6779-ipe +clk-mt6779-mfg +clk-mt6779-mm +clk-mt6779-vdec +clk-mt6779-venc +clk-mt6797 +clk-mt6797-img +clk-mt6797-mm +clk-mt6797-vdec +clk-mt6797-venc +clk-mt7622 +clk-mt7622-apmixedsys +clk-mt7622-aud +clk-mt7622-eth +clk-mt7622-hif +clk-mt7622-infracfg +clk-mt7981-apmixed +clk-mt7981-infracfg +clk-mt7981-topckgen +clk-mt7986-apmixed +clk-mt7986-eth +clk-mt7986-infracfg +clk-mt7986-topckgen +clk-mt8167 +clk-mt8167-apmixedsys +clk-mt8167-aud +clk-mt8167-img +clk-mt8167-mfgcfg +clk-mt8167-mm +clk-mt8167-vdec +clk-mt8173-apmixedsys +clk-mt8173-infracfg +clk-mt8173-mm +clk-mt8173-pericfg +clk-mt8173-topckgen +clk-mt8183 +clk-mt8183-apmixedsys +clk-mt8183-audio +clk-mt8183-cam +clk-mt8183-img +clk-mt8183-ipu0 +clk-mt8183-ipu1 +clk-mt8183-ipu_adl +clk-mt8183-ipu_conn +clk-mt8183-mfgcfg +clk-mt8183-mm +clk-mt8183-vdec +clk-mt8183-venc +clk-mt8186-apmixedsys +clk-mt8186-infra_ao +clk-mt8186-topckgen +clk-mt8192 +clk-mt8192-apmixedsys +clk-mt8192-aud +clk-mt8192-cam +clk-mt8192-img +clk-mt8192-imp_iic_wrap +clk-mt8192-ipe +clk-mt8192-mdp +clk-mt8192-mfg +clk-mt8192-mm +clk-mt8192-msdc +clk-mt8192-scp_adsp +clk-mt8192-vdec +clk-mt8192-venc +clk-mt8195-apmixedsys +clk-mt8195-infra_ao +clk-mt8195-peri_ao +clk-mt8195-topckgen +clk-mt8516 +clk-mt8516-apmixedsys +clk-mt8516-aud +clk-mtk +clk-mux +clk-pll +clk-pll +clk-regmap +clk-scmi +clk-vexpress-osc +cmd-db +cn +configfs +cpufreq-dt +cpufreq-dt-platdev +cpufreq_conservative +cpufreq_ondemand +cpufreq_performance +cpufreq_powersave +cpufreq_userspace +crc-ccitt +crc-t10dif +crc16 +crc32 +crc32c_generic +crc64 +crc64-rocksoft +crc64_rocksoft_generic +crc8 +crct10dif_common +crct10dif_generic +crypto +crypto_acompress +crypto_algapi +crypto_hash +crypto_null +cryptomgr +ctr +cts +da9063 +davinci_mdio +dax +deflate +dh_generic +digsig +dm-mod +dns_resolver +drbg +drm_mipi_dsi +drm_panel_orientation_quirks +drop_monitor +dwc2 +ecb +ecryptfs +edac_core +efivarfs +ehci-hcd +ehci-orion +ehci-pci +encrypted-keys +evdev +exportfs +ext4 +extcon-core +failover +fan +fat +fb +fb_sys_fops +fddi +fec +firmware_class +fixed_phy +font +fsl_dpaa_fman +fsl_dpaa_fman_port +fsl_dpaa_mac +fuse +fwnode_mdio +g12a +g12a-aoclk +gcm +geniv +gf128mul +ghash-generic +ghes_edac +glob +governor_passive +governor_performance +governor_powersave +governor_simpleondemand +governor_userspace +gpio-davinci +gpio-generic +gpio-mxc +gpio-pl061 +gpio-tegra +gpio-tegra186 +gpio-xilinx +grant-dma-ops +gxbb +gxbb-aoclk +hed +hid_bpf +hmac +hwmon +i2c-core +i2c-designware-core +i2c-designware-platform +i2c-dev +i2c-omap +i2c-sprd +imsttfb +imx +imx-scu +imx-weim +imx8m-blk-ctrl +imx8mp-blk-ctrl +imx93-blk-ctrl +input-core +interconnect_qcom +iova +ipv6 +irq-meson-gpio +irq-mvebu-pic +irqbypass +jbd2 +jitterentropy_rng +k3-psil-lib +k3-ringacc +k3-udma +k3-udma-glue +kdf_sp800108 +kgdboc +kpp +kvm +led-class +libaes +libahci +libahci_platform +libata +libcryptoutils +libnvdimm +libphy +libps2 +libsha1 +libsha256 +linear_ranges +loop +lz4_decompress +lzo +lzo-rle +lzo_compress +lzo_decompress +max14577 +max310x +max77686 +max77693 +mbcache +md-mod +md5 +mdio-bitbang +mdio_devres +meson-aoclk +meson-clk-measure +meson-ee-pwrc +meson-eeclk +meson-gx-pwrc-vpu +meson_uart +mfd-core +mii +mmc_block +mmc_core +mousedev +mpi +mq-deadline +msm_serial +mtk-eint +mtk-regulator-coupler +mx3fb +mxc-clk +n_null +net_failover +nls_base +nls_cp437 +npcm_wdt +nvmem_zynqmp_nvmem +odroid-go-ultra-poweroff +of_mdio +ohci-hcd +ohci-pci +oid_registry +omap-gpmc +owl-uart +palmas +pci-aardvark +pci-host-common +pci-host-generic +pcie-altera +pcie-altera-msi +pcie-kirin +pcie-mediatek +pcs-lynx +phy-meson-axg-mipi-pcie-analog +phy-meson-axg-pcie +phy-mxs-usb +phy-xgene +phylink +pinctrl-as3722 +pinctrl-imx +pinctrl-imx8dxl +pinctrl-imx8mm +pinctrl-imx8mn +pinctrl-imx8mp +pinctrl-imx8mq +pinctrl-imx8qm +pinctrl-imx8qxp +pinctrl-meson +pinctrl-meson-a1 +pinctrl-meson-axg +pinctrl-meson-axg-pmx +pinctrl-meson-g12a +pinctrl-meson-gxbb +pinctrl-meson-gxl +pinctrl-meson8-pmx +pinctrl-microchip-sgpio +pinctrl-msm +pinctrl-mt6765 +pinctrl-mtk-common-v2 +pinctrl-ocelot +pinctrl-palmas +pinctrl-paris +pinctrl-rockchip +pinctrl-s32g2 +pinctrl-scu +pinctrl-single +pinctrl-sprd +pinctrl-sprd-sc9860 +pkcs7_message +ppp_generic +pps_core +pretimeout_noop +processor +pstore +ptp +public_key +pwc-rzv2m +qcom-ipcc +qcom-pdc +qcom-scm +qcom_rpmh +rapidio +rational +rcar-usb2-clock-sel +regmap-i2c +regmap-mmio +regmap-spi +reset +reset-berlin +reset-imx7 +reset-meson +reset-qcom-aoss +reset-rzg2l-usbphy-ctrl +rfkill +rng +rng-core +roles +rpmhpd +rsa_generic +rtc-efi +rtc-mv +rtc-xgene +rz-mtu3 +sccnxp +scmi-core +scmi-module +scsi_common +scsi_mod +scu-pd +sd_mod +sec-core +sec-irq +selftests +seqiv +serdev +serial_base +serial_mctrl_gpio +serio +sg +sh-sci +sha1_generic +sha256_generic +sha3_generic +sha512-arm64 +sha512-ce +sha512_generic +sig +skcipher +slhc +smc91x +soc-imx8m +spi-fsl-lib +spi-fsl-spi +spi-omap2-mcspi +spm +squashfs +sr_mod +sun20i-ppu +sun50i-a100-ccu +sun50i-a100-r-ccu +sun50i-a64-ccu +sun50i-h6-ccu +sun50i-h6-r-ccu +sun50i-h616-ccu +sun6i-msgbox +sun8i-de2-ccu +sun8i-h3-ccu +sun8i-r-ccu +sunxi-ccu +syscon-clk +syscopyarea +sysfillrect +sysimgblt +t10-pi +tcp_cubic +tegra-tcu +tegra20-apb-dma +tegra20-cpufreq +thermal +ti-cpufreq +ti-msgmgr +ti-opp-supply +ti_sci +tpm +tpm_crb +tpm_tis +tpm_tis_core +tps65912-core +tps65912-i2c +tps65912-spi +trusted +ttyprintk +tun +ucs2_string +uhci-hcd +uinput +unix +usb-common +usbcore +utf8data +vexpress-config +vexpress-sysreg +vfat +vid-pll-div +virt-dma +virtio +virtio-iommu +virtio_balloon +virtio_blk +virtio_console +virtio_mmio +virtio_net +virtio_pci +virtio_pci_legacy_dev +virtio_pci_modern_dev +virtio_ring +virtio_scsi +vivaldi-fmap +watchdog +wwnr +x509_key_parser +xen-blkfront +xen-netfront +xenbus +xenbus_probe_frontend +xgmac_mdio +xhci-hcd +xts +xxhash +xz_dec +zbud +zlib_deflate +zlib_inflate +zsmalloc +zstd_common +zstd_compress +zstd_decompress +zynqmp-ipi-mailbox --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency/abi/arm64/lowlatency-64k.retpoline +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency/abi/arm64/lowlatency-64k.retpoline @@ -0,0 +1 @@ +# RETPOLINE NOT ENABLED --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency/abi/arm64/lowlatency.compiler +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency/abi/arm64/lowlatency.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 13.2.0-4ubuntu3) 13.2.0 --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency/abi/arm64/lowlatency.modules +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency/abi/arm64/lowlatency.modules @@ -0,0 +1,7563 @@ +3c59x +3w-9xxx +3w-sas +3w-xxxx +6lowpan +6pack +8021q +8139cp +8139too +8250_dfl +8250_exar +8250_men_mcb +8250_pci1xxxx +8250_pericom +8255 +8255_pci +8390 +842 +842_compress +842_decompress +88pg86x +88pm800 +88pm800-regulator +88pm805 +88pm80x +88pm80x_onkey +88pm8607 +88pm860x-ts +88pm860x_battery +88pm860x_bl +88pm860x_charger +88pm860x_onkey +9p +9pnet +9pnet_fd +9pnet_rdma +9pnet_virtio +9pnet_xen +BusLogic +a1-peripherals +a1-pll +a100u2w +a3d +a53-pll +a7-pll +a8293 +aacraid +aat2870-regulator +aat2870_bl +abp060mg +ac97_bus +acard-ahci +acbel-fsg032 +acecad +acenic +acp_audio_dma +acpi-als +acpi_configfs +acpi_ipmi +acpi_power_meter +acpi_tad +acpiphp_ibm +act8865-regulator +act8945a +act8945a-regulator +act8945a_charger +act_bpf +act_connmark +act_csum +act_ct +act_ctinfo +act_gact +act_gate +act_ipt +act_mirred +act_mpls +act_nat +act_pedit +act_police +act_sample +act_simple +act_skbedit +act_skbmod +act_tunnel_key +act_vlan +ad2s1200 +ad2s1210 +ad2s90 +ad3552r +ad4130 +ad5064 +ad5110 +ad525x_dpot +ad525x_dpot-i2c +ad525x_dpot-spi +ad5272 +ad5360 +ad5380 +ad5398 +ad5421 +ad5446 +ad5449 +ad5504 +ad5592r +ad5592r-base +ad5593r +ad5624r_spi +ad5686 +ad5686-spi +ad5696-i2c +ad5755 +ad5758 +ad5761 +ad5764 +ad5766 +ad5770r +ad5791 +ad5820 +ad5933 +ad7091r-base +ad7091r5 +ad7124 +ad714x +ad714x-i2c +ad714x-spi +ad7150 +ad7192 +ad7266 +ad7280a +ad7291 +ad7292 +ad7293 +ad7298 +ad7303 +ad7314 +ad74115 +ad7414 +ad7418 +ad74413r +ad7476 +ad7606 +ad7606_par +ad7606_spi +ad7746 +ad7766 +ad7768-1 +ad7780 +ad7791 +ad7793 +ad7816 +ad7877 +ad7879 +ad7879-i2c +ad7879-spi +ad7887 +ad7923 +ad7949 +ad799x +ad8366 +ad8801 +ad9467 +ad9523 +ad9832 +ad9834 +ad_sigma_delta +ada4250 +adc-joystick +adc-keys +adc128d818 +adcxx +addi_apci_1032 +addi_apci_1500 +addi_apci_1516 +addi_apci_1564 +addi_apci_16xx +addi_apci_2032 +addi_apci_2200 +addi_apci_3120 +addi_apci_3501 +addi_apci_3xxx +addi_watchdog +adf4350 +adf4371 +adf4377 +adf7242 +adfs +adi +adi-axi-adc +adiantum +adin +adin1100 +adin1110 +adis16080 +adis16130 +adis16136 +adis16201 +adis16203 +adis16209 +adis16240 +adis16260 +adis16400 +adis16460 +adis16475 +adis16480 +adis_lib +adjd_s311 +adl_pci6208 +adl_pci7x3x +adl_pci8164 +adl_pci9111 +adl_pci9118 +adm1025 +adm1026 +adm1029 +adm1031 +adm1177 +adm1266 +adm1275 +adm8211 +adm9240 +admv1013 +admv1014 +admv4420 +admv8818 +adp1653 +adp5061 +adp5520-keys +adp5520_bl +adp5588-keys +adp5589-keys +adp8860_bl +adp8870_bl +adq12b +adrf6780 +ads7828 +ads7846 +ads7871 +adt7310 +adt7316 +adt7316-i2c +adt7316-spi +adt7410 +adt7411 +adt7462 +adt7470 +adt7475 +adt7x10 +adummy +adutux +adux1020 +adv7170 +adv7175 +adv7180 +adv7183 +adv7343 +adv7393 +adv748x +adv7511 +adv7604 +adv7842 +adv_pci1710 +adv_pci1720 +adv_pci1723 +adv_pci1724 +adv_pci1760 +adv_pci_dio +advansys +adxl313_core +adxl313_i2c +adxl313_spi +adxl34x +adxl34x-i2c +adxl34x-spi +adxl355_core +adxl355_i2c +adxl355_spi +adxl367 +adxl367_i2c +adxl367_spi +adxl372 +adxl372_i2c +adxl372_spi +adxrs290 +adxrs450 +aegis128 +aes-arm64 +aes-ce-blk +aes-ce-ccm +aes-ce-cipher +aes-neon-blk +aes-neon-bs +aes_ti +af9013 +af9033 +af_alg +af_key +af_packet_diag +afe4403 +afe4404 +affs +afs +ah4 +ah6 +ahci +ahci_ceva +ahci_dwc +ahci_mtk +ahci_mvebu +ahci_platform +ahci_qoriq +ahci_seattle +ahci_tegra +ahci_xgene +aht10 +aic79xx +aic7xxx +aic94xx +aio_aio12_8 +aio_iiro_16 +aiptek +aircable +airo +airspy +ak7375 +ak881x +ak8974 +ak8975 +al3010 +al3320a +alcor +alcor_pci +algif_aead +algif_hash +algif_rng +algif_skcipher +alibaba_uncore_drw_pmu +alim7101_wdt +allegro +altera-ci +altera-cvp +altera-fpga2sdram +altera-freeze-bridge +altera-hps2fpga +altera-msgdma +altera-pr-ip-core +altera-pr-ip-core-plat +altera-ps-spi +altera-stapl +altera_jtaguart +altera_ps2 +altera_tse +altera_uart +alx +am2315 +am53c974 +am65-cpts +amba-clcd +amba-pl010 +ambakmi +amc6821 +amd +amd-xgbe +amd5536udc_pci +amd8111e +amdgpu +amdxcp +amlogic-gxl-crypto +amlogic_thermal +amphion-vpu +amplc_dio200 +amplc_dio200_common +amplc_dio200_pci +amplc_pc236 +amplc_pc236_common +amplc_pc263 +amplc_pci224 +amplc_pci230 +amplc_pci236 +amplc_pci263 +ams-iaq-core +ams369fg06 +amt +analog +analogix-anx6345 +analogix-anx78xx +analogix_dp +anatop-regulator +ansi_cprng +anx7411 +anx7625 +anybuss_core +ao-cec +ao-cec-g12a +aoe +apbps2 +apcs-msm8916 +apcs-msm8996 +apds9300 +apds9802als +apds990x +apds9960 +apple-admac +apple-dart +apple-mailbox +apple-mfi-fastcharge +apple-rtkit +apple-sart +apple-soc-cpufreq +apple_wdt +appledisplay +appletalk +appletouch +applicom +apr +apss-ipq-pll +apss-ipq6018 +aptina-pll +aqc111 +aquacomputer_d5next +aquantia +ar0521 +ar1021_i2c +ar5523 +ar7part +ar9331 +arasan-nand-controller +arc-rawmode +arc-rimi +arc_emac +arc_ps2 +arc_uart +arcmsr +arcnet +arcpgu +arcx-anybus +arcxcnn_bl +aria_generic +arizona +arizona-haptics +arizona-i2c +arizona-ldo1 +arizona-micsupp +arizona-spi +ark3116 +arkfb +arm-cmn +arm_cspmu_module +arm_dmc620_pmu +arm_dsu_pmu +arm_mhu +arm_mhu_db +arm_mhuv2 +arm_scmi_powercap +arm_scpi +arm_smc_wdt +arm_smccc_trng +arm_smmuv3_pmu +arm_spe_pmu +armada-37xx-cpufreq +armada-37xx-rwtm-mailbox +armada-8k-cpufreq +armada_37xx_wdt +arp_tables +arpt_mangle +arptable_filter +as102_fe +as370-hwmon +as3711-regulator +as3711_bl +as3722-regulator +as3935 +as5011 +as73211 +asc7621 +ascot2e +asix +ast +async_memcpy +async_pq +async_raid6_recov +async_tx +async_xor +at24 +at25 +at76c50x-usb +at803x +at86rf230 +ata_generic +ata_piix +atbm8830 +atc260x-core +atc260x-i2c +atc260x-onkey +atc260x-poweroff +atc260x-regulator +aten +ath +ath10k_core +ath10k_pci +ath10k_sdio +ath10k_snoc +ath10k_usb +ath11k +ath11k_ahb +ath11k_pci +ath12k +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ath9k_pci_owl_loader +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atlantic +atlas-ezo-sensor +atlas-sensor +atm +atmel +atmel-ecc +atmel-flexcom +atmel-hlcdc +atmel-i2c +atmel-sha204a +atmel_captouch +atmel_mxt_ts +atmel_pci +atmtcp +atp870u +atusb +atxp1 +aty128fb +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +auo-pixcir-ts +auth_rpcgss +authenc +authencesn +autofs4 +auxadc_thermal +avmfritz +ax25 +ax88179_178a +ax88796b +ax88796c +axg-audio +axi-fan-control +axis-fifo +axp20x +axp20x-i2c +axp20x-pek +axp20x-regulator +axp20x-rsb +axp20x_ac_power +axp20x_adc +axp20x_battery +axp20x_usb_power +axp288_adc +b2c2-flexcop +b2c2-flexcop-pci +b2c2-flexcop-usb +b43 +b43legacy +b44 +b53_common +b53_mdio +b53_mmap +b53_serdes +b53_spi +b53_srab +ba431-rng +bam_dma +bareudp +batman-adv +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bcache +bch +bcm-keypad +bcm-phy-lib +bcm-phy-ptp +bcm-sba-raid +bcm-sf2 +bcm203x +bcm3510 +bcm54140 +bcm590xx +bcm590xx-regulator +bcm5974 +bcm63138_nand +bcm6368_nand +bcm7xxx +bcm87xx +bcm_vk +bcma +bcma-hcd +bcmsysport +bd6107 +bd71815-regulator +bd71828-regulator +bd718x7-regulator +bd9571mwv +bd9571mwv-regulator +bd9576-regulator +bd9576_wdt +bd99954-charger +bdc +be2iscsi +be2net +befs +bel-pfe +belkin_sa +berlin2-adc +bfa +bfq +bfs +bfusb +bh1750 +bh1770glc +bh1780 +binder_linux +binfmt_misc +blake2b_generic +block2mtd +blocklayoutdriver +blowfish_common +blowfish_generic +bluefield_edac +bluetooth +bluetooth_6lowpan +bma150 +bma220_spi +bma400_core +bma400_i2c +bma400_spi +bman-test +bmc150-accel-core +bmc150-accel-i2c +bmc150-accel-spi +bmc150_magn +bmc150_magn_i2c +bmc150_magn_spi +bme680_core +bme680_i2c +bme680_spi +bmg160_core +bmg160_i2c +bmg160_spi +bmi088-accel-core +bmi088-accel-spi +bmi160_core +bmi160_i2c +bmi160_spi +bmp280 +bmp280-i2c +bmp280-spi +bna +bnep +bno055 +bno055_i2c +bno055_ser +bnx2 +bnx2fc +bnx2i +bnx2x +bnxt_en +bnxt_re +bochs +bonding +bpa-rs600 +bpa10x +bpck +bpck6 +bpfilter +bpqether +bq2415x_charger +bq24190_charger +bq24257_charger +bq24735-charger +bq2515x_charger +bq256xx_charger +bq25890_charger +bq25980_charger +bq27xxx_battery +bq27xxx_battery_hdq +bq27xxx_battery_i2c +br2684 +br_netfilter +brcmfmac +brcmfmac-bca +brcmfmac-cyw +brcmfmac-wcc +brcmnand +brcmsmac +brcmstb_nand +brcmutil +brd +bridge +broadcom +bsd_comp +bt819 +bt856 +bt866 +bt878 +btbcm +btcoexist +btintel +btmrvl +btmrvl_sdio +btmtk +btmtksdio +btmtkuart +btnxpuart +btqca +btqcomsmd +btrfs +btrsi +btrtl +btsdio +bttv +btusb +bu21013_ts +bu21029_ts +budget +budget-av +budget-ci +budget-core +budget-patch +bxcan +c67x00 +c6xdigio +c_can +c_can_pci +c_can_platform +ca8210 +caam +caam_jr +caamalg_desc +caamhash_desc +cachefiles +cadence-nand-controller +cadence_wdt +cafe_ccic +cafe_nand +caif +caif_serial +caif_socket +caif_usb +caif_virtio +camcc-sc7180 +camcc-sc7280 +camcc-sdm845 +camcc-sm6350 +camcc-sm8250 +camcc-sm8450 +camellia_generic +can +can-bcm +can-dev +can-gw +can-isotp +can-j1939 +can-raw +can327 +cap11xx +capmode +capsule-loader +carl9170 +carminefb +cassini +cast5_generic +cast6_generic +cast_common +catc +cavium-rng +cavium-rng-vf +cavium_ptp +cb710 +cb710-mmc +cb_pcidas +cb_pcidas64 +cb_pcidda +cb_pcimdas +cb_pcimdda +cc10001_adc +cc2520 +cc770 +cc770_isa +cc770_platform +ccm +ccp +ccp-crypto +ccree +ccs +ccs-pll +ccs811 +cctrng +cdc-acm +cdc-phonet +cdc-wdm +cdc_eem +cdc_ether +cdc_mbim +cdc_ncm +cdc_subset +cdns-csi2rx +cdns-csi2tx +cdns-dphy +cdns-dphy-rx +cdns-dsi +cdns-mhdp8546 +cdns-pltfrm +cdns-usb-common +cdns2-udc-pci +cdns3 +cdns3-imx +cdns3-pci-wrap +cdns3-ti +cdnsp-udc-pci +cdx-controller +cec +cec-gpio +ceph +cfb +cfg80211 +cfi_cmdset_0001 +cfi_cmdset_0002 +cfi_cmdset_0020 +cfi_probe +cfi_util +ch +ch341 +ch7006 +ch7322 +ch9200 +ch_ipsec +ch_ktls +chacha-neon +chacha20poly1305 +chacha_generic +chaoskey +charlcd +chcr +chipone-icn6211 +chipone_icn8318 +chipone_icn8505 +chipreg +chnl_net +chromeos_acpi +chromeos_privacy_screen +chromeos_tbmc +chrontel-ch7033 +chv3-i2s +ci_hdrc +ci_hdrc_imx +ci_hdrc_msm +ci_hdrc_pci +ci_hdrc_tegra +ci_hdrc_usb2 +cicada +cifs +cifs_arc4 +cifs_md4 +cirrus +cirrusfb +clip +clk-apple-nco +clk-axi-clkgen +clk-bd718x7 +clk-cbf-8996 +clk-cdce706 +clk-cdce925 +clk-cpu-8996 +clk-cs2000-cp +clk-fsl-flexspi +clk-hi3519 +clk-hi655x +clk-imx8ulp +clk-imx93 +clk-lmk04832 +clk-lochnagar +clk-max77686 +clk-max9485 +clk-mt6795-apmixedsys +clk-mt6795-infracfg +clk-mt6795-mfg +clk-mt6795-mm +clk-mt6795-pericfg +clk-mt6795-topckgen +clk-mt6795-vdecsys +clk-mt6795-vencsys +clk-mt7981-eth +clk-mt8173-img +clk-mt8173-vdecsys +clk-mt8173-vencsys +clk-mt8186-cam +clk-mt8186-img +clk-mt8186-imp_iic_wrap +clk-mt8186-ipe +clk-mt8186-mcu +clk-mt8186-mdp +clk-mt8186-mfg +clk-mt8186-mm +clk-mt8186-vdec +clk-mt8186-venc +clk-mt8186-wpe +clk-mt8188-adsp_audio26m +clk-mt8188-apmixedsys +clk-mt8188-cam +clk-mt8188-ccu +clk-mt8188-img +clk-mt8188-imp_iic_wrap +clk-mt8188-infra_ao +clk-mt8188-ipe +clk-mt8188-mfg +clk-mt8188-peri_ao +clk-mt8188-topckgen +clk-mt8188-vdec +clk-mt8188-vdo0 +clk-mt8188-vdo1 +clk-mt8188-venc +clk-mt8188-vpp0 +clk-mt8188-vpp1 +clk-mt8188-wpe +clk-mt8195-apusys_pll +clk-mt8195-cam +clk-mt8195-ccu +clk-mt8195-img +clk-mt8195-imp_iic_wrap +clk-mt8195-ipe +clk-mt8195-mfg +clk-mt8195-scp_adsp +clk-mt8195-vdec +clk-mt8195-vdo0 +clk-mt8195-vdo1 +clk-mt8195-venc +clk-mt8195-vpp0 +clk-mt8195-vpp1 +clk-mt8195-wpe +clk-mt8365 +clk-mt8365-apmixedsys +clk-mt8365-apu +clk-mt8365-cam +clk-mt8365-mfg +clk-mt8365-mm +clk-mt8365-vdec +clk-mt8365-venc +clk-palmas +clk-phase +clk-plldig +clk-pwm +clk-qcom +clk-renesas-pcie +clk-rk808 +clk-rpm +clk-rpmh +clk-s2mps11 +clk-scpi +clk-si514 +clk-si521xx +clk-si5341 +clk-si5351 +clk-si544 +clk-si570 +clk-smd-rpm +clk-spmi-pmic-div +clk-sprd +clk-twl6040 +clk-versaclock5 +clk-versaclock7 +clk-wm831x +clk-xlnx-clock-wizard +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_flower +cls_fw +cls_matchall +cls_route +cls_u32 +cm109 +cm32181 +cm3232 +cm3323 +cm3605 +cm36651 +cma3000_d0x +cma3000_d0x_i2c +cmac +cmdlinepart +cmtp +cn10k-rng +cnic +cobra +coda +coda-vpu +colibri-vf50-ts +com20020 +com20020-pci +com90io +com90xx +comedi +comedi_8254 +comedi_8255 +comedi_bond +comedi_example_test +comedi_parport +comedi_pci +comedi_test +comedi_usb +contec_pci_dio +cordic +core +corsair-cpro +corsair-psu +cortina +counter +cp210x +cpcap-adc +cpcap-battery +cpcap-charger +cpcap-pwrbutton +cpcap-regulator +cppc_cpufreq +cpr +cptpf +cptvf +cqhci +cramfs +crc-itu-t +crc32_generic +crc4 +crc7 +crct10dif-ce +crg-hi3516cv300 +crg-hi3798cv200 +cros-ec-anx7688 +cros-ec-cec +cros-ec-regulator +cros-ec-sensorhub +cros-ec-typec +cros_ec +cros_ec_accel_legacy +cros_ec_baro +cros_ec_chardev +cros_ec_debugfs +cros_ec_dev +cros_ec_i2c +cros_ec_keyb +cros_ec_lid_angle +cros_ec_light_prox +cros_ec_lightbar +cros_ec_mkbp_proximity +cros_ec_rpmsg +cros_ec_sensors +cros_ec_sensors_core +cros_ec_spi +cros_ec_sysfs +cros_ec_uart +cros_ec_vbc +cros_hps_i2c +cros_kbd_led_backlight +cros_peripheral_charger +cros_typec_switch +cros_usbpd-charger +cros_usbpd_logger +cros_usbpd_notify +cryptd +crypto_engine +crypto_safexcel +crypto_user +cs3308 +cs5345 +cs53l32a +cs_dsp +csiostor +ctucanfd +ctucanfd_pci +ctucanfd_platform +curve25519-generic +cuse +cw1200_core +cw1200_wlan_sdio +cw1200_wlan_spi +cw2015_battery +cx18 +cx18-alsa +cx22700 +cx22702 +cx231xx +cx231xx-alsa +cx231xx-dvb +cx2341x +cx23885 +cx24110 +cx24113 +cx24116 +cx24117 +cx24120 +cx24123 +cx25821 +cx25821-alsa +cx25840 +cx82310_eth +cx88-alsa +cx88-blackbird +cx88-dvb +cx88-vp3054-i2c +cx8800 +cx8802 +cx88xx +cxacru +cxd2099 +cxd2820r +cxd2841er +cxd2880 +cxd2880-spi +cxgb +cxgb3 +cxgb3i +cxgb4 +cxgb4i +cxgb4vf +cxgbit +cxl_acpi +cxl_core +cxl_mem +cxl_pci +cxl_pmem +cxl_pmu +cxl_port +cy8ctma140 +cy8ctmg110_ts +cyapatp +cyber2000fb +cyberjack +cypress-sf +cypress_cy7c63 +cypress_firmware +cypress_m8 +cytherm +cyttsp4_core +cyttsp4_i2c +cyttsp4_spi +cyttsp5 +cyttsp_core +cyttsp_i2c +cyttsp_i2c_common +cyttsp_spi +da280 +da311 +da7280 +da9030_battery +da9034-ts +da903x-regulator +da903x_bl +da9052-battery +da9052-hwmon +da9052-regulator +da9052_bl +da9052_onkey +da9052_tsi +da9052_wdt +da9055-hwmon +da9055-regulator +da9055_onkey +da9055_wdt +da9062-core +da9062-regulator +da9062-thermal +da9062_wdt +da9063-regulator +da9063_onkey +da9063_wdt +da9121-regulator +da9150-charger +da9150-core +da9150-fg +da9150-gpadc +da9210-regulator +da9211-regulator +dac02 +daqboard2000 +das08 +das08_isa +das08_pci +das16 +das16m1 +das1800 +das6402 +das800 +davicom +dax_cxl +dax_hmem +dax_pmem +db9 +dc395x +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +ddbridge +ddbridge-dummy-fe +de2104x +defxx +delta-ahe50dc-fan +denali +denali_dt +denali_pci +des_generic +designware_i2s +device_dax +dfl +dfl-afu +dfl-emif +dfl-fme +dfl-fme-br +dfl-fme-mgr +dfl-fme-region +dfl-n3000-nios +dfl-pci +dht11 +diag +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dib9000 +dibx000_common +digi_acceleport +digicolor-usart +diskonchip +dispcc-qcm2290 +dispcc-sc7180 +dispcc-sc7280 +dispcc-sc8280xp +dispcc-sdm845 +dispcc-sm6115 +dispcc-sm6125 +dispcc-sm6350 +dispcc-sm6375 +dispcc-sm8250 +dispcc-sm8450 +dispcc-sm8550 +display-connector +dl2k +dlhl60d +dlink-dir685-touchkeys +dlm +dln2 +dln2-adc +dm-bio-prison +dm-bufio +dm-cache +dm-cache-smq +dm-clone +dm-crypt +dm-delay +dm-ebs +dm-era +dm-flakey +dm-historical-service-time +dm-integrity +dm-io-affinity +dm-log +dm-log-userspace +dm-log-writes +dm-mirror +dm-multipath +dm-persistent-data +dm-queue-length +dm-raid +dm-region-hash +dm-round-robin +dm-service-time +dm-snapshot +dm-switch +dm-thin-pool +dm-unstripe +dm-verity +dm-writecache +dm-zero +dm-zoned +dm1105 +dm9601 +dma-axi-dmac +dmard06 +dmard09 +dmard10 +dmc520_edac +dme1737 +dmfe +dmi-sysfs +dmm32at +dmx3191d +dnet +dp83640 +dp83822 +dp83848 +dp83867 +dp83869 +dp83tc811 +dp83td510 +dpaa2-console +dpaa2-qdma +dpaa2_caam +dpdmai +dpot-dac +dps310 +dps920ab +drbd +drivetemp +drm +drm_buddy +drm_display_helper +drm_dma_helper +drm_dp_aux_bus +drm_kms_helper +drm_mipi_dbi +drm_shmem_helper +drm_suballoc_helper +drm_ttm_helper +drm_vram_helper +drm_xen_front +drv260x +drv2665 +drv2667 +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1803 +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds4424 +ds620 +dsa_core +dsbr100 +dst +dst_ca +dstr +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt282x +dt3000 +dt3155 +dt9812 +dtpm +dummy +dummy-irq +dummy_stm +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-ttpci +dvb-ttusb-budget +dvb-usb +dvb-usb-a800 +dvb-usb-af9005 +dvb-usb-af9005-remote +dvb-usb-af9015 +dvb-usb-af9035 +dvb-usb-anysee +dvb-usb-au6610 +dvb-usb-az6007 +dvb-usb-az6027 +dvb-usb-ce6230 +dvb-usb-cinergyT2 +dvb-usb-cxusb +dvb-usb-dib0700 +dvb-usb-dibusb-common +dvb-usb-dibusb-mb +dvb-usb-dibusb-mc +dvb-usb-dibusb-mc-common +dvb-usb-digitv +dvb-usb-dtt200u +dvb-usb-dtv5100 +dvb-usb-dvbsky +dvb-usb-dw2102 +dvb-usb-ec168 +dvb-usb-gl861 +dvb-usb-gp8psk +dvb-usb-lmedm04 +dvb-usb-m920x +dvb-usb-mxl111sf +dvb-usb-nova-t-usb2 +dvb-usb-opera +dvb-usb-pctv452e +dvb-usb-rtl28xxu +dvb-usb-technisat-usb2 +dvb-usb-ttusb2 +dvb-usb-umt-010 +dvb-usb-vp702x +dvb-usb-vp7045 +dvb_dummy_fe +dvb_usb_v2 +dw-axi-dmac-platform +dw-edma +dw-edma-pcie +dw-hdmi +dw-hdmi-ahb-audio +dw-hdmi-cec +dw-hdmi-gp-audio +dw-hdmi-i2s-audio +dw-i3c-master +dw-mipi-dsi +dw-xdata-pcie +dw100 +dw9714 +dw9768 +dw9807-vcm +dw_dmac +dw_dmac_core +dw_dmac_pci +dw_drm_dsi +dw_mipi_dsi-stm +dw_mmc +dw_mmc-bluefield +dw_mmc-exynos +dw_mmc-hi3798cv200 +dw_mmc-k3 +dw_mmc-pci +dw_mmc-pltfm +dw_mmc-rockchip +dw_wdt +dwc-xlgmac +dwc2_pci +dwc3 +dwc3-am62 +dwc3-haps +dwc3-imx8mp +dwc3-keystone +dwc3-meson-g12a +dwc3-of-simple +dwc3-pci +dwc3-qcom +dwc3-xilinx +dwmac-altr-socfpga +dwmac-dwc-qos-eth +dwmac-generic +dwmac-imx +dwmac-intel-plat +dwmac-ipq806x +dwmac-loongson +dwmac-mediatek +dwmac-meson +dwmac-meson8b +dwmac-qcom-ethqos +dwmac-rk +dwmac-stm32 +dwmac-sun8i +dwmac-tegra +dwmac-visconti +dyna_pci10xx +dynapro +e100 +e1000 +e1000e +e3x0-button +e4000 +earth-pt1 +earth-pt3 +ebt_802_3 +ebt_among +ebt_arp +ebt_arpreply +ebt_dnat +ebt_ip +ebt_ip6 +ebt_limit +ebt_log +ebt_mark +ebt_mark_m +ebt_nflog +ebt_pkttype +ebt_redirect +ebt_snat +ebt_stp +ebt_vlan +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +ec100 +ec_sys +ecc +ecc-mtk +ecdh_generic +ecdsa_generic +echainiv +echo +ecrdsa_generic +edt-ft5x06 +ee1004 +eeprom +eeprom_93cx6 +eeprom_93xx46 +eeti_ts +efa +efct +efi-pstore +efi_test +efibc +efs +egalax_ts +egalax_ts_serial +ehci-fsl +ehci-npcm7xx +ehci-platform +ehset +einj +ektf2127 +elan_i2c +elants_i2c +elo +em28xx +em28xx-alsa +em28xx-dvb +em28xx-rc +em28xx-v4l +em_canid +em_cmp +em_ipset +em_ipt +em_meta +em_nbyte +em_text +em_u32 +emac_rockchip +emc1403 +emc2103 +emc2305 +emc6w201 +emi26 +emi62 +empeg +ems_pci +ems_usb +emu10k1-gp +emxx_udc +ena +enc28j60 +enclosure +encx24j600 +encx24j600-regmap +ene_ir +eni +enic +envelope-detector +epat +epia +epic100 +eql +erdma +erofs +error +esas2r +esd_usb +esp4 +esp4_offload +esp6 +esp6_offload +esp_scsi +essiv +et1011c +et131x +et8ek8 +etas_es58x +ethoc +etnaviv +evbug +exc3000 +exfat +extcon-adc-jack +extcon-fsa9480 +extcon-gpio +extcon-max14577 +extcon-max3355 +extcon-max77693 +extcon-max77843 +extcon-max8997 +extcon-palmas +extcon-ptn5150 +extcon-qcom-spmi-misc +extcon-rt8973a +extcon-sm5502 +extcon-usb-gpio +extcon-usbc-cros-ec +extcon-usbc-tusb320 +ezusb +f2fs +f71805f +f71882fg +f75375s +f81232 +f81534 +f81601 +f81604 +fakelb +fan53555 +fan53880 +farsync +fastrpc +faulty +fb_agm1264k-fl +fb_bd663474 +fb_ddc +fb_hx8340bn +fb_hx8347d +fb_hx8353d +fb_hx8357d +fb_ili9163 +fb_ili9320 +fb_ili9325 +fb_ili9340 +fb_ili9341 +fb_ili9481 +fb_ili9486 +fb_pcd8544 +fb_ra8875 +fb_s6d02a1 +fb_s6d1121 +fb_seps525 +fb_sh1106 +fb_ssd1289 +fb_ssd1305 +fb_ssd1306 +fb_ssd1325 +fb_ssd1331 +fb_ssd1351 +fb_st7735r +fb_st7789v +fb_tinylcd +fb_tls8204 +fb_uc1611 +fb_uc1701 +fb_upd161704 +fbtft +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fdomain_pci +fdp +fdp_i2c +fealnx +ff-memless +ffa-module +fieldbus_dev +fintek-cir +firedtv +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +fit2 +fit3 +fixed +fjes +fl512 +flexcan +fm10k +fm801-gp +fm_drv +forcedeth +fore_200e +fou +fou6 +fpga-bridge +fpga-mgr +fpga-region +freevxfs +friq +frpw +fsa4480 +fscache +fsi-core +fsi-master-aspeed +fsi-master-gpio +fsi-master-hub +fsi-occ +fsi-sbefifo +fsi-scom +fsia6b +fsl-dpaa2-eth +fsl-dpaa2-ptp +fsl-dpaa2-switch +fsl-edma +fsl-edma-common +fsl-enetc +fsl-enetc-core +fsl-enetc-ierb +fsl-enetc-mdio +fsl-enetc-ptp +fsl-enetc-vf +fsl-ldb +fsl-mc-dpio +fsl-mph-dr-of +fsl-qdma +fsl_dpa +fsl_ifc_nand +fsl_imx8_ddr_perf +fsl_imx9_ddr_perf +fsl_linflexuart +fsl_lpuart +fsl_pq_mdio +fsl_ucc_hdlc +fsp-3y +ftdi_sio +ftl +ftsteutates +fujitsu_ts +funcore +funeth +fusb302 +fxas21002c_core +fxas21002c_i2c +fxas21002c_spi +fxls8962af-core +fxls8962af-i2c +fxls8962af-spi +fxos8700_core +fxos8700_i2c +fxos8700_spi +g450_pll +g760a +g762 +g_acm_ms +g_audio +g_cdc +g_dbgp +g_ether +g_ffs +g_hid +g_mass_storage +g_midi +g_ncm +g_nokia +g_printer +g_serial +g_webcam +g_zero +gadgetfs +gamecon +gameport +garmin_gps +garp +gateworks-gsc +gb-audio-apbridgea +gb-audio-codec +gb-audio-gb +gb-audio-manager +gb-audio-module +gb-bootrom +gb-es2 +gb-firmware +gb-gbphy +gb-gpio +gb-hid +gb-i2c +gb-light +gb-log +gb-loopback +gb-power-supply +gb-pwm +gb-raw +gb-sdio +gb-spi +gb-spilib +gb-uart +gb-usb +gb-vibrator +gcc-ipq4019 +gcc-ipq5332 +gcc-ipq6018 +gcc-ipq8074 +gcc-ipq9574 +gcc-msm8916 +gcc-msm8917 +gcc-msm8939 +gcc-msm8953 +gcc-msm8976 +gcc-msm8994 +gcc-msm8996 +gcc-msm8998 +gcc-qcm2290 +gcc-qcs404 +gcc-qdu1000 +gcc-sa8775p +gcc-sc7180 +gcc-sc7280 +gcc-sc8180x +gcc-sc8280xp +gcc-sdm660 +gcc-sdm845 +gcc-sdx75 +gcc-sm6115 +gcc-sm6125 +gcc-sm6350 +gcc-sm6375 +gcc-sm7150 +gcc-sm8150 +gcc-sm8250 +gcc-sm8350 +gcc-sm8450 +gcc-sm8550 +gdmtty +gdmulte +ge2d +gemini +gen_probe +generic +generic-adc-battery +genet +geneve +genwqe_card +gf2k +gfs2 +ghash-ce +gianfar_driver +gl518sm +gl520sm +gl620a +gluebi +gm12u320 +gnss +gnss-mtk +gnss-serial +gnss-sirf +gnss-ubx +gnss-usb +go7007 +go7007-loader +go7007-usb +goku_udc +goldfish_battery +goodix_ts +gp2ap002 +gp2ap020a00f +gp8psk-fe +gpi +gpio +gpio-74x164 +gpio-74xx-mmio +gpio-adnp +gpio-adp5520 +gpio-aggregator +gpio-altera +gpio-altera-a10sr +gpio-amd-fch +gpio-amdpt +gpio-arizona +gpio-bd71815 +gpio-bd71828 +gpio-bd9571mwv +gpio-beeper +gpio-cadence +gpio-charger +gpio-da9052 +gpio-da9055 +gpio-dln2 +gpio-dwapb +gpio-eic-sprd +gpio-exar +gpio-fan +gpio-fxl6408 +gpio-grgpio +gpio-gw-pld +gpio-hisi +gpio-hlwd +gpio-idio-16 +gpio-ir-recv +gpio-ir-tx +gpio-janz-ttl +gpio-kempld +gpio-latch +gpio-logicvc +gpio-lp3943 +gpio-lp873x +gpio-lp87565 +gpio-madera +gpio-max3191x +gpio-max7300 +gpio-max7301 +gpio-max730x +gpio-max732x +gpio-max77620 +gpio-max77650 +gpio-mb86s7x +gpio-mc33880 +gpio-menz127 +gpio-mlxbf +gpio-mlxbf2 +gpio-mlxbf3 +gpio-moxtet +gpio-pca953x +gpio-pca9570 +gpio-pcf857x +gpio-pci-idio-16 +gpio-pcie-idio-24 +gpio-pisosr +gpio-pmic-eic-sprd +gpio-rcar +gpio-rdc321x +gpio-regmap +gpio-regulator +gpio-rockchip +gpio-sbu-mux +gpio-sim +gpio-siox +gpio-sl28cpld +gpio-sprd +gpio-syscon +gpio-thunderx +gpio-tpic2810 +gpio-tps65086 +gpio-tps65218 +gpio-tps65219 +gpio-tps65912 +gpio-tqmx86 +gpio-twl4030 +gpio-twl6040 +gpio-vibra +gpio-viperboard +gpio-virtio +gpio-visconti +gpio-wcd934x +gpio-wm831x +gpio-wm8350 +gpio-wm8994 +gpio-xgene-sb +gpio-xlp +gpio-xra1403 +gpio-zynq +gpio-zynqmp-modepin +gpio_backlight +gpio_decoder +gpio_keys +gpio_keys_polled +gpio_mouse +gpio_wdt +gpmi-nand +gpu-sched +gpucc-msm8998 +gpucc-sa8775p +gpucc-sc7180 +gpucc-sc7280 +gpucc-sc8280xp +gpucc-sdm660 +gpucc-sdm845 +gpucc-sm6115 +gpucc-sm6125 +gpucc-sm6350 +gpucc-sm6375 +gpucc-sm8150 +gpucc-sm8250 +gpucc-sm8350 +gpucc-sm8450 +gpucc-sm8550 +gr_udc +grace +grcan +gre +greybus +grip +grip_mp +gs1662 +gs_usb +gsc-hwmon +gsc_hpdi +gspca_benq +gspca_conex +gspca_cpia1 +gspca_dtcs033 +gspca_etoms +gspca_finepix +gspca_gl860 +gspca_jeilinj +gspca_jl2005bcd +gspca_kinect +gspca_konica +gspca_m5602 +gspca_main +gspca_mars +gspca_mr97310a +gspca_nw80x +gspca_ov519 +gspca_ov534 +gspca_ov534_9 +gspca_pac207 +gspca_pac7302 +gspca_pac7311 +gspca_se401 +gspca_sn9c2028 +gspca_sn9c20x +gspca_sonixb +gspca_sonixj +gspca_spca1528 +gspca_spca500 +gspca_spca501 +gspca_spca505 +gspca_spca506 +gspca_spca508 +gspca_spca561 +gspca_sq905 +gspca_sq905c +gspca_sq930x +gspca_stk014 +gspca_stk1135 +gspca_stv0680 +gspca_stv06xx +gspca_sunplus +gspca_t613 +gspca_topro +gspca_touptek +gspca_tv8532 +gspca_vc032x +gspca_vicam +gspca_xirlink_cit +gspca_zc3xx +gtp +gud +guillemot +gunze +gve +hackrf +hamachi +hampshire +hantro-vpu +hanwang +hbmc-am654 +hci +hci_bcm4377 +hci_nokia +hci_uart +hci_vhci +hclge +hclgevf +hctr2 +hd3ss3220 +hd44780 +hd44780_common +hdc100x +hdc2010 +hdlc +hdlc_cisco +hdlc_fr +hdlc_ppp +hdlc_raw +hdlc_raw_eth +hdlc_x25 +hdlcd +hdlcdrv +hdma +hdma_mgmt +hdpvr +he +helene +hellcreek_sw +hexium_gemini +hexium_orion +hfcmulti +hfcpci +hfcsusb +hfpll +hfs +hfsplus +hi311x +hi3660-mailbox +hi556 +hi6210-i2s +hi6220-mailbox +hi6220_reset +hi6421-pmic-core +hi6421-regulator +hi6421-spmi-pmic +hi6421v530-regulator +hi6421v600-irq +hi6421v600-regulator +hi655x-pmic +hi655x-regulator +hi8435 +hi846 +hi847 +hibmc-drm +hid +hid-a4tech +hid-accutouch +hid-alps +hid-apple +hid-appleir +hid-asus +hid-aureal +hid-axff +hid-belkin +hid-betopff +hid-bigbenff +hid-cherry +hid-chicony +hid-cmedia +hid-corsair +hid-cougar +hid-cp2112 +hid-creative-sb0540 +hid-cypress +hid-dr +hid-elan +hid-elecom +hid-elo +hid-emsff +hid-evision +hid-ezkey +hid-ft260 +hid-gaff +hid-gembird +hid-generic +hid-gfrm +hid-glorious +hid-google-hammer +hid-gt683r +hid-gyration +hid-holtek-kbd +hid-holtek-mouse +hid-holtekff +hid-hyperv +hid-icade +hid-ite +hid-jabra +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-led +hid-lenovo +hid-letsketch +hid-lg-g15 +hid-logitech +hid-logitech-dj +hid-logitech-hidpp +hid-macally +hid-magicmouse +hid-maltron +hid-mcp2221 +hid-megaworld +hid-mf +hid-microsoft +hid-monterey +hid-multitouch +hid-nintendo +hid-nti +hid-ntrig +hid-nvidia-shield +hid-ortek +hid-penmount +hid-petalynx +hid-picolcd +hid-pl +hid-plantronics +hid-playstation +hid-primax +hid-prodikeys +hid-pxrc +hid-razer +hid-redragon +hid-retrode +hid-rmi +hid-roccat +hid-roccat-arvo +hid-roccat-common +hid-roccat-isku +hid-roccat-kone +hid-roccat-koneplus +hid-roccat-konepure +hid-roccat-kovaplus +hid-roccat-lua +hid-roccat-pyra +hid-roccat-ryos +hid-roccat-savu +hid-saitek +hid-samsung +hid-semitek +hid-sensor-accel-3d +hid-sensor-als +hid-sensor-custom +hid-sensor-custom-intel-hinge +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-humidity +hid-sensor-iio-common +hid-sensor-incl-3d +hid-sensor-magn-3d +hid-sensor-press +hid-sensor-prox +hid-sensor-rotation +hid-sensor-temperature +hid-sensor-trigger +hid-sigmamicro +hid-sjoy +hid-sony +hid-speedlink +hid-steam +hid-steelseries +hid-sunplus +hid-thrustmaster +hid-tivo +hid-tmff +hid-topre +hid-topseed +hid-twinhan +hid-u2fzero +hid-uclogic +hid-udraw-ps3 +hid-viewsonic +hid-vivaldi +hid-vivaldi-common +hid-vrc2 +hid-waltop +hid-wiimote +hid-xiaomi +hid-xinmo +hid-zpff +hid-zydacron +hideep +hidp +hih6130 +himax_hx83112b +hinic +hip04_eth +hisi-acc-vfio-pci +hisi-rng +hisi-sfc +hisi-spmi-controller +hisi-trng-v2 +hisi504_nand +hisi_femac +hisi_hikey_usb +hisi_hpre +hisi_pcie_pmu +hisi_powerkey +hisi_ptt +hisi_qm +hisi_sas_main +hisi_sas_v1_hw +hisi_sas_v2_hw +hisi_sas_v3_hw +hisi_sec +hisi_sec2 +hisi_thermal +hisi_uncore_cpa_pmu +hisi_uncore_ddrc_pmu +hisi_uncore_hha_pmu +hisi_uncore_l3c_pmu +hisi_uncore_pa_pmu +hisi_uncore_pmu +hisi_uncore_sllc_pmu +hisi_uncore_uc_pmu +hisi_zip +histb-rng +hix5hd2_gmac +hmc425a +hmc5843_core +hmc5843_i2c +hmc5843_spi +hmc6352 +hms-profinet +hnae +hnae3 +hns-roce-hw-v2 +hns3 +hns3_pmu +hns_dsaf +hns_enet_drv +hns_mdio +hopper +horus3a +host1x +hostap +hostap_pci +hostap_plx +hp03 +hp206c +hpfs +hpilo +hpsa +hptiop +hpwdt +hsi +hsi_char +hso +hsr +ht16k33 +hte-tegra194 +hte-tegra194-test +hts221 +hts221_i2c +hts221_spi +htu21 +huawei_cdc_ncm +hv_balloon +hv_netvsc +hv_sock +hv_storvsc +hv_utils +hv_vmbus +hwmon-vid +hwpoison-inject +hx711 +hx8357 +hx8357d +hycon-hy46xx +hynitron_cstxxx +hyperbus-core +hyperv-keyboard +hyperv_drm +hyperv_fb +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-altera +i2c-amd756 +i2c-amd8111 +i2c-apple +i2c-arb-gpio-challenge +i2c-cbus-gpio +i2c-ccgx-ucsi +i2c-cp2615 +i2c-cros-ec-tunnel +i2c-demux-pinctrl +i2c-designware-pci +i2c-diolan-u2c +i2c-dln2 +i2c-fsi +i2c-gpio +i2c-hid +i2c-hid-acpi +i2c-hid-of +i2c-hid-of-elan +i2c-hid-of-goodix +i2c-hisi +i2c-hix5hd2 +i2c-i801 +i2c-imx +i2c-imx-lpi2c +i2c-isch +i2c-kempld +i2c-matroxfb +i2c-mchp-pci1xxxx +i2c-meson +i2c-mlxbf +i2c-mt65xx +i2c-mux +i2c-mux-gpio +i2c-mux-gpmux +i2c-mux-ltc4306 +i2c-mux-mlxcpld +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-mux-pinctrl +i2c-mux-reg +i2c-mv64xxx +i2c-nforce2 +i2c-nomadik +i2c-npcm7xx +i2c-nvidia-gpu +i2c-ocores +i2c-owl +i2c-parport +i2c-pca-platform +i2c-piix4 +i2c-pxa +i2c-qcom-cci +i2c-qcom-geni +i2c-qup +i2c-rcar +i2c-riic +i2c-rk3x +i2c-robotfuzz-osif +i2c-rzv2m +i2c-scmi +i2c-sh_mobile +i2c-simtec +i2c-sis5595 +i2c-sis630 +i2c-sis96x +i2c-slave-eeprom +i2c-smbus +i2c-stm32f4 +i2c-stm32f7-drv +i2c-stub +i2c-synquacer +i2c-taos-evm +i2c-tegra +i2c-tegra-bpmp +i2c-thunderx +i2c-tiny-usb +i2c-versatile +i2c-via +i2c-viapro +i2c-viperboard +i2c-virtio +i2c-xgene-slimpro +i2c-xiic +i2c-xlp9xx +i3c +i3c-master-cdns +i40e +i5k_amb +i6300esb +i740fb +iavf +ib_cm +ib_core +ib_ipoib +ib_iser +ib_isert +ib_mthca +ib_srp +ib_srpt +ib_umad +ib_uverbs +ibm-cffps +ibm-panel +ibmaem +ibmpex +icc-bcm-voter +icc-bwmon +icc-clk +icc-osm-l3 +icc-rpmh +icc-smd-rpm +ice +ice40-spi +icp10100 +icp_multi +icplus +ics932s401 +idma64 +idmouse +idt77252 +idt_89hpesx +idt_gen2 +idt_gen3 +idtcps +ieee802154 +ieee802154_6lowpan +ieee802154_socket +ifb +ifcvf +ife +ifi_canfd +iforce +iforce-serio +iforce-usb +igb +igbvf +igc +igorplugusb +iguanair +ii_pci20kc +iio-mux +iio-rescale +iio-trig-hrtimer +iio-trig-interrupt +iio-trig-loop +iio-trig-sysfs +iio_dummy +iio_hwmon +ila +ili210x +ili9163 +ili9225 +ili922x +ili9320 +ili9341 +ili9486 +ilitek_ts_i2c +imagis +img-ascii-lcd +img-i2s-in +img-i2s-out +img-parallel-out +img-spdif-in +img-spdif-out +imm +imon +imon_raw +ims-pcu +imx-audio-rpmsg +imx-bus +imx-common +imx-cpufreq-dt +imx-dcss +imx-dma +imx-dsp +imx-interconnect +imx-lcdc +imx-lcdif +imx-ldb-helper +imx-mailbox +imx-media-common +imx-mipi-csis +imx-pcm-dma +imx-pcm-rpmsg +imx-pxp +imx-sdma +imx208 +imx214 +imx219 +imx258 +imx274 +imx290 +imx296 +imx2_wdt +imx319 +imx334 +imx335 +imx355 +imx412 +imx415 +imx6q-cpufreq +imx6ul_tsc +imx7-media-csi +imx7d_adc +imx7ulp_wdt +imx8-isi +imx8m-ddrc +imx8mm-interconnect +imx8mm_thermal +imx8mn-interconnect +imx8mp-interconnect +imx8mq-interconnect +imx8mq-mipi-csi2 +imx8qm-ldb +imx8qxp-adc +imx8qxp-ldb +imx8qxp-pixel-combiner +imx8qxp-pixel-link +imx8qxp-pxl2dpi +imx93-pd +imx93-src +imx93_adc +imx_dsp_rproc +imx_keypad +imx_rproc +imx_sc_key +imx_sc_thermal +imx_sc_wdt +imx_thermal +imxfb +ina209 +ina238 +ina2xx +ina2xx-adc +ina3221 +industrialio +industrialio-buffer-cb +industrialio-buffer-dma +industrialio-buffer-dmaengine +industrialio-configfs +industrialio-gts-helper +industrialio-hw-consumer +industrialio-sw-device +industrialio-sw-trigger +industrialio-triggered-buffer +industrialio-triggered-event +inet_diag +inexio +inftl +initio +input-leds +inspur-ipsps +int51x1 +intel-m10-bmc-core +intel-m10-bmc-hwmon +intel-m10-bmc-pmci +intel-m10-bmc-spi +intel-nand-controller +intel-xway +intel_qat +intel_th +intel_th_acpi +intel_th_gth +intel_th_msu +intel_th_msu_sink +intel_th_pci +intel_th_pti +intel_th_sth +intel_vr_nor +interact +interrupt-cnt +inv-icm42600 +inv-icm42600-i2c +inv-icm42600-spi +inv-mpu6050 +inv-mpu6050-i2c +inv-mpu6050-spi +io-domain +io_edgeport +io_ti +iommufd +ionic +iosm +iowarrior +ip5xxx_power +ip6_gre +ip6_tables +ip6_tunnel +ip6_udp_tunnel +ip6_vti +ip6t_NPT +ip6t_REJECT +ip6t_SYNPROXY +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_mh +ip6t_rpfilter +ip6t_rt +ip6t_srh +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6table_security +ip_gre +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmac +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_mac +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +ip_tables +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_fo +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_mh +ip_vs_nq +ip_vs_ovf +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_twos +ip_vs_wlc +ip_vs_wrr +ip_vti +ipa +ipack +ipaq +ipcomp +ipcomp6 +iphase +ipheth +ipip +ipmb_dev_int +ipmi_devintf +ipmi_ipmb +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_ssif +ipmi_watchdog +ipoctal +ipr +iproc_nand +ips +ipt_ECN +ipt_REJECT +ipt_SYNPROXY +ipt_ah +ipt_rpfilter +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +iptable_security +ipvlan +ipvtap +ipw +ipw2100 +ipw2200 +iqs269a +iqs5xx +iqs620at-temp +iqs621-als +iqs624-pos +iqs626a +iqs62x +iqs62x-keys +iqs7222 +ir-hix5hd2 +ir-imon-decoder +ir-jvc-decoder +ir-kbd-i2c +ir-mce_kbd-decoder +ir-nec-decoder +ir-rc5-decoder +ir-rc6-decoder +ir-rcmm-decoder +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +ir-spi +ir-usb +ir-xmp-decoder +ir35221 +ir36021 +ir38064 +ir_toy +irdma +irps5401 +irq-imx-mu-msi +irq-madera +irq-pruss-intc +irq-qcom-mpm +iscsi_boot_sysfs +iscsi_ibft +iscsi_target_mod +iscsi_tcp +isdnhdlc +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl29125 +isl29501 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isl68137 +isl7998x +isl9305 +isofs +isp116x-hcd +isp1704_charger +isp1760 +it87 +it913x +itd1000 +ite-cir +ite-it6505 +ite-it66121 +itg3200 +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_cm +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +ix2505v +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +jh7110-crypto +jmb38x_ms +jme +joydev +joydump +jr3_pci +jsa1212 +jsm +k3_bandgap +k3_j72xx_bandgap +k3dma +kafs +kalmia +kaweth +kbic +kbtab +kcm +kcomedilib +kcs_bmc +kcs_bmc_cdev_ipmi +kcs_bmc_npcm7xx +kcs_bmc_serio +ke_counter +keembay-ocs-aes +keembay-ocs-ecc +keembay-ocs-hcu +keembay_wdt +kempld-core +kempld_wdt +kernelcapi +keyspan +keyspan_pda +keyspan_remote +keywrap +kfifo_buf +khadas-mcu +khadas_mcu_fan +kheaders +kionix-kx022a +kionix-kx022a-i2c +kionix-kx022a-spi +kirin-drm +kl5kusb105 +kmb-drm +kmem +kmx61 +kobil_sct +komeda +kpss-xcc +ks0108 +ks0127 +ks7010 +ks8842 +ks8851_common +ks8851_par +ks8851_spi +ksmbd +ksz884x +ksz8863_smi +ksz9477_i2c +ksz_spi +ksz_switch +ktd253-backlight +ktti +ktz8866 +kvaser_pci +kvaser_pciefd +kvaser_usb +kxcjk-1013 +kxsd9 +kxsd9-i2c +kxsd9-spi +kxtj9 +kyber-iosched +kyrofb +l1oip +l2tp_core +l2tp_debugfs +l2tp_eth +l2tp_ip +l2tp_ip6 +l2tp_netlink +l2tp_ppp +l4f00242t03 +l64781 +lan743x +lan78xx +lan9303-core +lan9303_i2c +lan9303_mdio +lan966x-switch +lan966x_serdes +lanai +lantiq_gswip +lapb +lapbether +lattice-ecp3-config +lattice-sysconfig +lattice-sysconfig-spi +layerscape_edac_mod +lcd +lcd2s +ldusb +lec +led-class-flash +led-class-multicolor +led_bl +leds-88pm860x +leds-aat1290 +leds-adp5520 +leds-an30259a +leds-as3645a +leds-aw200xx +leds-aw2013 +leds-bcm6328 +leds-bcm6358 +leds-bd2606mvv +leds-bd2802 +leds-blinkm +leds-cpcap +leds-cr0014114 +leds-da903x +leds-da9052 +leds-dac124s085 +leds-el15203000 +leds-gpio +leds-is31fl319x +leds-is31fl32xx +leds-ktd2692 +leds-lm3530 +leds-lm3532 +leds-lm3533 +leds-lm355x +leds-lm3601x +leds-lm36274 +leds-lm3642 +leds-lm3692x +leds-lm3697 +leds-lp3944 +leds-lp3952 +leds-lp50xx +leds-lp5521 +leds-lp5523 +leds-lp5562 +leds-lp55xx-common +leds-lp8501 +leds-lp8788 +leds-lp8860 +leds-lt3593 +leds-max77650 +leds-max77693 +leds-max8997 +leds-mc13783 +leds-menf21bmc +leds-mlxreg +leds-mt6323 +leds-mt6360 +leds-mt6370-flash +leds-mt6370-rgb +leds-pca9532 +leds-pca955x +leds-pca963x +leds-pwm +leds-pwm-multicolor +leds-qcom-flash +leds-qcom-lpg +leds-regulator +leds-rt4505 +leds-rt8515 +leds-sc27xx-bltc +leds-sgm3140 +leds-spi-byte +leds-tca6507 +leds-ti-lmu-common +leds-tlc591xx +leds-tps6105x +leds-wm831x-status +leds-wm8350 +ledtrig-activity +ledtrig-audio +ledtrig-backlight +ledtrig-camera +ledtrig-default-on +ledtrig-heartbeat +ledtrig-netdev +ledtrig-oneshot +ledtrig-pattern +ledtrig-timer +ledtrig-transient +ledtrig-tty +ledtrig-usbport +legousbtower +lg-vl600 +lg2160 +lgdt3305 +lgdt3306a +lgdt330x +lgs8gl5 +lgs8gxx +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libarc4 +libceph +libchacha +libchacha20poly1305 +libcomposite +libcrc32c +libcurve25519 +libcurve25519-generic +libcxgb +libcxgbi +libdes +libertas +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libpoly1305 +libsas +libwx +lightning +lima +line-display +lineage-pem +linear +linkstation-poweroff +liquidio +liquidio-core +liquidio_vf +lis3lv02d +lis3lv02d_i2c +liteuart +litex_liteeth +litex_mmc +litex_soc_ctrl +lkkbd +ll_temac +llc +llc2 +llcc-qcom +lm25066 +lm3533-als +lm3533-core +lm3533-ctrlbank +lm3533_bl +lm3560 +lm3630a_bl +lm3639_bl +lm363x-regulator +lm3646 +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95234 +lm95241 +lm95245 +lmh +lmp91000 +lms283gf05 +lms501kf03 +lnbh25 +lnbh29 +lnbp21 +lnbp22 +lochnagar-hwmon +lochnagar-regulator +lockd +logicvc-drm +lontium-lt8912b +lontium-lt9211 +lontium-lt9611 +lontium-lt9611uxc +lp +lp3943 +lp3971 +lp3972 +lp855x_bl +lp8727_charger +lp872x +lp873x +lp873x-regulator +lp8755 +lp87565 +lp87565-regulator +lp8788-buck +lp8788-charger +lp8788-ldo +lp8788_adc +lp8788_bl +lpass-gfm-sm8250 +lpassaudiocc-sc7280 +lpasscc-sc7280 +lpasscc-sc8280xp +lpasscc-sdm845 +lpasscorecc-sc7180 +lpasscorecc-sc7280 +lpc_ich +lpc_sch +lpddr_cmds +lpfc +lru_cache +lrw +lt3651-charger +lt7182s +ltc1660 +ltc2471 +ltc2485 +ltc2496 +ltc2497 +ltc2497-core +ltc2632 +ltc2688 +ltc2941-battery-gauge +ltc2945 +ltc2947-core +ltc2947-i2c +ltc2947-spi +ltc2978 +ltc2983 +ltc2990 +ltc2992 +ltc3589 +ltc3676 +ltc3815 +ltc4151 +ltc4162-l-charger +ltc4215 +ltc4222 +ltc4245 +ltc4260 +ltc4261 +ltr501 +ltrf216a +ltv350qv +lv0104cs +lv5207lp +lvds-codec +lvstest +lvts_thermal +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m2m-deinterlace +m52790 +m62332 +m88ds3103 +m88rs2000 +m88rs6000t +mISDN_core +mISDN_dsp +mISDNinfineon +mISDNipac +mISDNisar +m_can +m_can_pci +m_can_platform +ma35d1_serial +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac-iceland +mac-inuit +mac-roman +mac-romanian +mac-turkish +mac80211 +mac80211_hwsim +mac802154 +mac802154_hwsim +macb +macb_pci +machxo2-spi +macmodes +macsec +macvlan +macvtap +madera +madera-i2c +madera-spi +mag3110 +magellan +mailbox-altera +mailbox-test +mailbox-xgene-slimpro +mali-dp +mantis +mantis_core +map_absent +map_funcs +map_ram +map_rom +marvell +marvell-88x2222 +marvell-cesa +marvell10g +marvell_cn10k_ddr_pmu +marvell_cn10k_tad_pmu +marvell_nand +matrix-keymap +matrix_keypad +matrox_w1 +matroxfb_DAC1064 +matroxfb_Ti3026 +matroxfb_accel +matroxfb_base +matroxfb_crtc2 +matroxfb_g450 +matroxfb_maven +matroxfb_misc +max1027 +max11100 +max1111 +max1118 +max11205 +max11410 +max11801_ts +max1241 +max127 +max1363 +max14577-regulator +max14577_charger +max14656_charger_detector +max15301 +max1586 +max16064 +max16065 +max1619 +max16601 +max1668 +max17040_battery +max17042_battery +max1721x_battery +max197 +max20086-regulator +max20411-regulator +max20730 +max20751 +max2165 +max2175 +max30100 +max30102 +max30208 +max3100 +max31722 +max31730 +max31760 +max31785 +max31790 +max31827 +max31856 +max31865 +max3420_udc +max3421-hcd +max34440 +max44000 +max44009 +max517 +max5432 +max5481 +max5487 +max5522 +max5821 +max63xx_wdt +max6620 +max6621 +max6639 +max6650 +max6697 +max6875 +max7359_keypad +max77541 +max77541-adc +max77541-regulator +max77620-regulator +max77620_thermal +max77620_wdt +max77650 +max77650-charger +max77650-onkey +max77650-regulator +max77686-regulator +max77693-haptic +max77693-regulator +max77693_charger +max77714 +max77802-regulator +max77826-regulator +max77976_charger +max8649 +max8660 +max8688 +max8893 +max8903_charger +max8907 +max8907-regulator +max8925-regulator +max8925_bl +max8925_onkey +max8925_power +max8952 +max8973-regulator +max8997-regulator +max8997_charger +max8997_haptic +max8998 +max8998_charger +max9271 +max9286 +max9611 +max96712 +maxim_thermocouple +mb1232 +mb862xxfb +mb86a16 +mb86a20s +mc +mc13783-adc +mc13783-pwrbutton +mc13783-regulator +mc13783_ts +mc13892-regulator +mc13xxx-core +mc13xxx-i2c +mc13xxx-regulator-core +mc13xxx-spi +mc3230 +mc34vr500 +mc44s803 +mcam-core +mcb +mcb-lpc +mcb-pci +mcba_usb +mceusb +mchp23k256 +mchp48l640 +mchp_pci1xxxx_gp +mchp_pci1xxxx_gpio +mcp16502 +mcp251x +mcp251xfd +mcp3021 +mcp320x +mcp3422 +mcp3911 +mcp4018 +mcp41010 +mcp4131 +mcp4531 +mcp4725 +mcp4922 +mcr20a +mcs5000_ts +mcs7830 +mcs_touchkey +mct_u232 +mctp-i2c +mctp-serial +md-cluster +md4 +mdc800 +mdio +mdio-bcm-unimac +mdio-cavium +mdio-gpio +mdio-hisi-femac +mdio-i2c +mdio-ipq4019 +mdio-ipq8064 +mdio-mscc-miim +mdio-mux +mdio-mux-gpio +mdio-mux-meson-g12a +mdio-mux-meson-gxl +mdio-mux-mmioreg +mdio-mux-multiplexer +mdio-mvusb +mdio-octeon +mdio-regmap +mdio-thunder +mdio-xgene +mdt_loader +me4000 +me_daq +mediatek +mediatek-cpufreq +mediatek-cpufreq-hw +mediatek-drm +mediatek-drm-hdmi +mediatek-ge +mediatek-ge-soc +megachips-stdpxxxx-ge-b850v3-fw +megaraid +megaraid_mbox +megaraid_mm +megaraid_sas +melfas_mip4 +memory-notifier-error-inject +memstick +men_z135_uart +men_z188_adc +mena21_wdt +menf21bmc +menf21bmc_hwmon +menf21bmc_wdt +menz69_wdt +meson-canvas +meson-drm +meson-gx-mmc +meson-gxl +meson-ir +meson-ir-tx +meson-mx-sdio +meson-rng +meson-vdec +meson_ddr_pmu_g12 +meson_dw_hdmi +meson_dw_mipi_dsi +meson_gxbb_wdt +meson_nand +meson_saradc +meson_wdt +metro-usb +metronomefb +mf6x4 +mgag200 +mhi +mhi_ep +mhi_net +mhi_pci_generic +mhi_wwan_ctrl +mhi_wwan_mbim +mi0283qt +michael_mic +micrel +microchip +microchip-spi +microchip_t1 +microchip_t1s +microread +microread_i2c +microtek +minix +mip6 +mipi-i3c-hci +mite +mkiss +ml86v7667 +mlx4_core +mlx4_en +mlx4_ib +mlx5-vfio-pci +mlx5_core +mlx5_ib +mlx5_vdpa +mlx90614 +mlx90632 +mlx_wdt +mlxbf-bootctl +mlxbf-pmc +mlxbf-tmfifo +mlxbf_gige +mlxfw +mlxreg-fan +mlxreg-hotplug +mlxreg-io +mlxreg-lc +mlxsw_core +mlxsw_i2c +mlxsw_minimal +mlxsw_pci +mlxsw_spectrum +mma7455_core +mma7455_i2c +mma7455_spi +mma7660 +mma8450 +mma8452 +mma9551 +mma9551_core +mma9553 +mmc35240 +mmc_hsq +mmc_spi +mmcc-msm8994 +mmcc-msm8996 +mmcc-msm8998 +mmcc-sdm660 +mms114 +mn88443x +mn88472 +mn88473 +mos7720 +mos7840 +most_cdev +most_core +most_dim2 +most_i2c +most_net +most_snd +most_usb +most_video +motorcomm +motorola-cpcap +moxa +moxtet +mp2629 +mp2629_adc +mp2629_charger +mp2888 +mp2975 +mp5023 +mp5416 +mp8859 +mp886x +mpc624 +mpi3mr +mpl115 +mpl115_i2c +mpl115_spi +mpl3115 +mpls_gso +mpls_iptunnel +mpls_router +mpoa +mpq7920 +mpq7932 +mpr121_touchkey +mprls0025pa +mpt3sas +mptbase +mptcp_diag +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +mpu3050 +mr75203 +mrf24j40 +mrp +ms5611_core +ms5611_i2c +ms5611_spi +ms5637 +ms_block +ms_sensors_i2c +msa311 +mscc +mscc_felix +mscc_felix_dsa_lib +mscc_ocelot +mscc_ocelot_ext +mscc_ocelot_switch_lib +mscc_seville +msdos +mse102x +msg2638 +msi001 +msi2500 +msm +msp3400 +mspro_block +mss-sc7180 +mt2060 +mt2063 +mt20xx +mt2131 +mt2266 +mt312 +mt352 +mt6311-regulator +mt6315-regulator +mt6323-regulator +mt6331-regulator +mt6332-regulator +mt6357-regulator +mt6358-regulator +mt6359-accdet +mt6359-regulator +mt6360-adc +mt6360-core +mt6360-regulator +mt6360_charger +mt6370 +mt6370-adc +mt6370-backlight +mt6370-charger +mt6370-regulator +mt6380-regulator +mt6397 +mt6397-regulator +mt6577_auxadc +mt6779-keypad +mt6797-mt6351 +mt7530 +mt7530-mdio +mt7530-mmio +mt76 +mt76-connac-lib +mt76-sdio +mt76-usb +mt7601u +mt7603e +mt7615-common +mt7615e +mt7663-usb-sdio-common +mt7663s +mt7663u +mt76x0-common +mt76x02-lib +mt76x02-usb +mt76x0e +mt76x0u +mt76x2-common +mt76x2e +mt76x2u +mt7915e +mt7921-common +mt7921e +mt7921s +mt7921u +mt7996e +mt8183-da7219-max98357 +mt8183-mt6358-ts3a227-max98357 +mt8186-mt6366-da7219-max98357 +mt8186-mt6366-rt1019-rt5682s +mt8188-mt6359 +mt8192-mt6359-rt1015-rt5682 +mt8195-mt6359 +mt9m001 +mt9m111 +mt9p031 +mt9t112 +mt9v011 +mt9v032 +mt9v111 +mtd +mtd_blkdevs +mtd_dataflash +mtdblock +mtdblock_ro +mtdoops +mtdpstore +mtdram +mtdswap +mtip32xx +mtk-adsp-common +mtk-adsp-ipc +mtk-adsp-mailbox +mtk-btcvsd +mtk-cci-devfreq +mtk-cir +mtk-cmdq-helper +mtk-cmdq-mailbox +mtk-cqdma +mtk-devapc +mtk-hsdma +mtk-mmsys +mtk-mutex +mtk-pmic-keys +mtk-pmic-wrap +mtk-rng +mtk-sd +mtk-smi +mtk-svs +mtk-uart-apdma +mtk-vpu +mtk_dp +mtk_iommu +mtk_nand +mtk_rpmsg +mtk_scp +mtk_scp_ipi +mtk_t7xx +mtk_wdt +mtouch +mtu3 +multipath +multiq3 +musb_hdrc +mux-adg792a +mux-adgs1408 +mux-core +mux-gpio +mux-mmio +mv88e6060 +mv88e6xxx +mv_u3d_core +mv_udc +mvmdio +mvneta +mvpp2 +mvsas +mvumi +mwifiex +mwifiex_pcie +mwifiex_sdio +mwifiex_usb +mwl8k +mxb +mxc-jpeg-encdec +mxc4005 +mxc6255 +mxc_nand +mxc_w1 +mxcmmc +mxic_nand +mxl-gpy +mxl111sf-demod +mxl111sf-tuner +mxl301rf +mxl5005s +mxl5007t +mxl5xx +mxl692 +mxser +mxsfb +mxuport +myrb +myri10ge +myrs +n5pf +n_gsm +n_hdlc +nand +nandcore +nandsim +national +natsemi +nau7802 +navman +nb7vpq904m +nbd +nci +nci_spi +nci_uart +ncn26000 +nct6683 +nct6775 +nct6775-core +nct6775-i2c +nct7802 +nct7904 +nd_btt +nd_pmem +nd_virtio +ne2k-pci +neofb +net1080 +net2272 +net2280 +netconsole +netdevsim +netfs +netjet +netlink_diag +netrom +netsec +netup-unidvb +netxen_nic +newtonkbd +nf_conncount +nf_conntrack +nf_conntrack_amanda +nf_conntrack_bridge +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_dup_ipv4 +nf_dup_ipv6 +nf_dup_netdev +nf_flow_table +nf_flow_table_inet +nf_log_syslog +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_irc +nf_nat_pptp +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nf_reject_ipv4 +nf_reject_ipv6 +nf_socket_ipv4 +nf_socket_ipv6 +nf_synproxy_core +nf_tables +nf_tproxy_ipv4 +nf_tproxy_ipv6 +nfc +nfc_digital +nfcmrvl +nfcmrvl_i2c +nfcmrvl_spi +nfcmrvl_uart +nfcmrvl_usb +nfcsim +nfit +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_hook +nfnetlink_log +nfnetlink_osf +nfnetlink_queue +nfp +nfs +nfs_acl +nfs_layout_flexfiles +nfs_layout_nfsv41_files +nfsd +nfsv2 +nfsv3 +nfsv4 +nft_chain_nat +nft_compat +nft_connlimit +nft_ct +nft_dup_ipv4 +nft_dup_ipv6 +nft_dup_netdev +nft_fib +nft_fib_inet +nft_fib_ipv4 +nft_fib_ipv6 +nft_fib_netdev +nft_flow_offload +nft_fwd_netdev +nft_hash +nft_limit +nft_log +nft_masq +nft_meta_bridge +nft_nat +nft_numgen +nft_osf +nft_queue +nft_quota +nft_redir +nft_reject +nft_reject_bridge +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +nft_reject_netdev +nft_socket +nft_synproxy +nft_tproxy +nft_tunnel +nft_xfrm +nftl +ngbe +ngene +nhc_dest +nhc_fragment +nhc_hop +nhc_ipv6 +nhc_mobility +nhc_routing +nhc_udp +nhpoly1305 +nhpoly1305-neon +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_a2150 +ni_at_ao +ni_atmio +ni_atmio16d +ni_labpc +ni_labpc_common +ni_labpc_pci +ni_pcidio +ni_pcimio +ni_routes_test +ni_routing +ni_tio +ni_tiocmd +ni_usb6501 +nicpf +nicstar +nicvf +nilfs2 +nitro_enclaves +niu +nixge +nlmon +nls_ascii +nls_cp1250 +nls_cp1251 +nls_cp1255 +nls_cp737 +nls_cp775 +nls_cp850 +nls_cp852 +nls_cp855 +nls_cp857 +nls_cp860 +nls_cp861 +nls_cp862 +nls_cp863 +nls_cp864 +nls_cp865 +nls_cp866 +nls_cp869 +nls_cp874 +nls_cp932 +nls_cp936 +nls_cp949 +nls_cp950 +nls_euc-jp +nls_iso8859-1 +nls_iso8859-13 +nls_iso8859-14 +nls_iso8859-15 +nls_iso8859-2 +nls_iso8859-3 +nls_iso8859-4 +nls_iso8859-5 +nls_iso8859-6 +nls_iso8859-7 +nls_iso8859-9 +nls_koi8-r +nls_koi8-ru +nls_koi8-u +nls_utf8 +noa1305 +nosy +notifier-error-inject +nouveau +novatek-nvt-ts +nozomi +npcm-rng +npcm750-pwm-fan +npcm_adc +npcm_edac +nps_enet +ns558 +ns83820 +nsh +ntb +ntb_hw_epf +ntb_hw_idt +ntb_hw_switchtec +ntb_netdev +ntb_perf +ntb_pingpong +ntb_tool +ntb_transport +ntc_thermistor +ntfs +ntfs3 +ntxec +null_blk +nuvoton-cir +nvec +nvec_kbd +nvec_paz00 +nvec_power +nvec_ps2 +nvidiafb +nvme +nvme-apple +nvme-common +nvme-core +nvme-fabrics +nvme-fc +nvme-loop +nvme-rdma +nvme-tcp +nvmem-apple-efuses +nvmem-imx-iim +nvmem-imx-ocotp +nvmem-imx-ocotp-ele +nvmem-imx-ocotp-scu +nvmem-layerscape-sfp +nvmem-rave-sp-eeprom +nvmem-reboot-mode +nvmem-rmem +nvmem-rockchip-otp +nvmem-sc27xx-efuse +nvmem_meson_efuse +nvmem_meson_mx_efuse +nvmem_mtk-efuse +nvmem_qcom-spmi-sdam +nvmem_qfprom +nvmem_rockchip_efuse +nvmem_snvs_lpgpr +nvmem_sprd_efuse +nvmem_stm32_romem +nvmem_sunxi_sid +nvmem_u-boot-env +nvmet +nvmet-fc +nvmet-rdma +nvmet-tcp +nvsw-sn2201 +nwl-dsi +nxp-bbnsm-pwrkey +nxp-c45-tja11xx +nxp-cbtx +nxp-nci +nxp-nci_i2c +nxp-ptn3460 +nxp-tja11xx +nxt200x +nxt6000 +nzxt-kraken2 +nzxt-smart2 +objagg +ocelot-soc +ocfb +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stack_o2cb +ocfs2_stack_user +ocfs2_stackglue +ocmem +ocrdma +octeon_ep +octeontx-cpt +octeontx-cptvf +of-fpga-region +of_mmc_spi +of_pmem +of_xilinx_wdt +ofb +ofpart +og01a1b +ohci-platform +omap-mailbox +omap-rng +omap2_nand +omap4-keypad +omap_elm +omap_hwspinlock +omfs +omninet +on20 +on26 +onboard_usb_hub +onenand +onie-tlv +open-dice +opencores-kbd +openvswitch +opt3001 +opt4001 +optee +optee-rng +opticon +option +or51132 +or51211 +orangefs +orinoco +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +oti6858 +otm3225a +otx2_ptp +ov01a10 +ov02a10 +ov08d10 +ov08x40 +ov13858 +ov13b10 +ov2640 +ov2659 +ov2680 +ov2685 +ov2740 +ov4689 +ov5640 +ov5645 +ov5647 +ov5648 +ov5670 +ov5675 +ov5693 +ov5695 +ov6650 +ov7251 +ov7640 +ov7670 +ov772x +ov7740 +ov8856 +ov8858 +ov8865 +ov9282 +ov9640 +ov9650 +ov9734 +overlay +owl-dma +owl-emac +owl-mmc +oxu210hp-hcd +p54common +p54pci +p54spi +p54usb +p8022 +pa12203001 +palmas-pwrbutton +palmas-regulator +palmas_gpadc +pandora_bl +panel +panel-abt-y030xx067a +panel-arm-versatile +panel-asus-z00t-tm5p5-n35596 +panel-auo-a030jtn01 +panel-boe-bf060y8m-aj0 +panel-boe-himax8279d +panel-boe-tv101wum-nl6 +panel-dsi-cm +panel-ebbg-ft8719 +panel-edp +panel-elida-kd35t133 +panel-feixin-k101-im2ba02 +panel-feiyang-fy07024di26a30d +panel-himax-hx8394 +panel-ilitek-ili9322 +panel-ilitek-ili9341 +panel-ilitek-ili9881c +panel-innolux-ej030na +panel-innolux-p079zca +panel-jadard-jd9365da-h3 +panel-jdi-fhd-r63452 +panel-jdi-lt070me05000 +panel-khadas-ts050 +panel-kingdisplay-kd097d04 +panel-leadtek-ltk050h3146w +panel-leadtek-ltk500hd1829 +panel-lg-lb035q02 +panel-lg-lg4573 +panel-lvds +panel-magnachip-d53e6ea8966 +panel-mantix-mlaf057we51 +panel-mipi-dbi +panel-nec-nl8048hl11 +panel-newvision-nv3051d +panel-newvision-nv3052c +panel-novatek-nt35510 +panel-novatek-nt35560 +panel-novatek-nt35950 +panel-novatek-nt36523 +panel-novatek-nt36672a +panel-novatek-nt39016 +panel-olimex-lcd-olinuxino +panel-orisetech-ota5601a +panel-orisetech-otm8009a +panel-osd-osd101t2587-53ts +panel-panasonic-vvx10f034n00 +panel-raspberrypi-touchscreen +panel-raydium-rm67191 +panel-raydium-rm68200 +panel-ronbo-rb070d30 +panel-samsung-atna33xc20 +panel-samsung-db7430 +panel-samsung-ld9040 +panel-samsung-s6d16d0 +panel-samsung-s6d27a1 +panel-samsung-s6d7aa0 +panel-samsung-s6e3ha2 +panel-samsung-s6e63j0x03 +panel-samsung-s6e63m0 +panel-samsung-s6e63m0-dsi +panel-samsung-s6e63m0-spi +panel-samsung-s6e88a0-ams452ef01 +panel-samsung-s6e8aa0 +panel-samsung-sofef00 +panel-seiko-43wvf1g +panel-sharp-lq101r1sx01 +panel-sharp-ls037v7dw01 +panel-sharp-ls043t1le01 +panel-sharp-ls060t1sx01 +panel-simple +panel-sitronix-st7701 +panel-sitronix-st7703 +panel-sitronix-st7789v +panel-sony-acx565akm +panel-sony-td4353-jdi +panel-sony-tulip-truly-nt35521 +panel-tdo-tl070wsh30 +panel-tpo-td028ttec1 +panel-tpo-td043mtea1 +panel-tpo-tpg110 +panel-truly-nt35597 +panel-visionox-rm69299 +panel-visionox-vtdr6130 +panel-widechips-ws2401 +panel-xinpeng-xpp055c272 +panfrost +parade-ps8622 +parade-ps8640 +parkbd +parman +parport +parport_pc +parport_serial +parser_trx +pata_acpi +pata_ali +pata_amd +pata_artop +pata_atiixp +pata_atp867x +pata_cmd640 +pata_cmd64x +pata_cypress +pata_efar +pata_hpt366 +pata_hpt37x +pata_hpt3x2n +pata_hpt3x3 +pata_imx +pata_it8213 +pata_it821x +pata_jmicron +pata_legacy +pata_marvell +pata_mpiix +pata_netcell +pata_ninja32 +pata_ns87410 +pata_ns87415 +pata_of_platform +pata_oldpiix +pata_opti +pata_optidma +pata_parport +pata_pdc2027x +pata_pdc202xx_old +pata_piccolo +pata_platform +pata_radisys +pata_rdc +pata_rz1000 +pata_sch +pata_serverworks +pata_sil680 +pata_sis +pata_sl82c105 +pata_triflex +pata_via +pc300too +pc87360 +pc87427 +pca9450-regulator +pcap-regulator +pcap_keys +pcap_ts +pcbc +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci +pci-epf-mhi +pci-epf-ntb +pci-epf-vntb +pci-hyperv +pci-hyperv-intf +pci-meson +pci-pf-stub +pci-stub +pci200syn +pcie-apple +pcie-mediatek-gen3 +pcie-qcom-ep +pcie-rockchip-host +pcie-tegra194 +pcips2 +pcl711 +pcl724 +pcl726 +pcl730 +pcl812 +pcl816 +pcl818 +pcm3724 +pcmad +pcmcia_core +pcmcia_rsrc +pcmda12 +pcmmio +pcmuio +pcnet32 +pcrypt +pcs-mtk-lynxi +pcs_xpcs +pcwd_pci +pcwd_usb +pdc_adma +pdr_interface +pds_core +pds_vdpa +peak_pci +peak_pciefd +peak_usb +peci +peci-cpu +peci-cputemp +peci-dimmtemp +pegasus +pegasus_notetaker +penmount +pf8x00-regulator +pfr_telemetry +pfr_update +pfuze100-regulator +phantom +phonet +phram +phy-am654-serdes +phy-armada38x-comphy +phy-bcm-kona-usb2 +phy-berlin-sata +phy-berlin-usb +phy-cadence-salvo +phy-cadence-sierra +phy-cadence-torrent +phy-can-transceiver +phy-cpcap-usb +phy-exynos-usb2 +phy-fsl-imx8-mipi-dphy +phy-fsl-imx8m-pcie +phy-fsl-imx8mq-usb +phy-fsl-imx8qm-lvds-phy +phy-fsl-lynx-28g +phy-generic +phy-gmii-sel +phy-gpio-vbus-usb +phy-hi3660-usb3 +phy-hi3670-pcie +phy-hi3670-usb3 +phy-hi6220-usb +phy-hisi-inno-usb2 +phy-histb-combphy +phy-intel-keembay-emmc +phy-intel-keembay-usb +phy-isp1301 +phy-j721e-wiz +phy-mapphone-mdm6600 +phy-meson-axg-mipi-dphy +phy-meson-g12a-mipi-dphy-analog +phy-meson-g12a-usb2 +phy-meson-g12a-usb3-pcie +phy-meson-gxl-usb2 +phy-meson8b-usb2 +phy-mtk-dp +phy-mtk-hdmi-drv +phy-mtk-mipi-dsi-drv +phy-mtk-pcie +phy-mtk-tphy +phy-mtk-ufs +phy-mtk-xsphy +phy-mvebu-a3700-comphy +phy-mvebu-a3700-utmi +phy-mvebu-cp110-comphy +phy-mvebu-cp110-utmi +phy-ocelot-serdes +phy-omap-usb2 +phy-pxa-28nm-hsic +phy-pxa-28nm-usb2 +phy-qcom-apq8064-sata +phy-qcom-edp +phy-qcom-eusb2-repeater +phy-qcom-ipq4019-usb +phy-qcom-ipq806x-sata +phy-qcom-ipq806x-usb +phy-qcom-pcie2 +phy-qcom-qmp-combo +phy-qcom-qmp-pcie +phy-qcom-qmp-pcie-msm8996 +phy-qcom-qmp-ufs +phy-qcom-qmp-usb +phy-qcom-qusb2 +phy-qcom-sgmii-eth +phy-qcom-snps-eusb2 +phy-qcom-snps-femto-v2 +phy-qcom-usb-hs +phy-qcom-usb-hs-28nm +phy-qcom-usb-hsic +phy-qcom-usb-ss +phy-rcar-gen2 +phy-rcar-gen3-pcie +phy-rcar-gen3-usb2 +phy-rcar-gen3-usb3 +phy-rockchip-dp +phy-rockchip-dphy-rx0 +phy-rockchip-emmc +phy-rockchip-inno-csidphy +phy-rockchip-inno-dsidphy +phy-rockchip-inno-hdmi +phy-rockchip-inno-usb2 +phy-rockchip-naneng-combphy +phy-rockchip-pcie +phy-rockchip-snps-pcie3 +phy-rockchip-typec +phy-rockchip-usb +phy-stm32-usbphyc +phy-sun4i-usb +phy-sun50i-usb3 +phy-sun6i-mipi-dphy +phy-tahvo +phy-tegra-usb +phy-tegra-xusb +phy-tegra194-p2u +phy-tusb1210 +phy-zynqmp +physmap +pi3usb30532 +pi433 +pim4328 +pinctrl-apple-gpio +pinctrl-axp209 +pinctrl-cy8c95x0 +pinctrl-da9062 +pinctrl-imx8ulp +pinctrl-imx93 +pinctrl-ipq5018 +pinctrl-ipq5332 +pinctrl-ipq6018 +pinctrl-ipq8074 +pinctrl-ipq9574 +pinctrl-keembay +pinctrl-lochnagar +pinctrl-lpass-lpi +pinctrl-madera +pinctrl-max77620 +pinctrl-mcp23s08 +pinctrl-mcp23s08_i2c +pinctrl-mcp23s08_spi +pinctrl-mdm9607 +pinctrl-meson-s4 +pinctrl-mlxbf3 +pinctrl-msm8916 +pinctrl-msm8953 +pinctrl-msm8976 +pinctrl-msm8994 +pinctrl-msm8996 +pinctrl-msm8998 +pinctrl-mt6779 +pinctrl-qcm2290 +pinctrl-qcs404 +pinctrl-qdf2xxx +pinctrl-qdu1000 +pinctrl-rk805 +pinctrl-sa8775p +pinctrl-sc7180 +pinctrl-sc7280 +pinctrl-sc7280-lpass-lpi +pinctrl-sc8180x +pinctrl-sc8280xp +pinctrl-sc8280xp-lpass-lpi +pinctrl-sdm660 +pinctrl-sdm670 +pinctrl-sdm845 +pinctrl-sdx75 +pinctrl-sm6115 +pinctrl-sm6125 +pinctrl-sm6350 +pinctrl-sm6375 +pinctrl-sm7150 +pinctrl-sm8150 +pinctrl-sm8250 +pinctrl-sm8250-lpass-lpi +pinctrl-sm8350 +pinctrl-sm8450 +pinctrl-sm8450-lpass-lpi +pinctrl-sm8550 +pinctrl-sm8550-lpass-lpi +pinctrl-spmi-gpio +pinctrl-spmi-mpp +pinctrl-ssbi-gpio +pinctrl-ssbi-mpp +pinctrl-stmfx +pinctrl-zynqmp +pinephone-keyboard +ping +pistachio-internal-dac +pixcir_i2c_ts +pkcs7_test_key +pkcs8_key_parser +pktgen +pl111_drm +pl172 +pl2303 +pl330 +plat-ram +plat_nand +platform_lcd +platform_mhu +platform_profile +plfxlc +pli1209bc +plip +plusb +pluto2 +plx_dma +plx_pci +pm-notifier-error-inject +pm2fb +pm3fb +pm6764tr +pm80xx +pm8916_wdt +pm8941-pwrkey +pm8xxx-vibrator +pmbus +pmbus_core +pmc551 +pmcraid +pmic_glink +pmic_glink_altmode +pms7003 +pn532_uart +pn533 +pn533_i2c +pn533_usb +pn544 +pn544_i2c +pn_pep +poly1305-neon +poly1305_generic +polynomial +polyval-ce +polyval-generic +port100 +powermate +powr1220 +ppa +ppdev +ppp_async +ppp_deflate +ppp_mppe +ppp_synctty +pppoatm +pppoe +pppox +pps-gpio +pps-ldisc +pps_parport +pptp +prestera +prestera_pci +pretimeout_panic +prism2_usb +pru_rproc +pruss +ps2-gpio +ps2mult +psample +pse_regulator +psmouse +psnap +pstore_blk +pstore_zone +psxpad-spi +ptp-qoriq +ptp_clockmatrix +ptp_dfl_tod +ptp_idt82p33 +ptp_ines +ptp_kvm +ptp_ocp +pulse8-cec +pulsedlight-lidar-lite-v2 +pv88060-regulator +pv88080-regulator +pv88090-regulator +pvcalls-front +pvpanic +pvpanic-mmio +pvpanic-pci +pvrusb2 +pwc +pwm-apple +pwm-atmel-hlcdc +pwm-atmel-tcb +pwm-beeper +pwm-berlin +pwm-clk +pwm-cros-ec +pwm-dwc +pwm-fan +pwm-fsl-ftm +pwm-hibvt +pwm-imx-tpm +pwm-imx1 +pwm-imx27 +pwm-iqs620a +pwm-ir-tx +pwm-keembay +pwm-lp3943 +pwm-mediatek +pwm-meson +pwm-mtk-disp +pwm-ntxec +pwm-omap-dmtimer +pwm-pca9685 +pwm-rcar +pwm-regulator +pwm-renesas-tpu +pwm-rockchip +pwm-rz-mtu3 +pwm-sl28cpld +pwm-sprd +pwm-stm32 +pwm-stm32-lp +pwm-sun4i +pwm-tegra +pwm-tiecap +pwm-tiehrpwm +pwm-twl +pwm-twl-led +pwm-vibra +pwm-visconti +pwm-xilinx +pwm_bl +pwr-mlxbf +pwrseq_emmc +pwrseq_sd8787 +pwrseq_simple +pxa168_eth +pxa27x_udc +pxe1610 +pxrc +q54sj108a2 +q6adm +q6afe +q6afe-clocks +q6afe-dai +q6apm-dai +q6apm-lpass-dais +q6asm +q6asm-dai +q6core +q6prm +q6prm-clocks +q6routing +q6sstop-qcs404 +qaic +qat_4xxx +qat_c3xxx +qat_c3xxxvf +qat_c62x +qat_c62xvf +qat_dh895xcc +qat_dh895xccvf +qca8k +qca_7k_common +qcaspi +qcauart +qcaux +qcom-apcs-ipc-mailbox +qcom-camss +qcom-coincell +qcom-cpufreq-hw +qcom-cpufreq-nvmem +qcom-emac +qcom-geni-se +qcom-labibb-regulator +qcom-pm8008 +qcom-pon +qcom-rng +qcom-rpmh-regulator +qcom-spmi-adc-tm5 +qcom-spmi-adc5 +qcom-spmi-iadc +qcom-spmi-pmic +qcom-spmi-rradc +qcom-spmi-temp-alarm +qcom-spmi-vadc +qcom-vadc-common +qcom-wdt +qcom-wled +qcom_aoss +qcom_bam_dmux +qcom_battmgr +qcom_common +qcom_edac +qcom_eud +qcom_geni_serial +qcom_glink +qcom_glink_rpm +qcom_glink_smem +qcom_gsbi +qcom_hwspinlock +qcom_ice +qcom_nandc +qcom_pil_info +qcom_pmi8998_charger +qcom_pmic_tcpm +qcom_q6v5 +qcom_q6v5_adsp +qcom_q6v5_mss +qcom_q6v5_pas +qcom_q6v5_wcss +qcom_rpm +qcom_rpm-regulator +qcom_smbb +qcom_smd +qcom_smd-regulator +qcom_spmi-regulator +qcom_stats +qcom_sysmon +qcom_tsens +qcom_usb_vbus-regulator +qcomsmempart +qcrypto +qcserial +qed +qede +qedf +qedi +qedr +qemu_fw_cfg +qinfo_probe +qla1280 +qla2xxx +qla3xxx +qla4xxx +qlcnic +qlge +qm1d1b0004 +qm1d1c0042 +qmi_helpers +qmi_wwan +qnoc-msm8916 +qnoc-msm8939 +qnoc-msm8974 +qnoc-msm8996 +qnoc-qcm2290 +qnoc-qcs404 +qnoc-qdu1000 +qnoc-sa8775p +qnoc-sc7180 +qnoc-sc7280 +qnoc-sc8180x +qnoc-sc8280xp +qnoc-sdm660 +qnoc-sdm670 +qnoc-sdm845 +qnoc-sdx55 +qnoc-sdx65 +qnoc-sm6350 +qnoc-sm8150 +qnoc-sm8250 +qnoc-sm8350 +qnoc-sm8450 +qnoc-sm8550 +qnx4 +qnx6 +qoriq-cpufreq +qoriq_thermal +qrtr +qrtr-mhi +qrtr-smd +qrtr-tun +qsemi +qt1010 +qt1050 +qt1070 +qt2160 +qtnfmac +qtnfmac_pcie +quatech2 +quota_tree +quota_v1 +quota_v2 +qwiic-joystick +qxl +r592 +r6040 +r8152 +r8153_ecm +r8169 +r8192e_pci +r8192u_usb +r820t +r852 +r8712u +r8723bs +r8a66597-hcd +r8a66597-udc +r8a779f0-ether-serdes +raa215300 +radeon +radeonfb +radio-keene +radio-ma901 +radio-maxiradio +radio-mr800 +radio-platform-si4713 +radio-raremono +radio-shark +radio-si470x-common +radio-si470x-i2c +radio-si470x-usb +radio-si476x +radio-tea5764 +radio-usb-si4713 +radio-wl1273 +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid_class +rainshadow-cec +ramoops +ramp_controller +ravb +rave-sp +rave-sp-backlight +rave-sp-pwrbutton +rave-sp-wdt +raw_diag +raw_gadget +raydium_i2c_ts +rbd +rc-adstech-dvb-t-pci +rc-alink-dtu-m +rc-anysee +rc-apac-viewcomp +rc-astrometa-t2hybrid +rc-asus-pc39 +rc-asus-ps3-100 +rc-ati-tv-wonder-hd-600 +rc-ati-x10 +rc-avermedia +rc-avermedia-a16d +rc-avermedia-cardbus +rc-avermedia-dvbt +rc-avermedia-m135a +rc-avermedia-m733a-rm-k6 +rc-avermedia-rm-ks +rc-avertv-303 +rc-azurewave-ad-tu700 +rc-beelink-gs1 +rc-beelink-mxiii +rc-behold +rc-behold-columbus +rc-budget-ci-old +rc-cinergy +rc-cinergy-1400 +rc-core +rc-ct-90405 +rc-d680-dmb +rc-delock-61959 +rc-dib0700-nec +rc-dib0700-rc5 +rc-digitalnow-tinytwin +rc-digittrade +rc-dm1105-nec +rc-dntv-live-dvb-t +rc-dntv-live-dvbt-pro +rc-dreambox +rc-dtt200u +rc-dvbsky +rc-dvico-mce +rc-dvico-portable +rc-em-terratec +rc-encore-enltv +rc-encore-enltv-fm53 +rc-encore-enltv2 +rc-evga-indtube +rc-eztv +rc-flydvb +rc-flyvideo +rc-fusionhdtv-mce +rc-gadmei-rm008z +rc-geekbox +rc-genius-tvgo-a11mce +rc-gotview7135 +rc-hauppauge +rc-hisi-poplar +rc-hisi-tv-demo +rc-imon-mce +rc-imon-pad +rc-imon-rsc +rc-iodata-bctv7e +rc-it913x-v1 +rc-it913x-v2 +rc-kaiomy +rc-khadas +rc-khamsin +rc-kworld-315u +rc-kworld-pc150u +rc-kworld-plus-tv-analog +rc-leadtek-y04g0051 +rc-lme2510 +rc-loopback +rc-manli +rc-mecool-kii-pro +rc-mecool-kiii-pro +rc-medion-x10 +rc-medion-x10-digitainer +rc-medion-x10-or2x +rc-minix-neo +rc-msi-digivox-ii +rc-msi-digivox-iii +rc-msi-tvanywhere +rc-msi-tvanywhere-plus +rc-nebula +rc-nec-terratec-cinergy-xs +rc-norwood +rc-npgtech +rc-odroid +rc-pctv-sedna +rc-pine64 +rc-pinnacle-color +rc-pinnacle-grey +rc-pinnacle-pctv-hd +rc-pixelview +rc-pixelview-002t +rc-pixelview-mk12 +rc-pixelview-new +rc-powercolor-real-angel +rc-proteus-2309 +rc-purpletv +rc-pv951 +rc-rc6-mce +rc-real-audio-220-32-keys +rc-reddo +rc-snapstream-firefly +rc-streamzap +rc-su3000 +rc-tanix-tx3mini +rc-tanix-tx5max +rc-tbs-nec +rc-technisat-ts35 +rc-technisat-usb2 +rc-terratec-cinergy-c-pci +rc-terratec-cinergy-s2-hd +rc-terratec-cinergy-xs +rc-terratec-slim +rc-terratec-slim-2 +rc-tevii-nec +rc-tivo +rc-total-media-in-hand +rc-total-media-in-hand-02 +rc-trekstor +rc-tt-1500 +rc-twinhan-dtv-cab-ci +rc-twinhan1027 +rc-vega-s9x +rc-videomate-m1f +rc-videomate-s350 +rc-videomate-tv-pvr +rc-videostrong-kii-pro +rc-wetek-hub +rc-wetek-play2 +rc-winfast +rc-winfast-usbii-deluxe +rc-x96max +rc-xbox-360 +rc-xbox-dvd +rc-zx-irdec +rc5t583-regulator +rcar-csi2 +rcar-dmac +rcar-du-drm +rcar-fcp +rcar-isp +rcar-vin +rcar_can +rcar_canfd +rcar_cmm +rcar_drif +rcar_dw_hdmi +rcar_fdp1 +rcar_gen3_thermal +rcar_jpu +rcar_lvds +rcar_mipi_dsi +rcar_rproc +rcar_thermal +rdacm20 +rdacm21 +rdc321x-southbridge +rdma_cm +rdma_rxe +rdma_ucm +rds +rds_rdma +rds_tcp +realtek +realtek-mdio +realtek-smi +reboot-mode +redboot +redrat3 +reed_solomon +regmap-ac97 +regmap-i3c +regmap-sccb +regmap-sdw +regmap-sdw-mbq +regmap-slimbus +regmap-spi-avmm +regmap-spmi +regmap-w1 +regulator-haptic +reiserfs +renesas-nand-controller +renesas-rpc-if +renesas_sdhi_core +renesas_sdhi_internal_dmac +renesas_sdhi_sys_dmac +renesas_usb3 +renesas_usbf +renesas_usbhs +renesas_wdt +repaper +reset-a10sr +reset-hi3660 +reset-meson-audio-arb +reset-qcom-pdc +reset-scmi +reset-ti-sci +reset-ti-syscon +reset-tps380x +resistive-adc-touch +retu-mfd +retu-pwrbutton +retu_wdt +rfc1051 +rfc1201 +rfcomm +rfd77402 +rfd_ftl +rfkill-gpio +rio-scan +rio_cm +rio_mport_cdev +rionet +rivafb +rj54n1cb0c +rk3399_dmc +rk805-pwrkey +rk808-regulator +rk817_charger +rk8xx-core +rk8xx-i2c +rk8xx-spi +rk_crypto +rm3100-core +rm3100-i2c +rm3100-spi +rmd160 +rmi_core +rmi_i2c +rmi_smbus +rmi_spi +rmnet +rmtfs_mem +rn5t618 +rn5t618-adc +rn5t618-regulator +rn5t618_power +rn5t618_wdt +rnbd-client +rnbd-server +rndis_host +rndis_wlan +rockchip +rockchip-dfi +rockchip-isp1 +rockchip-nand-controller +rockchip-rga +rockchip-vdec +rockchip_saradc +rockchip_thermal +rockchipdrm +rocker +rohm-bd71828 +rohm-bd718x7 +rohm-bd9576 +rohm-bu27008 +rohm-bu27034 +rohm-regulator +rohm_bu21023 +romfs +rose +rotary_encoder +rp2 +rpcrdma +rpcsec_gss_krb5 +rpi-panel-attiny-regulator +rpm_master_stats +rpmpd +rpmsg_char +rpmsg_core +rpmsg_ctrl +rpmsg_ns +rpmsg_tty +rpmsg_wwan_ctrl +rpr0521 +rsi_91x +rsi_sdio +rsi_usb +rsmu-i2c +rsmu-spi +rswitch_drv +rt1719 +rt2400pci +rt2500pci +rt2500usb +rt2800lib +rt2800mmio +rt2800pci +rt2800usb +rt2x00lib +rt2x00mmio +rt2x00pci +rt2x00usb +rt4801-regulator +rt4803 +rt4831 +rt4831-backlight +rt4831-regulator +rt5033 +rt5033-regulator +rt5033_battery +rt5033_charger +rt5120 +rt5120-pwrkey +rt5120-regulator +rt5190a-regulator +rt5739 +rt5759-regulator +rt6160-regulator +rt6190-regulator +rt61pci +rt6245-regulator +rt73usb +rt9455_charger +rt9467-charger +rt9471 +rtc-88pm80x +rtc-88pm860x +rtc-ab-b5ze-s3 +rtc-ab-eoz9 +rtc-abx80x +rtc-armada38x +rtc-as3722 +rtc-bd70528 +rtc-bq32k +rtc-bq4802 +rtc-cadence +rtc-cpcap +rtc-cros-ec +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1302 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1685 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-em3027 +rtc-fm3130 +rtc-fsl-ftm-alarm +rtc-ftrtc010 +rtc-goldfish +rtc-hid-sensor-time +rtc-hym8563 +rtc-imx-sc +rtc-imxdi +rtc-isl12022 +rtc-isl12026 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max6916 +rtc-max77686 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-meson-vrtc +rtc-msm6242 +rtc-mt2712 +rtc-mt6397 +rtc-mt7622 +rtc-mxc +rtc-mxc_v2 +rtc-nct3018y +rtc-ntxec +rtc-nxp-bbnsm +rtc-optee +rtc-palmas +rtc-pcap +rtc-pcf2123 +rtc-pcf2127 +rtc-pcf50633 +rtc-pcf85063 +rtc-pcf8523 +rtc-pcf85363 +rtc-pcf8563 +rtc-pcf8583 +rtc-pl030 +rtc-pl031 +rtc-pm8xxx +rtc-r7301 +rtc-r9701 +rtc-rc5t583 +rtc-rc5t619 +rtc-rk808 +rtc-rp5c01 +rtc-rs5c348 +rtc-rs5c372 +rtc-rv3028 +rtc-rv3029c2 +rtc-rv3032 +rtc-rv8803 +rtc-rx4581 +rtc-rx6110 +rtc-rx8010 +rtc-rx8025 +rtc-rx8581 +rtc-s35390a +rtc-s5m +rtc-sc27xx +rtc-sd3078 +rtc-sh +rtc-snvs +rtc-stk17ta8 +rtc-stm32 +rtc-tegra +rtc-ti-k3 +rtc-tps6586x +rtc-tps65910 +rtc-twl +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtc-zynqmp +rtd520 +rti800 +rti802 +rti_wdt +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192ee +rtl8192se +rtl8365mb +rtl8366 +rtl8723-common +rtl8723ae +rtl8723be +rtl8821ae +rtl8xxxu +rtl_pci +rtl_usb +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtlwifi +rtmv20-regulator +rtq2134-regulator +rtq6056 +rtq6752-regulator +rtrs-client +rtrs-core +rtrs-server +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rtw88_8723d +rtw88_8723de +rtw88_8723ds +rtw88_8723du +rtw88_8821c +rtw88_8821ce +rtw88_8821cs +rtw88_8821cu +rtw88_8822b +rtw88_8822be +rtw88_8822bs +rtw88_8822bu +rtw88_8822c +rtw88_8822ce +rtw88_8822cs +rtw88_8822cu +rtw88_core +rtw88_pci +rtw88_sdio +rtw88_usb +rtw89_8851b +rtw89_8851be +rtw89_8852a +rtw89_8852ae +rtw89_8852b +rtw89_8852be +rtw89_8852c +rtw89_8852ce +rtw89_core +rtw89_pci +rvu_af +rvu_cptcommon +rvu_cptpf +rvu_cptvf +rvu_mbox +rvu_nicpf +rvu_nicvf +rx51_battery +rxperf +rxrpc +rz-dmac +rz-mtu3-cnt +rza_wdt +rzg2l-cru +rzg2l-csi2 +rzg2l_adc +rzg2l_mipi_dsi +rzg2l_thermal +rzg2l_wdt +rzn1_wdt +rzv2m_usb3drd +s1d13xxxfb +s2250 +s2255drv +s2io +s2mpa01 +s2mps11 +s3fb +s3fwrn5 +s3fwrn5_i2c +s3fwrn82_uart +s526 +s5c73m3 +s5h1409 +s5h1411 +s5h1420 +s5h1432 +s5k5baf +s5k6a3 +s5m8767 +s626 +s6sy761 +s921 +sa2ul +saa6588 +saa6752hs +saa7110 +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7134-go7007 +saa7146 +saa7146_vv +saa7164 +saa717x +saa7185 +saa7706h +safe_serial +sahara +sample-trace-array +samsung-dsim +samsung-keypad +samsung-sxgbe +samsung_tty +sata_dwc_460ex +sata_inic162x +sata_mv +sata_nv +sata_promise +sata_qstor +sata_rcar +sata_sil +sata_sil24 +sata_sis +sata_svw +sata_sx4 +sata_uli +sata_via +sata_vsc +savagefb +sb1000 +sbp_target +sbrmi +sbs-battery +sbs-charger +sbs-manager +sbsa_gwdt +sbtsi_temp +sc16is7xx +sc2731-regulator +sc2731_charger +sc27xx-poweroff +sc27xx-vibra +sc27xx_adc +sc27xx_fuel_gauge +sc92031 +sc9860-clk +sc9863a-clk +sca3000 +sca3300 +scd30_core +scd30_i2c +scd30_serial +scd4x +sch5627 +sch5636 +sch56xx-common +sch_cake +sch_cbs +sch_choke +sch_codel +sch_drr +sch_etf +sch_ets +sch_fq +sch_fq_codel +sch_fq_pie +sch_gred +sch_hfsc +sch_hhf +sch_htb +sch_ingress +sch_mqprio +sch_mqprio_lib +sch_multiq +sch_netem +sch_pie +sch_plug +sch_prio +sch_qfq +sch_red +sch_sfb +sch_sfq +sch_skbprio +sch_taprio +sch_tbf +sch_teql +sci-clk +sclk-div +scmi-cpufreq +scmi-hwmon +scmi-regulator +scmi_iio +scmi_pm_domain +scmi_power_control +scpi-cpufreq +scpi-hwmon +scpi_pm_domain +scsi_debug +scsi_dh_alua +scsi_dh_emc +scsi_dh_hp_sw +scsi_dh_rdac +scsi_transport_fc +scsi_transport_iscsi +scsi_transport_sas +scsi_transport_spi +scsi_transport_srp +sctp +sctp_diag +sd_adc_modulator +sdhci +sdhci-acpi +sdhci-cadence +sdhci-esdhc-imx +sdhci-milbeaut +sdhci-msm +sdhci-of-arasan +sdhci-of-at91 +sdhci-of-dwcmshc +sdhci-of-esdhc +sdhci-of-sparx5 +sdhci-omap +sdhci-pci +sdhci-pltfm +sdhci-pxav3 +sdhci-sprd +sdhci-tegra +sdhci-xenon-driver +sdhci_am654 +sdhci_f_sdh30 +sdio_uart +sensehat-joystick +sensorhub +serial-tegra +serial_ir +serio_raw +sermouse +serpent_generic +serport +ses +sf-pdma +sfc +sfc-falcon +sfc-siena +sfp +sgi_w1 +sgp30 +sgp40 +sh_eth +sh_mmcif +sh_mobile_lcdcfb +sha1-ce +sha2-ce +sha256-arm64 +sha3-ce +shark2 +shmob-drm +sht15 +sht21 +sht3x +sht4x +shtc1 +si1133 +si1145 +si2157 +si2165 +si2168 +si21xx +si4713 +si476x-core +si7005 +si7020 +sidewinder +sierra +sierra_net +sifive +sii902x +sii9234 +sil-sii8620 +sil164 +silead +simple-bridge +simple-mfd-i2c +simpledrm +simplefb +siox-bus-gpio +siox-core +sis190 +sis5595 +sis900 +sis_i2c +sisfb +sisusbvga +sit +siw +sja1000 +sja1000_isa +sja1000_platform +sja1105 +skfp +skge +sky2 +sky81452 +sky81452-backlight +sky81452-regulator +sl28cpld-hwmon +sl28cpld_wdt +sl28vpd +sl811-hcd +slcan +slg51000-regulator +slic_ds26522 +slicoss +slim-qcom-ctrl +slim-qcom-ngd-ctrl +slimbus +slip +slram +sm2_generic +sm3 +sm3-ce +sm3-neon +sm3_generic +sm4 +sm4-ce +sm4-ce-ccm +sm4-ce-cipher +sm4-ce-gcm +sm4-neon +sm4_generic +sm501 +sm501fb +sm712fb +sm750fb +sm_common +sm_ftl +smartpqi +smb347-charger +smc +smc_diag +smd-rpm +smem +smipcie +smm665 +smp2p +smpro-core +smpro-errmon +smpro-hwmon +smpro-misc +smsc +smsc47b397 +smsc47m1 +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smscufx +smsdvb +smsm +smsmdtv +smssdio +smsusb +snd +snd-ac97-codec +snd-acp-config +snd-ad1889 +snd-ak4113 +snd-ak4114 +snd-ak4xxx-adda +snd-ali5451 +snd-aloop +snd-als300 +snd-atiixp +snd-atiixp-modem +snd-au8810 +snd-au8820 +snd-au8830 +snd-aw2 +snd-azt3328 +snd-bcd2000 +snd-bebob +snd-bt87x +snd-ca0106 +snd-cmipci +snd-compress +snd-cs4281 +snd-cs46xx +snd-cs8427 +snd-ctl-led +snd-ctxfi +snd-darla20 +snd-darla24 +snd-dice +snd-dummy +snd-echo3g +snd-emu10k1 +snd-emu10k1-synth +snd-emu10k1x +snd-emux-synth +snd-ens1370 +snd-ens1371 +snd-es1938 +snd-es1968 +snd-fireface +snd-firewire-digi00x +snd-firewire-lib +snd-firewire-motu +snd-firewire-tascam +snd-fireworks +snd-fm801 +snd-gina20 +snd-gina24 +snd-hda-codec +snd-hda-codec-analog +snd-hda-codec-ca0110 +snd-hda-codec-ca0132 +snd-hda-codec-cirrus +snd-hda-codec-cmedia +snd-hda-codec-conexant +snd-hda-codec-cs8409 +snd-hda-codec-generic +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-core +snd-hda-cs-dsp-ctls +snd-hda-ext-core +snd-hda-intel +snd-hda-scodec-cs35l41 +snd-hda-scodec-cs35l41-i2c +snd-hda-scodec-cs35l41-spi +snd-hda-tegra +snd-hdsp +snd-hdspm +snd-hrtimer +snd-hwdep +snd-i2c +snd-ice1712 +snd-ice1724 +snd-ice17xx-ak4xxx +snd-indigo +snd-indigodj +snd-indigodjx +snd-indigoio +snd-indigoiox +snd-intel-dspcfg +snd-intel-sdw-acpi +snd-intel8x0 +snd-intel8x0m +snd-isight +snd-korg1212 +snd-layla20 +snd-layla24 +snd-lola +snd-lx6464es +snd-maestro3 +snd-mia +snd-mixart +snd-mixer-oss +snd-mona +snd-mpu401 +snd-mpu401-uart +snd-mtpav +snd-mts64 +snd-nm256 +snd-opl3-lib +snd-opl3-synth +snd-oxfw +snd-oxygen +snd-oxygen-lib +snd-pcm +snd-pcm-dmaengine +snd-pcmtest +snd-pcxhr +snd-portman2x4 +snd-pt2258 +snd-q6apm +snd-q6dsp-common +snd-rawmidi +snd-riptide +snd-rme32 +snd-rme96 +snd-rme9652 +snd-seq +snd-seq-device +snd-seq-dummy +snd-seq-midi +snd-seq-midi-emul +snd-seq-midi-event +snd-seq-ump-client +snd-seq-virmidi +snd-serial-generic +snd-serial-u16550 +snd-soc-63xx +snd-soc-ac97 +snd-soc-acp-da7219mx98357-mach +snd-soc-acp-es8336-mach +snd-soc-acp-rt5645-mach +snd-soc-acpi +snd-soc-adau-utils +snd-soc-adau1372 +snd-soc-adau1372-i2c +snd-soc-adau1372-spi +snd-soc-adau1701 +snd-soc-adau1761 +snd-soc-adau1761-i2c +snd-soc-adau1761-spi +snd-soc-adau17x1 +snd-soc-adau7002 +snd-soc-adau7118 +snd-soc-adau7118-hw +snd-soc-adau7118-i2c +snd-soc-adi-axi-i2s +snd-soc-adi-axi-spdif +snd-soc-ak4104 +snd-soc-ak4118 +snd-soc-ak4375 +snd-soc-ak4458 +snd-soc-ak4554 +snd-soc-ak4613 +snd-soc-ak4642 +snd-soc-ak5386 +snd-soc-ak5558 +snd-soc-alc5623 +snd-soc-alc5632 +snd-soc-apple-mca +snd-soc-apq8016-sbc +snd-soc-apq8096 +snd-soc-armada-370-db +snd-soc-audio-graph-card +snd-soc-audio-graph-card2 +snd-soc-audio-graph-card2-custom-sample +snd-soc-aw8738 +snd-soc-aw88395 +snd-soc-aw88395-lib +snd-soc-bd28623 +snd-soc-bt-sco +snd-soc-chv3-codec +snd-soc-core +snd-soc-cpcap +snd-soc-cros-ec-codec +snd-soc-cs35l32 +snd-soc-cs35l33 +snd-soc-cs35l34 +snd-soc-cs35l35 +snd-soc-cs35l36 +snd-soc-cs35l41 +snd-soc-cs35l41-i2c +snd-soc-cs35l41-lib +snd-soc-cs35l41-spi +snd-soc-cs35l45 +snd-soc-cs35l45-i2c +snd-soc-cs35l45-spi +snd-soc-cs35l56 +snd-soc-cs35l56-i2c +snd-soc-cs35l56-sdw +snd-soc-cs35l56-shared +snd-soc-cs35l56-spi +snd-soc-cs4234 +snd-soc-cs4265 +snd-soc-cs4270 +snd-soc-cs4271 +snd-soc-cs4271-i2c +snd-soc-cs4271-spi +snd-soc-cs42l42 +snd-soc-cs42l42-i2c +snd-soc-cs42l42-sdw +snd-soc-cs42l51 +snd-soc-cs42l51-i2c +snd-soc-cs42l52 +snd-soc-cs42l56 +snd-soc-cs42l73 +snd-soc-cs42l83-i2c +snd-soc-cs42xx8 +snd-soc-cs42xx8-i2c +snd-soc-cs43130 +snd-soc-cs4341 +snd-soc-cs4349 +snd-soc-cs53l30 +snd-soc-cx2072x +snd-soc-da7213 +snd-soc-da7219 +snd-soc-davinci-mcasp +snd-soc-dmic +snd-soc-es7134 +snd-soc-es7241 +snd-soc-es8316 +snd-soc-es8326 +snd-soc-es8328 +snd-soc-es8328-i2c +snd-soc-es8328-spi +snd-soc-fsi +snd-soc-fsl-asoc-card +snd-soc-fsl-asrc +snd-soc-fsl-aud2htx +snd-soc-fsl-audmix +snd-soc-fsl-easrc +snd-soc-fsl-esai +snd-soc-fsl-micfil +snd-soc-fsl-mqs +snd-soc-fsl-rpmsg +snd-soc-fsl-sai +snd-soc-fsl-spdif +snd-soc-fsl-ssi +snd-soc-fsl-utils +snd-soc-fsl-xcvr +snd-soc-gtm601 +snd-soc-hda-codec +snd-soc-hdmi-codec +snd-soc-ics43432 +snd-soc-idt821034 +snd-soc-imx-audmix +snd-soc-imx-audmux +snd-soc-imx-card +snd-soc-imx-es8328 +snd-soc-imx-hdmi +snd-soc-imx-rpmsg +snd-soc-imx-sgtl5000 +snd-soc-imx-spdif +snd-soc-inno-rk3036 +snd-soc-j721e-evm +snd-soc-kirkwood +snd-soc-kmb_platform +snd-soc-lochnagar-sc +snd-soc-lpass-apq8016 +snd-soc-lpass-cdc-dma +snd-soc-lpass-cpu +snd-soc-lpass-hdmi +snd-soc-lpass-ipq806x +snd-soc-lpass-macro-common +snd-soc-lpass-platform +snd-soc-lpass-rx-macro +snd-soc-lpass-sc7180 +snd-soc-lpass-sc7280 +snd-soc-lpass-tx-macro +snd-soc-lpass-va-macro +snd-soc-lpass-wsa-macro +snd-soc-max9759 +snd-soc-max98088 +snd-soc-max98090 +snd-soc-max98357a +snd-soc-max98363 +snd-soc-max98373 +snd-soc-max98373-i2c +snd-soc-max98373-sdw +snd-soc-max98388 +snd-soc-max98390 +snd-soc-max98396 +snd-soc-max98504 +snd-soc-max98520 +snd-soc-max9860 +snd-soc-max9867 +snd-soc-max98927 +snd-soc-meson-aiu +snd-soc-meson-axg-fifo +snd-soc-meson-axg-frddr +snd-soc-meson-axg-pdm +snd-soc-meson-axg-sound-card +snd-soc-meson-axg-spdifin +snd-soc-meson-axg-spdifout +snd-soc-meson-axg-tdm-formatter +snd-soc-meson-axg-tdm-interface +snd-soc-meson-axg-tdmin +snd-soc-meson-axg-tdmout +snd-soc-meson-axg-toddr +snd-soc-meson-card-utils +snd-soc-meson-codec-glue +snd-soc-meson-g12a-toacodec +snd-soc-meson-g12a-tohdmitx +snd-soc-meson-gx-sound-card +snd-soc-meson-t9015 +snd-soc-mikroe-proto +snd-soc-msm8916-analog +snd-soc-msm8916-digital +snd-soc-mt6351 +snd-soc-mt6358 +snd-soc-mt6359 +snd-soc-mt6660 +snd-soc-mt6797-afe +snd-soc-mt8183-afe +snd-soc-mt8186-afe +snd-soc-mt8188-afe +snd-soc-mt8192-afe +snd-soc-mt8195-afe +snd-soc-mtk-common +snd-soc-nau8315 +snd-soc-nau8540 +snd-soc-nau8810 +snd-soc-nau8821 +snd-soc-nau8822 +snd-soc-nau8824 +snd-soc-nau8825 +snd-soc-pcm1681 +snd-soc-pcm1789-codec +snd-soc-pcm1789-i2c +snd-soc-pcm179x-codec +snd-soc-pcm179x-i2c +snd-soc-pcm179x-spi +snd-soc-pcm186x +snd-soc-pcm186x-i2c +snd-soc-pcm186x-spi +snd-soc-pcm3060 +snd-soc-pcm3060-i2c +snd-soc-pcm3060-spi +snd-soc-pcm3168a +snd-soc-pcm3168a-i2c +snd-soc-pcm3168a-spi +snd-soc-pcm5102a +snd-soc-pcm512x +snd-soc-pcm512x-i2c +snd-soc-pcm512x-spi +snd-soc-peb2466 +snd-soc-qcom-common +snd-soc-qcom-sdw +snd-soc-rcar +snd-soc-rk3288-hdmi-analog +snd-soc-rk3328 +snd-soc-rk3399-gru-sound +snd-soc-rk817 +snd-soc-rl6231 +snd-soc-rockchip-i2s +snd-soc-rockchip-i2s-tdm +snd-soc-rockchip-max98090 +snd-soc-rockchip-pdm +snd-soc-rockchip-rt5645 +snd-soc-rockchip-spdif +snd-soc-rt1011 +snd-soc-rt1015 +snd-soc-rt1015p +snd-soc-rt1308-sdw +snd-soc-rt1316-sdw +snd-soc-rt1318-sdw +snd-soc-rt5514 +snd-soc-rt5514-spi +snd-soc-rt5616 +snd-soc-rt5631 +snd-soc-rt5640 +snd-soc-rt5645 +snd-soc-rt5659 +snd-soc-rt5663 +snd-soc-rt5677 +snd-soc-rt5677-spi +snd-soc-rt5682 +snd-soc-rt5682-i2c +snd-soc-rt5682-sdw +snd-soc-rt5682s +snd-soc-rt700 +snd-soc-rt711 +snd-soc-rt711-sdca +snd-soc-rt712-sdca +snd-soc-rt712-sdca-dmic +snd-soc-rt715 +snd-soc-rt715-sdca +snd-soc-rt722-sdca +snd-soc-rt9120 +snd-soc-rz-ssi +snd-soc-sc7180 +snd-soc-sc7280 +snd-soc-sc8280xp +snd-soc-sdm845 +snd-soc-sdw-mockup +snd-soc-sgtl5000 +snd-soc-si476x +snd-soc-sigmadsp +snd-soc-sigmadsp-i2c +snd-soc-sigmadsp-regmap +snd-soc-simple-amplifier +snd-soc-simple-card +snd-soc-simple-card-utils +snd-soc-simple-mux +snd-soc-sm8250 +snd-soc-sma1303 +snd-soc-spdif-rx +snd-soc-spdif-tx +snd-soc-sprd-platform +snd-soc-src4xxx +snd-soc-src4xxx-i2c +snd-soc-ssm2305 +snd-soc-ssm2518 +snd-soc-ssm2602 +snd-soc-ssm2602-i2c +snd-soc-ssm2602-spi +snd-soc-ssm3515 +snd-soc-ssm4567 +snd-soc-sta32x +snd-soc-sta350 +snd-soc-sti-sas +snd-soc-stm32-i2s +snd-soc-stm32-sai +snd-soc-stm32-sai-sub +snd-soc-stm32-spdifrx +snd-soc-storm +snd-soc-tas2552 +snd-soc-tas2562 +snd-soc-tas2764 +snd-soc-tas2770 +snd-soc-tas2780 +snd-soc-tas2781-comlib +snd-soc-tas2781-fmwlib +snd-soc-tas2781-i2c +snd-soc-tas5086 +snd-soc-tas571x +snd-soc-tas5720 +snd-soc-tas5805m +snd-soc-tas6424 +snd-soc-tda7419 +snd-soc-tegra-audio-graph-card +snd-soc-tegra-machine +snd-soc-tegra-pcm +snd-soc-tegra-wm8903 +snd-soc-tegra186-asrc +snd-soc-tegra186-dspk +snd-soc-tegra20-ac97 +snd-soc-tegra20-das +snd-soc-tegra20-i2s +snd-soc-tegra20-spdif +snd-soc-tegra210-admaif +snd-soc-tegra210-adx +snd-soc-tegra210-ahub +snd-soc-tegra210-amx +snd-soc-tegra210-dmic +snd-soc-tegra210-i2s +snd-soc-tegra210-mixer +snd-soc-tegra210-mvc +snd-soc-tegra210-ope +snd-soc-tegra210-sfc +snd-soc-tegra30-ahub +snd-soc-tegra30-i2s +snd-soc-test-component +snd-soc-tfa9879 +snd-soc-tfa989x +snd-soc-ti-edma +snd-soc-ti-sdma +snd-soc-ti-udma +snd-soc-tlv320adc3xxx +snd-soc-tlv320adcx140 +snd-soc-tlv320aic23 +snd-soc-tlv320aic23-i2c +snd-soc-tlv320aic23-spi +snd-soc-tlv320aic31xx +snd-soc-tlv320aic32x4 +snd-soc-tlv320aic32x4-i2c +snd-soc-tlv320aic32x4-spi +snd-soc-tlv320aic3x +snd-soc-tlv320aic3x-i2c +snd-soc-tlv320aic3x-spi +snd-soc-tpa6130a2 +snd-soc-ts3a227e +snd-soc-tscs42xx +snd-soc-tscs454 +snd-soc-uda1334 +snd-soc-wcd-mbhc +snd-soc-wcd9335 +snd-soc-wcd934x +snd-soc-wcd938x +snd-soc-wcd938x-sdw +snd-soc-wm-adsp +snd-soc-wm-hubs +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8524 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8731-i2c +snd-soc-wm8731-spi +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8782 +snd-soc-wm8804 +snd-soc-wm8804-i2c +snd-soc-wm8804-spi +snd-soc-wm8903 +snd-soc-wm8904 +snd-soc-wm8940 +snd-soc-wm8960 +snd-soc-wm8961 +snd-soc-wm8962 +snd-soc-wm8974 +snd-soc-wm8978 +snd-soc-wm8985 +snd-soc-wm8994 +snd-soc-wm9712 +snd-soc-wsa881x +snd-soc-wsa883x +snd-soc-wsa884x +snd-soc-xlnx-formatter-pcm +snd-soc-xlnx-i2s +snd-soc-xlnx-spdif +snd-soc-xtfpga-i2s +snd-soc-zl38060 +snd-sof +snd-sof-imx8 +snd-sof-imx8m +snd-sof-imx8ulp +snd-sof-mt8186 +snd-sof-mt8195 +snd-sof-of +snd-sof-utils +snd-sof-xtensa-dsp +snd-sonicvibes +snd-timer +snd-trident +snd-ua101 +snd-ump +snd-usb-6fire +snd-usb-audio +snd-usb-caiaq +snd-usb-hiface +snd-usb-line6 +snd-usb-pod +snd-usb-podhd +snd-usb-toneport +snd-usb-variax +snd-usbmidi-lib +snd-util-mem +snd-via82xx +snd-via82xx-modem +snd-virmidi +snd-virtuoso +snd-vx-lib +snd-vx222 +snd-ymfpci +snd_xen_front +snet_vdpa +snic +snps_udc_core +snps_udc_plat +snvs_pwrkey +soc_button_array +socfpga +socfpga-a10 +socinfo +softdog +softing +solo6x10 +solos-pci +sony-btf-mpx +soundcore +soundwire-amd +soundwire-bus +soundwire-cadence +soundwire-generic-allocation +soundwire-intel +soundwire-qcom +sp2 +sp805_wdt +sp8870 +sp887x +spaceball +spaceorb +sparse-keymap +sparx5-switch +sparx5-temp +spcp8x5 +speakup +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_dectlk +speakup_dummy +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +speedfax +speedtch +spi-altera-core +spi-altera-dfl +spi-altera-platform +spi-amd +spi-amlogic-spifc-a1 +spi-armada-3700 +spi-axi-spi-engine +spi-bitbang +spi-butterfly +spi-cadence +spi-cadence-quadspi +spi-cadence-xspi +spi-dln2 +spi-dw +spi-dw-mmio +spi-dw-pci +spi-fsi +spi-fsl-dspi +spi-fsl-lpspi +spi-fsl-qspi +spi-geni-qcom +spi-gpio +spi-hisi-kunpeng +spi-hisi-sfc-v3xx +spi-imx +spi-lm70llp +spi-loopback-test +spi-meson-spicc +spi-meson-spifc +spi-microchip-core +spi-microchip-core-qspi +spi-mt65xx +spi-mtk-nor +spi-mtk-snfi +spi-mux +spi-mxic +spi-nor +spi-npcm-fiu +spi-npcm-pspi +spi-nxp-fspi +spi-oc-tiny +spi-orion +spi-pci1xxxx +spi-pl022 +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-qcom-qspi +spi-qup +spi-rockchip +spi-rockchip-sfc +spi-rpc-if +spi-rspi +spi-rzv2m-csi +spi-sc18is602 +spi-sh-hspi +spi-sh-msiof +spi-sifive +spi-slave-mt27xx +spi-slave-system-control +spi-slave-time +spi-sn-f-ospi +spi-sprd +spi-sprd-adi +spi-stm32 +spi-stm32-qspi +spi-sun6i +spi-synquacer +spi-tegra114 +spi-tegra20-sflash +spi-tegra20-slink +spi-tegra210-quad +spi-thunderx +spi-tle62x0 +spi-wpcm-fiu +spi-xcomm +spi-xlp +spi-zynqmp-gqspi +spi_ks8995 +spidev +spinand +spl +spmi +spmi-mtk-pmif +spmi-pmic-arb +sprd-dma +sprd-drm +sprd-iommu +sprd-mailbox +sprd-mcdt +sprd-sc27xx-spi +sprd_hwspinlock +sprd_serial +sprd_thermal +sprd_wdt +sps30 +sps30_i2c +sps30_serial +sr9700 +sr9800 +srf04 +srf08 +ssb +ssb-hcd +ssd1307fb +ssd130x +ssd130x-i2c +ssd130x-spi +ssfdc +ssif_bmc +ssp_accel_sensor +ssp_gyro_sensor +ssp_iio +sst25l +sstfb +ssu100 +st +st-mipid02 +st-nci +st-nci_i2c +st-nci_spi +st-vgxy61 +st1232 +st21nfca_hci +st21nfca_i2c +st7586 +st7735r +st95hf +st_accel +st_accel_i2c +st_accel_spi +st_drv +st_gyro +st_gyro_i2c +st_gyro_spi +st_lsm6dsx +st_lsm6dsx_i2c +st_lsm6dsx_i3c +st_lsm6dsx_spi +st_lsm9ds0 +st_lsm9ds0_i2c +st_lsm9ds0_spi +st_magn +st_magn_i2c +st_magn_spi +st_pressure +st_pressure_i2c +st_pressure_spi +st_sensors +st_sensors_i2c +st_sensors_spi +st_thermal +st_thermal_memmap +st_uvis25_core +st_uvis25_i2c +st_uvis25_spi +starfire +stb0899 +stb6000 +stb6100 +ste10Xp +stex +stinger +stk1160 +stk3310 +stk8312 +stk8ba50 +stm-drm +stm32-adc +stm32-adc-core +stm32-booster +stm32-cec +stm32-crc32 +stm32-cryp +stm32-dac +stm32-dac-core +stm32-dcmi +stm32-dfsdm-adc +stm32-dfsdm-core +stm32-dma2d +stm32-fmc2-ebi +stm32-hash +stm32-lptimer +stm32-lptimer-cnt +stm32-lptimer-trigger +stm32-rng +stm32-timer-cnt +stm32-timer-trigger +stm32-timers +stm32-usart +stm32-vrefbuf +stm32_adfsdm +stm32_fmc2_nand +stm32_iwdg +stm32_rproc +stm_console +stm_core +stm_ftrace +stm_heartbeat +stm_p_basic +stm_p_sys-t +stmfts +stmfx +stmmac +stmmac-pci +stmmac-platform +stmpe-adc +stmpe-keypad +stmpe-ts +stowaway +stp +stpddc60 +stpmic1 +stpmic1_onkey +stpmic1_regulator +stpmic1_wdt +stratix10-rsu +stratix10-soc +stratix10-svc +streamzap +streebog_generic +stts751 +stusb160x +stv0288 +stv0297 +stv0299 +stv0367 +stv0900 +stv090x +stv0910 +stv6110 +stv6110x +stv6111 +sun4i-csi +sun4i-drm +sun4i-gpadc +sun4i-ss +sun4i-tcon +sun4i_tv +sun50i-codec-analog +sun50i-cpufreq-nvmem +sun50i-dmic +sun6i-csi +sun6i-dma +sun6i-isp +sun6i-mipi-csi2 +sun6i-rtc-ccu +sun6i_drc +sun6i_hwspinlock +sun6i_mipi_dsi +sun8i-a33-mbus +sun8i-a83t-mipi-csi2 +sun8i-adda-pr-regmap +sun8i-ce +sun8i-codec +sun8i-codec-analog +sun8i-di +sun8i-drm-hdmi +sun8i-mixer +sun8i-rotate +sun8i-ss +sun8i_tcon_top +sun8i_thermal +sundance +sungem +sungem_phy +sunhme +suni +sunkbd +sunrise_co2 +sunrpc +sunxi +sunxi-cedrus +sunxi-cir +sunxi-mmc +sunxi-rsb +sunxi_wdt +sur40 +surface3_spi +surface_acpi_notify +surface_aggregator +surface_aggregator_cdev +surface_aggregator_hub +surface_aggregator_registry +surface_aggregator_tabletsw +surface_battery +surface_charger +surface_dtx +surface_gpe +surface_hid +surface_hid_core +surface_hotplug +surface_kbd +surface_platform_profile +svc-i3c-master +svgalib +switchtec +sx8654 +sx9310 +sx9324 +sx9360 +sx9500 +sx_common +sy7636a-hwmon +sy7636a-regulator +sy8106a-regulator +sy8824x +sy8827n +sym53c8xx +symbolserial +synaptics_i2c +synaptics_usb +synclink_gt +synopsys_edac +syscon-reboot-mode +sysv +t5403 +tag_ar9331 +tag_brcm +tag_dsa +tag_gswip +tag_hellcreek +tag_ksz +tag_lan9303 +tag_mtk +tag_none +tag_ocelot +tag_ocelot_8021q +tag_qca +tag_rtl4_a +tag_rtl8_4 +tag_rzn1_a5psw +tag_sja1105 +tag_trailer +tag_xrs700x +tap +target_core_file +target_core_iblock +target_core_mod +target_core_pscsi +target_core_user +tc-dwc-g210 +tc-dwc-g210-pci +tc-dwc-g210-pltfrm +tc358743 +tc358746 +tc358762 +tc358764 +tc358767 +tc358768 +tc358775 +tc3589x-keypad +tc654 +tc74 +tc90522 +tca6416-keypad +tca8418_keypad +tcan4x5x +tcm_fc +tcm_loop +tcm_qla2xxx +tcm_remote +tcm_usb_gadget +tcp_bbr +tcp_bic +tcp_cdg +tcp_dctcp +tcp_diag +tcp_highspeed +tcp_htcp +tcp_hybla +tcp_illinois +tcp_lp +tcp_nv +tcp_scalable +tcp_vegas +tcp_veno +tcp_westwood +tcp_yeah +tcpci +tcpci_maxim +tcpci_mt6360 +tcpci_mt6370 +tcpci_rt1711h +tcpm +tcrypt +tcs3414 +tcs3472 +tcsrcc-sm8550 +tda10021 +tda10023 +tda10048 +tda1004x +tda10071 +tda10086 +tda18212 +tda18218 +tda18250 +tda18271 +tda18271c2dd +tda1997x +tda38640 +tda665x +tda7432 +tda8083 +tda8261 +tda826x +tda827x +tda8290 +tda9840 +tda9887 +tda9950 +tda998x +tdfxfb +tdo24m +tea575x +tea5761 +tea5767 +tea6415c +tea6420 +team +team_mode_activebackup +team_mode_broadcast +team_mode_loadbalance +team_mode_random +team_mode_roundrobin +tee +tef6862 +tegra-aconnect +tegra-bpmp-thermal +tegra-drm +tegra-gmi +tegra-kbc +tegra-vde +tegra-video +tegra-xudc +tegra186-cpufreq +tegra186-gpc-dma +tegra194-cpufreq +tegra210-adma +tegra210-emc +tegra30-devfreq +tegra_cec +tegra_nand +tegra_wdt +tehuti +teranetics +test_blackhole_dev +test_bpf +test_power +tg3 +thc63lvd1024 +thermal-generic-adc +thermal_mmio +thmc50 +ths7303 +ths8200 +thunder_bgx +thunder_xcv +thunderbolt +thunderbolt_net +thunderx-mmc +thunderx2_pmu +thunderx_edac +thunderx_zip +ti-adc081c +ti-adc0832 +ti-adc084s021 +ti-adc108s102 +ti-adc12138 +ti-adc128s052 +ti-adc161s626 +ti-ads1015 +ti-ads1100 +ti-ads124s08 +ti-ads131e08 +ti-ads7924 +ti-ads7950 +ti-ads8344 +ti-ads8688 +ti-am65-cpsw-nuss +ti-cal +ti-dac082s085 +ti-dac5571 +ti-dac7311 +ti-dac7612 +ti-dlpc3433 +ti-ecap-capture +ti-j721e-ufs +ti-lmp92064 +ti-lmu +ti-sn65dsi83 +ti-sn65dsi86 +ti-tfp410 +ti-tlc4541 +ti-tpd12s015 +ti-tsc2046 +ti_am335x_adc +ti_am335x_tsc +ti_am335x_tscadc +ti_k3_dsp_remoteproc +ti_k3_r5_remoteproc +ti_sci_pm_domains +ti_usb_3410_5052 +tidss +tifm_7xx1 +tifm_core +tifm_ms +tifm_sd +timeriomem-rng +tipc +tlan +tls +tlv320aic23b +tm2-touchkey +tmag5273 +tmdc +tmio_mmc_core +tmp006 +tmp007 +tmp102 +tmp103 +tmp108 +tmp117 +tmp401 +tmp421 +tmp464 +tmp513 +toshsd +touchit213 +touchright +touchwin +tpci200 +tpl0102 +tpm_atmel +tpm_ftpm_tee +tpm_i2c_atmel +tpm_i2c_infineon +tpm_i2c_nuvoton +tpm_infineon +tpm_st33zp24 +tpm_st33zp24_i2c +tpm_st33zp24_spi +tpm_tis_i2c +tpm_tis_i2c_cr50 +tpm_tis_spi +tpm_tis_synquacer +tpm_vtpm_proxy +tps23861 +tps40422 +tps51632-regulator +tps53679 +tps546d24 +tps6105x +tps6105x-regulator +tps62360-regulator +tps6286x-regulator +tps6287x-regulator +tps65010 +tps65023-regulator +tps6507x +tps6507x-regulator +tps6507x-ts +tps65086 +tps65086-regulator +tps65090-charger +tps65090-regulator +tps65132-regulator +tps65217 +tps65217-regulator +tps65217_bl +tps65217_charger +tps65218 +tps65218-pwrbutton +tps65218-regulator +tps65219 +tps65219-pwrbutton +tps65219-regulator +tps6524x-regulator +tps6586x-regulator +tps65910-regulator +tps65912-regulator +tps6594-core +tps6594-esm +tps6594-i2c +tps6594-pfsm +tps6594-regulator +tps6594-spi +tps6598x +tqmx86 +trace-printk +trancevibrator +trf7970a +tridentfb +ts2020 +ts_bm +ts_fsm +ts_kmp +tsc2004 +tsc2005 +tsc2007 +tsc200x-core +tsc40 +tsi721_mport +tsl2550 +tsl2563 +tsl2583 +tsl2591 +tsl2772 +tsl4531 +tsnep +tsys01 +tsys02d +ttm +ttpci-eeprom +ttusb_dec +ttusbdecfe +ttusbir +ttynull +tua6100 +tua9001 +tulip +tuner +tuner-simple +tuner-types +tunnel4 +tunnel6 +turbografx +turingcc-qcs404 +turris-mox-rwtm +tvaudio +tveeprom +tvp514x +tvp5150 +tvp7002 +tw2804 +tw5864 +tw68 +tw686x +tw9903 +tw9906 +tw9910 +twidjoy +twl-regulator +twl4030-madc +twl4030-pwrbutton +twl4030-vibra +twl4030_charger +twl4030_keypad +twl4030_madc_battery +twl4030_wdt +twl6030-gpadc +twl6030-regulator +twl6040-vibra +twofish_common +twofish_generic +txgbe +typec +typec_displayport +typec_nvidia +typec_ucsi +typhoon +uPD60620 +u_audio +u_ether +u_serial +uacce +uartlite +uas +ubi +ubifs +ublk_drv +ubuntu-host +ucan +ucc_uart +ucd9000 +ucd9200 +ucs1002_power +ucsi_acpi +ucsi_ccg +ucsi_glink +ucsi_stm32g0 +uda1342 +udc-core +udc-xilinx +udf +udl +udlfb +udp_diag +udp_tunnel +ueagle-atm +ufs +ufs-hisi +ufs-mediatek +ufs-qcom +ufs-renesas +ufs-sprd +ufshcd-core +ufshcd-dwc +ufshcd-pci +ufshcd-pltfrm +ug3105_battery +uhid +uio +uio_aec +uio_cif +uio_dfl +uio_dmem_genirq +uio_hv_generic +uio_mf624 +uio_netx +uio_pci_generic +uio_pdrv_genirq +uio_pruss +uio_sercos3 +uleds +uli526x +ulpi +ums-alauda +ums-cypress +ums-datafab +ums-eneub6250 +ums-freecom +ums-isd200 +ums-jumpshot +ums-karma +ums-onetouch +ums-realtek +ums-sddr09 +ums-sddr55 +ums-usbat +ums512-clk +unix_diag +upd64031a +upd64083 +upd78f0730 +us5182d +usb-conn-gpio +usb-dmac +usb-serial-simple +usb-storage +usb251xb +usb3503 +usb4604 +usb8xxx +usb_8dev +usb_debug +usb_f_acm +usb_f_ecm +usb_f_ecm_subset +usb_f_eem +usb_f_fs +usb_f_hid +usb_f_mass_storage +usb_f_midi +usb_f_ncm +usb_f_obex +usb_f_phonet +usb_f_printer +usb_f_rndis +usb_f_serial +usb_f_ss_lb +usb_f_tcm +usb_f_uac1 +usb_f_uac1_legacy +usb_f_uac2 +usb_f_uvc +usb_wwan +usbatm +usbdux +usbduxfast +usbduxsigma +usbhid +usbip-core +usbip-host +usbip-vudc +usbkbd +usblcd +usblp +usbmisc_imx +usbmon +usbmouse +usbnet +usbserial +usbsevseg +usbtest +usbtmc +usbtouchscreen +usbtv +usdhi6rol0 +userio +userspace-consumer +ushc +uss720 +uvc +uvcvideo +uvesafb +v4l2-async +v4l2-dv-timings +v4l2-flash-led-class +v4l2-fwnode +v4l2-h264 +v4l2-jpeg +v4l2-mem2mem +v4l2-tpg +v4l2-vp9 +vcan +vcnl3020 +vcnl4000 +vcnl4035 +vcpu_stall_detector +vctrl-regulator +vdpa +vdpa_sim +vdpa_sim_blk +vdpa_sim_net +vduse +veml6030 +veml6070 +venus-core +venus-dec +venus-enc +versal-fpga +ves1820 +ves1x93 +veth +vexpress-hwmon +vexpress-regulator +vf610_adc +vf610_dac +vfio +vfio-amba +vfio-cdx +vfio-fsl-mc +vfio-pci +vfio-pci-core +vfio-platform +vfio-platform-amdxgbe +vfio-platform-base +vfio-platform-calxedaxgmac +vfio_iommu_type1 +vgastate +vgem +vgg2432a4 +vhci-hcd +vhost +vhost_iotlb +vhost_net +vhost_scsi +vhost_vdpa +vhost_vsock +via-rhine +via-sdmmc +via-velocity +via686a +vicodec +video +video-i2c +video-mux +videobuf-core +videobuf-dma-sg +videobuf2-common +videobuf2-dma-contig +videobuf2-dma-sg +videobuf2-dvb +videobuf2-memops +videobuf2-v4l2 +videobuf2-vmalloc +videocc-sc7180 +videocc-sc7280 +videocc-sdm845 +videocc-sm8150 +videocc-sm8250 +videocc-sm8350 +videocc-sm8450 +videocc-sm8550 +videodev +vim2m +vimc +viperboard +viperboard_adc +virt_wifi +virtio-gpu +virtio-rng +virtio_bt +virtio_crypto +virtio_dma_buf +virtio_input +virtio_mem +virtio_pmem +virtio_rpmsg_bus +virtio_snd +virtio_vdpa +virtiofs +virtual +virtual_ncidev +visconti_wdt +visl +visor +vitesse +vitesse-vsc73xx-core +vitesse-vsc73xx-platform +vitesse-vsc73xx-spi +vivid +vkms +vl53l0x-i2c +vl6180 +vmac +vme_fake +vme_tsi148 +vme_user +vmgenid +vmk80xx +vmw_pvrdma +vmw_vmci +vmw_vsock_virtio_transport +vmw_vsock_virtio_transport_common +vmw_vsock_vmci_transport +vmwgfx +vmxnet3 +vp27smpx +vp_vdpa +vport-geneve +vport-gre +vport-vxlan +vpx3220 +vqmmc-ipq4019-regulator +vrf +vringh +vsock +vsock_diag +vsock_loopback +vsockmon +vsp1 +vsxxxaa +vt1211 +vt6655_stage +vt6656_stage +vt8231 +vt8623fb +vub300 +vx855 +vxcan +vxlan +vz89x +w1-gpio +w1_ds2405 +w1_ds2406 +w1_ds2408 +w1_ds2413 +w1_ds2423 +w1_ds2430 +w1_ds2431 +w1_ds2433 +w1_ds2438 +w1_ds250x +w1_ds2780 +w1_ds2781 +w1_ds2805 +w1_ds28e04 +w1_ds28e17 +w1_smem +w1_therm +w5100 +w5100-spi +w5300 +w6692 +w83627ehf +w83627hf +w83773g +w83781d +w83791d +w83792d +w83793 +w83795 +w83l785ts +w83l786ng +wacom +wacom_i2c +wacom_serial4 +wacom_w8001 +walkera0701 +wanxl +warrior +wcd934x +wcn36xx +wcnss_ctrl +wd719x +wdat_wdt +wdt87xx_i2c +wdt_pci +wfx +whiteheat +wil6210 +wilc1000 +wilc1000-sdio +wilc1000-spi +winbond-840 +wire +wireguard +wishbone-serial +wl1251 +wl1251_sdio +wl1251_spi +wl1273-core +wl12xx +wl18xx +wlcore +wlcore_sdio +wlcore_spi +wm831x-dcdc +wm831x-hwmon +wm831x-isink +wm831x-ldo +wm831x-on +wm831x-ts +wm831x_backup +wm831x_bl +wm831x_power +wm831x_wdt +wm8350-hwmon +wm8350-regulator +wm8350_power +wm8350_wdt +wm8400-regulator +wm8739 +wm8775 +wm8994 +wm8994-regulator +wm97xx-ts +wp512 +wpcm450-soc +wusb3801 +wwan +wwan_hwsim +x25 +x9250 +x_tables +xbox_remote +xc2028 +xc4000 +xc5000 +xcbc +xctr +xdma +xdpe12284 +xdpe152c4 +xen-blkback +xen-evtchn +xen-fbfront +xen-front-pgdir-shbuf +xen-gntalloc +xen-gntdev +xen-hcd +xen-kbdfront +xen-netback +xen-pciback +xen-privcmd +xen-scsiback +xen-scsifront +xen-tpmfront +xen_wdt +xenfs +xfrm4_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_interface +xfrm_ipcomp +xfrm_user +xfs +xgene-dma +xgene-enet +xgene-enet-v2 +xgene-hwmon +xgene-rng +xgene_edac +xhci-histb +xhci-mtk-hcd +xhci-pci +xhci-pci-renesas +xhci-plat-hcd +xhci-rcar-hcd +xhci-tegra +xilinx-ams +xilinx-csi2rxss +xilinx-pr-decoupler +xilinx-spi +xilinx-tpg +xilinx-video +xilinx-vtc +xilinx-xadc +xilinx_can +xilinx_dma +xilinx_dpdma +xilinx_emac +xilinx_emaclite +xilinx_gmii2rgmii +xilinx_sdfec +xilinx_uartps +xilinx_wwdt +xilinxfb +xillybus_class +xillybus_core +xillybus_of +xillybus_pcie +xillyusb +xiphera-trng +xircom_cb +xlnx_r5_remoteproc +xlnx_vcu +xor +xor-neon +xpad +xr_serial +xrs700x +xrs700x_i2c +xrs700x_mdio +xsens_mt +xsk_diag +xt_AUDIT +xt_CHECKSUM +xt_CLASSIFY +xt_CONNSECMARK +xt_CT +xt_DSCP +xt_HL +xt_HMARK +xt_IDLETIMER +xt_LED +xt_LOG +xt_MASQUERADE +xt_NETMAP +xt_NFLOG +xt_NFQUEUE +xt_RATEEST +xt_REDIRECT +xt_SECMARK +xt_TCPMSS +xt_TCPOPTSTRIP +xt_TEE +xt_TPROXY +xt_TRACE +xt_addrtype +xt_bpf +xt_cgroup +xt_cluster +xt_comment +xt_connbytes +xt_connlabel +xt_connlimit +xt_connmark +xt_conntrack +xt_cpu +xt_dccp +xt_devgroup +xt_dscp +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_ipcomp +xt_iprange +xt_ipvs +xt_l2tp +xt_length +xt_limit +xt_mac +xt_mark +xt_multiport +xt_nat +xt_nfacct +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_realm +xt_recent +xt_sctp +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_tcpudp +xt_time +xt_u32 +xtkbd +xusbatm +xxhash_generic +xz_dec_test +yam +yamaha-yas530 +yealink +yellowfin +yenta_socket +yurex +z3fold +zaurus +zd1201 +zd1211rw +zd1301 +zd1301_demod +zet6223 +zforce_ts +zfs +zhenhua +ziirave_wdt +zinitix +zl10036 +zl10039 +zl10353 +zl6100 +zonefs +zopt2201 +zpa2326 +zpa2326_i2c +zpa2326_spi +zram +zstd +zynqmp-aes-gcm +zynqmp-dpsub +zynqmp-fpga +zynqmp-sha +zynqmp_dma +zynqmp_edac --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency/abi/arm64/lowlatency.modules.builtin +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency/abi/arm64/lowlatency.modules.builtin @@ -0,0 +1,538 @@ +8250 +8250_base +8250_dw +8250_fsl +8250_mtk +8250_of +8250_omap +8250_pci +8250_rt288x +8250_tegra +ac +acpi_mdio +aead +aes_generic +af_packet +ahci_imx +akcipher +amba-pl011 +arm-cci +arm-cci +arm-ccn +arm_smmu +arm_smmu_v3 +armada_thermal +armmmci +as3722 +asiliantfb +asn1_decoder +asn1_encoder +atkbd +axg +axg-aoclk +backlight +battery +bcm84881 +binfmt_script +brcmstb_gisb +bsg +button +cbc +cdrom +cfbcopyarea +cfbfillrect +cfbimgblt +charger-manager +clk-apmixed +clk-cpu-dyndiv +clk-cpumux +clk-dualdiv +clk-gate +clk-imx-lpcg-scu +clk-imx-scu +clk-imx8mm +clk-imx8mn +clk-imx8mp +clk-imx8mp-audiomix +clk-imx8mq +clk-ma35d1 +clk-mpll +clk-mt2712 +clk-mt2712-apmixedsys +clk-mt2712-bdp +clk-mt2712-img +clk-mt2712-jpgdec +clk-mt2712-mfg +clk-mt2712-mm +clk-mt2712-vdec +clk-mt2712-venc +clk-mt6765 +clk-mt6765-audio +clk-mt6765-cam +clk-mt6765-img +clk-mt6765-mipi0a +clk-mt6765-mm +clk-mt6765-vcodec +clk-mt6779 +clk-mt6779-aud +clk-mt6779-cam +clk-mt6779-img +clk-mt6779-ipe +clk-mt6779-mfg +clk-mt6779-mm +clk-mt6779-vdec +clk-mt6779-venc +clk-mt6797 +clk-mt6797-img +clk-mt6797-mm +clk-mt6797-vdec +clk-mt6797-venc +clk-mt7622 +clk-mt7622-apmixedsys +clk-mt7622-aud +clk-mt7622-eth +clk-mt7622-hif +clk-mt7622-infracfg +clk-mt7981-apmixed +clk-mt7981-infracfg +clk-mt7981-topckgen +clk-mt7986-apmixed +clk-mt7986-eth +clk-mt7986-infracfg +clk-mt7986-topckgen +clk-mt8167 +clk-mt8167-apmixedsys +clk-mt8167-aud +clk-mt8167-img +clk-mt8167-mfgcfg +clk-mt8167-mm +clk-mt8167-vdec +clk-mt8173-apmixedsys +clk-mt8173-infracfg +clk-mt8173-mm +clk-mt8173-pericfg +clk-mt8173-topckgen +clk-mt8183 +clk-mt8183-apmixedsys +clk-mt8183-audio +clk-mt8183-cam +clk-mt8183-img +clk-mt8183-ipu0 +clk-mt8183-ipu1 +clk-mt8183-ipu_adl +clk-mt8183-ipu_conn +clk-mt8183-mfgcfg +clk-mt8183-mm +clk-mt8183-vdec +clk-mt8183-venc +clk-mt8186-apmixedsys +clk-mt8186-infra_ao +clk-mt8186-topckgen +clk-mt8192 +clk-mt8192-apmixedsys +clk-mt8192-aud +clk-mt8192-cam +clk-mt8192-img +clk-mt8192-imp_iic_wrap +clk-mt8192-ipe +clk-mt8192-mdp +clk-mt8192-mfg +clk-mt8192-mm +clk-mt8192-msdc +clk-mt8192-scp_adsp +clk-mt8192-vdec +clk-mt8192-venc +clk-mt8195-apmixedsys +clk-mt8195-infra_ao +clk-mt8195-peri_ao +clk-mt8195-topckgen +clk-mt8516 +clk-mt8516-apmixedsys +clk-mt8516-aud +clk-mtk +clk-mux +clk-pll +clk-pll +clk-regmap +clk-scmi +clk-vexpress-osc +cmd-db +cn +configfs +cpufreq-dt +cpufreq-dt-platdev +cpufreq_conservative +cpufreq_ondemand +cpufreq_performance +cpufreq_powersave +cpufreq_userspace +crc-ccitt +crc-t10dif +crc16 +crc32 +crc32c_generic +crc64 +crc64-rocksoft +crc64_rocksoft_generic +crc8 +crct10dif_common +crct10dif_generic +crypto +crypto_acompress +crypto_algapi +crypto_hash +crypto_null +cryptomgr +ctr +cts +da9063 +davinci_mdio +dax +deflate +dh_generic +digsig +dm-mod +dns_resolver +drbg +drm_mipi_dsi +drm_panel_orientation_quirks +drop_monitor +dwc2 +ecb +ecryptfs +edac_core +efivarfs +ehci-hcd +ehci-orion +ehci-pci +encrypted-keys +evdev +exportfs +ext4 +extcon-core +failover +fan +fat +fb +fb_sys_fops +fddi +fec +firmware_class +fixed_phy +font +fsl_dpaa_fman +fsl_dpaa_fman_port +fsl_dpaa_mac +fuse +fwnode_mdio +g12a +g12a-aoclk +gcm +geniv +gf128mul +ghash-generic +ghes_edac +glob +governor_passive +governor_performance +governor_powersave +governor_simpleondemand +governor_userspace +gpio-davinci +gpio-generic +gpio-mxc +gpio-pl061 +gpio-tegra +gpio-tegra186 +gpio-xilinx +grant-dma-ops +gxbb +gxbb-aoclk +hed +hid_bpf +hmac +hwmon +i2c-core +i2c-designware-core +i2c-designware-platform +i2c-dev +i2c-omap +i2c-sprd +imsttfb +imx +imx-scu +imx-weim +imx8m-blk-ctrl +imx8mp-blk-ctrl +imx93-blk-ctrl +input-core +interconnect_qcom +iova +ipv6 +irq-meson-gpio +irq-mvebu-pic +irqbypass +jbd2 +jitterentropy_rng +k3-psil-lib +k3-ringacc +k3-udma +k3-udma-glue +kdf_sp800108 +kgdboc +kpp +kvm +led-class +libaes +libahci +libahci_platform +libata +libcryptoutils +libnvdimm +libphy +libps2 +libsha1 +libsha256 +linear_ranges +loop +lz4_decompress +lzo +lzo-rle +lzo_compress +lzo_decompress +max14577 +max310x +max77686 +max77693 +mbcache +md-mod +md5 +mdio-bitbang +mdio_devres +meson-aoclk +meson-clk-measure +meson-ee-pwrc +meson-eeclk +meson-gx-pwrc-vpu +meson-secure-pwrc +meson_sm +meson_uart +mfd-core +mii +mmc_block +mmc_core +mousedev +mpi +mq-deadline +msm_serial +mtk-eint +mtk-regulator-coupler +mx3fb +mxc-clk +n_null +net_failover +nls_base +nls_cp437 +npcm_wdt +nvmem_zynqmp_nvmem +odroid-go-ultra-poweroff +of_mdio +ohci-hcd +ohci-pci +oid_registry +omap-gpmc +owl-uart +palmas +pci-aardvark +pci-host-common +pci-host-generic +pcie-altera +pcie-altera-msi +pcie-kirin +pcie-mediatek +pcs-lynx +phy-meson-axg-mipi-pcie-analog +phy-meson-axg-pcie +phy-mxs-usb +phy-xgene +phylink +pinctrl-as3722 +pinctrl-imx +pinctrl-imx8dxl +pinctrl-imx8mm +pinctrl-imx8mn +pinctrl-imx8mp +pinctrl-imx8mq +pinctrl-imx8qm +pinctrl-imx8qxp +pinctrl-meson +pinctrl-meson-a1 +pinctrl-meson-axg +pinctrl-meson-axg-pmx +pinctrl-meson-g12a +pinctrl-meson-gxbb +pinctrl-meson-gxl +pinctrl-meson8-pmx +pinctrl-microchip-sgpio +pinctrl-msm +pinctrl-mt6765 +pinctrl-mtk-common-v2 +pinctrl-ocelot +pinctrl-palmas +pinctrl-paris +pinctrl-rockchip +pinctrl-s32g2 +pinctrl-scu +pinctrl-single +pinctrl-sprd +pinctrl-sprd-sc9860 +pkcs7_message +ppp_generic +pps_core +pretimeout_noop +processor +pstore +ptp +public_key +pwc-rzv2m +qcom-ipcc +qcom-pdc +qcom-scm +qcom_rpmh +rapidio +rational +rcar-usb2-clock-sel +regmap-i2c +regmap-mmio +regmap-spi +reset +reset-berlin +reset-imx7 +reset-meson +reset-qcom-aoss +reset-rzg2l-usbphy-ctrl +rfkill +rng +rng-core +roles +rpmhpd +rsa_generic +rtc-efi +rtc-mv +rtc-xgene +rz-mtu3 +sccnxp +scmi-core +scmi-module +scsi_common +scsi_mod +scu-pd +sd_mod +sec-core +sec-irq +selftests +seqiv +serdev +serial_base +serial_mctrl_gpio +serio +sg +sh-sci +sha1_generic +sha256_generic +sha3_generic +sha512-arm64 +sha512-ce +sha512_generic +sig +skcipher +slhc +smc91x +soc-imx8m +spi-fsl-lib +spi-fsl-spi +spi-omap2-mcspi +spm +squashfs +sr_mod +sun20i-ppu +sun50i-a100-ccu +sun50i-a100-r-ccu +sun50i-a64-ccu +sun50i-h6-ccu +sun50i-h6-r-ccu +sun50i-h616-ccu +sun6i-msgbox +sun8i-de2-ccu +sun8i-h3-ccu +sun8i-r-ccu +sunxi-ccu +syscon-clk +syscopyarea +sysfillrect +sysimgblt +t10-pi +tcp_cubic +tegra-tcu +tegra20-apb-dma +tegra20-cpufreq +thermal +ti-cpufreq +ti-msgmgr +ti-opp-supply +ti_sci +tpm +tpm_crb +tpm_tis +tpm_tis_core +tps65912-core +tps65912-i2c +tps65912-spi +trusted +ttyprintk +tun +ucs2_string +uhci-hcd +uinput +unix +usb-common +usbcore +utf8data +vexpress-config +vexpress-sysreg +vfat +vid-pll-div +virt-dma +virtio +virtio-iommu +virtio_balloon +virtio_blk +virtio_console +virtio_mmio +virtio_net +virtio_pci +virtio_pci_legacy_dev +virtio_pci_modern_dev +virtio_ring +virtio_scsi +vivaldi-fmap +watchdog +wwnr +x509_key_parser +xen-blkfront +xen-netfront +xenbus +xenbus_probe_frontend +xgmac_mdio +xhci-hcd +xts +xxhash +xz_dec +zbud +zlib_deflate +zlib_inflate +zsmalloc +zstd_common +zstd_compress +zstd_decompress +zynqmp-ipi-mailbox --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency/abi/arm64/lowlatency.retpoline +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency/abi/arm64/lowlatency.retpoline @@ -0,0 +1 @@ +# RETPOLINE NOT ENABLED --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency/abi/fwinfo +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency/abi/fwinfo @@ -0,0 +1,2230 @@ +firmware: 3826.arm +firmware: 3826.eeprom +firmware: 3com/typhoon.bin +firmware: 6fire/dmx6fireap.ihx +firmware: 6fire/dmx6firecf.bin +firmware: 6fire/dmx6firel2.ihx +firmware: BCM2033-FW.bin +firmware: BCM2033-MD.hex +firmware: BT3CPCC.bin +firmware: RTL8192E/boot.img +firmware: RTL8192E/data.img +firmware: RTL8192E/main.img +firmware: RTL8192U/boot.img +firmware: RTL8192U/data.img +firmware: RTL8192U/main.img +firmware: acenic/tg1.bin +firmware: acenic/tg2.bin +firmware: adaptec/starfire_rx.bin +firmware: adaptec/starfire_tx.bin +firmware: adf7242_firmware.bin +firmware: advansys/3550.bin +firmware: advansys/38C0800.bin +firmware: advansys/38C1600.bin +firmware: advansys/mcode.bin +firmware: agere_ap_fw.bin +firmware: agere_sta_fw.bin +firmware: aic94xx-seq.fw +firmware: amd/amd_sev_fam17h_model0xh.sbin +firmware: amd/amd_sev_fam17h_model3xh.sbin +firmware: amd/amd_sev_fam19h_model0xh.sbin +firmware: amd/amd_sev_fam19h_model1xh.sbin +firmware: amdgpu/aldebaran_cap.bin +firmware: amdgpu/aldebaran_mec.bin +firmware: amdgpu/aldebaran_mec2.bin +firmware: amdgpu/aldebaran_rlc.bin +firmware: amdgpu/aldebaran_sdma.bin +firmware: amdgpu/aldebaran_sjt_mec.bin +firmware: amdgpu/aldebaran_sjt_mec2.bin +firmware: amdgpu/aldebaran_smc.bin +firmware: amdgpu/aldebaran_sos.bin +firmware: amdgpu/aldebaran_ta.bin +firmware: amdgpu/aldebaran_vcn.bin +firmware: amdgpu/arcturus_asd.bin +firmware: amdgpu/arcturus_gpu_info.bin +firmware: amdgpu/arcturus_mec.bin +firmware: amdgpu/arcturus_rlc.bin +firmware: amdgpu/arcturus_sdma.bin +firmware: amdgpu/arcturus_smc.bin +firmware: amdgpu/arcturus_sos.bin +firmware: amdgpu/arcturus_ta.bin +firmware: amdgpu/arcturus_vcn.bin +firmware: amdgpu/banks_k_2_smc.bin +firmware: amdgpu/beige_goby_ce.bin +firmware: amdgpu/beige_goby_dmcub.bin +firmware: amdgpu/beige_goby_me.bin +firmware: amdgpu/beige_goby_mec.bin +firmware: amdgpu/beige_goby_mec2.bin +firmware: amdgpu/beige_goby_pfp.bin +firmware: amdgpu/beige_goby_rlc.bin +firmware: amdgpu/beige_goby_sdma.bin +firmware: amdgpu/beige_goby_smc.bin +firmware: amdgpu/beige_goby_sos.bin +firmware: amdgpu/beige_goby_ta.bin +firmware: amdgpu/beige_goby_vcn.bin +firmware: amdgpu/bonaire_ce.bin +firmware: amdgpu/bonaire_k_smc.bin +firmware: amdgpu/bonaire_mc.bin +firmware: amdgpu/bonaire_me.bin +firmware: amdgpu/bonaire_mec.bin +firmware: amdgpu/bonaire_pfp.bin +firmware: amdgpu/bonaire_rlc.bin +firmware: amdgpu/bonaire_sdma.bin +firmware: amdgpu/bonaire_sdma1.bin +firmware: amdgpu/bonaire_smc.bin +firmware: amdgpu/bonaire_uvd.bin +firmware: amdgpu/bonaire_vce.bin +firmware: amdgpu/carrizo_ce.bin +firmware: amdgpu/carrizo_me.bin +firmware: amdgpu/carrizo_mec.bin +firmware: amdgpu/carrizo_mec2.bin +firmware: amdgpu/carrizo_pfp.bin +firmware: amdgpu/carrizo_rlc.bin +firmware: amdgpu/carrizo_sdma.bin +firmware: amdgpu/carrizo_sdma1.bin +firmware: amdgpu/carrizo_uvd.bin +firmware: amdgpu/carrizo_vce.bin +firmware: amdgpu/cyan_skillfish2_ce.bin +firmware: amdgpu/cyan_skillfish2_me.bin +firmware: amdgpu/cyan_skillfish2_mec.bin +firmware: amdgpu/cyan_skillfish2_mec2.bin +firmware: amdgpu/cyan_skillfish2_pfp.bin +firmware: amdgpu/cyan_skillfish2_rlc.bin +firmware: amdgpu/cyan_skillfish2_sdma.bin +firmware: amdgpu/cyan_skillfish2_sdma1.bin +firmware: amdgpu/dcn_3_1_4_dmcub.bin +firmware: amdgpu/dcn_3_1_5_dmcub.bin +firmware: amdgpu/dcn_3_1_6_dmcub.bin +firmware: amdgpu/dcn_3_2_0_dmcub.bin +firmware: amdgpu/dcn_3_2_1_dmcub.bin +firmware: amdgpu/dimgrey_cavefish_ce.bin +firmware: amdgpu/dimgrey_cavefish_dmcub.bin +firmware: amdgpu/dimgrey_cavefish_me.bin +firmware: amdgpu/dimgrey_cavefish_mec.bin +firmware: amdgpu/dimgrey_cavefish_mec2.bin +firmware: amdgpu/dimgrey_cavefish_pfp.bin +firmware: amdgpu/dimgrey_cavefish_rlc.bin +firmware: amdgpu/dimgrey_cavefish_sdma.bin +firmware: amdgpu/dimgrey_cavefish_smc.bin +firmware: amdgpu/dimgrey_cavefish_sos.bin +firmware: amdgpu/dimgrey_cavefish_ta.bin +firmware: amdgpu/dimgrey_cavefish_vcn.bin +firmware: amdgpu/fiji_ce.bin +firmware: amdgpu/fiji_me.bin +firmware: amdgpu/fiji_mec.bin +firmware: amdgpu/fiji_mec2.bin +firmware: amdgpu/fiji_pfp.bin +firmware: amdgpu/fiji_rlc.bin +firmware: amdgpu/fiji_sdma.bin +firmware: amdgpu/fiji_sdma1.bin +firmware: amdgpu/fiji_smc.bin +firmware: amdgpu/fiji_uvd.bin +firmware: amdgpu/fiji_vce.bin +firmware: amdgpu/gc_10_3_6_ce.bin +firmware: amdgpu/gc_10_3_6_me.bin +firmware: amdgpu/gc_10_3_6_mec.bin +firmware: amdgpu/gc_10_3_6_mec2.bin +firmware: amdgpu/gc_10_3_6_pfp.bin +firmware: amdgpu/gc_10_3_6_rlc.bin +firmware: amdgpu/gc_10_3_7_ce.bin +firmware: amdgpu/gc_10_3_7_me.bin +firmware: amdgpu/gc_10_3_7_mec.bin +firmware: amdgpu/gc_10_3_7_mec2.bin +firmware: amdgpu/gc_10_3_7_pfp.bin +firmware: amdgpu/gc_10_3_7_rlc.bin +firmware: amdgpu/gc_11_0_0_imu.bin +firmware: amdgpu/gc_11_0_0_me.bin +firmware: amdgpu/gc_11_0_0_mec.bin +firmware: amdgpu/gc_11_0_0_mes.bin +firmware: amdgpu/gc_11_0_0_mes1.bin +firmware: amdgpu/gc_11_0_0_mes_2.bin +firmware: amdgpu/gc_11_0_0_pfp.bin +firmware: amdgpu/gc_11_0_0_rlc.bin +firmware: amdgpu/gc_11_0_0_toc.bin +firmware: amdgpu/gc_11_0_1_imu.bin +firmware: amdgpu/gc_11_0_1_me.bin +firmware: amdgpu/gc_11_0_1_mec.bin +firmware: amdgpu/gc_11_0_1_mes.bin +firmware: amdgpu/gc_11_0_1_mes1.bin +firmware: amdgpu/gc_11_0_1_mes_2.bin +firmware: amdgpu/gc_11_0_1_pfp.bin +firmware: amdgpu/gc_11_0_1_rlc.bin +firmware: amdgpu/gc_11_0_2_imu.bin +firmware: amdgpu/gc_11_0_2_me.bin +firmware: amdgpu/gc_11_0_2_mec.bin +firmware: amdgpu/gc_11_0_2_mes.bin +firmware: amdgpu/gc_11_0_2_mes1.bin +firmware: amdgpu/gc_11_0_2_mes_2.bin +firmware: amdgpu/gc_11_0_2_pfp.bin +firmware: amdgpu/gc_11_0_2_rlc.bin +firmware: amdgpu/gc_11_0_3_imu.bin +firmware: amdgpu/gc_11_0_3_me.bin +firmware: amdgpu/gc_11_0_3_mec.bin +firmware: amdgpu/gc_11_0_3_mes.bin +firmware: amdgpu/gc_11_0_3_mes1.bin +firmware: amdgpu/gc_11_0_3_mes_2.bin +firmware: amdgpu/gc_11_0_3_pfp.bin +firmware: amdgpu/gc_11_0_3_rlc.bin +firmware: amdgpu/gc_11_0_4_imu.bin +firmware: amdgpu/gc_11_0_4_me.bin +firmware: amdgpu/gc_11_0_4_mec.bin +firmware: amdgpu/gc_11_0_4_mes.bin +firmware: amdgpu/gc_11_0_4_mes1.bin +firmware: amdgpu/gc_11_0_4_mes_2.bin +firmware: amdgpu/gc_11_0_4_pfp.bin +firmware: amdgpu/gc_11_0_4_rlc.bin +firmware: amdgpu/gc_9_4_3_mec.bin +firmware: amdgpu/gc_9_4_3_rlc.bin +firmware: amdgpu/green_sardine_asd.bin +firmware: amdgpu/green_sardine_ce.bin +firmware: amdgpu/green_sardine_dmcub.bin +firmware: amdgpu/green_sardine_me.bin +firmware: amdgpu/green_sardine_mec.bin +firmware: amdgpu/green_sardine_mec2.bin +firmware: amdgpu/green_sardine_pfp.bin +firmware: amdgpu/green_sardine_rlc.bin +firmware: amdgpu/green_sardine_sdma.bin +firmware: amdgpu/green_sardine_ta.bin +firmware: amdgpu/green_sardine_vcn.bin +firmware: amdgpu/hainan_ce.bin +firmware: amdgpu/hainan_k_smc.bin +firmware: amdgpu/hainan_mc.bin +firmware: amdgpu/hainan_me.bin +firmware: amdgpu/hainan_pfp.bin +firmware: amdgpu/hainan_rlc.bin +firmware: amdgpu/hainan_smc.bin +firmware: amdgpu/hawaii_ce.bin +firmware: amdgpu/hawaii_k_smc.bin +firmware: amdgpu/hawaii_mc.bin +firmware: amdgpu/hawaii_me.bin +firmware: amdgpu/hawaii_mec.bin +firmware: amdgpu/hawaii_pfp.bin +firmware: amdgpu/hawaii_rlc.bin +firmware: amdgpu/hawaii_sdma.bin +firmware: amdgpu/hawaii_sdma1.bin +firmware: amdgpu/hawaii_smc.bin +firmware: amdgpu/hawaii_uvd.bin +firmware: amdgpu/hawaii_vce.bin +firmware: amdgpu/ip_discovery.bin +firmware: amdgpu/kabini_ce.bin +firmware: amdgpu/kabini_me.bin +firmware: amdgpu/kabini_mec.bin +firmware: amdgpu/kabini_pfp.bin +firmware: amdgpu/kabini_rlc.bin +firmware: amdgpu/kabini_sdma.bin +firmware: amdgpu/kabini_sdma1.bin +firmware: amdgpu/kabini_uvd.bin +firmware: amdgpu/kabini_vce.bin +firmware: amdgpu/kaveri_ce.bin +firmware: amdgpu/kaveri_me.bin +firmware: amdgpu/kaveri_mec.bin +firmware: amdgpu/kaveri_mec2.bin +firmware: amdgpu/kaveri_pfp.bin +firmware: amdgpu/kaveri_rlc.bin +firmware: amdgpu/kaveri_sdma.bin +firmware: amdgpu/kaveri_sdma1.bin +firmware: amdgpu/kaveri_uvd.bin +firmware: amdgpu/kaveri_vce.bin +firmware: amdgpu/mullins_ce.bin +firmware: amdgpu/mullins_me.bin +firmware: amdgpu/mullins_mec.bin +firmware: amdgpu/mullins_pfp.bin +firmware: amdgpu/mullins_rlc.bin +firmware: amdgpu/mullins_sdma.bin +firmware: amdgpu/mullins_sdma1.bin +firmware: amdgpu/mullins_uvd.bin +firmware: amdgpu/mullins_vce.bin +firmware: amdgpu/navi10_asd.bin +firmware: amdgpu/navi10_ce.bin +firmware: amdgpu/navi10_me.bin +firmware: amdgpu/navi10_mec.bin +firmware: amdgpu/navi10_mec2.bin +firmware: amdgpu/navi10_mes.bin +firmware: amdgpu/navi10_pfp.bin +firmware: amdgpu/navi10_rlc.bin +firmware: amdgpu/navi10_sdma.bin +firmware: amdgpu/navi10_sdma1.bin +firmware: amdgpu/navi10_smc.bin +firmware: amdgpu/navi10_sos.bin +firmware: amdgpu/navi10_ta.bin +firmware: amdgpu/navi10_vcn.bin +firmware: amdgpu/navi12_asd.bin +firmware: amdgpu/navi12_cap.bin +firmware: amdgpu/navi12_ce.bin +firmware: amdgpu/navi12_dmcu.bin +firmware: amdgpu/navi12_gpu_info.bin +firmware: amdgpu/navi12_me.bin +firmware: amdgpu/navi12_mec.bin +firmware: amdgpu/navi12_mec2.bin +firmware: amdgpu/navi12_pfp.bin +firmware: amdgpu/navi12_rlc.bin +firmware: amdgpu/navi12_sdma.bin +firmware: amdgpu/navi12_sdma1.bin +firmware: amdgpu/navi12_smc.bin +firmware: amdgpu/navi12_sos.bin +firmware: amdgpu/navi12_ta.bin +firmware: amdgpu/navi12_vcn.bin +firmware: amdgpu/navi14_asd.bin +firmware: amdgpu/navi14_ce.bin +firmware: amdgpu/navi14_ce_wks.bin +firmware: amdgpu/navi14_me.bin +firmware: amdgpu/navi14_me_wks.bin +firmware: amdgpu/navi14_mec.bin +firmware: amdgpu/navi14_mec2.bin +firmware: amdgpu/navi14_mec2_wks.bin +firmware: amdgpu/navi14_mec_wks.bin +firmware: amdgpu/navi14_pfp.bin +firmware: amdgpu/navi14_pfp_wks.bin +firmware: amdgpu/navi14_rlc.bin +firmware: amdgpu/navi14_sdma.bin +firmware: amdgpu/navi14_sdma1.bin +firmware: amdgpu/navi14_smc.bin +firmware: amdgpu/navi14_sos.bin +firmware: amdgpu/navi14_ta.bin +firmware: amdgpu/navi14_vcn.bin +firmware: amdgpu/navy_flounder_ce.bin +firmware: amdgpu/navy_flounder_dmcub.bin +firmware: amdgpu/navy_flounder_me.bin +firmware: amdgpu/navy_flounder_mec.bin +firmware: amdgpu/navy_flounder_mec2.bin +firmware: amdgpu/navy_flounder_pfp.bin +firmware: amdgpu/navy_flounder_rlc.bin +firmware: amdgpu/navy_flounder_sdma.bin +firmware: amdgpu/navy_flounder_smc.bin +firmware: amdgpu/navy_flounder_sos.bin +firmware: amdgpu/navy_flounder_ta.bin +firmware: amdgpu/navy_flounder_vcn.bin +firmware: amdgpu/oland_ce.bin +firmware: amdgpu/oland_k_smc.bin +firmware: amdgpu/oland_mc.bin +firmware: amdgpu/oland_me.bin +firmware: amdgpu/oland_pfp.bin +firmware: amdgpu/oland_rlc.bin +firmware: amdgpu/oland_smc.bin +firmware: amdgpu/oland_uvd.bin +firmware: amdgpu/picasso_asd.bin +firmware: amdgpu/picasso_ce.bin +firmware: amdgpu/picasso_gpu_info.bin +firmware: amdgpu/picasso_me.bin +firmware: amdgpu/picasso_mec.bin +firmware: amdgpu/picasso_mec2.bin +firmware: amdgpu/picasso_pfp.bin +firmware: amdgpu/picasso_rlc.bin +firmware: amdgpu/picasso_rlc_am4.bin +firmware: amdgpu/picasso_sdma.bin +firmware: amdgpu/picasso_ta.bin +firmware: amdgpu/picasso_vcn.bin +firmware: amdgpu/pitcairn_ce.bin +firmware: amdgpu/pitcairn_k_smc.bin +firmware: amdgpu/pitcairn_mc.bin +firmware: amdgpu/pitcairn_me.bin +firmware: amdgpu/pitcairn_pfp.bin +firmware: amdgpu/pitcairn_rlc.bin +firmware: amdgpu/pitcairn_smc.bin +firmware: amdgpu/pitcairn_uvd.bin +firmware: amdgpu/polaris10_ce.bin +firmware: amdgpu/polaris10_ce_2.bin +firmware: amdgpu/polaris10_k2_smc.bin +firmware: amdgpu/polaris10_k_mc.bin +firmware: amdgpu/polaris10_k_smc.bin +firmware: amdgpu/polaris10_mc.bin +firmware: amdgpu/polaris10_me.bin +firmware: amdgpu/polaris10_me_2.bin +firmware: amdgpu/polaris10_mec.bin +firmware: amdgpu/polaris10_mec2.bin +firmware: amdgpu/polaris10_mec2_2.bin +firmware: amdgpu/polaris10_mec_2.bin +firmware: amdgpu/polaris10_pfp.bin +firmware: amdgpu/polaris10_pfp_2.bin +firmware: amdgpu/polaris10_rlc.bin +firmware: amdgpu/polaris10_sdma.bin +firmware: amdgpu/polaris10_sdma1.bin +firmware: amdgpu/polaris10_smc.bin +firmware: amdgpu/polaris10_smc_sk.bin +firmware: amdgpu/polaris10_uvd.bin +firmware: amdgpu/polaris10_vce.bin +firmware: amdgpu/polaris11_ce.bin +firmware: amdgpu/polaris11_ce_2.bin +firmware: amdgpu/polaris11_k2_smc.bin +firmware: amdgpu/polaris11_k_mc.bin +firmware: amdgpu/polaris11_k_smc.bin +firmware: amdgpu/polaris11_mc.bin +firmware: amdgpu/polaris11_me.bin +firmware: amdgpu/polaris11_me_2.bin +firmware: amdgpu/polaris11_mec.bin +firmware: amdgpu/polaris11_mec2.bin +firmware: amdgpu/polaris11_mec2_2.bin +firmware: amdgpu/polaris11_mec_2.bin +firmware: amdgpu/polaris11_pfp.bin +firmware: amdgpu/polaris11_pfp_2.bin +firmware: amdgpu/polaris11_rlc.bin +firmware: amdgpu/polaris11_sdma.bin +firmware: amdgpu/polaris11_sdma1.bin +firmware: amdgpu/polaris11_smc.bin +firmware: amdgpu/polaris11_smc_sk.bin +firmware: amdgpu/polaris11_uvd.bin +firmware: amdgpu/polaris11_vce.bin +firmware: amdgpu/polaris12_32_mc.bin +firmware: amdgpu/polaris12_ce.bin +firmware: amdgpu/polaris12_ce_2.bin +firmware: amdgpu/polaris12_k_mc.bin +firmware: amdgpu/polaris12_k_smc.bin +firmware: amdgpu/polaris12_mc.bin +firmware: amdgpu/polaris12_me.bin +firmware: amdgpu/polaris12_me_2.bin +firmware: amdgpu/polaris12_mec.bin +firmware: amdgpu/polaris12_mec2.bin +firmware: amdgpu/polaris12_mec2_2.bin +firmware: amdgpu/polaris12_mec_2.bin +firmware: amdgpu/polaris12_pfp.bin +firmware: amdgpu/polaris12_pfp_2.bin +firmware: amdgpu/polaris12_rlc.bin +firmware: amdgpu/polaris12_sdma.bin +firmware: amdgpu/polaris12_sdma1.bin +firmware: amdgpu/polaris12_smc.bin +firmware: amdgpu/polaris12_uvd.bin +firmware: amdgpu/polaris12_vce.bin +firmware: amdgpu/psp_13_0_0_sos.bin +firmware: amdgpu/psp_13_0_0_ta.bin +firmware: amdgpu/psp_13_0_10_sos.bin +firmware: amdgpu/psp_13_0_10_ta.bin +firmware: amdgpu/psp_13_0_11_ta.bin +firmware: amdgpu/psp_13_0_11_toc.bin +firmware: amdgpu/psp_13_0_4_ta.bin +firmware: amdgpu/psp_13_0_4_toc.bin +firmware: amdgpu/psp_13_0_5_ta.bin +firmware: amdgpu/psp_13_0_5_toc.bin +firmware: amdgpu/psp_13_0_6_sos.bin +firmware: amdgpu/psp_13_0_6_ta.bin +firmware: amdgpu/psp_13_0_7_sos.bin +firmware: amdgpu/psp_13_0_7_ta.bin +firmware: amdgpu/psp_13_0_8_ta.bin +firmware: amdgpu/psp_13_0_8_toc.bin +firmware: amdgpu/raven2_asd.bin +firmware: amdgpu/raven2_ce.bin +firmware: amdgpu/raven2_gpu_info.bin +firmware: amdgpu/raven2_me.bin +firmware: amdgpu/raven2_mec.bin +firmware: amdgpu/raven2_mec2.bin +firmware: amdgpu/raven2_pfp.bin +firmware: amdgpu/raven2_rlc.bin +firmware: amdgpu/raven2_sdma.bin +firmware: amdgpu/raven2_ta.bin +firmware: amdgpu/raven2_vcn.bin +firmware: amdgpu/raven_asd.bin +firmware: amdgpu/raven_ce.bin +firmware: amdgpu/raven_dmcu.bin +firmware: amdgpu/raven_gpu_info.bin +firmware: amdgpu/raven_kicker_rlc.bin +firmware: amdgpu/raven_me.bin +firmware: amdgpu/raven_mec.bin +firmware: amdgpu/raven_mec2.bin +firmware: amdgpu/raven_pfp.bin +firmware: amdgpu/raven_rlc.bin +firmware: amdgpu/raven_sdma.bin +firmware: amdgpu/raven_ta.bin +firmware: amdgpu/raven_vcn.bin +firmware: amdgpu/renoir_asd.bin +firmware: amdgpu/renoir_ce.bin +firmware: amdgpu/renoir_dmcub.bin +firmware: amdgpu/renoir_me.bin +firmware: amdgpu/renoir_mec.bin +firmware: amdgpu/renoir_pfp.bin +firmware: amdgpu/renoir_rlc.bin +firmware: amdgpu/renoir_sdma.bin +firmware: amdgpu/renoir_ta.bin +firmware: amdgpu/renoir_vcn.bin +firmware: amdgpu/sdma_4_4_2.bin +firmware: amdgpu/sdma_5_2_6.bin +firmware: amdgpu/sdma_5_2_7.bin +firmware: amdgpu/sdma_6_0_0.bin +firmware: amdgpu/sdma_6_0_1.bin +firmware: amdgpu/sdma_6_0_2.bin +firmware: amdgpu/sdma_6_0_3.bin +firmware: amdgpu/si58_mc.bin +firmware: amdgpu/sienna_cichlid_cap.bin +firmware: amdgpu/sienna_cichlid_ce.bin +firmware: amdgpu/sienna_cichlid_dmcub.bin +firmware: amdgpu/sienna_cichlid_me.bin +firmware: amdgpu/sienna_cichlid_mec.bin +firmware: amdgpu/sienna_cichlid_mec2.bin +firmware: amdgpu/sienna_cichlid_mes.bin +firmware: amdgpu/sienna_cichlid_mes1.bin +firmware: amdgpu/sienna_cichlid_pfp.bin +firmware: amdgpu/sienna_cichlid_rlc.bin +firmware: amdgpu/sienna_cichlid_sdma.bin +firmware: amdgpu/sienna_cichlid_smc.bin +firmware: amdgpu/sienna_cichlid_sos.bin +firmware: amdgpu/sienna_cichlid_ta.bin +firmware: amdgpu/sienna_cichlid_vcn.bin +firmware: amdgpu/smu_13_0_0.bin +firmware: amdgpu/smu_13_0_10.bin +firmware: amdgpu/smu_13_0_7.bin +firmware: amdgpu/stoney_ce.bin +firmware: amdgpu/stoney_me.bin +firmware: amdgpu/stoney_mec.bin +firmware: amdgpu/stoney_pfp.bin +firmware: amdgpu/stoney_rlc.bin +firmware: amdgpu/stoney_sdma.bin +firmware: amdgpu/stoney_uvd.bin +firmware: amdgpu/stoney_vce.bin +firmware: amdgpu/tahiti_ce.bin +firmware: amdgpu/tahiti_mc.bin +firmware: amdgpu/tahiti_me.bin +firmware: amdgpu/tahiti_pfp.bin +firmware: amdgpu/tahiti_rlc.bin +firmware: amdgpu/tahiti_smc.bin +firmware: amdgpu/tahiti_uvd.bin +firmware: amdgpu/tonga_ce.bin +firmware: amdgpu/tonga_k_smc.bin +firmware: amdgpu/tonga_mc.bin +firmware: amdgpu/tonga_me.bin +firmware: amdgpu/tonga_mec.bin +firmware: amdgpu/tonga_mec2.bin +firmware: amdgpu/tonga_pfp.bin +firmware: amdgpu/tonga_rlc.bin +firmware: amdgpu/tonga_sdma.bin +firmware: amdgpu/tonga_sdma1.bin +firmware: amdgpu/tonga_smc.bin +firmware: amdgpu/tonga_uvd.bin +firmware: amdgpu/tonga_vce.bin +firmware: amdgpu/topaz_ce.bin +firmware: amdgpu/topaz_k_smc.bin +firmware: amdgpu/topaz_mc.bin +firmware: amdgpu/topaz_me.bin +firmware: amdgpu/topaz_mec.bin +firmware: amdgpu/topaz_pfp.bin +firmware: amdgpu/topaz_rlc.bin +firmware: amdgpu/topaz_sdma.bin +firmware: amdgpu/topaz_sdma1.bin +firmware: amdgpu/topaz_smc.bin +firmware: amdgpu/vangogh_asd.bin +firmware: amdgpu/vangogh_ce.bin +firmware: amdgpu/vangogh_dmcub.bin +firmware: amdgpu/vangogh_me.bin +firmware: amdgpu/vangogh_mec.bin +firmware: amdgpu/vangogh_mec2.bin +firmware: amdgpu/vangogh_pfp.bin +firmware: amdgpu/vangogh_rlc.bin +firmware: amdgpu/vangogh_sdma.bin +firmware: amdgpu/vangogh_toc.bin +firmware: amdgpu/vangogh_vcn.bin +firmware: amdgpu/vcn_3_1_2.bin +firmware: amdgpu/vcn_4_0_0.bin +firmware: amdgpu/vcn_4_0_2.bin +firmware: amdgpu/vcn_4_0_3.bin +firmware: amdgpu/vcn_4_0_4.bin +firmware: amdgpu/vega10_acg_smc.bin +firmware: amdgpu/vega10_asd.bin +firmware: amdgpu/vega10_cap.bin +firmware: amdgpu/vega10_ce.bin +firmware: amdgpu/vega10_gpu_info.bin +firmware: amdgpu/vega10_me.bin +firmware: amdgpu/vega10_mec.bin +firmware: amdgpu/vega10_mec2.bin +firmware: amdgpu/vega10_pfp.bin +firmware: amdgpu/vega10_rlc.bin +firmware: amdgpu/vega10_sdma.bin +firmware: amdgpu/vega10_sdma1.bin +firmware: amdgpu/vega10_smc.bin +firmware: amdgpu/vega10_sos.bin +firmware: amdgpu/vega10_uvd.bin +firmware: amdgpu/vega10_vce.bin +firmware: amdgpu/vega12_asd.bin +firmware: amdgpu/vega12_ce.bin +firmware: amdgpu/vega12_gpu_info.bin +firmware: amdgpu/vega12_me.bin +firmware: amdgpu/vega12_mec.bin +firmware: amdgpu/vega12_mec2.bin +firmware: amdgpu/vega12_pfp.bin +firmware: amdgpu/vega12_rlc.bin +firmware: amdgpu/vega12_sdma.bin +firmware: amdgpu/vega12_sdma1.bin +firmware: amdgpu/vega12_smc.bin +firmware: amdgpu/vega12_sos.bin +firmware: amdgpu/vega12_uvd.bin +firmware: amdgpu/vega12_vce.bin +firmware: amdgpu/vega20_asd.bin +firmware: amdgpu/vega20_ce.bin +firmware: amdgpu/vega20_me.bin +firmware: amdgpu/vega20_mec.bin +firmware: amdgpu/vega20_mec2.bin +firmware: amdgpu/vega20_pfp.bin +firmware: amdgpu/vega20_rlc.bin +firmware: amdgpu/vega20_sdma.bin +firmware: amdgpu/vega20_sdma1.bin +firmware: amdgpu/vega20_smc.bin +firmware: amdgpu/vega20_sos.bin +firmware: amdgpu/vega20_ta.bin +firmware: amdgpu/vega20_uvd.bin +firmware: amdgpu/vega20_vce.bin +firmware: amdgpu/vegam_ce.bin +firmware: amdgpu/vegam_me.bin +firmware: amdgpu/vegam_mec.bin +firmware: amdgpu/vegam_mec2.bin +firmware: amdgpu/vegam_pfp.bin +firmware: amdgpu/vegam_rlc.bin +firmware: amdgpu/vegam_sdma.bin +firmware: amdgpu/vegam_sdma1.bin +firmware: amdgpu/vegam_smc.bin +firmware: amdgpu/vegam_uvd.bin +firmware: amdgpu/vegam_vce.bin +firmware: amdgpu/verde_ce.bin +firmware: amdgpu/verde_k_smc.bin +firmware: amdgpu/verde_mc.bin +firmware: amdgpu/verde_me.bin +firmware: amdgpu/verde_pfp.bin +firmware: amdgpu/verde_rlc.bin +firmware: amdgpu/verde_smc.bin +firmware: amdgpu/verde_uvd.bin +firmware: amdgpu/yellow_carp_ce.bin +firmware: amdgpu/yellow_carp_dmcub.bin +firmware: amdgpu/yellow_carp_me.bin +firmware: amdgpu/yellow_carp_mec.bin +firmware: amdgpu/yellow_carp_mec2.bin +firmware: amdgpu/yellow_carp_pfp.bin +firmware: amdgpu/yellow_carp_rlc.bin +firmware: amdgpu/yellow_carp_sdma.bin +firmware: amdgpu/yellow_carp_ta.bin +firmware: amdgpu/yellow_carp_toc.bin +firmware: amdgpu/yellow_carp_vcn.bin +firmware: ar5523.bin +firmware: asihpi/dsp5000.bin +firmware: asihpi/dsp6200.bin +firmware: asihpi/dsp6205.bin +firmware: asihpi/dsp6400.bin +firmware: asihpi/dsp6600.bin +firmware: asihpi/dsp8700.bin +firmware: asihpi/dsp8900.bin +firmware: ast_dp501_fw.bin +firmware: ath10k/QCA6174/hw2.1/board-2.bin +firmware: ath10k/QCA6174/hw2.1/board.bin +firmware: ath10k/QCA6174/hw2.1/firmware-4.bin +firmware: ath10k/QCA6174/hw2.1/firmware-5.bin +firmware: ath10k/QCA6174/hw3.0/board-2.bin +firmware: ath10k/QCA6174/hw3.0/board.bin +firmware: ath10k/QCA6174/hw3.0/firmware-4.bin +firmware: ath10k/QCA6174/hw3.0/firmware-5.bin +firmware: ath10k/QCA6174/hw3.0/firmware-6.bin +firmware: ath10k/QCA9377/hw1.0/board.bin +firmware: ath10k/QCA9377/hw1.0/firmware-5.bin +firmware: ath10k/QCA9377/hw1.0/firmware-6.bin +firmware: ath10k/QCA9887/hw1.0/board-2.bin +firmware: ath10k/QCA9887/hw1.0/board.bin +firmware: ath10k/QCA9887/hw1.0/firmware-5.bin +firmware: ath10k/QCA988X/hw2.0/board-2.bin +firmware: ath10k/QCA988X/hw2.0/board.bin +firmware: ath10k/QCA988X/hw2.0/firmware-2.bin +firmware: ath10k/QCA988X/hw2.0/firmware-3.bin +firmware: ath10k/QCA988X/hw2.0/firmware-4.bin +firmware: ath10k/QCA988X/hw2.0/firmware-5.bin +firmware: ath11k/QCA6390/hw2.0/* +firmware: ath11k/QCN9074/hw1.0/* +firmware: ath11k/WCN6855/hw2.0/* +firmware: ath11k/WCN6855/hw2.1/* +firmware: ath3k-1.fw +firmware: ath6k/AR6003/hw2.0/athwlan.bin.z77 +firmware: ath6k/AR6003/hw2.0/bdata.SD31.bin +firmware: ath6k/AR6003/hw2.0/bdata.bin +firmware: ath6k/AR6003/hw2.0/data.patch.bin +firmware: ath6k/AR6003/hw2.0/otp.bin.z77 +firmware: ath6k/AR6003/hw2.1.1/athwlan.bin +firmware: ath6k/AR6003/hw2.1.1/bdata.SD31.bin +firmware: ath6k/AR6003/hw2.1.1/bdata.bin +firmware: ath6k/AR6003/hw2.1.1/data.patch.bin +firmware: ath6k/AR6003/hw2.1.1/otp.bin +firmware: ath6k/AR6004/hw1.0/bdata.DB132.bin +firmware: ath6k/AR6004/hw1.0/bdata.bin +firmware: ath6k/AR6004/hw1.0/fw.ram.bin +firmware: ath6k/AR6004/hw1.1/bdata.DB132.bin +firmware: ath6k/AR6004/hw1.1/bdata.bin +firmware: ath6k/AR6004/hw1.1/fw.ram.bin +firmware: ath6k/AR6004/hw1.2/bdata.bin +firmware: ath6k/AR6004/hw1.2/fw.ram.bin +firmware: ath6k/AR6004/hw1.3/bdata.bin +firmware: ath6k/AR6004/hw1.3/fw.ram.bin +firmware: ath9k_htc/htc_7010-1.4.0.fw +firmware: ath9k_htc/htc_9271-1.4.0.fw +firmware: atmel/wilc1000_wifi_firmware-1.bin +firmware: atmel_at76c502-wpa.bin +firmware: atmel_at76c502.bin +firmware: atmel_at76c502_3com-wpa.bin +firmware: atmel_at76c502_3com.bin +firmware: atmel_at76c502d-wpa.bin +firmware: atmel_at76c502d.bin +firmware: atmel_at76c502e-wpa.bin +firmware: atmel_at76c502e.bin +firmware: atmel_at76c503-i3861.bin +firmware: atmel_at76c503-i3863.bin +firmware: atmel_at76c503-rfmd-acc.bin +firmware: atmel_at76c503-rfmd.bin +firmware: atmel_at76c504-wpa.bin +firmware: atmel_at76c504.bin +firmware: atmel_at76c504_2958-wpa.bin +firmware: atmel_at76c504_2958.bin +firmware: atmel_at76c504a_2958-wpa.bin +firmware: atmel_at76c504a_2958.bin +firmware: atmel_at76c505-rfmd.bin +firmware: atmel_at76c505-rfmd2958.bin +firmware: atmel_at76c505a-rfmd2958.bin +firmware: atmel_at76c505amx-rfmd.bin +firmware: atmel_at76c506-wpa.bin +firmware: atmel_at76c506.bin +firmware: atsc_denver.inp +firmware: av7110/bootcode.bin +firmware: b43/ucode11.fw +firmware: b43/ucode13.fw +firmware: b43/ucode14.fw +firmware: b43/ucode15.fw +firmware: b43/ucode16_lp.fw +firmware: b43/ucode16_mimo.fw +firmware: b43/ucode24_lcn.fw +firmware: b43/ucode25_lcn.fw +firmware: b43/ucode25_mimo.fw +firmware: b43/ucode26_mimo.fw +firmware: b43/ucode29_mimo.fw +firmware: b43/ucode30_mimo.fw +firmware: b43/ucode33_lcn40.fw +firmware: b43/ucode40.fw +firmware: b43/ucode42.fw +firmware: b43/ucode5.fw +firmware: b43/ucode9.fw +firmware: b43legacy/ucode2.fw +firmware: b43legacy/ucode4.fw +firmware: bfubase.frm +firmware: bnx2/bnx2-mips-06-6.2.3.fw +firmware: bnx2/bnx2-mips-09-6.2.1b.fw +firmware: bnx2/bnx2-rv2p-06-6.0.15.fw +firmware: bnx2/bnx2-rv2p-09-6.0.17.fw +firmware: bnx2/bnx2-rv2p-09ax-6.0.17.fw +firmware: bnx2x/bnx2x-e1-7.13.15.0.fw +firmware: bnx2x/bnx2x-e1-7.13.21.0.fw +firmware: bnx2x/bnx2x-e1h-7.13.15.0.fw +firmware: bnx2x/bnx2x-e1h-7.13.21.0.fw +firmware: bnx2x/bnx2x-e2-7.13.15.0.fw +firmware: bnx2x/bnx2x-e2-7.13.21.0.fw +firmware: brcm/bcm43xx-0.fw +firmware: brcm/bcm43xx_hdr-0.fw +firmware: brcm/brcmbt4377*.bin +firmware: brcm/brcmbt4377*.ptb +firmware: brcm/brcmbt4378*.bin +firmware: brcm/brcmbt4378*.ptb +firmware: brcm/brcmbt4387*.bin +firmware: brcm/brcmbt4387*.ptb +firmware: brcm/brcmfmac*-pcie.*.bin +firmware: brcm/brcmfmac*-pcie.*.clm_blob +firmware: brcm/brcmfmac*-pcie.*.txcap_blob +firmware: brcm/brcmfmac*-pcie.*.txt +firmware: brcm/brcmfmac*-pcie.txt +firmware: brcm/brcmfmac*-sdio.*.bin +firmware: brcm/brcmfmac*-sdio.*.txt +firmware: brcm/brcmfmac43012-sdio.bin +firmware: brcm/brcmfmac43012-sdio.clm_blob +firmware: brcm/brcmfmac43143-sdio.bin +firmware: brcm/brcmfmac43143.bin +firmware: brcm/brcmfmac43236b.bin +firmware: brcm/brcmfmac43241b0-sdio.bin +firmware: brcm/brcmfmac43241b4-sdio.bin +firmware: brcm/brcmfmac43241b5-sdio.bin +firmware: brcm/brcmfmac43242a.bin +firmware: brcm/brcmfmac4329-sdio.bin +firmware: brcm/brcmfmac4330-sdio.bin +firmware: brcm/brcmfmac4334-sdio.bin +firmware: brcm/brcmfmac43340-sdio.bin +firmware: brcm/brcmfmac4335-sdio.bin +firmware: brcm/brcmfmac43362-sdio.bin +firmware: brcm/brcmfmac4339-sdio.bin +firmware: brcm/brcmfmac43430-sdio.bin +firmware: brcm/brcmfmac43430-sdio.clm_blob +firmware: brcm/brcmfmac43430a0-sdio.bin +firmware: brcm/brcmfmac43430b0-sdio.bin +firmware: brcm/brcmfmac43439-sdio.bin +firmware: brcm/brcmfmac43439-sdio.clm_blob +firmware: brcm/brcmfmac43455-sdio.bin +firmware: brcm/brcmfmac43455-sdio.clm_blob +firmware: brcm/brcmfmac43456-sdio.bin +firmware: brcm/brcmfmac4350-pcie.bin +firmware: brcm/brcmfmac4350c2-pcie.bin +firmware: brcm/brcmfmac4354-sdio.bin +firmware: brcm/brcmfmac4354-sdio.clm_blob +firmware: brcm/brcmfmac4355-pcie.bin +firmware: brcm/brcmfmac4355-pcie.clm_blob +firmware: brcm/brcmfmac4355c1-pcie.bin +firmware: brcm/brcmfmac4355c1-pcie.clm_blob +firmware: brcm/brcmfmac4356-pcie.bin +firmware: brcm/brcmfmac4356-pcie.clm_blob +firmware: brcm/brcmfmac4356-sdio.bin +firmware: brcm/brcmfmac4356-sdio.clm_blob +firmware: brcm/brcmfmac43569.bin +firmware: brcm/brcmfmac43570-pcie.bin +firmware: brcm/brcmfmac43570-pcie.clm_blob +firmware: brcm/brcmfmac4358-pcie.bin +firmware: brcm/brcmfmac4359-pcie.bin +firmware: brcm/brcmfmac4359-sdio.bin +firmware: brcm/brcmfmac4359c-pcie.bin +firmware: brcm/brcmfmac43602-pcie.bin +firmware: brcm/brcmfmac4364b2-pcie.bin +firmware: brcm/brcmfmac4364b2-pcie.clm_blob +firmware: brcm/brcmfmac4364b3-pcie.bin +firmware: brcm/brcmfmac4364b3-pcie.clm_blob +firmware: brcm/brcmfmac4365b-pcie.bin +firmware: brcm/brcmfmac4365c-pcie.bin +firmware: brcm/brcmfmac4366b-pcie.bin +firmware: brcm/brcmfmac4366c-pcie.bin +firmware: brcm/brcmfmac4371-pcie.bin +firmware: brcm/brcmfmac4373-sdio.bin +firmware: brcm/brcmfmac4373-sdio.clm_blob +firmware: brcm/brcmfmac4373.bin +firmware: brcm/brcmfmac43752-sdio.bin +firmware: brcm/brcmfmac43752-sdio.clm_blob +firmware: brcm/brcmfmac4377b3-pcie.bin +firmware: brcm/brcmfmac4377b3-pcie.clm_blob +firmware: brcm/brcmfmac4378b1-pcie.bin +firmware: brcm/brcmfmac4378b1-pcie.clm_blob +firmware: brcm/brcmfmac4378b3-pcie.bin +firmware: brcm/brcmfmac4378b3-pcie.clm_blob +firmware: brcm/brcmfmac4387c2-pcie.bin +firmware: brcm/brcmfmac4387c2-pcie.clm_blob +firmware: c218tunx.cod +firmware: c320tunx.cod +firmware: cadence/mhdp8546.bin +firmware: carl9170-1.fw +firmware: cavium/cnn55xx_se.fw +firmware: cbfw-3.2.5.1.bin +firmware: cis/3CCFEM556.cis +firmware: cis/3CXEM556.cis +firmware: cis/COMpad2.cis +firmware: cis/COMpad4.cis +firmware: cis/DP83903.cis +firmware: cis/LA-PCM.cis +firmware: cis/MT5634ZLX.cis +firmware: cis/NE2K.cis +firmware: cis/PCMLM28.cis +firmware: cis/PE-200.cis +firmware: cis/PE520.cis +firmware: cis/RS-COM-2P.cis +firmware: cis/SW_555_SER.cis +firmware: cis/SW_7xx_SER.cis +firmware: cis/SW_8xx_SER.cis +firmware: cis/tamarack.cis +firmware: cmmb_ming_app.inp +firmware: cmmb_vega_12mhz.inp +firmware: cmmb_venice_12mhz.inp +firmware: comedi/jr3pci.idm +firmware: cp204unx.cod +firmware: cs46xx/cwc4630 +firmware: cs46xx/cwcasync +firmware: cs46xx/cwcbinhack +firmware: cs46xx/cwcdma +firmware: cs46xx/cwcsnoop +firmware: ct2fw-3.2.5.1.bin +firmware: ctefx-desktop.bin +firmware: ctefx-r3di.bin +firmware: ctefx.bin +firmware: ctfw-3.2.5.1.bin +firmware: cxgb3/ael2005_opt_edc.bin +firmware: cxgb3/ael2005_twx_edc.bin +firmware: cxgb3/ael2020_twx_edc.bin +firmware: cxgb3/t3b_psram-1.1.0.bin +firmware: cxgb3/t3c_psram-1.1.0.bin +firmware: cxgb3/t3fw-7.12.0.bin +firmware: cxgb4/t4fw.bin +firmware: cxgb4/t5fw.bin +firmware: cxgb4/t6fw.bin +firmware: daqboard2000_firmware.bin +firmware: digiface_firmware.bin +firmware: digiface_firmware_rev11.bin +firmware: dvb-cx18-mpc718-mt352.fw +firmware: dvb-demod-m88ds3103.fw +firmware: dvb-demod-m88ds3103b.fw +firmware: dvb-demod-m88rs6000.fw +firmware: dvb-demod-mn88472-02.fw +firmware: dvb-demod-mn88473-01.fw +firmware: dvb-demod-mxl692.fw +firmware: dvb-demod-si2165.fw +firmware: dvb-demod-si2168-a20-01.fw +firmware: dvb-demod-si2168-a30-01.fw +firmware: dvb-demod-si2168-b40-01.fw +firmware: dvb-demod-si2168-d60-01.fw +firmware: dvb-fe-af9013.fw +firmware: dvb-fe-cx24117.fw +firmware: dvb-fe-drxj-mc-1.0.8.fw +firmware: dvb-fe-ds3000.fw +firmware: dvb-fe-tda10071.fw +firmware: dvb-fe-xc4000-1.4.1.fw +firmware: dvb-fe-xc4000-1.4.fw +firmware: dvb-fe-xc5000-1.6.114.fw +firmware: dvb-fe-xc5000c-4.1.30.7.fw +firmware: dvb-tuner-si2141-a10-01.fw +firmware: dvb-tuner-si2157-a30-01.fw +firmware: dvb-tuner-si2158-a20-01.fw +firmware: dvb-usb-af9015.fw +firmware: dvb-usb-af9035-02.fw +firmware: dvb-usb-dib0700-1.20.fw +firmware: dvb-usb-dw2101.fw +firmware: dvb-usb-dw2102.fw +firmware: dvb-usb-dw2104.fw +firmware: dvb-usb-dw3101.fw +firmware: dvb-usb-ec168.fw +firmware: dvb-usb-it9135-01.fw +firmware: dvb-usb-it9135-02.fw +firmware: dvb-usb-it9303-01.fw +firmware: dvb-usb-lme2510-lg.fw +firmware: dvb-usb-lme2510-s0194.fw +firmware: dvb-usb-lme2510c-lg.fw +firmware: dvb-usb-lme2510c-rs2000.fw +firmware: dvb-usb-lme2510c-s0194.fw +firmware: dvb-usb-lme2510c-s7395.fw +firmware: dvb-usb-p1100.fw +firmware: dvb-usb-p7500.fw +firmware: dvb-usb-s630.fw +firmware: dvb-usb-s660.fw +firmware: dvb-usb-terratec-h7-az6007.fw +firmware: dvb_driver_si2141_rom60.fw +firmware: dvb_driver_si2141_rom61.fw +firmware: dvb_driver_si2146_rom11.fw +firmware: dvb_driver_si2147_rom50.fw +firmware: dvb_driver_si2148_rom32.fw +firmware: dvb_driver_si2148_rom33.fw +firmware: dvb_driver_si2157_rom50.fw +firmware: dvb_driver_si2158_rom51.fw +firmware: dvb_driver_si2177_rom50.fw +firmware: dvb_driver_si2178_rom50.fw +firmware: dvb_nova_12mhz.inp +firmware: dvb_nova_12mhz_b0.inp +firmware: dvb_rio.inp +firmware: dvbh_rio.inp +firmware: e100/d101m_ucode.bin +firmware: e100/d101s_ucode.bin +firmware: e100/d102e_ucode.bin +firmware: ea/3g_asic.fw +firmware: ea/darla20_dsp.fw +firmware: ea/darla24_dsp.fw +firmware: ea/echo3g_dsp.fw +firmware: ea/gina20_dsp.fw +firmware: ea/gina24_301_asic.fw +firmware: ea/gina24_301_dsp.fw +firmware: ea/gina24_361_asic.fw +firmware: ea/gina24_361_dsp.fw +firmware: ea/indigo_dj_dsp.fw +firmware: ea/indigo_djx_dsp.fw +firmware: ea/indigo_dsp.fw +firmware: ea/indigo_io_dsp.fw +firmware: ea/indigo_iox_dsp.fw +firmware: ea/layla20_asic.fw +firmware: ea/layla20_dsp.fw +firmware: ea/layla24_1_asic.fw +firmware: ea/layla24_2A_asic.fw +firmware: ea/layla24_2S_asic.fw +firmware: ea/layla24_dsp.fw +firmware: ea/loader_dsp.fw +firmware: ea/mia_dsp.fw +firmware: ea/mona_2_asic.fw +firmware: ea/mona_301_1_asic_48.fw +firmware: ea/mona_301_1_asic_96.fw +firmware: ea/mona_301_dsp.fw +firmware: ea/mona_361_1_asic_48.fw +firmware: ea/mona_361_1_asic_96.fw +firmware: ea/mona_361_dsp.fw +firmware: edgeport/boot.fw +firmware: edgeport/boot2.fw +firmware: edgeport/down.fw +firmware: edgeport/down2.fw +firmware: edgeport/down3.bin +firmware: emi26/bitstream.fw +firmware: emi26/firmware.fw +firmware: emi26/loader.fw +firmware: emi62/bitstream.fw +firmware: emi62/loader.fw +firmware: emi62/spdif.fw +firmware: emu/audio_dock.fw +firmware: emu/emu0404.fw +firmware: emu/emu1010_notebook.fw +firmware: emu/emu1010b.fw +firmware: emu/hana.fw +firmware: emu/micro_dock.fw +firmware: ene-ub6250/ms_init.bin +firmware: ene-ub6250/ms_rdwr.bin +firmware: ene-ub6250/msp_rdwr.bin +firmware: ene-ub6250/sd_init1.bin +firmware: ene-ub6250/sd_init2.bin +firmware: ene-ub6250/sd_rdwr.bin +firmware: ess/maestro3_assp_kernel.fw +firmware: ess/maestro3_assp_minisrc.fw +firmware: f2255usb.bin +firmware: fm_radio.inp +firmware: fm_radio_rio.inp +firmware: fw.ram.bin +firmware: go7007/go7007fw.bin +firmware: go7007/go7007tv.bin +firmware: go7007/lr192.fw +firmware: go7007/px-m402u.fw +firmware: go7007/px-tv402u.fw +firmware: go7007/s2250-1.fw +firmware: go7007/s2250-2.fw +firmware: go7007/wis-startrek.fw +firmware: hfi1_dc8051.fw +firmware: hfi1_fabric.fw +firmware: hfi1_pcie.fw +firmware: hfi1_sbus.fw +firmware: i915/adlp_dmc.bin +firmware: i915/adlp_dmc_ver2_16.bin +firmware: i915/adlp_guc_69.0.3.bin +firmware: i915/adlp_guc_70.1.1.bin +firmware: i915/adlp_guc_70.bin +firmware: i915/adls_dmc_ver2_01.bin +firmware: i915/bxt_dmc_ver1_07.bin +firmware: i915/bxt_guc_70.1.1.bin +firmware: i915/bxt_huc_2.0.0.bin +firmware: i915/cml_guc_70.1.1.bin +firmware: i915/cml_huc_4.0.0.bin +firmware: i915/dg1_dmc_ver2_02.bin +firmware: i915/dg1_guc_70.bin +firmware: i915/dg1_huc.bin +firmware: i915/dg2_dmc_ver2_08.bin +firmware: i915/dg2_guc_70.bin +firmware: i915/dg2_huc_gsc.bin +firmware: i915/ehl_guc_70.1.1.bin +firmware: i915/ehl_huc_9.0.0.bin +firmware: i915/glk_dmc_ver1_04.bin +firmware: i915/glk_guc_70.1.1.bin +firmware: i915/glk_huc_4.0.0.bin +firmware: i915/icl_dmc_ver1_09.bin +firmware: i915/icl_guc_70.1.1.bin +firmware: i915/icl_huc_9.0.0.bin +firmware: i915/kbl_dmc_ver1_04.bin +firmware: i915/kbl_guc_70.1.1.bin +firmware: i915/kbl_huc_4.0.0.bin +firmware: i915/mtl_dmc.bin +firmware: i915/mtl_guc_70.bin +firmware: i915/mtl_huc_gsc.bin +firmware: i915/rkl_dmc_ver2_03.bin +firmware: i915/skl_dmc_ver1_27.bin +firmware: i915/skl_guc_70.1.1.bin +firmware: i915/skl_huc_2.0.0.bin +firmware: i915/tgl_dmc_ver2_12.bin +firmware: i915/tgl_guc_69.0.3.bin +firmware: i915/tgl_guc_70.1.1.bin +firmware: i915/tgl_guc_70.bin +firmware: i915/tgl_huc.bin +firmware: i915/tgl_huc_7.9.3.bin +firmware: idt82p33xxx.bin +firmware: ifpp.bin +firmware: imx/sdma/sdma-imx7d.bin +firmware: inside-secure/eip197_minifw/ifpp.bin +firmware: inside-secure/eip197_minifw/ipue.bin +firmware: inside-secure/eip197b/ifpp.bin +firmware: inside-secure/eip197b/ipue.bin +firmware: inside-secure/eip197d/ifpp.bin +firmware: inside-secure/eip197d/ipue.bin +firmware: intel/ibt-11-5.ddc +firmware: intel/ibt-11-5.sfi +firmware: intel/ibt-12-16.ddc +firmware: intel/ibt-12-16.sfi +firmware: intel/ice/ddp/ice.pkg +firmware: ipue.bin +firmware: ipw2100-1.3-i.fw +firmware: ipw2100-1.3-p.fw +firmware: ipw2100-1.3.fw +firmware: ipw2200-bss.fw +firmware: ipw2200-ibss.fw +firmware: ipw2200-sniffer.fw +firmware: isci/isci_firmware.bin +firmware: isdbt_nova_12mhz.inp +firmware: isdbt_nova_12mhz_b0.inp +firmware: isdbt_pele.inp +firmware: isdbt_rio.inp +firmware: isdn/ISAR.BIN +firmware: isight.fw +firmware: isl3886pci +firmware: isl3886usb +firmware: isl3887usb +firmware: iwlwifi-100-5.ucode +firmware: iwlwifi-1000-5.ucode +firmware: iwlwifi-105-6.ucode +firmware: iwlwifi-135-6.ucode +firmware: iwlwifi-2000-6.ucode +firmware: iwlwifi-2030-6.ucode +firmware: iwlwifi-3160-17.ucode +firmware: iwlwifi-3168-29.ucode +firmware: iwlwifi-3945-2.ucode +firmware: iwlwifi-4965-2.ucode +firmware: iwlwifi-5000-5.ucode +firmware: iwlwifi-5150-2.ucode +firmware: iwlwifi-6000-6.ucode +firmware: iwlwifi-6000g2a-6.ucode +firmware: iwlwifi-6000g2b-6.ucode +firmware: iwlwifi-6050-5.ucode +firmware: iwlwifi-7260-17.ucode +firmware: iwlwifi-7265-17.ucode +firmware: iwlwifi-7265D-29.ucode +firmware: iwlwifi-8000C-36.ucode +firmware: iwlwifi-8265-36.ucode +firmware: iwlwifi-9000-pu-b0-jf-b0-46.ucode +firmware: iwlwifi-9260-th-b0-jf-b0-46.ucode +firmware: iwlwifi-Qu-b0-hr-b0-77.ucode +firmware: iwlwifi-Qu-b0-jf-b0-77.ucode +firmware: iwlwifi-Qu-c0-hr-b0-77.ucode +firmware: iwlwifi-QuZ-a0-hr-b0-77.ucode +firmware: iwlwifi-QuZ-a0-jf-b0-77.ucode +firmware: iwlwifi-bz-a0-fm-b0-83.ucode +firmware: iwlwifi-bz-a0-fm-c0-83.ucode +firmware: iwlwifi-bz-a0-fm4-b0-83.ucode +firmware: iwlwifi-bz-a0-gf-a0-83.ucode +firmware: iwlwifi-bz-a0-gf4-a0-83.ucode +firmware: iwlwifi-bz-a0-hr-b0-83.ucode +firmware: iwlwifi-cc-a0-77.ucode +firmware: iwlwifi-gl-b0-fm-b0-83.ucode +firmware: iwlwifi-gl-c0-fm-c0-83.ucode +firmware: iwlwifi-ma-a0-gf-a0-83.ucode +firmware: iwlwifi-ma-a0-gf4-a0-83.ucode +firmware: iwlwifi-ma-a0-hr-b0-83.ucode +firmware: iwlwifi-ma-a0-mr-a0-83.ucode +firmware: iwlwifi-ma-b0-gf-a0-83.ucode +firmware: iwlwifi-ma-b0-gf4-a0-83.ucode +firmware: iwlwifi-ma-b0-hr-b0-83.ucode +firmware: iwlwifi-ma-b0-mr-a0-83.ucode +firmware: iwlwifi-sc-a0-fm-b0-83.ucode +firmware: iwlwifi-sc-a0-fm-c0-83.ucode +firmware: iwlwifi-sc-a0-gf-a0-83.ucode +firmware: iwlwifi-sc-a0-gf4-a0-83.ucode +firmware: iwlwifi-sc-a0-hr-b0-83.ucode +firmware: iwlwifi-sc-a0-wh-a0-83.ucode +firmware: iwlwifi-so-a0-gf-a0-83.ucode +firmware: iwlwifi-so-a0-hr-b0-83.ucode +firmware: iwlwifi-so-a0-jf-b0-83.ucode +firmware: iwlwifi-ty-a0-gf-a0-83.ucode +firmware: kaweth/new_code.bin +firmware: kaweth/new_code_fix.bin +firmware: kaweth/trigger_code.bin +firmware: kaweth/trigger_code_fix.bin +firmware: keyspan/mpr.fw +firmware: keyspan/usa18x.fw +firmware: keyspan/usa19.fw +firmware: keyspan/usa19qi.fw +firmware: keyspan/usa19qw.fw +firmware: keyspan/usa19w.fw +firmware: keyspan/usa28.fw +firmware: keyspan/usa28x.fw +firmware: keyspan/usa28xa.fw +firmware: keyspan/usa28xb.fw +firmware: keyspan/usa49w.fw +firmware: keyspan/usa49wlc.fw +firmware: keyspan_pda/keyspan_pda.fw +firmware: keyspan_pda/xircom_pgs.fw +firmware: korg/k1212.dsp +firmware: ks7010sd.rom +firmware: lantiq/xrx200_phy11g_a14.bin +firmware: lantiq/xrx200_phy11g_a22.bin +firmware: lantiq/xrx200_phy22f_a14.bin +firmware: lantiq/xrx200_phy22f_a22.bin +firmware: lantiq/xrx300_phy11g_a21.bin +firmware: lantiq/xrx300_phy22f_a21.bin +firmware: lattice-ecp3.bit +firmware: lbtf_usb.bin +firmware: lgs8g75.fw +firmware: libertas/cf8305.bin +firmware: libertas/cf8381.bin +firmware: libertas/cf8381_helper.bin +firmware: libertas/cf8385.bin +firmware: libertas/cf8385_helper.bin +firmware: libertas/gspi8385.bin +firmware: libertas/gspi8385_helper.bin +firmware: libertas/gspi8385_hlp.bin +firmware: libertas/gspi8686.bin +firmware: libertas/gspi8686_hlp.bin +firmware: libertas/gspi8686_v9.bin +firmware: libertas/gspi8686_v9_helper.bin +firmware: libertas/gspi8688.bin +firmware: libertas/gspi8688_helper.bin +firmware: libertas/sd8385.bin +firmware: libertas/sd8385_helper.bin +firmware: libertas/sd8686_v8.bin +firmware: libertas/sd8686_v8_helper.bin +firmware: libertas/sd8686_v9.bin +firmware: libertas/sd8686_v9_helper.bin +firmware: libertas/sd8688.bin +firmware: libertas/sd8688_helper.bin +firmware: libertas/usb8388.bin +firmware: libertas/usb8388_v5.bin +firmware: libertas/usb8388_v9.bin +firmware: libertas/usb8682.bin +firmware: libertas_cs.fw +firmware: libertas_cs_helper.fw +firmware: liquidio/lio_210nv_nic.bin +firmware: liquidio/lio_210sv_nic.bin +firmware: liquidio/lio_23xx_nic.bin +firmware: liquidio/lio_410nv_nic.bin +firmware: me2600_firmware.bin +firmware: me4000_firmware.bin +firmware: mediatek/BT_RAM_CODE_MT7961_1_2_hdr.bin +firmware: mediatek/WIFI_MT7922_patch_mcu_1_1_hdr.bin +firmware: mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin +firmware: mediatek/WIFI_RAM_CODE_MT7922_1.bin +firmware: mediatek/WIFI_RAM_CODE_MT7961_1.bin +firmware: mediatek/mt7610e.bin +firmware: mediatek/mt7610u.bin +firmware: mediatek/mt7615_cr4.bin +firmware: mediatek/mt7615_n9.bin +firmware: mediatek/mt7615_rom_patch.bin +firmware: mediatek/mt7622_n9.bin +firmware: mediatek/mt7622_rom_patch.bin +firmware: mediatek/mt7622pr2h.bin +firmware: mediatek/mt7650e.bin +firmware: mediatek/mt7663_n9_rebb.bin +firmware: mediatek/mt7663_n9_v3.bin +firmware: mediatek/mt7663pr2h.bin +firmware: mediatek/mt7663pr2h_rebb.bin +firmware: mediatek/mt7668pr2h.bin +firmware: mediatek/mt7915_rom_patch.bin +firmware: mediatek/mt7915_wa.bin +firmware: mediatek/mt7915_wm.bin +firmware: mediatek/mt7916_rom_patch.bin +firmware: mediatek/mt7916_wa.bin +firmware: mediatek/mt7916_wm.bin +firmware: mediatek/mt7986_rom_patch.bin +firmware: mediatek/mt7986_rom_patch_mt7975.bin +firmware: mediatek/mt7986_wa.bin +firmware: mediatek/mt7986_wm.bin +firmware: mediatek/mt7986_wm_mt7975.bin +firmware: mediatek/mt7996/mt7996_rom_patch.bin +firmware: mediatek/mt7996/mt7996_wa.bin +firmware: mediatek/mt7996/mt7996_wm.bin +firmware: mellanox/lc_ini_bundle_2010_1006.bin +firmware: mellanox/mlxsw_spectrum-13.2010.1006.mfa2 +firmware: mellanox/mlxsw_spectrum2-29.2010.1006.mfa2 +firmware: mellanox/mlxsw_spectrum3-30.2010.1006.mfa2 +firmware: metronome.wbf +firmware: microchip/mscc_vsc8574_revb_int8051_29e8.bin +firmware: microchip/mscc_vsc8584_revb_int8051_fb48.bin +firmware: mixart/miXart8.elf +firmware: mixart/miXart8.xlx +firmware: mixart/miXart8AES.xlx +firmware: moxa/moxa-1110.fw +firmware: moxa/moxa-1130.fw +firmware: moxa/moxa-1131.fw +firmware: moxa/moxa-1150.fw +firmware: moxa/moxa-1151.fw +firmware: mrvl/sd8688.bin +firmware: mrvl/sd8688_helper.bin +firmware: mrvl/sd8786_uapsta.bin +firmware: mrvl/sd8787_uapsta.bin +firmware: mrvl/sd8797_uapsta.bin +firmware: mrvl/sd8887_uapsta.bin +firmware: mrvl/sd8897_uapsta.bin +firmware: mrvl/sd8987_uapsta.bin +firmware: mrvl/sdiouart8997_combo_v4.bin +firmware: mrvl/sdiouartiw416_combo_v0.bin +firmware: mrvl/sdsd8977_combo_v2.bin +firmware: mrvl/sdsd8997_combo_v4.bin +firmware: mrvl/usb8766_uapsta.bin +firmware: mrvl/usb8797_uapsta.bin +firmware: mrvl/usb8801_uapsta.bin +firmware: mrvl/usbusb8997_combo_v4.bin +firmware: mt7601u.bin +firmware: mt7603_e1.bin +firmware: mt7603_e2.bin +firmware: mt7628_e1.bin +firmware: mt7628_e2.bin +firmware: mt7662.bin +firmware: mt7662_rom_patch.bin +firmware: mts_cdma.fw +firmware: mts_edge.fw +firmware: mts_gsm.fw +firmware: mts_mt9234mu.fw +firmware: mts_mt9234zba.fw +firmware: multiface_firmware.bin +firmware: multiface_firmware_rev11.bin +firmware: mwl8k/fmimage_8363.fw +firmware: mwl8k/fmimage_8366.fw +firmware: mwl8k/fmimage_8366_ap-3.fw +firmware: mwl8k/fmimage_8687.fw +firmware: mwl8k/helper_8363.fw +firmware: mwl8k/helper_8366.fw +firmware: mwl8k/helper_8687.fw +firmware: myri10ge_eth_z8e.dat +firmware: myri10ge_ethp_z8e.dat +firmware: myri10ge_rss_eth_z8e.dat +firmware: myri10ge_rss_ethp_z8e.dat +firmware: netronome/nic_AMDA0058-0011_2x40.nffw +firmware: netronome/nic_AMDA0058-0012_2x40.nffw +firmware: netronome/nic_AMDA0081-0001_1x40.nffw +firmware: netronome/nic_AMDA0081-0001_4x10.nffw +firmware: netronome/nic_AMDA0096-0001_2x10.nffw +firmware: netronome/nic_AMDA0097-0001_2x40.nffw +firmware: netronome/nic_AMDA0097-0001_4x10_1x40.nffw +firmware: netronome/nic_AMDA0097-0001_8x10.nffw +firmware: netronome/nic_AMDA0099-0001_1x10_1x25.nffw +firmware: netronome/nic_AMDA0099-0001_2x10.nffw +firmware: netronome/nic_AMDA0099-0001_2x25.nffw +firmware: ni6534a.bin +firmware: niscrb01.bin +firmware: niscrb02.bin +firmware: nvidia/ga102/acr/ucode_ahesasc.bin +firmware: nvidia/ga102/acr/ucode_asb.bin +firmware: nvidia/ga102/acr/ucode_unload.bin +firmware: nvidia/ga102/gr/NET_img.bin +firmware: nvidia/ga102/gr/fecs_bl.bin +firmware: nvidia/ga102/gr/fecs_sig.bin +firmware: nvidia/ga102/gr/gpccs_bl.bin +firmware: nvidia/ga102/gr/gpccs_sig.bin +firmware: nvidia/ga102/nvdec/scrubber.bin +firmware: nvidia/ga102/sec2/desc.bin +firmware: nvidia/ga102/sec2/hs_bl_sig.bin +firmware: nvidia/ga102/sec2/image.bin +firmware: nvidia/ga102/sec2/sig.bin +firmware: nvidia/ga103/acr/ucode_ahesasc.bin +firmware: nvidia/ga103/acr/ucode_asb.bin +firmware: nvidia/ga103/acr/ucode_unload.bin +firmware: nvidia/ga103/gr/NET_img.bin +firmware: nvidia/ga103/gr/fecs_bl.bin +firmware: nvidia/ga103/gr/fecs_sig.bin +firmware: nvidia/ga103/gr/gpccs_bl.bin +firmware: nvidia/ga103/gr/gpccs_sig.bin +firmware: nvidia/ga103/nvdec/scrubber.bin +firmware: nvidia/ga103/sec2/desc.bin +firmware: nvidia/ga103/sec2/hs_bl_sig.bin +firmware: nvidia/ga103/sec2/image.bin +firmware: nvidia/ga103/sec2/sig.bin +firmware: nvidia/ga104/acr/ucode_ahesasc.bin +firmware: nvidia/ga104/acr/ucode_asb.bin +firmware: nvidia/ga104/acr/ucode_unload.bin +firmware: nvidia/ga104/gr/NET_img.bin +firmware: nvidia/ga104/gr/fecs_bl.bin +firmware: nvidia/ga104/gr/fecs_sig.bin +firmware: nvidia/ga104/gr/gpccs_bl.bin +firmware: nvidia/ga104/gr/gpccs_sig.bin +firmware: nvidia/ga104/nvdec/scrubber.bin +firmware: nvidia/ga104/sec2/desc.bin +firmware: nvidia/ga104/sec2/hs_bl_sig.bin +firmware: nvidia/ga104/sec2/image.bin +firmware: nvidia/ga104/sec2/sig.bin +firmware: nvidia/ga106/acr/ucode_ahesasc.bin +firmware: nvidia/ga106/acr/ucode_asb.bin +firmware: nvidia/ga106/acr/ucode_unload.bin +firmware: nvidia/ga106/gr/NET_img.bin +firmware: nvidia/ga106/gr/fecs_bl.bin +firmware: nvidia/ga106/gr/fecs_sig.bin +firmware: nvidia/ga106/gr/gpccs_bl.bin +firmware: nvidia/ga106/gr/gpccs_sig.bin +firmware: nvidia/ga106/nvdec/scrubber.bin +firmware: nvidia/ga106/sec2/desc.bin +firmware: nvidia/ga106/sec2/hs_bl_sig.bin +firmware: nvidia/ga106/sec2/image.bin +firmware: nvidia/ga106/sec2/sig.bin +firmware: nvidia/ga107/acr/ucode_ahesasc.bin +firmware: nvidia/ga107/acr/ucode_asb.bin +firmware: nvidia/ga107/acr/ucode_unload.bin +firmware: nvidia/ga107/gr/NET_img.bin +firmware: nvidia/ga107/gr/fecs_bl.bin +firmware: nvidia/ga107/gr/fecs_sig.bin +firmware: nvidia/ga107/gr/gpccs_bl.bin +firmware: nvidia/ga107/gr/gpccs_sig.bin +firmware: nvidia/ga107/nvdec/scrubber.bin +firmware: nvidia/ga107/sec2/desc.bin +firmware: nvidia/ga107/sec2/hs_bl_sig.bin +firmware: nvidia/ga107/sec2/image.bin +firmware: nvidia/ga107/sec2/sig.bin +firmware: nvidia/gk20a/fecs_data.bin +firmware: nvidia/gk20a/fecs_inst.bin +firmware: nvidia/gk20a/gpccs_data.bin +firmware: nvidia/gk20a/gpccs_inst.bin +firmware: nvidia/gk20a/sw_bundle_init.bin +firmware: nvidia/gk20a/sw_ctx.bin +firmware: nvidia/gk20a/sw_method_init.bin +firmware: nvidia/gk20a/sw_nonctx.bin +firmware: nvidia/gm200/acr/bl.bin +firmware: nvidia/gm200/acr/ucode_load.bin +firmware: nvidia/gm200/acr/ucode_unload.bin +firmware: nvidia/gm200/gr/fecs_bl.bin +firmware: nvidia/gm200/gr/fecs_data.bin +firmware: nvidia/gm200/gr/fecs_inst.bin +firmware: nvidia/gm200/gr/fecs_sig.bin +firmware: nvidia/gm200/gr/gpccs_bl.bin +firmware: nvidia/gm200/gr/gpccs_data.bin +firmware: nvidia/gm200/gr/gpccs_inst.bin +firmware: nvidia/gm200/gr/gpccs_sig.bin +firmware: nvidia/gm200/gr/sw_bundle_init.bin +firmware: nvidia/gm200/gr/sw_ctx.bin +firmware: nvidia/gm200/gr/sw_method_init.bin +firmware: nvidia/gm200/gr/sw_nonctx.bin +firmware: nvidia/gm204/acr/bl.bin +firmware: nvidia/gm204/acr/ucode_load.bin +firmware: nvidia/gm204/acr/ucode_unload.bin +firmware: nvidia/gm204/gr/fecs_bl.bin +firmware: nvidia/gm204/gr/fecs_data.bin +firmware: nvidia/gm204/gr/fecs_inst.bin +firmware: nvidia/gm204/gr/fecs_sig.bin +firmware: nvidia/gm204/gr/gpccs_bl.bin +firmware: nvidia/gm204/gr/gpccs_data.bin +firmware: nvidia/gm204/gr/gpccs_inst.bin +firmware: nvidia/gm204/gr/gpccs_sig.bin +firmware: nvidia/gm204/gr/sw_bundle_init.bin +firmware: nvidia/gm204/gr/sw_ctx.bin +firmware: nvidia/gm204/gr/sw_method_init.bin +firmware: nvidia/gm204/gr/sw_nonctx.bin +firmware: nvidia/gm206/acr/bl.bin +firmware: nvidia/gm206/acr/ucode_load.bin +firmware: nvidia/gm206/acr/ucode_unload.bin +firmware: nvidia/gm206/gr/fecs_bl.bin +firmware: nvidia/gm206/gr/fecs_data.bin +firmware: nvidia/gm206/gr/fecs_inst.bin +firmware: nvidia/gm206/gr/fecs_sig.bin +firmware: nvidia/gm206/gr/gpccs_bl.bin +firmware: nvidia/gm206/gr/gpccs_data.bin +firmware: nvidia/gm206/gr/gpccs_inst.bin +firmware: nvidia/gm206/gr/gpccs_sig.bin +firmware: nvidia/gm206/gr/sw_bundle_init.bin +firmware: nvidia/gm206/gr/sw_ctx.bin +firmware: nvidia/gm206/gr/sw_method_init.bin +firmware: nvidia/gm206/gr/sw_nonctx.bin +firmware: nvidia/gm20b/acr/bl.bin +firmware: nvidia/gm20b/acr/ucode_load.bin +firmware: nvidia/gm20b/gr/fecs_bl.bin +firmware: nvidia/gm20b/gr/fecs_data.bin +firmware: nvidia/gm20b/gr/fecs_inst.bin +firmware: nvidia/gm20b/gr/fecs_sig.bin +firmware: nvidia/gm20b/gr/gpccs_data.bin +firmware: nvidia/gm20b/gr/gpccs_inst.bin +firmware: nvidia/gm20b/gr/sw_bundle_init.bin +firmware: nvidia/gm20b/gr/sw_ctx.bin +firmware: nvidia/gm20b/gr/sw_method_init.bin +firmware: nvidia/gm20b/gr/sw_nonctx.bin +firmware: nvidia/gm20b/pmu/desc.bin +firmware: nvidia/gm20b/pmu/image.bin +firmware: nvidia/gm20b/pmu/sig.bin +firmware: nvidia/gp100/acr/bl.bin +firmware: nvidia/gp100/acr/ucode_load.bin +firmware: nvidia/gp100/acr/ucode_unload.bin +firmware: nvidia/gp100/gr/fecs_bl.bin +firmware: nvidia/gp100/gr/fecs_data.bin +firmware: nvidia/gp100/gr/fecs_inst.bin +firmware: nvidia/gp100/gr/fecs_sig.bin +firmware: nvidia/gp100/gr/gpccs_bl.bin +firmware: nvidia/gp100/gr/gpccs_data.bin +firmware: nvidia/gp100/gr/gpccs_inst.bin +firmware: nvidia/gp100/gr/gpccs_sig.bin +firmware: nvidia/gp100/gr/sw_bundle_init.bin +firmware: nvidia/gp100/gr/sw_ctx.bin +firmware: nvidia/gp100/gr/sw_method_init.bin +firmware: nvidia/gp100/gr/sw_nonctx.bin +firmware: nvidia/gp102/acr/bl.bin +firmware: nvidia/gp102/acr/ucode_load.bin +firmware: nvidia/gp102/acr/ucode_unload.bin +firmware: nvidia/gp102/acr/unload_bl.bin +firmware: nvidia/gp102/gr/fecs_bl.bin +firmware: nvidia/gp102/gr/fecs_data.bin +firmware: nvidia/gp102/gr/fecs_inst.bin +firmware: nvidia/gp102/gr/fecs_sig.bin +firmware: nvidia/gp102/gr/gpccs_bl.bin +firmware: nvidia/gp102/gr/gpccs_data.bin +firmware: nvidia/gp102/gr/gpccs_inst.bin +firmware: nvidia/gp102/gr/gpccs_sig.bin +firmware: nvidia/gp102/gr/sw_bundle_init.bin +firmware: nvidia/gp102/gr/sw_ctx.bin +firmware: nvidia/gp102/gr/sw_method_init.bin +firmware: nvidia/gp102/gr/sw_nonctx.bin +firmware: nvidia/gp102/nvdec/scrubber.bin +firmware: nvidia/gp102/sec2/desc-1.bin +firmware: nvidia/gp102/sec2/desc.bin +firmware: nvidia/gp102/sec2/image-1.bin +firmware: nvidia/gp102/sec2/image.bin +firmware: nvidia/gp102/sec2/sig-1.bin +firmware: nvidia/gp102/sec2/sig.bin +firmware: nvidia/gp104/acr/bl.bin +firmware: nvidia/gp104/acr/ucode_load.bin +firmware: nvidia/gp104/acr/ucode_unload.bin +firmware: nvidia/gp104/acr/unload_bl.bin +firmware: nvidia/gp104/gr/fecs_bl.bin +firmware: nvidia/gp104/gr/fecs_data.bin +firmware: nvidia/gp104/gr/fecs_inst.bin +firmware: nvidia/gp104/gr/fecs_sig.bin +firmware: nvidia/gp104/gr/gpccs_bl.bin +firmware: nvidia/gp104/gr/gpccs_data.bin +firmware: nvidia/gp104/gr/gpccs_inst.bin +firmware: nvidia/gp104/gr/gpccs_sig.bin +firmware: nvidia/gp104/gr/sw_bundle_init.bin +firmware: nvidia/gp104/gr/sw_ctx.bin +firmware: nvidia/gp104/gr/sw_method_init.bin +firmware: nvidia/gp104/gr/sw_nonctx.bin +firmware: nvidia/gp104/nvdec/scrubber.bin +firmware: nvidia/gp104/sec2/desc-1.bin +firmware: nvidia/gp104/sec2/desc.bin +firmware: nvidia/gp104/sec2/image-1.bin +firmware: nvidia/gp104/sec2/image.bin +firmware: nvidia/gp104/sec2/sig-1.bin +firmware: nvidia/gp104/sec2/sig.bin +firmware: nvidia/gp106/acr/bl.bin +firmware: nvidia/gp106/acr/ucode_load.bin +firmware: nvidia/gp106/acr/ucode_unload.bin +firmware: nvidia/gp106/acr/unload_bl.bin +firmware: nvidia/gp106/gr/fecs_bl.bin +firmware: nvidia/gp106/gr/fecs_data.bin +firmware: nvidia/gp106/gr/fecs_inst.bin +firmware: nvidia/gp106/gr/fecs_sig.bin +firmware: nvidia/gp106/gr/gpccs_bl.bin +firmware: nvidia/gp106/gr/gpccs_data.bin +firmware: nvidia/gp106/gr/gpccs_inst.bin +firmware: nvidia/gp106/gr/gpccs_sig.bin +firmware: nvidia/gp106/gr/sw_bundle_init.bin +firmware: nvidia/gp106/gr/sw_ctx.bin +firmware: nvidia/gp106/gr/sw_method_init.bin +firmware: nvidia/gp106/gr/sw_nonctx.bin +firmware: nvidia/gp106/nvdec/scrubber.bin +firmware: nvidia/gp106/sec2/desc-1.bin +firmware: nvidia/gp106/sec2/desc.bin +firmware: nvidia/gp106/sec2/image-1.bin +firmware: nvidia/gp106/sec2/image.bin +firmware: nvidia/gp106/sec2/sig-1.bin +firmware: nvidia/gp106/sec2/sig.bin +firmware: nvidia/gp107/acr/bl.bin +firmware: nvidia/gp107/acr/ucode_load.bin +firmware: nvidia/gp107/acr/ucode_unload.bin +firmware: nvidia/gp107/acr/unload_bl.bin +firmware: nvidia/gp107/gr/fecs_bl.bin +firmware: nvidia/gp107/gr/fecs_data.bin +firmware: nvidia/gp107/gr/fecs_inst.bin +firmware: nvidia/gp107/gr/fecs_sig.bin +firmware: nvidia/gp107/gr/gpccs_bl.bin +firmware: nvidia/gp107/gr/gpccs_data.bin +firmware: nvidia/gp107/gr/gpccs_inst.bin +firmware: nvidia/gp107/gr/gpccs_sig.bin +firmware: nvidia/gp107/gr/sw_bundle_init.bin +firmware: nvidia/gp107/gr/sw_ctx.bin +firmware: nvidia/gp107/gr/sw_method_init.bin +firmware: nvidia/gp107/gr/sw_nonctx.bin +firmware: nvidia/gp107/nvdec/scrubber.bin +firmware: nvidia/gp107/sec2/desc-1.bin +firmware: nvidia/gp107/sec2/desc.bin +firmware: nvidia/gp107/sec2/image-1.bin +firmware: nvidia/gp107/sec2/image.bin +firmware: nvidia/gp107/sec2/sig-1.bin +firmware: nvidia/gp107/sec2/sig.bin +firmware: nvidia/gp108/acr/bl.bin +firmware: nvidia/gp108/acr/ucode_load.bin +firmware: nvidia/gp108/acr/ucode_unload.bin +firmware: nvidia/gp108/acr/unload_bl.bin +firmware: nvidia/gp108/gr/fecs_bl.bin +firmware: nvidia/gp108/gr/fecs_data.bin +firmware: nvidia/gp108/gr/fecs_inst.bin +firmware: nvidia/gp108/gr/fecs_sig.bin +firmware: nvidia/gp108/gr/gpccs_bl.bin +firmware: nvidia/gp108/gr/gpccs_data.bin +firmware: nvidia/gp108/gr/gpccs_inst.bin +firmware: nvidia/gp108/gr/gpccs_sig.bin +firmware: nvidia/gp108/gr/sw_bundle_init.bin +firmware: nvidia/gp108/gr/sw_ctx.bin +firmware: nvidia/gp108/gr/sw_method_init.bin +firmware: nvidia/gp108/gr/sw_nonctx.bin +firmware: nvidia/gp108/nvdec/scrubber.bin +firmware: nvidia/gp108/sec2/desc.bin +firmware: nvidia/gp108/sec2/image.bin +firmware: nvidia/gp108/sec2/sig.bin +firmware: nvidia/gp10b/acr/bl.bin +firmware: nvidia/gp10b/acr/ucode_load.bin +firmware: nvidia/gp10b/gr/fecs_bl.bin +firmware: nvidia/gp10b/gr/fecs_data.bin +firmware: nvidia/gp10b/gr/fecs_inst.bin +firmware: nvidia/gp10b/gr/fecs_sig.bin +firmware: nvidia/gp10b/gr/gpccs_bl.bin +firmware: nvidia/gp10b/gr/gpccs_data.bin +firmware: nvidia/gp10b/gr/gpccs_inst.bin +firmware: nvidia/gp10b/gr/gpccs_sig.bin +firmware: nvidia/gp10b/gr/sw_bundle_init.bin +firmware: nvidia/gp10b/gr/sw_ctx.bin +firmware: nvidia/gp10b/gr/sw_method_init.bin +firmware: nvidia/gp10b/gr/sw_nonctx.bin +firmware: nvidia/gp10b/pmu/desc.bin +firmware: nvidia/gp10b/pmu/image.bin +firmware: nvidia/gp10b/pmu/sig.bin +firmware: nvidia/gv100/acr/bl.bin +firmware: nvidia/gv100/acr/ucode_load.bin +firmware: nvidia/gv100/acr/ucode_unload.bin +firmware: nvidia/gv100/acr/unload_bl.bin +firmware: nvidia/gv100/gr/fecs_bl.bin +firmware: nvidia/gv100/gr/fecs_data.bin +firmware: nvidia/gv100/gr/fecs_inst.bin +firmware: nvidia/gv100/gr/fecs_sig.bin +firmware: nvidia/gv100/gr/gpccs_bl.bin +firmware: nvidia/gv100/gr/gpccs_data.bin +firmware: nvidia/gv100/gr/gpccs_inst.bin +firmware: nvidia/gv100/gr/gpccs_sig.bin +firmware: nvidia/gv100/gr/sw_bundle_init.bin +firmware: nvidia/gv100/gr/sw_ctx.bin +firmware: nvidia/gv100/gr/sw_method_init.bin +firmware: nvidia/gv100/gr/sw_nonctx.bin +firmware: nvidia/gv100/nvdec/scrubber.bin +firmware: nvidia/gv100/sec2/desc.bin +firmware: nvidia/gv100/sec2/image.bin +firmware: nvidia/gv100/sec2/sig.bin +firmware: nvidia/tegra124/xusb.bin +firmware: nvidia/tegra186/nvdec.bin +firmware: nvidia/tegra186/vic04_ucode.bin +firmware: nvidia/tegra186/xusb.bin +firmware: nvidia/tegra194/nvdec.bin +firmware: nvidia/tegra194/vic.bin +firmware: nvidia/tegra194/xusb.bin +firmware: nvidia/tegra210/nvdec.bin +firmware: nvidia/tegra210/vic04_ucode.bin +firmware: nvidia/tegra210/xusb.bin +firmware: nvidia/tegra234/vic.bin +firmware: nvidia/tu102/acr/bl.bin +firmware: nvidia/tu102/acr/ucode_ahesasc.bin +firmware: nvidia/tu102/acr/ucode_asb.bin +firmware: nvidia/tu102/acr/ucode_unload.bin +firmware: nvidia/tu102/acr/unload_bl.bin +firmware: nvidia/tu102/gr/fecs_bl.bin +firmware: nvidia/tu102/gr/fecs_data.bin +firmware: nvidia/tu102/gr/fecs_inst.bin +firmware: nvidia/tu102/gr/fecs_sig.bin +firmware: nvidia/tu102/gr/gpccs_bl.bin +firmware: nvidia/tu102/gr/gpccs_data.bin +firmware: nvidia/tu102/gr/gpccs_inst.bin +firmware: nvidia/tu102/gr/gpccs_sig.bin +firmware: nvidia/tu102/gr/sw_bundle_init.bin +firmware: nvidia/tu102/gr/sw_ctx.bin +firmware: nvidia/tu102/gr/sw_method_init.bin +firmware: nvidia/tu102/gr/sw_nonctx.bin +firmware: nvidia/tu102/gr/sw_veid_bundle_init.bin +firmware: nvidia/tu102/nvdec/scrubber.bin +firmware: nvidia/tu102/sec2/desc.bin +firmware: nvidia/tu102/sec2/image.bin +firmware: nvidia/tu102/sec2/sig.bin +firmware: nvidia/tu104/acr/bl.bin +firmware: nvidia/tu104/acr/ucode_ahesasc.bin +firmware: nvidia/tu104/acr/ucode_asb.bin +firmware: nvidia/tu104/acr/ucode_unload.bin +firmware: nvidia/tu104/acr/unload_bl.bin +firmware: nvidia/tu104/gr/fecs_bl.bin +firmware: nvidia/tu104/gr/fecs_data.bin +firmware: nvidia/tu104/gr/fecs_inst.bin +firmware: nvidia/tu104/gr/fecs_sig.bin +firmware: nvidia/tu104/gr/gpccs_bl.bin +firmware: nvidia/tu104/gr/gpccs_data.bin +firmware: nvidia/tu104/gr/gpccs_inst.bin +firmware: nvidia/tu104/gr/gpccs_sig.bin +firmware: nvidia/tu104/gr/sw_bundle_init.bin +firmware: nvidia/tu104/gr/sw_ctx.bin +firmware: nvidia/tu104/gr/sw_method_init.bin +firmware: nvidia/tu104/gr/sw_nonctx.bin +firmware: nvidia/tu104/gr/sw_veid_bundle_init.bin +firmware: nvidia/tu104/nvdec/scrubber.bin +firmware: nvidia/tu104/sec2/desc.bin +firmware: nvidia/tu104/sec2/image.bin +firmware: nvidia/tu104/sec2/sig.bin +firmware: nvidia/tu106/acr/bl.bin +firmware: nvidia/tu106/acr/ucode_ahesasc.bin +firmware: nvidia/tu106/acr/ucode_asb.bin +firmware: nvidia/tu106/acr/ucode_unload.bin +firmware: nvidia/tu106/acr/unload_bl.bin +firmware: nvidia/tu106/gr/fecs_bl.bin +firmware: nvidia/tu106/gr/fecs_data.bin +firmware: nvidia/tu106/gr/fecs_inst.bin +firmware: nvidia/tu106/gr/fecs_sig.bin +firmware: nvidia/tu106/gr/gpccs_bl.bin +firmware: nvidia/tu106/gr/gpccs_data.bin +firmware: nvidia/tu106/gr/gpccs_inst.bin +firmware: nvidia/tu106/gr/gpccs_sig.bin +firmware: nvidia/tu106/gr/sw_bundle_init.bin +firmware: nvidia/tu106/gr/sw_ctx.bin +firmware: nvidia/tu106/gr/sw_method_init.bin +firmware: nvidia/tu106/gr/sw_nonctx.bin +firmware: nvidia/tu106/gr/sw_veid_bundle_init.bin +firmware: nvidia/tu106/nvdec/scrubber.bin +firmware: nvidia/tu106/sec2/desc.bin +firmware: nvidia/tu106/sec2/image.bin +firmware: nvidia/tu106/sec2/sig.bin +firmware: nvidia/tu116/acr/bl.bin +firmware: nvidia/tu116/acr/ucode_ahesasc.bin +firmware: nvidia/tu116/acr/ucode_asb.bin +firmware: nvidia/tu116/acr/ucode_unload.bin +firmware: nvidia/tu116/acr/unload_bl.bin +firmware: nvidia/tu116/gr/fecs_bl.bin +firmware: nvidia/tu116/gr/fecs_data.bin +firmware: nvidia/tu116/gr/fecs_inst.bin +firmware: nvidia/tu116/gr/fecs_sig.bin +firmware: nvidia/tu116/gr/gpccs_bl.bin +firmware: nvidia/tu116/gr/gpccs_data.bin +firmware: nvidia/tu116/gr/gpccs_inst.bin +firmware: nvidia/tu116/gr/gpccs_sig.bin +firmware: nvidia/tu116/gr/sw_bundle_init.bin +firmware: nvidia/tu116/gr/sw_ctx.bin +firmware: nvidia/tu116/gr/sw_method_init.bin +firmware: nvidia/tu116/gr/sw_nonctx.bin +firmware: nvidia/tu116/gr/sw_veid_bundle_init.bin +firmware: nvidia/tu116/nvdec/scrubber.bin +firmware: nvidia/tu116/sec2/desc.bin +firmware: nvidia/tu116/sec2/image.bin +firmware: nvidia/tu116/sec2/sig.bin +firmware: nvidia/tu117/acr/bl.bin +firmware: nvidia/tu117/acr/ucode_ahesasc.bin +firmware: nvidia/tu117/acr/ucode_asb.bin +firmware: nvidia/tu117/acr/ucode_unload.bin +firmware: nvidia/tu117/acr/unload_bl.bin +firmware: nvidia/tu117/gr/fecs_bl.bin +firmware: nvidia/tu117/gr/fecs_data.bin +firmware: nvidia/tu117/gr/fecs_inst.bin +firmware: nvidia/tu117/gr/fecs_sig.bin +firmware: nvidia/tu117/gr/gpccs_bl.bin +firmware: nvidia/tu117/gr/gpccs_data.bin +firmware: nvidia/tu117/gr/gpccs_inst.bin +firmware: nvidia/tu117/gr/gpccs_sig.bin +firmware: nvidia/tu117/gr/sw_bundle_init.bin +firmware: nvidia/tu117/gr/sw_ctx.bin +firmware: nvidia/tu117/gr/sw_method_init.bin +firmware: nvidia/tu117/gr/sw_nonctx.bin +firmware: nvidia/tu117/gr/sw_veid_bundle_init.bin +firmware: nvidia/tu117/nvdec/scrubber.bin +firmware: nvidia/tu117/sec2/desc.bin +firmware: nvidia/tu117/sec2/image.bin +firmware: nvidia/tu117/sec2/sig.bin +firmware: orinoco_ezusb_fw +firmware: ositech/Xilinx7OD.bin +firmware: otp.bin +firmware: pca200e_ecd.bin2 +firmware: pcxhr/dspb1222e.b56 +firmware: pcxhr/dspb1222hr.b56 +firmware: pcxhr/dspb882e.b56 +firmware: pcxhr/dspb882hr.b56 +firmware: pcxhr/dspb924.b56 +firmware: pcxhr/dspd1222.d56 +firmware: pcxhr/dspd222.d56 +firmware: pcxhr/dspd882.d56 +firmware: pcxhr/dspe882.e56 +firmware: pcxhr/dspe924.e56 +firmware: pcxhr/xlxc1222e.dat +firmware: pcxhr/xlxc1222hr.dat +firmware: pcxhr/xlxc222.dat +firmware: pcxhr/xlxc882e.dat +firmware: pcxhr/xlxc882hr.dat +firmware: pcxhr/xlxc924.dat +firmware: pcxhr/xlxint.dat +firmware: phanfw.bin +firmware: plfxlc/lifi-x.bin +firmware: prism2_ru.fw +firmware: prism_ap_fw.bin +firmware: prism_sta_fw.bin +firmware: qat_4xxx.bin +firmware: qat_4xxx_mmp.bin +firmware: qat_895xcc.bin +firmware: qat_895xcc_mmp.bin +firmware: qat_c3xxx.bin +firmware: qat_c3xxx_mmp.bin +firmware: qat_c62x.bin +firmware: qat_c62x_mmp.bin +firmware: qcom/a300_pfp.fw +firmware: qcom/a300_pm4.fw +firmware: qcom/a330_pfp.fw +firmware: qcom/a330_pm4.fw +firmware: qcom/a420_pfp.fw +firmware: qcom/a420_pm4.fw +firmware: qcom/a530_pfp.fw +firmware: qcom/a530_pm4.fw +firmware: qcom/a530_zap.b00 +firmware: qcom/a530_zap.b01 +firmware: qcom/a530_zap.b02 +firmware: qcom/a530_zap.mdt +firmware: qcom/a530v3_gpmu.fw2 +firmware: qcom/a619_gmu.bin +firmware: qcom/a630_gmu.bin +firmware: qcom/a630_sqe.fw +firmware: qcom/a630_zap.mbn +firmware: qed/qed_init_values_zipped-8.59.1.0.bin +firmware: ql2100_fw.bin +firmware: ql2200_fw.bin +firmware: ql2300_fw.bin +firmware: ql2322_fw.bin +firmware: ql2400_fw.bin +firmware: ql2500_fw.bin +firmware: qlogic/1040.bin +firmware: qlogic/12160.bin +firmware: qlogic/1280.bin +firmware: qlogic/sd7220.fw +firmware: r8a779x_usb3_v1.dlmem +firmware: r8a779x_usb3_v3.dlmem +firmware: radeon/ARUBA_me.bin +firmware: radeon/ARUBA_pfp.bin +firmware: radeon/ARUBA_rlc.bin +firmware: radeon/BARTS_mc.bin +firmware: radeon/BARTS_me.bin +firmware: radeon/BARTS_pfp.bin +firmware: radeon/BARTS_smc.bin +firmware: radeon/BONAIRE_ce.bin +firmware: radeon/BONAIRE_mc.bin +firmware: radeon/BONAIRE_mc2.bin +firmware: radeon/BONAIRE_me.bin +firmware: radeon/BONAIRE_mec.bin +firmware: radeon/BONAIRE_pfp.bin +firmware: radeon/BONAIRE_rlc.bin +firmware: radeon/BONAIRE_sdma.bin +firmware: radeon/BONAIRE_smc.bin +firmware: radeon/BONAIRE_uvd.bin +firmware: radeon/BONAIRE_vce.bin +firmware: radeon/BTC_rlc.bin +firmware: radeon/CAICOS_mc.bin +firmware: radeon/CAICOS_me.bin +firmware: radeon/CAICOS_pfp.bin +firmware: radeon/CAICOS_smc.bin +firmware: radeon/CAYMAN_mc.bin +firmware: radeon/CAYMAN_me.bin +firmware: radeon/CAYMAN_pfp.bin +firmware: radeon/CAYMAN_rlc.bin +firmware: radeon/CAYMAN_smc.bin +firmware: radeon/CEDAR_me.bin +firmware: radeon/CEDAR_pfp.bin +firmware: radeon/CEDAR_rlc.bin +firmware: radeon/CEDAR_smc.bin +firmware: radeon/CYPRESS_me.bin +firmware: radeon/CYPRESS_pfp.bin +firmware: radeon/CYPRESS_rlc.bin +firmware: radeon/CYPRESS_smc.bin +firmware: radeon/CYPRESS_uvd.bin +firmware: radeon/HAINAN_ce.bin +firmware: radeon/HAINAN_mc.bin +firmware: radeon/HAINAN_mc2.bin +firmware: radeon/HAINAN_me.bin +firmware: radeon/HAINAN_pfp.bin +firmware: radeon/HAINAN_rlc.bin +firmware: radeon/HAINAN_smc.bin +firmware: radeon/HAWAII_ce.bin +firmware: radeon/HAWAII_mc.bin +firmware: radeon/HAWAII_mc2.bin +firmware: radeon/HAWAII_me.bin +firmware: radeon/HAWAII_mec.bin +firmware: radeon/HAWAII_pfp.bin +firmware: radeon/HAWAII_rlc.bin +firmware: radeon/HAWAII_sdma.bin +firmware: radeon/HAWAII_smc.bin +firmware: radeon/JUNIPER_me.bin +firmware: radeon/JUNIPER_pfp.bin +firmware: radeon/JUNIPER_rlc.bin +firmware: radeon/JUNIPER_smc.bin +firmware: radeon/KABINI_ce.bin +firmware: radeon/KABINI_me.bin +firmware: radeon/KABINI_mec.bin +firmware: radeon/KABINI_pfp.bin +firmware: radeon/KABINI_rlc.bin +firmware: radeon/KABINI_sdma.bin +firmware: radeon/KAVERI_ce.bin +firmware: radeon/KAVERI_me.bin +firmware: radeon/KAVERI_mec.bin +firmware: radeon/KAVERI_pfp.bin +firmware: radeon/KAVERI_rlc.bin +firmware: radeon/KAVERI_sdma.bin +firmware: radeon/MULLINS_ce.bin +firmware: radeon/MULLINS_me.bin +firmware: radeon/MULLINS_mec.bin +firmware: radeon/MULLINS_pfp.bin +firmware: radeon/MULLINS_rlc.bin +firmware: radeon/MULLINS_sdma.bin +firmware: radeon/OLAND_ce.bin +firmware: radeon/OLAND_mc.bin +firmware: radeon/OLAND_mc2.bin +firmware: radeon/OLAND_me.bin +firmware: radeon/OLAND_pfp.bin +firmware: radeon/OLAND_rlc.bin +firmware: radeon/OLAND_smc.bin +firmware: radeon/PALM_me.bin +firmware: radeon/PALM_pfp.bin +firmware: radeon/PITCAIRN_ce.bin +firmware: radeon/PITCAIRN_mc.bin +firmware: radeon/PITCAIRN_mc2.bin +firmware: radeon/PITCAIRN_me.bin +firmware: radeon/PITCAIRN_pfp.bin +firmware: radeon/PITCAIRN_rlc.bin +firmware: radeon/PITCAIRN_smc.bin +firmware: radeon/R100_cp.bin +firmware: radeon/R200_cp.bin +firmware: radeon/R300_cp.bin +firmware: radeon/R420_cp.bin +firmware: radeon/R520_cp.bin +firmware: radeon/R600_me.bin +firmware: radeon/R600_pfp.bin +firmware: radeon/R600_rlc.bin +firmware: radeon/R600_uvd.bin +firmware: radeon/R700_rlc.bin +firmware: radeon/REDWOOD_me.bin +firmware: radeon/REDWOOD_pfp.bin +firmware: radeon/REDWOOD_rlc.bin +firmware: radeon/REDWOOD_smc.bin +firmware: radeon/RS600_cp.bin +firmware: radeon/RS690_cp.bin +firmware: radeon/RS780_me.bin +firmware: radeon/RS780_pfp.bin +firmware: radeon/RS780_uvd.bin +firmware: radeon/RV610_me.bin +firmware: radeon/RV610_pfp.bin +firmware: radeon/RV620_me.bin +firmware: radeon/RV620_pfp.bin +firmware: radeon/RV630_me.bin +firmware: radeon/RV630_pfp.bin +firmware: radeon/RV635_me.bin +firmware: radeon/RV635_pfp.bin +firmware: radeon/RV670_me.bin +firmware: radeon/RV670_pfp.bin +firmware: radeon/RV710_me.bin +firmware: radeon/RV710_pfp.bin +firmware: radeon/RV710_smc.bin +firmware: radeon/RV710_uvd.bin +firmware: radeon/RV730_me.bin +firmware: radeon/RV730_pfp.bin +firmware: radeon/RV730_smc.bin +firmware: radeon/RV740_smc.bin +firmware: radeon/RV770_me.bin +firmware: radeon/RV770_pfp.bin +firmware: radeon/RV770_smc.bin +firmware: radeon/RV770_uvd.bin +firmware: radeon/SUMO2_me.bin +firmware: radeon/SUMO2_pfp.bin +firmware: radeon/SUMO_me.bin +firmware: radeon/SUMO_pfp.bin +firmware: radeon/SUMO_rlc.bin +firmware: radeon/SUMO_uvd.bin +firmware: radeon/TAHITI_ce.bin +firmware: radeon/TAHITI_mc.bin +firmware: radeon/TAHITI_mc2.bin +firmware: radeon/TAHITI_me.bin +firmware: radeon/TAHITI_pfp.bin +firmware: radeon/TAHITI_rlc.bin +firmware: radeon/TAHITI_smc.bin +firmware: radeon/TAHITI_uvd.bin +firmware: radeon/TAHITI_vce.bin +firmware: radeon/TURKS_mc.bin +firmware: radeon/TURKS_me.bin +firmware: radeon/TURKS_pfp.bin +firmware: radeon/TURKS_smc.bin +firmware: radeon/VERDE_ce.bin +firmware: radeon/VERDE_mc.bin +firmware: radeon/VERDE_mc2.bin +firmware: radeon/VERDE_me.bin +firmware: radeon/VERDE_pfp.bin +firmware: radeon/VERDE_rlc.bin +firmware: radeon/VERDE_smc.bin +firmware: radeon/banks_k_2_smc.bin +firmware: radeon/bonaire_ce.bin +firmware: radeon/bonaire_k_smc.bin +firmware: radeon/bonaire_mc.bin +firmware: radeon/bonaire_me.bin +firmware: radeon/bonaire_mec.bin +firmware: radeon/bonaire_pfp.bin +firmware: radeon/bonaire_rlc.bin +firmware: radeon/bonaire_sdma.bin +firmware: radeon/bonaire_smc.bin +firmware: radeon/bonaire_uvd.bin +firmware: radeon/hainan_ce.bin +firmware: radeon/hainan_k_smc.bin +firmware: radeon/hainan_mc.bin +firmware: radeon/hainan_me.bin +firmware: radeon/hainan_pfp.bin +firmware: radeon/hainan_rlc.bin +firmware: radeon/hainan_smc.bin +firmware: radeon/hawaii_ce.bin +firmware: radeon/hawaii_k_smc.bin +firmware: radeon/hawaii_mc.bin +firmware: radeon/hawaii_me.bin +firmware: radeon/hawaii_mec.bin +firmware: radeon/hawaii_pfp.bin +firmware: radeon/hawaii_rlc.bin +firmware: radeon/hawaii_sdma.bin +firmware: radeon/hawaii_smc.bin +firmware: radeon/kabini_ce.bin +firmware: radeon/kabini_me.bin +firmware: radeon/kabini_mec.bin +firmware: radeon/kabini_pfp.bin +firmware: radeon/kabini_rlc.bin +firmware: radeon/kabini_sdma.bin +firmware: radeon/kaveri_ce.bin +firmware: radeon/kaveri_me.bin +firmware: radeon/kaveri_mec.bin +firmware: radeon/kaveri_mec2.bin +firmware: radeon/kaveri_pfp.bin +firmware: radeon/kaveri_rlc.bin +firmware: radeon/kaveri_sdma.bin +firmware: radeon/mullins_ce.bin +firmware: radeon/mullins_me.bin +firmware: radeon/mullins_mec.bin +firmware: radeon/mullins_pfp.bin +firmware: radeon/mullins_rlc.bin +firmware: radeon/mullins_sdma.bin +firmware: radeon/oland_ce.bin +firmware: radeon/oland_k_smc.bin +firmware: radeon/oland_mc.bin +firmware: radeon/oland_me.bin +firmware: radeon/oland_pfp.bin +firmware: radeon/oland_rlc.bin +firmware: radeon/oland_smc.bin +firmware: radeon/pitcairn_ce.bin +firmware: radeon/pitcairn_k_smc.bin +firmware: radeon/pitcairn_mc.bin +firmware: radeon/pitcairn_me.bin +firmware: radeon/pitcairn_pfp.bin +firmware: radeon/pitcairn_rlc.bin +firmware: radeon/pitcairn_smc.bin +firmware: radeon/si58_mc.bin +firmware: radeon/tahiti_ce.bin +firmware: radeon/tahiti_mc.bin +firmware: radeon/tahiti_me.bin +firmware: radeon/tahiti_pfp.bin +firmware: radeon/tahiti_rlc.bin +firmware: radeon/tahiti_smc.bin +firmware: radeon/verde_ce.bin +firmware: radeon/verde_k_smc.bin +firmware: radeon/verde_mc.bin +firmware: radeon/verde_me.bin +firmware: radeon/verde_pfp.bin +firmware: radeon/verde_rlc.bin +firmware: radeon/verde_smc.bin +firmware: ram.bin +firmware: regulatory.db +firmware: regulatory.db.p7s +firmware: renesas_usb_fw.mem +firmware: riptide.hex +firmware: rockchip/dptx.bin +firmware: rp2.fw +firmware: rpm_firmware.bin +firmware: rs9113_wlan_qspi.rps +firmware: rt2561.bin +firmware: rt2561s.bin +firmware: rt2661.bin +firmware: rt2860.bin +firmware: rt2870.bin +firmware: rt5677_elf_vad +firmware: rt73.bin +firmware: rtl_bt/rtl8723a_fw.bin +firmware: rtl_bt/rtl8723b_config.bin +firmware: rtl_bt/rtl8723b_fw.bin +firmware: rtl_bt/rtl8723bs_config.bin +firmware: rtl_bt/rtl8723bs_fw.bin +firmware: rtl_bt/rtl8723cs_cg_config.bin +firmware: rtl_bt/rtl8723cs_cg_fw.bin +firmware: rtl_bt/rtl8723cs_vf_config.bin +firmware: rtl_bt/rtl8723cs_vf_fw.bin +firmware: rtl_bt/rtl8723cs_xx_config.bin +firmware: rtl_bt/rtl8723cs_xx_fw.bin +firmware: rtl_bt/rtl8723d_config.bin +firmware: rtl_bt/rtl8723d_fw.bin +firmware: rtl_bt/rtl8723ds_config.bin +firmware: rtl_bt/rtl8723ds_fw.bin +firmware: rtl_bt/rtl8761a_config.bin +firmware: rtl_bt/rtl8761a_fw.bin +firmware: rtl_bt/rtl8761b_config.bin +firmware: rtl_bt/rtl8761b_fw.bin +firmware: rtl_bt/rtl8761bu_config.bin +firmware: rtl_bt/rtl8761bu_fw.bin +firmware: rtl_bt/rtl8821a_config.bin +firmware: rtl_bt/rtl8821a_fw.bin +firmware: rtl_bt/rtl8821c_config.bin +firmware: rtl_bt/rtl8821c_fw.bin +firmware: rtl_bt/rtl8821cs_config.bin +firmware: rtl_bt/rtl8821cs_fw.bin +firmware: rtl_bt/rtl8822b_config.bin +firmware: rtl_bt/rtl8822b_fw.bin +firmware: rtl_bt/rtl8822cs_config.bin +firmware: rtl_bt/rtl8822cs_fw.bin +firmware: rtl_bt/rtl8822cu_config.bin +firmware: rtl_bt/rtl8822cu_fw.bin +firmware: rtl_bt/rtl8851bu_config.bin +firmware: rtl_bt/rtl8851bu_fw.bin +firmware: rtl_bt/rtl8852au_config.bin +firmware: rtl_bt/rtl8852au_fw.bin +firmware: rtl_bt/rtl8852bs_config.bin +firmware: rtl_bt/rtl8852bs_fw.bin +firmware: rtl_bt/rtl8852bu_config.bin +firmware: rtl_bt/rtl8852bu_fw.bin +firmware: rtl_bt/rtl8852cu_config.bin +firmware: rtl_bt/rtl8852cu_fw.bin +firmware: rtl_bt/rtl8852cu_fw_v2.bin +firmware: rtl_nic/rtl8105e-1.fw +firmware: rtl_nic/rtl8106e-1.fw +firmware: rtl_nic/rtl8106e-2.fw +firmware: rtl_nic/rtl8107e-2.fw +firmware: rtl_nic/rtl8125a-3.fw +firmware: rtl_nic/rtl8125b-2.fw +firmware: rtl_nic/rtl8153a-2.fw +firmware: rtl_nic/rtl8153a-3.fw +firmware: rtl_nic/rtl8153a-4.fw +firmware: rtl_nic/rtl8153b-2.fw +firmware: rtl_nic/rtl8153c-1.fw +firmware: rtl_nic/rtl8156a-2.fw +firmware: rtl_nic/rtl8156b-2.fw +firmware: rtl_nic/rtl8168d-1.fw +firmware: rtl_nic/rtl8168d-2.fw +firmware: rtl_nic/rtl8168e-1.fw +firmware: rtl_nic/rtl8168e-2.fw +firmware: rtl_nic/rtl8168e-3.fw +firmware: rtl_nic/rtl8168f-1.fw +firmware: rtl_nic/rtl8168f-2.fw +firmware: rtl_nic/rtl8168fp-3.fw +firmware: rtl_nic/rtl8168g-2.fw +firmware: rtl_nic/rtl8168g-3.fw +firmware: rtl_nic/rtl8168h-2.fw +firmware: rtl_nic/rtl8402-1.fw +firmware: rtl_nic/rtl8411-1.fw +firmware: rtl_nic/rtl8411-2.fw +firmware: rtlwifi/rtl8188efw.bin +firmware: rtlwifi/rtl8188eufw.bin +firmware: rtlwifi/rtl8188fufw.bin +firmware: rtlwifi/rtl8192cfw.bin +firmware: rtlwifi/rtl8192cfwU.bin +firmware: rtlwifi/rtl8192cfwU_B.bin +firmware: rtlwifi/rtl8192cufw.bin +firmware: rtlwifi/rtl8192cufw_A.bin +firmware: rtlwifi/rtl8192cufw_B.bin +firmware: rtlwifi/rtl8192cufw_TMSC.bin +firmware: rtlwifi/rtl8192defw.bin +firmware: rtlwifi/rtl8192eefw.bin +firmware: rtlwifi/rtl8192eu_nic.bin +firmware: rtlwifi/rtl8192fufw.bin +firmware: rtlwifi/rtl8192sefw.bin +firmware: rtlwifi/rtl8710bufw_SMIC.bin +firmware: rtlwifi/rtl8710bufw_UMC.bin +firmware: rtlwifi/rtl8712u.bin +firmware: rtlwifi/rtl8723aufw_A.bin +firmware: rtlwifi/rtl8723aufw_B.bin +firmware: rtlwifi/rtl8723aufw_B_NoBT.bin +firmware: rtlwifi/rtl8723befw.bin +firmware: rtlwifi/rtl8723befw_36.bin +firmware: rtlwifi/rtl8723bu_bt.bin +firmware: rtlwifi/rtl8723bu_nic.bin +firmware: rtlwifi/rtl8723efw.bin +firmware: rtlwifi/rtl8821aefw.bin +firmware: rtlwifi/rtl8821aefw_29.bin +firmware: rtw88/rtw8723d_fw.bin +firmware: rtw88/rtw8821c_fw.bin +firmware: rtw88/rtw8822b_fw.bin +firmware: rtw88/rtw8822c_fw.bin +firmware: rtw88/rtw8822c_wow_fw.bin +firmware: rtw89/rtw8851b_fw.bin +firmware: rtw89/rtw8852a_fw.bin +firmware: rtw89/rtw8852b_fw-1.bin +firmware: rtw89/rtw8852c_fw.bin +firmware: sd8385.bin +firmware: sd8385_helper.bin +firmware: sd8686.bin +firmware: sd8686_helper.bin +firmware: sd8688.bin +firmware: sd8688_helper.bin +firmware: slicoss/gbdownload.sys +firmware: slicoss/gbrcvucode.sys +firmware: slicoss/oasisdownload.sys +firmware: slicoss/oasisrcvucode.sys +firmware: sms1xxx-hcw-55xxx-dvbt-02.fw +firmware: sms1xxx-hcw-55xxx-isdbt-02.fw +firmware: sms1xxx-nova-a-dvbt-01.fw +firmware: sms1xxx-nova-b-dvbt-01.fw +firmware: sms1xxx-stellar-dvbt-01.fw +firmware: softing-4.6/bcard.bin +firmware: softing-4.6/bcard2.bin +firmware: softing-4.6/cancard.bin +firmware: softing-4.6/cancrd2.bin +firmware: softing-4.6/cansja.bin +firmware: softing-4.6/ldcard.bin +firmware: softing-4.6/ldcard2.bin +firmware: solos-FPGA.bin +firmware: solos-Firmware.bin +firmware: solos-db-FPGA.bin +firmware: sun/cassini.bin +firmware: symbol_sp24t_prim_fw +firmware: symbol_sp24t_sec_fw +firmware: tdmb_denver.inp +firmware: tdmb_nova_12mhz.inp +firmware: tdmb_nova_12mhz_b0.inp +firmware: tehuti/bdx.bin +firmware: ti-connectivity/wl1251-fw.bin +firmware: ti-connectivity/wl1251-nvs.bin +firmware: ti-connectivity/wl127x-fw-5-mr.bin +firmware: ti-connectivity/wl127x-fw-5-plt.bin +firmware: ti-connectivity/wl127x-fw-5-sr.bin +firmware: ti-connectivity/wl128x-fw-5-mr.bin +firmware: ti-connectivity/wl128x-fw-5-plt.bin +firmware: ti-connectivity/wl128x-fw-5-sr.bin +firmware: ti-connectivity/wl18xx-fw-4.bin +firmware: ti_3410.fw +firmware: ti_5052.fw +firmware: tigon/tg3.bin +firmware: tigon/tg357766.bin +firmware: tigon/tg3_tso.bin +firmware: tigon/tg3_tso5.bin +firmware: ttusb-budget/dspbootcode.bin +firmware: ueagle-atm/930-fpga.bin +firmware: ueagle-atm/CMV4i.bin +firmware: ueagle-atm/CMV4i.bin.v2 +firmware: ueagle-atm/CMV4p.bin +firmware: ueagle-atm/CMV4p.bin.v2 +firmware: ueagle-atm/CMV9i.bin +firmware: ueagle-atm/CMV9i.bin.v2 +firmware: ueagle-atm/CMV9p.bin +firmware: ueagle-atm/CMV9p.bin.v2 +firmware: ueagle-atm/CMVei.bin +firmware: ueagle-atm/CMVei.bin.v2 +firmware: ueagle-atm/CMVep.bin +firmware: ueagle-atm/CMVep.bin.v2 +firmware: ueagle-atm/DSP4i.bin +firmware: ueagle-atm/DSP4p.bin +firmware: ueagle-atm/DSP9i.bin +firmware: ueagle-atm/DSP9p.bin +firmware: ueagle-atm/DSPei.bin +firmware: ueagle-atm/DSPep.bin +firmware: ueagle-atm/adi930.fw +firmware: ueagle-atm/eagle.fw +firmware: ueagle-atm/eagleI.fw +firmware: ueagle-atm/eagleII.fw +firmware: ueagle-atm/eagleIII.fw +firmware: ueagle-atm/eagleIV.fw +firmware: usb8388.bin +firmware: usbdux_firmware.bin +firmware: usbduxfast_firmware.bin +firmware: usbduxsigma_firmware.bin +firmware: v4l-cx231xx-avcore-01.fw +firmware: v4l-cx23418-apu.fw +firmware: v4l-cx23418-cpu.fw +firmware: v4l-cx23418-dig.fw +firmware: v4l-cx2341x-dec.fw +firmware: v4l-cx2341x-enc.fw +firmware: v4l-cx2341x-init.mpg +firmware: v4l-cx23885-avcore-01.fw +firmware: v4l-cx23885-enc.fw +firmware: v4l-cx25840.fw +firmware: v4l-pvrusb2-24xxx-01.fw +firmware: v4l-pvrusb2-29xxx-01.fw +firmware: v4l-pvrusb2-73xxx-01.fw +firmware: vicam/firmware.fw +firmware: vntwusb.fw +firmware: vx/bd56002.boot +firmware: vx/bd563s3.boot +firmware: vx/bd563v2.boot +firmware: vx/bx_1_vp4.b56 +firmware: vx/bx_1_vxp.b56 +firmware: vx/l_1_v22.d56 +firmware: vx/l_1_vp4.d56 +firmware: vx/l_1_vx2.d56 +firmware: vx/l_1_vxp.d56 +firmware: vx/x1_1_vp4.xlx +firmware: vx/x1_1_vx2.xlx +firmware: vx/x1_1_vxp.xlx +firmware: vx/x1_2_v22.xlx +firmware: wd719x-risc.bin +firmware: wd719x-wcs.bin +firmware: whiteheat.fw +firmware: whiteheat_loader.fw +firmware: wil6210.brd +firmware: wil6210.fw +firmware: wil6210_sparrow_plus.fw +firmware: wil6436.brd +firmware: wil6436.fw +firmware: wlan/prima/WCNSS_qcom_wlan_nv.bin +firmware: xc3028-v27.fw +firmware: xc3028L-v36.fw +firmware: yam/1200.bin +firmware: yam/9600.bin +firmware: yamaha/ds1_ctrl.fw +firmware: yamaha/ds1_dsp.fw +firmware: yamaha/ds1e_ctrl.fw +firmware: zd1201-ap.fw +firmware: zd1201.fw +firmware: zd1211/zd1211_ub +firmware: zd1211/zd1211_uphr +firmware: zd1211/zd1211_ur +firmware: zd1211/zd1211b_ub +firmware: zd1211/zd1211b_uphr +firmware: zd1211/zd1211b_ur --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency/abi/version +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency/abi/version @@ -0,0 +1 @@ +6.5.0-25.25.1 --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency/changelog +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency/changelog @@ -0,0 +1,24141 @@ +linux-lowlatency (6.5.0-26.26.1) mantic; urgency=medium + + * mantic/linux-lowlatency: 6.5.0-26.26.1 -proposed tracker (LP: #2056037) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/s2024.02.05) + + [ Ubuntu: 6.5.0-26.26 ] + + * mantic/linux: 6.5.0-26.26 -proposed tracker (LP: #2056049) + * Packaging resync (LP: #1786013) + - [Packaging] update annotations scripts + - debian/dkms-versions -- update from kernel-versions (main/s2024.02.05) + * CVE-2024-26599 + - pwm: Fix out-of-bounds access in of_pwm_single_xlate() + * CVE-2024-26597 + - net: qualcomm: rmnet: fix global oob in rmnet_policy + * CVE-2024-1086 + - netfilter: nf_tables: reject QUEUE/DROP verdict parameters + * CVE-2024-1085 + - netfilter: nf_tables: check if catch-all set element is active in next + generation + + -- Roxana Nicolescu Tue, 12 Mar 2024 10:15:15 +0100 + +linux-lowlatency (6.5.0-25.25.1) mantic; urgency=medium + + * mantic/linux-lowlatency: 6.5.0-25.25.1 -proposed tracker (LP: #2052028) + + * Packaging resync (LP: #1786013) + - [Packaging] update Ubuntu.md + - debian/dkms-versions -- update from kernel-versions (main/2024.02.05) + + [ Ubuntu: 6.5.0-25.25 ] + + * mantic/linux: 6.5.0-25.25 -proposed tracker (LP: #2052615) + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/2024.02.05) + * [SRU][22.04.04]: mpi3mr driver update (LP: #2045233) + - scsi: mpi3mr: Invoke soft reset upon TSU or event ack time out + - scsi: mpi3mr: Update MPI Headers to version 3.00.28 + - scsi: mpi3mr: Add support for more than 1MB I/O + - scsi: mpi3mr: WRITE SAME implementation + - scsi: mpi3mr: Enhance handling of devices removed after controller reset + - scsi: mpi3mr: Update driver version to 8.5.0.0.0 + - scsi: mpi3mr: Split off bus_reset function from host_reset + - scsi: mpi3mr: Add support for SAS5116 PCI IDs + - scsi: mpi3mr: Add PCI checks where SAS5116 diverges from SAS4116 + - scsi: mpi3mr: Increase maximum number of PHYs to 64 from 32 + - scsi: mpi3mr: Add support for status reply descriptor + - scsi: mpi3mr: driver version upgrade to 8.5.0.0.50 + - scsi: mpi3mr: Refresh sdev queue depth after controller reset + - scsi: mpi3mr: Clean up block devices post controller reset + - scsi: mpi3mr: Block PEL Enable Command on Controller Reset and Unrecoverable + State + - scsi: mpi3mr: Fetch correct device dev handle for status reply descriptor + - scsi: mpi3mr: Support for preallocation of SGL BSG data buffers part-1 + - scsi: mpi3mr: Support for preallocation of SGL BSG data buffers part-2 + - scsi: mpi3mr: Support for preallocation of SGL BSG data buffers part-3 + - scsi: mpi3mr: Update driver version to 8.5.1.0.0 + * The display becomes frozen after some time when a HDMI device is connected. + (LP: #2049027) + - drm/i915/dmc: Don't enable any pipe DMC events + * Audio balancing setting doesn't work with the cirrus codec (LP: #2051050) + - ALSA: hda/cs8409: Suppress vmaster control for Dolphin models + * partproke is broken on empty loopback device (LP: #2049689) + - block: Move checking GENHD_FL_NO_PART to bdev_add_partition() + * CVE-2023-51780 + - atm: Fix Use-After-Free in do_vcc_ioctl + * CVE-2023-6915 + - ida: Fix crash in ida_free when the bitmap is empty + * Update Ubuntu.md (LP: #2051176) + - [Packaging] update Ubuntu.md + * test_021_aslr_dapper_libs from ubuntu_qrt_kernel_security failed on K-5.19 / + J-OEM-6.1 / J-6.2 AMD64 (LP: #1983357) + - [Config]: set ARCH_MMAP_RND_{COMPAT_, }BITS to the maximum + * Intel E810-XXV - NETDEV WATCHDOG: (ice): transmit queue timed out + (LP: #2036239) + - ice: Add driver support for firmware changes for LAG + - ice: alter feature support check for SRIOV and LAG + * Mantic update: upstream stable patchset 2024-01-29 (LP: #2051584) + - Upstream stable to v6.1.67, v6.6.6 + - vdpa/mlx5: preserve CVQ vringh index + - hrtimers: Push pending hrtimers away from outgoing CPU earlier + - i2c: designware: Fix corrupted memory seen in the ISR + - netfilter: ipset: fix race condition between swap/destroy and kernel side + add/del/test + - zstd: Fix array-index-out-of-bounds UBSAN warning + - tg3: Move the [rt]x_dropped counters to tg3_napi + - tg3: Increment tx_dropped in tg3_tso_bug() + - kconfig: fix memory leak from range properties + - drm/amdgpu: correct chunk_ptr to a pointer to chunk. + - x86: Introduce ia32_enabled() + - x86/coco: Disable 32-bit emulation by default on TDX and SEV + - x86/entry: Convert INT 0x80 emulation to IDTENTRY + - x86/entry: Do not allow external 0x80 interrupts + - x86/tdx: Allow 32-bit emulation by default + - dt: dt-extract-compatibles: Handle cfile arguments in generator function + - dt: dt-extract-compatibles: Don't follow symlinks when walking tree + - platform/x86: asus-wmi: Move i8042 filter install to shared asus-wmi code + - of: dynamic: Fix of_reconfig_get_state_change() return value documentation + - platform/x86: wmi: Skip blocks with zero instances + - ipv6: fix potential NULL deref in fib6_add() + - octeontx2-pf: Add missing mutex lock in otx2_get_pauseparam + - octeontx2-af: Check return value of nix_get_nixlf before using nixlf + - hv_netvsc: rndis_filter needs to select NLS + - r8152: Rename RTL8152_UNPLUG to RTL8152_INACCESSIBLE + - r8152: Add RTL8152_INACCESSIBLE checks to more loops + - r8152: Add RTL8152_INACCESSIBLE to r8156b_wait_loading_flash() + - r8152: Add RTL8152_INACCESSIBLE to r8153_pre_firmware_1() + - r8152: Add RTL8152_INACCESSIBLE to r8153_aldps_en() + - mlxbf-bootctl: correctly identify secure boot with development keys + - platform/mellanox: Add null pointer checks for devm_kasprintf() + - platform/mellanox: Check devm_hwmon_device_register_with_groups() return + value + - arcnet: restoring support for multiple Sohard Arcnet cards + - octeontx2-pf: consider both Rx and Tx packet stats for adaptive interrupt + coalescing + - net: stmmac: fix FPE events losing + - xsk: Skip polling event check for unbound socket + - octeontx2-af: fix a use-after-free in rvu_npa_register_reporters + - i40e: Fix unexpected MFS warning message + - iavf: validate tx_coalesce_usecs even if rx_coalesce_usecs is zero + - tcp: fix mid stream window clamp. + - ionic: fix snprintf format length warning + - ionic: Fix dim work handling in split interrupt mode + - ipv4: ip_gre: Avoid skb_pull() failure in ipgre_xmit() + - net: atlantic: Fix NULL dereference of skb pointer in + - net: hns: fix wrong head when modify the tx feature when sending packets + - net: hns: fix fake link up on xge port + - octeontx2-af: Adjust Tx credits when MCS external bypass is disabled + - octeontx2-af: Fix mcs sa cam entries size + - octeontx2-af: Fix mcs stats register address + - octeontx2-af: Add missing mcs flr handler call + - octeontx2-af: Update Tx link register range + - dt-bindings: interrupt-controller: Allow #power-domain-cells + - netfilter: nf_tables: fix 'exist' matching on bigendian arches + - netfilter: nf_tables: validate family when identifying table via handle + - netfilter: xt_owner: Fix for unsafe access of sk->sk_socket + - tcp: do not accept ACK of bytes we never sent + - bpf: sockmap, updating the sg structure should also update curr + - psample: Require 'CAP_NET_ADMIN' when joining "packets" group + - drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" group + - mm/damon/sysfs: eliminate potential uninitialized variable warning + - tee: optee: Fix supplicant based device enumeration + - RDMA/hns: Fix unnecessary err return when using invalid congest control + algorithm + - RDMA/irdma: Do not modify to SQD on error + - RDMA/irdma: Add wait for suspend on SQD + - arm64: dts: rockchip: Expand reg size of vdec node for RK3328 + - arm64: dts: rockchip: Expand reg size of vdec node for RK3399 + - ASoC: fsl_sai: Fix no frame sync clock issue on i.MX8MP + - RDMA/rtrs-srv: Do not unconditionally enable irq + - RDMA/rtrs-clt: Start hb after path_up + - RDMA/rtrs-srv: Check return values while processing info request + - RDMA/rtrs-srv: Free srv_mr iu only when always_invalidate is true + - RDMA/rtrs-srv: Destroy path files after making sure no IOs in-flight + - RDMA/rtrs-clt: Fix the max_send_wr setting + - RDMA/rtrs-clt: Remove the warnings for req in_use check + - RDMA/bnxt_re: Correct module description string + - RDMA/irdma: Refactor error handling in create CQP + - RDMA/irdma: Fix UAF in irdma_sc_ccq_get_cqe_info() + - hwmon: (acpi_power_meter) Fix 4.29 MW bug + - ASoC: codecs: lpass-tx-macro: set active_decimator correct default value + - hwmon: (nzxt-kraken2) Fix error handling path in kraken2_probe() + - ASoC: wm_adsp: fix memleak in wm_adsp_buffer_populate + - RDMA/core: Fix umem iterator when PAGE_SIZE is greater then HCA pgsz + - RDMA/irdma: Avoid free the non-cqp_request scratch + - drm/bridge: tc358768: select CONFIG_VIDEOMODE_HELPERS + - arm64: dts: imx8mp: imx8mq: Add parkmode-disable-ss-quirk on DWC3 + - ARM: dts: imx6ul-pico: Describe the Ethernet PHY clock + - tracing: Fix a warning when allocating buffered events fails + - scsi: be2iscsi: Fix a memleak in beiscsi_init_wrb_handle() + - ARM: imx: Check return value of devm_kasprintf in imx_mmdc_perf_init + - ARM: dts: imx7: Declare timers compatible with fsl,imx6dl-gpt + - ARM: dts: imx28-xea: Pass the 'model' property + - riscv: fix misaligned access handling of C.SWSP and C.SDSP + - md: don't leave 'MD_RECOVERY_FROZEN' in error path of md_set_readonly() + - rethook: Use __rcu pointer for rethook::handler + - kprobes: consistent rcu api usage for kretprobe holder + - ASoC: amd: yc: Fix non-functional mic on ASUS E1504FA + - nvme-pci: Add sleep quirk for Kingston drives + - io_uring: fix mutex_unlock with unreferenced ctx + - ALSA: usb-audio: Add Pioneer DJM-450 mixer controls + - ALSA: pcm: fix out-of-bounds in snd_pcm_state_names + - ALSA: hda/realtek: add new Framework laptop to quirks + - ALSA: hda/realtek: Add Framework laptop 16 to quirks + - ring-buffer: Test last update in 32bit version of __rb_time_read() + - nilfs2: fix missing error check for sb_set_blocksize call + - nilfs2: prevent WARNING in nilfs_sufile_set_segment_usage() + - cgroup_freezer: cgroup_freezing: Check if not frozen + - checkstack: fix printed address + - tracing: Always update snapshot buffer size + - tracing: Disable snapshot buffer when stopping instance tracers + - tracing: Fix incomplete locking when disabling buffered events + - tracing: Fix a possible race when disabling buffered events + - packet: Move reference count in packet_sock to atomic_long_t + - r8169: fix rtl8125b PAUSE frames blasting when suspended + - regmap: fix bogus error on regcache_sync success + - platform/surface: aggregator: fix recv_buf() return value + - hugetlb: fix null-ptr-deref in hugetlb_vma_lock_write + - mm: fix oops when filemap_map_pmd() without prealloc_pte + - powercap: DTPM: Fix missing cpufreq_cpu_put() calls + - md/raid6: use valid sector values to determine if an I/O should wait on the + reshape + - arm64: dts: mediatek: mt7622: fix memory node warning check + - arm64: dts: mediatek: mt8183-kukui-jacuzzi: fix dsi unnecessary cells + properties + - arm64: dts: mediatek: cherry: Fix interrupt cells for MT6360 on I2C7 + - arm64: dts: mediatek: mt8173-evb: Fix regulator-fixed node names + - arm64: dts: mediatek: mt8195: Fix PM suspend/resume with venc clocks + - arm64: dts: mediatek: mt8183: Fix unit address for scp reserved memory + - arm64: dts: mediatek: mt8183: Move thermal-zones to the root node + - arm64: dts: mediatek: mt8183-evb: Fix unit_address_vs_reg warning on ntc + - coresight: etm4x: Remove bogous __exit annotation for some functions + - hwtracing: hisi_ptt: Add dummy callback pmu::read() + - misc: mei: client.c: return negative error code in mei_cl_write + - misc: mei: client.c: fix problem of return '-EOVERFLOW' in mei_cl_write + - LoongArch: BPF: Don't sign extend memory load operand + - LoongArch: BPF: Don't sign extend function return value + - ring-buffer: Force absolute timestamp on discard of event + - tracing: Set actual size after ring buffer resize + - tracing: Stop current tracer when resizing buffer + - parisc: Reduce size of the bug_table on 64-bit kernel by half + - parisc: Fix asm operand number out of range build error in bug table + - arm64: dts: mediatek: add missing space before { + - arm64: dts: mt8183: kukui: Fix underscores in node names + - x86/sev: Fix kernel crash due to late update to read-only ghcb_version + - gpiolib: sysfs: Fix error handling on failed export + - drm/amd/amdgpu: Fix warnings in amdgpu/amdgpu_display.c + - drm/amdgpu: Add I2C EEPROM support on smu v13_0_6 + - usb: gadget: f_hid: fix report descriptor allocation + - serial: 8250_dw: Add ACPI ID for Granite Rapids-D UART + - parport: Add support for Brainboxes IX/UC/PX parallel cards + - cifs: Fix non-availability of dedup breaking generic/304 + - Revert "xhci: Loosen RPM as default policy to cover for AMD xHC 1.1" + - smb: client: fix potential NULL deref in parse_dfs_referrals() + - ARM: PL011: Fix DMA support + - serial: sc16is7xx: address RX timeout interrupt errata + - serial: 8250: 8250_omap: Clear UART_HAS_RHR_IT_DIS bit + - serial: 8250: 8250_omap: Do not start RX DMA on THRI interrupt + - serial: 8250_omap: Add earlycon support for the AM654 UART controller + - devcoredump: Send uevent once devcd is ready + - x86/CPU/AMD: Check vendor in the AMD microcode callback + - USB: gadget: core: adjust uevent timing on gadget unbind + - cifs: Fix flushing, invalidation and file size with copy_file_range() + - cifs: Fix flushing, invalidation and file size with FICLONE + - MIPS: kernel: Clear FPU states when setting up kernel threads + - KVM: s390/mm: Properly reset no-dat + - KVM: SVM: Update EFER software model on CR0 trap for SEV-ES + - MIPS: Loongson64: Reserve vgabios memory on boot + - MIPS: Loongson64: Handle more memory types passed from firmware + - MIPS: Loongson64: Enable DMA noncoherent support + - riscv: Kconfig: Add select ARM_AMBA to SOC_STARFIVE + - [Config] updateconfigs after enabling ARM_AMBA on riscv + - scsi: sd: Fix sshdr use in sd_suspend_common() + - nouveau: use an rwlock for the event lock. + - modpost: fix section mismatch message for RELA + - drm/amdgpu: Do not program VF copy regs in mmhub v1.8 under SRIOV (v2) + - drm/amdgpu: finalizing mem_partitions at the end of GMC v9 sw_fini + - dm-crypt: start allocating with MAX_ORDER + - r8152: Hold the rtnl_lock for all of reset + - net: dsa: microchip: provide a list of valid protocols for xmit handler + - net/smc: fix missing byte order conversion in CLC handshake + - RDMA/core: Fix uninit-value access in ib_get_eth_speed() + - ARM: dts: imx6q: skov: fix ethernet clock regression + - ARM: dts: rockchip: Fix sdmmc_pwren's pinmux setting for RK3128 + - ARM: dts: bcm2711-rpi-400: Fix delete-node of led_act + - firmware: arm_scmi: Extend perf protocol ops to get number of domains + - firmware: arm_scmi: Extend perf protocol ops to get information of a domain + - firmware: arm_scmi: Fix frequency truncation by promoting multiplier type + - firmware: arm_scmi: Simplify error path in scmi_dvfs_device_opps_add() + - RDMA/irdma: Ensure iWarp QP queue memory is OS paged aligned + - RDMA/irdma: Fix support for 64k pages + - io_uring/kbuf: Fix an NULL vs IS_ERR() bug in io_alloc_pbuf_ring() + - io_uring/kbuf: check for buffer list readiness after NULL check + - arm64: dts: imx8-ss-lsio: Add PWM interrupts + - arm64: dts: freescale: imx8-ss-lsio: Fix #pwm-cells + - arm64: dts: imx93: correct mediamix power + - arm64: dts: imx8-apalis: set wifi regulator to always-on + - arm64: dts: rockchip: Fix eMMC Data Strobe PD on rk3588 + - scripts/gdb: fix lx-device-list-bus and lx-device-list-class + - ASoC: amd: yc: Fix non-functional mic on ASUS E1504FA + - ALSA: hda/realtek: Apply quirk for ASUS UM3504DA + - ALSA: hda/realtek: fix speakers on XPS 9530 (2023) + - ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 + - lib/group_cpus.c: avoid acquiring cpu hotplug lock in group_cpus_evenly + - leds: trigger: netdev: fix RTNL handling to prevent potential deadlock + - nfp: flower: fix for take a mutex lock in soft irq context and rcu lock + - workqueue: Make sure that wq_unbound_cpumask is never empty + - drivers/base/cpu: crash data showing should depends on KEXEC_CORE + - mm/memory_hotplug: add missing mem_hotplug_lock + - mm/memory_hotplug: fix error handling in add_memory_resource() + - drm/atomic-helpers: Invoke end_fb_access while owning plane state + - drm/i915/mst: Fix .mode_valid_ctx() return values + - drm/i915/mst: Reject modes that require the bigjoiner + - arm64: dts: mt7986: change cooling trips + - arm64: dts: mt7986: define 3W max power to both SFP on BPI-R3 + - arm64: dts: mt7986: fix emmc hs400 mode without uboot initialization + - arm64: dts: mediatek: mt8186: fix clock names for power domains + - arm64: dts: mediatek: mt8186: Change gpu speedbin nvmem cell name + - coresight: Fix crash when Perf and sysfs modes are used concurrently + - coresight: ultrasoc-smb: Fix sleep while close preempt in enable_smb + - coresight: ultrasoc-smb: Config SMB buffer before register sink + - coresight: ultrasoc-smb: Fix uninitialized before use buf_hw_base + - ASoC: ops: add correct range check for limiting volume + - nvmem: Do not expect fixed layouts to grab a layout driver + - serial: ma35d1: Validate console index before assignment + - powerpc/ftrace: Fix stack teardown in ftrace_no_trace + - perf metrics: Avoid segv if default metricgroup isn't set + - ASoC: qcom: sc8280xp: Limit speaker digital volumes + - gcc-plugins: randstruct: Update code comment in relayout_struct() + - drm/amdgpu: Fix refclk reporting for SMU v13.0.6 + - drm/amdgpu: Add bootloader status check + - drm/amdgpu: Add bootloader wait for PSP v13 + - drm/amdgpu: Restrict bootloader wait to SMUv13.0.6 + - drm/amdgpu: update retry times for psp vmbx wait + - drm/amdgpu: update retry times for psp BL wait + - drm/amdgpu: Restrict extended wait to PSP v13.0.6 + - Upstream stable to v6.1.68, v6.6.7 + * i915 regression introduced with 5.5 kernel (LP: #2044131) + - drm/i915: Skip some timing checks on BXT/GLK DSI transcoders + * Mantic update: upstream stable patchset 2024-01-26 (LP: #2051366) + - cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF moved + - cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF moved + - smb: client: report correct st_size for SMB and NFS symlinks + - pinctrl: avoid reload of p state in list iteration + - firewire: core: fix possible memory leak in create_units() + - mmc: sdhci-pci-gli: Disable LPM during initialization + - mmc: cqhci: Increase recovery halt timeout + - mmc: cqhci: Warn of halt or task clear failure + - mmc: cqhci: Fix task clearing in CQE error recovery + - mmc: block: Retry commands in CQE error recovery + - mmc: block: Do not lose cache flush during CQE error recovery + - mmc: block: Be sure to wait while busy in CQE error recovery + - ALSA: hda: Disable power-save on KONTRON SinglePC + - ALSA: hda/realtek: Headset Mic VREF to 100% + - ALSA: hda/realtek: Add supported ALC257 for ChromeOS + - dm-verity: align struct dm_verity_fec_io properly + - scsi: Change SCSI device boolean fields to single bit flags + - scsi: sd: Fix system start for ATA devices + - drm/amd: Enable PCIe PME from D3 + - drm/amdgpu: Force order between a read and write to the same address + - drm/amd/display: Include udelay when waiting for INBOX0 ACK + - drm/amd/display: Remove min_dst_y_next_start check for Z8 + - drm/amd/display: Use DRAM speed from validation for dummy p-state + - drm/amd/display: Update min Z8 residency time to 2100 for DCN314 + - drm/amd/display: fix ABM disablement + - dm verity: initialize fec io before freeing it + - dm verity: don't perform FEC for failed readahead IO + - nvme: check for valid nvme_identify_ns() before using it + - powercap: DTPM: Fix unneeded conversions to micro-Watts + - cpufreq/amd-pstate: Fix the return value of amd_pstate_fast_switch() + - dma-buf: fix check in dma_resv_add_fence + - bcache: revert replacing IS_ERR_OR_NULL with IS_ERR + - iommu/vt-d: Add MTL to quirk list to skip TE disabling + - KVM: PPC: Book3S HV: Fix KVM_RUN clobbering FP/VEC user registers + - powerpc: Don't clobber f0/vs0 during fp|altivec register save + - parisc: Mark ex_table entries 32-bit aligned in assembly.h + - parisc: Mark ex_table entries 32-bit aligned in uaccess.h + - parisc: Use natural CPU alignment for bug_table + - parisc: Mark lock_aligned variables 16-byte aligned on SMP + - parisc: Drop the HP-UX ENOSYM and EREMOTERELEASE error codes + - parisc: Mark jump_table naturally aligned + - parisc: Ensure 32-bit alignment on parisc unwind section + - parisc: Mark altinstructions read-only and 32-bit aligned + - btrfs: add dmesg output for first mount and last unmount of a filesystem + - btrfs: ref-verify: fix memory leaks in btrfs_ref_tree_mod() + - btrfs: fix off-by-one when checking chunk map includes logical address + - btrfs: send: ensure send_fd is writable + - btrfs: make error messages more clear when getting a chunk map + - btrfs: fix 64bit compat send ioctl arguments not initializing version member + - auxdisplay: hd44780: move cursor home after clear display command + - serial: sc16is7xx: Put IOControl register into regmap_volatile + - serial: sc16is7xx: add missing support for rs485 devicetree properties + - dpaa2-eth: increase the needed headroom to account for alignment + - uapi: propagate __struct_group() attributes to the container union + - selftests/net: ipsec: fix constant out of range + - selftests/net: fix a char signedness issue + - selftests/net: unix: fix unused variable compiler warning + - selftests/net: mptcp: fix uninitialized variable warnings + - octeontx2-af: Fix possible buffer overflow + - net: stmmac: xgmac: Disable FPE MMC interrupts + - octeontx2-pf: Fix adding mbox work queue entry when num_vfs > 64 + - octeontx2-af: Install TC filter rules in hardware based on priority + - octeontx2-pf: Restore TC ingress police rules when interface is up + - r8169: prevent potential deadlock in rtl8169_close + - ravb: Fix races between ravb_tx_timeout_work() and net related ops + - net: ravb: Check return value of reset_control_deassert() + - net: ravb: Use pm_runtime_resume_and_get() + - net: ravb: Make write access to CXR35 first before accessing other EMAC + registers + - net: ravb: Start TX queues after HW initialization succeeded + - net: ravb: Stop DMA in case of failures on ravb_open() + - net: ravb: Keep reverse order of operations in ravb_remove() + - octeontx2-af: Initialize 'cntr_val' to fix uninitialized symbol error + - spi: Fix null dereference on suspend + - cpufreq: imx6q: Don't disable 792 Mhz OPP unnecessarily + - iommu/vt-d: Omit devTLB invalidation requests when TES=0 + - iommu/vt-d: Disable PCI ATS in legacy passthrough mode + - iommu/vt-d: Make context clearing consistent with context mapping + - drm/amd/pm: fix a memleak in aldebaran_tables_init + - mmc: sdhci-sprd: Fix vqmmc not shutting down after the card was pulled + - drm/amd/display: Fix MPCC 1DLUT programming + - r8169: fix deadlock on RTL8125 in jumbo mtu mode + - xen: simplify evtchn_do_upcall() call maze + - x86/xen: fix percpu vcpu_info allocation + - smb: client: fix missing mode bits for SMB symlinks + - ksmbd: fix possible deadlock in smb2_open + - drm/i915: Also check for VGA converter in eDP probe + - net: libwx: fix memory leak on msix entry + - drm/amdgpu: correct the amdgpu runtime dereference usage count + - drm/amdgpu: fix memory overflow in the IB test + - drm/amdgpu: Update EEPROM I2C address for smu v13_0_0 + - drm/amd/display: force toggle rate wa for first link training for a retimer + - ACPI: video: Use acpi_video_device for cooling-dev driver data + - iommu/vt-d: Fix incorrect cache invalidation for mm notification + - io_uring: free io_buffer_list entries via RCU + - io_uring: don't guard IORING_OFF_PBUF_RING with SETUP_NO_MMAP + - iommu: Avoid more races around device probe + - ext2: Fix ki_pos update for DIO buffered-io fallback case + - btrfs: free the allocated memory if btrfs_alloc_page_array() fails + - io_uring/kbuf: recycle freed mapped buffer ring entries + - media: v4l2-subdev: Fix a 64bit bug + - netdevsim: Don't accept device bound programs + - net: rswitch: Fix type of ret in rswitch_start_xmit() + - net: rswitch: Fix return value in rswitch_start_xmit() + - net: rswitch: Fix missing dev_kfree_skb_any() in error path + - wifi: iwlwifi: mvm: fix an error code in iwl_mvm_mld_add_sta() + - wifi: mac80211: do not pass AP_VLAN vif pointer to drivers during flush + - net: dsa: mv88e6xxx: fix marvell 6350 switch probing + - dpaa2-eth: recycle the RX buffer only after all processing done + - bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags() + - neighbour: Fix __randomize_layout crash in struct neighbour + - efi/unaccepted: Fix off-by-one when checking for overlapping ranges + - ethtool: don't propagate EOPNOTSUPP from dumps + - bpf, sockmap: af_unix stream sockets need to hold ref for pair sock + - powerpc/pseries/iommu: enable_ddw incorrectly returns direct mapping for SR- + IOV device + - s390/cmma: fix handling of swapper_pg_dir and invalid_pg_dir + - drm/amd/display: Refactor edp power control + - drm/amd/display: Remove power sequencing check + - drm/i915/gsc: Mark internal GSC engine with reserved uabi class + - drm/panel: starry-2081101qfh032011-53g: Fine tune the panel power sequence + - drm/panel: nt36523: fix return value check in nt36523_probe() + - cpufreq/amd-pstate: Fix scaling_min_freq and scaling_max_freq update + - cpufreq/amd-pstate: Only print supported EPP values for performance governor + - iommu: Fix printk arg in of_iommu_get_resv_regions() + - drm/amd/display: refactor ILR to make it work + - drm/amd/display: Reduce default backlight min from 5 nits to 1 nits + - Upstream stable to v6.1.66, v6.6.5 + * Mantic update: upstream stable patchset 2024-01-25 (LP: #2051231) + - afs: Fix afs_server_list to be cleaned up with RCU + - afs: Make error on cell lookup failure consistent with OpenAFS + - drm/panel: auo,b101uan08.3: Fine tune the panel power sequence + - drm/panel: simple: Fix Innolux G101ICE-L01 bus flags + - drm/panel: simple: Fix Innolux G101ICE-L01 timings + - wireguard: use DEV_STATS_INC() + - octeontx2-pf: Fix memory leak during interface down + - ata: pata_isapnp: Add missing error check for devm_ioport_map() + - drm/i915: do not clean GT table on error path + - drm/rockchip: vop: Fix color for RGB888/BGR888 format on VOP full + - HID: fix HID device resource race between HID core and debugging support + - ipv4: Correct/silence an endian warning in __ip_do_redirect + - net: usb: ax88179_178a: fix failed operations during ax88179_reset + - net/smc: avoid data corruption caused by decline + - arm/xen: fix xen_vcpu_info allocation alignment + - octeontx2-pf: Fix ntuple rule creation to direct packet to VF with higher Rx + queue than its PF + - amd-xgbe: handle corner-case during sfp hotplug + - amd-xgbe: handle the corner-case during tx completion + - amd-xgbe: propagate the correct speed and duplex status + - net: axienet: Fix check for partial TX checksum + - afs: Return ENOENT if no cell DNS record can be found + - afs: Fix file locking on R/O volumes to operate in local mode + - arm64: mm: Fix "rodata=on" when CONFIG_RODATA_FULL_DEFAULT_ENABLED=y + - i40e: Fix adding unsupported cloud filters + - nvmet: nul-terminate the NQNs passed in the connect command + - USB: dwc3: qcom: fix resource leaks on probe deferral + - USB: dwc3: qcom: fix ACPI platform device leak + - lockdep: Fix block chain corruption + - cifs: distribute channels across interfaces based on speed + - cifs: account for primary channel in the interface list + - cifs: fix leak of iface for primary channel + - MIPS: KVM: Fix a build warning about variable set but not used + - media: qcom: Initialise V4L2 async notifier later + - media: qcom: camss: Fix V4L2 async notifier error path + - media: qcom: camss: Fix genpd cleanup + - NFSD: Fix "start of NFS reply" pointer passed to nfsd_cache_update() + - NFSD: Fix checksum mismatches in the duplicate reply cache + - ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CVA + - swiotlb-xen: provide the "max_mapping_size" method + - bcache: replace a mistaken IS_ERR() by IS_ERR_OR_NULL() in + btree_gc_coalesce() + - md: fix bi_status reporting in md_end_clone_io + - bcache: fixup multi-threaded bch_sectors_dirty_init() wake-up race + - io_uring/fs: consider link->flags when getting path for LINKAT + - s390/dasd: protect device queue against concurrent access + - USB: serial: option: add Luat Air72*U series products + - hv_netvsc: fix race of netvsc and VF register_netdevice + - hv_netvsc: Fix race of register_netdevice_notifier and VF register + - hv_netvsc: Mark VF as slave before exposing it to user-mode + - dm-delay: fix a race between delay_presuspend and delay_bio + - bcache: check return value from btree_node_alloc_replacement() + - bcache: prevent potential division by zero error + - bcache: fixup init dirty data errors + - bcache: fixup lock c->root error + - usb: cdnsp: Fix deadlock issue during using NCM gadget + - USB: serial: option: add Fibocom L7xx modules + - USB: serial: option: fix FM101R-GL defines + - USB: serial: option: don't claim interface 4 for ZTE MF290 + - usb: typec: tcpm: Skip hard reset when in error recovery + - USB: dwc2: write HCINT with INTMASK applied + - usb: dwc3: Fix default mode initialization + - usb: dwc3: set the dma max_seg_size + - USB: dwc3: qcom: fix software node leak on probe errors + - USB: dwc3: qcom: fix wakeup after probe deferral + - io_uring: fix off-by one bvec index + - irqchip/gic-v3-its: Flush ITS tables correctly in non-coherent GIC designs + - drm/msm/dsi: use the correct VREG_CTRL_1 value for 4nm cphy + - s390/ism: ism driver implies smc protocol + - rxrpc: Fix RTT determination to use any ACK as a source + - rxrpc: Defer the response to a PING ACK until we've parsed it + - blk-cgroup: avoid to warn !rcu_read_lock_held() in blkg_lookup() + - fs: Pass AT_GETATTR_NOSEC flag to getattr interface function + - net: wangxun: fix kernel panic due to null pointer + - filemap: add a per-mapping stable writes flag + - block: update the stable_writes flag in bdev_add + - PM: tools: Fix sleepgraph syntax error + - net, vrf: Move dstats structure to core + - net: Move {l,t,d}stats allocation to core and convert veth & vrf + - bpf: Fix dev's rx stats for bpf_redirect_peer traffic + - drm/panel: boe-tv101wum-nl6: Fine tune Himax83102-j02 panel HFP and HBP + - s390/ipl: add missing IPL_TYPE_ECKD_DUMP case to ipl_init() + - net: veth: fix ethtool stats reporting + - vsock/test: fix SEQPACKET message bounds test + - net: ipa: fix one GSI register field width + - nvme: blank out authentication fabrics options if not configured + - mm: add a NO_INHERIT flag to the PR_SET_MDWE prctl + - prctl: Disable prctl(PR_SET_MDWE) on parisc + - kselftest/arm64: Fix output formatting for za-fork + - drm/msm/dpu: Add missing safe_lut_tbl in sc8280xp catalog + - drm/ast: Disconnect BMC if physical connector is connected + - thunderbolt: Set lane bonding bit only for downstream port + - ACPI: video: Use acpi_device_fix_up_power_children() + - ACPI: processor_idle: use raw_safe_halt() in acpi_idle_play_dead() + - ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CVA + - ACPI: PM: Add acpi_device_fix_up_power_children() function + - tls: fix NULL deref on tls_sw_splice_eof() with empty record + - dt-bindings: usb: microchip,usb5744: Add second supply + - usb: misc: onboard-hub: add support for Microchip USB5744 + - platform/x86/amd/pmc: adjust getting DRAM size behavior + - ALSA: hda: ASUS UM5302LA: Added quirks for cs35L41/10431A83 on i2c bus + - ALSA: hda/realtek: Add quirks for ASUS 2024 Zenbooks + - veth: Use tstats per-CPU traffic counters + - USB: xhci-plat: fix legacy PHY double init + - usb: config: fix iteration issue in 'usb_get_bos_descriptor()' + - Upstream stable to v6.1.65, v6.6.4 + * Mantic update: v6.5.13 upstream stable release (LP: #2051142) + - locking/ww_mutex/test: Fix potential workqueue corruption + - btrfs: abort transaction on generation mismatch when marking eb as dirty + - lib/generic-radix-tree.c: Don't overflow in peek() + - x86/retpoline: Make sure there are no unconverted return thunks due to KCSAN + - perf/core: Bail out early if the request AUX area is out of bound + - srcu: Fix srcu_struct node grpmask overflow on 64-bit systems + - selftests/lkdtm: Disable CONFIG_UBSAN_TRAP in test config + - clocksource/drivers/timer-imx-gpt: Fix potential memory leak + - clocksource/drivers/timer-atmel-tcb: Fix initialization on SAM9 hardware + - srcu: Only accelerate on enqueue time + - smp,csd: Throw an error if a CSD lock is stuck for too long + - cpu/hotplug: Don't offline the last non-isolated CPU + - workqueue: Provide one lock class key per work_on_cpu() callsite + - x86/mm: Drop the 4 MB restriction on minimal NUMA node memory size + - wifi: plfxlc: fix clang-specific fortify warning + - wifi: ath12k: Ignore fragments from uninitialized peer in dp + - wifi: mac80211_hwsim: fix clang-specific fortify warning + - wifi: mac80211: don't return unset power in ieee80211_get_tx_power() + - atl1c: Work around the DMA RX overflow issue + - bpf: Detect IP == ksym.end as part of BPF program + - wifi: ath9k: fix clang-specific fortify warnings + - wifi: ath12k: fix possible out-of-bound read in ath12k_htt_pull_ppdu_stats() + - wifi: ath10k: fix clang-specific fortify warning + - wifi: ath12k: fix possible out-of-bound write in + ath12k_wmi_ext_hal_reg_caps() + - ACPI: APEI: Fix AER info corruption when error status data has multiple + sections + - net: sfp: add quirk for Fiberstone GPON-ONU-34-20BI + - wifi: mt76: mt7921e: Support MT7992 IP in Xiaomi Redmibook 15 Pro (2023) + - net: annotate data-races around sk->sk_tx_queue_mapping + - net: annotate data-races around sk->sk_dst_pending_confirm + - wifi: ath12k: mhi: fix potential memory leak in ath12k_mhi_register() + - wifi: ath10k: Don't touch the CE interrupt registers after power up + - net: sfp: add quirk for FS's 2.5G copper SFP + - vsock: read from socket's error queue + - bpf: Ensure proper register state printing for cond jumps + - wifi: iwlwifi: mvm: fix size check for fw_link_id + - Bluetooth: btusb: Add date->evt_skb is NULL check + - Bluetooth: Fix double free in hci_conn_cleanup + - ACPI: EC: Add quirk for HP 250 G7 Notebook PC + - tsnep: Fix tsnep_request_irq() format-overflow warning + - gpiolib: acpi: Add a ignore interrupt quirk for Peaq C1010 + - platform/chrome: kunit: initialize lock for fake ec_dev + - of: address: Fix address translation when address-size is greater than 2 + - platform/x86: thinkpad_acpi: Add battery quirk for Thinkpad X120e + - drm/gma500: Fix call trace when psb_gem_mm_init() fails + - drm/amdkfd: ratelimited SQ interrupt messages + - drm/komeda: drop all currently held locks if deadlock happens + - drm/amd/display: Blank phantom OTG before enabling + - drm/amd/display: Don't lock phantom pipe on disabling + - drm/amd/display: add seamless pipe topology transition check + - drm/edid: Fixup h/vsync_end instead of h/vtotal + - md: don't rely on 'mddev->pers' to be set in mddev_suspend() + - drm/amdgpu: not to save bo in the case of RAS err_event_athub + - drm/amdkfd: Fix a race condition of vram buffer unref in svm code + - drm/amd: Update `update_pcie_parameters` functions to use uint8_t arguments + - drm/amd/display: use full update for clip size increase of large plane + source + - string.h: add array-wrappers for (v)memdup_user() + - kernel: kexec: copy user-array safely + - kernel: watch_queue: copy user-array safely + - drm_lease.c: copy user-array safely + - drm: vmwgfx_surface.c: copy user-array safely + - drm/msm/dp: skip validity check for DP CTS EDID checksum + - drm/amd: Fix UBSAN array-index-out-of-bounds for SMU7 + - drm/amd: Fix UBSAN array-index-out-of-bounds for Polaris and Tonga + - drm/amdgpu: Fix potential null pointer derefernce + - drm/panel: fix a possible null pointer dereference + - drm/panel/panel-tpo-tpg110: fix a possible null pointer dereference + - drm/radeon: fix a possible null pointer dereference + - drm/amdgpu/vkms: fix a possible null pointer dereference + - drm/panel: st7703: Pick different reset sequence + - drm/amdkfd: Fix shift out-of-bounds issue + - drm/amdgpu: Fix a null pointer access when the smc_rreg pointer is NULL + - drm/amd: Disable PP_PCIE_DPM_MASK when dynamic speed switching not supported + - drm/amd/display: fix num_ways overflow error + - drm/amd: check num of link levels when update pcie param + - arm64: dts: ls208xa: use a pseudo-bus to constrain usb dma size + - selftests/efivarfs: create-read: fix a resource leak + - ASoC: mediatek: mt8188-mt6359: support dynamic pinctrl + - ASoC: soc-card: Add storage for PCI SSID + - ASoC: SOF: Pass PCI SSID to machine driver + - crypto: pcrypt - Fix hungtask for PADATA_RESET + - ASoC: SOF: ipc4: handle EXCEPTION_CAUGHT notification from firmware + - RDMA/hfi1: Use FIELD_GET() to extract Link Width + - scsi: hisi_sas: Set debugfs_dir pointer to NULL after removing debugfs + - scsi: ibmvfc: Remove BUG_ON in the case of an empty event pool + - fs/jfs: Add check for negative db_l2nbperpage + - fs/jfs: Add validity check for db_maxag and db_agpref + - jfs: fix array-index-out-of-bounds in dbFindLeaf + - jfs: fix array-index-out-of-bounds in diAlloc + - HID: lenovo: Detect quirk-free fw on cptkbd and stop applying workaround + - ARM: 9320/1: fix stack depot IRQ stack filter + - ALSA: hda: Fix possible null-ptr-deref when assigning a stream + - gpiolib: of: Add quirk for mt2701-cs42448 ASoC sound + - PCI: tegra194: Use FIELD_GET()/FIELD_PREP() with Link Width fields + - PCI: mvebu: Use FIELD_PREP() with Link Width + - atm: iphase: Do PCI error checks on own line + - PCI: Do error check on own line to split long "if" conditions + - scsi: libfc: Fix potential NULL pointer dereference in fc_lport_ptp_setup() + - PCI: Use FIELD_GET() to extract Link Width + - PCI: Extract ATS disabling to a helper function + - PCI: Disable ATS for specific Intel IPU E2000 devices + - PCI: dwc: Add dw_pcie_link_set_max_link_width() + - PCI: dwc: Add missing PCI_EXP_LNKCAP_MLW handling + - misc: pci_endpoint_test: Add Device ID for R-Car S4-8 PCIe controller + - PCI: Use FIELD_GET() in Sapphire RX 5600 XT Pulse quirk + - ASoC: Intel: soc-acpi-cht: Add Lenovo Yoga Tab 3 Pro YT3-X90 quirk + - crypto: hisilicon/qm - prevent soft lockup in receive loop + - HID: Add quirk for Dell Pro Wireless Keyboard and Mouse KM5221W + - exfat: support handle zero-size directory + - mfd: intel-lpss: Add Intel Lunar Lake-M PCI IDs + - iio: adc: stm32-adc: harden against NULL pointer deref in stm32_adc_probe() + - thunderbolt: Apply USB 3.x bandwidth quirk only in software connection + manager + - tty: vcc: Add check for kstrdup() in vcc_probe() + - dt-bindings: phy: qcom,snps-eusb2-repeater: Add magic tuning overrides + - phy: qualcomm: phy-qcom-eusb2-repeater: Use regmap_fields + - phy: qualcomm: phy-qcom-eusb2-repeater: Zero out untouched tuning regs + - usb: dwc3: core: configure TX/RX threshold for DWC3_IP + - usb: ucsi: glink: use the connector orientation GPIO to provide switch + events + - soundwire: dmi-quirks: update HP Omen match + - f2fs: fix error path of __f2fs_build_free_nids + - f2fs: fix error handling of __get_node_page + - usb: host: xhci: Avoid XHCI resume delay if SSUSB device is not present + - usb: gadget: f_ncm: Always set current gadget in ncm_bind() + - 9p/trans_fd: Annotate data-racy writes to file::f_flags + - 9p: v9fs_listxattr: fix %s null argument warning + - i3c: mipi-i3c-hci: Fix out of bounds access in hci_dma_irq_handler + - i2c: i801: Add support for Intel Birch Stream SoC + - i2c: fix memleak in i2c_new_client_device() + - i2c: sun6i-p2wi: Prevent potential division by zero + - virtio-blk: fix implicit overflow on virtio_max_dma_size + - i3c: master: mipi-i3c-hci: Fix a kernel panic for accessing DAT_data. + - media: gspca: cpia1: shift-out-of-bounds in set_flicker + - media: vivid: avoid integer overflow + - media: ipu-bridge: increase sensor_name size + - gfs2: ignore negated quota changes + - gfs2: fix an oops in gfs2_permission + - media: cobalt: Use FIELD_GET() to extract Link Width + - media: ccs: Fix driver quirk struct documentation + - media: imon: fix access to invalid resource for the second interface + - drm/amd/display: Avoid NULL dereference of timing generator + - kgdb: Flush console before entering kgdb on panic + - riscv: VMAP_STACK overflow detection thread-safe + - i2c: dev: copy userspace array safely + - ASoC: ti: omap-mcbsp: Fix runtime PM underflow warnings + - drm/qxl: prevent memory leak + - ALSA: hda/realtek: Add quirk for ASUS UX7602ZM + - drm/amdgpu: fix software pci_unplug on some chips + - pwm: Fix double shift bug + - mtd: rawnand: tegra: add missing check for platform_get_irq() + - wifi: iwlwifi: Use FW rate for non-data frames + - sched/core: Optimize in_task() and in_interrupt() a bit + - samples/bpf: syscall_tp_user: Rename num_progs into nr_tests + - samples/bpf: syscall_tp_user: Fix array out-of-bound access + - dt-bindings: serial: fix regex pattern for matching serial node children + - SUNRPC: ECONNRESET might require a rebind + - mtd: rawnand: intel: check return value of devm_kasprintf() + - mtd: rawnand: meson: check return value of devm_kasprintf() + - drm/i915/mtl: avoid stringop-overflow warning + - NFSv4.1: fix handling NFS4ERR_DELAY when testing for session trunking + - SUNRPC: Add an IS_ERR() check back to where it was + - NFSv4.1: fix SP4_MACH_CRED protection for pnfs IO + - SUNRPC: Fix RPC client cleaned up the freed pipefs dentries + - RISC-V: hwprobe: Fix vDSO SIGSEGV + - riscv: provide riscv-specific is_trap_insn() + - gfs2: Silence "suspicious RCU usage in gfs2_permission" warning + - drm/i915/tc: Fix -Wformat-truncation in intel_tc_port_init + - vdpa_sim_blk: allocate the buffer zeroed + - vhost-vdpa: fix use after free in vhost_vdpa_probe() + - gcc-plugins: randstruct: Only warn about true flexible arrays + - bpf: handle ldimm64 properly in check_cfg() + - bpf: fix precision backtracking instruction iteration + - net: set SOCK_RCU_FREE before inserting socket into hashtable + - ipvlan: add ipvlan_route_v6_outbound() helper + - tty: Fix uninit-value access in ppp_sync_receive() + - xen/events: avoid using info_for_irq() in xen_send_IPI_one() + - net: hns3: fix add VLAN fail issue + - net: hns3: add barrier in vf mailbox reply process + - net: hns3: fix incorrect capability bit display for copper port + - net: hns3: fix out-of-bounds access may occur when coalesce info is read via + debugfs + - net: hns3: fix variable may not initialized problem in hns3_init_mac_addr() + - net: hns3: fix VF reset fail issue + - net: hns3: fix VF wrong speed and duplex issue + - tipc: Fix kernel-infoleak due to uninitialized TLV value + - net: mvneta: fix calls to page_pool_get_stats + - ppp: limit MRU to 64K + - xen/events: fix delayed eoi list handling + - blk-mq: make sure active queue usage is held for bio_integrity_prep() + - ptp: annotate data-race around q->head and q->tail + - bonding: stop the device in bond_setup_by_slave() + - net: ethernet: cortina: Fix max RX frame define + - net: ethernet: cortina: Handle large frames + - net: ethernet: cortina: Fix MTU max setting + - af_unix: fix use-after-free in unix_stream_read_actor() + - netfilter: nf_conntrack_bridge: initialize err to 0 + - netfilter: nf_tables: fix pointer math issue in nft_byteorder_eval() + - netfilter: nf_tables: bogus ENOENT when destroying element which does not + exist + - net: stmmac: fix rx budget limit check + - net: stmmac: avoid rx queue overrun + - pds_core: use correct index to mask irq + - pds_core: fix up some format-truncation complaints + - gve: Fixes for napi_poll when budget is 0 + - io_uring/fdinfo: remove need for sqpoll lock for thread/pid retrieval + - net/mlx5: Decouple PHC .adjtime and .adjphase implementations + - net/mlx5e: fix double free of encap_header + - net/mlx5e: fix double free of encap_header in update funcs + - net/mlx5e: Fix pedit endianness + - net/mlx5: Consolidate devlink documentation in devlink/mlx5.rst + - net/mlx5e: Make tx_port_ts logic resilient to out-of-order CQEs + - net/mlx5e: Add recovery flow for tx devlink health reporter for unhealthy + PTP SQ + - net/mlx5e: Update doorbell for port timestamping CQ before the software + counter + - net/mlx5: Increase size of irq name buffer + - net/mlx5e: Reduce the size of icosq_str + - net/mlx5e: Check return value of snprintf writing to fw_version buffer + - net/mlx5e: Check return value of snprintf writing to fw_version buffer for + representors + - net: sched: do not offload flows with a helper in act_ct + - macvlan: Don't propagate promisc change to lower dev in passthru + - tools/power/turbostat: Fix a knl bug + - tools/power/turbostat: Enable the C-state Pre-wake printing + - scsi: ufs: core: Expand MCQ queue slot to DeviceQueueDepth + 1 + - cifs: spnego: add ';' in HOST_KEY_LEN + - cifs: fix check of rc in function generate_smb3signingkey + - perf/core: Fix cpuctx refcounting + - i915/perf: Fix NULL deref bugs with drm_dbg() calls + - perf: arm_cspmu: Reject events meant for other PMUs + - drivers: perf: Check find_first_bit() return value + - media: venus: hfi: add checks to perform sanity on queue pointers + - perf intel-pt: Fix async branch flags + - powerpc/perf: Fix disabling BHRB and instruction sampling + - randstruct: Fix gcc-plugin performance mode to stay in group + - bpf: Fix check_stack_write_fixed_off() to correctly spill imm + - bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_END + - scsi: mpt3sas: Fix loop logic + - scsi: megaraid_sas: Increase register read retry rount from 3 to 30 for + selected registers + - scsi: ufs: qcom: Update PHY settings only when scaling to higher gears + - scsi: qla2xxx: Fix system crash due to bad pointer access + - scsi: ufs: core: Fix racing issue between ufshcd_mcq_abort() and ISR + - crypto: x86/sha - load modules based on CPU features + - x86/PCI: Avoid PME from D3hot/D3cold for AMD Rembrandt and Phoenix USB4 + - x86/apic/msi: Fix misconfigured non-maskable MSI quirk + - x86/cpu/hygon: Fix the CPU topology evaluation for real + - KVM: x86: hyper-v: Don't auto-enable stimer on write from user-space + - KVM: x86: Ignore MSR_AMD64_TW_CFG access + - KVM: x86: Clear bit12 of ICR after APIC-write VM-exit + - KVM: x86: Fix lapic timer interrupt lost after loading a snapshot. + - mmc: sdhci-pci-gli: GL9755: Mask the replay timer timeout of AER + - sched: psi: fix unprivileged polling against cgroups + - audit: don't take task_lock() in audit_exe_compare() code path + - audit: don't WARN_ON_ONCE(!current->mm) in audit_exe_compare() + - proc: sysctl: prevent aliased sysctls from getting passed to init + - tty/sysrq: replace smp_processor_id() with get_cpu() + - tty: serial: meson: fix hard LOCKUP on crtscts mode + - hvc/xen: fix console unplug + - hvc/xen: fix error path in xen_hvc_init() to always register frontend driver + - hvc/xen: fix event channel handling for secondary consoles + - PCI/sysfs: Protect driver's D3cold preference from user space + - mm/damon/sysfs: remove requested targets when online-commit inputs + - mm/damon/sysfs: update monitoring target regions for online input commit + - watchdog: move softlockup_panic back to early_param + - iommufd: Fix missing update of domains_itree after splitting iopt_area + - fbdev: stifb: Make the STI next font pointer a 32-bit signed offset + - dm crypt: account large pages in cc->n_allocated_pages + - mm/damon/lru_sort: avoid divide-by-zero in hot threshold calculation + - mm/damon/ops-common: avoid divide-by-zero during region hotness calculation + - mm/damon: implement a function for max nr_accesses safe calculation + - mm/damon/core: avoid divide-by-zero during monitoring results update + - mm/damon/sysfs-schemes: handle tried region directory allocation failure + - mm/damon/sysfs-schemes: handle tried regions sysfs directory allocation + failure + - mm/damon/sysfs: check error from damon_sysfs_update_target() + - parisc: Add nop instructions after TLB inserts + - ACPI: resource: Do IRQ override on TongFang GMxXGxx + - regmap: Ensure range selector registers are updated after cache sync + - wifi: ath11k: fix temperature event locking + - wifi: ath11k: fix dfs radar event locking + - wifi: ath11k: fix htt pktlog locking + - wifi: ath11k: fix gtk offload status event locking + - wifi: ath12k: fix htt mlo-offset event locking + - wifi: ath12k: fix dfs-radar and temperature event locking + - mmc: meson-gx: Remove setting of CMD_CFG_ERROR + - genirq/generic_chip: Make irq_remove_generic_chip() irqdomain aware + - sched/core: Fix RQCF_ACT_SKIP leak + - KEYS: trusted: tee: Refactor register SHM usage + - KEYS: trusted: Rollback init_trusted() consistently + - PCI: keystone: Don't discard .remove() callback + - PCI: keystone: Don't discard .probe() callback + - arm64: Restrict CPU_BIG_ENDIAN to GNU as or LLVM IAS 15.x or newer + - arm64: module: Fix PLT counting when CONFIG_RANDOMIZE_BASE=n + - parisc/agp: Use 64-bit LE values in SBA IOMMU PDIR table + - parisc/pdc: Add width field to struct pdc_model + - parisc/power: Add power soft-off when running on qemu + - cpufreq: stats: Fix buffer overflow detection in trans_stats() + - powercap: intel_rapl: Downgrade BIOS locked limits pr_warn() to pr_debug() + - clk: socfpga: Fix undefined behavior bug in struct stratix10_clock_data + - clk: visconti: Fix undefined behavior bug in struct visconti_pll_provider + - clk: qcom: ipq8074: drop the CLK_SET_RATE_PARENT flag from PLL clocks + - clk: qcom: ipq6018: drop the CLK_SET_RATE_PARENT flag from PLL clocks + - ksmbd: fix recursive locking in vfs helpers + - ksmbd: handle malformed smb1 message + - ksmbd: fix slab out of bounds write in smb_inherit_dacl() + - mmc: vub300: fix an error code + - mmc: sdhci_am654: fix start loop index for TAP value parsing + - mmc: Add quirk MMC_QUIRK_BROKEN_CACHE_FLUSH for Micron eMMC Q2J54A + - PCI/ASPM: Fix L1 substate handling in aspm_attr_store_common() + - PCI: kirin: Don't discard .remove() callback + - PCI: exynos: Don't discard .remove() callback + - wifi: wilc1000: use vmm_table as array in wilc struct + - svcrdma: Drop connection after an RDMA Read error + - rcu/tree: Defer setting of jiffies during stall reset + - arm64: dts: qcom: ipq6018: Fix hwlock index for SMEM + - dt-bindings: timer: renesas,rz-mtu3: Fix overflow/underflow interrupt names + - PM: hibernate: Use __get_safe_page() rather than touching the list + - PM: hibernate: Clean up sync_read handling in snapshot_write_next() + - rcu: kmemleak: Ignore kmemleak false positives when RCU-freeing objects + - btrfs: don't arbitrarily slow down delalloc if we're committing + - thermal: intel: powerclamp: fix mismatch in get function for max_idle + - arm64: dts: qcom: ipq5332: Fix hwlock index for SMEM + - arm64: dts: qcom: ipq8074: Fix hwlock index for SMEM + - firmware: qcom_scm: use 64-bit calling convention only when client is 64-bit + - ACPI: FPDT: properly handle invalid FPDT subtables + - arm64: dts: qcom: ipq9574: Fix hwlock index for SMEM + - arm64: dts: qcom: ipq6018: Fix tcsr_mutex register size + - leds: trigger: netdev: Move size check in set_device_name + - mfd: qcom-spmi-pmic: Fix reference leaks in revid helper + - mfd: qcom-spmi-pmic: Fix revid implementation + - ima: annotate iint mutex to avoid lockdep false positive warnings + - ima: detect changes to the backing overlay file + - netfilter: nf_tables: split async and sync catchall in two functions + - ASoC: soc-dai: add flag to mute and unmute stream during trigger + - ASoC: codecs: wsa883x: make use of new mute_unmute_on_trigger flag + - selftests/resctrl: Fix uninitialized .sa_flags + - selftests/resctrl: Remove duplicate feature check from CMT test + - selftests/resctrl: Move _GNU_SOURCE define into Makefile + - selftests/resctrl: Reduce failures due to outliers in MBA/MBM tests + - hid: lenovo: Resend all settings on reset_resume for compact keyboards + - ASoC: codecs: wsa-macro: fix uninitialized stack variables with name prefix + - jbd2: fix potential data lost in recovering journal raced with synchronizing + fs bdev + - quota: explicitly forbid quota files from being encrypted + - kernel/reboot: emergency_restart: Set correct system_state + - i2c: core: Run atomic i2c xfer when !preemptible + - selftests/clone3: Fix broken test under !CONFIG_TIME_NS + - tracing: Have the user copy of synthetic event address use correct context + - driver core: Release all resources during unbind before updating device + links + - mcb: fix error handling for different scenarios when parsing + - dmaengine: stm32-mdma: correct desc prep when channel running + - s390/mm: add missing arch_set_page_dat() call to vmem_crst_alloc() + - s390/cmma: fix detection of DAT pages + - mm/cma: use nth_page() in place of direct struct page manipulation + - mm/memory_hotplug: use pfn math in place of direct struct page manipulation + - mm: make PR_MDWE_REFUSE_EXEC_GAIN an unsigned long + - mtd: cfi_cmdset_0001: Byte swap OTP info + - cxl/region: Do not try to cleanup after cxl_region_setup_targets() fails + - i3c: master: cdns: Fix reading status register + - i3c: master: svc: fix race condition in ibi work thread + - i3c: master: svc: fix wrong data return when IBI happen during start frame + - i3c: master: svc: fix ibi may not return mandatory data byte + - i3c: master: svc: fix check wrong status register in irq handler + - i3c: master: svc: fix SDA keep low when polling IBIWON timeout happen + - i3c: master: svc: fix random hot join failure since timeout error + - cxl/region: Fix x1 root-decoder granularity calculations + - cxl/port: Fix delete_endpoint() vs parent unregistration race + - pmdomain: bcm: bcm2835-power: check if the ASB register is equal to enable + - pmdomain: amlogic: Fix mask for the second NNA mem PD domain + - pmdomain: imx: Make imx pgc power domain also set the fwnode + - PCI: qcom-ep: Add dedicated callback for writing to DBI2 registers + - PCI: Lengthen reset delay for VideoPropulsion Torrent QN16e card + - torture: Add a kthread-creation callback to _torture_create_kthread() + - torture: Add lock_torture writer_fifo module parameter + - torture: Make torture_hrtimeout_*() use TASK_IDLE + - torture: Move stutter_wait() timeouts to hrtimers + - torture: Make torture_hrtimeout_ns() take an hrtimer mode parameter + - rcutorture: Fix stuttering races and other issues + - mm/hugetlb: prepare hugetlb_follow_page_mask() for FOLL_PIN + - mm/hugetlb: use nth_page() in place of direct struct page manipulation + - parisc: Prevent booting 64-bit kernels on PA1.x machines + - parisc/pgtable: Do not drop upper 5 address bits of physical address + - parisc/power: Fix power soft-off when running on qemu + - xhci: Enable RPM on controllers that support low-power states + - fs: add ctime accessors infrastructure + - smb3: fix creating FIFOs when mounting with "sfu" mount option + - smb3: fix touch -h of symlink + - smb3: allow dumping session and tcon id to improve stats analysis and + debugging + - smb3: fix caching of ctime on setxattr + - smb: client: fix use-after-free bug in cifs_debug_data_proc_show() + - smb: client: fix use-after-free in smb2_query_info_compound() + - smb: client: fix potential deadlock when releasing mids + - cifs: reconnect helper should set reconnect for the right channel + - cifs: force interface update before a fresh session setup + - cifs: do not reset chan_max if multichannel is not supported at mount + - cifs: Fix encryption of cleared, but unset rq_iter data buffers + - xfs: recovery should not clear di_flushiter unconditionally + - btrfs: zoned: wait for data BG to be finished on direct IO allocation + - ALSA: info: Fix potential deadlock at disconnection + - ALSA: hda/realtek: Enable Mute LED on HP 255 G8 + - ALSA: hda/realtek - Add Dell ALC295 to pin fall back table + - ALSA: hda/realtek - Enable internal speaker of ASUS K6500ZC + - ALSA: hda/realtek: Enable Mute LED on HP 255 G10 + - ALSA: hda/realtek: Add quirks for HP Laptops + - Revert ncsi: Propagate carrier gain/loss events to the NCSI controller + - Revert "i2c: pxa: move to generic GPIO recovery" + - lsm: fix default return value for vm_enough_memory + - lsm: fix default return value for inode_getsecctx + - sbsa_gwdt: Calculate timeout with 64-bit math + - i2c: designware: Disable TX_EMPTY irq while waiting for block length byte + - s390/ap: fix AP bus crash on early config change callback invocation + - net: ethtool: Fix documentation of ethtool_sprintf() + - net: dsa: lan9303: consequently nested-lock physical MDIO + - net: phylink: initialize carrier state at creation + - gfs2: don't withdraw if init_threads() got interrupted + - i2c: i801: fix potential race in i801_block_transaction_byte_by_byte + - f2fs: do not return EFSCORRUPTED, but try to run online repair + - f2fs: set the default compress_level on ioctl + - f2fs: avoid format-overflow warning + - f2fs: split initial and dynamic conditions for extent_cache + - media: lirc: drop trailing space from scancode transmit + - media: sharp: fix sharp encoding + - media: venus: hfi_parser: Add check to keep the number of codecs within + range + - media: venus: hfi: fix the check to handle session buffer requirement + - media: venus: hfi: add checks to handle capabilities from firmware + - media: ccs: Correctly initialise try compose rectangle + - drm/mediatek/dp: fix memory leak on ->get_edid callback audio detection + - drm/mediatek/dp: fix memory leak on ->get_edid callback error path + - dm-bufio: fix no-sleep mode + - dm-verity: don't use blocking calls from tasklets + - nfsd: fix file memleak on client_opens_release + - NFSD: Update nfsd_cache_append() to use xdr_stream + - LoongArch: Mark __percpu functions as always inline + - riscv: Using TOOLCHAIN_HAS_ZIHINTPAUSE marco replace zihintpause + - riscv: put interrupt entries into .irqentry.text + - riscv: mm: Update the comment of CONFIG_PAGE_OFFSET + - riscv: correct pt_level name via pgtable_l5/4_enabled + - riscv: kprobes: allow writing to x0 + - mmc: sdhci-pci-gli: A workaround to allow GL9750 to enter ASPM L1.2 + - mm: fix for negative counter: nr_file_hugepages + - mm: kmem: drop __GFP_NOFAIL when allocating objcg vectors + - mptcp: deal with large GSO size + - mptcp: add validity check for sending RM_ADDR + - mptcp: fix setsockopt(IP_TOS) subflow locking + - selftests: mptcp: fix fastclose with csum failure + - mmc: sdhci-pci-gli: GL9750: Mask the replay timer timeout of AER + - media: qcom: camss: Fix pm_domain_on sequence in probe + - media: qcom: camss: Fix vfe_get() error jump + - media: qcom: camss: Fix VFE-17x vfe_disable_output() + - media: qcom: camss: Fix VFE-480 vfe_disable_output() + - media: qcom: camss: Fix missing vfe_lite clocks check + - media: qcom: camss: Fix set CSI2_RX_CFG1_VC_MODE when VC is greater than 3 + - media: qcom: camss: Fix invalid clock enable bit disjunction + - media: qcom: camss: Fix csid-gen2 for test pattern generator + - ext4: fix race between writepages and remount + - ext4: make sure allocate pending entry not fail + - ext4: apply umask if ACL support is disabled + - ext4: correct offset of gdb backup in non meta_bg group to update_backups + - ext4: mark buffer new if it is unwritten to avoid stale data exposure + - ext4: correct return value of ext4_convert_meta_bg + - ext4: correct the start block of counting reserved clusters + - ext4: remove gdb backup copy for meta bg in setup_new_flex_group_blocks + - ext4: add missed brelse in update_backups + - ext4: properly sync file size update after O_SYNC direct IO + - ext4: fix racy may inline data check in dio write + - drm/amd/pm: Handle non-terminated overdrive commands. + - drm: bridge: it66121: ->get_edid callback must not return err pointers + - drm/i915/mtl: Support HBR3 rate with C10 phy and eDP in MTL + - drm/i915: Bump GLK CDCLK frequency when driving multiple pipes + - drm/i915: Fix potential spectre vulnerability + - drm/i915: Flush WC GGTT only on required platforms + - drm/amdgpu/smu13: drop compute workload workaround + - drm/amdgpu: don't use pci_is_thunderbolt_attached() + - drm/amdgpu: fix GRBM read timeout when do mes_self_test + - drm/amdgpu: add a retry for IP discovery init + - drm/amdgpu: don't use ATRM for external devices + - drm/amdgpu: fix error handling in amdgpu_vm_init + - drm/amdgpu: fix error handling in amdgpu_bo_list_get() + - drm/amdgpu: lower CS errors to debug severity + - drm/amdgpu: Fix possible null pointer dereference + - drm/amd/display: Guard against invalid RPTR/WPTR being set + - drm/amd/display: Fix DSC not Enabled on Direct MST Sink + - drm/amd/display: fix a NULL pointer dereference in amdgpu_dm_i2c_xfer() + - drm/amd/display: Enable fast plane updates on DCN3.2 and above + - drm/amd/display: Change the DMCUB mailbox memory location from FB to inbox + - powerpc/powernv: Fix fortify source warnings in opal-prd.c + - tracing: Have trace_event_file have ref counters + - net/mlx5e: Avoid referencing skb after free-ing in drop path of + mlx5e_sq_xmit_wqe + - net/mlx5e: Track xmit submission to PTP WQ after populating metadata map + - Linux 6.5.13 + * Mantic update: v6.5.12 upstream stable release (LP: #2051129) + - hwmon: (nct6775) Fix incorrect variable reuse in fan_div calculation + - numa: Generalize numa_map_to_online_node() + - sched/topology: Fix sched_numa_find_nth_cpu() in CPU-less case + - sched/topology: Fix sched_numa_find_nth_cpu() in non-NUMA case + - sched/fair: Fix cfs_rq_is_decayed() on !SMP + - iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user() + - sched/uclamp: Set max_spare_cap_cpu even if max_spare_cap is 0 + - sched/uclamp: Ignore (util == 0) optimization in feec() when p_util_max = 0 + - objtool: Propagate early errors + - sched: Fix stop_one_cpu_nowait() vs hotplug + - nfsd: Handle EOPENSTALE correctly in the filecache + - vfs: fix readahead(2) on block devices + - writeback, cgroup: switch inodes with dirty timestamps to release dying + cgwbs + - x86/srso: Fix SBPB enablement for (possible) future fixed HW + - x86/srso: Print mitigation for retbleed IBPB case + - x86/srso: Fix vulnerability reporting for missing microcode + - x86/srso: Fix unret validation dependencies + - futex: Don't include process MM in futex key on no-MMU + - x86/numa: Introduce numa_fill_memblks() + - ACPI/NUMA: Apply SRAT proximity domain to entire CFMWS window + - x86/sev-es: Allow copy_from_kernel_nofault() in earlier boot + - x86/boot: Fix incorrect startup_gdt_descr.size + - cpu/hotplug: Remove dependancy against cpu_primary_thread_mask + - cpu/SMT: Create topology_smt_thread_allowed() + - cpu/SMT: Make SMT control more robust against enumeration failures + - x86/apic: Fake primary thread mask for XEN/PV + - srcu: Fix callbacks acceleration mishandling + - drivers/clocksource/timer-ti-dm: Don't call clk_get_rate() in stop function + - x86/nmi: Fix out-of-order NMI nesting checks & false positive warning + - pstore/platform: Add check for kstrdup + - perf: Optimize perf_cgroup_switch() + - selftests/x86/lam: Zero out buffer for readlink() + - PCI/MSI: Provide stubs for IMS functions + - string: Adjust strtomem() logic to allow for smaller sources + - genirq/matrix: Exclude managed interrupts in irq_matrix_allocated() + - irqchip/sifive-plic: Fix syscore registration for multi-socket systems + - wifi: ath12k: fix undefined behavior with __fls in dp + - wifi: cfg80211: add flush functions for wiphy work + - wifi: mac80211: move radar detect work to wiphy work + - wifi: mac80211: move scan work to wiphy work + - wifi: mac80211: move offchannel works to wiphy work + - wifi: mac80211: move sched-scan stop work to wiphy work + - wifi: mac80211: fix RCU usage warning in mesh fast-xmit + - wifi: cfg80211: fix off-by-one in element defrag + - wifi: mac80211: fix # of MSDU in A-MSDU calculation + - wifi: iwlwifi: honor the enable_ini value + - wifi: iwlwifi: don't use an uninitialized variable + - i40e: fix potential memory leaks in i40e_remove() + - iavf: Fix promiscuous mode configuration flow messages + - selftests/bpf: Correct map_fd to data_fd in tailcalls + - bpf, x86: save/restore regs with BPF_DW size + - bpf, x86: allow function arguments up to 12 for TRACING + - bpf, x64: Fix tailcall infinite loop + - wifi: cfg80211: fix kernel-doc for wiphy_delayed_work_flush() + - udp: introduce udp->udp_flags + - udp: move udp->no_check6_tx to udp->udp_flags + - udp: move udp->no_check6_rx to udp->udp_flags + - udp: move udp->gro_enabled to udp->udp_flags + - udp: add missing WRITE_ONCE() around up->encap_rcv + - udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flags + - udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GRO + - udp: annotate data-races around udp->encap_type + - udplite: remove UDPLITE_BIT + - udplite: fix various data-races + - selftests/bpf: Skip module_fentry_shadow test when bpf_testmod is not + available + - tcp: call tcp_try_undo_recovery when an RTOd TFO SYNACK is ACKed + - bpf: Fix kfunc callback register type handling + - gve: Use size_add() in call to struct_size() + - mlxsw: Use size_mul() in call to struct_size() + - tls: Use size_add() in call to struct_size() + - tipc: Use size_add() in calls to struct_size() + - net: spider_net: Use size_add() in call to struct_size() + - net: ethernet: mtk_wed: fix EXT_INT_STATUS_RX_FBUF definitions for MT7986 + SoC + - wifi: rtw88: debug: Fix the NULL vs IS_ERR() bug for debugfs_create_file() + - wifi: ath12k: fix DMA unmap warning on NULL DMA address + - wifi: ath11k: fix boot failure with one MSI vector + - wifi: mac80211: fix check for unusable RX result + - PM: sleep: Fix symbol export for _SIMPLE_ variants of _PM_OPS() + - cpufreq: tegra194: fix warning due to missing opp_put + - wifi: mt76: mt7603: rework/fix rx pse hang check + - wifi: mt76: mt7603: improve watchdog reset reliablity + - wifi: mt76: mt7603: improve stuck beacon handling + - wifi: mt76: connac: move connac3 definitions in mt76_connac3_mac.h + - wifi: mt76: remove unused error path in mt76_connac_tx_complete_skb + - wifi: mt76: mt7996: set correct wcid in txp + - wifi: mt76: mt7996: fix beamform mcu cmd configuration + - wifi: mt76: mt7996: fix beamformee ss subfield in EHT PHY cap + - wifi: mt76: mt7996: fix wmm queue mapping + - wifi: mt76: mt7996: fix rx rate report for CBW320-2 + - wifi: mt76: mt7996: fix TWT command format + - wifi: mt76: update beacon size limitation + - wifi: mt76: fix potential memory leak of beacon commands + - wifi: mt76: get rid of false alamrs of tx emission issues + - wifi: mt76: fix per-band IEEE80211_CONF_MONITOR flag comparison + - wifi: mt76: mt7915: fix beamforming availability check + - wifi: ath: dfs_pattern_detector: Fix a memory initialization issue + - tcp_metrics: add missing barriers on delete + - tcp_metrics: properly set tp->snd_ssthresh in tcp_init_metrics() + - tcp_metrics: do not create an entry from tcp_init_metrics() + - wifi: rtlwifi: fix EDCA limit set by BT coexistence + - ACPI: property: Allow _DSD buffer data only for byte accessors + - ACPI: video: Add acpi_backlight=vendor quirk for Toshiba Portégé R100 + - can: etas_es58x: rework the version check logic to silence -Wformat- + truncation + - can: etas_es58x: add missing a blank line after declaration + - wifi: ath11k: fix Tx power value during active CAC + - can: dev: can_restart(): don't crash kernel if carrier is OK + - can: dev: can_restart(): fix race condition between controller restart and + netif_carrier_on() + - can: dev: can_put_echo_skb(): don't crash kernel if can_priv::echo_skb is + accessed out of bounds + - PM / devfreq: rockchip-dfi: Make pmu regmap mandatory + - wifi: wfx: fix case where rates are out of order + - netfilter: nf_tables: Drop pointless memset when dumping rules + - wifi: rtw88: Remove duplicate NULL check before calling usb_kill/free_urb() + - thermal: core: prevent potential string overflow + - r8169: fix rare issue with broken rx after link-down on RTL8125 + - thermal/drivers/mediatek: Fix probe for THERMAL_V2 + - bpf: Fix missed rcu read lock in bpf_task_under_cgroup() + - selftests: netfilter: test for sctp collision processing in nf_conntrack + - net: skb_find_text: Ignore patterns extending past 'to' + - thermal: core: Don't update trip points inside the hysteresis range + - chtls: fix tp->rcv_tstamp initialization + - tcp: fix cookie_init_timestamp() overflows + - wifi: iwlwifi: mvm: update station's MFP flag after association + - wifi: iwlwifi: mvm: fix removing pasn station for responder + - wifi: iwlwifi: mvm: use correct sta ID for IGTK/BIGTK + - wifi: mac80211: don't recreate driver link debugfs in reconfig + - wifi: mac80211: Fix setting vif links + - wifi: iwlwifi: yoyo: swap cdb and jacket bits values + - wifi: iwlwifi: mvm: Correctly set link configuration + - wifi: iwlwifi: mvm: Fix key flags for IGTK on AP interface + - wifi: iwlwifi: mvm: Don't always bind/link the P2P Device interface + - wifi: iwlwifi: mvm: change iwl_mvm_flush_sta() API + - wifi: iwlwifi: mvm: fix iwl_mvm_mac_flush_sta() + - wifi: iwlwifi: mvm: remove TDLS stations from FW + - wifi: iwlwifi: increase number of RX buffers for EHT devices + - wifi: iwlwifi: mvm: fix netif csum flags + - wifi: iwlwifi: pcie: synchronize IRQs before NAPI + - wifi: iwlwifi: mvm: update IGTK in mvmvif upon D3 resume + - wifi: iwlwifi: empty overflow queue during flush + - Bluetooth: ISO: Use defer setup to separate PA sync and BIG sync + - Bluetooth: ISO: Pass BIG encryption info through QoS + - Bluetooth: Make handle of hci_conn be unique + - Bluetooth: hci_sync: Fix Opcode prints in bt_dev_dbg/err + - bpf: Fix unnecessary -EBUSY from htab_lock_bucket + - ACPI: sysfs: Fix create_pnp_modalias() and create_of_modalias() + - mptcp: properly account fastopen data + - ipv6: avoid atomic fragment on GSO packets + - virtio_net: use u64_stats_t infra to avoid data-races + - net: add DEV_STATS_READ() helper + - ipvlan: properly track tx_errors + - regmap: debugfs: Fix a erroneous check after snprintf() + - spi: tegra: Fix missing IRQ check in tegra_slink_probe() + - clk: qcom: ipq5332: Drop set rate parent from gpll0 dependent clocks + - clk: qcom: gcc-msm8996: Remove RPM bus clocks + - clk: qcom: clk-rcg2: Fix clock rate overflow for high parent frequencies + - clk: qcom: mmcc-msm8998: Don't check halt bit on some branch clks + - clk: qcom: mmcc-msm8998: Fix the SMMU GDSC + - clk: qcom: gcc-sm8150: Fix gcc_sdcc2_apps_clk_src + - regulator: mt6358: Fail probe on unknown chip ID + - clk: imx: Select MXC_CLK for CLK_IMX8QXP + - clk: imx: imx8mq: correct error handling path + - clk: imx: imx8qxp: Fix elcdif_pll clock + - clk: renesas: rcar-gen3: Extend SDnH divider table + - clk: renesas: rzg2l: Wait for status bit of SD mux before continuing + - clk: renesas: rzg2l: Lock around writes to mux register + - clk: renesas: rzg2l: Trust value returned by hardware + - clk: renesas: rzg2l: Use FIELD_GET() for PLL register fields + - clk: renesas: rzg2l: Fix computation formula + - clk: linux/clk-provider.h: fix kernel-doc warnings and typos + - spi: nxp-fspi: use the correct ioremap function + - clk: ralink: mtmips: quiet unused variable warning + - clk: keystone: pll: fix a couple NULL vs IS_ERR() checks + - clk: ti: fix double free in of_ti_divider_clk_setup() + - clk: npcm7xx: Fix incorrect kfree + - clk: mediatek: clk-mt6765: Add check for mtk_alloc_clk_data + - clk: mediatek: clk-mt6779: Add check for mtk_alloc_clk_data + - clk: mediatek: clk-mt6797: Add check for mtk_alloc_clk_data + - clk: mediatek: clk-mt7629-eth: Add check for mtk_alloc_clk_data + - clk: mediatek: clk-mt7629: Add check for mtk_alloc_clk_data + - clk: mediatek: clk-mt2701: Add check for mtk_alloc_clk_data + - clk: qcom: config IPQ_APSS_6018 should depend on QCOM_SMEM + - clk: qcom: clk-alpha-pll: introduce stromer plus ops + - clk: qcom: apss-ipq-pll: Use stromer plus ops for stromer plus pll + - clk: qcom: apss-ipq-pll: Fix 'l' value for ipq5332_pll_config + - clk: qcom: ipq9574: drop the CLK_SET_RATE_PARENT flag from GPLL clocks + - clk: qcom: ipq5332: drop the CLK_SET_RATE_PARENT flag from GPLL clocks + - clk: mediatek: fix double free in mtk_clk_register_pllfh() + - platform/x86: wmi: Fix probe failure when failing to register WMI devices + - platform/x86: wmi: Fix opening of char device + - regulator: qcom-rpmh: Fix smps4 regulator for pm8550ve + - hwmon: (axi-fan-control) Fix possible NULL pointer dereference + - hwmon: (coretemp) Fix potentially truncated sysfs attribute name + - Revert "hwmon: (sch56xx-common) Add DMI override table" + - Revert "hwmon: (sch56xx-common) Add automatic module loading on supported + devices" + - hwmon: (sch5627) Use bit macros when accessing the control register + - hwmon: (sch5627) Disallow write access if virtual registers are locked + - hte: tegra: Fix missing error code in tegra_hte_test_probe() + - platform/chrome: cros_ec_lpc: Separate host command and irq disable + - spi: omap2-mcspi: remove redundant dev_err_probe() + - spi: omap2-mcspi: switch to use modern name + - spi: omap2-mcspi: Fix hardcoded reference clock + - drm: bridge: samsung-dsim: Initialize ULPS EXIT for i.MX8M DSIM + - drm: bridge: for GENERIC_PHY_MIPI_DPHY also select GENERIC_PHY + - drm: bridge: samsung-dsim: Fix waiting for empty cmd transfer FIFO on older + Exynos + - drm/rockchip: vop: Fix reset of state in duplicate state crtc funcs + - drm/rockchip: vop: Fix call to crtc reset helper + - drm/rockchip: vop2: Don't crash for invalid duplicate_state + - drm/rockchip: vop2: Add missing call to crtc reset helper + - drm/radeon: possible buffer overflow + - drm: bridge: it66121: Fix invalid connector dereference + - drm/bridge: lt8912b: Fix bridge_detach + - drm/bridge: lt8912b: Fix crash on bridge detach + - drm/bridge: lt8912b: Manually disable HPD only if it was enabled + - drm/bridge: lt8912b: Add missing drm_bridge_attach call + - drm/mediatek: Fix coverity issue with unintentional integer overflow + - x86/tdx: Zero out the missing RSI in TDX_HYPERCALL macro + - drm/bridge: tc358768: Fix use of uninitialized variable + - drm/bridge: tc358768: Fix bit updates + - drm/bridge: tc358768: Use struct videomode + - drm/bridge: tc358768: Print logical values, not raw register values + - drm/bridge: tc358768: Use dev for dbg prints, not priv->dev + - drm/bridge: tc358768: Rename dsibclk to hsbyteclk + - drm/bridge: tc358768: Clean up clock period code + - drm/bridge: tc358768: Fix tc358768_ns_to_cnt() + - drm/aspeed: Convert to platform remove callback returning void + - drm/stm: Convert to platform remove callback returning void + - drm/tve200: Convert to platform remove callback returning void + - drm: Call drm_atomic_helper_shutdown() at shutdown/remove time for misc + drivers + - drm/amdgpu: Increase IH soft ring size for GFX v9.4.3 dGPU + - drm/amdkfd: fix some race conditions in vram buffer alloc/free of svm code + - drm/amdkfd: retry after EBUSY is returned from hmm_ranges_get_pages + - drm/amdkfd: Remove svm range validated_once flag + - drm/amdkfd: Handle errors from svm validate and map + - drm/amd/display: Fix null pointer dereference in error message + - drm/amd/display: Check all enabled planes in dm_check_crtc_cursor + - drm/amd/display: Refactor dm_get_plane_scale helper + - drm/amd/display: Bail from dm_check_crtc_cursor if no relevant change + - io_uring/kbuf: Fix check of BID wrapping in provided buffers + - io_uring/kbuf: Allow the full buffer id space for provided buffers + - drm/mediatek: Add mmsys_dev_num to mt8188 vdosys0 driver data + - drm/mediatek: Fix iommu fault by swapping FBs after updating plane state + - drm/mediatek: Fix iommu fault during crtc enabling + - accel/habanalabs/gaudi2: Fix incorrect string length computation in + gaudi2_psoc_razwi_get_engines() + - drm/rockchip: cdn-dp: Fix some error handling paths in cdn_dp_probe() + - gpu: host1x: Correct allocated size for contexts + - drm/bridge: lt9611uxc: fix the race in the error path + - arm64/arm: xen: enlighten: Fix KPTI checks + - drm/rockchip: Fix type promotion bug in rockchip_gem_iommu_map() + - xenbus: fix error exit in xenbus_init() + - xen-pciback: Consider INTx disabled when MSI/MSI-X is enabled + - drm/msm/dsi: use msm_gem_kernel_put to free TX buffer + - drm/msm/dsi: free TX buffer in unbind + - clocksource/drivers/arm_arch_timer: limit XGene-1 workaround + - drm: mediatek: mtk_dsi: Fix NO_EOT_PACKET settings/handling + - drivers/perf: hisi: use cpuhp_state_remove_instance_nocalls() for + hisi_hns3_pmu uninit process + - drm/amd/pm: Fix a memory leak on an error path + - perf/arm-cmn: Fix DTC domain detection + - drivers/perf: hisi_pcie: Check the type first in pmu::event_init() + - perf: hisi: Fix use-after-free when register pmu fails + - ARM: dts: renesas: blanche: Fix typo in GP_11_2 pin name + - arm64: dts: qcom: sdm845: Fix PSCI power domain names + - arm64: dts: qcom: sdm845: cheza doesn't support LMh node + - arm64: dts: qcom: sc7280: link usb3_phy_wrapper_gcc_usb30_pipe_clk + - arm64: dts: qcom: msm8916: Fix iommu local address range + - arm64: dts: qcom: msm8992-libra: drop duplicated reserved memory + - arm64: dts: qcom: sm6125: Pad APPS IOMMU address to 8 characters + - arm64: dts: qcom: sc7280: Add missing LMH interrupts + - arm64: dts: qcom: qrb2210-rb1: Swap UART index + - arm64: dts: qcom: sc7280: drop incorrect EUD port on SoC side + - arm64: dts: qcom: sm8150: add ref clock to PCIe PHYs + - arm64: dts: qcom: sm8350: fix pinctrl for UART18 + - arm64: dts: qcom: sdm845-mtp: fix WiFi configuration + - ARM64: dts: marvell: cn9310: Use appropriate label for spi1 pins + - arm64: dts: qcom: msm8976: Fix ipc bit shifts + - arm64: dts: qcom: msm8939: Fix iommu local address range + - riscv: dts: allwinner: remove address-cells from intc node + - arm64: dts: qcom: apq8016-sbc: Add missing ADV7533 regulators + - ARM: dts: qcom: apq8026-samsung-matisse-wifi: Fix inverted hall sensor + - ARM: dts: qcom: mdm9615: populate vsdcc fixed regulator + - soc: qcom: llcc: Handle a second device without data corruption + - kunit: Fix missed memory release in kunit_free_suite_set() + - firmware: ti_sci: Mark driver as non removable + - arm64: dts: ti: k3-am625-beagleplay: Fix typo in ramoops reg + - arm64: dts: ti: k3-am62a7-sk: Drop i2c-1 to 100Khz + - firmware: arm_ffa: Assign the missing IDR allocation ID to the FFA device + - firmware: arm_ffa: Allow the FF-A drivers to use 32bit mode of messaging + - ARM: dts: am3517-evm: Fix LED3/4 pinmux + - clk: scmi: Free scmi_clk allocated when the clocks with invalid info are + skipped + - arm64: dts: imx8qm-ss-img: Fix jpegenc compatible entry + - arm64: dts: imx8mp-debix-model-a: Remove USB hub reset-gpios + - arm64: dts: imx8mm: Add sound-dai-cells to micfil node + - arm64: dts: imx8mn: Add sound-dai-cells to micfil node + - arm64: tegra: Fix P3767 card detect polarity + - arm64: tegra: Fix P3767 QSPI speed + - firmware: tegra: Add suspend hook and reset BPMP IPC early on resume + - memory: tegra: Set BPMP msg flags to reset IPC channels + - arm64: tegra: Use correct interrupts for Tegra234 TKE + - selftests/pidfd: Fix ksft print formats + - selftests/resctrl: Ensure the benchmark commands fits to its array + - soc: qcom: pmic_glink: fix connector type to be DisplayPort + - ARM: dts: BCM5301X: Explicitly disable unused switch CPU ports + - iommufd: Add iopt_area_alloc() + - module/decompress: use vmalloc() for gzip decompression workspace + - ASoC: cs35l41: Handle mdsync_down reg write errors + - ASoC: cs35l41: Initialize completion object before requesting IRQ + - ASoC: cs35l41: Verify PM runtime resume errors in IRQ handler + - ASoC: cs35l41: Undo runtime PM changes at driver exit time + - ALSA: hda: cs35l41: Fix unbalanced pm_runtime_get() + - ALSA: hda: cs35l41: Undo runtime PM changes at driver exit time + - KEYS: Include linux/errno.h in linux/verification.h + - crypto: hisilicon/hpre - Fix a erroneous check after snprintf() + - hwrng: bcm2835 - Fix hwrng throughput regression + - hwrng: geode - fix accessing registers + - RDMA/core: Use size_{add,sub,mul}() in calls to struct_size() + - crypto: qat - fix state machines cleanup paths + - crypto: qat - ignore subsequent state up commands + - crypto: qat - fix unregistration of crypto algorithms + - crypto: qat - fix unregistration of compression algorithms + - scsi: ibmvfc: Fix erroneous use of rtas_busy_delay with hcall return code + - ASoC: soc-pcm.c: Make sure DAI parameters cleared if the DAI becomes + inactive + - libnvdimm/of_pmem: Use devm_kstrdup instead of kstrdup and check its return + value + - nd_btt: Make BTT lanes preemptible + - crypto: caam/qi2 - fix Chacha20 + Poly1305 self test failure + - crypto: caam/jr - fix Chacha20 + Poly1305 self test failure + - crypto: qat - increase size of buffers + - ASoC: SOF: ipc4-topology: Use size_add() in call to struct_size() + - PCI: vmd: Correct PCI Header Type Register's multi-function check + - hid: cp2112: Fix duplicate workqueue initialization + - crypto: hisilicon/qm - fix PF queue parameter issue + - ARM: 9321/1: memset: cast the constant byte to unsigned char + - ARM: 9323/1: mm: Fix ARCH_LOW_ADDRESS_LIMIT when CONFIG_ZONE_DMA + - ext4: move 'ix' sanity check to corrent position + - kselftest: vm: fix mdwe's mmap_FIXED test case + - ASoC: fsl: mpc5200_dma.c: Fix warning of Function parameter or member not + described + - backlight: pwm_bl: Disable PWM on shutdown, suspend and remove + - ASoC: fsl-asoc-card: Add comment for mclk in the codec_priv + - dlm: fix no ack after final message + - IB/mlx5: Fix rdma counter binding for RAW QP + - RDMA/hns: Fix printing level of asynchronous events + - RDMA/hns: Fix uninitialized ucmd in hns_roce_create_qp_common() + - RDMA/hns: Fix signed-unsigned mixed comparisons + - RDMA/hns: Add check for SL + - RDMA/hns: The UD mode can only be configured with DCQCN + - ASoC: SOF: core: Ensure sof_ops_free() is still called when probe never ran. + - ASoC: fsl: Fix PM disable depth imbalance in fsl_easrc_probe + - scsi: ufs: core: Leave space for '\0' in utf8 desc string + - RDMA/hfi1: Workaround truncation compilation error + - HID: cp2112: Make irq_chip immutable + - hid: cp2112: Fix IRQ shutdown stopping polling for all IRQs on chip + - HID: uclogic: Fix user-memory-access bug in + uclogic_params_ugee_v2_init_event_hooks() + - HID: uclogic: Fix a work->entry not empty bug in __queue_work() + - sh: bios: Revive earlyprintk support + - HID: logitech-hidpp: Don't restart IO, instead defer hid_connect() only + - HID: logitech-hidpp: Revert "Don't restart communication if not necessary" + - HID: logitech-hidpp: Move get_wireless_feature_index() check to + hidpp_connect_event() + - ASoC: Intel: Skylake: Fix mem leak when parsing UUIDs fails + - PCI: endpoint: Fix double free in __pci_epc_create() + - padata: Fix refcnt handling in padata_free_shell() + - certs: Break circular dependency when selftest is modular + - crypto: qat - fix deadlock in backlog processing + - ASoC: ams-delta.c: use component after check + - erofs: fix erofs_insert_workgroup() lockref usage + - IB/mlx5: Fix init stage error handling to avoid double free of same QP and + UAF + - mfd: core: Un-constify mfd_cell.of_reg + - mfd: core: Ensure disabled devices are skipped without aborting + - mfd: dln2: Fix double put in dln2_probe + - dt-bindings: mfd: mt6397: Split out compatible for MediaTek MT6366 PMIC + - mfd: arizona-spi: Set pdata.hpdet_channel for ACPI enumerated devs + - leds: turris-omnia: Drop unnecessary mutex locking + - leds: turris-omnia: Do not use SMBUS calls + - leds: pwm: Don't disable the PWM when the LED should be off + - leds: trigger: ledtrig-cpu:: Fix 'output may be truncated' issue for 'cpu' + - scripts/gdb: fix usage of MOD_TEXT not defined when CONFIG_MODULES=n + - perf stat: Fix aggr mode initialization + - iio: frequency: adf4350: Use device managed functions and fix power down + issue. + - perf kwork: Fix incorrect and missing free atom in work_push_atom() + - perf kwork: Add the supported subcommands to the document + - perf kwork: Set ordered_events to true in 'struct perf_tool' + - f2fs: compress: fix deadloop in f2fs_write_cache_pages() + - f2fs: compress: fix to avoid use-after-free on dic + - f2fs: compress: fix to avoid redundant compress extension + - f2fs: fix to drop meta_inode's page cache in f2fs_put_super() + - tty: tty_jobctrl: fix pid memleak in disassociate_ctty() + - perf parse-events: Remove unused PE_PMU_EVENT_FAKE token + - perf parse-events: Remove unused PE_KERNEL_PMU_EVENT token + - perf parse-events: Remove ABORT_ON + - perf tools: Revert enable indices setting syntax for BPF map + - perf parse-events: Fix tracepoint name memory leak + - livepatch: Fix missing newline character in klp_resolve_symbols() + - pinctrl: renesas: rzg2l: Make reverse order of enable() for disable() + - perf record: Fix BTF type checks in the off-cpu profiling + - dmaengine: idxd: Register dsa_bus_type before registering idxd sub-drivers + - usb: dwc2: fix possible NULL pointer dereference caused by driver + concurrency + - usb: chipidea: Fix DMA overwrite for Tegra + - usb: chipidea: Simplify Tegra DMA alignment code + - dmaengine: ti: edma: handle irq_of_parse_and_map() errors + - tools/perf: Update call stack check in builtin-lock.c + - misc: st_core: Do not call kfree_skb() under spin_lock_irqsave() + - tools: iio: iio_generic_buffer ensure alignment + - USB: usbip: fix stub_dev hub disconnect + - dmaengine: pxa_dma: Remove an erroneous BUG_ON() in pxad_free_desc() + - f2fs: fix to initialize map.m_pblk in f2fs_precache_extents() + - interconnect: qcom: qdu1000: Set ACV enable_mask + - interconnect: qcom: sc7180: Retire DEFINE_QBCM + - interconnect: qcom: sc7180: Set ACV enable_mask + - interconnect: qcom: sc7280: Set ACV enable_mask + - interconnect: qcom: sc8180x: Set ACV enable_mask + - interconnect: qcom: sc8280xp: Set ACV enable_mask + - interconnect: qcom: sdm670: Retire DEFINE_QBCM + - interconnect: qcom: sdm670: Set ACV enable_mask + - interconnect: qcom: sdm845: Retire DEFINE_QBCM + - interconnect: qcom: sdm845: Set ACV enable_mask + - interconnect: qcom: sm6350: Retire DEFINE_QBCM + - interconnect: qcom: sm6350: Set ACV enable_mask + - interconnect: qcom: sm8150: Retire DEFINE_QBCM + - interconnect: qcom: sm8150: Set ACV enable_mask + - interconnect: qcom: sm8350: Retire DEFINE_QBCM + - interconnect: qcom: sm8350: Set ACV enable_mask + - powerpc: Only define __parse_fpscr() when required + - interconnect: fix error handling in qnoc_probe() + - perf build: Add missing comment about NO_LIBTRACEEVENT=1 + - perf parse-events: Fix for term values that are raw events + - perf pmu: Remove logic for PMU name being NULL + - perf mem-events: Avoid uninitialized read + - s390/ap: re-init AP queues on config on + - modpost: fix tee MODULE_DEVICE_TABLE built on big-endian host + - modpost: fix ishtp MODULE_DEVICE_TABLE built on big-endian host + - perf tools: Do not ignore the default vmlinux.h + - powerpc/40x: Remove stale PTE_ATOMIC_UPDATES macro + - powerpc/xive: Fix endian conversion size + - powerpc: Hide empty pt_regs at base of the stack + - perf trace: Use the right bpf_probe_read(_str) variant for reading user data + - powerpc/vas: Limit open window failure messages in log bufffer + - powerpc/imc-pmu: Use the correct spinlock initializer. + - powerpc/pseries: fix potential memory leak in init_cpu_associativity() + - perf vendor events: Update PMC used in PM_RUN_INST_CMPL event for power10 + platform + - xhci: Loosen RPM as default policy to cover for AMD xHC 1.1 + - usb: host: xhci-plat: fix possible kernel oops while resuming + - perf machine: Avoid out of bounds LBR memory read + - libperf rc_check: Make implicit enabling work for GCC + - perf hist: Add missing puts to hist__account_cycles + - perf vendor events intel: Fix broadwellde tma_info_system_dram_bw_use metric + - perf vendor events intel: Add broadwellde two metrics + - 9p/net: fix possible memory leak in p9_check_errors() + - rtla: Fix uninitialized variable found + - i3c: Fix potential refcount leak in i3c_master_register_new_i3c_devs + - rtc: brcmstb-waketimer: support level alarm_irq + - cxl/pci: Remove unnecessary device reference management in sanitize work + - cxl/pci: Cleanup 'sanitize' to always poll + - cxl/pci: Remove inconsistent usage of dev_err_probe() + - cxl/pci: Clarify devm host for memdev relative setup + - cxl/pci: Fix sanitize notifier setup + - cxl/memdev: Fix sanitize vs decoder setup locking + - cxl/mem: Fix shutdown order + - virt: sevguest: Fix passing a stack buffer as a scatterlist target + - rtc: pcf85363: Allow to wake up system without IRQ + - rtc: pcf85363: fix wrong mask/val parameters in regmap_update_bits call + - cxl/region: Prepare the decoder match range helper for reuse + - cxl/region: Calculate a target position in a region interleave + - cxl/region: Use cxl_calc_interleave_pos() for auto-discovery + - cxl/region: Fix cxl_region_rwsem lock held when returning to user space + - cxl/core/regs: Rename @dev to @host in struct cxl_register_map + - cxl/port: Fix @host confusion in cxl_dport_setup_regs() + - cxl/hdm: Remove broken error path + - pcmcia: cs: fix possible hung task and memory leak pccardd() + - pcmcia: ds: fix refcount leak in pcmcia_device_add() + - pcmcia: ds: fix possible name leak in error path in pcmcia_device_add() + - media: imx-jpeg: initiate a drain of the capture queue in dynamic resolution + change + - media: hantro: Check whether reset op is defined before use + - media: verisilicon: Do not enable G2 postproc downscale if source is + narrower than destination + - media: ov5640: fix vblank unchange issue when work at dvp mode + - media: i2c: max9286: Fix some redundant of_node_put() calls + - media: ov5640: Fix a memory leak when ov5640_probe fails + - media: bttv: fix use after free error due to btv->timeout timer + - media: amphion: handle firmware debug message + - media: mtk-jpegenc: Fix bug in JPEG encode quality selection + - media: s3c-camif: Avoid inappropriate kfree() + - media: vidtv: psi: Add check for kstrdup + - media: vidtv: mux: Add check and kfree for kstrdup + - media: cedrus: Fix clock/reset sequence + - media: cadence: csi2rx: Unregister v4l2 async notifier + - media: dvb-usb-v2: af9035: fix missing unlock + - media: verisilicon: Fixes clock list for rk3588 av1 decoder + - media: imx-jpeg: notify source chagne event when the first picture parsed + - media: platform: mtk-mdp3: fix uninitialized variable in mdp_path_config() + - media: cec: meson: always include meson sub-directory in Makefile + - cpupower: fix reference to nonexistent document + - regmap: prevent noinc writes from clobbering cache + - drm/amdgpu/gfx10,11: use memcpy_to/fromio for MQDs + - drm/amdgpu: don't put MQDs in VRAM on ARM | ARM64 + - pwm: sti: Reduce number of allocations and drop usage of chip_data + - pwm: brcmstb: Utilize appropriate clock APIs in suspend/resume + - Input: synaptics-rmi4 - fix use after free in rmi_unregister_function() + - watchdog: ixp4xx: Make sure restart always works + - llc: verify mac len before reading mac header + - hsr: Prevent use after free in prp_create_tagged_frame() + - tipc: Change nla_policy for bearer-related names to NLA_NUL_STRING + - rxrpc: Fix two connection reaping bugs + - bpf: Check map->usercnt after timer->timer is assigned + - inet: shrink struct flowi_common + - octeontx2-pf: Fix error codes + - octeontx2-pf: Fix holes in error code + - net: page_pool: add missing free_percpu when page_pool_init fail + - dccp: Call security_inet_conn_request() after setting IPv4 addresses. + - dccp/tcp: Call security_inet_conn_request() after setting IPv6 addresses. + - Fix termination state for idr_for_each_entry_ul() + - net: stmmac: xgmac: Enable support for multiple Flexible PPS outputs + - selftests: pmtu.sh: fix result checking + - octeontx2-pf: Free pending and dropped SQEs + - net/smc: fix dangling sock under state SMC_APPFINCLOSEWAIT + - net/smc: allow cdc msg send rather than drop it with NULL sndbuf_desc + - net/smc: put sk reference if close work was canceled + - nvme: fix error-handling for io_uring nvme-passthrough + - riscv: boot: Fix creation of loader.bin + - tg3: power down device only on SYSTEM_POWER_OFF + - nbd: fix uaf in nbd_open + - blk-core: use pr_warn_ratelimited() in bio_check_ro() + - vsock/virtio: remove socket from connected/bound list on shutdown + - r8169: respect userspace disabling IFF_MULTICAST + - net: enetc: shorten enetc_setup_xdp_prog() error message to fit + NETLINK_MAX_FMTMSG_LEN + - i2c: iproc: handle invalid slave state + - netfilter: xt_recent: fix (increase) ipv6 literal buffer length + - netfilter: nat: fix ipv6 nat redirect with mapped and scoped addresses + - net/sched: act_ct: Always fill offloading tuple iifidx + - RISC-V: Don't fail in riscv_of_parent_hartid() for disabled HARTs + - module/decompress: use kvmalloc() consistently + - drm/vc4: tests: Fix UAF in the mock helpers + - drm/syncobj: fix DRM_SYNCOBJ_WAIT_FLAGS_WAIT_AVAILABLE + - ASoC: mediatek: mt8186_mt6366_rt1019_rt5682s: trivial: fix error messages + - ASoC: hdmi-codec: register hpd callback on component probe + - ASoC: dapm: fix clock get name + - spi: spi-zynq-qspi: add spi-mem to driver kconfig dependencies + - arm64/arm: arm_pmuv3: perf: Don't truncate 64-bit registers + - fbdev: imsttfb: fix double free in probe() + - fbdev: imsttfb: fix a resource leak in probe + - fbdev: fsl-diu-fb: mark wr_reg_wa() static + - tracing/kprobes: Fix the order of argument descriptions + - Revert "drm/ast: report connection status on Display Port." + - selftests: mptcp: fix wait_rm_addr/sf parameters + - io_uring/net: ensure socket is marked connected on connect retry + - x86/amd_nb: Use Family 19h Models 60h-7Fh Function 4 IDs + - Revert "PCI/ASPM: Disable only ASPM_STATE_L1 when driver, disables L1" + - btrfs: use u64 for buffer sizes in the tree search ioctls + - bpf, x86: initialize the variable "first_off" in save_args() + - perf parse-events: Fix driver config term + - btrfs: make found_logical_ret parameter mandatory for function + queue_scrub_stripe() + - Linux 6.5.12 + * Mantic update: v6.5.11 upstream stable release (LP: #2051117) + - ASoC: Intel: sof_sdw: add support for SKU 0B14 + - ASoC: simple-card: fixup asoc_simple_probe() error handling + - coresight: tmc-etr: Disable warnings for allocation failures + - ASoC: fsl-asoc-card: use integer type for fll_id and pll_id + - ASoC: core: Do not call link_exit() on uninitialized rtd objects + - ASoC: tlv320adc3xxx: BUG: Correct micbias setting + - net: sched: cls_u32: Fix allocation size in u32_init() + - arm64: dts: imx93: add the Flex-CAN stop mode by GPR + - can: flexcan: remove the auto stop mode for IMX93 + - irqchip/riscv-intc: Mark all INTC nodes as initialized + - irqchip/stm32-exti: add missing DT IRQ flag translation + - dmaengine: ste_dma40: Fix PM disable depth imbalance in d40_probe + - ata: pata_parport: add custom version of wait_after_reset + - ata: pata_parport: fit3: implement IDE command set registers + - powerpc/85xx: Fix math emulation exception + - media: i2c: ov8858: Don't set fwnode in the driver + - Input: synaptics-rmi4 - handle reset delay when using SMBus trsnsport + - fbdev: atyfb: only use ioremap_uc() on i386 and ia64 + - fs/ntfs3: Add ckeck in ni_update_parent() + - fs/ntfs3: Write immediately updated ntfs state + - fs/ntfs3: Use kvmalloc instead of kmalloc(... __GFP_NOWARN) + - fs/ntfs3: Add more attributes checks in mi_enum_attr() + - fs/ntfs3: Fix alternative boot searching + - fs/ntfs3: Add more info into /proc/fs/ntfs3//volinfo + - fs/ntfs3: Do not allow to change label if volume is read-only + - fs/ntfs3: Fix possible NULL-ptr-deref in ni_readpage_cmpr() + - fs/ntfs3: Fix NULL pointer dereference on error in attr_allocate_frame() + - fs/ntfs3: Fix directory element type detection + - fs/ntfs3: Avoid possible memory leak + - spi: npcm-fiu: Fix UMA reads when dummy.nbytes == 0 + - ASoC: soc-dapm: Add helper for comparing widget name + - netfilter: nfnetlink_log: silence bogus compiler warning + - net/mlx5: Bridge, fix peer entry ageing in LAG mode + - x86/efistub: Don't try to print after ExitBootService() + - efi: fix memory leak in krealloc failure handling + - ASoC: rt5650: fix the wrong result of key button + - ASoC: codecs: tas2780: Fix log of failed reset via I2C. + - s390/kasan: handle DCSS mapping in memory holes + - fbdev: omapfb: fix some error codes + - fbdev: uvesafb: Call cn_del_callback() at the end of uvesafb_exit() + - scsi: mpt3sas: Fix in error path + - ASoC: da7219: Correct the process of setting up Gnd switch in AAD + - drm/amdgpu: Unset context priority is now invalid + - gpu/drm: Eliminate DRM_SCHED_PRIORITY_UNSET + - LoongArch: Use SYM_CODE_* to annotate exception handlers + - LoongArch: Export symbol invalid_pud_table for modules building + - LoongArch: Replace kmap_atomic() with kmap_local_page() in + copy_user_highpage() + - LoongArch: Disable WUC for pgprot_writecombine() like ioremap_wc() + - netfilter: nf_tables: audit log object reset once per table + - platform/mellanox: mlxbf-tmfifo: Fix a warning message + - drm/amdgpu: Reserve fences for VM update + - riscv: dts: thead: set dma-noncoherent to soc bus + - net: chelsio: cxgb4: add an error code check in t4_load_phy_fw + - r8152: Check for unplug in rtl_phy_patch_request() + - r8152: Check for unplug in r8153b_ups_en() / r8153c_ups_en() + - powerpc/mm: Fix boot crash with FLATMEM + - ceph_wait_on_conflict_unlink(): grab reference before dropping ->d_lock + - drm/amd/display: Don't use fsleep for PSR exit waits + - rust: make `UnsafeCell` the outer type in `Opaque` + - rust: types: make `Opaque` be `!Unpin` + - perf evlist: Avoid frequency mode for the dummy event + - mmap: fix vma_iterator in error path of vma_merge() + - mmap: fix error paths with dup_anon_vma() + - ALSA: usb-audio: add quirk flag to enable native DSD for McIntosh devices + - PCI: Prevent xHCI driver from claiming AMD VanGogh USB3 DRD device + - usb: storage: set 1.50 as the lower bcdDevice for older "Super Top" + compatibility + - usb: typec: tcpm: Add additional checks for contaminant + - usb: typec: tcpm: Fix NULL pointer dereference in tcpm_pd_svdm() + - usb: raw-gadget: properly handle interrupted requests + - Bluetooth: hci_bcm4377: Mark bcm4378/bcm4387 as BROKEN_LE_CODED + - tty: n_gsm: fix race condition in status line change on dead connections + - tty: 8250: Remove UC-257 and UC-431 + - tty: 8250: Add support for additional Brainboxes UC cards + - tty: 8250: Add support for Brainboxes UP cards + - tty: 8250: Add support for Intashield IS-100 + - tty: 8250: Fix port count of PX-257 + - tty: 8250: Fix up PX-803/PX-857 + - tty: 8250: Add support for additional Brainboxes PX cards + - tty: 8250: Add support for Intashield IX cards + - tty: 8250: Add Brainboxes Oxford Semiconductor-based quirks + - dt-bindings: serial: rs485: Add rs485-rts-active-high + - misc: pci_endpoint_test: Add deviceID for J721S2 PCIe EP device support + - serial: core: Fix runtime PM handling for pending tx + - ALSA: hda: intel-dsp-config: Fix JSL Chromebook quirk detection + - ASoC: SOF: sof-pci-dev: Fix community key quirk detection + - Linux 6.5.11 + * Mantic update: v6.5.11 upstream stable release (LP: #2051117) // black + screen when wake up from s3 with AMD W7600 gfx (LP: #2051341) + - drm/ttm: Reorder sys manager cleanup step + * CVE-2024-0646 + - net: tls, update curr on splice as well + * CVE-2024-0582 + - io_uring: enable io_mem_alloc/free to be used in other parts + - io_uring/kbuf: defer release of mapped buffer rings + * CVE-2024-0565 + - smb: client: fix OOB in receive_encrypted_standard() + * CVE-2023-51781 + - appletalk: Fix Use-After-Free in atalk_ioctl + * Reject connection when malformed L2CAP signal packet is received + (LP: #2047634) + - Bluetooth: L2CAP: Send reject on command corrupted request + * Mantic update: v6.5.10 upstream stable release (LP: #2049412) + - vdpa/mlx5: Fix firmware error on creation of 1k VQs + - smb3: allow controlling length of time directory entries are cached with dir + leases + - smb3: allow controlling maximum number of cached directories + - smb3: do not start laundromat thread when dir leases disabled + - smb: client: do not start laundromat thread on nohandlecache + - smb: client: make laundromat a delayed worker + - smb: client: prevent new fids from being removed by laundromat + - virtio_balloon: Fix endless deflation and inflation on arm64 + - virtio-mmio: fix memory leak of vm_dev + - virtio-crypto: handle config changed by work queue + - virtio_pci: fix the common cfg map size + - vsock/virtio: initialize the_virtio_vsock before using VQs + - vhost: Allow null msg.size on VHOST_IOTLB_INVALIDATE + - arm64: dts: qcom: apq8096-db820c: fix missing clock populate + - arm64: dts: qcom: msm8996-xiaomi: fix missing clock populate + - arm64: dts: rockchip: use codec as clock master on px30-ringneck-haikou + - arm64: dts: rockchip: set codec system-clock-fixed on px30-ringneck-haikou + - arm64: dts: qcom: sa8775p: correct PMIC GPIO label in gpio-ranges + - arm64: dts: rockchip: Add i2s0-2ch-bus-bclk-off pins to RK3399 + - arm64: dts: rockchip: Fix i2s0 pin conflict on ROCK Pi 4 boards + - i40e: sync next_to_clean and next_to_process for programming status desc + - mm: fix vm_brk_flags() to not bail out while holding lock + - hugetlbfs: clear resv_map pointer if mmap fails + - mm/page_alloc: correct start page when guard page debug is enabled + - mm/migrate: fix do_pages_move for compat pointers + - selftests/mm: include mman header to access MREMAP_DONTUNMAP identifier + - mm/mempolicy: fix set_mempolicy_home_node() previous VMA pointer + - hugetlbfs: extend hugetlb_vma_lock to private VMAs + - maple_tree: add GFP_KERNEL to allocations in mas_expected_entries() + - nfsd: lock_rename() needs both directories to live on the same fs + - vdpa_sim_blk: Fix the potential leak of mgmt_dev + - vdpa/mlx5: Fix double release of debugfs entry + - ARM: OMAP1: ams-delta: Fix MODEM initialization failure + - ARM: dts: rockchip: Fix i2c0 register address for RK3128 + - ARM: dts: rockchip: Add missing arm timer interrupt for RK3128 + - ARM: dts: rockchip: Add missing quirk for RK3128's dma engine + - ARM: dts: rockchip: Fix timer clocks for RK3128 + - accel/ivpu: Don't enter d0i3 during FLR + - drm/i915/pmu: Check if pmu is closed before stopping event + - drm/amd: Disable ASPM for VI w/ all Intel systems + - drm/dp_mst: Fix NULL deref in get_mst_branch_device_by_guid_helper() + - btrfs: remove v0 extent handling + - btrfs: fix unwritten extent buffer after snapshotting a new subvolume + - ARM: OMAP: timer32K: fix all kernel-doc warnings + - firmware/imx-dsp: Fix use_after_free in imx_dsp_setup_channels() + - clk: ti: Fix missing omap4 mcbsp functional clock and aliases + - clk: ti: Fix missing omap5 mcbsp functional clock and aliases + - r8169: fix the KCSAN reported data-race in rtl_tx() while reading tp->cur_tx + - r8169: fix the KCSAN reported data-race in rtl_tx while reading + TxDescArray[entry].opts1 + - r8169: fix the KCSAN reported data race in rtl_rx while reading desc->opts1 + - iavf: initialize waitqueues before starting watchdog_task + - i40e: Fix I40E_FLAG_VF_VLAN_PRUNING value + - treewide: Spelling fix in comment + - igb: Fix potential memory leak in igb_add_ethtool_nfc_entry + - net: do not leave an empty skb in write queue + - neighbour: fix various data-races + - igc: Fix ambiguity in the ethtool advertising + - net: ethernet: adi: adin1110: Fix uninitialized variable + - net: ieee802154: adf7242: Fix some potential buffer overflow in + adf7242_stats_show() + - net: usb: smsc95xx: Fix uninit-value access in smsc95xx_read_reg + - r8152: Increase USB control msg timeout to 5000ms as per spec + - r8152: Run the unload routine if we have errors during probe + - r8152: Cancel hw_phy_work if we have an error in probe + - r8152: Release firmware if we have an error in probe + - tcp: fix wrong RTO timeout when received SACK reneging + - wifi: cfg80211: pass correct pointer to rdev_inform_bss() + - wifi: cfg80211: fix assoc response warning on failed links + - wifi: mac80211: don't drop all unprotected public action frames + - net/handshake: fix file ref count in handshake_nl_accept_doit() + - gtp: uapi: fix GTPA_MAX + - gtp: fix fragmentation needed check with gso + - drm/i915/perf: Determine context valid in OA reports + - i40e: Fix wrong check for I40E_TXR_FLAGS_WB_ON_ITR + - netfilter: flowtable: GC pushes back packets to classic path + - net/sched: act_ct: additional checks for outdated flows + - drm/logicvc: Kconfig: select REGMAP and REGMAP_MMIO + - drm/i915/mcr: Hold GT forcewake during steering operations + - iavf: in iavf_down, disable queues when removing the driver + - scsi: sd: Introduce manage_shutdown device flag + - blk-throttle: check for overflow in calculate_bytes_allowed + - kasan: print the original fault addr when access invalid shadow + - iio: afe: rescale: Accept only offset channels + - iio: exynos-adc: request second interupt only when touchscreen mode is used + - iio: adc: xilinx-xadc: Don't clobber preset voltage/temperature thresholds + - iio: adc: xilinx-xadc: Correct temperature offset/scale for UltraScale + - i2c: muxes: i2c-mux-pinctrl: Use of_get_i2c_adapter_by_node() + - i2c: muxes: i2c-mux-gpmux: Use of_get_i2c_adapter_by_node() + - i2c: muxes: i2c-demux-pinctrl: Use of_get_i2c_adapter_by_node() + - i2c: stm32f7: Fix PEC handling in case of SMBUS transfers + - i2c: aspeed: Fix i2c bus hang in slave read + - tracing/kprobes: Fix symbol counting logic by looking at modules as well + - tracing/kprobes: Fix the description of variable length arguments + - misc: fastrpc: Reset metadata buffer to avoid incorrect free + - misc: fastrpc: Free DMA handles for RPC calls with no arguments + - misc: fastrpc: Clean buffers on remote invocation failures + - misc: fastrpc: Unmap only if buffer is unmapped from DSP + - nvmem: imx: correct nregs for i.MX6ULL + - nvmem: imx: correct nregs for i.MX6SLL + - nvmem: imx: correct nregs for i.MX6UL + - x86/tsc: Defer marking TSC unstable to a worker + - x86/i8259: Skip probing when ACPI/MADT advertises PCAT compatibility + - x86/cpu: Add model number for Intel Arrow Lake mobile processor + - perf/core: Fix potential NULL deref + - sparc32: fix a braino in fault handling in csum_and_copy_..._user() + - clk: Sanitize possible_parent_show to Handle Return Value of + of_clk_get_parent_name + - clk: socfpga: gate: Account for the divider in determine_rate + - clk: stm32: Fix a signedness issue in clk_stm32_composite_determine_rate() + - platform/x86: Add s2idle quirk for more Lenovo laptops + - mm/damon/sysfs: check DAMOS regions update progress from before_terminate() + - accel/ivpu/37xx: Fix missing VPUIP interrupts + - Linux 6.5.10 + * CVE-2023-6560 + - io_uring: don't allow discontig pages for IORING_SETUP_NO_MMAP + * CVE-2023-51782 + - net/rose: Fix Use-After-Free in rose_ioctl + * Mantic update: v6.5.9 upstream stable release (LP: #2049202) + - Bluetooth: hci_event: Ignore NULL link key + - Bluetooth: Reject connection with the device which has same BD_ADDR + - Bluetooth: Fix a refcnt underflow problem for hci_conn + - Bluetooth: vhci: Fix race when opening vhci device + - Bluetooth: hci_event: Fix coding style + - Bluetooth: avoid memcmp() out of bounds warning + - Bluetooth: hci_conn: Fix modifying handle while aborting + - ice: fix over-shifted variable + - ice: Fix safe mode when DDP is missing + - ice: reset first in crash dump kernels + - net/smc: return the right falback reason when prefix checks fail + - btrfs: fix stripe length calculation for non-zoned data chunk allocation + - nfc: nci: fix possible NULL pointer dereference in send_acknowledge() + - regmap: fix NULL deref on lookup + - KVM: x86: Mask LVTPC when handling a PMI + - x86/fpu: Allow caller to constrain xfeatures when copying to uabi buffer + - KVM: x86/pmu: Truncate counter value to allowed width on write + - KVM: x86: Constrain guest-supported xfeatures only at KVM_GET_XSAVE{2} + - x86: KVM: SVM: add support for Invalid IPI Vector interception + - x86: KVM: SVM: refresh AVIC inhibition in svm_leave_nested() + - tcp: check mptcp-level constraints for backlog coalescing + - mptcp: more conservative check for zero probes + - selftests: mptcp: join: no RST when rm subflow/addr + - mm: slab: Do not create kmalloc caches smaller than arch_slab_minalign() + - fs/ntfs3: Fix OOB read in ntfs_init_from_boot + - fs/ntfs3: Fix possible null-pointer dereference in hdr_find_e() + - fs/ntfs3: fix panic about slab-out-of-bounds caused by ntfs_list_ea() + - fs/ntfs3: Fix shift-out-of-bounds in ntfs_fill_super + - fs/ntfs3: fix deadlock in mark_as_free_ex + - Revert "net: wwan: iosm: enable runtime pm support for 7560" + - netfilter: nft_payload: fix wrong mac header matching + - drm/i915: Retry gtt fault when out of fence registers + - drm/mediatek: Correctly free sg_table in gem prime vmap + - drm/nouveau/disp: fix DP capable DSM connectors + - drm/edid: add 8 bpc quirk to the BenQ GW2765 + - ALSA: hda/realtek - Fixed ASUS platform headset Mic issue + - ALSA: hda/realtek: Add quirk for ASUS ROG GU603ZV + - ALSA: hda/relatek: Enable Mute LED on HP Laptop 15s-fq5xxx + - ASoC: codecs: wcd938x-sdw: fix use after free on driver unbind + - ASoC: codecs: wcd938x-sdw: fix runtime PM imbalance on probe errors + - ASoC: codecs: wcd938x: drop bogus bind error handling + - ASoC: codecs: wcd938x: fix unbind tear down order + - ASoC: codecs: wcd938x: fix resource leaks on bind errors + - ASoC: codecs: wcd938x: fix regulator leaks on probe errors + - ASoC: codecs: wcd938x: fix runtime PM imbalance on remove + - qed: fix LL2 RX buffer allocation + - xfrm: fix a data-race in xfrm_lookup_with_ifid() + - xfrm6: fix inet6_dev refcount underflow problem + - xfrm: fix a data-race in xfrm_gen_index() + - xfrm: interface: use DEV_STATS_INC() + - net: xfrm: skip policies marked as dead while reinserting policies + - fprobe: Fix to ensure the number of active retprobes is not zero + - wifi: cfg80211: use system_unbound_wq for wiphy work + - net: ipv4: fix return value check in esp_remove_trailer + - net: ipv6: fix return value check in esp_remove_trailer + - net: rfkill: gpio: prevent value glitch during probe + - tcp: fix excessive TLP and RACK timeouts from HZ rounding + - tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skb + - tcp: Fix listen() warning with v4-mapped-v6 address. + - docs: fix info about representor identification + - tun: prevent negative ifindex + - gve: Do not fully free QPL pages on prefill errors + - ipv4: fib: annotate races around nh->nh_saddr_genid and nh->nh_saddr + - net: usb: smsc95xx: Fix an error code in smsc95xx_reset() + - octeon_ep: update BQL sent bytes before ringing doorbell + - i40e: prevent crash on probe if hw registers have invalid values + - net: dsa: bcm_sf2: Fix possible memory leak in bcm_sf2_mdio_register() + - bonding: Return pointer to data after pull on skb + - net/sched: sch_hfsc: upgrade 'rt' to 'sc' when it becomes a inner curve + - neighbor: tracing: Move pin6 inside CONFIG_IPV6=y section + - selftests: openvswitch: Catch cases where the tests are killed + - selftests: openvswitch: Fix the ct_tuple for v4 + - selftests: netfilter: Run nft_audit.sh in its own netns + - netfilter: nft_set_rbtree: .deactivate fails if element has expired + - netlink: Correct offload_xstats size + - netfilter: nf_tables: do not refresh timeout when resetting element + - netfilter: nf_tables: do not remove elements if set backend implements + .abort + - netfilter: nf_tables: revert do not remove elements if set backend + implements .abort + - selftests: openvswitch: Add version check for pyroute2 + - net: phy: bcm7xxx: Add missing 16nm EPHY statistics + - net: pktgen: Fix interface flags printing + - net: more strict VIRTIO_NET_HDR_GSO_UDP_L4 validation + - net: mdio-mux: fix C45 access returning -EIO after API change + - net: avoid UAF on deleted altname + - net: fix ifname in netlink ntf during netns move + - net: check for altname conflicts when changing netdev's netns + - iio: light: vcnl4000: Don't power on/off chip in config + - pwr-mlxbf: extend Kconfig to include gpio-mlxbf3 dependency + - ARM: dts: ti: omap: Fix noisy serial with overrun-throttle-ms for mapphone + - arm64: dts: mediatek: Fix "mediatek,merge-mute" and "mediatek,merge-fifo-en" + types + - fs-writeback: do not requeue a clean inode having skipped pages + - btrfs: fix race when refilling delayed refs block reserve + - btrfs: prevent transaction block reserve underflow when starting transaction + - btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1 + - btrfs: initialize start_slot in btrfs_log_prealloc_extents + - i2c: mux: Avoid potential false error message in i2c_mux_add_adapter + - overlayfs: set ctime when setting mtime and atime + - accel/ivpu: Don't flood dmesg with VPU ready message + - gpio: timberdale: Fix potential deadlock on &tgpio->lock + - ata: libata-core: Fix compilation warning in ata_dev_config_ncq() + - ata: libata-eh: Fix compilation warning in ata_eh_link_report() + - tracing: relax trace_event_eval_update() execution with cond_resched() + - wifi: mwifiex: Sanity check tlv_len and tlv_bitmap_len + - wifi: cfg80211: validate AP phy operation before starting it + - wifi: iwlwifi: Ensure ack flag is properly cleared. + - rfkill: sync before userspace visibility/changes + - HID: logitech-hidpp: Add Bluetooth ID for the Logitech M720 Triathlon mouse + - HID: holtek: fix slab-out-of-bounds Write in holtek_kbd_input_event + - Bluetooth: btusb: add shutdown function for QCA6174 + - Bluetooth: Avoid redundant authentication + - Bluetooth: hci_core: Fix build warnings + - wifi: cfg80211: Fix 6GHz scan configuration + - wifi: mac80211: work around Cisco AP 9115 VHT MPDU length + - wifi: mac80211: allow transmitting EAPOL frames with tainted key + - wifi: cfg80211: avoid leaking stack data into trace + - regulator/core: Revert "fix kobject release warning and memory leak in + regulator_register()" + - SUNRPC: Fail quickly when server does not recognize TLS + - SUNRPC/TLS: Lock the lower_xprt during the tls handshake + - nfs: decrement nrequests counter before releasing the req + - sky2: Make sure there is at least one frag_addr available + - ipv4/fib: send notify when delete source address routes + - drm: panel-orientation-quirks: Add quirk for One Mix 2S + - btrfs: fix some -Wmaybe-uninitialized warnings in ioctl.c + - btrfs: error out when COWing block using a stale transaction + - btrfs: error when COWing block from a root that is being deleted + - btrfs: error out when reallocating block for defrag using a stale + transaction + - platform/x86: touchscreen_dmi: Add info for the BUSH Bush Windows tablet + - drm/amd/pm: add unique_id for gc 11.0.3 + - HID: multitouch: Add required quirk for Synaptics 0xcd7e device + - HID: nintendo: reinitialize USB Pro Controller after resuming from suspend + - HID: Add quirk to ignore the touchscreen battery on HP ENVY 15-eu0556ng + - platform/x86: touchscreen_dmi: Add info for the Positivo C4128B + - cpufreq: schedutil: Update next_freq when cpufreq_limits change + - Bluetooth: hci_sync: Fix not handling ISO_LINK in hci_abort_conn_sync + - Bluetooth: hci_sync: Introduce PTR_UINT/UINT_PTR macros + - Bluetooth: ISO: Fix invalid context error + - Bluetooth: hci_sync: delete CIS in BT_OPEN/CONNECT/BOUND when aborting + - Bluetooth: hci_sync: always check if connection is alive before deleting + - net/mlx5: E-switch, register event handler before arming the event + - net/mlx5: Handle fw tracer change ownership event based on MTRC + - net/mlx5e: RX, Fix page_pool allocation failure recovery for striding rq + - net/mlx5e: RX, Fix page_pool allocation failure recovery for legacy rq + - net/mlx5e: XDP, Fix XDP_REDIRECT mpwqe page fragment leaks on shutdown + - net/mlx5e: Take RTNL lock before triggering netdev notifiers + - net/mlx5e: Don't offload internal port if filter device is out device + - net/mlx5e: Fix VF representors reporting zero counters to "ip -s" command + - net/tls: split tls_rx_reader_lock + - tcp: allow again tcp_disconnect() when threads are waiting + - Bluetooth: hci_event: Fix using memcmp when comparing keys + - tcp_bpf: properly release resources on error paths + - mtd: rawnand: qcom: Unmap the right resource upon probe failure + - mtd: rawnand: pl353: Ensure program page operations are successful + - mtd: rawnand: marvell: Ensure program page operations are successful + - mtd: rawnand: arasan: Ensure program page operations are successful + - mtd: rawnand: Ensure the nand chip supports cached reads + - mtd: spinand: micron: correct bitmask for ecc status + - mtd: physmap-core: Restore map_rom fallback + - dt-bindings: mmc: sdhci-msm: correct minimum number of clocks + - mmc: sdhci-pci-gli: fix LPM negotiation so x86/S0ix SoCs can suspend + - mmc: mtk-sd: Use readl_poll_timeout_atomic in msdc_reset_hw + - mmc: core: Fix error propagation for some ioctl commands + - mmc: core: sdio: hold retuning if sdio in 1-bit mode + - pinctrl: qcom: lpass-lpi: fix concurrent register updates + - pNFS: Fix a hang in nfs4_evict_inode() + - pNFS/flexfiles: Check the layout validity in ff_layout_mirror_prepare_stats + - NFSv4.1: fixup use EXCHGID4_FLAG_USE_PNFS_DS for DS server + - ACPI: irq: Fix incorrect return value in acpi_register_gsi() + - ACPI: bus: Move acpi_arm_init() to the place of after acpi_ghes_init() + - perf dlfilter: Fix use of addr_location__exit() in dlfilter__object_code() + - fanotify: limit reporting of event with non-decodeable file handles + - NFS: Fix potential oops in nfs_inode_remove_request() + - nfs42: client needs to strip file mode's suid/sgid bit after ALLOCATE op + - nvme: sanitize metadata bounce buffer for reads + - nvme-pci: add BOGUS_NID for Intel 0a54 device + - nvme-auth: use chap->s2 to indicate bidirectional authentication + - nvmet-auth: complete a request only after freeing the dhchap pointers + - nvme-rdma: do not try to stop unallocated queues + - USB: serial: option: add Telit LE910C4-WWX 0x1035 composition + - USB: serial: option: add entry for Sierra EM9191 with new firmware + - USB: serial: option: add Fibocom to DELL custom modem FM101R-GL + - thunderbolt: Call tb_switch_put() once DisplayPort bandwidth request is + finished + - s390/pci: fix iommu bitmap allocation + - tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbols + - selftests/ftrace: Add new test case which checks non unique symbol + - KEYS: asymmetric: Fix sign/verify on pkcs1pad without a hash + - apple-gmux: Hard Code max brightness for MMIO gmux + - s390/cio: fix a memleak in css_alloc_subchannel + - platform/surface: platform_profile: Propagate error if profile registration + fails + - platform/x86: intel-uncore-freq: Conditionally create attribute for read + frequency + - platform/x86: msi-ec: Fix the 3rd config + - platform/x86: asus-wmi: Change ASUS_WMI_BRN_DOWN code from 0x20 to 0x2e + - platform/x86: asus-wmi: Only map brightness codes when using asus-wmi + backlight control + - platform/x86: asus-wmi: Map 0x2a code, Ignore 0x2b and 0x2c events + - rust: error: fix the description for `ECHILD` + - gpiolib: acpi: Add missing memset(0) to acpi_get_gpiod_from_data() + - gpio: vf610: set value before the direction to avoid a glitch + - gpio: vf610: mask the gpio irq in system suspend and support wakeup + - ASoC: cs35l56: Fix illegal use of init_completion() + - ASoC: pxa: fix a memory leak in probe() + - ASoC: cs42l42: Fix missing include of gpio/consumer.h + - drm/bridge: ti-sn65dsi86: Associate DSI device lifetime with auxiliary + device + - drm/i915/cx0: Only clear/set the Pipe Reset bit of the PHY Lanes Owned + - drm/amdgpu: Fix possible null pointer dereference + - powerpc/mm: Allow ARCH_FORCE_MAX_ORDER up to 12 + - powerpc/qspinlock: Fix stale propagated yield_cpu + - docs: Move rustdoc output, cross-reference it + - rust: docs: fix logo replacement + - phy: mapphone-mdm6600: Fix runtime disable on probe + - phy: mapphone-mdm6600: Fix runtime PM for remove + - phy: mapphone-mdm6600: Fix pinctrl_pm handling for sleep pins + - phy: qcom-qmp-usb: initialize PCS_USB registers + - phy: qcom-qmp-usb: split PCS_USB init table for sc8280xp and sa8775p + - phy: qcom-qmp-combo: Square out 8550 POWER_STATE_CONFIG1 + - phy: qcom-qmp-combo: initialize PCS_USB registers + - efi/unaccepted: Fix soft lockups caused by parallel memory acceptance + - net: move altnames together with the netdevice + - Bluetooth: hci_sock: fix slab oob read in create_monitor_event + - net: rfkill: reduce data->mtx scope in rfkill_fop_open + - docs: rust: update Rust docs output path + - kbuild: remove old Rust docs output path + - Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX name + - mptcp: avoid sending RST when closing the initial subflow + - selftests: mptcp: join: correctly check for no RST + - Linux 6.5.9 + * CVE-2023-51779 + - Bluetooth: af_bluetooth: Fix Use-After-Free in bt_sock_recvmsg + + -- Bethany Jamison Wed, 21 Feb 2024 11:49:13 -0600 + +linux-lowlatency (6.5.0-21.21.1) mantic; urgency=medium + + * mantic/linux-lowlatency: 6.5.0-21.21.1 -proposed tracker (LP: #2052278) + + [ Ubuntu: 6.5.0-21.21 ] + + * mantic/linux: 6.5.0-21.21 -proposed tracker (LP: #2052603) + * The display becomes frozen after some time when a HDMI device is connected. + (LP: #2049027) + - drm/i915/dmc: Don't enable any pipe DMC events + * partproke is broken on empty loopback device (LP: #2049689) + - block: Move checking GENHD_FL_NO_PART to bdev_add_partition() + * CVE-2023-51781 + - appletalk: Fix Use-After-Free in atalk_ioctl + * CVE-2023-51780 + - atm: Fix Use-After-Free in do_vcc_ioctl + * CVE-2023-6915 + - ida: Fix crash in ida_free when the bitmap is empty + * CVE-2024-0565 + - smb: client: fix OOB in receive_encrypted_standard() + * CVE-2024-0582 + - io_uring: enable io_mem_alloc/free to be used in other parts + - io_uring/kbuf: defer release of mapped buffer rings + * CVE-2024-0646 + - net: tls, update curr on splice as well + + -- Bethany Jamison Fri, 09 Feb 2024 12:31:37 -0600 + +linux-lowlatency (6.5.0-17.17.1) mantic; urgency=medium + + * mantic/linux-lowlatency: 6.5.0-17.17.1 -proposed tracker (LP: #2048361) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/2024.01.08) + + [ Ubuntu: 6.5.0-17.17 ] + + * mantic/linux: 6.5.0-17.17 -proposed tracker (LP: #2049026) + * [UBUNTU 23.04] Regression: Ubuntu 23.04/23.10 do not include uvdevice + anymore (LP: #2048919) + - [Config] Enable S390_UV_UAPI (built-in) + + [ Ubuntu: 6.5.0-16.16 ] + + * mantic/linux: 6.5.0-16.16 -proposed tracker (LP: #2048372) + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + - [Packaging] resync update-dkms-versions helper + - [Packaging] remove helper scripts + - [Packaging] update annotations scripts + - debian/dkms-versions -- update from kernel-versions (main/2024.01.08) + * Add missing RPL P/U CPU IDs (LP: #2047398) + - drm/i915/rpl: Update pci ids for RPL P/U + * Fix BCM57416 lost after resume (LP: #2047518) + - bnxt_en: Clear resource reservation during resume + * Hotplugging SCSI disk in QEMU VM fails (LP: #2047382) + - Revert "PCI: acpiphp: Reassign resources on bridge if necessary" + * Update bnxt_en with bug fixes and support for Broadcom 5760X network + adapters (LP: #2045796) + - bnxt_en: use dev_consume_skb_any() in bnxt_tx_int + - eth: bnxt: move and rename reset helpers + - eth: bnxt: take the bit to set as argument of bnxt_queue_sp_work() + - eth: bnxt: handle invalid Tx completions more gracefully + - eth: bnxt: fix one of the W=1 warnings about fortified memcpy() + - eth: bnxt: fix warning for define in struct_group + - bnxt_en: Fix W=1 warning in bnxt_dcb.c from fortify memcpy() + - bnxt_en: Fix W=stringop-overflow warning in bnxt_dcb.c + - bnxt_en: Use the unified RX page pool buffers for XDP and non-XDP + - bnxt_en: Let the page pool manage the DMA mapping + - bnxt_en: Increment rx_resets counter in bnxt_disable_napi() + - bnxt_en: Save ring error counters across reset + - bnxt_en: Display the ring error counters under ethtool -S + - bnxt_en: Add tx_resets ring counter + - bnxt: use the NAPI skb allocation cache + - bnxt_en: Update firmware interface to 1.10.2.171 + - bnxt_en: Enhance hwmon temperature reporting + - bnxt_en: Move hwmon functions into a dedicated file + - bnxt_en: Modify the driver to use hwmon_device_register_with_info + - bnxt_en: Expose threshold temperatures through hwmon + - bnxt_en: Use non-standard attribute to expose shutdown temperature + - bnxt_en: Event handler for Thermal event + - bnxt_en: Support QOS and TPID settings for the SRIOV VLAN + - bnxt_en: Update VNIC resource calculation for VFs + - Revert "bnxt_en: Support QOS and TPID settings for the SRIOV VLAN" + - eth: bnxt: fix backward compatibility with older devices + - bnxt_en: Do not call sleeping hwmon_notify_event() from NAPI + - bnxt_en: Fix invoking hwmon_notify_event + - bnxt_en: add infrastructure to lookup ethtool link mode + - bnxt_en: support lane configuration via ethtool + - bnxt_en: refactor speed independent ethtool modes + - bnxt_en: Refactor NRZ/PAM4 link speed related logic + - bnxt_en: convert to linkmode_set_bit() API + - bnxt_en: extend media types to supported and autoneg modes + - bnxt_en: Fix 2 stray ethtool -S counters + - bnxt_en: Put the TX producer information in the TX BD opaque field + - bnxt_en: Add completion ring pointer in TX and RX ring structures + - bnxt_en: Restructure cp_ring_arr in struct bnxt_cp_ring_info + - bnxt_en: Add completion ring pointer in TX and RX ring structures + - bnxt_en: Remove BNXT_RX_HDL and BNXT_TX_HDL + - bnxt_en: Refactor bnxt_tx_int() + - bnxt_en: New encoding for the TX opaque field + - bnxt_en: Refactor bnxt_hwrm_set_coal() + - bnxt_en: Support up to 8 TX rings per MSIX + - bnxt_en: Add helper to get the number of CP rings required for TX rings + - bnxt_en: Add macros related to TC and TX rings + - bnxt_en: Use existing MSIX vectors for all mqprio TX rings + - bnxt_en: Optimize xmit_more TX path + - bnxt_en: The caller of bnxt_alloc_ctx_mem() should always free bp->ctx + - bnxt_en: Free bp->ctx inside bnxt_free_ctx_mem() + - bnxt_en: Restructure context memory data structures + - bnxt_en: Add page info to struct bnxt_ctx_mem_type + - bnxt_en: Use the pg_info field in bnxt_ctx_mem_type struct + - bnxt_en: Add bnxt_setup_ctxm_pg_tbls() helper function + - bnxt_en: Add support for new backing store query firmware API + - bnxt_en: Add support for HWRM_FUNC_BACKING_STORE_CFG_V2 firmware calls + - bnxt_en: Add db_ring_mask and related macro to bnxt_db_info struct. + - bnxt_en: Modify TX ring indexing logic. + - bnxt_en: Modify RX ring indexing logic. + - bnxt_en: Modify the NAPI logic for the new P7 chips + - bnxt_en: Rename some macros for the P5 chips + - bnxt_en: Fix backing store V2 logic + - bnxt_en: Update firmware interface to 1.10.3.15 + - bnxt_en: Define basic P7 macros + - bnxt_en: Consolidate DB offset calculation + - bnxt_en: Implement the new toggle bit doorbell mechanism on P7 chips + - bnxt_en: Refactor RSS capability fields + - bnxt_en: Add new P7 hardware interface definitions + - bnxt_en: Refactor RX VLAN acceleration logic. + - bnxt_en: Refactor and refine bnxt_tpa_start() and bnxt_tpa_end(). + - bnxt_en: Add support for new RX and TPA_START completion types for P7 + - bnxt_en: Refactor ethtool speeds logic + - bnxt_en: Support new firmware link parameters + - bnxt_en: Support force speed using the new HWRM fields + - bnxt_en: Report the new ethtool link modes in the new firmware interface + - bnxt_en: Add 5760X (P7) PCI IDs + - net: bnxt: fix a potential use-after-free in bnxt_init_tc + * drm: Update file owner during use (LP: #2047461) + - drm: Update file owner during use + * CVE-2023-6622 + - netfilter: nf_tables: bail out on mismatching dynset and set expressions + * CVE-2024-0193 + - netfilter: nf_tables: skip set commit for deleted/destroyed sets + * Support Cirrus CS35L41 codec on Dell Oasis 13/14/16 laptops (LP: #2044096) + - ALSA: hda/realtek: Add support dual speaker for Dell + * Add support of MTL audio of Lenovo (LP: #2048078) + - ALSA: hda: intel-nhlt: Ignore vbps when looking for DMIC 32 bps format + * Fix AMDGPU crash on 6.5 kernel (LP: #2047389) + - drm/amdgpu: disable MCBP by default + * Some machines can't pass the pm-graph test (LP: #2046217) + - wifi: iwlwifi: pcie: rescan bus if no parent + * Sound: Add rtl quirk of M90-Gen5 (LP: #2046105) + - ALSA: hda/realtek: Enable headset on Lenovo M90 Gen5 + * linux tools packages for derived kernels refuse to install simultaneously + due to libcpupower name collision (LP: #2035971) + - [Packaging] Statically link libcpupower into cpupower tool + * [Debian] autoreconstruct - Do not generate chmod -x for deleted files + (LP: #2045562) + - [Debian] autoreconstruct - Do not generate chmod -x for deleted files + * CVE-2023-6931 + - perf: Fix perf_event_validate_size() + - perf: Fix perf_event_validate_size() lockdep splat + * Mantic update: v6.5.8 upstream stable release (LP: #2046269) + - net: stmmac: remove unneeded stmmac_poll_controller + - RDMA/cxgb4: Check skb value for failure to allocate + - perf/arm-cmn: Fix the unhandled overflow status of counter 4 to 7 + - platform/x86: think-lmi: Fix reference leak + - drm/i915: Register engines early to avoid type confusion + - cpuidle, ACPI: Evaluate LPI arch_flags for broadcast timer + - drm/amdgpu: Fix a memory leak + - platform/x86: hp-wmi:: Mark driver struct with __refdata to prevent section + mismatch warning + - media: dt-bindings: imx7-csi: Make power-domains not required for imx8mq + - drm/amd/display: implement pipe type definition and adding accessors + - drm/amd/display: apply edge-case DISPCLK WDIVIDER changes to master OTG + pipes only + - scsi: Do not rescan devices with a suspended queue + - ata: pata_parport: fix pata_parport_devchk + - ata: pata_parport: implement set_devctl + - HID: logitech-hidpp: Fix kernel crash on receiver USB disconnect + - quota: Fix slow quotaoff + - dm crypt: Fix reqsize in crypt_iv_eboiv_gen + - ASoC: amd: yc: Fix non-functional mic on Lenovo 82YM + - ASoC: hdmi-codec: Fix broken channel map reporting + - ata: libata-scsi: Disable scsi device manage_system_start_stop + - net: prevent address rewrite in kernel_bind() + - arm64: dts: qcom: sm8150: extend the size of the PDC resource + - dt-bindings: interrupt-controller: renesas,rzg2l-irqc: Update description + for '#interrupt-cells' property + - irqchip: renesas-rzg2l: Fix logic to clear TINT interrupt source + - KEYS: trusted: Remove redundant static calls usage + - ALSA: usb-audio: Fix microphone sound on Opencomm2 Headset + - ALSA: usb-audio: Fix microphone sound on Nexigo webcam. + - ALSA: hda: cs35l41: Cleanup and fix double free in firmware request + - ALSA: hda/realtek: Change model for Intel RVP board + - ASoC: SOF: amd: fix for firmware reload failure after playback + - ASoC: simple-card-utils: fixup simple_util_startup() error handling + - ASoC: Intel: soc-acpi: fix Dell SKU 0B34 + - ASoC: Intel: soc-acpi: Add entry for HDMI_In capture support in MTL match + table + - ASoC: fsl_sai: Don't disable bitclock for i.MX8MP + - ASoC: Intel: sof_sdw: add support for SKU 0B14 + - ASoC: Intel: soc-acpi: Add entry for sof_es8336 in MTL match table. + - ALSA: hda/realtek - ALC287 merge RTK codec with CS CS35L41 AMP + - ALSA: hda/realtek: Add quirk for HP Victus 16-d1xxx to enable mute LED + - ALSA: hda/realtek: Add quirk for mute LEDs on HP ENVY x360 15-eu0xxx + - pinctrl: nuvoton: wpcm450: fix out of bounds write + - pinctrl: starfive: jh7110: Fix failure to set irq after CONFIG_PM is enabled + - drm/msm/dp: do not reinitialize phy unless retry during link training + - drm/msm/dsi: skip the wait for video mode done if not applicable + - drm/msm/dsi: fix irq_of_parse_and_map() error checking + - drm/msm/dpu: change _dpu_plane_calc_bw() to use u64 to avoid overflow + - drm/msm/dp: Add newlines to debug printks + - drm/msm/dpu: fail dpu_plane_atomic_check() based on mdp clk limits + - phy: lynx-28g: cancel the CDR check work item on the remove path + - phy: lynx-28g: lock PHY while performing CDR lock workaround + - phy: lynx-28g: serialize concurrent phy_set_mode_ext() calls to shared + registers + - net: dsa: qca8k: fix regmap bulk read/write methods on big endian systems + - net: dsa: qca8k: fix potential MDIO bus conflict when accessing internal + PHYs via management frames + - can: isotp: isotp_sendmsg(): fix TX state detection and wait behavior + - can: sun4i_can: Only show Kconfig if ARCH_SUNXI is set + - arm64: dts: mediatek: fix t-phy unit name + - arm64: dts: mediatek: mt8195: Set DSU PMU status to fail + - devlink: Hold devlink lock on health reporter dump get + - ravb: Fix up dma_free_coherent() call in ravb_remove() + - ravb: Fix use-after-free issue in ravb_tx_timeout_work() + - ieee802154: ca8210: Fix a potential UAF in ca8210_probe + - mlxsw: fix mlxsw_sp2_nve_vxlan_learning_set() return type + - xen-netback: use default TX queue size for vifs + - riscv, bpf: Sign-extend return values + - riscv, bpf: Track both a0 (RISC-V ABI) and a5 (BPF) return values + - xdp: Fix zero-size allocation warning in xskq_create() + - drm/vmwgfx: fix typo of sizeof argument + - bpf: Fix verifier log for async callback return values + - net: refine debug info in skb_checksum_help() + - octeontx2-pf: mcs: update PN only when update_pn is true + - net: macsec: indicate next pn update when offloading + - net: phy: mscc: macsec: reject PN update requests + - net/mlx5e: macsec: use update_pn flag instead of PN comparation + - drm/panel: boe-tv101wum-nl6: Completely pull GPW to VGL before TP term + - ixgbe: fix crash with empty VF macvlan list + - net/smc: Fix dependency of SMC on ISM + - net/mlx5e: Again mutually exclude RX-FCS and RX-port-timestamp + - s390/bpf: Fix clobbering the caller's backchain in the trampoline + - s390/bpf: Fix unwinding past the trampoline + - net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn() + - net: tcp: fix crashes trying to free half-baked MTU probes + - pinctrl: renesas: rzn1: Enable missing PINMUX + - af_packet: Fix fortified memcpy() without flex array. + - nfc: nci: assert requested protocol is valid + - octeontx2-pf: Fix page pool frag allocation warning + - rswitch: Fix renesas_eth_sw_remove() implementation + - rswitch: Fix imbalance phy_power_off() calling + - workqueue: Override implicit ordered attribute in + workqueue_apply_unbound_cpumask() + - riscv: signal: fix sigaltstack frame size checking + - ovl: temporarily disable appending lowedirs + - dmaengine: stm32-mdma: abort resume if no ongoing transfer + - dmaengine: stm32-dma: fix stm32_dma_prep_slave_sg in case of MDMA chaining + - dmaengine: stm32-dma: fix residue in case of MDMA chaining + - dmaengine: stm32-mdma: use Link Address Register to compute residue + - dmaengine: stm32-mdma: set in_flight_bytes in case CRQA flag is set + - usb: xhci: xhci-ring: Use sysdev for mapping bounce buffer + - xhci: track port suspend state correctly in unsuccessful resume cases + - xhci: Clear EHB bit only at end of interrupt handler + - xhci: Preserve RsvdP bits in ERSTBA register correctly + - net: usb: dm9601: fix uninitialized variable use in dm9601_mdio_read + - usb: dwc3: Soft reset phy on probe for host + - usb: cdns3: Modify the return value of cdns_set_active () to void when + CONFIG_PM_SLEEP is disabled + - usb: hub: Guard against accesses to uninitialized BOS descriptors + - usb: musb: Get the musb_qh poniter after musb_giveback + - usb: musb: Modify the "HWVers" register address + - iio: pressure: bmp280: Fix NULL pointer exception + - iio: imu: bno055: Fix missing Kconfig dependencies + - iio: cros_ec: fix an use-after-free in cros_ec_sensors_push_data() + - iio: adc: imx8qxp: Fix address for command buffer registers + - iio: dac: ad3552r: Correct device IDs + - iio: admv1013: add mixer_vgate corner cases + - iio: pressure: dps310: Adjust Timeout Settings + - iio: pressure: ms5611: ms5611_prom_is_valid false negative bug + - iio: adc: ad7192: Correct reference voltage + - iio: addac: Kconfig: update ad74413r selections + - media: subdev: Don't report V4L2_SUBDEV_CAP_STREAMS when the streams API is + disabled + - arm64: dts: mediatek: mt8195-demo: fix the memory size to 8GB + - arm64: dts: mediatek: mt8195-demo: update and reorder reserved memory + regions + - drm: Do not overrun array in drm_gem_get_pages() + - drm/tiny: correctly print `struct resource *` on error + - drm/atomic-helper: relax unregistered connector check + - drm/amdgpu: add missing NULL check + - drm/amd/display: Don't set dpms_off for seamless boot + - ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CBA + - ACPI: resource: Add TongFang GM6BGEQ, GM6BG5Q and GM6BG0Q to + irq1_edge_low_force_override[] + - ACPI: EC: Add quirk for the HP Pavilion Gaming 15-dk1xxx + - serial: Reduce spinlocked portion of uart_rs485_config() + - serial: 8250_omap: Fix errors with no_console_suspend + - serial: core: Fix checks for tx runtime PM state + - binder: fix memory leaks of spam and pending work + - ksmbd: not allow to open file if delelete on close bit is set + - perf/x86/lbr: Filter vsyscall addresses + - x86/cpu: Fix AMD erratum #1485 on Zen4-based CPUs + - x86/alternatives: Disable KASAN in apply_alternatives() + - mcb: remove is_added flag from mcb_device struct + - thunderbolt: Workaround an IOMMU fault on certain systems with Intel Maple + Ridge + - thunderbolt: Check that lane 1 is in CL0 before enabling lane bonding + - thunderbolt: Correct TMU mode initialization from hardware + - thunderbolt: Restart XDomain discovery handshake after failure + - powerpc/pseries: Fix STK_PARAM access in the hcall tracing code + - powerpc/47x: Fix 47x syscall return crash + - libceph: use kernel_connect() + - ceph: fix incorrect revoked caps assert in ceph_fill_file_size() + - ceph: fix type promotion bug on 32bit systems + - Input: powermate - fix use-after-free in powermate_config_complete + - Input: psmouse - fix fast_reconnect function for PS/2 mode + - Input: xpad - add PXN V900 support + - Input: i8042 - add Fujitsu Lifebook E5411 to i8042 quirk table + - Input: xpad - add HyperX Clutch Gladiate Support + - Input: goodix - ensure int GPIO is in input for gpio_count == 1 && + gpio_int_idx == 0 case + - tee: amdtee: fix use-after-free vulnerability in amdtee_close_session + - mctp: perform route lookups under a RCU read-side lock + - block: Don't invalidate pagecache for invalid falloc modes + - nfp: flower: avoid rmmod nfp crash issues + - can: sja1000: Always restart the Tx queue after an overrun + - power: supply: qcom_battmgr: fix battery_id type + - power: supply: qcom_battmgr: fix enable request endianness + - usb: typec: ucsi: Use GET_CAPABILITY attributes data to set power supply + scope + - cgroup: Remove duplicates in cgroup v1 tasks file + - dma-buf: add dma_fence_timestamp helper + - scsi: ufs: core: Correct clear TM error log + - riscv: Only consider swbp/ss handlers for correct privileged mode + - counter: chrdev: fix getting array extensions + - counter: microchip-tcb-capture: Fix the use of internal GCLK logic + - coresight: Fix run time warnings while reusing ETR buffer + - riscv: Remove duplicate objcopy flag + - RISC-V: Fix wrong use of CONFIG_HAVE_SOFTIRQ_ON_OWN_STACK + - usb: typec: ucsi: Fix missing link removal + - usb: typec: altmodes/displayport: Signal hpd low when exiting mode + - usb: typec: ucsi: Clear EVENT_PENDING bit if ucsi_send_command fails + - usb: gadget: udc-xilinx: replace memcpy with memcpy_toio + - usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap call + - usb: cdnsp: Fixes issue with dequeuing not queued requests + - usb: typec: qcom: Update the logic of regulator enable and disable + - usb: misc: onboard_hub: add support for Microchip USB2412 USB 2.0 hub + - dmaengine: idxd: use spin_lock_irqsave before wait_event_lock_irq + - dmaengine: mediatek: Fix deadlock caused by synchronize_irq() + - powerpc/8xx: Fix pte_access_permitted() for PAGE_NONE + - powerpc/64e: Fix wrong test in __ptep_test_and_clear_young() + - fs: Fix kernel-doc warnings + - fs: factor out vfs_parse_monolithic_sep() helper + - ovl: fix regression in parsing of mount options with escaped comma + - ovl: make use of ->layers safe in rcu pathwalk + - ovl: fix regression in showing lowerdir mount option + - ALSA: hda/realtek - Fixed two speaker platform + - Linux 6.5.8 + * Mantic update: v6.5.7 upstream stable release (LP: #2045806) + - ASoC: soc-utils: Export snd_soc_dai_is_dummy() symbol + - ASoC: tegra: Fix redundant PLLA and PLLA_OUT0 updates + - maple_tree: add mas_is_active() to detect in-tree walks + - mptcp: Remove unnecessary test for __mptcp_init_sock() + - mptcp: rename timer related helper to less confusing names + - mptcp: fix dangling connection hang-up + - scsi: core: Improve type safety of scsi_rescan_device() + - scsi: Do not attempt to rescan suspended devices + - ata: libata-scsi: Fix delayed scsi_rescan_device() execution + - btrfs: remove btrfs_writepage_endio_finish_ordered + - btrfs: remove end_extent_writepage + - btrfs: don't clear uptodate on write errors + - arm64: add HWCAP for FEAT_HBC (hinted conditional branches) + - arm64: cpufeature: Fix CLRBHB and BC detection + - net: add sysctl accept_ra_min_rtr_lft + - net: change accept_ra_min_rtr_lft to affect all RA lifetimes + - net: release reference to inet6_dev pointer + - iommu/arm-smmu-v3: Avoid constructing invalid range commands + - maple_tree: reduce resets during store setup + - maple_tree: add MAS_UNDERFLOW and MAS_OVERFLOW states + - iommu/apple-dart: Handle DMA_FQ domains in attach_dev() + - scsi: zfcp: Fix a double put in zfcp_port_enqueue() + - iommu/vt-d: Avoid memory allocation in iommu_suspend() + - net: mana: Fix TX CQE error handling + - net: ethernet: mediatek: disable irq before schedule napi + - mptcp: fix delegated action races + - mptcp: userspace pm allow creating id 0 subflow + - qed/red_ll2: Fix undefined behavior bug in struct qed_ll2_info + - Bluetooth: hci_codec: Fix leaking content of local_codecs + - wifi: brcmfmac: Replace 1-element arrays with flexible arrays + - Bluetooth: hci_sync: Fix handling of HCI_QUIRK_STRICT_DUPLICATE_FILTER + - wifi: rtw88: rtw8723d: Fix MAC address offset in EEPROM + - wifi: mwifiex: Fix tlv_buf_left calculation + - md/raid5: release batch_last before waiting for another stripe_head + - PCI/PM: Mark devices disconnected if upstream PCIe link is down on resume + - PCI: qcom: Fix IPQ8074 enumeration + - platform/x86/intel/ifs: release cpus_read_lock() + - net: replace calls to sock->ops->connect() with kernel_connect() + - btrfs: always print transaction aborted messages with an error level + - net: prevent rewrite of msg_name in sock_sendmsg() + - drm/i915: Don't set PIPE_CONTROL_FLUSH_L3 for aux inval + - drm/amd: Fix detection of _PR3 on the PCIe root port + - drm/amd: Fix logic error in sienna_cichlid_update_pcie_parameters() + - arm64: Add Cortex-A520 CPU part definition + - [Config] updateconfigs for ARM64_ERRATUM_2966298 + - arm64: errata: Add Cortex-A520 speculative unprivileged load workaround + - HID: sony: Fix a potential memory leak in sony_probe() + - wifi: mt76: fix lock dependency problem for wed_lock + - ubi: Refuse attaching if mtd's erasesize is 0 + - erofs: fix memory leak of LZMA global compressed deduplication + - wifi: cfg80211/mac80211: hold link BSSes when assoc fails for MLO connection + - iwlwifi: mvm: handle PS changes in vif_cfg_changed + - wifi: iwlwifi: dbg_ini: fix structure packing + - wifi: iwlwifi: mvm: Fix a memory corruption issue + - wifi: cfg80211: fix cqm_config access race + - rtla/timerlat_aa: Zero thread sum after every sample analysis + - rtla/timerlat_aa: Fix negative IRQ delay + - rtla/timerlat_aa: Fix previous IRQ delay for IRQs that happens after thread + sample + - wifi: cfg80211: add missing kernel-doc for cqm_rssi_work + - wifi: mac80211: fix mesh id corruption on 32 bit systems + - wifi: mwifiex: Fix oob check condition in mwifiex_process_rx_packet + - HID: nvidia-shield: add LEDS_CLASS dependency + - erofs: allow empty device tags in flatdev mode + - s390/bpf: Let arch_prepare_bpf_trampoline return program size + - leds: Drop BUG_ON check for LED_COLOR_ID_MULTI + - bpf: Fix tr dereferencing + - bpf: unconditionally reset backtrack_state masks on global func exit + - regulator: mt6358: split ops for buck and linear range LDO regulators + - Bluetooth: Delete unused hci_req_prepare_suspend() declaration + - Bluetooth: Fix hci_link_tx_to RCU lock usage + - Bluetooth: ISO: Fix handling of listen for unicast + - drivers/net: process the result of hdlc_open() and add call of hdlc_close() + in uhdlc_close() + - wifi: mt76: mt76x02: fix MT76x0 external LNA gain handling + - perf/x86/amd/core: Fix overflow reset on hotplug + - rtla/timerlat: Do not stop user-space if a cpu is offline + - regmap: rbtree: Fix wrong register marked as in-cache when creating new node + - wifi: mac80211: fix potential key use-after-free + - perf/x86/amd: Do not WARN() on every IRQ + - iommu/mediatek: Fix share pgtable for iova over 4GB + - wifi: mac80211: Create resources for disabled links + - regulator/core: regulator_register: set device->class earlier + - ima: Finish deprecation of IMA_TRUSTED_KEYRING Kconfig + - [Config] updateconfigs for IMA_BLACKLIST_KEYRING + - wifi: iwlwifi: mvm: Fix incorrect usage of scan API + - scsi: target: core: Fix deadlock due to recursive locking + - ima: rework CONFIG_IMA dependency block + - NFSv4: Fix a nfs4_state_manager() race + - ice: always add legacy 32byte RXDID in supported_rxdids + - bpf: tcp_read_skb needs to pop skb regardless of seq + - bpf, sockmap: Do not inc copied_seq when PEEK flag set + - bpf, sockmap: Reject sk_msg egress redirects to non-TCP sockets + - modpost: add missing else to the "of" check + - net: stmmac: platform: fix the incorrect parameter + - net: fix possible store tearing in neigh_periodic_work() + - neighbour: fix data-races around n->output + - ipv4, ipv6: Fix handling of transhdrlen in __ip{,6}_append_data() + - ptp: ocp: Fix error handling in ptp_ocp_device_init + - net: dsa: mv88e6xxx: Avoid EEPROM timeout when EEPROM is absent + - ovl: move freeing ovl_entry past rcu delay + - ovl: fetch inode once in ovl_dentry_revalidate_common() + - ipv6: tcp: add a missing nf_reset_ct() in 3WHS handling + - net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_reg + - ethtool: plca: fix plca enable data type while parsing the value + - net: nfc: llcp: Add lock when modifying device list + - net: renesas: rswitch: Add spin lock protection for irq {un}mask + - rswitch: Fix PHY station management clock setting + - net: ethernet: ti: am65-cpsw: Fix error code in + am65_cpsw_nuss_init_tx_chns() + - ibmveth: Remove condition to recompute TCP header checksum. + - netfilter: nft_payload: rebuild vlan header on h_proto access + - netfilter: handle the connecting collision properly in + nf_conntrack_proto_sctp + - selftests: netfilter: Test nf_tables audit logging + - selftests: netfilter: Extend nft_audit.sh + - netfilter: nf_tables: Deduplicate nft_register_obj audit logs + - netfilter: nf_tables: nft_set_rbtree: fix spurious insertion failure + - ipv4: Set offload_failed flag in fibmatch results + - net: stmmac: dwmac-stm32: fix resume on STM32 MCU + - tipc: fix a potential deadlock on &tx->lock + - tcp: fix quick-ack counting to count actual ACKs of new data + - tcp: fix delayed ACKs for MSS boundary condition + - sctp: update transport state when processing a dupcook packet + - sctp: update hb timer immediately after users change hb_interval + - netlink: annotate data-races around sk->sk_err + - net: mana: Fix the tso_bytes calculation + - net: mana: Fix oversized sge0 for GSO packets + - HID: nvidia-shield: Fix a missing led_classdev_unregister() in the probe + error handling path + - HID: sony: remove duplicate NULL check before calling usb_free_urb() + - HID: intel-ish-hid: ipc: Disable and reenable ACPI GPE bit + - net: lan743x: also select PHYLIB + - parisc: Restore __ldcw_align for PA-RISC 2.0 processors + - smb: use kernel_connect() and kernel_bind() + - parisc: Fix crash with nr_cpus=1 option + - dm zoned: free dmz->ddev array in dmz_put_zoned_devices + - RDMA/core: Require admin capabilities to set system parameters + - of: dynamic: Fix potential memory leak in of_changeset_action() + - IB/mlx4: Fix the size of a buffer in add_port_entries() + - gpio: aspeed: fix the GPIO number passed to pinctrl_gpio_set_config() + - gpio: pxa: disable pinctrl calls for MMP_GPIO + - RDMA/cma: Initialize ib_sa_multicast structure to 0 when join + - RDMA/cma: Fix truncation compilation warning in make_cma_ports + - RDMA/bnxt_re: Fix the handling of control path response data + - RDMA/uverbs: Fix typo of sizeof argument + - RDMA/srp: Do not call scsi_done() from srp_abort() + - RDMA/siw: Fix connection failure handling + - RDMA/mlx5: Fix mkey cache possible deadlock on cleanup + - RDMA/mlx5: Fix assigning access flags to cache mkeys + - RDMA/mlx5: Fix mutex unlocking on error flow for steering anchor creation + - RDMA/mlx5: Fix NULL string error + - x86/sev: Change npages to unsigned long in snp_accept_memory() + - x86/sev: Use the GHCB protocol when available for SNP CPUID requests + - ksmbd: fix race condition between session lookup and expire + - ksmbd: fix uaf in smb20_oplock_break_ack + - ksmbd: fix race condition from parallel smb2 lock requests + - RDMA/mlx5: Remove not-used cache disable flag + - Linux 6.5.7 + * Mantic update: v6.5.7 upstream stable release (LP: #2045806) // + CVE-2023-34324 + - xen/events: replace evtchn_rwlock with RCU + * CVE-2023-6932 + - ipv4: igmp: fix refcnt uaf issue when receiving igmp query packet + * CVE-2023-6531 + - io_uring/af_unix: disable sending io_uring over sockets + * CVE-2023-6606 + - smb: client: fix OOB in smbCalcSize() + * CVE-2023-6817 + - netfilter: nft_set_pipapo: skip inactive elements during set walk + * Avoid using damage rectangle under hardware rotation mode when PSR is + enabled (LP: #2045958) + - drm/amd/display: fix hw rotated modes when PSR-SU is enabled + * CVE-2023-46813 + - x86/sev: Disable MMIO emulation from user mode + - x86/sev: Check IOBM for IOIO exceptions from user-space + - x86/sev: Check for user-space IOIO pointing to kernel space + * CVE-2023-6111 + - netfilter: nf_tables: remove catchall element in GC sync path + * CVE-2023-5972 + - nf_tables: fix NULL pointer dereference in nft_inner_init() + - nf_tables: fix NULL pointer dereference in nft_expr_inner_parse() + * Orchid Bay MLK2/Maya Bay MLK soundwire support (LP: #2042090) + - ASoC: Intel: soc-acpi-intel-mtl-match: add rt713 rt1316 config + - ASoC: Intel: sof_sdw_rt_sdca_jack_common: add rt713 support + - ASoC: Intel: sof_sdw_rt712_sdca: construct cards->components by name_prefix + - ASoC: Intel: soc-acpi: rt713+rt1316, no sdw-dmic config + * Build failure if run in a console (LP: #2044512) + - [Packaging] Fix kernel module compression failures + * Fix system suspend problem for Cirrus CS35L41 HDA codec on HP ZBook Fury 16 + G9 (LP: #2042060) + - ALSA: hda: cs35l41: Override the _DSD for HP Zbook Fury 17 G9 to correct + boost type + - ALSA: hda: cs35l41: Use reset label to get GPIO for HP Zbook Fury 17 G9 + - ALSA: hda: cs35l41: Assert reset before system suspend + - ALSA: hda: cs35l41: Assert Reset prior to de-asserting in probe and system + resume + - ALSA: hda: cs35l41: Run boot process during resume callbacks + - ALSA: hda: cs35l41: Force a software reset after hardware reset + - ALSA: hda: cs35l41: Do not unload firmware before reset in system suspend + - ALSA: hda: cs35l41: Check CSPL state after loading firmware + - ASoC: cs35l41: Detect CSPL errors when sending CSPL commands + * Support speaker mute hotkey for Cirrus CS35L41 HDA codec (LP: #2039151) + - ALSA: hda: cs35l41: Support systems with missing _DSD properties + - ALSA: hda: cs35l41: Fix the loop check in cs35l41_add_dsd_properties + - ALSA: hda: cs35l41: Add notification support into component binding + - ALSA: hda/realtek: Support ACPI Notification framework via component binding + - ALSA: hda: cs35l41: Support mute notifications for CS35L41 HDA + - ALSA: hda: cs35l41: Add read-only ALSA control for forced mute + * Add SoF topology support on Intel RaptorLake DELL SKU 0C11 (LP: #2038263) + - ASoC: Intel: soc-acpi-intel-rpl-match: add rt711-l0-rt1316-l12 support + * Update io_uring to 6.6 (LP: #2043730) + - fs: create kiocb_{start,end}_write() helpers + - fs: add IOCB flags related to passing back dio completions + - io_uring/poll: always set 'ctx' in io_cancel_data + - io_uring/timeout: always set 'ctx' in io_cancel_data + - io_uring/cancel: abstract out request match helper + - io_uring/cancel: fix sequence matching for IORING_ASYNC_CANCEL_ANY + - io_uring: use cancelation match helper for poll and timeout requests + - io_uring/cancel: add IORING_ASYNC_CANCEL_USERDATA + - io_uring/cancel: support opcode based lookup and cancelation + - io_uring/cancel: wire up IORING_ASYNC_CANCEL_OP for sync cancel + - io_uring/rw: add write support for IOCB_DIO_CALLER_COMP + - io_uring: Add io_uring command support for sockets + - io_uring/rsrc: Remove unused declaration io_rsrc_put_tw() + - io_uring: cleanup 'ret' handling in io_iopoll_check() + - io_uring/fdinfo: get rid of ref tryget + - io_uring/splice: use fput() directly + - io_uring: have io_file_put() take an io_kiocb rather than the file + - io_uring: remove unnecessary forward declaration + - io_uring/io-wq: don't grab wq->lock for worker activation + - io_uring/io-wq: reduce frequency of acct->lock acquisitions + - io_uring/io-wq: don't gate worker wake up success on wake_up_process() + - io_uring: open code io_fill_cqe_req() + - io_uring: remove return from io_req_cqe_overflow() + - io_uring: never overflow io_aux_cqe + - io_uring/rsrc: keep one global dummy_ubuf + - io_uring: simplify io_run_task_work_sig return + - io_uring/rsrc: Annotate struct io_mapped_ubuf with __counted_by + - io_uring: rename kiocb_end_write() local helper + - io_uring: use kiocb_{start,end}_write() helpers + - io_uring: stop calling free_compound_page() + - io_uring: improve cqe !tracing hot path + - io_uring: cqe init hardening + - io_uring: simplify big_cqe handling + - io_uring: refactor __io_get_cqe() + - io_uring: optimise extra io_get_cqe null check + - io_uring: reorder cqring_flush and wakeups + - io_uring: merge iopoll and normal completion paths + - io_uring: force inline io_fill_cqe_req + - io_uring: compact SQ/CQ heads/tails + - io_uring: add option to remove SQ indirection + - io_uring: move non aligned field to the end + - io_uring: banish non-hot data to end of io_ring_ctx + - io_uring: separate task_work/waiting cache line + - io_uring: move multishot cqe cache in ctx + - io_uring: move iopoll ctx fields around + - io_uring: fix IO hang in io_wq_put_and_exit from do_exit() + - io_uring/fdinfo: only print ->sq_array[] if it's there + - io_uring: fix unprotected iopoll overflow + - Revert "io_uring: fix IO hang in io_wq_put_and_exit from do_exit()" + - io_uring/kbuf: don't allow registered buffer rings on highmem pages + - io_uring: ensure io_lockdep_assert_cq_locked() handles disabled rings + - io_uring: don't allow IORING_SETUP_NO_MMAP rings on highmem pages + - io-wq: fully initialize wqe before calling + cpuhp_state_add_instance_nocalls() + - io_uring: fix crash with IORING_SETUP_NO_MMAP and invalid SQ ring address + - io_uring/fdinfo: lock SQ thread while retrieving thread cpu/pid + - io_uring/rw: disable IOCB_DIO_CALLER_COMP + - io_uring: kiocb_done() should *not* trust ->ki_pos if ->{read,write}_iter() + failed + * System hang after unplug/plug DP monitor with AMD W7500 card (LP: #2042912) + - drm/amd/pm: Fix error of MACO flag setting code + * correct cephfs pull request for uidmap support (LP: #2041613) + - Revert "UBUNTU: SAUCE: ceph: BUG if MDS changed truncate_seq with client + caps still outstanding" + - Revert "UBUNTU: SAUCE: ceph: make sure all the files successfully put before + unmounting" + - Revert "UBUNTU: SAUCE: mm: BUG if filemap_alloc_folio gives us a folio with + a non-NULL ->private" + - Revert "UBUNTU: SAUCE: ceph: dump info about cap flushes when we're waiting + too long for them" + - Revert "UBUNTU: SAUCE: rbd: bump RBD_MAX_PARENT_CHAIN_LEN to 128" + * RTL8111EPP: Fix the network lost after resume with DASH (LP: #2043786) + - r8169: add handling DASH when DASH is disabled + - r8169: fix network lost after resume on DASH systems + * kernel BUG: io_uring openat triggers audit reference count underflow + (LP: #2043841) + - audit, io_uring: io_uring openat triggers audit reference count underflow + * Fix ADL: System enabled AHCI can't get into s0ix when attached ODD + (LP: #2037493) + - ata: ahci: Add Intel Alder Lake-P AHCI controller to low power chipsets list + * [UBUNTU 23.04] Kernel config option missing for s390x PCI passthrough + (LP: #2042853) + - [Config] CONFIG_VFIO_PCI_ZDEV_KVM=y + * Azure: Fix Azure vendor ID (LP: #2036600) + - SAUCE: (no-up) hv: Fix supply vendor ID + * Mantic update: v6.5.6 upstream stable release (LP: #2044174) + - NFS: Fix error handling for O_DIRECT write scheduling + - NFS: Fix O_DIRECT locking issues + - NFS: More O_DIRECT accounting fixes for error paths + - NFS: Use the correct commit info in nfs_join_page_group() + - NFS: More fixes for nfs_direct_write_reschedule_io() + - NFS/pNFS: Report EINVAL errors from connect() to the server + - SUNRPC: Mark the cred for revalidation if the server rejects it + - NFSv4.1: use EXCHGID4_FLAG_USE_PNFS_DS for DS server + - NFSv4.1: fix pnfs MDS=DS session trunking + - media: v4l: Use correct dependency for camera sensor drivers + - media: via: Use correct dependency for camera sensor drivers + - gfs2: Fix another freeze/thaw hang + - netfs: Only call folio_start_fscache() one time for each folio + - btrfs: improve error message after failure to add delayed dir index item + - btrfs: remove BUG() after failure to insert delayed dir index item + - ext4: replace the traditional ternary conditional operator with with + max()/min() + - ext4: move setting of trimmed bit into ext4_try_to_trim_range() + - ext4: do not let fstrim block system suspend + - netfilter: nft_set_rbtree: use read spinlock to avoid datapath contention + - netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync() in catchall GC + - netfilter: nft_set_pipapo: stop GC iteration if GC transaction allocation + fails + - netfilter: nft_set_hash: try later when GC hits EAGAIN on iteration + - netfilter: nf_tables: fix memleak when more than 255 elements expired + - ASoC: meson: spdifin: start hw on dai probe + - netfilter: nf_tables: disallow element removal on anonymous sets + - bpf: Avoid deadlock when using queue and stack maps from NMI + - bpf: Avoid dummy bpf_offload_netdev in __bpf_prog_dev_bound_init + - ALSA: docs: Fix a typo of midi2_ump_probe option for snd-usb-audio + - ALSA: seq: Avoid delivery of events for disabled UMP groups + - ASoC: rt5640: Revert "Fix sleep in atomic context" + - ASoC: rt5640: Fix sleep in atomic context + - ASoC: rt5640: fix typos + - ASoC: rt5640: Do not disable/enable IRQ twice on suspend/resume + - ASoC: rt5640: Enable the IRQ on resume after configuring jack-detect + - ASoC: rt5640: Fix IRQ not being free-ed for HDA jack detect mode + - bpf: Fix a erroneous check after snprintf() + - selftests/bpf: fix unpriv_disabled check in test_verifier + - ALSA: hda/realtek: Splitting the UX3402 into two separate models + - netfilter: conntrack: fix extension size table + - netfilter: nf_tables: Fix entries val in rule reset audit log + - Compiler Attributes: counted_by: Adjust name and identifier expansion + - uapi: stddef.h: Fix header guard location + - uapi: stddef.h: Fix __DECLARE_FLEX_ARRAY for C++ + - memblock tests: Fix compilation errors. + - ASoC: SOF: ipc4-topology: fix wrong sizeof argument + - net: microchip: sparx5: Fix memory leak for + vcap_api_rule_add_keyvalue_test() + - net: microchip: sparx5: Fix memory leak for + vcap_api_rule_add_actionvalue_test() + - net: microchip: sparx5: Fix possible memory leak in + vcap_api_encode_rule_test() + - net: microchip: sparx5: Fix possible memory leaks in + test_vcap_xn_rule_creator() + - net: microchip: sparx5: Fix possible memory leaks in vcap_api_kunit + - selftests: tls: swap the TX and RX sockets in some tests + - net/core: Fix ETH_P_1588 flow dissector + - ALSA: seq: ump: Fix -Wformat-truncation warning + - ASoC: hdaudio.c: Add missing check for devm_kstrdup + - ASoC: imx-audmix: Fix return error with devm_clk_get() + - octeon_ep: fix tx dma unmap len values in SG + - iavf: do not process adminq tasks when __IAVF_IN_REMOVE_TASK is set + - ASoC: SOF: core: Only call sof_ops_free() on remove if the probe was + successful + - iavf: add iavf_schedule_aq_request() helper + - iavf: schedule a request immediately after add/delete vlan + - i40e: Fix VF VLAN offloading when port VLAN is configured + - netfilter, bpf: Adjust timeouts of non-confirmed CTs in + bpf_ct_insert_entry() + - ionic: fix 16bit math issue when PAGE_SIZE >= 64KB + - igc: Fix infinite initialization loop with early XDP redirect + - scsi: iscsi_tcp: restrict to TCP sockets + - powerpc/perf/hv-24x7: Update domain value check + - powerpc/dexcr: Move HASHCHK trap handler + - dccp: fix dccp_v4_err()/dccp_v6_err() again + - x86/mm, kexec, ima: Use memblock_free_late() from ima_free_kexec_buffer() + - net: hsr: Properly parse HSRv1 supervisor frames. + - platform/x86: intel_scu_ipc: Check status after timeout in busy_loop() + - platform/x86: intel_scu_ipc: Check status upon timeout in + ipc_wait_for_interrupt() + - platform/x86: intel_scu_ipc: Don't override scu in + intel_scu_ipc_dev_simple_command() + - platform/x86: intel_scu_ipc: Fail IPC send if still busy + - x86/asm: Fix build of UML with KASAN + - x86/srso: Fix srso_show_state() side effect + - x86/srso: Set CPUID feature bits independently of bug or mitigation status + - x86/srso: Don't probe microcode in a guest + - x86/srso: Fix SBPB enablement for spec_rstack_overflow=off + - net: hns3: add cmdq check for vf periodic service task + - net: hns3: fix GRE checksum offload issue + - net: hns3: only enable unicast promisc when mac table full + - net: hns3: fix fail to delete tc flower rules during reset issue + - net: hns3: add 5ms delay before clear firmware reset irq source + - net: bridge: use DEV_STATS_INC() + - team: fix null-ptr-deref when team device type is changed + - net: rds: Fix possible NULL-pointer dereference + - vxlan: Add missing entries to vxlan_get_size() + - netfilter: nf_tables: disable toggling dormant table state more than once + - net: hinic: Fix warning-hinic_set_vlan_fliter() warn: variable dereferenced + before check 'hwdev' + - net/handshake: Fix memory leak in __sock_create() and sock_alloc_file() + - i915/pmu: Move execlist stats initialization to execlist specific setup + - drm/virtio: clean out_fence on complete_submit + - locking/seqlock: Do the lockdep annotation before locking in + do_write_seqcount_begin_nested() + - net: ena: Flush XDP packets on error. + - bnxt_en: Flush XDP for bnxt_poll_nitroa0()'s NAPI + - octeontx2-pf: Do xdp_do_flush() after redirects. + - igc: Expose tx-usecs coalesce setting to user + - cxl/region: Match auto-discovered region decoders by HPA range + - proc: nommu: /proc//maps: release mmap read lock + - proc: nommu: fix empty /proc//maps + - cifs: Fix UAF in cifs_demultiplex_thread() + - gpio: tb10x: Fix an error handling path in tb10x_gpio_probe() + - i2c: mux: demux-pinctrl: check the return value of devm_kstrdup() + - i2c: mux: gpio: Add missing fwnode_handle_put() + - i2c: xiic: Correct return value check for xiic_reinit() + - drm/amdgpu: set completion status as preempted for the resubmission + - ASoC: cs35l56: Disable low-power hibernation mode + - drm/amd/display: Update DPG test pattern programming + - drm/amd/display: fix a regression in blank pixel data caused by coding + mistake + - arm64: dts: qcom: sdm845-db845c: Mark cont splash memory region as reserved + - direct_write_fallback(): on error revert the ->ki_pos update from buffered + write + - btrfs: reset destination buffer when read_extent_buffer() gets invalid range + - vfio/mdev: Fix a null-ptr-deref bug for mdev_unregister_parent() + - MIPS: Alchemy: only build mmc support helpers if au1xmmc is enabled + - spi: spi-gxp: BUG: Correct spi write return value + - bus: ti-sysc: Use fsleep() instead of usleep_range() in sysc_reset() + - bus: ti-sysc: Fix missing AM35xx SoC matching + - firmware: arm_scmi: Harden perf domain info access + - firmware: arm_scmi: Fixup perf power-cost/microwatt support + - power: supply: mt6370: Fix missing error code in mt6370_chg_toggle_cfo() + - clk: sprd: Fix thm_parents incorrect configuration + - clk: si521xx: Use REGCACHE_FLAT instead of NONE + - clk: si521xx: Fix regmap write accessor + - clk: tegra: fix error return case for recalc_rate + - ARM: dts: ti: omap: Fix bandgap thermal cells addressing for omap3/4 + - ARM: dts: ti: omap: motorola-mapphone: Fix abe_clkctrl warning on boot + - bus: ti-sysc: Fix SYSC_QUIRK_SWSUP_SIDLE_ACT handling for uart wake-up + - swiotlb: use the calculated number of areas + - power: supply: ucs1002: fix error code in ucs1002_get_property() + - power: supply: rt9467: Fix rt9467_run_aicl() + - power: supply: core: fix use after free in uevent + - firmware: imx-dsp: Fix an error handling path in imx_dsp_setup_channels() + - xtensa: add default definition for XCHAL_HAVE_DIV32 + - xtensa: iss/network: make functions static + - xtensa: boot: don't add include-dirs + - xtensa: umulsidi3: fix conditional expression + - xtensa: boot/lib: fix function prototypes + - power: supply: rk817: Fix node refcount leak + - powerpc/stacktrace: Fix arch_stack_walk_reliable() + - selftests/powerpc: Fix emit_tests to work with run_kselftest.sh + - arm64: dts: imx8mp: Fix SDMA2/3 clocks + - arm64: dts: imx8mp-beacon-kit: Fix audio_pll2 clock + - soc: imx8m: Enable OCOTP clock for imx8mm before reading registers + - arm64: dts: imx8mm-evk: Fix hdmi@3d node + - arm64: dts: imx: Add imx8mm-prt8mm.dtb to build + - firmware: arm_ffa: Don't set the memory region attributes for MEM_LEND + - i915/guc: Get runtime pm in busyness worker only if already active + - accel/ivpu: Do not use wait event interruptible + - gpio: pmic-eic-sprd: Add can_sleep flag for PMIC EIC chip + - i2c: npcm7xx: Fix callback completion ordering + - NFSD: Fix zero NFSv4 READ results when RQ_SPLICE_OK is not set + - x86/reboot: VMCLEAR active VMCSes before emergency reboot + - dma-debug: don't call __dma_entry_alloc_check_leak() under free_entries_lock + - bpf: Annotate bpf_long_memcpy with data_race + - ASoC: amd: yc: Add DMI entries to support Victus by HP Gaming Laptop + 15-fb0xxx (8A3E) + - spi: sun6i: reduce DMA RX transfer width to single byte + - spi: sun6i: fix race between DMA RX transfer completion and RX FIFO drain + - nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid() + - parisc: sba: Fix compile warning wrt list of SBA devices + - parisc: sba-iommu: Fix sparse warnigs + - parisc: ccio-dma: Fix sparse warnings + - parisc: iosapic.c: Fix sparse warnings + - parisc: drivers: Fix sparse warning + - parisc: irq: Make irq_stack_union static to avoid sparse warning + - scsi: qedf: Add synchronization between I/O completions and abort + - scsi: ufs: core: Move __ufshcd_send_uic_cmd() outside host_lock + - scsi: ufs: core: Poll HCS.UCRDY before issuing a UIC command + - selftests/ftrace: Correctly enable event in instance-event.tc + - ring-buffer: Avoid softlockup in ring_buffer_resize() + - btrfs: assert delayed node locked when removing delayed item + - selftests: fix dependency checker script + - ring-buffer: Do not attempt to read past "commit" + - net/smc: bugfix for smcr v2 server connect success statistic + - ata: sata_mv: Fix incorrect string length computation in mv_dump_mem() + - efi/x86: Ensure that EFI_RUNTIME_MAP is enabled for kexec + - platform/mellanox: mlxbf-bootctl: add NET dependency into Kconfig + - platform/x86: asus-wmi: Support 2023 ROG X16 tablet mode + - thermal/of: add missing of_node_put() + - drm/amdgpu: Store CU info from all XCCs for GFX v9.4.3 + - drm/amdkfd: Update cache info reporting for GFX v9.4.3 + - drm/amdkfd: Update CU masking for GFX 9.4.3 + - drm/amd/display: Don't check registers, if using AUX BL control + - drm/amdgpu/soc21: don't remap HDP registers for SR-IOV + - drm/amdgpu/nbio4.3: set proper rmmio_remap.reg_offset for SR-IOV + - drm/amdgpu: fallback to old RAS error message for aqua_vanjaram + - drm/amdkfd: Checkpoint and restore queues on GFX11 + - drm/amdgpu: Handle null atom context in VBIOS info ioctl + - objtool: Fix _THIS_IP_ detection for cold functions + - nvme-pci: do not set the NUMA node of device if it has none + - riscv: errata: fix T-Head dcache.cva encoding + - scsi: pm80xx: Use phy-specific SAS address when sending PHY_START command + - scsi: pm80xx: Avoid leaking tags when processing + OPC_INB_SET_CONTROLLER_CONFIG command + - smb3: correct places where ENOTSUPP is used instead of preferred EOPNOTSUPP + - ata: libata-eh: do not clear ATA_PFLAG_EH_PENDING in ata_eh_reset() + - ata: libata-eh: do not thaw the port twice in ata_eh_reset() + - Add DMI ID for MSI Bravo 15 B7ED + - spi: nxp-fspi: reset the FLSHxCR1 registers + - spi: stm32: add a delay before SPI disable + - ASoC: fsl: imx-pcm-rpmsg: Add SNDRV_PCM_INFO_BATCH flag + - spi: intel-pci: Add support for Granite Rapids SPI serial flash + - bpf: Clarify error expectations from bpf_clone_redirect + - ASoC: rt5640: Only cancel jack-detect work on suspend if active + - ALSA: hda: intel-sdw-acpi: Use u8 type for link index + - ASoC: cs42l42: Ensure a reset pulse meets minimum pulse width. + - ASoC: cs42l42: Don't rely on GPIOD_OUT_LOW to set RESET initially low + - ASoC: cs42l42: Avoid stale SoundWire ATTACH after hard reset + - firmware: cirrus: cs_dsp: Only log list of algorithms in debug build + - ASoC: wm_adsp: Fix missing locking in wm_adsp_[read|write]_ctl() + - memblock tests: fix warning: "__ALIGN_KERNEL" redefined + - memblock tests: fix warning ‘struct seq_file’ declared inside parameter list + - ASoC: imx-rpmsg: Set ignore_pmdown_time for dai_link + - ASoC: SOF: sof-audio: Fix DSP core put imbalance on widget setup failure + - media: vb2: frame_vector.c: replace WARN_ONCE with a comment + - NFSv4.1: fix zero value filehandle in post open getattr + - ASoC: SOF: Intel: MTL: Reduce the DSP init timeout + - powerpc/watchpoints: Disable preemption in thread_change_pc() + - powerpc/watchpoint: Disable pagefaults when getting user instruction + - powerpc/watchpoints: Annotate atomic context in more places + - ncsi: Propagate carrier gain/loss events to the NCSI controller + - net: hsr: Add __packed to struct hsr_sup_tlv. + - tsnep: Fix NAPI scheduling + - tsnep: Fix ethtool channels + - tsnep: Fix NAPI polling with budget 0 + - gfs2: fix glock shrinker ref issues + - i2c: designware: fix __i2c_dw_disable() in case master is holding SCL low + - LoongArch: Use _UL() and _ULL() + - LoongArch: Set all reserved memblocks on Node#0 at initialization + - fbdev/sh7760fb: Depend on FB=y + - perf build: Define YYNOMEM as YYNOABORT for bison < 3.81 + - ASoC: cs35l56: Call pm_runtime_dont_use_autosuspend() + - iommu/arm-smmu-v3: Fix soft lockup triggered by arm_smmu_mm_invalidate_range + - spi: zynqmp-gqspi: fix clock imbalance on probe failure + - x86/sgx: Resolves SECS reclaim vs. page fault for EAUG race + - x86/srso: Add SRSO mitigation for Hygon processors + - KVM: SVM: INTERCEPT_RDTSCP is never intercepted anyway + - KVM: SVM: Fix TSC_AUX virtualization setup + - KVM: x86/mmu: Open code leaf invalidation from mmu_notifier + - KVM: x86/mmu: Do not filter address spaces in + for_each_tdp_mmu_root_yield_safe() + - KVM: x86/mmu: Stop zapping invalidated TDP MMU roots asynchronously + - mptcp: fix bogus receive window shrinkage with multiple subflows + - mptcp: move __mptcp_error_report in protocol.c + - mptcp: process pending subflow error on close + - Revert "tty: n_gsm: fix UAF in gsm_cleanup_mux" + - scsi: core: ata: Do no try to probe for CDL on old drives + - serial: 8250_port: Check IRQ data before use + - nilfs2: fix potential use after free in nilfs_gccache_submit_read_data() + - crypto: sm2 - Fix crash caused by uninitialized context + - ALSA: rawmidi: Fix NULL dereference at proc read + - ALSA: hda: Disable power save for solving pop issue on Lenovo ThinkCentre + M70q + - LoongArch: Fix lockdep static memory detection + - LoongArch: Define relocation types for ABI v2.10 + - LoongArch: numa: Fix high_memory calculation + - LoongArch: Add support for 32_PCREL relocation type + - LoongArch: Add support for 64_PCREL relocation type + - ata: libata-scsi: link ata port and scsi device + - scsi: sd: Differentiate system and runtime start/stop management + - scsi: sd: Do not issue commands to suspended disks on shutdown + - ata: libata-scsi: ignore reserved bits for REPORT SUPPORTED OPERATION CODES + - io_uring/fs: remove sqe->rw_flags checking from LINKAT + - i2c: i801: unregister tco_pdev in i801_probe() error path + - ASoC: amd: yc: Fix non-functional mic on Lenovo 82QF and 82UG + - kernel/sched: Modify initial boot task idle setup + - sched/rt: Fix live lock between select_fallback_rq() and RT push + - Revert "SUNRPC dont update timeout value on connection reset" + - NFSv4: Fix a state manager thread deadlock regression + - ACPI: NFIT: Fix incorrect calculation of idt size + - timers: Tag (hr)timer softirq as hotplug safe + - drm/tests: Fix incorrect argument in drm_test_mm_insert_range + - cxl/mbox: Fix CEL logic for poison and security commands + - arm64: defconfig: remove CONFIG_COMMON_CLK_NPCM8XX=y + - mm/damon/vaddr-test: fix memory leak in damon_do_test_apply_three_regions() + - selftests/mm: fix awk usage in charge_reserved_hugetlb.sh and + hugetlb_reparenting_test.sh that may cause error + - mm: mempolicy: keep VMA walk if both MPOL_MF_STRICT and MPOL_MF_MOVE are + specified + - mm/slab_common: fix slab_caches list corruption after kmem_cache_destroy() + - mm: page_alloc: fix CMA and HIGHATOMIC landing on the wrong buddy list + - mm: memcontrol: fix GFP_NOFS recursion in memory.high enforcement + - cxl/port: Fix cxl_test register enumeration regression + - cxl/pci: Fix appropriate checking for _OSC while handling CXL RAS registers + - ring-buffer: Fix bytes info in per_cpu buffer stats + - ring-buffer: Update "shortest_full" in polling + - btrfs: refresh dir last index during a rewinddir(3) call + - btrfs: file_remove_privs needs an exclusive lock in direct io write + - btrfs: set last dir index to the current last index when opening dir + - btrfs: fix race between reading a directory and adding entries to it + - btrfs: properly report 0 avail for very full file systems + - media: uvcvideo: Fix OOB read + - bpf: Add override check to kprobe multi link attach + - bpf: Fix BTF_ID symbol generation collision + - bpf: Fix BTF_ID symbol generation collision in tools/ + - net: thunderbolt: Fix TCPv6 GSO checksum calculation + - thermal: sysfs: Fix trip_point_hyst_store() + - tracing/user_events: Align set_bit() address for all archs + - ata: libata-core: Fix ata_port_request_pm() locking + - ata: libata-core: Fix port and device removal + - ata: libata-core: Do not register PM operations for SAS ports + - ata: libata-sata: increase PMP SRST timeout to 10s + - i915: Limit the length of an sg list to the requested length + - drm/i915/gt: Fix reservation address in ggtt_reserve_guc_top + - power: supply: rk817: Add missing module alias + - power: supply: ab8500: Set typing and props + - fs: binfmt_elf_efpic: fix personality for ELF-FDPIC + - drm/amdkfd: Use gpu_offset for user queue's wptr + - drm/amd/display: fix the ability to use lower resolution modes on eDP + - drm/meson: fix memory leak on ->hpd_notify callback + - rbd: move rbd_dev_refresh() definition + - rbd: decouple header read-in from updating rbd_dev->header + - rbd: decouple parent info read-in from updating rbd_dev + - rbd: take header_rwsem in rbd_dev_refresh() only when updating + - memcg: drop kmem.limit_in_bytes + - mm, memcg: reconsider kmem.limit_in_bytes deprecation + - ASoC: amd: yc: Fix a non-functional mic on Lenovo 82TL + - Linux 6.5.6 + * Mantic update: v6.5.5 upstream stable release (LP: #2043416) + - iomap: Fix possible overflow condition in iomap_write_delalloc_scan + - autofs: fix memory leak of waitqueues in autofs_catatonic_mode + - btrfs: handle errors properly in update_inline_extent_backref() + - btrfs: output extra debug info if we failed to find an inline backref + - locks: fix KASAN: use-after-free in trace_event_raw_event_filelock_lock + - ACPICA: Add AML_NO_OPERAND_RESOLVE flag to Timer + - kernel/fork: beware of __put_task_struct() calling context + - rcuscale: Move rcu_scale_writer() schedule_timeout_uninterruptible() to + _idle() + - scftorture: Forgive memory-allocation failure if KASAN + - ACPI: video: Add backlight=native DMI quirk for Lenovo Ideapad Z470 + - platform/chrome: cros_ec_lpc: Remove EC panic shutdown timeout + - x86/amd_nb: Add PCI IDs for AMD Family 1Ah-based models + - perf/smmuv3: Enable HiSilicon Erratum 162001900 quirk for HIP08/09 + - s390/boot: cleanup number of page table levels setup + - kselftest/arm64: fix a memleak in zt_regs_run() + - perf/imx_ddr: speed up overflow frequency of cycle + - ACPI: video: Add backlight=native DMI quirk for Apple iMac12,1 and iMac12,2 + - hw_breakpoint: fix single-stepping when using bpf_overflow_handler + - ACPI: x86: s2idle: Catch multiple ACPI_TYPE_PACKAGE objects + - selftests/nolibc: fix up kernel parameters support + - selftests/nolibc: prevent out of bounds access in expect_vfprintf + - spi: sun6i: add quirk for dual and quad SPI modes support + - devlink: remove reload failed checks in params get/set callbacks + - crypto: lrw,xts - Replace strlcpy with strscpy + - ice: Don't tx before switchdev is fully configured + - wifi: ath9k: fix fortify warnings + - wifi: ath9k: fix printk specifier + - wifi: rtw88: delete timer and free skb queue when unloading + - wifi: mwifiex: fix fortify warning + - mt76: mt7921: don't assume adequate headroom for SDIO headers + - wifi: wil6210: fix fortify warnings + - can: sun4i_can: Add acceptance register quirk + - can: sun4i_can: Add support for the Allwinner D1 + - [Config] updateconfigs for CAN_SUN4I + - net: Use sockaddr_storage for getsockopt(SO_PEERNAME). + - wifi: ath12k: Fix a NULL pointer dereference in ath12k_mac_op_hw_scan() + - wifi: ath12k: avoid array overflow of hw mode for preferred_hw_mode + - net/ipv4: return the real errno instead of -EINVAL + - crypto: lib/mpi - avoid null pointer deref in mpi_cmp_ui() + - Bluetooth: btusb: Add device 0489:e0f5 as MT7922 device + - Bluetooth: btusb: Add a new VID/PID 0489/e0f6 for MT7922 + - Bluetooth: btusb: Add new VID/PID 0489/e102 for MT7922 + - Bluetooth: btusb: Add new VID/PID 04ca/3804 for MT7922 + - Bluetooth: Fix hci_suspend_sync crash + - Bluetooth: btusb: Add support for another MediaTek 7922 VID/PID + - netlink: convert nlk->flags to atomic flags + - tpm_tis: Resend command to recover from data transfer errors + - mmc: sdhci-esdhc-imx: improve ESDHC_FLAG_ERR010450 + - alx: fix OOB-read compiler warning + - wifi: iwlwifi: pcie: avoid a warning in case prepare card failed + - wifi: mac80211: check S1G action frame size + - netfilter: ebtables: fix fortify warnings in size_entry_mwt() + - wifi: cfg80211: reject auth/assoc to AP with our address + - wifi: cfg80211: ocb: don't leave if not joined + - wifi: mac80211: check for station first in client probe + - wifi: mac80211_hwsim: drop short frames + - Revert "wifi: mac80211_hwsim: check the return value of nla_put_u32" + - libbpf: Free btf_vmlinux when closing bpf_object + - wifi: ath12k: Fix memory leak in rx_desc and tx_desc + - wifi: ath12k: add check max message length while scanning with extraie + - Fix nomenclature for USB and PCI wireless devices + - bpf: Consider non-owning refs trusted + - bpf: Consider non-owning refs to refcounted nodes RCU protected + - drm/bridge: tc358762: Instruct DSI host to generate HSE packets + - drm/edid: Add quirk for OSVR HDK 2.0 + - drm: bridge: samsung-dsim: Drain command transfer FIFO before transfer + - arm64: dts: qcom: sm6125-pdx201: correct ramoops pmsg-size + - arm64: dts: qcom: sm6125-sprout: correct ramoops pmsg-size + - arm64: dts: qcom: sm6350: correct ramoops pmsg-size + - arm64: dts: qcom: sm8150-kumano: correct ramoops pmsg-size + - arm64: dts: qcom: sm8250-edo: correct ramoops pmsg-size + - drm/amdgpu: Increase soft IH ring size + - samples/hw_breakpoint: Fix kernel BUG 'invalid opcode: 0000' + - drm/amdgpu: Update ring scheduler info as needed + - drm/amd/display: Fix underflow issue on 175hz timing + - ASoC: SOF: topology: simplify code to prevent static analysis warnings + - ASoC: Intel: sof_sdw: Update BT offload config for soundwire config + - ALSA: hda: intel-dsp-cfg: add LunarLake support + - drm/amd/display: Use DTBCLK as refclk instead of DPREFCLK + - drm/amd/display: Blocking invalid 420 modes on HDMI TMDS for DCN31 + - drm/amd/display: Blocking invalid 420 modes on HDMI TMDS for DCN314 + - drm/amd/display: Use max memclk variable when setting max memclk + - drm/msm/adreno: Use quirk identify hw_apriv + - drm/msm/adreno: Use quirk to identify cached-coherent support + - drm/exynos: fix a possible null-pointer dereference due to data race in + exynos_drm_crtc_atomic_disable() + - io_uring: annotate the struct io_kiocb slab for appropriate user copy + - drm/mediatek: dp: Change logging to dev for mtk_dp_aux_transfer() + - bus: ti-sysc: Configure uart quirks for k3 SoC + - arm64: dts: qcom: sc8280xp-x13s: Add camera activity LED + - md: raid1: fix potential OOB in raid1_remove_disk() + - ext2: fix datatype of block number in ext2_xattr_set2() + - blk-mq: fix tags leak when shrink nr_hw_queues + - ASoC: SOF: amd: clear panic mask status when panic occurs + - x86: bring back rep movsq for user access on CPUs without ERMS + - fs/jfs: prevent double-free in dbUnmount() after failed jfs_remount() + - jfs: fix invalid free of JFS_IP(ipimap)->i_imap in diUnmount + - ext4: add two helper functions extent_logical_end() and pa_logical_end() + - ext4: avoid overlapping preallocations due to overflow + - PCI: dwc: Provide deinit callback for i.MX + - ARM: 9317/1: kexec: Make smp stop calls asynchronous + - powerpc/pseries: fix possible memory leak in ibmebus_bus_init() + - PCI: vmd: Disable bridge window for domain reset + - PCI: fu740: Set the number of MSI vectors + - media: mdp3: Fix resource leaks in of_find_device_by_node + - media: dvb-usb-v2: af9035: Fix null-ptr-deref in af9035_i2c_master_xfer + - media: dw2102: Fix null-ptr-deref in dw2102_i2c_transfer() + - media: af9005: Fix null-ptr-deref in af9005_i2c_xfer + - media: anysee: fix null-ptr-deref in anysee_master_xfer + - media: az6007: Fix null-ptr-deref in az6007_i2c_xfer() + - media: dvb-usb-v2: gl861: Fix null-ptr-deref in gl861_i2c_master_xfer + - scsi: lpfc: Abort outstanding ELS cmds when mailbox timeout error is + detected + - media: tuners: qt1010: replace BUG_ON with a regular error + - media: pci: cx23885: replace BUG with error return + - usb: cdns3: Put the cdns set active part outside the spin lock + - usb: typec: intel_pmc_mux: Add new ACPI ID for Lunar Lake IOM device + - usb: gadget: fsl_qe_udc: validate endpoint index for ch9 udc + - tools: iio: iio_generic_buffer: Fix some integer type and calculation + - scsi: target: iscsi: Fix buffer overflow in lio_target_nacl_info_show() + - serial: cpm_uart: Avoid suspicious locking + - misc: open-dice: make OPEN_DICE depend on HAS_IOMEM + - usb: dwc3: dwc3-octeon: Verify clock divider + - usb: ehci: add workaround for chipidea PORTSC.PEC bug + - usb: chipidea: add workaround for chipidea PEC bug + - media: pci: ipu3-cio2: Initialise timing struct to avoid a compiler warning + - kobject: Add sanity check for kset->kobj.ktype in kset_register() + - interconnect: Fix locking for runpm vs reclaim + - usb: typec: qcom-pmic-typec: register drm_bridge + - printk: Reduce console_unblank() usage in unsafe scenarios + - printk: Keep non-panic-CPUs out of console lock + - printk: Do not take console lock for console_flush_on_panic() + - printk: Consolidate console deferred printing + - printk: Rename abandon_console_lock_in_panic() to other_cpu_in_panic() + - ext4: fix BUG in ext4_mb_new_inode_pa() due to overflow + - btrfs: introduce struct to consolidate extent buffer write context + - btrfs: zoned: introduce block group context to btrfs_eb_write_context + - btrfs: zoned: return int from btrfs_check_meta_write_pointer + - btrfs: zoned: defer advancing meta write pointer + - btrfs: zoned: activate metadata block group on write time + - mtd: spi-nor: spansion: use CLPEF as an alternative to CLSR + - mtd: spi-nor: spansion: preserve CFR2V[7] when writing MEMLAT + - btrfs: add a helper to read the superblock metadata_uuid + - btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_super + - nvmet-tcp: pass iov_len instead of sg->length to bvec_set_page() + - drm: gm12u320: Fix the timeout usage for usb_bulk_msg() + - scsi: qla2xxx: Fix NULL vs IS_ERR() bug for debugfs_create_dir() + - md: don't dereference mddev after export_rdev() + - md: fix warning for holder mismatch from export_rdev() + - efivarfs: fix statfs() on efivarfs + - PM: hibernate: Fix the exclusive get block device in test_resume mode + - selftests: tracing: Fix to unmount tracefs for recovering environment + - x86/ibt: Suppress spurious ENDBR + - x86/ibt: Avoid duplicate ENDBR in __put_user_nocheck*() + - riscv: kexec: Align the kexeced kernel entry + - x86/sched: Restore the SD_ASYM_PACKING flag in the DIE domain + - scsi: target: core: Fix target_cmd_counter leak + - scsi: lpfc: Fix the NULL vs IS_ERR() bug for debugfs_create_file() + - panic: Reenable preemption in WARN slowpath + - ata: libata-core: fetch sense data for successful commands iff CDL enabled + - x86/boot/compressed: Reserve more memory for page tables + - x86/purgatory: Remove LTO flags + - samples/hw_breakpoint: fix building without module unloading + - blk-mq: prealloc tags when increase tagset nr_hw_queues + - blk-mq: fix tags UAF when shrinking q->nr_hw_queues + - md/raid1: fix error: ISO C90 forbids mixed declarations + - Revert "SUNRPC: Fail faster on bad verifier" + - attr: block mode changes of symlinks + - ovl: fix failed copyup of fileattr on a symlink + - ovl: fix incorrect fdput() on aio completion + - io_uring/net: fix iter retargeting for selected buf + - x86/platform/uv: Use alternate source for socket to node data + - Revert "firewire: core: obsolete usage of GFP_ATOMIC at building node tree" + - drm/amd: Make fence wait in suballocator uninterruptible + - Revert "drm/amd: Disable S/G for APUs when 64GB or more host memory" + - dm: don't attempt to queue IO under RCU protection + - dm: fix a race condition in retrieve_deps + - btrfs: fix lockdep splat and potential deadlock after failure running + delayed items + - btrfs: fix a compilation error if DEBUG is defined in btree_dirty_folio + - btrfs: fix race between finishing block group creation and its item update + - btrfs: release path before inode lookup during the ino lookup ioctl + - btrfs: check for BTRFS_FS_ERROR in pending ordered assert + - tracing/synthetic: Fix order of struct trace_dynamic_info + - tracing: Have tracing_max_latency inc the trace array ref count + - tracing: Have event inject files inc the trace array ref count + - tracing/synthetic: Print out u64 values properly + - tracing: Increase trace array ref count on enable and filter files + - tracing: Have current_trace inc the trace array ref count + - tracing: Have option files inc the trace array ref count + - selinux: fix handling of empty opts in selinux_fs_context_submount() + - nfsd: fix change_info in NFSv4 RENAME replies + - tracefs: Add missing lockdown check to tracefs_create_dir() + - i2c: aspeed: Reset the i2c controller when timeout occurs + - ata: libata: disallow dev-initiated LPM transitions to unsupported states + - ata: libahci: clear pending interrupt status + - scsi: megaraid_sas: Fix deadlock on firmware crashdump + - scsi: qla2xxx: Use raw_smp_processor_id() instead of smp_processor_id() + - scsi: pm8001: Setup IRQs on resume + - Revert "comedi: add HAS_IOPORT dependencies" + - [Config] updateconfigs for COMEDI/HAS_IOPORT deps + - ext4: fix rec_len verify error + - drm/radeon: make fence wait in suballocator uninterrruptable + - drm/i915: Only check eDP HPD when AUX CH is shared + - drm/amdkfd: Insert missing TLB flush on GFX10 and later + - drm/tests: helpers: Avoid a driver uaf + - drm/amd/display: Adjust the MST resume flow + - drm/amd/display: fix the white screen issue when >= 64GB DRAM + - drm/amd/display: Add DPIA Link Encoder Assignment Fix + - drm/amd/display: Fix 2nd DPIA encoder Assignment + - Revert "memcg: drop kmem.limit_in_bytes" + - drm/amdgpu: fix amdgpu_cs_p1_user_fence + - interconnect: Teach lockdep about icc_bw_lock order + - x86/alternatives: Remove faulty optimization + - x86,static_call: Fix static-call vs return-thunk + - Linux 6.5.5 + * Could not probe Samsung P44 30S3 PM9C1a SSD correctly: nvme nvme0: Device + not ready: aborting installation, CSTS=0x0 (LP: #2041495) // Mantic update: + v6.5.5 upstream stable release (LP: #2043416) + - nvme: avoid bogus CRTO values + * Mantic update: v6.5.4 upstream stable release (LP: #2041999) + - net/ipv6: SKB symmetric hash should incorporate transport ports + - drm/virtio: Conditionally allocate virtio_gpu_fence + - scsi: ufs: core: Add advanced RPMB support where UFSHCI 4.0 does not support + EHS length in UTRD + - scsi: qla2xxx: Adjust IOCB resource on qpair create + - scsi: qla2xxx: Limit TMF to 8 per function + - scsi: qla2xxx: Fix deletion race condition + - scsi: qla2xxx: fix inconsistent TMF timeout + - scsi: qla2xxx: Fix command flush during TMF + - scsi: qla2xxx: Fix erroneous link up failure + - scsi: qla2xxx: Turn off noisy message log + - scsi: qla2xxx: Fix session hang in gnl + - scsi: qla2xxx: Fix TMF leak through + - scsi: qla2xxx: Remove unsupported ql2xenabledif option + - scsi: qla2xxx: Flush mailbox commands on chip reset + - scsi: qla2xxx: Fix smatch warn for qla_init_iocb_limit() + - scsi: qla2xxx: Error code did not return to upper layer + - scsi: qla2xxx: Fix firmware resource tracking + - null_blk: fix poll request timeout handling + - kernfs: fix missing kernfs_iattr_rwsem locking + - fbdev/ep93xx-fb: Do not assign to struct fb_info.dev + - clk: qcom: camcc-sc7180: fix async resume during probe + - drm/ast: Fix DRAM init on AST2200 + - ASoC: tegra: Fix SFC conversion for few rates + - ARM: dts: samsung: exynos4210-i9100: Fix LCD screen's physical size + - arm64: tegra: Update AHUB clock parent and rate on Tegra234 + - arm64: tegra: Update AHUB clock parent and rate + - clk: qcom: turingcc-qcs404: fix missing resume during probe + - ARM: dts: qcom: msm8974pro-castor: correct inverted X of touchscreen + - arm64: dts: qcom: msm8953-vince: drop duplicated touschreen parent interrupt + - ARM: dts: qcom: msm8974pro-castor: correct touchscreen function names + - ARM: dts: qcom: msm8974pro-castor: correct touchscreen syna,nosleep-mode + - arm64: dts: renesas: rzg2l: Fix txdv-skew-psec typos + - ARM: dts: BCM5301X: Extend RAM to full 256MB for Linksys EA6500 V2 + - send channel sequence number in SMB3 requests after reconnects + - memcg: drop kmem.limit_in_bytes + - mm: hugetlb_vmemmap: fix a race between vmemmap pmd split + - lib/test_meminit: allocate pages up to order MAX_ORDER + - Multi-gen LRU: avoid race in inc_min_seq() + - parisc: led: Fix LAN receive and transmit LEDs + - parisc: led: Reduce CPU overhead for disk & lan LED computation + - cifs: update desired access while requesting for directory lease + - pinctrl: cherryview: fix address_space_handler() argument + - dt-bindings: clock: xlnx,versal-clk: drop select:false + - clk: imx: pll14xx: dynamically configure PLL for 393216000/361267200Hz + - clk: imx: pll14xx: align pdiv with reference manual + - clk: qcom: gcc-mdm9615: use proper parent for pll0_vote clock + - soc: qcom: qmi_encdec: Restrict string length in decode + - clk: qcom: dispcc-sm8450: fix runtime PM imbalance on probe errors + - clk: qcom: dispcc-sm8550: fix runtime PM imbalance on probe errors + - clk: qcom: lpasscc-sc7280: fix missing resume during probe + - clk: qcom: q6sstop-qcs404: fix missing resume during probe + - clk: qcom: mss-sc7180: fix missing resume during probe + - NFS: Fix a potential data corruption + - NFSv4/pnfs: minor fix for cleanup path in nfs4_get_device_info + - bus: mhi: host: Skip MHI reset if device is in RDDM + - kbuild: rpm-pkg: define _arch conditionally + - kbuild: do not run depmod for 'make modules_sign' + - kbuild: dummy-tools: make MPROFILE_KERNEL checks work on BE + - tpm_crb: Fix an error handling path in crb_acpi_add() + - gfs2: Switch to wait_event in gfs2_logd + - gfs2: low-memory forced flush fixes + - mailbox: qcom-ipcc: fix incorrect num_chans counting + - kconfig: fix possible buffer overflow + - tools/mm: fix undefined reference to pthread_once + - Input: iqs7222 - configure power mode before triggering ATI + - perf trace: Really free the evsel->priv area + - pwm: atmel-tcb: Harmonize resource allocation order + - pwm: atmel-tcb: Fix resource freeing in error path and remove + - backlight: lp855x: Initialize PWM state on first brightness change + - backlight: gpio_backlight: Drop output GPIO direction check for initial + power state + - perf parse-events: Separate YYABORT and YYNOMEM cases + - perf parse-events: Move instances of YYABORT to YYNOMEM + - perf parse-events: Separate ENOMEM memory handling + - perf parse-events: Additional error reporting + - KVM: SVM: Don't defer NMI unblocking until next exit for SEV-ES guests + - Input: tca6416-keypad - always expect proper IRQ number in i2c client + - Input: tca6416-keypad - fix interrupt enable disbalance + - perf annotate bpf: Don't enclose non-debug code with an assert() + - x86/virt: Drop unnecessary check on extended CPUID level in cpu_has_svm() + - perf script: Print "cgroup" field on the same line as "comm" + - perf bpf-filter: Fix sample flag check with || + - perf dlfilter: Initialize addr_location before passing it to + thread__find_symbol_fb() + - perf dlfilter: Add al_cleanup() + - perf vendor events: Update the JSON/events descriptions for power10 platform + - perf vendor events: Drop some of the JSON/events for power10 platform + - perf vendor events: Drop STORES_PER_INST metric event for power10 platform + - perf vendor events: Move JSON/events to appropriate files for power10 + platform + - perf vendor events: Update metric event names for power10 platform + - perf top: Don't pass an ERR_PTR() directly to perf_session__delete() + - perf lock: Don't pass an ERR_PTR() directly to perf_session__delete() + - watchdog: intel-mid_wdt: add MODULE_ALIAS() to allow auto-load + - perf vendor events arm64: Remove L1D_CACHE_LMISS from AmpereOne list + - pwm: lpc32xx: Remove handling of PWM channels + - accel/ivpu: refactor deprecated strncpy + - perf header: Fix missing PMU caps + - i3c: master: svc: Describe member 'saved_regs' + - perf test stat_bpf_counters_cgrp: Fix shellcheck issue about logical + operators + - perf test stat_bpf_counters_cgrp: Enhance perf stat cgroup BPF counter test + - regulator: tps6287x: Fix n_voltages + - selftests/bpf: Fix flaky cgroup_iter_sleepable subtest + - drm/i915: mark requests for GuC virtual engines to avoid use-after-free + - blk-throttle: use calculate_io/bytes_allowed() for throtl_trim_slice() + - blk-throttle: consider 'carryover_ios/bytes' in throtl_trim_slice() + - netfilter: nf_tables: Audit log setelem reset + - netfilter: nf_tables: Audit log rule reset + - smb: propagate error code of extract_sharename() + - net/sched: fq_pie: avoid stalls in fq_pie_timer() + - sctp: annotate data-races around sk->sk_wmem_queued + - ipv4: annotate data-races around fi->fib_dead + - net: read sk->sk_family once in sk_mc_loop() + - net: fib: avoid warn splat in flow dissector + - xsk: Fix xsk_diag use-after-free error during socket cleanup + - drm/i915/gvt: Verify pfn is "valid" before dereferencing "struct page" + - drm/i915/gvt: Put the page reference obtained by KVM's gfn_to_pfn() + - drm/i915/gvt: Drop unused helper intel_vgpu_reset_gtt() + - drm/amd/display: fix mode scaling (RMX_.*) + - net/handshake: fix null-ptr-deref in handshake_nl_done_doit() + - net: use sk_forward_alloc_get() in sk_get_meminfo() + - net: annotate data-races around sk->sk_forward_alloc + - mptcp: annotate data-races around msk->rmem_fwd_alloc + - net: annotate data-races around sk->sk_tsflags + - net: annotate data-races around sk->sk_bind_phc + - ipv4: ignore dst hint for multipath routes + - ipv6: ignore dst hint for multipath routes + - selftests/bpf: Fix a CI failure caused by vsock write + - igb: disable virtualization features on 82580 + - gve: fix frag_list chaining + - veth: Fixing transmit return status for dropped packets + - net: ipv6/addrconf: avoid integer underflow in ipv6_create_tempaddr + - net: phy: micrel: Correct bit assignments for phy_device flags + - bpf, sockmap: Fix skb refcnt race after locking changes + - af_unix: Fix msg_controllen test in scm_pidfd_recv() for MSG_CMSG_COMPAT. + - af_unix: Fix data-races around user->unix_inflight. + - af_unix: Fix data-race around unix_tot_inflight. + - af_unix: Fix data-races around sk->sk_shutdown. + - af_unix: Fix data race around sk->sk_err. + - kcm: Destroy mutex in kcm_exit_net() + - octeontx2-af: Fix truncation of smq in CN10K NIX AQ enqueue mbox handler + - igc: Change IGC_MIN to allow set rx/tx value between 64 and 80 + - igbvf: Change IGBVF_MIN to allow set rx/tx value between 64 and 80 + - igb: Change IGB_MIN to allow set rx/tx value between 64 and 80 + - s390/zcrypt: don't leak memory if dev_set_name() fails + - regulator: tps6594-regulator: Fix random kernel crash + - idr: fix param name in idr_alloc_cyclic() doc + - ip_tunnels: use DEV_STATS_INC() + - net/mlx5e: Clear mirred devices array if the rule is split + - net/mlx5: Give esw_offloads_load/unload_rep() "mlx5_" prefix + - net/mlx5: Rework devlink port alloc/free into init/cleanup + - net/mlx5: Push devlink port PF/VF init/cleanup calls out of + devlink_port_register/unregister() + - mlx5/core: E-Switch, Create ACL FT for eswitch manager in switchdev mode + - net: dsa: sja1105: fix bandwidth discrepancy between tc-cbs software and + offload + - net: dsa: sja1105: fix -ENOSPC when replacing the same tc-cbs too many times + - net: dsa: sja1105: complete tc-cbs offload support on SJA1110 + - net: phylink: fix sphinx complaint about invalid literal + - bpf: Invoke __bpf_prog_exit_sleepable_recur() on recursion in + kern_sys_bpf(). + - bpf: Assign bpf_tramp_run_ctx::saved_run_ctx before recursion check. + - s390/bpf: Pass through tail call counter in trampolines + - bpf: bpf_sk_storage: Fix invalid wait context lockdep report + - bpf: bpf_sk_storage: Fix the missing uncharge in sk_omem_alloc + - netfilter: nf_tables: Unbreak audit log reset + - net: phy: Provide Module 4 KSZ9477 errata (DS80000754C) + - net: hns3: fix tx timeout issue + - net: hns3: fix byte order conversion issue in hclge_dbg_fd_tcam_read() + - net: hns3: fix debugfs concurrency issue between kfree buffer and read + - net: hns3: fix invalid mutex between tc qdisc and dcb ets command issue + - net: hns3: fix the port information display when sfp is absent + - net: hns3: remove GSO partial feature bit + - net: enetc: distinguish error from valid pointers in + enetc_fixup_clear_rss_rfs() + - sh: boards: Fix CEU buffer size passed to dma_declare_coherent_memory() + - sh: push-switch: Reorder cleanup operations to avoid use-after-free bug + - linux/export: fix reference to exported functions for parisc64 + - watchdog: advantech_ec_wdt: fix Kconfig dependencies + - drm/amd/display: Temporary Disable MST DP Colorspace Property + - ARC: atomics: Add compiler barrier to atomic operations... + - clocksource/drivers/arm_arch_timer: Disable timer before programming CVAL + - dmaengine: sh: rz-dmac: Fix destination and source data size setting + - misc: fastrpc: Fix remote heap allocation request + - misc: fastrpc: Fix incorrect DMA mapping unmap request + - jbd2: fix checkpoint cleanup performance regression + - jbd2: check 'jh->b_transaction' before removing it from checkpoint + - jbd2: correct the end of the journal recovery scan range + - ext4: add correct group descriptors and reserved GDT blocks to system zone + - ext4: fix memory leaks in ext4_fname_{setup_filename,prepare_lookup} + - ext4: drop dio overwrite only flag and associated warning + - f2fs: get out of a repeat loop when getting a locked data page + - f2fs: flush inode if atomic file is aborted + - f2fs: avoid false alarm of circular locking + - lib: test_scanf: Add explicit type cast to result initialization in + test_number_prefix() + - hwspinlock: qcom: add missing regmap config for SFPB MMIO implementation + - memcontrol: ensure memcg acquired by id is properly set up + - ata: ahci: Add Elkhart Lake AHCI controller + - ata: pata_falcon: fix IO base selection for Q40 + - ata: sata_gemini: Add missing MODULE_DESCRIPTION + - ata: pata_ftide010: Add missing MODULE_DESCRIPTION + - fuse: nlookup missing decrement in fuse_direntplus_link + - btrfs: zoned: do not zone finish data relocation block group + - btrfs: fix start transaction qgroup rsv double free + - btrfs: free qgroup rsv on io failure + - btrfs: don't start transaction when joining with TRANS_JOIN_NOSTART + - btrfs: set page extent mapped after read_folio in relocate_one_page + - btrfs: zoned: re-enable metadata over-commit for zoned mode + - btrfs: use the correct superblock to compare fsid in btrfs_validate_super + - btrfs: scrub: avoid unnecessary extent tree search preparing stripes + - btrfs: scrub: avoid unnecessary csum tree search preparing stripes + - btrfs: scrub: fix grouping of read IO + - drm/mxsfb: Disable overlay plane in mxsfb_plane_overlay_atomic_disable() + - mtd: rawnand: brcmnand: Fix crash during the panic_write + - mtd: rawnand: brcmnand: Fix potential out-of-bounds access in oob write + - mtd: spi-nor: Correct flags for Winbond w25q128 + - mtd: rawnand: brcmnand: Fix potential false time out warning + - mtd: rawnand: brcmnand: Fix ECC level field setting for v7.2 controller + - Revert "drm/amd/display: Remove v_startup workaround for dcn3+" + - drm/amd/display: enable cursor degamma for DCN3+ DRM legacy gamma + - drm/amd/display: limit the v_startup workaround to ASICs older than DCN3.1 + - drm/amd/display: prevent potential division by zero errors + - KVM: VMX: Refresh available regs and IDT vectoring info before NMI handling + - KVM: SVM: Take and hold ir_list_lock when updating vCPU's Physical ID entry + - KVM: SVM: Don't inject #UD if KVM attempts to skip SEV guest insn + - KVM: SVM: Get source vCPUs from source VM for SEV-ES intrahost migration + - KVM: nSVM: Check instead of asserting on nested TSC scaling support + - KVM: nSVM: Load L1's TSC multiplier based on L1 state, not L2 state + - KVM: SVM: Set target pCPU during IRTE update if target vCPU is running + - KVM: SVM: Skip VMSA init in sev_es_init_vmcb() if pointer is NULL + - MIPS: Only fiddle with CHECKFLAGS if `need-compiler' + - MIPS: Fix CONFIG_CPU_DADDI_WORKAROUNDS `modules_install' regression + - perf hists browser: Fix hierarchy mode header + - perf build: Update build rule for generated files + - perf test shell stat_bpf_counters: Fix test on Intel + - perf tools: Handle old data in PERF_RECORD_ATTR + - perf build: Include generated header files properly + - perf hists browser: Fix the number of entries for 'e' key + - drm/amd/display: always switch off ODM before committing more streams + - drm/amd/display: Remove wait while locked + - drm/amdkfd: Add missing gfx11 MQD manager callbacks + - drm/amdgpu: register a dirty framebuffer callback for fbcon + - bpf: fix bpf_probe_read_kernel prototype mismatch + - regulator: raa215300: Change the scope of the variables {clkin_name, + xin_name} + - regulator: raa215300: Fix resource leak in case of error + - parisc: sba_iommu: Fix build warning if procfs if disabled + - kunit: Fix wild-memory-access bug in kunit_free_suite_set() + - net: ipv4: fix one memleak in __inet_del_ifa() + - kselftest/runner.sh: Propagate SIGTERM to runner child + - selftests: Keep symlinks, when possible + - selftests/ftrace: Fix dependencies for some of the synthetic event tests + - net: microchip: vcap api: Fix possible memory leak for vcap_dup_rule() + - octeontx2-pf: Fix page pool cache index corruption. + - net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in + smcr_port_add + - net: stmmac: fix handling of zero coalescing tx-usecs + - net: ethernet: mvpp2_main: fix possible OOB write in + mvpp2_ethtool_get_rxnfc() + - net: ethernet: mtk_eth_soc: fix possible NULL pointer dereference in + mtk_hwlro_get_fdir_all() + - hsr: Fix uninit-value access in fill_frame_info() + - net: ethernet: adi: adin1110: use eth_broadcast_addr() to assign broadcast + address + - net:ethernet:adi:adin1110: Fix forwarding offload + - net: dsa: sja1105: hide all multicast addresses from "bridge fdb show" + - net: dsa: sja1105: propagate exact error code from + sja1105_dynamic_config_poll_valid() + - net: dsa: sja1105: fix multicast forwarding working only for last added mdb + entry + - net: dsa: sja1105: serialize sja1105_port_mcast_flood() with other FDB + accesses + - net: dsa: sja1105: block FDB accesses that are concurrent with a switch + reset + - r8152: check budget for r8152_poll() + - kcm: Fix memory leak in error path of kcm_sendmsg() + - platform/mellanox: mlxbf-tmfifo: Drop the Rx packet if no more descriptors + - platform/mellanox: mlxbf-tmfifo: Drop jumbo frames + - platform/mellanox: mlxbf-pmc: Fix potential buffer overflows + - platform/mellanox: mlxbf-pmc: Fix reading of unprogrammed events + - platform/mellanox: NVSW_SN2201 should depend on ACPI + - [Config] updateconfigs for NVSW_SN2201 + - net: macb: fix sleep inside spinlock + - veth: Update XDP feature set when bringing up device + - ipv6: fix ip6_sock_set_addr_preferences() typo + - tcp: Factorise sk_family-independent comparison in + inet_bind2_bucket_match(_addr_any). + - tcp: Fix bind() regression for v4-mapped-v6 wildcard address. + - tcp: Fix bind() regression for v4-mapped-v6 non-wildcard address. + - selftest: tcp: Fix address length in bind_wildcard.c. + - ixgbe: fix timestamp configuration code + - igb: clean up in all error paths when enabling SR-IOV + - net: renesas: rswitch: Fix unmasking irq condition + - kcm: Fix error handling for SOCK_DGRAM in kcm_sendmsg(). + - vm: fix move_vma() memory accounting being off + - drm/amd/display: Fix a bug when searching for insert_above_mpcc + - Linux 6.5.4 + * CVE-2023-6176 + - net/tls: do not free tls_rec on async operation in bpf_exec_tx_verdict() + + -- Roxana Nicolescu Tue, 16 Jan 2024 13:35:20 +0100 + +linux-lowlatency (6.5.0-15.15.1) mantic; urgency=medium + + * mantic/linux-lowlatency: 6.5.0-15.15.1 -proposed tracker (LP: #2048540) + + * Packaging resync (LP: #1786013) + - [Packaging] remove helper scripts + + [ Ubuntu: 6.5.0-15.15 ] + + * mantic/linux: 6.5.0-15.15 -proposed tracker (LP: #2048549) + * CVE-2024-0193 + - netfilter: nf_tables: skip set commit for deleted/destroyed sets + * CVE-2023-6606 + - smb: client: fix OOB in smbCalcSize() + * CVE-2023-6817 + - netfilter: nft_set_pipapo: skip inactive elements during set walk + * CVE-2023-6932 + - ipv4: igmp: fix refcnt uaf issue when receiving igmp query packet + * CVE-2023-6931 + - perf: Fix perf_event_validate_size() + - perf: Fix perf_event_validate_size() lockdep splat + + -- Roxana Nicolescu Fri, 12 Jan 2024 14:53:04 +0100 + +linux-lowlatency (6.5.0-14.14.1) mantic; urgency=medium + + * mantic/linux-lowlatency: 6.5.0-14.14.1 -proposed tracker (LP: #2041531) + + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + - [Packaging] resync update-dkms-versions helper + - debian/dkms-versions -- update from kernel-versions (main/2023.10.30) + + * disable shiftfs (LP: #2038522) + - [Config] lowlatency: disable shiftfs + + * usbip: error: failed to open /usr/share/hwdata//usb.ids (LP: #2039439) + - [Packaging] lowlatency: Make linux-tools-common depend on hwdata + + [ Ubuntu: 6.5.0-14.14 ] + + * mantic/linux: 6.5.0-14.14 -proposed tracker (LP: #2042660) + * Boot log print hang on screen, no login prompt on Aspeed 2600 rev 52 BMC + (LP: #2042850) + - drm/ast: Add BMC virtual connector + * arm64 atomic issues cause disk corruption (LP: #2042573) + - locking/atomic: scripts: fix fallback ifdeffery + * Packaging resync (LP: #1786013) + - [Packaging] update annotations scripts + + [ Ubuntu: 6.5.0-12.12 ] + + * mantic/linux: 6.5.0-12.12 -proposed tracker (LP: #2041536) + * Packaging resync (LP: #1786013) + - [Packaging] update annotations scripts + - [Packaging] update helper scripts + - debian/dkms-versions -- update from kernel-versions (main/2023.10.30) + * CVE-2023-5633 + - drm/vmwgfx: Keep a gem reference to user bos in surfaces + * CVE-2023-5345 + - fs/smb/client: Reset password pointer to NULL + * CVE-2023-39189 + - netfilter: nfnetlink_osf: avoid OOB read + * CVE-2023-4244 + - netfilter: nft_set_rbtree: skip sync GC for new elements in this transaction + * apparmor restricts read access of user namespace mediation sysctls to root + (LP: #2040194) + - SAUCE: apparmor: open userns related sysctl so lxc can check if restriction + are in place + * AppArmor spams kernel log with assert when auditing (LP: #2040192) + - SAUCE: apparmor: fix request field from a prompt reply that denies all + access + * apparmor notification files verification (LP: #2040250) + - SAUCE: apparmor: fix notification header size + * apparmor oops when racing to retrieve a notification (LP: #2040245) + - SAUCE: apparmor: fix oops when racing to retrieve notification + * SMC stats: Wrong bucket calculation for payload of exactly 4096 bytes + (LP: #2039575) + - net/smc: Fix pos miscalculation in statistics + * Support mipi camera on Intel Meteor Lake platform (LP: #2031412) + - SAUCE: iommu: intel-ipu: use IOMMU passthrough mode for Intel IPUs on Meteor + Lake + - SAUCE: platform/x86: int3472: Add handshake GPIO function + * CVE-2023-45898 + - ext4: fix slab-use-after-free in ext4_es_insert_extent() + * CVE-2023-31085 + - ubi: Refuse attaching if mtd's erasesize is 0 + * CVE-2023-5717 + - perf: Disallow mis-matched inherited group reads + * CVE-2023-5178 + - nvmet-tcp: Fix a possible UAF in queue intialization setup + * CVE-2023-5158 + - vringh: don't use vringh_kiov_advance() in vringh_iov_xfer() + * CVE-2023-5090 + - x86: KVM: SVM: always update the x2avic msr interception + * [SRU][J/L/M] UBUNTU: [Packaging] Make WWAN driver a loadable module + (LP: #2033406) + - [Packaging] Make WWAN driver loadable modules + * Unable to power off the system with MTL CPU (LP: #2039405) + - Revert "x86/smp: Put CPUs into INIT on shutdown if possible" + * usbip: error: failed to open /usr/share/hwdata//usb.ids (LP: #2039439) + - [Packaging] Make linux-tools-common depend on hwdata + * drop all references to is_rust_module.sh in kernels >= 6.5 (LP: #2038611) + - [Packaging] drop references to is_rust_module.sh + * disable shiftfs (LP: #2038522) + - SAUCE: ceph: enable unsafe idmapped mounts by default + - [Config] disable shiftfs + * Infinite systemd loop when power off the machine with multiple MD RAIDs + (LP: #2036184) + - md: Put the right device in md_seq_next + * [Mediatek] mt8195-demo: enable CONFIG_MTK_IOMMU as module for multimedia and + PCIE peripherals (LP: #2036587) + - [Config] Enable CONFIG_MTK_IOMMU on arm64 + * Realtek 8852CE WiFi 6E country code udpates (LP: #2037273) + - wifi: rtw89: regd: update regulatory map to R64-R43 + * Unable to use nvme drive to install Ubuntu 23.10 (LP: #2040157) + - misc: rtsx: Fix some platforms can not boot and move the l1ss judgment to + probe + * CVE-2023-42754 + - ipv4: fix null-deref in ipv4_link_failure + * linux-*: please enable dm-verity kconfigs to allow MoK/db verified root + images (LP: #2019040) + - [Config] CONFIG_DM_VERITY_VERIFY_ROOTHASH_SIG_SECONDARY_KEYRING=y + * Fix RCU warning on AMD laptops (LP: #2036377) + - power: supply: core: Use blocking_notifier_call_chain to avoid RCU complaint + * allow io_uring to be disabled in runtime (LP: #2035116) + - io_uring: add a sysctl to disable io_uring system-wide + * Fix unstable audio at low levels on Thinkpad P1G4 (LP: #2037077) + - ALSA: hda/realtek - ALC287 I2S speaker platform support + + -- Roxana Nicolescu Mon, 20 Nov 2023 12:27:50 +0100 + +linux-lowlatency (6.5.0-13.13.1) mantic; urgency=medium + + * mantic/linux-lowlatency: 6.5.0-13.13.1 -proposed tracker (LP: #2041872) + + [ Ubuntu: 6.5.0-13.13 ] + + * mantic/linux: 6.5.0-13.13 -proposed tracker (LP: #2042652) + * arm64 atomic issues cause disk corruption (LP: #2042573) + - locking/atomic: scripts: fix fallback ifdeffery + + [ Ubuntu: 6.5.0-11.11 ] + + * mantic/linux: 6.5.0-11.11 -proposed tracker (LP: #2041879) + * CVE-2023-31085 + - ubi: Refuse attaching if mtd's erasesize is 0 + * CVE-2023-4244 + - netfilter: nft_set_rbtree: skip sync GC for new elements in this transaction + * CVE-2023-5633 + - drm/vmwgfx: Keep a gem reference to user bos in surfaces + * CVE-2023-5345 + - fs/smb/client: Reset password pointer to NULL + * CVE-2023-5090 + - x86: KVM: SVM: always update the x2avic msr interception + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + -- Roxana Nicolescu Tue, 07 Nov 2023 21:47:08 +0100 + +linux-lowlatency (6.5.0-10.10.1) mantic; urgency=medium + + * mantic/linux-lowlatency: 6.5.0-10.10.1 -proposed tracker (LP: #2039199) + + * Packaging resync (LP: #1786013) + - [Packaging] update Ubuntu.md + - [Packaging] update update.conf + + [ Ubuntu: 6.5.0-10.10 ] + + * mantic/linux: 6.5.0-10.10 -proposed tracker (LP: #2039204) + * CVE-2023-4921 + - net: sched: sch_qfq: Fix UAF in qfq_dequeue() + * CVE-2023-42756 + - netfilter: ipset: Fix race between IPSET_CMD_CREATE and IPSET_CMD_SWAP + * CVE-2023-4881 + - netfilter: nftables: exthdr: fix 4-byte stack OOB write + * CVE-2023-5197 + - netfilter: nf_tables: disallow rule removal from chain binding + + -- Stefan Bader Fri, 20 Oct 2023 10:24:35 +0200 + +linux-lowlatency (6.5.0-9.9.1) mantic; urgency=medium + + * mantic/linux-lowlatency: 6.5.0-9.9.1 -proposed tracker (LP: #2038688) + + [ Ubuntu: 6.5.0-9.9 ] + + * mantic/linux: 6.5.0-9.9 -proposed tracker (LP: #2038687) + * update apparmor and LSM stacking patch set (LP: #2028253) + - re-apply apparmor 4.0.0 + * Disable restricting unprivileged change_profile by default, due to LXD + latest/stable not yet compatible with this new apparmor feature + (LP: #2038567) + - SAUCE: apparmor: Make apparmor_restrict_unprivileged_unconfined opt-in + + [ Ubuntu: 6.5.0-8.8 ] + + * mantic/linux: 6.5.0-8.8 -proposed tracker (LP: #2038577) + * update apparmor and LSM stacking patch set (LP: #2028253) + - SAUCE: apparmor3.2.0 [02/60]: rename SK_CTX() to aa_sock and make it an + inline fn + - SAUCE: apparmor3.2.0 [05/60]: Add sysctls for additional controls of unpriv + userns restrictions + - SAUCE: apparmor3.2.0 [08/60]: Stacking v38: LSM: Identify modules by more + than name + - SAUCE: apparmor3.2.0 [09/60]: Stacking v38: LSM: Add an LSM identifier for + external use + - SAUCE: apparmor3.2.0 [10/60]: Stacking v38: LSM: Identify the process + attributes for each module + - SAUCE: apparmor3.2.0 [11/60]: Stacking v38: LSM: Maintain a table of LSM + attribute data + - SAUCE: apparmor3.2.0 [12/60]: Stacking v38: proc: Use lsmids instead of lsm + names for attrs + - SAUCE: apparmor3.2.0 [13/60]: Stacking v38: integrity: disassociate + ima_filter_rule from security_audit_rule + - SAUCE: apparmor3.2.0 [14/60]: Stacking v38: LSM: Infrastructure management + of the sock security + - SAUCE: apparmor3.2.0 [15/60]: Stacking v38: LSM: Add the lsmblob data + structure. + - SAUCE: apparmor3.2.0 [16/60]: Stacking v38: LSM: provide lsm name and id + slot mappings + - SAUCE: apparmor3.2.0 [17/60]: Stacking v38: IMA: avoid label collisions with + stacked LSMs + - SAUCE: apparmor3.2.0 [18/60]: Stacking v38: LSM: Use lsmblob in + security_audit_rule_match + - SAUCE: apparmor3.2.0 [19/60]: Stacking v38: LSM: Use lsmblob in + security_kernel_act_as + - SAUCE: apparmor3.2.0 [20/60]: Stacking v38: LSM: Use lsmblob in + security_secctx_to_secid + - SAUCE: apparmor3.2.0 [21/60]: Stacking v38: LSM: Use lsmblob in + security_secid_to_secctx + - SAUCE: apparmor3.2.0 [22/60]: Stacking v38: LSM: Use lsmblob in + security_ipc_getsecid + - SAUCE: apparmor3.2.0 [23/60]: Stacking v38: LSM: Use lsmblob in + security_current_getsecid + - SAUCE: apparmor3.2.0 [24/60]: Stacking v38: LSM: Use lsmblob in + security_inode_getsecid + - SAUCE: apparmor3.2.0 [25/60]: Stacking v38: LSM: Use lsmblob in + security_cred_getsecid + - SAUCE: apparmor3.2.0 [26/60]: Stacking v38: LSM: Specify which LSM to + display + - SAUCE: apparmor3.2.0 [28/60]: Stacking v38: LSM: Ensure the correct LSM + context releaser + - SAUCE: apparmor3.2.0 [29/60]: Stacking v38: LSM: Use lsmcontext in + security_secid_to_secctx + - SAUCE: apparmor3.2.0 [30/60]: Stacking v38: LSM: Use lsmcontext in + security_inode_getsecctx + - SAUCE: apparmor3.2.0 [31/60]: Stacking v38: Use lsmcontext in + security_dentry_init_security + - SAUCE: apparmor3.2.0 [32/60]: Stacking v38: LSM: security_secid_to_secctx in + netlink netfilter + - SAUCE: apparmor3.2.0 [33/60]: Stacking v38: NET: Store LSM netlabel data in + a lsmblob + - SAUCE: apparmor3.2.0 [34/60]: Stacking v38: binder: Pass LSM identifier for + confirmation + - SAUCE: apparmor3.2.0 [35/60]: Stacking v38: LSM: security_secid_to_secctx + module selection + - SAUCE: apparmor3.2.0 [36/60]: Stacking v38: Audit: Keep multiple LSM data in + audit_names + - SAUCE: apparmor3.2.0 [37/60]: Stacking v38: Audit: Create audit_stamp + structure + - SAUCE: apparmor3.2.0 [38/60]: Stacking v38: LSM: Add a function to report + multiple LSMs + - SAUCE: apparmor3.2.0 [39/60]: Stacking v38: Audit: Allow multiple records in + an audit_buffer + - SAUCE: apparmor3.2.0 [40/60]: Stacking v38: Audit: Add record for multiple + task security contexts + - SAUCE: apparmor3.2.0 [41/60]: Stacking v38: audit: multiple subject lsm + values for netlabel + - SAUCE: apparmor3.2.0 [42/60]: Stacking v38: Audit: Add record for multiple + object contexts + - SAUCE: apparmor3.2.0 [43/60]: Stacking v38: netlabel: Use a struct lsmblob + in audit data + - SAUCE: apparmor3.2.0 [44/60]: Stacking v38: LSM: Removed scaffolding + function lsmcontext_init + - SAUCE: apparmor3.2.0 [45/60]: Stacking v38: AppArmor: Remove the exclusive + flag + - SAUCE: apparmor3.2.0 [46/60]: combine common_audit_data and + apparmor_audit_data + - SAUCE: apparmor3.2.0 [47/60]: setup slab cache for audit data + - SAUCE: apparmor3.2.0 [48/60]: rename audit_data->label to + audit_data->subj_label + - SAUCE: apparmor3.2.0 [49/60]: pass cred through to audit info. + - SAUCE: apparmor3.2.0 [50/60]: Improve debug print infrastructure + - SAUCE: apparmor3.2.0 [51/60]: add the ability for profiles to have a + learning cache + - SAUCE: apparmor3.2.0 [52/60]: enable userspace upcall for mediation + - SAUCE: apparmor3.2.0 [53/60]: cache buffers on percpu list if there is lock + contention + - SAUCE: apparmor3.2.0 [55/60]: advertise availability of exended perms + - SAUCE: apparmor3.2.0 [60/60]: [Config] enable + CONFIG_SECURITY_APPARMOR_RESTRICT_USERNS + * LSM stacking and AppArmor for 6.2: additional fixes (LP: #2017903) // update + apparmor and LSM stacking patch set (LP: #2028253) + - SAUCE: apparmor3.2.0 [57/60]: fix profile verification and enable it + * udev fails to make prctl() syscall with apparmor=0 (as used by maas by + default) (LP: #2016908) // update apparmor and LSM stacking patch set + (LP: #2028253) + - SAUCE: apparmor3.2.0 [27/60]: Stacking v38: Fix prctl() syscall with + apparmor=0 + * kinetic: apply new apparmor and LSM stacking patch set (LP: #1989983) // + update apparmor and LSM stacking patch set (LP: #2028253) + - SAUCE: apparmor3.2.0 [01/60]: add/use fns to print hash string hex value + - SAUCE: apparmor3.2.0 [03/60]: patch to provide compatibility with v2.x net + rules + - SAUCE: apparmor3.2.0 [04/60]: add user namespace creation mediation + - SAUCE: apparmor3.2.0 [06/60]: af_unix mediation + - SAUCE: apparmor3.2.0 [07/60]: Add fine grained mediation of posix mqueues + + -- Paolo Pisati Fri, 06 Oct 2023 21:53:32 +0200 + +linux-lowlatency (6.5.0-8.8.1) mantic; urgency=medium + + * mantic/linux-lowlatency: 6.5.0-8.8.1 -proposed tracker (LP: #2037969) + + [ Ubuntu: 6.5.0-7.7 ] + + * mantic/linux: 6.5.0-7.7 -proposed tracker (LP: #2037611) + * kexec enable to load/kdump zstd compressed zimg (LP: #2037398) + - [Packaging] Revert arm64 image format to Image.gz + * Mantic minimized/minimal cloud images do not receive IP address during + provisioning (LP: #2036968) + - [Config] Enable virtio-net as built-in to avoid race + * Miscellaneous Ubuntu changes + - SAUCE: Add mdev_set_iommu_device() kABI + - [Config] update gcc version in annotations + + -- Paolo Pisati Mon, 02 Oct 2023 11:03:22 +0200 + +linux-lowlatency (6.5.0-7.7.1) mantic; urgency=medium + + * mantic/linux-lowlatency: 6.5.0-7.7.1 -proposed tracker (LP: #2037627) + + -- Paolo Pisati Fri, 29 Sep 2023 14:22:33 +0200 + +linux-lowlatency (6.5.0-6.6.1) mantic; urgency=medium + + * mantic/linux-lowlatency: 6.5.0-6.6.1 -proposed tracker (LP: #2035599) + + * Miscellaneous Ubuntu changes + - [Config] updateconfigs after Ubuntu-6.5.0-6.6 rebase + - [packaging] update rust, clang and bindgen build-deps + + -- Paolo Pisati Mon, 25 Sep 2023 13:13:04 +0200 + +linux-lowlatency (6.5.0-5.5.1) mantic; urgency=medium + + * mantic/linux-lowlatency: 6.5.0-5.5.1 -proposed tracker (LP: #2034552) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/d2023.08.23) + + -- Paolo Pisati Wed, 06 Sep 2023 16:13:46 +0200 + +linux-lowlatency (6.5.0-4.4.1) mantic; urgency=medium + + * mantic/linux-lowlatency: 6.5.0-4.4.1 -proposed tracker (LP: #2034047) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/d2023.08.23) + + -- Paolo Pisati Mon, 04 Sep 2023 17:07:42 +0200 + +linux-lowlatency (6.5.0-3.3.1) mantic; urgency=medium + + * mantic/linux-lowlatency: 6.5.0-3.3.1 -proposed tracker (LP: #2033908) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/d2023.08.23) + + -- Paolo Pisati Fri, 01 Sep 2023 16:37:16 +0200 + +linux-lowlatency (6.5.0-2.2.1) mantic; urgency=medium + + * mantic/linux-lowlatency: 6.5.0-2.2.1 -proposed tracker (LP: #2033020) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/d2023.08.23) + + * Miscellaneous Ubuntu changes + - [Packaging] derive it from mantic:linux + - [Config] updateconfigs after rebase on Ubuntu-6.5.0-2.2 + + -- Paolo Pisati Wed, 30 Aug 2023 08:29:23 +0200 + +linux-lowlatency (6.5.0-1.1.1) mantic; urgency=medium + + * mantic/linux-lowlatency: 6.5.0-1.1.1 -proposed tracker (LP: #2029226) + + * Miscellaneous Ubuntu changes + - [Packaging] move to Mantic 6.5 + - [Packaging] add libstdc++-dev, python3-dev and zstd to build-depends + - [Config] updateconfigs after rebase on Ubuntu-unstable-6.5.0-4.4 + + [ Ubuntu: 6.5.0-4.4 ] + + * mantic/linux-unstable: 6.5.0-4.4 -proposed tracker (LP: #2029086) + * Miscellaneous Ubuntu changes + - [Packaging] Add .NOTPARALLEL + - [Packaging] Remove meaningless $(header_arch) + - [Packaging] Fix File exists error in install-arch-headers + - [Packaging] clean debian/linux-* directories + - [Packaging] remove hmake + - [Packaging] install headers to debian/linux-libc-dev directly + - [Config] define CONFIG options for arm64 instead of arm64-generic + - [Config] update annotations after rebase to v6.5-rc4 + - [Packaging] temporarily disable Rust support + * Rebase to v6.5-rc4 + + [ Ubuntu: 6.5.0-3.3 ] + + * mantic/linux-unstable: 6.5.0-3.3 -proposed tracker (LP: #2028779) + * enable Rust support in the kernel (LP: #2007654) + - SAUCE: rust: support rustc-1.69.0 + - [Packaging] depend on rustc-1.69.0 + * Packaging resync (LP: #1786013) + - [Packaging] resync update-dkms-versions helper + - [Packaging] resync getabis + * Fix UBSAN in Intel EDAC driver (LP: #2028746) + - EDAC/i10nm: Skip the absent memory controllers + * Ship kernel modules Zstd compressed (LP: #2028568) + - SAUCE: Support but do not require compressed modules + - [Config] Enable support for ZSTD compressed modules + - [Packaging] ZSTD compress modules + * update apparmor and LSM stacking patch set (LP: #2028253) + - SAUCE: apparmor3.2.0 [02/60]: rename SK_CTX() to aa_sock and make it an + inline fn + - SAUCE: apparmor3.2.0 [05/60]: Add sysctls for additional controls of unpriv + userns restrictions + - SAUCE: apparmor3.2.0 [08/60]: Stacking v38: LSM: Identify modules by more + than name + - SAUCE: apparmor3.2.0 [09/60]: Stacking v38: LSM: Add an LSM identifier for + external use + - SAUCE: apparmor3.2.0 [10/60]: Stacking v38: LSM: Identify the process + attributes for each module + - SAUCE: apparmor3.2.0 [11/60]: Stacking v38: LSM: Maintain a table of LSM + attribute data + - SAUCE: apparmor3.2.0 [12/60]: Stacking v38: proc: Use lsmids instead of lsm + names for attrs + - SAUCE: apparmor3.2.0 [13/60]: Stacking v38: integrity: disassociate + ima_filter_rule from security_audit_rule + - SAUCE: apparmor3.2.0 [14/60]: Stacking v38: LSM: Infrastructure management + of the sock security + - SAUCE: apparmor3.2.0 [15/60]: Stacking v38: LSM: Add the lsmblob data + structure. + - SAUCE: apparmor3.2.0 [16/60]: Stacking v38: LSM: provide lsm name and id + slot mappings + - SAUCE: apparmor3.2.0 [17/60]: Stacking v38: IMA: avoid label collisions with + stacked LSMs + - SAUCE: apparmor3.2.0 [18/60]: Stacking v38: LSM: Use lsmblob in + security_audit_rule_match + - SAUCE: apparmor3.2.0 [19/60]: Stacking v38: LSM: Use lsmblob in + security_kernel_act_as + - SAUCE: apparmor3.2.0 [20/60]: Stacking v38: LSM: Use lsmblob in + security_secctx_to_secid + - SAUCE: apparmor3.2.0 [21/60]: Stacking v38: LSM: Use lsmblob in + security_secid_to_secctx + - SAUCE: apparmor3.2.0 [22/60]: Stacking v38: LSM: Use lsmblob in + security_ipc_getsecid + - SAUCE: apparmor3.2.0 [23/60]: Stacking v38: LSM: Use lsmblob in + security_current_getsecid + - SAUCE: apparmor3.2.0 [24/60]: Stacking v38: LSM: Use lsmblob in + security_inode_getsecid + - SAUCE: apparmor3.2.0 [25/60]: Stacking v38: LSM: Use lsmblob in + security_cred_getsecid + - SAUCE: apparmor3.2.0 [26/60]: Stacking v38: LSM: Specify which LSM to + display + - SAUCE: apparmor3.2.0 [28/60]: Stacking v38: LSM: Ensure the correct LSM + context releaser + - SAUCE: apparmor3.2.0 [29/60]: Stacking v38: LSM: Use lsmcontext in + security_secid_to_secctx + - SAUCE: apparmor3.2.0 [30/60]: Stacking v38: LSM: Use lsmcontext in + security_inode_getsecctx + - SAUCE: apparmor3.2.0 [31/60]: Stacking v38: Use lsmcontext in + security_dentry_init_security + - SAUCE: apparmor3.2.0 [32/60]: Stacking v38: LSM: security_secid_to_secctx in + netlink netfilter + - SAUCE: apparmor3.2.0 [33/60]: Stacking v38: NET: Store LSM netlabel data in + a lsmblob + - SAUCE: apparmor3.2.0 [34/60]: Stacking v38: binder: Pass LSM identifier for + confirmation + - SAUCE: apparmor3.2.0 [35/60]: Stacking v38: LSM: security_secid_to_secctx + module selection + - SAUCE: apparmor3.2.0 [36/60]: Stacking v38: Audit: Keep multiple LSM data in + audit_names + - SAUCE: apparmor3.2.0 [37/60]: Stacking v38: Audit: Create audit_stamp + structure + - SAUCE: apparmor3.2.0 [38/60]: Stacking v38: LSM: Add a function to report + multiple LSMs + - SAUCE: apparmor3.2.0 [39/60]: Stacking v38: Audit: Allow multiple records in + an audit_buffer + - SAUCE: apparmor3.2.0 [40/60]: Stacking v38: Audit: Add record for multiple + task security contexts + - SAUCE: apparmor3.2.0 [41/60]: Stacking v38: audit: multiple subject lsm + values for netlabel + - SAUCE: apparmor3.2.0 [42/60]: Stacking v38: Audit: Add record for multiple + object contexts + - SAUCE: apparmor3.2.0 [43/60]: Stacking v38: netlabel: Use a struct lsmblob + in audit data + - SAUCE: apparmor3.2.0 [44/60]: Stacking v38: LSM: Removed scaffolding + function lsmcontext_init + - SAUCE: apparmor3.2.0 [45/60]: Stacking v38: AppArmor: Remove the exclusive + flag + - SAUCE: apparmor3.2.0 [46/60]: combine common_audit_data and + apparmor_audit_data + - SAUCE: apparmor3.2.0 [47/60]: setup slab cache for audit data + - SAUCE: apparmor3.2.0 [48/60]: rename audit_data->label to + audit_data->subj_label + - SAUCE: apparmor3.2.0 [49/60]: pass cred through to audit info. + - SAUCE: apparmor3.2.0 [50/60]: Improve debug print infrastructure + - SAUCE: apparmor3.2.0 [51/60]: add the ability for profiles to have a + learning cache + - SAUCE: apparmor3.2.0 [52/60]: enable userspace upcall for mediation + - SAUCE: apparmor3.2.0 [53/60]: cache buffers on percpu list if there is lock + contention + - SAUCE: apparmor3.2.0 [55/60]: advertise availability of exended perms + - SAUCE: apparmor3.2.0 [60/60]: [Config] enable + CONFIG_SECURITY_APPARMOR_RESTRICT_USERNS + * LSM stacking and AppArmor for 6.2: additional fixes (LP: #2017903) // update + apparmor and LSM stacking patch set (LP: #2028253) + - SAUCE: apparmor3.2.0 [57/60]: fix profile verification and enable it + * udev fails to make prctl() syscall with apparmor=0 (as used by maas by + default) (LP: #2016908) // update apparmor and LSM stacking patch set + (LP: #2028253) + - SAUCE: apparmor3.2.0 [27/60]: Stacking v38: Fix prctl() syscall with + apparmor=0 + * kinetic: apply new apparmor and LSM stacking patch set (LP: #1989983) // + update apparmor and LSM stacking patch set (LP: #2028253) + - SAUCE: apparmor3.2.0 [01/60]: add/use fns to print hash string hex value + - SAUCE: apparmor3.2.0 [03/60]: patch to provide compatibility with v2.x net + rules + - SAUCE: apparmor3.2.0 [04/60]: add user namespace creation mediation + - SAUCE: apparmor3.2.0 [06/60]: af_unix mediation + - SAUCE: apparmor3.2.0 [07/60]: Add fine grained mediation of posix mqueues + * Miscellaneous Ubuntu changes + - [Packaging] Use consistent llvm/clang for rust + * Rebase to v6.5-rc3 + + [ Ubuntu: 6.5.0-2.2 ] + + * mantic/linux-unstable: 6.5.0-2.2 -proposed tracker (LP: #2027953) + * Remove non-LPAE kernel flavor (LP: #2025265) + - [Packaging] Rename armhf generic-lpae flavor to generic + * Please enable Renesas RZ platform serial installer (LP: #2022361) + - [Config] enable hihope RZ/G2M serial console + * Miscellaneous Ubuntu changes + - [Packaging] snap: Remove old configs handling + - [Packaging] checks/final-checks: Remove old configs handling + - [Packaging] checks/final-checks: check existance of Makefile first + - [Packaging] checks/final-checks: Fix shellcheck issues + - [Packaging] add libstdc++-dev to the build dependencies + - [Config] update annotations after rebase to v6.5-rc2 + * Miscellaneous upstream changes + - kbuild: rust: avoid creating temporary files + - rust: fix bindgen build error with UBSAN_BOUNDS_STRICT + * Rebase to v6.5-rc2 + + [ Ubuntu: 6.5.0-1.1 ] + + * mantic/linux-unstable: 6.5.0-1.1 -proposed tracker (LP: #2026689) + * CVE-2023-31248 + - netfilter: nf_tables: do not ignore genmask when looking up chain by id + * CVE-2023-35001 + - netfilter: nf_tables: prevent OOB access in nft_byteorder_eval + * HDMI output with More than one child device for port B in VBT error + (LP: #2025195) + - SAUCE: drm/i915/quirks: Add multiple VBT quirk for HP ZBook Power G10 + * CVE-2023-2640 // CVE-2023-32629 + - SAUCE: overlayfs: default to userxattr when mounted from non initial user + namespace + * Packaging resync (LP: #1786013) + - [Packaging] resync update-dkms-versions helper + * enable Rust support in the kernel (LP: #2007654) + - SAUCE: btf, scripts: rust: drop is_rust_module.sh + - [Packaging] add rust dependencies + * CVE-2023-2612 + - SAUCE: shiftfs: prevent lock unbalance in shiftfs_create_object() + * Miscellaneous Ubuntu changes + - SAUCE: shiftfs: support linux 6.5 + - [Config] update annotations after rebase to v6.5-rc1 + - [Config] temporarily disable Rust + * Rebase to v6.5-rc1 + + [ Ubuntu: 6.5.0-0.0 ] + + * Empty entry + + [ Ubuntu: 6.4.0-8.8 ] + + * mantic/linux-unstable: 6.4.0-8.8 -proposed tracker (LP: #2025018) + * Miscellaneous Ubuntu changes + - [Config] update toolchain version (gcc) in annotations + * Rebase to v6.4 + + [ Ubuntu: 6.4.0-7.7 ] + + * mantic/linux-unstable: 6.4.0-7.7 -proposed tracker (LP: #2024338) + * Rebase to v6.4-rc7 + + [ Ubuntu: 6.4.0-6.6 ] + + * mantic/linux-unstable: 6.4.0-6.6 -proposed tracker (LP: #2023966) + * Packaging resync (LP: #1786013) + - [Packaging] update annotations scripts + * enable multi-gen LRU by default (LP: #2023629) + - [Config] enable multi-gen LRU by default + * Fix Monitor lost after replug WD19TBS to SUT port with VGA/DVI to type-C + dongle (LP: #2021949) + - thunderbolt: Do not touch CL state configuration during discovery + - thunderbolt: Increase DisplayPort Connection Manager handshake timeout + * Neuter signing tarballs (LP: #2012776) + - [Packaging] remove the signing tarball support + * Enable Tracing Configs for OSNOISE and TIMERLAT (LP: #2018591) + - [Config] Enable OSNOISE_TRACER and TIMERLAT_TRACER configs + * Miscellaneous Ubuntu changes + - [Config] Add CONFIG_AS_HAS_NON_CONST_LEB128 on riscv64 + - [Packaging] introduce do_lib_rust and enable it only on generic amd64 + - [Config] update annotations after rebase to v6.4-rc6 + * Rebase to v6.4-rc6 + + [ Ubuntu: 6.4.0-5.5 ] + + * mantic/linux-unstable: 6.4.0-5.5 -proposed tracker (LP: #2022886) + * Miscellaneous Ubuntu changes + - [Packaging] update getabis to support linux-unstable + - UBUNTU [Config]: disable hibernation on riscv64 + * Rebase to v6.4-rc5 + + [ Ubuntu: 6.4.0-4.4 ] + + * mantic/linux-unstable: 6.4.0-4.4 -proposed tracker (LP: #2021597) + * Miscellaneous Ubuntu changes + - [Config] udpate annotations after rebase to v6.4-rc4 + + [ Ubuntu: 6.4.0-3.3 ] + + * mantic/linux-unstable: 6.4.0-3.3 -proposed tracker (LP: #2021497) + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + - [Packaging] resync getabis + * support python < 3.9 with annotations (LP: #2020531) + - [Packaging] kconfig/annotations.py: support older way of merging dicts + * generate linux-lib-rust only on amd64 (LP: #2020356) + - [Packaging] generate linux-lib-rust only on amd64 + * Miscellaneous Ubuntu changes + - [Packaging] annotations: never drop configs that have notes different than + the parent + - [Config] drop CONFIG_SMBFS_COMMON from annotations + - [Packaging] perf: build without libtraceevent + * Rebase to v6.4-rc4 + + [ Ubuntu: 6.4.0-2.2 ] + + * mantic/linux-unstable: 6.4.0-2.2 -proposed tracker (LP: #2020330) + * Computer with Intel Atom CPU will not boot with Kernel 6.2.0-20 + (LP: #2017444) + - [Config]: Disable CONFIG_INTEL_ATOMISP + * Fix NVME storage with RAID ON disappeared under Dell factory WINPE + environment (LP: #2011768) + - SAUCE: PCI: vmd: Reset VMD config register between soft reboots + * Miscellaneous Ubuntu changes + - [Packaging] Drop support of old config handling + - [Config] update annotations after rebase to v6.4-rc3 + * Rebase to v6.4-rc3 + + [ Ubuntu: 6.4.0-1.1 ] + + * mantic/linux-unstable: 6.4.0-1.1 -proposed tracker (LP: #2019965) + * Packaging resync (LP: #1786013) + - [Packaging] update variants + - [Packaging] update helper scripts + * Kernel 6.1 bumped the disk consumption on default images by 15% + (LP: #2015867) + - [Packaging] introduce a separate linux-lib-rust package + * Miscellaneous Ubuntu changes + - [Config] enable CONFIG_BLK_DEV_UBLK on amd64 + - [Packaging] annotations: use python3 in the shebang + - SAUCE: blk-throttle: Fix io statistics for cgroup v1 + - [Packaging] move to v6.4 and rename to linux-unstable + - [Config] update annotations after rebase to v6.4-rc1 + - [Packaging] temporarily disable perf + - [Packaging] temporarily disable bpftool + - [Config] ppc64el: reduce CONFIG_ARCH_FORCE_MAX_ORDER from 9 to 8 + - SAUCE: perf: explicitly disable libtraceevent + * Rebase to v6.4-rc2 + + [ Ubuntu: 6.4.0-0.0 ] + + * Empty entry + + -- Paolo Pisati Wed, 02 Aug 2023 15:38:48 +0200 + +linux-lowlatency (6.5.0-0.0.1) mantic; urgency=medium + + * mantic/linux-lowlatency: 6.3.0-7.7.1 -proposed tracker (LP: #2024476) + + * Miscellaneous Ubuntu changes + - [Config] update toolchain version + + [ Ubuntu: 6.3.0-7.7 ] + + * mantic/linux: 6.3.0-7.7 -proposed tracker (LP: #2023297) + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + -- Paolo Pisati Tue, 20 Jun 2023 17:52:45 +0200 + +linux-lowlatency (6.3.0-6.6.1) mantic; urgency=medium + + * mantic/linux-lowlatency: 6.3.0-6.6.1 -proposed tracker (LP: #2022923) + + * kernel .config lowlatency improvements (LP: #2023007) + - [Config] lowlatency: enhance desktop responsiveness + + [ Ubuntu: 6.3.0-6.6 ] + + * mantic/linux: 6.3.0-6.6 -proposed tracker (LP: #2022324) + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + - [Packaging] resync getabis + - [Packaging] update helper scripts + - debian/dkms-versions -- update from kernel-versions (main/master) + * Mantic update: v6.3.5 upstream stable release (LP: #2022326) + - wifi: rtw89: 8852b: adjust quota to avoid SER L1 caused by access null page + - usb: dwc3: fix gadget mode suspend interrupt handler issue + - tpm, tpm_tis: Avoid cache incoherency in test for interrupts + - tpm, tpm_tis: Only handle supported interrupts + - tpm_tis: Use tpm_chip_{start,stop} decoration inside tpm_tis_resume + - tpm, tpm_tis: startup chip before testing for interrupts + - tpm: Re-enable TPM chip boostrapping non-tpm_tis TPM drivers + - tpm: Prevent hwrng from activating during resume + - zsmalloc: move LRU update from zs_map_object() to zs_malloc() + - watchdog: sp5100_tco: Immediately trigger upon starting. + - mm/vmemmap/devdax: fix kernel crash when probing devdax devices + - ocfs2: Switch to security_inode_init_security() + - x86/mm: Avoid incomplete Global INVLPG flushes + - platform/x86/intel/ifs: Annotate work queue on stack so object debug does + not complain + - cifs: Fix cifs_limit_bvec_subset() to correctly check the maxmimum size + - cifs: fix smb1 mount regression + - ALSA: hda/ca0132: add quirk for EVGA X299 DARK + - ALSA: hda: Fix unhandled register update during auto-suspend period + - ALSA: hda/realtek: Enable headset onLenovo M70/M90 + - SUNRPC: Don't change task->tk_status after the call to rpc_exit_task + - mmc: sdhci-esdhc-imx: make "no-mmc-hs400" works + - mmc: block: ensure error propagation for non-blk + - power: supply: axp288_fuel_gauge: Fix external_power_changed race + - power: supply: bq25890: Fix external_power_changed race + - ASoC: rt5682: Disable jack detection interrupt during suspend + - net: cdc_ncm: Deal with too low values of dwNtbOutMaxSize + - m68k: Move signal frame following exception on 68020/030 + - ipv{4,6}/raw: fix output xfrm lookup wrt protocol + - xtensa: fix signal delivery to FDPIC process + - xtensa: add __bswap{si,di}2 helpers + - parisc: Use num_present_cpus() in alternative patching code + - parisc: Handle kgdb breakpoints only in kernel context + - parisc: Fix flush_dcache_page() for usage from irq context + - parisc: Allow to reboot machine after system halt + - parisc: Enable LOCKDEP support + - parisc: Handle kprobes breakpoints only in kernel context + - xfs: fix livelock in delayed allocation at ENOSPC + - cxl/port: Enable the HDM decoder capability for switch ports + - gpio: mockup: Fix mode of debugfs files + - btrfs: use nofs when cleaning up aborted transactions + - thermal: intel: int340x: Add new line for UUID display + - block: fix bio-cache for passthru IO + - dt-binding: cdns,usb3: Fix cdns,on-chip-buff-size type + - drm/amd/display: Have Payload Properly Created After Resume + - drm/mgag200: Fix gamma lut not initialized. + - drm/radeon: reintroduce radeon_dp_work_func content + - drm/amdgpu: don't enable secure display on incompatible platforms + - drm/amd/pm: add missing NotifyPowerSource message mapping for SMU13.0.7 + - drm/amd/pm: Fix output of pp_od_clk_voltage + - Revert "binder_alloc: add missing mmap_lock calls when using the VMA" + - Revert "android: binder: stop saving a pointer to the VMA" + - binder: add lockless binder_alloc_(set|get)_vma() + - binder: fix UAF caused by faulty buffer cleanup + - binder: fix UAF of alloc->vma in race with munmap() + - drm/amd/amdgpu: limit one queue per gang + - perf/x86/uncore: Correct the number of CHAs on SPR + - x86/topology: Fix erroneous smp_num_siblings on Intel Hybrid platforms + - irqchip/mips-gic: Don't touch vl_map if a local interrupt is not routable + - irqchip/mips-gic: Use raw spinlock for gic_lock + - debugobjects: Don't wake up kswapd from fill_pool() + - fbdev: udlfb: Fix endpoint check + - net: fix stack overflow when LRO is disabled for virtual interfaces + - udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated(). + - USB: core: Add routines for endpoint checks in old drivers + - USB: sisusbvga: Add endpoint checks + - media: radio-shark: Add endpoint checks + - ASoC: lpass: Fix for KASAN use_after_free out of bounds + - net: fix skb leak in __skb_tstamp_tx() + - drm: fix drmm_mutex_init() + - selftests: fib_tests: mute cleanup error message + - octeontx2-pf: Fix TSOv6 offload + - bpf: Fix mask generation for 32-bit narrow loads of 64-bit fields + - bpf: fix a memory leak in the LRU and LRU_PERCPU hash maps + - lan966x: Fix unloading/loading of the driver + - ipv6: Fix out-of-bounds access in ipv6_find_tlv() + - cifs: mapchars mount option ignored + - power: supply: leds: Fix blink to LED on transition + - power: supply: mt6360: add a check of devm_work_autocancel in + mt6360_charger_probe + - power: supply: bq27xxx: Fix bq27xxx_battery_update() race condition + - power: supply: bq27xxx: Fix I2C IRQ race on remove + - power: supply: bq27xxx: Fix poll_interval handling and races on remove + - power: supply: bq27xxx: Add cache parameter to + bq27xxx_battery_current_and_status() + - power: supply: bq27xxx: Move bq27xxx_battery_update() down + - power: supply: bq27xxx: Ensure power_supply_changed() is called on current + sign changes + - power: supply: bq27xxx: After charger plug in/out wait 0.5s for things to + stabilize + - power: supply: bq25890: Call power_supply_changed() after updating input + current or voltage + - power: supply: bq24190: Call power_supply_changed() after updating input + current + - power: supply: sbs-charger: Fix INHIBITED bit for Status reg + - optee: fix uninited async notif value + - firmware: arm_ffa: Check if ffa_driver remove is present before executing + - firmware: arm_ffa: Fix FFA device names for logical partitions + - fs: fix undefined behavior in bit shift for SB_NOUSER + - regulator: pca9450: Fix BUCK2 enable_mask + - platform/x86: ISST: Remove 8 socket limit + - coresight: Fix signedness bug in tmc_etr_buf_insert_barrier_packet() + - ARM: dts: imx6qdl-mba6: Add missing pvcie-supply regulator + - x86/pci/xen: populate MSI sysfs entries + - xen/pvcalls-back: fix double frees with pvcalls_new_active_socket() + - x86/show_trace_log_lvl: Ensure stack pointer is aligned, again + - ASoC: Intel: Skylake: Fix declaration of enum skl_ch_cfg + - ASoC: Intel: avs: Fix declaration of enum avs_channel_config + - ASoC: Intel: avs: Access path components under lock + - cxl: Wait Memory_Info_Valid before access memory related info + - cxl: Move cxl_await_media_ready() to before capacity info retrieval + - sctp: fix an issue that plpmtu can never go to complete state + - forcedeth: Fix an error handling path in nv_probe() + - platform/mellanox: mlxbf-pmc: fix sscanf() error checking + - net/mlx5e: Fix SQ wake logic in ptp napi_poll context + - net/mlx5e: Fix deadlock in tc route query code + - net/mlx5e: Use correct encap attribute during invalidation + - net/mlx5e: do as little as possible in napi poll when budget is 0 + - net/mlx5: DR, Fix crc32 calculation to work on big-endian (BE) CPUs + - net/mlx5: Handle pairing of E-switch via uplink un/load APIs + - net/mlx5: DR, Check force-loopback RC QP capability independently from RoCE + - net/mlx5: Fix error message when failing to allocate device memory + - net/mlx5: Collect command failures data only for known commands + - net/mlx5: Devcom, fix error flow in mlx5_devcom_register_device + - net/mlx5: Devcom, serialize devcom registration + - arm64: dts: imx8mn-var-som: fix PHY detection bug by adding deassert delay + - firmware: arm_ffa: Set reserved/MBZ fields to zero in the memory descriptors + - regulator: mt6359: add read check for PMIC MT6359 + - net/smc: Reset connection when trying to use SMCRv2 fails. + - 3c589_cs: Fix an error handling path in tc589_probe() + - page_pool: fix inconsistency for page_pool_ring_[un]lock() + - net: ethernet: mtk_eth_soc: fix QoS on DSA MAC on non MTK_NETSYS_V2 SoCs + - net: phy: mscc: add VSC8502 to MODULE_DEVICE_TABLE + - Revert "arm64: dts: imx8mp: Drop simple-bus from fsl,imx8mp-media-blk-ctrl" + - Linux 6.3.5 + + -- Dimitri John Ledkov Tue, 06 Jun 2023 13:20:13 +0100 + +linux-lowlatency (6.3.0-5.5.1) mantic; urgency=medium + + * Initial ABI + + [ Ubuntu: 6.3.0-5.5 ] + + -- Paolo Pisati Fri, 14 Apr 2023 15:06:33 +0200 + +linux-lowlatency (6.2.0-1004.4) lunar; urgency=medium + + * lunar/linux-lowlatency: 6.2.0-1004.4 -proposed tracker (LP: #2016275) + + * Miscellaneous Ubuntu changes + - rebase on Ubuntu-6.2.0-21.21 + + * Rebase on Ubuntu-6.2.0-21.21 + + -- Paolo Pisati Fri, 14 Apr 2023 15:06:33 +0200 + +linux-lowlatency (6.2.0-1003.3) lunar; urgency=medium + + * lunar/linux-lowlatency: 6.2.0-1003.3 -proposed tracker (LP: #2015441) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + * Miscellaneous Ubuntu changes + - [Config] lowlatency: cleanup annotations to show only the relevant configs + + [ Ubuntu: 6.2.0-20.20 ] + + * lunar/linux: 6.2.0-20.20 -proposed tracker (LP: #2015429) + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + * FTBFS with different dkms or when makeflags are set (LP: #2015361) + - [Packaging] FTBFS with different dkms or when makeflags are set + * expoline.o is packaged unconditionally for s390x (LP: #2013209) + - [Packaging] Copy expoline.o only when produced by the build + * net:l2tp.sh failure with lunar:linux 6.2 (LP: #2013014) + - SAUCE: l2tp: generate correct module alias strings + * Miscellaneous Ubuntu changes + - [Packaging] annotations: prevent duplicate include lines + + [ Ubuntu: 6.2.0-19.19 ] + + * lunar/linux: 6.2.0-19.19 -proposed tracker (LP: #2012488) + * Neuter signing tarballs (LP: #2012776) + - [Packaging] neuter the signing tarball + * LSM stacking and AppArmor refresh for 6.2 kernel (LP: #2012136) + - Revert "UBUNTU: [Config] define CONFIG_SECURITY_APPARMOR_RESTRICT_USERNS" + - Revert "UBUNTU: SAUCE: apparmor: add user namespace creation mediation" + - Revert "UBUNTU: SAUCE: apparmor: Add fine grained mediation of posix + mqueues" + - Revert "UBUNTU: SAUCE: Revert "apparmor: make __aa_path_perm() static"" + - Revert "UBUNTU: SAUCE: LSM: Specify which LSM to display (using struct cred + as input)" + - Revert "UBUNTU: SAUCE: apparmor: Fix build error, make sk parameter const" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in smk_netlbl_mls()" + - Revert "UBUNTU: SAUCE: LSM: change ima_read_file() to use lsmblob" + - Revert "UBUNTU: SAUCE: apparmor: rename kzfree() to kfree_sensitive()" + - Revert "UBUNTU: SAUCE: AppArmor: Remove the exclusive flag" + - Revert "UBUNTU: SAUCE: LSM: Add /proc attr entry for full LSM context" + - Revert "UBUNTU: SAUCE: Audit: Fix incorrect static inline function + declration." + - Revert "UBUNTU: SAUCE: Audit: Fix for missing NULL check" + - Revert "UBUNTU: SAUCE: Audit: Add a new record for multiple object LSM + attributes" + - Revert "UBUNTU: SAUCE: Audit: Add new record for multiple process LSM + attributes" + - Revert "UBUNTU: SAUCE: NET: Store LSM netlabel data in a lsmblob" + - Revert "UBUNTU: SAUCE: LSM: security_secid_to_secctx in netlink netfilter" + - Revert "UBUNTU: SAUCE: LSM: Use lsmcontext in security_inode_getsecctx" + - Revert "UBUNTU: SAUCE: LSM: Use lsmcontext in security_secid_to_secctx" + - Revert "UBUNTU: SAUCE: LSM: Ensure the correct LSM context releaser" + - Revert "UBUNTU: SAUCE: LSM: Specify which LSM to display" + - Revert "UBUNTU: SAUCE: IMA: Change internal interfaces to use lsmblobs" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_cred_getsecid" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_inode_getsecid" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_task_getsecid" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_ipc_getsecid" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_secid_to_secctx" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_secctx_to_secid" + - Revert "UBUNTU: SAUCE: net: Prepare UDS for security module stacking" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_kernel_act_as" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_audit_rule_match" + - Revert "UBUNTU: SAUCE: LSM: Create and manage the lsmblob data structure." + - Revert "UBUNTU: SAUCE: LSM: Infrastructure management of the sock security" + - Revert "UBUNTU: SAUCE: apparmor: LSM stacking: switch from SK_CTX() to + aa_sock()" + - Revert "UBUNTU: SAUCE: apparmor: rename aa_sock() to aa_unix_sk()" + - Revert "UBUNTU: SAUCE: apparmor: disable showing the mode as part of a secid + to secctx" + - Revert "UBUNTU: SAUCE: apparmor: fix use after free in sk_peer_label" + - Revert "UBUNTU: SAUCE: apparmor: af_unix mediation" + - Revert "UBUNTU: SAUCE: apparmor: patch to provide compatibility with v2.x + net rules" + - Revert "UBUNTU: SAUCE: apparmor: add/use fns to print hash string hex value" + - SAUCE: apparmor: rename SK_CTX() to aa_sock and make it an inline fn + - SAUCE: apparmor: Add sysctls for additional controls of unpriv userns + restrictions + - SAUCE: Stacking v38: LSM: Identify modules by more than name + - SAUCE: Stacking v38: LSM: Add an LSM identifier for external use + - SAUCE: Stacking v38: LSM: Identify the process attributes for each module + - SAUCE: Stacking v38: LSM: Maintain a table of LSM attribute data + - SAUCE: Stacking v38: proc: Use lsmids instead of lsm names for attrs + - SAUCE: Stacking v38: integrity: disassociate ima_filter_rule from + security_audit_rule + - SAUCE: Stacking v38: LSM: Infrastructure management of the sock security + - SAUCE: Stacking v38: LSM: Add the lsmblob data structure. + - SAUCE: Stacking v38: LSM: provide lsm name and id slot mappings + - SAUCE: Stacking v38: IMA: avoid label collisions with stacked LSMs + - SAUCE: Stacking v38: LSM: Use lsmblob in security_audit_rule_match + - SAUCE: Stacking v38: LSM: Use lsmblob in security_kernel_act_as + - SAUCE: Stacking v38: LSM: Use lsmblob in security_secctx_to_secid + - SAUCE: Stacking v38: LSM: Use lsmblob in security_secid_to_secctx + - SAUCE: Stacking v38: LSM: Use lsmblob in security_ipc_getsecid + - SAUCE: Stacking v38: LSM: Use lsmblob in security_current_getsecid + - SAUCE: Stacking v38: LSM: Use lsmblob in security_inode_getsecid + - SAUCE: Stacking v38: LSM: Use lsmblob in security_cred_getsecid + - SAUCE: Stacking v38: LSM: Specify which LSM to display + - SAUCE: Stacking v38: LSM: Ensure the correct LSM context releaser + - SAUCE: Stacking v38: LSM: Use lsmcontext in security_secid_to_secctx + - SAUCE: Stacking v38: LSM: Use lsmcontext in security_inode_getsecctx + - SAUCE: Stacking v38: Use lsmcontext in security_dentry_init_security + - SAUCE: Stacking v38: LSM: security_secid_to_secctx in netlink netfilter + - SAUCE: Stacking v38: NET: Store LSM netlabel data in a lsmblob + - SAUCE: Stacking v38: binder: Pass LSM identifier for confirmation + - SAUCE: Stacking v38: LSM: security_secid_to_secctx module selection + - SAUCE: Stacking v38: Audit: Keep multiple LSM data in audit_names + - SAUCE: Stacking v38: Audit: Create audit_stamp structure + - SAUCE: Stacking v38: LSM: Add a function to report multiple LSMs + - SAUCE: Stacking v38: Audit: Allow multiple records in an audit_buffer + - SAUCE: Stacking v38: Audit: Add record for multiple task security contexts + - SAUCE: Stacking v38: audit: multiple subject lsm values for netlabel + - SAUCE: Stacking v38: Audit: Add record for multiple object contexts + - SAUCE: Stacking v38: netlabel: Use a struct lsmblob in audit data + - SAUCE: Stacking v38: LSM: Removed scaffolding function lsmcontext_init + - SAUCE: Stacking v38: AppArmor: Remove the exclusive flag + - SAUCE: apparmor: combine common_audit_data and apparmor_audit_data + - SAUCE: apparmor: setup slab cache for audit data + - SAUCE: apparmor: rename audit_data->label to audit_data->subj_label + - SAUCE: apparmor: pass cred through to audit info. + - SAUCE: apparmor: Improve debug print infrastructure + - SAUCE: apparmor: add the ability for profiles to have a learning cache + - SAUCE: apparmor: enable userspace upcall for mediation + - SAUCE: apparmor: cache buffers on percpu list if there is lock contention + - SAUCE: apparmor: fix policy_compat permission remap with extended + permissions + - SAUCE: apparmor: advertise availability of exended perms + - [Config] define CONFIG_SECURITY_APPARMOR_RESTRICT_USERNS + * kinetic: apply new apparmor and LSM stacking patch set (LP: #1989983) // LSM + stacking and AppArmor refresh for 6.2 kernel (LP: #2012136) + - SAUCE: apparmor: add/use fns to print hash string hex value + - SAUCE: apparmor: patch to provide compatibility with v2.x net rules + - SAUCE: apparmor: add user namespace creation mediation + - SAUCE: apparmor: af_unix mediation + - SAUCE: apparmor: Add fine grained mediation of posix mqueues + * devlink_port_split from ubuntu_kernel_selftests.net fails on hirsute + (KeyError: 'flavour') (LP: #1937133) + - selftests: net: devlink_port_split.py: skip test if no suitable device + available + * NFS deathlock with last Kernel 5.4.0-144.161 and 5.15.0-67.74 (LP: #2009325) + - NFS: Correct timing for assigning access cache timestamp + + -- Paolo Pisati Thu, 06 Apr 2023 10:48:08 +0200 + +linux-lowlatency (6.2.0-1002.2) lunar; urgency=medium + + * lunar/linux-lowlatency: 6.2.0-1002.2 -proposed tracker (LP: #2011831) + + -- Paolo Pisati Thu, 16 Mar 2023 15:17:56 +0100 + +linux-lowlatency (6.2.0-1001.1) lunar; urgency=medium + + * lunar/linux-lowlatency: 6.2.0-1001.1 -proposed tracker (LP: #2011578) + + * enable Rust support in the kernel (LP: #2007654) + - [Packaging] add rust dependencies + + * remove circular dep between linux-image and modules (LP: #1989334) + - [Packaging] remove circular dep between modules and image + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + - [Packaging] update update.conf + - [Packaging] update update.conf + - [Packaging] update update.conf + + * Miscellaneous Ubuntu changes + - [Packaging] ignore abi, modules and retpoline + - [Config] updateconfigs following 6.2 rebase + - move to 6.2 series + - [packaging] manually remove ipu6 and ivsc DKMS entries + - [Packaging] add python3 as a build dependency + + -- Paolo Pisati Wed, 15 Mar 2023 13:03:00 +0100 + +linux-lowlatency (6.1.0-1001.1) lunar; urgency=medium + + * lunar/linux-lowlatency: 6.1.0-1001.1 -proposed tracker (LP: #1998563) + + * Packaging resync (LP: #1786013) + - [Packaging] update update.conf + + * Miscellaneous Ubuntu changes + - [Packaging] switch to lunar and linux 6.1.0 + - [Config] migrateconfigs to annotations + + -- Andrea Righi Fri, 02 Dec 2022 11:55:52 +0100 + +linux-lowlatency (6.1.0-1000.0) lunar; urgency=medium + + * Dummy entry + + -- Andrea Righi Thu, 01 Dec 2022 21:43:47 +0100 + +linux-lowlatency (5.19.0-1007.7) kinetic; urgency=medium + + * kinetic/linux-lowlatency: 5.19.0-1007.7 -proposed tracker (LP: #1992748) + + -- Paolo Pisati Thu, 13 Oct 2022 09:45:20 +0200 + +linux-lowlatency (5.19.0-1006.6) kinetic; urgency=medium + + * kinetic/linux-lowlatency: 5.19.0-1006.6 -proposed tracker (LP: #1991269) + + -- Paolo Pisati Thu, 29 Sep 2022 16:19:02 +0200 + +linux-lowlatency (5.19.0-1005.5) kinetic; urgency=medium + + * kinetic/linux-lowlatency: 5.19.0-1005.5 -proposed tracker (LP: #1990510) + + -- Paolo Pisati Thu, 22 Sep 2022 18:27:47 +0200 + +linux-lowlatency (5.19.0-1004.4) kinetic; urgency=medium + + * kinetic/linux-lowlatency: 5.19.0-1004.4 -proposed tracker (LP: #1988720) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + -- Paolo Pisati Wed, 07 Sep 2022 13:43:11 +0200 + +linux-lowlatency (5.19.0-1003.3) kinetic; urgency=medium + + * kinetic/linux-lowlatency: 5.19.0-1003.3 -proposed tracker (LP: #1983440) + + -- Paolo Pisati Wed, 03 Aug 2022 12:34:13 +0200 + +linux-lowlatency (5.19.0-1002.2) kinetic; urgency=medium + + * kinetic/linux-lowlatency: 5.19.0-1002.2 -proposed tracker (LP: #1982815) + + * Miscellaneous Ubuntu changes + - [Packaging] jammy/linux-lowlatency: don't remove local + config.flavour.lowlatency* config files + - [Packaging] jammy/linux-lowlatency: don't overwrite local annotations file + - [Packaging] jammy/linux-lowlatency: include debian.master/config/annotations + from debian.lowlatency/config/annotations + - [Config] annotate only local differences vs debian.master/config/annotations + - [Config] lowlatency: disable TEST_DIV64 + + -- Paolo Pisati Tue, 02 Aug 2022 11:46:25 +0200 + +linux-lowlatency (5.19.0-1001.1) kinetic; urgency=medium + + * kinetic/linux-lowlatency: 5.19.0-1001.1 -proposed tracker (LP: #1980074) + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + - [Packaging] update helper scripts + + * Miscellaneous Ubuntu changes + - [Packaging] switch to kinetic 5.19.0 + - [Packaging] update Ubuntu.md + - [Packaging] import lowlatency packaging from jammy + + -- Paolo Pisati Tue, 05 Jul 2022 13:20:50 +0200 + +linux-lowlatency (5.19.0-1000.0) kinetic; urgency=medium + + * Dummy entry + + -- Paolo Pisati Mon, 04 Jul 2022 15:27:55 +0200 + +linux-lowlatency (5.15.0-35.36) jammy; urgency=medium + + * jammy/linux-lowlatency: 5.15.0-35.36 -proposed tracker (LP: #1974305) + + * alsa: enable the cirrus-logic side-codec to make the speaker output sound + (LP: #1965496) + - [Packaging] lowlatency: Record rename of i2c-multi-instantiate + + [ Ubuntu: 5.15.0-35.36 ] + + * CVE-2022-21499 + - SAUCE: debug: Lock down kgdb + + [ Ubuntu: 5.15.0-34.35 ] + + * jammy/linux: 5.15.0-34.35 -proposed tracker (LP: #1974322) + * AMD APU s2idle is broken after the ASIC reset fix (LP: #1972134) + - drm/amdgpu: unify BO evicting method in amdgpu_ttm + - drm/amdgpu: explicitly check for s0ix when evicting resources + * amd_gpio AMDI0030:00: Failed to translate GPIO pin 0x0000 to IRQ, err -517 + (LP: #1971597) + - gpio: Request interrupts after IRQ is initialized + * config CONFIG_HISI_PMU for kunpeng920 (LP: #1956086) + - [Config] CONFIG_HISI_PMU=m + * Mute/mic LEDs no function on EliteBook G9 platfroms (LP: #1970552) + - ALSA: hda/realtek: Enable mute/micmute LEDs support for HP Laptops + * network-manager/1.36.4-2ubuntu1 ADT test failure with linux/5.15.0-28.29 + (LP: #1971418) + - Revert "rfkill: make new event layout opt-in" + * PCIE LnkCtl ASPM not enabled under VMD mode for Alder Lake platforms + (LP: #1942160) + - SAUCE: vmd: fixup bridge ASPM by driver name instead + * Mute/mic LEDs no function on HP EliteBook 845/865 G9 (LP: #1970178) + - ALSA: hda/realtek: Enable mute/micmute LEDs and limit mic boost on EliteBook + 845/865 G9 + * Enable headset mic on Lenovo P360 (LP: #1967069) + - ALSA: hda/realtek: Enable headset mic on Lenovo P360 + * WCN6856 BT keep in OFF state after coldboot system (LP: #1967067) + - Bluetooth: btusb: Improve stability for QCA devices + * Screen sometimes can't update [Failed to post KMS update: CRTC property + (GAMMA_LUT) not found] (LP: #1967274) + - drm/i915/xelpd: Enable Pipe color support for D13 platform + - drm/i915: Use unlocked register accesses for LUT loads + - drm/i915/xelpd: Enable Pipe Degamma + - drm/i915/xelpd: Add Pipe Color Lut caps to platform config + * Jammy update: v5.15.35 upstream stable release (LP: #1969857) + - drm/amd/display: Add pstate verification and recovery for DCN31 + - drm/amd/display: Fix p-state allow debug index on dcn31 + - hamradio: defer 6pack kfree after unregister_netdev + - hamradio: remove needs_free_netdev to avoid UAF + - cpuidle: PSCI: Move the `has_lpi` check to the beginning of the function + - ACPI: processor idle: Check for architectural support for LPI + - ACPI: processor: idle: fix lockup regression on 32-bit ThinkPad T40 + - btrfs: remove unused parameter nr_pages in add_ra_bio_pages() + - btrfs: remove no longer used counter when reading data page + - btrfs: remove unused variable in btrfs_{start,write}_dirty_block_groups() + - soc: qcom: aoss: Expose send for generic usecase + - dt-bindings: net: qcom,ipa: add optional qcom,qmp property + - net: ipa: request IPA register values be retained + - btrfs: release correct delalloc amount in direct IO write path + - ALSA: core: Add snd_card_free_on_error() helper + - ALSA: sis7019: Fix the missing error handling + - ALSA: ali5451: Fix the missing snd_card_free() call at probe error + - ALSA: als300: Fix the missing snd_card_free() call at probe error + - ALSA: als4000: Fix the missing snd_card_free() call at probe error + - ALSA: atiixp: Fix the missing snd_card_free() call at probe error + - ALSA: au88x0: Fix the missing snd_card_free() call at probe error + - ALSA: aw2: Fix the missing snd_card_free() call at probe error + - ALSA: azt3328: Fix the missing snd_card_free() call at probe error + - ALSA: bt87x: Fix the missing snd_card_free() call at probe error + - ALSA: ca0106: Fix the missing snd_card_free() call at probe error + - ALSA: cmipci: Fix the missing snd_card_free() call at probe error + - ALSA: cs4281: Fix the missing snd_card_free() call at probe error + - ALSA: cs5535audio: Fix the missing snd_card_free() call at probe error + - ALSA: echoaudio: Fix the missing snd_card_free() call at probe error + - ALSA: emu10k1x: Fix the missing snd_card_free() call at probe error + - ALSA: ens137x: Fix the missing snd_card_free() call at probe error + - ALSA: es1938: Fix the missing snd_card_free() call at probe error + - ALSA: es1968: Fix the missing snd_card_free() call at probe error + - ALSA: fm801: Fix the missing snd_card_free() call at probe error + - ALSA: galaxy: Fix the missing snd_card_free() call at probe error + - ALSA: hdsp: Fix the missing snd_card_free() call at probe error + - ALSA: hdspm: Fix the missing snd_card_free() call at probe error + - ALSA: ice1724: Fix the missing snd_card_free() call at probe error + - ALSA: intel8x0: Fix the missing snd_card_free() call at probe error + - ALSA: intel_hdmi: Fix the missing snd_card_free() call at probe error + - ALSA: korg1212: Fix the missing snd_card_free() call at probe error + - ALSA: lola: Fix the missing snd_card_free() call at probe error + - ALSA: lx6464es: Fix the missing snd_card_free() call at probe error + - ALSA: maestro3: Fix the missing snd_card_free() call at probe error + - ALSA: oxygen: Fix the missing snd_card_free() call at probe error + - ALSA: riptide: Fix the missing snd_card_free() call at probe error + - ALSA: rme32: Fix the missing snd_card_free() call at probe error + - ALSA: rme9652: Fix the missing snd_card_free() call at probe error + - ALSA: rme96: Fix the missing snd_card_free() call at probe error + - ALSA: sc6000: Fix the missing snd_card_free() call at probe error + - ALSA: sonicvibes: Fix the missing snd_card_free() call at probe error + - ALSA: via82xx: Fix the missing snd_card_free() call at probe error + - ALSA: usb-audio: Cap upper limits of buffer/period bytes for implicit fb + - ALSA: nm256: Don't call card private_free at probe error path + - drm/msm: Add missing put_task_struct() in debugfs path + - firmware: arm_scmi: Remove clear channel call on the TX channel + - memory: atmel-ebi: Fix missing of_node_put in atmel_ebi_probe + - Revert "ath11k: mesh: add support for 256 bitmap in blockack frames in 11ax" + - firmware: arm_scmi: Fix sorting of retrieved clock rates + - media: rockchip/rga: do proper error checking in probe + - SUNRPC: Fix the svc_deferred_event trace class + - net/sched: flower: fix parsing of ethertype following VLAN header + - veth: Ensure eth header is in skb's linear part + - gpiolib: acpi: use correct format characters + - cifs: release cached dentries only if mount is complete + - net: mdio: don't defer probe forever if PHY IRQ provider is missing + - mlxsw: i2c: Fix initialization error flow + - net/sched: fix initialization order when updating chain 0 head + - net: dsa: felix: suppress -EPROBE_DEFER errors + - net: ethernet: stmmac: fix altr_tse_pcs function when using a fixed-link + - net/sched: taprio: Check if socket flags are valid + - cfg80211: hold bss_lock while updating nontrans_list + - netfilter: nft_socket: make cgroup match work in input too + - drm/msm: Fix range size vs end confusion + - drm/msm/dsi: Use connector directly in msm_dsi_manager_connector_init() + - drm/msm/dp: add fail safe mode outside of event_mutex context + - net/smc: Fix NULL pointer dereference in smc_pnet_find_ib() + - scsi: pm80xx: Mask and unmask upper interrupt vectors 32-63 + - scsi: pm80xx: Enable upper inbound, outbound queues + - scsi: iscsi: Move iscsi_ep_disconnect() + - scsi: iscsi: Fix offload conn cleanup when iscsid restarts + - scsi: iscsi: Fix endpoint reuse regression + - scsi: iscsi: Fix conn cleanup and stop race during iscsid restart + - scsi: iscsi: Fix unbound endpoint error handling + - sctp: Initialize daddr on peeled off socket + - netfilter: nf_tables: nft_parse_register can return a negative value + - ALSA: ad1889: Fix the missing snd_card_free() call at probe error + - ALSA: mtpav: Don't call card private_free at probe error path + - io_uring: move io_uring_rsrc_update2 validation + - io_uring: verify that resv2 is 0 in io_uring_rsrc_update2 + - io_uring: verify pad field is 0 in io_get_ext_arg + - testing/selftests/mqueue: Fix mq_perf_tests to free the allocated cpu set + - ALSA: usb-audio: Increase max buffer size + - ALSA: usb-audio: Limit max buffer and period sizes per time + - perf tools: Fix misleading add event PMU debug message + - macvlan: Fix leaking skb in source mode with nodst option + - net: ftgmac100: access hardware register after clock ready + - nfc: nci: add flush_workqueue to prevent uaf + - cifs: potential buffer overflow in handling symlinks + - dm mpath: only use ktime_get_ns() in historical selector + - vfio/pci: Fix vf_token mechanism when device-specific VF drivers are used + - net: bcmgenet: Revert "Use stronger register read/writes to assure ordering" + - block: fix offset/size check in bio_trim() + - drm/amd: Add USBC connector ID + - btrfs: fix fallocate to use file_modified to update permissions consistently + - btrfs: do not warn for free space inode in cow_file_range + - drm/amdgpu: conduct a proper cleanup of PDB bo + - drm/amdgpu/gmc: use PCI BARs for APUs in passthrough + - drm/amd/display: fix audio format not updated after edid updated + - drm/amd/display: FEC check in timing validation + - drm/amd/display: Update VTEM Infopacket definition + - drm/amdkfd: Fix Incorrect VMIDs passed to HWS + - drm/amdgpu/vcn: improve vcn dpg stop procedure + - drm/amdkfd: Check for potential null return of kmalloc_array() + - Drivers: hv: vmbus: Deactivate sysctl_record_panic_msg by default in + isolated guests + - PCI: hv: Propagate coherence from VMbus device to PCI device + - Drivers: hv: vmbus: Prevent load re-ordering when reading ring buffer + - scsi: target: tcmu: Fix possible page UAF + - scsi: lpfc: Fix queue failures when recovering from PCI parity error + - scsi: ibmvscsis: Increase INITIAL_SRP_LIMIT to 1024 + - net: micrel: fix KS8851_MLL Kconfig + - ata: libata-core: Disable READ LOG DMA EXT for Samsung 840 EVOs + - gpu: ipu-v3: Fix dev_dbg frequency output + - regulator: wm8994: Add an off-on delay for WM8994 variant + - arm64: alternatives: mark patch_alternative() as `noinstr` + - tlb: hugetlb: Add more sizes to tlb_remove_huge_tlb_entry + - net: axienet: setup mdio unconditionally + - Drivers: hv: balloon: Disable balloon and hot-add accordingly + - net: usb: aqc111: Fix out-of-bounds accesses in RX fixup + - myri10ge: fix an incorrect free for skb in myri10ge_sw_tso + - spi: cadence-quadspi: fix protocol setup for non-1-1-X operations + - drm/amd/display: Enable power gating before init_pipes + - drm/amd/display: Revert FEC check in validation + - drm/amd/display: Fix allocate_mst_payload assert on resume + - drbd: set QUEUE_FLAG_STABLE_WRITES + - scsi: mpt3sas: Fail reset operation if config request timed out + - scsi: mvsas: Add PCI ID of RocketRaid 2640 + - scsi: megaraid_sas: Target with invalid LUN ID is deleted during scan + - drivers: net: slip: fix NPD bug in sl_tx_timeout() + - io_uring: zero tag on rsrc removal + - io_uring: use nospec annotation for more indexes + - perf/imx_ddr: Fix undefined behavior due to shift overflowing the constant + - mm/secretmem: fix panic when growing a memfd_secret + - mm, page_alloc: fix build_zonerefs_node() + - mm: fix unexpected zeroed page mapping with zram swap + - mm: kmemleak: take a full lowmem check in kmemleak_*_phys() + - KVM: x86/mmu: Resolve nx_huge_pages when kvm.ko is loaded + - SUNRPC: Fix NFSD's request deferral on RDMA transports + - memory: renesas-rpc-if: fix platform-device leak in error path + - gcc-plugins: latent_entropy: use /dev/urandom + - cifs: verify that tcon is valid before dereference in cifs_kill_sb + - ath9k: Properly clear TX status area before reporting to mac80211 + - ath9k: Fix usage of driver-private space in tx_info + - btrfs: fix root ref counts in error handling in btrfs_get_root_ref + - btrfs: mark resumed async balance as writing + - ALSA: hda/realtek: Add quirk for Clevo PD50PNT + - ALSA: hda/realtek: add quirk for Lenovo Thinkpad X12 speakers + - ALSA: pcm: Test for "silence" field in struct "pcm_format_data" + - nl80211: correctly check NL80211_ATTR_REG_ALPHA2 size + - ipv6: fix panic when forwarding a pkt with no in6 dev + - drm/amd/display: don't ignore alpha property on pre-multiplied mode + - drm/amdgpu: Enable gfxoff quirk on MacBook Pro + - x86/tsx: Use MSR_TSX_CTRL to clear CPUID bits + - x86/tsx: Disable TSX development mode at boot + - genirq/affinity: Consider that CPUs on nodes can be unbalanced + - tick/nohz: Use WARN_ON_ONCE() to prevent console saturation + - ARM: davinci: da850-evm: Avoid NULL pointer dereference + - dm integrity: fix memory corruption when tag_size is less than digest size + - i2c: dev: check return value when calling dev_set_name() + - smp: Fix offline cpu check in flush_smp_call_function_queue() + - i2c: pasemi: Wait for write xfers to finish + - dt-bindings: net: snps: remove duplicate name + - timers: Fix warning condition in __run_timers() + - dma-direct: avoid redundant memory sync for swiotlb + - drm/i915: Sunset igpu legacy mmap support based on GRAPHICS_VER_FULL + - cpu/hotplug: Remove the 'cpu' member of cpuhp_cpu_state + - soc: qcom: aoss: Fix missing put_device call in qmp_get + - net: ipa: fix a build dependency + - cpufreq: intel_pstate: ITMT support for overclocked system + - ax25: add refcount in ax25_dev to avoid UAF bugs + - ax25: fix reference count leaks of ax25_dev + - ax25: fix UAF bugs of net_device caused by rebinding operation + - ax25: Fix refcount leaks caused by ax25_cb_del() + - ax25: fix UAF bug in ax25_send_control() + - ax25: fix NPD bug in ax25_disconnect + - ax25: Fix NULL pointer dereferences in ax25 timers + - ax25: Fix UAF bugs in ax25 timers + - Linux 5.15.35 + * CONFIG_SND_COMPRESS_OFFLOAD missing in jammy/ppc64el kernel config + (LP: #1969807) + - [Config] updateconfigs for SND_COMPRESS_OFFLOAD (ppc64el) + * Micmute LED support for Zbook Fury 16 G9 (LP: #1968892) + - ALSA: hda/realtek: Add mute and micmut LED support for Zbook Fury 17 G9 + * Fix broken HDMI audio on AMD PRO VII after S3 (LP: #1968475) + - drm/amdgpu: don't set s3 and s0ix at the same time + - drm/amdgpu: Ensure HDA function is suspended before ASIC reset + * [Ubuntu 22.04] mpi3mr: Request to include latest bug fixes (LP: #1967116) + - scsi: mpi3mr: Clean up mpi3mr_print_ioc_info() + - scsi: mpi3mr: Use scnprintf() instead of snprintf() + - scsi: mpi3mr: Add debug APIs based on logging_level bits + - scsi: mpi3mr: Replace spin_lock() with spin_lock_irqsave() + - scsi: mpi3mr: Don't reset IOC if cmnds flush with reset status + - scsi: mpi3mr: Update MPI3 headers - part1 + - scsi: mpi3mr: Update MPI3 headers - part2 + - scsi: mpi3mr: Add support for PCIe Managed Switch SES device + - scsi: mpi3mr: Do access status validation before adding devices + - scsi: mpi3mr: Increase internal cmnds timeout to 60s + - scsi: mpi3mr: Handle unaligned PLL in unmap cmnds + - scsi: mpi3mr: Display IOC firmware package version + - scsi: mpi3mr: Fault IOC when internal command gets timeout + - scsi: mpi3mr: Code refactor of IOC init - part1 + - scsi: mpi3mr: Code refactor of IOC init - part2 + - scsi: mpi3mr: Handle offline FW activation in graceful manner + - scsi: mpi3mr: Add IOC reinit function + - scsi: mpi3mr: Detect async reset that occurred in firmware + - scsi: mpi3mr: Gracefully handle online FW update operation + - scsi: mpi3mr: Add Event acknowledgment logic + - scsi: mpi3mr: Support Prepare for Reset event + - scsi: mpi3mr: Print cable mngnt and temp threshold events + - scsi: mpi3mr: Add io_uring interface support in I/O-polled mode + - scsi: mpi3mr: Use TM response codes from MPI3 headers + - scsi: mpi3mr: Enhanced Task Management Support Reply handling + - scsi: mpi3mr: Bump driver version to 8.0.0.61.0 + - scsi: mpi3mr: Fix some spelling mistakes + - scsi: mpi3mr: Fix formatting problems in some kernel-doc comments + - scsi: mpi3mr: Fix deadlock while canceling the fw event + - scsi: mpi3mr: Fix printing of pending I/O count + - scsi: mpi3mr: Update MPI3 headers + - scsi: mpi3mr: Fix hibernation issue + - scsi: mpi3mr: Fix cmnd getting marked as in use forever + - scsi: mpi3mr: Update the copyright year + - scsi: mpi3mr: Bump driver version to 8.0.0.68.0 + - scsi: mpi3mr: Fix flushing !WQ_MEM_RECLAIM events warning + * Support AMD P-State cpufreq control mechanism (LP: #1956509) + - x86/cpufeatures: Add AMD Collaborative Processor Performance Control feature + flag + - x86/msr: Add AMD CPPC MSR definitions + - ACPI: CPPC: Implement support for SystemIO registers + - ACPI: CPPC: Add CPPC enable register function + - cpufreq: amd-pstate: Introduce a new AMD P-State driver to support future + processors + - cpufreq: amd-pstate: Add fast switch function for AMD P-State + - cpufreq: amd-pstate: Introduce the support for the processors with shared + memory solution + - cpufreq: amd-pstate: Add trace for AMD P-State module + - cpufreq: amd-pstate: Add boost mode support for AMD P-State + - cpufreq: amd-pstate: Add AMD P-State frequencies attributes + - cpufreq: amd-pstate: Add AMD P-State performance attributes + - Documentation: amd-pstate: Add AMD P-State driver introduction + - MAINTAINERS: Add AMD P-State driver maintainer entry + - cpufreq: amd-pstate: Fix struct amd_cpudata kernel-doc comment + - cpufreq: amd-pstate: Fix Kconfig dependencies for AMD P-State + - [Config] enable X86_AMD_PSTATE as built-in on amd64 + * Bolt doesn't work with native USB4 hosts (LP: #1962349) + - thunderbolt: Retry DROM reads for more failure scenarios + - thunderbolt: Do not resume routers if UID is not set + - thunderbolt: Do not make DROM read success compulsory + - PCI/ACPI: Allow D3 only if Root Port can signal and wake from D3 + * linux-image-5.0.0-35-generic breaks checkpointing of container + (LP: #1857257) // re-apply missing overlayfs SAUCE patch (LP: #1967924) + - SAUCE: overlayfs: fix incorrect mnt_id of files opened from map_files + * [Jammy, mlx5, ConnectX-7] add CX7 support for software steering + (LP: #1966194) + - net/mlx5: DR, Fix vport number data type to u16 + - net/mlx5: DR, Replace local WIRE_PORT macro with the existing + MLX5_VPORT_UPLINK + - net/mlx5: DR, Add missing query for vport 0 + - net/mlx5: DR, Align error messages for failure to obtain vport caps + - net/mlx5: DR, Support csum recalculation flow table on SFs + - net/mlx5: DR, Add support for SF vports + - net/mlx5: DR, Increase supported num of actions to 32 + - net/mlx5: DR, Fix typo 'offeset' to 'offset' + - net/mlx5: DR, init_next_match only if needed + - net/mlx5: DR, Add missing string for action type SAMPLER + - net/mlx5: DR, Add check for unsupported fields in match param + - net/mlx5: Introduce new uplink destination type + - net/mlx5: DR, Handle eswitch manager and uplink vports separately + - net/mlx5: DR, Fix querying eswitch manager vport for ECPF + - net/mlx5: DR, Fix check for unsupported fields in match param + - net/mlx5: DR, Fix error flow in creating matcher + - net/mlx5: DR, Fix lower case macro prefix "mlx5_" to "MLX5_" + - net/mlx5: DR, Remove unused struct member in matcher + - net/mlx5: DR, Rename list field in matcher struct to list_node + - net/mlx5: DR, Add check for flex parser ID value + - net/mlx5: DR, Add missing reserved fields to dr_match_param + - net/mlx5: DR, Add support for dumping steering info + - net/mlx5: DR, Add support for UPLINK destination type + - net/mlx5: DR, Warn on failure to destroy objects due to refcount + - net/mlx5: Add misc5 flow table match parameters + - net/mlx5: DR, Add misc5 to match_param structs + - net/mlx5: DR, Support matching on tunnel headers 0 and 1 + - net/mlx5: DR, Add support for matching on geneve_tlv_option_0_exist field + - net/mlx5: DR, Improve steering for empty or RX/TX-only matchers + - net/mlx5: DR, Ignore modify TTL if device doesn't support it + - net/mlx5: Set SMFS as a default steering mode if device supports it + - net/mlx5: DR, Fix slab-out-of-bounds in mlx5_cmd_dr_create_fte + - net/mlx5: DR, Add support for matching on Internet Header Length (IHL) + - net/mlx5: DR, Remove unneeded comments + - net/mlx5: DR, Fix handling of different actions on the same STE in STEv1 + - net/mlx5: DR, Rename action modify fields to reflect naming in HW spec + - net/mlx5: DR, Refactor ste_ctx handling for STE v0/1 + - net/mlx5: Introduce software defined steering capabilities + - net/mlx5: DR, Add support for ConnectX-7 steering + * alsa: enable the cirrus-logic side-codec to make the speaker output sound + (LP: #1965496) + - ASoC: cs35l41: CS35L41 Boosted Smart Amplifier + - ASoC: cs35l41: Fix use of an uninitialised variable + - ASoC: cs35l41: Use regmap_read_poll_timeout to wait for OTP boot + - ASoC: cs35l41: Combine adjacent register writes + - ASoC: cs35l41: Don't overwrite returned error code + - ASoC: cs35l41: Fixup the error messages + - ASoC: cs35l41: Fix a bunch of trivial code formating/style issues + - misc: cs35l41: Remove unused pdn variable + - ASoC: cs35l41: Make cs35l41_remove() return void + - ASoC: cs35l41: Change monitor widgets to siggens + - ASoC: cs35l41: DSP Support + - ASoC: cs35l41: Set the max SPI speed for the whole device + - ASoC: cs35l41: Fix link problem + - ASoC: cs35l41: Fix undefined reference to core functions + - ASoC: cs35l41: Convert tables to shared source code + - ASoC: cs35l41: Move cs35l41_otp_unpack to shared code + - ASoC: cs35l41: Move power initializations to reg_sequence + - ASoC: cs35l41: Create shared function for errata patches + - ASoC: cs35l41: Create shared function for setting channels + - ASoC: cs35l41: Create shared function for boost configuration + - ASoC: cs35l41: Add cs35l51/53 IDs + - ASoC: cs35l41: Remove incorrect comment + - ASoC: cs35l41: Correct DSP power down + - ASoC: cs35l41: Correct handling of some registers in the cache + - ALSA: hda: cs35l41: Add support for CS35L41 in HDA systems + - ASoC: cs35l41: Update handling of test key registers + - ASoC: cs35l41: Add support for hibernate memory retention mode + - ALSA: hda: cs35l41: fix double free on error in probe() + - ALSA: hda: cs35l41: Avoid overwriting register patch + - ALSA: hda: cs35l41: Add calls to newly added test key function + - ALSA: hda: cs35l41: Move cs35l41* calls to its own symbol namespace + - ALSA: hda: cs35l41: Add missing default cases + - ALSA: hda: cs35l41: Make use of the helper function dev_err_probe() + - ALSA: hda: cs35l41: Tidyup code + - ALSA: hda: cs35l41: Make cs35l41_hda_remove() return void + - ALSA: hda/realtek: Add support for Legion 7 16ACHg6 laptop + - ALSA: hda/realtek: Add CS35L41 support for Thinkpad laptops + - ALSA: hda/realtek: fix speakers and micmute on HP 855 G8 + - Revert "platform/x86: i2c-multi-instantiate: Don't create platform device + for INT3515 ACPI nodes" + - spi: Create helper API to lookup ACPI info for spi device + - spi: Support selection of the index of the ACPI Spi Resource before alloc + - spi: Add API to count spi acpi resources + - platform/x86: i2c-multi-instantiate: Rename it for a generic serial driver + name + - platform/x86: serial-multi-instantiate: Reorganize I2C functions + - platform/x86: serial-multi-instantiate: Add SPI support + - ALSA: hda/realtek: Add support for HP Laptops + - ACPI / scan: Create platform device for CS35L41 + - [Config] Add cirruslogic side codec support + * Use kernel-testing repo from launchpad for ADT tests (LP: #1968016) + - [Debian] Use kernel-testing repo from launchpad + * Fix ADL, WD22TB4,Dual monitors display resolution can't reach 4K 60hz + (LP: #1967986) + - drm/i915/display: Remove check for low voltage sku for max dp source rate + - drm/i915/intel_combo_phy: Print I/O voltage info + * Support different Cirrus audio codec configurations on Dell laptops + (LP: #1967988) + - ALSA: hda/cs8409: Fix Warlock to use mono mic configuration + - ALSA: hda/cs8409: Re-order quirk table into ascending order + - ALSA: hda/cs8409: Fix Full Scale Volume setting for all variants + - ALSA: hda/cs8409: Support new Warlock MLK Variants + - ALSA: hda/cs8409: Disable HSBIAS_SENSE_EN for Cyborg + - ALSA: hda/cs8409: Add new Dolphin HW variants + * Enable speakup kernel modules to allow the speakup screen reader to function + (LP: #1967702) + - [Config] CONFIG_SPEAKUP=m + * linux: CONFIG_SERIAL_8250_MID=y (LP: #1967338) + - [Config] amd64 CONFIG_SERIAL_8250_MID=y + * alsa/sdw: Fix the audio issue on a Dell machine without internal mic + (LP: #1966841) + - ASoC: Intel: soc-acpi: add entries in ADL match table + * Jammy update: v5.15.34 upstream stable release (LP: #1969107) + - Revert "UBUNTU: SAUCE: Revert "scsi: core: Reallocate device's budget map on + queue depth change"" + - lib/logic_iomem: correct fallback config references + - um: fix and optimize xor select template for CONFIG64 and timetravel mode + - rtc: wm8350: Handle error for wm8350_register_irq + - nbd: add error handling support for add_disk() + - nbd: Fix incorrect error handle when first_minor is illegal in nbd_dev_add + - nbd: Fix hungtask when nbd_config_put + - nbd: fix possible overflow on 'first_minor' in nbd_dev_add() + - kfence: count unexpectedly skipped allocations + - kfence: move saving stack trace of allocations into __kfence_alloc() + - kfence: limit currently covered allocations when pool nearly full + - KVM: x86/pmu: Use different raw event masks for AMD and Intel + - KVM: SVM: Fix kvm_cache_regs.h inclusions for is_guest_mode() + - KVM: x86/svm: Clear reserved bits written to PerfEvtSeln MSRs + - KVM: x86/pmu: Fix and isolate TSX-specific performance event logic + - KVM: x86/emulator: Emulate RDPID only if it is enabled in guest + - drm: Add orientation quirk for GPD Win Max + - ath5k: fix OOB in ath5k_eeprom_read_pcal_info_5111 + - drm/amd/display: Add signal type check when verify stream backends same + - drm/amd/amdgpu/amdgpu_cs: fix refcount leak of a dma_fence obj + - drm/amd/display: Fix memory leak + - drm/amd/display: Use PSR version selected during set_psr_caps + - usb: gadget: tegra-xudc: Do not program SPARAM + - usb: gadget: tegra-xudc: Fix control endpoint's definitions + - usb: cdnsp: fix cdnsp_decode_trb function to properly handle ret value + - ptp: replace snprintf with sysfs_emit + - drm/amdkfd: Don't take process mutex for svm ioctls + - powerpc: dts: t104xrdb: fix phy type for FMAN 4/5 + - ath11k: fix kernel panic during unload/load ath11k modules + - ath11k: pci: fix crash on suspend if board file is not found + - ath11k: mhi: use mhi_sync_power_up() + - net/smc: Send directly when TCP_CORK is cleared + - drm/bridge: Add missing pm_runtime_put_sync + - bpf: Make dst_port field in struct bpf_sock 16-bit wide + - scsi: mvsas: Replace snprintf() with sysfs_emit() + - scsi: bfa: Replace snprintf() with sysfs_emit() + - drm/v3d: fix missing unlock + - power: supply: axp20x_battery: properly report current when discharging + - mt76: mt7921: fix crash when startup fails. + - mt76: dma: initialize skip_unmap in mt76_dma_rx_fill + - cfg80211: don't add non transmitted BSS to 6GHz scanned channels + - libbpf: Fix build issue with llvm-readelf + - ipv6: make mc_forwarding atomic + - net: initialize init_net earlier + - powerpc: Set crashkernel offset to mid of RMA region + - drm/amdgpu: Fix recursive locking warning + - scsi: smartpqi: Fix kdump issue when controller is locked up + - PCI: aardvark: Fix support for MSI interrupts + - iommu/arm-smmu-v3: fix event handling soft lockup + - usb: ehci: add pci device support for Aspeed platforms + - PCI: endpoint: Fix alignment fault error in copy tests + - tcp: Don't acquire inet_listen_hashbucket::lock with disabled BH. + - PCI: pciehp: Add Qualcomm quirk for Command Completed erratum + - scsi: mpi3mr: Fix reporting of actual data transfer size + - scsi: mpi3mr: Fix memory leaks + - powerpc/set_memory: Avoid spinlock recursion in change_page_attr() + - power: supply: axp288-charger: Set Vhold to 4.4V + - net/mlx5e: Disable TX queues before registering the netdev + - usb: dwc3: pci: Set the swnode from inside dwc3_pci_quirks() + - iwlwifi: mvm: Correctly set fragmented EBS + - iwlwifi: mvm: move only to an enabled channel + - drm/msm/dsi: Remove spurious IRQF_ONESHOT flag + - ipv4: Invalidate neighbour for broadcast address upon address addition + - dm ioctl: prevent potential spectre v1 gadget + - dm: requeue IO if mapping table not yet available + - drm/amdkfd: make CRAT table missing message informational only + - vfio/pci: Stub vfio_pci_vga_rw when !CONFIG_VFIO_PCI_VGA + - scsi: pm8001: Fix pm80xx_pci_mem_copy() interface + - scsi: pm8001: Fix pm8001_mpi_task_abort_resp() + - scsi: pm8001: Fix task leak in pm8001_send_abort_all() + - scsi: pm8001: Fix tag leaks on error + - scsi: pm8001: Fix memory leak in pm8001_chip_fw_flash_update_req() + - mt76: mt7915: fix injected MPDU transmission to not use HW A-MSDU + - powerpc/64s/hash: Make hash faults work in NMI context + - mt76: mt7615: Fix assigning negative values to unsigned variable + - scsi: aha152x: Fix aha152x_setup() __setup handler return value + - scsi: hisi_sas: Free irq vectors in order for v3 HW + - scsi: hisi_sas: Limit users changing debugfs BIST count value + - net/smc: correct settings of RMB window update limit + - mips: ralink: fix a refcount leak in ill_acc_of_setup() + - macvtap: advertise link netns via netlink + - tuntap: add sanity checks about msg_controllen in sendmsg + - Bluetooth: Fix not checking for valid hdev on bt_dev_{info,warn,err,dbg} + - Bluetooth: use memset avoid memory leaks + - bnxt_en: Eliminate unintended link toggle during FW reset + - PCI: endpoint: Fix misused goto label + - MIPS: fix fortify panic when copying asm exception handlers + - powerpc/64e: Tie PPC_BOOK3E_64 to PPC_FSL_BOOK3E + - powerpc/secvar: fix refcount leak in format_show() + - scsi: libfc: Fix use after free in fc_exch_abts_resp() + - can: isotp: set default value for N_As to 50 micro seconds + - can: etas_es58x: es58x_fd_rx_event_msg(): initialize rx_event_msg before + calling es58x_check_msg_len() + - riscv: Fixed misaligned memory access. Fixed pointer comparison. + - net: account alternate interface name memory + - net: limit altnames to 64k total + - net/mlx5e: Remove overzealous validations in netlink EEPROM query + - net: sfp: add 2500base-X quirk for Lantech SFP module + - usb: dwc3: omap: fix "unbalanced disables for smps10_out1" on omap5evm + - mt76: fix monitor mode crash with sdio driver + - xtensa: fix DTC warning unit_address_format + - MIPS: ingenic: correct unit node address + - Bluetooth: Fix use after free in hci_send_acl + - netfilter: conntrack: revisit gc autotuning + - netlabel: fix out-of-bounds memory accesses + - ceph: fix inode reference leakage in ceph_get_snapdir() + - ceph: fix memory leak in ceph_readdir when note_last_dentry returns error + - lib/Kconfig.debug: add ARCH dependency for FUNCTION_ALIGN option + - init/main.c: return 1 from handled __setup() functions + - minix: fix bug when opening a file with O_DIRECT + - clk: si5341: fix reported clk_rate when output divider is 2 + - staging: vchiq_arm: Avoid NULL ptr deref in vchiq_dump_platform_instances + - staging: vchiq_core: handle NULL result of find_service_by_handle + - phy: amlogic: phy-meson-gxl-usb2: fix shared reset controller use + - phy: amlogic: meson8b-usb2: Use dev_err_probe() + - phy: amlogic: meson8b-usb2: fix shared reset control use + - clk: rockchip: drop CLK_SET_RATE_PARENT from dclk_vop* on rk3568 + - cpufreq: CPPC: Fix performance/frequency conversion + - opp: Expose of-node's name in debugfs + - staging: wfx: fix an error handling in wfx_init_common() + - w1: w1_therm: fixes w1_seq for ds28ea00 sensors + - NFSv4.2: fix reference count leaks in _nfs42_proc_copy_notify() + - NFSv4: Protect the state recovery thread against direct reclaim + - habanalabs: fix possible memory leak in MMU DR fini + - xen: delay xen_hvm_init_time_ops() if kdump is boot on vcpu>=32 + - clk: ti: Preserve node in ti_dt_clocks_register() + - clk: Enforce that disjoints limits are invalid + - SUNRPC/call_alloc: async tasks mustn't block waiting for memory + - SUNRPC/xprt: async tasks mustn't block waiting for memory + - SUNRPC: remove scheduling boost for "SWAPPER" tasks. + - NFS: swap IO handling is slightly different for O_DIRECT IO + - NFS: swap-out must always use STABLE writes. + - x86: Annotate call_on_stack() + - x86/Kconfig: Do not allow CONFIG_X86_X32_ABI=y with llvm-objcopy + - serial: samsung_tty: do not unlock port->lock for uart_write_wakeup() + - virtio_console: eliminate anonymous module_init & module_exit + - jfs: prevent NULL deref in diFree + - SUNRPC: Fix socket waits for write buffer space + - NFS: nfsiod should not block forever in mempool_alloc() + - NFS: Avoid writeback threads getting stuck in mempool_alloc() + - selftests: net: Add tls config dependency for tls selftests + - parisc: Fix CPU affinity for Lasi, WAX and Dino chips + - parisc: Fix patch code locking and flushing + - mm: fix race between MADV_FREE reclaim and blkdev direct IO read + - rtc: mc146818-lib: change return values of mc146818_get_time() + - rtc: Check return value from mc146818_get_time() + - rtc: mc146818-lib: fix RTC presence check + - drm/amdgpu: fix off by one in amdgpu_gfx_kiq_acquire() + - Drivers: hv: vmbus: Fix potential crash on module unload + - Revert "NFSv4: Handle the special Linux file open access mode" + - NFSv4: fix open failure with O_ACCMODE flag + - scsi: sr: Fix typo in CDROM(CLOSETRAY|EJECT) handling + - scsi: core: Fix sbitmap depth in scsi_realloc_sdev_budget_map() + - scsi: zorro7xx: Fix a resource leak in zorro7xx_remove_one() + - vdpa/mlx5: Rename control VQ workqueue to vdpa wq + - vdpa/mlx5: Propagate link status from device to vdpa driver + - vdpa: mlx5: prevent cvq work from hogging CPU + - net: sfc: add missing xdp queue reinitialization + - net/tls: fix slab-out-of-bounds bug in decrypt_internal + - vrf: fix packet sniffing for traffic originating from ip tunnels + - skbuff: fix coalescing for page_pool fragment recycling + - ice: Clear default forwarding VSI during VSI release + - mctp: Fix check for dev_hard_header() result + - net: ipv4: fix route with nexthop object delete warning + - net: stmmac: Fix unset max_speed difference between DT and non-DT platforms + - drm/imx: imx-ldb: Check for null pointer after calling kmemdup + - drm/imx: Fix memory leak in imx_pd_connector_get_modes + - drm/imx: dw_hdmi-imx: Fix bailout in error cases of probe + - regulator: rtq2134: Fix missing active_discharge_on setting + - regulator: atc260x: Fix missing active_discharge_on setting + - arch/arm64: Fix topology initialization for core scheduling + - bnxt_en: Synchronize tx when xdp redirects happen on same ring + - bnxt_en: reserve space inside receive page for skb_shared_info + - bnxt_en: Prevent XDP redirect from running when stopping TX queue + - sfc: Do not free an empty page_ring + - RDMA/mlx5: Don't remove cache MRs when a delay is needed + - RDMA/mlx5: Add a missing update of cache->last_add + - IB/cm: Cancel mad on the DREQ event when the state is MRA_REP_RCVD + - IB/rdmavt: add lock to call to rvt_error_qp to prevent a race condition + - sctp: count singleton chunks in assoc user stats + - dpaa2-ptp: Fix refcount leak in dpaa2_ptp_probe + - ice: Set txq_teid to ICE_INVAL_TEID on ring creation + - ice: Do not skip not enabled queues in ice_vc_dis_qs_msg + - ipv6: Fix stats accounting in ip6_pkt_drop + - ice: synchronize_rcu() when terminating rings + - ice: xsk: fix VSI state check in ice_xsk_wakeup() + - net: openvswitch: don't send internal clone attribute to the userspace. + - net: ethernet: mv643xx: Fix over zealous checking of_get_mac_address() + - net: openvswitch: fix leak of nested actions + - rxrpc: fix a race in rxrpc_exit_net() + - net: sfc: fix using uninitialized xdp tx_queue + - net: phy: mscc-miim: reject clause 45 register accesses + - qede: confirm skb is allocated before using + - spi: bcm-qspi: fix MSPI only access with bcm_qspi_exec_mem_op() + - bpf: Support dual-stack sockets in bpf_tcp_check_syncookie + - drbd: Fix five use after free bugs in get_initial_state + - scsi: ufs: ufshpb: Fix a NULL check on list iterator + - io_uring: nospec index for tags on files update + - io_uring: don't touch scm_fp_list after queueing skb + - SUNRPC: Handle ENOMEM in call_transmit_status() + - SUNRPC: Handle low memory situations in call_status() + - SUNRPC: svc_tcp_sendmsg() should handle errors from xdr_alloc_bvec() + - iommu/omap: Fix regression in probe for NULL pointer dereference + - perf: arm-spe: Fix perf report --mem-mode + - perf tools: Fix perf's libperf_print callback + - perf session: Remap buf if there is no space for event + - arm64: Add part number for Arm Cortex-A78AE + - scsi: mpt3sas: Fix use after free in _scsih_expander_node_remove() + - scsi: ufs: ufs-pci: Add support for Intel MTL + - Revert "mmc: sdhci-xenon: fix annoying 1.8V regulator warning" + - mmc: block: Check for errors after write on SPI + - mmc: mmci: stm32: correctly check all elements of sg list + - mmc: renesas_sdhi: don't overwrite TAP settings when HS400 tuning is + complete + - mmc: core: Fixup support for writeback-cache for eMMC and SD + - lz4: fix LZ4_decompress_safe_partial read out of bound + - highmem: fix checks in __kmap_local_sched_{in,out} + - mmmremap.c: avoid pointless invalidate_range_start/end on mremap(old_size=0) + - mm/mempolicy: fix mpol_new leak in shared_policy_replace + - io_uring: don't check req->file in io_fsync_prep() + - io_uring: defer splice/tee file validity check until command issue + - io_uring: implement compat handling for IORING_REGISTER_IOWQ_AFF + - io_uring: fix race between timeout flush and removal + - x86/pm: Save the MSR validity status at context setup + - x86/speculation: Restore speculation related MSRs during S3 resume + - perf/x86/intel: Update the FRONTEND MSR mask on Sapphire Rapids + - btrfs: fix qgroup reserve overflow the qgroup limit + - btrfs: prevent subvol with swapfile from being deleted + - spi: core: add dma_map_dev for __spi_unmap_msg() + - arm64: patch_text: Fixup last cpu should be master + - RDMA/hfi1: Fix use-after-free bug for mm struct + - gpio: Restrict usage of GPIO chip irq members before initialization + - x86/msi: Fix msi message data shadow struct + - x86/mm/tlb: Revert retpoline avoidance approach + - perf/x86/intel: Don't extend the pseudo-encoding to GP counters + - ata: sata_dwc_460ex: Fix crash due to OOB write + - perf: qcom_l2_pmu: fix an incorrect NULL check on list iterator + - perf/core: Inherit event_caps + - irqchip/gic-v3: Fix GICR_CTLR.RWP polling + - fbdev: Fix unregistering of framebuffers without device + - amd/display: set backlight only if required + - SUNRPC: Prevent immediate close+reconnect + - drm/panel: ili9341: fix optional regulator handling + - drm/amdgpu/display: change pipe policy for DCN 2.1 + - drm/amdgpu/smu10: fix SoC/fclk units in auto mode + - drm/amdgpu/vcn: Fix the register setting for vcn1 + - drm/nouveau/pmu: Add missing callbacks for Tegra devices + - drm/amdkfd: Create file descriptor after client is added to smi_clients list + - drm/amdgpu: don't use BACO for reset in S3 + - KVM: SVM: Allow AVIC support on system w/ physical APIC ID > 255 + - net/smc: send directly on setting TCP_NODELAY + - Revert "selftests: net: Add tls config dependency for tls selftests" + - bpf: Make remote_port field in struct bpf_sk_lookup 16-bit wide + - selftests/bpf: Fix u8 narrow load checks for bpf_sk_lookup remote_port + - rtc: mc146818-lib: fix signedness bug in mc146818_get_time() + - SUNRPC: Don't call connect() more than once on a TCP socket + - Revert "nbd: fix possible overflow on 'first_minor' in nbd_dev_add()" + - perf build: Don't use -ffat-lto-objects in the python feature test when + building with clang-13 + - perf python: Fix probing for some clang command line options + - tools build: Filter out options and warnings not supported by clang + - tools build: Use $(shell ) instead of `` to get embedded libperl's ccopts + - dmaengine: Revert "dmaengine: shdma: Fix runtime PM imbalance on error" + - KVM: avoid NULL pointer dereference in kvm_dirty_ring_push + - Revert "net/mlx5: Accept devlink user input after driver initialization + complete" + - ubsan: remove CONFIG_UBSAN_OBJECT_SIZE + - selftests: cgroup: Make cg_create() use 0755 for permission instead of 0644 + - selftests: cgroup: Test open-time credential usage for migration checks + - selftests: cgroup: Test open-time cgroup namespace usage for migration + checks + - mm: don't skip swap entry even if zap_details specified + - Drivers: hv: vmbus: Replace smp_store_mb() with virt_store_mb() + - x86/bug: Prevent shadowing in __WARN_FLAGS + - sched: Teach the forced-newidle balancer about CPU affinity limitation. + - x86,static_call: Fix __static_call_return0 for i386 + - irqchip/gic-v4: Wait for GICR_VPENDBASER.Dirty to clear before descheduling + - powerpc/64: Fix build failure with allyesconfig in book3s_64_entry.S + - irqchip/gic, gic-v3: Prevent GSI to SGI translations + - mm/sparsemem: fix 'mem_section' will never be NULL gcc 12 warning + - static_call: Don't make __static_call_return0 static + - powerpc: Fix virt_addr_valid() for 64-bit Book3E & 32-bit + - stacktrace: move filter_irq_stacks() to kernel/stacktrace.c + - Linux 5.15.34 + - [Config] armhf, s390x: update annotations following + DEBUG_FORCE_FUNCTION_ALIGN_64B support removal in v5.15.34 + * Jammy update: v5.15.33 upstream stable release (LP: #1969110) + - Revert "swiotlb: rework "fix info leak with DMA_FROM_DEVICE"" + - USB: serial: pl2303: add IBM device IDs + - dt-bindings: usb: hcd: correct usb-device path + - USB: serial: pl2303: fix GS type detection + - USB: serial: simple: add Nokia phone driver + - mm: kfence: fix missing objcg housekeeping for SLAB + - hv: utils: add PTP_1588_CLOCK to Kconfig to fix build + - HID: logitech-dj: add new lightspeed receiver id + - HID: Add support for open wheel and no attachment to T300 + - xfrm: fix tunnel model fragmentation behavior + - ARM: mstar: Select HAVE_ARM_ARCH_TIMER + - virtio_console: break out of buf poll on remove + - vdpa/mlx5: should verify CTRL_VQ feature exists for MQ + - tools/virtio: fix virtio_test execution + - ethernet: sun: Free the coherent when failing in probing + - gpio: Revert regression in sysfs-gpio (gpiolib.c) + - spi: Fix invalid sgs value + - net:mcf8390: Use platform_get_irq() to get the interrupt + - Revert "gpio: Revert regression in sysfs-gpio (gpiolib.c)" + - spi: Fix erroneous sgs value with min_t() + - Input: zinitix - do not report shadow fingers + - af_key: add __GFP_ZERO flag for compose_sadb_supported in function + pfkey_register + - net: dsa: microchip: add spi_device_id tables + - selftests: vm: fix clang build error multiple output files + - locking/lockdep: Avoid potential access of invalid memory in lock_class + - drm/amdgpu: move PX checking into amdgpu_device_ip_early_init + - drm/amdgpu: only check for _PR3 on dGPUs + - iommu/iova: Improve 32-bit free space estimate + - virtio-blk: Use blk_validate_block_size() to validate block size + - tpm: fix reference counting for struct tpm_chip + - usb: typec: tipd: Forward plug orientation to typec subsystem + - USB: usb-storage: Fix use of bitfields for hardware data in ene_ub6250.c + - xhci: fix garbage USBSTS being logged in some cases + - xhci: fix runtime PM imbalance in USB2 resume + - xhci: make xhci_handshake timeout for xhci_reset() adjustable + - xhci: fix uninitialized string returned by xhci_decode_ctrl_ctx() + - mei: me: disable driver on the ign firmware + - mei: me: add Alder Lake N device id. + - mei: avoid iterator usage outside of list_for_each_entry + - bus: mhi: pci_generic: Add mru_default for Quectel EM1xx series + - bus: mhi: Fix MHI DMA structure endianness + - docs: sphinx/requirements: Limit jinja2<3.1 + - coresight: Fix TRCCONFIGR.QE sysfs interface + - coresight: syscfg: Fix memleak on registration failure in + cscfg_create_device + - iio: afe: rescale: use s64 for temporary scale calculations + - iio: inkern: apply consumer scale on IIO_VAL_INT cases + - iio: inkern: apply consumer scale when no channel scale is available + - iio: inkern: make a best effort on offset calculation + - greybus: svc: fix an error handling bug in gb_svc_hello() + - clk: rockchip: re-add rational best approximation algorithm to the + fractional divider + - clk: uniphier: Fix fixed-rate initialization + - cifs: fix handlecache and multiuser + - cifs: we do not need a spinlock around the tree access during umount + - KEYS: fix length validation in keyctl_pkey_params_get_2() + - KEYS: asymmetric: enforce that sig algo matches key algo + - KEYS: asymmetric: properly validate hash_algo and encoding + - Documentation: add link to stable release candidate tree + - Documentation: update stable tree link + - firmware: stratix10-svc: add missing callback parameter on RSU + - firmware: sysfb: fix platform-device leak in error path + - HID: intel-ish-hid: Use dma_alloc_coherent for firmware update + - SUNRPC: avoid race between mod_timer() and del_timer_sync() + - NFS: NFSv2/v3 clients should never be setting NFS_CAP_XATTR + - NFSD: prevent underflow in nfssvc_decode_writeargs() + - NFSD: prevent integer overflow on 32 bit systems + - f2fs: fix to unlock page correctly in error path of is_alive() + - f2fs: quota: fix loop condition at f2fs_quota_sync() + - f2fs: fix to do sanity check on .cp_pack_total_block_count + - remoteproc: Fix count check in rproc_coredump_write() + - mm/mlock: fix two bugs in user_shm_lock() + - pinctrl: ingenic: Fix regmap on X series SoCs + - pinctrl: samsung: drop pin banks references on error paths + - net: bnxt_ptp: fix compilation error + - spi: mxic: Fix the transmit path + - mtd: rawnand: protect access to rawnand devices while in suspend + - can: ems_usb: ems_usb_start_xmit(): fix double dev_kfree_skb() in error path + - can: m_can: m_can_tx_handler(): fix use after free of skb + - can: usb_8dev: usb_8dev_start_xmit(): fix double dev_kfree_skb() in error + path + - jffs2: fix use-after-free in jffs2_clear_xattr_subsystem + - jffs2: fix memory leak in jffs2_do_mount_fs + - jffs2: fix memory leak in jffs2_scan_medium + - mm: fs: fix lru_cache_disabled race in bh_lru + - mm/pages_alloc.c: don't create ZONE_MOVABLE beyond the end of a node + - mm: invalidate hwpoison page cache page in fault path + - mempolicy: mbind_range() set_policy() after vma_merge() + - scsi: core: sd: Add silence_suspend flag to suppress some PM messages + - scsi: ufs: Fix runtime PM messages never-ending cycle + - scsi: scsi_transport_fc: Fix FPIN Link Integrity statistics counters + - scsi: libsas: Fix sas_ata_qc_issue() handling of NCQ NON DATA commands + - qed: display VF trust config + - qed: validate and restrict untrusted VFs vlan promisc mode + - riscv: dts: canaan: Fix SPI3 bus width + - riscv: Fix fill_callchain return value + - riscv: Increase stack size under KASAN + - Revert "Input: clear BTN_RIGHT/MIDDLE on buttonpads" + - cifs: prevent bad output lengths in smb2_ioctl_query_info() + - cifs: fix NULL ptr dereference in smb2_ioctl_query_info() + - ALSA: cs4236: fix an incorrect NULL check on list iterator + - ALSA: hda: Avoid unsol event during RPM suspending + - ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lock + - ALSA: hda/realtek: Fix audio regression on Mi Notebook Pro 2020 + - rtc: mc146818-lib: fix locking in mc146818_set_time + - rtc: pl031: fix rtc features null pointer dereference + - ocfs2: fix crash when mount with quota enabled + - drm/simpledrm: Add "panel orientation" property on non-upright mounted LCD + panels + - mm: madvise: skip unmapped vma holes passed to process_madvise + - mm: madvise: return correct bytes advised with process_madvise + - Revert "mm: madvise: skip unmapped vma holes passed to process_madvise" + - mm,hwpoison: unmap poisoned page before invalidation + - mm/kmemleak: reset tag when compare object pointer + - dm stats: fix too short end duration_ns when using precise_timestamps + - dm: fix use-after-free in dm_cleanup_zoned_dev() + - dm: interlock pending dm_io and dm_wait_for_bios_completion + - dm: fix double accounting of flush with data + - dm integrity: set journal entry unused when shrinking device + - tracing: Have trace event string test handle zero length strings + - drbd: fix potential silent data corruption + - powerpc/kvm: Fix kvm_use_magic_page + - PCI: fu740: Force 2.5GT/s for initial device probe + - arm64: signal: nofpsimd: Do not allocate fp/simd context when not available + - arm64: Do not defer reserve_crashkernel() for platforms with no DMA memory + zones + - arm64: dts: qcom: sm8250: Fix MSI IRQ for PCIe1 and PCIe2 + - arm64: dts: ti: k3-am65: Fix gic-v3 compatible regs + - arm64: dts: ti: k3-j721e: Fix gic-v3 compatible regs + - arm64: dts: ti: k3-j7200: Fix gic-v3 compatible regs + - arm64: dts: ti: k3-am64: Fix gic-v3 compatible regs + - ASoC: SOF: Intel: Fix NULL ptr dereference when ENOMEM + - Revert "ACPI: Pass the same capabilities to the _OSC regardless of the query + flag" + - ACPI: properties: Consistently return -ENOENT if there are no more + references + - coredump: Also dump first pages of non-executable ELF libraries + - ext4: fix ext4_fc_stats trace point + - ext4: fix fs corruption when tring to remove a non-empty directory with IO + error + - ext4: make mb_optimize_scan performance mount option work with extents + - drivers: hamradio: 6pack: fix UAF bug caused by mod_timer() + - samples/landlock: Fix path_list memory leak + - landlock: Use square brackets around "landlock-ruleset" + - mailbox: tegra-hsp: Flush whole channel + - block: limit request dispatch loop duration + - block: don't merge across cgroup boundaries if blkcg is enabled + - drm/edid: check basic audio support on CEA extension block + - fbdev: Hot-unplug firmware fb devices on forced removal + - video: fbdev: sm712fb: Fix crash in smtcfb_read() + - video: fbdev: atari: Atari 2 bpp (STe) palette bugfix + - rfkill: make new event layout opt-in + - ARM: dts: at91: sama7g5: Remove unused properties in i2c nodes + - ARM: dts: at91: sama5d2: Fix PMERRLOC resource size + - ARM: dts: exynos: fix UART3 pins configuration in Exynos5250 + - ARM: dts: exynos: add missing HDMI supplies on SMDK5250 + - ARM: dts: exynos: add missing HDMI supplies on SMDK5420 + - mgag200 fix memmapsl configuration in GCTL6 register + - carl9170: fix missing bit-wise or operator for tx_params + - pstore: Don't use semaphores in always-atomic-context code + - thermal: int340x: Increase bitmap size + - lib/raid6/test: fix multiple definition linking error + - exec: Force single empty string when argv is empty + - crypto: rsa-pkcs1pad - only allow with rsa + - crypto: rsa-pkcs1pad - correctly get hash from source scatterlist + - crypto: rsa-pkcs1pad - restore signature length check + - crypto: rsa-pkcs1pad - fix buffer overread in pkcs1pad_verify_complete() + - bcache: fixup multiple threads crash + - PM: domains: Fix sleep-in-atomic bug caused by genpd_debug_remove() + - DEC: Limit PMAX memory probing to R3k systems + - media: gpio-ir-tx: fix transmit with long spaces on Orange Pi PC + - media: venus: hfi_cmds: List HDR10 property as unsupported for v1 and v3 + - media: venus: venc: Fix h264 8x8 transform control + - media: davinci: vpif: fix unbalanced runtime PM get + - media: davinci: vpif: fix unbalanced runtime PM enable + - btrfs: zoned: mark relocation as writing + - btrfs: extend locking to all space_info members accesses + - btrfs: verify the tranisd of the to-be-written dirty extent buffer + - xtensa: define update_mmu_tlb function + - xtensa: fix stop_machine_cpuslocked call in patch_text + - xtensa: fix xtensa_wsr always writing 0 + - drm/syncobj: flatten dma_fence_chains on transfer + - drm/nouveau/backlight: Fix LVDS backlight detection on some laptops + - drm/nouveau/backlight: Just set all backlight types as RAW + - drm/fb-helper: Mark screen buffers in system memory with FBINFO_VIRTFB + - brcmfmac: firmware: Allocate space for default boardrev in nvram + - brcmfmac: pcie: Release firmwares in the brcmf_pcie_setup error path + - brcmfmac: pcie: Declare missing firmware files in pcie.c + - brcmfmac: pcie: Replace brcmf_pcie_copy_mem_todev with memcpy_toio + - brcmfmac: pcie: Fix crashes due to early IRQs + - drm/i915/opregion: check port number bounds for SWSCI display power state + - drm/i915/gem: add missing boundary check in vm_access + - PCI: imx6: Allow to probe when dw_pcie_wait_for_link() fails + - PCI: pciehp: Clear cmd_busy bit in polling mode + - PCI: xgene: Revert "PCI: xgene: Fix IB window setup" + - regulator: qcom_smd: fix for_each_child.cocci warnings + - selinux: access superblock_security_struct in LSM blob way + - selinux: check return value of sel_make_avc_files + - crypto: ccp - Ensure psp_ret is always init'd in + __sev_platform_init_locked() + - hwrng: cavium - Check health status while reading random data + - hwrng: cavium - HW_RANDOM_CAVIUM should depend on ARCH_THUNDER + - crypto: sun8i-ss - really disable hash on A80 + - crypto: authenc - Fix sleep in atomic context in decrypt_tail + - crypto: mxs-dcp - Fix scatterlist processing + - selinux: Fix selinux_sb_mnt_opts_compat() + - thermal: int340x: Check for NULL after calling kmemdup() + - crypto: octeontx2 - remove CONFIG_DM_CRYPT check + - spi: tegra114: Add missing IRQ check in tegra_spi_probe + - spi: tegra210-quad: Fix missin IRQ check in tegra_qspi_probe + - stack: Constrain and fix stack offset randomization with Clang builds + - arm64/mm: avoid fixmap race condition when create pud mapping + - blk-cgroup: set blkg iostat after percpu stat aggregation + - selftests/x86: Add validity check and allow field splitting + - selftests/sgx: Treat CC as one argument + - crypto: rockchip - ECB does not need IV + - audit: log AUDIT_TIME_* records only from rules + - EVM: fix the evm= __setup handler return value + - crypto: ccree - don't attempt 0 len DMA mappings + - crypto: hisilicon/sec - fix the aead software fallback for engine + - spi: pxa2xx-pci: Balance reference count for PCI DMA device + - hwmon: (pmbus) Add mutex to regulator ops + - hwmon: (sch56xx-common) Replace WDOG_ACTIVE with WDOG_HW_RUNNING + - nvme: cleanup __nvme_check_ids + - nvme: fix the check for duplicate unique identifiers + - block: don't delete queue kobject before its children + - PM: hibernate: fix __setup handler error handling + - PM: suspend: fix return value of __setup handler + - spi: spi-zynqmp-gqspi: Handle error for dma_set_mask + - hwrng: atmel - disable trng on failure path + - crypto: sun8i-ss - call finalize with bh disabled + - crypto: sun8i-ce - call finalize with bh disabled + - crypto: amlogic - call finalize with bh disabled + - crypto: gemini - call finalize with bh disabled + - crypto: vmx - add missing dependencies + - clocksource/drivers/timer-ti-dm: Fix regression from errata i940 fix + - clocksource/drivers/exynos_mct: Refactor resources allocation + - clocksource/drivers/exynos_mct: Handle DTS with higher number of interrupts + - clocksource/drivers/timer-microchip-pit64b: Use notrace + - clocksource/drivers/timer-of: Check return value of of_iomap in + timer_of_base_init() + - arm64: prevent instrumentation of bp hardening callbacks + - KEYS: trusted: Fix trusted key backends when building as module + - KEYS: trusted: Avoid calling null function trusted_key_exit + - ACPI: APEI: fix return value of __setup handlers + - crypto: ccp - ccp_dmaengine_unregister release dma channels + - crypto: ccree - Fix use after free in cc_cipher_exit() + - hwrng: nomadik - Change clk_disable to clk_disable_unprepare + - hwmon: (pmbus) Add Vin unit off handling + - clocksource: acpi_pm: fix return value of __setup handler + - io_uring: don't check unrelated req->open.how in accept request + - io_uring: terminate manual loop iterator loop correctly for non-vecs + - watch_queue: Fix NULL dereference in error cleanup + - watch_queue: Actually free the watch + - f2fs: fix to enable ATGC correctly via gc_idle sysfs interface + - sched/debug: Remove mpol_get/put and task_lock/unlock from sched_show_numa + - sched/core: Export pelt_thermal_tp + - sched/uclamp: Fix iowait boost escaping uclamp restriction + - rseq: Remove broken uapi field layout on 32-bit little endian + - perf/core: Fix address filter parser for multiple filters + - perf/x86/intel/pt: Fix address filter config for 32-bit kernel + - sched/fair: Improve consistency of allowed NUMA balance calculations + - f2fs: fix missing free nid in f2fs_handle_failed_inode + - nfsd: more robust allocation failure handling in nfsd_file_cache_init + - sched/cpuacct: Fix charge percpu cpuusage + - sched/rt: Plug rt_mutex_setprio() vs push_rt_task() race + - f2fs: fix to avoid potential deadlock + - btrfs: fix unexpected error path when reflinking an inline extent + - f2fs: fix compressed file start atomic write may cause data corruption + - selftests, x86: fix how check_cc.sh is being invoked + - drivers/base/memory: add memory block to memory group after registration + succeeded + - kunit: make kunit_test_timeout compatible with comment + - pinctrl: samsung: Remove EINT handler for Exynos850 ALIVE and CMGP gpios + - media: staging: media: zoran: fix usage of vb2_dma_contig_set_max_seg_size + - media: camss: csid-170: fix non-10bit formats + - media: camss: csid-170: don't enable unused irqs + - media: camss: csid-170: set the right HALT_CMD when disabled + - media: camss: vfe-170: fix "VFE halt timeout" error + - media: staging: media: imx: imx7-mipi-csis: Make subdev name unique + - media: v4l2-mem2mem: Apply DST_QUEUE_OFF_BASE on MMAP buffers across ioctls + - media: mtk-vcodec: potential dereference of null pointer + - media: imx: imx8mq-mipi-csi2: remove wrong irq config write operation + - media: imx: imx8mq-mipi_csi2: fix system resume + - media: bttv: fix WARNING regression on tunerless devices + - media: atmel: atmel-sama7g5-isc: fix ispck leftover + - ASoC: sh: rz-ssi: Drop calling rz_ssi_pio_recv() recursively + - ASoC: codecs: Check for error pointer after calling devm_regmap_init_mmio + - ASoC: xilinx: xlnx_formatter_pcm: Handle sysclk setting + - ASoC: simple-card-utils: Set sysclk on all components + - media: coda: Fix missing put_device() call in coda_get_vdoa_data + - media: meson: vdec: potential dereference of null pointer + - media: hantro: Fix overfill bottom register field name + - media: ov6650: Fix set format try processing path + - media: v4l: Avoid unaligned access warnings when printing 4cc modifiers + - media: ov5648: Don't pack controls struct + - media: aspeed: Correct value for h-total-pixels + - video: fbdev: matroxfb: set maxvram of vbG200eW to the same as vbG200 to + avoid black screen + - video: fbdev: controlfb: Fix COMPILE_TEST build + - video: fbdev: smscufx: Fix null-ptr-deref in ufx_usb_probe() + - video: fbdev: atmel_lcdfb: fix an error code in atmel_lcdfb_probe() + - video: fbdev: fbcvt.c: fix printing in fb_cvt_print_name() + - ARM: dts: Fix OpenBMC flash layout label addresses + - firmware: qcom: scm: Remove reassignment to desc following initializer + - ARM: dts: qcom: ipq4019: fix sleep clock + - soc: qcom: rpmpd: Check for null return of devm_kcalloc + - soc: qcom: ocmem: Fix missing put_device() call in of_get_ocmem + - soc: qcom: aoss: remove spurious IRQF_ONESHOT flags + - arm64: dts: qcom: sdm845: fix microphone bias properties and values + - arm64: dts: qcom: sm8250: fix PCIe bindings to follow schema + - arm64: dts: broadcom: bcm4908: use proper TWD binding + - arm64: dts: qcom: sm8150: Correct TCS configuration for apps rsc + - arm64: dts: qcom: sm8350: Correct TCS configuration for apps rsc + - firmware: ti_sci: Fix compilation failure when CONFIG_TI_SCI_PROTOCOL is not + defined + - soc: ti: wkup_m3_ipc: Fix IRQ check in wkup_m3_ipc_probe + - ARM: dts: sun8i: v3s: Move the csi1 block to follow address order + - vsprintf: Fix potential unaligned access + - ARM: dts: imx: Add missing LVDS decoder on M53Menlo + - media: mexon-ge2d: fixup frames size in registers + - media: video/hdmi: handle short reads of hdmi info frame. + - media: ti-vpe: cal: Fix a NULL pointer dereference in + cal_ctx_v4l2_init_formats() + - media: em28xx: initialize refcount before kref_get + - media: usb: go7007: s2250-board: fix leak in probe() + - media: cedrus: H265: Fix neighbour info buffer size + - media: cedrus: h264: Fix neighbour info buffer size + - ASoC: codecs: rx-macro: fix accessing compander for aux + - ASoC: codecs: rx-macro: fix accessing array out of bounds for enum type + - ASoC: codecs: va-macro: fix accessing array out of bounds for enum type + - ASoC: codecs: wc938x: fix accessing array out of bounds for enum type + - ASoC: codecs: wcd938x: fix kcontrol max values + - ASoC: codecs: wcd934x: fix kcontrol max values + - ASoC: codecs: wcd934x: fix return value of wcd934x_rx_hph_mode_put + - media: v4l2-core: Initialize h264 scaling matrix + - media: ov5640: Fix set format, v4l2_mbus_pixelcode not updated + - selftests/lkdtm: Add UBSAN config + - lib: uninline simple_strntoull() as well + - vsprintf: Fix %pK with kptr_restrict == 0 + - uaccess: fix nios2 and microblaze get_user_8() + - ASoC: rt5663: check the return value of devm_kzalloc() in rt5663_parse_dp() + - soc: mediatek: pm-domains: Add wakeup capacity support in power domain + - mmc: sdhci_am654: Fix the driver data of AM64 SoC + - ASoC: ti: davinci-i2s: Add check for clk_enable() + - ALSA: spi: Add check for clk_enable() + - arm64: dts: ns2: Fix spi-cpol and spi-cpha property + - arm64: dts: broadcom: Fix sata nodename + - printk: fix return value of printk.devkmsg __setup handler + - ASoC: mxs-saif: Handle errors for clk_enable + - ASoC: atmel_ssc_dai: Handle errors for clk_enable + - ASoC: dwc-i2s: Handle errors for clk_enable + - ASoC: soc-compress: prevent the potentially use of null pointer + - memory: emif: Add check for setup_interrupts + - memory: emif: check the pointer temp in get_device_details() + - ALSA: firewire-lib: fix uninitialized flag for AV/C deferred transaction + - arm64: dts: rockchip: Fix SDIO regulator supply properties on rk3399-firefly + - m68k: coldfire/device.c: only build for MCF_EDMA when h/w macros are defined + - media: stk1160: If start stream fails, return buffers with + VB2_BUF_STATE_QUEUED + - media: vidtv: Check for null return of vzalloc + - ASoC: atmel: Add missing of_node_put() in at91sam9g20ek_audio_probe + - ASoC: wm8350: Handle error for wm8350_register_irq + - ASoC: fsi: Add check for clk_enable + - video: fbdev: omapfb: Add missing of_node_put() in dvic_probe_of + - media: saa7134: fix incorrect use to determine if list is empty + - ivtv: fix incorrect device_caps for ivtvfb + - ASoC: atmel: Fix error handling in snd_proto_probe + - ASoC: rockchip: i2s: Fix missing clk_disable_unprepare() in + rockchip_i2s_probe + - ASoC: SOF: Add missing of_node_put() in imx8m_probe + - ASoC: mediatek: use of_device_get_match_data() + - ASoC: mediatek: mt8192-mt6359: Fix error handling in mt8192_mt6359_dev_probe + - ASoC: rk817: Fix missing clk_disable_unprepare() in rk817_platform_probe + - ASoC: dmaengine: do not use a NULL prepare_slave_config() callback + - ASoC: mxs: Fix error handling in mxs_sgtl5000_probe + - ASoC: fsl_spdif: Disable TX clock when stop + - ASoC: imx-es8328: Fix error return code in imx_es8328_probe() + - ASoC: SOF: Intel: enable DMI L1 for playback streams + - ASoC: msm8916-wcd-digital: Fix missing clk_disable_unprepare() in + msm8916_wcd_digital_probe + - mmc: davinci_mmc: Handle error for clk_enable + - ASoC: atmel: Fix error handling in sam9x5_wm8731_driver_probe + - ASoC: msm8916-wcd-analog: Fix error handling in pm8916_wcd_analog_spmi_probe + - ASoC: codecs: wcd934x: Add missing of_node_put() in wcd934x_codec_parse_data + - ASoC: amd: Fix reference to PCM buffer address + - ARM: configs: multi_v5_defconfig: re-enable CONFIG_V4L_PLATFORM_DRIVERS + - ARM: configs: multi_v5_defconfig: re-enable DRM_PANEL and FB_xxx + - drm/meson: osd_afbcd: Add an exit callback to struct meson_afbcd_ops + - drm/meson: Make use of the helper function + devm_platform_ioremap_resourcexxx() + - drm/meson: split out encoder from meson_dw_hdmi + - drm/meson: Fix error handling when afbcd.ops->init fails + - drm/bridge: Fix free wrong object in sii8620_init_rcp_input_dev + - drm/bridge: Add missing pm_runtime_disable() in __dw_mipi_dsi_probe + - drm/bridge: nwl-dsi: Fix PM disable depth imbalance in nwl_dsi_probe + - drm: bridge: adv7511: Fix ADV7535 HPD enablement + - ath10k: fix memory overwrite of the WoWLAN wakeup packet pattern + - drm/v3d/v3d_drv: Check for error num after setting mask + - drm/panfrost: Check for error num after setting mask + - libbpf: Fix possible NULL pointer dereference when destroying skeleton + - bpftool: Only set obj->skeleton on complete success + - udmabuf: validate ubuf->pagecount + - bpf: Fix UAF due to race between btf_try_get_module and load_module + - drm/selftests/test-drm_dp_mst_helper: Fix memory leak in + sideband_msg_req_encode_decode + - selftests: bpf: Fix bind on used port + - Bluetooth: btintel: Fix WBS setting for Intel legacy ROM products + - Bluetooth: hci_serdev: call init_rwsem() before p->open() + - mtd: onenand: Check for error irq + - mtd: rawnand: gpmi: fix controller timings setting + - drm/edid: Don't clear formats if using deep color + - drm/edid: Split deep color modes between RGB and YUV444 + - ionic: fix type complaint in ionic_dev_cmd_clean() + - ionic: start watchdog after all is setup + - ionic: Don't send reset commands if FW isn't running + - drm/nouveau/acr: Fix undefined behavior in nvkm_acr_hsfw_load_bl() + - drm/amd/display: Fix a NULL pointer dereference in + amdgpu_dm_connector_add_common_modes() + - drm/amd/pm: return -ENOTSUPP if there is no get_dpm_ultimate_freq function + - net: phy: at803x: move page selection fix to config_init + - selftests/bpf: Normalize XDP section names in selftests + - selftests/bpf/test_xdp_redirect_multi: use temp netns for testing + - ath9k_htc: fix uninit value bugs + - RDMA/core: Set MR type in ib_reg_user_mr + - KVM: PPC: Fix vmx/vsx mixup in mmio emulation + - selftests/net: timestamping: Fix bind_phc check + - i40e: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb + - i40e: respect metadata on XSK Rx to skb + - igc: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb + - ixgbe: pass bi->xdp to ixgbe_construct_skb_zc() directly + - ixgbe: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb + - ixgbe: respect metadata on XSK Rx to skb + - power: reset: gemini-poweroff: Fix IRQ check in gemini_poweroff_probe + - ray_cs: Check ioremap return value + - powerpc: dts: t1040rdb: fix ports names for Seville Ethernet switch + - KVM: PPC: Book3S HV: Check return value of kvmppc_radix_init + - powerpc/perf: Don't use perf_hw_context for trace IMC PMU + - mt76: connac: fix sta_rec_wtbl tag len + - mt76: mt7915: use proper aid value in mt7915_mcu_wtbl_generic_tlv in sta + mode + - mt76: mt7915: use proper aid value in mt7915_mcu_sta_basic_tlv + - mt76: mt7921: fix a leftover race in runtime-pm + - mt76: mt7615: fix a leftover race in runtime-pm + - mt76: mt7603: check sta_rates pointer in mt7603_sta_rate_tbl_update + - mt76: mt7615: check sta_rates pointer in mt7615_sta_rate_tbl_update + - ptp: unregister virtual clocks when unregistering physical clock. + - net: dsa: mv88e6xxx: Enable port policy support on 6097 + - mac80211: Remove a couple of obsolete TODO + - mac80211: limit bandwidth in HE capabilities + - scripts/dtc: Call pkg-config POSIXly correct + - livepatch: Fix build failure on 32 bits processors + - net: asix: add proper error handling of usb read errors + - i2c: bcm2835: Use platform_get_irq() to get the interrupt + - i2c: bcm2835: Fix the error handling in 'bcm2835_i2c_probe()' + - mtd: mchp23k256: Add SPI ID table + - mtd: mchp48l640: Add SPI ID table + - igc: avoid kernel warning when changing RX ring parameters + - igb: refactor XDP registration + - PCI: aardvark: Fix reading MSI interrupt number + - PCI: aardvark: Fix reading PCI_EXP_RTSTA_PME bit on emulated bridge + - RDMA/rxe: Check the last packet by RXE_END_MASK + - libbpf: Fix signedness bug in btf_dump_array_data() + - cxl/core: Fix cxl_probe_component_regs() error message + - cxl/regs: Fix size of CXL Capability Header Register + - net:enetc: allocate CBD ring data memory using DMA coherent methods + - libbpf: Fix compilation warning due to mismatched printf format + - drm/bridge: dw-hdmi: use safe format when first in bridge chain + - libbpf: Use dynamically allocated buffer when receiving netlink messages + - power: supply: ab8500: Fix memory leak in ab8500_fg_sysfs_init + - HID: i2c-hid: fix GET/SET_REPORT for unnumbered reports + - iommu/ipmmu-vmsa: Check for error num after setting mask + - drm/bridge: anx7625: Fix overflow issue on reading EDID + - bpftool: Fix the error when lookup in no-btf maps + - drm/amd/pm: enable pm sysfs write for one VF mode + - drm/amd/display: Add affected crtcs to atomic state for dsc mst unplug + - libbpf: Fix memleak in libbpf_netlink_recv() + - IB/cma: Allow XRC INI QPs to set their local ACK timeout + - dax: make sure inodes are flushed before destroy cache + - selftests: mptcp: add csum mib check for mptcp_connect + - iwlwifi: mvm: Don't call iwl_mvm_sta_from_mac80211() with NULL sta + - iwlwifi: mvm: don't iterate unadded vifs when handling FW SMPS req + - iwlwifi: mvm: align locking in D3 test debugfs + - iwlwifi: yoyo: remove DBGI_SRAM address reset writing + - iwlwifi: Fix -EIO error code that is never returned + - iwlwifi: mvm: Fix an error code in iwl_mvm_up() + - mtd: rawnand: pl353: Set the nand chip node as the flash node + - drm/msm/dp: populate connector of struct dp_panel + - drm/msm/dp: stop link training after link training 2 failed + - drm/msm/dp: always add fail-safe mode into connector mode list + - drm/msm/dsi: Use "ref" fw clock instead of global name for VCO parent + - drm/msm/dsi/phy: fix 7nm v4.0 settings for C-PHY mode + - drm/msm/dpu: add DSPP blocks teardown + - drm/msm/dpu: fix dp audio condition + - dm crypt: fix get_key_size compiler warning if !CONFIG_KEYS + - vfio/pci: fix memory leak during D3hot to D0 transition + - vfio/pci: wake-up devices around reset functions + - scsi: fnic: Fix a tracing statement + - scsi: pm8001: Fix command initialization in pm80XX_send_read_log() + - scsi: pm8001: Fix command initialization in pm8001_chip_ssp_tm_req() + - scsi: pm8001: Fix payload initialization in pm80xx_set_thermal_config() + - scsi: pm8001: Fix le32 values handling in + pm80xx_set_sas_protocol_timer_config() + - scsi: pm8001: Fix payload initialization in pm80xx_encrypt_update() + - scsi: pm8001: Fix le32 values handling in pm80xx_chip_ssp_io_req() + - scsi: pm8001: Fix le32 values handling in pm80xx_chip_sata_req() + - scsi: pm8001: Fix NCQ NON DATA command task initialization + - scsi: pm8001: Fix NCQ NON DATA command completion handling + - scsi: pm8001: Fix abort all task initialization + - RDMA/mlx5: Fix the flow of a miss in the allocation of a cache ODP MR + - drm/amd/display: Remove vupdate_int_entry definition + - TOMOYO: fix __setup handlers return values + - power: supply: sbs-charger: Don't cancel work that is not initialized + - ext2: correct max file size computing + - drm/tegra: Fix reference leak in tegra_dsi_ganged_probe + - power: supply: bq24190_charger: Fix bq24190_vbus_is_enabled() wrong false + return + - scsi: hisi_sas: Change permission of parameter prot_mask + - drm/bridge: cdns-dsi: Make sure to to create proper aliases for dt + - bpf, arm64: Call build_prologue() first in first JIT pass + - bpf, arm64: Feed byte-offset into bpf line info + - xsk: Fix race at socket teardown + - RDMA/irdma: Fix netdev notifications for vlan's + - RDMA/irdma: Fix Passthrough mode in VM + - RDMA/irdma: Remove incorrect masking of PD + - gpu: host1x: Fix a memory leak in 'host1x_remove()' + - libbpf: Skip forward declaration when counting duplicated type names + - powerpc/mm/numa: skip NUMA_NO_NODE onlining in parse_numa_properties() + - powerpc/Makefile: Don't pass -mcpu=powerpc64 when building 32-bit + - KVM: x86: Fix emulation in writing cr8 + - KVM: x86/emulator: Defer not-present segment check in + __load_segment_descriptor() + - hv_balloon: rate-limit "Unhandled message" warning + - i2c: xiic: Make bus names unique + - power: supply: wm8350-power: Handle error for wm8350_register_irq + - power: supply: wm8350-power: Add missing free in free_charger_irq + - IB/hfi1: Allow larger MTU without AIP + - RDMA/core: Fix ib_qp_usecnt_dec() called when error + - PCI: Reduce warnings on possible RW1C corruption + - net: axienet: fix RX ring refill allocation failure handling + - drm/msm/a6xx: Fix missing ARRAY_SIZE() check + - mips: DEC: honor CONFIG_MIPS_FP_SUPPORT=n + - MIPS: Sanitise Cavium switch cases in TLB handler synthesizers + - powerpc/sysdev: fix incorrect use to determine if list is empty + - powerpc/64s: Don't use DSISR for SLB faults + - mfd: mc13xxx: Add check for mc13xxx_irq_request + - libbpf: Unmap rings when umem deleted + - selftests/bpf: Make test_lwt_ip_encap more stable and faster + - platform/x86: huawei-wmi: check the return value of device_create_file() + - scsi: mpt3sas: Fix incorrect 4GB boundary check + - powerpc: 8xx: fix a return value error in mpc8xx_pic_init + - vxcan: enable local echo for sent CAN frames + - ath10k: Fix error handling in ath10k_setup_msa_resources + - mips: cdmm: Fix refcount leak in mips_cdmm_phys_base + - MIPS: RB532: fix return value of __setup handler + - MIPS: pgalloc: fix memory leak caused by pgd_free() + - mtd: rawnand: atmel: fix refcount issue in atmel_nand_controller_init + - power: ab8500_chargalg: Use CLOCK_MONOTONIC + - RDMA/irdma: Prevent some integer underflows + - Revert "RDMA/core: Fix ib_qp_usecnt_dec() called when error" + - RDMA/mlx5: Fix memory leak in error flow for subscribe event routine + - bpf, sockmap: Fix memleak in sk_psock_queue_msg + - bpf, sockmap: Fix memleak in tcp_bpf_sendmsg while sk msg is full + - bpf, sockmap: Fix more uncharged while msg has more_data + - bpf, sockmap: Fix double uncharge the mem of sk_msg + - samples/bpf, xdpsock: Fix race when running for fix duration of time + - USB: storage: ums-realtek: fix error code in rts51x_read_mem() + - drm/i915/display: Fix HPD short pulse handling for eDP + - netfilter: flowtable: Fix QinQ and pppoe support for inet table + - mt76: mt7921: fix mt7921_queues_acq implementation + - can: isotp: sanitize CAN ID checks in isotp_bind() + - can: isotp: return -EADDRNOTAVAIL when reading from unbound socket + - can: isotp: support MSG_TRUNC flag when reading from socket + - bareudp: use ipv6_mod_enabled to check if IPv6 enabled + - ibmvnic: fix race between xmit and reset + - af_unix: Fix some data-races around unix_sk(sk)->oob_skb. + - selftests/bpf: Fix error reporting from sock_fields programs + - Bluetooth: hci_uart: add missing NULL check in h5_enqueue + - Bluetooth: call hci_le_conn_failed with hdev lock in hci_le_conn_failed + - Bluetooth: btmtksdio: Fix kernel oops in btmtksdio_interrupt + - ipv4: Fix route lookups when handling ICMP redirects and PMTU updates + - af_netlink: Fix shift out of bounds in group mask calculation + - i2c: meson: Fix wrong speed use from probe + - netfilter: conntrack: Add and use nf_ct_set_auto_assign_helper_warned() + - i2c: mux: demux-pinctrl: do not deactivate a master that is not active + - powerpc/pseries: Fix use after free in remove_phb_dynamic() + - selftests/bpf/test_lirc_mode2.sh: Exit with proper code + - PCI: Avoid broken MSI on SB600 USB devices + - net: bcmgenet: Use stronger register read/writes to assure ordering + - tcp: ensure PMTU updates are processed during fastopen + - openvswitch: always update flow key after nat + - net: dsa: fix panic on shutdown if multi-chip tree failed to probe + - tipc: fix the timer expires after interval 100ms + - mfd: asic3: Add missing iounmap() on error asic3_mfd_probe + - ice: fix 'scheduling while atomic' on aux critical err interrupt + - ice: don't allow to run ice_send_event_to_aux() in atomic ctx + - drivers: ethernet: cpsw: fix panic when interrupt coaleceing is set via + ethtool + - kernel/resource: fix kfree() of bootmem memory again + - staging: r8188eu: convert DBG_88E_LEVEL call in hal/rtl8188e_hal_init.c + - staging: r8188eu: release_firmware is not called if allocation fails + - mxser: fix xmit_buf leak in activate when LSR == 0xff + - fsi: scom: Fix error handling + - fsi: scom: Remove retries in indirect scoms + - pwm: lpc18xx-sct: Initialize driver data and hardware before pwmchip_add() + - pps: clients: gpio: Propagate return value from pps_gpio_probe + - fsi: Aspeed: Fix a potential double free + - misc: alcor_pci: Fix an error handling path + - cpufreq: qcom-cpufreq-nvmem: fix reading of PVS Valid fuse + - soundwire: intel: fix wrong register name in intel_shim_wake + - clk: qcom: ipq8074: fix PCI-E clock oops + - dmaengine: idxd: check GENCAP config support for gencfg register + - dmaengine: idxd: change bandwidth token to read buffers + - dmaengine: idxd: restore traffic class defaults after wq reset + - iio: mma8452: Fix probe failing when an i2c_device_id is used + - serial: 8250_aspeed_vuart: add PORT_ASPEED_VUART port type + - staging:iio:adc:ad7280a: Fix handing of device address bit reversing. + - pinctrl: renesas: r8a77470: Reduce size for narrow VIN1 channel + - pinctrl: renesas: checker: Fix miscalculation of number of states + - clk: qcom: ipq8074: Use floor ops for SDCC1 clock + - phy: dphy: Correct lpx parameter and its derivatives(ta_{get,go,sure}) + - phy: phy-brcm-usb: fixup BCM4908 support + - serial: 8250_mid: Balance reference count for PCI DMA device + - serial: 8250_lpss: Balance reference count for PCI DMA device + - NFS: Use of mapping_set_error() results in spurious errors + - serial: 8250: Fix race condition in RTS-after-send handling + - iio: adc: Add check for devm_request_threaded_irq + - habanalabs: Add check for pci_enable_device + - NFS: Return valid errors from nfs2/3_decode_dirent() + - staging: r8188eu: fix endless loop in recv_func + - dma-debug: fix return value of __setup handlers + - clk: imx7d: Remove audio_mclk_root_clk + - clk: imx: off by one in imx_lpcg_parse_clks_from_dt() + - clk: at91: sama7g5: fix parents of PDMCs' GCLK + - clk: qcom: clk-rcg2: Update logic to calculate D value for RCG + - clk: qcom: clk-rcg2: Update the frac table for pixel clock + - dmaengine: hisi_dma: fix MSI allocate fail when reload hisi_dma + - remoteproc: qcom: Fix missing of_node_put in adsp_alloc_memory_region + - remoteproc: qcom_wcnss: Add missing of_node_put() in + wcnss_alloc_memory_region + - remoteproc: qcom_q6v5_mss: Fix some leaks in q6v5_alloc_memory_region + - nvdimm/region: Fix default alignment for small regions + - clk: actions: Terminate clk_div_table with sentinel element + - clk: loongson1: Terminate clk_div_table with sentinel element + - clk: hisilicon: Terminate clk_div_table with sentinel element + - clk: clps711x: Terminate clk_div_table with sentinel element + - clk: Fix clk_hw_get_clk() when dev is NULL + - clk: tegra: tegra124-emc: Fix missing put_device() call in + emc_ensure_emc_driver + - mailbox: imx: fix crash in resume on i.mx8ulp + - NFS: remove unneeded check in decode_devicenotify_args() + - staging: mt7621-dts: fix LEDs and pinctrl on GB-PC1 devicetree + - staging: mt7621-dts: fix formatting + - staging: mt7621-dts: fix pinctrl properties for ethernet + - staging: mt7621-dts: fix GB-PC2 devicetree + - pinctrl: mediatek: Fix missing of_node_put() in mtk_pctrl_init + - pinctrl: mediatek: paris: Fix PIN_CONFIG_BIAS_* readback + - pinctrl: mediatek: paris: Fix "argument" argument type for mtk_pinconf_get() + - pinctrl: mediatek: paris: Fix pingroup pin config state readback + - pinctrl: mediatek: paris: Skip custom extra pin config dump for virtual + GPIOs + - pinctrl: microchip sgpio: use reset driver + - pinctrl: microchip-sgpio: lock RMW access + - pinctrl: nomadik: Add missing of_node_put() in nmk_pinctrl_probe + - pinctrl/rockchip: Add missing of_node_put() in rockchip_pinctrl_probe + - tty: hvc: fix return value of __setup handler + - kgdboc: fix return value of __setup handler + - serial: 8250: fix XOFF/XON sending when DMA is used + - virt: acrn: obtain pa from VMA with PFNMAP flag + - virt: acrn: fix a memory leak in acrn_dev_ioctl() + - kgdbts: fix return value of __setup handler + - firmware: google: Properly state IOMEM dependency + - driver core: dd: fix return value of __setup handler + - jfs: fix divide error in dbNextAG + - netfilter: nf_conntrack_tcp: preserve liberal flag in tcp options + - SUNRPC don't resend a task on an offlined transport + - NFSv4.1: don't retry BIND_CONN_TO_SESSION on session error + - kdb: Fix the putarea helper function + - perf stat: Fix forked applications enablement of counters + - clk: qcom: gcc-msm8994: Fix gpll4 width + - vsock/virtio: initialize vdev->priv before using VQs + - vsock/virtio: read the negotiated features before using VQs + - vsock/virtio: enable VQs early on probe + - clk: Initialize orphan req_rate + - xen: fix is_xen_pmu() + - net: enetc: report software timestamping via SO_TIMESTAMPING + - net: hns3: fix bug when PF set the duplicate MAC address for VFs + - net: hns3: fix port base vlan add fail when concurrent with reset + - net: hns3: add vlan list lock to protect vlan list + - net: hns3: format the output of the MAC address + - net: hns3: refine the process when PF set VF VLAN + - net: phy: broadcom: Fix brcm_fet_config_init() + - selftests: test_vxlan_under_vrf: Fix broken test case + - NFS: Don't loop forever in nfs_do_recoalesce() + - net: hns3: clean residual vf config after disable sriov + - net: sparx5: depends on PTP_1588_CLOCK_OPTIONAL + - qlcnic: dcb: default to returning -EOPNOTSUPP + - net/x25: Fix null-ptr-deref caused by x25_disconnect + - net: sparx5: switchdev: fix possible NULL pointer dereference + - octeontx2-af: initialize action variable + - net: prefer nf_ct_put instead of nf_conntrack_put + - net/sched: act_ct: fix ref leak when switching zones + - NFSv4/pNFS: Fix another issue with a list iterator pointing to the head + - net: dsa: bcm_sf2_cfp: fix an incorrect NULL check on list iterator + - fs: fd tables have to be multiples of BITS_PER_LONG + - lib/test: use after free in register_test_dev_kmod() + - fs: fix fd table size alignment properly + - LSM: general protection fault in legacy_parse_param + - regulator: rpi-panel: Handle I2C errors/timing to the Atmel + - crypto: hisilicon/qm - cleanup warning in qm_vf_read_qos + - gcc-plugins/stackleak: Exactly match strings instead of prefixes + - pinctrl: npcm: Fix broken references to chip->parent_device + - rcu: Mark writes to the rcu_segcblist structure's ->flags field + - block/bfq_wf2q: correct weight to ioprio + - crypto: xts - Add softdep on ecb + - crypto: hisilicon/sec - not need to enable sm4 extra mode at HW V3 + - block, bfq: don't move oom_bfqq + - selinux: use correct type for context length + - arm64: module: remove (NOLOAD) from linker script + - selinux: allow FIOCLEX and FIONCLEX with policy capability + - loop: use sysfs_emit() in the sysfs xxx show() + - Fix incorrect type in assignment of ipv6 port for audit + - irqchip/qcom-pdc: Fix broken locking + - irqchip/nvic: Release nvic_base upon failure + - fs/binfmt_elf: Fix AT_PHDR for unusual ELF files + - bfq: fix use-after-free in bfq_dispatch_request + - ACPICA: Avoid walking the ACPI Namespace if it is not there + - lib/raid6/test/Makefile: Use $(pound) instead of \# for Make 4.3 + - Revert "Revert "block, bfq: honor already-setup queue merges"" + - ACPI/APEI: Limit printable size of BERT table data + - PM: core: keep irq flags in device_pm_check_callbacks() + - parisc: Fix handling off probe non-access faults + - nvme-tcp: lockdep: annotate in-kernel sockets + - spi: tegra20: Use of_device_get_match_data() + - atomics: Fix atomic64_{read_acquire,set_release} fallbacks + - locking/lockdep: Iterate lock_classes directly when reading lockdep files + - ext4: correct cluster len and clusters changed accounting in ext4_mb_mark_bb + - ext4: fix ext4_mb_mark_bb() with flex_bg with fast_commit + - sched/tracing: Report TASK_RTLOCK_WAIT tasks as TASK_UNINTERRUPTIBLE + - ext4: don't BUG if someone dirty pages without asking ext4 first + - f2fs: fix to do sanity check on curseg->alloc_type + - NFSD: Fix nfsd_breaker_owns_lease() return values + - f2fs: don't get FREEZE lock in f2fs_evict_inode in frozen fs + - btrfs: harden identification of a stale device + - btrfs: make search_csum_tree return 0 if we get -EFBIG + - f2fs: use spin_lock to avoid hang + - f2fs: compress: fix to print raw data size in error path of lz4 + decompression + - Adjust cifssb maximum read size + - ntfs: add sanity check on allocation size + - media: staging: media: zoran: move videodev alloc + - media: staging: media: zoran: calculate the right buffer number for + zoran_reap_stat_com + - media: staging: media: zoran: fix various V4L2 compliance errors + - media: atmel: atmel-isc-base: report frame sizes as full supported range + - media: ir_toy: free before error exiting + - ASoC: sh: rz-ssi: Make the data structures available before registering the + handlers + - ASoC: SOF: Intel: match sdw version on link_slaves_found + - media: imx-jpeg: Prevent decoding NV12M jpegs into single-planar buffers + - media: iommu/mediatek-v1: Free the existed fwspec if the master dev already + has + - media: iommu/mediatek: Return ENODEV if the device is NULL + - media: iommu/mediatek: Add device_link between the consumer and the larb + devices + - video: fbdev: nvidiafb: Use strscpy() to prevent buffer overflow + - video: fbdev: w100fb: Reset global state + - video: fbdev: cirrusfb: check pixclock to avoid divide by zero + - video: fbdev: omapfb: acx565akm: replace snprintf with sysfs_emit + - ARM: dts: qcom: fix gic_irq_domain_translate warnings for msm8960 + - ARM: dts: bcm2837: Add the missing L1/L2 cache information + - ASoC: madera: Add dependencies on MFD + - media: atomisp_gmin_platform: Add DMI quirk to not turn AXP ELDO2 regulator + off on some boards + - media: atomisp: fix dummy_ptr check to avoid duplicate active_bo + - ARM: ftrace: avoid redundant loads or clobbering IP + - ARM: dts: imx7: Use audio_mclk_post_div instead audio_mclk_root_clk + - arm64: defconfig: build imx-sdma as a module + - video: fbdev: omapfb: panel-dsi-cm: Use sysfs_emit() instead of snprintf() + - video: fbdev: omapfb: panel-tpo-td043mtea1: Use sysfs_emit() instead of + snprintf() + - video: fbdev: udlfb: replace snprintf in show functions with sysfs_emit + - ARM: dts: bcm2711: Add the missing L1/L2 cache information + - ASoC: soc-core: skip zero num_dai component in searching dai name + - media: imx-jpeg: fix a bug of accessing array out of bounds + - media: cx88-mpeg: clear interrupt status register before streaming video + - uaccess: fix type mismatch warnings from access_ok() + - lib/test_lockup: fix kernel pointer check for separate address spaces + - ARM: tegra: tamonten: Fix I2C3 pad setting + - ARM: mmp: Fix failure to remove sram device + - ASoC: amd: vg: fix for pm resume callback sequence + - video: fbdev: sm712fb: Fix crash in smtcfb_write() + - media: i2c: ov5648: Fix lockdep error + - media: Revert "media: em28xx: add missing em28xx_close_extension" + - media: hdpvr: initialize dev->worker at hdpvr_register_videodev + - ASoC: Intel: sof_sdw: fix quirks for 2022 HP Spectre x360 13" + - tracing: Have TRACE_DEFINE_ENUM affect trace event types as well + - mmc: host: Return an error when ->enable_sdio_irq() ops is missing + - media: atomisp: fix bad usage at error handling logic + - ALSA: hda/realtek: Add alc256-samsung-headphone fixup + - KVM: x86: Reinitialize context if host userspace toggles EFER.LME + - KVM: x86/mmu: Move "invalid" check out of kvm_tdp_mmu_get_root() + - KVM: x86/mmu: Zap _all_ roots when unmapping gfn range in TDP MMU + - KVM: x86/mmu: Check for present SPTE when clearing dirty bit in TDP MMU + - KVM: x86: hyper-v: Drop redundant 'ex' parameter from kvm_hv_send_ipi() + - KVM: x86: hyper-v: Drop redundant 'ex' parameter from kvm_hv_flush_tlb() + - KVM: x86: hyper-v: Fix the maximum number of sparse banks for XMM fast TLB + flush hypercalls + - KVM: x86: hyper-v: HVCALL_SEND_IPI_EX is an XMM fast hypercall + - powerpc/kasan: Fix early region not updated correctly + - powerpc/lib/sstep: Fix 'sthcx' instruction + - powerpc/lib/sstep: Fix build errors with newer binutils + - powerpc: Add set_memory_{p/np}() and remove set_memory_attr() + - powerpc: Fix build errors with newer binutils + - drm/dp: Fix off-by-one in register cache size + - drm/i915: Treat SAGV block time 0 as SAGV disabled + - drm/i915: Fix PSF GV point mask when SAGV is not possible + - drm/i915: Reject unsupported TMDS rates on ICL+ + - scsi: qla2xxx: Refactor asynchronous command initialization + - scsi: qla2xxx: Implement ref count for SRB + - scsi: qla2xxx: Fix stuck session in gpdb + - scsi: qla2xxx: Fix warning message due to adisc being flushed + - scsi: qla2xxx: Fix scheduling while atomic + - scsi: qla2xxx: Fix premature hw access after PCI error + - scsi: qla2xxx: Fix wrong FDMI data for 64G adapter + - scsi: qla2xxx: Fix warning for missing error code + - scsi: qla2xxx: Fix device reconnect in loop topology + - scsi: qla2xxx: edif: Fix clang warning + - scsi: qla2xxx: Fix T10 PI tag escape and IP guard options for 28XX adapters + - scsi: qla2xxx: Add devids and conditionals for 28xx + - scsi: qla2xxx: Check for firmware dump already collected + - scsi: qla2xxx: Suppress a kernel complaint in qla_create_qpair() + - scsi: qla2xxx: Fix disk failure to rediscover + - scsi: qla2xxx: Fix incorrect reporting of task management failure + - scsi: qla2xxx: Fix hang due to session stuck + - scsi: qla2xxx: Fix missed DMA unmap for NVMe ls requests + - scsi: qla2xxx: Fix N2N inconsistent PLOGI + - scsi: qla2xxx: Fix stuck session of PRLI reject + - scsi: qla2xxx: Reduce false trigger to login + - scsi: qla2xxx: Use correct feature type field during RFF_ID processing + - platform: chrome: Split trace include file + - KVM: x86: Check lapic_in_kernel() before attempting to set a SynIC irq + - KVM: x86: Avoid theoretical NULL pointer dereference in + kvm_irq_delivery_to_apic_fast() + - KVM: x86: Forbid VMM to set SYNIC/STIMER MSRs when SynIC wasn't activated + - KVM: Prevent module exit until all VMs are freed + - KVM: x86: fix sending PV IPI + - KVM: SVM: fix panic on out-of-bounds guest IRQ + - ubifs: rename_whiteout: Fix double free for whiteout_ui->data + - ubifs: Fix deadlock in concurrent rename whiteout and inode writeback + - ubifs: Add missing iput if do_tmpfile() failed in rename whiteout + - ubifs: Rename whiteout atomically + - ubifs: Fix 'ui->dirty' race between do_tmpfile() and writeback work + - ubifs: Rectify space amount budget for mkdir/tmpfile operations + - ubifs: setflags: Make dirtied_ino_d 8 bytes aligned + - ubifs: Fix read out-of-bounds in ubifs_wbuf_write_nolock() + - ubifs: Fix to add refcount once page is set private + - ubifs: rename_whiteout: correct old_dir size computing + - nvme: allow duplicate NSIDs for private namespaces + - nvme: fix the read-only state for zoned namespaces with unsupposed features + - wireguard: queueing: use CFI-safe ptr_ring cleanup function + - wireguard: socket: free skb in send6 when ipv6 is disabled + - wireguard: socket: ignore v6 endpoints when ipv6 is disabled + - XArray: Fix xas_create_range() when multi-order entry present + - can: mcba_usb: mcba_usb_start_xmit(): fix double dev_kfree_skb in error path + - can: mcba_usb: properly check endpoint type + - can: mcp251xfd: mcp251xfd_register_get_dev_id(): fix return of error value + - XArray: Update the LRU list in xas_split() + - modpost: restore the warning message for missing symbol versions + - rtc: check if __rtc_read_time was successful + - gfs2: gfs2_setattr_size error path fix + - gfs2: Make sure FITRIM minlen is rounded up to fs block size + - net: hns3: fix the concurrency between functions reading debugfs + - net: hns3: fix software vlan talbe of vlan 0 inconsistent with hardware + - rxrpc: fix some null-ptr-deref bugs in server_key.c + - rxrpc: Fix call timer start racing with call destruction + - mailbox: imx: fix wakeup failure from freeze mode + - crypto: arm/aes-neonbs-cbc - Select generic cbc and aes + - watch_queue: Free the page array when watch_queue is dismantled + - pinctrl: pinconf-generic: Print arguments for bias-pull-* + - watchdog: rti-wdt: Add missing pm_runtime_disable() in probe function + - net: sparx5: uses, depends on BRIDGE or !BRIDGE + - pinctrl: nuvoton: npcm7xx: Rename DS() macro to DSTR() + - pinctrl: nuvoton: npcm7xx: Use %zu printk format for ARRAY_SIZE() + - ASoC: mediatek: mt6358: add missing EXPORT_SYMBOLs + - ubi: Fix race condition between ctrl_cdev_ioctl and ubi_cdev_ioctl + - ARM: iop32x: offset IRQ numbers by 1 + - block: Fix the maximum minor value is blk_alloc_ext_minor() + - io_uring: fix memory leak of uid in files registration + - riscv module: remove (NOLOAD) + - ACPI: CPPC: Avoid out of bounds access when parsing _CPC data + - vhost: handle error while adding split ranges to iotlb + - spi: Fix Tegra QSPI example + - platform/chrome: cros_ec_typec: Check for EC device + - can: isotp: restore accidentally removed MSG_PEEK feature + - proc: bootconfig: Add null pointer check + - drm/connector: Fix typo in documentation + - scsi: qla2xxx: Add qla2x00_async_done() for async routines + - staging: mt7621-dts: fix pinctrl-0 items to be size-1 items on ethernet + - arm64: mm: Drop 'const' from conditional arm64_dma_phys_limit definition + - ASoC: soc-compress: Change the check for codec_dai + - Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE"" + - tracing: Have type enum modifications copy the strings + - net: add skb_set_end_offset() helper + - net: preserve skb_end_offset() in skb_unclone_keeptruesize() + - mm/mmap: return 1 from stack_guard_gap __setup() handler + - ARM: 9187/1: JIVE: fix return value of __setup handler + - mm/memcontrol: return 1 from cgroup.memory __setup() handler + - mm/usercopy: return 1 from hardened_usercopy __setup() handler + - af_unix: Support POLLPRI for OOB. + - bpf: Adjust BPF stack helper functions to accommodate skip > 0 + - bpf: Fix comment for helper bpf_current_task_under_cgroup() + - mmc: rtsx: Use pm_runtime_{get,put}() to handle runtime PM + - dt-bindings: mtd: nand-controller: Fix the reg property description + - dt-bindings: mtd: nand-controller: Fix a comment in the examples + - dt-bindings: spi: mxic: The interrupt property is not mandatory + - dt-bindings: memory: mtk-smi: No need mediatek,larb-id for mt8167 + - dt-bindings: pinctrl: pinctrl-microchip-sgpio: Fix example + - ubi: fastmap: Return error code if memory allocation fails in add_aeb() + - ASoC: SOF: Intel: Fix build error without SND_SOC_SOF_PCI_DEV + - ASoC: topology: Allow TLV control to be either read or write + - perf vendor events: Update metrics for SkyLake Server + - media: ov6650: Add try support to selection API operations + - media: ov6650: Fix crop rectangle affected by set format + - spi: mediatek: support tick_delay without enhance_timing + - ARM: dts: spear1340: Update serial node properties + - ARM: dts: spear13xx: Update SPI dma properties + - arm64: dts: ls1043a: Update i2c dma properties + - arm64: dts: ls1046a: Update i2c node dma properties + - um: Fix uml_mconsole stop/go + - docs: sysctl/kernel: add missing bit to panic_print + - openvswitch: Fixed nd target mask field in the flow dump. + - torture: Make torture.sh help message match reality + - n64cart: convert bi_disk to bi_bdev->bd_disk fix build + - mmc: rtsx: Let MMC core handle runtime PM + - mmc: rtsx: Fix build errors/warnings for unused variable + - KVM: x86/mmu: do compare-and-exchange of gPTE via the user address + - iommu/dma: Skip extra sync during unmap w/swiotlb + - iommu/dma: Fold _swiotlb helpers into callers + - iommu/dma: Check CONFIG_SWIOTLB more broadly + - swiotlb: Support aligned swiotlb buffers + - iommu/dma: Account for min_align_mask w/swiotlb + - coredump: Snapshot the vmas in do_coredump + - coredump: Remove the WARN_ON in dump_vma_snapshot + - coredump/elf: Pass coredump_params into fill_note_info + - coredump: Use the vma snapshot in fill_files_note + - PCI: xgene: Revert "PCI: xgene: Use inbound resources for setup" + - Linux 5.15.33 + * Jammy update: v5.15.32 upstream stable release (LP: #1969106) + - net: ipv6: fix skb_over_panic in __ip6_append_data + - tpm: Fix error handling in async work + - Bluetooth: btusb: Add another Realtek 8761BU + - llc: fix netdevice reference leaks in llc_ui_bind() + - ASoC: sti: Fix deadlock via snd_pcm_stop_xrun() call + - ALSA: oss: Fix PCM OSS buffer allocation overflow + - ALSA: usb-audio: add mapping for new Corsair Virtuoso SE + - ALSA: hda/realtek: Add quirk for Clevo NP70PNJ + - ALSA: hda/realtek: Add quirk for Clevo NP50PNJ + - ALSA: hda/realtek - Fix headset mic problem for a HP machine with alc671 + - ALSA: hda/realtek: Add quirk for ASUS GA402 + - ALSA: pcm: Fix races among concurrent hw_params and hw_free calls + - ALSA: pcm: Fix races among concurrent read/write and buffer changes + - ALSA: pcm: Fix races among concurrent prepare and hw_params/hw_free calls + - ALSA: pcm: Fix races among concurrent prealloc proc writes + - ALSA: pcm: Add stream lock during PCM reset ioctl operations + - ALSA: usb-audio: Add mute TLV for playback volumes on RODE NT-USB + - ALSA: cmipci: Restore aux vol on suspend/resume + - ALSA: pci: fix reading of swapped values from pcmreg in AC97 codec + - drivers: net: xgene: Fix regression in CRC stripping + - ACPI / x86: Work around broken XSDT on Advantech DAC-BJ01 board + - ACPI: battery: Add device HID and quirk for Microsoft Surface Go 3 + - ACPI: video: Force backlight native for Clevo NL5xRU and NL5xNU + - crypto: qat - disable registration of algorithms + - Bluetooth: btusb: Add one more Bluetooth part for the Realtek RTL8852AE + - Revert "ath: add support for special 0x0 regulatory domain" + - drm/virtio: Ensure that objs is not NULL in virtio_gpu_array_put_free() + - rcu: Don't deboost before reporting expedited quiescent state + - uaccess: fix integer overflow on access_ok() + - mac80211: fix potential double free on mesh join + - tpm: use try_get_ops() in tpm-space.c + - wcn36xx: Differentiate wcn3660 from wcn3620 + - m68k: fix access_ok for coldfire + - nds32: fix access_ok() checks in get/put_user + - llc: only change llc->dev when bind() succeeds + - Linux 5.15.32 + * Jammy update: v5.15.31 upstream stable release (LP: #1969105) + - crypto: qcom-rng - ensure buffer for generate is completely filled + - ocfs2: fix crash when initialize filecheck kobj fails + - mm: swap: get rid of livelock in swapin readahead + - block: release rq qos structures for queue without disk + - drm/mgag200: Fix PLL setup for g200wb and g200ew + - efi: fix return value of __setup handlers + - alx: acquire mutex for alx_reinit in alx_change_mtu + - vsock: each transport cycles only on its own sockets + - esp6: fix check on ipv6_skip_exthdr's return value + - net: phy: marvell: Fix invalid comparison in the resume and suspend + functions + - net/packet: fix slab-out-of-bounds access in packet_recvmsg() + - atm: eni: Add check for dma_map_single + - iavf: Fix double free in iavf_reset_task + - hv_netvsc: Add check for kvmalloc_array + - drm/imx: parallel-display: Remove bus flags check in + imx_pd_bridge_atomic_check() + - drm/panel: simple: Fix Innolux G070Y2-L01 BPP settings + - net: handle ARPHRD_PIMREG in dev_is_mac_header_xmit() + - drm: Don't make DRM_PANEL_BRIDGE dependent on DRM_KMS_HELPERS + - net: dsa: Add missing of_node_put() in dsa_port_parse_of + - net: phy: mscc: Add MODULE_FIRMWARE macros + - bnx2x: fix built-in kernel driver load failure + - net: bcmgenet: skip invalid partial checksums + - net: mscc: ocelot: fix backwards compatibility with single-chain tc-flower + offload + - iavf: Fix hang during reboot/shutdown + - arm64: fix clang warning about TRAMP_VALIAS + - usb: gadget: rndis: prevent integer overflow in rndis_set_response() + - usb: gadget: Fix use-after-free bug by not setting udc->dev.driver + - usb: usbtmc: Fix bug in pipe direction for control transfers + - scsi: mpt3sas: Page fault in reply q processing + - Input: aiptek - properly check endpoint type + - perf symbols: Fix symbol size calculation condition + - btrfs: skip reserved bytes warning on unmount after log cleanup failure + - Linux 5.15.31 + + -- Stefan Bader Mon, 23 May 2022 15:13:57 +0200 + +linux-lowlatency (5.15.0-33.34) jammy; urgency=medium + + * jammy/linux-lowlatency: 5.15.0-33.34 -proposed tracker (LP: #1973907) + + [ Ubuntu: 5.15.0-33.34 ] + + * jammy/linux: 5.15.0-33.34 -proposed tracker (LP: #1973924) + * CVE-2022-29581 + - net/sched: cls_u32: fix netns refcount changes in u32_change() + * ext4: limit length to bitmap_maxbytes (LP: #1972281) + - ext4: limit length to bitmap_maxbytes - blocksize in punch_hole + * Unprivileged users may use PTRACE_SEIZE to set PTRACE_O_SUSPEND_SECCOMP + option (LP: #1972740) + - ptrace: Check PTRACE_O_SUSPEND_SECCOMP permission on PTRACE_SEIZE + + -- Stefan Bader Wed, 18 May 2022 17:24:45 +0200 + +linux-lowlatency (5.15.0-30.31) jammy; urgency=medium + + * jammy/linux-lowlatency: 5.15.0-30.31 -proposed tracker (LP: #1971684) + + [ Ubuntu: 5.15.0-30.31 ] + + * jammy/linux: 5.15.0-30.31 -proposed tracker (LP: #1971685) + * Packaging resync (LP: #1786013) + - [Packaging] update variants + - debian/dkms-versions -- update from kernel-versions (main/2022.04.18) + * Intel: enable x86 AMX (LP: #1967750) + - x86/extable: Tidy up redundant handler functions + - x86/extable: Get rid of redundant macros + - x86/mce: Deduplicate exception handling + - x86/mce: Get rid of stray semicolons + - x86/extable: Rework the exception table mechanics + - x86/extable: Provide EX_TYPE_DEFAULT_MCE_SAFE and EX_TYPE_FAULT_MCE_SAFE + - x86/copy_mc: Use EX_TYPE_DEFAULT_MCE_SAFE for exception fixups + - x86/fpu: Use EX_TYPE_FAULT_MCE_SAFE for exception fixups + - x86/extable: Remove EX_TYPE_FAULT from MCE safe fixups + - x86/fpu/signal: Clarify exception handling in restore_fpregs_from_user() + - x86/fpu/signal: Move header zeroing out of xsave_to_user_sigframe() + - x86/fpu/signal: Move xstate clearing out of copy_fpregs_to_sigframe() + - x86/fpu/signal: Change return type of copy_fpstate_to_sigframe() to boolean + - x86/fpu/signal: Change return type of copy_fpregs_to_sigframe() helpers to + boolean + - x86/signal: Change return type of restore_sigcontext() to boolean + - x86/fpu/signal: Change return type of fpu__restore_sig() to boolean + - x86/fpu/signal: Change return type of __fpu_restore_sig() to boolean + - x86/fpu/signal: Change return code of check_xstate_in_sigframe() to boolean + - x86/fpu/signal: Change return code of restore_fpregs_from_user() to boolean + - x86/fpu/signal: Fix missed conversion to correct boolean retval in + save_xstate_epilog() + - x86/fpu: Remove pointless argument from switch_fpu_finish() + - x86/fpu: Update stale comments + - x86/pkru: Remove useless include + - x86/fpu: Restrict xsaves()/xrstors() to independent states + - x86/fpu: Cleanup the on_boot_cpu clutter + - x86/fpu: Remove pointless memset in fpu_clone() + - x86/process: Clone FPU in copy_thread() + - x86/fpu: Do not inherit FPU context for kernel and IO worker threads + - x86/fpu: Cleanup xstate xcomp_bv initialization + - x86/fpu/xstate: Provide and use for_each_xfeature() + - x86/fpu/xstate: Mark all init only functions __init + - x86/fpu: Move KVMs FPU swapping to FPU core + - x86/fpu: Replace KVMs home brewed FPU copy from user + - x86/fpu: Rework copy_xstate_to_uabi_buf() + - x86/fpu: Mark fpu__init_prepare_fx_sw_frame() as __init + - x86/fpu: Move context switch and exit to user inlines into sched.h + - x86/fpu: Clean up CPU feature tests + - x86/fpu: Make os_xrstor_booting() private + - x86/fpu: Move os_xsave() and os_xrstor() to core + - x86/fpu: Move legacy ASM wrappers to core + - x86/fpu: Make WARN_ON_FPU() private + - x86/fpu: Move fpregs_restore_userregs() to core + - x86/fpu: Move mxcsr related code to core + - x86/fpu: Move fpstate functions to api.h + - x86/fpu: Remove internal.h dependency from fpu/signal.h + - x86/sev: Include fpu/xcr.h + - x86/fpu: Mop up the internal.h leftovers + - x86/fpu: Replace the includes of fpu/internal.h + - x86/fpu: Provide a proper function for ex_handler_fprestore() + - x86/fpu: Replace KVMs home brewed FPU copy to user + - x86/fpu: Provide struct fpstate + - x86/fpu: Convert fpstate_init() to struct fpstate + - x86/fpu: Convert restore_fpregs_from_fpstate() to struct fpstate + - x86/fpu: Replace KVMs xstate component clearing + - x86/KVM: Convert to fpstate + - x86/fpu: Convert tracing to fpstate + - x86/fpu/regset: Convert to fpstate + - x86/fpu/signal: Convert to fpstate + - x86/fpu/core: Convert to fpstate + - x86/math-emu: Convert to fpstate + - x86/fpu: Remove fpu::state + - x86/fpu: Do not leak fpstate pointer on fork + - x86/process: Move arch_thread_struct_whitelist() out of line + - x86/fpu: Add size and mask information to fpstate + - x86/fpu: Use fpstate::size + - x86/fpu/xstate: Use fpstate for os_xsave() + - x86/fpu/xstate: Use fpstate for xsave_to_user_sigframe() + - x86/fpu: Use fpstate in fpu_copy_kvm_uabi_to_fpstate() + - x86/fpu: Use fpstate in __copy_xstate_to_uabi_buf() + - x86/fpu/xstate: Use fpstate for copy_uabi_to_xstate() + - x86/fpu/signal: Use fpstate for size and features + - x86/fpu: Provide struct fpu_config + - x86/fpu: Cleanup fpu__init_system_xstate_size_legacy() + - x86/fpu/xstate: Cleanup size calculations + - x86/fpu: Move xstate size to fpu_*_cfg + - x86/fpu: Move xstate feature masks to fpu_*_cfg + - x86/fpu: Mop up xfeatures_mask_uabi() + - x86/fpu: Rework restore_regs_from_fpstate() + - x86/fpu/xstate: Move remaining xfeature helpers to core + - x86/fpu: Prepare for sanitizing KVM FPU code + - x86/fpu: Provide infrastructure for KVM FPU cleanup + - x86/kvm: Convert FPU handling to a single swap buffer + - x86/fpu: Remove old KVM FPU interface + - signal: Add an optional check for altstack size + - x86/signal: Implement sigaltstack size validation + - x86/fpu/xstate: Provide xstate_calculate_size() + - x86/fpu: Add members to struct fpu to cache permission information + - x86/fpu: Add fpu_state_config::legacy_features + - x86/arch_prctl: Add controls for dynamic XSTATE components + - x86/fpu: Add basic helpers for dynamically enabled features + - x86/signal: Use fpu::__state_user_size for sigalt stack validation + - x86/fpu/signal: Prepare for variable sigframe length + - x86/fpu: Prepare fpu_clone() for dynamically enabled features + - x86/fpu: Reset permission and fpstate on exec() + - x86/cpufeatures: Add eXtended Feature Disabling (XFD) feature bit + - x86/msr-index: Add MSRs for XFD + - x86/fpu: Add XFD state to fpstate + - x86/fpu: Add sanity checks for XFD + - x86/fpu: Update XFD state where required + - x86/fpu/xstate: Add XFD #NM handler + - x86/fpu/xstate: Add fpstate_realloc()/free() + - x86/fpu/xstate: Prepare XSAVE feature table for gaps in state component + numbers + - x86/fpu/amx: Define AMX state components and have it used for boot-time + checks + - x86/fpu: Calculate the default sizes independently + - x86/fpu: Add XFD handling for dynamic states + - x86/fpu/amx: Enable the AMX feature in 64-bit mode + - selftests/x86/amx: Add test cases for AMX state management + - selftests/x86/amx: Add context switch test + - Documentation/x86: Add documentation for using dynamic XSTATE features + - x86/fpu/signal: Initialize sw_bytes in save_xstate_epilog() + - signal: Skip the altstack update when not needed + - x86/cpufeatures: Put the AMX macros in the word 18 block + - x86/fpu/xstate: Fix the ARCH_REQ_XCOMP_PERM implementation + - selftests/x86/amx: Update the ARCH_REQ_XCOMP_PERM test + - [Config] updateconfigs after AMX patchset + + -- Stefan Bader Thu, 05 May 2022 12:20:21 +0200 + +linux-lowlatency (5.15.0-27.28) jammy; urgency=medium + + * jammy/linux-lowlatency: 5.15.0-27.28 -proposed tracker (LP: #1969459) + + [ Ubuntu: 5.15.0-27.28 ] + + * jammy/linux: 5.15.0-27.28 -proposed tracker (LP: #1968954) + + [ Ubuntu: 5.15.0-26.27 ] + + * jammy/linux: 5.15.0-26.27 -proposed tracker (LP: #1968850) + * CVE-2022-1016 + - netfilter: nf_tables: initialize registers in nft_do_chain() + * CVE-2022-1015 + - netfilter: nf_tables: validate registers coming from userspace. + * CVE-2022-26490 + - nfc: st21nfca: Fix potential buffer overflows in EVT_TRANSACTION + * harden indirect calls against BHI attacks (LP: #1967579) + - objtool: Classify symbols + - objtool: Explicitly avoid self modifying code in .altinstr_replacement + - objtool: Shrink struct instruction + - objtool,x86: Replace alternatives with .retpoline_sites + - x86/retpoline: Remove unused replacement symbols + - x86/asm: Fix register order + - x86/asm: Fixup odd GEN-for-each-reg.h usage + - x86/retpoline: Move the retpoline thunk declarations to nospec-branch.h + - x86/retpoline: Create a retpoline thunk array + - x86/alternative: Implement .retpoline_sites support + - x86/alternative: Handle Jcc __x86_indirect_thunk_\reg + - x86/alternative: Try inline spectre_v2=retpoline,amd + - x86/alternative: Add debug prints to apply_retpolines() + - bpf,x86: Simplify computing label offsets + - bpf,x86: Respect X86_FEATURE_RETPOLINE* + + -- Andrea Righi Tue, 19 Apr 2022 15:46:59 +0200 + +linux-lowlatency (5.15.0-24.24) jammy; urgency=medium + + * jammy/linux-lowlatency: 5.15.0-24.24 -proposed tracker (LP: #1966488) + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + - [Packaging] update helper scripts + + * dependency on crda obsolete according to Debian (LP: #1958918) + - [Packaging] switch dependency from crda to wireless-regdb + + * Miscellaneous Ubuntu changes + - [Config] update toolchain versions + - [Packaging] drop unused ABIs + + [ Ubuntu: 5.15.0-25.25 ] + + * jammy/linux: 5.15.0-25.25 -proposed tracker (LP: #1967146) + * Miscellaneous Ubuntu changes + - SAUCE: Revert "scsi: core: Reallocate device's budget map on queue depth + change" + + [ Ubuntu: 5.15.0-24.24 ] + + * jammy/linux: 5.15.0-24.24 -proposed tracker (LP: #1966305) + * Update OS policy capability handshake (LP: #1966089) + - thermal: int340x: Update OS policy capability handshake + * Jammy update: v5.15.30 upstream stable release (LP: #1966057) + - Revert "xfrm: state and policy should fail if XFRMA_IF_ID 0" + - arm64: dts: rockchip: fix rk3399-puma-haikou USB OTG mode + - xfrm: Check if_id in xfrm_migrate + - xfrm: Fix xfrm migrate issues when address family changes + - arm64: dts: rockchip: fix rk3399-puma eMMC HS400 signal integrity + - arm64: dts: rockchip: align pl330 node name with dtschema + - arm64: dts: rockchip: reorder rk3399 hdmi clocks + - arm64: dts: agilex: use the compatible "intel,socfpga-agilex-hsotg" + - ARM: dts: rockchip: reorder rk322x hmdi clocks + - ARM: dts: rockchip: fix a typo on rk3288 crypto-controller + - mac80211: refuse aggregations sessions before authorized + - MIPS: smp: fill in sibling and core maps earlier + - ARM: 9178/1: fix unmet dependency on BITREVERSE for HAVE_ARCH_BITREVERSE + - Bluetooth: hci_core: Fix leaking sent_cmd skb + - can: rcar_canfd: rcar_canfd_channel_probe(): register the CAN device when + fully ready + - atm: firestream: check the return value of ioremap() in fs_init() + - iwlwifi: don't advertise TWT support + - drm/vrr: Set VRR capable prop only if it is attached to connector + - nl80211: Update bss channel on channel switch for P2P_CLIENT + - tcp: make tcp_read_sock() more robust + - sfc: extend the locking on mcdi->seqno + - bnx2: Fix an error message + - kselftest/vm: fix tests build with old libc + - x86/module: Fix the paravirt vs alternative order + - ice: Fix race condition during interface enslave + - Linux 5.15.30 + * Jammy update: v5.15.29 upstream stable release (LP: #1966056) + - arm64: dts: qcom: sm8350: Describe GCC dependency clocks + - arm64: dts: qcom: sm8350: Correct UFS symbol clocks + - HID: elo: Revert USB reference counting + - HID: hid-thrustmaster: fix OOB read in thrustmaster_interrupts + - ARM: boot: dts: bcm2711: Fix HVS register range + - clk: qcom: gdsc: Add support to update GDSC transition delay + - clk: qcom: dispcc: Update the transition delay for MDSS GDSC + - HID: vivaldi: fix sysfs attributes leak + - arm64: dts: armada-3720-turris-mox: Add missing ethernet0 alias + - tipc: fix kernel panic when enabling bearer + - vdpa/mlx5: add validation for VIRTIO_NET_CTRL_MQ_VQ_PAIRS_SET command + - vduse: Fix returning wrong type in vduse_domain_alloc_iova() + - net: phy: meson-gxl: fix interrupt handling in forced mode + - mISDN: Fix memory leak in dsp_pipeline_build() + - vhost: fix hung thread due to erroneous iotlb entries + - virtio-blk: Don't use MAX_DISCARD_SEGMENTS if max_discard_seg is zero + - vdpa: fix use-after-free on vp_vdpa_remove + - isdn: hfcpci: check the return value of dma_set_mask() in setup_hw() + - net: qlogic: check the return value of dma_alloc_coherent() in + qed_vf_hw_prepare() + - esp: Fix possible buffer overflow in ESP transformation + - esp: Fix BEET mode inter address family tunneling on GSO + - qed: return status of qed_iov_get_link + - smsc95xx: Ignore -ENODEV errors when device is unplugged + - gpiolib: acpi: Convert ACPI value of debounce to microseconds + - drm/sun4i: mixer: Fix P010 and P210 format numbers + - net: dsa: mt7530: fix incorrect test in mt753x_phylink_validate() + - ARM: dts: aspeed: Fix AST2600 quad spi group + - iavf: Fix handling of vlan strip virtual channel messages + - i40e: stop disabling VFs due to PF error responses + - ice: stop disabling VFs due to PF error responses + - ice: Fix error with handling of bonding MTU + - ice: Don't use GFP_KERNEL in atomic context + - ice: Fix curr_link_speed advertised speed + - ethernet: Fix error handling in xemaclite_of_probe + - tipc: fix incorrect order of state message data sanity check + - net: ethernet: ti: cpts: Handle error for clk_enable + - net: ethernet: lpc_eth: Handle error for clk_enable + - net: marvell: prestera: Add missing of_node_put() in + prestera_switch_set_base_mac_addr + - ax25: Fix NULL pointer dereference in ax25_kill_by_device + - net/mlx5: Fix size field in bufferx_reg struct + - net/mlx5: Fix a race on command flush flow + - net/mlx5e: Lag, Only handle events from highest priority multipath entry + - NFC: port100: fix use-after-free in port100_send_complete + - selftests: pmtu.sh: Kill tcpdump processes launched by subshell. + - selftests: pmtu.sh: Kill nettest processes launched in subshell. + - gpio: ts4900: Do not set DAT and OE together + - gianfar: ethtool: Fix refcount leak in gfar_get_ts_info + - net: phy: DP83822: clear MISR2 register to disable interrupts + - sctp: fix kernel-infoleak for SCTP sockets + - net: bcmgenet: Don't claim WOL when its not available + - net: phy: meson-gxl: improve link-up behavior + - selftests/bpf: Add test for bpf_timer overwriting crash + - swiotlb: fix info leak with DMA_FROM_DEVICE + - usb: dwc3: pci: add support for the Intel Raptor Lake-S + - pinctrl: tigerlake: Revert "Add Alder Lake-M ACPI ID" + - KVM: Fix lockdep false negative during host resume + - kvm: x86: Disable KVM_HC_CLOCK_PAIRING if tsc is in always catchup mode + - spi: rockchip: Fix error in getting num-cs property + - spi: rockchip: terminate dma transmission when slave abort + - drm/vc4: hdmi: Unregister codec device on unbind + - x86/kvm: Don't use pv tlb/ipi/sched_yield if on 1 vCPU + - net-sysfs: add check for netdevice being present to speed_show + - hwmon: (pmbus) Clear pmbus fault/warning bits after read + - PCI: Mark all AMD Navi10 and Navi14 GPU ATS as broken + - gpio: Return EPROBE_DEFER if gc->to_irq is NULL + - drm/amdgpu: bypass tiling flag check in virtual display case (v2) + - Revert "xen-netback: remove 'hotplug-status' once it has served its purpose" + - Revert "xen-netback: Check for hotplug-status existence before watching" + - ipv6: prevent a possible race condition with lifetimes + - tracing: Ensure trace buffer is at least 4096 bytes large + - tracing/osnoise: Make osnoise_main to sleep for microseconds + - selftest/vm: fix map_fixed_noreplace test failure + - selftests/memfd: clean up mapping in mfd_fail_write + - ARM: Spectre-BHB: provide empty stub for non-config + - fuse: fix fileattr op failure + - fuse: fix pipe buffer lifetime for direct_io + - staging: rtl8723bs: Fix access-point mode deadlock + - staging: gdm724x: fix use after free in gdm_lte_rx() + - net: macb: Fix lost RX packet wakeup race in NAPI receive + - riscv: alternative only works on !XIP_KERNEL + - mmc: meson: Fix usage of meson_mmc_post_req() + - riscv: Fix auipc+jalr relocation range checks + - tracing/osnoise: Force quiescent states while tracing + - arm64: dts: marvell: armada-37xx: Remap IO space to bus address 0x0 + - arm64: Ensure execute-only permissions are not allowed without EPAN + - arm64: kasan: fix include error in MTE functions + - swiotlb: rework "fix info leak with DMA_FROM_DEVICE" + - KVM: x86/mmu: kvm_faultin_pfn has to return false if pfh is returned + - virtio: unexport virtio_finalize_features + - virtio: acknowledge all features before access + - net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLE + - ARM: fix Thumb2 regression with Spectre BHB + - watch_queue: Fix filter limit check + - watch_queue, pipe: Free watchqueue state after clearing pipe ring + - watch_queue: Fix to release page in ->release() + - watch_queue: Fix to always request a pow-of-2 pipe ring size + - watch_queue: Fix the alloc bitmap size to reflect notes allocated + - watch_queue: Free the alloc bitmap when the watch_queue is torn down + - watch_queue: Fix lack of barrier/sync/lock between post and read + - watch_queue: Make comment about setting ->defunct more accurate + - x86/boot: Fix memremap of setup_indirect structures + - x86/boot: Add setup_indirect support in early_memremap_is_setup_data() + - x86/sgx: Free backing memory after faulting the enclave page + - x86/traps: Mark do_int3() NOKPROBE_SYMBOL + - drm/panel: Select DRM_DP_HELPER for DRM_PANEL_EDP + - btrfs: make send work with concurrent block group relocation + - drm/i915: Workaround broken BIOS DBUF configuration on TGL/RKL + - riscv: dts: k210: fix broken IRQs on hart1 + - block: drop unused includes in + - Revert "net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing + VLAN" + - vhost: allow batching hint without size + - Linux 5.15.29 + * Jammy update: v5.15.28 upstream stable release (LP: #1966055) + - slip: fix macro redefine warning + - ARM: fix co-processor register typo + - ARM: Do not use NOCROSSREFS directive with ld.lld + - arm64: Do not include __READ_ONCE() block in assembly files + - ARM: fix build warning in proc-v7-bugs.c + - xen/xenbus: don't let xenbus_grant_ring() remove grants in error case + - xen/grant-table: add gnttab_try_end_foreign_access() + - xen/blkfront: don't use gnttab_query_foreign_access() for mapped status + - xen/netfront: don't use gnttab_query_foreign_access() for mapped status + - xen/scsifront: don't use gnttab_query_foreign_access() for mapped status + - xen/gntalloc: don't use gnttab_query_foreign_access() + - xen: remove gnttab_query_foreign_access() + - xen/9p: use alloc/free_pages_exact() + - xen/pvcalls: use alloc/free_pages_exact() + - xen/gnttab: fix gnttab_end_foreign_access() without page specified + - xen/netfront: react properly to failing gnttab_end_foreign_access_ref() + - Revert "ACPI: PM: s2idle: Cancel wakeup before dispatching EC GPE" + - Linux 5.15.28 + * zfcpdump-kernel update to v5.15 (LP: #1965766) + - SAUCE: Audit: Fix incorrect static inline function declration. + * [22.04 FEAT] SMC-R v2 Support (LP: #1929035) + - net/smc: save stack space and allocate smc_init_info + - net/smc: prepare for SMC-Rv2 connection + - net/smc: add SMC-Rv2 connection establishment + - net/smc: add listen processing for SMC-Rv2 + - net/smc: add v2 format of CLC decline message + - net/smc: retrieve v2 gid from IB device + - net/smc: add v2 support to the work request layer + - net/smc: extend LLC layer for SMC-Rv2 + - net/smc: add netlink support for SMC-Rv2 + - net/smc: stop links when their GID is removed + - net/smc: fix kernel panic caused by race of smc_sock + - net/smc: Fix hung_task when removing SMC-R devices + * [22.04 FEAT] Transparent PCI device recovery (LP: #1959532) + - s390/pci: tolerate inconsistent handle in recover + - s390/pci: add simpler s390dbf traces for events + - s390/pci: refresh function handle in iomap + - s390/pci: implement reset_slot for hotplug slot + - PCI: Export pci_dev_lock() + - s390/pci: implement minimal PCI error recovery + * Mute/mic LEDs no function on some HP platfroms (LP: #1965080) + - ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP machines + * [22.04 FEAT] smc: Add User-defined EID (Enterprise ID) Support - kernel + (LP: #1929060) + - net/smc: add support for user defined EIDs + - net/smc: keep static copy of system EID + - net/smc: add generic netlink support for system EID + * Rotate to 2021v1 signing key (LP: #1964990) + - [Packaging] Rotate to 2021v1 signing key + * [22.04 FEAT] zcrypt DD: Exploitation Support of new IBM Z Crypto Hardware + (kernel part) (LP: #1959547) + - s390/zcrypt: rework of debug feature messages + - s390/ap/zcrypt: debug feature improvements + - s390/zcrypt: CEX8S exploitation support + - s390/zcrypt: handle checkstopped cards with new state + - s390/zcrypt: Support CPRB minor version T7 + - s390/zcrypt: change reply buffer size offering + - s390/zcrypt: Provide target domain for EP11 cprbs to scheduling function + - s390/airq: use DMA memory for summary indicators + * [22.04 FEAT] [VS2103] Set KVM_CAP_S390_MEM_OP_EXTENSION capability to 211 + (LP: #1963901) + - SAUCE: Set KVM_CAP_S390_MEM_OP_EXTENSION capability to 211 + * dependency on crda obsolete according to Debian (LP: #1958918) + - [Packaging] switch dependency from crda to wireless-regdb + * Cirrus audio support [1028:0BB5] & [1028:0BB6] (LP: #1964748) + - ALSA: hda/cs8409: Add new Warlock SKUs to patch_cs8409 + * Miscellaneous Ubuntu changes + - [Packaging] mark dkms-build-configure--zfs executable + - [Packaging] Fix bashism in dkms-build script + - [Packaging] Always catch errors in dkms-build scripts + - [Config] toolchain version update + * Miscellaneous upstream changes + - Ubuntu: remove leftover reference to ubuntu/hio driver + - Reverting commits 61005756c824 and cdb0f8e66513 due to a conflict with + LP#1929035. Re-pick them afterwards, which will establish the upstream + commit content and order again. + - Revert "UBUNTU: [Packaging] Rotate to 2021v1 signing key" + + -- Andrea Righi Thu, 31 Mar 2022 10:37:37 +0200 + +linux-lowlatency (5.15.0-23.23) jammy; urgency=medium + + * jammy/linux-lowlatency: 5.15.0-23.23 -proposed tracker (LP: #1964971) + + * Packaging resync (LP: #1786013) + - [Packaging] resync getabis + + [ Ubuntu: 5.15.0-23.23 ] + + * jammy/linux: 5.15.0-23.23 -proposed tracker (LP: #1964573) + * Packaging resync (LP: #1786013) + - [Packaging] resync dkms-build{,--nvidia-N} from LRMv5 + - debian/dkms-versions -- update from kernel-versions (main/master) + * [22.04 FEAT] KVM: Enable GISA support for Secure Execution guests + (LP: #1959977) + - KVM: s390: pv: make use of ultravisor AIV support + * intel_iommu breaks Intel IPU6 camera: isys port open ready failed -16 + (LP: #1958004) + - SAUCE: iommu: intel-ipu: use IOMMU passthrough mode for Intel IPUs + * CVE-2022-23960 + - ARM: report Spectre v2 status through sysfs + - ARM: early traps initialisation + - ARM: use LOADADDR() to get load address of sections + - ARM: Spectre-BHB workaround + - ARM: include unprivileged BPF status in Spectre V2 reporting + - arm64: Add Neoverse-N2, Cortex-A710 CPU part definition + - arm64: Add HWCAP for self-synchronising virtual counter + - arm64: Add Cortex-X2 CPU part definition + - arm64: add ID_AA64ISAR2_EL1 sys register + - arm64: cpufeature: add HWCAP for FEAT_AFP + - arm64: cpufeature: add HWCAP for FEAT_RPRES + - arm64: entry.S: Add ventry overflow sanity checks + - arm64: spectre: Rename spectre_v4_patch_fw_mitigation_conduit + - KVM: arm64: Allow indirect vectors to be used without SPECTRE_V3A + - arm64: entry: Make the trampoline cleanup optional + - arm64: entry: Free up another register on kpti's tramp_exit path + - arm64: entry: Move the trampoline data page before the text page + - arm64: entry: Allow tramp_alias to access symbols after the 4K boundary + - arm64: entry: Don't assume tramp_vectors is the start of the vectors + - arm64: entry: Move trampoline macros out of ifdef'd section + - arm64: entry: Make the kpti trampoline's kpti sequence optional + - arm64: entry: Allow the trampoline text to occupy multiple pages + - arm64: entry: Add non-kpti __bp_harden_el1_vectors for mitigations + - arm64: entry: Add vectors that have the bhb mitigation sequences + - arm64: entry: Add macro for reading symbol addresses from the trampoline + - arm64: Add percpu vectors for EL1 + - arm64: proton-pack: Report Spectre-BHB vulnerabilities as part of Spectre-v2 + - arm64: Mitigate spectre style branch history side channels + - KVM: arm64: Allow SMCCC_ARCH_WORKAROUND_3 to be discovered and migrated + - arm64: Use the clearbhb instruction in mitigations + - arm64: proton-pack: Include unprivileged eBPF status in Spectre v2 + mitigation reporting + - ARM: fix build error when BPF_SYSCALL is disabled + * CVE-2021-26401 + - x86/speculation: Use generic retpoline by default on AMD + - x86/speculation: Update link to AMD speculation whitepaper + - x86/speculation: Warn about Spectre v2 LFENCE mitigation + - x86/speculation: Warn about eIBRS + LFENCE + Unprivileged eBPF + SMT + * CVE-2022-0001 + - x86,bugs: Unconditionally allow spectre_v2=retpoline,amd + - x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCE + - x86/speculation: Add eIBRS + Retpoline options + - Documentation/hw-vuln: Update spectre doc + - x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation + reporting + * Jammy update: v5.15.27 upstream stable release (LP: #1964361) + - mac80211_hwsim: report NOACK frames in tx_status + - mac80211_hwsim: initialize ieee80211_tx_info at hw_scan_work + - i2c: bcm2835: Avoid clock stretching timeouts + - ASoC: rt5668: do not block workqueue if card is unbound + - ASoC: rt5682: do not block workqueue if card is unbound + - regulator: core: fix false positive in regulator_late_cleanup() + - Input: clear BTN_RIGHT/MIDDLE on buttonpads + - btrfs: get rid of warning on transaction commit when using flushoncommit + - KVM: arm64: vgic: Read HW interrupt pending state from the HW + - block: loop:use kstatfs.f_bsize of backing file to set discard granularity + - tipc: fix a bit overflow in tipc_crypto_key_rcv() + - cifs: do not use uninitialized data in the owner/group sid + - cifs: fix double free race when mount fails in cifs_get_root() + - cifs: modefromsids must add an ACE for authenticated users + - selftests/seccomp: Fix seccomp failure by adding missing headers + - drm/amd/pm: correct UMD pstate clocks for Dimgrey Cavefish and Beige Goby + - dmaengine: shdma: Fix runtime PM imbalance on error + - i2c: cadence: allow COMPILE_TEST + - i2c: imx: allow COMPILE_TEST + - i2c: qup: allow COMPILE_TEST + - net: usb: cdc_mbim: avoid altsetting toggling for Telit FN990 + - block-map: add __GFP_ZERO flag for alloc_page in function bio_copy_kern + - usb: gadget: don't release an existing dev->buf + - usb: gadget: clear related members when goto fail + - exfat: reuse exfat_inode_info variable instead of calling EXFAT_I() + - exfat: fix i_blocks for files truncated over 4 GiB + - tracing: Add test for user space strings when filtering on string pointers + - arm64: Mark start_backtrace() notrace and NOKPROBE_SYMBOL + - serial: stm32: prevent TDR register overwrite when sending x_char + - ext4: drop ineligible txn start stop APIs + - ext4: simplify updating of fast commit stats + - ext4: fast commit may not fallback for ineligible commit + - ext4: fast commit may miss file actions + - sched/fair: Fix fault in reweight_entity + - ata: pata_hpt37x: fix PCI clock detection + - drm/amdgpu: check vm ready by amdgpu_vm->evicting flag + - tracing: Add ustring operation to filtering string pointers + - ipv6: fix skb drops in igmp6_event_query() and igmp6_event_report() + - NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment() + - NFSD: Fix zero-length NFSv3 WRITEs + - io_uring: fix no lock protection for ctx->cq_extra + - tools/resolve_btf_ids: Close ELF file on error + - mtd: spi-nor: Fix mtd size for s3an flashes + - MIPS: fix local_{add,sub}_return on MIPS64 + - signal: In get_signal test for signal_group_exit every time through the loop + - PCI: mediatek-gen3: Disable DVFSRC voltage request + - PCI: rcar: Check if device is runtime suspended instead of + __clk_is_enabled() + - PCI: dwc: Do not remap invalid res + - PCI: aardvark: Fix checking for MEM resource type + - KVM: VMX: Don't unblock vCPU w/ Posted IRQ if IRQs are disabled in guest + - KVM: s390: Ensure kvm_arch_no_poll() is read once when blocking vCPU + - KVM: VMX: Read Posted Interrupt "control" exactly once per loop iteration + - KVM: X86: Ensure that dirty PDPTRs are loaded + - KVM: x86: Handle 32-bit wrap of EIP for EMULTYPE_SKIP with flat code seg + - KVM: x86: Exit to userspace if emulation prepared a completion callback + - i3c: fix incorrect address slot lookup on 64-bit + - i3c/master/mipi-i3c-hci: Fix a potentially infinite loop in + 'hci_dat_v1_get_index()' + - tracing: Do not let synth_events block other dyn_event systems during create + - Input: ti_am335x_tsc - set ADCREFM for X configuration + - Input: ti_am335x_tsc - fix STEPCONFIG setup for Z2 + - PCI: mvebu: Check for errors from pci_bridge_emul_init() call + - PCI: mvebu: Do not modify PCI IO type bits in conf_write + - PCI: mvebu: Fix support for bus mastering and PCI_COMMAND on emulated bridge + - PCI: mvebu: Fix configuring secondary bus of PCIe Root Port via emulated + bridge + - PCI: mvebu: Setup PCIe controller to Root Complex mode + - PCI: mvebu: Fix support for PCI_BRIDGE_CTL_BUS_RESET on emulated bridge + - PCI: mvebu: Fix support for PCI_EXP_DEVCTL on emulated bridge + - PCI: mvebu: Fix support for PCI_EXP_RTSTA on emulated bridge + - PCI: mvebu: Fix support for DEVCAP2, DEVCTL2 and LNKCTL2 registers on + emulated bridge + - NFSD: Fix verifier returned in stable WRITEs + - Revert "nfsd: skip some unnecessary stats in the v4 case" + - nfsd: fix crash on COPY_NOTIFY with special stateid + - x86/hyperv: Properly deal with empty cpumasks in hyperv_flush_tlb_multi() + - drm/i915: don't call free_mmap_offset when purging + - SUNRPC: Fix sockaddr handling in the svc_xprt_create_error trace point + - SUNRPC: Fix sockaddr handling in svcsock_accept_class trace points + - drm/sun4i: dw-hdmi: Fix missing put_device() call in sun8i_hdmi_phy_get + - drm/atomic: Check new_crtc_state->active to determine if CRTC needs disable + in self refresh mode + - ntb_hw_switchtec: Fix pff ioread to read into mmio_part_cfg_all + - ntb_hw_switchtec: Fix bug with more than 32 partitions + - drm/amdkfd: Check for null pointer after calling kmemdup + - drm/amdgpu: use spin_lock_irqsave to avoid deadlock by local interrupt + - i3c: master: dw: check return of dw_i3c_master_get_free_pos() + - dma-buf: cma_heap: Fix mutex locking section + - tracing/uprobes: Check the return value of kstrdup() for tu->filename + - tracing/probes: check the return value of kstrndup() for pbuf + - mm: defer kmemleak object creation of module_alloc() + - kasan: fix quarantine conflicting with init_on_free + - selftests/vm: make charge_reserved_hugetlb.sh work with existing cgroup + setting + - hugetlbfs: fix off-by-one error in hugetlb_vmdelete_list() + - drm/amdgpu/display: Only set vblank_disable_immediate when PSR is not + enabled + - drm/amdgpu: filter out radeon PCI device IDs + - drm/amdgpu: filter out radeon secondary ids as well + - drm/amd/display: Use adjusted DCN301 watermarks + - drm/amd/display: move FPU associated DSC code to DML folder + - ethtool: Fix link extended state for big endian + - octeontx2-af: Optimize KPU1 processing for variable-length headers + - octeontx2-af: Reset PTP config in FLR handler + - octeontx2-af: cn10k: RPM hardware timestamp configuration + - octeontx2-af: cn10k: Use appropriate register for LMAC enable + - octeontx2-af: Adjust LA pointer for cpt parse header + - octeontx2-af: Add KPU changes to parse NGIO as separate layer + - net/mlx5e: IPsec: Refactor checksum code in tx data path + - net/mlx5e: IPsec: Fix crypto offload for non TCP/UDP encapsulated traffic + - bpf: Use u64_stats_t in struct bpf_prog_stats + - bpf: Fix possible race in inc_misses_counter + - drm/amd/display: Update watermark values for DCN301 + - drm: mxsfb: Set fallback bus format when the bridge doesn't provide one + - drm: mxsfb: Fix NULL pointer dereference + - riscv/mm: Add XIP_FIXUP for phys_ram_base + - drm/i915/display: split out dpt out of intel_display.c + - drm/i915/display: Move DRRS code its own file + - drm/i915: Disable DRRS on IVB/HSW port != A + - gve: Recording rx queue before sending to napi + - net: dsa: ocelot: seville: utilize of_mdiobus_register + - net: dsa: seville: register the mdiobus under devres + - ibmvnic: don't release napi in __ibmvnic_open() + - of: net: move of_net under net/ + - net: ethernet: litex: Add the dependency on HAS_IOMEM + - drm/mediatek: mtk_dsi: Reset the dsi0 hardware + - cifs: protect session channel fields with chan_lock + - cifs: fix confusing unneeded warning message on smb2.1 and earlier + - drm/amd/display: Fix stream->link_enc unassigned during stream removal + - bnxt_en: Fix occasional ethtool -t loopback test failures + - drm/amd/display: For vblank_disable_immediate, check PSR is really used + - PCI: mvebu: Fix device enumeration regression + - net: of: fix stub of_net helpers for CONFIG_NET=n + - ALSA: intel_hdmi: Fix reference to PCM buffer address + - ucounts: Fix systemd LimitNPROC with private users regression + - riscv/efi_stub: Fix get_boot_hartid_from_fdt() return value + - riscv: Fix config KASAN && SPARSEMEM && !SPARSE_VMEMMAP + - riscv: Fix config KASAN && DEBUG_VIRTUAL + - iwlwifi: mvm: check debugfs_dir ptr before use + - ASoC: ops: Shift tested values in snd_soc_put_volsw() by +min + - iommu/vt-d: Fix double list_add when enabling VMD in scalable mode + - iommu/amd: Recover from event log overflow + - drm/i915: s/JSP2/ICP2/ PCH + - drm/amd/display: Reduce dmesg error to a debug print + - xen/netfront: destroy queues before real_num_tx_queues is zeroed + - thermal: core: Fix TZ_GET_TRIP NULL pointer dereference + - mac80211: fix EAPoL rekey fail in 802.3 rx path + - blktrace: fix use after free for struct blk_trace + - ntb: intel: fix port config status offset for SPR + - mm: Consider __GFP_NOWARN flag for oversized kvmalloc() calls + - xfrm: fix MTU regression + - netfilter: fix use-after-free in __nf_register_net_hook() + - bpf, sockmap: Do not ignore orig_len parameter + - xfrm: fix the if_id check in changelink + - xfrm: enforce validity of offload input flags + - e1000e: Correct NVM checksum verification flow + - net: fix up skbs delta_truesize in UDP GRO frag_list + - netfilter: nf_queue: don't assume sk is full socket + - netfilter: nf_queue: fix possible use-after-free + - netfilter: nf_queue: handle socket prefetch + - batman-adv: Request iflink once in batadv-on-batadv check + - batman-adv: Request iflink once in batadv_get_real_netdevice + - batman-adv: Don't expect inter-netns unique iflink indices + - net: ipv6: ensure we call ipv6_mc_down() at most once + - net: dcb: flush lingering app table entries for unregistered devices + - net: ipa: add an interconnect dependency + - net/smc: fix connection leak + - net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by client + - net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error cause by server + - btrfs: fix ENOSPC failure when attempting direct IO write into NOCOW range + - mac80211: fix forwarded mesh frames AC & queue selection + - net: stmmac: fix return value of __setup handler + - mac80211: treat some SAE auth steps as final + - iavf: Fix missing check for running netdev + - net: sxgbe: fix return value of __setup handler + - ibmvnic: register netdev after init of adapter + - net: arcnet: com20020: Fix null-ptr-deref in com20020pci_probe() + - ixgbe: xsk: change !netif_carrier_ok() handling in ixgbe_xmit_zc() + - iavf: Fix deadlock in iavf_reset_task + - efivars: Respect "block" flag in efivar_entry_set_safe() + - auxdisplay: lcd2s: Fix lcd2s_redefine_char() feature + - firmware: arm_scmi: Remove space in MODULE_ALIAS name + - ASoC: cs4265: Fix the duplicated control name + - auxdisplay: lcd2s: Fix memory leak in ->remove() + - auxdisplay: lcd2s: Use proper API to free the instance of charlcd object + - can: gs_usb: change active_channels's type from atomic_t to u8 + - iommu/tegra-smmu: Fix missing put_device() call in tegra_smmu_find + - arm64: dts: rockchip: Switch RK3399-Gru DP to SPDIF output + - igc: igc_read_phy_reg_gpy: drop premature return + - ARM: Fix kgdb breakpoint for Thumb2 + - mips: setup: fix setnocoherentio() boolean setting + - ARM: 9182/1: mmu: fix returns from early_param() and __setup() functions + - mptcp: Correctly set DATA_FIN timeout when number of retransmits is large + - selftests: mlxsw: tc_police_scale: Make test more robust + - pinctrl: sunxi: Use unique lockdep classes for IRQs + - igc: igc_write_phy_reg_gpy: drop premature return + - ibmvnic: free reset-work-item when flushing + - memfd: fix F_SEAL_WRITE after shmem huge page allocated + - s390/extable: fix exception table sorting + - sched: Fix yet more sched_fork() races + - arm64: dts: juno: Remove GICv2m dma-range + - iommu/amd: Fix I/O page table memory leak + - MIPS: ralink: mt7621: do memory detection on KSEG1 + - ARM: dts: switch timer config to common devkit8000 devicetree + - ARM: dts: Use 32KiHz oscillator on devkit8000 + - soc: fsl: guts: Revert commit 3c0d64e867ed + - soc: fsl: guts: Add a missing memory allocation failure check + - soc: fsl: qe: Check of ioremap return value + - netfilter: nf_tables: prefer kfree_rcu(ptr, rcu) variant + - ARM: tegra: Move panels to AUX bus + - can: etas_es58x: change opened_channel_cnt's type from atomic_t to u8 + - net: stmmac: enhance XDP ZC driver level switching performance + - net: stmmac: only enable DMA interrupts when ready + - ibmvnic: initialize rc before completing wait + - ibmvnic: define flush_reset_queue helper + - ibmvnic: complete init_done on transport events + - net: chelsio: cxgb3: check the return value of pci_find_capability() + - net: sparx5: Fix add vlan when invalid operation + - iavf: Refactor iavf state machine tracking + - iavf: Add __IAVF_INIT_FAILED state + - iavf: Combine init and watchdog state machines + - iavf: Add trace while removing device + - iavf: Rework mutexes for better synchronisation + - iavf: Add helper function to go from pci_dev to adapter + - iavf: Fix kernel BUG in free_msi_irqs + - iavf: Add waiting so the port is initialized in remove + - iavf: Fix init state closure on remove + - iavf: Fix locking for VIRTCHNL_OP_GET_OFFLOAD_VLAN_V2_CAPS + - iavf: Fix race in init state + - iavf: Fix __IAVF_RESETTING state usage + - drm/i915/guc/slpc: Correct the param count for unset param + - drm/bridge: ti-sn65dsi86: Properly undo autosuspend + - e1000e: Fix possible HW unit hang after an s0ix exit + - MIPS: ralink: mt7621: use bitwise NOT instead of logical + - nl80211: Handle nla_memdup failures in handle_nan_filter + - drm/amdgpu: fix suspend/resume hang regression + - net: dcb: disable softirqs in dcbnl_flush_dev() + - selftests: mlxsw: resource_scale: Fix return value + - net: stmmac: perserve TX and RX coalesce value during XDP setup + - iavf: do not override the adapter state in the watchdog task (again) + - iavf: missing unlocks in iavf_watchdog_task() + - MAINTAINERS: adjust file entry for of_net.c after movement + - Input: elan_i2c - move regulator_[en|dis]able() out of + elan_[en|dis]able_power() + - Input: elan_i2c - fix regulator enable count imbalance after suspend/resume + - Input: samsung-keypad - properly state IOMEM dependency + - HID: add mapping for KEY_DICTATE + - HID: add mapping for KEY_ALL_APPLICATIONS + - tracing/histogram: Fix sorting on old "cpu" value + - tracing: Fix return value of __setup handlers + - btrfs: fix lost prealloc extents beyond eof after full fsync + - btrfs: fix relocation crash due to premature return from + btrfs_commit_transaction() + - btrfs: do not WARN_ON() if we have PageError set + - btrfs: qgroup: fix deadlock between rescan worker and remove qgroup + - btrfs: add missing run of delayed items after unlink during log replay + - btrfs: do not start relocation until in progress drops are done + - Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6" + - proc: fix documentation and description of pagemap + - KVM: x86/mmu: Passing up the error state of mmu_alloc_shadow_roots() + - hamradio: fix macro redefine warning + - Linux 5.15.27 + - [Config] updateconfigs + * devices on thunderbolt dock are not recognized on adl-p platform + (LP: #1955016) + - thunderbolt: Tear down existing tunnels when resuming from hibernate + - thunderbolt: Runtime resume USB4 port when retimers are scanned + - thunderbolt: Do not allow subtracting more NFC credits than configured + - thunderbolt: Do not program path HopIDs for USB4 routers + - thunderbolt: Add debug logging of DisplayPort resource allocation + * MT7921[14c3:7961] ASPM is disabled and it affects power consumption + (LP: #1955882) + - mt76: mt7921: enable aspm by default + * Add proper runtime PM support to Realtek PCIe cardreader (LP: #1963615) + - mmc: rtsx: Use pm_runtime_{get, put}() to handle runtime PM + - misc: rtsx: Rework runtime power management flow + - misc: rtsx: Cleanup power management ops + - misc: rtsx: Quiesce rts5249 on system suspend + - mmc: rtsx: Let MMC core handle runtime PM + - misc: rtsx: conditionally build rtsx_pm_power_saving() + - misc: rtsx: rts522a rts5228 rts5261 support Runtime PM + - mmc: rtsx: Fix build errors/warnings for unused variable + - mmc: rtsx: add 74 Clocks in power on flow + * [22.04 FEAT] In-kernel crypto: SIMD implementation of chacha20 + (LP: #1853152) + - s390/crypto: add SIMD implementation for ChaCha20 + - s390/crypto: fix compile error for ChaCha20 module + * Add ConnectX7 support and bug fixes to Jammy (LP: #1962185) + - IB/mlx5: Expose NDR speed through MAD + * INVALID or PRIVATE BUG (LP: #1959890) + - [Config] Deactivate CONFIG_QETH_OSX kernel config option + * Move virtual graphics drivers from linux-modules-extra to linux-modules + (LP: #1960633) + - [Packaging] Move VM DRM drivers into modules + * Not able to enter s2idle state on AMD platforms (LP: #1961121) + - HID: amd_sfh: Handle amd_sfh work buffer in PM ops + - HID: amd_sfh: Disable the interrupt for all command + - HID: amd_sfh: Add functionality to clear interrupts + - HID: amd_sfh: Add interrupt handler to process interrupts + * INVALID or PRIVATE BUG (LP: #1960580) + - s390/kexec_file: move kernel image size check + - s390: support command lines longer than 896 bytes + * [UBUNTU 20.04] kernel: Add support for CPU-MF counter second version 7 + (LP: #1960182) + - s390/cpumf: Support for CPU Measurement Facility CSVN 7 + - s390/cpumf: Support for CPU Measurement Sampling Facility LS bit + * [SRU]PCI: vmd: Do not disable MSI-X remapping if interrupt remapping is + enabled by IOMMU (LP: #1937295) + - PCI: vmd: Do not disable MSI-X remapping if interrupt remapping is enabled + by IOMMU + * Jammy update: v5.15.26 upstream stable release (LP: #1963891) + - mm/filemap: Fix handling of THPs in generic_file_buffered_read() + - cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplug + - cgroup-v1: Correct privileges check in release_agent writes + - x86/ptrace: Fix xfpregs_set()'s incorrect xmm clearing + - btrfs: tree-checker: check item_size for inode_item + - btrfs: tree-checker: check item_size for dev_item + - clk: jz4725b: fix mmc0 clock gating + - io_uring: don't convert to jiffies for waiting on timeouts + - io_uring: disallow modification of rsrc_data during quiesce + - selinux: fix misuse of mutex_is_locked() + - vhost/vsock: don't check owner in vhost_vsock_stop() while releasing + - parisc/unaligned: Fix fldd and fstd unaligned handlers on 32-bit kernel + - parisc/unaligned: Fix ldw() and stw() unalignment handlers + - KVM: x86/mmu: make apf token non-zero to fix bug + - drm/amd/display: Protect update_bw_bounding_box FPU code. + - drm/amd/pm: fix some OEM SKU specific stability issues + - drm/amd: Check if ASPM is enabled from PCIe subsystem + - drm/amdgpu: disable MMHUB PG for Picasso + - drm/amdgpu: do not enable asic reset for raven2 + - drm/i915: Widen the QGV point mask + - drm/i915: Correctly populate use_sagv_wm for all pipes + - drm/i915: Fix bw atomic check when switching between SAGV vs. no SAGV + - sr9700: sanity check for packet length + - USB: zaurus: support another broken Zaurus + - CDC-NCM: avoid overflow in sanity checking + - netfilter: xt_socket: fix a typo in socket_mt_destroy() + - netfilter: xt_socket: missing ifdef CONFIG_IP6_NF_IPTABLES dependency + - tee: export teedev_open() and teedev_close_context() + - optee: use driver internal tee_context for some rpc + - ping: remove pr_err from ping_lookup + - Revert "i40e: Fix reset bw limit when DCB enabled with 1 TC" + - gpu: host1x: Always return syncpoint value when waiting + - perf evlist: Fix failed to use cpu list for uncore events + - perf data: Fix double free in perf_session__delete() + - mptcp: fix race in incoming ADD_ADDR option processing + - mptcp: add mibs counter for ignored incoming options + - selftests: mptcp: fix diag instability + - selftests: mptcp: be more conservative with cookie MPJ limits + - bnx2x: fix driver load from initrd + - bnxt_en: Fix active FEC reporting to ethtool + - bnxt_en: Fix offline ethtool selftest with RDMA enabled + - bnxt_en: Fix incorrect multicast rx mask setting when not requested + - hwmon: Handle failure to register sensor with thermal zone correctly + - net/mlx5: Fix tc max supported prio for nic mode + - ice: check the return of ice_ptp_gettimex64 + - ice: initialize local variable 'tlv' + - net/mlx5: Update the list of the PCI supported devices + - bpf: Fix crash due to incorrect copy_map_value + - bpf: Do not try bpf_msg_push_data with len 0 + - selftests: bpf: Check bpf_msg_push_data return value + - bpf: Fix a bpf_timer initialization issue + - bpf: Add schedule points in batch ops + - io_uring: add a schedule point in io_add_buffers() + - net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friends + - nvme: also mark passthrough-only namespaces ready in nvme_update_ns_info + - tipc: Fix end of loop tests for list_for_each_entry() + - gso: do not skip outer ip header in case of ipip and net_failover + - net: mv643xx_eth: process retval from of_get_mac_address + - openvswitch: Fix setting ipv6 fields causing hw csum failure + - drm/edid: Always set RGB444 + - net/mlx5e: Fix wrong return value on ioctl EEPROM query failure + - drm/vc4: crtc: Fix runtime_pm reference counting + - drm/i915/dg2: Print PHY name properly on calibration error + - net/sched: act_ct: Fix flow table lookup after ct clear or switching zones + - net: ll_temac: check the return value of devm_kmalloc() + - net: Force inlining of checksum functions in net/checksum.h + - netfilter: nf_tables: unregister flowtable hooks on netns exit + - nfp: flower: Fix a potential leak in nfp_tunnel_add_shared_mac() + - net: mdio-ipq4019: add delay after clock enable + - netfilter: nf_tables: fix memory leak during stateful obj update + - net/smc: Use a mutex for locking "struct smc_pnettable" + - surface: surface3_power: Fix battery readings on batteries without a serial + number + - udp_tunnel: Fix end of loop test in udp_tunnel_nic_unregister() + - net/mlx5: DR, Cache STE shadow memory + - ibmvnic: schedule failover only if vioctl fails + - net/mlx5: DR, Don't allow match on IP w/o matching on full + ethertype/ip_version + - net/mlx5: Fix possible deadlock on rule deletion + - net/mlx5: Fix wrong limitation of metadata match on ecpf + - net/mlx5: DR, Fix the threshold that defines when pool sync is initiated + - net/mlx5e: MPLSoUDP decap, fix check for unsupported matches + - net/mlx5e: kTLS, Use CHECKSUM_UNNECESSARY for device-offloaded packets + - net/mlx5: Update log_max_qp value to be 17 at most + - spi: spi-zynq-qspi: Fix a NULL pointer dereference in + zynq_qspi_exec_mem_op() + - gpio: rockchip: Reset int_bothedge when changing trigger + - regmap-irq: Update interrupt clear register for proper reset + - net-timestamp: convert sk->sk_tskey to atomic_t + - RDMA/rtrs-clt: Fix possible double free in error case + - RDMA/rtrs-clt: Move free_permit from free_clt to rtrs_clt_close + - bnxt_en: Increase firmware message response DMA wait time + - configfs: fix a race in configfs_{,un}register_subsystem() + - RDMA/ib_srp: Fix a deadlock + - tracing: Dump stacktrace trigger to the corresponding instance + - tracing: Have traceon and traceoff trigger honor the instance + - iio:imu:adis16480: fix buffering for devices with no burst mode + - iio: adc: men_z188_adc: Fix a resource leak in an error handling path + - iio: adc: tsc2046: fix memory corruption by preventing array overflow + - iio: adc: ad7124: fix mask used for setting AIN_BUFP & AIN_BUFM bits + - iio: accel: fxls8962af: add padding to regmap for SPI + - iio: imu: st_lsm6dsx: wait for settling time in st_lsm6dsx_read_oneshot + - iio: Fix error handling for PM + - sc16is7xx: Fix for incorrect data being transmitted + - ata: pata_hpt37x: disable primary channel on HPT371 + - Revert "USB: serial: ch341: add new Product ID for CH341A" + - usb: gadget: rndis: add spinlock for rndis response list + - USB: gadget: validate endpoint index for xilinx udc + - tracefs: Set the group ownership in apply_options() not parse_options() + - USB: serial: option: add support for DW5829e + - USB: serial: option: add Telit LE910R1 compositions + - usb: dwc2: drd: fix soft connect when gadget is unconfigured + - usb: dwc3: pci: Add "snps,dis_u2_susphy_quirk" for Intel Bay Trail + - usb: dwc3: pci: Fix Bay Trail phy GPIO mappings + - usb: dwc3: gadget: Let the interrupt handler disable bottom halves. + - xhci: re-initialize the HC during resume if HCE was set + - xhci: Prevent futile URB re-submissions due to incorrect return value. + - nvmem: core: Fix a conflict between MTD and NVMEM on wp-gpios property + - mtd: core: Fix a conflict between MTD and NVMEM on wp-gpios property + - driver core: Free DMA range map when device is released + - btrfs: prevent copying too big compressed lzo segment + - RDMA/cma: Do not change route.addr.src_addr outside state checks + - thermal: int340x: fix memory leak in int3400_notify() + - staging: fbtft: fb_st7789v: reset display before initialization + - tps6598x: clear int mask on probe failure + - IB/qib: Fix duplicate sysfs directory name + - riscv: fix nommu_k210_sdcard_defconfig + - riscv: fix oops caused by irqsoff latency tracer + - tty: n_gsm: fix encoding of control signal octet bit DV + - tty: n_gsm: fix proper link termination after failed open + - tty: n_gsm: fix NULL pointer access due to DLCI release + - tty: n_gsm: fix wrong tty control line for flow control + - tty: n_gsm: fix wrong modem processing in convergence layer type 2 + - tty: n_gsm: fix deadlock in gsmtty_open() + - pinctrl: fix loop in k210_pinconf_get_drive() + - pinctrl: k210: Fix bias-pull-up + - gpio: tegra186: Fix chip_data type confusion + - memblock: use kfree() to release kmalloced memblock regions + - ice: Fix race conditions between virtchnl handling and VF ndo ops + - ice: fix concurrent reset and removal of VFs + - Linux 5.15.26 + * Jammy update: v5.15.25 upstream stable release (LP: #1963890) + - drm/nouveau/pmu/gm200-: use alternate falcon reset sequence + - fs/proc: task_mmu.c: don't read mapcount for migration entry + - btrfs: zoned: cache reported zone during mount + - HID:Add support for UGTABLET WP5540 + - Revert "svm: Add warning message for AVIC IPI invalid target" + - parisc: Show error if wrong 32/64-bit compiler is being used + - serial: parisc: GSC: fix build when IOSAPIC is not set + - parisc: Drop __init from map_pages declaration + - parisc: Fix data TLB miss in sba_unmap_sg + - parisc: Fix sglist access in ccio-dma.c + - mmc: block: fix read single on recovery logic + - mm: don't try to NUMA-migrate COW pages that have other uses + - HID: amd_sfh: Add illuminance mask to limit ALS max value + - HID: i2c-hid: goodix: Fix a lockdep splat + - HID: amd_sfh: Increase sensor command timeout + - HID: amd_sfh: Correct the structure field name + - PCI: hv: Fix NUMA node assignment when kernel boots with custom NUMA + topology + - parisc: Add ioread64_lo_hi() and iowrite64_lo_hi() + - btrfs: send: in case of IO error log it + - platform/x86: touchscreen_dmi: Add info for the RWC NANOTE P8 AY07J 2-in-1 + - platform/x86: ISST: Fix possible circular locking dependency detected + - kunit: tool: Import missing importlib.abc + - selftests: rtc: Increase test timeout so that all tests run + - kselftest: signal all child processes + - net: ieee802154: at86rf230: Stop leaking skb's + - selftests/zram: Skip max_comp_streams interface on newer kernel + - selftests/zram01.sh: Fix compression ratio calculation + - selftests/zram: Adapt the situation that /dev/zram0 is being used + - selftests: openat2: Print also errno in failure messages + - selftests: openat2: Add missing dependency in Makefile + - selftests: openat2: Skip testcases that fail with EOPNOTSUPP + - selftests: skip mincore.check_file_mmap when fs lacks needed support + - ax25: improve the incomplete fix to avoid UAF and NPD bugs + - pinctrl: bcm63xx: fix unmet dependency on REGMAP for GPIO_REGMAP + - vfs: make freeze_super abort when sync_filesystem returns error + - quota: make dquot_quota_sync return errors from ->sync_fs + - scsi: pm80xx: Fix double completion for SATA devices + - kselftest: Fix vdso_test_abi return status + - scsi: core: Reallocate device's budget map on queue depth change + - scsi: pm8001: Fix use-after-free for aborted TMF sas_task + - scsi: pm8001: Fix use-after-free for aborted SSP/STP sas_task + - drm/amd: Warn users about potential s0ix problems + - nvme: fix a possible use-after-free in controller reset during load + - nvme-tcp: fix possible use-after-free in transport error_recovery work + - nvme-rdma: fix possible use-after-free in transport error_recovery work + - net: sparx5: do not refer to skb after passing it on + - drm/amd: add support to check whether the system is set to s3 + - drm/amd: Only run s3 or s0ix if system is configured properly + - drm/amdgpu: fix logic inversion in check + - x86/Xen: streamline (and fix) PV CPU enumeration + - Revert "module, async: async_synchronize_full() on module init iff async is + used" + - gcc-plugins/stackleak: Use noinstr in favor of notrace + - random: wake up /dev/random writers after zap + - KVM: x86/xen: Fix runstate updates to be atomic when preempting vCPU + - KVM: x86: nSVM/nVMX: set nested_run_pending on VM entry which is a result of + RSM + - KVM: x86: SVM: don't passthrough SMAP/SMEP/PKE bits in !NPT && !gCR0.PG case + - KVM: x86: nSVM: fix potential NULL derefernce on nested migration + - KVM: x86: nSVM: mark vmcb01 as dirty when restoring SMM saved state + - iwlwifi: fix use-after-free + - drm/radeon: Fix backlight control on iMac 12,1 + - drm/atomic: Don't pollute crtc_state->mode_blob with error pointers + - drm/amd/pm: correct the sequence of sending gpu reset msg + - drm/amdgpu: skipping SDMA hw_init and hw_fini for S0ix. + - drm/i915/opregion: check port number bounds for SWSCI display power state + - drm/i915: Fix dbuf slice config lookup + - drm/i915: Fix mbus join config lookup + - vsock: remove vsock from connected table when connect is interrupted by a + signal + - drm/cma-helper: Set VM_DONTEXPAND for mmap + - drm/i915/gvt: Make DRM_I915_GVT depend on X86 + - drm/i915/ttm: tweak priority hint selection + - iwlwifi: pcie: fix locking when "HW not ready" + - iwlwifi: pcie: gen2: fix locking when "HW not ready" + - iwlwifi: mvm: don't send SAR GEO command for 3160 devices + - selftests: netfilter: fix exit value for nft_concat_range + - netfilter: nft_synproxy: unregister hooks on init error path + - selftests: netfilter: disable rp_filter on router + - ipv4: fix data races in fib_alias_hw_flags_set + - ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rt + - ipv6: mcast: use rcu-safe version of ipv6_get_lladdr() + - ipv6: per-netns exclusive flowlabel checks + - Revert "net: ethernet: bgmac: Use devm_platform_ioremap_resource_byname" + - mac80211: mlme: check for null after calling kmemdup + - brcmfmac: firmware: Fix crash in brcm_alt_fw_path + - cfg80211: fix race in netlink owner interface destruction + - net: dsa: lan9303: fix reset on probe + - net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing VLAN + - net: dsa: lantiq_gswip: fix use after free in gswip_remove() + - net: dsa: lan9303: handle hwaccel VLAN tags + - net: dsa: lan9303: add VLAN IDs to master device + - net: ieee802154: ca8210: Fix lifs/sifs periods + - ping: fix the dif and sdif check in ping_lookup + - bonding: force carrier update when releasing slave + - drop_monitor: fix data-race in dropmon_net_event / trace_napi_poll_hit + - net_sched: add __rcu annotation to netdev->qdisc + - bonding: fix data-races around agg_select_timer + - libsubcmd: Fix use-after-free for realloc(..., 0) + - net/smc: Avoid overwriting the copies of clcsock callback functions + - net: phy: mediatek: remove PHY mode check on MT7531 + - atl1c: fix tx timeout after link flap on Mikrotik 10/25G NIC + - tipc: fix wrong publisher node address in link publications + - dpaa2-switch: fix default return of dpaa2_switch_flower_parse_mirror_key + - dpaa2-eth: Initialize mutex used in one step timestamping path + - net: bridge: multicast: notify switchdev driver whenever MC processing gets + disabled + - perf bpf: Defer freeing string after possible strlen() on it + - selftests/exec: Add non-regular to TEST_GEN_PROGS + - arm64: Correct wrong label in macro __init_el2_gicv3 + - ALSA: usb-audio: revert to IMPLICIT_FB_FIXED_DEV for M-Audio FastTrack Ultra + - ALSA: hda/realtek: Add quirk for Legion Y9000X 2019 + - ALSA: hda/realtek: Fix deadlock by COEF mutex + - ALSA: hda: Fix regression on forced probe mask option + - ALSA: hda: Fix missing codec probe on Shenker Dock 15 + - ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw() + - ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw_range() + - ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw_sx() + - ASoC: ops: Fix stereo change notifications in snd_soc_put_xr_sx() + - cifs: fix set of group SID via NTSD xattrs + - powerpc/603: Fix boot failure with DEBUG_PAGEALLOC and KFENCE + - powerpc/lib/sstep: fix 'ptesync' build error + - mtd: rawnand: gpmi: don't leak PM reference in error path + - smb3: fix snapshot mount option + - tipc: fix wrong notification node addresses + - scsi: ufs: Remove dead code + - scsi: ufs: Fix a deadlock in the error handler + - ASoC: tas2770: Insert post reset delay + - ASoC: qcom: Actually clear DMA interrupt register for HDMI + - block/wbt: fix negative inflight counter when remove scsi device + - NFS: Remove an incorrect revalidation in nfs4_update_changeattr_locked() + - NFS: LOOKUP_DIRECTORY is also ok with symlinks + - NFS: Do not report writeback errors in nfs_getattr() + - tty: n_tty: do not look ahead for EOL character past the end of the buffer + - block: fix surprise removal for drivers calling blk_set_queue_dying + - mtd: rawnand: qcom: Fix clock sequencing in qcom_nandc_probe() + - mtd: parsers: qcom: Fix kernel panic on skipped partition + - mtd: parsers: qcom: Fix missing free for pparts in cleanup + - mtd: phram: Prevent divide by zero bug in phram_setup() + - mtd: rawnand: brcmnand: Fixed incorrect sub-page ECC status + - HID: elo: fix memory leak in elo_probe + - mtd: rawnand: ingenic: Fix missing put_device in ingenic_ecc_get + - Drivers: hv: vmbus: Fix memory leak in vmbus_add_channel_kobj + - KVM: x86/pmu: Refactoring find_arch_event() to pmc_perf_hw_id() + - KVM: x86/pmu: Don't truncate the PerfEvtSeln MSR when creating a perf event + - KVM: x86/pmu: Use AMD64_RAW_EVENT_MASK for PERF_TYPE_RAW + - ARM: OMAP2+: hwmod: Add of_node_put() before break + - ARM: OMAP2+: adjust the location of put_device() call in omapdss_init_of + - phy: usb: Leave some clocks running during suspend + - staging: vc04_services: Fix RCU dereference check + - phy: phy-mtk-tphy: Fix duplicated argument in phy-mtk-tphy + - irqchip/sifive-plic: Add missing thead,c900-plic match string + - x86/bug: Merge annotate_reachable() into _BUG_FLAGS() asm + - netfilter: conntrack: don't refresh sctp entries in closed state + - ksmbd: fix same UniqueId for dot and dotdot entries + - ksmbd: don't align last entry offset in smb2 query directory + - arm64: dts: meson-gx: add ATF BL32 reserved-memory region + - arm64: dts: meson-g12: add ATF BL32 reserved-memory region + - arm64: dts: meson-g12: drop BL32 region from SEI510/SEI610 + - pidfd: fix test failure due to stack overflow on some arches + - selftests: fixup build warnings in pidfd / clone3 tests + - mm: io_uring: allow oom-killer from io_uring_setup + - kconfig: let 'shell' return enough output for deep path names + - ata: libata-core: Disable TRIM on M88V29 + - soc: aspeed: lpc-ctrl: Block error printing on probe defer cases + - xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_create + - drm/rockchip: dw_hdmi: Do not leave clock enabled in error case + - tracing: Fix tp_printk option related with tp_printk_stop_on_boot + - display/amd: decrease message verbosity about watermarks table failure + - drm/amd/display: Cap pflip irqs per max otg number + - drm/amd/display: fix yellow carp wm clamping + - net: usb: qmi_wwan: Add support for Dell DW5829e + - net: macb: Align the dma and coherent dma masks + - kconfig: fix failing to generate auto.conf + - scsi: lpfc: Fix pt2pt NVMe PRLI reject LOGO loop + - EDAC: Fix calculation of returned address and next offset in + edac_align_ptr() + - ucounts: Handle wrapping in is_ucounts_overlimit + - ucounts: In set_cred_ucounts assume new->ucounts is non-NULL + - ucounts: Base set_cred_ucounts changes on the real user + - ucounts: Enforce RLIMIT_NPROC not RLIMIT_NPROC+1 + - lib/iov_iter: initialize "flags" in new pipe_buffer + - rlimit: Fix RLIMIT_NPROC enforcement failure caused by capability calls in + set_user + - ucounts: Move RLIMIT_NPROC handling after set_user + - net: sched: limit TC_ACT_REPEAT loops + - dmaengine: sh: rcar-dmac: Check for error num after setting mask + - dmaengine: stm32-dmamux: Fix PM disable depth imbalance in + stm32_dmamux_probe + - dmaengine: sh: rcar-dmac: Check for error num after dma_set_max_seg_size + - tests: fix idmapped mount_setattr test + - i2c: qcom-cci: don't delete an unregistered adapter + - i2c: qcom-cci: don't put a device tree node before i2c_add_adapter() + - dmaengine: ptdma: Fix the error handling path in pt_core_init() + - copy_process(): Move fd_install() out of sighand->siglock critical section + - scsi: qedi: Fix ABBA deadlock in qedi_process_tmf_resp() and + qedi_process_cmd_cleanup_resp() + - ice: enable parsing IPSEC SPI headers for RSS + - i2c: brcmstb: fix support for DSL and CM variants + - lockdep: Correct lock_classes index mapping + - Linux 5.15.25 + * Jammy update: v5.15.24 upstream stable release (LP: #1963889) + - integrity: check the return value of audit_log_start() + - ima: fix reference leak in asymmetric_verify() + - ima: Remove ima_policy file before directory + - ima: Allow template selection with ima_template[_fmt]= after ima_hash= + - ima: Do not print policy rule with inactive LSM labels + - mmc: sdhci-of-esdhc: Check for error num after setting mask + - mmc: core: Wait for command setting 'Power Off Notification' bit to complete + - can: isotp: fix potential CAN frame reception race in isotp_rcv() + - can: isotp: fix error path in isotp_sendmsg() to unlock wait queue + - net: phy: marvell: Fix RGMII Tx/Rx delays setting in 88e1121-compatible PHYs + - net: phy: marvell: Fix MDI-x polarity setting in 88e1118-compatible PHYs + - NFS: Fix initialisation of nfs_client cl_flags field + - NFSD: Fix NFSv3 SETATTR/CREATE's handling of large file sizes + - NFSD: Fix ia_size underflow + - NFSD: Clamp WRITE offsets + - NFSD: Fix offset type in I/O trace points + - NFSD: Fix the behavior of READ near OFFSET_MAX + - thermal/drivers/int340x: Improve the tcc offset saving for suspend/resume + - thermal/drivers/int340x: processor_thermal: Suppot 64 bit RFIM responses + - thermal: int340x: Limit Kconfig to 64-bit + - thermal/drivers/int340x: Fix RFIM mailbox write commands + - tracing: Propagate is_signed to expression + - NFS: change nfs_access_get_cached to only report the mask + - NFSv4 only print the label when its queried + - nfs: nfs4clinet: check the return value of kstrdup() + - NFSv4.1: Fix uninitialised variable in devicenotify + - NFSv4 remove zero number of fs_locations entries error check + - NFSv4 store server support for fs_location attribute + - NFSv4.1 query for fs_location attr on a new file system + - NFSv4 expose nfs_parse_server_name function + - NFSv4 handle port presence in fs_location server string + - SUNRPC allow for unspecified transport time in rpc_clnt_add_xprt + - net/sunrpc: fix reference count leaks in rpc_sysfs_xprt_state_change + - sunrpc: Fix potential race conditions in rpc_sysfs_xprt_state_change() + - irqchip/realtek-rtl: Service all pending interrupts + - perf/x86/rapl: fix AMD event handling + - x86/perf: Avoid warning for Arch LBR without XSAVE + - sched: Avoid double preemption in __cond_resched_*lock*() + - drm/vc4: Fix deadlock on DSI device attach error + - drm: panel-orientation-quirks: Add quirk for the 1Netbook OneXPlayer + - net: sched: Clarify error message when qdisc kind is unknown + - powerpc/fixmap: Fix VM debug warning on unmap + - scsi: target: iscsi: Make sure the np under each tpg is unique + - scsi: ufs: ufshcd-pltfrm: Check the return value of devm_kstrdup() + - scsi: qedf: Add stag_work to all the vports + - scsi: qedf: Fix refcount issue when LOGO is received during TMF + - scsi: qedf: Change context reset messages to ratelimited + - scsi: pm8001: Fix bogus FW crash for maxcpus=1 + - scsi: ufs: Use generic error code in ufshcd_set_dev_pwr_mode() + - scsi: ufs: Treat link loss as fatal error + - scsi: myrs: Fix crash in error case + - net: stmmac: reduce unnecessary wakeups from eee sw timer + - PM: hibernate: Remove register_nosave_region_late() + - drm/amd/display: Correct MPC split policy for DCN301 + - usb: dwc2: gadget: don't try to disable ep0 in dwc2_hsotg_suspend + - perf: Always wake the parent event + - nvme-pci: add the IGNORE_DEV_SUBNQN quirk for Intel P4500/P4600 SSDs + - MIPS: Fix build error due to PTR used in more places + - net: stmmac: dwmac-sun8i: use return val of readl_poll_timeout() + - KVM: eventfd: Fix false positive RCU usage warning + - KVM: nVMX: eVMCS: Filter out VM_EXIT_SAVE_VMX_PREEMPTION_TIMER + - KVM: nVMX: Also filter MSR_IA32_VMX_TRUE_PINBASED_CTLS when eVMCS + - KVM: SVM: Don't kill SEV guest if SMAP erratum triggers in usermode + - KVM: VMX: Set vmcs.PENDING_DBG.BS on #DB in STI/MOVSS blocking shadow + - KVM: x86: Report deprecated x87 features in supported CPUID + - riscv: fix build with binutils 2.38 + - riscv: cpu-hotplug: clear cpu from numa map when teardown + - riscv: eliminate unreliable __builtin_frame_address(1) + - gfs2: Fix gfs2_release for non-writers regression + - ARM: dts: imx23-evk: Remove MX23_PAD_SSP1_DETECT from hog group + - ARM: dts: Fix boot regression on Skomer + - ARM: socfpga: fix missing RESET_CONTROLLER + - nvme-tcp: fix bogus request completion when failing to send AER + - ACPI/IORT: Check node revision for PMCG resources + - PM: s2idle: ACPI: Fix wakeup interrupts handling + - drm/amdgpu/display: change pipe policy for DCN 2.0 + - drm/rockchip: vop: Correct RK3399 VOP register fields + - drm/i915: Allow !join_mbus cases for adlp+ dbuf configuration + - drm/i915: Populate pipe dbuf slices more accurately during readout + - ARM: dts: Fix timer regression for beagleboard revision c + - ARM: dts: meson: Fix the UART compatible strings + - ARM: dts: meson8: Fix the UART device-tree schema validation + - ARM: dts: meson8b: Fix the UART device-tree schema validation + - phy: broadcom: Kconfig: Fix PHY_BRCM_USB config option + - staging: fbtft: Fix error path in fbtft_driver_module_init() + - ARM: dts: imx6qdl-udoo: Properly describe the SD card detect + - phy: xilinx: zynqmp: Fix bus width setting for SGMII + - phy: stm32: fix a refcount leak in stm32_usbphyc_pll_enable() + - ARM: dts: imx7ulp: Fix 'assigned-clocks-parents' typo + - arm64: dts: imx8mq: fix mipi_csi bidirectional port numbers + - usb: f_fs: Fix use-after-free for epfile + - phy: dphy: Correct clk_pre parameter + - gpio: aggregator: Fix calling into sleeping GPIO controllers + - NFS: Don't overfill uncached readdir pages + - NFS: Don't skip directory entries when doing uncached readdir + - drm/vc4: hdmi: Allow DBLCLK modes even if horz timing is odd. + - misc: fastrpc: avoid double fput() on failed usercopy + - net: sparx5: Fix get_stat64 crash in tcpdump + - netfilter: ctnetlink: disable helper autoassign + - arm64: dts: meson-g12b-odroid-n2: fix typo 'dio2133' + - arm64: dts: meson-sm1-odroid: use correct enable-gpio pin for tf-io + regulator + - arm64: dts: meson-sm1-bananapi-m5: fix wrong GPIO domain for GPIOE_2 + - arm64: dts: meson-sm1-odroid: fix boot loop after reboot + - ixgbevf: Require large buffers for build_skb on 82599VF + - drm/panel: simple: Assign data from panel_dpi_probe() correctly + - ACPI: PM: s2idle: Cancel wakeup before dispatching EC GPE + - gpiolib: Never return internal error codes to user space + - gpio: sifive: use the correct register to read output values + - fbcon: Avoid 'cap' set but not used warning + - bonding: pair enable_port with slave_arr_updates + - net: dsa: mv88e6xxx: don't use devres for mdiobus + - net: dsa: ar9331: register the mdiobus under devres + - net: dsa: bcm_sf2: don't use devres for mdiobus + - net: dsa: felix: don't use devres for mdiobus + - net: dsa: mt7530: fix kernel bug in mdiobus_free() when unbinding + - net: dsa: lantiq_gswip: don't use devres for mdiobus + - ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure path + - nfp: flower: fix ida_idx not being released + - net: do not keep the dst cache when uncloning an skb dst and its metadata + - net: fix a memleak when uncloning an skb dst and its metadata + - veth: fix races around rq->rx_notify_masked + - net: mdio: aspeed: Add missing MODULE_DEVICE_TABLE + - tipc: rate limit warning for received illegal binding update + - net: amd-xgbe: disable interrupts during pci removal + - drm/amd/pm: fix hwmon node of power1_label create issue + - mptcp: netlink: process IPv6 addrs in creating listening sockets + - dpaa2-eth: unregister the netdev before disconnecting from the PHY + - ice: fix an error code in ice_cfg_phy_fec() + - ice: fix IPIP and SIT TSO offload + - ice: Fix KASAN error in LAG NETDEV_UNREGISTER handler + - ice: Avoid RTNL lock when re-creating auxiliary device + - net: mscc: ocelot: fix mutex lock error during ethtool stats read + - net: dsa: mv88e6xxx: fix use-after-free in mv88e6xxx_mdios_unregister + - vt_ioctl: fix array_index_nospec in vt_setactivate + - vt_ioctl: add array_index_nospec to VT_ACTIVATE + - n_tty: wake up poll(POLLRDNORM) on receiving data + - eeprom: ee1004: limit i2c reads to I2C_SMBUS_BLOCK_MAX + - usb: dwc2: drd: fix soft connect when gadget is unconfigured + - Revert "usb: dwc2: drd: fix soft connect when gadget is unconfigured" + - net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixup + - usb: ulpi: Move of_node_put to ulpi_dev_release + - usb: ulpi: Call of_node_put correctly + - usb: dwc3: gadget: Prevent core from processing stale TRBs + - usb: gadget: udc: renesas_usb3: Fix host to USB_ROLE_NONE transition + - USB: gadget: validate interface OS descriptor requests + - usb: gadget: rndis: check size of RNDIS_MSG_SET command + - usb: gadget: f_uac2: Define specific wTerminalType + - usb: raw-gadget: fix handling of dual-direction-capable endpoints + - USB: serial: ftdi_sio: add support for Brainboxes US-159/235/320 + - USB: serial: option: add ZTE MF286D modem + - USB: serial: ch341: add support for GW Instek USB2.0-Serial devices + - USB: serial: cp210x: add NCR Retail IO box id + - USB: serial: cp210x: add CPI Bulk Coin Recycler id + - speakup-dectlk: Restore pitch setting + - phy: ti: Fix missing sentinel for clk_div_table + - iio: buffer: Fix file related error handling in IIO_BUFFER_GET_FD_IOCTL + - mm: memcg: synchronize objcg lists with a dedicated spinlock + - seccomp: Invalidate seccomp mode to catch death failures + - signal: HANDLER_EXIT should clear SIGNAL_UNKILLABLE + - s390/cio: verify the driver availability for path_event call + - bus: mhi: pci_generic: Add mru_default for Foxconn SDX55 + - bus: mhi: pci_generic: Add mru_default for Cinterion MV31-W + - hwmon: (dell-smm) Speed up setting of fan speed + - x86/sgx: Silence softlockup detection when releasing large enclaves + - Makefile.extrawarn: Move -Wunaligned-access to W=1 + - scsi: lpfc: Remove NVMe support if kernel has NVME_FC disabled + - scsi: lpfc: Reduce log messages seen after firmware download + - MIPS: octeon: Fix missed PTR->PTR_WD conversion + - arm64: dts: imx8mq: fix lcdif port node + - perf: Fix list corruption in perf_cgroup_switch() + - iommu: Fix potential use-after-free during probe + - Linux 5.15.24 + * Jammy update: v5.15.23 upstream stable release (LP: #1963888) + - moxart: fix potential use-after-free on remove path + - arm64: Add Cortex-A510 CPU part definition + - ksmbd: fix SMB 3.11 posix extension mount failure + - crypto: api - Move cryptomgr soft dependency into algapi + - Linux 5.15.23 + * [22.04 FEAT] KVM: Enable storage key checking for intercepted instruction + handled by userspace (LP: #1933179) + - KVM: s390: gaccess: Refactor gpa and length calculation + - KVM: s390: gaccess: Refactor access address range check + - KVM: s390: gaccess: Cleanup access to guest pages + - s390/uaccess: introduce bit field for OAC specifier + - s390/uaccess: fix compile error + - s390/uaccess: Add copy_from/to_user_key functions + - KVM: s390: Honor storage keys when accessing guest memory + - KVM: s390: handle_tprot: Honor storage keys + - KVM: s390: selftests: Test TEST PROTECTION emulation + - KVM: s390: Add optional storage key checking to MEMOP IOCTL + - KVM: s390: Add vm IOCTL for key checked guest absolute memory access + - KVM: s390: Rename existing vcpu memop functions + - KVM: s390: Add capability for storage key extension of MEM_OP IOCTL + - KVM: s390: Update api documentation for memop ioctl + - KVM: s390: Clarify key argument for MEM_OP in api docs + - KVM: s390: Add missing vm MEM_OP size check + * CVE-2022-25636 + - netfilter: nf_tables_offload: incorrect flow offload action array size + * ubuntu_kernel_selftests / ftrace:ftracetest do_softirq failure on Jammy + realtime (LP: #1959610) + - selftests/ftrace: Do not trace do_softirq because of PREEMPT_RT + * CVE-2022-0435 + - tipc: improve size validations for received domain records + * CVE-2022-0516 + - KVM: s390: Return error on SIDA memop on normal guest + * EDAC update for AMD Genoa support in 22.04 (LP: #1960362) + - EDAC: Add RDDR5 and LRDDR5 memory types + - EDAC/amd64: Add support for AMD Family 19h Models 10h-1Fh and A0h-AFh + * hwmon: k10temp updates for AMD Genoa in 22.04 (LP: #1960361) + - x86/amd_nb: Add AMD Family 19h Models (10h-1Fh) and (A0h-AFh) PCI IDs + - hwmon: (k10temp) Remove unused definitions + - hwmon: (k10temp) Support up to 12 CCDs on AMD Family of processors + - hwmon: (k10temp) Add support for AMD Family 19h Models 10h-1Fh and A0h-AFh + * [SRU][I/J/OEM-5.13/OEM-5.14] Add basic support of MT7922 (LP: #1958151) + - mt76: mt7921: Add mt7922 support + - mt76: mt7921: add support for PCIe ID 0x0608/0x0616 + - mt76: mt7921: introduce 160 MHz channel bandwidth support + * Use EC GPE for s2idle wakeup on AMD platforms (LP: #1960771) + - ACPI: PM: Revert "Only mark EC GPE for wakeup on Intel systems" + * Update Broadcom Emulex FC HBA lpfc driver to 14.0.0.4 for Ubuntu 22.04 + (LP: #1956982) + - scsi: lpfc: Change return code on I/Os received during link bounce + - scsi: lpfc: Fix NPIV port deletion crash + - scsi: lpfc: Adjust CMF total bytes and rxmonitor + - scsi: lpfc: Cap CMF read bytes to MBPI + - scsi: lpfc: Add additional debugfs support for CMF + - scsi: lpfc: Update lpfc version to 14.0.0.4 + * Forward-port drm/i915 commits from oem-5.14 for Alder Lake S & P + (LP: #1960298) + - drm/i915/dmc: Update to DMC v2.12 + - drm/i915/adlp/tc: Fix PHY connected check for Thunderbolt mode + - drm/i915/tc: Remove waiting for PHY complete during releasing ownership + - drm/i915/tc: Check for DP-alt, legacy sinks before taking PHY ownership + - drm/i915/tc: Add/use helpers to retrieve TypeC port properties + - drm/i915/tc: Don't keep legacy TypeC ports in connected state w/o a sink + - drm/i915/tc: Add a mode for the TypeC PHY's disconnected state + - drm/i915/tc: Refactor TC-cold block/unblock helpers + - drm/i915/tc: Avoid using legacy AUX PW in TBT mode + - drm/i915/icl/tc: Remove the ICL special casing during TC-cold blocking + - drm/i915/tc: Fix TypeC PHY connect/disconnect logic on ADL-P + - drm/i915/tc: Drop extra TC cold blocking from intel_tc_port_connected() + - drm/i915/tc: Fix system hang on ADL-P during TypeC PHY disconnect + - drm/i915/display/adlp: Disable underrun recovery + - drm/i915/adl_s: Remove require_force_probe protection + - drm/i915/adlp: Remove require_force_probe protection + * INVALID or PRIVATE BUG (LP: #1959735) + - KVM: s390: Simplify SIGP Set Arch handling + - KVM: s390: Add a routine for setting userspace CPU state + * Include the QCA WCN 6856 v2.1 support (LP: #1954938) + - SAUCE: ath11k: shrink TCSR read mask for WCN6855 hw2.1 + * Jammy update: v5.15.22 upstream stable release (LP: #1960516) + - drm/i915: Disable DSB usage for now + - selinux: fix double free of cond_list on error paths + - audit: improve audit queue handling when "audit=1" on cmdline + - ipc/sem: do not sleep with a spin lock held + - spi: stm32-qspi: Update spi registering + - ASoC: hdmi-codec: Fix OOB memory accesses + - ASoC: ops: Reject out of bounds values in snd_soc_put_volsw() + - ASoC: ops: Reject out of bounds values in snd_soc_put_volsw_sx() + - ASoC: ops: Reject out of bounds values in snd_soc_put_xr_sx() + - ALSA: usb-audio: Correct quirk for VF0770 + - ALSA: hda: Fix UAF of leds class devs at unbinding + - ALSA: hda: realtek: Fix race at concurrent COEF updates + - ALSA: hda/realtek: Add quirk for ASUS GU603 + - ALSA: hda/realtek: Add missing fixup-model entry for Gigabyte X570 ALC1220 + quirks + - ALSA: hda/realtek: Fix silent output on Gigabyte X570S Aorus Master (newer + chipset) + - ALSA: hda/realtek: Fix silent output on Gigabyte X570 Aorus Xtreme after + reboot from Windows + - btrfs: don't start transaction for scrub if the fs is mounted read-only + - btrfs: fix deadlock between quota disable and qgroup rescan worker + - btrfs: fix use-after-free after failure to create a snapshot + - Revert "fs/9p: search open fids first" + - drm/nouveau: fix off by one in BIOS boundary checking + - drm/i915/adlp: Fix TypeC PHY-ready status readout + - drm/amd/pm: correct the MGpuFanBoost support for Beige Goby + - drm/amd/display: watermark latencies is not enough on DCN31 + - drm/amd/display: Force link_rate as LINK_RATE_RBR2 for 2018 15" Apple Retina + panels + - nvme-fabrics: fix state check in nvmf_ctlr_matches_baseopts() + - mm/debug_vm_pgtable: remove pte entry from the page table + - mm/pgtable: define pte_index so that preprocessor could recognize it + - mm/kmemleak: avoid scanning potential huge holes + - block: bio-integrity: Advance seed correctly for larger interval sizes + - dma-buf: heaps: Fix potential spectre v1 gadget + - IB/hfi1: Fix AIP early init panic + - Revert "fbcon: Disable accelerated scrolling" + - fbcon: Add option to enable legacy hardware acceleration + - mptcp: fix msk traversal in mptcp_nl_cmd_set_flags() + - Revert "ASoC: mediatek: Check for error clk pointer" + - KVM: arm64: Avoid consuming a stale esr value when SError occur + - KVM: arm64: Stop handle_exit() from handling HVC twice when an SError occurs + - RDMA/cma: Use correct address when leaving multicast group + - RDMA/ucma: Protect mc during concurrent multicast leaves + - RDMA/siw: Fix refcounting leak in siw_create_qp() + - IB/rdmavt: Validate remote_addr during loopback atomic tests + - RDMA/siw: Fix broken RDMA Read Fence/Resume logic. + - RDMA/mlx4: Don't continue event handler after memory allocation failure + - ALSA: usb-audio: initialize variables that could ignore errors + - ALSA: hda: Fix signedness of sscanf() arguments + - ALSA: hda: Skip codec shutdown in case the codec is not registered + - iommu/vt-d: Fix potential memory leak in intel_setup_irq_remapping() + - iommu/amd: Fix loop timeout issue in iommu_ga_log_enable() + - spi: bcm-qspi: check for valid cs before applying chip select + - spi: mediatek: Avoid NULL pointer crash in interrupt + - spi: meson-spicc: add IRQ check in meson_spicc_probe + - spi: uniphier: fix reference count leak in uniphier_spi_probe() + - IB/hfi1: Fix tstats alloc and dealloc + - IB/cm: Release previously acquired reference counter in the cm_id_priv + - net: ieee802154: hwsim: Ensure proper channel selection at probe time + - net: ieee802154: mcr20a: Fix lifs/sifs periods + - net: ieee802154: ca8210: Stop leaking skb's + - netfilter: nft_reject_bridge: Fix for missing reply from prerouting + - net: ieee802154: Return meaningful error codes from the netlink helpers + - net/smc: Forward wakeup to smc socket waitqueue after fallback + - net: stmmac: dwmac-visconti: No change to ETHER_CLOCK_SEL for unexpected + speed request. + - net: stmmac: properly handle with runtime pm in stmmac_dvr_remove() + - net: macsec: Fix offload support for NETDEV_UNREGISTER event + - net: macsec: Verify that send_sci is on when setting Tx sci explicitly + - net: stmmac: dump gmac4 DMA registers correctly + - net: stmmac: ensure PTP time register reads are consistent + - drm/kmb: Fix for build errors with Warray-bounds + - drm/i915/overlay: Prevent divide by zero bugs in scaling + - drm/amd: avoid suspend on dGPUs w/ s2idle support when runtime PM enabled + - ASoC: fsl: Add missing error handling in pcm030_fabric_probe + - ASoC: xilinx: xlnx_formatter_pcm: Make buffer bytes multiple of period bytes + - ASoC: simple-card: fix probe failure on platform component + - ASoC: cpcap: Check for NULL pointer after calling of_get_child_by_name + - ASoC: max9759: fix underflow in speaker_gain_control_put() + - ASoC: codecs: wcd938x: fix incorrect used of portid + - ASoC: codecs: lpass-rx-macro: fix sidetone register offsets + - ASoC: codecs: wcd938x: fix return value of mixer put function + - pinctrl: sunxi: Fix H616 I2S3 pin data + - pinctrl: intel: Fix a glitch when updating IRQ flags on a preconfigured line + - pinctrl: intel: fix unexpected interrupt + - pinctrl: bcm2835: Fix a few error paths + - scsi: bnx2fc: Make bnx2fc_recv_frame() mp safe + - nfsd: nfsd4_setclientid_confirm mistakenly expires confirmed client. + - gve: fix the wrong AdminQ buffer queue index check + - bpf: Use VM_MAP instead of VM_ALLOC for ringbuf + - selftests/exec: Remove pipe from TEST_GEN_FILES + - selftests: futex: Use variable MAKE instead of make + - tools/resolve_btfids: Do not print any commands when building silently + - e1000e: Separate ADP board type from TGP + - rtc: cmos: Evaluate century appropriate + - kvm: add guest_state_{enter,exit}_irqoff() + - kvm/arm64: rework guest entry logic + - perf: Copy perf_event_attr::sig_data on modification + - perf stat: Fix display of grouped aliased events + - perf/x86/intel/pt: Fix crash with stop filters in single-range mode + - x86/perf: Default set FREEZE_ON_SMI for all + - EDAC/altera: Fix deferred probing + - EDAC/xgene: Fix deferred probing + - ext4: prevent used blocks from being allocated during fast commit replay + - ext4: modify the logic of ext4_mb_new_blocks_simple + - ext4: fix error handling in ext4_restore_inline_data() + - ext4: fix error handling in ext4_fc_record_modified_inode() + - ext4: fix incorrect type issue during replay_del_range + - net: dsa: mt7530: make NET_DSA_MT7530 select MEDIATEK_GE_PHY + - cgroup/cpuset: Fix "suspicious RCU usage" lockdep warning + - tools include UAPI: Sync sound/asound.h copy with the kernel sources + - gpio: idt3243x: Fix an ignored error return from platform_get_irq() + - gpio: mpc8xxx: Fix an ignored error return from platform_get_irq() + - selftests: nft_concat_range: add test for reload with no element add/del + - selftests: netfilter: check stateless nat udp checksum fixup + - Linux 5.15.22 + - [Config] disable FRAMEBUFFER_CONSOLE_LEGACY_ACCELERATION + * Jammy update: v5.15.21 upstream stable release (LP: #1960515) + - Revert "drm/vc4: hdmi: Make sure the device is powered with CEC" + - Revert "drm/vc4: hdmi: Make sure the device is powered with CEC" again + - Linux 5.15.21 + * Jammy update: v5.15.20 upstream stable release (LP: #1960509) + - Revert "UBUNTU: SAUCE: Revert "e1000e: Add handshake with the CSME to + support S0ix"" + - Revert "UBUNTU: SAUCE: Revert "e1000e: Add polling mechanism to indicate + CSME DPG exit"" + - Revert "UBUNTU: SAUCE: Revert "e1000e: Additional PHY power saving in S0ix"" + - PCI: pciehp: Fix infinite loop in IRQ handler upon power fault + - selftests: mptcp: fix ipv6 routing setup + - net: ipa: use a bitmap for endpoint replenish_enabled + - net: ipa: prevent concurrent replenish + - drm/vc4: hdmi: Make sure the device is powered with CEC + - cgroup-v1: Require capabilities to set release_agent + - Revert "mm/gup: small refactoring: simplify try_grab_page()" + - ovl: don't fail copy up if no fileattr support on upper + - lockd: fix server crash on reboot of client holding lock + - lockd: fix failure to cleanup client locks + - net/mlx5e: IPsec: Fix tunnel mode crypto offload for non TCP/UDP traffic + - net/mlx5: Bridge, take rtnl lock in init error handler + - net/mlx5: Bridge, ensure dev_name is null-terminated + - net/mlx5e: Fix handling of wrong devices during bond netevent + - net/mlx5: Use del_timer_sync in fw reset flow of halting poll + - net/mlx5e: Fix module EEPROM query + - net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLE + - net/mlx5e: Don't treat small ceil values as unlimited in HTB offload + - net/mlx5: Bridge, Fix devlink deadlock on net namespace deletion + - net/mlx5: E-Switch, Fix uninitialized variable modact + - ipheth: fix EOVERFLOW in ipheth_rcvbulk_callback + - i40e: Fix reset bw limit when DCB enabled with 1 TC + - i40e: Fix reset path while removing the driver + - net: amd-xgbe: ensure to reset the tx_timer_active flag + - net: amd-xgbe: Fix skb data length underflow + - fanotify: Fix stale file descriptor in copy_event_to_user() + - net: sched: fix use-after-free in tc_new_tfilter() + - rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink() + - cpuset: Fix the bug that subpart_cpus updated wrongly in update_cpumask() + - e1000e: Handshake with CSME starts from ADL platforms + - af_packet: fix data-race in packet_setsockopt / packet_setsockopt + - tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data() + - ovl: fix NULL pointer dereference in copy up warning + - Linux 5.15.20 + * Miscellaneous Ubuntu changes + - [Packaging] use default zstd compression + - [Packaging] do not use compression for image packages + - [Packaging] use xz compression for ddebs + - [Config] upgrade debug symbols from DWARF4 to DWARF5 + - SAUCE: Makefile: Remove inclusion of lbm header files + - SAUCE: Makefile: Fix compiler warnings + - SAUCE: AUFS + - SAUCE: aufs: switch to 64-bit ino_t for s390x + - [Config] set AUFS as disabled + - SAUCE: mt76: mt7921e: fix possible probe failure after reboot + - Remove ubuntu/hio driver + - SAUCE: ima_policy: fix test for empty rule set + - SAUCE: sfc: The size of the RX recycle ring should be more flexible + - [Config] MITIGATE_SPECTRE_BRANCH_HISTORY=y && HARDEN_BRANCH_HISTORY=y + * Miscellaneous upstream changes + - kbuild: Unify options for BTF generation for vmlinux and modules + - MAINTAINERS: Add scripts/pahole-flags.sh to BPF section + - kbuild: Add CONFIG_PAHOLE_VERSION + - scripts/pahole-flags.sh: Use pahole-version.sh + - lib/Kconfig.debug: Use CONFIG_PAHOLE_VERSION + - lib/Kconfig.debug: Allow BTF + DWARF5 with pahole 1.21+ + - x86/sched: Decrease further the priorities of SMT siblings + - sched/topology: Introduce sched_group::flags + - sched/fair: Optimize checking for group_asym_packing + - sched/fair: Provide update_sg_lb_stats() with sched domain statistics + - sched/fair: Carve out logic to mark a group for asymmetric packing + - sched/fair: Consider SMT in ASYM_PACKING load balance + - Revert "UBUNTU: [Config] x86-64: SYSFB_SIMPLEFB=y" + + -- Andrea Righi Tue, 15 Mar 2022 17:05:53 +0100 + +linux-lowlatency (5.15.0-22.22) jammy; urgency=medium + + * jammy/linux-lowlatency: 5.15.0-22.22 -proposed tracker (LP: #1960305) + + * Packaging resync (LP: #1786013) + - [Packaging] resync getabis + - [Packaging] update Ubuntu.md + - [Packaging] update variants + - [Packaging] update Ubuntu.md + - [Packaging] update helper scripts + + * Miscellaneous Ubuntu changes + - [Packaging] import update.conf + - [packaging] remove foreign arches from control.stub.in + - [packaging] don't build source package + + -- Paolo Pisati Tue, 08 Feb 2022 15:59:44 +0100 + +linux-lowlatency (5.15.0-21.21) jammy; urgency=medium + + * jammy/linux: 5.15.0-21.21 -proposed tracker (LP: #1960211) + + * jammy/linux-lowlatency: 5.15.0-21.21 -proposed tracker (LP: #1960234) + + * Packaging resync (LP: #1786013) + - [Packaging] resync getabis + - [Packaging] update Ubuntu.md + - [Packaging] update variants + - [Packaging] update Ubuntu.md + + * Miscellaneous Ubuntu changes + - [packaging] unhook lowlatency flavours from the build + - Ubuntu-5.15.0-21.21 + - [Packaging] jammy/linux-lowlatency packaging import (derived from + jammy/linux) + - [Packaging] import update.conf + - [Packaging] debian: lowlatency is a suffixless backport, call it + backport_light + - [packaging] remove foreign arches from control.stub.in + - [packaging] don't build source package + + -- Paolo Pisati Mon, 07 Feb 2022 15:16:35 +0100 + +linux-lowlatency (5.15.0-20.20) jammy; urgency=medium + + * jammy/linux: 5.15.0-20.20 -proposed tracker (LP: #1959881) + + * Jammy update: v5.15.19 upstream stable release (LP: #1959879) + - can: m_can: m_can_fifo_{read,write}: don't read or write from/to FIFO if + length is 0 + - net: sfp: ignore disabled SFP node + - net: stmmac: configure PTP clock source prior to PTP initialization + - net: stmmac: skip only stmmac_ptp_register when resume from suspend + - ARM: 9179/1: uaccess: avoid alignment faults in + copy_[from|to]_kernel_nofault + - ARM: 9180/1: Thumb2: align ALT_UP() sections in modules sufficiently + - KVM: arm64: Use shadow SPSR_EL1 when injecting exceptions on !VHE + - s390/hypfs: include z/VM guests with access control group set + - s390/nmi: handle guarded storage validity failures for KVM guests + - s390/nmi: handle vector validity failures for KVM guests + - bpf: Guard against accessing NULL pt_regs in bpf_get_task_stack() + - powerpc32/bpf: Fix codegen for bpf-to-bpf calls + - powerpc/bpf: Update ldimm64 instructions during extra pass + - scsi: zfcp: Fix failed recovery on gone remote port with non-NPIV FCP + devices + - udf: Restore i_lenAlloc when inode expansion fails + - udf: Fix NULL ptr deref when converting from inline format + - efi: runtime: avoid EFIv2 runtime services on Apple x86 machines + - PM: wakeup: simplify the output logic of pm_show_wakelocks() + - tracing/histogram: Fix a potential memory leak for kstrdup() + - tracing: Don't inc err_log entry count if entry allocation fails + - ceph: properly put ceph_string reference after async create attempt + - ceph: set pool_ns in new inode layout for async creates + - fsnotify: fix fsnotify hooks in pseudo filesystems + - Revert "KVM: SVM: avoid infinite loop on NPF from bad address" + - psi: Fix uaf issue when psi trigger is destroyed while being polled + - powerpc/audit: Fix syscall_get_arch() + - perf/x86/intel/uncore: Fix CAS_COUNT_WRITE issue for ICX + - perf/x86/intel: Add a quirk for the calculation of the number of counters on + Alder Lake + - drm/etnaviv: relax submit size limits + - drm/atomic: Add the crtc to affected crtc only if uapi.enable = true + - drm/amd/display: Fix FP start/end for dcn30_internal_validate_bw. + - KVM: LAPIC: Also cancel preemption timer during SET_LAPIC + - KVM: SVM: Never reject emulation due to SMAP errata for !SEV guests + - KVM: SVM: Don't intercept #GP for SEV guests + - KVM: x86: nSVM: skip eax alignment check for non-SVM instructions + - KVM: x86: Forcibly leave nested virt when SMM state is toggled + - KVM: x86: Keep MSR_IA32_XSS unchanged for INIT + - KVM: x86: Update vCPU's runtime CPUID on write to MSR_IA32_XSS + - KVM: x86: Sync the states size with the XCR0/IA32_XSS at, any time + - KVM: PPC: Book3S HV Nested: Fix nested HFSCR being clobbered with multiple + vCPUs + - dm: revert partial fix for redundant bio-based IO accounting + - block: add bio_start_io_acct_time() to control start_time + - dm: properly fix redundant bio-based IO accounting + - serial: pl011: Fix incorrect rs485 RTS polarity on set_mctrl + - serial: 8250: of: Fix mapped region size when using reg-offset property + - serial: stm32: fix software flow control transfer + - tty: n_gsm: fix SW flow control encoding/handling + - tty: Partially revert the removal of the Cyclades public API + - tty: Add support for Brainboxes UC cards. + - kbuild: remove include/linux/cyclades.h from header file check + - usb-storage: Add unusual-devs entry for VL817 USB-SATA bridge + - usb: xhci-plat: fix crash when suspend if remote wake enable + - usb: common: ulpi: Fix crash in ulpi_match() + - usb: gadget: f_sourcesink: Fix isoc transfer for USB_SPEED_SUPER_PLUS + - usb: cdnsp: Fix segmentation fault in cdns_lost_power function + - usb: dwc3: xilinx: Skip resets and USB3 register settings for USB2.0 mode + - usb: dwc3: xilinx: Fix error handling when getting USB3 PHY + - USB: core: Fix hang in usb_kill_urb by adding memory barriers + - usb: typec: tcpci: don't touch CC line if it's Vconn source + - usb: typec: tcpm: Do not disconnect while receiving VBUS off + - usb: typec: tcpm: Do not disconnect when receiving VSAFE0V + - ucsi_ccg: Check DEV_INT bit only when starting CCG4 + - mm, kasan: use compare-exchange operation to set KASAN page tag + - jbd2: export jbd2_journal_[grab|put]_journal_head + - ocfs2: fix a deadlock when commit trans + - sched/membarrier: Fix membarrier-rseq fence command missing from query + bitmask + - PCI/sysfs: Find shadow ROM before static attribute initialization + - x86/MCE/AMD: Allow thresholding interface updates after init + - x86/cpu: Add Xeon Icelake-D to list of CPUs that support PPIN + - powerpc/32s: Allocate one 256k IBAT instead of two consecutives 128k IBATs + - powerpc/32s: Fix kasan_init_region() for KASAN + - powerpc/32: Fix boot failure with GCC latent entropy plugin + - i40e: Increase delay to 1 s after global EMP reset + - i40e: Fix issue when maximum queues is exceeded + - i40e: Fix queues reservation for XDP + - i40e: Fix for failed to init adminq while VF reset + - i40e: fix unsigned stat widths + - usb: roles: fix include/linux/usb/role.h compile issue + - rpmsg: char: Fix race between the release of rpmsg_ctrldev and cdev + - rpmsg: char: Fix race between the release of rpmsg_eptdev and cdev + - scsi: elx: efct: Don't use GFP_KERNEL under spin lock + - scsi: bnx2fc: Flush destroy_work queue before calling bnx2fc_interface_put() + - ipv6_tunnel: Rate limit warning messages + - ARM: 9170/1: fix panic when kasan and kprobe are enabled + - net: fix information leakage in /proc/net/ptype + - hwmon: (lm90) Mark alert as broken for MAX6646/6647/6649 + - hwmon: (lm90) Mark alert as broken for MAX6680 + - ping: fix the sk_bound_dev_if match in ping_lookup + - ipv4: avoid using shared IP generator for connected sockets + - hwmon: (lm90) Reduce maximum conversion rate for G781 + - NFSv4: Handle case where the lookup of a directory fails + - NFSv4: nfs_atomic_open() can race when looking up a non-regular file + - net-procfs: show net devices bound packet types + - drm/msm: Fix wrong size calculation + - drm/msm/dsi: Fix missing put_device() call in dsi_get_phy + - drm/msm/dsi: invalid parameter check in msm_dsi_phy_enable + - ipv6: annotate accesses to fn->fn_sernum + - NFS: Ensure the server has an up to date ctime before hardlinking + - NFS: Ensure the server has an up to date ctime before renaming + - KVM: arm64: pkvm: Use the mm_ops indirection for cache maintenance + - SUNRPC: Use BIT() macro in rpc_show_xprt_state() + - SUNRPC: Don't dereference xprt->snd_task if it's a cookie + - powerpc64/bpf: Limit 'ldbrx' to processors compliant with ISA v2.06 + - netfilter: conntrack: don't increment invalid counter on NF_REPEAT + - powerpc/64s: Mask SRR0 before checking against the masked NIP + - perf: Fix perf_event_read_local() time + - sched/pelt: Relax the sync of util_sum with util_avg + - net: phy: broadcom: hook up soft_reset for BCM54616S + - net: stmmac: dwmac-visconti: Fix bit definitions for ETHER_CLK_SEL + - net: stmmac: dwmac-visconti: Fix clock configuration for RMII mode + - phylib: fix potential use-after-free + - octeontx2-af: Do not fixup all VF action entries + - octeontx2-af: Fix LBK backpressure id count + - octeontx2-af: Retry until RVU block reset complete + - octeontx2-pf: cn10k: Ensure valid pointers are freed to aura + - octeontx2-af: verify CQ context updates + - octeontx2-af: Increase link credit restore polling timeout + - octeontx2-af: cn10k: Do not enable RPM loopback for LPC interfaces + - octeontx2-pf: Forward error codes to VF + - rxrpc: Adjust retransmission backoff + - efi/libstub: arm64: Fix image check alignment at entry + - io_uring: fix bug in slow unregistering of nodes + - Drivers: hv: balloon: account for vmbus packet header in max_pkt_size + - hwmon: (lm90) Re-enable interrupts after alert clears + - hwmon: (lm90) Mark alert as broken for MAX6654 + - hwmon: (lm90) Fix sysfs and udev notifications + - hwmon: (adt7470) Prevent divide by zero in adt7470_fan_write() + - powerpc/perf: Fix power_pmu_disable to call clear_pmi_irq_pending only if + PMI is pending + - ipv4: fix ip option filtering for locally generated fragments + - ibmvnic: Allow extra failures before disabling + - ibmvnic: init ->running_cap_crqs early + - ibmvnic: don't spin in tasklet + - net/smc: Transitional solution for clcsock race issue + - video: hyperv_fb: Fix validation of screen resolution + - can: tcan4x5x: regmap: fix max register value + - drm/msm/hdmi: Fix missing put_device() call in msm_hdmi_get_phy + - drm/msm/dpu: invalid parameter check in dpu_setup_dspp_pcc + - drm/msm/a6xx: Add missing suspend_count increment + - yam: fix a memory leak in yam_siocdevprivate() + - net: cpsw: Properly initialise struct page_pool_params + - net: hns3: handle empty unknown interrupt for VF + - sch_htb: Fail on unsupported parameters when offload is requested + - Revert "drm/ast: Support 1600x900 with 108MHz PCLK" + - KVM: selftests: Don't skip L2's VMCALL in SMM test for SVM guest + - ceph: put the requests/sessions when it fails to alloc memory + - gve: Fix GFP flags when allocing pages + - Revert "ipv6: Honor all IPv6 PIO Valid Lifetime values" + - net: bridge: vlan: fix single net device option dumping + - ipv4: raw: lock the socket in raw_bind() + - ipv4: tcp: send zero IPID in SYNACK messages + - ipv4: remove sparse error in ip_neigh_gw4() + - net: bridge: vlan: fix memory leak in __allowed_ingress + - Bluetooth: refactor malicious adv data check + - irqchip/realtek-rtl: Map control data to virq + - irqchip/realtek-rtl: Fix off-by-one in routing + - dt-bindings: can: tcan4x5x: fix mram-cfg RX FIFO config + - perf/core: Fix cgroup event list management + - psi: fix "no previous prototype" warnings when CONFIG_CGROUPS=n + - psi: fix "defined but not used" warnings when CONFIG_PROC_FS=n + - usb: dwc3: xilinx: fix uninitialized return value + - usr/include/Makefile: add linux/nfc.h to the compile-test coverage + - fsnotify: invalidate dcache before IN_DELETE event + - block: Fix wrong offset in bio_truncate() + - mtd: rawnand: mpc5121: Remove unused variable in ads5121_select_chip() + - Linux 5.15.19 + + * Jammy update: v5.15.18 upstream stable release (LP: #1959878) + - drm/i915: Flush TLBs before releasing backing store + - drm/amd/display: reset dcn31 SMU mailbox on failures + - io_uring: fix not released cached task refs + - bnx2x: Utilize firmware 7.13.21.0 + - bnx2x: Invalidate fastpath HSI version for VFs + - memcg: flush stats only if updated + - memcg: unify memcg stat flushing + - memcg: better bounds on the memcg stats updates + - rcu: Tighten rcu_advance_cbs_nowake() checks + - select: Fix indefinitely sleeping task in poll_schedule_timeout() + - drm/amdgpu: Use correct VIEWPORT_DIMENSION for DCN2 + - arm64/bpf: Remove 128MB limit for BPF JIT programs + - Linux 5.15.18 + + * CVE-2022-22942 + - SAUCE: drm/vmwgfx: Fix stale file descriptors on failed usercopy + + * CVE-2022-24122 + - ucount: Make get_ucount a safe get_user replacement + + * CVE-2022-23222 + - bpf, selftests: Add verifier test for mem_or_null register with offset. + + * Miscellaneous Ubuntu changes + - [Config] toolchain version update + + * Miscellaneous upstream changes + - s390/module: fix loading modules with a lot of relocations + + -- Paolo Pisati Thu, 03 Feb 2022 12:09:37 +0100 + +linux (5.15.0-19.19) jammy; urgency=medium + + * jammy/linux: 5.15.0-19.19 -proposed tracker (LP: #1959418) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + * Jammy update: v5.15.17 upstream stable release (LP: #1959376) + - KVM: x86/mmu: Fix write-protection of PTs mapped by the TDP MMU + - KVM: VMX: switch blocked_vcpu_on_cpu_lock to raw spinlock + - HID: Ignore battery for Elan touchscreen on HP Envy X360 15t-dr100 + - HID: uhid: Fix worker destroying device without any protection + - HID: wacom: Reset expected and received contact counts at the same time + - HID: wacom: Ignore the confidence flag when a touch is removed + - HID: wacom: Avoid using stale array indicies to read contact count + - ALSA: core: Fix SSID quirk lookup for subvendor=0 + - f2fs: fix to do sanity check on inode type during garbage collection + - f2fs: fix to do sanity check in is_alive() + - f2fs: avoid EINVAL by SBI_NEED_FSCK when pinning a file + - nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed + bind() + - mtd: rawnand: gpmi: Add ERR007117 protection for nfc_apply_timings + - mtd: rawnand: gpmi: Remove explicit default gpmi clock setting for i.MX6 + - mtd: Fixed breaking list in __mtd_del_partition. + - mtd: rawnand: davinci: Don't calculate ECC when reading page + - mtd: rawnand: davinci: Avoid duplicated page read + - mtd: rawnand: davinci: Rewrite function description + - mtd: rawnand: Export nand_read_page_hwecc_oob_first() + - mtd: rawnand: ingenic: JZ4740 needs 'oob_first' read page function + - riscv: Get rid of MAXPHYSMEM configs + - RISC-V: Use common riscv_cpuid_to_hartid_mask() for both SMP=y and SMP=n + - riscv: try to allocate crashkern region from 32bit addressible memory + - riscv: Don't use va_pa_offset on kdump + - riscv: use hart id instead of cpu id on machine_kexec + - riscv: mm: fix wrong phys_ram_base value for RV64 + - x86/gpu: Reserve stolen memory for first integrated Intel GPU + - tools/nolibc: x86-64: Fix startup code bug + - crypto: x86/aesni - don't require alignment of data + - tools/nolibc: i386: fix initial stack alignment + - tools/nolibc: fix incorrect truncation of exit code + - rtc: cmos: take rtc_lock while reading from CMOS + - net: phy: marvell: add Marvell specific PHY loopback + - ksmbd: uninitialized variable in create_socket() + - ksmbd: fix guest connection failure with nautilus + - ksmbd: add support for smb2 max credit parameter + - ksmbd: move credit charge deduction under processing request + - ksmbd: limits exceeding the maximum allowable outstanding requests + - ksmbd: add reserved room in ipc request/response + - media: cec: fix a deadlock situation + - media: ov8865: Disable only enabled regulators on error path + - media: v4l2-ioctl.c: readbuffers depends on V4L2_CAP_READWRITE + - media: flexcop-usb: fix control-message timeouts + - media: mceusb: fix control-message timeouts + - media: em28xx: fix control-message timeouts + - media: cpia2: fix control-message timeouts + - media: s2255: fix control-message timeouts + - media: dib0700: fix undefined behavior in tuner shutdown + - media: redrat3: fix control-message timeouts + - media: pvrusb2: fix control-message timeouts + - media: stk1160: fix control-message timeouts + - media: cec-pin: fix interrupt en/disable handling + - can: softing_cs: softingcs_probe(): fix memleak on registration failure + - mei: hbm: fix client dma reply status + - iio: adc: ti-adc081c: Partial revert of removal of ACPI IDs + - iio: trigger: Fix a scheduling whilst atomic issue seen on tsc2046 + - lkdtm: Fix content of section containing lkdtm_rodata_do_nothing() + - bus: mhi: pci_generic: Graceful shutdown on freeze + - bus: mhi: core: Fix reading wake_capable channel configuration + - bus: mhi: core: Fix race while handling SYS_ERR at power up + - cxl/pmem: Fix reference counting for delayed work + - arm64: errata: Fix exec handling in erratum 1418040 workaround + - ARM: dts: at91: update alternate function of signal PD20 + - iommu/io-pgtable-arm-v7s: Add error handle for page table allocation failure + - gpu: host1x: Add back arm_iommu_detach_device() + - drm/tegra: Add back arm_iommu_detach_device() + - virtio/virtio_mem: handle a possible NULL as a memcpy parameter + - dma_fence_array: Fix PENDING_ERROR leak in dma_fence_array_signaled() + - PCI: Add function 1 DMA alias quirk for Marvell 88SE9125 SATA controller + - mm_zone: add function to check if managed dma zone exists + - dma/pool: create dma atomic pool only if dma zone has managed pages + - mm/page_alloc.c: do not warn allocation failure on zone DMA if no managed + pages + - shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inode + - drm/ttm: Put BO in its memory manager's lru list + - Bluetooth: L2CAP: Fix not initializing sk_peer_pid + - drm/bridge: display-connector: fix an uninitialized pointer in probe() + - drm: fix null-ptr-deref in drm_dev_init_release() + - drm/panel: kingdisplay-kd097d04: Delete panel on attach() failure + - drm/panel: innolux-p079zca: Delete panel on attach() failure + - drm/rockchip: dsi: Fix unbalanced clock on probe error + - drm/rockchip: dsi: Hold pm-runtime across bind/unbind + - drm/rockchip: dsi: Disable PLL clock on bind error + - drm/rockchip: dsi: Reconfigure hardware on resume() + - Bluetooth: virtio_bt: fix memory leak in virtbt_rx_handle() + - Bluetooth: cmtp: fix possible panic when cmtp_init_sockets() fails + - clk: bcm-2835: Pick the closest clock rate + - clk: bcm-2835: Remove rounding up the dividers + - drm/vc4: hdmi: Set a default HSM rate + - drm/vc4: hdmi: Move the HSM clock enable to runtime_pm + - drm/vc4: hdmi: Make sure the controller is powered in detect + - drm/vc4: hdmi: Make sure the controller is powered up during bind + - drm/vc4: hdmi: Rework the pre_crtc_configure error handling + - drm/vc4: crtc: Make sure the HDMI controller is powered when disabling + - wcn36xx: ensure pairing of init_scan/finish_scan and start_scan/end_scan + - wcn36xx: Indicate beacon not connection loss on MISSED_BEACON_IND + - drm/vc4: hdmi: Enable the scrambler on reconnection + - libbpf: Free up resources used by inner map definition + - wcn36xx: Fix DMA channel enable/disable cycle + - wcn36xx: Release DMA channel descriptor allocations + - wcn36xx: Put DXE block into reset before freeing memory + - wcn36xx: populate band before determining rate on RX + - wcn36xx: fix RX BD rate mapping for 5GHz legacy rates + - ath11k: Send PPDU_STATS_CFG with proper pdev mask to firmware + - bpftool: Fix memory leak in prog_dump() + - mtd: hyperbus: rpc-if: Check return value of rpcif_sw_init() + - media: videobuf2: Fix the size printk format + - media: atomisp: add missing media_device_cleanup() in + atomisp_unregister_entities() + - media: atomisp: fix punit_ddr_dvfs_enable() argument for mrfld_power up case + - media: atomisp: fix inverted logic in buffers_needed() + - media: atomisp: do not use err var when checking port validity for ISP2400 + - media: atomisp: fix inverted error check for + ia_css_mipi_is_source_port_valid() + - media: atomisp: fix ifdefs in sh_css.c + - media: atomisp: add NULL check for asd obtained from atomisp_video_pipe + - media: atomisp: fix enum formats logic + - media: atomisp: fix uninitialized bug in gmin_get_pmic_id_and_addr() + - media: aspeed: fix mode-detect always time out at 2nd run + - media: em28xx: fix memory leak in em28xx_init_dev + - media: aspeed: Update signal status immediately to ensure sane hw state + - arm64: dts: amlogic: meson-g12: Fix GPU operating point table node name + - arm64: dts: amlogic: Fix SPI NOR flash node name for ODROID N2/N2+ + - arm64: dts: meson-gxbb-wetek: fix HDMI in early boot + - arm64: dts: meson-gxbb-wetek: fix missing GPIO binding + - fs: dlm: don't call kernel_getpeername() in error_report() + - memory: renesas-rpc-if: Return error in case devm_ioremap_resource() fails + - Bluetooth: stop proccessing malicious adv data + - ath11k: Fix ETSI regd with weather radar overlap + - ath11k: clear the keys properly via DISABLE_KEY + - ath11k: reset RSN/WPA present state for open BSS + - spi: hisi-kunpeng: Fix the debugfs directory name incorrect + - tee: fix put order in teedev_close_context() + - fs: dlm: fix build with CONFIG_IPV6 disabled + - drm/dp: Don't read back backlight mode in drm_edp_backlight_enable() + - drm/vboxvideo: fix a NULL vs IS_ERR() check + - arm64: dts: renesas: cat875: Add rx/tx delays + - media: dmxdev: fix UAF when dvb_register_device() fails + - crypto: atmel-aes - Reestablish the correct tfm context at dequeue + - crypto: qce - fix uaf on qce_aead_register_one + - crypto: qce - fix uaf on qce_ahash_register_one + - crypto: qce - fix uaf on qce_skcipher_register_one + - arm64: dts: qcom: sc7280: Fix incorrect clock name + - mtd: hyperbus: rpc-if: fix bug in rpcif_hb_remove + - cpufreq: qcom-cpufreq-hw: Update offline CPUs per-cpu thermal pressure + - cpufreq: qcom-hw: Fix probable nested interrupt handling + - ARM: dts: stm32: fix dtbs_check warning on ili9341 dts binding on stm32f429 + disco + - libbpf: Fix potential misaligned memory access in btf_ext__new() + - libbpf: Fix glob_syms memory leak in bpf_linker + - libbpf: Fix using invalidated memory in bpf_linker + - crypto: qat - remove unnecessary collision prevention step in PFVF + - crypto: qat - make pfvf send message direction agnostic + - crypto: qat - fix undetected PFVF timeout in ACK loop + - ath11k: Use host CE parameters for CE interrupts configuration + - arm64: dts: ti: k3-j721e: correct cache-sets info + - tty: serial: atmel: Check return code of dmaengine_submit() + - tty: serial: atmel: Call dma_async_issue_pending() + - mfd: atmel-flexcom: Remove #ifdef CONFIG_PM_SLEEP + - mfd: atmel-flexcom: Use .resume_noirq + - bfq: Do not let waker requests skip proper accounting + - libbpf: Silence uninitialized warning/error in btf_dump_dump_type_data + - media: i2c: imx274: fix s_frame_interval runtime resume not requested + - media: i2c: Re-order runtime pm initialisation + - media: i2c: ov8865: Fix lockdep error + - media: rcar-csi2: Correct the selection of hsfreqrange + - media: imx-pxp: Initialize the spinlock prior to using it + - media: si470x-i2c: fix possible memory leak in si470x_i2c_probe() + - media: mtk-vcodec: call v4l2_m2m_ctx_release first when file is released + - media: hantro: Hook up RK3399 JPEG encoder output + - media: coda: fix CODA960 JPEG encoder buffer overflow + - media: venus: correct low power frequency calculation for encoder + - media: venus: core: Fix a potential NULL pointer dereference in an error + handling path + - media: venus: core: Fix a resource leak in the error handling path of + 'venus_probe()' + - net: stmmac: Add platform level debug register dump feature + - thermal/drivers/imx: Implement runtime PM support + - igc: AF_XDP zero-copy metadata adjust breaks SKBs on XDP_PASS + - netfilter: bridge: add support for pppoe filtering + - powerpc: Avoid discarding flags in system_call_exception() + - arm64: dts: qcom: msm8916: fix MMC controller aliases + - drm/vmwgfx: Remove the deprecated lower mem limit + - drm/vmwgfx: Fail to initialize on broken configs + - cgroup: Trace event cgroup id fields should be u64 + - ACPI: EC: Rework flushing of EC work while suspended to idle + - thermal/drivers/imx8mm: Enable ADC when enabling monitor + - drm/amdgpu: Fix a NULL pointer dereference in + amdgpu_connector_lcd_native_mode() + - drm/radeon/radeon_kms: Fix a NULL pointer dereference in + radeon_driver_open_kms() + - libbpf: Clean gen_loader's attach kind. + - crypto: caam - save caam memory to support crypto engine retry mechanism. + - arm64: dts: ti: k3-am642: Fix the L2 cache sets + - arm64: dts: ti: k3-j7200: Fix the L2 cache sets + - arm64: dts: ti: k3-j721e: Fix the L2 cache sets + - arm64: dts: ti: k3-j7200: Correct the d-cache-sets info + - tty: serial: uartlite: allow 64 bit address + - serial: amba-pl011: do not request memory region twice + - mtd: core: provide unique name for nvmem device + - floppy: Fix hang in watchdog when disk is ejected + - staging: rtl8192e: return error code from rtllib_softmac_init() + - staging: rtl8192e: rtllib_module: fix error handle case in alloc_rtllib() + - Bluetooth: btmtksdio: fix resume failure + - bpf: Fix the test_task_vma selftest to support output shorter than 1 kB + - sched/fair: Fix detection of per-CPU kthreads waking a task + - sched/fair: Fix per-CPU kthread and wakee stacking for asym CPU capacity + - bpf: Adjust BTF log size limit. + - bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD) + - bpf: Remove config check to enable bpf support for branch records + - arm64: clear_page() shouldn't use DC ZVA when DCZID_EL0.DZP == 1 + - arm64: mte: DC {GVA,GZVA} shouldn't be used when DCZID_EL0.DZP == 1 + - samples/bpf: Install libbpf headers when building + - samples/bpf: Clean up samples/bpf build failes + - samples: bpf: Fix xdp_sample_user.o linking with Clang + - samples: bpf: Fix 'unknown warning group' build warning on Clang + - media: dib8000: Fix a memleak in dib8000_init() + - media: saa7146: mxb: Fix a NULL pointer dereference in mxb_attach() + - media: si2157: Fix "warm" tuner state detection + - wireless: iwlwifi: Fix a double free in iwl_txq_dyn_alloc_dma + - sched/rt: Try to restart rt period timer when rt runtime exceeded + - ath10k: Fix the MTU size on QCA9377 SDIO + - Bluetooth: refactor set_exp_feature with a feature table + - Bluetooth: MGMT: Use hci_dev_test_and_{set,clear}_flag + - drm/amd/display: Fix bug in debugfs crc_win_update entry + - drm/msm/gpu: Don't allow zero fence_id + - drm/msm/dp: displayPort driver need algorithm rational + - rcu/exp: Mark current CPU as exp-QS in IPI loop second pass + - wcn36xx: Fix max channels retrieval + - drm/msm/dsi: fix initialization in the bonded DSI case + - mwifiex: Fix possible ABBA deadlock + - xfrm: fix a small bug in xfrm_sa_len() + - x86/uaccess: Move variable into switch case statement + - selftests: clone3: clone3: add case CLONE3_ARGS_NO_TEST + - selftests: harness: avoid false negatives if test has no ASSERTs + - crypto: stm32/cryp - fix CTR counter carry + - crypto: stm32/cryp - fix xts and race condition in crypto_engine requests + - crypto: stm32/cryp - check early input data + - crypto: stm32/cryp - fix double pm exit + - crypto: stm32/cryp - fix lrw chaining mode + - crypto: stm32/cryp - fix bugs and crash in tests + - crypto: stm32 - Revert broken pm_runtime_resume_and_get changes + - crypto: hisilicon/qm - fix incorrect return value of hisi_qm_resume() + - ath11k: Fix deleting uninitialized kernel timer during fragment cache flush + - spi: Fix incorrect cs_setup delay handling + - ARM: dts: gemini: NAS4220-B: fis-index-block with 128 KiB sectors + - perf/arm-cmn: Fix CPU hotplug unregistration + - media: dw2102: Fix use after free + - media: msi001: fix possible null-ptr-deref in msi001_probe() + - media: coda/imx-vdoa: Handle dma_set_coherent_mask error codes + - ath11k: Fix a NULL pointer dereference in ath11k_mac_op_hw_scan() + - net: dsa: hellcreek: Fix insertion of static FDB entries + - net: dsa: hellcreek: Add STP forwarding rule + - net: dsa: hellcreek: Allow PTP P2P measurements on blocked ports + - net: dsa: hellcreek: Add missing PTP via UDP rules + - arm64: dts: qcom: c630: Fix soundcard setup + - arm64: dts: qcom: ipq6018: Fix gpio-ranges property + - drm/msm/dpu: fix safe status debugfs file + - drm/bridge: ti-sn65dsi86: Set max register for regmap + - gpu: host1x: select CONFIG_DMA_SHARED_BUFFER + - drm/tegra: gr2d: Explicitly control module reset + - drm/tegra: vic: Fix DMA API misuse + - media: hantro: Fix probe func error path + - xfrm: interface with if_id 0 should return error + - xfrm: state and policy should fail if XFRMA_IF_ID 0 + - ARM: 9159/1: decompressor: Avoid UNPREDICTABLE NOP encoding + - usb: ftdi-elan: fix memory leak on device disconnect + - arm64: dts: marvell: cn9130: add GPIO and SPI aliases + - arm64: dts: marvell: cn9130: enable CP0 GPIO controllers + - ARM: dts: armada-38x: Add generic compatible to UART nodes + - mt76: mt7921: drop offload_flags overwritten + - wilc1000: fix double free error in probe() + - rtw88: add quirk to disable pci caps on HP 250 G7 Notebook PC + - iwlwifi: mvm: fix 32-bit build in FTM + - iwlwifi: mvm: test roc running status bits before removing the sta + - iwlwifi: mvm: perform 6GHz passive scan after suspend + - iwlwifi: mvm: set protected flag only for NDP ranging + - mmc: meson-mx-sdhc: add IRQ check + - mmc: meson-mx-sdio: add IRQ check + - block: fix error unwinding in device_add_disk + - selinux: fix potential memleak in selinux_add_opt() + - um: fix ndelay/udelay defines + - um: rename set_signals() to um_set_signals() + - um: virt-pci: Fix 32-bit compile + - lib/logic_iomem: Fix 32-bit build + - lib/logic_iomem: Fix operation on 32-bit + - um: virtio_uml: Fix time-travel external time propagation + - Bluetooth: L2CAP: Fix using wrong mode + - bpftool: Enable line buffering for stdout + - backlight: qcom-wled: Validate enabled string indices in DT + - backlight: qcom-wled: Pass number of elements to read to read_u32_array + - backlight: qcom-wled: Fix off-by-one maximum with default num_strings + - backlight: qcom-wled: Override default length with qcom,enabled-strings + - backlight: qcom-wled: Use cpu_to_le16 macro to perform conversion + - backlight: qcom-wled: Respect enabled-strings in set_brightness + - software node: fix wrong node passed to find nargs_prop + - Bluetooth: hci_qca: Stop IBS timer during BT OFF + - x86/boot/compressed: Move CLANG_FLAGS to beginning of KBUILD_CFLAGS + - crypto: octeontx2 - prevent underflow in get_cores_bmap() + - regulator: qcom-labibb: OCP interrupts are not a failure while disabled + - hwmon: (mr75203) fix wrong power-up delay value + - x86/mce/inject: Avoid out-of-bounds write when setting flags + - io_uring: remove double poll on poll update + - serial: 8250_bcm7271: Propagate error codes from brcmuart_probe() + - ACPI: scan: Create platform device for BCM4752 and LNV4752 ACPI nodes + - pcmcia: rsrc_nonstatic: Fix a NULL pointer dereference in + __nonstatic_find_io_region() + - pcmcia: rsrc_nonstatic: Fix a NULL pointer dereference in + nonstatic_find_mem_region() + - power: reset: mt6397: Check for null res pointer + - net/xfrm: IPsec tunnel mode fix inner_ipproto setting in sec_path + - net: ethernet: mtk_eth_soc: fix return values and refactor MDIO ops + - net: dsa: fix incorrect function pointer check for MRP ring roles + - netfilter: ipt_CLUSTERIP: fix refcount leak in clusterip_tg_check() + - bpf, sockmap: Fix return codes from tcp_bpf_recvmsg_parser() + - bpf, sockmap: Fix double bpf_prog_put on error case in map_link + - bpf: Don't promote bogus looking registers after null check. + - bpf: Fix verifier support for validation of async callbacks + - bpf: Fix SO_RCVBUF/SO_SNDBUF handling in _bpf_setsockopt(). + - netfilter: nft_payload: do not update layer 4 checksum when mangling + fragments + - netfilter: nft_set_pipapo: allocate pcpu scratch maps on clone + - net: fix SOF_TIMESTAMPING_BIND_PHC to work with multiple sockets + - ppp: ensure minimum packet size in ppp_write() + - rocker: fix a sleeping in atomic bug + - staging: greybus: audio: Check null pointer + - fsl/fman: Check for null pointer after calling devm_ioremap + - Bluetooth: hci_bcm: Check for error irq + - Bluetooth: hci_qca: Fix NULL vs IS_ERR_OR_NULL check in qca_serdev_probe + - net/smc: Reset conn->lgr when link group registration fails + - usb: dwc3: qcom: Fix NULL vs IS_ERR checking in dwc3_qcom_probe + - usb: dwc2: do not gate off the hardware if it does not support clock gating + - usb: dwc2: gadget: initialize max_speed from params + - usb: gadget: u_audio: Subdevice 0 for capture ctls + - HID: hid-uclogic-params: Invalid parameter check in uclogic_params_init + - HID: hid-uclogic-params: Invalid parameter check in + uclogic_params_get_str_desc + - HID: hid-uclogic-params: Invalid parameter check in + uclogic_params_huion_init + - HID: hid-uclogic-params: Invalid parameter check in + uclogic_params_frame_init_v1_buttonpad + - debugfs: lockdown: Allow reading debugfs files that are not world readable + - drivers/firmware: Add missing platform_device_put() in sysfb_create_simplefb + - serial: liteuart: fix MODULE_ALIAS + - serial: stm32: move tx dma terminate DMA to shutdown + - x86, sched: Fix undefined reference to init_freq_invariance_cppc() build + error + - net/mlx5e: Fix page DMA map/unmap attributes + - net/mlx5e: Fix wrong usage of fib_info_nh when routes with nexthop objects + are used + - net/mlx5e: Don't block routes with nexthop objects in SW + - Revert "net/mlx5e: Block offload of outer header csum for UDP tunnels" + - Revert "net/mlx5e: Block offload of outer header csum for GRE tunnel" + - net/mlx5e: Fix matching on modified inner ip_ecn bits + - net/mlx5: Fix access to sf_dev_table on allocation failure + - net/mlx5e: Sync VXLAN udp ports during uplink representor profile change + - net/mlx5: Set command entry semaphore up once got index free + - lib/mpi: Add the return value check of kcalloc() + - Bluetooth: L2CAP: uninitialized variables in l2cap_sock_setsockopt() + - mptcp: fix per socket endpoint accounting + - mptcp: fix opt size when sending DSS + MP_FAIL + - mptcp: fix a DSS option writing error + - spi: spi-meson-spifc: Add missing pm_runtime_disable() in meson_spifc_probe + - octeontx2-af: Increment ptp refcount before use + - ax25: uninitialized variable in ax25_setsockopt() + - netrom: fix api breakage in nr_setsockopt() + - regmap: Call regmap_debugfs_exit() prior to _init() + - net: mscc: ocelot: fix incorrect balancing with down LAG ports + - can: mcp251xfd: add missing newline to printed strings + - tpm: add request_locality before write TPM_INT_ENABLE + - tpm_tis: Fix an error handling path in 'tpm_tis_core_init()' + - can: softing: softing_startstop(): fix set but not used variable warning + - can: xilinx_can: xcan_probe(): check for error irq + - can: rcar_canfd: rcar_canfd_channel_probe(): make sure we free CAN network + device + - pcmcia: fix setting of kthread task states + - net/sched: flow_dissector: Fix matching on zone id for invalid conns + - net: openvswitch: Fix matching zone id for invalid conns arriving from tc + - net: openvswitch: Fix ct_state nat flags for conns arriving from tc + - iwlwifi: mvm: Use div_s64 instead of do_div in iwl_mvm_ftm_rtt_smoothing() + - bnxt_en: Refactor coredump functions + - bnxt_en: move coredump functions into dedicated file + - bnxt_en: use firmware provided max timeout for messages + - net: mcs7830: handle usb read errors properly + - ext4: avoid trim error on fs with small groups + - ASoC: Intel: sof_sdw: fix jack detection on HP Spectre x360 convertible + - ALSA: jack: Add missing rwsem around snd_ctl_remove() calls + - ALSA: PCM: Add missing rwsem around snd_ctl_remove() calls + - ALSA: hda: Add missing rwsem around snd_ctl_remove() calls + - ALSA: hda: Fix potential deadlock at codec unbinding + - RDMA/bnxt_re: Scan the whole bitmap when checking if "disabling RCFW with + pending cmd-bit" + - RDMA/hns: Validate the pkey index + - scsi: pm80xx: Update WARN_ON check in pm8001_mpi_build_cmd() + - clk: renesas: rzg2l: Check return value of pm_genpd_init() + - clk: renesas: rzg2l: propagate return value of_genpd_add_provider_simple() + - clk: imx8mn: Fix imx8mn_clko1_sels + - powerpc/prom_init: Fix improper check of prom_getprop() + - ASoC: uniphier: drop selecting non-existing SND_SOC_UNIPHIER_AIO_DMA + - ASoC: codecs: wcd938x: add SND_SOC_WCD938_SDW to codec list instead + - RDMA/rtrs-clt: Fix the initial value of min_latency + - ALSA: hda: Make proper use of timecounter + - dt-bindings: thermal: Fix definition of cooling-maps contribution property + - powerpc/perf: Fix PMU callbacks to clear pending PMI before resetting an + overflown PMC + - powerpc/modules: Don't WARN on first module allocation attempt + - powerpc/32s: Fix shift-out-of-bounds in KASAN init + - clocksource: Avoid accidental unstable marking of clocksources + - ALSA: oss: fix compile error when OSS_DEBUG is enabled + - ALSA: usb-audio: Drop superfluous '0' in Presonus Studio 1810c's ID + - misc: at25: Make driver OF independent again + - char/mwave: Adjust io port register size + - binder: fix handling of error during copy + - binder: avoid potential data leakage when copying txn + - openrisc: Add clone3 ABI wrapper + - iommu: Extend mutex lock scope in iommu_probe_device() + - iommu/io-pgtable-arm: Fix table descriptor paddr formatting + - scsi: core: Fix scsi_device_max_queue_depth() + - scsi: ufs: Fix race conditions related to driver data + - RDMA/qedr: Fix reporting max_{send/recv}_wr attrs + - PCI/MSI: Fix pci_irq_vector()/pci_irq_get_affinity() + - powerpc/powermac: Add additional missing lockdep_register_key() + - iommu/arm-smmu-qcom: Fix TTBR0 read + - RDMA/core: Let ib_find_gid() continue search even after empty entry + - RDMA/cma: Let cma_resolve_ib_dev() continue search even after empty entry + - ASoC: rt5663: Handle device_property_read_u32_array error codes + - of: unittest: fix warning on PowerPC frame size warning + - of: unittest: 64 bit dma address test requires arch support + - clk: stm32: Fix ltdc's clock turn off by clk_disable_unused() after system + enter shell + - mips: add SYS_HAS_CPU_MIPS64_R5 config for MIPS Release 5 support + - mips: fix Kconfig reference to PHYS_ADDR_T_64BIT + - dmaengine: pxa/mmp: stop referencing config->slave_id + - iommu/amd: Restore GA log/tail pointer on host resume + - iommu/amd: X2apic mode: re-enable after resume + - iommu/amd: X2apic mode: setup the INTX registers on mask/unmask + - iommu/amd: X2apic mode: mask/unmask interrupts on suspend/resume + - iommu/amd: Remove useless irq affinity notifier + - ASoC: Intel: catpt: Test dmaengine_submit() result before moving on + - iommu/iova: Fix race between FQ timeout and teardown + - ASoC: mediatek: mt8195: correct default value + - of: fdt: Aggregate the processing of "linux,usable-memory-range" + - efi: apply memblock cap after memblock_add() + - scsi: block: pm: Always set request queue runtime active in + blk_post_runtime_resume() + - phy: uniphier-usb3ss: fix unintended writing zeros to PHY register + - ASoC: mediatek: Check for error clk pointer + - powerpc/64s: Mask NIP before checking against SRR0 + - powerpc/64s: Use EMIT_WARN_ENTRY for SRR debug warnings + - phy: cadence: Sierra: Fix to get correct parent for mux clocks + - ASoC: samsung: idma: Check of ioremap return value + - misc: lattice-ecp3-config: Fix task hung when firmware load failed + - ASoC: mediatek: mt8195: correct pcmif BE dai control flow + - arm64: tegra: Remove non existent Tegra194 reset + - mips: lantiq: add support for clk_set_parent() + - mips: bcm63xx: add support for clk_set_parent() + - powerpc/xive: Add missing null check after calling kmalloc + - ASoC: fsl_mqs: fix MODULE_ALIAS + - ALSA: hda/cs8409: Increase delay during jack detection + - ALSA: hda/cs8409: Fix Jack detection after resume + - RDMA/cxgb4: Set queue pair state when being queried + - clk: qcom: gcc-sc7280: Mark gcc_cfg_noc_lpass_clk always enabled + - ASoC: imx-card: Need special setting for ak4497 on i.MX8MQ + - ASoC: imx-card: Fix mclk calculation issue for akcodec + - ASoC: imx-card: improve the sound quality for low rate + - ASoC: fsl_asrc: refine the check of available clock divider + - clk: bm1880: remove kfrees on static allocations + - of: base: Fix phandle argument length mismatch error message + - of/fdt: Don't worry about non-memory region overlap for no-map + - MIPS: boot/compressed/: add __ashldi3 to target for ZSTD compression + - MIPS: compressed: Fix build with ZSTD compression + - mailbox: fix gce_num of mt8192 driver data + - ARM: dts: omap3-n900: Fix lp5523 for multi color + - leds: lp55xx: initialise output direction from dts + - Bluetooth: Fix debugfs entry leak in hci_register_dev() + - Bluetooth: Fix memory leak of hci device + - drm/panel: Delete panel on mipi_dsi_attach() failure + - Bluetooth: Fix removing adv when processing cmd complete + - fs: dlm: filter user dlm messages for kernel locks + - drm/lima: fix warning when CONFIG_DEBUG_SG=y & CONFIG_DMA_API_DEBUG=y + - selftests/bpf: Fix memory leaks in btf_type_c_dump() helper + - selftests/bpf: Destroy XDP link correctly + - selftests/bpf: Fix bpf_object leak in skb_ctx selftest + - ar5523: Fix null-ptr-deref with unexpected WDCMSG_TARGET_START reply + - drm/bridge: dw-hdmi: handle ELD when DRM_BRIDGE_ATTACH_NO_CONNECTOR + - drm/nouveau/pmu/gm200-: avoid touching PMU outside of DEVINIT/PREOS/ACR + - media: atomisp: fix try_fmt logic + - media: atomisp: set per-device's default mode + - media: atomisp-ov2680: Fix ov2680_set_fmt() clobbering the exposure + - media: atomisp: check before deference asd variable + - ARM: shmobile: rcar-gen2: Add missing of_node_put() + - batman-adv: allow netlink usage in unprivileged containers + - media: atomisp: handle errors at sh_css_create_isp_params() + - ath11k: Fix crash caused by uninitialized TX ring + - usb: dwc3: meson-g12a: fix shared reset control use + - USB: ehci_brcm_hub_control: Improve port index sanitizing + - usb: gadget: f_fs: Use stream_open() for endpoint files + - psi: Fix PSI_MEM_FULL state when tasks are in memstall and doing reclaim + - drm: panel-orientation-quirks: Add quirk for the Lenovo Yoga Book X91F/L + - HID: magicmouse: Report battery level over USB + - HID: apple: Do not reset quirks when the Fn key is not found + - media: b2c2: Add missing check in flexcop_pci_isr: + - libbpf: Accommodate DWARF/compiler bug with duplicated structs + - ethernet: renesas: Use div64_ul instead of do_div + - EDAC/synopsys: Use the quirk for version instead of ddr version + - arm64: dts: qcom: sm8350: Shorten camera-thermal-bottom name + - soc: imx: gpcv2: Synchronously suspend MIX domains + - ARM: imx: rename DEBUG_IMX21_IMX27_UART to DEBUG_IMX27_UART + - drm/amd/display: check top_pipe_to_program pointer + - drm/amdgpu/display: set vblank_disable_immediate for DC + - soc: ti: pruss: fix referenced node in error message + - mlxsw: pci: Add shutdown method in PCI driver + - drm/amd/display: add else to avoid double destroy clk_mgr + - drm/bridge: megachips: Ensure both bridges are probed before registration + - mxser: keep only !tty test in ISR + - tty: serial: imx: disable UCR4_OREN in .stop_rx() instead of .shutdown() + - gpiolib: acpi: Do not set the IRQ type if the IRQ is already in use + - HSI: core: Fix return freed object in hsi_new_client + - crypto: jitter - consider 32 LSB for APT + - mwifiex: Fix skb_over_panic in mwifiex_usb_recv() + - rsi: Fix use-after-free in rsi_rx_done_handler() + - rsi: Fix out-of-bounds read in rsi_read_pkt() + - ath11k: Avoid NULL ptr access during mgmt tx cleanup + - media: venus: avoid calling core_clk_setrate() concurrently during + concurrent video sessions + - regulator: da9121: Prevent current limit change when enabled + - drm/vmwgfx: Release ttm memory if probe fails + - drm/vmwgfx: Introduce a new placement for MOB page tables + - ACPI / x86: Drop PWM2 device on Lenovo Yoga Book from always present table + - ACPI: Change acpi_device_always_present() into acpi_device_override_status() + - ACPI / x86: Allow specifying acpi_device_override_status() quirks by path + - ACPI / x86: Add not-present quirk for the PCI0.SDHB.BRC1 device on the GPD + win + - arm64: dts: ti: j7200-main: Fix 'dtbs_check' serdes_ln_ctrl node + - arm64: dts: ti: j721e-main: Fix 'dtbs_check' in serdes_ln_ctrl node + - usb: uhci: add aspeed ast2600 uhci support + - floppy: Add max size check for user space request + - x86/mm: Flush global TLB when switching to trampoline page-table + - drm: rcar-du: Fix CRTC timings when CMM is used + - media: uvcvideo: Increase UVC_CTRL_CONTROL_TIMEOUT to 5 seconds. + - media: rcar-vin: Update format alignment constraints + - media: saa7146: hexium_orion: Fix a NULL pointer dereference in + hexium_attach() + - media: atomisp: fix "variable dereferenced before check 'asd'" + - media: m920x: don't use stack on USB reads + - thunderbolt: Runtime PM activate both ends of the device link + - arm64: dts: renesas: Fix thermal bindings + - iwlwifi: mvm: synchronize with FW after multicast commands + - iwlwifi: mvm: avoid clearing a just saved session protection id + - rcutorture: Avoid soft lockup during cpu stall + - ath11k: avoid deadlock by change ieee80211_queue_work for regd_update_work + - ath10k: Fix tx hanging + - net-sysfs: update the queue counts in the unregistration path + - net: phy: prefer 1000baseT over 1000baseKX + - gpio: aspeed: Convert aspeed_gpio.lock to raw_spinlock + - gpio: aspeed-sgpio: Convert aspeed_sgpio.lock to raw_spinlock + - selftests/ftrace: make kprobe profile testcase description unique + - ath11k: Avoid false DEADLOCK warning reported by lockdep + - ARM: dts: qcom: sdx55: fix IPA interconnect definitions + - x86/mce: Allow instrumentation during task work queueing + - x86/mce: Mark mce_panic() noinstr + - x86/mce: Mark mce_end() noinstr + - x86/mce: Mark mce_read_aux() noinstr + - net: bonding: debug: avoid printing debug logs when bond is not notifying + peers + - kunit: Don't crash if no parameters are generated + - bpf: Do not WARN in bpf_warn_invalid_xdp_action() + - drm/amdkfd: Fix error handling in svm_range_add + - HID: quirks: Allow inverting the absolute X/Y values + - HID: i2c-hid-of: Expose the touchscreen-inverted properties + - media: igorplugusb: receiver overflow should be reported + - media: rockchip: rkisp1: use device name for debugfs subdir name + - media: saa7146: hexium_gemini: Fix a NULL pointer dereference in + hexium_attach() + - mmc: tmio: reinit card irqs in reset routine + - mmc: core: Fixup storing of OCR for MMC_QUIRK_NONSTD_SDIO + - drm/amd/amdgpu: fix psp tmr bo pin count leak in SRIOV + - drm/amd/amdgpu: fix gmc bo pin count leak in SRIOV + - audit: ensure userspace is penalized the same as the kernel when under + pressure + - arm64: dts: ls1028a-qds: move rtc node to the correct i2c bus + - arm64: tegra: Adjust length of CCPLEX cluster MMIO region + - crypto: ccp - Move SEV_INIT retry for corrupted data + - crypto: hisilicon/hpre - fix memory leak in hpre_curve25519_src_init() + - PM: runtime: Add safety net to supplier device release + - cpufreq: Fix initialization of min and max frequency QoS requests + - mt76: mt7615: fix possible deadlock while mt7615_register_ext_phy() + - mt76: do not pass the received frame with decryption error + - mt76: mt7615: improve wmm index allocation + - ath9k_htc: fix NULL pointer dereference at ath9k_htc_rxep() + - ath9k_htc: fix NULL pointer dereference at ath9k_htc_tx_get_packet() + - ath9k: Fix out-of-bound memcpy in ath9k_hif_usb_rx_stream + - rtw88: 8822c: update rx settings to prevent potential hw deadlock + - PM: AVS: qcom-cpr: Use div64_ul instead of do_div + - iwlwifi: fix leaks/bad data after failed firmware load + - iwlwifi: remove module loading failure message + - iwlwifi: mvm: Fix calculation of frame length + - iwlwifi: mvm: fix AUX ROC removal + - iwlwifi: pcie: make sure prph_info is set when treating wakeup IRQ + - mmc: sdhci-pci-gli: GL9755: Support for CD/WP inversion on OF platforms + - block: check minor range in device_add_disk() + - um: registers: Rename function names to avoid conflicts and build problems + - ath11k: Fix napi related hang + - Bluetooth: btintel: Add missing quirks and msft ext for legacy bootloader + - Bluetooth: vhci: Set HCI_QUIRK_VALID_LE_STATES + - xfrm: rate limit SA mapping change message to user space + - drm/etnaviv: consider completed fence seqno in hang check + - jffs2: GC deadlock reading a page that is used in jffs2_write_begin() + - ACPICA: actypes.h: Expand the ACPI_ACCESS_ definitions + - ACPICA: Utilities: Avoid deleting the same object twice in a row + - ACPICA: Executer: Fix the REFCLASS_REFOF case in acpi_ex_opcode_1A_0T_1R() + - ACPICA: Fix wrong interpretation of PCC address + - ACPICA: Hardware: Do not flush CPU cache when entering S4 and S5 + - mmc: mtk-sd: Use readl_poll_timeout instead of open-coded polling + - drm/amdgpu: fixup bad vram size on gmc v8 + - amdgpu/pm: Make sysfs pm attributes as read-only for VFs + - ACPI: battery: Add the ThinkPad "Not Charging" quirk + - ACPI: CPPC: Check present CPUs for determining _CPC is valid + - btrfs: remove BUG_ON() in find_parent_nodes() + - btrfs: remove BUG_ON(!eie) in find_parent_nodes + - net: mdio: Demote probed message to debug print + - mac80211: allow non-standard VHT MCS-10/11 + - dm btree: add a defensive bounds check to insert_at() + - dm space map common: add bounds check to sm_ll_lookup_bitmap() + - bpf/selftests: Fix namespace mount setup in tc_redirect + - mlxsw: pci: Avoid flow control for EMAD packets + - net: phy: marvell: configure RGMII delays for 88E1118 + - net: gemini: allow any RGMII interface mode + - regulator: qcom_smd: Align probe function with rpmh-regulator + - serial: pl010: Drop CR register reset on set_termios + - serial: pl011: Drop CR register reset on set_termios + - serial: core: Keep mctrl register state and cached copy in sync + - random: do not throw away excess input to crng_fast_load + - net/mlx5: Update log_max_qp value to FW max capability + - net/mlx5e: Unblock setting vid 0 for VF in case PF isn't eswitch manager + - parisc: Avoid calling faulthandler_disabled() twice + - can: flexcan: allow to change quirks at runtime + - can: flexcan: rename RX modes + - can: flexcan: add more quirks to describe RX path capabilities + - x86/kbuild: Enable CONFIG_KALLSYMS_ALL=y in the defconfigs + - powerpc/6xx: add missing of_node_put + - powerpc/powernv: add missing of_node_put + - powerpc/cell: add missing of_node_put + - powerpc/btext: add missing of_node_put + - powerpc/watchdog: Fix missed watchdog reset due to memory ordering race + - ASoC: imx-hdmi: add put_device() after of_find_device_by_node() + - i2c: i801: Don't silently correct invalid transfer size + - powerpc/smp: Move setup_profiling_timer() under CONFIG_PROFILING + - i2c: mpc: Correct I2C reset procedure + - clk: meson: gxbb: Fix the SDM_EN bit for MPLL0 on GXBB + - powerpc/powermac: Add missing lockdep_register_key() + - KVM: PPC: Book3S: Suppress warnings when allocating too big memory slots + - KVM: PPC: Book3S: Suppress failed alloc warning in H_COPY_TOFROM_GUEST + - w1: Misuse of get_user()/put_user() reported by sparse + - nvmem: core: set size for sysfs bin file + - dm: fix alloc_dax error handling in alloc_dev + - interconnect: qcom: rpm: Prevent integer overflow in rate + - scsi: ufs: Fix a kernel crash during shutdown + - scsi: lpfc: Fix leaked lpfc_dmabuf mbox allocations with NPIV + - scsi: lpfc: Trigger SLI4 firmware dump before doing driver cleanup + - ALSA: seq: Set upper limit of processed events + - MIPS: Loongson64: Use three arguments for slti + - powerpc/40x: Map 32Mbytes of memory at startup + - selftests/powerpc/spectre_v2: Return skip code when miss_percent is high + - powerpc: handle kdump appropriately with crash_kexec_post_notifiers option + - powerpc/fadump: Fix inaccurate CPU state info in vmcore generated with panic + - udf: Fix error handling in udf_new_inode() + - MIPS: OCTEON: add put_device() after of_find_device_by_node() + - irqchip/gic-v4: Disable redistributors' view of the VPE table at boot time + - i2c: designware-pci: Fix to change data types of hcnt and lcnt parameters + - selftests/powerpc: Add a test of sigreturning to the kernel + - MIPS: Octeon: Fix build errors using clang + - scsi: sr: Don't use GFP_DMA + - scsi: mpi3mr: Fixes around reply request queues + - ASoC: mediatek: mt8192-mt6359: fix device_node leak + - phy: phy-mtk-tphy: add support efuse setting + - ASoC: mediatek: mt8173: fix device_node leak + - ASoC: mediatek: mt8183: fix device_node leak + - habanalabs: skip read fw errors if dynamic descriptor invalid + - phy: mediatek: Fix missing check in mtk_mipi_tx_probe + - mailbox: change mailbox-mpfs compatible string + - seg6: export get_srh() for ICMP handling + - icmp: ICMPV6: Examine invoking packet for Segment Route Headers. + - udp6: Use Segment Routing Header for dest address if present + - rpmsg: core: Clean up resources on announce_create failure. + - ifcvf/vDPA: fix misuse virtio-net device config size for blk dev + - crypto: omap-aes - Fix broken pm_runtime_and_get() usage + - crypto: stm32/crc32 - Fix kernel BUG triggered in probe() + - crypto: caam - replace this_cpu_ptr with raw_cpu_ptr + - ubifs: Error path in ubifs_remount_rw() seems to wrongly free write buffers + - tpm: fix potential NULL pointer access in tpm_del_char_device + - tpm: fix NPE on probe for missing device + - mfd: tps65910: Set PWR_OFF bit during driver probe + - spi: uniphier: Fix a bug that doesn't point to private data correctly + - xen/gntdev: fix unmap notification order + - md: Move alloc/free acct bioset in to personality + - HID: magicmouse: Fix an error handling path in magicmouse_probe() + - fuse: Pass correct lend value to filemap_write_and_wait_range() + - serial: Fix incorrect rs485 polarity on uart open + - cputime, cpuacct: Include guest time in user time in cpuacct.stat + - sched/cpuacct: Fix user/system in shown cpuacct.usage* + - tracing/kprobes: 'nmissed' not showed correctly for kretprobe + - tracing: Have syscall trace events use trace_event_buffer_lock_reserve() + - remoteproc: imx_rproc: Fix a resource leak in the remove function + - iwlwifi: mvm: Increase the scan timeout guard to 30 seconds + - s390/mm: fix 2KB pgtable release race + - device property: Fix fwnode_graph_devcon_match() fwnode leak + - drm/tegra: submit: Add missing pm_runtime_mark_last_busy() + - drm/etnaviv: limit submit sizes + - drm/amd/display: Fix the uninitialized variable in enable_stream_features() + - drm/nouveau/kms/nv04: use vzalloc for nv04_display + - drm/bridge: analogix_dp: Make PSR-exit block less + - parisc: Fix lpa and lpa_user defines + - powerpc/64s/radix: Fix huge vmap false positive + - scsi: lpfc: Fix lpfc_force_rscn ndlp kref imbalance + - drm/amdgpu: don't do resets on APUs which don't support it + - drm/i915/display/ehl: Update voltage swing table + - PCI: xgene: Fix IB window setup + - PCI: pciehp: Use down_read/write_nested(reset_lock) to fix lockdep errors + - PCI: pci-bridge-emul: Make expansion ROM Base Address register read-only + - PCI: pci-bridge-emul: Properly mark reserved PCIe bits in PCI config space + - PCI: pci-bridge-emul: Fix definitions of reserved bits + - PCI: pci-bridge-emul: Correctly set PCIe capabilities + - PCI: pci-bridge-emul: Set PCI_STATUS_CAP_LIST for PCIe device + - xfrm: fix policy lookup for ipv6 gre packets + - xfrm: fix dflt policy check when there is no policy configured + - btrfs: fix deadlock between quota enable and other quota operations + - btrfs: check the root node for uptodate before returning it + - btrfs: respect the max size in the header when activating swap file + - ext4: make sure to reset inode lockdep class when quota enabling fails + - ext4: make sure quota gets properly shutdown on error + - ext4: fix a possible ABBA deadlock due to busy PA + - ext4: initialize err_blk before calling __ext4_get_inode_loc + - ext4: fix fast commit may miss tracking range for FALLOC_FL_ZERO_RANGE + - ext4: set csum seed in tmp inode while migrating to extents + - ext4: Fix BUG_ON in ext4_bread when write quota data + - ext4: use ext4_ext_remove_space() for fast commit replay delete range + - ext4: fast commit may miss tracking unwritten range during ftruncate + - ext4: destroy ext4_fc_dentry_cachep kmemcache on module removal + - ext4: fix null-ptr-deref in '__ext4_journal_ensure_credits' + - ext4: fix an use-after-free issue about data=journal writeback mode + - ext4: don't use the orphan list when migrating an inode + - tracing/osnoise: Properly unhook events if start_per_cpu_kthreads() fails + - ath11k: qmi: avoid error messages when dma allocation fails + - drm/radeon: fix error handling in radeon_driver_open_kms + - of: base: Improve argument length mismatch error + - firmware: Update Kconfig help text for Google firmware + - can: mcp251xfd: mcp251xfd_tef_obj_read(): fix typo in error message + - media: rcar-csi2: Optimize the selection PHTW register + - drm/vc4: hdmi: Make sure the device is powered with CEC + - media: correct MEDIA_TEST_SUPPORT help text + - Documentation: coresight: Fix documentation issue + - Documentation: dmaengine: Correctly describe dmatest with channel unset + - Documentation: ACPI: Fix data node reference documentation + - Documentation, arch: Remove leftovers from raw device + - Documentation, arch: Remove leftovers from CIFS_WEAK_PW_HASH + - Documentation: refer to config RANDOMIZE_BASE for kernel address-space + randomization + - Documentation: fix firewire.rst ABI file path error + - net: usb: Correct reset handling of smsc95xx + - Bluetooth: hci_sync: Fix not setting adv set duration + - scsi: core: Show SCMD_LAST in text form + - scsi: ufs: ufs-mediatek: Fix error checking in ufs_mtk_init_va09_pwr_ctrl() + - RDMA/cma: Remove open coding of overflow checking for private_data_len + - dmaengine: uniphier-xdmac: Fix type of address variables + - dmaengine: idxd: fix wq settings post wq disable + - RDMA/hns: Modify the mapping attribute of doorbell to device + - RDMA/rxe: Fix a typo in opcode name + - dmaengine: stm32-mdma: fix STM32_MDMA_CTBR_TSEL_MASK + - Revert "net/mlx5: Add retry mechanism to the command entry index allocation" + - powerpc/cell: Fix clang -Wimplicit-fallthrough warning + - powerpc/fsl/dts: Enable WA for erratum A-009885 on fman3l MDIO buses + - block: fix async_depth sysfs interface for mq-deadline + - block: Fix fsync always failed if once failed + - drm/vc4: crtc: Drop feed_txp from state + - drm/vc4: Fix non-blocking commit getting stuck forever + - drm/vc4: crtc: Copy assigned channel to the CRTC + - bpftool: Remove inclusion of utilities.mak from Makefiles + - bpftool: Fix indent in option lists in the documentation + - xdp: check prog type before updating BPF link + - bpf: Fix mount source show for bpffs + - bpf: Mark PTR_TO_FUNC register initially with zero offset + - perf evsel: Override attr->sample_period for non-libpfm4 events + - ipv4: update fib_info_cnt under spinlock protection + - ipv4: avoid quadratic behavior in netns dismantle + - mlx5: Don't accidentally set RTO_ONLINK before mlx5e_route_lookup_ipv4_get() + - net/fsl: xgmac_mdio: Add workaround for erratum A-009885 + - net/fsl: xgmac_mdio: Fix incorrect iounmap when removing module + - parisc: pdc_stable: Fix memory leak in pdcs_register_pathentries + - riscv: dts: microchip: mpfs: Drop empty chosen node + - drm/vmwgfx: Remove explicit transparent hugepages support + - drm/vmwgfx: Remove unused compile options + - f2fs: fix remove page failed in invalidate compress pages + - f2fs: fix to avoid panic in is_alive() if metadata is inconsistent + - f2fs: compress: fix potential deadlock of compress file + - f2fs: fix to reserve space for IO align feature + - f2fs: fix to check available space of CP area correctly in + update_ckpt_flags() + - crypto: octeontx2 - uninitialized variable in kvf_limits_store() + - af_unix: annote lockless accesses to unix_tot_inflight & gc_in_progress + - clk: Emit a stern warning with writable debugfs enabled + - clk: si5341: Fix clock HW provider cleanup + - pinctrl/rockchip: fix gpio device creation + - gpio: mpc8xxx: Fix IRQ check in mpc8xxx_probe + - gpio: idt3243x: Fix IRQ check in idt_gpio_probe + - net/smc: Fix hung_task when removing SMC-R devices + - net: axienet: increase reset timeout + - net: axienet: Wait for PhyRstCmplt after core reset + - net: axienet: reset core on initialization prior to MDIO access + - net: axienet: add missing memory barriers + - net: axienet: limit minimum TX ring size + - net: axienet: Fix TX ring slot available check + - net: axienet: fix number of TX ring slots for available check + - net: axienet: fix for TX busy handling + - net: axienet: increase default TX ring size to 128 + - bitops: protect find_first_{,zero}_bit properly + - um: gitignore: Add kernel/capflags.c + - HID: vivaldi: fix handling devices not using numbered reports + - rtc: pxa: fix null pointer dereference + - vdpa/mlx5: Fix wrong configuration of virtio_version_1_0 + - virtio_ring: mark ring unused on error + - taskstats: Cleanup the use of task->exit_code + - inet: frags: annotate races around fqdir->dead and fqdir->high_thresh + - netns: add schedule point in ops_exit_list() + - iwlwifi: fix Bz NMI behaviour + - xfrm: Don't accidentally set RTO_ONLINK in decode_session4() + - vdpa/mlx5: Restore cur_num_vqs in case of failure in change_num_qps() + - gre: Don't accidentally set RTO_ONLINK in gre_fill_metadata_dst() + - libcxgb: Don't accidentally set RTO_ONLINK in cxgb_find_route() + - perf script: Fix hex dump character output + - dmaengine: at_xdmac: Don't start transactions at tx_submit level + - dmaengine: at_xdmac: Start transfer for cyclic channels in issue_pending + - dmaengine: at_xdmac: Print debug message after realeasing the lock + - dmaengine: at_xdmac: Fix concurrency over xfers_list + - dmaengine: at_xdmac: Fix lld view setting + - dmaengine: at_xdmac: Fix at_xdmac_lld struct definition + - perf tools: Drop requirement for libstdc++.so for libopencsd check + - perf probe: Fix ppc64 'perf probe add events failed' case + - devlink: Remove misleading internal_flags from health reporter dump + - arm64: dts: qcom: msm8996: drop not documented adreno properties + - net: fix sock_timestamping_bind_phc() to release device + - net: bonding: fix bond_xmit_broadcast return value error bug + - net: ipa: fix atomic update in ipa_endpoint_replenish() + - net_sched: restore "mpu xxx" handling + - net: mscc: ocelot: don't let phylink re-enable TX PAUSE on the NPI port + - bcmgenet: add WOL IRQ check + - net: wwan: Fix MRU mismatch issue which may lead to data connection lost + - net: ethernet: mtk_eth_soc: fix error checking in mtk_mac_config() + - net: ocelot: Fix the call to switchdev_bridge_port_offload + - net: sfp: fix high power modules without diagnostic monitoring + - net: cpsw: avoid alignment faults by taking NET_IP_ALIGN into account + - net: phy: micrel: use kszphy_suspend()/kszphy_resume for irq aware devices + - net: mscc: ocelot: fix using match before it is set + - dt-bindings: display: meson-dw-hdmi: add missing sound-name-prefix property + - dt-bindings: display: meson-vpu: Add missing amlogic,canvas property + - dt-bindings: watchdog: Require samsung,syscon-phandle for Exynos7 + - sch_api: Don't skip qdisc attach on ingress + - scripts/dtc: dtx_diff: remove broken example from help text + - lib82596: Fix IRQ check in sni_82596_probe + - mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_fault + - bonding: Fix extraction of ports from the packet headers + - lib/test_meminit: destroy cache in kmem_cache_alloc_bulk() test + - scripts: sphinx-pre-install: add required ctex dependency + - scripts: sphinx-pre-install: Fix ctex support on Debian + - Linux 5.15.17 + + * rtw88_8821ce causes freeze (LP: #1927808) // Jammy update: v5.15.17 upstream + stable release (LP: #1959376) + - rtw88: Disable PCIe ASPM while doing NAPI poll on 8821CE + + * Jammy update: v5.15.16 upstream stable release (LP: #1958977) + - devtmpfs regression fix: reconfigure on each mount + - orangefs: Fix the size of a memory allocation in orangefs_bufmap_alloc() + - remoteproc: qcom: pil_info: Don't memcpy_toio more than is provided + - perf: Protect perf_guest_cbs with RCU + - KVM: x86: Register perf callbacks after calling vendor's hardware_setup() + - KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest + - KVM: x86: don't print when fail to read/write pv eoi memory + - KVM: s390: Clarify SIGP orders versus STOP/RESTART + - remoteproc: qcom: pas: Add missing power-domain "mxc" for CDSP + - 9p: only copy valid iattrs in 9P2000.L setattr implementation + - video: vga16fb: Only probe for EGA and VGA 16 color graphic cards + - media: uvcvideo: fix division by zero at stream start + - rtlwifi: rtl8192cu: Fix WARNING when calling local_irq_restore() with + interrupts enabled + - firmware: qemu_fw_cfg: fix sysfs information leak + - firmware: qemu_fw_cfg: fix NULL-pointer deref on duplicate entries + - firmware: qemu_fw_cfg: fix kobject leak in probe error path + - perf annotate: Avoid TUI crash when navigating in the annotation of + recursive functions + - KVM: x86: remove PMU FIXED_CTR3 from msrs_to_save_all + - ALSA: hda/realtek: Add speaker fixup for some Yoga 15ITL5 devices + - ALSA: hda/realtek - Fix silent output on Gigabyte X570 Aorus Master after + reboot from Windows + - ALSA: hda: ALC287: Add Lenovo IdeaPad Slim 9i 14ITL5 speaker quirk + - ALSA: hda/tegra: Fix Tegra194 HDA reset failure + - ALSA: hda/realtek: Add quirk for Legion Y9000X 2020 + - ALSA: hda/realtek: Re-order quirk entries for Lenovo + - mtd: fixup CFI on ixp4xx + - Linux 5.15.16 + + * UBSAN: array-index-out-of-bounds in dcn31_resources on AMD yellow carp + platform (LP: #1958229) + - drm/amd/display: Fix out of bounds access on DNC31 stream encoder regs + + * Jammy update: v5.15.15 upstream stable release (LP: #1958418) + - s390/kexec: handle R_390_PLT32DBL rela in arch_kexec_apply_relocations_add() + - workqueue: Fix unbind_workers() VS wq_worker_running() race + - staging: r8188eu: switch the led off during deinit + - bpf: Fix out of bounds access from invalid *_or_null type verification + - Bluetooth: btusb: Add protocol for MediaTek bluetooth devices(MT7922) + - Bluetooth: btusb: Add the new support ID for Realtek RTL8852A + - Bluetooth: btusb: Add support for IMC Networks Mediatek Chip(MT7921) + - Bbluetooth: btusb: Add another Bluetooth part for Realtek 8852AE + - Bluetooth: btusb: fix memory leak in btusb_mtk_submit_wmt_recv_urb() + - Bluetooth: btusb: enable Mediatek to support AOSP extension + - Bluetooth: btusb: Add one more Bluetooth part for the Realtek RTL8852AE + - fget: clarify and improve __fget_files() implementation + - Bluetooth: btusb: Add two more Bluetooth parts for WCN6855 + - Bluetooth: btusb: Add support for Foxconn MT7922A + - Bluetooth: btintel: Fix broken LED quirk for legacy ROM devices + - Bluetooth: btusb: Add support for Foxconn QCA 0xe0d0 + - Bluetooth: bfusb: fix division by zero in send path + - ARM: dts: exynos: Fix BCM4330 Bluetooth reset polarity in I9100 + - USB: core: Fix bug in resuming hub's handling of wakeup requests + - USB: Fix "slab-out-of-bounds Write" bug in usb_hcd_poll_rh_status + - ath11k: Fix buffer overflow when scanning with extraie + - mmc: sdhci-pci: Add PCI ID for Intel ADL + - Bluetooth: add quirk disabling LE Read Transmit Power + - Bluetooth: btbcm: disable read tx power for some Macs with the T2 Security + chip + - Bluetooth: btbcm: disable read tx power for MacBook Air 8,1 and 8,2 + - veth: Do not record rx queue hint in veth_xmit + - mfd: intel-lpss: Fix too early PM enablement in the ACPI ->probe() + - can: gs_usb: fix use of uninitialized variable, detach device on reception + of invalid USB data + - can: isotp: convert struct tpcon::{idx,len} to unsigned int + - can: gs_usb: gs_can_start_xmit(): zero-initialize hf->{flags,reserved} + - random: fix data race on crng_node_pool + - random: fix data race on crng init time + - random: fix crash on multiple early calls to add_bootloader_randomness() + - platform/x86/intel: hid: add quirk to support Surface Go 3 + - media: Revert "media: uvcvideo: Set unique vdev name based in type" + - staging: wlan-ng: Avoid bitwise vs logical OR warning in + hfa384x_usb_throttlefn() + - drm/i915: Avoid bitwise vs logical OR warning in snb_wm_latency_quirk() + - staging: greybus: fix stack size warning with UBSAN + - Linux 5.15.15 + + * UBSAN warning on unplugging USB4 DP alt mode from AMD Yellow Carp graphics + card (LP: #1956497) + - drm/amd/display: explicitly set is_dsc_supported to false before use + + * Support USB4 DP alt mode for AMD Yellow Carp graphics card (LP: #1953008) + - drm/amd/display: Enable PSR by default on newer DCN + - SAUCE: drm/amd/display: Fixup previous PSR policy commit + - drm/amd/display: Fix USB4 hot plug crash issue + - drm/amd/display: Creating a fw boot options bit for an upcoming feature + - drm/amd/display: Enable dpia in dmub only for DCN31 B0 + - drm/amd/display: MST support for DPIA + - drm/amd/display: Set phy_mux_sel bit in dmub scratch register + - drm/amd/display: Don't lock connection_mutex for DMUB HPD + - drm/amd/display: Add callbacks for DMUB HPD IRQ notifications + + * Jammy update: v5.15.14 upstream stable release (LP: #1957882) + - fscache_cookie_enabled: check cookie is valid before accessing it + - selftests: x86: fix [-Wstringop-overread] warn in test_process_vm_readv() + - tracing: Fix check for trace_percpu_buffer validity in get_trace_buf() + - tracing: Tag trace_percpu_buffer as a percpu pointer + - Revert "RDMA/mlx5: Fix releasing unallocated memory in dereg MR flow" + - ieee802154: atusb: fix uninit value in atusb_set_extended_addr + - i40e: Fix to not show opcode msg on unsuccessful VF MAC change + - iavf: Fix limit of total number of queues to active queues of VF + - RDMA/core: Don't infoleak GRH fields + - Revert "net: usb: r8152: Add MAC passthrough support for more Lenovo Docks" + - netrom: fix copying in user data in nr_setsockopt + - RDMA/uverbs: Check for null return of kmalloc_array + - mac80211: initialize variable have_higher_than_11mbit + - mac80211: mesh: embedd mesh_paths and mpp_paths into ieee80211_if_mesh + - sfc: The RX page_ring is optional + - i40e: fix use-after-free in i40e_sync_filters_subtask() + - i40e: Fix for displaying message regarding NVM version + - i40e: Fix incorrect netdev's real number of RX/TX queues + - ftrace/samples: Add missing prototypes direct functions + - ipv4: Check attribute length for RTA_GATEWAY in multipath route + - ipv4: Check attribute length for RTA_FLOW in multipath route + - ipv6: Check attribute length for RTA_GATEWAY in multipath route + - ipv6: Check attribute length for RTA_GATEWAY when deleting multipath route + - lwtunnel: Validate RTA_ENCAP_TYPE attribute length + - selftests: net: udpgro_fwd.sh: explicitly checking the available ping + feature + - sctp: hold endpoint before calling cb in sctp_transport_lookup_process + - batman-adv: mcast: don't send link-local multicast to mcast routers + - sch_qfq: prevent shift-out-of-bounds in qfq_init_qdisc + - net: ena: Fix undefined state when tx request id is out of bounds + - net: ena: Fix wrong rx request id by resetting device + - net: ena: Fix error handling when calculating max IO queues number + - md/raid1: fix missing bitmap update w/o WriteMostly devices + - EDAC/i10nm: Release mdev/mbase when failing to detect HBM + - KVM: x86: Check for rmaps allocation + - cgroup: Use open-time credentials for process migraton perm checks + - cgroup: Allocate cgroup_file_ctx for kernfs_open_file->priv + - cgroup: Use open-time cgroup namespace for process migration perm checks + - Revert "i2c: core: support bus regulator controlling in adapter" + - i2c: mpc: Avoid out of bounds memory access + - power: supply: core: Break capacity loop + - power: reset: ltc2952: Fix use of floating point literals + - reset: renesas: Fix Runtime PM usage + - rndis_host: support Hytera digital radios + - gpio: gpio-aspeed-sgpio: Fix wrong hwirq base in irq handler + - net ticp:fix a kernel-infoleak in __tipc_sendmsg() + - phonet: refcount leak in pep_sock_accep + - fbdev: fbmem: add a helper to determine if an aperture is used by a fw fb + - drm/amdgpu: disable runpm if we are the primary adapter + - power: bq25890: Enable continuous conversion for ADC at charging + - ipv6: Continue processing multipath route even if gateway attribute is + invalid + - ipv6: Do cleanup if attribute validation fails in multipath route + - auxdisplay: charlcd: checking for pointer reference before dereferencing + - drm/amdgpu: fix dropped backing store handling in amdgpu_dma_buf_move_notify + - drm/amd/pm: Fix xgmi link control on aldebaran + - usb: mtu3: fix interval value for intr and isoc + - scsi: libiscsi: Fix UAF in iscsi_conn_get_param()/iscsi_conn_teardown() + - ip6_vti: initialize __ip6_tnl_parm struct in vti6_siocdevprivate + - net: udp: fix alignment problem in udp4_seq_show() + - atlantic: Fix buff_ring OOB in aq_ring_rx_clean + - drm/amd/pm: skip setting gfx cgpg in the s0ix suspend-resume + - mISDN: change function names to avoid conflicts + - drm/amd/display: fix B0 TMDS deepcolor no dislay issue + - drm/amd/display: Added power down for DCN10 + - ipv6: raw: check passed optlen before reading + - userfaultfd/selftests: fix hugetlb area allocations + - ARM: dts: gpio-ranges property is now required + - Input: zinitix - make sure the IRQ is allocated before it gets enabled + - Revert "drm/amdgpu: stop scheduler when calling hw_fini (v2)" + - drm/amd/pm: keep the BACO feature enabled for suspend + - Linux 5.15.14 + + * alsa/sdw: add sdw audio machine driver for several ADL machines + (LP: #1951563) + - ASoC: Intel: sof_sdw: Add support for SKU 0AF3 product + - ASoC: Intel: soc-acpi: add SKU 0AF3 SoundWire configuration + - ASoC: Intel: sof_sdw: Add support for SKU 0B00 and 0B01 products + - ASoC: Intel: sof_sdw: Add support for SKU 0B11 product + - ASoC: Intel: sof_sdw: Add support for SKU 0B13 product + - ASoC: Intel: soc-acpi: add SKU 0B13 SoundWire configuration + - ASoC: Intel: sof_sdw: Add support for SKU 0B29 product + - ASoC: Intel: soc-acpi: add SKU 0B29 SoundWire configuration + - ASoC: Intel: sof_sdw: Add support for SKU 0B12 product + - ASoC: intel: sof_sdw: return the original error number + - ASoC: intel: sof_sdw: rename be_index/link_id to link_index + - ASoC: intel: sof_sdw: Use a fixed DAI link id for AMP + - ASoC: intel: sof_sdw: move DMIC link id overwrite to create_sdw_dailink + - ASoC: intel: sof_sdw: remove SOF_RT715_DAI_ID_FIX quirk + - ASoC: intel: sof_sdw: remove sof_sdw_mic_codec_mockup_init + - ASoC: intel: sof_sdw: remove get_next_be_id + - ASoC: intel: sof_sdw: add link adr order check + + * Add basic Wifi support for Qualcomm WCN6856 (LP: #1955613) + - ath11k: change to use dynamic memory for channel list of scan + - ath11k: add string type to search board data in board-2.bin for WCN6855 + + * Enable audio mute LED and mic mute LED on a new HP laptop (LP: #1956454) + - ALSA: hda/realtek: Use ALC285_FIXUP_HP_GPIO_LED on another HP laptop + + * Add missing BT ID for Qualcomm WCN6856 (LP: #1956407) + - Bluetooth: btusb: Add one more Bluetooth part for WCN6855 + + * Add Bluetooth support for Qualcomm WCN6856 (LP: #1955689) + - Bluetooth: btusb: Add support using different nvm for variant WCN6855 + controller + - Bluetooth: btusb: re-definition for board_id in struct qca_version + - Bluetooth: btusb: Add the new support IDs for WCN6855 + + * Improve performance and idle power consumption (LP: #1941893) + - x86: ACPI: cstate: Optimize C3 entry on AMD CPUs + + * [Yellow Carp] USB4 interdomain communication problems (LP: #1945361) + - thunderbolt: Enable retry logic for intra-domain control packets + + * 1951111: + - scsi: lpfc: Fix mailbox command failure during driver initialization + + * [Jammy] Update Broadcom Emulex FC HBA lpfc driver to 14.0.0.3 for Ubuntu + 22.04 (LP: #1951111) + - scsi: lpfc: Fix premature rpi release for unsolicited TPLS and LS_RJT + - scsi: lpfc: Fix hang on unload due to stuck fport node + - scsi: lpfc: Fix rediscovery of tape device after LIP + - scsi: lpfc: Don't remove ndlp on PRLI errors in P2P mode + - scsi: lpfc: Fix EEH support for NVMe I/O + - scsi: lpfc: Adjust bytes received vales during cmf timer interval + - scsi: lpfc: Fix I/O block after enabling managed congestion mode + - scsi: lpfc: Zero CGN stats only during initial driver load and stat reset + - scsi: lpfc: Improve PBDE checks during SGL processing + - scsi: lpfc: Update lpfc version to 14.0.0.2 + + * smartpqi: Update 20.04.4 to latest kernel.org patch level (LP: #1953689) + - scsi: smartpqi: Update device removal management + - scsi: smartpqi: Capture controller reason codes + - scsi: smartpqi: Update LUN reset handler + - scsi: smartpqi: Add TEST UNIT READY check for SANITIZE operation + - scsi: smartpqi: Avoid failing I/Os for offline devices + - scsi: smartpqi: Add extended report physical LUNs + - scsi: smartpqi: Fix boot failure during LUN rebuild + - scsi: smartpqi: Fix duplicate device nodes for tape changers + - scsi: smartpqi: Add 3252-8i PCI id + - scsi: smartpqi: Update version to 2.1.12-055 + + * Let VMD follow host bridge PCIe settings (LP: #1954611) + - PCI: vmd: Honor ACPI _OSC on PCIe features + + * Fix spurious wakeup caused by Intel 7560 WWAN (LP: #1956443) + - net: wwan: iosm: Keep device at D0 for s2idle case + + * [uacc-0623] hisi_sec2 fail to alloc uacce (LP: #1933301) + - crypto: hisilicon/qm - modify the uacce mode check + + * Jammy update: v5.15.13 upstream stable release (LP: #1956926) + - Input: i8042 - add deferred probe support + - Input: i8042 - enable deferred probe quirk for ASUS UM325UA + - tomoyo: Check exceeded quota early in tomoyo_domain_quota_is_ok(). + - tomoyo: use hwight16() in tomoyo_domain_quota_is_ok() + - net/sched: Extend qdisc control block with tc control block + - parisc: Clear stale IIR value on instruction access rights trap + - platform/mellanox: mlxbf-pmc: Fix an IS_ERR() vs NULL bug in + mlxbf_pmc_map_counters + - platform/x86: apple-gmux: use resource_size() with res + - memblock: fix memblock_phys_alloc() section mismatch error + - recordmcount.pl: fix typo in s390 mcount regex + - powerpc/ptdump: Fix DEBUG_WX since generic ptdump conversion + - efi: Move efifb_setup_from_dmi() prototype from arch headers + - selinux: initialize proto variable in selinux_ip_postroute_compat() + - scsi: lpfc: Terminate string in lpfc_debugfs_nvmeio_trc_write() + - net/mlx5: DR, Fix NULL vs IS_ERR checking in dr_domain_init_resources + - net/mlx5: Fix error print in case of IRQ request failed + - net/mlx5: Fix SF health recovery flow + - net/mlx5: Fix tc max supported prio for nic mode + - net/mlx5e: Wrap the tx reporter dump callback to extract the sq + - net/mlx5e: Fix interoperability between XSK and ICOSQ recovery flow + - net/mlx5e: Fix ICOSQ recovery flow for XSK + - net/mlx5e: Use tc sample stubs instead of ifdefs in source file + - net/mlx5e: Delete forward rule for ct or sample action + - udp: using datalen to cap ipv6 udp max gso segments + - selftests: Calculate udpgso segment count without header adjustment + - sctp: use call_rcu to free endpoint + - net/smc: fix using of uninitialized completions + - net: usb: pegasus: Do not drop long Ethernet frames + - net: ag71xx: Fix a potential double free in error handling paths + - net: lantiq_xrx200: fix statistics of received bytes + - NFC: st21nfca: Fix memory leak in device probe and remove + - net/smc: don't send CDC/LLC message if link not ready + - net/smc: fix kernel panic caused by race of smc_sock + - igc: Do not enable crosstimestamping for i225-V models + - igc: Fix TX timestamp support for non-MSI-X platforms + - drm/amd/display: Send s0i2_rdy in stream_count == 0 optimization + - drm/amd/display: Set optimize_pwr_state for DCN31 + - ionic: Initialize the 'lif->dbid_inuse' bitmap + - net/mlx5e: Fix wrong features assignment in case of error + - net: bridge: mcast: add and enforce query interval minimum + - net: bridge: mcast: add and enforce startup query interval minimum + - selftests/net: udpgso_bench_tx: fix dst ip argument + - selftests: net: Fix a typo in udpgro_fwd.sh + - net: bridge: mcast: fix br_multicast_ctx_vlan_global_disabled helper + - net/ncsi: check for error return from call to nla_put_u32 + - selftests: net: using ping6 for IPv6 in udpgro_fwd.sh + - fsl/fman: Fix missing put_device() call in fman_port_probe + - i2c: validate user data in compat ioctl + - nfc: uapi: use kernel size_t to fix user-space builds + - uapi: fix linux/nfc.h userspace compilation errors + - drm/nouveau: wait for the exclusive fence after the shared ones v2 + - drm/amdgpu: When the VCN(1.0) block is suspended, powergating is explicitly + enabled + - drm/amdgpu: add support for IP discovery gc_info table v2 + - drm/amd/display: Changed pipe split policy to allow for multi-display pipe + split + - xhci: Fresco FL1100 controller should not have BROKEN_MSI quirk set. + - usb: gadget: f_fs: Clear ffs_eventfd in ffs_data_clear. + - usb: mtu3: add memory barrier before set GPD's HWO + - usb: mtu3: fix list_head check warning + - usb: mtu3: set interval of FS intr and isoc endpoint + - nitro_enclaves: Use get_user_pages_unlocked() call to handle mmap assert + - binder: fix async_free_space accounting for empty parcels + - scsi: vmw_pvscsi: Set residual data length conditionally + - Input: appletouch - initialize work before device registration + - Input: spaceball - fix parsing of movement data packets + - mm/damon/dbgfs: fix 'struct pid' leaks in 'dbgfs_target_ids_write()' + - net: fix use-after-free in tw_timer_handler + - fs/mount_setattr: always cleanup mount_kattr + - perf intel-pt: Fix parsing of VM time correlation arguments + - perf script: Fix CPU filtering of a script's switch events + - perf scripts python: intel-pt-events.py: Fix printing of switch events + - Linux 5.15.13 + + * Miscellaneous Ubuntu changes + - [Packaging] getabis: Add fwinfo.builtin to the ABI + - [Packaging] Add list of built-in firmwares to the ABI + - [Config] x86-64: SYSFB_SIMPLEFB=y + - [packaging] arm64: introduce the lowlatency and lowlatency-64k flavours + - [packaging] arm64: updateconfigs + - [Config] annotations: remove duplicates when arm64-generic == + arm64-generic-64k option + - [Config] annotations: introduce arm64-lowlatency and arm64-lowlatency-64k + kconfig options checks + - [Packaging] Update dependency of pahole / dwarves + - [Config] toolchain version update + + * Miscellaneous upstream changes + - scsi: lpfc: Revert LOG_TRACE_EVENT back to LOG_INIT prior to + driver_resource_setup() + - scsi: lpfc: Correct sysfs reporting of loop support after SFP status change + - scsi: lpfc: Allow PLOGI retry if previous PLOGI was aborted + - scsi: lpfc: Update lpfc version to 14.0.0.3 + - Revert "rtw88: Disable PCIe ASPM while doing NAPI poll on 8821CE" + + -- Paolo Pisati Fri, 28 Jan 2022 17:16:21 +0100 + +linux (5.15.0-18.18) jammy; urgency=medium + + * jammy/linux: 5.15.0-18.18 -proposed tracker (LP: #1958638) + + * CVE-2021-4155 + - xfs: map unwritten blocks in XFS_IOC_{ALLOC, FREE}SP just like fallocate + + * CVE-2022-0185 + - SAUCE: vfs: test that one given mount param is not larger than PAGE_SIZE + + * [UBUNTU 20.04] KVM hardware diagnose data improvements for guest kernel - + kernel part (LP: #1953334) + - KVM: s390: add debug statement for diag 318 CPNC data + + * OOB write on BPF_RINGBUF (LP: #1956585) + - SAUCE: bpf: prevent helper argument PTR_TO_ALLOC_MEM to have offset other + than 0 + + * Miscellaneous Ubuntu changes + - [Config] re-enable shiftfs + - [SAUCE] shiftfs: support kernel 5.15 + - [Config] update toolchain versions + + * Miscellaneous upstream changes + - vfs: fs_context: fix up param length parsing in legacy_parse_param + + -- Andrea Righi Fri, 21 Jan 2022 13:32:27 +0100 + +linux (5.15.0-17.17) jammy; urgency=medium + + * jammy/linux: 5.15.0-17.17 -proposed tracker (LP: #1957809) + + -- Andrea Righi Thu, 13 Jan 2022 17:11:21 +0100 + +linux (5.15.0-16.16) jammy; urgency=medium + + * jammy/linux: 5.15.0-16.16 -proposed tracker (LP: #1956820) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + * 5.15 stuck at boot on c4.large (LP: #1956780) + - Revert "PCI/MSI: Mask MSI-X vectors only on success" + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Packaging] temporarily disable signed v4l2loopback" + + -- Andrea Righi Sat, 08 Jan 2022 10:57:58 +0100 + +linux (5.15.0-15.15) jammy; urgency=medium + + * jammy/linux: 5.15.0-15.15 -proposed tracker (LP: #1956314) + + * Packaging resync (LP: #1786013) + - update dkms package versions + - debian/dkms-versions -- update from kernel-versions (main/master) + + * rtw88_8821ce causes freeze (LP: #1927808) + - rtw88: Disable PCIe ASPM while doing NAPI poll on 8821CE + + * alsa/sdw: fix the audio sdw codec parsing logic in the acpi table + (LP: #1955686) + - ALSA: hda: intel-sdw-acpi: go through HDAS ACPI at max depth of 2 + - ALSA: hda: intel-sdw-acpi: harden detection of controller + + * Got black screen when resume from s2idle with AMD dGPU (LP: #1955790) + - SAUCE: drm/amdgpu: put SMU into proper state on runpm suspending for BOCO + capable platform + - SAUCE: drm/amdgpu: always reset the asic in suspend (v2) + + * Fix USB3 detection on HP dock (LP: #1955443) + - usb: hub: Add delay for SuperSpeed hub resume to let links transit to U0 + + * support signed v4l2loopback dkms build (LP: #1938531) + - enable v4l2loopback builds on amd64 kernels + - support v4l2loopback dkms build + + * Jammy update: v5.15.12 upstream stable release (LP: #1956305) + - arm64: vdso32: require CROSS_COMPILE_COMPAT for gcc+bfd + - net: usb: lan78xx: add Allied Telesis AT29M2-AF + - ext4: prevent partial update of the extent blocks + - ext4: check for out-of-order index extents in ext4_valid_extent_entries() + - ext4: check for inconsistent extents between index and leaf block + - selftests: KVM: Fix non-x86 compiling + - HID: holtek: fix mouse probing + - HID: potential dereference of null pointer + - NFSD: Fix READDIR buffer overflow + - PM: sleep: Fix error handling in dpm_prepare() + - arm64: dts: allwinner: orangepi-zero-plus: fix PHY mode + - bus: sunxi-rsb: Fix shutdown + - spi: change clk_disable_unprepare to clk_unprepare + - ucounts: Fix rlimit max values check + - drm/mediatek: hdmi: Perform NULL pointer check for mtk_hdmi_conf + - ASoC: meson: aiu: fifo: Add missing dma_coerce_mask_and_coherent() + - RDMA/hns: Fix RNR retransmission issue for HIP08 + - IB/qib: Fix memory leak in qib_user_sdma_queue_pkts() + - RDMA/hns: Replace kfree() with kvfree() + - netfilter: nf_tables: fix use-after-free in nft_set_catchall_destroy() + - netfilter: fix regression in looped (broad|multi)cast's MAC handling + - ARM: dts: imx6qdl-wandboard: Fix Ethernet support + - ice: Use xdp_buf instead of rx_buf for xsk zero-copy + - ice: xsk: return xsk buffers back to pool when cleaning the ring + - net: marvell: prestera: fix incorrect return of port_find + - net: marvell: prestera: fix incorrect structure access + - qlcnic: potential dereference null pointer of rx_queue->page_ring + - tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindex + - ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookie + - inet: fully convert sk->sk_rx_dst to RCU rules + - net: accept UFOv6 packages in virtio_net_hdr_to_skb + - net: skip virtio_net_hdr_set_proto if protocol already set + - igb: fix deadlock caused by taking RTNL in RPM resume path + - ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler module + - gpio: virtio: remove timeout + - bonding: fix ad_actor_system option setting to default + - fjes: Check for error irq + - drivers: net: smc911x: Check for error irq + - net: ks8851: Check for error irq + - sfc: Check null pointer of rx_queue->page_ring + - sfc: falcon: Check null pointer of rx_queue->page_ring + - asix: fix uninit-value in asix_mdio_read() + - asix: fix wrong return value in asix_check_host_enable() + - io_uring: zero iocb->ki_pos for stream file types + - veth: ensure skb entering GRO are not cloned. + - net: stmmac: ptp: fix potentially overflowing expression + - net: bridge: Use array_size() helper in copy_to_user() + - net: bridge: fix ioctl old_deviceless bridge argument + - r8152: fix the force speed doesn't work for RTL8156 + - net: stmmac: dwmac-visconti: Fix value of ETHER_CLK_SEL_FREQ_SEL_2P5M + - pinctrl: bcm2835: Change init order for gpio hogs + - hwmon: (lm90) Fix usage of CONFIG2 register in detect function + - hwmon: (lm90) Prevent integer overflow/underflow in hysteresis calculations + - hwmon: (lm90) Introduce flag indicating extended temperature support + - hwmon: (lm90) Add basic support for TI TMP461 + - hwmon: (lm90) Drop critical attribute support for MAX6654 + - ARM: 9160/1: NOMMU: Reload __secondary_data after PROCINFO_INITFUNC + - uapi: Fix undefined __always_inline on non-glibc systems + - compiler.h: Fix annotation macro misplacement with Clang + - platform/x86/intel: Remove X86_PLATFORM_DRIVERS_INTEL + - kernel/crash_core: suppress unknown crashkernel parameter warning + - Revert "x86/boot: Pull up cmdline preparation and early param parsing" + - x86/boot: Move EFI range reservation after cmdline parsing + - ALSA: jack: Check the return value of kstrdup() + - ALSA: drivers: opl3: Fix incorrect use of vp->state + - ALSA: rawmidi - fix the uninitalized user_pversion + - ALSA: hda/hdmi: Disable silent stream on GLK + - ALSA: hda/realtek: Amp init fixup for HP ZBook 15 G6 + - ALSA: hda/realtek: Add new alc285-hp-amp-init model + - ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook + - ALSA: hda/realtek: Fix quirk for Clevo NJ51CU + - ASoC: meson: aiu: Move AIU_I2S_MISC hold setting to aiu-fifo-i2s + - ASoC: tegra: Add DAPM switches for headphones and mic jack + - ASoC: tegra: Restore headphones jack name on Nyan Big + - Input: atmel_mxt_ts - fix double free in mxt_read_info_block + - ipmi: bail out if init_srcu_struct fails + - ipmi: ssif: initialize ssif_info->client early + - ipmi: fix initialization when workqueue allocation fails + - parisc: Correct completer in lws start + - parisc: Fix mask used to select futex spinlock + - tee: handle lookup of shm with reference count 0 + - x86/pkey: Fix undefined behaviour with PKRU_WD_BIT + - platform/x86: amd-pmc: only use callbacks for suspend + - platform/x86: intel_pmc_core: fix memleak on registration failure + - KVM: x86: Always set kvm_run->if_flag + - KVM: x86/mmu: Don't advance iterator after restart due to yielding + - KVM: nVMX: Synthesize TRIPLE_FAULT for L2 if emulation is required + - KVM: VMX: Always clear vmx->fail on emulation_required + - KVM: VMX: Wake vCPU when delivering posted IRQ even if vCPU == this vCPU + - pinctrl: stm32: consider the GPIO offset to expose all the GPIO lines + - gpio: dln2: Fix interrupts when replugging the device + - mmc: sdhci-tegra: Fix switch to HS400ES mode + - mmc: meson-mx-sdhc: Set MANUAL_STOP for multi-block SDIO commands + - mmc: core: Disable card detect during shutdown + - mmc: mmci: stm32: clear DLYB_CR after sending tuning command + - ARM: 9169/1: entry: fix Thumb2 bug in iWMMXt exception handling + - ksmbd: fix error code in ndr_read_int32() + - ksmbd: fix uninitialized symbol 'pntsd_size' + - ksmbd: disable SMB2_GLOBAL_CAP_ENCRYPTION for SMB 3.1.1 + - mac80211: fix locking in ieee80211_start_ap error path + - mm: mempolicy: fix THP allocations escaping mempolicy restrictions + - mm, hwpoison: fix condition in free hugetlb page path + - mm/hwpoison: clear MF_COUNT_INCREASED before retrying get_any_page() + - mm/damon/dbgfs: protect targets destructions with kdamond_lock + - tee: optee: Fix incorrect page free bug + - f2fs: fix to do sanity check on last xattr entry in __f2fs_setxattr() + - netfs: fix parameter of cleanup() + - KVM: VMX: Fix stale docs for kvm-intel.emulate_invalid_guest_state + - arm64: dts: lx2160a: fix scl-gpios property name + - kfence: fix memory leak when cat kfence objects + - Input: iqs626a - prohibit inlining of channel parsing functions + - Input: elants_i2c - do not check Remark ID on eKTH3900/eKTH5312 + - Input: goodix - add id->model mapping for the "9111" model + - ASoC: tas2770: Fix setting of high sample rates + - ASoC: SOF: Intel: pci-tgl: add new ADL-P variant + - ASoC: SOF: Intel: pci-tgl: add ADL-N support + - ASoC: rt5682: fix the wrong jack type detected + - pinctrl: mediatek: fix global-out-of-bounds issue + - hwmom: (lm90) Fix citical alarm status for MAX6680/MAX6681 + - hwmon: (lm90) Do not report 'busy' status bit as alarm + - r8152: sync ocp base + - ax25: NPD bug when detaching AX25 device + - hamradio: defer ax25 kfree after unregister_netdev + - hamradio: improve the incomplete fix to avoid NPD + - tun: avoid double free in tun_free_netdev + - phonet/pep: refuse to enable an unbound pipe + - Linux 5.15.12 + + * Thinkpad E14 Gen2: Kernel panic with trackpad and trackpoint enabled + (LP: #1945590) // Jammy update: v5.15.12 upstream stable release + (LP: #1956305) + - Input: elantech - fix stack out of bound access in + elantech_change_report_id() + + * Jammy update: v5.15.11 upstream stable release (LP: #1956302) + - reset: tegra-bpmp: Revert Handle errors in BPMP response + - KVM: VMX: clear vmx_x86_ops.sync_pir_to_irr if APICv is disabled + - KVM: selftests: Make sure kvm_create_max_vcpus test won't hit RLIMIT_NOFILE + - KVM: downgrade two BUG_ONs to WARN_ON_ONCE + - x86/kvm: remove unused ack_notifier callbacks + - KVM: X86: Fix tlb flush for tdp in kvm_invalidate_pcid() + - mac80211: fix rate control for retransmitted frames + - mac80211: fix regression in SSN handling of addba tx + - mac80211: mark TX-during-stop for TX in in_reconfig + - mac80211: send ADDBA requests using the tid/queue of the aggregation session + - mac80211: validate extended element ID is present + - firmware: arm_scpi: Fix string overflow in SCPI genpd driver + - bpf: Fix kernel address leakage in atomic fetch + - bpf, selftests: Add test case for atomic fetch on spilled pointer + - bpf: Fix signed bounds propagation after mov32 + - bpf: Make 32->64 bounds propagation slightly more robust + - bpf, selftests: Add test case trying to taint map value pointer + - bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux reg + - bpf, selftests: Update test case for atomic cmpxchg on r0 with pointer + - vduse: fix memory corruption in vduse_dev_ioctl() + - vduse: check that offset is within bounds in get_config() + - virtio_ring: Fix querying of maximum DMA mapping size for virtio device + - vdpa: check that offsets are within bounds + - s390/entry: fix duplicate tracking of irq nesting level + - recordmcount.pl: look for jgnop instruction as well as bcrl on s390 + - arm64: dts: ten64: remove redundant interrupt declaration for gpio-keys + - ceph: fix up non-directory creation in SGID directories + - dm btree remove: fix use after free in rebalance_children() + - audit: improve robustness of the audit queue handling + - btrfs: convert latest_bdev type to btrfs_device and rename + - btrfs: use latest_dev in btrfs_show_devname + - btrfs: update latest_dev when we create a sprout device + - btrfs: remove stale comment about the btrfs_show_devname + - scsi: ufs: core: Retry START_STOP on UNIT_ATTENTION + - arm64: dts: rockchip: remove mmc-hs400-enhanced-strobe from rk3399-khadas- + edge + - arm64: dts: rockchip: fix rk3308-roc-cc vcc-sd supply + - arm64: dts: rockchip: fix rk3399-leez-p710 vcc3v3-lan supply + - arm64: dts: rockchip: fix audio-supply for Rock Pi 4 + - arm64: dts: rockchip: fix poweroff on helios64 + - dmaengine: idxd: add halt interrupt support + - dmaengine: idxd: fix calling wq quiesce inside spinlock + - mac80211: track only QoS data frames for admission control + - tee: amdtee: fix an IS_ERR() vs NULL bug + - ceph: fix duplicate increment of opened_inodes metric + - ceph: initialize pathlen variable in reconnect_caps_cb + - ARM: socfpga: dts: fix qspi node compatible + - arm64: dts: imx8mq: remove interconnect property from lcdif + - clk: Don't parent clks until the parent is fully registered + - soc: imx: Register SoC device only on i.MX boards + - iwlwifi: mvm: don't crash on invalid rate w/o STA + - virtio: always enter drivers/virtio/ + - virtio/vsock: fix the transport to work with VMADDR_CID_ANY + - vdpa: Consider device id larger than 31 + - Revert "drm/fb-helper: improve DRM fbdev emulation device names" + - selftests: net: Correct ping6 expected rc from 2 to 1 + - s390/kexec_file: fix error handling when applying relocations + - sch_cake: do not call cake_destroy() from cake_init() + - inet_diag: fix kernel-infoleak for UDP sockets + - netdevsim: don't overwrite read only ethtool parms + - selftests: icmp_redirect: pass xfail=0 to log_test() + - net: hns3: fix use-after-free bug in hclgevf_send_mbx_msg + - net: hns3: fix race condition in debugfs + - selftests: Add duplicate config only for MD5 VRF tests + - selftests: Fix raw socket bind tests with VRF + - selftests: Fix IPv6 address bind tests + - dmaengine: idxd: fix missed completion on abort path + - dmaengine: st_fdma: fix MODULE_ALIAS + - drm: simpledrm: fix wrong unit with pixel clock + - net/sched: sch_ets: don't remove idle classes from the round-robin list + - selftests/net: toeplitz: fix udp option + - net: dsa: mv88e6xxx: Unforce speed & duplex in mac_link_down() + - selftest/net/forwarding: declare NETIFS p9 p10 + - mptcp: never allow the PM to close a listener subflow + - drm/ast: potential dereference of null pointer + - drm/i915/display: Fix an unsigned subtraction which can never be negative. + - mac80211: agg-tx: don't schedule_and_wake_txq() under sta->lock + - cfg80211: Acquire wiphy mutex on regulatory work + - mac80211: fix lookup when adding AddBA extension element + - net: stmmac: fix tc flower deletion for VLAN priority Rx steering + - flow_offload: return EOPNOTSUPP for the unsupported mpls action type + - rds: memory leak in __rds_conn_create() + - ice: Use div64_u64 instead of div_u64 in adjfine + - ice: Don't put stale timestamps in the skb + - drm/amd/display: Set exit_optimized_pwr_state for DCN31 + - drm/amd/pm: fix a potential gpu_metrics_table memory leak + - mptcp: remove tcp ulp setsockopt support + - mptcp: clear 'kern' flag from fallback sockets + - mptcp: fix deadlock in __mptcp_push_pending() + - soc/tegra: fuse: Fix bitwise vs. logical OR warning + - igb: Fix removal of unicast MAC filters of VFs + - igbvf: fix double free in `igbvf_probe` + - igc: Fix typo in i225 LTR functions + - ixgbe: Document how to enable NBASE-T support + - ixgbe: set X550 MDIO speed before talking to PHY + - netdevsim: Zero-initialize memory for new map's value in function + nsim_bpf_map_alloc + - net/packet: rx_owner_map depends on pg_vec + - net: stmmac: dwmac-rk: fix oob read in rk_gmac_setup + - sfc_ef100: potential dereference of null pointer + - dsa: mv88e6xxx: fix debug print for SPEED_UNFORCED + - net: Fix double 0x prefix print in SKB dump + - net/smc: Prevent smc_release() from long blocking + - net: systemport: Add global locking for descriptor lifecycle + - sit: do not call ipip6_dev_free() from sit_init_net() + - afs: Fix mmap + - arm64: kexec: Fix missing error code 'ret' warning in load_other_segments() + - bpf: Fix extable fixup offset. + - bpf, selftests: Fix racing issue in btf_skc_cls_ingress test + - powerpc/85xx: Fix oops when CONFIG_FSL_PMC=n + - USB: gadget: bRequestType is a bitfield, not a enum + - Revert "usb: early: convert to readl_poll_timeout_atomic()" + - KVM: x86: Drop guest CPUID check for host initiated writes to + MSR_IA32_PERF_CAPABILITIES + - tty: n_hdlc: make n_hdlc_tty_wakeup() asynchronous + - USB: NO_LPM quirk Lenovo USB-C to Ethernet Adapher(RTL8153-04) + - usb: dwc2: fix STM ID/VBUS detection startup delay in dwc2_driver_probe + - PCI/MSI: Clear PCI_MSIX_FLAGS_MASKALL on error + - PCI/MSI: Mask MSI-X vectors only on success + - usb: xhci-mtk: fix list_del warning when enable list debug + - usb: xhci: Extend support for runtime power management for AMD's Yellow + carp. + - usb: cdnsp: Fix incorrect status for control request + - usb: cdnsp: Fix incorrect calling of cdnsp_died function + - usb: cdnsp: Fix issue in cdnsp_log_ep trace event + - usb: cdnsp: Fix lack of spin_lock_irqsave/spin_lock_restore + - usb: typec: tcpm: fix tcpm unregister port but leave a pending timer + - usb: gadget: u_ether: fix race in setting MAC address in setup phase + - USB: serial: cp210x: fix CP2105 GPIO registration + - USB: serial: option: add Telit FN990 compositions + - selinux: fix sleeping function called from invalid context + - btrfs: fix memory leak in __add_inode_ref() + - btrfs: fix double free of anon_dev after failure to create subvolume + - btrfs: check WRITE_ERR when trying to read an extent buffer + - btrfs: fix missing blkdev_put() call in btrfs_scan_one_device() + - zonefs: add MODULE_ALIAS_FS + - iocost: Fix divide-by-zero on donation from low hweight cgroup + - serial: 8250_fintek: Fix garbled text for console + - timekeeping: Really make sure wall_to_monotonic isn't positive + - cifs: sanitize multiple delimiters in prepath + - locking/rtmutex: Fix incorrect condition in rtmutex_spin_on_owner() + - riscv: dts: unleashed: Add gpio card detect to mmc-spi-slot + - riscv: dts: unmatched: Add gpio card detect to mmc-spi-slot + - perf inject: Fix segfault due to close without open + - perf inject: Fix segfault due to perf_data__fd() without open + - libata: if T_LENGTH is zero, dma direction should be DMA_NONE + - powerpc/module_64: Fix livepatching for RO modules + - drm/amdgpu: correct register access for RLC_JUMP_TABLE_RESTORE + - drm/amdgpu: don't override default ECO_BITs setting + - drm/amd/pm: fix reading SMU FW version from amdgpu_firmware_info on YC + - Revert "can: m_can: remove support for custom bit timing" + - can: m_can: make custom bittiming fields const + - can: m_can: pci: use custom bit timings for Elkhart Lake + - ARM: dts: imx6ull-pinfunc: Fix CSI_DATA07__ESAI_TX0 pad name + - xsk: Do not sleep in poll() when need_wakeup set + - mptcp: add missing documented NL params + - bpf, x64: Factor out emission of REX byte in more cases + - bpf: Fix extable address check. + - USB: core: Make do_proc_control() and do_proc_bulk() killable + - media: mxl111sf: change mutex_init() location + - fuse: annotate lock in fuse_reverse_inval_entry() + - ovl: fix warning in ovl_create_real() + - scsi: scsi_debug: Don't call kcalloc() if size arg is zero + - scsi: scsi_debug: Fix type in min_t to avoid stack OOB + - scsi: scsi_debug: Sanity check block descriptor length in resp_mode_select() + - io-wq: remove spurious bit clear on task_work addition + - io-wq: check for wq exit after adding new worker task_work + - rcu: Mark accesses to rcu_state.n_force_qs + - io-wq: drop wqe lock before creating new worker + - bus: ti-sysc: Fix variable set but not used warning for reinit_modules + - selftests/damon: test debugfs file reads/writes with huge count + - Revert "xsk: Do not sleep in poll() when need_wakeup set" + - xen/blkfront: harden blkfront against event channel storms + - xen/netfront: harden netfront against event channel storms + - xen/console: harden hvc_xen against event channel storms + - xen/netback: fix rx queue stall detection + - xen/netback: don't queue unlimited number of packages + - Linux 5.15.11 + + * Jammy update: v5.15.10 upstream stable release (LP: #1956301) + - nfc: fix segfault in nfc_genl_dump_devices_done + - hwmon: (corsair-psu) fix plain integer used as NULL pointer + - RDMA: Fix use-after-free in rxe_queue_cleanup + - RDMA/mlx5: Fix releasing unallocated memory in dereg MR flow + - mtd: rawnand: Fix nand_erase_op delay + - mtd: rawnand: Fix nand_choose_best_timings() on unsupported interface + - inet: use #ifdef CONFIG_SOCK_RX_QUEUE_MAPPING consistently + - dt-bindings: media: nxp,imx7-mipi-csi2: Drop bad if/then schema + - clk: qcom: sm6125-gcc: Swap ops of ice and apps on sdcc1 + - perf bpf_skel: Do not use typedef to avoid error on old clang + - netfs: Fix lockdep warning from taking sb_writers whilst holding mmap_lock + - RDMA/irdma: Fix a user-after-free in add_pble_prm + - RDMA/irdma: Fix a potential memory allocation issue in + 'irdma_prm_add_pble_mem()' + - RDMA/irdma: Report correct WC errors + - RDMA/irdma: Don't arm the CQ more than two times if no CE for this CQ + - ice: fix FDIR init missing when reset VF + - vmxnet3: fix minimum vectors alloc issue + - i2c: virtio: fix completion handling + - drm/msm: Fix null ptr access msm_ioctl_gem_submit() + - drm/msm/a6xx: Fix uinitialized use of gpu_scid + - drm/msm/dsi: set default num_data_lanes + - drm/msm/dp: Avoid unpowered AUX xfers that caused crashes + - KVM: arm64: Save PSTATE early on exit + - s390/test_unwind: use raw opcode instead of invalid instruction + - Revert "tty: serial: fsl_lpuart: drop earlycon entry for i.MX8QXP" + - net/mlx4_en: Update reported link modes for 1/10G + - loop: Use pr_warn_once() for loop_control_remove() warning + - ALSA: hda: Add Intel DG2 PCI ID and HDMI codec vid + - ALSA: hda/hdmi: fix HDA codec entry table order for ADL-P + - parisc/agp: Annotate parisc agp init functions with __init + - i2c: rk3x: Handle a spurious start completion interrupt flag + - net: netlink: af_netlink: Prevent empty skb by adding a check on len. + - drm/amdgpu: cancel the correct hrtimer on exit + - drm/amdgpu: check atomic flag to differeniate with legacy path + - drm/amd/display: Fix for the no Audio bug with Tiled Displays + - drm/amdkfd: fix double free mem structure + - drm/amd/display: add connector type check for CRC source set + - drm/amdkfd: process_info lock not needed for svm + - tracing: Fix a kmemleak false positive in tracing_map + - staging: most: dim2: use device release method + - fuse: make sure reclaim doesn't write the inode + - perf inject: Fix itrace space allowed for new attributes + - Linux 5.15.10 + + * Jammy update: v5.15.9 upstream stable release (LP: #1955161) + - netfilter: selftest: conntrack_vrf.sh: fix file permission + - Linux 5.15.9 + + * [SRU][I/J/OEM-5.13/OEM-5.14] Fix pci port lost when hotplug dock + (LP: #1954646) + - PCI: Re-enable Downstream Port LTR after reset or hotplug + + * Add support for NVIDIA EC backlight (LP: #1953286) + - platform/x86: Add driver for ACPI WMAA EC-based backlight control + - platform/x86: Remove "WMAA" from identifier names in wmaa-backlight-wmi.c + - platform/x86: Rename wmaa-backlight-wmi to nvidia-wmi-ec-backlight + - [Config] NVIDIA_WMI_EC_BACKLIGHT=m + + * Improve USB Type-C support (LP: #1950974) + - usb: typec: ucsi: Always cancel the command if PPM reports BUSY condition + - usb: typec: ucsi: Don't stop alt mode registration on busy condition + - usb: typec: ucsi: Add polling mechanism for partner tasks like alt mode + checking + - usb: typec: ucsi: acpi: Reduce the command completion timeout + - usb: typec: ucsi: Check the partner alt modes always if there is PD contract + - usb: typec: ucsi: Read the PDOs in separate work + - usb: typec: ucsi: Better fix for missing unplug events issue + + * Fix power button wakeup with shared IRQs on AMD platforms (LP: #1953540) + - pinctrl: amd: Fix wakeups when IRQ is shared with SCI + + * AMD: Suspend not working when some cores are disabled through cpufreq + (LP: #1954930) + - ACPI: processor idle: Allow playing dead in C3 state + + * Jammy update: v5.15.8 upstream stable release (LP: #1954931) + - Revert "UBUNTU: SAUCE: selftests: fib_tests: assign address to dummy1 for + rp_filter tests" + - usb: gadget: uvc: fix multiple opens + - HID: quirks: Add quirk for the Microsoft Surface 3 type-cover + - HID: google: add eel USB id + - HID: intel-ish-hid: ipc: only enable IRQ wakeup when requested + - HID: add hid_is_usb() function to make it simpler for USB detection + - HID: add USB_HID dependancy to hid-prodikeys + - HID: add USB_HID dependancy to hid-chicony + - HID: add USB_HID dependancy on some USB HID drivers + - HID: bigbenff: prevent null pointer dereference + - HID: wacom: fix problems when device is not a valid USB device + - HID: check for valid USB device for many HID drivers + - mtd: dataflash: Add device-tree SPI IDs + - mmc: spi: Add device-tree SPI IDs + - HID: sony: fix error path in probe + - HID: Ignore battery for Elan touchscreen on Asus UX550VE + - platform/x86/intel: hid: add quirk to support Surface Go 3 + - nft_set_pipapo: Fix bucket load in AVX2 lookup routine for six 8-bit groups + - IB/hfi1: Insure use of smp_processor_id() is preempt disabled + - IB/hfi1: Fix early init panic + - IB/hfi1: Fix leak of rcvhdrtail_dummy_kvaddr + - can: kvaser_usb: get CAN clock frequency from device + - can: kvaser_pciefd: kvaser_pciefd_rx_error_frame(): increase correct + stats->{rx,tx}_errors counter + - can: sja1000: fix use after free in ems_pcmcia_add_card() + - can: pch_can: pch_can_rx_normal: fix use after free + - can: m_can: m_can_read_fifo: fix memory leak in error branch + - can: m_can: pci: fix incorrect reference clock rate + - can: m_can: pci: fix iomap_read_fifo() and iomap_write_fifo() + - can: m_can: Disable and ignore ELO interrupt + - net: dsa: mv88e6xxx: fix "don't use PHY_DETECT on internal PHY's" + - net: dsa: mv88e6xxx: allow use of PHYs on CPU and DSA ports + - x86/sme: Explicitly map new EFI memmap table as encrypted + - platform/x86: amd-pmc: Fix s2idle failures on certain AMD laptops + - nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_done + - selftests: netfilter: add a vrf+conntrack testcase + - vrf: don't run conntrack on vrf with !dflt qdisc + - bpf, x86: Fix "no previous prototype" warning + - bpf, sockmap: Attach map progs to psock early for feature probes + - bpf: Make sure bpf_disable_instrumentation() is safe vs preemption. + - bpf: Fix the off-by-two error in range markings + - ice: ignore dropped packets during init + - ethtool: do not perform operations on net devices being unregistered + - bonding: make tx_rebalance_counter an atomic + - nfp: Fix memory leak in nfp_cpp_area_cache_add() + - udp: using datalen to cap max gso segments + - netfilter: nft_exthdr: break evaluation if setting TCP option fails + - netfilter: conntrack: annotate data-races around ct->timeout + - iavf: restore MSI state on reset + - iavf: Fix reporting when setting descriptor count + - IB/hfi1: Correct guard on eager buffer deallocation + - devlink: fix netns refcount leak in devlink_nl_cmd_reload() + - net: bcm4908: Handle dma_set_coherent_mask error codes + - net: dsa: mv88e6xxx: error handling for serdes_power functions + - net: dsa: felix: Fix memory leak in felix_setup_mmio_filtering + - net/sched: fq_pie: prevent dismantle issue + - net: mvpp2: fix XDP rx queues registering + - KVM: x86: Don't WARN if userspace mucks with RCX during string I/O exit + - KVM: x86: Ignore sparse banks size for an "all CPUs", non-sparse IPI req + - KVM: x86: Wait for IPIs to be delivered when handling Hyper-V TLB flush + hypercall + - timers: implement usleep_idle_range() + - mm/damon/core: fix fake load reports due to uninterruptible sleeps + - mm/slub: fix endianness bug for alloc/free_traces attributes + - mm: bdi: initialize bdi_min_ratio when bdi is unregistered + - ALSA: ctl: Fix copy of updated id with element read/write + - ALSA: hda/realtek - Add headset Mic support for Lenovo ALC897 platform + - ALSA: hda/realtek: Fix quirk for TongFang PHxTxX1 + - ALSA: pcm: oss: Fix negative period/buffer sizes + - ALSA: pcm: oss: Limit the period size to 16MB + - ALSA: pcm: oss: Handle missing errors in snd_pcm_oss_change_params*() + - cifs: Fix crash on unload of cifs_arc4.ko + - scsi: qla2xxx: Format log strings only if needed + - btrfs: clear extent buffer uptodate when we fail to write it + - btrfs: fix re-dirty process of tree-log nodes + - btrfs: replace the BUG_ON in btrfs_del_root_ref with proper error handling + - btrfs: free exchange changeset on failures + - perf intel-pt: Fix some PGE (packet generation enable/control flow packets) + usage + - perf intel-pt: Fix sync state when a PSB (synchronization) packet is found + - perf intel-pt: Fix intel_pt_fup_event() assumptions about setting state type + - perf intel-pt: Fix state setting when receiving overflow (OVF) packet + - perf intel-pt: Fix next 'err' value, walking trace + - perf intel-pt: Fix missing 'instruction' events with 'q' option + - perf intel-pt: Fix error timestamp setting on the decoder error path + - md: fix update super 1.0 on rdev size change + - nfsd: fix use-after-free due to delegation race + - nfsd: Fix nsfd startup race (again) + - tracefs: Have new files inherit the ownership of their parent + - selftests: KVM: avoid failures due to reserved HyperTransport region + - hwmon: (pwm-fan) Ensure the fan going on in .probe() + - mmc: renesas_sdhi: initialize variable properly when tuning + - clk: qcom: regmap-mux: fix parent clock lookup + - thermal: int340x: Fix VCoRefLow MMIO bit offset for TGL + - drm/syncobj: Deal with signalled fences in drm_syncobj_find_fence. + - libata: add horkage for ASMedia 1092 + - io_uring: ensure task_work gets run as part of cancelations + - wait: add wake_up_pollfree() + - binder: use wake_up_pollfree() + - signalfd: use wake_up_pollfree() + - aio: keep poll requests on waitqueue until completed + - aio: fix use-after-free due to missing POLLFREE handling + - tracefs: Set all files to the same group ownership as the mount option + - i2c: mpc: Use atomic read and fix break condition + - block: fix ioprio_get(IOPRIO_WHO_PGRP) vs setuid(2) + - scsi: pm80xx: Do not call scsi_remove_host() in pm8001_alloc() + - scsi: scsi_debug: Fix buffer size of REPORT ZONES command + - ALSA: usb-audio: Reorder snd_djm_devices[] entries + - qede: validate non LSO skb length + - PM: runtime: Fix pm_runtime_active() kerneldoc comment + - ASoC: rt5682: Fix crash due to out of scope stack vars + - ASoC: qdsp6: q6routing: Fix return value from msm_routing_put_audio_mixer + - ASoC: codecs: wsa881x: fix return values from kcontrol put + - ASoC: codecs: wcd934x: handle channel mappping list correctly + - ASoC: codecs: wcd934x: return correct value from mixer put + - RDMA/hns: Do not halt commands during reset until later + - RDMA/hns: Do not destroy QP resources in the hw resetting phase + - hwmon: (dell-smm) Fix warning on /proc/i8k creation error + - clk: imx: use module_platform_driver + - clk: qcom: clk-alpha-pll: Don't reconfigure running Trion + - i40e: Fix failed opcode appearing if handling messages from VF + - i40e: Fix pre-set max number of queues for VF + - mtd: rawnand: fsmc: Take instruction delay into account + - mtd: rawnand: fsmc: Fix timing computation + - bpf, sockmap: Re-evaluate proto ops when psock is removed from sockmap + - i40e: Fix NULL pointer dereference in i40e_dbg_dump_desc + - Revert "PCI: aardvark: Fix support for PCI_ROM_ADDRESS1 on emulated bridge" + - drm/amd/display: Fix DPIA outbox timeout after S3/S4/reset + - perf tools: Fix SMT detection fast read path + - Documentation/locking/locktypes: Update migrate_disable() bits. + - dt-bindings: net: Reintroduce PHY no lane swap binding + - tools build: Remove needless libpython-version feature check that breaks + test-all fast path + - net: cdc_ncm: Allow for dwNtbOutMaxSize to be unset or zero + - net: altera: set a couple error code in probe() + - net: fec: only clear interrupt of handling queue in fec_enet_rx_queue() + - net, neigh: clear whole pneigh_entry at alloc time + - net/qla3xxx: fix an error code in ql_adapter_up() + - selftests/fib_tests: Rework fib_rp_filter_test() + - USB: gadget: detect too-big endpoint 0 requests + - USB: gadget: zero allocate endpoint 0 buffers + - Revert "usb: dwc3: dwc3-qcom: Enable tx-fifo-resize property by default" + - usb: core: config: fix validation of wMaxPacketValue entries + - usb: core: config: using bit mask instead of individual bits + - xhci: avoid race between disable slot command and host runtime suspend + - iio: gyro: adxrs290: fix data signedness + - iio: trigger: Fix reference counting + - iio: trigger: stm32-timer: fix MODULE_ALIAS + - iio: stk3310: Don't return error code in interrupt handler + - iio: mma8452: Fix trigger reference couting + - iio: ltr501: Don't return error code in trigger handler + - iio: kxsd9: Don't return error code in trigger handler + - iio: itg3200: Call iio_trigger_notify_done() on error + - iio: dln2-adc: Fix lockdep complaint + - iio: dln2: Check return value of devm_iio_trigger_register() + - iio: at91-sama5d2: Fix incorrect sign extension + - iio: adc: stm32: fix a current leak by resetting pcsel before disabling vdda + - iio: adc: axp20x_adc: fix charging current reporting on AXP22x + - iio: ad7768-1: Call iio_trigger_notify_done() on error + - iio: accel: kxcjk-1013: Fix possible memory leak in probe and remove + - nvmem: eeprom: at25: fix FRAM byte_len + - bus: mhi: pci_generic: Fix device recovery failed issue + - bus: mhi: core: Add support for forced PM resume + - csky: fix typo of fpu config macro + - irqchip/aspeed-scu: Replace update_bits with write_bits. + - irqchip/armada-370-xp: Fix return value of armada_370_xp_msi_alloc() + - irqchip/armada-370-xp: Fix support for Multi-MSI interrupts + - aio: Fix incorrect usage of eventfd_signal_allowed() + - irqchip/irq-gic-v3-its.c: Force synchronisation when issuing INVALL + - irqchip: nvic: Fix offset for Interrupt Priority Offsets + - misc: fastrpc: fix improper packet size calculation + - clocksource/drivers/dw_apb_timer_of: Fix probe failure + - bpf: Add selftests to cover packet access corner cases + - Linux 5.15.8 + + * Can't read/write SD card after running CPU offline test in 5.11.0 and 5.13.0 + (LP: #1951784) // Jammy update: v5.15.8 upstream stable release + (LP: #1954931) + - misc: rtsx: Avoid mangling IRQ during runtime PM + + * Enable Landlock by default (LP: #1953192) + - [Config] Enable Landlock by default + + * Add s0i3 RTC wake up for AMD systems (LP: #1950013) + - platform/x86: amd-pmc: Export Idlemask values based on the APU + - platform/x86: amd-pmc: adjust arguments for `amd_pmc_send_cmd` + - platform/x86: amd-pmc: Add special handling for timer based S0i3 wakeup + + * Fix runtime power management on USB controller with XHCI_RESET_ON_RESUME + flag (LP: #1954369) + - SAUCE: xhci: Remove CONFIG_USB_DEFAULT_PERSIST to prevent xHCI from runtime + suspending + + * Fix System hangs on black screen when reboot (LP: #1949321) + - drm/i915/hdmi: convert intel_hdmi_to_dev to intel_hdmi_to_i915 + - drm/i915: Don't request GMBUS to generate irqs when called while irqs are + off + - drm/i915/hdmi: Turn DP++ TMDS output buffers back on in encoder->shutdown() + + * require CAP_NET_ADMIN to attach N_HCI ldisc (LP: #1949516) + - Bluetooth: hci_ldisc: require CAP_NET_ADMIN to attach N_HCI ldisc + + * mt7921e: Failed to start WM firmware (LP: #1954300) + - SAUCE: Bluetooth: btusb: Handle download_firmware failure cases + - SAUCE: Bluetooth: btusb: Return error code when getting patch status failed + + * Miscellaneous Ubuntu changes + - [Packaging] Add list of built-in modules to the ABI + - [Packaging] abi-check: Process modules.builtin + - SAUCE: allow to use __wake_up_pollfree() from GPL modules + - [Packaging] enforce xz compression for debs + - [Config] update config after v5.15.12 + - [Packaging] temporarily disable signed v4l2loopback + + -- Andrea Righi Tue, 04 Jan 2022 11:22:10 +0100 + +linux (5.15.0-14.14) jammy; urgency=medium + + * jammy/linux: 5.15.0-14.14 -proposed tracker (LP: #1954627) + + * Jammy update: v5.15.7 upstream stable release (LP: #1953731) + - ALSA: usb-audio: Restrict rates for the shared clocks + - ALSA: usb-audio: Rename early_playback_start flag with lowlatency_playback + - ALSA: usb-audio: Disable low-latency playback for free-wheel mode + - ALSA: usb-audio: Disable low-latency mode for implicit feedback sync + - ALSA: usb-audio: Check available frames for the next packet size + - ALSA: usb-audio: Add spinlock to stop_urbs() + - ALSA: usb-audio: Improved lowlatency playback support + - ALSA: usb-audio: Avoid killing in-flight URBs during draining + - ALSA: usb-audio: Fix packet size calculation regression + - ALSA: usb-audio: Less restriction for low-latency playback mode + - ALSA: usb-audio: Switch back to non-latency mode at a later point + - ALSA: usb-audio: Don't start stream for capture at prepare + - gfs2: release iopen glock early in evict + - gfs2: Fix length of holes reported at end-of-file + - powerpc/pseries/ddw: Revert "Extend upper limit for huge DMA window for + persistent memory" + - powerpc/pseries/ddw: Do not try direct mapping with persistent memory and + one window + - drm/sun4i: fix unmet dependency on RESET_CONTROLLER for PHY_SUN6I_MIPI_DPHY + - mac80211: do not access the IV when it was stripped + - mac80211: fix throughput LED trigger + - x86/hyperv: Move required MSRs check to initial platform probing + - net/smc: Transfer remaining wait queue entries during fallback + - atlantic: Fix OOB read and write in hw_atl_utils_fw_rpc_wait + - net: return correct error code + - pinctrl: qcom: fix unmet dependencies on GPIOLIB for GPIOLIB_IRQCHIP + - platform/x86: dell-wmi-descriptor: disable by default + - platform/x86: thinkpad_acpi: Add support for dual fan control + - platform/x86: thinkpad_acpi: Fix WWAN device disabled issue after S3 deep + - s390/setup: avoid using memblock_enforce_memory_limit + - btrfs: silence lockdep when reading chunk tree during mount + - btrfs: check-integrity: fix a warning on write caching disabled disk + - thermal: core: Reset previous low and high trip during thermal zone init + - scsi: iscsi: Unblock session then wake up error handler + - drm/amd/pm: Remove artificial freq level on Navi1x + - drm/amd/amdkfd: Fix kernel panic when reset failed and been triggered again + - drm/amd/amdgpu: fix potential memleak + - ata: ahci: Add Green Sardine vendor ID as board_ahci_mobile + - ata: libahci: Adjust behavior when StorageD3Enable _DSD is set + - ethernet: hisilicon: hns: hns_dsaf_misc: fix a possible array overflow in + hns_dsaf_ge_srst_by_port() + - ipv6: check return value of ipv6_skip_exthdr + - net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of + bound + - net: ethernet: dec: tulip: de4x5: fix possible array overflows in + type3_infoblock() + - perf sort: Fix the 'weight' sort key behavior + - perf sort: Fix the 'ins_lat' sort key behavior + - perf sort: Fix the 'p_stage_cyc' sort key behavior + - perf inject: Fix ARM SPE handling + - perf hist: Fix memory leak of a perf_hpp_fmt + - perf report: Fix memory leaks around perf_tip() + - tracing: Don't use out-of-sync va_list in event printing + - net/smc: Avoid warning of possible recursive locking + - ACPI: Add stubs for wakeup handler functions + - net/tls: Fix authentication failure in CCM mode + - vrf: Reset IPCB/IP6CB when processing outbound pkts in vrf dev xmit + - kprobes: Limit max data_size of the kretprobe instances + - ALSA: hda/cs8409: Set PMSG_ON earlier inside cs8409 driver + - rt2x00: do not mark device gone on EPROTO errors during start + - ipmi: Move remove_work to dedicated workqueue + - cpufreq: Fix get_cpu_device() failure in add_cpu_dev_symlink() + - iwlwifi: mvm: retry init flow if failed + - dma-buf: system_heap: Use 'for_each_sgtable_sg' in pages free flow + - s390/pci: move pseudo-MMIO to prevent MIO overlap + - fget: check that the fd still exists after getting a ref to it + - sata_fsl: fix UAF in sata_fsl_port_stop when rmmod sata_fsl + - sata_fsl: fix warning in remove_proc_entry when rmmod sata_fsl + - scsi: lpfc: Fix non-recovery of remote ports following an unsolicited LOGO + - scsi: ufs: ufs-pci: Add support for Intel ADL + - ipv6: fix memory leak in fib6_rule_suppress + - drm/amd/display: Allow DSC on supported MST branch devices + - drm/i915/dp: Perform 30ms delay after source OUI write + - KVM: fix avic_set_running for preemptable kernels + - KVM: Disallow user memslot with size that exceeds "unsigned long" + - KVM: x86/mmu: Fix TLB flush range when handling disconnected pt + - KVM: Ensure local memslot copies operate on up-to-date arch-specific data + - KVM: x86: ignore APICv if LAPIC is not enabled + - KVM: nVMX: Emulate guest TLB flush on nested VM-Enter with new vpid12 + - KVM: nVMX: Flush current VPID (L1 vs. L2) for KVM_REQ_TLB_FLUSH_GUEST + - KVM: nVMX: Abide to KVM_REQ_TLB_FLUSH_GUEST request on nested vmentry/vmexit + - KVM: VMX: prepare sync_pir_to_irr for running with APICv disabled + - KVM: x86: Use a stable condition around all VT-d PI paths + - KVM: MMU: shadow nested paging does not have PKU + - KVM: arm64: Avoid setting the upper 32 bits of TCR_EL2 and CPTR_EL2 to 1 + - KVM: X86: Use vcpu->arch.walk_mmu for kvm_mmu_invlpg() + - KVM: x86: check PIR even for vCPUs with disabled APICv + - tracing/histograms: String compares should not care about signed values + - net: dsa: mv88e6xxx: Fix application of erratum 4.8 for 88E6393X + - net: dsa: mv88e6xxx: Drop unnecessary check in + mv88e6393x_serdes_erratum_4_6() + - net: dsa: mv88e6xxx: Save power by disabling SerDes trasmitter and receiver + - net: dsa: mv88e6xxx: Add fix for erratum 5.2 of 88E6393X family + - net: dsa: mv88e6xxx: Fix inband AN for 2500base-x on 88E6393X family + - net: dsa: mv88e6xxx: Link in pcs_get_state() if AN is bypassed + - wireguard: selftests: increase default dmesg log size + - wireguard: allowedips: add missing __rcu annotation to satisfy sparse + - wireguard: selftests: actually test for routing loops + - wireguard: selftests: rename DEBUG_PI_LIST to DEBUG_PLIST + - wireguard: device: reset peer src endpoint when netns exits + - wireguard: receive: use ring buffer for incoming handshakes + - wireguard: receive: drop handshakes if queue lock is contended + - wireguard: ratelimiter: use kvcalloc() instead of kvzalloc() + - i2c: stm32f7: flush TX FIFO upon transfer errors + - i2c: stm32f7: recover the bus on access timeout + - i2c: stm32f7: stop dma transfer in case of NACK + - i2c: cbus-gpio: set atomic transfer callback + - natsemi: xtensa: fix section mismatch warnings + - tcp: fix page frag corruption on page fault + - net: qlogic: qlcnic: Fix a NULL pointer dereference in + qlcnic_83xx_add_rings() + - net: mpls: Fix notifications when deleting a device + - siphash: use _unaligned version by default + - arm64: ftrace: add missing BTIs + - iwlwifi: fix warnings produced by kernel debug options + - net/mlx5e: IPsec: Fix Software parser inner l3 type setting in case of + encapsulation + - net/mlx4_en: Fix an use-after-free bug in mlx4_en_try_alloc_resources() + - selftests: net: Correct case name + - net: dsa: b53: Add SPI ID table + - mt76: mt7915: fix NULL pointer dereference in mt7915_get_phy_mode + - ASoC: tegra: Fix wrong value type in ADMAIF + - ASoC: tegra: Fix wrong value type in I2S + - ASoC: tegra: Fix wrong value type in DMIC + - ASoC: tegra: Fix wrong value type in DSPK + - ASoC: tegra: Fix kcontrol put callback in ADMAIF + - ASoC: tegra: Fix kcontrol put callback in I2S + - ASoC: tegra: Fix kcontrol put callback in DMIC + - ASoC: tegra: Fix kcontrol put callback in DSPK + - ASoC: tegra: Fix kcontrol put callback in AHUB + - rxrpc: Fix rxrpc_peer leak in rxrpc_look_up_bundle() + - rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer() + - ALSA: intel-dsp-config: add quirk for CML devices based on ES8336 codec + - net: stmmac: Avoid DMA_CHAN_CONTROL write if no Split Header support + - net: usb: lan78xx: lan78xx_phy_init(): use PHY_POLL instead of "0" if no IRQ + is available + - net: marvell: mvpp2: Fix the computation of shared CPUs + - dpaa2-eth: destroy workqueue at the end of remove function + - octeontx2-af: Fix a memleak bug in rvu_mbox_init() + - net: annotate data-races on txq->xmit_lock_owner + - ipv4: convert fib_num_tclassid_users to atomic_t + - net/smc: fix wrong list_del in smc_lgr_cleanup_early + - net/rds: correct socket tunable error in rds_tcp_tune() + - net/smc: Keep smc_close_final rc during active close + - drm/msm/a6xx: Allocate enough space for GMU registers + - drm/msm: Do hw_init() before capturing GPU state + - drm/vc4: kms: Wait for the commit before increasing our clock rate + - drm/vc4: kms: Fix return code check + - drm/vc4: kms: Add missing drm_crtc_commit_put + - drm/vc4: kms: Clear the HVS FIFO commit pointer once done + - drm/vc4: kms: Don't duplicate pending commit + - drm/vc4: kms: Fix previous HVS commit wait + - atlantic: Increase delay for fw transactions + - atlatnic: enable Nbase-t speeds with base-t + - atlantic: Fix to display FW bundle version instead of FW mac version. + - atlantic: Add missing DIDs and fix 115c. + - Remove Half duplex mode speed capabilities. + - atlantic: Fix statistics logic for production hardware + - atlantic: Remove warn trace message. + - KVM: x86/mmu: Skip tlb flush if it has been done in zap_gfn_range() + - KVM: x86/mmu: Pass parameter flush as false in + kvm_tdp_mmu_zap_collapsible_sptes() + - drm/msm/devfreq: Fix OPP refcnt leak + - drm/msm: Fix mmap to include VM_IO and VM_DONTDUMP + - drm/msm: Fix wait_fence submitqueue leak + - drm/msm: Restore error return on invalid fence + - ASoC: rk817: Add module alias for rk817-codec + - iwlwifi: Fix memory leaks in error handling path + - KVM: X86: Fix when shadow_root_level=5 && guest root_level<4 + - KVM: SEV: initialize regions_list of a mirror VM + - net/mlx5e: Fix missing IPsec statistics on uplink representor + - net/mlx5: Move MODIFY_RQT command to ignore list in internal error state + - net/mlx5: E-switch, Respect BW share of the new group + - net/mlx5: E-Switch, fix single FDB creation on BlueField + - net/mlx5: E-Switch, Check group pointer before reading bw_share value + - KVM: x86/pmu: Fix reserved bits for AMD PerfEvtSeln register + - KVM: VMX: Set failure code in prepare_vmcs02() + - mctp: Don't let RTM_DELROUTE delete local routes + - Revert "drm/i915: Implement Wa_1508744258" + - io-wq: don't retry task_work creation failure on fatal conditions + - x86/sev: Fix SEV-ES INS/OUTS instructions for word, dword, and qword + - x86/entry: Add a fence for kernel entry SWAPGS in paranoid_entry() + - x86/entry: Use the correct fence macro after swapgs in kernel CR3 + - x86/xen: Add xenpv_restore_regs_and_return_to_usermode() + - preempt/dynamic: Fix setup_preempt_mode() return value + - sched/uclamp: Fix rq->uclamp_max not set on first enqueue + - KVM: SEV: Return appropriate error codes if SEV-ES scratch setup fails + - KVM: x86/mmu: Rename slot_handle_leaf to slot_handle_level_4k + - KVM: x86/mmu: Remove spurious TLB flushes in TDP MMU zap collapsible path + - net/mlx5e: Rename lro_timeout to packet_merge_timeout + - net/mlx5e: Rename TIR lro functions to TIR packet merge functions + - net/mlx5e: Sync TIR params updates against concurrent create/modify + - serial: 8250_bcm7271: UART errors after resuming from S2 + - parisc: Fix KBUILD_IMAGE for self-extracting kernel + - parisc: Fix "make install" on newer debian releases + - parisc: Mark cr16 CPU clocksource unstable on all SMP machines + - vgacon: Propagate console boot parameters before calling `vc_resize' + - xhci: Fix commad ring abort, write all 64 bits to CRCR register. + - USB: NO_LPM quirk Lenovo Powered USB-C Travel Hub + - usb: typec: tcpm: Wait in SNK_DEBOUNCED until disconnect + - usb: cdns3: gadget: fix new urb never complete if ep cancel previous + requests + - usb: cdnsp: Fix a NULL pointer dereference in cdnsp_endpoint_init() + - x86/tsc: Add a timer to make sure TSC_adjust is always checked + - x86/tsc: Disable clocksource watchdog for TSC on qualified platorms + - x86/64/mm: Map all kernel memory into trampoline_pgd + - tty: serial: msm_serial: Deactivate RX DMA for polling support + - serial: pl011: Add ACPI SBSA UART match id + - serial: tegra: Change lower tolerance baud rate limit for tegra20 and + tegra30 + - serial: core: fix transmit-buffer reset and memleak + - serial: 8250_pci: Fix ACCES entries in pci_serial_quirks array + - serial: 8250_pci: rewrite pericom_do_set_divisor() + - serial: 8250: Fix RTS modem control while in rs485 mode + - serial: liteuart: Fix NULL pointer dereference in ->remove() + - serial: liteuart: fix use-after-free and memleak on unbind + - serial: liteuart: fix minor-number leak on probe errors + - ipmi: msghandler: Make symbol 'remove_work_wq' static + - Linux 5.15.7 + + * Updates to ib_peer_memory requested by Nvidia (LP: #1947206) + - SAUCE: RDMA/core: Updated ib_peer_memory + - SAUCE: RDMA/core: ib_peer_memory fix build errors + + * Jammy update: v5.15.6 upstream stable release (LP: #1953370) + - scsi: sd: Fix sd_do_mode_sense() buffer length handling + - ACPI: Get acpi_device's parent from the parent field + - ACPI: CPPC: Add NULL pointer check to cppc_get_perf() + - USB: serial: pl2303: fix GC type detection + - USB: serial: option: add Telit LE910S1 0x9200 composition + - USB: serial: option: add Fibocom FM101-GL variants + - usb: dwc2: gadget: Fix ISOC flow for elapsed frames + - usb: dwc2: hcd_queue: Fix use of floating point literal + - usb: dwc3: leave default DMA for PCI devices + - usb: dwc3: core: Revise GHWPARAMS9 offset + - usb: dwc3: gadget: Ignore NoStream after End Transfer + - usb: dwc3: gadget: Check for L1/L2/U3 for Start Transfer + - usb: dwc3: gadget: Fix null pointer exception + - net: usb: Correct PHY handling of smsc95xx + - net: nexthop: fix null pointer dereference when IPv6 is not enabled + - usb: chipidea: ci_hdrc_imx: fix potential error pointer dereference in probe + - usb: typec: fusb302: Fix masking of comparator and bc_lvl interrupts + - usb: xhci: tegra: Check padctrl interrupt presence in device tree + - usb: hub: Fix usb enumeration issue due to address0 race + - usb: hub: Fix locking issues with address0_mutex + - binder: fix test regression due to sender_euid change + - ALSA: ctxfi: Fix out-of-range access + - ALSA: hda/realtek: Add quirk for ASRock NUC Box 1100 + - ALSA: hda/realtek: Fix LED on HP ProBook 435 G7 + - media: cec: copy sequence field for the reply + - Revert "parisc: Fix backtrace to always include init funtion names" + - HID: wacom: Use "Confidence" flag to prevent reporting invalid contacts + - staging/fbtft: Fix backlight + - staging: greybus: Add missing rwsem around snd_ctl_remove() calls + - staging: rtl8192e: Fix use after free in _rtl92e_pci_disconnect() + - staging: r8188eu: Use kzalloc() with GFP_ATOMIC in atomic context + - staging: r8188eu: Fix breakage introduced when 5G code was removed + - staging: r8188eu: use GFP_ATOMIC under spinlock + - staging: r8188eu: fix a memory leak in rtw_wx_read32() + - fuse: release pipe buf after last use + - xen: don't continue xenstore initialization in case of errors + - xen: detect uninitialized xenbus in xenbus_init + - io_uring: correct link-list traversal locking + - io_uring: fail cancellation for EXITING tasks + - io_uring: fix link traversal locking + - drm/amdgpu: IH process reset count when restart + - drm/amdgpu/pm: fix powerplay OD interface + - drm/nouveau: recognise GA106 + - ksmbd: downgrade addition info error msg to debug in smb2_get_info_sec() + - ksmbd: contain default data stream even if xattr is empty + - ksmbd: fix memleak in get_file_stream_info() + - KVM: PPC: Book3S HV: Prevent POWER7/8 TLB flush flushing SLB + - tracing/uprobe: Fix uprobe_perf_open probes iteration + - tracing: Fix pid filtering when triggers are attached + - mmc: sdhci-esdhc-imx: disable CMDQ support + - mmc: sdhci: Fix ADMA for PAGE_SIZE >= 64KiB + - mdio: aspeed: Fix "Link is Down" issue + - arm64: mm: Fix VM_BUG_ON(mm != &init_mm) for trans_pgd + - cpufreq: intel_pstate: Fix active mode offline/online EPP handling + - powerpc/32: Fix hardlockup on vmap stack overflow + - iomap: Fix inline extent handling in iomap_readpage + - NFSv42: Fix pagecache invalidation after COPY/CLONE + - PCI: aardvark: Deduplicate code in advk_pcie_rd_conf() + - PCI: aardvark: Implement re-issuing config requests on CRS response + - PCI: aardvark: Simplify initialization of rootcap on virtual bridge + - PCI: aardvark: Fix link training + - drm/amd/display: Fix OLED brightness control on eDP + - proc/vmcore: fix clearing user buffer by properly using clear_user() + - ASoC: SOF: Intel: hda: fix hotplug when only codec is suspended + - netfilter: ctnetlink: fix filtering with CTA_TUPLE_REPLY + - netfilter: ctnetlink: do not erase error code with EINVAL + - netfilter: ipvs: Fix reuse connection if RS weight is 0 + - netfilter: flowtable: fix IPv6 tunnel addr match + - media: v4l2-core: fix VIDIOC_DQEVENT handling on non-x86 + - firmware: arm_scmi: Fix null de-reference on error path + - ARM: dts: BCM5301X: Fix I2C controller interrupt + - ARM: dts: BCM5301X: Add interrupt properties to GPIO node + - ARM: dts: bcm2711: Fix PCIe interrupts + - ASoC: qdsp6: q6routing: Conditionally reset FrontEnd Mixer + - ASoC: qdsp6: q6asm: fix q6asm_dai_prepare error handling + - ASoC: topology: Add missing rwsem around snd_ctl_remove() calls + - ASoC: codecs: wcd938x: fix volatile register range + - ASoC: codecs: wcd934x: return error code correctly from hw_params + - ASoC: codecs: lpass-rx-macro: fix HPHR setting CLSH mask + - net: ieee802154: handle iftypes as u32 + - firmware: arm_scmi: Fix base agent discover response + - firmware: arm_scmi: pm: Propagate return value to caller + - ASoC: stm32: i2s: fix 32 bits channel length without mclk + - NFSv42: Don't fail clone() unless the OP_CLONE operation failed + - ARM: socfpga: Fix crash with CONFIG_FORTIRY_SOURCE + - drm/nouveau/acr: fix a couple NULL vs IS_ERR() checks + - scsi: qla2xxx: edif: Fix off by one bug in qla_edif_app_getfcinfo() + - scsi: mpt3sas: Fix kernel panic during drive powercycle test + - scsi: mpt3sas: Fix system going into read-only mode + - scsi: mpt3sas: Fix incorrect system timestamp + - drm/vc4: fix error code in vc4_create_object() + - drm/aspeed: Fix vga_pw sysfs output + - net: marvell: prestera: fix brige port operation + - net: marvell: prestera: fix double free issue on err path + - HID: input: Fix parsing of HID_CP_CONSUMER_CONTROL fields + - HID: input: set usage type to key on keycode remap + - HID: magicmouse: prevent division by 0 on scroll + - iavf: Prevent changing static ITR values if adaptive moderation is on + - iavf: Fix refreshing iavf adapter stats on ethtool request + - iavf: Fix VLAN feature flags after VFR + - x86/pvh: add prototype for xen_pvh_init() + - xen/pvh: add missing prototype to header + - ALSA: intel-dsp-config: add quirk for JSL devices based on ES8336 codec + - mptcp: fix delack timer + - mptcp: use delegate action to schedule 3rd ack retrans + - af_unix: fix regression in read after shutdown + - firmware: smccc: Fix check for ARCH_SOC_ID not implemented + - ipv6: fix typos in __ip6_finish_output() + - nfp: checking parameter process for rx-usecs/tx-usecs is invalid + - net: stmmac: retain PTP clock time during SIOCSHWTSTAMP ioctls + - net: ipv6: add fib6_nh_release_dsts stub + - net: nexthop: release IPv6 per-cpu dsts when replacing a nexthop group + - ice: fix vsi->txq_map sizing + - ice: avoid bpf_prog refcount underflow + - scsi: core: sysfs: Fix setting device state to SDEV_RUNNING + - scsi: scsi_debug: Zero clear zones at reset write pointer + - erofs: fix deadlock when shrink erofs slab + - i2c: virtio: disable timeout handling + - net/smc: Ensure the active closing peer first closes clcsock + - mlxsw: spectrum: Protect driver from buggy firmware + - net: ipa: directly disable ipa-setup-ready interrupt + - net: ipa: separate disabling setup from modem stop + - net: ipa: kill ipa_cmd_pipeline_clear() + - net: marvell: mvpp2: increase MTU limit when XDP enabled + - cpufreq: intel_pstate: Add Ice Lake server to out-of-band IDs + - nvmet-tcp: fix incomplete data digest send + - drm/hyperv: Fix device removal on Gen1 VMs + - arm64: uaccess: avoid blocking within critical sections + - net/ncsi : Add payload to be 32-bit aligned to fix dropped packets + - PM: hibernate: use correct mode for swsusp_close() + - drm/amd/display: Fix DPIA outbox timeout after GPU reset + - drm/amd/display: Set plane update flags for all planes in reset + - tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited + flows + - lan743x: fix deadlock in lan743x_phy_link_status_change() + - net: phylink: Force link down and retrigger resolve on interface change + - net: phylink: Force retrigger in case of latched link-fail indicator + - net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk() + - net/smc: Fix loop in smc_listen + - nvmet: use IOCB_NOWAIT only if the filesystem supports it + - igb: fix netpoll exit with traffic + - MIPS: loongson64: fix FTLB configuration + - MIPS: use 3-level pgtable for 64KB page size on MIPS_VA_BITS_48 + - tls: splice_read: fix record type check + - tls: splice_read: fix accessing pre-processed records + - tls: fix replacing proto_ops + - net: stmmac: Disable Tx queues when reconfiguring the interface + - net/sched: sch_ets: don't peek at classes beyond 'nbands' + - ethtool: ioctl: fix potential NULL deref in ethtool_set_coalesce() + - net: vlan: fix underflow for the real_dev refcnt + - net/smc: Don't call clcsock shutdown twice when smc shutdown + - net: hns3: fix VF RSS failed problem after PF enable multi-TCs + - net: hns3: fix incorrect components info of ethtool --reset command + - net: mscc: ocelot: don't downgrade timestamping RX filters in SIOCSHWTSTAMP + - net: mscc: ocelot: correctly report the timestamping RX filters in ethtool + - locking/rwsem: Make handoff bit handling more consistent + - perf: Ignore sigtrap for tracepoints destined for other tasks + - sched/scs: Reset task stack state in bringup_cpu() + - iommu/rockchip: Fix PAGE_DESC_HI_MASKs for RK3568 + - iommu/vt-d: Fix unmap_pages support + - f2fs: quota: fix potential deadlock + - f2fs: set SBI_NEED_FSCK flag when inconsistent node block found + - riscv: dts: microchip: fix board compatible + - riscv: dts: microchip: drop duplicated MMC/SDHC node + - cifs: nosharesock should not share socket with future sessions + - ceph: properly handle statfs on multifs setups + - iommu/amd: Clarify AMD IOMMUv2 initialization messages + - vdpa_sim: avoid putting an uninitialized iova_domain + - vhost/vsock: fix incorrect used length reported to the guest + - ksmbd: Fix an error handling path in 'smb2_sess_setup()' + - tracing: Check pid filtering when creating events + - cifs: nosharesock should be set on new server + - io_uring: fix soft lockup when call __io_remove_buffers + - firmware: arm_scmi: Fix type error assignment in voltage protocol + - firmware: arm_scmi: Fix type error in sensor protocol + - docs: accounting: update delay-accounting.rst reference + - blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and + disk_release() + - block: avoid to quiesce queue in elevator_init_mq + - drm/amdgpu/gfx10: add wraparound gpu counter check for APUs as well + - drm/amdgpu/gfx9: switch to golden tsc registers for renoir+ + - Linux 5.15.6 + + * Fix bogus HDMI audio interface (LP: #1953208) + - ALSA: hda/hdmi: Consider ELD is invalid when no SAD is present + + * Miscellaneous Ubuntu changes + - [Config] re-enabled UBSAN without TRAP + - SAUCE: ipv6: fix NULL pointer dereference in ip6_output() + - SAUCE: RDMA/core: Introduce peer memory interface + - [Config] toolchain version update + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Config] Temporarily disable signing for ppc64el and s390x" + - Revert "UBUNTU: SAUCE: vt -- maintain bootloader screen mode and content + until vt switch" + + -- Paolo Pisati Mon, 13 Dec 2021 12:13:17 +0100 + +linux (5.15.0-13.13) jammy; urgency=medium + + * jammy/linux: 5.15.0-13.13 -proposed tracker (LP: #1952583) + + * Packaging resync (LP: #1786013) + - [Packaging] resync update-dkms-versions helper + - debian/dkms-versions -- update from kernel-versions (main/master) + + * Jammy update: v5.15.5 upstream stable release (LP: #1952579) + - arm64: zynqmp: Do not duplicate flash partition label property + - arm64: zynqmp: Fix serial compatible string + - clk: sunxi-ng: Unregister clocks/resets when unbinding + - ARM: dts: sunxi: Fix OPPs node name + - arm64: dts: allwinner: h5: Fix GPU thermal zone node name + - arm64: dts: allwinner: a100: Fix thermal zone node name + - staging: wfx: ensure IRQ is ready before enabling it + - ARM: dts: BCM5301X: Fix nodes names + - ARM: dts: BCM5301X: Fix MDIO mux binding + - ARM: dts: NSP: Fix mpcore, mmc node names + - arm64: dts: broadcom: bcm4908: Move reboot syscon out of bus + - scsi: pm80xx: Fix memory leak during rmmod + - scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq() + - ASoC: mediatek: mt8195: Add missing of_node_put() + - arm64: dts: rockchip: Disable CDN DP on Pinebook Pro + - arm64: dts: hisilicon: fix arm,sp805 compatible string + - RDMA/bnxt_re: Check if the vlan is valid before reporting + - bus: ti-sysc: Add quirk handling for reinit on context lost + - bus: ti-sysc: Use context lost quirk for otg + - usb: musb: tusb6010: check return value after calling + platform_get_resource() + - usb: typec: tipd: Remove WARN_ON in tps6598x_block_read + - ARM: dts: ux500: Skomer regulator fixes + - staging: rtl8723bs: remove possible deadlock when disconnect (v2) + - staging: rtl8723bs: remove a second possible deadlock + - staging: rtl8723bs: remove a third possible deadlock + - ARM: BCM53016: Specify switch ports for Meraki MR32 + - arm64: dts: qcom: msm8998: Fix CPU/L2 idle state latency and residency + - arm64: dts: qcom: ipq6018: Fix qcom,controlled-remotely property + - arm64: dts: qcom: ipq8074: Fix qcom,controlled-remotely property + - arm64: dts: qcom: sdm845: Fix qcom,controlled-remotely property + - arm64: dts: freescale: fix arm,sp805 compatible string + - arm64: dts: ls1012a: Add serial alias for ls1012a-rdb + - RDMA/rxe: Separate HW and SW l/rkeys + - ASoC: SOF: Intel: hda-dai: fix potential locking issue + - scsi: core: Fix scsi_mode_sense() buffer length handling + - ALSA: usb-audio: disable implicit feedback sync for Behringer UFX1204 and + UFX1604 + - clk: imx: imx6ul: Move csi_sel mux to correct base register + - ASoC: es8316: Use IRQF_NO_AUTOEN when requesting the IRQ + - ASoC: rt5651: Use IRQF_NO_AUTOEN when requesting the IRQ + - ASoC: nau8824: Add DMI quirk mechanism for active-high jack-detect + - scsi: advansys: Fix kernel pointer leak + - scsi: smartpqi: Add controller handshake during kdump + - arm64: dts: imx8mm-kontron: Fix reset delays for ethernet PHY + - ALSA: intel-dsp-config: add quirk for APL/GLK/TGL devices based on ES8336 + codec + - ASoC: Intel: soc-acpi: add missing quirk for TGL SDCA single amp + - ASoC: Intel: sof_sdw: add missing quirk for Dell SKU 0A45 + - firmware_loader: fix pre-allocated buf built-in firmware use + - HID: multitouch: disable sticky fingers for UPERFECT Y + - ALSA: usb-audio: Add support for the Pioneer DJM 750MK2 Mixer/Soundcard + - ARM: dts: omap: fix gpmc,mux-add-data type + - usb: host: ohci-tmio: check return value after calling + platform_get_resource() + - ASoC: rt5682: fix a little pop while playback + - ARM: dts: ls1021a: move thermal-zones node out of soc/ + - ARM: dts: ls1021a-tsn: use generic "jedec,spi-nor" compatible for flash + - ALSA: ISA: not for M68K + - iommu/vt-d: Do not falsely log intel_iommu is unsupported kernel option + - tty: tty_buffer: Fix the softlockup issue in flush_to_ldisc + - MIPS: sni: Fix the build + - scsi: scsi_debug: Fix out-of-bound read in resp_readcap16() + - scsi: scsi_debug: Fix out-of-bound read in resp_report_tgtpgs() + - scsi: target: Fix ordered tag handling + - scsi: target: Fix alua_tg_pt_gps_count tracking + - iio: imu: st_lsm6dsx: Avoid potential array overflow in st_lsm6dsx_set_odr() + - RDMA/core: Use kvzalloc when allocating the struct ib_port + - scsi: lpfc: Fix use-after-free in lpfc_unreg_rpi() routine + - scsi: lpfc: Fix link down processing to address NULL pointer dereference + - scsi: lpfc: Allow fabric node recovery if recovery is in progress before + devloss + - memory: tegra20-emc: Add runtime dependency on devfreq governor module + - powerpc/5200: dts: fix memory node unit name + - ARM: dts: qcom: fix memory and mdio nodes naming for RB3011 + - arm64: dts: qcom: Fix node name of rpm-msg-ram device nodes + - ALSA: gus: fix null pointer dereference on pointer block + - ALSA: usb-audio: fix null pointer dereference on pointer cs_desc + - clk: at91: sama7g5: remove prescaler part of master clock + - iommu/dart: Initialize DART_STREAMS_ENABLE + - powerpc/dcr: Use cmplwi instead of 3-argument cmpli + - powerpc/8xx: Fix Oops with STRICT_KERNEL_RWX without DEBUG_RODATA_TEST + - sh: check return code of request_irq + - maple: fix wrong return value of maple_bus_init(). + - f2fs: fix up f2fs_lookup tracepoints + - f2fs: fix to use WHINT_MODE + - f2fs: fix wrong condition to trigger background checkpoint correctly + - sh: fix kconfig unmet dependency warning for FRAME_POINTER + - sh: math-emu: drop unused functions + - sh: define __BIG_ENDIAN for math-emu + - f2fs: compress: disallow disabling compress on non-empty compressed file + - f2fs: fix incorrect return value in f2fs_sanity_check_ckpt() + - clk: ingenic: Fix bugs with divided dividers + - clk/ast2600: Fix soc revision for AHB + - clk: qcom: gcc-msm8996: Drop (again) gcc_aggre1_pnoc_ahb_clk + - KVM: arm64: Fix host stage-2 finalization + - mips: BCM63XX: ensure that CPU_SUPPORTS_32BIT_KERNEL is set + - MIPS: boot/compressed/: add __bswapdi2() to target for ZSTD decompression + - sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain() + - sched/fair: Prevent dead task groups from regaining cfs_rq's + - perf/x86/vlbr: Add c->flags to vlbr event constraints + - blkcg: Remove extra blkcg_bio_issue_init + - tracing/histogram: Do not copy the fixed-size char array field over the + field size + - perf bpf: Avoid memory leak from perf_env__insert_btf() + - perf bench futex: Fix memory leak of perf_cpu_map__new() + - perf tests: Remove bash construct from record+zstd_comp_decomp.sh + - drm/nouveau: hdmigv100.c: fix corrupted HDMI Vendor InfoFrame + - bpf: Fix inner map state pruning regression. + - samples/bpf: Fix summary per-sec stats in xdp_sample_user + - samples/bpf: Fix incorrect use of strlen in xdp_redirect_cpu + - selftests: net: switch to socat in the GSO GRE test + - net/ipa: ipa_resource: Fix wrong for loop range + - tcp: Fix uninitialized access in skb frags array for Rx 0cp. + - tracing: Add length protection to histogram string copies + - nl80211: fix radio statistics in survey dump + - mac80211: fix monitor_sdata RCU/locking assertions + - net: ipa: HOLB register sometimes must be written twice + - net: ipa: disable HOLB drop when updating timer + - selftests: gpio: fix gpio compiling error + - net: bnx2x: fix variable dereferenced before check + - bnxt_en: reject indirect blk offload when hw-tc-offload is off + - tipc: only accept encrypted MSG_CRYPTO msgs + - sock: fix /proc/net/sockstat underflow in sk_clone_lock() + - net/smc: Make sure the link_id is unique + - NFSD: Fix exposure in nfsd4_decode_bitmap() + - iavf: Fix return of set the new channel count + - iavf: check for null in iavf_fix_features + - iavf: free q_vectors before queues in iavf_disable_vf + - iavf: don't clear a lock we don't hold + - iavf: Fix failure to exit out from last all-multicast mode + - iavf: prevent accidental free of filter structure + - iavf: validate pointers + - iavf: Fix for the false positive ASQ/ARQ errors while issuing VF reset + - iavf: Fix for setting queues to 0 + - iavf: Restore VLAN filters after link down + - bpf: Fix toctou on read-only map's constant scalar tracking + - MIPS: generic/yamon-dt: fix uninitialized variable error + - mips: bcm63xx: add support for clk_get_parent() + - mips: lantiq: add support for clk_get_parent() + - gpio: rockchip: needs GENERIC_IRQ_CHIP to fix build errors + - platform/x86: hp_accel: Fix an error handling path in 'lis3lv02d_probe()' + - platform/x86: think-lmi: Abort probe on analyze failure + - udp: Validate checksum in udp_read_sock() + - btrfs: make 1-bit bit-fields of scrub_page unsigned int + - RDMA/core: Set send and receive CQ before forwarding to the driver + - net/mlx5e: kTLS, Fix crash in RX resync flow + - net/mlx5e: Wait for concurrent flow deletion during neigh/fib events + - net/mlx5: E-Switch, Fix resetting of encap mode when entering switchdev + - net/mlx5e: nullify cq->dbg pointer in mlx5_debug_cq_remove() + - net/mlx5: Update error handler for UCTX and UMEM + - net/mlx5: E-Switch, rebuild lag only when needed + - net/mlx5e: CT, Fix multiple allocations and memleak of mod acts + - net/mlx5: Lag, update tracker when state change event received + - net/mlx5: E-Switch, return error if encap isn't supported + - scsi: ufs: core: Improve SCSI abort handling + - scsi: core: sysfs: Fix hang when device state is set via sysfs + - scsi: ufs: core: Fix task management completion timeout race + - scsi: ufs: core: Fix another task management completion race + - net: mvmdio: fix compilation warning + - net: sched: act_mirred: drop dst for the direction from egress to ingress + - net: dpaa2-eth: fix use-after-free in dpaa2_eth_remove + - net: virtio_net_hdr_to_skb: count transport header in UFO + - i40e: Fix correct max_pkt_size on VF RX queue + - i40e: Fix NULL ptr dereference on VSI filter sync + - i40e: Fix changing previously set num_queue_pairs for PFs + - i40e: Fix ping is lost after configuring ADq on VF + - RDMA/mlx4: Do not fail the registration on port stats + - i40e: Fix warning message and call stack during rmmod i40e driver + - i40e: Fix creation of first queue by omitting it if is not power of two + - i40e: Fix display error code in dmesg + - NFC: reorganize the functions in nci_request + - NFC: reorder the logic in nfc_{un,}register_device + - NFC: add NCI_UNREG flag to eliminate the race + - e100: fix device suspend/resume + - ptp: ocp: Fix a couple NULL vs IS_ERR() checks + - tools build: Fix removal of feature-sync-compare-and-swap feature detection + - riscv: fix building external modules + - KVM: PPC: Book3S HV: Use GLOBAL_TOC for kvmppc_h_set_dabr/xdabr() + - powerpc: clean vdso32 and vdso64 directories + - powerpc/pseries: rename numa_dist_table to form2_distances + - powerpc/pseries: Fix numa FORM2 parsing fallback code + - pinctrl: qcom: sdm845: Enable dual edge errata + - pinctrl: qcom: sm8350: Correct UFS and SDC offsets + - perf/x86/intel/uncore: Fix filter_tid mask for CHA events on Skylake Server + - perf/x86/intel/uncore: Fix IIO event constraints for Skylake Server + - perf/x86/intel/uncore: Fix IIO event constraints for Snowridge + - s390/kexec: fix return code handling + - blk-cgroup: fix missing put device in error path from blkg_conf_pref() + - dmaengine: remove debugfs #ifdef + - tun: fix bonding active backup with arp monitoring + - Revert "mark pstore-blk as broken" + - pstore/blk: Use "%lu" to format unsigned long + - hexagon: export raw I/O routines for modules + - hexagon: clean up timer-regs.h + - tipc: check for null after calling kmemdup + - ipc: WARN if trying to remove ipc object which is absent + - shm: extend forced shm destroy to support objects from several IPC nses + - mm: kmemleak: slob: respect SLAB_NOLEAKTRACE flag + - hugetlb, userfaultfd: fix reservation restore on userfaultfd error + - kmap_local: don't assume kmap PTEs are linear arrays in memory + - mm/damon/dbgfs: use '__GFP_NOWARN' for user-specified size buffer allocation + - mm/damon/dbgfs: fix missed use of damon_dbgfs_lock + - x86/boot: Pull up cmdline preparation and early param parsing + - x86/sgx: Fix free page accounting + - x86/hyperv: Fix NULL deref in set_hv_tscchange_cb() if Hyper-V setup fails + - KVM: x86: Assume a 64-bit hypercall for guests with protected state + - KVM: x86: Fix uninitialized eoi_exit_bitmap usage in vcpu_load_eoi_exitmap() + - KVM: x86/mmu: include EFER.LMA in extended mmu role + - KVM: x86/xen: Fix get_attr of KVM_XEN_ATTR_TYPE_SHARED_INFO + - powerpc/signal32: Fix sigset_t copy + - powerpc/xive: Change IRQ domain to a tree domain + - powerpc/8xx: Fix pinned TLBs with CONFIG_STRICT_KERNEL_RWX + - Revert "drm/i915/tgl/dsi: Gate the ddi clocks after pll mapping" + - Revert "parisc: Reduce sigreturn trampoline to 3 instructions" + - ata: libata: improve ata_read_log_page() error message + - ata: libata: add missing ata_identify_page_supported() calls + - scsi: qla2xxx: Fix mailbox direction flags in qla2xxx_get_adapter_id() + - pinctrl: ralink: include 'ralink_regs.h' in 'pinctrl-mt7620.c' + - s390/setup: avoid reserving memory above identity mapping + - s390/boot: simplify and fix kernel memory layout setup + - s390/vdso: filter out -mstack-guard and -mstack-size + - s390/kexec: fix memory leak of ipl report buffer + - s390/dump: fix copying to user-space of swapped kdump oldmem + - block: Check ADMIN before NICE for IOPRIO_CLASS_RT + - fbdev: Prevent probing generic drivers if a FB is already registered + - KVM: SEV: Disallow COPY_ENC_CONTEXT_FROM if target has created vCPUs + - KVM: nVMX: don't use vcpu->arch.efer when checking host state on nested + state load + - drm/cma-helper: Release non-coherent memory with dma_free_noncoherent() + - printk: restore flushing of NMI buffers on remote CPUs after NMI backtraces + - udf: Fix crash after seekdir + - spi: fix use-after-free of the add_lock mutex + - net: stmmac: socfpga: add runtime suspend/resume callback for stratix10 + platform + - Drivers: hv: balloon: Use VMBUS_RING_SIZE() wrapper for dm_ring_size + - btrfs: fix memory ordering between normal and ordered work functions + - fs: handle circular mappings correctly + - net: stmmac: Fix signed/unsigned wreckage + - parisc/sticon: fix reverse colors + - cfg80211: call cfg80211_stop_ap when switch from P2P_GO type + - mac80211: fix radiotap header generation + - mac80211: drop check for DONT_REORDER in __ieee80211_select_queue + - drm/amd/display: Update swizzle mode enums + - drm/amd/display: Limit max DSC target bpp for specific monitors + - drm/i915/guc: Fix outstanding G2H accounting + - drm/i915/guc: Don't enable scheduling on a banned context, guc_id invalid, + not registered + - drm/i915/guc: Workaround reset G2H is received after schedule done G2H + - drm/i915/guc: Don't drop ce->guc_active.lock when unwinding context + - drm/i915/guc: Unwind context requests in reverse order + - drm/udl: fix control-message timeout + - drm/prime: Fix use after free in mmap with drm_gem_ttm_mmap + - drm/nouveau: Add a dedicated mutex for the clients list + - drm/nouveau: use drm_dev_unplug() during device removal + - drm/nouveau: clean up all clients on device removal + - drm/i915/dp: Ensure sink rate values are always valid + - drm/i915/dp: Ensure max link params are always valid + - drm/i915: Fix type1 DVI DP dual mode adapter heuristic for modern platforms + - drm/amdgpu: fix set scaling mode Full/Full aspect/Center not works on vga + and dvi connectors + - drm/amd/pm: avoid duplicate powergate/ungate setting + - signal: Implement force_fatal_sig + - exit/syscall_user_dispatch: Send ordinary signals on failure + - signal/powerpc: On swapcontext failure force SIGSEGV + - signal/s390: Use force_sigsegv in default_trap_handler + - signal/sparc32: Exit with a fatal signal when try_to_clear_window_buffer + fails + - signal/sparc32: In setup_rt_frame and setup_fram use force_fatal_sig + - signal/vm86_32: Properly send SIGSEGV when the vm86 state cannot be saved. + - signal/x86: In emulate_vsyscall force a signal instead of calling do_exit + - signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV) + - signal: Don't always set SA_IMMUTABLE for forced signals + - signal: Replace force_fatal_sig with force_exit_sig when in doubt + - hugetlbfs: flush TLBs correctly after huge_pmd_unshare + - RDMA/netlink: Add __maybe_unused to static inline in C file + - bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progs + - selinux: fix NULL-pointer dereference when hashtab allocation fails + - ASoC: DAPM: Cover regression by kctl change notification fix + - ASoC: rsnd: fixup DMAEngine API + - usb: max-3421: Use driver data instead of maintaining a list of bound + devices + - ice: Fix VF true promiscuous mode + - ice: Delete always true check of PF pointer + - fs: export an inode_update_time helper + - btrfs: update device path inode time instead of bd_inode + - net: add and use skb_unclone_keeptruesize() helper + - x86/Kconfig: Fix an unused variable error in dell-smm-hwmon + - ALSA: hda: hdac_ext_stream: fix potential locking issues + - ALSA: hda: hdac_stream: fix potential locking issue in + snd_hdac_stream_assign() + - Linux 5.15.5 + + * Fix non-working e1000e device after resume (LP: #1951861) + - SAUCE: Revert "e1000e: Additional PHY power saving in S0ix" + - SAUCE: Revert "e1000e: Add polling mechanism to indicate CSME DPG exit" + - SAUCE: Revert "e1000e: Add handshake with the CSME to support S0ix" + + * [SRU][I/OEM-5.13/OEM-5.14] Add MAC passthrough support for more Lenovo docks + (LP: #1951767) + - net: usb: r8152: Add MAC passthrough support for more Lenovo Docks + + * [amdgpu] USB4 support for DP tunneling (LP: #1951868) + - drm/amd/display: Support for DMUB HPD interrupt handling + - drm/amd/display: Update link encoder object creation. + - drm/amd/display: USB4 DPIA enumeration and AUX Tunneling + - drm/amd/display: Support for DMUB HPD and HPD RX interrupt handling + - drm/amd/display: Set DPIA link endpoint type + - drm/amd/display: Stub out DPIA link training call + - drm/amd/display: Add stub to get DPIA tunneling device data + - drm/amd/display: Skip DPCD read for DPTX-to-DPIA hop + - drm/amd/display: Train DPIA links with fallback + - drm/amd/display: Implement DPIA training loop + - drm/amd/display: Implement DPIA link configuration + - drm/amd/display: Implement DPIA clock recovery phase + - drm/amd/display: Implement DPIA equalisation phase + - drm/amd/display: Implement end of training for hop in DPIA display path + - drm/amd/display: Support for SET_CONFIG processing with DMUB + - drm/amd/display: isolate link training setting override to its own function + - drm/amd/display: Read USB4 DP tunneling data from DPCD. + - drm/amd/display: Add dpia debug options + - drm/amd/display: Support for SET_CONFIG processing with DMUB + - drm/amd/display: Add DPCD writes at key points + - drm/amd/display: Fix DIG_HPD_SELECT for USB4 display endpoints. + - drm/amd/display: Add helper for blanking all dp displays + - drm/amd/display: Fix link training fallback logic + - drm/amd/display: Add debug flags for USB4 DP link training. + - drm/amd/display: Fix dynamic link encoder access. + - drm/amd/display: Fix concurrent dynamic encoder assignment + - drm/amd/display: Fix dynamic encoder reassignment + - drm/amd/display: Fix for access for ddc pin and aux engine. + - drm/amd/display: Deadlock/HPD Status/Crash Bug Fix + - drm/amd/display: Fix USB4 Aux via DMUB terminate unexpectedly + + * Miscellaneous Ubuntu changes + - [Packaging] Rewrite debian/scripts/module-check in Python + - [Config] update config and annotations after applying v5.15.5 + + -- Andrea Righi Mon, 29 Nov 2021 09:25:37 +0100 + +linux (5.15.0-12.12) jammy; urgency=medium + + * jammy/linux: 5.15.0-12.12 -proposed tracker (LP: #1951810) + + * Jammy update: v5.15.4 upstream stable release (LP: #1951820) + - string: uninline memcpy_and_pad + - Revert "drm: fb_helper: improve CONFIG_FB dependency" + - Revert "drm: fb_helper: fix CONFIG_FB dependency" + - KVM: Fix steal time asm constraints + - btrfs: introduce btrfs_is_data_reloc_root + - btrfs: zoned: add a dedicated data relocation block group + - btrfs: zoned: only allow one process to add pages to a relocation inode + - btrfs: zoned: use regular writes for relocation + - btrfs: check for relocation inodes on zoned btrfs in should_nocow + - btrfs: zoned: allow preallocation for relocation inodes + - fortify: Explicitly disable Clang support + - block: Add a helper to validate the block size + - loop: Use blk_validate_block_size() to validate block size + - Bluetooth: btusb: Add support for TP-Link UB500 Adapter + - parisc/entry: fix trace test in syscall exit path + - PCI/MSI: Deal with devices lying about their MSI mask capability + - PCI: Add MSI masking quirk for Nvidia ION AHCI + - perf/core: Avoid put_page() when GUP fails + - thermal: Fix NULL pointer dereferences in of_thermal_ functions + - Revert "ACPI: scan: Release PM resources blocked by unused objects" + - Linux 5.15.4 + + * Jammy update: v5.15.3 upstream stable release (LP: #1951822) + - xhci: Fix USB 3.1 enumeration issues by increasing roothub power-on-good + delay + - usb: xhci: Enable runtime-pm by default on AMD Yellow Carp platform + - Input: iforce - fix control-message timeout + - Input: elantench - fix misreporting trackpoint coordinates + - Input: i8042 - Add quirk for Fujitsu Lifebook T725 + - libata: fix read log timeout value + - ocfs2: fix data corruption on truncate + - scsi: scsi_ioctl: Validate command size + - scsi: core: Avoid leaving shost->last_reset with stale value if EH does not + run + - scsi: core: Remove command size deduction from scsi_setup_scsi_cmnd() + - scsi: lpfc: Don't release final kref on Fport node while ABTS outstanding + - scsi: lpfc: Fix FCP I/O flush functionality for TMF routines + - scsi: qla2xxx: Fix crash in NVMe abort path + - scsi: qla2xxx: Fix kernel crash when accessing port_speed sysfs file + - scsi: qla2xxx: Fix use after free in eh_abort path + - ce/gf100: fix incorrect CE0 address calculation on some GPUs + - char: xillybus: fix msg_ep UAF in xillyusb_probe() + - mmc: mtk-sd: Add wait dma stop done flow + - mmc: dw_mmc: Dont wait for DRTO on Write RSP error + - exfat: fix incorrect loading of i_blocks for large files + - io-wq: remove worker to owner tw dependency + - parisc: Fix set_fixmap() on PA1.x CPUs + - parisc: Fix ptrace check on syscall return + - tpm: Check for integer overflow in tpm2_map_response_body() + - firmware/psci: fix application of sizeof to pointer + - crypto: s5p-sss - Add error handling in s5p_aes_probe() + - media: rkvdec: Do not override sizeimage for output format + - media: ite-cir: IR receiver stop working after receive overflow + - media: rkvdec: Support dynamic resolution changes + - media: ir-kbd-i2c: improve responsiveness of hauppauge zilog receivers + - media: v4l2-ioctl: Fix check_ext_ctrls + - ALSA: hda/realtek: Fix mic mute LED for the HP Spectre x360 14 + - ALSA: hda/realtek: Add a quirk for HP OMEN 15 mute LED + - ALSA: hda/realtek: Add quirk for Clevo PC70HS + - ALSA: hda/realtek: Headset fixup for Clevo NH77HJQ + - ALSA: hda/realtek: Add a quirk for Acer Spin SP513-54N + - ALSA: hda/realtek: Add quirk for ASUS UX550VE + - ALSA: hda/realtek: Add quirk for HP EliteBook 840 G7 mute LED + - ALSA: ua101: fix division by zero at probe + - ALSA: 6fire: fix control and bulk message timeouts + - ALSA: line6: fix control and interrupt message timeouts + - ALSA: mixer: oss: Fix racy access to slots + - ALSA: mixer: fix deadlock in snd_mixer_oss_set_volume + - ALSA: usb-audio: Line6 HX-Stomp XL USB_ID for 48k-fixed quirk + - ALSA: usb-audio: Add registration quirk for JBL Quantum 400 + - ALSA: hda: Free card instance properly at probe errors + - ALSA: synth: missing check for possible NULL after the call to kstrdup + - ALSA: pci: rme: Fix unaligned buffer addresses + - ALSA: PCM: Fix NULL dereference at mmap checks + - ALSA: timer: Fix use-after-free problem + - ALSA: timer: Unconditionally unlink slave instances, too + - Revert "ext4: enforce buffer head state assertion in ext4_da_map_blocks" + - ext4: fix lazy initialization next schedule time computation in more + granular unit + - ext4: ensure enough credits in ext4_ext_shift_path_extents + - ext4: refresh the ext4_ext_path struct after dropping i_data_sem. + - fuse: fix page stealing + - x86/sme: Use #define USE_EARLY_PGTABLE_L5 in mem_encrypt_identity.c + - x86/cpu: Fix migration safety with X86_BUG_NULL_SEL + - x86/irq: Ensure PI wakeup handler is unregistered before module unload + - x86/iopl: Fake iopl(3) CLI/STI usage + - btrfs: clear MISSING device status bit in btrfs_close_one_device + - btrfs: fix lost error handling when replaying directory deletes + - btrfs: call btrfs_check_rw_degradable only if there is a missing device + - KVM: x86/mmu: Drop a redundant, broken remote TLB flush + - KVM: VMX: Unregister posted interrupt wakeup handler on hardware unsetup + - KVM: PPC: Tick accounting should defer vtime accounting 'til after IRQ + handling + - ia64: kprobes: Fix to pass correct trampoline address to the handler + - selinux: fix race condition when computing ocontext SIDs + - ipmi:watchdog: Set panic count to proper value on a panic + - md/raid1: only allocate write behind bio for WriteMostly device + - hwmon: (pmbus/lm25066) Add offset coefficients + - regulator: s5m8767: do not use reset value as DVS voltage if GPIO DVS is + disabled + - regulator: dt-bindings: samsung,s5m8767: correct s5m8767,pmic-buck-default- + dvs-idx property + - EDAC/sb_edac: Fix top-of-high-memory value for Broadwell/Haswell + - mwifiex: fix division by zero in fw download path + - ath6kl: fix division by zero in send path + - ath6kl: fix control-message timeout + - ath10k: fix control-message timeout + - ath10k: fix division by zero in send path + - PCI: Mark Atheros QCA6174 to avoid bus reset + - rtl8187: fix control-message timeouts + - evm: mark evm_fixmode as __ro_after_init + - ifb: Depend on netfilter alternatively to tc + - platform/surface: aggregator_registry: Add support for Surface Laptop Studio + - mt76: mt7615: fix skb use-after-free on mac reset + - HID: surface-hid: Use correct event registry for managing HID events + - HID: surface-hid: Allow driver matching for target ID 1 devices + - wcn36xx: Fix HT40 capability for 2Ghz band + - wcn36xx: Fix tx_status mechanism + - wcn36xx: Fix (QoS) null data frame bitrate/modulation + - PM: sleep: Do not let "syscore" devices runtime-suspend during system + transitions + - mwifiex: Read a PCI register after writing the TX ring write pointer + - mwifiex: Try waking the firmware until we get an interrupt + - libata: fix checking of DMA state + - dma-buf: fix and rework dma_buf_poll v7 + - wcn36xx: handle connection loss indication + - rsi: fix occasional initialisation failure with BT coex + - rsi: fix key enabled check causing unwanted encryption for vap_id > 0 + - rsi: fix rate mask set leading to P2P failure + - rsi: Fix module dev_oper_mode parameter description + - perf/x86/intel/uncore: Support extra IMC channel on Ice Lake server + - perf/x86/intel/uncore: Fix invalid unit check + - perf/x86/intel/uncore: Fix Intel ICX IIO event constraints + - RDMA/qedr: Fix NULL deref for query_qp on the GSI QP + - ASoC: tegra: Set default card name for Trimslice + - ASoC: tegra: Restore AC97 support + - signal: Remove the bogus sigkill_pending in ptrace_stop + - memory: renesas-rpc-if: Correct QSPI data transfer in Manual mode + - signal/mips: Update (_save|_restore)_fp_context to fail with -EFAULT + - soc: samsung: exynos-pmu: Fix compilation when nothing selects + CONFIG_MFD_CORE + - soc: fsl: dpio: replace smp_processor_id with raw_smp_processor_id + - soc: fsl: dpio: use the combined functions to protect critical zone + - mtd: rawnand: socrates: Keep the driver compatible with on-die ECC engines + - mctp: handle the struct sockaddr_mctp padding fields + - power: supply: max17042_battery: Prevent int underflow in set_soc_threshold + - power: supply: max17042_battery: use VFSOC for capacity when no rsns + - iio: core: fix double free in iio_device_unregister_sysfs() + - iio: core: check return value when calling dev_set_name() + - KVM: arm64: Extract ESR_ELx.EC only + - KVM: x86: Fix recording of guest steal time / preempted status + - KVM: x86: Add helper to consolidate core logic of SET_CPUID{2} flows + - KVM: nVMX: Query current VMCS when determining if MSR bitmaps are in use + - KVM: nVMX: Handle dynamic MSR intercept toggling + - can: peak_usb: always ask for BERR reporting for PCAN-USB devices + - can: mcp251xfd: mcp251xfd_irq(): add missing + can_rx_offload_threaded_irq_finish() in case of bus off + - can: j1939: j1939_tp_cmd_recv(): ignore abort message in the BAM transport + - can: j1939: j1939_can_recv(): ignore messages with invalid source address + - can: j1939: j1939_tp_cmd_recv(): check the dst address of TP.CM_BAM + - iio: adc: tsc2046: fix scan interval warning + - powerpc/85xx: Fix oops when mpc85xx_smp_guts_ids node cannot be found + - io_uring: honour zeroes as io-wq worker limits + - ring-buffer: Protect ring_buffer_reset() from reentrancy + - serial: core: Fix initializing and restoring termios speed + - ifb: fix building without CONFIG_NET_CLS_ACT + - xen/balloon: add late_initcall_sync() for initial ballooning done + - ovl: fix use after free in struct ovl_aio_req + - ovl: fix filattr copy-up failure + - PCI: pci-bridge-emul: Fix emulation of W1C bits + - PCI: cadence: Add cdns_plat_pcie_probe() missing return + - cxl/pci: Fix NULL vs ERR_PTR confusion + - PCI: aardvark: Do not clear status bits of masked interrupts + - PCI: aardvark: Fix checking for link up via LTSSM state + - PCI: aardvark: Do not unmask unused interrupts + - PCI: aardvark: Fix reporting Data Link Layer Link Active + - PCI: aardvark: Fix configuring Reference clock + - PCI: aardvark: Fix return value of MSI domain .alloc() method + - PCI: aardvark: Read all 16-bits from PCIE_MSI_PAYLOAD_REG + - PCI: aardvark: Fix support for bus mastering and PCI_COMMAND on emulated + bridge + - PCI: aardvark: Fix support for PCI_BRIDGE_CTL_BUS_RESET on emulated bridge + - PCI: aardvark: Set PCI Bridge Class Code to PCI Bridge + - PCI: aardvark: Fix support for PCI_ROM_ADDRESS1 on emulated bridge + - quota: check block number when reading the block in quota file + - quota: correct error number in free_dqentry() + - cifs: To match file servers, make sure the server hostname matches + - cifs: set a minimum of 120s for next dns resolution + - mfd: simple-mfd-i2c: Select MFD_CORE to fix build error + - pinctrl: core: fix possible memory leak in pinctrl_enable() + - coresight: cti: Correct the parameter for pm_runtime_put + - coresight: trbe: Fix incorrect access of the sink specific data + - coresight: trbe: Defer the probe on offline CPUs + - iio: buffer: check return value of kstrdup_const() + - iio: buffer: Fix memory leak in iio_buffers_alloc_sysfs_and_mask() + - iio: buffer: Fix memory leak in __iio_buffer_alloc_sysfs_and_mask() + - iio: buffer: Fix memory leak in iio_buffer_register_legacy_sysfs_groups() + - drivers: iio: dac: ad5766: Fix dt property name + - iio: dac: ad5446: Fix ad5622_write() return value + - iio: ad5770r: make devicetree property reading consistent + - Documentation:devicetree:bindings:iio:dac: Fix val + - USB: serial: keyspan: fix memleak on probe errors + - serial: 8250: fix racy uartclk update + - ksmbd: set unique value to volume serial field in FS_VOLUME_INFORMATION + - io-wq: serialize hash clear with wakeup + - serial: 8250: Fix reporting real baudrate value in c_ospeed field + - Revert "serial: 8250: Fix reporting real baudrate value in c_ospeed field" + - most: fix control-message timeouts + - USB: iowarrior: fix control-message timeouts + - USB: chipidea: fix interrupt deadlock + - power: supply: max17042_battery: Clear status bits in interrupt handler + - component: do not leave master devres group open after bind + - dma-buf: WARN on dmabuf release with pending attachments + - drm: panel-orientation-quirks: Update the Lenovo Ideapad D330 quirk (v2) + - drm: panel-orientation-quirks: Add quirk for KD Kurio Smart C15200 2-in-1 + - drm: panel-orientation-quirks: Add quirk for the Samsung Galaxy Book 10.6 + - Bluetooth: sco: Fix lock_sock() blockage by memcpy_from_msg() + - Bluetooth: fix use-after-free error in lock_sock_nested() + - Bluetooth: call sock_hold earlier in sco_conn_del + - drm/panel-orientation-quirks: add Valve Steam Deck + - rcutorture: Avoid problematic critical section nesting on PREEMPT_RT + - platform/x86: wmi: do not fail if disabling fails + - drm/amdgpu: move iommu_resume before ip init/resume + - MIPS: lantiq: dma: add small delay after reset + - MIPS: lantiq: dma: reset correct number of channel + - locking/lockdep: Avoid RCU-induced noinstr fail + - net: sched: update default qdisc visibility after Tx queue cnt changes + - rcu-tasks: Move RTGS_WAIT_CBS to beginning of rcu_tasks_kthread() loop + - smackfs: Fix use-after-free in netlbl_catmap_walk() + - ath11k: Align bss_chan_info structure with firmware + - crypto: aesni - check walk.nbytes instead of err + - x86/mm/64: Improve stack overflow warnings + - x86: Increase exception stack sizes + - mwifiex: Run SET_BSS_MODE when changing from P2P to STATION vif-type + - mwifiex: Properly initialize private structure on interface type changes + - spi: Check we have a spi_device_id for each DT compatible + - fscrypt: allow 256-bit master keys with AES-256-XTS + - drm/amdgpu: Fix MMIO access page fault + - drm/amd/display: Fix null pointer dereference for encoders + - selftests: net: fib_nexthops: Wait before checking reported idle time + - ath11k: Avoid reg rules update during firmware recovery + - ath11k: add handler for scan event WMI_SCAN_EVENT_DEQUEUED + - ath11k: Change DMA_FROM_DEVICE to DMA_TO_DEVICE when map reinjected packets + - ath10k: high latency fixes for beacon buffer + - octeontx2-pf: Enable promisc/allmulti match MCAM entries. + - media: mt9p031: Fix corrupted frame after restarting stream + - media: netup_unidvb: handle interrupt properly according to the firmware + - media: atomisp: Fix error handling in probe + - media: stm32: Potential NULL pointer dereference in dcmi_irq_thread() + - media: uvcvideo: Set capability in s_param + - media: uvcvideo: Return -EIO for control errors + - media: uvcvideo: Set unique vdev name based in type + - media: vidtv: Fix memory leak in remove + - media: s5p-mfc: fix possible null-pointer dereference in s5p_mfc_probe() + - media: s5p-mfc: Add checking to s5p_mfc_probe(). + - media: videobuf2: rework vb2_mem_ops API + - media: imx: set a media_device bus_info string + - media: rcar-vin: Use user provided buffers when starting + - media: mceusb: return without resubmitting URB in case of -EPROTO error. + - ia64: don't do IA64_CMPXCHG_DEBUG without CONFIG_PRINTK + - rtw88: fix RX clock gate setting while fifo dump + - brcmfmac: Add DMI nvram filename quirk for Cyberbook T116 tablet + - media: rcar-csi2: Add checking to rcsi2_start_receiver() + - ipmi: Disable some operations during a panic + - fs/proc/uptime.c: Fix idle time reporting in /proc/uptime + - kselftests/sched: cleanup the child processes + - ACPICA: Avoid evaluating methods too early during system resume + - cpufreq: Make policy min/max hard requirements + - ice: Move devlink port to PF/VF struct + - media: imx-jpeg: Fix possible null pointer dereference + - media: ipu3-imgu: imgu_fmt: Handle properly try + - media: ipu3-imgu: VIDIOC_QUERYCAP: Fix bus_info + - media: usb: dvd-usb: fix uninit-value bug in dibusb_read_eeprom_byte() + - net-sysfs: try not to restart the syscall if it will fail eventually + - drm/amdkfd: rm BO resv on validation to avoid deadlock + - tracefs: Have tracefs directories not set OTH permission bits by default + - tracing: Disable "other" permission bits in the tracefs files + - ath: dfs_pattern_detector: Fix possible null-pointer dereference in + channel_detector_create() + - KVM: arm64: Propagate errors from __pkvm_prot_finalize hypercall + - mmc: moxart: Fix reference count leaks in moxart_probe + - iov_iter: Fix iov_iter_get_pages{,_alloc} page fault return value + - ACPI: battery: Accept charges over the design capacity as full + - ACPI: scan: Release PM resources blocked by unused objects + - drm/amd/display: fix null pointer deref when plugging in display + - drm/amdkfd: fix resume error when iommu disabled in Picasso + - net: phy: micrel: make *-skew-ps check more lenient + - leaking_addresses: Always print a trailing newline + - thermal/core: Fix null pointer dereference in thermal_release() + - drm/msm: prevent NULL dereference in msm_gpu_crashstate_capture() + - thermal/drivers/tsens: Add timeout to get_temp_tsens_valid + - block: bump max plugged deferred size from 16 to 32 + - floppy: fix calling platform_device_unregister() on invalid drives + - md: update superblock after changing rdev flags in state_store + - memstick: r592: Fix a UAF bug when removing the driver + - locking/rwsem: Disable preemption for spinning region + - lib/xz: Avoid overlapping memcpy() with invalid input with in-place + decompression + - lib/xz: Validate the value before assigning it to an enum variable + - workqueue: make sysfs of unbound kworker cpumask more clever + - tracing/cfi: Fix cmp_entries_* functions signature mismatch + - mt76: mt7915: fix an off-by-one bound check + - mwl8k: Fix use-after-free in mwl8k_fw_state_machine() + - iwlwifi: change all JnP to NO-160 configuration + - block: remove inaccurate requeue check + - media: allegro: ignore interrupt if mailbox is not initialized + - drm/amdgpu/pm: properly handle sclk for profiling modes on vangogh + - nvmet: fix use-after-free when a port is removed + - nvmet-rdma: fix use-after-free when a port is removed + - nvmet-tcp: fix use-after-free when a port is removed + - nvme: drop scan_lock and always kick requeue list when removing namespaces + - samples/bpf: Fix application of sizeof to pointer + - arm64: vdso32: suppress error message for 'make mrproper' + - PM: hibernate: Get block device exclusively in swsusp_check() + - selftests: kvm: fix mismatched fclose() after popen() + - selftests/bpf: Fix perf_buffer test on system with offline cpus + - iwlwifi: mvm: disable RX-diversity in powersave + - smackfs: use __GFP_NOFAIL for smk_cipso_doi() + - ARM: clang: Do not rely on lr register for stacktrace + - gre/sit: Don't generate link-local addr if addr_gen_mode is + IN6_ADDR_GEN_MODE_NONE + - can: bittiming: can_fixup_bittiming(): change type of tseg1 and alltseg to + unsigned int + - gfs2: Cancel remote delete work asynchronously + - gfs2: Fix glock_hash_walk bugs + - ARM: 9136/1: ARMv7-M uses BE-8, not BE-32 + - tools/latency-collector: Use correct size when writing queue_full_warning + - vrf: run conntrack only in context of lower/physdev for locally generated + packets + - net: annotate data-race in neigh_output() + - ACPI: AC: Quirk GK45 to skip reading _PSR + - ACPI: resources: Add one more Medion model in IRQ override quirk + - btrfs: reflink: initialize return value to 0 in btrfs_extent_same() + - btrfs: do not take the uuid_mutex in btrfs_rm_device + - spi: bcm-qspi: Fix missing clk_disable_unprepare() on error in + bcm_qspi_probe() + - wcn36xx: Correct band/freq reporting on RX + - wcn36xx: Fix packet drop on resume + - Revert "wcn36xx: Enable firmware link monitoring" + - ftrace: do CPU checking after preemption disabled + - inet: remove races in inet{6}_getname() + - x86/hyperv: Protect set_hv_tscchange_cb() against getting preempted + - drm/amd/display: dcn20_resource_construct reduce scope of FPU enabled + - perf/x86/intel: Fix ICL/SPR INST_RETIRED.PREC_DIST encodings + - parisc: fix warning in flush_tlb_all + - task_stack: Fix end_of_stack() for architectures with upwards-growing stack + - erofs: don't trigger WARN() when decompression fails + - parisc/unwind: fix unwinder when CONFIG_64BIT is enabled + - parisc/kgdb: add kgdb_roundup() to make kgdb work with idle polling + - netfilter: conntrack: set on IPS_ASSURED if flows enters internal stream + state + - selftests/bpf: Fix strobemeta selftest regression + - fbdev/efifb: Release PCI device's runtime PM ref during FB destroy + - drm/bridge: anx7625: Propagate errors from sp_tx_rst_aux() + - perf/x86/intel/uncore: Fix Intel SPR CHA event constraints + - perf/x86/intel/uncore: Fix Intel SPR IIO event constraints + - perf/x86/intel/uncore: Fix Intel SPR M2PCIE event constraints + - perf/x86/intel/uncore: Fix Intel SPR M3UPI event constraints + - drm/bridge: it66121: Initialize {device,vendor}_ids + - drm/bridge: it66121: Wait for next bridge to be probed + - Bluetooth: fix init and cleanup of sco_conn.timeout_work + - libbpf: Don't crash on object files with no symbol tables + - Bluetooth: hci_uart: fix GPF in h5_recv + - rcu: Fix existing exp request check in sync_sched_exp_online_cleanup() + - MIPS: lantiq: dma: fix burst length for DEU + - x86/xen: Mark cpu_bringup_and_idle() as dead_end_function + - objtool: Handle __sanitize_cov*() tail calls + - net/mlx5: Publish and unpublish all devlink parameters at once + - drm/v3d: fix wait for TMU write combiner flush + - crypto: sm4 - Do not change section of ck and sbox + - virtio-gpu: fix possible memory allocation failure + - lockdep: Let lock_is_held_type() detect recursive read as read + - net: net_namespace: Fix undefined member in key_remove_domain() + - net: phylink: don't call netif_carrier_off() with NULL netdev + - drm: bridge: it66121: Fix return value it66121_probe + - spi: Fixed division by zero warning + - cgroup: Make rebind_subsystems() disable v2 controllers all at once + - wcn36xx: Fix Antenna Diversity Switching + - wilc1000: fix possible memory leak in cfg_scan_result() + - Bluetooth: btmtkuart: fix a memleak in mtk_hci_wmt_sync + - drm/amdgpu: Fix crash on device remove/driver unload + - drm/amd/display: Pass display_pipe_params_st as const in DML + - drm/amdgpu: move amdgpu_virt_release_full_gpu to fini_early stage + - crypto: caam - disable pkc for non-E SoCs + - crypto: qat - power up 4xxx device + - Bluetooth: hci_h5: Fix (runtime)suspend issues on RTL8723BS HCIs + - bnxt_en: Check devlink allocation and registration status + - qed: Don't ignore devlink allocation failures + - rxrpc: Fix _usecs_to_jiffies() by using usecs_to_jiffies() + - mptcp: do not shrink snd_nxt when recovering + - fortify: Fix dropped strcpy() compile-time write overflow check + - mac80211: twt: don't use potentially unaligned pointer + - cfg80211: always free wiphy specific regdomain + - net/mlx5: Accept devlink user input after driver initialization complete + - net: dsa: rtl8366rb: Fix off-by-one bug + - net: dsa: rtl8366: Fix a bug in deleting VLANs + - bpf/tests: Fix error in tail call limit tests + - ath11k: fix some sleeping in atomic bugs + - ath11k: Avoid race during regd updates + - ath11k: fix packet drops due to incorrect 6 GHz freq value in rx status + - ath11k: Fix memory leak in ath11k_qmi_driver_event_work + - gve: DQO: avoid unused variable warnings + - ath10k: Fix missing frame timestamp for beacon/probe-resp + - ath10k: sdio: Add missing BH locking around napi_schdule() + - drm/ttm: stop calling tt_swapin in vm_access + - arm64: mm: update max_pfn after memory hotplug + - drm/amdgpu: fix warning for overflow check + - libbpf: Fix skel_internal.h to set errno on loader retval < 0 + - media: em28xx: add missing em28xx_close_extension + - media: meson-ge2d: Fix rotation parameter changes detection in + 'ge2d_s_ctrl()' + - media: cxd2880-spi: Fix a null pointer dereference on error handling path + - media: ttusb-dec: avoid release of non-acquired mutex + - media: dvb-usb: fix ununit-value in az6027_rc_query + - media: imx258: Fix getting clock frequency + - media: v4l2-ioctl: S_CTRL output the right value + - media: mtk-vcodec: venc: fix return value when start_streaming fails + - media: TDA1997x: handle short reads of hdmi info frame. + - media: mtk-vpu: Fix a resource leak in the error handling path of + 'mtk_vpu_probe()' + - media: imx-jpeg: Fix the error handling path of 'mxc_jpeg_probe()' + - media: i2c: ths8200 needs V4L2_ASYNC + - media: sun6i-csi: Allow the video device to be open multiple times + - media: radio-wl1273: Avoid card name truncation + - media: si470x: Avoid card name truncation + - media: tm6000: Avoid card name truncation + - media: cx23885: Fix snd_card_free call on null card pointer + - media: atmel: fix the ispck initialization + - scs: Release kasan vmalloc poison in scs_free process + - kprobes: Do not use local variable when creating debugfs file + - crypto: ecc - fix CRYPTO_DEFAULT_RNG dependency + - drm: fb_helper: fix CONFIG_FB dependency + - cpuidle: Fix kobject memory leaks in error paths + - media: em28xx: Don't use ops->suspend if it is NULL + - ath10k: Don't always treat modem stop events as crashes + - ath9k: Fix potential interrupt storm on queue reset + - PM: EM: Fix inefficient states detection + - x86/insn: Use get_unaligned() instead of memcpy() + - EDAC/amd64: Handle three rank interleaving mode + - rcu: Always inline rcu_dynticks_task*_{enter,exit}() + - rcu: Fix rcu_dynticks_curr_cpu_in_eqs() vs noinstr + - netfilter: nft_dynset: relax superfluous check on set updates + - media: venus: fix vpp frequency calculation for decoder + - media: dvb-frontends: mn88443x: Handle errors of clk_prepare_enable() + - crypto: ccree - avoid out-of-range warnings from clang + - crypto: qat - detect PFVF collision after ACK + - crypto: qat - disregard spurious PFVF interrupts + - hwrng: mtk - Force runtime pm ops for sleep ops + - ima: fix deadlock when traversing "ima_default_rules". + - b43legacy: fix a lower bounds test + - b43: fix a lower bounds test + - gve: Recover from queue stall due to missed IRQ + - gve: Track RX buffer allocation failures + - mmc: sdhci-omap: Fix NULL pointer exception if regulator is not configured + - mmc: sdhci-omap: Fix context restore + - memstick: avoid out-of-range warning + - memstick: jmb38x_ms: use appropriate free function in jmb38x_ms_alloc_host() + - net, neigh: Fix NTF_EXT_LEARNED in combination with NTF_USE + - hwmon: Fix possible memleak in __hwmon_device_register() + - hwmon: (pmbus/lm25066) Let compiler determine outer dimension of + lm25066_coeff + - ath10k: fix max antenna gain unit + - kernel/sched: Fix sched_fork() access an invalid sched_task_group + - net: fealnx: fix build for UML + - net: intel: igc_ptp: fix build for UML + - net: tulip: winbond-840: fix build for UML + - tcp: switch orphan_count to bare per-cpu counters + - crypto: octeontx2 - set assoclen in aead_do_fallback() + - thermal/core: fix a UAF bug in __thermal_cooling_device_register() + - drm/msm/dsi: do not enable irq handler before powering up the host + - drm/msm: Fix potential Oops in a6xx_gmu_rpmh_init() + - drm/msm: potential error pointer dereference in init() + - drm/msm: unlock on error in get_sched_entity() + - drm/msm: fix potential NULL dereference in cleanup + - drm/msm: uninitialized variable in msm_gem_import() + - net: stream: don't purge sk_error_queue in sk_stream_kill_queues() + - thermal/drivers/qcom/lmh: make QCOM_LMH depends on QCOM_SCM + - mailbox: Remove WARN_ON for async_cb.cb in cmdq_exec_done + - media: ivtv: fix build for UML + - media: ir_toy: assignment to be16 should be of correct type + - mmc: mxs-mmc: disable regulator on error and in the remove function + - io-wq: Remove duplicate code in io_workqueue_create() + - block: ataflop: fix breakage introduced at blk-mq refactoring + - platform/x86: thinkpad_acpi: Fix bitwise vs. logical warning + - mailbox: mtk-cmdq: Validate alias_id on probe + - mailbox: mtk-cmdq: Fix local clock ID usage + - ACPI: PM: Turn off unused wakeup power resources + - ACPI: PM: Fix sharing of wakeup power resources + - drm/amdkfd: Fix an inappropriate error handling in allloc memory of gpu + - mt76: mt7921: fix endianness in mt7921_mcu_tx_done_event + - mt76: mt7915: fix endianness warning in mt7915_mac_add_txs_skb + - mt76: mt7921: fix endianness warning in mt7921_update_txs + - mt76: mt7615: fix endianness warning in mt7615_mac_write_txwi + - mt76: mt7915: fix info leak in mt7915_mcu_set_pre_cal() + - mt76: connac: fix mt76_connac_gtk_rekey_tlv usage + - mt76: fix build error implicit enumeration conversion + - mt76: mt7921: fix survey-dump reporting + - mt76: mt76x02: fix endianness warnings in mt76x02_mac.c + - mt76: mt7921: Fix out of order process by invalid event pkt + - mt76: mt7915: fix potential overflow of eeprom page index + - mt76: mt7915: fix bit fields for HT rate idx + - mt76: mt7921: fix dma hang in rmmod + - mt76: connac: fix GTK rekey offload failure on WPA mixed mode + - mt76: overwrite default reg_ops if necessary + - mt76: mt7921: report HE MU radiotap + - mt76: mt7921: fix firmware usage of RA info using legacy rates + - mt76: mt7921: fix kernel warning from cfg80211_calculate_bitrate + - mt76: mt7921: always wake device if necessary in debugfs + - mt76: mt7915: fix hwmon temp sensor mem use-after-free + - mt76: mt7615: fix hwmon temp sensor mem use-after-free + - mt76: mt7915: fix possible infinite loop release semaphore + - mt76: mt7921: fix retrying release semaphore without end + - mt76: mt7615: fix monitor mode tear down crash + - mt76: connac: fix possible NULL pointer dereference in + mt76_connac_get_phy_mode_v2 + - mt76: mt7915: fix sta_rec_wtbl tag len + - mt76: mt7915: fix muar_idx in mt7915_mcu_alloc_sta_req() + - rsi: stop thread firstly in rsi_91x_init() error handling + - mwifiex: Send DELBA requests according to spec + - iwlwifi: mvm: reset PM state on unsuccessful resume + - iwlwifi: pnvm: don't kmemdup() more than we have + - iwlwifi: pnvm: read EFI data only if long enough + - net: enetc: unmap DMA in enetc_send_cmd() + - phy: micrel: ksz8041nl: do not use power down mode + - nbd: Fix use-after-free in pid_show + - nvme-rdma: fix error code in nvme_rdma_setup_ctrl + - PM: hibernate: fix sparse warnings + - clocksource/drivers/timer-ti-dm: Select TIMER_OF + - x86/sev: Fix stack type check in vc_switch_off_ist() + - drm/msm: Fix potential NULL dereference in DPU SSPP + - drm/msm/dsi: fix wrong type in msm_dsi_host + - crypto: tcrypt - fix skcipher multi-buffer tests for 1420B blocks + - smackfs: use netlbl_cfg_cipsov4_del() for deleting cipso_v4_doi + - KVM: selftests: Fix nested SVM tests when built with clang + - libbpf: Fix memory leak in btf__dedup() + - bpftool: Avoid leaking the JSON writer prepared for program metadata + - libbpf: Fix overflow in BTF sanity checks + - libbpf: Fix BTF header parsing checks + - mt76: mt7615: mt7622: fix ibss and meshpoint + - s390/gmap: validate VMA in __gmap_zap() + - s390/gmap: don't unconditionally call pte_unmap_unlock() in __gmap_zap() + - s390/mm: validate VMA in PGSTE manipulation functions + - s390/mm: fix VMA and page table handling code in storage key handling + functions + - s390/uv: fully validate the VMA before calling follow_page() + - KVM: s390: pv: avoid double free of sida page + - KVM: s390: pv: avoid stalls for kvm_s390_pv_init_vm + - irq: mips: avoid nested irq_enter() + - net: dsa: avoid refcount warnings when ->port_{fdb,mdb}_del returns error + - ARM: 9142/1: kasan: work around LPAE build warning + - ath10k: fix module load regression with iram-recovery feature + - block: ataflop: more blk-mq refactoring fixes + - blk-cgroup: synchronize blkg creation against policy deactivation + - libbpf: Fix off-by-one bug in bpf_core_apply_relo() + - tpm: fix Atmel TPM crash caused by too frequent queries + - tpm_tis_spi: Add missing SPI ID + - libbpf: Fix endianness detection in BPF_CORE_READ_BITFIELD_PROBED() + - tcp: don't free a FIN sk_buff in tcp_remove_empty_skb() + - tracing: Fix missing trace_boot_init_histograms kstrdup NULL checks + - cpufreq: intel_pstate: Fix cpu->pstate.turbo_freq initialization + - spi: spi-rpc-if: Check return value of rpcif_sw_init() + - samples/kretprobes: Fix return value if register_kretprobe() failed + - KVM: s390: Fix handle_sske page fault handling + - libertas_tf: Fix possible memory leak in probe and disconnect + - libertas: Fix possible memory leak in probe and disconnect + - wcn36xx: add proper DMA memory barriers in rx path + - wcn36xx: Fix discarded frames due to wrong sequence number + - bpf: Avoid races in __bpf_prog_run() for 32bit arches + - bpf: Fixes possible race in update_prog_stats() for 32bit arches + - wcn36xx: Channel list update before hardware scan + - drm/amdgpu: fix a potential memory leak in amdgpu_device_fini_sw() + - drm/amdgpu/gmc6: fix DMA mask from 44 to 40 bits + - selftests/bpf: Fix fd cleanup in sk_lookup test + - selftests/bpf: Fix memory leak in test_ima + - sctp: allow IP fragmentation when PLPMTUD enters Error state + - sctp: reset probe_timer in sctp_transport_pl_update + - sctp: subtract sctphdr len in sctp_transport_pl_hlen + - sctp: return true only for pathmtu update in sctp_transport_pl_toobig + - net: amd-xgbe: Toggle PLL settings during rate change + - ipmi: kcs_bmc: Fix a memory leak in the error handling path of + 'kcs_bmc_serio_add_device()' + - nfp: fix NULL pointer access when scheduling dim work + - nfp: fix potential deadlock when canceling dim work + - net: phylink: avoid mvneta warning when setting pause parameters + - net: bridge: fix uninitialized variables when BRIDGE_CFM is disabled + - selftests: net: bridge: update IGMP/MLD membership interval value + - crypto: pcrypt - Delay write to padata->info + - selftests/bpf: Fix fclose/pclose mismatch in test_progs + - udp6: allow SO_MARK ctrl msg to affect routing + - ibmvnic: don't stop queue in xmit + - ibmvnic: Process crqs after enabling interrupts + - ibmvnic: delay complete() + - selftests: mptcp: fix proto type in link_failure tests + - skmsg: Lose offset info in sk_psock_skb_ingress + - cgroup: Fix rootcg cpu.stat guest double counting + - bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off. + - bpf: Fix propagation of signed bounds from 64-bit min/max into 32-bit. + - of: unittest: fix EXPECT text for gpio hog errors + - cpufreq: Fix parameter in parse_perf_domain() + - staging: r8188eu: fix memory leak in rtw_set_key + - arm64: dts: meson: sm1: add Ethernet PHY reset line for ODROID-C4/HC4 + - iio: st_sensors: disable regulators after device unregistration + - RDMA/rxe: Fix wrong port_cap_flags + - ARM: dts: BCM5301X: Fix memory nodes names + - arm64: dts: broadcom: bcm4908: Fix UART clock name + - clk: mvebu: ap-cpu-clk: Fix a memory leak in error handling paths + - scsi: pm80xx: Fix lockup in outbound queue management + - scsi: qla2xxx: edif: Use link event to wake up app + - scsi: lpfc: Fix NVMe I/O failover to non-optimized path + - ARM: s3c: irq-s3c24xx: Fix return value check for s3c24xx_init_intc() + - arm64: dts: rockchip: Fix GPU register width for RK3328 + - ARM: dts: qcom: msm8974: Add xo_board reference clock to DSI0 PHY + - RDMA/bnxt_re: Fix query SRQ failure + - arm64: dts: ti: k3-j721e-main: Fix "max-virtual-functions" in PCIe EP nodes + - arm64: dts: ti: k3-j721e-main: Fix "bus-range" upto 256 bus number for PCIe + - arm64: dts: ti: j7200-main: Fix "vendor-id"/"device-id" properties of pcie + node + - arm64: dts: ti: j7200-main: Fix "bus-range" upto 256 bus number for PCIe + - arm64: dts: meson-g12a: Fix the pwm regulator supply properties + - arm64: dts: meson-g12b: Fix the pwm regulator supply properties + - arm64: dts: meson-sm1: Fix the pwm regulator supply properties + - bus: ti-sysc: Fix timekeeping_suspended warning on resume + - ARM: dts: at91: tse850: the emac<->phy interface is rmii + - arm64: dts: qcom: sc7180: Base dynamic CPU power coefficients in reality + - soc: qcom: llcc: Disable MMUHWT retention + - arm64: dts: qcom: sc7280: fix display port phy reg property + - scsi: dc395: Fix error case unwinding + - MIPS: loongson64: make CPU_LOONGSON64 depends on MIPS_FP_SUPPORT + - JFS: fix memleak in jfs_mount + - pinctrl: renesas: rzg2l: Fix missing port register 21h + - ASoC: wcd9335: Use correct version to initialize Class H + - arm64: dts: qcom: msm8916: Fix Secondary MI2S bit clock + - arm64: dts: renesas: beacon: Fix Ethernet PHY mode + - iommu/mediatek: Fix out-of-range warning with clang + - arm64: dts: qcom: pm8916: Remove wrong reg-names for rtc@6000 + - iommu/dma: Fix sync_sg with swiotlb + - iommu/dma: Fix arch_sync_dma for map + - ALSA: hda: Reduce udelay() at SKL+ position reporting + - ALSA: hda: Use position buffer for SKL+ again + - ALSA: usb-audio: Fix possible race at sync of urb completions + - soundwire: debugfs: use controller id and link_id for debugfs + - power: reset: at91-reset: check properly the return value of devm_of_iomap + - scsi: ufs: core: Fix ufshcd_probe_hba() prototype to match the definition + - scsi: ufs: core: Stop clearing UNIT ATTENTIONS + - scsi: megaraid_sas: Fix concurrent access to ISR between IRQ polling and + real interrupt + - scsi: pm80xx: Fix misleading log statement in pm8001_mpi_get_nvmd_resp() + - driver core: Fix possible memory leak in device_link_add() + - arm: dts: omap3-gta04a4: accelerometer irq fix + - ASoC: SOF: topology: do not power down primary core during topology removal + - iio: st_pressure_spi: Add missing entries SPI to device ID table + - soc/tegra: Fix an error handling path in tegra_powergate_power_up() + - memory: fsl_ifc: fix leak of irq and nand_irq in fsl_ifc_ctrl_probe + - clk: at91: check pmc node status before registering syscore ops + - powerpc/mem: Fix arch/powerpc/mm/mem.c:53:12: error: no previous prototype + for 'create_section_mapping' + - video: fbdev: chipsfb: use memset_io() instead of memset() + - powerpc: fix unbalanced node refcount in check_kvm_guest() + - powerpc/paravirt: correct preempt debug splat in vcpu_is_preempted() + - serial: 8250_dw: Drop wrong use of ACPI_PTR() + - usb: gadget: hid: fix error code in do_config() + - power: supply: rt5033_battery: Change voltage values to µV + - power: supply: max17040: fix null-ptr-deref in max17040_probe() + - scsi: csiostor: Uninitialized data in csio_ln_vnp_read_cbfn() + - RDMA/mlx4: Return missed an error if device doesn't support steering + - usb: musb: select GENERIC_PHY instead of depending on it + - staging: most: dim2: do not double-register the same device + - staging: ks7010: select CRYPTO_HASH/CRYPTO_MICHAEL_MIC + - RDMA/core: Set sgtable nents when using ib_dma_virt_map_sg() + - dyndbg: make dyndbg a known cli param + - powerpc/perf: Fix cycles/instructions as PM_CYC/PM_INST_CMPL in power10 + - pinctrl: renesas: checker: Fix off-by-one bug in drive register check + - ARM: dts: stm32: Reduce DHCOR SPI NOR frequency to 50 MHz + - ARM: dts: stm32: fix STUSB1600 Type-C irq level on stm32mp15xx-dkx + - ARM: dts: stm32: fix SAI sub nodes register range + - ARM: dts: stm32: fix AV96 board SAI2 pin muxing on stm32mp15 + - ASoC: cs42l42: Always configure both ASP TX channels + - ASoC: cs42l42: Correct some register default values + - ASoC: cs42l42: Defer probe if request_threaded_irq() returns EPROBE_DEFER + - soc: qcom: rpmhpd: Make power_on actually enable the domain + - soc: qcom: socinfo: add two missing PMIC IDs + - iio: buffer: Fix double-free in iio_buffers_alloc_sysfs_and_mask() + - usb: typec: STUSB160X should select REGMAP_I2C + - iio: adis: do not disabe IRQs in 'adis_init()' + - soundwire: bus: stop dereferencing invalid slave pointer + - scsi: ufs: ufshcd-pltfrm: Fix memory leak due to probe defer + - scsi: lpfc: Wait for successful restart of SLI3 adapter during host sg_reset + - serial: imx: fix detach/attach of serial console + - usb: dwc2: drd: fix dwc2_force_mode call in dwc2_ovr_init + - usb: dwc2: drd: fix dwc2_drd_role_sw_set when clock could be disabled + - usb: dwc2: drd: reset current session before setting the new one + - powerpc/booke: Disable STRICT_KERNEL_RWX, DEBUG_PAGEALLOC and KFENCE + - usb: dwc3: gadget: Skip resizing EP's TX FIFO if already resized + - firmware: qcom_scm: Fix error retval in __qcom_scm_is_call_available() + - soc: qcom: rpmhpd: fix sm8350_mxc's peer domain + - soc: qcom: apr: Add of_node_put() before return + - arm64: dts: qcom: pmi8994: Fix "eternal"->"external" typo in WLED node + - arm64: dts: qcom: sdm845: Use RPMH_CE_CLK macro directly + - arm64: dts: qcom: sdm845: Fix Qualcomm crypto engine bus clock + - pinctrl: equilibrium: Fix function addition in multiple groups + - ASoC: topology: Fix stub for snd_soc_tplg_component_remove() + - phy: qcom-qusb2: Fix a memory leak on probe + - phy: ti: gmii-sel: check of_get_address() for failure + - phy: qcom-qmp: another fix for the sc8180x PCIe definition + - phy: qcom-snps: Correct the FSEL_MASK + - phy: Sparx5 Eth SerDes: Fix return value check in sparx5_serdes_probe() + - serial: xilinx_uartps: Fix race condition causing stuck TX + - clk: at91: sam9x60-pll: use DIV_ROUND_CLOSEST_ULL + - clk: at91: clk-master: check if div or pres is zero + - clk: at91: clk-master: fix prescaler logic + - HID: u2fzero: clarify error check and length calculations + - HID: u2fzero: properly handle timeouts in usb_submit_urb + - powerpc/nohash: Fix __ptep_set_access_flags() and ptep_set_wrprotect() + - powerpc/book3e: Fix set_memory_x() and set_memory_nx() + - powerpc/44x/fsp2: add missing of_node_put + - powerpc/xmon: fix task state output + - ALSA: oxfw: fix functional regression for Mackie Onyx 1640i in v5.14 or + later + - iommu/dma: Fix incorrect error return on iommu deferred attach + - powerpc: Don't provide __kernel_map_pages() without + ARCH_SUPPORTS_DEBUG_PAGEALLOC + - ASoC: cs42l42: Correct configuring of switch inversion from ts-inv + - RDMA/hns: Fix initial arm_st of CQ + - RDMA/hns: Modify the value of MAX_LP_MSG_LEN to meet hardware compatibility + - ASoC: rsnd: Fix an error handling path in 'rsnd_node_count()' + - serial: cpm_uart: Protect udbg definitions by CONFIG_SERIAL_CPM_CONSOLE + - virtio_ring: check desc == NULL when using indirect with packed + - vdpa/mlx5: Fix clearing of VIRTIO_NET_F_MAC feature bit + - mips: cm: Convert to bitfield API to fix out-of-bounds access + - power: supply: bq27xxx: Fix kernel crash on IRQ handler register error + - RDMA/core: Require the driver to set the IOVA correctly during rereg_mr + - apparmor: fix error check + - rpmsg: Fix rpmsg_create_ept return when RPMSG config is not defined + - mtd: rawnand: intel: Fix potential buffer overflow in probe + - nfsd: don't alloc under spinlock in rpc_parse_scope_id + - rtc: ds1302: Add SPI ID table + - rtc: ds1390: Add SPI ID table + - rtc: pcf2123: Add SPI ID table + - remoteproc: imx_rproc: Fix TCM io memory type + - i2c: i801: Use PCI bus rescan mutex to protect P2SB access + - dmaengine: idxd: move out percpu_ref_exit() to ensure it's outside + submission + - rtc: mcp795: Add SPI ID table + - Input: ariel-pwrbutton - add SPI device ID table + - i2c: mediatek: fixing the incorrect register offset + - NFS: Default change_attr_type to NFS4_CHANGE_TYPE_IS_UNDEFINED + - NFS: Don't set NFS_INO_DATA_INVAL_DEFER and NFS_INO_INVALID_DATA + - NFS: Ignore the directory size when marking for revalidation + - NFS: Fix dentry verifier races + - pnfs/flexfiles: Fix misplaced barrier in nfs4_ff_layout_prepare_ds + - drm/bridge/lontium-lt9611uxc: fix provided connector suport + - drm/plane-helper: fix uninitialized variable reference + - PCI: aardvark: Don't spam about PIO Response Status + - PCI: aardvark: Fix preserving PCI_EXP_RTCTL_CRSSVE flag on emulated bridge + - opp: Fix return in _opp_add_static_v2() + - NFS: Fix deadlocks in nfs_scan_commit_list() + - sparc: Add missing "FORCE" target when using if_changed + - fs: orangefs: fix error return code of orangefs_revalidate_lookup() + - Input: st1232 - increase "wait ready" timeout + - drm/bridge: nwl-dsi: Add atomic_get_input_bus_fmts + - mtd: spi-nor: hisi-sfc: Remove excessive clk_disable_unprepare() + - PCI: uniphier: Serialize INTx masking/unmasking and fix the bit operation + - mtd: rawnand: arasan: Prevent an unsupported configuration + - mtd: core: don't remove debugfs directory if device is in use + - remoteproc: Fix a memory leak in an error handling path in + 'rproc_handle_vdev()' + - rtc: rv3032: fix error handling in rv3032_clkout_set_rate() + - dmaengine: at_xdmac: call at_xdmac_axi_config() on resume path + - dmaengine: at_xdmac: fix AT_XDMAC_CC_PERID() macro + - dmaengine: stm32-dma: fix stm32_dma_get_max_width + - NFS: Fix up commit deadlocks + - NFS: Fix an Oops in pnfs_mark_request_commit() + - Fix user namespace leak + - auxdisplay: img-ascii-lcd: Fix lock-up when displaying empty string + - auxdisplay: ht16k33: Connect backlight to fbdev + - auxdisplay: ht16k33: Fix frame buffer device blanking + - soc: fsl: dpaa2-console: free buffer before returning from + dpaa2_console_read + - netfilter: nfnetlink_queue: fix OOB when mac header was cleared + - dmaengine: dmaengine_desc_callback_valid(): Check for `callback_result` + - dmaengine: tegra210-adma: fix pm runtime unbalance + - dmanegine: idxd: fix resource free ordering on driver removal + - dmaengine: idxd: reconfig device after device reset command + - signal/sh: Use force_sig(SIGKILL) instead of do_group_exit(SIGKILL) + - m68k: set a default value for MEMORY_RESERVE + - watchdog: f71808e_wdt: fix inaccurate report in WDIOC_GETTIMEOUT + - ar7: fix kernel builds for compiler test + - scsi: target: core: Remove from tmr_list during LUN unlink + - scsi: qla2xxx: Relogin during fabric disturbance + - scsi: qla2xxx: Fix gnl list corruption + - scsi: qla2xxx: Turn off target reset during issue_lip + - scsi: qla2xxx: edif: Fix app start fail + - scsi: qla2xxx: edif: Fix app start delay + - scsi: qla2xxx: edif: Flush stale events and msgs on session down + - scsi: qla2xxx: edif: Increase ELS payload + - scsi: qla2xxx: edif: Fix EDIF bsg + - NFSv4: Fix a regression in nfs_set_open_stateid_locked() + - dmaengine: idxd: fix resource leak on dmaengine driver disable + - i2c: xlr: Fix a resource leak in the error handling path of + 'xlr_i2c_probe()' + - gpio: realtek-otto: fix GPIO line IRQ offset + - xen-pciback: Fix return in pm_ctrl_init() + - nbd: fix max value for 'first_minor' + - nbd: fix possible overflow for 'first_minor' in nbd_dev_add() + - io-wq: fix max-workers not correctly set on multi-node system + - net: davinci_emac: Fix interrupt pacing disable + - kselftests/net: add missed icmp.sh test to Makefile + - kselftests/net: add missed setup_loopback.sh/setup_veth.sh to Makefile + - kselftests/net: add missed SRv6 tests + - kselftests/net: add missed vrf_strict_mode_test.sh test to Makefile + - kselftests/net: add missed toeplitz.sh/toeplitz_client.sh to Makefile + - ethtool: fix ethtool msg len calculation for pause stats + - openrisc: fix SMP tlb flush NULL pointer dereference + - net: vlan: fix a UAF in vlan_dev_real_dev() + - net: dsa: felix: fix broken VLAN-tagged PTP under VLAN-aware bridge + - ice: Fix replacing VF hardware MAC to existing MAC filter + - ice: Fix not stopping Tx queues for VFs + - kdb: Adopt scheduler's task classification + - ACPI: PMIC: Fix intel_pmic_regs_handler() read accesses + - PCI: j721e: Fix j721e_pcie_probe() error path + - nvdimm/btt: do not call del_gendisk() if not needed + - scsi: bsg: Fix errno when scsi_bsg_register_queue() fails + - scsi: ufs: ufshpb: Use proper power management API + - scsi: ufs: core: Fix NULL pointer dereference + - scsi: ufs: ufshpb: Properly handle max-single-cmd + - drm/nouveau/svm: Fix refcount leak bug and missing check against null bug + - nvdimm/pmem: cleanup the disk if pmem_release_disk() is yet assigned + - block/ataflop: use the blk_cleanup_disk() helper + - block/ataflop: add registration bool before calling del_gendisk() + - block/ataflop: provide a helper for cleanup up an atari disk + - ataflop: remove ataflop_probe_lock mutex + - PCI: Do not enable AtomicOps on VFs + - cpufreq: intel_pstate: Clear HWP desired on suspend/shutdown and offline + - net: phy: fix duplex out of sync problem while changing settings + - block: fix device_add_disk() kobject_create_and_add() error handling + - drm/ttm: remove ttm_bo_vm_insert_huge() + - bonding: Fix a use-after-free problem when bond_sysfs_slave_add() failed + - octeontx2-pf: select CONFIG_NET_DEVLINK + - ALSA: memalloc: Catch call with NULL snd_dma_buffer pointer + - mfd: core: Add missing of_node_put for loop iteration + - mfd: cpcap: Add SPI device ID table + - mfd: sprd: Add SPI device ID table + - mfd: altera-sysmgr: Fix a mistake caused by resource_size conversion + - ACPI: PM: Fix device wakeup power reference counting error + - libbpf: Fix lookup_and_delete_elem_flags error reporting + - selftests/bpf/xdp_redirect_multi: Put the logs to tmp folder + - selftests/bpf/xdp_redirect_multi: Use arping to accurate the arp number + - selftests/bpf/xdp_redirect_multi: Give tcpdump a chance to terminate cleanly + - selftests/bpf/xdp_redirect_multi: Limit the tests in netns + - drm: fb_helper: improve CONFIG_FB dependency + - Revert "drm/imx: Annotate dma-fence critical section in commit path" + - drm/amdgpu/powerplay: fix sysfs_emit/sysfs_emit_at handling + - can: etas_es58x: es58x_rx_err_msg(): fix memory leak in error path + - can: mcp251xfd: mcp251xfd_chip_start(): fix error handling for + mcp251xfd_chip_rx_int_enable() + - mm/zsmalloc.c: close race window between zs_pool_dec_isolated() and + zs_unregister_migration() + - zram: off by one in read_block_state() + - perf bpf: Add missing free to bpf_event__print_bpf_prog_info() + - llc: fix out-of-bound array index in llc_sk_dev_hash() + - nfc: pn533: Fix double free when pn533_fill_fragment_skbs() fails + - litex_liteeth: Fix a double free in the remove function + - arm64: arm64_ftr_reg->name may not be a human-readable string + - arm64: pgtable: make __pte_to_phys/__phys_to_pte_val inline functions + - bpf, sockmap: Remove unhash handler for BPF sockmap usage + - bpf, sockmap: Fix race in ingress receive verdict with redirect to self + - bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and colliding + - bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_reg + - dmaengine: stm32-dma: fix burst in case of unaligned memory address + - dmaengine: stm32-dma: avoid 64-bit division in stm32_dma_get_max_width + - gve: Fix off by one in gve_tx_timeout() + - drm/i915/fb: Fix rounding error in subsampled plane size calculation + - init: make unknown command line param message clearer + - seq_file: fix passing wrong private data + - drm/amdgpu: fix uvd crash on Polaris12 during driver unloading + - net: dsa: mv88e6xxx: Don't support >1G speeds on 6191X on ports other than + 10 + - net/sched: sch_taprio: fix undefined behavior in ktime_mono_to_any + - net: hns3: fix ROCE base interrupt vector initialization bug + - net: hns3: fix pfc packet number incorrect after querying pfc parameters + - net: hns3: fix kernel crash when unload VF while it is being reset + - net: hns3: allow configure ETS bandwidth of all TCs + - net: stmmac: allow a tc-taprio base-time of zero + - net: ethernet: ti: cpsw_ale: Fix access to un-initialized memory + - net: marvell: mvpp2: Fix wrong SerDes reconfiguration order + - vsock: prevent unnecessary refcnt inc for nonblocking connect + - net/smc: fix sk_refcnt underflow on linkdown and fallback + - cxgb4: fix eeprom len when diagnostics not implemented + - selftests/net: udpgso_bench_rx: fix port argument + - thermal: int340x: fix build on 32-bit targets + - smb3: do not error on fsync when readonly + - ARM: 9155/1: fix early early_iounmap() + - ARM: 9156/1: drop cc-option fallbacks for architecture selection + - parisc: Fix backtrace to always include init funtion names + - parisc: Flush kernel data mapping in set_pte_at() when installing pte for + user page + - MIPS: fix duplicated slashes for Platform file path + - MIPS: fix *-pkg builds for loongson2ef platform + - MIPS: Fix assembly error from MIPSr2 code used within MIPS_ISA_ARCH_LEVEL + - x86/mce: Add errata workaround for Skylake SKX37 + - PCI/MSI: Move non-mask check back into low level accessors + - PCI/MSI: Destroy sysfs before freeing entries + - KVM: x86: move guest_pv_has out of user_access section + - posix-cpu-timers: Clear task::posix_cputimers_work in copy_process() + - irqchip/sifive-plic: Fixup EOI failed when masked + - f2fs: should use GFP_NOFS for directory inodes + - f2fs: include non-compressed blocks in compr_written_block + - f2fs: fix UAF in f2fs_available_free_memory + - ceph: fix mdsmap decode when there are MDS's beyond max_mds + - erofs: fix unsafe pagevec reuse of hooked pclusters + - drm/i915/guc: Fix blocked context accounting + - block: Hold invalidate_lock in BLKDISCARD ioctl + - block: Hold invalidate_lock in BLKZEROOUT ioctl + - block: Hold invalidate_lock in BLKRESETZONE ioctl + - ksmbd: Fix buffer length check in fsctl_validate_negotiate_info() + - ksmbd: don't need 8byte alignment for request length in ksmbd_check_message + - dmaengine: ti: k3-udma: Set bchan to NULL if a channel request fail + - dmaengine: ti: k3-udma: Set r/tchan or rflow to NULL if request fail + - dmaengine: bestcomm: fix system boot lockups + - net, neigh: Enable state migration between NUD_PERMANENT and NTF_USE + - 9p/net: fix missing error check in p9_check_errors + - mm/filemap.c: remove bogus VM_BUG_ON + - memcg: prohibit unconditional exceeding the limit of dying tasks + - mm, oom: pagefault_out_of_memory: don't force global OOM for dying tasks + - mm, oom: do not trigger out_of_memory from the #PF + - mm, thp: lock filemap when truncating page cache + - mm, thp: fix incorrect unmap behavior for private pages + - mfd: dln2: Add cell for initializing DLN2 ADC + - video: backlight: Drop maximum brightness override for brightness zero + - bcache: fix use-after-free problem in bcache_device_free() + - bcache: Revert "bcache: use bvec_virt" + - PM: sleep: Avoid calling put_device() under dpm_list_mtx + - s390/cpumf: cpum_cf PMU displays invalid value after hotplug remove + - s390/cio: check the subchannel validity for dev_busid + - s390/tape: fix timer initialization in tape_std_assign() + - s390/ap: Fix hanging ioctl caused by orphaned replies + - s390/cio: make ccw_device_dma_* more robust + - remoteproc: elf_loader: Fix loading segment when is_iomem true + - remoteproc: Fix the wrong default value of is_iomem + - remoteproc: imx_rproc: Fix ignoring mapping vdev regions + - remoteproc: imx_rproc: Fix rsc-table name + - mtd: rawnand: fsmc: Fix use of SM ORDER + - mtd: rawnand: ams-delta: Keep the driver compatible with on-die ECC engines + - mtd: rawnand: xway: Keep the driver compatible with on-die ECC engines + - mtd: rawnand: mpc5121: Keep the driver compatible with on-die ECC engines + - mtd: rawnand: gpio: Keep the driver compatible with on-die ECC engines + - mtd: rawnand: pasemi: Keep the driver compatible with on-die ECC engines + - mtd: rawnand: orion: Keep the driver compatible with on-die ECC engines + - mtd: rawnand: plat_nand: Keep the driver compatible with on-die ECC engines + - mtd: rawnand: au1550nd: Keep the driver compatible with on-die ECC engines + - powerpc/vas: Fix potential NULL pointer dereference + - powerpc/bpf: Fix write protecting JIT code + - powerpc/32e: Ignore ESR in instruction storage interrupt handler + - powerpc/powernv/prd: Unregister OPAL_MSG_PRD2 notifier during module unload + - powerpc/security: Use a mutex for interrupt exit code patching + - powerpc/64s/interrupt: Fix check_return_regs_valid() false positive + - powerpc/pseries/mobility: ignore ibm, platform-facilities updates + - powerpc/85xx: fix timebase sync issue when CONFIG_HOTPLUG_CPU=n + - drm/sun4i: Fix macros in sun8i_csc.h + - PCI: Add PCI_EXP_DEVCTL_PAYLOAD_* macros + - PCI: aardvark: Fix PCIe Max Payload Size setting + - SUNRPC: Partial revert of commit 6f9f17287e78 + - drm/amd/display: Look at firmware version to determine using dmub on dcn21 + - media: vidtv: move kfree(dvb) to vidtv_bridge_dev_release() + - cifs: fix memory leak of smb3_fs_context_dup::server_hostname + - ath10k: fix invalid dma_addr_t token assignment + - mmc: moxart: Fix null pointer dereference on pointer host + - selftests/x86/iopl: Adjust to the faked iopl CLI/STI usage + - selftests/bpf: Fix also no-alu32 strobemeta selftest + - arch/cc: Introduce a function to check for confidential computing features + - x86/sev: Add an x86 version of cc_platform_has() + - x86/sev: Make the #VC exception stacks part of the default stacks storage + - media: videobuf2: always set buffer vb2 pointer + - media: videobuf2-dma-sg: Fix buf->vb NULL pointer dereference + - Linux 5.15.3 + + * kernel panic: NULL pointer dereference in wb_timer_f() (LP: #1947557) // + Jammy update: v5.15.3 upstream stable release (LP: #1951822) + - blk-wbt: prevent NULL pointer dereference in wb_timer_fn + + * Medion Notebook Keyboard not working (LP: #1909814) // Jammy update: v5.15.3 + upstream stable release (LP: #1951822) + - ACPI: resources: Add DMI-based legacy IRQ override quirk + + * Enable CONFIG_INTEL_IOMMU_DEFAULT_ON and + CONFIG_INTEL_IOMMU_SCALABLE_MODE_DEFAULT_ON on jammy 5.15 (LP: #1951440) + - [Config] enable Intel DMA remapping options by default + + * Thinkpad E14 Gen2: Kernel panic with trackpad and trackpoint enabled + (LP: #1945590) + - SAUCE: Input: elantech - Fix stack out of bound access in + elantech_change_report_id() + + * Miscellaneous Ubuntu changes + - SAUCE: LSM: Specify which LSM to display (using struct cred as input) + - SAUCE: selftests/seccomp: fix check of fds being assigned + - [Config] enable SUNRPC_DISABLE_INSECURE_ENCTYPES + - [Config] updateconfigs following v5.15.3, v5.15.4 import + + * Miscellaneous upstream changes + - binder: use cred instead of task for selinux checks + - binder: use cred instead of task for getsecid + - Revert "UBUNTU: SAUCE: storvsc: use small sg_tablesize on x86" + + -- Paolo Pisati Mon, 22 Nov 2021 13:14:15 +0100 + +linux (5.15.0-11.11) jammy; urgency=medium + + * jammy/linux: 5.15.0-11.11 -proposed tracker (LP: #1950948) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + * OOPs on boot: invalid opcode: 0000 [#1] SMP NOPTI (LP: #1942215) + - SAUCE: ACPICA: prevent out-of-bound access with buggy DSDT + - [Config] disable UBSAN + - SAUCE: ACPICA: avoid accessing operands out-of-bounds + + * Jammy update: v5.15.2 upstream stable release (LP: #1950949) + - KVM: x86: avoid warning with -Wbitwise-instead-of-logical + - Revert "x86/kvm: fix vcpu-id indexed array sizes" + - usb: ehci: handshake CMD_RUN instead of STS_HALT + - usb: gadget: Mark USB_FSL_QE broken on 64-bit + - usb: musb: Balance list entry in musb_gadget_queue + - usb-storage: Add compatibility quirk flags for iODD 2531/2541 + - Revert "proc/wchan: use printk format instead of lookup_symbol_name()" + - binder: use euid from cred instead of using task + - binder: don't detect sender/target during buffer cleanup + - kfence: always use static branches to guard kfence_alloc() + - kfence: default to dynamic branch instead of static keys mode + - btrfs: fix lzo_decompress_bio() kmap leakage + - staging: rtl8712: fix use-after-free in rtl8712_dl_fw + - isofs: Fix out of bound access for corrupted isofs image + - comedi: dt9812: fix DMA buffers on stack + - comedi: ni_usb6501: fix NULL-deref in command paths + - comedi: vmk80xx: fix transfer-buffer overflows + - comedi: vmk80xx: fix bulk-buffer overflow + - comedi: vmk80xx: fix bulk and interrupt message timeouts + - staging: r8712u: fix control-message timeout + - staging: rtl8192u: fix control-message timeouts + - staging: r8188eu: fix memleak in rtw_wx_set_enc_ext + - media: staging/intel-ipu3: css: Fix wrong size comparison imgu_css_fw_init + - rsi: fix control-message timeout + - Linux 5.15.2 + + * reuseport_bpf_numa in net from ubuntu_kernel_selftests fails on ppc64le + (LP: #1867570) + - selftests/net: Fix reuseport_bpf_numa by skipping unavailable nodes + + * Miscellaneous Ubuntu changes + - packaging: switch getabis to the linux package name + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: (no-up) rename the adv7511 drm driver to adv7511_drm" + - Revert "UBUNTU: SAUCE: drm/i915/dp: Use max params for older panels" + - Revert "UBUNTU: SAUCE: i915: Fix build error due to missing struct + definition" + - selftests/core: fix conflicting types compile error for close_range() + - selftests: net: test_vxlan_under_vrf: fix HV connectivity test + - Revert "UBUNTU: SAUCE: ACPICA: prevent out-of-bound access with buggy DSDT" + + -- Paolo Pisati Mon, 15 Nov 2021 10:12:47 +0100 + +linux (5.15.0-10.10) jammy; urgency=medium + + * jammy/linux: 5.15.0-10.10 -proposed tracker (LP: #1950133) + + * Jammy update: v5.15.1 upstream stable release (LP: #1950131) + - sfc: Fix reading non-legacy supported link modes + - media: firewire: firedtv-avc: fix a buffer overflow in avc_ca_pmt() + - Revert "xhci: Set HCD flag to defer primary roothub registration" + - Revert "usb: core: hcd: Add support for deferring roothub registration" + - drm/amdkfd: fix boot failure when iommu is disabled in Picasso. + - Revert "soc: imx: gpcv2: move reset assert after requesting domain power up" + - ARM: 9120/1: Revert "amba: make use of -1 IRQs warn" + - Revert "wcn36xx: Disable bmps when encryption is disabled" + - drm/amdgpu: revert "Add autodump debugfs node for gpu reset v8" + - drm/amd/display: Revert "Directly retrain link from debugfs" + - Revert "drm/i915/gt: Propagate change in error status to children on unhold" + - ALSA: usb-audio: Add quirk for Audient iD14 + - Linux 5.15.1 + + * Miscellaneous Ubuntu changes + - packaging: fixup previous ABI/spin to -9.9 + - [Packaging] Drop unused d-i build-deps and packaging + - [Packaging] Drop now unsupported d-i/ input files + + * Miscellaneous upstream changes + - selftests: net: properly support IPv6 in GSO GRE test + - signal: Add SA_IMMUTABLE to ensure forced siganls do not get changed + + -- Paolo Pisati Mon, 08 Nov 2021 14:43:24 +0100 + +linux (5.15.0-9.9) jammy; urgency=medium + + * jammy/linux: 5.15.0-1.1 -proposed tracker (LP: #1949876) + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + - [Packaging] update Ubuntu.md + + * Add F81966 watchdog support (LP: #1949063) + - SAUCE: ODM: watchdog: f71808e_wdt: Add F81966 support + + * Miscellaneous Ubuntu changes + - [Packaging] Rewrite debian/scripts/misc/insert-changes.pl in Python + - [Packaging] change source package name to linux + + -- Andrea Righi Thu, 04 Nov 2021 18:47:19 +0100 + +linux (5.15.0-0.0) jammy; urgency=medium + + * Empty entry + + -- Andrea Righi Thu, 04 Nov 2021 16:47:16 +0100 + +linux-unstable (5.15.0-8.8) jammy; urgency=medium + + * jammy/linux-unstable: 5.15.0-8.8 -proposed tracker (LP: #1949436) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + * Drop "UBUNTU: SAUCE: cachefiles: Page leaking in + cachefiles_read_backing_file while vmscan is active" (LP: #1947709) + - Revert "UBUNTU: SAUCE: cachefiles: Page leaking in + cachefiles_read_backing_file while vmscan is active" + + * Add l2tp.sh in net from ubuntu_kernel_selftests back (LP: #1934293) + - Revert "UBUNTU: SAUCE: selftests/net -- disable l2tp.sh test" + + * Check for changes relevant for security certifications (LP: #1945989) + - [Packaging] Add fips-checks as part of finalchecks + + * Add final-checks to check certificates (LP: #1947174) + - [Packaging] Add system trusted and revocation keys final check + + * Can only reach PC3 when ethernet is plugged r8169 (LP: #1946433) + - r8169: Enable chip-specific ASPM regardless of PCIe ASPM status + - PCI/ASPM: Introduce a new helper to report ASPM capability + - r8169: Implement dynamic ASPM mechanism + + * rtw89 kernel module for Realtek 8852 wifi is missing (LP: #1945967) + - rtw89: add Realtek 802.11ax driver + - rtw89: Remove redundant check of ret after call to rtw89_mac_enable_bb_rf + - rtw89: fix return value check in rtw89_cam_send_sec_key_cmd() + - rtw89: remove unneeded semicolon + - [Config] RTW89=m + + * Fix A yellow screen pops up in an instant (< 1 second) and then disappears + before loading the system (LP: #1945932) + - drm/i915: Stop force enabling pipe bottom color gammma/csc + + * disable CONFIG_KFENCE_STATIC_KEYS in linux 5.15 (LP: #1948038) + - [Config] disable CONFIG_KFENCE_STATIC_KEYS + + * Miscellaneous Ubuntu changes + - [Debian] Remove old and unused firmware helper scripts + - [Packaging] Replace Perl oneliner with Bash statements + - rebase to v5.15 + + [ Upstream Kernel Changes ] + + * Rebase to v5.15 + + -- Paolo Pisati Tue, 02 Nov 2021 08:29:45 +0100 + +linux-unstable (5.15.0-7.7) jammy; urgency=medium + + * jammy/linux-unstable: 5.15.0-7.7 -proposed tracker (LP: #1948770) + + * Miscellaneous Ubuntu changes + - [Config] Temporarily disable signing for ppc64el and s390x + - packaging: switch release to Jammy + - rebase to v5.15-rc7 + - [Config] GCC version update + + [ Upstream Kernel Changes ] + + * Rebase to v5.15-rc7 + + -- Paolo Pisati Tue, 26 Oct 2021 11:38:14 +0200 + +linux-unstable (5.15.0-6.6) jammy; urgency=medium + + * impish/linux-unstable: 5.15.0-6.6 -proposed tracker (LP: #1947565) + + * [impish] Remove the downstream xr-usb-uart driver (LP: #1945938) + - SAUCE: xr-usb-serial: remove driver + - [Config] update modules list + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + * Miscellaneous Ubuntu changes + - rebase to v5.15-rc6 + - [Config] update config & annotations following v5.15-rc6 rebase + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: xr-usb-serial: switch to tty_alloc_driver() and + tty_driver_kref_put()" + - Revert "UBUNTU: SAUCE: xr-usb-serial: update return code for + xr_usb_serial_tty_write_room() and xr_usb_serial_tty_chars_in_buffer()" + - Revert "UBUNTU: [Packaging] FTBFS: disable zfs" + + [ Upstream Kernel Changes ] + + * Rebase to v5.15-rc6 + + -- Paolo Pisati Mon, 18 Oct 2021 12:24:45 +0200 + +linux-unstable (5.15.0-5.5) impish; urgency=medium + + * impish/linux-unstable: 5.15.0-5.5 -proposed tracker (LP: #1946338) + + * Miscellaneous Ubuntu changes + - rebase to v5.15-rc5 + - [Config] FB_SIMPLE=m + - [Config] update annotations + + [ Upstream Kernel Changes ] + + * Rebase to v5.15-rc5 + + -- Paolo Pisati Mon, 11 Oct 2021 12:14:02 +0200 + +linux-unstable (5.15.0-4.4) impish; urgency=medium + + * impish/linux-unstable: 5.15.0-4.4 -proposed tracker (LP: #1945953) + + * Fix missing HDMI audio on Intel RKL (LP: #1945556) + - drm/i915/audio: Use BIOS provided value for RKL HDA link + + * Miscellaneous Ubuntu changes + - SAUCE: media: atomisp: add missing return type (fix -Werror=return-type) + - SAUCE: xr-usb-serial: switch to tty_alloc_driver() and tty_driver_kref_put() + - rebase to v5.15-rc4 + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Config] FTBFS: disable INTEL_ATOMISP" + - Revert "UBUNTU: [Config] FTBFS: disable xr-usb-serial" + + [ Upstream Kernel Changes ] + + * Rebase to v5.15-rc4 + + -- Paolo Pisati Mon, 04 Oct 2021 10:52:41 +0200 + +linux-unstable (5.15.0-3.3) impish; urgency=medium + + * impish/linux-unstable: 5.15.0-3.3 -proposed tracker (LP: #1944944) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + * Miscellaneous Ubuntu changes + - rebase to v5.15-rc3 + - [Config] updateconfigs following v5.15-rc3 rebase + - [Packaging] correctly evaluate release in update-dkms-versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.15-rc3 + + -- Paolo Pisati Mon, 27 Sep 2021 16:48:03 +0200 + +linux-unstable (5.15.0-2.2) impish; urgency=medium + + * impish/linux-unstable: 5.15.0-2.2 -proposed tracker (LP: #1944423) + + * Miscellaneous Ubuntu changes + - rebase to v5.15-rc2 + - [Config] updateconfigs following v5.15-rc2 rebase + + [ Upstream Kernel Changes ] + + * Rebase to v5.15-rc2 + + -- Paolo Pisati Tue, 21 Sep 2021 11:46:59 +0200 + +linux-unstable (5.15.0-1.1) impish; urgency=medium + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + * LRMv5: switch primary version handling to kernel-versions data set + (LP: #1928921) + - [Packaging] switch to kernel-versions + + * Miscellaneous Ubuntu changes + - [Packaging] remove remaining references to ports + - [Packaging] drop x32 architecture configs + - [Config] mark CONFIG_BPF_UNPRIV_DEFAULT_OFF enforced + - [Packaging] bump kernel version to 5.15 + - rebase to v5.15-rc1 + - [Config] updateconfigs following v5.15-rc1 rebase + - [Config] FTBFS: disable INTEL_ATOMISP + - [Config] FTBFS: disable xr-usb-serial + - [Packaging] FTBFS: disable zfs + + * Miscellaneous upstream changes + - Revert "r8169: avoid link-up interrupt issue on RTL8106e if user enables + ASPM" + - Revert "UBUNTU: SAUCE: RDMA/core: Introduce peer memory interface" + + [ Upstream Kernel Changes ] + + * Rebase to v5.15-rc1 + + -- Paolo Pisati Fri, 17 Sep 2021 11:42:25 +0200 + +linux-unstable (5.15.0-0.0) impish; urgency=medium + + * Empty entry + + -- Paolo Pisati Wed, 15 Sep 2021 11:54:10 +0200 + +linux-unstable (5.14.0-9.9) impish; urgency=medium + + * impish/linux-unstable: 5.14.0-9.9 -proposed tracker (LP: #1943022) + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Miscellaneous Ubuntu changes + - [Packaging] NVIDIA -- Add the NVIDIA 470 driver + - [Packaging] NVIDIA: transition -460 and -465 to -470, transition -460-server + to -470-server + + * Miscellaneous upstream changes + - vt_kdsetmode: extend console locking + - Bluetooth: btusb: check conditions before enabling USB ALT 3 for WBS + - net: dsa: mt7530: fix VLAN traffic leaks again + - btrfs: fix NULL pointer dereference when deleting device by invalid id + - Revert "floppy: reintroduce O_NDELAY fix" + - fscrypt: add fscrypt_symlink_getattr() for computing st_size + - ext4: report correct st_size for encrypted symlinks + - f2fs: report correct st_size for encrypted symlinks + - ubifs: report correct st_size for encrypted symlinks + - net: don't unconditionally copy_from_user a struct ifreq for socket ioctls + - audit: move put_tree() to avoid trim_trees refcount underflow and UAF + - Linux 5.14.1 + + -- Paolo Pisati Wed, 08 Sep 2021 12:20:18 +0200 + +linux-unstable (5.14.0-8.8) impish; urgency=medium + + * impish/linux-unstable: 5.14.0-8.8 -proposed tracker (LP: #1941887) + + * Fix Intel AC9560 BT function cannot turn on if BT turn off before S3 entry + (LP: #1941696) + - SAUCE: Bluetooth: btusb: add a reject table to disable msft + + * Add USB4 support for AMD SoC (LP: #1941036) + - thunderbolt: Add vendor specific NHI quirk for auto-clearing interrupt + status + - thunderbolt: Handle ring interrupt by reading interrupt status register + - thunderbolt: Do not read control adapter config space + - thunderbolt: Fix port linking by checking all adapters + + * Support builtin revoked certificates (LP: #1932029) + - [Config] Enforce SYSTEM_TRUSTED_KEYS and SYSTEM_REVOCATION_KEYS + + * GPIO error logs in start and dmesg after update of kernel (LP: #1937897) + - ODM: mfd: Check AAEON BFPI version before adding device + + * initramfs-tools & kernel: use zstd as the default compression method + (LP: #1931725) + - [Config] enforce ZSTD compression + + * Miscellaneous Ubuntu changes + - rebase to v5.14 + - [Config] RESET_MCHP_SPARX5 depends on ARCH_SPARX5 + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Packaging] FTBFS: disable zfs" + + [ Upstream Kernel Changes ] + + * Rebase to v5.14 + + -- Paolo Pisati Mon, 30 Aug 2021 12:57:19 +0200 + +linux-unstable (5.14.0-7.7) impish; urgency=medium + + * Please enable CONFIG_UBSAN_BOUNDS (LP: #1914685) + - [Config] Enable CONFIG_UBSAN_BOUNDS + + * CONFIG_HARDENED_USERCOPY_FALLBACK should be disabled (LP: #1855340) + - [Config] Disable CONFIG_HARDENED_USERCOPY_FALLBACK + + * fs: removing mandatory locks (LP: #1940392) + - [Config] Disable CONFIG_MANDATORY_FILE_LOCKING + + * Fix kernel panic caused by legacy devices on AMD platforms (LP: #1936682) + - SAUCE: iommu/amd: Keep swiotlb enabled to ensure devices with 32bit DMA + still work + + * ALSA: hda/cs8409: Add support for dolphin (LP: #1939541) + - ALSA: hda/cirrus: Move CS8409 HDA bridge to separate module + - ALSA: hda/cs8409: Move arrays of configuration to a new file + - ALSA: hda/cs8409: Use enums for register names and coefficients + - ALSA: hda/cs8409: Mask all CS42L42 interrupts on initialization + - ALSA: hda/cs8409: Reduce HS pops/clicks for Cyborg + - ALSA: hda/cs8409: Disable unnecessary Ring Sense for Cyborg/Warlock/Bullseye + - ALSA: hda/cs8409: Disable unsolicited responses during suspend + - ALSA: hda/cs8409: Disable unsolicited response for the first boot + - ALSA: hda/cs8409: Mask CS42L42 wake events + - ALSA: hda/cs8409: Simplify CS42L42 jack detect. + - ALSA: hda/cs8409: Prevent I2C access during suspend time + - ALSA: hda/cs8409: Generalize volume controls + - ALSA: hda/cs8409: Dont disable I2C clock between consecutive accesses + - ALSA: hda/cs8409: Avoid setting the same I2C address for every access + - ALSA: hda/cs8409: Avoid re-setting the same page as the last access + - ALSA: hda/cs8409: Support i2c bulk read/write functions + - ALSA: hda/cs8409: Separate CS8409, CS42L42 and project functions + - ALSA: hda/cs8409: Move codec properties to its own struct + - ALSA: hda/cs8409: Support multiple sub_codecs for Suspend/Resume/Unsol + events + - ALSA: hda/cs8409: Add Support to disable jack type detection for CS42L42 + - ALSA: hda/cs8409: Add support for dolphin + - ALSA: hda/cs8409: Enable Full Scale Volume for Line Out Codec on Dolphin + - ALSA: hda/cs8409: Set fixed sample rate of 48kHz for CS42L42 + - ALSA: hda/cs8409: Use timeout rather than retries for I2C transaction waits + - ALSA: hda/cs8409: Remove unnecessary delays + - ALSA: hda/cs8409: Follow correct CS42L42 power down sequence for suspend + - ALSA: hda/cs8409: Unmute/Mute codec when stream starts/stops + - ALSA: hda/cs8409: Prevent pops and clicks during suspend + - SAUCE: ALSA: hda/cs8409: Prevent pops and clicks during reboot + - [Config] Enable Cirrus Logic HDA bridge support + + * e1000e: add handshake with the Intel CSME to support S0ix (LP: #1937252) + - SAUCE: e1000e: Add handshake with the CSME to support S0ix + - SAUCE: e1000e: Add polling mechanism to indicate CSME DPG exit + - SAUCE: e1000e: Additional PHY power saving in S0ix + + * AMDGPU: Fix System hang after resume from suspend (LP: #1940204) + - SAUCE: drm/amdgpu: disable BACO support for 699F:C7 polaris12 SKU + temporarily + + * [Regression] Audio card [8086:9d71] not detected after upgrade from linux + 5.4 to 5.8 (LP: #1915117) + - [Config] set CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC to y + + * Miscellaneous Ubuntu changes + - rebase to v5.14-rc7 + - [Config] updateconfigs following 5.14-rc7 rebase + - [Config] Enable CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT + - [Config] annotations: set CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT to y + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Config] annotations: set + CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC to y" + - Revert "UBUNTU: [Config] set CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC to + y" + + [ Upstream Kernel Changes ] + + * Rebase to v5.14-rc7 + + -- Paolo Pisati Tue, 24 Aug 2021 10:32:31 +0200 + +linux-unstable (5.14.0-6.6) impish; urgency=medium + + * Miscellaneous Ubuntu changes + - no changes upload (to avoid picking up libc6 from -proposed) + + * No changes upload (to avoid picking up libc6 from -proposed) + + -- Paolo Pisati Wed, 18 Aug 2021 13:41:16 +0200 + +linux-unstable (5.14.0-5.5) impish; urgency=medium + + * disable “CONFIG_HISI_DMA” config for ubuntu version (LP: #1936771) + - [Config] Disable CONFIG_HISI_DMA + + * Dell XPS 17 (9710) PCI/internal sound card not detected (LP: #1935850) + - ASoC: Intel: sof_sdw: include rt711.h for RT711 JD mode + - ASoC: Intel: sof_sdw: add quirk for Dell XPS 9710 + + * [regression] USB device is not detected during boot (LP: #1939638) + - SAUCE: Revert "usb: core: reduce power-on-good delay time of root hub" + + * armhf build failure (LP: #1939308) + - SAUCE: arm: Fix instruction set selection for GCC 11 + + * REGRESSION: shiftfs lets sendfile fail with EINVAL (LP: #1939301) + - SAUCE: shiftfs: fix sendfile() invocations + + * Wobbly graphics on built-in display since linux-image-5.11.0-22-generic + (LP: #1936708) + - SAUCE: drm/i915/dp: Use max params for older panels + + * [SRU][H/OEM-5.10/OEM-5.13/U] Fix system hang after unplug tbt dock + (LP: #1938689) + - SAUCE: igc: fix page fault when thunderbolt is unplugged + + * e1000e blocks the boot process when it tried to write checksum to its NVM + (LP: #1936998) + - SAUCE: e1000e: Do not take care about recovery NVM checksum + + * [Regression] Audio card [8086:9d71] not detected after upgrade from linux + 5.4 to 5.8 (LP: #1915117) + - [Config] set CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC to y + - [Config] annotations: set CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC to y + + * Miscellaneous Ubuntu changes + - [Config] updateconfigs following 5.14-rc6 rebase + - rebase to v5.14-rc6 + + [ Upstream Kernel Changes ] + + * Rebase to v5.14-rc6 + + -- Paolo Pisati Tue, 17 Aug 2021 17:49:15 +0200 + +linux-unstable (5.14.0-4.4) impish; urgency=medium + + * impish/linux-unstable: 5.14.0-4.4 -proposed tracker (LP: #1938566) + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Miscellaneous upstream changes + - Revert "riscv: Get CPU manufacturer information" + + -- Paolo Pisati Tue, 03 Aug 2021 14:50:27 +0200 + +linux-unstable (5.14.0-3.3) impish; urgency=medium + + * Add additional Mediatek MT7921 WiFi/BT device IDs (LP: #1937004) + - SAUCE: Bluetooth: btusb: Add Mediatek MT7921 support for Foxconn + - SAUCE: Bluetooth: btusb: Add Mediatek MT7921 support for IMC Network + - SAUCE: Bluetooth: btusb: Add support for Foxconn Mediatek Chip + + * Fix display output on HP hybrid GFX laptops (LP: #1936296) + - drm/i915: Invoke another _DSM to enable MUX on HP Workstation laptops + + * Miscellaneous Ubuntu changes + - rebase to v5.14-rc3 + - [Config] updateconfigs following 5.14-rc3 rebase + + [ Upstream Kernel Changes ] + + * Rebase to v5.14-rc3 + + -- Paolo Pisati Mon, 26 Jul 2021 12:52:38 +0200 + +linux-unstable (5.14.0-2.2) impish; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Miscellaneous Ubuntu changes + - SAUCE: xr-usb-serial: update return code for xr_usb_serial_tty_write_room() + and xr_usb_serial_tty_chars_in_buffer() + - SAUCE: platform/x86: dell-uart-backlight: update return code for + uart_chars_in_buffer(() + - [Config] updateconfigs following 5.14-rc2 rebase + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Config] FTBFS: disable ubuntu/xr-usb-serial" + - Revert "UBUNTU: [Config] FTBFS: disable DELL_UART_BACKLIGHT" + + [ Upstream Kernel Changes ] + + * Rebase to v5.14-rc2 + + -- Paolo Pisati Thu, 22 Jul 2021 11:03:28 +0200 + +linux-unstable (5.14.0-1.1) impish; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Miscellaneous Ubuntu changes + - [Packaging] bump kernel version to 5.14 + - [Config] updateconfigs following 5.14-rc1 rebase + - [Config] update annotations + - [Packaging] FTBFS: disable zfs + - [Config] FTBFS: disable DELL_UART_BACKLIGHT + - [Config] FTBFS: disable ubuntu/xr-usb-serial + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Packaging] update variants" + + [ Upstream Kernel Changes ] + + * Rebase to v5.14-rc1 + + -- Paolo Pisati Fri, 16 Jul 2021 15:20:04 +0200 + +linux-unstable (5.14.0-0.0) impish; urgency=medium + + * Empty entry + + -- Paolo Pisati Tue, 13 Jul 2021 12:15:35 +0200 + +linux (5.13.0-11.11) impish; urgency=medium + + * impish/linux: 5.13.0-11.11 -proposed tracker (LP: #1933854) + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + + * Support builtin revoked certificates (LP: #1932029) + - [Packaging] build canonical-revoked-certs.pem from branch/arch certs + - [Packaging] Revoke 2012 UEFI signing certificate as built-in + - [Config] Configure CONFIG_SYSTEM_REVOCATION_KEYS with revoked keys + + * Miscellaneous Ubuntu changes + - [Packaging] Change source package name to linux + + * Miscellaneous upstream changes + - mm/page_alloc: Correct return value of populated elements if bulk array is + populated + + -- Andrea Righi Tue, 29 Jun 2021 07:50:25 +0200 + +linux (5.13.0-10.10) impish; urgency=medium + + * Empty entry + + -- Andrea Righi Mon, 28 Jun 2021 08:40:05 +0200 + +linux-unstable (5.13.0-10.10) impish; urgency=medium + + * impish/linux-unstable: 5.13.0-10.10 -proposed tracker (LP: #1933795) + + * Pixel format change broken for Elgato Cam Link 4K (LP: #1932367) + - media: uvcvideo: Fix pixel format change for Elgato Cam Link 4K + + * initramfs-tools & kernel: use zstd as the default compression method + (LP: #1931725) + - s390/decompressor: correct BOOT_HEAP_SIZE condition + - s390/boot: add zstd support + - [Packaging] use ZSTD to compress s390 kernels + + * Miscellaneous Ubuntu changes + - SAUCE: selftests: tls: fix chacha+bidir tests + - SAUCE: selftests: icmp_redirect: support expected failures + - [Config] update configs and annotations after rebase to 5.13 + + * Miscellaneous upstream changes + - tls: prevent oversized sendfile() hangs by ignoring MSG_MORE + + [ Upstream Kernel Changes ] + + * Rebase to v5.13 + + -- Andrea Righi Mon, 28 Jun 2021 08:40:05 +0200 + +linux-unstable (5.13.0-9.9) impish; urgency=medium + + * impish/linux-unstable: 5.13.0-9.9 -proposed tracker (LP: #1933070) + + * Add support for selective build of special drivers (LP: #1912789) + - [Packaging] Add support for ODM drivers + - [Packaging] Turn on ODM support for amd64 + - [Packaging] Fix ODM support in actual build + - [Packaging] Fix ODM DRIVERS Kconfig + + * Add support for IO functions of AAEON devices (LP: #1929504) + - ODM: [Config] update config for AAEON devices + - ODM: hwmon: add driver for AAEON devices + - ODM: leds: add driver for AAEON devices + - ODM: watchdog: add driver for AAEON devices + - ODM: gpio: add driver for AAEON devices + - ODM: mfd: Add support for IO functions of AAEON devices + + * Disable hv-kvp-daemon.service on certain instance types (LP: #1932081) + - [Packaging]: Add kernel command line condition to hv-kvp-daemon service + + * Fix non-working GPU on Some HP desktops (LP: #1931147) + - PCI: Coalesce host bridge contiguous apertures + + * Miscellaneous Ubuntu changes + - SAUCE: selftests: seccomp: bump up timeout to 5min + - SAUCE: Revert "net/tls(TLS_SW): Add selftest for 'chunked' sendfile test" + - [Config] update annotations after rebase to 5.13-rc7 + + [ Upstream Kernel Changes ] + + * Rebase to v5.13-rc7 + + -- Andrea Righi Mon, 21 Jun 2021 10:55:36 +0200 + +linux-unstable (5.13.0-8.8) impish; urgency=medium + + * impish/linux-unstable: 5.13.0-8.8 -proposed tracker (LP: #1932018) + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * initramfs-tools & kernel: use zstd as the default compression method + (LP: #1931725) + - [Config] use ZSTD to compress amd64 kernels + + * Miscellaneous Ubuntu changes + - [Config] enable signing for ppc64el + - SAUCE: powerpc: Fix initrd corruption with relative jump labels + + -- Andrea Righi Tue, 15 Jun 2021 15:07:34 +0200 + +linux-unstable (5.13.0-7.7) impish; urgency=medium + + * impish/linux-unstable: 5.13.0-7.7 -proposed tracker (LP: #1931840) + + * Packaging resync (LP: #1786013) + - update dkms package versions + - [Packaging] resync getabis + - [Packaging] update helper scripts + - update dkms package versions + + * Intel ADL-S graphics feature enabling (LP: #1931240) + - SAUCE: drm/i915/adl_s: ADL-S platform Update PCI ids for Mobile BGA + + * Kernel package builds running out of space on builders (LP: #1930713) + - [Config] CONFIG_DEBUG_INFO_COMPRESSED=n + + * Miscellaneous Ubuntu changes + - [Debian] remove nvidia dkms build support + - [Config] remove now unsued do_dkms_nvidia* build variables + - [Config] enable signing for s390x + - [Config] update annotations after configs review + - [Config] update toolchain versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.13-rc6 + + -- Andrea Righi Mon, 14 Jun 2021 11:53:08 +0200 + +linux-unstable (5.13.0-6.6) impish; urgency=medium + + * impish/linux-unstable: 5.13.0-6.6 -proposed tracker (LP: #1931071) + + * Kernel package builds running out of space on builders (LP: #1930713) + - [Debian] use stamps for flavour install targets + - [Debian] run install-$(flavour) targets during build phase + - [Debian] remove dh_testroot from install targets + - [Debian] dkms-build -- use fakeroot if not running as root + - [Debian] exclude $(DEBIAN)/__abi.current from linux-source + + * [UBUNTU 21.04] tools/kvm_stat: Add restart delay (LP: #1921870) + - [Debian] install kvm_stat systemd service + + * Debugging symbols (dbgsym) packages are missing GDB kernel scripts + (LP: #1928715) + - [Packaging] Build and include GDB Python scripts into debug packages + + * Can't detect intel wifi 6235 (LP: #1920180) + - SAUCE: iwlwifi: add new pci id for 6235 + + * Select correct boot VGA when BIOS doesn't do it properly (LP: #1929217) + - vgaarb: Use ACPI HID name to find integrated GPU + + * Fix kernel panic on Intel Bluetooth (LP: #1928838) + - Bluetooth: Shutdown controller after workqueues are flushed or cancelled + + * build module CONFIG_SND_SOC_INTEL_SOUNDWIRE_SOF_MACH=m for 5.11, 5.13-rc2 + and later (LP: #1921632) + - [Config] enable soundwire audio mach driver + + * Miscellaneous Ubuntu changes + - [Config] CONFIG_SND_SOC_RT1308 can only be enabled on amd64 + + [ Upstream Kernel Changes ] + + * Rebase to v5.13-rc5 + + -- Andrea Righi Mon, 07 Jun 2021 10:45:13 +0200 + +linux-unstable (5.13.0-5.5) impish; urgency=medium + + * impish/linux-unstable: 5.13.0-5.5 -proposed tracker (LP: #1930205) + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Miscellaneous Ubuntu changes + - [Config] set CONFIG_BPF_UNPRIV_DEFAULT_OFF=y + + -- Andrea Righi Mon, 31 May 2021 12:32:38 +0200 + +linux-unstable (5.13.0-4.4) impish; urgency=medium + + * impish/linux-unstable: 5.13.0-4.4 -proposed tracker (LP: #1929404) + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Support importing mokx keys into revocation list from the mok table + (LP: #1928679) + - SAUCE: integrity: add informational messages when revoking certs + + * Support importing mokx keys into revocation list from the mok table + (LP: #1928679) // CVE-2020-26541 when certificates are revoked via + MokListXRT. + - SAUCE: integrity: Load mokx certs from the EFI MOK config table + + * Miscellaneous Ubuntu changes + - [Config] Temporarily disable signing for ppc64el and s390x + - SAUCE: Revert "UBUNTU: SAUCE: overlayfs: Be more careful about copying up + sxid files" + - SAUCE: Revert "UBUNTU: SAUCE: overlayfs: Propogate nosuid from lower and + upper mounts" + - SAUCE: Revert "UBUNTU: SAUCE: overlayfs: Enable user namespace mounts" + - SAUCE: Revert "UBUNTU: SAUCE: overlayfs: ensure mounter privileges when + reading directories" + - SAUCE: Revert "UBUNTU: SAUCE: fs: Move SB_I_NOSUID to the top of s_iflags" + + [ Upstream Kernel Changes ] + + * Rebase to v5.13-rc3 + + -- Andrea Righi Mon, 24 May 2021 13:06:17 +0200 + +linux-unstable (5.13.0-3.3) impish; urgency=medium + + * impish/linux-unstable: 5.13.0-3.3 -proposed tracker (LP: #1928655) + + [ Upstream Kernel Changes ] + + * Rebase to v5.13-rc2 + + -- Andrea Righi Mon, 17 May 2021 11:55:02 +0200 + +linux-unstable (5.13.0-2.2) impish; urgency=medium + + * Miscellaneous Ubuntu changes + - [Config] enable CONFIG_DEBUG_INFO_COMPRESSED + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Config] temporarily disable BPF JIT" + + -- Andrea Righi Fri, 14 May 2021 09:19:02 +0200 + +linux-unstable (5.13.0-1.1) impish; urgency=medium + + [ Upstream Kernel Changes ] + + * Rebase to v5.13-rc1 + + -- Andrea Righi Wed, 12 May 2021 11:35:23 +0200 + +linux-unstable (5.13.0-0.0) impish; urgency=medium + + * Empty entry + + -- Andrea Righi Tue, 11 May 2021 08:40:09 +0200 + +linux-unstable (5.12.0-11.11) impish; urgency=medium + + * Impish update: v5.12.1 upstream stable release (LP: #1927094) + - net: hso: fix NULL-deref on disconnect regression + - USB: CDC-ACM: fix poison/unpoison imbalance + - iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd() + - cfg80211: fix locking in netlink owner interface destruction + - mei: me: add Alder Lake P device id. + - Linux 5.12.1 + + * Packaging resync (LP: #1786013) // Impish update: v5.12.1 upstream stable + release (LP: #1927094) + - update dkms package versions + + * Gigabyte R120-T33 (ARM ThunderX SoC) fails to boot in ACPI mode + (LP: #1925075) // Impish update: v5.12.1 upstream stable release + (LP: #1927094) + - ACPI: GTDT: Don't corrupt interrupt mappings on watchdow probe failure + + * Fix kernel panic at boot on dual GFX systems (LP: #1926792) // Impish + update: v5.12.1 upstream stable release (LP: #1927094) + - drm/amdgpu: Register VGA clients after init can no longer fail + + * On TGL platforms screen shows garbage when browsing website by scrolling + mouse (LP: #1926579) // Impish update: v5.12.1 upstream stable release + (LP: #1927094) + - SAUCE: drm/i915/display: Disable PSR2 if TGL Display stepping is B1 from A0 + + * CirrusLogic: Cracking noises appears in built-in speaker when output volume + is set >80% (LP: #1924997) // Impish update: v5.12.1 upstream stable release + (LP: #1927094) + - SAUCE: ALSA: hda/cirrus: Use CS8409 Equalizer to fix abnormal sounds on + Bullseye + + * Enable mute/micmute LEDs and limit mic boost on EliteBook 845 G8 + (LP: #1925415) // Impish update: v5.12.1 upstream stable release + (LP: #1927094) + - ALSA: hda/realtek: Enable mute/micmute LEDs and limit mic boost on EliteBook + 845 G8 + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: PCI: Disable broken RTIT_BAR of Intel TH" + - Revert "UBUNTU: [Config] temporarily disable ZFS" + + -- Paolo Pisati Tue, 04 May 2021 18:35:54 +0200 + +linux-unstable (5.12.0-10.10) impish; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Miscellaneous Ubuntu changes + - [Packaging] Drop versioned ABI directory names + - [Packaging] getabis: Download ABIs into an unversioned directory + - [Packaging] final-checks: Handle unversioned ABI directories + - bump to impish + - [Config] GCC version update + + -- Paolo Pisati Thu, 29 Apr 2021 12:27:20 +0200 + +linux-unstable (5.12.0-9.9) impish; urgency=medium + + [ Upstream Kernel Changes ] + + * Rebase to v5.12-rc8 + + -- Seth Forshee Mon, 26 Apr 2021 11:14:16 -0500 + +linux-unstable (5.12.0-8.8) hirsute; urgency=medium + + * CVE-2021-3492 + - SAUCE: shiftfs: free allocated memory in shiftfs_btrfs_ioctl_fd_replace() + error paths + - SAUCE: shiftfs: handle copy_to_user() return values correctly + + * Fix no picture from HDMI when it's plugged after boot (LP: #1924238) + - drm/i915/display: Handle lane polarity for DDI port + + * hirsute beta desktop AMD64 ISO kernel panic on boot when booting using UEFI + (LP: #1922403) + - SAUCE: efifb: Check efifb_pci_dev before using it + + * Miscellaneous Ubuntu changes + - Rebase to v5.12-rc8 + - [Config] updateconfigs following 5.12-rc8 rebase + + [ Upstream Kernel Changes ] + + * Rebase to v5.12-rc8 + + -- Paolo Pisati Mon, 19 Apr 2021 11:37:27 +0200 + +linux-unstable (5.12.0-7.7) hirsute; urgency=medium + + * drm/i915: Drop force_probe requirement for Rocket Lake (LP: #1905466) + - drm/i915/rkl: Remove require_force_probe protection + + * HP m400 cartridges fail to find NIC when deploying hirsute (LP: #1918793) + - PCI: xgene: Fix cfg resource mapping + + * Update - Fix no screen show on display after S3 on CML-R (LP: #1922768) + - drm/i915/gen9bc: Handle TGP PCH during suspend/resume + + * Miscellaneous Ubuntu changes + - SAUCE: RDMA/core: Introduce peer memory interface + - Rebase to v5.12-rc7 + + [ Upstream Kernel Changes ] + + * Rebase to v5.12-rc7 + + -- Paolo Pisati Mon, 12 Apr 2021 11:48:07 +0200 + +linux-unstable (5.12.0-6.6) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + + * i915 doesn't support some high pixel clock 4k * 60Hz monitors (LP: #1922372) + - drm/i915/vbt: update DP max link rate table + + * Tegra "mmc0: Timeout waiting for hardware interrupt" (LP: #1921140) + - SAUCE: mmc: host: Add required callbacks to set/clear CQE_EN bit + + * Enable ath11k debugfs/tracing (LP: #1922033) + - [Config] enable ath11k debugfs/tracing + + * Fix mic on P620 after S3 resume (LP: #1921757) + - ALSA: usb-audio: Carve out connector value checking into a helper + - ALSA: usb-audio: Check connector value on resume + + * Miscellaneous Ubuntu changes + - [Config] amd64,arm64: build KFENCE support but disable it by default + (KFENCE_SAMPLE_INTERVAL=0) + - Rebase to v5.12-rc6 + + * Miscellaneous upstream changes + - drm/dp: add MSO related DPCD registers + - drm/i915/edp: reject modes with dimensions other than fixed mode + - drm/i915/edp: always add fixed mode to probed modes in ->get_modes() + - drm/i915/edp: read sink MSO configuration for eDP 1.4+ + - drm/i915/reg: add stream splitter configuration definitions + - drm/i915/mso: add splitter state readout for platforms that support it + - drm/i915/mso: add splitter state check + - drm/i915/edp: modify fixed and downclock modes for MSO + - drm/i915/edp: enable eDP MSO during link training + + [ Upstream Kernel Changes ] + + * Rebase to v5.12-rc6 + + -- Paolo Pisati Wed, 07 Apr 2021 11:42:55 +0200 + +linux-unstable (5.12.0-5.5) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * alsa/realtek: extend the delay time in the determine_headset_type for a + Dell AIO (LP: #1920747) + - SAUCE: ALSA: hda/realtek: fix a determine_headset_type issue for a Dell AIO + + * power off stress test will hang on the TGL machines (LP: #1919930) + - SAUCE: ASoC: SOF: Intel: TGL: set shutdown callback to hda_dsp_shutdown + - [Config] set SND_SOC_SOF_HDA_ALWAYS_ENABLE_DMI_L1 to n + + * lockdown on power (LP: #1855668) + - SAUCE: (lockdown) powerpc: lock down kernel in secure boot mode + + * Miscellaneous Ubuntu changes + - [Config] arm64 -- unify build_image and kernel_file values + - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err(). + - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to print + error messages. + - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down + - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot + mode + - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode + - SAUCE: (lockdown) s390: Lock down the kernel when the IPL secure flag is set + - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature + verify + - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot + - SAUCE: (lockdown) security: lockdown: Make + CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic + - SAUCE: xr-usb-serial: clean up indentation + - SAUCE: xr-usb-serial: clean up build warnings + - SAUCE: apparmor: Fix build error, make sk parameter const + - Rebase to v5.12-rc5 + - [Config] updateconfigs following v5.12-rc5 rebase + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: (lockdown) s390: Lock down the kernel when the IPL + secure flag is set" + - Revert "UBUNTU: SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to + indicate secure boot mode" + - Revert "UBUNTU: SAUCE: (lockdown) powerpc: lock down kernel in secure boot + mode" + - Revert "UBUNTU: SAUCE: (lockdown) security: lockdown: Make + CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic" + - Revert "UBUNTU: SAUCE: (lockdown) arm64: Allow locking down the kernel under + EFI secure boot" + - Revert "UBUNTU: SAUCE: (lockdown) KEYS: Make use of platform keyring for + module signature verify" + - Revert "UBUNTU: SAUCE: (lockdown) efi: Lock down the kernel if booted in + secure boot mode" + - Revert "UBUNTU: SAUCE: (lockdown) security: lockdown: expose a hook to lock + the kernel down" + - Revert "UBUNTU: SAUCE: (lockdown) Make get_cert_list() use + efi_status_to_str() to print error messages." + - Revert "UBUNTU: SAUCE: (lockdown) Add efi_status_to_str() and rework + efi_status_to_err()." + + [ Upstream Kernel Changes ] + + * Rebase to v5.12-rc5 + + -- Paolo Pisati Mon, 29 Mar 2021 12:59:38 +0200 + +linux-unstable (5.12.0-4.4) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Fix broken efifb on graphics device without driver (LP: #1914411) + - SAUCE: efifb: Ensure graphics device for efifb stays at PCI D0 + + * Fix system sleep on TGL systems with Intel ME (LP: #1919321) + - SAUCE: PCI: Serialize TGL e1000e PM ops + + * Miscellaneous Ubuntu changes + - Rebase to v5.12-rc4 + - [Config] updateconfigs following v5.12-rc4 rebase + + * Miscellaneous upstream changes + - riscv: dts: fu740: fix cache-controller interrupts + - riscv: sifive: fu740: cpu{1, 2, 3, 4} set compatible to sifive, u74-mc + - riscv: sifive: unmatched: update for 16GB rev3 + - riscv: Add 3 SBI wrapper functions to get cpu manufacturer information + - riscv: Get CPU manufacturer information + - riscv: Introduce alternative mechanism to apply errata solution + - riscv: sifive: apply errata "cip-453" patch + - clk: sifive: Add pcie_aux clock in prci driver for PCIe driver + - clk: sifive: Use reset-simple in prci driver for PCIe driver + - MAINTAINERS: Add maintainers for SiFive FU740 PCIe driver + - dt-bindings: PCI: Add SiFive FU740 PCIe host controller + - PCI: designware: Add SiFive FU740 PCIe host controller driver + - riscv: dts: Add PCIe support for the SiFive FU740-C000 SoC + + [ Upstream Kernel Changes ] + + * Rebase to v5.12-rc4 + + -- Paolo Pisati Mon, 22 Mar 2021 12:43:14 +0100 + +linux-unstable (5.12.0-3.3) hirsute; urgency=medium + + * riscv: revert SiFive Unleashed CPUFreq (LP: #1917433) + - SAUCE: Revert "SiFive Unleashed CPUFreq" + + * Dell Precision 5550 takes up to 10 seconds to respond when coming out of + sleep (LP: #1919123) + - SAUCE: Input: i8042 - add dmi quirk + + * LRMv4: switch to signing nvidia modules via the Ubuntu Modules signing key + (LP: #1918134) + - [Packaging] sync dkms-build et al from LRMv4 + + * curtin: install flash-kernel in arm64 UEFI unexpected (LP: #1918427) + - [Packaging] Allow grub-efi-arm* to satisfy recommends on ARM + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Enable Tegra support in arm64 for NVIDIA Jetson (LP: #1918471) + - [Config] enable ARCH_TEGRA and all Tegra SOC's + - [Packaging] include modern Tegra modules + + * Cirrus Audio Codec CS8409/CS42L42: Input Device does not switch to headset + Mic when a headset is inserted (LP: #1918378) + - SAUCE: ALSA: hda/cirrus: Fix Headset Mic volume control name + + * Cirrus Audio Codec CS8409/CS42L42 support (LP: #1916554) + - ALSA: hda/cirrus: Increase AUTO_CFG_MAX_INS from 8 to 18 + - ALSA: hda/cirrus: Add support for CS8409 HDA bridge and CS42L42 companion + codec. + - ALSA: hda/cirrus: Add jack detect interrupt support from CS42L42 companion + codec. + - ALSA: hda/cirrus: Add Headphone and Headset MIC Volume Control + + * drm/i915: Drop force_probe requirement for JSL (LP: #1917843) + - SAUCE: drm/i915: Drop require_force_probe from JSL + + * Miscellaneous Ubuntu changes + - [Packaging] Skip d-i code if udebs are disabled + - [Packaging] Disable udebs if $DEBIAN/d-i doesn't exist + - [Packaging] remove dh-systemd build dependency + - [Config] fix several annotaions with enforcement typos + - [Config] refresh annotations + - [Config] updateconfigs following v5.12-rc3 rebase + - annotations: fixup after v5.12-rc3 rebase + - Rebase to v5.12-rc3 + + [ Upstream Kernel Changes ] + + * Rebase to v5.12-rc3 + + -- Paolo Pisati Tue, 16 Mar 2021 18:43:03 +0100 + +linux-unstable (5.12.0-2.2) hirsute; urgency=medium + + * Miscellaneous Ubuntu changes + - Rebase to v5.12-rc2 + - [Config] updateconfigs following v5.12-rc2 rebase + + [ Upstream Kernel Changes ] + + * Rebase to v5.12-rc2 + + -- Paolo Pisati Mon, 08 Mar 2021 11:22:04 +0100 + +linux-unstable (5.12.0-1.1) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Support no udeb profile (LP: #1916095) + - [Packaging] replace custom filter script with dctrl-tools + - [Packaging] correctly implement noudeb build profiles. + + * Miscellaneous Ubuntu changes + - [Packaging] dkms-versions -- remove nvidia-graphics-drivers-440-server + - [Debian] run ubuntu-regression-suite for linux-unstable + - [Packaging] remove Provides: aufs-dkms + - [Config] update config and annotations following v5.12-rc1 rebase + - [Config] disable nvidia and nvidia_server builds + - [Config] temporarily disable ZFS + - temporarily disable modules check + - annotations: s390: temporarily remove CONFIG_KMSG_IDS + - [Config] amd64: FTBFS: disable HIO + - [Config] FTBFS: disable SHIFT_FS + - [Config] s390: temporarily remove CONFIG_KMSG_IDS + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Config] disable nvidia and nvidia_server builds" + - Revert "UBUNTU: SAUCE: s390: kernel message catalog" + + [ Upstream Kernel Changes ] + + * Rebase to v5.12-rc1 + + -- Paolo Pisati Thu, 04 Mar 2021 18:26:12 +0100 + +linux-unstable (5.12.0-0.0) hirsute; urgency=medium + + * Empty entry + + -- Paolo Pisati Thu, 04 Mar 2021 18:17:32 +0100 + +linux-unstable (5.11.0-10.11) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + + * Support CML-S CPU + TGP PCH (LP: #1909457) + - drm/i915/rkl: new rkl ddc map for different PCH + - SAUCE: drm/i915/gen9_bc : Add TGP PCH support + + * Use DCPD to control HP DreamColor panel (LP: #1911001) + - SAUCE: drm/dp: Another HP DreamColor panel brigntness fix + + * Update nvidia dkms build for module linker script changes + - [Packaging] build-dkms--nvidia-N -- Update for preprocessed module linker + script + + * Please trust Canonical Livepatch Service kmod signing key (LP: #1898716) + - [Config] enable CONFIG_MODVERSIONS=y + - [Packaging] build canonical-certs.pem from branch/arch certs + - [Config] add Canonical Livepatch Service key to SYSTEM_TRUSTED_KEYS + - [Config] add ubuntu-drivers key to SYSTEM_TRUSTED_KEYS + + * Miscellaneous Ubuntu changes + - [Config] re-enable nvidia dkms + - SAUCE: selftests: memory-hotplug: bump timeout to 10min + - [Debian] update-aufs.sh -- Don't apply tmpfs-idr.patch + - [Config] Update configs + - [Config] disable nvidia and nvidia_server builds + - SAUCE: Import aufs driver + - [Config] CONFIG_AUFS_FS=n + - [Config] refresh annotations file + - [Config] set CONFIG_MIPI_I3C_HCI=m consistently + - [Config] set CONFIG_PINCTRL_MSM8953=m on armhf generic-lpae + - [Packaging] Change source package name to linux-unstable + - [Config] update LD_VERSION in config due to toolchain update + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: tmpfs: Don't use 64-bit inodes by defulat with 32-bit + ino_t" + + -- Andrea Righi Mon, 22 Feb 2021 07:18:07 +0100 + +linux-unstable (5.11.0-9.10) hirsute; urgency=medium + + * Empty entry + + -- Andrea Righi Mon, 22 Feb 2021 07:02:45 +0100 + +linux (5.11.0-9.10) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Miscellaneous Ubuntu changes + - [Config] update configs/annotations after rebase to 5.11 + - zfs-modules.ignore: add zzstd + + [ Upstream Kernel Changes ] + + * Rebase to v5.11 + + -- Andrea Righi Mon, 15 Feb 2021 16:29:36 +0100 + +linux (5.11.0-8.9) hirsute; urgency=medium + + * Missing device id for Intel TGL-H ISH [8086:43fc] in intel-ish-hid driver + (LP: #1914543) + - SAUCE: HID: intel-ish-hid: ipc: Add Tiger Lake H PCI device ID + + * Add support for new Realtek ethernet NIC (LP: #1914604) + - r8169: Add support for another RTL8168FP + + * Miscellaneous Ubuntu changes + - SAUCE: tmpfs: Don't use 64-bit inodes by defulat with 32-bit ino_t + - [Config] Set CONFIG_TMPFS_INODE64=n for s390x + - [Config] re-enable ZFS + + [ Upstream Kernel Changes ] + + * Rebase to v5.11-rc7 + + -- Andrea Righi Mon, 08 Feb 2021 11:56:23 +0100 + +linux (5.11.0-7.8) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Boot fails: failed to validate module [nls_iso8859_1] BTF: -22 + (LP: #1911359) + - SAUCE: x86/entry: build thunk_$(BITS) only if CONFIG_PREEMPTION=y + + * Remove scary stack trace from Realtek WiFi driver (LP: #1913263) + - rtw88: reduce the log level for failure of tx report + + * Fix unexpected AER/DPC on PCH400 and PCH500 (LP: #1913691) + - Revert "UBUNTU: SAUCE: PCI: Enable ACS quirk on all CML root ports" + - Revert "UBUNTU: SAUCE: PCI: Enable ACS quirk on CML root port" + - SAUCE: PCI/AER: Disable AER interrupt during suspend + - SAUCE: PCI/DPC: Disable DPC interrupt during suspend + + * switch to an autogenerated nvidia series based core via dkms-versions + (LP: #1912803) + - [Packaging] nvidia -- use dkms-versions to define versions built + - [Packaging] update-version-dkms -- maintain flags fields + + * Introduce the new NVIDIA 460-server series and update the 460 series + (LP: #1913200) + - [Config] dkms-versions -- add the 460-server nvidia driver + + * Fix the video can't output through WD19TB connected with TGL platform during + cold-boot (LP: #1910211) + - SAUCE: drm/i915/dp: Prevent setting LTTPR mode if no LTTPR is detected + + * Stop using get_scalar_status command in Dell AIO uart backlight driver + (LP: #1865402) + - SAUCE: platform/x86: dell-uart-backlight: add get_display_mode command + + * Miscellaneous Ubuntu changes + - SAUCE: selftests/seccomp: Accept any valid fd in user_notification_addfd + - [Packaging] Don't disable CONFIG_DEBUG_INFO in headers packages + - [Config] update configs/annotations after rebase to 5.11-rc6 + + [ Upstream Kernel Changes ] + + * Rebase to v5.11-rc6 + + -- Andrea Righi Mon, 01 Feb 2021 10:27:52 +0100 + +linux (5.11.0-6.7) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Prevent thermal shutdown during boot process (LP: #1906168) + - thermal/drivers/acpi: Use hot and critical ops + - thermal/core: Remove notify ops + - thermal: int340x: Fix unexpected shutdown at critical temperature + - thermal: intel: pch: Fix unexpected shutdown at critical temperature + + * riscv: backport support for SiFive Unmatched (LP: #1910965) + - RISC-V: Update l2 cache DT documentation to add support for SiFive FU740 + - RISC-V: sifive_l2_cache: Update L2 cache driver to support SiFive FU740 + - dt-bindings: riscv: Update DT binding docs to support SiFive FU740 SoC + - riscv: dts: add initial support for the SiFive FU740-C000 SoC + - dt-bindings: riscv: Update YAML doc to support SiFive HiFive Unmatched board + - riscv: dts: add initial board data for the SiFive HiFive Unmatched + - PCI: microsemi: Add host driver for Microsemi PCIe controller + - Microsemi PCIe expansion board DT entry. + - SiFive Unleashed CPUFreq + - SiFive HiFive Unleashed: Add PWM LEDs (D1, D2, D3, D4) + + * initramfs unpacking failed (LP: #1835660) + - lib/decompress_unlz4.c: correctly handle zero-padding around initrds. + + * Miscellaneous Ubuntu changes + - [Config] update configs and annotations after rebase to 5.11-rc5 + + [ Upstream Kernel Changes ] + + * Rebase to v5.11-rc5 + + -- Andrea Righi Mon, 25 Jan 2021 09:31:31 +0100 + +linux (5.11.0-5.6) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Miscellaneous Ubuntu changes + - [Config] update config and annotations after rebase to 5.11-rc4 + + [ Upstream Kernel Changes ] + + * Rebase to v5.11-rc4 + + -- Andrea Righi Mon, 18 Jan 2021 10:46:10 +0100 + +linux (5.11.0-4.5) hirsute; urgency=medium + + * Boot fails: failed to validate module [nls_iso8859_1] BTF: -22 + (LP: #1911359) + - SAUCE: x86/entry: build thunk_$(BITS) only if CONFIG_PREEMPTION=y + + -- Andrea Righi Thu, 14 Jan 2021 12:53:26 +0100 + +linux (5.11.0-3.4) hirsute; urgency=medium + + * Boot fails: failed to validate module [nls_iso8859_1] BTF: -22 + (LP: #1911359) + - bpf: Allow empty module BTFs + - libbpf: Allow loading empty BTFs + + -- Andrea Righi Thu, 14 Jan 2021 07:43:45 +0100 + +linux (5.11.0-2.3) hirsute; urgency=medium + + * DMI entry syntax fix for Pegatron / ByteSpeed C15B (LP: #1910639) + - Input: i8042 - unbreak Pegatron C15B + + * SYNA30B4:00 06CB:CE09 Mouse on HP EliteBook 850 G7 not working at all + (LP: #1908992) + - HID: multitouch: Enable multi-input for Synaptics pointstick/touchpad device + + * debian/scripts/file-downloader does not handle positive failures correctly + (LP: #1878897) + - [Packaging] file-downloader not handling positive failures correctly + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * CVE-2021-1052 // CVE-2021-1053 + - [Packaging] NVIDIA -- Add the NVIDIA 460 driver + + * Miscellaneous Ubuntu changes + - [Packaging] Remove nvidia-455 dkms build + - SAUCE: ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP + machines + - [Config] update configs and annotations after rebase to 5.11-rc3 + + [ Upstream Kernel Changes ] + + * Rebase to v5.11-rc3 + + -- Andrea Righi Mon, 11 Jan 2021 09:52:27 +0100 + +linux (5.11.0-1.2) hirsute; urgency=medium + + [ Upstream Kernel Changes ] + + * Rebase to v5.11-rc2 + + -- Andrea Righi Thu, 07 Jan 2021 16:57:01 +0100 + +linux (5.11.0-0.1) hirsute; urgency=medium + + * dep-8 ubuntu-regression-suite tests are not run for all linux-hwe-* kernels + (LP: #1908529) + - [dep-8] Allow all hwe kernels + + * Fix reading speed and duplex sysfs on igc device (LP: #1906851) + - igc: Report speed and duplex as unknown when device is runtime suspended + + * rtwpci driver blocks the system to enter PC10, stuck at PC3 (LP: #1907200) + - SAUCE: rtw88: 8723de: let cpu enter c10 + + * [21.04 FEAT] Deactivate CONFIG_QETH_OSN kernel config option (LP: #1906370) + - [Config] Deactivate CONFIG_QETH_OSN kernel config option + + * Add dpcd backlight control for 0x4c83 0x4f41 (LP: #1905663) + - SAUCE: drm/dp: Add dpcd backlight control for 0x4c83 0x4f41 + + * disable building bpf selftests (LP: #1908144) + - SAUCE: selftests/bpf: Clarify build error if no vmlinux + - SAUCE: selftests: Skip BPF selftests by default + - disable building bpf selftests (no VMLINUX_BTF) + + * Miscellaneous Ubuntu changes + - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot + mode + - SAUCE: (lockdown) s390: Lock down the kernel when the IPL secure flag is set + - [Config] update configs and annotations after rebase to v5.11-rc1 + - hio: fix build error with kernel 5.11 + - SAUCE: shiftfs: fix build error with 5.11 + - [Config] temporarily disable ZFS + - check-aliases: do not error if modules.alias does not exist + - ppc64el: don't build stripped vdso + + * Miscellaneous upstream changes + - irq: export irq_check_status_bit + + [ Upstream Kernel Changes ] + + * Rebase to v5.11-rc1 + + -- Andrea Righi Mon, 04 Jan 2021 09:17:48 +0100 + +linux (5.11.0-0.0) hirsute; urgency=medium + + * Empty entry + + -- Andrea Righi Wed, 30 Dec 2020 09:04:41 +0100 + +linux (5.10.0-9.10) hirsute; urgency=medium + + * Use INTx for Pericom USB controllers (LP: #1906839) + - PCI: Disable MSI for Pericom PCIe-USB adapter + + * disable building bpf selftests (LP: #1908144) + - SAUCE: selftests/bpf: clarify build error if no vmlinux + - SAUCE: selftests: Skip BPF seftests by default + - disable building bpf selftests (no VMLINUX_BTF) + + * Miscellaneous Ubuntu changes + - [Config] Enable CONFIG_BPF_LSM + + * Miscellaneous upstream changes + - Revert "md: change mddev 'chunk_sectors' from int to unsigned" + - Revert "dm raid: fix discard limits for raid1 and raid10" + + -- Andrea Righi Tue, 15 Dec 2020 10:16:14 +0100 + +linux (5.10.0-8.9) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + + * Fix bpf selftest compilation with clang 11 + - bpf: Fix selftest compilation on clang 11 + + * Miscellaneous Ubuntu changes + - [Config] update configs and annotations after rebase to v5.10 + + [ Upstream Kernel Changes ] + + * Rebase to v5.10 + + -- Andrea Righi Mon, 14 Dec 2020 08:57:57 +0100 + +linux (5.10.0-7.8) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Fix linux-libc-dev build for hirsute forward port kernels (LP: #1904067) + - [Debian] Build linux-libc-dev for debian.master* branches + + * Update kernel packaging to support forward porting kernels (LP: #1902957) + - [Debian] Update for leader included in BACKPORT_SUFFIX + + * Introduce the new NVIDIA 455 series (LP: #1897751) + - [Packaging] NVIDIA -- Add signed modules for the 455 driver + + * 5.10 kernel fails to boot with secure boot disabled (LP: #1904906) + - [Config] CONFIG_RCU_SCALE_TEST=n + + * Miscellaneous Ubuntu changes + - [Config] s390x: disable GPIO_CDEV + - [Config] ARM_CMN=m + - [Config] disable GPIO_CDEV_V1 + - [Config] Reorder annotations after 5.10-rc6 rebase + - [Packaging] Remove nvidia-435 dkms build + - [Packaging] Change source package name to linux + - [Config] Update configs and annotations after rebase to v5.10-rc7 + - SAUCE: Revert "mm/filemap: add static for function + __add_to_page_cache_locked" + + [ Upstream Kernel Changes ] + + * Rebase to v5.10-rc7 + + -- Seth Forshee Mon, 07 Dec 2020 00:15:20 -0600 + +linux (5.10.0-6.7) hirsute; urgency=medium + + * Empty entry. + + -- Seth Forshee Sun, 06 Dec 2020 22:13:46 -0600 + +linux-5.10 (5.10.0-6.7) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Avoid double newline when running insertchanges (LP: #1903293) + - [Packaging] insertchanges: avoid double newline + + * Miscellaneous Ubuntu changes + - [Packaging]: linux-modules should depend on linux-image + - [Packaging]: linux-image should suggest linux-modules-extra + + [ Upstream Kernel Changes ] + + * Rebase to v5.10-rc6 + + -- Andrea Righi Mon, 30 Nov 2020 07:47:34 +0100 + +linux-5.10 (5.10.0-5.6) hirsute; urgency=medium + + * Miscellaneous Ubuntu changes + - [Config] add CONFIG_INFINIBAND_VIRT_DMA + + [ Upstream Kernel Changes ] + + * Rebase to v5.10-rc5 + + -- Andrea Righi Mon, 23 Nov 2020 13:17:44 +0100 + +linux-5.10 (5.10.0-4.5) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Miscellaneous Ubuntu changes + - [Packaging] reduce the size required to build packages + + [ Upstream Kernel Changes ] + + * Rebase to v5.10-rc4 + + -- Andrea Righi Mon, 16 Nov 2020 08:33:54 +0100 + +linux-5.10 (5.10.0-3.4) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * e1000e: fix issues with S0ix (LP: #1902687) + - SAUCE: e1000e: fix S0ix flow to allow S0i3.2 subset entry + - SAUCE: e1000e: allow turning s0ix flows on for systems with ME + - SAUCE: e1000e: Add Dell's Comet Lake systems into s0ix heuristics + - SAUCE: e1000e: Add more Dell CML systems into s0ix heuristics + - [Config] Update CONFIG_E1000E for ppc64el in annotations + + * perf: Add support for Rocket Lake (LP: #1902004) + - SAUCE: perf/x86/intel: Add Rocket Lake CPU support + - SAUCE: perf/x86/cstate: Add Rocket Lake CPU support + - SAUCE: perf/x86/msr: Add Rocket Lake CPU support + - SAUCE: perf/x86/intel/uncore: Add Rocket Lake support + + * Miscellaneous Ubuntu changes + - [Config] Disable CONFIG_CRYPTO_USER_API_ENABLE_OBSOLETE + - [Config] update CONFIG_MST_IRQ after rebase to 5.10-rc3 + - [Config] drop obsolete SND_SST_IPC options + - [Config] re-enable ZFS + + [ Upstream Kernel Changes ] + + * Rebase to v5.10-rc3 + + -- Andrea Righi Mon, 09 Nov 2020 09:37:08 +0100 + +linux-5.10 (5.10.0-2.3) hirsute; urgency=medium + + * Miscellaneous Ubuntu changes + - [Config] Switch arm64 default cpufreq governor to ondemand + - [Debian] Include scripts/module.lds from builddir in headers package + + -- Seth Forshee Tue, 03 Nov 2020 21:01:52 -0600 + +linux-5.10 (5.10.0-1.2) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Fix non-working Intel NVMe after S3 (LP: #1900847) + - SAUCE: PCI: Enable ACS quirk on all CML root ports + + * Miscellaneous Ubuntu changes + - [Packaging] move to hirsute + - [Config] Update configs and annotations after rebase to 5.10-rc2 + - [Config] Update numerous configs to conform with policy + - [Config] Switch default CPUFreq governer for arm64/armhf to schedultil + - [Config] Temporarily disable DEBUG_INFO_BTF for armhf + + [ Upstream Kernel Changes ] + + * Rebase to v5.10-rc2 + + -- Seth Forshee Mon, 02 Nov 2020 13:18:27 -0600 + +linux-5.10 (5.10.0-0.1) hirsute; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Miscellaneous Ubuntu changes + - [Config] Update configs and annotations for v5.10-rc1 + - SAUCE: platform/x86: dell-uart-backlight: rename kzfree() to + kfree_sensitive() + - SAUCE: apparmor: rename kzfree() to kfree_sensitive() + - SAUCE: LSM: change ima_read_file() to use lsmblob + - SAUCE: LSM: Use lsmblob in smk_netlbl_mls() + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Packaging] Change source package name to linux-5.10" + - s390: correct __bootdata / __bootdata_preserved macros + + [ Upstream Kernel Changes ] + + * Rebase to v5.10-rc1 + + -- Paolo Pisati Tue, 27 Oct 2020 16:57:07 +0100 + +linux-5.10 (5.10.0-0.0) groovy; urgency=medium + + * Empty entry + + -- Paolo Pisati Mon, 26 Oct 2020 14:55:48 +0100 + +linux-5.9 (5.9.0-2.3) groovy; urgency=medium + + * Fix system reboot when disconnecting WiFi (LP: #1899726) + - iwlwifi: msix: limit max RX queues for 9000 family + + * booting linux-generic-lpae armhf kernel under qemu results in relocation out + of range, and thus no modules can be loaded (LP: #1899519) + - [Config] armhf: ARM_MODULE_PLTS=y + + * Fix broken MSI interrupt after HDA controller was suspended (LP: #1899586) + - ALSA: hda: fix jack detection with Realtek codecs when in D3 + + * CVE-2020-16119 + - SAUCE: dccp: avoid double free of ccid on child socket + + * python3-venv is gone (LP: #1896801) + - SAUCE: doc: remove python3-venv dependency + + * *-tools-common packages descriptions have typo "PGKVER" (LP: #1898903) + - [Packaging] Fix typo in -tools template s/PGKVER/PKGVER/ + + * Enable brightness control on HP DreamColor panel (LP: #1898865) + - SAUCE: drm/i915/dpcd_bl: Skip testing control capability with force DPCD + quirk + - SAUCE: drm/dp: HP DreamColor panel brigntness fix + + * HP Zbook Studio G7 boots into corrupted screen with PSR featured panel + (LP: #1897501) + - SAUCE: drm/i915/psr: allow overriding PSR disable param by quirk + - SAUCE: drm/dp: add DP_QUIRK_FORCE_PSR_CHIP_DEFAULT quirk to CMN prod-ID + 19-15 + + * Fix broken e1000e device after S3 (LP: #1897755) + - SAUCE: e1000e: Increase polling timeout on MDIC ready bit + + * Wakeup the system by touching the touchpad (LP: #1888331) + - HID: i2c-hid: Enable wakeup capability from Suspend-to-Idle + + * Enable LTR for endpoints behind VMD (LP: #1896598) + - SAUCE: PCI/ASPM: Enable LTR for endpoints behind VMD + + * [SRU] [Focal/OEM-5.6/Groovy]Fix AMD usb host controller lost after stress S3 + (LP: #1893914) + - SAUCE: xhci: workaround for S3 issue on AMD SNPS 3.0 xHC + + * debian/rules editconfigs does not work on s390x to change s390x only configs + (LP: #1863116) + - [Packaging] kernelconfig -- only update/edit configurations on architectures + we have compiler support + + * Fix non-working NVMe after S3 (LP: #1895718) + - SAUCE: PCI: Enable ACS quirk on CML root port + + * Miscellaneous Ubuntu changes + - SAUCE: bpf: Check CONFIG_BPF option for resolve_btfids + - SAUCE: tools resolve_btfids: Always force HOSTARCH + - packaging: arm64: add a 64KB mem pages flavour called 'generic-64k' + - packaging: arm64: generic-64k: skip ABI, modules and retpoline checks + - SAUCE: drm/i915/display: Fix null deref in intel_psr_atomic_check() + - [Config] Update toolchain versions + - [Config] Refresh annotations + - Add ubuntu-host module + - CONFIG_UBUNTU_HOST=m + - SAUCE: apparmor: drop prefixing abs root labels with '=' + - SAUCE: apparmor: disable showing the mode as part of a secid to secctx + - SAUCE: apparmor: rename aa_sock() to aa_unix_sk() + - SAUCE: apparmor: LSM stacking: switch from SK_CTX() to aa_sock() + - SAUCE: LSM: Infrastructure management of the sock security + - SAUCE: LSM: Create and manage the lsmblob data structure. + - SAUCE: LSM: Use lsmblob in security_audit_rule_match + - SAUCE: LSM: Use lsmblob in security_kernel_act_as + - SAUCE: net: Prepare UDS for security module stacking + - SAUCE: LSM: Use lsmblob in security_secctx_to_secid + - SAUCE: LSM: Use lsmblob in security_secid_to_secctx + - SAUCE: LSM: Use lsmblob in security_ipc_getsecid + - SAUCE: LSM: Use lsmblob in security_task_getsecid + - SAUCE: LSM: Use lsmblob in security_inode_getsecid + - SAUCE: LSM: Use lsmblob in security_cred_getsecid + - SAUCE: IMA: Change internal interfaces to use lsmblobs + - SAUCE: LSM: Specify which LSM to display + - SAUCE: LSM: Ensure the correct LSM context releaser + - SAUCE: LSM: Use lsmcontext in security_secid_to_secctx + - SAUCE: LSM: Use lsmcontext in security_inode_getsecctx + - SAUCE: LSM: security_secid_to_secctx in netlink netfilter + - SAUCE: NET: Store LSM netlabel data in a lsmblob + - SAUCE: LSM: Verify LSM display sanity in binder + - SAUCE: Audit: Add new record for multiple process LSM attributes + - SAUCE: Audit: Add a new record for multiple object LSM + - SAUCE: LSM: Add /proc attr entry for full LSM context + - SAUCE: AppArmor: Remove the exclusive flag + - SAUCE: Audit: Fix for missing NULL check + + * Miscellaneous upstream changes + - tty: hvcs: Don't NULL tty->driver_data until hvcs_cleanup() + + [ Upstream Kernel Changes ] + + * Rebase to v5.9 + + -- Seth Forshee Wed, 14 Oct 2020 13:31:18 -0500 + +linux-5.9 (5.9.0-1.2) groovy; urgency=medium + + * Miscellaneous Ubuntu changes + - [Config] Update configs after rebase to 5.9-rc6 + - SAUCE: dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAX + - SAUCE: bpf: Use --no-fail option if CONFIG_BPF is not enabled + - SAUCE: tools resolve_btfids: Always force HOSTARCH + + [ Upstream Kernel Changes ] + + * Rebase to v5.9-rc6 + + -- Seth Forshee Mon, 21 Sep 2020 14:39:34 -0500 + +linux-5.9 (5.9.0-0.1) groovy; urgency=medium + + * Miscellaneous Ubuntu changes + - [Config] Update configs and annotations for v5.9-rc1 + - SAUCE: i915: Fix build error due to missing struct definition + - hio -- Update blk_queue_split() calls for changes in 5.9-rc1 + - hio -- Updates for move of make_request_fn to struct block_device_operations + - [Config] Disable zfs dkms build + - [Config] Disable nvidia dkms build + - [Config] Disable nvidia server dkms builds + - SAUCE: remoteproc: qcom: Use div_u64() for 64-bit division + - SAUCE: PCI/ASPM: Enable ASPM for links under VMD domain + - [Packaging] Bind hv_vss_daemon startup to hv_vss device + - [Packaging] bind hv_fcopy_daemon startup to hv_fcopy device + - [Config] Re-enable UEFI signing for arm64 + - SAUCE: Revert "UBUNTU: SAUCE: export __get_vm_area_caller() and map_kernel_range()" + - [Config] Set the default CPU governor to ONDEMAND + - [Packaging] update variants + - [Packaging] update helper scripts + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.9-rc5 + + -- Seth Forshee Thu, 17 Sep 2020 15:01:21 -0500 + +linux-5.9 (5.9.0-0.0) groovy; urgency=medium + + * Empty entry + + -- Seth Forshee Tue, 18 Aug 2020 16:48:03 -0500 + +linux (5.8.0-16.17) groovy; urgency=medium + + * groovy/linux: 5.8.0-16.17 -proposed tracker (LP: #1891233) + + * Miscellaneous Ubuntu changes + - hio -- Update to use bio_{start,end}_io_acct with 5.8+ + - Enable hio driver + - [Packaging] Temporarily disable building doc package contents + + -- Seth Forshee Tue, 11 Aug 2020 15:32:58 -0500 + +linux (5.8.0-15.16) groovy; urgency=medium + + * groovy/linux: 5.8.0-15.16 -proposed tracker (LP: #1891177) + + * Miscellaneous Ubuntu changes + - SAUCE: Documentation: import error c_funcptr_sig_re, c_sig_re (sphinx- + doc/sphinx@0f49e30c) + + -- Seth Forshee Tue, 11 Aug 2020 09:29:58 -0500 + +linux (5.8.0-14.15) groovy; urgency=medium + + * groovy/linux: 5.8.0-14.15 -proposed tracker (LP: #1891085) + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + * msg_zerocopy.sh in net from ubuntu_kernel_selftests failed (LP: #1812620) + - selftests/net: relax cpu affinity requirement in msg_zerocopy test + + * Fix missing HDMI/DP Audio on an HP Desktop (LP: #1890441) + - ALSA: hda/hdmi: Add quirk to force connectivity + + * Add initial audio support for Lenovo ThinkStation P620 (LP: #1890317) + - ALSA: usb-audio: Add support for Lenovo ThinkStation P620 + + * Fix IOMMU error on AMD Radeon Pro W5700 (LP: #1890306) + - PCI: Mark AMD Navi10 GPU rev 0x00 ATS as broken + + * Enlarge hisi_sec2 capability (LP: #1890222) + - crypto: hisilicon - update SEC driver module parameter + + * Miscellaneous Ubuntu changes + - [Config] Re-enable signing for ppc64el + + -- Seth Forshee Mon, 10 Aug 2020 15:26:46 -0500 + +linux (5.8.0-13.14) groovy; urgency=medium + + * Miscellaneous Ubuntu changes + - [Config] Remove i386 configs + - SAUCE: apply a workaround to re-enable CONFIG_CRYPTO_AEGIS128_SIMD + - SAUCE: export __get_vm_area_caller() and map_kernel_range() + - [Config] drop CONFIG_BINFMT_AOUT enforcement + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Config] disable CONFIG_CRYPTO_AEGIS128_SIMD" + + [ Upstream Kernel Changes ] + + * Rebase to v5.8 + + -- Andrea Righi Tue, 04 Aug 2020 09:51:50 +0200 + +linux (5.8.0-12.13) groovy; urgency=medium + + * groovy/linux: 5.8.0-12.13 -proposed tracker (LP: #1889481) + + * Fix right speaker of HP laptop (LP: #1889375) + - SAUCE: hda/realtek: Fix right speaker of HP laptop + + * blk_update_request error when mount nvme partition (LP: #1872383) + - SAUCE: nvme-pci: prevent SK hynix PC400 from using Write Zeroes command + + * Add support for Atlantic NIC firmware v4 (LP: #1886908) + - Revert "UBUNTU: SAUCE: net: atlantic: Add support for firmware v4" + - net: atlantic: align return value of ver_match function with function name + - net: atlantic: add support for FW 4.x + + * Miscellaneous Ubuntu changes + - [Debian] Fix debian/tests for linux-5.8 -> linux rename + - SAUCE: selftests/powerpc: return skip code for spectre_v2 + + -- Seth Forshee Wed, 29 Jul 2020 16:58:47 -0500 + +linux (5.8.0-11.12) groovy; urgency=medium + + * groovy/linux: 5.8.0-11.12 -proposed tracker (LP: #1889336) + + * Miscellaneous Ubuntu changes + - [Packaging] dwarves is not required for linux-libc-dev or stage1 + + -- Seth Forshee Tue, 28 Jul 2020 22:33:24 -0500 + +linux (5.8.0-10.11) groovy; urgency=medium + + * groovy/linux: 5.8.0-10.11 -proposed tracker (LP: #1889316) + + * Miscellaneous Ubuntu changes + - [Packaging] Add more packages to Build-Depends-Indep for docs + - [Debian] Specify python executable in kmake + - [Debian] Don't treat warnings as errors during perf builds + - [Config] Disable signing for ppc64el + + -- Seth Forshee Tue, 28 Jul 2020 17:09:52 -0500 + +linux (5.8.0-9.10) groovy; urgency=medium + + * groovy/linux: 5.8.0-9.10 -proposed tracker (LP: #1889140) + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + * Miscellaneous Ubuntu changes + - SAUCE: Fix s390x compile error on F32 utils/stat-display.c + - [Packaging] Add python3-venv to Build-Depends-Indep + + -- Seth Forshee Mon, 27 Jul 2020 21:01:46 -0500 + +linux (5.8.0-8.9) groovy; urgency=medium + + * groovy/linux: 5.8.0-8.9 -proposed tracker (LP: #1889104) + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + - update dkms package versions + - [Packaging] update variants + + * Introduce the new NVIDIA 450-server and the 450 UDA series (LP: #1887674) + - [Packaging] NVIDIA -- Add signed modules for 450 450-server + + * Introduce the new NVIDIA 418-server and 440-server series, and update the + current NVIDIA drivers (LP: #1881137) + - [packaging] add signed modules for the 418-server and the 440-server + flavours + + * Miscellaneous Ubuntu changes + - SAUCE: Revert "radix-tree: Use local_lock for protection" + - [Config] CONFIG_DEBUG_INFO_COMPRESSED=n + - [Config] disable CONFIG_CRYPTO_AEGIS128_SIMD + - [Config] Enable nvidia dkms build + + * Miscellaneous upstream changes + - usbip: tools: fix build error for multiple definition + + [ Upstream Kernel Changes ] + + * Rebase to v5.8-rc7 + + -- Seth Forshee Mon, 27 Jul 2020 11:18:12 -0500 + +linux (5.8.0-7.8) groovy; urgency=medium + + * Empty entry + + -- Seth Forshee Mon, 27 Jul 2020 09:22:19 +0200 + +linux-5.8 (5.8.0-7.8) groovy; urgency=medium + + * soc/amd/renoir: detect dmic from acpi table (LP: #1887734) + - ASoC: amd: add logic to check dmic hardware runtime + - ASoC: amd: add ACPI dependency check + - ASoC: amd: fixed kernel warnings + + * linux 4.15.0-109-generic network DoS regression vs -108 (LP: #1886668) + - SAUCE: Revert "netprio_cgroup: Fix unlimited memory leak of v2 cgroups" + + * Add support for Atlantic NIC firmware v4 (LP: #1886908) + - SAUCE: net: atlantic: Add support for firmware v4 + + * MGA G200e doesn't work under GDM Wayland (LP: #1886140) + - drm/mgag200: Remove HW cursor + - drm/mgag200: Clean up mga_set_start_address() + - drm/mgag200: Clean up mga_crtc_do_set_base() + - drm/mgag200: Move mode-setting code into separate helper function + - drm/mgag200: Split MISC register update into PLL selection, SYNC and I/O + - drm/mgag200: Update mode registers after plane registers + - drm/mgag200: Set pitch in a separate helper function + - drm/mgag200: Set primary plane's format in separate helper function + - drm/mgag200: Move TAGFIFO reset into separate function + - drm/mgag200: Move hiprilvl setting into separate functions + - drm/mgag200: Move register initialization into separate function + - drm/mgag200: Remove out-commented suspend/resume helpers + - drm/mgag200: Use simple-display data structures + - drm/mgag200: Convert to simple KMS helper + - drm/mgag200: Replace VRAM helpers with SHMEM helpers + + * Miscellaneous Ubuntu changes + - SAUCE: s390/bpf: fix sign extension in branch_ku + - SAUCE: selftests: net: ip_defrag: modprobe missing nf_defrag_ipv6 support + - SAUCE: selftests: fib_nexthop_multiprefix: fix cleanup() netns deletion + - [packaging] debhelper-compat (= 10) (and retire debian/compat) + - [Config] Update configs after rebase to 5.8-rc6 + + [ Upstream Kernel Changes ] + + * Rebase to v5.8-rc6 + + -- Andrea Righi Mon, 20 Jul 2020 09:55:47 +0200 + +linux-5.8 (5.8.0-6.7) groovy; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * perf build broken after updating to bintuils 2.34.90.20200706-1ubuntu1 + (LP: #1887397) + - SAUCE: libtraceevent: Strip symbol version from nm output + + -- Seth Forshee Mon, 13 Jul 2020 14:07:53 -0500 + +linux-5.8 (5.8.0-5.6) groovy; urgency=medium + + * linux-libc-dev broken for crossbuilding, Multi-Arch:same violation + (LP: #1886188) + - [Packaging] Produce linux-libc-deb package for riscv64 + - [Debian] Disallow building linux-libc-dev from linux-riscv + + * Miscellaneous Ubuntu changes + - SAUCE: Revert "UBUNTU: SAUCE: test_bpf: remove expected fail for Ctx heavy + transformations test on s390" + - SAUCE: Revert "test_bpf: flag tests that cannot be jited on s390" + - [Config] Update configs (gcc update) + + [ Upstream Kernel Changes ] + + * Rebase to v5.8-rc5 + + -- Andrea Righi Mon, 13 Jul 2020 08:42:14 +0200 + +linux-5.8 (5.8.0-4.5) groovy; urgency=medium + + * Add generic LED class support for audio LED (LP: #1885896) + - ALSA: hda: generic: Always call led-trigger for mic mute LED + - ALSA: hda: generic: Add a helper for mic-mute LED with LED classdev + - ALSA: hda/realtek: Convert to cdev-variant of mic-mute LED controls + - ALSA: hda/conexant: Convert to cdev-variant of mic-mute LED controls + - ALSA: hda/sigmatel: Convert to cdev-variant of mic-mute LED controls + - ALSA: hda: generic: Drop unused snd_hda_gen_fixup_micmute_led() + - ALSA: hda: generic: Drop the old mic-mute LED hook + - ALSA: hda: generic: Add vmaster mute LED helper + - ALSA: hda/realtek: Use the new vmaster mute LED helper + - ALSA: hda/conexant: Use the new vmaster mute LED helper + - ALSA: hda/sigmatel: Use the new vmaster mute LED helper + - ALSA: hda/realtek: Unify LED helper code + - ALSA: hda: Let LED cdev handling suspend/resume + + * seccomp_bpf fails on powerpc (LP: #1885757) + - SAUCE: selftests/seccomp: fix ptrace tests on powerpc + + * CVE-2020-11935 + - SAUCE: aufs: do not call i_readcount_inc() + + * Miscellaneous Ubuntu changes + - SAUCE: Update aufs to 5.x-rcN 20200622 + - [Config] Update configs to set CONFIG_SND_HDA_GENERIC_LEDS value + - [Config] CONFIG_SECURITY_DMESG_RESTRICT=y + + [ Upstream Kernel Changes ] + + * Rebase to v5.8-rc4 + + -- Seth Forshee Mon, 06 Jul 2020 08:14:28 -0500 + +linux-5.8 (5.8.0-3.4) groovy; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + - update dkms package versions + + * lxc 1:4.0.2-0ubuntu1 ADT test failure with linux-5.8 5.8.0-1.2 + (LP: #1884635) + - SAUCE: overlayfs: fix faulty rebase + + * shiftfs: O_TMPFILE reports ESTALE (LP: #1872757) + - SAUCE: shiftfs: prevent ESTALE for LOOKUP_JUMP lookups + + * shiftfs: fix btrfs regression (LP: #1884767) + - SAUCE: Revert "UBUNTU: SAUCE: shiftfs: fix dentry revalidation" + + * Miscellaneous Ubuntu changes + - [Config] CONFIG_DEBUG_INFO_COMPRESSED=y + - SAUCE: regulator: rename da903x to da903x-regulator + - [Config] Add da903x to modules.ignore + - [Config] Update configs for rebase to 5.8-rc3 + + [ Upstream Kernel Changes ] + + * Rebase to v5.8-rc3 + + -- Seth Forshee Mon, 29 Jun 2020 08:48:25 -0500 + +linux-5.8 (5.8.0-2.3) groovy; urgency=medium + + * Support Audio Mute LED for two new HP laptops (LP: #1884251) + - ALSA: hda/realtek: Add mute LED and micmute LED support for HP systems + + * CVE-2019-16089 + - SAUCE: nbd_genl_status: null check for nla_nest_start + + * tpm: fix TIS locality timeout problems (LP: #1881710) + - SAUCE: tpm: fix TIS locality timeout problems + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Miscellaneous Ubuntu changes + - SAUCE: security,perf: Allow further restriction of perf_event_open + - [Config] CONFIG_SECURITY_PERF_EVENTS_RESTRICT=y + - [Config] Update configs and annotations for 5.8-rc2 + - [Config] Enable zfs + - [Config] Enable CONFIG_DEBUG_INFO_BTF + + [ Upstream Kernel Changes ] + + * Rebase to v5.8-rc2 + + -- Seth Forshee Mon, 22 Jun 2020 15:05:54 -0500 + +linux-5.8 (5.8.0-1.2) groovy; urgency=medium + + * Miscellaneous Ubuntu changes + - [Debian] Support linux-x.y in udeb package names + - [Packaging] Use SRCPKGNAME for udeb packages + + -- Seth Forshee Wed, 17 Jun 2020 19:34:32 -0500 + +linux-5.8 (5.8.0-0.1) groovy; urgency=medium + + * Docker registry doesn't stay up and keeps restarting (LP: #1879690) + - Revert "UBUNTU: SAUCE: overlayfs: use shiftfs hacks only with shiftfs as underlay" + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + + * Miscellaneous Ubuntu changes + - [Packaging] Update source package name to linux-5.8 + - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err(). + - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to print error messages. + - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down + - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot mode + - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode + - SAUCE: (lockdown) s390: Lock down the kernel when the IPL secure flag is set + - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature verify + - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot + - SAUCE: (lockdown) security: lockdown: Make CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic + - SAUCE: (lockdown) powerpc: lock down kernel in secure boot mode + - SAUCE: Import aufs driver + - [Config] Update configs for v5.8-rc1 + - [Config] Update annotations for v5.8-rc1 config changes + - SAUCE: shiftfs -- Fix build errors from missing fiemap definitions + - Disable hio driver + + * Miscellaneous upstream changes + - acpi: disallow loading configfs acpi tables when locked down + + [ Upstream Kernel Changes ] + + * Rebase to v5.8-rc1 + + -- Seth Forshee Wed, 17 Jun 2020 11:54:24 -0500 + +linux-5.8 (5.8.0-0.0) groovy; urgency=medium + + * Empty entry + + -- Seth Forshee Sun, 14 Jun 2020 22:40:35 -0500 + +linux-5.7 (5.7.0-8.9) groovy; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Enforce all config annotations (LP: #1879327) + - [Config]: do not enforce CONFIG_VERSION_SIGNATURE + - [Config]: prepare to enforce all + - [Config]: enforce all config options + + * Miscellaneous Ubuntu changes + - [Config]: annotations review after 5.7 rebase + - [Config] annotations: IXP4XX* depends on ARCH_IXP4XX + - [Config] THERMAL_GOV_POWER_ALLOCATOR=y + - [Config] annotations: SOC_CAMERA is marked as BROKEN + - [Config] annotations: NFSD_V4_2_INTER_SSC depends on NFS_FS=y + - [Config] annotations: CRYPTO_DEV_CHELSIO_TLS depends on legacy (and largely + unmantained) TLS_TOE + - [Config] annotations: SERIO_OLPC_APSP depends on ARCH_MMP + - [Config] RTW88_DEBUG=y + - [Config] annotations: ISDN_CAPI is a bool, and BT_CMTP depends on it + - [Config] annotations SND_SOC_SOF_DEVELOPER_SUPPORT depends on + SND_SOC_SOF_DEVELOPER_SUPPORT + - [Config] annotations: SND_SOC_SOF_BAYTRAIL_SUPPORT is mutually exclusive + with SND_SST_ATOM_HIFI2_PLATFORM_ACPI + - [Config] annotations: DEBUG_IMX_UART_PORT is defined only any + DEBUG_IMX*_UART is enabled + - [Config] annotations: HW_RANDOM_IMX_RNGC depends on SOC_IMX25 + - [Config] annotations: armhf: VIRTUALIZATION support was removed for arm32 + - [Config] annotations: arm64: remove DEBUG_ALIGN_RODATA + - [Config] annotations: ppc64: DATA_SHIFT defaults to PPC_PAGE_SHIFT + - [Config] arm64: enforce ARM64_USE_LSE_ATOMICS + - [Config] s390x: MOST is not set + - [Config] s390x: BCM84881_PHY is not set + - [Config] s390x: XILINX_LL_TEMAC is not set + - [Config] s390x: PHY_INTEL_EMMC requires GENERIC_PHY (off by default on + s390x) + - [Config] s390x: CHECK_STACK conflicts with VMAP_STACK + - [Config] annotations: s390x: NODES_SHIFT=1 + - [Config] annotations: import new symbols + - [Config] annotations: remove unmatched menu and options + + -- Paolo Pisati Fri, 12 Jun 2020 12:03:01 +0200 + +linux-5.7 (5.7.0-7.8) groovy; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + - [Packaging] update helper scripts + + * [UBUNTU 20.04] s390x/pci: fix linking between PF and VF for multifunction + devices (LP: #1879704) + - PCI/IOV: Introduce pci_iov_sysfs_link() function + - s390/pci: create links between PFs and VFs + + * Miscellaneous Ubuntu changes + - [Config] Disable UEFI signing for arm64 + - Rebase to v5.7.1 + + [ Upstream Kernel Changes ] + + * Rebase to v5.7.1 + + -- Paolo Pisati Mon, 08 Jun 2020 11:16:58 +0200 + +linux-5.7 (5.7.0-6.7) groovy; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + - update dkms package versions + + * shiftfs: fix btrfs snapshot deletion (LP: #1879688) + - SAUCE: shiftfs: let userns root destroy subvolumes from other users + + * seccomp_benchmark times out on eoan (LP: #1881576) + - SAUCE: selftests/seccomp: use 90s as timeout + + * Realtek 8723DE [10ec:d723] subsystem [10ec:d738] disconnects unsolicitedly + when Bluetooth is paired: Reason: 23=IEEE8021X_FAILED (LP: #1878147) + - SAUCE: Revert "UBUNTU: SAUCE: rtw88: Move driver IQK to set channel before + association for 11N chip" + - SAUCE: Revert "UBUNTU: SAUCE: rtw88: fix rate for a while after being + connected" + - SAUCE: Revert "UBUNTU: SAUCE: rtw88: No retry and report for auth and assoc" + - SAUCE: Revert "UBUNTU: SAUCE: rtw88: 8723d: Add coex support" + - rtw88: 8723d: Add coex support + - SAUCE: rtw88: coex: 8723d: set antanna control owner + - SAUCE: rtw88: coex: 8723d: handle BT inquiry cases + - SAUCE: rtw88: fix EAPOL 4-way failure by finish IQK earlier + + * ASoC/amd: add audio driver for amd renoir (LP: #1881046) + - ASoC: amd: add Renoir ACP3x IP register header + - ASoC: amd: add Renoir ACP PCI driver + - ASoC: amd: add acp init/de-init functions + - ASoC: amd: create acp3x pdm platform device + - ASoC: amd: add ACP3x PDM platform driver + - ASoC: amd: irq handler changes for ACP3x PDM dma driver + - ASoC: amd: add acp3x pdm driver dma ops + - ASoC: amd: add ACP PDM DMA driver dai ops + - ASoC: amd: add Renoir ACP PCI driver PM ops + - ASoC: amd: add ACP PDM DMA driver pm ops + - ASoC: amd: enable Renoir acp3x drivers build + - ASoC: amd: create platform devices for Renoir + - ASoC: amd: RN machine driver using dmic + - ASoC: amd: enable build for RN machine driver + - ASoC: amd: fix kernel warning + - ASoC: amd: refactoring dai_hw_params() callback + - ASoC: amd: return error when acp de-init fails + - [Config]: enable amd renoir ASoC audio + + * Slow send speed with Intel I219-V on Ubuntu 18.04.1 (LP: #1802691) + - e1000e: Disable TSO for buffer overrun workaround + + * Fix incorrect speed/duplex when I210 device is runtime suspended + (LP: #1880656) + - igb: Report speed and duplex as unknown when device is runtime suspended + + * Fix Pericom USB controller OHCI/EHCI PME# defect (LP: #1879321) + - serial: 8250_pci: Move Pericom IDs to pci_ids.h + - PCI: Avoid Pericom USB controller OHCI/EHCI PME# defect + + * [UBUNTU 20.04] s390x/pci: enumerate pci functions per physical adapter + (LP: #1874056) + - s390/pci: Expose new port attribute for PCIe functions + - s390/pci: adaptation of iommu to multifunction + - s390/pci: define kernel parameters for PCI multifunction + - s390/pci: define RID and RID available + - s390/pci: create zPCI bus + - s390/pci: adapt events for zbus + - s390/pci: Handling multifunctions + - s390/pci: Do not disable PF when VFs exist + - s390/pci: Documentation for zPCI + - s390/pci: removes wrong PCI multifunction assignment + + * add 16-bit width registers support for EEPROM at24 device (LP: #1876699) + - regmap-i2c: add 16-bit width registers support + + * Miscellaneous Ubuntu changes + - [Config] Enable virtualbox guest and shared-folder modules + + [ Upstream Kernel Changes ] + + * Rebase to v5.7 + + -- Seth Forshee Mon, 01 Jun 2020 16:11:24 -0500 + +linux-5.7 (5.7.0-5.6) groovy; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * [UBUNTU 20.04] PSI generates overhead on s390x (LP: #1876044) + - Ubuntu: [Config] CONFIG_PSI is enabled by default, but creates additional + overhead on s390x, hence should be disabled by default on s390x only. + + * Miscellaneous Ubuntu changes + - Rebase to v5.7-rc7 + - [Config] ppc64el: disable STRICT_KERNEL_RWX + + [ Upstream Kernel Changes ] + + * Rebase to v5.7-rc7 + + -- Paolo Pisati Mon, 25 May 2020 11:44:09 +0200 + +linux-5.7 (5.7.0-4.5) groovy; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * update-initramfs complains of missing amdgpu firmware files (LP: #1873325) + - SAUCE: drm/amdgpu: Remove unreleased arcturus and navi12 firmware from + modinfo + + * Support DMIC micmute LED on HP platforms (LP: #1876859) + - ALSA: hda/realtek - Introduce polarity for micmute LED GPIO + - ALSA: hda/realtek - Enable micmute LED on and HP system + - ALSA: hda/realtek - Add LED class support for micmute LED + - ALSA: hda/realtek - Fix unused variable warning w/o + CONFIG_LEDS_TRIGGER_AUDIO + - ASoC: SOF: Update correct LED status at the first time usage of + update_mute_led() + + * Killer(R) Wi-Fi 6 AX1650i 160MHz Wireless Network Adapter (201NGW), + REV=0x354 [8086:a0f0] subsystem id [1a56:1651] wireless adapter not found + due to firmware crash (LP: #1874685) + - SAUCE: iwlwifi: pcie: handle QuZ configs with killer NICs as well + + * rtkit-daemon[*]: Failed to make ourselves RT: Operation not permitted after + upgrade to 20.04 (LP: #1875665) + - [Config] Turn off CONFIG_RT_GROUP_SCHED everywhere + + * Unable to handle kernel pointer dereference in virtual kernel address space + on Eoan (LP: #1876645) + - SAUCE: overlayfs: fix shitfs special-casing + + * Miscellaneous Ubuntu changes + - SAUCE: skip building selftest 'runqslower' if kernel not built + - Rebase to v5.7-rc6 + - [Config] updateconfigs after 5.7-rc6 rebase + + [ Upstream Kernel Changes ] + + * Rebase to v5.7-rc6 + + -- Paolo Pisati Mon, 18 May 2020 11:27:25 +0200 + +linux-5.7 (5.7.0-3.4) groovy; urgency=medium + + [ Upstream Kernel Changes ] + + * Rebase to v5.7-rc5 + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * getitimer returns it_value=0 erroneously (LP: #1349028) + - [Config] CONTEXT_TRACKING_FORCE policy should be unset + + * lockdown on power (LP: #1855668) // Ubuntu Kernel Support for OpenPOWER NV + Secure & Trusted Boot (LP: #1866909) + - [Config] Enable configs for OpenPOWER NV Secure & Trusted Boot + + * Miscellaneous Ubuntu changes + - SAUCE: Import aufs driver + - [Config] Enable aufs + - [Config] annotations: remove SND_SOC_SOF_HDA_COMMON_HDMI_CODEC + - [Config] Remove CONFIG_SND_HDA_INTEL_DETECT_DMIC from annotations + - [Debian] final-checks -- Do not remove ~* from abi + - [Config] Enable 5-level page table support for x86 + - [Config] updateconfigs after 5.7-rc5 rebase + + -- Paolo Pisati Mon, 11 May 2020 10:25:42 +0200 + +linux-5.7 (5.7.0-2.3) groovy; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + - update dkms package versions + - [Packaging] update helper scripts + + * ASUS T100HAN boots to a blank screen with a cursor [i965: Failed to submit + batchbuffer: Input/output error] (LP: #1860754) + - [Config] CONFIG_PMIC_OPREGION=y and CONFIG_GPIO_CRYSTAL_COVE=y for amd64 + + * ubuntu/focal64 fails to mount Vagrant shared folders (LP: #1873506) + - [Packaging] Move virtualbox modules to linux-modules + - [Packaging] Remove vbox and zfs modules from generic.inclusion-list + + * built-using constraints preventing uploads (LP: #1875601) + - temporarily drop Built-Using data + + * dkms artifacts may expire from the pool (LP: #1850958) + - [Packaging] autoreconstruct -- manage executable debian files + - [packaging] handle downloads from the librarian better + + * Add signed modules for the 435 NVIDIA driver (LP: #1875888) + - [Packaging] NVIDIA -- add signed modules for the 435 NVIDIA driver + + * [Selftests] Apply various fixes and improvements (LP: #1870543) + - SAUCE: selftests/seccomp -- Disable timeout for seccomp tests + + * [17.04 FEAT] Integrate kernel message catalogue for s390x into Ubuntu + distribution (LP: #1628889) + - SAUCE: s390: kernel message catalog + + * Overlayfs in user namespace leaks directory content of inaccessible + directories (LP: #1793458) // CVE-2018-6559 + - SAUCE: overlayfs: ensure mounter privileges when reading directories + + * suspend only works once on ThinkPad X1 Carbon gen 7 (LP: #1865570) + - SAUCE: e1000e: Disable s0ix flow for X1 Carbon 7th + + * [ICL] TC port in legacy/static mode can't be detected due TCCOLD + (LP: #1868936) + - drm/i915/display: Move out code to return the digital_port of the aux ch + - drm/i915/display: Add intel_legacy_aux_to_power_domain() + - drm/i915/display: Split hsw_power_well_enable() into two + - drm/i915/tc/icl: Implement TC cold sequences + - drm/i915/tc: Skip ref held check for TC legacy aux power wells + - drm/i915/tc/tgl: Implement TC cold sequences + - drm/i915/tc: Catch TC users accessing FIA registers without enable aux + - drm/i915/tc: Do not warn when aux power well of static TC ports timeout + + * Touchpad doesn't work on Dell Inspiron 7000 2-in-1 (LP: #1851901) + - Revert "UBUNTU: SAUCE: mfd: intel-lpss: add quirk for Dell XPS 13 7390 + 2-in-1" + + * 'Elan touchpad' not detected on 'Lenovo ThinkBook 15 IIL' (LP: #1861610) + - SAUCE: Input: elan_i2c - add more hardware ID for Lenovo laptop + + * linux-image-5.0.0-35-generic breaks checkpointing of container + (LP: #1857257) + - SAUCE: overlayfs: use shiftfs hacks only with shiftfs as underlay + + * alsa/sof: kernel oops on the machine without Intel hdmi audio codec (a + regression in the asoc machine driver) (LP: #1874359) + - ASoC: intel/skl/hda - fix oops on systems without i915 audio codec + + * Add debian/rules targets to compile/run kernel selftests (LP: #1874286) + - [Packaging] add support to compile/run selftests + + * 5.4.0-24.28 does not seem to apply rtprio, whereas -21 does. (LP: #1873315) + - [Config] lowlatency: turn off RT_GROUP_SCHED + + * alsa/sof: external mic can't be deteced on Lenovo and HP laptops + (LP: #1872569) + - SAUCE: ASoC: intel/skl/hda - set autosuspend timeout for hda codecs + + * shiftfs: O_TMPFILE reports ESTALE (LP: #1872757) + - SAUCE: shiftfs: fix dentry revalidation + + * shiftfs: broken shiftfs nesting (LP: #1872094) + - SAUCE: shiftfs: record correct creator credentials + + * lockdown on power (LP: #1855668) + - SAUCE: (lockdown) powerpc: lock down kernel in secure boot mode + + * Add support for Realtek 8723DE wireless adapter (LP: #1780590) + - SAUCE: rtw88: add adaptivity support for EU/JP regulatory + - SAUCE: rtw88: update tx descriptor of mgmt and rsvd page packets + - SAUCE: rtw88: sar: dump sar information via debugfs + - SAUCE: rtw88: 8723d: add IQ calibration + - SAUCE: rtw88: 8723d: Add power tracking + - SAUCE: rtw88: 8723d: implement flush queue + - SAUCE: rtw88: 8723d: set ltecoex register address in chip_info + - SAUCE: rtw88: 8723d: Add coex support + - SAUCE: rtw88: 8723d: Add shutdown callback to disable BT USB suspend + + * Fix authentication fail on Realtek WiFi 8723de (LP: #1871300) + - SAUCE: rtw88: No retry and report for auth and assoc + - SAUCE: rtw88: fix rate for a while after being connected + - SAUCE: rtw88: Move driver IQK to set channel before association for 11N chip + + * Miscellaneous Ubuntu changes + - SAUCE: rtw88: fix 'const' mismatch in power suequence hooks + - SAUCE: rtw88: fix 'const' mismatch in + __priority_queue_cfg_legacy()/__priority_queue_cfg() + - [Config] RTW88=m + - SAUCE: (lockdown) Revert carried-forward lockdown patches + - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err(). + - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to print + error messages. + - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down + - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot + mode + - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode + - SAUCE: (lockdown) s390: Lock down the kernel when the IPL secure flag is set + - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature + verify + - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot + - SAUCE: (lockdown) security: lockdown: Make + CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic + - [Config] Add back CONFIG_LOCK_DOWN_IN_SECURE_BOOT annotation for ppc64el + - [Config] CONFIG_RT_GROUP_SCHED=y + - [Packaging] Include modules.builtin.modinfo in linux-modules + - SAUCE: LSM: Infrastructure management of the sock security + - SAUCE: Fix-up af_unix mediation for sock infrastructure management + - SAUCE: Revert "apparmor: Allow filtering based on secmark policy" + - SAUCE: Revert "apparmor: Parse secmark policy" + - SAUCE: Revert "apparmor: Add a wildcard secid" + - SAUCE: Revert "apparmor: fixup secid map conversion to using IDR" + - SAUCE: Revert "apparmor: Use an IDR to allocate apparmor secids" + - SAUCE: Revert "apparmor: add support for mapping secids and using secctxes" + - Update dropped.txt for restored apparmor patches + - Remove lockdown patches from dropped.txt + - SAUCE: powerpc/ima: require IMA module signatures only if MODULE_SIG is not + enabled + - SAUCE: selftests/ftrace: Use printf instead of echo in kprobe syntax error + tests + - SAUCE: selftests/net -- disable l2tp.sh test + - SAUCE: selftests/net -- disable timeout + - SAUCE: tools: hv: Update shebang to use python3 instead of python + - Remove dropped.txt + - [Packaging] move linux-doc and linux-libc-dev stubs to debian.master + - [Debian] Support generating configs for riscv64 + - [Config] CONFIG_KMSG_IDS=y for s390x + - [Packaging] add libcap-dev dependency + - [Config] CONFIG_AD5770R=m + - [Config] CONFIG_AL3010=m + - [Config] CONFIG_APPLE_MFI_FASTCHARGE=m + - [Config] CONFIG_BAREUDP=m + - [Config] CONFIG_CRYPTO_DEV_OCTEONTX_CPT=m + - [Config] CONFIG_CRYPTO_DEV_ZYNQMP_AES=m + - [Config] CONFIG_DRM_DISPLAY_CONNECTOR=m + - [Config] CONFIG_DRM_PANEL_BOE_TV101WUM_NL6=m + - [Config] CONFIG_DRM_PANEL_ELIDA_KD35T133=m + - [Config] CONFIG_DRM_PANEL_FEIXIN_K101_IM2BA02=m + - [Config] CONFIG_DRM_PANEL_NOVATEK_NT35510=m + - [Config] CONFIG_DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01=m + - [Config] CONFIG_DRM_PARADE_PS8640=m + - [Config] CONFIG_DRM_SIMPLE_BRIDGE=m + - [Config] CONFIG_DRM_TIDSS=m + - [Config] CONFIG_DRM_TI_TPD12S015=m + - [Config] CONFIG_DRM_TOSHIBA_TC358768=m + - [Config] CONFIG_EDAC_DMC520=m + - [Config] CONFIG_EXFAT_FS=m + - [Config] CONFIG_GP2AP002=m + - [Config] CONFIG_GPIO_MLXBF2=m + - [Config] CONFIG_HID_GLORIOUS=m + - [Config] CONFIG_HID_MCP2221=m + - [Config] CONFIG_HMC425=m + - [Config] CONFIG_ICP10100=m + - [Config] CONFIG_IMX8MM_THERMAL=m + - [Config] CONFIG_IMX_SC_THERMAL=m + - [Config] CONFIG_INTERCONNECT_QCOM_OSM_L3=m + - [Config] CONFIG_INTERCONNECT_QCOM_SC7180=m + - [Config] CONFIG_K3_RTI_WATCHDOG=m + - [Config] CONFIG_MDIO_IPQ8064=m + - [Config] CONFIG_MDIO_MVUSB=m + - [Config] CONFIG_MHI_BUS=m + - [Config] CONFIG_OCTEONTX2_VF=m + - [Config] CONFIG_PHY_CADENCE_TORRENT=m + - [Config] CONFIG_PHY_QCOM_USB_HS_28NM=m + - [Config] CONFIG_PHY_QCOM_USB_SS=m + - [Config] CONFIG_PINCTRL_DA9062=m + - [Config] CONFIG_PINCTRL_IPQ6018=m + - [Config] CONFIG_PTP_1588_CLOCK_IDT82P33=m + - [Config] CONFIG_PTP_1588_CLOCK_VMW=m + - [Config] CONFIG_QCOM_IPA=m + - [Config] CONFIG_REGULATOR_MP5416=m + - [Config] CONFIG_REGULATOR_MP886X=m + - [Config] CONFIG_RN5T618_ADC=m + - [Config] CONFIG_RTC_DRV_MT2712=m + - [Config] CONFIG_RTC_DRV_RC5T619=m + - [Config] CONFIG_SC_MSS_7180=m + - [Config] CONFIG_SENSORS_AXI_FAN_CONTROL=m + - [Config] CONFIG_SM_GCC_8250=m + - [Config] CONFIG_SND_BCM63XX_I2S_WHISTLER=m + - [Config] CONFIG_SND_MESON_AIU=m + - [Config] CONFIG_SND_MESON_G12A_TOACODEC=m + - [Config] CONFIG_SND_MESON_GX_SOUND_CARD=m + - [Config] CONFIG_SND_SOC_AMD_RV_RT5682_MACH=m + - [Config] CONFIG_SND_SOC_INTEL_SOF_PCM512x_MACH=m + - [Config] CONFIG_SND_SOC_MESON_T9015=m + - [Config] CONFIG_SND_SOC_RT5682_SDW=m + - [Config] CONFIG_SND_SOC_TLV320ADCX140=m + - [Config] CONFIG_SPI_FSI=m + - [Config] CONFIG_SPI_MTK_NOR=m + - [Config] CONFIG_SPI_MUX=m + - [Config] CONFIG_SPRD_THERMAL=m + - [Config] CONFIG_SURFACE_3_POWER_OPREGION=m + - [Config] CONFIG_TINYDRM_ILI9486=m + - [Config] CONFIG_TI_K3_AM65_CPSW_NUSS=m + - [Config] CONFIG_TYPEC_MUX_INTEL_PMC=m + - [Config] CONFIG_UACCE=m + - [Config] CONFIG_UNIPHIER_XDMAC=m + - [Config] CONFIG_USB_MAX3420_UDC=m + - [Config] CONFIG_USB_RAW_GADGET=m + - [Config] CONFIG_VHOST_VDPA=m + - [Config] CONFIG_VIDEO_IMX219=m + - [Config] CONFIG_VIDEO_SUN8I_ROTATE=m + - [Config] CONFIG_VIRTIO_VDPA=m + - [Config] CONFIG_MOST_COMPONENTS=m + - [Config] CONFIG_MFD_IQS62X=m + - packaging: getabis: switch to ckt-ppa:bootstrap/linux-5.7 + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: rtw88: add rtw_read8_mask and rtw_read16_mask" + - Revert "UBUNTU: SAUCE: drm/i915/fbc: disable framebuffer compression on + IceLake" + - Revert "UBUNTU: SAUCE: platform/x86: dell-uart-backlight: move retry block" + + -- Paolo Pisati Mon, 04 May 2020 10:48:48 +0200 + +linux-5.7 (5.7.0-1.2) groovy; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + * Miscellaneous Ubuntu changes + - SAUCE: hio: pass make_request ptr directly to blk_alloc_queue() + - SAUCE: hio: locally define disk_map_sector_rcu() + - SAUCE: hio: Revert "block: unexport disk_map_sector_rcu" + - SAUCE: hio: include + - [Config] amd64: i386: HIO=m + - [Config] updateconfigs after 5.7-rc3 rebase + + -- Paolo Pisati Mon, 27 Apr 2020 11:31:38 +0200 + +linux-5.7 (5.7.0-0.1) groovy; urgency=medium + + * Miscellaneous Ubuntu changes + - [Config] updateconfigs after rebase to 5.7-rc1 + + [ Upstream Kernel Changes ] + + * Rebase to v5.7-rc1 + * Rebase to v5.7-rc2 + + -- Paolo Pisati Thu, 16 Apr 2020 11:53:58 +0200 + +linux-5.7 (5.7.0-0.0) focal; urgency=medium + + * Dummy entry + + -- Paolo Pisati Thu, 16 Apr 2020 11:53:58 +0200 + +linux-5.6 (5.6.0-7.7) focal; urgency=medium + + * Packaging resync (LP: #1786013) + - update dkms package versions + + * Kernel Oops - general protection fault: 0000 [#1] SMP PTI after + disconnecting thunderbolt docking station (LP: #1864754) + - SAUCE: ptp: free ptp clock properly + + * swap storms kills interactive use (LP: #1861359) + - SAUCE: mm/page_alloc.c: disable memory reclaim watermark boosting by default + + * sysfs: incorrect network device permissions on network namespace change + (LP: #1865359) + - sysfs: add sysfs_file_change_owner() + - sysfs: add sysfs_link_change_owner() + - sysfs: add sysfs_group{s}_change_owner() + - sysfs: add sysfs_change_owner() + - device: add device_change_owner() + - drivers/base/power: add dpm_sysfs_change_owner() + - net-sysfs: add netdev_change_owner() + - net-sysfs: add queue_change_owner() + - net: fix sysfs permssions when device changes network namespace + - sysfs: fix static inline declaration of sysfs_groups_change_owner() + + * Miscellaneous Ubuntu changes + - [Config] updateconfigs after rebase to 5.6 + + [ Upstream Kernel Changes ] + + * Rebase to v5.6 + + -- Andrea Righi Tue, 31 Mar 2020 10:45:09 +0200 + +linux-5.6 (5.6.0-6.6) focal; urgency=medium + + * suspend only works once on ThinkPad X1 Carbon gen 7 (LP: #1865570) + - SAUCE: e1000e: Disable s0ix flow for X1 Carbon 7th + + * Make Dell WD19 dock more reliable after suspend (LP: #1868217) + - xhci: Ensure link state is U3 after setting USB_SS_PORT_LS_U3 + - xhci: Wait until link state trainsits to U0 after setting USB_SS_PORT_LS_U0 + - xhci: Finetune host initiated USB3 rootport link suspend and resume + + * update-version-dkms doesn't add a BugLink (LP: #1867790) + - [Packaging] Add BugLink to update-version-dkms commit + + * Add support for Realtek 8723DE wireless adapter (LP: #1780590) + - SAUCE: rtw88: add regulatory process strategy for different chipset + - SAUCE: rtw88: support dynamic user regulatory setting + - SAUCE: rtw88: Use secondary channel offset enumeration + - SAUCE: rtw88: 8822c: modify rf protection setting + - SAUCE: rtw88: disable TX-AMSDU on 2.4G band + - SAUCE: Revert "rtw88: disable TX-AMSDU on 2.4G band" + - SAUCE: rtw88: disable TX-AMSDU on 2.4G band + - SAUCE: rtw88: remove unused parameter vif in rtw_lps_pg_info_get() + - SAUCE: rtw88: add rtw_read8_mask and rtw_read16_mask + - SAUCE: rtw88: pci: 8822c should set clock delay to zero + - SAUCE: rtw88: move rtw_enter_ips() to the last when config + - SAUCE: rtw88: avoid holding mutex for cancel_delayed_work_sync() + - SAUCE: rtw88: add ciphers to suppress error message + - SAUCE: rtw88: 8822c: update power sequence to v16 + - SAUCE: rtw88: Fix incorrect beamformee role setting + - SAUCE: rtw88: don't hold all IRQs disabled for PS operations + - SAUCE: rtw88: extract alloc rsvd_page and h2c skb routines + - SAUCE: rtw88: associate reserved pages with each vif + - SAUCE: rtw88: add adaptivity support for EU/JP regulatory + - SAUCE: rtw88: 8723d: Add basic chip capabilities + - SAUCE: rtw88: 8723d: add beamform wrapper functions + - SAUCE: rtw88: 8723d: Add power sequence + - SAUCE: rtw88: 8723d: Add RF read/write ops + - SAUCE: rtw88: 8723d: Add mac/bb/rf/agc/power_limit tables + - SAUCE: rtw88: 8723d: Add cfg_ldo25 to control LDO25 + - SAUCE: rtw88: 8723d: Add new chip op efuse_grant() to control efuse access + - SAUCE: rtw88: 8723d: Add read_efuse to recognize efuse info from map + - SAUCE: rtw88: add legacy firmware download for 8723D devices + - SAUCE: rtw88: no need to send additional information to legacy firmware + - SAUCE: rtw88: 8723d: Add mac power-on/-off function + - SAUCE: rtw88: decompose while(1) loop of power sequence polling command + - SAUCE: rtw88: 8723d: 11N chips don't support H2C queue + - SAUCE: rtw88: 8723d: implement set_tx_power_index ops + - SAUCE: rtw88: 8723d: Organize chip TX/RX FIFO + - SAUCE: rtw88: 8723d: initialize mac/bb/rf basic functions + - SAUCE: rtw88: 8723d: Add DIG parameter + - SAUCE: rtw88: 8723d: Add query_rx_desc + - SAUCE: rtw88: 8723d: Add set_channel + - SAUCE: rtw88: handle C2H_CCX_TX_RPT to know if packet TX'ed successfully + - SAUCE: rtw88: 8723d: 11N chips don't support LDPC + - SAUCE: rtw88: set default port to firmware + - SAUCE: rtw88: update tx descriptor of mgmt and rsvd page packets + - SAUCE: rtw88: sar: add SAR of TX power limit + - SAUCE: rtw88: sar: Load static SAR table from ACPI WRDS method + - SAUCE: rtw88: sar: Load dynamic SAR table from ACPI methods + - SAUCE: rtw88: sar: apply dynamic SAR table to tx power limit + - SAUCE: rtw88: sar: add sar_work to poll if dynamic SAR table is changed + - SAUCE: rtw88: sar: dump sar information via debugfs + - SAUCE: rtw88: 8723d: Add chip_ops::false_alarm_statistics + - SAUCE: rtw88: 8723d: Set IG register for CCK rate + - SAUCE: rtw88: 8723d: add interface configurations table + - SAUCE: rtw88: 8723d: Add LC calibration + - SAUCE: rtw88: 8723d: add IQ calibration + - SAUCE: rtw88: 8723d: Add power tracking + - SAUCE: rtw88: 8723d: Add shutdown callback to disable BT USB suspend + - SAUCE: rtw88: 8723d: implement flush queue + - SAUCE: rtw88: 8723d: set ltecoex register address in chip_info + - SAUCE: rtw88: 8723d: Add coex support + - SAUCE: rtw88: fill zeros to words 0x06 and 0x07 of security cam entry + - SAUCE: rtw88: 8723d: Add 8723DE to Kconfig and Makefile + - [Config] CONFIG_RTW88_8723DE=y + + * [Ubuntu 20.04] Unset HIBERNATION and PM kernel config options for focal + (LP: #1867753) + - [Config] CONFIG_HIBERNATION=n and CONFIG_PM=n for s390x + + * [20.04 FEAT] Base KVM setup for secure guests - kernel part (LP: #1835531) + - s390/protvirt: introduce host side setup + - s390/protvirt: add ultravisor initialization + - s390/mm: provide memory management functions for protected KVM guests + - s390/mm: add (non)secure page access exceptions handlers + - s390/protvirt: Add sysfs firmware interface for Ultravisor information + - KVM: s390/interrupt: do not pin adapter interrupt pages + - KVM: s390: protvirt: Add UV debug trace + - KVM: s390: add new variants of UV CALL + - KVM: s390: protvirt: Add initial vm and cpu lifecycle handling + - KVM: s390: protvirt: Secure memory is not mergeable + - KVM: s390/mm: Make pages accessible before destroying the guest + - KVM: s390: protvirt: Handle SE notification interceptions + - KVM: s390: protvirt: Instruction emulation + - KVM: s390: protvirt: Implement interrupt injection + - KVM: s390: protvirt: Add SCLP interrupt handling + - KVM: s390: protvirt: Handle spec exception loops + - KVM: s390: protvirt: Add new gprs location handling + - KVM: S390: protvirt: Introduce instruction data area bounce buffer + - KVM: s390: protvirt: handle secure guest prefix pages + - KVM: s390/mm: handle guest unpin events + - KVM: s390: protvirt: Write sthyi data to instruction data area + - KVM: s390: protvirt: STSI handling + - KVM: s390: protvirt: disallow one_reg + - KVM: s390: protvirt: Do only reset registers that are accessible + - KVM: s390: protvirt: Only sync fmt4 registers + - KVM: s390: protvirt: Add program exception injection + - KVM: s390: protvirt: UV calls in support of diag308 0, 1 + - KVM: s390: protvirt: Report CPU state to Ultravisor + - KVM: s390: protvirt: Support cmd 5 operation state + - KVM: s390: protvirt: Mask PSW interrupt bits for interception 104 and 112 + - KVM: s390: protvirt: do not inject interrupts after start + - KVM: s390: protvirt: Add UV cpu reset calls + - DOCUMENTATION: Protected virtual machine introduction and IPL + - KVM: s390: protvirt: introduce and enable KVM_CAP_S390_PROTECTED + - KVM: s390: protvirt: Add KVM api documentation + - mm/gup/writeback: add callbacks for inaccessible pages + + * All PS/2 ports on PS/2 Serial add-in bracket are not working after S3 + (LP: #1866734) + - SAUCE: Input: i8042 - fix the selftest retry logic + + * Sys oopsed with sysfs test in ubuntu_stress_smoke_test on X-hwe ARM64 + (LP: #1866772) + - ACPI: sysfs: copy ACPI data using io memory copying + + * Miscellaneous Ubuntu changes + - hio -- remove duplicated MODULE_DEVICE_TABLE declaration + - SAUCE: r8169: disable ASPM L1.1 + - [Config] update annotations from configs + - [Config] update configs after annotation file review + - SAUCE: Revert "tools/power turbostat: Fix 32-bit capabilities warning" + + * Miscellaneous upstream changes + - drm/i915: Fix eDP DPCD aux max backlight calculations + - drm/dp: Introduce EDID-based quirks + - drm/i915: Force DPCD backlight mode on X1 Extreme 2nd Gen 4K AMOLED panel + - drm/i915: Force DPCD backlight mode for some Dell CML 2020 panels + + [ Upstream Kernel Changes ] + + * Rebase to v5.6-rc7 + + -- Andrea Righi Wed, 25 Mar 2020 18:09:13 +0100 + +linux-5.6 (5.6.0-5.5) focal; urgency=medium + + * please help enable CONFIG_EROFS_FS_ZIP (LP: #1867099) + - [Config] CONFIG_EROFS_FS_ZIP=y + - [Config] CONFIG_EROFS_FS_CLUSTER_PAGE_LIMIT=1 + + * Miscellaneous Ubuntu changes + - Config: Fix SND_HDA_PREALLOC_SIZE annotations + - Config: Fix DATA_SHIFT annotations + - Config: remove ANDROID_VSOC from annotations + - Config: remove arm arch from annotations + - Config: Update SOC_R8A7796X annotations + - Config: Update CLK_R8A7796X annotations + - update dkms package versions + - [Config] updateconfigs after rebase to 5.6-rc6 + + [ Upstream Kernel Changes ] + + * Rebase to v5.6-rc6 + + -- Andrea Righi Wed, 18 Mar 2020 17:25:30 +0100 + +linux-5.6 (5.6.0-4.4) focal; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] resync getabis + - [Packaging] update helper scripts + + * Add sysfs attribute to show remapped NVMe (LP: #1863621) + - SAUCE: ata: ahci: Add sysfs attribute to show remapped NVMe device count + + * [20.04 FEAT] Compression improvements in Linux kernel (LP: #1830208) + - [Config] Introducing s390x specific kernel config option CONFIG_ZLIB_DFLTCC + + * [UBUNTU 20.04] s390x/pci: increase CONFIG_PCI_NR_FUNCTIONS to 512 in kernel + config (LP: #1866056) + - [Config] Increase CONFIG_PCI_NR_FUNCTIONS from 64 to 512 starting with focal + on s390x + + * CONFIG_IP_MROUTE_MULTIPLE_TABLES is not set (LP: #1865332) + - [Config] CONFIG_IP_MROUTE_MULTIPLE_TABLES=y + + * [UBUNTU 20.04] Enable CONFIG_NET_SWITCHDEV in kernel config for s390x + starting with focal (LP: #1865452) + - [Config] Enable CONFIG_NET_SWITCHDEV in kernel config for s390x starting + with focal + + * Miscellaneous Ubuntu changes + - SAUCE: Revert "UBUNTU: SAUCE: blk/core: Gracefully handle unset + make_request_fn" + - [Packaging] prevent duplicated entries in modules.ignore + - update dkms package versions + - [Config] updateconfigs after rebase to 5.6-rc5 + + [ Upstream Kernel Changes ] + + * Rebase to v5.6-rc5 + + -- Andrea Righi Mon, 09 Mar 2020 09:42:06 +0100 + +linux-5.6 (5.6.0-3.3) focal; urgency=medium + + * nsleep-lat / set-timer-lat / inconsistency-check / raw_skew from timer in + ubuntu_kernel_selftests timeout on 5.3 / 5.4 (LP: #1864626) + - selftests/timers: Turn off timeout setting + + * Update kernel options CONFIG_NR_CPUS and CONFIG_NUMA_EMU for focal + (LP: #1864198) + - Ubuntu: [Config] Update kernel options CONFIG_NR_CPUS and CONFIG_NUMA_EMU + + * alsa/hda/realtek: fix a mute led regression on Lenovo X1 Carbon + (LP: #1864576) + - SAUCE: ALSA: hda/realtek - Fix a regression for mute led on Lenovo Carbon X1 + + * r8152 init may take up to 40 seconds at initialization with Dell WD19/WD19DC + during hotplug (LP: #1864284) + - UBUNTU SAUCE: r8151: check disconnect status after long sleep + + * Another Dell AIO backlight issue (LP: #1863880) + - SAUCE: platform/x86: dell-uart-backlight: move retry block + + * Backport GetFB2 ioctl (LP: #1863874) + - SAUCE: drm: Add getfb2 ioctl + + * Focal Fossa (20.04) feature request - Enable CONFIG_X86_UV (LP: #1863810) + - [Config] CONFIG_X86_UV=y + + * Miscellaneous Ubuntu changes + - debian: remove snapdragon config, rules and flavour + - remove snapdragon abi files + - update dkms package versions + - [Config] updateconfigs after rebase to 5.6-rc4 + + * Miscellaneous upstream changes + - updateconfigs following snapdragon removal + + [ Upstream Kernel Changes ] + + * Rebase to v5.6-rc4 + + -- Andrea Righi Wed, 04 Mar 2020 08:21:10 +0100 + +linux-5.6 (5.6.0-2.2) focal; urgency=medium + + * Sometimes can't adjust brightness on Dell AIO (LP: #1862885) + - SAUCE: platform/x86: dell-uart-backlight: increase retry times + + * Dell XPS 13 (7390) Display Flickering - 19.10 (LP: #1849947) + - SAUCE: drm/i915: Disable PSR by default on all platforms + + * Miscellaneous Ubuntu changes + - [debian] ignore missing wireguard module + - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err(). + - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down + - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot + mode + - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode + - SAUCE: (lockdown) s390: Lock down the kernel when the IPL secure flag is set + - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature + verify + - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot + - SAUCE: (lockdown) security: lockdown: Make + CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic + - [Config] CONFIG_LOCK_DOWN_IN_SECURE_BOOT=y + - update dkms package versions + - [Config] updateconfigs after rebase to 5.6-rc3 + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: (lockdown) s390/ipl: lockdown kernel when booted + secure" + - Revert "UBUNTU: SAUCE: (lockdown) KEYS: Make use of platform keyring for + module signature verify" + - Revert "UBUNTU: SAUCE: (lockdown) Add a SysRq option to lift kernel + lockdown" + - Revert "UBUNTU: SAUCE: (lockdown) security: lockdown: expose a hook to lock + the kernel down" + - Revert "UBUNTU: SAUCE: (lockdown) Add efi_status_to_str() and rework + efi_status_to_err()." + + -- Andrea Righi Mon, 24 Feb 2020 18:57:22 +0100 + +linux-5.6 (5.6.0-1.1) focal; urgency=medium + + * Integrate Intel SGX driver into linux-azure (LP: #1844245) + - [Packaging] Add systemd service to load intel_sgx + + * QAT drivers for C3XXX and C62X not included as modules (LP: #1845959) + - [Config] CRYPTO_DEV_QAT_C3XXX=m, CRYPTO_DEV_QAT_C62X=m and + CRYPTO_DEV_QAT_DH895xCC=m + + * 5.4.0-11 crash on cryptsetup open (LP: #1860231) + - SAUCE: blk/core: Gracefully handle unset make_request_fn + + * multi-zone raid0 corruption (LP: #1850540) + - SAUCE: md/raid0: Use kernel specific layout + + * Miscellaneous Ubuntu changes + - update dkms package versions + - update dropped.txt after rebase to v5.6-rc1 + - [Config] updateconfigs after rebase to 5.6-rc1 + - hio -- proc_create() requires a "struct proc_ops" in 5.6 + - SAUCE: arm: fix build error in kvm tracepoint + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Config] Disable the uselib system call" + - Revert "UBUNTU: [Config] Disable legacy PTY naming" + - Revert "UBUNTU: [Config] Enforce filtered access to iomem" + - Revert "UBUNTU: [Config] Enable notifier call chain validations" + - Revert "UBUNTU: [Config] Enable scatterlist validation" + - Revert "UBUNTU: [Config] Enable cred sanity checks" + - Revert "UBUNTU: [Config] Enable linked list manipulation checks" + + [ Upstream Kernel Changes ] + + * Rebase to v5.6-rc1 + + -- Andrea Righi Thu, 13 Feb 2020 17:20:27 +0100 + +linux-5.6 (5.6.0-0.0) focal; urgency=medium + + * Dummy entry + + -- Andrea Righi Mon, 10 Feb 2020 11:06:18 +0100 + +linux-5.5 (5.5.0-7.8) focal; urgency=medium + + * CONFIG_USELIB should be disabled (LP: #1855341) + - [Config] Disable the uselib system call + + * CONFIG_LEGACY_PTYS should be disabled (LP: #1855339) + - [Config] Disable legacy PTY naming + + * CONFIG_IO_STRICT_DEVMEM should be enabled (LP: #1855338) + - [Config] Enforce filtered access to iomem + + * CONFIG_DEBUG_NOTIFIERS should be enabled (LP: #1855337) + - [Config] Enable notifier call chain validations + + * CONFIG_DEBUG_SG should be enabled (LP: #1855336) + - [Config] Enable scatterlist validation + + * CONFIG_DEBUG_CREDENTIALS should be enabled (LP: #1855335) + - [Config] Enable cred sanity checks + + * CONFIG_DEBUG_LIST should be enabled (LP: #1855334) + - [Config] Enable linked list manipulation checks + + * shiftfs: prevent lower dentries from going negative during unlink + (LP: #1860041) + - SAUCE: shiftfs: prevent lower dentries from going negative during unlink + + * [SRU][B/OEM-B/OEM-OSP1/D/E/Unstable] UBUNTU: SAUCE: Use native backlight on + Lenovo E41-25/45 (LP: #1859561) + - SAUCE: ACPI: video: Use native backlight on Lenovo E41-25/45 + + * USB key cannot be detected by hotplug on Sunix USB Type-A 3.1 Gen 2 card + [1b21:2142] (LP: #1858988) + - SAUCE: PCI: Avoid ASMedia XHCI USB PME# from D0 defect + + * Dell AIO can't adjust brightness (LP: #1858761) + - SAUCE: platform/x86: dell-uart-backlight: add retry for get scalar status + + * Miscellaneous Ubuntu changes + - [Config] Fix typo in annotations file + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.5 + + -- Andrea Righi Mon, 27 Jan 2020 11:39:38 +0100 + +linux-5.5 (5.5.0-6.7) focal; urgency=medium + + * Miscellaneous Ubuntu changes + - [Packaging] Update ubuntu-regression-suite dependency to python2 + - [Packaging] Fix ubuntu-regression-suite python dependency for hwe kernel + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.5-rc7 + + -- Andrea Righi Mon, 20 Jan 2020 10:16:01 +0100 + +linux-5.5 (5.5.0-5.6) focal; urgency=medium + + * Miscellaneous Ubuntu changes + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.5-rc6 + + -- Andrea Righi Mon, 13 Jan 2020 15:50:12 +0100 + +linux-5.5 (5.5.0-4.5) focal; urgency=medium + + * linux build and autopkg tests need to use python2 instead of python + (LP: #1858487) + - [Packaging] Remove python-dev build dependency + + -- Andrea Righi Wed, 08 Jan 2020 16:00:26 +0100 + +linux-5.5 (5.5.0-3.4) focal; urgency=medium + + * [SRU][B/OEM-B/OEM-OSP1/D/E/F] Add LG I2C touchscreen multitouch support + (LP: #1857541) + - SAUCE: HID: multitouch: Add LG MELF0410 I2C touchscreen support + + * Make vfio-pci built-in or xhci_hcd optional (LP: #1770845) + - [Config]: built-in VFIO_PCI for amd64 + + * multi-zone raid0 corruption (LP: #1850540) + - SAUCE: md/raid0: Link to wiki with guidance on multi-zone RAID0 layout + migration + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + + * Miscellaneous Ubuntu changes + - [Packaging] Change source package to linux-5.5 + - [Packaging] Don't use SRCPKGNAME for linux-libc-dev + - [Packaging] Remove linux-source-3 Provides: from linux-source + - [Packaging] Fix linux-doc in linux-image Suggests: + - [Debian] Read variants list into a variable + - [Packaging] Generate linux-libc-dev package only for primary variant + - [Packaging] Generate linux-doc for only the primary variant + - [Debian] Update linux source package name in debian/tests/* + - update dkms package versions + - [Config] updateconfigs after rebase to 5.5-rc3 + - [Config] disable PCI_MESON + - [Config] Add pinctrl-equilibrium to modules.ignore + + [ Upstream Kernel Changes ] + + * Rebase to v5.5-rc5 + + -- Andrea Righi Wed, 08 Jan 2020 11:28:43 +0100 + +linux-5.5 (5.5.0-2.3) focal; urgency=medium + + * Empty entry. + + -- Seth Forshee Tue, 17 Dec 2019 22:33:59 -0600 + +linux (5.5.0-2.3) focal; urgency=medium + + * Support DPCD aux brightness control (LP: #1856134) + - SAUCE: drm/i915: Fix eDP DPCD aux max backlight calculations + - SAUCE: drm/i915: Assume 100% brightness when not in DPCD control mode + - SAUCE: drm/i915: Fix DPCD register order in intel_dp_aux_enable_backlight() + - SAUCE: drm/i915: Auto detect DPCD backlight support by default + - SAUCE: drm/i915: Force DPCD backlight mode on X1 Extreme 2nd Gen 4K AMOLED + panel + - USUNTU: SAUCE: drm/i915: Force DPCD backlight mode on Dell Precision 4K sku + + * change kconfig of the soundwire bus driver from y to m (LP: #1855685) + - [Config]: SOUNDWIRE=m + + * Fix unusable USB hub on Dell TB16 after S3 (LP: #1855312) + - SAUCE: USB: core: Make port power cycle a seperate helper function + - SAUCE: USB: core: Attempt power cycle port when it's in eSS.Disabled state + + * Miscellaneous Ubuntu changes + - [Debian] add python depends to ubuntu-regression-suite + - SAUCE: selftests: net: tls: remove recv_rcvbuf test + - update dkms package versions + + * Miscellaneous upstream changes + - [Config] updateconfigs after rebase to 5.5-rc2 + + -- Andrea Righi Tue, 17 Dec 2019 16:02:43 +0100 + +linux (5.5.0-1.2) focal; urgency=medium + + * Miscellaneous Ubuntu changes + - [Config] disable nvidia dkms build + - [Config] disable virtualbox dkms build + - [Config] disable zfs dkms build + - update dropped.txt after rebase to v5.5-rc1 + - SAUCE: (lockdown) Make get_cert_list() not complain about cert lists that + aren't present. + - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err(). + - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to print + error messages. + - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down + - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot + mode + - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode + - SAUCE: (lockdown) Add a SysRq option to lift kernel lockdown + - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature + verify + - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot + - SAUCE: (lockdown) security: lockdown: Make + CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic + - SAUCE: (lockdown) s390/ipl: lockdown kernel when booted secure + - [Config] Enable lockdown under secure boot + - update dkms package versions + + -- Andrea Righi Thu, 12 Dec 2019 16:54:41 +0100 + +linux (5.5.0-0.1) focal; urgency=medium + + * Miscellaneous Ubuntu changes + - [Config] updateconfigs after rebase to 5.5-rc1 + + [ Upstream Kernel Changes ] + + * Rebase to v5.5-rc1 + + -- Andrea Righi Mon, 09 Dec 2019 19:03:35 +0100 + +linux (5.5.0-0.0) focal; urgency=medium + + * Dummy entry. + + -- Andrea Righi Mon, 09 Dec 2019 15:14:37 +0100 + +linux (5.4.0-8.11) focal; urgency=medium + + * focal/linux: 5.4.0-8.9 -proposed tracker (LP: #1855448) + + * update ENA driver for DIMLIB dynamic interrupt moderation (LP: #1853180) + - SAUCE: net: ena: fix issues in setting interrupt moderation params in + ethtool + - SAUCE: net: ena: fix too long default tx interrupt moderation interval + + * Kernel build log filled with "/bin/bash: line 5: warning: command + substitution: ignored null byte in input" (LP: #1853843) + - [Debian] Fix warnings when checking for modules signatures + + * hwe-edge kernel 5.3.0-23.25 kernel does not boot on Precision 5720 AIO + (LP: #1852581) + - [Packaging] Fix module signing with older modinfo + + * Fix MST support on Ice Lake (LP: #1854432) + - drm/i915: fix port checks for MST support on gen >= 11 + + * headphone has noise as not mute on dell machines with alc236/256 + (LP: #1854401) + - SAUCE: ALSA: hda/realtek - Dell headphone has noise on unmute for ALC236 + + * [CML-S62] Need enable intel_pmc_core driver patch for Comet lake- S 6+2 + (LP: #1847450) + - SAUCE: platform/x86: intel_pmc_core: Add Comet Lake (CML) platform support + to intel_pmc_core driver + + * CVE-2019-14901 + - SAUCE: mwifiex: Fix heap overflow in mmwifiex_process_tdls_action_frame() + + * CVE-2019-14896 // CVE-2019-14897 + - SAUCE: libertas: Fix two buffer overflows at parsing bss descriptor + + * CVE-2019-14895 + - SAUCE: mwifiex: fix possible heap overflow in mwifiex_process_country_ie() + + * [CML-S62] Need enable intel_rapl patch support for Comet lake- S 6+2 + (LP: #1847454) + - powercap/intel_rapl: add support for CometLake Mobile + - powercap/intel_rapl: add support for Cometlake desktop + + * External microphone can't work on some dell machines with the codec alc256 + or alc236 (LP: #1853791) + - SAUCE: ALSA: hda/realtek - Move some alc256 pintbls to fallback table + - SAUCE: ALSA: hda/realtek - Move some alc236 pintbls to fallback table + + * remount of multilower moved pivoted-root overlayfs root, results in I/O + errors on some modified files (LP: #1824407) + - SAUCE: ovl: fix lookup failure on multi lower squashfs + + * [CML-S62] Need enable turbostat patch support for Comet lake- S 6+2 + (LP: #1847451) + - SAUCE: tools/power turbostat: Add Cometlake support + + * CONFIG_ARCH_ROCKCHIP is not set in ubuntu 18.04 aarch64,arm64 (LP: #1825222) + - [Config] Enable ROCKCHIP support for arm64 + + * [broadwell-rt286, playback] Since Linux 5.2rc2 audio playback no longer + works on Dell Venue 11 Pro 7140 (LP: #1846539) + - SAUCE: ASoC: SOF: Intel: Broadwell: clarify mutual exclusion with legacy + driver + + * i40e: general protection fault in i40e_config_vf_promiscuous_mode + (LP: #1852663) + - SAUCE: i40e Fix GPF when deleting VMs + + * libbpf check_abi fails on ppc64el (LP: #1854974) + - libbpf: Fix readelf output parsing on powerpc with recent binutils + + * CVE-2019-19050 + - crypto: user - fix memory leak in crypto_reportstat + + * Make hotplugging docking station to Thunderbolt port more reliable + (LP: #1853991) + - PCI/PM: Add pcie_wait_for_link_delay() + - PCI/PM: Add missing link delays required by the PCIe spec + + * i915: Display flickers (monitor loses signal briefly) during "flickerfree" + boot, while showing the BIOS logo on a black background (LP: #1836858) + - [Config] FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER=y + + * [CML] New device id's for CMP-H (LP: #1846335) + - i2c: i801: Add support for Intel Comet Lake PCH-H + - mtd: spi-nor: intel-spi: Add support for Intel Comet Lake-H SPI serial flash + - mfd: intel-lpss: Add Intel Comet Lake PCH-H PCI IDs + + * Focal update: v5.4.2 upstream stable release (LP: #1855326) + - io_uring: async workers should inherit the user creds + - net: separate out the msghdr copy from ___sys_{send,recv}msg() + - net: disallow ancillary data for __sys_{send,recv}msg_file() + - crypto: inside-secure - Fix stability issue with Macchiatobin + - driver core: platform: use the correct callback type for bus_find_device + - usb: dwc2: use a longer core rest timeout in dwc2_core_reset() + - staging: wilc1000: fix illegal memory access in wilc_parse_join_bss_param() + - staging: rtl8192e: fix potential use after free + - staging: rtl8723bs: Drop ACPI device ids + - staging: rtl8723bs: Add 024c:0525 to the list of SDIO device-ids + - USB: serial: ftdi_sio: add device IDs for U-Blox C099-F9P + - mei: bus: prefix device names on bus with the bus name + - mei: me: add comet point V device id + - thunderbolt: Power cycle the router if NVM authentication fails + - x86/fpu: Don't cache access to fpu_fpregs_owner_ctx + - gve: Fix the queue page list allocated pages count + - macvlan: schedule bc_work even if error + - mdio_bus: don't use managed reset-controller + - net: dsa: sja1105: fix sja1105_parse_rgmii_delays() + - net: macb: add missed tasklet_kill + - net: psample: fix skb_over_panic + - net: sched: fix `tc -s class show` no bstats on class with nolock subqueues + - openvswitch: fix flow command message size + - sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcook + - slip: Fix use-after-free Read in slip_open + - sctp: cache netns in sctp_ep_common + - openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info() + - openvswitch: remove another BUG_ON() + - net/tls: take into account that bpf_exec_tx_verdict() may free the record + - net/tls: free the record on encryption error + - net: skmsg: fix TLS 1.3 crash with full sk_msg + - selftests/tls: add a test for fragmented messages + - net/tls: remove the dead inplace_crypto code + - net/tls: use sg_next() to walk sg entries + - selftests: bpf: test_sockmap: handle file creation failures gracefully + - selftests: bpf: correct perror strings + - tipc: fix link name length check + - selftests: pmtu: use -oneline for ip route list cache + - r8169: fix jumbo configuration for RTL8168evl + - r8169: fix resume on cable plug-in + - ext4: add more paranoia checking in ext4_expand_extra_isize handling + - Revert "jffs2: Fix possible null-pointer dereferences in + jffs2_add_frag_to_fragtree()" + - crypto: talitos - Fix build error by selecting LIB_DES + - HID: core: check whether Usage Page item is after Usage ID items + - platform/x86: hp-wmi: Fix ACPI errors caused by too small buffer + - platform/x86: hp-wmi: Fix ACPI errors caused by passing 0 as input size + - Linux 5.4.2 + + * no HDMI video output since GDM greeter after linux-oem-osp1 version + 5.0.0-1026 (LP: #1852386) + - drm/i915: Add new CNL PCH ID seen on a CML platform + - SAUCE: drm/i915: Fix detection for a CMP-V PCH + + * Please add patch fixing RK818 ID detection (LP: #1853192) + - SAUCE: mfd: rk808: Fix RK818 ID template + + * Raydium Touchscreen on ThinkPad L390 does not work (LP: #1849721) + - HID: i2c-hid: fix no irq after reset on raydium 3118 + + * Touchpad doesn't work on Dell Inspiron 7000 2-in-1 (LP: #1851901) + - Revert "UBUNTU: SAUCE: mfd: intel-lpss: add quirk for Dell XPS 13 7390 + 2-in-1" + - lib: devres: add a helper function for ioremap_uc + - mfd: intel-lpss: Use devm_ioremap_uc for MMIO + + * Lenovo dock MAC Address pass through doesn't work in Ubuntu (LP: #1827961) + - r8152: Add macpassthru support for ThinkPad Thunderbolt 3 Dock Gen 2 + + * Disable unreliable HPET on CFL-H system (LP: #1852216) + - SAUCE: x86/intel: Disable HPET on Intel Coffe Lake H platforms + + * Miscellaneous Ubuntu changes + - update dkms package versions + - [Config] Enable virtualbox dkms build + - [Config] update annotations to match current configs + - SAUCE: Add exfat module to signature inclusion list + + * Miscellaneous upstream changes + - Bluetooth: Fix invalid-free in bcsp_close() + - ath9k_hw: fix uninitialized variable data + - ath10k: Fix a NULL-ptr-deref bug in ath10k_usb_alloc_urb_from_pipe + - ath10k: Fix HOST capability QMI incompatibility + - ath10k: restore QCA9880-AR1A (v1) detection + - Revert "Bluetooth: hci_ll: set operational frequency earlier" + - Revert "dm crypt: use WQ_HIGHPRI for the IO and crypt workqueues" + - md/raid10: prevent access of uninitialized resync_pages offset + - x86/insn: Fix awk regexp warnings + - x86/speculation: Fix incorrect MDS/TAA mitigation status + - x86/speculation: Fix redundant MDS mitigation message + - nbd: prevent memory leak + - x86/stackframe/32: Repair 32-bit Xen PV + - x86/xen/32: Make xen_iret_crit_fixup() independent of frame layout + - x86/xen/32: Simplify ring check in xen_iret_crit_fixup() + - x86/doublefault/32: Fix stack canaries in the double fault handler + - x86/pti/32: Size initial_page_table correctly + - x86/cpu_entry_area: Add guard page for entry stack on 32bit + - x86/entry/32: Fix IRET exception + - x86/entry/32: Use %ss segment where required + - x86/entry/32: Move FIXUP_FRAME after pushing %fs in SAVE_ALL + - x86/entry/32: Unwind the ESPFIX stack earlier on exception entry + - x86/entry/32: Fix NMI vs ESPFIX + - selftests/x86/mov_ss_trap: Fix the SYSENTER test + - selftests/x86/sigreturn/32: Invalidate DS and ES when abusing the kernel + - x86/pti/32: Calculate the various PTI cpu_entry_area sizes correctly, make + the CPU_ENTRY_AREA_PAGES assert precise + - x86/entry/32: Fix FIXUP_ESPFIX_STACK with user CR3 + - futex: Prevent robust futex exit race + - ALSA: usb-audio: Fix NULL dereference at parsing BADD + - ALSA: usb-audio: Fix Scarlett 6i6 Gen 2 port data + - media: vivid: Set vid_cap_streaming and vid_out_streaming to true + - media: vivid: Fix wrong locking that causes race conditions on streaming + stop + - media: usbvision: Fix invalid accesses after device disconnect + - media: usbvision: Fix races among open, close, and disconnect + - cpufreq: Add NULL checks to show() and store() methods of cpufreq + - futex: Move futex exit handling into futex code + - futex: Replace PF_EXITPIDONE with a state + - exit/exec: Seperate mm_release() + - futex: Split futex_mm_release() for exit/exec + - futex: Set task::futex_state to DEAD right after handling futex exit + - futex: Mark the begin of futex exit explicitly + - futex: Sanitize exit state handling + - futex: Provide state handling for exec() as well + - futex: Add mutex around futex exit + - futex: Provide distinct return value when owner is exiting + - futex: Prevent exit livelock + - media: uvcvideo: Fix error path in control parsing failure + - media: b2c2-flexcop-usb: add sanity checking + - media: cxusb: detect cxusb_ctrl_msg error in query + - media: imon: invalid dereference in imon_touch_event + - media: mceusb: fix out of bounds read in MCE receiver buffer + - ALSA: hda - Disable audio component for legacy Nvidia HDMI codecs + - USBIP: add config dependency for SGL_ALLOC + - usbip: tools: fix fd leakage in the function of read_attr_usbip_status + - usbip: Fix uninitialized symbol 'nents' in stub_recv_cmd_submit() + - usb-serial: cp201x: support Mark-10 digital force gauge + - USB: chaoskey: fix error case of a timeout + - appledisplay: fix error handling in the scheduled work + - USB: serial: mos7840: add USB ID to support Moxa UPort 2210 + - USB: serial: mos7720: fix remote wakeup + - USB: serial: mos7840: fix remote wakeup + - USB: serial: option: add support for DW5821e with eSIM support + - USB: serial: option: add support for Foxconn T77W968 LTE modules + - staging: comedi: usbduxfast: usbduxfast_ai_cmdtest rounding error + - powerpc/book3s64: Fix link stack flush on context switch + - KVM: PPC: Book3S HV: Flush link stack on guest exit to host kernel + - Linux 5.4.1 + + -- Seth Forshee Fri, 06 Dec 2019 15:53:53 -0600 + +linux (5.4.0-7.8) focal; urgency=medium + + * Miscellaneous Ubuntu changes + - SAUCE: selftests/bpf: Comment out BPF_CORE_READ's which cause clang to + segfault + - Update nvidia-430 to nvidia-440 + - [Config] Enable nvidia dkms build + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.4 + + -- Andrea Righi Mon, 25 Nov 2019 15:02:30 +0100 + +linux (5.4.0-6.7) focal; urgency=medium + + * Miscellaneous Ubuntu changes + - update dkms package versions + - [Config] updateconfigs after rebase to 5.4-rc8 + + [ Upstream Kernel Changes ] + + * Rebase to v5.4-rc7 + + -- Andrea Righi Mon, 18 Nov 2019 12:08:01 +0100 + +linux (5.4.0-5.6) focal; urgency=medium + + * refcount underflow and type confusion in shiftfs (LP: #1850867) // + CVE-2019-15793 + - SAUCE: shiftfs: Correct id translation for lower fs operations + + * refcount underflow and type confusion in shiftfs (LP: #1850867) // + CVE-2019-15792 + - SAUCE: shiftfs: prevent type confusion + + * refcount underflow and type confusion in shiftfs (LP: #1850867) // + CVE-2019-15791 + - SAUCE: shiftfs: Fix refcount underflow in btrfs ioctl handling + + * Some EFI systems fail to boot in efi_init() when booted via maas + (LP: #1851810) + - SAUCE: efi: efi_get_memory_map -- increase map headroom + + * seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE test (LP: #1849281) + - SAUCE: seccomp: rework define for SECCOMP_USER_NOTIF_FLAG_CONTINUE + - SAUCE: seccomp: avoid overflow in implicit constant conversion + + * dkms artifacts may expire from the pool (LP: #1850958) + - [Packaging] dkms -- try launchpad librarian for pool downloads + - [Packaging] dkms -- dkms-build quieten wget verbiage + + * tsc marked unstable after entered PC10 on Intel CoffeeLake (LP: #1840239) + - SAUCE: x86/intel: Disable HPET on Intel Coffe Lake platforms + - SAUCE: x86/intel: Disable HPET on Intel Ice Lake platforms + + * shiftfs: prevent exceeding project quotas (LP: #1849483) + - SAUCE: shiftfs: drop CAP_SYS_RESOURCE from effective capabilities + + * shiftfs: fix fallocate() (LP: #1849482) + - SAUCE: shiftfs: setup correct s_maxbytes limit + + * The alsa hda driver is not loaded due to the missing of PCIID for Comet + Lake-S [8086:a3f0] (LP: #1852070) + - SAUCE: ALSA: hda: Add Cometlake-S PCI ID + + * Can't adjust brightness on DELL UHD dGPU AIO (LP: #1813877) + - SAUCE: platform/x86: dell-uart-backlight: add missing status command + - SAUCE: platform/x86: dell-uart-backlight: load driver by scalar status + - SAUCE: platform/x86: dell-uart-backlight: add force parameter + - SAUCE: platform/x86: dell-uart-backlight: add quirk for old platforms + + * s_iflags overlap prevents unprivileged overlayfs mounts (LP: #1851677) + - SAUCE: fs: Move SB_I_NOSUID to the top of s_iflags + + * ubuntu-aufs-modified mmap_region() breaks refcounting in overlayfs/shiftfs + error path (LP: #1850994) // CVE-2019-15794 + - SAUCE: shiftfs: Restore vm_file value when lower fs mmap fails + - SAUCE: ovl: Restore vm_file value when lower fs mmap fails + + * Miscellaneous Ubuntu changes + - [Debian] Convert update-aufs.sh to use aufs5 + - SAUCE: import aufs driver + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.4-rc7 + + -- Seth Forshee Wed, 13 Nov 2019 11:56:35 -0800 + +linux (5.4.0-4.5) focal; urgency=medium + + * High power consumption using 5.0.0-25-generic (LP: #1840835) + - PCI: Add a helper to check Power Resource Requirements _PR3 existence + - ALSA: hda: Allow HDA to be runtime suspended when dGPU is not bound to a + driver + - PCI: Fix missing inline for pci_pr3_present() + + * Fix signing of staging modules in eoan (LP: #1850234) + - [Packaging] Leave unsigned modules unsigned after adding .gnu_debuglink + + * [20.04 FEAT] Set Architecture Level (ALS) to z13 (LP: #1837525) + - [Config] s390x bump march to z13, with tune to z15 + + * Miscellaneous Ubuntu changes + - [Debian]: do not skip tests for linux-hwe-edge + - update dkms package versions + - [Config] re-enable zfs + - [Config] rename module virtio_fs to virtiofs + + [ Upstream Kernel Changes ] + + * Rebase to v5.4-rc6 + + -- Andrea Righi Mon, 04 Nov 2019 15:12:02 +0100 + +linux (5.4.0-3.4) focal; urgency=medium + + * seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE test (LP: #1849281) + - SAUCE: seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE test + + * cloudimg: no iavf/i40evf module so no network available with SR-IOV enabled + cloud (LP: #1848481) + - [Packaging] include iavf/i40evf in generic + + * CVE-2019-17666 + - SAUCE: rtlwifi: Fix potential overflow on P2P code + + * Change Config Option CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE for s390x from yes + to no (LP: #1848492) + - [Config] Change Config Option CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE for s390x + from yes to no + + * Add Intel Comet Lake ethernet support (LP: #1848555) + - SAUCE: e1000e: Add support for Comet Lake + + * seccomp: add SECCOMP_USER_NOTIF_FLAG_CONTINUE (LP: #1847744) + - SAUCE: seccomp: add SECCOMP_USER_NOTIF_FLAG_CONTINUE + - SAUCE: seccomp: test SECCOMP_USER_NOTIF_FLAG_CONTINUE + + * drm/i915: Fix the issue of "azx_get_response timeout" for hdmi audio on ICL + platforms (LP: #1847192) + - SAUCE: drm/i915: Fix audio power up sequence for gen10+ display + - SAUCE: drm/i915: extend audio CDCLK>=2*BCLK constraint to more platforms + + * PM / hibernate: fix potential memory corruption (LP: #1847118) + - SAUCE: PM / hibernate: memory_bm_find_bit -- tighten node optimisation + + * [regression] NoNewPrivileges incompatible with Apparmor (LP: #1844186) + - SAUCE: apparmor: fix nnp subset test for unconfined + + * overlayfs: allow with shiftfs as underlay (LP: #1846272) + - SAUCE: overlayfs: allow with shiftfs as underlay + + * eoan: alsa/sof: Enable SOF_HDA link and codec (LP: #1848490) + - [Config] Fix SOF Kconfig options + + * linux won't build when new virtualbox version is present on the archive + (LP: #1848788) + - [Packaging]: download virtualbox from sources + + * Miscellaneous Ubuntu changes + - [Config] update annotations from configs + - [Config] updateconfigs after rebase to 5.4-rc5 + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.4-rc5 + + -- Seth Forshee Tue, 29 Oct 2019 12:01:27 -0500 + +linux (5.4.0-2.3) eoan; urgency=medium + + * Add installer support for iwlmvm adapters (LP: #1848236) + - d-i: Add iwlmvm to nic-modules + + * shiftfs: rework how shiftfs opens files (LP: #1846265) + - SAUCE: shiftfs: rework how shiftfs opens files + + * Miscellaneous Ubuntu changes + - update dkms package versions + - [Config] updateconfigs after rebase to 5.4-rc4 + + [ Upstream Kernel Changes ] + + * Rebase to v5.4-rc4 + + -- Andrea Righi Mon, 21 Oct 2019 17:31:26 +0200 + +linux (5.4.0-1.2) eoan; urgency=medium + + * Miscellaneous Ubuntu changes + - update dkms package versions + - [Config] updateconfigs after rebase to 5.4-rc3 + - [Config] add flexfb, fbtft_device and rio500 to modules.ignore + - [Config] amd64: ignore fbtft and all dependent modules + + [ Upstream Kernel Changes ] + + * Rebase to v5.4-rc3 + + -- Andrea Righi Mon, 14 Oct 2019 19:48:52 +0200 + +linux (5.4.0-0.1) eoan; urgency=medium + + * Enable the Dragonboards out of Eoan/master arm64 kernel (LP: #1846704) + - [Packaging] arm64: snapdragon: introduce a snapdragon flavour + - [Packaging] arm64: snapdragon: switch kernel format to Image + - [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8916=y + - [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8994=y + - [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8996=y + - [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8998=y + - [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_RPMH=y + - [Config] arm64: snapdragon: CONFIG_QCOM_BAM_DMA=y + - [Config] arm64: snapdragon: CONFIG_QCOM_HIDMA_MGMT=y + - [Config] arm64: snapdragon: CONFIG_QCOM_HIDMA=y + - [Config] arm64: snapdragon: CONFIG_COMMON_CLK_QCOM=y + - [Config] arm64: snapdragon: CONFIG_QCOM_CLK_RPMH=y + - [Config] arm64: snapdragon: CONFIG_MSM_GCC_8916=y + - [Config] arm64: snapdragon: CONFIG_MSM_GCC_8994=y + - [Config] arm64: snapdragon: CONFIG_MSM_MMCC_8996=y + - [Config] arm64: snapdragon: CONFIG_MSM_GCC_8998=y + - [Config] arm64: snapdragon: CONFIG_HWSPINLOCK_QCOM=y + - [Config] arm64: snapdragon: CONFIG_QCOM_APCS_IPC=y + - [Config] arm64: snapdragon: CONFIG_RPMSG_QCOM_GLINK_RPM=y + - [Config] arm64: snapdragon: CONFIG_QCOM_GENI_SE=y + - [Config] arm64: snapdragon: CONFIG_QCOM_SMEM=y + - [Config] arm64: snapdragon: CONFIG_QCOM_SMD_RPM=y + - [Config] arm64: snapdragon: CONFIG_QCOM_SMP2P=y + - [Config] arm64: snapdragon: CONFIG_QCOM_SMSM=y + - [Config] arm64: snapdragon: CONFIG_QCOM_QFPROM=y + - [Config] arm64: snapdragon: CONFIG_SERIAL_QCOM_GENI=y + - [Config] arm64: snapdragon: CONFIG_QCOM_TSENS=y + - [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_SMD_RPM=y + - [Config] arm64: snapdragon: CONFIG_QCOM_CLK_SMD_RPM=y + - [Config] arm64: snapdragon: CONFIG_RPMSG_QCOM_SMD=y + - [Config] arm64: snapdragon: CONFIG_MFD_QCOM_RPM=y + - [Config] arm64: snapdragon: CONFIG_SCSI_UFSHCD=y + - [Config] arm64: snapdragon: CONFIG_SCSI_UFSHCD_PLATFORM=y + - [Config] arm64: snapdragon: CONFIG_SCSI_UFS_HISI=y + - [Config] arm64: snapdragon: CONFIG_MMC_SDHCI=y + - [Config] arm64: snapdragon: CONFIG_MMC_SDHCI_PLTFM=y + - [Config] arm64: snapdragon: CONFIG_MMC_SDHCI_MSM=y + - [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_SPMI=y + - [Config] arm64: snapdragon: CONFIG_PINCTRL_QCOM_SPMI_PMIC=y + - [Config] arm64: snapdragon: CONFIG_PHY_QCOM_USB_HS=y + - [Config] arm64: snapdragon: CONFIG_PHY_QCOM_QMP=y + - [Config] arm64: snapdragon: CONFIG_PHY_QCOM_UFS=y + - [Config] arm64: snapdragon: CONFIG_PHY_QCOM_USB_HSIC=y + - [Config] arm64: snapdragon: CONFIG_USB_CHIPIDEA_OF=y + - [Config] arm64: snapdragon: CONFIG_USB_EHCI_HCD_PLATFORM=y + - [Config] arm64: snapdragon: CONFIG_EXTCON_USB_GPIO=y + - [Config] arm64: snapdragon: CONFIG_REGULATOR_FIXED_VOLTAGE=y + - [Config] arm64: snapdragon: CONFIG_LEDS_GPIO=y + - [Config] arm64: snapdragon: CONFIG_USB_HSIC_USB3503=y + - [Config] arm64: snapdragon: CONFIG_USB_NET_DRIVERS=y + - [Config] arm64: snapdragon: CONFIG_USB_OTG=y + - [Config] arm64: snapdragon: CONFIG_USB_XHCI_PLATFORM=y + - [Config] arm64: snapdragon: CONFIG_USB_OHCI_HCD_PLATFORM=y + - [Config] arm64: snapdragon: CONFIG_USB_MUSB_HDRC=y + - [Config] arm64: snapdragon: CONFIG_USB_DWC3=y + - [Config] arm64: snapdragon: CONFIG_USB_DWC3_PCI=y + - [Config] arm64: snapdragon: CONFIG_USB_DWC3_OF_SIMPLE=y + - [Config] arm64: snapdragon: CONFIG_USB_DWC3_QCOM=y + - [Config] arm64: snapdragon: CONFIG_LEDS_PWM=y + - [Config] arm64: snapdragon: CONFIG_LEDS_TRIGGER_HEARTBEAT=y + - [Config] arm64: snapdragon: CONFIG_LEDS_TRIGGER_DEFAULT_ON=y + - [Config] arm64: snapdragon: CONFIG_QCOM_A53PLL=y + - [Config] arm64: snapdragon: CONFIG_QCOM_CLK_APCS_MSM8916=y + - [Config] arm64: snapdragon: CONFIG_NLS_ISO8859_1=y + - [Config] arm64: snapdragon: CONFIG_USB_USBNET=y + - [Config] arm64: snapdragon: CONFIG_CRYPTO_DEV_QCOM_RNG=y + - [Config] arm64: snapdragon: CONFIG_POWER_RESET_QCOM_PON=y + - [Config] arm64: snapdragon: CONFIG_INPUT_PM8941_PWRKEY=y + - [Config] arm64: snapdragon: CONFIG_KEYBOARD_GPIO=y + - [Config] arm64: snapdragon: CONFIG_RTC_DRV_PM8XXX=y + + * Miscellaneous Ubuntu changes + - [Config] updateconfigs after rebase to 5.4-rc2 + - SAUCE: (lockdown) Make get_cert_list() not complain about cert lists that + aren't present. + - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err(). + - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to print + error messages. + - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down + - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot + mode + - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode + - SAUCE: (lockdown) Add a SysRq option to lift kernel lockdown + - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature + verify + - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot + - SAUCE: (lockdown) security: lockdown: Make + CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic + - SAUCE: (lockdown) s390/ipl: lockdown kernel when booted secure + - [Config] Enable lockdown under secure boot + - SAUCE: import aufs driver + - SAUCE: aufs: rwsem owner changed to atmoic_long_t in 5.3 + - SAUCE: aufs: add "WITH Linux-syscall-note" to SPDX tag of uapi headers + - [Config] enable aufs + - update dkms package versions + - [Config] disable zfs + - [Config] disable nvidia dkms build + - [Config] disable virtualbox dkms build + - [Debian] Generate stub reconstruct for -rc kernels + - Revert "UBUNTU: SAUCE: (namespace) block_dev: Forbid unprivileged mounting + when device is opened for writing" + - Revert "UBUNTU: SAUCE: (namespace) ext4: Add module parameter to enable user + namespace mounts" + - Revert "UBUNTU: SAUCE: (namespace) ext4: Add support for unprivileged mounts + from user namespaces" + - Revert "UBUNTU: SAUCE: (namespace) mtd: Check permissions towards mtd block + device inode when mounting" + - Revert "UBUNTU: SAUCE: (namespace) block_dev: Check permissions towards + block device inode when mounting" + - Revert "UBUNTU: SAUCE: (namespace) block_dev: Support checking inode + permissions in lookup_bdev()" + + [ Upstream Kernel Changes ] + + * Rebase to v5.4-rc2 + + -- Seth Forshee Fri, 11 Oct 2019 16:42:41 -0500 + +linux (5.4.0-0.0) eoan; urgency=medium + + * Dummy entry. + + -- Seth Forshee Tue, 08 Oct 2019 09:59:00 -0500 + +linux (5.3.0-17.18) eoan; urgency=medium + + * eoan/linux: 5.3.0-17.18 -proposed tracker (LP: #1846641) + + * CVE-2019-17056 + - nfc: enforce CAP_NET_RAW for raw sockets + + * CVE-2019-17055 + - mISDN: enforce CAP_NET_RAW for raw sockets + + * CVE-2019-17054 + - appletalk: enforce CAP_NET_RAW for raw sockets + + * CVE-2019-17053 + - ieee802154: enforce CAP_NET_RAW for raw sockets + + * CVE-2019-17052 + - ax25: enforce CAP_NET_RAW for raw sockets + + * CVE-2019-15098 + - ath6kl: fix a NULL-ptr-deref bug in ath6kl_usb_alloc_urb_from_pipe() + + * xHCI on AMD Stoney Ridge cannot detect USB 2.0 or 1.1 devices. + (LP: #1846470) + - x86/PCI: Avoid AMD FCH XHCI USB PME# from D0 defect + + * Re-enable linux-libc-dev build on i386 (LP: #1846508) + - [Packaging] Build only linux-libc-dev for i386 + - [Debian] final-checks -- ignore archtictures with no binaries + + * arm64: loop on boot after installing linux-generic-hwe-18.04-edge/bionic- + proposed (LP: #1845820) + - [Config] Disable CONFIG_ARM_SMMU_DISABLE_BYPASS_BY_DEFAULT + + * Revert ESE DASD discard support (LP: #1846219) + - SAUCE: Revert "s390/dasd: Add discard support for ESE volumes" + + * Miscellaneous Ubuntu changes + - update dkms package versions + + -- Seth Forshee Thu, 03 Oct 2019 16:57:05 -0500 + +linux (5.3.0-16.17) eoan; urgency=medium + + * eoan/linux: 5.3.0-16.17 -proposed tracker (LP: #1846204) + + * zfs fails to build on s390x with debug symbols enabled (LP: #1846143) + - SAUCE: s390: Mark atomic const ops always inline + + -- Seth Forshee Tue, 01 Oct 2019 07:46:43 -0500 + +linux (5.3.0-15.16) eoan; urgency=medium + + * eoan/linux: 5.3.0-15.16 -proposed tracker (LP: #1845987) + + * Drop i386 build for 19.10 (LP: #1845714) + - [Packaging] Remove x32 arch references from control files + - [Debian] final-checks -- Get arch list from debian/control + + * ZFS kernel modules lack debug symbols (LP: #1840704) + - [Debian] Fix conditional for setting zfs debug package path + + * Use pyhon3-sphinx instead of python-sphinx for building html docs + (LP: #1845808) + - [Packaging] Update sphinx build dependencies to python3 packages + + * Kernel panic with 19.10 beta image (LP: #1845454) + - efi/tpm: Don't access event->count when it isn't mapped. + - efi/tpm: don't traverse an event log with no events + - efi/tpm: only set efi_tpm_final_log_size after successful event log parsing + + -- Seth Forshee Mon, 30 Sep 2019 11:57:20 -0500 + +linux (5.3.0-14.15) eoan; urgency=medium + + * eoan/linux: 5.3.0-14.15 -proposed tracker (LP: #1845728) + + * Drop i386 build for 19.10 (LP: #1845714) + - [Debian] Remove support for producing i386 kernels + - [Debian] Don't use CROSS_COMPILE for i386 configs + + * udevadm trigger will fail when trying to add /sys/devices/vio/ + (LP: #1845572) + - SAUCE: powerpc/vio: drop bus_type from parent device + + * Trying to online dasd drive results in invalid input/output from the kernel + on z/VM (LP: #1845323) + - SAUCE: s390/dasd: Fix error handling during online processing + + * intel-lpss driver conflicts with write-combining MTRR region (LP: #1845584) + - SAUCE: mfd: intel-lpss: add quirk for Dell XPS 13 7390 2-in-1 + + * Support Hi1620 zip hw accelerator (LP: #1845355) + - [Config] Enable HiSilicon QM/ZIP as modules + - crypto: hisilicon - add queue management driver for HiSilicon QM module + - crypto: hisilicon - add hardware SGL support + - crypto: hisilicon - add HiSilicon ZIP accelerator support + - crypto: hisilicon - add SRIOV support for ZIP + - Documentation: Add debugfs doc for hisi_zip + - crypto: hisilicon - add debugfs for ZIP and QM + - MAINTAINERS: add maintainer for HiSilicon QM and ZIP controller driver + - crypto: hisilicon - fix kbuild warnings + - crypto: hisilicon - add dependency for CRYPTO_DEV_HISI_ZIP + - crypto: hisilicon - init curr_sgl_dma to fix compile warning + - crypto: hisilicon - add missing single_release + - crypto: hisilicon - fix error handle in hisi_zip_create_req_q + - crypto: hisilicon - Fix warning on printing %p with dma_addr_t + - crypto: hisilicon - Fix return value check in hisi_zip_acompress() + - crypto: hisilicon - avoid unused function warning + + * SafeSetID LSM should be built but disabled by default (LP: #1845391) + - LSM: SafeSetID: Stop releasing uninitialized ruleset + - [Config] Build SafeSetID LSM but don't enable it by default + + * CONFIG_LSM should not specify loadpin since it is not built (LP: #1845383) + - [Config] loadpin shouldn't be in CONFIG_LSM + + * Add new pci-id's for CML-S, ICL (LP: #1845317) + - drm/i915/icl: Add missing device ID + - drm/i915/cml: Add Missing PCI IDs + + * Thunderbolt support for ICL (LP: #1844680) + - thunderbolt: Correct path indices for PCIe tunnel + - thunderbolt: Move NVM upgrade support flag to struct icm + - thunderbolt: Use 32-bit writes when writing ring producer/consumer + - thunderbolt: Do not fail adding switch if some port is not implemented + - thunderbolt: Hide switch attributes that are not set + - thunderbolt: Expose active parts of NVM even if upgrade is not supported + - thunderbolt: Add support for Intel Ice Lake + - ACPI / property: Add two new Thunderbolt property GUIDs to the list + + * Ubuntu 19.10 - Additional PCI patch and fix (LP: #1844668) + - s390/pci: fix MSI message data + + * Enhanced Hardware Support - Finalize Naming (LP: #1842774) + - s390: add support for IBM z15 machines + - [Config] CONFIG_MARCH_Z15=n, CONFIG_TUNE_Z15=n + + * Eoan update: v5.3.1 upstream stable release (LP: #1845642) + - USB: usbcore: Fix slab-out-of-bounds bug during device reset + - media: tm6000: double free if usb disconnect while streaming + - phy: renesas: rcar-gen3-usb2: Disable clearing VBUS in over-current + - ip6_gre: fix a dst leak in ip6erspan_tunnel_xmit + - net/sched: fix race between deactivation and dequeue for NOLOCK qdisc + - net_sched: let qdisc_put() accept NULL pointer + - udp: correct reuseport selection with connected sockets + - xen-netfront: do not assume sk_buff_head list is empty in error handling + - net: dsa: Fix load order between DSA drivers and taggers + - net: stmmac: Hold rtnl lock in suspend/resume callbacks + - KVM: coalesced_mmio: add bounds checking + - Documentation: sphinx: Add missing comma to list of strings + - firmware: google: check if size is valid when decoding VPD data + - serial: sprd: correct the wrong sequence of arguments + - tty/serial: atmel: reschedule TX after RX was started + - nl80211: Fix possible Spectre-v1 for CQM RSSI thresholds + - Revert "arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}" + - ovl: fix regression caused by overlapping layers detection + - phy: qcom-qmp: Correct ready status, again + - floppy: fix usercopy direction + - media: technisat-usb2: break out of loop at end of buffer + - Linux 5.3.1 + + * ZFS kernel modules lack debug symbols (LP: #1840704) + - [Debian]: Remove hardcoded $(pkgdir) in debug symbols handling + - [Debian]: Handle debug symbols for modules in extras too + - [Debian]: Check/link modules with debug symbols after DKMS modules + - [Debian]: Warn about modules without debug symbols + - [Debian]: dkms-build: new parameter for debug package directory + - [Debian]: dkms-build: zfs: support for debug symbols + - [Debian]: dkms-build: Avoid executing post-processor scripts twice + - [Debian]: dkms-build: Move zfs special-casing into configure script + + * /proc/self/maps paths missing on live session (was vlc won't start; eoan + 19.10 & bionic 18.04 ubuntu/lubuntu/kubuntu/xubuntu/ubuntu-mate dailies) + (LP: #1842382) + - SAUCE: Revert "UBUNTU: SAUCE: shiftfs: enable overlayfs on shiftfs" + + -- Seth Forshee Fri, 27 Sep 2019 16:08:06 -0500 + +linux (5.3.0-13.14) eoan; urgency=medium + + * eoan/linux: 5.3.0-13.14 -proposed tracker (LP: #1845105) + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + * Miscellaneous Ubuntu changes + - [Debian] Remove binutils-dev build dependency + + -- Seth Forshee Mon, 23 Sep 2019 19:26:43 -0500 + +linux (5.3.0-12.13) eoan; urgency=medium + + * Change kernel compression method to improve boot speed (LP: #1840934) + - [Packaging] Add lz4 build dependency for s390x + + * Miscellaneous Ubuntu changes + - SAUCE: Remove spl and zfs source + + -- Seth Forshee Tue, 17 Sep 2019 13:36:26 +0200 + +linux (5.3.0-11.12) eoan; urgency=medium + + * eoan/linux: 5.3.0-11.12 -proposed tracker (LP: #1844144) + + * Suspend to RAM(S3) does not wake up for latest megaraid and mpt3sas + adapters(SAS3.5 onwards) (LP: #1838751) + - PCI: Restore Resizable BAR size bits correctly for 1MB BARs + + * s390/setup: Actually init kernel lock down (LP: #1843961) + - SAUCE: (lockdown) s390/setup: Actually init kernel lock down + + * cherrypick has_sipl fix (LP: #1843960) + - SAUCE: s390/sclp: Fix bit checked for has_sipl + + * Change kernel compression method to improve boot speed (LP: #1840934) + - [Config]: Switch kernel compression from LZO to LZ4 on s390x + + * Installation fails on eoan/PowerVM : missing /dev/nvram (LP: #1837726) + - [Config] CONFIG_NVRAM=y for ppc64el + + * Miscellaneous Ubuntu changes + - [Config]: remove nvram from ppc64el modules ABI + - [Config] Update annotations for recent config changes + - SAUCE: sched: Add __ASSEMBLY__ guards around struct clone_args + - SAUCE: i2c: qcom-geni: Disable DMA processing on the Lenovo Yoga C630 + - SAUCE: arm64: dts: qcom: Add Lenovo Yoga C630 + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.3 + + -- Paolo Pisati Mon, 16 Sep 2019 16:18:27 +0200 + +linux (5.3.0-10.11) eoan; urgency=medium + + * eoan/linux: 5.3.0-10.11 -proposed tracker (LP: #1843232) + + * No sound inputs from the external microphone and headset on a Dell machine + (LP: #1842265) + - SAUCE: ALSA: hda - Expand pin_match function to match upcoming new tbls + - SAUCE: ALSA: hda - Define a fallback_pin_fixup_tbl for alc269 family + + * Horizontal corrupted line at top of screen caused by framebuffer compression + (LP: #1840236) + - SAUCE: drm/i915/fbc: disable framebuffer compression on IceLake + + * Add bpftool to linux-tools-common (LP: #1774815) + - [Debian] package bpftool in linux-tools-common + + * Miscellaneous Ubuntu changes + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.3-rc8 + + -- Paolo Pisati Mon, 09 Sep 2019 10:00:41 +0200 + +linux (5.3.0-9.10) eoan; urgency=medium + + * eoan/linux: 5.3.0-9.10 -proposed tracker (LP: #1842393) + + * shiftfs: mark kmem_cache as reclaimable (LP: #1842059) + - SAUCE: shiftfs: mark slab objects SLAB_RECLAIM_ACCOUNT + + * shiftfs: drop entries from cache on unlink (LP: #1841977) + - SAUCE: shiftfs: fix buggy unlink logic + + * Fix touchpad IRQ storm after S3 (LP: #1841396) + - pinctrl: intel: remap the pin number to gpio offset for irq enabled pin + + * Please include DTBs for arm64 laptops (LP: #1842050) + - arm64: dts: qcom: Add Lenovo Miix 630 + - arm64: dts: qcom: Add HP Envy x2 + - arm64: dts: qcom: Add Asus NovaGo TP370QL + + * Miscellaneous Ubuntu changes + - SAUCE: import aufs driver + - [Packaging]: ignore vbox modules when vbox is disabled + + [ Upstream Kernel Changes ] + + * Rebase to v5.3-rc7 + + -- Paolo Pisati Tue, 03 Sep 2019 10:27:33 +0200 + +linux (5.3.0-8.9) eoan; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] resync getabis + + * Change kernel compression method to improve boot speed (LP: #1840934) + - [Config] change kernel compression method to improve boot speed + - [Packaging] add build dependencies for compression algorithms + + * realtek r8822be kernel module fails after update to linux kernel-headers + 5.0.0-21 (LP: #1838133) + - rtw88: Fix misuse of GENMASK macro + - rtw88: pci: Rearrange the memory usage for skb in RX ISR + - rtw88: pci: Use DMA sync instead of remapping in RX ISR + - rtw88: debug: dump tx power indexes in use + - rtw88: use txpwr_lmt_cfg_pair struct, not arrays + - rtw88: pci: remove set but not used variable 'ip_sel' + - rtw88: allow c2h operation in irq context + - rtw88: enclose c2h cmd handle with mutex + - rtw88: add BT co-existence support + - SAUCE: rtw88: pci: enable MSI interrupt + + * VIMC module not available (CONFIG_VIDEO_VIMC not set) (LP: #1831482) + - [Config] Enable VIMC module + + * Goodix touchpad may drop first input event (LP: #1840075) + - Revert "UBUNTU: SAUCE: i2c: designware: add G3 3590 into i2c quirk" + - Revert "UBUNTU: SAUCE: i2c: designware: add Inpiron 7591 into i2c quirk" + - Revert "UBUNTU: SAUCE: i2c: designware: add Inpiron/Vostro 7590 into i2c + quirk" + - Revert "UBUNTU: SAUCE: i2c: designware: Add disable runtime pm quirk" + - mfd: intel-lpss: Remove D3cold delay + + * Include Sunix serial/parallel driver (LP: #1826716) + - serial: 8250_pci: Add support for Sunix serial boards + - parport: parport_serial: Add support for Sunix Multi I/O boards + + * enable lockdown on s390x when Secure IPL is performed (LP: #1839622) + - SAUCE: (lockdown) s390/ipl: lockdown kernel when booted secure + - Ubuntu: [Config] Enable CONFIG_LOCK_DOWN_KERNEL on s390x. + + * UBUNTU: SAUCE: shiftfs: pass correct point down (LP: #1837231) + - SAUCE: shiftfs: pass correct point down + + * shiftfs: add O_DIRECT support (LP: #1837223) + - SAUCE: shiftfs: add O_DIRECT support + + * Miscellaneous Ubuntu changes + - [Config] enable secureboot signing on s390x + - [Config] CONFIG_TEST_BLACKHOLE_DEV=m + - SAUCE: selftests: fib_tests: assign address to dummy1 for rp_filter tests + - [Debian] disable dkms builds for autopktest rebuilds + - update dkms package versions + - [Config] updateconfigs after v5.3-rc6 rebase + + [ Upstream Kernel Changes ] + + * Rebase to v5.3-rc5 + + -- Paolo Pisati Mon, 26 Aug 2019 10:09:42 +0200 + +linux (5.3.0-7.8) eoan; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] resync getabis + + * Miscellaneous Ubuntu changes + - [Config] updateconfigs after v5.3-rc5 rebase + - remove missing module after updateconfigs + + [ Upstream Kernel Changes ] + + * Rebase to v5.3-rc5 + + -- Paolo Pisati Mon, 19 Aug 2019 15:31:24 +0200 + +linux (5.3.0-6.7) eoan; urgency=medium + + * Miscellaneous Ubuntu changes + - SAUCE: selftests/bpf: prevent headers to be compiled as C code + + -- Seth Forshee Wed, 14 Aug 2019 13:25:01 -0500 + +linux (5.3.0-5.6) eoan; urgency=medium + + * Miscellaneous Ubuntu changes + - update dkms package versions + - [Config] enable zfs build + + -- Seth Forshee Tue, 13 Aug 2019 09:16:06 -0500 + +linux (5.3.0-4.5) eoan; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] resync getabis + - [Packaging] update helper scripts + + * bcache: bch_allocator_thread(): hung task timeout (LP: #1784665) // Tight + timeout for bcache removal causes spurious failures (LP: #1796292) + - SAUCE: bcache: fix deadlock in bcache_allocator + + * shiftfs: allow overlayfs (LP: #1838677) + - SAUCE: shiftfs: enable overlayfs on shiftfs + + * Miscellaneous Ubuntu changes + - SAUCE: Revert "kbuild: modpost: do not parse unnecessary rules for vmlinux + modpost" + - update dkms package versions + - enable nvidia dkms build + + [ Upstream Kernel Changes ] + + * Rebase to v5.3-rc4 + + -- Seth Forshee Mon, 12 Aug 2019 10:41:27 -0500 + +linux (5.3.0-3.4) eoan; urgency=medium + + * Miscellaneous Ubuntu changes + - update dkms package versions + - SAUCE: aufs: add "WITH Linux-syscall-note" to SPDX tag of uapi headers + - [Config] add mux-* to modules.ignore + + [ Upstream Kernel Changes ] + + * Rebase to v5.3-rc3 + + -- Paolo Pisati Mon, 05 Aug 2019 18:17:09 +0200 + +linux (5.3.0-2.3) eoan; urgency=medium + + * Miscellaneous Ubuntu changes + - [Packaging] add build dependincy on fontconfig + + -- Seth Forshee Mon, 29 Jul 2019 12:18:46 -0400 + +linux (5.3.0-1.2) eoan; urgency=medium + + * System does not auto detect disconnection of external monitor (LP: #1835001) + - SAUCE: drm/i915: Add support for retrying hotplug + - SAUCE: drm/i915: Enable hotplug retry + + * Please enable CONFIG_SCSI_UFS_QCOM as a module on arm64 (LP: #1837332) + - [Config] Enable CONFIG_SCSI_UFS_QCOM as a module on arm64. + + * Add arm64 CONFIG_ARCH_MESON=y and related configs Edit (LP: #1820530) + - [Config] enable ARCH_MESON + - remove missing module + - [Config] update annotations after enabling ARCH_MESON for arm64 + + * Miscellaneous Ubuntu changes + - SAUCE: KVM: PPC: comment implicit fallthrough + - update dkms package versions + - [Config] enable vbox dkms build + + [ Upstream Kernel Changes ] + + * Rebase to v5.3-rc2 + + -- Seth Forshee Sun, 28 Jul 2019 23:10:16 -0400 + +linux (5.3.0-0.1) eoan; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + + * Miscellaneous Ubuntu changes + - SAUCE: (efi-lockdown) Add the ability to lock down access to the running + kernel image + - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down + - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is + locked down + - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked + down + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec + reboot + - SAUCE: (efi-lockdown) kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and + KEXEC_SIG_FORCE + - SAUCE: (efi-lockdown) kexec_file: Restrict at runtime if the kernel is + locked down + - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked + down + - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is + locked down + - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked + down + - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel + has been locked down + - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is + locked down + - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked + down + - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL + - SAUCE: (efi-lockdown) Lock down module params that specify hardware + parameters (eg. ioport) + - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module + - SAUCE: (efi-lockdown) Lock down /proc/kcore + - SAUCE: (efi-lockdown) Lock down kprobes + - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the + kernel is locked down + - SAUCE: (efi-lockdown) Lock down perf + - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked + down + - SAUCE: (efi-lockdown) lockdown: Print current->comm in restriction messages + - SAUCE: (efi-lockdown) kexec: Allow kexec_file() with appropriate IMA policy + when locked down + - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown + - SAUCE: (efi-lockdown) debugfs: avoid EPERM when no open file operation + defined + - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists + that aren't present. + - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework + efi_status_to_err(). + - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print + error messages. + - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure + boot mode + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot + mode + - SAUCE: (efi-lockdown) KEYS: Make use of platform keyring for module + signature verify + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - SAUCE: (efi-lockdown) furter KEXEC_VERIFY_SIG -> KEXEC_SIG updates + - SAUCE: (efi-lockdown) arm64: add kernel config option to lock down when in + Secure Boot mode + - SAUCE: import aufs driver + - SAUCE: aufs: rwsem owner changed to atmoic_long_t in 5.3 + - [Config] disable zfs dkms build + - [Config] disable nvidia dkms build + - [Config] disable vbox dkms build + - SAUCE: perf diff: use llabs for s64 vaules + + [ Upstream Kernel Changes ] + + * Rebase to v5.3-rc1 + + -- Seth Forshee Tue, 23 Jul 2019 21:45:44 -0500 + +linux (5.3.0-0.0) eoan; urgency=medium + + * Dummy entry. + + -- Seth Forshee Mon, 22 Jul 2019 10:19:04 -0500 + +linux (5.2.0-9.10) eoan; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + * input/mouse: alps trackpoint-only device doesn't work (LP: #1836752) + - SAUCE: Input: alps - don't handle ALPS cs19 trackpoint-only device + - SAUCE: Input: alps - fix a mismatch between a condition check and its + comment + + * System does not auto detect disconnection of external monitor (LP: #1835001) + - SAUCE: drm/i915: Add support for retrying hotplug + - SAUCE: drm/i915: Enable hotplug retry + + * alsa/hdmi: add icelake hdmi audio support for a Dell machine (LP: #1836916) + - SAUCE: ALSA: hda/hdmi - Remove duplicated define + - SAUCE: ALSA: hda/hdmi - Fix i915 reverse port/pin mapping + + * First click on Goodix touchpad doesn't be recognized after runtime suspended + (LP: #1836836) + - SAUCE: i2c: designware: add G3 3590 into i2c quirk + + * ixgbe{vf} - Physical Function gets IRQ when VF checks link state + (LP: #1836760) + - ixgbevf: Use cached link state instead of re-reading the value for ethtool + + * Doing multiple squashfs (and other loop?) mounts in parallel breaks + (LP: #1836914) + - SAUCE: Revert "loop: Don't change loop device under exclusive opener" + + * hibmc-drm Causes Unreadable Display for Huawei amd64 Servers (LP: #1762940) + - SAUCE: Make CONFIG_DRM_HISI_HIBMC depend on ARM64 + - [Config] Set CONFIG_DRM_HISI_HIBMC to arm64 only + - [Config] add hibmc-drm to modules.ignore + + * hda/realtek: can't detect external mic on a Dell machine (LP: #1836755) + - ALSA: hda/realtek: apply ALC891 headset fixup to one Dell machine + + * Enable Armada SOCs and MVPP2 NIC driver for disco/generic arm64 + (LP: #1835054) + - [Config] Enable Armada SOCs and MVPP2 NIC driver for disco/generic arm64 + + * Unhide Nvidia HDA audio controller (LP: #1836308) + - PCI: Enable NVIDIA HDA controllers + + * Intel ethernet I219 may wrongly detect connection speed as 10Mbps + (LP: #1836177) + - e1000e: Make watchdog use delayed work + + * Sometimes touchpad(goodix) can't use tap function (LP: #1836020) + - SAUCE: i2c: designware: add Inpiron/Vostro 7590 into i2c quirk + - SAUCE: i2c: designware: add Inpiron 7591 into i2c quirk + + * Intel ethernet I219 has slow RX speed (LP: #1836152) + - e1000e: add workaround for possible stalled packet + - e1000e: disable force K1-off feature + + * bcache: risk of data loss on I/O errors in backing or caching devices + (LP: #1829563) + - Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()" + + * bnx2x driver causes 100% CPU load (LP: #1832082) + - bnx2x: Prevent ptp_task to be rescheduled indefinitely + + * fcf-protection=none patch with new version + - Revert "UBUNTU: SAUCE: kbuild: add -fcf-protection=none to retpoline flags" + - SAUCE: kbuild: add -fcf-protection=none when using retpoline flags + + * CVE-2019-12614 + - powerpc/pseries/dlpar: Fix a missing check in dlpar_parse_cc_property() + + * Eoan update: v5.2.1 upstream stable release (LP: #1836622) + - crypto: lrw - use correct alignmask + - crypto: talitos - rename alternative AEAD algos. + - fscrypt: don't set policy for a dead directory + - udf: Fix incorrect final NOT_ALLOCATED (hole) extent length + - media: stv0297: fix frequency range limit + - ALSA: usb-audio: Fix parse of UAC2 Extension Units + - ALSA: hda/realtek - Headphone Mic can't record after S3 + - tpm: Actually fail on TPM errors during "get random" + - tpm: Fix TPM 1.2 Shutdown sequence to prevent future TPM operations + - block: fix .bi_size overflow + - block, bfq: NULL out the bic when it's no longer valid + - perf intel-pt: Fix itrace defaults for perf script + - perf auxtrace: Fix itrace defaults for perf script + - perf intel-pt: Fix itrace defaults for perf script intel-pt documentation + - perf pmu: Fix uncore PMU alias list for ARM64 + - perf thread-stack: Fix thread stack return from kernel for kernel-only case + - perf header: Assign proper ff->ph in perf_event__synthesize_features() + - x86/ptrace: Fix possible spectre-v1 in ptrace_get_debugreg() + - x86/tls: Fix possible spectre-v1 in do_get_thread_area() + - Documentation: Add section about CPU vulnerabilities for Spectre + - Documentation/admin: Remove the vsyscall=native documentation + - mwifiex: Don't abort on small, spec-compliant vendor IEs + - USB: serial: ftdi_sio: add ID for isodebug v1 + - USB: serial: option: add support for GosunCn ME3630 RNDIS mode + - Revert "serial: 8250: Don't service RX FIFO if interrupts are disabled" + - p54usb: Fix race between disconnect and firmware loading + - usb: gadget: f_fs: data_len used before properly set + - usb: gadget: ether: Fix race between gether_disconnect and rx_submit + - usb: dwc2: use a longer AHB idle timeout in dwc2_core_reset() + - usb: renesas_usbhs: add a workaround for a race condition of workqueue + - drivers/usb/typec/tps6598x.c: fix portinfo width + - drivers/usb/typec/tps6598x.c: fix 4CC cmd write + - p54: fix crash during initialization + - staging: comedi: dt282x: fix a null pointer deref on interrupt + - staging: wilc1000: fix error path cleanup in wilc_wlan_initialize() + - staging: bcm2835-camera: Restore return behavior of ctrl_set_bitrate() + - staging: comedi: amplc_pci230: fix null pointer deref on interrupt + - staging: mt7621-pci: fix PCIE_FTS_NUM_LO macro + - HID: Add another Primax PIXART OEM mouse quirk + - lkdtm: support llvm-objcopy + - binder: fix memory leak in error path + - binder: return errors from buffer copy functions + - iio: adc: stm32-adc: add missing vdda-supply + - coresight: Potential uninitialized variable in probe() + - coresight: etb10: Do not call smp_processor_id from preemptible + - coresight: tmc-etr: Do not call smp_processor_id() from preemptible + - coresight: tmc-etr: alloc_perf_buf: Do not call smp_processor_id from + preemptible + - coresight: tmc-etf: Do not call smp_processor_id from preemptible + - carl9170: fix misuse of device driver API + - Revert "x86/build: Move _etext to actual end of .text" + - VMCI: Fix integer overflow in VMCI handle arrays + - staging: vchiq_2835_arm: revert "quit using custom down_interruptible()" + - staging: vchiq: make wait events interruptible + - staging: vchiq: revert "switch to wait_for_completion_killable" + - staging: fsl-dpaa2/ethsw: fix memory leak of switchdev_work + - staging: bcm2835-camera: Replace spinlock protecting context_map with mutex + - staging: bcm2835-camera: Ensure all buffers are returned on disable + - staging: bcm2835-camera: Remove check of the number of buffers supplied + - staging: bcm2835-camera: Handle empty EOS buffers whilst streaming + - staging: rtl8712: reduce stack usage, again + - Linux 5.2.1 + - [Config] updateconfigs after v5.2.1 stable update + + * fcf-protection=none patch with upstream version + - Revert "UBUNTU: SAUCE: add -fcf-protection=none to retpoline flags" + - SAUCE: kbuild: add -fcf-protection=none to retpoline flags + + * Miscellaneous Ubuntu changes + - SAUCE: selftests/ftrace: avoid failure when trying to probe a notrace + function + - SAUCE: selftests/powerpc/ptrace: fix build failure + - update dkms package versions + - [Packaging] add zlua to zfs-modules.ignore + - update dkms package versions + + -- Seth Forshee Fri, 19 Jul 2019 15:04:45 -0500 + +linux (5.2.0-8.9) eoan; urgency=medium + + * linux: 5.2.0-8.9 -proposed tracker (LP: #1835700) + + * Miscellaneous Ubuntu changes + - [Packaging] replace zfs and spl build with zfs 0.8.1-1ubuntu1 + - SAUCE: test_bpf: remove expected fail for Ctx heavy transformations test on + s390 + - SAUCE: add -fcf-protection=none to retpoline flags + - SAUCE: usbip: ensure strings copied using strncpy are null-terminated + - SAUCE: usbip: add -Wno-address-of-packed-member to EXTRA_CFLAGS + - SAUCE: perf jvmti: ensure strncpy result is null-terminated + - update dkms package versions + - add removed zfs modules to modules.ignore + + [ Upstream Kernel Changes ] + + * Rebase to v5.2 + + -- Seth Forshee Mon, 08 Jul 2019 07:13:41 -0500 + +linux (5.2.0-7.8) eoan; urgency=medium + + * Kernel panic upon resetting ixgbe SR-IOV VFIO virtual function using 5.0 + kernel (LP: #1829652) + - SAUCE: ixgbe: Avoid NULL pointer dereference with VF on non-IPsec hw + + * Hi1620 driver updates from upstream 5.2 merge window (LP: #1830815) + - net: hns3: initialize CPU reverse mapping + - net: hns3: refine the flow director handle + - net: hns3: add aRFS support for PF + - net: hns3: fix for FEC configuration + - RDMA/hns: Remove unnecessary print message in aeq + - RDMA/hns: Update CQE specifications + - RDMA/hns: Move spin_lock_irqsave to the correct place + - RDMA/hns: Remove jiffies operation in disable interrupt context + - RDMA/hns: Replace magic numbers with #defines + - net: hns3: fix compile warning without CONFIG_RFS_ACCEL + - net: hns3: fix for HNS3_RXD_GRO_SIZE_M macro + - net: hns3: add support for dump firmware statistics by debugfs + - net: hns3: use HCLGE_STATE_NIC_REGISTERED to indicate PF NIC client has + registered + - net: hns3: use HCLGE_STATE_ROCE_REGISTERED to indicate PF ROCE client has + registered + - net: hns3: use HCLGEVF_STATE_NIC_REGISTERED to indicate VF NIC client has + registered + - net: hns3: modify hclge_init_client_instance() + - net: hns3: modify hclgevf_init_client_instance() + - net: hns3: add handshake with hardware while doing reset + - net: hns3: stop schedule reset service while unloading driver + - net: hns3: adjust hns3_uninit_phy()'s location in the hns3_client_uninit() + - net: hns3: fix a memory leak issue for hclge_map_unmap_ring_to_vf_vector + - RDMA/hns: Bugfix for posting multiple srq work request + - net: hns3: remove redundant core reset + - net: hns3: don't configure new VLAN ID into VF VLAN table when it's full + - net: hns3: fix VLAN filter restore issue after reset + - net: hns3: set the port shaper according to MAC speed + - net: hns3: add a check to pointer in error_detected and slot_reset + - net: hns3: set ops to null when unregister ad_dev + - net: hns3: add handling of two bits in MAC tunnel interrupts + - net: hns3: remove setting bit of reset_requests when handling mac tunnel + interrupts + - net: hns3: add opcode about query and clear RAS & MSI-X to special opcode + - net: hns3: delay and separate enabling of NIC and ROCE HW errors + - RDMA/hns: fix inverted logic of readl read and shift + - RDMA/hns: Bugfix for filling the sge of srq + - net: hns3: log detail error info of ROCEE ECC and AXI errors + - net: hns3: fix wrong size of mailbox responding data + - net: hns3: make HW GRO handling compliant with SW GRO + - net: hns3: replace numa_node_id with numa_mem_id for buffer reusing + - net: hns3: refactor hns3_get_new_int_gl function + - net: hns3: trigger VF reset if a VF has an over_8bd_nfe_err + - net: hns3: delete the redundant user NIC codes + - net: hns3: small changes for magic numbers + - net: hns3: use macros instead of magic numbers + - net: hns3: refactor PF/VF RSS hash key configuration + - net: hns3: some modifications to simplify and optimize code + - net: hns3: fix some coding style issues + - net: hns3: delay setting of reset level for hw errors until slot_reset is + called + - net: hns3: fix avoid unnecessary resetting for the H/W errors which do not + require reset + - net: hns3: process H/W errors occurred before HNS dev initialization + - net: hns3: add recovery for the H/W errors occurred before the HNS dev + initialization + - net: hns3: some changes of MSI-X bits in PPU(RCB) + - net: hns3: extract handling of mpf/pf msi-x errors into functions + - net: hns3: clear restting state when initializing HW device + - net: hns3: free irq when exit from abnormal branch + - net: hns3: fix for dereferencing before null checking + - net: hns3: fix for skb leak when doing selftest + - net: hns3: delay ring buffer clearing during reset + - net: hns3: some variable modification + - net: hns3: fix dereference of ae_dev before it is null checked + - scsi: hisi_sas: Delete PHY timers when rmmod or probe failed + - scsi: hisi_sas: Fix the issue of argument mismatch of printing ecc errors + - scsi: hisi_sas: Reduce HISI_SAS_SGE_PAGE_CNT in size + - scsi: hisi_sas: Change the type of some numbers to unsigned + - scsi: hisi_sas: Ignore the error code between phy down to phy up + - scsi: hisi_sas: Disable stash for v3 hw + - net: hns3: Add missing newline at end of file + - RDMa/hns: Don't stuck in endless timeout loop + + * Sometimes touchpad automatically trigger double click (LP: #1833484) + - SAUCE: i2c: designware: Add disable runtime pm quirk + + * Add pointstick support on HP ZBook 17 G5 (LP: #1833387) + - Revert "HID: multitouch: Support ALPS PTP stick with pid 0x120A" + + * depmod may prefer unsigned l-r-m nvidia modules to signed modules + (LP: #1834479) + - [Packaging] dkms-build--nvidia-N -- clean up unsigned ko files + + * Miscellaneous Ubuntu changes + - SAUCE: selftests/powerpc: disable signal_fuzzer test + + [ Upstream Kernel Changes ] + + * Rebase to v5.2-rc7 + + -- Seth Forshee Mon, 01 Jul 2019 07:22:18 -0500 + +linux (5.2.0-6.7) eoan; urgency=medium + + * hinic: fix oops due to race in set_rx_mode (LP: #1832048) + - hinic: fix a bug in set rx mode + + * Miscellaneous Ubuntu changes + - rebase to v5.2-rc6 + + [ Upstream Kernel Changes ] + + * Rebase to v5.2-rc6 + + -- Seth Forshee Sun, 23 Jun 2019 23:36:11 -0500 + +linux (5.2.0-5.6) eoan; urgency=medium + + * QCA9377 isn't being recognized sometimes (LP: #1757218) + - SAUCE: USB: Disable USB2 LPM at shutdown + + * shiftfs: allow changing ro/rw for subvolumes (LP: #1832316) + - SAUCE: shiftfs: allow changing ro/rw for subvolumes + + * Miscellaneous Ubuntu changes + - update dkms package versions + - [Packaging] replace nvidia-418 dkms build with nvidia-430 + - SAUCE: import aufs driver + + [ Upstream Kernel Changes ] + + * Rebase to v5.2-rc5 + + -- Seth Forshee Mon, 17 Jun 2019 15:04:12 -0500 + +linux (5.2.0-4.5) eoan; urgency=medium + + * arm64: cma_alloc errors at boot (LP: #1823753) + - [Config] Bump CMA_SIZE_MBYTES to 32 on arm64 + - dma-contiguous: add dma_{alloc,free}_contiguous() helpers + - dma-contiguous: use fallback alloc_pages for single pages + - dma-contiguous: fix !CONFIG_DMA_CMA version of dma_{alloc, + free}_contiguous() + + * Miscellaneous Ubuntu changes + - [Config] CONFIG_MFD_TQMX86=n for s390x + - [Config] CONFIG_GPIO_AMD_FCH=n for s390x + - [Config] CONFIG_BACKLIGHT_CLASS_DEVICE=n on s390x + - [Config] CONFIG_LCD_CLASS_DEVICE=n for s390x + - [Config] CONFIG_DRM_ETNAVIV=m for armhf generic-lpae + - [Config] CONFIG_DRM_NOUVEAU_SVM=n + - [Config] CONFIG_HWMON=n for s390x + - [Config] CONFIG_NEW_LEDS=n for s390x + - [Config] CONFIG_MTD_NAND_OMAP2=y for armhf + - [Config] CONFIG_VOP_BUS=n for non-amd64 arches + - [Config] CONFIG_TI_CPSW_PHY_SEL=n + - [Config] CONFIG_INTERCONNECT=n for s390x + - [Config] CONFIG_SCSI_GDTH=n for s390x + - [Config] CONFIG_PACKING=n for s390x + - [Config] CONFIG_ARCH_MILBEAUT=y for armhf + - [Config] update annotations following config review + - update dkms package versions + - [Config] enable nvidia dkms build + + [ Upstream Kernel Changes ] + + * Rebase to v5.2-rc4 + + -- Seth Forshee Mon, 10 Jun 2019 07:00:11 -0500 + +linux (5.2.0-3.4) eoan; urgency=medium + + * [18.04/18.10] File libperf-jvmti.so is missing in linux-tools-common deb on + Ubuntu (LP: #1761379) + - [Packaging] Support building libperf-jvmti.so + + * Miscellaneous Ubuntu changes + - SAUCE: Revert "bpf, selftest: test global data/bss/rodata sections" + - update dkms package versions + - [Config] enable zfs + - rebase to v5.2-rc3 + + [ Upstream Kernel Changes ] + + * Rebase to v5.2-rc3 + + -- Seth Forshee Sun, 02 Jun 2019 21:48:50 -0500 + +linux (5.2.0-2.3) eoan; urgency=medium + + * Miscellaneous Ubuntu changes + - SAUCE: perf arm64: Fix mksyscalltbl when system kernel headers are ahead of + the kernel + + -- Seth Forshee Tue, 28 May 2019 07:12:39 -0500 + +linux (5.2.0-1.2) eoan; urgency=medium + + * Miscellaneous Ubuntu changes + - [Config] CONFIG_INTEGRITY_PLATFORM_KEYRING=y + - update dkms package versions + - [Config] enable vbox dkms build + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.2-rc2 + + -- Seth Forshee Mon, 27 May 2019 21:11:27 -0500 + +linux (5.2.0-0.1) eoan; urgency=medium + + * Miscellaneous Ubuntu changes + - SAUCE: import aufs driver + - [Packaging] disable ZFS + - [Packaging] disable nvidia + - [Packaging] dkms-build -- expand paths searched for make.log files + - add virtualbox-guest-dkms dkms package build + - enable vbox dkms build for amd64 and i386 + - update dkms package versions + - SAUCE: (efi-lockdown) Add the ability to lock down access to the running + kernel image + - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down + - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is + locked down + - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked + down + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec + reboot + - SAUCE: (efi-lockdown) kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and + KEXEC_SIG_FORCE + - SAUCE: (efi-lockdown) kexec_file: Restrict at runtime if the kernel is + locked down + - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked + down + - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is + locked down + - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked + down + - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel + has been locked down + - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is + locked down + - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked + down + - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL + - SAUCE: (efi-lockdown) Lock down module params that specify hardware + parameters (eg. ioport) + - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module + - SAUCE: (efi-lockdown) Lock down /proc/kcore + - SAUCE: (efi-lockdown) Lock down kprobes + - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the + kernel is locked down + - SAUCE: (efi-lockdown) Lock down perf + - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked + down + - SAUCE: (efi-lockdown) lockdown: Print current->comm in restriction messages + - SAUCE: (efi-lockdown) kexec: Allow kexec_file() with appropriate IMA policy + when locked down + - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists + that aren't present. + - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework + efi_status_to_err(). + - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print + error messages. + - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure + boot mode + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot + mode + - SAUCE: (efi-lockdown) KEYS: Make use of platform keyring for module + signature verify + - SAUCE: (efi-lockdown) debugfs: avoid EPERM when no open file operation + defined + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - SAUCE: (efi-lockdown) furter KEXEC_VERIFY_SIG -> KEXEC_SIG updates + - SAUCE: (efi-lockdown) arm64: add kernel config option to lock down when in + Secure Boot mode + - update dkms package versions + - [Config] disable vbox build + - SAUCE: s390: mark __cpacf_check_opcode() and cpacf_query_func() as + __always_inline + - SAUCE: IB/mlx5: use size_t instead of u64 when dividing + + [ Upstream Kernel Changes ] + + * Rebase to v5.2-rc1 + + -- Seth Forshee Tue, 21 May 2019 11:18:43 -0500 + +linux (5.2.0-0.0) eoan; urgency=medium + + * Dummy entry. + + -- Seth Forshee Tue, 21 May 2019 07:34:43 -0500 + +linux (5.1.0-2.2) eoan; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + + * Eoan update: v5.1.2 upstream stable release (LP: #1829050) + - x86/msr-index: Cleanup bit defines + - x86/speculation: Consolidate CPU whitelists + - x86/speculation/mds: Add basic bug infrastructure for MDS + - x86/speculation/mds: Add BUG_MSBDS_ONLY + - x86/kvm: Expose X86_FEATURE_MD_CLEAR to guests + - x86/speculation/mds: Add mds_clear_cpu_buffers() + - x86/speculation/mds: Clear CPU buffers on exit to user + - x86/kvm/vmx: Add MDS protection when L1D Flush is not active + - x86/speculation/mds: Conditionally clear CPU buffers on idle entry + - x86/speculation/mds: Add mitigation control for MDS + - x86/speculation/mds: Add sysfs reporting for MDS + - x86/speculation/mds: Add mitigation mode VMWERV + - Documentation: Move L1TF to separate directory + - Documentation: Add MDS vulnerability documentation + - x86/speculation/mds: Add mds=full,nosmt cmdline option + - x86/speculation: Move arch_smt_update() call to after mitigation decisions + - x86/speculation/mds: Add SMT warning message + - x86/speculation/mds: Fix comment + - x86/speculation/mds: Print SMT vulnerable on MSBDS with mitigations off + - cpu/speculation: Add 'mitigations=' cmdline option + - x86/speculation: Support 'mitigations=' cmdline option + - powerpc/speculation: Support 'mitigations=' cmdline option + - s390/speculation: Support 'mitigations=' cmdline option + - x86/speculation/mds: Add 'mitigations=' support for MDS + - x86/mds: Add MDSUM variant to the MDS documentation + - Documentation: Correct the possible MDS sysfs values + - x86/speculation/mds: Fix documentation typo + - Linux 5.1.2 + + * Eoan update: v5.1.1 upstream stable release (LP: #1829046) + - Drivers: hv: vmbus: Remove the undesired put_cpu_ptr() in hv_synic_cleanup() + - ubsan: Fix nasty -Wbuiltin-declaration-mismatch GCC-9 warnings + - staging: greybus: power_supply: fix prop-descriptor request size + - staging: wilc1000: Avoid GFP_KERNEL allocation from atomic context. + - staging: most: cdev: fix chrdev_region leak in mod_exit + - staging: most: sound: pass correct device when creating a sound card + - usb: dwc3: Allow building USB_DWC3_QCOM without EXTCON + - usb: dwc3: Fix default lpm_nyet_threshold value + - USB: serial: f81232: fix interrupt worker not stop + - USB: cdc-acm: fix unthrottle races + - usb-storage: Set virt_boundary_mask to avoid SG overflows + - genirq: Prevent use-after-free and work list corruption + - intel_th: pci: Add Comet Lake support + - iio: adc: qcom-spmi-adc5: Fix of-based module autoloading + - cpufreq: armada-37xx: fix frequency calculation for opp + - ACPI / LPSS: Use acpi_lpss_* instead of acpi_subsys_* functions for + hibernate + - soc: sunxi: Fix missing dependency on REGMAP_MMIO + - scsi: lpfc: change snprintf to scnprintf for possible overflow + - scsi: qla2xxx: Fix incorrect region-size setting in optrom SYSFS routines + - scsi: qla2xxx: Set remote port devloss timeout to 0 + - scsi: qla2xxx: Fix device staying in blocked state + - Bluetooth: hidp: fix buffer overflow + - Bluetooth: Align minimum encryption key size for LE and BR/EDR connections + - Bluetooth: Fix not initializing L2CAP tx_credits + - Bluetooth: hci_bcm: Fix empty regulator supplies for Intel Macs + - UAS: fix alignment of scatter/gather segments + - ASoC: Intel: avoid Oops if DMA setup fails + - i3c: Fix a shift wrap bug in i3c_bus_set_addr_slot_status() + - locking/futex: Allow low-level atomic operations to return -EAGAIN + - arm64: futex: Bound number of LDXR/STXR loops in FUTEX_WAKE_OP + - Linux 5.1.1 + + * shiftfs: lock security sensitive superblock flags (LP: #1827122) + - SAUCE: shiftfs: lock down certain superblock flags + + * Please package libbpf (which is done out of the kernel src) in Debian [for + 19.10] (LP: #1826410) + - SAUCE: tools -- fix add ability to disable libbfd + + * ratelimit cma_alloc messages (LP: #1828092) + - SAUCE: cma: ratelimit cma_alloc error messages + + * Headphone jack switch sense is inverted: plugging in headphones disables + headphone output (LP: #1824259) + - ASoC: rt5645: Headphone Jack sense inverts on the LattePanda board + + * There are 4 HDMI/Displayport audio output listed in sound setting without + attach any HDMI/DP monitor (LP: #1827967) + - ALSA: hda/hdmi - Read the pin sense from register when repolling + - ALSA: hda/hdmi - Consider eld_valid when reporting jack event + + * CONFIG_LOG_BUF_SHIFT set to 14 is too low on arm64 (LP: #1824864) + - [Config] CONFIG_LOG_BUF_SHIFT=18 on all 64bit arches + + * CTAUTO:DevOps:860.50:devops4fp1:Error occurred during LINUX Dmesg error + Checking for all LINUX clients for devops4p10 (LP: #1766201) + - SAUCE: integrity: downgrade error to warning + + * linux-buildinfo: pull out ABI information into its own package + (LP: #1806380) + - [Packaging] autoreconstruct -- base tag is always primary mainline version + + * [SRU] Please sync vbox modules from virtualbox 6.0.6 on next kernel update + (LP: #1825210) + - vbox-update: updates for renamed makefiles + - ubuntu: vbox -- update to 6.0.6-dfsg-1 + + * autofs kernel module missing (LP: #1824333) + - [Config] Update autofs4 path in inclusion list + + * The Realtek card reader does not enter PCIe 1.1/1.2 (LP: #1825487) + - SAUCE: misc: rtsx: Fixed rts5260 power saving parameter and sd glitch + + * CVE-2019-3874 + - sctp: implement memory accounting on tx path + - sctp: implement memory accounting on rx path + + * apparmor does not start in Disco LXD containers (LP: #1824812) + - SAUCE: shiftfs: use separate llseek method for directories + + * Miscellaneous Ubuntu changes + - [Packaging] autoreconstruct -- remove for -rc kernels + - SAUCE: (efi-lockdown) debugfs: avoid EPERM when no open file operation + defined + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - SAUCE: (efi-lockdown) furter KEXEC_VERIFY_SIG -> KEXEC_SIG updates + - [Config] (efi-lockdown): update configs after efi lockdown patch refresh + - [Packaging] don't delete efi_parser.c + - vbox-update -- do not fix up KERN_DIR or KBUILD_EXTMOD + - ubuntu: vbox -- update to 6.0.6-dfsg-2 + - add nvidia-418 dkms build + - remove virtualbox guest drivers + - [Packaging] dkms-build -- expand paths searched for make.log files + - add virtualbox-guest-dkms dkms package build + - enable vbox dkms build for amd64 and i386 + - [Config] update configs for v5.1(-rc7)? rebase + - update dkms package versions + - Add the ability to lock down access to the running kernel image + - Enforce module signatures if the kernel is locked down + - Restrict /dev/{mem,kmem,port} when the kernel is locked down + - kexec_load: Disable at runtime if the kernel is locked down + - Copy secure_boot flag in boot params across kexec reboot + - kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE + - kexec_file: Restrict at runtime if the kernel is locked down + - hibernate: Disable when the kernel is locked down + - uswsusp: Disable when the kernel is locked down + - PCI: Lock down BAR access when the kernel is locked down + - x86: Lock down IO port access when the kernel is locked down + - x86/msr: Restrict MSR access when the kernel is locked down + - ACPI: Limit access to custom_method when the kernel is locked down + - acpi: Ignore acpi_rsdp kernel param when the kernel has been locked down + - acpi: Disable ACPI table override if the kernel is locked down + - acpi: Disable APEI error injection if the kernel is locked down + - Prohibit PCMCIA CIS storage when the kernel is locked down + - Lock down TIOCSSERIAL + - Lock down module params that specify hardware parameters (eg. ioport) + - x86/mmiotrace: Lock down the testmmiotrace module + - Lock down /proc/kcore + - Lock down kprobes + - bpf: Restrict kernel image access functions when the kernel is locked down + - Lock down perf + - debugfs: Restrict debugfs when the kernel is locked down + - lockdown: Print current->comm in restriction messages + - kexec: Allow kexec_file() with appropriate IMA policy when locked down + - Make get_cert_list() not complain about cert lists that aren't present. + - Add efi_status_to_str() and rework efi_status_to_err(). + - Make get_cert_list() use efi_status_to_str() to print error messages. + - efi: Add an EFI_SECURE_BOOT flag to indicate secure boot mode + - efi: Lock down the kernel if booted in secure boot mode + - KEYS: Make use of platform keyring for module signature verify + + * Miscellaneous upstream changes + - ALSA: hdea/realtek - Headset fixup for System76 Gazelle (gaze14) + + -- Seth Forshee Tue, 14 May 2019 12:32:56 -0500 + +linux (5.1.0-1.1) eoan; urgency=medium + + * bionic: fork out linux-snapdragon into its own topic kernel (LP: #1820868) + - [Packaging]: really drop snapdragon + + * Miscellaneous Ubuntu changes + - SAUCE: fix vbox use of MAP_SHARED + - SAUCE: fix vbox use of vm_fault_t + - [Packaging] disable ZFS + - [Packaging] disable nvidia + - SAUCE: perf annotate: Fix build on 32 bit for BPF annotation + - [Config]: updateconfig after rebase to v5.1-rc + - [Config]: build ETNAVIV only on arm platforms + - [Config]: Disable CMA on non-arm platforms + - [Config]: MMC_CQHCI is needed by some built-in drivers + - [Config]: a.out support has been deprecated + - [Config]: R3964 was marked as BROKEN + - [Config]: Add SENSIRION_SGP30 module + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: tools: lib/bpf -- add generated headers to search + path" + - Revert "UBUNTU: SAUCE: btqcomsmd: introduce BT_QCOMSMD_HACK" + + -- Thadeu Lima de Souza Cascardo Thu, 25 Apr 2019 10:03:25 -0300 + +linux (5.1.0-0.0) eoan; urgency=medium + + * Dummy entry. + + -- Thadeu Lima de Souza Cascardo Thu, 25 Apr 2019 09:49:47 -0300 + +linux (5.0.0-13.14) disco; urgency=medium + + * linux: 5.0.0-13.14 -proposed tracker (LP: #1824819) + + * Display only has 640x480 (LP: #1824677) + - Revert "UBUNTU: SAUCE: drm/nouveau: Disable nouveau driver by default" + + * shiftfs: use after free when checking mount options (LP: #1824735) + - SAUCE: shiftfs: prevent use-after-free when verifying mount options + + -- Seth Forshee Mon, 15 Apr 2019 09:11:23 -0500 + +linux (5.0.0-12.13) disco; urgency=medium + + * linux: 5.0.0-12.13 -proposed tracker (LP: #1824726) + + * Linux 5.0 black screen on boot, display flickers (i915 regression with + certain laptop panels) (LP: #1824216) + - drm/i915/dp: revert back to max link rate and lane count on eDP + + * kernel BUG at fs/attr.c:287 when using shiftfs (LP: #1824717) + - SAUCE: shiftfs: fix passing of attrs to underaly for setattr + + -- Seth Forshee Sun, 14 Apr 2019 13:38:05 -0500 + +linux (5.0.0-11.12) disco; urgency=medium + + * linux: 5.0.0-11.12 -proposed tracker (LP: #1824383) + + * hns3: PPU_PF_ABNORMAL_INT_ST over_8bd_no_fe found [error status=0x1] + (LP: #1824194) + - net: hns3: fix for not calculating tx bd num correctly + + * disco: unable to use iptables/enable ufw under -virtual kernel + (LP: #1823862) + - [Packaging] add bpfilter to linux-modules + + * Make shiftfs a module rather than built-in (LP: #1824354) + - [Config] CONFIG_SHIFT_FS=m + + * shiftfs: chown sets untranslated ids in lower fs (LP: #1824350) + - SAUCE: shiftfs: use translated ids when chaning lower fs attrs + + * [Hyper-V] KVP daemon fails to start on first boot of disco VM (LP: #1820063) + - [Packaging] bind hv_kvp_daemon startup to hv_kvp device + + -- Seth Forshee Thu, 11 Apr 2019 10:17:19 -0500 + +linux (5.0.0-10.11) disco; urgency=medium + + * linux: 5.0.0-10.11 -proposed tracker (LP: #1823936) + + * Apparmor enforcement failure in lxc selftests (LP: #1823379) + - SAUCE: apparmor: Restore Y/N in /sys for apparmor's "enabled" + + * systemd cause kernel trace "BUG: unable to handle kernel paging request at + 6db23a14" on Cosmic i386 (LP: #1813244) + - openvswitch: fix flow actions reallocation + + -- Seth Forshee Tue, 09 Apr 2019 08:30:38 -0500 + +linux (5.0.0-9.10) disco; urgency=medium + + * linux: 5.0.0-9.10 -proposed tracker (LP: #1823228) + + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + - [Packaging] update helper scripts + - [Packaging] resync retpoline extraction + + * Huawei Hi1822 NIC has poor performance (LP: #1820187) + - net-next/hinic: replace disable_irq_nosync/enable_irq + + * Add uid shifting overlay filesystem (shiftfs) (LP: #1823186) + - shiftfs: uid/gid shifting bind mount + - shiftfs: rework and extend + - shiftfs: support some btrfs ioctls + - [Config] enable shiftfs + + * Cannot boot or install - have to use nomodeset (LP: #1821820) + - Revert "drm/i915/fbdev: Actually configure untiled displays" + + * Disco update: v5.0.6 upstream stable release (LP: #1823060) + - netfilter: nf_tables: fix set double-free in abort path + - dccp: do not use ipv6 header for ipv4 flow + - genetlink: Fix a memory leak on error path + - gtp: change NET_UDP_TUNNEL dependency to select + - ipv6: make ip6_create_rt_rcu return ip6_null_entry instead of NULL + - mac8390: Fix mmio access size probe + - mISDN: hfcpci: Test both vendor & device ID for Digium HFC4S + - net: aquantia: fix rx checksum offload for UDP/TCP over IPv6 + - net: datagram: fix unbounded loop in __skb_try_recv_datagram() + - net/packet: Set __GFP_NOWARN upon allocation in alloc_pg_vec + - net: phy: meson-gxl: fix interrupt support + - net: rose: fix a possible stack overflow + - net: stmmac: fix memory corruption with large MTUs + - net-sysfs: call dev_hold if kobject_init_and_add success + - net: usb: aqc111: Extend HWID table by QNAP device + - packets: Always register packet sk in the same order + - rhashtable: Still do rehash when we get EEXIST + - sctp: get sctphdr by offset in sctp_compute_cksum + - sctp: use memdup_user instead of vmemdup_user + - tcp: do not use ipv6 header for ipv4 flow + - tipc: allow service ranges to be connect()'ed on RDM/DGRAM + - tipc: change to check tipc_own_id to return in tipc_net_stop + - tipc: fix cancellation of topology subscriptions + - tun: properly test for IFF_UP + - vrf: prevent adding upper devices + - vxlan: Don't call gro_cells_destroy() before device is unregistered + - thunderx: enable page recycling for non-XDP case + - thunderx: eliminate extra calls to put_page() for pages held for recycling + - net: dsa: mv88e6xxx: fix few issues in mv88e6390x_port_set_cmode + - net: mii: Fix PAUSE cap advertisement from linkmode_adv_to_lcl_adv_t() + helper + - net: phy: don't clear BMCR in genphy_soft_reset + - r8169: fix cable re-plugging issue + - ila: Fix rhashtable walker list corruption + - tun: add a missing rcu_read_unlock() in error path + - powerpc/fsl: Fix the flush of branch predictor. + - Btrfs: fix incorrect file size after shrinking truncate and fsync + - btrfs: remove WARN_ON in log_dir_items + - btrfs: don't report readahead errors and don't update statistics + - btrfs: Fix bound checking in qgroup_trace_new_subtree_blocks + - btrfs: Avoid possible qgroup_rsv_size overflow in + btrfs_calculate_inode_block_rsv_size + - Btrfs: fix assertion failure on fsync with NO_HOLES enabled + - locks: wake any locks blocked on request before deadlock check + - tracing: initialize variable in create_dyn_event() + - ARM: imx6q: cpuidle: fix bug that CPU might not wake up at expected time + - powerpc: bpf: Fix generation of load/store DW instructions + - vfio: ccw: only free cp on final interrupt + - NFS: Fix nfs4_lock_state refcounting in nfs4_alloc_{lock,unlock}data() + - NFS: fix mount/umount race in nlmclnt. + - NFSv4.1 don't free interrupted slot on open + - net: dsa: qca8k: remove leftover phy accessors + - ALSA: rawmidi: Fix potential Spectre v1 vulnerability + - ALSA: seq: oss: Fix Spectre v1 vulnerability + - ALSA: pcm: Fix possible OOB access in PCM oss plugins + - ALSA: pcm: Don't suspend stream in unrecoverable PCM state + - ALSA: hda/realtek - Fixed Headset Mic JD not stable + - ALSA: hda/realtek: merge alc_fixup_headset_jack to alc295_fixup_chromebook + - ALSA: hda/realtek - Add support headset mode for DELL WYSE AIO + - ALSA: hda/realtek - Add support headset mode for New DELL WYSE NB + - ALSA: hda/realtek: Enable headset MIC of Acer AIO with ALC286 + - ALSA: hda/realtek: Enable headset MIC of Acer Aspire Z24-890 with ALC286 + - ALSA: hda/realtek - Add support for Acer Aspire E5-523G/ES1-432 headset mic + - ALSA: hda/realtek: Enable ASUS X441MB and X705FD headset MIC with ALC256 + - ALSA: hda/realtek: Enable headset mic of ASUS P5440FF with ALC256 + - ALSA: hda/realtek: Enable headset MIC of ASUS X430UN and X512DK with ALC256 + - ALSA: hda/realtek - Fix speakers on Acer Predator Helios 500 Ryzen laptops + - kbuild: modversions: Fix relative CRC byte order interpretation + - fs/open.c: allow opening only regular files during execve() + - ocfs2: fix inode bh swapping mixup in ocfs2_reflink_inodes_lock + - scsi: sd: Fix a race between closing an sd device and sd I/O + - scsi: sd: Quiesce warning if device does not report optimal I/O size + - scsi: zfcp: fix rport unblock if deleted SCSI devices on Scsi_Host + - scsi: zfcp: fix scsi_eh host reset with port_forced ERP for non-NPIV FCP + devices + - drm/rockchip: vop: reset scale mode when win is disabled + - tty/serial: atmel: Add is_half_duplex helper + - tty/serial: atmel: RS485 HD w/DMA: enable RX after TX is stopped + - tty: mxs-auart: fix a potential NULL pointer dereference + - tty: atmel_serial: fix a potential NULL pointer dereference + - tty: serial: qcom_geni_serial: Initialize baud in qcom_geni_console_setup + - staging: comedi: ni_mio_common: Fix divide-by-zero for DIO cmdtest + - staging: olpc_dcon_xo_1: add missing 'const' qualifier + - staging: speakup_soft: Fix alternate speech with other synths + - staging: vt6655: Remove vif check from vnt_interrupt + - staging: vt6655: Fix interrupt race condition on device start up. + - staging: erofs: fix to handle error path of erofs_vmap() + - staging: erofs: fix error handling when failed to read compresssed data + - staging: erofs: keep corrupted fs from crashing kernel in erofs_readdir() + - serial: max310x: Fix to avoid potential NULL pointer dereference + - serial: mvebu-uart: Fix to avoid a potential NULL pointer dereference + - serial: sh-sci: Fix setting SCSCR_TIE while transferring data + - USB: serial: cp210x: add new device id + - USB: serial: ftdi_sio: add additional NovaTech products + - USB: serial: mos7720: fix mos_parport refcount imbalance on error path + - USB: serial: option: set driver_info for SIM5218 and compatibles + - USB: serial: option: add support for Quectel EM12 + - USB: serial: option: add Olicard 600 + - ACPI / CPPC: Fix guaranteed performance handling + - Disable kgdboc failed by echo space to /sys/module/kgdboc/parameters/kgdboc + - fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_links + - drivers/block/zram/zram_drv.c: fix idle/writeback string compare + - blk-mq: fix sbitmap ws_active for shared tags + - cpufreq: intel_pstate: Also use CPPC nominal_perf for base_frequency + - cpufreq: scpi: Fix use after free + - drm/vgem: fix use-after-free when drm_gem_handle_create() fails + - drm/vkms: fix use-after-free when drm_gem_handle_create() fails + - drm/i915: Mark AML 0x87CA as ULX + - drm/i915/gvt: Fix MI_FLUSH_DW parsing with correct index check + - drm/i915/icl: Fix the TRANS_DDI_FUNC_CTL2 bitfield macro + - gpio: exar: add a check for the return value of ida_simple_get fails + - gpio: adnp: Fix testing wrong value in adnp_gpio_direction_input + - phy: sun4i-usb: Support set_mode to USB_HOST for non-OTG PHYs + - usb: mtu3: fix EXTCON dependency + - USB: gadget: f_hid: fix deadlock in f_hidg_write() + - usb: common: Consider only available nodes for dr_mode + - mm/memory.c: fix modifying of page protection by insert_pfn() + - usb: host: xhci-rcar: Add XHCI_TRUST_TX_LENGTH quirk + - xhci: Fix port resume done detection for SS ports with LPM enabled + - usb: xhci: dbc: Don't free all memory with spinlock held + - xhci: Don't let USB3 ports stuck in polling state prevent suspend + - usb: cdc-acm: fix race during wakeup blocking TX traffic + - usb: typec: tcpm: Try PD-2.0 if sink does not respond to 3.0 source-caps + - usb: typec: Fix unchecked return value + - mm/hotplug: fix offline undo_isolate_page_range() + - mm: add support for kmem caches in DMA32 zone + - iommu/io-pgtable-arm-v7s: request DMA32 memory, and improve debugging + - mm: mempolicy: make mbind() return -EIO when MPOL_MF_STRICT is specified + - mm/debug.c: fix __dump_page when mapping->host is not set + - mm/memory_hotplug.c: fix notification in offline error path + - mm/page_isolation.c: fix a wrong flag in set_migratetype_isolate() + - mm/migrate.c: add missing flush_dcache_page for non-mapped page migrate + - perf pmu: Fix parser error for uncore event alias + - perf intel-pt: Fix TSC slip + - objtool: Query pkg-config for libelf location + - powerpc/pseries/energy: Use OF accessor functions to read ibm,drc-indexes + - powerpc/64: Fix memcmp reading past the end of src/dest + - powerpc/pseries/mce: Fix misleading print for TLB mutlihit + - watchdog: Respect watchdog cpumask on CPU hotplug + - cpu/hotplug: Prevent crash when CPU bringup fails on CONFIG_HOTPLUG_CPU=n + - x86/smp: Enforce CONFIG_HOTPLUG_CPU when SMP=y + - KVM: Reject device ioctls from processes other than the VM's creator + - KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hosts + - KVM: x86: update %rip after emulating IO + - bpf: do not restore dst_reg when cur_state is freed + - mt76x02u: use usb_bulk_msg to upload firmware + - Linux 5.0.6 + + * RDMA/hns updates for disco (LP: #1822897) + - RDMA/hns: Fix the bug with updating rq head pointer when flush cqe + - RDMA/hns: Bugfix for the scene without receiver queue + - RDMA/hns: Add constraint on the setting of local ACK timeout + - RDMA/hns: Modify the pbl ba page size for hip08 + - RDMA/hns: RDMA/hns: Assign rq head pointer when enable rq record db + - RDMA/hns: Add the process of AEQ overflow for hip08 + - RDMA/hns: Add SCC context allocation support for hip08 + - RDMA/hns: Add SCC context clr support for hip08 + - RDMA/hns: Add timer allocation support for hip08 + - RDMA/hns: Remove set but not used variable 'rst' + - RDMA/hns: Make some function static + - RDMA/hns: Fix the Oops during rmmod or insmod ko when reset occurs + - RDMA/hns: Fix the chip hanging caused by sending mailbox&CMQ during reset + - RDMA/hns: Fix the chip hanging caused by sending doorbell during reset + - RDMA/hns: Limit minimum ROCE CQ depth to 64 + - RDMA/hns: Fix the state of rereg mr + - RDMA/hns: Set allocated memory to zero for wrid + - RDMA/hns: Delete useful prints for aeq subtype event + - RDMA/hns: Configure capacity of hns device + - RDMA/hns: Modify qp&cq&pd specification according to UM + - RDMA/hns: Bugfix for set hem of SCC + - RDMA/hns: Use GFP_ATOMIC in hns_roce_v2_modify_qp + + * autopkgtests run too often, too much and don't skip enough (LP: #1823056) + - Set +x on rebuild testcase. + - Skip rebuild test, for regression-suite deps. + - Make ubuntu-regression-suite skippable on unbootable kernels. + - make rebuild use skippable error codes when skipping. + - Only run regression-suite, if requested to. + + * touchpad not working on lenovo yoga 530 (LP: #1787775) + - Revert "UBUNTU: SAUCE: i2c:amd Depends on ACPI" + - Revert "UBUNTU: SAUCE: i2c:amd move out pointer in union i2c_event_base" + - i2c: add extra check to safe DMA buffer helper + - i2c: Add drivers for the AMD PCIe MP2 I2C controller + - [Config] Update config for AMD MP2 I2C driver + + * Detect SMP PHY control command errors (LP: #1822680) + - scsi: libsas: Check SMP PHY control function result + + * disable a.out support (LP: #1818552) + - [Config] Disable a.out support + - [Config] remove binfmt_aout from abi for i386 lowlatency + + * bionic: fork out linux-snapdragon into its own topic kernel (LP: #1820868) + - [Packaging] remove snapdragon flavour support + - Revert "UBUNTU: SAUCE: (snapdragon) drm/msm/adv7511: wrap hacks under + CONFIG_ADV7511_SNAPDRAGON_HACKS #ifdefs" + - Revert "UBUNTU: SAUCE: (snapdragon) media: ov5645: skip address change if dt + addr == default addr" + - Revert "UBUNTU: SAUCE: (snapdragon) DT: leds: Add Qualcomm Light Pulse + Generator binding" + - Revert "UBUNTU: SAUCE: (snapdragon) MAINTAINERS: Add Qualcomm Camera Control + Interface driver" + - Revert "UBUNTU: SAUCE: (snapdragon) dt-bindings: media: Binding document for + Qualcomm Camera Control Interface driver" + - Revert "UBUNTU: SAUCE: (snapdragon) leds: Add driver for Qualcomm LPG" + - Revert "UBUNTU: SAUCE: (snapdragon) HACK: drm/msm/adv7511: Don't rely on + interrupts for EDID parsing" + - Revert "UBUNTU: SAUCE: (snapdragon) drm/bridge/adv7511: Delay clearing of + HPD interrupt status" + - Revert "UBUNTU: SAUCE: (snapdragon) media: ov5645: Fix I2C address" + - Revert "UBUNTU: SAUCE: (snapdragon) i2c-qcom-cci: Fix I2C address bug" + - Revert "UBUNTU: SAUCE: (snapdragon) i2c-qcom-cci: Fix run queue completion + timeout" + - Revert "UBUNTU: SAUCE: (snapdragon) camss: Do not register if no cameras are + present" + - Revert "UBUNTU: SAUCE: (snapdragon) i2c: Add Qualcomm Camera Control + Interface driver" + - Revert "UBUNTU: SAUCE: (snapdragon) ov5645: I2C address change" + - Revert "UBUNTU: SAUCE: (snapdragon) regulator: smd: Allow + REGULATOR_QCOM_SMD_RPM=m" + - Revert "UBUNTU: SAUCE: (snapdragon) cpufreq: Add apq8016 to cpufreq-dt- + platdev blacklist" + - Revert "UBUNTU: SAUCE: (snapdragon) PM / OPP: Add a helper to get an opp + regulator for device" + - Revert "UBUNTU: SAUCE: (snapdragon) PM / OPP: HACK: Allow to set regulator + without opp_list" + - Revert "UBUNTU: SAUCE: (snapdragon) PM / OPP: Drop RCU usage in + dev_pm_opp_adjust_voltage()" + - Revert "UBUNTU: SAUCE: (snapdragon) PM / OPP: Support adjusting OPP voltages + at runtime" + - Revert "UBUNTU: SAUCE: (snapdragon) regulator: smd: Add floor and corner + operations" + - Revert "UBUNTU: SAUCE: (snapdragon) power: avs: cpr: Register with cpufreq- + dt" + - Revert "UBUNTU: SAUCE: (snapdragon) power: avs: cpr: fix with new + reg_sequence structures" + - Revert "UBUNTU: SAUCE: (snapdragon) power: avs: cpr: Use raw mem access for + qfprom" + - Revert "UBUNTU: SAUCE: (snapdragon) power: avs: Add support for CPR (Core + Power Reduction)" + - Revert "UBUNTU: SAUCE: (snapdragon) HACK: drm/msm/iommu: Remove runtime_put + calls in map/unmap" + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable LEDS_QCOM_LPG" + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: distro.config: enable 'BBR' TCP + congestion algorithm" + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: distro.config: enable 'fq' and + 'fq_codel' qdiscs" + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: distro.config: enable + 'schedutil' CPUfreq governor" + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs: set USB_CONFIG_F_FS in + distro.config" + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable + CONFIG_USB_CONFIGFS_F_FS by default" + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs: add freq stat to sysfs" + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: configs: Enable camera drivers" + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: disable ANALOG_TV and + DIGITAL_TV" + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs: add more USB net + drivers" + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: configs: enable BT_QCOMSMD" + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable + CFG80211_DEFAULT_PS by default" + - Revert "UBUNTU: SAUCE: (snapdragon) Force the SMD regulator driver to be + compiled-in" + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs: enable dm_mod and + dm_crypt" + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: Enable a53/apcs and + avs" + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: configs: enable QCOM Venus" + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: distro.config: enable debug + friendly USB network adpater" + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: configs: enable WCN36xx" + - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs; add distro.config" + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable QCOM audio + drivers for APQ8016 and DB410c" + - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable REMOTEPROC" + - [Config] fix abi for remove i2c-qcom-cci module + - [Config] update annotations + - [Config] update configs following snapdragon removal + + * Disco update: v5.0.5 upstream stable release (LP: #1822671) + - Revert "ALSA: hda - Enforces runtime_resume after S3 and S4 for each codec" + - ALSA: hda - add Lenovo IdeaCentre B550 to the power_save_blacklist + - ALSA: firewire-motu: use 'version' field of unit directory to identify model + - mmc: pxamci: fix enum type confusion + - mmc: alcor: fix DMA reads + - mmc: mxcmmc: "Revert mmc: mxcmmc: handle highmem pages" + - mmc: renesas_sdhi: limit block count to 16 bit for old revisions + - drm/amdgpu: fix invalid use of change_bit + - drm/vmwgfx: Don't double-free the mode stored in par->set_mode + - drm/vmwgfx: Return 0 when gmrid::get_node runs out of ID's + - iommu/amd: fix sg->dma_address for sg->offset bigger than PAGE_SIZE + - iommu/iova: Fix tracking of recently failed iova address + - libceph: wait for latest osdmap in ceph_monc_blacklist_add() + - udf: Fix crash on IO error during truncate + - mips: loongson64: lemote-2f: Add IRQF_NO_SUSPEND to "cascade" irqaction. + - MIPS: Ensure ELF appended dtb is relocated + - MIPS: Fix kernel crash for R6 in jump label branch function + - powerpc/vdso64: Fix CLOCK_MONOTONIC inconsistencies across Y2038 + - powerpc/security: Fix spectre_v2 reporting + - net/mlx5: Fix DCT creation bad flow + - scsi: core: Avoid that a kernel warning appears during system resume + - scsi: qla2xxx: Fix FC-AL connection target discovery + - scsi: ibmvscsi: Protect ibmvscsi_head from concurrent modificaiton + - scsi: ibmvscsi: Fix empty event pool access during host removal + - futex: Ensure that futex address is aligned in handle_futex_death() + - perf probe: Fix getting the kernel map + - objtool: Move objtool_file struct off the stack + - irqchip/gic-v3-its: Fix comparison logic in lpi_range_cmp + - clocksource/drivers/riscv: Fix clocksource mask + - ALSA: ac97: Fix of-node refcount unbalance + - ext4: fix NULL pointer dereference while journal is aborted + - ext4: fix data corruption caused by unaligned direct AIO + - ext4: brelse all indirect buffer in ext4_ind_remove_space() + - media: v4l2-ctrls.c/uvc: zero v4l2_event + - Bluetooth: hci_uart: Check if socket buffer is ERR_PTR in h4_recv_buf() + - Bluetooth: Fix decrementing reference count twice in releasing socket + - Bluetooth: hci_ldisc: Initialize hci_dev before open() + - Bluetooth: hci_ldisc: Postpone HCI_UART_PROTO_READY bit set in + hci_uart_set_proto() + - drm/vkms: Fix flush_work() without INIT_WORK(). + - RDMA/cma: Rollback source IP address if failing to acquire device + - f2fs: fix to avoid deadlock of atomic file operations + - aio: simplify - and fix - fget/fput for io_submit() + - netfilter: ebtables: remove BUGPRINT messages + - loop: access lo_backing_file only when the loop device is Lo_bound + - x86/unwind: Handle NULL pointer calls better in frame unwinder + - x86/unwind: Add hardcoded ORC entry for NULL + - locking/lockdep: Add debug_locks check in __lock_downgrade() + - ALSA: hda - Record the current power state before suspend/resume calls + - ALSA: hda - Enforces runtime_resume after S3 and S4 for each codec + - Linux 5.0.5 + + * hisi_sas updates for disco (LP: #1822385) + - scsi: hisi_sas: send primitive NOTIFY to SSP situation only + - scsi: hisi_sas: shutdown axi bus to avoid exception CQ returned + - scsi: hisi_sas: remove the check of sas_dev status in + hisi_sas_I_T_nexus_reset() + - scsi: hisi_sas: Remove unused parameter of function hisi_sas_alloc() + - scsi: hisi_sas: Reject setting programmed minimum linkrate > 1.5G + - scsi: hisi_sas: Fix losing directly attached disk when hot-plug + - scsi: hisi_sas: Correct memory allocation size for DQ debugfs + - scsi: hisi_sas: Some misc tidy-up + - scsi: hisi_sas: Fix to only call scsi_get_prot_op() for non-NULL scsi_cmnd + - scsi: hisi_sas: Add missing seq_printf() call in hisi_sas_show_row_32() + - scsi: hisi_sas: Add support for DIX feature for v3 hw + - scsi: hisi_sas: Add manual trigger for debugfs dump + - scsi: hisi_sas: change queue depth from 512 to 4096 + - scsi: hisi_sas: Issue internal abort on all relevant queues + - scsi: hisi_sas: Use pci_irq_get_affinity() for v3 hw as experimental + - scsi: hisi_sas: Do some more tidy-up + - scsi: hisi_sas: Change return variable type in phy_up_v3_hw() + - scsi: hisi_sas: Fix a timeout race of driver internal and SMP IO + - scsi: hisi_sas: print PHY RX errors count for later revision of v3 hw + - scsi: hisi_sas: Set PHY linkrate when disconnected + - scsi: hisi_sas: Send HARD RESET to clear the previous affiliation of STP + target port + - scsi: hisi_sas: Change SERDES_CFG init value to increase reliability of + HiLink + - scsi: hisi_sas: Add softreset in hisi_sas_I_T_nexus_reset() + + * [Patch][Raven 2] kernel 5.0.0 cannot boot because of psp response + (LP: #1822267) + - drm/amdgpu/psp: Fix can't detect psp INVOKE command failed + - drm/amdgpu/psp: ignore psp response status + + * 3b080b2564287be91605bfd1d5ee985696e61d3c in ubuntu_btrfs_kernel_fixes + triggers system hang on i386 (LP: #1812845) + - btrfs: raid56: properly unmap parity page in finish_parity_scrub() + + * enable CONFIG_DRM_BOCHS (LP: #1795857) + - [Config] Reenable DRM_BOCHS as module + + * [Dell Precision 7530/5530 with Nvidia Quadro P1000] Live USB freezes or + cannot complete install when nouveau driver is loaded (crashing in GP100 + code) (LP: #1822026) + - SAUCE: drm/nouveau: Disable nouveau driver by default + + * Need to add Intel CML related pci-id's (LP: #1821863) + - drm/i915/cml: Add CML PCI IDS + - drm/i915/cml: Introduce Comet Lake PCH + + * ARM: Add support for the SDEI interface (LP: #1822005) + - ACPI / APEI: Don't wait to serialise with oops messages when panic()ing + - ACPI / APEI: Remove silent flag from ghes_read_estatus() + - ACPI / APEI: Switch estatus pool to use vmalloc memory + - ACPI / APEI: Make hest.c manage the estatus memory pool + - ACPI / APEI: Make estatus pool allocation a static size + - ACPI / APEI: Don't store CPER records physical address in struct ghes + - ACPI / APEI: Remove spurious GHES_TO_CLEAR check + - ACPI / APEI: Don't update struct ghes' flags in read/clear estatus + - ACPI / APEI: Generalise the estatus queue's notify code + - ACPI / APEI: Don't allow ghes_ack_error() to mask earlier errors + - ACPI / APEI: Move NOTIFY_SEA between the estatus-queue and NOTIFY_NMI + - ACPI / APEI: Switch NOTIFY_SEA to use the estatus queue + - KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbing + - arm64: KVM/mm: Move SEA handling behind a single 'claim' interface + - ACPI / APEI: Move locking to the notification helper + - ACPI / APEI: Let the notification helper specify the fixmap slot + - ACPI / APEI: Pass ghes and estatus separately to avoid a later copy + - ACPI / APEI: Make GHES estatus header validation more user friendly + - ACPI / APEI: Split ghes_read_estatus() to allow a peek at the CPER length + - ACPI / APEI: Only use queued estatus entry during in_nmi_queue_one_entry() + - ACPI / APEI: Use separate fixmap pages for arm64 NMI-like notifications + - firmware: arm_sdei: Add ACPI GHES registration helper + - ACPI / APEI: Add support for the SDEI GHES Notification type + + * CVE-2019-9857 + - inotify: Fix fsnotify_mark refcount leak in inotify_update_existing_watch() + + * scsi: libsas: Support SATA PHY connection rate unmatch fixing during + discovery (LP: #1821408) + - scsi: libsas: Support SATA PHY connection rate unmatch fixing during + discovery + + * Qualcomm Atheros QCA9377 wireless does not work (LP: #1818204) + - platform/x86: ideapad-laptop: Add Ideapad 530S-14ARR to no_hw_rfkill list + + * Lenovo ideapad 330-15ICH Wifi rfkill hard blocked (LP: #1811815) + - platform/x86: ideapad: Add ideapad 330-15ICH to no_hw_rfkill + + * hid-sensor-hub spamming dmesg in 4.20 (LP: #1818547) + - HID: Increase maximum report size allowed by hid_field_extract() + + * [disco] [5.0.0-7.8] can't mount guest cifs share (LP: #1821053) + - cifs: allow guest mounts to work for smb3.11 + - SMB3: Fix SMB3.1.1 guest mounts to Samba + + * Add HiSilicon SoC quirk for cpufreq (LP: #1821620) + - ACPI / CPPC: Add a helper to get desired performance + - cpufreq / cppc: Work around for Hisilicon CPPC cpufreq + + * Disco update: v5.0.4 upstream stable release (LP: #1821607) + - 9p: use inode->i_lock to protect i_size_write() under 32-bit + - 9p/net: fix memory leak in p9_client_create + - ASoC: fsl_esai: fix register setting issue in RIGHT_J mode + - ASoC: codecs: pcm186x: fix wrong usage of DECLARE_TLV_DB_SCALE() + - ASoC: codecs: pcm186x: Fix energysense SLEEP bit + - iio: adc: exynos-adc: Fix NULL pointer exception on unbind + - iio: adc: exynos-adc: Use proper number of channels for Exynos4x12 + - mei: hbm: clean the feature flags on link reset + - mei: bus: move hw module get/put to probe/release + - stm class: Prevent division by zero + - stm class: Fix an endless loop in channel allocation + - crypto: caam - fix hash context DMA unmap size + - crypto: ccree - fix missing break in switch statement + - crypto: caam - fixed handling of sg list + - crypto: caam - fix DMA mapping of stack memory + - crypto: ccree - fix free of unallocated mlli buffer + - crypto: ccree - unmap buffer before copying IV + - crypto: ccree - don't copy zero size ciphertext + - crypto: cfb - add missing 'chunksize' property + - crypto: cfb - remove bogus memcpy() with src == dest + - crypto: ofb - fix handling partial blocks and make thread-safe + - crypto: ahash - fix another early termination in hash walk + - crypto: rockchip - fix scatterlist nents error + - crypto: rockchip - update new iv to device in multiple operations + - dax: Flush partial PMDs correctly + - nfit: Fix nfit_intel_shutdown_status() command submission + - nfit: acpi_nfit_ctl(): Check out_obj->type in the right place + - acpi/nfit: Fix bus command validation + - nfit/ars: Attempt a short-ARS whenever the ARS state is idle at boot + - nfit/ars: Attempt short-ARS even in the no_init_ars case + - libnvdimm/label: Clear 'updating' flag after label-set update + - libnvdimm, pfn: Fix over-trim in trim_pfn_device() + - libnvdimm/pmem: Honor force_raw for legacy pmem regions + - libnvdimm: Fix altmap reservation size calculation + - fix cgroup_do_mount() handling of failure exits + - crypto: aead - set CRYPTO_TFM_NEED_KEY if ->setkey() fails + - crypto: aegis - fix handling chunked inputs + - crypto: arm/crct10dif - revert to C code for short inputs + - crypto: arm64/aes-neonbs - fix returning final keystream block + - crypto: arm64/crct10dif - revert to C code for short inputs + - crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() fails + - crypto: morus - fix handling chunked inputs + - crypto: pcbc - remove bogus memcpy()s with src == dest + - crypto: skcipher - set CRYPTO_TFM_NEED_KEY if ->setkey() fails + - crypto: testmgr - skip crc32c context test for ahash algorithms + - crypto: x86/aegis - fix handling chunked inputs and MAY_SLEEP + - crypto: x86/aesni-gcm - fix crash on empty plaintext + - crypto: x86/morus - fix handling chunked inputs and MAY_SLEEP + - crypto: arm64/aes-ccm - fix logical bug in AAD MAC handling + - crypto: arm64/aes-ccm - fix bugs in non-NEON fallback routine + - CIFS: Fix leaking locked VFS cache pages in writeback retry + - CIFS: Do not reset lease state to NONE on lease break + - CIFS: Do not skip SMB2 message IDs on send failures + - CIFS: Fix read after write for files with read caching + - smb3: make default i/o size for smb3 mounts larger + - tracing: Use strncpy instead of memcpy for string keys in hist triggers + - tracing: Do not free iter->trace in fail path of tracing_open_pipe() + - tracing/perf: Use strndup_user() instead of buggy open-coded version + - vmw_balloon: release lock on error in vmballoon_reset() + - xen: fix dom0 boot on huge systems + - ACPI / device_sysfs: Avoid OF modalias creation for removed device + - mmc: sdhci-esdhc-imx: fix HS400 timing issue + - mmc: renesas_sdhi: Fix card initialization failure in high speed mode + - mmc:fix a bug when max_discard is 0 + - spi: ti-qspi: Fix mmap read when more than one CS in use + - spi: pxa2xx: Setup maximum supported DMA transfer length + - spi: omap2-mcspi: Fix DMA and FIFO event trigger size mismatch + - spi: spi-gpio: fix SPI_CS_HIGH capability + - regulator: s2mps11: Fix steps for buck7, buck8 and LDO35 + - regulator: max77620: Initialize values for DT properties + - regulator: s2mpa01: Fix step values for some LDOs + - mt76: fix corrupted software generated tx CCMP PN + - clocksource/drivers/exynos_mct: Move one-shot check from tick clear to ISR + - clocksource/drivers/exynos_mct: Clear timer interrupt when shutdown + - clocksource/drivers/arch_timer: Workaround for Allwinner A64 timer + instability + - s390: vfio_ap: link the vfio_ap devices to the vfio_ap bus subsystem + - s390/setup: fix early warning messages + - s390/virtio: handle find on invalid queue gracefully + - scsi: virtio_scsi: don't send sc payload with tmfs + - scsi: aacraid: Fix performance issue on logical drives + - scsi: sd: Optimal I/O size should be a multiple of physical block size + - scsi: target/iscsi: Avoid iscsit_release_commands_from_conn() deadlock + - scsi: qla2xxx: Fix LUN discovery if loop id is not assigned yet by firmware + - scsi: qla2xxx: Avoid PCI IRQ affinity mapping when multiqueue is not + supported + - scsi: qla2xxx: Use complete switch scan for RSCN events + - fs/devpts: always delete dcache dentry-s in dput() + - splice: don't merge into linked buffers + - ovl: During copy up, first copy up data and then xattrs + - ovl: Do not lose security.capability xattr over metadata file copy-up + - m68k: Add -ffreestanding to CFLAGS + - Btrfs: setup a nofs context for memory allocation at btrfs_create_tree() + - Btrfs: setup a nofs context for memory allocation at __btrfs_set_acl + - btrfs: scrub: fix circular locking dependency warning + - btrfs: drop the lock on error in btrfs_dev_replace_cancel + - btrfs: ensure that a DUP or RAID1 block group has exactly two stripes + - btrfs: init csum_list before possible free + - Btrfs: fix corruption reading shared and compressed extents after hole + punching + - Btrfs: fix deadlock between clone/dedupe and rename + - soc: qcom: rpmh: Avoid accessing freed memory from batch API + - libertas_tf: don't set URB_ZERO_PACKET on IN USB transfer + - irqchip/gic-v3-its: Avoid parsing _indirect_ twice for Device table + - irqchip/brcmstb-l2: Use _irqsave locking variants in non-interrupt code + - x86/kprobes: Prohibit probing on optprobe template code + - cpufreq: kryo: Release OPP tables on module removal + - cpufreq: tegra124: add missing of_node_put() + - cpufreq: pxa2xx: remove incorrect __init annotation + - ext4: fix check of inode in swap_inode_boot_loader + - ext4: cleanup pagecache before swap i_data + - mm: hwpoison: fix thp split handing in soft_offline_in_use_page() + - mm/vmalloc: fix size check for remap_vmalloc_range_partial() + - mm/memory.c: do_fault: avoid usage of stale vm_area_struct + - kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_conv + - nvmem: core: don't check the return value of notifier chain call + - device property: Fix the length used in PROPERTY_ENTRY_STRING() + - intel_th: Don't reference unassigned outputs + - parport_pc: fix find_superio io compare code, should use equal test. + - i2c: tegra: fix maximum transfer size + - i2c: tegra: update maximum transfer size + - media: i2c: ov5640: Fix post-reset delay + - gpio: pca953x: Fix dereference of irq data in shutdown + - ext4: update quota information while swapping boot loader inode + - ext4: add mask of ext4 flags to swap + - ext4: fix crash during online resizing + - dma: Introduce dma_max_mapping_size() + - swiotlb: Introduce swiotlb_max_mapping_size() + - swiotlb: Add is_swiotlb_active() function + - PCI/ASPM: Use LTR if already enabled by platform + - PCI/DPC: Fix print AER status in DPC event handling + - PCI: qcom: Don't deassert reset GPIO during probe + - PCI: dwc: skip MSI init if MSIs have been explicitly disabled + - PCI: pci-bridge-emul: Create per-bridge copy of register behavior + - PCI: pci-bridge-emul: Extend pci_bridge_emul_init() with flags + - IB/hfi1: Close race condition on user context disable and close + - IB/rdmavt: Fix loopback send with invalidate ordering + - IB/rdmavt: Fix concurrency panics in QP post_send and modify to error + - cxl: Wrap iterations over afu slices inside 'afu_list_lock' + - ext2: Fix underflow in ext2_max_size() + - clk: uniphier: Fix update register for CPU-gear + - clk: clk-twl6040: Fix imprecise external abort for pdmclk + - clk: samsung: exynos5: Fix possible NULL pointer exception on + platform_device_alloc() failure + - clk: samsung: exynos5: Fix kfree() of const memory on setting + driver_override + - clk: ingenic: Fix round_rate misbehaving with non-integer dividers + - clk: ingenic: Fix doc of ingenic_cgu_div_info + - usb: chipidea: tegra: Fix missed ci_hdrc_remove_device() + - usb: typec: tps6598x: handle block writes separately with plain-I2C adapters + - dmaengine: usb-dmac: Make DMAC system sleep callbacks explicit + - serial: uartps: Fix stuck ISR if RX disabled with non-empty FIFO + - serial: 8250_of: assume reg-shift of 2 for mrvl,mmp-uart + - serial: 8250_pci: Fix number of ports for ACCES serial cards + - serial: 8250_pci: Have ACCES cards that use the four port Pericom PI7C9X7954 + chip use the pci_pericom_setup() + - jbd2: clear dirty flag when revoking a buffer from an older transaction + - jbd2: fix compile warning when using JBUFFER_TRACE + - selinux: add the missing walk_size + len check in selinux_sctp_bind_connect + - security/selinux: fix SECURITY_LSM_NATIVE_LABELS on reused superblock + - powerpc/32: Clear on-stack exception marker upon exception return + - powerpc/wii: properly disable use of BATs when requested. + - powerpc/powernv: Make opal log only readable by root + - powerpc/83xx: Also save/restore SPRG4-7 during suspend + - powerpc/kvm: Save and restore host AMR/IAMR/UAMOR + - powerpc/powernv: Don't reprogram SLW image on every KVM guest entry/exit + - powerpc/64s/hash: Fix assert_slb_presence() use of the slbfee. instruction + - powerpc: Fix 32-bit KVM-PR lockup and host crash with MacOS guest + - powerpc/ptrace: Simplify vr_get/set() to avoid GCC warning + - powerpc/hugetlb: Don't do runtime allocation of 16G pages in LPAR + configuration + - powerpc/smp: Fix NMI IPI timeout + - powerpc/smp: Fix NMI IPI xmon timeout + - powerpc/traps: fix recoverability of machine check handling on book3s/32 + - powerpc/traps: Fix the message printed when stack overflows + - ARM: s3c24xx: Fix boolean expressions in osiris_dvs_notify + - arm64: Fix HCR.TGE status for NMI contexts + - arm64: debug: Don't propagate UNKNOWN FAR into si_code for debug signals + - arm64: debug: Ensure debug handlers check triggering exception level + - arm64: KVM: Fix architecturally invalid reset value for FPEXC32_EL2 + - Revert "KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()" + - ipmi_si: Fix crash when using hard-coded device + - ipmi_si: fix use-after-free of resource->name + - dm: fix to_sector() for 32bit + - dm integrity: limit the rate of error messages + - media: cx25840: mark pad sig_types to fix cx231xx init + - mfd: sm501: Fix potential NULL pointer dereference + - cpcap-charger: generate events for userspace + - cpuidle: governor: Add new governors to cpuidle_governors again + - NFS: Fix I/O request leakages + - NFS: Fix an I/O request leakage in nfs_do_recoalesce + - NFS: Don't recoalesce on error in nfs_pageio_complete_mirror() + - nfsd: fix performance-limiting session calculation + - nfsd: fix memory corruption caused by readdir + - nfsd: fix wrong check in write_v4_end_grace() + - NFSv4.1: Reinitialise sequence results before retransmitting a request + - svcrpc: fix UDP on servers with lots of threads + - PM / wakeup: Rework wakeup source timer cancellation + - PM / OPP: Update performance state when freq == old_freq + - bcache: treat stale && dirty keys as bad keys + - bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadata + - stable-kernel-rules.rst: add link to networking patch queue + - vt: perform safe console erase in the right order + - x86/unwind/orc: Fix ORC unwind table alignment + - perf intel-pt: Fix CYC timestamp calculation after OVF + - perf tools: Fix split_kallsyms_for_kcore() for trampoline symbols + - perf auxtrace: Define auxtrace record alignment + - perf intel-pt: Fix overlap calculation for padding + - perf/x86/intel/uncore: Fix client IMC events return huge result + - perf intel-pt: Fix divide by zero when TSC is not available + - md: Fix failed allocation of md_register_thread + - x86/kvmclock: set offset for kvm unstable clock + - x86/ftrace: Fix warning and considate ftrace_jmp_replace() and + ftrace_call_replace() + - tpm/tpm_crb: Avoid unaligned reads in crb_recv() + - tpm: Unify the send callback behaviour + - rcu: Do RCU GP kthread self-wakeup from softirq and interrupt + - media: imx: prpencvf: Stop upstream before disabling IDMA channel + - media: lgdt330x: fix lock status reporting + - media: sun6i: Fix CSI regmap's max_register + - media: uvcvideo: Avoid NULL pointer dereference at the end of streaming + - media: vimc: Add vimc-streamer for stream control + - media: imx-csi: Input connections to CSI should be optional + - media: imx: csi: Disable CSI immediately after last EOF + - media: imx: csi: Stop upstream before disabling IDMA channel + - drm/fb-helper: generic: Fix drm_fbdev_client_restore() + - drm/radeon/evergreen_cs: fix missing break in switch statement + - drm/amd/powerplay: correct power reading on fiji + - drm/amd/display: don't call dm_pp_ function from an fpu block + - KVM: Call kvm_arch_memslots_updated() before updating memslots + - KVM: VMX: Compare only a single byte for VMCS' "launched" in vCPU-run + - KVM: VMX: Zero out *all* general purpose registers after VM-Exit + - KVM: x86/mmu: Detect MMIO generation wrap in any address space + - KVM: x86/mmu: Do not cache MMIO accesses while memslots are in flux + - KVM: nVMX: Sign extend displacements of VMX instr's mem operands + - KVM: nVMX: Apply addr size mask to effective address for VMX instructions + - KVM: nVMX: Ignore limit checks on VMX instructions using flat segments + - KVM: nVMX: Check a single byte for VMCS "launched" in nested early checks + - net: dsa: lantiq_gswip: fix use-after-free on failed probe + - net: dsa: lantiq_gswip: fix OF child-node lookups + - s390/setup: fix boot crash for machine without EDAT-1 + - SUNRPC: Prevent thundering herd when the socket is not connected + - SUNRPC: Fix up RPC back channel transmission + - SUNRPC: Respect RPC call timeouts when retrying transmission + - Linux 5.0.4 + - [Config] update configs for 5.0.4 stable update + + * New Intel Wireless-AC 9260 [8086:2526] card not correctly probed in Ubuntu + system (LP: #1821271) + - iwlwifi: add new card for 9260 series + + * [CONFIG] please enable highdpi font FONT_TER16x32 (LP: #1819881) + - [Config]: enable highdpi Terminus 16x32 font support + + * [SRU][B/B-OEM/C/D] Fix AMD IOMMU NULL dereference (LP: #1820990) + - iommu/amd: Fix NULL dereference bug in match_hid_uid + + * some codecs stop working after S3 (LP: #1820930) + - ALSA: hda - Enforces runtime_resume after S3 and S4 for each codec + - ALSA: hda - Don't trigger jackpoll_work in azx_resume + + * tcm_loop.ko: move from modules-extra into main modules package + (LP: #1817786) + - [Packaging] move tcm_loop.lo to main linux-modules package + + * C++ demangling support missing from perf (LP: #1396654) + - [Packaging] fix a mistype + + * r8169 doesn't get woken up by ethernet cable plugging, no PME generated + (LP: #1817676) + - PCI: pciehp: Disable Data Link Layer State Changed event on suspend + + * Disco update: v5.0.3 upstream stable release (LP: #1821074) + - connector: fix unsafe usage of ->real_parent + - fou, fou6: avoid uninit-value in gue_err() and gue6_err() + - gro_cells: make sure device is up in gro_cells_receive() + - ipv4/route: fail early when inet dev is missing + - l2tp: fix infoleak in l2tp_ip6_recvmsg() + - lan743x: Fix RX Kernel Panic + - lan743x: Fix TX Stall Issue + - net: hsr: fix memory leak in hsr_dev_finalize() + - net/hsr: fix possible crash in add_timer() + - net: sit: fix UBSAN Undefined behaviour in check_6rd + - net/x25: fix use-after-free in x25_device_event() + - net/x25: reset state in x25_connect() + - pptp: dst_release sk_dst_cache in pptp_sock_destruct + - ravb: Decrease TxFIFO depth of Q3 and Q2 to one + - route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a race + - rxrpc: Fix client call queueing, waiting for channel + - sctp: remove sched init from sctp_stream_init + - tcp: do not report TCP_CM_INQ of 0 for closed connections + - tcp: Don't access TCP_SKB_CB before initializing it + - tcp: handle inet_csk_reqsk_queue_add() failures + - vxlan: Fix GRO cells race condition between receive and link delete + - vxlan: test dev->flags & IFF_UP before calling gro_cells_receive() + - net/mlx4_core: Fix reset flow when in command polling mode + - net/mlx4_core: Fix locking in SRIOV mode when switching between events and + polling + - net/mlx4_core: Fix qp mtt size calculation + - net: dsa: mv88e6xxx: Set correct interface mode for CPU/DSA ports + - vsock/virtio: fix kernel panic from virtio_transport_reset_no_sock + - net: sched: flower: insert new filter to idr after setting its mask + - f2fs: wait on atomic writes to count F2FS_CP_WB_DATA + - perf/x86: Fixup typo in stub functions + - ALSA: bebob: use more identical mod_alias for Saffire Pro 10 I/O against + Liquid Saffire 56 + - ALSA: firewire-motu: fix construction of PCM frame for capture direction + - ALSA: hda: Extend i915 component bind timeout + - ALSA: hda - add more quirks for HP Z2 G4 and HP Z240 + - ALSA: hda/realtek: Enable audio jacks of ASUS UX362FA with ALC294 + - ALSA: hda/realtek - Reduce click noise on Dell Precision 5820 headphone + - ALSA: hda/realtek: Enable headset MIC of Acer TravelMate X514-51T with + ALC255 + - perf/x86/intel: Fix memory corruption + - perf/x86/intel: Make dev_attr_allow_tsx_force_abort static + - It's wrong to add len to sector_nr in raid10 reshape twice + - drm: Block fb changes for async plane updates + - Linux 5.0.3 + + * Disco update: v5.0.2 upstream stable release (LP: #1820318) + - media: uvcvideo: Fix 'type' check leading to overflow + - Input: wacom_serial4 - add support for Wacom ArtPad II tablet + - Input: elan_i2c - add id for touchpad found in Lenovo s21e-20 + - iscsi_ibft: Fix missing break in switch statement + - scsi: aacraid: Fix missing break in switch statement + - x86/PCI: Fixup RTIT_BAR of Intel Denverton Trace Hub + - arm64: dts: zcu100-revC: Give wifi some time after power-on + - arm64: dts: hikey: Give wifi some time after power-on + - arm64: dts: hikey: Revert "Enable HS200 mode on eMMC" + - ARM: dts: exynos: Fix pinctrl definition for eMMC RTSN line on Odroid X2/U3 + - ARM: dts: exynos: Add minimal clkout parameters to Exynos3250 PMU + - ARM: dts: exynos: Fix max voltage for buck8 regulator on Odroid XU3/XU4 + - drm: disable uncached DMA optimization for ARM and arm64 + - media: Revert "media: rc: some events are dropped by userspace" + - Revert "PCI/PME: Implement runtime PM callbacks" + - bpf: Stop the psock parser before canceling its work + - gfs2: Fix missed wakeups in find_insert_glock + - staging: erofs: keep corrupted fs from crashing kernel in erofs_namei() + - staging: erofs: compressed_pages should not be accessed again after freed + - scripts/gdb: replace flags (MS_xyz -> SB_xyz) + - ath9k: Avoid OF no-EEPROM quirks without qca,no-eeprom + - perf/x86/intel: Make cpuc allocations consistent + - perf/x86/intel: Generalize dynamic constraint creation + - x86: Add TSX Force Abort CPUID/MSR + - perf/x86/intel: Implement support for TSX Force Abort + - Linux 5.0.2 + + * Linux security module stacking support + - LSM: Introduce LSM_FLAG_LEGACY_MAJOR + - LSM: Provide separate ordered initialization + - LSM: Plumb visibility into optional "enabled" state + - LSM: Lift LSM selection out of individual LSMs + - LSM: Build ordered list of LSMs to initialize + - LSM: Introduce CONFIG_LSM + - LSM: Introduce "lsm=" for boottime LSM selection + - LSM: Tie enabling logic to presence in ordered list + - LSM: Prepare for reorganizing "security=" logic + - LSM: Refactor "security=" in terms of enable/disable + - LSM: Separate idea of "major" LSM from "exclusive" LSM + - apparmor: Remove SECURITY_APPARMOR_BOOTPARAM_VALUE + - selinux: Remove SECURITY_SELINUX_BOOTPARAM_VALUE + - LSM: Add all exclusive LSMs to ordered initialization + - LSM: Split LSM preparation from initialization + - LoadPin: Initialize as ordered LSM + - Yama: Initialize as ordered LSM + - LSM: Introduce enum lsm_order + - capability: Initialize as LSM_ORDER_FIRST + - procfs: add smack subdir to attrs + - Smack: Abstract use of cred security blob + - SELinux: Abstract use of cred security blob + - SELinux: Remove cred security blob poisoning + - SELinux: Remove unused selinux_is_enabled + - AppArmor: Abstract use of cred security blob + - TOMOYO: Abstract use of cred security blob + - Infrastructure management of the cred security blob + - SELinux: Abstract use of file security blob + - Smack: Abstract use of file security blob + - LSM: Infrastructure management of the file security + - SELinux: Abstract use of inode security blob + - Smack: Abstract use of inode security blob + - LSM: Infrastructure management of the inode security + - LSM: Infrastructure management of the task security + - SELinux: Abstract use of ipc security blobs + - Smack: Abstract use of ipc security blobs + - LSM: Infrastructure management of the ipc security blob + - TOMOYO: Update LSM flags to no longer be exclusive + - LSM: generalize flag passing to security_capable + - LSM: Make lsm_early_cred() and lsm_early_task() local functions. + - LSM: Make some functions static + - apparmor: Adjust offset when accessing task blob. + - LSM: Ignore "security=" when "lsm=" is specified + - LSM: Update list of SECURITYFS users in Kconfig + - apparmor: delete the dentry in aafs_remove() to avoid a leak + - apparmor: fix double free when unpack of secmark rules fails + - SAUCE: LSM: Infrastructure management of the sock security + - SAUCE: LSM: Limit calls to certain module hooks + - SAUCE: LSM: Special handling for secctx lsm hooks + - SAUCE: LSM: Specify which LSM to display with /proc/self/attr/display + - SAUCE: Fix-up af_unix mediation for sock infrastructure management + - SAUCE: Revert "apparmor: Fix warning about unused function + apparmor_ipv6_postroute" + - SAUCE: Revert "apparmor: fix checkpatch error in Parse secmark policy" + - SAUCE: Revert "apparmor: add #ifdef checks for secmark filtering" + - SAUCE: Revert "apparmor: Allow filtering based on secmark policy" + - SAUCE: Revert "apparmor: Parse secmark policy" + - SAUCE: Revert "apparmor: Add a wildcard secid" + - SAUCE: Revert "apparmor: fix bad debug check in apparmor_secid_to_secctx()" + - SAUCE: Revert "apparmor: fixup secid map conversion to using IDR" + - SAUCE: Revert "apparmor: Use an IDR to allocate apparmor secids" + - SAUCE: Revert "apparmor: Fix memory leak of rule on error exit path" + - SAUCE: Revert "apparmor: modify audit rule support to support profile + stacks" + - SAUCE: Revert "apparmor: Add support for audit rule filtering" + - SAUCE: Revert "apparmor: add the ability to get a task's secid" + - SAUCE: Revert "apparmor: add support for mapping secids and using secctxes" + - SAUCE: apparmor: add proc subdir to attrs + - SAUCE: apparmor: add an apparmorfs entry to access current attrs + - SAUCE: apparmor: update flags to no longer be exclusive + - SAUCE: update configs and annotations for LSM stacking + + * Miscellaneous Ubuntu changes + - [Config] CONFIG_EARLY_PRINTK_USB_XDBC=y + - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the + kernel is locked down + - [Config] CONFIG_RANDOM_TRUST_CPU=y + - [Config] refresh annotations for recent config changes + - ubuntu: vbox -- update to 6.0.4-dfsg-7 + - Revert "UBUNTU: SAUCE: i2c:amd I2C Driver based on PCI Interface for + upcoming platform" + + -- Seth Forshee Thu, 04 Apr 2019 14:49:59 -0500 + +linux (5.0.0-8.9) disco; urgency=medium + + * linux: 5.0.0-8.9 -proposed tracker (LP: #1819759) + + * hisi_sas: add debugfs support (LP: #1819500) + - scsi: hisi_sas: Create root and device debugfs directories + - scsi: hisi_sas: Alloc debugfs snapshot buffer memory for all registers + - scsi: hisi_sas: Take debugfs snapshot for all regs + - scsi: hisi_sas: Debugfs global register create file and add file operations + - scsi: hisi_sas: Add debugfs for port registers + - scsi: hisi_sas: Add debugfs CQ file and add file operations + - scsi: hisi_sas: Add debugfs DQ file and add file operations + - scsi: hisi_sas: Add debugfs IOST file and add file operations + - scsi: hisi_sas: No need to check return value of debugfs_create functions + - scsi: hisi_sas: Fix type casting and missing static qualifier in debugfs + code + - scsi: hisi_sas: Add debugfs ITCT file and add file operations + + * [disco] hns driver updates from 5.1 merge window (LP: #1819535) + - net: hns: Use struct_size() in devm_kzalloc() + - net: hns3: modify enet reinitialization interface + - net: hns3: remove unused member in struct hns3_enet_ring + - net: hns3: remove unnecessary hns3_adjust_tqps_num + - net: hns3: reuse reinitialization interface in the hns3_set_channels + - net: hns3: add interface hclge_tm_bp_setup + - net: hns3: modify parameter checks in the hns3_set_channels + - net: hns3: remove redundant codes in hclge_knic_setup + - net: hns3: fix user configuration loss for ethtool -L + - net: hns3: adjust the use of alloc_tqps and num_tqps + - net: hns3: fix wrong combined count returned by ethtool -l + - net: hns3: do reinitialization while ETS configuration changed + - net: hns3: add HNAE3_RESTORE_CLIENT interface in enet module + - net: hns3: add calling roce callback function when link status change + - net: hns3: add rx multicast packets statistic + - net: hns3: refactor the statistics updating for netdev + - net: hns3: fix rss configuration lost problem when setting channel + - net: hns3: fix for shaper not setting when TC num changes + - net: hns3: fix bug of ethtool_ops.get_channels for VF + - net: hns3: clear param in ring when free ring + - net: hns3: Change fw error code NOT_EXEC to NOT_SUPPORTED + - net: hns3: do not return GE PFC setting err when initializing + - net: hns3: add ETS TC weight setting in SSU module + - net: hns3: add statistics for PFC frames and MAC control frames + - net: hns3: fix PFC not setting problem for DCB module + - net: hns3: don't update packet statistics for packets dropped by hardware + - net: hns3: clear pci private data when unload hns3 driver + - net: hns3: add error handling in hclge_ieee_setets + - net: hns3: fix return value handle issue for hclge_set_loopback() + - net: hns3: fix broadcast promisc issue for revision 0x20 + - net: hns3: After setting the loopback, add the status of getting MAC + - net: hns3: do reinitialization while mqprio configuration changed + - net: hns3: remove dcb_ops->map_update in hclge_dcb + - net: hns3: call hns3_nic_set_real_num_queue with netdev down + - net: hns3: add 8 BD limit for tx flow + - net: hns3: add initialization for nic state + - net: hns3: don't allow vf to enable promisc mode + - net: hns3: reuse the definition of l3 and l4 header info union + - net: hns3: fix VF dump register issue + - net: hns3: use the correct interface to stop|open port + - net: hns3: change hnae3_register_ae_dev() to int + - net: hns3: only support tc 0 for VF + - net: hns3: Fix NULL deref when unloading driver + - net: hns3: fix netif_napi_del() not do problem when unloading + - net: hns3: fix for rss result nonuniform + - net: hns3: fix improper error handling in the hclge_init_ae_dev() + - net: hns3: fix an issue for hclgevf_ae_get_hdev + - net: hns3: stop sending keep alive msg to PF when VF is resetting + - net: hns3: keep flow director state unchanged when reset + - net: hns3: Check for allocation failure + - net: hns3: fix a code style issue for hns3_update_new_int_gl() + - net: hns3: fix an issue for hns3_update_new_int_gl + - net: hns3: Modify parameter type from int to bool in set_gro_en + - net: hns3: code optimization for hclge_rx_buffer_calc + - net: hns3: add hclge_cmd_check_retval() to parse comman's return value + - net: hns3: move some set_bit statement into hclge_prepare_mac_addr + - net: hns3: fix a wrong checking in the hclge_tx_buffer_calc() + - net: hns3: fix the problem that the supported port is empty + - net: hns3: optimize the maximum TC macro + - net: hns3: don't allow user to change vlan filter state + - net: hns3: modify the upper limit judgment condition + - net: hns3: MAC table entry count function increases operation 0 value + protection measures + - net: hns3: make function hclge_set_all_vf_rst() static + - net: hns3: add pointer checking at the beginning of the exported functions. + - net: hns3: Check variable is valid before assigning it to another + - net: hns3: convert mac advertize and supported from u32 to link mode + - net: hns3: fix port info query issue for copper port + - net: hns3: modify print message of ssu common ecc errors + - net: hns3: some bugfix of ppu(rcb) ras errors + - net: hns3: enable 8~11th bit of mac common msi-x error + - net: hns3: fix 6th bit of ppp mpf abnormal errors + - net: hns3: Record VF unicast and multicast tables + - net: hns3: Record VF vlan tables + - net: hns3: uninitialize command queue while unloading PF driver + - net: hns3: clear command queue's registers when unloading VF driver + - net: hns3: add xps setting support for hns3 driver + - net: hns3: avoid mult + div op in critical data path + - net: hns3: limit some variable scope in critical data path + - net: hns3: remove some ops in struct hns3_nic_ops + - net: hns3: add unlikely for error handling in data path + - net: hns3: replace hnae3_set_bit and hnae3_set_field in data path + - net: hns3: remove hnae3_get_bit in data path + - net: hns3: add support to config depth for tx|rx ring separately + - net: hns3: enable VF VLAN filter for each VF when initializing + - net: hns3: fix get VF RSS issue + - net: hns3: fix setting of the hns reset_type for rdma hw errors + - net: hns3: fix improper error handling for hns3_client_start + - net: hns: use struct_size() in devm_kzalloc() + - net: hns3: Fix a logical vs bitwise typo + - net: hns3: add dma_rmb() for rx description + - net: hns3: fix to stop multiple HNS reset due to the AER changes + + * Build Nvidia drivers in conjunction with kernel (LP: #1764792) + - [Packaging] dkms-build -- support building against packages in PPAs + - [Packaging] dkms-build: do not redownload files on subsequent passes + - [Packaging] dkms-build -- elide partial Built-Using information + - [Packaging] dkms-build -- remove retpoline data from final binary packages + - [Packaging] dkms-build--nvidia* -- check gcc version against primary build + - [Packaging] dkms-build -- add support for unversioned overrides + - [Packaging] dkms-build--nvidia-* -- convert to generic -N form + - [Packaging] fix-filenames -- handle exact string removal + - [Packaging] dkms-build--nvidia-N -- remove GCC versions + + * Disco update: v5.0.1 upstream stable release (LP: #1819515) + - cpufreq: Use struct kobj_attribute instead of struct global_attr + - staging: erofs: fix mis-acted TAIL merging behavior + - binder: create node flag to request sender's security context + - USB: serial: option: add Telit ME910 ECM composition + - USB: serial: cp210x: add ID for Ingenico 3070 + - USB: serial: ftdi_sio: add ID for Hjelmslund Electronics USB485 + - driver core: Postpone DMA tear-down until after devres release + - staging: erofs: fix fast symlink w/o xattr when fs xattr is on + - staging: erofs: fix memleak of inode's shared xattr array + - staging: erofs: fix race of initializing xattrs of a inode at the same time + - staging: erofs: fix illegal address access under memory pressure + - staging: comedi: ni_660x: fix missing break in switch statement + - staging: wilc1000: fix to set correct value for 'vif_num' + - staging: android: ion: fix sys heap pool's gfp_flags + - staging: android: ashmem: Don't call fallocate() with ashmem_mutex held. + - staging: android: ashmem: Avoid range_alloc() allocation with ashmem_mutex + held. + - ip6mr: Do not call __IP6_INC_STATS() from preemptible context + - net: dsa: mv88e6xxx: add call to mv88e6xxx_ports_cmode_init to probe for new + DSA framework + - net: dsa: mv88e6xxx: handle unknown duplex modes gracefully in + mv88e6xxx_port_set_duplex + - net: dsa: mv8e6xxx: fix number of internal PHYs for 88E6x90 family + - net: mscc: Enable all ports in QSGMII + - net: sched: put back q.qlen into a single location + - net-sysfs: Fix mem leak in netdev_register_kobject + - qmi_wwan: Add support for Quectel EG12/EM12 + - sctp: call iov_iter_revert() after sending ABORT + - team: Free BPF filter when unregistering netdev + - tipc: fix RDM/DGRAM connect() regression + - x86/CPU/AMD: Set the CPB bit unconditionally on F17h + - x86/boot/compressed/64: Do not read legacy ROM on EFI system + - tracing: Fix event filters and triggers to handle negative numbers + - xhci: tegra: Prevent error pointer dereference + - usb: xhci: Fix for Enabling USB ROLE SWITCH QUIRK on + INTEL_SUNRISEPOINT_LP_XHCI + - applicom: Fix potential Spectre v1 vulnerabilities + - alpha: wire up io_pgetevents system call + - MIPS: irq: Allocate accurate order pages for irq stack + - aio: Fix locking in aio_poll() + - xtensa: fix get_wchan + - gnss: sirf: fix premature wakeup interrupt enable + - USB: serial: cp210x: fix GPIO in autosuspend + - Revert "selftests: firmware: add CONFIG_FW_LOADER_USER_HELPER_FALLBACK to + config" + - Revert "selftests: firmware: remove use of non-standard diff -Z option" + - selftests: firmware: fix verify_reqs() return value + - Bluetooth: btrtl: Restore old logic to assume firmware is already loaded + - Bluetooth: Fix locking in bt_accept_enqueue() for BH context + - Linux 5.0.1 + + * sky2 ethernet card doesn't work after returning from suspend + (LP: #1807259) // sky2 ethernet card link not up after suspend + (LP: #1809843) // Disco update: v5.0.1 upstream stable release + (LP: #1819515) + - sky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79 + + * tls selftest failures/hangs on i386 (LP: #1813607) + - [Config] CONFIG_TLS=n for i386 + + * CVE-2019-8980 + - exec: Fix mem leak in kernel_read_file + + * Miscellaneous Ubuntu changes + - SAUCE: selftests: net: Use 'ipproto ipv6-icmp' to match ICMPv6 headers + - [Config] enable nvidia build + - [Config] update gcc version to 8.3 + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: selftests: pmtu: disable accept_dad for tests" + + -- Thadeu Lima de Souza Cascardo Tue, 12 Mar 2019 16:15:44 -0300 + +linux (5.0.0-7.8) disco; urgency=medium + + * linux: 5.0.0-7.8 -proposed tracker (LP: #1818519) + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + * unnecessary request_queue freeze (LP: #1815733) + - block: avoid setting nr_requests to current value + - block: avoid setting none scheduler if it's already none + + * Miscellaneous Ubuntu changes + - SAUCE: selftests: net: Don't fail test_vxlan_under_vrf on xfail + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.0 + + -- Seth Forshee Mon, 04 Mar 2019 08:46:10 -0600 + +linux (5.0.0-6.7) disco; urgency=medium + + * linux: 5.0.0-6.7 -proposed tracker (LP: #1817585) + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + - [Packaging] resync getabis + + * installer does not support iSCSI iBFT (LP: #1817321) + - d-i: add iscsi_ibft to scsi-modules + + * Silent "Unknown key" message when pressing keyboard backlight hotkey + (LP: #1817063) + - platform/x86: dell-wmi: Ignore new keyboard backlight change event + + * Fix I219 doesn't get woken up after plugging ethernet cable (LP: #1817058) + - e1000e: Disable runtime PM on CNP+ + + * efi/arm/arm64: Allow SetVirtualAddressMap() to be omitted (LP: #1814982) + - efi/arm/arm64: Allow SetVirtualAddressMap() to be omitted + + * CVE-2019-3460 + - Bluetooth: Check L2CAP option sizes returned from l2cap_get_conf_opt + + * CVE-2019-3459 + - Bluetooth: Verify that l2cap_get_conf_opt provides large enough buffer + + * kernel net tls selftest fails on 5.0 (LP: #1816716) + - SAUCE: Revert "selftests/tls: Add test for recv(PEEK) spanning across + multiple records" + + * Please enable CONFIG_DMA_CMA=y on arm64 (LP: #1803206) + - [Config] annotations -- enforce CONFIG_DMA_CMA and update notes + + * [19.04 FEAT] [LS1801] PCI Virtual function enablement (LP: #1814684) + - s390/pci: map IOV resources + - s390/pci: improve bar check + + * glibc 2.28-0ubuntu1 ADT test failure with linux 5.0.0-1.2 (LP: #1813060) + - SAUCE: prevent a glibc test failure when looking for obsolete types on + headers + + * Miscellaneous Ubuntu changes + - [Config] Enforce CONFIG_ZCRYPT_MULTIDEVNODES in annotations + - SAUCE: selftests: pmtu: disable accept_dad for tests + - SAUCE: arm64: add kernel config option to lock down when in Secure Boot mode + - SAUCE: selftests: net: Make test for VXLAN underlay in non-default VRF an + expected failure + + [ Upstream Kernel Changes ] + + * Rebase to v5.0-rc8 + + -- Seth Forshee Mon, 25 Feb 2019 09:37:36 -0600 + +linux (5.0.0-5.6) disco; urgency=medium + + * [ALSA] [PATCH] System76 darp5 and oryp5 fixups (LP: #1815831) + - ALSA: hda/realtek - Headset microphone and internal speaker support for + System76 oryp5 + + * Miscellaneous Ubuntu changes + - [Config] Fix aufs menus in annotations file + - [Config] CONFIG_SAMPLE_TRACE_PRINTK=m + - [Config] Update annotations based on configs + + [ Upstream Kernel Changes ] + + * Rebase to v5.0-rc7 + + -- Seth Forshee Mon, 18 Feb 2019 10:04:11 +0100 + +linux (5.0.0-4.5) disco; urgency=medium + + * linux-buildinfo: pull out ABI information into its own package + (LP: #1806380) + - [Packaging] autoreconstruct -- base tag is always primary mainline version + + * [Packaging] Allow overlay of config annotations (LP: #1752072) + - [Packaging] config-check: Add an include directive + + * Miscellaneous Ubuntu changes + - hio -- stub out BIOVEC_PHYS_MERGEABLE for 4.20+ + - hio -- replace use of do_gettimeofday() + - hio -- part_round_stats() removed in 5.0 + - hio -- device_add_disk() grew a 'groups' argument in 4.20 + - enable hio build + - Revert "UBUNTU: [Packaging] autoreconstruct -- base tag is always primary + mainline version" + + [ Upstream Kernel Changes ] + + * Rebase to v5.0-rc6 + + -- Seth Forshee Tue, 12 Feb 2019 08:15:32 -0600 + +linux (5.0.0-3.4) disco; urgency=medium + + * CONFIG_TEST_BPF is disabled (LP: #1813955) + - [Config]: Reenable TEST_BPF + + * Ignore "incomplete report" from Elan touchpanels (LP: #1813733) + - HID: i2c-hid: Ignore input report if there's no data present on Elan + touchpanels + + * SecureBoot support for arm64 (LP: #1804481) + - Build signed kernels for arm64 + + * Miscellaneous Ubuntu changes + - SAUCE: selftests: net: fix "from" match test in fib_rule_tests.sh + - [Config] CONFIG_PCMCIA=n for arm64 and s390x + - [Config] CONFIG_SERIAL_SC16IS7XX=n for s390x + - [Config] disable I2C TPM drivers for s390x + - [Config] CONFIG_RAPIDIO=n for s390x + - [Config] CONFIG_DMADEVICES=n for s390x + - [Config] disable gpio drivers for s390x + - [Config] CONFIG_SENSORS_OCC_P8_I2C=m for ppc64el + - [Config] disable I2C hardware drivers for s390x + - [Config] CONFIG_I3C=n for s390x + - [Config] CONFIG_SERIO=n for s390x + - [Config] disable misc drivers for s390x + - [Config] disable EEPROM drivers for s390x + - [Config] disable MFD drivers for s390x + - [Config] CONFIG_NVMEM=n for s390x + - [Config] CONFIG_MLXSW_I2C=n for s390x + - [Config] CONFIG_NET_VENDOR_MICROCHIP=n for s390x + - [Config] CONFIG_PPP=n for s390x + - [Config] CONFIG_PCCARD=n for s390x + - [Config] CONFIG_PCI_MESON=y + - [Config] CONFIG_SCSI_MYRB=n for s390x + - [Config] CONFIG_REGULATOR=n for s390x + - [Config] CONFIG_ZIIRAVE_WATCHDOG=n for s390x + - [Config] CONFIG_NCSI_OEM_CMD_GET_MAC=y + - [Config] update annotations following config review + - [Packaging] remove handoff check for uefi signing + - [Packaging] decompress gzipped efi images in signing tarball + - vbox-update: allow leading whitespace when fixing up KERN_DIR + - ubuntu: vbox -- update to 6.0.4-dfsg-3 + - vbox: remove remount check in sf_read_super_aux() + - enable vbox build + - [Config] CONFIG_ANDROID_BINDER_DEVICES="" + - SAUCE: import aufs driver + - [Config]: Enable aufs + - [Config] relocate aufs annotations to menu + - [Config] remove unmatched configs from annotations + - [Config] fix up abi for removed modules + - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down + - SAUCE: (efi-lockdown) module: remove support for having IMA validate modules + - SAUCE: (efi-lockdown) Move EFI signature blob parser to shared location + - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot + - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed + - [Config] (efi-lockdown) enable importing of efi certificates for module sig + verification + + * Miscellaneous upstream changes + - binder: fix CONFIG_ANDROID_BINDER_DEVICES + + [ Upstream Kernel Changes ] + + * Rebase to v5.0-rc5 + + -- Seth Forshee Tue, 05 Feb 2019 14:26:12 -0600 + +linux (5.0.0-2.3) disco; urgency=medium + + * kernel oops in bcache module (LP: #1793901) + - SAUCE: bcache: never writeback a discard operation + + * Enable sound card power saving by default (LP: #1804265) + - [Config] CONFIG_SND_HDA_POWER_SAVE_DEFAULT=1 + + * Miscellaneous Ubuntu changes + - Revert "UBUNTU: SAUCE: selftests: disable some failing networking tests" + - SAUCE: ashmem: turn into module + - SAUCE: binder: turn into module + - SAUCE: binder: give binder_alloc its own debug mask file + - [Config] enable binder and ashmem as modules + - SAUCE: selftests: net: replace AF_MAX with INT_MAX in socket.c + - SAUCE: selftests/ftrace: Fix tab expansion in trace_marker snapshot trigger + test + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v5.0-rc4 + + -- Seth Forshee Tue, 29 Jan 2019 06:57:32 -0600 + +linux (5.0.0-1.2) disco; urgency=medium + + * Fix non-working QCA Rome Bluetooth after S3 (LP: #1812812) + - USB: Add new USB LPM helpers + - USB: Consolidate LPM checks to avoid enabling LPM twice + + * bluetooth controller not detected with 4.15 kernel (LP: #1810797) + - SAUCE: btqcomsmd: introduce BT_QCOMSMD_HACK + - [Config] arm64: snapdragon: BT_QCOMSMD_HACK=y + + * [19.04 FEAT| Enable virtio-gpu for s390x (LP: #1799467) + - [Config] enable virtio-gpu for s390x + + * Crash on "ip link add foo type ipip" (LP: #1811803) + - SAUCE: fan: Fix NULL pointer dereference + + * Fix not working Goodix touchpad (LP: #1811929) + - HID: i2c-hid: Disable runtime PM on Goodix touchpad + + * Miscellaneous Ubuntu changes + - update dkms package versions + - enable zfs build + + [ Upstream Kernel Changes ] + + * Rebase to v5.0-rc3 + + -- Seth Forshee Tue, 22 Jan 2019 13:56:17 -0600 + +linux (5.0.0-0.1) disco; urgency=medium + + * Build Nvidia drivers in conjunction with kernel (LP: #1764792) + - [Packaging] dkms -- add per package post-process step + - [Packaging] dkms -- switch to a consistent build prefix length and strip + - [Packaging] nvidia -- build and sign nvidia packages and ship signatures + - [Packaging] nvidia -- make nvidia package version explicit + + * Add support for ALC3277 codec on new Dell edge gateways (LP: #1807334) + - [Config] CONFIG_SND_SOC_INTEL_KBL_RT5660_MACH=m + + * RTL8822BE WiFi Disabled in Kernel 4.18.0-12 (LP: #1806472) + - [Config] CONFIG_RTLWIFI_DEBUG_ST=n + + * Miscellaneous Ubuntu changes + - ubuntu -- disable vbox build + - ubuntu -- disable hio build + - Disable zfs build + - SAUCE: import aufs driver + - update dkms package versions + - [Config] disable aufs config options + - [Config] disable nvidia build + - update dropped.txt + - [Packaging] disable nvidia dkms builds for mainline + - SAUCE: (efi-lockdown) Add the ability to lock down access to the running + kernel image + - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown + - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is + locked down + - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked + down + - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked + down + - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is + locked down + - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked + down + - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel + has been locked down + - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is + locked down + - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked + down + - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL + - SAUCE: (efi-lockdown) Lock down module params that specify hardware + parameters (eg. ioport) + - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module + - SAUCE: (efi-lockdown) Lock down /proc/kcore + - SAUCE: (efi-lockdown) Lock down kprobes + - SAUCE: (efi-lockdown) Lock down perf + - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked + down + - SAUCE: (efi-lockdown) debugfs: avoid EPERM when no open file operation + defined + - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to + secondary keyring + - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists + that aren't present. + - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework + efi_status_to_err(). + - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print + error messages. + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec + reboot + - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure + boot mode + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot + mode + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - [Config] set config options for efi lockdown + - Revert "UBUNTU: SAUCE: import aufs driver" + + [ Upstream Kernel Changes ] + + * Rebase to v5.0-rc2 + + -- Seth Forshee Thu, 17 Jan 2019 12:31:29 -0600 + +linux (5.0.0-0.0) disco; urgency=medium + + * Dummy entry. + + -- Seth Forshee Wed, 16 Jan 2019 14:48:05 -0600 + +linux (4.20.0-2.3) disco; urgency=medium + + [ Upstream Kernel Changes ] + + * Rebase to v4.20 + + -- Seth Forshee Thu, 03 Jan 2019 12:11:43 -0600 + +linux (4.20.0-1.2) disco; urgency=medium + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + * Power leakage at S5 with Qualcomm Atheros QCA9377 802.11ac Wireless Network + Adapter (LP: #1805607) + - SAUCE: ath10k: provide reset function for QCA9377 chip + + * zfs/spl build in conjunction with the kernel from DKMS source (LP: #1807378) + - [Packaging] dkms -- dkms package build packaging support + - [Packaging] dkms -- save build objects artifacts for validation + - [Packaging] dkms -- add general Built-Using: support + - [Packaging] simplify Provides comma handling + - [Packaging] zfs/spl -- remove packaging support for incorporated source + - [Packaging] zfs/spl -- remove incorporated source + - [Packaging] zfs/spl -- build via dkms + - [Packaging] zfs/spl -- make zfs package version explicit + - [Packaging] update-version-dkms -- sync archive versions to package + + * Miscellaneous Ubuntu changes + - [Packaging] update-version-dkms -- fix getting distrbution from changelog + - update dkms package versions + + [ Upstream Kernel Changes ] + + * Rebase to v4.20-rc6 + + -- Seth Forshee Tue, 11 Dec 2018 11:33:08 -0600 + +linux (4.20.0-0.1) disco; urgency=medium + + * Overlayfs in user namespace leaks directory content of inaccessible + directories (LP: #1793458) // CVE-2018-6559 + - Revert "ovl: relax permission checking on underlying layers" + - SAUCE: overlayfs: ensure mounter privileges when reading directories + + * Miscellaneous Ubuntu changes + - SAUCE: (efi-lockdown) Add the ability to lock down access to the running + kernel image + - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown + - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down + - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is + locked down + - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked + down + - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked + down + - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is + locked down + - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked + down + - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel + has been locked down + - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is + locked down + - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked + down + - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL + - SAUCE: (efi-lockdown) Lock down module params that specify hardware + parameters (eg. ioport) + - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module + - SAUCE: (efi-lockdown) Lock down /proc/kcore + - SAUCE: (efi-lockdown) Lock down kprobes + - SAUCE: (efi-lockdown) Lock down perf + - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked + down + - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to + secondary keyring + - SAUCE: (efi-lockdown) efi: Add EFI signature data types + - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser + - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot + - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed + - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists + that aren't present. + - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework + efi_status_to_err(). + - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print + error messages. + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec + reboot + - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure + boot mode + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot + mode + - SAUCE: (efi-lockdown) Fix for module sig verification + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - SAUCE: Import aufs driver + - ubuntu: vbox -- update to 5.2.22-dfsg-2 + - ubuntu -- disable vbox build + - ubuntu -- disable hio build + - Disable zfs build + + [ Upstream Kernel Changes ] + + * Rebase to v4.20-rc5 + + -- Seth Forshee Fri, 07 Dec 2018 07:13:42 -0600 + +linux (4.20.0-0.0) disco; urgency=medium + + * Dummy entry. + + -- Seth Forshee Thu, 06 Dec 2018 10:20:19 -0600 + +linux (4.19.0-8.9) disco; urgency=medium + + * linux: 4.19.0-8.9 -proposed tracker (LP: #1806952) + + * Workaround CSS timeout on AMD SNPS 3.0 xHC (LP: #1806838) + - xhci: workaround CSS timeout on AMD SNPS 3.0 xHC + + * Fix Intel I210 doesn't work when ethernet cable gets plugged (LP: #1806818) + - igb: Fix an issue that PME is not enabled during runtime suspend + + * The line-out on the Dell Dock station can't work (LP: #1806532) + - ALSA: usb-audio: Add vendor and product name for Dell WD19 Dock + + * CVE-2018-19407 + - KVM: X86: Fix scan ioapic use-before-initialization + + * PC SN720 NVMe WDC 256GB consumes more power in S2Idle than during long idle + (LP: #1805775) + - SAUCE: pci/nvme: prevent WDC PC SN720 NVMe from entering D3 and being + disabled + + * Disco update: 4.19.6 upstream stable release (LP: #1806909) + - HID: steam: remove input device when a hid client is running. + - efi/libstub: arm: support building with clang + - usb: core: Fix hub port connection events lost + - usb: dwc3: gadget: fix ISOC TRB type on unaligned transfers + - usb: dwc3: gadget: Properly check last unaligned/zero chain TRB + - usb: dwc3: core: Clean up ULPI device + - usb: dwc3: Fix NULL pointer exception in dwc3_pci_remove() + - xhci: Fix leaking USB3 shared_hcd at xhci removal + - xhci: handle port status events for removed USB3 hcd + - xhci: Add check for invalid byte size error when UAS devices are connected. + - usb: xhci: fix uninitialized completion when USB3 port got wrong status + - usb: xhci: fix timeout for transition from RExit to U0 + - xhci: Add quirk to workaround the errata seen on Cavium Thunder-X2 Soc + - usb: xhci: Prevent bus suspend if a port connect change or polling state is + detected + - ALSA: oss: Use kvzalloc() for local buffer allocations + - MAINTAINERS: Add Sasha as a stable branch maintainer + - Documentation/security-bugs: Clarify treatment of embargoed information + - Documentation/security-bugs: Postpone fix publication in exceptional cases + - mmc: sdhci-pci: Try "cd" for card-detect lookup before using NULL + - mmc: sdhci-pci: Workaround GLK firmware failing to restore the tuning value + - gpio: don't free unallocated ida on gpiochip_add_data_with_key() error path + - iwlwifi: fix wrong WGDS_WIFI_DATA_SIZE + - iwlwifi: mvm: support sta_statistics() even on older firmware + - iwlwifi: mvm: fix regulatory domain update when the firmware starts + - iwlwifi: mvm: don't use SAR Geo if basic SAR is not used + - brcmfmac: fix reporting support for 160 MHz channels + - opp: ti-opp-supply: Dynamically update u_volt_min + - opp: ti-opp-supply: Correct the supply in _get_optimal_vdd_voltage call + - tools/power/cpupower: fix compilation with STATIC=true + - v9fs_dir_readdir: fix double-free on p9stat_read error + - selinux: Add __GFP_NOWARN to allocation at str_read() + - Input: synaptics - avoid using uninitialized variable when probing + - bfs: add sanity check at bfs_fill_super() + - sctp: clear the transport of some out_chunk_list chunks in + sctp_assoc_rm_peer + - gfs2: Don't leave s_fs_info pointing to freed memory in init_sbd + - llc: do not use sk_eat_skb() + - mm: don't warn about large allocations for slab + - mm/memory.c: recheck page table entry with page table lock held + - tcp: do not release socket ownership in tcp_close() + - drm/fb-helper: Blacklist writeback when adding connectors to fbdev + - drm/amdgpu: Add missing firmware entry for HAINAN + - drm/vc4: Set ->legacy_cursor_update to false when doing non-async updates + - drm/amdgpu: Fix oops when pp_funcs->switch_power_profile is unset + - drm/i915: Disable LP3 watermarks on all SNB machines + - drm/ast: change resolution may cause screen blurred + - drm/ast: fixed cursor may disappear sometimes + - drm/ast: Remove existing framebuffers before loading driver + - can: flexcan: Unlock the MB unconditionally + - can: dev: can_get_echo_skb(): factor out non sending code to + __can_get_echo_skb() + - can: dev: __can_get_echo_skb(): replace struct can_frame by canfd_frame to + access frame length + - can: dev: __can_get_echo_skb(): Don't crash the kernel if can_priv::echo_skb + is accessed out of bounds + - can: dev: __can_get_echo_skb(): print error message, if trying to echo non + existing skb + - can: rx-offload: introduce can_rx_offload_get_echo_skb() and + can_rx_offload_queue_sorted() functions + - can: rx-offload: rename can_rx_offload_irq_queue_err_skb() to + can_rx_offload_queue_tail() + - can: flexcan: use can_rx_offload_queue_sorted() for flexcan_irq_bus_*() + - can: flexcan: handle tx-complete CAN frames via rx-offload infrastructure + - can: raw: check for CAN FD capable netdev in raw_sendmsg() + - can: hi311x: Use level-triggered interrupt + - can: flexcan: Always use last mailbox for TX + - can: flexcan: remove not needed struct flexcan_priv::tx_mb and struct + flexcan_priv::tx_mb_idx + - ACPICA: AML interpreter: add region addresses in global list during + initialization + - IB/hfi1: Eliminate races in the SDMA send error path + - fsnotify: generalize handling of extra event flags + - fanotify: fix handling of events on child sub-directory + - pinctrl: meson: fix pinconf bias disable + - pinctrl: meson: fix gxbb ao pull register bits + - pinctrl: meson: fix gxl ao pull register bits + - pinctrl: meson: fix meson8 ao pull register bits + - pinctrl: meson: fix meson8b ao pull register bits + - tools/testing/nvdimm: Fix the array size for dimm devices. + - scsi: lpfc: fix remoteport access + - scsi: hisi_sas: Remove set but not used variable 'dq_list' + - KVM: PPC: Move and undef TRACE_INCLUDE_PATH/FILE + - cpufreq: imx6q: add return value check for voltage scale + - rtc: cmos: Do not export alarm rtc_ops when we do not support alarms + - rtc: pcf2127: fix a kmemleak caused in pcf2127_i2c_gather_write + - crypto: simd - correctly take reqsize of wrapped skcipher into account + - floppy: fix race condition in __floppy_read_block_0() + - powerpc/io: Fix the IO workarounds code to work with Radix + - sched/fair: Fix cpu_util_wake() for 'execl' type workloads + - perf/x86/intel/uncore: Add more IMC PCI IDs for KabyLake and CoffeeLake CPUs + - block: copy ioprio in __bio_clone_fast() and bounce + - SUNRPC: Fix a bogus get/put in generic_key_to_expire() + - riscv: add missing vdso_install target + - RISC-V: Silence some module warnings on 32-bit + - drm/amdgpu: fix bug with IH ring setup + - kdb: Use strscpy with destination buffer size + - NFSv4: Fix an Oops during delegation callbacks + - powerpc/numa: Suppress "VPHN is not supported" messages + - efi/arm: Revert deferred unmap of early memmap mapping + - z3fold: fix possible reclaim races + - mm, memory_hotplug: check zone_movable in has_unmovable_pages + - tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offset + - mm, page_alloc: check for max order in hot path + - dax: Avoid losing wakeup in dax_lock_mapping_entry + - include/linux/pfn_t.h: force '~' to be parsed as an unary operator + - tty: wipe buffer. + - tty: wipe buffer if not echoing data + - gfs2: Fix iomap buffer head reference counting bug + - rcu: Make need_resched() respond to urgent RCU-QS needs + - media: ov5640: Re-work MIPI startup sequence + - media: ov5640: Fix timings setup code + - media: ov5640: fix exposure regression + - media: ov5640: fix auto gain & exposure when changing mode + - media: ov5640: fix wrong binning value in exposure calculation + - media: ov5640: fix auto controls values when switching to manual mode + - Linux 4.19.6 + + * linux-buildinfo: pull out ABI information into its own package + (LP: #1806380) + - [Packaging] limit preparation to linux-libc-dev in headers + - [Packaging] commonise debhelper invocation + - [Packaging] ABI -- accumulate abi information at the end of the build + - [Packaging] buildinfo -- add basic build information + - [Packaging] buildinfo -- add firmware information to the flavour ABI + - [Packaging] buildinfo -- add compiler information to the flavour ABI + - [Packaging] buildinfo -- add buildinfo support to getabis + - [Packaging] getabis -- handle all known package combinations + - [Packaging] getabis -- support parsing a simple version + + * linux packages should own /usr/lib/linux/triggers (LP: #1770256) + - [Packaging] own /usr/lib/linux/triggers + + * Miscellaneous upstream changes + - blk-mq: fix corruption with direct issue + + -- Seth Forshee Wed, 05 Dec 2018 09:18:30 -0600 + +linux (4.19.0-7.8) disco; urgency=medium + + * linux: 4.19.0-7.8 -proposed tracker (LP: #1805465) + + * Fix and issue that LG I2C touchscreen stops working after reboot + (LP: #1805085) + - HID: i2c-hid: Disable runtime PM for LG touchscreen + + * click/pop noise in the headphone on several lenovo laptops (LP: #1805079) // + click/pop noise in the headphone on several lenovo laptops (LP: #1805079) + - ALSA: hda/realtek - fix the pop noise on headphone for lenovo laptops + + * Regression: hinic performance degrades over time (LP: #1805248) + - Revert "net-next/hinic: add checksum offload and TSO support" + + * Disco update: 4.19.5 upstream stable release (LP: #1805461) + - drm/i915: Replace some PAGE_SIZE with I915_GTT_PAGE_SIZE + - cifs: don't dereference smb_file_target before null check + - cifs: fix return value for cifs_listxattr + - arm64: kprobe: make page to RO mode when allocate it + - block: brd: associate with queue until adding disk + - net: hns3: bugfix for rtnl_lock's range in the hclgevf_reset() + - net: hns3: bugfix for rtnl_lock's range in the hclge_reset() + - net: hns3: bugfix for handling mailbox while the command queue reinitialized + - net: hns3: bugfix for the initialization of command queue's spin lock + - ixgbe: fix MAC anti-spoofing filter after VFLR + - reiserfs: propagate errors from fill_with_dentries() properly + - hfs: prevent btree data loss on root split + - hfsplus: prevent btree data loss on root split + - perf unwind: Take pgoff into account when reporting elf to libdwfl + - um: Give start_idle_thread() a return code + - drm/edid: Add 6 bpc quirk for BOE panel. + - afs: Handle EIO from delivery function + - platform/x86: intel_telemetry: report debugfs failure + - clk: fixed-rate: fix of_node_get-put imbalance + - perf symbols: Set PLT entry/header sizes properly on Sparc + - fs/exofs: fix potential memory leak in mount option parsing + - clk: samsung: exynos5420: Enable PERIS clocks for suspend + - apparmor: Fix uninitialized value in aa_split_fqname + - x86/earlyprintk: Add a force option for pciserial device + - platform/x86: acerhdf: Add BIOS entry for Gateway LT31 v1.3307 + - clk: meson-axg: pcie: drop the mpll3 clock parent + - arm64: percpu: Initialize ret in the default case + - clk: meson: clk-pll: drop CLK_GET_RATE_NOCACHE where unnecessary + - clk: renesas: r9a06g032: Fix UART34567 clock rate + - clk: ti: fix OF child-node lookup + - serial: sh-sci: Fix receive on SCIFA/SCIFB variants with DMA + - netfilter: ipv6: fix oops when defragmenting locally generated fragments + - netfilter: bridge: define INT_MIN & INT_MAX in userspace + - s390/decompressor: add missing FORCE to build targets + - s390/vdso: add missing FORCE to build targets + - HID: i2c-hid: Add a small delay after sleep command for Raydium touchpanel + - Revert "HID: add NOGET quirk for Eaton Ellipse MAX UPS" + - HID: alps: allow incoming reports when only the trackstick is opened + - Revert "netfilter: nft_numgen: add map lookups for numgen random operations" + - netfilter: ipset: list:set: Decrease refcount synchronously on deletion and + replace + - netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,net + - netfilter: ipset: fix ip_set_list allocation failure + - s390/mm: fix mis-accounting of pgtable_bytes + - s390/mm: Fix ERROR: "__node_distance" undefined! + - bpf: fix bpf_prog_get_info_by_fd to return 0 func_lens for unpriv + - netfilter: ipset: Correct rcu_dereference() call in ip_set_put_comment() + - netfilter: xt_IDLETIMER: add sysfs filename checking routine + - netfilter: ipset: Fix calling ip_set() macro at dumping + - netfilter: nft_compat: ebtables 'nat' table is normal chain type + - s390/qeth: fix HiperSockets sniffer + - s390/qeth: unregister netdevice only when registered + - net: hns3: Fix for out-of-bounds access when setting pfc back pressure + - hwmon: (ibmpowernv) Remove bogus __init annotations + - ARM: dts: imx6sll: fix typo for fsl,imx6sll-i2c node + - ARM: dts: fsl: Fix improperly quoted stdout-path values + - Revert "drm/exynos/decon5433: implement frame counter" + - arm64: dts: renesas: r8a7795: add missing dma-names on hscif2 + - arm64: dts: renesas: condor: switch from EtherAVB to GEther + - xen/grant-table: Fix incorrect gnttab_dma_free_pages() pr_debug message + - clk: fixed-factor: fix of_node_get-put imbalance + - mtd: nand: Fix nanddev_pos_next_page() kernel-doc header + - lib/raid6: Fix arm64 test build + - drm/amd/display: Stop leaking planes + - block: Clear kernel memory before copying to user + - drm/amd/display: Drop reusing drm connector for MST + - drm/amd/amdgpu/dm: Fix dm_dp_create_fake_mst_encoder() + - s390/perf: Change CPUM_CF return code in event init function + - ceph: quota: fix null pointer dereference in quota check + - of/device: Really only set bus DMA mask when appropriate + - nvme: make sure ns head inherits underlying device limits + - i2c: omap: Enable for ARCH_K3 + - i2c: qcom-geni: Fix runtime PM mismatch with child devices + - sched/core: Take the hotplug lock in sched_init_smp() + - perf tools: Fix undefined symbol scnprintf in libperf-jvmti.so + - perf tools: Do not zero sample_id_all for group members + - ice: Fix dead device link issue with flow control + - ice: Fix the bytecount sent to netdev_tx_sent_queue + - ice: Change req_speeds to be u16 + - i40e: restore NETIF_F_GSO_IPXIP[46] to netdev features + - qed: Fix memory/entry leak in qed_init_sp_request() + - qed: Fix blocking/unlimited SPQ entries leak + - qed: Fix SPQ entries not returned to pool in error flows + - qed: Fix potential memory corruption + - net: stmmac: Fix RX packet size > 8191 + - net: aquantia: fix potential IOMMU fault after driver unbind + - net: aquantia: fixed enable unicast on 32 macvlan + - net: aquantia: invalid checksumm offload implementation + - kbuild: deb-pkg: fix too low build version number + - Revert "scripts/setlocalversion: git: Make -dirty check more robust" + - SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer() + - x86/mm: Move LDT remap out of KASLR region on 5-level paging + - x86/ldt: Unmap PTEs for the slot before freeing LDT pages + - x86/ldt: Remove unused variable in map_ldt_struct() + - media: v4l: event: Add subscription to list before calling "add" operation + - MIPS: OCTEON: cavium_octeon_defconfig: re-enable OCTEON USB driver + - RISC-V: Fix raw_copy_{to,from}_user() + - uio: Fix an Oops on load + - ALSA: hda/realtek - Add quirk entry for HP Pavilion 15 + - ALSA: hda/ca0132 - Call pci_iounmap() instead of iounmap() + - can: kvaser_usb: Fix accessing freed memory in kvaser_usb_start_xmit() + - can: kvaser_usb: Fix potential uninitialized variable use + - usb: cdc-acm: add entry for Hiro (Conexant) modem + - USB: Wait for extra delay time after USB_PORT_FEAT_RESET for quirky hub + - usb: quirks: Add delay-init quirk for Corsair K70 LUX RGB + - misc: atmel-ssc: Fix section annotation on atmel_ssc_get_driver_data + - USB: misc: appledisplay: add 20" Apple Cinema Display + - gnss: serial: fix synchronous write timeout + - gnss: sirf: fix synchronous write timeout + - mtd: rawnand: atmel: fix OF child-node lookup + - drivers/misc/sgi-gru: fix Spectre v1 vulnerability + - ACPI / platform: Add SMB0001 HID to forbidden_id_list + - HID: uhid: forbid UHID_CREATE under KERNEL_DS or elevated privileges + - HID: Add quirk for Primax PIXART OEM mice + - HID: Add quirk for Microsoft PIXART OEM mouse + - libceph: fall back to sendmsg for slab pages + - mt76x0: run vco calibration for each channel configuration + - Linux 4.19.5 + + * Miscellaneous Ubuntu changes + - Revert "UBUNTU: Build signed kernels for arm64" + + -- Seth Forshee Tue, 27 Nov 2018 10:38:34 -0600 + +linux (4.19.0-6.7) disco; urgency=medium + + * linux: 4.19.0-6.7 -proposed tracker (LP: #1805195) + + * SecureBoot support for arm64 (LP: #1804481) + - Build signed kernels for arm64 + + * Add pointstick support for Cirque Touchpad (LP: #1805081) + - HID: multitouch: Add pointstick support for Cirque Touchpad + + * Power consumption during s2idle is higher than long idle (Intel SSDPEKKF) + (LP: #1804588) + - SAUCE: pci: prevent Intel NVMe SSDPEKKF from entering D3 + - SAUCE: nvme: add quirk to not call disable function when suspending + + * Disco update: 4.19.4 upstream stable release (LP: #1805159) + - flow_dissector: do not dissect l4 ports for fragments + - ibmvnic: fix accelerated VLAN handling + - ip_tunnel: don't force DF when MTU is locked + - ipv6: fix a dst leak when removing its exception + - ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRF + - net: bcmgenet: protect stop from timeout + - net-gro: reset skb->pkt_type in napi_reuse_skb() + - sctp: not allow to set asoc prsctp_enable by sockopt + - tcp: Fix SOF_TIMESTAMPING_RX_HARDWARE to use the latest timestamp during TCP + coalescing + - tg3: Add PHY reset for 5717/5719/5720 in change ring and flow control paths + - tipc: don't assume linear buffer when reading ancillary data + - tipc: fix lockdep warning when reinitilaizing sockets + - tuntap: fix multiqueue rx + - net: systemport: Protect stop from timeout + - net/sched: act_pedit: fix memory leak when IDR allocation fails + - net: sched: cls_flower: validate nested enc_opts_policy to avoid warning + - tipc: fix link re-establish failure + - net/mlx5e: Don't match on vlan non-existence if ethertype is wildcarded + - net/mlx5e: Claim TC hw offloads support only under a proper build config + - net/mlx5e: Adjust to max number of channles when re-attaching + - net/mlx5e: RX, verify received packet size in Linear Striding RQ + - Revert "sctp: remove sctp_transport_pmtu_check" + - net/mlx5e: Always use the match level enum when parsing TC rule match + - net/mlx5e: Fix selftest for small MTUs + - net/mlx5e: Removed unnecessary warnings in FEC caps query + - inet: frags: better deal with smp races + - l2tp: fix a sock refcnt leak in l2tp_tunnel_register + - net/mlx5: IPSec, Fix the SA context hash key + - net/mlx5e: IPoIB, Reset QP after channels are closed + - net: dsa: mv88e6xxx: Fix clearing of stats counters + - net: phy: realtek: fix RTL8201F sysfs name + - sctp: define SCTP_SS_DEFAULT for Stream schedulers + - net: qualcomm: rmnet: Fix incorrect assignment of real_dev + - net: dsa: microchip: initialize mutex before use + - sctp: fix strchange_flags name for Stream Change Event + - net: phy: mdio-gpio: Fix working over slow can_sleep GPIOs + - sctp: not increase stream's incnt before sending addstrm_in request + - mlxsw: spectrum: Fix IP2ME CPU policer configuration + - net: smsc95xx: Fix MTU range + - rxrpc: Fix lockup due to no error backoff after ack transmit error + - usbnet: smsc95xx: disable carrier check while suspending + - Revert "x86/speculation: Enable cross-hyperthread spectre v2 STIBP + mitigation" + - Linux 4.19.4 + + * Disco update: 4.19.3 upstream stable release (LP: #1805158) + - powerpc/traps: restore recoverability of machine_check interrupts + - powerpc/64/module: REL32 relocation range check + - powerpc/mm: Fix page table dump to work on Radix + - powerpc/mm: fix always true/false warning in slice.c + - drm/amd/display: fix bug of accessing invalid memory + - Input: wm97xx-ts - fix exit path + - powerpc/Makefile: Fix PPC_BOOK3S_64 ASFLAGS + - powerpc/eeh: Fix possible null deref in eeh_dump_dev_log() + - tty: check name length in tty_find_polling_driver() + - tracing/kprobes: Check the probe on unloaded module correctly + - drm/nouveau/secboot/acr: fix memory leak + - drm/amdgpu/powerplay: fix missing break in switch statements + - ARM: imx_v6_v7_defconfig: Select CONFIG_TMPFS_POSIX_ACL + - powerpc/nohash: fix undefined behaviour when testing page size support + - drm/msm/gpu: fix parameters in function msm_gpu_crashstate_capture + - drm/msm/disp/dpu: Use proper define for drm_encoder_init() 'encoder_type' + - drm/msm: dpu: Allow planes to extend past active display + - powerpc/mm: Don't report hugepage tables as memory leaks when using kmemleak + - drm/omap: fix memory barrier bug in DMM driver + - drm/amd/display: Raise dispclk value for dce120 by 15% + - drm/amd/display: fix gamma not being applied + - drm/hisilicon: hibmc: Do not carry error code in HiBMC framebuffer pointer + - media: pci: cx23885: handle adding to list failure + - media: coda: don't overwrite h.264 profile_idc on decoder instance + - MIPS: kexec: Mark CPU offline before disabling local IRQ + - powerpc/boot: Ensure _zimage_start is a weak symbol + - powerpc/memtrace: Remove memory in chunks + - MIPS/PCI: Call pcie_bus_configure_settings() to set MPS/MRRS + - staging: erofs: fix a missing endian conversion + - serial: 8250_of: Fix for lack of interrupt support + - sc16is7xx: Fix for multi-channel stall + - media: tvp5150: fix width alignment during set_selection() + - powerpc/selftests: Wait all threads to join + - staging:iio:ad7606: fix voltage scales + - drm: rcar-du: Update Gen3 output limitations + - drm/amdgpu: Fix SDMA TO after GPU reset v3 + - staging: most: video: fix registration of an empty comp core_component + - 9p locks: fix glock.client_id leak in do_lock + - udf: Prevent write-unsupported filesystem to be remounted read-write + - ARM: dts: imx6ull: keep IMX6UL_ prefix for signals on both i.MX6UL and + i.MX6ULL + - media: ov5640: fix mode change regression + - 9p: clear dangling pointers in p9stat_free + - drm/amdgpu: fix integer overflow test in amdgpu_bo_list_create() + - media: ov5640: fix restore of last mode set + - cdrom: fix improper type cast, which can leat to information leak. + - ovl: fix error handling in ovl_verify_set_fh() + - ovl: fix recursive oi->lock in ovl_link() + - ovl: check whiteout in ovl_create_over_whiteout() + - ovl: automatically enable redirect_dir on metacopy=on + - serial: sh-sci: Fix could not remove dev_attr_rx_fifo_timeout + - scsi: qla2xxx: Fix incorrect port speed being set for FC adapters + - scsi: qla2xxx: Fix process response queue for ISP26XX and above + - scsi: qla2xxx: Remove stale debug trace message from tcm_qla2xxx + - scsi: qla2xxx: Fix early srb free on abort + - scsi: qla2xxx: shutdown chip if reset fail + - scsi: qla2xxx: Reject bsg request if chip is down. + - scsi: qla2xxx: Fix re-using LoopID when handle is in use + - scsi: qla2xxx: Fix for double free of SRB structure + - scsi: qla2xxx: Fix NVMe session hang on unload + - scsi: qla2xxx: Fix NVMe Target discovery + - scsi: qla2xxx: Fix duplicate switch database entries + - scsi: qla2xxx: Fix driver hang when FC-NVMe LUNs are configured + - vfs: fix FIGETBSZ ioctl on an overlayfs file + - fuse: Fix use-after-free in fuse_dev_do_read() + - fuse: Fix use-after-free in fuse_dev_do_write() + - fuse: fix blocked_waitq wakeup + - fuse: set FR_SENT while locked + - drm/msm: fix OF child-node lookup + - arm64: dts: stratix10: Support Ethernet Jumbo frame + - arm64: dts: stratix10: fix multicast filtering + - clk: meson-gxbb: set fclk_div3 as CLK_IS_CRITICAL + - clk: meson: axg: mark fdiv2 and fdiv3 as critical + - zram: close udev startup race condition as default groups + - MIPS: Loongson-3: Fix CPU UART irq delivery problem + - MIPS: Loongson-3: Fix BRIDGE irq delivery problem + - xtensa: add NOTES section to the linker script + - xtensa: make sure bFLT stack is 16 byte aligned + - xtensa: fix boot parameters address translation + - um: Drop own definition of PTRACE_SYSEMU/_SINGLESTEP + - clk: s2mps11: Fix matching when built as module and DT node contains + compatible + - clk: at91: Fix division by zero in PLL recalc_rate() + - clk: sunxi-ng: h6: fix bus clocks' divider position + - clk: rockchip: fix wrong mmc sample phase shift for rk3328 + - clk: rockchip: Fix static checker warning in rockchip_ddrclk_get_parent call + - libceph: bump CEPH_MSG_MAX_DATA_LEN + - Revert "ceph: fix dentry leak in splice_dentry()" + - thermal: core: Fix use-after-free in thermal_cooling_device_destroy_sysfs + - mach64: fix display corruption on big endian machines + - mach64: fix image corruption due to reading accelerator registers + - acpi/nfit, x86/mce: Handle only uncorrectable machine checks + - acpi/nfit, x86/mce: Validate a MCE's address before using it + - acpi, nfit: Fix ARS overflow continuation + - reset: hisilicon: fix potential NULL pointer dereference + - crypto: hisilicon - Fix NULL dereference for same dst and src + - crypto: hisilicon - Fix reference after free of memories on error path + - vhost/scsi: truncate T10 PI iov_iter to prot_bytes + - scsi: qla2xxx: Initialize port speed to avoid setting lower speed + - SCSI: fix queue cleanup race before queue initialization is done + - Revert "powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for + CONFIG_SWAP" + - soc: ti: QMSS: Fix usage of irq_set_affinity_hint + - ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entry + - ocfs2: free up write context when direct IO failed + - mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings + - memory_hotplug: cond_resched in __remove_pages + - netfilter: conntrack: fix calculation of next bucket number in early_drop + - ARM: 8809/1: proc-v7: fix Thumb annotation of cpu_v7_hvc_switch_mm + - bonding/802.3ad: fix link_failure_count tracking + - mtd: spi-nor: cadence-quadspi: Return error code in + cqspi_direct_read_execute() + - mtd: nand: Fix nanddev_neraseblocks() + - mtd: docg3: don't set conflicting BCH_CONST_PARAMS option + - hwmon: (core) Fix double-free in __hwmon_device_register() + - perf cs-etm: Correct CPU mode for samples + - perf stat: Handle different PMU names with common prefix + - perf callchain: Honour the ordering of PERF_CONTEXT_{USER,KERNEL,etc} + - perf intel-pt/bts: Calculate cpumode for synthesized samples + - perf intel-pt: Insert callchain context into synthesized callchains + - of, numa: Validate some distance map rules + - x86/cpu/vmware: Do not trace vmware_sched_clock() + - x86/hyper-v: Enable PIT shutdown quirk + - termios, tty/tty_baudrate.c: fix buffer overrun + - arch/alpha, termios: implement BOTHER, IBSHIFT and termios2 + - watchdog/core: Add missing prototypes for weak functions + - btrfs: fix pinned underflow after transaction aborted + - Btrfs: fix missing data checksums after a ranged fsync (msync) + - Btrfs: fix cur_offset in the error case for nocow + - Btrfs: fix infinite loop on inode eviction after deduplication of eof block + - Btrfs: fix data corruption due to cloning of eof block + - btrfs: tree-checker: Fix misleading group system information + - clockevents/drivers/i8253: Add support for PIT shutdown quirk + - ext4: add missing brelse() update_backups()'s error path + - ext4: add missing brelse() in set_flexbg_block_bitmap()'s error path + - ext4: add missing brelse() add_new_gdb_meta_bg()'s error path + - ext4: avoid potential extra brelse in setup_new_flex_group_blocks() + - ext4: missing !bh check in ext4_xattr_inode_write() + - ext4: fix possible inode leak in the retry loop of ext4_resize_fs() + - ext4: avoid buffer leak on shutdown in ext4_mark_iloc_dirty() + - ext4: avoid buffer leak in ext4_orphan_add() after prior errors + - ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizing + - ext4: avoid possible double brelse() in add_new_gdb() on error path + - ext4: fix possible leak of sbi->s_group_desc_leak in error path + - ext4: fix possible leak of s_journal_flag_rwsem in error path + - ext4: fix buffer leak in ext4_xattr_get_block() on error path + - ext4: release bs.bh before re-using in ext4_xattr_block_find() + - ext4: fix buffer leak in ext4_xattr_move_to_block() on error path + - ext4: fix buffer leak in ext4_expand_extra_isize_ea() on error path + - ext4: fix buffer leak in __ext4_read_dirblock() on error path + - mount: Prevent MNT_DETACH from disconnecting locked mounts + - mnt: fix __detach_mounts infinite loop + - uapi: fix linux/kfd_ioctl.h userspace compilation errors + - ARM: cpuidle: Don't register the driver when back-end init returns -ENXIO + - kdb: use correct pointer when 'btc' calls 'btt' + - kdb: print real address of pointers instead of hashed addresses + - sunrpc: correct the computation for page_ptr when truncating + - NFSv4: Don't exit the state manager without clearing + NFS4CLNT_MANAGER_RUNNING + - nfsd: COPY and CLONE operations require the saved filehandle to be set + - rtc: hctosys: Add missing range error reporting + - fuse: fix use-after-free in fuse_direct_IO() + - fuse: fix leaked notify reply + - fuse: fix possibly missed wake-up after abort + - selinux: check length properly in SCTP bind hook + - gfs2: Put bitmap buffers in put_super + - gfs2: Fix metadata read-ahead during truncate (2) + - libata: blacklist SAMSUNG MZ7TD256HAFV-000L9 SSD + - crypto: user - fix leaking uninitialized memory to userspace + - lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturn + - hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444! + - mm/swapfile.c: use kvzalloc for swap_info_struct allocation + - efi/arm/libstub: Pack FDT after populating it + - mm: don't reclaim inodes with many attached pages + - scripts/spdxcheck.py: make python3 compliant + - drm/rockchip: Allow driver to be shutdown on reboot/kexec + - drm/amdgpu: Fix typo in amdgpu_vmid_mgr_init + - drm/amdgpu: add missing CHIP_HAINAN in amdgpu_ucode_get_load_type + - drm/amdgpu: Suppress keypresses from ACPI_VIDEO events + - drm/nouveau: Check backlight IDs are >= 0, not > 0 + - drm/nouveau: Fix nv50_mstc->best_encoder() + - drm/amd/powerplay: Enable/Disable NBPSTATE on On/OFF of UVD + - drm/etnaviv: fix bogus fence complete check in timeout handler + - drm/dp_mst: Check if primary mstb is null + - drm: panel-orientation-quirks: Add quirk for Acer One 10 (S1003) + - drm/i915/dp: Link train Fallback on eDP only if fallback link BW can fit + panel's native mode + - drm/i915: Use the correct crtc when sanitizing plane mapping + - drm/i915: Restore vblank interrupts earlier + - drm/i915: Don't unset intel_connector->mst_port + - drm/i915: Skip vcpi allocation for MSTB ports that are gone + - drm/i915: Large page offsets for pread/pwrite + - drm/i915/dp: Fix link retraining comment in intel_dp_long_pulse() + - drm/i915/dp: Restrict link retrain workaround to external monitors + - drm/i915/icl: Fix the macros for DFLEXDPMLE register bits + - drm/i915/hdmi: Add HDMI 2.0 audio clock recovery N values + - drm/i915: Mark up GTT sizes as u64 + - drm/i915: Fix error handling for the NV12 fb dimensions check + - drm/i915: Fix ilk+ watermarks when disabling pipes + - drm/i915: Compare user's 64b GTT offset even on 32b + - drm/i915: Don't oops during modeset shutdown after lpe audio deinit + - drm/i915: Mark pin flags as u64 + - drm/i915/ringbuffer: Delay after EMIT_INVALIDATE for gen4/gen5 + - drm/i915/execlists: Force write serialisation into context image vs + execution + - drm/i915: Fix possible race in intel_dp_add_mst_connector() + - drm/i915: Fix NULL deref when re-enabling HPD IRQs on systems with MST + - drm/i915: Fix hpd handling for pins with two encoders + - CONFIG_XEN_PV breaks xen_create_contiguous_region on ARM + - Revert "ACPICA: AML interpreter: add region addresses in global list during + initialization" + - Linux 4.19.3 + + * glibc 2.28-0ubuntu1 ADT test failure with linux 4.19.0-5.6 (LP: #1805154) + - SAUCE: Revert "x86: vdso: Use $LD instead of $CC to link" + + * Miscellaneous Ubuntu changes + - SAUCE: (noup) Update spl to 0.7.12-1ubuntu1, zfs to 0.7.12-1ubuntu1 + + -- Seth Forshee Mon, 26 Nov 2018 11:44:00 -0600 + +linux (4.19.0-5.6) disco; urgency=medium + + * crash in ENA driver on removing an interface (LP: #1802341) + - SAUCE: net: ena: fix crash during ena_remove() + + * Ubuntu 18.04.1 - [s390x] Kernel panic while stressing network bonding + (LP: #1797367) + - s390/qeth: sanitize strings in debug messages + + * Disco update: 4.19.2 upstream stable release (LP: #1803410) + - bpf: fix partial copy of map_ptr when dst is scalar + - MIPS: VDSO: Reduce VDSO_RANDOMIZE_SIZE to 64MB for 64bit + - gpio: mxs: Get rid of external API call + - mtd: rawnand: marvell: fix the IRQ handler complete() condition + - mtd: maps: gpio-addr-flash: Fix ioremapped size + - mtd: spi-nor: fsl-quadspi: fix read error for flash size larger than 16MB + - mtd: spi-nor: intel-spi: Add support for Intel Ice Lake SPI serial flash + - mtd: spi-nor: fsl-quadspi: Don't let -EINVAL on the bus + - spi: spi-mem: Adjust op len based on message/transfer size limitations + - spi: bcm-qspi: switch back to reading flash using smaller chunks + - spi: bcm-qspi: fix calculation of address length + - bcache: trace missed reading by cache_missed + - bcache: fix ioctl in flash device + - bcache: correct dirty data statistics + - bcache: fix miss key refill->end in writeback + - hwmon: (pmbus) Fix page count auto-detection. + - jffs2: free jffs2_sb_info through jffs2_kill_sb() + - block: setup bounce bio_sets properly + - block: make sure discard bio is aligned with logical block size + - block: make sure writesame bio is aligned with logical block size + - cpufreq: conservative: Take limits changes into account properly + - dma-mapping: fix panic caused by passing empty cma command line argument + - pcmcia: Implement CLKRUN protocol disabling for Ricoh bridges + - ACPI / OSL: Use 'jiffies' as the time bassis for acpi_os_get_timer() + - ACPICA: AML interpreter: add region addresses in global list during + initialization + - ACPICA: AML Parser: fix parse loop to correctly skip erroneous extended + opcodes + - acpi, nfit: Fix Address Range Scrub completion tracking + - kprobes/x86: Use preempt_enable() in optimized_callback() + - mailbox: PCC: handle parse error + - parisc: Fix address in HPMC IVA + - parisc: Fix map_pages() to not overwrite existing pte entries + - parisc: Fix exported address of os_hpmc handler + - ALSA: hda - Add quirk for ASUS G751 laptop + - ALSA: hda - Fix headphone pin config for ASUS G751 + - ALSA: hda - Add mic quirk for the Lenovo G50-30 (17aa:3905) + - ALSA: hda: Add 2 more models to the power_save blacklist + - ALSA: ca0106: Disable IZD on SB0570 DAC to fix audio pops + - ALSA: hda - Fix incorrect clearance of thinkpad_acpi hooks + - x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation + - x86/xen: Fix boot loader version reported for PVH guests + - x86/corruption-check: Fix panic in memory_corruption_check() when boot + option without value is provided + - x86/kvm/nVMX: allow bare VMXON state migration + - x86/mm/pat: Disable preemption around __flush_tlb_all() + - x86/numa_emulation: Fix uniform-split numa emulation + - ARM: dts: exynos: Disable pull control for MAX8997 interrupts on Origen + - net: socionext: Reset tx queue in ndo_stop + - net: loopback: clear skb->tstamp before netif_rx() + - locking/lockdep: Fix debug_locks off performance problem + - netfilter: xt_nat: fix DNAT target for shifted portmap ranges + - ataflop: fix error handling during setup + - swim: fix cleanup on setup error + - arm64: cpufeature: ctr: Fix cpu capability check for late CPUs + - hv_netvsc: fix vf serial matching with pci slot info + - nfp: devlink port split support for 1x100G CXP NIC + - tun: Consistently configure generic netdev params via rtnetlink + - s390/sthyi: Fix machine name validity indication + - hwmon: (pwm-fan) Set fan speed to 0 on suspend + - lightnvm: pblk: fix race on sysfs line state + - lightnvm: pblk: fix two sleep-in-atomic-context bugs + - lightnvm: pblk: fix race condition on metadata I/O + - spi: spi-ep93xx: Use dma_data_direction for ep93xx_spi_dma_{finish,prepare} + - perf tools: Free temporary 'sys' string in read_event_files() + - perf tools: Cleanup trace-event-info 'tdata' leak + - perf tools: Free 'printk' string in parse_ftrace_printk() + - perf strbuf: Match va_{add,copy} with va_end + - cpupower: Fix coredump on VMWare + - bcache: Populate writeback_rate_minimum attribute + - mmc: sdhci-pci-o2micro: Add quirk for O2 Micro dev 0x8620 rev 0x01 + - sdhci: acpi: add free_slot callback + - mtd: rawnand: denali: set SPARE_AREA_SKIP_BYTES register to 8 if unset + - iwlwifi: pcie: avoid empty free RB queue + - iwlwifi: mvm: clear HW_RESTART_REQUESTED when stopping the interface + - iwlwifi: mvm: check for n_profiles validity in EWRD ACPI + - x86/olpc: Indicate that legacy PC XO-1 platform should not register RTC + - wlcore: Fix BUG with clear completion on timeout + - ACPI/PPTT: Handle architecturally unknown cache types + - ACPI / PM: LPIT: Register sysfs attributes based on FADT + - ACPI / processor: Fix the return value of acpi_processor_ids_walk() + - cpufreq: dt: Try freeing static OPPs only if we have added them + - x86/intel_rdt: Show missing resctrl mount options + - mtd: rawnand: atmel: Fix potential NULL pointer dereference + - nvme: call nvme_complete_rq when nvmf_check_ready fails for mpath I/O + - ath10k: fix tx status flag setting for management frames + - signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstack + - ice: fix changing of ring descriptor size (ethtool -G) + - ice: update fw version check logic + - net: hns3: Fix for packet buffer setting bug + - Bluetooth: btbcm: Add entry for BCM4335C0 UART bluetooth + - Bluetooth: hci_qca: Remove hdev dereference in qca_close(). + - x86: boot: Fix EFI stub alignment + - net: hns3: Add nic state check before calling netif_tx_wake_queue + - net: hns3: Fix ets validate issue + - pinctrl: sunxi: fix 'pctrl->functions' allocation in + sunxi_pinctrl_build_state + - pinctrl: qcom: spmi-mpp: Fix err handling of pmic_mpp_set_mux + - brcmfmac: fix for proper support of 160MHz bandwidth + - net: hns3: Check hdev state when getting link status + - net: hns3: Set STATE_DOWN bit of hdev state when stopping net + - net: phy: phylink: ensure the carrier is off when starting phylink + - block, bfq: correctly charge and reset entity service in all cases + - arm64: entry: Allow handling of undefined instructions from EL1 + - kprobes: Return error if we fail to reuse kprobe instead of BUG_ON() + - spi: gpio: No MISO does not imply no RX + - ACPI / LPSS: Add alternative ACPI HIDs for Cherry Trail DMA controllers + - pinctrl: qcom: spmi-mpp: Fix drive strength setting + - bpf/verifier: fix verifier instability + - failover: Add missing check to validate 'slave_dev' in + net_failover_slave_unregister + - perf tests: Fix record+probe_libc_inet_pton.sh without ping's debuginfo + - pinctrl: spmi-mpp: Fix pmic_mpp_config_get() to be compliant + - pinctrl: ssbi-gpio: Fix pm8xxx_pin_config_get() to be compliant + - net: hns3: Preserve vlan 0 in hardware table + - net: hns3: Fix ping exited problem when doing lp selftest + - net: hns3: Fix for vf vlan delete failed problem + - net: dsa: mv88e6xxx: Fix writing to a PHY page. + - mt76x2u: run device cleanup routine if resume fails + - rsi: fix memory alignment issue in ARM32 platforms + - libertas_tf: prevent underflow in process_cmdrequest() + - iwlwifi: mvm: fix BAR seq ctrl reporting + - gpio: brcmstb: allow 0 width GPIO banks + - ixgbe: disallow IPsec Tx offload when in SR-IOV mode + - ixgbevf: VF2VF TCP RSS + - wil6210: fix RX buffers release and unmap + - ath10k: schedule hardware restart if WMI command times out + - libata: Apply NOLPM quirk for SAMSUNG MZ7TD256HAFV-000L9 + - thermal: rcar_thermal: Prevent doing work after unbind + - thermal: da9062/61: Prevent hardware access during system suspend + - cifs: fix a credits leak for compund commands + - cgroup, netclassid: add a preemption point to write_classid + - net: stmmac: dwmac-sun8i: fix OF child-node lookup + - f2fs: fix to account IO correctly for cgroup writeback + - MD: Memory leak when flush bio size is zero + - md: fix memleak for mempool + - of: Add missing exports of node name compare functions + - scsi: esp_scsi: Track residual for PIO transfers + - scsi: ufs: Schedule clk gating work on correct queue + - UAPI: ndctl: Fix g++-unsupported initialisation in headers + - KVM: nVMX: Clear reserved bits of #DB exit qualification + - scsi: megaraid_sas: fix a missing-check bug + - RDMA/core: Do not expose unsupported counters + - RDMA/cm: Respect returned status of cm_init_av_by_path + - IB/ipoib: Clear IPCB before icmp_send + - RDMA/bnxt_re: Avoid accessing nq->bar_reg_iomem in failure case + - RDMA/bnxt_re: Fix recursive lock warning in debug kernel + - usb: host: ohci-at91: fix request of irq for optional gpio + - PCI: mediatek: Fix mtk_pcie_find_port() endpoint/port matching logic + - PCI: cadence: Use AXI region 0 to signal interrupts from EP + - usb: typec: tcpm: Report back negotiated PPS voltage and current + - tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivated + - f2fs: clear PageError on the read path + - Drivers: hv: vmbus: Use cpumask_var_t for on-stack cpu mask + - VMCI: Resource wildcard match fixed + - PCI / ACPI: Enable wake automatically for power managed bridges + - xprtrdma: Reset credit grant properly after a disconnect + - irqchip/pdc: Setup all edge interrupts as rising edge at GIC + - usb: dwc2: fix call to vbus supply exit routine, call it unlocked + - usb: dwc2: fix a race with external vbus supply + - usb: gadget: udc: atmel: handle at91sam9rl PMC + - ext4: fix argument checking in EXT4_IOC_MOVE_EXT + - MD: fix invalid stored role for a disk + - PCI: cadence: Correct probe behaviour when failing to get PHY + - nvmem: check the return value of nvmem_add_cells() + - xhci: Avoid USB autosuspend when resuming USB2 ports. + - scsi: qla2xxx: Fix recursive mailbox timeout + - f2fs: fix to recover inode's crtime during POR + - f2fs: fix to recover inode's i_flags during POR + - PCI/MSI: Warn and return error if driver enables MSI/MSI-X twice + - coresight: etb10: Fix handling of perf mode + - PCI: dwc: pci-dra7xx: Enable errata i870 for both EP and RC mode + - crypto: caam - fix implicit casts in endianness helpers + - usb: chipidea: Prevent unbalanced IRQ disable + - Smack: ptrace capability use fixes + - driver/dma/ioat: Call del_timer_sync() without holding prep_lock + - ASoC: AMD: Fix capture unstable in beginning for some runs + - firmware: coreboot: Unmap ioregion after device population + - IB/ipoib: Use dev_port to expose network interface port numbers + - IB/mlx5: Allow transition of DCI QP to reset + - uio: ensure class is registered before devices + - scsi: lpfc: Correct soft lockup when running mds diagnostics + - scsi: lpfc: Correct race with abort on completion path + - f2fs: avoid sleeping under spin_lock + - f2fs: report error if quota off error during umount + - signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace + init + - f2fs: fix to flush all dirty inodes recovered in readonly fs + - mfd: menelaus: Fix possible race condition and leak + - dmaengine: dma-jz4780: Return error if not probed from DT + - IB/rxe: fix for duplicate request processing and ack psns + - ALSA: hda: Check the non-cached stream buffers more explicitly + - cpupower: Fix AMD Family 0x17 msr_pstate size + - Revert "f2fs: fix to clear PG_checked flag in set_page_dirty()" + - f2fs: fix missing up_read + - f2fs: fix to recover cold bit of inode block during POR + - f2fs: fix to account IO correctly + - OPP: Free OPP table properly on performance state irregularities + - ARM: dts: exynos: Convert exynos5250.dtsi to opp-v2 bindings + - ARM: dts: exynos: Mark 1 GHz CPU OPP as suspend OPP on Exynos5250 + - xen-swiotlb: use actually allocated size on check physical continuous + - tpm: Restore functionality to xen vtpm driver. + - xen/blkfront: avoid NULL blkfront_info dereference on device removal + - xen/balloon: Support xend-based toolstack + - xen: fix race in xen_qlock_wait() + - xen: make xen_qlock_wait() nestable + - xen/pvh: increase early stack size + - xen/pvh: don't try to unplug emulated devices + - libertas: don't set URB_ZERO_PACKET on IN USB transfer + - usbip:vudc: BUG kmalloc-2048 (Not tainted): Poison overwritten + - usb: typec: tcpm: Fix APDO PPS order checking to be based on voltage + - usb: gadget: udc: renesas_usb3: Fix b-device mode for "workaround" + - mt76: mt76x2: fix multi-interface beacon configuration + - iwlwifi: mvm: check return value of rs_rate_from_ucode_rate() + - net/ipv4: defensive cipso option parsing + - dmaengine: ppc4xx: fix off-by-one build failure + - scsi: sched/wait: Add wait_event_lock_irq_timeout for TASK_UNINTERRUPTIBLE + usage + - scsi: target: Fix target_wait_for_sess_cmds breakage with active signals + - libnvdimm: Hold reference on parent while scheduling async init + - libnvdimm, region: Fail badblocks listing for inactive regions + - libnvdimm, pmem: Fix badblocks population for 'raw' namespaces + - ASoC: intel: skylake: Add missing break in skl_tplg_get_token() + - ASoC: sta32x: set ->component pointer in private struct + - IB/mlx5: Fix MR cache initialization + - IB/rxe: Revise the ib_wr_opcode enum + - jbd2: fix use after free in jbd2_log_do_checkpoint() + - gfs2_meta: ->mount() can get NULL dev_name + - ext4: fix EXT4_IOC_SWAP_BOOT + - ext4: initialize retries variable in ext4_da_write_inline_data_begin() + - ext4: fix setattr project check in fssetxattr ioctl + - ext4: propagate error from dquot_initialize() in EXT4_IOC_FSSETXATTR + - ext4: fix use-after-free race in ext4_remount()'s error path + - selinux: fix mounting of cgroup2 under older policies + - HID: wacom: Work around HID descriptor bug in DTK-2451 and DTH-2452 + - HID: hiddev: fix potential Spectre v1 + - EDAC, amd64: Add Family 17h, models 10h-2fh support + - EDAC, {i7core,sb,skx}_edac: Fix uncorrected error counting + - EDAC, skx_edac: Fix logical channel intermediate decoding + - ARM: dts: dra7: Fix up unaligned access setting for PCIe EP + - PCI/ASPM: Fix link_state teardown on device removal + - PCI: Add Device IDs for Intel GPU "spurious interrupt" quirk + - signal/GenWQE: Fix sending of SIGKILL + - signal: Guard against negative signal numbers in copy_siginfo_from_user32 + - crypto: lrw - Fix out-of bounds access on counter overflow + - crypto: tcrypt - fix ghash-generic speed test + - crypto: aesni - don't use GFP_ATOMIC allocation if the request doesn't cross + a page in gcm + - crypto: morus/generic - fix for big endian systems + - crypto: aegis/generic - fix for big endian systems + - crypto: speck - remove Speck + - mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range() + - userfaultfd: disable irqs when taking the waitqueue lock + - ima: fix showing large 'violations' or 'runtime_measurements_count' + - ima: open a new file instance if no read permissions + - hugetlbfs: dirty pages as they are added to pagecache + - mm/rmap: map_pte() was not handling private ZONE_DEVICE page properly + - mm/hmm: fix race between hmm_mirror_unregister() and mmu_notifier callback + - KVM: arm/arm64: Ensure only THP is candidate for adjustment + - KVM: arm64: Fix caching of host MDCR_EL2 value + - kbuild: fix kernel/bounds.c 'W=1' warning + - iio: ad5064: Fix regulator handling + - iio: adc: imx25-gcq: Fix leak of device_node in mx25_gcq_setup_cfgs() + - iio: adc: at91: fix acking DRDY irq on simple conversions + - iio: adc: at91: fix wrong channel number in triggered buffer mode + - w1: omap-hdq: fix missing bus unregister at removal + - smb3: allow stats which track session and share reconnects to be reset + - smb3: do not attempt cifs operation in smb3 query info error path + - smb3: on kerberos mount if server doesn't specify auth type use krb5 + - printk: Fix panic caused by passing log_buf_len to command line + - genirq: Fix race on spurious interrupt detection + - tpm: fix response size validation in tpm_get_random() + - NFC: nfcmrvl_uart: fix OF child-node lookup + - NFSv4.1: Fix the r/wsize checking + - nfs: Fix a missed page unlock after pg_doio() + - nfsd: correctly decrement odstate refcount in error path + - nfsd: Fix an Oops in free_session() + - lockd: fix access beyond unterminated strings in prints + - dm ioctl: harden copy_params()'s copy_from_user() from malicious users + - dm zoned: fix metadata block ref counting + - dm zoned: fix various dmz_get_mblock() issues + - media: ov7670: make "xclk" clock optional + - fsnotify: Fix busy inodes during unmount + - powerpc64/module elfv1: Set opd addresses after module relocation + - powerpc/msi: Fix compile error on mpc83xx + - powerpc/tm: Fix HFSCR bit for no suspend case + - powerpc/64s/hash: Do not use PPC_INVALIDATE_ERAT on CPUs before POWER9 + - MIPS: OCTEON: fix out of bounds array access on CN68XX + - rtc: ds1307: fix ds1339 wakealarm support + - rtc: cmos: Fix non-ACPI undefined reference to `hpet_rtc_interrupt' + - rtc: cmos: Remove the `use_acpi_alarm' module parameter for !ACPI + - power: supply: twl4030-charger: fix OF sibling-node lookup + - ocxl: Fix access to the AFU Descriptor Data + - iommu/arm-smmu: Ensure that page-table updates are visible before TLBI + - TC: Set DMA masks for devices + - net: bcmgenet: fix OF child-node lookup + - media: v4l2-tpg: fix kernel oops when enabling HFLIP and OSD + - Revert "media: dvbsky: use just one mutex for serializing device R/W ops" + - kgdboc: Passing ekgdboc to command line causes panic + - remoteproc: qcom: q6v5: Propagate EPROBE_DEFER + - media: cec: make cec_get_edid_spa_location() an inline function + - media: cec: integrate cec_validate_phys_addr() in cec-api.c + - xen: fix xen_qlock_wait() + - xen: remove size limit of privcmd-buf mapping interface + - xen-blkfront: fix kernel panic with negotiate_mq error path + - media: cec: add new tx/rx status bits to detect aborts/timeouts + - media: cec: fix the Signal Free Time calculation + - media: cec: forgot to cancel delayed work + - media: em28xx: use a default format if TRY_FMT fails + - media: tvp5150: avoid going past array on v4l2_querymenu() + - media: em28xx: fix input name for Terratec AV 350 + - media: em28xx: make v4l2-compliance happier by starting sequence on zero + - media: em28xx: fix handler for vidioc_s_input() + - media: adv7604: when the EDID is cleared, unconfigure CEC as well + - media: adv7842: when the EDID is cleared, unconfigure CEC as well + - drm/mediatek: fix OF sibling-node lookup + - media: media colorspaces*.rst: rename AdobeRGB to opRGB + - media: replace ADOBERGB by OPRGB + - media: hdmi.h: rename ADOBE_RGB to OPRGB and ADOBE_YCC to OPYCC + - arm64: lse: remove -fcall-used-x0 flag + - rpmsg: smd: fix memory leak on channel create + - Cramfs: fix abad comparison when wrap-arounds occur + - ARM: dts: socfpga: Fix SDRAM node address for Arria10 + - arm64: dts: stratix10: Correct System Manager register size + - soc: qcom: rmtfs-mem: Validate that scm is available + - soc/tegra: pmc: Fix child-node lookup + - selftests/ftrace: Fix synthetic event test to delete event correctly + - selftests/powerpc: Fix ptrace tm failure + - tracing: Return -ENOENT if there is no target synthetic event + - btrfs: qgroup: Avoid calling qgroup functions if qgroup is not enabled + - btrfs: Handle owner mismatch gracefully when walking up tree + - btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlock + - btrfs: fix error handling in free_log_tree + - btrfs: fix error handling in btrfs_dev_replace_start + - btrfs: Enhance btrfs_trim_fs function to handle error better + - btrfs: Ensure btrfs_trim_fs can trim the whole filesystem + - btrfs: iterate all devices during trim, instead of fs_devices::alloc_list + - btrfs: don't attempt to trim devices that don't support it + - btrfs: keep trim from interfering with transaction commits + - btrfs: wait on caching when putting the bg cache + - Btrfs: don't clean dirty pages during buffered writes + - btrfs: release metadata before running delayed refs + - btrfs: protect space cache inode alloc with GFP_NOFS + - btrfs: reset max_extent_size on clear in a bitmap + - btrfs: make sure we create all new block groups + - Btrfs: fix warning when replaying log after fsync of a tmpfile + - Btrfs: fix wrong dentries after fsync of file that got its parent replaced + - btrfs: qgroup: Dirty all qgroups before rescan + - Btrfs: fix null pointer dereference on compressed write path error + - Btrfs: fix assertion on fsync of regular file when using no-holes feature + - Btrfs: fix deadlock when writing out free space caches + - btrfs: reset max_extent_size properly + - btrfs: set max_extent_size properly + - btrfs: don't use ctl->free_space for max_extent_size + - btrfs: only free reserved extent if we didn't insert it + - btrfs: fix insert_reserved error handling + - btrfs: don't run delayed_iputs in commit + - btrfs: move the dio_sem higher up the callchain + - Btrfs: fix use-after-free during inode eviction + - Btrfs: fix use-after-free when dumping free space + - net: sched: Remove TCA_OPTIONS from policy + - vt: fix broken display when running aptitude + - bpf: wait for running BPF programs when updating map-in-map + - vga_switcheroo: Fix missing gpu_bound call at audio client registration + - MD: fix invalid stored role for a disk - try2 + - Linux 4.19.2 + + * [FEAT] Guest-dedicated Crypto Adapters (LP: #1787405) + - KVM: s390: vsie: simulate VCPU SIE entry/exit + - KVM: s390: introduce and use KVM_REQ_VSIE_RESTART + - KVM: s390: refactor crypto initialization + - s390: vfio-ap: base implementation of VFIO AP device driver + - s390: vfio-ap: register matrix device with VFIO mdev framework + - s390: vfio-ap: sysfs interfaces to configure adapters + - s390: vfio-ap: sysfs interfaces to configure domains + - s390: vfio-ap: sysfs interfaces to configure control domains + - s390: vfio-ap: sysfs interface to view matrix mdev matrix + - KVM: s390: interface to clear CRYCB masks + - s390: vfio-ap: implement mediated device open callback + - s390: vfio-ap: implement VFIO_DEVICE_GET_INFO ioctl + - s390: vfio-ap: zeroize the AP queues + - s390: vfio-ap: implement VFIO_DEVICE_RESET ioctl + - KVM: s390: Clear Crypto Control Block when using vSIE + - KVM: s390: vsie: Do the CRYCB validation first + - KVM: s390: vsie: Make use of CRYCB FORMAT2 clear + - KVM: s390: vsie: Allow CRYCB FORMAT-2 + - KVM: s390: vsie: allow CRYCB FORMAT-1 + - KVM: s390: vsie: allow CRYCB FORMAT-0 + - KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-1 + - KVM: s390: vsie: allow guest FORMAT-1 CRYCB on host FORMAT-2 + - KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-2 + - KVM: s390: device attrs to enable/disable AP interpretation + - KVM: s390: CPU model support for AP virtualization + - s390: doc: detailed specifications for AP virtualization + - KVM: s390: fix locking for crypto setting error path + - KVM: s390: Tracing APCB changes + - s390: vfio-ap: setup APCB mask using KVM dedicated function + - [Config:] Enable CONFIG_S390_AP_IOMMU and set CONFIG_VFIO_AP to module. + + * Bypass of mount visibility through userns + mount propagation (LP: #1789161) + - mount: Retest MNT_LOCKED in do_umount + - mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mounts + + * CVE-2018-18955: nested user namespaces with more than five extents + incorrectly grant privileges over inode (LP: #1801924) // CVE-2018-18955 + - userns: also map extents in the reverse map to kernel IDs + + * kdump fail due to an IRQ storm (LP: #1797990) + - SAUCE: x86/PCI: Export find_cap() to be used in early PCI code + - SAUCE: x86/quirks: Add parameter to clear MSIs early on boot + - SAUCE: x86/quirks: Scan all busses for early PCI quirks + + * Disable LPM for Raydium Touchscreens (LP: #1802248) + - USB: quirks: Add no-lpm quirk for Raydium touchscreens + + * Power consumption during s2idle is higher than long idle(sk hynix) + (LP: #1801875) + - SAUCE: pci: prevent sk hynix nvme from entering D3 + - SAUCE: nvme: add quirk to not call disable function when suspending + + * Disco update: v4.19.1 upstream stable release (LP: #1801739) + - bridge: do not add port to router list when receives query with source + 0.0.0.0 + - ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are + called + - net/mlx5e: fix csum adjustments caused by RXFCS + - net: sched: gred: pass the right attribute to gred_change_table_def() + - net: stmmac: Fix stmmac_mdio_reset() when building stmmac as modules + - net: udp: fix handling of CHECKSUM_COMPLETE packets + - Revert "net: simplify sock_poll_wait" + - rtnetlink: Disallow FDB configuration for non-Ethernet device + - vhost: Fix Spectre V1 vulnerability + - bonding: fix length of actor system + - openvswitch: Fix push/pop ethernet validation + - net/ipv6: Allow onlink routes to have a device mismatch if it is the default + route + - net/smc: fix smc_buf_unuse to use the lgr pointer + - mlxsw: spectrum_switchdev: Don't ignore deletions of learned MACs + - mlxsw: core: Fix devlink unregister flow + - net: drop skb on failure in ip_check_defrag() + - net: Properly unlink GRO packets on overflow. + - r8169: fix broken Wake-on-LAN from S5 (poweroff) + - Revert "be2net: remove desc field from be_eq_obj" + - sctp: check policy more carefully when getting pr status + - sparc64: Export __node_distance. + - sparc64: Make corrupted user stacks more debuggable. + - sparc64: Wire up compat getpeername and getsockname. + - net: bridge: remove ipv6 zero address check in mcast queries + - Linux 4.19.1 + + * Miscellaneous Ubuntu changes + - SAUCE: (noup) Update spl to 0.7.11-1ubuntu1, zfs to 0.7.11-3ubuntu1 + - [Config] updateconfigs after 4.19.2 stable update + - [Config] Disable unneded options for s390 + - [Config] Update annotations for 4.19 + + -- Seth Forshee Thu, 15 Nov 2018 09:55:37 -0800 + +linux (4.19.0-4.5) disco; urgency=medium + + * Add checksum offload and TSO support for HiNIC adapters (LP: #1800664) + - net-next/hinic: add checksum offload and TSO support + + * [Bionic][Cosmic] Fix to ipmi to support vendor specific messages greater + than 255 bytes (LP: #1799794) + - ipmi:ssif: Add support for multi-part transmit messages > 2 parts + + * Packaging resync (LP: #1786013) + - [Package] add support for specifying the primary makefile + + * Update ENA driver to version 2.0.1K (LP: #1798182) + - net: ena: minor performance improvement + - net: ena: complete host info to match latest ENA spec + - net: ena: introduce Low Latency Queues data structures according to ENA spec + - net: ena: add functions for handling Low Latency Queues in ena_com + - net: ena: add functions for handling Low Latency Queues in ena_netdev + - net: ena: use CSUM_CHECKED device indication to report skb's checksum status + - net: ena: explicit casting and initialization, and clearer error handling + - net: ena: limit refill Rx threshold to 256 to avoid latency issues + - net: ena: change rx copybreak default to reduce kernel memory pressure + - net: ena: remove redundant parameter in ena_com_admin_init() + - net: ena: update driver version to 2.0.1 + - net: ena: fix indentations in ena_defs for better readability + - net: ena: Fix Kconfig dependency on X86 + - net: ena: enable Low Latency Queues + - net: ena: fix compilation error in xtensa architecture + + * [Bionic][Cosmic] ipmi: Fix timer race with module unload (LP: #1799281) + - ipmi: Fix timer race with module unload + + * Overlayfs in user namespace leaks directory content of inaccessible + directories (LP: #1793458) // CVE-2018-6559 + - SAUCE: overlayfs: ensure mounter privileges when reading directories + + * not able to unwind the stack from within __kernel_clock_gettime in the Linux + vDSO (LP: #1797963) + - powerpc/vdso: Correct call frame information + + * Miscellaneous Ubuntu changes + - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Don't print secure boot state + from the efi stub" + - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Make get_cert_list() use + efi_status_to_str() to print error messages." + - Revert "UBUNTU: SAUCE: (efi-lockdown) Add efi_status_to_str() and rework + efi_status_to_err()." + - Revert "UBUNTU: SAUCE: (efi-lockdown) Make get_cert_list() not complain + about cert lists that aren't present." + - Revert "UBUNTU: SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable + to be suppressed" + - Revert "UBUNTU: SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI + Secure Boot" + - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser" + - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add EFI signature data types" + - Revert "UBUNTU: SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time + addition of keys to secondary keyring" + - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in + secure boot mode" + - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to + indicate secure boot mode" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Copy secure_boot flag in boot params + across kexec reboot" + - Revert "UBUNTU: SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the + kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down perf" + - Revert "UBUNTU: SAUCE: (efi-lockdown) bpf: Restrict kernel image access + functions when the kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down kprobes" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down /proc/kcore" + - Revert "UBUNTU: SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the + testmmiotrace module" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down module params that specify + hardware parameters (eg. ioport)" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down TIOCSSERIAL" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the + kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) acpi: Disable APEI error injection if + the kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) acpi: Disable ACPI table override if + the kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param + when the kernel has been locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) ACPI: Limit access to custom_method + when the kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the + kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) x86: Lock down IO port access when the + kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) PCI: Lock down BAR access when the + kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is + locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) hibernate: Disable when the kernel is + locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the + kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the + kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Enforce module signatures if the + kernel is locked down" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Add a SysRq option to lift kernel + lockdown" + - Revert "UBUNTU: SAUCE: (efi-lockdown) Add the ability to lock down access to + the running kernel image" + - SAUCE: (efi-lockdown) Add the ability to lock down access to the running + kernel image + - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown + - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down + - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is + locked down + - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked + down + - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked + down + - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is + locked down + - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked + down + - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel + has been locked down + - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is + locked down + - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked + down + - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL + - SAUCE: (efi-lockdown) Lock down module params that specify hardware + parameters (eg. ioport) + - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module + - SAUCE: (efi-lockdown) Lock down /proc/kcore + - SAUCE: (efi-lockdown) Lock down kprobes + - SAUCE: (efi-lockdown) Lock down perf + - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked + down + - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to + secondary keyring + - SAUCE: (efi-lockdown) efi: Add EFI signature data types + - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser + - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot + - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed + - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists + that aren't present. + - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework + efi_status_to_err(). + - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print + error messages. + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec + reboot + - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure + boot mode + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot + mode + - SAUCE: (efi-lockdown) efi/x86: Call efi_parse_options() from efi_main() + - SAUCE: (efi-lockdown) Fix for module sig verification + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - SAUCE: (efi-lockdown) module: remove support for having IMA validate modules + - [Packaging] generate Vcs-Git url from changelog + - [Config] CONFIG_SCSI_MQ_DEFAULT=y + + -- Seth Forshee Fri, 02 Nov 2018 14:22:55 -0500 + +linux (4.19.0-3.4) cosmic; urgency=medium + + * Support Edge Gateway's Bluetooth LED (LP: #1798332) + - SAUCE: Bluetooth: Support for LED on Edge Gateways + + * Support Edge Gateway's WIFI LED (LP: #1798330) + - SAUCE: mwifiex: Switch WiFi LED state according to the device status + + [ Upstream Kernel Changes ] + + * Rebase to v4.19 + + -- Seth Forshee Mon, 22 Oct 2018 09:13:39 -0500 + +linux (4.19.0-2.3) cosmic; urgency=medium + + * fscache: bad refcounting in fscache_op_complete leads to OOPS (LP: #1797314) + - SAUCE: fscache: Fix race in decrementing refcount of op->npages + + * Provide mode where all vCPUs on a core must be the same VM (LP: #1792957) + - KVM: PPC: Book3S HV: Provide mode where all vCPUs on a core must be the same + VM + + * The front MIC can't work on the Lenovo M715 (LP: #1797292) + - ALSA: hda/realtek - Fix the problem of the front MIC on the Lenovo M715 + + * arm64: snapdragon: WARNING: CPU: 0 PID: 1 at drivers/irqchip/irq-gic.c:1016 + gic_irq_domain_translate (LP: #1797143) + - SAUCE: arm64: dts: msm8916: camms: fix gic_irq_domain_translate warnings + + * Dell new AIO requires a new uart backlight driver (LP: #1727235) + - SAUCE: platform/x86: dell-uart-backlight: new backlight driver for DELL AIO + - updateconfigs for Dell UART backlight driver + + * Please make CONFIG_PWM_LPSS_PCI and CONFIG_PWM_LPSS_PLATFORM built in to + make brightness adjustment working on various BayTrail/CherryTrail-based + devices (LP: #1783964) + - [Config]: Make PWM_LPSS_* built-in + + * check and fix zkey required kernel modules locations in debs, udebs, and + initramfs (LP: #1794346) + - [Config] add s390 crypto modules to crypt-modules udeb + + * Miscellaneous Ubuntu changes + - [Config] CONFIG_VBOXGUEST=n + - ubuntu: vbox -- update to 5.2.18-dfsg-2 + - ubuntu: enable vbox build + + [ Upstream Kernel Changes ] + + * Rebase to v4.19-rc8 + + -- Seth Forshee Mon, 15 Oct 2018 10:52:04 -0500 + +linux (4.19.0-1.2) cosmic; urgency=medium + + * Page leaking in cachefiles_read_backing_file while vmscan is active + (LP: #1793430) + - SAUCE: cachefiles: Page leaking in cachefiles_read_backing_file while vmscan + is active + + * SRU: Enable middle button of touchpad on ThinkPad P72 (LP: #1793463) + - Input: elantech - enable middle button of touchpad on ThinkPad P72 + + * Improvements to the kernel source package preparation (LP: #1793461) + - [Packaging] startnewrelease: add support for backport kernels + + * Fix unusable NVIDIA GPU after S3 (LP: #1793338) + - SAUCE: PCI: Reprogram bridge prefetch registers on resume + + * Error reported when creating ZFS pool with "-t" option, despite successful + pool creation (LP: #1769937) + - SAUCE: (noup) Update zfs to 0.7.9-3ubuntu6 + + * device hotplug of vfio devices can lead to deadlock in vfio_pci_release + (LP: #1792099) + - SAUCE: vfio -- release device lock before userspace requests + + * Miscellaneous Ubuntu changes + - [Packaging] retpoline -- fix temporary filenaming + - CONFIG_BCH_CONST_PARAMS=n + - Packaging: final-checks: remove trailing backport suffix + - SAUCE: import aufs driver + + [ Upstream Kernel Changes ] + + * Rebase to v4.19-rc5 + + -- Seth Forshee Tue, 25 Sep 2018 16:32:24 -0500 + +linux (4.19.0-0.1) cosmic; urgency=medium + + * Miscellaneous Ubuntu changes + - ubuntu -- disable vbox build + - Disable zfs build + - SAUCE: Import aufs driver + - Update dropped.txt + + [ Upstream Kernel Changes ] + + * Rebase to v4.19-rc3 + + -- Seth Forshee Thu, 13 Sep 2018 07:54:47 -0500 + +linux (4.19.0-0.0) cosmic; urgency=medium + + * Dummy entry. + + -- Seth Forshee Thu, 13 Sep 2018 06:44:09 -0500 + +linux (4.18.0-8.9) cosmic; urgency=medium + + * linux: 4.18.0-8.9 -proposed tracker (LP: #1791663) + + * Cosmic update to v4.18.7 stable release (LP: #1791660) + - rcu: Make expedited GPs handle CPU 0 being offline + - net: 6lowpan: fix reserved space for single frames + - net: mac802154: tx: expand tailroom if necessary + - 9p/net: Fix zero-copy path in the 9p virtio transport + - spi: davinci: fix a NULL pointer dereference + - spi: pxa2xx: Add support for Intel Ice Lake + - spi: spi-fsl-dspi: Fix imprecise abort on VF500 during probe + - spi: cadence: Change usleep_range() to udelay(), for atomic context + - mmc: block: Fix unsupported parallel dispatch of requests + - mmc: renesas_sdhi_internal_dmac: mask DMAC interrupts + - mmc: renesas_sdhi_internal_dmac: fix #define RST_RESERVED_BITS + - readahead: stricter check for bdi io_pages + - block: fix infinite loop if the device loses discard capability + - block: blk_init_allocated_queue() set q->fq as NULL in the fail case + - block: really disable runtime-pm for blk-mq + - blkcg: Introduce blkg_root_lookup() + - block: Introduce blk_exit_queue() + - block: Ensure that a request queue is dissociated from the cgroup controller + - apparmor: fix bad debug check in apparmor_secid_to_secctx() + - dma-buf: Move BUG_ON from _add_shared_fence to _add_shared_inplace + - libertas: fix suspend and resume for SDIO connected cards + - media: Revert "[media] tvp5150: fix pad format frame height" + - mailbox: xgene-slimpro: Fix potential NULL pointer dereference + - Replace magic for trusting the secondary keyring with #define + - Fix kexec forbidding kernels signed with keys in the secondary keyring to + boot + - powerpc/fadump: handle crash memory ranges array index overflow + - powerpc/64s: Fix page table fragment refcount race vs speculative references + - powerpc/pseries: Fix endianness while restoring of r3 in MCE handler. + - powerpc/pkeys: Give all threads control of their key permissions + - powerpc/pkeys: Deny read/write/execute by default + - powerpc/pkeys: key allocation/deallocation must not change pkey registers + - powerpc/pkeys: Save the pkey registers before fork + - powerpc/pkeys: Fix calculation of total pkeys. + - powerpc/pkeys: Preallocate execute-only key + - powerpc/nohash: fix pte_access_permitted() + - powerpc64/ftrace: Include ftrace.h needed for enable/disable calls + - powerpc/powernv/pci: Work around races in PCI bridge enabling + - cxl: Fix wrong comparison in cxl_adapter_context_get() + - IB/mlx5: Honor cnt_set_id_valid flag instead of set_id + - IB/mlx5: Fix leaking stack memory to userspace + - IB/srpt: Fix srpt_cm_req_recv() error path (1/2) + - IB/srpt: Fix srpt_cm_req_recv() error path (2/2) + - IB/srpt: Support HCAs with more than two ports + - overflow.h: Add arithmetic shift helper + - RDMA/mlx5: Fix shift overflow in mlx5_ib_create_wq + - ib_srpt: Fix a use-after-free in srpt_close_ch() + - ib_srpt: Fix a use-after-free in __srpt_close_all_ch() + - RDMA/rxe: Set wqe->status correctly if an unexpected response is received + - 9p: fix multiple NULL-pointer-dereferences + - fs/9p/xattr.c: catch the error of p9_client_clunk when setting xattr failed + - 9p/virtio: fix off-by-one error in sg list bounds check + - net/9p/client.c: version pointer uninitialized + - net/9p/trans_fd.c: fix race-condition by flushing workqueue before the + kfree() + - dm integrity: change 'suspending' variable from bool to int + - dm thin: stop no_space_timeout worker when switching to write-mode + - dm cache metadata: save in-core policy_hint_size to on-disk superblock + - dm cache metadata: set dirty on all cache blocks after a crash + - dm crypt: don't decrease device limits + - dm writecache: fix a crash due to reading past end of dirty_bitmap + - uart: fix race between uart_put_char() and uart_shutdown() + - Drivers: hv: vmbus: Fix the offer_in_progress in vmbus_process_offer() + - Drivers: hv: vmbus: Reset the channel callback in vmbus_onoffer_rescind() + - iio: sca3000: Fix missing return in switch + - iio: ad9523: Fix displayed phase + - iio: ad9523: Fix return value for ad952x_store() + - extcon: Release locking when sending the notification of connector state + - eventpoll.h: wrap casts in () properly + - vmw_balloon: fix inflation of 64-bit GFNs + - vmw_balloon: do not use 2MB without batching + - vmw_balloon: VMCI_DOORBELL_SET does not check status + - vmw_balloon: fix VMCI use when balloon built into kernel + - rtc: omap: fix resource leak in registration error path + - rtc: omap: fix potential crash on power off + - tracing: Do not call start/stop() functions when tracing_on does not change + - tracing/blktrace: Fix to allow setting same value + - printk/tracing: Do not trace printk_nmi_enter() + - livepatch: Validate module/old func name length + - uprobes: Use synchronize_rcu() not synchronize_sched() + - mfd: hi655x: Fix regmap area declared size for hi655x + - ovl: fix wrong use of impure dir cache in ovl_iterate() + - ACPICA: AML Parser: skip opcodes that open a scope upon parse failure + - ACPICA: Clear status of all events when entering sleep states + - drivers/block/zram/zram_drv.c: fix bug storing backing_dev + - sched: idle: Avoid retaining the tick when it has been stopped + - cpuidle: menu: Handle stopped tick more aggressively + - cpufreq: governor: Avoid accessing invalid governor_data + - PM / sleep: wakeup: Fix build error caused by missing SRCU support + - ALSA: ac97: fix device initialization in the compat layer + - ALSA: ac97: fix check of pm_runtime_get_sync failure + - ALSA: ac97: fix unbalanced pm_runtime_enable + - i2c: designware: Re-init controllers with pm_disabled set on resume + - KVM: VMX: fixes for vmentry_l1d_flush module parameter + - KVM: PPC: Book3S: Fix guest DMA when guest partially backed by THP pages + - xtensa: limit offsets in __loop_cache_{all,page} + - xtensa: increase ranges in ___invalidate_{i,d}cache_all + - block, bfq: return nbytes and not zero from struct cftype .write() method + - pnfs/blocklayout: off by one in bl_map_stripe() + - nfsd: fix leaked file lock with nfs exported overlayfs + - NFSv4 client live hangs after live data migration recovery + - NFSv4: Fix locking in pnfs_generic_recover_commit_reqs + - NFSv4: Fix a sleep in atomic context in nfs4_callback_sequence() + - ARM: tegra: Fix Tegra30 Cardhu PCA954x reset + - ARM: dts: am57xx-idk: Enable dual role for USB2 port + - pwm: omap-dmtimer: Return -EPROBE_DEFER if no dmtimer platform data + - mm/tlb: Remove tlb_remove_table() non-concurrent condition + - iommu/ipmmu-vmsa: Don't register as BUS IOMMU if machine doesn't have IPMMU- + VMSA + - iommu/vt-d: Add definitions for PFSID + - iommu/vt-d: Fix dev iotlb pfsid use + - sys: don't hold uts_sem while accessing userspace memory + - userns: move user access out of the mutex + - ubifs: Fix memory leak in lprobs self-check + - Revert "UBIFS: Fix potential integer overflow in allocation" + - ubifs: Check data node size before truncate + - ubifs: xattr: Don't operate on deleted inodes + - ubifs: Fix directory size calculation for symlinks + - ubifs: Fix synced_i_size calculation for xattr inodes + - pwm: tiehrpwm: Don't use emulation mode bits to control PWM output + - pwm: tiehrpwm: Fix disabling of output of PWMs + - fb: fix lost console when the user unplugs a USB adapter + - udlfb: fix semaphore value leak + - udlfb: fix display corruption of the last line + - udlfb: don't switch if we are switching to the same videomode + - udlfb: set optimal write delay + - udlfb: make a local copy of fb_ops + - udlfb: handle allocation failure + - udlfb: set line_length in dlfb_ops_set_par + - getxattr: use correct xattr length + - libnvdimm: Use max contiguous area for namespace size + - libnvdimm: fix ars_status output length calculation + - bcache: release dc->writeback_lock properly in bch_writeback_thread() + - kconfig: fix "Can't open ..." in parallel build + - perf auxtrace: Fix queue resize + - crypto: vmx - Fix sleep-in-atomic bugs + - crypto: aesni - Use unaligned loads from gcm_context_data + - crypto: arm64/sm4-ce - check for the right CPU feature bit + - crypto: caam - fix DMA mapping direction for RSA forms 2 & 3 + - crypto: caam/jr - fix descriptor DMA unmapping + - crypto: caam/qi - fix error path in xts setkey + - fs/quota: Fix spectre gadget in do_quotactl + - udf: Fix mounting of Win7 created UDF filesystems + - cpuidle: menu: Retain tick when shallow state is selected + - arm64: mm: always enable CONFIG_HOLES_IN_ZONE + - Linux 4.18.7 + + * CVE-2017-5715 + - s390: detect etoken facility + - KVM: s390: add etoken support for guests + + * Missing Intel GPU pci-id's (LP: #1789924) + - drm/i915/whl: Introducing Whiskey Lake platform + - drm/i915/aml: Introducing Amber Lake platform + - drm/i915/cfl: Add a new CFL PCI ID. + + * [18.10 FEAT] Add kernel config options for SMC-R/D (LP: #1789934) + - s390/ism: add device driver for internal shared memory + - CONFIG_ISM=y for s390 + + * Cosmic update to v4.18.6 stable release (LP: #1791105) + - PATCH scripts/kernel-doc + - scripts/kernel-doc: Escape all literal braces in regexes + - scsi: libsas: dynamically allocate and free ata host + - xprtrdma: Fix disconnect regression + - mei: don't update offset in write + - cifs: add missing support for ACLs in SMB 3.11 + - CIFS: fix uninitialized ptr deref in smb2 signing + - cifs: add missing debug entries for kconfig options + - cifs: use a refcount to protect open/closing the cached file handle + - cifs: check kmalloc before use + - smb3: enumerating snapshots was leaving part of the data off end + - smb3: Do not send SMB3 SET_INFO if nothing changed + - smb3: don't request leases in symlink creation and query + - smb3: fill in statfs fsid and correct namelen + - btrfs: use correct compare function of dirty_metadata_bytes + - btrfs: don't leak ret from do_chunk_alloc + - Btrfs: fix mount failure after fsync due to hard link recreation + - Btrfs: fix btrfs_write_inode vs delayed iput deadlock + - Btrfs: fix send failure when root has deleted files still open + - Btrfs: send, fix incorrect file layout after hole punching beyond eof + - hwmon: (k10temp) 27C Offset needed for Threadripper2 + - bpf, arm32: fix stack var offset in jit + - regulator: arizona-ldo1: Use correct device to get enable GPIO + - iommu/arm-smmu: Error out only if not enough context interrupts + - printk: Split the code for storing a message into the log buffer + - printk: Create helper function to queue deferred console handling + - printk/nmi: Prevent deadlock when accessing the main log buffer in NMI + - kprobes/arm64: Fix %p uses in error messages + - arm64: Fix mismatched cache line size detection + - arm64: Handle mismatched cache type + - arm64: mm: check for upper PAGE_SHIFT bits in pfn_valid() + - arm64: dts: rockchip: corrected uart1 clock-names for rk3328 + - KVM: arm/arm64: Fix potential loss of ptimer interrupts + - KVM: arm/arm64: Fix lost IRQs from emulated physcial timer when blocked + - KVM: arm/arm64: Skip updating PMD entry if no change + - KVM: arm/arm64: Skip updating PTE entry if no change + - s390/kvm: fix deadlock when killed by oom + - perf kvm: Fix subcommands on s390 + - stop_machine: Reflow cpu_stop_queue_two_works() + - stop_machine: Atomically queue and wake stopper threads + - ext4: check for NUL characters in extended attribute's name + - ext4: use ext4_warning() for sb_getblk failure + - ext4: sysfs: print ext4_super_block fields as little-endian + - ext4: reset error code in ext4_find_entry in fallback + - ext4: fix race when setting the bitmap corrupted flag + - x86/gpu: reserve ICL's graphics stolen memory + - platform/x86: wmi: Do not mix pages and kmalloc + - platform/x86: ideapad-laptop: Apply no_hw_rfkill to Y20-15IKBM, too + - mm: move tlb_table_flush to tlb_flush_mmu_free + - mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREE + - x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bit + - x86/speculation/l1tf: Fix off-by-one error when warning that system has too + much RAM + - x86/speculation/l1tf: Suggest what to do on systems with too much RAM + - x86/vdso: Fix vDSO build if a retpoline is emitted + - x86/process: Re-export start_thread() + - KVM: x86: ensure all MSRs can always be KVM_GET/SET_MSR'd + - KVM: x86: SVM: Call x86_spec_ctrl_set_guest/host() with interrupts disabled + - fuse: Don't access pipe->buffers without pipe_lock() + - fuse: fix initial parallel dirops + - fuse: fix double request_end() + - fuse: fix unlocked access to processing queue + - fuse: umount should wait for all requests + - fuse: Fix oops at process_init_reply() + - fuse: Add missed unlock_page() to fuse_readpages_fill() + - lib/vsprintf: Do not handle %pO[^F] as %px + - udl-kms: change down_interruptible to down + - udl-kms: handle allocation failure + - udl-kms: fix crash due to uninitialized memory + - udl-kms: avoid division + - b43legacy/leds: Ensure NUL-termination of LED name string + - b43/leds: Ensure NUL-termination of LED name string + - ASoC: dpcm: don't merge format from invalid codec dai + - ASoC: zte: Fix incorrect PCM format bit usages + - ASoC: sirf: Fix potential NULL pointer dereference + - ASoC: wm_adsp: Correct DSP pointer for preloader control + - soc: qcom: rmtfs-mem: fix memleak in probe error paths + - pinctrl: freescale: off by one in imx1_pinconf_group_dbg_show() + - scsi: qla2xxx: Fix stalled relogin + - x86/vdso: Fix lsl operand order + - x86/nmi: Fix NMI uaccess race against CR3 switching + - x86/irqflags: Mark native_restore_fl extern inline + - x86/spectre: Add missing family 6 check to microcode check + - x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+ + - hwmon: (nct6775) Fix potential Spectre v1 + - x86/entry/64: Wipe KASAN stack shadow before rewind_stack_do_exit() + - x86: Allow generating user-space headers without a compiler + - s390/mm: fix addressing exception after suspend/resume + - s390/lib: use expoline for all bcr instructions + - s390: fix br_r1_trampoline for machines without exrl + - s390/qdio: reset old sbal_state flags + - s390/numa: move initial setup of node_to_cpumask_map + - s390/purgatory: Fix crash with expoline enabled + - s390/purgatory: Add missing FORCE to Makefile targets + - kprobes: Show blacklist addresses as same as kallsyms does + - kprobes: Replace %p with other pointer types + - kprobes/arm: Fix %p uses in error messages + - kprobes: Make list and blacklist root user read only + - MIPS: Correct the 64-bit DSP accumulator register size + - MIPS: memset.S: Fix byte_fixup for MIPSr6 + - MIPS: Always use -march=, not - shortcuts + - MIPS: Change definition of cpu_relax() for Loongson-3 + - MIPS: lib: Provide MIPS64r6 __multi3() for GCC < 7 + - tpm: Return the actual size when receiving an unsupported command + - tpm: separate cmd_ready/go_idle from runtime_pm + - scsi: mpt3sas: Fix calltrace observed while running IO & reset + - scsi: mpt3sas: Fix _transport_smp_handler() error path + - scsi: sysfs: Introduce sysfs_{un,}break_active_protection() + - scsi: core: Avoid that SCSI device removal through sysfs triggers a deadlock + - iscsi target: fix session creation failure handling + - mtd: rawnand: hynix: Use ->exec_op() in hynix_nand_reg_write_op() + - mtd: rawnand: fsmc: Stop using chip->read_buf() + - mtd: rawnand: marvell: add suspend and resume hooks + - mtd: rawnand: qcom: wait for desc completion in all BAM channels + - clk: rockchip: fix clk_i2sout parent selection bits on rk3399 + - clk: npcm7xx: fix memory allocation + - PM / clk: signedness bug in of_pm_clk_add_clks() + - power: generic-adc-battery: fix out-of-bounds write when copying channel + properties + - power: generic-adc-battery: check for duplicate properties copied from iio + channels + - watchdog: Mark watchdog touch functions as notrace + - cdrom: Fix info leak/OOB read in cdrom_ioctl_drive_status + - x86/dumpstack: Don't dump kernel memory based on usermode RIP + - Linux 4.18.6 + - updateconfigs after v4.18.6 stable update + + * random oopses on s390 systems using NVMe devices (LP: #1790480) + - s390/pci: fix out of bounds access during irq setup + + * [18.10 FEAT] zcrypt DD: introduce APQN tags to support deterministic driver + binding (LP: #1784331) + - s390/zcrypt: code beautify + - s390/zcrypt: AP bus support for alternate driver(s) + - s390/zcrypt: hex string mask improvements for apmask and aqmask. + + * performance drop with ATS enabled (LP: #1788097) + - powerpc/powernv: Fix concurrency issue with npu->mmio_atsd_usage + + * Fix MCE handling for user access of poisoned device-dax mapping + (LP: #1774366) + - device-dax: Convert to vmf_insert_mixed and vm_fault_t + - device-dax: Enable page_mapping() + - device-dax: Set page->index + - filesystem-dax: Set page->index + - mm, madvise_inject_error: Disable MADV_SOFT_OFFLINE for ZONE_DEVICE pages + - mm, dev_pagemap: Do not clear ->mapping on final put + - mm, madvise_inject_error: Let memory_failure() optionally take a page + reference + - mm, memory_failure: Collect mapping size in collect_procs() + - filesystem-dax: Introduce dax_lock_mapping_entry() + - mm, memory_failure: Teach memory_failure() about dev_pagemap pages + - x86/mm/pat: Prepare {reserve, free}_memtype() for "decoy" addresses + - x86/memory_failure: Introduce {set, clear}_mce_nospec() + - libnvdimm, pmem: Restore page attributes when clearing errors + + * Reconcile hns3 SAUCE patches with upstream (LP: #1787477) + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix comments for + hclge_get_ring_chain_from_mbx" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for using wrong mask and + shift in hclge_get_ring_chain_from_mbx" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for reset_level default + assignment probelm" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unnecessary ring + configuration operation while resetting" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix return value error in + hns3_reset_notify_down_enet" + - Revert "UBUNTU: SAUCE: net: hns3: Fix for phy link issue when using marvell + phy driver" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: separate roce from nic when + resetting" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: correct reset event status + register" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: prevent to request reset + frequently" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: reset net device with rtnl_lock" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify the order of initializeing + command queue register" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: prevent sending command during + global or core reset" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: Use roce handle when calling roce + callback function" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove the warning when clear + reset cause" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix get_vector ops in + hclgevf_main module" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix warning bug when doing lp + selftest" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add configure for mac minimal + frame size" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for mailbox message truncated + problem" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for l4 checksum offload bug" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for waterline not setting + correctly" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for mac pause not disable in + pfc mode" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix tc setup when netdev is first + up" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add calling roce callback + function when link status change" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: optimize the process of notifying + roce client" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add pf reset for hip08 RoCE" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add SPDX tags to hns3 driver" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused struct member and + definition" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix mislead parameter name" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify inconsistent bit mask + macros" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: use decimal for bit offset + macros" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix unreasonable code comments" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove extra space and brackets" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: standardize the handle of return + value" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some redundant + assignments" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify hnae_ to hnae3_" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: use dma_zalloc_coherent instead + of kzalloc/dma_map_single" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: give default option while + dependency HNS3 set" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some unused members of + some structures" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove a redundant + hclge_cmd_csq_done" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: using modulo for cyclic counters + in hclge_cmd_send" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: simplify hclge_cmd_csq_clean" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some redundant + assignments" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove useless code in + hclge_cmd_send" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused + hclge_ring_to_dma_dir" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: use lower_32_bits and + upper_32_bits" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove back in struct hclge_hw" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: add unlikely for error check" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove the Redundant put_vector + in hns3_client_uninit" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: print the ret value in error + information" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: extraction an interface for state + state init|uninit" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused head file in + hnae3.c" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: add l4_type check for both ipv4 + and ipv6" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: add vector status check before + free vector" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: rename the interface for + init_client_instance and uninit_client_instance" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove hclge_get_vector_index + from hclge_bind_ring_with_vector" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: RX BD information valid only in + last BD except VLD bit and buffer size" + - Revert "UBUNTU: SAUCE: {topost} net: hns3: add support for serdes loopback + selftest" + - net: hns3: Updates RX packet info fetch in case of multi BD + - net: hns3: remove hclge_get_vector_index from hclge_bind_ring_with_vector + - net: hns3: rename the interface for init_client_instance and + uninit_client_instance + - net: hns3: add vector status check before free vector + - net: hns3: add l4_type check for both ipv4 and ipv6 + - net: hns3: add unlikely for error check + - net: hns3: remove unused head file in hnae3.c + - net: hns3: extraction an interface for state init|uninit + - net: hns3: print the ret value in error information + - net: hns3: remove the Redundant put_vector in hns3_client_uninit + - net: hns3: remove back in struct hclge_hw + - net: hns3: use lower_32_bits and upper_32_bits + - net: hns3: remove unused hclge_ring_to_dma_dir + - net: hns3: remove useless code in hclge_cmd_send + - net: hns3: remove some redundant assignments + - net: hns3: simplify hclge_cmd_csq_clean + - net: hns3: remove a redundant hclge_cmd_csq_done + - net: hns3: remove some unused members of some structures + - net: hns3: give default option while dependency HNS3 set + - net: hns3: use dma_zalloc_coherent instead of kzalloc/dma_map_single + - net: hns3: modify hnae_ to hnae3_ + - net: hns3: Fix tc setup when netdev is first up + - net: hns3: Fix for mac pause not disable in pfc mode + - net: hns3: Fix for waterline not setting correctly + - net: hns3: Fix for l4 checksum offload bug + - net: hns3: Fix for mailbox message truncated problem + - net: hns3: Add configure for mac minimal frame size + - net: hns3: Fix warning bug when doing lp selftest + - net: hns3: Fix get_vector ops in hclgevf_main module + - net: hns3: Remove the warning when clear reset cause + - net: hns3: Prevent sending command during global or core reset + - net: hns3: Modify the order of initializing command queue register + - net: hns3: Reset net device with rtnl_lock + - net: hns3: Prevent to request reset frequently + - net: hns3: Correct reset event status register + - net: hns3: Fix return value error in hns3_reset_notify_down_enet + - net: hns3: remove unnecessary ring configuration operation while resetting + - net: hns3: Fix for reset_level default assignment probelm + - net: hns3: Fix for using wrong mask and shift in + hclge_get_ring_chain_from_mbx + - net: hns3: Fix comments for hclge_get_ring_chain_from_mbx + - net: hns3: Remove some redundant assignments + - net: hns3: Standardize the handle of return value + - net: hns3: Remove extra space and brackets + - net: hns3: Correct unreasonable code comments + - net: hns3: Use decimal for bit offset macros + - net: hns3: Modify inconsistent bit mask macros + - net: hns3: Fix misleading parameter name + - net: hns3: Remove unused struct member and definition + - net: hns3: Add SPDX tags to HNS3 PF driver + - net: hns3: Add support for serdes loopback selftest + - net: hns3: Fix for phy link issue when using marvell phy driver + + * [Regression] kernel crashdump fails on arm64 (LP: #1786878) + - arm64: export memblock_reserve()d regions via /proc/iomem + - drivers: acpi: add dependency of EFI for arm64 + - efi/arm: preserve early mapping of UEFI memory map longer for BGRT + - efi/arm: map UEFI memory map even w/o runtime services enabled + - arm64: acpi: fix alignment fault in accessing ACPI + - [Config] CONFIG_ARCH_SUPPORTS_ACPI=y + - arm64: fix ACPI dependencies + - ACPI: fix menuconfig presentation of ACPI submenu + + * TB 16 issue on Dell Lattitude 7490 with large amount of data (LP: #1785780) + - r8152: disable RX aggregation on new Dell TB16 dock + + * Support Power Management for Thunderbolt Controller (LP: #1789358) + - thunderbolt: Use 64-bit DMA mask if supported by the platform + - thunderbolt: Do not unnecessarily call ICM get route + - thunderbolt: No need to take tb->lock in domain suspend/complete + - thunderbolt: Use correct ICM commands in system suspend + - thunderbolt: Add support for runtime PM + + * Enable AMD PCIe MP2 for AMDI0011 (LP: #1773940) + - SAUCE: i2c:amd I2C Driver based on PCI Interface for upcoming platform + - SAUCE: i2c:amd move out pointer in union i2c_event_base + - SAUCE: i2c:amd Depends on ACPI + - [Config] i2c: CONFIG_I2C_AMD_MP2=y on x86 + + * Microphone cannot be detected with front panel audio combo jack on HP Z8-G4 + machine (LP: #1789145) + - ALSA: hda/realtek - Fix HP Headset Mic can't record + + * Please enable CONFIG_PAGE_POISONING (LP: #1783651) + - [Config] Enable CONFIG_PAGE_POISONING configs + + * Tango platform uses __initcall without further checks (LP: #1787945) + - [Config] disable ARCH_TANGO + + * [18.10 FEAT] SMC-Direct (LP: #1786902) + - net/smc: determine port attributes independent from pnet table + - net/smc: add pnetid support + - net/smc: add base infrastructure for SMC-D and ISM + - net/smc: add pnetid support for SMC-D and ISM + - net/smc: add SMC-D support in CLC messages + - net/smc: add SMC-D support in data transfer + - net/smc: add SMC-D support in af_smc + - net/smc: add SMC-D diag support + - net/smc: provide smc mode in smc_diag.c + - net/smc: eliminate cursor read and write calls + - net/smc: add function to get link group from link + - net/smc: use DECLARE_BITMAP for rtokens_used_mask + - net/smc: remove local variable page in smc_rx_splice() + - net/smc: Remove a WARN_ON() statement + - net/smc: Simplify ib_post_(send|recv|srq_recv)() calls + - net/smc: fewer parameters for smc_llc_send_confirm_link() + - net/smc: use correct vlan gid of RoCE device + - net/smc: provide fallback reason code + - net/smc: improve delete link processing + - net: simplify sock_poll_wait + - net/smc: send response to test link signal + + * Miscellaneous Ubuntu changes + - [Config] update annotations for CONFIG_CRYPTO_SPECK_NEON + - [Config] fix up annotatios for CONFIG_CRYPTO_SPECK + + -- Seth Forshee Mon, 10 Sep 2018 07:08:38 -0500 + +linux (4.18.0-7.8) cosmic; urgency=medium + + * linux: 4.18.0-7.8 -proposed tracker (LP: #1789459) + + * pmtu.sh fails on 4.18 kernel (LP: #1789436) + - SAUCE: Revert "vti6: fix PMTU caching and reporting on xmit" + + -- Seth Forshee Tue, 28 Aug 2018 11:08:51 -0500 + +linux (4.18.0-6.7) cosmic; urgency=medium + + * linux: 4.18.0-6.7 -proposed tracker (LP: #1788881) + + * systemd 237-3ubuntu10 ADT test failure with linux 4.18.0-5.6 (LP: #1787440) + - Config: Disable BPF_JIT_ALWAYS_ON on i386 + + * execveat03 in ubuntu_ltp_syscalls failed on X/B (LP: #1786729) + - cap_inode_getsecurity: use d_find_any_alias() instead of d_find_alias() + + * Cosmic update to v4.18.5 stable release (LP: #1788874) + - EDAC: Add missing MEM_LRDDR4 entry in edac_mem_types[] + - pty: fix O_CLOEXEC for TIOCGPTPEER + - mm: Allow non-direct-map arguments to free_reserved_area() + - x86/mm/init: Pass unconverted symbol addresses to free_init_pages() + - x86/mm/init: Add helper for freeing kernel image pages + - x86/mm/init: Remove freed kernel image areas from alias mapping + - powerpc64s: Show ori31 availability in spectre_v1 sysfs file not v2 + - ext4: fix spectre gadget in ext4_mb_regular_allocator() + - drm/i915/kvmgt: Fix potential Spectre v1 + - drm/amdgpu/pm: Fix potential Spectre v1 + - parisc: Remove unnecessary barriers from spinlock.h + - parisc: Remove ordered stores from syscall.S + - PCI: Restore resized BAR state on resume + - PCI / ACPI / PM: Resume all bridges on suspend-to-RAM + - PCI: hotplug: Don't leak pci_slot on registration failure + - PCI: aardvark: Size bridges before resources allocation + - PCI: Skip MPS logic for Virtual Functions (VFs) + - PCI: pciehp: Fix use-after-free on unplug + - PCI: pciehp: Fix unprotected list iteration in IRQ handler + - i2c: core: ACPI: Properly set status byte to 0 for multi-byte writes + - i2c: imx: Fix race condition in dma read + - reiserfs: fix broken xattr handling (heap corruption, bad retval) + - Linux 4.18.5 + + * [18.10 FEAT] Add kernel config option "CONFIG_SCLP_OFB" (LP: #1787898) + - [Config] CONFIG_SCLP_OFB=y for s390x + + * errors when scanning partition table of corrupted AIX disk (LP: #1787281) + - partitions/aix: fix usage of uninitialized lv_info and lvname structures + - partitions/aix: append null character to print data from disk + + * Apply NVMe bugfix from Google that bjf asked for (LP: #1787635) + - nvme-pci: add a memory barrier to nvme_dbbuf_update_and_check_event + + * ThinkPad systems have no HDMI sound when using the nvidia GPU (LP: #1787058) + - ACPI / OSI: Add OEM _OSI string to enable NVidia HDMI audio + + * Cosmic update to v4.18.4 stable release (LP: #1788454) + - l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cache + - net_sched: fix NULL pointer dereference when delete tcindex filter + - net_sched: Fix missing res info when create new tc_index filter + - r8169: don't use MSI-X on RTL8168g + - ALSA: hda - Sleep for 10ms after entering D3 on Conexant codecs + - ALSA: hda - Turn CX8200 into D3 as well upon reboot + - ALSA: vx222: Fix invalid endian conversions + - ALSA: virmidi: Fix too long output trigger loop + - ALSA: cs5535audio: Fix invalid endian conversion + - ALSA: dice: fix wrong copy to rx parameters for Alesis iO26 + - ALSA: hda: Correct Asrock B85M-ITX power_save blacklist entry + - ALSA: memalloc: Don't exceed over the requested size + - ALSA: vxpocket: Fix invalid endian conversions + - ALSA: seq: Fix poll() error return + - media: gl861: fix probe of dvb_usb_gl861 + - USB: serial: sierra: fix potential deadlock at close + - USB: serial: pl2303: add a new device id for ATEN + - USB: option: add support for DW5821e + - ACPI / PM: save NVS memory for ASUS 1025C laptop + - tty: serial: 8250: Revert NXP SC16C2552 workaround + - serial: 8250_exar: Read INT0 from slave device, too + - serial: 8250_dw: always set baud rate in dw8250_set_termios + - serial: 8250_dw: Add ACPI support for uart on Broadcom SoC + - uio: fix wrong return value from uio_mmap() + - misc: sram: fix resource leaks in probe error path + - Revert "uio: use request_threaded_irq instead" + - Bluetooth: avoid killing an already killed socket + - isdn: Disable IIOCDBGVAR + - net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd() + - hv/netvsc: Fix NULL dereference at single queue mode fallback + - r8169: don't use MSI-X on RTL8106e + - ip_vti: fix a null pointer deferrence when create vti fallback tunnel + - net: ethernet: mvneta: Fix napi structure mixup on armada 3700 + - net: mvneta: fix mvneta_config_rss on armada 3700 + - cls_matchall: fix tcf_unbind_filter missing + - Linux 4.18.4 + + * Cosmic update to v4.18.3 stable release (LP: #1788453) + - x86/speculation/l1tf: Exempt zeroed PTEs from inversion + - Linux 4.18.3 + + * Cosmic update to v4.18.2 stable release (LP: #1788452) + - x86/l1tf: Fix build error seen if CONFIG_KVM_INTEL is disabled + - x86: i8259: Add missing include file + - x86/hyper-v: Check for VP_INVAL in hyperv_flush_tlb_others() + - x86/platform/UV: Mark memblock related init code and data correctly + - x86/mm/pti: Clear Global bit more aggressively + - xen/pv: Call get_cpu_address_sizes to set x86_virt/phys_bits + - x86/mm: Disable ioremap free page handling on x86-PAE + - kbuild: verify that $DEPMOD is installed + - crypto: ccree - fix finup + - crypto: ccree - fix iv handling + - crypto: ccp - Check for NULL PSP pointer at module unload + - crypto: ccp - Fix command completion detection race + - crypto: x86/sha256-mb - fix digest copy in sha256_mb_mgr_get_comp_job_avx2() + - crypto: vmac - require a block cipher with 128-bit block size + - crypto: vmac - separate tfm and request context + - crypto: blkcipher - fix crash flushing dcache in error path + - crypto: ablkcipher - fix crash flushing dcache in error path + - crypto: skcipher - fix aligning block size in skcipher_copy_iv() + - crypto: skcipher - fix crash flushing dcache in error path + - ioremap: Update pgtable free interfaces with addr + - x86/mm: Add TLB purge to free pmd/pte page interfaces + - Linux 4.18.2 + + * Cosmic update to v4.18.2 stable release (LP: #1788452) // CVE-2018-9363 + - Bluetooth: hidp: buffer overflow in hidp_process_report + + * linux-cloud-tools-common: Ensure hv-kvp-daemon.service starts before + walinuxagent.service (LP: #1739107) + - [Debian] hyper-v -- Ensure that hv-kvp-daemon.service starts before + walinuxagent.service + + * Miscellaneous Ubuntu changes + - SAUCE: ipvs: remove nbsp characters from Kconfig + - [Config] CONFIG_MPROFILE_KERNEL=y for ppc64el + - [Config] CONFIG_DRM_RCAR_LVDS=m for snapdragon + - [Config] CONFIG_MDIO_MSCC_MIIM=n for s390x + - [Config] CONFIG_NET_VENDOR_MICROSEMI=n, CONFIG_NET_VENDOR_NI=n for s390x + - [Config] update annotations following config review + - [Debian] set CROSS_COMPILE when generating kernel configs + - [Config] Disable the Speck cipher + + -- Seth Forshee Fri, 24 Aug 2018 14:18:15 -0500 + +linux (4.18.0-5.6) cosmic; urgency=medium + + * Cosmic update to v4.18.1 stable release (LP: #1787264) + - x86/paravirt: Fix spectre-v2 mitigations for paravirt guests + - x86/speculation: Protect against userspace-userspace spectreRSB + - kprobes/x86: Fix %p uses in error messages + - x86/irqflags: Provide a declaration for native_save_fl + - x86/speculation/l1tf: Increase 32bit PAE __PHYSICAL_PAGE_SHIFT + - x86/speculation/l1tf: Change order of offset/type in swap entry + - x86/speculation/l1tf: Protect swap entries against L1TF + - x86/speculation/l1tf: Protect PROT_NONE PTEs against speculation + - x86/speculation/l1tf: Make sure the first page is always reserved + - x86/speculation/l1tf: Add sysfs reporting for l1tf + - x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappings + - x86/speculation/l1tf: Limit swap file size to MAX_PA/2 + - x86/bugs: Move the l1tf function and define pr_fmt properly + - sched/smt: Update sched_smt_present at runtime + - x86/smp: Provide topology_is_primary_thread() + - x86/topology: Provide topology_smt_supported() + - cpu/hotplug: Make bringup/teardown of smp threads symmetric + - cpu/hotplug: Split do_cpu_down() + - cpu/hotplug: Provide knobs to control SMT + - x86/cpu: Remove the pointless CPU printout + - x86/cpu/AMD: Remove the pointless detect_ht() call + - x86/cpu/common: Provide detect_ht_early() + - x86/cpu/topology: Provide detect_extended_topology_early() + - x86/cpu/intel: Evaluate smp_num_siblings early + - x86/CPU/AMD: Do not check CPUID max ext level before parsing SMP info + - x86/cpu/AMD: Evaluate smp_num_siblings early + - x86/apic: Ignore secondary threads if nosmt=force + - x86/speculation/l1tf: Extend 64bit swap file size limit + - x86/cpufeatures: Add detection of L1D cache flush support. + - x86/CPU/AMD: Move TOPOEXT reenablement before reading smp_num_siblings + - x86/speculation/l1tf: Protect PAE swap entries against L1TF + - x86/speculation/l1tf: Fix up pte->pfn conversion for PAE + - Revert "x86/apic: Ignore secondary threads if nosmt=force" + - cpu/hotplug: Boot HT siblings at least once + - x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being present + - x86/KVM/VMX: Add module argument for L1TF mitigation + - x86/KVM/VMX: Add L1D flush algorithm + - x86/KVM/VMX: Add L1D MSR based flush + - x86/KVM/VMX: Add L1D flush logic + - x86/KVM/VMX: Split the VMX MSR LOAD structures to have an host/guest numbers + - x86/KVM/VMX: Add find_msr() helper function + - x86/KVM/VMX: Separate the VMX AUTOLOAD guest/host number accounting + - x86/KVM/VMX: Extend add_atomic_switch_msr() to allow VMENTER only MSRs + - x86/KVM/VMX: Use MSR save list for IA32_FLUSH_CMD if required + - cpu/hotplug: Online siblings when SMT control is turned on + - x86/litf: Introduce vmx status variable + - x86/kvm: Drop L1TF MSR list approach + - x86/l1tf: Handle EPT disabled state proper + - x86/kvm: Move l1tf setup function + - x86/kvm: Add static key for flush always + - x86/kvm: Serialize L1D flush parameter setter + - x86/kvm: Allow runtime control of L1D flush + - cpu/hotplug: Expose SMT control init function + - cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED early + - x86/bugs, kvm: Introduce boot-time control of L1TF mitigations + - Documentation: Add section about CPU vulnerabilities + - x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architectures + - x86/KVM/VMX: Initialize the vmx_l1d_flush_pages' content + - Documentation/l1tf: Fix typos + - cpu/hotplug: detect SMT disabled by BIOS + - x86/KVM/VMX: Don't set l1tf_flush_l1d to true from vmx_l1d_flush() + - x86/KVM/VMX: Replace 'vmx_l1d_flush_always' with 'vmx_l1d_flush_cond' + - x86/KVM/VMX: Move the l1tf_flush_l1d test to vmx_l1d_flush() + - x86/irq: Demote irq_cpustat_t::__softirq_pending to u16 + - x86/KVM/VMX: Introduce per-host-cpu analogue of l1tf_flush_l1d + - x86: Don't include linux/irq.h from asm/hardirq.h + - x86/irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1d + - x86/KVM/VMX: Don't set l1tf_flush_l1d from vmx_handle_external_intr() + - Documentation/l1tf: Remove Yonah processors from not vulnerable list + - x86/speculation: Simplify sysfs report of VMX L1TF vulnerability + - x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentry + - KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentry + - cpu/hotplug: Fix SMT supported evaluation + - x86/speculation/l1tf: Invert all not present mappings + - x86/speculation/l1tf: Make pmd/pud_mknotpresent() invert + - x86/mm/pat: Make set_memory_np() L1TF safe + - x86/mm/kmmio: Make the tracer robust against L1TF + - tools headers: Synchronise x86 cpufeatures.h for L1TF additions + - x86/microcode: Allow late microcode loading with SMT disabled + - x86/smp: fix non-SMP broken build due to redefinition of + apic_id_is_primary_thread + - cpu/hotplug: Non-SMP machines do not make use of booted_once + - x86/init: fix build with CONFIG_SWAP=n + - Linux 4.18.1 + - [Config] updateconfigs after v4.18.1 stable update + + * Consider enabling CONFIG_NETWORK_PHY_TIMESTAMPING (LP: #1785816) + - [Config] Enable timestamping in network PHY devices + + * Miscellaneous Ubuntu changes + - [Config] CONFIG_SYSCTL_SYSCALL=n + + [ Upstream Kernel Changes ] + + * Rebase to v4.18 + + -- Seth Forshee Wed, 15 Aug 2018 14:20:59 -0500 + +linux (4.18.0-4.5) cosmic; urgency=medium + + [ Upstream Kernel Changes ] + + * Rebase to v4.18-rc8 + + -- Seth Forshee Mon, 06 Aug 2018 13:54:02 -0500 + +linux (4.18.0-3.4) cosmic; urgency=medium + + * Suspend fails in Ubuntu and Kubuntu 18.04 but works fine in Ubuntu and + Kubuntu 17.10 (and on Kubuntu 18.04 using kernel 4.14.47) (LP: #1774950) + - ACPI / LPSS: Avoid PM quirks on suspend and resume from hibernation + + * hinic interfaces aren't getting predictable names (LP: #1783138) + - hinic: Link the logical network device to the pci device in sysfs + + * libvirtd is unable to configure bridge devices inside of LXD containers + (LP: #1784501) + - kernfs: allow creating kernfs objects with arbitrary uid/gid + - sysfs, kobject: allow creating kobject belonging to arbitrary users + - kobject: kset_create_and_add() - fetch ownership info from parent + - driver core: set up ownership of class devices in sysfs + - net-sysfs: require net admin in the init ns for setting tx_maxrate + - net-sysfs: make sure objects belong to container's owner + - net: create reusable function for getting ownership info of sysfs inodes + - bridge: make sure objects belong to container's owner + - sysfs: Fix regression when adding a file to an existing group + + * locking sockets broken due to missing AppArmor socket mediation patches + (LP: #1780227) + - UBUNTU SAUCE: apparmor: fix apparmor mediating locking non-fs, unix sockets + + * Update2 for ocxl driver (LP: #1781436) + - ocxl: Fix page fault handler in case of fault on dying process + + * HDMI/DP audio can't work on the laptop of Dell Latitude 5495 (LP: #1782689) + - ALSA: hda: use PCI_BASE_CLASS_DISPLAY to replace PCI_CLASS_DISPLAY_VGA + - vga_switcheroo: set audio client id according to bound GPU id + + * Allow Raven Ridge's audio controller to be runtime suspended (LP: #1782540) + - ALSA: hda: Add AZX_DCAPS_PM_RUNTIME for AMD Raven Ridge + + * Invoking obsolete 'firmware_install' target breaks snap build (LP: #1782166) + - snapcraft.yaml: stop invoking the obsolete (and non-existing) + 'firmware_install' target + + * snapcraft.yaml: missing ubuntu-retpoline-extract-one script breaks the build + (LP: #1782116) + - snapcraft.yaml: copy retpoline-extract-one to scripts before build + + [ Upstream Kernel Changes ] + + * Rebase to v4.18-rc7 + + -- Seth Forshee Wed, 01 Aug 2018 08:49:40 -0500 + +linux (4.18.0-2.3) cosmic; urgency=medium + + * Kernel error "task zfs:pid blocked for more than 120 seconds" (LP: #1781364) + - SAUCE: (noup) zfs to 0.7.9-3ubuntu4 + + * [Regression] EXT4-fs error (device sda1): ext4_validate_inode_bitmap:99: + comm stress-ng: Corrupt inode bitmap (LP: #1780137) + - SAUCE: ext4: fix ext4_validate_inode_bitmap: comm stress-ng: Corrupt inode + bitmap + + * Cloud-init causes potentially huge boot delays with 4.15 kernels + (LP: #1780062) + - random: Make getrandom() ready earlier + + * hisi_sas_v3_hw: internal task abort: timeout and not done. (LP: #1777736) + - scsi: hisi_sas: Update a couple of register settings for v3 hw + + * hisi_sas: Add missing PHY spinlock init (LP: #1777734) + - scsi: hisi_sas: Add missing PHY spinlock init + + * hisi_sas: improve read performance by pre-allocating slot DMA buffers + (LP: #1777727) + - scsi: hisi_sas: Use dmam_alloc_coherent() + - scsi: hisi_sas: Pre-allocate slot DMA buffers + + * hisi_sas: Failures during host reset (LP: #1777696) + - scsi: hisi_sas: Only process broadcast change in phy_bcast_v3_hw() + - scsi: hisi_sas: Fix the conflict between dev gone and host reset + - scsi: hisi_sas: Adjust task reject period during host reset + - scsi: hisi_sas: Add a flag to filter PHY events during reset + - scsi: hisi_sas: Release all remaining resources in clear nexus ha + + * Miscellaneous Ubuntu changes + - SAUCE: (noup) Update spl to 0.7.9-3ubuntu2, zfs to 0.7.9-3ubuntu3 + - SAUCE: mm: Fix exports that inadvertently make put_page() EXPORT_SYMBOL_GPL + - Enable zfs build + - SAUCE: Import aufs driver + - Revert "UBUNTU: [Config]: set CONFIG_EDAC_DEBUG=y for ARM64" + - [Config] retpoline -- review and accept retpoline changes + + [ Upstream Kernel Changes ] + + * Rebase to v4.18-rc5 + * Rebase to v4.18-rc6 + + -- Seth Forshee Tue, 24 Jul 2018 08:41:22 -0500 + +linux (4.18.0-1.2) cosmic; urgency=medium + + [ Upstream Kernel Changes ] + + * Rebase to v4.18-rc4 + + -- Seth Forshee Mon, 09 Jul 2018 07:36:31 -0500 + +linux (4.18.0-0.1) cosmic; urgency=medium + + * Miscellaneous Ubuntu changes + - ubuntu -- disable vbox build + - Disable zfs build + - SAUCE: (efi-lockdown) Add the ability to lock down access to the running + kernel image + - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown + - SAUCE: (efi-lockdown) ima: require secure_boot rules in lockdown mode + - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down + - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is + locked down + - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked + down + - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked + down + - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is + locked down + - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked + down + - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel + has been locked down + - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is + locked down + - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked + down + - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL + - SAUCE: (efi-lockdown) Lock down module params that specify hardware + parameters (eg. ioport) + - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module + - SAUCE: (efi-lockdown) Lock down /proc/kcore + - SAUCE: (efi-lockdown) Lock down kprobes + - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the + kernel is locked down + - SAUCE: (efi-lockdown) Lock down perf + - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked + down + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec + reboot + - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure + boot mode + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot + mode + - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to + secondary keyring + - SAUCE: (efi-lockdown) efi: Add EFI signature data types + - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser + - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot + - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed + - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists + that aren't present. + - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework + efi_status_to_err(). + - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print + error messages. + - SAUCE: (efi-lockdown) lockdown: fix coordination of kernel module signature + verification + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - SAUCE: (efi-lockdown) efi: Don't print secure boot state from the efi stub + - SAUCE: (namespace) block_dev: Support checking inode permissions in + lookup_bdev() + - SAUCE: (namespace) block_dev: Check permissions towards block device inode + when mounting + - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode + when mounting + - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user + namespaces + - SAUCE: (namespace) ext4: Add module parameter to enable user namespace + mounts + - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is + opened for writing + - SAUCE: Import aufs driver + - Update dropped.txt + - [Config] updateconfigs after 4.18-rc3 rebase + - SAUCE: (no-up): ASoC: Intel: bytcr-rt5660: Remove snd_soc_codec use for 4.18 + + [ Upstream Kernel Changes ] + + * Rebase to v4.18-rc3 + + -- Seth Forshee Fri, 06 Jul 2018 10:46:37 -0500 + +linux (4.18.0-0.0) cosmic; urgency=medium + + * Dummy entry. + + -- Seth Forshee Tue, 03 Jul 2018 11:10:33 -0500 + +linux (4.17.0-4.5) cosmic; urgency=medium + + * linux: 4.17.0-4.5 -proposed tracker (LP: #1779399) + + * Update to ocxl driver for 18.04.1 (LP: #1775786) + - powerpc: Add TIDR CPU feature for POWER9 + - powerpc: Use TIDR CPU feature to control TIDR allocation + - powerpc: use task_pid_nr() for TID allocation + - ocxl: Rename pnv_ocxl_spa_remove_pe to clarify it's action + - ocxl: Expose the thread_id needed for wait on POWER9 + - ocxl: Add an IOCTL so userspace knows what OCXL features are available + - ocxl: Document new OCXL IOCTLs + - ocxl: Fix missing unlock on error in afu_ioctl_enable_p9_wait() + + * Please include ax88179_178a and r8152 modules in d-i udeb (LP: #1771823) + - [Config:] d-i: Add ax88179_178a and r8152 to nic-modules + + * glibc pkeys test fail on powerpc (LP: #1776967) + - [Config] Temporarily disable CONFIG_PPC_MEM_KEYS + + * After update to 4.13-43 Intel Graphics are Laggy (LP: #1773520) + - Revert "drm/i915/edp: Allow alternate fixed mode for eDP if available." + + * Miscellaneous Ubuntu changes + - SAUCE: (noup) Update spl to 0.7.9-3ubuntu1, zfs to 0.7.9-3ubuntu1 + + -- Seth Forshee Fri, 29 Jun 2018 13:37:52 -0500 + +linux (4.17.0-3.4) cosmic; urgency=medium + + * linux: 4.17.0-3.4 -proposed tracker (LP: #1779124) + + * Cosmic update to v4.17.3 stable release (LP: #1778997) + - net: aquantia: fix unsigned numvecs comparison with less than zero + - bonding: re-evaluate force_primary when the primary slave name changes + - cdc_ncm: avoid padding beyond end of skb + - ipv6: allow PMTU exceptions to local routes + - net: dsa: add error handling for pskb_trim_rcsum + - net: phy: dp83822: use BMCR_ANENABLE instead of BMSR_ANEGCAPABLE for DP83620 + - net/sched: act_simple: fix parsing of TCA_DEF_DATA + - tcp: verify the checksum of the first data segment in a new connection + - tls: fix use-after-free in tls_push_record + - tls: fix waitall behavior in tls_sw_recvmsg + - socket: close race condition between sock_close() and sockfs_setattr() + - udp: fix rx queue len reported by diag and proc interface + - net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds + vlan + - hv_netvsc: Fix a network regression after ifdown/ifup + - ACPICA: AML parser: attempt to continue loading table after error + - ext4: fix hole length detection in ext4_ind_map_blocks() + - ext4: update mtime in ext4_punch_hole even if no blocks are released + - ext4: do not allow external inodes for inline data + - ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget() + - ext4: correctly handle a zero-length xattr with a non-zero e_value_offs + - ext4: fix fencepost error in check for inode count overflow during resize + - driver core: Don't ignore class_dir_create_and_add() failure. + - Btrfs: allow empty subvol= again + - Btrfs: fix clone vs chattr NODATASUM race + - Btrfs: fix memory and mount leak in btrfs_ioctl_rm_dev_v2() + - btrfs: return error value if create_io_em failed in cow_file_range + - btrfs: scrub: Don't use inode pages for device replace + - ALSA: usb-audio: Disable the quirk for Nura headset + - ALSA: hda/conexant - Add fixup for HP Z2 G4 workstation + - ALSA: hda - Handle kzalloc() failure in snd_hda_attach_pcm_stream() + - ALSA: hda: add dock and led support for HP EliteBook 830 G5 + - ALSA: hda: add dock and led support for HP ProBook 640 G4 + - x86/MCE: Fix stack out-of-bounds write in mce-inject.c: Flags_read() + - smb3: fix various xid leaks + - smb3: on reconnect set PreviousSessionId field + - CIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds a check for session + expiry + - cifs: For SMB2 security informaion query, check for minimum sized security + descriptor instead of sizeof FileAllInformation class + - nbd: fix nbd device deletion + - nbd: update size when connected + - nbd: use bd_set_size when updating disk size + - blk-mq: reinit q->tag_set_list entry only after grace period + - bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueue + - cpufreq: Fix new policy initialization during limits updates via sysfs + - cpufreq: ti-cpufreq: Fix an incorrect error return value + - cpufreq: governors: Fix long idle detection logic in load calculation + - libata: zpodd: small read overflow in eject_tray() + - libata: Drop SanDisk SD7UB3Q*G1001 NOLPM quirk + - nvme/pci: Sync controller reset for AER slot_reset + - w1: mxc_w1: Enable clock before calling clk_get_rate() on it + - x86/vector: Fix the args of vector_alloc tracepoint + - x86/apic/vector: Prevent hlist corruption and leaks + - x86/apic: Provide apic_ack_irq() + - x86/ioapic: Use apic_ack_irq() + - x86/platform/uv: Use apic_ack_irq() + - irq_remapping: Use apic_ack_irq() + - genirq/generic_pending: Do not lose pending affinity update + - genirq/affinity: Defer affinity setting if irq chip is busy + - genirq/migration: Avoid out of line call if pending is not set + - x86/intel_rdt: Enable CMT and MBM on new Skylake stepping + - media: uvcvideo: Prevent setting unavailable flags + - media: rc: ensure input/lirc device can be opened after register + - iwlwifi: fw: harden page loading code + - orangefs: set i_size on new symlink + - orangefs: report attributes_mask and attributes for statx + - HID: intel_ish-hid: ipc: register more pm callbacks to support hibernation + - HID: wacom: Correct logical maximum Y for 2nd-gen Intuos Pro large + - vhost: fix info leak due to uninitialized memory + - mm, page_alloc: do not break __GFP_THISNODE by zonelist reset + - Linux 4.17.3 + + * Use-after-free in sk_peer_label (LP: #1778646) + - SAUCE: apparmor: fix use after free in sk_peer_label + + * kernel: Fix memory leak on CCA and EP11 CPRB processing. (LP: #1775390) + - s390/zcrypt: Fix CCA and EP11 CPRB processing failure memory leak. + + * Various fixes for CXL kernel module (LP: #1774471) + - cxl: Configure PSL to not use APC virtual machines + - cxl: Disable prefault_mode in Radix mode + + * Bluetooth not working (LP: #1764645) + - Bluetooth: btusb: Apply QCA Rome patches for some ATH3012 models + + * Fake SAS addresses for SATA disks on HiSilicon D05 are non-unique + (LP: #1776750) + - scsi: hisi_sas: make SAS address of SATA disks unique + + * linux-snapdragon: wcn36xx: mac address generation on boot (LP: #1776491) + - [Config] arm64: snapdragon: WCN36XX_SNAPDRAGON_HACKS=y + - SAUCE: wcn36xx: read MAC from file or randomly generate one + + * Lenovo V330 needs patch in ideapad_laptop module for rfkill (LP: #1774636) + - SAUCE: Add Lenovo V330 to the ideapad_laptop rfkill blacklist + + * register on binfmt_misc may overflow and crash the system (LP: #1775856) + - fs/binfmt_misc.c: do not allow offset overflow + + * Network installs fail on SocioNext board (LP: #1775884) + - net: socionext: reset hardware in ndo_stop + - net: netsec: enable tx-irq during open callback + + * Fix several bugs in RDMA/hns driver (LP: #1770974) + - RDMA/hns: Drop local zgid in favor of core defined variable + - RDMA/hns: Add 64KB page size support for hip08 + - RDMA/hns: Rename the idx field of db + - RDMA/hns: Modify uar allocation algorithm to avoid bitmap exhaust + - RDMA/hns: Increase checking CMQ status timeout value + - RDMA/hns: Add reset process for RoCE in hip08 + - RDMA/hns: Fix the illegal memory operation when cross page + - RDMA/hns: Implement the disassociate_ucontext API + + * powerpc/livepatch: Implement reliable stack tracing for the consistency + model (LP: #1771844) + - powerpc/livepatch: Implement reliable stack tracing for the consistency + model + + * Adding back alx WoL feature (LP: #1772610) + - SAUCE: Revert "alx: remove WoL support" + - SAUCE: alx: add enable_wol paramenter + + * Lancer A0 Asic HBA's won't boot with 18.04 (LP: #1768103) + - scsi: lpfc: Fix WQ/CQ creation for older asic's. + - scsi: lpfc: Fix 16gb hbas failing cq create. + + * [LTCTest][OPAL][OP920] cpupower idle-info is not listing stop4 and stop5 + idle states when all CORES are guarded (LP: #1771780) + - powerpc/powernv/cpuidle: Init all present cpus for deep states + + * Huawei 25G/100G Network Adapters Unsupported (LP: #1770970) + - net-next/hinic: add pci device ids for 25ge and 100ge card + + * Expose arm64 CPU topology to userspace (LP: #1770231) + - drivers: base: cacheinfo: move cache_setup_of_node() + - drivers: base: cacheinfo: setup DT cache properties early + - cacheinfo: rename of_node to fw_token + - arm64/acpi: Create arch specific cpu to acpi id helper + - ACPI/PPTT: Add Processor Properties Topology Table parsing + - [Config] CONFIG_ACPI_PPTT=y + - ACPI: Enable PPTT support on ARM64 + - drivers: base cacheinfo: Add support for ACPI based firmware tables + - arm64: Add support for ACPI based firmware tables + - arm64: topology: rename cluster_id + - arm64: topology: enable ACPI/PPTT based CPU topology + - ACPI: Add PPTT to injectable table list + - arm64: topology: divorce MC scheduling domain from core_siblings + + * Vcs-Git header on bionic linux source package points to zesty git tree + (LP: #1766055) + - [Packaging]: Update Vcs-Git + + * Request to revert SAUCE patches in the 18.04 SRU and update with upstream + version (LP: #1768431) + - scsi: cxlflash: Handle spurious interrupts + - scsi: cxlflash: Remove commmands from pending list on timeout + - scsi: cxlflash: Synchronize reset and remove ops + - SAUCE: (no-up) cxlflash: OCXL diff between v2 and v3 + + * hisi_sas robustness fixes (LP: #1774466) + - scsi: hisi_sas: delete timer when removing hisi_sas driver + - scsi: hisi_sas: print device id for errors + - scsi: hisi_sas: Add some checks to avoid free'ing a sas_task twice + - scsi: hisi_sas: check host frozen before calling "done" function + - scsi: hisi_sas: check sas_dev gone earlier in hisi_sas_abort_task() + - scsi: hisi_sas: stop controller timer for reset + - scsi: hisi_sas: update PHY linkrate after a controller reset + - scsi: hisi_sas: change slot index allocation mode + - scsi: hisi_sas: Change common allocation mode of device id + - scsi: hisi_sas: Reset disks when discovered + - scsi: hisi_sas: Create a scsi_host_template per HW module + - scsi: hisi_sas: Init disks after controller reset + - scsi: hisi_sas: Try wait commands before before controller reset + - scsi: hisi_sas: Include TMF elements in struct hisi_sas_slot + - scsi: hisi_sas: Add v2 hw force PHY function for internal ATA command + - scsi: hisi_sas: Terminate STP reject quickly for v2 hw + - scsi: hisi_sas: Fix return value when get_free_slot() failed + - scsi: hisi_sas: Mark PHY as in reset for nexus reset + + * hisi_sas: Support newer v3 hardware (LP: #1774467) + - scsi: hisi_sas: update RAS feature for later revision of v3 HW + - scsi: hisi_sas: check IPTT is valid before using it for v3 hw + - scsi: hisi_sas: fix PI memory size + - scsi: hisi_sas: config ATA de-reset as an constrained command for v3 hw + - scsi: hisi_sas: remove redundant handling to event95 for v3 + - scsi: hisi_sas: add readl poll timeout helper wrappers + - scsi: hisi_sas: workaround a v3 hw hilink bug + - scsi: hisi_sas: Add LED feature for v3 hw + + * hisi_sas: improve performance by optimizing DQ locking (LP: #1774472) + - scsi: hisi_sas: optimise the usage of DQ locking + - scsi: hisi_sas: relocate smp sg map + - scsi: hisi_sas: make return type of prep functions void + - scsi: hisi_sas: allocate slot buffer earlier + - scsi: hisi_sas: Don't lock DQ for complete task sending + - scsi: hisi_sas: Use device lock to protect slot alloc/free + - scsi: hisi_sas: add check of device in hisi_sas_task_exec() + - scsi: hisi_sas: fix a typo in hisi_sas_task_prep() + + * FS-Cache: Assertion failed: FS-Cache: 6 == 5 is false (LP: #1774336) + - SAUCE: CacheFiles: fix a read_waiter/read_copier race + + * enable mic-mute hotkey and led on Lenovo M820z and M920z (LP: #1774306) + - ALSA: hda/realtek - Enable mic-mute hotkey for several Lenovo AIOs + + * hns3 driver updates (LP: #1768670) + - net: hns3: Remove error log when getting pfc stats fails + - net: hns3: fix to correctly fetch l4 protocol outer header + - net: hns3: Fixes the out of bounds access in hclge_map_tqp + - net: hns3: Fixes the error legs in hclge_init_ae_dev function + - net: hns3: fix for phy_addr error in hclge_mac_mdio_config + - net: hns3: Fix to support autoneg only for port attached with phy + - net: hns3: fix a dead loop in hclge_cmd_csq_clean + - net: hns3: Fix for packet loss due wrong filter config in VLAN tbls + - net: hns3: Remove packet statistics in the range of 8192~12287 + - net: hns3: Add support of hardware rx-vlan-offload to HNS3 VF driver + - net: hns3: Fix for setting mac address when resetting + - net: hns3: remove add/del_tunnel_udp in hns3_enet module + - net: hns3: fix for cleaning ring problem + - net: hns3: refactor the loopback related function + - net: hns3: Fix for deadlock problem occurring when unregistering ae_algo + - net: hns3: Fix for the null pointer problem occurring when initializing + ae_dev failed + - net: hns3: Add a check for client instance init state + - net: hns3: Change return type of hnae3_register_ae_dev + - net: hns3: Change return type of hnae3_register_ae_algo + - net: hns3: Change return value in hnae3_register_client + - net: hns3: Fixes the back pressure setting when sriov is enabled + - net: hns3: Fix for fiber link up problem + - net: hns3: Add support of .sriov_configure in HNS3 driver + - net: hns3: Fixes the missing PCI iounmap for various legs + - net: hns3: Fixes error reported by Kbuild and internal review + - net: hns3: Fixes API to fetch ethernet header length with kernel default + - net: hns3: cleanup of return values in hclge_init_client_instance() + - net: hns3: Fix the missing client list node initialization + - net: hns3: Fix for hns3 module is loaded multiple times problem + - net: hns3: Use enums instead of magic number in hclge_is_special_opcode + - net: hns3: Fix for netdev not running problem after calling net_stop and + net_open + - net: hns3: Fixes kernel panic issue during rmmod hns3 driver + - net: hns3: Fix for CMDQ and Misc. interrupt init order problem + - net: hns3: Updates RX packet info fetch in case of multi BD + - net: hns3: Add support for tx_accept_tag2 and tx_accept_untag2 config + - net: hns3: Add STRP_TAGP field support for hardware revision 0x21 + - net: hns3: Add support to enable TX/RX promisc mode for H/W rev(0x21) + - net: hns3: Fix for PF mailbox receving unknown message + - net: hns3: Fixes the state to indicate client-type initialization + - net: hns3: Fixes the init of the VALID BD info in the descriptor + - net: hns3: Removes unnecessary check when clearing TX/RX rings + - net: hns3: Clear TX/RX rings when stopping port & un-initializing client + - net: hns3: Remove unused led control code + - net: hns3: Adds support for led locate command for copper port + - net: hns3: Fixes initalization of RoCE handle and makes it conditional + - net: hns3: Disable vf vlan filter when vf vlan table is full + - net: hns3: Add support for IFF_ALLMULTI flag + - net: hns3: Add repeat address checking for setting mac address + - net: hns3: Fix setting mac address error + - net: hns3: Fix for service_task not running problem after resetting + - net: hns3: Fix for hclge_reset running repeatly problem + - net: hns3: Fix for phy not link up problem after resetting + - net: hns3: Add missing break in misc_irq_handle + - net: hns3: Fix for vxlan tx checksum bug + - net: hns3: Optimize the PF's process of updating multicast MAC + - net: hns3: Optimize the VF's process of updating multicast MAC + - SAUCE: {topost} net: hns3: add support for serdes loopback selftest + - SAUCE: {topost} net: hns3: RX BD information valid only in last BD except + VLD bit and buffer size + - SAUCE: {topost} net: hns3: remove hclge_get_vector_index from + hclge_bind_ring_with_vector + - SAUCE: {topost} net: hns3: rename the interface for init_client_instance and + uninit_client_instance + - SAUCE: {topost} net: hns3: add vector status check before free vector + - SAUCE: {topost} net: hns3: add l4_type check for both ipv4 and ipv6 + - SAUCE: {topost} net: hns3: remove unused head file in hnae3.c + - SAUCE: {topost} net: hns3: extraction an interface for state state + init|uninit + - SAUCE: {topost} net: hns3: print the ret value in error information + - SAUCE: {topost} net: hns3: remove the Redundant put_vector in + hns3_client_uninit + - SAUCE: {topost} net: hns3: add unlikely for error check + - SAUCE: {topost} net: hns3: remove back in struct hclge_hw + - SAUCE: {topost} net: hns3: use lower_32_bits and upper_32_bits + - SAUCE: {topost} net: hns3: remove unused hclge_ring_to_dma_dir + - SAUCE: {topost} net: hns3: remove useless code in hclge_cmd_send + - SAUCE: {topost} net: hns3: remove some redundant assignments + - SAUCE: {topost} net: hns3: simplify hclge_cmd_csq_clean + - SAUCE: {topost} net: hns3: using modulo for cyclic counters in + hclge_cmd_send + - SAUCE: {topost} net: hns3: remove a redundant hclge_cmd_csq_done + - SAUCE: {topost} net: hns3: remove some unused members of some structures + - SAUCE: {topost} net: hns3: give default option while dependency HNS3 set + - SAUCE: {topost} net: hns3: use dma_zalloc_coherent instead of + kzalloc/dma_map_single + - SAUCE: {topost} net: hns3: modify hnae_ to hnae3_ + - SAUCE: {topost} net: hns3: fix unused function warning in VF driver + - SAUCE: {topost} net: hns3: remove some redundant assignments + - SAUCE: {topost} net: hns3: standardize the handle of return value + - SAUCE: {topost} net: hns3: remove extra space and brackets + - SAUCE: {topost} net: hns3: fix unreasonable code comments + - SAUCE: {topost} net: hns3: use decimal for bit offset macros + - SAUCE: {topost} net: hns3: modify inconsistent bit mask macros + - SAUCE: {topost} net: hns3: fix mislead parameter name + - SAUCE: {topost} net: hns3: remove unused struct member and definition + - SAUCE: {topost} net: hns3: Add SPDX tags to hns3 driver + - SAUCE: {topost} net: hns3: Add pf reset for hip08 RoCE + - SAUCE: {topost} net: hns3: optimize the process of notifying roce client + - SAUCE: {topost} net: hns3: Add calling roce callback function when link + status change + - SAUCE: {topost} net: hns3: fix tc setup when netdev is first up + - SAUCE: {topost} net: hns3: fix for mac pause not disable in pfc mode + - SAUCE: {topost} net: hns3: fix for waterline not setting correctly + - SAUCE: {topost} net: hns3: fix for l4 checksum offload bug + - SAUCE: {topost} net: hns3: fix for mailbox message truncated problem + - SAUCE: {topost} net: hns3: Add configure for mac minimal frame size + - SAUCE: {topost} net: hns3: fix warning bug when doing lp selftest + - SAUCE: {topost} net: hns3: fix get_vector ops in hclgevf_main module + - SAUCE: {topost} net: hns3: remove the warning when clear reset cause + - SAUCE: {topost} net: hns3: Use roce handle when calling roce callback + function + - SAUCE: {topost} net: hns3: prevent sending command during global or core + reset + - SAUCE: {topost} net: hns3: modify the order of initializeing command queue + register + - SAUCE: {topost} net: hns3: reset net device with rtnl_lock + - SAUCE: {topost} net: hns3: prevent to request reset frequently + - SAUCE: {topost} net: hns3: correct reset event status register + - SAUCE: {topost} net: hns3: separate roce from nic when resetting + - SAUCE: net: hns3: Fix for phy link issue when using marvell phy driver + - SAUCE: {topost} net: hns3: fix return value error in + hns3_reset_notify_down_enet + - SAUCE: {topost} net: hns3: remove unnecessary ring configuration operation + while resetting + - SAUCE: {topost} net: hns3: fix for reset_level default assignment probelm + - SAUCE: {topost} net: hns3: fix for using wrong mask and shift in + hclge_get_ring_chain_from_mbx + - SAUCE: {topost} net: hns3: fix comments for hclge_get_ring_chain_from_mbx + - SAUCE: net: hns3: Fix for VF mailbox cannot receiving PF response + - SAUCE: net: hns3: Fix for VF mailbox receiving unknown message + - SAUCE: net: hns3: Optimize PF CMDQ interrupt switching process + + * CVE-2018-7755 + - SAUCE: floppy: Do not copy a kernel pointer to user memory in FDGETPRM ioctl + + * Incorrect blacklist of bcm2835_wdt (LP: #1766052) + - [Packaging] Fix missing watchdog for Raspberry Pi + + * kernel: Fix arch random implementation (LP: #1775391) + - s390/archrandom: Rework arch random implementation. + + * [Ubuntu 1804][boston][ixgbe] EEH causes kernel BUG at /build/linux- + jWa1Fv/linux-4.15.0/drivers/pci/msi.c:352 (i2S) (LP: #1776389) + - ixgbe/ixgbevf: Free IRQ when PCI error recovery removes the device + + * Cosmic update to v4.17.2 stable release (LP: #1779117) + - crypto: chelsio - request to HW should wrap + - blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffers + - KVM: X86: Fix reserved bits check for MOV to CR3 + - KVM: x86: introduce linear_{read,write}_system + - kvm: fix typo in flag name + - kvm: nVMX: Enforce cpl=0 for VMX instructions + - KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and + kvm_write_guest_virt_system + - kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor access + - staging: android: ion: Switch to pr_warn_once in ion_buffer_destroy + - NFC: pn533: don't send USB data off of the stack + - usbip: vhci_sysfs: fix potential Spectre v1 + - usb-storage: Add support for FL_ALWAYS_SYNC flag in the UAS driver + - usb-storage: Add compatibility quirk flags for G-Technologies G-Drive + - Input: xpad - add GPD Win 2 Controller USB IDs + - phy: qcom-qusb2: Fix crash if nvmem cell not specified + - usb: core: message: remove extra endianness conversion in + usb_set_isoch_delay + - usb: typec: wcove: Remove dependency on HW FSM + - usb: gadget: function: printer: avoid wrong list handling in printer_write() + - usb: gadget: udc: renesas_usb3: fix double phy_put() + - usb: gadget: udc: renesas_usb3: should remove debugfs + - usb: gadget: udc: renesas_usb3: should call pm_runtime_enable() before add + udc + - usb: gadget: udc: renesas_usb3: should call devm_phy_get() before add udc + - usb: gadget: udc: renesas_usb3: should fail if devm_phy_get() returns error + - usb: gadget: udc: renesas_usb3: disable the controller's irqs for + reconnecting + - serial: sh-sci: Stop using printk format %pCr + - tty/serial: atmel: use port->name as name in request_irq() + - serial: samsung: fix maxburst parameter for DMA transactions + - serial: 8250: omap: Fix idling of clocks for unused uarts + - vmw_balloon: fixing double free when batching mode is off + - doc: fix sysfs ABI documentation + - arm64: defconfig: Enable CONFIG_PINCTRL_MT7622 by default + - tty: pl011: Avoid spuriously stuck-off interrupts + - crypto: ccree - correct host regs offset + - Input: goodix - add new ACPI id for GPD Win 2 touch screen + - Input: elan_i2c - add ELAN0612 (Lenovo v330 14IKB) ACPI ID + - crypto: caam - strip input zeros from RSA input buffer + - crypto: caam - fix DMA mapping dir for generated IV + - crypto: caam - fix IV DMA mapping and updating + - crypto: caam/qi - fix IV DMA mapping and updating + - crypto: caam - fix size of RSA prime factor q + - crypto: cavium - Fix fallout from CONFIG_VMAP_STACK + - crypto: cavium - Limit result reading attempts + - crypto: vmx - Remove overly verbose printk from AES init routines + - crypto: vmx - Remove overly verbose printk from AES XTS init + - crypto: omap-sham - fix memleak + - Linux 4.17.2 + + * Cosmic update to v4.17.1 stable release (LP: #1779116) + - netfilter: nf_flow_table: attach dst to skbs + - bnx2x: use the right constant + - ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeeds + - ipv6: omit traffic class when calculating flow hash + - l2tp: fix refcount leakage on PPPoL2TP sockets + - netdev-FAQ: clarify DaveM's position for stable backports + - net: metrics: add proper netlink validation + - net/packet: refine check for priv area size + - rtnetlink: validate attributes in do_setlink() + - sctp: not allow transport timeout value less than HZ/5 for hb_timer + - team: use netdev_features_t instead of u32 + - vrf: check the original netdevice for generating redirect + - net: dsa: b53: Fix for brcm tag issue in Cygnus SoC + - ipmr: fix error path when ipmr_new_table fails + - PCI: hv: Do not wait forever on a device that has disappeared + - Linux 4.17.1 + + * Miscellaneous Ubuntu changes + - Revert "UBUNTU: SAUCE: crypto: thunderx_zip: Fix fallout from + CONFIG_VMAP_STACK" + - Revert "UBUNTU: SAUCE: cred: Add clone_cred() interface" + - SAUCE: apparmor: userspace queries + - SAUCE: apparmor: patch to provide compatibility with v2.x net rules + - SAUCE: apparmor: af_unix mediation + + -- Seth Forshee Thu, 28 Jun 2018 08:03:32 -0500 + +linux (4.17.0-2.3) cosmic; urgency=medium + + * linux: 4.17.0-2.3 -proposed tracker (LP: #1776276) + + * Miscellaneous Ubuntu changes + - Config: remove IrDA from annotations + - Config: remove scsi drivers from annotations + - Config: remove BT_HCIBTUART from annotations + - Config: pstore zlib support was renamed + - Config: disable NVRAM for armhf on annotations + - Config: Disable VT on s390x + - Config: Update SSB and B43/B44 options + - Config: some options not supported on some arches anymore + - Config: renamed and removed options + - Config: TCG_CRB is required for IMA on ACPI systems + - Config: EXTCON_AXP288 depends on X86 + - Config: CONFIG_FSI depends on OF + - Config: DRM_RCAR_LVDS now depends on DRM + - CONFIG: Allow CONFIG_LEDS_MLXCPLD for i386 + - Config: Enable HINIC on arm64 + - Config: Set PPS and PTP_1588_CLOCK as y + - Config: Some NF_TABLES options are built-in now + - Config: GENERIC_CPU for ppc64el + - Config: KEXEC_FILE=n for s390x + - Config: CRYPTO_DEFLATE is needed by PSTORE_DEFLATE_COMPRESS + - Config: Disable STM32 support + - Config: Enable FORTIFY_SOURCE for armhf + - Config: use STRONG instead of AUTO for CC_STACKPROTECTOR + + [ Upstream Kernel Changes ] + + * Rebase to v4.17 + + -- Thadeu Lima de Souza Cascardo Mon, 11 Jun 2018 15:22:10 -0300 + +linux (4.17.0-1.2) cosmic; urgency=medium + + [ Seth Forshee ] + * [Config] enable EDAC_DEBUG on ARM64 (LP: #1772516) + - [Config]: set CONFIG_EDAC_DEBUG=y for ARM64 + + * Ubuntu 18.04 kernel crashed while in degraded mode (LP: #1770849) + - SAUCE: powerpc/perf: Fix memory allocation for core-imc based on + num_possible_cpus() + + * Integrated Webcam Realtek Integrated_Webcam_HD (0bda:58f4) not working in + DELL XPS 13 9370 with firmware 1.50 (LP: #1763748) + - SAUCE: media: uvcvideo: Support realtek's UVC 1.5 device + + * Switch Build-Depends: transfig to fig2dev (LP: #1770770) + - [Config] update Build-Depends: transfig to fig2dev + + * update-initramfs not adding i915 GuC firmware for Kaby Lake, firmware fails + to load (LP: #1728238) + - Revert "UBUNTU: SAUCE: (no-up) i915: Remove MODULE_FIRMWARE statements for + unreleased firmware" + + * No driver for Huawei network adapters on arm64 (LP: #1769899) + - net-next/hinic: add arm64 support + + * linux-snapdragon: reduce EPROBEDEFER noise during boot (LP: #1768761) + - [Config] snapdragon: DRM_I2C_ADV7511=y + + * Add d-i support for Huawei NICs (LP: #1767490) + - d-i: add hinic to nic-modules udeb + + * Acer Swift sf314-52 power button not managed (LP: #1766054) + - SAUCE: platform/x86: acer-wmi: add another KEY_POWER keycode + + * Include nfp driver in linux-modules (LP: #1768526) + - [Config] Add nfp.ko to generic inclusion list + + * Miscellaneous Ubuntu changes + - SAUCE: Import aufs driver + - [Config] Enable AUFS config options + - SAUCE: (efi-lockdown) Fix for module sig verification + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec + reboot + - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure + boot mode + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot + mode + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - SAUCE: (efi-lockdown) efi: Don't print secure boot state from the efi stub + - [Config] CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT=y + - SAUCE: (efi-lockdown) really lock down kernel under EFI secure boot + - SAUCE: (noup) Update spl to 0.7.5-1ubuntu3, zfs to 0.7.5-1ubuntu17 + - enable zfs build + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: (efi-lockdown) ima: require secure_boot rules in + lockdown mode" + - Rebased to v4.17-rc6 + + -- Thadeu Lima de Souza Cascardo Tue, 22 May 2018 14:48:13 -0300 + +linux (4.17.0-0.1) bionic; urgency=medium + + [ Upstream Kernel Changes ] + + * Rebase to v4.17-rc4 + + -- Thadeu Lima de Souza Cascardo Tue, 08 May 2018 16:38:51 -0300 + +linux (4.17.0-0.0) bionic; urgency=medium + + * Dummy entry. + + -- Thadeu Lima de Souza Cascardo Fri, 27 Apr 2018 11:01:13 -0300 + +linux (4.16.0-4.5) bionic; urgency=medium + + * [18.04 FEAT] Add kvm_stat from kernel tree (LP: #1734130) + - tools/kvm_stat: Fix python3 syntax + - tools/kvm_stat: Don't use deprecated file() + - tools/kvm_stat: Remove unused function + - [Packaging] Add linux-tools-host package for VM host tools + - [Config] do_tools_host=true for amd64 + + * [Featire] CNL: Enable RAPL support (LP: #1685712) + - powercap: RAPL: Add support for Cannon Lake + + * Bionic update to v4.16.2 stable release (LP: #1763388) + - sparc64: Oracle DAX driver depends on SPARC64 + - arp: fix arp_filter on l3slave devices + - net: dsa: Discard frames from unused ports + - net/ipv6: Increment OUTxxx counters after netfilter hook + - net/sched: fix NULL dereference in the error path of tcf_bpf_init() + - pptp: remove a buggy dst release in pptp_connect() + - sctp: do not leak kernel memory to user space + - sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6 + - vlan: also check phy_driver ts_info for vlan's real device + - net: fool proof dev_valid_name() + - ip_tunnel: better validate user provided tunnel names + - ipv6: sit: better validate user provided tunnel names + - ip6_gre: better validate user provided tunnel names + - ip6_tunnel: better validate user provided tunnel names + - vti6: better validate user provided tunnel names + - net_sched: fix a missing idr_remove() in u32_delete_key() + - nfp: use full 40 bits of the NSP buffer address + - Linux 4.16.2 + + * sky2 gigabit ethernet driver sometimes stops working after lid-open resume + from sleep (88E8055) (LP: #1758507) // Bionic update to v4.16.2 stable + release (LP: #1763388) + - sky2: Increase D3 delay to sky2 stops working after suspend + + * Merge the linux-snapdragon kernel into bionic master/snapdragon + (LP: #1763040) + - arm64: defconfig: enable REMOTEPROC + - arm64: defconfig: enable QCOM audio drivers for APQ8016 and DB410c + - kernel: configs; add distro.config + - arm64: configs: enable WCN36xx + - kernel: distro.config: enable debug friendly USB network adpater + - arm64: configs: enable QCOM Venus + - arm64: defconfig: Enable a53/apcs and avs + - arm64: defconfig: enable ondemand governor as default + - arm64: defconfig: enable QCOM_TSENS + - kernel: configs: enable dm_mod and dm_crypt + - Force the SMD regulator driver to be compiled-in + - arm64: defconfig: enable CFG80211_DEFAULT_PS by default + - arm64: configs: enable BT_QCOMSMD + - kernel: configs: add more USB net drivers + - arm64: defconfig: disable ANALOG_TV and DIGITAL_TV + - arm64: configs: Enable camera drivers + - kernel: configs: add freq stat to sysfs + - arm64: defconfig: enable CONFIG_USB_CONFIGFS_F_FS by default + - arm64: defconfig: Enable QRTR features + - kernel: configs: set USB_CONFIG_F_FS in distro.config + - kernel: distro.config: enable 'schedutil' CPUfreq governor + - kernel: distro.config: enable 'fq' and 'fq_codel' qdiscs + - kernel: distro.config: enable 'BBR' TCP congestion algorithm + - arm64: defconfig: enable LEDS_QCOM_LPG + - HACK: drm/msm/iommu: Remove runtime_put calls in map/unmap + - power: avs: Add support for CPR (Core Power Reduction) + - power: avs: cpr: Use raw mem access for qfprom + - power: avs: cpr: fix with new reg_sequence structures + - power: avs: cpr: Register with cpufreq-dt + - regulator: smd: Add floor and corner operations + - PM / OPP: Support adjusting OPP voltages at runtime + - PM / OPP: Drop RCU usage in dev_pm_opp_adjust_voltage() + - PM / OPP: HACK: Allow to set regulator without opp_list + - PM / OPP: Add a helper to get an opp regulator for device + - cpufreq: Add apq8016 to cpufreq-dt-platdev blacklist + - regulator: smd: Allow REGULATOR_QCOM_SMD_RPM=m + - ov5645: I2C address change + - i2c: Add Qualcomm Camera Control Interface driver + - camss: vfe: Skip first four frames from sensor + - camss: Do not register if no cameras are present + - i2c-qcom-cci: Fix run queue completion timeout + - i2c-qcom-cci: Fix I2C address bug + - media: ov5645: Fix I2C address + - drm/bridge/adv7511: Delay clearing of HPD interrupt status + - HACK: drm/msm/adv7511: Don't rely on interrupts for EDID parsing + - leds: Add driver for Qualcomm LPG + - wcn36xx: Fix warning due to duplicate scan_completed notification + - arm64: dts: Add CPR DT node for msm8916 + - arm64: dts: add spmi-regulator nodes + - arm64: dts: msm8916: Add cpufreq support + - arm64: dts: msm8916: Add a shared CPU opp table + - arm64: dts: msm8916: Add cpu cooling maps + - arm64: dts: pm8916: Mark the s2 regulator as always-on + - arm64: dts: qcom: msm8916: Add msm8916 A53 PLL DT node + - arm64: dts: qcom: msm8916: Use the new APCS mailbox driver + - arm64: dts: qcom: msm8916: Add clock properties to the APCS node + - dt-bindings: media: Binding document for Qualcomm Camera Control Interface + driver + - MAINTAINERS: Add Qualcomm Camera Control Interface driver + - DT: leds: Add Qualcomm Light Pulse Generator binding + - arm64: dts: qcom: msm8996: Add mpp and lpg blocks + - arm64: dts: qcom: Add pwm node for pm8916 + - arm64: dts: qcom: Add user LEDs on db820c + - arm64: dts: qcom: Add WiFI/BT LEDs on db820c + - ARM: dts: qcom: Add LPG node to pm8941 + - ARM: dts: qcom: honami: Add LPG node and RGB LED + - arm64: dts: qcom: Add Camera Control Interface support + - arm64: dts: qcom: Add apps_iommu vfe child node + - arm64: dts: qcom: Add camss device node + - arm64: dts: qcom: Add ov5645 device nodes + - arm64: dts: msm8916: Fix camera sensors I2C addresses + - arm: dts: qcom: db410c: Enable PWM signal on MPP4 + - packaging: arm64: add a uboot flavour - part1 + - packaging: arm64: add a uboot flavour - part2 + - packaging: arm64: add a uboot flavour - part3 + - packaging: arm64: add a uboot flavour - part4 + - packaging: arm64: add a uboot flavour - part5 + - packaging: arm64: rename uboot flavour to snapdragon + - [Config] updateconfigs after qcomlt import + - [Config] arm64: snapdragon: COMMON_CLK_QCOM=y + - [Config] arm64: snapdragon: MSM_GCC_8916=y + - [Config] arm64: snapdragon: REGULATOR_FIXED_VOLTAGE=y + - [Config] arm64: snapdragon: PINCTRL_MSM8916=y + - [Config] arm64: snapdragon: HWSPINLOCK_QCOM=y + - [Config] arm64: snapdragon: SPMI=y, SPMI_MSM_PMIC_ARB=y + - [Config] arm64: snapdragon: REGMAP_SPMI=y, PINCTRL_QCOM_SPMI_PMIC=y + - [Config] arm64: snapdragon: REGULATOR_QCOM_SPMI=y + - [Config] arm64: snapdragon: MFD_SPMI_PMIC=y + - [Config] arm64: snapdragon: QCOM_SMEM=y + - [Config] arm64: snapdragon: RPMSG=y, RPMSG_QCOM_SMD=y + - [Config] arm64: snapdragon: QCOM_SMD_RPM=y, REGULATOR_QCOM_SMD_RPM=y + - [Config] arm64: snapdragon: QCOM_CLK_SMD_RPM=y + - [Config] arm64: snapdragon: QCOM_BAM_DMA=y + - [Config] arm64: snapdragon: QCOM_HIDMA=y, QCOM_HIDMA_MGMT=y + - [Config] arm64: snapdragon: QCOM_CPR=y + - [Config] arm64: snapdragon: QCOM_QFPROM=y, QCOM_TSENS=y + - [Config] arm64: snapdragon: MMC_SDHCI=y, MMC_SDHCI_PLTFM=y, MMC_SDHCI_MSM=y + - [Config] turn off DRM_MSM_REGISTER_LOGGING + - [Config] arm64: snapdragon: I2C_QUP=y + - [Config] arm64: snapdragon: SPI_QUP=y + - [Config] arm64: snapdragon: USB_ULPI_BUS=y, PHY_QCOM_USB_HS=y + - [Config] arm64: snapdragon: QCOM_APCS_IPC=y + - [Config] arm64: snapdragon: QCOM_WCNSS_CTRL=y + - [Config] arm64: snapdragon: QCOM_SMSM=y + - [Config] arm64: snapdragon: QCOM_SMP2P=y + - [Config] arm64: snapdragon: DRM_MSM=y + - [Config] arm64: snapdragon: SND_SOC=y + - [Config] arm64: snapdragon: QCOM_WCNSS_PIL=m + - [Config] arm64: snapdragon: INPUT_PM8941_PWRKEY=y + - [Config] arm64: snapdragon: MEDIA_SUBDRV_AUTOSELECT=y, VIDEO_OV5645=m + - [Config] arm64: snapdragon: SND_SOC_APQ8016_SBC=y, SND_SOC_LPASS_APQ8016=y + - [Config] arm64: snapdragon: SND_SOC_MSM8916_WCD_ANALOG=y, + SND_SOC_MSM8916_WCD_DIGITAL=y + - SAUCE: media: ov5645: skip address change if dt addr == default addr + - SAUCE: drm/msm/adv7511: wrap hacks under CONFIG_ADV7511_SNAPDRAGON_HACKS + #ifdefs + - [Config] arm64: snapdragon: ADV7511_SNAPDRAGON_HACKS=y + - [Packaging] fix up snapdragon abi paths + + * LSM stacking patches for bionic (LP: #1763062) + - SAUCE: LSM stacking: procfs: add smack subdir to attrs + - SAUCE: LSM stacking: LSM: Manage credential security blobs + - SAUCE: LSM stacking: LSM: Manage file security blobs + - SAUCE: LSM stacking: LSM: Manage task security blobs + - SAUCE: LSM stacking: LSM: Manage remaining security blobs + - SAUCE: LSM stacking: LSM: General stacking + - SAUCE: LSM stacking: fixup initialize task->security + - SAUCE: LSM stacking: fixup: alloc_task_ctx is dead code + - SAUCE: LSM stacking: add support for stacking getpeersec_stream + - SAUCE: LSM stacking: add stacking support to apparmor network hooks + - SAUCE: LSM stacking: fixup apparmor stacking enablement + - SAUCE: LSM stacking: fixup stacking kconfig + - SAUCE: LSM stacking: allow selecting multiple LSMs using kernel boot params + - SAUCE: LSM stacking: provide prctl interface for setting context + - SAUCE: LSM stacking: inherit current display LSM + - SAUCE: LSM stacking: keep an index for each registered LSM + - SAUCE: LSM stacking: verify display LSM + - SAUCE: LSM stacking: provide a way to specify the default display lsm + - SAUCE: LSM stacking: make sure LSM blob align on 64 bit boundaries + - SAUCE: LSM stacking: add /proc//attr/display_lsm + - SAUCE: LSM stacking: add Kconfig to set default display LSM + - SAUCE: LSM stacking: add configs for LSM stacking + - SAUCE: LSM stacking: add apparmor and selinux proc dirs + - SAUCE: LSM stacking: remove procfs context interface + + * linux 4.13.0-13.14 ADT test failure with linux 4.13.0-13.14 + (LP: #1720779) // LSM stacking patches for bionic (LP: #1763062) + - SAUCE: LSM stacking: check for invalid zero sized writes + + * Support cq/rq record doorbell for RDMA on HSilicon hip08 systems + (LP: #1762755) + - RDMA/hns: Support rq record doorbell for the user space + - RDMA/hns: Support cq record doorbell for the user space + - RDMA/hns: Support rq record doorbell for kernel space + - RDMA/hns: Support cq record doorbell for kernel space + - RDMA/hns: Fix cqn type and init resp + - RDMA/hns: Fix init resp when alloc ucontext + - RDMA/hns: Fix cq record doorbell enable in kernel + + * Replace LPC patchset with upstream version (LP: #1762758) + - Revert "UBUNTU: SAUCE: MAINTAINERS: Add maintainer for HiSilicon LPC driver" + - Revert "UBUNTU: SAUCE: HISI LPC: Add ACPI support" + - Revert "UBUNTU: SAUCE: ACPI / scan: do not enumerate Indirect IO host + children" + - Revert "UBUNTU: SAUCE: HISI LPC: Support the LPC host on Hip06/Hip07 with DT + bindings" + - Revert "UBUNTU: SAUCE: OF: Add missing I/O range exception for indirect-IO + devices" + - Revert "UBUNTU: SAUCE: PCI: Apply the new generic I/O management on PCI IO + hosts" + - Revert "UBUNTU: SAUCE: PCI: Add fwnode handler as input param of + pci_register_io_range()" + - Revert "UBUNTU: SAUCE: PCI: Remove unused __weak attribute in + pci_register_io_range()" + - Revert "UBUNTU: SAUCE: LIB: Introduce a generic PIO mapping method" + - lib: Add generic PIO mapping method + - PCI: Remove __weak tag from pci_register_io_range() + - PCI: Add fwnode handler as input param of pci_register_io_range() + - PCI: Apply the new generic I/O management on PCI IO hosts + - of: Add missing I/O range exception for indirect-IO devices + - HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings + - ACPI / scan: Rename acpi_is_serial_bus_slave() for more general use + - ACPI / scan: Do not enumerate Indirect IO host children + - HISI LPC: Add ACPI support + - MAINTAINERS: Add John Garry as maintainer for HiSilicon LPC driver + + * Enable Tunneled Operations on POWER9 (LP: #1762448) + - powerpc/powernv: Enable tunneled operations + - cxl: read PHB indications from the device tree + + * PSL traces reset after PERST for debug AFU image (LP: #1762462) + - cxl: Enable NORST bit in PSL_DEBUG register for PSL9 + + * NFS + sec=krb5 is broken (LP: #1759791) + - sunrpc: remove incorrect HMAC request initialization + + * Raspberry Pi 3 microSD support missing from the installer (LP: #1729128) + - d-i: add bcm2835 to block-modules + + * Backport USB core quirks (LP: #1762695) + - usb: core: Add "quirks" parameter for usbcore + - usb: core: Copy parameter string correctly and remove superfluous null check + - usb: core: Add USB_QUIRK_DELAY_CTRL_MSG to usbcore quirks + + * [Ubuntu 18.04] cryptsetup: 'device-mapper: reload ioctl on failed' when + setting up a second end-to-end encrypted disk (LP: #1762353) + - SAUCE: s390/crypto: Adjust s390 aes and paes cipher + + * System Z {kernel} UBUNTU18.04 wrong kernel config (LP: #1762719) + - s390: move nobp parameter functions to nospec-branch.c + - s390: add automatic detection of the spectre defense + - s390: report spectre mitigation via syslog + - s390: add sysfs attributes for spectre + - [Config] CONFIG_EXPOLINE_AUTO=y, CONFIG_KERNEL_NOBP=n for s390 + - s390: correct nospec auto detection init order + + * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5715 + - powerpc/64s: Wire up cpu_show_spectre_v2() + + * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5753 + - powerpc/64s: Wire up cpu_show_spectre_v1() + + * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5754 + - powerpc/rfi-flush: Move the logic to avoid a redo into the debugfs code + - powerpc/rfi-flush: Make it possible to call setup_rfi_flush() again + - powerpc/rfi-flush: Always enable fallback flush on pseries + - powerpc/rfi-flush: Differentiate enabled and patched flush types + - powerpc/rfi-flush: Call setup_rfi_flush() after LPM migration + - powerpc/64s: Move cpu_show_meltdown() + - powerpc/64s: Enhance the information in cpu_show_meltdown() + - powerpc/powernv: Use the security flags in pnv_setup_rfi_flush() + - powerpc/pseries: Use the security flags in pseries_setup_rfi_flush() + + * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5715 // + CVE-2017-5753 // CVE-2017-5754 + - powerpc/pseries: Add new H_GET_CPU_CHARACTERISTICS flags + - powerpc: Add security feature flags for Spectre/Meltdown + - powerpc/pseries: Set or clear security feature flags + - powerpc/powernv: Set or clear security feature flags + + * Hisilicon network subsystem 3 support (LP: #1761610) + - net: hns3: export pci table of hclge and hclgevf to userspace + - d-i: Add hns3 drivers to nic-modules + + * "ip a" command on a guest VM shows UNKNOWN status (LP: #1761534) + - virtio-net: Fix operstate for virtio when no VIRTIO_NET_F_STATUS + + * perf vendor events arm64: Enable JSON events for ThunderX2 B0 (LP: #1760712) + - perf vendor events: Drop incomplete multiple mapfile support + - perf vendor events: Fix error code in json_events() + - perf vendor events: Drop support for unused topic directories + - perf vendor events: Add support for pmu events vendor subdirectory + - perf vendor events arm64: Relocate ThunderX2 JSON to cavium subdirectory + - perf vendor events arm64: Relocate Cortex A53 JSONs to arm subdirectory + - perf vendor events: Add support for arch standard events + - perf vendor events arm64: Add armv8-recommended.json + - perf vendor events arm64: Fixup ThunderX2 to use recommended events + - perf vendor events arm64: fixup A53 to use recommended events + - perf vendor events arm64: add HiSilicon hip08 JSON file + - perf vendor events arm64: Enable JSON events for ThunderX2 B0 + + * Warning "cache flush timed out!" seen when unloading the cxl driver + (LP: #1762367) + - cxl: Check if PSL data-cache is available before issue flush request + + * Bionic update to v4.16.1 stable release (LP: #1763170) + - bitmap: fix memset optimization on big-endian systems + - USB: serial: ftdi_sio: add RT Systems VX-8 cable + - USB: serial: ftdi_sio: add support for Harman FirmwareHubEmulator + - USB: serial: cp210x: add ELDAT Easywave RX09 id + - serial: 8250: Add Nuvoton NPCM UART + - mei: remove dev_err message on an unsupported ioctl + - /dev/mem: Avoid overwriting "err" in read_mem() + - media: usbtv: prevent double free in error case + - parport_pc: Add support for WCH CH382L PCI-E single parallel port card. + - crypto: lrw - Free rctx->ext with kzfree + - crypto: ccp - Fill the result buffer only on digest, finup, and final ops + - crypto: talitos - don't persistently map req_ctx->hw_context and + req_ctx->buf + - crypto: inside-secure - fix clock management + - crypto: testmgr - Fix incorrect values in PKCS#1 test vector + - crypto: talitos - fix IPsec cipher in length + - crypto: ahash - Fix early termination in hash walk + - crypto: caam - Fix null dereference at error path + - crypto: ccp - return an actual key size from RSA max_size callback + - crypto: arm,arm64 - Fix random regeneration of S_shipped + - crypto: x86/cast5-avx - fix ECB encryption when long sg follows short one + - Bluetooth: hci_bcm: Add 6 new ACPI HIDs + - Btrfs: fix unexpected cow in run_delalloc_nocow + - siox: fix possible buffer overflow in device_add_store + - staging: comedi: ni_mio_common: ack ai fifo error interrupts. + - Revert "base: arch_topology: fix section mismatch build warnings" + - Input: ALPS - fix TrackStick detection on Thinkpad L570 and Latitude 7370 + - Input: i8042 - add Lenovo ThinkPad L460 to i8042 reset list + - Input: i8042 - enable MUX on Sony VAIO VGN-CS series to fix touchpad + - vt: change SGR 21 to follow the standards + - Fix slab name "biovec-(1<<(21-12))" + - signal: Correct the offset of si_pkey and si_lower in struct siginfo on m68k + - Linux 4.16.1 + + * [18.04][config] regression: nvme and nvme_core couldn't be built as modules + starting 4.15-rc2 (LP: #1759893) + - SAUCE: Revert "lightnvm: include NVM Express driver if OCSSD is selected for + build" + - [Config] CONFIG_BLK_DEV_NMVE=m + + * FFe: Enable configuring resume offset via sysfs (LP: #1760106) + - PM / hibernate: Make passing hibernate offsets more friendly + + * Ubuntu18.04:POWER9:DD2.2 - Unable to start a KVM guest with default machine + type(pseries-bionic) complaining "KVM implementation does not support + Transactional Memory, try cap-htm=off" (kvm) (LP: #1752026) + - powerpc: Use feature bit for RTC presence rather than timebase presence + - powerpc: Book E: Remove unused CPU_FTR_L2CSR bit + - powerpc: Free up CPU feature bits on 64-bit machines + - powerpc: Add CPU feature bits for TM bug workarounds on POWER9 v2.2 + - powerpc/powernv: Provide a way to force a core into SMT4 mode + - KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9 + - KVM: PPC: Book3S HV: Work around XER[SO] bug in fake suspend mode + - KVM: PPC: Book3S HV: Work around TEXASR bug in fake suspend state + + * [Feature][CFL][ICL] [CNL]Thunderbolt support (Titan Ridge) (LP: #1730775) + - thunderbolt: Resume control channel after hibernation image is created + - thunderbolt: Serialize PCIe tunnel creation with PCI rescan + - thunderbolt: Handle connecting device in place of host properly + - thunderbolt: Do not overwrite error code when domain adding fails + - thunderbolt: Wait a bit longer for root switch config space + - thunderbolt: Wait a bit longer for ICM to authenticate the active NVM + - thunderbolt: Handle rejected Thunderbolt devices + - thunderbolt: Factor common ICM add and update operations out + - thunderbolt: Correct function name in kernel-doc comment + - thunderbolt: Add tb_switch_get() + - thunderbolt: Add tb_switch_find_by_route() + - thunderbolt: Add tb_xdomain_find_by_route() + - thunderbolt: Add constant for approval timeout + - thunderbolt: Move driver ready handling to struct icm + - thunderbolt: Add 'boot' attribute for devices + - thunderbolt: Add support for preboot ACL + - thunderbolt: Introduce USB only (SL4) security level + - thunderbolt: Add support for Intel Titan Ridge + + * QCA9377 requires more IRAM banks for its new firmware (LP: #1748345) + - ath10k: update the IRAM bank number for QCA9377 + + * Fix an issue that when system in S3, USB keyboard can't wake up the system. + (LP: #1759511) + - ACPI / PM: Allow deeper wakeup power states with no _SxD nor _SxW + + * cxl: Fix timebase synchronization status on POWER9 missing (CAPI) + (LP: #1757228) + - cxl: Fix timebase synchronization status on P9 + + * [Feature]Update Ubuntu 18.04 lpfc FC driver with 32/64GB HBA support and bug + fixes (LP: #1752182) + - scsi: lpfc: Fix frequency of Release WQE CQEs + - scsi: lpfc: Increase CQ and WQ sizes for SCSI + - scsi: lpfc: move placement of target destroy on driver detach + - scsi: lpfc: correct debug counters for abort + - scsi: lpfc: Add WQ Full Logic for NVME Target + - scsi: lpfc: Fix PRLI handling when topology type changes + - scsi: lpfc: Fix IO failure during hba reset testing with nvme io. + - scsi: lpfc: Fix RQ empty firmware trap + - scsi: lpfc: Allow set of maximum outstanding SCSI cmd limit for a target + - scsi: lpfc: Fix soft lockup in lpfc worker thread during LIP testing + - scsi: lpfc: Fix issue_lip if link is disabled + - scsi: lpfc: Indicate CONF support in NVMe PRLI + - scsi: lpfc: Fix SCSI io host reset causing kernel crash + - scsi: lpfc: Validate adapter support for SRIU option + - scsi: lpfc: Fix header inclusion in lpfc_nvmet + - scsi: lpfc: Treat SCSI Write operation Underruns as an error + - scsi: lpfc: Fix nonrecovery of NVME controller after cable swap. + - scsi: lpfc: update driver version to 11.4.0.7 + - scsi: lpfc: Update 11.4.0.7 modified files for 2018 Copyright + - scsi: lpfc: Rework lpfc to allow different sli4 cq and eq handlers + - scsi: lpfc: Rework sli4 doorbell infrastructure + - scsi: lpfc: Add SLI-4 if_type=6 support to the code base + - scsi: lpfc: Add push-to-adapter support to sli4 + - scsi: lpfc: Add PCI Ids for if_type=6 hardware + - scsi: lpfc: Add 64G link speed support + - scsi: lpfc: Add if_type=6 support for cycling valid bits + - scsi: lpfc: Enable fw download on if_type=6 devices + - scsi: lpfc: Add embedded data pointers for enhanced performance + - scsi: lpfc: Fix nvme embedded io length on new hardware + - scsi: lpfc: Work around NVME cmd iu SGL type + - scsi: lpfc: update driver version to 12.0.0.0 + - scsi: lpfc: Change Copyright of 12.0.0.0 modified files to 2018 + - scsi: lpfc: use __raw_writeX on DPP copies + - scsi: lpfc: Add missing unlock in WQ full logic + + * /dev/bcache/by-uuid links not created after reboot (LP: #1729145) + - SAUCE: (no-up) bcache: decouple emitting a cached_dev CHANGE uevent + + * DKMS driver builds fail with: Cannot use CONFIG_STACK_VALIDATION=y, please + install libelf-dev, libelf-devel or elfutils-libelf-devel (LP: #1760876) + - [Packaging] include the retpoline extractor in the headers + + * Use med_with_dipm SATA LPM to save more power for mobile platforms + (LP: #1759547) + - [Config] CONFIG_SATA_MOBILE_LPM_POLICY=3 + + * Miscellaneous Ubuntu changes + - [Packaging] Only install cloud init files when do_tools_common=true + - SAUCE: Import aufs driver + - [Config] Enable AUFS config options + + -- Seth Forshee Thu, 12 Apr 2018 09:30:56 -0500 + +linux (4.16.0-3.4) bionic; urgency=medium + + * Allow multiple mounts of zfs datasets (LP: #1759848) + - SAUCE: Allow mounting datasets more than once (LP: #1759848) + + * zfs system process hung on container stop/delete (LP: #1754584) + - SAUCE: Fix non-prefaulted page deadlock (LP: #1754584) + - Revert "UBUNTU: SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)" + - SAUCE: Fix non-prefaulted page deadlock (LP: #1754584) + + * ubuntu_zram_smoke test will cause soft lockup on Artful ThunderX ARM64 + (LP: #1755073) + - SAUCE: crypto: thunderx_zip: Fix fallout from CONFIG_VMAP_STACK + + * CAPI Flash (cxlflash) update (LP: #1752672) + - SAUCE: cxlflash: Preserve number of interrupts for master contexts + - SAUCE: cxlflash: Avoid clobbering context control register value + - SAUCE: cxlflash: Add argument identifier names + - SAUCE: cxlflash: Introduce OCXL backend + - SAUCE: cxlflash: Hardware AFU for OCXL + - SAUCE: cxlflash: Read host function configuration + - SAUCE: cxlflash: Setup function acTag range + - SAUCE: cxlflash: Read host AFU configuration + - SAUCE: cxlflash: Setup AFU acTag range + - SAUCE: cxlflash: Setup AFU PASID + - SAUCE: cxlflash: Adapter context support for OCXL + - SAUCE: cxlflash: Use IDR to manage adapter contexts + - SAUCE: cxlflash: Support adapter file descriptors for OCXL + - SAUCE: cxlflash: Support adapter context discovery + - SAUCE: cxlflash: Support image reload policy modification + - SAUCE: cxlflash: MMIO map the AFU + - SAUCE: cxlflash: Support starting an adapter context + - SAUCE: cxlflash: Support process specific mappings + - SAUCE: cxlflash: Support AFU state toggling + - SAUCE: cxlflash: Support reading adapter VPD data + - SAUCE: cxlflash: Setup function OCXL link + - SAUCE: cxlflash: Setup OCXL transaction layer + - SAUCE: cxlflash: Support process element lifecycle + - SAUCE: cxlflash: Support AFU interrupt management + - SAUCE: cxlflash: Support AFU interrupt mapping and registration + - SAUCE: cxlflash: Support starting user contexts + - SAUCE: cxlflash: Support adapter context polling + - SAUCE: cxlflash: Support adapter context reading + - SAUCE: cxlflash: Support adapter context mmap and release + - SAUCE: cxlflash: Support file descriptor mapping + - SAUCE: cxlflash: Introduce object handle fop + - SAUCE: cxlflash: Setup LISNs for user contexts + - SAUCE: cxlflash: Setup LISNs for master contexts + - SAUCE: cxlflash: Update synchronous interrupt status bits + - SAUCE: cxlflash: Introduce OCXL context state machine + - SAUCE: cxlflash: Register for translation errors + - SAUCE: cxlflash: Support AFU reset + - SAUCE: cxlflash: Enable OCXL operations + + * [Artful][Wyse 3040] System hang when trying to enable an offlined CPU core + (LP: #1736393) + - SAUCE: drm/i915:Don't set chip specific data + - SAUCE: drm/i915: make previous commit affects Wyse 3040 only + + * zed process consuming 100% cpu (LP: #1751796) + - SAUCE: Fix ioctl loop-spin in zed (LP: #1751796) + + * Ubuntu18.04:PowerPC - Set Transparent Huge Pages (THP) by default to + "always" (LP: #1753708) + - Config: Set TRANSPARENT_HUGEPAGE_ALWAYS=y on ppc64el + + * retpoline hints: primary infrastructure and initial hints (LP: #1758856) + - [Packaging] retpoline -- add safe usage hint support + - [Packaging] retpoline-check -- only report additions + - [Packaging] retpoline -- widen indirect call/jmp detection + - [Packaging] retpoline -- elide %rip relative indirections + - [Packaging] retpoline -- clear hint information from packages + - SAUCE: apm -- annotate indirect calls within + firmware_restrict_branch_speculation_{start,end} + - SAUCE: EFI -- annotate indirect calls within + firmware_restrict_branch_speculation_{start,end} + - SAUCE: early/late -- annotate indirect calls in early/late initialisation + code + - SAUCE: vga_set_mode -- avoid jump tables + - [Config] retpoine -- switch to new format + + * Miscellaneous Ubuntu changes + - [Packaging] final-checks -- remove check for empty retpoline files + - [Packaging] skip cloud tools packaging when not building package + + [ Upstream Kernel Changes ] + + * Rebase to v4.16 + + -- Seth Forshee Mon, 02 Apr 2018 16:15:36 -0500 + +linux (4.16.0-2.3) bionic; urgency=medium + + * devpts: handle bind-mounts (LP: #1755857) + - SAUCE: devpts: hoist out check for DEVPTS_SUPER_MAGIC + - SAUCE: devpts: resolve devpts bind-mounts + - SAUCE: devpts: comment devpts_mntget() + - SAUCE: selftests: add devpts selftests + + * [bionic][arm64] d-i: add hisi_sas_v3_hw to scsi-modules (LP: #1756103) + - d-i: add hisi_sas_v3_hw to scsi-modules + + * [Bionic][ARM64] PCI and SAS driver patches for hip08 SoCs (LP: #1756094) + - SAUCE: scsi: hisi_sas: config for hip08 ES + - SAUCE: scsi: hisi_sas: export device table of v3 hw to userspace + + * s390/crypto: Fix kernel crash on aes_s390 module remove (LP: #1753424) + - SAUCE: s390/crypto: Fix kernel crash on aes_s390 module remove. + + * Fix ARC hit rate (LP: #1755158) + - SAUCE: Fix ARC hit rate (LP: #1755158) + + * ZFS setgid broken on 0.7 (LP: #1753288) + - SAUCE: Fix ZFS setgid + + * CONFIG_EFI=y on armhf (LP: #1726362) + - [Config] CONFIG_EFI=y on armhf, reconcile secureboot EFI settings + + * [Feature] Add xHCI debug device support in the driver (LP: #1730832) + - [Config] CONFIG_USB_XHCI_DBGCAP=y + + * retpoline: ignore %cs:0xNNN constant indirections (LP: #1752655) + - [Packaging] retpoline -- elide %cs:0xNNNN constants on i386 + - [Config] retpoline -- clean up i386 retpoline files + + * Miscellaneous Ubuntu changes + - [Packaging] retpoline-extract: flag *0xNNN(%reg) branches + - [Config] fix up retpoline abi files + - [Config] fix up retpoline abi files + - d-i: Add netsec to nic-modules + + [ Upstream Kernel Changes ] + + * Rebase to v4.16-rc6 + + -- Seth Forshee Mon, 19 Mar 2018 14:09:49 -0500 + +linux (4.16.0-1.2) bionic; urgency=medium + + * Driver not found in Ubuntu kernel does not detect interface (LP: #1745927) + - d-i: add cxgb4 to nic-modules + + * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319) + - [Config] CONFIG_INDIRECT_PIO=y + - SAUCE: LIB: Introduce a generic PIO mapping method + - SAUCE: PCI: Remove unused __weak attribute in pci_register_io_range() + - SAUCE: PCI: Add fwnode handler as input param of pci_register_io_range() + - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts + - SAUCE: OF: Add missing I/O range exception for indirect-IO devices + - [Config] CONFIG_HISILICON_LPC=y + - SAUCE: HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings + - SAUCE: ACPI / scan: do not enumerate Indirect IO host children + - SAUCE: HISI LPC: Add ACPI support + - SAUCE: MAINTAINERS: Add maintainer for HiSilicon LPC driver + + * Miscellaneous Ubuntu changes + - SAUCE: tools: use CC for linking acpi tools + + [ Upstream Kernel Changes ] + + * Rebase to v4.16-rc3 + + -- Seth Forshee Wed, 28 Feb 2018 10:17:23 -0600 + +linux (4.16.0-0.1) bionic; urgency=medium + + * retpoline abi files are empty on i386 (LP: #1751021) + - [Packaging] retpoline-extract -- instantiate retpoline files for i386 + - [Packaging] final-checks -- sanity checking ABI contents + - [Packaging] final-checks -- check for empty retpoline files + + * Miscellaneous upstream changes + - disable vbox build + - Disable zfs build + + [ Upstream Kernel Changes ] + + * Rebase to v4.16-rc2 + + -- Seth Forshee Thu, 22 Feb 2018 08:58:57 -0600 + +linux (4.16.0-0.0) bionic; urgency=medium + + * Dummy entry + + -- Seth Forshee Wed, 21 Feb 2018 14:33:13 -0600 + +linux (4.15.0-10.11) bionic; urgency=medium + + * linux: 4.15.0-10.11 -proposed tracker (LP: #1749250) + + * "swiotlb: coherent allocation failed" dmesg spam with linux 4.15.0-9.10 + (LP: #1749202) + - swiotlb: suppress warning when __GFP_NOWARN is set + - drm/ttm: specify DMA_ATTR_NO_WARN for huge page pools + + * linux-tools: perf incorrectly linking libbfd (LP: #1748922) + - SAUCE: tools -- add ability to disable libbfd + - [Packaging] correct disablement of libbfd + + * [Artful] Realtek ALC225: 2 secs noise when a headset plugged in + (LP: #1744058) + - ALSA: hda/realtek - update ALC225 depop optimize + + * [Artful] Support headset mode for DELL WYSE (LP: #1723913) + - SAUCE: ALSA: hda/realtek - Add support headset mode for DELL WYSE + + * headset mic can't be detected on two Dell machines (LP: #1748807) + - ALSA: hda/realtek - Support headset mode for ALC215/ALC285/ALC289 + - ALSA: hda - Fix headset mic detection problem for two Dell machines + + * Bionic update to v4.15.3 stable release (LP: #1749191) + - ip6mr: fix stale iterator + - net: igmp: add a missing rcu locking section + - qlcnic: fix deadlock bug + - qmi_wwan: Add support for Quectel EP06 + - r8169: fix RTL8168EP take too long to complete driver initialization. + - tcp: release sk_frag.page in tcp_disconnect + - vhost_net: stop device during reset owner + - ipv6: addrconf: break critical section in addrconf_verify_rtnl() + - ipv6: change route cache aging logic + - Revert "defer call to mem_cgroup_sk_alloc()" + - net: ipv6: send unsolicited NA after DAD + - rocker: fix possible null pointer dereference in + rocker_router_fib_event_work + - tcp_bbr: fix pacing_gain to always be unity when using lt_bw + - cls_u32: add missing RCU annotation. + - ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only + - soreuseport: fix mem leak in reuseport_add_sock() + - net_sched: get rid of rcu_barrier() in tcf_block_put_ext() + - net: sched: fix use-after-free in tcf_block_put_ext + - media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION + - media: soc_camera: soc_scale_crop: add missing + MODULE_DESCRIPTION/AUTHOR/LICENSE + - media: tegra-cec: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + - gpio: uniphier: fix mismatch between license text and MODULE_LICENSE + - crypto: tcrypt - fix S/G table for test_aead_speed() + - Linux 4.15.3 + + * bnx2x_attn_int_deasserted3:4323 MC assert! (LP: #1715519) // + CVE-2018-1000026 + - net: create skb_gso_validate_mac_len() + - bnx2x: disable GSO where gso_size is too big for hardware + + * ethtool -p fails to light NIC LED on HiSilicon D05 systems (LP: #1748567) + - net: hns: add ACPI mode support for ethtool -p + + * CVE-2017-5715 (Spectre v2 Intel) + - [Packaging] retpoline files must be sorted + - [Packaging] pull in retpoline files + + * [Feature] PXE boot with Intel Omni-Path (LP: #1712031) + - d-i: Add hfi1 to nic-modules + + * CVE-2017-5715 (Spectre v2 retpoline) + - [Packaging] retpoline -- add call site validation + - [Config] disable retpoline checks for first upload + + * Do not duplicate changelog entries assigned to more than one bug or CVE + (LP: #1743383) + - [Packaging] git-ubuntu-log -- handle multiple bugs/cves better + + -- Seth Forshee Tue, 13 Feb 2018 11:33:58 -0600 + +linux (4.15.0-9.10) bionic; urgency=medium + + * linux: 4.15.0-9.10 -proposed tracker (LP: #1748244) + + * Miscellaneous Ubuntu changes + - [Debian] tests -- remove gcc-multilib dependency for arm64 + + -- Seth Forshee Thu, 08 Feb 2018 11:25:04 -0600 + +linux (4.15.0-8.9) bionic; urgency=medium + + * linux: 4.15.0-8.9 -proposed tracker (LP: #1748075) + + * Bionic update to v4.15.2 stable release (LP: #1748072) + - KVM: x86: Make indirect calls in emulator speculation safe + - KVM: VMX: Make indirect call speculation safe + - module/retpoline: Warn about missing retpoline in module + - x86/cpufeatures: Add CPUID_7_EDX CPUID leaf + - x86/cpufeatures: Add Intel feature bits for Speculation Control + - x86/cpufeatures: Add AMD feature bits for Speculation Control + - x86/msr: Add definitions for new speculation control MSRs + - x86/pti: Do not enable PTI on CPUs which are not vulnerable to Meltdown + - x86/cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 microcodes + - x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) support + - x86/alternative: Print unadorned pointers + - x86/nospec: Fix header guards names + - x86/bugs: Drop one "mitigation" from dmesg + - x86/cpu/bugs: Make retpoline module warning conditional + - x86/cpufeatures: Clean up Spectre v2 related CPUID flags + - x86/retpoline: Simplify vmexit_fill_RSB() + - x86/speculation: Simplify indirect_branch_prediction_barrier() + - auxdisplay: img-ascii-lcd: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + - iio: adc/accel: Fix up module licenses + - pinctrl: pxa: pxa2xx: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + - ASoC: pcm512x: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + - KVM: nVMX: Eliminate vmcs02 pool + - KVM: VMX: introduce alloc_loaded_vmcs + - objtool: Improve retpoline alternative handling + - objtool: Add support for alternatives at the end of a section + - objtool: Warn on stripped section symbol + - x86/mm: Fix overlap of i386 CPU_ENTRY_AREA with FIX_BTMAP + - x86/spectre: Check CONFIG_RETPOLINE in command line parser + - x86/entry/64: Remove the SYSCALL64 fast path + - x86/entry/64: Push extra regs right away + - x86/asm: Move 'status' from thread_struct to thread_info + - Documentation: Document array_index_nospec + - array_index_nospec: Sanitize speculative array de-references + - x86: Implement array_index_mask_nospec + - x86: Introduce barrier_nospec + - x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospec + - x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end} + - x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec + - x86/get_user: Use pointer masking to limit speculation + - x86/syscall: Sanitize syscall table de-references under speculation + - vfs, fdtable: Prevent bounds-check bypass via speculative execution + - nl80211: Sanitize array index in parse_txq_params + - x86/spectre: Report get_user mitigation for spectre_v1 + - x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable" + - x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on Intel + - x86/speculation: Use Indirect Branch Prediction Barrier in context switch + - x86/paravirt: Remove 'noreplace-paravirt' cmdline option + - KVM: VMX: make MSR bitmaps per-VCPU + - x86/kvm: Update spectre-v1 mitigation + - x86/retpoline: Avoid retpolines for built-in __init functions + - x86/spectre: Simplify spectre_v2 command line parsing + - x86/pti: Mark constant arrays as __initconst + - x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALL + - KVM/x86: Update the reverse_cpuid list to include CPUID_7_EDX + - KVM/x86: Add IBPB support + - KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES + - KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL + - KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRL + - serial: core: mark port as initialized after successful IRQ change + - fpga: region: release of_parse_phandle nodes after use + - Linux 4.15.2 + + * Add support for the NIC on SynQuacer E-Series boards (LP: #1747792) + - net: phy: core: remove now uneeded disabling of interrupts + - [Config] CONFIG_NET_VENDOR_SOCIONEXT=y & CONFIG_SNI_NETSEC=m + - net: socionext: Add Synquacer NetSec driver + - net: socionext: include linux/io.h to fix build + - net: socionext: Fix error return code in netsec_netdev_open() + + * [Artful/Bionic] [Config] enable EDAC_GHES for ARM64 (LP: #1747746) + - [Config] CONFIG_EDAC_GHES=y + + * support thunderx2 vendor pmu events (LP: #1747523) + - perf pmu: Pass pmu as a parameter to get_cpuid_str() + - perf tools arm64: Add support for get_cpuid_str function. + - perf pmu: Add helper function is_pmu_core to detect PMU CORE devices + - perf vendor events arm64: Add ThunderX2 implementation defined pmu core + events + - perf pmu: Add check for valid cpuid in perf_pmu__find_map() + + * linux 4.14.0-7.9 ADT test failure with linux 4.14.0-7.9 (LP: #1732463) + - SAUCE: mm: disable vma based swap readahead by default + - SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM + + * Miscellaneous Ubuntu changes + - [Config] Fix CONFIG_PROFILE_ALL_BRANCHES annotations + + -- Seth Forshee Wed, 07 Feb 2018 21:13:27 -0600 + +linux (4.15.0-7.8) bionic; urgency=medium + + * Bionic update to v4.15.1 stable release (LP: #1747169) + - Bluetooth: hci_serdev: Init hci_uart proto_lock to avoid oops + - tools/gpio: Fix build error with musl libc + - gpio: stmpe: i2c transfer are forbiden in atomic context + - gpio: Fix kernel stack leak to userspace + - ALSA: hda - Reduce the suspend time consumption for ALC256 + - crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH + - crypto: aesni - handle zero length dst buffer + - crypto: aesni - fix typo in generic_gcmaes_decrypt + - crypto: aesni - add wrapper for generic gcm(aes) + - crypto: aesni - Fix out-of-bounds access of the data buffer in generic-gcm- + aesni + - crypto: aesni - Fix out-of-bounds access of the AAD buffer in generic-gcm- + aesni + - crypto: inside-secure - fix hash when length is a multiple of a block + - crypto: inside-secure - avoid unmapping DMA memory that was not mapped + - crypto: sha3-generic - fixes for alignment and big endian operation + - crypto: af_alg - whitelist mask and type + - HID: wacom: EKR: ensure devres groups at higher indexes are released + - HID: wacom: Fix reporting of touch toggle (WACOM_HID_WD_MUTE_DEVICE) events + - power: reset: zx-reboot: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + - gpio: iop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + - gpio: ath79: add missing MODULE_DESCRIPTION/LICENSE + - mtd: nand: denali_pci: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE + - igb: Free IRQs when device is hotplugged + - ima/policy: fix parsing of fsuuid + - scsi: aacraid: Fix udev inquiry race condition + - scsi: aacraid: Fix hang in kdump + - scsi: storvsc: missing error code in storvsc_probe() + - staging: lustre: separate a connection destroy from free struct kib_conn + - staging: ccree: NULLify backup_info when unused + - staging: ccree: fix fips event irq handling build + - tty: fix data race between tty_init_dev and flush of buf + - usb: option: Add support for FS040U modem + - USB: serial: pl2303: new device id for Chilitag + - USB: cdc-acm: Do not log urb submission errors on disconnect + - CDC-ACM: apply quirk for card reader + - USB: serial: io_edgeport: fix possible sleep-in-atomic + - usbip: prevent bind loops on devices attached to vhci_hcd + - usbip: list: don't list devices attached to vhci_hcd + - USB: serial: simple: add Motorola Tetra driver + - usb: f_fs: Prevent gadget unbind if it is already unbound + - usb: uas: unconditionally bring back host after reset + - usb/gadget: Fix "high bandwidth" check in usb_gadget_ep_match_desc() + - ANDROID: binder: remove waitqueue when thread exits. + - android: binder: use VM_ALLOC to get vm area + - mei: me: allow runtime pm for platform with D0i3 + - serial: 8250_of: fix return code when probe function fails to get reset + - serial: 8250_uniphier: fix error return code in uniphier_uart_probe() + - serial: 8250_dw: Revert "Improve clock rate setting" + - serial: imx: Only wakeup via RTSDEN bit if the system has RTS/CTS + - spi: imx: do not access registers while clocks disabled + - iio: adc: stm32: fix scan of multiple channels with DMA + - iio: chemical: ccs811: Fix output of IIO_CONCENTRATION channels + - test_firmware: fix missing unlock on error in config_num_requests_store() + - Input: synaptics-rmi4 - unmask F03 interrupts when port is opened + - Input: synaptics-rmi4 - do not delete interrupt memory too early + - x86/efi: Clarify that reset attack mitigation needs appropriate userspace + - Linux 4.15.1 + + * Dell XPS 13 9360 bluetooth (Atheros) won't connect after resume + (LP: #1744712) + - Revert "Bluetooth: btusb: fix QCA Rome suspend/resume" + - Bluetooth: btusb: Restore QCA Rome suspend/resume fix with a "rewritten" + version + + * apparmor profile load in stacked policy container fails (LP: #1746463) + - SAUCE: apparmor: fix display of .ns_name for containers + + -- Seth Forshee Sun, 04 Feb 2018 11:56:32 +0100 + +linux (4.15.0-6.7) bionic; urgency=low + + * upload urgency should be medium by default (LP: #1745338) + - [Packaging] update urgency to medium by default + + * Shutdown hang on 16.04 with iscsi targets (LP: #1569925) + - scsi: libiscsi: Allow sd_shutdown on bad transport + + * Miscellaneous Ubuntu changes + - SAUCE: (noup) Update spl to 0.7.5-1ubuntu1, zfs to 0.7.5-1ubuntu1 + - Revert "UBUNTU: SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM" + - Revert "UBUNTU: SAUCE: mm: disable vma based swap readahead by default" + + [ Upstream Kernel Changes ] + + * Rebase to v4.15 + + -- Seth Forshee Mon, 29 Jan 2018 08:47:07 -0600 + +linux (4.15.0-5.6) bionic; urgency=low + + * $(LOCAL_ENV_CC) and $(LOCAL_ENV_DISTCC_HOSTS) should be properly quoted + (LP: #1744077) + - [Debian] pass LOCAL_ENV_CC and LOCAL_ENV_DISTCC_HOSTS properly + + * Missing install-time driver for QLogic QED 25/40/100Gb Ethernet NIC + (LP: #1743638) + - [d-i] Add qede to nic-modules udeb + + * boot failure on AMD Raven + WesternXT (LP: #1742759) + - SAUCE: drm/amdgpu: add atpx quirk handling (v2) + + * Unable to handle kernel NULL pointer dereference at isci_task_abort_task + (LP: #1726519) + - SAUCE: Revert "scsi: libsas: allow async aborts" + + * Update Ubuntu-4.15.0 config to support Intel Atom devices (LP: #1739939) + - [Config] CONFIG_SERIAL_DEV_BUS=y, CONFIG_SERIAL_DEV_CTRL_TTYPORT=y + + * Miscellaneous Ubuntu changes + - Rebase to v4.15-rc7 + - [Config] CONFIG_CPU_ISOLATION=y + - [Config] Update annotations following config review + - Revert "UBUNTU: SAUCE: Import aufs driver" + - SAUCE: Import aufs driver + - ubuntu: vbox -- update to 5.2.6-dfsg-1 + - ubuntu: vbox: build fixes for 4.15 + - ubuntu: vbox -- update to 5.2.6-dfsg-2 + - hio: updates for timer api changes in 4.15 + - enable hio build + - Rebase to v4.15-rc9 + + [ Upstream Kernel Changes ] + + * Rebase to v4.15-rc9 + + -- Seth Forshee Mon, 22 Jan 2018 10:16:05 -0600 + +linux (4.15.0-4.5) bionic; urgency=low + + * [0cf3:e010] QCA6174A XR failed to pair with bt 4.0 device (LP: #1741166) + - SAUCE: Bluetooth: btusb: Add support for 0cf3:e010 + + * External HDMI monitor failed to show screen on Lenovo X1 series + (LP: #1738523) + - SAUCE: drm/i915: Disable writing of TMDS_OE on Lenovo ThinkPad X1 series + + * Miscellaneous Ubuntu changes + - [Debian] autoreconstruct - add resoration of execute permissions + + [ Upstream Kernel Changes ] + + * Rebase to v4.15-rc4 + + -- Seth Forshee Wed, 10 Jan 2018 10:24:22 -0600 + +linux (4.15.0-3.4) bionic; urgency=low + + * ubuntu/xr-usb-serial didn't get built in zesty and artful (LP: #1733281) + - SAUCE: make sure ubuntu/xr-usb-serial builds for x86 + + [ Upstream Kernel Changes ] + + * Rebase to v4.15-rc6 + + -- Seth Forshee Wed, 03 Jan 2018 20:20:43 -0600 + +linux (4.15.0-2.3) bionic; urgency=low + + * nvidia-graphics-drivers-384 384.90-0ubuntu6 ADT test failure with linux + 4.15.0-1.2 (LP: #1737752) + - x86/mm: Unbreak modules that use the DMA API + + * Ubuntu 17.10 corrupting BIOS - many LENOVO laptops models (LP: #1734147) + - [Config] CONFIG_SPI_INTEL_SPI_*=n + + * power: commonise configs IBMVETH/IBMVSCSI and ensure both are in linux-image + and udebs (LP: #1521712) + - [Config] Include ibmvnic in nic-modules + + * Enable arm64 emulation of removed ARMv7 instructions (LP: #1545542) + - [Config] Enable support for emulation of deprecated ARMv8 instructions + + * Miscellaneous Ubuntu changes + - SAUCE: (noup) Update spl with 4.15 compat fix (LP:#1737761) + - Enable zfs build + - [Debian] add icp to zfs-modules.ignore + + [ Upstream Kernel Changes ] + + * Rebase to v4.15-rc4 + + -- Seth Forshee Mon, 18 Dec 2017 09:27:13 -0600 + +linux (4.15.0-1.2) bionic; urgency=low + + * Disabling zfs does not always disable module checks for the zfs modules + (LP: #1737176) + - [Packaging] disable zfs module checks when zfs is disabled + + * Miscellaneous Ubuntu changes + - [Config] CONFIG_UNWINDER_FRAME_POINTER=y for amd64 + + [ Upstream Kernel Changes ] + + * Rebase to v4.15-rc3 + + -- Seth Forshee Sun, 10 Dec 2017 22:07:19 -0600 + +linux (4.15.0-0.1) bionic; urgency=low + + * Miscellaneous Ubuntu changes + - ubuntu: vbox -- update to 5.2.2-dfsg-2 + - ubuntu: vbox: build fixes for 4.15 + - disable hio build + - [Config] Update kernel lockdown options to fix build errors + - Disable zfs build + - SAUCE: Import aufs driver + - [Config] Enable AUFS config options + + [ Upstream Kernel Changes ] + + * Rebase to v4.15-rc2 + + -- Seth Forshee Fri, 08 Dec 2017 13:55:42 -0600 + +linux (4.14.0-11.13) bionic; urgency=low + + * linux: 4.14.0-11.13 -proposed tracker (LP: #1736168) + + * CVE-2017-1000405 + - mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d() + + * linux 4.14.0-7.9 ADT test failure with linux 4.14.0-7.9 (LP: #1732463) + - SAUCE: mm: disable vma based swap readahead by default + - SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM + + * Bionic update to v4.14.3 stable release (LP: #1735843) + - s390: fix transactional execution control register handling + - s390/noexec: execute kexec datamover without DAT + - s390/runtime instrumention: fix possible memory corruption + - s390/guarded storage: fix possible memory corruption + - s390/disassembler: add missing end marker for e7 table + - s390/disassembler: increase show_code buffer size + - ACPI / PM: Fix acpi_pm_notifier_lock vs flush_workqueue() deadlock + - ACPI / EC: Fix regression related to triggering source of EC event handling + - cpufreq: schedutil: Reset cached_raw_freq when not in sync with next_freq + - serdev: fix registration of second slave + - sched: Make resched_cpu() unconditional + - lib/mpi: call cond_resched() from mpi_powm() loop + - x86/boot: Fix boot failure when SMP MP-table is based at 0 + - x86/decoder: Add new TEST instruction pattern + - x86/entry/64: Fix entry_SYSCALL_64_after_hwframe() IRQ tracing + - x86/entry/64: Add missing irqflags tracing to native_load_gs_index() + - perf/x86/intel: Hide TSX events when RTM is not supported + - arm64: Implement arch-specific pte_access_permitted() + - ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAE + - ARM: 8721/1: mm: dump: check hardware RO bit for LPAE + - uapi: fix linux/tls.h userspace compilation error + - uapi: fix linux/rxrpc.h userspace compilation errors + - MIPS: cmpxchg64() and HAVE_VIRT_CPU_ACCOUNTING_GEN don't work for 32-bit SMP + - MIPS: ralink: Fix MT7628 pinmux + - MIPS: ralink: Fix typo in mt7628 pinmux function + - net: mvneta: fix handling of the Tx descriptor counter + - nbd: wait uninterruptible for the dead timeout + - nbd: don't start req until after the dead connection logic + - PM / OPP: Add missing of_node_put(np) + - PCI/ASPM: Account for downstream device's Port Common_Mode_Restore_Time + - PCI/ASPM: Use correct capability pointer to program LTR_L1.2_THRESHOLD + - PCI: hv: Use effective affinity mask + - PCI: Set Cavium ACS capability quirk flags to assert RR/CR/SV/UF + - PCI: Apply Cavium ThunderX ACS quirk to more Root Ports + - ALSA: hda: Add Raven PCI ID + - dm integrity: allow unaligned bv_offset + - dm cache: fix race condition in the writeback mode overwrite_bio + optimisation + - dm crypt: allow unaligned bv_offset + - dm zoned: ignore last smaller runt zone + - dm mpath: remove annoying message of 'blk_get_request() returned -11' + - dm bufio: fix integer overflow when limiting maximum cache size + - ovl: Put upperdentry if ovl_check_origin() fails + - dm: allocate struct mapped_device with kvzalloc + - sched/rt: Simplify the IPI based RT balancing logic + - MIPS: pci: Remove KERN_WARN instance inside the mt7620 driver + - dm: fix race between dm_get_from_kobject() and __dm_destroy() + - dm: discard support requires all targets in a table support discards + - MIPS: Fix odd fp register warnings with MIPS64r2 + - MIPS: Fix MIPS64 FP save/restore on 32-bit kernels + - MIPS: dts: remove bogus bcm96358nb4ser.dtb from dtb-y entry + - MIPS: Fix an n32 core file generation regset support regression + - MIPS: BCM47XX: Fix LED inversion for WRT54GSv1 + - MIPS: math-emu: Fix final emulation phase for certain instructions + - rt2x00usb: mark device removed when get ENOENT usb error + - mm/z3fold.c: use kref to prevent page free/compact race + - autofs: don't fail mount for transient error + - nilfs2: fix race condition that causes file system corruption + - fscrypt: lock mutex before checking for bounce page pool + - eCryptfs: use after free in ecryptfs_release_messaging() + - libceph: don't WARN() if user tries to add invalid key + - bcache: check ca->alloc_thread initialized before wake up it + - fs: guard_bio_eod() needs to consider partitions + - fanotify: fix fsnotify_prepare_user_wait() failure + - isofs: fix timestamps beyond 2027 + - btrfs: change how we decide to commit transactions during flushing + - f2fs: expose some sectors to user in inline data or dentry case + - NFS: Fix typo in nomigration mount option + - NFS: Revert "NFS: Move the flock open mode check into nfs_flock()" + - nfs: Fix ugly referral attributes + - NFS: Avoid RCU usage in tracepoints + - NFS: revalidate "." etc correctly on "open". + - nfsd: deal with revoked delegations appropriately + - rtlwifi: rtl8192ee: Fix memory leak when loading firmware + - rtlwifi: fix uninitialized rtlhal->last_suspend_sec time + - iwlwifi: fix firmware names for 9000 and A000 series hw + - md: fix deadlock error in recent patch. + - md: don't check MD_SB_CHANGE_CLEAN in md_allow_write + - Bluetooth: btqcomsmd: Add support for BD address setup + - md/bitmap: revert a patch + - fsnotify: clean up fsnotify_prepare/finish_user_wait() + - fsnotify: pin both inode and vfsmount mark + - fsnotify: fix pinning group in fsnotify_prepare_user_wait() + - ata: fixes kernel crash while tracing ata_eh_link_autopsy event + - ext4: fix interaction between i_size, fallocate, and delalloc after a crash + - ext4: prevent data corruption with inline data + DAX + - ext4: prevent data corruption with journaling + DAX + - ALSA: pcm: update tstamp only if audio_tstamp changed + - ALSA: usb-audio: Add sanity checks to FE parser + - ALSA: usb-audio: Fix potential out-of-bound access at parsing SU + - ALSA: usb-audio: Add sanity checks in v2 clock parsers + - ALSA: timer: Remove kernel warning at compat ioctl error paths + - ALSA: hda/realtek - Fix ALC275 no sound issue + - ALSA: hda: Fix too short HDMI/DP chmap reporting + - ALSA: hda - Fix yet remaining issue with vmaster 0dB initialization + - ALSA: hda/realtek - Fix ALC700 family no sound issue + - ASoC: sun8i-codec: Invert Master / Slave condition + - ASoC: sun8i-codec: Fix left and right channels inversion + - ASoC: sun8i-codec: Set the BCLK divider + - mfd: lpc_ich: Avoton/Rangeley uses SPI_BYT method + - fix a page leak in vhost_scsi_iov_to_sgl() error recovery + - 9p: Fix missing commas in mount options + - fs/9p: Compare qid.path in v9fs_test_inode + - net/9p: Switch to wait_event_killable() + - scsi: qla2xxx: Suppress a kernel complaint in qla_init_base_qpair() + - scsi: sd_zbc: Fix sd_zbc_read_zoned_characteristics() + - scsi: lpfc: fix pci hot plug crash in timer management routines + - scsi: lpfc: fix pci hot plug crash in list_add call + - scsi: lpfc: Fix crash receiving ELS while detaching driver + - scsi: lpfc: Fix FCP hba_wqidx assignment + - scsi: lpfc: Fix oops if nvmet_fc_register_targetport fails + - iscsi-target: Make TASK_REASSIGN use proper se_cmd->cmd_kref + - iscsi-target: Fix non-immediate TMR reference leak + - target: fix null pointer regression in core_tmr_drain_tmr_list + - target: fix buffer offset in core_scsi3_pri_read_full_status + - target: Fix QUEUE_FULL + SCSI task attribute handling + - target: Fix caw_sem leak in transport_generic_request_failure + - target: Fix quiese during transport_write_pending_qf endless loop + - target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASK + - mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalid + - mtd: nand: Export nand_reset() symbol + - mtd: nand: atmel: Actually use the PM ops + - mtd: nand: omap2: Fix subpage write + - mtd: nand: Fix writing mtdoops to nand flash. + - mtd: nand: mtk: fix infinite ECC decode IRQ issue + - mailbox: bcm-flexrm-mailbox: Fix FlexRM ring flush sequence + - p54: don't unregister leds when they are not initialized + - block: Fix a race between blk_cleanup_queue() and timeout handling + - raid1: prevent freeze_array/wait_all_barriers deadlock + - genirq: Track whether the trigger type has been set + - irqchip/gic-v3: Fix ppi-partitions lookup + - lockd: double unregister of inetaddr notifiers + - KVM: PPC: Book3S HV: Don't call real-mode XICS hypercall handlers if not + enabled + - KVM: nVMX: set IDTR and GDTR limits when loading L1 host state + - KVM: SVM: obey guest PAT + - kvm: vmx: Reinstate support for CPUs without virtual NMI + - dax: fix PMD faults on zero-length files + - dax: fix general protection fault in dax_alloc_inode + - SUNRPC: Fix tracepoint storage issues with svc_recv and svc_rqst_status + - clk: ti: dra7-atl-clock: fix child-node lookups + - libnvdimm, dimm: clear 'locked' status on successful DIMM enable + - libnvdimm, pfn: make 'resource' attribute only readable by root + - libnvdimm, namespace: fix label initialization to use valid seq numbers + - libnvdimm, region : make 'resource' attribute only readable by root + - libnvdimm, namespace: make 'resource' attribute only readable by root + - svcrdma: Preserve CB send buffer across retransmits + - IB/srpt: Do not accept invalid initiator port names + - IB/cm: Fix memory corruption in handling CM request + - IB/hfi1: Fix incorrect available receive user context count + - IB/srp: Avoid that a cable pull can trigger a kernel crash + - IB/core: Avoid crash on pkey enforcement failed in received MADs + - IB/core: Only maintain real QPs in the security lists + - NFC: fix device-allocation error return + - spi-nor: intel-spi: Fix broken software sequencing codes + - i40e: Use smp_rmb rather than read_barrier_depends + - igb: Use smp_rmb rather than read_barrier_depends + - igbvf: Use smp_rmb rather than read_barrier_depends + - ixgbevf: Use smp_rmb rather than read_barrier_depends + - i40evf: Use smp_rmb rather than read_barrier_depends + - fm10k: Use smp_rmb rather than read_barrier_depends + - ixgbe: Fix skb list corruption on Power systems + - parisc: Fix validity check of pointer size argument in new CAS + implementation + - powerpc: Fix boot on BOOK3S_32 with CONFIG_STRICT_KERNEL_RWX + - powerpc/mm/radix: Fix crashes on Power9 DD1 with radix MMU and STRICT_RWX + - powerpc/perf/imc: Use cpu_to_node() not topology_physical_package_id() + - powerpc/signal: Properly handle return value from uprobe_deny_signal() + - powerpc/64s: Fix masking of SRR1 bits on instruction fault + - powerpc/64s/radix: Fix 128TB-512TB virtual address boundary case allocation + - powerpc/64s/hash: Fix 512T hint detection to use >= 128T + - powerpc/64s/hash: Fix 128TB-512TB virtual address boundary case allocation + - powerpc/64s/hash: Fix fork() with 512TB process address space + - powerpc/64s/hash: Allow MAP_FIXED allocations to cross 128TB boundary + - media: Don't do DMA on stack for firmware upload in the AS102 driver + - media: rc: check for integer overflow + - media: rc: nec decoder should not send both repeat and keycode + - cx231xx-cards: fix NULL-deref on missing association descriptor + - media: v4l2-ctrl: Fix flags field on Control events + - media: venus: fix wrong size on dma_free + - media: venus: venc: fix bytesused v4l2_plane field + - media: venus: reimplement decoder stop command + - ARM64: dts: meson-gxl: Add alternate ARM Trusted Firmware reserved memory + zone + - iwlwifi: fix wrong struct for a000 device + - iwlwifi: add a new a000 device + - iwlwifi: pcie: sort IDs for the 9000 series for easier comparisons + - iwlwifi: add new cards for a000 series + - iwlwifi: add new cards for 8265 series + - iwlwifi: add new cards for 8260 series + - iwlwifi: fix PCI IDs and configuration mapping for 9000 series + - iwlwifi: mvm: support version 7 of the SCAN_REQ_UMAC FW command + - e1000e: Fix error path in link detection + - e1000e: Fix return value test + - e1000e: Separate signaling for link check/link up + - e1000e: Avoid receiver overrun interrupt bursts + - e1000e: fix buffer overrun while the I219 is processing DMA transactions + - Linux 4.14.3 + + * Miscellaneous Ubuntu changes + - SAUCE: s390/topology: don't inline cpu_to_node + - SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to 0.7.3-1ubuntu1 + + -- Seth Forshee Mon, 04 Dec 2017 09:08:07 -0600 + +linux (4.14.0-10.12) bionic; urgency=low + + * linux: 4.14.0-10.12 -proposed tracker (LP: #1734901) + + * Miscellaneous Ubuntu changes + - SAUCE: Enable the ACPI kernel debugger and acpidbg tool + - [Packaging] Include arch/arm64/kernel/ftrace-mod.o in headers package + + -- Seth Forshee Tue, 28 Nov 2017 08:46:49 -0600 + +linux (4.14.0-9.11) bionic; urgency=low + + * linux: 4.14.0-9.11 -proposed tracker (LP: #1734728) + + * Miscellaneous Ubuntu changes + - Revert "UBUNTU: SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to + 0.7.3-1ubuntu1" + + -- Seth Forshee Mon, 27 Nov 2017 12:44:48 -0600 + +linux (4.14.0-8.10) bionic; urgency=low + + * linux: 4.14.0-8.10 -proposed tracker (LP: #1734695) + + * Bionic update to v4.14.2 stable release (LP: #1734694) + - bio: ensure __bio_clone_fast copies bi_partno + - af_netlink: ensure that NLMSG_DONE never fails in dumps + - vxlan: fix the issue that neigh proxy blocks all icmpv6 packets + - net: cdc_ncm: GetNtbFormat endian fix + - fealnx: Fix building error on MIPS + - net/sctp: Always set scope_id in sctp_inet6_skb_msgname + - ima: do not update security.ima if appraisal status is not INTEGRITY_PASS + - serial: omap: Fix EFR write on RTS deassertion + - serial: 8250_fintek: Fix finding base_port with activated SuperIO + - tpm-dev-common: Reject too short writes + - rcu: Fix up pending cbs check in rcu_prepare_for_idle + - mm/pagewalk.c: report holes in hugetlb ranges + - ocfs2: fix cluster hang after a node dies + - ocfs2: should wait dio before inode lock in ocfs2_setattr() + - ipmi: fix unsigned long underflow + - mm/page_alloc.c: broken deferred calculation + - mm/page_ext.c: check if page_ext is not prepared + - coda: fix 'kernel memory exposure attempt' in fsync + - ipmi: Prefer ACPI system interfaces over SMBIOS ones + - Linux 4.14.2 + + * Bionic update to v4.14.1 stable release (LP: #1734693) + - EDAC, sb_edac: Don't create a second memory controller if HA1 is not present + - dmaengine: dmatest: warn user when dma test times out + - media: imon: Fix null-ptr-deref in imon_probe + - media: dib0700: fix invalid dvb_detach argument + - crypto: dh - Fix double free of ctx->p + - crypto: dh - Don't permit 'p' to be 0 + - crypto: dh - Don't permit 'key' or 'g' size longer than 'p' + - crypto: brcm - Explicity ACK mailbox message + - USB: early: Use new USB product ID and strings for DbC device + - USB: usbfs: compute urb->actual_length for isochronous + - USB: Add delay-init quirk for Corsair K70 LUX keyboards + - usb: gadget: f_fs: Fix use-after-free in ffs_free_inst + - USB: serial: metro-usb: stop I/O after failed open + - USB: serial: Change DbC debug device binding ID + - USB: serial: qcserial: add pid/vid for Sierra Wireless EM7355 fw update + - USB: serial: garmin_gps: fix I/O after failed probe and remove + - USB: serial: garmin_gps: fix memory leak on probe errors + - selftests/x86/protection_keys: Fix syscall NR redefinition warnings + - x86/MCE/AMD: Always give panic severity for UC errors in kernel context + - platform/x86: peaq-wmi: Add DMI check before binding to the WMI interface + - platform/x86: peaq_wmi: Fix missing terminating entry for peaq_dmi_table + - HID: cp2112: add HIDRAW dependency + - HID: wacom: generic: Recognize WACOM_HID_WD_PEN as a type of pen collection + - rpmsg: glink: Add missing MODULE_LICENSE + - staging: wilc1000: Fix bssid buffer offset in Txq + - staging: sm750fb: Fix parameter mistake in poke32 + - staging: ccree: fix 64 bit scatter/gather DMA ops + - staging: greybus: spilib: fix use-after-free after deregistration + - staging: rtl8188eu: Revert 4 commits breaking ARP + - spi: fix use-after-free at controller deregistration + - sparc32: Add cmpxchg64(). + - sparc64: mmu_context: Add missing include files + - sparc64: Fix page table walk for PUD hugepages + - Linux 4.14.1 + + * Set PANIC_TIMEOUT=10 on Power Systems (LP: #1730660) + - [Config]: Set PANIC_TIMEOUT=10 on ppc64el + + * enable CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH easily confuse users + (LP: #1732627) + - [Config] CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH=n + + * Miscellaneous Ubuntu changes + - SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to 0.7.3-1ubuntu1 + + -- Seth Forshee Mon, 27 Nov 2017 07:43:44 -0600 + +linux (4.14.0-7.9) bionic; urgency=low + + * Miscellaneous Ubuntu changes + - SAUCE: apparmor: add base infastructure for socket mediation + - SAUCE: apparmor: af_unix mediation + - SAUCE: LSM stacking: procfs: add smack subdir to attrs + - SAUCE: LSM stacking: LSM: manage credential security blobs + - SAUCE: LSM stacking: LSM: Manage file security blobs + - SAUCE: LSM stacking: LSM: manage task security blobs + - SAUCE: LSM stacking: LSM: Infrastructure management of the remaining blobs + - SAUCE: LSM stacking: LSM: general but not extreme module stacking + - SAUCE: LSM stacking: LSM: Complete task_alloc hook + - SAUCE: LSM stacking: fixup procsfs: add smack subdir to attrs + - SAUCE: LSM stacking: fixup initialize task->security + - SAUCE: LSM stacking: fixup: alloc_task_ctx is dead code + - SAUCE: LSM stacking: add support for stacking getpeersec_stream + - SAUCE: LSM stacking: add stacking support to apparmor network hooks + - SAUCE: LSM stacking: fixup apparmor stacking enablement + - SAUCE: LSM stacking: fixup stacking kconfig + - SAUCE: LSM stacking: allow selecting multiple LSMs using kernel boot params + - SAUCE: LSM stacking: provide prctl interface for setting context + - SAUCE: LSM stacking: inherit current display LSM + - SAUCE: LSM stacking: keep an index for each registered LSM + - SAUCE: LSM stacking: verify display LSM + - SAUCE: LSM stacking: provide a way to specify the default display lsm + - SAUCE: LSM stacking: make sure LSM blob align on 64 bit boundaries + - SAUCE: LSM stacking: add /proc//attr/display_lsm + - SAUCE: LSM stacking: add Kconfig to set default display LSM + - SAUCE: LSM stacking: add configs for LSM stacking + - SAUCE: LSM stacking: check for invalid zero sized writes + - [Config] Run updateconfigs after merging LSM stacking + - [Config] CONFIG_AMD_MEM_ENCRYPT=y + + [ Upstream Kernel Changes ] + + * Rebase to v4.14 + + -- Seth Forshee Mon, 13 Nov 2017 08:12:08 -0600 + +linux (4.14.0-6.8) bionic; urgency=low + + * Miscellaneous Ubuntu changes + - SAUCE: add workarounds to enable ZFS for 4.14 + + [ Upstream Kernel Changes ] + + * Rebase to v4.14-rc8 + + -- Seth Forshee Mon, 06 Nov 2017 11:39:00 -0600 + +linux (4.14.0-5.7) bionic; urgency=low + + * Miscellaneous Ubuntu changes + - [Debian] Fix invocation of dh_prep for dbgsym packages + + -- Seth Forshee Tue, 31 Oct 2017 07:07:23 -0500 + +linux (4.14.0-4.5) bionic; urgency=low + + * Miscellaneous Ubuntu changes + - [Packaging] virtualbox -- reduce in kernel module versions + - vbox-update: Fix up KERN_DIR definitions + - ubuntu: vbox -- update to 5.2.0-dfsg-2 + - [Config] CONFIG_AMD_MEM_ENCRYPT=n + + [ Upstream Kernel Changes ] + + * Rebase to v4.14-rc7 + + -- Seth Forshee Mon, 30 Oct 2017 13:29:20 -0500 + +linux (4.14.0-3.4) artful; urgency=low + + * Touchpad and TrackPoint Dose Not Work on Lenovo X1C6 and X280 (LP: #1723986) + - SAUCE: Input: synaptics-rmi4 - RMI4 can also use SMBUS version 3 + - SAUCE: Input: synaptics - Lenovo X1 Carbon 5 should use SMBUS/RMI + - SAUCE: Input: synaptics - add Intertouch support on X1 Carbon 6th and X280 + + * powerpc/64s: Add workaround for P9 vector CI load issuenext (LP: #1721070) + - powerpc/64s: Add workaround for P9 vector CI load issue + + * Miscellaneous Ubuntu changes + - SAUCE: staging: vboxvideo: Fix reporting invalid suggested-offset-properties + - [Config] CONFIG_DRM_VBOXVIDEO=m + - SAUCE: Import aufs driver + - [Config] Enable aufs + - [Config] Reorder annotations file after enabling aufs + - vbox-update: Disable imported vboxvideo module + - ubuntu: vbox -- update to 5.1.30-dfsg-1 + - Enable vbox + - hio: Use correct sizes when initializing ssd_index_bits* arrays + - hio: Update io stat accounting for 4.14 + - Enable hio + + [ Upstream Kernel Changes ] + + * Rebase to v4.14-rc5 + * Rebase to v4.14-rc6 + + -- Seth Forshee Mon, 23 Oct 2017 13:53:52 -0500 + +linux (4.14.0-2.3) artful; urgency=low + + * [Bug] USB controller failed to respond on Denverton after loading + intel_th_pci module (LP: #1715833) + - SAUCE: PCI: Disable broken RTIT_BAR of Intel TH + + * CONFIG_DEBUG_FS is not enabled by "make zfcpdump_defconfig" with Ubuntu + 17.10 (kernel 4.13) (LP: #1719290) + - SAUCE: s390: update zfcpdump_defconfig + + * Add installer support for Broadcom BCM573xx network drivers. (LP: #1720466) + - d-i: Add bnxt_en to nic-modules. + + * Miscellaneous Ubuntu changes + - [Config] Update annotations for 4.14-rc2 + + [ Upstream Kernel Changes ] + + * Rebase to v4.14-rc3 + * Rebase to v4.14-rc4 + + -- Seth Forshee Wed, 11 Oct 2017 16:04:27 -0500 + +linux (4.14.0-1.2) artful; urgency=low + + * [Bug] USB 3.1 Gen2 works as 5Gbps (LP: #1720045) + - xhci: set missing SuperSpeedPlus Link Protocol bit in roothub descriptor + + * Please make linux-libc-dev Provide: aufs-dev (LP: #1716091) + - [Packaging] Add aufs-dev to the Provides: for linux-libc-dev + + * Upgrade to 4.13.0-11.12 in artful amd64 VM breaks display on wayland + (LP: #1718679) + - [Config] CONFIG_DRM_VBOXVIDEO=n + + * ipmmu-vmsa driver breaks arm64 boots (LP: #1718734) + - [Config] Disable CONFIG_IPMMU_VMSA on arm64 + + * autopkgtest profile fails to build on armhf (LP: #1717920) + - [Packaging] autopkgtest -- disable d-i when dropping flavours + + * Miscellaneous Ubuntu changes + - [Config] CONFIG_I2C_XLP9XX=m + - [Packaging] Use SRCPKGNAME rather than hard-coding the source package name + + [ Upstream Kernel Changes ] + + * Rebase to v4.14-rc2 + + -- Seth Forshee Fri, 29 Sep 2017 09:09:11 -0400 + +linux (4.14.0-0.1) artful; urgency=low + + * Miscellaneous Ubuntu changes + - Disable vbox build + - Disable hio build + - Disable zfs build + + [ Upstream Kernel Changes ] + + * Rebase to v4.14-rc1 + + -- Seth Forshee Tue, 19 Sep 2017 20:22:29 -0500 + +linux (4.13.0-11.12) artful; urgency=low + + * linux: 4.13.0-11.12 -proposed tracker (LP: #1716699) + + * kernel panic -not syncing: Fatal exception: panic_on_oops (LP: #1708399) + - s390/mm: fix local TLB flushing vs. detach of an mm address space + - s390/mm: fix race on mm->context.flush_mm + + * CVE-2017-1000251 + - Bluetooth: Properly check L2CAP config option output buffer length + + -- Seth Forshee Tue, 12 Sep 2017 10:18:38 -0500 + +linux (4.13.0-10.11) artful; urgency=low + + * linux: 4.13.0-10.11 -proposed tracker (LP: #1716287) + + * please add aufs-dkms to the Provides: for the kernel packages (LP: #1716093) + - [Packaging] Add aufs-dkms to the Provides: for kernel packages + + * Artful update to v4.13.1 stable release (LP: #1716284) + - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard + - USB: serial: option: add support for D-Link DWM-157 C1 + - usb: Add device quirk for Logitech HD Pro Webcam C920-C + - usb:xhci:Fix regression when ATI chipsets detected + - USB: musb: fix external abort on suspend + - ANDROID: binder: add padding to binder_fd_array_object. + - ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES. + - USB: core: Avoid race of async_completed() w/ usbdev_release() + - staging/rts5208: fix incorrect shift to extract upper nybble + - staging: ccree: save ciphertext for CTS IV + - staging: fsl-dpaa2/eth: fix off-by-one FD ctrl bitmaks + - iio: adc: ti-ads1015: fix incorrect data rate setting update + - iio: adc: ti-ads1015: fix scale information for ADS1115 + - iio: adc: ti-ads1015: enable conversion when CONFIG_PM is not set + - iio: adc: ti-ads1015: avoid getting stale result after runtime resume + - iio: adc: ti-ads1015: don't return invalid value from buffer setup callbacks + - iio: adc: ti-ads1015: add adequate wait time to get correct conversion + - driver core: bus: Fix a potential double free + - HID: wacom: Do not completely map WACOM_HID_WD_TOUCHRINGSTATUS usage + - binder: free memory on error + - crypto: caam/qi - fix compilation with CONFIG_DEBUG_FORCE_WEAK_PER_CPU=y + - crypto: caam/qi - fix compilation with DEBUG enabled + - thunderbolt: Fix reset response_type + - fpga: altera-hps2fpga: fix multiple init of l3_remap_lock + - intel_th: pci: Add Cannon Lake PCH-H support + - intel_th: pci: Add Cannon Lake PCH-LP support + - ath10k: fix memory leak in rx ring buffer allocation + - drm/vgem: Pin our pages for dmabuf exports + - drm/ttm: Fix accounting error when fail to get pages for pool + - drm/dp/mst: Handle errors from drm_atomic_get_private_obj_state() correctly + - rtlwifi: rtl_pci_probe: Fix fail path of _rtl_pci_find_adapter + - Bluetooth: Add support of 13d3:3494 RTL8723BE device + - iwlwifi: pci: add new PCI ID for 7265D + - dlm: avoid double-free on error path in dlm_device_{register,unregister} + - mwifiex: correct channel stat buffer overflows + - MCB: add support for SC31 to mcb-lpc + - s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangs + - drm/nouveau/pci/msi: disable MSI on big-endian platforms by default + - drm/nouveau: Fix error handling in nv50_disp_atomic_commit + - workqueue: Fix flag collision + - ahci: don't use MSI for devices with the silly Intel NVMe remapping scheme + - cs5536: add support for IDE controller variant + - scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZE + - scsi: sg: recheck MMAP_IO request length with lock held + - of/device: Prevent buffer overflow in of_device_modalias() + - rtlwifi: Fix memory leak when firmware request fails + - rtlwifi: Fix fallback firmware loading + - Linux 4.13.1 + + * Kernel has trouble recognizing Corsair Strafe RGB keyboard (LP: #1678477) + - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard + + * SRIOV: warning if unload VFs (LP: #1715073) + - PCI: Disable VF decoding before pcibios_sriov_disable() updates resources + + * [Patch] network-i40e:NVM bug fixes (cherrypick from 4.14) (LP: #1715578) + - i40e: avoid NVM acquire deadlock during NVM update + - i40e: point wb_desc at the nvm_wb_desc during i40e_read_nvm_aq + + * [P9,POwer NV] Perf PMU event : pm_br_2path and pm_ld_miss_l1 is counted + twice when perf stat is done (perf:) (LP: #1714571) + - perf vendor events powerpc: Remove duplicate events + + * Unable to install Ubuntu on the NVMe disk under VMD PCI domain + (LP: #1703339) + - [Config] Include vmd in storage-core-modules udeb + + * 17.10 fails to boot on POWER9 DD2.0 with Deep stop states (LP: #1715064) + - powerpc/powernv: Save/Restore additional SPRs for stop4 cpuidle + - powerpc/powernv: Clear PECE1 in LPCR via stop-api only on Hotplug + - SAUCE: powerpc/powernv: Clear LPCR[PECE1] via stop-api only for deep state + offline + + * Miscellaneous Ubuntu changes + - SAUCE: selftests/seccomp: Support glibc 2.26 siginfo_t.h + - Revert "UBUNTU: SAUCE: Import aufs driver" + - SAUCE: Import aufs driver + + -- Seth Forshee Sun, 10 Sep 2017 17:48:59 -0500 + +linux (4.13.0-9.10) artful; urgency=low + + * linux: 4.13.0-9.10 -proposed tracker (LP: #1715145) + + * EDAC sbridge: Failed to register device with error -22. (LP: #1714112) + - [Config] CONFIG_EDAC_GHES=n + + * Miscellaneous Ubuntu changes + - ubuntu: vbox -- update to 5.1.26-dfsg-2 + + [ Upstream Kernel Changes ] + + * Rebase to v4.13 + + -- Seth Forshee Tue, 05 Sep 2017 07:51:19 -0500 + +linux (4.13.0-8.9) artful; urgency=low + + * snapd 2.27.3+17.10 ADT test failure with linux 4.13.0-6.7 (LP: #1713103) + - SAUCE: apparmor: fix apparmorfs DAC access, permissions + + * enable ARCH_SUNXI (and friends) in arm64 kernel .config (LP: #1701137) + - [Config] Enable CONFIG_ARCH_SUNXI and related options for arm64 + + * [Bug] Harrisonville: pnd2_edac always fail to load on B1 stepping + Harrisonville SDP (LP: #1709257) + - EDAC, pnd2: Build in a minimal sideband driver for Apollo Lake + - EDAC, pnd2: Mask off the lower four bits of a BAR + - EDAC, pnd2: Conditionally unhide/hide the P2SB PCI device to read BAR + - EDAC, pnd2: Properly toggle hidden state for P2SB PCI device + - SAUCE: i2c: i801: Restore the presence state of P2SB PCI device after + reading BAR + + * Miscellaneous Ubuntu changes + - Revert "UBUNTU: SAUCE: Import aufs driver" + - SAUCE: Import aufs driver + - SAUCE: selftests/powerpc: Disable some ptrace selftests + - [Config] CONFIG_CRYPTO_DEV_NITROX_CNN55XX=n for s390x + - [Config] CONFIG_I2C_SLAVE=n for amd64, i386, ppc64el + - [Config] Disable CONFIG_MDIO_* options for s390x + - [Config] CONFIG_SCSI_MQ_DEFAULT=n for s390x + - [Config] Update annotations for 4.13 + + -- Seth Forshee Thu, 31 Aug 2017 14:27:09 -0500 + +linux (4.13.0-7.8) artful; urgency=low + + * linux 4.12.0-11.12 ADT test failure with linux 4.12.0-11.12 (LP: #1710904) + - SAUCE: selftests/powerpc: Use snprintf to construct DSCR sysfs interface + paths + + * Miscellaneous Ubuntu changes + - Revert "UBUNTU: SAUCE: seccomp: log actions even when audit is disabled" + + * Miscellaneous upstream changes + - seccomp: Provide matching filter for introspection + - seccomp: Sysctl to display available actions + - seccomp: Operation for checking if an action is available + - seccomp: Sysctl to configure actions that are allowed to be logged + - seccomp: Selftest for detection of filter flag support + - seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOW + - seccomp: Action to log before allowing + + [ Upstream Kernel Changes ] + + * Rebase to v4.13-rc7 + + -- Seth Forshee Mon, 28 Aug 2017 08:12:24 -0500 + +linux (4.13.0-6.7) artful; urgency=low + + * HID: multitouch: Support ALPS PTP Stick and Touchpad devices (LP: #1712481) + - SAUCE: HID: multitouch: Support ALPS PTP stick with pid 0x120A + + * sort ABI files with C.UTF-8 locale (LP: #1712345) + - [Packaging] sort ABI files with C.UTF-8 locale + + * igb: Support using Broadcom 54616 as PHY (LP: #1712024) + - SAUCE: igb: add support for using Broadcom 54616 as PHY + + * RPT related fixes missing in Ubuntu 16.04.3 (LP: #1709220) + - powerpc/mm/radix: Improve _tlbiel_pid to be usable for PWC flushes + - powerpc/mm/radix: Improve TLB/PWC flushes + - powerpc/mm/radix: Avoid flushing the PWC on every flush_tlb_range + + * Linux 4.12 refuses to load self-signed modules under Secure Boot with + properly enrolled keys (LP: #1712168) + - SAUCE: (efi-lockdown) MODSIGN: Fix module signature verification + + * [17.10 FEAT] Enable NVMe driver - kernel (LP: #1708432) + - [Config] CONFIG_BLK_DEV_NVME=m for s390 + + * Artful: 4.12.0-11.12: Boot panic in vlv2_plat_configure_clock+0x3b/0xa0 + (LP: #1711298) + - [Config] CONFIG_INTEL_ATOMISP=n + + * Miscellaneous Ubuntu changes + - SAUCE: apparmor: af_unix mediation + + * Miscellaneous upstream changes + - apparmor: Fix shadowed local variable in unpack_trans_table() + - apparmor: Fix logical error in verify_header() + - apparmor: Fix an error code in aafs_create() + - apparmor: Redundant condition: prev_ns. in [label.c:1498] + - apparmor: add the ability to mediate signals + - apparmor: add mount mediation + - apparmor: cleanup conditional check for label in label_print + - apparmor: add support for absolute root view based labels + - apparmor: make policy_unpack able to audit different info messages + - apparmor: add more debug asserts to apparmorfs + - apparmor: add base infastructure for socket mediation + - apparmor: move new_null_profile to after profile lookup fns() + - apparmor: fix race condition in null profile creation + - apparmor: ensure unconfined profiles have dfas initialized + - apparmor: fix incorrect type assignment when freeing proxies + + [ Upstream Kernel Changes ] + + * Rebase to v4.13-rc6 + + -- Seth Forshee Wed, 23 Aug 2017 08:10:38 -0500 + +linux (4.13.0-5.6) artful; urgency=low + + * Ubuntu17.10 - perf: Update Power9 PMU event JSON files (LP: #1708630) + - perf pmu-events: Support additional POWER8+ PVR in mapfile + - perf vendor events: Add POWER9 PMU events + - perf vendor events: Add POWER9 PVRs to mapfile + - SAUCE: perf vendor events powerpc: remove suffix in mapfile + - SAUCE: perf vendor events powerpc: Update POWER9 events + + * Disable CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE (LP: #1709171) + - [Config] CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE=n for ppc64el + + * Please only recommend or suggest initramfs-tools | linux-initramfs-tool for + kernels able to boot without initramfs (LP: #1700972) + - [Debian] Don't depend on initramfs-tools + + * Miscellaneous Ubuntu changes + - SAUCE: Import aufs driver + - SAUCE: aufs -- Add missing argument to loop_switch() call + - [Config] Enable aufs + - SAUCE: (noup) Update spl to 0.6.5.11-ubuntu1, zfs to 0.6.5.11-1ubuntu3 + - Enable zfs build + - SAUCE: powerpc: Always initialize input array when calling epapr_hypercall() + - [Packaging] switch up to debhelper 9 + + [ Upstream Kernel Changes ] + + * Rebase to v4.13-rc5 + + -- Seth Forshee Tue, 15 Aug 2017 09:24:16 -0500 + +linux (4.13.0-4.5) artful; urgency=low + + * Lenovo Yoga 910 Sensors (LP: #1708120) + - SAUCE: (no-up) HID: Add quirk for Lenovo Yoga 910 with ITE Chips + + * Unable to install Ubuntu on the NVMe disk under VMD PCI domain + (LP: #1703339) + - [Config] Add vmd driver to generic inclusion list + + * Set CONFIG_SATA_HIGHBANK=y on armhf (LP: #1703430) + - [Config] CONFIG_SATA_HIGHBANK=y + + * Miscellaneous Ubuntu changes + - ubuntu: vbox -- update to 5.1.26-dfsg-1 + - SAUCE: hio: Build fixes for 4.13 + - Enable hio build + - SAUCE: (noup) Update spl to 0.6.5.11-1, zfs to 0.6.5.11-1ubuntu1 + - [debian] use all rather than amd64 dkms debs for sync + + [ Upstream Kernel Changes ] + + * Rebase to v4.13-rc4 + + -- Seth Forshee Tue, 08 Aug 2017 11:31:48 -0500 + +linux (4.13.0-3.4) artful; urgency=low + + * Adt tests of src:linux time out often on armhf lxc containers (LP: #1705495) + - [Packaging] tests -- reduce rebuild test to one flavour + - [Packaging] tests -- reduce rebuild test to one flavour -- use filter + + * snapd 2.26.8+17.10 ADT test failure with linux 4.12.0-6.7 (LP: #1704158) + - SAUCE: virtio_net: Revert mergeable buffer handling rework + + [ Upstream Kernel Changes ] + + * Rebase to v4.13-rc3 + + -- Seth Forshee Mon, 31 Jul 2017 10:08:16 -0500 + +linux (4.13.0-2.3) artful; urgency=low + + * Change CONFIG_IBMVETH to module (LP: #1704479) + - [Config] CONFIG_IBMVETH=m + + [ Upstream Kernel Changes ] + + * Rebase to v4.13-rc2 + + -- Seth Forshee Mon, 24 Jul 2017 13:58:08 -0500 + +linux (4.13.0-1.2) artful; urgency=low + + * Miscellaneous Ubuntu changes + - [Debian] Support sphinx-based kernel documentation + + -- Seth Forshee Thu, 20 Jul 2017 09:18:33 -0500 + +linux (4.13.0-0.1) artful; urgency=low + + * Miscellaneous Ubuntu changes + - Disable hio + - Disable zfs build + - ubuntu: vbox -- update to 5.1.24-dfsg-1 + + [ Upstream Kernel Changes ] + + * Rebase to v4.13-rc1 + + -- Seth Forshee Wed, 19 Jul 2017 15:09:31 -0500 + +linux (4.12.0-7.8) artful; urgency=low + + * ThunderX: soft lockup on 4.8+ kernels when running qemu-efi with vhost=on + (LP: #1673564) + - arm64: Add a facility to turn an ESR syndrome into a sysreg encoding + - KVM: arm/arm64: vgic-v3: Add accessors for the ICH_APxRn_EL2 registers + - KVM: arm64: Make kvm_condition_valid32() accessible from EL2 + - KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2 + - KVM: arm64: vgic-v3: Add ICV_BPR1_EL1 handler + - KVM: arm64: vgic-v3: Add ICV_IGRPEN1_EL1 handler + - KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler + - KVM: arm64: vgic-v3: Add ICV_EOIR1_EL1 handler + - KVM: arm64: vgic-v3: Add ICV_AP1Rn_EL1 handler + - KVM: arm64: vgic-v3: Add ICV_HPPIR1_EL1 handler + - KVM: arm64: vgic-v3: Enable trapping of Group-1 system registers + - KVM: arm64: Enable GICv3 Group-1 sysreg trapping via command-line + - KVM: arm64: vgic-v3: Add ICV_BPR0_EL1 handler + - KVM: arm64: vgic-v3: Add ICV_IGNREN0_EL1 handler + - KVM: arm64: vgic-v3: Add misc Group-0 handlers + - KVM: arm64: vgic-v3: Enable trapping of Group-0 system registers + - KVM: arm64: Enable GICv3 Group-0 sysreg trapping via command-line + - arm64: Add MIDR values for Cavium cn83XX SoCs + - arm64: Add workaround for Cavium Thunder erratum 30115 + - KVM: arm64: vgic-v3: Add ICV_DIR_EL1 handler + - KVM: arm64: vgic-v3: Add ICV_RPR_EL1 handler + - KVM: arm64: vgic-v3: Add ICV_CTLR_EL1 handler + - KVM: arm64: vgic-v3: Add ICV_PMR_EL1 handler + - KVM: arm64: Enable GICv3 common sysreg trapping via command-line + - KVM: arm64: vgic-v3: Log which GICv3 system registers are trapped + - KVM: arm64: Log an error if trapping a read-from-write-only GICv3 access + - KVM: arm64: Log an error if trapping a write-to-read-only GICv3 access + + * hns: under heavy load, NIC may fail and require reboot (LP: #1704146) + - net: hns: Bugfix for Tx timeout handling in hns driver + + * New ACPI identifiers for ThunderX SMMU (LP: #1703437) + - iommu/arm-smmu: Plumb in new ACPI identifiers + + * Transparent hugepages should default to enabled=madvise (LP: #1703742) + - SAUCE: use CONFIG_TRANSPARENT_HUGEPAGE_MADVISE=y as default + + * Artful update to v4.12.1 stable release (LP: #1703858) + - driver core: platform: fix race condition with driver_override + - RDMA/uverbs: Check port number supplied by user verbs cmds + - usb: dwc3: replace %p with %pK + - USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stick + - usb: usbip: set buffer pointers to NULL after free + - Add USB quirk for HVR-950q to avoid intermittent device resets + - usb: Fix typo in the definition of Endpoint[out]Request + - USB: core: fix device node leak + - USB: serial: option: add two Longcheer device ids + - USB: serial: qcserial: new Sierra Wireless EM7305 device ID + - xhci: Limit USB2 port wake support for AMD Promontory hosts + - gfs2: Fix glock rhashtable rcu bug + - Add "shutdown" to "struct class". + - tpm: Issue a TPM2_Shutdown for TPM2 devices. + - tpm: fix a kernel memory leak in tpm-sysfs.c + - powerpc/powernv: Fix CPU_HOTPLUG=n idle.c compile error + - x86/uaccess: Optimize copy_user_enhanced_fast_string() for short strings + - sched/fair, cpumask: Export for_each_cpu_wrap() + - sched/core: Implement new approach to scale select_idle_cpu() + - sched/numa: Use down_read_trylock() for the mmap_sem + - sched/numa: Override part of migrate_degrades_locality() when idle balancing + - sched/fair: Simplify wake_affine() for the single socket case + - sched/numa: Implement NUMA node level wake_affine() + - sched/fair: Remove effective_load() + - sched/numa: Hide numa_wake_affine() from UP build + - xen: avoid deadlock in xenbus driver + - crypto: drbg - Fixes panic in wait_for_completion call + - Linux 4.12.1 + + * cxlflash update request in the Xenial SRU stream (LP: #1702521) + - scsi: cxlflash: Combine the send queue locks + - scsi: cxlflash: Update cxlflash_afu_sync() to return errno + - scsi: cxlflash: Reset hardware queue context via specified register + - scsi: cxlflash: Schedule asynchronous reset of the host + - scsi: cxlflash: Handle AFU sync failures + - scsi: cxlflash: Track pending scsi commands in each hardware queue + - scsi: cxlflash: Flush pending commands in cleanup path + - scsi: cxlflash: Add scsi command abort handler + - scsi: cxlflash: Create character device to provide host management interface + - scsi: cxlflash: Separate AFU internal command handling from AFU sync + specifics + - scsi: cxlflash: Introduce host ioctl support + - scsi: cxlflash: Refactor AFU capability checking + - scsi: cxlflash: Support LUN provisioning + - scsi: cxlflash: Support AFU debug + - scsi: cxlflash: Support WS16 unmap + - scsi: cxlflash: Remove zeroing of private command data + - scsi: cxlflash: Update TMF command processing + - scsi: cxlflash: Avoid double free of character device + - scsi: cxlflash: Update send_tmf() parameters + - scsi: cxlflash: Update debug prints in reset handlers + + * make snap-pkg support (LP: #1700747) + - make snap-pkg support + + * Quirk for non-compliant PCI bridge on HiSilicon D05 board (LP: #1698706) + - SAUCE: PCI: Support hibmc VGA cards behind a misbehaving HiSilicon bridge + + * arm64: fix crash reading /proc/kcore (LP: #1702749) + - fs/proc: kcore: use kcore_list type to check for vmalloc/module address + - arm64: mm: select CONFIG_ARCH_PROC_KCORE_TEXT + + * Opal and POWER9 DD2 (LP: #1702159) + - SAUCE: powerpc/powernv: Tell OPAL about our MMU mode on POWER9 + + * Data corruption with hio driver (LP: #1701316) + - SAUCE: hio: Fix incorrect use of enum req_opf values + + * Miscellaneous Ubuntu changes + - SAUCE: (noup) Update spl to 0.6.5.10-1, zfs to 0.6.5.10-1ubuntu2 + - snapcraft.yaml: Sync with xenial + - [Config] CONFIG_CAVIUM_ERRATUM_30115=y + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and + MokSBState" + + -- Seth Forshee Fri, 14 Jul 2017 15:25:41 -0500 + +linux (4.12.0-6.7) artful; urgency=low + + * update ENA driver to 1.2.0k from net-next (LP: #1701575) + - net: ena: change return value for unsupported features unsupported return + value + - net: ena: add hardware hints capability to the driver + - net: ena: change sizeof() argument to be the type pointer + - net: ena: add reset reason for each device FLR + - net: ena: add support for out of order rx buffers refill + - net: ena: allow the driver to work with small number of msix vectors + - net: ena: use napi_schedule_irqoff when possible + - net: ena: separate skb allocation to dedicated function + - net: ena: use lower_32_bits()/upper_32_bits() to split dma address + - net: ena: update driver's rx drop statistics + - net: ena: update ena driver to version 1.2.0 + + * APST gets enabled against explicit kernel option (LP: #1699004) + - nvme: explicitly disable APST on quirked devices + + * Miscellaneous Ubuntu changes + - SAUCE: hio: Update to Huawei ES3000_V2 (2.1.0.40) + - SAUCE: hio updates for 4.12 + - SAUCE: Enable hio build + + -- Seth Forshee Wed, 05 Jul 2017 14:23:20 -0500 + +linux (4.12.0-5.6) artful; urgency=low + + * ERAT invalidate on context switch removal (LP: #1700819) + - powerpc: Only do ERAT invalidate on radix context switch on P9 DD1 + + * powerpc: Invalidate ERAT on powersave wakeup for POWER9 (LP: #1700521) + - SAUCE: powerpc: Invalidate ERAT on powersave wakeup for POWER9 + + * Miscellaneous Ubuntu changes + - d-i: Move qcom-emac from arm64 to shared nic-modules + + [ Upstream Kernel Changes ] + + * Rebase to v4.12 + + -- Seth Forshee Mon, 03 Jul 2017 07:52:02 -0500 + +linux (4.12.0-4.5) artful; urgency=low + + * aacraid driver may return uninitialized stack data to userspace + (LP: #1700077) + - SAUCE: scsi: aacraid: Don't copy uninitialized stack memory to userspace + + * KILLER1435-S[0489:e0a2] BT cannot search BT 4.0 device (LP: #1699651) + - Bluetooth: btusb: Add support for 0489:e0a2 QCA_ROME device + + * AACRAID for power9 platform (LP: #1689980) + - scsi: aacraid: Remove __GFP_DMA for raw srb memory + - scsi: aacraid: Fix DMAR issues with iommu=pt + - scsi: aacraid: Added 32 and 64 queue depth for arc natives + - scsi: aacraid: Set correct Queue Depth for HBA1000 RAW disks + - scsi: aacraid: Remove reset support from check_health + - scsi: aacraid: Change wait time for fib completion + - scsi: aacraid: Log count info of scsi cmds before reset + - scsi: aacraid: Print ctrl status before eh reset + - scsi: aacraid: Using single reset mask for IOP reset + - scsi: aacraid: Rework IOP reset + - scsi: aacraid: Add periodic checks to see IOP reset status + - scsi: aacraid: Rework SOFT reset code + - scsi: aacraid: Rework aac_src_restart + - scsi: aacraid: Use correct function to get ctrl health + - scsi: aacraid: Make sure ioctl returns on controller reset + - scsi: aacraid: Enable ctrl reset for both hba and arc + - scsi: aacraid: Add reset debugging statements + - scsi: aacraid: Remove reference to Series-9 + - scsi: aacraid: Update driver version to 50834 + + * hibmc driver does not include "pci:" prefix in bus ID (LP: #1698700) + - SAUCE: drm: hibmc: Use set_busid function from drm core + + * HiSilicon D05: installer doesn't appear on VGA (LP: #1698954) + - d-i: Add hibmc-drm to kernel-image udeb + + * Fix /proc/cpuinfo revision for POWER9 DD2 (LP: #1698844) + - SAUCE: powerpc: Fix /proc/cpuinfo revision for POWER9 DD2 + + * Miscellaneous Ubuntu changes + - [Config] CONFIG_SATA_MV=n and CONFIG_GENERIC_PHY=n for s390x + - [Config] CONFIG_ATA=n for s390x + - [Config] Update annotations for 4.12 + + [ Upstream Kernel Changes ] + + * Rebase to v4.12-rc7 + + -- Seth Forshee Mon, 26 Jun 2017 11:27:29 -0500 + +linux (4.12.0-3.4) artful; urgency=low + + * Miscellaneous upstream changes + - ufs: fix the logics for tail relocation + + [ Upstream Kernel Changes ] + + * Rebase to v4.12-rc6 + + -- Seth Forshee Mon, 19 Jun 2017 14:50:39 -0500 + +linux (4.12.0-2.3) artful; urgency=low + + * CVE-2014-9900 + - SAUCE: (no-up) net: Zeroing the structure ethtool_wolinfo in + ethtool_get_wol() + + * System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen) + (LP: #1671360) + - pinctrl/amd: Use regular interrupt instead of chained + + * extend-diff-ignore should use exact matches (LP: #1693504) + - [Packaging] exact extend-diff-ignore matches + + * Miscellaneous Ubuntu changes + - SAUCE: efi: Don't print secure boot state from the efi stub + - ubuntu: vbox -- Update to 5.1.22-dfsg-1 + - SAUCE: vbox fixes for 4.12 + - Re-enable virtualbox build + - [Config] CONFIG_ORANGEFS_FS=m + - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu2, zfs to 0.6.5.9-5ubuntu7 + - Enable zfs build + + [ Upstream Kernel Changes ] + + * Rebase to v4.12-rc4 + * Rebase to v4.12-rc5 + + -- Seth Forshee Sun, 11 Jun 2017 22:25:13 -0500 + +linux (4.12.0-1.2) artful; urgency=low + + * Enable Matrox driver for Ubuntu 16.04.3 (LP: #1693337) + - [Config] Enable CONFIG_DRM_MGAG200 as module + + * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319) + - [Config] CONFIG_LIBIO=y on arm64 only + - SAUCE: LIBIO: Introduce a generic PIO mapping method + - SAUCE: OF: Add missing I/O range exception for indirect-IO devices + - [Config] CONFIG_HISILICON_LPC=y + - SAUCE: LPC: Support the device-tree LPC host on Hip06/Hip07 + - SAUCE: LIBIO: Support the dynamically logical PIO registration of ACPI host + I/O + - SAUCE: LPC: Add the ACPI LPC support + - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts + - SAUCE: PCI: Restore codepath for !CONFIG_LIBIO + + * POWER9: Additional patches for TTY and CPU_IDLE (LP: #1674325) + - SAUCE: tty: Fix ldisc crash on reopened tty + + * Miscellaneous Ubuntu changes + - [Debian] Add build-dep on libnuma-dev to enable 'perf bench numa' + - Rebase to v4.12-rc3 + + [ Upstream Kernel Changes ] + + * Rebase to v4.12-rc3 + + -- Seth Forshee Mon, 29 May 2017 20:56:29 -0500 + +linux (4.12.0-0.1) artful; urgency=low + + * please enable CONFIG_ARM64_LSE_ATOMICS (LP: #1691614) + - [Config] CONFIG_ARM64_LSE_ATOMICS=y + + * [Regression] NUMA_BALANCING disabled on arm64 (LP: #1690914) + - [Config] CONFIG_NUMA_BALANCING{,_DEFAULT_ENABLED}=y on arm64 + + * exec'ing a setuid binary from a threaded program sometimes fails to setuid + (LP: #1672819) + - SAUCE: exec: ensure file system accounting in check_unsafe_exec is correct + + * Miscellaneous Ubuntu changes + - Update find-missing-sauce.sh to compare to artful + - Update dropped.txt + - SAUCE: (efi-lockdown) efi: Add EFI_SECURE_BOOT bit + - SAUCE: (efi-lockdown) Add the ability to lock down access to the running + kernel image + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot + mode + - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down + - SAUCE: (efi-lockdown) Restrict /dev/mem and /dev/kmem when the kernel is + locked down + - SAUCE: (efi-lockdown) Add a sysrq option to exit secure boot mode + - SAUCE: (efi-lockdown) kexec: Disable at runtime if the kernel is locked down + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec + reboot + - SAUCE: (efi-lockdown) kexec_file: Disable at runtime if securelevel has been + set + - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked + down + - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is + locked down + - SAUCE: (efi-lockdown) x86: Restrict MSR access when the kernel is locked + down + - SAUCE: (efi-lockdown) asus-wmi: Restrict debugfs interface when the kernel + is locked down + - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel + has been locked down + - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is + locked down + - SAUCE: (efi-lockdown) Enable cold boot attack mitigation + - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the + kernel is locked down + - SAUCE: (efi-lockdown) scsi: Lock down the eata driver + - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked + down + - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL + - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to + secondary keyring + - SAUCE: (efi-lockdown) efi: Add EFI signature data types + - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser + - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot + - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - SAUCE: (efi-lockdown) efi: Add secure_boot state and status bit for + MokSBState + - SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and MokSBState + - [Config] Set values for UEFI secure boot lockdown options + - Disable virtualbox build + - Disable hio build + - SAUCE: securityfs: Replace CURRENT_TIME with current_time() + - Disable zfs build + - [Debian] Work out upstream tag for use with gen-auto-reconstruct + - SAUCE: Import aufs driver + - SAUCE: aufs -- Include linux/mm.h in fs/aufs/file.h + - [Config] Enable aufs + - SAUCE: perf callchain: Include errno.h on x86 unconditinally + + [ Upstream Kernel Changes ] + + * Rebase to v4.12-rc2 + + -- Seth Forshee Sun, 21 May 2017 23:44:44 -0500 + +linux (4.11.0-3.8) artful; urgency=low + + [ Seth Forshee ] + + * Release Tracking Bug + - LP: #1690999 + + * apparmor_parser hangs indefinitely when called by multiple threads + (LP: #1645037) + - SAUCE: apparmor: fix lock ordering for mkdir + + * apparmor leaking securityfs pin count (LP: #1660846) + - SAUCE: apparmor: fix leak on securityfs pin count + + * apparmor reference count leak when securityfs_setup_d_inode\ () fails + (LP: #1660845) + - SAUCE: apparmor: fix reference count leak when securityfs_setup_d_inode() + fails + + * apparmor not checking error if security_pin_fs() fails (LP: #1660842) + - SAUCE: apparmor: fix not handling error case when securityfs_pin_fs() fails + + * libvirt profile is blocking global setrlimit despite having no rlimit rule + (LP: #1679704) + - SAUCE: apparmor: fix complain mode failure for rlimit mediation + - apparmor: update auditing of rlimit check to provide capability information + + * apparmor: does not provide a way to detect policy updataes (LP: #1678032) + - SAUCE: apparmor: add policy revision file interface + + * apparmor does not make support of query data visible (LP: #1678023) + - SAUCE: apparmor: add label data availability to the feature set + + * apparmor query interface does not make supported query info available + (LP: #1678030) + - SAUCE: apparmor: add information about the query inteface to the feature set + + * change_profile incorrect when using namespaces with a compound stack + (LP: #1677959) + - SAUCE: apparmor: fix label parse for stacked labels + + * Regression in 4.4.0-65-generic causes very frequent system crashes + (LP: #1669611) + - apparmor: sync of apparmor 3.6+ (17.04) + + * Artful update to 4.11.1 stable release (LP: #1690814) + - dm ioctl: prevent stack leak in dm ioctl call + - drm/sti: fix GDP size to support up to UHD resolution + - power: supply: lp8788: prevent out of bounds array access + - brcmfmac: Ensure pointer correctly set if skb data location changes + - brcmfmac: Make skb header writable before use + - sparc64: fix fault handling in NGbzero.S and GENbzero.S + - refcount: change EXPORT_SYMBOL markings + - net: macb: fix phy interrupt parsing + - tcp: fix access to sk->sk_state in tcp_poll() + - geneve: fix incorrect setting of UDP checksum flag + - bpf: enhance verifier to understand stack pointer arithmetic + - bpf, arm64: fix jit branch offset related to ldimm64 + - tcp: fix wraparound issue in tcp_lp + - net: ipv6: Do not duplicate DAD on link up + - net: usb: qmi_wwan: add Telit ME910 support + - tcp: do not inherit fastopen_req from parent + - ipv4, ipv6: ensure raw socket message is big enough to hold an IP header + - rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string + - ipv6: initialize route null entry in addrconf_init() + - ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf + - tcp: randomize timestamps on syncookies + - bnxt_en: allocate enough space for ->ntp_fltr_bmap + - bpf: don't let ldimm64 leak map addresses on unprivileged + - net: mdio-mux: bcm-iproc: call mdiobus_free() in error path + - f2fs: sanity check segment count + - xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..." + - xen: Revert commits da72ff5bfcb0 and 72a9b186292d + - block: get rid of blk_integrity_revalidate() + - Linux 4.11.1 + + * Module signing exclusion for staging drivers does not work properly + (LP: #1690908) + - SAUCE: Fix module signing exclusion in package builds + + * perf: qcom: Add L3 cache PMU driver (LP: #1689856) + - [Config] CONFIG_QCOM_L3_PMU=y + - perf: qcom: Add L3 cache PMU driver + + * No PMU support for ACPI-based arm64 systems (LP: #1689661) + - drivers/perf: arm_pmu: rework per-cpu allocation + - drivers/perf: arm_pmu: manage interrupts per-cpu + - drivers/perf: arm_pmu: split irq request from enable + - drivers/perf: arm_pmu: remove pointless PMU disabling + - drivers/perf: arm_pmu: define armpmu_init_fn + - drivers/perf: arm_pmu: fold init into alloc + - drivers/perf: arm_pmu: factor out pmu registration + - drivers/perf: arm_pmu: simplify cpu_pmu_request_irqs() + - drivers/perf: arm_pmu: handle no platform_device + - drivers/perf: arm_pmu: rename irq request/free functions + - drivers/perf: arm_pmu: split cpu-local irq request/free + - drivers/perf: arm_pmu: move irq request/free into probe + - drivers/perf: arm_pmu: split out platform device probe logic + - arm64: add function to get a cpu's MADT GICC table + - [Config] CONFIG_ARM_PMU_ACPI=y + - drivers/perf: arm_pmu: add ACPI framework + - arm64: pmuv3: handle !PMUv3 when probing + - arm64: pmuv3: use arm_pmu ACPI framework + + * Fix NVLINK2 TCE route (LP: #1690155) + - powerpc/powernv: Fix TCE kill on NVLink2 + + * CVE-2017-0605 + - tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline() + + * Miscellaneous Ubuntu changes + - [Config] Restore powerpc arch to annotations file + - [Config] Disable runtime testing modules + - [Config] Disable drivers not needed on s390x + - [Config] Update annotations for 4.11 + - [Config] updateconfigs after apparmor updates + + * Miscellaneous upstream changes + - apparmor: use SHASH_DESC_ON_STACK + - apparmor: fix invalid reference to index variable of iterator line 836 + - apparmor: fix parameters so that the permission test is bypassed at boot + - apparmor: Make path_max parameter readonly + - apparmorfs: Combine two function calls into one in aa_fs_seq_raw_abi_show() + - apparmorfs: Use seq_putc() in two functions + - apparmor: provide information about path buffer size at boot + - apparmor: add/use fns to print hash string hex value + + -- Seth Forshee Tue, 16 May 2017 00:39:13 -0500 + +linux (4.11.0-2.7) artful; urgency=low + + * kernel-wedge fails in artful due to leftover squashfs-modules d-i files + (LP: #1688259) + - Remove squashfs-modules files from d-i + - [Config] as squashfs-modules is builtin kernel-image must Provides: it + + * [Zesty] d-i: replace msm_emac with qcom_emac (LP: #1677297) + - Revert "UBUNTU: d-i: initrd needs msm_emac on amberwing platform." + - d-i: initrd needs qcom_emac on amberwing platform. + + * update for V3 kernel bits and improved multiple fan slice support + (LP: #1470091) + - SAUCE: fan: tunnel multiple mapping mode (v3) + + * Miscellaneous Ubuntu changes + - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu1, zfs to 0.6.5.9-5ubuntu5 + - Enable zfs + - SAUCE: fan: add VXLAN implementation + - SAUCE: (efi-lockdown) efi: Add EFI_SECURE_BOOT bit + - SAUCE: (efi-lockdown) Add the ability to lock down access to the running + kernel image + - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot + mode + - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down + - SAUCE: (efi-lockdown) Restrict /dev/mem and /dev/kmem when the kernel is + locked down + - SAUCE: (efi-lockdown) Add a sysrq option to exit secure boot mode + - SAUCE: (efi-lockdown) kexec: Disable at runtime if the kernel is locked down + - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec + reboot + - SAUCE: (efi-lockdown) kexec_file: Disable at runtime if securelevel has been + set + - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down + - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked + down + - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is + locked down + - SAUCE: (efi-lockdown) x86: Restrict MSR access when the kernel is locked + down + - SAUCE: (efi-lockdown) asus-wmi: Restrict debugfs interface when the kernel + is locked down + - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel + has been locked down + - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is + locked down + - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is + locked down + - SAUCE: (efi-lockdown) Enable cold boot attack mitigation + - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the + kernel is locked down + - SAUCE: (efi-lockdown) scsi: Lock down the eata driver + - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked + down + - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL + - SAUCE: (efi-lockdown) Add EFI signature data types + - SAUCE: (efi-lockdown) Add an EFI signature blob parser and key loader. + - SAUCE: (efi-lockdown) KEYS: Add a system blacklist keyring + - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot + - SAUCE: (efi-lockdown) MODSIGN: Support not importing certs from db + - SAUCE: (efi-lockdown) MODSIGN: Don't try secure boot if EFI runtime is + disabled + - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub + - SAUCE: (efi-lockdown) efi: Add secure_boot state and status bit for + MokSBState + - SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and MokSBState + - [Config] Set values for UEFI secure boot lockdown options + - Update dropped.txt + + [ Upstream Kernel Changes ] + + * rebase to v4.11 + + -- Seth Forshee Fri, 05 May 2017 07:43:14 -0500 + +linux (4.11.0-1.6) artful; urgency=low + + * Miscellaneous Ubuntu changes + - [Debian] Use default compression for all packages + - SAUCE: (namespace) block_dev: Support checking inode permissions in + lookup_bdev() + - SAUCE: (namespace) block_dev: Check permissions towards block device inode + when mounting + - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode + when mounting + - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes + - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root + - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb() + - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set + security.* xattrs + - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw + filesystems + - SAUCE: (namespace) fuse: Add support for pid namespaces + - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns + - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace + or a descendant + - SAUCE: (namespace) fuse: Allow user namespace mounts + - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user + namespaces + - SAUCE: (namespace) evm: Don't update hmacs in user ns mounts + - SAUCE: (namespace) ext4: Add module parameter to enable user namespace + mounts + - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is + opened for writing + + -- Seth Forshee Wed, 26 Apr 2017 10:08:29 -0500 + +linux (4.11.0-0.5) artful; urgency=low + + * [Hyper-V][SAUCE] pci-hyperv: Use only 16 bit integer for PCI domain + (LP: #1684971) + - SAUCE: pci-hyperv: Use only 16 bit integer for PCI domain + + * [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based Backups + (LP: #1470250) + - SAUCE: Tools: hv: vss: Thaw the filesystem and continue after freeze fails + + * Enable virtual scsi server driver for Power (LP: #1615665) + - SAUCE: Return TCMU-generated sense data to fabric module + + * include/linux/security.h header syntax error with !CONFIG_SECURITYFS + (LP: #1630990) + - SAUCE: (no-up) include/linux/security.h -- fix syntax error with + CONFIG_SECURITYFS=n + + * Miscellaneous Ubuntu changes + - SAUCE: Import aufs driver + - [Config] Enable aufs + - [Debian] Add script to update virtualbox + - ubuntu: vbox -- Update to 5.1.20-dfsg-2 + - Enable vbox + - SAUCE: aufs -- Include linux/mm.h in fs/aufs/file.h + + [ Upstream Kernel Changes ] + + * rebase to v4.11-rc8 + + -- Seth Forshee Tue, 25 Apr 2017 13:42:54 -0500 + +linux (4.11.0-0.4) zesty; urgency=low + + * POWER9: Improve performance on memory management (LP: #1681429) + - SAUCE: powerpc/mm/radix: Don't do page walk cache flush when doing full mm + flush + - SAUCE: powerpc/mm/radix: Remove unnecessary ptesync + + * Miscellaneous Ubuntu changes + - find-missing-sauce.sh + + [ Upstream Kernel Changes ] + + * rebase to v4.11-rc7 + + -- Seth Forshee Tue, 18 Apr 2017 08:19:43 -0500 + +linux (4.11.0-0.3) zesty; urgency=low + + * Disable CONFIG_HVC_UDBG on ppc64el (LP: #1680888) + - [Config] Disable CONFIG_HVC_UDBG on ppc64el + + * smartpqi driver needed in initram disk and installer (LP: #1680156) + - [Config] Add smartpqi to d-i + + * Disable CONFIG_SECURITY_SELINUX_DISABLE (LP: #1680315) + - [Config] CONFIG_SECURITY_SELINUX_DISABLE=n + + * Miscellaneous Ubuntu changes + - [Config] flash-kernel should be a Breaks + - [Config] drop the info directory + - [Config] drop NOTES as obsolete + - [Config] drop changelog.historical as obsolete + - rebase to v4.11-rc6 + + [ Upstream Kernel Changes ] + + * rebase to v4.11-rc6 + + -- Tim Gardner Tue, 11 Apr 2017 07:16:52 -0600 + +linux (4.11.0-0.2) zesty; urgency=low + + [ Upstream Kernel Changes ] + + * rebase to v4.11-rc5 + + -- Tim Gardner Mon, 03 Apr 2017 08:26:07 +0100 + +linux (4.11.0-0.1) zesty; urgency=low + + [ Upstream Kernel Changes ] + + * rebase to v4.11-rc4 + - LP: #1591053 + + -- Tim Gardner Mon, 20 Mar 2017 05:15:32 -0600 + +linux (4.11.0-0.0) zesty; urgency=low + + * dummy entry + + -- Tim Gardner Mon, 20 Mar 2017 05:15:32 -0600 --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency/config/README.rst +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency/config/README.rst @@ -0,0 +1,185 @@ +================== +Config Annotations +================== + +:Author: Andrea Righi + +Overview +======== + +Each Ubuntu kernel needs to maintain its own .config for each supported +architecture and each flavour. + +Every time a new patch is applied or a kernel is rebased on top of a new +one, we need to update the .config's accordingly (config options can be +added, removed and also renamed). + +So, we need to make sure that some critical config options are always +matching the desired value in order to have a functional kernel. + +State of the art +================ + +At the moment configs are maintained as a set of Kconfig chunks (inside +`debian./config/`): a global one, plus per-arch / per-flavour +chunks. + +In addition to that, we need to maintain also a file called +'annotations'; the purpose of this file is to make sure that some +critical config options are not silently removed or changed when the +real .config is re-generated (for example after a rebase or after +applying a new set of patches). + +The main problem with this approach is that, often, we have duplicate +information that is stored both in the Kconfig chunks *and* in the +annotations files and, at the same time, the whole .config's information +is distributed between Kconfig chunks and annotations, making it hard to +maintain, review and manage in general. + +Proposed solution +================= + +The proposed solution is to store all the config information into the +"annotations" format and get rid of the config chunks (basically the +real .config's can be produced "compiling" annotations). + +Implementation +============== + +To help the management of the annotations an helper script is provided +(`debian/scripts/misc/annotations`): + +``` +usage: annotations [-h] [--version] [--file FILE] [--arch ARCH] [--flavour FLAVOUR] [--config CONFIG] + (--query | --export | --import FILE | --update FILE | --check FILE) + +Manage Ubuntu kernel .config and annotations + +options: + -h, --help show this help message and exit + --version, -v show program's version number and exit + --file FILE, -f FILE Pass annotations or .config file to be parsed + --arch ARCH, -a ARCH Select architecture + --flavour FLAVOUR, -l FLAVOUR + Select flavour (default is "generic") + --config CONFIG, -c CONFIG + Select a specific config option + +Action: + --query, -q Query annotations + --export, -e Convert annotations to .config format + --import FILE, -i FILE + Import a full .config for a specific arch and flavour into annotations + --update FILE, -u FILE + Import a partial .config into annotations (only resync configs specified in FILE) + --check FILE, -k FILE + Validate kernel .config with annotations +``` + +This script allows to query config settings (per arch/flavour/config), +export them into the Kconfig format (generating the real .config files) +and check if the final .config matches the rules defined in the +annotations. + +Examples (annotations is defined as an alias to `debian/scripts/annotations`): + + - Show settings for `CONFIG_DEBUG_INFO_BTF` for master kernel across all the + supported architectures and flavours: + +``` +$ annotations --query --config CONFIG_DEBUG_INFO_BTF +{ + "policy": { + "amd64": "y", + "arm64": "y", + "armhf": "n", + "ppc64el": "y", + "riscv64": "y", + "s390x": "y" + }, + "note": "'Needs newer pahole for armhf'" +} +``` + + - Dump kernel .config for arm64 and flavour generic-64k: + +``` +$ annotations --arch arm64 --flavour generic-64k --export +CONFIG_DEBUG_FS=y +CONFIG_DEBUG_KERNEL=y +CONFIG_COMPAT=y +... +``` + + - Update annotations file with a new kernel .config for amd64 flavour + generic: + +``` +$ annotations --arch amd64 --flavour generic --import build/.config +``` + +Moreover, an additional kernelconfig commands are provided +(via debian/rules targets): + - `migrateconfigs`: automatically merge all the previous configs into + annotations (local changes still need to be committed) + +Annotations headers +=================== + +The main annotations file should contain a header to define the architectures +and flavours that are supported. + +Here is the format of the header for the generic kernel: +``` +# Menu: HEADER +# FORMAT: 4 +# ARCH: amd64 arm64 armhf ppc64el riscv64 s390x +# FLAVOUR: amd64-generic arm64-generic arm64-generic-64k armhf-generic armhf-generic-lpae ppc64el-generic riscv64-generic s390x-generic + +``` + +Example header of a derivative (linux-aws): +``` +# Menu: HEADER +# FORMAT: 4 +# ARCH: amd64 arm64 +# FLAVOUR: amd64-aws arm64-aws +# FLAVOUR_DEP: {'amd64-aws': 'amd64-generic', 'arm64-aws': 'arm64-generic'} + +include "../../debian.master/config/annotations" + +# Below you can define only the specific linux-aws configs that differ from linux generic + +``` + +Pros and Cons +============= + + Pros: + - avoid duplicate information in .config's and annotations + - allow to easily define groups of config settings (for a specific + environment or feature, such as annotations.clouds, annotations.ubuntu, + annotations.snapd, etc.) + - config options are more accessible, easy to change and review + - we can easily document how config options are managed (and external + contributors won't be discouraged anymore when they need to to change a + config option) + + Cons: + - potential regressions: the new tool/scripts can have potential bugs, + so we could experience regressions due to some missed config changes + - kernel team need to understand the new process (even if everything + is transparent, kernel cranking process is the same, there might be + corner cases that need to be addressed and resolved manually) + +TODO +==== + + - Migrate all flavour and arch definitions into annotations (rather + than having this information defined in multiple places inside + debian/scripts); right now this information is "partially" migrated, + meaning that we need to define arches and flavours in the headers + section of annotations (so that the annotations tool can figure out + the list of supported arches and flavours), but arches and flavours + are still defined elsewhere, ideally we would like to have arches and + flavours defined only in one place: annotations. --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency/config/annotations +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency/config/annotations @@ -0,0 +1,47 @@ +# Menu: HEADER +# FORMAT: 4 +# ARCH: amd64 arm64 +# FLAVOUR: amd64-lowlatency arm64-lowlatency arm64-lowlatency-64k +# FLAVOUR_DEP: {'amd64-lowlatency': 'amd64-generic', 'arm64-lowlatency': 'arm64-generic', 'arm64-lowlatency-64k': 'arm64-generic-64k'} + +include "../../debian.master/config/annotations" + +CONFIG_HZ_1000 policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_HZ_1000 note<'HZ for lowlatency must be set to 1000 to provide better system responsiveness'> + +CONFIG_HZ_250 policy<{'amd64': 'n', 'arm64': 'n'}> +CONFIG_HZ_250 note<'Override default HZ used in generic'> + +CONFIG_LATENCYTOP policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_LATENCYTOP note<'https://lists.ubuntu.com/archives/kernel-team/2014-July/045006.html, LP#1655986'> + +CONFIG_NO_HZ_FULL policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_NO_HZ_FULL note<'Enable access to "Full tickless mode" (LP: #2023007)'> + +CONFIG_NO_HZ_IDLE policy<{'amd64': 'n', 'arm64': 'n'}> +CONFIG_NO_HZ_IDLE note<'Disabled in favor of CONFIG_NO_HZ_FULL (LP: #2023007)'> + +CONFIG_PREEMPT policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_PREEMPT note<'Enable fully preemptible kernel by default (can be changed at runtime via /sys/kernel/debug/sched/preempt)'> + +CONFIG_PREEMPT_VOLUNTARY policy<{'amd64': 'n', 'arm64': 'n'}> +CONFIG_PREEMPT_VOLUNTARY note<'Disable voluntary preemption model by default (can be changed at runtime via /sys/kernel/debug/sched/preempt)'> + +CONFIG_RCU_LAZY policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_RCU_LAZY note<'Batch RCU callbacks and then flush them after a timed delay instead of executing them immediately (LP: #2023007)'> + +CONFIG_RCU_NOCB_CPU policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_RCU_NOCB_CPU note<'Move RCU callbacks from softirq context to kthread context (LP: #2023007)'> + +CONFIG_RCU_NOCB_CPU_DEFAULT_ALL policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_RCU_NOCB_CPU_DEFAULT_ALL note<'Enable CONFIG_RCU_NOCB_CPU across all CPUs by default (LP: #2023007)'> + + +# ---- Annotations without notes ---- + +CONFIG_CONTEXT_TRACKING_USER policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_CONTEXT_TRACKING_USER_FORCE policy<{'amd64': 'n', 'arm64': 'n'}> +CONFIG_HZ policy<{'amd64': '1000', 'arm64': '1000'}> +CONFIG_TICK_CPU_ACCOUNTING policy<{'amd64': '-', 'arm64': '-'}> +CONFIG_VIRT_CPU_ACCOUNTING policy<{'amd64': 'y', 'arm64': 'y'}> +CONFIG_VIRT_CPU_ACCOUNTING_GEN policy<{'amd64': 'y', 'arm64': 'y'}> --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency/control.d/flavour-control.stub +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency/control.d/flavour-control.stub @@ -0,0 +1,153 @@ +# Items that get replaced: +# FLAVOUR +# DESC +# ARCH +# SUPPORTED +# TARGET +# BOOTLOADER +# =PROVIDES= +# +# Items marked with =FOO= are optional +# +# This file describes the template for packages that are created for each flavour +# in debian/control.d/vars.* +# +# This file gets edited in a couple of places. See the debian/control.stub rule in +# debian/rules. PGGVER, ABINUM, and SRCPKGNAME are all converted in the +# process of creating debian/control. +# +# The flavour specific strings (ARCH, DESC, etc) are converted using values from the various +# flavour files in debian/control.d/vars.* +# +# XXX: Leave the blank line before the first package!! + +Package: linux-image=SIGN-ME-PKG=-PKGVER-ABINUM-FLAVOUR +Build-Profiles: +Architecture: ARCH +Section: kernel +Priority: optional +Provides: linux-image, fuse-module, =PROVIDES=${linux:rprovides} +Depends: ${misc:Depends}, ${shlibs:Depends}, kmod, linux-base (>= 4.5ubuntu1~16.04.1), linux-modules-PKGVER-ABINUM-FLAVOUR +Recommends: BOOTLOADER, initramfs-tools | linux-initramfs-tool +Breaks: flash-kernel (<< 3.90ubuntu2) [arm64 armhf], s390-tools (<< 2.3.0-0ubuntu3) [s390x] +Conflicts: linux-image=SIGN-PEER-PKG=-PKGVER-ABINUM-FLAVOUR +Suggests: fdutils, linux-doc | SRCPKGNAME-source-PKGVER, SRCPKGNAME-tools, linux-headers-PKGVER-ABINUM-FLAVOUR, linux-modules-extra-PKGVER-ABINUM-FLAVOUR +Description: Linux kernel image for version PKGVER on DESC + This package contains the=SIGN-ME-TXT= Linux kernel image for version PKGVER on + DESC. + . + Supports SUPPORTED processors. + . + TARGET + . + You likely do not want to install this package directly. Instead, install + the linux-FLAVOUR meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-modules-PKGVER-ABINUM-FLAVOUR +Build-Profiles: +Architecture: ARCH +Section: kernel +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends} +Built-Using: ${linux:BuiltUsing} +Description: Linux kernel extra modules for version PKGVER on DESC + Contains the corresponding System.map file, the modules built by the + packager, and scripts that try to ensure that the system is not left in an + unbootable state after an update. + . + Supports SUPPORTED processors. + . + TARGET + . + You likely do not want to install this package directly. Instead, install + the linux-FLAVOUR meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-modules-extra-PKGVER-ABINUM-FLAVOUR +Build-Profiles: +Architecture: ARCH +Section: kernel +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-modules-PKGVER-ABINUM-FLAVOUR, wireless-regdb +Description: Linux kernel extra modules for version PKGVER on DESC + This package contains the Linux kernel extra modules for version PKGVER on + DESC. + . + Also includes the corresponding System.map file, the modules built by the + packager, and scripts that try to ensure that the system is not left in an + unbootable state after an update. + . + Supports SUPPORTED processors. + . + TARGET + . + You likely do not want to install this package directly. Instead, install + the linux-FLAVOUR meta-package, which will ensure that upgrades work + correctly, and that supporting packages are also installed. + +Package: linux-headers-PKGVER-ABINUM-FLAVOUR +Build-Profiles: +Architecture: ARCH +Section: devel +Priority: optional +Depends: ${misc:Depends}, SRCPKGNAME-headers-PKGVER-ABINUM, ${shlibs:Depends} +Provides: linux-headers, linux-headers-3.0 +Description: Linux kernel headers for version PKGVER on DESC + This package provides kernel header files for version PKGVER on + DESC. + . + This is for sites that want the latest kernel headers. Please read + /usr/share/doc/linux-headers-PKGVER-ABINUM/debian.README.gz for details. + +Package: SRCPKGNAME-lib-rust-PKGVER-ABINUM-FLAVOUR +Build-Profiles: +Architecture: amd64 +Multi-Arch: foreign +Section: devel +Priority: optional +Depends: ${misc:Depends}, coreutils +Description: Rust library files related to Linux kernel version PKGVER + This package provides kernel library files for version PKGVER, that allow to + compile out-of-tree kernel modules written in Rust. + +Package: linux-image=SIGN-ME-PKG=-PKGVER-ABINUM-FLAVOUR-dbgsym +Build-Profiles: +Architecture: ARCH +Section: devel +Priority: optional +Depends: ${misc:Depends} +Provides: linux-debug +Description: Linux kernel debug image for version PKGVER on DESC + This package provides the=SIGN-ME-TXT= kernel debug image for version PKGVER on + DESC. + . + This is for sites that wish to debug the kernel. + . + The kernel image contained in this package is NOT meant to boot from. It + is uncompressed, and unstripped. This package also includes the + unstripped modules. + +Package: linux-tools-PKGVER-ABINUM-FLAVOUR +Build-Profiles: +Architecture: ARCH +Section: devel +Priority: optional +Depends: ${misc:Depends}, SRCPKGNAME-tools-PKGVER-ABINUM +Description: Linux kernel version specific tools for version PKGVER-ABINUM + This package provides the architecture dependant parts for kernel + version locked tools (such as perf and x86_energy_perf_policy) for + version PKGVER-ABINUM on + =HUMAN=. + +Package: linux-cloud-tools-PKGVER-ABINUM-FLAVOUR +Build-Profiles: +Architecture: ARCH +Section: devel +Priority: optional +Depends: ${misc:Depends}, SRCPKGNAME-cloud-tools-PKGVER-ABINUM +Description: Linux kernel version specific cloud tools for version PKGVER-ABINUM + This package provides the architecture dependant parts for kernel + version locked tools for cloud for version PKGVER-ABINUM on + =HUMAN=. + --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency/control.d/generic.inclusion-list +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency/control.d/generic.inclusion-list @@ -0,0 +1,304 @@ +arch/*/{crypto,kernel,oprofile} +arch/*/kvm/kvm.ko +arch/powerpc/kvm/kvm-hv.ko +arch/powerpc/kvm/kvm-pr.ko +arch/powerpc/kvm/vfio.ko +arch/powerpc/platforms/powernv/opal-prd.ko +arch/s390/* +arch/x86/kvm/kvm-amd.ko +arch/x86/kvm/kvm-intel.ko +crypto/* +drivers/acpi/* +drivers/ata/acard-ahci.ko +drivers/ata/ahci.ko +drivers/ata/ahci_platform.ko +drivers/ata/ahci_tegra.ko +drivers/ata/ata_generic.ko +drivers/ata/libahci.ko +drivers/ata/libahci_platform.ko +drivers/block/brd.ko +drivers/block/cryptoloop.ko +drivers/block/floppy.ko +drivers/block/loop.ko +drivers/block/nbd.ko +drivers/block/rbd.ko +drivers/block/virtio_blk.ko +drivers/block/xen-blkfront.ko +drivers/bus/tegra-aconnect.ko +drivers/char/hangcheck-timer.ko +drivers/char/hw_random/powernv-rng.ko +drivers/char/hw_random/virtio-rng.ko +drivers/char/ipmi/* +drivers/char/ipmi/ipmi_msghandler.ko +drivers/char/lp.ko +drivers/char/nvram.ko +drivers/char/ppdev.ko +drivers/char/raw.ko +drivers/char/virtio_console.ko +drivers/clk/clk-max77686.ko +drivers/cpufreq/tegra186-cpufreq.ko +drivers/cpufreq/tegra194-cpufreq.ko +drivers/crypto/nx/* +drivers/crypto/vmx/vmx-crypto.ko +drivers/dma/tegra210-adma.ko +drivers/firmware/efi/* +drivers/firmware/iscsi_ibft.ko +drivers/gpio/gpio-max77620.ko +drivers/gpu/drm/ast/ast.ko +drivers/gpu/drm/bochs/bochs-drm.ko +drivers/gpu/drm/cirrus/cirrus.ko +drivers/gpu/drm/drm.ko +drivers/gpu/drm/drm_kms_helper.ko +drivers/gpu/drm/tegra/tegra-drm.ko +drivers/gpu/drm/ttm/ttm.ko +drivers/gpu/drm/vboxvideo/vboxvideo.ko +drivers/gpu/drm/virtio/virtio-gpu.ko +drivers/gpu/drm/vmwgfx/vmwgfx.ko +drivers/gpu/drm/xen/drm_xen_front.ko +drivers/gpu/host1x/host1x.ko +drivers/hid/hid-generic.ko +drivers/hid/hid-hyperv.ko +drivers/hid/hid.ko +drivers/hid/usbhid/usbhid.ko +drivers/hv/* +drivers/hwmon/ibmpowernv.ko +drivers/hwmon/pwm-fan.ko +drivers/i2c/busses/i2c-tegra-bpmp.ko +drivers/i2c/busses/i2c-tegra-bpmp.ko +drivers/i2c/busses/i2c-tegra.ko +drivers/infiniband/core/ib_addr.ko +drivers/infiniband/core/ib_cm.ko +drivers/infiniband/core/ib_core.ko +drivers/infiniband/core/ib_mad.ko +drivers/infiniband/core/ib_sa.ko +drivers/infiniband/core/iw_cm.ko +drivers/infiniband/core/rdma_cm.ko +drivers/infiniband/ulp/iser/ib_iser.ko +drivers/infiniband/ulp/isert/ib_isert.ko +drivers/input/evbug.ko +drivers/input/gameport/gameport.ko +drivers/input/input-leds.ko +drivers/input/joydev.ko +drivers/input/keyboard/gpio_keys.ko +drivers/input/misc/xen-kbdfront.ko +drivers/input/mouse/psmouse.ko +drivers/input/serio/hyperv-keyboard.ko +drivers/input/serio/serio_raw.ko +drivers/input/serio/serport.ko +drivers/input/touchscreen/usbtouchscreen.ko +drivers/leds/leds-powernv.ko +drivers/md/* +drivers/memory/tegra/tegra210-emc.ko +drivers/message/fusion* +drivers/misc/cxl/* +drivers/misc/eeprom/at24.ko +drivers/misc/vmw_balloon.ko +drivers/misc/vmw_vmci/vmw_vmci.ko +drivers/mmc/host/sdhci-tegra.ko +drivers/mtd/cmdlinepart.ko +drivers/mtd/devices/powernv_flash.ko +drivers/mtd/ofpart.ko +drivers/net/appletalk/ipddp.ko +drivers/net/bonding/bonding.ko +drivers/net/caif/caif_virtio.ko +drivers/net/dummy.ko +drivers/net/eql.ko +drivers/net/ethernet/8390/8390.ko +drivers/net/ethernet/8390/ne2k-pci.ko +drivers/net/ethernet/amazon/ena/ena.ko +drivers/net/ethernet/amd/pcnet32.ko +drivers/net/ethernet/broadcom/bnx2x/* +drivers/net/ethernet/broadcom/tg3.ko +drivers/net/ethernet/dec/tulip/* +drivers/net/ethernet/emulex/benet/* +drivers/net/ethernet/ibm/* +drivers/net/ethernet/intel/e1000/e1000.ko +drivers/net/ethernet/intel/e1000e/e1000e.ko +drivers/net/ethernet/intel/i40e/* +drivers/net/ethernet/intel/iavf/iavf.ko +drivers/net/ethernet/intel/igb/* +drivers/net/ethernet/intel/igbvf/igbvf.ko +drivers/net/ethernet/intel/ixgbe/* +drivers/net/ethernet/intel/ixgbevf/ixgbevf.ko +drivers/net/ethernet/mellanox/* +drivers/net/ethernet/netronome/nfp/nfp.ko +drivers/net/ethernet/realtek/8139cp.ko +drivers/net/ethernet/realtek/8139too.ko +drivers/net/ethernet/stmicro/stmmac/dwmac-dwc-qos-eth.ko +drivers/net/ethernet/stmicro/stmmac/stmmac-platform.ko +drivers/net/ethernet/stmicro/stmmac/stmmac.ko +drivers/net/fddi/* +drivers/net/geneve.ko +drivers/net/hyperv/hv_netvsc.ko +drivers/net/ifb.ko +drivers/net/ipvlan/* +drivers/net/macvlan.ko +drivers/net/macvtap.ko +drivers/net/mii.ko +drivers/net/netconsole.ko +drivers/net/pcs/pcs-xpcs.ko +drivers/net/phy/marvell.ko +drivers/net/phy/phylink.ko +drivers/net/ppp/* +drivers/net/ppp/bsd_comp.ko +drivers/net/slip/* +drivers/net/veth.ko +drivers/net/virtio_net.ko +drivers/net/vmxnet3/vmxnet3.ko +drivers/net/vxlan.ko +drivers/net/wireguard/wireguard.ko +drivers/net/wwan/* +drivers/net/xen-netback/* +drivers/net/xen-netfront.ko +drivers/nvme/host/nvme.ko +drivers/nvmem/nvmem_core.ko +drivers/parport/parport.ko +drivers/parport/parport_pc.ko +drivers/pci/controller/dwc/pcie-tegra194.ko +drivers/pci/host/vmd.ko +drivers/phy/tegra/phy-tegra194-p2u.ko +drivers/pinctrl/pinctrl-max77620.ko +drivers/platform/x86/pvpanic.ko +drivers/pps/pps_core.ko +drivers/ptp/ptp.ko +drivers/pwm/pwm-tegra.ko +drivers/regulator/fixed.ko +drivers/regulator/max77620-regulator.ko +drivers/rtc/rtc-max77686.ko +drivers/rtc/rtc-tegra.ko +drivers/s390/* +drivers/s390/block/xpram.ko +drivers/scsi/BusLogic.ko +drivers/scsi/aacraid/* +drivers/scsi/cxlflash/* +drivers/scsi/device_handler/scsi_dh_alua.ko +drivers/scsi/device_handler/scsi_dh_emc.ko +drivers/scsi/device_handler/scsi_dh_hp_sw.ko +drivers/scsi/device_handler/scsi_dh_rdac.ko +drivers/scsi/hv_storvsc.ko +drivers/scsi/ibmvscsi/* +drivers/scsi/ipr.ko +drivers/scsi/iscsi_boot_sysfs.ko +drivers/scsi/iscsi_tcp.ko +drivers/scsi/libiscsi.ko +drivers/scsi/libiscsi_tcp.ko +drivers/scsi/libsas/* +drivers/scsi/lpfc/* +drivers/scsi/megaraid/* +drivers/scsi/mpt3sas/* +drivers/scsi/osd/libosd.ko +drivers/scsi/osd/osd.ko +drivers/scsi/qla1280.ko +drivers/scsi/qla2xxx/* +drivers/scsi/raid_class.ko +drivers/scsi/scsi_transport_fc.ko +drivers/scsi/scsi_transport_iscsi.ko +drivers/scsi/scsi_transport_sas.ko +drivers/scsi/scsi_transport_spi.ko +drivers/scsi/sd_mod.ko +drivers/scsi/sr_mod.ko +drivers/scsi/virtio_scsi.ko +drivers/scsi/vmw_pvscsi.ko +drivers/spi/spi-tegra114.ko +drivers/staging/media/tegra-video/tegra-video.ko +drivers/target/loopback/tcm_loop.ko +drivers/target/target_core*.ko +drivers/thermal/tegra/tegra-bpmp-thermal.ko +drivers/tty/serial/jsm/* +drivers/tty/serial/serial-tegra.ko +drivers/uio/uio.ko +drivers/uio/uio_pdrv_genirq.ko +drivers/usb/gadget/udc/tegra-xudc.ko +drivers/usb/host/* +drivers/usb/storage/uas.ko +drivers/usb/storage/usb-storage.ko +drivers/vfio/* +drivers/vhost/* +drivers/video/fbdev/* +drivers/video/vgastate.ko +drivers/virt/vboxguest/vboxguest.ko +drivers/virtio/* +drivers/watchdog/softdog.ko +drivers/xen/* +fs/9p/* +fs/aufs/aufs.ko +fs/autofs/autofs4.ko +fs/binfmt_misc.ko +fs/btrfs/* +fs/cachefiles/cachefiles.ko +fs/ceph/* +fs/cifs/* +fs/configfs/* +fs/dlm/dlm.ko +fs/ecryptfs/* +fs/efivarfs/* +fs/exofs/libore.ko +fs/ext4/* +fs/fat/* +fs/fscache/* +fs/fuse/* +fs/isofs/* +fs/lockd/* +fs/nfs/* +fs/nfs_common/* +fs/nfsd/* +fs/nls/nls_cp437.ko +fs/nls/nls_iso8859-1.ko +fs/overlayfs/* +fs/shiftfs.ko +fs/squashfs/* +fs/udf/* +fs/ufs/* +fs/vboxsf/vboxsf.ko +fs/xfs/* +lib/* +net/6lowpan/* +net/802/* +net/8021q/* +net/9p/* +net/appletalk/* +net/atm/* +net/ax25/* +net/bpfilter/* +net/bridge/* +net/can/* +net/ceph/libceph.ko +net/core/* +net/dccp/* +net/decnet/* +net/ieee802154/* +net/ipv4/* +net/ipv6/* +net/ipx/* +net/key/* +net/lapb/* +net/llc/* +net/netfilter/* +net/netlink/netlink_diag.ko +net/netrom/* +net/openvswitch/* +net/packet/af_packet_diag.ko +net/phonet/* +net/rose/* +net/rxrpc/* +net/sched/* +net/sctp/* +net/sunrpc/auth_gss/auth_rpcgss.ko +net/sunrpc/auth_gss/rpcsec_gss_krb5.ko +net/sunrpc/sunrpc.ko +net/tipc/* +net/unix/unix_diag.ko +net/vmw_vsock/* +net/x25/* +net/xfrm/* +! find sound/core -name oss -prune -o -name *.ko -print +sound/drivers/pcsp/snd-pcsp.ko +sound/pci/hda/snd-hda-tegra.ko +sound/pci/snd-ens1370.ko +sound/soc/tegra/snd-soc-tegra186-dspk.ko +sound/soc/tegra/snd-soc-tegra210-admaif.ko +sound/soc/tegra/snd-soc-tegra210-ahub.ko +sound/soc/tegra/snd-soc-tegra210-dmic.ko +sound/soc/tegra/snd-soc-tegra210-i2s.ko +sound/soundcore.ko +ubuntu/ubuntu-host/ubuntu-host.ko --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency/control.d/linux-doc.stub +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency/control.d/linux-doc.stub @@ -0,0 +1,12 @@ +Package: linux-doc +Build-Profiles: +Architecture: all +Section: doc +Priority: optional +Depends: ${misc:Depends} +Description: Linux kernel specific documentation for version PKGVER + This package provides the various documents in the PKGVER kernel + Documentation/ subdirectory. These document kernel subsystems, APIs, device + drivers, and so on. See + /usr/share/doc/SRCPKGNAME-doc/00-INDEX for a list of what is + contained in each file. --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency/control.d/linux-libc-dev.stub +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency/control.d/linux-libc-dev.stub @@ -0,0 +1,12 @@ +Package: linux-libc-dev +Architecture: amd64 armhf arm64 i386 ppc64el riscv64 s390x +Depends: ${misc:Depends} +Conflicts: linux-kernel-headers +Replaces: linux-kernel-headers +Provides: linux-kernel-headers, aufs-dev +Multi-Arch: same +Description: Linux Kernel Headers for development + This package provides headers from the Linux kernel. These headers + are used by the installed headers for GNU glibc and other system + libraries. They are NOT meant to be used to build third-party modules for + your kernel. Use SRCPKGNAME-headers-* packages for that. --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency/control.d/vars.lowlatency +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency/control.d/vars.lowlatency @@ -0,0 +1,6 @@ +arch="amd64 arm64" +supported="Lowlatency" +target="Geared toward desktop and server systems." +desc="=HUMAN= SMP" +bootloader="grub-pc [amd64] | grub-efi-amd64 [amd64] | grub-efi-ia32 [amd64] | grub [amd64] | lilo [amd64] | flash-kernel [armhf arm64] | grub-efi-arm64 [arm64] | grub-efi-arm [armhf]" +provides="kvm-api-4, redhat-cluster-modules, ivtv-modules, virtualbox-guest-modules [amd64]" --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency/control.d/vars.lowlatency-64k +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency/control.d/vars.lowlatency-64k @@ -0,0 +1,6 @@ +arch="arm64" +supported="Lowlatency 64K pages" +target="Geared toward desktop and server systems." +desc="=HUMAN= SMP" +bootloader="grub-efi-arm64 [arm64] | flash-kernel [arm64]" +provides="kvm-api-4, redhat-cluster-modules, ivtv-modules" --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency/control.stub.in +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency/control.stub.in @@ -0,0 +1,143 @@ +Source: SRCPKGNAME +Section: devel +Priority: optional +Maintainer: Ubuntu Kernel Team +Standards-Version: 3.9.4.0 +Build-Depends: + debhelper-compat (= 10), + cpio, + kmod , + makedumpfile [amd64] , + libcap-dev , + libelf-dev , + libnewt-dev , + libiberty-dev , + default-jdk-headless , + python3-dev , + java-common , + rsync [!i386] , + libdw-dev , + libpci-dev , + pkg-config , + python3 , + python3-dev , + flex , + bison , + libunwind8-dev [amd64 arm64 armhf ppc64el] , + liblzma-dev , + openssl , + libssl-dev , + libaudit-dev , + bc , + gawk , + libudev-dev , + autoconf , + automake , + libtool , + uuid-dev , + libnuma-dev [amd64 arm64 ppc64el s390x] , + dkms , + curl , + zstd , + pahole [amd64 arm64 armhf ppc64el s390x riscv64] | dwarves (>= 1.21) [amd64 arm64 armhf ppc64el s390x riscv64] , + clang-15 [amd64], + libclang1-15 [amd64], + rustc-1.68 [amd64], + rust-1.68-src [amd64], + rustfmt-1.68 [amd64], + bindgen-0.56 [amd64], + llvm [amd64], + libstdc++-dev, +Build-Depends-Indep: + xmlto , + docbook-utils , + ghostscript , + fig2dev , + bzip2 , + sharutils , + asciidoc , + python3-sphinx , + python3-sphinx-rtd-theme , + fontconfig , + python3-docutils , + imagemagick , + graphviz , + dvipng , + fonts-noto-cjk , + latexmk , + librsvg2-bin , +Vcs-Git: git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/=SERIES= +XS-Testsuite: autopkgtest +#XS-Testsuite-Depends: gcc-4.7 binutils + +Package: SRCPKGNAME-headers-PKGVER-ABINUM +Build-Profiles: +Architecture: all +Multi-Arch: foreign +Section: devel +Priority: optional +Depends: ${misc:Depends}, coreutils +Description: Header files related to Linux kernel version PKGVER + This package provides kernel header files for version PKGVER, for sites + that want the latest kernel headers. Please read + /usr/share/doc/SRCPKGNAME-headers-PKGVER-ABINUM/debian.README.gz for details + +Package: SRCPKGNAME-tools-common +Build-Profiles: +Architecture: all +Multi-Arch: foreign +Section: kernel +Priority: optional +Provides: bpftool +Depends: ${misc:Depends}, lsb-release, hwdata +Description: Linux kernel version specific tools for version PKGVER + This package provides the architecture independent parts for kernel + version locked tools (such as perf and x86_energy_perf_policy) for + version PKGVER. + +Package: SRCPKGNAME-tools-PKGVER-ABINUM +Build-Profiles: +Architecture: amd64 arm64 +Section: devel +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-tools-common +Description: Linux kernel version specific tools for version PKGVER-ABINUM + This package provides the architecture dependant parts for kernel + version locked tools (such as perf and x86_energy_perf_policy) for + version PKGVER-ABINUM on + =HUMAN=. + You probably want to install linux-tools-PKGVER-ABINUM-. + +Package: SRCPKGNAME-cloud-tools-common +Build-Profiles: +Architecture: all +Multi-Arch: foreign +Section: kernel +Priority: optional +Depends: ${misc:Depends} +Description: Linux kernel version specific cloud tools for version PKGVER + This package provides the architecture independent parts for kernel + version locked tools for cloud tools for version PKGVER. + +Package: SRCPKGNAME-cloud-tools-PKGVER-ABINUM +Build-Profiles: +Architecture: amd64 arm64 +Section: devel +Priority: optional +Depends: ${misc:Depends}, ${shlibs:Depends}, linux-cloud-tools-common +Description: Linux kernel version specific cloud tools for version PKGVER-ABINUM + This package provides the architecture dependant parts for kernel + version locked tools for cloud tools for version PKGVER-ABINUM on + =HUMAN=. + You probably want to install linux-cloud-tools-PKGVER-ABINUM-. + +Package: SRCPKGNAME-tools-host +Build-Profiles: +Architecture: all +Multi-Arch: foreign +Section: kernel +Priority: optional +Depends: ${misc:Depends}, python3 +Description: Linux kernel VM host tools + This package provides kernel tools useful for VM hosts. + --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency/copyright +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency/copyright @@ -0,0 +1,29 @@ +This is the Ubuntu prepackaged version of the Linux kernel. +Linux was written by Linus Torvalds +and others. + +This package was put together by the Ubuntu Kernel Team, from +sources retrieved from upstream linux git. +The sources may be found at most Linux ftp sites, including +ftp://ftp.kernel.org/pub/linux/kernel/ + +This package is currently maintained by the +Ubuntu Kernel Team + +Linux is copyrighted by Linus Torvalds and others. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 dated June, 1991. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Ubuntu Linux systems, the complete text of the GNU General +Public License v2 can be found in `/usr/share/common-licenses/GPL-2'. --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency/etc/getabis +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency/etc/getabis @@ -0,0 +1,15 @@ +repo_list=( + "http://archive.ubuntu.com/ubuntu/pool/main/l/linux-lowlatency" + "http://ports.ubuntu.com/ubuntu-ports/pool/main/l/linux-lowlatency" + "http://archive.ubuntu.com/ubuntu/pool/universe/l/linux-lowlatency" + "http://ports.ubuntu.com/ubuntu-ports/pool/universe/l/linux-lowlatency" + "http://ppa.launchpad.net/canonical-kernel-team/ppa/ubuntu/pool/main/l/linux-lowlatency" + "http://ppa.launchpad.net/canonical-kernel-team/ppa2/ubuntu/pool/main/l/linux-lowlatency" + "http://ppa.launchpad.net/canonical-kernel-team/unstable/ubuntu/pool/main/l/linux-lowlatency" + "http://ppa.launchpad.net/canonical-kernel-team/bootstrap/ubuntu/pool/main/l/linux-lowlatency" +) + +package_prefixes linux-buildinfo + +getall amd64 lowlatency +getall arm64 lowlatency lowlatency-64k --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency/etc/local.conf +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency/etc/local.conf @@ -0,0 +1 @@ +FOREIGN_ARCHES="armhf ppc64el s390x" --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency/etc/update.conf +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency/etc/update.conf @@ -0,0 +1,8 @@ +# WARNING: we do not create update.conf when we are not a +# derivative. Various cranky components make use of this. +# If we start unconditionally creating update.conf we need +# to fix at least cranky close and cranky rebase. +RELEASE_REPO=git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/mantic +SOURCE_RELEASE_BRANCH=master-next +DEBIAN_MASTER=debian.master +BACKPORT_SUFFIX=-- --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency/modprobe.d/common.conf +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency/modprobe.d/common.conf @@ -0,0 +1,3 @@ +# LP:1434842 -- disable OSS drivers by default to allow pulseaudio to emulate +blacklist snd-mixer-oss +blacklist snd-pcm-oss --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency/reconstruct +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency/reconstruct @@ -0,0 +1,62 @@ +# Recreate any symlinks created since the orig. +chmod +x 'debian.lowlatency/scripts/helpers/copy-files' +chmod +x 'debian.lowlatency/scripts/helpers/local-mangle' +chmod +x 'debian/cloud-tools/hv_get_dhcp_info' +chmod +x 'debian/cloud-tools/hv_get_dns_info' +chmod +x 'debian/cloud-tools/hv_set_ifconfig' +chmod +x 'debian/rules' +chmod +x 'debian/scripts/checks/abi-check' +chmod +x 'debian/scripts/checks/final-checks' +chmod +x 'debian/scripts/checks/module-check' +chmod +x 'debian/scripts/checks/module-signature-check' +chmod +x 'debian/scripts/checks/retpoline-check' +chmod +x 'debian/scripts/control-create' +chmod +x 'debian/scripts/dkms-build' +chmod +x 'debian/scripts/dkms-build--nvidia-N' +chmod +x 'debian/scripts/dkms-build-configure--zfs' +chmod +x 'debian/scripts/file-downloader' +chmod +x 'debian/scripts/link-headers' +chmod +x 'debian/scripts/link-lib-rust' +chmod +x 'debian/scripts/misc/annotations' +chmod +x 'debian/scripts/misc/arch-has-odm-enabled.sh' +chmod +x 'debian/scripts/misc/find-missing-sauce.sh' +chmod +x 'debian/scripts/misc/fips-checks' +chmod +x 'debian/scripts/misc/fw-to-ihex.sh' +chmod +x 'debian/scripts/misc/gen-auto-reconstruct' +chmod +x 'debian/scripts/misc/getabis' +chmod +x 'debian/scripts/misc/git-ubuntu-log' +chmod +x 'debian/scripts/misc/insert-changes' +chmod +x 'debian/scripts/misc/insert-mainline-changes' +chmod +x 'debian/scripts/misc/insert-ubuntu-changes' +chmod +x 'debian/scripts/misc/kernelconfig' +chmod +x 'debian/scripts/misc/retag' +chmod +x 'debian/scripts/misc/sanitize-annotations' +chmod +x 'debian/scripts/misc/splitconfig.pl' +chmod +x 'debian/scripts/misc/update-aufs.sh' +chmod +x 'debian/scripts/module-inclusion' +chmod +x 'debian/scripts/retpoline-extract' +chmod +x 'debian/scripts/retpoline-extract-one' +chmod +x 'debian/scripts/sign-module' +chmod +x 'debian/templates/extra.postinst.in' +chmod +x 'debian/templates/extra.postrm.in' +chmod +x 'debian/templates/headers.postinst.in' +chmod +x 'debian/templates/image.postinst.in' +chmod +x 'debian/templates/image.postrm.in' +chmod +x 'debian/templates/image.preinst.in' +chmod +x 'debian/templates/image.prerm.in' +chmod +x 'debian/tests-build/check-aliases' +chmod +x 'debian/tests/rebuild' +chmod +x 'debian/tests/ubuntu-regression-suite' +chmod +x 'drivers/watchdog/f71808e_wdt.c' +chmod +x 'tools/testing/selftests/netfilter/conntrack_sctp_collision.sh' +chmod +x 'tools/testing/selftests/netfilter/nft_audit.sh' +chmod +x 'tools/testing/selftests/netfilter/xt_string.sh' +chmod +x 'update-dkms-versions' +# Remove any files deleted from the orig. +rm -f 'Documentation/networking/device_drivers/ethernet/mellanox/mlx5/devlink.rst' +rm -f 'arch/parisc/include/asm/mckinley.h' +rm -f 'drivers/media/pci/intel/ipu3/cio2-bridge.c' +rm -f 'drivers/media/pci/intel/ipu3/cio2-bridge.h' +rm -f 'include/linux/ceph/mdsmap.h' +rm -f 'scripts/is_rust_module.sh' +exit 0 --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency/rules.d/amd64.mk +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency/rules.d/amd64.mk @@ -0,0 +1,23 @@ +human_arch = 64 bit x86 +build_arch = x86 +defconfig = defconfig +build_image = bzImage +kernel_file = arch/$(build_arch)/boot/bzImage +install_file = vmlinuz +vdso = vdso_install +no_dumpfile = true +uefi_signed = true +do_tools_usbip = true +do_tools_cpupower = true +do_tools_perf = true +do_tools_perf_jvmti = true +do_tools_bpftool = true +do_tools_x86 = true +do_tools_hyperv = true +do_tools_host = true +do_extras_package = true +do_tools_common = true +do_tools_acpidbg = true +do_odm_drivers = true +do_lib_rust = true +flavours = lowlatency --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency/rules.d/arm64.mk +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency/rules.d/arm64.mk @@ -0,0 +1,20 @@ +human_arch = ARMv8 +build_arch = arm64 +defconfig = defconfig +build_image = Image.gz +kernel_file = arch/$(build_arch)/boot/Image.gz +install_file = vmlinuz +no_dumpfile = true +uefi_signed = true + +vdso = vdso_install + +do_extras_package = true +do_tools_usbip = true +do_tools_cpupower = true +do_tools_perf = true +do_tools_perf_jvmti = true +do_tools_bpftool = true + +do_dtbs = true +flavours = lowlatency lowlatency-64k --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency/rules.d/hooks.mk +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency/rules.d/hooks.mk @@ -0,0 +1,6 @@ +do_enforce_all = true +do_libc_dev_package = false +do_doc_package = false +do_tools_common = false +do_tools_host = false +do_source_package = false --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency/rules.d/i386.mk +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency/rules.d/i386.mk @@ -0,0 +1,17 @@ +human_arch = 32 bit x86 +build_arch = i386 +defconfig = defconfig +flavours = generic +build_image = bzImage +kernel_file = arch/$(build_arch)/boot/bzImage +install_file = vmlinuz +vdso = vdso_install +no_dumpfile = true +do_flavour_image_package = false +do_tools = false +do_tools_common = false +do_extras_package = false +do_source_package = false +do_doc_package = false +do_flavour_header_package = false +do_common_headers_indep = false --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency/rules.d/riscv64.mk +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency/rules.d/riscv64.mk @@ -0,0 +1,19 @@ +human_arch = RISC-V +build_arch = riscv +defconfig = defconfig +flavours = generic +build_image = Image +kernel_file = arch/$(build_arch)/boot/Image +install_file = vmlinuz + +vdso = vdso_install +no_dumpfile = true + +do_flavour_image_package = false +do_tools = false +do_tools_common = false +do_extras_package = false +do_source_package = false +do_doc_package = false +do_flavour_header_package = false +do_common_headers_indep = false --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency/rules.d/x32.mk +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency/rules.d/x32.mk @@ -0,0 +1,12 @@ +human_arch = 64 bit x86 (32 bit userspace) +build_arch = x86 +defconfig = defconfig +flavours = +build_image = bzImage +kernel_file = arch/$(build_arch)/boot/bzImage +install_file = vmlinuz +vdso = vdso_install +no_dumpfile = true +uefi_signed = true + +do_flavour_image_package = false --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency/scripts/helpers/copy-files +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency/scripts/helpers/copy-files @@ -0,0 +1,62 @@ +#!/bin/bash -eu + +if [ -f debian/debian.env ]; then + # shellcheck disable=SC1091 + . debian/debian.env +fi + +if [ ! -d "${DEBIAN}" ]; then + echo You must run this script from the top directory of this repository. + exit 1 +fi + +CONF="${DEBIAN}"/etc/update.conf +if [ -f "${CONF}" ]; then + # shellcheck disable=SC1090 + . "${CONF}" +fi + +FOREIGN_ARCHES="" +LOCAL_CONF="${DEBIAN}/etc/local.conf" +if [ -f "${LOCAL_CONF}" ]; then + # shellcheck disable=SC1090 + . "${LOCAL_CONF}" +fi + +SKIP_RULES_D=${SKIP_RULES_D:-} + +# +# Update configs from master +# +rsync -avc --exclude 'annotations' --exclude 'config.flavour.lowlatency' --exclude 'config.flavour.lowlatency-64k' --delete "${DEBIAN_MASTER}/config/" "${DEBIAN}/config" + +# +# Update package and DTB settings from master. +# +if [ -z "${SKIP_RULES_D}" ] ; then + rsync -avc "${DEBIAN_MASTER}/rules.d/"*.mk "${DEBIAN}/rules.d/" +fi + +# Remove the .mk files from the arch's that are not supported +for i in ${FOREIGN_ARCHES} +do + rm -f "${DEBIAN}/rules.d/${i}.mk" + git rm -f --ignore-unmatch "${DEBIAN}/rules.d/${i}.mk" || true +done + +# +# Update modprobe.d from master +# +# Some releases (trusty) don't have this directory, and rsync would fail +# without this check. +if [ -d "${DEBIAN}/modprobe.d/" ]; then + rsync -avc --delete "${DEBIAN_MASTER}/modprobe.d/" "${DEBIAN}/modprobe.d" +fi + +cp -p "${DEBIAN_MASTER}/control.d/"*.inclusion-list "${DEBIAN}/control.d" + +cp -p "${DEBIAN_MASTER}/reconstruct" "${DEBIAN}/reconstruct" + +if [ -x "${DEBIAN}/scripts/helpers/local-mangle" ]; then + "./${DEBIAN}/scripts/helpers/local-mangle" +fi --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency/scripts/helpers/local-mangle +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency/scripts/helpers/local-mangle @@ -0,0 +1,24 @@ +#!/bin/bash -eu + +. debian/debian.env + +# We only build the lowlatency/lowlatency-64k flavours +sed -i '/^flavours.*$/d' ${DEBIAN}/rules.d/amd64.mk +sed -i '/^flavours.*$/d' ${DEBIAN}/rules.d/arm64.mk +echo -e "flavours\t= lowlatency" >> ${DEBIAN}/rules.d/amd64.mk +echo -e "flavours\t= lowlatency lowlatency-64k" >> ${DEBIAN}/rules.d/arm64.mk + +# We only care about lowlatency/lowlatency-64k abis +sed -i /getall/d ${DEBIAN}/etc/getabis +echo "getall amd64 lowlatency" >> ${DEBIAN}/etc/getabis +echo "getall arm64 lowlatency lowlatency-64k" >> ${DEBIAN}/etc/getabis + +# Override options in rules.d/hooks.mk (normally master does not have this +# file but it got added for generic annotations enforcement. +cat <>${DEBIAN}/rules.d/hooks.mk +do_libc_dev_package = false +do_doc_package = false +do_tools_common = false +do_tools_host = false +do_source_package = false +EOD --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency/tracking-bug +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency/tracking-bug @@ -0,0 +1 @@ +2056037 s2024.02.05-1 --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.lowlatency/variants +++ linux-lowlatency-hwe-6.5-6.5.0/debian.lowlatency/variants @@ -0,0 +1,3 @@ +-- +-hwe-22.04 +-hwe-22.04-edge --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.master/abi/abiname +++ linux-lowlatency-hwe-6.5-6.5.0/debian.master/abi/abiname @@ -0,0 +1 @@ +25 --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.master/abi/amd64/generic +++ linux-lowlatency-hwe-6.5-6.5.0/debian.master/abi/amd64/generic @@ -0,0 +1,29418 @@ +ACPI EXPORT_SYMBOL_GPL 0xa6af1390 acpi_table_parse_cedt vmlinux +BRCMFMAC EXPORT_SYMBOL_GPL 0x96b37718 brcmf_fwvid_unregister_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +BRCMFMAC EXPORT_SYMBOL_GPL 0xaa54651d brcmf_fwvid_register_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +COUNTER EXPORT_SYMBOL_GPL 0x103ffb8b counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x1aed2bce counter_push_event drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x47e3f330 counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x9855d4b2 counter_put drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xa0d8e223 counter_priv drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xa2446036 counter_unregister drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xc63045a2 devm_counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xd266d6e2 devm_counter_add drivers/counter/counter +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x670d9379 crypto_cipher_encrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x70594475 crypto_cipher_setkey vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0xea90af60 crypto_cipher_decrypt_one vmlinux +CXL EXPORT_SYMBOL_GPL 0x023e4c27 cxl_clear_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0300adbb cxl_port_to_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x055c6ee3 cxl_mem_active_inc vmlinux +CXL EXPORT_SYMBOL_GPL 0x07537abb to_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0bdaa8ca to_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0d5e74c8 read_cdat_data drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1761029d is_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x180bc76d is_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1adf632d cxl_memdev_state_create drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1c350bec cxl_map_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1f818c3b cxl_rcd_component_reg_phys drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x21626b09 to_cxl_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x291eb8fc is_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x29d5d972 is_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2a07a003 devm_cxl_add_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x31527003 cxl_find_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x320064e8 cxl_endpoint_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x33e2aa93 cxl_mem_active_dec vmlinux +CXL EXPORT_SYMBOL_GPL 0x38340936 devm_cxl_enumerate_decoders drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x41fe7444 devm_cxl_setup_fw_upload drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x436b26ee cxl_probe_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4593c9f9 devm_cxl_add_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x47d80237 cxl_dev_state_identify drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x48166000 cxl_internal_send_cmd drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4d1686e4 to_cxl_switch_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4e05e903 cxl_trigger_poison_list drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4f958352 cxl_map_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x506789ee clear_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x55f40eef set_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x56e5a245 devm_cxl_setup_hdm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5950d69f cxl_switch_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x59b65e24 is_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5c3044e6 cxl_enumerate_cmds drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5e15aabd devm_cxl_dpa_reserve drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6369e24f cxl_setup_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x65071467 cxl_mem_create_range_info drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6af7f657 cxl_pci_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6e1e5484 to_cxl_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6f1ed0e7 is_switch_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x701bbaad cxl_bus_rescan drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x714854bd is_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x71949140 to_cxl_dax_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x71c1175d cxl_probe_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x79226d39 cxl_find_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x79974ff1 cxl_await_media_ready drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7aedd619 cxl_cor_error_detected drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7d39b40e cxl_debugfs_create_dir drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7fa19cc4 alloc_free_mem_region vmlinux +CXL EXPORT_SYMBOL_GPL 0x84b45156 insert_resource_expand_to_fit vmlinux +CXL EXPORT_SYMBOL_GPL 0x868c569c cxl_find_regblock_instance drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8a2d09c8 is_cxl_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8ab40678 cxl_decoder_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x91b2df6b cxl_poison_state_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9793f988 cxl_dpa_debug drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x98628ac8 cxl_bus_drain drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9aa4815f devm_cxl_add_passthrough_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9cc13ca0 find_cxl_root drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa0141918 cxl_set_timestamp drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa30d6ce9 cxl_driver_unregister drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa9e406cc cxl_decoder_add_locked drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xac9635dd cxl_error_detected drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb2e40983 cxl_count_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb36b2429 cxl_mem_get_event_records drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb470db8d cxl_map_pmu_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb7012bce devm_cxl_add_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbab33784 cxl_mem_get_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbbde16d6 devm_cxl_add_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc415ff43 devm_cxl_register_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc44b643f cxl_add_to_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc724d13c devm_cxl_port_enumerate_dports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcb9803d2 cxl_endpoint_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcd0c70e2 schedule_cxl_memdev_detach drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcd3f81f4 cxl_decoder_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd1fa20af devm_cxl_add_rch_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd467188a devm_cxl_add_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd9f171f7 devm_cxl_enumerate_ports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe2de40e4 devm_cxl_pmu_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe2fd09f8 cxl_root_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe4d6cbdd is_cxl_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe5a7a012 cxl_dvsec_rr_decode drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe734440b devm_cxl_sanitize_setup_notifier drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf0b0dbea cxl_mem_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf2598f3b to_cxl_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf64a1d32 cxl_hdm_decode_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf6aecd70 cxl_hb_modulo drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf8b93876 to_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf8ccab2e cxl_bus_type drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf8fabf7b cxl_inject_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf962f689 __cxl_driver_register drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xfb52c56d to_cxl_port drivers/cxl/core/cxl_core +DEVMEM EXPORT_SYMBOL_GPL 0x3c804b25 cpu_cache_invalidate_memregion vmlinux +DEVMEM EXPORT_SYMBOL_GPL 0xd6551b9c cpu_cache_has_invalidate_memregion vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x01e21b22 dma_buf_map_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x02316143 dma_buf_vunmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x03991b6c dma_buf_unmap_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x066cc9a0 dma_buf_vmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x1421ed78 dma_buf_vmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x2261dc78 dma_buf_begin_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x234c29ae dma_buf_fd vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x34631fdd dma_buf_unpin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x36f45b40 dma_buf_put vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x3a666900 dma_buf_unmap_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x8202464d dma_buf_pin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x89021dde dma_buf_move_notify vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xa9e0fb50 dma_buf_end_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xaa60842e dma_buf_get vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xc8e7deb9 dma_buf_map_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xcf0d5049 dma_buf_vunmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xdc6c6825 dma_buf_mmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xdc7759d5 dma_buf_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xe55dcfc5 dma_buf_dynamic_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xe57169e8 dma_buf_detach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xf8cf0d85 dma_buf_export vmlinux +DRM_SSD130X EXPORT_SYMBOL_GPL 0x33cf1f58 ssd130x_variants drivers/gpu/drm/solomon/ssd130x +EFIVAR EXPORT_SYMBOL_GPL 0x02cfcd2e efivar_trylock vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0x11940489 efivar_set_variable vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0x2303b915 efivar_lock vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0x5a3c9dbb efivar_get_variable vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xa336852c efivar_get_next_variable vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xc961bff7 efivar_unlock vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xee5240dc efivar_query_variable_info vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xefc77711 efivar_set_variable_locked vmlinux +EXPORT_SYMBOL arch/x86/crypto/chacha-x86_64 0x220b49ab chacha_crypt_arch +EXPORT_SYMBOL arch/x86/crypto/chacha-x86_64 0xdc94f829 chacha_init_arch +EXPORT_SYMBOL arch/x86/crypto/chacha-x86_64 0xdd8ec6bd hchacha_block_arch +EXPORT_SYMBOL arch/x86/crypto/curve25519-x86_64 0x3c74a43e curve25519_base_arch +EXPORT_SYMBOL arch/x86/crypto/curve25519-x86_64 0xc832c670 curve25519_arch +EXPORT_SYMBOL arch/x86/crypto/poly1305-x86_64 0xd9ec23eb poly1305_update_arch +EXPORT_SYMBOL arch/x86/crypto/poly1305-x86_64 0xe1df0e1b poly1305_init_arch +EXPORT_SYMBOL arch/x86/crypto/poly1305-x86_64 0xfaeb41b2 poly1305_final_arch +EXPORT_SYMBOL crypto/blake2b_generic 0x32e24c8a blake2b_compress_generic +EXPORT_SYMBOL crypto/ecc 0x16e410ff vli_from_be64 +EXPORT_SYMBOL crypto/ecc 0x188a1647 ecc_is_pubkey_valid_full +EXPORT_SYMBOL crypto/ecc 0x1a5faa3a vli_mod_inv +EXPORT_SYMBOL crypto/ecc 0x4c281912 vli_is_zero +EXPORT_SYMBOL crypto/ecc 0x671f7aa5 ecc_is_key_valid +EXPORT_SYMBOL crypto/ecc 0x7c0fbb00 vli_mod_mult_slow +EXPORT_SYMBOL crypto/ecc 0x8261eccb ecc_get_curve25519 +EXPORT_SYMBOL crypto/ecc 0x8e688192 ecc_alloc_point +EXPORT_SYMBOL crypto/ecc 0x90cdc197 ecc_free_point +EXPORT_SYMBOL crypto/ecc 0x9263b417 ecc_point_mult_shamir +EXPORT_SYMBOL crypto/ecc 0x92668805 vli_cmp +EXPORT_SYMBOL crypto/ecc 0x932b6ff7 vli_num_bits +EXPORT_SYMBOL crypto/ecc 0x9f6efabd vli_sub +EXPORT_SYMBOL crypto/ecc 0xa76b31a2 crypto_ecdh_shared_secret +EXPORT_SYMBOL crypto/ecc 0xb10fc19e ecc_get_curve +EXPORT_SYMBOL crypto/ecc 0xd6315f31 ecc_gen_privkey +EXPORT_SYMBOL crypto/ecc 0xd94c8eb5 ecc_point_is_zero +EXPORT_SYMBOL crypto/ecc 0xde867c29 ecc_is_pubkey_valid_partial +EXPORT_SYMBOL crypto/ecc 0xeac9b99a vli_from_le64 +EXPORT_SYMBOL crypto/ecc 0xed4ae15e ecc_make_pub_key +EXPORT_SYMBOL crypto/nhpoly1305 0x20819c11 crypto_nhpoly1305_final +EXPORT_SYMBOL crypto/nhpoly1305 0x31b3cf15 crypto_nhpoly1305_init +EXPORT_SYMBOL crypto/nhpoly1305 0x53e116cf crypto_nhpoly1305_update_helper +EXPORT_SYMBOL crypto/nhpoly1305 0x720c61db crypto_nhpoly1305_final_helper +EXPORT_SYMBOL crypto/nhpoly1305 0xb37494d5 crypto_nhpoly1305_setkey +EXPORT_SYMBOL crypto/nhpoly1305 0xe208d448 crypto_nhpoly1305_update +EXPORT_SYMBOL crypto/sm4 0x2b098da5 crypto_sm4_ck +EXPORT_SYMBOL crypto/sm4 0x7931a202 crypto_sm4_fk +EXPORT_SYMBOL crypto/sm4 0xf4fd3bd2 crypto_sm4_sbox +EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks +EXPORT_SYMBOL drivers/acpi/nfit/nfit 0x06848c60 to_nfit_uuid +EXPORT_SYMBOL drivers/acpi/video 0x03835be6 acpi_video_get_levels +EXPORT_SYMBOL drivers/acpi/video 0x45b61916 acpi_video_register_backlight +EXPORT_SYMBOL drivers/acpi/video 0x7a45377b acpi_video_unregister +EXPORT_SYMBOL drivers/acpi/video 0x7cc484a5 acpi_video_handles_brightness_key_presses +EXPORT_SYMBOL drivers/acpi/video 0x7de7bf50 __acpi_video_get_backlight_type +EXPORT_SYMBOL drivers/acpi/video 0x8826c13b acpi_video_register +EXPORT_SYMBOL drivers/acpi/video 0xc1be3807 acpi_video_get_edid +EXPORT_SYMBOL drivers/atm/suni 0x93e6fe7e suni_init +EXPORT_SYMBOL drivers/bcma/bcma 0x71c81360 bcma_core_irq +EXPORT_SYMBOL drivers/bcma/bcma 0xa6e29e03 bcma_core_dma_translation +EXPORT_SYMBOL drivers/block/drbd/drbd 0x127a5901 drbd_set_st_err_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0x35131b36 drbd_role_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0x7730f22d drbd_conn_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0xaf27bebf drbd_disk_str +EXPORT_SYMBOL drivers/bluetooth/btbcm 0xf89e0615 btbcm_patchram +EXPORT_SYMBOL drivers/bluetooth/btrsi 0x0195c8cf rsi_bt_ops +EXPORT_SYMBOL drivers/bus/mhi/host/mhi 0x0391d6bc mhi_sync_power_up +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x03bc993e ipmi_set_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x0705dd14 ipmi_register_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x12dd1e77 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1f65170f ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x230094ac ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x23ed19c3 ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c2054d7 ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x50f65edf ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67369b42 ipmi_addr_src_to_str +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x74778a80 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x80aa4656 ipmi_free_recv_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x89a5279a ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96a6e5e8 ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xaca90ebd ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xae71627d ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xce743ea4 ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd54a5050 ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4330a39 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe7e88229 ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe98c507d ipmb_checksum +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xec1c2a90 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xee840a3c ipmi_add_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf388b18b ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf5531bea ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfaaa4831 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfe0f2369 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/nvram 0x3ef38dc9 arch_nvram_ops +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x1a5e7e73 st33zp24_pm_resume +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x36ae4ace st33zp24_pm_suspend +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xf8a76a10 st33zp24_remove +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xf9de69c7 st33zp24_probe +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x3785290a xillybus_find_inode +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x65c7d4c5 xillybus_cleanup_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x73617732 xillybus_init_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x33abcf8a xillybus_init_endpoint +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x45448c2b xillybus_endpoint_remove +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x6600a865 xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x0f24e1fb atmel_i2c_probe +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x37ae5de9 atmel_i2c_send_receive +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x80a11b1d atmel_i2c_init_read_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xb6c854bb atmel_i2c_init_ecdh_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xc71ed50c atmel_i2c_init_genkey_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xc80f14e8 atmel_i2c_flush_queue +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xf283e995 atmel_i2c_init_random_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xf424776b atmel_i2c_enqueue +EXPORT_SYMBOL drivers/crypto/ccp/ccp 0x47d3c97f psp_check_tee_status +EXPORT_SYMBOL drivers/crypto/ccp/ccp 0x4a937398 psp_check_platform_access_status +EXPORT_SYMBOL drivers/crypto/ccp/ccp 0xaa04056c psp_tee_process_cmd +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0x08b004e4 xdma_enable_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0x766ec977 xdma_disable_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0x91f10d83 xdma_get_user_irq +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0bc6094c fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x10680fd2 fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x1a43a65c fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0x1af609d8 fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0x267c484f fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x28103cda fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x28b93adb fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0x31b0bfd8 fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3a771e39 fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3d962e57 fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3e529355 fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0x486e53e7 fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0x526401e4 fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x5b50b46a fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x65452439 fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6dc50487 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6e8aefed fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7d151042 fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7fd88148 fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa5948a64 fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa8de5b12 fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaedf84ce fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb33263cc fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0xde32c34e fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0xde4e28eb fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe3fde125 fw_csr_iterator_next +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe605a17a fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe807aa49 fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe80e5087 fw_csr_iterator_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0xeac2e877 fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf0dfdc4f fw_schedule_bus_reset +EXPORT_SYMBOL drivers/fpga/dfl 0xd7a922e5 dfl_driver_unregister +EXPORT_SYMBOL drivers/fpga/dfl 0xf35430b2 __dfl_driver_register +EXPORT_SYMBOL drivers/fpga/lattice-sysconfig 0xc3f92c21 sysconfig_probe +EXPORT_SYMBOL drivers/gpu/drm/amd/amdxcp/amdxcp 0x0ea5d74b amdgpu_xcp_drv_release +EXPORT_SYMBOL drivers/gpu/drm/amd/amdxcp/amdxcp 0x6737bf87 amdgpu_xcp_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x01c4bba9 drm_dp_lttpr_max_link_rate +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x049f6811 drm_dp_pcon_frl_configure_2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x04ad310a drm_dp_mst_get_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0a901879 drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0b159ad8 drm_dp_mst_detect_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0ee9f56c drm_dp_atomic_release_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0fed17d7 drm_edp_backlight_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x13e0558b drm_dp_mst_get_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x141a0d5d drm_dp_read_desc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x14efb76d drm_dp_send_power_updown_phy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x15f63b2c drm_dp_read_downstream_info +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1605d0ed drm_dp_lttpr_max_lane_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x16574b1c drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1709ddcf drm_dp_lttpr_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1a5bf3ca drm_dsc_dp_rc_buffer_size +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1b0a1fdc drm_dp_lttpr_voltage_swing_level_3_supported +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1e5e0c8e drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x20d9aba6 drm_lspcon_get_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2372e8c9 drm_dp_pcon_pps_override_buf +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x23961837 drm_dp_downstream_max_bpc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x24ada755 drm_dsc_set_rc_buf_thresh +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x257ad911 drm_dp_mst_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x25854196 drm_hdmi_avi_infoframe_bars +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x259fb9ff drm_dp_downstream_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x26815dbc drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x28ffd71e drm_edp_backlight_set_level +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2c3e5029 drm_dp_mst_atomic_enable_dsc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2f04a170 drm_dp_remote_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2fa94ef2 drm_dp_downstream_444_to_420_conversion +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x32625538 drm_dp_downstream_debug +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x352daeed drm_connector_attach_content_protection_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x392a838b drm_dp_downstream_max_dotclock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3a90b820 drm_dp_cec_set_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3dbbf96a drm_panel_dp_aux_backlight +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x423ed4bc drm_dp_dual_mode_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x427bac45 drm_atomic_get_new_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x427f9571 drm_dp_dual_mode_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x429d8af1 drm_dp_stop_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x42b1bcfe drm_hdmi_avi_infoframe_content_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4603c416 drm_dp_pcon_dsc_bpp_incr +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4c40f69c drm_dp_check_act_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4f822ec5 drm_dp_mst_topology_mgr_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x53f6ff7a drm_dp_read_sink_count_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5407ae9e drm_dp_get_dual_mode_type_name +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x54c622aa drm_dp_cec_register_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x553ace56 drm_scdc_set_scrambling +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x56a663e9 drm_dp_dsc_sink_line_buf_depth +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x582f248e drm_dp_get_adjust_request_pre_emphasis +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x58d8fcaa drm_dsc_pps_payload_pack +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x59e52f30 drm_dp_dpcd_probe +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x59f27ed7 drm_dp_pcon_enc_is_dsc_1_2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5a50d820 drm_dp_mst_put_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5a86f411 drm_dp_phy_name +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x627ba04b drm_dsc_set_const_params +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x63a477fb drm_dp_downstream_min_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x648d953b drm_dsc_dp_pps_header_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6657be16 drm_dp_mst_hpd_irq_send_new_request +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x666f403b drm_atomic_get_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x68d8dce7 drm_dp_downstream_is_tmds +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x69a69277 drm_dp_mst_topology_mgr_destroy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6a4df8c5 drm_dp_128b132b_eq_interlane_align_done +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6aacee47 drm_dp_128b132b_link_training_failed +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6b53e216 drm_dp_downstream_max_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7053fa72 drm_dp_get_pcon_max_frl_bw +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x712040ca drm_hdcp_update_content_protection +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x72ef1e47 drm_dp_pcon_is_frl_ready +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x73011db0 drm_dp_bw_code_to_link_rate +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7583d052 drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x76ff6644 drm_dp_lttpr_pre_emphasis_level_3_supported +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7739eb36 drm_scdc_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x79008c7e drm_dsc_setup_rc_params +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7c7961d1 drm_dp_read_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8253cdfe drm_edp_backlight_disable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x829b6048 drm_dp_dsc_sink_max_slice_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x82d943e5 drm_dp_set_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x85084990 drm_dp_mst_topology_mgr_set_mst +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x86eaae5e drm_scdc_set_high_tmds_clock_ratio +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x891af26e drm_dp_cec_unregister_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8a05dc2d drm_dp_mst_dump_topology +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8ca2d9e4 drm_dp_calc_pbn_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8d701329 drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8d98e31b drm_dp_read_lttpr_common_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8e062ebc drm_dp_downstream_id +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8e0ce405 drm_hdmi_infoframe_set_hdr_metadata +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8f52cc76 drm_dp_set_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x909b002c drm_dp_add_payload_part2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x92b9835e drm_dp_128b132b_cds_interlane_align_done +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x95883bb4 drm_dsc_initial_scale_value +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x98614318 drm_dp_pcon_pps_override_param +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9985c3a0 drm_dp_read_mst_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9e4e46cd drm_scdc_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9f421ead drm_dp_cec_irq +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa0d18770 drm_dp_read_lttpr_phy_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa0d5cfb2 drm_dp_add_payload_part1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa1fefe6a drm_dp_psr_setup_time +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa6afa83a drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa768f211 drm_lspcon_set_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa792ebd9 drm_dp_pcon_frl_configure_1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa843606e drm_dp_dsc_sink_supported_input_bpcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa9a4bea2 drm_hdmi_avi_infoframe_colorimetry +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaa6c2347 drm_dp_mst_root_conn_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xab71386c drm_dp_atomic_find_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xac33bf4d drm_edp_backlight_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xad7c9cc3 drm_dp_mst_edid_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xadbf47d8 drm_dp_mst_hpd_irq_handle_event +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaf202b30 drm_dp_mst_atomic_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaf267620 drm_dp_lttpr_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb0d023b9 drm_dp_pcon_hdmi_frl_link_error_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb3bb2b04 drm_dp_pcon_reset_frl_config +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbcaed80d drm_dp_mst_atomic_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbcd51d0d drm_dp_mst_topology_state_funcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbcf00dad drm_dp_pcon_hdmi_link_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbe5f751c drm_atomic_get_old_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc020c0c1 drm_dp_pcon_dsc_max_slice_width +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc299234f drm_dp_dpcd_read_phy_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc33dbf8b drm_dp_mst_connector_early_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc5c99a79 drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc7578e9c drm_dp_dual_mode_get_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc79ecffb drm_dp_downstream_is_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc8b6a8ae drm_dp_128b132b_lane_channel_eq_done +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xccf54d5e drm_dp_get_adjust_tx_ffe_preset +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcd794faf drm_dp_pcon_hdmi_link_active +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcf16900c drm_dp_dual_mode_max_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcf6c9cea drm_atomic_get_mst_payload_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd0e95456 drm_dsc_get_bpp_int +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd3dc7c72 drm_dp_pcon_frl_prepare +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd4afc7c1 drm_dp_cec_unset_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd5a95eae drm_dp_128b132b_lane_symbol_locked +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdc573a05 drm_dp_lttpr_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdd2b43b6 drm_dp_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdefeeace drm_dp_get_vc_payload_bw +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe2468a48 drm_dsc_flatness_det_thresh +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe2ac1874 drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe3393d99 drm_dp_mst_dsc_aux_for_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe3ce9fd2 drm_dp_pcon_pps_default +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe504dc47 drm_dp_128b132b_read_aux_rd_interval +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe5360b84 drm_dp_pcon_dsc_max_slices +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe596e30d drm_dp_read_dpcd_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe669982e drm_dp_start_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe6b25d06 drm_dp_get_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe70e4691 drm_dp_pcon_convert_rgb_to_ycbcr +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe726de02 drm_dp_vsc_sdp_log +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe81d4a93 drm_dp_dual_mode_set_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xeac5b340 drm_dp_mst_connector_late_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xeb200013 drm_dp_remove_payload +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xedcf81ce drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xee445a9f drm_dp_mst_topology_mgr_suspend +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xeef705d7 drm_dp_send_query_stream_enc_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf33fc318 drm_dp_read_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf68741fb drm_dp_subconnector_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf689ad25 drm_dp_downstream_420_passthrough +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf72cc534 drm_dp_mst_update_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf7a9acc3 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf8511939 drm_dp_read_sink_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf8a23f60 drm_dp_send_real_edid_checksum +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfa415a5e drm_dp_pcon_frl_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfb04e2b2 drm_scdc_get_scrambling_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfb1a7a5a drm_dp_downstream_rgb_to_ycbcr_conversion +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfbab2780 drm_dp_mst_add_affected_dsc_crtcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfe12bcb9 drm_dsc_compute_rc_parameters +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfe432037 drm_dp_mst_topology_mgr_resume +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xff8ca049 drm_dp_dual_mode_detect +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0054c75f drm_panel_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00822b56 drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0105919e drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x02289b9b drm_mode_validate_ycbcr420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03c63897 __drm_get_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03e8ec20 drm_gem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0533d29b drm_atomic_set_crtc_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x05d9f27a drm_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x06e8da53 drm_atomic_set_mode_prop_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x06f3997e drm_panel_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0726792c drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07569114 drm_sysfs_connector_status_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07b7f342 drm_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07cb71f1 drm_atomic_get_old_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07fb449a drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x08781407 drm_event_reserve_init_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x088a1f6f drm_syncobj_get_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x08a048c1 drm_bridge_chain_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x08df3e9b drm_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x09161b45 drm_atomic_get_crtc_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x09b8c2ed drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a705c44 drm_state_dump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0acabcd3 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0aeab6ae drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0c7d8b43 drm_any_plane_has_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d65506d drm_connector_attach_privacy_screen_provider +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d9b4753 drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0eb7f5eb drm_privacy_screen_lookup_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f7acb66 drm_mm_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fd60df2 drm_get_connector_status_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fef0a9a drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x10409271 drm_print_regset32 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x10520e26 drm_connector_oob_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x107742a9 drm_get_subpixel_order_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x10a15dd8 __drmm_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11312aca drm_atomic_check_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11623fd4 drmm_kmalloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x118e1e65 drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11ba3823 drm_gem_map_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14632615 drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14a68a8a drm_crtc_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x15941b29 drm_connector_list_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16665953 drm_edid_read_custom +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16b809c8 drm_print_memory_stats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16e31258 drm_atomic_print_new_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16fa80d8 drm_edid_read_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17799f99 drm_privacy_screen_call_notifier_chain +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17afb883 drm_atomic_add_affected_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm 0x184196ab drm_send_event_timestamp_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x199db9f0 drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a411479 drm_syncobj_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a4e22f5 drm_writeback_queue_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a8a64a4 drm_master_internal_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1adcac25 drmm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b1fa9e7 drm_atomic_state_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b2e704b drm_atomic_state_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1bf404dc drm_property_create_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1dab017b drm_plane_create_color_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f48b588 drm_crtc_vblank_helper_get_vblank_timestamp_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f7f931a drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20dce4b0 drm_gem_dmabuf_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x211e2cb0 drm_client_modeset_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2183c08c drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x21ff0d94 drm_gem_dma_resv_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x227a5512 drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x22b5a4cc drm_connector_set_panel_orientation_with_quirk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2448b697 drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24993e50 drm_edid_are_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24c2ad0e drm_connector_set_tile_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24cf437a drm_vma_node_is_allowed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24d124ac drm_mode_equal_no_clocks_no_stereo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25524a64 drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2567c676 __devm_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25a0d33e drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25daad93 __drm_mm_interval_first +EXPORT_SYMBOL drivers/gpu/drm/drm 0x266a7cd5 drm_panel_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x26fc3afd drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2704b644 drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2735a0f8 drm_connector_update_privacy_screen +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2754dad8 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27aeb25a drm_atomic_private_obj_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27d872bf drm_gem_lock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28779e52 drm_printf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x288a05d1 drm_gem_objects_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28cf33e6 drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29f078d1 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a90ad2f drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a962499 drm_mm_scan_init_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b4038c8 drm_panel_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b8796bc drm_connector_create_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2bacda6a drm_dev_enter +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c85a7a9 drm_send_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d557d1e drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e53f48f drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e7f371a drm_mode_create_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ece9b42 drm_connector_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ed3c600 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2eebb41c drm_writeback_cleanup_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2efd2a62 drm_gem_prime_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f476172 drm_privacy_screen_lookup_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f480cfa drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f865c1d drm_edid_connector_add_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x303adb8d drm_plane_get_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3050e495 drm_client_modeset_commit_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x30ae2e2f drm_edid_get_panel_id +EXPORT_SYMBOL drivers/gpu/drm/drm 0x30b2ed5e drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3157946d drm_mode_create_hdmi_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x316d5cd1 drm_plane_create_alpha_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31b8a5e3 __drm_set_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3212f80b drm_client_dev_hotplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32936f72 drm_release_noglobal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32a0cc37 drm_print_bits +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3330cb60 __drmm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x347480f9 drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3486daa5 drm_connector_attach_dp_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x34cbd49b drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x350062b0 drm_gem_prime_import_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3507f28b drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3614ce5c drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x377ef57c drm_syncobj_replace_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x379aba50 drm_aperture_remove_conflicting_pci_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38690d99 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x389753f7 drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x397c3d27 drm_edid_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3992d103 drm_crtc_enable_color_mgmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ab87110 drm_mode_equal_no_clocks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3af1d990 drm_vblank_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b0e5e9c __drm_puts_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3becbd5e drm_syncobj_find_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c2050c2 drm_syncobj_get_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c22a4d8 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c6d09fb drm_writeback_prepare_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cdc37e9 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d29075c drm_mode_validate_driver +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d8b4209 drm_is_current_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e0677b5 drm_crtc_vblank_helper_get_vblank_timestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e72cefd drm_writeback_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f1749e7 drm_atomic_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f405489 __drm_printfn_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f4f69e0 drm_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4102b5aa drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x41202219 drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x432835e5 drm_client_modeset_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43aba7b5 drm_compat_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4403a9c3 drm_mode_get_hv_timing +EXPORT_SYMBOL drivers/gpu/drm/drm 0x44486002 drm_edid_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x445f02ec drm_panel_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4489a5e9 drm_edid_raw +EXPORT_SYMBOL drivers/gpu/drm/drm 0x449ea830 drm_atomic_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x45139fb8 drm_gem_map_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4575a0ca drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46345589 drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x468fe2e3 drm_bridge_chain_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x474be2b8 drm_mode_object_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4831da6e drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a35d30d drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ab619cc drm_gem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b7ebf95 drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ba6b8b6 drm_crtc_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d2ed459 drm_color_lut_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e1f4e07 drm_property_blob_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e2a621e drm_prime_sg_to_dma_addr_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e396c57 drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50674de7 drm_timeout_abs_to_jiffies +EXPORT_SYMBOL drivers/gpu/drm/drm 0x51028a47 drm_writeback_signal_completion +EXPORT_SYMBOL drivers/gpu/drm/drm 0x513072fe __drm_puts_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0x521ad6d0 drm_puts +EXPORT_SYMBOL drivers/gpu/drm/drm 0x523f8c07 drm_mode_put_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x524324e8 __drmm_crtc_alloc_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x52892adf drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x53b949d9 drm_privacy_screen_get_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55eb38da drm_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x561dd104 drm_connector_attach_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5633c529 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5669b45a drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57698a50 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0x578d659d drm_modeset_lock_single_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b96908 drm_privacy_screen_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57eaf16a drm_syncobj_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x584d5016 drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59056243 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59459942 drm_mode_create_dp_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a97504b drm_syncobj_add_point +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5aa796bc drm_connector_attach_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5b638234 drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c32290f drm_plane_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5ca1e50a __drmm_mutex_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5cca73ec drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5cd904d5 drm_privacy_screen_set_sw_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d88e185 drm_gem_lru_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5dec0f77 drm_master_internal_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e15b368 drm_privacy_screen_register_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5ee838c4 drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f409862 drm_vblank_work_cancel_sync +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f7985a5 drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5fc5d021 drm_connector_init_with_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5fd0f1e8 drm_crtc_accurate_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x605d53bb drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6091206c drm_crtc_commit_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60d0a329 drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6159ae9b drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x61cab836 drm_get_edid_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6305ade5 drm_atomic_get_new_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63815758 drm_panel_of_backlight +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63b3b076 drm_atomic_get_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x64b6530c drm_panel_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x64c3ce3f drm_crtc_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65702bd6 drm_default_rgb_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65aa0d36 drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x660c0a1f drm_plane_create_rotation_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6610d8e5 drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x661405ee drm_connector_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x67dcabcb drm_plane_create_zpos_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x68eae898 drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6910e4cd drm_format_info_min_pitch +EXPORT_SYMBOL drivers/gpu/drm/drm 0x692486c0 drmm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69353664 __drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x693fc7f6 drm_debugfs_add_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69855ee4 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69e1bf40 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69f830fc drm_syncobj_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6a61f7a1 drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ac01ea8 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6af423fa drm_display_mode_from_cea_vic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b194dbc drm_atomic_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6bc780d6 drm_send_event_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c141f57 drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6cbc17d6 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6d54139a drm_mode_plane_set_obj_prop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6d7ae39e drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6d92d8c5 drm_connector_set_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f1c3983 drm_bridge_chain_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7064377e drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x70866d1b drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x719777b8 drm_mode_create_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x73a534fd drm_connector_set_path_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x73af02a0 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74beb491 drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74fc6fbd drm_format_info_block_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7544823f drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x757c09f6 drm_connector_list_iter_end +EXPORT_SYMBOL drivers/gpu/drm/drm 0x77d9eb7a drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x78552be1 drm_crtc_vblank_waitqueue +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79c00fa2 drm_edid_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b2e2166 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7bcbcd88 drm_atomic_set_crtc_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c0d9cad drm_display_info_set_bus_formats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c545285 drm_edid_get_monitor_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7dc9d24c drm_crtc_vblank_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e3277f8 ___drm_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e761d7e drm_atomic_get_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7edf470b drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7efdb251 drm_get_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7faf38cb drm_atomic_get_old_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7fb823a0 drm_atomic_set_mode_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7fde6919 drm_driver_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ff30b3b drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0x804dffe5 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x80c4a4a2 drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81e4ae81 drm_crtc_arm_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x820ac5c0 drm_vma_node_allow_once +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8354ba22 drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x84691360 drm_ioctl_kernel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8495c24e drm_mode_create_suggested_offset_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8544ca61 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x85a151a2 drm_atomic_bridge_chain_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x85a99acb drm_connector_attach_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x85bf2b2d drm_mode_create_tv_properties_legacy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x85de2afc drm_property_replace_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x86ba33e6 drm_atomic_get_new_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x87dd4c86 drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8850d164 drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x888257c2 drm_vblank_work_schedule +EXPORT_SYMBOL drivers/gpu/drm/drm 0x88e9f3f0 drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x88fc4fac drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a2698cf drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a37b0f4 drm_writeback_connector_init_with_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a3ead4a drm_edid_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a4ee2f3 drm_crtc_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ba6efc2 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c0529d4 drm_crtc_next_vblank_start +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d72789e drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d92698a drm_plane_enable_fb_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f0078f5 drmm_kfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f42a114 __drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f8ca9d7 drm_analog_tv_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9020705c drm_crtc_set_max_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x904bcdac drm_gem_dmabuf_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x909cb240 drm_mode_object_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x90b68e05 drm_atomic_get_old_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x938b832c drm_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x94250d20 drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x949fd7ed drm_prime_sg_to_page_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x965a9a3f drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96e98068 drm_event_cancel_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x97845f72 drm_framebuffer_plane_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x981ed554 drm_atomic_normalize_zpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0x982d09b3 drm_format_info_block_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9a9c28d8 drm_atomic_nonblocking_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b285573 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b4bea17 drm_panel_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b95c885 drm_mode_match +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b9de1c1 drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9bcde580 drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ce050be drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9e45c646 drm_gem_map_detach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f1dd0d5 drm_show_memory_stats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9fcb075c drm_atomic_bridge_chain_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9fd3ace9 drm_modeset_lock_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ff6f3f8 drm_edid_read_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa0c83b05 drm_mode_create_aspect_ratio_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa0dd33c3 drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1a0b3ea drmm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1d83e8d drm_bridge_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa21271b2 __drm_dev_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa248afde drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa38c4c94 drm_memcpy_from_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa4049daa drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa62857dd drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa7110aab drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa956955b drm_gem_lru_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9e2fbdd drm_connector_list_iter_begin +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa65cac8 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaac1bb6c drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaaeacda0 drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaafd9759 drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab11d23a drm_dev_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab1a97e8 devm_aperture_acquire_from_firmware +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab7ae5d0 drm_crtc_vblank_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xac01a3bb drm_client_modeset_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0xac0afbed drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad4e902b drm_color_ctm_s31_32_to_qm_n +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae277372 __drm_crtc_commit_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0a33655 drm_sysfs_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb11ac7a7 __drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb212dc3e drm_edid_dup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3750192 drm_edid_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4032484 drm_mm_insert_node_in_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb440fe54 drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb531be6e drm_connector_attach_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb570a205 drm_gem_lru_move_tail_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6127243 drm_need_swiotlb +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7771b01 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb8789e52 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb8bb75b6 drm_event_reserve_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb969802e drm_mode_create_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb999c20e drm_atomic_get_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9cad492 __drm_atomic_state_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9ce7cc0 drm_connector_set_orientation_from_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba24f4c3 drm_atomic_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbcb8aa47 drm_atomic_add_affected_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbcc2c466 drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbd51cf5a __drm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbd93e6f1 drm_connector_attach_hdr_output_metadata_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe004d4c drm_connector_attach_max_bpc_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf81ace0 drm_panel_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbfeb891e drm_gem_lru_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc12c0dbb drm_gem_unmap_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc1b04544 drmm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc2eb9c8d drm_client_framebuffer_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc3ae033c drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc44872db drm_file_get_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc573f5d1 drm_framebuffer_plane_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7051bde drm_client_rotation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7910e38 drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7d04fc5 drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc81da9ec drm_client_framebuffer_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca516f90 drm_client_modeset_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcab5ba64 drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb67779c drm_mode_get_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc07791f drm_show_fdinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdb99cc9 drm_mode_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce9f4b6a drm_connector_set_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcea63f8b drm_plane_create_zpos_immutable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcff7b6b0 drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd0045b23 drm_dev_unplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd0c3298d drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd0cb9b5a drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd0d601c8 drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd13f9985 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1ae1de6 drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd290e076 drm_crtc_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd37696a8 drm_connector_atomic_hdr_metadata_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd3d46fcc drm_modeset_lock_all_ctx +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4ab4598 __drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd52f5b7d drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd5783ac5 drm_privacy_screen_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd679c9dc drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd680a377 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd70a0b06 drm_aperture_remove_conflicting_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd70c397d drm_invalid_op +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd75b96fd drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7a9cf42 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd8139119 drm_client_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd87c6f9b drm_gem_dmabuf_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd8cb1e1d devm_drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd991a945 drm_gem_dmabuf_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd9c2ce8c drm_vblank_work_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdad9c8b1 drm_prime_get_contiguous_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb31daa4 drm_property_create_bool +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb320a08 drm_mode_is_420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb38ecfc drm_property_lookup_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb855f71 drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb9039c5 drm_gem_vmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbda7fce drm_atomic_add_encoder_bridges +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdc63bfa4 drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdc679a14 drm_plane_create_blend_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd23273a drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd3c6afa drm_mode_is_420_also +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd637e60 drm_edid_override_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd83eb30 drm_connector_attach_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xddbf12b4 drm_client_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xde451419 __drmm_add_action_or_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf0b339a drm_plane_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf359082 drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf3f760d drm_mm_scan_color_evict +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf666902 drm_rotation_simplify +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf799f4f drm_connector_attach_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2b07308 drm_crtc_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe317082a __drm_printfn_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3ac15d5 drm_mode_is_420_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3e40a31 drm_client_buffer_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe44b9e68 drm_gem_unlock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe55c219b drm_atomic_state_default_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe5e37ee9 drm_connector_attach_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe633a4cd drm_format_info_bpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe681df6b drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe6ca0da4 drm_gem_private_object_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe6e8c48a drm_atomic_private_obj_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe79acc7f drm_writeback_get_out_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7b5472b drm_privacy_screen_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a034df drm_dev_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a0e334 drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe906d3f3 drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe90bae58 drm_client_framebuffer_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea00fe81 __drm_printfn_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea5ba7da drm_privacy_screen_unregister_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb0c5e6f drm_gem_lru_move_tail +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeba4985a drm_gem_vunmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xec2a919e drm_privacy_screen_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xedae1da0 drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xedde5780 drm_dev_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xef853b01 drm_property_blob_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0517d7a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0773d75 drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf095dc96 drm_get_tv_mode_from_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf10c0547 __drmm_add_action +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1b5340a drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf2fb4f74 drm_dev_has_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf309e653 drm_client_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf337213f drm_property_replace_global_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf35305aa drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf35a23bf drm_atomic_get_old_crtc_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf3b32567 drm_atomic_set_fb_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf3feac01 drm_atomic_get_connector_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf406e46a drm_get_connector_type_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4b435e8 drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf55b0b94 drm_debugfs_add_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf57eb992 drm_crtc_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf5813c1d drm_atomic_state_default_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf60454f6 drm_atomic_state_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf605f375 drm_plane_get_damage_clips_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf623c44a drm_gem_evict +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6793239 drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf695c657 drm_dev_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf702c5c7 drm_client_buffer_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf7e4562e drm_object_property_get_default_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf824c7db __drm_printfn_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf8ac379c drm_connector_has_possible_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9088bad drm_atomic_get_new_crtc_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa49272b drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfb9ed944 drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc02269c drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfce0361e drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd0d78b7 drm_hdmi_avi_infoframe_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfeb953b1 __drm_printfn_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfede7adc drm_atomic_get_new_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffbb78e0 drm_connector_set_link_status_property +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x22d53779 drm_buddy_free_list +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x2d9e9583 drm_buddy_print +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x40d76a49 drm_get_buddy +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x9f44c898 drm_buddy_init +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xabb5a026 drm_buddy_block_trim +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xbd5b3bcc drm_buddy_free_block +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xc30d71cc drm_buddy_block_print +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xfa150882 drm_buddy_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xff748b76 drm_buddy_alloc_blocks +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0x2455df25 drm_gem_dma_prime_import_sg_table_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0x8a014e02 drm_gem_dma_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0xc15c6308 drm_fbdev_dma_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x00c774ad drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x00dff218 drm_self_refresh_helper_update_avg_times +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x025b3020 devm_drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x03d59991 drm_gem_simple_kms_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x06ae02ee drm_atomic_helper_commit_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x06bc1bb6 drm_atomic_helper_damage_merged +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x07db5281 drm_atomic_helper_shutdown +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x08c43864 drm_fb_xrgb8888_to_rgb332 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x09539016 drm_atomic_helper_commit_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0b951ce4 drm_atomic_helper_check_wb_encoder_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0cb25fcd drm_fb_xrgb8888_to_mono +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0cb9a5c6 drm_fb_helper_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0e175564 drm_fb_helper_output_poll_changed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1214a242 drm_gem_fb_end_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x127a8c6b drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1674fcef drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x17a38564 drm_atomic_helper_check_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x18665ceb drm_crtc_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x18911e37 drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1b9ea79b drm_fb_blit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1c4efdcc drm_fb_xrgb8888_to_gray8 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21270662 drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x216e1a1c drm_self_refresh_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21d541eb drm_flip_work_queue_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x22482e08 drm_gem_fb_create_handle +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x25799a86 __drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2694abbb drm_fb_helper_deferred_io +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x26a9f7d0 drm_atomic_helper_wait_for_fences +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x26d0a171 drm_atomic_helper_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x27819133 drm_gem_simple_kms_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x28748ee9 drm_atomic_helper_commit_duplicated_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2a34ad0f __drm_atomic_helper_crtc_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d2403af drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d858a5a drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2f82e5c4 __drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x30036ddf drm_atomic_helper_disable_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x30e8e552 drm_atomic_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3169d93a drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x36846177 drm_gem_simple_kms_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x372d489a drm_atomic_helper_wait_for_flip_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3778637b drm_atomic_helper_fake_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x383df2cf __drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x391ca717 __drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3a336164 drm_fb_helper_set_suspend_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3ad4aa57 drm_gem_simple_kms_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3adeb43f drm_mode_config_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3be36061 drm_connector_helper_get_modes_from_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3e156fb9 drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x42162825 drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x425fb729 __drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4323ba7a drm_fb_helper_unregister_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x43f9cbee drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x440be795 drm_fb_xrgb8888_to_xrgb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x452eea3b __drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x455b0491 __drm_atomic_helper_connector_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x462a039e drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4be0c4ff devm_drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4c3e446c drm_atomic_helper_commit_tail_rpm +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4e02d088 drm_fb_xrgb8888_to_rgb888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4f9f6a8f drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4fcf51c1 drm_atomic_helper_connector_tv_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x50768b89 drm_helper_probe_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x538e3970 drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x53e24626 drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5542443b drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x55ca52d7 drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x569aeb7c drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x56a4dbeb drm_plane_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x57d111ce drm_fb_helper_alloc_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x585e2bc7 drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x594fa4a6 drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a4734d1 drm_kms_helper_is_poll_worker +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5c8e94e2 drm_bridge_is_panel +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5f0e0d84 drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5fc23c79 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x61696c66 drm_self_refresh_helper_alter_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6199d648 drm_atomic_helper_wait_for_vblanks +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x62c5dd47 drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x62ec1d5c drm_fb_helper_damage_range +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6453802a drm_atomic_helper_async_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x64c59e2b drm_atomic_helper_page_flip_target +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x67738014 drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x696fd41c drm_atomic_helper_connector_tv_margins_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6abe901c drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b5c2b06 drm_atomic_helper_damage_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6d7e216e drm_mode_config_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e30ba8e drm_rect_rotate_inv +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e630dcf drm_fb_xrgb8888_to_rgb565 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e89fc44 __drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6ec80b55 drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6ffd1d56 __drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7007bfc1 drm_connector_helper_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x70e51572 drm_plane_helper_update_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x71750c51 drm_atomic_helper_commit_tail +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x71b14406 drm_connector_helper_tv_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x769494e2 drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x76f7a0cf drmm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7875c1e6 __drm_atomic_helper_plane_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x78adb23c drm_gem_fb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x798e112f drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7bf88e4f drm_panel_bridge_set_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7d8abeea drm_fb_helper_fill_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7edeb229 drm_atomic_helper_dirtyfb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7f1fc951 drm_gem_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8141f5ab drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x842dd90c drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x86b3739a drm_helper_force_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8894e6f6 drm_atomic_helper_update_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x88aaf47b drm_fb_xrgb8888_to_argb8888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x88b11e18 drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8c38eeda drm_fb_helper_release_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8cee07cb __drm_atomic_helper_private_obj_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8cfe2948 drm_gem_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8f9b2292 __drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91ff9013 drm_fbdev_generic_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x93efab96 drm_fb_helper_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x945a1ed8 drm_atomic_helper_commit_modeset_disables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99fd20aa drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9a167636 drm_gem_fb_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9b171bb0 drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9b38894d drm_atomic_helper_commit_cleanup_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9c43a217 drm_crtc_helper_mode_valid_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9d821d89 drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9e8cb35e drm_fb_swab +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9fd9a6ea drm_connector_helper_get_modes_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa1447b2c drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa27d4af8 drm_atomic_helper_async_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa40c932b drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa580cd37 drm_fb_build_fourcc_list +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa6528bb4 __drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaaf26736 drm_fb_helper_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaf04ceaf drm_panel_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb053adda drm_rect_rotate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb44afe5e drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb4776cb3 drm_gem_fb_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb4b808be drm_fb_xrgb8888_to_xrgb1555 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb6a6b711 drm_fb_clip_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb8c22afe drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb8ceff00 drm_atomic_helper_check_plane_damage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb90f7088 drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb996753f drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbb26813e drm_atomic_helper_commit_modeset_enables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbbf0d79c drm_fb_helper_lastclose +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbde725d2 drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbe2ff64f drm_plane_helper_disable_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbf26a43d drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbf3eec56 drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc2655144 drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc3d6c4a0 drm_atomic_helper_connector_tv_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc40091f5 drm_atomic_helper_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc40d7367 drm_fb_xrgb8888_to_argb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc4c49a57 drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc570c3ff drm_atomic_helper_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc5c79345 drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc610e8af drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc6323239 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc6aa1aaf drm_simple_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc7cdec42 drm_atomic_helper_page_flip +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc8e79c59 drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcaaf4b21 drm_atomic_helper_cleanup_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcb2340b8 drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcb4d7c30 drm_simple_display_pipe_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcb767137 drm_self_refresh_helper_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcc0d0620 drm_gem_simple_kms_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcc1bdc79 drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcdff8df9 drm_atomic_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcec353f0 __drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf11a549 drm_flip_work_allocate_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd0e4416b drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd1ac871e drm_fb_helper_damage_area +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd2719eeb drm_atomic_helper_update_legacy_modeset_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd3cd721d drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd479dfb3 __drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd5ed3629 drm_atomic_helper_bridge_propagate_bus_fmt +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd83e5e2c drm_simple_display_pipe_attach_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xda5228f2 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xda7c8fde drm_atomic_helper_damage_iter_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdc27da05 drm_plane_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdf8acb31 drm_atomic_helper_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe0242bcd drm_panel_bridge_connector +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe0b3adf8 __drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe30b94da drm_atomic_helper_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe399e427 drm_atomic_helper_check_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe3e082c6 drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe433d099 drm_fb_xrgb8888_to_rgba5551 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe4cfe0e3 drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe4fe9b13 drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe50f7457 drm_atomic_helper_unprepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe56a882f drm_fb_helper_set_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe58abd77 drm_atomic_helper_bridge_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe72e30e9 drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe8d8053c drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xea38f5a1 drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeaa15236 drm_atomic_helper_commit_hw_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeb57a5fc drm_gem_fb_begin_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeda44989 drm_atomic_helper_prepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xedc64f77 drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xee3042e9 drm_fb_xrgb8888_to_argb1555 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xee584998 drm_atomic_helper_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeefb5392 __drmm_simple_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf0422d3e __drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf0431ba6 drm_atomic_helper_check_crtc_primary_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf0a3c6e9 drm_atomic_helper_swap_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf0db9b67 drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf36dba92 drm_fb_memcpy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf54417cb drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf9722a4d drm_kms_helper_poll_reschedule +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfa137aaf drm_atomic_helper_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfeb8a4f5 drm_connector_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xff52d99b drm_atomic_helper_check_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xff8ed9d5 drm_kms_helper_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x02b781d1 mipi_dbi_hw_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x06d297ea mipi_dbi_pipe_duplicate_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x086347e7 mipi_dbi_command_read +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x0a32aa64 mipi_dbi_dev_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x104f9b0f mipi_dbi_pipe_end_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x16d3e1b8 mipi_dbi_pipe_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x21139e1b mipi_dbi_enable_flush +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x2736e88b mipi_dbi_command_stackbuf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x31ca12d4 mipi_dbi_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x3279a129 mipi_dbi_pipe_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x5a4f3114 mipi_dbi_display_is_on +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x6024f083 mipi_dbi_dev_init_with_formats +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x6c64ca00 mipi_dbi_poweron_conditional_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x7c1652f8 mipi_dbi_command_buf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x8a74372b mipi_dbi_spi_cmd_max_speed +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x8e8fc0b9 mipi_dbi_spi_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x9bb34b03 mipi_dbi_pipe_update +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xa14349f3 mipi_dbi_poweron_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xae68e711 mipi_dbi_spi_transfer +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xba559920 mipi_dbi_buf_copy +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xbdb506d6 mipi_dbi_pipe_reset_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xd49d1bd1 mipi_dbi_pipe_begin_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xfdb4d270 mipi_dbi_pipe_destroy_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x351e19b1 drm_gem_shmem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x3a034c2a drm_gem_shmem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x42af03ea drm_gem_shmem_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x4e0399d1 drm_gem_shmem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x63f39281 drm_gem_shmem_purge_locked +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x708bc8dd drm_gem_shmem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x74038683 drm_gem_shmem_madvise +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xa94ae9d3 drm_gem_shmem_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xb2e50ac6 drm_gem_shmem_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xced885a9 drm_gem_shmem_purge +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0x048a510f drm_suballoc_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0x0bad1988 drm_suballoc_new +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0x8debd4c9 drm_suballoc_free +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0xcfea1bec drm_suballoc_dump_debug_info +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0xdd9c3522 drm_suballoc_manager_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x1b36dac6 drm_gem_ttm_dumb_map_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x3c9cb41a drm_gem_ttm_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x6aedae1a drm_gem_ttm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xb293bdd4 drm_gem_ttm_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xc8892b3e drm_gem_ttm_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x023f076c drm_gem_vram_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x12c9cade drm_gem_vram_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x2d75acff drm_gem_vram_plane_helper_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x33e6de6f drm_gem_vram_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x53a67924 drm_gem_vram_plane_helper_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x7921c0e1 drm_vram_mm_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x808a177d drm_gem_vram_driver_dumb_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x9084ec63 drmm_vram_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x9edda79c drm_gem_vram_simple_display_pipe_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x9f5adc45 drm_gem_vram_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xa04ade8f drm_gem_vram_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xa96f7a3a drm_gem_vram_fill_create_dumb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xbf612819 drm_gem_vram_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xcbc2ceb7 drm_gem_vram_put +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xd0dad53b drm_vram_helper_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xd51262a6 drm_gem_vram_vunmap +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x029e2563 drm_sched_job_cleanup +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x046c5048 drm_sched_fault +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x0528b0fc drm_sched_entity_flush +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x15eb0cf2 drm_sched_job_add_resv_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x1a8a0186 drm_sched_job_add_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x1b6ea45e to_drm_sched_fence +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x2084730b drm_sched_increase_karma +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x3a571654 drm_sched_entity_modify_sched +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x3c35b5aa drm_sched_entity_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x43c8fef5 drm_sched_stop +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x4d18bb65 drm_sched_entity_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x5f314eeb drm_sched_entity_push_job +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x673f44ee drm_sched_entity_set_priority +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x6d4c396d drm_sched_suspend_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x785c7b17 drm_sched_job_add_syncobj_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x794bced9 drm_sched_job_add_implicit_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x8086fd08 drm_sched_start +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x93bc861d drm_sched_resume_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xa6d9e707 drm_sched_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xaa253320 drm_sched_job_arm +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xc3aa2869 drm_sched_entity_destroy +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xd1816315 drm_sched_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xd863bd2d drm_sched_resubmit_jobs +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xde26b645 drm_sched_pick_best +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xeb7a0b94 drm_sched_job_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xf5d164dc drm_sched_entity_error +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x01444ee2 ttm_sg_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x081e8624 ttm_device_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x09784159 ttm_bo_init_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0a72bb99 ttm_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0bbfeae4 ttm_resource_manager_evict_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x18ae9a3a ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1a71d30c ttm_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1d9598e7 ttm_resource_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1e241246 ttm_bo_vm_fault +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x22aa1c7d ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2682fc8d ttm_bo_eviction_valuable +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x280f2875 ttm_pool_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2af7ddc7 ttm_bo_vmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x33885ada ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3e4b8345 ttm_bo_vm_fault_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x407feca9 ttm_agp_bind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x42f82183 ttm_bo_vm_access +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x44b63373 ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4a757222 ttm_bo_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4db8f3b7 ttm_resource_manager_debug +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4f40c1fa ttm_resource_manager_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x50defbd2 ttm_bo_set_bulk_move +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5204d864 ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x56fa36c9 ttm_resource_manager_create_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5fbf1ccd ttm_pool_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6069fd88 ttm_pool_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x633a3e74 ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x64ba1cc4 ttm_bo_move_to_lru_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6721d442 ttm_kmap_iter_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x69cc2943 ttm_tt_pages_limit +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6a847134 ttm_kmap_iter_iomap_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6ef8c0e3 ttm_agp_is_bound +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6fcffad5 ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x72e1c54f ttm_bo_vunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x73d71f34 ttm_device_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7725659d ttm_range_man_init_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7b5195cc ttm_bo_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8828402b ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x89b7f819 ttm_bo_pin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8bdc6065 ttm_glob +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x91740f3b ttm_pool_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9ac85f2e ttm_bo_init_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9b843c42 ttm_lru_bulk_move_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9b9cf03b ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9bb5e5ef ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa28549d0 ttm_bo_vm_open +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa803833e ttm_resource_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb25991bc ttm_resource_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb3c809b7 ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb8661469 ttm_bo_vm_dummy_page +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbe9d94ba ttm_agp_destroy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbef482c4 ttm_agp_tt_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc662f2cd ttm_pool_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc803ddf8 ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc8e157dc ttm_bo_move_sync_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xce6f2f31 ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd010dd19 ttm_device_clear_dma_mappings +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd7d6ca2f ttm_bo_vm_close +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdd515426 ttm_agp_unbind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe1ab3ce2 ttm_resource_manager_usage +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe5a5fdcc ttm_bo_unpin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe7aabd1c ttm_lru_bulk_move_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe8ede3eb ttm_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe9c5d5b9 ttm_range_man_fini_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xeb5062db ttm_bo_wait_ctx +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xfef0e75a ttm_bo_vm_reserve +EXPORT_SYMBOL drivers/hid/hid 0x56046c2d hid_bus_type +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x02853ad6 ishtp_cl_link +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x06a678e6 ishtp_trace_callback +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x0ec047c5 ishtp_start +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x10b2ef30 ishtp_get_ishtp_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x1155a021 ishtp_cl_rx_get_rb +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x2c60dfaa ishtp_dev_to_cl_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x2f8d6dc3 ishtp_fw_cl_by_uuid +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x35f1ad37 ish_hw_reset +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x3b19da24 ishtp_cl_set_fw_client_id +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x48c88c2f ishtp_get_client_data +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x4abbda1f ishtp_cl_send +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x4e84cb40 ishtp_set_connection_state +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x550e646d ishtp_cl_driver_register +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x58a1f931 ishtp_cl_flush_queues +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x5f9b0501 ishtp_get_fw_client_id +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x64f81880 ishtp_cl_tx_empty +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x6787b674 ishtp_put_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x6f991d66 ishtp_set_drvdata +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x762e8153 ishtp_cl_unlink +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x76553075 ishtp_cl_io_rb_recycle +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x77e713eb ishtp_register_event_cb +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x7aa9f18c ishtp_cl_connect +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x8000e19f ishtp_send_suspend +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x8243ca0d ishtp_cl_disconnect +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x82d01fa7 ishtp_cl_free +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x8a200cc9 ishtp_set_client_data +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x985746f8 ishtp_get_drvdata +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0x98b6309c ishtp_set_tx_ring_size +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xa348d24d ishtp_send_resume +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xa64b63af ishtp_device_init +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xa6b54702 ishtp_cl_allocate +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xa71c2077 ishtp_reset_compl_handler +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xa84b1057 ishtp_set_rx_ring_size +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xaae3ec84 ishtp_get_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xab288ebb ishtp_cl_get_tx_free_rings +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xad13de6e ishtp_get_pci_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xbfe1b2f6 ishtp_bus_remove_all_clients +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xc0533ca3 ishtp_cl_get_tx_free_buffer_size +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xc8dbcde6 ishtp_reset_handler +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xd3404ec7 ishtp_device +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xd6a81cf3 ishtp_fw_cl_get_client +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xe07de4a6 ishtp_recv +EXPORT_SYMBOL drivers/hid/intel-ish-hid/intel-ishtp 0xe3092109 ishtp_cl_driver_unregister +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x05a5a06e vmbus_sendpacket +EXPORT_SYMBOL drivers/hv/hv_vmbus 0xa342ee32 vmbus_recvpacket +EXPORT_SYMBOL drivers/hv/hv_vmbus 0xe75efcdd vmbus_sendpacket_getid +EXPORT_SYMBOL drivers/hwmon/adt7x10 0x40e0c0a7 adt7x10_dev_pm_ops +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x2f9e7f8e vid_which_vrm +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x446615bd vid_from_reg +EXPORT_SYMBOL drivers/hwmon/ltc2947-core 0xfd4c5f6f ltc2947_pm_ops +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x01568393 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x96ec3b26 sch56xx_read_virtual_reg12 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xaa17a737 sch56xx_write_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xb37b9b81 sch56xx_read_virtual_reg16 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xf59c9a25 sch56xx_watchdog_register +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x25073297 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x84afc5c3 i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xf655325e i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x7c475a1c i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x7ed13b84 i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0x9f22a541 amd756_smbus +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x10a4c688 qcom_adc5_hw_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x1fcd0103 qcom_adc_tm5_gen2_temp_res_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x39885d6b qcom_adc_tm5_temp_volt_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x401dc869 qcom_vadc_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x47f699dd qcom_adc5_decimation_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x4e64cdb9 qcom_adc5_hw_settle_time_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x53546ecd qcom_adc5_avg_samples_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x70e6eca1 qcom_vadc_decimation_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0xc61e7a34 qcom_adc5_prescaling_from_dt +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0x07c54af5 iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0x98146fae iio_triggered_buffer_setup_ext +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x5b9a57c9 iio_kfifo_free +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0xe67bacf7 iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/imu/fxos8700_core 0xd2ec1e90 fxos8700_regmap_config +EXPORT_SYMBOL drivers/iio/industrialio 0x14e11d96 iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0x14fcc41e iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x1a7bccbf __iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0x1fa1a573 iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0x26712bc4 iio_trigger_poll_nested +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x4518dc24 iio_trigger_set_immutable +EXPORT_SYMBOL drivers/iio/industrialio 0x51b4d274 iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0x7ba882ca iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0x92fdd85f iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0xa23583fc iio_trigger_using_own +EXPORT_SYMBOL drivers/iio/industrialio 0xb3f3e968 __iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xb5bfbb03 iio_read_mount_matrix +EXPORT_SYMBOL drivers/iio/industrialio 0xc014d800 iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xc73ac4b5 iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0xccf5ef5b iio_trigger_validate_own_device +EXPORT_SYMBOL drivers/iio/industrialio 0xcf7ca422 iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0xd613b34d iio_get_time_ns +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xec1d1167 iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0xf300fd15 iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0xf8a3f2f1 iio_device_get_clock +EXPORT_SYMBOL drivers/iio/industrialio 0xfaf5ae12 iio_device_set_clock +EXPORT_SYMBOL drivers/iio/industrialio 0xffe63b3f iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio-configfs 0x0a950492 iio_configfs_subsys +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x3b88c3e3 iio_register_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xb1426bab iio_sw_device_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xbfbf0153 iio_unregister_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xbfdaab3b iio_sw_device_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x1bfac84f iio_sw_trigger_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x696e6b06 iio_register_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xc501509b iio_unregister_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xd6bba1c0 iio_sw_trigger_destroy +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x367c0e77 iio_triggered_event_setup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x49c24046 iio_triggered_event_cleanup +EXPORT_SYMBOL drivers/iio/pressure/bmp280 0x4ee0cbda bmp280_dev_pm_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x08bf9192 ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x0f897437 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x20389c9f ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x262c1d9d ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x333f1c10 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x33fcee1c ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x35797509 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x448df126 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x66a80364 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x69824a14 ibcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9c9c982e ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa6f08d40 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc4c4f585 ib_cm_insert_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc7667795 ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf2e8caa5 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf4e04a64 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00ccd732 rdma_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00cd25ea ib_get_rdma_header_version +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x031c315a ib_dma_virt_map_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x04ccfafe ib_advise_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x05f711fc rdma_umap_priv_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x06a80167 rdma_nl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x077d43f9 ib_dealloc_pd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x09a435a9 rdma_nl_put_driver_u64_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c86f5cb ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0d0a47d5 rdma_nl_stat_hwcounter_entry +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0d18ef38 rdma_move_grh_sgid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0d3354a6 rdma_alloc_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0e65ae69 ib_init_ah_attr_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0ef81e25 ib_mr_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0fbab5b3 ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1243fae3 rdma_alloc_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x142d9bc9 rdma_user_mmap_entry_get_pgoff +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x186527f2 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x19758006 ib_cq_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1bda09ee ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1d19bdd5 ib_alloc_mr_integrity +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1ec9d0ba ib_get_cached_subnet_prefix +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1f2038aa rdma_nl_unicast_wait +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1f9aa51a ib_set_device_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1fe55bbe ib_dealloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x21eb5297 ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22a48dc8 rdma_restrack_new +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x278eb203 rdma_nl_put_driver_u64 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x289e6de4 ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x29f5a468 rdma_restrack_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2bfe38e2 rdma_rw_ctx_wrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2e605230 __ib_alloc_cq_any +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ea51b12 ib_get_device_fw_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2fa60e17 rdma_replace_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x305e5701 rdma_addr_size_kss +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3238981f ib_map_mr_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x33739f29 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x35c8aa5d ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x36be10c9 ib_mr_pool_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x392ee38a ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3a17b9d0 rdma_hold_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3ac2c99d __ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3b843092 ib_port_immutable_read +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3c133930 ib_drain_sq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3dd5a9aa rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3e46b85a rdma_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fc2387c ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x40c9602f ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4158fde1 ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x430a63fe ib_get_cached_port_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x434c5d10 zgid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x439ce33c ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x448db00a rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x44eaa0bd rdma_user_mmap_entry_insert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45fb8985 rdma_nl_chk_listeners +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x46f6e9e9 rdma_query_gid_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4818b9c0 ib_get_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4c886302 rdma_destroy_ah_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4dc56e34 rdma_user_mmap_io +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e155af0 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e6ad96c ib_port_sysfs_get_ibdev_kobj +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e90435c ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x501349a0 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x512b7fe8 rdma_read_gid_hw_context +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5135a1d5 ib_set_vf_link_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5154b36d ib_drain_rq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x54072614 rdma_rw_ctx_post +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55bb02f3 ib_cache_gid_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x564c6845 rdma_restrack_get_byid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58df5b94 ib_get_gids_from_rdma_hdr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x592290a8 ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x59d89018 rdma_user_mmap_entry_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5a2d3628 ib_init_ah_attr_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5b1c4fa7 ib_qp_usecnt_dec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5c27e096 ib_get_vf_stats +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5d7ee8dc ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5d8f02ce rdma_user_mmap_entry_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5da8e2c6 rdma_create_user_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x609da290 rdma_restrack_add +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61373fd2 __rdma_block_iter_next +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x613b1e2e ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61917aa0 ib_mad_kernel_rmpp_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61cff791 ib_modify_qp_with_udata +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61d24c52 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x62e3c43a rdma_user_mmap_entry_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x64e60583 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6608dc44 ib_get_vf_config +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x66789a25 rdma_restrack_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x67840bd9 ib_port_register_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x680e3cfd __rdma_block_iter_start +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x68b9fc83 ib_destroy_wq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6a587a3a ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6ae8fc0c ib_mr_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b235a2d rdma_rw_mr_factor +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b958320 ib_ud_ip4_csum +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f3614b6 rdma_is_zero_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x702f5a1f ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x70807834 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73baf9a2 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7450f270 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75a729a0 rdma_nl_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x76f802b8 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x780174b1 rdma_read_gid_attr_ndev_rcu +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x787ccc4c ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7c0fe771 ib_destroy_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7cf29b9f ib_drain_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7dc5fa4f ibdev_warn +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7de658a3 rdma_roce_rescan_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7fa4ec62 _ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8225a819 ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8264d727 rdma_restrack_del +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x840d4fd9 ib_rdmacg_uncharge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x88f430d7 ib_create_qp_kernel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8aa2513c ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8b2ec3c2 __ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8b471fd1 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8bf9a12f rdma_find_gid_by_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8f1c1144 ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90e807c7 ib_cache_gid_parse_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9235b915 rdma_restrack_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x928db152 rdma_copy_src_l2_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x931a21da ib_alloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9350cacd rdma_restrack_set_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x938b6556 rdma_link_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x95b615d8 ibdev_info +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x969e16ff rdma_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9726a3f4 ib_destroy_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x978ca528 ibdev_emerg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x97b66412 ib_unregister_device_queued +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x98f954c9 ib_reg_user_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9962650f roce_gid_type_mask_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x99a6f959 ibdev_alert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x99f70cba ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9ac53e1a ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9ae0adcb rdma_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9b82d559 ib_device_get_by_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9c25326a ib_device_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9d317bc7 ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9e7a03b8 ib_map_mr_sg_pi +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9ec93f9f ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa5081e55 ib_set_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa552f368 ibdev_err +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa61ba517 rdma_get_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa7a7571e ib_device_set_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa8fb7a14 ib_alloc_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaad5bce2 rdma_rw_ctx_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaad6ff70 ib_port_unregister_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae956dce ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaeb93948 rdma_move_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaf44e2f6 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaf946bfb rdma_nl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb0c29071 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb2aa532a __ib_alloc_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4c40040 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4ef7a9b ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb53b4bbc rdma_nl_put_driver_u32_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb6282bf0 ib_create_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb6288daf ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7852a05 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7b223b7 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb8076647 ib_create_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb8b73379 ib_free_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb98f21ab rdma_destroy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xba1992d8 ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xba5174e5 rdma_dev_access_netns +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xba6315d3 ib_destroy_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xba9fa0d3 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbdb21f0d ibdev_printk +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbfd47ff0 ib_create_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc01f5cb5 rdma_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc06dcf4e ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc2b65e99 ib_unregister_device_and_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc37a7039 ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc59a75a0 rdma_nl_put_driver_string +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc6b0d0c1 ib_create_qp_security +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc75d8ca7 ibdev_notice +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8c55dd2 ib_rdmacg_try_charge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8d38664 rdma_free_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc93d4fd4 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xca515933 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcb7eeca3 rdma_restrack_parent_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcbfd8014 rdma_read_gid_l2_fields +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xce9e787f rdma_user_mmap_entry_insert_range +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd017ac43 ibdev_crit +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0478dc4 ib_unregister_driver +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0ad7eb1 ib_get_net_dev_by_params +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd21a9127 rdma_copy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd21bb37a ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd30bca08 ib_get_eth_speed +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd4d4a260 ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd53014b0 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd5e31d36 ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6636ca6 rdma_addr_size_in6 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6a80fc3 ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda7e8927 rdma_nl_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xddc4a31b rdma_set_cq_moderation +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdead12b0 rdma_init_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdedb18fd ib_qp_usecnt_inc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe297b3d8 ib_sg_to_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe3a64574 rdma_rw_ctx_signature_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe4589a19 ib_device_get_by_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5840ec6 ib_wc_status_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7b07ed2 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7b52e5f mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe90a3046 rdma_put_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9e799fc ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf18c3483 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf1e93cce ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf1ffd915 rdma_link_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf2642559 ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf2afc922 rdma_rw_ctx_destroy_signature +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf2b01845 rdma_nl_put_driver_u32 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5dedb30 rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6ed3334 ib_event_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6fda550 ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf87fce53 ib_mr_pool_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfb3da3a8 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfca55040 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfce3e1a1 ib_process_cq_direct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfd70d3f0 ib_cq_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfeae53bf rdma_rw_ctx_init +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x003d7871 ib_umem_dmabuf_get_pinned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x09333699 flow_resources_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0ae8acb2 ib_umem_dmabuf_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0aec1699 ib_umem_odp_alloc_child +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0b6c85ef flow_resources_add +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x101dac68 ib_umem_dmabuf_unmap_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x16d5f66b uverbs_get_flags64 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x175475fe ib_umem_odp_unmap_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2458017e uverbs_uobject_put +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2b04437a uverbs_copy_to +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x34892f2e ib_umem_odp_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x36c34dc6 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5d202176 ib_umem_dmabuf_map_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x670a8741 uverbs_fd_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x688c0293 ib_umem_find_best_pgsz +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x6a013133 ib_uverbs_get_ucontext_file +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x71b13bc4 ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x754b0000 ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x75b13b71 uverbs_get_flags32 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x762bb00f uverbs_idr_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7fb4c1dc _uverbs_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7ff7d8a3 ib_umem_odp_map_dma_and_lock +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x96e18172 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9b2f7392 ib_umem_odp_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xaa33ac17 uverbs_copy_to_struct_or_zero +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xacd66cb2 uverbs_uobject_fd_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xacec4d3a _uverbs_get_const_signed +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb5c391c7 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc404b370 ib_umem_copy_from +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xcf0a0786 ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd49f6dad uverbs_destroy_def_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd4af2554 ib_uverbs_flow_resources_free +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd81ef9ef _uverbs_get_const_unsigned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xed37c152 uverbs_finalize_uobj_create +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xff2fd2fd ib_umem_odp_alloc_implicit +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x2f49212f iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x589faffe iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x8e951ff6 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xa9d3451c iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xcec4314b iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xcfb86653 iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xde49b9ad iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xee577b2d iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf3df871f iwcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0231d20d rdma_set_min_rnr_timer +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x024cba03 rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1742ea9d rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x20630633 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x23604ec4 rdma_iw_cm_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2991b14c rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2dfe1d1e rdma_lock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3593b611 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x442ad69d rdma_connect_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x476eb852 rdma_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x49b0f464 rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x54f0ed97 rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x601efb7a rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x62cb9d40 rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x67e26482 rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7688b953 rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8a9ef2a9 rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8c07374d rdma_res_to_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8c3f1f3f rdma_accept_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8e335f56 rdma_set_ack_timeout +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8fdcda28 rdma_consumer_reject_data +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x903c3751 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x907df803 rdma_event_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9431ec86 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x99b4c417 rdma_read_gids +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x99fd8dfc rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9c745097 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa66a9827 rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb241fb19 rdma_unlock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc3253c21 rdma_connect_locked +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd840c20d rdma_create_user_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe0b5d991 __rdma_create_kernel_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe6006ba2 rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf0d49064 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf10c1df0 rdma_set_ib_path +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x05bdf6e6 rvt_qp_iter_next +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x0e385842 ib_rvt_state_ops +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x26da0274 rvt_mcast_find +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x31b073e5 rvt_add_retry_timer_ext +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x326dbe61 rvt_qp_iter +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x32f02e4a rvt_send_complete +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x499c9545 rvt_compute_aeth +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x4f99047b rvt_check_ah +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x59b18072 rvt_invalidate_rkey +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x5a113994 rvt_lkey_ok +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x646317c4 rvt_rkey_ok +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x66348aa1 rvt_init_port +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x6daabc8d rvt_fast_reg_mr +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x6f9dc31e rvt_dealloc_device +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x759d20e6 rvt_comm_est +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x78c62eb9 rvt_copy_sge +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x7f9e7103 rvt_unregister_device +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x8837017a rvt_alloc_device +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x88cd2eb9 rvt_add_rnr_timer +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x984e26ab rvt_get_credit +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0x9fd27cfe rvt_error_qp +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xa09aa54c rvt_qp_iter_init +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xa66afac4 rvt_register_device +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xa82dfdd5 rvt_get_rwqe +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xb22517a5 rvt_rc_error +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xb7ee98b2 rvt_rc_rnr_retry +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xbd5326f1 rvt_ruc_loopback +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xcfe2d71c rvt_del_timers_sync +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xd51924f0 rvt_cq_enter +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xd68e1331 rvt_restart_sge +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xe0936328 rvt_stop_rc_timers +EXPORT_SYMBOL drivers/infiniband/sw/rdmavt/rdmavt 0xe9cf3e43 rvt_rnr_tbl_to_usec +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x44f9f22b rtrs_clt_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x6da44076 rtrs_clt_get_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x7c7d6388 rtrs_clt_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x7c88aae3 rtrs_clt_rdma_cq_direct +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x82afa3cf rtrs_clt_request +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xc79830f8 rtrs_clt_query +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xf1395df4 rtrs_clt_put_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x0629153f rtrs_ib_dev_find_or_add +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x242a8646 rtrs_addr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x6c8de3d0 rtrs_ib_dev_put +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x6dad2dda rtrs_rdma_dev_pd_init +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x887302f3 rtrs_addr_to_sockaddr +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xa0143332 rtrs_rdma_dev_pd_deinit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xe15357ef sockaddr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x0fae8635 rtrs_srv_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x3690a463 rtrs_srv_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x415cf93b rtrs_srv_set_sess_priv +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x568c0104 rtrs_srv_resp_rdma +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x6b773ea1 rtrs_srv_get_path_name +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xa4d8071d rtrs_srv_get_queue_depth +EXPORT_SYMBOL drivers/input/gameport/gameport 0x48c1927c gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x54568b89 gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x5adf2e50 __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x62ac233a gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0x688a8ff0 gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x7dde2088 __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x9ab8d422 gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0xd97ea369 gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0xf403dec3 gameport_unregister_driver +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x07389d60 iforce_init_device +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x157d3275 iforce_send_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0xe82519e7 iforce_process_packet +EXPORT_SYMBOL drivers/input/matrix-keymap 0x61fe6d88 matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0xbf94bcf2 ad714x_pm +EXPORT_SYMBOL drivers/input/misc/ad714x 0xccac931c ad714x_probe +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x892d76b2 cma3000_resume +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x89d9444e cma3000_exit +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0xca3f100a cma3000_suspend +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0xf3e3d3b3 cma3000_init +EXPORT_SYMBOL drivers/input/rmi4/rmi_core 0x55b930e1 rmi_unregister_transport_device +EXPORT_SYMBOL drivers/input/sparse-keymap 0x02346e15 sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0x153091c6 sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0x9720a56c sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0xd54d6504 sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/sparse-keymap 0xf8a361d5 sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x74eaa3ba ad7879_probe +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xbfe10b7e ad7879_pm_ops +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0x00acc2f9 amd_iommu_set_invalidate_ctx_cb +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0x25f1d80e amd_iommu_init_device +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0x3b573ba6 amd_iommu_unbind_pasid +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0x4acf9663 amd_iommu_bind_pasid +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0xde9d7fe1 amd_iommu_set_invalid_ppr_cb +EXPORT_SYMBOL drivers/iommu/amd/iommu_v2 0xf94fa0d4 amd_iommu_free_device +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x285861c5 capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x348b6bdc capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xa026719e capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xaa87e405 attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xe7114bf3 detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0x27c58fd5 isdnhdlc_decode +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0x4644eea5 isdnhdlc_out_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0x5b835a58 isdnhdlc_rcv_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0xef4ee223 isdnhdlc_encode +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x24aac651 mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x8a099871 mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xcc135510 mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xf5c201a4 mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x1a251083 mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x41dda95a mISDNisar_init +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x03a68066 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x0a34e21c recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x15f52876 mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1e9bf8ad recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x26236de8 mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x296d9e51 bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x30d25b0d mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x313b1fde mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3b5df833 mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6047df40 mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x615d67e6 mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x70c57118 mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x756d9689 recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x786c4a8b recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8732f9a3 create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8f4d0156 recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x97f29b6f bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9c2e23c6 queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9c928457 mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xab75eee2 get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xaf87477a mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb8e50676 mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb8ff5c12 mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd285995f mISDN_clock_get +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd5145151 mISDN_FsmEvent +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd5faeffd mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xdf7c6d33 mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe466543b mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe7d69b8d mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xea0188e6 get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf681333c dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x01087af0 mISDN_dsp_element_unregister +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x93df9e4b dsp_audio_law_to_s32 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb07a21b8 dsp_audio_s16_to_law +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb98308d8 mISDN_dsp_element_register +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x54a12ec4 ti_lmu_common_set_ramp +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x7499f8f1 ti_lmu_common_get_ramp_params +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x906331ce ti_lmu_common_get_brt_res +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0xced72aae ti_lmu_common_set_brightness +EXPORT_SYMBOL drivers/md/dm-bio-prison 0x476d2454 dm_cell_key_has_valid_range +EXPORT_SYMBOL drivers/md/dm-log 0x0b31bf9b dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0x3a4f1889 dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0xc8352e71 dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-log 0xe5ffdd25 dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0x36821258 dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x8bfc6ea3 dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0x9100fe4d dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0xa8a7f15a dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0xeb276fb7 dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0xf37c183f dm_snap_origin +EXPORT_SYMBOL drivers/md/raid456 0x53501d8f raid5_set_cache_size +EXPORT_SYMBOL drivers/md/raid456 0xf1f116ce r5c_journal_mode_set +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x1333db1c flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x76838213 flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x793531e3 flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x8244fb95 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xa2c7e49c flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xa490be6a flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xcbe93250 flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xd8e3c65b flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xe41bcb18 flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xe5d5a2f5 flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xeecd36c4 flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xf10a660c flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xf410444c flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/cx2341x 0x15ac1bd0 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/common/cx2341x 0x28240e61 cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/common/cx2341x 0x55aa7c5f cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x5b5cc43e cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x7b4dd2cb cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0x8eb2d897 cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cx2341x 0xa4e2d1d5 cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cx2341x 0xaba4a2f5 cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0xdbc5583a cx2341x_update +EXPORT_SYMBOL drivers/media/common/cx2341x 0xe1fe1432 cx2341x_log_status +EXPORT_SYMBOL drivers/media/common/cx2341x 0xf93ccdda cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0xce6cbe97 cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0x5e626805 ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0x693e74ba ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/common/tveeprom 0x0dbf0296 tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/common/tveeprom 0x700da4bb tveeprom_read +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x065246b8 frame_vector_create +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x1b700d37 put_vaddr_frames +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x1d5f9555 frame_vector_destroy +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x1d915fe8 vb2_verify_memory_type +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xc5e5573a frame_vector_to_pages +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xdffb744b frame_vector_to_pfns +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xe20dfe0f get_vaddr_frames +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xfb917637 vb2_buffer_in_use +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x6d918804 vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x8d6b8abb vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xb2e004e5 vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xb5b347ef vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xf0d79f46 vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xf83399ae vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-memops 0xc7c2b85f vb2_create_framevec +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-memops 0xccd197c7 vb2_destroy_framevec +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-v4l2 0x0d98bb3c vb2_querybuf +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x08733236 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x0e89d9f8 dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x18acd31f dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x21caf955 dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x25c53e5e dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2b022c93 dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2d78f331 dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2f5cdf80 dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3b93d71a dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3f570758 dvb_remove_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4170a89a dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4681059b dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4a987313 dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x54abe4ff dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5f2b1d95 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6181aec0 dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6a9f708a dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x735dfc33 dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8c54b0f8 dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x90a052bb dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x91a6794b dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9263a063 dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa4235824 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa76f81f6 dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xab40bf47 dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xafd33a76 dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb3352dd2 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb42ce941 dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb450542b dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xbab14e4c dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc3f679f9 dvb_ringbuffer_write_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdba55076 dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe138ce6b dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe18f1711 dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe2cd5474 dvb_device_get +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe7071a30 dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe82eb941 dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xebbc2d9b dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf4253a57 dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfb09f39a dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfb9a826f dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfc6380e5 dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfe77deb5 dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x127ac432 au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x39f86554 au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x463ce08d au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x61a4fe02 au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x97c19c43 au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xa1e0f520 au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xb5473ec8 au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xc63ce56b au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xdb3c26b0 au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x9f3f9112 cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x4339b089 cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x7c722b17 dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xe4789c95 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xeab58704 dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xedcf2857 dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x0e4f8c72 dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x10125de9 dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x1389044a dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x1d940359 dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x42e63c24 dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x46f70c6e dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x50897d23 dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x69a5b0ac dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc06aed9c dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc2d10846 dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc6be6e19 dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xf6e756bf dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xfb55b6af dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x0b85320c dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x1066fcbb dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x3b425b52 dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x4832bf99 dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x87ae3aeb dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x15603142 dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x8ed7814b dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xfdf8f7b5 dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x055d896b dib9000_fw_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x111c5ef5 dib9000_fw_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x1b4bb5e7 dib9000_firmware_post_pll_init +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x5b809c20 dib9000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x75ac65e3 dib9000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x81809cef dib9000_get_component_bus_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x99ae1c00 dib9000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x9deee53e dib9000_set_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xa1f4c9ef dib9000_get_tuner_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xb8ee6046 dib9000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xd001e070 dib9000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xec36eab3 dib9000_fw_set_component_bus_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x04a5eeb0 dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x860764d6 dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x8c452a68 dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xcf46cf73 dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xf6313939 dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x543da618 dvb_dummy_fe_qpsk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0xb629dc4e dvb_dummy_fe_qam_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0xfff38270 dvb_dummy_fe_ofdm_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gl5 0x41b96d0b lgs8gl5_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbh29 0x6c552199 lnbh29_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0xbd93cfa9 m88ds3103_get_agc_pwm +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x54d65d12 s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0x01c533a3 zd1301_demod_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0x7a796445 zd1301_demod_get_dvb_frontend +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x19aa7a42 flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x1da5cc31 flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x401ca01d flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x6c43f9e5 flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x73a82cbb flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x807c73b3 flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x9d59d642 flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x964ade5e bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xcae550ea bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xcf20934c bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xf823e7a5 bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x405606e2 bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8ecf4acc bttv_write_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xa54b913f bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbcf2d2fb bttv_read_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xfdc67d76 bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x093e6cfb dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x37f2b617 dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x43a983fd dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x77c67192 dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x7b144577 read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xa00fd338 dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xaf61f840 write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xd75a7bec rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xea3849ae dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x0425da6d cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x57030094 cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xb0ee5242 cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xc677da9d cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xf84bc690 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x1ab311dc altera_ci_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6ff7510d altera_ci_tuner_reset +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xdb3faf38 altera_ci_release +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xe66b9812 altera_ci_irq +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x0d2d2b14 cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x44b517f5 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xa5546d5d cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xceaa5b57 cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xcf0426d3 cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xd12ea3b8 cx25821_riscmem_alloc +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xd21ddef3 cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe9050411 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xf214da52 cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x76f2a001 vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xaa62a46b vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x0b21467d cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x7d9acdea cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xa78f0edb cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xc571752f cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x04ad06aa cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x4bcdce9b cx8802_start_dma +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x739c5784 cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x8c7d77e3 cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xd2b0fe12 cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xe9656c4f cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xf2aee1db cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x11bc8be3 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1363e8f4 cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1502f882 cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1c78df6a cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1cffab8f cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3465c6c7 cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4204cd2f cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x50deaf2c cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x54588ff9 cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5edb7ae5 cx88_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x806398d5 cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x807dc64f cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8d88137a cx88_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x93597719 cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x973012e3 cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x997274bd cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xbc8e5abd cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc8d6b3e1 cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xcbfff7da cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe7e4dd37 cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xebc24092 cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xece3f329 cx88_core_get +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x0421d01a ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x057a7114 ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x248b9891 ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3eebe655 ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x46c35bd3 ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x5fa0ec7a ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x632c8198 ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x6b802ac4 ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x86b35f75 ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x97afbb08 ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xa88f1d3b ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xbda1c25a ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc4c1f0ff ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xcaa44d80 ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xe30bf0ab ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf1826a16 ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf2fdc405 ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x04e83446 saa7134_tuner_callback +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1211df5d saa7134_devlist +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x353c4695 saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x504f5ed2 saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x56ebd302 saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x59623fc3 saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x730c4be3 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x75b81faa saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x86a9f07c saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x87fe7881 saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x8874649c saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x8f1ad46b saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb64bea4b saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xdeceaf7e saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xe7d6b325 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/radio/tea575x 0x002499d6 snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0x13a3f45b snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0x158b654e snd_tea575x_g_tuner +EXPORT_SYMBOL drivers/media/radio/tea575x 0x5206bcd5 snd_tea575x_enum_freq_bands +EXPORT_SYMBOL drivers/media/radio/tea575x 0x7afcfab8 snd_tea575x_s_hw_freq_seek +EXPORT_SYMBOL drivers/media/radio/tea575x 0xb0dfce94 snd_tea575x_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0xfe66c804 snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/rc/rc-core 0x01098f88 ir_raw_encode_scancode +EXPORT_SYMBOL drivers/media/rc/rc-core 0x2fe55cf5 ir_raw_gen_pd +EXPORT_SYMBOL drivers/media/rc/rc-core 0x7a02ee87 ir_raw_gen_pl +EXPORT_SYMBOL drivers/media/rc/rc-core 0xb5516017 ir_raw_encode_carrier +EXPORT_SYMBOL drivers/media/rc/rc-core 0xc05d4e2f ir_raw_handler_register +EXPORT_SYMBOL drivers/media/rc/rc-core 0xce3696f3 ir_raw_gen_manchester +EXPORT_SYMBOL drivers/media/rc/rc-core 0xe38b7aa2 ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xc0c7f43e fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xe6a66c9f fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x4c48939e tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x23985c00 cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x42753f3b cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x4952ee2c dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x770faa11 dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x796b3f29 dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xa994216c dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xac272993 dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xb5394f72 dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xb962f00a dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xddb9a541 dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xde09978c dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x004ed28d dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x0d565afc usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x1b917619 dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x8b6f5395 dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xc13b58e1 dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xdddfb9bd dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xf57a760b dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x341530cb rc_map_af9005_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x4b9a56a4 af9005_rc_decode +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0xd4e288db rc_map_af9005_table_size +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x12cfdf0e dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x3f315df6 dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x6da274ce dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x93822ecb rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xa3525358 dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xbcde0999 dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xcce44fab dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xd0309b39 dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xf73a3ea5 dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xfcfd2344 dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0x748f9f25 dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0xe53a9b3b dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x92ff6c37 em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xe3fe853d em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x3f2fd032 go7007_register_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x3fe60eab go7007_parse_video_stream +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x603eeae8 go7007_boot_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x871e21fe go7007_update_board +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x93b8cef4 go7007_snd_remove +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x9db2cfaf go7007_alloc +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xc714b7fd go7007_read_addr +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xed6f5710 go7007_snd_init +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xfadf239f go7007_read_interrupt +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x15ec4cd9 gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x237534fa gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x5ada5704 gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x83935995 gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x8d4159ac gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xb46addca gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xc5c22aac gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xe8554925 gspca_resume +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x50e953e5 ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x7b2e522f ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x3969d61e v4l2_async_nf_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x443e1957 v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xaf25c54c v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xb85a3418 v4l2_async_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xc988b172 v4l2_async_nf_init +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xf43868ae v4l2_async_subdev_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x459e133f v4l2_m2m_get_curr_priv +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x5352d022 v4l2_m2m_resume +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x87ec24a9 v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xbd20b2cf v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xcc7c093b v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xf626dd03 v4l2_m2m_suspend +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xffc082be v4l2_m2m_buf_done_and_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x00206323 video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x01e7c37e v4l2_ctrl_request_complete +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x082737e8 v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1e957e7e v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x22306870 __v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x23256799 video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2598ccf6 v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x315de2cf v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x32d43420 v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x35ff98bf v4l2_format_info +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3adbd595 v4l2_field_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3b86cd9a v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3bdd0f94 v4l2_prio_change +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3d9c4466 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x48833b89 v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4a6decbf video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x52181e45 v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x52d5a263 v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x53ef8277 v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x557fefc2 v4l2_query_ext_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x56ed74a1 v4l2_ctrl_request_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5ce741c5 v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5efa99ef v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x61e2ceae v4l2_ctrl_type_op_equal +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x62ae373f v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x662c4f3a __v4l2_ctrl_s_ctrl_string +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7352896f v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7470b49a v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x76816514 __v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7b9cdcc9 v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7f3631c1 v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x81628fa5 __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x83b2c0e5 v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x89e3897d v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8c464e00 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9393cdec video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9766d9f6 video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9a7d84ee v4l2_ctrl_new_fwnode_properties +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa022f53b v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa202a3f1 v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa6895abe v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa83e8014 v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa8864c2f v4l2_ctrl_type_op_validate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xaa956c53 __v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xae2372d8 v4l2_ctrl_type_op_log +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb5a0752d video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbcc9b859 v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbcd9edf3 v4l2_subdev_call_wrappers +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc0f47313 v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc12c6c3c __v4l2_ctrl_modify_dimensions +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc2745441 __v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc292c6ba v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc4da9f18 v4l2_ctrl_type_op_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc7532c25 v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd16d9c01 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd315c983 v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe0475bfb v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe48bf53d v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe50fe77b v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xeb10a0a0 v4l2_ctrl_new_std_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xed285f91 v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf0a5d831 v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf14a3e43 __v4l2_ctrl_s_ctrl_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf2df81f7 v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf50fecbc v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xff40206e v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/memstick/core/memstick 0x0c9e8908 memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0x199305e6 memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x1e81065c memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x287277cb memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x33efb2bf memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x51917597 memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x6f764cb1 memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x755f87ee memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x7a75c14f memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x91c8ae98 memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0xca753fef memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xd7bbe433 memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0xdc4a9b0f memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0xe9362a3d memstick_next_req +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0151d8db mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0d07ccba mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x10097a20 mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1f111df8 mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x22be25f1 mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2c89f6a6 mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2dfa48fc mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x30afba86 mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3cec0428 mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3f08a34b mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x41ef29f1 mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x45115985 mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4b3c7ad7 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502ab2c7 mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5d8d9db3 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5e5f4cda mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x610b257e mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6af3e469 mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x74a0134a mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7cb873d6 mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x8ae16a47 mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x981efe92 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x98cace3d mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa4101d9f mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xab8b5515 mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xae023bee mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb7707a63 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc9815f7d mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xca336230 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xcaf50b00 mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe6c1e126 mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xef907ca4 mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf21c2db1 mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2831dbd6 mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2c47d58a mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3bc4a7a9 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3c85cc25 mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4980fdf0 mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4f5ba1b6 mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4f71b0b2 mptscsih_host_attr_groups +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x66470dbc mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x71e93d93 mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x815ac1fe mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x819827ef mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x845662c5 mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8e79112b mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8f80d6c9 mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9750f745 mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xac14165f mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb11bed8e mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb5a0d58b mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xbee1de2d mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc1b16583 mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc1efd7b8 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc954f195 mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd08d178c mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe041d192 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe1fe5834 mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe5b9c0a2 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xfd133b51 mptscsih_event_process +EXPORT_SYMBOL drivers/mfd/axp20x 0x2059d503 axp20x_device_probe +EXPORT_SYMBOL drivers/mfd/axp20x 0xb8576f25 axp20x_match_device +EXPORT_SYMBOL drivers/mfd/axp20x 0xd65a51a8 axp20x_device_remove +EXPORT_SYMBOL drivers/mfd/dln2 0x0ccd8bac dln2_unregister_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0x234c7c21 dln2_transfer +EXPORT_SYMBOL drivers/mfd/dln2 0x4d896d1d dln2_register_event_cb +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x05eee80d mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x26b5fa0d mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x26c19cb0 mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x33440863 mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x567a9bd1 mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x691f84b5 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x8497015d mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xad983c6f mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xbd70f957 mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xdc617eb2 mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xee19603f mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/tps65010 0x02d4ad0f tps65013_set_low_pwr +EXPORT_SYMBOL drivers/mfd/tps65010 0x0c6ad2cf tps65010_config_vdcdc2 +EXPORT_SYMBOL drivers/mfd/tps65010 0x28485130 tps65010_config_vregs1 +EXPORT_SYMBOL drivers/mfd/tps65010 0x33739de7 tps65010_set_vib +EXPORT_SYMBOL drivers/mfd/tps65010 0x9fd44c69 tps65010_set_led +EXPORT_SYMBOL drivers/mfd/tps65010 0xb14080cc tps65010_set_low_pwr +EXPORT_SYMBOL drivers/mfd/tps65010 0xd5bb106d tps65010_set_vbus_draw +EXPORT_SYMBOL drivers/mfd/tps65010 0xe99b3f36 tps65010_set_gpio_out_value +EXPORT_SYMBOL drivers/mfd/wm8994 0x1bc46e7b wm8958_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x29fed5e2 wm8994_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x5ced156e wm8994_irq_exit +EXPORT_SYMBOL drivers/mfd/wm8994 0x84a66c56 wm1811_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0xddf05010 wm8994_irq_init +EXPORT_SYMBOL drivers/mfd/wm8994 0xde5fb8a5 wm8994_base_regmap_config +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x98119d8f ad_dpot_probe +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xa0dcc732 ad_dpot_remove +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x5bafa76e altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x7122e222 c2port_device_unregister +EXPORT_SYMBOL drivers/misc/c2port/core 0xcbbeeb24 c2port_device_register +EXPORT_SYMBOL drivers/misc/mei/mei 0x0bb25295 __SCT__tp_func_mei_reg_write +EXPORT_SYMBOL drivers/misc/mei/mei 0x14dc7949 __SCT__tp_func_mei_pci_cfg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0x15f861ba __traceiter_mei_reg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0x163ebecb __tracepoint_mei_reg_write +EXPORT_SYMBOL drivers/misc/mei/mei 0x1a52e879 __tracepoint_mei_reg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0x3b0a488d __SCT__tp_func_mei_reg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0x3de26b70 __tracepoint_mei_pci_cfg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0x59215954 __traceiter_mei_pci_cfg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0xa325e764 __traceiter_mei_reg_write +EXPORT_SYMBOL drivers/misc/mei/mei 0xa8d273ac __SCK__tp_func_mei_reg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0xc3c23f21 __SCK__tp_func_mei_pci_cfg_read +EXPORT_SYMBOL drivers/misc/mei/mei 0xe035180b __SCK__tp_func_mei_reg_write +EXPORT_SYMBOL drivers/misc/tifm_core 0x05ae40ac tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x0ae1b5eb tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x0ffb277f tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x30c88d7d tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x3651d2e8 tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x572677eb tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x609bb7c6 tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x7e83a62a tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0x942d346b tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0xb63b8bbf tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0xcf53f038 tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xd98948af tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xdf8c0102 tifm_free_device +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x12c3ddbe cqhci_resume +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x384f41a7 cqhci_irq +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x57fb5d86 cqhci_pltfm_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xba47be31 cqhci_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xfd891903 cqhci_deactivate +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x58eca13a mmc_spi_put_pdata +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0xa4ec7803 mmc_spi_get_pdata +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x0845fed9 cfi_build_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x3a6fe114 cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x531d2489 cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x74fd1972 cfi_build_cmd_addr +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x958b46b3 cfi_merge_status +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xb029b51e cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xbfffc93d cfi_send_gen_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xff9fa623 cfi_udelay +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xca29fcd0 unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xf26ab78d do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xf35c6df1 map_destroy +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xf9ff6b27 register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0xab404164 mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0xfe209a86 lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0xde77b0a4 simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0x05cf4f1a mtd_concat_create +EXPORT_SYMBOL drivers/mtd/mtd 0xfd722371 mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x0843d10b nand_ecc_is_strong_enough +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x11cebc6e of_get_nand_ecc_user_config +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x1a6cd310 nand_ecc_sw_bch_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x27d0cde1 nand_ecc_get_sw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x32479c93 nand_ecc_get_on_die_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x3ceded8d nand_ecc_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x3eff60a7 nand_ecc_unregister_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x47a89d20 nand_ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x5614beb0 nand_ecc_sw_bch_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x58264cf7 nand_ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x79a4c505 nand_ecc_prepare_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x7c0f85bb nand_ecc_sw_bch_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x7c930012 nand_ecc_put_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x895727b9 nand_ecc_register_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x89b64a35 nand_ecc_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x9bee2c26 nand_ecc_sw_bch_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x9d2cf60a nand_ecc_sw_hamming_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x9fce2a84 nand_ecc_finish_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xa0594cca nand_ecc_sw_hamming_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xa08babde nand_ecc_get_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xcae831c6 nand_ecc_sw_hamming_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xce5a08f2 nand_ecc_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xe6db989b ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xff4351b0 ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0x047be76e onenand_addr +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0x1bb284ac flexonenand_region +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x30db096f denali_calc_ecc_bytes +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0xa4bb78e8 denali_remove +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0xed2cad73 denali_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x1096fb8b rawnand_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x10af7049 rawnand_dt_parse_gpio_cs +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x207592d7 nand_write_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x2c85bffc rawnand_sw_bch_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x398e4ac6 nand_scan_with_ids +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x57edb2dd nand_monolithic_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x62737de6 nand_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x647ffc5b nand_create_bbt +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x6524436c nand_get_set_features_notsupp +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8ea56697 rawnand_sw_bch_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8ecbb3b8 nand_check_erased_ecc_chunk +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xb46d5156 nand_read_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xb660e241 rawnand_sw_hamming_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xbef1fe34 nand_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xc48314ae rawnand_sw_hamming_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xd310204d rawnand_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xf800ed46 nand_monolithic_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xf9172989 rawnand_sw_bch_correct +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x1461e2ec arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x327c7146 arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x96c7ee4d arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x973f6d10 arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x9c6726f4 alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xa262ac1d arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xa4b75c99 free_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xb33ba847 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xc452d648 arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xe99672e0 arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xfc5b90cb arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x67f85a1d com20020_check +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x78a2bf26 com20020_netdev_ops +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x9ce9d1cf com20020_found +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x8ee6535e ctucan_resume +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0xcd651d73 ctucan_probe_common +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0xe682bf17 ctucan_suspend +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0x4cb44f3d can_ethtool_op_get_ts_info_hwts +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0x519dccf6 can_eth_ioctl_hwts +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0103e148 b53_get_ethtool_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0ebd8700 b53_port_event +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x1287ed5c b53_brcm_hdr_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3867b597 b53_br_set_stp_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3b23b871 b53_get_sset_count +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3d04eb02 b53_setup_devlink_resources +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x45f5174f b53_vlan_filtering +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x576cff8e b53_br_fast_age +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x61a7a20e b53_mirror_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x61ab055c b53_phylink_mac_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6295750d b53_get_tag_protocol +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x75ef0404 b53_switch_detect +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x7841b124 b53_imp_vlan_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x7a234fe9 b53_br_leave +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x7a40e703 b53_br_join +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x7e3df9c1 b53_get_ethtool_phy_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x83d5b97a b53_vlan_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8516c2ac b53_vlan_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8c371447 b53_disable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8cf1553f b53_switch_register +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x9135dacb b53_phylink_mac_link_up +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x9dcf8160 b53_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa24cdee4 b53_phylink_mac_link_down +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa5613bae b53_mdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb3af8e34 b53_set_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xba025bda b53_eee_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xbb4cd075 b53_enable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xbe9dbafa b53_fdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc88965c8 b53_br_flags_pre +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xcaeb4afa b53_configure_vlan +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xcd232eaa b53_eee_enable_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd9383dd5 b53_get_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xdb1e60ec b53_fdb_dump +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe26ebe41 b53_get_strings +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xea28f7f8 b53_mdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf123b85b b53_br_flags +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf172aeab b53_fdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf4f0d818 b53_mirror_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x2e850259 b53_serdes_phylink_mac_select_pcs +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x68a07935 b53_serdes_link_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x78288603 b53_serdes_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xae726593 b53_serdes_phylink_get_caps +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x1726d5bd lan9303_remove +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x62d07ffe lan9303_shutdown +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xada83f40 lan9303_register_set +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xaeca30bc lan9303_probe +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x15598d4d ksz_switch_remove +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x4f585e57 ksz_switch_register +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x50045fe3 ksz_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x99d242fe vsc73xx_is_addr_valid +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0xdfd8ca61 vsc73xx_probe +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0xe780f5e6 vsc73xx_remove +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0xf9cf9554 vsc73xx_shutdown +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x4a54b366 xrs700x_switch_remove +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x8093e3b4 xrs700x_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x83b7b667 xrs7003f_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x8972bf7e xrs7004f_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xa9eebd3e xrs700x_switch_register +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xb25facfa xrs7003e_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xb89aa5e3 xrs7004e_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xe8154216 xrs700x_switch_shutdown +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x134328bf ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x2671f28c NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x2b64bea1 ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x38de3cb9 ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x45fe923c ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x796c297c ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x7b03a3cc ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xa9703751 ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xd3308104 __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xe6302f28 ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/aquantia/atlantic/atlantic 0x9b089d76 aq_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x228db3bf bnxt_unregister_dev +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x6938bc8e bnxt_send_msg +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x6c91229e bnxt_register_async_events +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0xff54f640 bnxt_register_dev +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x9ff6e8c2 cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x63b4bf3d cavium_ptp_get +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x69b6af59 cavium_ptp_put +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x0d8be5fd bgx_lmac_rx_tx_enable +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x34eeb48a bgx_set_dmac_cam_filter +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x42264715 bgx_get_lmac_count +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x46cdf933 bgx_config_timestamping +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x539ca253 bgx_get_lmac_mac +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x60cd1f2f bgx_lmac_get_pfc +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x6ca2152d bgx_lmac_set_pfc +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x716fd7f0 bgx_reset_xcast_mode +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x72b238e4 bgx_get_rx_stats +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xbe654297 bgx_get_tx_stats +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xc397f585 bgx_lmac_internal_loopback +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xc82be691 bgx_get_map +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xd8ed0bcc bgx_set_lmac_mac +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xf101d1b2 bgx_get_lmac_link_state +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xff987a02 bgx_set_xcast_mode +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_xcv 0x13912e4b xcv_init_hw +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_xcv 0x4f739dc0 xcv_setup_link +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x0219964e cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x0a976023 cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x2c6e5bcd cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x39285b59 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x3e6f0d28 t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x732bd35e cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x7c4f96b1 cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x884d4aa5 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9296f7d6 cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xaea22852 t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xbcc30595 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xbfca70ef cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc5eb3cc9 t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf0e6107e cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf14090b3 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xff247d91 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0150884b cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x04f2e397 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x08f40ff4 cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0cdbd45e cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0f1a5528 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x12acb55c t4_cleanup_clip_tbl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1b3cafbc cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1f0cf4dc cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x22bf2520 cxgb4_write_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x240c2852 cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x30aec471 cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x30cc7927 cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x337e8b9a cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x39458c2b cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4368c2df cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4b548f80 cxgb4_ring_tx_db +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4ce7da76 cxgb4_check_l2t_valid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4d347955 cxgb4_clip_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x52c44080 cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x59255030 cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x59a4279b cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x608d496f cxgb4_immdata_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7147ca94 cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x782165e6 cxgb4_write_partial_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7e3ed77f cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x81c162c2 cxgb4_reclaim_completed_tx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x88eaafc9 cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8a1adcc7 cxgb4_get_srq_entry +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8b59b962 cxgb4_read_sge_timestamp +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8d21aca7 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x906a86a0 cxgb4_update_root_dev_clip +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x917c8307 cxgb4_bar2_sge_qregs +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x932851d9 cxgb4_smt_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9dbe8d8c cxgb4_clip_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa20b960a cxgb4_l2t_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa8db193f cxgb4_smt_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xaf132462 cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb8165ca4 cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbf18b396 cxgb4_read_tpte +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbf1fa4be cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc6fb718d cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd1d8457a cxgb4_crypto_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd2c124ae cxgb4_port_e2cchan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd62d32fa cxgb4_map_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd89eedc1 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf31d6b97 cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf3d0b418 cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf3daa7cf cxgb4_inline_tx_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x095c9c20 cxgb_find_route +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x1bdaafe1 cxgbi_tagmask_set +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x255ab30f cxgb_get_4tuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x6d0762d6 cxgbi_ppm_ppods_reserve +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x72601fd4 cxgb_find_route6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xbd0dfd0d cxgbi_ppm_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xc126cc78 cxgbi_ppm_make_ppod_hdr +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xc85349ba cxgbi_ppm_ppod_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xd4ee01d7 cxgbi_ppm_init +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x1fd55a81 vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x3f01194d vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x450a6f91 enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x598b4271 vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x5d2bb866 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x693f3485 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x0d5191cc be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x4e2e10d2 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xc46f5413 be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x002b156e fun_release_irqs +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x8a5a3f5d fun_dev_enable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xb0a4c97e fun_dev_disable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xe0a31419 fun_reserve_irqs +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x0eb501e0 iavf_register_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x69a98ed1 iavf_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/intel/ice/ice 0x965ff908 ice_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/intel/ixgbe/ixgbe 0xbaa35511 ixgbe_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0x39c25e6f prestera_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0xe6a8aa37 prestera_device_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x03b758db mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0673987b mlx4_SET_PORT_user_mtu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x07267def mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x104663fb mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1525e282 mlx4_test_async +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1deb893f mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x21a3c80f mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2b686c0f mlx4_ALLOCATE_VPP_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2ca0e3b2 mlx4_get_eqs_per_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x32c88d62 mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3af52dfc mlx4_query_diag_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3e8fbddb mlx4_tunnel_steer_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x41000de2 set_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x61b9fee6 mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x66973227 mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6ae8525d mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6b1293d2 mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x733510c1 mlx4_SET_PORT_fcs_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7ae5da68 mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7bbadc74 mlx4_max_tc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7fdde0b4 mlx4_handle_eth_header_mcast_prio +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x828aa4ad mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8542b802 mlx4_get_cpu_rmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8ff64a97 mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x959e1270 mlx4_ALLOCATE_VPP_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9d55f54c mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa08e04e7 set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa2329a53 mlx4_SET_PORT_BEACON +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa9756e97 mlx4_is_eq_shared +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xadc1828c mlx4_test_interrupt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb3f15469 mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb6708ed0 mlx4_is_eq_vector_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcbd330ab mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd1baa84c mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd2df68f5 mlx4_SET_VPORT_QOS_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd5cdfbec mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdfffe9fe mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe026a716 mlx4_get_is_vlan_offload_disabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe483e331 mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee338f94 mlx4_SET_PORT_user_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf05b016e mlx4_SET_VPORT_QOS_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf12a03e4 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf16b0f25 mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf9afeafe mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfdc83545 get_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x002568e0 mlx5_debug_qp_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x00f37822 mlx5_eq_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x02fa3a31 mlx5_eswitch_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x03236ba2 mlx5_mpfs_add_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x04d9033d __tracepoint_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x089f1089 __traceiter_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0a18d9f1 __SCK__tp_func_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0a52ab32 mlx5_eswitch_get_encap_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0d96a201 mlx5_lag_is_master +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x104f81c7 mlx5_eswitch_unregister_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x114620dc mlx5_eq_update_ci +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x11ab1397 __SCK__tp_func_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1c57c524 __traceiter_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1c722080 mlx5_fpga_sbu_conn_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1f9dbda5 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x200269a7 __traceiter_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x23997bd8 __traceiter_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x23bb3f50 mlx5_create_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x27aaf3b3 mlx5_lag_get_next_peer_mdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2894be29 mlx5_debugfs_get_dev_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x28adba33 mlx5_msix_free +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x290c47d4 mlx5_eswitch_vport_rep +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x299fa338 mlx5_modify_header_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x301ab28b mlx5_cmd_cleanup_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x308ad54b mlx5_lag_is_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x387cd606 mlx5_get_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x390dc848 __SCK__tp_func_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3a6d044f mlx5_eq_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3d115bac mlx5_core_get_terminate_scatter_list_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3eca66aa __tracepoint_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x41934a0a mlx5_vf_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x41befc88 mlx5_core_create_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4290b8d2 mlx5_rsc_dump_cmd_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x42c16127 mlx5_fpga_sbu_conn_sendmsg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x42eec484 mlx5_lag_mode_is_hash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x45f83d69 mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x47bc183c mlx5_sriov_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4933f09e mlx5_eswitch_register_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d36e102 mlx5_fpga_mem_read +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4ec02b11 mlx5_core_modify_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5095eb4c mlx5_is_roce_on +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5845b949 mlx5_core_query_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x59cebac6 mlx5_core_uplink_netdev_event_replay +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5c0f7732 mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5c10f9c8 mlx5_get_flow_namespace +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5c6e2b0d mlx5_create_flow_group +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x61492bb7 mlx5_rl_are_equal +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x62c527ce __traceiter_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x62dc190a __SCT__tp_func_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x63c4242a mlx5_fpga_mem_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x653642af __tracepoint_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x662313ef mlx5_core_create_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x66eed64c mlx5_core_destroy_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x681ba9fc mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x69f667b5 __tracepoint_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6b03ce9f mlx5_lag_get_num_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6b1e6c65 mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6c4c8306 mlx5_fc_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6cb2b281 mlx5_core_query_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6cc2c30a mlx5_rl_add_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6d2834be mlx5_cmd_init_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6de0210d mlx5_packet_reformat_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6f53b506 mlx5_debug_qp_remove +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x70445205 __SCK__tp_func_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7052993d __tracepoint_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x70ddd434 mlx5_lag_is_shared_fdb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x73926fb2 mlx5_core_modify_cq_moderation +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x74be8711 mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x74dfd0da mlx5_qp_debugfs_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7608c704 mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7a3720d9 mlx5_core_modify_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7b6299a7 mlx5_put_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7eaa16d4 mlx5_lag_is_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8071e125 mlx5_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x80af1427 mlx5_cmd_do +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x82146750 mlx5_sriov_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8218d717 mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x828cec94 mlx5_fpga_get_sbu_caps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x82cfdc35 mlx5_comp_vectors_count +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x830c97ea mlx5_lag_is_sriov +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x83b024cf mlx5_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8412d6a2 mlx5_vf_put_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x846f718a mlx5_core_dealloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8655304d mlx5_core_create_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x87e68171 mlx5_del_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8815337a mlx5_eq_destroy_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x888a2246 mlx5_create_auto_grouped_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8902b060 mlx5_lag_get_slave_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8cdfc3fe __SCK__tp_func_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8dbe2874 mlx5_cmd_create_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9012fa8a mlx5_fs_remove_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x90b83eb2 mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x93e36135 __SCK__tp_func_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x93fa36d0 mlx5_add_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x942b7ec7 mlx5_core_query_vendor_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x963daae0 mlx5_packet_reformat_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96eb2c99 mlx5_fc_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x98b7e872 mlx5_comp_irq_get_affinity_mask +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x996db795 mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x99bf7dcd mlx5_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9d36ddd0 __SCT__tp_func_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9d3cf963 mlx5_modify_header_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9e36ce85 mlx5_cmd_out_err +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9ec9e02b mlx5_msix_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9f17d2a5 mlx5_eq_disable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9f6a6c77 mlx5_core_alloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa2cd437d mlx5_eq_get_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa3a0646a mlx5_fpga_sbu_conn_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa731de6e __tracepoint_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa85e04b7 mlx5_flow_table_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa964012a mlx5_core_destroy_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaacedd67 mlx5_qp_debugfs_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xab521f6e __traceiter_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xab73bc59 mlx5_vector2eqn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xacea1b57 mlx5_eswitch_vport_match_metadata_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xacfe8a18 __SCT__tp_func_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xad6815cd mlx5_rsc_dump_cmd_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xadcdb4fe __tracepoint_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaddf0647 mlx5_nic_vport_disable_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaeef9b0c __SCK__tp_func_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaf7a4d42 mlx5_eswitch_add_send_to_vport_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb06c0bfd __SCT__tp_func_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb1505e6f mlx5_alloc_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb28dbbe8 mlx5_destroy_flow_group +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb3888017 mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb4e976bb __SCT__tp_func_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb75cd7a7 mlx5_cmd_exec_polling +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb8bfa454 __SCK__tp_func_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb947510f mlx5_rl_add_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb99f25c0 mlx5_eq_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xba5c2f4f __traceiter_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbe68031f mlx5_query_ib_port_oper +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbe6e16aa mlx5_cmd_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc3889107 mlx5_get_fdb_sub_ns +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc580928b __tracepoint_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc79be55c mlx5_fs_add_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc819d9c0 mlx5_core_destroy_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc8cceb6b mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcad019c3 __SCT__tp_func_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcc002b85 mlx5_destroy_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcc22f56c __tracepoint_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcc569bd9 mlx5_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcc780774 __traceiter_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xccaf0668 mlx5_free_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xce8680c6 mlx5_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd020dd1f __traceiter_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd15f3a75 mlx5_core_roce_gid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd1cc95cd mlx5_rl_remove_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd65073e3 mlx5_core_modify_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd72141aa mlx5_mpfs_del_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd7d58cea mlx5_eq_create_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd950e5c6 __SCK__tp_func_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xda7e5de0 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdb622108 __SCT__tp_func_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdc38201a mlx5_eswitch_get_vport_metadata_for_match +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdfbc08aa __SCT__tp_func_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe11d7466 mlx5_eswitch_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe207d74a mlx5_cmd_destroy_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe25f74e5 mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe2f34a70 mlx5_lag_query_cong_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe30fb2a8 __SCT__tp_func_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe439d78d mlx5_core_destroy_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe5ad0cad mlx5_create_lag_demux_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe7cb4401 mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe80da1a5 mlx5_rl_remove_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe9101496 mlx5_eswitch_uplink_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeb9dc0d6 mlx5_lag_is_mpesw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xedbcfa64 mlx5_rl_is_in_range +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf0e1c716 mlx5_eswitch_reg_c1_loopback_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf1b4ff32 mlx5_fc_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf3a8ae66 mlx5_core_create_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf4df95fc mlx5_fc_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf89a0f42 mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfa9f0ed2 mlx5_rdma_rn_get_params +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfb9e3fbb mlx5_eswitch_get_vport_metadata_for_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfd665b56 mlx5_lag_get_roce_netdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfde8ab75 mlx5_rsc_dump_next +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxfw/mlxfw 0xc4d702d9 mlxfw_firmware_flash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x02815b77 mlxsw_env_module_port_up +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x02dfd3d0 mlxsw_afk_key_info_block_encoding_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x07abcc0c mlxsw_afa_block_append_trap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0ca34ccf mlxsw_core_max_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0d0129fc mlxsw_afa_block_append_qos_ecn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0d8da97c mlxsw_core_rx_listener_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0e81c09c mlxsw_afk_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0f4a209d mlxsw_core_read_utc_sec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x14d6ca2e mlxsw_env_set_module_power_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x14e17bb4 mlxsw_linecards_event_ops_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x15034e0a mlxsw_core_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x15801382 mlxsw_afk_key_info_put +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x16673aec mlxsw_afk_values_add_u32 +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x16f4221d mlxsw_core_irq_event_handler_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x19fa5852 mlxsw_core_flush_owq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x1cb8f858 mlxsw_reg_trans_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x1de9368c mlxsw_core_trap_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x1f012619 mlxsw_core_port_netdev_link +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x202693f0 mlxsw_afa_block_cur_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x23eddc68 mlxsw_core_cpu_port_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x299e2562 mlxsw_afk_values_add_buf +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2c68ced3 mlxsw_core_read_frc_h +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2f303cd3 mlxsw_afa_block_append_qos_dsfield +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2f3d8613 mlxsw_core_trap_state_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x339555bc mlxsw_core_skb_receive +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x37b213b2 mlxsw_env_get_module_eeprom +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x383bc49a mlxsw_afa_block_append_qos_dscp +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4036254f mlxsw_linecards_event_ops_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x43a9b87e mlxsw_afa_block_terminate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x47041e4e mlxsw_afk_key_info_blocks_count_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4765b9f0 mlxsw_core_res_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x484489a4 mlxsw_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4866767a mlxsw_env_get_module_eeprom_by_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x49ec8a06 mlxsw_afa_block_append_police +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4a558271 mlxsw_env_get_module_power_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x50359cc0 mlxsw_core_kvd_sizes_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x508923e3 mlxsw_core_port_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x51b5769d mlxsw_env_module_overheat_counter_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5c73d5a4 mlxsw_core_sdq_supports_cqe_v2 +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5cf3dd79 mlxsw_core_bus_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5d55fb68 mlxsw_afk_encode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5e6199b7 mlxsw_core_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5ff17b5c mlxsw_afa_block_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x618a30ab mlxsw_afa_block_commit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x63874d4c mlxsw_core_port_driver_priv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x65c7e645 mlxsw_afa_block_append_qos_switch_prio +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6929f2b4 mlxsw_env_module_port_map +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6c23b7ba mlxsw_core_ptp_transmitted +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x715a637f mlxsw_env_reset_module +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x718d28f4 mlxsw_afa_block_append_vlan_modify +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x75339042 mlxsw_core_lag_mapping_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x77d83398 mlxsw_core_read_frc_l +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x790ffa40 mlxsw_core_rx_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7b0bfeec mlxsw_core_port_fini +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7e08c6e0 mlxsw_core_event_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x827a2f1f mlxsw_afa_block_jump +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x829e8851 mlxsw_afa_block_first_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x83fb69af mlxsw_core_lag_mapping_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x858c30d0 mlxsw_afa_block_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x86817014 mlxsw_core_read_utc_nsec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x8854d198 mlxsw_reg_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x902c3533 mlxsw_core_schedule_dw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x95c77853 mlxsw_afa_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x996c5d6d mlxsw_reg_trans_bulk_wait +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x9cbf026d mlxsw_afa_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa509fafd mlxsw_afa_block_append_counter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa5304d96 mlxsw_core_trap_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa7765e88 mlxsw_reg_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa8e2509a mlxsw_afa_block_append_sampler +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xac1074a5 mlxsw_core_skb_transmit_busy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb6517b2e mlxsw_afa_block_append_trap_and_forward +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb68e9fa8 mlxsw_env_module_port_unmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbb683465 mlxsw_core_port_devlink_port_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbc222a8d mlxsw_afk_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbda212df mlxsw_core_irq_event_handlers_call +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbfb7df3c mlxsw_core_driver_priv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc31fbb6a mlxsw_core_res_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc5eacafe mlxsw_afa_block_append_l4port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xca503549 mlxsw_env_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xcbab836f mlxsw_core_fw_rev_minor_subminor_validate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd111d3e8 mlxsw_core_irq_event_handler_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd197d2b8 mlxsw_core_traps_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd1bab622 mlxsw_afk_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd21722b4 mlxsw_core_max_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd28256cf mlxsw_afa_block_append_allocated_counter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd71566b9 mlxsw_core_schedule_work +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd7a93413 mlxsw_core_event_listener_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd888ffb3 mlxsw_afa_block_append_ip +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd9f711ae mlxsw_afa_block_append_mcrouter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdc31781e mlxsw_reg_trans_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdc415cf1 mlxsw_afa_block_continue +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdc5c95df mlxsw_core_resources_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdeb1dc2e mlxsw_afa_block_first_kvdl_index +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe16986dd mlxsw_afa_block_activity_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe1860dde mlxsw_afa_block_append_fid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe4d9ac5a mlxsw_afa_block_append_drop +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe532482a mlxsw_afk_key_info_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe88a1fb1 mlxsw_core_skb_transmit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe8b3bb25 mlxsw_core_traps_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xeaf78c44 mlxsw_afa_block_append_mirror +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xebf02928 mlxsw_core_bus_device_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xecab212a mlxsw_afa_cookie_lookup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xed2801d4 mlxsw_env_module_port_down +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf446732c mlxsw_afk_key_info_subset +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf82bdc70 mlxsw_core_lag_mapping_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xff007c25 mlxsw_core_cpu_port_fini +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xff0b141d mlxsw_afa_block_append_fwd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0xa50a00be mlxsw_i2c_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0xe593ecc3 mlxsw_i2c_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x36a0ccbf mlxsw_pci_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x72f20344 mlxsw_pci_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x00324fbf ocelot_fdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x061bca28 ocelot_ptp_adjfine +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x077c7021 ocelot_mact_lookup +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x087512f3 ocelot_sb_tc_pool_bind_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x08791cd6 ocelot_wm_enc +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0c74850c ocelot_ptp_verify +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0fd91d4f ocelot_deinit_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x13a44c8d ocelot_get_strings +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x198a0c6b ocelot_bridge_stp_state_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x209a77c3 ocelot_mrp_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x20a6fd06 ocelot_port_lag_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x25df2309 ocelot_mrp_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2ea3f0b3 ocelot_hwstamp_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2ee2eeab ocelot_vcap_block_find_filter_by_id +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x30416632 ocelot_port_mdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3139af13 ocelot_vcap_filter_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x31a6e7ff ocelot_vcap_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x342353ae ocelot_devlink_sb_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x34d9bdd6 ocelot_ptp_adjtime +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3aaf32d6 ocelot_port_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3e3f6439 ocelot_mact_learn_streamdata +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x464c4a62 ocelot_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x47341213 ocelot_vlan_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4cf79b88 ocelot_sb_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4d0d228c ocelot_ptp_settime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4f0371a4 ocelot_deinit +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x50f2ad16 ocelot_vlan_prepare +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x51dacb97 ocelot_sb_occ_tc_port_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x535da9e6 ocelot_port_lag_change +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x561b74f3 ocelot_vlan_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5768c42f ocelot_port_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x650ee2f4 ocelot_sb_occ_max_clear +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x660740f3 ocelot_fdb_dump +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6ce19e2a vsc7514_vcap_props +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6f366cd8 ocelot_sb_tc_pool_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7684deb1 ocelot_port_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x776dc3ed ocelot_vcap_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x79e93f61 ocelot_port_vlan_filtering +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7a2b5ead ocelot_get_sset_count +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7ae2002f ocelot_sb_occ_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7b173e37 ocelot_xtr_poll_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7e5aec55 vsc7514_regfields +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x88f61414 ocelot_sb_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8923df41 ocelot_port_bridge_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8c0bad5d ocelot_mact_forget +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x93410e1b ocelot_port_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9615581b ocelot_mact_learn +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa10b9fea ocelot_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa41649e1 ocelot_init_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa7ac128f ocelot_port_pre_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xacd6681d ocelot_get_ethtool_stats +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb0fdd7fd ocelot_wm_dec +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb100d4b4 ocelot_can_inject +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb33bf468 ocelot_port_inject_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb58e51f1 ocelot_port_lag_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb5975690 ocelot_sb_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb5fe995c ocelot_drain_cpu_queue +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc1638ce4 ocelot_vcap_filter_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc333b2cd ocelot_ptp_enable +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc366c837 ocelot_ptp_gettime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc397242d ocelot_init_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc6830960 ocelot_ptp_rx_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xccbd960e ocelot_port_mdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcdbfa46f ocelot_port_set_maxlen +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcedcb207 ocelot_hwstamp_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd0ebefd9 ocelot_ifh_port_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd563c600 ocelot_deinit_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd813aa16 ocelot_get_txtstamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd9618155 ocelot_devlink_sb_register +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdc175ef9 ocelot_get_ts_info +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xde8b75b4 ocelot_policer_validate +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe042b790 ocelot_set_ageing_time +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe30fc619 ocelot_wm_stat +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xea6cdf55 ocelot_reset +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xef3496aa ocelot_mrp_add_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf6d01043 ocelot_sb_port_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf782f5e3 ocelot_port_txtstamp_request +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf80fc88d vsc7514_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf8df2ec0 ocelot_vcap_filter_replace +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf997ccc0 ocelot_sb_occ_snapshot +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfaaba67a ocelot_pll5_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfbd3f165 ocelot_mrp_del_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfc7e70f1 ocelot_port_bridge_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xff438b39 ocelot_fdb_add +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x3a2de9d7 qed_get_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x4f264472 qed_put_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x992e03d0 qed_put_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x9eeeef48 qed_put_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xb7451078 qed_get_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xdc64142e qed_get_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xffe809bd qed_get_rdma_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0x98ec2ff9 qede_rdma_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0xb3c0e8f3 qede_rdma_register_driver +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x0271da5c wx_free_irq +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x08b6d2fa wx_mac_set_default_filter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x10ca7609 wx_disable_pcie_master +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x15e8a2dd wx_misc_isb +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x1f41a934 wx_clear_interrupt_scheme +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x201bac17 wx_configure_vectors +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x21f3474d wx_configure +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x26490de2 wx_free_isb_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x33bb2856 wx_set_rx_mode +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x348dfeb4 wx_reset_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x3ae67b18 wx_read_ee_hostif_buffer +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x3baaa85f wx_xmit_frame +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x3deda53a wx_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x44868821 wx_get_pcie_msix_counts +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4a1d6116 wx_napi_enable_all +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4b11dd63 wx_vlan_rx_kill_vid +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4b3398bd wx_msix_clean_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x551af5cf wx_change_mtu +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x563f7819 wx_mng_present +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x570e8650 wx_free_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x613d5ebd wx_setup_isb_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x63fb706a wx_check_flash_load +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x656c59e0 wx_read_ee_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x69d510bd wx_clean_all_tx_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x6bada92d wx_get_drvinfo +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x7f1bf0ff wx_setup_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x7f3e5e4d wx_napi_disable_all +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x85b267fa wx_flush_sw_mac_table +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x8f810a12 wx_stop_adapter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x9286b473 wx_sw_init +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x9879072e wx_set_features +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x9bc3dbd8 wx_vlan_rx_add_vid +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x9fb55f22 wx_control_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xacb8aa12 wx_intr_enable +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xb13c7730 wx_get_mac_addr +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xb79f6e46 wx_irq_disable +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd08f858a wx_init_rx_addrs +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd0ac3bf1 wx_reset_interrupt_capability +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd451295e wx_init_eeprom_params +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd7543859 wx_reset_misc +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xe39ae92c wx_disable_rx +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xe5390cbe wx_host_interface_command +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xeb9a3b84 wx_start_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xebda8b7b wx_set_mac +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xec19358e wx_disable_rx_queue +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xf0bb6f0e wx_init_interrupt_scheme +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xf809e411 wx_clean_all_rx_rings +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x705c54cd hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x81cb37ea hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x89541f3a hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xb140085f hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xb5c94b6b hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/mdio 0x3e17f466 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0x60443957 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0x62eb612a mdio45_ethtool_ksettings_get_npage +EXPORT_SYMBOL drivers/net/mdio 0x63e0fee5 mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0xb79a54ee mdio45_nway_restart +EXPORT_SYMBOL drivers/net/mdio 0xcdbdeca7 mdio45_ethtool_gset_npage +EXPORT_SYMBOL drivers/net/mdio 0xdaceb7a6 mdio_mii_ioctl +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0x11aedfb4 alloc_mdio_bitbang +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0x357f3aa9 mdiobb_write_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0x4f8a038f mdiobb_read_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0x6c96f14f mdiobb_write_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0xa62582ce mdiobb_read_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0xc5b5a723 free_mdio_bitbang +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x4232c466 cavium_mdiobus_write_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x43ec4d27 cavium_mdiobus_write_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0xea6b1723 cavium_mdiobus_read_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0xecebdbcf cavium_mdiobus_read_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-mscc-miim 0x55e0cf96 mscc_miim_setup +EXPORT_SYMBOL drivers/net/mii 0x080d2bb5 generic_mii_ioctl +EXPORT_SYMBOL drivers/net/mii 0x1a116b81 mii_check_link +EXPORT_SYMBOL drivers/net/mii 0x213fd1d6 mii_ethtool_get_link_ksettings +EXPORT_SYMBOL drivers/net/mii 0x39e1ba77 mii_ethtool_gset +EXPORT_SYMBOL drivers/net/mii 0x78e81cb6 mii_nway_restart +EXPORT_SYMBOL drivers/net/mii 0x7e5bad5f mii_check_gmii_support +EXPORT_SYMBOL drivers/net/mii 0x832e6be7 mii_ethtool_sset +EXPORT_SYMBOL drivers/net/mii 0xa332157f mii_check_media +EXPORT_SYMBOL drivers/net/mii 0xf3604bb7 mii_ethtool_set_link_ksettings +EXPORT_SYMBOL drivers/net/mii 0xf6061be0 mii_link_ok +EXPORT_SYMBOL drivers/net/pcs/pcs-lynx 0x6d933508 lynx_pcs_destroy +EXPORT_SYMBOL drivers/net/pcs/pcs-lynx 0xd68d009b lynx_pcs_create_mdiodev +EXPORT_SYMBOL drivers/net/pcs/pcs-mtk-lynxi 0xa6c8f436 mtk_pcs_lynxi_create +EXPORT_SYMBOL drivers/net/pcs/pcs-mtk-lynxi 0xe9221a05 mtk_pcs_lynxi_destroy +EXPORT_SYMBOL drivers/net/phy/bcm-phy-lib 0x0f61f3fe bcm54xx_auxctl_write +EXPORT_SYMBOL drivers/net/ppp/pppox 0x45f3ad1d register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0x6786cf4b pppox_compat_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0x8c26de54 pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xbf09e158 pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0xf6b3e880 sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x52377f77 team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0x5520d001 team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0x86430803 team_options_register +EXPORT_SYMBOL drivers/net/team/team 0x9c091bf1 team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0xbb8d2b24 team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0xd6864c7e team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0xeb6a06f4 team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0xfc8e241d team_options_unregister +EXPORT_SYMBOL drivers/net/usb/usbnet 0x6b36128d usbnet_link_change +EXPORT_SYMBOL drivers/net/usb/usbnet 0x74c64645 usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/usb/usbnet 0xd0d7f2c1 usbnet_manage_power +EXPORT_SYMBOL drivers/net/wan/hdlc 0x059a210a hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0x0ddb7a37 attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x98bb7261 hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0xa7bb9fa2 detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xb3e2a435 alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0xc49a9dde unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xd78c4d5c unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0xde44ec18 register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xfa416bc6 hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0xfe5c074d hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0b1ab353 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0face8c8 ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x108b188f ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x2e9b2124 ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x3e403a72 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4029d1ea ath_hw_keysetmac +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4571aea8 ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x501723ba ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x50c0c264 ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x8ae70c4b ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x9573a787 ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa18f224e ath_regd_find_country_by_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa5bdeac9 ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb5f11fe4 dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb6588ba6 ath_bus_type_strings +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xba4469c7 ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xc33eda9e ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xf075a7b3 ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x015e5db2 ath10k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x035b401b ath10k_core_free_board_files +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x037ab392 ath10k_ce_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1542fdf4 ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x18ca1fb5 ath10k_ce_completed_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1d3d2285 ath10k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1e33b493 __ath10k_ce_send_revert +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1f61a959 __tracepoint_ath10k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x268e44f0 ath10k_ce_alloc_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x290d5666 ath10k_ce_deinit_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2d6947ae ath10k_ce_completed_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2dd0804f ath10k_coredump_get_mem_layout +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x30f28c7f ath10k_ce_enable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x31208148 ath10k_core_napi_sync_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x31e58639 ath10k_ce_alloc_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3e391fd8 ath10k_htt_txrx_compl_task +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4246dad1 ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x43ad2c32 ath10k_htt_rx_hl_indication +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x453c6314 ath10k_ce_per_engine_service_any +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4962d6aa ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x58124347 ath10k_ce_rx_update_write_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5f3e15fc ath10k_ce_send_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6170b5a2 ath10k_coredump_new +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x63ce849e ath10k_print_driver_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x68888a7c ath10k_htt_rx_pktlog_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x69e76faf ath10k_bmi_read_memory +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6d444ed2 ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6e6825b4 ath10k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6ec968ec ath10k_htt_hif_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x76f107c2 ath10k_htc_rx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7a5fb2f8 ath10k_core_start_recovery +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7bdbcf9f ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7cc9b97b __ath10k_ce_rx_num_free_bufs +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7f4389b0 ath10k_mac_tx_push_pending +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8750d72f ath10k_htt_t2h_msg_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x87edd32c ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8a8b1db1 ath10k_ce_init_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8e9222a0 ath10k_ce_cancel_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9c0c332a ath10k_ce_completed_recv_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9e96ad7f ath10k_ce_free_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa41376bf ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa7f8dcd1 ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa848cc41 ath10k_ce_revoke_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xac213caa ath10k_ce_send +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb64f99cf ath10k_core_napi_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc28420b5 ath10k_ce_dump_registers +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc8bf6cc3 ath10k_bmi_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcadbd389 ath10k_ce_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd142e297 ath10k_ce_num_free_src_entries +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd7e610d4 ath10k_htc_tx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xda932522 ath10k_htc_notify_tx_completion +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xde6686bf ath10k_ce_disable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe08dc91e ath10k_core_fetch_board_file +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xec1492b0 ath10k_htc_process_trailer +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf2e6d22c ath10k_core_check_dt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf43b9232 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf5783942 ath10k_ce_completed_send_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xfaa352d1 ath10k_ce_free_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x053f9d98 __tracepoint_ath11k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x063146f3 ath11k_pci_enable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x20c5ebc9 ath11k_debugfs_soc_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x219f68a7 ath11k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x26bca27b ath11k_dp_service_srng +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x28b80da0 ath11k_pcic_ext_irq_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x28d8788c ath11k_ce_alloc_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x2a6fa945 ath11k_pcic_get_ce_msi_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x30ebb6de ath11k_pcic_map_service_to_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x312e6604 ath11k_pcic_config_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3168a806 ath11k_ce_cleanup_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3557757c ath11k_pcic_get_user_msi_assignment +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3639eb95 ath11k_pcic_read +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x37ff7fc8 ath11k_core_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3ad90b5e ath11k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x4ae6e2c9 ath11k_ce_free_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x4ca3cd9b ath11k_pcic_read32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x4d732089 ath11k_pci_disable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x4f1cef18 ath11k_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x596e9def ath11k_pcic_get_msi_address +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x67774719 ath11k_ce_get_attr_flags +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x69831486 ath11k_core_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x6b5a5679 ath11k_pcic_init_msi_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x72bd77b2 ath11k_core_pre_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x733166c7 ath11k_qmi_deinit_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x74eba62c ath11k_ce_get_shadow_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x7dc379c3 ath11k_pcic_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x7fd1264a ath11k_core_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x80cf5a3d ath11k_core_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x90f75dcc ath11k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9545575e ath11k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9c51bcc4 ath11k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xa12ae661 ath11k_pcic_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb0ed427b ath11k_hal_srng_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb657d48a ath11k_pcic_free_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb9805ffe ath11k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc7b87a70 ath11k_pcic_write32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd598073a ath11k_pcic_ce_irqs_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd59dbe73 ath11k_pcic_ce_irq_disable_sync +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xdda989ed ath11k_pcic_ext_irq_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe794e086 ath11k_core_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xee1f7019 ath11k_pcic_register_pci_ops +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xef20b02e ath11k_hal_srng_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf0197188 ath11k_cold_boot_cal +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1354043d ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1a97526d ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1f91b924 ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x3438f79b ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x3502feef ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x52775065 ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x5a892da9 ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x6779c3be ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x75e37e15 ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x839cc3d5 ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x89bded06 ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x91cfb84a ath6kl_hif_rw_comp_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb881b1a9 ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb8966e26 ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb9a689dd ath6kl_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xca909488 ath6kl_read_tgt_stats +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x02ac03d7 ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x034573c0 ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x0997358b ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x126a6b42 ath9k_cmn_spectral_scan_trigger +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1a0aa030 ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1b309a74 ath9k_cmn_spectral_deinit_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1c9b99e3 ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1cc29e29 ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1e1b8ee5 ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2187ca8b ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x39433075 ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x3dd4cb5a ath_cmn_process_fft +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x46923da6 ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x4805b70c ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x52dcc9bf ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x5dfe6115 ath9k_cmn_spectral_scan_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x5fb84764 ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x634f0271 ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc8638891 ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd996b576 ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf0a67dd0 ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf45125b8 ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf57d081e ath9k_cmn_spectral_init_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xfe3e5d40 ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x00469b03 ath9k_hw_resume_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x01e630b4 ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x021031ca ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x03e60b93 ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0436a712 ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x095706e4 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x09f66ec8 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0aec25cc ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0d834dea ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f1f859d ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f77dafc ath9k_hw_get_tsf_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x10256402 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x13b1ba60 ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x14f9e74a ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x169c04f4 ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1849c10d ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1d52d1d4 ath9k_hw_btcoex_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x210618e6 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2a51ec1b ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2be8c201 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2c2420c3 ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2d4f08d7 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2f011297 ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2ff1f785 ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x31f77d04 ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x35f30cc3 ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x39ff402a ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3aa9d726 ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3df44cd5 ath9k_hw_gpio_request_out +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3e66bde1 ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4237f997 ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x43c507c1 ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4a7489bb ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4af830ae ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4faf95f1 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x507fb85f ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x53e4760f ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x558339af ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5a57e504 ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5a6260bb ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5ae904f8 ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5c99aa60 ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5f04e42e ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x60d3c6ca ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x65b3b0db ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x667923e8 ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6d4d6c36 ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6eb5ca6c ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6f6cf02b ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x730e8061 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x77e566c5 ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7afb6e07 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7de66a68 ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x841ed92b ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x89812626 ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x89ebab2d ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8aa26292 ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8c80df70 ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x90538bb0 ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x921ceeee ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x934944d6 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x935524ad ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x93ab82a8 ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x949cef1d ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9674a8f7 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x99608936 ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9ce59e4d ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9ff8521f ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa2b38307 ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa833bfeb ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa9eec414 ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaeb1d1a1 ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaef04d54 ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb0263ce8 ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb19f2d9e ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb1b1cc9e ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb2b62563 ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb8bd6c21 ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb937cac9 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbb8f8a3f ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbc44018e ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc5c661a1 ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc7156c0f ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcac4b7d5 ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcbbbb77d ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcc396c24 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xce7bff00 ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcec900cc ath9k_hw_gpio_request_in +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdb8e8268 ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdbac93fa ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdda1ec14 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe13d6fff ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe4fff9ea ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe56c20ca ath9k_hw_loadnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe6306d8c ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe6564fb4 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xeddd3447 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xee84a22c ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf027c3ca ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf0c147fc ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf0d5d9ea ath9k_hw_gpio_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf310b424 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf3efd3f7 ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf651e9ff ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf8fe57e3 ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfc86e439 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfd78cb61 ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfeabd6e3 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x218977ef stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0xb4b4a116 init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0xd53df148 atmel_open +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x1906648e brcmu_boardrev_str +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x2061586c brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x361b31d7 brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x4e2281c0 brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x9961b14f brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xa17c0ccf brcmu_dotrev_str +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xab26e0e7 brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xaf6bc8d7 brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xcbe74367 brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xcf3a630a brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xcf452dcb brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xd0cf63e8 brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xd6217d91 brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xd93df787 brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xeb20e7c7 brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xfb7f3568 brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0x306bf724 stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0x497bc775 init_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0xb1f265e9 reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x055dd1e6 alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x282325ee libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x33890aec libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x4fa92628 libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x67fb3e4d libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x697d4fcb libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x7c374315 libipw_rx +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x7ca07944 libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x8ed94d3d libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x9ed4e397 libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xa6ef1aa0 libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xb45489d1 libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xbdf9b139 libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xc8c98401 libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xcb75ae37 libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xd4785a73 libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xf085ef25 libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xf09f678c free_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xf1a9db13 libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xfb3ecc07 libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x001fef6c il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0036cedc _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x00e0e3cc il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x03266fa3 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x052ce1ce il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0a44a793 il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0b963400 il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0e788358 il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x12115288 il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x14403b03 il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1592cadd il_mac_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1bf3ffc1 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1e27d006 il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1f4a0eab il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x21cbdfdf il_leds_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x236b36d3 il_apm_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2426f8c5 il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x24943f5d il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2540ffec il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x25f1137a il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x27ffebdc il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x28776dda il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x28d02e02 il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2adad9a9 il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2bf7eea6 il_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2cb394b6 il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2ebef548 il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2f598273 il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x35401805 il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x36adac6b il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3795fb0b il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x396fc9cb il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3c04ceec il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3d93dfda il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4077dbbb il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x416bd26a il_debug_level +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x447e05f8 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x464250b2 il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x470d9ee0 il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4736a7b2 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x49a237f6 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4a245448 il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4bb3f586 il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4d96b21b _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4e61e9ec il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x57012704 il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5a70185a il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5c60675a il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5ed9a37d il_set_rate +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5f6e15c1 il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5fc7ca30 il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6005a294 il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x605d0460 il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x607cb4b0 il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x62e5a921 il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x64f85a45 il_update_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x66bdbd29 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6bfc548e il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6d13f152 il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x70031d70 il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x72c41fc4 il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x754b2c6b il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7c2ad048 il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x835af079 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x89f71599 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8d3a5cde il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8d78bf21 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x964cdd02 il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x98f09ef2 il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9cc714af il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa76719ab il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xae507d1c il_set_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xaff6f281 il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb4088c2d il_init_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb4c7c11b il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb65510a3 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb6cfa1e3 il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb8c21398 il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbe81d8d1 il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc03837d1 il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc104cd20 il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc1c6dd46 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc2d3ebcf il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc763408c il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xca5bf9fb il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xca5cb40f il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcb642d8f il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcec5d49e il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd58d1f0b il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe17663fd il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe34527f2 il_force_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe816387f il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe81b18f7 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe85dbd8a il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xec946e1f il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xef35e2f2 il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf014594a il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf27786d9 il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf70a693b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf805dd9a il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfd50c2bd il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfe738a3b il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xff4e20e1 il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x15cfe608 __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x17bcd309 __SCK__tp_func_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x2f7f9db3 __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x38688d65 __SCT__tp_func_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x3a2a40a5 __SCT__tp_func_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x55b02afa __traceiter_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x71bb4e8f __traceiter_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x75c00481 __SCK__tp_func_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x8030af33 __SCK__tp_func_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x82439a32 __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x997cf987 iwl_trans_pcie_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xd81e2f28 __SCT__tp_func_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xf26f8ba5 __traceiter_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x045df756 hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x0bbbb85d hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x2c30b6f2 hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x34442e3f hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x3bc7ed80 hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x3c38f068 prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x57828d46 hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x5b6728ea hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x5ba8724e hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x5dd02c31 hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x677c71c8 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x75934c58 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x7b93575e hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x7fb75891 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x8603a428 hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x876c3a5b hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x90eb639b hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x939adde9 hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x9aa90766 hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x9f779f6c hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x9feaacab hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xaa22be93 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xba5e9f9c hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xc32af8dd hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xe4748f25 hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xeccaa613 hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf91c03e2 hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xfdfce199 hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x0a19af43 orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x1858784e orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x31c50b4a orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x546443ca orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x59777aa6 orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x93a9de8f orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x9c396e1c orinoco_open +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x9d864a0a orinoco_down +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xa74c2dc5 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xa775ea1a __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xcc780386 orinoco_up +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xce92ea95 orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xdc374f0d alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xe2eaeae3 orinoco_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xf14dc414 free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xfd86ab56 __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xffe27bca orinoco_interrupt +EXPORT_SYMBOL drivers/net/wireless/mediatek/mt76/mt76 0x327a9822 mt76_rx_signal +EXPORT_SYMBOL drivers/net/wireless/mediatek/mt76/mt76 0x35cb0359 mt76_wcid_key_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist 0x8d8b14bd rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x005a55df rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x01d22e9d rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x03b1a8db _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x07ebe4a3 _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x08425de9 rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x103f398f _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2327d91c _rtl92c_phy_calculate_bit_shift +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2edd3505 _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x37b65cd5 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x39051ce0 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x39a526d4 _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3cc65717 rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x43d8af5b rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4887a720 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x496dcbda _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x50cde80f _rtl92c_phy_dbm_to_txpwr_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5e45c7d9 rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x60d9158d rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x69d9d1b7 rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x714f727f rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x746cd8dc rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8346d656 rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x84a2a2e8 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x867936a6 _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x875dd4b3 rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8fab199b rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x91243158 rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x92e3c5a8 rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9e638583 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa5aa3e2b rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb2324f54 rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb70047c6 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbe1a3689 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbf64711e rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xcdb08294 _rtl92c_store_pwrindex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd0941402 rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xddd3d2f4 rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe34dc655 rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe59b3540 rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf1df0b63 rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf9bb51b3 rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xff686fb1 rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x2df7e94d rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x4e240e9e rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x57573390 rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x9f9f81d6 rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x31d41acd rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x7c05512e rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x970a14c1 rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xc60572ec rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0b038e24 channel5g_80m +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1958f77f rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1adde781 rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1b945315 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x21b93ec2 rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2a03d6f9 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x30a956d7 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x31fe1d1a rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3d1b3f6c rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3e4b8499 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x40311a73 rtl_rx_ampdu_apply +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4703a684 efuse_power_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4d66de86 rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4eb76ef8 rtl_mrate_idx_to_arfr_id +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x54824f58 channel5g +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x62e5db32 rtl_cmd_send_packet +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x656fbf1b rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7443d758 rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7ac462a6 efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8ea60059 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x93f0a9a7 rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x958bdb31 rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x98e7b0c9 rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x99d70030 rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9e82828d rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9f50a835 efuse_shadow_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xab7f6c83 efuse_one_byte_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xadc3ab78 rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb581fe07 rtl_dm_diginit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbeed4e93 rtl_collect_scan_list +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbfbef46d rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xcb76f4b0 rtl_c2hcmd_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe7960bed rtl_init_sw_leds +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xebedfe5f rtl_wowlan_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xed7c8cf2 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf0fca96d rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xfda30aa5 rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xffb3b304 rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8723d 0x1b25e79f rtw8723d_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8821c 0x86e59012 rtw8821c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822b 0xf0c59d2d rtw8822b_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822c 0x1f07f613 rtw8822c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x01c1d4e7 rtw_phy_set_edcca_th +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0474e59d rtw_fw_do_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x05cb3057 rtw_read8_physical_efuse +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0dad7727 rtw_set_channel_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0fa25925 rtw_regd_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x10a88b28 rtw_dump_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1182f93b rtw_parse_tbl_bb_pg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x168e8b79 rtw_set_rx_freq_band +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x18e219f9 rtw_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1dc2d072 rtw_tx_ac_to_hwq +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1e4e3bce __rtw_dbg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1ea6fb56 rtw_parse_tbl_txpwr_lmt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1fc67e7f rtw_coex_write_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2c1bd02e rtw_phy_load_tables +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2cfc2e81 rtw_tx_write_data_h2c_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x32a281d7 check_hw_ready +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x33b3f3c0 rtw_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x36c5bfca rtw_disable_lps_deep_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3a940f82 rtw_bf_remove_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3cdaeb47 rtw_bf_set_gid_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x4196e6ca rtw_rx_fill_rx_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x440b7589 rtw_phy_rf_power_2_rssi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x4ee6d767 rtw_phy_cfg_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x519c8ba9 rtw_rate_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x51e1be54 rtw_bf_enable_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x58210e60 rtw_rate_section +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6a9b5e61 rtw_restore_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6bb39714 rtw_unregister_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6d1d40d3 rtw_power_mode_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x70f11cdb rtw_phy_write_rf_reg_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7506b72f rtw_tx_write_data_rsvd_page_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x75ec1ff9 rtw_parse_tbl_phy_cond +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7d28aa89 rtw_phy_read_rf_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7d406203 rtw_phy_pwrtrack_thermal_changed +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x899cdb2d rtw_bf_remove_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8a4e0ab5 rtw_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8b73c91f rtw_phy_pwrtrack_get_delta +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8c9b9587 rtw_fw_inform_rfk_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8e280ccf rtw_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8e9a7e4c rtw_phy_pwrtrack_need_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8ea04374 rtw_phy_pwrtrack_avg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x96bda2ae rtw_dump_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x998e9b6a rtw_phy_get_tx_power_index +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9d0dc52d rtw_phy_write_rf_reg_mix +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9d2f021b rtw_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa55a7a3f rtw_phy_cfg_agc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xac5cf743 rtw_phy_set_tx_power_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xaf3e2fad rtw_phy_cfg_bb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb08bc456 rtw_bf_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xba1a3fae rtw_phy_pwrtrack_need_lck +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xba7aca7a rtw_tx_report_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc4e1ac7e rtw_register_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc84b92fc rtw_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd2a3fa70 rtw_bf_cfg_csi_rate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd732deb2 rtw_phy_parsing_cfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd8401638 rtw_tx_queue_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe397d740 rtw_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe3e4fac1 rtw_coex_write_scbd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe784b384 rtw_tx_fill_tx_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe880b886 rtw_fw_c2h_cmd_rx_irqsafe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xef6aa8a3 rtw_phy_cfg_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xef9882f7 rtw_fw_c2h_cmd_isr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf75b8463 rtw_phy_pwrtrack_get_pwridx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xfae31d81 rtw_rx_stats +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xfce41c9e rtw_coex_read_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xfd3bc85a rtw_bf_enable_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xff6f73c6 rtw_phy_config_swing_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x0e91644d rtw_pci_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x1499e2a3 rtw_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x22bd7ad5 rtw_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x2caf7639 rtw_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0x75a46071 rtw_sdio_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0xd4f0215d rtw_sdio_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0xf660b1dc rtw_sdio_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0xffdc0470 rtw_sdio_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0x580458ee rtw_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0x72dedb2c rtw_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8851b 0x46365ba6 rtw8851b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852a 0x8c62e598 rtw8852a_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852b 0xfbfc3768 rtw8852b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852c 0x60597b07 rtw8852c_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x039a468e rtw89_core_napi_start +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x07b66905 rtw89_mac_stop_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1370ae53 rtw89_mac_get_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x16c57c07 rtw89_core_fill_txdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x21028c3a rtw89_ser_notify +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x24423afb rtw89_free_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x24724ff5 rtw89_phy_write_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x25c40361 rtw89_phy_read_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x269897e4 rtw89_mac_get_txpwr_cr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x30fe8622 rtw89_btc_set_policy +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x31120f61 rtw89_mac_cfg_ppdu_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x34781036 rtw89_mac_resume_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x36a59f92 rtw89_fw_h2c_dctl_sec_cam_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x374f1424 rtw89_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x47ee3243 rtw89_mac_write_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4db3ace5 rtw89_phy_read_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4f2596e9 rtw89_alloc_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x54a3c115 rtw89_core_register +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5ae9b886 rtw89_mac_resume_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5c6f90e4 rtw89_phy_set_txpwr_limit_ru +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5d37f473 rtw89_mac_cfg_gnt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5ead017a rtw89_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5fe77103 rtw89_mac_read_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x62422a32 rtw89_mac_cfg_ctrl_path +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6ade11f0 rtw89_btc_set_policy_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6e8fc225 rtw89_core_unregister +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7801141b rtw89_mac_stop_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x79f5ce85 rtw89_mac_disable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7c8de803 rtw89_mac_set_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x817e867f rtw89_core_fill_txdesc_fwcmd_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x82054d3f rtw89_core_query_rxdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x855f7217 rtw89_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x864d3c66 rtw89_phy_tssi_ctrl_set_bandedge_cfg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8809675f rtw89_decode_chan_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x917b22b3 rtw89_phy_load_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9352900f rtw89_fw_h2c_rf_ntfy_mcc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x959a596f rtw89_phy_write_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x97866a50 rtw89_mac_enable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x99a20e4c rtw89_phy_set_txpwr_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9ac85705 rtw89_mac_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9d591cff rtw89_btc_ntfy_wl_rfk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9e28102b rtw89_core_rx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9fe836e6 rtw89_phy_write32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa3bc5ac0 rtw89_core_napi_stop +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xabedf378 rtw89_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xaeeac3ed rtw89_phy_set_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb5e1c88d rtw89_mac_cfg_gnt_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb80ba4a9 rtw89_phy_read32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xbf2b18d2 __rtw89_debug +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xbfb9a567 rtw89_mac_coex_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc222d3f3 rtw89_core_napi_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc6ba3f97 rtw89_mac_cfg_ctrl_path_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xcfc3c620 rtw89_rfk_parser +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd3627b27 rtw89_phy_get_txsc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd82f0816 rtw89_core_fill_txdesc_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe0e752a1 rtw89_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe1d5192c rtw89_core_napi_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe23cdd91 rtw89_encode_chan_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe3f57b04 rtw89_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xedc475cc rtw89_read_efuse_ver +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xef42d74c rtw89_phy_set_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf49ca151 rtw89_phy_config_rf_reg_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf962464e rtw89_mac_coex_init_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xfad6b4f2 rtw89_phy_write_reg3_tbl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x09093768 rtw89_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x0e66ac5d rtw89_pci_disable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x0e7a0577 rtw89_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x0f06869e rtw89_pci_disable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x14b13cb9 rtw89_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x17070bf4 rtw89_pci_fill_txaddr_info_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x31ee1066 rtw89_pci_config_intr_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x363bc05f rtw89_pci_recognize_intrs +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x3f2d499b rtw89_pci_ltr_set_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x41c126b9 rtw89_pci_enable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x4ea3b17c rtw89_pci_fill_txaddr_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x50b56390 rtw89_pci_ltr_set +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x6efd9f2c rtw89_bd_ram_table_dual +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x71162055 rtw89_bd_ram_table_single +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x742df807 rtw89_pci_recognize_intrs_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x9c59d661 rtw89_pci_enable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x9ce0961b rtw89_pci_ch_dma_addr_set +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xeb05ece2 rtw89_pci_config_intr_mask_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xf630d9a9 rtw89_pci_ch_dma_addr_set_v1 +EXPORT_SYMBOL drivers/net/wireless/rsi/rsi_91x 0x84e0afff rsi_config_wowlan +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x1518b535 wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x29f0b1f4 wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x5af9a9ab wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xc6eac925 wl1271_free_tx_id +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x34f7817c fdp_nci_probe +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x3847d2bb fdp_nci_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0xe6b5acd7 microread_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0xecdd8ae7 microread_probe +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x3961fe5f nxp_nci_probe +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x70afdc80 nxp_nci_fw_recv_frame +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0xb508b891 nxp_nci_remove +EXPORT_SYMBOL drivers/nfc/pn533/pn533 0x690d83aa pn533_recv_frame +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x3c13fa9c pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xa99d9da0 pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x0b59618a s3fwrn5_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x48923e55 s3fwrn5_remove +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x76a27681 s3fwrn5_recv_frame +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x774203fc s3fwrn5_phy_set_wake +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xb09c3ba2 s3fwrn5_phy_power_ctrl +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xedb12f10 s3fwrn5_phy_set_mode +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xf2ab60da s3fwrn5_phy_get_mode +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x38d66a8c ndlc_remove +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x4e6750df st_nci_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x5eba9caf ndlc_probe +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x6f2dab96 ndlc_recv +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x8a4bc660 st_nci_se_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x99f176fe ndlc_open +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xa52ceb4a st_nci_se_io +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xc7374cf5 ndlc_close +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xc9801a0d st_nci_se_deinit +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xf2b6af4b ndlc_send +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x01dd178f st21nfca_im_send_atr_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x02fd5d52 st21nfca_se_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x11a50616 st21nfca_connectivity_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x11ce586f st21nfca_hci_loopback_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x38608767 st21nfca_hci_se_io +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x3e7c2d47 st21nfca_dep_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x4d53c7cd st21nfca_hci_enable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x62b17405 st21nfca_se_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x69d7d517 st21nfca_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x6ba61590 st21nfca_hci_disable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x7c465ab8 st21nfca_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x8d68b862 st21nfca_tm_send_dep_res +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xb652efe2 st21nfca_im_send_dep_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xd205c548 st21nfca_dep_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xd6361453 st21nfca_dep_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xd64cfb20 st21nfca_apdu_reader_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xe2f2cb25 st21nfca_hci_discover_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xf337db77 st21nfca_vendor_cmds_init +EXPORT_SYMBOL drivers/ntb/ntb 0x034b1a87 ntb_unregister_device +EXPORT_SYMBOL drivers/ntb/ntb 0x0cc9dbdd ntb_db_event +EXPORT_SYMBOL drivers/ntb/ntb 0x17a8927c ntb_set_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x2261a658 ntb_msi_setup_mws +EXPORT_SYMBOL drivers/ntb/ntb 0x34cebc0c ntb_msi_clear_mws +EXPORT_SYMBOL drivers/ntb/ntb 0x43579d0c ntb_clear_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x4d7a1c79 ntb_msi_init +EXPORT_SYMBOL drivers/ntb/ntb 0x51533ac7 ntb_default_peer_port_idx +EXPORT_SYMBOL drivers/ntb/ntb 0x550a0f60 ntb_default_peer_port_count +EXPORT_SYMBOL drivers/ntb/ntb 0x58ffd01d ntb_unregister_client +EXPORT_SYMBOL drivers/ntb/ntb 0x5ad05b32 ntbm_msi_free_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x62f87814 ntbm_msi_request_threaded_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x8abcb04b ntb_msi_peer_addr +EXPORT_SYMBOL drivers/ntb/ntb 0x9505ccd8 ntb_msi_peer_trigger +EXPORT_SYMBOL drivers/ntb/ntb 0x951911c7 __ntb_register_client +EXPORT_SYMBOL drivers/ntb/ntb 0x980f9bbd ntb_default_peer_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0xd0d1cd2c ntb_msg_event +EXPORT_SYMBOL drivers/ntb/ntb 0xe977619a ntb_default_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0xf377ed8b ntb_link_event +EXPORT_SYMBOL drivers/ntb/ntb 0xfc02ecbb ntb_register_device +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0x0e55cdf4 nvdimm_namespace_attach_btt +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0x227e0273 nvdimm_namespace_detach_btt +EXPORT_SYMBOL drivers/parport/parport 0x0040d5f5 parport_write +EXPORT_SYMBOL drivers/parport/parport 0x0050b713 parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x022e0471 parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0x02664934 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0x1c67b60c parport_del_port +EXPORT_SYMBOL drivers/parport/parport 0x22685129 parport_read +EXPORT_SYMBOL drivers/parport/parport 0x3eb4985c parport_register_dev_model +EXPORT_SYMBOL drivers/parport/parport 0x467eae97 parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x50b4ece4 parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0x594e566b parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0x5b69a3d5 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x60b4501b parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x64d9dcc2 parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0x72dd62aa parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x8b9bc599 parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x8d7bc5b6 parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0x9208af71 parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0x98e34e0d parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0x993fbdd9 parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0xa52a2be7 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0xa60f7f16 parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0xb413a78b parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xbaf5409d parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xd4f74083 parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xe0d30abf parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0xe2751af4 parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0xe3256a16 parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0xebea2334 __parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0xecf0ede0 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0xf05980cc parport_release +EXPORT_SYMBOL drivers/parport/parport 0xf6f124dd parport_negotiate +EXPORT_SYMBOL drivers/parport/parport_pc 0x20cbad2a parport_pc_unregister_port +EXPORT_SYMBOL drivers/parport/parport_pc 0x772d4bd5 parport_pc_probe_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x0e0b74d2 pcmcia_fixup_iowidth +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x0fc4034c pcmcia_map_mem_page +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x4b5cb889 pcmcia_read_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x691cbe07 pcmcia_unregister_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x6f2cc936 pcmcia_enable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x75329738 pcmcia_loop_config +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x75b4ec39 pcmcia_request_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0x8491d299 pcmcia_disable_device +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xb2403e6f pcmcia_request_io +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xbb312663 pcmcia_parse_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xbc1c7f62 pcmcia_fixup_vpp +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xc140bfaf pcmcia_get_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xc53c46e4 pcmcia_request_irq +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xc6ca4af5 pcmcia_release_window +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xc819cc84 pcmcia_loop_tuple +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xe5e77e5b pcmcia_dev_present +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xe6fefe01 pcmcia_register_driver +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xefc71172 pcmcia_get_mac_from_cis +EXPORT_SYMBOL drivers/pcmcia/pcmcia 0xf059f5d2 pcmcia_write_config_byte +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x19dbb569 pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x1c86f415 pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x2010208b pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x6866b5a5 pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x6f884e26 pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x9df5a053 pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xba273707 pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xbdb0e952 pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xc80d93d8 pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf8cef8e7 pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf942709b pcmcia_socket_list_rwsem +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x25ca7a17 pccard_nonstatic_ops +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x4f80fd7c pccard_static_ops +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x2333a649 cros_ec_resume_complete +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x370aebd2 cros_ec_suspend_late +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x60d2a8b6 cros_ec_unregister +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x695b0f97 cros_ec_suspend +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x74aa9a0a cros_ec_resume +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xbbf2e2a4 cros_ec_register +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xbc69e531 cros_ec_suspend_prepare +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xe996b0a3 cros_ec_resume_early +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xf25aacf5 cros_ec_irq_thread +EXPORT_SYMBOL drivers/platform/chrome/cros_ec_lpcs 0xaa1c36de cros_ec_lpc_io_bytes_mec +EXPORT_SYMBOL drivers/platform/chrome/cros_ec_lpcs 0xc4ebc6b3 cros_ec_lpc_mec_init +EXPORT_SYMBOL drivers/platform/x86/dell/dcdbas 0xa75079d6 dcdbas_smi_request +EXPORT_SYMBOL drivers/platform/x86/intel/intel_punit_ipc 0x3a0b563a intel_punit_ipc_simple_command +EXPORT_SYMBOL drivers/platform/x86/sony-laptop 0xd857cac7 sony_pic_camera_command +EXPORT_SYMBOL drivers/platform/x86/wmi 0x3ebda48b wmi_driver_unregister +EXPORT_SYMBOL drivers/platform/x86/wmi 0xc1e89a0f __wmi_driver_register +EXPORT_SYMBOL drivers/rpmsg/qcom_glink 0xd7119b40 qcom_glink_native_rx +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0x4c13dd76 rpmsg_chrdev_eptdev_create +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0x786677d3 rpmsg_chrdev_eptdev_destroy +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x03415468 unregister_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x1c2b7697 rpmsg_poll +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x232e213c rpmsg_register_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x2c84d5f4 rpmsg_find_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x379ed42d rpmsg_destroy_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x454d2f89 rpmsg_sendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x4e584e4e rpmsg_trysend_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x4e61697f rpmsg_trysendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x5f7a818c rpmsg_trysend +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x6b256cb4 rpmsg_create_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x73cf80c7 rpmsg_register_device_override +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x99a4f74d rpmsg_class +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xa298d4ff rpmsg_get_mtu +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xa2a21906 rpmsg_unregister_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xb6f22966 rpmsg_create_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xc47f22c9 __register_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xc5545aec rpmsg_send_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xe8d7cf84 rpmsg_release_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xfbf00bd9 rpmsg_send +EXPORT_SYMBOL drivers/rpmsg/rpmsg_ns 0xa8f2a35d rpmsg_ns_register_device +EXPORT_SYMBOL drivers/scsi/53c700 0x3d9cece0 NCR_700_intr +EXPORT_SYMBOL drivers/scsi/53c700 0x5dcdd93d NCR_700_release +EXPORT_SYMBOL drivers/scsi/53c700 0x7892f141 NCR_700_detect +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x1cdcafaa scsi_esp_register +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x3c5cf1bc scsi_esp_template +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x4a29ab38 scsi_esp_intr +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xf402ddef scsi_esp_unregister +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xf92ce628 scsi_esp_cmd +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x0950df44 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x1f973a97 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x2a7681a1 fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x5e728c44 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x6288a3e4 fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x85dcad3c fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x9442e649 fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xa3a76504 fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xaaeadfba fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xd15e40e8 fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xf06b52ec fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0223d41b fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x090b7ca8 fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0c588c9b fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1e324f01 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1e4eadc1 fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x279d7b0f fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2a23893f fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2a687f37 fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2a876eb1 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2ac313e7 fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2f99a872 fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3b4e1949 _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x41b48275 fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4c1b8ef8 fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4dcfcfad fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4eb59ce3 fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4ef3da70 fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x56d36ae2 fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5d27b117 fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5d991583 fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x69023656 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6b3fb5da fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6d47f1b7 fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x75174b8f fc_exch_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x75d947af fc_lport_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x79fb9b65 fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7c5e7e6b fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7cf1bf5a fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7e865e3b fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7f3407a7 fc_seq_start_next +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7f6e07d1 fc_rport_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8063427c fc_seq_set_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x80c817c7 fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x811811e0 fc_exch_done +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x87c879a5 libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x881fe99c fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x958ee35a fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x974a1204 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x99dc24ce fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9d50ed7e fc_rport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa1bcd198 fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb052c05e fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb0ddd5a1 fc_rport_flush_queue +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb280f351 fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb6ece7d3 fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xba7fc75e fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc1e80ad9 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc4ee6765 fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc8bb81b1 fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc8ddf0d2 fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcc40aa07 fc_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd417bcc6 fc_rport_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd797bb42 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdb8c1ae6 fc_rport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe3976e28 fc_seq_assign +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe5cf06b5 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe7344180 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xecc79d39 fc_rport_recv_req +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf2b7178f fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf3c990b5 fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf8b98bc6 fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf990670f fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfa4667d1 fc_seq_release +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfb5230d5 fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfdbec9a1 fc_rport_login +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x00f12f96 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4a8e3d34 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x93a06f2f sas_resume_ha_no_sync +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xce9641f2 sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xeb237852 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0x8e61e4a0 mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xa21fafb9 mraid_mm_adapter_app_handle +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xb2cf7c01 mraid_mm_unregister_adp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x1c2c39be qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x31631593 qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x32ff7cb8 qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x39ce2a04 qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x3dbc3347 qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x4e9708b2 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x6df534d8 qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x6fe5f985 qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x72b7b4c9 qlt_abort_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xa60245cb qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xc057fa35 qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xe0ba5a24 qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x1f55cd70 qlogicfas408_ihandl +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x2bfac031 qlogicfas408_biosparam +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x3fd8cd71 qlogicfas408_detect +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x5046c89f qlogicfas408_disable_ints +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x6132482b qlogicfas408_info +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0x75e91451 qlogicfas408_queuecommand +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xba47b506 qlogicfas408_host_reset +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xbf7b7ed6 qlogicfas408_abort +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xe76b3b20 qlogicfas408_get_chip_type +EXPORT_SYMBOL drivers/scsi/qlogicfas408 0xf2b95199 qlogicfas408_setup +EXPORT_SYMBOL drivers/scsi/raid_class 0x16b316d1 raid_class_release +EXPORT_SYMBOL drivers/scsi/raid_class 0xa0c42bb1 raid_class_attach +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x10e22399 fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x11b2af21 fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x375f8bbd fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x495b2b08 fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x5b0c0de4 fc_host_fpin_rcv +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x5ed765c9 fc_eh_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x84113a41 fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x87670cee fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x88b25ec8 fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x8982f0e4 scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x965ebabc fc_host_post_fc_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x9b4c2487 fc_find_rport_by_wwpn +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xc2a84f51 fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xd1c74227 fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xedb30c99 fc_block_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xefb14ffb fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xf880ccb7 fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xff138522 fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x07b8000b sas_get_address +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x10a2d748 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1c87f984 sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1cdffa81 sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2178163d sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2b4b9910 sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2d6c4cdc sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2dd4592f scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x34b5075e sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3ed95829 sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x44312ab2 scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5127f7a6 sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5328f57d sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5ec8640f sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x67d45fee sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x67e4e245 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6e50120e sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7c30627c sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x805ebff8 sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x82fc7676 sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8ae11606 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9493b014 sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9607a2ca sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x99de12ef sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9b7babc7 scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa6c19b74 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc66fa587 sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe4254a29 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe5eef699 sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x17b64287 spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x22ef28c2 spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x594d08eb spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x9a9e9324 spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xbd84eeb4 spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x2cce8071 srp_rport_get +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x405b6e05 srp_parse_tmo +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x5404b840 srp_rport_put +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xc3e110de srp_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xe05392a3 srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xfcbc4362 srp_reconnect_rport +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x04d630f0 qmi_txn_wait +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x1c7120e7 qmi_handle_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x20f23784 qmi_send_response +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x28ac2fd2 qmi_encode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x29083ebf qmi_send_indication +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x3917025c qmi_add_lookup +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x4cd2fe40 qmi_response_type_v01_ei +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x6051451d qmi_decode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x95f7cc70 qmi_add_server +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xc19ae731 qmi_send_request +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xf12f27e0 qmi_txn_cancel +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xfcc3b856 qmi_txn_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xfcc4cfe7 qmi_handle_release +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x16d1706b sdw_prepare_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1adc2feb sdw_stream_add_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1deee061 sdw_find_row_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x347746c1 sdw_nwrite +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x376156ec sdw_slave_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3b0a8582 sdw_startup_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x41548666 sdw_stream_remove_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x49347e1f sdw_read_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x49b08e18 sdw_update +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4a0a148c sdw_extract_slave_id +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4cde88bf sdw_disable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4df5be59 sdw_slave_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x50a1865a sdw_nwrite_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x554a4f22 sdw_write_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x5d39cc06 sdw_bus_master_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x60e31fbb sdw_find_col_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x64019de4 sdw_compare_devid +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x6f95b16b sdw_shutdown_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x71891d59 sdw_deprepare_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x74df50d3 sdw_bread_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x75c6a6ef sdw_bus_prep_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x7dab0746 sdw_bus_exit_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x7f795876 sdw_write +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x8a38d204 sdw_nread_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x8e165cfc sdw_stream_remove_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x971bd546 sdw_bus_master_delete +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9b65888d sdw_update_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9e122d79 sdw_alloc_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9f665957 sdw_show_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xa637a539 sdw_nread +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xa6fad4ea sdw_stream_add_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xac706d38 sdw_bwrite_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xb9e87a78 sdw_read +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xba54b904 sdw_cols +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xbaf0af67 sdw_master_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xbbec2c2e sdw_enable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xbde9e1a2 sdw_bus_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xcf11036b sdw_handle_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xda5bce09 sdw_release_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xeb3b283f sdw_clear_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf53ba0b8 sdw_rows +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x0a17d4c6 sdw_cdns_pdi_init +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x1be89612 sdw_cdns_is_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x1ede6224 sdw_cdns_check_self_clearing_bits +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x34712074 sdw_cdns_irq +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x35c2237d sdw_cdns_alloc_pdi +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x46165a7b sdw_cdns_exit_reset +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x46e49e13 sdw_cdns_enable_interrupt +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x4d474dea cdns_xfer_msg_defer +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x541a7a4b sdw_cdns_config_update +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x5a922398 sdw_cdns_config_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x6256d04c cdns_set_sdw_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x7054d816 cdns_read_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x705b91b6 sdw_cdns_probe +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x77c603c3 cdns_bus_conf +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x9ec3efbf sdw_cdns_clock_restart +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xa5e0de3c cdns_xfer_msg +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xdda73055 sdw_cdns_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xe795dcf2 sdw_cdns_init +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xe7fe66be sdw_cdns_config_update_set_wait +EXPORT_SYMBOL drivers/soundwire/soundwire-generic-allocation 0x4b09f9f9 sdw_compute_params +EXPORT_SYMBOL drivers/soundwire/soundwire-generic-allocation 0xe00cf0df sdw_compute_slave_ports +EXPORT_SYMBOL drivers/ssb/ssb 0x0071d9c2 ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0x05f663f9 ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x0da30ed8 ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x1498030b ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0x2858ea11 ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x2b31616d ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0x32df232c ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0x3b3f1871 ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x4be81d9b ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x686429c0 ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0x6d9732b0 ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0x6e347fcc ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xa11a2922 ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0xa2da7801 ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0xc64e8643 ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0xcb17f1cb ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xdc9a3eb6 __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0xdfc7c6ef ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xe167fd57 ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0xe2556e24 ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0xf605e28f ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0xfd70be3e ssb_device_is_enabled +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x0b7b34a6 fbtft_write_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x272cdd32 fbtft_remove_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x4b0617d7 fbtft_dbg_hex +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x4e8d6ffd fbtft_write_reg8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x59c6bd7b fbtft_unregister_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x5ccfb4cd fbtft_write_gpio16_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x5fcd4716 fbtft_framebuffer_release +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x67b87f4b fbtft_write_reg8_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x68bcc4c8 fbtft_write_vmem8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x70e01e6d fbtft_write_reg16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x83ee831f fbtft_init_display +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x8b5f1872 fbtft_write_gpio16_wr_latched +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x8bfc08ba fbtft_framebuffer_alloc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x9265380e fbtft_write_vmem16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xa54628b1 fbtft_register_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xa9f0097e fbtft_write_gpio8_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xb280f1bd fbtft_write_vmem16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xb5f5fd6d fbtft_write_spi_emulate_9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xc6f4a5d0 fbtft_probe_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xcabd9a94 fbtft_read_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xce7f2a18 fbtft_write_vmem16_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xda089afa fbtft_register_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xdc886643 fbtft_write_reg16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xe3c4dcd3 fbtft_write_buf_dc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xe43c7494 fbtft_unregister_backlight +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x1ed225fc gbaudio_unregister_module +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x54c120ab gbaudio_module_update +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x8f8708ea gbaudio_register_module +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x73b82646 adt7316_probe +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x02ec7b77 rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x08ca2bd2 rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0cb8cdf5 rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0f39a2f9 rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0fb3466d rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1215a743 rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x13c8a322 rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x16d5a76f rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1afcb7ac rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1b040f78 rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1d8f6294 rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22166084 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2cb31056 rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3729013d rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3b0011fe rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3b3809e5 alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x404de3b4 rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x42129c85 rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x43d6f2f2 rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x48e45ee0 rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4abe9c43 rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x55bd1575 rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5b9a4416 rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x66b8a4f0 HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6e9006b2 dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7441b327 rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x77eec977 rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7fa86680 dot11d_channel_map +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x904757af rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x90a9b5fb rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x91d5c4d2 rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x98a6ded7 rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x98cbaeea rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9dcc897c rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9f695004 rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xaaf98f0e rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xab2fc3c2 rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xabf2ca10 rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc5092fca rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd40cf15a notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd41d194d rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd645c3e3 rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf1e32a3 rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe82be4e0 rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf2d1ad0e rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf4eeea05 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf7b965b1 rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfcf06567 rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfd9c2486 free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfdcc50a1 RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0587c20c is_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x112ab02a ieee80211_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x117742cd ieee80211_wx_get_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x149805bb ieee80211_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1595321a ieee80211_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x17ef2b91 to_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1c37795b ieee80211_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1edbe3e5 ieee80211_rx_mgt +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x232e7944 ieee80211_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x265777ed ieee80211_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x32cdc5ae ieee80211_softmac_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x335173b4 ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x35b83a38 ieee80211_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x36421899 ieee80211_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3abb99ae ieee80211_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3dfb06b2 ieee80211_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3f82f66f ieee80211_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4120f965 dot11d_reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x499649da ieee80211_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4f4bbde7 ieee80211_rx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4f8b0c15 ieee80211_disassociate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x552ff119 ieee80211_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5b7e88f8 notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5de1d8fc ieee80211_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x62547f1b SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x65a95320 dot11d_scan_complete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6651f895 ieee80211_is_shortslot +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x69c54be9 ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6c833328 ieee80211_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x706fdd6b ieee80211_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7aac85b2 ieee80211_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x80d1b60e ieee80211_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x84c1bd00 ieee80211_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x86cae725 ieee80211_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8705a8ff ieee80211_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9179f364 ieee80211_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x91a5917b ieee80211_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x951a134b ieee80211_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x95fd37ea ieee80211_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x97976f41 ieee80211_softmac_xmit +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9be946bc ieee80211_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9f049416 ieee80211_txb_free +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa092178f HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa8181f3b ieee80211_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb4f4f178 ieee80211_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb5e5ad01 ieee80211_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb8ff159e ieee80211_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbc6bc3c9 ieee80211_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbff21229 rtl8192u_dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcc709c0a ieee80211_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcfb6037c dot11d_update_country_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd04b0aab ieee80211_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd8ffab5b dot11d_get_max_tx_pwr_in_dbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd98be45d ieee80211_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe3372510 ieee80211_is_54g +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfd341166 ieee80211_stop_send_beacons +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x03ab0de2 iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1c66e3f6 iscsi_change_param_sprintf +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1d5225c9 iscsit_add_cmd_to_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x296f39c4 iscsit_free_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x29942aec iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x30515507 iscsit_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x388c01fe iscsi_target_check_login_request +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3bf075c2 iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x422d4629 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4387e35b iscsit_build_datain_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4853555c iscsit_aborted_task +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x49644aac iscsit_queue_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4f337470 iscsit_get_datain_values +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4f501f43 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x52b3428f iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5675749f iscsit_find_cmd_from_itt +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x59a573d4 iscsit_thread_check_cpumask +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x64005713 iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x67deecc3 iscsit_handle_snack +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x68d9362d iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6cac2a9b iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x723b373d iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x73e08116 iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7f462931 iscsit_set_unsolicited_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x857218fa iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8e12c90e iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x93e5344b iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9fd42d46 iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa80b4f43 iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa9adee3b iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa9d6cffd iscsit_reject_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb29c7f99 __iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbc6c0941 iscsit_add_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbdf3c299 iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc3c4e637 iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc58205cf iscsit_response_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc9ccac50 iscsit_build_r2ts_for_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd07fdd1a iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd5a51602 iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdb344006 iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe67722be iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xeea94aec iscsit_find_cmd_from_itt_or_dump +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf34332f0 iscsi_find_param_from_key +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf387343d iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xff3108f3 iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xffb678d7 iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/target_core_mod 0x02210a0c core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x02d0b15a target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x0871ffd6 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x0983813a sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0x142072c0 transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x1868a12b core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x1898ef2e target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x18be18e5 sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x18fd25ae sbc_dif_verify +EXPORT_SYMBOL drivers/target/target_core_mod 0x19ac722c target_remove_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x1a6bfc50 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x1d0c7c3d passthrough_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x2025cf93 target_send_busy +EXPORT_SYMBOL drivers/target/target_core_mod 0x2147211e passthrough_pr_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x23abcb5d target_stop_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x2410bc42 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x2db8794f transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0x2e314e51 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x3088d8c8 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x32bda398 target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0x3350d87b core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x3a20a9d7 transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x3d9545b2 target_tpg_has_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x429f2d86 target_register_template +EXPORT_SYMBOL drivers/target/target_core_mod 0x4489da23 target_cmd_init_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x485ada9d transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x488f9e2b transport_copy_sense_to_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x4bafdb4f spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0x4f214830 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x4f4203f3 sbc_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x52ad88d2 passthrough_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x5764387e transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x585e428a target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x5a280687 core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x5bdb610a target_free_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0x63b6df14 target_show_dynamic_sessions +EXPORT_SYMBOL drivers/target/target_core_mod 0x674c2438 spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x6e5f9824 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x75d23dff target_complete_cmd_with_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x77170531 target_depend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x8176602a spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0x82400eb3 spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x8b57a231 transport_alloc_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x90cc62f0 __target_init_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x929bd26b target_setup_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x929e7294 transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x96731235 target_set_cmd_data_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x9890beb3 transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xa879146f transport_backend_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xaa862e93 target_undepend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0xaadb4432 target_cmd_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xac3b510e target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xadd159b4 target_backend_unregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xaefbcacd target_alloc_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0xb02cf2d3 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0xb431bfd0 target_lun_is_rdonly +EXPORT_SYMBOL drivers/target/target_core_mod 0xb8f9b447 transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0xba4ecb3e core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0xbc1d2c1f transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xbd905952 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0xbe741cf1 sbc_dif_copy_prot +EXPORT_SYMBOL drivers/target/target_core_mod 0xc7a46c62 target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0xc82f3369 transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xc83d409f transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xd0981adc core_allocate_nexus_loss_ua +EXPORT_SYMBOL drivers/target/target_core_mod 0xd20ab314 target_nacl_find_deve +EXPORT_SYMBOL drivers/target/target_core_mod 0xd33c0d4b transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xd8ed6643 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0xd9c07ad5 target_show_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xe251f775 target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0xe4867fbe sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0xe4895628 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0xe8750b5e transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0xeb520f23 core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3c2dfe0 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf6bd2724 target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0xf790b1e8 target_unregister_template +EXPORT_SYMBOL drivers/target/target_core_mod 0xf7b422f1 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xfb2898fa target_complete_cmd +EXPORT_SYMBOL drivers/thermal/intel/int340x_thermal/acpi_thermal_rel 0x1887763e acpi_thermal_rel_misc_device_add +EXPORT_SYMBOL drivers/thermal/intel/int340x_thermal/acpi_thermal_rel 0x86c998e6 acpi_thermal_rel_misc_device_remove +EXPORT_SYMBOL drivers/thermal/intel/int340x_thermal/acpi_thermal_rel 0x9103c585 acpi_parse_art +EXPORT_SYMBOL drivers/thermal/intel/int340x_thermal/acpi_thermal_rel 0xf0f9fe0d acpi_parse_trt +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x13c39356 ufshcd_runtime_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x3beaafe0 ufshcd_system_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x58ce0010 ufshcd_system_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x9f66baf3 ufshcd_alloc_host +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xa41e46d6 ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xfc7bf323 ufshcd_get_local_unipro_ver +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0x2a9e9e5a tc_dwc_g210_config_20_bit +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0xcb35400b tc_dwc_g210_config_40_bit +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0x76a81ab5 ufshcd_dwc_link_startup_notify +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0xcb80e414 ufshcd_dwc_dme_set_attrs +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0x93b9eb6b usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0x25a0da1b usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x4cf6af65 sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x00fb2a6a usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x23bdcffa usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x275e826c usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x37d7c1f3 usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x4287c292 usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x80dcabbd usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xbd7548f9 usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xce124a25 usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xd48a2cee usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xee5372c4 usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xf12950c2 usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x3d3dcd66 usb_serial_resume +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xdcca61b1 usb_serial_suspend +EXPORT_SYMBOL drivers/vdpa/vdpa 0x55b84d9f vdpa_set_status +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x5c14fe3c mdev_register_driver +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x72a328ac mdev_register_parent +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x791a9dcc mdev_unregister_parent +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0xa3eefaf0 mdev_unregister_driver +EXPORT_SYMBOL drivers/vfio/vfio 0x19567d06 vfio_info_cap_shift +EXPORT_SYMBOL drivers/vfio/vfio 0x1e793a88 vfio_pin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0x6c28be5a vfio_info_add_capability +EXPORT_SYMBOL drivers/vfio/vfio 0x8618f450 vfio_unpin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0x98c0cab5 vfio_dma_rw +EXPORT_SYMBOL drivers/vfio/vfio 0xadc044b7 vfio_set_irqs_validate_and_prepare +EXPORT_SYMBOL drivers/vhost/vhost 0x330b87ff vhost_chr_poll +EXPORT_SYMBOL drivers/vhost/vhost 0x88bb9179 vhost_chr_write_iter +EXPORT_SYMBOL drivers/vhost/vringh 0x22535a6e vringh_abandon_user +EXPORT_SYMBOL drivers/vhost/vringh 0x22f44e7d vringh_getdesc_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x31848eae vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0x372fd6c2 vringh_init_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3a5d8ed7 vringh_getdesc_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3b304ebb vringh_iov_push_user +EXPORT_SYMBOL drivers/vhost/vringh 0x4311cd91 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0x52bae5f4 vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x660779c8 vringh_kiov_advance +EXPORT_SYMBOL drivers/vhost/vringh 0x6bcdc931 vringh_complete_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x6bf1b1c2 vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0x7eaceeaa vringh_init_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x8f8840e8 vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x932af7d7 vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x964ca823 vringh_iov_push_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x97fa07e9 vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x9a775e41 vringh_init_iotlb_va +EXPORT_SYMBOL drivers/vhost/vringh 0x9a81a3f6 vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x9bdd89ae vringh_abandon_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x9f597502 vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xacec70e7 vringh_need_notify_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xb98c2548 vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xbb2391f3 vringh_notify_enable_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xbdb0df4e vringh_set_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xc33f4090 vringh_iov_pull_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xc467f54a vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xc5a7eb98 vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xcc0cbfb9 vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0xd8535ad6 vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xde804bb9 vringh_iov_pull_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xe08ccbed vringh_notify_disable_iotlb +EXPORT_SYMBOL drivers/video/backlight/lcd 0x4ec47df9 devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0x72531d69 lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0x9d0f5524 devm_lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xf0df24ce lcd_device_unregister +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x17f3f471 svga_set_default_seq_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x1be6dc30 svga_set_textmode_vga_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x1cccf847 svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x34c67a87 svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4c159d0d svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x80db31b6 svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x83a41489 svga_set_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x84c337c2 svga_wcrt_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x84c97d2a svga_match_format +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xb0ab2b2e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xb602d3bf svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd6ec2c44 svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xdcc5a013 svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xf3b1640c svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xf418af0b svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x0cc3ede5 cyber2000fb_detach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x534b6f18 cyber2000fb_disable_extregs +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0xb39f68d1 cyber2000fb_enable_extregs +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0xced3a955 cyber2000fb_attach +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0x233917d1 mac_vmode_to_var +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xf6033291 mac_find_mode +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x68f454fb g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xdbef2802 matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xfbe590f6 matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x16f3375d matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x38a62f7b DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xbe9e9ffc DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xc01ec2d5 matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0xe474bea4 matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0xea7dfd85 matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x24c5a8c2 matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x770719b7 matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x7d9920a5 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xcb34410d matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x5e26ccf5 matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xb9da930d matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xad42154b matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xad5abaa5 matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xb61b9d76 matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xc62037ca matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xf564749c matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x3037658e sis_malloc +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0xfe963115 sis_free +EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga +EXPORT_SYMBOL drivers/video/vgastate 0xe7a2620e save_vga +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0x124862c8 vbg_hgcm_connect +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0x161a9143 vbg_get_gdev +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0x260590c0 vbg_err +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0x569b312f vbg_info +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0x64326a82 vbg_hgcm_call +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0x68f1cf1a vbg_err_ratelimited +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0x70cdcbfd vbg_warn +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0x9c072aa8 vbg_status_code_to_errno +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0xfae05008 vbg_put_gdev +EXPORT_SYMBOL drivers/virt/vboxguest/vboxguest 0xfff29f3f vbg_hgcm_disconnect +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x223d71a8 virtio_dma_buf_export +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x3c4e3714 virtio_dma_buf_get_uuid +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x41349d1b is_virtio_dma_buf +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x6f55f0ec virtio_dma_buf_attach +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x137b4c38 w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x67861243 w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x0a579b42 w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x1699cab5 w1_ds2781_io +EXPORT_SYMBOL drivers/w1/wire 0x5a366ce7 w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0xc076ed6c w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0xf3f0a511 w1_add_master_device +EXPORT_SYMBOL drivers/w1/wire 0xfaa03f44 w1_remove_master_device +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0x04e133fc iTCO_vendor_check_noreboot_on +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0x75bec08d iTCO_vendor_pre_stop +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xc8930f32 iTCO_vendor_pre_start +EXPORT_SYMBOL drivers/watchdog/iTCO_vendor_support 0xed2a3373 iTCO_vendorsupport +EXPORT_SYMBOL fs/fscache/fscache 0x1016e9da fscache_cookie_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0x190f02e3 __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x1a0d09e7 fscache_n_write +EXPORT_SYMBOL fs/fscache/fscache 0x1f2dcef3 __fscache_begin_read_operation +EXPORT_SYMBOL fs/fscache/fscache 0x234a140d __traceiter_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x28bbd0f4 fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0x29396e79 fscache_get_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x34cf1a47 fscache_withdraw_volume +EXPORT_SYMBOL fs/fscache/fscache 0x351c45de __tracepoint_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x39cf82a4 __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x4404d2aa fscache_n_no_create_space +EXPORT_SYMBOL fs/fscache/fscache 0x4996bd29 fscache_n_updates +EXPORT_SYMBOL fs/fscache/fscache 0x4bda5373 __SCK__tp_func_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0x557a775f fscache_addremove_sem +EXPORT_SYMBOL fs/fscache/fscache 0x5954d7ac __SCT__tp_func_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x615845ab fscache_dirty_folio +EXPORT_SYMBOL fs/fscache/fscache 0x68f23ac6 fscache_acquire_cache +EXPORT_SYMBOL fs/fscache/fscache 0x6d356e90 __fscache_resize_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x7aab352a fscache_caching_failed +EXPORT_SYMBOL fs/fscache/fscache 0x7b1b25da __SCT__tp_func_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x7c87e02d __SCT__tp_func_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0x7ccd236b __fscache_use_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x8a418b6e __fscache_write_to_cache +EXPORT_SYMBOL fs/fscache/fscache 0x8c2d6da7 fscache_clearance_waiters +EXPORT_SYMBOL fs/fscache/fscache 0x8cf915e2 __SCK__tp_func_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x90665945 fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0x90d447f3 fscache_n_culled +EXPORT_SYMBOL fs/fscache/fscache 0x913a0ec1 fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0x9734f0b7 fscache_withdraw_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x9c7a8d25 __fscache_clear_page_bits +EXPORT_SYMBOL fs/fscache/fscache 0x9ffefcb2 fscache_n_read +EXPORT_SYMBOL fs/fscache/fscache 0xa44fc3b1 __fscache_acquire_volume +EXPORT_SYMBOL fs/fscache/fscache 0xa712562c __fscache_unuse_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xa862f2f4 __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xaceb38c9 __fscache_begin_write_operation +EXPORT_SYMBOL fs/fscache/fscache 0xad6206b5 fscache_end_volume_access +EXPORT_SYMBOL fs/fscache/fscache 0xae6040a5 __traceiter_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0xbca46908 fscache_wq +EXPORT_SYMBOL fs/fscache/fscache 0xbdd04fd6 fscache_wait_for_operation +EXPORT_SYMBOL fs/fscache/fscache 0xc0e88d95 __SCK__tp_func_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0xc5a6bf3a fscache_resume_after_invalidation +EXPORT_SYMBOL fs/fscache/fscache 0xc85e6605 __tracepoint_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0xcce11a60 fscache_n_no_write_space +EXPORT_SYMBOL fs/fscache/fscache 0xdcb87498 __traceiter_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0xe07c17d2 __tracepoint_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0xe1d3c47c fscache_end_cookie_access +EXPORT_SYMBOL fs/fscache/fscache 0xeb3b5163 __fscache_relinquish_volume +EXPORT_SYMBOL fs/fscache/fscache 0xf29de7aa fscache_put_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xfe071804 fscache_relinquish_cache +EXPORT_SYMBOL fs/netfs/netfs 0x0fd6d870 netfs_subreq_terminated +EXPORT_SYMBOL fs/netfs/netfs 0x40c82d16 netfs_write_begin +EXPORT_SYMBOL fs/netfs/netfs 0x4aff3df3 netfs_read_folio +EXPORT_SYMBOL fs/netfs/netfs 0x81ff6e34 netfs_stats_show +EXPORT_SYMBOL fs/netfs/netfs 0xf886f43d netfs_readahead +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x0eb1cce7 qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0x1aa77e6c qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x3402e9eb qtree_delete_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x769145c1 qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xe3d4107d qtree_get_next_id +EXPORT_SYMBOL fs/quota/quota_tree 0xfd36b4f0 qtree_read_dquot +EXPORT_SYMBOL lib/crc-itu-t 0x09a34a2b crc_itu_t +EXPORT_SYMBOL lib/crc-itu-t 0xd819a524 crc_itu_t_table +EXPORT_SYMBOL lib/crc7 0x65aaf037 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc7 0xba55d23e crc7_be +EXPORT_SYMBOL lib/crc8 0x9c5d5b94 crc8 +EXPORT_SYMBOL lib/crc8 0xaa8106bc crc8_populate_msb +EXPORT_SYMBOL lib/crc8 0xc3cd034d crc8_populate_lsb +EXPORT_SYMBOL lib/crypto/libarc4 0x2bb32ad1 arc4_setkey +EXPORT_SYMBOL lib/crypto/libarc4 0xcd47fcc4 arc4_crypt +EXPORT_SYMBOL lib/crypto/libchacha 0xcec122d7 chacha_crypt_generic +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x147c3f2e chacha20poly1305_encrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x521c7102 xchacha20poly1305_decrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x6c713da5 chacha20poly1305_encrypt_sg_inplace +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x916491ac chacha20poly1305_decrypt_sg_inplace +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0xc20134e7 chacha20poly1305_decrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0xce15a526 xchacha20poly1305_encrypt +EXPORT_SYMBOL lib/crypto/libcurve25519-generic 0x12627f15 curve25519_generic +EXPORT_SYMBOL lib/crypto/libcurve25519-generic 0x4a5a8811 curve25519_null_point +EXPORT_SYMBOL lib/crypto/libcurve25519-generic 0x7e6fdbfc curve25519_base_point +EXPORT_SYMBOL lib/crypto/libpoly1305 0x021f3700 poly1305_core_blocks +EXPORT_SYMBOL lib/crypto/libpoly1305 0xbcb90cb3 poly1305_core_emit +EXPORT_SYMBOL lib/crypto/libpoly1305 0xd45b9cf4 poly1305_core_setkey +EXPORT_SYMBOL lib/libcrc32c 0xb15b4109 crc32c +EXPORT_SYMBOL lib/lru_cache 0x0cb562e6 lc_put +EXPORT_SYMBOL lib/lru_cache 0x12de578e lc_committed +EXPORT_SYMBOL lib/lru_cache 0x18c94fe1 lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0x1d2ebc6a lc_get +EXPORT_SYMBOL lib/lru_cache 0x2675693b lc_del +EXPORT_SYMBOL lib/lru_cache 0x2cc92efb lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0x75e88edc lc_destroy +EXPORT_SYMBOL lib/lru_cache 0x96d40a48 lc_try_get +EXPORT_SYMBOL lib/lru_cache 0xa79000a0 lc_is_used +EXPORT_SYMBOL lib/lru_cache 0xaeb959aa lc_create +EXPORT_SYMBOL lib/lru_cache 0xbf18a077 lc_reset +EXPORT_SYMBOL lib/lru_cache 0xc4d8d7a4 lc_find +EXPORT_SYMBOL lib/lru_cache 0xdbdee578 lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0xf0e20f9b lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0xfba16232 lc_get_cumulative +EXPORT_SYMBOL lib/lz4/lz4_compress 0x4f4d78c5 LZ4_compress_default +EXPORT_SYMBOL lib/lz4/lz4_compress 0x5bc92e85 LZ4_compress_destSize +EXPORT_SYMBOL lib/lz4/lz4_compress 0x6004858d LZ4_compress_fast +EXPORT_SYMBOL lib/lz4/lz4_compress 0x635ff76d LZ4_saveDict +EXPORT_SYMBOL lib/lz4/lz4_compress 0x749849d8 LZ4_loadDict +EXPORT_SYMBOL lib/lz4/lz4_compress 0xf9eced44 LZ4_compress_fast_continue +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x38f7b6e0 LZ4_compress_HC_continue +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x93ff008c LZ4_loadDictHC +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x9cef495b LZ4_saveDictHC +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0xddf86133 LZ4_compress_HC +EXPORT_SYMBOL lib/math/cordic 0x7e431c15 cordic_calc_iq +EXPORT_SYMBOL lib/objagg 0x0363233d objagg_obj_raw +EXPORT_SYMBOL lib/objagg 0x23865923 objagg_destroy +EXPORT_SYMBOL lib/objagg 0x24ca5ca9 objagg_obj_root_priv +EXPORT_SYMBOL lib/objagg 0x342aefe2 objagg_obj_delta_priv +EXPORT_SYMBOL lib/objagg 0x352633f4 objagg_hints_stats_get +EXPORT_SYMBOL lib/objagg 0x3c58e78f objagg_hints_put +EXPORT_SYMBOL lib/objagg 0x6691f29d objagg_obj_put +EXPORT_SYMBOL lib/objagg 0x679e8cc2 objagg_create +EXPORT_SYMBOL lib/objagg 0xb17ab162 objagg_obj_get +EXPORT_SYMBOL lib/objagg 0xdaa3ee68 objagg_stats_get +EXPORT_SYMBOL lib/objagg 0xf5511527 objagg_stats_put +EXPORT_SYMBOL lib/objagg 0xfaa9d1a8 objagg_hints_get +EXPORT_SYMBOL lib/parman 0x0f518717 parman_prio_init +EXPORT_SYMBOL lib/parman 0x7b03d378 parman_item_add +EXPORT_SYMBOL lib/parman 0x8b7e26f5 parman_item_remove +EXPORT_SYMBOL lib/parman 0xc3e2d892 parman_create +EXPORT_SYMBOL lib/parman 0xc6a3d260 parman_prio_fini +EXPORT_SYMBOL lib/parman 0xca39ae6a parman_destroy +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0b2c64a3 raid6_vgfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x17f54263 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x59a2712d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0xb0d904b7 raid6_empty_zero_page +EXPORT_SYMBOL lib/raid6/raid6_pq 0xc8e3332b raid6_gflog +EXPORT_SYMBOL lib/raid6/raid6_pq 0xcc4ee841 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd91319d6 raid6_gfmul +EXPORT_SYMBOL net/6lowpan/6lowpan 0x18b2e893 lowpan_unregister_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0x21771e10 lowpan_unregister_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0x30ba124d lowpan_nhc_add +EXPORT_SYMBOL net/6lowpan/6lowpan 0x6550bc82 lowpan_register_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0x7832267c lowpan_nhc_del +EXPORT_SYMBOL net/6lowpan/6lowpan 0xd1777a76 lowpan_register_netdevice +EXPORT_SYMBOL net/802/p8022 0x7d9da200 register_8022_client +EXPORT_SYMBOL net/802/p8022 0x9ab977a7 unregister_8022_client +EXPORT_SYMBOL net/802/psnap 0x5c0dccda unregister_snap_client +EXPORT_SYMBOL net/802/psnap 0xb2f0be4d register_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x098fa5c9 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0x0c6f5a3b p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x105596c9 p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0x11013c5e p9_req_put +EXPORT_SYMBOL net/9p/9pnet 0x1a3224a8 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x1b1d4ea1 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x27c479c2 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x28725150 do_trace_9p_fid_put +EXPORT_SYMBOL net/9p/9pnet 0x3385ae4b __tracepoint_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0x33e19433 p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x3faffc82 p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0x412dfba8 p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0x413823b6 p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0x41ce9823 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0x4249296b p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0x43025a44 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0x4380e7df p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x4786091d p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0x489752fa p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0x4ba99359 p9_fcall_fini +EXPORT_SYMBOL net/9p/9pnet 0x4d0494c6 p9_show_client_options +EXPORT_SYMBOL net/9p/9pnet 0x52318781 p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x5ad154b6 __SCK__tp_func_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0x6a99338b p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0x6cfb0ba3 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0x71455c47 v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0x761cad64 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x78b29f20 p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x79129c2f p9_client_read_once +EXPORT_SYMBOL net/9p/9pnet 0x7f8fea0f p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0x82572791 v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0x8298fcbc p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0x89f5c363 __traceiter_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0x95bd8f96 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x993917f5 p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0xa346d43f p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0xa9a614d6 do_trace_9p_fid_get +EXPORT_SYMBOL net/9p/9pnet 0xaa27c766 v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0xab6b0d35 p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0xb798a888 __SCT__tp_func_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xc2a69216 p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0xc60666ba p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0xc86f7ccf p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0xccc06429 p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0xd162a192 p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0xd2ef5652 p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0xd384c683 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0xe3409341 p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0xe3442b02 p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xe6ffa840 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0xedd03d75 p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0xee91df87 p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0xfc95d8cf p9_is_proto_dotu +EXPORT_SYMBOL net/appletalk/appletalk 0x14874114 aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0x5ce1cce0 atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0x98089f28 alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0xd30e0066 atrtr_get_dev +EXPORT_SYMBOL net/atm/atm 0x19b5d35c vcc_release_async +EXPORT_SYMBOL net/atm/atm 0x27aa99fb atm_charge +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x44c6e633 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0x4db0dd57 vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0x65a047b8 atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0x69bf4d73 atm_dev_register +EXPORT_SYMBOL net/atm/atm 0x6f0875dd atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0x9d989747 atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0x9ff3a09a atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0xa5743e31 deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xcd7ce9bf register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xd229ae73 vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0xd4a0b141 atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/atm/atm 0xf9695e8d atm_dev_release_vccs +EXPORT_SYMBOL net/ax25/ax25 0x00bf5105 ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0x012d144f ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0x0e232a70 ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x14cecd59 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x67c7e422 ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0xae7a9c16 ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0xb5bf2235 ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xd29347e7 ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xe2b7c2c1 ax25_ip_xmit +EXPORT_SYMBOL net/ax25/ax25 0xee02e420 ax25_findbyuid +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0479313f hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0718b8b7 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0e6c774b bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x170a1df5 l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x17cb7c68 hci_recv_diag +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1f723a67 __hci_cmd_sync_status +EXPORT_SYMBOL net/bluetooth/bluetooth 0x214e4265 bt_warn +EXPORT_SYMBOL net/bluetooth/bluetooth 0x21f4cc44 hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2b36c45c l2cap_chan_close +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2f4c4572 __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x30de68ee hci_release_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x351413a1 hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0x394d4554 hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3ce4ed84 bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3fbe3f9c hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0x40914079 bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0x44985033 bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5372054c l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x554ba9e9 hci_mgmt_chan_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x57fcfb7c hci_set_hw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5988ca1b bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5bf3e70f bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x660ff8c0 l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0x69007b0f hci_cmd_sync_submit +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6b18ccf9 bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6d14d879 hci_set_fw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6f4219eb hci_devcd_abort +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6f4a0665 hci_reset_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x70f38047 hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7187f1bd hci_devcd_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x72ce2112 bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0x74299452 bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0x749baf14 hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0x75e421e0 l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7aad008b bt_to_errno +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7b5ce5c3 baswap +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7b8c32f1 bt_err +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7bd9427a bt_status +EXPORT_SYMBOL net/bluetooth/bluetooth 0x800b4531 bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8315deeb __hci_cmd_sync_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8b7ef8e7 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8d2b3554 bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8e1b224c hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8ee858a2 hci_devcd_append +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x900393a7 hci_devcd_append_pattern +EXPORT_SYMBOL net/bluetooth/bluetooth 0x90b949df hci_devcd_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x934c08dc bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0x98a9b218 __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9a181000 bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9ab7c054 hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9c29453a hci_cmd_sync_cancel +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa36d67be hci_devcd_rx +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa60137a1 hci_devcd_timeout +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb22f0791 l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb7940fc9 hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb928dc23 bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbaab4e17 hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc6023981 hci_alloc_dev_priv +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcb6879da hci_cmd_sync_queue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd1e4302f bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd61f0379 hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd7613212 bt_err_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xddacccf6 bt_warn_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdff3ecf9 hci_mgmt_chan_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe0788be3 hci_devcd_complete +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe613b669 __hci_cmd_send +EXPORT_SYMBOL net/bluetooth/bluetooth 0xeff26d3c __hci_cmd_sync_status_sk +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x6be2e00e ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x730ca376 ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x8f8edd48 ebt_unregister_table_pre_exit +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xbf530ccf ebt_register_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xde5a542f ebt_unregister_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xde901eac ebt_register_table +EXPORT_SYMBOL net/caif/caif 0x03446115 caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt +EXPORT_SYMBOL net/caif/caif 0x20933c4e caif_connect_client +EXPORT_SYMBOL net/caif/caif 0x2a09f713 cfpkt_fromnative +EXPORT_SYMBOL net/caif/caif 0x329dbd06 cfpkt_info +EXPORT_SYMBOL net/caif/caif 0x38701a7c cfcnfg_del_phy_layer +EXPORT_SYMBOL net/caif/caif 0x3fa84493 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x40babbe0 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x43b1be5a get_cfcnfg +EXPORT_SYMBOL net/caif/caif 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x8ce46834 cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xa02a08d1 caif_disconnect_client +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/can/can 0x5645ce73 can_sock_destruct +EXPORT_SYMBOL net/can/can 0x5d20be3d can_rx_unregister +EXPORT_SYMBOL net/can/can 0x6e9b9b7c can_send +EXPORT_SYMBOL net/can/can 0xac42b832 can_proto_register +EXPORT_SYMBOL net/can/can 0xb287eff3 can_proto_unregister +EXPORT_SYMBOL net/can/can 0xb786f424 can_rx_register +EXPORT_SYMBOL net/ceph/libceph 0x03690e75 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x04cad6f0 ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x06991d8c osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x06b4abb4 osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0x07439f6b osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x09531970 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x0a0c0679 ceph_auth_add_authorizer_challenge +EXPORT_SYMBOL net/ceph/libceph 0x0d08ce56 ceph_msg_get +EXPORT_SYMBOL net/ceph/libceph 0x10a87a8b ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x1189474d osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0x12c53dd3 osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0x1378aba3 ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0x147f9e4a ceph_osdc_watch +EXPORT_SYMBOL net/ceph/libceph 0x15b41800 ceph_msg_put +EXPORT_SYMBOL net/ceph/libceph 0x165b1948 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0x173fd2f7 ceph_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x177cb6c3 ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0x17c17611 ceph_pg_to_acting_primary +EXPORT_SYMBOL net/ceph/libceph 0x18d006ed osd_req_op_extent_osd_data_bvec_pos +EXPORT_SYMBOL net/ceph/libceph 0x1bdc7409 ceph_auth_handle_svc_reply_done +EXPORT_SYMBOL net/ceph/libceph 0x1cc200c1 osd_req_op_copy_from_init +EXPORT_SYMBOL net/ceph/libceph 0x1d5c2dcd osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0x1de65b5c ceph_client_gid +EXPORT_SYMBOL net/ceph/libceph 0x2087719e ceph_oid_copy +EXPORT_SYMBOL net/ceph/libceph 0x2101cbc9 ceph_oid_destroy +EXPORT_SYMBOL net/ceph/libceph 0x2446686a ceph_auth_handle_svc_reply_more +EXPORT_SYMBOL net/ceph/libceph 0x25afc8b0 ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x284269b4 ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x28b73fd8 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0x28f8a699 ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0x29a3835a ceph_osdc_alloc_messages +EXPORT_SYMBOL net/ceph/libceph 0x2a983d26 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x2d2ac8eb ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0x32551525 osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0x32722af5 ceph_monc_renew_subs +EXPORT_SYMBOL net/ceph/libceph 0x32bf5877 ceph_monc_get_version +EXPORT_SYMBOL net/ceph/libceph 0x3347c82f ceph_osdc_update_epoch_barrier +EXPORT_SYMBOL net/ceph/libceph 0x3443729d __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x35c332a4 ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0x375aaac3 ceph_parse_mon_ips +EXPORT_SYMBOL net/ceph/libceph 0x38e2ef71 ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0x38f2d94e ceph_file_to_extents +EXPORT_SYMBOL net/ceph/libceph 0x3c8d7111 ceph_get_num_objects +EXPORT_SYMBOL net/ceph/libceph 0x3f111ec1 __ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x417a9131 ceph_oloc_destroy +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x48b93fe3 __ceph_alloc_sparse_ext_map +EXPORT_SYMBOL net/ceph/libceph 0x4ae400e6 ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x4affd6c2 ceph_parse_fsid +EXPORT_SYMBOL net/ceph/libceph 0x50603ce3 ceph_decode_entity_addrvec +EXPORT_SYMBOL net/ceph/libceph 0x51953c46 osd_req_op_cls_request_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x549ecabd ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x5aeeee62 ceph_oid_aprintf +EXPORT_SYMBOL net/ceph/libceph 0x5c51af9d ceph_osdc_unwatch +EXPORT_SYMBOL net/ceph/libceph 0x5eee2e3e ceph_msg_new2 +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x63c5c22d ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0x65b084d3 ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x68193d0f osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0x6a7a38a0 ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x6ec817a7 ceph_osdc_notify_ack +EXPORT_SYMBOL net/ceph/libceph 0x6ecd25fe ceph_monc_get_version_async +EXPORT_SYMBOL net/ceph/libceph 0x772f944a ceph_osdc_maybe_request_map +EXPORT_SYMBOL net/ceph/libceph 0x77376035 ceph_osdc_notify +EXPORT_SYMBOL net/ceph/libceph 0x77753bd7 ceph_reset_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x77f454fa ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0x7aaad321 ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0x7e9e6be0 ceph_cls_lock +EXPORT_SYMBOL net/ceph/libceph 0x7f1100fc ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x856c9cea ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x86e79b40 ceph_auth_handle_bad_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x86fca7e4 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x87a96fa9 ceph_monc_blocklist_add +EXPORT_SYMBOL net/ceph/libceph 0x87ddec64 ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0x890846b5 ceph_cls_break_lock +EXPORT_SYMBOL net/ceph/libceph 0x8a6e1666 ceph_osdc_clear_abort_err +EXPORT_SYMBOL net/ceph/libceph 0x8bf57ffb ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x92b7b4ce ceph_pg_pool_flags +EXPORT_SYMBOL net/ceph/libceph 0x94ccf4f2 osd_req_op_xattr_init +EXPORT_SYMBOL net/ceph/libceph 0x9875407d ceph_wait_for_latest_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x987d3968 ceph_alloc_options +EXPORT_SYMBOL net/ceph/libceph 0x98b67510 ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0x9bc6b539 ceph_find_or_create_string +EXPORT_SYMBOL net/ceph/libceph 0x9c3be330 ceph_cls_assert_locked +EXPORT_SYMBOL net/ceph/libceph 0x9ca95932 ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x9dc22bde ceph_parse_param +EXPORT_SYMBOL net/ceph/libceph 0x9fbba67f ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0x9fefa3cb ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0xa15be47b ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xa1d937d0 ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xa211a636 ceph_cls_set_cookie +EXPORT_SYMBOL net/ceph/libceph 0xa4d18405 osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0xa4f356ae ceph_osdc_cancel_request +EXPORT_SYMBOL net/ceph/libceph 0xa698f998 ceph_free_lockers +EXPORT_SYMBOL net/ceph/libceph 0xa7b554b6 ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0xa7ee172f ceph_osdc_get_request +EXPORT_SYMBOL net/ceph/libceph 0xabdab2c0 ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0xad703657 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xadbe3ad8 ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0xaeab6f23 ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb165d8b8 ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xb3937302 ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xb530860a ceph_osdc_list_watchers +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb66e151b ceph_msg_data_add_bvecs +EXPORT_SYMBOL net/ceph/libceph 0xb72c162e ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xba0888ad ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0xbac6004a osd_req_op_extent_osd_iter +EXPORT_SYMBOL net/ceph/libceph 0xbd2f79ae ceph_oloc_copy +EXPORT_SYMBOL net/ceph/libceph 0xbe3879aa ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xc366bfa1 ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0xc6abdb77 osd_req_op_extent_dup_last +EXPORT_SYMBOL net/ceph/libceph 0xc6fbf15e osd_req_op_extent_osd_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0xca80437b ceph_extent_to_file +EXPORT_SYMBOL net/ceph/libceph 0xcdc68624 ceph_osdc_abort_requests +EXPORT_SYMBOL net/ceph/libceph 0xd4d736db ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0xd4eb7735 ceph_decode_entity_addr +EXPORT_SYMBOL net/ceph/libceph 0xd8514edc ceph_cls_lock_info +EXPORT_SYMBOL net/ceph/libceph 0xd990e7e8 ceph_monc_want_map +EXPORT_SYMBOL net/ceph/libceph 0xdedabd70 ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0xdf6ef4a1 ceph_oid_printf +EXPORT_SYMBOL net/ceph/libceph 0xdfc091f9 ceph_entity_type_name +EXPORT_SYMBOL net/ceph/libceph 0xdfe932f6 ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0xe03d70c4 ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xe1ba46e1 ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0xe2f689cd osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0xe34a59f2 ceph_object_locator_to_pg +EXPORT_SYMBOL net/ceph/libceph 0xe6f0b83f ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xe76e7226 ceph_pagelist_alloc +EXPORT_SYMBOL net/ceph/libceph 0xe77f1de9 ceph_print_client_options +EXPORT_SYMBOL net/ceph/libceph 0xe7c4d01b osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xea917a57 ceph_osdc_put_request +EXPORT_SYMBOL net/ceph/libceph 0xea9aea6b ceph_cls_unlock +EXPORT_SYMBOL net/ceph/libceph 0xee120c03 ceph_release_string +EXPORT_SYMBOL net/ceph/libceph 0xeef6cfa3 ceph_iterate_extents +EXPORT_SYMBOL net/ceph/libceph 0xefce3c3b ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0xefce991c ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0xf03fe862 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0xf17a010a osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xf254297e ceph_addr_is_blank +EXPORT_SYMBOL net/ceph/libceph 0xf3b2e4dd osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xf484e741 ceph_monc_got_map +EXPORT_SYMBOL net/ceph/libceph 0xf9cd091c ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0xfc9db3f9 ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0xfdf69692 ceph_osdc_call +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x2057bb7f dccp_syn_ack_timeout +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xe3c9aec4 dccp_req_err +EXPORT_SYMBOL net/hsr/hsr 0x34aac731 hsr_get_version +EXPORT_SYMBOL net/hsr/hsr 0xfc05b151 is_hsr_master +EXPORT_SYMBOL net/ieee802154/ieee802154 0x06c6a4d0 wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0x9daaa21c wpan_phy_new +EXPORT_SYMBOL net/ieee802154/ieee802154 0x9e8f7d5e wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0xbf033883 wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0xcdccfd5a wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0xdbddfa29 wpan_phy_register +EXPORT_SYMBOL net/ipv4/fou 0x1757d1a4 fou_encap_hlen +EXPORT_SYMBOL net/ipv4/fou 0x8b5688cf __fou_build_header +EXPORT_SYMBOL net/ipv4/fou 0x9d5c8fb4 __gue_build_header +EXPORT_SYMBOL net/ipv4/fou 0xf13914b3 gue_encap_hlen +EXPORT_SYMBOL net/ipv4/gre 0x484cc363 gre_parse_header +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x3f71287b ip_tunnel_get_iflink +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x83e82f56 ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xde5e85de ip_tunnel_encap_add_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xf4d9ed5c ip_tunnel_encap_del_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xfaf6e32e ip_tunnel_md_udp_encap +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x0ca513e4 arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x0da6fc2b arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x264f0550 arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x7764436c arpt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x1710ca48 ipt_unregister_table_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x623d4aca ipt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x8f20648d ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xf284c4c4 ipt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/tunnel4 0x3810431c xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/tunnel4 0xf58b6842 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/udp_tunnel 0x0c996174 udp_sock_create4 +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x0679f270 ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x331f2b10 ip6_tnl_encap_del_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x7739fa34 ip6_tnl_get_iflink +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x8374d733 ip6_tnl_encap_add_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x88a3b5e3 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xa9fabc88 ip6_tnl_xmit +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xdfc0502c ip6_tnl_get_link_net +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xe7566360 ip6_tnl_rcv +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xe759b96d ip6_tnl_change_mtu +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x8cbe6096 ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xab13eee7 ip6t_unregister_table_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xd85b6a6d ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xd96e08e2 ip6t_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv6/tunnel6 0x0f058bd0 xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/tunnel6 0x40d21a2a xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xb2f25d6d xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xcb69efe0 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/lapb/lapb 0x126aaa38 lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0x3f4a04b5 lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0x466207ed lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0x5947893d lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0x782cab49 lapb_register +EXPORT_SYMBOL net/lapb/lapb 0xcb969427 lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0xd300ad6a lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0xe5f18a2a lapb_connect_request +EXPORT_SYMBOL net/llc/llc 0x14cf2a38 llc_sap_open +EXPORT_SYMBOL net/llc/llc 0x1a5eed8b llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x6a17c1f2 llc_add_pack +EXPORT_SYMBOL net/llc/llc 0xae05947b llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0xd45cdc26 llc_sap_find +EXPORT_SYMBOL net/llc/llc 0xe6d27a01 llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0xe72cd170 llc_sap_close +EXPORT_SYMBOL net/mac80211/mac80211 0x00471426 ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0x02dbc73b __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x0574212f ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x07e187eb ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x0a2b405c ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x0c20b302 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x1153180d ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x14b367ae ieee80211_rx_list +EXPORT_SYMBOL net/mac80211/mac80211 0x157837c3 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0x18d01922 ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x19f37f0d ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x1cf75d45 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x1d32e87e ieee80211_beacon_get_template_ema_index +EXPORT_SYMBOL net/mac80211/mac80211 0x1d68103b ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x1e5283a5 __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x20a08bc6 ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x2140914d rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x21b2ade5 ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0x24854343 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x24ec4626 ieee80211_txq_get_depth +EXPORT_SYMBOL net/mac80211/mac80211 0x26b535fe ieee80211_manage_rx_ba_offl +EXPORT_SYMBOL net/mac80211/mac80211 0x27d53dd0 ieee80211_handle_wake_tx_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x295ed50d ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x2a677510 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0x2ae2af2a ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x2ccaf22f ieee80211_alloc_hw_nm +EXPORT_SYMBOL net/mac80211/mac80211 0x3385057e ieee80211_txq_airtime_check +EXPORT_SYMBOL net/mac80211/mac80211 0x371ba4de ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x391eda45 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0x39dc1c3e ieee80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x3abb066b ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x3bb59271 ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0x4a0dc7e1 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0x4c7911ba ieee80211_txq_may_transmit +EXPORT_SYMBOL net/mac80211/mac80211 0x52350e96 ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0x5372b390 ieee80211_tx_dequeue +EXPORT_SYMBOL net/mac80211/mac80211 0x546612bd ieee80211_rx_napi +EXPORT_SYMBOL net/mac80211/mac80211 0x57add199 ieee80211_sta_pspoll +EXPORT_SYMBOL net/mac80211/mac80211 0x5a100c13 ieee80211_channel_switch_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0x5a3ab994 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x5c86f38e ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x641a9b5e ieee80211_beacon_update_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0x6462f61a ieee80211_sta_register_airtime +EXPORT_SYMBOL net/mac80211/mac80211 0x6a4a07a0 ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0x6b32655c ieee80211_tdls_oper_request +EXPORT_SYMBOL net/mac80211/mac80211 0x6c93ee99 ieee80211_reserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0x724c6b4d ieee80211_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0x73f89ca5 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x740251a6 ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x7bfcdfad ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x7e1eccc3 ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x835aa675 ieee80211_sta_uapsd_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x870fa0fb ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x880c8a4b ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0x8881a6ab ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x89ea11a9 ieee80211_mark_rx_ba_filtered_frames +EXPORT_SYMBOL net/mac80211/mac80211 0x8ab3035b ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x8bdf3581 ieee80211_refresh_tx_agg_session_timer +EXPORT_SYMBOL net/mac80211/mac80211 0x8e03667d ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x95febea6 ieee80211_get_bssid +EXPORT_SYMBOL net/mac80211/mac80211 0x991a0ca0 ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x9c331e77 ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x9ced4447 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x9f7471b9 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0xa256d27b ieee80211_rx_ba_timer_expired +EXPORT_SYMBOL net/mac80211/mac80211 0xa4e9d9a4 ieee80211_beacon_set_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0xa8f5377a ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0xab4d461b ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0xade1e1b5 ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xaeb9a917 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xb0b3bed5 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0xb2575e01 ieee80211_get_unsol_bcast_probe_resp_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0xb3990278 ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0xb48d870f ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0xb7aa2232 __ieee80211_schedule_txq +EXPORT_SYMBOL net/mac80211/mac80211 0xb8f2382a ieee80211_nan_func_match +EXPORT_SYMBOL net/mac80211/mac80211 0xba57a145 ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xbbc42b22 ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0xbd4ad8a6 ieee80211_beacon_free_ema_list +EXPORT_SYMBOL net/mac80211/mac80211 0xc0a8c47d ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0xc190d6c8 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xc20f1f1c ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xc2f528a3 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0xc355823f ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xc36b78f8 ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0xc85ce78d ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0xc8989853 ieee80211_iter_keys_rcu +EXPORT_SYMBOL net/mac80211/mac80211 0xcaeb6a25 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0xcb7a05a2 ieee80211_get_fils_discovery_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0xd0adb652 ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0xd3471278 ieee80211_unreserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0xd5a440ad ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0xd6331df2 ieee80211_txq_schedule_start +EXPORT_SYMBOL net/mac80211/mac80211 0xdaa44961 ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xdbc0c67b wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xddcc442a ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xdf3f9198 ieee80211_beacon_get_template_ema_list +EXPORT_SYMBOL net/mac80211/mac80211 0xe1cac1bb ieee80211_tx_status_ext +EXPORT_SYMBOL net/mac80211/mac80211 0xe40ab3e2 ieee80211_sta_recalc_aggregates +EXPORT_SYMBOL net/mac80211/mac80211 0xe41ac843 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0xe4419d72 ieee80211_next_txq +EXPORT_SYMBOL net/mac80211/mac80211 0xe4f9a694 __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xe5fa26f7 ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xe9f18ec9 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xf01980f8 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0xf088a9a4 ieee80211_tx_rate_update +EXPORT_SYMBOL net/mac80211/mac80211 0xf183952e ieee80211_send_eosp_nullfunc +EXPORT_SYMBOL net/mac80211/mac80211 0xf680ef68 ieee80211_nan_func_terminated +EXPORT_SYMBOL net/mac80211/mac80211 0xfafedae5 __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xfc22c834 ieee80211_beacon_cntdwn_is_complete +EXPORT_SYMBOL net/mac802154/mac802154 0x1a34a4ea ieee802154_free_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x20ece629 ieee802154_unregister_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x32bf19ff ieee802154_xmit_error +EXPORT_SYMBOL net/mac802154/mac802154 0x33b252af ieee802154_configure_durations +EXPORT_SYMBOL net/mac802154/mac802154 0x35dbc773 ieee802154_register_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x3f5cd55d ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0xab1a3413 ieee802154_alloc_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xcccc6a99 ieee802154_xmit_hw_error +EXPORT_SYMBOL net/mac802154/mac802154 0xde1d6029 ieee802154_xmit_complete +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x072ee07b ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x2752bab8 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x349dd9b2 register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x3e90ad1b ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x60aad31d ip_vs_new_conn_out +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x69889f44 unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x6b75c497 register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x7663ef83 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x8f0f71b9 ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x99b26b04 ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd44aa753 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd69c4f4d ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xe00faf45 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xefa1c349 ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf37b33ce ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x3b08a8f0 nf_ct_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x89d99ee1 __nf_ct_ext_find +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xc5652cc0 nf_ct_ext_add +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0xf2a36612 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x734f9e64 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0xaca3ed3e nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0xb0fa2ebc __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xd97e17b4 nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nft_fib 0x46170f23 nft_fib_policy +EXPORT_SYMBOL net/netfilter/x_tables 0x0d7f5fcd xt_alloc_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x1729074a xt_find_table +EXPORT_SYMBOL net/netfilter/x_tables 0x1945bf29 xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x23d3f1c0 xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x3bf9d084 xt_check_table_hooks +EXPORT_SYMBOL net/netfilter/x_tables 0x48012e28 xt_check_proc_name +EXPORT_SYMBOL net/netfilter/x_tables 0x50873741 xt_compat_init_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x523e0225 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0x6e080c94 xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0x7caf709e xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0x977fd4bf xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xa0b39ca6 xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xa25fc115 xt_compat_check_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0xb32477b6 xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xcb3e91cc xt_counters_alloc +EXPORT_SYMBOL net/netfilter/x_tables 0xd2d92394 xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0xd87ae60d xt_check_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0xe204e042 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xf162c51f xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0xfef779fa xt_find_jump_offset +EXPORT_SYMBOL net/nfc/hci/hci 0x00a1e2fc nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0x01fced4c nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0x020880c1 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0x17b9f128 nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0x1ba2dd5a nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0x2dc8ad64 nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0x37798763 nfc_llc_start +EXPORT_SYMBOL net/nfc/hci/hci 0x4f75a15a nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0x515691c8 nfc_hci_reset_pipes +EXPORT_SYMBOL net/nfc/hci/hci 0x521e2e3f nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x6cdbedc0 nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0x74fe3670 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x8f87e0d9 nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xa3ed46c2 nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0xb6caa8da nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0xb7818524 nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0xb7bce0ae nfc_hci_reset_pipes_per_host +EXPORT_SYMBOL net/nfc/hci/hci 0xba3093bb nfc_llc_stop +EXPORT_SYMBOL net/nfc/hci/hci 0xbcbcc165 nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0xd08a05f8 nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0xd18a2d27 nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0xdd231c55 nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xeeaefe88 nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/nci/nci 0x02dc8807 nci_nfcee_discover +EXPORT_SYMBOL net/nfc/nci/nci 0x20e4cb2c nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0x216ef884 nci_hci_connect_gate +EXPORT_SYMBOL net/nfc/nci/nci 0x2eb2b590 nci_req_complete +EXPORT_SYMBOL net/nfc/nci/nci 0x2f592c6a nci_core_reset +EXPORT_SYMBOL net/nfc/nci/nci 0x4a3f3e6c nci_core_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x63c53308 nci_nfcc_loopback +EXPORT_SYMBOL net/nfc/nci/nci 0x69536f94 nci_get_conn_info_by_dest_type_params +EXPORT_SYMBOL net/nfc/nci/nci 0x6daf3252 nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0x7835fb9d nci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x78d08686 nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0x7d3c9dd3 nci_send_data +EXPORT_SYMBOL net/nfc/nci/nci 0x8938968a nci_core_init +EXPORT_SYMBOL net/nfc/nci/nci 0x9d7d838b nci_core_conn_close +EXPORT_SYMBOL net/nfc/nci/nci 0xb4253b10 nci_hci_clear_all_pipes +EXPORT_SYMBOL net/nfc/nci/nci 0xb8b79f79 nci_core_conn_create +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xc0a02fa7 nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0xc331ca44 nci_nfcee_mode_set +EXPORT_SYMBOL net/nfc/nci/nci 0xc94e0e8e nci_hci_get_param +EXPORT_SYMBOL net/nfc/nci/nci 0xcadab6b1 nci_send_frame +EXPORT_SYMBOL net/nfc/nci/nci 0xd46617e2 nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0xd9806261 nci_hci_send_event +EXPORT_SYMBOL net/nfc/nci/nci 0xde7d34f6 nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0xde936142 nci_hci_set_param +EXPORT_SYMBOL net/nfc/nci/nci 0xe42e12b0 nci_prop_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xef027d72 nci_hci_dev_session_init +EXPORT_SYMBOL net/nfc/nci/nci 0xf78b442b nci_conn_max_data_pkt_payload_size +EXPORT_SYMBOL net/nfc/nci/nci 0xf78d1bba nci_hci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xfff461c5 nci_hci_open_pipe +EXPORT_SYMBOL net/nfc/nfc 0x1b2da881 nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0x2539b9d7 nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0x2ba8cca5 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0x34fc089e nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0x35129baf nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0x3bfb1d9f nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0x3d8a706b nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0x3ddb6691 nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0x4ca93d9f nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0x4dd605eb nfc_class +EXPORT_SYMBOL net/nfc/nfc 0x62a79504 nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0x68cabd60 nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0x68f98eb8 nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0x8bb2d9d8 nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x988851be nfc_se_connectivity +EXPORT_SYMBOL net/nfc/nfc 0xa07dcfbc __nfc_alloc_vendor_cmd_reply_skb +EXPORT_SYMBOL net/nfc/nfc 0xa0f0be34 nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0xc02b6bda nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0xc14fd4b9 nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0xd6716c85 nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0xdd3d9e5a nfc_se_transaction +EXPORT_SYMBOL net/nfc/nfc 0xf41e7255 nfc_vendor_cmd_reply +EXPORT_SYMBOL net/nfc/nfc 0xf58e3c02 nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xfe1c194d nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0xfe757afa nfc_add_se +EXPORT_SYMBOL net/nfc/nfc_digital 0x09a2520c nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x3bd726aa nfc_digital_allocate_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xbf031aad nfc_digital_unregister_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xe2050fd2 nfc_digital_register_device +EXPORT_SYMBOL net/phonet/phonet 0x6a0038d7 phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0x7921ce65 phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0x9e0df07b pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0xa7bcd8fa phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0xb7477832 phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0xd22d7d68 pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0xe9cda4a0 pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0xf1f0193c pn_sock_unhash +EXPORT_SYMBOL net/rxrpc/rxrpc 0x02913395 rxrpc_kernel_charge_accept +EXPORT_SYMBOL net/rxrpc/rxrpc 0x1721995b rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x1c3da7e8 rxrpc_kernel_put_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x2dae8c0e rxrpc_kernel_new_call_notification +EXPORT_SYMBOL net/rxrpc/rxrpc 0x30a79907 rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x31bf3ca3 rxrpc_debug_id +EXPORT_SYMBOL net/rxrpc/rxrpc 0x476c8c59 rxrpc_sock_set_min_security_level +EXPORT_SYMBOL net/rxrpc/rxrpc 0x4c0e85d5 rxrpc_kernel_get_peer +EXPORT_SYMBOL net/rxrpc/rxrpc 0x51fea7ca rxrpc_kernel_set_tx_length +EXPORT_SYMBOL net/rxrpc/rxrpc 0x6e32a2c0 rxrpc_kernel_check_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x7b75cba3 rxrpc_kernel_shutdown_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x7c9c1fdb rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0x87d5db45 rxrpc_sock_set_security_keyring +EXPORT_SYMBOL net/rxrpc/rxrpc 0x98a4efcd rxrpc_kernel_recv_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0x9bdc7a81 rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xa344a84e rxrpc_kernel_get_epoch +EXPORT_SYMBOL net/rxrpc/rxrpc 0xbce51507 rxrpc_kernel_get_srtt +EXPORT_SYMBOL net/rxrpc/rxrpc 0xcd4d2291 rxrpc_kernel_set_max_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0xe017fda5 rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0xf4ff33c7 key_type_rxrpc +EXPORT_SYMBOL net/sctp/sctp 0xdc91a492 sctp_do_peeloff +EXPORT_SYMBOL net/smc/smc 0x17b79971 __SCK__tp_func_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0x1b5c1b4d __SCK__tp_func_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0x1e612b77 __SCT__tp_func_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0x24545e4e __tracepoint_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x3ac4e1c7 __SCT__tp_func_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x3bcd3bb9 __SCT__tp_func_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0x439f838f __SCK__tp_func_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0x4d531c34 __traceiter_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0x596e47b2 __traceiter_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0x6578dfdd __traceiter_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x676c8203 __tracepoint_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0x87ccd0c7 __SCT__tp_func_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0x8eaabfef __traceiter_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xa6f543af __tracepoint_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xc13e9e6e __SCK__tp_func_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0xf2dd5951 __tracepoint_smcr_link_down +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x54bf21d2 gss_mech_get +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x58e49ace gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x8004a2cb gss_mech_put +EXPORT_SYMBOL net/sunrpc/sunrpc 0x391716ee xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0x69d20592 xdr_restrict_buflen +EXPORT_SYMBOL net/sunrpc/sunrpc 0xcaa88acf svc_pool_stats_open +EXPORT_SYMBOL net/tipc/tipc 0x209ddb03 tipc_dump_start +EXPORT_SYMBOL net/tipc/tipc 0x5a163b38 tipc_dump_done +EXPORT_SYMBOL net/tipc/tipc 0xa62b697b tipc_nl_sk_walk +EXPORT_SYMBOL net/tipc/tipc 0xf6408b2a tipc_sk_fill_sock_diag +EXPORT_SYMBOL net/tls/tls 0xee8d75d6 tls_get_record +EXPORT_SYMBOL net/wireless/cfg80211 0x00c3bf88 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0x01cdcee2 cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x025d7c04 wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0x03bed8ad ieee80211_is_valid_amsdu +EXPORT_SYMBOL net/wireless/cfg80211 0x05b57860 cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x066946fc cfg80211_bss_iter +EXPORT_SYMBOL net/wireless/cfg80211 0x06ca71fd cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0x0cc95bc2 ieee80211_s1g_channel_width +EXPORT_SYMBOL net/wireless/cfg80211 0x0cf08d67 __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x115aa988 ieee80211_data_to_8023_exthdr +EXPORT_SYMBOL net/wireless/cfg80211 0x117aca91 cfg80211_merge_profile +EXPORT_SYMBOL net/wireless/cfg80211 0x11f36d00 wiphy_new_nm +EXPORT_SYMBOL net/wireless/cfg80211 0x13c58e52 ieee80211_get_8023_tunnel_proto +EXPORT_SYMBOL net/wireless/cfg80211 0x142bcdf7 cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0x175bcc38 cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x18d72d84 freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0x18f28288 cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x1b82a85a cfg80211_valid_disable_subchannel_bitmap +EXPORT_SYMBOL net/wireless/cfg80211 0x1ce2497f reg_query_regdb_wmm +EXPORT_SYMBOL net/wireless/cfg80211 0x1d60270b cfg80211_register_netdevice +EXPORT_SYMBOL net/wireless/cfg80211 0x21094714 cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0x21ebefa6 __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x23716020 cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x23af1e8d cfg80211_any_usable_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x24d1338d ieee80211_strip_8023_mesh_hdr +EXPORT_SYMBOL net/wireless/cfg80211 0x26e4f363 regulatory_set_wiphy_regd_sync +EXPORT_SYMBOL net/wireless/cfg80211 0x26f6bc5d cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0x275269b3 ieee80211_ie_split_ric +EXPORT_SYMBOL net/wireless/cfg80211 0x296a5874 cfg80211_assoc_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x299061e8 cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x29f23bb9 cfg80211_ch_switch_started_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x2d7c20de cfg80211_rx_control_port +EXPORT_SYMBOL net/wireless/cfg80211 0x2f811826 ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x3115aec9 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0x329b4f47 ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x33e48b06 cfg80211_background_cac_abort +EXPORT_SYMBOL net/wireless/cfg80211 0x3533c9a7 cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0x3643b80f ieee80211_chandef_to_operating_class +EXPORT_SYMBOL net/wireless/cfg80211 0x3985001a cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x3993e355 cfg80211_links_removed +EXPORT_SYMBOL net/wireless/cfg80211 0x39db5901 wdev_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0x3aca71a1 cfg80211_get_ies_channel_number +EXPORT_SYMBOL net/wireless/cfg80211 0x3c744e95 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0x3c86019a cfg80211_sinfo_alloc_tid_stats +EXPORT_SYMBOL net/wireless/cfg80211 0x3e002f55 regulatory_set_wiphy_regd +EXPORT_SYMBOL net/wireless/cfg80211 0x3e801624 cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0x429c0c31 ieee80211_bss_get_elem +EXPORT_SYMBOL net/wireless/cfg80211 0x43afadee ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x444d8174 wiphy_rfkill_set_hw_state_reason +EXPORT_SYMBOL net/wireless/cfg80211 0x4a06c914 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0x4abed7d4 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x4d03c838 cfg80211_bss_flush +EXPORT_SYMBOL net/wireless/cfg80211 0x4d3df041 wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0x4d5c7484 cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0x4e69742f cfg80211_bss_color_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x4eda6f57 cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0x5294a4b2 cfg80211_update_owe_info_event +EXPORT_SYMBOL net/wireless/cfg80211 0x534f2fa5 cfg80211_inform_bss_data +EXPORT_SYMBOL net/wireless/cfg80211 0x5352731c cfg80211_get_drvinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x5584448a ieee80211_channel_to_freq_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x56a92639 cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0x5bc0255d ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0x5cd029df cfg80211_send_layer2_update +EXPORT_SYMBOL net/wireless/cfg80211 0x5dc87ee0 cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0x5e6dab9d cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x617e1461 cfg80211_sched_scan_stopped_locked +EXPORT_SYMBOL net/wireless/cfg80211 0x62f3a8ff cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x63566f2f cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6bedf402 ieee80211_freq_khz_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x789404e9 cfg80211_reg_can_beacon_relax +EXPORT_SYMBOL net/wireless/cfg80211 0x78fe92e3 cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0x796b0d36 cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x79b82a71 cfg80211_find_vendor_elem +EXPORT_SYMBOL net/wireless/cfg80211 0x7acb86ed ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0x7b8c18d7 cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0x7bbcb1b7 cfg80211_iftype_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0x7bc947bf cfg80211_sta_opmode_change_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x7c3ac925 ieee80211_get_vht_max_nss +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x83faca24 cfg80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x847c14a6 cfg80211_connect_done +EXPORT_SYMBOL net/wireless/cfg80211 0x85de3f6f wiphy_delayed_work_timer +EXPORT_SYMBOL net/wireless/cfg80211 0x8bb4b392 ieee80211_get_channel_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x8d3ea124 cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x8fa02936 cfg80211_free_nan_func +EXPORT_SYMBOL net/wireless/cfg80211 0x928bc609 cfg80211_get_iftype_ext_capa +EXPORT_SYMBOL net/wireless/cfg80211 0x954967e1 cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x97865a28 cfg80211_rx_mgmt_ext +EXPORT_SYMBOL net/wireless/cfg80211 0x99552f0f cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x9bb3fa02 cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x9d48ac5e cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x9d6cba30 cfg80211_find_elem_match +EXPORT_SYMBOL net/wireless/cfg80211 0x9ef6e7dd cfg80211_nan_match +EXPORT_SYMBOL net/wireless/cfg80211 0xa611da92 regulatory_pre_cac_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0xa8d03924 cfg80211_mgmt_tx_status_ext +EXPORT_SYMBOL net/wireless/cfg80211 0xaf53b61d cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0xb067c177 cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xb07bf9ba wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0xb09ee2dc cfg80211_external_auth_request +EXPORT_SYMBOL net/wireless/cfg80211 0xb206b12e cfg80211_control_port_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0xb2fe556d get_wiphy_regdom +EXPORT_SYMBOL net/wireless/cfg80211 0xb404ea2a cfg80211_assoc_comeback +EXPORT_SYMBOL net/wireless/cfg80211 0xb46170a6 cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xb63e6097 cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xb69ac915 cfg80211_tx_mgmt_expired +EXPORT_SYMBOL net/wireless/cfg80211 0xb8813300 cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0xb9c8a316 cfg80211_del_sta_sinfo +EXPORT_SYMBOL net/wireless/cfg80211 0xbe1ed487 cfg80211_port_authorized +EXPORT_SYMBOL net/wireless/cfg80211 0xc080f114 __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xc3fb97ca ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0xc4b4fc27 cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0xc7909ec3 cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0xcc1a7c48 cfg80211_is_element_inherited +EXPORT_SYMBOL net/wireless/cfg80211 0xcef23221 regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0xd4586b01 nl80211_send_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0xd56d55f3 ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xd6c87a05 cfg80211_defragment_element +EXPORT_SYMBOL net/wireless/cfg80211 0xd7c73ba5 wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0xd97eaad4 cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xddabd6e8 cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0xdf61b0a2 cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0xe24997c7 cfg80211_nan_func_terminated +EXPORT_SYMBOL net/wireless/cfg80211 0xe395cf37 cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0xe70f3843 cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xec688486 cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xec7205b0 cfg80211_inform_bss_frame_data +EXPORT_SYMBOL net/wireless/cfg80211 0xecf0d0ce cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xef1e9ed1 cfg80211_report_obss_beacon_khz +EXPORT_SYMBOL net/wireless/cfg80211 0xf40bc2f5 ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0xf5596d89 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0xf617233d cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xf90ff012 __cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0xfb020dd8 cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0xfbe906a8 cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xff6c4edb cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/lib80211 0x158e6403 lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x2968c0fe lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x661aedaf lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x97bd58a2 lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0xa022fb2e lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0xd7001e5b lib80211_crypt_info_init +EXPORT_SYMBOL sound/ac97_bus 0x51684997 ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0x57cc2fc4 snd_mixer_oss_ioctl_card +EXPORT_SYMBOL sound/core/seq/snd-seq 0x1a724fcc snd_seq_kernel_client_ctl +EXPORT_SYMBOL sound/core/seq/snd-seq 0x23738926 snd_seq_dump_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0x3061c52d snd_use_lock_sync_helper +EXPORT_SYMBOL sound/core/seq/snd-seq 0x6bb71038 snd_seq_delete_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7b8699eb snd_seq_event_port_detach +EXPORT_SYMBOL sound/core/seq/snd-seq 0x85cd59a8 snd_seq_kernel_client_dispatch +EXPORT_SYMBOL sound/core/seq/snd-seq 0xa6e19f8e snd_seq_expand_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0xb8e448a0 snd_seq_set_queue_tempo +EXPORT_SYMBOL sound/core/seq/snd-seq 0xc463363f snd_seq_kernel_client_write_poll +EXPORT_SYMBOL sound/core/seq/snd-seq 0xe5b3097f snd_seq_create_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0xeaf31c4a snd_seq_kernel_client_enqueue +EXPORT_SYMBOL sound/core/seq/snd-seq 0xebd6ac4f snd_seq_event_port_attach +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0x6ea09972 snd_midi_channel_alloc_set +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0x74769de9 snd_midi_process_event +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0x833a3e07 snd_midi_channel_set_clear +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0xb9948d2c snd_midi_channel_free_set +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x454224b1 snd_midi_event_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x70758652 snd_midi_event_encode_byte +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x7a3e0db5 snd_midi_event_no_status +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x8150b379 snd_midi_event_reset_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xb8620ad8 snd_midi_event_reset_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xdd935c83 snd_midi_event_free +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xe9e6c50c snd_midi_event_new +EXPORT_SYMBOL sound/core/seq/snd-seq-virmidi 0xb97ccdb0 snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x02bf55ee snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0x0336e9da snd_unregister_oss_device +EXPORT_SYMBOL sound/core/snd 0x077543a2 snd_info_register +EXPORT_SYMBOL sound/core/snd 0x0802db51 snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0x0ca48416 snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0x0e3375bc snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0x10456712 snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0x18e1683f snd_dma_program +EXPORT_SYMBOL sound/core/snd 0x191e88cf snd_dma_pointer +EXPORT_SYMBOL sound/core/snd 0x198788b4 snd_lookup_oss_minor_data +EXPORT_SYMBOL sound/core/snd 0x1c5eb474 snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0x1f2d75e3 snd_card_free +EXPORT_SYMBOL sound/core/snd 0x20dfa2c8 snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0x2144f4d3 snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x27fb83be snd_component_add +EXPORT_SYMBOL sound/core/snd 0x342a2354 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x36731240 snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x3a458e51 snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0x3c37fd91 snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0x3d2471bd snd_ctl_rename +EXPORT_SYMBOL sound/core/snd 0x3f33113c snd_device_register +EXPORT_SYMBOL sound/core/snd 0x4013f03f snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0x46dcda14 snd_ctl_unregister_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x57ec8500 snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0x62bbb7cd snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0x67cab2cd snd_device_free +EXPORT_SYMBOL sound/core/snd 0x688a853c snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0x692dc686 snd_power_wait +EXPORT_SYMBOL sound/core/snd 0x6d45df5d snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0x6ee8b226 snd_device_new +EXPORT_SYMBOL sound/core/snd 0x6fb5ce25 snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0x70c15ac1 snd_dma_disable +EXPORT_SYMBOL sound/core/snd 0x715b4594 snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0x73076315 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0x73b7dfe0 snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0x8b267b24 snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0x8bb824be snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x98d9093a snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0x9fea9eed snd_jack_add_new_kctl +EXPORT_SYMBOL sound/core/snd 0xa747115e snd_register_device +EXPORT_SYMBOL sound/core/snd 0xa9a1e948 snd_seq_root +EXPORT_SYMBOL sound/core/snd 0xaaa7e48a snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0xb0e3baa0 snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xc5a6d10b release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0xc5d9e2e3 snd_ctl_notify_one +EXPORT_SYMBOL sound/core/snd 0xc7a04150 snd_card_new +EXPORT_SYMBOL sound/core/snd 0xcc6a729f snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0xd25caa6b snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0xd339c755 snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0xd3baaeb1 snd_card_register +EXPORT_SYMBOL sound/core/snd 0xd716b39b snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0xd7868c3e snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0xdb527112 snd_jack_new +EXPORT_SYMBOL sound/core/snd 0xe50a5519 snd_jack_report +EXPORT_SYMBOL sound/core/snd 0xf053f516 snd_ctl_register_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0xf2826eea _snd_ctl_add_follower +EXPORT_SYMBOL sound/core/snd 0xfc2f0bfb snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0xfffd89db copy_from_user_toio +EXPORT_SYMBOL sound/core/snd-compress 0xb9c207d4 snd_compr_malloc_pages +EXPORT_SYMBOL sound/core/snd-compress 0xcef041ca snd_compr_free_pages +EXPORT_SYMBOL sound/core/snd-hwdep 0xc9781729 snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-pcm 0x0283dfe3 _snd_pcm_hw_params_any +EXPORT_SYMBOL sound/core/snd-pcm 0x04cda566 snd_interval_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x079da3d9 snd_sgbuf_get_addr +EXPORT_SYMBOL sound/core/snd-pcm 0x09749b6a snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x11eba48e snd_pcm_create_iec958_consumer_hw_params +EXPORT_SYMBOL sound/core/snd-pcm 0x14122749 snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x1943e497 snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0x1bfd2c13 snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x27ca741d snd_sgbuf_get_chunk_size +EXPORT_SYMBOL sound/core/snd-pcm 0x28a833ec snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x2947f170 snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0x2f293987 _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x30d50bcf snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0x3796bdcc snd_pcm_format_little_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x39bf9301 _snd_pcm_hw_param_setempty +EXPORT_SYMBOL sound/core/snd-pcm 0x3f0c1963 snd_dma_alloc_dir_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x4a2ff25e snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x503bd137 snd_interval_ranges +EXPORT_SYMBOL sound/core/snd-pcm 0x50749092 snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL sound/core/snd-pcm 0x578b4a4f snd_pcm_hw_constraint_ranges +EXPORT_SYMBOL sound/core/snd-pcm 0x59c4029a snd_pcm_period_elapsed_under_stream_lock +EXPORT_SYMBOL sound/core/snd-pcm 0x5aa46f24 snd_pcm_lib_mmap_iomem +EXPORT_SYMBOL sound/core/snd-pcm 0x5b467243 snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0x5c0f369b snd_sgbuf_get_page +EXPORT_SYMBOL sound/core/snd-pcm 0x5e6fc6e4 snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL sound/core/snd-pcm 0x6075471a snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0x61ff03d8 snd_pcm_set_managed_buffer_all +EXPORT_SYMBOL sound/core/snd-pcm 0x6446c513 snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0x650f8603 snd_pcm_format_silence_64 +EXPORT_SYMBOL sound/core/snd-pcm 0x68a24153 snd_pcm_format_physical_width +EXPORT_SYMBOL sound/core/snd-pcm 0x69255f54 snd_pcm_hw_limit_rates +EXPORT_SYMBOL sound/core/snd-pcm 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x710a94e0 snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x734e29c7 snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0x7449e1e8 snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0x834dc955 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x83b2c8da snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0x85154bb7 snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0x865c7f63 snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0x868f48eb snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x8a34a041 snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0x8cce314c snd_pcm_create_iec958_consumer +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x9be59e8f snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xa2640957 snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xa6412a8f snd_pcm_set_managed_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xa91c171a __snd_pcm_lib_xfer +EXPORT_SYMBOL sound/core/snd-pcm 0xac437f7b snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xb20b1ef8 snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0xb217f4dd snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0xb45c45c6 snd_dma_buffer_mmap +EXPORT_SYMBOL sound/core/snd-pcm 0xb78c12b8 snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xc32e6a71 snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0xc4140dc2 snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0xc99cb623 snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-pcm 0xcd12abba snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0xde5eb9e9 snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xe12c1294 snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0xe539eeab snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xeaaad8d2 snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xf0596336 snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0xfda135e5 snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-rawmidi 0x031e76fd snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0x08405441 snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0x127a517f snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x3d5824d5 snd_rawmidi_proceed +EXPORT_SYMBOL sound/core/snd-rawmidi 0x492ef91e snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0x49dcc555 snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0x50925f04 snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0x50ee4c02 snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0x5b37a6f2 snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0x5d343535 snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x68c756fa snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0x8cae6bb1 snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0x8dee1df5 snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x91c25fba snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0x9a0452c2 snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb7135a1c snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe5d71530 snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0xfe14b159 snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-seq-device 0x091def1c snd_seq_autoload_exit +EXPORT_SYMBOL sound/core/snd-seq-device 0x370a0736 snd_seq_autoload_init +EXPORT_SYMBOL sound/core/snd-seq-device 0x6339b6d0 snd_seq_device_load_drivers +EXPORT_SYMBOL sound/core/snd-seq-device 0xc6b2c2b9 snd_seq_device_new +EXPORT_SYMBOL sound/core/snd-timer 0x0419fe6d snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0x216f6f0e snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0x320f70c4 snd_timer_resolution +EXPORT_SYMBOL sound/core/snd-timer 0x3d5d74f2 snd_timer_instance_new +EXPORT_SYMBOL sound/core/snd-timer 0x584b4bba snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0x7f686d9b snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0x80e7dab4 snd_timer_instance_free +EXPORT_SYMBOL sound/core/snd-timer 0x880595c3 snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0x91369481 snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0xa1c53b8a snd_timer_global_register +EXPORT_SYMBOL sound/core/snd-timer 0xa95c8b74 snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0xb02a2c67 snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0xb3d85299 snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0xe663d0f5 snd_timer_open +EXPORT_SYMBOL sound/core/snd-timer 0xfe3065ef snd_timer_stop +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x6d629c59 snd_mpu401_uart_interrupt_tx +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x7f9e33bd snd_mpu401_uart_new +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0xc0fec227 snd_mpu401_uart_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x05060a19 snd_opl3_regmap +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x29f3fab8 snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x414e60f7 snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x46253d0b snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x4af0bf71 snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x658ef166 snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x8347fe06 snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x8cb6f115 snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xc608fa23 snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xea07e0b2 snd_opl3_reset +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x226138b0 snd_vx_threaded_irq_handler +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x374c0c9b snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x55937c21 snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x5ba5223f snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x86983006 snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xa0e86bfa snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xa18567f9 snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xb772821c snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xbced51ef snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf0341aaf snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x02896243 amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x08a38f75 cmp_connection_reserve +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x09c2fa94 amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x23c063a6 fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2502a4c2 cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2c5a3dfa amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x30f549be cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x414ffdf3 fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x48da86fd fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5bc6af39 snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x66f3f27c cmp_connection_release +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x77a00293 avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x78f48a4f fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x817f0e6b amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x82117cde amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x832edeae fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8dde14bd avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa870091d amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xada18933 iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb3f365e9 avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xba4ec4ae amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc112974b fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc60dc1c2 cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xce164832 cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xdfe00234 amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe331f5d7 iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe9448ee4 fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xeda89ebc cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf53f5475 cmp_connection_init +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0x1efacaab intel_nhlt_get_endpoint_blob +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0x41a05c36 intel_nhlt_has_endpoint_type +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0x66fd6169 intel_nhlt_ssp_endpoint_mask +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0xb7b836b3 intel_nhlt_ssp_mclk_mask +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0x8aa9ab4d snd_ak4113_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0xfcc39176 snd_ak4113_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x2c7df925 snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x83aaf9d8 snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x85d19db4 snd_ak4114_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x8f5ec528 snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x95e10426 snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xa9650927 snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xb0be1add snd_ak4114_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xba4ab038 snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x05cfb653 snd_ak4117_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x20da065f snd_ak4117_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x2eb6c661 snd_ak4117_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0x796d28c6 snd_ak4117_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xb2d54018 snd_ak4117_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4117 0xef8be28a snd_ak4117_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x10b02ea7 snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x14d7f2d5 snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x3c00f8ed snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xdb931bf7 snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x9475bd3b snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xf7d5c490 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x03cf6353 snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x20eb8217 snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x80fef0bc snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xe1c6e835 snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xe72c11f7 snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xf784238d snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x96a9c47b snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xa65c1c3c snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0xbda79511 snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0xce1e0fdf snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0xea70538e snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xec6365fc snd_i2c_device_free +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x12cfdf27 snd_sbmixer_resume +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x53a4bcae snd_sbdsp_reset +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x69c6d203 snd_sbmixer_add_ctl +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x7d816295 snd_sbmixer_write +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x82682acd snd_sbdsp_create +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xa2715038 snd_sbdsp_command +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xbbfd27c2 snd_sbdsp_get_byte +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xc44752b7 snd_sbmixer_suspend +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xf1788bb6 snd_sbmixer_read +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xf45f4d87 snd_sbmixer_new +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x0b4a7240 snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x3a74e196 snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x5e7ce408 snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x627fa07d snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x6796a943 snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x73a404ce snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x753c164e snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x930c3743 snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x98ae4839 snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb182478e snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb3a9d216 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb460b7c8 snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb79f689f snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xbcdb18e8 snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc7517f9c snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xf39ff470 snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xfe783a61 snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/asihpi/snd-asihpi 0xe7f8af11 hpi_send_recv +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x1c87ba5e snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x1d64c2c9 snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x41ebde65 snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x72ca8882 snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x87ecb8c1 snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xb4f10a29 snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xb8653585 snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xd311efc3 snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xde8b370a snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xe362964b snd_emu10k1_ptr_write_multiple +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x5b7e9c79 snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x5f937b08 snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x7e4f1841 snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x21f5937a oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x21fcf497 oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x2ec6e845 oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x393a5347 oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x41f96004 oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x453ea32a oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x564226a2 oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x70b38cda oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x7120f1ec oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9c0a74d7 oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa05db9a0 oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa5451f48 oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xa8b374b5 oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xb2ca6388 oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc13e608e oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xdb1073d2 oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe7fa5b31 oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xeeb36bc0 oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf841a2ca oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xfea283a6 oxygen_write8_masked +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x14a4cee0 snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x47c4310a snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xc5f0b2b1 snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xcaf04d4b snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xd11393a7 snd_trident_stop_voice +EXPORT_SYMBOL sound/soc/amd/acp_audio_dma 0xf2cc2cce acp_bt_uart_enable +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0x7cb7dbfe snd_soc_acpi_amd_rmb_sof_machines +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0xa1e7eccb snd_amd_acp_find_config +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0xff53408c snd_soc_acpi_amd_sof_machines +EXPORT_SYMBOL sound/soc/codecs/snd-soc-adau1372 0xc2da642b adau1372_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-lpass-wsa-macro 0x52bd66b5 wsa_macro_set_spkr_mode +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x0393451a pcm3060_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0xa36eda90 pcm3060_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-rt715 0xed2acb24 hda_to_sdw +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x93e1f6a8 tlv320aic23_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0xce4488e0 tlv320aic23_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0xc3b63de8 aic32x4_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0xca63c3d9 aic32x4_regmap_config +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0xd7570415 aic32x4_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0xaa16fd95 aic3x_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0xc244be92 aic3x_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x1060ab41 wcd_mbhc_init +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x30391a44 wcd_dt_parse_mbhc_data +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x3a195ca9 wcd_mbhc_get_impedance +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x789ebe56 wcd_mbhc_set_hph_type +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xa5758a49 wcd_mbhc_get_hph_type +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xd094df47 wcd_mbhc_deinit +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xe2beca26 wcd_mbhc_stop +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xfbdbfaf4 wcd_mbhc_start +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x6398145a fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x86517ebb fsl_asoc_reparent_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0xe31f1362 fsl_asoc_get_pll_clocks +EXPORT_SYMBOL sound/soc/snd-soc-core 0x4f4a945b snd_soc_alloc_ac97_component +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0f008fc4 sof_stream_pcm_open +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0f16a3a7 sof_machine_register +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x13163af5 sof_stream_pcm_close +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x15522824 snd_sof_dsp_update_bits64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x19f6bca6 sof_set_stream_data_offset +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x2119fc7c snd_sof_device_probe +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x234c397d sof_mailbox_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x271e918d sof_block_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x292e402d snd_sof_dsp_panic +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x2f6a3809 snd_sof_pci_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x317c62d1 sof_io_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x33606cf1 snd_sof_handle_fw_exception +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x368c6727 sof_debug_check_flag +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3b508602 snd_sof_dsp_update_bits_forced +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x44a7c37f snd_sof_runtime_idle +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x47410c28 snd_sof_device_probe_completed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x4c895997 sof_mailbox_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x4ca29014 snd_sof_ipc_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x4f19d2b1 snd_sof_dsp_dbg_dump +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x50a1d798 snd_sof_device_shutdown +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x52c491aa sof_io_read64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x5cade290 sof_ipc3_do_rx_work +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x661c2692 snd_sof_device_remove +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x67ba7aa9 sof_io_write64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6930cfbb snd_sof_load_firmware_memcpy +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6bfd8ad5 snd_sof_ipc_get_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x73d93dad sof_machine_unregister +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x7d354f49 sof_pcm_dai_link_fixup +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x809513fb snd_sof_run_firmware +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x87f57940 snd_sof_load_topology +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x92281207 snd_sof_ipc_init +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x92ddb10b snd_sof_dsp_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x9728b683 snd_sof_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x996f05b3 snd_sof_complete +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x9a6ff20f sof_widget_setup +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa162d0ce snd_sof_dsp_update_bits64_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa380120a sof_dai_get_bclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa4b73e9f snd_sof_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa95c8a46 snd_sof_fw_unload +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xaa02fc76 snd_sof_dsp_only_d0i3_compatible_stream_active +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xaae20e9e sof_ipc_msg_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xac1213f9 sof_widget_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb2dc7a79 sof_print_oops_and_stack +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb2dcea08 snd_sof_dsp_update_bits_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xccb60c8a sof_dai_get_mclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xcdb3735f sof_block_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd1b40cc0 sof_ipc_set_get_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xdad443ff snd_sof_runtime_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xdbf05ce0 snd_sof_prepare +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe2901afa snd_sof_pcm_period_elapsed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe839ae37 snd_sof_ipc_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe98e72de sof_machine_check +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xecb3086e snd_sof_load_firmware_raw +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xee196838 sof_set_fw_state +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xef8d518d sof_ipc4_set_pipeline_state +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf01482d2 sof_io_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf23f05b6 sof_ipc_tx_message +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf433fd7e sof_ipc_tx_message_no_pm +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xfd49ff7d snd_sof_runtime_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof-utils 0xa21a761c snd_sof_create_page_table +EXPORT_SYMBOL sound/soundcore 0x32d795c4 sound_class +EXPORT_SYMBOL sound/soundcore 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL sound/soundcore 0x9e89a1d1 register_sound_mixer +EXPORT_SYMBOL sound/soundcore 0xba251bea register_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xbd2eb231 register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xdbd18e89 register_sound_special +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x5ba1937b snd_emux_free +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x5f34cd6f snd_emux_register +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x655cb202 snd_sf_linear_to_log +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x89935906 snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xc45b88a5 snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xdaf17480 snd_emux_new +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xe05ba4cc snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/snd-util-mem 0x0eda33fa snd_util_memhdr_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0x2a48197f snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x6517719f __snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x914f3491 snd_util_memhdr_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x9223e14b snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x9adc8c44 __snd_util_memblk_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xc59655e4 snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0xd28dc0da __snd_util_mem_alloc +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x16756dc0 snd_usbmidi_input_start +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x57bbd3dc __snd_usbmidi_create +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x63343b1d snd_usbmidi_input_stop +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xb2af19e1 snd_usbmidi_resume +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xbed43a41 snd_usbmidi_suspend +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xd9d2bb03 snd_usbmidi_disconnect +EXPORT_SYMBOL vmlinux 0x000c0468 inet_listen +EXPORT_SYMBOL vmlinux 0x00148653 vsnprintf +EXPORT_SYMBOL vmlinux 0x0029d869 dev_mc_unsync +EXPORT_SYMBOL vmlinux 0x002e59bb param_set_ulong +EXPORT_SYMBOL vmlinux 0x00445a85 mdiobus_read +EXPORT_SYMBOL vmlinux 0x004d2162 kfree_skb_list_reason +EXPORT_SYMBOL vmlinux 0x0089fa14 key_unlink +EXPORT_SYMBOL vmlinux 0x008f38da migrate_vma_pages +EXPORT_SYMBOL vmlinux 0x00a4b044 amd_iommu_deactivate_guest_mode +EXPORT_SYMBOL vmlinux 0x00b4e615 posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x00b6bb8b phy_support_sym_pause +EXPORT_SYMBOL vmlinux 0x00c6472d tcp_prot +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00efdc17 fb_set_suspend +EXPORT_SYMBOL vmlinux 0x00fb46d2 unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x00fbbb5f skb_unlink +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x01156ae4 utf8_strncasecmp_folded +EXPORT_SYMBOL vmlinux 0x0116c605 _copy_from_iter_nocache +EXPORT_SYMBOL vmlinux 0x011d5f15 eth_gro_complete +EXPORT_SYMBOL vmlinux 0x01294c1e iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0x0147812c kblockd_mod_delayed_work_on +EXPORT_SYMBOL vmlinux 0x016f123e sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x01757935 rdmacg_register_device +EXPORT_SYMBOL vmlinux 0x017de3d5 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0x0188cd88 vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0x01a31683 __phy_write_mmd +EXPORT_SYMBOL vmlinux 0x01b6865c xa_get_mark +EXPORT_SYMBOL vmlinux 0x01bb6fb5 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0x01be8f5f input_get_keycode +EXPORT_SYMBOL vmlinux 0x01bf55fc paddr_vmcoreinfo_note +EXPORT_SYMBOL vmlinux 0x01c284c4 param_get_byte +EXPORT_SYMBOL vmlinux 0x01cb0fdc elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x01e61d6c __x86_indirect_call_thunk_r12 +EXPORT_SYMBOL vmlinux 0x01e87ed5 __devm_request_region +EXPORT_SYMBOL vmlinux 0x01f64e8a disk_check_media_change +EXPORT_SYMBOL vmlinux 0x01fbf5b9 keyring_alloc +EXPORT_SYMBOL vmlinux 0x02024335 __tracepoint_rdpmc +EXPORT_SYMBOL vmlinux 0x020618dc fscrypt_encrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0x0208b1e3 pci_enable_wake +EXPORT_SYMBOL vmlinux 0x0209f3a7 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x020dbf27 bitmap_alloc +EXPORT_SYMBOL vmlinux 0x0214724b from_kprojid +EXPORT_SYMBOL vmlinux 0x02201539 tcf_qevent_destroy +EXPORT_SYMBOL vmlinux 0x0228925f iowrite64_hi_lo +EXPORT_SYMBOL vmlinux 0x0231762d truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x0237b57a arch_unregister_cpu +EXPORT_SYMBOL vmlinux 0x023c7f8a vmap +EXPORT_SYMBOL vmlinux 0x023d1b90 wrmsr_on_cpu +EXPORT_SYMBOL vmlinux 0x023d9e31 skb_expand_head +EXPORT_SYMBOL vmlinux 0x0248efd3 kstrtobool_from_user +EXPORT_SYMBOL vmlinux 0x02616207 try_module_get +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x0296695f refcount_warn_saturate +EXPORT_SYMBOL vmlinux 0x02b2acaa km_state_expired +EXPORT_SYMBOL vmlinux 0x02ba1187 vm_zone_stat +EXPORT_SYMBOL vmlinux 0x02ba1763 devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x02c4ed59 inet_add_protocol +EXPORT_SYMBOL vmlinux 0x02c656b6 acpi_enable_all_runtime_gpes +EXPORT_SYMBOL vmlinux 0x02da833f mmc_wait_for_req_done +EXPORT_SYMBOL vmlinux 0x02db07a9 tcp_seq_stop +EXPORT_SYMBOL vmlinux 0x02ff744a security_task_getsecid_obj +EXPORT_SYMBOL vmlinux 0x03012fea set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x03039b68 napi_schedule_prep +EXPORT_SYMBOL vmlinux 0x0312e85e md_bitmap_update_sb +EXPORT_SYMBOL vmlinux 0x0318dba3 acpi_register_debugger +EXPORT_SYMBOL vmlinux 0x0325fd12 mini_qdisc_pair_block_init +EXPORT_SYMBOL vmlinux 0x032924ef kern_unmount_array +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x035d25ab memcg_kmem_online_key +EXPORT_SYMBOL vmlinux 0x0360d67f make_flow_keys_digest +EXPORT_SYMBOL vmlinux 0x0362f9a8 __x86_indirect_thunk_r12 +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x0369ea2c genphy_c45_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x036cce78 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x03708d45 tls_client_hello_x509 +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x037d61bd clkdev_add +EXPORT_SYMBOL vmlinux 0x03815f35 ledtrig_disk_activity +EXPORT_SYMBOL vmlinux 0x0397edd5 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0x03b814ca bpf_dispatcher_xdp_func +EXPORT_SYMBOL vmlinux 0x03bca6f0 tcp_child_process +EXPORT_SYMBOL vmlinux 0x03c27fef sock_release +EXPORT_SYMBOL vmlinux 0x03ccb36e inet6_csk_route_req +EXPORT_SYMBOL vmlinux 0x03e160ad tcp_md5_key_copy +EXPORT_SYMBOL vmlinux 0x03f510c6 inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0x03f57960 serio_rescan +EXPORT_SYMBOL vmlinux 0x03f98b78 sock_dequeue_err_skb +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x043e46ae vme_master_request +EXPORT_SYMBOL vmlinux 0x044154c6 tc_skb_ext_tc +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x044f0ad9 get_random_u16 +EXPORT_SYMBOL vmlinux 0x04551f22 skb_push +EXPORT_SYMBOL vmlinux 0x0471f15f configfs_register_group +EXPORT_SYMBOL vmlinux 0x0474edef kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0x04789d34 __nla_put_64bit +EXPORT_SYMBOL vmlinux 0x0479aac1 seq_list_next_rcu +EXPORT_SYMBOL vmlinux 0x0484c6c4 acpi_enter_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x04863e28 hdmi_audio_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x0499ea0d watchdog_register_governor +EXPORT_SYMBOL vmlinux 0x049c88cf inet_sk_set_state +EXPORT_SYMBOL vmlinux 0x04a8c807 folio_create_empty_buffers +EXPORT_SYMBOL vmlinux 0x04c4d8e4 get_cached_acl +EXPORT_SYMBOL vmlinux 0x04c62fd7 __memset +EXPORT_SYMBOL vmlinux 0x04d24402 iwe_stream_add_point +EXPORT_SYMBOL vmlinux 0x04d4989b skb_checksum +EXPORT_SYMBOL vmlinux 0x04d8c750 release_perfctr_nmi +EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize +EXPORT_SYMBOL vmlinux 0x04f00d11 devm_of_find_backlight +EXPORT_SYMBOL vmlinux 0x050877b9 dmi_first_match +EXPORT_SYMBOL vmlinux 0x05112bfa ethtool_aggregate_pause_stats +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x05242498 read_cache_page +EXPORT_SYMBOL vmlinux 0x0531325f vfs_path_parent_lookup +EXPORT_SYMBOL vmlinux 0x053671d4 amd_iommu_snp_en +EXPORT_SYMBOL vmlinux 0x054496b4 schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x0549a384 mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x055c7528 inode_query_iversion +EXPORT_SYMBOL vmlinux 0x055e77e8 jiffies_64 +EXPORT_SYMBOL vmlinux 0x0560d9be jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0x0562dc30 __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0x056bcf7b dm_read_arg +EXPORT_SYMBOL vmlinux 0x0570b0ce do_splice_direct +EXPORT_SYMBOL vmlinux 0x058babc3 __ps2_command +EXPORT_SYMBOL vmlinux 0x05902960 cdev_init +EXPORT_SYMBOL vmlinux 0x05ab1dbc scm_detach_fds +EXPORT_SYMBOL vmlinux 0x05b2f623 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0x05bc3059 follow_down_one +EXPORT_SYMBOL vmlinux 0x05cb3019 __hw_addr_ref_unsync_dev +EXPORT_SYMBOL vmlinux 0x05dc016c scsi_host_put +EXPORT_SYMBOL vmlinux 0x05e6f8d0 user_revoke +EXPORT_SYMBOL vmlinux 0x05ed2b58 netdev_get_by_index +EXPORT_SYMBOL vmlinux 0x06052f8d __memmove +EXPORT_SYMBOL vmlinux 0x06090745 blk_finish_plug +EXPORT_SYMBOL vmlinux 0x060ba97c gen_pool_free_owner +EXPORT_SYMBOL vmlinux 0x060f3f74 nf_log_set +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x06176293 md_error +EXPORT_SYMBOL vmlinux 0x061930b6 dev_uc_flush +EXPORT_SYMBOL vmlinux 0x061fe985 posix_acl_update_mode +EXPORT_SYMBOL vmlinux 0x06232b99 pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x065e1d36 skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x06600f10 dput +EXPORT_SYMBOL vmlinux 0x0668b595 _kstrtoul +EXPORT_SYMBOL vmlinux 0x066c7c32 simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0x06a669b3 __SCK__tp_func_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x06a86bc1 iowrite16 +EXPORT_SYMBOL vmlinux 0x06ab89a0 pci_release_region +EXPORT_SYMBOL vmlinux 0x06b6a27d iov_iter_xarray +EXPORT_SYMBOL vmlinux 0x06bd88b5 ucs2_strnlen +EXPORT_SYMBOL vmlinux 0x06ca1af6 napi_gro_receive +EXPORT_SYMBOL vmlinux 0x06d11488 __bitmap_equal +EXPORT_SYMBOL vmlinux 0x07085fa4 ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x07098248 xz_dec_microlzma_alloc +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x0745a981 xa_erase +EXPORT_SYMBOL vmlinux 0x07666e24 devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0x076ff3fd sock_enable_timestamps +EXPORT_SYMBOL vmlinux 0x07785a4c folio_wait_private_2 +EXPORT_SYMBOL vmlinux 0x078b4c35 uart_match_port +EXPORT_SYMBOL vmlinux 0x07a807af nf_log_unset +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07b7e791 folio_migrate_copy +EXPORT_SYMBOL vmlinux 0x07be7392 param_set_invbool +EXPORT_SYMBOL vmlinux 0x07bf7d5a folio_wait_bit +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07ceeac9 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x07f57478 pci_unmap_iospace +EXPORT_SYMBOL vmlinux 0x07f8c7b3 hdmi_infoframe_log +EXPORT_SYMBOL vmlinux 0x07f9c4cd pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x0800473f __cond_resched +EXPORT_SYMBOL vmlinux 0x0800d16b blk_put_queue +EXPORT_SYMBOL vmlinux 0x08053918 mipi_dsi_device_unregister +EXPORT_SYMBOL vmlinux 0x0805f2c8 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0x08162c74 free_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0x082a82d2 simple_recursive_removal +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x082e8f0c uart_unregister_driver +EXPORT_SYMBOL vmlinux 0x0838fde9 alloc_anon_inode +EXPORT_SYMBOL vmlinux 0x083c4cc4 task_lookup_next_fd_rcu +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x084ced1e pci_write_config_dword +EXPORT_SYMBOL vmlinux 0x08692f97 put_cmsg_scm_timestamping +EXPORT_SYMBOL vmlinux 0x0870efe3 jent_testing_exit +EXPORT_SYMBOL vmlinux 0x088ead8b jbd2_journal_inode_ranged_write +EXPORT_SYMBOL vmlinux 0x088ed0c6 netdev_offload_xstats_push_delta +EXPORT_SYMBOL vmlinux 0x088f0701 jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0x08954dbb vm_insert_pages +EXPORT_SYMBOL vmlinux 0x089f4ab6 sockopt_release_sock +EXPORT_SYMBOL vmlinux 0x08a4e24d vme_irq_handler +EXPORT_SYMBOL vmlinux 0x08a766a2 dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0x08c647d8 __alloc_skb +EXPORT_SYMBOL vmlinux 0x08d33ff2 skb_pull_data +EXPORT_SYMBOL vmlinux 0x08dd26e0 qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x08e75c3a ip_route_me_harder +EXPORT_SYMBOL vmlinux 0x08fbecdf find_vma +EXPORT_SYMBOL vmlinux 0x09094164 netdev_offload_xstats_get +EXPORT_SYMBOL vmlinux 0x09096d5d dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0x092e26bf acpi_remove_address_space_handler +EXPORT_SYMBOL vmlinux 0x09310d36 i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0x093712e5 acpi_purge_cached_objects +EXPORT_SYMBOL vmlinux 0x0946a2f9 netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x09491d55 dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x095c236a d_instantiate +EXPORT_SYMBOL vmlinux 0x0966e107 __x86_indirect_call_thunk_r9 +EXPORT_SYMBOL vmlinux 0x096dd862 fb_pan_display +EXPORT_SYMBOL vmlinux 0x09769037 dmt_modes +EXPORT_SYMBOL vmlinux 0x09877655 scsi_partsize +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x09aa55ff __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x09ac31bb input_reset_device +EXPORT_SYMBOL vmlinux 0x09c7d6ad agp_generic_alloc_page +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09da0ba4 xa_set_mark +EXPORT_SYMBOL vmlinux 0x09e62c0c xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0x09f2f596 tcp_disconnect +EXPORT_SYMBOL vmlinux 0x09f60d24 max8998_write_reg +EXPORT_SYMBOL vmlinux 0x0a012f73 mb_cache_entry_touch +EXPORT_SYMBOL vmlinux 0x0a0b6fce ppp_register_compressor +EXPORT_SYMBOL vmlinux 0x0a0ebc08 __xa_cmpxchg +EXPORT_SYMBOL vmlinux 0x0a1a028a dquot_free_inode +EXPORT_SYMBOL vmlinux 0x0a1e8769 utf8_casefold_hash +EXPORT_SYMBOL vmlinux 0x0a418901 skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x0a43ee99 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0x0a6069d8 input_enable_softrepeat +EXPORT_SYMBOL vmlinux 0x0a6381c0 scsi_host_get +EXPORT_SYMBOL vmlinux 0x0a6dbf2e reuseport_select_sock +EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier +EXPORT_SYMBOL vmlinux 0x0a7cf8fc dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0x0a819351 init_net +EXPORT_SYMBOL vmlinux 0x0a84b15d zstd_init_cctx +EXPORT_SYMBOL vmlinux 0x0a85b8c7 fscrypt_decrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0x0a90dace rproc_da_to_va +EXPORT_SYMBOL vmlinux 0x0a9ba04f srso_untrain_ret +EXPORT_SYMBOL vmlinux 0x0aa309cf synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x0aaccc92 pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x0ac511fb bio_split_to_limits +EXPORT_SYMBOL vmlinux 0x0ac6e051 __cpuhp_setup_state +EXPORT_SYMBOL vmlinux 0x0acd5494 __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0aed113d security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0x0afa7055 sk_error_report +EXPORT_SYMBOL vmlinux 0x0b075477 sock_efree +EXPORT_SYMBOL vmlinux 0x0b14717f km_state_notify +EXPORT_SYMBOL vmlinux 0x0b19b445 ioread8 +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b26b8c8 acpi_run_osc +EXPORT_SYMBOL vmlinux 0x0b2a3e4d scsi_execute_cmd +EXPORT_SYMBOL vmlinux 0x0b2f093f udp_seq_stop +EXPORT_SYMBOL vmlinux 0x0b32dd9e skb_free_datagram +EXPORT_SYMBOL vmlinux 0x0b446d8d inet_frag_reasm_finish +EXPORT_SYMBOL vmlinux 0x0b57a975 close_fd_get_file +EXPORT_SYMBOL vmlinux 0x0b58ec5c textsearch_register +EXPORT_SYMBOL vmlinux 0x0b637410 cr4_update_irqsoff +EXPORT_SYMBOL vmlinux 0x0b6dd45f security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b8b4d1f write_cache_pages +EXPORT_SYMBOL vmlinux 0x0ba0b938 vm_brk +EXPORT_SYMBOL vmlinux 0x0bb5dd4a dma_fence_chain_find_seqno +EXPORT_SYMBOL vmlinux 0x0bbf29f8 xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bca0957 __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0x0bd394d8 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x0bfc1d1a check_zeroed_user +EXPORT_SYMBOL vmlinux 0x0c0159fc skb_flow_get_icmp_tci +EXPORT_SYMBOL vmlinux 0x0c0a13f2 __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x0c0f5368 blkdev_issue_secure_erase +EXPORT_SYMBOL vmlinux 0x0c1c7caa sk_ioctl +EXPORT_SYMBOL vmlinux 0x0c25ec48 secure_tcpv6_seq +EXPORT_SYMBOL vmlinux 0x0c29a09b unregister_key_type +EXPORT_SYMBOL vmlinux 0x0c3690fc _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0x0c54c800 param_array_ops +EXPORT_SYMBOL vmlinux 0x0c575719 __cond_resched_rwlock_write +EXPORT_SYMBOL vmlinux 0x0c57fa6a param_ops_bool +EXPORT_SYMBOL vmlinux 0x0c6bdc3f vme_master_read +EXPORT_SYMBOL vmlinux 0x0c6ca397 skb_vlan_push +EXPORT_SYMBOL vmlinux 0x0c855ca7 rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x0c8f2918 __vfs_setxattr +EXPORT_SYMBOL vmlinux 0x0ca64409 i2c_smbus_read_i2c_block_data_or_emulated +EXPORT_SYMBOL vmlinux 0x0caad7ab ihold +EXPORT_SYMBOL vmlinux 0x0cae1fea skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0x0cb3dc3a scsi_register_interface +EXPORT_SYMBOL vmlinux 0x0cb5d53b acpi_match_device_ids +EXPORT_SYMBOL vmlinux 0x0cc05cb6 tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0x0cc4b4b6 crc_ccitt_false +EXPORT_SYMBOL vmlinux 0x0cd55597 jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0x0cd5835b ipv6_flowlabel_exclusive +EXPORT_SYMBOL vmlinux 0x0cdce87c rfkill_set_hw_state_reason +EXPORT_SYMBOL vmlinux 0x0d02b561 param_set_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x0d07f543 get_anon_bdev +EXPORT_SYMBOL vmlinux 0x0d24c1eb phy_get_eee_err +EXPORT_SYMBOL vmlinux 0x0d333b64 zstd_end_stream +EXPORT_SYMBOL vmlinux 0x0d39ad6c d_alloc_anon +EXPORT_SYMBOL vmlinux 0x0d448913 rt_dst_clone +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d68fd74 vga_switcheroo_lock_ddc +EXPORT_SYMBOL vmlinux 0x0da37acd dma_fence_array_first +EXPORT_SYMBOL vmlinux 0x0db86e3e dev_get_by_napi_id +EXPORT_SYMBOL vmlinux 0x0dd6cd13 neigh_connected_output +EXPORT_SYMBOL vmlinux 0x0dd899d3 dquot_initialize +EXPORT_SYMBOL vmlinux 0x0de15a4e dev_uc_unsync +EXPORT_SYMBOL vmlinux 0x0deb72fc __traceiter_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x0e1157b6 folio_alloc +EXPORT_SYMBOL vmlinux 0x0e13e240 thread_group_exited +EXPORT_SYMBOL vmlinux 0x0e17678a siphash_4u64 +EXPORT_SYMBOL vmlinux 0x0e23b37f alloc_cpumask_var_node +EXPORT_SYMBOL vmlinux 0x0e4262c6 __siphash_unaligned +EXPORT_SYMBOL vmlinux 0x0e63da17 tty_port_put +EXPORT_SYMBOL vmlinux 0x0e6c4345 phy_write_mmd +EXPORT_SYMBOL vmlinux 0x0e6eb0d7 dev_uc_sync +EXPORT_SYMBOL vmlinux 0x0e7cee99 devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x0ea3c74e tasklet_kill +EXPORT_SYMBOL vmlinux 0x0ea593f6 hdmi_drm_infoframe_init +EXPORT_SYMBOL vmlinux 0x0eb6eb87 add_taint +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0edd0f3a genl_unregister_family +EXPORT_SYMBOL vmlinux 0x0f09cc34 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0x0f1ad8e2 seq_list_start_rcu +EXPORT_SYMBOL vmlinux 0x0f1f03fa kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x0f37ca89 lockref_put_not_zero +EXPORT_SYMBOL vmlinux 0x0f3dbcca mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0x0f40e249 flow_rule_match_enc_control +EXPORT_SYMBOL vmlinux 0x0f4ae274 rproc_elf_sanity_check +EXPORT_SYMBOL vmlinux 0x0f51300e tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0x0f58f6da tcp_sock_set_quickack +EXPORT_SYMBOL vmlinux 0x0f61bdf7 tcp_mtu_to_mss +EXPORT_SYMBOL vmlinux 0x0f630261 gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x0f70be0d rproc_elf_load_rsc_table +EXPORT_SYMBOL vmlinux 0x0f7f2204 ip_cmsg_recv_offset +EXPORT_SYMBOL vmlinux 0x0f811fc7 jent_raw_hires_entropy_store +EXPORT_SYMBOL vmlinux 0x0f86f560 kthread_delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x0f87193e dev_kfree_skb_any_reason +EXPORT_SYMBOL vmlinux 0x0f9c2afd pci_find_bus +EXPORT_SYMBOL vmlinux 0x0f9fe992 sockopt_ns_capable +EXPORT_SYMBOL vmlinux 0x0faa7043 iget5_locked +EXPORT_SYMBOL vmlinux 0x0fab1ab0 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0x0face77c sg_miter_skip +EXPORT_SYMBOL vmlinux 0x0fb1eba9 xfrm_dev_state_flush +EXPORT_SYMBOL vmlinux 0x0fb2f8a4 mktime64 +EXPORT_SYMBOL vmlinux 0x0fc4d1e9 xfrm_state_free +EXPORT_SYMBOL vmlinux 0x0fc81592 cdev_set_parent +EXPORT_SYMBOL vmlinux 0x0fd13e53 param_set_long +EXPORT_SYMBOL vmlinux 0x0fd902db mb_cache_entry_create +EXPORT_SYMBOL vmlinux 0x0feeb59a register_framebuffer +EXPORT_SYMBOL vmlinux 0x0ff471b3 mdiobus_c45_read +EXPORT_SYMBOL vmlinux 0x0ff87cea genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x0ff8eb3d xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x0fff5afc time64_to_tm +EXPORT_SYMBOL vmlinux 0x10017aa5 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x100bddf8 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x10142e03 pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x101d7ff5 ns_capable_noaudit +EXPORT_SYMBOL vmlinux 0x1021793a neigh_table_init +EXPORT_SYMBOL vmlinux 0x1021b18c agp_generic_destroy_page +EXPORT_SYMBOL vmlinux 0x1035c7c2 __release_region +EXPORT_SYMBOL vmlinux 0x103e3231 __f_setown +EXPORT_SYMBOL vmlinux 0x1057a279 bsearch +EXPORT_SYMBOL vmlinux 0x1065ba24 netdev_err +EXPORT_SYMBOL vmlinux 0x1068004b gf128mul_bbe +EXPORT_SYMBOL vmlinux 0x1071a984 __break_lease +EXPORT_SYMBOL vmlinux 0x1079d24b __mmc_claim_host +EXPORT_SYMBOL vmlinux 0x107be0b0 percpu_counter_sync +EXPORT_SYMBOL vmlinux 0x107dd046 __x86_indirect_call_thunk_r8 +EXPORT_SYMBOL vmlinux 0x107e5878 zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x10d9080a md_bitmap_close_sync +EXPORT_SYMBOL vmlinux 0x10d9f885 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x10e6f74a free_contig_range +EXPORT_SYMBOL vmlinux 0x10f35256 complete_request_key +EXPORT_SYMBOL vmlinux 0x10f4bc31 vga_switcheroo_client_probe_defer +EXPORT_SYMBOL vmlinux 0x10f6ba6e sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0x1101ae08 register_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0x1101f09d vme_register_bridge +EXPORT_SYMBOL vmlinux 0x11073944 __ip_options_compile +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x1110fa24 blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0x1110ff9c proc_remove +EXPORT_SYMBOL vmlinux 0x111f2bce __netlink_dump_start +EXPORT_SYMBOL vmlinux 0x113a698e serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x1170cddd t10_pi_type1_ip +EXPORT_SYMBOL vmlinux 0x117e1fac security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0x118ad076 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x119b95dd i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0x11a4fd60 d_alloc_parallel +EXPORT_SYMBOL vmlinux 0x11c39e87 devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0x11cd1949 clk_bulk_get +EXPORT_SYMBOL vmlinux 0x11d93c98 inet6_release +EXPORT_SYMBOL vmlinux 0x11dd5a83 phy_write_paged +EXPORT_SYMBOL vmlinux 0x11e30762 chacha_block_generic +EXPORT_SYMBOL vmlinux 0x11f3c6ba i2c_transfer_buffer_flags +EXPORT_SYMBOL vmlinux 0x1204535c node_data +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x1227a290 input_set_keycode +EXPORT_SYMBOL vmlinux 0x122c3a7e _printk +EXPORT_SYMBOL vmlinux 0x123d6d1e phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0x124bad4d kstrtobool +EXPORT_SYMBOL vmlinux 0x12506b9d is_nvdimm_bus_locked +EXPORT_SYMBOL vmlinux 0x1269b0ba mr_fill_mroute +EXPORT_SYMBOL vmlinux 0x1272be42 pskb_expand_head +EXPORT_SYMBOL vmlinux 0x12792702 framebuffer_release +EXPORT_SYMBOL vmlinux 0x127d83ea security_locked_down +EXPORT_SYMBOL vmlinux 0x1285dd45 get_tree_keyed +EXPORT_SYMBOL vmlinux 0x12861753 tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x12cabc89 siphash_2u64 +EXPORT_SYMBOL vmlinux 0x12cc8e7f security_inode_copy_up +EXPORT_SYMBOL vmlinux 0x12dfb47f tcf_register_action +EXPORT_SYMBOL vmlinux 0x12e0c87a __icmp_send +EXPORT_SYMBOL vmlinux 0x12f6f69c fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x12f8b420 __skb_gso_segment +EXPORT_SYMBOL vmlinux 0x1309110a dqput +EXPORT_SYMBOL vmlinux 0x130afd75 acpi_get_sleep_type_data +EXPORT_SYMBOL vmlinux 0x13110126 request_resource +EXPORT_SYMBOL vmlinux 0x131a6146 xa_clear_mark +EXPORT_SYMBOL vmlinux 0x13215957 acpi_notifier_call_chain +EXPORT_SYMBOL vmlinux 0x1323dca3 kill_litter_super +EXPORT_SYMBOL vmlinux 0x1344d7e6 acpi_enable_gpe +EXPORT_SYMBOL vmlinux 0x1357a541 pci_alloc_irq_vectors +EXPORT_SYMBOL vmlinux 0x13601842 flow_rule_alloc +EXPORT_SYMBOL vmlinux 0x1389619c __max_die_per_package +EXPORT_SYMBOL vmlinux 0x139ee0bc vm_map_pages_zero +EXPORT_SYMBOL vmlinux 0x139f2189 __kfifo_alloc +EXPORT_SYMBOL vmlinux 0x13a12216 generic_file_mmap +EXPORT_SYMBOL vmlinux 0x13a26815 tcp_conn_request +EXPORT_SYMBOL vmlinux 0x13a6cd1e pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x13a7033e ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x13b2aefb iptun_encaps +EXPORT_SYMBOL vmlinux 0x13bd93eb compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0x13c49cc2 _copy_from_user +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13d817d4 no_seek_end_llseek_size +EXPORT_SYMBOL vmlinux 0x13e9e0a4 mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0x13f42152 system_entering_hibernation +EXPORT_SYMBOL vmlinux 0x13fcac2d nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x13fd5184 proc_create_data +EXPORT_SYMBOL vmlinux 0x14091c24 tcp_splice_read +EXPORT_SYMBOL vmlinux 0x140eccdd tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x141271bf acpi_dev_found +EXPORT_SYMBOL vmlinux 0x14178353 pci_set_master +EXPORT_SYMBOL vmlinux 0x1430b718 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x1442d517 current_time +EXPORT_SYMBOL vmlinux 0x1454719b __sock_create +EXPORT_SYMBOL vmlinux 0x14605535 dma_fence_context_alloc +EXPORT_SYMBOL vmlinux 0x146289b7 crc16_table +EXPORT_SYMBOL vmlinux 0x146b9d72 __SCK__tp_func_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x14a64a87 acpi_install_address_space_handler_no_reg +EXPORT_SYMBOL vmlinux 0x14a996d8 input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0x14c67e3e tcp_tx_delay_enabled +EXPORT_SYMBOL vmlinux 0x14d09ff2 ptp_schedule_worker +EXPORT_SYMBOL vmlinux 0x14d7477f console_list_unlock +EXPORT_SYMBOL vmlinux 0x14da4ef8 vfs_mknod +EXPORT_SYMBOL vmlinux 0x14ea5485 devm_extcon_unregister_notifier_all +EXPORT_SYMBOL vmlinux 0x14ebde16 inet_csk_reqsk_queue_add +EXPORT_SYMBOL vmlinux 0x14fffe56 fwnode_irq_get_byname +EXPORT_SYMBOL vmlinux 0x151f4898 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0x1526b301 unix_tot_inflight +EXPORT_SYMBOL vmlinux 0x152976c4 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0x153a5d26 simple_transaction_release +EXPORT_SYMBOL vmlinux 0x153bb590 ip6_fraglist_init +EXPORT_SYMBOL vmlinux 0x1548d970 __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x15544e9e udplite_prot +EXPORT_SYMBOL vmlinux 0x156bbe6a filemap_get_folios +EXPORT_SYMBOL vmlinux 0x158f213c tcp_read_done +EXPORT_SYMBOL vmlinux 0x1596b8fa phy_set_max_speed +EXPORT_SYMBOL vmlinux 0x159a7ee7 netif_set_tso_max_segs +EXPORT_SYMBOL vmlinux 0x15a09107 da903x_query_status +EXPORT_SYMBOL vmlinux 0x15ba50a6 jiffies +EXPORT_SYMBOL vmlinux 0x15bafe29 unregister_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x15bed7a5 LZ4_decompress_safe_partial +EXPORT_SYMBOL vmlinux 0x15c85de3 mempool_init +EXPORT_SYMBOL vmlinux 0x15f6e524 pnp_activate_dev +EXPORT_SYMBOL vmlinux 0x15f90688 slhc_init +EXPORT_SYMBOL vmlinux 0x15ffa4ae padata_do_parallel +EXPORT_SYMBOL vmlinux 0x1608a937 sock_bind_add +EXPORT_SYMBOL vmlinux 0x160dabb1 d_find_alias +EXPORT_SYMBOL vmlinux 0x16286538 iowrite64be_lo_hi +EXPORT_SYMBOL vmlinux 0x162893fd hashlen_string +EXPORT_SYMBOL vmlinux 0x16301b34 wrmsrl_on_cpu +EXPORT_SYMBOL vmlinux 0x1632bc21 kvasprintf_const +EXPORT_SYMBOL vmlinux 0x1641f04a genphy_write_mmd_unsupported +EXPORT_SYMBOL vmlinux 0x164acc72 tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0x164b2007 put_cmsg_scm_timestamping64 +EXPORT_SYMBOL vmlinux 0x1654fbbb tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x165f9fd1 pci_alloc_dev +EXPORT_SYMBOL vmlinux 0x16759ecb console_force_preferred_locked +EXPORT_SYMBOL vmlinux 0x1676ea71 blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump +EXPORT_SYMBOL vmlinux 0x167e7f9d __get_user_1 +EXPORT_SYMBOL vmlinux 0x1685c064 devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0x169938c1 __sysfs_match_string +EXPORT_SYMBOL vmlinux 0x169a0b1d clear_inode +EXPORT_SYMBOL vmlinux 0x16a54c8a vfs_symlink +EXPORT_SYMBOL vmlinux 0x16a71c5e blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0x16a7b16f __traceiter_kmalloc +EXPORT_SYMBOL vmlinux 0x16a8a88c filemap_flush +EXPORT_SYMBOL vmlinux 0x16bef9d5 kobject_init +EXPORT_SYMBOL vmlinux 0x16cdc340 acpi_get_table +EXPORT_SYMBOL vmlinux 0x16d3cb9b stop_tty +EXPORT_SYMBOL vmlinux 0x16d7a916 sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x16e297c3 bit_wait +EXPORT_SYMBOL vmlinux 0x16fc61b3 mmc_free_host +EXPORT_SYMBOL vmlinux 0x17027cae genphy_resume +EXPORT_SYMBOL vmlinux 0x1705ece7 filemap_splice_read +EXPORT_SYMBOL vmlinux 0x170958a7 dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0x170ddf79 acpi_install_notify_handler +EXPORT_SYMBOL vmlinux 0x1718beeb __blk_mq_alloc_disk +EXPORT_SYMBOL vmlinux 0x171ecd21 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x172039c1 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0x17354387 xp_dma_unmap +EXPORT_SYMBOL vmlinux 0x175e33fb dma_spin_lock +EXPORT_SYMBOL vmlinux 0x175e3cd6 amd_iommu_domain_clear_gcr3 +EXPORT_SYMBOL vmlinux 0x17718b1c blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0x177a82c3 entry_untrain_ret +EXPORT_SYMBOL vmlinux 0x1788cbc0 dquot_disable +EXPORT_SYMBOL vmlinux 0x178b40f1 ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0x17a2bd51 generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x17a414e9 pnp_device_attach +EXPORT_SYMBOL vmlinux 0x17a63bd4 d_splice_alias +EXPORT_SYMBOL vmlinux 0x17acc8db input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0x17b1e2f5 simple_transaction_get +EXPORT_SYMBOL vmlinux 0x17be68ca acpi_clear_event +EXPORT_SYMBOL vmlinux 0x17c555d6 set_bh_page +EXPORT_SYMBOL vmlinux 0x17c7a74b sock_alloc_file +EXPORT_SYMBOL vmlinux 0x17d92d52 mmc_get_card +EXPORT_SYMBOL vmlinux 0x17f341a0 i8042_lock_chip +EXPORT_SYMBOL vmlinux 0x17f813a9 __SCT__tp_func_kmalloc +EXPORT_SYMBOL vmlinux 0x17f875f3 scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0x17fe5156 phy_ethtool_get_stats +EXPORT_SYMBOL vmlinux 0x18047660 phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x1816d09e pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0x1819a3f5 register_sysctl +EXPORT_SYMBOL vmlinux 0x18345b8e __bitmap_replace +EXPORT_SYMBOL vmlinux 0x183b6a55 netdev_set_num_tc +EXPORT_SYMBOL vmlinux 0x186a01a5 ptp_find_pin +EXPORT_SYMBOL vmlinux 0x1874eb2c dev_change_flags +EXPORT_SYMBOL vmlinux 0x188215ac __folio_start_writeback +EXPORT_SYMBOL vmlinux 0x18888d00 downgrade_write +EXPORT_SYMBOL vmlinux 0x188ea314 jiffies_to_timespec64 +EXPORT_SYMBOL vmlinux 0x1897511e km_report +EXPORT_SYMBOL vmlinux 0x18a03590 vfs_fileattr_set +EXPORT_SYMBOL vmlinux 0x18b0cedf unregister_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x18b72573 register_kmmio_probe +EXPORT_SYMBOL vmlinux 0x18c47051 udp_poll +EXPORT_SYMBOL vmlinux 0x18d2a4b4 generic_delete_inode +EXPORT_SYMBOL vmlinux 0x18d6b26f phy_ethtool_ksettings_set +EXPORT_SYMBOL vmlinux 0x18e60984 __do_once_start +EXPORT_SYMBOL vmlinux 0x18fd2c2d __x86_indirect_call_thunk_r13 +EXPORT_SYMBOL vmlinux 0x19014195 mmc_of_parse +EXPORT_SYMBOL vmlinux 0x19278374 blk_set_runtime_active +EXPORT_SYMBOL vmlinux 0x19284b5d __napi_schedule_irqoff +EXPORT_SYMBOL vmlinux 0x192e9bba tls_server_hello_x509 +EXPORT_SYMBOL vmlinux 0x192ea14f __SCT__tp_func_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x19304513 sock_pfree +EXPORT_SYMBOL vmlinux 0x1953c958 mempool_create +EXPORT_SYMBOL vmlinux 0x195cf042 pci_ep_cfs_add_epc_group +EXPORT_SYMBOL vmlinux 0x1974c108 __skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x197a6250 jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0x197d5b60 dma_fence_default_wait +EXPORT_SYMBOL vmlinux 0x1984d421 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0x1986d870 zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0x19932470 would_dump +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19a0b72b devm_rproc_alloc +EXPORT_SYMBOL vmlinux 0x19b71472 tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19df99b9 acpi_finish_gpe +EXPORT_SYMBOL vmlinux 0x19e3a04c get_fs_type +EXPORT_SYMBOL vmlinux 0x19ece1c5 skb_seq_read +EXPORT_SYMBOL vmlinux 0x19ee7398 get_thermal_instance +EXPORT_SYMBOL vmlinux 0x19ef408a iov_iter_zero +EXPORT_SYMBOL vmlinux 0x19ff945c proc_create_seq_private +EXPORT_SYMBOL vmlinux 0x1a126927 inode_init_once +EXPORT_SYMBOL vmlinux 0x1a2b5d42 __dynamic_ibdev_dbg +EXPORT_SYMBOL vmlinux 0x1a45cb6c acpi_disabled +EXPORT_SYMBOL vmlinux 0x1a63af34 vga_switcheroo_process_delayed_switch +EXPORT_SYMBOL vmlinux 0x1a79c8e9 __x86_indirect_thunk_r13 +EXPORT_SYMBOL vmlinux 0x1a833355 sock_set_sndtimeo +EXPORT_SYMBOL vmlinux 0x1a90efbf pci_select_bars +EXPORT_SYMBOL vmlinux 0x1a93fe51 kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x1a9a433c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x1a9e1e9d make_kprojid +EXPORT_SYMBOL vmlinux 0x1ac2cd5c xsk_tx_peek_release_desc_batch +EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn +EXPORT_SYMBOL vmlinux 0x1ace6a93 __mmap_lock_do_trace_start_locking +EXPORT_SYMBOL vmlinux 0x1afa5909 sock_gettstamp +EXPORT_SYMBOL vmlinux 0x1b00475c kthread_associate_blkcg +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b01cea3 fuse_mount_destroy +EXPORT_SYMBOL vmlinux 0x1b0c08c3 tcp_ioctl +EXPORT_SYMBOL vmlinux 0x1b1049ce agp_put_bridge +EXPORT_SYMBOL vmlinux 0x1b1721de __check_sticky +EXPORT_SYMBOL vmlinux 0x1b181de9 seq_hex_dump +EXPORT_SYMBOL vmlinux 0x1b19cc5a lookup_one_len_unlocked +EXPORT_SYMBOL vmlinux 0x1b19f514 __netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x1b2d8ccb fscrypt_has_permitted_context +EXPORT_SYMBOL vmlinux 0x1b597b7a swake_up_all +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b777357 rdmacg_unregister_device +EXPORT_SYMBOL vmlinux 0x1b83e767 input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x1b8b95ad i8042_unlock_chip +EXPORT_SYMBOL vmlinux 0x1b908d85 _raw_write_lock_nested +EXPORT_SYMBOL vmlinux 0x1b945e26 dev_set_threaded +EXPORT_SYMBOL vmlinux 0x1ba59527 __kmalloc_node +EXPORT_SYMBOL vmlinux 0x1bab21f8 generic_file_fsync +EXPORT_SYMBOL vmlinux 0x1bb51249 tcp_have_smc +EXPORT_SYMBOL vmlinux 0x1bbfa7ae tls_client_hello_psk +EXPORT_SYMBOL vmlinux 0x1bc0a730 sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0x1bc75faa security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0x1bc9e4f8 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0x1bcede29 jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0x1bd59dbe vme_free_consistent +EXPORT_SYMBOL vmlinux 0x1bd5c0fa set_pages_array_wb +EXPORT_SYMBOL vmlinux 0x1bdc8c23 netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0x1be1ac4c vga_switcheroo_unregister_client +EXPORT_SYMBOL vmlinux 0x1be1bae2 folio_set_bh +EXPORT_SYMBOL vmlinux 0x1bfcd946 ps2_begin_command +EXPORT_SYMBOL vmlinux 0x1c06513f __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x1c0dd58c kobject_put +EXPORT_SYMBOL vmlinux 0x1c1f122e kmem_cache_free +EXPORT_SYMBOL vmlinux 0x1c29aedf devm_release_resource +EXPORT_SYMBOL vmlinux 0x1c42a4e0 reuseport_has_conns_set +EXPORT_SYMBOL vmlinux 0x1c58427f acpi_remove_notify_handler +EXPORT_SYMBOL vmlinux 0x1c66e87d tcf_idr_release +EXPORT_SYMBOL vmlinux 0x1c693e4d blk_mq_destroy_queue +EXPORT_SYMBOL vmlinux 0x1c7e4f71 seq_file_path +EXPORT_SYMBOL vmlinux 0x1ca527fa ioread64be_hi_lo +EXPORT_SYMBOL vmlinux 0x1ca8c3a6 scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0x1cb11044 inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0x1cb7b73f tty_unthrottle +EXPORT_SYMBOL vmlinux 0x1cd8438b pxm_to_node +EXPORT_SYMBOL vmlinux 0x1cd97d89 generic_ro_fops +EXPORT_SYMBOL vmlinux 0x1cf4afa1 __skb_try_recv_datagram +EXPORT_SYMBOL vmlinux 0x1cf80f97 xsk_set_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x1d07e365 memdup_user_nul +EXPORT_SYMBOL vmlinux 0x1d19f77b physical_mask +EXPORT_SYMBOL vmlinux 0x1d1abdf0 acpi_get_physical_device_location +EXPORT_SYMBOL vmlinux 0x1d24c881 ___ratelimit +EXPORT_SYMBOL vmlinux 0x1d2fe516 register_qdisc +EXPORT_SYMBOL vmlinux 0x1d40b6f3 idr_for_each +EXPORT_SYMBOL vmlinux 0x1d54828a vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x1d6eff2b skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0x1d71a377 input_unregister_device +EXPORT_SYMBOL vmlinux 0x1d8321a6 sock_no_shutdown +EXPORT_SYMBOL vmlinux 0x1d87444d xp_alloc +EXPORT_SYMBOL vmlinux 0x1d9672bd fault_in_subpage_writeable +EXPORT_SYMBOL vmlinux 0x1d97bdf6 register_quota_format +EXPORT_SYMBOL vmlinux 0x1dc6c93b lookup_user_key +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1de06233 sock_kmalloc +EXPORT_SYMBOL vmlinux 0x1de4ccb2 get_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x1df6d365 tcp_get_cookie_sock +EXPORT_SYMBOL vmlinux 0x1df6f64e generic_buffers_fsync +EXPORT_SYMBOL vmlinux 0x1dff9bf3 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0x1e0a0c24 mod_timer_pending +EXPORT_SYMBOL vmlinux 0x1e0cd7fe acpi_detach_data +EXPORT_SYMBOL vmlinux 0x1e1537b3 udp_seq_start +EXPORT_SYMBOL vmlinux 0x1e17550b simple_statfs +EXPORT_SYMBOL vmlinux 0x1e1d8e3d pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x1e2f3a31 jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0x1e3d675c mipi_dsi_dcs_write_buffer +EXPORT_SYMBOL vmlinux 0x1e428ab5 netdev_has_any_upper_dev +EXPORT_SYMBOL vmlinux 0x1e4c548f devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0x1e6adaa0 bitmap_print_bitmask_to_buf +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1eb922a3 IO_APIC_get_PCI_irq_vector +EXPORT_SYMBOL vmlinux 0x1eb9aee9 pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0x1ec576ec security_inet_conn_established +EXPORT_SYMBOL vmlinux 0x1ec7461c dcb_setrewr +EXPORT_SYMBOL vmlinux 0x1ed75674 filemap_check_errors +EXPORT_SYMBOL vmlinux 0x1edb69d6 ktime_get_raw_ts64 +EXPORT_SYMBOL vmlinux 0x1ee23e52 dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0x1ee7bebd dma_sync_single_for_device +EXPORT_SYMBOL vmlinux 0x1eec3eaf tcf_qevent_validate_change +EXPORT_SYMBOL vmlinux 0x1f1da658 deactivate_locked_super +EXPORT_SYMBOL vmlinux 0x1f2f21aa scsi_alloc_sgtables +EXPORT_SYMBOL vmlinux 0x1f325fc4 fscrypt_setup_filename +EXPORT_SYMBOL vmlinux 0x1f37f26d tcp_read_skb +EXPORT_SYMBOL vmlinux 0x1f38d999 __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x1f4151d7 mipi_dsi_generic_write +EXPORT_SYMBOL vmlinux 0x1f557414 gen_pool_has_addr +EXPORT_SYMBOL vmlinux 0x1f5c3e8e nf_ip_checksum +EXPORT_SYMBOL vmlinux 0x1f5c9af2 netlink_net_capable +EXPORT_SYMBOL vmlinux 0x1f83c2cc mroute6_is_socket +EXPORT_SYMBOL vmlinux 0x1f86524f flow_rule_match_ports_range +EXPORT_SYMBOL vmlinux 0x1f958562 vc_cons +EXPORT_SYMBOL vmlinux 0x1f9bbf1d skb_flow_dissect_meta +EXPORT_SYMBOL vmlinux 0x1f9e6eeb sock_set_rcvbuf +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fc1109e proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x1fc79260 pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fe4f4f5 rproc_of_parse_firmware +EXPORT_SYMBOL vmlinux 0x1fedd71e padata_alloc_shell +EXPORT_SYMBOL vmlinux 0x1fee340c scsi_remove_device +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x2018cf7b sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x202c93d2 ww_mutex_lock +EXPORT_SYMBOL vmlinux 0x2039358a sock_bindtoindex +EXPORT_SYMBOL vmlinux 0x203d75fa alloc_fddidev +EXPORT_SYMBOL vmlinux 0x20463df4 wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x204b6892 vfs_path_lookup +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x204c5067 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0x2062d7c6 sync_blockdev_range +EXPORT_SYMBOL vmlinux 0x20633fb0 ram_aops +EXPORT_SYMBOL vmlinux 0x2067300d dma_resv_iter_first_unlocked +EXPORT_SYMBOL vmlinux 0x20846cfd hmm_range_fault +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20ab70f0 skb_append +EXPORT_SYMBOL vmlinux 0x20ba4f3e rdmsr_on_cpu +EXPORT_SYMBOL vmlinux 0x20bcbe4f blake2s_compress +EXPORT_SYMBOL vmlinux 0x20c38bb1 ip_mc_join_group +EXPORT_SYMBOL vmlinux 0x20cbb30a __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x20cc9999 devfreq_recommended_opp +EXPORT_SYMBOL vmlinux 0x20d65e40 fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0x20d93851 sync_file_create +EXPORT_SYMBOL vmlinux 0x20eadeb6 ip_compute_csum +EXPORT_SYMBOL vmlinux 0x2134fc70 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0x213a738d memregion_alloc +EXPORT_SYMBOL vmlinux 0x213bafcf cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0x213e4965 ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x2149367e setattr_prepare +EXPORT_SYMBOL vmlinux 0x215cac96 filemap_release_folio +EXPORT_SYMBOL vmlinux 0x2177bd71 acpi_disable_event +EXPORT_SYMBOL vmlinux 0x2188633f mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x218e600b pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0x21a0e9cb mntget +EXPORT_SYMBOL vmlinux 0x21b75839 __vfs_removexattr +EXPORT_SYMBOL vmlinux 0x21b86326 security_sctp_bind_connect +EXPORT_SYMBOL vmlinux 0x21bdb523 errseq_check_and_advance +EXPORT_SYMBOL vmlinux 0x21c284eb seg6_hmac_info_add +EXPORT_SYMBOL vmlinux 0x21e13cb3 inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0x21e97134 i2c_register_driver +EXPORT_SYMBOL vmlinux 0x21ea5251 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x21ef374c try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x21fdb0e2 forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0x220ee160 __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x22247341 dump_emit +EXPORT_SYMBOL vmlinux 0x2225488d fscrypt_ioctl_get_policy +EXPORT_SYMBOL vmlinux 0x222cf7b9 netdev_emerg +EXPORT_SYMBOL vmlinux 0x222d1b06 __cpuhp_remove_state +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x2234ca51 acpi_match_platform_list +EXPORT_SYMBOL vmlinux 0x2239e17e __skb_checksum +EXPORT_SYMBOL vmlinux 0x225a177e agp_generic_destroy_pages +EXPORT_SYMBOL vmlinux 0x22694647 getname_kernel +EXPORT_SYMBOL vmlinux 0x226a9b15 generic_update_time +EXPORT_SYMBOL vmlinux 0x226dc0fa unpin_user_page +EXPORT_SYMBOL vmlinux 0x226f0b14 iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0x22778120 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x2287b2a2 dm_unregister_target +EXPORT_SYMBOL vmlinux 0x22988956 pcie_bandwidth_available +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22cff098 copy_splice_read +EXPORT_SYMBOL vmlinux 0x22d562e2 mmc_detect_change +EXPORT_SYMBOL vmlinux 0x22de4931 amd_iommu_register_ga_log_notifier +EXPORT_SYMBOL vmlinux 0x22e323a5 phy_read_mmd +EXPORT_SYMBOL vmlinux 0x22e80d88 pci_enable_msi +EXPORT_SYMBOL vmlinux 0x23044711 I_BDEV +EXPORT_SYMBOL vmlinux 0x2311d3ae flow_rule_match_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x23142149 fib_notifier_ops_unregister +EXPORT_SYMBOL vmlinux 0x232311ca register_mii_timestamper +EXPORT_SYMBOL vmlinux 0x2344c067 blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0x2364c85a tasklet_init +EXPORT_SYMBOL vmlinux 0x237279bb xsk_clear_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x238b099f mipi_dsi_packet_format_is_short +EXPORT_SYMBOL vmlinux 0x23afa41d mdio_device_reset +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23daa989 mipi_dsi_create_packet +EXPORT_SYMBOL vmlinux 0x23dc7f6c hdmi_avi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x23ef3bbc d_obtain_root +EXPORT_SYMBOL vmlinux 0x23f1d7a6 page_pool_ethtool_stats_get_count +EXPORT_SYMBOL vmlinux 0x23f587d2 i8042_install_filter +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x24211d34 empty_aops +EXPORT_SYMBOL vmlinux 0x242bb536 ip_fraglist_init +EXPORT_SYMBOL vmlinux 0x243d353d mr_dump +EXPORT_SYMBOL vmlinux 0x24553df3 acpi_bus_register_driver +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0x24a11e17 cpumask_any_distribute +EXPORT_SYMBOL vmlinux 0x24a1b3f8 __tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0x24aa972d vm_map_pages +EXPORT_SYMBOL vmlinux 0x24b4524c sock_i_uid +EXPORT_SYMBOL vmlinux 0x24c0ba2c blk_queue_flag_set +EXPORT_SYMBOL vmlinux 0x24d273d1 add_timer +EXPORT_SYMBOL vmlinux 0x24d84cba pin_user_pages_remote +EXPORT_SYMBOL vmlinux 0x24e1b558 seg6_hmac_compute +EXPORT_SYMBOL vmlinux 0x24e4995f tcp_connect +EXPORT_SYMBOL vmlinux 0x24ed23cd kfree_skb_partial +EXPORT_SYMBOL vmlinux 0x24f1a2b3 nd_btt_probe +EXPORT_SYMBOL vmlinux 0x2505bf18 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x25123b5e ipv6_sock_mc_drop +EXPORT_SYMBOL vmlinux 0x251d850e __SCK__tp_func_rdpmc +EXPORT_SYMBOL vmlinux 0x251fff79 md_bitmap_free +EXPORT_SYMBOL vmlinux 0x252cd7d8 pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0x25321eef prepare_creds +EXPORT_SYMBOL vmlinux 0x2543a609 mpage_writepages +EXPORT_SYMBOL vmlinux 0x2553d089 inode_get_bytes +EXPORT_SYMBOL vmlinux 0x256893fc tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0x256d9492 dev_get_by_name +EXPORT_SYMBOL vmlinux 0x256efdc9 submit_bio +EXPORT_SYMBOL vmlinux 0x25703f56 configfs_unregister_default_group +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x258a2c02 _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x258d2f76 net_dim_get_tx_moderation +EXPORT_SYMBOL vmlinux 0x25923789 drop_super +EXPORT_SYMBOL vmlinux 0x25974000 wait_for_completion +EXPORT_SYMBOL vmlinux 0x25b6e13d dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x25b70bfa tcp_peek_len +EXPORT_SYMBOL vmlinux 0x25d7ceb4 devm_kvasprintf +EXPORT_SYMBOL vmlinux 0x25d9d1e6 d_move +EXPORT_SYMBOL vmlinux 0x25db1577 do_trace_write_msr +EXPORT_SYMBOL vmlinux 0x25e9199e __ip_select_ident +EXPORT_SYMBOL vmlinux 0x25e9d4bd resource_list_free +EXPORT_SYMBOL vmlinux 0x25ea2036 netif_device_detach +EXPORT_SYMBOL vmlinux 0x25ea3c66 xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x260095c7 scsi_add_device +EXPORT_SYMBOL vmlinux 0x26060d14 set_groups +EXPORT_SYMBOL vmlinux 0x260d6790 take_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0x2610516d jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x263c3152 bcmp +EXPORT_SYMBOL vmlinux 0x263f0baa phy_start +EXPORT_SYMBOL vmlinux 0x26426984 dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0x264794c8 neigh_resolve_output +EXPORT_SYMBOL vmlinux 0x2648cce8 dma_resv_iter_next_unlocked +EXPORT_SYMBOL vmlinux 0x264ef03d phy_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x26811be4 bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x2688ec10 bitmap_zalloc +EXPORT_SYMBOL vmlinux 0x26897b52 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x268d4378 blk_queue_io_min +EXPORT_SYMBOL vmlinux 0x268dbca9 seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0x269405a9 mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x26ac408c xfrm_state_walk +EXPORT_SYMBOL vmlinux 0x26b66c00 dev_trans_start +EXPORT_SYMBOL vmlinux 0x26d93d8f noop_fsync +EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x26e67e99 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0x26f8f0b8 iowrite16be +EXPORT_SYMBOL vmlinux 0x26fa30ca netdev_state_change +EXPORT_SYMBOL vmlinux 0x270cf88f dump_stack_lvl +EXPORT_SYMBOL vmlinux 0x2715f4c3 ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x271968ca dev_get_port_parent_id +EXPORT_SYMBOL vmlinux 0x271cba95 acpi_bus_private_data_handler +EXPORT_SYMBOL vmlinux 0x271fb2c4 i2c_put_adapter +EXPORT_SYMBOL vmlinux 0x272a8933 udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x272af458 d_alloc_name +EXPORT_SYMBOL vmlinux 0x27327e77 seq_open_private +EXPORT_SYMBOL vmlinux 0x2733eaf7 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0x2739db33 __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0x273c57b0 eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0x273ce5ec rtnl_configure_link +EXPORT_SYMBOL vmlinux 0x27479d14 param_free_charp +EXPORT_SYMBOL vmlinux 0x27543eeb block_commit_write +EXPORT_SYMBOL vmlinux 0x275f3d49 hdmi_vendor_infoframe_check +EXPORT_SYMBOL vmlinux 0x276a9fe2 lookup_one_unlocked +EXPORT_SYMBOL vmlinux 0x27756bc8 scsi_sanitize_inquiry_string +EXPORT_SYMBOL vmlinux 0x27810361 acpi_os_wait_events_complete +EXPORT_SYMBOL vmlinux 0x2782b393 xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x2787f5e5 simple_transaction_set +EXPORT_SYMBOL vmlinux 0x278ab093 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0x27934e73 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x279422b2 devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x27a3d26f devm_aperture_acquire_for_platform_device +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27c4eadb dcb_delrewr +EXPORT_SYMBOL vmlinux 0x27cdca93 pci_add_resource +EXPORT_SYMBOL vmlinux 0x27d4968d pcim_iounmap +EXPORT_SYMBOL vmlinux 0x27d4a1d0 pcim_pin_device +EXPORT_SYMBOL vmlinux 0x27dfb80d tcf_block_put_ext +EXPORT_SYMBOL vmlinux 0x27f6353c netif_napi_add_weight +EXPORT_SYMBOL vmlinux 0x2801a22f proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x2835dccd phy_get_internal_delay +EXPORT_SYMBOL vmlinux 0x283f6102 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0x284faa6b __x86_indirect_thunk_r11 +EXPORT_SYMBOL vmlinux 0x28500e13 proc_douintvec +EXPORT_SYMBOL vmlinux 0x286a9629 param_get_string +EXPORT_SYMBOL vmlinux 0x286b1659 sk_reset_timer +EXPORT_SYMBOL vmlinux 0x2875a315 utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0x28a66416 ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x28ac8d35 vfs_readlink +EXPORT_SYMBOL vmlinux 0x28c0272b ptp_clock_event +EXPORT_SYMBOL vmlinux 0x28c89d25 cros_ec_get_next_event +EXPORT_SYMBOL vmlinux 0x28c95735 xp_raw_get_data +EXPORT_SYMBOL vmlinux 0x28d2fefe tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x28e09af1 iosf_mbi_available +EXPORT_SYMBOL vmlinux 0x28f6f4a1 generic_parse_monolithic +EXPORT_SYMBOL vmlinux 0x28f94604 __ubsan_handle_builtin_unreachable +EXPORT_SYMBOL vmlinux 0x28faba1b locks_remove_posix +EXPORT_SYMBOL vmlinux 0x292578c2 blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0x292d9e71 phy_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x29332499 __x86_indirect_thunk_rsi +EXPORT_SYMBOL vmlinux 0x295ca7f6 filemap_invalidate_lock_two +EXPORT_SYMBOL vmlinux 0x29604158 napi_busy_loop +EXPORT_SYMBOL vmlinux 0x2964bff8 sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0x29687bba netdev_update_features +EXPORT_SYMBOL vmlinux 0x296b8bbf __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x29ad8e33 x86_hyper_type +EXPORT_SYMBOL vmlinux 0x29b554b6 unix_attach_fds +EXPORT_SYMBOL vmlinux 0x29bf5113 dev_get_stats +EXPORT_SYMBOL vmlinux 0x29c4bb82 generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0x29e1e204 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0x29ed1e00 inet_shutdown +EXPORT_SYMBOL vmlinux 0x29f56d47 default_llseek +EXPORT_SYMBOL vmlinux 0x2a00b050 neigh_lookup +EXPORT_SYMBOL vmlinux 0x2a01764c skb_store_bits +EXPORT_SYMBOL vmlinux 0x2a0f6d09 pci_get_device +EXPORT_SYMBOL vmlinux 0x2a1bfab6 nf_ct_attach +EXPORT_SYMBOL vmlinux 0x2a1eff2e nd_region_acquire_lane +EXPORT_SYMBOL vmlinux 0x2a28c549 pci_assign_resource +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a6a5aac sockopt_capable +EXPORT_SYMBOL vmlinux 0x2a6d6532 tty_port_close +EXPORT_SYMBOL vmlinux 0x2a6dbf38 tcf_qevent_dump +EXPORT_SYMBOL vmlinux 0x2a6fa0d0 __SCT__tp_func_module_get +EXPORT_SYMBOL vmlinux 0x2a85b203 cpumask_any_and_distribute +EXPORT_SYMBOL vmlinux 0x2a898466 xsk_uses_need_wakeup +EXPORT_SYMBOL vmlinux 0x2a91d4e2 mmc_card_alternative_gpt_sector +EXPORT_SYMBOL vmlinux 0x2a928918 slhc_free +EXPORT_SYMBOL vmlinux 0x2a98a256 inet_addr_type_dev_table +EXPORT_SYMBOL vmlinux 0x2a9a3905 vme_master_get +EXPORT_SYMBOL vmlinux 0x2aa00e26 intel_scu_ipc_dev_update +EXPORT_SYMBOL vmlinux 0x2aa0843e mempool_resize +EXPORT_SYMBOL vmlinux 0x2aabcdc8 vmalloc_array +EXPORT_SYMBOL vmlinux 0x2ac03c22 netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0x2ac24352 devm_register_netdev +EXPORT_SYMBOL vmlinux 0x2ac86034 scsi_device_get +EXPORT_SYMBOL vmlinux 0x2acb4eaf __x86_indirect_call_thunk_r11 +EXPORT_SYMBOL vmlinux 0x2accf4ad phy_get_c45_ids +EXPORT_SYMBOL vmlinux 0x2aeac92d get_tree_single +EXPORT_SYMBOL vmlinux 0x2b05b4e7 sget_fc +EXPORT_SYMBOL vmlinux 0x2b1aa0ea __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0x2b1f9b67 sock_ioctl_inout +EXPORT_SYMBOL vmlinux 0x2b2345ac pci_find_resource +EXPORT_SYMBOL vmlinux 0x2b247fdc acpi_bus_get_status +EXPORT_SYMBOL vmlinux 0x2b593aa8 gen_pool_alloc_algo_owner +EXPORT_SYMBOL vmlinux 0x2b619a8d neigh_table_clear +EXPORT_SYMBOL vmlinux 0x2b6f0962 __cpu_dying_mask +EXPORT_SYMBOL vmlinux 0x2b740c64 mmc_can_erase +EXPORT_SYMBOL vmlinux 0x2b8185e1 bpf_link_put +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2bae204e mt_find +EXPORT_SYMBOL vmlinux 0x2bb6099e dq_data_lock +EXPORT_SYMBOL vmlinux 0x2bb7c05d __x86_indirect_call_thunk_rsi +EXPORT_SYMBOL vmlinux 0x2bd3ba14 ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0x2bd60ab9 acpi_reset +EXPORT_SYMBOL vmlinux 0x2bec1f99 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x2c03dd6d __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x2c151eb9 device_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x2c189ada get_phy_device +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c277f17 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x2c541e7b radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x2c5b27dc netlink_capable +EXPORT_SYMBOL vmlinux 0x2c5d73ee md_update_sb +EXPORT_SYMBOL vmlinux 0x2c624198 proc_set_user +EXPORT_SYMBOL vmlinux 0x2c62c54f ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0x2c6b6100 block_dirty_folio +EXPORT_SYMBOL vmlinux 0x2c6e57b6 module_put +EXPORT_SYMBOL vmlinux 0x2c7150ea __folio_put +EXPORT_SYMBOL vmlinux 0x2c7388a2 misc_register +EXPORT_SYMBOL vmlinux 0x2c82c36a security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x2ca6f559 serio_unregister_port +EXPORT_SYMBOL vmlinux 0x2ccd059a dim_on_top +EXPORT_SYMBOL vmlinux 0x2cdaa763 fasync_helper +EXPORT_SYMBOL vmlinux 0x2cf0c910 sg_init_table +EXPORT_SYMBOL vmlinux 0x2cf56265 __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0x2d0b118b __ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d1c02e7 param_get_long +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d39b0a7 kstrdup +EXPORT_SYMBOL vmlinux 0x2d4c773a hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0x2d4daef5 find_font +EXPORT_SYMBOL vmlinux 0x2d5d12d0 amd_iommu_domain_enable_v2 +EXPORT_SYMBOL vmlinux 0x2d67447b max8998_bulk_write +EXPORT_SYMBOL vmlinux 0x2d6abeff sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x2d912bca dmi_get_bios_year +EXPORT_SYMBOL vmlinux 0x2d94fa57 get_task_cred +EXPORT_SYMBOL vmlinux 0x2d98fd89 scsi_host_busy +EXPORT_SYMBOL vmlinux 0x2d994605 security_inode_copy_up_xattr +EXPORT_SYMBOL vmlinux 0x2db1c00d tty_port_open +EXPORT_SYMBOL vmlinux 0x2dbe3378 scsi_done +EXPORT_SYMBOL vmlinux 0x2dcc6054 flow_rule_match_l2tpv3 +EXPORT_SYMBOL vmlinux 0x2dd0c328 vme_bus_type +EXPORT_SYMBOL vmlinux 0x2dd16564 arch_register_cpu +EXPORT_SYMBOL vmlinux 0x2dde415c tls_client_hello_anon +EXPORT_SYMBOL vmlinux 0x2ddf55b5 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0x2de125c0 page_frag_alloc_align +EXPORT_SYMBOL vmlinux 0x2de39b4c fwnode_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x2def7f76 rtc_cmos_write +EXPORT_SYMBOL vmlinux 0x2df96467 pps_register_source +EXPORT_SYMBOL vmlinux 0x2e0608ea i2c_get_adapter +EXPORT_SYMBOL vmlinux 0x2e0a637d acpi_walk_resources +EXPORT_SYMBOL vmlinux 0x2e0b9cd5 __SCK__tp_func_write_msr +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e2b40d2 strncat +EXPORT_SYMBOL vmlinux 0x2e2fe847 ilookup5_nowait +EXPORT_SYMBOL vmlinux 0x2e3bcce2 wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x2e439142 drm_get_panel_orientation_quirk +EXPORT_SYMBOL vmlinux 0x2e4b377f dev_remove_offload +EXPORT_SYMBOL vmlinux 0x2e5f7ab2 jbd2_fc_end_commit +EXPORT_SYMBOL vmlinux 0x2e5fe036 __skb_ext_put +EXPORT_SYMBOL vmlinux 0x2e68f025 pci_read_vpd_any +EXPORT_SYMBOL vmlinux 0x2e8330c2 devm_mfd_add_devices +EXPORT_SYMBOL vmlinux 0x2e88eeb0 mmc_start_request +EXPORT_SYMBOL vmlinux 0x2e91763e __ClearPageMovable +EXPORT_SYMBOL vmlinux 0x2e9311fe simple_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x2e9a947c drop_super_exclusive +EXPORT_SYMBOL vmlinux 0x2e9caa7a inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x2ea5bb77 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x2ec1302b dcb_getapp +EXPORT_SYMBOL vmlinux 0x2ec35475 vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0x2ec6bba0 errseq_set +EXPORT_SYMBOL vmlinux 0x2ed260cb build_skb_around +EXPORT_SYMBOL vmlinux 0x2ed6988c mdio_device_remove +EXPORT_SYMBOL vmlinux 0x2efa47e6 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f1704fb tty_name +EXPORT_SYMBOL vmlinux 0x2f2e91b2 security_ib_alloc_security +EXPORT_SYMBOL vmlinux 0x2f33f585 unlock_rename +EXPORT_SYMBOL vmlinux 0x2f384db3 acpi_is_video_device +EXPORT_SYMBOL vmlinux 0x2f447f9e filemap_range_has_page +EXPORT_SYMBOL vmlinux 0x2f454a81 param_get_int +EXPORT_SYMBOL vmlinux 0x2f498f94 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0x2f4aa940 ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x2f51eabd tty_unregister_driver +EXPORT_SYMBOL vmlinux 0x2f5e0ecf __napi_schedule +EXPORT_SYMBOL vmlinux 0x2f5ef1d3 logfc +EXPORT_SYMBOL vmlinux 0x2f657b94 netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0x2f7754a8 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2f8a2533 fscrypt_free_bounce_page +EXPORT_SYMBOL vmlinux 0x2f8fd634 register_md_personality +EXPORT_SYMBOL vmlinux 0x2f9e268e tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0x2fb17ef3 get_tree_nodev +EXPORT_SYMBOL vmlinux 0x2fbd1d61 vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0x2fd84ade ethtool_aggregate_ctrl_stats +EXPORT_SYMBOL vmlinux 0x2fda458b page_pool_put_page_bulk +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x3011b1e2 __module_put_and_kthread_exit +EXPORT_SYMBOL vmlinux 0x301304c2 __get_user_nocheck_8 +EXPORT_SYMBOL vmlinux 0x3022aff7 submit_bio_noacct +EXPORT_SYMBOL vmlinux 0x30319ce2 phy_driver_unregister +EXPORT_SYMBOL vmlinux 0x303e91c8 pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0x304d3ffa configfs_remove_default_groups +EXPORT_SYMBOL vmlinux 0x305a916c __x86_indirect_thunk_rdi +EXPORT_SYMBOL vmlinux 0x305e8aff __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0x3064110f iommu_dma_get_resv_regions +EXPORT_SYMBOL vmlinux 0x3074d53a ppp_unit_number +EXPORT_SYMBOL vmlinux 0x30792f5f to_nd_btt +EXPORT_SYMBOL vmlinux 0x3096be16 names_cachep +EXPORT_SYMBOL vmlinux 0x30a08d62 tcp_fastopen_defer_connect +EXPORT_SYMBOL vmlinux 0x30a3ee7e pci_map_rom +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30acfde9 hsiphash_2u32 +EXPORT_SYMBOL vmlinux 0x30cde526 netif_device_attach +EXPORT_SYMBOL vmlinux 0x30d91355 __inet_stream_connect +EXPORT_SYMBOL vmlinux 0x30e062da inet_pton_with_scope +EXPORT_SYMBOL vmlinux 0x31063771 iov_iter_advance +EXPORT_SYMBOL vmlinux 0x31071626 proc_create +EXPORT_SYMBOL vmlinux 0x3126a9e8 siphash_1u64 +EXPORT_SYMBOL vmlinux 0x312ed932 verify_spi_info +EXPORT_SYMBOL vmlinux 0x312f6f43 kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x31343aaf filp_open +EXPORT_SYMBOL vmlinux 0x313763e5 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x31409790 sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x314920bf xfrm_input_resume +EXPORT_SYMBOL vmlinux 0x31549b2a __x86_indirect_thunk_r10 +EXPORT_SYMBOL vmlinux 0x315a2bf5 asm_load_gs_index +EXPORT_SYMBOL vmlinux 0x31755654 unregister_md_personality +EXPORT_SYMBOL vmlinux 0x31846b7c __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x31af78b5 input_set_min_poll_interval +EXPORT_SYMBOL vmlinux 0x31b880fe import_single_range +EXPORT_SYMBOL vmlinux 0x31c69934 devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x31d64d1f mdiobus_setup_mdiodev_from_board_info +EXPORT_SYMBOL vmlinux 0x31e0240e inc_node_page_state +EXPORT_SYMBOL vmlinux 0x31e57e4c kobject_get_unless_zero +EXPORT_SYMBOL vmlinux 0x31ebddca prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x31ef8904 _dev_warn +EXPORT_SYMBOL vmlinux 0x31f8678c pci_disable_msix +EXPORT_SYMBOL vmlinux 0x3207ef47 udp_skb_destructor +EXPORT_SYMBOL vmlinux 0x3209a202 scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0x32130de6 pm860x_reg_read +EXPORT_SYMBOL vmlinux 0x3213f038 mutex_unlock +EXPORT_SYMBOL vmlinux 0x3221df67 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x324d4d14 input_grab_device +EXPORT_SYMBOL vmlinux 0x32590278 neigh_ifdown +EXPORT_SYMBOL vmlinux 0x326425ca pci_unmap_biosrom +EXPORT_SYMBOL vmlinux 0x32654d43 clkdev_drop +EXPORT_SYMBOL vmlinux 0x326a5800 inode_permission +EXPORT_SYMBOL vmlinux 0x327c84bf vme_lm_attach +EXPORT_SYMBOL vmlinux 0x3283e6b0 prandom_seed_full_state +EXPORT_SYMBOL vmlinux 0x32846556 kill_pgrp +EXPORT_SYMBOL vmlinux 0x3286785d jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0x32a455c7 pci_set_power_state +EXPORT_SYMBOL vmlinux 0x32ae3e08 inet_frag_find +EXPORT_SYMBOL vmlinux 0x32cb70b9 amd_iommu_domain_set_gcr3 +EXPORT_SYMBOL vmlinux 0x32ce3777 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x32de75a8 __x86_indirect_call_thunk_rdi +EXPORT_SYMBOL vmlinux 0x32e6f1a0 acpi_video_backlight_string +EXPORT_SYMBOL vmlinux 0x32e8cfea mtree_load +EXPORT_SYMBOL vmlinux 0x3304f9e2 unregister_console +EXPORT_SYMBOL vmlinux 0x3324ef3b acpi_set_firmware_waking_vector +EXPORT_SYMBOL vmlinux 0x3329a360 crypto_sha3_final +EXPORT_SYMBOL vmlinux 0x332c6e69 rtnl_unicast +EXPORT_SYMBOL vmlinux 0x333bfca1 hdmi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x3369ea44 mtree_insert_range +EXPORT_SYMBOL vmlinux 0x33736a1d __genradix_ptr_alloc +EXPORT_SYMBOL vmlinux 0x337b02ae genphy_check_and_restart_aneg +EXPORT_SYMBOL vmlinux 0x337c24a5 cookie_ecn_ok +EXPORT_SYMBOL vmlinux 0x33a58503 __lock_buffer +EXPORT_SYMBOL vmlinux 0x33b59454 try_lookup_one_len +EXPORT_SYMBOL vmlinux 0x33b84f74 copy_page +EXPORT_SYMBOL vmlinux 0x33d07fee __x86_indirect_call_thunk_r10 +EXPORT_SYMBOL vmlinux 0x33d46ac1 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0x33e4fa4d sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x33e9a027 cad_pid +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33f09bd5 netif_carrier_on +EXPORT_SYMBOL vmlinux 0x33f4cd45 stream_open +EXPORT_SYMBOL vmlinux 0x33fcf44a __kfifo_out_r +EXPORT_SYMBOL vmlinux 0x33fd9da4 acpi_get_gpe_device +EXPORT_SYMBOL vmlinux 0x3402dc8b __write_overflow_field +EXPORT_SYMBOL vmlinux 0x34212077 mfd_add_devices +EXPORT_SYMBOL vmlinux 0x343187fa pci_read_config_word +EXPORT_SYMBOL vmlinux 0x3441445f msrs_free +EXPORT_SYMBOL vmlinux 0x34753485 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x347f8930 inet_sk_get_local_port_range +EXPORT_SYMBOL vmlinux 0x3489859f acpi_enter_sleep_state_s4bios +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34a1f7e3 acpi_processor_get_psd +EXPORT_SYMBOL vmlinux 0x34aaa1fc bio_init +EXPORT_SYMBOL vmlinux 0x34bdca50 dev_uc_add +EXPORT_SYMBOL vmlinux 0x34c7cdbc lookup_bdev +EXPORT_SYMBOL vmlinux 0x34d5df0b dquot_release +EXPORT_SYMBOL vmlinux 0x34db050b _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x34e1e5f0 filemap_fdatawrite_wbc +EXPORT_SYMBOL vmlinux 0x34f0d30c tcp_close +EXPORT_SYMBOL vmlinux 0x34f3234a pagecache_get_page +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x34f35da8 ip_sock_set_mtu_discover +EXPORT_SYMBOL vmlinux 0x34f4d615 skb_clone_sk +EXPORT_SYMBOL vmlinux 0x34f89363 acpi_terminate_debugger +EXPORT_SYMBOL vmlinux 0x3516488e inode_set_bytes +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x3517c40b inet_frag_destroy +EXPORT_SYMBOL vmlinux 0x3519da29 skb_copy_header +EXPORT_SYMBOL vmlinux 0x352aaffa bdev_start_io_acct +EXPORT_SYMBOL vmlinux 0x352e0008 __mod_lruvec_page_state +EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy +EXPORT_SYMBOL vmlinux 0x354628be sock_no_accept +EXPORT_SYMBOL vmlinux 0x354b4a1e acpi_ut_trace +EXPORT_SYMBOL vmlinux 0x355399d9 mmc_can_gpio_cd +EXPORT_SYMBOL vmlinux 0x35623771 locks_copy_lock +EXPORT_SYMBOL vmlinux 0x356461c8 rtc_time64_to_tm +EXPORT_SYMBOL vmlinux 0x35a55aea unpin_user_pages +EXPORT_SYMBOL vmlinux 0x35a88f28 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x35b02d62 dma_resv_reserve_fences +EXPORT_SYMBOL vmlinux 0x35ba2dd6 is_subdir +EXPORT_SYMBOL vmlinux 0x35c667de netpoll_print_options +EXPORT_SYMBOL vmlinux 0x35cefd84 inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0x35d6823d tcf_action_exec +EXPORT_SYMBOL vmlinux 0x35dcdeea filemap_invalidate_unlock_two +EXPORT_SYMBOL vmlinux 0x35f40051 flow_rule_match_vlan +EXPORT_SYMBOL vmlinux 0x35f7c742 blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0x36096d9a set_anon_super +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x36231944 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0x3630a4be pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x3647a3eb tcp_mmap +EXPORT_SYMBOL vmlinux 0x364850b1 down_write_killable +EXPORT_SYMBOL vmlinux 0x364b5ac4 unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x364c23ad mutex_is_locked +EXPORT_SYMBOL vmlinux 0x364c9753 inet_frags_fini +EXPORT_SYMBOL vmlinux 0x3652051d from_kuid +EXPORT_SYMBOL vmlinux 0x365acda7 set_normalized_timespec64 +EXPORT_SYMBOL vmlinux 0x365e7911 kstrdup_const +EXPORT_SYMBOL vmlinux 0x366707c9 jent_testing_init +EXPORT_SYMBOL vmlinux 0x367da8b8 mdio_find_bus +EXPORT_SYMBOL vmlinux 0x368334a0 __block_write_full_folio +EXPORT_SYMBOL vmlinux 0x368a14e7 flow_rule_match_cvlan +EXPORT_SYMBOL vmlinux 0x369c7d0a ipv6_dev_find +EXPORT_SYMBOL vmlinux 0x36a514da invalidate_disk +EXPORT_SYMBOL vmlinux 0x36b6ebbf down_killable +EXPORT_SYMBOL vmlinux 0x36c8ab8c ethtool_virtdev_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x36da55ec folio_wait_private_2_killable +EXPORT_SYMBOL vmlinux 0x36ded4c1 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0x37110088 remove_wait_queue +EXPORT_SYMBOL vmlinux 0x37192eb9 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0x371e1953 __printk_cpu_sync_wait +EXPORT_SYMBOL vmlinux 0x3729e1ee security_sk_clone +EXPORT_SYMBOL vmlinux 0x37374ee0 __traceiter_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x3749bbc2 param_set_bool +EXPORT_SYMBOL vmlinux 0x374ba592 seg6_hmac_info_del +EXPORT_SYMBOL vmlinux 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL vmlinux 0x376a44e7 tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0x377564c8 uart_write_wakeup +EXPORT_SYMBOL vmlinux 0x377d8004 acpi_error +EXPORT_SYMBOL vmlinux 0x3780454a generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0x379c37e4 skb_queue_head +EXPORT_SYMBOL vmlinux 0x379c4e8d folio_account_redirty +EXPORT_SYMBOL vmlinux 0x37ac86a9 skb_eth_gso_segment +EXPORT_SYMBOL vmlinux 0x37b8b39e screen_info +EXPORT_SYMBOL vmlinux 0x37baf8bb max8998_read_reg +EXPORT_SYMBOL vmlinux 0x37bca032 genl_notify +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date +EXPORT_SYMBOL vmlinux 0x37dd226f mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0x37e616f2 qdisc_reset +EXPORT_SYMBOL vmlinux 0x381a0048 rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x38214223 zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0x382f3f22 xfrm_replay_seqhi +EXPORT_SYMBOL vmlinux 0x383dc8a5 twl6040_set_bits +EXPORT_SYMBOL vmlinux 0x3840b253 adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0x384ea86a file_ns_capable +EXPORT_SYMBOL vmlinux 0x384facef pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0x385460c1 mipi_dsi_dcs_set_column_address +EXPORT_SYMBOL vmlinux 0x3854774b kstrtoll +EXPORT_SYMBOL vmlinux 0x385a77d1 inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x3873c5d2 xfrm_init_state +EXPORT_SYMBOL vmlinux 0x387b03c3 inet_rcv_saddr_equal +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x38899fcf md_handle_request +EXPORT_SYMBOL vmlinux 0x3891ffc8 ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0x389617b0 LZ4_decompress_fast_continue +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38ac9f37 proto_unregister +EXPORT_SYMBOL vmlinux 0x38bb0363 blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0x38ceabe1 reuseport_stop_listen_sock +EXPORT_SYMBOL vmlinux 0x38e32599 pci_request_region +EXPORT_SYMBOL vmlinux 0x38e46431 mempool_exit +EXPORT_SYMBOL vmlinux 0x38f9bcd7 mdiobus_c45_read_nested +EXPORT_SYMBOL vmlinux 0x39036a0c alloc_fcdev +EXPORT_SYMBOL vmlinux 0x39081193 __max_logical_packages +EXPORT_SYMBOL vmlinux 0x391df80a netstamp_needed_key +EXPORT_SYMBOL vmlinux 0x391f71fa jbd2_journal_put_journal_head +EXPORT_SYMBOL vmlinux 0x3920bd93 inode_init_owner +EXPORT_SYMBOL vmlinux 0x392340ec xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x392b1fea wait_for_completion_io +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x394a1e11 phy_sfp_attach +EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x396a235b pskb_trim_rcsum_slow +EXPORT_SYMBOL vmlinux 0x3977b659 blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0x397ac2b3 mdiobus_write_nested +EXPORT_SYMBOL vmlinux 0x3983eb75 vme_irq_free +EXPORT_SYMBOL vmlinux 0x3984f59d fd_install +EXPORT_SYMBOL vmlinux 0x398e63b8 fifo_create_dflt +EXPORT_SYMBOL vmlinux 0x39991865 icmp_global_allow +EXPORT_SYMBOL vmlinux 0x399ad043 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0x39a17fad mipi_dsi_shutdown_peripheral +EXPORT_SYMBOL vmlinux 0x39a87311 pcie_capability_clear_and_set_word_locked +EXPORT_SYMBOL vmlinux 0x39b12223 __acpi_handle_debug +EXPORT_SYMBOL vmlinux 0x39b9955b tcf_action_set_ctrlact +EXPORT_SYMBOL vmlinux 0x39c1397b handshake_req_private +EXPORT_SYMBOL vmlinux 0x39c74235 dm_read_arg_group +EXPORT_SYMBOL vmlinux 0x39d95ca4 zstd_reset_cstream +EXPORT_SYMBOL vmlinux 0x39e36417 inet6_add_offload +EXPORT_SYMBOL vmlinux 0x39e3c030 do_trace_read_msr +EXPORT_SYMBOL vmlinux 0x39e829fd dquot_alloc +EXPORT_SYMBOL vmlinux 0x3a08475f platform_thermal_notify +EXPORT_SYMBOL vmlinux 0x3a099605 __get_user_nocheck_4 +EXPORT_SYMBOL vmlinux 0x3a178561 sg_miter_stop +EXPORT_SYMBOL vmlinux 0x3a2d1dfa rdmsr_safe_regs_on_cpu +EXPORT_SYMBOL vmlinux 0x3a41fae4 skb_copy_datagram_from_iter +EXPORT_SYMBOL vmlinux 0x3a4f9d28 rng_is_initialized +EXPORT_SYMBOL vmlinux 0x3a7d09e9 filemap_fdatawait_range_keep_errors +EXPORT_SYMBOL vmlinux 0x3a8439aa backlight_device_get_by_type +EXPORT_SYMBOL vmlinux 0x3aa25ec0 netdev_has_upper_dev_all_rcu +EXPORT_SYMBOL vmlinux 0x3ab28948 console_srcu_read_lock +EXPORT_SYMBOL vmlinux 0x3ab7b1cc scsi_set_sense_field_pointer +EXPORT_SYMBOL vmlinux 0x3ac18270 pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0x3aca0190 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x3ad5cda3 lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x3ad7a5d5 acpi_evaluate_reference +EXPORT_SYMBOL vmlinux 0x3ada9e06 acpi_check_region +EXPORT_SYMBOL vmlinux 0x3ae2bac4 get_agp_version +EXPORT_SYMBOL vmlinux 0x3ae34aeb zstd_init_dctx +EXPORT_SYMBOL vmlinux 0x3ae74721 d_drop +EXPORT_SYMBOL vmlinux 0x3aea9479 elv_rb_add +EXPORT_SYMBOL vmlinux 0x3afb1de5 sock_no_connect +EXPORT_SYMBOL vmlinux 0x3aff3200 acpi_evaluate_object_typed +EXPORT_SYMBOL vmlinux 0x3b029f48 acpi_install_fixed_event_handler +EXPORT_SYMBOL vmlinux 0x3b236572 d_add_ci +EXPORT_SYMBOL vmlinux 0x3b321462 LZ4_setStreamDecode +EXPORT_SYMBOL vmlinux 0x3b36a634 phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0x3b423410 __copy_user_nocache +EXPORT_SYMBOL vmlinux 0x3b644591 __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x3b69391d elv_rb_former_request +EXPORT_SYMBOL vmlinux 0x3b6c41ea kstrtouint +EXPORT_SYMBOL vmlinux 0x3b6d7f3d genphy_read_mmd_unsupported +EXPORT_SYMBOL vmlinux 0x3b72f08d preempt_schedule_notrace_thunk +EXPORT_SYMBOL vmlinux 0x3b7769ad page_pool_create +EXPORT_SYMBOL vmlinux 0x3b83610f cpu_sibling_map +EXPORT_SYMBOL vmlinux 0x3b86ff2d jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x3b87decd vma_alloc_folio +EXPORT_SYMBOL vmlinux 0x3b9144c9 acpi_get_current_resources +EXPORT_SYMBOL vmlinux 0x3ba80eac __getblk_gfp +EXPORT_SYMBOL vmlinux 0x3ba96e9b skb_orphan_partial +EXPORT_SYMBOL vmlinux 0x3bc205a2 serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0x3bc691dc devm_get_clk_from_child +EXPORT_SYMBOL vmlinux 0x3be13a13 configfs_depend_item_unlocked +EXPORT_SYMBOL vmlinux 0x3be1b7c6 flow_block_cb_lookup +EXPORT_SYMBOL vmlinux 0x3bf4cf59 mfd_remove_devices +EXPORT_SYMBOL vmlinux 0x3c0dcb34 dump_align +EXPORT_SYMBOL vmlinux 0x3c116231 param_get_short +EXPORT_SYMBOL vmlinux 0x3c17ef6d inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0x3c185c61 page_put_link +EXPORT_SYMBOL vmlinux 0x3c22162f call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c3ff9fd sprintf +EXPORT_SYMBOL vmlinux 0x3c427f67 cpu_die_map +EXPORT_SYMBOL vmlinux 0x3c57324a lookup_one +EXPORT_SYMBOL vmlinux 0x3c5a14b6 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0x3c784f68 sock_set_reuseaddr +EXPORT_SYMBOL vmlinux 0x3c7b1724 udp6_csum_init +EXPORT_SYMBOL vmlinux 0x3c85bcac nvdimm_namespace_capacity +EXPORT_SYMBOL vmlinux 0x3c8a8c73 amd_iommu_flush_tlb +EXPORT_SYMBOL vmlinux 0x3c8bb403 __traceiter_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x3cae9e4e init_special_inode +EXPORT_SYMBOL vmlinux 0x3cb23db3 console_srcu_read_unlock +EXPORT_SYMBOL vmlinux 0x3cbb940b zstd_init_dstream +EXPORT_SYMBOL vmlinux 0x3ccfe2d0 flow_rule_match_enc_ports +EXPORT_SYMBOL vmlinux 0x3cd932b9 file_remove_privs +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3cee91bd __bforget +EXPORT_SYMBOL vmlinux 0x3cf42a78 d_add +EXPORT_SYMBOL vmlinux 0x3cfff7af devm_pci_remap_cfg_resource +EXPORT_SYMBOL vmlinux 0x3d196d8f skb_clone +EXPORT_SYMBOL vmlinux 0x3d210724 gen_pool_dma_zalloc_align +EXPORT_SYMBOL vmlinux 0x3d7bac46 posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x3d826254 of_find_mipi_dsi_device_by_node +EXPORT_SYMBOL vmlinux 0x3d8aca73 seq_read_iter +EXPORT_SYMBOL vmlinux 0x3d9109fc __destroy_inode +EXPORT_SYMBOL vmlinux 0x3d928444 agp3_generic_tlbflush +EXPORT_SYMBOL vmlinux 0x3da092b8 dma_fence_get_stub +EXPORT_SYMBOL vmlinux 0x3da171f9 pci_mem_start +EXPORT_SYMBOL vmlinux 0x3da7644c tty_kref_put +EXPORT_SYMBOL vmlinux 0x3daae96c dma_fence_signal_timestamp +EXPORT_SYMBOL vmlinux 0x3dabf271 memcg_sockets_enabled_key +EXPORT_SYMBOL vmlinux 0x3dac779a bpf_sk_lookup_enabled +EXPORT_SYMBOL vmlinux 0x3dad9978 cancel_delayed_work +EXPORT_SYMBOL vmlinux 0x3dc619d3 swake_up_locked +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dcefe2e load_nls_default +EXPORT_SYMBOL vmlinux 0x3ddc6c04 x86_bios_cpu_apicid +EXPORT_SYMBOL vmlinux 0x3de4fa39 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0x3defe18e tcf_idrinfo_destroy +EXPORT_SYMBOL vmlinux 0x3dfb86b9 resource_list_create_entry +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e2fc320 may_umount_tree +EXPORT_SYMBOL vmlinux 0x3e3bad0a __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x3e3d0660 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0x3e3da29d agp_backend_acquire +EXPORT_SYMBOL vmlinux 0x3e475f47 dquot_get_next_id +EXPORT_SYMBOL vmlinux 0x3e5de4ba xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x3e6aeab6 tc_cleanup_offload_action +EXPORT_SYMBOL vmlinux 0x3e728471 ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x3e8627db skb_copy_bits +EXPORT_SYMBOL vmlinux 0x3e9855a1 vme_register_error_handler +EXPORT_SYMBOL vmlinux 0x3eccbe2c __find_nth_bit +EXPORT_SYMBOL vmlinux 0x3ecccdfd filemap_get_folios_contig +EXPORT_SYMBOL vmlinux 0x3efe1703 phy_unregister_fixup_for_id +EXPORT_SYMBOL vmlinux 0x3f05bbe0 pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0x3f0eabd2 xxh64_update +EXPORT_SYMBOL vmlinux 0x3f10858d pci_bus_type +EXPORT_SYMBOL vmlinux 0x3f152aa7 jbd2_submit_inode_data +EXPORT_SYMBOL vmlinux 0x3f311e3b tcp_sock_set_nodelay +EXPORT_SYMBOL vmlinux 0x3f34644d zstd_dstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x3f36eea4 flow_rule_match_enc_opts +EXPORT_SYMBOL vmlinux 0x3f3eace1 vlan_vid_add +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f470074 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0x3f4a5774 netif_tx_wake_queue +EXPORT_SYMBOL vmlinux 0x3f4bd846 gen_pool_first_fit_order_align +EXPORT_SYMBOL vmlinux 0x3f563e66 tty_unlock +EXPORT_SYMBOL vmlinux 0x3f819c6b ptp_clock_index +EXPORT_SYMBOL vmlinux 0x3f89071b security_ib_pkey_access +EXPORT_SYMBOL vmlinux 0x3f9b2209 ipv4_dst_check +EXPORT_SYMBOL vmlinux 0x3f9dd4c2 jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0x3fbf3c89 vme_slave_set +EXPORT_SYMBOL vmlinux 0x3fcabbd4 amd_iommu_device_info +EXPORT_SYMBOL vmlinux 0x3fd78f3b register_chrdev_region +EXPORT_SYMBOL vmlinux 0x3fdf3d3e udp6_seq_ops +EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight +EXPORT_SYMBOL vmlinux 0x3fe31052 inet_ioctl +EXPORT_SYMBOL vmlinux 0x3fe3f33d iov_iter_bvec +EXPORT_SYMBOL vmlinux 0x4000ee3c current_in_userns +EXPORT_SYMBOL vmlinux 0x40235c98 _raw_write_unlock +EXPORT_SYMBOL vmlinux 0x40252bd6 skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0x40552fc2 fbcon_update_vcs +EXPORT_SYMBOL vmlinux 0x4055a920 acpi_remove_fixed_event_handler +EXPORT_SYMBOL vmlinux 0x40792219 phy_get_pause +EXPORT_SYMBOL vmlinux 0x407ba824 pci_write_vpd_any +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x409f2125 redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x40a62432 __nla_validate +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40adc87d xen_free_ballooned_pages +EXPORT_SYMBOL vmlinux 0x40c103d9 ppp_dev_name +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d59096 unregister_restart_handler +EXPORT_SYMBOL vmlinux 0x40dcbc94 register_filesystem +EXPORT_SYMBOL vmlinux 0x40f14020 vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0x40f76a86 __vcalloc +EXPORT_SYMBOL vmlinux 0x412f893c page_offline_begin +EXPORT_SYMBOL vmlinux 0x4134a35d make_kuid +EXPORT_SYMBOL vmlinux 0x413d5ee4 twl6040_reg_write +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x414d30fa find_vma_intersection +EXPORT_SYMBOL vmlinux 0x4158c3b6 folio_clear_dirty_for_io +EXPORT_SYMBOL vmlinux 0x415c1196 dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0x416ecb5b ethtool_aggregate_phy_stats +EXPORT_SYMBOL vmlinux 0x41814bc0 proc_symlink +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x4191bb68 shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0x41a30bef mtree_store_range +EXPORT_SYMBOL vmlinux 0x41a3dcf6 sk_net_capable +EXPORT_SYMBOL vmlinux 0x41a66945 mr_mfc_find_parent +EXPORT_SYMBOL vmlinux 0x41aafe3e qdisc_tree_reduce_backlog +EXPORT_SYMBOL vmlinux 0x41e82060 netdev_offload_xstats_disable +EXPORT_SYMBOL vmlinux 0x41eb41db __SCK__tp_func_module_get +EXPORT_SYMBOL vmlinux 0x41ed3709 get_random_bytes +EXPORT_SYMBOL vmlinux 0x41efdeaf radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0x420d45c9 __cpuhp_remove_state_cpuslocked +EXPORT_SYMBOL vmlinux 0x4216c0ca mmc_is_req_done +EXPORT_SYMBOL vmlinux 0x42248d24 igrab +EXPORT_SYMBOL vmlinux 0x42272099 ip_do_fragment +EXPORT_SYMBOL vmlinux 0x42423740 register_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x42476248 __genphy_config_aneg +EXPORT_SYMBOL vmlinux 0x4248ae3c single_task_running +EXPORT_SYMBOL vmlinux 0x424d3620 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x424fb34a agp_generic_enable +EXPORT_SYMBOL vmlinux 0x425507bf fscrypt_encrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x42578e80 acpi_get_type +EXPORT_SYMBOL vmlinux 0x425eb183 qdisc_hash_add +EXPORT_SYMBOL vmlinux 0x425fcecf iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0x42937822 security_sock_graft +EXPORT_SYMBOL vmlinux 0x4295ff0e dm_get_device +EXPORT_SYMBOL vmlinux 0x429e9514 dev_set_alias +EXPORT_SYMBOL vmlinux 0x42bed8d4 unix_gc_lock +EXPORT_SYMBOL vmlinux 0x42bf7094 pci_disable_msi +EXPORT_SYMBOL vmlinux 0x42c11735 md_cluster_ops +EXPORT_SYMBOL vmlinux 0x42df191b elevator_alloc +EXPORT_SYMBOL vmlinux 0x42f02585 dcb_getrewr_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0x42f1b900 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x42f244d6 phy_read_paged +EXPORT_SYMBOL vmlinux 0x4301f34a configfs_depend_item +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x43104102 pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x4315c376 simple_nosetlease +EXPORT_SYMBOL vmlinux 0x4320cba3 kernel_sock_ip_overhead +EXPORT_SYMBOL vmlinux 0x43236448 con_copy_unimap +EXPORT_SYMBOL vmlinux 0x432e11f2 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0x4336fcca ucs2_as_utf8 +EXPORT_SYMBOL vmlinux 0x433cabfb acpi_decode_pld_buffer +EXPORT_SYMBOL vmlinux 0x4350d57d skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x4352a1b0 unix_destruct_scm +EXPORT_SYMBOL vmlinux 0x435a0d4f eth_header_parse +EXPORT_SYMBOL vmlinux 0x43609566 qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0x4361f5f7 devm_devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x437650aa gro_cells_init +EXPORT_SYMBOL vmlinux 0x43778cf9 __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0x437a0d6d __sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x4382b943 filemap_map_pages +EXPORT_SYMBOL vmlinux 0x4384f910 phy_start_cable_test_tdr +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x43b0c9c3 preempt_schedule +EXPORT_SYMBOL vmlinux 0x43babd19 sg_init_one +EXPORT_SYMBOL vmlinux 0x43c46fce md_set_array_sectors +EXPORT_SYMBOL vmlinux 0x43c5cf0f vfs_iter_read +EXPORT_SYMBOL vmlinux 0x43d22fb9 groups_alloc +EXPORT_SYMBOL vmlinux 0x43e51fb3 scsi_scan_target +EXPORT_SYMBOL vmlinux 0x43f1a2b3 find_inode_nowait +EXPORT_SYMBOL vmlinux 0x43f9ebc8 slhc_remember +EXPORT_SYMBOL vmlinux 0x43fcfacb dquot_scan_active +EXPORT_SYMBOL vmlinux 0x440ef6a1 eth_platform_get_mac_address +EXPORT_SYMBOL vmlinux 0x44414ff2 iosf_mbi_unblock_punit_i2c_access +EXPORT_SYMBOL vmlinux 0x4445effe sock_register +EXPORT_SYMBOL vmlinux 0x44469a76 crc_ccitt_false_table +EXPORT_SYMBOL vmlinux 0x4462d35e cpufreq_get_hw_max_freq +EXPORT_SYMBOL vmlinux 0x447ea88d fb_show_logo +EXPORT_SYMBOL vmlinux 0x44897c1c tcp_mtup_init +EXPORT_SYMBOL vmlinux 0x448d87e0 nd_pfn_validate +EXPORT_SYMBOL vmlinux 0x44902cff acpi_enable_event +EXPORT_SYMBOL vmlinux 0x449ad0a7 memcmp +EXPORT_SYMBOL vmlinux 0x449d2e6c __sk_queue_drop_skb +EXPORT_SYMBOL vmlinux 0x44aa5ab0 napi_gro_frags +EXPORT_SYMBOL vmlinux 0x44aaf30f tsc_khz +EXPORT_SYMBOL vmlinux 0x44c3f3d7 tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x44d48cc1 __blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44fd63f8 inet6_bind +EXPORT_SYMBOL vmlinux 0x45006cee default_red +EXPORT_SYMBOL vmlinux 0x450639ab sg_last +EXPORT_SYMBOL vmlinux 0x45081703 ec_get_handle +EXPORT_SYMBOL vmlinux 0x4528000f copy_string_kernel +EXPORT_SYMBOL vmlinux 0x452ba683 ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x452dfdc1 scsi_dma_map +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x4551668f vme_new_dma_list +EXPORT_SYMBOL vmlinux 0x45535485 xxh32_update +EXPORT_SYMBOL vmlinux 0x456ea988 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0x45707ec3 locks_lock_inode_wait +EXPORT_SYMBOL vmlinux 0x45783ca4 sock_no_bind +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x458af6b2 retire_super +EXPORT_SYMBOL vmlinux 0x45c81d1a copy_page_to_iter_nofault +EXPORT_SYMBOL vmlinux 0x45d246da node_to_cpumask_map +EXPORT_SYMBOL vmlinux 0x45d6c634 update_region +EXPORT_SYMBOL vmlinux 0x45db0269 cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0x45e6281d shmem_aops +EXPORT_SYMBOL vmlinux 0x45e8d7b5 native_write_cr0 +EXPORT_SYMBOL vmlinux 0x45e9ab15 pps_event +EXPORT_SYMBOL vmlinux 0x45fc19d2 retbleed_untrain_ret +EXPORT_SYMBOL vmlinux 0x45fe0e46 mipi_dsi_host_unregister +EXPORT_SYMBOL vmlinux 0x460f4a34 flow_hash_from_keys +EXPORT_SYMBOL vmlinux 0x4610c5cd remove_proc_subtree +EXPORT_SYMBOL vmlinux 0x4615df36 skb_copy_and_hash_datagram_iter +EXPORT_SYMBOL vmlinux 0x46166ef1 rproc_coredump_add_custom_segment +EXPORT_SYMBOL vmlinux 0x462fbcf5 lease_get_mtime +EXPORT_SYMBOL vmlinux 0x46451cee zstd_get_frame_header +EXPORT_SYMBOL vmlinux 0x464a4bbf pci_irq_get_affinity +EXPORT_SYMBOL vmlinux 0x465a0245 freeze_super +EXPORT_SYMBOL vmlinux 0x465e24ff ucs2_utf8size +EXPORT_SYMBOL vmlinux 0x466ada64 dma_pool_create +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x46704966 dcb_ieee_getapp_default_prio_mask +EXPORT_SYMBOL vmlinux 0x4677168c tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0x467df16d netdev_rss_key_fill +EXPORT_SYMBOL vmlinux 0x467e3720 flow_indr_dev_unregister +EXPORT_SYMBOL vmlinux 0x4687d96d i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x4688be2b scsi_rescan_device +EXPORT_SYMBOL vmlinux 0x469a6ec7 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0x46bd5d6e video_get_options +EXPORT_SYMBOL vmlinux 0x46c47fb6 __node_distance +EXPORT_SYMBOL vmlinux 0x46cf10eb cachemode2protval +EXPORT_SYMBOL vmlinux 0x46d63f47 devm_extcon_unregister_notifier +EXPORT_SYMBOL vmlinux 0x47060019 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x470af768 has_capability_noaudit +EXPORT_SYMBOL vmlinux 0x4715a909 acpi_load_table +EXPORT_SYMBOL vmlinux 0x472c9066 kmalloc_caches +EXPORT_SYMBOL vmlinux 0x47313832 __skb_gro_checksum_complete +EXPORT_SYMBOL vmlinux 0x473697d3 get_user_pages +EXPORT_SYMBOL vmlinux 0x4740b3bc xen_arch_unregister_cpu +EXPORT_SYMBOL vmlinux 0x47584caf sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0x476a2ab7 pci_ep_cfs_add_epf_group +EXPORT_SYMBOL vmlinux 0x47709e42 free_anon_bdev +EXPORT_SYMBOL vmlinux 0x477a8b25 inet_del_protocol +EXPORT_SYMBOL vmlinux 0x47937dd7 param_set_byte +EXPORT_SYMBOL vmlinux 0x479e80cb set_user_nice +EXPORT_SYMBOL vmlinux 0x47a19b34 vga_client_register +EXPORT_SYMBOL vmlinux 0x47a251c7 mmc_retune_timer_stop +EXPORT_SYMBOL vmlinux 0x47c20f8a refcount_dec_not_one +EXPORT_SYMBOL vmlinux 0x47c65bfc unregister_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0x47cfd825 kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0x47d8d301 __cond_resched_rwlock_read +EXPORT_SYMBOL vmlinux 0x47da1a24 dev_alloc_name +EXPORT_SYMBOL vmlinux 0x47e9ed87 inet6_del_offload +EXPORT_SYMBOL vmlinux 0x47f65de1 flow_rule_match_mpls +EXPORT_SYMBOL vmlinux 0x48037617 agp_bridge +EXPORT_SYMBOL vmlinux 0x480d1784 pnp_request_card_device +EXPORT_SYMBOL vmlinux 0x480f7fdb simple_unlink +EXPORT_SYMBOL vmlinux 0x48112d76 _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0x481814c4 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0x48193639 acpi_lid_open +EXPORT_SYMBOL vmlinux 0x4829cf6b fscrypt_enqueue_decrypt_work +EXPORT_SYMBOL vmlinux 0x48378be7 pci_choose_state +EXPORT_SYMBOL vmlinux 0x4841bdee strnchr +EXPORT_SYMBOL vmlinux 0x4848cfb1 phy_mipi_dphy_get_default_config +EXPORT_SYMBOL vmlinux 0x48498846 qdisc_hash_del +EXPORT_SYMBOL vmlinux 0x484f6edf ktime_get_coarse_real_ts64 +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x486075c8 gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x4861a861 vlan_vid_del +EXPORT_SYMBOL vmlinux 0x4885c971 kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0x4890b109 alloc_file_pseudo +EXPORT_SYMBOL vmlinux 0x48991516 mmc_card_is_blockaddr +EXPORT_SYMBOL vmlinux 0x489f6e0b rdma_dim +EXPORT_SYMBOL vmlinux 0x48a91171 string_get_size +EXPORT_SYMBOL vmlinux 0x48b52770 blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48c093fb _atomic_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0x48d27375 __bitmap_intersects +EXPORT_SYMBOL vmlinux 0x48d3fa27 kmalloc_large_node +EXPORT_SYMBOL vmlinux 0x48d50e79 amd_iommu_register_ppr_notifier +EXPORT_SYMBOL vmlinux 0x48d88a2c __SCT__preempt_schedule +EXPORT_SYMBOL vmlinux 0x48ec7ab1 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0x48f14337 page_pool_put_defragged_page +EXPORT_SYMBOL vmlinux 0x48fcc5b8 pci_reenable_device +EXPORT_SYMBOL vmlinux 0x48ffbb87 mtree_alloc_range +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x4909a790 dma_fence_get_status +EXPORT_SYMBOL vmlinux 0x49425386 fscrypt_free_inode +EXPORT_SYMBOL vmlinux 0x494e3393 vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x494e50cb tcp_stream_memory_free +EXPORT_SYMBOL vmlinux 0x495e378d __pv_queued_spin_lock_slowpath +EXPORT_SYMBOL vmlinux 0x4967e79f radix_tree_iter_resume +EXPORT_SYMBOL vmlinux 0x496f515f __inc_node_page_state +EXPORT_SYMBOL vmlinux 0x4977c498 stack_depot_get_extra_bits +EXPORT_SYMBOL vmlinux 0x497b83a7 vme_slot_num +EXPORT_SYMBOL vmlinux 0x4983925d __scm_send +EXPORT_SYMBOL vmlinux 0x499f0ecf nd_sb_checksum +EXPORT_SYMBOL vmlinux 0x49a2d79b crypto_sha3_init +EXPORT_SYMBOL vmlinux 0x49a4869f ethtool_rx_flow_rule_destroy +EXPORT_SYMBOL vmlinux 0x49b163b8 acpi_bus_scan +EXPORT_SYMBOL vmlinux 0x49bdeadf security_path_mknod +EXPORT_SYMBOL vmlinux 0x49bf6f2a vlan_filter_drop_vids +EXPORT_SYMBOL vmlinux 0x49c1677a single_open +EXPORT_SYMBOL vmlinux 0x49c47f70 vfs_ioctl +EXPORT_SYMBOL vmlinux 0x49c4d7ca nd_btt_version +EXPORT_SYMBOL vmlinux 0x49cda439 kernel_getsockname +EXPORT_SYMBOL vmlinux 0x49d3172a noop_llseek +EXPORT_SYMBOL vmlinux 0x49d5ff38 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x49ed847c jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0x49f39b94 pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0x49fe0728 xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x4a3ad70e wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0x4a453f53 iowrite32 +EXPORT_SYMBOL vmlinux 0x4a657a32 rtc_add_group +EXPORT_SYMBOL vmlinux 0x4a84e245 phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0x4a939e7c skb_ensure_writable +EXPORT_SYMBOL vmlinux 0x4a96a8eb xxh32_digest +EXPORT_SYMBOL vmlinux 0x4a9edffe udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0x4aa8ef03 pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0x4ac6056d security_inode_invalidate_secctx +EXPORT_SYMBOL vmlinux 0x4acf4c67 agp_unbind_memory +EXPORT_SYMBOL vmlinux 0x4ae25e8a flow_block_cb_incref +EXPORT_SYMBOL vmlinux 0x4ae90d8e hdmi_avi_infoframe_check +EXPORT_SYMBOL vmlinux 0x4aea463f crc32_le_shift +EXPORT_SYMBOL vmlinux 0x4af6ddf0 kstrtou16 +EXPORT_SYMBOL vmlinux 0x4afb2238 add_wait_queue +EXPORT_SYMBOL vmlinux 0x4afc52e6 md_write_start +EXPORT_SYMBOL vmlinux 0x4b085dbf agp3_generic_configure +EXPORT_SYMBOL vmlinux 0x4b1bc47b skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0x4b1da690 netif_tx_unlock +EXPORT_SYMBOL vmlinux 0x4b36bac6 ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x4b3c3908 cdev_device_add +EXPORT_SYMBOL vmlinux 0x4b3d57f0 __aperture_remove_legacy_vga_devices +EXPORT_SYMBOL vmlinux 0x4b401817 iwe_stream_add_value +EXPORT_SYMBOL vmlinux 0x4b580d11 pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x4b5e3a47 __get_user_nocheck_1 +EXPORT_SYMBOL vmlinux 0x4b6df007 acpi_evaluate_reg +EXPORT_SYMBOL vmlinux 0x4b750f53 _raw_spin_unlock_irq +EXPORT_SYMBOL vmlinux 0x4b833732 tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0x4baecffa tcp_set_rcvlowat +EXPORT_SYMBOL vmlinux 0x4bc4b31b mmc_cqe_recovery +EXPORT_SYMBOL vmlinux 0x4bcada80 phy_sfp_probe +EXPORT_SYMBOL vmlinux 0x4bcc2662 mempool_init_node +EXPORT_SYMBOL vmlinux 0x4bef1c67 empty_name +EXPORT_SYMBOL vmlinux 0x4bf22bfe ip_mc_check_igmp +EXPORT_SYMBOL vmlinux 0x4c07a7e0 acpi_processor_unregister_performance +EXPORT_SYMBOL vmlinux 0x4c236f6f __x86_indirect_thunk_r15 +EXPORT_SYMBOL vmlinux 0x4c351559 mfd_remove_devices_late +EXPORT_SYMBOL vmlinux 0x4c3984e0 setattr_should_drop_sgid +EXPORT_SYMBOL vmlinux 0x4c39b7f7 finish_no_open +EXPORT_SYMBOL vmlinux 0x4c3c2f13 set_blocksize +EXPORT_SYMBOL vmlinux 0x4c416eb9 LZ4_decompress_fast +EXPORT_SYMBOL vmlinux 0x4c4cd6dc mipi_dsi_dcs_set_display_brightness_large +EXPORT_SYMBOL vmlinux 0x4c4fa700 security_unix_may_send +EXPORT_SYMBOL vmlinux 0x4c5eea88 cdrom_open +EXPORT_SYMBOL vmlinux 0x4c6d07e7 xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0x4c7a16e6 get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0x4c8163c4 tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x4c977eeb scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x4c9d28b0 phys_base +EXPORT_SYMBOL vmlinux 0x4cab6cd4 skb_tx_error +EXPORT_SYMBOL vmlinux 0x4cb71de3 __fs_parse +EXPORT_SYMBOL vmlinux 0x4cd5bc5e rdmsr_safe_regs +EXPORT_SYMBOL vmlinux 0x4ce9e702 eth_mac_addr +EXPORT_SYMBOL vmlinux 0x4d0e8ffe dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0x4d2c7133 acpi_info +EXPORT_SYMBOL vmlinux 0x4d4041c6 pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0x4d5984ee __mmap_lock_do_trace_acquire_returned +EXPORT_SYMBOL vmlinux 0x4d5a4d29 __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x4d5c7274 devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0x4d5f47ce dcb_setapp +EXPORT_SYMBOL vmlinux 0x4d79f8a3 dev_get_iflink +EXPORT_SYMBOL vmlinux 0x4d924f20 memremap +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4da278d9 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4db09902 blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0x4dc2a9d1 put_ipc_ns +EXPORT_SYMBOL vmlinux 0x4dc88cdb __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x4dca32ab eth_header +EXPORT_SYMBOL vmlinux 0x4dddb2a1 fb_get_mode +EXPORT_SYMBOL vmlinux 0x4ddfb770 mr_mfc_seq_idx +EXPORT_SYMBOL vmlinux 0x4de995ec gen_pool_dma_alloc_algo +EXPORT_SYMBOL vmlinux 0x4df02057 crc32_be +EXPORT_SYMBOL vmlinux 0x4df2ea84 gen_estimator_read +EXPORT_SYMBOL vmlinux 0x4dfa8d4b mutex_lock +EXPORT_SYMBOL vmlinux 0x4e19df9a config_item_get +EXPORT_SYMBOL vmlinux 0x4e203b6d key_alloc +EXPORT_SYMBOL vmlinux 0x4e20bcf8 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x4e29e167 eth_gro_receive +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e36cdc4 __ubsan_handle_divrem_overflow +EXPORT_SYMBOL vmlinux 0x4e547048 __kmalloc_node_track_caller +EXPORT_SYMBOL vmlinux 0x4e5c767d pci_scan_slot +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6e4b41 radix_tree_delete +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e6f3163 input_open_device +EXPORT_SYMBOL vmlinux 0x4e7ccf88 folio_unlock +EXPORT_SYMBOL vmlinux 0x4e852090 pci_remove_bus +EXPORT_SYMBOL vmlinux 0x4e8b3ecb pcie_capability_clear_and_set_word_unlocked +EXPORT_SYMBOL vmlinux 0x4ea1b7d0 bprm_change_interp +EXPORT_SYMBOL vmlinux 0x4ea25709 dql_reset +EXPORT_SYMBOL vmlinux 0x4ea78bab __x86_indirect_call_thunk_r15 +EXPORT_SYMBOL vmlinux 0x4eac99ef skb_eth_push +EXPORT_SYMBOL vmlinux 0x4eada8f7 security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0x4eb2b066 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x4ec54e78 bitmap_to_arr32 +EXPORT_SYMBOL vmlinux 0x4ed61fb2 md_bitmap_unplug +EXPORT_SYMBOL vmlinux 0x4ee6c579 vme_init_bridge +EXPORT_SYMBOL vmlinux 0x4ee97dda dev_mc_del_global +EXPORT_SYMBOL vmlinux 0x4eedc656 phy_device_register +EXPORT_SYMBOL vmlinux 0x4f04f7a1 unix_get_socket +EXPORT_SYMBOL vmlinux 0x4f0651df ptp_find_pin_unlocked +EXPORT_SYMBOL vmlinux 0x4f1c72ec jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f20d80b zstd_min_clevel +EXPORT_SYMBOL vmlinux 0x4f2250ba rtc_tm_to_time64 +EXPORT_SYMBOL vmlinux 0x4f28677e sk_alloc +EXPORT_SYMBOL vmlinux 0x4f30bd77 kmem_cache_create_usercopy +EXPORT_SYMBOL vmlinux 0x4f441dfa block_write_begin +EXPORT_SYMBOL vmlinux 0x4f4f913a jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0x4f55166f acpi_set_current_resources +EXPORT_SYMBOL vmlinux 0x4f6e02de vga_con +EXPORT_SYMBOL vmlinux 0x4f711f84 intel_scu_ipc_dev_iowrite8 +EXPORT_SYMBOL vmlinux 0x4f776a98 agp_allocate_memory +EXPORT_SYMBOL vmlinux 0x4f8171f2 ip6_xmit +EXPORT_SYMBOL vmlinux 0x4f8c382a scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0x4f9b4381 bd_abort_claiming +EXPORT_SYMBOL vmlinux 0x4fb8547d xsk_set_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0x4fbc2fb5 tcf_chain_get_by_act +EXPORT_SYMBOL vmlinux 0x4fc17a8a unregister_qdisc +EXPORT_SYMBOL vmlinux 0x4fd2bd1e md_write_inc +EXPORT_SYMBOL vmlinux 0x4fda3ef5 filemap_fdatawait_keep_errors +EXPORT_SYMBOL vmlinux 0x4fdd3d07 tty_do_resize +EXPORT_SYMBOL vmlinux 0x4fdee897 i8042_command +EXPORT_SYMBOL vmlinux 0x4fef8ccc block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x4ffe83b2 fwnode_phy_find_device +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x5009c71d glob_match +EXPORT_SYMBOL vmlinux 0x5021bd81 _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0x50246ed3 devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0x5027bde2 acpi_acquire_mutex +EXPORT_SYMBOL vmlinux 0x50395570 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x503c795e kmem_cache_alloc_bulk +EXPORT_SYMBOL vmlinux 0x50624917 sha1_init +EXPORT_SYMBOL vmlinux 0x5062ede9 neigh_app_ns +EXPORT_SYMBOL vmlinux 0x506dff1a __genradix_free +EXPORT_SYMBOL vmlinux 0x5083b9e3 ip6_output +EXPORT_SYMBOL vmlinux 0x5089f45f ip_send_check +EXPORT_SYMBOL vmlinux 0x509279b5 arp_tbl +EXPORT_SYMBOL vmlinux 0x5092e84e __read_overflow2_field +EXPORT_SYMBOL vmlinux 0x50944630 seq_list_start_head_rcu +EXPORT_SYMBOL vmlinux 0x509b64ea acpi_has_method +EXPORT_SYMBOL vmlinux 0x50a3a1ad scsi_print_command +EXPORT_SYMBOL vmlinux 0x50a4698c fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0x50ae55b7 vfs_setpos +EXPORT_SYMBOL vmlinux 0x50b73ce2 rfkill_find_type +EXPORT_SYMBOL vmlinux 0x50b80992 mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0x50be748d security_ib_free_security +EXPORT_SYMBOL vmlinux 0x50cf7585 hex2bin +EXPORT_SYMBOL vmlinux 0x50d035c2 vsscanf +EXPORT_SYMBOL vmlinux 0x50d13863 sock_kfree_s +EXPORT_SYMBOL vmlinux 0x50d68377 arch_phys_wc_del +EXPORT_SYMBOL vmlinux 0x50d9ce24 dma_resv_replace_fences +EXPORT_SYMBOL vmlinux 0x50e0f95e xen_free_unpopulated_pages +EXPORT_SYMBOL vmlinux 0x50e42c7a pcie_print_link_status +EXPORT_SYMBOL vmlinux 0x50f91491 __genradix_ptr +EXPORT_SYMBOL vmlinux 0x5101f71d napi_complete_done +EXPORT_SYMBOL vmlinux 0x5102a30b do_wait_intr_irq +EXPORT_SYMBOL vmlinux 0x51352888 gpiochip_irq_reqres +EXPORT_SYMBOL vmlinux 0x51386d9d mmc_remove_host +EXPORT_SYMBOL vmlinux 0x513b28f4 first_ec +EXPORT_SYMBOL vmlinux 0x514418c5 handshake_req_cancel +EXPORT_SYMBOL vmlinux 0x5145adb5 hash_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x51479089 xp_dma_map +EXPORT_SYMBOL vmlinux 0x51481e08 ip6mr_rule_default +EXPORT_SYMBOL vmlinux 0x515083bf acpi_release_mutex +EXPORT_SYMBOL vmlinux 0x5151f7f7 param_ops_long +EXPORT_SYMBOL vmlinux 0x5159fa74 elv_rb_del +EXPORT_SYMBOL vmlinux 0x515d2abc __breadahead +EXPORT_SYMBOL vmlinux 0x516167df tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x5162d502 qdisc_offload_graft_helper +EXPORT_SYMBOL vmlinux 0x51641162 opal_unlock_from_suspend +EXPORT_SYMBOL vmlinux 0x51718cb2 bpf_map_get +EXPORT_SYMBOL vmlinux 0x5189a82c redraw_screen +EXPORT_SYMBOL vmlinux 0x51a511eb _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0x51c421d5 dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0x51c5c9a2 mipi_dsi_dcs_get_power_mode +EXPORT_SYMBOL vmlinux 0x51d12d4e acpi_pci_disabled +EXPORT_SYMBOL vmlinux 0x51d6f83c fscrypt_ioctl_set_policy +EXPORT_SYMBOL vmlinux 0x51d787dc inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0x51f298e0 intel_scu_ipc_dev_ioread8 +EXPORT_SYMBOL vmlinux 0x520e97c4 proc_dostring +EXPORT_SYMBOL vmlinux 0x5214412c device_get_mac_address +EXPORT_SYMBOL vmlinux 0x5217ed2d nonseekable_open +EXPORT_SYMBOL vmlinux 0x5235b4ec sk_common_release +EXPORT_SYMBOL vmlinux 0x5237670d md_bitmap_unplug_async +EXPORT_SYMBOL vmlinux 0x523841b8 tcp_sock_set_user_timeout +EXPORT_SYMBOL vmlinux 0x526c9ae6 netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0x526eef2c hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x526fe3b9 scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x527c5798 configfs_register_subsystem +EXPORT_SYMBOL vmlinux 0x52983a4f vme_master_write +EXPORT_SYMBOL vmlinux 0x5299f5bb serio_bus +EXPORT_SYMBOL vmlinux 0x529a01c8 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x52c2bbe3 simple_dir_operations +EXPORT_SYMBOL vmlinux 0x52c6f31a cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0x52cd9187 dma_fence_chain_init +EXPORT_SYMBOL vmlinux 0x52d717da xz_dec_init +EXPORT_SYMBOL vmlinux 0x52e41a97 padata_do_serial +EXPORT_SYMBOL vmlinux 0x52ecbc75 crc_ccitt +EXPORT_SYMBOL vmlinux 0x52fe785c ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x53126ecc __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0x53191432 page_pool_release_page +EXPORT_SYMBOL vmlinux 0x531b604e __virt_addr_valid +EXPORT_SYMBOL vmlinux 0x5322663e acpi_get_handle +EXPORT_SYMBOL vmlinux 0x532fcbe4 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x53310164 phy_ethtool_nway_reset +EXPORT_SYMBOL vmlinux 0x5338184f ethtool_sprintf +EXPORT_SYMBOL vmlinux 0x534b7ae1 tcp_parse_options +EXPORT_SYMBOL vmlinux 0x534f2aa4 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x53569707 this_cpu_off +EXPORT_SYMBOL vmlinux 0x538607fe napi_get_frags +EXPORT_SYMBOL vmlinux 0x53a1e8d9 _find_next_bit +EXPORT_SYMBOL vmlinux 0x53a6d0a1 xfrm6_rcv_tnl +EXPORT_SYMBOL vmlinux 0x53aca3b7 ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0x53b954a2 up_read +EXPORT_SYMBOL vmlinux 0x53e779bd register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x53f103c2 tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0x53f8ced7 page_pool_ethtool_stats_get_strings +EXPORT_SYMBOL vmlinux 0x54017dd6 tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0x540d0134 devm_devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x540eac51 nvdimm_namespace_locked +EXPORT_SYMBOL vmlinux 0x540fe589 audit_log +EXPORT_SYMBOL vmlinux 0x54175c5f acpi_read_bit_register +EXPORT_SYMBOL vmlinux 0x541b39bb blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0x541ee961 netdev_adjacent_change_abort +EXPORT_SYMBOL vmlinux 0x542bb12e security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x544205db devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x54421b7b pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0x544bbf6d wireless_send_event +EXPORT_SYMBOL vmlinux 0x545142e4 unload_nls +EXPORT_SYMBOL vmlinux 0x545724d8 devm_ioremap +EXPORT_SYMBOL vmlinux 0x54697ec4 dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0x547a67bc blk_sync_queue +EXPORT_SYMBOL vmlinux 0x547e3344 acpi_disable +EXPORT_SYMBOL vmlinux 0x547e4487 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0x548311a0 dst_discard_out +EXPORT_SYMBOL vmlinux 0x5489ce7b finish_open +EXPORT_SYMBOL vmlinux 0x549f86b6 mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0x54ad5393 dma_sync_wait +EXPORT_SYMBOL vmlinux 0x54b1fac6 __ubsan_handle_load_invalid_value +EXPORT_SYMBOL vmlinux 0x54b22bb1 __SCT__tp_func_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0x54b23e67 sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x54c50263 do_clone_file_range +EXPORT_SYMBOL vmlinux 0x54cfacd5 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x54e466d6 dmam_pool_create +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54ea6dfe xen_start_flags +EXPORT_SYMBOL vmlinux 0x5506b8f7 netlbl_bitmap_setbit +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x55385e2e __x86_indirect_thunk_r14 +EXPORT_SYMBOL vmlinux 0x55391ee1 mipi_dsi_dcs_set_page_address +EXPORT_SYMBOL vmlinux 0x554ae3a4 irq_poll_sched +EXPORT_SYMBOL vmlinux 0x554bee93 readahead_expand +EXPORT_SYMBOL vmlinux 0x555209da clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x55576c7c blk_queue_virt_boundary +EXPORT_SYMBOL vmlinux 0x55621720 vma_set_file +EXPORT_SYMBOL vmlinux 0x556422b3 ioremap_cache +EXPORT_SYMBOL vmlinux 0x556cca46 x86_apple_machine +EXPORT_SYMBOL vmlinux 0x55854535 cdc_parse_cdc_header +EXPORT_SYMBOL vmlinux 0x558b281d aes_expandkey +EXPORT_SYMBOL vmlinux 0x558fefc2 rw_verify_area +EXPORT_SYMBOL vmlinux 0x55908e58 security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0x55a22fbc blk_rq_map_user_io +EXPORT_SYMBOL vmlinux 0x55b3dda4 dev_mc_flush +EXPORT_SYMBOL vmlinux 0x55b663a0 tcp_v4_connect +EXPORT_SYMBOL vmlinux 0x55bc693c xfrm_parse_spi +EXPORT_SYMBOL vmlinux 0x55d3f62d blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0x55e31703 ethtool_convert_link_mode_to_legacy_u32 +EXPORT_SYMBOL vmlinux 0x55e50fb8 __phy_read_mmd +EXPORT_SYMBOL vmlinux 0x55ed0bfc dev_close +EXPORT_SYMBOL vmlinux 0x55f1f1cc __bh_read +EXPORT_SYMBOL vmlinux 0x55f95e07 ioremap_prot +EXPORT_SYMBOL vmlinux 0x55fca398 fscrypt_decrypt_bio +EXPORT_SYMBOL vmlinux 0x55ff032e devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0x561cc599 nf_log_register +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x56470118 __warn_printk +EXPORT_SYMBOL vmlinux 0x564f7608 acpi_reconfig_notifier_register +EXPORT_SYMBOL vmlinux 0x56579b20 md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0x565c7ba0 __netif_schedule +EXPORT_SYMBOL vmlinux 0x565caca8 abort_creds +EXPORT_SYMBOL vmlinux 0x56657998 sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x566ac11b devm_rproc_add +EXPORT_SYMBOL vmlinux 0x566e3ac9 sk_free +EXPORT_SYMBOL vmlinux 0x567211a2 file_check_and_advance_wb_err +EXPORT_SYMBOL vmlinux 0x56747968 pci_enable_device_io +EXPORT_SYMBOL vmlinux 0x56802ae8 rps_cpu_mask +EXPORT_SYMBOL vmlinux 0x56819f59 skb_trim +EXPORT_SYMBOL vmlinux 0x56849bb2 _dev_info +EXPORT_SYMBOL vmlinux 0x568b3212 sock_kzfree_s +EXPORT_SYMBOL vmlinux 0x56921629 security_sctp_assoc_request +EXPORT_SYMBOL vmlinux 0x56b67b14 blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56cdad0b i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0x56ce7b5e pneigh_lookup +EXPORT_SYMBOL vmlinux 0x57196e10 inet_frag_reasm_prepare +EXPORT_SYMBOL vmlinux 0x5724f5fe fs_param_is_string +EXPORT_SYMBOL vmlinux 0x5745458c fb_prepare_logo +EXPORT_SYMBOL vmlinux 0x574c2e74 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x57568190 sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x57900416 gen_pool_fixed_alloc +EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy +EXPORT_SYMBOL vmlinux 0x57ac3933 xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0x57afda7d jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0x57bc19d2 down_write +EXPORT_SYMBOL vmlinux 0x57bcbaea __x86_indirect_call_thunk_r14 +EXPORT_SYMBOL vmlinux 0x57cbb9bb serio_reconnect +EXPORT_SYMBOL vmlinux 0x57cf0fae qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0x57d45247 tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x57db8fd6 utf8_normalize +EXPORT_SYMBOL vmlinux 0x57f4fb2d devm_pci_remap_cfgspace +EXPORT_SYMBOL vmlinux 0x57fac659 mount_single +EXPORT_SYMBOL vmlinux 0x5818fe3c posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0x581f98da zlib_inflate +EXPORT_SYMBOL vmlinux 0x582b6275 xfrm_if_unregister_cb +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x58442909 ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0x58457602 vfs_create_mount +EXPORT_SYMBOL vmlinux 0x585420b0 pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0x587b0954 kvasprintf +EXPORT_SYMBOL vmlinux 0x587f22d7 devmap_managed_key +EXPORT_SYMBOL vmlinux 0x588dda18 agp_generic_create_gatt_table +EXPORT_SYMBOL vmlinux 0x5897a680 __find_nth_and_andnot_bit +EXPORT_SYMBOL vmlinux 0x58acf24b mdiobus_register_board_info +EXPORT_SYMBOL vmlinux 0x58b4645c dev_close_many +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58db2000 capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0x58de1c19 __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x58e3306d bit_wait_io +EXPORT_SYMBOL vmlinux 0x58e43017 super_setup_bdi +EXPORT_SYMBOL vmlinux 0x58ea342d eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0x58ed1331 tcp_sock_set_syncnt +EXPORT_SYMBOL vmlinux 0x590661fe phy_free_interrupt +EXPORT_SYMBOL vmlinux 0x5918c705 pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0x5919b5a6 skb_checksum_help +EXPORT_SYMBOL vmlinux 0x593e04be flow_block_cb_free +EXPORT_SYMBOL vmlinux 0x593edc4b cpu_tlbstate_shared +EXPORT_SYMBOL vmlinux 0x59499483 skb_queue_tail +EXPORT_SYMBOL vmlinux 0x594a625b posix_test_lock +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x596133be dm_table_get_md +EXPORT_SYMBOL vmlinux 0x59623977 devm_ioport_map +EXPORT_SYMBOL vmlinux 0x59660716 input_copy_abs +EXPORT_SYMBOL vmlinux 0x5968dc6d proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x597ac75f skb_ext_add +EXPORT_SYMBOL vmlinux 0x5993aee4 dma_unmap_resource +EXPORT_SYMBOL vmlinux 0x599fb41c kvmalloc_node +EXPORT_SYMBOL vmlinux 0x59a2f0ee packing +EXPORT_SYMBOL vmlinux 0x59a99a2d netif_inherit_tso_max +EXPORT_SYMBOL vmlinux 0x59b4ac3e tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x59c8caca mdio_device_register +EXPORT_SYMBOL vmlinux 0x59cea16e vga_put +EXPORT_SYMBOL vmlinux 0x59e614ae max8925_reg_read +EXPORT_SYMBOL vmlinux 0x59eb0b48 udp_prot +EXPORT_SYMBOL vmlinux 0x5a0b73d0 zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x5a21b8e1 tls_handshake_cancel +EXPORT_SYMBOL vmlinux 0x5a290250 hdmi_drm_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x5a2a42c4 sock_wfree +EXPORT_SYMBOL vmlinux 0x5a44f8cb __crypto_memneq +EXPORT_SYMBOL vmlinux 0x5a450e54 generic_write_checks +EXPORT_SYMBOL vmlinux 0x5a478a5e mr_mfc_find_any +EXPORT_SYMBOL vmlinux 0x5a4896a8 __put_user_2 +EXPORT_SYMBOL vmlinux 0x5a4d313e gf128mul_4k_lle +EXPORT_SYMBOL vmlinux 0x5a5a2271 __cpu_online_mask +EXPORT_SYMBOL vmlinux 0x5a66190c eth_header_cache_update +EXPORT_SYMBOL vmlinux 0x5a921311 strncmp +EXPORT_SYMBOL vmlinux 0x5a99a0d7 flow_get_u32_dst +EXPORT_SYMBOL vmlinux 0x5ab45319 simple_rmdir +EXPORT_SYMBOL vmlinux 0x5ab7f95f kthread_create_worker_on_cpu +EXPORT_SYMBOL vmlinux 0x5ac01b95 acpi_resource_to_address64 +EXPORT_SYMBOL vmlinux 0x5ae1154b __traceiter_kfree +EXPORT_SYMBOL vmlinux 0x5ae462b2 inet_reqsk_alloc +EXPORT_SYMBOL vmlinux 0x5afe892d sk_ns_capable +EXPORT_SYMBOL vmlinux 0x5b0b3284 ipv6_mc_check_mld +EXPORT_SYMBOL vmlinux 0x5b1e41e5 pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0x5b2f27fb do_wait_intr +EXPORT_SYMBOL vmlinux 0x5b3e282f xa_store +EXPORT_SYMBOL vmlinux 0x5b49bcb2 fs_param_is_blockdev +EXPORT_SYMBOL vmlinux 0x5b55d6ed fb_find_mode +EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap +EXPORT_SYMBOL vmlinux 0x5b56d3ee tty_port_hangup +EXPORT_SYMBOL vmlinux 0x5b641283 arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0x5b78535c release_sock +EXPORT_SYMBOL vmlinux 0x5b8239ca __x86_return_thunk +EXPORT_SYMBOL vmlinux 0x5b91d850 set_posix_acl +EXPORT_SYMBOL vmlinux 0x5ba0fe18 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0x5bb6f746 seq_release_private +EXPORT_SYMBOL vmlinux 0x5bb9edb1 ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x5bbe801d __devm_mdiobus_register +EXPORT_SYMBOL vmlinux 0x5bbf31e2 request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0x5bcea5f1 sgl_free_n_order +EXPORT_SYMBOL vmlinux 0x5bd4ff88 flow_action_cookie_create +EXPORT_SYMBOL vmlinux 0x5bdb7603 sock_copy_user_timeval +EXPORT_SYMBOL vmlinux 0x5be270bd blk_mq_rq_cpu +EXPORT_SYMBOL vmlinux 0x5be63c5b crc32c_csum_stub +EXPORT_SYMBOL vmlinux 0x5bfdf067 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0x5c0e8c8b icmpv6_ndo_send +EXPORT_SYMBOL vmlinux 0x5c1b5c03 kern_path_create +EXPORT_SYMBOL vmlinux 0x5c1c1a91 mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0x5c1fa96c km_policy_expired +EXPORT_SYMBOL vmlinux 0x5c227939 phy_device_free +EXPORT_SYMBOL vmlinux 0x5c25b9df d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0x5c26a53b wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x5c30e9db kmem_cache_size +EXPORT_SYMBOL vmlinux 0x5c3c7387 kstrtoull +EXPORT_SYMBOL vmlinux 0x5c4bb607 eth_validate_addr +EXPORT_SYMBOL vmlinux 0x5c5b5f0e tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0x5c705c93 vfs_fadvise +EXPORT_SYMBOL vmlinux 0x5c772042 scsi_host_alloc +EXPORT_SYMBOL vmlinux 0x5c7e5f2e pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0x5c8e6a65 begin_new_exec +EXPORT_SYMBOL vmlinux 0x5c8e92e9 netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0x5c9138fc rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0x5c9c8c29 agp_backend_release +EXPORT_SYMBOL vmlinux 0x5ca2d61f pci_dev_put +EXPORT_SYMBOL vmlinux 0x5caadf15 inode_insert5 +EXPORT_SYMBOL vmlinux 0x5cb69004 kill_block_super +EXPORT_SYMBOL vmlinux 0x5cd2854e vme_dma_request +EXPORT_SYMBOL vmlinux 0x5cd2ddf3 ethtool_intersect_link_masks +EXPORT_SYMBOL vmlinux 0x5cd3ad8f __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x5ce69882 kthread_stop +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5cf888ea from_kgid_munged +EXPORT_SYMBOL vmlinux 0x5cfb26a0 acpi_enter_sleep_state +EXPORT_SYMBOL vmlinux 0x5d100e13 mipi_dsi_dcs_write +EXPORT_SYMBOL vmlinux 0x5d3352d3 tcp_seq_start +EXPORT_SYMBOL vmlinux 0x5d379639 __cpuhp_setup_state_cpuslocked +EXPORT_SYMBOL vmlinux 0x5d49aabc init_wait_var_entry +EXPORT_SYMBOL vmlinux 0x5d58ff0a acpi_dev_get_first_match_dev +EXPORT_SYMBOL vmlinux 0x5d744d5e clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x5d825ac1 vfs_iocb_iter_read +EXPORT_SYMBOL vmlinux 0x5db64f39 icmp_ndo_send +EXPORT_SYMBOL vmlinux 0x5dbc1a0d netdev_get_xmit_slave +EXPORT_SYMBOL vmlinux 0x5dc7cd8a sk_stop_timer +EXPORT_SYMBOL vmlinux 0x5de37385 disk_stack_limits +EXPORT_SYMBOL vmlinux 0x5e06bc5c refcount_dec_and_lock +EXPORT_SYMBOL vmlinux 0x5e0ccb9f sha1_transform +EXPORT_SYMBOL vmlinux 0x5e11b6e7 fs_bio_set +EXPORT_SYMBOL vmlinux 0x5e332b52 __var_waitqueue +EXPORT_SYMBOL vmlinux 0x5e373fb4 gf128mul_64k_bbe +EXPORT_SYMBOL vmlinux 0x5e3a8495 generic_fillattr +EXPORT_SYMBOL vmlinux 0x5e4d6bce input_set_abs_params +EXPORT_SYMBOL vmlinux 0x5e5805ba agp_generic_type_to_mask_type +EXPORT_SYMBOL vmlinux 0x5e5ae31f dst_alloc +EXPORT_SYMBOL vmlinux 0x5e5de40b vga_switcheroo_register_audio_client +EXPORT_SYMBOL vmlinux 0x5e73e07c follow_down +EXPORT_SYMBOL vmlinux 0x5e7a9f47 dev_pre_changeaddr_notify +EXPORT_SYMBOL vmlinux 0x5e855e56 gen_pool_first_fit_align +EXPORT_SYMBOL vmlinux 0x5e8b1e4a uart_add_one_port +EXPORT_SYMBOL vmlinux 0x5e934fc7 sgl_alloc +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5e9a01ce gen_new_estimator +EXPORT_SYMBOL vmlinux 0x5eac1974 netdev_adjacent_change_prepare +EXPORT_SYMBOL vmlinux 0x5eb5c365 kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x5ec4aee6 put_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ed90adc int_to_scsilun +EXPORT_SYMBOL vmlinux 0x5ee64997 ip_sock_set_tos +EXPORT_SYMBOL vmlinux 0x5ef3fbc6 unregister_nls +EXPORT_SYMBOL vmlinux 0x5ef6a672 gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f0bebb6 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0x5f213e10 mmc_command_done +EXPORT_SYMBOL vmlinux 0x5f2433c5 nf_ct_get_tuple_skb +EXPORT_SYMBOL vmlinux 0x5f2f3f8f tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0x5f3a44e1 d_make_root +EXPORT_SYMBOL vmlinux 0x5f3ac7ea register_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0x5f4cba02 textsearch_prepare +EXPORT_SYMBOL vmlinux 0x5f5441c8 __ubsan_handle_alignment_assumption +EXPORT_SYMBOL vmlinux 0x5f55473a cdev_device_del +EXPORT_SYMBOL vmlinux 0x5f560728 mipi_dsi_dcs_set_display_on +EXPORT_SYMBOL vmlinux 0x5f56663b rdmsrl_on_cpu +EXPORT_SYMBOL vmlinux 0x5f625eba inet6_getname +EXPORT_SYMBOL vmlinux 0x5f64ce49 __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0x5f6b889c rproc_va_to_pa +EXPORT_SYMBOL vmlinux 0x5f711039 block_write_end +EXPORT_SYMBOL vmlinux 0x5f79efc2 nvdimm_bus_lock +EXPORT_SYMBOL vmlinux 0x5f87aa84 submit_bh +EXPORT_SYMBOL vmlinux 0x5f926a47 tcf_block_put +EXPORT_SYMBOL vmlinux 0x5f93525c acpi_extract_package +EXPORT_SYMBOL vmlinux 0x5f99383a ioread64_hi_lo +EXPORT_SYMBOL vmlinux 0x5f9a19e2 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0x5f9dd347 netif_set_tso_max_size +EXPORT_SYMBOL vmlinux 0x5fa3dac1 __find_get_block +EXPORT_SYMBOL vmlinux 0x5fa9f9d9 inet_frag_pull_head +EXPORT_SYMBOL vmlinux 0x5fc67252 ioread16_rep +EXPORT_SYMBOL vmlinux 0x5fc72f0e alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x5fe13529 __SCT__tp_func_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x5feaf149 dst_dev_put +EXPORT_SYMBOL vmlinux 0x5ff9eb0e lockref_mark_dead +EXPORT_SYMBOL vmlinux 0x5fffc0ae fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x6005c351 zpool_has_pool +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x6008689f kthread_complete_and_exit +EXPORT_SYMBOL vmlinux 0x6018d3ad dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x602f5aca dst_release +EXPORT_SYMBOL vmlinux 0x6032cc3d scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0x603514b2 alloc_buffer_head +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x603aaf7b blk_queue_max_write_zeroes_sectors +EXPORT_SYMBOL vmlinux 0x60519794 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x605790dc fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0x60586b3b tcp_sock_set_keepintvl +EXPORT_SYMBOL vmlinux 0x60601dad blk_mq_unique_tag +EXPORT_SYMBOL vmlinux 0x6067360a __inode_add_bytes +EXPORT_SYMBOL vmlinux 0x6076703c copy_page_to_iter +EXPORT_SYMBOL vmlinux 0x607e3757 tcp_seq_next +EXPORT_SYMBOL vmlinux 0x607fd7f7 flow_rule_match_enc_ip +EXPORT_SYMBOL vmlinux 0x608741b5 __init_swait_queue_head +EXPORT_SYMBOL vmlinux 0x6087baea filemap_fault +EXPORT_SYMBOL vmlinux 0x608d0267 zstd_get_error_code +EXPORT_SYMBOL vmlinux 0x6091b333 unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x609bcd98 in6_pton +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL vmlinux 0x60b9040b devm_extcon_register_notifier_all +EXPORT_SYMBOL vmlinux 0x60bbb124 dma_fence_signal_locked +EXPORT_SYMBOL vmlinux 0x60c11b06 pci_free_irq_vectors +EXPORT_SYMBOL vmlinux 0x60d0118b mipi_dsi_driver_register_full +EXPORT_SYMBOL vmlinux 0x60d8ab30 vme_lm_get +EXPORT_SYMBOL vmlinux 0x60d8b693 intel_gmch_probe +EXPORT_SYMBOL vmlinux 0x61073e4a acpi_os_map_generic_address +EXPORT_SYMBOL vmlinux 0x610756b8 __x86_indirect_call_thunk_rdx +EXPORT_SYMBOL vmlinux 0x610a6770 scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x6129ca33 sdev_prefix_printk +EXPORT_SYMBOL vmlinux 0x61347034 mb_cache_entry_delete_or_get +EXPORT_SYMBOL vmlinux 0x615911d7 __bitmap_set +EXPORT_SYMBOL vmlinux 0x617c452b queued_read_lock_slowpath +EXPORT_SYMBOL vmlinux 0x61829015 submit_bio_wait +EXPORT_SYMBOL vmlinux 0x6185b747 radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0x618911fc numa_node +EXPORT_SYMBOL vmlinux 0x61924f27 fwnode_mdio_find_device +EXPORT_SYMBOL vmlinux 0x619cb7dd simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x619dfcdc intel_scu_ipc_dev_readv +EXPORT_SYMBOL vmlinux 0x61b2f1da security_sb_remount +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61c5fd8d ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x61c8f421 reuseport_add_sock +EXPORT_SYMBOL vmlinux 0x61cd15f6 sync_inode_metadata +EXPORT_SYMBOL vmlinux 0x61e272c9 sha256_final +EXPORT_SYMBOL vmlinux 0x61ea189b fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x6202cda8 dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x6214f661 mount_nodev +EXPORT_SYMBOL vmlinux 0x621dc84b dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0x62243dc5 pci_get_subsys +EXPORT_SYMBOL vmlinux 0x6226b9fa machine_to_phys_mapping +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x62644a8a kill_pid +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x6276af56 migrate_device_range +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x628aa6c2 tcf_generic_walker +EXPORT_SYMBOL vmlinux 0x628c0f8f dma_fence_add_callback +EXPORT_SYMBOL vmlinux 0x6290a0e1 __nd_driver_register +EXPORT_SYMBOL vmlinux 0x6290c83e skb_checksum_trimmed +EXPORT_SYMBOL vmlinux 0x6292c72b param_set_int +EXPORT_SYMBOL vmlinux 0x62c61c80 inet6_offloads +EXPORT_SYMBOL vmlinux 0x62cd81fd __cgroup_bpf_run_filter_sock_addr +EXPORT_SYMBOL vmlinux 0x62da9447 neigh_seq_next +EXPORT_SYMBOL vmlinux 0x62ec0ff7 dcb_ieee_getapp_dscp_prio_mask_map +EXPORT_SYMBOL vmlinux 0x62f7e207 down_read_killable +EXPORT_SYMBOL vmlinux 0x6300f938 to_nd_pfn +EXPORT_SYMBOL vmlinux 0x6315c42c zstd_get_params +EXPORT_SYMBOL vmlinux 0x631e7749 __ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x633ca986 file_modified +EXPORT_SYMBOL vmlinux 0x636257f7 get_ibs_caps +EXPORT_SYMBOL vmlinux 0x63649cc3 ptp_cancel_worker_sync +EXPORT_SYMBOL vmlinux 0x6364a672 discard_new_inode +EXPORT_SYMBOL vmlinux 0x6374df67 simple_rename +EXPORT_SYMBOL vmlinux 0x63777dc6 tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0x6383b27c __x86_indirect_thunk_rdx +EXPORT_SYMBOL vmlinux 0x63a58370 flow_action_cookie_destroy +EXPORT_SYMBOL vmlinux 0x63a7c28c bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x63c3a707 handshake_req_alloc +EXPORT_SYMBOL vmlinux 0x63dd5e4c md_done_sync +EXPORT_SYMBOL vmlinux 0x63ea2792 fscrypt_fname_disk_to_usr +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63ec2c07 alloc_pages +EXPORT_SYMBOL vmlinux 0x63f4ab16 md_check_recovery +EXPORT_SYMBOL vmlinux 0x63f835ba on_each_cpu_cond_mask +EXPORT_SYMBOL vmlinux 0x63fb6dca __mdiobus_register +EXPORT_SYMBOL vmlinux 0x640e4efe dump_skip +EXPORT_SYMBOL vmlinux 0x640e7dd7 vfs_clone_file_range +EXPORT_SYMBOL vmlinux 0x640e8bb6 ps2_interrupt +EXPORT_SYMBOL vmlinux 0x64127b67 bitmap_find_next_zero_area_off +EXPORT_SYMBOL vmlinux 0x641658bd tcf_exts_validate_ex +EXPORT_SYMBOL vmlinux 0x642eb5c6 xen_poll_irq_timeout +EXPORT_SYMBOL vmlinux 0x643080b6 rproc_get_by_phandle +EXPORT_SYMBOL vmlinux 0x64324130 iov_iter_kvec +EXPORT_SYMBOL vmlinux 0x6434fee2 jbd2_journal_grab_journal_head +EXPORT_SYMBOL vmlinux 0x6446b041 dma_find_channel +EXPORT_SYMBOL vmlinux 0x6448403d __x86_indirect_call_thunk_rcx +EXPORT_SYMBOL vmlinux 0x6449a2fe serio_open +EXPORT_SYMBOL vmlinux 0x6455298a security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0x6474f4c5 genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x6481ffe0 hsiphash_1u32 +EXPORT_SYMBOL vmlinux 0x64827a52 phy_connect +EXPORT_SYMBOL vmlinux 0x648eb59d gc_inflight_list +EXPORT_SYMBOL vmlinux 0x6498dc59 __acpi_mdiobus_register +EXPORT_SYMBOL vmlinux 0x64997e10 inode_update_time +EXPORT_SYMBOL vmlinux 0x64a46d6e __tracepoint_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x64a9c928 default_blu +EXPORT_SYMBOL vmlinux 0x64bbc288 string_unescape +EXPORT_SYMBOL vmlinux 0x64d11af1 dma_fence_wait_timeout +EXPORT_SYMBOL vmlinux 0x650549b2 tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0x650c0c98 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0x6510f740 bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x65125528 kset_unregister +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x6514c1e6 flow_get_u32_src +EXPORT_SYMBOL vmlinux 0x651545bb cros_ec_check_result +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x6520272f tty_port_destroy +EXPORT_SYMBOL vmlinux 0x652032cb mac_pton +EXPORT_SYMBOL vmlinux 0x652ce9aa nla_memcmp +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x65487097 __x86_indirect_thunk_rax +EXPORT_SYMBOL vmlinux 0x654f56ec __blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x6552ae4a flow_rule_match_tcp +EXPORT_SYMBOL vmlinux 0x655a7f6b __cgroup_bpf_run_filter_skb +EXPORT_SYMBOL vmlinux 0x655cee92 phy_device_create +EXPORT_SYMBOL vmlinux 0x6562f9c8 netif_receive_skb_core +EXPORT_SYMBOL vmlinux 0x656357da pldmfw_flash_image +EXPORT_SYMBOL vmlinux 0x656c1a0e string_escape_mem +EXPORT_SYMBOL vmlinux 0x656e4a6e snprintf +EXPORT_SYMBOL vmlinux 0x65708648 agp_generic_free_by_type +EXPORT_SYMBOL vmlinux 0x65754de5 dquot_initialize_needed +EXPORT_SYMBOL vmlinux 0x657c72ff jbd2_journal_finish_inode_data_buffers +EXPORT_SYMBOL vmlinux 0x657f5e45 tty_register_driver +EXPORT_SYMBOL vmlinux 0x6589f163 tcf_classify +EXPORT_SYMBOL vmlinux 0x658a2a0a __x86_indirect_call_thunk_rbx +EXPORT_SYMBOL vmlinux 0x658ce1a8 xxh64_reset +EXPORT_SYMBOL vmlinux 0x65900a2d hid_bpf_ops +EXPORT_SYMBOL vmlinux 0x65929cae ns_to_timespec64 +EXPORT_SYMBOL vmlinux 0x659bb6f0 module_refcount +EXPORT_SYMBOL vmlinux 0x659ded26 xfrm_flush_gc +EXPORT_SYMBOL vmlinux 0x65b992ac xen_alloc_p2m_entry +EXPORT_SYMBOL vmlinux 0x65c0a497 dev_remove_pack +EXPORT_SYMBOL vmlinux 0x65d1bab2 acpi_bios_warning +EXPORT_SYMBOL vmlinux 0x65d9e877 cpufreq_register_notifier +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65df35ca __put_user_nocheck_2 +EXPORT_SYMBOL vmlinux 0x65e0d6d7 memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x65e1963a cdrom_check_events +EXPORT_SYMBOL vmlinux 0x65fc0505 crypto_kdf108_setkey +EXPORT_SYMBOL vmlinux 0x660c1f40 __register_binfmt +EXPORT_SYMBOL vmlinux 0x6621159a fs_context_for_submount +EXPORT_SYMBOL vmlinux 0x6626afca down +EXPORT_SYMBOL vmlinux 0x663182c9 acpi_get_gpe_status +EXPORT_SYMBOL vmlinux 0x6632b8fd pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0x6632d2a1 get_bitmap_from_slot +EXPORT_SYMBOL vmlinux 0x66453ad9 nla_reserve +EXPORT_SYMBOL vmlinux 0x665443b2 folio_end_writeback +EXPORT_SYMBOL vmlinux 0x665e2513 zstd_max_clevel +EXPORT_SYMBOL vmlinux 0x66628bf3 ip_tunnel_metadata_cnt +EXPORT_SYMBOL vmlinux 0x666c14c0 __traceiter_dma_fence_emit +EXPORT_SYMBOL vmlinux 0x6673f96d xxh32_reset +EXPORT_SYMBOL vmlinux 0x667f5ea6 tty_write_room +EXPORT_SYMBOL vmlinux 0x668b19a1 down_read +EXPORT_SYMBOL vmlinux 0x669c191b dm_consume_args +EXPORT_SYMBOL vmlinux 0x669fea6c generic_file_read_iter +EXPORT_SYMBOL vmlinux 0x66af1fd1 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x66b4cc41 kmemdup +EXPORT_SYMBOL vmlinux 0x66cab3be tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x66cca4f9 __x86_indirect_thunk_rcx +EXPORT_SYMBOL vmlinux 0x66d1a1c9 blk_mq_start_request +EXPORT_SYMBOL vmlinux 0x66d215f1 pci_match_id +EXPORT_SYMBOL vmlinux 0x66d4a3a1 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x66dab302 phy_do_ioctl +EXPORT_SYMBOL vmlinux 0x66edfc78 _find_next_or_bit +EXPORT_SYMBOL vmlinux 0x670ecece __x86_indirect_thunk_rbx +EXPORT_SYMBOL vmlinux 0x6716bfc7 add_watch_to_object +EXPORT_SYMBOL vmlinux 0x6726925f tty_register_device +EXPORT_SYMBOL vmlinux 0x6729b059 cdev_del +EXPORT_SYMBOL vmlinux 0x6729d3df __get_user_4 +EXPORT_SYMBOL vmlinux 0x6738afef pps_lookup_dev +EXPORT_SYMBOL vmlinux 0x673f815e agp_bridges +EXPORT_SYMBOL vmlinux 0x6749d53f hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x67507b55 md_bitmap_start_sync +EXPORT_SYMBOL vmlinux 0x67674af9 neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0x6769d708 get_ipc_ns_exported +EXPORT_SYMBOL vmlinux 0x677a6c55 rtnl_kfree_skbs +EXPORT_SYMBOL vmlinux 0x6786e235 vme_register_driver +EXPORT_SYMBOL vmlinux 0x678b96ec dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x6796a8a0 ip6_frag_init +EXPORT_SYMBOL vmlinux 0x6797d568 intel_gmch_gtt_get +EXPORT_SYMBOL vmlinux 0x67ac6585 xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b76078 phy_config_aneg +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67c13ea0 acpi_read +EXPORT_SYMBOL vmlinux 0x67c16f52 __devm_release_region +EXPORT_SYMBOL vmlinux 0x67cc9453 __x86_indirect_call_thunk_rax +EXPORT_SYMBOL vmlinux 0x67d58c3a simple_open +EXPORT_SYMBOL vmlinux 0x67d94229 insert_inode_locked +EXPORT_SYMBOL vmlinux 0x67de3f94 acpi_dev_uid_to_integer +EXPORT_SYMBOL vmlinux 0x67e2b119 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0x67e7bd5a pci_map_biosrom +EXPORT_SYMBOL vmlinux 0x67ec1b6f page_symlink +EXPORT_SYMBOL vmlinux 0x67ee6fba inet_frag_kill +EXPORT_SYMBOL vmlinux 0x67f16129 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x67f244a7 unregister_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x680de28b flow_rule_match_control +EXPORT_SYMBOL vmlinux 0x6814d807 flow_indr_dev_setup_offload +EXPORT_SYMBOL vmlinux 0x681980e0 eth_header_parse_protocol +EXPORT_SYMBOL vmlinux 0x681e0069 dquot_operations +EXPORT_SYMBOL vmlinux 0x681e7cec jbd2_journal_start +EXPORT_SYMBOL vmlinux 0x6820ca78 sock_recvmsg +EXPORT_SYMBOL vmlinux 0x683e2436 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0x68461971 pci_disable_link_state +EXPORT_SYMBOL vmlinux 0x68484d2b pci_add_new_bus +EXPORT_SYMBOL vmlinux 0x684941f9 blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0x684c9fd4 mpage_readahead +EXPORT_SYMBOL vmlinux 0x6851664e wrmsrl_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x685f0c9b unregister_fib_notifier +EXPORT_SYMBOL vmlinux 0x6863048b ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0x686b7d3b netdev_crit +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x687b7688 md_bitmap_endwrite +EXPORT_SYMBOL vmlinux 0x688e72e1 __SCT__preempt_schedule_notrace +EXPORT_SYMBOL vmlinux 0x689067dd dma_fence_chain_ops +EXPORT_SYMBOL vmlinux 0x68a12ab8 rep_movs_alternative +EXPORT_SYMBOL vmlinux 0x68a9bdf2 setup_new_exec +EXPORT_SYMBOL vmlinux 0x68bcc1f7 xfrm_state_add +EXPORT_SYMBOL vmlinux 0x68ccdc07 cookie_timestamp_decode +EXPORT_SYMBOL vmlinux 0x68dc543e i8042_remove_filter +EXPORT_SYMBOL vmlinux 0x68ddc05d pci_claim_resource +EXPORT_SYMBOL vmlinux 0x68e346b7 d_genocide +EXPORT_SYMBOL vmlinux 0x68e3a2bf may_umount +EXPORT_SYMBOL vmlinux 0x69049cd2 radix_tree_replace_slot +EXPORT_SYMBOL vmlinux 0x690bd724 mipi_dsi_dcs_set_tear_scanline +EXPORT_SYMBOL vmlinux 0x692ac0ba freeze_bdev +EXPORT_SYMBOL vmlinux 0x6940dcb1 page_mapping +EXPORT_SYMBOL vmlinux 0x6949a3b0 xfrm_unregister_type_offload +EXPORT_SYMBOL vmlinux 0x69668826 netdev_increment_features +EXPORT_SYMBOL vmlinux 0x696f7dff param_ops_hexint +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6972e413 __bitmap_weight_and +EXPORT_SYMBOL vmlinux 0x697ed5f0 memcpy_and_pad +EXPORT_SYMBOL vmlinux 0x6988d0ca cpu_dr7 +EXPORT_SYMBOL vmlinux 0x69acdf38 memcpy +EXPORT_SYMBOL vmlinux 0x69dd3b5b crc32_le +EXPORT_SYMBOL vmlinux 0x69de8757 vme_check_window +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a0b4629 nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0x6a1ef9b2 filemap_alloc_folio +EXPORT_SYMBOL vmlinux 0x6a230f92 cdrom_ioctl +EXPORT_SYMBOL vmlinux 0x6a234d77 tcp_init_sock +EXPORT_SYMBOL vmlinux 0x6a37c01b vfs_mkdir +EXPORT_SYMBOL vmlinux 0x6a4c1426 __sock_i_ino +EXPORT_SYMBOL vmlinux 0x6a5cb5ee __get_free_pages +EXPORT_SYMBOL vmlinux 0x6a5ea524 i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a5fa363 sigprocmask +EXPORT_SYMBOL vmlinux 0x6a6e05bf kstrtou8 +EXPORT_SYMBOL vmlinux 0x6a73dbf2 dev_addr_del +EXPORT_SYMBOL vmlinux 0x6aa21051 bdi_register +EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device +EXPORT_SYMBOL vmlinux 0x6addbd17 put_watch_queue +EXPORT_SYMBOL vmlinux 0x6aeefac4 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x6aff8fc5 __SCK__tp_func_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x6b10bee1 _copy_to_user +EXPORT_SYMBOL vmlinux 0x6b2642b4 devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0x6b27729b radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b32fb7c devm_nvmem_cell_put +EXPORT_SYMBOL vmlinux 0x6b387e53 phy_ethtool_ksettings_get +EXPORT_SYMBOL vmlinux 0x6b3c728c nf_log_packet +EXPORT_SYMBOL vmlinux 0x6b503305 nd_pfn_probe +EXPORT_SYMBOL vmlinux 0x6b51d442 con_is_visible +EXPORT_SYMBOL vmlinux 0x6b55acd0 rtnl_lock_killable +EXPORT_SYMBOL vmlinux 0x6b6d1e90 phy_driver_register +EXPORT_SYMBOL vmlinux 0x6b853d06 ns_to_kernel_old_timeval +EXPORT_SYMBOL vmlinux 0x6b8bf149 netif_receive_skb_list +EXPORT_SYMBOL vmlinux 0x6bb09ebd t10_pi_type3_ip +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bcf0a1b cdrom_dummy_generic_packet +EXPORT_SYMBOL vmlinux 0x6bd0e573 down_interruptible +EXPORT_SYMBOL vmlinux 0x6bd1995c __phy_resume +EXPORT_SYMBOL vmlinux 0x6be1c1f8 acpi_install_method +EXPORT_SYMBOL vmlinux 0x6c013515 genphy_read_lpa +EXPORT_SYMBOL vmlinux 0x6c0964aa eisa_bus_type +EXPORT_SYMBOL vmlinux 0x6c160c2c dma_alloc_attrs +EXPORT_SYMBOL vmlinux 0x6c1e64ce security_sctp_sk_clone +EXPORT_SYMBOL vmlinux 0x6c1fefee register_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x6c224cda gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x6c3ac0f4 pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x6c4dd188 dev_add_pack +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c6a2d16 pci_iounmap +EXPORT_SYMBOL vmlinux 0x6c6b02e6 fs_param_is_enum +EXPORT_SYMBOL vmlinux 0x6c83bed6 devm_clk_put +EXPORT_SYMBOL vmlinux 0x6c83f0e9 vfs_dedupe_file_range +EXPORT_SYMBOL vmlinux 0x6c87d8a8 xen_alloc_ballooned_pages +EXPORT_SYMBOL vmlinux 0x6c892434 register_netdev +EXPORT_SYMBOL vmlinux 0x6c89e9ca folio_zero_new_buffers +EXPORT_SYMBOL vmlinux 0x6c986abd dev_pick_tx_cpu_id +EXPORT_SYMBOL vmlinux 0x6c9e880e start_tty +EXPORT_SYMBOL vmlinux 0x6ca42fa7 blk_mq_delay_run_hw_queues +EXPORT_SYMBOL vmlinux 0x6caa2ddb __netif_rx +EXPORT_SYMBOL vmlinux 0x6cad850b __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0x6cb46525 netlbl_catmap_walk +EXPORT_SYMBOL vmlinux 0x6cc09945 ioread32_rep +EXPORT_SYMBOL vmlinux 0x6cc73bf7 pnp_release_card_device +EXPORT_SYMBOL vmlinux 0x6ccf1f4a tcp_gro_complete +EXPORT_SYMBOL vmlinux 0x6cec7bd7 tcp_filter +EXPORT_SYMBOL vmlinux 0x6cfb01ff kern_unmount +EXPORT_SYMBOL vmlinux 0x6d091342 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x6d095801 from_kgid +EXPORT_SYMBOL vmlinux 0x6d132fa1 vme_master_mmap +EXPORT_SYMBOL vmlinux 0x6d166640 pcie_set_mps +EXPORT_SYMBOL vmlinux 0x6d16c104 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x6d1aa64d bio_add_page +EXPORT_SYMBOL vmlinux 0x6d1c46e7 xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d2da861 netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x6d334118 __get_user_8 +EXPORT_SYMBOL vmlinux 0x6d58f69e agp3_generic_sizes +EXPORT_SYMBOL vmlinux 0x6d5f5b91 radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x6d5fb4a5 __x86_indirect_jump_thunk_rsp +EXPORT_SYMBOL vmlinux 0x6d79b6fa tcf_exts_dump +EXPORT_SYMBOL vmlinux 0x6d7c7dcc bitmap_cut +EXPORT_SYMBOL vmlinux 0x6d8e3fbf fb_io_write +EXPORT_SYMBOL vmlinux 0x6dac7dcb devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x6db47ae3 netdev_change_features +EXPORT_SYMBOL vmlinux 0x6dba9051 xz_dec_microlzma_end +EXPORT_SYMBOL vmlinux 0x6dc35b25 radix_tree_iter_delete +EXPORT_SYMBOL vmlinux 0x6dc6ae66 kernel_connect +EXPORT_SYMBOL vmlinux 0x6dcf274e ethtool_notify +EXPORT_SYMBOL vmlinux 0x6dcf857f uuid_null +EXPORT_SYMBOL vmlinux 0x6dd17e7b acpi_get_table_header +EXPORT_SYMBOL vmlinux 0x6ddfd09c unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0x6de526f4 param_ops_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x6dee1b22 page_pool_return_skb_page +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6df31390 intel_gmch_gtt_clear_range +EXPORT_SYMBOL vmlinux 0x6dfa850e pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0x6e0cc1c9 __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x6e1c789f mr_mfc_seq_next +EXPORT_SYMBOL vmlinux 0x6e4eea72 dev_mc_add_global +EXPORT_SYMBOL vmlinux 0x6e5b8651 xz_dec_run +EXPORT_SYMBOL vmlinux 0x6e5dae74 fs_param_is_bool +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e872004 vfs_get_tree +EXPORT_SYMBOL vmlinux 0x6e93fee9 phy_error +EXPORT_SYMBOL vmlinux 0x6e955ac5 pci_disable_device +EXPORT_SYMBOL vmlinux 0x6e96335c tcp_release_cb +EXPORT_SYMBOL vmlinux 0x6e99ea59 folio_mark_accessed +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea2ff74 pnp_register_card_driver +EXPORT_SYMBOL vmlinux 0x6ea4d445 iov_iter_alignment +EXPORT_SYMBOL vmlinux 0x6ea7575d acpi_dispatch_gpe +EXPORT_SYMBOL vmlinux 0x6ea9363b force_sig +EXPORT_SYMBOL vmlinux 0x6eaa38f3 is_nd_btt +EXPORT_SYMBOL vmlinux 0x6eaeb5e4 iput +EXPORT_SYMBOL vmlinux 0x6eaf01c0 pci_find_capability +EXPORT_SYMBOL vmlinux 0x6ebcb830 inet_twsk_deschedule_put +EXPORT_SYMBOL vmlinux 0x6ebee4d7 textsearch_unregister +EXPORT_SYMBOL vmlinux 0x6ec3a8aa flow_rule_match_meta +EXPORT_SYMBOL vmlinux 0x6ece052b pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x6eec36ff dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0x6eecfaf4 sg_copy_buffer +EXPORT_SYMBOL vmlinux 0x6efc54f2 component_match_add_typed +EXPORT_SYMBOL vmlinux 0x6effaf66 refresh_frequency_limits +EXPORT_SYMBOL vmlinux 0x6f0abde3 sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0x6f14e9db console_list_lock +EXPORT_SYMBOL vmlinux 0x6f19de43 nd_region_release_lane +EXPORT_SYMBOL vmlinux 0x6f41a428 acpi_get_vendor_resource +EXPORT_SYMBOL vmlinux 0x6f41a639 irq_cpu_rmap_remove +EXPORT_SYMBOL vmlinux 0x6f46c35d cros_ec_cmd_xfer_status +EXPORT_SYMBOL vmlinux 0x6f4a59e4 sort_r +EXPORT_SYMBOL vmlinux 0x6f4a9960 input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0x6f5160ec misc_deregister +EXPORT_SYMBOL vmlinux 0x6f5ab52f acpi_get_local_address +EXPORT_SYMBOL vmlinux 0x6f6923f1 __d_lookup_unhash_wake +EXPORT_SYMBOL vmlinux 0x6f7793a5 skb_flow_dissector_init +EXPORT_SYMBOL vmlinux 0x6f915a45 dqstats +EXPORT_SYMBOL vmlinux 0x6fa3e2ad generic_shutdown_super +EXPORT_SYMBOL vmlinux 0x6fb49676 queue_rcu_work +EXPORT_SYMBOL vmlinux 0x6fb6ed89 __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x6fbc6a00 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x6fbeb7cb security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fcbf5f2 __blk_alloc_disk +EXPORT_SYMBOL vmlinux 0x6fcdb86b scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x6fce8f14 __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0x6fd71a40 ppp_register_channel +EXPORT_SYMBOL vmlinux 0x6fe18fbf rproc_vq_interrupt +EXPORT_SYMBOL vmlinux 0x6fe54710 scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x6ffa082f tcp_sock_set_cork +EXPORT_SYMBOL vmlinux 0x70002fe8 siphash_1u32 +EXPORT_SYMBOL vmlinux 0x7003235a dquot_commit +EXPORT_SYMBOL vmlinux 0x700c6c17 key_create +EXPORT_SYMBOL vmlinux 0x70176241 nf_log_unregister +EXPORT_SYMBOL vmlinux 0x7023bea8 unregister_acpi_notifier +EXPORT_SYMBOL vmlinux 0x702946da ucs2_strlen +EXPORT_SYMBOL vmlinux 0x702ee166 sock_set_reuseport +EXPORT_SYMBOL vmlinux 0x70322251 xsk_clear_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0x7035c6ba dma_fence_describe +EXPORT_SYMBOL vmlinux 0x7040fff9 rtc_lock +EXPORT_SYMBOL vmlinux 0x70422716 _dev_printk +EXPORT_SYMBOL vmlinux 0x70541600 dev_pm_opp_unregister_notifier +EXPORT_SYMBOL vmlinux 0x7054a3e4 request_dma +EXPORT_SYMBOL vmlinux 0x705de162 netpoll_send_skb +EXPORT_SYMBOL vmlinux 0x705ecd27 xfrm_lookup_with_ifid +EXPORT_SYMBOL vmlinux 0x7060d475 kern_sys_bpf +EXPORT_SYMBOL vmlinux 0x70863dbd mmc_hw_reset +EXPORT_SYMBOL vmlinux 0x709ed13a sock_set_mark +EXPORT_SYMBOL vmlinux 0x70a1a66c jbd2_transaction_committed +EXPORT_SYMBOL vmlinux 0x70ac2c1a blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x70ad75fb radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x70bb7de2 __x86_indirect_jump_thunk_rbp +EXPORT_SYMBOL vmlinux 0x70d42272 vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0x70daa11e dma_fence_remove_callback +EXPORT_SYMBOL vmlinux 0x70e25d03 simple_release_fs +EXPORT_SYMBOL vmlinux 0x70e59791 devfreq_update_status +EXPORT_SYMBOL vmlinux 0x70f090f7 __napi_alloc_skb +EXPORT_SYMBOL vmlinux 0x710ee221 padata_free +EXPORT_SYMBOL vmlinux 0x710fc275 ip_defrag +EXPORT_SYMBOL vmlinux 0x7114759d skb_headers_offset_update +EXPORT_SYMBOL vmlinux 0x71270b89 __SCK__tp_func_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x7140f2f2 __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0x714b95f2 netdev_offload_xstats_enable +EXPORT_SYMBOL vmlinux 0x7150b97e udp_read_skb +EXPORT_SYMBOL vmlinux 0x7155bcf8 sync_file_get_fence +EXPORT_SYMBOL vmlinux 0x715a5ed0 vprintk +EXPORT_SYMBOL vmlinux 0x71686f91 __tracepoint_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x717d1f96 hdmi_infoframe_check +EXPORT_SYMBOL vmlinux 0x71813ded pci_write_config_byte +EXPORT_SYMBOL vmlinux 0x718a4693 __SCT__tp_func_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71a7bb51 param_ops_charp +EXPORT_SYMBOL vmlinux 0x71ac0c06 set_anon_super_fc +EXPORT_SYMBOL vmlinux 0x71bcd5e0 nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x71bd87bb simple_get_link +EXPORT_SYMBOL vmlinux 0x71c34c19 udp_disconnect +EXPORT_SYMBOL vmlinux 0x71c9e32a migrate_folio +EXPORT_SYMBOL vmlinux 0x71dd8f33 send_sig_info +EXPORT_SYMBOL vmlinux 0x71f6679d skb_copy_datagram_iter +EXPORT_SYMBOL vmlinux 0x71fb6892 dma_fence_array_next +EXPORT_SYMBOL vmlinux 0x720a27a7 __register_blkdev +EXPORT_SYMBOL vmlinux 0x726bc3c7 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0x726f1171 udp_lib_rehash +EXPORT_SYMBOL vmlinux 0x7280aa52 pmem_sector_size +EXPORT_SYMBOL vmlinux 0x72990f82 deactivate_super +EXPORT_SYMBOL vmlinux 0x72b243d4 free_dma +EXPORT_SYMBOL vmlinux 0x72b47bbc pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0x72b9d287 default_grn +EXPORT_SYMBOL vmlinux 0x72d1737c import_iovec +EXPORT_SYMBOL vmlinux 0x72d79d83 pgdir_shift +EXPORT_SYMBOL vmlinux 0x72d83dcd xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72f14ff7 acpi_get_object_info +EXPORT_SYMBOL vmlinux 0x73029594 devm_arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x732dd326 groups_free +EXPORT_SYMBOL vmlinux 0x734c5c98 devm_mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x735a0bd5 native_io_delay +EXPORT_SYMBOL vmlinux 0x735e6a81 acpi_evaluate_integer +EXPORT_SYMBOL vmlinux 0x73614816 set_nlink +EXPORT_SYMBOL vmlinux 0x736d6128 dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0x737c9673 blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0x7380dffa argv_split +EXPORT_SYMBOL vmlinux 0x73820b7d wait_for_key_construction +EXPORT_SYMBOL vmlinux 0x739e65d2 genphy_read_status_fixed +EXPORT_SYMBOL vmlinux 0x73abb180 alloc_contig_range +EXPORT_SYMBOL vmlinux 0x73b04631 kmem_cache_free_bulk +EXPORT_SYMBOL vmlinux 0x73bd78e4 twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0x73dd54eb irq_fpu_usable +EXPORT_SYMBOL vmlinux 0x73ec32c1 eth_get_headlen +EXPORT_SYMBOL vmlinux 0x73f5cdba seq_printf +EXPORT_SYMBOL vmlinux 0x740a1b95 reserve_evntsel_nmi +EXPORT_SYMBOL vmlinux 0x7410aba2 strreplace +EXPORT_SYMBOL vmlinux 0x7412ed5b kvfree_sensitive +EXPORT_SYMBOL vmlinux 0x74132835 blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0x7413793a EISA_bus +EXPORT_SYMBOL vmlinux 0x742578a5 wait_for_random_bytes +EXPORT_SYMBOL vmlinux 0x7429e20c kstrtos8 +EXPORT_SYMBOL vmlinux 0x74426f82 lookup_positive_unlocked +EXPORT_SYMBOL vmlinux 0x7453d3e8 security_release_secctx +EXPORT_SYMBOL vmlinux 0x745531b1 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0x7464f4a5 trace_raw_output_prep +EXPORT_SYMBOL vmlinux 0x74754435 acpi_bus_generate_netlink_event +EXPORT_SYMBOL vmlinux 0x7483dc59 pci_dev_present +EXPORT_SYMBOL vmlinux 0x749028cd inet_protos +EXPORT_SYMBOL vmlinux 0x74b4b023 bio_copy_data +EXPORT_SYMBOL vmlinux 0x74b66333 pci_unmap_rom +EXPORT_SYMBOL vmlinux 0x74b8e674 slhc_toss +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74c9883d console_start +EXPORT_SYMBOL vmlinux 0x74da064a set_security_override +EXPORT_SYMBOL vmlinux 0x74dd9e0b dma_fence_wait_any_timeout +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74e66309 arch_debugfs_dir +EXPORT_SYMBOL vmlinux 0x74ef8c64 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0x74f3a048 pci_save_state +EXPORT_SYMBOL vmlinux 0x750f53d0 input_free_device +EXPORT_SYMBOL vmlinux 0x751a50de vc_resize +EXPORT_SYMBOL vmlinux 0x752222ec ps2_command +EXPORT_SYMBOL vmlinux 0x752fcc7b vfs_get_fsid +EXPORT_SYMBOL vmlinux 0x7530bb0c __SCT__tp_func_write_msr +EXPORT_SYMBOL vmlinux 0x7538b132 agp_off +EXPORT_SYMBOL vmlinux 0x754ac666 tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x754d539c strlen +EXPORT_SYMBOL vmlinux 0x755084a5 mdiobus_unregister_device +EXPORT_SYMBOL vmlinux 0x75568dc7 __folio_lock +EXPORT_SYMBOL vmlinux 0x75575791 mipi_dsi_dcs_get_pixel_format +EXPORT_SYMBOL vmlinux 0x755f4ba3 blake2s_compress_generic +EXPORT_SYMBOL vmlinux 0x75710120 vm_event_states +EXPORT_SYMBOL vmlinux 0x7572a881 fault_in_iov_iter_readable +EXPORT_SYMBOL vmlinux 0x75748ca4 notify_change +EXPORT_SYMBOL vmlinux 0x757832c8 d_exact_alias +EXPORT_SYMBOL vmlinux 0x75871f5e acpi_get_next_object +EXPORT_SYMBOL vmlinux 0x758ab2e7 scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x75943e25 i8253_lock +EXPORT_SYMBOL vmlinux 0x75a6b80a inet_dgram_connect +EXPORT_SYMBOL vmlinux 0x75b9df93 mipi_dsi_dcs_get_display_brightness_large +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75c7b1ee __SCK__tp_func_dma_fence_emit +EXPORT_SYMBOL vmlinux 0x75cdb74e pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x75d0deb9 nsecs_to_jiffies64 +EXPORT_SYMBOL vmlinux 0x75d499dd vmcore_add_device_dump +EXPORT_SYMBOL vmlinux 0x75f5e4e2 genphy_handle_interrupt_no_ack +EXPORT_SYMBOL vmlinux 0x7601125f rt_mutex_base_init +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x7624249e dim_park_tired +EXPORT_SYMBOL vmlinux 0x7644f20b posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x764ffb20 dev_uc_del +EXPORT_SYMBOL vmlinux 0x765ff474 crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x766a0927 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x766baf67 blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0x766ec3cd tcp_rtx_synack +EXPORT_SYMBOL vmlinux 0x767dce4b acpi_disable_all_gpes +EXPORT_SYMBOL vmlinux 0x767ddb02 set_memory_wc +EXPORT_SYMBOL vmlinux 0x7682ba4e __copy_overflow +EXPORT_SYMBOL vmlinux 0x768ee329 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x769063c3 inc_nlink +EXPORT_SYMBOL vmlinux 0x7693107d generic_file_direct_write +EXPORT_SYMBOL vmlinux 0x769f6e64 errseq_check +EXPORT_SYMBOL vmlinux 0x76acb8c8 page_pool_destroy +EXPORT_SYMBOL vmlinux 0x76cac8e2 nf_unregister_net_hook +EXPORT_SYMBOL vmlinux 0x76d19382 d_instantiate_anon +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76d6ddbd set_page_dirty +EXPORT_SYMBOL vmlinux 0x76efc249 _atomic_dec_and_raw_lock_irqsave +EXPORT_SYMBOL vmlinux 0x76f481ca seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0x76fb08a7 amd_iommu_unregister_ppr_notifier +EXPORT_SYMBOL vmlinux 0x76fb405c __block_write_begin +EXPORT_SYMBOL vmlinux 0x7707cf48 __register_chrdev +EXPORT_SYMBOL vmlinux 0x77358855 iomem_resource +EXPORT_SYMBOL vmlinux 0x773fa409 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x77456e0a acpi_root_dir +EXPORT_SYMBOL vmlinux 0x774e35e9 tty_hangup +EXPORT_SYMBOL vmlinux 0x775e58cc rproc_shutdown +EXPORT_SYMBOL vmlinux 0x776aef6f dquot_load_quota_sb +EXPORT_SYMBOL vmlinux 0x776ca93a __clzdi2 +EXPORT_SYMBOL vmlinux 0x7779e9ef set_pages_uc +EXPORT_SYMBOL vmlinux 0x777fdb4a skb_flow_dissect_tunnel_info +EXPORT_SYMBOL vmlinux 0x778a35e7 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x779f2af2 mipi_dsi_dcs_set_tear_off +EXPORT_SYMBOL vmlinux 0x77bb84f3 scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77bd1d08 set_binfmt +EXPORT_SYMBOL vmlinux 0x77db9555 kobject_add +EXPORT_SYMBOL vmlinux 0x77de89ae param_set_short +EXPORT_SYMBOL vmlinux 0x77e9eb37 aes_encrypt +EXPORT_SYMBOL vmlinux 0x77fd76e9 skb_copy_and_csum_datagram_msg +EXPORT_SYMBOL vmlinux 0x7807f0f8 schedule_timeout_idle +EXPORT_SYMBOL vmlinux 0x78101096 pskb_extract +EXPORT_SYMBOL vmlinux 0x78161f39 call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0x781780c9 thermal_zone_device_critical +EXPORT_SYMBOL vmlinux 0x78179b53 has_capability +EXPORT_SYMBOL vmlinux 0x7818d7a4 sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x78251c4a param_ops_uint +EXPORT_SYMBOL vmlinux 0x78374863 flow_rule_match_pppoe +EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x7863c05a phy_device_remove +EXPORT_SYMBOL vmlinux 0x78670fe7 __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x786c1a69 rproc_coredump_using_sections +EXPORT_SYMBOL vmlinux 0x7876af53 pci_dev_get +EXPORT_SYMBOL vmlinux 0x7876dd02 show_init_ipc_ns +EXPORT_SYMBOL vmlinux 0x7878e3d3 rproc_alloc +EXPORT_SYMBOL vmlinux 0x787bcbb2 acpi_processor_notify_smm +EXPORT_SYMBOL vmlinux 0x78910062 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x789d45ed inet_stream_ops +EXPORT_SYMBOL vmlinux 0x78a16f48 aes_decrypt +EXPORT_SYMBOL vmlinux 0x78a3d68b netdev_next_lower_dev_rcu +EXPORT_SYMBOL vmlinux 0x78acfc03 blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0x78b887ed vsprintf +EXPORT_SYMBOL vmlinux 0x78bed4aa config_item_set_name +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x79180095 _dev_err +EXPORT_SYMBOL vmlinux 0x7919b383 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x7925675b input_release_device +EXPORT_SYMBOL vmlinux 0x7931d494 mdio_driver_register +EXPORT_SYMBOL vmlinux 0x7963fa22 nf_register_net_hook +EXPORT_SYMBOL vmlinux 0x7984eefc key_update +EXPORT_SYMBOL vmlinux 0x798b3e8a dma_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0x79990880 reuseport_detach_sock +EXPORT_SYMBOL vmlinux 0x799a94f2 jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0x79a33f85 vme_get_size +EXPORT_SYMBOL vmlinux 0x79b7f372 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0x79d1eeb9 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x79d219c0 __get_hash_from_flowi6 +EXPORT_SYMBOL vmlinux 0x79df9633 ioremap_encrypted +EXPORT_SYMBOL vmlinux 0x79e4cbe8 override_creds +EXPORT_SYMBOL vmlinux 0x79e81280 xfrm4_rcv +EXPORT_SYMBOL vmlinux 0x7a157cfb xfrm_find_acq +EXPORT_SYMBOL vmlinux 0x7a1bcd59 gf128mul_x8_ble +EXPORT_SYMBOL vmlinux 0x7a277ede watchdog_unregister_governor +EXPORT_SYMBOL vmlinux 0x7a2ff57e security_current_getsecid_subj +EXPORT_SYMBOL vmlinux 0x7a32247e nf_reinject +EXPORT_SYMBOL vmlinux 0x7a3c6aca folio_migrate_mapping +EXPORT_SYMBOL vmlinux 0x7a3d48e7 __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0x7a53a06d flow_indr_dev_exists +EXPORT_SYMBOL vmlinux 0x7a88da87 iosf_mbi_write +EXPORT_SYMBOL vmlinux 0x7a95e5ae do_settimeofday64 +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7aa9f9df twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0x7ab2c591 vfs_llseek +EXPORT_SYMBOL vmlinux 0x7ab4f61d bio_copy_data_iter +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7adc0fbf rb_replace_node_rcu +EXPORT_SYMBOL vmlinux 0x7af28ef5 mpage_read_folio +EXPORT_SYMBOL vmlinux 0x7aff77a3 __cpu_present_mask +EXPORT_SYMBOL vmlinux 0x7b0f1d0a mtree_store +EXPORT_SYMBOL vmlinux 0x7b1743fa acpi_device_hid +EXPORT_SYMBOL vmlinux 0x7b258419 devm_arch_io_reserve_memtype_wc +EXPORT_SYMBOL vmlinux 0x7b32219b mr_table_dump +EXPORT_SYMBOL vmlinux 0x7b37d4a7 _find_first_zero_bit +EXPORT_SYMBOL vmlinux 0x7b4b8daa con_is_bound +EXPORT_SYMBOL vmlinux 0x7b4da6ff __init_rwsem +EXPORT_SYMBOL vmlinux 0x7b5002bd phy_modify_paged +EXPORT_SYMBOL vmlinux 0x7b54f270 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x7b5b8f31 sha256_update +EXPORT_SYMBOL vmlinux 0x7b64499a __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x7b827553 truncate_setsize +EXPORT_SYMBOL vmlinux 0x7b82b9a1 idr_replace +EXPORT_SYMBOL vmlinux 0x7bacb8df dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x7bb50b88 acpi_write +EXPORT_SYMBOL vmlinux 0x7bbae8ab tcp_add_backlog +EXPORT_SYMBOL vmlinux 0x7bbccd05 nr_node_ids +EXPORT_SYMBOL vmlinux 0x7bddb4fa pci_resize_resource +EXPORT_SYMBOL vmlinux 0x7bf4b142 fwnode_irq_get +EXPORT_SYMBOL vmlinux 0x7bfb1371 nf_unregister_net_hooks +EXPORT_SYMBOL vmlinux 0x7c173634 __bitmap_complement +EXPORT_SYMBOL vmlinux 0x7c297df3 rtnl_offload_xstats_notify +EXPORT_SYMBOL vmlinux 0x7c2d03a6 dma_fence_enable_sw_signaling +EXPORT_SYMBOL vmlinux 0x7c309891 nf_hook_slow_list +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c4af726 xp_alloc_batch +EXPORT_SYMBOL vmlinux 0x7c687ea7 bio_chain +EXPORT_SYMBOL vmlinux 0x7c6ad20f skb_put +EXPORT_SYMBOL vmlinux 0x7c6c2915 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0x7c8a475c xp_free +EXPORT_SYMBOL vmlinux 0x7c9f60af mmc_of_parse_clk_phase +EXPORT_SYMBOL vmlinux 0x7caa2ff7 dev_get_by_index +EXPORT_SYMBOL vmlinux 0x7cb078b4 phy_register_fixup +EXPORT_SYMBOL vmlinux 0x7cbe0cd2 drop_reasons_by_subsys +EXPORT_SYMBOL vmlinux 0x7cc18181 set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0x7cc9ab55 phy_resume +EXPORT_SYMBOL vmlinux 0x7cd8d75e page_offset_base +EXPORT_SYMBOL vmlinux 0x7cd9fd0a migrate_device_pages +EXPORT_SYMBOL vmlinux 0x7cde33cc jbd2_fc_release_bufs +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7ce58981 kvrealloc +EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7cfe368d net_dim_get_def_tx_moderation +EXPORT_SYMBOL vmlinux 0x7d0ba682 gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0x7d0da6cf amd_iommu_complete_ppr +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d11c137 i2c_del_driver +EXPORT_SYMBOL vmlinux 0x7d12d76d acpi_get_parent +EXPORT_SYMBOL vmlinux 0x7d12f690 skb_find_text +EXPORT_SYMBOL vmlinux 0x7d16fee1 param_get_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x7d1d9386 simple_dentry_operations +EXPORT_SYMBOL vmlinux 0x7d2499a0 cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0x7d27e504 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x7d34ce6f udp_gro_complete +EXPORT_SYMBOL vmlinux 0x7d4b176a netlbl_catmap_setbit +EXPORT_SYMBOL vmlinux 0x7d55f08d flow_rule_match_enc_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x7d5e1008 __crc32c_le_shift +EXPORT_SYMBOL vmlinux 0x7d628444 memcpy_fromio +EXPORT_SYMBOL vmlinux 0x7d65d049 nla_put_64bit +EXPORT_SYMBOL vmlinux 0x7d74d522 kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0x7d795ae5 i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0x7d7c82e0 blkdev_compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0x7d997ded jbd2_fc_end_commit_fallback +EXPORT_SYMBOL vmlinux 0x7d9c90d0 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0x7d9f9f0b cros_ec_cmd_xfer +EXPORT_SYMBOL vmlinux 0x7da469a3 vm_map_ram +EXPORT_SYMBOL vmlinux 0x7daece67 quota_send_warning +EXPORT_SYMBOL vmlinux 0x7dc5ffa7 tc_skb_ext_tc_disable +EXPORT_SYMBOL vmlinux 0x7dcdf3e3 flow_block_cb_alloc +EXPORT_SYMBOL vmlinux 0x7dcf4135 __xa_insert +EXPORT_SYMBOL vmlinux 0x7dd1acb6 touch_atime +EXPORT_SYMBOL vmlinux 0x7dd554fc unregister_kmmio_probe +EXPORT_SYMBOL vmlinux 0x7df21017 in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x7df45239 truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0x7e04ffe0 d_invalidate +EXPORT_SYMBOL vmlinux 0x7e0b255f hdmi_audio_infoframe_pack_for_dp +EXPORT_SYMBOL vmlinux 0x7e1e7dd7 xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0x7e1e7fd1 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0x7e3191f6 try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x7e3b28ad _dev_emerg +EXPORT_SYMBOL vmlinux 0x7e555fb5 genphy_loopback +EXPORT_SYMBOL vmlinux 0x7e5c9cbd migrate_device_finalize +EXPORT_SYMBOL vmlinux 0x7e6cf4cd user_path_at_empty +EXPORT_SYMBOL vmlinux 0x7e7bcf26 acpi_map_cpu +EXPORT_SYMBOL vmlinux 0x7e8c2a16 max8925_set_bits +EXPORT_SYMBOL vmlinux 0x7e99226a iommu_get_msi_cookie +EXPORT_SYMBOL vmlinux 0x7e9f188b keyring_clear +EXPORT_SYMBOL vmlinux 0x7ea22d76 vfs_fileattr_get +EXPORT_SYMBOL vmlinux 0x7eb3d7ca skb_dequeue +EXPORT_SYMBOL vmlinux 0x7ebf785c register_cdrom +EXPORT_SYMBOL vmlinux 0x7eccee51 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x7ed5e6dd ipv6_sock_mc_join +EXPORT_SYMBOL vmlinux 0x7edc3153 devm_request_resource +EXPORT_SYMBOL vmlinux 0x7eef796a xp_can_alloc +EXPORT_SYMBOL vmlinux 0x7ef4bddc __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0x7efc9555 jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x7f005e32 set_capacity +EXPORT_SYMBOL vmlinux 0x7f02188f __msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x7f03b6a9 crc_ccitt_table +EXPORT_SYMBOL vmlinux 0x7f068867 simple_link +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f3265d9 rproc_get_by_child +EXPORT_SYMBOL vmlinux 0x7f35bb19 inode_add_bytes +EXPORT_SYMBOL vmlinux 0x7f48b0be device_match_acpi_handle +EXPORT_SYMBOL vmlinux 0x7f52071a net_dim +EXPORT_SYMBOL vmlinux 0x7f62eaa4 sgl_free +EXPORT_SYMBOL vmlinux 0x7f7f7bb4 irq_poll_disable +EXPORT_SYMBOL vmlinux 0x7f93255d __quota_error +EXPORT_SYMBOL vmlinux 0x7f95c1db skb_splice_from_iter +EXPORT_SYMBOL vmlinux 0x7fa84e10 clear_nlink +EXPORT_SYMBOL vmlinux 0x7fac6c14 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x7fb8a4ae iterate_fd +EXPORT_SYMBOL vmlinux 0x7fc718b6 dquot_drop +EXPORT_SYMBOL vmlinux 0x7fcbf797 crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x7fde1fbc acpi_walk_resource_buffer +EXPORT_SYMBOL vmlinux 0x7fdeddf4 rt6_lookup +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7fec4e3f zap_page_range_single +EXPORT_SYMBOL vmlinux 0x7fefbeb8 follow_up +EXPORT_SYMBOL vmlinux 0x80248d5c dma_ops +EXPORT_SYMBOL vmlinux 0x8025f89c setattr_should_drop_suidgid +EXPORT_SYMBOL vmlinux 0x802b5ee4 __skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x803ddbb6 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x804af87c wrmsr_safe_on_cpu +EXPORT_SYMBOL vmlinux 0x806e78ab drop_nlink +EXPORT_SYMBOL vmlinux 0x80762048 _atomic_dec_and_raw_lock +EXPORT_SYMBOL vmlinux 0x80816f26 get_user_ifreq +EXPORT_SYMBOL vmlinux 0x80a717a8 __percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x80aafbc0 netdev_features_change +EXPORT_SYMBOL vmlinux 0x80b72d0b bio_integrity_trim +EXPORT_SYMBOL vmlinux 0x80bfc4c9 gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0x80c0a364 pnp_stop_dev +EXPORT_SYMBOL vmlinux 0x80c13c4a mount_subtree +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80ddc5d0 sock_edemux +EXPORT_SYMBOL vmlinux 0x80e5f86f fscrypt_fname_alloc_buffer +EXPORT_SYMBOL vmlinux 0x80f2eda5 dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0x8106e72f seq_write +EXPORT_SYMBOL vmlinux 0x81086211 locks_copy_conflock +EXPORT_SYMBOL vmlinux 0x8112b3d2 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x81188c30 match_string +EXPORT_SYMBOL vmlinux 0x8121abf7 rdmacg_uncharge +EXPORT_SYMBOL vmlinux 0x81226428 gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0x81491054 security_binder_transaction +EXPORT_SYMBOL vmlinux 0x8149c4f5 validate_slab_cache +EXPORT_SYMBOL vmlinux 0x814a4286 keyring_search +EXPORT_SYMBOL vmlinux 0x814a8ce3 ppp_channel_index +EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x815f2897 empty_zero_page +EXPORT_SYMBOL vmlinux 0x81633102 i2c_transfer +EXPORT_SYMBOL vmlinux 0x816347c6 agp_device_command +EXPORT_SYMBOL vmlinux 0x818416e1 scsi_set_sense_information +EXPORT_SYMBOL vmlinux 0x8190e620 udp6_set_csum +EXPORT_SYMBOL vmlinux 0x819e3dfd __SCK__tp_func_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x81a1eb59 utf8_unload +EXPORT_SYMBOL vmlinux 0x81ac5e33 trace_print_hex_dump_seq +EXPORT_SYMBOL vmlinux 0x81c51d19 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x81c7ff69 pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x81ce9941 intel_scu_ipc_dev_writev +EXPORT_SYMBOL vmlinux 0x81d6c28b acpi_buffer_to_resource +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81e6b37f dmi_get_system_info +EXPORT_SYMBOL vmlinux 0x81fe7d68 component_match_add_release +EXPORT_SYMBOL vmlinux 0x8213d3c8 pci_pme_capable +EXPORT_SYMBOL vmlinux 0x823b734c flow_block_cb_setup_simple +EXPORT_SYMBOL vmlinux 0x823c19ea iosf_mbi_unregister_pmic_bus_access_notifier_unlocked +EXPORT_SYMBOL vmlinux 0x82476cac filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0x82494ddc secpath_set +EXPORT_SYMBOL vmlinux 0x824c4902 tty_devnum +EXPORT_SYMBOL vmlinux 0x825971ad phy_mipi_dphy_get_default_config_for_hsclk +EXPORT_SYMBOL vmlinux 0x82606095 blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0x82635082 __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0x826f3dfb free_buffer_head +EXPORT_SYMBOL vmlinux 0x8292ecbc pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0x82991ab1 dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0x82adae27 task_work_add +EXPORT_SYMBOL vmlinux 0x82b28e32 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0x82c87ad5 nr_online_nodes +EXPORT_SYMBOL vmlinux 0x82cdb9e6 iov_iter_get_pages_alloc2 +EXPORT_SYMBOL vmlinux 0x82d8a62d eisa_driver_unregister +EXPORT_SYMBOL vmlinux 0x82dcf21b dev_disable_lro +EXPORT_SYMBOL vmlinux 0x82ee90dc timer_delete_sync +EXPORT_SYMBOL vmlinux 0x831a322a netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0x8323e820 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0x832aa48b consume_skb +EXPORT_SYMBOL vmlinux 0x83473082 tcf_exts_change +EXPORT_SYMBOL vmlinux 0x83499c32 seq_escape_mem +EXPORT_SYMBOL vmlinux 0x83533e99 max8925_bulk_read +EXPORT_SYMBOL vmlinux 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL vmlinux 0x835c0aad scsi_scan_host +EXPORT_SYMBOL vmlinux 0x8360e1f0 slab_build_skb +EXPORT_SYMBOL vmlinux 0x8363dcd5 d_instantiate_new +EXPORT_SYMBOL vmlinux 0x838d2bc8 siphash_3u32 +EXPORT_SYMBOL vmlinux 0x839e879f napi_consume_skb +EXPORT_SYMBOL vmlinux 0x83a1d4ca inet_frag_queue_insert +EXPORT_SYMBOL vmlinux 0x83b2557b md_bitmap_end_sync +EXPORT_SYMBOL vmlinux 0x83bbb78a memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0x83c66c49 uart_resume_port +EXPORT_SYMBOL vmlinux 0x83c8de3d generic_write_end +EXPORT_SYMBOL vmlinux 0x84123375 make_bad_inode +EXPORT_SYMBOL vmlinux 0x84156501 d_rehash +EXPORT_SYMBOL vmlinux 0x8417216d xsk_tx_completed +EXPORT_SYMBOL vmlinux 0x841e3f2a pci_scan_single_device +EXPORT_SYMBOL vmlinux 0x8425e3eb netif_carrier_off +EXPORT_SYMBOL vmlinux 0x8427cc7b _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0x842c8e9d ioread16 +EXPORT_SYMBOL vmlinux 0x842ec284 devfreq_resume_device +EXPORT_SYMBOL vmlinux 0x8459a2cf iov_iter_revert +EXPORT_SYMBOL vmlinux 0x846150f5 rproc_coredump_add_segment +EXPORT_SYMBOL vmlinux 0x8464529a dm_put_device +EXPORT_SYMBOL vmlinux 0x847c56d5 udp_seq_next +EXPORT_SYMBOL vmlinux 0x847ce6cb mt_find_after +EXPORT_SYMBOL vmlinux 0x84823cf3 nla_strscpy +EXPORT_SYMBOL vmlinux 0x84841016 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0x848d372e iowrite8 +EXPORT_SYMBOL vmlinux 0x84914079 __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x84a0ca4d bitmap_zalloc_node +EXPORT_SYMBOL vmlinux 0x84a905bb input_close_device +EXPORT_SYMBOL vmlinux 0x84bab710 page_pool_alloc_frag +EXPORT_SYMBOL vmlinux 0x84cd369d __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x84d237d2 i2c_del_adapter +EXPORT_SYMBOL vmlinux 0x84d810b4 sock_create_kern +EXPORT_SYMBOL vmlinux 0x84dca0ef handle_edge_irq +EXPORT_SYMBOL vmlinux 0x84ef9587 rproc_resource_cleanup +EXPORT_SYMBOL vmlinux 0x84f27c8b end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x85013c32 flow_rule_match_basic +EXPORT_SYMBOL vmlinux 0x8509adbf vme_dma_list_add +EXPORT_SYMBOL vmlinux 0x8517c991 path_put +EXPORT_SYMBOL vmlinux 0x8518a4a6 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x8522d6bc strncpy_from_user +EXPORT_SYMBOL vmlinux 0x853b326c tcp_sock_set_keepidle +EXPORT_SYMBOL vmlinux 0x854fcf0b sk_mc_loop +EXPORT_SYMBOL vmlinux 0x85543909 _dev_crit +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x856bd614 sk_wait_data +EXPORT_SYMBOL vmlinux 0x856edf20 tcp_ld_RTO_revert +EXPORT_SYMBOL vmlinux 0x8591d7d5 ledtrig_mtd_activity +EXPORT_SYMBOL vmlinux 0x85969893 __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85b97631 wireless_spy_update +EXPORT_SYMBOL vmlinux 0x85bd1608 __request_region +EXPORT_SYMBOL vmlinux 0x85c37224 address_space_init_once +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85e29513 kobject_get +EXPORT_SYMBOL vmlinux 0x85efc7e0 zero_pfn +EXPORT_SYMBOL vmlinux 0x85f525b8 xfrm_dev_policy_flush +EXPORT_SYMBOL vmlinux 0x85f596a4 neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x85f7ea02 param_set_copystring +EXPORT_SYMBOL vmlinux 0x85f85a28 dma_resv_init +EXPORT_SYMBOL vmlinux 0x860e3edf bdi_put +EXPORT_SYMBOL vmlinux 0x860f4fce dcb_getrewr_prio_pcp_mask_map +EXPORT_SYMBOL vmlinux 0x862c8035 bitmap_alloc_node +EXPORT_SYMBOL vmlinux 0x863a276a color_table +EXPORT_SYMBOL vmlinux 0x8656fb81 set_pages_array_uc +EXPORT_SYMBOL vmlinux 0x866a62b2 gnet_stats_basic_sync_init +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x868cdffb pci_irq_vector +EXPORT_SYMBOL vmlinux 0x86906a90 qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x869e6d20 iterate_supers_type +EXPORT_SYMBOL vmlinux 0x86a93dda mdio_device_free +EXPORT_SYMBOL vmlinux 0x86c636aa inetdev_by_index +EXPORT_SYMBOL vmlinux 0x86c7272b iosf_mbi_read +EXPORT_SYMBOL vmlinux 0x86d52ba5 lookup_constant +EXPORT_SYMBOL vmlinux 0x86d7554d mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0x86d75fbd blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x86dd708d tc_skb_ext_tc_enable +EXPORT_SYMBOL vmlinux 0x86e23c11 __cgroup_bpf_run_filter_sk +EXPORT_SYMBOL vmlinux 0x86f27420 iosf_mbi_block_punit_i2c_access +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x870bfbf6 md_finish_reshape +EXPORT_SYMBOL vmlinux 0x8719b41b vme_bus_error_handler +EXPORT_SYMBOL vmlinux 0x875af0fb pm860x_reg_write +EXPORT_SYMBOL vmlinux 0x875e0a14 __SCK__tp_func_read_msr +EXPORT_SYMBOL vmlinux 0x8761c87b rps_needed +EXPORT_SYMBOL vmlinux 0x876d527e netif_tx_stop_all_queues +EXPORT_SYMBOL vmlinux 0x87706d4e __put_user_nocheck_8 +EXPORT_SYMBOL vmlinux 0x87809aeb put_user_ifreq +EXPORT_SYMBOL vmlinux 0x87859399 mdiobus_read_nested +EXPORT_SYMBOL vmlinux 0x8786383f scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x879ff9ed tc_setup_cb_call +EXPORT_SYMBOL vmlinux 0x87a21cb3 __ubsan_handle_out_of_bounds +EXPORT_SYMBOL vmlinux 0x87b11938 __skb_recv_udp +EXPORT_SYMBOL vmlinux 0x87c8c92f dma_fence_match_context +EXPORT_SYMBOL vmlinux 0x87c95dff __nla_put +EXPORT_SYMBOL vmlinux 0x87d3ef09 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0x87d9f73a unpin_user_pages_dirty_lock +EXPORT_SYMBOL vmlinux 0x87e5e291 truncate_pagecache +EXPORT_SYMBOL vmlinux 0x87ed63ff skb_copy_expand +EXPORT_SYMBOL vmlinux 0x87f0bf1b dentry_create +EXPORT_SYMBOL vmlinux 0x8810754a _find_first_bit +EXPORT_SYMBOL vmlinux 0x881bad5e phy_mipi_dphy_config_validate +EXPORT_SYMBOL vmlinux 0x881c4413 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x8823ef75 intel_gmch_gtt_insert_page +EXPORT_SYMBOL vmlinux 0x88359140 configfs_unregister_group +EXPORT_SYMBOL vmlinux 0x8837c9be blackhole_netdev +EXPORT_SYMBOL vmlinux 0x88481157 mnt_set_expiry +EXPORT_SYMBOL vmlinux 0x88822d38 unregister_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0x8888f1fe xxh32 +EXPORT_SYMBOL vmlinux 0x889b1370 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x88d902f2 cros_ec_get_host_event +EXPORT_SYMBOL vmlinux 0x88db9f48 __check_object_size +EXPORT_SYMBOL vmlinux 0x88e1d0f0 page_frag_free +EXPORT_SYMBOL vmlinux 0x88f0454b fuse_dequeue_forget +EXPORT_SYMBOL vmlinux 0x88f7f9b0 key_task_permission +EXPORT_SYMBOL vmlinux 0x890b3aaf kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0x891dbb8f sgl_free_order +EXPORT_SYMBOL vmlinux 0x893ab2d7 vfs_mkobj +EXPORT_SYMBOL vmlinux 0x89406acc eth_header_cache +EXPORT_SYMBOL vmlinux 0x89434b4b radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x89836a15 inet_put_port +EXPORT_SYMBOL vmlinux 0x898633b4 blk_rq_init +EXPORT_SYMBOL vmlinux 0x89931146 is_bad_inode +EXPORT_SYMBOL vmlinux 0x89940875 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x899d1155 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x89a9e227 generic_perform_write +EXPORT_SYMBOL vmlinux 0x89b5ffe4 cros_ec_prepare_tx +EXPORT_SYMBOL vmlinux 0x89b91bf5 dma_map_page_attrs +EXPORT_SYMBOL vmlinux 0x89bbfd62 __xfrm_init_state +EXPORT_SYMBOL vmlinux 0x89cf948b dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0x8a086a87 param_set_ullong +EXPORT_SYMBOL vmlinux 0x8a0c869b ipmi_platform_add +EXPORT_SYMBOL vmlinux 0x8a2df796 inet_sendmsg +EXPORT_SYMBOL vmlinux 0x8a35b432 sme_me_mask +EXPORT_SYMBOL vmlinux 0x8a422e54 backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x8a42367f input_set_timestamp +EXPORT_SYMBOL vmlinux 0x8a47043d LZ4_decompress_safe_continue +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a4956af __skb_wait_for_more_packets +EXPORT_SYMBOL vmlinux 0x8a54670a __x86_indirect_jump_thunk_r14 +EXPORT_SYMBOL vmlinux 0x8a59ce12 rfkill_alloc +EXPORT_SYMBOL vmlinux 0x8a5fcf50 unregister_shrinker +EXPORT_SYMBOL vmlinux 0x8a661d49 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0x8a6bade7 fb_is_primary_device +EXPORT_SYMBOL vmlinux 0x8a6c7139 acpi_mask_gpe +EXPORT_SYMBOL vmlinux 0x8a7094ba vm_brk_flags +EXPORT_SYMBOL vmlinux 0x8a76c8de ilookup +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a833583 dma_fence_array_ops +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8aab7289 ipmr_rule_default +EXPORT_SYMBOL vmlinux 0x8aaecd60 __put_cred +EXPORT_SYMBOL vmlinux 0x8abbbfb1 unregister_mii_timestamper +EXPORT_SYMBOL vmlinux 0x8ac3334b net_dim_get_def_rx_moderation +EXPORT_SYMBOL vmlinux 0x8ae16482 kmem_cache_alloc_lru +EXPORT_SYMBOL vmlinux 0x8aeb6660 regset_get +EXPORT_SYMBOL vmlinux 0x8aee99f8 pin_user_pages +EXPORT_SYMBOL vmlinux 0x8af2c8be nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0x8b0088d1 LZ4_decompress_safe_usingDict +EXPORT_SYMBOL vmlinux 0x8b19e35a udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0x8b3a3bba genphy_setup_forced +EXPORT_SYMBOL vmlinux 0x8b3af328 crypto_sha1_finup +EXPORT_SYMBOL vmlinux 0x8b3bd8c8 noop_qdisc +EXPORT_SYMBOL vmlinux 0x8b488b97 pcie_get_readrq +EXPORT_SYMBOL vmlinux 0x8b492efc write_inode_now +EXPORT_SYMBOL vmlinux 0x8b5192af vfs_create +EXPORT_SYMBOL vmlinux 0x8b519918 generic_remap_file_range_prep +EXPORT_SYMBOL vmlinux 0x8b5a66d6 generic_set_encrypted_ci_d_ops +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b910be2 errseq_sample +EXPORT_SYMBOL vmlinux 0x8b966b63 sn_rtc_cycles_per_second +EXPORT_SYMBOL vmlinux 0x8b989cf9 acpi_bus_can_wakeup +EXPORT_SYMBOL vmlinux 0x8b9fc155 phy_stop +EXPORT_SYMBOL vmlinux 0x8bb6c93b acpi_pm_device_sleep_state +EXPORT_SYMBOL vmlinux 0x8bd577d0 acpi_ut_exit +EXPORT_SYMBOL vmlinux 0x8bda9c25 kmem_cache_create +EXPORT_SYMBOL vmlinux 0x8bdfc47c __mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x8bf6f4fe mmc_gpio_set_cd_isr +EXPORT_SYMBOL vmlinux 0x8c031f3d textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x8c25e8fb __SCK__tp_func_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x8c26d495 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x8c276623 mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0x8c2fe293 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x8c3009f9 i2c_get_adapter_by_fwnode +EXPORT_SYMBOL vmlinux 0x8c30bf67 zstd_dctx_workspace_bound +EXPORT_SYMBOL vmlinux 0x8c596171 scsi_done_direct +EXPORT_SYMBOL vmlinux 0x8c752bed __sk_receive_skb +EXPORT_SYMBOL vmlinux 0x8c8569cb kstrtoint +EXPORT_SYMBOL vmlinux 0x8c8a901b blk_mq_alloc_disk_for_queue +EXPORT_SYMBOL vmlinux 0x8c909c87 i2c_find_device_by_fwnode +EXPORT_SYMBOL vmlinux 0x8c971826 pipe_unlock +EXPORT_SYMBOL vmlinux 0x8c9e338f acpi_bios_error +EXPORT_SYMBOL vmlinux 0x8cac0ae7 twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0x8caf81f4 bioset_exit +EXPORT_SYMBOL vmlinux 0x8caf9305 uuid_is_valid +EXPORT_SYMBOL vmlinux 0x8cb2a3c9 __scm_destroy +EXPORT_SYMBOL vmlinux 0x8cba1314 __fput_sync +EXPORT_SYMBOL vmlinux 0x8cc79cab iowrite16_rep +EXPORT_SYMBOL vmlinux 0x8cda8029 xen_clear_irq_pending +EXPORT_SYMBOL vmlinux 0x8cf4bf3c inet_del_offload +EXPORT_SYMBOL vmlinux 0x8cfc71b6 dump_page +EXPORT_SYMBOL vmlinux 0x8d0cacad inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x8d152f00 pci_fixup_device +EXPORT_SYMBOL vmlinux 0x8d33e672 __find_nth_andnot_bit +EXPORT_SYMBOL vmlinux 0x8d3f65f9 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0x8d3f8811 jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d601753 scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0x8d60652c __SCT__tp_func_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x8d6aff89 __put_user_nocheck_4 +EXPORT_SYMBOL vmlinux 0x8d6d63c8 jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d7fb885 xfrm_register_type_offload +EXPORT_SYMBOL vmlinux 0x8d8d78c2 xp_dma_sync_for_cpu_slow +EXPORT_SYMBOL vmlinux 0x8d938069 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0x8d98baab phy_validate_pause +EXPORT_SYMBOL vmlinux 0x8da6b1c0 kthread_destroy_worker +EXPORT_SYMBOL vmlinux 0x8dafaf22 hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x8db22efe acpi_setup_gpe_for_wake +EXPORT_SYMBOL vmlinux 0x8dcb5974 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x8ddd8aad schedule_timeout +EXPORT_SYMBOL vmlinux 0x8dee722d _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0x8df4a4d4 mmc_release_host +EXPORT_SYMBOL vmlinux 0x8df92f66 memchr_inv +EXPORT_SYMBOL vmlinux 0x8df9dd10 guid_null +EXPORT_SYMBOL vmlinux 0x8e07d492 __tty_insert_flip_char +EXPORT_SYMBOL vmlinux 0x8e17b3ae idr_destroy +EXPORT_SYMBOL vmlinux 0x8e18e4b0 xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x8e3e0f7d fault_in_readable +EXPORT_SYMBOL vmlinux 0x8e6b7fd0 scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0x8e7fb17a xfrm_policy_hash_rebuild +EXPORT_SYMBOL vmlinux 0x8e93bd24 security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x8e9d860a invalidate_bdev +EXPORT_SYMBOL vmlinux 0x8eaa5625 zero_fill_bio +EXPORT_SYMBOL vmlinux 0x8eaf2a5f vga_switcheroo_unregister_handler +EXPORT_SYMBOL vmlinux 0x8ec760b0 cgroup_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0x8edae775 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x8ee4cdb4 page_pool_alloc_pages +EXPORT_SYMBOL vmlinux 0x8ee75272 fwnode_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0x8ef0c7b1 free_netdev +EXPORT_SYMBOL vmlinux 0x8ef20322 skb_get_hash_perturb +EXPORT_SYMBOL vmlinux 0x8ef3bbe7 cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0x8ef4e6cc md_bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0x8ef72597 devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x8f01afd6 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x8f2703b7 wbinvd_on_all_cpus +EXPORT_SYMBOL vmlinux 0x8f31877f fqdir_init +EXPORT_SYMBOL vmlinux 0x8f3f304f nd_device_unregister +EXPORT_SYMBOL vmlinux 0x8f4e3067 migrate_vma_finalize +EXPORT_SYMBOL vmlinux 0x8f6696b0 msi_desc_to_pci_dev +EXPORT_SYMBOL vmlinux 0x8f79a9d1 dma_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0x8f7b9147 pci_disable_ptm +EXPORT_SYMBOL vmlinux 0x8f80bf11 acpi_install_gpe_raw_handler +EXPORT_SYMBOL vmlinux 0x8f996a30 ethtool_convert_legacy_u32_to_link_mode +EXPORT_SYMBOL vmlinux 0x8f9c199c __get_user_2 +EXPORT_SYMBOL vmlinux 0x8fa25c24 xa_find +EXPORT_SYMBOL vmlinux 0x8fa95529 agp_generic_free_gatt_table +EXPORT_SYMBOL vmlinux 0x8fb3d6a1 rio_query_mport +EXPORT_SYMBOL vmlinux 0x8fda484e __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0x8fe65bc6 pci_get_slot +EXPORT_SYMBOL vmlinux 0x8fed6b71 uart_suspend_port +EXPORT_SYMBOL vmlinux 0x8ff03dec netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x8ff57220 pci_clear_master +EXPORT_SYMBOL vmlinux 0x8ff89ed0 seg6_hmac_exit +EXPORT_SYMBOL vmlinux 0x90006be6 dm_kcopyd_client_flush +EXPORT_SYMBOL vmlinux 0x90162913 seq_vprintf +EXPORT_SYMBOL vmlinux 0x901876af __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0x902d8722 vme_slave_get +EXPORT_SYMBOL vmlinux 0x9030140c page_get_link +EXPORT_SYMBOL vmlinux 0x9034a696 mempool_destroy +EXPORT_SYMBOL vmlinux 0x904252ff xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0x90576ec4 vmemdup_user +EXPORT_SYMBOL vmlinux 0x907bb815 md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0x908a6f2d bio_init_clone +EXPORT_SYMBOL vmlinux 0x9092defd proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x90a68e76 register_key_type +EXPORT_SYMBOL vmlinux 0x90ad3edc vfs_parse_fs_string +EXPORT_SYMBOL vmlinux 0x90b4d630 dev_printk_emit +EXPORT_SYMBOL vmlinux 0x90be521d vfs_dedupe_file_range_one +EXPORT_SYMBOL vmlinux 0x90ca6193 is_nd_dax +EXPORT_SYMBOL vmlinux 0x90d01a30 user_path_create +EXPORT_SYMBOL vmlinux 0x90e3bd9d blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0x90fb99a2 vme_unregister_driver +EXPORT_SYMBOL vmlinux 0x910c6fed end_page_writeback +EXPORT_SYMBOL vmlinux 0x910fe80e scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x9114b616 __xa_alloc +EXPORT_SYMBOL vmlinux 0x912169f3 mipi_dsi_picture_parameter_set +EXPORT_SYMBOL vmlinux 0x913c9dd6 pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0x9155d3da dev_mc_add +EXPORT_SYMBOL vmlinux 0x91607d95 set_memory_wb +EXPORT_SYMBOL vmlinux 0x9166fada strncpy +EXPORT_SYMBOL vmlinux 0x9166fc03 __flush_workqueue +EXPORT_SYMBOL vmlinux 0x9176145b acpi_install_global_event_handler +EXPORT_SYMBOL vmlinux 0x917f3379 tcp_enter_cwr +EXPORT_SYMBOL vmlinux 0x91848f0b inet_csk_reqsk_queue_drop +EXPORT_SYMBOL vmlinux 0x919ab912 folio_end_private_2 +EXPORT_SYMBOL vmlinux 0x919c58f3 __clzsi2 +EXPORT_SYMBOL vmlinux 0x919e5ae6 finalize_exec +EXPORT_SYMBOL vmlinux 0x91a10c61 intel_scu_ipc_dev_simple_command +EXPORT_SYMBOL vmlinux 0x91a488ac __netdev_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x91a7b1da qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x91b6044a folio_mapping +EXPORT_SYMBOL vmlinux 0x91b9d135 input_set_max_poll_interval +EXPORT_SYMBOL vmlinux 0x91f44510 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x91f68ea1 __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x9202766f tcf_exts_terse_dump +EXPORT_SYMBOL vmlinux 0x92127e0f xfrm_register_type +EXPORT_SYMBOL vmlinux 0x92239604 phy_init_hw +EXPORT_SYMBOL vmlinux 0x922f45a6 __bitmap_clear +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x92540fbf finish_wait +EXPORT_SYMBOL vmlinux 0x9258c776 hdmi_vendor_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x926db2fe vme_irq_generate +EXPORT_SYMBOL vmlinux 0x92774cf8 __kfence_pool +EXPORT_SYMBOL vmlinux 0x9283d5d1 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0x92840031 dquot_get_next_dqblk +EXPORT_SYMBOL vmlinux 0x92897e3d default_idle +EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user +EXPORT_SYMBOL vmlinux 0x929878b2 posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0x929c8e6a netif_skb_features +EXPORT_SYMBOL vmlinux 0x92a51e56 acpi_debug_print_raw +EXPORT_SYMBOL vmlinux 0x92b99a33 acpi_put_table +EXPORT_SYMBOL vmlinux 0x92b9b180 slash_name +EXPORT_SYMBOL vmlinux 0x92ba525e rtnl_create_link +EXPORT_SYMBOL vmlinux 0x92bb7391 sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0x92c5d3a1 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0x92c856a3 iwe_stream_add_event +EXPORT_SYMBOL vmlinux 0x92d5838e request_threaded_irq +EXPORT_SYMBOL vmlinux 0x92e17b0a ip6tun_encaps +EXPORT_SYMBOL vmlinux 0x92e5d986 simple_pin_fs +EXPORT_SYMBOL vmlinux 0x92e683f5 down_timeout +EXPORT_SYMBOL vmlinux 0x92e76336 sock_i_ino +EXPORT_SYMBOL vmlinux 0x92ec510d jiffies64_to_msecs +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x93022ba6 __scsi_format_command +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x930d584c netif_set_real_num_queues +EXPORT_SYMBOL vmlinux 0x930fc320 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0x93329c32 __blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x93375b74 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0x934f564b __x86_indirect_jump_thunk_r15 +EXPORT_SYMBOL vmlinux 0x93771b6e vfs_unlink +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x937790ab rproc_put +EXPORT_SYMBOL vmlinux 0x93a09946 get_tree_single_reconf +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93b5da4d dma_async_device_register +EXPORT_SYMBOL vmlinux 0x93c89974 flow_rule_match_eth_addrs +EXPORT_SYMBOL vmlinux 0x93cc11cd pci_alloc_irq_vectors_affinity +EXPORT_SYMBOL vmlinux 0x93cde3a3 mr_mfc_find_any_parent +EXPORT_SYMBOL vmlinux 0x93d6dd8c complete_all +EXPORT_SYMBOL vmlinux 0x940c447f tcf_qevent_handle +EXPORT_SYMBOL vmlinux 0x940d188f eisa_driver_register +EXPORT_SYMBOL vmlinux 0x94275115 dcache_readdir +EXPORT_SYMBOL vmlinux 0x9428f816 dim_turn +EXPORT_SYMBOL vmlinux 0x94424e3a sock_wmalloc +EXPORT_SYMBOL vmlinux 0x944375db _totalram_pages +EXPORT_SYMBOL vmlinux 0x944a564d is_console_locked +EXPORT_SYMBOL vmlinux 0x944f5562 proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0x9454a194 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0x9493fc86 node_states +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x94ba0734 unregister_netdev +EXPORT_SYMBOL vmlinux 0x94bb7ec3 gen_pool_dma_zalloc_algo +EXPORT_SYMBOL vmlinux 0x94bf03ca utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0x94d9ff46 __traceiter_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x95059553 ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0x9507c90f copy_fsxattr_to_user +EXPORT_SYMBOL vmlinux 0x952ce2df sync_blockdev +EXPORT_SYMBOL vmlinux 0x953d2426 utf8_strncmp +EXPORT_SYMBOL vmlinux 0x954bdcae jbd2_fc_begin_commit +EXPORT_SYMBOL vmlinux 0x954cef6f init_on_alloc +EXPORT_SYMBOL vmlinux 0x954f099c idr_preload +EXPORT_SYMBOL vmlinux 0x955e9438 i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0x957c9ebf neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x958300a1 blk_rq_map_user +EXPORT_SYMBOL vmlinux 0x95a07bb5 acpi_execute_reg_methods +EXPORT_SYMBOL vmlinux 0x95a67b07 udp_table +EXPORT_SYMBOL vmlinux 0x95b0eb74 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x95c13344 iget_failed +EXPORT_SYMBOL vmlinux 0x95c9a5b3 __udp_disconnect +EXPORT_SYMBOL vmlinux 0x95cb3de8 putname +EXPORT_SYMBOL vmlinux 0x95de0dae phy_aneg_done +EXPORT_SYMBOL vmlinux 0x95eaae38 dev_addr_add +EXPORT_SYMBOL vmlinux 0x95f84fd9 in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x9611149d input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0x9613bd9e mmc_put_card +EXPORT_SYMBOL vmlinux 0x9615becf lock_rename +EXPORT_SYMBOL vmlinux 0x962366f1 input_get_poll_interval +EXPORT_SYMBOL vmlinux 0x962463b3 phy_attach_direct +EXPORT_SYMBOL vmlinux 0x9625695d acpi_install_gpe_block +EXPORT_SYMBOL vmlinux 0x9625a3ee mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0x9626937c vfs_parse_fs_param_source +EXPORT_SYMBOL vmlinux 0x9632749e __mdiobus_c45_read +EXPORT_SYMBOL vmlinux 0x9633c259 tcp_read_sock +EXPORT_SYMBOL vmlinux 0x964dce95 xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0x965d4c9a __tracepoint_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x9664624b scsi_device_set_state +EXPORT_SYMBOL vmlinux 0x966c1813 agp_collect_device_status +EXPORT_SYMBOL vmlinux 0x96848186 scnprintf +EXPORT_SYMBOL vmlinux 0x96969f13 cfb_imageblit +EXPORT_SYMBOL vmlinux 0x96974459 skb_dump +EXPORT_SYMBOL vmlinux 0x96a72be2 vfs_dup_fs_context +EXPORT_SYMBOL vmlinux 0x96b1480e jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp +EXPORT_SYMBOL vmlinux 0x96b94814 sock_init_data_uid +EXPORT_SYMBOL vmlinux 0x96c17136 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0x96cafd4a scsi_ioctl +EXPORT_SYMBOL vmlinux 0x96cc4d63 devm_clk_get +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96e5d30f gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0x96eab78b iosf_mbi_modify +EXPORT_SYMBOL vmlinux 0x96fab350 dim_park_on_top +EXPORT_SYMBOL vmlinux 0x96fb537a dm_register_target +EXPORT_SYMBOL vmlinux 0x9711f3ec netdev_warn +EXPORT_SYMBOL vmlinux 0x972b1d07 netdev_reset_tc +EXPORT_SYMBOL vmlinux 0x973fa82e register_acpi_notifier +EXPORT_SYMBOL vmlinux 0x97434515 __tracepoint_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0x9744b7a0 fib6_info_hw_flags_set +EXPORT_SYMBOL vmlinux 0x97562058 thaw_super +EXPORT_SYMBOL vmlinux 0x97651e6c vmemmap_base +EXPORT_SYMBOL vmlinux 0x97796289 vm_node_stat +EXPORT_SYMBOL vmlinux 0x97a2fc70 xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x97a57333 crc_t10dif_update +EXPORT_SYMBOL vmlinux 0x97adb487 utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0x97b794bf elv_bio_merge_ok +EXPORT_SYMBOL vmlinux 0x97bdfa60 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x97dd8ac2 dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0x97e4f8ce vlan_uses_dev +EXPORT_SYMBOL vmlinux 0x97e6b44e i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0x97edb3c3 key_type_keyring +EXPORT_SYMBOL vmlinux 0x97fb37dd phy_do_ioctl_running +EXPORT_SYMBOL vmlinux 0x9822e12c _dev_notice +EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0x983dc37b mmc_cqe_post_req +EXPORT_SYMBOL vmlinux 0x984cb543 get_unmapped_area +EXPORT_SYMBOL vmlinux 0x984d9c39 cpumask_next_wrap +EXPORT_SYMBOL vmlinux 0x98555a05 dma_fence_chain_walk +EXPORT_SYMBOL vmlinux 0x9858f364 get_random_u8 +EXPORT_SYMBOL vmlinux 0x9861e154 scsi_remove_target +EXPORT_SYMBOL vmlinux 0x9881d2b3 dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x98aa4b6a phy_modify_paged_changed +EXPORT_SYMBOL vmlinux 0x98ad7e71 unregister_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0x98adecae vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x98b1b501 fs_context_for_mount +EXPORT_SYMBOL vmlinux 0x98bd4f68 blk_mq_delay_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x98c02f2c kernel_param_unlock +EXPORT_SYMBOL vmlinux 0x98c89ade security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x98cb878e proc_dobool +EXPORT_SYMBOL vmlinux 0x98d06e4a dquot_destroy +EXPORT_SYMBOL vmlinux 0x98d6cf59 pci_free_host_bridge +EXPORT_SYMBOL vmlinux 0x98da458b vm_insert_page +EXPORT_SYMBOL vmlinux 0x98dd5302 __skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0x98e2f248 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0x98e508ef ignore_console_lock_warning +EXPORT_SYMBOL vmlinux 0x98f27c91 end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0x990058ee skb_flow_dissect_hash +EXPORT_SYMBOL vmlinux 0x9903e639 xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x99078b39 trace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x99093fdd pnp_register_driver +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x994874f7 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x997dea6d pci_set_mwi +EXPORT_SYMBOL vmlinux 0x998dfe35 param_ops_ullong +EXPORT_SYMBOL vmlinux 0x9995a723 __SetPageMovable +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99a8fb64 pnp_is_active +EXPORT_SYMBOL vmlinux 0x99d472b1 net_dim_get_rx_moderation +EXPORT_SYMBOL vmlinux 0x99d55df2 seq_pad +EXPORT_SYMBOL vmlinux 0x99daa9bf try_offline_node +EXPORT_SYMBOL vmlinux 0x99e74bac generic_pipe_buf_try_steal +EXPORT_SYMBOL vmlinux 0x99eda128 dev_get_mac_address +EXPORT_SYMBOL vmlinux 0x99eeeb23 pnp_start_dev +EXPORT_SYMBOL vmlinux 0x99f068d5 x86_cpu_to_node_map +EXPORT_SYMBOL vmlinux 0x99f7371c refcount_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x99f9638f __napi_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x99fc562e __scsi_add_device +EXPORT_SYMBOL vmlinux 0x9a089765 bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0x9a0cc46b kern_path +EXPORT_SYMBOL vmlinux 0x9a0db855 csum_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x9a161ea4 __neigh_event_send +EXPORT_SYMBOL vmlinux 0x9a179214 seq_release +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a1f2605 vfs_link +EXPORT_SYMBOL vmlinux 0x9a22391e radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x9a259c8c kset_register +EXPORT_SYMBOL vmlinux 0x9a2c088f irq_stat +EXPORT_SYMBOL vmlinux 0x9a583306 netlbl_bitmap_walk +EXPORT_SYMBOL vmlinux 0x9a62a9a1 backlight_device_register +EXPORT_SYMBOL vmlinux 0x9a8c0d59 bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x9a912765 sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x9aaeefce sysctl_nf_log_all_netns +EXPORT_SYMBOL vmlinux 0x9abebc6f unlock_new_inode +EXPORT_SYMBOL vmlinux 0x9acd3f6f get_cpu_entry_area +EXPORT_SYMBOL vmlinux 0x9ad7a582 iosf_mbi_assert_punit_acquired +EXPORT_SYMBOL vmlinux 0x9ae47436 _find_last_bit +EXPORT_SYMBOL vmlinux 0x9ae4d4c9 skb_csum_hwoffload_help +EXPORT_SYMBOL vmlinux 0x9aef6ed2 vfs_rmdir +EXPORT_SYMBOL vmlinux 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL vmlinux 0x9b2606cd tty_register_ldisc +EXPORT_SYMBOL vmlinux 0x9b29573c rdmacg_try_charge +EXPORT_SYMBOL vmlinux 0x9b309eb1 devm_alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b496b21 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x9b4ff083 tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0x9b5180a4 dqget +EXPORT_SYMBOL vmlinux 0x9b577377 md_integrity_register +EXPORT_SYMBOL vmlinux 0x9b5b6e0c rproc_coredump_set_elf_info +EXPORT_SYMBOL vmlinux 0x9b63f373 dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0x9b72478f acpi_unload_parent_table +EXPORT_SYMBOL vmlinux 0x9b7f8e63 sock_set_priority +EXPORT_SYMBOL vmlinux 0x9b9c8072 ip_sock_set_pktinfo +EXPORT_SYMBOL vmlinux 0x9baaca3b sg_alloc_table_from_pages_segment +EXPORT_SYMBOL vmlinux 0x9bae0a3e nvdimm_check_and_set_ro +EXPORT_SYMBOL vmlinux 0x9bb4e317 ioread32be +EXPORT_SYMBOL vmlinux 0x9c122bcf mempool_create_node +EXPORT_SYMBOL vmlinux 0x9c2728ce __do_once_done +EXPORT_SYMBOL vmlinux 0x9c398d5b tc_setup_cb_replace +EXPORT_SYMBOL vmlinux 0x9c5e1ba4 neigh_seq_start +EXPORT_SYMBOL vmlinux 0x9c65b78a csum_partial_copy_nocheck +EXPORT_SYMBOL vmlinux 0x9c6ed0f2 ip_options_compile +EXPORT_SYMBOL vmlinux 0x9c703c97 free_task +EXPORT_SYMBOL vmlinux 0x9c86b9ab fileattr_fill_flags +EXPORT_SYMBOL vmlinux 0x9c898025 dma_resv_fini +EXPORT_SYMBOL vmlinux 0x9c9aa3b9 parse_int_array_user +EXPORT_SYMBOL vmlinux 0x9ca30f4b mipi_dsi_device_register_full +EXPORT_SYMBOL vmlinux 0x9ca823df skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cad6c7d tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0x9cb986f2 vmalloc_base +EXPORT_SYMBOL vmlinux 0x9cc02318 mdiobus_c45_write +EXPORT_SYMBOL vmlinux 0x9cc19bc1 md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x9ccc6c66 __inet_hash +EXPORT_SYMBOL vmlinux 0x9ccf7171 vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x9cd9bfdb key_invalidate +EXPORT_SYMBOL vmlinux 0x9cdba9f8 __cgroup_bpf_run_filter_sock_ops +EXPORT_SYMBOL vmlinux 0x9cdfb3f7 sysctl_fb_tunnels_only_for_init_net +EXPORT_SYMBOL vmlinux 0x9ce92157 padata_free_shell +EXPORT_SYMBOL vmlinux 0x9ced41ad __SCT__tp_func_read_msr +EXPORT_SYMBOL vmlinux 0x9cf870af generic_write_checks_count +EXPORT_SYMBOL vmlinux 0x9d099a39 acpi_remove_gpe_handler +EXPORT_SYMBOL vmlinux 0x9d0c1b62 param_set_uint +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d19c3a3 agp_generic_alloc_pages +EXPORT_SYMBOL vmlinux 0x9d205328 platform_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x9d26675e zstd_cstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x9d2ab8ac __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x9d2e7707 unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0x9d351a0b bio_reset +EXPORT_SYMBOL vmlinux 0x9d44186f netif_receive_skb +EXPORT_SYMBOL vmlinux 0x9d61e994 ucs2_strncmp +EXPORT_SYMBOL vmlinux 0x9d62fb66 config_group_init +EXPORT_SYMBOL vmlinux 0x9d69e4be tcf_action_update_stats +EXPORT_SYMBOL vmlinux 0x9d70541a native_save_fl +EXPORT_SYMBOL vmlinux 0x9d77bec8 __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x9d834bf5 backlight_device_get_by_name +EXPORT_SYMBOL vmlinux 0x9d911e44 unregister_filesystem +EXPORT_SYMBOL vmlinux 0x9d92f3ad __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x9d953eea dev_driver_string +EXPORT_SYMBOL vmlinux 0x9d98bd07 rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0x9d9bfb5e pci_read_vpd +EXPORT_SYMBOL vmlinux 0x9daefef6 __dec_node_page_state +EXPORT_SYMBOL vmlinux 0x9dc1285f __ip_dev_find +EXPORT_SYMBOL vmlinux 0x9dcbb77b bioset_init +EXPORT_SYMBOL vmlinux 0x9dd75b93 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x9dd9df13 dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0x9df995fb stack_depot_set_extra_bits +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e0fa5ae hsiphash_3u32 +EXPORT_SYMBOL vmlinux 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL vmlinux 0x9e17578a cros_ec_query_all +EXPORT_SYMBOL vmlinux 0x9e1f53f6 dcache_dir_close +EXPORT_SYMBOL vmlinux 0x9e2186a2 kobject_del +EXPORT_SYMBOL vmlinux 0x9e2737f0 acpi_install_interface_handler +EXPORT_SYMBOL vmlinux 0x9e4143a8 ip_sock_set_recverr +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e4fdd92 trace_event_printf +EXPORT_SYMBOL vmlinux 0x9e5b8f2d pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e64fbfe rtc_cmos_read +EXPORT_SYMBOL vmlinux 0x9e683f75 __cpu_possible_mask +EXPORT_SYMBOL vmlinux 0x9e77df02 tcf_action_update_hw_stats +EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay +EXPORT_SYMBOL vmlinux 0x9e807d03 i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0x9e998018 blk_start_plug +EXPORT_SYMBOL vmlinux 0x9e9d662b d_prune_aliases +EXPORT_SYMBOL vmlinux 0x9e9eab95 devcgroup_check_permission +EXPORT_SYMBOL vmlinux 0x9e9fdd9d memunmap +EXPORT_SYMBOL vmlinux 0x9ea0e051 scsi_print_result +EXPORT_SYMBOL vmlinux 0x9eacf8a5 kstrndup +EXPORT_SYMBOL vmlinux 0x9eba554a folio_migrate_flags +EXPORT_SYMBOL vmlinux 0x9ec0e639 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0x9ec6ca96 ktime_get_real_ts64 +EXPORT_SYMBOL vmlinux 0x9ed12e20 kmalloc_large +EXPORT_SYMBOL vmlinux 0x9ed978de vme_lm_set +EXPORT_SYMBOL vmlinux 0x9eeefdad param_get_invbool +EXPORT_SYMBOL vmlinux 0x9ef0eee7 __SCT__tp_func_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x9f153404 key_put +EXPORT_SYMBOL vmlinux 0x9f16e4a3 jbd2_fc_wait_bufs +EXPORT_SYMBOL vmlinux 0x9f1f2716 vme_irq_request +EXPORT_SYMBOL vmlinux 0x9f31ef29 try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f4ae62d tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0x9f4c4d35 read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0x9f4f2aa3 acpi_gbl_FADT +EXPORT_SYMBOL vmlinux 0x9f50b770 keyring_restrict +EXPORT_SYMBOL vmlinux 0x9f54ead7 gro_cells_destroy +EXPORT_SYMBOL vmlinux 0x9f76baf4 _raw_write_unlock_irq +EXPORT_SYMBOL vmlinux 0x9f7d25ba tls_server_hello_psk +EXPORT_SYMBOL vmlinux 0x9f850c68 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9f9e1e5b vm_mmap +EXPORT_SYMBOL vmlinux 0x9fa42dc2 vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x9fa59006 scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0x9fa7184a cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x9fa90712 pci_write_vpd +EXPORT_SYMBOL vmlinux 0x9fb41842 netdev_offload_xstats_report_delta +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9feed7ce timer_reduce +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa00656e0 __traceiter_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0xa00665f1 xp_raw_get_dma +EXPORT_SYMBOL vmlinux 0xa00aca2a dql_completed +EXPORT_SYMBOL vmlinux 0xa00df984 neigh_destroy +EXPORT_SYMBOL vmlinux 0xa0114ad7 request_partial_firmware_into_buf +EXPORT_SYMBOL vmlinux 0xa01d3df6 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0xa02aa74a __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xa033d747 next_arg +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa057df8f twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xa05b6be2 psched_ppscfg_precompute +EXPORT_SYMBOL vmlinux 0xa07a37f0 memchr +EXPORT_SYMBOL vmlinux 0xa07d1b3c tasklet_setup +EXPORT_SYMBOL vmlinux 0xa07e6658 udp_lib_get_port +EXPORT_SYMBOL vmlinux 0xa084749a __bitmap_or +EXPORT_SYMBOL vmlinux 0xa095e02e generic_check_addressable +EXPORT_SYMBOL vmlinux 0xa0ae1e73 siphash_3u64 +EXPORT_SYMBOL vmlinux 0xa0ae9cf4 sk_filter_trim_cap +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0b95945 gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0e5fa51 scsi_register_driver +EXPORT_SYMBOL vmlinux 0xa0e6bb76 tcp_shutdown +EXPORT_SYMBOL vmlinux 0xa0e9a367 inet_select_addr +EXPORT_SYMBOL vmlinux 0xa0eae826 smp_call_function +EXPORT_SYMBOL vmlinux 0xa0ebd14c sysctl_tcp_mem +EXPORT_SYMBOL vmlinux 0xa0ebd437 hdmi_drm_infoframe_check +EXPORT_SYMBOL vmlinux 0xa0f10085 __sg_free_table +EXPORT_SYMBOL vmlinux 0xa0f7cfa7 mdiobus_is_registered_device +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa1074d6f seq_path +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa11a3223 genphy_read_status +EXPORT_SYMBOL vmlinux 0xa14b3b08 pm860x_set_bits +EXPORT_SYMBOL vmlinux 0xa15185ce ip_setsockopt +EXPORT_SYMBOL vmlinux 0xa1683dc4 cdev_add +EXPORT_SYMBOL vmlinux 0xa16aab43 ip_check_defrag +EXPORT_SYMBOL vmlinux 0xa1711b78 __filemap_get_folio +EXPORT_SYMBOL vmlinux 0xa1793bdf pfifo_fast_ops +EXPORT_SYMBOL vmlinux 0xa17f551e mem_cgroup_from_task +EXPORT_SYMBOL vmlinux 0xa1806463 mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0xa182afea acpi_dev_get_next_match_dev +EXPORT_SYMBOL vmlinux 0xa18838de balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0xa1976f7a xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xa1ad2a0d netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0xa1b60558 netif_tx_lock +EXPORT_SYMBOL vmlinux 0xa1bedd72 amd_iommu_pc_get_max_counters +EXPORT_SYMBOL vmlinux 0xa1c855a6 param_ops_ulong +EXPORT_SYMBOL vmlinux 0xa1d4bbbc mipi_dsi_dcs_set_tear_on +EXPORT_SYMBOL vmlinux 0xa1dbf8d4 md_unregister_thread +EXPORT_SYMBOL vmlinux 0xa1dca4e2 param_get_hexint +EXPORT_SYMBOL vmlinux 0xa1f02866 generic_read_dir +EXPORT_SYMBOL vmlinux 0xa1f69cd3 fs_lookup_param +EXPORT_SYMBOL vmlinux 0xa1fa85b0 thaw_bdev +EXPORT_SYMBOL vmlinux 0xa2060911 inet_current_timestamp +EXPORT_SYMBOL vmlinux 0xa21409ac ip_tunnel_parse_protocol +EXPORT_SYMBOL vmlinux 0xa2326c49 acpi_remove_table_handler +EXPORT_SYMBOL vmlinux 0xa23ffc04 groups_sort +EXPORT_SYMBOL vmlinux 0xa24f23d8 __request_module +EXPORT_SYMBOL vmlinux 0xa263892b fscrypt_fname_free_buffer +EXPORT_SYMBOL vmlinux 0xa27554ee bio_integrity_prep +EXPORT_SYMBOL vmlinux 0xa27dff96 kernel_listen +EXPORT_SYMBOL vmlinux 0xa27ec45f vga_get +EXPORT_SYMBOL vmlinux 0xa28cfcc0 gen_estimator_active +EXPORT_SYMBOL vmlinux 0xa295c0d1 seg6_hmac_validate_skb +EXPORT_SYMBOL vmlinux 0xa2a867f0 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0xa2d1acde clean_bdev_aliases +EXPORT_SYMBOL vmlinux 0xa2efff12 netlink_ack +EXPORT_SYMBOL vmlinux 0xa2f3b005 release_pages +EXPORT_SYMBOL vmlinux 0xa2f7b676 write_dirty_buffer +EXPORT_SYMBOL vmlinux 0xa30056ba fb_set_var +EXPORT_SYMBOL vmlinux 0xa32b606e bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0xa33d969c pci_request_irq +EXPORT_SYMBOL vmlinux 0xa37f3f48 input_flush_device +EXPORT_SYMBOL vmlinux 0xa38f21b9 amd_iommu_update_ga +EXPORT_SYMBOL vmlinux 0xa392301e param_get_charp +EXPORT_SYMBOL vmlinux 0xa3963c3a dm_kobject_release +EXPORT_SYMBOL vmlinux 0xa3a97603 xfrm6_rcv_encap +EXPORT_SYMBOL vmlinux 0xa3ab9b84 inet_dgram_ops +EXPORT_SYMBOL vmlinux 0xa3bd7e5a iov_iter_get_pages2 +EXPORT_SYMBOL vmlinux 0xa3be8342 __ubsan_handle_type_mismatch +EXPORT_SYMBOL vmlinux 0xa3cefaa0 blake2s_update +EXPORT_SYMBOL vmlinux 0xa3e4f871 acpi_initialize_debugger +EXPORT_SYMBOL vmlinux 0xa3fea172 sha224_final +EXPORT_SYMBOL vmlinux 0xa40ff01b acpi_dbg_layer +EXPORT_SYMBOL vmlinux 0xa415462b give_up_console +EXPORT_SYMBOL vmlinux 0xa4191c0b memset_io +EXPORT_SYMBOL vmlinux 0xa41f96c1 tcp_sync_mss +EXPORT_SYMBOL vmlinux 0xa4229b1f jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0xa42b52a3 gro_cells_receive +EXPORT_SYMBOL vmlinux 0xa4321bed ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0xa440d121 flow_keys_dissector +EXPORT_SYMBOL vmlinux 0xa4467f9d mdiobus_scan_c22 +EXPORT_SYMBOL vmlinux 0xa4678994 vfs_fsync +EXPORT_SYMBOL vmlinux 0xa467bf94 fb_validate_mode +EXPORT_SYMBOL vmlinux 0xa46b720e simple_transaction_read +EXPORT_SYMBOL vmlinux 0xa49bc860 get_mem_cgroup_from_mm +EXPORT_SYMBOL vmlinux 0xa4a03a31 add_to_page_cache_lru +EXPORT_SYMBOL vmlinux 0xa4a96357 f_setown +EXPORT_SYMBOL vmlinux 0xa4a9aadb inode_set_ctime_current +EXPORT_SYMBOL vmlinux 0xa4ac9ec7 sock_rfree +EXPORT_SYMBOL vmlinux 0xa4b94fea iowrite8_rep +EXPORT_SYMBOL vmlinux 0xa4ba6e1b filemap_get_folios_tag +EXPORT_SYMBOL vmlinux 0xa4d4f0e6 global_cache_flush +EXPORT_SYMBOL vmlinux 0xa4e1b5b4 vga_switcheroo_client_fb_set +EXPORT_SYMBOL vmlinux 0xa4f4a54d shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0xa4faf62a acpi_disable_gpe +EXPORT_SYMBOL vmlinux 0xa4fc332e datagram_poll +EXPORT_SYMBOL vmlinux 0xa507125e acpi_clear_gpe +EXPORT_SYMBOL vmlinux 0xa50bcff0 x86_cpu_to_apicid +EXPORT_SYMBOL vmlinux 0xa520df64 devm_free_irq +EXPORT_SYMBOL vmlinux 0xa52bedf6 xenbus_dev_request_and_reply +EXPORT_SYMBOL vmlinux 0xa53a2333 nd_region_to_nstype +EXPORT_SYMBOL vmlinux 0xa54b9063 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa55a43fb nla_put +EXPORT_SYMBOL vmlinux 0xa574b733 ipv6_dev_mc_inc +EXPORT_SYMBOL vmlinux 0xa5771974 unlock_buffer +EXPORT_SYMBOL vmlinux 0xa57f5726 agp_generic_alloc_by_type +EXPORT_SYMBOL vmlinux 0xa58af0a6 _raw_read_unlock_irq +EXPORT_SYMBOL vmlinux 0xa58cc4f4 page_pool_get_stats +EXPORT_SYMBOL vmlinux 0xa58e6bdd rproc_del +EXPORT_SYMBOL vmlinux 0xa5976e4f dev_base_lock +EXPORT_SYMBOL vmlinux 0xa5ac1b42 __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0xa5ac75f9 netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0xa5cd94f7 dget_parent +EXPORT_SYMBOL vmlinux 0xa5e55057 rdmsrl_safe_on_cpu +EXPORT_SYMBOL vmlinux 0xa5f79dfd unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0xa5f9113e blk_mq_run_hw_queues +EXPORT_SYMBOL vmlinux 0xa5fbb5f7 __page_frag_cache_drain +EXPORT_SYMBOL vmlinux 0xa5ff11c6 flow_rule_match_enc_ipv6_addrs +EXPORT_SYMBOL vmlinux 0xa60700f9 pps_unregister_source +EXPORT_SYMBOL vmlinux 0xa6144b27 ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0xa61ced89 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0xa62457eb fb_set_cmap +EXPORT_SYMBOL vmlinux 0xa6257a2f complete +EXPORT_SYMBOL vmlinux 0xa63213ba put_fs_context +EXPORT_SYMBOL vmlinux 0xa63e1bec blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0xa6457c89 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0xa648e561 __ubsan_handle_shift_out_of_bounds +EXPORT_SYMBOL vmlinux 0xa64c7249 __printk_cpu_sync_try_get +EXPORT_SYMBOL vmlinux 0xa672392d t10_pi_type1_crc +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa692142a seq_bprintf +EXPORT_SYMBOL vmlinux 0xa6986b69 phy_attached_info_irq +EXPORT_SYMBOL vmlinux 0xa6e6e18f simple_getattr +EXPORT_SYMBOL vmlinux 0xa6fc9d7d sys_fillrect +EXPORT_SYMBOL vmlinux 0xa70ed9dc tcp_hashinfo +EXPORT_SYMBOL vmlinux 0xa70fabbe release_evntsel_nmi +EXPORT_SYMBOL vmlinux 0xa71d2e2c ioread16be +EXPORT_SYMBOL vmlinux 0xa72035f9 xa_get_order +EXPORT_SYMBOL vmlinux 0xa722bbc8 generic_permission +EXPORT_SYMBOL vmlinux 0xa72cfb7d ioremap_wt +EXPORT_SYMBOL vmlinux 0xa72ee83d flow_rule_match_ct +EXPORT_SYMBOL vmlinux 0xa73109f8 netdev_get_by_name +EXPORT_SYMBOL vmlinux 0xa73aac46 d_tmpfile +EXPORT_SYMBOL vmlinux 0xa73c5adb vfs_get_link +EXPORT_SYMBOL vmlinux 0xa74c9877 refcount_dec_and_rtnl_lock +EXPORT_SYMBOL vmlinux 0xa750b054 tcp_sock_set_keepcnt +EXPORT_SYMBOL vmlinux 0xa77845c3 pci_rebar_get_possible_sizes +EXPORT_SYMBOL vmlinux 0xa77a7381 vme_slave_request +EXPORT_SYMBOL vmlinux 0xa77bfd29 register_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0xa78af5f3 ioread32 +EXPORT_SYMBOL vmlinux 0xa7936886 jbd2_fc_get_buf +EXPORT_SYMBOL vmlinux 0xa794f4f8 xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xa796679d __SCT__tp_func_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xa79afed4 dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0xa7a272af crypto_sha512_update +EXPORT_SYMBOL vmlinux 0xa7aa07a9 d_set_d_op +EXPORT_SYMBOL vmlinux 0xa7ba0cb7 is_free_buddy_page +EXPORT_SYMBOL vmlinux 0xa7cae7be bdi_unregister +EXPORT_SYMBOL vmlinux 0xa7d5f92e ida_destroy +EXPORT_SYMBOL vmlinux 0xa7d6609e pnp_unregister_card_driver +EXPORT_SYMBOL vmlinux 0xa7d6d4b7 udp_set_csum +EXPORT_SYMBOL vmlinux 0xa7d958bf devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0xa7ee32c5 mmc_run_bkops +EXPORT_SYMBOL vmlinux 0xa7eedcc4 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xa7f96c58 peernet2id +EXPORT_SYMBOL vmlinux 0xa805ecfc acpi_release_global_lock +EXPORT_SYMBOL vmlinux 0xa813f7d5 proc_set_size +EXPORT_SYMBOL vmlinux 0xa81ddb0e pci_write_config_word +EXPORT_SYMBOL vmlinux 0xa8256be5 sg_alloc_append_table_from_pages +EXPORT_SYMBOL vmlinux 0xa83302bf mmc_gpiod_request_ro +EXPORT_SYMBOL vmlinux 0xa836ba02 wrmsr_safe_regs +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa847b388 bio_endio +EXPORT_SYMBOL vmlinux 0xa84ce9e0 crypto_aes_inv_sbox +EXPORT_SYMBOL vmlinux 0xa8506ceb tcp_req_err +EXPORT_SYMBOL vmlinux 0xa853396b xa_extract +EXPORT_SYMBOL vmlinux 0xa85a3e6d xa_load +EXPORT_SYMBOL vmlinux 0xa8694ecd kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0xa87dfbf9 poll_initwait +EXPORT_SYMBOL vmlinux 0xa87f60c4 input_setup_polling +EXPORT_SYMBOL vmlinux 0xa88c964a nd_btt_arena_is_valid +EXPORT_SYMBOL vmlinux 0xa8941edd scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0xa897e3e7 mempool_free +EXPORT_SYMBOL vmlinux 0xa89a1cf1 ipmi_dmi_get_slave_addr +EXPORT_SYMBOL vmlinux 0xa8b971f6 handshake_req_submit +EXPORT_SYMBOL vmlinux 0xa8bc3179 rproc_mem_entry_init +EXPORT_SYMBOL vmlinux 0xa8c4f0c5 phy_attached_info +EXPORT_SYMBOL vmlinux 0xa8caa845 clk_bulk_put_all +EXPORT_SYMBOL vmlinux 0xa8ceedca revert_creds +EXPORT_SYMBOL vmlinux 0xa8de8cb7 tcf_action_check_ctrlact +EXPORT_SYMBOL vmlinux 0xa8e5ac7d nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0xa8e6933a qdf2400_e44_present +EXPORT_SYMBOL vmlinux 0xa8f417da xattr_supports_user_prefix +EXPORT_SYMBOL vmlinux 0xa8f6c843 ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xa909c2d5 cont_write_begin +EXPORT_SYMBOL vmlinux 0xa90ca0de flush_rcu_work +EXPORT_SYMBOL vmlinux 0xa90e2d34 netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa917c1de blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xa93ccf87 ipv4_specific +EXPORT_SYMBOL vmlinux 0xa93fcc18 key_validate +EXPORT_SYMBOL vmlinux 0xa94a09bb mem_section +EXPORT_SYMBOL vmlinux 0xa95e7993 clocksource_change_rating +EXPORT_SYMBOL vmlinux 0xa9615503 phy_queue_state_machine +EXPORT_SYMBOL vmlinux 0xa965ca81 reciprocal_value +EXPORT_SYMBOL vmlinux 0xa96d6448 sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0xa976957d bitmap_remap +EXPORT_SYMBOL vmlinux 0xa9785b49 cpu_core_map +EXPORT_SYMBOL vmlinux 0xa9798a24 qdisc_put_unlocked +EXPORT_SYMBOL vmlinux 0xa9812a55 sock_create_lite +EXPORT_SYMBOL vmlinux 0xa9917976 fsync_bdev +EXPORT_SYMBOL vmlinux 0xa9bc5030 blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0xa9bd5dff rproc_remove_subdev +EXPORT_SYMBOL vmlinux 0xa9c72303 amd_iommu_pc_get_max_banks +EXPORT_SYMBOL vmlinux 0xa9eac3d1 __dquot_free_space +EXPORT_SYMBOL vmlinux 0xa9ebba2f dump_skip_to +EXPORT_SYMBOL vmlinux 0xa9f4350b inet_addr_type_table +EXPORT_SYMBOL vmlinux 0xaa00fdc0 ec_transaction +EXPORT_SYMBOL vmlinux 0xaa0117a0 tcf_chain_put_by_act +EXPORT_SYMBOL vmlinux 0xaa0c318b vscnprintf +EXPORT_SYMBOL vmlinux 0xaa19e4aa _kstrtol +EXPORT_SYMBOL vmlinux 0xaa3050b0 nvdimm_namespace_common_probe +EXPORT_SYMBOL vmlinux 0xaa341905 acpi_bios_exception +EXPORT_SYMBOL vmlinux 0xaa3d2be6 vga_switcheroo_get_client_state +EXPORT_SYMBOL vmlinux 0xaa3dc119 truncate_inode_pages +EXPORT_SYMBOL vmlinux 0xaa5693a3 udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0xaa68a570 nf_register_net_hooks +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa8f1b71 inet_addr_is_any +EXPORT_SYMBOL vmlinux 0xaa910ef8 __SCK__tp_func_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xaa93b8ac vlan_for_each +EXPORT_SYMBOL vmlinux 0xaa95eb0e _dev_alert +EXPORT_SYMBOL vmlinux 0xaaa4b9bc hchacha_block_generic +EXPORT_SYMBOL vmlinux 0xaab65ac3 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0xaacf03c1 dma_fence_signal +EXPORT_SYMBOL vmlinux 0xaad0ae78 __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaad8c7d6 default_wake_function +EXPORT_SYMBOL vmlinux 0xaae26ba2 blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0xaae557d8 param_ops_bint +EXPORT_SYMBOL vmlinux 0xaae8ab0e acpi_bus_power_manageable +EXPORT_SYMBOL vmlinux 0xaaee230d key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0xaaf43ba3 pcim_iomap_table +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab1a44d2 gpiochip_irq_relres +EXPORT_SYMBOL vmlinux 0xab3697e4 irq_poll_init +EXPORT_SYMBOL vmlinux 0xab37ecd1 from_kprojid_munged +EXPORT_SYMBOL vmlinux 0xab3b75ea vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0xab572166 eth_type_trans +EXPORT_SYMBOL vmlinux 0xab598e00 neigh_for_each +EXPORT_SYMBOL vmlinux 0xab5c32f4 inode_maybe_inc_iversion +EXPORT_SYMBOL vmlinux 0xab5f9a5d unix_detach_fds +EXPORT_SYMBOL vmlinux 0xab600421 probe_irq_off +EXPORT_SYMBOL vmlinux 0xab631866 pcie_get_mps +EXPORT_SYMBOL vmlinux 0xab63baa5 unregister_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xab65ed80 set_memory_uc +EXPORT_SYMBOL vmlinux 0xab67a0ac dql_init +EXPORT_SYMBOL vmlinux 0xab6d5b3b hex_to_bin +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xaba95ccf kobject_set_name +EXPORT_SYMBOL vmlinux 0xabc45305 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0xabcf9f61 tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0xabd01d50 input_inject_event +EXPORT_SYMBOL vmlinux 0xabdda449 kmalloc_trace +EXPORT_SYMBOL vmlinux 0xabdf9880 mipi_dsi_driver_unregister +EXPORT_SYMBOL vmlinux 0xabe8800a ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0xabeea2fd dev_deactivate +EXPORT_SYMBOL vmlinux 0xabf041f3 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0xabf32f29 utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0xabf53b48 rep_stos_alternative +EXPORT_SYMBOL vmlinux 0xabfe8281 netdev_offload_xstats_enabled +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac225585 mipi_dsi_dcs_set_display_off +EXPORT_SYMBOL vmlinux 0xac241f1b tcp_recvmsg +EXPORT_SYMBOL vmlinux 0xac285aa5 bio_put +EXPORT_SYMBOL vmlinux 0xac3201b0 udp_flow_hashrnd +EXPORT_SYMBOL vmlinux 0xac3210a8 __skb_pad +EXPORT_SYMBOL vmlinux 0xac35a084 forget_cached_acl +EXPORT_SYMBOL vmlinux 0xac4d08ce unregister_binfmt +EXPORT_SYMBOL vmlinux 0xac537ac2 percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0xac5fcec0 in4_pton +EXPORT_SYMBOL vmlinux 0xac6d0e13 generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xac6f2d9a inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0xac8f6f9b __lock_sock_fast +EXPORT_SYMBOL vmlinux 0xac903afc xfrm_trans_queue_net +EXPORT_SYMBOL vmlinux 0xac92dd7f config_item_init_type_name +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacb0764e dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0xacc3e357 netdev_pick_tx +EXPORT_SYMBOL vmlinux 0xacd06c5b __remove_inode_hash +EXPORT_SYMBOL vmlinux 0xacd81eb3 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0xacd89ca8 blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xacddd806 ptp_get_vclocks_index +EXPORT_SYMBOL vmlinux 0xace7d15a devm_memremap +EXPORT_SYMBOL vmlinux 0xacea8173 acpi_debug_print +EXPORT_SYMBOL vmlinux 0xaceff298 sock_no_listen +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacf649bf audit_log_task_info +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad1036a2 amd_iommu_activate_guest_mode +EXPORT_SYMBOL vmlinux 0xad25ab11 neigh_changeaddr +EXPORT_SYMBOL vmlinux 0xad2a2c6b seg6_hmac_info_lookup +EXPORT_SYMBOL vmlinux 0xad3b7c47 page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0xad3da466 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0xad403fee nd_integrity_init +EXPORT_SYMBOL vmlinux 0xad4592db to_nd_dax +EXPORT_SYMBOL vmlinux 0xad52628a register_netdevice +EXPORT_SYMBOL vmlinux 0xad536c91 x86_cpu_to_acpiid +EXPORT_SYMBOL vmlinux 0xad53a002 __x86_indirect_call_thunk_rbp +EXPORT_SYMBOL vmlinux 0xad632ce5 path_is_under +EXPORT_SYMBOL vmlinux 0xad63fabb vga_switcheroo_init_domain_pm_ops +EXPORT_SYMBOL vmlinux 0xad6ba40e radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0xad73041f autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xad7c5a0c nexthop_res_grp_activity_update +EXPORT_SYMBOL vmlinux 0xad86ac20 netpoll_send_udp +EXPORT_SYMBOL vmlinux 0xad9901ae bit_waitqueue +EXPORT_SYMBOL vmlinux 0xada137a3 seq_dentry +EXPORT_SYMBOL vmlinux 0xada31e57 gen_pool_dma_alloc_align +EXPORT_SYMBOL vmlinux 0xada8ef71 agp_bind_memory +EXPORT_SYMBOL vmlinux 0xadae6df8 blake2s_final +EXPORT_SYMBOL vmlinux 0xadbeaefe file_update_time +EXPORT_SYMBOL vmlinux 0xadbeed61 mipi_dsi_packet_format_is_long +EXPORT_SYMBOL vmlinux 0xadc3ad42 agp_find_bridge +EXPORT_SYMBOL vmlinux 0xadd139d4 rfs_needed +EXPORT_SYMBOL vmlinux 0xadd6a024 mr_rtm_dumproute +EXPORT_SYMBOL vmlinux 0xade5258e dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0xadeb4d65 fput +EXPORT_SYMBOL vmlinux 0xadf1c5a6 __serio_register_port +EXPORT_SYMBOL vmlinux 0xae04012c __vmalloc +EXPORT_SYMBOL vmlinux 0xae1d2c5e fb_modesetting_disabled +EXPORT_SYMBOL vmlinux 0xae2a90b8 nd_dev_to_uuid +EXPORT_SYMBOL vmlinux 0xae316c11 icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0xae4c7d7b scm_fp_dup +EXPORT_SYMBOL vmlinux 0xae5a04bb acpi_evaluate_dsm +EXPORT_SYMBOL vmlinux 0xae66472b scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0xae8c4c38 agp_alloc_page_array +EXPORT_SYMBOL vmlinux 0xaeaa59b9 ptp_clock_register +EXPORT_SYMBOL vmlinux 0xaeac049a generate_random_guid +EXPORT_SYMBOL vmlinux 0xaeb082ad _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0xaebd12f0 acpi_get_name +EXPORT_SYMBOL vmlinux 0xaeebc7d6 pnpacpi_protocol +EXPORT_SYMBOL vmlinux 0xaef18654 xsk_tx_peek_desc +EXPORT_SYMBOL vmlinux 0xaefa91d4 mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0xaf0757cb uart_get_divisor +EXPORT_SYMBOL vmlinux 0xaf0ab0f7 netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0xaf132ad3 inet_csk_accept +EXPORT_SYMBOL vmlinux 0xaf25ae1b dquot_transfer +EXPORT_SYMBOL vmlinux 0xaf2c73d6 __invalidate_device +EXPORT_SYMBOL vmlinux 0xaf33f63f vga_switcheroo_register_client +EXPORT_SYMBOL vmlinux 0xaf354bbe cpu_tss_rw +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf45b5e9 __folio_cancel_dirty +EXPORT_SYMBOL vmlinux 0xaf4b032b scsi_device_put +EXPORT_SYMBOL vmlinux 0xaf6c8fd2 __blk_mq_end_request +EXPORT_SYMBOL vmlinux 0xaf757a15 __kfree_skb +EXPORT_SYMBOL vmlinux 0xaf8115a5 dst_init +EXPORT_SYMBOL vmlinux 0xaf981e05 scsi_print_sense +EXPORT_SYMBOL vmlinux 0xaf9d1cbc configfs_unregister_subsystem +EXPORT_SYMBOL vmlinux 0xafa43a84 cdrom_release +EXPORT_SYMBOL vmlinux 0xafaa6031 _find_next_and_bit +EXPORT_SYMBOL vmlinux 0xafb864c1 refcount_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0xafbfac9b nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0xafc08054 dotdot_name +EXPORT_SYMBOL vmlinux 0xafc3aa9b mdiobus_get_phy +EXPORT_SYMBOL vmlinux 0xafc6c68e zstd_is_error +EXPORT_SYMBOL vmlinux 0xafc8f687 iov_iter_discard +EXPORT_SYMBOL vmlinux 0xafd0a382 dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0xafd5ff2c amd_iommu_v2_supported +EXPORT_SYMBOL vmlinux 0xafd744c6 __x86_indirect_thunk_rbp +EXPORT_SYMBOL vmlinux 0xafd8a47b request_firmware +EXPORT_SYMBOL vmlinux 0xafe65b5b jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0xafe85d1b security_inode_init_security +EXPORT_SYMBOL vmlinux 0xafe8f04e migrate_vma_setup +EXPORT_SYMBOL vmlinux 0xaff55765 ppp_input_error +EXPORT_SYMBOL vmlinux 0xaff9fc66 bio_split +EXPORT_SYMBOL vmlinux 0xaffc2305 __d_drop +EXPORT_SYMBOL vmlinux 0xb0044ed8 remove_proc_entry +EXPORT_SYMBOL vmlinux 0xb0100f62 device_match_acpi_dev +EXPORT_SYMBOL vmlinux 0xb013649f param_get_ullong +EXPORT_SYMBOL vmlinux 0xb01bebf9 xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xb02df2d6 __traceiter_rdpmc +EXPORT_SYMBOL vmlinux 0xb047c1db input_register_device +EXPORT_SYMBOL vmlinux 0xb0490046 dns_query +EXPORT_SYMBOL vmlinux 0xb04a43ad __xa_alloc_cyclic +EXPORT_SYMBOL vmlinux 0xb04f1851 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0xb05616fe tcf_idr_check_alloc +EXPORT_SYMBOL vmlinux 0xb058ca07 dim_calc_stats +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb0617db4 wait_for_completion_state +EXPORT_SYMBOL vmlinux 0xb0678ba2 rproc_of_resm_mem_entry_init +EXPORT_SYMBOL vmlinux 0xb0738f74 add_to_pipe +EXPORT_SYMBOL vmlinux 0xb079ebf6 gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0xb08e7075 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0xb09a5f4c key_move +EXPORT_SYMBOL vmlinux 0xb09cdaa2 blk_mq_tagset_busy_iter +EXPORT_SYMBOL vmlinux 0xb09d6670 ethtool_aggregate_mac_stats +EXPORT_SYMBOL vmlinux 0xb0a06d92 block_truncate_page +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0afa279 md_bitmap_sync_with_cluster +EXPORT_SYMBOL vmlinux 0xb0b36471 dma_fence_array_create +EXPORT_SYMBOL vmlinux 0xb0b60adc devm_devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0xb0b76945 __x86_indirect_call_thunk_rsp +EXPORT_SYMBOL vmlinux 0xb0c5e247 lockref_put_return +EXPORT_SYMBOL vmlinux 0xb0c8abb2 devm_memunmap +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0e2328c ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0xb0e602eb memmove +EXPORT_SYMBOL vmlinux 0xb107a41b rproc_add_carveout +EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb1342cdb _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0xb1440369 dquot_quota_on +EXPORT_SYMBOL vmlinux 0xb14410ac fs_param_is_u64 +EXPORT_SYMBOL vmlinux 0xb14ab1ef hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0xb14fc46a find_next_clump8 +EXPORT_SYMBOL vmlinux 0xb1518e15 cancel_work +EXPORT_SYMBOL vmlinux 0xb16e6947 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0xb189749b ethtool_rx_flow_rule_create +EXPORT_SYMBOL vmlinux 0xb19a5453 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0xb1a3e221 acpi_dev_hid_uid_match +EXPORT_SYMBOL vmlinux 0xb1a9c17d put_disk +EXPORT_SYMBOL vmlinux 0xb1b23788 tcp_getsockopt +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1ddf995 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xb1e0c5b7 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0xb1e5229f rproc_add_subdev +EXPORT_SYMBOL vmlinux 0xb1eea952 dev_load +EXPORT_SYMBOL vmlinux 0xb1ef2d50 cred_fscmp +EXPORT_SYMBOL vmlinux 0xb204c878 pldmfw_op_pci_match_record +EXPORT_SYMBOL vmlinux 0xb217b9c8 mipi_dsi_detach +EXPORT_SYMBOL vmlinux 0xb21902b1 pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0xb219d56c wbinvd_on_cpu +EXPORT_SYMBOL vmlinux 0xb229ae92 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0xb22b8b72 max8925_bulk_write +EXPORT_SYMBOL vmlinux 0xb22e16d5 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xb23027c1 kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xb2338d81 __x86_indirect_thunk_rsp +EXPORT_SYMBOL vmlinux 0xb2366032 devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xb23740b4 phy_request_interrupt +EXPORT_SYMBOL vmlinux 0xb23855d8 netdev_set_sb_channel +EXPORT_SYMBOL vmlinux 0xb2437626 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0xb259e0a8 flow_rule_match_ports +EXPORT_SYMBOL vmlinux 0xb2601486 __SCT__tp_func_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0xb2a48f27 netlink_broadcast +EXPORT_SYMBOL vmlinux 0xb2a7989f mipi_dsi_dcs_read +EXPORT_SYMBOL vmlinux 0xb2a9cf10 neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0xb2aac638 config_group_init_type_name +EXPORT_SYMBOL vmlinux 0xb2ae5a09 starget_for_each_device +EXPORT_SYMBOL vmlinux 0xb2bcb088 acpi_current_gpe_count +EXPORT_SYMBOL vmlinux 0xb2c3b27b wrap_directory_iterator +EXPORT_SYMBOL vmlinux 0xb2d3fc5f flow_rule_match_enc_keyid +EXPORT_SYMBOL vmlinux 0xb2e8575f security_socket_socketpair +EXPORT_SYMBOL vmlinux 0xb2f35c6a xxh64 +EXPORT_SYMBOL vmlinux 0xb2f74fb6 intel_gmch_remove +EXPORT_SYMBOL vmlinux 0xb2fcb56d queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xb2fd5ceb __put_user_4 +EXPORT_SYMBOL vmlinux 0xb3024644 mmc_gpio_set_cd_wake +EXPORT_SYMBOL vmlinux 0xb3041b9c ethtool_aggregate_rmon_stats +EXPORT_SYMBOL vmlinux 0xb306ec50 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0xb308c97d wait_woken +EXPORT_SYMBOL vmlinux 0xb30b9822 vme_master_set +EXPORT_SYMBOL vmlinux 0xb316635e xfrm_register_km +EXPORT_SYMBOL vmlinux 0xb3199ddf pcie_ptm_enabled +EXPORT_SYMBOL vmlinux 0xb3258f79 __ubsan_handle_type_mismatch_v1 +EXPORT_SYMBOL vmlinux 0xb329ffe0 mdio_bus_type +EXPORT_SYMBOL vmlinux 0xb32a5973 acpi_ut_status_exit +EXPORT_SYMBOL vmlinux 0xb34f17d2 dquot_quotactl_sysfile_ops +EXPORT_SYMBOL vmlinux 0xb355869f ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0xb3638fc1 __tracepoint_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0xb3687850 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xb368c8de __folio_batch_release +EXPORT_SYMBOL vmlinux 0xb373604d param_ops_invbool +EXPORT_SYMBOL vmlinux 0xb3863a67 acpi_set_gpe_wake_mask +EXPORT_SYMBOL vmlinux 0xb3867e6d mtree_insert +EXPORT_SYMBOL vmlinux 0xb387a73d input_unregister_handle +EXPORT_SYMBOL vmlinux 0xb393c256 netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0xb3a2dfdf nmi_panic +EXPORT_SYMBOL vmlinux 0xb3ac99c4 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0xb3b530f4 genphy_read_abilities +EXPORT_SYMBOL vmlinux 0xb3d2c76d scsi_hostbyte_string +EXPORT_SYMBOL vmlinux 0xb3f0de55 xz_dec_microlzma_run +EXPORT_SYMBOL vmlinux 0xb3f49446 kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0xb3f548ad kmemdup_nul +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb3f985a8 sg_alloc_table +EXPORT_SYMBOL vmlinux 0xb4043948 acpi_execute_simple_method +EXPORT_SYMBOL vmlinux 0xb41ad153 sys_copyarea +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb42b8ff4 sock_no_sendmsg_locked +EXPORT_SYMBOL vmlinux 0xb4577003 acpi_dev_present +EXPORT_SYMBOL vmlinux 0xb465a8c8 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0xb47cca30 csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0xb48a9963 pci_scan_bus +EXPORT_SYMBOL vmlinux 0xb48d4d22 security_sb_eat_lsm_opts +EXPORT_SYMBOL vmlinux 0xb48df033 pci_enable_ptm +EXPORT_SYMBOL vmlinux 0xb4946d30 nvdimm_bus_unlock +EXPORT_SYMBOL vmlinux 0xb49601a1 sg_zero_buffer +EXPORT_SYMBOL vmlinux 0xb4b922b2 tcp_check_req +EXPORT_SYMBOL vmlinux 0xb4bb9415 free_cgroup_ns +EXPORT_SYMBOL vmlinux 0xb4c037fd proc_create_single_data +EXPORT_SYMBOL vmlinux 0xb4f2464c clk_hw_get_clk +EXPORT_SYMBOL vmlinux 0xb4f6d3b8 clk_bulk_get_all +EXPORT_SYMBOL vmlinux 0xb5182c2a twl6040_power +EXPORT_SYMBOL vmlinux 0xb526bcb4 skb_vlan_pop +EXPORT_SYMBOL vmlinux 0xb528da71 __mod_node_page_state +EXPORT_SYMBOL vmlinux 0xb53f2810 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0xb544c317 console_stop +EXPORT_SYMBOL vmlinux 0xb54fbcf5 path_is_mountpoint +EXPORT_SYMBOL vmlinux 0xb57145e7 copy_page_from_iter_atomic +EXPORT_SYMBOL vmlinux 0xb577e283 ipv6_chk_addr_and_flags +EXPORT_SYMBOL vmlinux 0xb5a05b66 dma_free_attrs +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5ab892d uv_undefined +EXPORT_SYMBOL vmlinux 0xb5b54b34 _raw_spin_unlock +EXPORT_SYMBOL vmlinux 0xb5b63711 fileattr_fill_xflags +EXPORT_SYMBOL vmlinux 0xb5c3d1b7 dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0xb5cf8496 mmc_gpio_set_cd_irq +EXPORT_SYMBOL vmlinux 0xb5dca59c blk_mq_run_hw_queue +EXPORT_SYMBOL vmlinux 0xb5e73116 flush_delayed_work +EXPORT_SYMBOL vmlinux 0xb5f54435 fscrypt_put_encryption_info +EXPORT_SYMBOL vmlinux 0xb5fa3aad input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0xb60e0802 create_empty_buffers +EXPORT_SYMBOL vmlinux 0xb61922b2 gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0xb61d6fc2 down_read_interruptible +EXPORT_SYMBOL vmlinux 0xb633f115 irq_poll_enable +EXPORT_SYMBOL vmlinux 0xb65277de rproc_detach +EXPORT_SYMBOL vmlinux 0xb654ef65 acpi_os_read_port +EXPORT_SYMBOL vmlinux 0xb66e96d8 netlbl_audit_start +EXPORT_SYMBOL vmlinux 0xb674a534 acpi_unmap_cpu +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb6794b14 blk_rq_append_bio +EXPORT_SYMBOL vmlinux 0xb67fec0e uuid_parse +EXPORT_SYMBOL vmlinux 0xb6923a5b reuseport_attach_prog +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb6ab536c phy_remove_link_mode +EXPORT_SYMBOL vmlinux 0xb6acaa13 phy_sfp_detach +EXPORT_SYMBOL vmlinux 0xb6cb556a _find_first_and_bit +EXPORT_SYMBOL vmlinux 0xb6e36ce2 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb6fd6676 udp_gro_receive +EXPORT_SYMBOL vmlinux 0xb6fde909 close_fd +EXPORT_SYMBOL vmlinux 0xb71589f0 skip_spaces +EXPORT_SYMBOL vmlinux 0xb71ed69f __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0xb722aa90 mapping_read_folio_gfp +EXPORT_SYMBOL vmlinux 0xb7278dac mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0xb737b185 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0xb743f0ae mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xb74b4b47 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0xb74e6804 nvdimm_namespace_disk_name +EXPORT_SYMBOL vmlinux 0xb7512411 ___pskb_trim +EXPORT_SYMBOL vmlinux 0xb7593ddc iosf_mbi_unregister_pmic_bus_access_notifier +EXPORT_SYMBOL vmlinux 0xb762649f tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0xb76a4e1f config_item_get_unless_zero +EXPORT_SYMBOL vmlinux 0xb776ecf4 unregister_quota_format +EXPORT_SYMBOL vmlinux 0xb78debe3 LZ4_decompress_fast_usingDict +EXPORT_SYMBOL vmlinux 0xb7a7f0cb mode_strip_sgid +EXPORT_SYMBOL vmlinux 0xb7c0f443 sort +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb7d580c6 tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0xb7d5a3ca folio_add_lru +EXPORT_SYMBOL vmlinux 0xb7d74d5f make_kgid +EXPORT_SYMBOL vmlinux 0xb801edab fget +EXPORT_SYMBOL vmlinux 0xb80b4a18 zstd_compress_bound +EXPORT_SYMBOL vmlinux 0xb8160303 mmc_can_trim +EXPORT_SYMBOL vmlinux 0xb82d7bee rproc_elf_load_segments +EXPORT_SYMBOL vmlinux 0xb847c3df dquot_quota_sync +EXPORT_SYMBOL vmlinux 0xb84dc9cc pci_read_config_dword +EXPORT_SYMBOL vmlinux 0xb84ebf14 d_obtain_alias +EXPORT_SYMBOL vmlinux 0xb85eaecf mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0xb862f7ea __x86_indirect_jump_thunk_rbx +EXPORT_SYMBOL vmlinux 0xb868ac5c register_sysrq_key +EXPORT_SYMBOL vmlinux 0xb86cc258 vga_switcheroo_unlock_ddc +EXPORT_SYMBOL vmlinux 0xb86f74c5 free_cpumask_var +EXPORT_SYMBOL vmlinux 0xb86fe9fe nf_hook_slow +EXPORT_SYMBOL vmlinux 0xb8729b04 dmam_alloc_attrs +EXPORT_SYMBOL vmlinux 0xb88dca8d __sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0xb89405f1 param_ops_byte +EXPORT_SYMBOL vmlinux 0xb89b6e6b guid_parse +EXPORT_SYMBOL vmlinux 0xb8b043f2 kfree_link +EXPORT_SYMBOL vmlinux 0xb8bcf9c0 rtc_add_groups +EXPORT_SYMBOL vmlinux 0xb8d03239 pnp_unregister_driver +EXPORT_SYMBOL vmlinux 0xb8e7ce2c __put_user_8 +EXPORT_SYMBOL vmlinux 0xb8f31582 sock_no_getname +EXPORT_SYMBOL vmlinux 0xb907513f unpoison_memory +EXPORT_SYMBOL vmlinux 0xb911bb58 minmax_running_max +EXPORT_SYMBOL vmlinux 0xb920db49 acpi_tb_install_and_load_table +EXPORT_SYMBOL vmlinux 0xb9248d88 netdev_port_same_parent_id +EXPORT_SYMBOL vmlinux 0xb93088ec mmc_retune_release +EXPORT_SYMBOL vmlinux 0xb93e8805 phy_set_asym_pause +EXPORT_SYMBOL vmlinux 0xb942e991 config_group_find_item +EXPORT_SYMBOL vmlinux 0xb94339c4 qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xb9478d90 hdmi_drm_infoframe_unpack_only +EXPORT_SYMBOL vmlinux 0xb947e1bf iov_iter_init +EXPORT_SYMBOL vmlinux 0xb96c4f9e audit_log_subject_context +EXPORT_SYMBOL vmlinux 0xb97220ff bitmap_parse +EXPORT_SYMBOL vmlinux 0xb977cf86 agp_alloc_bridge +EXPORT_SYMBOL vmlinux 0xb97f7045 acpi_install_gpe_handler +EXPORT_SYMBOL vmlinux 0xb9825984 __klp_sched_try_switch +EXPORT_SYMBOL vmlinux 0xb990454f devm_extcon_register_notifier +EXPORT_SYMBOL vmlinux 0xb994aa44 ipv6_select_ident +EXPORT_SYMBOL vmlinux 0xb9a09ddd __x86_indirect_jump_thunk_rcx +EXPORT_SYMBOL vmlinux 0xb9ae4d82 netdev_info +EXPORT_SYMBOL vmlinux 0xb9af1d0d __xa_clear_mark +EXPORT_SYMBOL vmlinux 0xb9b2685b tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0xb9bcab6e nd_device_notify +EXPORT_SYMBOL vmlinux 0xb9d8a2d5 lookup_one_len +EXPORT_SYMBOL vmlinux 0xb9e276cf wrmsr_safe_regs_on_cpu +EXPORT_SYMBOL vmlinux 0xb9e7429c memcpy_toio +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9f97b18 inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0xba00daa2 dma_fence_allocate_private_stub +EXPORT_SYMBOL vmlinux 0xba0c9b68 dquot_get_state +EXPORT_SYMBOL vmlinux 0xba0e7f1c phy_ethtool_get_strings +EXPORT_SYMBOL vmlinux 0xba1008c8 __crc32c_le +EXPORT_SYMBOL vmlinux 0xba2449b3 __x86_indirect_jump_thunk_rax +EXPORT_SYMBOL vmlinux 0xba275a37 param_get_ulong +EXPORT_SYMBOL vmlinux 0xba2e3d08 pci_read_config_byte +EXPORT_SYMBOL vmlinux 0xba3f12b0 napi_build_skb +EXPORT_SYMBOL vmlinux 0xba46f36b pnp_device_detach +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba558bbd param_get_ushort +EXPORT_SYMBOL vmlinux 0xba5b65e6 pmem_should_map_pages +EXPORT_SYMBOL vmlinux 0xba637b5a genphy_c45_eee_is_active +EXPORT_SYMBOL vmlinux 0xba74c18f jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0xba79dab7 dev_pm_opp_register_notifier +EXPORT_SYMBOL vmlinux 0xba8fbd64 _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xba916911 arp_xmit +EXPORT_SYMBOL vmlinux 0xba9bd54c pcim_set_mwi +EXPORT_SYMBOL vmlinux 0xbaa56c05 ip_frag_init +EXPORT_SYMBOL vmlinux 0xbaa5b3e4 inet_addr_type +EXPORT_SYMBOL vmlinux 0xbaa784a4 sk_stop_timer_sync +EXPORT_SYMBOL vmlinux 0xbaae76f4 padata_alloc +EXPORT_SYMBOL vmlinux 0xbabcfb72 ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0xbac8aeea sg_nents_for_len +EXPORT_SYMBOL vmlinux 0xbae19822 blk_queue_flag_clear +EXPORT_SYMBOL vmlinux 0xbae1cc0d iter_file_splice_write +EXPORT_SYMBOL vmlinux 0xbae7927e ether_setup +EXPORT_SYMBOL vmlinux 0xbafa632e __do_once_sleepable_start +EXPORT_SYMBOL vmlinux 0xbb0134f4 send_sig_mceerr +EXPORT_SYMBOL vmlinux 0xbb03af99 uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0xbb0540aa zlib_inflateReset +EXPORT_SYMBOL vmlinux 0xbb09da2d mipi_dsi_dcs_soft_reset +EXPORT_SYMBOL vmlinux 0xbb13595e smp_call_function_many +EXPORT_SYMBOL vmlinux 0xbb151035 bdev_end_io_acct +EXPORT_SYMBOL vmlinux 0xbb1bac24 acpi_unregister_debugger +EXPORT_SYMBOL vmlinux 0xbb1df104 phy_attach +EXPORT_SYMBOL vmlinux 0xbb24f607 init_cdrom_command +EXPORT_SYMBOL vmlinux 0xbb27ec98 phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0xbb3ae971 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0xbb3e5010 freezing_slow_path +EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0xbb4f7785 pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0xbb69bee8 iov_iter_npages +EXPORT_SYMBOL vmlinux 0xbb69da01 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0xbb6c59c4 lock_sock_nested +EXPORT_SYMBOL vmlinux 0xbb6cc809 kill_anon_super +EXPORT_SYMBOL vmlinux 0xbb8e169a vga_switcheroo_handler_flags +EXPORT_SYMBOL vmlinux 0xbb9ed3bf mutex_trylock +EXPORT_SYMBOL vmlinux 0xbba8f100 phy_start_cable_test +EXPORT_SYMBOL vmlinux 0xbbb67598 register_console +EXPORT_SYMBOL vmlinux 0xbbda18c4 dma_fence_free +EXPORT_SYMBOL vmlinux 0xbbe18299 netlink_unicast +EXPORT_SYMBOL vmlinux 0xbbf1ded2 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0xbc1ce21d __serio_register_driver +EXPORT_SYMBOL vmlinux 0xbc2031de acpi_processor_get_bios_limit +EXPORT_SYMBOL vmlinux 0xbc23f080 genphy_c37_read_status +EXPORT_SYMBOL vmlinux 0xbc650cbc kill_fasync +EXPORT_SYMBOL vmlinux 0xbc6a300f xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0xbc97929e serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0xbca67425 scsi_block_requests +EXPORT_SYMBOL vmlinux 0xbcab6ee6 sscanf +EXPORT_SYMBOL vmlinux 0xbcb36fe4 hugetlb_optimize_vmemmap_key +EXPORT_SYMBOL vmlinux 0xbcc892b8 scsi_device_resume +EXPORT_SYMBOL vmlinux 0xbcce0fcd tcp_make_synack +EXPORT_SYMBOL vmlinux 0xbcd5fee2 tcf_exts_init_ex +EXPORT_SYMBOL vmlinux 0xbce47d12 tcf_block_get_ext +EXPORT_SYMBOL vmlinux 0xbce6fe95 tso_start +EXPORT_SYMBOL vmlinux 0xbcef8b58 __x86_indirect_jump_thunk_rdx +EXPORT_SYMBOL vmlinux 0xbd1d3fda jbd2_journal_load +EXPORT_SYMBOL vmlinux 0xbd37688c block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0xbd393ca3 ioread64be_lo_hi +EXPORT_SYMBOL vmlinux 0xbd39b5fc sockfd_lookup +EXPORT_SYMBOL vmlinux 0xbd3c9111 dquot_resume +EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init +EXPORT_SYMBOL vmlinux 0xbd6841d4 crc16 +EXPORT_SYMBOL vmlinux 0xbd882165 __do_once_sleepable_done +EXPORT_SYMBOL vmlinux 0xbd9b9e6e dmaenginem_async_device_register +EXPORT_SYMBOL vmlinux 0xbdc07c9a jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0xbdcbf61b get_user_pages_remote +EXPORT_SYMBOL vmlinux 0xbde8556d kthread_create_on_node +EXPORT_SYMBOL vmlinux 0xbdeb3901 qdisc_watchdog_init_clockid +EXPORT_SYMBOL vmlinux 0xbdf96d6b blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0xbdfb6dbb __fentry__ +EXPORT_SYMBOL vmlinux 0xbe0110e7 acpi_set_gpe +EXPORT_SYMBOL vmlinux 0xbe09e20a fddi_type_trans +EXPORT_SYMBOL vmlinux 0xbe1248f2 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0xbe144437 nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xbe212cbd rproc_elf_find_loaded_rsc_table +EXPORT_SYMBOL vmlinux 0xbe2793df i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0xbe49252c acpi_os_write_port +EXPORT_SYMBOL vmlinux 0xbe4eb6ed secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xbe5a24e9 xxh32_copy_state +EXPORT_SYMBOL vmlinux 0xbe5afad8 pci_release_regions +EXPORT_SYMBOL vmlinux 0xbe6a866f __wait_on_bit +EXPORT_SYMBOL vmlinux 0xbe6a8c96 zstd_cctx_workspace_bound +EXPORT_SYMBOL vmlinux 0xbe9b3268 tty_port_close_end +EXPORT_SYMBOL vmlinux 0xbead7fdc __nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xbebc29ac phy_reset_after_clk_enable +EXPORT_SYMBOL vmlinux 0xbec1ca76 mipi_dsi_dcs_nop +EXPORT_SYMBOL vmlinux 0xbece6849 __SCK__tp_func_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xbed3298e napi_disable +EXPORT_SYMBOL vmlinux 0xbed80d9e pv_ops +EXPORT_SYMBOL vmlinux 0xbed82891 inet_csk_complete_hashdance +EXPORT_SYMBOL vmlinux 0xbef36a4e tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbefa51a3 gen_pool_add_owner +EXPORT_SYMBOL vmlinux 0xbf05cf10 get_vm_area +EXPORT_SYMBOL vmlinux 0xbf0a6fe2 copy_page_from_iter +EXPORT_SYMBOL vmlinux 0xbf0dc6f7 __xfrm_dst_lookup +EXPORT_SYMBOL vmlinux 0xbf2fe30b generic_key_instantiate +EXPORT_SYMBOL vmlinux 0xbf3193ec acpi_unregister_ioapic +EXPORT_SYMBOL vmlinux 0xbf56e29d call_fib_notifiers +EXPORT_SYMBOL vmlinux 0xbf59c419 posix_acl_init +EXPORT_SYMBOL vmlinux 0xbf5e9a52 xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0xbf80625c mdiobus_free +EXPORT_SYMBOL vmlinux 0xbf9ee20e dev_activate +EXPORT_SYMBOL vmlinux 0xbfae9e07 utf8_validate +EXPORT_SYMBOL vmlinux 0xbfb087f4 jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0xbfb320d4 blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0xbfc08661 ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xbfc177bc iowrite32_rep +EXPORT_SYMBOL vmlinux 0xbfc608e7 get_tree_bdev +EXPORT_SYMBOL vmlinux 0xbfc80e7a qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0xbfc87d7f __tracepoint_read_msr +EXPORT_SYMBOL vmlinux 0xbfcd4c53 pnp_possible_config +EXPORT_SYMBOL vmlinux 0xbfe6fb83 kernel_accept +EXPORT_SYMBOL vmlinux 0xbfe9ca89 max8925_reg_write +EXPORT_SYMBOL vmlinux 0xc0043ea4 phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0xc0364007 fault_in_writeable +EXPORT_SYMBOL vmlinux 0xc0366381 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0xc03d4987 inode_needs_sync +EXPORT_SYMBOL vmlinux 0xc03e21d4 mmc_cqe_request_done +EXPORT_SYMBOL vmlinux 0xc03efe6d netdev_core_stats_alloc +EXPORT_SYMBOL vmlinux 0xc043507c netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0xc04905e1 netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0xc053390d set_pages_array_wc +EXPORT_SYMBOL vmlinux 0xc060c3f4 page_pool_ethtool_stats_get +EXPORT_SYMBOL vmlinux 0xc06d15d2 ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0xc06e586d neigh_event_ns +EXPORT_SYMBOL vmlinux 0xc07351b3 __SCT__cond_resched +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc078d22c zstd_init_cstream +EXPORT_SYMBOL vmlinux 0xc07b0863 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0xc07c7a62 tty_unregister_device +EXPORT_SYMBOL vmlinux 0xc07da0d4 sock_alloc +EXPORT_SYMBOL vmlinux 0xc08eeeab arp_create +EXPORT_SYMBOL vmlinux 0xc09f0921 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0xc0a24189 tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0xc0a86095 dm_io +EXPORT_SYMBOL vmlinux 0xc0cb36c0 xfrm4_udp_encap_rcv +EXPORT_SYMBOL vmlinux 0xc0cb4d8b jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0xc0d37798 vfs_copy_file_range +EXPORT_SYMBOL vmlinux 0xc0daaa17 __traceiter_mmap_lock_released +EXPORT_SYMBOL vmlinux 0xc0fa722f __folio_alloc +EXPORT_SYMBOL vmlinux 0xc0fe9137 __printk_cpu_sync_put +EXPORT_SYMBOL vmlinux 0xc0ff12fb nla_strdup +EXPORT_SYMBOL vmlinux 0xc0ff21c1 input_get_new_minor +EXPORT_SYMBOL vmlinux 0xc10c5890 skb_pull +EXPORT_SYMBOL vmlinux 0xc1198662 __warn_flushing_systemwide_wq +EXPORT_SYMBOL vmlinux 0xc1365323 acpi_enable_all_wakeup_gpes +EXPORT_SYMBOL vmlinux 0xc14cfbc4 blk_mq_tagset_wait_completed_request +EXPORT_SYMBOL vmlinux 0xc14dc168 acpi_get_data +EXPORT_SYMBOL vmlinux 0xc1514a3b free_irq +EXPORT_SYMBOL vmlinux 0xc16be39d iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xc179984e vga_switcheroo_fini_domain_pm_ops +EXPORT_SYMBOL vmlinux 0xc17fe3b4 input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0xc1b84db1 ilookup5 +EXPORT_SYMBOL vmlinux 0xc1c77c90 __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0xc1c7c714 file_open_root +EXPORT_SYMBOL vmlinux 0xc1cb419c __traceiter_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1e63baa md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0xc1f9a4f5 clocksource_unregister +EXPORT_SYMBOL vmlinux 0xc2002654 inode_dio_wait +EXPORT_SYMBOL vmlinux 0xc21e2425 netdev_set_tc_queue +EXPORT_SYMBOL vmlinux 0xc22e1f22 crypto_kdf108_ctr_generate +EXPORT_SYMBOL vmlinux 0xc22f6693 call_fib_notifier +EXPORT_SYMBOL vmlinux 0xc2424641 agp3_generic_cleanup +EXPORT_SYMBOL vmlinux 0xc24a4810 __i2c_transfer +EXPORT_SYMBOL vmlinux 0xc268f5d8 phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0xc269da4f ip_fraglist_prepare +EXPORT_SYMBOL vmlinux 0xc278c965 cpu_all_bits +EXPORT_SYMBOL vmlinux 0xc27a7bc0 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0xc27b61ea of_find_mipi_dsi_host_by_node +EXPORT_SYMBOL vmlinux 0xc29b8d46 pci_find_next_bus +EXPORT_SYMBOL vmlinux 0xc29bf967 strspn +EXPORT_SYMBOL vmlinux 0xc29cdd9c rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0xc2cb862e sgl_alloc_order +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2feb012 kernel_sendmsg_locked +EXPORT_SYMBOL vmlinux 0xc3002f7a __dev_queue_xmit +EXPORT_SYMBOL vmlinux 0xc3055d20 usleep_range_state +EXPORT_SYMBOL vmlinux 0xc310b981 strnstr +EXPORT_SYMBOL vmlinux 0xc31db0ce is_vmalloc_addr +EXPORT_SYMBOL vmlinux 0xc32c71af register_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xc331d419 tso_build_hdr +EXPORT_SYMBOL vmlinux 0xc33bc518 security_sctp_assoc_established +EXPORT_SYMBOL vmlinux 0xc3523a08 processors +EXPORT_SYMBOL vmlinux 0xc3570a28 devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0xc359fb65 abort +EXPORT_SYMBOL vmlinux 0xc36d5113 fscrypt_zeroout_range +EXPORT_SYMBOL vmlinux 0xc374bad7 input_event +EXPORT_SYMBOL vmlinux 0xc3762aec mempool_alloc +EXPORT_SYMBOL vmlinux 0xc37f9c6e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0xc3840d74 dma_set_mask +EXPORT_SYMBOL vmlinux 0xc38ac0ab bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0xc38c83b8 mod_timer +EXPORT_SYMBOL vmlinux 0xc39a1cac blk_mq_end_request +EXPORT_SYMBOL vmlinux 0xc3a419b4 inet_proto_csum_replace_by_diff +EXPORT_SYMBOL vmlinux 0xc3aaf0a9 __put_user_1 +EXPORT_SYMBOL vmlinux 0xc3bc72ad trace_print_array_seq +EXPORT_SYMBOL vmlinux 0xc3c87330 dquot_acquire +EXPORT_SYMBOL vmlinux 0xc3cd7d6d mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0xc3ff38c2 down_read_trylock +EXPORT_SYMBOL vmlinux 0xc41368ed config_item_put +EXPORT_SYMBOL vmlinux 0xc4212ab9 qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xc42ab17e dev_lstats_read +EXPORT_SYMBOL vmlinux 0xc42c4cdc md_bitmap_startwrite +EXPORT_SYMBOL vmlinux 0xc42dcb99 acpi_evaluate_ost +EXPORT_SYMBOL vmlinux 0xc450ee14 vfs_iter_write +EXPORT_SYMBOL vmlinux 0xc452212c utf8_strncasecmp +EXPORT_SYMBOL vmlinux 0xc4593f60 mr_vif_seq_next +EXPORT_SYMBOL vmlinux 0xc4777aa9 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xc47a59a2 __mdiobus_c45_write +EXPORT_SYMBOL vmlinux 0xc47ff7c9 neigh_seq_stop +EXPORT_SYMBOL vmlinux 0xc4945cbc jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0xc495b1c6 netdev_notice +EXPORT_SYMBOL vmlinux 0xc4985415 udp_lib_unhash +EXPORT_SYMBOL vmlinux 0xc4aba696 tty_vhangup +EXPORT_SYMBOL vmlinux 0xc4acd35e __tracepoint_spi_transfer_start +EXPORT_SYMBOL vmlinux 0xc4ae915e arch_touch_nmi_watchdog +EXPORT_SYMBOL vmlinux 0xc4ba01b7 generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0xc4be2a1d fs_param_is_s32 +EXPORT_SYMBOL vmlinux 0xc4c81f93 sock_set_keepalive +EXPORT_SYMBOL vmlinux 0xc4d17f24 vmf_insert_pfn +EXPORT_SYMBOL vmlinux 0xc4d43db3 netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0xc5041f85 dm_table_get_size +EXPORT_SYMBOL vmlinux 0xc5126418 kthread_bind +EXPORT_SYMBOL vmlinux 0xc515f1cd __x86_indirect_jump_thunk_r13 +EXPORT_SYMBOL vmlinux 0xc528a49a queued_write_lock_slowpath +EXPORT_SYMBOL vmlinux 0xc548660f phy_ethtool_get_sset_count +EXPORT_SYMBOL vmlinux 0xc558530d profile_pc +EXPORT_SYMBOL vmlinux 0xc558f288 regset_get_alloc +EXPORT_SYMBOL vmlinux 0xc55c2216 tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0xc5606c1d pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0xc5662b8e elv_rb_find +EXPORT_SYMBOL vmlinux 0xc56c3609 xz_dec_microlzma_reset +EXPORT_SYMBOL vmlinux 0xc56d0803 file_write_and_wait_range +EXPORT_SYMBOL vmlinux 0xc57c48a3 idr_get_next +EXPORT_SYMBOL vmlinux 0xc58d5a90 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0xc598fc53 bio_add_folio +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc59a50a5 skb_queue_purge +EXPORT_SYMBOL vmlinux 0xc5a7b4f7 configfs_register_default_group +EXPORT_SYMBOL vmlinux 0xc5ad88af input_allocate_device +EXPORT_SYMBOL vmlinux 0xc5addbc0 serio_unregister_driver +EXPORT_SYMBOL vmlinux 0xc5b2a7b4 param_get_bool +EXPORT_SYMBOL vmlinux 0xc5b6f236 queue_work_on +EXPORT_SYMBOL vmlinux 0xc5b8cfce sock_no_mmap +EXPORT_SYMBOL vmlinux 0xc5b9232b proc_mkdir +EXPORT_SYMBOL vmlinux 0xc5d6afda qdisc_offload_dump_helper +EXPORT_SYMBOL vmlinux 0xc5d9c46c agp_try_unsupported_boot +EXPORT_SYMBOL vmlinux 0xc5ddd597 request_key_rcu +EXPORT_SYMBOL vmlinux 0xc5e74216 release_resource +EXPORT_SYMBOL vmlinux 0xc5eb9a9c backlight_force_update +EXPORT_SYMBOL vmlinux 0xc5f1c97d security_dentry_init_security +EXPORT_SYMBOL vmlinux 0xc5f282ad agp_generic_mask_memory +EXPORT_SYMBOL vmlinux 0xc5feebc8 phy_init_eee +EXPORT_SYMBOL vmlinux 0xc6072b6f padata_set_cpumask +EXPORT_SYMBOL vmlinux 0xc60756cf genl_register_family +EXPORT_SYMBOL vmlinux 0xc60d0620 __num_online_cpus +EXPORT_SYMBOL vmlinux 0xc6146e36 __SCK__tp_func_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xc61a28e5 block_write_full_page +EXPORT_SYMBOL vmlinux 0xc61ca65e iowrite64be_hi_lo +EXPORT_SYMBOL vmlinux 0xc622556f prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc633d82d phy_unregister_fixup +EXPORT_SYMBOL vmlinux 0xc63e3f47 pci_biosrom_size +EXPORT_SYMBOL vmlinux 0xc64adbce mntput +EXPORT_SYMBOL vmlinux 0xc6528d96 netif_rx +EXPORT_SYMBOL vmlinux 0xc65e4e97 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif +EXPORT_SYMBOL vmlinux 0xc672c85c pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0xc6910aa0 do_trace_rdpmc +EXPORT_SYMBOL vmlinux 0xc6bdf31f __traceiter_module_get +EXPORT_SYMBOL vmlinux 0xc6c4128a param_get_uint +EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6d09aa9 release_firmware +EXPORT_SYMBOL vmlinux 0xc6d8b717 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0xc6f3b3fc refcount_dec_if_one +EXPORT_SYMBOL vmlinux 0xc6f46339 init_timer_key +EXPORT_SYMBOL vmlinux 0xc6f4a952 genphy_read_master_slave +EXPORT_SYMBOL vmlinux 0xc708f1fe ec_write +EXPORT_SYMBOL vmlinux 0xc70d4930 bio_alloc_clone +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc74d2fe4 dev_mc_init +EXPORT_SYMBOL vmlinux 0xc76b7f85 io_uring_destruct_scm +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc78445f0 __put_devmap_managed_page_refs +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc7975de0 trace_seq_acquire +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7ae1903 security_lock_kernel_down +EXPORT_SYMBOL vmlinux 0xc7c1107a LZ4_decompress_safe +EXPORT_SYMBOL vmlinux 0xc7dfa0f3 fb_class +EXPORT_SYMBOL vmlinux 0xc7e31c63 ndisc_mc_map +EXPORT_SYMBOL vmlinux 0xc7eb8149 __i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0xc7f0af33 kfree_skb_reason +EXPORT_SYMBOL vmlinux 0xc7f29cf8 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0xc80ab559 swake_up_one +EXPORT_SYMBOL vmlinux 0xc8384fb6 __hw_addr_ref_sync_dev +EXPORT_SYMBOL vmlinux 0xc839afed hdmi_audio_infoframe_check +EXPORT_SYMBOL vmlinux 0xc83f79cd blk_integrity_compare +EXPORT_SYMBOL vmlinux 0xc8404474 dup_iter +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc84b8641 iterate_dir +EXPORT_SYMBOL vmlinux 0xc84ed6e8 neigh_parms_release +EXPORT_SYMBOL vmlinux 0xc852a079 no_seek_end_llseek +EXPORT_SYMBOL vmlinux 0xc85b301a unregister_cdrom +EXPORT_SYMBOL vmlinux 0xc85b3c46 textsearch_destroy +EXPORT_SYMBOL vmlinux 0xc86844f0 fb_pgprotect +EXPORT_SYMBOL vmlinux 0xc868aedf skb_udp_tunnel_segment +EXPORT_SYMBOL vmlinux 0xc869fd46 tty_port_tty_get +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc87b9779 genlmsg_put +EXPORT_SYMBOL vmlinux 0xc8811a2e pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0xc8827b75 sysctl_vals +EXPORT_SYMBOL vmlinux 0xc890c008 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xc8a2d3b7 __ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0xc8a63222 arp_send +EXPORT_SYMBOL vmlinux 0xc8a74ed6 scsi_is_host_device +EXPORT_SYMBOL vmlinux 0xc8a91f5b cpumask_local_spread +EXPORT_SYMBOL vmlinux 0xc8b3c97e d_delete +EXPORT_SYMBOL vmlinux 0xc8bc797c jbd2_journal_inode_ranged_wait +EXPORT_SYMBOL vmlinux 0xc8c85086 sg_free_table +EXPORT_SYMBOL vmlinux 0xc8c8d359 jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0xc8cbf751 tlbstate_untag_mask +EXPORT_SYMBOL vmlinux 0xc8dc96a1 ipv6_push_frag_opts +EXPORT_SYMBOL vmlinux 0xc8dcc62a krealloc +EXPORT_SYMBOL vmlinux 0xc9071450 tty_hung_up_p +EXPORT_SYMBOL vmlinux 0xc91b05f3 iunique +EXPORT_SYMBOL vmlinux 0xc9226039 vmf_insert_pfn_prot +EXPORT_SYMBOL vmlinux 0xc9262e9d udp_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0xc93e8461 acpi_get_event_resources +EXPORT_SYMBOL vmlinux 0xc94473b6 jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc9664dce fscrypt_decrypt_block_inplace +EXPORT_SYMBOL vmlinux 0xc96cf9f9 skb_split +EXPORT_SYMBOL vmlinux 0xc972449f mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0xc9822234 clk_register_clkdev +EXPORT_SYMBOL vmlinux 0xc994b1a4 tcp_time_wait +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9df055a xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xc9f34c1d acpi_acquire_global_lock +EXPORT_SYMBOL vmlinux 0xca02811a filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0xca044b06 __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0xca07491f phy_loopback +EXPORT_SYMBOL vmlinux 0xca1648d4 zstd_decompress_dctx +EXPORT_SYMBOL vmlinux 0xca17031d tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0xca17ac01 _find_next_andnot_bit +EXPORT_SYMBOL vmlinux 0xca21ebd3 bitmap_free +EXPORT_SYMBOL vmlinux 0xca3ece2e inode_nohighmem +EXPORT_SYMBOL vmlinux 0xca431c05 wake_bit_function +EXPORT_SYMBOL vmlinux 0xca4a8907 mount_bdev +EXPORT_SYMBOL vmlinux 0xca5444fe param_set_charp +EXPORT_SYMBOL vmlinux 0xca570050 km_policy_notify +EXPORT_SYMBOL vmlinux 0xca61f678 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0xca629f60 fget_raw +EXPORT_SYMBOL vmlinux 0xca77fdec input_mt_drop_unused +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xca9beaa4 __xa_store +EXPORT_SYMBOL vmlinux 0xcab40166 __nlmsg_put +EXPORT_SYMBOL vmlinux 0xcacc27c5 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0xcad1aca8 acpi_exception +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb3ae215 call_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xcb4c7814 inet_offloads +EXPORT_SYMBOL vmlinux 0xcb679674 ps2_sliced_command +EXPORT_SYMBOL vmlinux 0xcb733bf2 acpi_bus_set_power +EXPORT_SYMBOL vmlinux 0xcb7723e8 buffer_migrate_folio +EXPORT_SYMBOL vmlinux 0xcb98279f mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbd4898c fortify_panic +EXPORT_SYMBOL vmlinux 0xcbfb33e4 init_opal_dev +EXPORT_SYMBOL vmlinux 0xcbffb944 d_path +EXPORT_SYMBOL vmlinux 0xcc05cfe3 vmf_insert_mixed_mkwrite +EXPORT_SYMBOL vmlinux 0xcc0b74de follow_pfn +EXPORT_SYMBOL vmlinux 0xcc0bb524 vfs_statfs +EXPORT_SYMBOL vmlinux 0xcc149892 xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0xcc1600c6 security_dentry_create_files_as +EXPORT_SYMBOL vmlinux 0xcc1aa8d6 __SCK__tp_func_kmalloc +EXPORT_SYMBOL vmlinux 0xcc1b882a idr_get_next_ul +EXPORT_SYMBOL vmlinux 0xcc23b229 input_register_handler +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc2c10a8 tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0xcc328a5c reservation_ww_class +EXPORT_SYMBOL vmlinux 0xcc32ec9a vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0xcc392eea kmalloc_size_roundup +EXPORT_SYMBOL vmlinux 0xcc411ed1 ptp_convert_timestamp +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc5c2df4 trace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0xcc5d22d9 can_do_mlock +EXPORT_SYMBOL vmlinux 0xcc5d954b pid_task +EXPORT_SYMBOL vmlinux 0xcc66ed05 fwnode_iomap +EXPORT_SYMBOL vmlinux 0xcca40ebf fs_param_is_fd +EXPORT_SYMBOL vmlinux 0xcca5839d xen_vcpu_id +EXPORT_SYMBOL vmlinux 0xcca918c6 input_set_poll_interval +EXPORT_SYMBOL vmlinux 0xccaf994e dma_fence_set_deadline +EXPORT_SYMBOL vmlinux 0xccb1a70d block_invalidate_folio +EXPORT_SYMBOL vmlinux 0xccb6863d generic_block_bmap +EXPORT_SYMBOL vmlinux 0xccba578e touch_buffer +EXPORT_SYMBOL vmlinux 0xccbd7f6c agp_generic_remove_memory +EXPORT_SYMBOL vmlinux 0xccc63c73 set_page_writeback +EXPORT_SYMBOL vmlinux 0xccd75b21 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0xcce0294d mmc_cqe_start_req +EXPORT_SYMBOL vmlinux 0xccf1cce5 pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0xccfb9e07 dst_default_metrics +EXPORT_SYMBOL vmlinux 0xccfd2ebc scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0xcd01b8e6 acpi_attach_data +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd38ea97 devm_mmc_alloc_host +EXPORT_SYMBOL vmlinux 0xcd4bbb30 unpin_user_page_range_dirty_lock +EXPORT_SYMBOL vmlinux 0xcd60eddf path_has_submounts +EXPORT_SYMBOL vmlinux 0xcd6cf986 mipi_dsi_set_maximum_return_packet_size +EXPORT_SYMBOL vmlinux 0xcd8ce890 acpi_format_exception +EXPORT_SYMBOL vmlinux 0xcd900165 noop_dirty_folio +EXPORT_SYMBOL vmlinux 0xcd936fee inet_stream_connect +EXPORT_SYMBOL vmlinux 0xcd9c13a3 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0xcd9e9307 timestamp_truncate +EXPORT_SYMBOL vmlinux 0xcda3a004 udpv6_sendmsg +EXPORT_SYMBOL vmlinux 0xcdba9b7c acpi_get_hp_hw_control_from_firmware +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdcb212f legacy_pic +EXPORT_SYMBOL vmlinux 0xcde77bcc free_opal_dev +EXPORT_SYMBOL vmlinux 0xcde886a6 __bio_advance +EXPORT_SYMBOL vmlinux 0xce06b325 mmc_sw_reset +EXPORT_SYMBOL vmlinux 0xce0ae935 sb_set_blocksize +EXPORT_SYMBOL vmlinux 0xce20b9a6 gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce309b11 ip6_mtu +EXPORT_SYMBOL vmlinux 0xce32ea61 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0xce3e850a tty_port_init +EXPORT_SYMBOL vmlinux 0xce40074b rproc_boot +EXPORT_SYMBOL vmlinux 0xce4cdb8e fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xce4e47b6 __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce5e4f6e flow_indr_dev_register +EXPORT_SYMBOL vmlinux 0xce720f28 mtree_destroy +EXPORT_SYMBOL vmlinux 0xce76c257 acpi_get_irq_routing_table +EXPORT_SYMBOL vmlinux 0xce807a25 up_write +EXPORT_SYMBOL vmlinux 0xce8cfd75 io_uring_get_socket +EXPORT_SYMBOL vmlinux 0xce8f3141 inode_set_flags +EXPORT_SYMBOL vmlinux 0xce951cfe netdev_bonding_info_change +EXPORT_SYMBOL vmlinux 0xce9aa25c dev_set_mac_address_user +EXPORT_SYMBOL vmlinux 0xcea0b5ed amd_iommu_flush_page +EXPORT_SYMBOL vmlinux 0xcea381dd x86_match_cpu +EXPORT_SYMBOL vmlinux 0xcea8ae2b devm_gen_pool_create +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xceafb1fe mq_change_real_num_tx +EXPORT_SYMBOL vmlinux 0xcec71a42 sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xced0f4d4 gen_pool_create +EXPORT_SYMBOL vmlinux 0xcefb0c9f __mutex_init +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf060e38 mipi_dsi_host_register +EXPORT_SYMBOL vmlinux 0xcf112d90 dentry_open +EXPORT_SYMBOL vmlinux 0xcf11743e build_skb +EXPORT_SYMBOL vmlinux 0xcf2a6966 up +EXPORT_SYMBOL vmlinux 0xcf3057f7 put_cmsg +EXPORT_SYMBOL vmlinux 0xcf3a26c1 get_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0xcf3b69b3 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xcf490ca4 blk_execute_rq +EXPORT_SYMBOL vmlinux 0xcf4fdd4d _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0xcf5712a7 blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0xcf65322f page_cache_next_miss +EXPORT_SYMBOL vmlinux 0xcf94649d pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0xcf9b558d touchscreen_set_mt_pos +EXPORT_SYMBOL vmlinux 0xcfc0a6c7 mipi_dsi_turn_on_peripheral +EXPORT_SYMBOL vmlinux 0xcfc9deaf atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0xcfd884a8 __hsiphash_unaligned +EXPORT_SYMBOL vmlinux 0xcfe6a182 md_write_end +EXPORT_SYMBOL vmlinux 0xd018b6a9 page_readlink +EXPORT_SYMBOL vmlinux 0xd0386691 inode_to_bdi +EXPORT_SYMBOL vmlinux 0xd045fed4 pci_pme_active +EXPORT_SYMBOL vmlinux 0xd04c1a64 sysctl_devconf_inherit_init_net +EXPORT_SYMBOL vmlinux 0xd054d5f3 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0xd0654aba woken_wake_function +EXPORT_SYMBOL vmlinux 0xd068e6b0 pci_get_class +EXPORT_SYMBOL vmlinux 0xd070abe8 mdiobus_c45_write_nested +EXPORT_SYMBOL vmlinux 0xd0760fc0 kfree_sensitive +EXPORT_SYMBOL vmlinux 0xd088b2fa d_find_any_alias +EXPORT_SYMBOL vmlinux 0xd08adb2b trace_seq_hex_dump +EXPORT_SYMBOL vmlinux 0xd08ca956 vga_remove_vgacon +EXPORT_SYMBOL vmlinux 0xd0a0ec4c inode_io_list_del +EXPORT_SYMBOL vmlinux 0xd0a7be31 mini_qdisc_pair_swap +EXPORT_SYMBOL vmlinux 0xd0b5f93b genphy_suspend +EXPORT_SYMBOL vmlinux 0xd0b74705 acpi_install_interface +EXPORT_SYMBOL vmlinux 0xd0f284b8 mmiotrace_printk +EXPORT_SYMBOL vmlinux 0xd0fef3b2 agp_free_key +EXPORT_SYMBOL vmlinux 0xd10cccdc inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0xd115ea55 ipv6_dev_mc_dec +EXPORT_SYMBOL vmlinux 0xd122c145 dev_open +EXPORT_SYMBOL vmlinux 0xd1363cc1 ucs2_strsize +EXPORT_SYMBOL vmlinux 0xd159de89 blk_get_queue +EXPORT_SYMBOL vmlinux 0xd163283c writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0xd1850f0b poll_freewait +EXPORT_SYMBOL vmlinux 0xd18b2537 mini_qdisc_pair_init +EXPORT_SYMBOL vmlinux 0xd194ddf9 acpi_gpe_count +EXPORT_SYMBOL vmlinux 0xd198d5df key_link +EXPORT_SYMBOL vmlinux 0xd19aca6e blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0xd19ad418 flow_indr_block_cb_alloc +EXPORT_SYMBOL vmlinux 0xd1a0f1a7 mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0xd1a53fe5 i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0xd1a59a7b ps2_drain +EXPORT_SYMBOL vmlinux 0xd1a8645f mipi_dsi_compression_mode +EXPORT_SYMBOL vmlinux 0xd1ac2a98 qdisc_put +EXPORT_SYMBOL vmlinux 0xd1b143d9 csum_and_copy_from_iter +EXPORT_SYMBOL vmlinux 0xd1c186e7 set_create_files_as +EXPORT_SYMBOL vmlinux 0xd1c41f2e __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0xd1d6e0b7 boot_cpu_data +EXPORT_SYMBOL vmlinux 0xd1d87e92 scsi_mlreturn_string +EXPORT_SYMBOL vmlinux 0xd1e1cd20 __tracepoint_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0xd1f60a89 arch_io_free_memtype_wc +EXPORT_SYMBOL vmlinux 0xd1f66754 __mdiobus_write +EXPORT_SYMBOL vmlinux 0xd1f6c5f3 smp_num_siblings +EXPORT_SYMBOL vmlinux 0xd2196d49 dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xd219c109 crypto_sha256_update +EXPORT_SYMBOL vmlinux 0xd21c5139 iowrite64_lo_hi +EXPORT_SYMBOL vmlinux 0xd2237016 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0xd22c85f0 skb_vlan_untag +EXPORT_SYMBOL vmlinux 0xd24108d4 rfkill_soft_blocked +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd274c82f devm_pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd2800691 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0xd287cb7f tcf_exts_num_actions +EXPORT_SYMBOL vmlinux 0xd2906132 inet_csk_reqsk_queue_drop_and_put +EXPORT_SYMBOL vmlinux 0xd29b2997 xfrm_user_policy +EXPORT_SYMBOL vmlinux 0xd2a93da3 single_release +EXPORT_SYMBOL vmlinux 0xd2b46a3c vme_unregister_error_handler +EXPORT_SYMBOL vmlinux 0xd2b92df7 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0xd2bc5c46 __get_user_nocheck_2 +EXPORT_SYMBOL vmlinux 0xd2bcdf15 fb_blank +EXPORT_SYMBOL vmlinux 0xd2beffa0 blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0xd2d1dd24 netif_schedule_queue +EXPORT_SYMBOL vmlinux 0xd2d88506 netdev_offload_xstats_report_used +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2e2a9d0 hdmi_spd_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0xd2e901ba serio_interrupt +EXPORT_SYMBOL vmlinux 0xd2ea49b8 acpi_leave_sleep_state_prep +EXPORT_SYMBOL vmlinux 0xd2eb90b5 __brelse +EXPORT_SYMBOL vmlinux 0xd2fd88e1 crypto_sha3_update +EXPORT_SYMBOL vmlinux 0xd31323cf xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0xd31f5f8d find_inode_by_ino_rcu +EXPORT_SYMBOL vmlinux 0xd32146e4 blk_queue_max_secure_erase_sectors +EXPORT_SYMBOL vmlinux 0xd332f065 fixed_size_llseek +EXPORT_SYMBOL vmlinux 0xd338ea7e __SCT__tp_func_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xd33b4b83 dev_get_flags +EXPORT_SYMBOL vmlinux 0xd34d81cb ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0xd35a6d31 mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xd35cce70 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xd3611730 debugfs_create_automount +EXPORT_SYMBOL vmlinux 0xd36ae7a8 blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0xd36dc10c get_random_u32 +EXPORT_SYMBOL vmlinux 0xd36e3d59 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0xd36fd8e9 netdev_lower_state_changed +EXPORT_SYMBOL vmlinux 0xd38cd261 __default_kernel_pte_mask +EXPORT_SYMBOL vmlinux 0xd390fab2 set_cached_acl +EXPORT_SYMBOL vmlinux 0xd394a4b0 input_unregister_handler +EXPORT_SYMBOL vmlinux 0xd3a0e2ff ps2_end_command +EXPORT_SYMBOL vmlinux 0xd3a7e2aa dev_mc_del +EXPORT_SYMBOL vmlinux 0xd3a89222 dma_mmap_attrs +EXPORT_SYMBOL vmlinux 0xd3b499af sock_init_data +EXPORT_SYMBOL vmlinux 0xd3b6c605 blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0xd3c4ea48 generic_listxattr +EXPORT_SYMBOL vmlinux 0xd3dd455c pcie_get_width_cap +EXPORT_SYMBOL vmlinux 0xd3eb6dae security_binder_transfer_file +EXPORT_SYMBOL vmlinux 0xd404f2e5 free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0xd406d266 fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xd40c02a0 napi_gro_flush +EXPORT_SYMBOL vmlinux 0xd40ea0df remove_watch_from_object +EXPORT_SYMBOL vmlinux 0xd41de495 gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0xd4235921 param_set_bint +EXPORT_SYMBOL vmlinux 0xd43a3e3c flow_rule_match_arp +EXPORT_SYMBOL vmlinux 0xd43dca75 tcp_poll +EXPORT_SYMBOL vmlinux 0xd43fc613 tc_setup_cb_add +EXPORT_SYMBOL vmlinux 0xd4573fcf mipi_dsi_dcs_get_display_brightness +EXPORT_SYMBOL vmlinux 0xd45cc6ca bin2hex +EXPORT_SYMBOL vmlinux 0xd45e8ec4 filemap_dirty_folio +EXPORT_SYMBOL vmlinux 0xd4789cb1 proc_create_mount_point +EXPORT_SYMBOL vmlinux 0xd4835ef8 dmi_check_system +EXPORT_SYMBOL vmlinux 0xd48a2c1b sg_miter_start +EXPORT_SYMBOL vmlinux 0xd49f23b8 tty_port_close_start +EXPORT_SYMBOL vmlinux 0xd4a11d16 default_qdisc_ops +EXPORT_SYMBOL vmlinux 0xd4afea5d free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0xd4b14f42 open_exec +EXPORT_SYMBOL vmlinux 0xd4bb4a82 inet6addr_validator_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xd4c81bb0 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0xd4ca8c3d fib_notifier_ops_register +EXPORT_SYMBOL vmlinux 0xd4d1983c udplite_table +EXPORT_SYMBOL vmlinux 0xd4e5f9b7 xattr_full_name +EXPORT_SYMBOL vmlinux 0xd50204e3 simple_empty +EXPORT_SYMBOL vmlinux 0xd5039186 __alloc_pages +EXPORT_SYMBOL vmlinux 0xd5263820 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xd5346bfc acpi_get_possible_resources +EXPORT_SYMBOL vmlinux 0xd535be9f folio_redirty_for_writepage +EXPORT_SYMBOL vmlinux 0xd536cf3b ping_prot +EXPORT_SYMBOL vmlinux 0xd5633dac single_open_size +EXPORT_SYMBOL vmlinux 0xd56e27af phy_set_sym_pause +EXPORT_SYMBOL vmlinux 0xd5865246 may_setattr +EXPORT_SYMBOL vmlinux 0xd5b3d0d5 xxh64_copy_state +EXPORT_SYMBOL vmlinux 0xd5bd32dc i2c_add_adapter +EXPORT_SYMBOL vmlinux 0xd5e5f50d phy_connect_direct +EXPORT_SYMBOL vmlinux 0xd5f1a74d genphy_c45_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0xd5fd90f1 prepare_to_wait +EXPORT_SYMBOL vmlinux 0xd5ff4975 i2c_clients_command +EXPORT_SYMBOL vmlinux 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL vmlinux 0xd607e6ff __dev_set_mtu +EXPORT_SYMBOL vmlinux 0xd61d52cf folio_wait_bit_killable +EXPORT_SYMBOL vmlinux 0xd628bd1b netdev_sk_get_lowest_dev +EXPORT_SYMBOL vmlinux 0xd62ecd49 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xd63206a4 jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0xd642f3f6 video_firmware_drivers_only +EXPORT_SYMBOL vmlinux 0xd643239a acpi_leave_sleep_state +EXPORT_SYMBOL vmlinux 0xd64fcab6 skb_checksum_setup +EXPORT_SYMBOL vmlinux 0xd6563641 pci_enable_device +EXPORT_SYMBOL vmlinux 0xd66c8184 add_device_randomness +EXPORT_SYMBOL vmlinux 0xd6742002 preempt_schedule_thunk +EXPORT_SYMBOL vmlinux 0xd6880368 rproc_report_crash +EXPORT_SYMBOL vmlinux 0xd68b62c2 fiemap_prep +EXPORT_SYMBOL vmlinux 0xd68c5a1f adjust_resource +EXPORT_SYMBOL vmlinux 0xd6a46fed vfs_getattr +EXPORT_SYMBOL vmlinux 0xd6a6d851 ipv4_mtu +EXPORT_SYMBOL vmlinux 0xd6a91f54 twl_i2c_read +EXPORT_SYMBOL vmlinux 0xd6ad736e end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0xd6b2ed5f generate_pm_trace +EXPORT_SYMBOL vmlinux 0xd6b33026 cpu_khz +EXPORT_SYMBOL vmlinux 0xd6ca5c63 scsi_vpd_tpg_id +EXPORT_SYMBOL vmlinux 0xd6cc039c gnet_stats_copy_basic_hw +EXPORT_SYMBOL vmlinux 0xd6ce7f2d devfreq_add_device +EXPORT_SYMBOL vmlinux 0xd6d0b860 secure_tcpv6_ts_off +EXPORT_SYMBOL vmlinux 0xd6d148c7 __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xd6e20ce9 finish_swait +EXPORT_SYMBOL vmlinux 0xd6eaaea1 full_name_hash +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6eec819 rt_dst_alloc +EXPORT_SYMBOL vmlinux 0xd6f7184b inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0xd6fde043 is_module_sig_enforced +EXPORT_SYMBOL vmlinux 0xd70d35a1 gf128mul_4k_bbe +EXPORT_SYMBOL vmlinux 0xd70f62b6 acpi_os_execute +EXPORT_SYMBOL vmlinux 0xd71cd6a4 neigh_carrier_down +EXPORT_SYMBOL vmlinux 0xd733d8bd udp_sendmsg +EXPORT_SYMBOL vmlinux 0xd7356c1c ns_capable_setid +EXPORT_SYMBOL vmlinux 0xd73653c4 freezer_active +EXPORT_SYMBOL vmlinux 0xd7367d6a sock_wake_async +EXPORT_SYMBOL vmlinux 0xd738ca1b phy_unregister_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xd73a294f mtree_erase +EXPORT_SYMBOL vmlinux 0xd73c8c2b synchronize_shrinkers +EXPORT_SYMBOL vmlinux 0xd74260e7 sys_imageblit +EXPORT_SYMBOL vmlinux 0xd7481a1f sk_capable +EXPORT_SYMBOL vmlinux 0xd7482f05 vcalloc +EXPORT_SYMBOL vmlinux 0xd76b7a77 phy_advertise_supported +EXPORT_SYMBOL vmlinux 0xd773dd56 tso_build_data +EXPORT_SYMBOL vmlinux 0xd775bf00 tc_setup_offload_action +EXPORT_SYMBOL vmlinux 0xd78e673c ps2_init +EXPORT_SYMBOL vmlinux 0xd795cdf9 agp_create_memory +EXPORT_SYMBOL vmlinux 0xd7987177 utf8_load +EXPORT_SYMBOL vmlinux 0xd7d280ad irq_poll_complete +EXPORT_SYMBOL vmlinux 0xd7dd777b reserve_perfctr_nmi +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7e62731 jbd2_wait_inode_data +EXPORT_SYMBOL vmlinux 0xd7e637a3 inet_frag_rbtree_purge +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd8038dd4 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0xd80dcf30 blk_set_queue_depth +EXPORT_SYMBOL vmlinux 0xd824c0b5 dma_map_sg_attrs +EXPORT_SYMBOL vmlinux 0xd82c8b06 pci_enable_link_state +EXPORT_SYMBOL vmlinux 0xd8351e05 jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0xd83898d5 nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xd8428eac __dev_direct_xmit +EXPORT_SYMBOL vmlinux 0xd846c315 acpi_write_bit_register +EXPORT_SYMBOL vmlinux 0xd857a915 vfs_parse_monolithic_sep +EXPORT_SYMBOL vmlinux 0xd85b80b7 neigh_update +EXPORT_SYMBOL vmlinux 0xd891f5a3 try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd8a25a6e generic_file_open +EXPORT_SYMBOL vmlinux 0xd8a994eb scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0xd8b4e963 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0xd8b61304 get_default_font +EXPORT_SYMBOL vmlinux 0xd8b6d96f __find_nth_and_bit +EXPORT_SYMBOL vmlinux 0xd8bbd836 mipi_dsi_dcs_set_display_brightness +EXPORT_SYMBOL vmlinux 0xd8c11526 tty_lock +EXPORT_SYMBOL vmlinux 0xd8da9c1f proto_register +EXPORT_SYMBOL vmlinux 0xd8df08ac acpi_handle_printk +EXPORT_SYMBOL vmlinux 0xd9001c83 param_set_ushort +EXPORT_SYMBOL vmlinux 0xd90a3728 netdev_printk +EXPORT_SYMBOL vmlinux 0xd911aa36 dma_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0xd91f6ab6 strnlen_user +EXPORT_SYMBOL vmlinux 0xd923d044 unregister_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0xd92deb6b acpi_evaluate_object +EXPORT_SYMBOL vmlinux 0xd92e5746 __neigh_create +EXPORT_SYMBOL vmlinux 0xd933f209 __SCT__tp_func_rdpmc +EXPORT_SYMBOL vmlinux 0xd9391c17 __skb_ext_del +EXPORT_SYMBOL vmlinux 0xd9491c14 xa_destroy +EXPORT_SYMBOL vmlinux 0xd9650f5f __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0xd971c6c4 xen_arch_register_cpu +EXPORT_SYMBOL vmlinux 0xd97ac6cc _copy_to_iter +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd98d885e jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0xd99b1841 devfreq_update_target +EXPORT_SYMBOL vmlinux 0xd9a5ea54 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xd9b85ef6 lockref_get +EXPORT_SYMBOL vmlinux 0xd9cc4b78 register_fib_notifier +EXPORT_SYMBOL vmlinux 0xd9ccd53c request_firmware_into_buf +EXPORT_SYMBOL vmlinux 0xd9d8fd16 register_restart_handler +EXPORT_SYMBOL vmlinux 0xd9d952d1 crypto_aes_sbox +EXPORT_SYMBOL vmlinux 0xd9eff09b udp_ioctl +EXPORT_SYMBOL vmlinux 0xd9f42bdf agp_free_memory +EXPORT_SYMBOL vmlinux 0xda1ddef1 acpi_mark_gpe_for_wake +EXPORT_SYMBOL vmlinux 0xda26b8ea __irq_regs +EXPORT_SYMBOL vmlinux 0xda275657 vfs_fsync_range +EXPORT_SYMBOL vmlinux 0xda32ff5a scsi_vpd_lun_id +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda41b3a9 setattr_copy +EXPORT_SYMBOL vmlinux 0xda57763e phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0xda86c460 netdev_alert +EXPORT_SYMBOL vmlinux 0xda99ecdd prepare_to_swait_exclusive +EXPORT_SYMBOL vmlinux 0xda9e534a remove_arg_zero +EXPORT_SYMBOL vmlinux 0xdaaac775 xfrm_trans_queue +EXPORT_SYMBOL vmlinux 0xdac4913a bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0xdacee371 posix_lock_file +EXPORT_SYMBOL vmlinux 0xdad13544 ptrs_per_p4d +EXPORT_SYMBOL vmlinux 0xdad1fc3f zstd_flush_stream +EXPORT_SYMBOL vmlinux 0xdae0ef21 seq_read +EXPORT_SYMBOL vmlinux 0xdae1bcc8 tcf_block_netif_keep_dst +EXPORT_SYMBOL vmlinux 0xdaf83e80 device_add_disk +EXPORT_SYMBOL vmlinux 0xdb060743 inet_register_protosw +EXPORT_SYMBOL vmlinux 0xdb16b170 topology_phys_to_logical_pkg +EXPORT_SYMBOL vmlinux 0xdb16c13f nd_dax_probe +EXPORT_SYMBOL vmlinux 0xdb1edee6 hdmi_infoframe_unpack +EXPORT_SYMBOL vmlinux 0xdb24aad6 __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0xdb48d061 ip_local_deliver +EXPORT_SYMBOL vmlinux 0xdb63a674 __SCK__tp_func_kfree +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb814801 __ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xdb95e185 intel_scu_ipc_dev_command_with_size +EXPORT_SYMBOL vmlinux 0xdb9939e5 km_new_mapping +EXPORT_SYMBOL vmlinux 0xdb9cee68 fc_mount +EXPORT_SYMBOL vmlinux 0xdba20e12 blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0xdbc43e6a qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xdbcde403 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0xdbcf041a acpi_install_address_space_handler +EXPORT_SYMBOL vmlinux 0xdbdbee83 vfs_parse_fs_param +EXPORT_SYMBOL vmlinux 0xdbdf6c92 ioport_resource +EXPORT_SYMBOL vmlinux 0xdbfa47d0 pci_request_regions +EXPORT_SYMBOL vmlinux 0xdc0e4855 timer_delete +EXPORT_SYMBOL vmlinux 0xdc0ec08c __x86_indirect_jump_thunk_r12 +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc2150fc vme_lm_request +EXPORT_SYMBOL vmlinux 0xdc31cc47 agp_copy_info +EXPORT_SYMBOL vmlinux 0xdc37300f inet_getname +EXPORT_SYMBOL vmlinux 0xdc3fa570 security_sb_mnt_opts_compat +EXPORT_SYMBOL vmlinux 0xdc40b942 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0xdc49c198 reciprocal_value_adv +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc5736d5 acpi_register_ioapic +EXPORT_SYMBOL vmlinux 0xdc57e61c pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0xdc6adc4b d_mark_dontcache +EXPORT_SYMBOL vmlinux 0xdc702b7d rproc_set_firmware +EXPORT_SYMBOL vmlinux 0xdc735e4d handshake_genl_put +EXPORT_SYMBOL vmlinux 0xdc92f7a1 send_sig +EXPORT_SYMBOL vmlinux 0xdcb309e0 __zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0xdcbeba1d sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0xdcdc0040 slhc_compress +EXPORT_SYMBOL vmlinux 0xdce9e136 mmc_erase +EXPORT_SYMBOL vmlinux 0xdcf93978 netlbl_calipso_ops_register +EXPORT_SYMBOL vmlinux 0xdd0d7d56 mdiobus_write +EXPORT_SYMBOL vmlinux 0xdd0ef6bf __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0xdd163cb0 generic_copy_file_range +EXPORT_SYMBOL vmlinux 0xdd18442f max8998_bulk_read +EXPORT_SYMBOL vmlinux 0xdd18a993 acpi_check_dsm +EXPORT_SYMBOL vmlinux 0xdd19eb96 netdev_bind_sb_channel_queue +EXPORT_SYMBOL vmlinux 0xdd1fd61f ip6_frag_next +EXPORT_SYMBOL vmlinux 0xdd2c169b mb_cache_create +EXPORT_SYMBOL vmlinux 0xdd2c29d6 netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0xdd47786c __bh_read_batch +EXPORT_SYMBOL vmlinux 0xdd48cb81 km_query +EXPORT_SYMBOL vmlinux 0xdd4d55b6 _raw_read_unlock +EXPORT_SYMBOL vmlinux 0xdd53f4d9 pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0xdd5e4cea rtnl_nla_parse_ifinfomsg +EXPORT_SYMBOL vmlinux 0xdd64e639 strscpy +EXPORT_SYMBOL vmlinux 0xdd6f8629 touchscreen_parse_properties +EXPORT_SYMBOL vmlinux 0xdd75b08d skb_set_owner_w +EXPORT_SYMBOL vmlinux 0xdd7c4b0d agp_generic_alloc_user +EXPORT_SYMBOL vmlinux 0xdd849d51 scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0xdd97571d mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0xddad7952 acpi_dbg_level +EXPORT_SYMBOL vmlinux 0xddc30c93 sock_create +EXPORT_SYMBOL vmlinux 0xddcbe1f3 acpi_ut_value_exit +EXPORT_SYMBOL vmlinux 0xddcf2bdf tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0xddf6ad7a completion_done +EXPORT_SYMBOL vmlinux 0xddfb46be agp_generic_insert_memory +EXPORT_SYMBOL vmlinux 0xddfdb8ac tcp_md5_needed +EXPORT_SYMBOL vmlinux 0xde09f50d udp_seq_ops +EXPORT_SYMBOL vmlinux 0xde1f9e29 nf_log_trace +EXPORT_SYMBOL vmlinux 0xde1fa022 vfs_rename +EXPORT_SYMBOL vmlinux 0xde293f9e add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xde330d16 dev_uc_init +EXPORT_SYMBOL vmlinux 0xde4eeab5 __register_nmi_handler +EXPORT_SYMBOL vmlinux 0xde53efe0 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0xde57d177 phy_support_asym_pause +EXPORT_SYMBOL vmlinux 0xde588a09 load_nls +EXPORT_SYMBOL vmlinux 0xde7886bb vif_device_init +EXPORT_SYMBOL vmlinux 0xde80cd09 ioremap +EXPORT_SYMBOL vmlinux 0xde9b17ed agp3_generic_fetch_size +EXPORT_SYMBOL vmlinux 0xde9c730f __nla_reserve +EXPORT_SYMBOL vmlinux 0xdeb99119 dma_fence_init +EXPORT_SYMBOL vmlinux 0xded39a6b gen_kill_estimator +EXPORT_SYMBOL vmlinux 0xdef68d34 flow_keys_basic_dissector +EXPORT_SYMBOL vmlinux 0xdef7c893 fb_match_mode +EXPORT_SYMBOL vmlinux 0xdef8d0ae __SCT__tp_func_kfree +EXPORT_SYMBOL vmlinux 0xdf256037 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0xdf2c1f14 netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf2e2abd d_alloc +EXPORT_SYMBOL vmlinux 0xdf2ebb87 _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xdf36914b xa_find_after +EXPORT_SYMBOL vmlinux 0xdf49bd5d flow_rule_match_ip +EXPORT_SYMBOL vmlinux 0xdf521442 _find_next_zero_bit +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf679274 tcf_idr_cleanup +EXPORT_SYMBOL vmlinux 0xdf742405 input_register_handle +EXPORT_SYMBOL vmlinux 0xdf7822ef ip_frag_next +EXPORT_SYMBOL vmlinux 0xdf8c695a __ndelay +EXPORT_SYMBOL vmlinux 0xdf8d781f acpi_update_all_gpes +EXPORT_SYMBOL vmlinux 0xdf8ef951 scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdf93b9d8 timespec64_to_jiffies +EXPORT_SYMBOL vmlinux 0xdf9734a7 sg_nents +EXPORT_SYMBOL vmlinux 0xdf997873 cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0xdf9c8026 input_set_capability +EXPORT_SYMBOL vmlinux 0xdfa1950b crypto_sha512_finup +EXPORT_SYMBOL vmlinux 0xdfa5f94d security_cred_getsecid +EXPORT_SYMBOL vmlinux 0xdfc12ef1 zstd_decompress_stream +EXPORT_SYMBOL vmlinux 0xdfca761c crypto_sha256_finup +EXPORT_SYMBOL vmlinux 0xdfcc992c current_work +EXPORT_SYMBOL vmlinux 0xdfd6c53c mark_info_dirty +EXPORT_SYMBOL vmlinux 0xdfd8110c flow_block_cb_is_busy +EXPORT_SYMBOL vmlinux 0xdfdce324 cpu_info +EXPORT_SYMBOL vmlinux 0xdfeaa45c inode_init_always +EXPORT_SYMBOL vmlinux 0xdfecbaff get_watch_queue +EXPORT_SYMBOL vmlinux 0xdff8bebd audit_log_start +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xdffc80fc vesa_modes +EXPORT_SYMBOL vmlinux 0xe0112fc4 __x86_indirect_thunk_r9 +EXPORT_SYMBOL vmlinux 0xe02ba436 trace_print_hex_seq +EXPORT_SYMBOL vmlinux 0xe02c9c92 __xa_erase +EXPORT_SYMBOL vmlinux 0xe033cb29 native_queued_spin_lock_slowpath +EXPORT_SYMBOL vmlinux 0xe0419ac4 kstrtos16 +EXPORT_SYMBOL vmlinux 0xe0465aa0 __free_pages +EXPORT_SYMBOL vmlinux 0xe057bcd6 kernel_write +EXPORT_SYMBOL vmlinux 0xe05dc901 bpf_prog_get_type_path +EXPORT_SYMBOL vmlinux 0xe07e5f44 acpi_reconfig_notifier_unregister +EXPORT_SYMBOL vmlinux 0xe07ef363 intel_gmch_gtt_insert_sg_entries +EXPORT_SYMBOL vmlinux 0xe080e8f0 set_current_groups +EXPORT_SYMBOL vmlinux 0xe082e88d acpi_check_address_range +EXPORT_SYMBOL vmlinux 0xe091c977 list_sort +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b9065b security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xe0bd9430 fs_param_is_path +EXPORT_SYMBOL vmlinux 0xe0dbd979 acpi_device_set_power +EXPORT_SYMBOL vmlinux 0xe10be8ad block_read_full_folio +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe123f3d9 dma_fence_release +EXPORT_SYMBOL vmlinux 0xe12bda79 vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xe12ce89b simple_write_begin +EXPORT_SYMBOL vmlinux 0xe1317694 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0xe138fb8c percpu_counter_add_batch +EXPORT_SYMBOL vmlinux 0xe13cd8a7 dmi_name_in_vendors +EXPORT_SYMBOL vmlinux 0xe1449e2e tc_setup_cb_destroy +EXPORT_SYMBOL vmlinux 0xe1467e3f input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0xe15e94af locks_free_lock +EXPORT_SYMBOL vmlinux 0xe170c0d3 vme_bus_num +EXPORT_SYMBOL vmlinux 0xe17568e3 dma_fence_signal_timestamp_locked +EXPORT_SYMBOL vmlinux 0xe1ad6ec2 vga_switcheroo_register_handler +EXPORT_SYMBOL vmlinux 0xe1ae8f25 xfrm_if_register_cb +EXPORT_SYMBOL vmlinux 0xe1b0237f pci_ep_cfs_remove_epc_group +EXPORT_SYMBOL vmlinux 0xe1b6e934 init_task +EXPORT_SYMBOL vmlinux 0xe1bb5dba del_gendisk +EXPORT_SYMBOL vmlinux 0xe1bee700 __traceiter_read_msr +EXPORT_SYMBOL vmlinux 0xe1c47ac4 md_flush_request +EXPORT_SYMBOL vmlinux 0xe1c4a7b1 xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0xe1d575c1 fs_param_is_u32 +EXPORT_SYMBOL vmlinux 0xe1d601ed blk_integrity_register +EXPORT_SYMBOL vmlinux 0xe1dcf64a audit_log_format +EXPORT_SYMBOL vmlinux 0xe1ed9e93 blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0xe21f18ac __genradix_iter_peek +EXPORT_SYMBOL vmlinux 0xe22a5e49 __module_get +EXPORT_SYMBOL vmlinux 0xe23d4e33 __traceiter_spi_transfer_start +EXPORT_SYMBOL vmlinux 0xe23f2d0f vmf_insert_mixed +EXPORT_SYMBOL vmlinux 0xe2452303 blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0xe26b2c14 fs_param_is_blob +EXPORT_SYMBOL vmlinux 0xe2767124 serio_close +EXPORT_SYMBOL vmlinux 0xe2964344 __wake_up +EXPORT_SYMBOL vmlinux 0xe29c8656 xfrm_input +EXPORT_SYMBOL vmlinux 0xe2af98f6 ethtool_get_phc_vclocks +EXPORT_SYMBOL vmlinux 0xe2b174b0 from_kuid_munged +EXPORT_SYMBOL vmlinux 0xe2bad784 __netif_napi_del +EXPORT_SYMBOL vmlinux 0xe2bbfa56 proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xe2c17b5d __SCT__might_resched +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2e28fc0 __traceiter_write_msr +EXPORT_SYMBOL vmlinux 0xe2e72342 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0xe2e76047 xfrm_state_update +EXPORT_SYMBOL vmlinux 0xe30ed307 netlink_set_err +EXPORT_SYMBOL vmlinux 0xe31b9301 intel_gmch_gtt_flush +EXPORT_SYMBOL vmlinux 0xe32ab4d8 xxh64_digest +EXPORT_SYMBOL vmlinux 0xe32c7a70 mark_page_accessed +EXPORT_SYMBOL vmlinux 0xe32c86f2 __sock_cmsg_send +EXPORT_SYMBOL vmlinux 0xe333b5f6 generic_fadvise +EXPORT_SYMBOL vmlinux 0xe336ccc5 simple_fill_super +EXPORT_SYMBOL vmlinux 0xe347a6cc security_path_mkdir +EXPORT_SYMBOL vmlinux 0xe349201d lease_modify +EXPORT_SYMBOL vmlinux 0xe3562805 devm_ioremap_wc +EXPORT_SYMBOL vmlinux 0xe363e4d5 __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0xe36935d4 blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0xe37a609b cdev_alloc +EXPORT_SYMBOL vmlinux 0xe37f84ac icmp6_send +EXPORT_SYMBOL vmlinux 0xe38ed235 devm_pci_remap_iospace +EXPORT_SYMBOL vmlinux 0xe392bb00 security_binder_transfer_binder +EXPORT_SYMBOL vmlinux 0xe39b2ea5 sha256 +EXPORT_SYMBOL vmlinux 0xe3ad3046 __sg_page_iter_dma_next +EXPORT_SYMBOL vmlinux 0xe3cf381f aperture_remove_conflicting_pci_devices +EXPORT_SYMBOL vmlinux 0xe3d694ed devm_iounmap +EXPORT_SYMBOL vmlinux 0xe3d857ea __cpu_active_mask +EXPORT_SYMBOL vmlinux 0xe3dd49ad __skb_get_hash +EXPORT_SYMBOL vmlinux 0xe3e6ccf6 dev_pick_tx_zero +EXPORT_SYMBOL vmlinux 0xe3ec2f2b alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0xe3f23ff9 dev_add_offload +EXPORT_SYMBOL vmlinux 0xe3feba56 tasklet_unlock_spin_wait +EXPORT_SYMBOL vmlinux 0xe3ff2c41 get_random_u64 +EXPORT_SYMBOL vmlinux 0xe40976c0 pnp_range_reserved +EXPORT_SYMBOL vmlinux 0xe40c37ea down_write_trylock +EXPORT_SYMBOL vmlinux 0xe412bd50 scsi_target_resume +EXPORT_SYMBOL vmlinux 0xe419bc99 iowrite32be +EXPORT_SYMBOL vmlinux 0xe4359f00 jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0xe44bdd94 flow_block_cb_decref +EXPORT_SYMBOL vmlinux 0xe45b8586 xfrm6_rcv +EXPORT_SYMBOL vmlinux 0xe45e0b15 tcf_idr_create_from_flags +EXPORT_SYMBOL vmlinux 0xe46021ca _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xe4665ac1 __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0xe4828866 dcb_getrewr +EXPORT_SYMBOL vmlinux 0xe49f2277 sync_inodes_sb +EXPORT_SYMBOL vmlinux 0xe4a28d5a nexthop_set_hw_flags +EXPORT_SYMBOL vmlinux 0xe4bc2c2f hdmi_drm_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe4cd3b1f __vfs_getxattr +EXPORT_SYMBOL vmlinux 0xe4d05a4d amd_iommu_domain_direct_map +EXPORT_SYMBOL vmlinux 0xe4d363f4 sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0xe4d80bf4 acpi_enable +EXPORT_SYMBOL vmlinux 0xe4e2ffe6 truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0xe4f49d55 locks_delete_block +EXPORT_SYMBOL vmlinux 0xe4f9d451 kernel_read +EXPORT_SYMBOL vmlinux 0xe50fdbaa kernel_param_lock +EXPORT_SYMBOL vmlinux 0xe5218ba7 dec_node_page_state +EXPORT_SYMBOL vmlinux 0xe5223f29 do_SAK +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe53544a1 i2c_get_match_data +EXPORT_SYMBOL vmlinux 0xe53ec44e xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0xe54730a2 __generic_file_fsync +EXPORT_SYMBOL vmlinux 0xe54c8739 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0xe551f389 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0xe5766bf4 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0xe57fc965 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0xe58090ca security_ib_endport_manage_subnet +EXPORT_SYMBOL vmlinux 0xe58c337b init_pseudo +EXPORT_SYMBOL vmlinux 0xe58f7d16 kernel_bind +EXPORT_SYMBOL vmlinux 0xe590dea3 sk_busy_loop_end +EXPORT_SYMBOL vmlinux 0xe5a27508 bdi_alloc +EXPORT_SYMBOL vmlinux 0xe5a7da65 tty_check_change +EXPORT_SYMBOL vmlinux 0xe5ad56de set_pages_wb +EXPORT_SYMBOL vmlinux 0xe5b043c4 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0xe5c2d009 phy_attached_print +EXPORT_SYMBOL vmlinux 0xe5c60bd2 percpu_counter_set +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5cd91aa input_get_timestamp +EXPORT_SYMBOL vmlinux 0xe5cee291 register_sysctl_mount_point +EXPORT_SYMBOL vmlinux 0xe5e50ee8 xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0xe5ecf179 devm_of_iomap +EXPORT_SYMBOL vmlinux 0xe6018ff3 __bread_gfp +EXPORT_SYMBOL vmlinux 0xe609417a dev_addr_mod +EXPORT_SYMBOL vmlinux 0xe613df67 cpu_rmap_update +EXPORT_SYMBOL vmlinux 0xe61a6120 ptp_clock_unregister +EXPORT_SYMBOL vmlinux 0xe61b912a security_binder_set_context_mgr +EXPORT_SYMBOL vmlinux 0xe63c4fa7 mipi_dsi_generic_read +EXPORT_SYMBOL vmlinux 0xe6550092 utf8_casefold +EXPORT_SYMBOL vmlinux 0xe66aca66 request_key_tag +EXPORT_SYMBOL vmlinux 0xe675b771 can_nice +EXPORT_SYMBOL vmlinux 0xe68efe41 _raw_write_lock +EXPORT_SYMBOL vmlinux 0xe697a393 dst_destroy +EXPORT_SYMBOL vmlinux 0xe6d2458e do_trace_netlink_extack +EXPORT_SYMBOL vmlinux 0xe6dd0d8c scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0xe6f68082 rproc_add +EXPORT_SYMBOL vmlinux 0xe6fa06a2 rename_lock +EXPORT_SYMBOL vmlinux 0xe6fba96b page_pool_update_nid +EXPORT_SYMBOL vmlinux 0xe70877d4 acpi_remove_sci_handler +EXPORT_SYMBOL vmlinux 0xe7257ab8 xa_store_range +EXPORT_SYMBOL vmlinux 0xe7258987 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0xe7355d57 vlan_filter_push_vids +EXPORT_SYMBOL vmlinux 0xe73b8382 pcie_get_speed_cap +EXPORT_SYMBOL vmlinux 0xe741a68b __filemap_set_wb_err +EXPORT_SYMBOL vmlinux 0xe7440586 module_layout +EXPORT_SYMBOL vmlinux 0xe744bab1 mptcp_subflow_reqsk_alloc +EXPORT_SYMBOL vmlinux 0xe75161a1 fifo_set_limit +EXPORT_SYMBOL vmlinux 0xe752816d security_path_unlink +EXPORT_SYMBOL vmlinux 0xe76bab54 param_set_hexint +EXPORT_SYMBOL vmlinux 0xe787101d dquot_quota_off +EXPORT_SYMBOL vmlinux 0xe787698f acpi_processor_register_performance +EXPORT_SYMBOL vmlinux 0xe7935394 mipi_dsi_dcs_enter_sleep_mode +EXPORT_SYMBOL vmlinux 0xe7a02573 ida_alloc_range +EXPORT_SYMBOL vmlinux 0xe7a5d35c locks_init_lock +EXPORT_SYMBOL vmlinux 0xe7ab1ecc _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0xe7b06772 pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0xe7cbb5f3 inet_frags_init +EXPORT_SYMBOL vmlinux 0xe7d39f01 pci_release_resource +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7e65a19 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0xe7f40f2e sock_no_linger +EXPORT_SYMBOL vmlinux 0xe7fd04ae done_path_create +EXPORT_SYMBOL vmlinux 0xe801d1e0 dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0xe816048f tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0xe83a26c8 __dquot_transfer +EXPORT_SYMBOL vmlinux 0xe8493660 nla_append +EXPORT_SYMBOL vmlinux 0xe85f2123 acpi_tb_unload_table +EXPORT_SYMBOL vmlinux 0xe879d6d7 pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0xe87e6d61 ppp_input +EXPORT_SYMBOL vmlinux 0xe88117c1 folio_mark_dirty +EXPORT_SYMBOL vmlinux 0xe886efcb gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0xe88a6c7e dst_release_immediate +EXPORT_SYMBOL vmlinux 0xe891f581 generic_fill_statx_attr +EXPORT_SYMBOL vmlinux 0xe8a040f4 page_pool_unlink_napi +EXPORT_SYMBOL vmlinux 0xe8d285b2 nla_policy_len +EXPORT_SYMBOL vmlinux 0xe8efdf33 sock_setsockopt +EXPORT_SYMBOL vmlinux 0xe8fbf4fa __alloc_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0xe909997a bitmap_print_list_to_buf +EXPORT_SYMBOL vmlinux 0xe9131d4b genphy_soft_reset +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe91f5d00 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0xe944bedb convert_art_to_tsc +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe962c202 phy_find_first +EXPORT_SYMBOL vmlinux 0xe968e645 ip6_err_gen_icmpv6_unreach +EXPORT_SYMBOL vmlinux 0xe96e1d53 is_acpi_device_node +EXPORT_SYMBOL vmlinux 0xe970b411 super_setup_bdi_name +EXPORT_SYMBOL vmlinux 0xe97b4252 genphy_c37_config_aneg +EXPORT_SYMBOL vmlinux 0xe982e136 ip6_fraglist_prepare +EXPORT_SYMBOL vmlinux 0xe994abe4 genphy_update_link +EXPORT_SYMBOL vmlinux 0xe9a5e67f intel_graphics_stolen_res +EXPORT_SYMBOL vmlinux 0xe9af7397 __xa_set_mark +EXPORT_SYMBOL vmlinux 0xe9b6c858 pci_restore_state +EXPORT_SYMBOL vmlinux 0xe9c85bb3 cfb_copyarea +EXPORT_SYMBOL vmlinux 0xe9cc644a set_trace_device +EXPORT_SYMBOL vmlinux 0xe9d250d8 __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0xe9dc12a4 zstd_get_error_name +EXPORT_SYMBOL vmlinux 0xe9e8faeb efi_tpm_final_log_size +EXPORT_SYMBOL vmlinux 0xe9eac22a __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xe9ffc063 down_trylock +EXPORT_SYMBOL vmlinux 0xea001c6a is_acpi_data_node +EXPORT_SYMBOL vmlinux 0xea202e67 blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xea2a6d94 kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0xea38391e dm_table_event +EXPORT_SYMBOL vmlinux 0xea3c8e4e scsilun_to_int +EXPORT_SYMBOL vmlinux 0xea44653f genphy_config_eee_advert +EXPORT_SYMBOL vmlinux 0xea56b92b dma_map_resource +EXPORT_SYMBOL vmlinux 0xea5c02f9 lookup_one_qstr_excl +EXPORT_SYMBOL vmlinux 0xea5ef33d param_ops_ushort +EXPORT_SYMBOL vmlinux 0xea6f9a36 zlib_deflate_dfltcc_enabled +EXPORT_SYMBOL vmlinux 0xea7aa939 md_register_thread +EXPORT_SYMBOL vmlinux 0xea7daa08 __video_get_options +EXPORT_SYMBOL vmlinux 0xea9bf6b8 update_devfreq +EXPORT_SYMBOL vmlinux 0xeaa3b26a dquot_file_open +EXPORT_SYMBOL vmlinux 0xeab6f4c4 acpi_check_resource_conflict +EXPORT_SYMBOL vmlinux 0xeac75df4 unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0xeac7b059 phy_disconnect +EXPORT_SYMBOL vmlinux 0xeadc171b pnp_disable_dev +EXPORT_SYMBOL vmlinux 0xeae3dfd6 __const_udelay +EXPORT_SYMBOL vmlinux 0xeae45cd9 i2c_verify_client +EXPORT_SYMBOL vmlinux 0xeaf9fee1 iommu_put_resv_regions +EXPORT_SYMBOL vmlinux 0xeafc141f __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xeb078aee _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xeb2251cb wake_up_process +EXPORT_SYMBOL vmlinux 0xeb233a45 __kmalloc +EXPORT_SYMBOL vmlinux 0xeb2f4b30 mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0xeb31aee8 acpi_trace_point +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb44339a free_pages_exact +EXPORT_SYMBOL vmlinux 0xeb61982b __register_nls +EXPORT_SYMBOL vmlinux 0xeb61e457 pipe_lock +EXPORT_SYMBOL vmlinux 0xeb7f6046 acpi_get_devices +EXPORT_SYMBOL vmlinux 0xeb8eccc9 nd_device_register +EXPORT_SYMBOL vmlinux 0xeb9eef52 match_uint +EXPORT_SYMBOL vmlinux 0xeba024de inet_recvmsg +EXPORT_SYMBOL vmlinux 0xeba5318f pci_free_irq +EXPORT_SYMBOL vmlinux 0xebad660b __wait_on_buffer +EXPORT_SYMBOL vmlinux 0xebb74f6a mr_table_alloc +EXPORT_SYMBOL vmlinux 0xebba9826 t10_pi_type3_crc +EXPORT_SYMBOL vmlinux 0xebbc5def xsk_tx_release +EXPORT_SYMBOL vmlinux 0xebbff3cd fs_context_for_reconfigure +EXPORT_SYMBOL vmlinux 0xebfb2d3d ip_sock_set_freebind +EXPORT_SYMBOL vmlinux 0xec117f41 xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0xec2b8a42 acpi_walk_namespace +EXPORT_SYMBOL vmlinux 0xec31a13b netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0xec331270 mipi_dsi_attach +EXPORT_SYMBOL vmlinux 0xec4d5921 always_delete_dentry +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec568572 mr_vif_seq_idx +EXPORT_SYMBOL vmlinux 0xec5b94f5 inet6_protos +EXPORT_SYMBOL vmlinux 0xec5f418e ndisc_send_skb +EXPORT_SYMBOL vmlinux 0xec6af004 mark_buffer_write_io_error +EXPORT_SYMBOL vmlinux 0xec834351 to_ndd +EXPORT_SYMBOL vmlinux 0xec8ad639 xen_alloc_unpopulated_pages +EXPORT_SYMBOL vmlinux 0xec8f1e38 fqdir_exit +EXPORT_SYMBOL vmlinux 0xec9856e6 page_cache_prev_miss +EXPORT_SYMBOL vmlinux 0xeca957d1 __bitmap_and +EXPORT_SYMBOL vmlinux 0xecac8407 __memcpy +EXPORT_SYMBOL vmlinux 0xecb511d1 __seq_open_private +EXPORT_SYMBOL vmlinux 0xecc251f0 dev_mc_sync +EXPORT_SYMBOL vmlinux 0xecc7c868 __x86_indirect_jump_thunk_r9 +EXPORT_SYMBOL vmlinux 0xecceb736 __sk_dst_check +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xecfd68ef acpi_get_node +EXPORT_SYMBOL vmlinux 0xed0071b3 skb_flow_dissect_ct +EXPORT_SYMBOL vmlinux 0xed00c4fb acpi_os_printf +EXPORT_SYMBOL vmlinux 0xed1ed4de netdev_adjacent_change_commit +EXPORT_SYMBOL vmlinux 0xed1f0f62 dcb_ieee_getapp_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0xed34ebbc acpi_any_gpe_status_set +EXPORT_SYMBOL vmlinux 0xed55f929 acpi_os_unmap_generic_address +EXPORT_SYMBOL vmlinux 0xed656e30 udp_encap_disable +EXPORT_SYMBOL vmlinux 0xed8191f6 ndisc_ns_create +EXPORT_SYMBOL vmlinux 0xed854bd5 ip_getsockopt +EXPORT_SYMBOL vmlinux 0xed9caadf dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0xeda2e038 scsi_cmd_allowed +EXPORT_SYMBOL vmlinux 0xedb79585 pci_ep_cfs_remove_epf_group +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedd17b31 sock_get_timeout +EXPORT_SYMBOL vmlinux 0xedda98cd nf_getsockopt +EXPORT_SYMBOL vmlinux 0xeddd6c60 dquot_load_quota_inode +EXPORT_SYMBOL vmlinux 0xee0118df aperture_remove_conflicting_devices +EXPORT_SYMBOL vmlinux 0xee1409da param_ops_int +EXPORT_SYMBOL vmlinux 0xee14fdb2 genphy_aneg_done +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee38a20e __x86_indirect_jump_thunk_r10 +EXPORT_SYMBOL vmlinux 0xee417dc9 netlink_kernel_release +EXPORT_SYMBOL vmlinux 0xee548556 nf_setsockopt +EXPORT_SYMBOL vmlinux 0xee5578f8 __tracepoint_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xee58e970 fb_add_videomode +EXPORT_SYMBOL vmlinux 0xee74508f tc_setup_cb_reoffload +EXPORT_SYMBOL vmlinux 0xee7d7deb gen_pool_dma_zalloc +EXPORT_SYMBOL vmlinux 0xee7eb9e1 pnp_platform_devices +EXPORT_SYMBOL vmlinux 0xee883b06 __vmalloc_array +EXPORT_SYMBOL vmlinux 0xee8bb1c8 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0xee8c02e9 vprintk_emit +EXPORT_SYMBOL vmlinux 0xee8d74d6 jiffies64_to_nsecs +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xee94c577 flush_signals +EXPORT_SYMBOL vmlinux 0xee9e7d26 ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeb845ee phy_trigger_machine +EXPORT_SYMBOL vmlinux 0xeeb9cb79 __dev_get_by_flags +EXPORT_SYMBOL vmlinux 0xeebd066a dev_set_allmulti +EXPORT_SYMBOL vmlinux 0xeee257cb security_path_rename +EXPORT_SYMBOL vmlinux 0xeeea49ea tcf_get_next_chain +EXPORT_SYMBOL vmlinux 0xef073f83 phy_drivers_register +EXPORT_SYMBOL vmlinux 0xef13a883 simple_lookup +EXPORT_SYMBOL vmlinux 0xef1419c1 mmc_can_gpio_ro +EXPORT_SYMBOL vmlinux 0xef18a8eb file_path +EXPORT_SYMBOL vmlinux 0xef24a781 sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0xef36a848 __x86_indirect_jump_thunk_rdi +EXPORT_SYMBOL vmlinux 0xef444315 i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0xef4e68c5 pin_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0xef58be7b flow_block_cb_priv +EXPORT_SYMBOL vmlinux 0xef59b3f3 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0xef633dc6 param_ops_string +EXPORT_SYMBOL vmlinux 0xef662cea convert_art_ns_to_tsc +EXPORT_SYMBOL vmlinux 0xef68f64f configfs_undepend_item +EXPORT_SYMBOL vmlinux 0xef6904af generic_file_llseek +EXPORT_SYMBOL vmlinux 0xef6fb7be sk_dst_check +EXPORT_SYMBOL vmlinux 0xef7e5ea3 tcf_qevent_init +EXPORT_SYMBOL vmlinux 0xef827c46 netdev_name_in_use +EXPORT_SYMBOL vmlinux 0xef8b1ba3 skb_copy +EXPORT_SYMBOL vmlinux 0xef9aedfc boot_option_idle_override +EXPORT_SYMBOL vmlinux 0xefaf2e4f tcf_queue_work +EXPORT_SYMBOL vmlinux 0xefb30995 is_nd_pfn +EXPORT_SYMBOL vmlinux 0xefb6956f __post_watch_notification +EXPORT_SYMBOL vmlinux 0xefce1b72 dma_set_coherent_mask +EXPORT_SYMBOL vmlinux 0xefcea2e7 acpi_warning +EXPORT_SYMBOL vmlinux 0xefd1ce5b dentry_path_raw +EXPORT_SYMBOL vmlinux 0xefd7a131 filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0xefd9d961 d_lookup +EXPORT_SYMBOL vmlinux 0xefee932c acpi_get_data_full +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf0134a51 devm_clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0xf01a24e1 pci_dev_driver +EXPORT_SYMBOL vmlinux 0xf026d188 seq_open +EXPORT_SYMBOL vmlinux 0xf02aa937 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0xf02deef8 pcpu_hot +EXPORT_SYMBOL vmlinux 0xf0375ada phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0xf03bff1f skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0xf0472651 register_shrinker +EXPORT_SYMBOL vmlinux 0xf048ddd0 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0xf05c32ad rdmsr_on_cpus +EXPORT_SYMBOL vmlinux 0xf05e9544 tcp_inbound_md5_hash +EXPORT_SYMBOL vmlinux 0xf0751823 kmalloc_node_trace +EXPORT_SYMBOL vmlinux 0xf0755d9e pci_iomap_range +EXPORT_SYMBOL vmlinux 0xf07b07f6 sg_free_append_table +EXPORT_SYMBOL vmlinux 0xf07c3af9 tcf_block_get +EXPORT_SYMBOL vmlinux 0xf0910ebc nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xf09b5d9a get_zeroed_page +EXPORT_SYMBOL vmlinux 0xf0a4be7b reuseport_alloc +EXPORT_SYMBOL vmlinux 0xf0b9a4b9 commit_creds +EXPORT_SYMBOL vmlinux 0xf0c806df blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0xf0c829d8 pcim_enable_device +EXPORT_SYMBOL vmlinux 0xf0c909e9 seq_putc +EXPORT_SYMBOL vmlinux 0xf0ce7c67 netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0xf0fdf6cb __stack_chk_fail +EXPORT_SYMBOL vmlinux 0xf101cb9b mmc_can_discard +EXPORT_SYMBOL vmlinux 0xf114ad53 sk_stream_error +EXPORT_SYMBOL vmlinux 0xf11dd46e _page_poisoning_enabled_early +EXPORT_SYMBOL vmlinux 0xf128db37 skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0xf13f44df tcf_get_next_proto +EXPORT_SYMBOL vmlinux 0xf15f0f07 tcp_mss_to_mtu +EXPORT_SYMBOL vmlinux 0xf16c5dc0 blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0xf176cdf7 mipi_dsi_dcs_set_pixel_format +EXPORT_SYMBOL vmlinux 0xf1829af8 __pci_register_driver +EXPORT_SYMBOL vmlinux 0xf1848ee2 acpi_install_sci_handler +EXPORT_SYMBOL vmlinux 0xf18b50d8 max8998_update_reg +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf1969a8e __usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xf1a65f7b zstd_reset_dstream +EXPORT_SYMBOL vmlinux 0xf1a68107 acpi_processor_preregister_performance +EXPORT_SYMBOL vmlinux 0xf1ba1002 scsi_change_queue_depth +EXPORT_SYMBOL vmlinux 0xf1c63cb4 bio_kmalloc +EXPORT_SYMBOL vmlinux 0xf1d95456 acpi_bus_unregister_driver +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1e046cc panic +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1f88a0e dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0xf2180fc8 neigh_direct_output +EXPORT_SYMBOL vmlinux 0xf21d00b8 sock_from_file +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf24c619c tcf_idr_search +EXPORT_SYMBOL vmlinux 0xf2519bae get_inode_acl +EXPORT_SYMBOL vmlinux 0xf2628676 zstd_compress_cctx +EXPORT_SYMBOL vmlinux 0xf26a54d4 phy_print_status +EXPORT_SYMBOL vmlinux 0xf27078d9 mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0xf2786912 fwnode_get_phy_id +EXPORT_SYMBOL vmlinux 0xf279b688 seg6_push_hmac +EXPORT_SYMBOL vmlinux 0xf28cf0ae __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf28ed6e2 machine_to_phys_nr +EXPORT_SYMBOL vmlinux 0xf29403e5 acpi_install_table_handler +EXPORT_SYMBOL vmlinux 0xf2a8efae dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0xf2b81b64 arch_io_reserve_memtype_wc +EXPORT_SYMBOL vmlinux 0xf2bfd554 set_disk_ro +EXPORT_SYMBOL vmlinux 0xf2c43f3f zlib_deflate +EXPORT_SYMBOL vmlinux 0xf2cad698 dma_resv_add_fence +EXPORT_SYMBOL vmlinux 0xf2d09450 jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0xf2d25359 filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0xf2dc3995 i2c_find_adapter_by_fwnode +EXPORT_SYMBOL vmlinux 0xf2e5bd87 security_free_mnt_opts +EXPORT_SYMBOL vmlinux 0xf2f53617 memregion_free +EXPORT_SYMBOL vmlinux 0xf2fe1096 netpoll_parse_options +EXPORT_SYMBOL vmlinux 0xf2fe36ac inet_add_offload +EXPORT_SYMBOL vmlinux 0xf30965ac iosf_mbi_register_pmic_bus_access_notifier +EXPORT_SYMBOL vmlinux 0xf3257576 bpf_link_get_from_fd +EXPORT_SYMBOL vmlinux 0xf3288357 __put_user_ns +EXPORT_SYMBOL vmlinux 0xf33ef4ca agp_enable +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf34f0a24 dev_kfree_skb_irq_reason +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf3621fe2 mtree_alloc_rrange +EXPORT_SYMBOL vmlinux 0xf36f42a9 slhc_uncompress +EXPORT_SYMBOL vmlinux 0xf3809558 pci_iomap +EXPORT_SYMBOL vmlinux 0xf390f6f1 __bitmap_andnot +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf3932313 mb_cache_entry_wait_unused +EXPORT_SYMBOL vmlinux 0xf3a57892 release_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0xf3bdd0b6 jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0xf3c77be3 kthread_create_on_cpu +EXPORT_SYMBOL vmlinux 0xf3c85ef3 flow_rule_match_icmp +EXPORT_SYMBOL vmlinux 0xf3caac47 touchscreen_report_pos +EXPORT_SYMBOL vmlinux 0xf3e0e1df allocate_resource +EXPORT_SYMBOL vmlinux 0xf3f08384 path_get +EXPORT_SYMBOL vmlinux 0xf4078e5d fb_io_read +EXPORT_SYMBOL vmlinux 0xf43d2caa acpi_remove_interface +EXPORT_SYMBOL vmlinux 0xf44a904a net_ns_barrier +EXPORT_SYMBOL vmlinux 0xf44f852a phy_check_valid +EXPORT_SYMBOL vmlinux 0xf453b272 __tracepoint_write_msr +EXPORT_SYMBOL vmlinux 0xf45bb9e0 xsk_get_pool_from_qid +EXPORT_SYMBOL vmlinux 0xf45e6ec1 __mdiobus_read +EXPORT_SYMBOL vmlinux 0xf465e855 dma_unmap_page_attrs +EXPORT_SYMBOL vmlinux 0xf46dcff1 tcp_recv_skb +EXPORT_SYMBOL vmlinux 0xf474c21c bitmap_print_to_pagebuf +EXPORT_SYMBOL vmlinux 0xf474fdcb kfree_const +EXPORT_SYMBOL vmlinux 0xf484b7da fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0xf4a13003 bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0xf4a565fd wrmsr_on_cpus +EXPORT_SYMBOL vmlinux 0xf4a849d8 qdisc_offload_query_caps +EXPORT_SYMBOL vmlinux 0xf4b754fd acpi_resources_are_enforced +EXPORT_SYMBOL vmlinux 0xf4c18b6f netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0xf4c9420a pci_scan_root_bus_bridge +EXPORT_SYMBOL vmlinux 0xf4db35bc stpcpy +EXPORT_SYMBOL vmlinux 0xf4e091cc irq_domain_set_info +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf4fea2e2 iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0xf510d514 reuseport_migrate_sock +EXPORT_SYMBOL vmlinux 0xf51160a5 xp_set_rxq_info +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf53db846 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xf556a497 invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0xf5572cc5 uart_register_driver +EXPORT_SYMBOL vmlinux 0xf5577516 pnp_get_resource +EXPORT_SYMBOL vmlinux 0xf5865a9e rtnl_notify +EXPORT_SYMBOL vmlinux 0xf58de295 dcache_dir_open +EXPORT_SYMBOL vmlinux 0xf58ecdea jbd2_journal_invalidate_folio +EXPORT_SYMBOL vmlinux 0xf5a20ed2 __genradix_prealloc +EXPORT_SYMBOL vmlinux 0xf5a5c84c msrs_alloc +EXPORT_SYMBOL vmlinux 0xf5b016e9 mmc_request_done +EXPORT_SYMBOL vmlinux 0xf5b57813 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0xf5b609ab find_inode_rcu +EXPORT_SYMBOL vmlinux 0xf5bae643 setup_arg_pages +EXPORT_SYMBOL vmlinux 0xf5bb2b8b new_inode +EXPORT_SYMBOL vmlinux 0xf5ce9684 ip_output +EXPORT_SYMBOL vmlinux 0xf5d3eb89 sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0xf5dcf929 __x86_indirect_jump_thunk_r8 +EXPORT_SYMBOL vmlinux 0xf5e7ea40 ktime_get_coarse_ts64 +EXPORT_SYMBOL vmlinux 0xf5f3e752 mmc_retune_unpause +EXPORT_SYMBOL vmlinux 0xf60ab926 acpi_get_event_status +EXPORT_SYMBOL vmlinux 0xf613319b softnet_data +EXPORT_SYMBOL vmlinux 0xf61477a1 rproc_elf_get_boot_addr +EXPORT_SYMBOL vmlinux 0xf6423890 mmc_add_host +EXPORT_SYMBOL vmlinux 0xf643d104 hsiphash_4u32 +EXPORT_SYMBOL vmlinux 0xf6555054 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0xf65f1dbd __x86_indirect_jump_thunk_rsi +EXPORT_SYMBOL vmlinux 0xf665f74f sock_load_diag_module +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf68de395 zpool_register_driver +EXPORT_SYMBOL vmlinux 0xf6955f05 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0xf6a35bd0 flow_rule_match_ipv6_addrs +EXPORT_SYMBOL vmlinux 0xf6c20bfd param_ops_short +EXPORT_SYMBOL vmlinux 0xf6d45cdd remap_pfn_range +EXPORT_SYMBOL vmlinux 0xf6d8e719 dma_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0xf6dd8309 sockopt_lock_sock +EXPORT_SYMBOL vmlinux 0xf6e0aeec sock_sendmsg +EXPORT_SYMBOL vmlinux 0xf6ebb34f pcie_set_readrq +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6f9d58d init_on_free +EXPORT_SYMBOL vmlinux 0xf6fc8791 __bitmap_xor +EXPORT_SYMBOL vmlinux 0xf70400ff security_d_instantiate +EXPORT_SYMBOL vmlinux 0xf70fc69d rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0xf714d8d7 mmc_retune_pause +EXPORT_SYMBOL vmlinux 0xf723934f __x86_indirect_jump_thunk_r11 +EXPORT_SYMBOL vmlinux 0xf7370f56 system_state +EXPORT_SYMBOL vmlinux 0xf738d1be register_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xf73d731a mdio_driver_unregister +EXPORT_SYMBOL vmlinux 0xf747aaf2 key_reject_and_link +EXPORT_SYMBOL vmlinux 0xf76784d5 seq_lseek +EXPORT_SYMBOL vmlinux 0xf76a73e2 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0xf778fa84 rproc_free +EXPORT_SYMBOL vmlinux 0xf77e9d87 inet_accept +EXPORT_SYMBOL vmlinux 0xf7838c9f _copy_from_iter +EXPORT_SYMBOL vmlinux 0xf79ca3bb acpi_remove_gpe_block +EXPORT_SYMBOL vmlinux 0xf79d43ca lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0xf7a12803 netdev_unbind_sb_channel +EXPORT_SYMBOL vmlinux 0xf7c822e7 inet6_ioctl +EXPORT_SYMBOL vmlinux 0xf7d31de9 kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0xf7da6e6f acpi_unload_table +EXPORT_SYMBOL vmlinux 0xf7ef9a79 iosf_mbi_punit_release +EXPORT_SYMBOL vmlinux 0xf80be44e rdmsr_safe_on_cpu +EXPORT_SYMBOL vmlinux 0xf80d4418 generic_setlease +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf812cff6 memscan +EXPORT_SYMBOL vmlinux 0xf819d504 jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0xf8237b71 bio_free_pages +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf83fe9e6 ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0xf84bd6ee bpf_stats_enabled_key +EXPORT_SYMBOL vmlinux 0xf867ce09 blk_mq_init_allocated_queue +EXPORT_SYMBOL vmlinux 0xf88603a1 generic_buffers_fsync_noflush +EXPORT_SYMBOL vmlinux 0xf88ecec4 kvmemdup +EXPORT_SYMBOL vmlinux 0xf8ae16b6 mipi_dsi_dcs_exit_sleep_mode +EXPORT_SYMBOL vmlinux 0xf8b5d3ce register_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0xf8c41e32 inet_bind +EXPORT_SYMBOL vmlinux 0xf8d07858 bitmap_from_arr32 +EXPORT_SYMBOL vmlinux 0xf8d2bc2c zstd_find_frame_compressed_size +EXPORT_SYMBOL vmlinux 0xf8d5cf76 ww_mutex_trylock +EXPORT_SYMBOL vmlinux 0xf8f61ebc wake_up_var +EXPORT_SYMBOL vmlinux 0xf90a1e85 __x86_indirect_thunk_r8 +EXPORT_SYMBOL vmlinux 0xf9247ed9 fault_in_iov_iter_writeable +EXPORT_SYMBOL vmlinux 0xf93fd09c fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xf9436bf9 registered_fb +EXPORT_SYMBOL vmlinux 0xf94536c2 proc_dointvec +EXPORT_SYMBOL vmlinux 0xf96666da iov_iter_gap_alignment +EXPORT_SYMBOL vmlinux 0xf9722676 twl_i2c_write +EXPORT_SYMBOL vmlinux 0xf97602ef tcf_em_register +EXPORT_SYMBOL vmlinux 0xf9776a46 devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0xf9857635 scmd_printk +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9adef3b xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0xf9b2ac44 vfs_iocb_iter_write +EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat +EXPORT_SYMBOL vmlinux 0xf9c7cebe netpoll_poll_dev +EXPORT_SYMBOL vmlinux 0xf9ca2eb4 kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0xf9d00f77 seg6_hmac_net_exit +EXPORT_SYMBOL vmlinux 0xf9dd5865 pcim_iomap +EXPORT_SYMBOL vmlinux 0xf9e88275 mdio_device_create +EXPORT_SYMBOL vmlinux 0xfa042227 gnet_stats_add_basic +EXPORT_SYMBOL vmlinux 0xfa08c34a page_offline_end +EXPORT_SYMBOL vmlinux 0xfa092a16 __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0xfa27286e clk_add_alias +EXPORT_SYMBOL vmlinux 0xfa297415 acpi_map_pxm_to_node +EXPORT_SYMBOL vmlinux 0xfa2e5f32 i2c_smbus_pec +EXPORT_SYMBOL vmlinux 0xfa42311d lock_rename_child +EXPORT_SYMBOL vmlinux 0xfa49f0df reuseport_detach_prog +EXPORT_SYMBOL vmlinux 0xfa4d2f03 __nla_parse +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa5a3200 __splice_from_pipe +EXPORT_SYMBOL vmlinux 0xfa7b0e1e serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0xfa908b59 vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0xfaa335f2 __traceiter_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xfaa6ac9f tcf_idr_create +EXPORT_SYMBOL vmlinux 0xfaaa12d0 _page_poisoning_enabled +EXPORT_SYMBOL vmlinux 0xfab11978 phy_suspend +EXPORT_SYMBOL vmlinux 0xfab4d0ad clk_get +EXPORT_SYMBOL vmlinux 0xfac5deae passthru_features_check +EXPORT_SYMBOL vmlinux 0xfac76710 nexthop_bucket_set_hw_flags +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfad322fd kernel_tmpfile_open +EXPORT_SYMBOL vmlinux 0xfad7393f filp_close +EXPORT_SYMBOL vmlinux 0xfad79165 blk_mq_delay_run_hw_queue +EXPORT_SYMBOL vmlinux 0xfae26f7e fwnode_mdiobus_register_phy +EXPORT_SYMBOL vmlinux 0xfae45819 file_fdatawait_range +EXPORT_SYMBOL vmlinux 0xfaecb308 memcg_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0xfaeceebb dm_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xfaf04383 netpoll_setup +EXPORT_SYMBOL vmlinux 0xfb0741ba fwnode_get_mac_address +EXPORT_SYMBOL vmlinux 0xfb0840f7 __mmap_lock_do_trace_released +EXPORT_SYMBOL vmlinux 0xfb0b0f0d bio_uninit +EXPORT_SYMBOL vmlinux 0xfb0f1858 inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0xfb2e179d cfb_fillrect +EXPORT_SYMBOL vmlinux 0xfb348fea fault_in_safe_writeable +EXPORT_SYMBOL vmlinux 0xfb384d37 kasprintf +EXPORT_SYMBOL vmlinux 0xfb4d7f45 key_revoke +EXPORT_SYMBOL vmlinux 0xfb547852 phy_start_aneg +EXPORT_SYMBOL vmlinux 0xfb564586 phy_detach +EXPORT_SYMBOL vmlinux 0xfb56d9e4 request_firmware_nowait +EXPORT_SYMBOL vmlinux 0xfb578fc5 memset +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb9611ef mmc_register_driver +EXPORT_SYMBOL vmlinux 0xfb9bec8e bmap +EXPORT_SYMBOL vmlinux 0xfba72eb6 dev_set_mtu +EXPORT_SYMBOL vmlinux 0xfba7a5f5 __get_random_u32_below +EXPORT_SYMBOL vmlinux 0xfba7ddd2 match_u64 +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbab1bb1 ioread8_rep +EXPORT_SYMBOL vmlinux 0xfbad3cf0 scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0xfbae27ce devm_clk_get_optional +EXPORT_SYMBOL vmlinux 0xfbb8a761 strscpy_pad +EXPORT_SYMBOL vmlinux 0xfbc4f89e io_schedule_timeout +EXPORT_SYMBOL vmlinux 0xfbd29595 jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0xfbd3307f ns_capable +EXPORT_SYMBOL vmlinux 0xfbe215e4 sg_next +EXPORT_SYMBOL vmlinux 0xfbe483dd backlight_device_set_brightness +EXPORT_SYMBOL vmlinux 0xfbe8ee28 acpi_get_table_by_index +EXPORT_SYMBOL vmlinux 0xfbed0ddd devfreq_add_governor +EXPORT_SYMBOL vmlinux 0xfc1201c0 brioctl_set +EXPORT_SYMBOL vmlinux 0xfc21e0e8 writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0xfc2fcd5c kernel_getpeername +EXPORT_SYMBOL vmlinux 0xfc307534 pneigh_enqueue +EXPORT_SYMBOL vmlinux 0xfc336d2e __wake_up_bit +EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap +EXPORT_SYMBOL vmlinux 0xfc3d53cb __put_user_nocheck_1 +EXPORT_SYMBOL vmlinux 0xfc4152fc ec_read +EXPORT_SYMBOL vmlinux 0xfc421e79 gnet_stats_add_queue +EXPORT_SYMBOL vmlinux 0xfc45a0e8 d_set_fallthru +EXPORT_SYMBOL vmlinux 0xfc5066fc ata_print_version +EXPORT_SYMBOL vmlinux 0xfc637694 xfrm_lookup +EXPORT_SYMBOL vmlinux 0xfc64e4eb skb_tunnel_check_pmtu +EXPORT_SYMBOL vmlinux 0xfc7235c9 devm_register_reboot_notifier +EXPORT_SYMBOL vmlinux 0xfc95cfe8 prepare_to_swait_event +EXPORT_SYMBOL vmlinux 0xfcb7986f sget +EXPORT_SYMBOL vmlinux 0xfcc70d41 unlock_page +EXPORT_SYMBOL vmlinux 0xfcd1819a hdmi_spd_infoframe_check +EXPORT_SYMBOL vmlinux 0xfcd9a086 __skb_vlan_pop +EXPORT_SYMBOL vmlinux 0xfceabe93 xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcfda5cc jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0xfd11ec12 dquot_commit_info +EXPORT_SYMBOL vmlinux 0xfd1cbb24 __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0xfd288fff napi_enable +EXPORT_SYMBOL vmlinux 0xfd35b28c inet_sock_destruct +EXPORT_SYMBOL vmlinux 0xfd388c93 pci_enable_atomic_ops_to_root +EXPORT_SYMBOL vmlinux 0xfd453125 alloc_skb_with_frags +EXPORT_SYMBOL vmlinux 0xfd4b58f7 lookup_one_positive_unlocked +EXPORT_SYMBOL vmlinux 0xfd544ead pci_unregister_driver +EXPORT_SYMBOL vmlinux 0xfd54e2a3 seq_puts +EXPORT_SYMBOL vmlinux 0xfd5bcfad skb_condense +EXPORT_SYMBOL vmlinux 0xfd65606d pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0xfd75f1f3 bpf_empty_prog_array +EXPORT_SYMBOL vmlinux 0xfd775cc0 pcie_relaxed_ordering_enabled +EXPORT_SYMBOL vmlinux 0xfd89517d sg_miter_next +EXPORT_SYMBOL vmlinux 0xfd93ee35 ioremap_wc +EXPORT_SYMBOL vmlinux 0xfd97885a devfreq_get_freq_range +EXPORT_SYMBOL vmlinux 0xfda9a3f1 intel_gmch_enable_gtt +EXPORT_SYMBOL vmlinux 0xfdb6576f acpi_set_debugger_thread_id +EXPORT_SYMBOL vmlinux 0xfdb72c14 skb_eth_pop +EXPORT_SYMBOL vmlinux 0xfdc2b112 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0xfdc90cbb pci_bus_claim_resources +EXPORT_SYMBOL vmlinux 0xfdcb4ed3 acpi_os_get_line +EXPORT_SYMBOL vmlinux 0xfdcc8a0e fb_find_best_display +EXPORT_SYMBOL vmlinux 0xfdd4216d pcibios_align_resource +EXPORT_SYMBOL vmlinux 0xfdd7b8a4 mdiobus_register_device +EXPORT_SYMBOL vmlinux 0xfdd7c10b ip6_dst_alloc +EXPORT_SYMBOL vmlinux 0xfddeb056 efi +EXPORT_SYMBOL vmlinux 0xfdec58a8 xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xfdfb792f amd_iommu_pc_supported +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe052363 ioread64_lo_hi +EXPORT_SYMBOL vmlinux 0xfe05c49f pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0xfe0fdc77 irq_set_chip +EXPORT_SYMBOL vmlinux 0xfe11f932 iget_locked +EXPORT_SYMBOL vmlinux 0xfe140423 neigh_xmit +EXPORT_SYMBOL vmlinux 0xfe18bf8a udp_pre_connect +EXPORT_SYMBOL vmlinux 0xfe1c9ea5 sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0xfe1d2e94 key_create_or_update +EXPORT_SYMBOL vmlinux 0xfe215b97 proc_do_large_bitmap +EXPORT_SYMBOL vmlinux 0xfe44aaaa sock_queue_rcv_skb_reason +EXPORT_SYMBOL vmlinux 0xfe457c2a mod_node_page_state +EXPORT_SYMBOL vmlinux 0xfe47b349 input_match_device_id +EXPORT_SYMBOL vmlinux 0xfe487975 init_wait_entry +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe7bf44a xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0xfe8c0b6c md_reload_sb +EXPORT_SYMBOL vmlinux 0xfe8c61f0 _raw_read_lock +EXPORT_SYMBOL vmlinux 0xfe916dc6 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0xfe9ebbbb acpi_osi_is_win8 +EXPORT_SYMBOL vmlinux 0xfeb26fd3 edac_mc_find +EXPORT_SYMBOL vmlinux 0xfeb56484 __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0xfec3a903 uart_update_timeout +EXPORT_SYMBOL vmlinux 0xfec4bba6 inet_release +EXPORT_SYMBOL vmlinux 0xfed33e09 cdrom_mode_select +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfede25e2 scsi_remove_host +EXPORT_SYMBOL vmlinux 0xfedf920f ip_tunnel_header_ops +EXPORT_SYMBOL vmlinux 0xfee86211 read_cache_folio +EXPORT_SYMBOL vmlinux 0xfeea58f2 srso_alias_untrain_ret +EXPORT_SYMBOL vmlinux 0xfeebc7c4 __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0xfef216eb _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0xfefcb98e vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff282521 rfkill_register +EXPORT_SYMBOL vmlinux 0xff2e47bb dma_get_sgtable_attrs +EXPORT_SYMBOL vmlinux 0xff3b69bf sync_filesystem +EXPORT_SYMBOL vmlinux 0xff4b678a ip6_dst_check +EXPORT_SYMBOL vmlinux 0xff4c18dd devfreq_update_interval +EXPORT_SYMBOL vmlinux 0xff52848a __SCT__tp_func_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xff58d77e vm_iomap_memory +EXPORT_SYMBOL vmlinux 0xff60ca1c simple_setattr +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff78fd1b xp_dma_sync_for_device_slow +EXPORT_SYMBOL vmlinux 0xff7fca7c blkdev_put +EXPORT_SYMBOL vmlinux 0xff8738e1 key_payload_reserve +EXPORT_SYMBOL vmlinux 0xff87cd18 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0xff99e9b3 vme_dma_list_free +EXPORT_SYMBOL vmlinux 0xffa8c2db qdisc_watchdog_schedule_range_ns +EXPORT_SYMBOL vmlinux 0xffb7c514 ida_free +EXPORT_SYMBOL vmlinux 0xffb8ad48 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0xffbdd782 netdev_txq_to_tc +EXPORT_SYMBOL vmlinux 0xffc30c3a acpi_processor_power_init_bm_check +EXPORT_SYMBOL vmlinux 0xffc4f200 zstd_compress_stream +EXPORT_SYMBOL vmlinux 0xffcc4ec7 tcp_bpf_bypass_getsockopt +EXPORT_SYMBOL vmlinux 0xffcd7f49 iosf_mbi_punit_acquire +EXPORT_SYMBOL vmlinux 0xffe3baa7 nlmsg_notify +EXPORT_SYMBOL vmlinux 0xffeedf6a delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0xfff0e48a kthread_create_worker +EXPORT_SYMBOL vmlinux 0xfff68520 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0xfffafbb2 dma_resv_copy_fences +EXPORT_SYMBOL_GPL arch/x86/crypto/aria-aesni-avx-x86_64 0x6790ca30 aria_aesni_avx_gfni_decrypt_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/aria-aesni-avx-x86_64 0x78ac3a58 aria_aesni_avx_decrypt_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/aria-aesni-avx-x86_64 0xa29489b9 aria_aesni_avx_encrypt_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/aria-aesni-avx-x86_64 0xa297f1e6 aria_aesni_avx_gfni_ctr_crypt_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/aria-aesni-avx-x86_64 0xb24a6f4f aria_aesni_avx_ctr_crypt_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/aria-aesni-avx-x86_64 0xbda879d1 aria_aesni_avx_gfni_encrypt_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/aria-aesni-avx2-x86_64 0x4e91f572 aria_aesni_avx2_gfni_decrypt_32way +EXPORT_SYMBOL_GPL arch/x86/crypto/aria-aesni-avx2-x86_64 0x720be3e2 aria_aesni_avx2_decrypt_32way +EXPORT_SYMBOL_GPL arch/x86/crypto/aria-aesni-avx2-x86_64 0x8f7b6257 aria_aesni_avx2_ctr_crypt_32way +EXPORT_SYMBOL_GPL arch/x86/crypto/aria-aesni-avx2-x86_64 0x94a94693 aria_aesni_avx2_gfni_encrypt_32way +EXPORT_SYMBOL_GPL arch/x86/crypto/aria-aesni-avx2-x86_64 0xa8335003 aria_aesni_avx2_encrypt_32way +EXPORT_SYMBOL_GPL arch/x86/crypto/aria-aesni-avx2-x86_64 0xf90ca741 aria_aesni_avx2_gfni_ctr_crypt_32way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x2c8b5dbf camellia_ecb_enc_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x339c33c5 camellia_cbc_dec_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-aesni-avx-x86_64 0x8b44ee75 camellia_ecb_dec_16way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x0b901549 camellia_dec_blk_2way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x69f4ff25 __camellia_enc_blk_2way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x8d725052 __camellia_setkey +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0x8d9b761c camellia_decrypt_cbc_2way +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0xfe729ed6 __camellia_enc_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/camellia-x86_64 0xff09bd65 camellia_dec_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x194b2841 serpent_ecb_enc_8way_avx +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x38800636 serpent_cbc_dec_8way_avx +EXPORT_SYMBOL_GPL arch/x86/crypto/serpent-avx-x86_64 0x4140192a serpent_ecb_dec_8way_avx +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0x0309abc8 sm4_avx_ecb_encrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0x079af6f6 sm4_cbc_encrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0x596e4d41 sm4_avx_cbc_decrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0x8c38a6cf sm4_cfb_encrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0x9d5d8505 sm4_avx_cfb_decrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0x9dafc640 sm4_avx_ctr_crypt +EXPORT_SYMBOL_GPL arch/x86/crypto/sm4-aesni-avx-x86_64 0xabedd6d7 sm4_avx_ecb_decrypt +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64 0x1f491d36 twofish_dec_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64 0x7c7bf6e0 twofish_enc_blk +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0x92a51c43 twofish_dec_blk_cbc_3way +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0xb4e98a46 twofish_dec_blk_3way +EXPORT_SYMBOL_GPL arch/x86/crypto/twofish-x86_64-3way 0xe4ae7508 __twofish_enc_blk_3way +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x003a79eb kvm_apic_send_ipi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x03ac9a40 __kvm_request_immediate_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0413b509 __SCK__tp_func_kvm_pml_full +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0466648a kvm_mmu_gva_to_gpa_read +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x04afc738 __SCK__tp_func_kvm_avic_doorbell +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x053614ec kvm_set_user_return_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x05dd1ec1 kvm_emulate_xsetbv +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x05e114a3 __SCK__tp_func_kvm_nested_intr_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x05f381d4 kvm_queue_exception +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x065758cc kvm_page_track_register_notifier +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x06cdc8d1 kvm_configure_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x07d89395 kvm_vcpu_is_visible_gfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x07fc3f8c vcpu_put +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x09a9750c gfn_to_pfn_prot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0a617d6b kvm_get_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0b58a11d kvm_nr_uret_msrs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0b8a3365 __traceiter_kvm_invlpga +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0ca8df68 __traceiter_kvm_vmgexit_msr_protocol_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0cff45f4 __SCT__tp_func_kvm_vmgexit_msr_protocol_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0d48c231 __tracepoint_kvm_nested_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0db4c106 __tracepoint_kvm_avic_incomplete_ipi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0e22bad4 kvm_mmu_reset_context +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0e63e8d8 kvm_prepare_emulation_failure_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0f4e0d55 __tracepoint_kvm_vmgexit_msr_protocol_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x0f5b0cbd __tracepoint_kvm_skinit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x112027e3 __traceiter_kvm_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x114eb824 __traceiter_kvm_nested_vmexit_inject +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x11915bec __SCK__kvm_x86_get_cs_db_l_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x11b793b9 mark_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x11f37dc4 __SCK__tp_func_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1412f042 __traceiter_kvm_ple_window_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x150ba208 hv_flush_remote_tlbs_range +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x159b8d5e host_efer +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x15efd188 __SCK__tp_func_kvm_nested_vmexit_inject +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x175ba954 __SCK__tp_func_kvm_nested_vmenter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x17f9cfe3 __traceiter_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x18154a3f gfn_to_pfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x18632133 kvm_read_guest_offset_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1b5e0d61 kvm_write_guest_offset_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1ce41843 __SCK__tp_func_kvm_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1d013832 kvm_enable_efer_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1d1b139a __SCT__tp_func_kvm_avic_ga_log +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1db1c372 enable_vmware_backdoor +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1e7eabf8 kvm_vcpu_mark_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1f654c49 __SCK__tp_func_kvm_avic_unaccelerated_access +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x1f8e9483 __SCT__tp_func_kvm_avic_doorbell +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x204ee62c kvm_emulate_mwait +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x205081dd kvm_handle_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2205864d __traceiter_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x23263c0a __traceiter_kvm_nested_vmenter_failed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x232fefa2 kvm_emulate_instruction_from_buffer +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x23975c00 __tracepoint_kvm_vmgexit_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2510fc6d __SCT__tp_func_kvm_nested_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x252e2881 kvm_queue_exception_e +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x25b6e2e4 kvm_set_msr_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x25c07225 __traceiter_kvm_vmgexit_msr_protocol_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2711cbbd kvm_vcpu_map +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x27327adb kvm_arch_no_poll +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x28a4d4e9 kvm_get_msr_common +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x29457536 kvm_update_dr7 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2b45d6c2 __SCK__tp_func_kvm_skinit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2c0e8b5c kvm_deliver_exception_payload +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2d82cc24 kvm_spec_ctrl_test_value +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2e0dfd4c kvm_set_cr0 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x2f702376 __SCK__tp_func_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x31030ede kvm_alloc_apic_access_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x31f543e8 __tracepoint_kvm_vmgexit_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3271e625 kvm_valid_efer +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x331cc9ce kvm_vcpu_deliver_sipi_vector +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x33941535 kvm_is_linear_rip +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x33c0538b handle_fastpath_set_msr_irqoff +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x34218384 kvm_cpu_has_injectable_intr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x36bae421 kvm_vcpu_read_guest_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x37da7049 kvm_apic_match_dest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x388e0e10 __SCT__tp_func_kvm_pi_irte_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x39673f3b __SCK__tp_func_kvm_nested_vmenter_failed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x397065de kvm_vcpu_write_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x39fd83db halt_poll_ns_shrink +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3ab2794c kvm_find_user_return_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3d93fb92 __traceiter_kvm_apicv_accept_irq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3ddaf7dd kvm_mmu_free_roots +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x3f510ff5 kvm_has_noapic_vcpu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x40d25ce3 __tracepoint_kvm_avic_kick_vcpu_slowpath +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x40e9e4f8 kvm_gpc_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x410137f4 __tracepoint_kvm_write_tsc_offset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x41c470dd kvm_cpuid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x424eaee3 kvm_release_page_clean +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x45600efd kvm_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x457df111 kvm_mmu_free_guest_mode_roots +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x45e80fdf __traceiter_kvm_pi_irte_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4733bf8c __traceiter_kvm_avic_kick_vcpu_slowpath +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x481d5cb3 kvm_handle_invpcid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x482a9203 __tracepoint_kvm_nested_vmenter_failed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x48644036 __SCT__tp_func_kvm_vmgexit_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x49069071 load_pdptrs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4942be67 __SCT__tp_func_kvm_avic_incomplete_ipi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4a1c261b __SCT__tp_func_kvm_invlpga +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4b0d6625 kvm_gpc_check +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4c8f2570 kvm_apic_clear_irr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4e3fd1b4 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4ead48fc kvm_set_cr3 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x4ff82e7b kvm_put_kvm +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x50176bd3 __tracepoint_kvm_fast_mmio +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x50b93bcd kvm_lmsw +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5203f32c kvm_emulate_wrmsr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x528b8932 kvm_emulate_wbinvd +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5313dcc8 kvm_apic_has_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x53cf8d50 kvm_emulate_cpuid +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x53d9f927 __SCT__kvm_x86_get_cs_db_l_bits +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x544d4c30 __SCK__tp_func_kvm_nested_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x54c9165c kvm_flush_remote_tlbs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x54d172fe kvm_handle_invalid_op +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x555ef5c4 __tracepoint_kvm_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x557f9f62 kvm_put_kvm_no_destroy +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x55c8c5c5 kvm_destroy_vcpus +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x58b5d8ed __tracepoint_kvm_nested_intr_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x59387ba3 __SCT__kvm_x86_cache_reg +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5999c223 kvm_init_shadow_ept_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x59d50520 kvm_slot_page_track_add_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x59e640c0 halt_poll_ns +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5a8ab9b3 kvm_update_cpuid_runtime +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5b07bfc8 hv_track_root_tdp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5bf7cde0 kvm_mmu_set_ept_masks +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5bff5dda kvm_mtrr_get_guest_memory_type +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5c11e105 __traceiter_kvm_write_tsc_offset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5c141d8b kvm_load_guest_xsave_state +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5c7e9f84 __SCT__tp_func_kvm_apicv_accept_irq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5ce58f18 __tracepoint_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5d996b31 kvm_set_cpu_caps +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5daa4939 __tracepoint_kvm_avic_doorbell +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5e23b90f x86_decode_emulated_instruction +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5f911332 __SCT__tp_func_kvm_avic_kick_vcpu_slowpath +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5fb8848b halt_poll_ns_grow_start +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x5fd0d0fa kvm_debugfs_dir +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x60059c4c __tracepoint_kvm_nested_vmenter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x616e6c95 __SCT__tp_func_kvm_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x61b82acb kvm_service_local_tlb_flush_requests +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x61da6b47 kvm_sev_es_mmio_write +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6243ac82 __kvm_apic_update_irr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6303c089 kvm_calc_nested_tsc_offset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x63ecff10 kvm_mmu_gva_to_gpa_write +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x642b7a79 kvm_write_guest_virt_system +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x661e82b8 kvm_io_bus_write +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x66ba54b9 kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x67544a0a gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x687b78fc kvm_x86_vendor_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6892e3c3 kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x68ccac47 kvm_clear_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x68e569e1 kvm_get_cr8 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x68f0cde9 __SCK__tp_func_kvm_vmgexit_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x691c5f82 handle_ud +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6a9d412d __SCK__tp_func_kvm_avic_ga_log +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6ada8f59 kvm_mmu_set_mmio_spte_mask +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6bc792a4 kvm_caps +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6becaded __SCT__tp_func_kvm_inj_virq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6c42ca93 kvm_set_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6c7140b9 kvm_cpu_has_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6c95726c host_xss +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6cdf8ea1 __SCK__tp_func_kvm_apicv_accept_irq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6d2c9437 __SCT__tp_func_kvm_nested_vmenter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6d70949d gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6e5b0d05 kvm_read_guest_virt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6e73dec1 kvm_get_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6f09adf2 kvm_vcpu_read_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6f7869ee __SCK__tp_func_kvm_vmgexit_msr_protocol_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6f880216 kvm_emulate_monitor +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x6ff07dc5 kvm_page_track_unregister_notifier +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x70445478 __SCK__tp_func_kvm_vmgexit_msr_protocol_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x709cd8cb kvm_spurious_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x70a6ecaa __x86_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7128df66 kvm_apicv_activated +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x713db31d __SCK__tp_func_kvm_invlpga +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x72021ca0 __SCK__tp_func_kvm_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x72dd6ac6 kvm_mmu_invalidate_addr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x737bda5f kvm_slot_page_track_remove_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x73bbe9e7 kvm_mmu_invlpg +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x741e9a77 kvm_hv_assist_page_enabled +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7488090d kvm_x86_vendor_init +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x74910627 __traceiter_kvm_nested_vmenter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7510a39a __traceiter_kvm_vmgexit_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x75241443 kvm_init_shadow_npt_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x752c2b00 __traceiter_kvm_fast_mmio +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x75307965 kvm_queue_exception_p +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x76d08ea8 hv_flush_remote_tlbs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x771b27e5 kvm_get_running_vcpu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x778cf6c9 kvm_release_page_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x778e30b9 __SCT__tp_func_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x78ee679d kvm_get_kvm_safe +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7931e5e7 kvm_vcpu_reset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7a3a0f8c __gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7a8fb438 kvm_vcpu_read_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7ad4ee39 __SCK__tp_func_kvm_inj_virq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7ae15380 kvm_inject_realmode_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7afe324e halt_poll_ns_grow +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7bdf31d6 kvm_vcpu_unmap +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7c6d4913 kvm_find_cpuid_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7c94c99a kvm_release_pfn_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7f51547e __traceiter_kvm_inj_virq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7f7e2125 kvm_apic_update_irr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7f98ba58 kvm_gpc_deactivate +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7fe19488 kvm_add_user_return_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x7ff2a104 __SCT__tp_func_kvm_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8035b399 kvm_irq_has_notifier +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x82506adf kvm_is_visible_gfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x83506b52 kvm_lapic_set_eoi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x87f7acf7 __kvm_vcpu_update_apicv +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x885cf6f5 kvm_apic_write_nodecode +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x88e4646a kvm_apic_set_eoi_accelerated +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8a517a60 kvm_set_msi_irq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8a73cd97 kvm_gpc_refresh +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8a7fe54a __SCT__tp_func_kvm_vmgexit_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8b618aa6 __SCT__tp_func_kvm_nested_vmexit_inject +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8c18cb33 __traceiter_kvm_nested_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8cd15515 kvm_post_set_cr4 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8e62546c __SCK__tp_func_kvm_fast_mmio +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8ef48e1b kvm_vcpu_halt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8f3a890e __traceiter_kvm_vmgexit_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8f5b7705 kvm_msr_allowed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x8f95be93 kvm_fast_pio +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x912a9286 __traceiter_kvm_nested_intr_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x91b6e18a __kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9327c94b kvm_emulate_rdmsr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x93a3e40e __SCT__tp_func_kvm_ple_window_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x94b42982 kvm_write_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x95244a7c __SCK__tp_func_kvm_vmgexit_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x95a91cd0 __SCK__tp_func_kvm_write_tsc_offset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x97ed448a __tracepoint_kvm_pi_irte_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x986727ec kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x98f1a4ec __tracepoint_kvm_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x998f22d6 __tracepoint_kvm_avic_unaccelerated_access +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9b1d7284 kvm_vcpu_gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9b639619 kvm_wait_lapic_expire +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9c2b26f0 kvm_make_all_cpus_request +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9c8df95d __SCK__tp_func_kvm_avic_incomplete_ipi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9cf59e7a allow_smaller_maxphyaddr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9d0d1954 __SCK__tp_func_kvm_ple_window_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9e20b2bc __traceiter_kvm_avic_incomplete_ipi +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9ec9888d kvm_requeue_exception +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9f68faa3 __traceiter_kvm_avic_unaccelerated_access +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9fee3c46 kvm_vcpu_wake_up +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0x9fee8b0c kvm_vcpu_gfn_to_hva +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa143d979 gfn_to_hva +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa1c4231f kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa1da55ae __tracepoint_kvm_ple_window_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa32cf3e0 kvm_gpc_activate +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa588ef67 __SCT__tp_func_kvm_nested_intercepts +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa6a50230 __traceiter_kvm_nested_intercepts +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa7022320 __traceiter_kvm_avic_ga_log +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa7643a91 kvm_get_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa79a7f1a kvm_lapic_find_highest_irr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa84a2e73 __SCT__tp_func_kvm_write_tsc_offset +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa8edbea7 kvm_arch_register_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa90e0766 kvm_complete_insn_gp +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xa93c2b20 kvm_find_cpuid_entry_index +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaa08af44 kvm_arch_end_assignment +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaa098fc2 kvm_emulate_instruction +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xab3f7c6a kvm_handle_memory_failure +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xab8fe79f kvm_vcpu_kick +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xab994031 kvm_emulate_invd +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xacf0926f __SCK__kvm_x86_cache_reg +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaf72280e kvm_write_guest_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xaf8c4f0c kvm_set_cr4 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb1367cdd kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb1a3c16a __tracepoint_kvm_invlpga +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb251eb38 kvm_sev_es_string_io +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb266fcce kvm_load_host_xsave_state +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb332b817 gfn_to_hva_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb45d7549 kvm_fixup_and_inject_pf_error +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb47594d4 __tracepoint_kvm_inj_virq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb5bfec51 kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb82c0987 enable_pmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb877a585 __tracepoint_kvm_apicv_accept_irq +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb954e6cb __kvm_prepare_emulation_failure_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xb96e9aa1 __traceiter_kvm_skinit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xba688496 kvm_apic_update_ppr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbaf4a181 kvm_vcpu_apicv_activated +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbb836a2f kvm_lapic_readable_reg_mask +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbd110009 kvm_init_mmu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbd9d6dfc kvm_mmu_set_me_spte_mask +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbddb692e kvm_vcpu_gfn_to_pfn +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbe964362 kvm_read_l1_tsc +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbeb09761 kvm_require_dr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xbfa60012 __tracepoint_kvm_avic_ga_log +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc00b3cb4 kvm_mmu_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc071e99f __SCT__tp_func_kvm_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc259b722 __tracepoint_kvm_cr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc3f17fce __SCK__tp_func_kvm_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc47a27b9 gfn_to_memslot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc60d7d0c __traceiter_kvm_pml_full +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc7c4af42 kvm_read_guest_cached +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc7fe55ac __traceiter_kvm_avic_doorbell +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc84b3f46 __kvm_is_valid_cr4 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc906d0a5 kvm_emulate_halt_noskip +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc96d35f4 report_ignored_msrs +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xc9aaa6ca kvm_read_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcaa3f426 kvm_read_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcab2cfe4 __tracepoint_kvm_pml_full +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcbc2bac2 vcpu_load +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xcc3f8db6 kvm_arch_has_assigned_device +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xce576a13 enable_apicv +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd09da48b __SCT__tp_func_kvm_nested_intr_vmexit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd1372595 kvm_are_all_memslots_empty +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd3709931 kvm_set_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd475c188 kvm_pmu_cap +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd5d5da6c kvm_get_linear_rip +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd75e590e kvm_emulate_hypercall +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd87bc553 __tracepoint_kvm_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd9c97efd kvm_lapic_expired_hv_timer +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xd9caa7d0 kvm_arch_has_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xda729ff4 kvm_pmu_trigger_event +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdb0203d2 mark_page_dirty_in_slot +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdb770543 __tracepoint_kvm_nested_intercepts +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdc7369fe __traceiter_kvm_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xdd21129a kvm_emulate_rdpmc +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xddf933b2 kvm_write_guest +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe0b37192 __SCK__tp_func_kvm_pi_irte_update +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe0e786a7 __SCT__tp_func_kvm_skinit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe4032cb4 kvm_intr_is_single_vcpu +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe46616d2 kvm_mmu_new_pgd +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe527e284 kvm_io_bus_get_dev +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe5c8b210 kvm_cpu_get_interrupt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe796d4fd kvm_get_apic_mode +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe7a049b9 __SCK__tp_func_kvm_nested_intercepts +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe7f35cb6 __traceiter_kvm_entry +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe81dcaf6 kvm_emulate_halt +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe93dfc8c __SCT__tp_func_kvm_nested_vmenter_failed +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xe9c760cc __tracepoint_kvm_nested_vmexit_inject +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xea1814cd gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xea5cda33 __SCT__tp_func_kvm_fast_mmio +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xeb89b112 kvm_post_set_cr0 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xec7ccf2f kvm_vcpu_write_guest_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xee7be85b kvm_emulate_ap_reset_hold +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xef14fd98 kvm_calc_nested_tsc_multiplier +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xefc0fc92 kvm_set_or_clear_apicv_inhibit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf084b57d __SCT__tp_func_kvm_msr +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf16d3468 gfn_to_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf2dae545 kvm_arch_unregister_noncoherent_dma +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf2df48f3 __SCT__tp_func_kvm_pml_full +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf31c7113 kvm_get_rflags +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf32dff97 __SCT__tp_func_kvm_avic_unaccelerated_access +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf3a0b826 kvm_task_switch +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf54e2886 __SCT__tp_func_kvm_vmgexit_msr_protocol_enter +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf67f9f8d kvm_set_cr8 +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf6abf4a0 kvm_hv_get_assist_page +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf6ae3ae7 __tracepoint_kvm_vmgexit_msr_protocol_exit +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf7490a47 kvm_skip_emulated_instruction +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xf9e8b775 kvm_requeue_exception_e +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfa30aeb2 kvm_arch_start_assignment +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfab33e4c enable_mmio_caching +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfadd691a kvm_inject_emulated_page_fault +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfb23f1f7 kvm_set_rflags +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xfec8202a kvm_cpu_caps +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xff2a4e00 __SCK__tp_func_kvm_avic_kick_vcpu_slowpath +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xff84b913 kvm_sev_es_mmio_read +EXPORT_SYMBOL_GPL arch/x86/kvm/kvm 0xffe37921 file_is_kvm +EXPORT_SYMBOL_GPL crypto/af_alg 0x13b19bbd af_alg_count_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x22826c9f af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/af_alg 0x27e92408 af_alg_async_cb +EXPORT_SYMBOL_GPL crypto/af_alg 0x33fd0fde af_alg_free_resources +EXPORT_SYMBOL_GPL crypto/af_alg 0x36bdabdd af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x3ed38400 af_alg_sendmsg +EXPORT_SYMBOL_GPL crypto/af_alg 0x459e012f af_alg_wait_for_data +EXPORT_SYMBOL_GPL crypto/af_alg 0x5f51b5bc af_alg_poll +EXPORT_SYMBOL_GPL crypto/af_alg 0x634264a9 af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x804a9bc0 af_alg_get_rsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x8dec56c5 af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0xb04e4594 af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0xb55e719c af_alg_pull_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xc3e22289 af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xd2fe3fd0 af_alg_wmem_wakeup +EXPORT_SYMBOL_GPL crypto/af_alg 0xf0d2534e af_alg_alloc_areq +EXPORT_SYMBOL_GPL crypto/aria_generic 0x4a61978a aria_encrypt +EXPORT_SYMBOL_GPL crypto/aria_generic 0x7fd31903 aria_set_key +EXPORT_SYMBOL_GPL crypto/aria_generic 0xbdad6df6 aria_decrypt +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x5ca6da9a async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x7574b228 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xd30e2282 async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x412aab16 async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x5ddf3838 async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x25df3bb2 async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x53d9563f __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x68e802ee async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xc0646faa async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x0ddd90f0 async_xor_val_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x9cc73521 async_xor_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xc9d65faa async_xor_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xe89d4b81 async_xor +EXPORT_SYMBOL_GPL crypto/authenc 0x2479193e crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0x1f23ea89 blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x0fc36def cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x188d9d26 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0xef81a4af __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x3dbae082 __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xb39707be cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xcfce512f __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xd76a5716 __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast_common 0x5609ce41 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0x5b17be06 cast_s4 +EXPORT_SYMBOL_GPL crypto/cast_common 0xb9cba57f cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xbd3e7542 cast_s1 +EXPORT_SYMBOL_GPL crypto/cryptd 0x00fdeb28 cryptd_ahash_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x229cea82 cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0x23e2155f cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x592a833c cryptd_aead_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x5fd00bbf cryptd_skcipher_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x76db8492 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x80b393c4 cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x8fccc94f cryptd_free_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0xa9a6ef68 cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xbc68c5ab cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xf70f20ee cryptd_skcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xfb894f87 cryptd_alloc_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0xfc15f623 cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x2e7419b8 crypto_engine_start +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x2ece7f2e crypto_engine_exit +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x3243f640 crypto_transfer_akcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x49aa5bee crypto_finalize_skcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x55ae83dc crypto_engine_alloc_init +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x65970a65 crypto_finalize_akcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x73bb15ca crypto_transfer_kpp_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x865f09e1 crypto_engine_stop +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x8b7bc6e1 crypto_transfer_skcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x8ba071de crypto_finalize_aead_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x9bf670da crypto_engine_alloc_init_and_set +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xa4637fbc crypto_transfer_aead_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xc13b36bc crypto_finalize_hash_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xd2163976 crypto_finalize_kpp_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xe95172d5 crypto_transfer_hash_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x121ca73b simd_register_aeads_compat +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x504cb053 simd_aead_create_compat +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x54e26aad simd_unregister_aeads +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x66983e96 simd_skcipher_create +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x851c747c simd_aead_create +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x88638552 simd_skcipher_create_compat +EXPORT_SYMBOL_GPL crypto/crypto_simd 0xbfd26f15 simd_aead_free +EXPORT_SYMBOL_GPL crypto/crypto_simd 0xcf1224b0 simd_register_skciphers_compat +EXPORT_SYMBOL_GPL crypto/crypto_simd 0xd147ad5e simd_unregister_skciphers +EXPORT_SYMBOL_GPL crypto/crypto_simd 0xefe73979 simd_skcipher_free +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0x33b866ce crypto_ecdh_decode_key +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0x7475be8e crypto_ecdh_key_len +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0xb230d2ec crypto_ecdh_encode_key +EXPORT_SYMBOL_GPL crypto/polyval-generic 0x1936413e polyval_mul_non4k +EXPORT_SYMBOL_GPL crypto/polyval-generic 0x49dece42 polyval_update_non4k +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x4eb4c55e __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xbcc074f3 __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xd4c9681a __serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xd6f5cb61 serpent_setkey +EXPORT_SYMBOL_GPL crypto/sm2_generic 0x99efff27 sm2_compute_z_digest +EXPORT_SYMBOL_GPL crypto/sm3 0xa98edad1 sm3_update +EXPORT_SYMBOL_GPL crypto/sm3 0xf04338f9 sm3_final +EXPORT_SYMBOL_GPL crypto/sm3_generic 0x0bddca87 sm3_zero_message_hash +EXPORT_SYMBOL_GPL crypto/sm4 0x24e254e8 sm4_expandkey +EXPORT_SYMBOL_GPL crypto/sm4 0xfa81970e sm4_crypt_block +EXPORT_SYMBOL_GPL crypto/twofish_common 0xdb05955e twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0xe22b7787 __twofish_setkey +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x08f0212d spk_set_num_var +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x1e39eb14 synth_putws +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x3a315149 spk_ttyio_ops +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x4531c76b spk_ttyio_release +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x45eda959 spk_get_var +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x466f5eb7 synth_putwc +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x46963536 synth_remove +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x6082a9de spk_var_show +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x661e92ce spk_synth_flush +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x754dd931 spk_do_catch_up_unicode +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x76d40046 synth_buffer_skip_nonlatin1 +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x84dad068 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8c82dfca synth_request_region +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8fe0db01 synth_putwc_s +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xaadb0612 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xb67eda37 spk_ttyio_synth_immediate +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xb734cb9d speakup_event +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xbfc82a07 spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc319c604 synth_putws_s +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc58f6e50 spk_get_var_header +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc81b6ecc synth_add +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd4392947 spk_synth_get_index +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd6801182 spk_var_store +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd8fd86cf synth_release_region +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd93829dd speakup_info +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xdd5a6efb synth_current +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xe194d0ef synth_printf +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xe631d170 spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xe6da0c2c spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xe99d65c1 spk_ttyio_synth_probe +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x4639bcda acpi_nfit_shutdown +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x48536cc0 acpi_nfit_desc_init +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x499bbf57 nfit_get_smbios_id +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x5e12c399 __acpi_nvdimm_notify +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x7657f0b9 acpi_nfit_ctl +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x93c5a263 __acpi_nfit_notify +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0xa439dd97 acpi_nfit_init +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0x67927a0d platform_profile_notify +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0xbfe36436 platform_profile_remove +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0xcac33cd4 platform_profile_register +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0x1c8984c7 acpi_smbus_unregister_callback +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0x4f6c2360 acpi_smbus_read +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0x87bd07bd acpi_smbus_register_callback +EXPORT_SYMBOL_GPL drivers/acpi/sbshc 0x96eb492d acpi_smbus_write +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x0071f484 ahci_handle_port_intr +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x0472c93c ahci_stop_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x04e4af5d ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x11fe1224 ahci_qc_issue +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x24d64fc7 ahci_shost_groups +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x25897748 ahci_do_hardreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x2a4c8c30 ahci_port_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x2cb4416a ahci_set_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x3c07e436 ahci_print_info +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x40c3d124 ahci_do_softreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x478e7387 ahci_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5c153c63 ahci_dev_classify +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x6017a1a7 ahci_kick_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x72a20e08 ahci_start_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x7925a81a ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x9545611e ahci_check_ready +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x96b2845b ahci_sdev_groups +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xa6e57394 ahci_start_fis_rx +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xb5488632 ahci_reset_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xc8b3a859 ahci_save_initial_config +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xcde619a7 ahci_host_activate +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xe622612e ahci_init_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xe7858901 ahci_reset_em +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xed05339a ahci_error_handler +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x0ace69ef ahci_platform_enable_phys +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x14268e48 ahci_platform_enable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x48a1e4da ahci_platform_suspend +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x51c7e0b7 ahci_platform_get_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x5c42d126 ahci_platform_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x6c7fa8af ahci_platform_deassert_rsts +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x7058a661 ahci_platform_find_clk +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x7363d875 ahci_platform_resume_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x86e44cb4 ahci_platform_disable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x9567b310 ahci_platform_shutdown +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xa580779f ahci_platform_disable_regulators +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xadcf56e2 ahci_platform_disable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xb327b145 ahci_platform_disable_phys +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xbc58d416 ahci_platform_suspend_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xc57abaa2 ahci_platform_enable_regulators +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xcaa0c181 ahci_platform_init_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xcca7a42b ahci_platform_enable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xcff033e7 ahci_platform_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xd97a88c5 ahci_platform_assert_rsts +EXPORT_SYMBOL_GPL drivers/ata/pata_parport/pata_parport 0x43732f38 pata_parport_register_driver +EXPORT_SYMBOL_GPL drivers/ata/pata_parport/pata_parport 0xc576f9a9 pata_parport_unregister_driver +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0x02ff9464 cfag12864b_isinited +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0x0ecb2e5d cfag12864b_disable +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0x305dc3c6 cfag12864b_isenabled +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0x3389f926 cfag12864b_enable +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0x9522a342 cfag12864b_getrate +EXPORT_SYMBOL_GPL drivers/auxdisplay/cfag12864b 0xc48e9d95 cfag12864b_buffer +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0x09917359 charlcd_poke +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0x6fd9cc4a charlcd_register +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0x8b45326c charlcd_alloc +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0xd3e29970 charlcd_backlight +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0xf3304696 charlcd_free +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0xf883c540 charlcd_unregister +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x07b26ecc hd44780_common_gotoxy +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x1aa688fd hd44780_common_lines +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x23159a5b hd44780_common_clear_display +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x30e85287 hd44780_common_shift_display +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x36dc00a2 hd44780_common_print +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x3c4c183f hd44780_common_home +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x489c89e8 hd44780_common_redefine_char +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x64415593 hd44780_common_display +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x79e8e259 hd44780_common_alloc +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x8585e5fd hd44780_common_blink +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x8d4f3fa4 hd44780_common_init_display +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0xa22afdaa hd44780_common_cursor +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0xc369090d hd44780_common_shift_cursor +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0xf360d788 hd44780_common_fontsize +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x14102f23 ks0108_displaystate +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x48a70518 ks0108_writedata +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x4f506333 ks0108_startline +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x6edae968 ks0108_isinited +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xbf4774db ks0108_writecontrol +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xedde6df2 ks0108_page +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xfee8ef7b ks0108_address +EXPORT_SYMBOL_GPL drivers/auxdisplay/line-display 0x56f8cdfc linedisp_unregister +EXPORT_SYMBOL_GPL drivers/auxdisplay/line-display 0x61f9472d linedisp_register +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-i3c 0x72b5cecd __devm_regmap_init_i3c +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0x21040336 __regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0x3caf747e __devm_regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0x672d69b8 __regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0xeeb58aba __devm_regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0x5505f4c3 __regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0x79546927 __devm_regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x50976e7d __devm_regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x8864330c __regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0x552f594f __devm_regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0x8d59f671 __regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x12e3a031 __devm_regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x268152b8 __regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x89cea827 __regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xd2cecae1 __devm_regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0xc4104a05 __regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0xe81a2017 __devm_regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x03b8d8a2 bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1091d8ea bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x164e7451 bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x19a18465 bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x31111ce3 bcma_host_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3c68b2f7 bcma_chipco_b_mii_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4446bc79 bcma_host_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x54a02ee9 bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x560c5a51 bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5c443391 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5fd7901d __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x63ca6ad9 bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x64a585a0 bcma_host_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6f1714d5 bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7d7ffbba bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8073d1ca bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8e720088 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x9e3aa44b bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x9e3f158d bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xacdbb541 bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xae5d54d9 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xbf86ffdf bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc05b89f5 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xde4bc183 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x23aa63fe btbcm_finalize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x2ca05d90 btbcm_setup_apple +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x333ed90b btbcm_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x63ed9b9e btbcm_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x8970d73b btbcm_write_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xb11eaac0 btbcm_setup_patchram +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xdf2e34fb btbcm_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xe0fb2c2a btbcm_read_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x04d04d2c btintel_set_event_mask_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x0b2f03de btintel_load_ddc_config +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x4c5bf9af btintel_set_quality_report +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x56e1d484 btintel_enter_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x6b73691f btintel_regmap_init +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x6c21c68e btintel_read_boot_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x6fe225dd btintel_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x8cb80335 btintel_set_diag +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x8e9497d1 btintel_version_info +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x8f12217a btintel_exit_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x9314cedf btintel_send_intel_reset +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x93394617 btintel_bootup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xad6bd1bf btintel_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xaffc37d0 btintel_secure_send_result +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xc7a74ffc btintel_read_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xcbcca867 btintel_configure_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xfe989b1b btintel_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x170c35fe btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x2f9a6ba4 btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x3bda1122 btmrvl_pscan_window_reporting +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x61eb438b btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x696d3e45 btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x6dbde61b btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x7d79c553 btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x8062cd01 btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x82a83f25 btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x9e2ca71f btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xdfba3f15 btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x623ba8b9 btmtk_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0xb2040293 btmtk_setup_firmware_79xx +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0xcad50d6f btmtk_setup_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x0b07fe9d qca_uart_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x4029db20 qca_send_pre_shutdown_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xaa3a561a qca_read_soc_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xb67ec51d qca_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xc2a7d555 qca_set_bdaddr_rome +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x1c536ca7 btrtl_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x23366403 btrtl_shutdown_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x2c7b5bc1 btrtl_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x7928b99f btrtl_setup_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x821dde04 btrtl_get_uart_settings +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xaf78f260 btrtl_free +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xba4abc91 btrtl_set_quirks +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x4278de8d hci_uart_register_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x48023d96 hci_uart_tx_wakeup +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x9e675c21 h4_recv_buf +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xde6e6055 hci_uart_unregister_device +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x1f7f1d0f mhi_ep_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x5e92e412 mhi_ep_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x6e3e1135 __mhi_ep_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x80ca6ad9 mhi_ep_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x9f14f654 mhi_ep_queue_is_empty +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xaf08f220 mhi_ep_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xdd90578c mhi_ep_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xe9fe3ffa mhi_ep_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x18aba71d mhi_queue_dma +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x1e7377a5 __mhi_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x318af9aa mhi_download_rddm_image +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x3286d2cd mhi_get_mhi_state +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x44ffe674 mhi_pm_resume_force +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x4f1e30b4 mhi_unprepare_after_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x5b9ebd79 mhi_prepare_for_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x5d2a9220 mhi_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x5fe8571d mhi_free_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x612a7372 mhi_prepare_for_transfer_autoqueue +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x6a6dace9 mhi_device_get +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x6c8bba37 mhi_async_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x788f9775 mhi_notify +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x7fa1d41f mhi_queue_is_full +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x80910432 mhi_device_get_sync +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x83b90566 mhi_queue_buf +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x8b538de1 mhi_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x9a0116ea mhi_device_put +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x9a4bc657 mhi_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x9c404f3b mhi_alloc_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xa9241575 mhi_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xbb798900 mhi_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xbbeb54e0 mhi_pm_suspend +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xd0698577 mhi_pm_resume +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xd8a1f103 mhi_get_exec_env +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xe26e49f3 mhi_prepare_for_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xf6dbc875 mhi_soc_reset +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xfcc6c81f mhi_get_free_desc_count +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xfe9533ce mhi_unprepare_from_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xff506da2 mhi_force_rddm_mode +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x04307f7e comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0c5fc021 comedi_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x26192beb comedi_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2999b2f8 comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2e101afc comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x30c3ed25 comedi_nsamples_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x354b30e7 comedi_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x36f50b84 comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x3745f93e comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x44b49bdf comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x55e5279d comedi_nscans_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x5e72593f comedi_bytes_per_scan_cmd +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x6ac481a6 __comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x6be9fafc comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x71beddea comedi_timeout +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x7a52f6a9 comedi_buf_write_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8183b339 comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8c3f6b56 comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8d92af86 comedi_readback_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x92ec3d73 comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xa2b3700e comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xa4dcefc4 comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xa717db05 comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb679cebc range_0_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb945146b comedi_alloc_subdev_readback +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbb52fc7f range_bipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbc870d60 comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbdbe75c6 range_unipolar2_5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbf3a4350 comedi_set_spriv_auto_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbf6dfdee comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xcf206dc2 comedi_handle_events +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xd95bf49e comedi_dev_put +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdcfe4b7f comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xe4fa95ee comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xe53f7b50 comedi_event +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xe8c57c0b comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xee98c99f comedi_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xef91dae8 comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xf141b0d5 comedi_buf_read_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x3099e780 comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x4f7ef2e0 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x5eb58d8c comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x75e3ea5d comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x8319279c comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x8e4d5446 comedi_pci_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xcbac1d57 comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xd2d56b9e comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0x3d941db7 comedi_pcmcia_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0x593f6e47 comedi_to_pcmcia_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0x7b68e3f6 comedi_pcmcia_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0x93e7c4cc comedi_pcmcia_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0xa08cefb7 comedi_pcmcia_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0xb73421ed comedi_pcmcia_disable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pcmcia 0xf98593c9 comedi_pcmcia_enable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x2a9c33fb comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x30d82e97 comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x5acbeffc comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x8bc70e11 comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xa9fd56e1 comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xcb905b2b comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0xc5d3331f addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0x2b32a6c0 amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0x3678ee2d amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_pc236_common 0xa3f81cea amplc_pc236_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x100a7ad2 comedi_8254_subdevice_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x11976b0a comedi_8254_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x14be3cc9 comedi_8254_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x1d910a3c comedi_8254_set_mode +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x3dcef363 comedi_8254_status +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x589ffe28 comedi_8254_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x7898d9d5 comedi_8254_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x7b729725 comedi_8254_load +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x7cf9fe8b comedi_8254_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x8ce5727b comedi_8254_cascade_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xb70e9873 comedi_8254_update_divisors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xd9e3541f comedi_8254_set_busy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xfed71e83 comedi_8254_pacer_enable +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x8782ff10 subdev_8255_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x8d9cd17f subdev_8255_regbase +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0xb5ecac43 subdev_8255_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0x12fba874 comedi_isadma_disable +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0x216c0fcd comedi_isadma_free +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0x4a17474e comedi_isadma_disable_on_sample +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0x7bdf70a5 comedi_isadma_alloc +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0xca784d4b comedi_isadma_set_mode +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0xd79e511f comedi_isadma_poll +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0xea878430 comedi_isadma_program +EXPORT_SYMBOL_GPL drivers/comedi/drivers/das08 0x513f6cc2 das08_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x3d20cd01 mite_release_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x51473e54 mite_free_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x54772498 mite_ack_linkc +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x5ef97b8a mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x66dd5aaf mite_dma_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x702b7f7c mite_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x7db54e9b mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x891c4514 mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x9e9f61ec mite_buf_change +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xbe5b7a48 mite_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xc0a04660 mite_prep_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xcba8851d mite_sync_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xe907444b mite_init_ring_descriptors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xed5a9cee mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xed9f1dfb mite_request_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xfa7eab99 mite_done +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0x672b56e8 labpc_common_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0x7ca13987 labpc_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0x3aca4101 labpc_free_dma_chan +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0x5afb40d8 labpc_setup_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0xa8af8255 labpc_init_dma_chan +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0xf1eabd19 labpc_handle_dma_status +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0xf1fd502d labpc_drain_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x076bc308 ni_find_route_source +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x0921123e ni_lookup_route_register +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x1facf7f8 ni_is_cmd_dest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x64443d67 ni_get_valid_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x6c18c54e ni_count_valid_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x85e75c94 ni_assign_device_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x863a306d ni_sort_device_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x8ab47ba4 ni_route_set_has_source +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x8f0f0901 ni_find_route_set +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0xb3e302a3 ni_route_to_register +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x17cc2561 ni_tio_get_soft_copy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x60d7f220 ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x649aad41 ni_tio_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x79fc06dd ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x7b699f38 ni_tio_get_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x7db205e8 ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x84c3a6b8 ni_tio_set_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x85fa72a2 ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x8891f6c4 ni_tio_set_gate_src_raw +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x92fde517 ni_tio_set_bits +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x936b1340 ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x9be61ec0 ni_tio_unset_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xa8729326 ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xac8fe223 ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xda9db975 ni_tio_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xe47c8ea2 ni_tio_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x275f0826 ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x778d726d ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xa6ac2400 ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xd36310c4 ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xe318344f ni_tio_acknowledge +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xed8919ea ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x2838d21b comedi_close +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x95f2bca1 comedi_open +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xa28e208b comedi_dio_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xea1421f4 comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xef0c52be comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xf2ee496c comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xf4907dd9 comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/cpufreq/speedstep-lib 0x1b1f2bda speedstep_get_freqs +EXPORT_SYMBOL_GPL drivers/cpufreq/speedstep-lib 0x2b67f096 speedstep_get_frequency +EXPORT_SYMBOL_GPL drivers/cpufreq/speedstep-lib 0xd7ab2c0c speedstep_detect_processor +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x04773b60 ccp_present +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x2e6a6147 psp_copy_user_blob +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x3a1a3979 ccp_version +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x3e059f28 sev_guest_activate +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x4073e924 sev_guest_deactivate +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x4574a8f3 sev_issue_cmd_external_user +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x4ab05989 ccp_enqueue_cmd +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x6ea40704 psp_ring_platform_doorbell +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x843d6541 sev_guest_decommission +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x8fac14a2 sev_guest_df_flush +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x91722dce sev_platform_status +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x98a356de psp_send_platform_access_msg +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0xd02e197f sev_platform_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x003423cf adf_dbgfs_exit +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x008fc1f5 adf_vf2pf_notify_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x06e125ab adf_init_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x07deade7 adf_disable_pf2vf_interrupts +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x0942bb25 adf_dev_down +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x12893f46 adf_gen2_get_accel_cap +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x15a9169c adf_cleanup_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x16f4de24 adf_gen2_cfg_iov_thds +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x172a8558 adf_devmgr_rm_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x17930498 adf_vf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x1d2614ad adf_send_admin_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x1ecefd5e adf_gen2_get_num_aes +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x21a1e374 adf_devmgr_pci_to_accel_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x22321194 adf_gen4_handle_pm_interrupt +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x28ceeb9b adf_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x2a076805 adf_gen2_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x2be4e269 adf_gen2_get_arb_info +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x2f590486 adf_cfg_get_param_value +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x2fb7b7f8 adf_gen4_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x35dcde41 adf_gen2_enable_ints +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3a2e2c2c adf_cfg_add_key_value_param +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3b9730a0 adf_gen2_dev_config +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3c56489f adf_vf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3e707f37 adf_gen2_get_admin_info +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x464cf680 adf_init_arb +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x577a8a9b adf_dev_started +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5a293b19 adf_gen2_get_num_accels +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5ee272f4 adf_flush_vf_wq +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5ef924ca adf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x62474b74 adf_reset_flr +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x6b997e91 adf_gen4_ring_pair_reset +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x6d72f2c6 adf_disable_sriov +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x77689297 adf_sysfs_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x7d686a84 adf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x7f433b64 adf_devmgr_add_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x80720d84 adf_dbgfs_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x89890336 adf_gen4_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x8c39dccb adf_gen2_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x91ed08f4 adf_cfg_dev_remove +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x9b7fc4d0 adf_enable_vf2pf_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa72c8068 adf_err_handler +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa7e5f431 adf_gen2_enable_error_correction +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xb31b461d adf_exit_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xb7d555c5 adf_gen2_init_vf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xb8900eba adf_dev_in_use +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xbcebf7f4 adf_init_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc501ac82 adf_gen4_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc61bfd48 adf_cfg_dev_add +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc7aa75ec adf_dev_restart +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc9baf7f9 adf_dev_put +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xcc3b167a adf_clean_vf_map +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xce6c942d adf_vf2pf_notify_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xcea0eccd adf_exit_arb +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd1ff6955 adf_cfg_section_add +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd427a7c7 adf_gen4_enable_pm +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd64519f1 adf_gen2_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd8623fa6 adf_devmgr_in_reset +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd9cada8e adf_dev_up +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xdcfb5b03 adf_pfvf_comms_disabled +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xddcee408 adf_enable_pf2vf_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe327f1f1 adf_gen4_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe35d5bc2 adf_devmgr_update_class_index +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe45f3512 adf_gen2_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xfd7804e1 adf_reset_sbr +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xff1c92db adf_dev_get +EXPORT_SYMBOL_GPL drivers/dca/dca 0x01a33ab9 dca_unregister_notify +EXPORT_SYMBOL_GPL drivers/dca/dca 0x305d6ac1 dca3_get_tag +EXPORT_SYMBOL_GPL drivers/dca/dca 0x3156d09c dca_remove_requester +EXPORT_SYMBOL_GPL drivers/dca/dca 0x71535e8a dca_add_requester +EXPORT_SYMBOL_GPL drivers/dca/dca 0x753ffc45 free_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0xaa634427 dca_get_tag +EXPORT_SYMBOL_GPL drivers/dca/dca 0xac34ecec dca_register_notify +EXPORT_SYMBOL_GPL drivers/dca/dca 0xbca0c206 register_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0xd2a5cee3 alloc_dca_provider +EXPORT_SYMBOL_GPL drivers/dca/dca 0xfd298b9f unregister_dca_provider +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0x81efdac1 dw_edma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0x98fa88d3 dw_edma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x20112bea do_dw_dma_enable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x63b9ae2a dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x7432cfce do_dw_dma_disable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x93bdf333 idma32_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x9b36334b dw_dma_acpi_controller_register +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x9ee99201 dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xc105a065 dw_dma_filter +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xc922db01 idma32_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xe0d14ba5 dw_dma_acpi_controller_free +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0x21cb3539 hidma_mgmt_init_sys +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0xf99e3a2b hidma_mgmt_setup +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x0be1a4d8 amd_unregister_ecc_decoder +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x1d34e996 pp_msgs +EXPORT_SYMBOL_GPL drivers/edac/edac_mce_amd 0x8592d892 amd_register_ecc_decoder +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0x40e9cdb0 __fw_send_request +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xabb5547d fw_request_get_timestamp +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xe4c304b0 fw_card_read_cycle_time +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xe86fb5c7 fw_card_release +EXPORT_SYMBOL_GPL drivers/fpga/altera-pr-ip-core 0x54568310 alt_pr_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x0453d1f0 dfl_fpga_dev_feature_init +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x0a357522 __dfl_fpga_cdev_find_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x192274ee dfl_fpga_port_ops_get +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x1ae1d7d3 dfl_fpga_enum_info_free +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x217178b5 dfl_fpga_enum_info_add_dfl +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x38a7d983 dfl_fpga_set_irq_triggers +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x4c8f897a dfl_fpga_feature_devs_enumerate +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x618a5524 dfh_find_param +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x815d6cd0 dfl_fpga_cdev_assign_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x9340adc5 dfl_fpga_dev_ops_unregister +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xa26cc98b dfl_fpga_cdev_config_ports_vf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xa624c9be dfl_fpga_dev_ops_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xac076975 dfl_fpga_port_ops_del +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xb0401476 dfl_feature_ioctl_get_num_irqs +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xbac25b6c dfl_fpga_port_ops_put +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xbd4230c2 dfl_fpga_feature_devs_remove +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xc4f4f2e4 dfl_fpga_port_ops_add +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xc5aece15 dfl_fpga_enum_info_add_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xc6619b13 dfl_fpga_dev_feature_uinit +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xd1826dfb dfl_feature_ioctl_set_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xe4fd724a dfl_fpga_check_port_id +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xe99b5095 dfl_fpga_cdev_release_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xfa9fc9a5 dfl_fpga_enum_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xfd3647c4 dfl_fpga_cdev_config_ports_pf +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x0633c4b9 fpga_bridges_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x07e1b87e fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x0b2b884c fpga_bridges_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x2c8167cf fpga_bridges_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x3e4c86fc fpga_bridge_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x6df123dd fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x8689ba11 fpga_bridge_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xa07c6b8b fpga_bridge_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xa340310b fpga_bridge_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xae27dc20 of_fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xc5461775 of_fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xe88df624 fpga_bridge_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x0795b579 fpga_mgr_load +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x1a55d391 of_fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x1db62bc7 fpga_mgr_unlock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x2daea8b3 fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x599fc417 fpga_image_info_free +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x644addc9 devm_fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x6db78e31 fpga_mgr_lock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x8f9ede5d fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x90fb8db3 devm_fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x99c1a940 fpga_image_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xa79eecc7 fpga_mgr_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xddb125cd fpga_mgr_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xe8feeb61 fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x44290279 fpga_region_class_find +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xa8ce7287 fpga_region_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xd04a75ff fpga_region_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xf475eec2 fpga_region_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xf87b0fff fpga_region_program_fpga +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x1bc8d8bd gnss_deregister_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x55a033b0 gnss_insert_raw +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xaa73672c gnss_allocate_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xe83ca615 gnss_put_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xffed6fce gnss_register_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x136d7f2d gnss_serial_register +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x7d5770b5 gnss_serial_free +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xa85ae6bf gnss_serial_deregister +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xc2f73684 gnss_serial_pm_ops +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xd043d6e8 gnss_serial_allocate +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x5d0e4276 idio_16_set +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x6495f119 idio_16_get_multiple +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x68830314 idio_16_state_init +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x70e2b625 idio_16_get +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0xae1139f5 idio_16_set_multiple +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x0ba2210b __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0xcb75fbc5 __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x496ce291 gpio_regmap_get_drvdata +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x66c70c0e devm_gpio_regmap_register +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0xb7066570 gpio_regmap_unregister +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0xdf7ad2e7 gpio_regmap_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x0c93e62d analogix_dp_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x3ee0dd60 anx_dp_aux_transfer +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x4b48b75c analogix_dp_resume +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x5a5f3847 analogix_dp_suspend +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x623dadf2 analogix_dp_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x6dd2355f analogix_dp_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x80703fb9 analogix_dp_stop_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xc21ff9be analogix_dp_start_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xc3de8d16 analogix_dp_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_display_helper 0x3c61623e drm_hdcp_check_ksvs_revoked +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x061b4c89 drmm_kstrdup +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x19ca394f drm_bridge_detect +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x275b3c1c accel_open +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x37a54f73 drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x3c3cce0b drm_gem_dumb_map_offset +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x46f365ac drm_bridge_hpd_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x55476054 drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x66cf2f64 drm_display_mode_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xad885165 drm_bus_flags_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xb71cd4f4 drm_bridge_hpd_notify +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xb7c79d24 drm_bridge_get_modes +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xc29efbf2 drm_bridge_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xc472543c drm_crtc_add_crc_entry +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xe1e0f5a1 drm_bridge_hpd_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xe21e2e2b drm_do_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfe9f72f3 drm_display_mode_to_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x023a1e45 drm_gem_dma_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x0369514f drm_fb_dma_get_gem_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x4feab14a drm_gem_dma_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x538d2a7f drm_gem_dma_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x6101145b drm_fb_dma_get_gem_addr +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x64c7ca3f drm_gem_dma_vmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x6a3dc388 drm_gem_dma_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x72cd5ff4 drm_gem_dma_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x75fdf7f8 drm_gem_dma_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x993e8515 drm_fb_dma_sync_non_coherent +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xa69b900c drm_gem_dma_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xa739b67c drm_gem_dma_dumb_create_internal +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x2d187d97 drm_gem_plane_helper_prepare_fb +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x4a9c9a28 drm_gem_fb_create_with_dirty +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x6e1f9900 drm_gem_fb_afbc_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x71c9e979 drm_gem_fb_create_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x94e34eae drm_bridge_connector_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x95b3a160 drm_gem_fb_init_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xc1328496 drm_gem_fb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xf1f80e7f drm_gem_fb_get_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x04279bae drm_gem_shmem_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x46e641b9 drm_gem_shmem_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x5ceda414 drm_gem_shmem_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x66299e74 drm_gem_shmem_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x8be71e3c drm_gem_shmem_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xd42f9952 drm_gem_shmem_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xe2c505f0 drm_gem_shmem_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xfe738fc9 drm_gem_shmem_get_pages_sgt +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0x05876c69 i915_gpu_busy +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0x08a7896d i915_gpu_raise +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0x402468e9 i915_gpu_lower +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0x500858b9 i915_read_mch_val +EXPORT_SYMBOL_GPL drivers/gpu/drm/i915/i915 0xe7237b0b i915_gpu_turbo_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x20a2b255 ssd130x_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0xc254d2c7 ssd130x_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0xfe73e5e4 ssd130x_shutdown +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x00c3f0d4 gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0131ce3a gb_operation_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0cb3113a gb_operation_cancel +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0e44af32 __SCK__tp_func_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x10d1b03e __SCT__tp_func_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x13307db8 __SCK__tp_func_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x15d1942f greybus_disabled +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x198d350c gb_hd_cport_reserve +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x1f18016a gb_debugfs_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2116c839 gb_operation_request_send_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x232fc5cd greybus_message_sent +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2e5aa7c2 __SCK__tp_func_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2edce6d7 gb_connection_disable_forced +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x36947dcd gb_hd_shutdown +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x392b4c2f gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3edb014b __SCK__tp_func_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x40513685 greybus_data_rcvd +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x413fb812 __tracepoint_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x484d2129 __traceiter_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x4a879ce6 gb_operation_get_payload_size_max +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5219d6c5 __tracepoint_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x52b3cc78 gb_operation_request_send +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x54bcd3af __tracepoint_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5519f60c greybus_register_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6108e6bd gb_operation_result +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6132248f gb_operation_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x640ab7aa gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x69084c12 __traceiter_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x69633381 __tracepoint_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x69726cc8 gb_operation_unidirectional_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x72f16513 gb_connection_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x73b61673 greybus_deregister_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x78fedb98 __SCT__tp_func_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x7ac78eeb gb_connection_latency_tag_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x84be22a0 gb_connection_create_offloaded +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x85c85652 gb_connection_disable_rx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8afecdfc gb_hd_output +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x92358d67 gb_connection_enable_tx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x96813e97 gb_hd_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x9fc58000 gb_hd_cport_release_reserved +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa350d4a9 gb_connection_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xaa79c3a2 __tracepoint_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xadd7926d __SCT__tp_func_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xae877457 __SCT__tp_func_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbcbd22e0 __traceiter_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbfb52284 __SCT__tp_func_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc01e1146 __SCK__tp_func_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc4055745 __traceiter_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc4624095 gb_operation_response_alloc +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xce3eeee9 __traceiter_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd60749c7 gb_connection_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd8b22a33 gb_connection_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xdd93e04f gb_operation_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe5565718 __SCK__tp_func_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe6b45fb6 __SCT__tp_func_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe8a3ca4b __tracepoint_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe9dd6309 gb_operation_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xed334bfa __traceiter_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf8a222b8 gb_connection_destroy +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xfce4609f gb_svc_intf_set_power_mode +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xfddd65d9 gb_interface_request_mode_switch +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xff4a77c7 gb_connection_latency_tag_enable +EXPORT_SYMBOL_GPL drivers/hid/hid 0x01b07b25 hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0ceda032 hid_hw_start +EXPORT_SYMBOL_GPL drivers/hid/hid 0x10de78bf hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x10f45766 hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x116b8b06 hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x19aefd23 hid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/hid 0x19d52f1f hid_quirks_exit +EXPORT_SYMBOL_GPL drivers/hid/hid 0x281d98d6 hid_hw_close +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2f9f63f4 hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x33ec9ecb hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x34049be1 hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3b1fa211 hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x40693cd4 hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x40985032 hid_hw_stop +EXPORT_SYMBOL_GPL drivers/hid/hid 0x487739cc hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4894f4b2 hid_match_id +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4a9aba20 __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4d29dfd9 hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4d9aa72f hid_field_extract +EXPORT_SYMBOL_GPL drivers/hid/hid 0x53260b35 hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0x54e19b45 hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0x559e6317 hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5843b791 hid_driver_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5bd6f25c hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0x606addaa __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x614f008e hid_compare_device_paths +EXPORT_SYMBOL_GPL drivers/hid/hid 0x61953415 hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6555f81b hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6b7cbc1a hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x74804e46 hid_hw_raw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x76340ffc hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0x77398441 hid_hw_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7a50446b hid_driver_suspend +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7c9d320c hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7d8afc63 hid_hw_open +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8953c7ab hid_hw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8b13a8b8 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8eb1760c hid_match_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x946440da hid_driver_reset_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0x95e9ac1c hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x971c526e hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xaea3b596 hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb353f251 hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc7e16f89 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0xdb485a92 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe0edfd09 hid_setup_resolution_multiplier +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe20fb729 hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe625a508 hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xecbe6bef hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf596f500 hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf948529a hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfa355613 hid_quirks_init +EXPORT_SYMBOL_GPL drivers/hid/hid 0xff371dad hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x074dfac8 roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x3e4427c8 roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x292f85c9 roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x92c9dab4 roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x99516e30 roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xbfbad5a1 roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xdffea8d1 roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xecd8266b roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x2277ac47 sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x63417a2c sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x64db4774 sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x6dfdec63 sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x87ca27fd sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xc5759489 sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xd4851beb hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xef8076b9 sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xfe7e12bf sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0x6e1150fd vivaldi_feature_mapping +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0xe1537bd3 vivaldi_attribute_groups +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x4ad472a0 i2c_hid_core_pm +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x5a2e0235 i2c_hid_core_remove +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x6715421f i2c_hid_core_probe +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xc3766985 i2c_hid_core_shutdown +EXPORT_SYMBOL_GPL drivers/hid/intel-ish-hid/intel-ishtp 0x2298d3f8 ishtp_wait_resume +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0x4908a5ae surface_hid_pm_ops +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0x6473f2a5 surface_hid_device_destroy +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0xb207266c surface_hid_device_add +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x581bc8e7 hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x9f96810e hid_is_usb +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x011fcceb hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x0862be5b hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x4636c39b hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x4bce7fa7 hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x50ba0bfe hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5a0b5536 hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x6a74c572 hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x6a789e02 hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x7d830f1b hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x7f7b5169 hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x81732064 hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x82654706 hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa188d9ed hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa1b3a196 hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xca549cbf hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xe33ef250 hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xec18a135 hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x033d4eae vmbus_sendpacket_pagebuffer +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x1885984b vmbus_driver_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x1f25d7cf __vmbus_driver_register +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x27a4278c vmbus_alloc_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x2c0f3239 vmbus_hvsock_device_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x31e2e77f vmbus_free_mmio +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x321055cb vmbus_prep_negotiate_resp +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x35b23fb8 vmbus_connect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x384c9f6b vmbus_establish_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x41447a6d vmbus_recvpacket_raw +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x421bd6e8 vmbus_free_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x46a417ca vmbus_proto_version +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x4b2210b8 vmbus_send_tl_connect_request +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x5f2a8b05 __hv_pkt_iter_next +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x63dee306 vmbus_next_request_id +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x674e657e hv_ringbuffer_get_debuginfo +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x7d7ceaca vmbus_allocate_mmio +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x8453558b vmbus_disconnect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x8812c159 vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xa8778e3e vmbus_sendpacket_mpb_desc +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xac52ee39 __vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xb479e451 hv_pkt_iter_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xb728a24b vmbus_setevent +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xb8ba0b71 vmbus_set_sc_create_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xbed4ba5c hv_pkt_iter_first +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xc3c66d9f vmbus_send_modifychannel +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xc71e19c6 vmbus_teardown_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xd61dccae hv_ringbuffer_spinlock_busy +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xde9415c1 vmbus_set_event +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xe40cc405 vmbus_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xef191a74 vmbus_open +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xf6de8c1f vmbus_connection +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xfaa2c891 vmbus_request_addr +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xfe5418e5 vmbus_set_chn_rescind_callback +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x58c33b57 adt7x10_probe +EXPORT_SYMBOL_GPL drivers/hwmon/ltc2947-core 0x5cbb5274 ltc2947_core_probe +EXPORT_SYMBOL_GPL drivers/hwmon/ltc2947-core 0xbc54f93e ltc2947_of_match +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x21428515 nct6775_reg_is_word_sized +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x58d9f240 nct6775_update_device +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x5d119ff1 nct6775_probe +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xb1789449 nct6775_show_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xb7cc4952 nct6775_show_alarm +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xc1f0b1e7 nct6775_store_beep +EXPORT_SYMBOL_GPL drivers/hwmon/occ/occ-hwmon-common 0x6b16b04a occ_shutdown +EXPORT_SYMBOL_GPL drivers/hwmon/occ/occ-hwmon-common 0xfc4509d2 occ_setup +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x2c148c8c intel_th_driver_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x51ec40da intel_th_trace_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x5272ee65 intel_th_trace_switch +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x5a535625 intel_th_driver_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x5de037b0 intel_th_set_output +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x5f89f15c intel_th_free +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x824e7dc2 intel_th_alloc +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xc774bc78 intel_th_trace_disable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xdc05c22d intel_th_output_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x10da91a9 intel_th_msu_buffer_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xa0db6672 intel_th_msu_buffer_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xabdc7a1f intel_th_msc_window_unlock +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x1179a869 stm_unregister_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x22bf83e2 stm_source_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xa0baaefa stm_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xa6982ca6 stm_source_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xcf4bca43 stm_source_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xe059a1c2 stm_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xe2b36bbb stm_data_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xea2eb3f9 to_pdrv_policy_node +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xf674a70b stm_register_protocol +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x55b89764 amd_mp2_rw +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x85e98ac0 amd_mp2_process_event +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0x8ca9267b amd_mp2_bus_enable_set +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0xae127dcd amd_mp2_find_device +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0xb06f6ce4 amd_mp2_register_cb +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0xd0a27e55 amd_mp2_rw_timeout +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-amd-mp2-pci 0xfaf48d4d amd_mp2_unregister_cb +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-ccgx-ucsi 0xed4ba03f i2c_new_ccgx_ucsi +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-nforce2 0xc1da89d0 nforce2_smbus +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x0b1a0d6e i2c_mux_alloc +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x3a85343a i2c_mux_del_adapters +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x6595469f i2c_mux_add_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xf6542bd4 i2c_root_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x34cb3028 i2c_register_spd +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x3e7b6e00 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x084dd77c i3c_driver_register_with_owner +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x10cd56bf i3c_device_match_id +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x1216f338 i3c_master_add_i3c_dev_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x21c5fcb6 i3c_generic_ibi_get_free_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x2bed3d28 i3c_master_enec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x4a664e53 i3c_generic_ibi_recycle_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x523d58fd i3c_master_entdaa_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x548dfbfe i3c_master_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x5c77dda1 i3c_master_defslvs_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x5d08b4e0 i3c_master_get_free_addr +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x5fc0afb1 i3c_driver_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x601dda83 i3c_master_register +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x611eef82 i3c_device_free_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x62b3a8d4 i3c_generic_ibi_alloc_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x643c3635 i3c_master_set_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x65fae8d7 i3cdev_to_dev +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x76fe3e05 i3c_generic_ibi_free_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x9494b1eb i3c_master_queue_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x963cba94 i3c_device_request_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xab610a2b i3c_device_do_priv_xfers +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xb6e16e40 i3c_master_disec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xbb78289b i3c_device_get_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xcc015498 i3c_device_do_setdasa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xccc927da i3c_device_enable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xecad94ba i3c_device_disable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xef47ddc5 i3c_master_do_daa +EXPORT_SYMBOL_GPL drivers/i3c/master/dw-i3c-master 0x4b3f1c80 dw_i3c_common_probe +EXPORT_SYMBOL_GPL drivers/i3c/master/dw-i3c-master 0xaa77bb95 dw_i3c_common_remove +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x1ef839f6 iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x267c0508 iio_channel_release_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x2a1fab3c iio_channel_stop_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x7c7755a2 iio_channel_cb_get_iio_dev +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x9acf62ab iio_channel_cb_set_buffer_watermark +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0xe111d230 iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x03d766a7 iio_dma_buffer_disable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x1520bb99 iio_dma_buffer_request_update +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x48e42ffc iio_dma_buffer_set_length +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x7fa7ea25 iio_dma_buffer_data_available +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x8d37d820 iio_dma_buffer_read +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x9fff47da iio_dma_buffer_release +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xa496fd7b iio_dma_buffer_exit +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xada577e8 iio_dma_buffer_init +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xb77f0107 iio_dma_buffer_set_bytes_per_datum +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xe2fbd5e4 iio_dma_buffer_block_list_abort +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xed42e891 iio_dma_buffer_enable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xf3a1fb22 iio_dma_buffer_block_done +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dmaengine 0xcd77a328 devm_iio_dmaengine_buffer_setup +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x29c53140 devm_iio_hw_consumer_alloc +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x3391543d iio_hw_consumer_disable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x9671bc15 iio_hw_consumer_free +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0xb6821230 iio_hw_consumer_alloc +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0xbf358fa9 iio_hw_consumer_enable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-triggered-buffer 0x98d91acd devm_iio_triggered_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/buffer/kfifo_buf 0x3640f82f devm_iio_kfifo_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x149a1cec cros_ec_sensors_ext_info +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x38574004 cros_ec_sensors_core_write +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x52a4ccff cros_ec_sensors_core_init +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x6408a75c cros_ec_sensors_core_read +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x66346a20 cros_ec_sensors_read_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x673f94ae cros_ec_sensors_core_register +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x89daece0 cros_ec_motion_send_host_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x96a0409a cros_ec_sensors_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x9971dac4 cros_ec_sensors_capture +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xd5ebe088 cros_ec_sensors_push_data +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xf948f960 cros_ec_sensors_read_lpc +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xf94bec19 cros_ec_sensors_core_read_avail +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x053f7f26 bmg160_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x59813461 bmg160_core_remove +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0xa0e9b47a bmg160_core_probe +EXPORT_SYMBOL_GPL drivers/iio/imu/fxos8700_core 0x562a1cb7 fxos8700_core_probe +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0067fa7b iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0867940f iio_write_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0a53468b iio_device_claim_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0ab28575 iio_push_to_buffers_with_ts_unaligned +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0cdd78c7 iio_get_channel_ext_info_count +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0e469fa6 devm_iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x107447fa devm_iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x111dd1e1 iio_validate_own_trigger +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1896b44e iio_read_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1d31da7f iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1ded7f0c iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1f179a41 __devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x20e15607 iio_show_mount_matrix +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x21656aba iio_read_max_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x22b4c8e0 iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2a28e67d iio_read_avail_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3ecfd456 iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x481d1983 fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4c7e2c4c iio_read_avail_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4dae2f15 iio_device_id +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4dce7dd4 iio_format_value +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4ec40935 iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4fbcc03e iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x504c9dc0 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x522bb990 iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5313ce20 iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x55ef0783 iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5857d910 iio_device_release_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x59b9dc43 iio_read_channel_offset +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5a170982 devm_fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5aed2359 __devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x64279956 iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x67ec5287 iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x69a7fa5d iio_get_debugfs_dentry +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x69e9c69e devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x76cc624d iio_read_channel_processed_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x81421de7 iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x87286220 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x89c5c1d6 devm_iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x96b6906f iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9791c25a iio_read_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x98087290 iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa7e4a90b iio_device_claim_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xaa1ebfb0 iio_write_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xae94ceda iio_write_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcb4bb3c1 iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xce79548e iio_device_get_current_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd57d5e22 devm_iio_trigger_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdc94c99e iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdfd96893 iio_pop_from_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe15501c1 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xeafe1d09 iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xec5dff2f iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf07f133f iio_device_attach_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf5e03690 iio_device_release_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf89cb85d iio_buffer_enabled +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x0cb098d4 rtrs_iu_post_recv +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x34ad3f57 rtrs_post_recv_empty +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x6a2ae813 rtrs_iu_post_send +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x75623823 rtrs_start_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x92350740 rtrs_iu_free +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x985574ba rtrs_cq_qp_create +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x9cca251e rtrs_send_hb_ack +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xa12ac786 rtrs_init_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xd2b5a5d2 rtrs_cq_qp_destroy +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xd96fa2e1 rtrs_iu_alloc +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xf7ddcbbe rtrs_stop_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xfe626ec7 rtrs_iu_post_rdma_write_imm +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0x5a7ad407 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0x463750fc matrix_keypad_parse_properties +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xcea15efb adxl34x_pm +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xec511022 adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xffa87570 adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x0594ab56 rmi_dbg +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x2d8f0fdd rmi_driver_suspend +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x50bff5ed rmi_2d_sensor_abs_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x6472151f __rmi_register_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x74354da1 rmi_2d_sensor_of_probe +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x7eb690d9 rmi_driver_resume +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x8ab55e7f rmi_register_transport_device +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x97303dc4 rmi_unregister_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xa1d1b2bb rmi_2d_sensor_rel_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xa3dd599c rmi_set_attn_data +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xaae15327 rmi_2d_sensor_configure_input +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xb6f80521 rmi_of_property_read_u32 +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xbf87403e rmi_2d_sensor_abs_process +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x26a5fbc6 cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x492181fa cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xfefc7d3f cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x22ccbe76 cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x8fd1bfd0 cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x847b7e92 cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x9df6f687 cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x232f9460 tsc200x_regmap_config +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x2b1af4b2 tsc200x_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x4b09c983 tsc200x_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x842fa39e tsc200x_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x059e421e wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x165d912a wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x287159e0 wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x533770c4 wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x74f5dd40 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x7d26d1f3 wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x87aa23c3 wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x9b16fc90 wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xac32cc37 wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xb18cd16d wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xb8b3fa41 wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xfb91fe02 wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x1137f7d0 ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x165ff3fc ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x1fcd226c ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x2cec1f81 ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x4815d752 ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x493267fd ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x65eaf502 ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xc6c041fd ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xd7b0a0e1 ipack_device_init +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x1a901b47 devm_led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x4f76a1be led_get_flash_fault +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x6bb22956 led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x8ed71f71 led_set_flash_timeout +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xa5ac2107 led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xb1408d1f led_set_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xc8c0caf1 led_update_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xcaecbd05 devm_led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x5f6e0097 led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x70d91246 devm_led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x763be3fe led_mc_calc_color_components +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x954770a3 led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xb6e1e036 devm_led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/simple/simatic-ipc-leds-gpio-core 0x3e21b1d2 simatic_ipc_leds_gpio_probe +EXPORT_SYMBOL_GPL drivers/leds/simple/simatic-ipc-leds-gpio-core 0xbc5fa8d9 simatic_ipc_leds_gpio_remove +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-audio 0x3bd45b0d ledtrig_audio_set +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-audio 0xce593c22 ledtrig_audio_get +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-camera 0x749e05f2 ledtrig_flash_ctrl +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-camera 0x7903e46e ledtrig_torch_ctrl +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x016a1909 __SCK__tp_func_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x03aaa5fb __traceiter_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x05dcc03e __traceiter_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x07f0d68d __traceiter_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x08f0a8b7 __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0bc51638 __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0ead6e46 __SCK__tp_func_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x167f33e2 __SCK__tp_func_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x17128267 __traceiter_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x17a83e40 __traceiter_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x183a7a3a __traceiter_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x19e14dac __SCK__tp_func_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1b036706 __SCK__tp_func_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1c599ebe __traceiter_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x21b87a42 __SCT__tp_func_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2374f86f __SCK__tp_func_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x25cacb14 __SCT__tp_func_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2766fb04 __traceiter_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x287090dc __SCT__tp_func_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x297e0da3 __SCT__tp_func_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2c9f9303 __SCK__tp_func_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2cc603c5 __traceiter_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2de4f552 __SCK__tp_func_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x300c8ff4 __SCT__tp_func_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x314eff87 __SCK__tp_func_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x319841be __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x32786cff __traceiter_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x34562f96 __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x36f317a4 __SCT__tp_func_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x387565bc __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3b0d7abe __SCK__tp_func_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3d938860 __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4543b49b __SCT__tp_func_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4b97b9a9 __SCK__tp_func_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4c107dc7 __SCK__tp_func_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4c7319cb __traceiter_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4f07c204 __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5204d8fb __traceiter_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x52b760f2 __traceiter_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x54458151 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x57e6d041 __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x587b72ea __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5d432397 __traceiter_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5d6bd1ce __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5da7a84c __SCK__tp_func_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5dd80bd5 __SCT__tp_func_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x61809ec2 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x627b4919 __SCK__tp_func_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x629c9180 __SCT__tp_func_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x64e39418 __traceiter_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x66057cb7 __traceiter_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6677ebf0 __SCT__tp_func_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x692d6ac3 __SCK__tp_func_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x729be2e0 __traceiter_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x752f7fa4 __SCT__tp_func_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x787810b2 __SCT__tp_func_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7935ecf6 __SCK__tp_func_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7985fbec __SCK__tp_func_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x79a8ccf0 __traceiter_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7e9d708d __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7f252e00 __SCT__tp_func_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8022f3a1 __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x817ad796 __SCT__tp_func_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x822db771 __SCT__tp_func_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x822eb6fb __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x82e857da __SCK__tp_func_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x83c6adb3 __traceiter_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8540cba1 __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x88937f1e __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x89481fc3 __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x89bf14ff __traceiter_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8b80bff5 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8c47b981 __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8e763c5f __SCK__tp_func_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x972aa384 __SCT__tp_func_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x99652611 __SCK__tp_func_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9a77a864 __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9d2310ee __SCK__tp_func_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9d28d153 __SCT__tp_func_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa15b3731 __SCK__tp_func_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa15bd7c4 __SCT__tp_func_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa5e8c1b2 __SCK__tp_func_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa784e073 __SCT__tp_func_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xad6440b4 __traceiter_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb5a62a8c __traceiter_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb7e5379d __SCT__tp_func_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbab5f196 __SCK__tp_func_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbb0444a5 __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbff48fbf __traceiter_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc73e0c99 __SCT__tp_func_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc9083ea7 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xca48b22c __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xcabb78c1 __traceiter_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xce01c790 __traceiter_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xce451ad8 __SCT__tp_func_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd10d5b89 __SCK__tp_func_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd30206ff __SCT__tp_func_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd317453f __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd60f952e __SCK__tp_func_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd71b628c __SCK__tp_func_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd7a376b3 __SCT__tp_func_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd7a7fbec __SCT__tp_func_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdb0682eb __SCT__tp_func_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdfca32d8 __SCK__tp_func_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdfd5182b __traceiter_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe1625dd0 __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe26bda27 __traceiter_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe4c8441a __SCK__tp_func_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe930047e __SCK__tp_func_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xec29e22a __traceiter_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xed402924 __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xedf90bb3 __SCT__tp_func_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf3460644 __SCK__tp_func_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf57f81ae __SCT__tp_func_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf7a5edc7 __SCT__tp_func_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf7c1263f __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfabd72db __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfb767f16 __SCT__tp_func_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfc065e4b __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfce76b1e __SCT__tp_func_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfd12af79 __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfdf866d8 __traceiter_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfe6a4bbb __traceiter_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfeec9099 __traceiter_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x17dd39d6 dm_deferred_set_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x1de1c007 dm_cell_quiesce_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x25a054b6 dm_cell_put_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2eb01e04 dm_deferred_set_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x32e23026 dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x55583fa1 dm_cell_get_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6755aa96 dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6c4a0f85 dm_cell_promote_or_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x753e20b2 dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x7d666059 dm_cell_unlock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x8a266fe3 dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x973d9c51 dm_cell_visit_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xab31fbf5 dm_cell_lock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xace9b57b dm_bio_prison_destroy_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb2a2e639 dm_bio_prison_alloc_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb4c2246c dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb647b28b dm_cell_lock_promote_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb6d5c65d dm_deferred_set_add_work +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb70b342a dm_bio_prison_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xbf79fd37 dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xcd712e13 dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xcfc0cbf3 dm_bio_prison_free_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd99e003d dm_bio_prison_create_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xde977320 dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x24772bfe dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x2e0774dc dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x2fdf9cf7 dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x656100cc dm_bufio_client_reset +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6a2f40e1 dm_bufio_mark_partial_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6aebce95 dm_bufio_issue_discard +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6cdb2d56 dm_bufio_prefetch +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d3f57bd dm_bufio_get_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d83826d dm_bufio_get_block_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x74dcd98c dm_bufio_get_aux_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x867e87eb dm_bufio_get_dm_io_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x91f00abc dm_bufio_set_minimum_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa82b2066 dm_bufio_write_dirty_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xb04f56ab dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc0d7df85 dm_bufio_new +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xcd2ba798 dm_bufio_forget +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd991e3b9 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe6024e59 dm_bufio_release +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xebcc64a4 dm_bufio_get_block_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xeca7949e dm_bufio_client_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xed3283a4 dm_bufio_set_sector_offset +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xf241a6eb dm_bufio_forget_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x0efbca4c btracker_promotion_already_present +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x1c852cab btracker_nr_demotions_queued +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x23ddc5ab dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x37ef59a5 dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x481a0b15 btracker_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x4becb830 dm_cache_policy_get_hint_size +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x50b3c64c dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x5adc2807 btracker_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x65eea825 btracker_nr_writebacks_queued +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x87bee547 btracker_queue +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x8c62feb4 dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa2365f44 btracker_issue +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa7eadcb5 btracker_complete +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xbd493faf dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xf9f3e74b dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x28081a30 dm_register_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xe23bf1dd dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x01d2f9ac dm_rh_recovery_start +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x03208216 dm_rh_delay +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x2c9633a5 dm_region_hash_create +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x38972f23 dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x38efaf5a dm_region_hash_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x3a18389a dm_rh_update_states +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x57e16c3e dm_rh_get_state +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x5f4a6e61 dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7774620f dm_rh_stop_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d053fc5 dm_rh_start_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d5e1815 dm_rh_get_region_key +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x81d47265 dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa53387c7 dm_rh_flush +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa691b3d2 dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa83588eb dm_rh_recovery_end +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xbe38a431 dm_rh_recovery_prepare +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xc8efcec3 dm_rh_bio_to_region +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd8aa4284 dm_rh_region_context +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xe6c4eb07 dm_rh_inc_pending +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf92b8a3d dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfd93482e dm_rh_recovery_in_flight +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0054f69d dm_tm_pre_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x01f7c2b0 dm_btree_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0211c39e dm_tm_with_runs +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x07ed9022 dm_bitset_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x088a5b30 dm_btree_find_lowest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0cf7c42f dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0d251167 dm_array_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x109eae1f dm_btree_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x15a2bf57 dm_btree_lookup_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1ae16d40 dm_tm_dec_range +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1d0d53f7 dm_array_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2842d760 dm_bitset_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2bc1a8d9 dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2f40da68 dm_bm_set_read_write +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x30c37cc0 dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x32bf4f4b dm_bitset_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3646e38f dm_tm_issue_prefetches +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3896f8d8 dm_array_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x38d53eec dm_array_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ad0f55b dm_bm_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ae50a4a dm_tm_inc_range +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40720a25 dm_bitset_set_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x418204e4 dm_array_set_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x46c56110 dm_bitset_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x48e323be dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4f2c653e dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4f477261 dm_bm_checksum +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x51005cef dm_bitset_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5375ca71 dm_bm_write_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5475ba9e dm_block_location +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x563946a0 dm_btree_remove_leaves +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5b04d3fe dm_bitset_clear_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x67c6c5b9 dm_array_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x68f34c27 dm_array_cursor_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6bfa88c8 dm_bitset_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6c600395 dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6fac2256 dm_array_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x703aa099 dm_block_manager_reset +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x72289260 dm_block_manager_destroy +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7612cd9c dm_bm_block_size +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x79bdc649 dm_sm_disk_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7ade1071 dm_tm_destroy +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7b047bd9 dm_tm_create_non_blocking_clone +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7b6b3af5 dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x836693c5 dm_disk_bitset_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x87419c51 dm_array_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x87c934be dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x88295b96 dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x8e057e61 dm_array_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x900896b9 dm_btree_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x91baa32f dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9290e07a dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x932a6ffc dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x94daa188 dm_bitset_cursor_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x95a52abd dm_bm_is_read_only +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9718cffa dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9e798e22 dm_bm_set_read_only +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa0bc1801 dm_btree_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa686dead dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa99029b9 dm_bitset_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb940af6a dm_array_info_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbdde4031 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd017c9c7 dm_array_new +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd8682982 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xdb2c8e97 dm_btree_lookup +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xdf3a4e7d dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe07a2542 dm_bitset_new +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe0e68183 dm_array_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe781f874 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xecc1aeba dm_bitset_test_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xedf5036f dm_bitset_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf2b4509a dm_btree_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf71f197e dm_btree_cursor_next +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x1fcd9140 cec_s_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x23de4991 cec_queue_pin_5v_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x2bb27ee1 cec_s_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x2e1826b1 cec_fill_conn_info_from_drm +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x326327b0 cec_s_log_addrs +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x35e8c06c cec_register_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x41fc1d12 cec_queue_pin_cec_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x460d4890 cec_queue_pin_hpd_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x586abbdb cec_notifier_parse_hdmi_phandle +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x667f0d81 cec_notifier_cec_adap_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x6cec96cd cec_received_msg_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x825aa065 cec_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x84d64cc4 cec_delete_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x97311b77 cec_transmit_msg +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xa01fbb6b cec_notifier_set_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xae2eb008 cec_transmit_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xaee236c6 cec_notifier_conn_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xbe4de675 cec_get_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xc16f2887 cec_notifier_set_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xcb2e801b cec_pin_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xd04eec4c cec_transmit_attempt_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xd4a21ce3 cec_unregister_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xd61e1ae1 cec_s_conn_info +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xe9827472 cec_notifier_conn_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xecf9bbb3 cec_pin_changed +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xee4e0938 cec_notifier_cec_adap_unregister +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x3121a82d saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x34f2a93a saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x38e25a2f saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x937c03d0 saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x94d081ef saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xa4672169 saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xba979cda saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xc13b8198 saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xcd8e1785 saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xebbbff51 saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x10279324 saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x5d09ba4c saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xc37b3cbc saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xd5f171d1 saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xdb33e710 saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x00306fb1 smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x13246b3d smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x2f5dad55 smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x34bf0e61 smscore_translate_msg +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x37d91069 smsendian_handle_tx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x424c8d59 sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x44ea940c sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x45284ae9 smsendian_handle_rx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x47a6dc4a smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x718f935a smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x74ee9098 sms_board_load_modules +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x75cfffce sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7c576277 smsendian_handle_message_header +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7f0fcc7b sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x844539ae sms_get_board +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9450b8a5 smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x99a81ab3 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xb20b30ae smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xb2b1b9dc sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xb8e7dd49 smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc681bb2f smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xcdfd0606 smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xd6f21180 smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xfa1dc962 smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/uvc 0x08c5db3e uvc_format_by_guid +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x040dc7cd tpg_aspect_strings +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x21bfae4e tpg_gen_text +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x4a738cc1 tpg_g_interleaved_plane +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x7e83543f tpg_s_crop_compose +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x80aaf962 tpg_g_color_order +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xa8a3f406 tpg_free +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xaa5503d9 tpg_set_font +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xb052969d tpg_init +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xbbc315dd tpg_update_mv_step +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xcaede3e2 tpg_fill_plane_buffer +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xce8159bb tpg_pattern_strings +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xe2169014 tpg_log_status +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xe6f04b89 tpg_alloc +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xe7ee5819 tpg_s_fourcc +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xf064e392 tpg_fillbuffer +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xf7a5f765 tpg_calc_text_basep +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xf7ec0949 tpg_reset_source +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x04353f3a __traceiter_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x0facb4f3 __SCK__tp_func_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x1c2afceb vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x1faf1e10 vb2_core_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x26b5a897 vb2_core_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x28fd80ff vb2_core_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x2b5551d5 __SCT__tp_func_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x2f2632a9 vb2_request_object_is_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x38da8266 vb2_core_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x3a52f11b __traceiter_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x3ee5da7c __tracepoint_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x495ef6c4 vb2_core_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x4ed3fb1b __SCT__tp_func_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x4f234a5c vb2_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x56e24c03 vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x57572336 vb2_core_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x62509f37 __tracepoint_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x63f0e949 vb2_core_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x6c5550c6 vb2_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x6d127d56 vb2_request_buffer_cnt +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x7634dd39 vb2_core_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x8657bf08 vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x8f7d681b __tracepoint_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x8f8394b2 __tracepoint_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x8f99f3a8 vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x9410cef0 __traceiter_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x992eedda vb2_core_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x9ee82717 vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x9f758a62 vb2_core_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb6b7902c vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc54c863e __SCT__tp_func_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc7920841 __SCT__tp_func_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc996a045 vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xd20c54b8 vb2_core_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xdcc3fcda vb2_core_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xdda9ce09 vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe9b1f98b vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf2b5436d __SCK__tp_func_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf8491b18 __SCK__tp_func_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xfb2efafe __SCK__tp_func_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xffe8b4fc __traceiter_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0xb9652b10 vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0xfbfa3321 vb2_dma_contig_set_max_seg_size +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-sg 0x48ee3692 vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-memops 0xfd335c0f vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x0321c9ef vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x0488a68b vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x04c1d087 vb2_request_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x0d0d2be7 vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x12defee9 vb2_video_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x18cd1d98 vb2_find_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x2b23f32d vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x2f493104 vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x322a2bd7 vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x35242927 vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x391cbb50 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x3c0f9f5b vb2_queue_init_name +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x4020fb5a vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x541c73d9 vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x624653b6 vb2_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x636221b5 vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x656285d1 vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x665d2b0b vb2_queue_change_type +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x725365aa _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x74cdf4ed vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x775960dc vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x7dfbf7b9 vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x7dfec7bd vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x8e10e689 vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xa16699d3 vb2_request_validate +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xb24e595f vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xb4df078f vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xc1d06c57 vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xc4a57131 vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xd209882f vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xd40da019 vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xdaaaab05 vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xe13a62ce vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xf7d0c780 vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-vmalloc 0x67946663 vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x30cd8f3d dvb_module_release +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x72063539 dvb_module_probe +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x75617ec8 dvb_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/as102_fe 0xc91953e9 as102_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ascot2e 0x8404fa20 ascot2e_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/atbm8830 0x0da53149 atbm8830_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/au8522_dig 0x713254be au8522_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/bcm3510 0x2c03ef3f bcm3510_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx22700 0x0b11e671 cx22700_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx22702 0x5022e44d cx22702_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24110 0xaf1f71de cx24110_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24113 0xd0e9f3dc cx24113_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24116 0xb779e787 cx24116_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0x446ff5d9 cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24120 0xb7713b97 cx24120_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24123 0xe91c26c1 cx24123_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2820r 0xf912afab cxd2820r_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2841er 0x5be22a91 cxd2841er_attach_s +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2841er 0xf1abe852 cxd2841er_attach_t_c +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2880/cxd2880 0x74284335 cxd2880_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0070 0x77887eb5 dib0070_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0090 0x51bc9778 dib0090_register +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0090 0x7fdf8fa7 dib0090_fw_register +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib3000mb 0xa3ddc22e dib3000mb_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib3000mc 0x44b1dd96 dib3000mc_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib7000m 0x2e668ade dib7000m_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib7000p 0x4213dc14 dib7000p_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib8000 0x07b8b070 dib8000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib9000 0x2cf7e23c dib9000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0x6d61144a drx39xxj_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drxd 0xddbf82ec drxd_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drxk 0x519638e6 drxk_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ds3000 0x37c5e9d6 ds3000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dvb-pll 0x7c477ccb dvb_pll_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ec100 0xb60779b4 ec100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/gp8psk-fe 0x7a286a18 gp8psk_fe_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/helene 0xa76b69cb helene_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/helene 0xfd42cf63 helene_attach_s +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/horus3a 0x01870d68 horus3a_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6405 0x00b44d61 isl6405_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6421 0x8a8fe20c isl6421_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6423 0x565fe4bc isl6423_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/itd1000 0xa6498442 itd1000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ix2505v 0x2f74896a ix2505v_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/l64781 0xc53a8ef6 l64781_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lg2160 0x99687691 lg2160_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt3305 0x9fb48f6d lgdt3305_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt3306a 0x107076a1 lgdt3306a_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt330x 0xe0b3e9b3 lgdt330x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgs8gxx 0x178bb4cf lgs8gxx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbh25 0x330162b8 lnbh25_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp21 0x5de1897d lnbp21_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp21 0xf62b26af lnbh24_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp22 0xcd95f6f6 lnbp22_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/m88ds3103 0x6d9f16e3 m88ds3103_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/m88rs2000 0x62b5be87 m88rs2000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mb86a16 0x08f18667 mb86a16_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mb86a20s 0x58347680 mb86a20s_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mt312 0xd76e1876 mt312_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mt352 0x64e781bb mt352_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mxl5xx 0x110d53ed mxl5xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/nxt200x 0xb58c9d56 nxt200x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/nxt6000 0xc9193fb5 nxt6000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/or51132 0x43005580 or51132_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/or51211 0xdd524d4a or51211_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1409 0x037596a6 s5h1409_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1411 0x081ac230 s5h1411_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1420 0x249e602b s5h1420_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1432 0x86188eaf s5h1432_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s921 0x38315a4e s921_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/si21xx 0x516fb99d si21xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/sp887x 0xae6d791f sp887x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb0899 0x77aa9097 stb0899_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb6000 0x58bbe397 stb6000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb6100 0x212bae93 stb6100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0288 0x25b47519 stv0288_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0297 0xd6852242 stv0297_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0299 0xcf169c4d stv0299_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0x4545cfa3 stv0367ter_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0x91f97ae1 stv0367cab_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0xe28d2984 stv0367ddb_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0900 0x15dd16ba stv0900_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv090x 0x9175a16c stv090x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0910 0x7e02f3bb stv0910_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6110 0x4c07b2f7 stv6110_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6110x 0x6e072a0f stv6110x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6111 0x82d78802 stv6111_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10021 0x25b25c76 tda10021_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10023 0x659f8b04 tda10023_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10048 0x83fd293c tda10048_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda1004x 0x5e5e257b tda10046_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda1004x 0xaa3df321 tda10045_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10086 0xc0fdf8eb tda10086_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0x930b005d tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda665x 0xf8c6c844 tda665x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda8083 0x14603ea0 tda8083_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda8261 0xbd83ce32 tda8261_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda826x 0x4e4157a9 tda826x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ts2020 0xa34ca2ca ts2020_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tua6100 0xfe8116f2 tua6100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ves1820 0x29189375 ves1820_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ves1x93 0x10ef88e2 ves1x93_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10036 0xb2582528 zl10036_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10039 0xb17d5f3d zl10039_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10353 0xa0931239 zl10353_attach +EXPORT_SYMBOL_GPL drivers/media/i2c/aptina-pll 0x7d0059bb aptina_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/ccs-pll 0xbeeac703 ccs_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x0d4cf682 max9271_verify_id +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x1c27b774 max9271_configure_i2c +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x1e69d366 max9271_set_deserializer_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x70ef4370 max9271_wake_up +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x739e272a max9271_configure_gmsl_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x7f367484 max9271_set_serial_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x8e986dec max9271_enable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xaa1374f9 max9271_disable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xc2cff565 max9271_set_translation +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xd4d7322a max9271_set_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xd57e4525 max9271_clear_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xed297655 max9271_set_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xff42a5f9 max9271_set_high_threshold +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x00cbffb4 media_entity_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0c0f1a80 media_device_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x20c1f82a media_devnode_remove +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x224a4016 media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x224ab20a media_entity_pads_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x22663864 media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x28263170 media_device_delete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2d3b22b3 media_request_object_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x327e844f media_device_pci_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x36b1c7bb media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3e4b5df1 media_request_object_find +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x42e2fef0 media_pad_remote_pad_first +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x45418a68 media_get_pad_index +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x47d29813 media_request_object_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x505dfe70 __media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x52810d21 media_request_object_complete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x573acdc9 __media_pipeline_entity_iter_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5906f8d3 media_request_get_by_fd +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5ab1b8f9 media_request_object_bind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5acdcd62 media_device_register_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5c8e2e3d __media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5d33589c media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x63caecb8 media_create_ancillary_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x65dd67e0 media_pipeline_entity_iter_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6ada33e3 __media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6b5e624f __media_device_usb_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6de04f57 media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x74345799 __media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x74761629 media_entity_enum_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7dda97d5 media_device_usb_allocate +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x82ad7b8c media_create_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8a3383a9 media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9c6c8084 __media_device_register +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa4034415 media_entity_get_fwnode_pad +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa4e1c9a4 media_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xab16b745 media_graph_walk_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xad52771c media_graph_walk_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb6669eb2 media_device_unregister_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb7310ad9 __media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbe7ddbe6 media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc90ee156 media_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc947e020 media_devnode_create +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xcaf86362 media_create_pad_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xccac6024 media_create_pad_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xccf573fc __media_entity_next_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xcde15436 media_pad_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xced2a434 media_pipeline_entity_iter_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd48b2884 media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd700124f media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xdb5a177a __media_pipeline_pad_iter_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xdc5ad66c media_entity_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xdc8389c2 media_pad_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe5ceecd6 media_entity_enum_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xefbbaeaf media_request_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf5351f83 media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf5a0fefc media_device_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf5da9a2d __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf68ac2e5 media_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf78a1a92 media_request_object_unbind +EXPORT_SYMBOL_GPL drivers/media/pci/bt8xx/dst 0x3f626279 dst_attach +EXPORT_SYMBOL_GPL drivers/media/pci/bt8xx/dst_ca 0x06e6b601 dst_ca_attach +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0xc21bf0b1 cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/ddbridge/ddbridge-dummy-fe 0x199e143d ddbridge_dummy_fe_qam_attach +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x005bfd47 mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x09af77cd mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x2ecc7aa7 mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x5479e8ae mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x83a0b0ab mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x86920187 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x92da5ea0 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa2295040 mantis_input_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa383bdec mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb8e5cdbc mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb918a207 mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc3ad300e mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc942a22c mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xcdaa42c9 mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xdd2af25a mantis_input_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe658a53d mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe86fcca9 mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf12af154 mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf9d29d81 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x0874d9a3 saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x09c5bfb5 saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x0d479d84 saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x339cdb73 saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x3c69eb69 saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x55c74c58 saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x5882b36b saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x60166310 saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x83c16edd saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x86a8d91b saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x91fc00f3 saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x925e9400 saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb0bffeef saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb3b5eb56 saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xbc68af0c saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xc1124ec2 saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xc28922e5 saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xfa842dc5 saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xfbe498db saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x58d680cc ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x6a193aa0 ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xa4fa4329 ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xc0340716 ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xe6359965 ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xfa137f3c ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xfb3f3d33 ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x24ab6874 mccic_suspend +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x5440291d mccic_irq +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x6966b71b mccic_resume +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x91cc5613 mccic_shutdown +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x94fc8d14 mccic_register +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x6ec0e657 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xa7c0774a radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x0680b0b4 si470x_start +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x8000f7ac si470x_stop +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xbbf77f15 si470x_viddev_template +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xcd83356f si470x_ctrl_ops +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xd6857491 si470x_set_freq +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x0939762a rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x18544e5d devm_rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x18a56c37 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2152ba98 ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x279bd953 rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x293f4ae4 ir_raw_event_store_with_timeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2ed90ced rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x38d1cba1 rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x424761cc rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x42812857 lirc_scancode_event +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x5b4a2a14 rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x799df275 rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x7e90c821 rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x8b2c6c43 ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x8da92bcc ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x92dd77e5 rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x9b1e84e5 devm_rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xa25a5849 ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb960f15c rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xc75277ec rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xfc5d3079 rc_map_get +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0011 0x49372ee3 fc0011_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0012 0xdc55de0a fc0012_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0013 0x441a2bb6 fc0013_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/max2165 0x0cada1e3 max2165_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mc44s803 0xf938c480 mc44s803_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2060 0x711d8512 mt2060_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0x50080d53 mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0xf7a13111 microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2131 0xfed2e4bb mt2131_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2266 0xa016ef34 mt2266_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5005s 0x9aad9332 mxl5005s_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0xed2fe310 mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/qt1010 0x8dbc2a44 qt1010_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0x0fed7e4f r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18218 0xa10e9f36 tda18218_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0x740977c4 tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0x5890f71d tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x3d5272ee tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x86720698 tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0x79bf7f58 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x5d4f764d tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x5f5e7997 tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x2320a5e7 tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x6cb52b9d tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0x747740c4 simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc2028 0x5217e428 xc2028_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc4000 0x4bc19fb5 xc4000_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc5000 0xbc09803f xc5000_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x0d486723 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x14e46573 cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x2136d901 cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x2b048b26 cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x2ff336ff cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x4c207c16 cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x63ac3b1a cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x65c34f0e cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7239cdb9 cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x75a58089 is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7e75c25d cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa3d6efe5 cx231xx_get_i2c_adap +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xc55bbe44 cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xc6a676b8 cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd4555f58 cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd5a6e268 cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd669b687 cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xec4ef85c cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf5047e57 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xfd367a2e cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0xad472049 mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0xc42ad941 mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x09f03b6b em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x1c43649a em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x30369f22 em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x36efcff2 em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x3c7095d8 em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x40dea285 em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x59d1cc88 em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x616587ee em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x721f7cc7 em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x921d7c65 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x9f4ada9e em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa69835f6 em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xbfc53ac8 em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xcbc4fc1a em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xd0c07571 em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xda9826ec em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe196965b em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe4855550 em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xef818901 em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xf683fe43 em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x164dafcc __v4l2_async_nf_add_fwnode_remote +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x54c28e06 __v4l2_async_nf_add_i2c +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x9265c30f v4l2_async_nf_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xa07f09ac __v4l2_async_nf_add_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xf43f0d95 __v4l2_async_nf_add_fwnode +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x01612c0b v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x08402862 v4l2_print_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x0958448b v4l2_set_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x0af3d134 v4l2_valid_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x2bf67def v4l2_calc_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x370cfe6e v4l2_dv_timings_presets +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x3aa68d7a v4l2_find_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x4839762f v4l2_calc_timeperframe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x7b6ac78f v4l2_phys_addr_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x8f8d4341 v4l2_get_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x922ecd29 v4l2_enum_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xa22fbfeb v4l2_hdmi_rx_colorimetry +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xa97e00eb v4l2_detect_cvt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xae575c8f v4l2_phys_addr_for_input +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xd034392d v4l2_match_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xf56238f4 v4l2_find_dv_timings_cea861_vic +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xff585440 v4l2_dv_timings_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0x14f3362f v4l2_flash_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0x2085de82 v4l2_flash_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0x73b8b726 v4l2_flash_indicator_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x2d667960 v4l2_async_register_subdev_sensor +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x507df0f4 v4l2_fwnode_endpoint_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x58519b95 v4l2_fwnode_put_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x612ddce5 v4l2_fwnode_connector_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x7b4ac7d8 v4l2_fwnode_connector_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x7b6a1c5b v4l2_fwnode_device_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x9ad595ed v4l2_fwnode_endpoint_alloc_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xc5a7a452 v4l2_fwnode_endpoint_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xe1d84ea4 v4l2_fwnode_connector_add_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xe6d1fb63 v4l2_async_nf_parse_fwnode_endpoints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xe97f21a7 v4l2_fwnode_parse_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x05b318bb v4l2_m2m_ioctl_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0e16b006 v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0e83e4d7 v4l2_m2m_buf_remove_by_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x11947c5a v4l2_m2m_register_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1b7d4fe7 v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1d02ae0a v4l2_m2m_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2ae8cf9b v4l2_m2m_ioctl_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2d29b32e v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3091938e v4l2_m2m_update_stop_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x340caf0c v4l2_m2m_buf_remove_by_idx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x342a4104 v4l2_m2m_last_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3a477344 v4l2_m2m_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3c61a659 v4l2_m2m_update_start_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x40e12dcd v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x42f1a1a6 v4l2_m2m_ioctl_stateless_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4e290dde v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4f0933f8 v4l2_m2m_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x64638098 v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x70aadbb0 v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x730f2eae v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x79c1a9f7 v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x80c4b490 v4l2_m2m_ioctl_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x88f98180 v4l2_m2m_ioctl_try_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8992eb57 v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x92782d29 v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9c2df811 v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9ca15ad3 v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9dd29e9f v4l2_m2m_ioctl_stateless_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa6cd15d8 v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa9676af1 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xba177711 v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbc5fda52 v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbf7bdb3c v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc5bbe8ce v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc7daf1bd v4l2_m2m_try_schedule +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc84e34c3 v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xcf43bdfc v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd5f6e0b4 v4l2_m2m_last_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xdaba5751 v4l2_m2m_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe10429ff v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe154a2fa v4l2_m2m_request_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe977b2d0 v4l2_m2m_buf_copy_metadata +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xecd9bfff v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf13ff84d v4l2_m2m_unregister_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf35a5578 v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf4272b44 v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x014ec953 videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x422aab7a videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x50e6385f videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x51e236d9 videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5c2eae2f videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5c83fef1 videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5ff9a1d6 videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x690388c4 videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x767c89b2 videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x79ad50c8 videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x79f0ccb0 videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x9133de00 videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x935493b6 videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x9817831c videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x9e952851 videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa06c542d videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa2a89613 videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xbc6ccb23 videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xbf817f81 videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xbfd00efb videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xcde9c98d videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe3b34e71 videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe7c3b58c __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xed8a2801 videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x00a67354 videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x17670d93 videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x553a86d0 videobuf_sg_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x895fe359 videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x9af5299d videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x03f7c623 v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x138fc4a5 v4l_vb2q_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x14013810 v4l2_pipeline_link_notify +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x14edd0fe __v4l2_subdev_init_finalize +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x15ed2443 v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x16a42f37 v4l2_ctrl_request_hdl_ctrl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1aeed12b v4l2_subdev_get_fwnode_pad_1_to_1 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x200fc26e v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2241e49b __traceiter_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2771ef90 v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x28da1c41 v4l2_subdev_notify_event +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2b95e8c2 v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2f135bad v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x30965ebe __traceiter_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3194612f v4l2_subdev_disable_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3212847c v4l2_subdev_set_routing_with_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3a224bb1 v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3db4742f v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x42d266d1 video_device_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4894cd55 v4l2_subdev_state_xlate_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4a15db13 __traceiter_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4a80b320 __tracepoint_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4a8d47fa v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4faba44a v4l2_subdev_s_stream_helper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4fad4c85 v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5074e573 v4l2_fraction_to_interval +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x543c616d v4l2_subdev_routing_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x54bea79e __SCK__tp_func_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5b008ffb __tracepoint_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5d21aea3 v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5df844bf v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x65d7839c v4l2_subdev_state_get_opposite_stream_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6940a05a v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6a37770c v4l2_subdev_put_privacy_led +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6a47e242 __video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6a4eb300 __v4l2_ctrl_handler_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6d3d6bc6 __SCT__tp_func_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6e617d94 v4l2_i2c_subdev_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6e9acc41 v4l2_fill_pixfmt_mp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6f2aa167 v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x706f4d28 v4l2_subdev_get_privacy_led +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x71b6c499 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x73403ac5 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x73b955e3 v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x76454bfe v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x78058fee v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7b891934 v4l2_event_wake_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x82f0122d v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x861ebcfd v4l2_ctrl_request_hdl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x87f9f6c4 __tracepoint_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8dc218d3 __SCK__tp_func_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x968ca624 video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x97dd1979 v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9a966bd8 video_device_pipeline +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9b58e6bf v4l2_subdev_get_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9fef35ac v4l2_apply_frmsize_constraints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa1893d14 __SCT__tp_func_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa367435c v4l2_g_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa6641c81 v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa889edb0 v4l2_subdev_enable_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa8c0dbd2 v4l2_subdev_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa9c94712 v4l2_pipeline_pm_get +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xad5c3c93 v4l2_simplify_fraction +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xae3dd8d6 __v4l2_subdev_next_active_route +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb29a201d v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb5a337db v4l2_subdev_state_get_stream_compose +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb5dee511 v4l2_compat_ioctl32 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb8dc4b14 v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbf5530fc v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbfe5543d v4l2_s_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc1c03bc6 v4l2_get_link_freq +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc1ed4c9b __SCK__tp_func_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc4081f3c v4l2_subdev_set_routing +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc86897a7 v4l2_subdev_state_get_stream_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc8dd867f __SCT__tp_func_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcbc5b132 v4l2_subdev_has_pad_interdep +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcc501597 v4l2_fill_pixfmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcf754c8f v4l2_subdev_routing_find_opposite_end +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd378663b video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd3bec8a7 v4l2_mc_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd541e31a __SCT__tp_func_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd86e99e5 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdac0174a v4l2_create_fwnode_links +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdcde66f8 __tracepoint_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xde6e37d9 __v4l2_subdev_state_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe2822320 __v4l2_find_nearest_size +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe4031dd6 v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe6c16cc0 v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe93d40ee __v4l2_subdev_state_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe9e0d991 __v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xed6c9ccf v4l2_subdev_state_get_stream_crop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xef08e7d2 v4l2_pipeline_pm_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf135e180 __video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf1885648 v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf3cd2e1f v4l_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf5ebb6c9 v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf7ed6ac5 __SCK__tp_func_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf9860522 v4l_disable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfa027082 __traceiter_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfa7dde46 v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfbc09a50 v4l2_create_fwnode_links_to_pad +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfec6100b v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x8c4b0b79 pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xdbfb4b39 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xe46ed24a pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x01a18fd4 wm5102_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x02b2fecf cs47l24_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x03b5c59c cs47l24_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x048d1b4c cs47l24_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x1949d8fa wm5110_revd_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x201f681b arizona_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x3501187e wm5110_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x39070c78 arizona_clk32k_disable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x39419a43 wm8997_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x42994e98 wm5102_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x44862144 wm8997_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x474cb983 arizona_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x536b986c wm8998_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x741b4d59 wm8997_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x8138f81b arizona_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x8d6af3e1 arizona_request_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xac9ef5e9 arizona_set_irq_wake +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xbfca1aa5 wm5110_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xbfde9461 arizona_clk32k_enable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xc2272e4b wm5110_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xc6139f84 arizona_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xd3fee6a6 wm5110_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xdfbe649b wm8997_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xfcf2dbe9 wm5110_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0x9c017337 atc260x_match_device +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0xed3b9804 atc260x_device_probe +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x3f239bb6 da9150_write_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x5d4d9936 da9150_bulk_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x76d84c8a da9150_read_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x9ce7da02 da9150_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xa7d633b5 da9150_bulk_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xbd1533e7 da9150_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xd6ebfc11 da9150_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0x02a9247d intel_lpss_remove +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0x054e98b5 intel_lpss_probe +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0xe263c123 intel_lpss_suspend +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0xe692b302 intel_lpss_prepare +EXPORT_SYMBOL_GPL drivers/mfd/intel-lpss 0xfa3411ed intel_lpss_resume +EXPORT_SYMBOL_GPL drivers/mfd/intel_pmc_bxt 0x60a88d2d intel_pmc_gcr_update +EXPORT_SYMBOL_GPL drivers/mfd/intel_pmc_bxt 0x6459682c intel_pmc_s0ix_counter_read +EXPORT_SYMBOL_GPL drivers/mfd/intel_pmc_bxt 0x6692ec12 intel_pmc_gcr_read64 +EXPORT_SYMBOL_GPL drivers/mfd/iqs62x 0xa436f4de iqs62x_events +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x010c0720 kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x1a38f7ac kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x1e9f3172 kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x63632bb5 kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x9a893e16 kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xb4ad3c88 kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xdd73daa3 kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xfec68b45 kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xaa4d9623 lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xb7c73a90 lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xdd05b022 lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x1f2c357a lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x7de96199 lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x9b94be0d lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xbd695d09 lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xc8a5d7c9 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xe15696be lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xe906db54 lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x1bdf44c9 lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x371666ff lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xa0626800 lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x09d2ed7d cs47l92_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x09df313d cs47l92_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0f379262 madera_of_match +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0ff8a29c cs47l35_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x14f41a48 cs47l35_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x14f9c608 cs47l35_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x266f9a37 cs47l15_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x26868130 cs47l85_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x268b5d70 cs47l85_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x3e53f680 cs47l90_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x3e5e2ac0 cs47l90_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x4ae7f071 cs47l92_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x4aea2c31 cs47l92_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x57c10744 cs47l35_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x57ccdb04 cs47l35_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x65b39c3c cs47l85_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x65be407c cs47l85_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x794067ee cs47l85_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x7d66eb8c cs47l90_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x7d6b37cc cs47l90_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x99e0378c cs47l92_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x9d02ad88 cs47l15_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x9d0f71c8 cs47l15_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xd3e0b023 madera_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xd71104f5 cs47l90_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xde37b084 cs47l15_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xde3a6cc4 cs47l15_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xebe384cb madera_name_from_type +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xed5db2b0 madera_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xf7f1b479 madera_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x54c41c46 mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x86596260 mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x8c9c3f8c mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xa8581ec8 mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xc6e32940 mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xd4ecdc28 mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x00191687 pcf50633_pm +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x01e47e03 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x2c0c1e57 pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x40d6f522 pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x560f7e5e pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x59036dd0 pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x8407ac70 pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x8ddcf6b8 pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x95809932 pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xac7bc1e3 pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xd016e2cf pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xdae0d2ce pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x6e109fad pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x734be84f pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x7afdc36f pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xb8e7cc05 pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xda2b9404 pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xe6b7706a pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xfefa1737 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x43e53ef9 rave_sp_exec +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0xcb15e573 devm_rave_sp_register_event_notifier +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x56d1a8c5 retu_read +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0xa074c8b6 retu_write +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x02fcc360 si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x08fc27a1 si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2fcf35c2 si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x37927060 si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3d5ed9dd si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4d08175b si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4d469779 si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5a437bb1 si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x61955373 si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6807ce05 si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6ce96d09 si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x77e2b812 si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7c7b5293 si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x83ab7fb0 si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x8a282ac9 si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x917c7ae3 si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x920ca43a si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9a8672b6 si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa2a351fc si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa3641493 si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa396efbb si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa3f8d913 si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa5c7cc39 si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xac495a1a si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xaccf3a16 si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xad2d27be si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd7d77a0e si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xda5c4be8 si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xdc051025 devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe3106521 si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe63f94fc si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe829759f si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xee0d66aa si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf7791cae si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x236ca9eb sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x4182670d sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x7ba1841e sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xd02cbc88 sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xd1b6f25a sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x4a3a7bb8 am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xa22fd0a4 am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xa85cc206 am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xadea6ec2 am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/tps6594-core 0x7bac1068 tps6594_device_init +EXPORT_SYMBOL_GPL drivers/mfd/tps6594-core 0xa14635f2 tps6594_is_volatile_reg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x33156242 alcor_write8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x6499590e alcor_write16 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x8cb4ebc8 alcor_write32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x94250932 alcor_read32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xbd6f80c5 alcor_read8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xc0d3b9dc alcor_read32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xe46ead1e alcor_write32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x08c49e8b rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x0bd1359c rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x189a5526 rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x255815c2 rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x2e4cc4c5 rtsx_pci_dma_unmap_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x311c4f69 rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x59da2871 rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x6edace5c rtsx_pci_dma_map_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x89783492 rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x8e82f21e rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x93dc4430 rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x9a545339 rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xa1393c38 rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xa4ef22fb rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xa723561b rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xa8cf0b08 rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xa8ff0085 rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xba02be28 rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xd087bf1a rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xd36d60b6 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xee2a8d2d rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xf6cdb57d rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xf6f5feb8 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xf96467ea rtsx_pci_dma_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x07f943ed rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x474b270f rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x6249ccab rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x633310b3 rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x706bd4bd rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x8edb3e66 rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x9a56aa4d rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x9e289158 rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xb7eb444a rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xbb4aca23 rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xc77e6bff rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xc7d287df rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xde567c33 rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x5226e4e2 cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x7939e7eb cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xa6638f6a cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xd56837b4 cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x0b008db0 oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x296a8983 oslec_update +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x3115970d oslec_create +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x4b711f77 oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x5909e701 oslec_snapshot +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x780d3f01 oslec_flush +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x84eba96d oslec_free +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x3cb83d5b eeprom_93cx6_multireadb +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x870b53e9 eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x884deb9d eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0xc9c6bb25 eeprom_93cx6_readb +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0xff7a0fdf eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x16ef42a0 enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x2646d96d enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x42fddd4a enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x43c3c243 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x4a594a95 enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x4f61809d enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x78a11750 enclosure_component_alloc +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xfebe2e0e enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x0ac1cde8 lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x684a4015 lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x79ad5764 lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x8fdc9e5e lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xa21dc8cc lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xb4b04126 lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xf142fdc7 lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xf880c990 lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x00ce4e91 mei_cldev_get_drvdata +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x0fa900e3 mei_register +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x14764d67 mei_cldev_recv_vtag +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x1daf2282 mei_cldev_driver_unregister +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x1e994901 mei_cl_all_disconnect +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x3d7f12a5 mei_hbm_pg_resume +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x3d9164b4 mei_cldev_enable +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x49534ac6 mei_cldev_uuid +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x4de20133 mei_cldev_dma_map +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x54a5c831 mei_restart +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x6e8e21e4 mei_cldev_send +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x709e63c1 mei_cldev_set_drvdata +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x759f8845 mei_stop +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x7c9cce74 mei_hbm_pg +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x7e98ee0f mei_write_is_idle +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x8b999e5e mei_irq_read_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x8c9f8a82 mei_cldev_recv +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x8e70e45b mei_cldev_disable +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x90a24af4 mei_fw_status2str +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x9205c42d mei_cldev_dma_unmap +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0x9e9460b7 mei_cldev_send_vtag +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xa01f828a mei_irq_compl_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xa5491cdd mei_cldev_register_notif_cb +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xb66bbdb5 __mei_cldev_driver_register +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xb9cbe40a mei_cldev_enabled +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xbeb6d56c mei_cldev_recv_nonblock +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xd5fd68eb mei_cancel_work +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xdf27b02b mei_reset +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xe0a4d721 mei_irq_write_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xe10335cb mei_cldev_ver +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xe1bbdedc mei_start +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xe4ffdf4d mei_device_init +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xebbefa38 mei_cldev_send_gsc_command +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xed0d8f26 mei_cldev_register_rx_cb +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xed1b743d mei_cldev_recv_nonblock_vtag +EXPORT_SYMBOL_GPL drivers/misc/mei/mei 0xfff9356f mei_deregister +EXPORT_SYMBOL_GPL drivers/misc/mei/mei-me 0x051f202c mei_me_polling_thread +EXPORT_SYMBOL_GPL drivers/misc/mei/mei-me 0x922c6ae5 mei_me_irq_quick_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei-me 0xa688cbaa mei_me_get_cfg +EXPORT_SYMBOL_GPL drivers/misc/mei/mei-me 0xd0eef98f mei_me_irq_thread_handler +EXPORT_SYMBOL_GPL drivers/misc/mei/mei-me 0xf181b513 mei_me_dev_init +EXPORT_SYMBOL_GPL drivers/misc/pvpanic/pvpanic 0x1b67d96c devm_pvpanic_probe +EXPORT_SYMBOL_GPL drivers/misc/sgi-gru/gru 0x5b8bb699 gru_get_next_message +EXPORT_SYMBOL_GPL drivers/misc/sgi-gru/gru 0x8dc51bdd gru_create_message_queue +EXPORT_SYMBOL_GPL drivers/misc/sgi-gru/gru 0x9c7283a1 gru_copy_gpa +EXPORT_SYMBOL_GPL drivers/misc/sgi-gru/gru 0xd3d2bf04 gru_free_message +EXPORT_SYMBOL_GPL drivers/misc/sgi-gru/gru 0xde08c325 gru_read_gpa +EXPORT_SYMBOL_GPL drivers/misc/sgi-gru/gru 0xeed7d505 gru_send_message_gpa +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0x1018eee0 xp_restrict_memprotect +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0x12333991 xpc_set_interface +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0x345c9217 xpc_disconnect +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0x39046c7a xpc_clear_interface +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0x48e62c9f xp_region_size +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0x6285dfe8 xp_cpu_to_nasid +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0x64ba5017 xp_pa +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0x68d27065 xp_expand_memprotect +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0x68fa7d28 xp_remote_memcpy +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0x8d146cd0 xpc_registrations +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0xc04c7267 xpc_connect +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0xe68acd6c xpc_interface +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0xead4f7fe xp_max_npartitions +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0xed1d3813 xp_socket_pa +EXPORT_SYMBOL_GPL drivers/misc/sgi-xp/xp 0xf3b47f67 xp_partition_id +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x29a288d4 st_unregister +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x448fbd76 st_register +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x98923d36 uacce_remove +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0xd57b8914 uacce_alloc +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0xf3d4a5a7 uacce_register +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x024d14bc vmci_qpair_produce_free_space +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x046dd187 vmci_datagram_create_handle +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x056837fb vmci_get_context_id +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x1fd4782d vmci_qpair_get_produce_indexes +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x2449459d vmci_event_subscribe +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x3a22fa8a vmci_datagram_destroy_handle +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x4ba5c46b vmci_qpair_peek +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x53e46ce6 vmci_qpair_enquev +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x5591b58e vmci_context_get_priv_flags +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x5e949e0a vmci_doorbell_destroy +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x612df9ae vmci_qpair_detach +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x676bd843 vmci_qpair_consume_free_space +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x75fe065a vmci_send_datagram +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x787f0fe8 vmci_register_vsock_callback +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x7c74d7a6 vmci_qpair_consume_buf_ready +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x81d61eef vmci_qpair_dequeue +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xb572e830 vmci_doorbell_create +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xbcb85f62 vmci_doorbell_notify +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xc04c7e84 vmci_qpair_get_consume_indexes +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xc403cafe vmci_is_context_owner +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xce85e43e vmci_qpair_dequev +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xde3abc2e vmci_datagram_create_handle_priv +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xdfa78fa0 vmci_qpair_peekv +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe0cc9c92 vmci_qpair_alloc +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe11895c1 vmci_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe67343c1 vmci_qpair_enqueue +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xea143610 vmci_datagram_send +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xea61eefe vmci_qpair_produce_buf_ready +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x03d05487 __sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x07bc2f64 sdhci_request_atomic +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x0d915ea3 sdhci_set_power_and_bus_voltage +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x0f0b1b2a sdhci_reset_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x110b37f5 sdhci_set_data_timeout_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x11d95312 sdhci_cqe_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x1780bf92 sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x184847e7 sdhci_abort_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x235878a4 sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x2d8e7c95 sdhci_enable_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x31e28c3d sdhci_enable_v4_mode +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3a402550 sdhci_start_signal_voltage_switch +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x41927846 sdhci_switch_external_dma +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x45463dbf sdhci_cqe_enable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x4794081a sdhci_dumpregs +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x493af789 sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5bf232db sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5e7964cf sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x66495fee sdhci_execute_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x674d1334 sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x71c34ed4 sdhci_request +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x74f7a81a __sdhci_read_caps +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x75d62ee0 sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x7b6a5745 sdhci_enable_sdio_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x80d9ecdc sdhci_calc_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x81deba60 sdhci_adma_write_desc +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x90b2b587 sdhci_set_power +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x9235aff6 sdhci_set_ios +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x95f78937 __sdhci_set_timeout +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xaff0e1a4 sdhci_get_cd_nogpio +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb2499b7a sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xbfc2926a sdhci_send_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc7d3caf3 sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xcd09c731 sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xcea73ef4 sdhci_end_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd320de59 sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd788d1b6 sdhci_setup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe2d35f60 sdhci_start_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe7f6638e sdhci_cqe_disable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xee69f99b sdhci_cleanup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xfa3e13f8 sdhci_set_power_noreg +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xff568016 sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x057a1859 sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x107622fb sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x33975175 sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x79caf17c sdhci_get_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x940e0339 sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xa4eace37 sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xc3de321a sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xd023d505 sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xdbd56d6f sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/most/most_core 0x0fe3b5c1 most_stop_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0x1937faab channel_has_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x3c1681d2 most_resume_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0x40848973 most_deregister_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0x532ba286 most_start_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0x62ef86ca most_put_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x6958bb6c most_stop_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0x6b64b951 most_deregister_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0x77036e38 most_get_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x7fcab440 most_submit_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0xbed837d7 most_register_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0xfba57483 most_register_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0xfcce1728 most_register_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0xfda2e680 most_deregister_component +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x21055561 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xdc1b70f7 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xe332551f cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x30762d85 cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xbddda9d3 cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xc38fe203 cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0x52488484 cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x08efdf74 cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xd09202d5 cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xf4337621 cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0x10339c20 hyperbus_unregister_device +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0xd6de3c23 hyperbus_register_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x00644297 mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x04a04ee5 mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x096a2d38 get_tree_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0de6b286 mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x13bafee0 mtd_pairing_groups +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1dbefba8 mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1f97223b mtd_ooblayout_count_freebytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x230dde2c mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2843554e mtd_ooblayout_ecc +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2aa7d715 mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3118a4fe deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x334ca2dc mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x36259c87 mtd_ooblayout_find_eccregion +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3672a6f9 mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x382dee86 mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x38425f26 unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4132b822 mtd_ooblayout_free +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4ae74912 mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4b157afd mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4e4db783 mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x50dabc2f mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x59166cc4 mtd_ooblayout_set_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5966daac mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5a465d9b __register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5a75310d put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x5edd67ed mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x71359a49 mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7591387f mtd_pairing_info_to_wunit +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7e261a22 mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x821a15c4 mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x837645dd mtd_block_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x837a2d6a mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x919c85db mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9739ce87 __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x99a9c899 mtd_ooblayout_get_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9bd3050c mtd_erase_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9d25babf of_get_mtd_device_by_node +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9e222766 mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa56095a1 mtd_wunit_to_pairing_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xadda27db mtd_ooblayout_set_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb58cae1b mtd_ooblayout_count_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb7075882 mtd_check_expert_analysis_mode +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc0b769a1 mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc230dc8f __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc79e7599 mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcca646f9 mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd16e0376 register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd46ea0bc mtd_write_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd8e61c75 mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xdb916407 get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xdcd9e54b mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe7695011 mtd_ooblayout_get_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf1646254 kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf59eecc1 mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf77a11c3 __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfccd2df8 get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x1e29cfd7 mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x4f51d9f8 deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xa04e993e register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xa7a4f632 del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xb43b631f add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x054343c9 nand_get_large_page_hamming_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x086303aa mxic_ecc_put_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x1f01c349 nanddev_ecc_engine_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x20c6f7c2 nand_ecc_restore_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x215ff75e nanddev_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x255560b6 nanddev_ecc_engine_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x2b732abc nand_ecc_init_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x2f3f4ff6 nand_ecc_tweak_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x388f4341 nanddev_bbt_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x3b78a60e nanddev_bbt_update +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x3e14482e nand_get_large_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x62a27013 nanddev_bbt_set_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x73d06366 nanddev_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x74e07505 nanddev_markbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x8057a8c6 mxic_ecc_get_pipelined_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x8686560d nand_ecc_cleanup_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x97bf255c mxic_ecc_get_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x9e6ff00d nanddev_mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xa809edb5 nanddev_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xadf3c536 nanddev_bbt_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xd5f6ad6f nanddev_isbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xdb2ee7eb mxic_ecc_process_data_pipelined +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xe0bdc2f3 nand_get_small_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xe7069223 nanddev_bbt_get_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xeeded16b nanddev_mtd_max_bad_blocks +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0x1a3c27f4 onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0xfe2b317c onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/denali 0x339b1e7f denali_chip_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x0043273b nand_read_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x05a289de nand_read_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x0a83ab50 nand_prog_page_end_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x0b15d0e4 nand_change_read_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x11091291 nand_extract_bits +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x19e08015 nand_decode_ext_id +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x288ee61c nand_status_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x2c646d75 nand_reset_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x2d368c4c nand_subop_get_addr_start_off +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x39d9214c nand_write_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x3ed666f3 nand_select_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x43e7df8f nand_change_write_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x4e2dcaa3 nand_reset +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5632e63d nand_subop_get_num_addr_cyc +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x7b01a359 nand_soft_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x7e8ebb78 nand_erase_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x8acf59ba nand_read_oob_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x958fafc1 nand_prog_page_begin_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x9c01709a nand_gpio_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xa7e19af2 nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xabed2079 nand_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xacbc5d5f nand_prog_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xb86bd9f2 nand_ecc_choose_conf +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd3c672b8 nand_subop_get_data_len +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd41ff2ac nand_subop_get_data_start_off +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xdc019e28 nand_readid_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xe3431c05 nand_read_page_hwecc_oob_first +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xf3b8ff5a nand_deselect_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xfee8e6ce nand_op_parser_exec_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/sm_common 0x40ab309b sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x30276bd2 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x01c86736 ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x062f465a ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x23676a45 ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x2b798145 ubi_leb_read_sg +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x38e10c1d ubi_flush +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x42801d20 ubi_sync +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x4c3e8211 ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5252d5f6 ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x573a9a1b ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5aa6738e ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x66011ab6 ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x78325796 ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x7a7de4ef ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xa058bc30 ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xadf3d70b ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf9606098 ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xfde09f8a ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x0a513511 mux_chip_free +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x0a65c89f mux_state_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x158233b3 devm_mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x321c0ff9 mux_chip_unregister +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x584cd1a3 mux_control_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x5e018870 mux_control_states +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x5ebe58b0 mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7cf08396 mux_state_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7fbf02cd mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x83e1840a mux_control_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xb0b63b6d mux_control_put +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xbe6c871e mux_control_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xc4da65ae devm_mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xd7ba35ea devm_mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xe950d88e mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xf8a77212 devm_mux_state_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xfa76e911 mux_state_select_delay +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x92ba4c9c arcnet_led_event +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x9edf2a06 devm_arcnet_led_init +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x05dfbcd3 alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x30b79ee0 unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x6281b471 c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x85d9837c free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xc9465347 register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xdc17cfe8 c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x235ef08e free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x34d14e03 alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x37680283 register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x8c7b529f unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x006fcfe6 can_rx_offload_add_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x10d892eb can_get_state_str +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x1be6e3d9 alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2c282460 open_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2fa6ad1d alloc_canxl_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x31027a2b can_rx_offload_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x4124a6af can_rx_offload_enable +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x50f8ddce can_rx_offload_irq_offload_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x58c555ba close_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6047ede6 can_fd_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x60907de5 can_rx_offload_add_manual +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x61f4eed7 register_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x74411011 alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x75de5ec0 can_skb_get_frame_len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x7849ac5d can_rx_offload_queue_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x821d95c4 alloc_candev_mqs +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x839e7e99 can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x899f32d9 safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x8b01ef6a unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x8cb4f63d can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x90dc54b6 can_dropped_invalid_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x95658d41 can_rx_offload_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x9a95370f can_rx_offload_queue_tail +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xa72ed325 can_change_state +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xb0068bc2 can_rx_offload_irq_offload_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xba0632bd can_rx_offload_add_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xc0050173 alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xc0548c39 can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xc1424ee7 can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xc742d2ba can_rx_offload_threaded_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xd54e5ffa can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xd76d16c5 can_rx_offload_del +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xe00e1ca3 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf12d9387 can_fd_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x029f0396 m_can_init_ram +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x2e152427 m_can_class_resume +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x46ed48ba m_can_class_get_clocks +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x7a7ac2b0 m_can_class_register +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x90a268da m_can_class_free_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x91949173 m_can_class_suspend +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xca8d8256 m_can_class_unregister +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xdffae714 m_can_class_allocate_dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x1223c4d2 unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x79228a23 free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x8b47fb4f alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x9f3f7368 register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/dsa/lan9303-core 0xe4394824 lan9303_indirect_phy_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_switch 0xe8186bcc ksz_switch_chips +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0x1d9e684e mt7530_remove_common +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0x979fac49 mt7530_switch_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0xa14ab359 mt7530_probe_common +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0xef83a666 mt753x_table +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0x6198bedc felix_netdev_to_port +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0x99106f87 felix_port_to_netdev +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0xf4fad0cd felix_switch_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8365mb 0x7f1da51b rtl8365mb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x1db32e71 rtl8366_vlan_add +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x358d47e6 rtl8366rb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x601eac40 rtl8366_enable_vlan4k +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x8b91b683 rtl8366_set_pvid +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xab130fcb rtl8366_mc_is_used +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xacbba280 rtl8366_get_strings +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xd55f7249 rtl8366_vlan_del +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xd91071cd rtl8366_reset_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xe06cee45 rtl8366_enable_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xe0949493 rtl8366_set_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xe156678a rtl8366_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xed2ec672 rtl8366_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x06f8010c pds_client_adminq_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x126f6970 pds_client_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x45b87b4f pdsc_register_notify +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x6f8c96a1 pds_client_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0xac2a02ae pdsc_adminq_post +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0xce714617 pdsc_unregister_notify +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0xe2e9f3ac pdsc_get_pf_struct +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0232267a cn23xx_tell_vf_its_macaddr_changed +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x05b42453 octeon_init_dispatch_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0dc27c41 octeon_setup_instr_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0eeca895 octeon_free_device_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x158d01df octeon_register_reqtype_free_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x19cb4e69 liquidio_link_ctrl_cmd_completion +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x1b3c1a68 octeon_allocate_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x1d6415fd lio_pci_readq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x241498e3 cn23xx_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x241a2a6c lio_fetch_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x24b7f57a lio_setup_glists +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x27dc7669 octnet_send_nic_ctrl_pkt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x2aa40625 liquidio_get_speed +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x2aca3212 liquidio_set_feature +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x3375f182 lio_pci_writeq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x3416c9e2 octeon_allocate_ioq_vector +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x35d195b8 liquidio_change_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x3e41a2b7 lio_enable_irq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x421fb0b6 liquidio_setup_io_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x49405aa1 octeon_pci_write_core_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x4bc1bbf2 octeon_unregister_droq_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x4ccd4f0d octeon_get_rx_qsize +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x51ff56a3 cn23xx_vf_ask_pf_to_do_flr +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5498e090 octeon_setup_response_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5c1f6fdd octeon_free_sc_done_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5cfdb10d octeon_delete_response_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x628c693f octeon_setup_sc_buffer_pool +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x6d0d28ef octeon_init_device_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x719df63b setup_rx_oom_poll_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x7579adfa lio_setup_cn66xx_octeon_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x7b01da30 octeon_free_ioq_vector +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x81cc8589 octnet_send_nic_data_pkt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x83c8d190 octeon_read_device_mem64 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x86bf7994 lio_get_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x87b21792 octeon_free_sc_buffer_pool +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x8a9d31d6 octeon_delete_droq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x8afca9fd octeon_send_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x91043de9 octeon_set_io_queues_off +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x9131d46c cn23xx_octeon_pfvf_handshake +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x9245958b octeon_pci_read_core_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x93a9d980 octeon_delete_instr_queue +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x957beb0e lio_wait_for_clean_oq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x96bb8a1b octeon_read_device_mem32 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x9e4f6f10 octeon_setup_output_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x9ecdb957 octeon_prepare_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x9fdaa1e4 octeon_wait_for_ddr_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xa43137d9 octeon_free_sc_zombie_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xaf9182d2 lio_delete_glists +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xafaf15d9 octeon_free_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xb16a47bf lio_wait_for_instr_fetch +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xb178d18e liquidio_set_ethtool_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xb8450782 octeon_send_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xba696ece octeon_register_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xbae1f77a octeon_droq_process_packets +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xbb211fff octeon_setup_interrupt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xbbf9c114 cn23xx_setup_octeon_vf_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xbe032a32 octeon_get_tx_qsize +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc1592006 octeon_write_device_mem32 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc3eb1b35 octeon_delete_dispatch_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc6abc5b1 octeon_core_drv_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc6dd96cf lio_process_iq_request_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xcc862d38 liquidio_get_fec +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd3a4d51a octeon_ring_doorbell_locked +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd3f31218 octeon_mem_access_ok +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd506b7ff octeon_register_dispatch_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd643c7eb octeon_get_conf +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xdc2e855c octeon_deregister_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xe011c381 cn23xx_fw_loaded +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xe40e73f8 setup_cn23xx_octeon_pf_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xe6acea1f octeon_alloc_soft_command_resp +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xe6d1bd24 octeon_droq_check_hw_for_pkts +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xeaae62c3 octeon_alloc_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xec7f00a5 lio_get_state_string +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xf290f0ed lio_setup_cn68xx_octeon_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xf72a6e6e cleanup_rx_oom_poll_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xf832158f lio_process_ordered_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x0131611a fun_serv_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x0aeb52a1 fun_res_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x3880feb1 fun_sq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x38d2d672 fun_free_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x447ece7d fun_cq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x46115b7b fun_submit_admin_sync_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x5316f843 fun_get_res_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x6562e850 fun_serv_sched +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xf3ac5862 fun_bind +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xf6db2089 fun_alloc_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xfdfd8c40 fun_serv_restart +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0x76faff6c i40e_client_device_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0xe8d14faa i40e_client_device_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x1e5eb502 ice_del_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xc19d6b18 ice_add_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xed731510 ice_get_qos_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xf0985cbd ice_rdma_update_vsi_filter +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xf9215d5d ice_rdma_request_reset +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x00142ae0 mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x06199738 mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x08047849 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x08536b13 mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0a63877b mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0c25e92d mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0c371315 mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0cbb940e mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0f052430 mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x104bb275 mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x10c4fd39 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x12c9b57d mlx4_get_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x173f7308 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1b133977 mlx4_get_internal_clock_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1b47b450 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1b7363c0 mlx4_mr_hw_change_pd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1b99cc93 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2586369d mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x266dea97 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x270f4167 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x27b4fcbe mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x28468ff0 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x295e6402 mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2bfc3614 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2f0d6950 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x31455b2a __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x31989d60 __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x345ef407 mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x34b31c33 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3c3415c7 mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3f5eaceb mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3fea6d0a mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4195b130 mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x433d3234 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x440a931a mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x45fc8d14 mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4788476f mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x47ee978f mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x49175a36 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4b3a6cc4 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4c5893b2 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4ea01d58 mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4fd8940a mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4ffa3f81 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x50c37825 mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x52ae14fa mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5aaf4c6a mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5b0af7f3 mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5d27505c mlx4_config_roce_v2_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5d97ec33 mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x61215a78 mlx4_mr_hw_get_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6375aefb mlx4_mr_hw_change_access +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x65402847 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x65e69112 mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x681d0266 mlx4_mr_rereg_mem_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6a7f4c15 mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6cfe330b mlx4_port_map_set +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x75b8d468 mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x77b93266 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x81805d1a mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x831483cc mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8396637a mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x83dcf47e mlx4_mr_hw_put_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x89b4a356 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8a216e79 mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x903c6bf5 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x90f4f27c mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x914e65ca mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x92e9b274 __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x94285466 mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x944d0b9e mlx4_mr_hw_write_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x94c4718c mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x952b72c8 mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x960479e6 mlx4_bond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x968ac09f mlx4_config_dev_retrieval +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9791d857 mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9989c9b1 mlx4_get_devlink_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9cd8f1b2 mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9d623687 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9db4f45d mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9dfe978d mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9e8c7ce7 mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9f777b78 mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa16febbd mlx4_unbond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa38f5d4b mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xabc4f4db mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb085ff83 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb0a51239 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb274d713 mlx4_get_counter_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb6fe21f2 mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb8a1f692 mlx4_replace_zero_macs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbcc50925 mlx4_mr_rereg_mem_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbe36b989 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbf373bc0 mlx4_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbf8144b4 mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc0db94d3 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc18e11e5 mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc2e5ba69 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc2f886e9 mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc35e5147 mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc3abd0c5 mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc70d4e52 mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc7dd33dd mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xccd245bc mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd02ed8ce mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd0ba3fdf mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd472e7e9 mlx4_set_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd504de6b mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd5e4caf7 mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd882e25a mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd8e10a38 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdedf6ff1 mlx4_get_default_counter_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe94593a8 mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeb5e8064 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xed831a0f mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xef06a5c0 mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xefe61d27 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf02e8bd1 mlx4_set_vf_rate +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf27ae6cc mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf4b0999f mlx4_put_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf9191d75 mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfa32f99a mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x00fa5a6a mlx5_set_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x072460c4 mlx5_fill_page_frag_array +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x093e3540 mlx5_set_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1180fc51 mlx5_set_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x16b3692f mlx5_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x189815f6 mlx5_query_port_oper_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1ef3c6c2 mlx5_modify_nic_vport_vlans +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2089b1bd mlx5_query_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x312d4a03 mlx5_core_query_sq_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x320a325b mlx5_query_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x39777f7c mlx5_query_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x41c6ff50 mlx5_query_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4682f44e mlx5_query_nic_vport_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x67bc2332 mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x69c53cf3 mlx5_eswitch_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6e476a18 mlx5_query_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6f3b9a30 mlx5_set_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6f5558ac mlx5_ipsec_device_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7065ee73 mlx5_nic_vport_enable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x717a0831 mlx5_query_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7295cfcd mlx5_query_hca_vport_gid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x77ca56d9 mlx5_frag_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x77f3a550 mlx5_core_reserved_gids_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7a0dbc35 mlx5_modify_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7a7b76c5 mlx5_vport_get_other_func_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7aebd7bc mlx5_nic_vport_update_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7bbea45c mlx5_query_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8147e17b mlx5_query_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x81aadc6a mlx5_fill_page_frag_array_perm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x82b4e82e mlx5_query_nic_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x87fd4f04 mlx5_modify_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8a1faafe mlx5_set_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8bb9d738 mlx5_query_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8d84f7ad mlx5_query_port_ptys +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8f5f82f8 mlx5_query_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8f9904c1 mlx5_modify_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x91630cb9 mlx5_modify_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x91ae12c5 mlx5_query_hca_vport_pkey +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x954c66d8 mlx5_eswitch_get_total_vports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x95856867 mlx5_nic_vport_affiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9b81943e mlx5_query_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9d1cf1e2 mlx5_modify_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa2b8dc89 mlx5_query_module_eeprom +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa3924a07 mlx5_set_port_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa51b82cc mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xad7afa36 mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb07b71ed mlx5_query_nic_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb6ffdc8a mlx5_query_nic_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb8302e8d mlx5_frag_buf_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbd87d831 mlx5_query_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbea4edc9 mlx5_query_nic_vport_qkey_viol_cntr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbed883df mlx5_set_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc1b6c4b3 mlx5_nic_vport_query_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc2c44ad1 mlx5_db_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc4d009ef mlx5_query_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc5cf5e06 mlx5_dm_sw_icm_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc87278a9 mlx5_query_hca_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc8b53fe8 mlx5_query_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd3bf3653 mlx5_query_hca_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd4d93fce mlx5_set_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd8219d45 mlx5_query_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd84b4b2b mlx5_core_query_vport_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdf0fbd5a mlx5_nic_vport_unaffiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe104a76c mlx5_dm_sw_icm_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe1369dcb mlx5_query_port_max_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe24f647f mlx5_query_port_vl_hw_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf2d3ef18 mlx5_query_module_eeprom_by_page +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf669697a mlx5_toggle_port_link +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf814d915 mlx5_core_modify_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x1e4d43d8 ks8851_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x4de931fa ks8851_remove_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x9dfeda29 ks8851_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0xfe31cadb ks8851_probe_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0xcc4fa41a regmap_encx24j600_spi_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0xe8c8c6c2 regmap_encx24j600_spi_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0xfe416e09 devm_regmap_init_encx24j600 +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x105271fd ocelot_port_del_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x12f099db ocelot_port_mqprio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2064255d ocelot_cls_flower_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x209fe43b ocelot_port_add_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2cb8341d ocelot_port_readl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x311d0922 ocelot_port_setup_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3d77c9e0 ocelot_phylink_mac_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3eba24ce ocelot_port_get_eth_ctrl_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4175ad94 ocelot_cls_flower_replace +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x43345504 ocelot_regmap_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4ce46877 __ocelot_rmw_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4e0a17af ocelot_port_mirror_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4f29f162 ocelot_port_get_pause_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x60d2c12a ocelot_port_get_eth_phy_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x698a5e12 ocelot_port_get_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x74656aa3 ocelot_port_assigned_dsa_8021q_cpu_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x750e6476 ocelot_port_teardown_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7ab44e62 ocelot_mm_irq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7d8ca4f0 __ocelot_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7e1c342a ocelot_port_get_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8010ec24 ocelot_port_rmwl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x89704cde ocelot_port_assign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8bdaf7b2 ocelot_port_get_eth_mac_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x90c4e32a ocelot_port_get_mm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x98eed2ab ocelot_port_set_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9990b1e7 ocelot_port_unassign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9a240527 ocelot_bridge_num_find +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9fb65cd6 ocelot_port_get_rmon_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9ffeb3ae ocelot_cls_flower_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa11cac7d ocelot_lag_fdb_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xad7f7ae4 ocelot_phylink_mac_link_up +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb5de5fc2 ocelot_port_writel +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbab0846c ocelot_port_mirror_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbd38763d __ocelot_bulk_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcdb6040d ocelot_regfields_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xce90c780 __ocelot_write_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd1cff3d2 ocelot_mact_flush +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd740dd70 ocelot_port_configure_serdes +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe42fe6f7 ocelot_get_bridge_fwd_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe5f57afd ocelot_port_set_mm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe6abc768 ocelot_phylink_mac_link_down +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe773f969 ocelot_migrate_mdbs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xea1bb820 ocelot_bond_get_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xeafe185d ocelot_lag_fdb_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf579a035 ocelot_port_get_mm_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x3f54bcc5 stmmac_bus_clks_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x4649d867 stmmac_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x545572d4 stmmac_set_mac_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x92d778bb stmmac_get_mac_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x9d7e4426 stmmac_init_tstamp_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xace2bcc5 stmmac_dvr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xdc2b6b93 stmmac_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xf3693210 stmmac_dvr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x1f6e093c stmmac_pltfr_exit +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x7029024a stmmac_pltfr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x70bc658c devm_stmmac_pltfr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x8288434b stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x90a30141 stmmac_get_platform_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xa563730f devm_stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xc7aa2f39 stmmac_remove_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xd33325cb stmmac_pltfr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xe16451c7 stmmac_pltfr_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xedc29552 stmmac_pltfr_remove_no_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xf3a6943b stmmac_pltfr_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x07ae17c2 w5100_ops_priv +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x46e46dad w5100_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x9b0d0b4f w5100_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xc2e49219 w5100_probe +EXPORT_SYMBOL_GPL drivers/net/geneve 0xd8e01329 geneve_dev_create_fb +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x24d59a14 ipvlan_link_new +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x5520c0ec ipvlan_count_rx +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x65f4555c ipvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x895243c1 ipvlan_link_delete +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xec823ded ipvlan_link_setup +EXPORT_SYMBOL_GPL drivers/net/macsec 0xba5da8ae macsec_pn_wrapped +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x14b5d9ca macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x242e4fef macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x8446f28b macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xcbbc1284 macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-i2c 0x55b27fab mdio_i2c_alloc +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-regmap 0x17cc8a40 devm_mdio_regmap_register +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs-lynx 0x80060608 lynx_pcs_create_fwnode +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x377c974e xpcs_destroy +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x4fd04249 xpcs_get_an_mode +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x5f1e4a81 xpcs_get_interfaces +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x69b91a56 xpcs_config_eee +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x9b430bc5 xpcs_link_up +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x9ffd72f1 xpcs_do_config +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xaac9fbd0 xpcs_create_mdiodev +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x0ca7ec92 bcm54xx_auxctl_read +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x1317a24e bcm_phy_cable_test_start_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x17745bb4 bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x1801852e bcm_phy_28nm_a0b0_afe_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x1c2434dd __bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x1c9e336f bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x2003238f bcm_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x21be8bae __bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x2aeee4c7 bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x2d612fa1 bcm_phy_get_wol +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x31bcc4fa __bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x33b2540a bcm_phy_set_eee +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x379b7394 bcm_phy_downshift_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x386dbf36 __bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x39ec16ea bcm_phy_r_rc_cal_reset +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x3ebf5ff1 bcm_phy_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x470aaaad bcm_phy_downshift_get +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x49edae05 bcm_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x4b912bec bcm_phy_led_brightness_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x54ad7d74 bcm_phy_get_strings +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x5d237f7e bcm_phy_write_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x6f7dc9a8 bcm_phy_ack_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x6fe8b6fc bcm_phy_set_wol +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x77a6dbfb bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x8a1019ba bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x96c94c52 bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x9ad307e0 bcm_phy_read_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa0f0ddfd bcm_phy_wol_isr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xaee395e3 __bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xb4125466 bcm_phy_cable_test_get_status +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xca5e227e bcm_phy_cable_test_get_status_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xd0d35353 __bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xda2fd360 bcm_phy_write_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xdd09cd75 bcm_phy_get_stats +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xea4e045a bcm_phy_read_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xf87535e4 bcm_phy_enable_jumbo +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xfadc0f3b bcm_phy_cable_test_start +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xffb77aab bcm_phy_enable_apd +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x852e59e2 bcm_ptp_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x9bb11302 bcm_ptp_probe +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0xe54c4503 bcm_ptp_stop +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x08072ee5 phylink_mii_c22_pcs_an_restart +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x08213956 phylink_ethtool_get_wol +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x12135396 phylink_mac_change +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x15c4e3e2 phylink_ethtool_set_pauseparam +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x16ca1a8a phylink_suspend +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x2c8e28ee phylink_ethtool_get_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x31c51836 phylink_create +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x3abe6fe5 phylink_validate_mask_caps +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x4278d56a phylink_expects_phy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x522285ad phylink_mii_c45_pcs_get_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x57727285 phylink_ethtool_set_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x59e0695d phylink_speed_down +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x5d0c4dcc phylink_speed_up +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x5dc19747 phylink_mii_c22_pcs_encode_advertisement +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x62104126 phylink_ethtool_set_wol +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x65ed1954 phylink_fwnode_phy_connect +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x66e8b5b0 phylink_caps_to_linkmodes +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x6fa426d2 phylink_ethtool_nway_reset +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x825c7340 phylink_get_eee_err +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x911fcd6c phylink_start +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x94299178 phylink_decode_usxgmii_word +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x9616a255 phylink_ethtool_ksettings_get +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x983276da phylink_disconnect_phy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x987a13a5 phylink_mii_c22_pcs_get_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x9b652b6e phylink_resolve_c73 +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xa16449b4 phylink_ethtool_ksettings_set +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xaf1d2c51 phylink_generic_validate +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xb1b3f6ed phylink_mii_c22_pcs_decode_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xb22bd164 phylink_mii_c22_pcs_config +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xc0a8f4be phylink_resume +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xc1d15a4c phylink_set_port_modes +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xd2ef6a40 phylink_mii_ioctl +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xd903f419 phylink_get_capabilities +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xd925afb6 phylink_of_phy_connect +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xdcb0a2c0 phylink_stop +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xec02ebe0 phylink_init_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xf3083a1d phylink_destroy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xf8fe5642 phylink_ethtool_get_pauseparam +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xfa96caa6 phylink_connect_phy +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x00e2cd2e smsc_phy_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x0bd5bdff smsc_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x236446e3 lan87xx_read_status +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x85de4801 smsc_phy_probe +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xb7dc1f6c smsc_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xbf0483be smsc_phy_set_tunable +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xe9f79875 smsc_phy_get_tunable +EXPORT_SYMBOL_GPL drivers/net/tap 0x050a1bd1 tap_get_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0x2e0bfecd tap_handle_frame +EXPORT_SYMBOL_GPL drivers/net/tap 0x4e5dd958 tap_get_ptr_ring +EXPORT_SYMBOL_GPL drivers/net/tap 0x6fd7fd8e tap_del_queues +EXPORT_SYMBOL_GPL drivers/net/tap 0x8cb7cff9 tap_destroy_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0x9b3a1ba5 tap_get_socket +EXPORT_SYMBOL_GPL drivers/net/tap 0xc09b1f46 tap_create_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0xc9976213 tap_free_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0xdac470a2 tap_queue_resize +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x06fd41f1 usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x0e698d64 usbnet_cdc_zte_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x3417ee04 usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x6618db1d usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x9ae82551 usbnet_cdc_update_filter +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xcb578cfd usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xd9672bab usbnet_ether_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x0927423e cdc_ncm_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x1194da87 cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x21d695f5 cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x653cdb56 cdc_ncm_rx_verify_nth32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xa71dbbaa cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xd71d5a6d cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xe9383bd4 cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xec154205 cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xf034f6fb cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xf668d881 cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xf99f4d4d cdc_ncm_rx_verify_ndp32 +EXPORT_SYMBOL_GPL drivers/net/usb/r8152 0xea0af9db rtl8152_get_version +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x4ad27d4d rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x5632fe73 rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x8a290c1f rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x93ce58b6 rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xa592ce61 generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xe0d42a3d rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x12ee9d30 usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x135f22a8 usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x14ea95a7 usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1fd5eb0b usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x207540fd usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x23cc1afa usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x387b09b7 usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3b4eaaf7 usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x48847f3a usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4a4de74c usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x50a39fcd usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x51b7193d usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x65a8224f usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x65afd270 usbnet_set_rx_mode +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x67472cb3 usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6f807084 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x85764c49 usbnet_get_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x87e01b8a usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9192683a usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x94172f32 usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x975ab179 usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa6972843 usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb58f6139 usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xba6b4321 usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbdeb3bc9 usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbfdd79da usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc2ea193a usbnet_get_link_ksettings_internal +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc7d70cb1 usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc9f33d47 usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd79beba2 usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xdebafa16 usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xfa9e4242 usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xfd96b26c usbnet_set_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xfebd97d2 usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x249657c6 vxlan_fdb_find_uc +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x34d74b41 vxlan_fdb_replay +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x83b19254 vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xf2d52657 vxlan_fdb_clear_offload +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/ipw2x00/libipw 0x2cf4041b libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x056314d3 il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x297c1de9 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9a488a14 il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd8bb34ca il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe730d4e5 il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x13863121 iwl_fw_lookup_cmd_ver +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x443a0ac3 iwl_fw_lookup_notif_ver +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x5987fe45 iwl_fw_lookup_assert_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x19a315ba p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x5ba085ba p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x85c7eb98 p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x90d0096f p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xe73a9aa0 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xed3e12b5 p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xf3ab71e0 p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xf52c743d p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xfaf68777 p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x0464fb1a lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x25e51fc2 lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x3b4b5eb4 lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x5bf21b13 lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x63a4ec49 lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x65029725 lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x70bb5a14 lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x8680f445 __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x88ea37eb lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x8bcd3252 lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xa577f4fa lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xc8134c29 lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xdc28b17f lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xec5bce4d lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xecc55f58 lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xfee9e1a7 lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x041dd0fa lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x0d27c4d3 lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x189e57df lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x5ec51b8e lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x840da68a __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x8fc03c3e lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xb2237dbc lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xd75a21f3 lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x04906c29 mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x14fc117b mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x38e285fe mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x3cf1bdf7 mwifiex_shutdown_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x3e67c3ba mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x416f2ea1 mwifiex_multi_chan_resync +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x73789496 mwifiex_fw_dump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x8983faa1 _mwifiex_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x996ca9fa mwifiex_drv_info_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x9c63f469 mwifiex_dnld_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x9f80079a mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xa5887a0a mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xa9f24ec9 mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xaac6069a mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xb42b54ca mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xb4ca4614 mwifiex_queue_main_work +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xb6400ce3 mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xb9cac69e mwifiex_upload_device_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xcad8cbc1 mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xce7eafc1 mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd4dad9f3 mwifiex_alloc_dma_align_buf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xe44c8f78 mwifiex_prepare_fw_dump_info +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xe5d07acf mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf69703ac mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xfd73202f mwifiex_reinit_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x04315f5a mt76_rx_aggr_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x10b5802a mt76_update_survey_active_time +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x10e92c02 mt76_tx_status_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x116d560f __mt76_set_tx_blocked +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1588f053 mt76_get_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x17f568e9 mt76_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1b890f3d __tracepoint_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1c8de582 mt76_seq_puts_array +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1caa0d81 mt76_tx_status_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1ec57b4f __mt76_worker_fn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x253d030e mt76_register_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x28027207 mt76_insert_ccmp_hdr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x28efde16 mt76_queues_read +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3330849b mt76_alloc_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x33393362 mt76_eeprom_override +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x351fc981 mt76_dma_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x371eebc3 mt76_txq_schedule +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3c958b6f mt76_wake_tx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3f0664e9 mt76_unregister_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3f278266 mt76_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3f71e8d6 mt76_tx_worker_run +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3fe13477 mt76_queue_tx_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x42e1e66e mt76_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4382bc1e mt76_free_pending_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4a82f79b mt76_set_irq_mask +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4d9268ee mt76_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4f96c88b mt76_mmio_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x505ee002 mt76_tx_status_unlock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x51cb71fa mt76_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x53bfa816 ____mt76_poll_msec +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x54b9c5a2 mt76_has_tx_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x55ee59b7 mt76_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5a1a1f00 mt76_tx_check_agg_ssn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5b96b760 mt76_dma_wed_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5cff193d mt76_alloc_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x62b67fd4 mt76_get_of_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x65365ae4 mt76_calculate_default_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x696b0050 mt76_rx_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x69cf32ac mt76_release_buffered_frames +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6a1ed8e5 mt76_mcu_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6aa16f60 mt76_mcu_get_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6d1770b3 __traceiter_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6e016411 mt76_init_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7547aa3b mt76_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x757e530c mt76_put_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x784e2152 mt76_get_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x78d647a0 mt76_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7adbc874 mt76_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x82ce0065 mt76_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x83b975a3 mt76_rx_aggr_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x85c54891 mt76_mcu_rx_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8f6770d1 mt76_skb_adjust_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8f827aa5 mt76_get_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9017ab2b __traceiter_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x922e95aa mt76_sta_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x93001d91 __mt76_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x95bd375f mt76_get_rate_power_limits +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x976871a9 mt76_pci_disable_aspm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x98c754d8 mt76_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9b835c5e mt76_csa_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xaa351e0b mt76_tx_status_skb_get +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xaa4c4088 mt76_put_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xab50ff81 mt76_sta_pre_rcu_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xab9d88b8 mt76_ethtool_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb00dbc08 mt76_tx_status_skb_done +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb06dba20 __mt76_mcu_msg_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb595ccc4 mt76_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbb31a266 __SCT__tp_func_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbdbd5909 mt76_update_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbe049eba mt76_get_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbfaa3ef2 __mt76_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc30dc694 __SCK__tp_func_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc6634315 mt76_ac_to_hwq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc9f67d50 mt76_rx_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcdc6b3ba mt76_unregister_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcefe7d60 mt76_phy_dfs_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd2e87efa mt76_dma_rx_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd4a4b641 mt76_create_page_pool +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd77a3fca mt76_get_min_avg_rssi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd7dc7c0c __SCK__tp_func_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xda623b4e mt76_stop_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe0f8c405 __mt76_mcu_send_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe11a0aa2 __tracepoint_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe351ea91 mt76_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe40b66ef mt76_wcid_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe45628cb __SCT__tp_func_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe4c2f113 mt76_tx_status_skb_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe9472a78 mt76_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe9996f69 mt76_csa_finish +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe9c98c16 __mt76_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xed5fb7e2 mt76_mcu_skb_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf0133175 mt76_txq_schedule_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf0f51f14 mt76_set_stream_caps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf31e83e2 mt76_free_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf4cced5f mt76_sw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf665cf82 mt76_register_debugfs_fops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfd070a12 mt76_ethtool_page_pool_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xffbf1392 mt76_init_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0208b790 mt76_connac2_mac_decode_he_radiotap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x021d70c6 mt76_connac_mcu_reg_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0237050f mt76_connac_mcu_reg_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x03562e60 mt76_connac_mcu_update_gtk_rekey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x05762448 mt76_connac_write_hw_txp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x07771fbf mt76_connac_sta_state_dp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0804eb72 mt76_connac_pm_wake +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x08489ca9 mt76_connac_init_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x099e4cd9 mt76_connac_mcu_add_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x09e870a4 mt76_connac_mcu_set_channel_domain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0a25337f mt76_connac_gen_ppe_thresh +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1112decf mt76_connac_mcu_sta_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x12494eac mt76_connac_mcu_sta_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1565b9e6 mt76_connac_mcu_add_nested_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x187bb95c mt76_connac2_load_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x19cfbfdb mt76_connac_mcu_get_nic_capability +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x19f0519c mt76_connac_mcu_set_suspend_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1aa7d379 mt76_connac_mcu_chip_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2272b039 mt76_connac2_mcu_fill_message +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2480de32 mt76_connac2_mac_tx_rate_val +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2ce991dc mt76_connac_get_he_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2f0611d5 mt76_connac_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x336263d7 mt76_connac_mcu_wtbl_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x349bb155 mt76_connac_get_phy_mode_ext +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3595d9a6 mt76_connac_mcu_uni_add_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3b449279 mt76_connac2_mac_fill_txs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3d48fbc7 mt76_connac_mcu_init_download +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4739dce5 mt76_connac_mcu_sta_uapsd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x483d1e7c __mt76_connac_mcu_alloc_sta_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4a2984d4 mt76_connac_mcu_wtbl_hdr_trans_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4bab065f mt76_connac_mcu_set_vif_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4e3a7834 mt76_connac_mcu_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5124542b mt76_connac_mcu_uni_add_bss +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x52873911 mt76_connac_free_pending_tx_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x598e13cf mt76_connac_mcu_set_hif_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6002848e mt76_connac2_reverse_frag0_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x67e8147f mt76_connac_mcu_sta_wed_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6cdf9c59 mt76_connac_mcu_set_mac_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6d4c25a7 mt76_connac2_mac_add_txs_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6f158a2c mt76_connac_mcu_set_rts_thresh +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6fdf1782 mt76_connac_mcu_bss_ext_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7601a664 mt76_connac_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x85c5a9ac mt76_connac2_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8e2cdbc2 mt76_connac_pm_dequeue_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x908ca40c mt76_connac_wowlan_support +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x911af4f6 mt76_connac_mcu_patch_sem_ctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x933d7b3a mt76_connac_power_save_sched +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9b081454 mt76_connac_mcu_set_pm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9b32c26b mt76_connac_mcu_wtbl_smps_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa104d04a mt76_connac_mcu_update_arp_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa124e284 mt76_connac2_load_ram +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa16996e0 mt76_connac_get_phy_mode +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa1cd9fd4 mt76_connac_mcu_wtbl_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa3c0f75e mt76_connac_mcu_sta_ba +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa495e853 mt76_connac_txp_skb_unmap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa663d856 mt76_connac_mcu_cancel_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb20dfec8 mt76_connac_pm_queue_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb68ef051 mt76_connac_mcu_sched_scan_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb6f2eece mt76_connac_mcu_coredump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb7993736 mt76_connac_mcu_beacon_loss_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbc0cca70 mt76_connac_mcu_bss_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc74dc948 mt76_connac_mcu_set_p2p_oppps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc78e69ca mt76_connac_mcu_sched_scan_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcdc42499 mt76_connac_mcu_sta_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd47d288c mt76_connac_mcu_wtbl_ht_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd66dd444 mt76_connac_mcu_bss_omac_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xda875cf5 mt76_connac_mcu_set_deep_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xdae91467 mt76_connac_get_eht_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xdb216431 mt76_connac2_mac_fill_rx_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xdef24367 mt76_connac_mcu_set_rate_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xdf8699cf mt76_connac_mcu_rdd_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe653e9ae mt76_connac_mcu_start_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf3237465 mt76_connac_mcu_alloc_wtbl_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf512fe28 mt76_connac_mcu_sta_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf6a148df mt76_connac_mcu_uni_set_chctx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf6e15782 mt76_connac_mcu_start_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfae9f2e6 mt76_connac_mcu_wtbl_generic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfdf98e76 mt76_connac_mcu_sta_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x03cd4040 mt76s_read_pcr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x047fe2e4 mt76s_rmw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x0736e6bb mt76s_txrx_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x10a5a139 mt76s_alloc_rx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x20b2e316 mt76s_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x3028aefa mt76s_write_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x39f627b3 mt76s_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x3cf24f02 mt76s_txqs_empty +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x717853d7 mt76s_rd_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x79d8a480 mt76s_alloc_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x842db3b6 mt76s_hw_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x8c45a4e0 mt76s_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x98f49269 mt76s_sdio_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x9affa1f8 mt76s_wr_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xc93683aa mt76s_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xffc1abbf mt76s_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x03ef6699 mt76u_resume_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x2a1eaeb8 mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x3e2800a8 mt76u_alloc_mcu_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x4d453bdb mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x5bf8f41d mt76u_stop_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x5e022be6 mt76u_alloc_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x70fb42ab mt76u_single_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x7f7f7b6f mt76u_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x8e7ca80f __mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xc32bbce1 ___mt76u_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xc9f5333f mt76u_stop_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xef439651 __mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xf1856e26 mt76u_queues_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xf7bc59ed ___mt76u_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x04117040 mt7615_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x0cdd2102 mt7615_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x0f5185a4 mt7615_mcu_fill_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x17b4256e mt7615_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x2774b2e4 mt7615_init_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x2e75c2c4 mt7615_reg_map +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x319a09d7 mt7615_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x3f22644f mt7615_led_set_blink +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x4afea8a5 mt7615_wait_for_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x573cb92c mt7615_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x5ea8b8ff mt7615_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x6da8ac4e mt7615_unregister_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x800fc136 mt7615_thermal_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x81012d91 mt7615_mac_enable_rtscts +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x8497d270 mt7615_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x86baee4b mt7615_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x9d718b44 mt7615_mac_set_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xa3497ae5 mt7615_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xab6e0368 mt7615_led_set_brightness +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xadb60aa8 __mt7663_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xc44c0b3d mt7615_tx_token_put +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xcb7e9b20 mt7615_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xcec63db3 mt7615_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xd8a8acfb mt7615_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xe7b9c5c2 mt7615_mcu_exit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xecfebec7 mt7615_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xee038221 mt7615_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xf2ad7152 mt7615_register_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xf7c0dc1c mt7615_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xf8918a75 mt7622_trigger_hif_int +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615e 0x549c780d mt7615_dma_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x1506ffca mt7663_usb_sdio_reg_map +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x1fe0a8a8 mt7663_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x48dfd152 mt7663_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x8c5cd46d mt7663_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xb3ac2511 mt7663_usb_sdio_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x07e9a307 mt76x0_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xa3d53a24 mt76x0_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xbe7c1a4e mt76x0_phy_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xd7fc5344 mt76x0_chip_onoff +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xe54159ea mt76x0_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xf4987a4f mt76x0_init_hardware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xf7842bc5 mt76x0_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x006a62ba mt76x02_edcca_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x039ccb27 mt76x02_get_efuse_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x05c3fc4c mt76x02_phy_set_rxpath +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x08a9e497 mt76x02_get_lna_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x08b83432 mt76x02_get_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0aa13534 mt76x02_eeprom_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0bb20373 mt76x02_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x13aad828 mt76x02_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x17d7ebfa mt76x02_mac_set_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x18aa9fab mt76x02_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x20fb9849 mt76x02_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x21e95764 mt76x02_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x256cc11c mt76x02_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2be92c06 mt76x02_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3a6e0b0a mt76x02_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4b68c2b7 mt76x02e_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4e05fdf8 mt76x02_dfs_init_params +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x50162944 mt76x02_mcu_function_select +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x52d9f824 mt76x02_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x587c9a63 mt76x02_resync_beacon_timer +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5bd84fd5 mt76x02_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x620407c3 mt76x02_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x659ab8e6 mt76x02_phy_set_bw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6603d319 mt76x02_init_agc_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6eb6d294 mt76x02_mac_cc_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x70da4f3d mt76x02_mac_reset_counters +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x71d3c948 mt76x02_dma_disable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x73b32b6f mt76x02_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x75ed87bb mt76x02_enqueue_buffered_bc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x75fef85d mt76x02_add_rate_power_offset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7a78accc mt76x02_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7cd07a2d mt76x02_mac_setaddr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x81459cf0 mt76x02_phy_set_txdac +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x893f901f mt76x02_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x89651286 mt76x02_set_ethtool_fwver +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8e64337e mt76x02_remove_hdr_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x902782a9 mt76x02_mcu_set_radio_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x91d5b9ee mt76x02_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x93c479bc mt76x02_limit_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9ae0248a mt76x02_phy_set_band +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9b5dcd31 mt76x02_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9c092893 mt76x02_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa046876c mt76x02_set_tx_ackto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa17e1712 mt76x02_config_mac_addr_list +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa2af0cf6 mt76x02_tx_set_txpwr_auto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa5a183f4 mt76x02_dma_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa8aa3c17 mt76x02_mcu_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xaa725c61 mt76x02_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xad5d3ba8 mt76x02_get_max_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xada85c0c mt76x02_set_coverage_class +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xaee8a7ef mt76x02_update_beacon_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb2909cc0 mt76x02_mac_shared_key_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbe0bf3dd mt76x02_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc2377a37 mt76x02_ext_pa_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc3c91e47 mt76x02_mcu_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc538ffbe mt76x02_phy_dfs_adjust_agc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xcdd1799e mt76x02_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd1cfa184 mt76x02_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd312cdf2 mt76x02_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd37abac8 mt76x02_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd5cd4776 mt76x02_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd5dadfc5 mt76x02_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd62b4905 mt76x02_eeprom_parse_hw_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xda8b7b98 mt76x02_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe0050d3d mt76x02_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe3916194 mt76x02_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xee560ce3 mt76x02_phy_adjust_vga_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xeed17fd3 mt76x02_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf227be22 mt76x02_sta_rate_tbl_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf8484455 mt76x02_mac_wcid_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfa139bef mt76x02_mcu_msg_send +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x063954e6 mt76x02u_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x479e6b05 mt76x02u_exit_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x586c7c73 mt76x02u_mcu_fw_send_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x6c33a156 mt76x02u_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x72abb67b mt76x02u_mcu_fw_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xb8120a7d mt76x02u_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xe849ed67 mt76x02u_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xef695afa mt76x02u_init_mcu +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x0934d74f mt76x2_mcu_load_cr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x1c9090bd mt76x2_mcu_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x28d91175 mt76x2_phy_tssi_compensate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x29987d1e mt76_write_mac_initvals +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x399fd8b4 mt76x2_get_power_info +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x3adcdb32 mt76x2_configure_tx_delay +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x3b46268c mt76x2_reset_wlan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x4d5bf627 mt76x2_get_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x502700fd mt76x2_mcu_tssi_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x590c14d6 mt76x2_phy_update_channel_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x616ab717 mt76x2_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x63616297 mt76x2_phy_set_txpower_regs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x7a46433b mt76x2_get_temp_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x8084b567 mt76x2_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x82850091 mt76x2_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x9d5849cc mt76x2_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xa1ac5b90 mt76x2_apply_gain_adj +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xb5a23a65 mt76x2_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xe15f3302 mt76x2_read_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xe7911d49 mt76x2_mcu_init_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x0c0c094f mt7921_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x1e75c2fc mt7921_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x1eabaf6d mt7921_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x206b2eb8 mt7921_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x28197c55 mt7921_mac_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x3399efdb mt7921_txwi_free +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x3a6cddac mt7921_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x3d3331df mt7921_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x51afc574 mt7921_mcu_fw_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x5f24d03f mt7921_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x71a2135a mt7921_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x77445b83 mt7921_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x79c68b04 mt7921_mcu_set_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x80ae199c mt7921_get_mac80211_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x8ac911e8 mt7921_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x91732043 __mt7921_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x926e1cfa mt7921_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x9a28aad1 mt7921_mac_sta_assoc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xa8dc37db mt7921_mcu_drv_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xb91633b2 mt7921_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xbaaa5aae mt7921_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xcb396a45 mt7921_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xf308de50 mt7921_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x31c5cba4 chip_allow_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x46ef62d1 host_wakeup_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x5218d2f7 wilc_netdev_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x5ea88a8f host_sleep_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x6d16f2da wilc_cfg80211_init +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x82ca2c49 chip_wakeup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xb1fc32f5 wilc_handle_isr +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x0cafb185 qtnf_wake_all_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x2d404623 qtnf_core_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x31fab83c qtnf_chipid_to_string +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x60acb41e qtnf_core_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x84aedf87 qtnf_classify_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x8aa335e0 qtnf_trans_handle_rx_ctl_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xa76d32fb qtnf_get_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x02c6720d rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1203e4b2 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1bb3f757 rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1c9480fe rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2a34c531 rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2e89fa96 rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3d30ded4 rt2800_txdone_nostatus +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x41de0f41 rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x421afea4 rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x49f509d7 rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4d0276fe rt2800_get_key_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5324aa42 rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x54d77ca3 rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x569dcf52 rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x68a7b08e rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6c5ed278 rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7058fb2b rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x70be9ea6 rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7556eaa1 rt2800_txstatus_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x829c171f rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x868b94ea rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x891e39d0 rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8dc68436 rt2800_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9bbe9838 rt2800_txstatus_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9c207c16 rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9d73c2b0 rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa2a5c4e0 rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa39a65b6 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa9bdf810 rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb349684a rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xbb70d8e8 rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc253acc7 rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc320e01a rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc4b235d6 rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc4ee47b1 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc7269ed2 rt2800_pre_reset_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xce68842c rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd34e42bb rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd79a777a rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd859092d rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd8d693fa rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd90e6956 rt2800_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe6b8675a rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xfe030761 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x27479fc7 rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x32ac3645 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3d741c87 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x42646dd6 rt2800mmio_get_dma_done +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5028bbb2 rt2800mmio_tbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5b4025e1 rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5fb0364a rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x6490d87b rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x8ea1b9c9 rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x97e3c029 rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x9f3c8921 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xb1e759a3 rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xb3749c05 rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xb63d03b2 rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xbd030196 rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xbf15197a rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xcd7d1abc rt2800mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xdcfc5633 rt2800mmio_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xdec00026 rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xf1db265f rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xfa9cd9d3 rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x04edfd22 rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x05c2f290 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0990ca20 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0a6d48a6 rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0fc377cc rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2396ea59 rt2x00mac_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x27b62153 rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2d217ab6 rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3472d559 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3a644e08 rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3b89331f rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3f63247b rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x46a8267c rt2x00lib_set_mac_address +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x46e72f18 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x52e13240 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x53b5a9bd rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5403bade rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x56e0812a rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x618561a6 rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6aa70502 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7a853001 rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x82901b1a rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x88429f73 rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa0c51f04 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa8096d54 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xaabd7ead rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xaf1b43a0 rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb1618932 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb18377bc rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb391bbcf rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xbbbd3db1 rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc3ffd71d rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc8fca954 rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xcce730a6 rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xccf80ef6 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd89ac2f9 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd938865e rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd9ce984f rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xdb9c2ab8 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xdec5a480 rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe046c6a2 rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe2450081 rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe32268de rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe5f90870 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xee6f7f2f rt2x00lib_txdone_nomatch +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf3270e59 rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xfa3777d2 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x48250e79 rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x68cc26f2 rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x81be1fef rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xc3d30ce1 rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xf0dde473 rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x0a20b9a4 rt2x00pci_pm_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xa2448d1e rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xf212dd95 rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x0a3fb50f rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x2b924404 rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x3f2e7e30 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x3ff33dfe rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x739872bf rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x84f3c868 rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x8bb12358 rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x96cc184b rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x9a813843 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xa180bd9c rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xbfab8016 rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xc2503793 rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xc5fefbda rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xccabe953 rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xe7ab92f7 rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xed549318 rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0b3dbd8d rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x514b0d58 dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5f3c6baf dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7f4f0106 dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x0538f68b rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x130580a5 rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x15cf9e96 rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x1be32a4b rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x1d047ea9 rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x2f538cc7 rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3ed81e5d rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3f5bf9c0 rtl8723_phy_calculate_bit_shift +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x53ac2d9c rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x829b1364 rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x844461e0 rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8501583e rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8baf8913 rtl8723_phy_set_sw_chnl_cmdarray +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8bb27d34 rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xa7979933 rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xac0a2d40 rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xbedae87f rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xcb73f798 rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xd0ad0e92 rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xd9305798 rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe1d848c3 rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe85350cc rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe977cef8 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xef1fe0a0 rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xef5ef38b rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xf5de4115 rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xff0d9170 rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0c58d7f5 rtl_lps_enter +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0fc8ece6 rtl_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1f799936 rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1fbbc6d6 rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x252a6989 rtl_get_hwinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2921a4d4 rtl_btc_status_false +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2b574537 rtl_tx_ackqueue +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2d32cdfc rtl_lps_change_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2e5382f9 rtl_fill_dummy +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x30dbfcf5 rtl_efuse_ops_init +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x31894e95 rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x329e860b rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4e94cd48 rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x519c31d4 rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5d4aa165 rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5e01c307 rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x61086208 rtl_set_tx_report +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x671570e2 read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6db3ba37 rtl_update_beacon_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8ae5907c rtl_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8b652c5e rtl_lps_leave +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x97e05663 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9b5d4a49 rtl_get_hal_edca_param +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa692287c rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb176568c rtl_tx_report_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc2fbd5a3 rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xcb76aeb1 rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd7cc1f66 rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe641a1e0 rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe8af217c rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xea01f4ff rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x0dd9ac08 rsi_hal_device_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x0f5c3ce9 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x53b81c2c rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x9a9005e8 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xcd173710 rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xd6fd31aa rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xf389547a rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x056e880c cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x4a44d10b cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x7f4cb7a5 cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xc81f0f34 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x4fcb3e83 wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xb4b2423a wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xdc8f9af0 wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x015f7075 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x06d3b27e wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0a4529b5 wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0af91663 wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1339da9f wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x15b687ce wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1b5ca336 wlcore_cmd_generic_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1d77a4f7 wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1e384401 wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20351125 wlcore_get_native_channel_type +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x24303c69 wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x25cf73ea wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x279cac5e wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2913133a wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2d374008 wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x32d7fdcb wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3453b756 wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x35bf1e10 wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3657b801 wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x44a1ff22 wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x571f179b wlcore_event_fw_logger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5b5e2f06 wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5fe7e67b wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6552d99e wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x66aa894b wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7ba7cf05 wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x85498cd1 wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x85eb3428 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8b55b932 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8ed2fe62 wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9097f254 wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9250b373 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9b5fa781 wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9c31d3b3 wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9d5d2952 wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa2e33985 wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa36e59bf wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbbeafcf5 wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbeb6c4dc wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc1549f17 wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc32976ca wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc8d99b4f wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd54b7463 wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe069c78c wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xee1e5b92 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf5c4b5be wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x3d9bbf75 wwan_port_txon +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x4dff61e5 wwan_port_txoff +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x526bcf2a wwan_port_get_drvdata +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x5f49c36c wwan_create_port +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x81449d6b wwan_unregister_ops +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x8226a408 wwan_port_rx +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x924e35eb wwan_register_ops +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xb74c31cd wwan_remove_port +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xeb7554d8 wwan_get_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xf4367c4b wwan_put_debugfs_dir +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x3cc3aeda nfc_mei_phy_alloc +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x7e52e0aa mei_phy_ops +EXPORT_SYMBOL_GPL drivers/nfc/mei_phy 0x7e7ed9a2 nfc_mei_phy_free +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x171f7a95 nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x35db59ff nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xa82dc99c nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xdcfadf39 nfcmrvl_parse_dt +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x2b6d00ae pn53x_common_init +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x425f4c26 pn533_finalize_setup +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x4a2a5609 pn532_i2c_nfc_alloc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x5622ae97 pn53x_unregister_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x7605ffcd pn533_rx_frame_is_cmd_response +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xc5e87d40 pn53x_register_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xdecfd339 pn533_rx_frame_is_ack +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xf5229a31 pn53x_common_clean +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x4dad512d st_nci_hci_cmd_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x60495a47 st_nci_probe +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x69ba7d93 st_nci_hci_load_session +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x6ab3eafa st_nci_hci_event_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x70595152 st_nci_disable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xa81025f9 st_nci_enable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xbb9abbcb st_nci_discover_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xcf9d23bc st_nci_remove +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x2868c68d st95hf_spi_send +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x4efd1bda st95hf_spi_recv_echo_res +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x67cbe6be st95hf_spi_recv_response +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x0862001f ntb_transport_tx_free_entry +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x30934216 ntb_transport_max_size +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x32537aca ntb_transport_link_query +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x3d54dbfc ntb_transport_tx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x436098aa ntb_transport_link_down +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x69e0f3ba ntb_transport_unregister_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x71b12902 ntb_transport_register_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x7905583f ntb_transport_create_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x82e6c13d ntb_transport_qp_num +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x9c992c8f ntb_transport_link_up +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xc270dc24 ntb_transport_free_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xc37d9036 ntb_transport_rx_remove +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xd40e7a02 ntb_transport_rx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xf55d6313 ntb_transport_register_client_dev +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xf9eb813f ntb_transport_unregister_client_dev +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0x02477d9e virtio_pmem_host_ack +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0x8ff01fda async_pmem_flush +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x01850555 nvme_auth_generate_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x0790d51d nvme_auth_gen_shared_secret +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x1d3b270f nvme_auth_transform_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x22e5d1de nvme_auth_augmented_challenge +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x399d9ac8 nvme_auth_hmac_hash_len +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x51873876 nvme_auth_get_seqnum +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x674c5bc1 nvme_auth_hmac_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x6adadbb4 nvme_auth_free_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x6e91ee1b nvme_auth_digest_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x71b3bf9c nvme_auth_gen_privkey +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x780989d1 nvme_auth_dhgroup_id +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x9070925e nvme_auth_extract_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xaccfa3be nvme_auth_gen_pubkey +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xc9bb48ac nvme_auth_dhgroup_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xcb39603c nvme_auth_hmac_id +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xf0ccf2d4 nvme_auth_dhgroup_kpp +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x027a8203 nvme_cancel_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x076d34dd nvme_host_path_error +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x092f74ca nvme_unquiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1166edaa nvme_cleanup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x11e64d12 nvme_wait_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x12083521 nvme_delete_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1ad35f03 __traceiter_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x25dc5c3a nvme_reset_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x36b17011 nvme_init_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x36f50e5c nvme_wait_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x39785363 nvme_complete_batch_req +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3bf2393a __SCT__tp_func_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x437bf387 nvme_auth_wait +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x43dee9d2 nvme_unquiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x49224181 nvme_reset_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4c4ce3bd __nvme_check_ready +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x5f724d03 nvme_change_ctrl_state +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x61fc7a5d nvme_auth_free +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x62f356ba nvme_wait_freeze_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x64b62862 nvme_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6b30c947 nvme_remove_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6d43127e nvme_set_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x813cf212 nvme_io_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x81424af4 nvme_quiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x84aa1780 nvme_complete_async_event +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8582d2a5 nvme_remove_namespaces +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x866fb654 nvme_set_queue_count +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8c7fbc7f nvme_try_sched_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x93f543cc nvme_setup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x947ae3c6 nvme_auth_stop +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x97166f61 nvme_mark_namespaces_dead +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9d2d3325 nvme_stop_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9faf0f7e nvme_start_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9fd18f05 nvme_alloc_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa1ac735f nvme_complete_rq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa680b021 __tracepoint_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xab99953a nvme_sync_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xae323479 nvme_enable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb2e58f8d nvme_stop_keep_alive +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb9aac6c9 nvme_mpath_start_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc0cf5b84 nvme_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc37a6769 nvme_quiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc3f5d4a7 nvme_init_ctrl_finish +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc9e5b56e nvme_disable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xcdfe86da nvme_remove_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xce0db327 nvme_auth_negotiate +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xceb1ba08 nvme_cancel_admin_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd45434ee admin_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd58bbbcb nvme_delete_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe2137737 nvme_unfreeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe30371d5 nvme_uninit_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe42e04c0 nvme_auth_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe727670d nvme_start_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xedea73c0 nvme_cancel_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xefd4e9a0 nvme_fail_nonready_command +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf0e6c403 nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf1610bb1 nvme_sync_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf41c81c1 nvme_get_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf450cb21 __SCK__tp_func_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf9579bbb nvme_alloc_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xfb99ea80 nvme_dev_attrs_group +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xfbce56be __nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x191a376d nvmf_map_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x1e328d22 nvmf_set_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x1ea60e5b nvmf_should_reconnect +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x4269fef5 nvmf_connect_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x498b59e9 nvmf_reg_read64 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x4f4119a0 nvmf_reg_read32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x741f47f3 nvmf_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x97666d32 nvmf_get_address +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xb889d0f4 nvmf_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xc02f3b16 nvmf_reg_write32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xdd8af66e nvmf_free_options +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xf79204c8 nvmf_connect_io_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xf7ab0715 nvmf_ip_options_match +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x0d12e564 nvme_fc_register_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x19f7305f nvme_fc_register_localport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3884f8b8 nvme_fc_unregister_localport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3e33ac54 nvme_fc_rescan_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x8a9cf5a7 nvme_fc_set_remoteport_devloss +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xbb0e18a6 nvme_fc_rcv_ls_req +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xcc8a2d78 nvme_fc_io_getuuid +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xfca9dc99 nvme_fc_unregister_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x155a89d4 nvmet_req_complete +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x21881fad nvmet_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x29d54c29 nvmet_sq_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3e0ef07a nvmet_wq +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x545a112a nvmet_check_transfer_len +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x84e8a1cd nvmet_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x8948ceba nvmet_sq_destroy +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x9668b20b nvmet_req_uninit +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x9d2a2efd nvmet_req_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xcc714892 nvmet_req_alloc_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xd05ae85c nvmet_req_free_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xe3258e86 nvmet_ctrl_fatal_error +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x0b98123d nvmet_fc_rcv_ls_req +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x4a013682 nvmet_fc_invalidate_host +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x6ff62dab nvmet_fc_rcv_fcp_abort +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x7bfa9497 nvmet_fc_rcv_fcp_req +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x900e9a59 nvmet_fc_register_targetport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x9ef76d99 nvmet_fc_unregister_targetport +EXPORT_SYMBOL_GPL drivers/pci/controller/pci-hyperv-intf 0x1591b2c6 hyperv_read_cfg_blk +EXPORT_SYMBOL_GPL drivers/pci/controller/pci-hyperv-intf 0x221394ae hyperv_reg_block_invalidate +EXPORT_SYMBOL_GPL drivers/pci/controller/pci-hyperv-intf 0xe5f73406 hyperv_write_cfg_blk +EXPORT_SYMBOL_GPL drivers/pci/controller/pci-hyperv-intf 0xfb921e00 hvpci_block_ops +EXPORT_SYMBOL_GPL drivers/pci/switch/switchtec 0xe2506c8a switchtec_class +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x1a5be006 mcp23x08_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x25982644 mcp23s08_probe_one +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x2a2044e9 mcp23x17_regmap +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0x85136fbe cros_ec_sensorhub_unregister_push_data +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0xf3c9bd61 cros_ec_sensorhub_register_push_data +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros_usbpd_notify 0x6b1be500 cros_usbpd_unregister_notify +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros_usbpd_notify 0x8bda2df3 cros_usbpd_register_notify +EXPORT_SYMBOL_GPL drivers/platform/chrome/wilco_ec/wilco_ec 0x112134ec wilco_ec_set_property +EXPORT_SYMBOL_GPL drivers/platform/chrome/wilco_ec/wilco_ec 0x24eef51f wilco_ec_get_byte_property +EXPORT_SYMBOL_GPL drivers/platform/chrome/wilco_ec/wilco_ec 0x3f8560da wilco_ec_mailbox +EXPORT_SYMBOL_GPL drivers/platform/chrome/wilco_ec/wilco_ec 0x75bf4d33 wilco_ec_get_property +EXPORT_SYMBOL_GPL drivers/platform/chrome/wilco_ec/wilco_ec 0x8b8ae425 wilco_ec_set_byte_property +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x0611fb1c ssam_request_write_data +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x068c54d3 ssam_request_do_sync +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x127cf767 ssam_controller_get +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x1876ec13 __ssam_notifier_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x18b0e6bf ssh_packet_get +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x1910abf8 ssam_get_controller +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x1b48441f ssam_client_link +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x2cd57f2f ssam_client_bind +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x390ae47d ssam_controller_put +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x3d1f2542 ssam_controller_statelock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x3d4bb448 ssam_device_get_match +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x3fcee2d3 ssam_request_sync_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x41dd8c42 ssh_packet_put +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x4d6d29e8 ssam_request_sync_submit +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x64935138 ssam_device_add +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x6d3ef375 ssam_request_sync_init +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x73db64db ssam_device_remove +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x7523b3fe ssam_remove_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x866f7503 ssam_device_driver_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x87d68e45 ssam_request_sync_free +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x9c687096 ssam_request_do_sync_with_buffer +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xaa842894 ssam_controller_event_disable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xb9bee181 __ssam_register_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc2bd582d ssam_device_id_match +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc66f30a1 ssam_bus_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xd1f1b9a5 ssam_device_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xd33415b2 ssam_controller_stateunlock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xd7610e9b ssam_device_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xdb68bdea ssam_notifier_register +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xdb8e3518 ssam_controller_device +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xeb330946 ssam_controller_event_enable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xf7a38283 __ssam_device_driver_register +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xf869cf8e ssam_device_get_match_data +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0x0a4c0ee9 san_client_link +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0x48cf4c48 san_dgpu_notifier_register +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0xd60bd773 san_dgpu_notifier_unregister +EXPORT_SYMBOL_GPL drivers/platform/x86/amd/amd_hsmp 0xdfd927ba hsmp_send_message +EXPORT_SYMBOL_GPL drivers/platform/x86/asus-wmi 0x1f255231 asus_wmi_register_driver +EXPORT_SYMBOL_GPL drivers/platform/x86/asus-wmi 0x57c46ceb asus_wmi_evaluate_method +EXPORT_SYMBOL_GPL drivers/platform/x86/asus-wmi 0xb26b9db4 asus_wmi_unregister_driver +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dcdbas 0xd9146b52 dcdbas_smi_free +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dcdbas 0xf1a06655 dcdbas_smi_alloc +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-rbtn 0x51552fca dell_rbtn_notifier_unregister +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-rbtn 0xa060fe7d dell_rbtn_notifier_register +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0x1b0b3141 dell_laptop_register_notifier +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0x45170471 dell_smbios_call +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0x7fd2ce06 dell_smbios_find_token +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0xa30ff149 dell_smbios_call_filter +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0xb9400dbf dell_laptop_call_notifier +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0xc2871e79 dell_smbios_error +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0xcff72222 dell_smbios_register_device +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0xd6c6b12d dell_laptop_unregister_notifier +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-smbios 0xf35f74b4 dell_smbios_unregister_device +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-wmi 0x9d4b709e dell_privacy_has_mic_mute +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-wmi-descriptor 0x8eef8246 dell_wmi_get_hotfix +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-wmi-descriptor 0x9559234e dell_wmi_get_interface_version +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-wmi-descriptor 0xa167d064 dell_wmi_get_size +EXPORT_SYMBOL_GPL drivers/platform/x86/dell/dell-wmi-descriptor 0xa3dcfa65 dell_wmi_get_descriptor_valid +EXPORT_SYMBOL_GPL drivers/platform/x86/firmware_attributes_class 0x2a04c302 fw_attributes_class_get +EXPORT_SYMBOL_GPL drivers/platform/x86/firmware_attributes_class 0xe609be46 fw_attributes_class_put +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/intel_punit_ipc 0x8ee9455e intel_punit_ipc_command +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/speed_select_if/isst_if_common 0x06f7821f isst_if_mbox_cmd_set_req +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/speed_select_if/isst_if_common 0x0bb2e684 isst_if_get_pci_dev +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/speed_select_if/isst_if_common 0x5326e139 isst_if_cdev_register +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/speed_select_if/isst_if_common 0x58a8261f isst_if_mbox_cmd_invalid +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/speed_select_if/isst_if_common 0x861369f8 isst_resume_common +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/speed_select_if/isst_if_common 0x9a5c38f2 isst_store_cmd +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/speed_select_if/isst_if_common 0xe18f42a5 isst_if_cdev_unregister +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x1c7565c2 telemetry_read_events +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x35db93a6 telemetry_get_trace_verbosity +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x5847f501 telemetry_clear_pltdata +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x5bb8e91a telemetry_raw_read_eventlog +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x665cd407 telemetry_read_eventlog +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x6b892524 telemetry_set_sampling_period +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x82bb2dbe telemetry_get_evtname +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x90551504 telemetry_add_events +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0x9deec96c telemetry_set_pltdata +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0xb75bd1e6 telemetry_raw_read_events +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0xbb9a2726 telemetry_reset_events +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0xd14ffffc telemetry_update_events +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0xe1eb4be1 telemetry_set_trace_verbosity +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0xe8847f53 telemetry_get_sampling_period +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0xf00771b0 telemetry_get_eventconfig +EXPORT_SYMBOL_GPL drivers/platform/x86/intel/telemetry/intel_telemetry_core 0xf9d5ad60 telemetry_get_pltdata +EXPORT_SYMBOL_GPL drivers/platform/x86/intel_ips 0x46809fa9 ips_link_to_i915_driver +EXPORT_SYMBOL_GPL drivers/platform/x86/mxm-wmi 0x232b5238 mxm_wmi_supported +EXPORT_SYMBOL_GPL drivers/platform/x86/mxm-wmi 0x61cdf799 mxm_wmi_call_mxds +EXPORT_SYMBOL_GPL drivers/platform/x86/mxm-wmi 0xe26032eb mxm_wmi_call_mxmx +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x065b4695 wmi_get_acpi_device_uid +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x0fa6c150 set_required_buffer_size +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x17b0f8ca wmi_get_event_data +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x49e7001f wmidev_instance_count +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x6068bedf wmi_evaluate_method +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x69f3c02d wmidev_block_query +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0x76ae31fd wmi_remove_notify_handler +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xaba842fe wmi_query_block +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xc9d4d6d1 wmi_has_guid +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xca3cd99f wmidev_evaluate_method +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xd5bf6c16 wmi_instance_count +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xd7752b86 wmi_set_block +EXPORT_SYMBOL_GPL drivers/platform/x86/wmi 0xf18bdd75 wmi_install_notify_handler +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x78755e38 bq27xxx_battery_setup +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x8aeef0da bq27xxx_battery_teardown +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0xd8afc9ae bq27xxx_battery_update +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x4bd4167a pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x6c822ac5 pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0xea270e05 pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/powercap/intel_rapl_common 0x00ce2cf2 rapl_add_package +EXPORT_SYMBOL_GPL drivers/powercap/intel_rapl_common 0x3468ae16 rapl_find_package_domain +EXPORT_SYMBOL_GPL drivers/powercap/intel_rapl_common 0x34a8d8ca rapl_remove_package +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xb40cb866 mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xc8a43aa0 mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xe32cbe82 mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x4c19bdbd wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x696715fd wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x79ac5969 wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xe3cd12db wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xecc84ab4 wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xf9d7134b wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0xfd7b8730 wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0x149236da qcom_glink_native_remove +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xf14f5684 qcom_glink_ssr_notify +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xf1e574c1 qcom_glink_native_probe +EXPORT_SYMBOL_GPL drivers/rtc/rtc-ds1685 0x4bb61372 ds1685_rtc_poweroff +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x002f65cc cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x01a6ca4d cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x10517a5f cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x16fcc079 cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1d583297 cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x237407e8 cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x25c30454 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x27d826f5 cxgbi_ddp_ppm_setup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x29f61313 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x40c41d8e cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x427c821e cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4830e980 cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x48792b07 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4e0947a3 cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5611a161 cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x59ae6eae cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5c1263e6 cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5fd16f98 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x795d38aa cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7d6d5830 cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x81bf1b16 cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8319f739 cxgbi_ddp_set_one_ppod +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9081034b cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x91be0af0 cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x97ecbbaf cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa12582e6 cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa42e964b cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbc8277be cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbcacd22e cxgbi_device_find_by_netdev_rcu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc1cb5f30 cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc41dab38 cxgbi_device_find_by_netdev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc77bbb87 cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc7b61a88 cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc99bb4a4 cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc9b93b7d cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd0fa75d3 cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd399a235 cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd3fc1f3b cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdca36eb3 cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe84924ee cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xed5b64e8 cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xeee01d8a cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef99fdc8 cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf7b1ba2b cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfee6ad1c cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x04c3d4a4 fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0a9ad965 fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x259c15f2 __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x3f062c08 fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x6066e22a fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x6d94023f fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x73ffdd38 fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x91c98b3a fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x95daa8ff fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xa008cb42 fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb217c35c fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbac58840 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc3f30cc0 fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc979ee12 fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xd008e8b9 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xd0dc1f47 fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xd54c8e14 fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf167cb7a fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf8d3cd81 fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0x50e9113f fdomain_destroy +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0xd94c00ec fdomain_create +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x25c67934 iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x7828f9db iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x8280ad0f iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xbe6b7e85 iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xddfc8248 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xe929bddc iscsi_boot_create_acpitbl +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xf1f915a4 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/libfc/libfc 0x5b5d4b09 fc_seq_els_rsp_send +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0209dfb7 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x082e7bfb iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x103e3ed4 iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x11482163 iscsi_conn_queue_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1d74367d iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1fc5f3ba iscsi_conn_queue_recv +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x29ec73c0 iscsi_session_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2e50ecf1 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2e890419 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x33dddd04 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x37f59c0d iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3aad8222 iscsi_conn_unbind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bd64fce iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4343deb4 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x43afdaf0 iscsi_eh_cmd_timed_out +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x45314eb6 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4f95e6a2 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5d0c01ea iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5d9f1ac6 iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x68eb9db2 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x74ecfe72 iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x77712333 iscsi_suspend_rx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x80f8b14f iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x822e1efb iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x89c2148c iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8b4c96be iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8b8f67b9 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d1bad11 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x94ae55c7 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9d8d016c __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa2b2e1fb iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa6439d60 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa8eb5b4d __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb82263ad iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbfe84824 iscsi_host_get_max_scsi_cmds +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc2dc4b53 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcd98366b iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcffd14ab iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd35e5cbd iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd7f04154 iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd9e87bac iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdf980e96 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe2ba672e iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe3a2fff2 iscsi_session_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeab9cbd5 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf20b2cfe iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf3c7827d iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf553a4f9 iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfe3df0fd iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x05317a49 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4325321d iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4da2ee8c iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x566a2075 iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5a67006d iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x683d0243 iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x76ad0d3e iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x846291e5 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x913eefc8 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x97ac44ee iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x9e17f3c7 iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x9f2b362c iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x9fd13aab iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb88bcc03 iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xba29e1e8 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xba556d81 iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd59f3548 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0683cc78 sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x07c62a35 sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x16ef9bd3 sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x177328d4 sas_query_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1942639b sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x229ee5ad sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x27cbaaa4 sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x29734747 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x33f5af26 sas_eh_target_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x37a91e75 sas_clear_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x405f5e1b sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4bdd4a10 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4c591ec0 sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x63508500 sas_abort_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x657d482a sas_lu_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x65b70fda sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x65e72507 dev_attr_phy_event_threshold +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6c9c1ef4 sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6d3fa15f sas_abort_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7116953d sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7c5b6139 sas_execute_internal_abort_dev +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8b456a5d sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x95b8d002 sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x995f6a8c sas_find_attached_phy_id +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9a28bc0a sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9e1db683 sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9e23863b sas_notify_port_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9e801842 sas_execute_internal_abort_single +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb2be283b sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc59bf2ca sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xcc6c1842 sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd3f59fc5 sas_execute_ata_cmd +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe7c14756 sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf15aa5ee smp_ata_check_ready_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf6aa26ef sas_ata_device_link_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfc3adb96 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_fc 0xf3dc0e09 fc_eh_should_retry_cmd +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x04bdf21e iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0ab124fa __SCK__tp_func_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0d786cf9 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0e423fc6 __SCK__tp_func_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1032e29a __tracepoint_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x11aa67ec iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x13bfe94c iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1543d3dd iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x15dc8bab __SCT__tp_func_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x165ee481 iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x19f29f26 __tracepoint_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2ad564b8 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2b9becf0 __SCK__tp_func_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x308a14c4 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x34ab505f iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3bbf7af0 iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3f0de131 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x44b8c26c iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x481fa825 __traceiter_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4c75c352 iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4d9b14ce iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x52575134 __SCT__tp_func_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x545a7db8 __SCK__tp_func_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x569e921c iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5b14293d iscsi_get_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x603da9a0 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6229c79b iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6908917f __traceiter_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x719b0622 iscsi_add_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7220a4f1 iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7289f1e4 __tracepoint_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x757ad64a iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7a7db25a iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x807cfe36 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x80965e05 iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84dd9f61 iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x893a3823 __traceiter_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x936b421f iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x95008dbf iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9e5ecd85 iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9e69ff41 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9f05a570 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa8c4b5e1 __SCT__tp_func_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaa2ac124 iscsi_dbg_trace +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xac5f3935 __traceiter_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaf8456ae __tracepoint_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb092e58a iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb7afa06f iscsi_alloc_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbf5718e7 __SCK__tp_func_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcb6e77f5 iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcc075658 iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xccea82eb iscsi_put_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcd7c34de __traceiter_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdf515c49 __SCT__tp_func_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe0b596b5 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe53802b8 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe76dc2a8 iscsi_put_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe78fd3a7 iscsi_remove_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xeaea2933 iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf45cd27a iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf7e749fb __SCT__tp_func_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfc9f37e4 __tracepoint_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfea63d8f iscsi_force_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x1229676b sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xc96042ae sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xd93e9429 sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xe92252e6 sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x0ef06974 spi_populate_ppr_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x742044dc spi_populate_tag_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xa0c71dac spi_populate_sync_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xcffa2aff spi_populate_width_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x1902178a srp_tmo_valid +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x4751e3f9 srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x5b3b44ea srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x691fbfc3 srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x836c63de srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xa5363123 srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xece2b938 srp_release_transport +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x0ea8a844 siox_device_connected +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x2c210162 siox_master_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x617f80d3 siox_master_unregister +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x89279132 siox_master_alloc +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x8a57ae5d __siox_driver_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xb1342bb0 siox_device_synced +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x01db2624 slim_writeb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x09212007 slim_device_report_present +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x26f1db90 slim_stream_enable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x292a987b slim_get_logical_addr +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x3af056ef slim_register_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x42126b42 slim_stream_disable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x45f0d870 slim_stream_unprepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x478bc96f slim_free_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x4eccc695 slim_ctrl_clk_pause +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x6421e2f3 slim_write +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x644c96df slim_xfer_msg +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x64d84db4 slim_readb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x73d66c6e slim_stream_free +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x87ce7150 slim_driver_unregister +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x9213a98c slim_unregister_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x947d7957 slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x96d01461 slim_stream_prepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xaa58bedb slim_do_transfer +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xae9df597 slim_msg_response +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xbd45e967 slim_stream_allocate +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xd11740ee of_slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xd50d62a2 slim_read +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xd8197e69 slim_report_absent +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xd910938e slim_alloc_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xeaa58c6a __slim_driver_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf57da7f4 slimbus_bus +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xac990e55 sdw_unregister_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xbfaf8e39 __sdw_register_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xf66d48b1 sdw_bus_type +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-cadence 0x33cf082e sdw_cdns_debugfs_init +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0x1c54c0ed altera_spi_init_host +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0xb9edd149 altera_spi_irq +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x8388a22d spi_bitbang_init +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x8effb214 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x9817a914 spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xbee631ee spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xce92161b spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xef31b1f1 spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-intel 0x324b05c4 intel_spi_probe +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x3865807e spi_test_execute_msg +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x4d738513 spi_test_run_test +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0xb2cc3904 spi_test_run_tests +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x11123abb spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x21c58ce8 spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x27264b06 spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x301f85e6 __spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x36f2d70c spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x41b6d93a spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x4913b7ec spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x50ce72d0 spmi_device_from_of +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x527fbbc9 spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x67a20812 spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x8c38c499 spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x8d08f55b spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x9b4ff2f9 spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x9c17a033 spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xc90e3cdb spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xdeaf8bd2 spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xdf4ddec3 spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xe2876254 spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xeb1d9bf3 spmi_device_remove +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x78a9d561 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x67cdeb0b fieldbus_dev_online_changed +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xf60c1725 fieldbus_dev_area_updated +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xf7028a57 fieldbus_dev_register +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xf98146af fieldbus_dev_unregister +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x455ddfe8 gb_audio_apbridgea_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x56bf849b gb_audio_apbridgea_register_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x8c992eb3 gb_audio_apbridgea_start_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x8d99577e gb_audio_apbridgea_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x9d1bbc4a gb_audio_apbridgea_stop_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xaa5a71e4 gb_audio_apbridgea_stop_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xc870256f gb_audio_apbridgea_shutdown_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xc90ef51e gb_audio_apbridgea_set_config +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xdbbe144f gb_audio_apbridgea_start_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xdf40c2e0 gb_audio_apbridgea_prepare_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xe20441f1 gb_audio_apbridgea_unregister_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xe8010f4e gb_audio_apbridgea_prepare_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xff31e8c1 gb_audio_apbridgea_shutdown_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x1249cac4 gb_audio_gb_set_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x37d69269 gb_audio_gb_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x3efe2f65 gb_audio_gb_deactivate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x42062111 gb_audio_gb_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x617e91e9 gb_audio_gb_activate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x621b4fb4 gb_audio_gb_set_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x7f4a0daa gb_audio_gb_enable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x98cd15d9 gb_audio_gb_disable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x9e71c0ea gb_audio_gb_activate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xb1ab6c6d gb_audio_gb_get_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xc1f17e66 gb_audio_gb_deactivate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xd2c8c3e7 gb_audio_gb_get_topology +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xd8f36483 gb_audio_gb_get_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x19e9e6b1 gb_audio_manager_remove_all +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x32e6391e gb_audio_manager_remove +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x5a108b0f gb_audio_manager_add +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x79eef2f8 gb_audio_manager_dump_all +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0xa24924a8 gb_audio_manager_get_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0xaeac8ca2 gb_audio_manager_dump_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0xfeb265dd gb_audio_manager_put_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0x9cd5965c gb_gbphy_deregister_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0xe1635ce1 gb_gbphy_register_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0x2915a278 gb_spilib_master_init +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0xa86cf464 gb_spilib_master_exit +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0xb3fcf94d adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/media/av7110/sp8870 0xc8c209df sp8870_attach +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x07f16770 target_submit +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x12d68918 target_queue_submission +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x2b9b3376 target_stop_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x3310e6aa target_submit_prep +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x5d24150b target_free_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x5fcac852 target_init_cmd +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xb4489234 target_wait_for_cmds +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xc65e34a6 target_alloc_cmd_counter +EXPORT_SYMBOL_GPL drivers/tee/tee 0x0823b2b8 tee_client_open_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0x158ed29f tee_client_open_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x1aded557 tee_client_close_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0x22a3481d tee_shm_free +EXPORT_SYMBOL_GPL drivers/tee/tee 0x2e29b0e7 teedev_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x2fa713e5 tee_client_invoke_func +EXPORT_SYMBOL_GPL drivers/tee/tee 0x35f8e0b4 tee_client_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x390015df tee_shm_alloc_priv_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0x3b83009c tee_device_unregister +EXPORT_SYMBOL_GPL drivers/tee/tee 0x3e4a93a2 tee_device_register +EXPORT_SYMBOL_GPL drivers/tee/tee 0x46ddec4f tee_shm_get_pa +EXPORT_SYMBOL_GPL drivers/tee/tee 0x60457399 tee_shm_pool_alloc_res_mem +EXPORT_SYMBOL_GPL drivers/tee/tee 0x73867550 tee_shm_get_va +EXPORT_SYMBOL_GPL drivers/tee/tee 0x823813f3 tee_client_get_version +EXPORT_SYMBOL_GPL drivers/tee/tee 0x85fd9922 tee_session_calc_client_uuid +EXPORT_SYMBOL_GPL drivers/tee/tee 0x9537f53b teedev_open +EXPORT_SYMBOL_GPL drivers/tee/tee 0x99ae76ff tee_get_drvdata +EXPORT_SYMBOL_GPL drivers/tee/tee 0xb0ceccf9 tee_device_alloc +EXPORT_SYMBOL_GPL drivers/tee/tee 0xc48e8bfb tee_shm_register_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0xcff9b188 tee_shm_alloc_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0xd0ea52e8 tee_shm_get_from_id +EXPORT_SYMBOL_GPL drivers/tee/tee 0xd5967c17 tee_bus_type +EXPORT_SYMBOL_GPL drivers/tee/tee 0xf8020dd1 tee_shm_put +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/int340x_thermal_zone 0x47cfe155 int340x_thermal_zone_add +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/int340x_thermal_zone 0x57afc903 int340x_thermal_update_trips +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/int340x_thermal_zone 0x5f358781 int340x_thermal_zone_remove +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0x03016ad9 proc_thermal_suspend +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0x0f9bcc30 proc_thermal_remove +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0x18e5cd21 proc_thermal_add +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0x52384cab proc_thermal_mmio_remove +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0x87b801f7 proc_thermal_mmio_add +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_device 0xd340b274 proc_thermal_resume +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_mbox 0xd8f5235d proc_thermal_mbox_remove +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_mbox 0xff81fb9c proc_thermal_mbox_add +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_rapl 0x098e82d4 proc_thermal_rapl_remove +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_rapl 0xc1e8fd09 proc_thermal_rapl_add +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_rfim 0x1678674d proc_thermal_rfim_remove +EXPORT_SYMBOL_GPL drivers/thermal/intel/int340x_thermal/processor_thermal_rfim 0x9d766912 proc_thermal_rfim_add +EXPORT_SYMBOL_GPL drivers/thermal/intel/intel_soc_dts_iosf 0x092e35f7 intel_soc_dts_iosf_add_read_only_critical_trip +EXPORT_SYMBOL_GPL drivers/thermal/intel/intel_soc_dts_iosf 0x376c244a intel_soc_dts_iosf_interrupt_handler +EXPORT_SYMBOL_GPL drivers/thermal/intel/intel_soc_dts_iosf 0xa17fea80 intel_soc_dts_iosf_init +EXPORT_SYMBOL_GPL drivers/thermal/intel/intel_soc_dts_iosf 0xd999cae7 intel_soc_dts_iosf_exit +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x01d23ee1 tb_property_create_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x092ce35a tb_ring_stop +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x0a8fa4d5 tb_xdomain_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x14250a0d tb_xdomain_lane_bonding_enable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x18fe17e8 __tb_ring_enqueue +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x22beff8d tb_ring_start +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x2e0a627f tb_xdomain_find_by_uuid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x30411ab2 tb_ring_alloc_rx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x393b4f2f tb_property_free_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x3aa5d2eb tb_xdomain_release_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x40826dc7 tb_xdomain_find_by_route +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x43cd56f8 tb_ring_poll_complete +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x459df241 tb_xdomain_enable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4e5064a7 tb_property_find +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4e64bdfd tb_register_protocol_handler +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x51bc6a69 tb_xdomain_release_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x573f5641 tb_ring_poll +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x5e6a2413 tb_register_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x603249ed tb_unregister_property_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x644c4545 tb_xdomain_disable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x658e3d97 tb_property_add_immediate +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x6acc2e67 tb_xdomain_request +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x73ad2acb tb_property_get_next +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x785eb82c tb_property_remove +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8a292303 tb_xdomain_alloc_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8b62f95e tb_property_add_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x9719cfe4 tb_xdomain_alloc_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa3d2b403 tb_property_add_data +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb51a2286 tb_ring_free +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb5d9ef4b tb_xdomain_lane_bonding_disable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb7c7cdce tb_property_add_text +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xc487fbfd tb_xdomain_response +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xde931661 tb_unregister_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xe4d04ee0 tb_service_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf1cfd1ff tb_register_property_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf691bd6e tb_ring_alloc_tx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf76028c7 tb_unregister_protocol_handler +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x020757ec ufshcd_hold +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x0505824f ufshcd_uic_change_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x08d65a5d ufshcd_resume_complete +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x17b77691 ufshcd_system_restore +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x2421ca5e ufshcd_hba_enable +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x28ddfe42 ufshcd_clkgate_delay_set +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x2fed3502 ufshcd_hba_stop +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x32576160 ufshcd_system_freeze +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x34dae21c ufshcd_release +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x3cfb4d46 ufshcd_mcq_write_cqis +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x4ecc65b1 ufshcd_fixup_dev_quirks +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x5e0515d4 ufshcd_get_vreg +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x63425be3 ufshcd_dme_configure_adapt +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x723b1abf ufshcd_delay_us +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x73b9d5e4 ufshcd_link_recovery +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x7e5b7162 ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x7f49982d ufshcd_dealloc_host +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x7fef2403 ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x8222f34a __ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x85ca3392 ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x8c24d63f ufshcd_mcq_poll_cqe_lock +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x9e7e0a96 ufshcd_uic_hibern8_exit +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xa4598e8b ufshcd_update_evt_hist +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xa82d995d ufshcd_auto_hibern8_update +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xb6890b92 ufshcd_system_thaw +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xcb90be73 ufshcd_uic_hibern8_enter +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xcdf792cc ufshcd_config_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xd7c64619 ufshcd_dump_regs +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xd8c526f0 ufshcd_init +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xdfdff12c ufshcd_remove +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xe6c2cab6 ufshcd_mcq_config_esi +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xe71174d5 ufshcd_mcq_enable_esi +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xf712a184 ufshcd_make_hba_operational +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x1c2dec12 ufshcd_pltfrm_init +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x54c946de ufshcd_init_pwr_dev_param +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x64f3a393 ufshcd_populate_vreg +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x7a0460ff ufshcd_get_pwr_dev_param +EXPORT_SYMBOL_GPL drivers/uio/uio 0x0b9bdeec uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xbf6e6b62 uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0xc0f118f5 __uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xe247f28a __devm_uio_register_device +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x4c693f54 usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xb4b5a4fa usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x13f96630 cdns_drd_gadget_on +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x32862708 cdns_remove +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x4923b0ed cdns_init +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x4deac80a cdns_drd_gadget_off +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x5feb58d9 cdns_clear_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x8f06ee8e cdns_resume +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x9e630d76 cdns_set_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xdfe69ffe cdns_set_active +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xebec91de cdns_power_is_lost +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xfd0fe82e cdns_suspend +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x277c8be7 ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xb83f39e9 hw_phymode_configure +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xd49b7f15 ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xefdc0989 ci_hdrc_query_available_role +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x64ac0ae9 ulpi_read +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x7039b236 ulpi_register_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x76fcf261 ulpi_write +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xd4052b6e ulpi_unregister_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xf5596948 ulpi_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xf78b1dc0 __ulpi_register_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x2089047c u_audio_get_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x25c2f998 u_audio_stop_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x2c5286d7 g_audio_setup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x3f902e94 u_audio_set_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x4db43bc2 u_audio_set_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x515e3e2b u_audio_get_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x5d2663fa u_audio_get_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x5fb93453 u_audio_stop_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x642d345c u_audio_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x9f10db25 u_audio_set_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xa2f3c83c u_audio_get_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xa57d300a g_audio_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xbbc83019 u_audio_start_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xc5988d2c u_audio_start_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xf7f75340 u_audio_set_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x07816b21 gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x3b9c8127 gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x4893b881 gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x525842b6 gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x64801166 gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x6c676397 gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xa5b07ee6 gether_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xaccf39db gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xb6c8628d gether_resume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xb8d84c30 gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xba75f979 gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xd0b28191 gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xd2f9c25d gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xdcbf34c3 gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xdcd826f4 gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xde39139b gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xe8a72a6a gether_set_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xf50af8ae gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x1c7e146e gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x1e431d03 gserial_resume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x60db48f5 gserial_get_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x77268a68 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x7f9f4c46 gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xc0a01527 gserial_set_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xe89dc424 gserial_alloc_line_no_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xea8d8b4a gserial_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xfb78a286 gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x09bc26a4 ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x6c825859 ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x71c47185 ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x141fce2a fsg_common_remove_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1710b539 fsg_fs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1ccb58f7 fsg_common_set_num_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1f6e5ea5 fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x33737845 fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x398778e1 fsg_ss_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x3c6a07d0 fsg_common_create_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x3cec49b1 fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x3faa9977 fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x423845e4 fsg_ss_bulk_in_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x6ea23301 fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x713d9ead fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x7e26d4a5 fsg_common_set_sysfs +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x89cb251d fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x8df1ba8f fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x930ae027 fsg_store_forced_eject +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x9477de20 fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x95cffb3e fsg_hs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x9a0221c7 fsg_common_free_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x9af1e5cd fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa5cae92f fsg_ss_bulk_out_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa5f99b69 fsg_fs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xab6c68ac fsg_config_from_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xaf8a5b40 fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb0cc57cb fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb3adf38d store_cdrom_address +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb48595ba fsg_show_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb52ba28a fsg_intf_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb54d0d95 fsg_fs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb7d499ed fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xc4c243e4 fsg_store_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xd03c54fd fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xd1a3e8e0 fsg_common_create_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xeee372e1 fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x15b70110 rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x1769b8be rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x1b0541d6 rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x25eb27ca rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x367a0878 rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x370ec0ed rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x3eb89448 rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x59c1e027 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x7f8f4cc9 rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x90d20f93 rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xa18b49f8 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xa85cab1e rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xb36b83a9 rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xc3a6d1c2 rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xd87bac41 rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0c589aba usb_validate_langid +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x10f6378e usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x143f2923 usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x168118a2 usb_otg_descriptor_alloc +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1eb97f3a usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1f5884f0 usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2a5ab010 alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2b5f1afc usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2c0df6d0 usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x34c7cf7c usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x38469a74 usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x38eb4e56 usb_func_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3ed96264 config_ep_by_speed_and_alt +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3f30a03c usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3fe1ce40 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x466452df usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4a9b69e3 usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4beb505d usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5888dbf3 usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5ba50213 usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6196b64e usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6a13f531 usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6b7b844b usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7148ceb2 usb_ep_autoconfig_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x83ff79c0 usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x909be537 usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa646aedd usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xac610f2f usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbdc90038 usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd93ed0cd usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe027fb07 usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe4ec97a3 usb_otg_descriptor_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe7257a2e usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe959a72a usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe9a8f069 config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf21b7b33 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x1535284c udc_remove +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x1fa58f16 udc_basic_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x4318a433 free_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x5d01d078 udc_irq +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x6cf30330 udc_mask_unused_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x76958fd8 udc_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x8c9256e5 gadget_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xb757d5d6 udc_enable_dev_setup_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xcee71f2d empty_req_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xd4781530 init_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x004c6380 usb_ep_fifo_flush +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x1e094976 usb_gadget_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x29e3e6d3 usb_gadget_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2af38e5f usb_ep_free_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2c53cadb usb_ep_disable +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2d18d5f9 usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2e2b9fe0 usb_gadget_map_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2ffb6cf0 usb_gadget_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x3c02da95 usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x3ea59b5d usb_ep_alloc_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x405d007d usb_ep_set_wedge +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x4fa2450c usb_ep_dequeue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x50b88f41 usb_get_gadget_udc_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x5361ba48 usb_add_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x5814184b usb_gadget_clear_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x5aefdea9 usb_gadget_vbus_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x6a1b84e5 usb_gadget_ep_match_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x6bca402d usb_gadget_unmap_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x77c2f9ee usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x784d9a58 usb_ep_enable +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x79a0712c usb_gadget_set_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x79c3b872 usb_ep_fifo_status +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x80c61e20 usb_gadget_frame_number +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x839ad60f usb_gadget_check_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x8cbd34af usb_gadget_set_remote_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x8d3ba96a usb_del_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x92082510 usb_gadget_vbus_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x93d5fdc4 usb_gadget_giveback_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x9c4781ef usb_gadget_register_driver_owner +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xa02d736d gadget_find_ep_by_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xa2fb7654 usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xac5667d9 usb_ep_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xb0b0e2cf usb_udc_vbus_handler +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xbee6af28 usb_ep_set_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xbf4c303f usb_gadget_udc_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc3d4d06b usb_ep_set_maxpacket_limit +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc8ac2c4f usb_ep_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xd4168419 usb_initialize_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xd9a51071 usb_gadget_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xdc8e7c0f usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xe0ce2098 usb_gadget_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xe23d95a6 usb_gadget_vbus_draw +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xe3624821 usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xed6b3b3c usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-pci-renesas 0x77981526 renesas_xhci_check_request_fw +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0x8921c912 xhci_plat_probe +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0xb7d06032 xhci_plat_remove +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0xf97f6a4c xhci_plat_pm_ops +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x1ad79373 ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xfc7e003f ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x09492220 musb_mailbox +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x0b4a8834 musb_writeb +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x0cee6566 musb_set_peripheral +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x2734197f musb_readb +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x5bf8b06a musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x64babd02 musb_root_disconnect +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x669594ad musb_clearw +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x6af8c6dc musb_writel +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x719a5e41 musb_readw +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x7a78c2cf musb_get_mode +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xa3c3e681 musb_set_host +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xa43450de musb_queue_resume_work +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xade3e56c musb_writew +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xe59efb0e musb_clearb +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xf0f95e51 musb_readl +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x548ddcc3 usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xa64ecc22 usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xb2c63aac usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xcde3d088 usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xd499c13b usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0x028fad65 isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0xaefedc40 usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x060d9eee usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x1dabd0b1 usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x293c3ed8 usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x2e51daf3 usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x3eccb332 usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x4885379f usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x52a2fc0b usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5db3c827 usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x6abd2a29 usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x6afe4621 usb_serial_claim_interface +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x6b7d2d30 usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7010d6fc usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x84a6fecd usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x888e1b8b usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x9e0eaa09 usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa53c8e60 usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xaa8341a7 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xd6d59a43 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xee7b7233 usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf52b93d2 usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0x6167ea47 dp_altmode_probe +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0xda20947e dp_altmode_remove +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x6f497a3c tcpci_irq +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x8f350290 tcpci_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0xbe111953 tcpci_get_tcpm_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0xc529e32e tcpci_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x10ec6d2d tcpm_sink_frs +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x3b84657b tcpm_pd_transmit_complete +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x76eeda4b tcpm_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x9e0bd753 tcpm_pd_hard_reset +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xadffb061 tcpm_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xb655342c tcpm_pd_receive +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xc37b9769 tcpm_cc_change +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xceb50012 tcpm_vbus_change +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xd680581d tcpm_port_clean +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xda86a83d tcpm_port_is_toggling +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xea220941 tcpm_tcpc_reset +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xeb779665 tcpm_sourcing_vbus +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x013e7ab1 typec_partner_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x02dfc442 typec_unregister_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0f7ea4ca typec_port_register_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x109087d9 typec_mux_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x140b7627 typec_retimer_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x19e176be typec_altmode_attention +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1e970557 typec_set_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x222b5528 typec_get_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x23fcd786 usb_power_delivery_unlink_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x297d53c2 typec_cable_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2b1ee53d typec_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2d1e301d typec_find_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3726e077 typec_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3a1f38ba typec_altmode_get_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3e3a1d7c typec_altmode_exit +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x44701f7f typec_plug_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x45f75276 usb_power_delivery_unregister_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x522ecd5f typec_altmode_vdm +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5285277a typec_set_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x548fcecd typec_set_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5745d262 typec_switch_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x628c9595 usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x62c469f6 fwnode_typec_switch_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x68c85840 typec_set_mode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6a7b0181 typec_unregister_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6a7fbead typec_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6b3d9465 typec_mux_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6d68768e typec_switch_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x735d38b9 typec_retimer_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x77b6997b typec_retimer_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x784825cc typec_altmode_notify +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8073b324 typec_register_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8407b68f typec_mux_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x85823d7b typec_mux_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x86521d45 typec_switch_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x86775566 typec_register_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x879c46fa typec_switch_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8823ce84 typec_match_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8d92e91e typec_altmode_put_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9049491e typec_find_port_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x913c8c46 typec_set_pwr_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x95f2a287 typec_get_fw_cap +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x95f9eacb typec_retimer_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9c3a8f1c typec_partner_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9ed4c1c1 typec_switch_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9f8585ba usb_power_delivery_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa254de98 typec_find_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa5116c2a typec_unregister_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xaa7e3b90 typec_partner_usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb122dc53 typec_get_negotiated_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb4da9b55 fwnode_typec_mux_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb8771665 typec_partner_set_pd_revision +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbc5aa423 typec_partner_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbeba763b usb_power_delivery_link_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbefd3199 typec_altmode_enter +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc122f71f typec_set_vconn_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc69edef6 typec_retimer_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xcbc8b71b typec_cable_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xce6f0f2c typec_partner_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd22a2412 typec_altmode_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd2fa1286 typec_switch_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd3b4a624 typec_register_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd6d7c089 typec_altmode_get_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe0dbf7e5 typec_port_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe2e4e7fa usb_power_delivery_register_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe37efba5 typec_unregister_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe739daf1 typec_partner_set_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe8cea7e2 __typec_altmode_register_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xeafc1eb8 typec_find_port_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xebe57097 typec_altmode_update_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xec859abe typec_cable_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xed76aca8 fwnode_typec_retimer_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xeed95881 typec_port_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xefbd2b8c typec_mux_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf0c903bb typec_plug_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf1234a8b typec_find_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfa934234 typec_altmode2port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfc8df340 typec_mux_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfdee5fbd typec_cable_is_active +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x54ef4fb5 ucsi_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x6431f957 ucsi_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x71e333b3 ucsi_connector_change +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x936d394d ucsi_register +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xc15a0d59 ucsi_send_command +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xc3003a9e ucsi_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xd4105376 ucsi_create +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xd4ec196b ucsi_destroy +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xf5b84edf ucsi_resume +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x05ef3daf usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x10619ad2 usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x39b68116 usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x3e0de950 usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x426d7f95 usbip_in_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x67303324 usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x7135c518 dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x7314f8e8 usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x9b67b02d usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xaaa11175 usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xb2ae0dc5 usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd02753dc usbip_header_correct_endian +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd8b28ed2 usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xdad401c0 usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe1ea0586 usbip_dump_header +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x048664e7 _vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x29f95487 vdpa_get_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x38423557 __vdpa_alloc_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x419ea4c1 vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x45371eff vdpa_mgmtdev_register +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x4fe1db43 vdpa_set_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x51ecbe12 vdpa_unregister_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x6d4eb3a4 vdpa_mgmtdev_unregister +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x87929cd1 _vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x97314070 __vdpa_register_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xde3d3fe6 vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0x9e1b741e vdpasim_create +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0xe3270ac5 vdpasim_schedule_work +EXPORT_SYMBOL_GPL drivers/vfio/mdev/mdev 0x1952d47d mdev_bus_type +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x057a26ac vfio_pci_core_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x0f9da039 vfio_pci_core_write +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x0faf4b9b vfio_pci_core_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x16a57f92 vfio_pci_core_disable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x1bd0600a vfio_pci_core_aer_err_detected +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x377bc352 vfio_pci_core_match +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x4cf699b8 vfio_pci_core_set_params +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x5ecd9d63 vfio_pci_core_unregister_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x6fcf7df0 vfio_pci_core_init_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x895f7264 vfio_pci_core_ioctl_feature +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xac0d8818 vfio_pci_core_register_dev_region +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xbfa5d0e3 vfio_pci_core_finish_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xc482eba0 vfio_pci_core_release_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xc9727c69 vfio_pci_core_read +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xd26dd721 vfio_pci_core_mmap +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xda4ba3b3 vfio_pci_core_err_handlers +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xdb815807 vfio_pci_core_request +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xe93b91c0 vfio_pci_core_register_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xed132870 vfio_pci_core_sriov_configure +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xfc89ae68 vfio_pci_core_close_device +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x2059d526 vfio_unregister_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x233b3cf3 vfio_iommufd_emulated_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x27fbac32 _vfio_alloc_device +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x2ba8ee59 vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x36464e74 vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x48ee7465 vfio_device_set_open_count +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x4b672924 vfio_file_is_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x4b67914b vfio_iommufd_physical_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x5e5016fc vfio_virqfd_enable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x60a634c4 vfio_info_cap_add +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x6da0fff9 vfio_iommufd_emulated_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x78b2a135 vfio_file_set_kvm +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7b716b57 vfio_assign_device_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7d2ed4c3 iova_bitmap_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x8b221c58 vfio_mig_get_next_state +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x8fb18ea1 vfio_iommufd_emulated_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x91e0934b vfio_register_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x93943063 vfio_register_emulated_iommu_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xaa2d3c4a vfio_file_has_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xaac142f2 vfio_file_enforced_coherent +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xb3e000ce vfio_virqfd_disable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xcd8df5b4 vfio_file_iommu_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xefc6b4f2 vfio_iommufd_physical_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xf96c02b7 vfio_iommufd_physical_bind +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x07527a4b vhost_vq_init_access +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0e23192a vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x13af2e09 vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x13f17b7f vhost_init_device_iotlb +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x210af46f vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2777f640 vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2b24135c vhost_dev_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2bd72879 vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x422f9407 vhost_vq_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x55a6b503 vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x57c3cce4 vhost_exceeds_weight +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x58c4daab vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5b604dfa vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x70747127 vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x77e57441 vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x80001476 vhost_vq_has_work +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x81817492 vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8186fc76 vhost_vq_is_setup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x84e8055b vhost_vq_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8679c791 vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x88601475 vhost_new_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8e3f7b4f vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x91704115 vhost_chr_read_iter +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x95a13abb vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x97e7d00e vhost_worker_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa909cfc5 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xab15ffcb vhost_dequeue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xaef1464d vhost_clear_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb2658a94 vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb408ade5 vhost_set_backend_features +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xbb147ad7 vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc8c37efb vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd4643004 vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd7c53775 vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xde6a0332 vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xdf080db0 vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xdfd3b9c3 vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xeb3d2452 vq_meta_prefetch +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xecca8468 vhost_vq_avail_empty +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf1a1edd6 vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf47e418d vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf99b3db0 vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfaeda8f7 vhost_enqueue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfd2b3e45 vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x38ff875f vhost_iotlb_add_range +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x5f4e5249 vhost_iotlb_reset +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x69e872f9 vhost_iotlb_itree_first +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x6bec0e66 vhost_iotlb_del_range +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x83be64b9 vhost_iotlb_itree_next +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x885512a2 vhost_iotlb_add_range_ctx +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x8a7d8ee9 vhost_iotlb_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xa24517eb vhost_iotlb_free +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xc577832d vhost_iotlb_alloc +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xf9deb0db vhost_iotlb_map_free +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x5c956d11 ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x6ac90d0f ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x9538d6bf ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xd95a0b37 ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xe7f34629 ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xe9ababbe ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xfc9dabf2 ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0x8ed47c06 fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x5bec1a38 sis_malloc_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0xe0047853 sis_free_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/vermilion/vmlfb 0x016e6c20 vmlfb_unregister_subsys +EXPORT_SYMBOL_GPL drivers/video/fbdev/vermilion/vmlfb 0x90c018c6 vmlfb_register_subsys +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0x30cc9311 viafb_request_dma +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0x31469540 viafb_pm_unregister +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0xb4606f8d viafb_irq_disable +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0xb4f863e6 viafb_pm_register +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0xcaefb732 viafb_release_dma +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0xcd538333 viafb_irq_enable +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0xce990048 viafb_dma_copy_out_sg +EXPORT_SYMBOL_GPL drivers/video/fbdev/via/viafb 0xe283ea9b viafb_find_i2c_adapter +EXPORT_SYMBOL_GPL drivers/w1/wire 0x1081a899 w1_triplet +EXPORT_SYMBOL_GPL drivers/w1/wire 0x2426de47 w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x2ebe9b43 w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0x34808f4a w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0x394dd881 w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x5898f8f1 w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x63757e92 w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x9596adfd w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0xbebb9247 w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xd0888b3f w1_touch_bit +EXPORT_SYMBOL_GPL drivers/w1/wire 0xd5d65a28 w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0xeb62950a w1_read_8 +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x23409f50 xen_front_pgdir_shbuf_alloc +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xb446667c xen_front_pgdir_shbuf_free +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xb59bc635 xen_front_pgdir_shbuf_map +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xcd867607 xen_front_pgdir_shbuf_unmap +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xd988131b xen_front_pgdir_shbuf_get_dir_start +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x04a4a469 xen_privcmd_fops +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0xed5a5ec0 xen_privcmdbuf_fops +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x4b62826c dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x734c3f71 dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x8a6c5f1b dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xb47fdd49 dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xc94cbc46 dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcd224e1d dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x08d490d3 nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x4a3d3db1 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x57e3694d nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x613edfac nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x75388234 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9cbde0a0 nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xa6046cdf nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xa7e22ff0 lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xc2a368b3 nlmclnt_rpc_clnt +EXPORT_SYMBOL_GPL fs/netfs/netfs 0xcd6e51dc netfs_extract_user_iter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x019061b1 nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0294c6a2 nfs_callback_nr_threads +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x03eacb8c nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x05df2cb0 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0707cb30 nfs_get_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0758ecf8 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0a4c75e9 nfs_filemap_write_and_wait_range +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0d5d943a nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0e1317fa __SCK__tp_func_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0f1ccba8 nfs_writeback_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x106d7ea0 __traceiter_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x109033e2 nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10962bc2 nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x11dc65bc nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x12800bb7 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x134d1308 __SCK__tp_func_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x13b52810 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x16a4c9db nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x16eaa067 nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x17308b87 nfs_commit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x18a1ad30 nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1acd35cf nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1e7d956f nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1f1e2c61 nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2236cdd5 nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x227b35d1 nfs_set_verifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22d795a8 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2712117c nfs_sysfs_add_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x276f1391 nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x27a79816 nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x289d28db nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x28aa8fd8 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2a265706 nfs_access_get_cached +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2fb1b146 nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x30d77e69 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x351c431d nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x360d30f4 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x37239e6d __SCT__tp_func_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x388dfc45 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x399bd218 nfs_clear_verifier_delegated +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3bf662e5 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3edcc5da nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f1e1195 __SCK__tp_func_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40739385 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f8f1ab nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x453b0e92 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x45bb410e nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4840cf57 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x48831d11 nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x48fdd550 nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4b2f22be nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4c549966 nfs_put_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x52b198ac nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x566d3aec nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x56df774e nfs_pgio_current_mirror +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x56e3780a nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x584b8482 nfs_inc_attr_generation_counter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x595394e5 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x620ec3ae nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x64bc7997 __tracepoint_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x67432df4 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x682ce4b8 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6876ab71 nfs_scan_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6dd92377 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e4af2e1 nfs_sysfs_link_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6f2faaf2 nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6f8b0cb7 __tracepoint_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6ff42ffb nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7019226d __traceiter_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x72d50845 __tracepoint_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x72db22d2 nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73962359 nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x75b401a0 nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x76207c54 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7671596f nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x794e9dd7 nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x795ba6ec nfs_free_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c77d062 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7ebc1100 nfs_sync_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x82e093dd nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8373d7ba nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8499de4f nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x84d2137f nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8869b6a1 nfs_alloc_fattr_with_label +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8897a1a8 nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x893482db nfs_async_iocounter_wait +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8b310772 nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8cb09cd8 nfs_release_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8da63ea2 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8e3f4f5f nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8feeedb9 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x934af8c6 nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9411f9f1 nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x94c81864 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x95a75e97 nfs_client_for_each_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x981e89ee nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9822c0cc nfs_add_or_obtain +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x983062a3 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98320482 nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b0ece8 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9b1f1c45 register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9b399602 nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9bb58446 nfs_set_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9d919c44 __SCT__tp_func_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa08a918d nfs_client_init_is_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa4603898 nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa469e3df nfs_client_init_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa4bcc1d2 nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa5010584 nfs_read_alloc_scratch +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa5d3cbf9 nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa5fca0db nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa7161b90 nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa83633c6 nfs_request_add_commit_list_locked +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa886fdb2 nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaa78785e nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaafd4acc max_session_cb_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb1feaebb __tracepoint_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb63be036 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb6aa6ec2 nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb720be2f nfs_file_fsync +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbe153a25 nfs_pageio_resend +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc066ae68 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc08dba8f nfs_probe_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc0db110a nfs_check_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc0e01017 __traceiter_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc1960983 nfs_d_prune_case_insensitive_aliases +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc2b66ad6 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3a2be67 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc664a731 nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6c8b8f1 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6dd153c nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc7f889d2 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc827c311 nfs_try_get_tree +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcc624720 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcd8083ee nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcd9695c0 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcdbb5df8 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd0abf198 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd17c6dbe nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd1ec6d45 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd42d76f0 __SCK__tp_func_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd6ec27e5 nfs_reconfigure +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd78ca673 nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd807673a nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd9180e99 nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdc2ba89e nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdf592178 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe3bd8ab8 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe4cbad77 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe5df6605 get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe5f194b9 nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe8445325 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe87b4dba nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe9493c22 alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xea98c7da nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xebe02c6a __traceiter_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf39bda9c nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf64608af nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf7158aec nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfaa439f0 nfs_wait_on_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfae965f5 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfd3c0de6 __SCT__tp_func_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfeb42418 __SCT__tp_func_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0x3a60b5f4 nfs3_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x02361cfd __traceiter_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x04b0bc1b __SCK__tp_func_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x04fbb152 pnfs_generic_clear_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x054bef45 layoutstats_timer +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x095f83a0 __traceiter_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0e5dacd3 pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1232c283 __traceiter_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1386a4ed __tracepoint_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x144e639f __traceiter_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1531c8c6 pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x185d1016 pnfs_alloc_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x18e75751 __SCT__tp_func_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x19942972 __traceiter_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1a087b6c nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1c5e652a __SCK__tp_func_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x204dd5be __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x22d984c2 nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x26fb02b2 pnfs_generic_commit_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2b16e909 __SCT__tp_func_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2bfade41 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2e32cbd3 pnfs_read_resend_pnfs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x303591ca pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3a39539e __SCK__tp_func_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3ac6c16e pnfs_generic_pg_check_range +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3ecec921 pnfs_generic_pg_check_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3efb5145 __traceiter_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3f88ee3b pnfs_free_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x41449952 __SCK__tp_func_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x42c27c7b nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x476c9afc nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4b3bfefc nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5034128e nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x52aea694 pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x532ee62c nfs4_mark_deviceid_available +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x54f063cf pnfs_generic_search_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x56538ae1 __tracepoint_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5de1c702 pnfs_generic_pg_cleanup +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5f223c59 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6085edbd nfs_map_string_to_numeric +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x62fb864a pnfs_generic_ds_cinfo_release_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x63826d35 __SCT__tp_func_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x679f397d pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69d3558d pnfs_generic_rw_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6a5eb444 __SCT__tp_func_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6a736bd3 __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6a925097 __SCT__tp_func_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6fdf25ba __SCK__tp_func_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x720c8434 nfs4_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x752d5f01 pnfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x753885d0 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x75498c38 __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7a272ef7 __SCK__tp_func_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7d807637 pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7e429956 pnfs_generic_ds_cinfo_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7e42bd3f __SCT__tp_func_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x818c474f pnfs_error_mark_layout_for_return +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x83c9b23c nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x89a7ee71 __tracepoint_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8a3e5579 __tracepoint_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8a8ebe3e __SCK__tp_func_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8dbb1065 nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8deb046f nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8e95fc6c nfs4_pnfs_ds_put +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8ed4aa24 __tracepoint_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8fe75b31 pnfs_generic_scan_commit_lists +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x90cfe207 __traceiter_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x930a94fd __SCT__tp_func_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x93714a46 nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9523f5cc __traceiter_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x965fb290 nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x96c4643f __SCT__tp_func_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9d35ae7c __tracepoint_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9f6bd263 pnfs_layout_mark_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa18479a2 __traceiter_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa354b4bd __SCK__tp_func_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa4ad5335 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa5e9b064 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa87f0106 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa9501237 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa9a41cb7 pnfs_generic_layout_insert_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xad1feaab pnfs_nfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xadeca730 __SCT__tp_func_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xafbe3225 __SCK__tp_func_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb7130b9a __traceiter_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb8e6dcaf nfs4_decode_mp_ds_addr +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb9369291 __tracepoint_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xba1a64e9 __SCK__tp_func_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbcad365d __traceiter_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbcc662e3 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbccc12d7 __traceiter_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbee7d6da pnfs_add_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc01c175a nfs4_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc34d6961 nfs42_proc_layouterror +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc361c3c5 __SCT__tp_func_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc38cc715 nfs4_pnfs_ds_connect +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc4d9c006 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcaf43594 __tracepoint_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcc21ce5c __SCT__tp_func_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xccb539ce __SCK__tp_func_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcd124de2 nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd1b8a6e7 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd2ed1175 __SCK__tp_func_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd390ccff pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd49bc434 nfs4_test_session_trunk +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd6b6722f pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdb5f5100 pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xddb47243 __tracepoint_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xddc045ed __SCK__tp_func_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdeb5edce __SCT__tp_func_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe04b8d5c pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe13c663b pnfs_generic_prepare_to_resend_writes +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe1553dda __tracepoint_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe1b2a5f7 pnfs_layoutcommit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe597608b pnfs_report_layoutstat +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe73b43b7 nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe849fb89 nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe9bbecc8 pnfs_generic_write_commit_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed3fb859 pnfs_generic_recover_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xeea65bcc __traceiter_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf32fa2b7 __SCT__tp_func_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf7801360 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf78a1689 pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf999267e pnfs_generic_commit_release +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x130f5450 locks_start_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x1fe1e1ad locks_end_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x52f83c29 locks_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x8c80dea0 opens_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x8d9f9063 nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xa2b0cb7b nfs_stream_decode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xb687fc19 nfs_stream_encode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xc721ac8b nfsacl_decode +EXPORT_SYMBOL_GPL fs/nfsd/nfsd 0xfc72c9fa nfsd4_ssc_init_umount_work +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x2e1c5e21 o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4900035b o2hb_stop_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x58c88ff2 o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x5e95a4b2 o2net_send_message_vec +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x6a0c3847 __mlog_printk +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x7e8ab0d4 o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x81a17396 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa941cb47 o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xaaf37efc o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xadb56dbd o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xb6ebf62a o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbd13ee5d o2hb_check_node_heartbeating_no_sem +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc4d99852 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc664bf5f o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd859ac8c o2net_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xda1b48f3 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xe23fdd5e o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf1a5611d o2net_unregister_handler_list +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf56c2017 mlog_not_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf982e6db o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xfe1298f3 o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x105c12f1 dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x29f551b1 dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x74d2acd7 dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x8510efc7 dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xa1a508d6 dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd7ba575e dlm_errmsg +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd8fa57a6 dlm_unregister_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xe49bbbee dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x0a726931 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x0cfd3fc5 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x1475f64b ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x1bc4567c ocfs2_kset +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x3e1f10bf ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x595fa3fe ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x76f40744 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x89a0f97e ocfs2_plock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x9507547f ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xaf969565 ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xc5196999 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xc9fae756 ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xcafdd707 ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xd344e4ee ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xd806a273 ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x43cc3d4b pstore_blk_get_config +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0xdc1e12cd register_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0xf0252dd7 unregister_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0x21e8cc5d register_pstore_zone +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0xdcd3264a unregister_pstore_zone +EXPORT_SYMBOL_GPL fs/smb/common/cifs_arc4 0xabd9af6d cifs_arc4_crypt +EXPORT_SYMBOL_GPL fs/smb/common/cifs_arc4 0xc4c73891 cifs_arc4_setkey +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0x798f3830 cifs_md4_init +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0xceecd9e4 cifs_md4_final +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0xdef1096d cifs_md4_update +EXPORT_SYMBOL_GPL lib/842/842_compress 0xcf048a91 sw842_compress +EXPORT_SYMBOL_GPL lib/842/842_decompress 0xa4adedf1 sw842_decompress +EXPORT_SYMBOL_GPL lib/bch 0x0c303f52 bch_encode +EXPORT_SYMBOL_GPL lib/bch 0x0d3e3481 bch_free +EXPORT_SYMBOL_GPL lib/bch 0x1a267fa8 bch_init +EXPORT_SYMBOL_GPL lib/bch 0x860a2eab bch_decode +EXPORT_SYMBOL_GPL lib/crc4 0x696b3a5a crc4 +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x0105b595 des_encrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x574eda34 des3_ede_decrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x856a5ef3 des3_ede_encrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa6aa9857 des_decrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa77b3b62 des3_ede_expand_key +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa8fb743d des_expand_key +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0x4b45fb6e poly1305_init_generic +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0x7f376d08 poly1305_final_generic +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0xfa617389 poly1305_update_generic +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x36ffcd10 notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xc6a30de4 notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/polynomial 0xb8b44e50 polynomial_calc +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x1803a6ed raid6_2data_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x804a5b70 raid6_call +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0xe4b051cf raid6_datap_recov +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x1d29b9e1 decode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x561835eb init_rs_non_canonical +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x63adbf92 encode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xa32f3d9e decode_rs16 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xeb2f825c init_rs_gfp +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xfd581da1 free_rs +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0x00a406f5 lowpan_header_compress +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0xaad3d4ea lowpan_header_decompress +EXPORT_SYMBOL_GPL net/802/garp 0x3cb9522b garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x5e7f3464 garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0x653b4222 garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0x6daf3b53 garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0x9bf73298 garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xa93534e3 garp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0x35932dc4 mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x9a7ff16c mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0xa2872cad mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0xb48ab913 mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0xb6195341 mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xce0f204f mrp_register_application +EXPORT_SYMBOL_GPL net/802/stp 0x8663c6d4 stp_proto_register +EXPORT_SYMBOL_GPL net/802/stp 0xfbaee71a stp_proto_unregister +EXPORT_SYMBOL_GPL net/9p/9pnet 0x0863c087 p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/9p/9pnet 0x64505895 p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/atm/atm 0xb09faf79 register_atmdevice_notifier +EXPORT_SYMBOL_GPL net/atm/atm 0xcfb6a3da unregister_atmdevice_notifier +EXPORT_SYMBOL_GPL net/ax25/ax25 0xac93ae05 ax25_bcast +EXPORT_SYMBOL_GPL net/ax25/ax25 0xaeb7451e ax25_defaddr +EXPORT_SYMBOL_GPL net/ax25/ax25 0xdd90fd15 ax25_register_pid +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x2877cbea l2cap_chan_list +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x50b2a187 l2cap_chan_del +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x569238cd l2cap_chan_send +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x84fb272d l2cap_chan_set_defaults +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xa00bd42f l2cap_add_psm +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xbacdfb06 l2cap_chan_put +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xe70b526c l2cap_chan_create +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xeb247ddc l2cap_chan_connect +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xf9d7eaad bt_debugfs +EXPORT_SYMBOL_GPL net/bridge/bridge 0x0a89e728 br_vlan_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x1891f16a br_vlan_get_pvid +EXPORT_SYMBOL_GPL net/bridge/bridge 0x1a305269 br_multicast_has_querier_anywhere +EXPORT_SYMBOL_GPL net/bridge/bridge 0x2281bd52 br_vlan_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x25faef58 br_vlan_get_info_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0x3cbc4b8b br_handle_frame_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x492e919f nf_br_ops +EXPORT_SYMBOL_GPL net/bridge/bridge 0x4fd4a450 br_port_get_stp_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0x5cd7f00e br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x5d5fe1bb br_mst_get_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0x6888f21b br_dev_queue_push_xmit +EXPORT_SYMBOL_GPL net/bridge/bridge 0x6d7b81e6 br_multicast_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x70c8f11e br_port_flag_is_set +EXPORT_SYMBOL_GPL net/bridge/bridge 0x883eef25 br_vlan_get_pvid_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0x8a094f9e br_fdb_find_port +EXPORT_SYMBOL_GPL net/bridge/bridge 0xa9b8a8e8 br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xbe42ef11 br_forward +EXPORT_SYMBOL_GPL net/bridge/bridge 0xbed997ec br_multicast_has_router_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xccedde05 br_mst_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd46db662 br_forward_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd7ef8e1b br_vlan_get_proto +EXPORT_SYMBOL_GPL net/bridge/bridge 0xec9ac1e8 br_fdb_clear_offload +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf30e6972 br_get_ageing_time +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf438ea74 br_mst_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf7394ee0 br_multicast_router +EXPORT_SYMBOL_GPL net/dccp/dccp 0x00bb2e47 dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x024c74fb dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x092cf62e dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x182ec2bf dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x21f7c87f dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0x25ee4978 dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x278fedef dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2b18fc6b dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2cdafb5a dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2d24202f dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x31a39605 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x360854a6 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3d0815fe dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3f0a6eda dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4b64b7c1 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5e5c0213 dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x68055d02 dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6fcece2f inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0x78de277b dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7dc538cb dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0x80993155 dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x80a6ebc6 dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8171199a dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0xacdacad9 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb54f1454 dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbe281cec dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbf216f6e dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc204cc4e dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc2db6097 dccp_destruct_common +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc7264703 dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd3305fee dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd3a8497a dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd75b7072 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd7cdb975 dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0xde333671 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xdfb490ae dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0xec5a5f8a dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x19195591 dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x724cf6a8 dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x93834b4e dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xd570c6e6 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xe9231a35 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xefea3ce2 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0a751658 dsa_devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0c555326 dsa_tag_8021q_bridge_leave +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0c6039ac dsa_flush_workqueue +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1902d1d3 dsa_devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1c35e4bf dsa_devlink_port_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x22f99042 dsa_devlink_resources_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x2963bfa8 dsa_enqueue_skb +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x2d604b59 dsa_mdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x2f9904e7 dsa_tag_8021q_standalone_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x2fea12e3 dsa_port_phylink_mac_change +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x3752cf9b dsa_unregister_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x37928ef7 dsa_register_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x417d1fed dsa_8021q_rx_switch_id +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x45ca5090 dsa_tag_8021q_bridge_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x4a1c7b57 dsa_slave_dev_check +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x4c45d564 dsa_switch_resume +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x4cfd8e24 dsa_8021q_rcv +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x555f75dd dsa_devlink_resource_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x5f0c84f1 dsa_tag_drivers_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x630b65a0 dsa_tag_8021q_bridge_join +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x6c57d7ba dsa_8021q_xmit +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x6eb91d16 dsa_switch_shutdown +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x71fd7ba5 dsa_devlink_params_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x72b0ab93 dsa_devlink_params_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7694e538 dsa_tag_drivers_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x84b7bafe dsa_tag_8021q_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x886a8442 dsa_port_from_netdev +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9e59271d dsa_8021q_rx_source_port +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xa52e4f93 dsa_tag_8021q_find_port_by_vbid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xa88fb795 dsa_devlink_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xbc60a046 dsa_switch_suspend +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc23e8d5f dsa_devlink_region_destroy +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd077e855 dsa_devlink_param_get +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd9bfc6f1 dsa_fdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf0a25cda dsa_switch_find +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf13e1803 vid_is_dsa_8021q +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf64ce2c4 dsa_tag_8021q_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xfd3e2b67 dsa_devlink_param_set +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x07bd575b nl802154_beaconing_done +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x20f226e3 ieee802154_mac_cmd_pl_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x2e1897d3 ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x4d26bdae nl802154_scan_done +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x71e14ef3 ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x87e2553b ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x88b2f533 nl802154_scan_started +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xa85bdcd3 ieee802154_beacon_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xa8811ec8 nl802154_scan_event +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xde0d0772 ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xe0aa0350 ieee802154_mac_cmd_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xe25bc54f ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ife/ife 0x27a41ee7 ife_decode +EXPORT_SYMBOL_GPL net/ife/ife 0x6210e871 ife_tlv_meta_next +EXPORT_SYMBOL_GPL net/ife/ife 0x67db2029 ife_tlv_meta_decode +EXPORT_SYMBOL_GPL net/ife/ife 0xc082b110 ife_encode +EXPORT_SYMBOL_GPL net/ife/ife 0xe7888e98 ife_tlv_meta_encode +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x1dbca4ca esp_output_tail +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x58ff5edc esp_input_done2 +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xcd70fe56 esp_output_head +EXPORT_SYMBOL_GPL net/ipv4/gre 0x9faf9c8b gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xc760374f gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x0156186a inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x082e84e4 inet_diag_find_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x7ed23d9d inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x8d2d5345 inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x9871f7a1 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xa6d63957 inet_diag_msg_common_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xc119fb33 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xd6c48325 inet_diag_msg_attrs_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xe0f2214f inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0xbd5ca8c5 gretap_fb_dev_create +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x0d3ba7e5 ip_md_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x0d6a7aed ip_tunnel_delete_nets +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x1011cb6f ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x192577be ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x1e9a42be ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3d96e4f6 ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3fa9fa1f ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x446084a3 ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x4f12f06c ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x5c89c09c ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x73791d58 ip_tunnel_ctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x89601187 __ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xaa4bc4c9 ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc16643d8 ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xdeaa29e5 ip_tunnel_siocdevprivate +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xe57694a3 ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xfd078f0d ip_tunnel_encap_setup +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0xb22b5859 arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0xebc0bc76 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x3009927d nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x8e4aa187 nf_defrag_ipv4_disable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0x8c5b3e71 nf_dup_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x157458ca nf_reject_iphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x2be79533 nf_reject_ip_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x36715d63 nf_reject_skb_v4_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x58cc9db2 nf_reject_skb_v4_tcp_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x6abbb1a8 nf_send_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x83308fc3 nf_send_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xf023fe29 nf_reject_ip_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0x16f4155f nf_sk_lookup_slow_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x3d455803 nf_tproxy_get_sock_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0xdecf13bb nf_tproxy_laddr4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0xec1e3a2b nf_tproxy_handle_time_wait4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x2421d39f nft_fib4_eval +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0xdef124ec nft_fib4_eval_type +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x2f4f27c1 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x782d5f22 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xaceb4b4e tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xe02114b8 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xe436432f tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x2bb2d9a3 udp_tunnel_notify_del_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x3cf68a6d udp_tun_rx_dst +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x52f2b75e udp_tunnel_notify_add_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x55113848 udp_tunnel_push_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x6edc4d74 udp_tunnel_drop_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xcef9c815 setup_udp_tunnel_sock +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xdc677283 udp_tunnel_xmit_skb +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xe3db1144 udp_tunnel_sock_release +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x4e0dc2a7 esp6_input_done2 +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x8f098770 esp6_output_tail +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xa00d23f0 esp6_output_head +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x69442956 ip6_tnl_encap_setup +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xb8aebe17 ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xda35e969 ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x12c6308f udp_tunnel6_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0xa2d3111e udp_sock_create6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0xc46d717d ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xa8a9ecf2 nf_defrag_ipv6_disable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xb5b4000e nf_ct_frag6_gather +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xb5d8704a nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0xbb3372cb nf_dup_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x086029e3 nf_send_unreach6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x2cbdbe11 nf_reject_skb_v6_unreach +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x343e652d nf_reject_ip6hdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x46335f0d nf_reject_skb_v6_tcp_reset +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x544a390f nf_reject_ip6_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x7703ff38 nf_reject_ip6_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xd1e49066 nf_send_reset6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0x9193b436 nf_sk_lookup_slow_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x60c767fd nf_tproxy_handle_time_wait6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x6fc8d202 nf_tproxy_get_sock_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xf864ed01 nf_tproxy_laddr6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x9cdaf62c nft_fib6_eval +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0xb7121ab8 nft_fib6_eval_type +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x09787806 l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0c46ef66 l2tp_tunnel_get_session +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0e2bd3f9 l2tp_recv_common +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x23d42aa7 l2tp_session_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x24c43023 l2tp_session_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5440165b l2tp_session_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5b30b130 l2tp_tunnel_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5e51a311 l2tp_tunnel_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x972920ad l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9a4f1f14 l2tp_session_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9cfcedce l2tp_sk_to_tunnel +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9d4f06ee l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa1ea20ae l2tp_tunnel_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb85df90d l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc13376fa l2tp_session_get_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc353a424 l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd6581c9f l2tp_session_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xdf8731fe l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe11a71b2 l2tp_tunnel_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf3871182 l2tp_tunnel_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xfb5cf2da l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_ip 0x099de2dd l2tp_ioctl +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x4b4e42af l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x032b3917 ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x16ad7c5f ieee80211_tkip_add_iv +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1dab0efe ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1fd2372c ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x21b2d3d7 ieee80211_obss_color_collision_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x26fcef3a ieee80211_set_active_links_async +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x27d1e495 ieee80211_calc_tx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x2a6752e6 ieee80211_vif_to_wdev +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x40004430 ieee80211_set_active_links +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x49a16255 ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5c1ad5af wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x66c7c17e ieee80211_hw_restart_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x6e2855ef ieee80211_calc_rx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8390e639 ieee80211_find_sta_by_link_addrs +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x83cd423b ieee80211_iterate_active_interfaces_mtx +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x964a2600 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9dfd4e7b ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9e1c1431 ieee80211_key_replay +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9fd6c5e1 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa3e8b697 ieee80211_iterate_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xcbe89e74 ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xce185623 ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd004ea88 ieee80211_key_mic_failure +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd68c522c ieee80211_update_mu_groups +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xdbf0f641 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xea792270 ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf7630d73 ieee80211_iterate_stations_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf7a50b5a ieee80211_color_change_finish +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf8c7f7eb ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x42b00b65 mpls_output_possible +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x84e03c6b mpls_dev_mtu +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x8ee316eb nla_get_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xe0e2f167 mpls_pkt_too_big +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xf0c0f46b nla_put_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xfb92690c mpls_stats_inc_outucastpkts +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x03623dba ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1ce37189 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x22d966c6 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x2ca77fd3 ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x312518e9 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x483b7f3d ip_set_put_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x5c32424f ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x64e59d5e ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6c38539b ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x846a6eb8 ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa605c776 ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb28d7049 ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xcc8f1bfd ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xdbea6c46 ip_set_init_comment +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xe3b77f11 ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xe7f70440 ip_set_match_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xea2f4e7d ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xee35cc1f ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xeeca37b3 ip_set_put_flags +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf763f4de ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x475bef74 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x5fc40928 register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xabbddb16 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xc7e55d1f ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x2b582a0f nf_conncount_gc_list +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x4a829c33 nf_conncount_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x637ca55d nf_conncount_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xa0752e30 nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xb1224b50 nf_conncount_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xded40268 nf_conncount_list_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xf2a1dbb9 nf_conncount_cache_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0460ec0f nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0809a5d6 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0a08840b nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bc00f80 nf_nat_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x15ce8dc7 __nf_ct_change_status +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1792e4a5 nf_ct_netns_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x18f913dd nf_ct_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1b259857 nf_conntrack_helpers_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x21478827 nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2314b757 nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2445617c nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2468e187 nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x268b0573 nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2693ada6 nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x28eff409 nf_conntrack_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2c4a03fb nf_conntrack_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2c9ff8bb nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x33cf8b4c nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x35764c0f nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x36deec68 nf_nat_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x38ae9acb nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3bd1cd60 nf_ct_change_status_common +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3bd37d99 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3f5ab5e1 nf_connlabels_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4956e0cd nf_ct_get_id +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4e8404b4 __nf_ct_change_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4fc3cf4b __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5473e69d nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x54f583be nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5d1ba584 nf_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6241d03a nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x63cd0234 nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x658bdfb6 nf_ct_handle_fragments +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x67e5e2f4 nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6d705f7a __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x70bbd3b5 nf_ct_set_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7219deaa nf_conntrack_helpers_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7393a3c6 nf_ct_timeout_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x752f0aa2 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x78d890cb nf_ct_helper_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7b13cccc nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x81056900 nf_nat_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x81d29b95 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x87636b63 nf_ct_untimeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x887d3a3f nf_ct_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x88dd251e nf_connlabels_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8bbe7727 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8c1503d0 nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9630d0f6 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9711b1d9 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x994ed3e9 nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9adb7399 nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9b031e94 nf_ct_expect_iterate_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9f852b52 nf_conntrack_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa0160fda nf_ct_iterate_cleanup_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa073bd7b nf_conntrack_eventmask_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa1c7daec nf_ct_remove_expect +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa2aacbd5 nf_ct_skb_network_trim +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaae009ac nf_conn_pernet_ecache +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaf0847f0 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb162ce4e nf_ct_tmpl_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb39356f5 nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb7e0b6b4 nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb9bca485 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbc168c23 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbc5f8592 nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc1bdf517 nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc389ff72 nf_ct_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc51b8ad4 nf_ct_tmpl_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc5e1caba __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xca9fa648 nf_ct_destroy_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcc705ca3 nf_ct_netns_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcde1e70e nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd3588724 nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd4b45b29 nf_ct_ecache_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd505c3e0 nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd5f083b3 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd948005c nf_ct_bridge_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdae5ce22 nf_ct_expect_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdafabce0 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdb07c764 nf_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdb117ef8 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdba7326b nf_conntrack_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdeba5cb8 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe7497e17 nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xea681be2 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec8beba6 nf_ct_expect_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf0e2814e nf_ct_add_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf1459823 nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf1c1c62a nf_nat_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf3185717 nf_ct_acct_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf75657f2 nf_ct_bridge_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfad49d32 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfaece095 nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfef2a6d6 nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x95fd02ba nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0xe026b266 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0xfbce6593 nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x3d7051ba nfct_h323_nat_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x6ab2efd8 get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0xa1374196 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x24b6cbfe nf_nat_pptp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x04928a13 ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x475ebb0f ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x5f55464a ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x865d1731 ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x960a7367 ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xabf6c3c8 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xdf361124 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x359b8712 nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x7e6dec93 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x0c6a7072 nft_fwd_dup_netdev_offload +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x701f9770 nf_fwd_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0xac84071e nf_dup_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x12cb59e0 flow_offload_route_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x1e20706e nf_flow_offload_ip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x1e3f02af flow_offload_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x25bb8348 nf_flow_snat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x2ee8d0e0 nf_flow_table_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x4366ce92 nf_flow_offload_ipv6_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x48ef0409 nf_flow_rule_route_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x816dde62 nf_flow_dnat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x8c59c4f9 flow_offload_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xa21ad1ee nf_flow_table_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xb4213ee2 nf_flow_table_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xc431420e nf_flow_rule_route_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xd5aa2499 nf_flow_table_offload_setup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xd7b1a513 flow_offload_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xea85e2ea flow_offload_refresh +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xebd232e2 flow_offload_teardown +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xf9055aca flow_offload_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x19ee7f86 nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3bc17c49 nf_nat_masquerade_inet_register_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x42ad008b nf_nat_masquerade_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x461c26a3 nf_nat_exp_find_port +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x555200fc nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x7071db05 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x812ec41b nf_nat_inet_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x88edc1a0 nf_nat_ipv6_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x8afcb2b5 nf_nat_inet_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x8c740e7f nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x93e92876 nf_nat_ipv4_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x98f824f6 nf_ct_nat +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xae3c7e88 nf_nat_masquerade_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb32854fe nf_nat_redirect_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xbddeb0d5 nf_nat_ipv6_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xbeee592b nf_nat_redirect_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd6651300 nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd9c25654 nf_nat_masquerade_inet_unregister_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xda5f58a2 nf_nat_inet_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xf124f612 nf_nat_ipv4_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x03906ee5 nf_synproxy_ipv4_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1f099794 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x24df59cc synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x332f9207 nf_synproxy_ipv6_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x3bfbe682 synproxy_recv_client_ack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x3ec6573e ipv6_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x4b3b6ad5 ipv4_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x82a8c763 synproxy_recv_client_ack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xc92474e7 synproxy_send_client_synack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xca9fc082 synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xdead5850 nf_synproxy_ipv6_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xee12a4b2 nf_synproxy_ipv4_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xf1c252ac synproxy_send_client_synack +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x05e7af15 nft_meta_set_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x08cabc40 nft_set_catchall_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0a3b6d95 nft_chain_validate_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0cf667a3 nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x16a99313 nft_reg_track_update +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1f938bd3 nft_obj_notify +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2328640d nft_obj_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x24ed6336 nft_chain_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x31bcb723 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3251d762 nf_tables_trans_destroy_flush_work +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x346d7043 nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x361df999 nft_register_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x37bd3212 nft_parse_register_store +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3acacbd6 nft_chain_validate_dependency +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3b834d1b nft_ct_get_fast_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x41b71e65 nft_trace_enabled +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x49b0cbb9 nft_set_lookup_global +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4cecbb60 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4f2326f8 nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4fe49948 nft_set_do_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x522f0b36 nft_meta_inner_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x589333ad nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5c248406 nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5f58a24e nf_tables_destroy_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6efbf941 nft_flowtable_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x73f2e6fb nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x741ba045 nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x835bdf72 nft_dump_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8b2e124d nft_unregister_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8e8da6bb nft_meta_get_reduce +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x923edf4b __nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9a240be5 nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa0c14581 nf_tables_bind_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa3f0321f nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xab99d63e __nft_release_basechain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb0e8333d nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb470ed4c nft_unregister_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb6c8b5f0 nft_request_module +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc36199ad nft_set_elem_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc5f4d712 nft_register_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xcde7c3f8 nf_tables_deactivate_flowtable +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd7daa4f2 nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd9d62708 nf_tables_activate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xde57b5f5 nft_parse_u32_check +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe2b8cc13 nft_parse_register_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe4bbb70d nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe567bd98 nf_tables_deactivate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xed84fe5b nft_data_release +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf4b6fa38 nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf8deaab3 nft_meta_set_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfd5d300b nft_expr_reduce_bitwise +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x1a93120c nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x3d0e469d nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x6c7a295d nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x7502ff60 nfnetlink_broadcast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x929dba9b nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xb6196da2 nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xfb0030ff nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x7d874fd5 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x8ee1aaea nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xa7d5941d nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x35eff5e0 nf_osf_fingers +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x5ce994b2 nf_osf_match +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x98752347 nf_osf_find +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x110df855 nft_fib_reduce +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x1a458488 nft_fib_store_result +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x5459caa1 nft_fib_init +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x78a596b1 nft_fib_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xef93308b nft_fib_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1cfed033 nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1de558c1 nft_reject_icmpv6_code +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x9d46ccf8 nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xb79a3918 nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xe2c84666 nft_reject_icmp_code +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xfa04d5f3 nft_reject_validate +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x04e27719 xt_compat_flush_offsets +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x104b1fa3 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x27bf4ce0 xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x2aa7bf71 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3e809523 xt_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6858bd2f xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6a96729a xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6f2eb421 xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x70e7ddce xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x775dfa31 xt_unregister_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x79348ce4 xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7bce4603 xt_data_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x823edea5 xt_compat_add_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9c995c69 xt_percpu_counter_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9fe6967c xt_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa7c94f1d xt_compat_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa89021f2 xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb2e68e19 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbfacb837 xt_percpu_counter_free +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc7dac875 xt_hook_ops_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc7fae024 xt_compat_calc_jump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd13553d0 xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd1e246a2 xt_compat_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd2517f30 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd3fcc511 xt_tee_enabled +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xdd1b1b32 xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xdd3d240c xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xddf68fc6 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xdf6ebbfb xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xec30b62d xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xef2c0b05 xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xef416299 xt_register_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf6abeb06 xt_copy_counters +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xfd2f05a4 xt_request_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x20bc0e7c xt_rateest_put +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xd181cb86 xt_rateest_lookup +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x484a40a4 nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0xcce5a32d nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0xf2d2af39 nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x21e02f7e nci_uart_set_config +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x227e56e6 nci_uart_unregister +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x4ceec4f8 nci_uart_register +EXPORT_SYMBOL_GPL net/nsh/nsh 0xd6ce1b11 nsh_pop +EXPORT_SYMBOL_GPL net/nsh/nsh 0xe9b9ba3d nsh_push +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x2a3e5c47 ovs_vport_free +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x349416cc ovs_netdev_link +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x8db29839 ovs_netdev_tunnel_destroy +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x9f6cd471 ovs_vport_alloc +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xaf41aad2 ovs_vport_ops_unregister +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xd58ec0d9 __ovs_vport_ops_register +EXPORT_SYMBOL_GPL net/psample/psample 0x6c15e3e2 psample_sample_packet +EXPORT_SYMBOL_GPL net/psample/psample 0x7060eda5 psample_group_put +EXPORT_SYMBOL_GPL net/psample/psample 0x7705fb76 psample_group_get +EXPORT_SYMBOL_GPL net/psample/psample 0x8b3ba405 psample_group_take +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x856576f1 qrtr_endpoint_unregister +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x8d25501f qrtr_ns_remove +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0xa47e91ba qrtr_ns_init +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0xc34a4164 qrtr_endpoint_register +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0xd78730e0 qrtr_endpoint_post +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x03b591ef rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0x139aa847 rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0x1752b525 rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0x1c229ebc rds_send_xmit +EXPORT_SYMBOL_GPL net/rds/rds 0x20c5e653 rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x23f7e644 rds_send_path_reset +EXPORT_SYMBOL_GPL net/rds/rds 0x2b0d543c rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x340e0978 rds_connect_path_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x34b4431e rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0x36087aa4 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x3f9fe697 rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x45a4781e rds_addr_cmp +EXPORT_SYMBOL_GPL net/rds/rds 0x582fe5cf rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x585f567b rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x73cdaec4 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x85e4e520 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x85f68d43 rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x87fa6f85 rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x88606a14 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x89e0c3a1 rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x89ecee60 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0x8cd24b39 rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x92186c5f rds_send_ping +EXPORT_SYMBOL_GPL net/rds/rds 0x97c7000a rds_conn_path_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x9dcbbbf0 rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0xaad1bb70 rds_inc_path_init +EXPORT_SYMBOL_GPL net/rds/rds 0xadb29593 rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0xaf275073 rds_conn_path_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xb7bf5f90 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xcadfc3b3 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xcf10a504 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0xd0d914fd rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0xecb8a589 rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0xeeed1986 rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xf0b6b148 rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0xf999c33d rds_connect_complete +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0x71f545ee mqprio_qopt_reconstruct +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0xb7606dad mqprio_validate_qopt +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0xcede419b mqprio_fp_to_offload +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x6ce9b467 pie_calculate_probability +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x849b9d32 pie_process_dequeue +EXPORT_SYMBOL_GPL net/sched/sch_pie 0xe87654dc pie_drop_early +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x16f8ba5d taprio_offload_get +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x6a6b1c12 taprio_offload_free +EXPORT_SYMBOL_GPL net/sctp/sctp 0x27c73080 sctp_for_each_endpoint +EXPORT_SYMBOL_GPL net/sctp/sctp 0x37901216 sctp_transport_traverse_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0x5e9c629d sctp_get_sctp_info +EXPORT_SYMBOL_GPL net/sctp/sctp 0x982c5a19 sctp_transport_lookup_process +EXPORT_SYMBOL_GPL net/smc/smc 0x080426c4 smc_proto6 +EXPORT_SYMBOL_GPL net/smc/smc 0x2559fbd9 smc_unhash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0x6e7fe704 smc_hash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0x92a52c1a smc_proto +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x14c04fb1 svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x38d3dce5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x482ac5a4 g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x5461e80f svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x67b802d9 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xbc5119da gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd7673035 g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x00c09ee9 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x02505499 rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0298decb svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x02e69440 cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x03fc960f xdr_truncate_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x047b09f5 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x049aac7d rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05c6538c bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05e807a9 xdr_encode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x065994f1 xdr_encode_opaque_fixed +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x07b7e4a2 svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0806dd1f svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0994a940 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ba5cfac xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c3c575f rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0dd1f96f rpc_clnt_xprt_switch_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f0e5445 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1331f554 rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1570a875 sunrpc_cache_pipe_upcall_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x15cf3744 xprt_reconnect_backoff +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1711f629 cache_seq_next_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x176bd110 rpc_prepare_reply_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1773f745 xprt_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x178125a8 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x17c1f6b1 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1847c38a rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1878d46e svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x18fcda4f svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x19362858 svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1bb01d38 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1bb0628c xprt_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1bfd9d8e rpc_num_bc_slots +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1c0db347 rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1c8c4c8e rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1c951d06 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1d4a0cc7 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1d7880e4 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e119a79 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x202df1ef xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x206e3741 svc_age_temp_xprts_now +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x23b2e079 rpc_clnt_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x23b8a2fb svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x24ccb12a rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x25a639e9 svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x25af69db rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x25e0a08e sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x273c2e16 xprt_reconnect_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x279fa518 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2843d720 svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2887b6f1 xdr_stream_zero +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x29f73f3d rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a3df8d0 svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a44dc09 rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2aee24ce xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2b0679f8 xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2cac7f24 svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2d6768fc auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ef000e5 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f457eaa rpc_clnt_probe_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x30c7961d rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x32c62ed2 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x346d0ec3 cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x347e66b3 svc_fill_write_vector +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x349592f8 xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34d184de rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34f5a46f xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34f75f43 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x351ff43a xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x35cf56ee svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x37353354 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x377fe006 sunrpc_cache_lookup_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x383023e8 sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3906c209 xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x39dd50d7 xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d650555 svc_generic_init_request +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d90fc58 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d96b941 rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3eb96e9d rpc_max_bc_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3eec6853 gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f9a2b0b rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x404e7776 rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x42a8d736 rpc_clnt_swap_activate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x42ca99ac svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4363cec6 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x44776aa2 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x46f4324a xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x47a6473e rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x48399f6a rpc_set_connect_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x491d420d rpc_clnt_iterate_for_each_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49933192 rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4abe1a7c rpc_clnt_show_stats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4afedab1 xprtiod_workqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4b423bf7 xdr_set_pagelen +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4b5dc9dc xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4b693813 xdr_init_encode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4ba66eee xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dac77f0 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e8f6ca7 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e92ce10 xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x50ce94f7 rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x52185dc3 svc_xprt_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5346f58e svc_xprt_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x549c0738 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5592263f xprt_free_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x559e2c64 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57aa847a xprt_pin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57d93add xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x59fde346 rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a45ba31 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5ab12fed xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5b90664d read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5c4fda79 xprt_unlock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5f5ce023 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x609202f9 rpc_task_gfp_mask +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x60c9dc5d rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61605746 rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x634ae448 svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x654081ce sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65446db5 xprt_add_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66ed2439 rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x68429034 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x69b246e0 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6ad51c18 rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b149e93 svc_rqst_replace_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6c39c418 rpc_clnt_manage_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6d3174e0 xprt_wait_for_reply_request_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6ea2f926 rpc_sleep_on_priority_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x70e74618 svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x70fff963 rpc_count_iostats_metrics +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x711817d0 svc_xprt_received +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71bc40e3 rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x727c0988 rpc_clnt_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x73e2c4cb svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x749840d6 rpc_clnt_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x75656d6e svc_fill_symlink_pathname +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x77e96f9d rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x782347ed rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x78d24f19 xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7b1bccc0 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7b87a111 rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7d9db646 svc_xprt_destroy_all +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x81cbe5ec svc_rpcbind_set_version +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x81e25e28 rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x82267034 svc_encode_result_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x826978e3 rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x837330a7 xprt_force_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x83dfbd9e xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x844d39f2 xprt_unpin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x85ba242d put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x86127174 rpcauth_stringify_acceptor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x862e940b rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x86d88ef8 rpcauth_wrap_req_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8753ce58 rpc_clnt_xprt_switch_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x87c0d6f6 csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8bee0bba rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8c5081b0 rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x90aad9fb svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x91bfbb04 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9326d072 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9518e6e9 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9603c503 svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9670b5a1 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x969fb42f rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x97c1eeb3 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9827788e __xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x984a4283 xdr_page_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99748ea7 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99aee353 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9b90ece3 xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9cc84427 svc_rqst_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9ddce641 xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9e0a1c31 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9e581a94 rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9ee53f4c xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa00067fa rpc_clnt_xprt_switch_has_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa185ab6e rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa25c2d42 xprt_lock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa3a0a645 rpc_sleep_on_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa3c496ec xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa63ec26a svc_xprt_deferred_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa656c35c rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xac5fdf73 xdr_stream_move_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xac8b3355 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad10e4aa rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xada6be24 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb0264a85 sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb246e5bc rpcauth_unwrap_resp_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb3e0a2b9 cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb3e2cd9f xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb4bb92ac xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb74d46c1 xdr_reserve_space_vec +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb7c5b0c3 cache_seq_start_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb96a402b rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbcd19223 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbd410cd7 xdr_stream_decode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbd61188f rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbe476b20 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf4a350e xdr_stream_decode_string_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf4bba9b svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbfc5c0bf xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc00ced0b xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0908dd0 svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0b381a1 svc_generic_rpcbind_set +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc27e240d xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc4860f34 rpc_task_release_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc63418f2 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc691fc7c _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc72acc2a rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e662d6 rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xca019883 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xca0d14ce rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce678a59 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce949ef7 cache_seq_stop_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf812cbd rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd0744082 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd0c35de4 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd14de206 svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd1df41ca cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd1e2aff5 xprt_wait_for_reply_request_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd44e6f27 svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd5ae2ce4 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7a873e0 xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd9d6dddc xprt_wake_up_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb0822b9 xdr_stream_decode_opaque_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc6427c0 rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc692612 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc98050d svc_rqst_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd691402 xprt_find_transport_ident +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdfa34d9d sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe076c823 xdr_stream_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe09bfb17 rpc_task_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe3cc440e svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe4bb9923 rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe6e224d2 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeebf25cc xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xef9156ae rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf061f008 xdr_stream_decode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0b7775d rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf1763c7f sunrpc_cache_unhash +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf312d03f rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf3ef5980 xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf4137205 rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf451ce7f xdr_stream_encode_opaque_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf560d94e xprt_request_get_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf58b9924 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7159d00 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7c866ca rpc_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7fd093f xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf820796d rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9560ce8 rpc_cancel_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfa039a77 xdr_stream_decode_opaque_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfa095732 rpc_clnt_xprt_switch_remove_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfaefb730 rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd881968 rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfde5d273 rpc_localaddr +EXPORT_SYMBOL_GPL net/tls/tls 0x15918d07 tls_validate_xmit_skb +EXPORT_SYMBOL_GPL net/tls/tls 0x18f12c47 tls_device_sk_destruct +EXPORT_SYMBOL_GPL net/tls/tls 0x470e685c tls_encrypt_skb +EXPORT_SYMBOL_GPL net/tls/tls 0x4dbe51d4 tls_offload_tx_resync_request +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x03a81e69 virtio_transport_stream_allow +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x09f276b4 virtio_transport_release +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x0bd6933a virtio_transport_notify_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x0decb821 virtio_transport_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x12c99e9b virtio_transport_notify_recv_pre_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x185f3db0 virtio_transport_shutdown +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x1dfe2b01 virtio_transport_notify_recv_post_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x201b711a virtio_transport_seqpacket_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x23475a0a virtio_transport_stream_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x26dd9a7e virtio_transport_inc_tx_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x4b318d4a virtio_transport_deliver_tap_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x51c1e277 virtio_transport_put_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x54ad3ab3 virtio_transport_stream_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x5ef4ca12 virtio_transport_notify_poll_out +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x64657ee8 virtio_transport_stream_rcvhiwat +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x66e76bdc virtio_transport_purge_skbs +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x67556a54 virtio_transport_seqpacket_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6bba93ad virtio_transport_recv_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6eab4454 virtio_transport_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x791e6e0d virtio_transport_stream_is_active +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x7c0db106 virtio_transport_notify_send_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x8915eb5b virtio_transport_dgram_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x91b87fdf virtio_transport_dgram_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x9783d018 virtio_transport_dgram_bind +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x98fdfcd4 virtio_transport_notify_poll_in +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xaa22b631 virtio_transport_do_socket_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xbabd30f5 virtio_transport_dgram_allow +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xbbab5614 virtio_transport_get_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xbe59b407 virtio_transport_notify_send_post_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xcbc67868 virtio_transport_notify_recv_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd7bb49a2 virtio_transport_notify_send_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xda0ee65e virtio_transport_destruct +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xdfa5d8e6 virtio_transport_notify_send_pre_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe23d34c4 virtio_transport_read_skb +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe5c266d5 virtio_transport_connect +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xefb928f5 virtio_transport_seqpacket_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xf27f6413 virtio_transport_notify_recv_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x03c5288f vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x073315e1 vsock_core_unregister +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0e9bc9b6 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x284e07d8 vsock_bind_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x28f3ae4a vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x295a00f0 vsock_remove_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2a967be5 vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3484af79 vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3803a94d vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3a4af084 vsock_create_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3ab4e33b vsock_core_get_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3d4b0fca vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4b99648c vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x5773985c vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x76b8d98d vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7e8e3f78 vsock_assign_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x90aa8549 vsock_find_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9609537f vsock_add_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9adbe004 vsock_core_register +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9bb6fd09 vsock_connected_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xaa440585 vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xadcee291 vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xaf2674b5 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb0d7bda7 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb57dc1eb vsock_dgram_recvmsg +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc92f7f50 vsock_table_lock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd270917a vsock_deliver_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xda7faf49 vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xde46d79f vsock_connectible_recvmsg +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe98bb800 vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xec96eadf vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xfa162feb vsock_connectible_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xfc1ed701 vsock_data_ready +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xfda9c16b vsock_remove_sock +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x05b42ca5 wiphy_delayed_work_cancel +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x069e60f1 cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x212c8e98 wiphy_work_queue +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x277e62d2 cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x3cab2062 cfg80211_pmsr_report +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x5f194060 cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x674dd758 cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x6d3fa177 cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x6f883520 cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x748ac70d wiphy_work_flush +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x79eafebd wiphy_work_cancel +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x7fc7fbd0 cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xa0b8bc3c cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xaf1ebe04 cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb705dce6 wiphy_delayed_work_flush +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xba82b073 cfg80211_pmsr_complete +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xca2ce798 cfg80211_vendor_cmd_get_sender +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xe1d9f2a1 cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xf1963c51 cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xf1e640a2 wiphy_delayed_work_queue +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xf88b0bed cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xfdb0e1c1 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0049ca83 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x00c80741 xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0a575945 xfrm_count_pfkey_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x37a02412 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x5c699441 xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x72395dc1 xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7a8ca627 xfrm_count_pfkey_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xaab23340 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xb73be794 xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xc6b1fdbe xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xd6f50cf7 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x4f5ba305 ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x9bfae717 ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xafa4bfe2 ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xfe54022a ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_user 0x4a0c7516 xfrm_msg_min +EXPORT_SYMBOL_GPL net/xfrm/xfrm_user 0xa294bed8 xfrma_policy +EXPORT_SYMBOL_GPL sound/ac97_bus 0xf29e0b54 snd_ac97_reset +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0x198df13c snd_seq_kernel_client_put +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0x5205cf6e snd_seq_kernel_client_get +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xadb51cff snd_seq_client_ioctl_unlock +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xcbf9166f snd_seq_system_broadcast +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xe50413d7 snd_seq_client_ioctl_lock +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xf0c8f9fa snd_seq_expand_var_event_at +EXPORT_SYMBOL_GPL sound/core/snd 0x017c8375 snd_devm_request_dma +EXPORT_SYMBOL_GPL sound/core/snd 0x029c15f1 snd_devm_card_new +EXPORT_SYMBOL_GPL sound/core/snd 0x02f5e181 snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd 0x250f6ea5 snd_card_add_dev_attr +EXPORT_SYMBOL_GPL sound/core/snd 0x2d102631 snd_ctl_get_preferred_subdevice +EXPORT_SYMBOL_GPL sound/core/snd 0x32d5f3ef snd_ctl_register_layer +EXPORT_SYMBOL_GPL sound/core/snd 0x47438efa snd_device_disconnect +EXPORT_SYMBOL_GPL sound/core/snd 0x56c744d7 snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd 0x5af762f1 snd_fasync_free +EXPORT_SYMBOL_GPL sound/core/snd 0x64575f79 snd_card_rw_proc_new +EXPORT_SYMBOL_GPL sound/core/snd 0x7c3ba26c snd_fasync_helper +EXPORT_SYMBOL_GPL sound/core/snd 0xa9074e87 snd_device_get_state +EXPORT_SYMBOL_GPL sound/core/snd 0xb0c5f93d snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0xb1a69f1a snd_card_free_on_error +EXPORT_SYMBOL_GPL sound/core/snd 0xc48a10b0 snd_ctl_disconnect_layer +EXPORT_SYMBOL_GPL sound/core/snd 0xc53b87bc snd_device_initialize +EXPORT_SYMBOL_GPL sound/core/snd 0xe3504b41 snd_card_disconnect_sync +EXPORT_SYMBOL_GPL sound/core/snd 0xe42c5d7e snd_power_ref_and_wait +EXPORT_SYMBOL_GPL sound/core/snd 0xe4f1b628 snd_ctl_apply_vmaster_followers +EXPORT_SYMBOL_GPL sound/core/snd 0xe8977782 snd_card_ref +EXPORT_SYMBOL_GPL sound/core/snd 0xf8f2a4eb snd_kill_fasync +EXPORT_SYMBOL_GPL sound/core/snd 0xfaf598c6 snd_ctl_request_layer +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x76b4cc8d snd_compress_new +EXPORT_SYMBOL_GPL sound/core/snd-compress 0xc21390ed snd_compr_stop_error +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x04e1b99f snd_pcm_std_chmaps +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x09e913c1 snd_pcm_alt_chmaps +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x21e191cf snd_pcm_stream_unlock_irqrestore +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x2345ebb5 snd_pcm_stream_unlock +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x33096d83 snd_pcm_stream_lock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x4c9c8d8c snd_pcm_stop_xrun +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x5c407196 snd_pcm_fill_iec958_consumer_hw_params +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x5d8c0c56 snd_pcm_hw_constraint_eld +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x6028f57e snd_pcm_fill_iec958_consumer +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x649892e8 snd_pcm_create_iec958_consumer_default +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x6c7d5544 snd_dma_buffer_sync +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x755db99c _snd_pcm_stream_lock_irqsave +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x77f0f052 snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x85f3d003 snd_pcm_stream_lock +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x8d864069 snd_pcm_rate_range_to_bits +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x907ec7df snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xab8bc1a2 snd_pcm_rate_mask_intersect +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xae047957 snd_pcm_stream_unlock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xbfc58438 _snd_pcm_stream_lock_irqsave_nested +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xc1edcf3f snd_devm_alloc_dir_pages +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x0ab8004b snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x3717604e snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x4524b91a snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x7dce6f17 snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x8cfc610d snd_dmaengine_pcm_refine_runtime_hwparams +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x9676429b snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xb2a734f7 snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xb8c4b03c snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xcd194fba snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xd9d49d1b snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xdd74d89b snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xf6661fe2 snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/core/snd-rawmidi 0x1ef2f24c snd_rawmidi_init +EXPORT_SYMBOL_GPL sound/core/snd-rawmidi 0xd3ef52c4 snd_rawmidi_free +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0x22b63942 __snd_seq_driver_register +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0x3d79868b snd_seq_driver_unregister +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x10a663ca snd_ump_receive_ump_val +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x5b39d06f snd_ump_convert_from_ump +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x66aa052f snd_ump_endpoint_new +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x77138efb snd_ump_receive +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x8e599c49 snd_ump_block_new +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x937b7e23 snd_ump_parse_endpoint +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xde084f4c snd_ump_transmit +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xe02eaab6 snd_ump_switch_protocol +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xe3590e5b snd_ump_convert_to_ump +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xe82e3ca0 snd_ump_attach_legacy_rawmidi +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x134d984a amdtp_am824_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x38b3d09a amdtp_domain_destroy +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x39531b45 amdtp_domain_start +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x3b62e364 amdtp_am824_midi_trigger +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x3f0e0bc3 amdtp_am824_set_parameters +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x42f8fa9a amdtp_domain_add_stream +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x46ca6eb4 amdtp_am824_set_pcm_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x51163781 amdtp_domain_stream_pcm_pointer +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x71ee7147 amdtp_am824_add_pcm_hw_constraints +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x7ef7b160 amdtp_domain_stream_pcm_ack +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xc5e2f6ab amdtp_domain_stop +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xc9076f0a amdtp_am824_set_midi_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xe4f6b4ed amdtp_domain_init +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x059b83d8 snd_hdac_ext_bus_device_remove +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x130d24ec snd_hdac_ext_bus_link_power_down +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x139441dd snd_hdac_ext_bus_ppcap_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x1e38322b snd_hdac_ext_bus_get_ml_capabilities +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x220b0ea2 snd_hdac_ext_stream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x2c8e8620 snd_hdac_ext_bus_link_power_down_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x2d505dba snd_hdac_ext_bus_init +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x31e9c56b snd_hdac_ext_bus_ppcap_int_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x37d1f1e3 snd_hdac_ext_stream_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x3bb1e31b snd_hdac_ext_stream_decouple +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x433e2b8b snd_hdac_ext_bus_link_clear_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x45de5cc3 snd_hdac_ext_bus_exit +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x49149a6e snd_hdac_ext_bus_get_hlink_by_addr +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x4ae7ecd7 snd_hdac_ext_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x4d68c55a snd_hdac_ext_bus_get_hlink_by_name +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x5819bf50 snd_hdac_ext_stream_setup +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x77d23f9f snd_hdac_ext_cstream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x7c0f729c snd_hda_ext_driver_register +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x831eb246 snd_hdac_ext_stream_init_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x844a247b snd_hdac_ext_stream_release +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x8d7e2481 snd_hda_ext_driver_unregister +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xbaec1eb0 snd_hdac_ext_bus_link_set_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xbd3949d5 snd_hdac_ext_link_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xbe19f80c snd_hdac_ext_bus_link_power_up_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xdfda0c7f snd_hdac_ext_bus_link_power_up +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xe0bbdc88 snd_hdac_ext_stream_reset +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xe2fe3927 snd_hdac_ext_stream_start +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xe6f5a2b4 snd_hdac_ext_stream_decouple_locked +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xf04995b4 snd_hdac_ext_bus_link_get +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xf34698a7 snd_hdac_ext_bus_link_put +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xf75d12fa snd_hdac_ext_stream_clear +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x000ff4d2 snd_hdac_stream_spbcap_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0213965b snd_hdac_get_stream_stripe_ctl +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x021889f6 snd_hdac_dsp_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x069e9b5b snd_hdac_acomp_register_notifier +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0cd56b5b snd_hdac_dsp_prepare +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0ee4df55 snd_hdac_power_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x134f3b6e snd_hdac_stream_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1aaad3c4 snd_hdac_regmap_update_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x20df64ce snd_hdac_bus_send_cmd +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x237504f5 snd_hdac_stop_streams_and_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x25fee3f2 snd_hdac_i915_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2617da77 snd_hdac_stream_set_lpib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2dd8ae4a snd_hdac_stream_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2de4ce29 snd_hdac_device_unregister +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x37033733 snd_hdac_get_sub_nodes +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x39a44235 snd_hdac_codec_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3bd544c2 snd_hdac_get_active_channels +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3ca86e1e snd_hdac_register_chmap_ops +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3f2201bb snd_hdac_read_parm_uncached +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3f92a349 snd_hdac_refresh_widgets +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4107c906 snd_hdac_stream_release +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x412ab571 snd_hdac_bus_update_rirb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x43e584b9 snd_hdac_power_up_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4635d1f9 snd_hdac_sync_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x474400d7 snd_hdac_device_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x477e3eee snd_hdac_stream_set_spib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x497fe70d snd_hdac_acomp_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4a565541 snd_hdac_stop_streams +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4c6a9d97 snd_hdac_stream_release_locked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4c7ec4b6 snd_hdac_get_ch_alloc_from_ca +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4e9b926e snd_hdac_stream_drsm_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4f77056a snd_hdac_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x569a3999 snd_hdac_bus_handle_stream_irq +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x56f5ed7a snd_hdac_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5bc9d338 snd_hdac_stream_timecounter_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5c07cb49 snd_hdac_calc_stream_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x60491adf snd_hdac_device_set_chip_name +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x62d44212 snd_hdac_bus_exit_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x658a438c hdac_get_device_id +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x67bfe791 snd_hdac_spk_to_chmap +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6853c446 snd_hdac_setup_channel_mapping +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6a195d1c snd_hdac_regmap_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6b20eb5f snd_hdac_stream_set_params +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6f7ed87a snd_hdac_set_codec_wakeup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6f9a1f32 snd_hdac_stream_assign +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7353f8b8 _snd_hdac_read_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x77285197 snd_hdac_dsp_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x77c754a8 snd_hdac_chmap_to_spk_mask +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7b25b917 snd_hdac_regmap_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7dd90c87 snd_hdac_device_register +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7e9a447f snd_hdac_power_down_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7ee0f9f9 snd_hdac_bus_reset_link +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x81fdaef0 snd_hdac_override_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x86195504 snd_hdac_stream_setup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x869cb821 snd_hdac_stream_set_dpibr +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x87b37a17 snd_hdac_bus_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8ac2e33e snd_hdac_regmap_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8b781275 snd_hdac_get_connections +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8f41a361 snd_hdac_bus_parse_capabilities +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x920cfeec snd_hdac_regmap_update_raw_once +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9546b983 snd_hdac_codec_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x963177a4 snd_hdac_bus_free_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x978ea7c7 snd_hdac_acomp_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9bb3aa84 snd_hdac_stream_get_spbmaxfifo +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9d053b9a snd_hdac_query_supported_pcm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9e9b2082 snd_hdac_is_supported_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9fe52721 snd_hdac_device_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa21e7eca snd_hdac_stream_setup_periods +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa60724dd snd_hdac_stream_stop +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xaa11c152 snd_hdac_bus_get_response +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xaf267bec snd_hdac_sync_audio_rate +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb130888f snd_hdac_regmap_read_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb4a610e1 snd_hdac_bus_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb4abf085 snd_hdac_regmap_add_vendor_verb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb8ab63bd snd_hdac_bus_exec_verb_unlocked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc5577265 snd_hdac_stream_sync_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc8672dec snd_hdac_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc9ae5634 snd_hdac_display_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xcc9362ad snd_hdac_stream_start +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd1fbd177 snd_hdac_bus_init_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd5481a58 snd_hdac_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xda657ed7 snd_hdac_regmap_write_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xdd22528c snd_hdac_bus_enter_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xdd62fd42 snd_hdac_bus_stop_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xde8d13e6 snd_hdac_acomp_get_eld +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe0611c28 snd_hdac_check_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe0fcd120 snd_hdac_stream_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe18cd879 snd_hdac_power_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe297a3cb snd_hdac_stream_wait_drsm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe4971c49 snd_hda_bus_type +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe4e07754 snd_hdac_print_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe716ab50 snd_hdac_get_stream +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe9159a17 snd_hdac_i915_set_bclk +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe9bb9bb2 snd_hdac_bus_init_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xef41efac snd_hdac_codec_link_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf0886813 snd_hdac_codec_link_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf0a8acc5 snd_hdac_bus_stop_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf0f2fb41 snd_hdac_stream_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfca02d03 snd_hdac_bus_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xff58c850 snd_hdac_codec_modalias +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x27c27ea4 snd_intel_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x3b58e7bd intel_nhlt_get_dmic_geo +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x4481ec4b intel_nhlt_init +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x4bc389aa snd_intel_acpi_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x4e859456 intel_nhlt_free +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x393a6dde snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x4ea5c7eb snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x521b2cbf snd_ak4113_create +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xcb0000c9 snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xf9004166 snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xf93fc8fb snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x001ffc4d snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x034a438f snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0352d584 snd_hda_codec_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x04cb9714 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0676f5ac snd_hda_get_input_pin_attr +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x07170c93 snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x07ae6fce snd_hda_jack_set_button_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0b665131 snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0d597751 snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0e2160ec snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0eef8fd0 snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0f854cef snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x10869f64 snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x133cb265 snd_hda_codec_load_dsp_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x13ba23b7 azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1693cd21 snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x19460d04 snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1ac3f5ad snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1cb10119 snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1d1f7e57 snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1d53345e __snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1e8dec89 snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x200f3fa4 snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x20fa11b6 snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x21675efa snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x27615683 azx_get_pos_posbuf +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x28b833c6 snd_hda_codec_pcm_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2906fa62 snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2a4876cb snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2c9d13fd snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2ca703fa snd_hda_codec_load_dsp_trigger +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2d4d8210 snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2e952650 snd_hda_codec_parse_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2f55b2f5 snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x33d90ea5 snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3a74d3ec snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3b875bda snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3d114a40 hda_codec_driver_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3f392672 azx_probe_codecs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3f78cc03 snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x434a9bc2 snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4394f3c3 snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x45c8e3ef snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4a9100f8 is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4c37a063 snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4cb64a25 snd_hda_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4cce94c2 __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x556f1095 snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x561dad51 snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x59ea35e0 azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5af6af3d azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5d8c3a16 snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5e924280 snd_hda_get_num_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6383047e snd_hda_codec_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x651b1069 snd_hda_jack_detect_enable_callback_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6aec153a snd_hda_jack_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6b6eae9b snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6cb394ce snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6d37eca3 snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6daa258f snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6e20fb4c snd_hda_codec_pcm_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6ebd0957 snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6fc975e9 snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x716af444 azx_get_pos_lpib +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x74cc7944 snd_hda_check_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7678bbd5 snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7ca4c81a snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7ca68a79 snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x801e7b9f snd_hda_get_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8039252e snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x80bc1c83 snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x830317a6 snd_hda_codec_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x83927a82 snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x84ae628d snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x85286cf9 __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x879bdcb0 snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8849fa69 snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x88c24d4a snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8f0f6222 snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8f43eaca snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x93a6962c snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x95991165 snd_hda_set_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x96d11167 snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x96ff6686 snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9ef7d2f1 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa1882357 snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa3dc0c66 snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa3dd81c8 snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa8d8ec2d snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa9624f71 snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaba0edc3 snd_hda_jack_bind_keymap +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xad193155 snd_hda_codec_device_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xadaae763 azx_stop_all_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaebb3ba9 snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb02a356d snd_hda_jack_tbl_get_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb0b05906 snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb1e6eff0 snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb4a8b8bb snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb7723ec8 snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb7e2d413 snd_hda_codec_set_name +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb8b7cb4a azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xba036a0b snd_hda_codec_cleanup_for_unbind +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbbe7ed2f snd_hda_codec_device_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbc3d917d snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbef73085 snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc190e805 snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc430047a snd_hda_jack_add_kctl_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc504b464 snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc50c700f _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc62db5f5 snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc81cf01f snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcbdc5f73 hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xce8cc6d0 __hda_codec_driver_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd1fcfb6b snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd60d7fe9 snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdb5a742f snd_hda_codec_load_dsp_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdc010b9c snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdc7301c9 azx_bus_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe063354a snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe190bd7c snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe49992da snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe5973e03 query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xecd1888a snd_hda_jack_detect_state_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xed21671f azx_free_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xed37279b snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf23f6e41 snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf3702216 azx_init_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf3b3e2ed snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf434a32d snd_hda_codec_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf7ad94f6 snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8dc35ac snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x13d82e2a snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x1d2b9dad snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x1da97e1a snd_hda_gen_stream_pm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x316c04ca snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x3b38bdd3 snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x4b55ad5a snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x5237bc5a snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x5faf3e2b snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x63671573 snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x68b4d5c5 snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x76dc6871 hda_main_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x78229f9a snd_hda_gen_update_outputs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x871a6e44 hda_extra_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x87541e98 snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x9ca64cc9 snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xa0f5c0ad snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xaaac84fa snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb6cdf5b8 snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc49db3d4 snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xcf9bf968 snd_hda_gen_add_mute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd86a34f2 snd_hda_gen_add_micmute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xe24dd76a snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xe8ded133 snd_hda_gen_fix_pin_power +EXPORT_SYMBOL_GPL sound/soc/amd/acp/snd-acp-mach 0xb04ce168 acp_quirk_table +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau-utils 0xae620be9 adau_calc_pll_cfg +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1372 0xf42b7e8f adau1372_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0x5cd100ec adau1761_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0xf8b6a794 adau1761_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x033a7c98 adau17x1_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x04348100 adau17x1_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x099dcd3b adau17x1_add_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x2e2afca5 adau17x1_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x500c4cdf adau17x1_set_micbias_voltage +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x5f38ca03 adau17x1_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x7bea9c03 adau17x1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x94fee1ea adau17x1_precious_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xb3e4acb1 adau17x1_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xbf90c246 adau17x1_add_widgets +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau7118 0x2a3c40bc adau7118_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x00ca1134 arizona_anc_input_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x0146a14e arizona_jack_codec_dev_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x0209c9d3 arizona_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x04c407de arizona_isrc_fsh +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x05ef48f4 arizona_jack_codec_dev_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x0bdbe6db arizona_of_get_audio_pdata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x0fd622f7 arizona_out_vi_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x1b2e9ef7 arizona_init_vol_limit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x1e474350 arizona_init_spk_irqs +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x2289de4b arizona_dvfs_sysclk_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x25ddc3fc arizona_output_anc_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x295e6b6b arizona_init_dvfs +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x36d9bc24 arizona_anc_ng_enum +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x38ab1184 arizona_input_analog +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x3bd1ca72 arizona_ng_hold +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x3c1805de arizona_hp_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x4371ed3b arizona_eq_coeff_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x46277216 arizona_rate_val +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x4c0cff4f arizona_set_fll_refclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x4d960591 arizona_lhpf3_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x4fb63567 arizona_free_spk_irqs +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x52fe82d8 arizona_anc_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x5583ebea arizona_asrc_rate1 +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x564fa7d5 arizona_voice_trigger_switch +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x5c9b6f27 arizona_lhpf_coeff_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x5d3af600 arizona_init_fll +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x5dbc2c7f arizona_set_output_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x69102a20 arizona_sample_rate_text +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x6e014337 arizona_out_vd_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x729a5ef3 arizona_mixer_values +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x746533b3 arizona_init_dai +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x7e9198a3 arizona_init_spk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x7f26f273 arizona_mixer_texts +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x7fcb929a arizona_sample_rate_val_to_name +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x805654a8 arizona_dvfs_up +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x88313b1f arizona_lhpf4_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x90e403bc arizona_in_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x96eaad7c arizona_dvfs_down +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0x9f5545c8 arizona_isrc_fsl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xa11b6fe7 arizona_init_common +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xa416fa9c arizona_init_gpio +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xa857769d arizona_jack_set_jack +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xab4d845c arizona_rate_text +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xad82b9cf arizona_in_vi_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xbe6e7a38 arizona_in_hpf_cut_enum +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xbed85caa arizona_adsp2_rate_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xc44ad17b arizona_set_fll +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xc9c29637 arizona_mixer_tlv +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xcc55d80f arizona_in_vd_ramp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xd5f91de7 arizona_out_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xd6fe042b arizona_clk_ev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xda0914b8 arizona_lhpf1_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xdfe804b8 arizona_sample_rate_val +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xebe10e25 arizona_lhpf2_mode +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xee688ae0 arizona_in_dmic_osr +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xf159d670 arizona_simple_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xf69a67f9 arizona_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-arizona 0xf84972c0 arizona_init_mono +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x0d40d551 aw88395_dev_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x1ba3d261 aw88395_dev_get_profile_count +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x1e76b42f aw88395_dev_set_profile_index +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x3ec5471b aw88395_dev_start +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x500e69ed aw88395_dev_get_profile_index +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x57a37391 aw88395_dev_mute +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x5b242b2a aw88395_dev_set_volume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x7465ba1e aw88395_dev_get_prof_name +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x9cd1af0b aw88395_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xa2ec1ca6 aw88395_dev_stop +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xb0abda30 aw88395_dev_fw_update +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xc263be5b aw88395_dev_get_prof_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395-lib 0x13509d2e aw88395_dev_cfg_load +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395-lib 0xa40c61d5 aw88395_dev_load_acf_check +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x0b1b9214 cs35l41_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x7bd31613 cs35l41_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0xed9fee60 cs35l41_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x27e57523 cs35l41_write_fs_errata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x389e86c7 cs35l41_safe_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x38e2c961 cs35l41_global_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x7a767cb7 cs35l41_set_channels +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x7b5ee6e6 cs35l41_regmap_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x98e3c663 cs35l41_test_key_unlock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xa0815aa3 cs35l41_enter_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xa60d1923 cs35l41_set_cspl_mbox_cmd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xb1c65a3f cs35l41_exit_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xb3dd3415 cs35l41_register_errata_patch +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xcd0be039 cs35l41_regmap_spi +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xd08319e2 cs35l41_test_key_lock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xd3ec31db cs35l41_configure_cs_dsp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xe92ff6ad cs35l41_gpio_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xe9d5e391 cs35l41_otp_unpack +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xfa9075b7 cs35l41_init_boost +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x2f3d8c6b cs35l56_system_suspend_no_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x3221f6f4 cs35l56_system_suspend_late +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x917abb32 cs35l56_system_resume_no_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xcc63b435 cs35l56_system_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xe21c4348 cs35l56_system_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xfed9559a cs35l56_system_resume_early +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x717c676d cs4271_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0xf340e4a9 cs4271_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x1f53913d cs42l51_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x8d20f296 cs42l51_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xad677757 cs42l51_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xe51ad074 cs42l51_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xf4bcaa8e cs42l51_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x3b96d4a6 cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7cac7292 cs42888_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x934ef4f6 cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3794c9 cs42448_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xce6e7fa5 cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0x688717bd es8328_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0xc061f741 es8328_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x15ee6554 soc_hda_ext_bus_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x2d0f09d9 hda_codec_probe_complete +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0xc19c6fe6 snd_soc_hda_codec_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hdac-hda 0x3e337ccd snd_soc_hdac_hda_get_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hdac-hdmi 0x06012add hdac_hdmi_jack_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hdac-hdmi 0x840f1be3 hdac_hdmi_jack_port_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0x1d5f4326 lpass_macro_pds_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0xdf61f423 lpass_macro_pds_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0x0b28933c max98090_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x005f183b max98373_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x1766c21f soc_codec_dev_max98373 +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x1da74774 soc_codec_dev_max98373_sdw +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0xc82fc741 max98373_slot_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x05099b18 mt6358_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x0f5fc4c9 mt6358_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x62a860bf mt6358_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xcb577b43 mt6358_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8821 0x5df91d9d nau8821_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0x44487ed9 nau8824_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0xbf55f96a nau8824_components +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8825 0x2e779fd8 nau8825_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x5d408c74 pcm1789_common_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x9288fcf4 pcm1789_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0xd496abed pcm1789_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0x64dc481c pcm179x_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0xd32607c5 pcm179x_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0x31ea5b79 pcm186x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0x6ff12c44 pcm186x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x11bb3868 pcm3168a_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x693e272f pcm3168a_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x8937f21c pcm3168a_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x9c95c6d2 pcm3168a_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x1e5189c4 pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x7717b1b0 pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xb9818871 pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xf0d4d3fe pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x5dc92cdf rl6231_pll_calc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x70617a04 rl6231_get_clk_info +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x8d7fa148 rl6231_get_pre_div +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0xdba4502f rl6231_calc_dmic_clk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6347a 0xa7aa810f rl6347a_hw_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6347a 0xade4bf4c rl6347a_hw_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5514-spi 0x61ff58e3 rt5514_spi_burst_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5514-spi 0xff87892f rt5514_spi_burst_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x32367d85 rt5640_detect_headset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x4c59ebef rt5640_dmic_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x4dc664e1 rt5640_set_ovcd_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x696e7f57 rt5640_disable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xa2c62f4b rt5640_enable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xc77156a4 rt5640_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0x385c2266 rt5645_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0xef961993 rt5645_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5659 0xcad10972 rt5659_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5663 0x176d730e rt5663_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5670 0x00f5dbba rt5670_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5670 0x0453fb1a rt5670_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5670 0x2f5ee4db rt5670_components +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5670 0xb608da04 rt5670_jack_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5670 0xf6e4f4f7 rt5670_jack_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677 0x4778687b rt5677_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677-spi 0x5fc320ad rt5677_spi_write_firmware +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677-spi 0x67956035 rt5677_spi_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677-spi 0xc6695825 rt5677_spi_hotword_detected +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677-spi 0xe8ece129 rt5677_spi_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x0423acf2 rt5682_register_dai_clks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x0d18594a rt5682_supply_names +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x0fce9674 rt5682_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x2977d954 rt5682_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x4ce715ca rt5682_apply_patch_list +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x59d3d967 rt5682_jack_detect_handler +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x600c9b1b rt5682_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x66daa279 rt5682_soc_component_dev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x6fa2eea3 rt5682_aif2_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x849555a0 rt5682_aif1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x8c702c3d rt5682_calibrate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xb0691039 rt5682_parse_dt +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xb897de56 rt5682_reg +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xcba71fe1 rt5682_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682s 0x8a09d637 rt5682s_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x5c9f62e6 sigmadsp_setup +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x5d0b15d2 sigmadsp_restrict_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xa808660d sigmadsp_attach +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xe2ea0f71 devm_sigmadsp_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xff9bfd6e sigmadsp_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-i2c 0x3bae81e7 devm_sigmadsp_init_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-regmap 0x681b4921 devm_sigmadsp_init_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0x1f19ae90 src4xxx_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0x8f008795 src4xxx_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0x56c5402a ssm2602_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0xed83c03d ssm2602_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x10e3d9a8 tasdevice_amp_putvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x356e022c tasdevice_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x64fa5a79 tasdevice_amp_getvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x833c609d tasdevice_digital_putvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x862caa48 tasdevice_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x8ce256b1 tasdevice_dev_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x8d546ef8 tasdevice_kzalloc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x8e244e5c tasdevice_dev_update_bits +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xc3a692c8 tasdevice_dev_bulk_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xd2ca1625 tasdevice_dev_bulk_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xd46b9101 tascodec_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xd60d28da tasdevice_dsp_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xedcb0509 tasdevice_dev_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xf4b405ce tas2781_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xf725e34c tasdevice_digital_getvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic32x4 0xa1d74296 aic32x4_register_clocks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic3x 0x0597bba0 aic3x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ts3a227e 0x23ff9d8c ts3a227e_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd-mbhc 0x936c1623 wcd_mbhc_event_notify +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x0322e6ba wcd938x_swr_get_current_bank +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x0b71be05 wcd938x_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x14fb265b wcd938x_sdw_set_sdw_stream +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xa67bdb18 wcd938x_sdw_device_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xa924c963 wcd938x_sdw_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x0c1b7a4b wm_adsp_power_up +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x0d4611d2 wm_adsp_write_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x2dc2f16c wm_adsp_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x300e0181 wm_adsp2_preloader_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x3a16ac2d wm_adsp2_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x49aee45c wm_adsp_compr_copy +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x4f9b8599 wm_adsp_fw_enum +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x52c16479 wm_halo_wdt_expire +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x5c9430f4 wm_adsp_fw_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x65855efa wm_adsp2_component_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x661848d4 wm_adsp_compr_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x6abf8145 wm_adsp2_component_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x707c8663 wm_adsp1_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x7c8cd45d wm_adsp_compr_open +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x82e609e7 wm_adsp_read_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x84b7e743 wm_adsp_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x8975b6ff wm_adsp_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x904fa3c3 wm_adsp_early_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x942a5209 wm_adsp2_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x96b1601b wm_adsp2_preloader_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x9d60ca8e wm_adsp_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xa5e287e1 wm_adsp_compr_handle_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xa875ce7c wm_halo_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xd8941f06 wm_adsp_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xdd3c79ef wm_adsp2_bus_error +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xe6eca221 wm_adsp1_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xea38ee07 wm_halo_bus_error +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xf382d995 wm_adsp2_set_dspclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xfa2b516e wm_adsp_fw_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0x66293b75 wm8731_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0xe7ded374 wm8731_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x18b634f3 wm8804_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x2296a1c7 wm8804_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x7caf79a5 wm8804_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xed104be4 wm8804_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0xd4d0ad1e wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0x033485bc wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-asrc 0xde9bac83 fsl_asrc_component +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-imx-audmux 0x30693bb7 imx_audmux_v1_configure_port +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-imx-audmux 0x58631dab imx_audmux_v2_configure_port +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x00e1d1ff asoc_simple_is_convert_required +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x12e4d61e asoc_simple_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x2d01a84a asoc_simple_be_hw_params_fixup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x2eb4b393 asoc_simple_startup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x31f227a3 asoc_simple_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x369af508 asoc_graph_is_ports0 +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x39447cd6 asoc_simple_set_dailink_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x44909f07 asoc_simple_shutdown +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x449941b3 asoc_simple_parse_tdm_width_map +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x456d3dd2 asoc_graph_parse_dai +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x505e185b asoc_simple_parse_routing +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x5fb66d1e asoc_simple_canonicalize_cpu +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x68710e48 asoc_simple_parse_convert +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x72f4ee5e asoc_graph_card_probe +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x75c42ab6 asoc_simple_init_jack +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x7cc8a513 asoc_simple_hw_params +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x81e38028 asoc_simple_init_aux_jacks +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x9773d601 asoc_simple_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x9c5ef43c asoc_simple_parse_widgets +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xa99a0d50 asoc_simple_clean_reference +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xb66880d4 asoc_simple_dai_init +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xcc2f1a6d asoc_simple_canonicalize_platform +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xdccc6117 asoc_simple_remove +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xed01cee2 asoc_simple_parse_clk +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xf79765e4 asoc_simple_init_priv +EXPORT_SYMBOL_GPL sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform 0xb3cc03a9 sst_register_dsp +EXPORT_SYMBOL_GPL sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform 0xc554354e sst_unregister_dsp +EXPORT_SYMBOL_GPL sound/soc/intel/atom/sst/snd-intel-sst-core 0x0639b661 sst_configure_runtime_pm +EXPORT_SYMBOL_GPL sound/soc/intel/atom/sst/snd-intel-sst-core 0x58e3b092 sst_context_init +EXPORT_SYMBOL_GPL sound/soc/intel/atom/sst/snd-intel-sst-core 0x68e1d29b sst_alloc_drv_context +EXPORT_SYMBOL_GPL sound/soc/intel/atom/sst/snd-intel-sst-core 0x709cd25f relocate_imr_addr_mrfld +EXPORT_SYMBOL_GPL sound/soc/intel/atom/sst/snd-intel-sst-core 0x71af1f3b sst_context_cleanup +EXPORT_SYMBOL_GPL sound/soc/intel/atom/sst/snd-intel-sst-core 0xb5d4f313 intel_sst_pm +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x044fb648 snd_soc_acpi_intel_jsl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x0af3b3fd snd_soc_acpi_intel_kbl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x22481abe snd_soc_acpi_intel_rpl_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x26c96bc0 snd_soc_acpi_intel_skl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x28f6018f snd_soc_acpi_intel_cherrytrail_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x336f81a3 snd_soc_acpi_intel_bxt_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x435de4a0 snd_soc_acpi_intel_lnl_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x4bc12fab snd_soc_acpi_intel_cnl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x4bf97c55 snd_soc_acpi_intel_broadwell_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x4c167d87 snd_soc_acpi_intel_lnl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x4ca3eedb snd_soc_acpi_intel_baytrail_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x602ca5ba snd_soc_acpi_intel_tgl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x6b546c25 snd_soc_acpi_intel_mtl_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x70a7b2ab snd_soc_acpi_intel_icl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x9293bd3c snd_soc_acpi_intel_cfl_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0x969cc883 snd_soc_acpi_intel_cnl_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xa0e12644 snd_soc_acpi_intel_cml_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xa35cfaa0 snd_soc_acpi_intel_cml_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xaa1b64b9 snd_soc_acpi_intel_adl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xbc99cacd snd_soc_acpi_intel_adl_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xbf64f147 snd_soc_acpi_intel_ehl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xd5f712ce snd_soc_acpi_intel_tgl_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xd9243276 snd_soc_acpi_intel_mtl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xdcc6d459 snd_soc_acpi_intel_rpl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xe1fbc625 snd_soc_acpi_intel_icl_sdw_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xe53d43e4 snd_soc_acpi_intel_glk_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xf6f6f391 snd_soc_acpi_intel_hda_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-acpi-intel-match 0xf987d11d snd_soc_acpi_intel_cfl_machines +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x16e86983 sst_shim32_read +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x2e5349e4 sst_dsp_mailbox_init +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x361ff012 sst_dsp_shim_update_bits_forced_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x4f58ed04 sst_dsp_inbox_write +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x5154e165 sst_dsp_outbox_write +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x69e7a593 sst_dsp_shim_update_bits_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x6db63697 sst_dsp_shim_read_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x8711bdba sst_dsp_shim_read +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x87cdf7d2 sst_shim32_write64 +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0x8dfa7c1a sst_dsp_shim_write +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0xb7ea46b3 sst_dsp_shim_update_bits +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0xc0fb6ca3 sst_dsp_outbox_read +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0xc411d880 sst_dsp_shim_write_unlocked +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0xcd056531 sst_dsp_inbox_read +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0xd72a34c2 sst_shim32_read64 +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0xe9c6de99 sst_shim32_write +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0xf6c98f45 sst_dsp_register_poll +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-dsp 0xfa002bb3 sst_dsp_shim_update_bits_forced +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0x137d4132 sst_ipc_tx_message_nopm +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0x33a0599a sst_ipc_tx_message_nowait +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0x6735cdf3 sst_ipc_fini +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0x8856253e sst_ipc_tx_msg_reply_complete +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0xaa1ca5cb sst_ipc_reply_find_msg +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0xbd3db345 sst_ipc_tx_message_wait +EXPORT_SYMBOL_GPL sound/soc/intel/common/snd-soc-sst-ipc 0xe7c15ee7 sst_ipc_init +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x02c91dc5 skl_ipc_set_large_config +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x09d490c1 skl_ipc_set_pipeline_state +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x12e4418e cnl_sst_dsp_cleanup +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x3888e679 skl_ipc_set_d0ix +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x3e14607b bxt_sst_dsp_cleanup +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x3e3c3e1e skl_dsp_sleep +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x3eceb065 is_skl_dsp_running +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x40391ce2 skl_get_pvt_instance_id_map +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x467ab2c1 skl_clear_module_cnt +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x4afe5681 bxt_sst_dsp_init +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x4bbe5aaf skl_sst_ipc_load_library +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x4c723c92 bxt_sst_init_fw +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x54a04975 skl_sst_init_fw +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x5a28c2a9 cnl_sst_init_fw +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x5ea9d7b0 skl_ipc_init_instance +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x6fbd7fa5 skl_ipc_load_modules +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x7a266f27 skl_ipc_restore_pipeline +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x7ca9927f skl_ipc_create_pipeline +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x87e48c8a skl_sst_dsp_cleanup +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x8c4abc04 skl_ipc_set_dx +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0x933619d7 skl_sst_dsp_init +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xa0c8e836 cnl_sst_dsp_init +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xa5a9cf40 cnl_dsp_free +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xabded860 skl_dsp_free +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xb5757b24 skl_put_pvt_id +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xb9ac51c6 skl_dsp_get_core +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xbe459e76 skl_dsp_put_core +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xc3b338f5 skl_ipc_save_pipeline +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xdd438f70 skl_ipc_delete_pipeline +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xdd7ef1f5 skl_dsp_wake +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xe1bd2eb9 skl_get_pvt_id +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xe5a0bb0b skl_ipc_bind_unbind +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xefaeb9be skl_ipc_get_large_config +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xf1554090 skl_ipc_unload_modules +EXPORT_SYMBOL_GPL sound/soc/intel/skylake/snd-soc-skl 0xf4f02efd skl_dsp_set_dma_control +EXPORT_SYMBOL_GPL sound/soc/snd-soc-acpi 0x14c66b61 snd_soc_acpi_codec_list +EXPORT_SYMBOL_GPL sound/soc/snd-soc-acpi 0x5c512782 snd_soc_acpi_find_package_from_hid +EXPORT_SYMBOL_GPL sound/soc/snd-soc-acpi 0xba39aa11 snd_soc_acpi_find_machine +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x002dc627 snd_soc_dapm_new_control +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0088c2a2 snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x00c2f590 snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x03e9d53d snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x05b337ed snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x074d33b3 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x076aa944 snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x077d7fe0 snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x090a856b snd_soc_link_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0a48d058 snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0a65072d dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0a8ba550 snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0bc0d718 snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0c246f7c widget_in_list +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0c7d799f snd_soc_component_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0c9877eb snd_soc_daifmt_parse_clock_provider_raw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0d0bd358 snd_soc_card_remove_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0d597a0d snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0e348b31 snd_soc_set_dmi_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0e79e08f snd_soc_link_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0ebf59bf snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0ee522b9 snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0f4f462e snd_soc_component_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0fe2ee45 snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x10b46261 snd_soc_find_dai_with_mutex +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1142bcb9 snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x139cd6c2 snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x13d5c294 snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x15442eca snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x15fbe74e asoc_dummy_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x169c7a59 snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x17526570 snd_soc_component_write_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x175bb3fa snd_soc_component_read_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x185c17b1 snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x18b12a80 devm_snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1e731a94 snd_soc_of_get_slot_mask +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1eb9764f snd_soc_dai_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1f2fdbab snd_soc_component_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x207bb4b4 snd_soc_component_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2237099e snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x233a3f65 snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x24a977d1 snd_soc_dpcm_can_be_prepared +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2672ebe2 snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2a0e9e9b snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2b833005 snd_soc_component_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2d98b222 snd_soc_component_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2f682156 snd_soc_of_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2fdbd41a snd_soc_component_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3038f545 devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x30acaee6 snd_soc_of_parse_aux_devs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x30f6d381 snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3386c65b snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3461a602 snd_soc_card_jack_new_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x353a4fa8 snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3555beca snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x36f57819 snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x383554bd snd_soc_of_put_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x38f98d8c soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3a29509b snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3b2f7903 snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3caf7259 snd_soc_dai_active +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3cb60904 snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3d86a9eb snd_soc_component_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3e3d16e3 snd_soc_tplg_widget_bind_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3f5f2260 snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3fdd4c77 snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x40969791 snd_soc_dapm_stream_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x40acfed6 snd_soc_info_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x41b1482d snd_soc_remove_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x447e966f snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4563a783 snd_soc_component_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x45d32287 snd_soc_of_get_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x46c009d5 snd_soc_dapm_force_bias_level +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x48fb29e3 snd_soc_component_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4904a95d snd_soc_component_initialize +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x490c1edd snd_soc_daifmt_parse_format +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x495d44ff snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4a72e9f3 snd_soc_dai_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4be8653d dapm_pinctrl_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4ec23dbc snd_soc_dpcm_runtime_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4f6680b5 snd_soc_lookup_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4fa1782d snd_soc_tdm_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5022622f snd_soc_of_get_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x528269f0 snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5670fb55 snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x56fa2d53 snd_soc_dai_get_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x57a2092d snd_soc_component_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x58425dc4 snd_soc_get_stream_cpu +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x590c5240 snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5af2b5fe snd_soc_free_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5b684516 snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5c2b2fc5 snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5c38f6aa snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5d0ca7a7 snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5d626df0 snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5dcd3f62 snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5e90464c snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5f338c91 snd_soc_dai_link_set_capabilities +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5fe1d9ed snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x62e14aa5 snd_soc_of_get_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x63264a1d snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x636509cd snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x657136ae snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x666896b9 snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x684c89a9 snd_soc_get_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x69505436 snd_soc_component_compr_copy +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6d2ac6dc snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6e11b6bc snd_soc_component_get_jack_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6ee22d18 snd_soc_add_pcm_runtimes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6fa53d05 snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7047ead4 snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x71457c96 snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7406dc47 snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7687eefa snd_soc_tplg_component_load +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7736390a snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x786cc309 snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7b704e3e snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7d00928b snd_soc_dai_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7d42b111 snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7f095ca6 snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7f6650f0 snd_soc_new_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x800ad4ce snd_soc_dai_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8086eed4 snd_soc_close_delayed_work +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x80c8d3f4 dapm_kcontrol_get_value +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8223f936 snd_soc_add_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x82b9ef20 snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x82dbcd65 snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x82ed6a6c snd_soc_new_compress +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x837581be snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8512c585 snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x85c29f20 snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x86760e94 snd_soc_dai_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x87044918 snd_soc_component_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x882f3746 snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8a802daa snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8c68a1c9 snd_soc_unregister_component_by_driver +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8ce51ad6 snd_soc_component_compr_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8da61aba snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8dd9dd64 snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9076b1de dapm_mark_endpoints_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x91e06c28 snd_soc_component_notify_control +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x92b902e1 snd_soc_dai_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x94966b3f snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x94aeae84 dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x957ebfe5 snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9596cb25 snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x96522c1e snd_soc_component_compr_get_codec_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x98d1acbb snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x98eba84c snd_soc_dai_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x98fe28aa snd_soc_get_dai_id +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9a517663 snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9c1a8c46 snd_soc_dapm_init +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9c5f297c snd_soc_bytes_tlv_callback +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9c8f2772 snd_soc_component_init_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9ca92090 snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9d1a774d snd_soc_link_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9e454c3f snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9fb20dde snd_soc_component_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9ffca2ad snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa21985a4 snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa4dd610c snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa674267c snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa720545e snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa74a23c9 snd_soc_component_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa807a0f5 snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa97ffc6a snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xafc79e1e snd_soc_add_component_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xafc93166 snd_soc_unregister_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb0425516 snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb37719e4 snd_soc_of_put_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb5c1fe0b snd_soc_card_add_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb98a06e4 null_dailink_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbacbfeec snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbbd82491 snd_soc_component_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbbe4b1b8 snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbcbe7ab3 snd_soc_dapm_dai_get_connected_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbfdf0963 snd_soc_dapm_kcontrol_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc03ca6ca snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc0e92424 snd_soc_find_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc317a15e snd_soc_daifmt_clock_provider_flipped +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc3869a23 devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc3a2a268 snd_soc_dapm_widget_name_cmp +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc64f3fdd snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc688e22e snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc75f6261 snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc796b32d devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc97e3cee snd_soc_dapm_free_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcc3a7570 snd_soc_dapm_update_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcec13e63 snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcec54c0e snd_soc_dapm_dai_free_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd02f5a4e snd_soc_component_set_jack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd2a3b8dd snd_soc_dapm_kcontrol_dapm +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd5437c4b snd_soc_lookup_component_nolocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd578b5c0 snd_soc_component_exit_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd59c54a2 snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd7335311 snd_soc_card_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd9e2089b snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xda1b017c snd_soc_rtdcom_lookup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdc00e4b1 snd_soc_dai_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdc3f4b26 snd_soc_component_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe0679856 snd_soc_component_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe0e2da33 snd_soc_dai_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe25cb2b6 snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe265f754 snd_soc_tplg_component_remove +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe281a054 snd_soc_of_parse_node_prefix +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe42ef4b0 snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe531e774 snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe5e783aa snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe6405df0 snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe64bb13a snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xea8cbd18 snd_soc_runtime_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeaea7195 snd_soc_runtime_set_dai_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeaf8df60 snd_soc_runtime_calc_hw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xedd21977 dpcm_end_walk_at_be +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf21328ee snd_soc_dapm_new_dai_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf2fe0454 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf329e23b snd_soc_component_compr_open +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf3765232 snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9622dd1 snd_soc_daifmt_clock_provider_from_bitmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf99a452c snd_soc_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9ef0cda snd_soc_dai_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfc4bc928 dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfd73a296 snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xff32f1d1 snd_soc_component_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xffd66bf5 snd_soc_dai_is_dummy +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xffda6408 snd_soc_component_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x157b09ba snd_sof_dbg_init +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x19f8c65c snd_sof_dbg_memory_info_init +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0xba1a5d80 snd_sof_free_debug +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0xc4683522 snd_sof_debugfs_buf_item +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0xce2e71fd snd_sof_debugfs_add_region_item_iomem +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x202a1b1b line6_midi_id +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x3ae24e95 line6_send_sysex_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x753bb7e6 line6_init_midi +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x7a4295e8 line6_alloc_sysex_buffer +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x81792213 line6_probe +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x849e7bd4 line6_init_pcm +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x99f5e298 line6_pcm_acquire +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xafa3c3ba line6_disconnect +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xb3355429 line6_version_request_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xbce3b23e line6_send_raw_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xbd218857 line6_read_serial_number +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xbe58e383 line6_suspend +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xc1db0fe3 line6_pcm_release +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xd2c41bf0 line6_send_raw_message_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xd4edffc8 line6_read_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xdfe8c34e line6_write_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xfbcb73a8 line6_resume +EXPORT_SYMBOL_GPL virt/lib/irqbypass 0x3fe35aea irq_bypass_unregister_consumer +EXPORT_SYMBOL_GPL virt/lib/irqbypass 0x418873cc irq_bypass_register_producer +EXPORT_SYMBOL_GPL virt/lib/irqbypass 0x888c5be5 irq_bypass_register_consumer +EXPORT_SYMBOL_GPL virt/lib/irqbypass 0xf6e772c3 irq_bypass_unregister_producer +EXPORT_SYMBOL_GPL vmlinux 0x001565ab _RNvXs10_NtNtCs3AkgXgqgK6r_4core3fmt3numxNtB8_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x001b074f mce_is_correctable +EXPORT_SYMBOL_GPL vmlinux 0x002c6aa6 _RNvXs22_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10llist_nodeNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x0034f3b6 xen_has_pv_nic_devices +EXPORT_SYMBOL_GPL vmlinux 0x0037c337 __SCK__tp_func_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x00513f58 get_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x00558a6a fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x00565f18 pernet_ops_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x005eab54 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x005f18a6 add_wait_queue_priority +EXPORT_SYMBOL_GPL vmlinux 0x0076bfee fscrypt_mergeable_bio +EXPORT_SYMBOL_GPL vmlinux 0x0077d2fd _RNvXs1Z_NtNtCs3AkgXgqgK6r_4core3str4iterNtB6_11EscapeDebugNtNtBa_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x00793998 pci_host_probe +EXPORT_SYMBOL_GPL vmlinux 0x008539f0 klp_shadow_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0087ede7 inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x008d6340 kthread_park +EXPORT_SYMBOL_GPL vmlinux 0x009aec49 cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0x00a0b1dc tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0x00bdfa29 blk_crypto_reprogram_all_keys +EXPORT_SYMBOL_GPL vmlinux 0x00d27cdf _RNvXsf_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_10hlist_nodeNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x00d4c500 usb_decode_interval +EXPORT_SYMBOL_GPL vmlinux 0x00d7e96f hypervisor_kobj +EXPORT_SYMBOL_GPL vmlinux 0x00e3c830 battery_hook_register +EXPORT_SYMBOL_GPL vmlinux 0x00e610a8 tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x00eaab4f dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0x00f3d83a __SCK__tp_func_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x00fe45dc xfrm_put_translator +EXPORT_SYMBOL_GPL vmlinux 0x010e326c sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x0118635e transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x0119e92b spi_target_abort +EXPORT_SYMBOL_GPL vmlinux 0x011fd562 _RNvMNtCs3AkgXgqgK6r_4core3f32f7next_up +EXPORT_SYMBOL_GPL vmlinux 0x01203ab6 sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0x012e730e apei_exec_noop +EXPORT_SYMBOL_GPL vmlinux 0x0131cc28 _RNvXs4m_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB6_10NonZeroI32NtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x0142d7ba _RNvNvMNtCs3AkgXgqgK6r_4core3f32f7to_bits13ct_f32_to_u32 +EXPORT_SYMBOL_GPL vmlinux 0x0151b805 __traceiter_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x0157c79d fib_add_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x015b4457 i2c_client_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x016088bc devfreq_event_reset_event +EXPORT_SYMBOL_GPL vmlinux 0x016fdd86 __traceiter_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x0178ee39 _RNvXNtNtNtCsbwHtcUjRN57_6kernel4sync4lock5mutexNtB2_12MutexBackendNtB4_7Backend4init +EXPORT_SYMBOL_GPL vmlinux 0x017af50c edac_device_handle_ue_count +EXPORT_SYMBOL_GPL vmlinux 0x017b4527 iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x01848a8e local_apic_timer_c2_ok +EXPORT_SYMBOL_GPL vmlinux 0x01866a57 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x018fc314 devm_namespace_enable +EXPORT_SYMBOL_GPL vmlinux 0x019c01c3 thermal_zone_get_slope +EXPORT_SYMBOL_GPL vmlinux 0x01a0cb78 property_entries_free +EXPORT_SYMBOL_GPL vmlinux 0x01a20dfe spi_delay_to_ns +EXPORT_SYMBOL_GPL vmlinux 0x01aa2af9 tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x01b0c20c _RNvXs7_NtCs3AkgXgqgK6r_4core5allocNtB5_10AllocErrorNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x01b20969 ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0x01b2db2b cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0x01b8ad58 clk_gate_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x01bbe239 _RNvXs1_NtNtCs3AkgXgqgK6r_4core3fmt3numsNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0x01c12c32 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0x01c63cec acpi_subsys_suspend +EXPORT_SYMBOL_GPL vmlinux 0x01c78801 ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x01caaf11 wb_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0x01d62ed3 debugfs_file_put +EXPORT_SYMBOL_GPL vmlinux 0x01e11f83 _RNvXsj_NtNtCs3AkgXgqgK6r_4core3num5errorNtB5_12IntErrorKindNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01ee5532 smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x020113ab tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0x0207a6c6 reset_control_bulk_acquire +EXPORT_SYMBOL_GPL vmlinux 0x020fffaa _RNvXs8_NtCs3AkgXgqgK6r_4core3fmtNtB5_9FormatterNtB5_5Write9write_str +EXPORT_SYMBOL_GPL vmlinux 0x02136097 __tracepoint_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x022c6bfd __tracepoint_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x02307ae7 _RNvXs2t_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11class_rcu_tNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x0235dab1 _RNvXsd_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_9list_headNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x02394899 play_idle_precise +EXPORT_SYMBOL_GPL vmlinux 0x0243b848 ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0x02495b8f gnttab_alloc_grant_reference_seq +EXPORT_SYMBOL_GPL vmlinux 0x024d13dd request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x025203ef gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x025ed969 extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0x027286cf device_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x027c765b vcap_get_rule +EXPORT_SYMBOL_GPL vmlinux 0x0295d2f7 skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0x0296e648 fsverity_verify_blocks +EXPORT_SYMBOL_GPL vmlinux 0x02aff875 iommu_enable_nesting +EXPORT_SYMBOL_GPL vmlinux 0x02b4ea50 serdev_device_set_baudrate +EXPORT_SYMBOL_GPL vmlinux 0x02b814f3 debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x02b8d5bf iommu_register_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x02bca214 klp_get_state +EXPORT_SYMBOL_GPL vmlinux 0x02c5c501 power_supply_find_ocv2cap_table +EXPORT_SYMBOL_GPL vmlinux 0x02d1ca11 pinctrl_force_default +EXPORT_SYMBOL_GPL vmlinux 0x02d6b094 irq_domain_create_legacy +EXPORT_SYMBOL_GPL vmlinux 0x02df2fc0 _RNvXs5R_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11wake_q_nodeNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x02e60c7c anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x03007530 tcp_reno_undo_cwnd +EXPORT_SYMBOL_GPL vmlinux 0x030cbca2 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x0312b3b0 reset_controller_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0313063b phy_driver_is_genphy_10g +EXPORT_SYMBOL_GPL vmlinux 0x031390ff pci_dev_unlock +EXPORT_SYMBOL_GPL vmlinux 0x031b81fa device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x031d78e8 fwnode_graph_get_next_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x03269bad pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x032d763f edac_device_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x032fab33 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x033b2ff0 dw_pcie_ep_linkup +EXPORT_SYMBOL_GPL vmlinux 0x033c31f8 genphy_c45_plca_set_cfg +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x0345c89a governor_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x03473884 phy_basic_t1s_p2mp_features +EXPORT_SYMBOL_GPL vmlinux 0x034eb2dc devlink_is_reload_failed +EXPORT_SYMBOL_GPL vmlinux 0x036a99d2 __tracepoint_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x036de383 perf_event_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x0372fb2c ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0x0373766a sbitmap_queue_clear +EXPORT_SYMBOL_GPL vmlinux 0x0377d8d5 __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0x038bb600 wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x03952887 ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x03a831be led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x03acc8ba security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0x03bb7414 crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0x03be9d61 blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0x03c12dfe cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x03c1c035 acrn_remove_intr_handler +EXPORT_SYMBOL_GPL vmlinux 0x03c467aa cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x03ce7234 sched_smt_present +EXPORT_SYMBOL_GPL vmlinux 0x03e1a2d4 usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0x03eb317b ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x03f5d17d pci_epc_raise_irq +EXPORT_SYMBOL_GPL vmlinux 0x03fdb0ac cgroup_get_from_id +EXPORT_SYMBOL_GPL vmlinux 0x0402cbbf preempt_notifier_inc +EXPORT_SYMBOL_GPL vmlinux 0x0409698e rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x041216a1 d_same_name +EXPORT_SYMBOL_GPL vmlinux 0x041a6b12 vcap_keyfieldset +EXPORT_SYMBOL_GPL vmlinux 0x041e2e82 get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0x0429bcc7 fwnode_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x043dfea8 exportfs_decode_fh_raw +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x048cc0e4 acpi_register_gsi +EXPORT_SYMBOL_GPL vmlinux 0x049e5156 gnttab_try_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x04a7a1fa acct_bioset_init +EXPORT_SYMBOL_GPL vmlinux 0x04b183f2 irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0x04bf0092 io_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x04bfeeb2 spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04c8aebf console_verbose +EXPORT_SYMBOL_GPL vmlinux 0x04df8fbc lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0x04f66774 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x050b6fa9 regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0x050d0333 _RNvXs3_NtNtCs3AkgXgqgK6r_4core5panic8locationNtB5_8LocationNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x051085e3 lock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x051a0bc1 stack_depot_fetch +EXPORT_SYMBOL_GPL vmlinux 0x052b4013 register_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x052c9aed ktime_get_real_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x0544c53c rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0x05495108 _RNvXs3B_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5i32x8NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x0555e803 _RNvXs40_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_16lru_gen_mm_stateNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x05565df7 __regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x0557bedb pwm_lpss_bxt_info +EXPORT_SYMBOL_GPL vmlinux 0x05623d69 _RNvNtNtCs3AkgXgqgK6r_4core10intrinsics3mir4Goto +EXPORT_SYMBOL_GPL vmlinux 0x0574aade pstore_unregister +EXPORT_SYMBOL_GPL vmlinux 0x057aae18 usb_pipe_type_check +EXPORT_SYMBOL_GPL vmlinux 0x057dce33 balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x0586bd21 pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0x05883efb __traceiter_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x058f9366 apei_exec_collect_resources +EXPORT_SYMBOL_GPL vmlinux 0x058fd8a0 irq_domain_translate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x0590b0aa shmem_file_setup_with_mnt +EXPORT_SYMBOL_GPL vmlinux 0x05a4f2dc devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x05b1a977 __traceiter_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x05b65617 power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0x05c12ec3 _RNvXsE_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_15static_call_keyNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x05c4a8fd ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0x05c8cc9c splice_to_pipe +EXPORT_SYMBOL_GPL vmlinux 0x05cd1dd4 vcap_rule_add_key_bit +EXPORT_SYMBOL_GPL vmlinux 0x05d1a259 bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0x05e241df gpiod_set_consumer_name +EXPORT_SYMBOL_GPL vmlinux 0x05f1ec62 _RNvXs1b_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5i32x2NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x05f85bba l3mdev_update_flow +EXPORT_SYMBOL_GPL vmlinux 0x0607cdf1 wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x061336ae blocking_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x06209f49 phy_lookup_setting +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x062b89c4 ghes_unregister_report_chain +EXPORT_SYMBOL_GPL vmlinux 0x063710e5 dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0x06399b58 __SCK__tp_func_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x063a69d3 gpiod_set_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0x0649e04f xen_find_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x065dbeed sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0x0663ce8a pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0665e2eb _RNvXsF_NtNtCs3AkgXgqgK6r_4core3fmt3numhNtB7_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0x0669f3a6 devlink_port_attrs_pci_sf_set +EXPORT_SYMBOL_GPL vmlinux 0x069366c7 gpiod_set_array_value +EXPORT_SYMBOL_GPL vmlinux 0x0695e91b crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0x069933ee devm_gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x06a12214 led_get_default_pattern +EXPORT_SYMBOL_GPL vmlinux 0x06b3cee9 to_software_node +EXPORT_SYMBOL_GPL vmlinux 0x06b683a6 devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0x06bfb5f7 preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x06cca30b ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0x06d1c806 acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x06d66766 vfs_fallocate +EXPORT_SYMBOL_GPL vmlinux 0x06e78042 devm_clk_hw_register_fixed_factor_index +EXPORT_SYMBOL_GPL vmlinux 0x06eb52a9 scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0x06ec85c4 _RNvXse_NtNtCs3AkgXgqgK6r_4core4hash3sipNtB5_9SipHasherNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x06f0db89 _RNvXs1Y_NtNtCs3AkgXgqgK6r_4core3str4iterNtB6_13EscapeUnicodeNtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x06f724a8 sk_msg_trim +EXPORT_SYMBOL_GPL vmlinux 0x07045409 _RNvXs4E_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15percpu_ref_dataNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x071bbe68 virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0x07242d92 put_dax +EXPORT_SYMBOL_GPL vmlinux 0x072caf07 hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0730ef0c spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0x073205e7 vcap_filter_rule_keys +EXPORT_SYMBOL_GPL vmlinux 0x0732568c led_trigger_read +EXPORT_SYMBOL_GPL vmlinux 0x0737f7fd events_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0x07467e02 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x07483e13 cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0x074f98db synth_event_add_field +EXPORT_SYMBOL_GPL vmlinux 0x0755abc1 __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x0756a31c register_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0x076356e7 sfp_may_have_phy +EXPORT_SYMBOL_GPL vmlinux 0x07658a2a da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0x0767cf0e devm_mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x076fdee4 ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0x07790b90 key_type_user +EXPORT_SYMBOL_GPL vmlinux 0x0780d8e8 find_vpid +EXPORT_SYMBOL_GPL vmlinux 0x078e9021 validate_xmit_skb_list +EXPORT_SYMBOL_GPL vmlinux 0x079611b3 __devres_alloc_node +EXPORT_SYMBOL_GPL vmlinux 0x079ef254 device_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x07a699d7 wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0x07a90ab4 bio_end_io_acct_remapped +EXPORT_SYMBOL_GPL vmlinux 0x07ab4d8e __fscrypt_prepare_lookup +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07b64d81 hyperv_stop_tsc_emulation +EXPORT_SYMBOL_GPL vmlinux 0x07b89ec2 _RNvXs1I_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_7fpstateNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x07be6905 net_inc_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x07c32c73 fscrypt_file_open +EXPORT_SYMBOL_GPL vmlinux 0x07c6e4e1 __phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x07d2de3a xen_remap_vma_range +EXPORT_SYMBOL_GPL vmlinux 0x07d7e598 get_dev_pagemap +EXPORT_SYMBOL_GPL vmlinux 0x07d8f73b _RNvXs1q_NtNtCs3AkgXgqgK6r_4core3fmt3numnNtB8_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x07e591ae sysfs_unbreak_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x07ebaa0a usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0x07f073ca _RNvXs4t_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_6f32x16NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x0800f9ea virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0x08015f77 _RNvXs2T_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_9debug_objNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x080eec0f sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0x08112cd0 led_blink_set +EXPORT_SYMBOL_GPL vmlinux 0x08135613 dax_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x0816a301 rdev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x08192b52 _RNvXs1_NtCsbwHtcUjRN57_6kernel3strNtB5_4CStrNtNtCs3AkgXgqgK6r_4core3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x0819c3f5 platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0x0823cb1f ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x08251837 _RNvXs1j_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_17msr__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x083cfdae unregister_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x08555f09 serial8250_do_startup +EXPORT_SYMBOL_GPL vmlinux 0x08590c5b dw8250_setup_port +EXPORT_SYMBOL_GPL vmlinux 0x08668677 irq_chip_set_wake_parent +EXPORT_SYMBOL_GPL vmlinux 0x087f5dc5 wm831x_of_match +EXPORT_SYMBOL_GPL vmlinux 0x0881d657 devm_bitmap_zalloc +EXPORT_SYMBOL_GPL vmlinux 0x088306e2 _RNvXs43_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_6lruvecNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x0892efdf devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x0895fc1e _RNvXsK_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_41restart_block__bindgen_ty_1__bindgen_ty_2NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x089c6b6a vcap_is_last_chain +EXPORT_SYMBOL_GPL vmlinux 0x08a2e5f1 da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0x08a32d46 clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x08c78cf7 offline_and_remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x08caa125 _RNvXsG_NtCs3AkgXgqgK6r_4core3fmtNtB5_5ErrorNtB5_5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x08cb51fd umd_unload_blob +EXPORT_SYMBOL_GPL vmlinux 0x08cc9da2 serdev_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x08e29dc4 device_create +EXPORT_SYMBOL_GPL vmlinux 0x08e2b333 cppc_set_auto_sel +EXPORT_SYMBOL_GPL vmlinux 0x08eecef5 _RNvXsh_NtCs3AkgXgqgK6r_4core7convertNtB5_10InfallibleNtNtB7_3cmp3Ord3cmp +EXPORT_SYMBOL_GPL vmlinux 0x08fa506a folio_alloc_buffers +EXPORT_SYMBOL_GPL vmlinux 0x08fc84c3 fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x0907d14d blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x0925493f clear_page_orig +EXPORT_SYMBOL_GPL vmlinux 0x09337cd0 __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x093786cf synth_event_add_field_str +EXPORT_SYMBOL_GPL vmlinux 0x0952320f fib_nh_common_release +EXPORT_SYMBOL_GPL vmlinux 0x09634cf3 rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0x096a7e6f x86_spec_ctrl_base +EXPORT_SYMBOL_GPL vmlinux 0x0976822d sfp_get_module_eeprom_by_page +EXPORT_SYMBOL_GPL vmlinux 0x09857e67 regmap_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x0985d581 bpf_preload_ops +EXPORT_SYMBOL_GPL vmlinux 0x099a67db devm_pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x09a01884 serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0x09a4eaca ehci_reset +EXPORT_SYMBOL_GPL vmlinux 0x09b53e14 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x09bd1116 platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x09c4e215 acpiphp_unregister_attention +EXPORT_SYMBOL_GPL vmlinux 0x09d50985 devm_clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x09d65ea2 _RNvXs1l_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_8msr_infoNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x09dd4674 genphy_c45_an_disable_aneg +EXPORT_SYMBOL_GPL vmlinux 0x09ddf0c7 dev_pm_opp_init_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x09ed9911 hwpoison_filter +EXPORT_SYMBOL_GPL vmlinux 0x09f46309 pkcs7_validate_trust +EXPORT_SYMBOL_GPL vmlinux 0x09f4df08 thermal_remove_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x09f6c172 pci_hp_destroy +EXPORT_SYMBOL_GPL vmlinux 0x09faa9ca debugfs_create_file_size +EXPORT_SYMBOL_GPL vmlinux 0x0a0f07e7 _RNvXsO_NtNtCs3AkgXgqgK6r_4core3fmt3numtNtB7_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x0a27c436 _RNvMs3_NtNtCs3AkgXgqgK6r_4core3ffi5c_strNtB5_4CStr20from_bytes_until_nul +EXPORT_SYMBOL_GPL vmlinux 0x0a36703c _RNvXNtCs3AkgXgqgK6r_4core3ffiNtB2_6c_voidNtNtB4_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x0a3eeb7e virtio_max_dma_size +EXPORT_SYMBOL_GPL vmlinux 0x0a474a16 cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x0a47553f tdx_kvm_hypercall +EXPORT_SYMBOL_GPL vmlinux 0x0a4e6e0a nf_hooks_lwtunnel_sysctl_handler +EXPORT_SYMBOL_GPL vmlinux 0x0a502c98 dmar_platform_optin +EXPORT_SYMBOL_GPL vmlinux 0x0a52c511 hv_query_ext_cap +EXPORT_SYMBOL_GPL vmlinux 0x0a549f39 bdev_nr_zones +EXPORT_SYMBOL_GPL vmlinux 0x0a5903db gpiochip_generic_config +EXPORT_SYMBOL_GPL vmlinux 0x0a6e2d63 lwtstate_free +EXPORT_SYMBOL_GPL vmlinux 0x0a74b98a acpi_quirk_skip_i2c_client_enumeration +EXPORT_SYMBOL_GPL vmlinux 0x0a7acd1c unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x0a8162a8 raw_v4_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x0a84044c ip_valid_fib_dump_req +EXPORT_SYMBOL_GPL vmlinux 0x0a8894f4 mas_find_range_rev +EXPORT_SYMBOL_GPL vmlinux 0x0a8e458b crypto_req_done +EXPORT_SYMBOL_GPL vmlinux 0x0a907c41 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0x0abdc439 cc_platform_has +EXPORT_SYMBOL_GPL vmlinux 0x0ac13dad sch_frag_xmit_hook +EXPORT_SYMBOL_GPL vmlinux 0x0ad137d3 lpit_read_residency_count_address +EXPORT_SYMBOL_GPL vmlinux 0x0ad92f06 tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0x0af9acf7 usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x0afa9ce1 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter15debug_upper_hex +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b07b68c modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x0b0e8f55 rio_map_outb_region +EXPORT_SYMBOL_GPL vmlinux 0x0b1bb9f9 synchronize_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x0b1e4bcc serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0x0b246628 da903x_read +EXPORT_SYMBOL_GPL vmlinux 0x0b2b175e peernet2id_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0b2db2d5 remove_resource +EXPORT_SYMBOL_GPL vmlinux 0x0b311c6f sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x0b39125a pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0x0b40139e xfrm_bpf_md_dst +EXPORT_SYMBOL_GPL vmlinux 0x0b46c180 device_find_child +EXPORT_SYMBOL_GPL vmlinux 0x0b513787 _RNvXs4W_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_8sysv_shmNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x0b52e502 apei_resources_add +EXPORT_SYMBOL_GPL vmlinux 0x0b5515f1 _RNvXNtNtCs3AkgXgqgK6r_4core3fmt3numoNtB4_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x0b684742 devm_gpiod_unhinge +EXPORT_SYMBOL_GPL vmlinux 0x0b69e104 pse_ethtool_get_status +EXPORT_SYMBOL_GPL vmlinux 0x0b7554c6 xenbus_read_otherend_details +EXPORT_SYMBOL_GPL vmlinux 0x0b79fde6 usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0x0b8c8a23 static_key_fast_inc_not_disabled +EXPORT_SYMBOL_GPL vmlinux 0x0b97b2e0 crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0x0bbd35a2 __tracepoint_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0x0bbdc9b2 remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x0bbeaeba uv_bios_enum_ports +EXPORT_SYMBOL_GPL vmlinux 0x0bc42a72 _RNvNtNtCsbwHtcUjRN57_6kernel5print14format_strings5DEBUG +EXPORT_SYMBOL_GPL vmlinux 0x0bca2210 regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0x0bcea491 watchdog_notify_pretimeout +EXPORT_SYMBOL_GPL vmlinux 0x0bd1df66 dw_pcie_ep_reset_bar +EXPORT_SYMBOL_GPL vmlinux 0x0bdadcf2 crypto_enqueue_request_head +EXPORT_SYMBOL_GPL vmlinux 0x0be0e164 _RNvXsN_NtNtCs3AkgXgqgK6r_4core3str7patternNtB5_17CharSliceSearcherNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x0be2fbc4 __udp_gso_segment +EXPORT_SYMBOL_GPL vmlinux 0x0be81466 dw_pcie_read_dbi +EXPORT_SYMBOL_GPL vmlinux 0x0bf69807 sk_msg_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x0bf9226b debugfs_lookup_and_remove +EXPORT_SYMBOL_GPL vmlinux 0x0c07ba8b _RNvXsL_NtNtCs3AkgXgqgK6r_4core3fmt3numsNtB7_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x0c221194 pci_hp_add +EXPORT_SYMBOL_GPL vmlinux 0x0c2247ff ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0c2c5802 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x0c3cf14c xenbus_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x0c4af45f rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0x0c4c58d2 __iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x0c4db4ad _RNvMNtCs3AkgXgqgK6r_4core3numa14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0x0c50d854 sfp_bus_find_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x0c5a3888 device_iommu_capable +EXPORT_SYMBOL_GPL vmlinux 0x0c606ef5 crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x0c60a813 _RNvXsN_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_13restart_blockNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x0c7963eb usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x0c7ae3e9 pci_p2pdma_add_resource +EXPORT_SYMBOL_GPL vmlinux 0x0c7b69c4 irq_chip_set_parent_state +EXPORT_SYMBOL_GPL vmlinux 0x0c7b6f5b usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x0c805f93 clflush_cache_range +EXPORT_SYMBOL_GPL vmlinux 0x0c816f30 blk_crypto_intersect_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x0c86cc0f _RNvXs2Q_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11old_timex32NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x0c88c1c3 pci_vpd_find_id_string +EXPORT_SYMBOL_GPL vmlinux 0x0c89230f _RNvXs1_NtCsbwHtcUjRN57_6kernel4taskNtB5_4TaskNtNtB7_5types16AlwaysRefCounted7inc_ref +EXPORT_SYMBOL_GPL vmlinux 0x0c8a3d37 ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0x0ca1cfe0 rio_alloc_net +EXPORT_SYMBOL_GPL vmlinux 0x0ca1e5d2 akcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x0ca2c1c8 edac_pci_handle_pe +EXPORT_SYMBOL_GPL vmlinux 0x0ca8516b split_page +EXPORT_SYMBOL_GPL vmlinux 0x0cb715e5 dma_resv_get_singleton +EXPORT_SYMBOL_GPL vmlinux 0x0cbb5886 device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x0cbe3ee2 software_node_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0cc50e0b _RNvXsq_NtCs3AkgXgqgK6r_4core3numtNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x0cc9d36c iommu_group_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x0cdf9dd5 of_pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0x0ce72072 crypto_grab_ahash +EXPORT_SYMBOL_GPL vmlinux 0x0cefa9df nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x0cf18976 icc_std_aggregate +EXPORT_SYMBOL_GPL vmlinux 0x0cf45542 component_compare_of +EXPORT_SYMBOL_GPL vmlinux 0x0cfb181c crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x0cfc4635 __tracepoint_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0x0cfe59cb hyperv_fill_flush_guest_mapping_list +EXPORT_SYMBOL_GPL vmlinux 0x0d09285a clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x0d210c91 _RNvXs5K_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_16sched_statisticsNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x0d272736 vp_legacy_config_vector +EXPORT_SYMBOL_GPL vmlinux 0x0d3848c3 _RNvXsP_NtNtCs3AkgXgqgK6r_4core3fmt3numtNtB7_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x0d3c6af6 _RNvXs59_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11sigaltstackNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x0d3fb7d4 phy_interface_num_ports +EXPORT_SYMBOL_GPL vmlinux 0x0d4961de nf_log_buf_open +EXPORT_SYMBOL_GPL vmlinux 0x0d4e3f8c iopf_queue_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d546536 __traceiter_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x0d5cecc6 ima_measure_critical_data +EXPORT_SYMBOL_GPL vmlinux 0x0d5fd519 dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x0d693975 pci_epc_remove_epf +EXPORT_SYMBOL_GPL vmlinux 0x0d6a34be pci_epc_start +EXPORT_SYMBOL_GPL vmlinux 0x0d6a49d4 tcp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d6e7953 _RNvXs3_NtCs3AkgXgqgK6r_4core4timeNtB5_8DurationNtNtNtB7_3ops5arith9SubAssign10sub_assign +EXPORT_SYMBOL_GPL vmlinux 0x0d789d8c _copy_from_iter_flushcache +EXPORT_SYMBOL_GPL vmlinux 0x0d79cc41 crypto_type_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x0d8179f4 _RNvMs_NtNtCs3AkgXgqgK6r_4core4task4wakeNtB4_14RawWakerVTable3new +EXPORT_SYMBOL_GPL vmlinux 0x0d82e366 __traceiter_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x0d8e94a4 skb_defer_rx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x0d91a532 __traceiter_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x0d9506a6 __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x0d9f7d02 __traceiter_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x0da2cbd4 clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x0da450f9 crypto_unregister_aeads +EXPORT_SYMBOL_GPL vmlinux 0x0dd376ac crypto_alloc_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x0ddadea2 __SCT__tp_func_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0df9cc55 devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x0dfaabc5 _RNvXs3m_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_12mm_context_tNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x0e007edf xen_evtchn_nr_channels +EXPORT_SYMBOL_GPL vmlinux 0x0e015446 debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0x0e02c29b regulator_set_suspend_voltage +EXPORT_SYMBOL_GPL vmlinux 0x0e0b5329 _RNvNtNtCsbwHtcUjRN57_6kernel5print14format_strings3ERR +EXPORT_SYMBOL_GPL vmlinux 0x0e0c6a7d crypto_dh_encode_key +EXPORT_SYMBOL_GPL vmlinux 0x0e1194d5 hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x0e13c763 __SCK__tp_func_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x0e13cb4d apei_resources_release +EXPORT_SYMBOL_GPL vmlinux 0x0e1fc8ef __SCT__tp_func_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x0e2d738e vcap_tc_flower_handler_ip_usage +EXPORT_SYMBOL_GPL vmlinux 0x0e4dc946 tty_port_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x0e5127ed _RNvXs4_NtNtCs3AkgXgqgK6r_4core3fmt3numnNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0x0e52c53a icc_provider_init +EXPORT_SYMBOL_GPL vmlinux 0x0e56c92a __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x0e5bab9a iomap_bmap +EXPORT_SYMBOL_GPL vmlinux 0x0e5cc9d7 xdp_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x0e6b79af static_key_disable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x0e79fb73 ext_pi_type1_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x0e7c65d6 _RNvXst_NtCs3AkgXgqgK6r_4core4charNtB5_18EscapeUnicodeStateNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x0e7ca332 pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0x0e7f97cf tpm1_getcap +EXPORT_SYMBOL_GPL vmlinux 0x0e86e998 devlink_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0x0e90fc33 device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x0e9124f2 acpi_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0x0e950971 rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0x0e9d4ac9 kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0x0e9d8cc5 wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x0ea1c696 scsi_unregister_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x0ea5cbce xen_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x0ea6c41b _RNvXs1L_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_9fpu_guestNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x0eafabaf serdev_device_break_ctl +EXPORT_SYMBOL_GPL vmlinux 0x0eb6ce5f bpf_prog_sub +EXPORT_SYMBOL_GPL vmlinux 0x0ec096b0 hv_read_reference_counter +EXPORT_SYMBOL_GPL vmlinux 0x0ec1c6bc __SCK__tp_func_block_split +EXPORT_SYMBOL_GPL vmlinux 0x0ecfea88 btf_type_by_id +EXPORT_SYMBOL_GPL vmlinux 0x0ed707a7 usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x0edb8df9 pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x0eeae3e8 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0x0f0b21fe pm_trace_rtc_abused +EXPORT_SYMBOL_GPL vmlinux 0x0f0c6c79 disk_alloc_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0x0f106461 pci_ats_supported +EXPORT_SYMBOL_GPL vmlinux 0x0f17dc85 nvdimm_in_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x0f180070 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x0f191e08 regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0x0f2178c9 gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x0f2d7d87 mce_unregister_decode_chain +EXPORT_SYMBOL_GPL vmlinux 0x0f310d3c pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x0f45520c devm_led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x0f4a8d81 powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0x0f640f8d xen_evtchn_do_upcall +EXPORT_SYMBOL_GPL vmlinux 0x0f78d458 pci_acpi_set_companion_lookup_hook +EXPORT_SYMBOL_GPL vmlinux 0x0f798526 register_btf_fmodret_id_set +EXPORT_SYMBOL_GPL vmlinux 0x0f7ca236 dmi_memdev_name +EXPORT_SYMBOL_GPL vmlinux 0x0f88928d debugfs_write_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x0f88c6e7 spi_controller_dma_unmap_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0x0f9fc04e uv_get_archtype +EXPORT_SYMBOL_GPL vmlinux 0x0fb7c08b dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x0fbb7344 memremap_compat_align +EXPORT_SYMBOL_GPL vmlinux 0x0fbc0c0e xas_pause +EXPORT_SYMBOL_GPL vmlinux 0x0fc05f87 _RNvNvMsc_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB7_10NonZeroU3213new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0x0fc1b89e devlink_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0fc21fb1 _RNvXs5C_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_22k_itimer__bindgen_ty_2NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x0fc37562 amd_smn_read +EXPORT_SYMBOL_GPL vmlinux 0x0fcc1969 copy_from_user_nmi +EXPORT_SYMBOL_GPL vmlinux 0x0fd4610e kmem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0x0fd8fba2 pci_epc_bme_notify +EXPORT_SYMBOL_GPL vmlinux 0x10091b7b sbitmap_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x10219c24 fscrypt_d_revalidate +EXPORT_SYMBOL_GPL vmlinux 0x1024d626 devm_devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0x102c9238 regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0x1038b96f adxl_get_component_names +EXPORT_SYMBOL_GPL vmlinux 0x103d049e phy_set_media +EXPORT_SYMBOL_GPL vmlinux 0x104b2b7d vcap_rule_get_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x105cb341 __tracepoint_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x107349de usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x108a0acd bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x108d3334 __clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x10944e5c iommu_attach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0x1099239b _RNvXsI_NtNtCs3AkgXgqgK6r_4core3fmt3numsNtB7_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0x10a9d447 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x10aefc02 devl_unlock +EXPORT_SYMBOL_GPL vmlinux 0x10b4b091 _RNvXs3o_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_46page__bindgen_ty_1__bindgen_ty_1__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x10b7f4f1 iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x10b89330 crypto_has_shash +EXPORT_SYMBOL_GPL vmlinux 0x10b8b8e7 nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x10c34211 devlink_port_linecard_set +EXPORT_SYMBOL_GPL vmlinux 0x10cedd51 gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x10d2ad61 devm_irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x10d9f317 stack_depot_init +EXPORT_SYMBOL_GPL vmlinux 0x10ddd0cb __SCT__perf_lopwr_cb +EXPORT_SYMBOL_GPL vmlinux 0x10e9d1f5 _RNvMs9_NtCs3AkgXgqgK6r_4core3numj14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x10f7cc94 tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0x110106c1 cper_severity_to_aer +EXPORT_SYMBOL_GPL vmlinux 0x11254147 iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0x112a5917 class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x112ff7cd device_initialize +EXPORT_SYMBOL_GPL vmlinux 0x113c7461 _RNvXs4D_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11physid_maskNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x1140a5d9 irq_domain_update_bus_token +EXPORT_SYMBOL_GPL vmlinux 0x11549dad sched_setattr_nocheck +EXPORT_SYMBOL_GPL vmlinux 0x116180b5 hv_current_partition_id +EXPORT_SYMBOL_GPL vmlinux 0x116b4b93 dma_opt_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x116f59e9 _RNvXs5D_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_8k_itimerNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x117e7631 _RNvXse_NtCs3AkgXgqgK6r_4core4charNtB5_11ToUppercaseNtNtNtNtB7_4iter6traits8iterator8Iterator4next +EXPORT_SYMBOL_GPL vmlinux 0x119609e1 _RNvXNvMs0_NtCsbwHtcUjRN57_6kernel4taskNtB8_4Task7currentNtB2_7TaskRefNtNtNtCs3AkgXgqgK6r_4core3ops5deref5Deref5deref +EXPORT_SYMBOL_GPL vmlinux 0x119bf42d _RNvXse_NtCs3AkgXgqgK6r_4core7convertNtB5_10InfallibleNtNtB7_3cmp9PartialEq2eq +EXPORT_SYMBOL_GPL vmlinux 0x11a9fe00 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x11ac0c09 __devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x11c19e9d mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x11c5578a _RNvXs3h_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_25uprobe_task__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x11ca9e64 debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0x11dc8d48 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x11df0e75 devlink_fmsg_binary_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x11e06ee9 badrange_init +EXPORT_SYMBOL_GPL vmlinux 0x11e08f96 trace_seq_putmem_hex +EXPORT_SYMBOL_GPL vmlinux 0x11ef06cb dma_get_slave_caps +EXPORT_SYMBOL_GPL vmlinux 0x11ef89c6 _RNvXs1h_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_13___u128_halvesNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x11f69966 regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0x11fd103a pci_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x12014288 extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x12056e53 mas_store_gfp +EXPORT_SYMBOL_GPL vmlinux 0x12189359 __SCT__tp_func_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x121f962d devm_nvdimm_memremap +EXPORT_SYMBOL_GPL vmlinux 0x1221ea3e set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0x12231db2 __SCK__tp_func_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x122b0a2c _RNvXsc_NtNtCs3AkgXgqgK6r_4core9core_arch3x86NtB5_7___m128iNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x12338cb0 _RNvXs4S_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_8semid_dsNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x1234e483 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0x1234ffa1 cper_estatus_check_header +EXPORT_SYMBOL_GPL vmlinux 0x123a5a18 _RNvNtNtCs3AkgXgqgK6r_4core3str5count23char_count_general_case +EXPORT_SYMBOL_GPL vmlinux 0x1243c14e pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0x1268b61d iommu_unregister_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x127c109b __SCT__tp_func_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x12864a7c scsi_host_busy_iter +EXPORT_SYMBOL_GPL vmlinux 0x128a7397 clkdev_hw_create +EXPORT_SYMBOL_GPL vmlinux 0x129bdf2b fwnode_graph_get_remote_port +EXPORT_SYMBOL_GPL vmlinux 0x129c4e3a _RNvXsa_NtCs3AkgXgqgK6r_4core4charNtB5_11ToLowercaseNtNtNtNtB7_4iter6traits8iterator8Iterator4next +EXPORT_SYMBOL_GPL vmlinux 0x129cd2e7 nvmem_cell_read_u32 +EXPORT_SYMBOL_GPL vmlinux 0x12c7c749 sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x12cce9e4 fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0x12db3a8b kvm_clock +EXPORT_SYMBOL_GPL vmlinux 0x12e285ec is_uv_system +EXPORT_SYMBOL_GPL vmlinux 0x12ee1173 memory_group_unregister +EXPORT_SYMBOL_GPL vmlinux 0x12fe2d6d mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0x12fe75f7 dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0x13090724 add_vmfork_randomness +EXPORT_SYMBOL_GPL vmlinux 0x130b08f2 dma_resv_test_signaled +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x1334a3ae msi_domain_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x1338a88f devm_clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x133969d7 __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x133d8a52 unmap_mapping_pages +EXPORT_SYMBOL_GPL vmlinux 0x134764e8 _RNvMNtCs3AkgXgqgK6r_4core3f32f16partial_classify +EXPORT_SYMBOL_GPL vmlinux 0x1348ac8f devres_release +EXPORT_SYMBOL_GPL vmlinux 0x134bd020 spi_mem_get_name +EXPORT_SYMBOL_GPL vmlinux 0x1355b6b8 iomap_fiemap +EXPORT_SYMBOL_GPL vmlinux 0x135e137c sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x137be7bb ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0x138890ac fuse_fill_super_common +EXPORT_SYMBOL_GPL vmlinux 0x138aff76 gnttab_init +EXPORT_SYMBOL_GPL vmlinux 0x138e0957 dax_write_cache_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1394d032 __mt_destroy +EXPORT_SYMBOL_GPL vmlinux 0x13a15fcb extcon_sync +EXPORT_SYMBOL_GPL vmlinux 0x13b1fec2 _RNvXsv_NtNtCs3AkgXgqgK6r_4core9core_simd5masksiNtNtB5_6sealed6Sealed2eq +EXPORT_SYMBOL_GPL vmlinux 0x13b9e193 acpi_dev_resource_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x13bcd702 _RNvXs1x_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_26fxregs_state__bindgen_ty_2NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x13ce87e8 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0x13d416d1 devm_led_get +EXPORT_SYMBOL_GPL vmlinux 0x13ecc8c8 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0x13ed8784 sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x13eeb128 devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x13f52341 br_ip6_fragment +EXPORT_SYMBOL_GPL vmlinux 0x13fab921 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x14006a55 ata_pci_shutdown_one +EXPORT_SYMBOL_GPL vmlinux 0x14035dcd mddev_init_writes_pending +EXPORT_SYMBOL_GPL vmlinux 0x1403ad09 cpufreq_add_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x140e8e1e devlink_params_register +EXPORT_SYMBOL_GPL vmlinux 0x141f38bf ktime_get_raw_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x14211d0c _RNvXsb_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_18ftrace_branch_dataNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x14227cc2 ata_scsi_slave_alloc +EXPORT_SYMBOL_GPL vmlinux 0x14375c42 phy_restore_page +EXPORT_SYMBOL_GPL vmlinux 0x14509bcc ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0x1454a776 __SCK__tp_func_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x14580706 bpf_prog_free +EXPORT_SYMBOL_GPL vmlinux 0x146626a0 mas_find_rev +EXPORT_SYMBOL_GPL vmlinux 0x1467f77e rust_helper_spin_lock +EXPORT_SYMBOL_GPL vmlinux 0x146cc88f bpf_master_redirect_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x1475d603 xstate_get_guest_group_perm +EXPORT_SYMBOL_GPL vmlinux 0x147d774d trace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0x14872e39 dw_pcie_host_deinit +EXPORT_SYMBOL_GPL vmlinux 0x14a724a1 _RNvXs6_NtCs3AkgXgqgK6r_4core4charNtB5_11EscapeDebugNtNtNtNtB7_4iter6traits8iterator8Iterator9size_hint +EXPORT_SYMBOL_GPL vmlinux 0x14c550b6 crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x14c59e52 _RNvXsb_NtNtCs3AkgXgqgK6r_4core3fmt3numjNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0x14c6c419 tpm_chip_bootstrap +EXPORT_SYMBOL_GPL vmlinux 0x14d84a55 _RNvXs1U_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_17fixed_percpu_dataNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x14dd9f1d unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x14e102d3 regulator_is_equal +EXPORT_SYMBOL_GPL vmlinux 0x14ec4fdb evtchn_put +EXPORT_SYMBOL_GPL vmlinux 0x14f067f8 __dax_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x14ff2606 serial8250_rx_dma_flush +EXPORT_SYMBOL_GPL vmlinux 0x15021b4a xa_delete_node +EXPORT_SYMBOL_GPL vmlinux 0x150f28fe acpi_bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x1516e8ae fib_nl_newrule +EXPORT_SYMBOL_GPL vmlinux 0x1519d8e2 regmap_get_raw_read_max +EXPORT_SYMBOL_GPL vmlinux 0x151edcac __traceiter_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x1533c331 irq_chip_eoi_parent +EXPORT_SYMBOL_GPL vmlinux 0x15342b19 pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0x15373ddb serdev_controller_add +EXPORT_SYMBOL_GPL vmlinux 0x153b60a6 klist_del +EXPORT_SYMBOL_GPL vmlinux 0x1548fcea proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0x15510a89 devlink_fmsg_binary_put +EXPORT_SYMBOL_GPL vmlinux 0x15570957 iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0x155c96c0 ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x156e8afe __SCT__tp_func_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x15872296 __regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x15886f48 hte_disable_ts +EXPORT_SYMBOL_GPL vmlinux 0x1589d42e vp_legacy_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0x158a0e96 tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x158ca068 da903x_write +EXPORT_SYMBOL_GPL vmlinux 0x1593b553 __fscrypt_inode_uses_inline_crypto +EXPORT_SYMBOL_GPL vmlinux 0x1594df26 iommu_alloc_resv_region +EXPORT_SYMBOL_GPL vmlinux 0x159abe5a blk_mq_unquiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0x15a07c8d cpufreq_dbs_governor_limits +EXPORT_SYMBOL_GPL vmlinux 0x15ab7658 _RNvXs1o_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10saved_msrsNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x15ac48b0 _RNvXs5_NtNtCs3AkgXgqgK6r_4core3fmt3numiNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0x15ade1cc filter_irq_stacks +EXPORT_SYMBOL_GPL vmlinux 0x15b4e7fa acpi_subsys_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x15bd7435 psi_memstall_leave +EXPORT_SYMBOL_GPL vmlinux 0x15bfe80f fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x15d1768c _RNvMs1_NtNtCs3AkgXgqgK6r_4core3fmt8buildersNtB5_11DebugStruct21finish_non_exhaustive +EXPORT_SYMBOL_GPL vmlinux 0x15d34f4f pci_epc_clear_bar +EXPORT_SYMBOL_GPL vmlinux 0x15d90b6e _RNvMNtNtCs3AkgXgqgK6r_4core3str5lossyNtB2_9Utf8Chunk7invalid +EXPORT_SYMBOL_GPL vmlinux 0x15d93cb5 pci_epc_set_msix +EXPORT_SYMBOL_GPL vmlinux 0x15ea2648 hwpoison_filter_flags_mask +EXPORT_SYMBOL_GPL vmlinux 0x15fdb0b2 bpf_offload_dev_netdev_register +EXPORT_SYMBOL_GPL vmlinux 0x15fdf190 i2c_dw_acpi_configure +EXPORT_SYMBOL_GPL vmlinux 0x1602c7f7 __traceiter_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x1604e5b5 acpi_bus_trim +EXPORT_SYMBOL_GPL vmlinux 0x1606c239 xenbus_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x1609acf8 virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0x160b3518 uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0x1619ba43 phy_create +EXPORT_SYMBOL_GPL vmlinux 0x162ab81c crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0x162f3086 __SCK__tp_func_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x1632f9fa ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0x163519bf edac_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0x163da156 devm_init_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x16422a6e xdp_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x164a9332 strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0x16516798 osc_pc_lpi_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x165505eb node_to_amd_nb +EXPORT_SYMBOL_GPL vmlinux 0x1658fd3a ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x16646906 wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x16664fd3 sched_numa_find_nth_cpu +EXPORT_SYMBOL_GPL vmlinux 0x166db1b5 sched_clock_idle_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x1670162f regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0x167d7113 acpi_bus_register_early_device +EXPORT_SYMBOL_GPL vmlinux 0x168087ba regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x1681e145 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter26debug_struct_fields_finish +EXPORT_SYMBOL_GPL vmlinux 0x16828b9b __scsi_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x1684cc9d uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x1687ec20 tty_get_frame_size +EXPORT_SYMBOL_GPL vmlinux 0x1690b503 usb_role_switch_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x16ac59fe regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x16bd0606 bpf_prog_inc +EXPORT_SYMBOL_GPL vmlinux 0x16cb6a90 radix_tree_preloads +EXPORT_SYMBOL_GPL vmlinux 0x16d5d8d5 dma_request_chan +EXPORT_SYMBOL_GPL vmlinux 0x16da1f88 devlink_fmsg_u32_put +EXPORT_SYMBOL_GPL vmlinux 0x16dfbf36 add_interrupt_randomness +EXPORT_SYMBOL_GPL vmlinux 0x16e02057 fwnode_graph_get_remote_port_parent +EXPORT_SYMBOL_GPL vmlinux 0x16e1ea83 genphy_c45_pma_baset1_setup_master_slave +EXPORT_SYMBOL_GPL vmlinux 0x16eb426f fscrypt_show_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0x16efec14 _RNvXsX_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_19paravirt_patch_siteNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x16f15139 bind_evtchn_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x170cc36c put_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x171d589c class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x171d67e0 extcon_get_state +EXPORT_SYMBOL_GPL vmlinux 0x17254e16 iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0x17275fa4 __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x173434bb tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0x173f3ea7 sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0x1741ddee trace_seq_puts +EXPORT_SYMBOL_GPL vmlinux 0x174c6274 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x174cd4d2 __dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0x174e6c46 inet_ehash_locks_alloc +EXPORT_SYMBOL_GPL vmlinux 0x174ecc80 __devm_pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0x1755dc70 tty_save_termios +EXPORT_SYMBOL_GPL vmlinux 0x17589769 rust_helper_PTR_ERR +EXPORT_SYMBOL_GPL vmlinux 0x176031a7 devlink_fmsg_string_put +EXPORT_SYMBOL_GPL vmlinux 0x17611146 addrconf_add_linklocal +EXPORT_SYMBOL_GPL vmlinux 0x17614bf3 apei_resources_sub +EXPORT_SYMBOL_GPL vmlinux 0x176746ef bpf_prog_destroy +EXPORT_SYMBOL_GPL vmlinux 0x1767885c put_pid +EXPORT_SYMBOL_GPL vmlinux 0x176adf76 xenmem_reservation_decrease +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x178ae7bb inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x178fb69a sdio_retune_crc_disable +EXPORT_SYMBOL_GPL vmlinux 0x1791ad59 hte_push_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x179cabef dax_remove_host +EXPORT_SYMBOL_GPL vmlinux 0x17a3b01f clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x17add64b gdt_page +EXPORT_SYMBOL_GPL vmlinux 0x17b9d0c9 _RNvXs45_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_6i16x32NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x17bc522d nvdimm_delete +EXPORT_SYMBOL_GPL vmlinux 0x17d2ce0f __tracepoint_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x17df282e pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0x17e01f11 erst_clear +EXPORT_SYMBOL_GPL vmlinux 0x17e5f691 vp_modern_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0x17ee57ea ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0x17f21020 __tracepoint_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0x17f2dfc5 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0x18008c59 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0x182e2f09 cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x18428692 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x185373be device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x18582826 amd_pmu_disable_virt +EXPORT_SYMBOL_GPL vmlinux 0x18629ccc pci_p2pdma_distance_many +EXPORT_SYMBOL_GPL vmlinux 0x186e1823 i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0x188ad720 devm_rtc_allocate_device +EXPORT_SYMBOL_GPL vmlinux 0x189ef2a7 xen_xlate_unmap_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0x18b13c28 _RNvXs0_NtNtCs3AkgXgqgK6r_4core5slice5asciiNtB5_11EscapeAsciiNtNtNtNtB9_4iter6traits12double_ended19DoubleEndedIterator9next_back +EXPORT_SYMBOL_GPL vmlinux 0x18b2790f uv_bios_obj_count +EXPORT_SYMBOL_GPL vmlinux 0x18d3983f _RNvNvMNtCs3AkgXgqgK6r_4core5sliceSp22split_at_mut_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0x18d9eca2 dev_err_probe +EXPORT_SYMBOL_GPL vmlinux 0x18e36368 usb_amd_pt_check_port +EXPORT_SYMBOL_GPL vmlinux 0x18e4f8aa swphy_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x18ea7669 balloon_mops +EXPORT_SYMBOL_GPL vmlinux 0x18eb33e2 folio_wait_writeback_killable +EXPORT_SYMBOL_GPL vmlinux 0x18f3f106 vfs_inode_has_locks +EXPORT_SYMBOL_GPL vmlinux 0x18fb2caf cpus_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x1903dea7 sock_map_close +EXPORT_SYMBOL_GPL vmlinux 0x190a3cfe debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x190fdfd2 mdiobus_c45_modify +EXPORT_SYMBOL_GPL vmlinux 0x1916a5e8 devm_clk_get_enabled +EXPORT_SYMBOL_GPL vmlinux 0x192b0137 vcap_del_rules +EXPORT_SYMBOL_GPL vmlinux 0x192de9f0 _RNvXs8_NtNtCs3AkgXgqgK6r_4core3fmt3nummNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0x192e32e9 _RNvXs4U_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_8sysv_semNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x193282ae acpi_dev_resource_ext_address_space +EXPORT_SYMBOL_GPL vmlinux 0x1933f504 fuse_request_end +EXPORT_SYMBOL_GPL vmlinux 0x193dfdf6 klp_get_prev_state +EXPORT_SYMBOL_GPL vmlinux 0x19588a94 transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0x196375b8 rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x196614ce hw_breakpoint_restore +EXPORT_SYMBOL_GPL vmlinux 0x196661a8 xenbus_dev_remove +EXPORT_SYMBOL_GPL vmlinux 0x19790b3f crypto_skcipher_setkey +EXPORT_SYMBOL_GPL vmlinux 0x19863e8b ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0x198fa3e1 pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0x199c4833 __irq_apply_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19a8e4f8 _RNvXso_NtNtCs3AkgXgqgK6r_4core4hash3sipNtB5_11Sip24RoundsNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x19c20269 soc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x19c42957 blk_op_str +EXPORT_SYMBOL_GPL vmlinux 0x19cee16d ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0x19cf71b7 gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0x19d7b6e5 pinctrl_utils_add_map_configs +EXPORT_SYMBOL_GPL vmlinux 0x19d8cad3 synth_event_gen_cmd_array_start +EXPORT_SYMBOL_GPL vmlinux 0x19e0ae50 __SCT__tp_func_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x19e4167b i2c_handle_smbus_host_notify +EXPORT_SYMBOL_GPL vmlinux 0x19e81304 btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x19edd064 blkg_rwstat_exit +EXPORT_SYMBOL_GPL vmlinux 0x19f33626 nf_ctnetlink_has_listener +EXPORT_SYMBOL_GPL vmlinux 0x19ff0f74 set_selection_kernel +EXPORT_SYMBOL_GPL vmlinux 0x1a06f97c dev_pm_opp_find_bw_floor +EXPORT_SYMBOL_GPL vmlinux 0x1a10c32b crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x1a146ec3 usb_ep_type_string +EXPORT_SYMBOL_GPL vmlinux 0x1a457b4c input_device_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1a4846a5 policy_has_boost_freq +EXPORT_SYMBOL_GPL vmlinux 0x1a4a7186 _RNvXsd_NtCs3AkgXgqgK6r_4core7convertNtB5_10InfallibleNtNtB7_5error5Error11description +EXPORT_SYMBOL_GPL vmlinux 0x1a532c98 udp_tunnel_nic_ops +EXPORT_SYMBOL_GPL vmlinux 0x1a66bb9b ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0x1a6bf28f fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x1a73ec50 platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0x1a74f2b4 nfs_ssc_client_tbl +EXPORT_SYMBOL_GPL vmlinux 0x1a7fc948 ftrace_free_filter +EXPORT_SYMBOL_GPL vmlinux 0x1a82368d ZSTD_customCalloc +EXPORT_SYMBOL_GPL vmlinux 0x1a836bf7 gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0x1a840b31 _RNvXsB_NtNtCs3AkgXgqgK6r_4core3fmt3numaNtB7_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0x1a8e1ba7 led_classdev_notify_brightness_hw_changed +EXPORT_SYMBOL_GPL vmlinux 0x1a9ce498 regmap_might_sleep +EXPORT_SYMBOL_GPL vmlinux 0x1aa4103f dev_pm_opp_set_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x1aa822aa ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x1ab54562 fib_new_table +EXPORT_SYMBOL_GPL vmlinux 0x1abefe0e cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0x1acd18c8 cpuset_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x1ad0bb2a kill_device +EXPORT_SYMBOL_GPL vmlinux 0x1ae463cb platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0x1ae81ed6 _RNvXs11_NtNtCs3AkgXgqgK6r_4core3fmt3numxNtB8_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x1af15ee6 subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0x1af267f8 int_pow +EXPORT_SYMBOL_GPL vmlinux 0x1afaa2fd proc_dou8vec_minmax +EXPORT_SYMBOL_GPL vmlinux 0x1aff3d55 mce_register_injector_chain +EXPORT_SYMBOL_GPL vmlinux 0x1b01f5a1 _RNvXs2M_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10completionNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x1b0329f6 pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x1b0602c1 cond_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x1b08c59c isa_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x1b1580bf __SCK__tp_func_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0x1b226676 phy_driver_is_genphy +EXPORT_SYMBOL_GPL vmlinux 0x1b23a23f ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0x1b276b85 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter25debug_tuple_fields_finish +EXPORT_SYMBOL_GPL vmlinux 0x1b315801 sched_set_fifo_low +EXPORT_SYMBOL_GPL vmlinux 0x1b4e702c fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0x1b5f4377 trace_seq_putc +EXPORT_SYMBOL_GPL vmlinux 0x1b5fa56a _RNvXs8_NtNtCs3AkgXgqgK6r_4core3ffi5c_strNtB5_4CStrINtNtNtB9_3ops5index5IndexINtNtBR_5range9RangeFromjEE5index +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b900e58 gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1b92e41d inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x1ba1e5aa _RNvNtCs3AkgXgqgK6r_4core9panicking9panic_fmt +EXPORT_SYMBOL_GPL vmlinux 0x1ba237b0 default_cpu_present_to_apicid +EXPORT_SYMBOL_GPL vmlinux 0x1ba3088b _RNvXs29_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_27class_raw_spinlock_nested_tNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x1bb142ae iommu_sva_get_pasid +EXPORT_SYMBOL_GPL vmlinux 0x1bbbf780 mmu_interval_read_begin +EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1bc64087 xas_split +EXPORT_SYMBOL_GPL vmlinux 0x1bd3bb77 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0x1bdf8d25 _RNvXsw_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_21__ddebug__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x1bea5cb0 gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x1bf347a8 _RNvXs0_NtNtCs3AkgXgqgK6r_4core5panic10panic_infoNtB5_9PanicInfoNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x1c00ee33 __SCK__tp_func_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x1c26115f rtnl_get_net_ns_capable +EXPORT_SYMBOL_GPL vmlinux 0x1c275d7d crypto_alloc_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c55ab4e trace_array_init_printk +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c5ff742 clk_get_phase +EXPORT_SYMBOL_GPL vmlinux 0x1c60c843 ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0x1c6f702c device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x1c7169dc ZSTD_customFree +EXPORT_SYMBOL_GPL vmlinux 0x1c764526 __SCT__tp_func_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1c8c67f0 fwnode_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x1c92494a fwnode_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x1c9c1ffb rio_del_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0x1c9f4307 fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0x1ca3aa97 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0x1ca47bb1 usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0x1ca49e3f sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x1cb7c983 apei_exec_read_register_value +EXPORT_SYMBOL_GPL vmlinux 0x1cb9a1c8 xenbus_gather +EXPORT_SYMBOL_GPL vmlinux 0x1cbd92b0 cpu_mitigations_off +EXPORT_SYMBOL_GPL vmlinux 0x1cd4cfeb _RNvXs5v_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_9cpu_timerNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x1cd70113 _RNvXs1_NtNtCs3AkgXgqgK6r_4core3fmt3numsNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0x1cd92c3e pci_msix_alloc_irq_at +EXPORT_SYMBOL_GPL vmlinux 0x1cdd0605 xhci_port_state_to_neutral +EXPORT_SYMBOL_GPL vmlinux 0x1ce2e6a8 ehci_adjust_port_wakeup_flags +EXPORT_SYMBOL_GPL vmlinux 0x1ce4b5b6 dma_async_device_channel_register +EXPORT_SYMBOL_GPL vmlinux 0x1cf4179f trace_array_printk +EXPORT_SYMBOL_GPL vmlinux 0x1cff8eab sbitmap_init_node +EXPORT_SYMBOL_GPL vmlinux 0x1d0c0e60 dev_pm_opp_get_freq +EXPORT_SYMBOL_GPL vmlinux 0x1d131e91 devm_of_led_get +EXPORT_SYMBOL_GPL vmlinux 0x1d21ff23 generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0x1d222ced irq_get_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0x1d22c8cb rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x1d2547c5 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0x1d262035 noop_direct_IO +EXPORT_SYMBOL_GPL vmlinux 0x1d2dd7ae _RNvMs2_NtNtCs3AkgXgqgK6r_4core3num5errorNtB5_13ParseIntError13___description +EXPORT_SYMBOL_GPL vmlinux 0x1d4b28d7 __devm_rtc_register_device +EXPORT_SYMBOL_GPL vmlinux 0x1d507a2b _RNvXNtCs3AkgXgqgK6r_4core5asciiNtB2_13EscapeDefaultNtNtNtNtB4_4iter6traits8iterator8Iterator4last +EXPORT_SYMBOL_GPL vmlinux 0x1d68c6f2 serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x1d792a51 kpp_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x1d856939 bpf_trace_run1 +EXPORT_SYMBOL_GPL vmlinux 0x1d872d63 usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x1d94a218 dmi_memdev_handle +EXPORT_SYMBOL_GPL vmlinux 0x1dc45cb6 spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0x1dcd3815 tracing_snapshot_cond_disable +EXPORT_SYMBOL_GPL vmlinux 0x1dd09731 __SCK__tp_func_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x1dfa5dbd mpi_invm +EXPORT_SYMBOL_GPL vmlinux 0x1dfb2261 __skb_zcopy_downgrade_managed +EXPORT_SYMBOL_GPL vmlinux 0x1e007b3a acpi_quirk_skip_serdev_enumeration +EXPORT_SYMBOL_GPL vmlinux 0x1e0626f3 gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0x1e0670c6 reset_control_release +EXPORT_SYMBOL_GPL vmlinux 0x1e0b18f6 pci_alloc_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x1e295ba0 devlink_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1e2e1921 __hwspin_unlock +EXPORT_SYMBOL_GPL vmlinux 0x1e3001ba _RNvMs3_NtNtCs3AkgXgqgK6r_4core3ffi5c_strNtB5_4CStr19from_bytes_with_nul +EXPORT_SYMBOL_GPL vmlinux 0x1e303c84 __bio_add_page +EXPORT_SYMBOL_GPL vmlinux 0x1e3581dd pci_find_doe_mailbox +EXPORT_SYMBOL_GPL vmlinux 0x1e368dc4 __nvmem_layout_register +EXPORT_SYMBOL_GPL vmlinux 0x1e3817a3 sched_numa_hop_mask +EXPORT_SYMBOL_GPL vmlinux 0x1e3a9549 udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1e3bc77c xas_create_range +EXPORT_SYMBOL_GPL vmlinux 0x1e3f7eb9 _RNvXsz_NtNtCs3AkgXgqgK6r_4core4sync6atomicNtB5_9AtomicU16NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x1e424d61 user_preparse +EXPORT_SYMBOL_GPL vmlinux 0x1e53f827 stack_depot_print +EXPORT_SYMBOL_GPL vmlinux 0x1e56672b wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0x1e5a5f22 sn_partition_id +EXPORT_SYMBOL_GPL vmlinux 0x1e63c55b phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e8fac8e wireless_nlevent_flush +EXPORT_SYMBOL_GPL vmlinux 0x1e912415 uv_bios_get_heapsize +EXPORT_SYMBOL_GPL vmlinux 0x1e9bc719 freq_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x1e9c590a usb_find_common_endpoints_reverse +EXPORT_SYMBOL_GPL vmlinux 0x1ea19b0d ata_eh_read_sense_success_ncq_log +EXPORT_SYMBOL_GPL vmlinux 0x1ea30833 phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebc9c3c pm_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x1ebd2b3c serial8250_rpm_put_tx +EXPORT_SYMBOL_GPL vmlinux 0x1ebed70e ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ec4e5b5 _RNvXsb_NtCs3AkgXgqgK6r_4core3fmtzNtB5_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x1ed2dced dax_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x1ed4d2eb percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x1ee47e00 is_vmalloc_or_module_addr +EXPORT_SYMBOL_GPL vmlinux 0x1eea6c79 usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x1ef04208 _RNvXsz_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_16ddebug_class_mapNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x1ef20793 stop_core_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x1f01dc99 led_get +EXPORT_SYMBOL_GPL vmlinux 0x1f0fec35 driver_register +EXPORT_SYMBOL_GPL vmlinux 0x1f206e83 _RNvXs44_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_13per_cpu_pagesNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x1f36e594 crypto_aead_setkey +EXPORT_SYMBOL_GPL vmlinux 0x1f38a4f6 mpi_set_highbit +EXPORT_SYMBOL_GPL vmlinux 0x1f449588 mctrl_gpio_disable_ms +EXPORT_SYMBOL_GPL vmlinux 0x1f4e5a27 devm_devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0x1f563160 bpf_offload_dev_priv +EXPORT_SYMBOL_GPL vmlinux 0x1f589fd6 crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1f593f05 _RNvXsu_NtNtCs3AkgXgqgK6r_4core4sync6atomicNtB5_9AtomicI16NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x1f59bb9a debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x1f6cd584 efivar_reserved_space +EXPORT_SYMBOL_GPL vmlinux 0x1f707530 thermal_zone_get_crit_temp +EXPORT_SYMBOL_GPL vmlinux 0x1f71bf99 gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x1f7e68cf __SCK__tp_func_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f988391 _RNvXso_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_7qrwlockNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x1fa1d95c sha256_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x1fa301fd blk_rq_poll +EXPORT_SYMBOL_GPL vmlinux 0x1fa48995 efivar_supports_writes +EXPORT_SYMBOL_GPL vmlinux 0x1fac8da2 _RNvXsh_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3impiNtB9_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x1fb662b1 usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x1fdcd402 usb_cache_string +EXPORT_SYMBOL_GPL vmlinux 0x1fe6e504 gpiod_add_hogs +EXPORT_SYMBOL_GPL vmlinux 0x1fe91882 __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0x1ffcfcfd _RNvNtNtNtCs3AkgXgqgK6r_4core7unicode12unicode_data11conversions8to_lower +EXPORT_SYMBOL_GPL vmlinux 0x2001bfd6 rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0x2009e400 devlink_info_board_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x200bb2ee blk_next_bio +EXPORT_SYMBOL_GPL vmlinux 0x200d25a4 devm_of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0x201d9db1 ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x202d4ed6 nvmem_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x2038730d _RNvNtNtCs3AkgXgqgK6r_4core3str6traits23str_index_overflow_fail +EXPORT_SYMBOL_GPL vmlinux 0x204f2c5c gnttab_free_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x20511425 _RNvMs6_NtNtCs3AkgXgqgK6r_4core3fmt8buildersNtB5_8DebugMap3key +EXPORT_SYMBOL_GPL vmlinux 0x205a4f95 sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x205c56ff __list_lru_init +EXPORT_SYMBOL_GPL vmlinux 0x205ff741 fscrypt_set_bio_crypt_ctx_bh +EXPORT_SYMBOL_GPL vmlinux 0x205ffb9f crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0x2064ad20 pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x20654084 _RNvXs4I_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_3pidNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x2065677e _RNvXs8_NtCs3AkgXgqgK6r_4core3fmtNtB5_9FormatterNtB5_5Write9write_fmt +EXPORT_SYMBOL_GPL vmlinux 0x20674700 dmaengine_desc_attach_metadata +EXPORT_SYMBOL_GPL vmlinux 0x20766170 fwnode_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x207f44a4 ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0x2084baac screen_pos +EXPORT_SYMBOL_GPL vmlinux 0x20899467 hv_stimer0_isr +EXPORT_SYMBOL_GPL vmlinux 0x20941c56 devfreq_event_get_edev_count +EXPORT_SYMBOL_GPL vmlinux 0x20978fb9 idr_find +EXPORT_SYMBOL_GPL vmlinux 0x20a41bc9 intel_pinctrl_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x20a4e01a HUF_readStats_wksp +EXPORT_SYMBOL_GPL vmlinux 0x20a5caec _RNvXst_NtNtCs3AkgXgqgK6r_4core3fmt3numiNtB7_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0x20b2578d dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0x20b3ebe7 _RNvXs1r_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15tracepoint_funcNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x20cb3a05 mbox_chan_received_data +EXPORT_SYMBOL_GPL vmlinux 0x20d6463c pci_p2pmem_find_many +EXPORT_SYMBOL_GPL vmlinux 0x20dcce07 cpufreq_dbs_governor_stop +EXPORT_SYMBOL_GPL vmlinux 0x20e10566 hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x20e1b3c3 pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x210c92a5 raw_v4_match +EXPORT_SYMBOL_GPL vmlinux 0x211467a9 hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0x211f9d64 thermal_zone_device +EXPORT_SYMBOL_GPL vmlinux 0x212734c5 vcap_netbytes_copy +EXPORT_SYMBOL_GPL vmlinux 0x2128066a devl_trap_policers_register +EXPORT_SYMBOL_GPL vmlinux 0x216bf2f8 _RNvXs5N_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15sched_dl_entityNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x216de4e1 rcu_get_gp_kthreads_prio +EXPORT_SYMBOL_GPL vmlinux 0x2176227d acpi_dev_clear_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x2176e42a hwpoison_filter_memcg +EXPORT_SYMBOL_GPL vmlinux 0x217cff35 do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x218e4676 irq_chip_disable_parent +EXPORT_SYMBOL_GPL vmlinux 0x2192b09b _RNvXs2_NtNtCs3AkgXgqgK6r_4core5slice5asciiNtB5_11EscapeAsciiNtNtB9_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x219652cf ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x2196a02a posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0x219caec5 devlink_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x219cbef5 _RNvXs9_NtCs3AkgXgqgK6r_4core3fmtNtB5_5ErrorNtB5_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x21a563da clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x21a99606 sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0x21b90aab rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0x21be74bb tty_release_struct +EXPORT_SYMBOL_GPL vmlinux 0x21c1b851 clk_hw_get_flags +EXPORT_SYMBOL_GPL vmlinux 0x21cd536a crypto_put_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x21e02c45 regmap_noinc_write +EXPORT_SYMBOL_GPL vmlinux 0x21e32994 _RNvMNtNtCs3AkgXgqgK6r_4core3ffi5c_strNtB2_21FromBytesWithNulError13___description +EXPORT_SYMBOL_GPL vmlinux 0x21ecedb3 xhci_ext_cap_init +EXPORT_SYMBOL_GPL vmlinux 0x21ee3781 blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0x21f21eb5 spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x2202a780 pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x22122b66 lwtunnel_fill_encap +EXPORT_SYMBOL_GPL vmlinux 0x221899f2 seg6_do_srh_inline +EXPORT_SYMBOL_GPL vmlinux 0x2227d394 devm_gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x222e21a0 pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0x22541889 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x22564c12 cpufreq_driver_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x226d1e1a disk_uevent +EXPORT_SYMBOL_GPL vmlinux 0x227603d3 devm_platform_get_and_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0x2281a6ac sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x2284bf53 gpiochip_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x2290148f inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x22c9432f relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0x22ceccfd pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x22d60537 tcf_frag_xmit_count +EXPORT_SYMBOL_GPL vmlinux 0x22d9409b iomap_sort_ioends +EXPORT_SYMBOL_GPL vmlinux 0x22e1d5c6 vp_legacy_set_features +EXPORT_SYMBOL_GPL vmlinux 0x22ec5205 cpu_latency_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x22f1e55e check_move_unevictable_folios +EXPORT_SYMBOL_GPL vmlinux 0x22fd08ba cpuacct_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x230659b3 devm_clk_get_optional_enabled +EXPORT_SYMBOL_GPL vmlinux 0x2308ed46 fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0x2315194d _RNvNtCsbwHtcUjRN57_6kernel5ioctl8__IOC_DIR +EXPORT_SYMBOL_GPL vmlinux 0x231e1019 class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x231f322b iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0x23291c3e blk_queue_max_zone_append_sectors +EXPORT_SYMBOL_GPL vmlinux 0x2333a659 misc_cg_uncharge +EXPORT_SYMBOL_GPL vmlinux 0x233f59fd _RNvXs1_NtCs3AkgXgqgK6r_4core4timeNtB5_8DurationNtNtNtB7_3ops5arith9AddAssign10add_assign +EXPORT_SYMBOL_GPL vmlinux 0x234004a7 switchdev_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x23412816 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0x2347d885 _RNvXsJ_NtNtCs3AkgXgqgK6r_4core3fmt3numsNtB7_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0x23486553 __platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0x234aa73f kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0x234cf416 devlink_fmsg_string_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x23647aec pci_vpd_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2366a0b8 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x237720b8 fsnotify_add_mark +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x2386c0ea __SCT__tp_func_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0x238795b6 handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0x23908000 skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0x23928104 device_link_remove +EXPORT_SYMBOL_GPL vmlinux 0x2396c7f0 clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x239b0e1b nf_queue_nf_hook_drop +EXPORT_SYMBOL_GPL vmlinux 0x23a0d0b9 _RNvXsL_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_41restart_block__bindgen_ty_1__bindgen_ty_3NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x23a656b5 gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0x23a9a3a3 clk_hw_get_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x23b1247b gpiod_set_config +EXPORT_SYMBOL_GPL vmlinux 0x23b27ba9 pci_epc_map_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x23b4e0d7 clear_page_rep +EXPORT_SYMBOL_GPL vmlinux 0x23bcea55 _RNvXsb_NtNtCs3AkgXgqgK6r_4core3fmt3numjNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0x23c3b778 phy_basic_features +EXPORT_SYMBOL_GPL vmlinux 0x23c83afd disk_set_zoned +EXPORT_SYMBOL_GPL vmlinux 0x23eebb73 _RNvXs5i_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_35siginfo__bindgen_ty_1__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x23f1ec9c bus_get_dev_root +EXPORT_SYMBOL_GPL vmlinux 0x23f3a495 icc_put +EXPORT_SYMBOL_GPL vmlinux 0x23fea42d regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0x24035c70 _RNvNtNtNtCs3AkgXgqgK6r_4core7unicode12unicode_data5cased6lookup +EXPORT_SYMBOL_GPL vmlinux 0x2417e33f _RNvXNtNtNtCs3AkgXgqgK6r_4core3fmt3num3impaNtB6_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x242056ac _RNvXs3k_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_13uprobes_stateNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x2421097b mpi_const +EXPORT_SYMBOL_GPL vmlinux 0x24235223 phy_10gbit_full_features +EXPORT_SYMBOL_GPL vmlinux 0x243a8836 sysfs_groups_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x24413343 erst_read_record +EXPORT_SYMBOL_GPL vmlinux 0x244acce9 _RNvNtNtNtCs3AkgXgqgK6r_4core7unicode12unicode_data1n6lookup +EXPORT_SYMBOL_GPL vmlinux 0x2454665d from_vfsuid +EXPORT_SYMBOL_GPL vmlinux 0x245b9519 p2sb_bar +EXPORT_SYMBOL_GPL vmlinux 0x2464da17 gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0x246504f8 __tracepoint_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x2469810f __rcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x246dc6cd _RNvXs22_NtNtCs3AkgXgqgK6r_4core3str4iterNtB6_13EscapeDefaultNtNtBa_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x247069e6 class_register +EXPORT_SYMBOL_GPL vmlinux 0x24709b2f trace_seq_putmem +EXPORT_SYMBOL_GPL vmlinux 0x2475db4e blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0x2478c33f ncsi_stop_dev +EXPORT_SYMBOL_GPL vmlinux 0x248182ba ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x2484e789 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x248bc867 raw_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0x248e1473 kfree_strarray +EXPORT_SYMBOL_GPL vmlinux 0x248f3272 genphy_c45_fast_retrain +EXPORT_SYMBOL_GPL vmlinux 0x2497c5cd devlink_region_snapshot_id_put +EXPORT_SYMBOL_GPL vmlinux 0x249cc003 irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0x24ad11db wakeup_sources_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x24bd7bc4 pci_stop_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x24bf1811 regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x24ca39f4 __tracepoint_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x24d7ddd1 _RNvXs18_NtNtCs3AkgXgqgK6r_4core3fmt3numnNtB8_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x24da0093 rcu_inkernel_boot_has_ended +EXPORT_SYMBOL_GPL vmlinux 0x24e04fd0 devm_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x24e73d3f _RNvXsk_NtCs3AkgXgqgK6r_4core4charNtB5_15CaseMappingIterNtNtNtNtB7_4iter6traits12double_ended19DoubleEndedIterator9next_back +EXPORT_SYMBOL_GPL vmlinux 0x24ea8440 thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24f0f1f2 ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x24fc50f4 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x24fde935 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter12pad_integral +EXPORT_SYMBOL_GPL vmlinux 0x250cc2a2 iopf_queue_add_device +EXPORT_SYMBOL_GPL vmlinux 0x250ebdd9 bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0x250f9d11 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x25110f32 spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0x252639fe i2c_parse_fw_timings +EXPORT_SYMBOL_GPL vmlinux 0x252def32 phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0x25301bc6 arch_wb_cache_pmem +EXPORT_SYMBOL_GPL vmlinux 0x25379e73 clk_set_min_rate +EXPORT_SYMBOL_GPL vmlinux 0x25439c6c mptcp_token_get_sock +EXPORT_SYMBOL_GPL vmlinux 0x2543aeda _RNvXsi_NtNtCs3AkgXgqgK6r_4core9core_arch3x86NtB5_7___m128dNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x25461099 sk_psock_tls_strp_read +EXPORT_SYMBOL_GPL vmlinux 0x255739b7 scsi_internal_device_unblock_nowait +EXPORT_SYMBOL_GPL vmlinux 0x25577921 serial8250_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0x255a0a15 usb_phy_roothub_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2561ea46 devlink_region_snapshot_id_get +EXPORT_SYMBOL_GPL vmlinux 0x2563ceaa _RNvXsj_NtCs3AkgXgqgK6r_4core4charNtB5_15CaseMappingIterNtNtNtNtB7_4iter6traits8iterator8Iterator4next +EXPORT_SYMBOL_GPL vmlinux 0x256ef7ee _RNvNtNtNtCs3AkgXgqgK6r_4core7unicode12unicode_data9lowercase6lookup +EXPORT_SYMBOL_GPL vmlinux 0x25782ec7 blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x25887c00 devm_pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x25910d0d devlink_traps_register +EXPORT_SYMBOL_GPL vmlinux 0x2592fc6c console_printk +EXPORT_SYMBOL_GPL vmlinux 0x259e974d _RNvXNvNtNtCsbwHtcUjRN57_6kernel4sync7condvar1__NtB2_12___ThePinDataNtNtCs3AkgXgqgK6r_4core5clone5Clone5clone +EXPORT_SYMBOL_GPL vmlinux 0x25ba66bd dev_pm_opp_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x25ba9d07 phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x25bbfa9a security_kernel_load_data +EXPORT_SYMBOL_GPL vmlinux 0x25d51737 rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x25d5e4a3 spi_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0x25eb075f i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0x25f02c87 xen_p2m_addr +EXPORT_SYMBOL_GPL vmlinux 0x25f395d1 _RNvXs1m_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_13msr_regs_infoNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x25f80d4e rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x25fc3c51 mmc_sanitize +EXPORT_SYMBOL_GPL vmlinux 0x26043f6c rt288x_setup +EXPORT_SYMBOL_GPL vmlinux 0x26161a7e _RNvXsR_NtNtCs3AkgXgqgK6r_4core3fmt3numlNtB7_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0x26185311 rio_dma_prep_xfer +EXPORT_SYMBOL_GPL vmlinux 0x261b8f70 __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x261f1254 _RNvXsU_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_34jailhouse_setup_data__bindgen_ty_2NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x26235f18 thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x262a7063 xen_start_info +EXPORT_SYMBOL_GPL vmlinux 0x262f54d6 spi_mem_dirmap_read +EXPORT_SYMBOL_GPL vmlinux 0x26367668 sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0x264e9bad crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x265b6e29 hyperv_flush_guest_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x265b8256 restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x265bbef9 kexec_crash_loaded +EXPORT_SYMBOL_GPL vmlinux 0x266a4b08 tasklet_unlock +EXPORT_SYMBOL_GPL vmlinux 0x267abd46 blk_mq_unquiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x267df662 smp_call_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0x26850920 driver_find +EXPORT_SYMBOL_GPL vmlinux 0x269f9f52 xen_unmap_domain_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0x26a02bdf regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x26a93eb2 verify_pkcs7_signature +EXPORT_SYMBOL_GPL vmlinux 0x26ab4755 put_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x26c744a0 access_process_vm +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26cda94f e820__mapped_raw_any +EXPORT_SYMBOL_GPL vmlinux 0x26cf5e1b crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0x26d022b6 nvdimm_security_setup_events +EXPORT_SYMBOL_GPL vmlinux 0x26d84ac0 strp_process +EXPORT_SYMBOL_GPL vmlinux 0x26ed2186 register_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0x26f64931 __traceiter_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x270ece92 i2c_match_id +EXPORT_SYMBOL_GPL vmlinux 0x27130ecf xhci_run +EXPORT_SYMBOL_GPL vmlinux 0x271df016 __tracepoint_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x2720b8e8 request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x272c7bce vcap_select_min_rule_keyset +EXPORT_SYMBOL_GPL vmlinux 0x273ad40d __tracepoint_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x273aff5c __SCT__tp_func_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x273e1002 fpu_sync_guest_vmexit_xfd_state +EXPORT_SYMBOL_GPL vmlinux 0x275b254e _RNvXs8_NtNtCs3AkgXgqgK6r_4core3fmt3nummNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0x275eebe3 devm_clk_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x276708db __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0x27721024 spi_mem_exec_op +EXPORT_SYMBOL_GPL vmlinux 0x2773c485 __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x2778b7c9 _RNvMs1_NtCs3AkgXgqgK6r_4core3numx14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0x2795fc9d vcap_set_rule_set_actionset +EXPORT_SYMBOL_GPL vmlinux 0x2797818b dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x27a7ae77 vchan_tx_desc_free +EXPORT_SYMBOL_GPL vmlinux 0x27af2fe1 __tracepoint_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x27b3f97d iomap_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0x27bee6d6 blkcg_punt_bio_submit +EXPORT_SYMBOL_GPL vmlinux 0x27c0bafd fwnode_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0x27d01e59 nvmem_cell_read_u16 +EXPORT_SYMBOL_GPL vmlinux 0x27df3105 hv_alloc_hyperv_zeroed_page +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x27fa6bbf _RNvXs13_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_7pv_infoNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x280bf305 rtnl_delete_link +EXPORT_SYMBOL_GPL vmlinux 0x2817f7fd cppc_get_desired_perf +EXPORT_SYMBOL_GPL vmlinux 0x28253c91 regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0x282af5a8 task_cputime_adjusted +EXPORT_SYMBOL_GPL vmlinux 0x282cdabc usb_led_activity +EXPORT_SYMBOL_GPL vmlinux 0x28310bcd kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x2842afef hv_get_non_nested_register +EXPORT_SYMBOL_GPL vmlinux 0x28469e00 __SCK__tp_func_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0x284b82d3 _RNvXs0_NtNtCs3AkgXgqgK6r_4core3fmt3numaNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0x284cbd51 usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0x284ef9c5 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0x2854aeaf _RNvXs42_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_13lru_gen_memcgNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x2864abc9 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x2864d4e3 __traceiter_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x286cc647 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0x28715c25 l3mdev_table_lookup_register +EXPORT_SYMBOL_GPL vmlinux 0x287b7cc8 skcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x2882d40e usb_role_switch_unregister +EXPORT_SYMBOL_GPL vmlinux 0x289060d8 rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0x28983a77 __SCK__tp_func_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x28a68dbb ip6_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x28aa6a67 call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x28ab4fb9 pinctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x28ab5fed device_find_child_by_name +EXPORT_SYMBOL_GPL vmlinux 0x28afbb08 cpu_latency_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x28b58720 _RNvNtCsbwHtcUjRN57_6kernel5ioctl7__IOC_NR +EXPORT_SYMBOL_GPL vmlinux 0x28be0cef misc_cg_res_total_usage +EXPORT_SYMBOL_GPL vmlinux 0x28cbb1bb nvmem_del_cell_table +EXPORT_SYMBOL_GPL vmlinux 0x28cce442 pm_clk_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x28d2b6fd bpf_verifier_log_write +EXPORT_SYMBOL_GPL vmlinux 0x28d373aa shash_no_setkey +EXPORT_SYMBOL_GPL vmlinux 0x28dbc621 hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0x28e2e627 _RNvXs2g_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_16hlist_nulls_nodeNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x28e64c64 xen_has_pv_and_legacy_disk_devices +EXPORT_SYMBOL_GPL vmlinux 0x29002478 rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x291120f2 _RNvXss_NtCs3AkgXgqgK6r_4core3numyNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x291876f3 mpi_ec_get_affine +EXPORT_SYMBOL_GPL vmlinux 0x29366c9a clk_hw_get_parent_index +EXPORT_SYMBOL_GPL vmlinux 0x293946d8 ethnl_cable_test_free +EXPORT_SYMBOL_GPL vmlinux 0x293a6a81 ata_port_classify +EXPORT_SYMBOL_GPL vmlinux 0x2943a4b4 acpi_gpiochip_request_interrupts +EXPORT_SYMBOL_GPL vmlinux 0x294679f5 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0x29482a27 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x294ba251 pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0x294f5092 devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x2951a872 trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x2953f055 irq_chip_enable_parent +EXPORT_SYMBOL_GPL vmlinux 0x298b8ac2 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0x2992aaaf regmap_write +EXPORT_SYMBOL_GPL vmlinux 0x299391a0 xhci_stop +EXPORT_SYMBOL_GPL vmlinux 0x299c1648 _RNvXs9_NtNtCs3AkgXgqgK6r_4core3fmt3numyNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0x29a40f53 usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0x29ac0762 _RNvXs6_NtCs3AkgXgqgK6r_4core3ffiNtB5_10VaListImplNtNtNtB7_3ops4drop4Drop4drop +EXPORT_SYMBOL_GPL vmlinux 0x29aca69f pci_ims_alloc_irq +EXPORT_SYMBOL_GPL vmlinux 0x29b37c82 transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x29be1c05 _RNvXsa_NtNtCs3AkgXgqgK6r_4core3fmt3numoNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0x29ceb869 crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x29d71a11 _RNvXs8_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3impaNtB9_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x29e392b7 iomap_is_partially_uptodate +EXPORT_SYMBOL_GPL vmlinux 0x29e497cf inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x29eba37f current_is_async +EXPORT_SYMBOL_GPL vmlinux 0x29f572c8 pci_iov_virtfn_devfn +EXPORT_SYMBOL_GPL vmlinux 0x2a0b0b3e __traceiter_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x2a0bbc99 irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0x2a124c00 devm_device_add_group +EXPORT_SYMBOL_GPL vmlinux 0x2a155bb4 vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0x2a181a9a gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0x2a1d84c1 dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x2a259657 open_related_ns +EXPORT_SYMBOL_GPL vmlinux 0x2a265b3c synth_event_add_next_val +EXPORT_SYMBOL_GPL vmlinux 0x2a2df866 __xenmem_reservation_va_mapping_reset +EXPORT_SYMBOL_GPL vmlinux 0x2a2f04fa ip_tunnel_netlink_parms +EXPORT_SYMBOL_GPL vmlinux 0x2a3c7fdd tcp_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0x2a4b12d0 unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x2a59e2a7 blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0x2a5bd594 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x2a5ea9ef rhashtable_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2a626569 usb_acpi_power_manageable +EXPORT_SYMBOL_GPL vmlinux 0x2a62cb3a ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2a7686fd trace_event_ignore_this_pid +EXPORT_SYMBOL_GPL vmlinux 0x2a78fe7a devm_intel_scu_ipc_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x2a7dd967 __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x2a85dc5f _RNvXNtCs3AkgXgqgK6r_4core4charNtB2_13EscapeUnicodeNtNtNtNtB4_4iter6traits8iterator8Iterator4next +EXPORT_SYMBOL_GPL vmlinux 0x2a907fd2 _RNvXsW_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_11boot_paramsNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x2a920ddd vfs_remove_acl +EXPORT_SYMBOL_GPL vmlinux 0x2a976d1c dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x2a9b236b rtm_getroute_parse_ip_proto +EXPORT_SYMBOL_GPL vmlinux 0x2a9b7462 ndo_dflt_bridge_getlink +EXPORT_SYMBOL_GPL vmlinux 0x2a9c024d ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x2a9dbe8e __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0x2aa2de5c _RNvXs1g_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_7__xstateNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x2aadad1a efi_capsule_update +EXPORT_SYMBOL_GPL vmlinux 0x2ab2fb31 put_io_context +EXPORT_SYMBOL_GPL vmlinux 0x2abd0a64 __SCK__tp_func_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x2abe54d9 dev_pm_opp_get_max_clock_latency +EXPORT_SYMBOL_GPL vmlinux 0x2ac51209 generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x2ac99bde _RNvXs3e_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_25arch_uprobe__bindgen_ty_2NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x2ad151f9 dma_free_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x2ad74f62 pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x2afc22a6 _RNvXs_NtNtCs3AkgXgqgK6r_4core3ffi5c_strNtB4_22FromBytesUntilNulErrorNtNtB8_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x2b0aa8ed regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x2b0fe000 gnttab_cancel_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x2b115eba netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2b1c4a51 regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0x2b339807 crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x2b33c562 _RNvXs45_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_16per_cpu_nodestatNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x2b3acc3b __SCT__tp_func_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x2b4509dd devlink_health_reporter_state_update +EXPORT_SYMBOL_GPL vmlinux 0x2b5297b1 pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x2b56fc5a ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0x2b581987 _RNvMs0_NtCsbwHtcUjRN57_6kernel4taskNtB5_4Task7current +EXPORT_SYMBOL_GPL vmlinux 0x2b586871 devm_regulator_get_enable_optional +EXPORT_SYMBOL_GPL vmlinux 0x2b5a0508 regulator_suspend_enable +EXPORT_SYMBOL_GPL vmlinux 0x2b5a1e99 _RNvXsE_NtCs3AkgXgqgK6r_4core4timeNtB5_25TryFromFloatSecsErrorKindNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x2b6150fb power_supply_temp2resist_simple +EXPORT_SYMBOL_GPL vmlinux 0x2b6460b3 device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x2b67b6b7 mds_idle_clear +EXPORT_SYMBOL_GPL vmlinux 0x2b6d960d synth_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x2b75cfc6 synth_event_add_val +EXPORT_SYMBOL_GPL vmlinux 0x2b851177 _RNvXsi_NtNtCs3AkgXgqgK6r_4core4hash3sipNtB5_5StateNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x2b9427f2 blk_mq_complete_request_remote +EXPORT_SYMBOL_GPL vmlinux 0x2b965b13 thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2b9997fb atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x2bae7514 _RNvXs1_NtNtCs3AkgXgqgK6r_4core3fmt3numsNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0x2baf09eb reset_control_get_count +EXPORT_SYMBOL_GPL vmlinux 0x2bb9819a dst_blackhole_mtu +EXPORT_SYMBOL_GPL vmlinux 0x2bc71deb devl_param_driverinit_value_get +EXPORT_SYMBOL_GPL vmlinux 0x2bd8a8bb blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x2bdf5ab0 pm_wakeup_pending +EXPORT_SYMBOL_GPL vmlinux 0x2be4ecc3 ata_ncq_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x2befc46b gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x2bf1919d file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0x2bf638f2 _RNvXsS_NtNtCs3AkgXgqgK6r_4core3str7patternNtB5_15StrSearcherImplNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x2c07c3a7 __nf_ip6_route +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c24e73f __crypto_alloc_tfmgfp +EXPORT_SYMBOL_GPL vmlinux 0x2c2f5a09 x86_family +EXPORT_SYMBOL_GPL vmlinux 0x2c3054f9 net_inc_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x2c341b3a cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0x2c3541e3 ipv6_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0x2c382361 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0x2c61746d rust_helper___spin_lock_init +EXPORT_SYMBOL_GPL vmlinux 0x2c61bb09 uv_bios_get_pci_topology +EXPORT_SYMBOL_GPL vmlinux 0x2c635527 arch_invalidate_pmem +EXPORT_SYMBOL_GPL vmlinux 0x2c66ac85 devlink_info_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2c6a5de3 cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x2c70cb9f pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x2c75ef75 shmem_read_folio_gfp +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c834418 static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x2c8dd6b8 edac_mem_types +EXPORT_SYMBOL_GPL vmlinux 0x2c931c8d gpiochip_free_own_desc +EXPORT_SYMBOL_GPL vmlinux 0x2c9eb863 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x2ca910b7 serdev_device_wait_until_sent +EXPORT_SYMBOL_GPL vmlinux 0x2cac28a3 sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x2cb2a511 usb_control_msg_send +EXPORT_SYMBOL_GPL vmlinux 0x2cb3cde1 regulator_map_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x2ccf0565 vcap_rule_find_keysets +EXPORT_SYMBOL_GPL vmlinux 0x2ce67c2b phy_reset +EXPORT_SYMBOL_GPL vmlinux 0x2ce7436e vp_modern_map_vq_notify +EXPORT_SYMBOL_GPL vmlinux 0x2cf36065 is_swiotlb_active +EXPORT_SYMBOL_GPL vmlinux 0x2cf7f0aa _RNvXsr_NtNtCs3AkgXgqgK6r_4core3fmt3numNtB5_8UpperHexNtB5_12GenericRadix5digit +EXPORT_SYMBOL_GPL vmlinux 0x2cfbb2b5 __SCT__tp_func_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x2d00cbef pci_epf_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x2d0684a9 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x2d0ae451 vcap_addr_keysets +EXPORT_SYMBOL_GPL vmlinux 0x2d18ecb7 __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d2dd36f kobj_ns_grab_current +EXPORT_SYMBOL_GPL vmlinux 0x2d328a51 _RNvXs1z_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_12swregs_stateNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x2d393f48 intel_soc_pmic_exec_mipi_pmic_seq_element +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d44be3b __SCT__tp_func_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x2d48032a fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0x2d609547 dax_direct_access +EXPORT_SYMBOL_GPL vmlinux 0x2d66969c ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0x2d6c2d50 icc_sync_state +EXPORT_SYMBOL_GPL vmlinux 0x2d713395 acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x2d7960e8 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x2d7f08df fwnode_graph_get_port_parent +EXPORT_SYMBOL_GPL vmlinux 0x2d84452a _RNvXs4z_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5i64x8NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x2d8479a0 unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x2d89b1ad __SCT__tp_func_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x2da5e0eb md_run +EXPORT_SYMBOL_GPL vmlinux 0x2dae5ca7 _RNvMs1_NtNtCs3AkgXgqgK6r_4core3fmt8buildersNtB5_11DebugStruct6finish +EXPORT_SYMBOL_GPL vmlinux 0x2db4b725 devm_register_restart_handler +EXPORT_SYMBOL_GPL vmlinux 0x2dbcf545 clk_hw_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x2dc2e021 addrconf_prefix_rcv_add_addr +EXPORT_SYMBOL_GPL vmlinux 0x2dc5ec9b __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x2dcda663 gpiochip_get_data +EXPORT_SYMBOL_GPL vmlinux 0x2ddeaee9 xdp_rxq_info_is_reg +EXPORT_SYMBOL_GPL vmlinux 0x2de1df7f thermal_zone_device_register_with_trips +EXPORT_SYMBOL_GPL vmlinux 0x2df7d33d _RNvXsj_NtCs3AkgXgqgK6r_4core3numaNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x2e028ae6 rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x2e08226d badrange_add +EXPORT_SYMBOL_GPL vmlinux 0x2e0d9a26 tpm2_probe +EXPORT_SYMBOL_GPL vmlinux 0x2e148ccb devm_acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e2c732b pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0x2e2df7f4 irq_remapping_cap +EXPORT_SYMBOL_GPL vmlinux 0x2e34c780 regmap_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x2e3abe9e skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0x2e430016 rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0x2e45d0fb __SCK__tp_func_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x2e4e5522 gpiochip_populate_parent_fwspec_fourcell +EXPORT_SYMBOL_GPL vmlinux 0x2e560c01 umd_cleanup_helper +EXPORT_SYMBOL_GPL vmlinux 0x2e5b3f67 pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0x2e6488a3 pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0x2e6670f3 cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0x2e6e3db6 device_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0x2e7887d2 nf_ct_set_closing +EXPORT_SYMBOL_GPL vmlinux 0x2e794ef9 __SCK__tp_func_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x2e7a17d4 vmap_pfn +EXPORT_SYMBOL_GPL vmlinux 0x2e8bc1c8 usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0x2e96e534 set_capacity_and_notify +EXPORT_SYMBOL_GPL vmlinux 0x2e9ec24d free_iova +EXPORT_SYMBOL_GPL vmlinux 0x2e9ef78c devm_i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0x2ea48dd3 _RNvXsT_NtNtCs3AkgXgqgK6r_4core4sync6atomicNtB5_9AtomicU64NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x2eb6e428 __tracepoint_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x2ebb19fd execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ec56741 nf_ip_route +EXPORT_SYMBOL_GPL vmlinux 0x2ec8fe68 _RNvXs_NtCs3AkgXgqgK6r_4core5arrayNtB4_17TryFromSliceErrorNtNtB6_5error5Error11description +EXPORT_SYMBOL_GPL vmlinux 0x2eca6a19 phy_basic_t1s_p2mp_features_array +EXPORT_SYMBOL_GPL vmlinux 0x2eda4807 is_uv_hubbed +EXPORT_SYMBOL_GPL vmlinux 0x2edc48f7 pin_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x2ee7c52b btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x2f00b4b3 ata_scsi_dma_need_drain +EXPORT_SYMBOL_GPL vmlinux 0x2f0151fb pci_msi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f1106a9 irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x2f219fcf usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x2f2c95c4 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x2f36395b init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0x2f389c35 _RNvXsl_NtCs3AkgXgqgK6r_4core4charNtB5_15CaseMappingIterNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x2f4880df static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x2f490f3a pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0x2f501ec8 _RNvMs_NtNtCs3AkgXgqgK6r_4core4char6decodeNtB4_16DecodeUtf16Error18unpaired_surrogate +EXPORT_SYMBOL_GPL vmlinux 0x2f551545 usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0x2f63e3c3 tty_port_register_device_attr_serdev +EXPORT_SYMBOL_GPL vmlinux 0x2f64415f unregister_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2f69a7f0 device_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x2f97c067 _RNvXsq_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_15ratelimit_stateNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x2f9cc91c serdev_device_add +EXPORT_SYMBOL_GPL vmlinux 0x2f9d8395 _RNvXsb_NtNtCs3AkgXgqgK6r_4core3fmt3numjNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0x2faf8533 _RNvXs1c_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11__fpstate_32NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x2fbf4a72 fwnode_get_next_parent +EXPORT_SYMBOL_GPL vmlinux 0x2fc1e0fe kmem_valid_obj +EXPORT_SYMBOL_GPL vmlinux 0x2fd0209a _RNvXsB_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_32ddebug_class_param__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x2fd0f052 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x2fd89f04 pci_epc_set_msi +EXPORT_SYMBOL_GPL vmlinux 0x2fda5850 soc_device_match +EXPORT_SYMBOL_GPL vmlinux 0x2fdb10e4 dmaengine_desc_set_metadata_len +EXPORT_SYMBOL_GPL vmlinux 0x2fe117a6 xhci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x2fee4940 virtio_device_restore +EXPORT_SYMBOL_GPL vmlinux 0x2ff8adf9 phy_check_downshift +EXPORT_SYMBOL_GPL vmlinux 0x2ffedb6b hv_free_hyperv_page +EXPORT_SYMBOL_GPL vmlinux 0x30110a29 phy_eee_cap1_features +EXPORT_SYMBOL_GPL vmlinux 0x301bb6c3 rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x30295d3f _RNvXs5q_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_8sigqueueNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x302b2727 __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x302c86ea tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x302d7cc5 devlink_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0x302ff03d regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0x3030f662 clean_acked_data_enable +EXPORT_SYMBOL_GPL vmlinux 0x305e658e scsi_ioctl_block_when_processing_errors +EXPORT_SYMBOL_GPL vmlinux 0x3061cfce ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0x30691696 tty_kopen_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x306f8768 xfrm_dev_state_add +EXPORT_SYMBOL_GPL vmlinux 0x3078fc8f badblocks_exit +EXPORT_SYMBOL_GPL vmlinux 0x3079f033 skcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0x30888213 skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x30a9c836 _RNvXs_NtNtCs3AkgXgqgK6r_4core3fmt7nofloatdNtB6_5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x30b6a270 anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x30ba9feb crypto_unregister_kpp +EXPORT_SYMBOL_GPL vmlinux 0x30bd2bfa vcap_find_admin +EXPORT_SYMBOL_GPL vmlinux 0x30cf804f slow_virt_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x30d6b760 gpiochip_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x30d766f3 pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0x30e1ec25 apei_map_generic_address +EXPORT_SYMBOL_GPL vmlinux 0x30eb8354 md_bitmap_copy_from_slot +EXPORT_SYMBOL_GPL vmlinux 0x30fc1531 xhci_reset_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0x31019477 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x3107250e nvdimm_pmem_region_create +EXPORT_SYMBOL_GPL vmlinux 0x310777f0 __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x31128b8e hv_remove_kexec_handler +EXPORT_SYMBOL_GPL vmlinux 0x3113c788 thermal_zone_device_type +EXPORT_SYMBOL_GPL vmlinux 0x311aafcd pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x311c123d spi_controller_resume +EXPORT_SYMBOL_GPL vmlinux 0x311c6da4 put_iova_domain +EXPORT_SYMBOL_GPL vmlinux 0x31215f50 _RNvMs6_NtCs3AkgXgqgK6r_4core3numm14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x313448aa dev_pm_opp_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x313ba8cb mf_dax_kill_procs +EXPORT_SYMBOL_GPL vmlinux 0x313d3c41 agp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x3144c430 pm_genpd_remove +EXPORT_SYMBOL_GPL vmlinux 0x314a4c68 debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x314cfe10 _RNvXs4_NtNtCs3AkgXgqgK6r_4core4char6decodeNtB5_16DecodeUtf16ErrorNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x315c4321 devm_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0x3165daa3 arbitrary_virt_to_machine +EXPORT_SYMBOL_GPL vmlinux 0x31706316 __SCT__tp_func_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x317829ff dma_resv_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x317a1f7b __fsverity_file_open +EXPORT_SYMBOL_GPL vmlinux 0x31807091 usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0x318cc809 _RNvXs1q_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_21trace_print_flags_u64NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x3192d768 cpufreq_remove_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x31a0ebef crypto_wait_for_test +EXPORT_SYMBOL_GPL vmlinux 0x31a76d61 mas_destroy +EXPORT_SYMBOL_GPL vmlinux 0x31a95e8b ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x31b8bb14 spi_mem_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31c86e25 __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0x31c91b78 __tracepoint_console +EXPORT_SYMBOL_GPL vmlinux 0x31d34278 xas_load +EXPORT_SYMBOL_GPL vmlinux 0x31dc97d8 reset_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x31dca4d8 gnttab_claim_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x31dfdd83 _RNvXs1_NtNtCs3AkgXgqgK6r_4core3str5errorNtB5_14ParseBoolErrorNtNtB9_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x31e67446 devm_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x31e91d1e xfrm_dev_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x31ecc24f _RNvXs7_NtCs3AkgXgqgK6r_4core4timeNtB5_8DurationINtNtNtB7_3ops5arith3DivmE3div +EXPORT_SYMBOL_GPL vmlinux 0x3207fba5 __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0x3209c565 _RNvXsa_NtNtCs3AkgXgqgK6r_4core3fmt3numoNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0x3209ce99 _RNvXs1h_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5i64x1NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x320df4d5 gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0x320e0d20 clk_hw_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x320f0f87 lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0x3215984a devlink_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x321df41d pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x3225a2b2 usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x32295715 dev_pm_opp_clear_config +EXPORT_SYMBOL_GPL vmlinux 0x3232d08a _RNvXsx_NtCs3AkgXgqgK6r_4core4charNtB5_18EscapeDefaultStateNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x32360f5d devm_platform_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0x325f9d61 vcap_rule_add_key_u72 +EXPORT_SYMBOL_GPL vmlinux 0x326cefe5 hwpoison_filter_dev_minor +EXPORT_SYMBOL_GPL vmlinux 0x326fafa7 ip_local_out +EXPORT_SYMBOL_GPL vmlinux 0x32726f72 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0x327a2687 bind_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x327f9104 pci_msix_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x328204ab __clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x3285ba84 serial8250_do_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x328e3354 __memcpy_flushcache +EXPORT_SYMBOL_GPL vmlinux 0x32919477 _RNvMs6_NtCs3AkgXgqgK6r_4core3anyNtB5_6Demand3new +EXPORT_SYMBOL_GPL vmlinux 0x329d4754 _RNvXs4n_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB6_10NonZeroI64NtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x32ab06cc irq_percpu_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x32b1d23c __SCK__tp_func_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x32bc0fcf preempt_notifier_dec +EXPORT_SYMBOL_GPL vmlinux 0x32c1d7c1 devm_regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32ca81b2 devlink_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x32e3b076 mxcsr_feature_mask +EXPORT_SYMBOL_GPL vmlinux 0x32e4d1e0 sgx_virt_ecreate +EXPORT_SYMBOL_GPL vmlinux 0x32e9ac11 __fsverity_cleanup_inode +EXPORT_SYMBOL_GPL vmlinux 0x32fbc99f pinctrl_dev_get_devname +EXPORT_SYMBOL_GPL vmlinux 0x330010b6 cpuset_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x33077a69 crypto_register_rng +EXPORT_SYMBOL_GPL vmlinux 0x330b0e01 sbitmap_queue_min_shallow_depth +EXPORT_SYMBOL_GPL vmlinux 0x330f6116 set_dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x33191c2d i2c_acpi_new_device_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x33249474 nd_cmd_out_size +EXPORT_SYMBOL_GPL vmlinux 0x3328c9d5 bpf_prog_put +EXPORT_SYMBOL_GPL vmlinux 0x33338211 rcuref_get_slowpath +EXPORT_SYMBOL_GPL vmlinux 0x3352823d cppc_get_auto_sel_caps +EXPORT_SYMBOL_GPL vmlinux 0x33560096 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x335a613c mas_next_range +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x3362b03c xen_p2m_size +EXPORT_SYMBOL_GPL vmlinux 0x3365fe7d device_get_dma_attr +EXPORT_SYMBOL_GPL vmlinux 0x336636bb clk_hw_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x336bedb8 pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x3382a380 dummy_con +EXPORT_SYMBOL_GPL vmlinux 0x339bdf15 msi_domain_first_desc +EXPORT_SYMBOL_GPL vmlinux 0x33a3e77b xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0x33aa755b _RNvXs5d_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_52___sifields__bindgen_ty_5__bindgen_ty_1__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x33aef05b pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0x33b06a05 filemap_read +EXPORT_SYMBOL_GPL vmlinux 0x33bf4443 acpi_quirk_skip_acpi_ac_and_battery +EXPORT_SYMBOL_GPL vmlinux 0x33c6024c _RNvXs0_NtNtCs3AkgXgqgK6r_4core3fmt8buildersNtB5_10PadAdapterNtB7_5Write9write_str +EXPORT_SYMBOL_GPL vmlinux 0x33c77dd5 generic_handle_domain_irq +EXPORT_SYMBOL_GPL vmlinux 0x33f467e0 _RNvXs4h_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB6_10NonZeroU64NtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x33f6cdc5 __SCK__tp_func_map +EXPORT_SYMBOL_GPL vmlinux 0x3401f8d0 sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0x3401fbee fscrypt_context_for_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x340835b0 efivars_register +EXPORT_SYMBOL_GPL vmlinux 0x3408b7a1 mddev_init +EXPORT_SYMBOL_GPL vmlinux 0x340ff294 pci_generic_config_write32 +EXPORT_SYMBOL_GPL vmlinux 0x34107128 _RNvXs3M_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_8vma_lockNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x341b5505 devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0x341be233 dax_add_host +EXPORT_SYMBOL_GPL vmlinux 0x3432a952 syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x34331f04 acpi_os_unmap_memory +EXPORT_SYMBOL_GPL vmlinux 0x3437d61e dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x343f236f virtio_check_mem_acc_cb +EXPORT_SYMBOL_GPL vmlinux 0x34407691 crypto_has_ahash +EXPORT_SYMBOL_GPL vmlinux 0x344361a1 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0x344a2c84 iomap_dio_complete +EXPORT_SYMBOL_GPL vmlinux 0x3450ad94 mpi_set_ui +EXPORT_SYMBOL_GPL vmlinux 0x345c67bd devm_mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3466ce63 x86_msi_msg_get_destid +EXPORT_SYMBOL_GPL vmlinux 0x3467d5e5 __unwind_start +EXPORT_SYMBOL_GPL vmlinux 0x3476ac5b list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x347b5675 usb_asmedia_modifyflowcontrol +EXPORT_SYMBOL_GPL vmlinux 0x34811a50 reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x34839d89 icc_set_tag +EXPORT_SYMBOL_GPL vmlinux 0x3491f3c7 inet_pernet_hashinfo_free +EXPORT_SYMBOL_GPL vmlinux 0x349f7515 _RNvXs3D_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_19folio__bindgen_ty_2NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x34ac8ab9 _RNvXs33_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_9srcu_dataNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x34b0856a nexthop_select_path +EXPORT_SYMBOL_GPL vmlinux 0x34d3bae6 usb_phy_roothub_resume +EXPORT_SYMBOL_GPL vmlinux 0x34db62bd fpu_enable_guest_xfd_features +EXPORT_SYMBOL_GPL vmlinux 0x34dbfc0e tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0x34dccfb2 context_tracking +EXPORT_SYMBOL_GPL vmlinux 0x34e0059e switchdev_handle_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x34e06580 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0x34e4ace6 __rg_realloc +EXPORT_SYMBOL_GPL vmlinux 0x34e550c7 _RNvXs36_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11srcu_structNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x34eab46d bind_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x34ebf4bd _RNvNtCs3AkgXgqgK6r_4core9panicking19panic_cannot_unwind +EXPORT_SYMBOL_GPL vmlinux 0x34efb3be virtqueue_get_vring +EXPORT_SYMBOL_GPL vmlinux 0x34f32810 fuse_get_unique +EXPORT_SYMBOL_GPL vmlinux 0x34f93b38 pci_generic_config_read32 +EXPORT_SYMBOL_GPL vmlinux 0x3508c7cb _RNvXsg_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_13callback_headNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x350f6ce5 tasklet_unlock_wait +EXPORT_SYMBOL_GPL vmlinux 0x352316c8 linear_hugepage_index +EXPORT_SYMBOL_GPL vmlinux 0x352b3813 maxim_charger_calc_reg_current +EXPORT_SYMBOL_GPL vmlinux 0x352ec68b bpf_offload_dev_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3531a6f1 serial8250_do_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x353e17ab iommu_map +EXPORT_SYMBOL_GPL vmlinux 0x3542e347 phy_10gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x354357ed pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x35479dd7 bsg_job_get +EXPORT_SYMBOL_GPL vmlinux 0x354ae583 nvdimm_has_flush +EXPORT_SYMBOL_GPL vmlinux 0x3553109c clk_hw_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x35573ba8 thermal_zone_get_num_trips +EXPORT_SYMBOL_GPL vmlinux 0x355757f8 fib6_new_table +EXPORT_SYMBOL_GPL vmlinux 0x3557ffc1 vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0x355bc89a klist_next +EXPORT_SYMBOL_GPL vmlinux 0x355d1b22 rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x3565a929 utf8_data_table +EXPORT_SYMBOL_GPL vmlinux 0x3565e3c4 isa_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x356b4b18 pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x356d09a1 unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x35a6ef85 platform_unregister_drivers +EXPORT_SYMBOL_GPL vmlinux 0x35adfcd0 _RNvNtCsbwHtcUjRN57_6kernel5print11call_printk +EXPORT_SYMBOL_GPL vmlinux 0x35ba79dd iomap_finish_ioends +EXPORT_SYMBOL_GPL vmlinux 0x35c3da57 __clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0x35cb7ad3 _RNvXs4e_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB6_9NonZeroU8NtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x35d3dc46 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x35dcd2d2 unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x35dfb15b pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x35f3910f raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x35f43eb0 ima_inode_hash +EXPORT_SYMBOL_GPL vmlinux 0x35fa4237 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0x36084138 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0x36173c1d phys_to_target_node +EXPORT_SYMBOL_GPL vmlinux 0x36242943 switchdev_deferred_process +EXPORT_SYMBOL_GPL vmlinux 0x364263ef vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0x3658b92c _RNvMs_NtNtCs3AkgXgqgK6r_4core3num3fmtNtB4_9Formatted5write +EXPORT_SYMBOL_GPL vmlinux 0x365bc897 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x366f3bdf pwm_lpss_tng_info +EXPORT_SYMBOL_GPL vmlinux 0x36743990 _RNvXsG_NtCs3AkgXgqgK6r_4core4charNtB5_16TryFromCharErrorNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x36796751 tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0x36898d6f gpiod_remove_hogs +EXPORT_SYMBOL_GPL vmlinux 0x369fc69e serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36a5ddbf dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x36aaab14 __traceiter_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x36ac17ab alloc_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0x36b22954 cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x36b5497e intel_iommu_enabled +EXPORT_SYMBOL_GPL vmlinux 0x36d25c68 regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x36d77e58 dev_pm_opp_find_bw_ceil +EXPORT_SYMBOL_GPL vmlinux 0x36ddb6ad tpmm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x36e070b4 regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0x36e4dd8f _RNvNtNtCsbwHtcUjRN57_6kernel5print14format_strings6NOTICE +EXPORT_SYMBOL_GPL vmlinux 0x36e71e63 _RNvXs5H_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_12prev_cputimeNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x36f8d862 cpufreq_policy_transition_delay_us +EXPORT_SYMBOL_GPL vmlinux 0x371531a5 _RNvXs5_NtCs3AkgXgqgK6r_4core3fmtNtB5_9ArgumentsNtB5_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x37169f79 cpu_latency_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x371a4610 msg_zerocopy_realloc +EXPORT_SYMBOL_GPL vmlinux 0x37205db3 _RNvXs5_NtNtCs3AkgXgqgK6r_4core3str5lossyNtB5_9Utf8ChunkNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x373cc810 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0x3750d770 erst_read +EXPORT_SYMBOL_GPL vmlinux 0x376e643e register_fprobe_syms +EXPORT_SYMBOL_GPL vmlinux 0x377bbcbc pm_suspend_target_state +EXPORT_SYMBOL_GPL vmlinux 0x377dbb34 debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0x37888ac6 _RNvXs4G_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10percpu_refNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x378b96ec bio_start_io_acct +EXPORT_SYMBOL_GPL vmlinux 0x378ddc40 free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x37914025 xenbus_write +EXPORT_SYMBOL_GPL vmlinux 0x37a52e82 _RNvXso_NtCs3AkgXgqgK6r_4core4charNtB5_16TryFromCharErrorNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x37acabb4 tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x37afc45f platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x37aff73b inet_ehash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0x37bf7be3 percpu_ref_exit +EXPORT_SYMBOL_GPL vmlinux 0x37ecc4d7 _RNvXs2x_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5f64x4NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x37f27b23 tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x37f63d0a crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0x37f75eb8 _RNvNvMsE_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB7_9NonZeroI813new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0x3801776b __ioread32_copy +EXPORT_SYMBOL_GPL vmlinux 0x3803ccdf i2c_dw_prepare_clk +EXPORT_SYMBOL_GPL vmlinux 0x380aa412 da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x380dde36 power_supply_batinfo_ocv2cap +EXPORT_SYMBOL_GPL vmlinux 0x38162bb9 thermal_acpi_active_trip_temp +EXPORT_SYMBOL_GPL vmlinux 0x3823c587 devl_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0x38268b62 icc_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x38374815 clear_selection +EXPORT_SYMBOL_GPL vmlinux 0x385c053f _RNvXs7_NtNtCs3AkgXgqgK6r_4core3fmt3numtNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0x3866e217 nvmem_device_write +EXPORT_SYMBOL_GPL vmlinux 0x386c29c1 _RNvMs2_NtCs3AkgXgqgK6r_4core3numn14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0x38708e25 inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0x38716bdc pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x38722f80 kernel_fpu_end +EXPORT_SYMBOL_GPL vmlinux 0x387618de ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0x387b5fd2 nfnl_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x3880cf8d dev_pm_opp_get_supplies +EXPORT_SYMBOL_GPL vmlinux 0x388264ea amd_clear_divider +EXPORT_SYMBOL_GPL vmlinux 0x3884608c irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x388485e2 irq_gc_mask_disable_reg +EXPORT_SYMBOL_GPL vmlinux 0x38897d3e _RNvXs1_NtNtCs3AkgXgqgK6r_4core4task4wakeNtB5_7ContextNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x3893d09f sk_psock_msg_verdict +EXPORT_SYMBOL_GPL vmlinux 0x389ae1c9 ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0x389b64a2 static_key_count +EXPORT_SYMBOL_GPL vmlinux 0x389bd124 __SCK__tp_func_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x38a49e01 bind_interdomain_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x38aa1397 gpiod_add_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0x38b6a890 __SCT__tp_func_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x38c3ff30 freq_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x38d1e99b _RNvXs2f_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5i64x2NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x38d2484f _RNvXs1_NtNtCs3AkgXgqgK6r_4core3ffi5c_strRNtB5_4CStrNtNtB9_7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x38e1fde7 mpi_set +EXPORT_SYMBOL_GPL vmlinux 0x38e463ad badblocks_clear +EXPORT_SYMBOL_GPL vmlinux 0x38e5a517 kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x38e5bc5a clk_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x38e74fbb tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x38ea9765 intel_pt_validate_hw_cap +EXPORT_SYMBOL_GPL vmlinux 0x38eafa41 tpm_chip_unregister +EXPORT_SYMBOL_GPL vmlinux 0x38eefa06 _RNvXsf_NtCs3AkgXgqgK6r_4core4cellNtB5_11BorrowErrorNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x38f704de dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x39150940 __SCK__tp_func_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x391699e6 lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0x3924afd7 _RNvNtCs3AkgXgqgK6r_4core9panicking19assert_failed_inner +EXPORT_SYMBOL_GPL vmlinux 0x392853ea _RNvXs4_NtNtCs3AkgXgqgK6r_4core3fmt3numnNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0x3934ed7e platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x393660d8 _RNvXs2Y_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_8rcu_workNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x39440d59 devlink_remote_reload_actions_performed +EXPORT_SYMBOL_GPL vmlinux 0x39483ae6 usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x39528e01 _RNvNtNtCs3AkgXgqgK6r_4core3str8converts9from_utf8 +EXPORT_SYMBOL_GPL vmlinux 0x395b8b90 sbitmap_prepare_to_wait +EXPORT_SYMBOL_GPL vmlinux 0x39695bb3 bpf_event_output +EXPORT_SYMBOL_GPL vmlinux 0x399340e8 device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x39a0afd8 _RNvXs3_NtNtCs3AkgXgqgK6r_4core3fmt3numxNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0x39a2a030 _RNvXs4k_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB6_9NonZeroI8NtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x39a2c6b1 register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x39aa4888 usb_role_string +EXPORT_SYMBOL_GPL vmlinux 0x39ad4eec vp_modern_get_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0x39bf59a9 init_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x39c451c7 pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0x39c80708 sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0x39c9d88c xas_find +EXPORT_SYMBOL_GPL vmlinux 0x39cb94ba ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0x39cd9809 crypto_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x39ded098 rdma_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x39ded14f __SCT__tp_func_unmap +EXPORT_SYMBOL_GPL vmlinux 0x39df9b7e virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0x39e3d714 vcap_add_rule +EXPORT_SYMBOL_GPL vmlinux 0x39e55f95 ping_close +EXPORT_SYMBOL_GPL vmlinux 0x39f28ee0 spi_mem_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x39f5e179 __irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0x3a0942ed gpiod_set_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x3a15013b ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x3a16c24e validate_xmit_xfrm +EXPORT_SYMBOL_GPL vmlinux 0x3a24fb2f percpu_ref_resurrect +EXPORT_SYMBOL_GPL vmlinux 0x3a2ee936 cgroup_path_ns +EXPORT_SYMBOL_GPL vmlinux 0x3a3ff7e2 rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x3a42c8f0 _RNvXs1F_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10xtile_dataNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a55981a static_key_enable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x3a598f40 em_dev_unregister_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0x3a672bd1 badblocks_set +EXPORT_SYMBOL_GPL vmlinux 0x3a687a89 _RNvNtCsbwHtcUjRN57_6kernel5error9to_result +EXPORT_SYMBOL_GPL vmlinux 0x3a795eb6 tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0x3a7d80f9 xen_max_p2m_pfn +EXPORT_SYMBOL_GPL vmlinux 0x3a8bbb8e trace_clock_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x3a8db5f8 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x3a923b68 spi_mem_dirmap_write +EXPORT_SYMBOL_GPL vmlinux 0x3a9be019 asymmetric_key_id_partial +EXPORT_SYMBOL_GPL vmlinux 0x3a9e8610 acpi_remove_cmos_rtc_space_handler +EXPORT_SYMBOL_GPL vmlinux 0x3aa38ac6 dst_cache_get_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x3aa6d50f devm_acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x3abdc17a cper_dimm_err_location +EXPORT_SYMBOL_GPL vmlinux 0x3abf69ad sk_psock_drop +EXPORT_SYMBOL_GPL vmlinux 0x3ac3feba rhltable_init +EXPORT_SYMBOL_GPL vmlinux 0x3acaa3bc sysfs_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3acf5e0d rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0x3ad2e1d2 __alloc_pages_bulk +EXPORT_SYMBOL_GPL vmlinux 0x3ad81dec pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0x3ae65f46 netdev_cmd_to_name +EXPORT_SYMBOL_GPL vmlinux 0x3af359cd _RNvXsQ_NtNtCs3AkgXgqgK6r_4core3fmt3numlNtB7_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0x3af578f5 hyperv_report_panic +EXPORT_SYMBOL_GPL vmlinux 0x3afc4a8f sbitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x3b03208d power_supply_battery_info_has_prop +EXPORT_SYMBOL_GPL vmlinux 0x3b0c0c1c usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x3b21cd18 dev_pm_opp_find_freq_floor +EXPORT_SYMBOL_GPL vmlinux 0x3b2dfd6b swapcache_mapping +EXPORT_SYMBOL_GPL vmlinux 0x3b360ea7 __static_call_update +EXPORT_SYMBOL_GPL vmlinux 0x3b3d60f2 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x3b45e2e6 pm_wakeup_ws_event +EXPORT_SYMBOL_GPL vmlinux 0x3b4ae8cf usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x3b4c240a display_timings_release +EXPORT_SYMBOL_GPL vmlinux 0x3b50cdf4 spi_transfer_cs_change_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0x3b54b9cf ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0x3b58b9bb fsnotify_alloc_group +EXPORT_SYMBOL_GPL vmlinux 0x3b651ef6 bd_prepare_to_claim +EXPORT_SYMBOL_GPL vmlinux 0x3b797a18 _RNvXs_NtCsbwHtcUjRN57_6kernel5typesuNtB4_14ForeignOwnable12into_foreign +EXPORT_SYMBOL_GPL vmlinux 0x3b7a7163 __static_call_return0 +EXPORT_SYMBOL_GPL vmlinux 0x3b91db5b intel_pt_handle_vmx +EXPORT_SYMBOL_GPL vmlinux 0x3b95f543 klp_shadow_free +EXPORT_SYMBOL_GPL vmlinux 0x3b98ae00 rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x3ba01b47 get_compat_sigset +EXPORT_SYMBOL_GPL vmlinux 0x3ba1c108 fib_rules_dump +EXPORT_SYMBOL_GPL vmlinux 0x3bbdc96b _RNvXso_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3impxNtB9_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x3bc08e99 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3bce0106 _RNvNvMsL_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB7_10NonZeroI1613new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0x3bdb5d28 alg_test +EXPORT_SYMBOL_GPL vmlinux 0x3be200ce phy_10gbit_fec_features +EXPORT_SYMBOL_GPL vmlinux 0x3be2fdd7 _RNvXs2d_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_20class_spinlock_irq_tNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x3be881e7 mptcp_token_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x3beeebac pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x3bf17755 mpi_read_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3bfc28ce tcp_set_keepalive +EXPORT_SYMBOL_GPL vmlinux 0x3c0e8050 hyperv_pcpu_input_arg +EXPORT_SYMBOL_GPL vmlinux 0x3c129a01 thermal_zone_get_offset +EXPORT_SYMBOL_GPL vmlinux 0x3c1c3725 rcu_fwd_progress_check +EXPORT_SYMBOL_GPL vmlinux 0x3c241c2c public_key_free +EXPORT_SYMBOL_GPL vmlinux 0x3c25a376 devlink_region_create +EXPORT_SYMBOL_GPL vmlinux 0x3c40bdf0 xdp_features_set_redirect_target +EXPORT_SYMBOL_GPL vmlinux 0x3c47e3ca tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x3c4eb992 devlink_free +EXPORT_SYMBOL_GPL vmlinux 0x3c51a0ac nvdimm_name +EXPORT_SYMBOL_GPL vmlinux 0x3c5c7f30 _RNvXs2S_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_19system_counterval_tNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x3c5d543a hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x3c642974 __rust_dealloc +EXPORT_SYMBOL_GPL vmlinux 0x3c6785b7 block_pr_type_to_scsi +EXPORT_SYMBOL_GPL vmlinux 0x3c681dc4 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0x3c7223e5 irq_chip_unmask_parent +EXPORT_SYMBOL_GPL vmlinux 0x3c7f0827 device_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x3c819c45 arch_apei_report_mem_error +EXPORT_SYMBOL_GPL vmlinux 0x3c8da524 xhci_dbg_trace +EXPORT_SYMBOL_GPL vmlinux 0x3cae4384 xhci_resume +EXPORT_SYMBOL_GPL vmlinux 0x3cbe399f gpiod_get_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x3cbee8f1 __SCK__tp_func_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x3cc07be9 pv_info +EXPORT_SYMBOL_GPL vmlinux 0x3cc4b494 key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x3ccdc53e iommu_device_sysfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cd1b510 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x3cda00af bpf_map_inc +EXPORT_SYMBOL_GPL vmlinux 0x3cdb066c iommu_get_domain_for_dev_pasid +EXPORT_SYMBOL_GPL vmlinux 0x3cf1f2e2 pm_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0x3cf9e353 __tracepoint_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x3cffc177 find_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x3d011a28 _RNvXs4Z_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10plist_headNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x3d05345f xenbus_register_driver_common +EXPORT_SYMBOL_GPL vmlinux 0x3d0a6447 _RNvXs1_NtNtCs3AkgXgqgK6r_4core4char6decodeNtB5_16DecodeUtf16ErrorNtNtB9_5error5Error11description +EXPORT_SYMBOL_GPL vmlinux 0x3d22e193 get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0x3d241420 debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0x3d2f3518 nf_queue_entry_free +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d3f720f bio_associate_blkg_from_css +EXPORT_SYMBOL_GPL vmlinux 0x3d510a7b rcu_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0x3d51e710 regmap_field_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x3d62b3d7 _RNvXs5_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3impyNtB9_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x3d69f184 _RNvXs2r_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5f64x2NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x3d8baf3b zs_huge_class_size +EXPORT_SYMBOL_GPL vmlinux 0x3d9742b5 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter4fill +EXPORT_SYMBOL_GPL vmlinux 0x3d9ba721 _RNvXs1R_NtNtCs3AkgXgqgK6r_4core3str4iterNtB6_20SplitAsciiWhitespaceNtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x3da035e3 led_put +EXPORT_SYMBOL_GPL vmlinux 0x3da26e7d _RNvNvMNtNtCs3AkgXgqgK6r_4core3ops11index_rangeNtB4_10IndexRange13new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0x3daa2540 nf_hooks_lwtunnel_enabled +EXPORT_SYMBOL_GPL vmlinux 0x3dac28af ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3db1a042 _RNvXsa_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3impsNtB9_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x3dc82dfe skb_zerocopy_iter_stream +EXPORT_SYMBOL_GPL vmlinux 0x3dd0a180 devm_krealloc +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3df82d00 mce_log +EXPORT_SYMBOL_GPL vmlinux 0x3dfb071f __cpuhp_state_remove_instance +EXPORT_SYMBOL_GPL vmlinux 0x3e0a087f inet_hashinfo2_init_mod +EXPORT_SYMBOL_GPL vmlinux 0x3e10bfcd nvdimm_bus_register +EXPORT_SYMBOL_GPL vmlinux 0x3e2aa6ac _RNvXs19_NtNtCs3AkgXgqgK6r_4core3fmt3numnNtB8_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x3e2f40f9 evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0x3e3e9509 hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0x3e411ace sfp_select_interface +EXPORT_SYMBOL_GPL vmlinux 0x3e4c7df3 tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x3e4f103b _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter3pad +EXPORT_SYMBOL_GPL vmlinux 0x3e59d931 crypto_clone_ahash +EXPORT_SYMBOL_GPL vmlinux 0x3e622dce usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0x3e6e2e99 crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x3e6fb294 __pci_epf_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e70f438 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x3e7f48ba _RNvMs1_NtNtCs3AkgXgqgK6r_4core3fmt8buildersNtB5_11DebugStruct5field +EXPORT_SYMBOL_GPL vmlinux 0x3e903560 ip_tunnel_netlink_encap_parms +EXPORT_SYMBOL_GPL vmlinux 0x3ea1b9d9 thermal_acpi_hot_trip_temp +EXPORT_SYMBOL_GPL vmlinux 0x3ea5196d apei_osc_setup +EXPORT_SYMBOL_GPL vmlinux 0x3eaaa32e of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x3ec93255 hv_get_isolation_type +EXPORT_SYMBOL_GPL vmlinux 0x3eca9318 proc_create_net_single +EXPORT_SYMBOL_GPL vmlinux 0x3ecdb1de _RNvXse_NtNtCs3AkgXgqgK6r_4core5alloc6layoutNtB5_11LayoutErrorNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x3ed3fa33 __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x3edb086b pse_control_put +EXPORT_SYMBOL_GPL vmlinux 0x3edf273a fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0x3ef051c8 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x3f0693f9 phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0x3f249462 __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x3f3d3936 thermal_acpi_critical_trip_temp +EXPORT_SYMBOL_GPL vmlinux 0x3f433f5e get_user_pages_fast_only +EXPORT_SYMBOL_GPL vmlinux 0x3f447f4b nd_region_provider_data +EXPORT_SYMBOL_GPL vmlinux 0x3f491f49 reset_control_bulk_reset +EXPORT_SYMBOL_GPL vmlinux 0x3f54ef66 spi_split_transfers_maxwords +EXPORT_SYMBOL_GPL vmlinux 0x3f75a44c _RNvXsJ_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_55restart_block__bindgen_ty_1__bindgen_ty_2__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x3f84bcd7 dax_alive +EXPORT_SYMBOL_GPL vmlinux 0x3f8e2ddf _RNvXs2_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3implNtB9_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x3f982df5 dev_pm_domain_detach +EXPORT_SYMBOL_GPL vmlinux 0x3fae6ab0 hv_vp_index +EXPORT_SYMBOL_GPL vmlinux 0x3faeaceb rust_helper_spin_unlock +EXPORT_SYMBOL_GPL vmlinux 0x3fb0cc3d kthread_func +EXPORT_SYMBOL_GPL vmlinux 0x3fba8fe0 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x3fbcb16f _RNvXs4L_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_22rhashtable_compare_argNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x3fc086bb __traceiter_block_split +EXPORT_SYMBOL_GPL vmlinux 0x3fe6c346 devlink_fmsg_binary_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x3fea7d11 pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x3ff2e349 hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x3ffdacf3 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0x40076576 xenbus_dev_cancel +EXPORT_SYMBOL_GPL vmlinux 0x400a024b acpi_scan_lock_release +EXPORT_SYMBOL_GPL vmlinux 0x400a0f2f acpi_device_fix_up_power +EXPORT_SYMBOL_GPL vmlinux 0x400df54f _RNvXst_NtCs3AkgXgqgK6r_4core3numoNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x401b56a5 kernfs_path_from_node +EXPORT_SYMBOL_GPL vmlinux 0x401b5da5 _RNvXs2V_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10timer_listNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x401f13c2 md_account_bio +EXPORT_SYMBOL_GPL vmlinux 0x40267068 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x403e307c gnttab_unmap_refs_sync +EXPORT_SYMBOL_GPL vmlinux 0x403e954a _RNvXNtCsbwHtcUjRN57_6kernel9allocatorNtB2_15KernelAllocatorNtNtNtCs3AkgXgqgK6r_4core5alloc6global11GlobalAlloc7dealloc +EXPORT_SYMBOL_GPL vmlinux 0x403eac60 sbitmap_get +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x40428995 blk_crypto_profile_destroy +EXPORT_SYMBOL_GPL vmlinux 0x4043757f init_iova_domain +EXPORT_SYMBOL_GPL vmlinux 0x40448762 debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x406c4cb1 hrtimer_resolution +EXPORT_SYMBOL_GPL vmlinux 0x406d4e43 devfreq_event_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x4071b517 out_of_line_wait_on_bit_timeout +EXPORT_SYMBOL_GPL vmlinux 0x407af304 usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0x40876513 poll_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x4099f919 tun_ptr_free +EXPORT_SYMBOL_GPL vmlinux 0x40a0aafc __flush_tlb_all +EXPORT_SYMBOL_GPL vmlinux 0x40a3ab60 report_iommu_fault +EXPORT_SYMBOL_GPL vmlinux 0x40a63a9e pskb_put +EXPORT_SYMBOL_GPL vmlinux 0x40d1486f inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x40f215b8 _RNvXs4b_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10mhp_paramsNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x40f8b94e ring_buffer_iter_dropped +EXPORT_SYMBOL_GPL vmlinux 0x40f8bd4e klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x410071ac ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0x4100a662 clk_get_scaled_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x4105ab06 pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x41060336 _RNvMNtNtCs3AkgXgqgK6r_4core5slice5asciiSh16trim_ascii_start +EXPORT_SYMBOL_GPL vmlinux 0x41062d27 relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0x4129f5ee kernel_fpu_begin_mask +EXPORT_SYMBOL_GPL vmlinux 0x412bc681 ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x414d119a videomode_from_timings +EXPORT_SYMBOL_GPL vmlinux 0x4174d3d4 vmf_insert_pfn_pmd +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x41852d46 max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0x419a570d sysfs_group_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x419babdf ip_icmp_error_rfc4884 +EXPORT_SYMBOL_GPL vmlinux 0x419e7efd sfp_module_stop +EXPORT_SYMBOL_GPL vmlinux 0x41a3ba5a xfrm_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x41abb07b xdp_return_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x41b46e73 pci_epc_linkup +EXPORT_SYMBOL_GPL vmlinux 0x41b9a6e6 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x41bce49a ghes_register_vendor_record_notifier +EXPORT_SYMBOL_GPL vmlinux 0x41c1c217 devl_lock +EXPORT_SYMBOL_GPL vmlinux 0x41c3fe6e l3mdev_table_lookup_unregister +EXPORT_SYMBOL_GPL vmlinux 0x41c5211d _RNvXsh_NtCs3AkgXgqgK6r_4core5errorNtB5_6SourceNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x41d6363b vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0x41e4a4a7 component_master_add_with_match +EXPORT_SYMBOL_GPL vmlinux 0x41ed3cec eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x41ee03c2 rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0x41f10b1c class_find_device +EXPORT_SYMBOL_GPL vmlinux 0x41f330ed cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x41fe19f6 anon_inode_getfd_secure +EXPORT_SYMBOL_GPL vmlinux 0x42018d63 _RNvXsE_NtCs3AkgXgqgK6r_4core4charNtB5_15CaseMappingIterNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x4201d95f mbox_bind_client +EXPORT_SYMBOL_GPL vmlinux 0x42041512 i2c_get_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x420def7f crypto_unregister_scomps +EXPORT_SYMBOL_GPL vmlinux 0x420f3d01 nvmem_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x42262ba8 _RNvXs4_NtNtCs3AkgXgqgK6r_4core3ffi5c_strNtB5_4CStrNtNtB9_3cmp9PartialEq2eq +EXPORT_SYMBOL_GPL vmlinux 0x422b9d90 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x422e578a __SCT__tp_func_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x4237f173 gpiochip_generic_free +EXPORT_SYMBOL_GPL vmlinux 0x4251da14 clk_hw_unregister +EXPORT_SYMBOL_GPL vmlinux 0x42635d55 pm_suspend_global_flags +EXPORT_SYMBOL_GPL vmlinux 0x426452a3 acpi_evaluation_failure_warn +EXPORT_SYMBOL_GPL vmlinux 0x42655cc3 ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0x4268b2c4 devfreq_event_enable_edev +EXPORT_SYMBOL_GPL vmlinux 0x426ba5ff trace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0x42781ab6 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x428f787a inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0x42919a6c _RNvXse_NtCs3AkgXgqgK6r_4core4charNtB5_11ToUppercaseNtNtNtNtB7_4iter6traits8iterator8Iterator9size_hint +EXPORT_SYMBOL_GPL vmlinux 0x4295db61 vcap_debugfs +EXPORT_SYMBOL_GPL vmlinux 0x42974a45 ftrace_set_filter_ips +EXPORT_SYMBOL_GPL vmlinux 0x429c3f9c reboot_mode +EXPORT_SYMBOL_GPL vmlinux 0x429c7b99 rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x42ae0b9b ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0x42b12ac5 fib_info_nh_uses_dev +EXPORT_SYMBOL_GPL vmlinux 0x42bf8fe1 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0x42c00daa nd_region_dev +EXPORT_SYMBOL_GPL vmlinux 0x42c779b1 ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0x42c97431 blk_crypto_update_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x42ca645a fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0x42e732cb vcap_rule_add_key_u128 +EXPORT_SYMBOL_GPL vmlinux 0x42f728aa mctrl_gpio_get_outputs +EXPORT_SYMBOL_GPL vmlinux 0x42fcdb83 pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x43075ad7 __SCK__tp_func_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0x430d88ec __traceiter_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x43220483 __traceiter_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x4326cdc6 gpiod_enable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0x4338882d spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x433ecb75 pci_epc_unmap_addr +EXPORT_SYMBOL_GPL vmlinux 0x433fe922 _RNvXs2N_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15uprobe_consumerNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x434c0ba7 failover_unregister +EXPORT_SYMBOL_GPL vmlinux 0x435dffe1 __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x4361960d __SCK__tp_func_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x436d817f mpi_clear_bit +EXPORT_SYMBOL_GPL vmlinux 0x436eccf1 __tracepoint_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x4372ea2c gpiod_get_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x437c733e __clocksource_update_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0x437eb1df ipv6_mod_enabled +EXPORT_SYMBOL_GPL vmlinux 0x438d8df2 iova_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x4390a2a1 tcp_rate_check_app_limited +EXPORT_SYMBOL_GPL vmlinux 0x43a0c426 pm_clk_resume +EXPORT_SYMBOL_GPL vmlinux 0x43aa19f3 security_kernel_post_read_file +EXPORT_SYMBOL_GPL vmlinux 0x43aa319e lease_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x43b92c29 wakeup_sources_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x43c378b2 ata_acpi_gtm +EXPORT_SYMBOL_GPL vmlinux 0x43caa7c0 regmap_irq_get_irq_reg_linear +EXPORT_SYMBOL_GPL vmlinux 0x43d56c4e devm_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0x43ed1405 spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x43efc9d1 device_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x43f19592 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x43f81957 clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x43f92edd wait_for_initramfs +EXPORT_SYMBOL_GPL vmlinux 0x4401e6c2 mpi_cmpabs +EXPORT_SYMBOL_GPL vmlinux 0x4406b3fe start_poll_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x4411733b gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0x441f5d6a vp_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0x44216852 acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x442351fa dev_pm_opp_xlate_required_opp +EXPORT_SYMBOL_GPL vmlinux 0x442deaa9 poll_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x443320b2 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0x44429744 _RNvNtNtNtCs3AkgXgqgK6r_4core7unicode12unicode_data11conversions8to_upper +EXPORT_SYMBOL_GPL vmlinux 0x4454fb3f _RNvXsb_NtNtCs3AkgXgqgK6r_4core3fmt3numjNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0x44714dfe _RNvXs7_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB5_4i8x2NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x4471a51d vhost_task_stop +EXPORT_SYMBOL_GPL vmlinux 0x4475dcaf hv_nested +EXPORT_SYMBOL_GPL vmlinux 0x447cb8e3 __regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x44879300 dax_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x4498c823 _RNvMs_NtCsbwHtcUjRN57_6kernel4syncNtB4_12LockClassKey6as_ptr +EXPORT_SYMBOL_GPL vmlinux 0x449ba489 generic_online_page +EXPORT_SYMBOL_GPL vmlinux 0x449c6058 pci_pri_supported +EXPORT_SYMBOL_GPL vmlinux 0x44b1a87b _RNvXs3H_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5i64x4NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x44b81082 ncsi_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x44bae227 bit_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x44c10a52 kvfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x44c528f8 platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0x44cf8cf0 blk_zone_cond_str +EXPORT_SYMBOL_GPL vmlinux 0x44d1eef1 _RNvXs_NtCs3AkgXgqgK6r_4core3anyDNtB4_3AnyEL_NtNtB6_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x44d37517 alarmtimer_get_rtcdev +EXPORT_SYMBOL_GPL vmlinux 0x44d6963f regmap_mmio_detach_clk +EXPORT_SYMBOL_GPL vmlinux 0x44e1e9aa balloon_stats +EXPORT_SYMBOL_GPL vmlinux 0x44f00bd1 devres_find +EXPORT_SYMBOL_GPL vmlinux 0x44fcab3c devl_trap_policers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x450110e8 perf_assign_events +EXPORT_SYMBOL_GPL vmlinux 0x450597b1 ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x4507f4a8 cpuhp_tasks_frozen +EXPORT_SYMBOL_GPL vmlinux 0x450bca5a account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x451618d0 sbitmap_del_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x45164a45 __devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x451d7972 create_signature +EXPORT_SYMBOL_GPL vmlinux 0x451feeba cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0x452ea163 pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0x452fb282 devl_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x4531624f usb_decode_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x4531ab62 copy_from_kernel_nofault +EXPORT_SYMBOL_GPL vmlinux 0x45558f56 clk_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x4555b4d4 fwnode_handle_put +EXPORT_SYMBOL_GPL vmlinux 0x455d5a25 register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x455dc867 pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0x456199a8 _RNvXs14_NtNtCs3AkgXgqgK6r_4core3fmt3numyNtB8_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x457da79e power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x45907683 extcon_set_property +EXPORT_SYMBOL_GPL vmlinux 0x459250cb vcap_tc_flower_handler_vlan_usage +EXPORT_SYMBOL_GPL vmlinux 0x459e6151 mm_unaccount_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x45a25ee5 locks_owner_has_blockers +EXPORT_SYMBOL_GPL vmlinux 0x45a8645e vcap_keyfield_name +EXPORT_SYMBOL_GPL vmlinux 0x45b88ee4 _RNvXsp_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3impyNtB9_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x45bf4dea usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x45c2b277 __traceiter_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0x45d100b6 devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0x45d14bdf hypercall_page +EXPORT_SYMBOL_GPL vmlinux 0x45d30e2e __pci_hp_initialize +EXPORT_SYMBOL_GPL vmlinux 0x45e8b450 mnt_idmap_get +EXPORT_SYMBOL_GPL vmlinux 0x46013233 net_dec_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x46017e47 __tracepoint_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0x46030074 __hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0x46047827 __SCT__tp_func_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x4618efaf io_uring_cmd_done +EXPORT_SYMBOL_GPL vmlinux 0x46275130 mas_expected_entries +EXPORT_SYMBOL_GPL vmlinux 0x462d3bc0 vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0x464ebf5e __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0x4650fd45 _RNvMs1_NtCs3AkgXgqgK6r_4core3fmtNtB5_10ArgumentV110from_usize +EXPORT_SYMBOL_GPL vmlinux 0x4658cc28 devlink_dpipe_table_counter_enabled +EXPORT_SYMBOL_GPL vmlinux 0x46723528 _RNvNvMsj_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB7_10NonZeroU6413new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0x46834782 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x469557e6 dev_attr_ncq_prio_supported +EXPORT_SYMBOL_GPL vmlinux 0x46a39ddc edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0x46a4b118 hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x46a676d6 pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x46a6c9ef hv_get_tsc_page +EXPORT_SYMBOL_GPL vmlinux 0x46acdb35 _RNvXs16_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11pv_lock_opsNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x46c1b590 blk_bio_list_merge +EXPORT_SYMBOL_GPL vmlinux 0x46c61de3 acpi_install_cmos_rtc_space_handler +EXPORT_SYMBOL_GPL vmlinux 0x46c65faa exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x46dd41e1 regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x470e82f5 _RNvXsm_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3implNtB9_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x471e18fe do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x47200c37 usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x473b27c1 edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x474b3aed usb_phy_roothub_alloc +EXPORT_SYMBOL_GPL vmlinux 0x47556a35 __irq_domain_alloc_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x47584b8b xen_pci_frontend +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x47663cfe vcap_rule_mod_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x476c938a __SCK__tp_func_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x4771ea2e dax_iomap_fault +EXPORT_SYMBOL_GPL vmlinux 0x477cc8ec eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0x477e2122 __SCK__tp_func_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0x4783b379 _RNvNtNtCs3AkgXgqgK6r_4core5slice5index20into_range_unchecked +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x478e81f8 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x4791cb91 apei_mce_report_mem_error +EXPORT_SYMBOL_GPL vmlinux 0x479803b9 base64_encode +EXPORT_SYMBOL_GPL vmlinux 0x479f7d4b clk_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47b90ee7 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter9write_fmt +EXPORT_SYMBOL_GPL vmlinux 0x47c57cb3 serdev_device_write_buf +EXPORT_SYMBOL_GPL vmlinux 0x47c6762c crypto_unregister_acomps +EXPORT_SYMBOL_GPL vmlinux 0x47d0eea2 acpi_lpat_temp_to_raw +EXPORT_SYMBOL_GPL vmlinux 0x47de0dc7 clk_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x47e384a7 skcipher_alloc_instance_simple +EXPORT_SYMBOL_GPL vmlinux 0x47e635bc xenbus_probe_node +EXPORT_SYMBOL_GPL vmlinux 0x480305ca kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0x480a6b8a bsg_remove_queue +EXPORT_SYMBOL_GPL vmlinux 0x4819e43b __SCK__tp_func_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x481f9b7d mpi_mulm +EXPORT_SYMBOL_GPL vmlinux 0x48203853 em_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x48209af7 ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x4828e77b acpi_scan_lock_acquire +EXPORT_SYMBOL_GPL vmlinux 0x4838153f devm_thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x483d7666 pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x4846608b devm_platform_get_irqs_affinity +EXPORT_SYMBOL_GPL vmlinux 0x485d572e tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0x485f7913 _RNvNvNtCs3AkgXgqgK6r_4core4hint21unreachable_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0x48674992 _RNvXs8_NtNtCs3AkgXgqgK6r_4core4task4wakeNtB5_5WakerNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x486dedc3 ghes_unregister_vendor_record_notifier +EXPORT_SYMBOL_GPL vmlinux 0x487feaab dw_pcie_host_init +EXPORT_SYMBOL_GPL vmlinux 0x4889fea5 iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x488ef4f3 regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x4891debe devl_rate_leaf_create +EXPORT_SYMBOL_GPL vmlinux 0x4897b9fe dw_pcie_ep_init +EXPORT_SYMBOL_GPL vmlinux 0x48a096f9 key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0x48a337cf _RNvNtCs3AkgXgqgK6r_4core9panicking18panic_nounwind_fmt +EXPORT_SYMBOL_GPL vmlinux 0x48a3d20b mctrl_gpio_get +EXPORT_SYMBOL_GPL vmlinux 0x48baa6dd set_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x48c24655 dev_fill_metadata_dst +EXPORT_SYMBOL_GPL vmlinux 0x48e080b1 x86_virt_spec_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x48f0eb41 acpi_dev_get_resources +EXPORT_SYMBOL_GPL vmlinux 0x48f86df1 _RNvXsd_NtNtCs3AkgXgqgK6r_4core3num5errorNtB5_13ParseIntErrorNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x48fc4f39 sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0x48fd604b udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0x490ffa4d gpiochip_reqres_irq +EXPORT_SYMBOL_GPL vmlinux 0x49147d9c rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0x49149e3c netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0x49242bc7 freezer_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x49305390 led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0x4934bdd0 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x493e83ce led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0x4940d23a ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x4943d879 devlink_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x495a4221 __SCT__tp_func_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x49608959 migrate_disable +EXPORT_SYMBOL_GPL vmlinux 0x497182fb percpu_down_write +EXPORT_SYMBOL_GPL vmlinux 0x4973ab94 sk_msg_free_nocharge +EXPORT_SYMBOL_GPL vmlinux 0x4974a9fd pinctrl_utils_reserve_map +EXPORT_SYMBOL_GPL vmlinux 0x4975025e pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0x498410cc balloon_page_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4986686e _RNvMs4_NtCs3AkgXgqgK6r_4core3numh14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49927d25 page_reporting_unregister +EXPORT_SYMBOL_GPL vmlinux 0x49b2966b vcap_tc_flower_handler_portnum_usage +EXPORT_SYMBOL_GPL vmlinux 0x49bc8c9d _RNvXs8_NtNtCs3AkgXgqgK6r_4core3fmt3nummNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0x49cd25ed alloc_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x49d3eb4a device_get_child_node_count +EXPORT_SYMBOL_GPL vmlinux 0x49db7500 __account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x49f9a68e phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0x4a0048c4 sfp_bus_add_upstream +EXPORT_SYMBOL_GPL vmlinux 0x4a0c550e pstore_register +EXPORT_SYMBOL_GPL vmlinux 0x4a0f3f77 clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0x4a175807 dev_coredumpsg +EXPORT_SYMBOL_GPL vmlinux 0x4a17ed66 sysrq_mask +EXPORT_SYMBOL_GPL vmlinux 0x4a1b91f1 blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0x4a1d2876 debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0x4a1dfc2f _RNvXsp_NtNtCs3AkgXgqgK6r_4core4sync6atomicNtB5_8AtomicU8NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x4a38f891 _RNvXsb_NtCs3AkgXgqgK6r_4core4timeNtB5_8DurationNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x4a3efa33 unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0x4a4150de devlink_dpipe_entry_ctx_close +EXPORT_SYMBOL_GPL vmlinux 0x4a420d09 acpi_bus_detach_private_data +EXPORT_SYMBOL_GPL vmlinux 0x4a488878 devm_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x4a4fe451 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0x4a6da8da ethtool_dev_mm_supported +EXPORT_SYMBOL_GPL vmlinux 0x4a7e3c0f _RNvXs6_NtNtCs3AkgXgqgK6r_4core3cmp5implszNtB7_3Ord3cmp +EXPORT_SYMBOL_GPL vmlinux 0x4a80d987 devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0x4a846ae9 powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0x4a8a864f xdp_rxq_info_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x4aa196d3 serial8250_init_port +EXPORT_SYMBOL_GPL vmlinux 0x4abbbbbb ncsi_start_dev +EXPORT_SYMBOL_GPL vmlinux 0x4ac6d957 __traceiter_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x4ad82f48 fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0x4ae20d9d tcf_dev_queue_xmit +EXPORT_SYMBOL_GPL vmlinux 0x4ae84d00 input_ff_flush +EXPORT_SYMBOL_GPL vmlinux 0x4aebe0dd phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x4afece10 clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x4b0e7f8a vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x4b162e45 ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0x4b1c076a devlink_flash_update_status_notify +EXPORT_SYMBOL_GPL vmlinux 0x4b1e4f3f device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x4b29955f _RNvXs1u_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11class_irq_tNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x4b2a0155 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0x4b2ac3a1 pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4b332df8 hv_get_tsc_pfn +EXPORT_SYMBOL_GPL vmlinux 0x4b3d86ec xenbus_dev_groups +EXPORT_SYMBOL_GPL vmlinux 0x4b48a00a led_sysfs_disable +EXPORT_SYMBOL_GPL vmlinux 0x4b535b2d devlink_linecard_nested_dl_set +EXPORT_SYMBOL_GPL vmlinux 0x4b539feb fsverity_ioctl_measure +EXPORT_SYMBOL_GPL vmlinux 0x4b56ce05 xenmem_reservation_increase +EXPORT_SYMBOL_GPL vmlinux 0x4b5acf74 rhashtable_init +EXPORT_SYMBOL_GPL vmlinux 0x4b762828 start_thread +EXPORT_SYMBOL_GPL vmlinux 0x4b762c61 iommu_device_sysfs_add +EXPORT_SYMBOL_GPL vmlinux 0x4b76cb5c nf_queue +EXPORT_SYMBOL_GPL vmlinux 0x4b7766f9 mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0x4b86927a tty_port_register_device_serdev +EXPORT_SYMBOL_GPL vmlinux 0x4b8feacd crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x4b9043c4 _RNvXs3y_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_4pageNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x4b9254af ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x4b931968 xen_features +EXPORT_SYMBOL_GPL vmlinux 0x4ba0cf35 set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x4ba48127 regulator_desc_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x4baee157 task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0x4baf19af _RNvXs3_NtNtCs3AkgXgqgK6r_4core5alloc6layoutNtB5_6LayoutNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x4bb82de2 _RNvXsU_NtNtCs3AkgXgqgK6r_4core3fmt3nummNtB7_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0x4bc2df5e regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x4bc8727f xen_balloon_init +EXPORT_SYMBOL_GPL vmlinux 0x4bd6f08b misc_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4bdb8dcc housekeeping_test_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4becdde6 bgpio_init +EXPORT_SYMBOL_GPL vmlinux 0x4bef7147 serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0x4bfd398d hwrng_msleep +EXPORT_SYMBOL_GPL vmlinux 0x4bfff589 _RNvXse_NtCsbwHtcUjRN57_6kernel3strNtB5_7CStringINtNtCs3AkgXgqgK6r_4core7convert7TryFromRNtB5_4CStrE8try_from +EXPORT_SYMBOL_GPL vmlinux 0x4c0423bc proc_create_net_data +EXPORT_SYMBOL_GPL vmlinux 0x4c0a3f13 netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0x4c0f1b6d __tracepoint_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0x4c2b351d start_poll_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x4c351940 _RNvXsz_NtCs3AkgXgqgK6r_4core4charNtB5_11EscapeDebugNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x4c44c5d0 dw_pcie_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x4c46647e _RNvXs1_NtNtCs3AkgXgqgK6r_4core3fmt3numsNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0x4c49f1de hv_clock_per_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4c526806 of_icc_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x4c546d78 xdp_rxq_info_unused +EXPORT_SYMBOL_GPL vmlinux 0x4c549b36 __traceiter_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x4c5cfc0e ext_pi_type3_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x4c5ece0f rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x4c5f348e acpi_dev_filter_resource_type +EXPORT_SYMBOL_GPL vmlinux 0x4c637a58 xenbus_switch_state +EXPORT_SYMBOL_GPL vmlinux 0x4c706ba8 acpi_kobj +EXPORT_SYMBOL_GPL vmlinux 0x4c762b5c x86_stepping +EXPORT_SYMBOL_GPL vmlinux 0x4c7f7fee class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x4c81d9dd bpf_prog_create +EXPORT_SYMBOL_GPL vmlinux 0x4c881824 dev_pm_genpd_set_next_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x4c899fe4 devl_register +EXPORT_SYMBOL_GPL vmlinux 0x4c8adfe1 hv_root_partition +EXPORT_SYMBOL_GPL vmlinux 0x4ca5590e mas_prev +EXPORT_SYMBOL_GPL vmlinux 0x4cb27100 ktime_get_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x4cc9d049 rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0x4cdb678a regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x4cf293ea sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x4cf5c592 regulator_suspend_disable +EXPORT_SYMBOL_GPL vmlinux 0x4cf8880f vcap_rule_add_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x4cfb3a0b __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x4d0015e2 cpu_hotplug_disable +EXPORT_SYMBOL_GPL vmlinux 0x4d017d6b fscrypt_prepare_lookup_partial +EXPORT_SYMBOL_GPL vmlinux 0x4d032b71 scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x4d103c57 driver_deferred_probe_check_state +EXPORT_SYMBOL_GPL vmlinux 0x4d1e04be clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0x4d24a1e4 sbitmap_finish_wait +EXPORT_SYMBOL_GPL vmlinux 0x4d2e2117 _RNvMNtNtCs3AkgXgqgK6r_4core3mem15transmutabilityNtB2_6Assume3and +EXPORT_SYMBOL_GPL vmlinux 0x4d57a36e acpi_is_pnp_device +EXPORT_SYMBOL_GPL vmlinux 0x4d5a3119 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x4d6aee59 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4d6d0bbc iommu_group_ref_get +EXPORT_SYMBOL_GPL vmlinux 0x4d717100 of_pwm_single_xlate +EXPORT_SYMBOL_GPL vmlinux 0x4d7272e4 migrate_enable +EXPORT_SYMBOL_GPL vmlinux 0x4d866d0d wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x4dae16e4 i2c_put_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x4db22c6e cpufreq_enable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x4db62469 tpm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4dbb0f6a mctp_unregister_netdev +EXPORT_SYMBOL_GPL vmlinux 0x4dc5ef63 __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x4ddfdc1e fscrypt_mergeable_bio_bh +EXPORT_SYMBOL_GPL vmlinux 0x4de01ed2 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4e039fc5 __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x4e144a54 __SCT__tp_func_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x4e163d62 vcap_del_rule +EXPORT_SYMBOL_GPL vmlinux 0x4e17c613 ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x4e4c37e2 freq_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4e4db2b3 pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x4e523f2e usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x4e552cc3 _RNvXs3w_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_18page__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x4e5a1807 cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0x4e657485 free_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0x4e658d38 regulator_list_hardware_vsel +EXPORT_SYMBOL_GPL vmlinux 0x4e6fc9b0 power_supply_battery_info_get_prop +EXPORT_SYMBOL_GPL vmlinux 0x4e82ac98 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0x4e843c37 blk_mq_queue_inflight +EXPORT_SYMBOL_GPL vmlinux 0x4e928cf5 _RNvXsn_NtNtCs3AkgXgqgK6r_4core9core_simd5masksaNtNtB5_6sealed6Sealed2eq +EXPORT_SYMBOL_GPL vmlinux 0x4eaa2059 sdio_signal_irq +EXPORT_SYMBOL_GPL vmlinux 0x4eac5fc1 cpu_mitigations_auto_nosmt +EXPORT_SYMBOL_GPL vmlinux 0x4eb98817 blk_mq_end_request_batch +EXPORT_SYMBOL_GPL vmlinux 0x4ebf13e4 devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0x4ec4b0b7 _RNvMNtCs3AkgXgqgK6r_4core3f32f9next_down +EXPORT_SYMBOL_GPL vmlinux 0x4ece3615 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4ed82499 tun_get_tx_ring +EXPORT_SYMBOL_GPL vmlinux 0x4eea3ce0 xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4ef5fe49 _RNvXs2m_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15pcpu_alloc_infoNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x4efcf021 mpi_normalize +EXPORT_SYMBOL_GPL vmlinux 0x4f071806 _RNvXs3Y_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_9free_areaNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x4f07ef8f _RNvXs5n_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_8sigeventNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x4f135cdf power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x4f226f42 acpi_pci_find_root +EXPORT_SYMBOL_GPL vmlinux 0x4f23163c _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter9debug_map +EXPORT_SYMBOL_GPL vmlinux 0x4f2593f0 btree_update +EXPORT_SYMBOL_GPL vmlinux 0x4f2723a5 thermal_cooling_device_update +EXPORT_SYMBOL_GPL vmlinux 0x4f2ac55e gnttab_unmap_refs_async +EXPORT_SYMBOL_GPL vmlinux 0x4f2c996d kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0x4f3087ed _RNvXsr_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_9va_formatNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x4f359e25 thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0x4f477d47 spi_split_transfers_maxsize +EXPORT_SYMBOL_GPL vmlinux 0x4f499441 dma_mmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x4f56dafb fpu_free_guest_fpstate +EXPORT_SYMBOL_GPL vmlinux 0x4f5b8132 fwnode_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x4f62aeab blk_set_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x4f652598 iov_iter_is_aligned +EXPORT_SYMBOL_GPL vmlinux 0x4f6991b8 phy_put +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f6bb5c9 pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0x4f72a987 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0x4f78acc4 led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0x4f7a5d51 dma_async_device_channel_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4f8546af cpuidle_poll_state_init +EXPORT_SYMBOL_GPL vmlinux 0x4f89c25c _RNvMs5_NtNtCs3AkgXgqgK6r_4core3fmt8buildersNtB5_9DebugList5entry +EXPORT_SYMBOL_GPL vmlinux 0x4f971da9 usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0x4fab3839 samsung_sdi_battery_get_info +EXPORT_SYMBOL_GPL vmlinux 0x4fadd026 pinctrl_utils_free_map +EXPORT_SYMBOL_GPL vmlinux 0x4fb5da55 fs_put_dax +EXPORT_SYMBOL_GPL vmlinux 0x4fb67739 attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x4fb77777 devm_led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0x4fc5d711 clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0x4fcf8a33 _RNvXs1B_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_13reg_1024_byteNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x4fd7fa6d pci_epc_get_msix +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fdcfe56 _RNvXNtNtCs3AkgXgqgK6r_4core5error7privateNtB2_8InternalNtNtB6_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x4fe06058 regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4fef759a device_store_int +EXPORT_SYMBOL_GPL vmlinux 0x4ff6d842 bpf_trace_run8 +EXPORT_SYMBOL_GPL vmlinux 0x4ff91f2d tty_get_icount +EXPORT_SYMBOL_GPL vmlinux 0x50070d53 regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x5008b75b sched_set_normal +EXPORT_SYMBOL_GPL vmlinux 0x50097504 ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0x500ac0dd xenbus_map_ring_valloc +EXPORT_SYMBOL_GPL vmlinux 0x500c768c apei_exec_read_register +EXPORT_SYMBOL_GPL vmlinux 0x500d4700 _RNvXs2J_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_12rw_semaphoreNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x5011d015 task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x501d1bab platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0x5025189c fat_detach +EXPORT_SYMBOL_GPL vmlinux 0x5026196a of_pm_clk_add_clks +EXPORT_SYMBOL_GPL vmlinux 0x5026585c xen_irq_from_gsi +EXPORT_SYMBOL_GPL vmlinux 0x5036f211 _RNvXsT_NtNtCs3AkgXgqgK6r_4core3fmt3numlNtB7_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x505747ce fork_usermode_driver +EXPORT_SYMBOL_GPL vmlinux 0x505d2266 ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0x505e6888 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0x50725b15 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x5099f08b iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0x50b03f5d l1tf_vmx_mitigation +EXPORT_SYMBOL_GPL vmlinux 0x50b42ba1 entry_ibpb +EXPORT_SYMBOL_GPL vmlinux 0x50b9ca3b pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x50bb2e90 event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0x50c14e86 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x50c9fbfd _RNvXsa_NtNtCs3AkgXgqgK6r_4core3str5errorNtB5_14ParseBoolErrorNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x50d1f870 pgprot_writecombine +EXPORT_SYMBOL_GPL vmlinux 0x50d77a5f _RNvXs3c_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_18srcu_notifier_headNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x50df94f5 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x50dff46b gpiod_set_transitory +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50e74d2d udp_abort +EXPORT_SYMBOL_GPL vmlinux 0x50eb99ec blk_rq_is_poll +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x510d9f74 clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x511c9e08 of_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x51278c8b relay_flush +EXPORT_SYMBOL_GPL vmlinux 0x51390c96 rcu_barrier_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x514cbbb2 ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x514f4391 usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0x5163e1de driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x5170208f _RNvNtCsbwHtcUjRN57_6kernel5ioctl9__IOC_TYPE +EXPORT_SYMBOL_GPL vmlinux 0x51711c83 _RNvXs3s_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_32page__bindgen_ty_1__bindgen_ty_2NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x51745271 crypto_register_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x51775a43 strp_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x5187ac4b xen_store_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x518c2fc6 hpet_rtc_dropped_irq +EXPORT_SYMBOL_GPL vmlinux 0x519f3a48 _RNvXs2_NtCs3AkgXgqgK6r_4core4charNtB5_13EscapeDefaultNtNtNtNtB7_4iter6traits8iterator8Iterator4last +EXPORT_SYMBOL_GPL vmlinux 0x51a348cc usb_role_switch_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x51a8a5d6 inet_send_prepare +EXPORT_SYMBOL_GPL vmlinux 0x51a92893 skcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0x51d092c2 dax_iomap_rw +EXPORT_SYMBOL_GPL vmlinux 0x51e05a10 _RNvXs2j_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_20optimistic_spin_nodeNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x51e3a368 power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x51ed81da _RNvXs4J_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10rhash_headNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x51fff0a1 wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x5210ee5a edac_mc_del_mc +EXPORT_SYMBOL_GPL vmlinux 0x52213722 acpi_dev_resource_memory +EXPORT_SYMBOL_GPL vmlinux 0x52252316 clk_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x522bc944 platform_get_mem_or_io +EXPORT_SYMBOL_GPL vmlinux 0x522d99e9 make_vfsuid +EXPORT_SYMBOL_GPL vmlinux 0x523f1ec1 _RNvXs6_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3impjNtB9_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x52414813 tcp_plb_update_state_upon_rto +EXPORT_SYMBOL_GPL vmlinux 0x52431348 xenbus_transaction_start +EXPORT_SYMBOL_GPL vmlinux 0x525d0aa3 trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x52647db1 ct_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x5265cbb1 regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0x5270d965 sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0x52753280 virtio_add_status +EXPORT_SYMBOL_GPL vmlinux 0x527d7781 _RNvXs2_NtNtCs3AkgXgqgK6r_4core3fmt3numlNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0x5280e332 shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0x5289876f _RNvXso_NtCs3AkgXgqgK6r_4core3numjNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x5290c925 regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0x529612bb tcp_plb_update_state +EXPORT_SYMBOL_GPL vmlinux 0x529a1cb0 watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0x52b1e3c7 pci_flags +EXPORT_SYMBOL_GPL vmlinux 0x52bb522a _RNvXNtNtNtCsbwHtcUjRN57_6kernel4sync4lock8spinlockNtB2_15SpinLockBackendNtB4_7Backend4init +EXPORT_SYMBOL_GPL vmlinux 0x52c35e83 call_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x52c593a0 _RNvXsD_NtNtCs3AkgXgqgK6r_4core3str7patternNtB5_10SearchStepNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x52d54fce devlink_info_version_stored_put +EXPORT_SYMBOL_GPL vmlinux 0x52dca3d0 md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0x52eddb69 raw_v6_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x52f30a77 ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x52f314a1 dm_audit_log_bio +EXPORT_SYMBOL_GPL vmlinux 0x52fd19fe crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0x53002716 __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0x530e0f8c devl_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x531abaf8 crypto_get_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x531b59c5 sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x531ce8fe _RNvXs37_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_6u16x16NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x53245414 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0x532b90b5 kprobe_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x533e8b00 fat_truncate_time +EXPORT_SYMBOL_GPL vmlinux 0x534a4f5b platform_find_device_by_driver +EXPORT_SYMBOL_GPL vmlinux 0x5358864e devlink_fmsg_binary_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x535ffa93 _RNvXsl_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3imptNtB9_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x5364a26b _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter5flags +EXPORT_SYMBOL_GPL vmlinux 0x536cde17 simple_rename_exchange +EXPORT_SYMBOL_GPL vmlinux 0x537c70d7 pci_epc_stop +EXPORT_SYMBOL_GPL vmlinux 0x5388b1a0 amd_get_dr_addr_mask +EXPORT_SYMBOL_GPL vmlinux 0x538d073d phy_duplex_to_str +EXPORT_SYMBOL_GPL vmlinux 0x5390167d regmap_get_val_endian +EXPORT_SYMBOL_GPL vmlinux 0x5395c614 crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0x539f157b pci_xen_swiotlb_init_late +EXPORT_SYMBOL_GPL vmlinux 0x53a8ee6b amd_iommu_is_attach_deferred +EXPORT_SYMBOL_GPL vmlinux 0x53ac7119 _RNvXs4_NtCsbwHtcUjRN57_6kernel5errorNtB5_5ErrorINtNtCs3AkgXgqgK6r_4core7convert4FromNtNtNtBO_5alloc6layout11LayoutErrorE4from +EXPORT_SYMBOL_GPL vmlinux 0x53b6b413 _RNvXs3_NtNtCs3AkgXgqgK6r_4core5slice5asciiNtB5_11EscapeAsciiNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x53bcb4c6 debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0x53c089f5 property_entries_dup +EXPORT_SYMBOL_GPL vmlinux 0x53cf2266 devl_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x53d7c01e __traceiter_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x53f4fb78 fwnode_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x53fa773b ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0x540235d5 pci_epc_get +EXPORT_SYMBOL_GPL vmlinux 0x54035d3b sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0x541462b3 regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x5417f9ae _RNvXsh_NtCs3AkgXgqgK6r_4core4cellNtB5_14BorrowMutErrorNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x541807df xdp_do_redirect +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x541c41bc metadata_dst_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x5420fbc8 input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 +EXPORT_SYMBOL_GPL vmlinux 0x542e60cf gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0x543be315 _RNvXs3p_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5i8x32NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x5445da41 da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x544d5aa6 _RNvXs1U_NtNtCs3AkgXgqgK6r_4core3str4iterNtB6_11EscapeDebugNtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x545f1cb3 __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0x545fd9a2 locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0x5460f79f work_on_cpu_safe_key +EXPORT_SYMBOL_GPL vmlinux 0x5461470b rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0x54636a41 _RNvXsC_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_18ddebug_class_paramNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x54651f9b rhashtable_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x54707dbf tpm_chip_start +EXPORT_SYMBOL_GPL vmlinux 0x547565e2 usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0x547706ad __tracepoint_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x5483c8e0 tcp_register_ulp +EXPORT_SYMBOL_GPL vmlinux 0x54868fdb ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x54a1c3d5 tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x54a31452 led_set_brightness +EXPORT_SYMBOL_GPL vmlinux 0x54b05e99 _RNvXs1E_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_18avx_512_hi16_stateNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x54b100d2 __SCK__tp_func_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x54bea854 dev_pm_opp_get_max_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0x54cd494c smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x54ced07f crypto_unregister_acomp +EXPORT_SYMBOL_GPL vmlinux 0x54d3f37d _RNvNtNtCs3AkgXgqgK6r_4core3str5count14do_count_chars +EXPORT_SYMBOL_GPL vmlinux 0x54d45111 __SCK__tp_func_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x54dede30 pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x54e6f5f6 tpm2_flush_context +EXPORT_SYMBOL_GPL vmlinux 0x54ea7fff _RNvXs50_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10plist_nodeNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x54eaea28 serdev_device_write_room +EXPORT_SYMBOL_GPL vmlinux 0x54efdb23 ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0x54f0da53 bpf_trace_run5 +EXPORT_SYMBOL_GPL vmlinux 0x54fa24d7 _RNvXs23_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5i16x8NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x54fea0c8 fat_scan +EXPORT_SYMBOL_GPL vmlinux 0x550b3f9a devres_get +EXPORT_SYMBOL_GPL vmlinux 0x550c17c4 __devm_clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0x550ce709 pat_enabled +EXPORT_SYMBOL_GPL vmlinux 0x550f3e05 i2c_freq_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x5516d31b of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x5528f5ac nd_tbl +EXPORT_SYMBOL_GPL vmlinux 0x552d8309 vcap_keyset_name +EXPORT_SYMBOL_GPL vmlinux 0x55339365 flush_delayed_fput +EXPORT_SYMBOL_GPL vmlinux 0x553548b7 sock_map_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5535e51c wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x553b49a4 cpufreq_get_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5546077a phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x5551e93e __get_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x55535236 phy_resolve_aneg_linkmode +EXPORT_SYMBOL_GPL vmlinux 0x5555ea3c fw_devlink_purge_absent_suppliers +EXPORT_SYMBOL_GPL vmlinux 0x555fe7aa gpiochip_line_is_irq +EXPORT_SYMBOL_GPL vmlinux 0x5561c5c6 vcap_lookup_rule_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0x55649a26 _RNvXs5e_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_38___sifields__bindgen_ty_5__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x55655478 ima_file_hash +EXPORT_SYMBOL_GPL vmlinux 0x55658098 _RNvXsX_NtNtCs3AkgXgqgK6r_4core3fmt3nummNtB7_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x556e4390 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x557b3538 ethnl_cable_test_result +EXPORT_SYMBOL_GPL vmlinux 0x558e9a90 sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0x559dfcb5 unregister_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0x55b25229 fuse_dax_cancel_work +EXPORT_SYMBOL_GPL vmlinux 0x55c23f89 rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0x55c53885 devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x55c76a23 ksys_sync_helper +EXPORT_SYMBOL_GPL vmlinux 0x55d6468e ftrace_ops_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x55e1d40f _RNvXsa_NtNtCs3AkgXgqgK6r_4core3fmt3numoNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0x55e72a04 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter10sign_minus +EXPORT_SYMBOL_GPL vmlinux 0x55e777cd sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0x55ee52e5 irq_domain_create_simple +EXPORT_SYMBOL_GPL vmlinux 0x55eecff4 bit_wait_io_timeout +EXPORT_SYMBOL_GPL vmlinux 0x560262ea _RNvXs5z_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_22k_itimer__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x56054c05 crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x56173654 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x5624f826 power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0x56256e8a orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x56288e0f device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x563375e7 acpi_get_and_request_gpiod +EXPORT_SYMBOL_GPL vmlinux 0x5635b19a acpi_pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0x56398615 mark_tsc_unstable +EXPORT_SYMBOL_GPL vmlinux 0x563f5b28 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x56453d73 __traceiter_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x564680c6 pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0x565355a1 serial8250_do_set_mctrl +EXPORT_SYMBOL_GPL vmlinux 0x5665ef87 _RNvMs_CsbwHtcUjRN57_6kernelNtB4_10ThisModule8from_ptr +EXPORT_SYMBOL_GPL vmlinux 0x567a0430 skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0x5685f846 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x568c66ef md_submit_discard_bio +EXPORT_SYMBOL_GPL vmlinux 0x568d97f0 ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0x568da6c9 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0x56948896 spec_ctrl_current +EXPORT_SYMBOL_GPL vmlinux 0x569f9527 sk_msg_clone +EXPORT_SYMBOL_GPL vmlinux 0x56a5f714 regulator_irq_map_event_simple +EXPORT_SYMBOL_GPL vmlinux 0x56a5fa61 pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0x56a622c8 crypto_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x56a947f2 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0x56b2ff76 _RNvXs3b_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_17raw_notifier_headNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x56b9578f ethnl_cable_test_finished +EXPORT_SYMBOL_GPL vmlinux 0x56c99da1 __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x56ce9bcb _RNvXsg_NtCs3AkgXgqgK6r_4core3fmtcNtB5_5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x56e1d47b xdp_master_redirect +EXPORT_SYMBOL_GPL vmlinux 0x56fbb130 no_hash_pointers +EXPORT_SYMBOL_GPL vmlinux 0x57030f97 __platform_register_drivers +EXPORT_SYMBOL_GPL vmlinux 0x57132009 irq_domain_remove_sim +EXPORT_SYMBOL_GPL vmlinux 0x57246a7d dma_request_chan_by_mask +EXPORT_SYMBOL_GPL vmlinux 0x5727da36 devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0x573182ab dma_pci_p2pdma_supported +EXPORT_SYMBOL_GPL vmlinux 0x573f62f9 _RNvXs6_NtNtCs3AkgXgqgK6r_4core3fmt3numhNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0x5742f873 gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x57442531 clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x574609c5 apei_exec_write_register_value +EXPORT_SYMBOL_GPL vmlinux 0x575663d5 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x575aa97c thermal_zone_device_priv +EXPORT_SYMBOL_GPL vmlinux 0x5768e0d7 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x57719632 gnttab_grant_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x577c7445 fb_sys_read +EXPORT_SYMBOL_GPL vmlinux 0x5785985e _RNvMs8_NtCs3AkgXgqgK6r_4core3numo14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0x57861a5c gds_ucode_mitigated +EXPORT_SYMBOL_GPL vmlinux 0x578b7a7c msi_device_has_isolated_msi +EXPORT_SYMBOL_GPL vmlinux 0x578eeb4d hugetlb_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x579a93df _RNvXse_NtCsd8lEp9MQdN2_5alloc11collectionsNtB5_19TryReserveErrorKindNtNtCs3AkgXgqgK6r_4core3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57b7e63e vp_modern_get_features +EXPORT_SYMBOL_GPL vmlinux 0x57ba83c0 tcp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0x57baf04a trace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0x57bb2cca pci_p2pmem_free_sgl +EXPORT_SYMBOL_GPL vmlinux 0x57c7c9cc usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x57d4050a xhci_get_endpoint_index +EXPORT_SYMBOL_GPL vmlinux 0x57d6351e fwnode_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x57dc4851 mas_erase +EXPORT_SYMBOL_GPL vmlinux 0x57dd75a6 ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0x57ddc4ac subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x57f576b9 mpi_ec_curve_point +EXPORT_SYMBOL_GPL vmlinux 0x5808d216 tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0x581a90d4 paste_selection +EXPORT_SYMBOL_GPL vmlinux 0x581b94f3 __devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x58276f93 cper_next_record_id +EXPORT_SYMBOL_GPL vmlinux 0x5829e979 mas_pause +EXPORT_SYMBOL_GPL vmlinux 0x5831e062 cpus_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0x5836b71b rust_helper_refcount_dec_and_test +EXPORT_SYMBOL_GPL vmlinux 0x5840c8ad tracepoint_probe_register_prio_may_exist +EXPORT_SYMBOL_GPL vmlinux 0x58517045 _RNvXs1t_NtNtCs3AkgXgqgK6r_4core3fmt3numoNtB8_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x585eb67b ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0x58681430 icc_nodes_remove +EXPORT_SYMBOL_GPL vmlinux 0x586bfc8a alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x58702418 pci_sriov_configure_simple +EXPORT_SYMBOL_GPL vmlinux 0x5879a27d sfp_get_module_info +EXPORT_SYMBOL_GPL vmlinux 0x588044b4 sk_msg_return +EXPORT_SYMBOL_GPL vmlinux 0x5888e7d0 iomap_readahead +EXPORT_SYMBOL_GPL vmlinux 0x588aaebf genphy_c45_pma_suspend +EXPORT_SYMBOL_GPL vmlinux 0x58978767 usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0x58a2fcaa __SCT__tp_func_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x58a965a8 get_device_system_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0x58b901e0 pci_dev_trylock +EXPORT_SYMBOL_GPL vmlinux 0x58baeb29 hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x58d159f2 dev_pm_genpd_synced_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x58d54d21 to_nd_desc +EXPORT_SYMBOL_GPL vmlinux 0x58d6311d trace_clock +EXPORT_SYMBOL_GPL vmlinux 0x58db1176 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x58def6ca sfp_module_remove +EXPORT_SYMBOL_GPL vmlinux 0x58e1b392 ata_host_put +EXPORT_SYMBOL_GPL vmlinux 0x58e6efc6 _RNvXs4V_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_8shmid_dsNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x590228b5 crypto_register_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x5906148f _RNvXs0_NtNtCs3AkgXgqgK6r_4core3fmt3numaNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0x591838eb pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0x5920f0bb ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x592b6509 ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0x5935746d phy_configure +EXPORT_SYMBOL_GPL vmlinux 0x593b7ae3 mddev_unlock +EXPORT_SYMBOL_GPL vmlinux 0x593dfe07 xenbus_dev_is_online +EXPORT_SYMBOL_GPL vmlinux 0x5948a1e3 __tracepoint_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x5949bc4b alloc_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x59519d71 alloc_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0x5957cddb zs_lookup_class_index +EXPORT_SYMBOL_GPL vmlinux 0x595c22be gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x5969ace9 perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x5986d190 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0x599c5f14 rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x599d3357 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x59a2f270 devm_of_phy_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x59a36c41 uprobe_register_refctr +EXPORT_SYMBOL_GPL vmlinux 0x59b063ba start_poll_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x59b2393b __tracepoint_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x59b2adbf input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x59c43dc9 __traceiter_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x59d0a04e _RNvXs6_NtNtCs3AkgXgqgK6r_4core3fmt3numhNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0x59d10f9a _RNvMs6_NtNtCs3AkgXgqgK6r_4core3fmt8buildersNtB5_8DebugMap6finish +EXPORT_SYMBOL_GPL vmlinux 0x59e16e46 pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x59ed52f3 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x59edfeb8 phy_rate_matching_to_str +EXPORT_SYMBOL_GPL vmlinux 0x59f32720 mpi_subm +EXPORT_SYMBOL_GPL vmlinux 0x59f8b7c6 ms_hyperv +EXPORT_SYMBOL_GPL vmlinux 0x5a12fb3b xen_xenbus_fops +EXPORT_SYMBOL_GPL vmlinux 0x5a18bc9e _RNvXsj_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_23alt_instr__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x5a1d134a rcu_momentary_dyntick_idle +EXPORT_SYMBOL_GPL vmlinux 0x5a229368 arch_apei_enable_cmcff +EXPORT_SYMBOL_GPL vmlinux 0x5a241f34 param_set_uint_minmax +EXPORT_SYMBOL_GPL vmlinux 0x5a25068c adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x5a2cd8c6 vcap_tc_flower_handler_tcp_usage +EXPORT_SYMBOL_GPL vmlinux 0x5a301771 __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x5a310e27 dw_pcie_setup_rc +EXPORT_SYMBOL_GPL vmlinux 0x5a49dbc9 timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x5a61f915 acpi_find_child_by_adr +EXPORT_SYMBOL_GPL vmlinux 0x5a62c457 __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x5a6a76f8 unwind_get_return_address +EXPORT_SYMBOL_GPL vmlinux 0x5a6cdb52 nf_ct_zone_dflt +EXPORT_SYMBOL_GPL vmlinux 0x5a72d0ba _RNvXNtNtCs3AkgXgqgK6r_4core3fmt7nofloatfNtB4_5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a7c4007 _RNvXs0_NtNtCs3AkgXgqgK6r_4core3str5errorNtB5_9Utf8ErrorNtNtB9_5error5Error11description +EXPORT_SYMBOL_GPL vmlinux 0x5a8d0f81 ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x5aa70984 acpi_reduced_hardware +EXPORT_SYMBOL_GPL vmlinux 0x5ab09745 edac_get_owner +EXPORT_SYMBOL_GPL vmlinux 0x5ae3df01 sock_diag_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5af127fc pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0x5afc722e __audit_log_nfcfg +EXPORT_SYMBOL_GPL vmlinux 0x5b071b7b hwrng_yield +EXPORT_SYMBOL_GPL vmlinux 0x5b0f050a component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0x5b1bde18 crypto_alloc_sig +EXPORT_SYMBOL_GPL vmlinux 0x5b21ceff ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0x5b21e686 bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0x5b227ba7 unwind_next_frame +EXPORT_SYMBOL_GPL vmlinux 0x5b250c6e _RNvXsl_NtNtCs3AkgXgqgK6r_4core9core_arch3x86NtB5_7___m256iNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x5b30e25c vhost_task_wake +EXPORT_SYMBOL_GPL vmlinux 0x5b37582d tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0x5b3d224f skb_clone_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x5b40146a tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x5b4bb7b8 _RNvNtCs3AkgXgqgK6r_4core6result13unwrap_failed +EXPORT_SYMBOL_GPL vmlinux 0x5b4f0a51 perf_report_aux_output_id +EXPORT_SYMBOL_GPL vmlinux 0x5b510078 auxiliary_device_init +EXPORT_SYMBOL_GPL vmlinux 0x5b523339 blk_mq_quiesce_queue_nowait +EXPORT_SYMBOL_GPL vmlinux 0x5b56b4a2 xen_remap_pfn +EXPORT_SYMBOL_GPL vmlinux 0x5b7bdc51 _RNvXs46_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_4zoneNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x5ba9c87f blk_crypto_keyslot_index +EXPORT_SYMBOL_GPL vmlinux 0x5bbb49d8 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0x5bbb912a fwnode_count_parents +EXPORT_SYMBOL_GPL vmlinux 0x5bbfe50c _RNvMsc_NtCsbwHtcUjRN57_6kernel3strNtB5_7CString12try_from_fmt +EXPORT_SYMBOL_GPL vmlinux 0x5bc12a5b _RNvXs1b_NtNtCs3AkgXgqgK6r_4core3fmt3numoNtB8_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0x5bc7668e devlink_dpipe_entry_ctx_append +EXPORT_SYMBOL_GPL vmlinux 0x5bc91c1b gnttab_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x5bc950fe regulator_irq_helper_cancel +EXPORT_SYMBOL_GPL vmlinux 0x5bca681e fib_rule_matchall +EXPORT_SYMBOL_GPL vmlinux 0x5bcc0df7 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x5bd0748f crypto_del_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x5bdae35b usb_phy_roothub_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x5bdbac4e rcu_unexpedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x5be34a38 mbox_client_txdone +EXPORT_SYMBOL_GPL vmlinux 0x5be50bfb _RNvXs2z_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_13maple_topiaryNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x5bf36915 ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x5c070f62 cper_mem_err_status_str +EXPORT_SYMBOL_GPL vmlinux 0x5c0c165e __SCT__tp_func_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x5c12ed00 phy_set_mode_ext +EXPORT_SYMBOL_GPL vmlinux 0x5c16117d _RNvXs9_NtNtCs3AkgXgqgK6r_4core3fmt3numyNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0x5c173ca4 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x5c309e65 hibernate_quiet_exec +EXPORT_SYMBOL_GPL vmlinux 0x5c41da2c fbcon_modechange_possible +EXPORT_SYMBOL_GPL vmlinux 0x5c475a98 extract_iter_to_sg +EXPORT_SYMBOL_GPL vmlinux 0x5c499f6b get_net_ns_by_id +EXPORT_SYMBOL_GPL vmlinux 0x5c4acce0 extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0x5c4fcb1c dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x5c564679 acpi_subsys_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x5c5a1b16 tick_broadcast_control +EXPORT_SYMBOL_GPL vmlinux 0x5c5bedd0 regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0x5c654227 __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0x5c6ab05c fb_sys_write +EXPORT_SYMBOL_GPL vmlinux 0x5c74b41d public_key_signature_free +EXPORT_SYMBOL_GPL vmlinux 0x5ca5b5df dev_pm_genpd_resume +EXPORT_SYMBOL_GPL vmlinux 0x5cab9945 unregister_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x5cac0474 fuse_init_fs_context_submount +EXPORT_SYMBOL_GPL vmlinux 0x5cace826 put_device +EXPORT_SYMBOL_GPL vmlinux 0x5cad8fc3 power_supply_ocv2cap_simple +EXPORT_SYMBOL_GPL vmlinux 0x5cafa662 usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0x5cba4487 _RNvXs3_NtNtCs3AkgXgqgK6r_4core3fmt3numxNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0x5cbeffdf ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x5cc77c45 led_colors +EXPORT_SYMBOL_GPL vmlinux 0x5cd43d66 pci_p2pmem_virt_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x5cebd216 debugfs_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0x5ceddd8c __devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0x5cede0a7 xdp_flush_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x5cf351eb __traceiter_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0x5cf94319 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x5d0113e0 x86_pred_cmd +EXPORT_SYMBOL_GPL vmlinux 0x5d0f09fe wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x5d17148b apei_write +EXPORT_SYMBOL_GPL vmlinux 0x5d1c95ae ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0x5d2aa5fb rhashtable_walk_peek +EXPORT_SYMBOL_GPL vmlinux 0x5d2bc42a reset_control_rearm +EXPORT_SYMBOL_GPL vmlinux 0x5d331a09 _RNvMs0_NtNtCsbwHtcUjRN57_6kernel4sync7condvarNtB5_7CondVar3new +EXPORT_SYMBOL_GPL vmlinux 0x5d362008 pci_find_dvsec_capability +EXPORT_SYMBOL_GPL vmlinux 0x5d377b2b snp_issue_guest_request +EXPORT_SYMBOL_GPL vmlinux 0x5d3af6b1 direct_write_fallback +EXPORT_SYMBOL_GPL vmlinux 0x5d66a498 fat_update_time +EXPORT_SYMBOL_GPL vmlinux 0x5d678a4c rcu_tasks_trace_qs_blkd +EXPORT_SYMBOL_GPL vmlinux 0x5d684628 badblocks_init +EXPORT_SYMBOL_GPL vmlinux 0x5d7ad839 _RNvXs4j_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB6_12NonZeroUsizeNtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x5d8476d3 bpf_sk_storage_diag_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5d84a3a8 iomap_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x5d8d9eb1 __SCK__tp_func_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x5d9317d7 uv_teardown_irq +EXPORT_SYMBOL_GPL vmlinux 0x5da67adc zs_compact +EXPORT_SYMBOL_GPL vmlinux 0x5da70f13 tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0x5da780df _RNvXs29_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5i32x4NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x5da8171a _RNvMs0_NtCsbwHtcUjRN57_6kernel4taskNtB5_4Task7wake_up +EXPORT_SYMBOL_GPL vmlinux 0x5daa2b8d events_hybrid_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0x5db3a7f4 _RNvXsx_NtNtCs3AkgXgqgK6r_4core9core_arch3x86NtB5_6___m512NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x5db80a6e __acpi_node_get_property_reference +EXPORT_SYMBOL_GPL vmlinux 0x5dbc27ea xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0x5dbcfa4f boot_cpu_physical_apicid +EXPORT_SYMBOL_GPL vmlinux 0x5dbd6c27 _RNvXs3d_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5u32x8NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x5dcbba7e dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0x5dce98f4 _RNvXs_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3imphNtB8_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x5dceedf1 _RNvXsl_NtNtCs3AkgXgqgK6r_4core4hash3sipNtB5_11Sip13RoundsNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x5dd52197 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x5dd86fa2 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x5de27ee5 _RNvXsv_NtNtCs3AkgXgqgK6r_4core3fmt3numiNtB7_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x5df0ec1c sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x5df156d7 _RNvXs_NtCs3AkgXgqgK6r_4core5allocNtB4_10AllocErrorNtNtB6_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x5e115adc bpf_trace_run3 +EXPORT_SYMBOL_GPL vmlinux 0x5e173309 cpu_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x5e272848 sk_msg_free +EXPORT_SYMBOL_GPL vmlinux 0x5e2c2560 devm_regulator_get_enable +EXPORT_SYMBOL_GPL vmlinux 0x5e34719d _RNvXs3_NtNtCs3AkgXgqgK6r_4core3fmt3numxNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0x5e48beb2 _RNvXs3_NtNtCs3AkgXgqgK6r_4core3fmt3numxNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0x5e515be6 ktime_get_ts64 +EXPORT_SYMBOL_GPL vmlinux 0x5e58d604 gpiod_get_array_value +EXPORT_SYMBOL_GPL vmlinux 0x5e798ffb divider_get_val +EXPORT_SYMBOL_GPL vmlinux 0x5e85415b ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x5e8917f6 _RNvXs3I_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15page_frag_cacheNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x5e8ccbaa platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0x5e9d6aa2 adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0x5ea268f3 ata_sas_tport_add +EXPORT_SYMBOL_GPL vmlinux 0x5ea747e9 tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0x5eae5408 clk_is_enabled_when_prepared +EXPORT_SYMBOL_GPL vmlinux 0x5eb089fb devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x5eb8c34a scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0x5ed5a99a irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0x5ed86372 vp_modern_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x5edf9d72 irq_domain_free_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x5ee2aa12 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0x5ee558b2 mptcp_diag_fill_info +EXPORT_SYMBOL_GPL vmlinux 0x5ee59744 ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0x5eeb4972 fib_rules_seq_read +EXPORT_SYMBOL_GPL vmlinux 0x5ef193c5 regulator_get_error_flags +EXPORT_SYMBOL_GPL vmlinux 0x5ef9d674 _RNvXs5_NtCs3AkgXgqgK6r_4core4timemINtNtNtB7_3ops5arith3MulNtB5_8DurationE3mul +EXPORT_SYMBOL_GPL vmlinux 0x5efc5416 devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x5f069d87 pinctrl_enable +EXPORT_SYMBOL_GPL vmlinux 0x5f1626c9 _RNvXs3z_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_61folio__bindgen_ty_1__bindgen_ty_1__bindgen_ty_1__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x5f1ad885 rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x5f23e3fa insert_resource +EXPORT_SYMBOL_GPL vmlinux 0x5f2da8c4 check_tsc_unstable +EXPORT_SYMBOL_GPL vmlinux 0x5f2fcc83 ioremap_uc +EXPORT_SYMBOL_GPL vmlinux 0x5f384a68 x509_free_certificate +EXPORT_SYMBOL_GPL vmlinux 0x5f3ce193 rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x5f50d6a1 irqd_cfg +EXPORT_SYMBOL_GPL vmlinux 0x5f6e7fac irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0x5f6f1e9e dax_get_private +EXPORT_SYMBOL_GPL vmlinux 0x5f74c675 dbs_update +EXPORT_SYMBOL_GPL vmlinux 0x5f74cda9 bio_trim +EXPORT_SYMBOL_GPL vmlinux 0x5f89e41e bpf_prog_add +EXPORT_SYMBOL_GPL vmlinux 0x5f90b21b tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x5f91a304 usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0x5f9ce2d5 _RNvXs15_NtNtCs3AkgXgqgK6r_4core3fmt3numyNtB8_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x5fa625ed mpi_ec_mul_point +EXPORT_SYMBOL_GPL vmlinux 0x5fb41455 _RNvXs7_NtNtCs3AkgXgqgK6r_4core3fmt3numtNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0x5fb66914 da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x5fb72960 _RNvXs1H_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_12fpregs_stateNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x5fdc0c7e xenbus_frontend_closed +EXPORT_SYMBOL_GPL vmlinux 0x5fdf7b32 smca_get_bank_type +EXPORT_SYMBOL_GPL vmlinux 0x5fdfa2c1 amd_pmu_enable_virt +EXPORT_SYMBOL_GPL vmlinux 0x5fe13970 __tracepoint_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x5fe3fb4d driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0x5feaddff _RNvXs49_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_14deferred_splitNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x5ff0f4a5 pci_ignore_hotplug +EXPORT_SYMBOL_GPL vmlinux 0x5ff134d6 mmc_crypto_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x5ff7f38e fpu_update_guest_xfd +EXPORT_SYMBOL_GPL vmlinux 0x60054716 ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0x60091316 clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x600fce14 debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0x6027f212 _RNvXsb_NtNtCs3AkgXgqgK6r_4core3fmt3numjNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0x603d0d51 acpi_os_map_iomem +EXPORT_SYMBOL_GPL vmlinux 0x604722fd devices_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x604af39a wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0x60503c7f _RNvNvMNtNtCs3AkgXgqgK6r_4core3ptr9alignmentNtB4_9Alignment13new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0x60516670 __intel_scu_ipc_register +EXPORT_SYMBOL_GPL vmlinux 0x6057846c cpufreq_dbs_governor_exit +EXPORT_SYMBOL_GPL vmlinux 0x605bfaec _RNvXs7_NtNtCs3AkgXgqgK6r_4core3fmt3numtNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0x606b42bd usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x606b4aba devlink_linecard_provision_set +EXPORT_SYMBOL_GPL vmlinux 0x607c4683 devlink_info_version_fixed_put +EXPORT_SYMBOL_GPL vmlinux 0x608c7432 intel_cpu_collect_info +EXPORT_SYMBOL_GPL vmlinux 0x608d25d6 __xas_prev +EXPORT_SYMBOL_GPL vmlinux 0x6090054e pcie_flr +EXPORT_SYMBOL_GPL vmlinux 0x6091797f synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x609430ee generic_device_group +EXPORT_SYMBOL_GPL vmlinux 0x6099078c fsnotify_put_group +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60a439c5 mmu_interval_notifier_insert +EXPORT_SYMBOL_GPL vmlinux 0x60a73801 vfs_splice_read +EXPORT_SYMBOL_GPL vmlinux 0x60ad9b5a devm_register_power_off_handler +EXPORT_SYMBOL_GPL vmlinux 0x60adc7f7 blk_crypto_has_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x60ae0922 power_supply_vbat2ri +EXPORT_SYMBOL_GPL vmlinux 0x60b72f48 _RNvNvMsx_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB7_12NonZeroUsize13new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0x60db9ea2 wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0x60dbba29 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x60e6963b _RNvXsp_NtNtCs3AkgXgqgK6r_4core9core_simd5maskssNtNtB5_6sealed6Sealed2eq +EXPORT_SYMBOL_GPL vmlinux 0x60ebc96f ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x60fbc943 wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0x610291a5 fsnotify_find_mark +EXPORT_SYMBOL_GPL vmlinux 0x610a649c dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0x611281b3 handle_fasteoi_irq +EXPORT_SYMBOL_GPL vmlinux 0x6119dcd5 nf_route +EXPORT_SYMBOL_GPL vmlinux 0x611cfa85 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0x6125cb53 _RNvXs8_NtCsbwHtcUjRN57_6kernel3strNtB5_12RawFormatterNtNtCs3AkgXgqgK6r_4core3fmt5Write9write_str +EXPORT_SYMBOL_GPL vmlinux 0x6129fb93 sfp_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x612bed12 switchdev_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x612bfd89 errno_to_blk_status +EXPORT_SYMBOL_GPL vmlinux 0x6133cfd4 _RNvXs_NtNtCs3AkgXgqgK6r_4core5panic10panic_infoNtB4_9PanicInfoNtNtB8_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6137383d dw8250_do_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x613dd3b8 vring_create_virtqueue_dma +EXPORT_SYMBOL_GPL vmlinux 0x6149606b _RNvMNtNtCs3AkgXgqgK6r_4core3num3fmtNtB2_4Part5write +EXPORT_SYMBOL_GPL vmlinux 0x614de19f dw_pcie_write_dbi +EXPORT_SYMBOL_GPL vmlinux 0x6159db5b bio_blkcg_css +EXPORT_SYMBOL_GPL vmlinux 0x616b84f2 _RNvXs3i_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11uprobe_taskNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x617b00ab __devm_spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0x6181e79f timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x61965f8d regmap_read +EXPORT_SYMBOL_GPL vmlinux 0x6198dfea __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6199ad5d crypto_has_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x61a56e30 devm_pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x61a6a84c __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x61b443f8 x86_spec_ctrl_current +EXPORT_SYMBOL_GPL vmlinux 0x61bd0bd0 get_completed_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x61c5a787 genphy_c45_read_pma +EXPORT_SYMBOL_GPL vmlinux 0x61ce06f1 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x61cfe512 __SCK__tp_func_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x61d2472c devm_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x61dd87f5 _RNvXs6_NtCsbwHtcUjRN57_6kernel5errorNtB5_5ErrorINtNtCs3AkgXgqgK6r_4core7convert4FromNtBM_10InfallibleE4from +EXPORT_SYMBOL_GPL vmlinux 0x61f09606 component_add +EXPORT_SYMBOL_GPL vmlinux 0x61f1644b mas_find_range +EXPORT_SYMBOL_GPL vmlinux 0x61f4918b _RNvXs1_NtNtCs3AkgXgqgK6r_4core3fmt3numsNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0x61f67c92 phy_gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0x61ffbbbe usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x6204fca4 ata_acpi_cbl_80wire +EXPORT_SYMBOL_GPL vmlinux 0x620e36ca usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x6213adcd skb_consume_udp +EXPORT_SYMBOL_GPL vmlinux 0x621fe463 fuse_free_conn +EXPORT_SYMBOL_GPL vmlinux 0x6225a539 pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x622cd25e devm_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x6235f30a kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0x62377a7b blk_io_schedule +EXPORT_SYMBOL_GPL vmlinux 0x6238fee2 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x6246a629 synchronize_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x6249cf18 __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x624c65f1 mmc_regulator_set_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0x624ea389 scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0x6257dda7 clk_rate_exclusive_get +EXPORT_SYMBOL_GPL vmlinux 0x6259d291 clk_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x625abbf6 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter9sign_plus +EXPORT_SYMBOL_GPL vmlinux 0x625d6699 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0x625ef584 nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0x6278a442 vfs_submount +EXPORT_SYMBOL_GPL vmlinux 0x6279b5a0 devm_hte_register_chip +EXPORT_SYMBOL_GPL vmlinux 0x6292485b __tracepoint_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x62926777 lwtunnel_output +EXPORT_SYMBOL_GPL vmlinux 0x6298a008 _RNvXsa_NtNtCs3AkgXgqgK6r_4core3fmt3numoNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0x6298a776 vcap_rule_set_counter +EXPORT_SYMBOL_GPL vmlinux 0x62a8e624 component_add_typed +EXPORT_SYMBOL_GPL vmlinux 0x62b56901 _RNvNtNtCsbwHtcUjRN57_6kernel5print14format_strings4CRIT +EXPORT_SYMBOL_GPL vmlinux 0x62b5ecba dev_pm_qos_expose_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x62bb09bf clocks_calc_mult_shift +EXPORT_SYMBOL_GPL vmlinux 0x62c32d74 _RNvXs9_NtCs3AkgXgqgK6r_4core5errorNtNtB7_4cell14BorrowMutErrorNtB5_5Error11description +EXPORT_SYMBOL_GPL vmlinux 0x62c745f0 dev_pm_opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0x62cc4827 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x62d74410 _RNvMNtNtCs3AkgXgqgK6r_4core5panic10panic_infoNtB2_9PanicInfo7payload +EXPORT_SYMBOL_GPL vmlinux 0x62ee4fe9 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0x62f77601 regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x62fc7b9c gpiochip_irq_unmap +EXPORT_SYMBOL_GPL vmlinux 0x62fe112a ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0x63026490 unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x63150e06 clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x63197685 s2idle_wake +EXPORT_SYMBOL_GPL vmlinux 0x633ea71c devm_regulator_bulk_get_const +EXPORT_SYMBOL_GPL vmlinux 0x6340434e x86_model +EXPORT_SYMBOL_GPL vmlinux 0x6352c594 compat_only_sysfs_link_entry_to_kobj +EXPORT_SYMBOL_GPL vmlinux 0x635df6a1 ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x635fcc12 devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x636751b8 hv_set_non_nested_register +EXPORT_SYMBOL_GPL vmlinux 0x63695a43 _RNvXs1L_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5u32x4NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x636a7c97 nf_checksum +EXPORT_SYMBOL_GPL vmlinux 0x637ac92b _RNvXsW_NtNtCs3AkgXgqgK6r_4core3str7patternNtB5_14TwoWaySearcherNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x637cbafd dev_pm_domain_start +EXPORT_SYMBOL_GPL vmlinux 0x6384918d pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x6389aff6 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0x638a9653 memory_add_physaddr_to_nid +EXPORT_SYMBOL_GPL vmlinux 0x639b6dfa _RNvXsq_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3impjNtB9_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x639b8245 devm_usb_get_phy_by_node +EXPORT_SYMBOL_GPL vmlinux 0x639f75fc blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x63a7dcbc wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x63b57ae5 clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0x63b79f5a devl_port_register_with_ops +EXPORT_SYMBOL_GPL vmlinux 0x63c08029 clk_bulk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x63c49254 dw_pcie_ep_raise_legacy_irq +EXPORT_SYMBOL_GPL vmlinux 0x63d2f7a8 ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0x63d3b0c1 scsi_alloc_request +EXPORT_SYMBOL_GPL vmlinux 0x63d4ff81 unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x63de7258 iommu_set_pgtable_quirks +EXPORT_SYMBOL_GPL vmlinux 0x63e7fe50 _RNvXsp_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB5_4i8x4NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x63ea80b3 cper_mem_err_type_str +EXPORT_SYMBOL_GPL vmlinux 0x63f3294e devm_gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x63f9fb54 _RNvXs15_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10pv_mmu_opsNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x64091fdc wait_on_page_writeback +EXPORT_SYMBOL_GPL vmlinux 0x640f0876 _RNvNtCsbwHtcUjRN57_6kernel5print16call_printk_cont +EXPORT_SYMBOL_GPL vmlinux 0x6416e4b1 bdev_alignment_offset +EXPORT_SYMBOL_GPL vmlinux 0x641a71dd acpi_match_acpi_device +EXPORT_SYMBOL_GPL vmlinux 0x642662ad sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x6430db00 _RNvXs0_NtNtCs3AkgXgqgK6r_4core4char6decodeNtB5_16DecodeUtf16ErrorNtNtB9_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x643a7738 dev_coredumpm +EXPORT_SYMBOL_GPL vmlinux 0x643de062 _RNvMNtCs3AkgXgqgK6r_4core3f64d16partial_classify +EXPORT_SYMBOL_GPL vmlinux 0x643f20fd sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0x645284d5 espintcp_queue_out +EXPORT_SYMBOL_GPL vmlinux 0x6457c7fb _RNvXs1i_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_7cpumaskNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x645b0bee raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x647a0d20 devm_hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x648dfc82 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0x648f59a9 sfp_module_insert +EXPORT_SYMBOL_GPL vmlinux 0x64958bf1 _RNvNvMNtCs3AkgXgqgK6r_4core3f64d7to_bits13ct_f64_to_u64 +EXPORT_SYMBOL_GPL vmlinux 0x64969b74 nd_cmd_in_size +EXPORT_SYMBOL_GPL vmlinux 0x64a176a8 kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0x64a20d16 devlink_dpipe_entry_ctx_prepare +EXPORT_SYMBOL_GPL vmlinux 0x64a262e7 _RNvXs2R_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_20system_time_snapshotNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x64a31445 mutex_lock_io +EXPORT_SYMBOL_GPL vmlinux 0x64a62e11 acpi_processor_ffh_cstate_enter +EXPORT_SYMBOL_GPL vmlinux 0x64a99bca scsi_dh_attach +EXPORT_SYMBOL_GPL vmlinux 0x64bebafd _RNvXs2_NtNtCs3AkgXgqgK6r_4core3fmt3numlNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0x64c870cc regmap_field_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x64dac474 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x64de6496 xhci_get_ep_ctx +EXPORT_SYMBOL_GPL vmlinux 0x64e27c4f synth_event_delete +EXPORT_SYMBOL_GPL vmlinux 0x64f36620 dax_flush +EXPORT_SYMBOL_GPL vmlinux 0x64f8a45e _RNvXsh_NtCs3AkgXgqgK6r_4core3fmtcNtB5_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6502d9c2 xenbus_scanf +EXPORT_SYMBOL_GPL vmlinux 0x65090f5a __tracepoint_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x651d10e5 ktime_get_tai_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6527a231 dbgp_external_startup +EXPORT_SYMBOL_GPL vmlinux 0x652ab1d9 crypto_register_acomps +EXPORT_SYMBOL_GPL vmlinux 0x6531a37f mpi_add +EXPORT_SYMBOL_GPL vmlinux 0x653660da blk_mq_alloc_request_hctx +EXPORT_SYMBOL_GPL vmlinux 0x653dbee7 pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0x654ba130 _RNvMNtCs3AkgXgqgK6r_4core3stre12escape_debug +EXPORT_SYMBOL_GPL vmlinux 0x65525c38 ghes_register_report_chain +EXPORT_SYMBOL_GPL vmlinux 0x6558c65a dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0x655eb692 max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x656faf5e usb_phy_get_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x65704d22 hv_stimer_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x65775980 auxiliary_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6583b644 __tracepoint_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x6591f782 bpf_redirect_info +EXPORT_SYMBOL_GPL vmlinux 0x6597aaaf regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x65a315de sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0x65a8ed67 device_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x65acf90c sbitmap_weight +EXPORT_SYMBOL_GPL vmlinux 0x65ba5f60 dm_start_time_ns_from_clone +EXPORT_SYMBOL_GPL vmlinux 0x65c6af77 cookie_tcp_reqsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x65c8aa9f crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65d39633 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter9write_str +EXPORT_SYMBOL_GPL vmlinux 0x65f09c6b of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x65fac136 decrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x661fbddd gnttab_foreach_grant_in_range +EXPORT_SYMBOL_GPL vmlinux 0x6628e9a8 _RNvXsD_NtNtCs3AkgXgqgK6r_4core3fmt3numaNtB7_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x663371f3 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0x6636c3c9 irq_set_vcpu_affinity +EXPORT_SYMBOL_GPL vmlinux 0x663bb448 devlink_fmsg_obj_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x665351d0 pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0x665e92a0 clk_set_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x666870b7 to_nvdimm_bus_dev +EXPORT_SYMBOL_GPL vmlinux 0x66793a67 _RNvXs2u_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_42maple_range_64__bindgen_ty_1__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x667ee398 _RNvXs7_NtNtCs3AkgXgqgK6r_4core4char7convertNtB5_16CharTryFromErrorNtNtB9_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x66819793 blk_mq_sched_try_insert_merge +EXPORT_SYMBOL_GPL vmlinux 0x6682d7e4 dev_pm_set_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x669743d2 iomap_writepages +EXPORT_SYMBOL_GPL vmlinux 0x66a6486b _RNvXs7_NtNtCs3AkgXgqgK6r_4core3mem15transmutabilityNtB5_6AssumeNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x66b97421 sfp_link_up +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66f3a232 debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0x66ff3e34 phy_get_rate_matching +EXPORT_SYMBOL_GPL vmlinux 0x670b339c ghes_get_devices +EXPORT_SYMBOL_GPL vmlinux 0x6712ee0d pci_epc_mem_free_addr +EXPORT_SYMBOL_GPL vmlinux 0x671c27d0 nvmem_cell_read_variable_le_u32 +EXPORT_SYMBOL_GPL vmlinux 0x672108c2 _RNvXsb_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3imptNtB9_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x672df6ac dw_pcie_ep_init_notify +EXPORT_SYMBOL_GPL vmlinux 0x6739a503 balloon_set_new_target +EXPORT_SYMBOL_GPL vmlinux 0x673a65ea _RNvXs1_NtNtCs3AkgXgqgK6r_4core3num5errorNtB5_15TryFromIntErrorINtNtB9_7convert4FromzE4from +EXPORT_SYMBOL_GPL vmlinux 0x673c1570 iomap_seek_hole +EXPORT_SYMBOL_GPL vmlinux 0x673c4dd5 regulator_get_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x67588254 phy_create_lookup +EXPORT_SYMBOL_GPL vmlinux 0x6759bd00 __SCT__tp_func_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x6761a47f pci_epc_write_header +EXPORT_SYMBOL_GPL vmlinux 0x67640fb2 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x67652c7e gpiod_count +EXPORT_SYMBOL_GPL vmlinux 0x6768768a _RNvMs0_NtCsbwHtcUjRN57_6kernel4taskNtB5_4Task3pid +EXPORT_SYMBOL_GPL vmlinux 0x677c69f1 make_vfsgid +EXPORT_SYMBOL_GPL vmlinux 0x677dc590 gnttab_unmap_refs +EXPORT_SYMBOL_GPL vmlinux 0x677ff88c xas_store +EXPORT_SYMBOL_GPL vmlinux 0x67807428 tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0x678ef1e6 phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0x6790ebd3 mce_is_memory_error +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x67979bb6 xdp_attachment_setup +EXPORT_SYMBOL_GPL vmlinux 0x679d6137 io_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0x67ab034a acpi_get_pci_dev +EXPORT_SYMBOL_GPL vmlinux 0x67b6d467 devm_clk_get_optional_prepared +EXPORT_SYMBOL_GPL vmlinux 0x67b94b0b alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0x67baa56f platform_msi_domain_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0x67c3c795 get_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x67c80034 _RNvMNtCs3AkgXgqgK6r_4core3f64d13classify_bits +EXPORT_SYMBOL_GPL vmlinux 0x67d241f1 __traceiter_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x67d40ee5 __kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x67da9f7c sha512_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x67dcd76b uv_setup_irq +EXPORT_SYMBOL_GPL vmlinux 0x67e12fa2 _RNvXs4_NtNtCs3AkgXgqgK6r_4core3fmt3numnNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0x67f57430 vcap_enable_lookups +EXPORT_SYMBOL_GPL vmlinux 0x6804f013 gpiod_disable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0x68076c98 _RNvXsg_NtNtCs3AkgXgqgK6r_4core4task4wakeNtB5_14RawWakerVTableNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6812fd05 extcon_get_edev_name +EXPORT_SYMBOL_GPL vmlinux 0x6815bec2 __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x6822de1a firmware_upload_unregister +EXPORT_SYMBOL_GPL vmlinux 0x682b2797 __bio_release_pages +EXPORT_SYMBOL_GPL vmlinux 0x682ff057 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x683f0732 acpi_subsys_complete +EXPORT_SYMBOL_GPL vmlinux 0x68460527 blkcg_set_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x684cd14c crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0x68650c57 xhci_drop_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x68709c2a _RNvNtNtCsbwHtcUjRN57_6kernel5print14format_strings5EMERG +EXPORT_SYMBOL_GPL vmlinux 0x687fda9d _RNvNtNtNtCs3AkgXgqgK6r_4core7unicode12unicode_data2cc6lookup +EXPORT_SYMBOL_GPL vmlinux 0x68842fa6 mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0x68952493 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x68b1e128 _RNvXs2f_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_16hlist_nulls_headNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x68b2e570 dev_pm_opp_get_max_volt_latency +EXPORT_SYMBOL_GPL vmlinux 0x68ca525b __traceiter_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x68cd48d1 mbox_client_peek_data +EXPORT_SYMBOL_GPL vmlinux 0x68cd6052 _RNvXs7_NtNtCs3AkgXgqgK6r_4core3fmt3numtNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0x68d68d51 regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x68db82dd folio_mkclean +EXPORT_SYMBOL_GPL vmlinux 0x68f333ba synth_event_trace_array +EXPORT_SYMBOL_GPL vmlinux 0x6900686f vcap_find_actionfield +EXPORT_SYMBOL_GPL vmlinux 0x690f585e phy_basic_ports_array +EXPORT_SYMBOL_GPL vmlinux 0x691b9877 _RNvXs2D_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_38maple_node__bindgen_ty_1__bindgen_ty_2NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x691e7a9e __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x6926c3fa vcap_rule_get_counter +EXPORT_SYMBOL_GPL vmlinux 0x6931cab5 _RNvXs3_NtNtCs3AkgXgqgK6r_4core3fmt3numxNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0x693a1b0f edac_device_handle_ce_count +EXPORT_SYMBOL_GPL vmlinux 0x695776c5 seq_buf_do_printk +EXPORT_SYMBOL_GPL vmlinux 0x6957b3c1 pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6961959b irqchip_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x696340a5 __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0x69637b2c __traceiter_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0x6968e174 _RNvXs1v_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15class_irqsave_tNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x696d7e0b l1tf_mitigation +EXPORT_SYMBOL_GPL vmlinux 0x696f2ec3 vcap_is_next_lookup +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x697dd09c sysfs_file_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x6980ce15 _RNvXsv_NtCs3AkgXgqgK6r_4core4charNtB5_13EscapeDefaultNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x698334c1 _RNvXs2_NtNtCs3AkgXgqgK6r_4core3fmt3numlNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0x6990b307 virtqueue_get_desc_addr +EXPORT_SYMBOL_GPL vmlinux 0x69952b99 blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x699a4565 extcon_set_property_sync +EXPORT_SYMBOL_GPL vmlinux 0x69a07f59 __kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x69b93687 _RNvXs4_NtNtCs3AkgXgqgK6r_4core3fmt3numnNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0x69cf0632 mpi_fromstr +EXPORT_SYMBOL_GPL vmlinux 0x69d5b810 pwm_lpss_bsw_info +EXPORT_SYMBOL_GPL vmlinux 0x69e683de uuid_gen +EXPORT_SYMBOL_GPL vmlinux 0x69e83605 mc146818_get_time +EXPORT_SYMBOL_GPL vmlinux 0x69ee2220 linear_range_get_selector_high +EXPORT_SYMBOL_GPL vmlinux 0x69ef4488 fuse_dev_alloc_install +EXPORT_SYMBOL_GPL vmlinux 0x69f36247 pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x6a046dbe blk_mq_sched_mark_restart_hctx +EXPORT_SYMBOL_GPL vmlinux 0x6a05b65b fb_videomode_from_videomode +EXPORT_SYMBOL_GPL vmlinux 0x6a14d3af unregister_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a17a731 _RNvXs52_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15timerqueue_headNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x6a34fe4b _RNvXs1F_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5u16x8NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6a350561 kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x6a41c00d vcap_tc_flower_handler_ipv6_usage +EXPORT_SYMBOL_GPL vmlinux 0x6a421062 memory_failure_queue +EXPORT_SYMBOL_GPL vmlinux 0x6a460dc5 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0x6a4e207c _RNvXsf_NtCs3AkgXgqgK6r_4core3fmteNtB5_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a51673d sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x6a572cc3 _RNvMNtNtCs3AkgXgqgK6r_4core5slice5asciiSh14trim_ascii_end +EXPORT_SYMBOL_GPL vmlinux 0x6a5f58a0 sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x6a6b1663 scsi_free_sgtables +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6a845316 noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x6a856460 __xenmem_reservation_va_mapping_update +EXPORT_SYMBOL_GPL vmlinux 0x6a877141 _RNvXs3_NtCs3AkgXgqgK6r_4core5asciiNtB5_13EscapeDefaultNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6a9e90af ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x6aa14b40 devm_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x6aa2a877 xenbus_printf +EXPORT_SYMBOL_GPL vmlinux 0x6aad9152 xen_set_callback_via +EXPORT_SYMBOL_GPL vmlinux 0x6ac0e1a3 percpu_free_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x6ac8c626 apei_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x6adc2e85 devres_remove +EXPORT_SYMBOL_GPL vmlinux 0x6aec7c09 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x6af5bc97 devl_dpipe_table_resource_set +EXPORT_SYMBOL_GPL vmlinux 0x6af75e56 _RNvXNtNtNtCsbwHtcUjRN57_6kernel4sync4lock5mutexNtB2_12MutexBackendNtB4_7Backend6unlock +EXPORT_SYMBOL_GPL vmlinux 0x6b0dc565 xen_set_irq_priority +EXPORT_SYMBOL_GPL vmlinux 0x6b0e460b usb_wakeup_enabled_descendants +EXPORT_SYMBOL_GPL vmlinux 0x6b0eaa18 hv_ghcb_msr_read +EXPORT_SYMBOL_GPL vmlinux 0x6b0ed8e1 tracing_snapshot_cond_enable +EXPORT_SYMBOL_GPL vmlinux 0x6b1cfb3d gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0x6b2b69f7 static_key_enable +EXPORT_SYMBOL_GPL vmlinux 0x6b35a16b intel_scu_ipc_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x6b365f2d extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b3ae022 acpi_os_unmap_iomem +EXPORT_SYMBOL_GPL vmlinux 0x6b413c9b sfp_link_down +EXPORT_SYMBOL_GPL vmlinux 0x6b54bb86 _RNvXs5_NtNtCs3AkgXgqgK6r_4core3num5errorNtB5_15TryFromIntErrorNtNtB9_5error5Error11description +EXPORT_SYMBOL_GPL vmlinux 0x6b5e75c3 _RNvNvNtNtNtCs3AkgXgqgK6r_4core9core_arch3x864sse219__mm_srli_si128_impl4mask +EXPORT_SYMBOL_GPL vmlinux 0x6b6202e0 sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0x6b71f654 __traceiter_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x6b728741 serial8250_em485_config +EXPORT_SYMBOL_GPL vmlinux 0x6b753a0f trace_output_call +EXPORT_SYMBOL_GPL vmlinux 0x6b786335 trace_get_event_file +EXPORT_SYMBOL_GPL vmlinux 0x6b7a4335 hyperv_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x6b7cab6c regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x6b7e1049 clk_hw_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b85fbac vcap_tc_flower_handler_cvlan_usage +EXPORT_SYMBOL_GPL vmlinux 0x6b8ad995 sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0x6b97bd53 acpi_pci_check_ejectable +EXPORT_SYMBOL_GPL vmlinux 0x6b997c79 iomap_swapfile_activate +EXPORT_SYMBOL_GPL vmlinux 0x6ba15421 _RNvXs8_NtNtCs3AkgXgqgK6r_4core3fmt3nummNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0x6ba2395c fat_attach +EXPORT_SYMBOL_GPL vmlinux 0x6ba36c6a hwpoison_filter_flags_value +EXPORT_SYMBOL_GPL vmlinux 0x6bbbe4c6 hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x6bbd8324 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x6bcdedc0 mpi_point_init +EXPORT_SYMBOL_GPL vmlinux 0x6bd1aa56 stack_trace_save +EXPORT_SYMBOL_GPL vmlinux 0x6bd4d90d _RNvXs3A_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_47folio__bindgen_ty_1__bindgen_ty_1__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x6bd95cf0 fwnode_get_name +EXPORT_SYMBOL_GPL vmlinux 0x6bde973e ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x6bdef35c acpi_ec_mark_gpe_for_wake +EXPORT_SYMBOL_GPL vmlinux 0x6be32967 usb_phy_set_charger_state +EXPORT_SYMBOL_GPL vmlinux 0x6be3a96b hv_remove_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0x6becd00e crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0x6c0a4308 serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x6c1047a8 xenbus_watch_path +EXPORT_SYMBOL_GPL vmlinux 0x6c108fe7 _RNvXs3C_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_19folio__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x6c205008 mpi_print +EXPORT_SYMBOL_GPL vmlinux 0x6c21a72a blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0x6c22bafa kthread_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x6c2a22c4 rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x6c389761 acpi_bus_get_private_data +EXPORT_SYMBOL_GPL vmlinux 0x6c3a5cbb pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x6c3d821e fwnode_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x6c3f70e0 guid_gen +EXPORT_SYMBOL_GPL vmlinux 0x6c43ccc1 _RNvXs3u_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_32page__bindgen_ty_1__bindgen_ty_4NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c5ad0cd kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0x6c655913 register_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6c6aea8b ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0x6c79baf0 _RNvXs1_NtCs3AkgXgqgK6r_4core4charNtB5_13EscapeUnicodeNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6c7b435f mc146818_does_rtc_work +EXPORT_SYMBOL_GPL vmlinux 0x6c8485c2 pci_epc_get_features +EXPORT_SYMBOL_GPL vmlinux 0x6c8a6b21 usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0x6c8b6f89 dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x6c8fb741 perf_event_update_userpage +EXPORT_SYMBOL_GPL vmlinux 0x6c90bf0d fscrypt_fname_encrypted_size +EXPORT_SYMBOL_GPL vmlinux 0x6ca34c91 fwnode_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6ca4c91b crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0x6ca55c8c crypto_akcipher_sync_prep +EXPORT_SYMBOL_GPL vmlinux 0x6ca96cb9 ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x6cb5f319 __rg_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6cb7db6a __SCK__tp_func_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x6cc07a20 devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0x6cde22f3 _RNvXs_NtNtCs3AkgXgqgK6r_4core3num5errorNtB4_15TryFromIntErrorNtNtB8_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6ce47b20 regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x6ce52f4b disk_update_readahead +EXPORT_SYMBOL_GPL vmlinux 0x6cee77b8 device_del +EXPORT_SYMBOL_GPL vmlinux 0x6cf38d4b fwnode_graph_get_remote_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x6cfc963f _RNvXs5x_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15posix_cputimersNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x6cfec108 irq_gc_unmask_enable_reg +EXPORT_SYMBOL_GPL vmlinux 0x6d04891d inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x6d09843f copy_bpf_fprog_from_user +EXPORT_SYMBOL_GPL vmlinux 0x6d0ae550 pinctrl_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x6d104fee skb_append_pagefrags +EXPORT_SYMBOL_GPL vmlinux 0x6d170668 __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x6d20cbf3 fsl_mc_device_group +EXPORT_SYMBOL_GPL vmlinux 0x6d211d05 pm_report_hw_sleep_time +EXPORT_SYMBOL_GPL vmlinux 0x6d2e899d mce_usable_address +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d49c8ed iommu_group_has_isolated_msi +EXPORT_SYMBOL_GPL vmlinux 0x6d6fec1f ktime_mono_to_any +EXPORT_SYMBOL_GPL vmlinux 0x6d7832b7 __stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x6d7b4fe0 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0x6d7e951e rcu_exp_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x6d845e37 register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x6d8726f6 ethnl_cable_test_pulse +EXPORT_SYMBOL_GPL vmlinux 0x6da9ca52 evtchn_make_refcounted +EXPORT_SYMBOL_GPL vmlinux 0x6dbaafd3 put_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6dc686d6 aead_init_geniv +EXPORT_SYMBOL_GPL vmlinux 0x6dd5680d sprint_symbol_build_id +EXPORT_SYMBOL_GPL vmlinux 0x6ddec8fe xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0x6de74009 simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x6decac05 phy_package_leave +EXPORT_SYMBOL_GPL vmlinux 0x6e13d1a6 rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x6e1edb59 _RNvXs1c_NtNtCs3AkgXgqgK6r_4core3fmt3numoNtB8_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6e20df6f _RNvXs8_NtCs3AkgXgqgK6r_4core3ffiNtB5_6VaListNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6e351fa0 dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0x6e353c26 mpi_rshift +EXPORT_SYMBOL_GPL vmlinux 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x6e53aa49 devl_dpipe_headers_register +EXPORT_SYMBOL_GPL vmlinux 0x6e5a9d83 _RNvXsQ_NtNtCs3AkgXgqgK6r_4core3str7patternNtB5_11StrSearcherNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6e701fbf iocb_bio_iopoll +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e8005f7 _RNvXs5A_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_36k_itimer__bindgen_ty_2__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x6e85b00b local_touch_nmi +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6e8dccc0 crypto_register_acomp +EXPORT_SYMBOL_GPL vmlinux 0x6e90fb0c phy_init +EXPORT_SYMBOL_GPL vmlinux 0x6e914514 acpi_dev_irq_flags +EXPORT_SYMBOL_GPL vmlinux 0x6e96aef9 user_read +EXPORT_SYMBOL_GPL vmlinux 0x6e976093 devm_gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0x6ea12d4b devm_pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x6ea78757 acpi_bind_one +EXPORT_SYMBOL_GPL vmlinux 0x6eaff3c8 badblocks_show +EXPORT_SYMBOL_GPL vmlinux 0x6eb04f46 register_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6ebe366f ktime_get_mono_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6ee0657f inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0x6ee656e7 _RNvXs5V_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_13___va_list_tagNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x6ef6b54f ktime_get_boot_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6f070c40 acpi_get_first_physical_node +EXPORT_SYMBOL_GPL vmlinux 0x6f10438e _RNvXs8_NtNtCs3AkgXgqgK6r_4core3fmt3nummNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0x6f12560a get_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6f34bc42 x86_platform +EXPORT_SYMBOL_GPL vmlinux 0x6f37a6b1 dev_pm_genpd_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6f3e3603 skcipher_walk_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x6f447446 dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x6f494b25 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0x6f49e452 rust_begin_unwind +EXPORT_SYMBOL_GPL vmlinux 0x6f686dda _RNvNvMsq_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB7_11NonZeroU12813new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0x6f6a0cae pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0x6f6ad1d2 dm_disk +EXPORT_SYMBOL_GPL vmlinux 0x6f6b52e9 __ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x6f6ec80b _RNvXs6_NtNtCs3AkgXgqgK6r_4core3fmt3numhNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0x6f7568d7 tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x6f7c5c75 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0x6f7c738b irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x6f7ce574 dma_mmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x6f7e6040 irq_has_action +EXPORT_SYMBOL_GPL vmlinux 0x6f8106ff dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0x6f8663a1 device_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x6f8f355a kill_pid_usb_asyncio +EXPORT_SYMBOL_GPL vmlinux 0x6f9079ee thp_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0x6f93e566 __phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0x6f9547bc ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0x6f9563df _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter10debug_list +EXPORT_SYMBOL_GPL vmlinux 0x6f9864fd regulator_get_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0x6f9e763b timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x6facae0e gnttab_dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x6faebb9e pci_epf_unbind +EXPORT_SYMBOL_GPL vmlinux 0x6faeeb31 _RNvXsM_NtNtCs3AkgXgqgK6r_4core3fmt3numtNtB7_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0x6fb40c35 _RNvMs0_NtCsbwHtcUjRN57_6kernel4taskNtB5_4Task14signal_pending +EXPORT_SYMBOL_GPL vmlinux 0x6fb6f20d gnttab_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x6fc35aa7 soc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x6fc55b1d rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x6fc9c93b irq_domain_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x6fcef6ab ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0x6fe5310f regmap_mmio_attach_clk +EXPORT_SYMBOL_GPL vmlinux 0x6ff4cf74 regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6ffce680 x86_cpu_has_min_microcode_rev +EXPORT_SYMBOL_GPL vmlinux 0x6ffe6515 _RNvXsm_NtCs3AkgXgqgK6r_4core3numxNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x7000786c _RNvXs34_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_9srcu_nodeNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x7006586e iommu_get_group_resv_regions +EXPORT_SYMBOL_GPL vmlinux 0x700b9300 sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x70149587 devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x701f6ba2 _RNvXsa_NtCsbwHtcUjRN57_6kernel3strNtB5_9FormatterNtNtNtCs3AkgXgqgK6r_4core3ops5deref5Deref5deref +EXPORT_SYMBOL_GPL vmlinux 0x7034d8e4 devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0x70473324 power_supply_external_power_changed +EXPORT_SYMBOL_GPL vmlinux 0x704a2a2f xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0x70576fee acpi_processor_ffh_cstate_probe +EXPORT_SYMBOL_GPL vmlinux 0x70588eab _RNvNtCs3AkgXgqgK6r_4core3fmt5write +EXPORT_SYMBOL_GPL vmlinux 0x7068ee1c class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x706d044d serdev_device_close +EXPORT_SYMBOL_GPL vmlinux 0x706dd95f synth_event_trace_end +EXPORT_SYMBOL_GPL vmlinux 0x7073c04f phy_10_100_features_array +EXPORT_SYMBOL_GPL vmlinux 0x70743206 blk_mq_flush_busy_ctxs +EXPORT_SYMBOL_GPL vmlinux 0x7076f099 __devm_irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x7077f568 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter9alternate +EXPORT_SYMBOL_GPL vmlinux 0x707899c8 fsverity_verify_bio +EXPORT_SYMBOL_GPL vmlinux 0x707efdd3 tracing_snapshot_cond +EXPORT_SYMBOL_GPL vmlinux 0x707fee2d _RNvXsu_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_15static_key_trueNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x70985173 xenbus_free_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x709dcf6c xenbus_watch_pathfmt +EXPORT_SYMBOL_GPL vmlinux 0x70a0a244 dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x70c1e7f4 dev_pm_opp_find_level_ceil +EXPORT_SYMBOL_GPL vmlinux 0x70c2c7ea pids_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x70c52dc5 nf_skb_duplicated +EXPORT_SYMBOL_GPL vmlinux 0x70c6d827 mc146818_set_time +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70ddde1d devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0x70e4ac32 serial8250_em485_start_tx +EXPORT_SYMBOL_GPL vmlinux 0x70f3ed4b uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x70f43a6e vc_scrolldelta_helper +EXPORT_SYMBOL_GPL vmlinux 0x70f820da md_start +EXPORT_SYMBOL_GPL vmlinux 0x70fbae4d cppc_allow_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7113d52a bsg_job_put +EXPORT_SYMBOL_GPL vmlinux 0x71156478 xhci_add_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x7119d6d7 rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0x71207451 acpi_dev_resource_io +EXPORT_SYMBOL_GPL vmlinux 0x7129a6f4 osc_sb_native_usb4_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x713575ab pci_epc_linkdown +EXPORT_SYMBOL_GPL vmlinux 0x713b0e66 dev_pm_opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0x713bc130 usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x7149b4e9 acpi_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0x714a7815 _RNvXs4_NtCs3AkgXgqgK6r_4core4timeNtB5_8DurationINtNtNtB7_3ops5arith3MulmE3mul +EXPORT_SYMBOL_GPL vmlinux 0x715a294d hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0x715f957f md_bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x7162cf33 sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0x7168f9c1 lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0x71724493 mctrl_gpio_enable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x7181db30 atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x71822abf _RNvXse_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3impxNtB9_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x7189e387 iomap_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x718a2f2b fsnotify_init_mark +EXPORT_SYMBOL_GPL vmlinux 0x718a5aba _RNvXs1a_NtNtCs3AkgXgqgK6r_4core3fmt3numoNtB8_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0x718da942 fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0x718f211d __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x7195940a mctrl_gpio_disable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x719e17ff clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x71a01a0b ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x71b6cf94 dst_cache_reset_now +EXPORT_SYMBOL_GPL vmlinux 0x71bb7ae0 _RNvXs2o_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_9page_fragNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x71c059d8 __traceiter_map +EXPORT_SYMBOL_GPL vmlinux 0x71eca01c gpiochip_line_is_valid +EXPORT_SYMBOL_GPL vmlinux 0x71edf3a3 gpiochip_irqchip_irq_valid +EXPORT_SYMBOL_GPL vmlinux 0x71f0a701 _RNvNtNtCs3AkgXgqgK6r_4core5slice5index31slice_start_index_overflow_fail +EXPORT_SYMBOL_GPL vmlinux 0x721ed734 virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x722313a7 spi_get_device_match_data +EXPORT_SYMBOL_GPL vmlinux 0x722b5ce0 __traceiter_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x722ca271 irq_chip_mask_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0x723dc5ec __thermal_zone_get_trip +EXPORT_SYMBOL_GPL vmlinux 0x7265f2b0 pci_vpd_check_csum +EXPORT_SYMBOL_GPL vmlinux 0x726be00e irq_domain_alloc_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x7274e624 usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0x72750287 max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x7279480b fwnode_graph_get_endpoint_by_id +EXPORT_SYMBOL_GPL vmlinux 0x7282ecb6 rcu_async_hurry +EXPORT_SYMBOL_GPL vmlinux 0x7283161b percpu_ref_switch_to_percpu +EXPORT_SYMBOL_GPL vmlinux 0x72976681 input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0x72ae1839 base64_decode +EXPORT_SYMBOL_GPL vmlinux 0x72b8e987 serdev_device_set_parity +EXPORT_SYMBOL_GPL vmlinux 0x72bb8814 __fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0x72d267dc nvmem_del_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0x72d8c5ce hte_ts_get +EXPORT_SYMBOL_GPL vmlinux 0x72db9318 badblocks_check +EXPORT_SYMBOL_GPL vmlinux 0x72ecc76f _RNvXs4Y_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_9kmsan_ctxNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x72f0b8d5 netdev_sw_irq_coalesce_default_on +EXPORT_SYMBOL_GPL vmlinux 0x72f2e4c4 pci_free_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x72f7d5f1 irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x7301f5f2 serdev_device_write_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x73079ad7 device_add_software_node +EXPORT_SYMBOL_GPL vmlinux 0x730a37ff pci_doe +EXPORT_SYMBOL_GPL vmlinux 0x731dba7a xen_domain_type +EXPORT_SYMBOL_GPL vmlinux 0x73214bb3 lwtunnel_encap_del_ops +EXPORT_SYMBOL_GPL vmlinux 0x73221272 dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x732852fe xenbus_transaction_end +EXPORT_SYMBOL_GPL vmlinux 0x732f77c8 rio_free_net +EXPORT_SYMBOL_GPL vmlinux 0x733ec33e __SCT__tp_func_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x73478865 vp_modern_set_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x734b0ca3 devm_regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x735c7b9a sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0x737070a4 _RNvXsc_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3implNtB9_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x7373a7a3 __device_reset +EXPORT_SYMBOL_GPL vmlinux 0x7381287f trace_handle_return +EXPORT_SYMBOL_GPL vmlinux 0x7387d228 pci_d3cold_disable +EXPORT_SYMBOL_GPL vmlinux 0x738fe32b amd_get_nodes_per_socket +EXPORT_SYMBOL_GPL vmlinux 0x739bcd3e device_create_managed_software_node +EXPORT_SYMBOL_GPL vmlinux 0x73a17b4f __traceiter_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73aa7d48 genphy_c45_loopback +EXPORT_SYMBOL_GPL vmlinux 0x73b72ced gov_attr_set_put +EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x73cc8631 oiap +EXPORT_SYMBOL_GPL vmlinux 0x73d9f31d fpu_alloc_guest_fpstate +EXPORT_SYMBOL_GPL vmlinux 0x73e071de _RNvXs5_NtCsd8lEp9MQdN2_5alloc5allocNtB5_6GlobalNtNtCs3AkgXgqgK6r_4core3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x73e53a8a sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0x73e6d67b device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x73f9866c pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0x73fb070a _RNvXsa_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_32ftrace_branch_data__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x7405c35e smp_ops +EXPORT_SYMBOL_GPL vmlinux 0x74112a36 ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0x741a6ebc devlink_unregister +EXPORT_SYMBOL_GPL vmlinux 0x741d17b3 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0x741eb654 _RNvXs4C_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10local_apicNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x7429297b interval_tree_span_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x743f50ca _RNvXs3v_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_6i16x16NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x7444e1a3 gnttab_batch_copy +EXPORT_SYMBOL_GPL vmlinux 0x74457e56 apei_resources_fini +EXPORT_SYMBOL_GPL vmlinux 0x744b9f78 __mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0x744dc5a0 dax_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0x744e07c8 dev_pm_clear_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x74513804 acpi_data_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x7452adff user_return_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x7455abd6 crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0x7473f1cb _RNvXs3W_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_12vma_iteratorNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x747947b8 xenbus_dev_probe +EXPORT_SYMBOL_GPL vmlinux 0x7479d225 register_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x747df5f1 devm_hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0x7481f89a dev_coredumpv +EXPORT_SYMBOL_GPL vmlinux 0x74858bed _RNvXs1s_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10tracepointNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x748ecbdd ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x74a1d3b6 _RNvNtCs3AkgXgqgK6r_4core5ascii14escape_default +EXPORT_SYMBOL_GPL vmlinux 0x74b5ea68 lcm_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x74b9d620 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter5align +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74bee033 ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0x74bf2e01 scsi_pr_type_to_block +EXPORT_SYMBOL_GPL vmlinux 0x74c653f8 _RNvXs1w_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_26fxregs_state__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x74c7bffa stack_trace_snprint +EXPORT_SYMBOL_GPL vmlinux 0x74cfa37e housekeeping_affine +EXPORT_SYMBOL_GPL vmlinux 0x74d355e1 devm_phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0x74d42632 mas_empty_area +EXPORT_SYMBOL_GPL vmlinux 0x74df379d acpi_driver_match_device +EXPORT_SYMBOL_GPL vmlinux 0x74e4a854 ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0x74e73871 housekeeping_overridden +EXPORT_SYMBOL_GPL vmlinux 0x74f0230a devm_thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x74f0e0c3 dma_vunmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x74f4b0d1 __SCK__tp_func_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x74fcfabf device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0x750c016e scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0x750fa3ed acpi_cppc_processor_probe +EXPORT_SYMBOL_GPL vmlinux 0x75133f6e visitor128 +EXPORT_SYMBOL_GPL vmlinux 0x7513dd19 devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7514f101 pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x751d2e97 bpf_log +EXPORT_SYMBOL_GPL vmlinux 0x75211ae5 __SCK__tp_func_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x7521afb6 leave_mm +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x7523e0f7 __xdp_rxq_info_reg +EXPORT_SYMBOL_GPL vmlinux 0x752ad8ba sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0x7533611f _RNvXsy_NtNtCs3AkgXgqgK6r_4core3fmt3numjNtB7_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x7541b99b gpiochip_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x754cd5a2 pinctrl_pm_select_sleep_state +EXPORT_SYMBOL_GPL vmlinux 0x754e8f5b devm_pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x7551453f sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x75514dde shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0x7555aa35 tpm_chip_register +EXPORT_SYMBOL_GPL vmlinux 0x755b1b29 pinctrl_utils_add_map_mux +EXPORT_SYMBOL_GPL vmlinux 0x755e3b5b gov_attr_set_init +EXPORT_SYMBOL_GPL vmlinux 0x7561b66e device_property_present +EXPORT_SYMBOL_GPL vmlinux 0x75726a72 ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0x7576d40f crypto_unregister_rngs +EXPORT_SYMBOL_GPL vmlinux 0x75774152 regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0x75784d90 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0x757c1bbb housekeeping_any_cpu +EXPORT_SYMBOL_GPL vmlinux 0x757d2fd1 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0x7586e533 _RNvXs4l_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB6_10NonZeroI16NtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x7587f806 bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x75894a0b devl_param_value_changed +EXPORT_SYMBOL_GPL vmlinux 0x75940904 cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0x7596e9ee _RNvXs3j_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5u64x4NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x75975205 _proc_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x759bfe36 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0x759ce550 phy_speed_up +EXPORT_SYMBOL_GPL vmlinux 0x759e0035 __SCK__tp_func_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x75a3e800 regulator_set_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x75a750e4 vcap_rule_rem_key +EXPORT_SYMBOL_GPL vmlinux 0x75af4aa5 devm_memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x75be4312 scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x75c27d64 _RNvXs31_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5u8x32NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x75c69429 _RNvXs0_NtNtCs3AkgXgqgK6r_4core5alloc6layoutNtB5_11LayoutErrorNtNtB9_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x75c6c3f9 _RNvXs3n_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_60page__bindgen_ty_1__bindgen_ty_1__bindgen_ty_1__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x75ceaf42 _RNvXs1_NtCsbwHtcUjRN57_6kernel5errorNtB5_5ErrorINtNtCs3AkgXgqgK6r_4core7convert4FromNtNtNtBO_3num5error15TryFromIntErrorE4from +EXPORT_SYMBOL_GPL vmlinux 0x75d0262e of_hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0x75d0e7d4 icc_disable +EXPORT_SYMBOL_GPL vmlinux 0x75d7678c crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0x75d82cf4 usb_get_maximum_ssp_rate +EXPORT_SYMBOL_GPL vmlinux 0x75dd8b20 regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x75e0650d sk_psock_init +EXPORT_SYMBOL_GPL vmlinux 0x75e0e0b0 folio_invalidate +EXPORT_SYMBOL_GPL vmlinux 0x75e8806b dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x75e88407 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x75e97a63 regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0x75e9c735 pci_ats_disabled +EXPORT_SYMBOL_GPL vmlinux 0x75f35b6e _RNvXs2w_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_14maple_range_64NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x75f7af84 device_link_del +EXPORT_SYMBOL_GPL vmlinux 0x75fadcef acpi_get_psd_map +EXPORT_SYMBOL_GPL vmlinux 0x75fcb80c _RNvMNtCs3AkgXgqgK6r_4core3f64d7next_up +EXPORT_SYMBOL_GPL vmlinux 0x76033cf2 sched_set_fifo +EXPORT_SYMBOL_GPL vmlinux 0x76129a7d __SCK__tp_func_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x76218957 _RNvXs3U_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_9mm_structNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x762640ab __SCT__tp_func_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x762a9ada __traceiter_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x76319e06 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x764ab2d0 pinctrl_pm_select_idle_state +EXPORT_SYMBOL_GPL vmlinux 0x764c4898 mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0x764ca732 devl_dpipe_table_unregister +EXPORT_SYMBOL_GPL vmlinux 0x764eff28 elv_rqhash_add +EXPORT_SYMBOL_GPL vmlinux 0x76517f03 interval_tree_span_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0x7656410c mpi_sub +EXPORT_SYMBOL_GPL vmlinux 0x765da20a gnttab_pages_set_private +EXPORT_SYMBOL_GPL vmlinux 0x765f8830 __SCT__tp_func_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x7660b834 netdev_walk_all_lower_dev +EXPORT_SYMBOL_GPL vmlinux 0x7660c194 dev_pm_set_dedicated_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x7665a95b idr_remove +EXPORT_SYMBOL_GPL vmlinux 0x76676d52 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x76754609 _RNvXs1Y_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15class_preempt_tNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7695a965 pinctrl_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0x769cefb5 percpu_ref_switch_to_atomic +EXPORT_SYMBOL_GPL vmlinux 0x76a84c58 pm_runtime_suspended_time +EXPORT_SYMBOL_GPL vmlinux 0x76b000cb devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x76c386e9 dm_put +EXPORT_SYMBOL_GPL vmlinux 0x76d9b876 clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x76e85b92 gnttab_request_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x76eb2663 tpm_tis_remove +EXPORT_SYMBOL_GPL vmlinux 0x76eeeb0f sha384_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x76f3ed78 devm_spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x76f72fc2 fuse_dev_install +EXPORT_SYMBOL_GPL vmlinux 0x76fb3c31 hv_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0x77069d57 rust_helper_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0x77077b4a pci_epc_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x77083d58 udp_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0x770a5ae9 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x770d8f15 screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0x770e32d6 fwnode_device_is_available +EXPORT_SYMBOL_GPL vmlinux 0x7712771a unbind_from_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x771c3d20 _RNvXs3f_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11arch_uprobeNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x771c9afa ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x77222306 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x772b0f64 __wake_up_pollfree +EXPORT_SYMBOL_GPL vmlinux 0x772f6da6 fscrypt_ioctl_get_nonce +EXPORT_SYMBOL_GPL vmlinux 0x7732b28f __hwspin_trylock +EXPORT_SYMBOL_GPL vmlinux 0x7732bb1a devlink_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7737d488 bdev_discard_alignment +EXPORT_SYMBOL_GPL vmlinux 0x77389754 srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x77457c56 __devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x77522cf6 sbitmap_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0x7757b51a clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x77665abd cgroup_get_from_fd +EXPORT_SYMBOL_GPL vmlinux 0x776dbee7 usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x777cb077 _RNvXs13_NtNtCs3AkgXgqgK6r_4core4sync6atomicNtB6_11AtomicUsizeNtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x777eafd2 _RNvXs0_NtNtCs3AkgXgqgK6r_4core5panic8locationNtB5_8LocationNtNtB9_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x7784ee7b _RNvXss_NtNtCs3AkgXgqgK6r_4core3ffi5c_strNtB5_22FromBytesUntilNulErrorNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x778e4396 _RNvXsk_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3impsNtB9_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x7791e066 dw_pcie_read +EXPORT_SYMBOL_GPL vmlinux 0x779324d3 _RNvXs5F_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10rv_reactorNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x77ad8cee devm_i2c_add_adapter +EXPORT_SYMBOL_GPL vmlinux 0x77ae495d usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0x77bd8a61 regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x77cf0f59 l3mdev_link_scope_lookup +EXPORT_SYMBOL_GPL vmlinux 0x77d85245 pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x77e396fe set_secondary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x77e62e23 _RNvXsr_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3impiNtB9_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x77e75be3 sfp_bus_put +EXPORT_SYMBOL_GPL vmlinux 0x77ecf68d memalloc_socks_key +EXPORT_SYMBOL_GPL vmlinux 0x77f24400 perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x77f7daf4 devm_ioremap_uc +EXPORT_SYMBOL_GPL vmlinux 0x7802d0f4 blkg_conf_init +EXPORT_SYMBOL_GPL vmlinux 0x78035878 scsi_internal_device_block_nowait +EXPORT_SYMBOL_GPL vmlinux 0x78041b8f byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x7819b045 __traceiter_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x78288346 iomap_file_buffered_write_punch_delalloc +EXPORT_SYMBOL_GPL vmlinux 0x7829e605 led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0x782adb74 hpet_rtc_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x782b153f rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0x7847c621 sfp_parse_support +EXPORT_SYMBOL_GPL vmlinux 0x784fa974 platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x78523128 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0x78537c41 _RNvMNtNtCs3AkgXgqgK6r_4core3num5errorNtB2_15TryFromIntError13___description +EXPORT_SYMBOL_GPL vmlinux 0x785a93b4 si_mem_available +EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x788855de ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0x788bfbad ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0x7895aa3b invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x789c73d9 rcu_cpu_stall_suppress_at_boot +EXPORT_SYMBOL_GPL vmlinux 0x78b3ead3 mctp_register_netdev +EXPORT_SYMBOL_GPL vmlinux 0x78b8ac5b dm_table_set_type +EXPORT_SYMBOL_GPL vmlinux 0x78bab66b irq_force_affinity +EXPORT_SYMBOL_GPL vmlinux 0x78bf2fed sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0x78c40ee2 unregister_fprobe +EXPORT_SYMBOL_GPL vmlinux 0x78ccd389 pinctrl_find_gpio_range_from_pin_nolock +EXPORT_SYMBOL_GPL vmlinux 0x78d12896 dev_pm_opp_enable +EXPORT_SYMBOL_GPL vmlinux 0x78ddb76b dmi_match +EXPORT_SYMBOL_GPL vmlinux 0x78e16162 __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x78e7f239 trace_remove_event_call +EXPORT_SYMBOL_GPL vmlinux 0x78f45afb bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x790be0b9 usb_bus_idr +EXPORT_SYMBOL_GPL vmlinux 0x791108e2 sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0x7915cee5 do_machine_check +EXPORT_SYMBOL_GPL vmlinux 0x7916343c __SCT__tp_func_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0x791748c8 adxl_decode +EXPORT_SYMBOL_GPL vmlinux 0x7918d817 memory_failure +EXPORT_SYMBOL_GPL vmlinux 0x792caef5 virtio_config_changed +EXPORT_SYMBOL_GPL vmlinux 0x792d9648 screen_glyph_unicode +EXPORT_SYMBOL_GPL vmlinux 0x792da7df crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0x792fe347 usb_phy_set_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x7936435b nf_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x7937c172 usb_device_match_id +EXPORT_SYMBOL_GPL vmlinux 0x793ac193 __SCT__tp_func_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x79470a2c TSS_authhmac +EXPORT_SYMBOL_GPL vmlinux 0x794b7271 orderly_reboot +EXPORT_SYMBOL_GPL vmlinux 0x794bf314 devl_rate_nodes_destroy +EXPORT_SYMBOL_GPL vmlinux 0x794cdad2 metadata_dst_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0x7960d882 sysfs_update_groups +EXPORT_SYMBOL_GPL vmlinux 0x796f3854 devm_hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0x79818b7d acpi_get_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0x7989c673 crypto_unregister_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x798b7682 klist_prev +EXPORT_SYMBOL_GPL vmlinux 0x7991fd8d crash_vmclear_loaded_vmcss +EXPORT_SYMBOL_GPL vmlinux 0x7997e1c3 usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0x799a424e thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0x799d837f __usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x79bb2b9a dispatch_hid_bpf_device_event +EXPORT_SYMBOL_GPL vmlinux 0x79bc842c usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x79c1b400 rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0x79c28325 device_match_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x79d2de79 bpf_prog_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x79d7b2a6 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x79d81fa3 _RNvXsG_NtNtCs3AkgXgqgK6r_4core3fmt3numhNtB7_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x79daf4de __SCT__tp_func_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x79dafa34 __mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x79defbe1 kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x79e58aa4 pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0x79ef6cd8 _RNvXs5o_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_28kernel_siginfo__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x79f1aa44 find_iova +EXPORT_SYMBOL_GPL vmlinux 0x79f54fd6 __netif_set_xps_queue +EXPORT_SYMBOL_GPL vmlinux 0x79f697e4 lzorle1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x79f9a321 udp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0x7a08d63c usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0x7a1522cf perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7a2cbaad relay_close +EXPORT_SYMBOL_GPL vmlinux 0x7a316963 irq_chip_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0x7a3f16a2 devl_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7a47be21 _RNvXs31_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10rcu_cblistNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x7a57cc58 blk_crypto_evict_key +EXPORT_SYMBOL_GPL vmlinux 0x7a5f43d1 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x7a607503 __SCK__tp_func_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x7a655f68 acpi_processor_claim_cst_control +EXPORT_SYMBOL_GPL vmlinux 0x7a6cf6b9 kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0x7a73e605 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7a7ec4a9 dm_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x7a80a5b0 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x7a81541b async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x7a98f4b4 copy_from_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0x7a9e4c23 software_node_register_node_group +EXPORT_SYMBOL_GPL vmlinux 0x7aa15ba7 device_attach +EXPORT_SYMBOL_GPL vmlinux 0x7ac1254b local_clock +EXPORT_SYMBOL_GPL vmlinux 0x7ac34bcb bus_register +EXPORT_SYMBOL_GPL vmlinux 0x7ac722bd phy_all_ports_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7acf8a13 sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0x7ad02a41 asn1_encode_tag +EXPORT_SYMBOL_GPL vmlinux 0x7ad1ded1 pinctrl_register_mappings +EXPORT_SYMBOL_GPL vmlinux 0x7ad40be9 _RNvMs3_NtCs3AkgXgqgK6r_4core3numi14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0x7ae16654 _RNvMs_NtNtCs3AkgXgqgK6r_4core3num3fmtNtB4_9Formatted3len +EXPORT_SYMBOL_GPL vmlinux 0x7ae21023 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0x7ae41549 __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0x7ae6c42e devm_kasprintf +EXPORT_SYMBOL_GPL vmlinux 0x7aebcd68 genphy_c45_read_mdix +EXPORT_SYMBOL_GPL vmlinux 0x7afa50e1 usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x7afcb7db __kprobe_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x7b0a0bce gpiochip_populate_parent_fwspec_twocell +EXPORT_SYMBOL_GPL vmlinux 0x7b0ee7b2 _RNvXs51_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15timerqueue_nodeNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x7b14910c virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0x7b2035f2 hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x7b207a35 devfreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7b396921 devfreq_event_disable_edev +EXPORT_SYMBOL_GPL vmlinux 0x7b43da53 _RNvXs7_NtNtCs3AkgXgqgK6r_4core3ffi5c_strNtB5_4CStrNtNtB9_3cmp3Ord3cmp +EXPORT_SYMBOL_GPL vmlinux 0x7b451acf acpi_device_fix_up_power_children +EXPORT_SYMBOL_GPL vmlinux 0x7b46146d key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0x7b5452b8 acpi_unregister_gsi +EXPORT_SYMBOL_GPL vmlinux 0x7b59f0fe vring_notification_data +EXPORT_SYMBOL_GPL vmlinux 0x7b5a4926 sha1_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x7b6f9536 acpi_register_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x7b745d27 acpi_dev_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x7b76edc8 serdev_controller_remove +EXPORT_SYMBOL_GPL vmlinux 0x7b781c58 pci_msix_can_alloc_dyn +EXPORT_SYMBOL_GPL vmlinux 0x7b783db3 irq_chip_mask_parent +EXPORT_SYMBOL_GPL vmlinux 0x7b8910f4 kfence_sample_interval +EXPORT_SYMBOL_GPL vmlinux 0x7b8e52d5 mptcp_pm_get_add_addr_accept_max +EXPORT_SYMBOL_GPL vmlinux 0x7b90d1a9 bind_virq_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7b9793a2 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x7ba219d0 pci_ims_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x7ba74afc rust_helper_get_task_struct +EXPORT_SYMBOL_GPL vmlinux 0x7bb045a7 __request_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x7bb3fa18 vcap_rule_add_action_bit +EXPORT_SYMBOL_GPL vmlinux 0x7bb5e869 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0x7bbf3653 tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0x7bc1ae8b trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0x7bd28e3e pci_epc_init_notify +EXPORT_SYMBOL_GPL vmlinux 0x7bd4fef2 xfrm_get_translator +EXPORT_SYMBOL_GPL vmlinux 0x7bd7ca77 clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x7bd85064 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x7beb8776 __skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x7bf50db9 devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7bf86244 synth_event_create +EXPORT_SYMBOL_GPL vmlinux 0x7c024c0f pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x7c02964a _RNvXs4K_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11rhlist_headNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x7c0dda20 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x7c178191 _RNvXs3q_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_32page__bindgen_ty_1__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x7c1bfc54 __percpu_down_read +EXPORT_SYMBOL_GPL vmlinux 0x7c1dfe8c iommu_sva_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0x7c20b6a0 load_direct_gdt +EXPORT_SYMBOL_GPL vmlinux 0x7c23c8a7 phy_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0x7c291e86 show_rcu_tasks_trace_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0x7c33df99 rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x7c3d8a4b icc_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x7c4138b5 _RNvXsO_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_31edd_device_params__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x7c4ba50b acpi_create_platform_device +EXPORT_SYMBOL_GPL vmlinux 0x7c615e73 gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x7c687fa1 fib6_get_table +EXPORT_SYMBOL_GPL vmlinux 0x7c7b2d91 _RNvXs4i_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB6_11NonZeroU128NtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x7c7d1fa4 devlink_port_attrs_set +EXPORT_SYMBOL_GPL vmlinux 0x7c86273f fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0x7c96e5c3 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0x7c983a5d dmi_walk +EXPORT_SYMBOL_GPL vmlinux 0x7c9a7371 clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0x7ca35bcf crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x7ca64a0b __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x7ca9977c strp_stop +EXPORT_SYMBOL_GPL vmlinux 0x7cb00171 acpi_device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x7cb1aea1 devlink_dpipe_header_ethernet +EXPORT_SYMBOL_GPL vmlinux 0x7cb803de btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0x7cbe6ed9 fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0x7cc490c8 msi_unlock_descs +EXPORT_SYMBOL_GPL vmlinux 0x7cc84d98 from_vfsgid +EXPORT_SYMBOL_GPL vmlinux 0x7cceaf92 zs_pool_stats +EXPORT_SYMBOL_GPL vmlinux 0x7cd43801 da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7cd7ba1d kernel_read_file_from_fd +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cfba8c4 devres_add +EXPORT_SYMBOL_GPL vmlinux 0x7d00c65b nd_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x7d0e1d95 hv_setup_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0x7d1bb1d4 tnum_strn +EXPORT_SYMBOL_GPL vmlinux 0x7d2dd42d __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0x7d30f9be serdev_device_remove +EXPORT_SYMBOL_GPL vmlinux 0x7d345667 _RNvXs0_NtNtCs3AkgXgqgK6r_4core3ffi5c_strNtB5_4CStrNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x7d35fb1b dm_table_device_name +EXPORT_SYMBOL_GPL vmlinux 0x7d4ddb62 of_devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d7a5cef x86_vector_domain +EXPORT_SYMBOL_GPL vmlinux 0x7db49a64 xen_register_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x7dba0503 pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0x7dc5547f gpiochip_line_is_open_source +EXPORT_SYMBOL_GPL vmlinux 0x7dcb227f _RNvMNtCs3AkgXgqgK6r_4core3f64d8classify +EXPORT_SYMBOL_GPL vmlinux 0x7dcb881d spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7dcbff29 _RNvMs_NtCs3AkgXgqgK6r_4core3nums14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0x7dd52cd3 _RNvXs17_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_23paravirt_patch_templateNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x7dd7e8ef __devm_intel_scu_ipc_register +EXPORT_SYMBOL_GPL vmlinux 0x7dd9923b crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7de39e07 phy_basic_t1_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7de65a03 acpi_lpat_free_conversion_table +EXPORT_SYMBOL_GPL vmlinux 0x7de6cc23 io_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x7defc870 gnttab_end_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0x7e198e74 _RNvXsb_NtNtCs3AkgXgqgK6r_4core3fmt3numjNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0x7e1ac248 pcie_reset_flr +EXPORT_SYMBOL_GPL vmlinux 0x7e1e2ffb usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0x7e393317 switchdev_handle_port_obj_del_foreign +EXPORT_SYMBOL_GPL vmlinux 0x7e3bdecd __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0x7e45c20a dev_pm_domain_attach +EXPORT_SYMBOL_GPL vmlinux 0x7e55ba46 clk_register_composite +EXPORT_SYMBOL_GPL vmlinux 0x7e5db80b pstore_name_to_type +EXPORT_SYMBOL_GPL vmlinux 0x7e62434d platform_bus +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e6ea3ac set_primary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x7e75f76e phy_select_page +EXPORT_SYMBOL_GPL vmlinux 0x7e7a47c9 pci_acpi_clear_companion_lookup_hook +EXPORT_SYMBOL_GPL vmlinux 0x7e7d0ae5 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7e7e3f58 ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7e7fedcd sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0x7e82c9c9 _RNvXsN_NtNtCs3AkgXgqgK6r_4core3fmt3numtNtB7_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0x7e8d8619 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0x7e973f8e virtqueue_get_used_addr +EXPORT_SYMBOL_GPL vmlinux 0x7e9fbb3a thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x7ea75c24 __wake_up_locked_key_bookmark +EXPORT_SYMBOL_GPL vmlinux 0x7ea861a5 bpf_prog_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7eaefb80 iommu_report_device_fault +EXPORT_SYMBOL_GPL vmlinux 0x7eb808d0 add_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7eb84e01 scsi_template_proc_dir +EXPORT_SYMBOL_GPL vmlinux 0x7ec11327 ata_acpi_stm +EXPORT_SYMBOL_GPL vmlinux 0x7ec211bb _RNvXs4N_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_8rhltableNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x7ec4c158 dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x7ec4e9c3 _RNvXs1X_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_16preempt_notifierNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x7ec5f89a _RNvXs8_NtNtCs3AkgXgqgK6r_4core3fmt3nummNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0x7ecbb7e6 __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x7ecfac1b regmap_fields_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x7eda3504 i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x7ede834e _RNvNvNtNtNtCs3AkgXgqgK6r_4core9core_arch3x864avx219__mm256_bslli_epi1284mask +EXPORT_SYMBOL_GPL vmlinux 0x7eea6b8b pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0x7eff68c5 _RNvXs3G_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_19folio__bindgen_ty_3NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x7f11e77e __traceiter_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x7f14da44 ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0x7f2234fc dst_blackhole_redirect +EXPORT_SYMBOL_GPL vmlinux 0x7f24340b __traceiter_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x7f3f6196 __traceiter_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x7f3f7c9f tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0x7f4eabd1 _RNvNtCs3AkgXgqgK6r_4core9panicking18panic_bounds_check +EXPORT_SYMBOL_GPL vmlinux 0x7f6cee89 rhashtable_free_and_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7f7b4fd6 _RNvXs1W_NtNtCs3AkgXgqgK6r_4core3str4iterNtB6_13EscapeDefaultNtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x7f7cbc64 ip_tunnel_need_metadata +EXPORT_SYMBOL_GPL vmlinux 0x7f823bc8 ip6_route_input_lookup +EXPORT_SYMBOL_GPL vmlinux 0x7f84f35d rcu_gp_slow_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7f861243 register_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x7f8839d6 i2c_acpi_get_i2c_resource +EXPORT_SYMBOL_GPL vmlinux 0x7f8dd5a8 fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0x7f982c98 __fscrypt_prepare_link +EXPORT_SYMBOL_GPL vmlinux 0x7f99957b mdiobus_c45_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x7f9b1879 osc_cpc_flexible_adr_space_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x7f9dd25c xen_unregister_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x7fa6bd3f xenbus_setup_ring +EXPORT_SYMBOL_GPL vmlinux 0x7fa96509 erst_get_record_id_next +EXPORT_SYMBOL_GPL vmlinux 0x7fbdabda _RNvXsm_NtNtCs3AkgXgqgK6r_4core3ffi5c_strNtB5_25FromBytesWithNulErrorKindNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x7fcb8d0b cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x7fd21446 genphy_c45_pma_read_abilities +EXPORT_SYMBOL_GPL vmlinux 0x7fdb8400 _RNvXs3_NtCsbwHtcUjRN57_6kernel5errorNtB5_5ErrorINtNtCs3AkgXgqgK6r_4core7convert4FromNtNtCsd8lEp9MQdN2_5alloc11collections15TryReserveErrorE4from +EXPORT_SYMBOL_GPL vmlinux 0x7fe7e7ab _RNvXs5_NtNtCs3AkgXgqgK6r_4core3fmt3numiNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0x7ff3ae25 msg_zerocopy_put_abort +EXPORT_SYMBOL_GPL vmlinux 0x7ff5d4a2 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x7ffebc36 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x80037a07 pci_msi_unmask_irq +EXPORT_SYMBOL_GPL vmlinux 0x8004df0e ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x8008c067 ip_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0x80151afa gpiochip_line_is_persistent +EXPORT_SYMBOL_GPL vmlinux 0x8016d3c2 perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0x801ff74a acpi_spi_count_resources +EXPORT_SYMBOL_GPL vmlinux 0x8046712e divider_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0x8052fc31 skb_splice_bits +EXPORT_SYMBOL_GPL vmlinux 0x8055c8ad lwtunnel_state_alloc +EXPORT_SYMBOL_GPL vmlinux 0x80662ca3 sfp_register_socket +EXPORT_SYMBOL_GPL vmlinux 0x807766ea usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x807a1771 l3mdev_ifindex_lookup_by_table_id +EXPORT_SYMBOL_GPL vmlinux 0x807b7312 da903x_update +EXPORT_SYMBOL_GPL vmlinux 0x807fdcc4 call_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x80856fa9 _RNvXs39_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_20atomic_notifier_headNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x808a8088 handle_guest_split_lock +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x8092a71c iommu_fwspec_add_ids +EXPORT_SYMBOL_GPL vmlinux 0x80a095d8 scatterwalk_ffwd +EXPORT_SYMBOL_GPL vmlinux 0x80a66850 _RNvXsn_NtCs3AkgXgqgK6r_4core4charNtB5_11ToUppercaseNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x80bb02e2 _RNvXs2_NtNtCs3AkgXgqgK6r_4core3fmt3numlNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0x80c0758d crypto_hash_alg_has_setkey +EXPORT_SYMBOL_GPL vmlinux 0x80c68137 nf_log_buf_close +EXPORT_SYMBOL_GPL vmlinux 0x80ca1d7a blk_crypto_register +EXPORT_SYMBOL_GPL vmlinux 0x80cb706c blk_mq_quiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x80ce3028 ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80dbc2e8 _RNvXsa_NtCs3AkgXgqgK6r_4core7convertNtB5_10InfallibleNtNtB7_5clone5Clone5clone +EXPORT_SYMBOL_GPL vmlinux 0x80ed906d cgrp_dfl_root +EXPORT_SYMBOL_GPL vmlinux 0x80f4d6bf xdp_rxq_info_unreg +EXPORT_SYMBOL_GPL vmlinux 0x80fddb36 __devm_clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x8100d0b4 _RNvXs1_NtNtCs3AkgXgqgK6r_4core3str5lossyNtB5_10Utf8ChunksNtNtNtNtB9_4iter6traits8iterator8Iterator4next +EXPORT_SYMBOL_GPL vmlinux 0x810ff344 blk_queue_zone_write_granularity +EXPORT_SYMBOL_GPL vmlinux 0x8110a73a cond_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x8117bcbc _RNvXsd_NtCs3AkgXgqgK6r_4core4timeNtB5_21TryFromFloatSecsErrorNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x8118caef regulator_find_closest_bigger +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x81221cad amd_nb_num +EXPORT_SYMBOL_GPL vmlinux 0x813182ab rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x813562e2 pci_epf_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8143fa52 led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x814dad7c blk_mq_alloc_sq_tag_set +EXPORT_SYMBOL_GPL vmlinux 0x81512a37 crypto_alloc_acomp +EXPORT_SYMBOL_GPL vmlinux 0x815588a6 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x815ceecf i2c_new_smbus_alert_device +EXPORT_SYMBOL_GPL vmlinux 0x815fda83 sed_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x816a41ca cpufreq_update_limits +EXPORT_SYMBOL_GPL vmlinux 0x817aa5c7 spi_controller_dma_map_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0x8180cede asn1_encode_sequence +EXPORT_SYMBOL_GPL vmlinux 0x81829331 dax_layout_busy_page_range +EXPORT_SYMBOL_GPL vmlinux 0x8190a5e4 page_cache_ra_unbounded +EXPORT_SYMBOL_GPL vmlinux 0x81952c3e _RNvXsa_NtCs3AkgXgqgK6r_4core4charNtB5_11ToLowercaseNtNtNtNtB7_4iter6traits8iterator8Iterator9size_hint +EXPORT_SYMBOL_GPL vmlinux 0x819d72cb klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x81a0dec1 led_set_brightness_sync +EXPORT_SYMBOL_GPL vmlinux 0x81a0dfb5 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0x81a7f541 percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x81aea5f4 __fscrypt_prepare_rename +EXPORT_SYMBOL_GPL vmlinux 0x81af9d4e serial8250_get_port +EXPORT_SYMBOL_GPL vmlinux 0x81c62c03 _RNvXs2x_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15maple_arange_64NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x81d30433 _RNvXs4c_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11mem_sectionNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x81d84124 uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0x81dd0ee1 vcap_set_tc_exterr +EXPORT_SYMBOL_GPL vmlinux 0x81e2bdf4 generic_handle_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x81e98c0f usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0x81ea5537 xenbus_match +EXPORT_SYMBOL_GPL vmlinux 0x81eae5d3 usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x81f372a2 unregister_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x81fa2637 blk_revalidate_disk_zones +EXPORT_SYMBOL_GPL vmlinux 0x82092899 badrange_forget +EXPORT_SYMBOL_GPL vmlinux 0x821c5307 usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0x82226c53 pinctrl_unregister_mappings +EXPORT_SYMBOL_GPL vmlinux 0x82378b18 dev_pm_opp_config_clks_simple +EXPORT_SYMBOL_GPL vmlinux 0x823eae06 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x824a1bcd _RNvXs1z_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5u8x16NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x824d64ca __trace_array_puts +EXPORT_SYMBOL_GPL vmlinux 0x82536df9 tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x8256ce63 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0x82574af5 switchdev_handle_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x825ac036 vp_modern_queue_address +EXPORT_SYMBOL_GPL vmlinux 0x826677e5 _RNvMNtCsbwHtcUjRN57_6kernel5errorNtB2_5Error4name +EXPORT_SYMBOL_GPL vmlinux 0x8269e71d battery_hook_unregister +EXPORT_SYMBOL_GPL vmlinux 0x827e61f8 acpi_has_watchdog +EXPORT_SYMBOL_GPL vmlinux 0x828d417d dmi_kobj +EXPORT_SYMBOL_GPL vmlinux 0x828e22f4 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0x829f9253 spi_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0x82a65383 regulator_set_pull_down_regmap +EXPORT_SYMBOL_GPL vmlinux 0x82cbe54b __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x82cef23f handle_fasteoi_nmi +EXPORT_SYMBOL_GPL vmlinux 0x82d1bada fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82dc749a tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x82e513c6 trace_array_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0x82ef205a net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x82f28b35 __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0x8302a1cc _RNvMNtCs3AkgXgqgK6r_4core3f32f13classify_bits +EXPORT_SYMBOL_GPL vmlinux 0x830dec99 _RNvXs0_NtNtCs3AkgXgqgK6r_4core3fmt3numaNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0x830ff141 _RNvXs6_NtCs3AkgXgqgK6r_4core4timeNtB5_8DurationINtNtNtB7_3ops5arith9MulAssignmE10mul_assign +EXPORT_SYMBOL_GPL vmlinux 0x83278631 device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x83284a2b device_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x8328673f uv_bios_get_master_nasid +EXPORT_SYMBOL_GPL vmlinux 0x8333fbbc usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x8335ca43 __SCT__tp_func_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x8339df73 klist_add_behind +EXPORT_SYMBOL_GPL vmlinux 0x833db948 pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x833e49dd i2c_acpi_waive_d0_probe +EXPORT_SYMBOL_GPL vmlinux 0x8341893b devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x8349a895 nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x8353dfff acpi_os_get_iomem +EXPORT_SYMBOL_GPL vmlinux 0x836d652f poll_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x8371fdf8 nfs42_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0x83856432 _RNvXsF_NtNtCs3AkgXgqgK6r_4core3str7patternNtB5_12CharSearcherNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x839c7864 __vfs_setxattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x83a65d83 synth_event_trace +EXPORT_SYMBOL_GPL vmlinux 0x83ad4417 _RNvXsd_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB5_4u8x4NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x83bd4d4b irq_create_mapping_affinity +EXPORT_SYMBOL_GPL vmlinux 0x83c7dacd power_supply_put +EXPORT_SYMBOL_GPL vmlinux 0x83cbffa4 fscrypt_drop_inode +EXPORT_SYMBOL_GPL vmlinux 0x83d6daaf regmap_get_max_register +EXPORT_SYMBOL_GPL vmlinux 0x83e20ae5 xhci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x83edb68b wbt_enable_default +EXPORT_SYMBOL_GPL vmlinux 0x83f3624d platform_irq_count +EXPORT_SYMBOL_GPL vmlinux 0x840a84b7 dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x84106f36 devlink_trap_ctx_priv +EXPORT_SYMBOL_GPL vmlinux 0x8425b9c3 xas_split_alloc +EXPORT_SYMBOL_GPL vmlinux 0x84264ced fs_umode_to_ftype +EXPORT_SYMBOL_GPL vmlinux 0x842b8fc6 scsi_build_sense +EXPORT_SYMBOL_GPL vmlinux 0x842f046d usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x843144b2 device_move +EXPORT_SYMBOL_GPL vmlinux 0x843d70ef acpi_is_root_bridge +EXPORT_SYMBOL_GPL vmlinux 0x84502a47 blk_status_to_errno +EXPORT_SYMBOL_GPL vmlinux 0x8451102b _RNvXs2l_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5f32x4NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x8462cb62 atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0x846e925d ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x8474b2d1 pci_epc_multi_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x8488edc3 devlink_to_dev +EXPORT_SYMBOL_GPL vmlinux 0x84891755 __hwspin_lock_timeout +EXPORT_SYMBOL_GPL vmlinux 0x848e3bd0 blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x849853de sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x84ab7a80 iommu_device_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x84abf725 vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL vmlinux 0x84b268cf sn_coherency_id +EXPORT_SYMBOL_GPL vmlinux 0x84ba50f5 palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0x84e504ce _RNvXs3Z_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_13lru_gen_folioNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x84ec03ee _RNvNtCs3AkgXgqgK6r_4core3str19slice_error_fail_ct +EXPORT_SYMBOL_GPL vmlinux 0x84ef27f5 synth_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x84f48fcf ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x84f98b55 destroy_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x84ffe0d4 _RNvXs6_NtNtCs3AkgXgqgK6r_4core3fmt3numhNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0x8506baa8 clk_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x850743f6 agp_remove_bridge +EXPORT_SYMBOL_GPL vmlinux 0x850bb6db devlink_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x85142df4 sbitmap_queue_init_node +EXPORT_SYMBOL_GPL vmlinux 0x851aaff6 _RNvXs7_NtNtCs3AkgXgqgK6r_4core3fmt3numtNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0x851e6003 usb_phy_roothub_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x852e4a92 md_bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x85329672 fpu_swap_kvm_fpstate +EXPORT_SYMBOL_GPL vmlinux 0x854f1068 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x85540ebc nvmem_cell_put +EXPORT_SYMBOL_GPL vmlinux 0x855c0685 ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x8568da5e mptcp_get_reset_option +EXPORT_SYMBOL_GPL vmlinux 0x856c1936 devm_spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x8570ae1c sysfs_create_link_nowarn +EXPORT_SYMBOL_GPL vmlinux 0x857cac71 watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x858e2628 dax_holder +EXPORT_SYMBOL_GPL vmlinux 0x858f6db1 _RNvXs5t_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_21syscall_user_dispatchNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x859708b2 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0x85aab9ef devlink_net +EXPORT_SYMBOL_GPL vmlinux 0x85b15444 arch_set_max_freq_ratio +EXPORT_SYMBOL_GPL vmlinux 0x85bfc5f9 __SCT__tp_func_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x85cb2c45 xen_has_pv_devices +EXPORT_SYMBOL_GPL vmlinux 0x85d7edfd hpet_set_periodic_freq +EXPORT_SYMBOL_GPL vmlinux 0x85de8cab _RNvXs5f_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_24___sifields__bindgen_ty_5NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x85eed1be iopf_queue_discard_partial +EXPORT_SYMBOL_GPL vmlinux 0x85efae4b _RNvNvMNtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB4_9NonZeroU813new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0x85f69cf0 ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0x8603cefa irq_create_fwspec_mapping +EXPORT_SYMBOL_GPL vmlinux 0x86109981 sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0x8613a864 fuse_conn_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8614c154 _RNvXs2l_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15pcpu_group_infoNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x861522bc _RNvXs1t_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_17bpf_raw_event_mapNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x86169f3e amd_smn_write +EXPORT_SYMBOL_GPL vmlinux 0x861a7a70 fscrypt_dummy_policies_equal +EXPORT_SYMBOL_GPL vmlinux 0x862258db timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x86286c6d _RNvXsb_NtCs3AkgXgqgK6r_4core5errorNtNtNtB7_4char7convert14ParseCharErrorNtB5_5Error11description +EXPORT_SYMBOL_GPL vmlinux 0x862bb17b linear_range_values_in_range_array +EXPORT_SYMBOL_GPL vmlinux 0x862c3744 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x864f8b17 md_stop +EXPORT_SYMBOL_GPL vmlinux 0x86585a33 devlink_fmsg_obj_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x86623fd7 notify_remote_via_irq +EXPORT_SYMBOL_GPL vmlinux 0x86700220 acpi_get_cpuid +EXPORT_SYMBOL_GPL vmlinux 0x8677245d unregister_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8677f369 pvclock_get_pvti_cpu0_va +EXPORT_SYMBOL_GPL vmlinux 0x867d2188 _RNvXs9_NtNtCs3AkgXgqgK6r_4core3fmt3numyNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0x86871b40 devlink_info_version_stored_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x868a7db6 fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x8696808c phy_gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x86ac5528 _RNvXsr_NtNtCs3AkgXgqgK6r_4core9core_simd5maskslNtNtB5_6sealed6Sealed2eq +EXPORT_SYMBOL_GPL vmlinux 0x86b011d8 __rust_realloc +EXPORT_SYMBOL_GPL vmlinux 0x86b13d2a usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x86b99f98 _RNvMNtCs3AkgXgqgK6r_4core3f64d9next_down +EXPORT_SYMBOL_GPL vmlinux 0x86be89cd rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0x86bfe06a _RNvXsm_NtCs3AkgXgqgK6r_4core4charNtB5_11ToLowercaseNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x86c1b06b _RNvXs2F_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10maple_nodeNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x86c43a8c cper_estatus_check +EXPORT_SYMBOL_GPL vmlinux 0x86d6425f irq_gc_set_wake +EXPORT_SYMBOL_GPL vmlinux 0x86d98e60 ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x86dc9906 usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0x86e0d713 usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f85114 net_dec_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x86fcea3f virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0x8704d1fa thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x870a9f5d fscrypt_prepare_symlink +EXPORT_SYMBOL_GPL vmlinux 0x870e16b7 xen_test_irq_shared +EXPORT_SYMBOL_GPL vmlinux 0x87258a37 mas_store +EXPORT_SYMBOL_GPL vmlinux 0x872d4f7c __SCT__tp_func_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x8730ed0d dev_pm_opp_is_turbo +EXPORT_SYMBOL_GPL vmlinux 0x8731fb7f _RNvXs25_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_18___call_single_dataNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x8735ed3d irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x875e5b2f cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0x876c7bd1 dm_internal_suspend_noflush +EXPORT_SYMBOL_GPL vmlinux 0x87716e26 irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x87788682 disk_set_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0x87812fe1 pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0x87827987 crypto_create_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x87862677 acpi_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x87908767 xas_clear_mark +EXPORT_SYMBOL_GPL vmlinux 0x879d2f8d usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x87a3fab2 _RNvXs4Q_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10ipc_kludgeNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x87b210d0 clkdev_create +EXPORT_SYMBOL_GPL vmlinux 0x87b499b0 dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0x87d1b08d _RNvXs_NtNtNtCs3AkgXgqgK6r_4core4iter6traits7collectuINtB4_6ExtenduE10extend_one +EXPORT_SYMBOL_GPL vmlinux 0x87d942ca _RNvXs3_NtNtCs3AkgXgqgK6r_4core9core_simd7swizzleNtB5_5WhichNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x87dd7845 _RNvXs2X_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_12delayed_workNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x87e64181 amd_nb_has_feature +EXPORT_SYMBOL_GPL vmlinux 0x87f34e99 disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x880bcd7d edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL vmlinux 0x880f5a2d regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0x8815a92e _RNvXs2y_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11maple_allocNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x8838c643 alloc_dax_region +EXPORT_SYMBOL_GPL vmlinux 0x883a0dfc nfs_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0x884e21bc scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x885528a6 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x886be40b _RNvXs4d_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15scale_freq_dataNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x886dbccf vchan_tx_submit +EXPORT_SYMBOL_GPL vmlinux 0x888720e4 _RNvXs5Q_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11rcu_specialNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x88975e03 usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0x88a0c62e _RNvXs4P_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15rhashtable_iterNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x88a2749f devfreq_get_devfreq_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x88a5aa2e user_destroy +EXPORT_SYMBOL_GPL vmlinux 0x88a72d3d _RNvXs5_NtNtCs3AkgXgqgK6r_4core3fmt3numiNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88ae7109 _RNvMs0_NtCsbwHtcUjRN57_6kernel4taskNtB5_4Task12group_leader +EXPORT_SYMBOL_GPL vmlinux 0x88b4ae92 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x88b5862d unregister_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0x88c79eed crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0x88c83665 balloon_page_list_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x88cce6a0 xas_find_marked +EXPORT_SYMBOL_GPL vmlinux 0x88d05b75 bpf_trace_run12 +EXPORT_SYMBOL_GPL vmlinux 0x88df4696 strp_check_rcv +EXPORT_SYMBOL_GPL vmlinux 0x88e1c6b0 acpi_cppc_processor_exit +EXPORT_SYMBOL_GPL vmlinux 0x88ef0ff8 ethtool_params_from_link_mode +EXPORT_SYMBOL_GPL vmlinux 0x88f85d40 devm_of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x88fac4e8 xhci_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x8904d309 _RNvXs3t_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_46page__bindgen_ty_1__bindgen_ty_4__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x890962fd tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x890d7058 usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0x890f4f97 __kprobe_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x890fa0fa btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0x8912fcf4 _RNvXsg_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3impjNtB9_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x891a5a7f gnttab_max_grant_frames +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x89252b15 devm_gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x892f9f04 __SCT__tp_func_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x8935126c fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x8936d56e devm_regulator_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x893abbdd devlink_fmsg_u32_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x893c5ddb unlock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x89493fca bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0x896130d5 debugfs_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x896c00f0 dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0x896edad7 _RNvXs3Q_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_14vm_area_structNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x89792d54 sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x899b4e05 apply_to_existing_page_range +EXPORT_SYMBOL_GPL vmlinux 0x899ee50f usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0x89a42940 _RNvXs2_NtCs3AkgXgqgK6r_4core4charNtB5_13EscapeDefaultNtNtNtNtB7_4iter6traits8iterator8Iterator3nth +EXPORT_SYMBOL_GPL vmlinux 0x89ae7aa0 rsa_parse_pub_key +EXPORT_SYMBOL_GPL vmlinux 0x89bb3891 led_init_default_state_get +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89d2a6fb ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0x89dbcebf modify_ftrace_direct_nolock +EXPORT_SYMBOL_GPL vmlinux 0x89de3845 folio_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x89e1ec9d acpi_get_subsystem_id +EXPORT_SYMBOL_GPL vmlinux 0x89e340cf acpi_bus_get_ejd +EXPORT_SYMBOL_GPL vmlinux 0x89e83aab __udp_enqueue_schedule_skb +EXPORT_SYMBOL_GPL vmlinux 0x89ea6560 __SCK__tp_func_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x8a08d2ed fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x8a14b6dc component_compare_dev +EXPORT_SYMBOL_GPL vmlinux 0x8a24426c sk_msg_zerocopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x8a382d0d _RNvXsj_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB5_5u16x2NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x8a3f5a01 is_dock_device +EXPORT_SYMBOL_GPL vmlinux 0x8a3f84ba linear_range_get_selector_low +EXPORT_SYMBOL_GPL vmlinux 0x8a45a555 acpi_unregister_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x8a46cb6c mc146818_avoid_UIP +EXPORT_SYMBOL_GPL vmlinux 0x8a5697c3 xdp_return_buff +EXPORT_SYMBOL_GPL vmlinux 0x8a58f332 usb_alloc_dev +EXPORT_SYMBOL_GPL vmlinux 0x8a5b1021 dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0x8a5c1029 __SCT__tp_func_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0x8a62b81b sfp_upstream_stop +EXPORT_SYMBOL_GPL vmlinux 0x8a64b520 _RNvXs35_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10srcu_usageNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x8a665bfa numa_nearest_node +EXPORT_SYMBOL_GPL vmlinux 0x8a6ec6c5 acpi_subsys_freeze +EXPORT_SYMBOL_GPL vmlinux 0x8a75f386 dev_queue_xmit_nit +EXPORT_SYMBOL_GPL vmlinux 0x8a77444a _RNvNvMs3_NtNtCs3AkgXgqgK6r_4core3ffi5c_strNtB7_4CStr8from_ptr9strlen_rt +EXPORT_SYMBOL_GPL vmlinux 0x8a7cb9c4 platform_thermal_package_rate_control +EXPORT_SYMBOL_GPL vmlinux 0x8a838ef6 intel_scu_ipc_dev_put +EXPORT_SYMBOL_GPL vmlinux 0x8a83fb45 mpi_point_free_parts +EXPORT_SYMBOL_GPL vmlinux 0x8a95af0a __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x8aa31da3 clocksource_verify_percpu +EXPORT_SYMBOL_GPL vmlinux 0x8aa36a30 generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0x8ab35b9b cgroup_get_from_path +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8ac1407b sfp_get_module_eeprom +EXPORT_SYMBOL_GPL vmlinux 0x8ad2cdfe pci_generic_config_read +EXPORT_SYMBOL_GPL vmlinux 0x8ad44d11 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0x8ad50960 cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x8ad5ceb1 __uv_hub_info_list +EXPORT_SYMBOL_GPL vmlinux 0x8aeee8cf pci_ioremap_wc_bar +EXPORT_SYMBOL_GPL vmlinux 0x8b00d558 ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x8b0fa271 fuse_simple_background +EXPORT_SYMBOL_GPL vmlinux 0x8b140c03 _RNvXs7_NtNtCs3AkgXgqgK6r_4core4sync6atomicNtB5_10AtomicBoolNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x8b149c36 clk_is_match +EXPORT_SYMBOL_GPL vmlinux 0x8b1b6d2c ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x8b208ef3 _RNvXs2Z_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15workqueue_attrsNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x8b376e18 virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0x8b3f26af register_btf_kfunc_id_set +EXPORT_SYMBOL_GPL vmlinux 0x8b4149e4 cppc_perf_ctrs_in_pcc +EXPORT_SYMBOL_GPL vmlinux 0x8b41cda6 devm_pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x8b47ea1d __SCT__tp_func_extlog_mem_event +EXPORT_SYMBOL_GPL vmlinux 0x8b4a9770 _RNvXss_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_24static_key__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x8b4ed94c inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0x8b5061be pci_assign_unassigned_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x8b5ce95a usb_set_wireless_status +EXPORT_SYMBOL_GPL vmlinux 0x8b7eeef8 regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0x8b89f01c hv_ghcb_hypercall +EXPORT_SYMBOL_GPL vmlinux 0x8b8cc689 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x8b9200fd lookup_address +EXPORT_SYMBOL_GPL vmlinux 0x8b94f2cd alloc_dax +EXPORT_SYMBOL_GPL vmlinux 0x8b95e6a2 __SCT__tp_func_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x8b9dcf66 devlink_dpipe_match_put +EXPORT_SYMBOL_GPL vmlinux 0x8ba77911 pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x8bafbd50 _RNvXsh_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_17cacheline_paddingNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x8bb23455 wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x8bba2da8 tty_kopen_shared +EXPORT_SYMBOL_GPL vmlinux 0x8bc4fad2 uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0x8bde3682 __vfs_removexattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x8be2efb9 _RNvXsD_NtNtCs3AkgXgqgK6r_4core9core_arch3x86NtB5_8___m128bhNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x8beb5d9b _RNvXs2s_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_14rb_root_cachedNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x8bef2316 pm_clk_remove +EXPORT_SYMBOL_GPL vmlinux 0x8bf9835c usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0x8bfd5c47 pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x8bfd95f0 __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0x8c0215f2 pm_system_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c05725c devm_regulator_bulk_get_enable +EXPORT_SYMBOL_GPL vmlinux 0x8c09cb50 vcap_rule_add_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x8c0ed103 rcu_check_boost_fail +EXPORT_SYMBOL_GPL vmlinux 0x8c20663b power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0x8c3230df nvdimm_bus_check_dimm_count +EXPORT_SYMBOL_GPL vmlinux 0x8c341c48 current_save_fsgs +EXPORT_SYMBOL_GPL vmlinux 0x8c342c71 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0x8c3715b4 _RNvNtNtCs3AkgXgqgK6r_4core7unicode9printable12is_printable +EXPORT_SYMBOL_GPL vmlinux 0x8c42258c usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x8c484409 gnttab_release_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x8c496bc0 attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8c4d2428 mt_prev +EXPORT_SYMBOL_GPL vmlinux 0x8c4fded2 sgx_virt_einit +EXPORT_SYMBOL_GPL vmlinux 0x8c51b036 __dev_fwnode_const +EXPORT_SYMBOL_GPL vmlinux 0x8c64d917 power_supply_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x8c6caf31 regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x8c721978 debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0x8c743fb6 reset_control_status +EXPORT_SYMBOL_GPL vmlinux 0x8c89e3b8 usb_phy_roothub_power_off +EXPORT_SYMBOL_GPL vmlinux 0x8c8cda8d au_platform_setup +EXPORT_SYMBOL_GPL vmlinux 0x8c8d2374 dma_fence_unwrap_first +EXPORT_SYMBOL_GPL vmlinux 0x8c8d449e i2c_client_type +EXPORT_SYMBOL_GPL vmlinux 0x8c98d248 unregister_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x8c9e54d3 devlink_info_version_running_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x8ca21062 _RNvXs3d_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_25arch_uprobe__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x8ca5f824 pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8cb3ef6a _RNvXso_NtNtCs3AkgXgqgK6r_4core9core_arch3x86NtB5_6___m256NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x8cc9d9c8 register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x8ce628e0 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0x8ce7be87 kstrdup_quotable_cmdline +EXPORT_SYMBOL_GPL vmlinux 0x8cf6e6bc mptcp_pm_get_subflows_max +EXPORT_SYMBOL_GPL vmlinux 0x8d0071d1 rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0x8d1df7c9 scsi_host_complete_all_commands +EXPORT_SYMBOL_GPL vmlinux 0x8d1e28ae rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0x8d1eb27b skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d27d4ff device_link_add +EXPORT_SYMBOL_GPL vmlinux 0x8d3330b6 cpuacct_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x8d50f19e irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0x8d51e873 regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x8d522714 __rcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x8d5295d3 _RNvXs1b_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_25__fpstate_32__bindgen_ty_2NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x8d53abfc serdev_device_set_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x8d560b67 xhci_update_hub_device +EXPORT_SYMBOL_GPL vmlinux 0x8d691d13 filemap_migrate_folio +EXPORT_SYMBOL_GPL vmlinux 0x8d711e29 _RNvXs9_NtCs3AkgXgqgK6r_4core4charNtB5_11EscapeDebugNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x8d73f600 __tracepoint_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0x8d7642ac __SCK__tp_func_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0x8d7b8021 is_software_node +EXPORT_SYMBOL_GPL vmlinux 0x8d7e3373 hwpoison_filter_dev_major +EXPORT_SYMBOL_GPL vmlinux 0x8d7fc5e0 iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x8d8f7ee2 syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x8d8fe64b cpufreq_dbs_governor_init +EXPORT_SYMBOL_GPL vmlinux 0x8d908ebf power_supply_get_maintenance_charging_setting +EXPORT_SYMBOL_GPL vmlinux 0x8d928fab tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0x8d97d933 devl_dpipe_headers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8dd218b0 icc_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x8dd3cf4e pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x8dd3d8fb _RNvXs3_NtNtCs3AkgXgqgK6r_4core3fmt3numxNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0x8df3f901 devm_gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x8df533ee get_device +EXPORT_SYMBOL_GPL vmlinux 0x8df9bc61 register_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0x8e0689ce i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x8e14736c _RNvXsp_NtCs3AkgXgqgK6r_4core3numhNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0x8e2d706b tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8e2f7850 __traceiter_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x8e30944a __rg_dealloc +EXPORT_SYMBOL_GPL vmlinux 0x8e321364 __ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x8e3d911b arch_phys_wc_index +EXPORT_SYMBOL_GPL vmlinux 0x8e4eb451 bpf_sk_storage_diag_free +EXPORT_SYMBOL_GPL vmlinux 0x8e6b1a9e net_selftest_get_count +EXPORT_SYMBOL_GPL vmlinux 0x8e6fa8b5 apei_exec_pre_map_gars +EXPORT_SYMBOL_GPL vmlinux 0x8e7da8ab regulator_set_soft_start_regmap +EXPORT_SYMBOL_GPL vmlinux 0x8e7e2780 rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0x8e81105c __SCK__tp_func_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x8e91a9af _RNvXsY_NtNtCs3AkgXgqgK6r_4core4sync6atomicNtB5_11AtomicIsizeNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x8e94cb66 firmware_upload_register +EXPORT_SYMBOL_GPL vmlinux 0x8e9555fe acpi_initialize_hp_context +EXPORT_SYMBOL_GPL vmlinux 0x8e9bd4a3 hv_alloc_hyperv_page +EXPORT_SYMBOL_GPL vmlinux 0x8ea5935c simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x8ead800c user_free_preparse +EXPORT_SYMBOL_GPL vmlinux 0x8eafc893 blk_mq_wait_quiesce_done +EXPORT_SYMBOL_GPL vmlinux 0x8ebc0532 _RNvNtNtCs3AkgXgqgK6r_4core5slice6memchr14memchr_aligned +EXPORT_SYMBOL_GPL vmlinux 0x8ec5ea18 dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0x8ed8579f device_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x8ee727aa rust_helper_init_wait +EXPORT_SYMBOL_GPL vmlinux 0x8eedce2b crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x8eee3399 dax_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x8f00f6d1 vhost_task_start +EXPORT_SYMBOL_GPL vmlinux 0x8f044a4c _RNvXs19_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_13math_emu_infoNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x8f0748af rcu_expedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x8f0b781d iova_domain_init_rcaches +EXPORT_SYMBOL_GPL vmlinux 0x8f157997 power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0x8f1e95dd _RNvXsi_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3impaNtB9_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x8f2eb429 kvm_arch_para_hints +EXPORT_SYMBOL_GPL vmlinux 0x8f2f0936 _RNvXsZ_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB5_4i8x8NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x8f39a4e7 crypto_grab_kpp +EXPORT_SYMBOL_GPL vmlinux 0x8f3f2ac6 espintcp_push_skb +EXPORT_SYMBOL_GPL vmlinux 0x8f46d0a0 _RNvXs6_NtCs3AkgXgqgK6r_4core3cmpNtB5_8OrderingNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x8f58e00a vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x8f5ab121 platform_get_irq_byname_optional +EXPORT_SYMBOL_GPL vmlinux 0x8f5d7818 query_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x8f603067 ghes_estatus_pool_region_free +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f786bee fs_umode_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0x8f7bd0a6 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0x8f83c40c pci_iomap_wc +EXPORT_SYMBOL_GPL vmlinux 0x8f8fb7da crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0x8f97bd81 power_supply_put_battery_info +EXPORT_SYMBOL_GPL vmlinux 0x8f97cef8 iommu_device_unlink +EXPORT_SYMBOL_GPL vmlinux 0x8f9b1627 udp_destruct_common +EXPORT_SYMBOL_GPL vmlinux 0x8fa32785 __tracepoint_extlog_mem_event +EXPORT_SYMBOL_GPL vmlinux 0x8fa5a6ee dev_fetch_sw_netstats +EXPORT_SYMBOL_GPL vmlinux 0x8fa719c5 _RNvMs0_NtNtCs3AkgXgqgK6r_4core3str5lossyNtB5_10Utf8Chunks5debug +EXPORT_SYMBOL_GPL vmlinux 0x8fa9d9e8 __SCT__tp_func_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x8faa800d acpi_cpc_valid +EXPORT_SYMBOL_GPL vmlinux 0x8fbc3b8d _RNvXs3p_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_46page__bindgen_ty_1__bindgen_ty_1__bindgen_ty_2NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x8fbf98a6 acpiphp_register_attention +EXPORT_SYMBOL_GPL vmlinux 0x8fc12788 software_node_unregister_node_group +EXPORT_SYMBOL_GPL vmlinux 0x8fca0669 init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x8fce9143 gnttab_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x8ff60436 mpi_ec_add_points +EXPORT_SYMBOL_GPL vmlinux 0x900b9d5c irq_chip_request_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0x900c9c97 pci_get_dsn +EXPORT_SYMBOL_GPL vmlinux 0x90114321 _RNvXs2_NtCs3AkgXgqgK6r_4core4timeNtB5_8DurationNtNtNtB7_3ops5arith3Sub3sub +EXPORT_SYMBOL_GPL vmlinux 0x90225a8b dma_vmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x9023800f crypto_sig_verify +EXPORT_SYMBOL_GPL vmlinux 0x9024f443 mds_user_clear +EXPORT_SYMBOL_GPL vmlinux 0x90250814 __nvdimm_create +EXPORT_SYMBOL_GPL vmlinux 0x90299ce4 debugfs_create_ulong +EXPORT_SYMBOL_GPL vmlinux 0x902c3ff0 led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0x902d2bd7 fixed_phy_change_carrier +EXPORT_SYMBOL_GPL vmlinux 0x9033d045 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x903b627c list_lru_isolate_move +EXPORT_SYMBOL_GPL vmlinux 0x903f6e44 virtio_device_freeze +EXPORT_SYMBOL_GPL vmlinux 0x906564b7 __traceiter_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0x9073331b _RNvXs_NtNtCs3AkgXgqgK6r_4core3str4iterNtB4_5CharsNtNtB8_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x907771a6 regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0x907929c2 spi_mem_adjust_op_size +EXPORT_SYMBOL_GPL vmlinux 0x907b247b regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x907d4dfe nvdimm_setup_pfn +EXPORT_SYMBOL_GPL vmlinux 0x90819da0 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0x9084b044 clear_page_erms +EXPORT_SYMBOL_GPL vmlinux 0x90892107 _RNvXsS_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_3eddNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x908c9338 led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0x9099483e spi_sync +EXPORT_SYMBOL_GPL vmlinux 0x909cbb83 tracepoint_srcu +EXPORT_SYMBOL_GPL vmlinux 0x90a01520 _RNvNtNtCsbwHtcUjRN57_6kernel5print14format_strings4INFO +EXPORT_SYMBOL_GPL vmlinux 0x90a9d8cc hv_is_hyperv_initialized +EXPORT_SYMBOL_GPL vmlinux 0x90ac064d _RNvXsd_NtCs3AkgXgqgK6r_4core3anyNtB5_6TypeIdNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x90b022da inet_pernet_hashinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0x90c0b4fc devlink_port_fini +EXPORT_SYMBOL_GPL vmlinux 0x90c8498c apei_exec_write_register +EXPORT_SYMBOL_GPL vmlinux 0x90c93ef0 get_net_ns_by_fd +EXPORT_SYMBOL_GPL vmlinux 0x90c9d526 __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x90ca98fa serial8250_read_char +EXPORT_SYMBOL_GPL vmlinux 0x90de0452 platform_thermal_package_notify +EXPORT_SYMBOL_GPL vmlinux 0x91018fbb devl_rate_leaf_destroy +EXPORT_SYMBOL_GPL vmlinux 0x91036dcf usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x9107d224 __SCT__tp_func_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x910bdf6b trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x913bbb8b _RNvXs4_NtNtCs3AkgXgqgK6r_4core3fmt3numnNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0x913ebd32 stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x91440353 __traceiter_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x914b9104 devm_hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0x914c5946 devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x915a6812 cros_ec_cmd +EXPORT_SYMBOL_GPL vmlinux 0x9161202a xhci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9169b655 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0x916b595d serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x91700c54 ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0x917d953b __SCT__tp_func_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x9183bf03 _RNvMNtCs3AkgXgqgK6r_4core3stre14escape_default +EXPORT_SYMBOL_GPL vmlinux 0x91868cb4 _RNvMNtNtCs3AkgXgqgK6r_4core5slice5asciiSh10trim_ascii +EXPORT_SYMBOL_GPL vmlinux 0x9194e18f xenbus_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x91955a9f start_poll_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x91a2d535 _RNvNtNtCs3AkgXgqgK6r_4core10intrinsics3mir11Unreachable +EXPORT_SYMBOL_GPL vmlinux 0x91ad8f56 _RNvXs5L_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_12sched_entityNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x91b0a649 receive_fd +EXPORT_SYMBOL_GPL vmlinux 0x91b32b87 intel_pmic_install_opregion_handler +EXPORT_SYMBOL_GPL vmlinux 0x91b3dcd9 _RNvXsg_NtCs3AkgXgqgK6r_4core7convertNtB5_10InfallibleNtNtB7_3cmp10PartialOrd11partial_cmp +EXPORT_SYMBOL_GPL vmlinux 0x91b70da9 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x91b774a1 mpi_scanval +EXPORT_SYMBOL_GPL vmlinux 0x91b9a4ba e820__mapped_any +EXPORT_SYMBOL_GPL vmlinux 0x91c24022 crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0x91c644a8 sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91cd89ca input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0x91d1734e rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0x91de8cdf _RNvXs1_NtCs3AkgXgqgK6r_4core5arrayNtB5_17TryFromSliceErrorINtNtB7_7convert4FromNtBX_10InfallibleE4from +EXPORT_SYMBOL_GPL vmlinux 0x91ea8726 asn1_encode_boolean +EXPORT_SYMBOL_GPL vmlinux 0x91ec82fd _RNvMs2_NtNtCs3AkgXgqgK6r_4core3fmt8buildersNtB5_10DebugTuple5field +EXPORT_SYMBOL_GPL vmlinux 0x91ef9a00 irq_domain_set_hwirq_and_chip +EXPORT_SYMBOL_GPL vmlinux 0x91f2f4b3 kthread_use_mm +EXPORT_SYMBOL_GPL vmlinux 0x91f87ebb dst_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x920c41de __SCK__tp_func_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x920c6aa1 pm_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x920cd6ac thermal_zone_device_enable +EXPORT_SYMBOL_GPL vmlinux 0x92141343 kvm_async_pf_task_wake +EXPORT_SYMBOL_GPL vmlinux 0x92170121 __tracepoint_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x922d18f0 __SCK__tp_func_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x923b9056 fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0x923e42aa sysfb_disable +EXPORT_SYMBOL_GPL vmlinux 0x9241b358 __static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x9257bafd _RNvXs1M_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_25cpuinfo_x86__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x92596de3 ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0x92609581 _RNvNvNtNtNtCs3AkgXgqgK6r_4core9core_arch3x864sse219__mm_slli_si128_impl4mask +EXPORT_SYMBOL_GPL vmlinux 0x927f7ae0 _RNvXsz_NtNtCs3AkgXgqgK6r_4core3fmt3numjNtB7_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x928d78d8 sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0x92978f3b __tracepoint_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x929e95cf psi_memstall_enter +EXPORT_SYMBOL_GPL vmlinux 0x92a27de4 usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0x92a67df5 nl_table +EXPORT_SYMBOL_GPL vmlinux 0x92b8c78b hyperv_pcpu_output_arg +EXPORT_SYMBOL_GPL vmlinux 0x92ca6aee posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0x92cf74aa vcap_admin_rule_count +EXPORT_SYMBOL_GPL vmlinux 0x92cfd969 usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92e8e9ab fsverity_enqueue_verify_work +EXPORT_SYMBOL_GPL vmlinux 0x92f59667 devfreq_event_get_event +EXPORT_SYMBOL_GPL vmlinux 0x92f846c2 raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x92fb27bd rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0x9303471f _RNvXs5_NtCs3AkgXgqgK6r_4core4charNtB5_13EscapeDefaultNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x93247ece __SCK__tp_func_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x93255b2b ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x932c8d7a linear_range_get_value_array +EXPORT_SYMBOL_GPL vmlinux 0x93335116 led_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0x933589f9 blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0x933f75e0 usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x93531789 _RNvXs25_NtNtCs3AkgXgqgK6r_4core3str4iterNtB6_13EscapeUnicodeNtNtBa_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x935346fe __sbitmap_queue_get +EXPORT_SYMBOL_GPL vmlinux 0x935529cc _RNvXsj_NtCs3AkgXgqgK6r_4core4charNtB5_15CaseMappingIterNtNtNtNtB7_4iter6traits8iterator8Iterator9size_hint +EXPORT_SYMBOL_GPL vmlinux 0x93605e9a vfsgid_in_group_p +EXPORT_SYMBOL_GPL vmlinux 0x9370acb7 mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0x937ba972 _RNvXs4s_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_39local_apic__bindgen_ty_29__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9382b270 aead_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x9389aabd _RNvXs4_NtNtCs3AkgXgqgK6r_4core4char7convertNtB5_14ParseCharErrorNtNtB9_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0x938bb640 tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x938cea08 vp_legacy_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x939b4995 mmc_regulator_disable_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0x93a2f34f _RNvXs55_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_18hrtimer_clock_baseNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x93aaba7c find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x93c1019d ipv6_bpf_stub +EXPORT_SYMBOL_GPL vmlinux 0x93c7edeb usb_find_common_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x93cb2de0 i2c_dw_adjust_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0x93cb70c5 acpi_unbind_one +EXPORT_SYMBOL_GPL vmlinux 0x93d1d424 gnttab_free_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x93d93ee0 power_supply_property_is_writeable +EXPORT_SYMBOL_GPL vmlinux 0x93dc2586 pgprot_writethrough +EXPORT_SYMBOL_GPL vmlinux 0x93e2baa8 fsnotify_put_mark +EXPORT_SYMBOL_GPL vmlinux 0x93ebdf96 mt_next +EXPORT_SYMBOL_GPL vmlinux 0x93edef07 devlink_health_report +EXPORT_SYMBOL_GPL vmlinux 0x93ee5362 devl_assert_locked +EXPORT_SYMBOL_GPL vmlinux 0x93f2bf64 skcipher_walk_async +EXPORT_SYMBOL_GPL vmlinux 0x9400bd3a iopf_queue_flush_dev +EXPORT_SYMBOL_GPL vmlinux 0x9408fcbc pin_get_name +EXPORT_SYMBOL_GPL vmlinux 0x94101376 bio_clone_blkg_association +EXPORT_SYMBOL_GPL vmlinux 0x94160518 __put_task_struct_rcu_cb +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x9423837e crypto_alloc_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x9424058f arch_haltpoll_disable +EXPORT_SYMBOL_GPL vmlinux 0x9425bb34 nvmem_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x9430b198 trace_dump_stack +EXPORT_SYMBOL_GPL vmlinux 0x9436e405 memory_group_register_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x943fc708 xen_setup_shutdown_event +EXPORT_SYMBOL_GPL vmlinux 0x9449c4e9 fscrypt_ioctl_remove_key +EXPORT_SYMBOL_GPL vmlinux 0x944dc852 genphy_c45_aneg_done +EXPORT_SYMBOL_GPL vmlinux 0x944e0f00 xhci_gen_setup +EXPORT_SYMBOL_GPL vmlinux 0x944e8bef max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x9454ac4a __tracepoint_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x94571c96 __regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x9468ea70 schedule_hrtimeout_range_clock +EXPORT_SYMBOL_GPL vmlinux 0x946dd559 sha224_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x9475cd6c _RNvNvNtNtNtCs3AkgXgqgK6r_4core9core_arch3x865ssse315__mm_alignr_epi84mask +EXPORT_SYMBOL_GPL vmlinux 0x947a8b3a __traceiter_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x947a95ce trace_add_event_call +EXPORT_SYMBOL_GPL vmlinux 0x947b40c6 cpu_smt_possible +EXPORT_SYMBOL_GPL vmlinux 0x948234a3 vcap_tc_flower_handler_ethaddr_usage +EXPORT_SYMBOL_GPL vmlinux 0x949b5176 devlink_region_snapshot_create +EXPORT_SYMBOL_GPL vmlinux 0x949b92d8 _copy_mc_to_iter +EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x94a4c689 devm_mipi_dsi_attach +EXPORT_SYMBOL_GPL vmlinux 0x94a8ff9b pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0x94bc8bd7 _RNvXsr_NtCs3AkgXgqgK6r_4core4charNtB5_13EscapeUnicodeNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x94c42f4c __SCK__tp_func_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x94c4fd35 _RNvNvNtNtNtCs3AkgXgqgK6r_4core9core_arch3x868avx512bw19__mm512_bslli_epi1284mask +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x94f4c01b iommu_fwspec_init +EXPORT_SYMBOL_GPL vmlinux 0x94f8c0a5 pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x951a2773 crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x952089fc genphy_c45_read_status +EXPORT_SYMBOL_GPL vmlinux 0x9522795c io_uring_cmd_do_in_task_lazy +EXPORT_SYMBOL_GPL vmlinux 0x9523d501 ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0x953838bc fsverity_get_digest +EXPORT_SYMBOL_GPL vmlinux 0x953b7ce8 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0x953e1b9e ktime_get_real_seconds +EXPORT_SYMBOL_GPL vmlinux 0x954d6b2a irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x95593730 balance_dirty_pages_ratelimited_flags +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x955d83fd pci_p2pmem_publish +EXPORT_SYMBOL_GPL vmlinux 0x956ac400 ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x956e693a _RNvXs6_NtNtCs3AkgXgqgK6r_4core3fmt3numhNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0x956f9e60 devl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x957166d8 regmap_irq_set_type_config_simple +EXPORT_SYMBOL_GPL vmlinux 0x9575e32a nvmem_device_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x957a372f _RNvXs1D_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_16mpx_bndcsr_stateNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x957fc80a _RNvXs3J_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_9vm_regionNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x95843030 mpi_ec_init +EXPORT_SYMBOL_GPL vmlinux 0x958b6224 _RNvXs1_NtCsbwHtcUjRN57_6kernel4taskNtB5_4TaskNtNtB7_5types16AlwaysRefCounted7dec_ref +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x95912d6f dm_report_zones +EXPORT_SYMBOL_GPL vmlinux 0x9593ef31 register_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x959c0cda pci_pr3_present +EXPORT_SYMBOL_GPL vmlinux 0x959ec5f5 call_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x95aa4f73 usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0x95affdaa _RNvNtCs3AkgXgqgK6r_4core9panicking15const_panic_fmt +EXPORT_SYMBOL_GPL vmlinux 0x95bade62 devm_release_action +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95cc6b24 bpf_trace_run6 +EXPORT_SYMBOL_GPL vmlinux 0x95d723f7 _RNvMNtNtCs3AkgXgqgK6r_4core5panic10panic_infoNtB2_9PanicInfo8location +EXPORT_SYMBOL_GPL vmlinux 0x95ee89bf device_match_of_node +EXPORT_SYMBOL_GPL vmlinux 0x95ef1ccc dmi_memdev_size +EXPORT_SYMBOL_GPL vmlinux 0x95f80fac _RNvXs3B_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_33folio__bindgen_ty_1__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x96112073 fixed_phy_register +EXPORT_SYMBOL_GPL vmlinux 0x961286e0 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x9615b005 hv_map_ioapic_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x961f43ef rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x9621d738 alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0x9623c894 virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0x9623fef8 _RNvXNtNtCs3AkgXgqgK6r_4core3fmt8buildersNtB2_15PadAdapterStateNtNtB6_7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x962c8ae1 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x96388a69 nvdimm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x963aa6bd vp_legacy_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0x963fb26b irq_chip_set_vcpu_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0x9643aec4 _RNvXs12_NtNtCs3AkgXgqgK6r_4core3fmt3numyNtB8_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0x9643c7a0 sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0x964c5cc8 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x965a137e crypto_akcipher_sync_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x9660d678 ncsi_vlan_rx_add_vid +EXPORT_SYMBOL_GPL vmlinux 0x9677d3a8 crypto_register_kpp +EXPORT_SYMBOL_GPL vmlinux 0x968f654d bio_iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0x969e9f5c nf_hook_entries_insert_raw +EXPORT_SYMBOL_GPL vmlinux 0x96a55fda list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0x96ab434c i2c_new_scanned_device +EXPORT_SYMBOL_GPL vmlinux 0x96abd8c8 pm_clk_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x96b5ee24 __fscrypt_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x96bd0923 skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x96bff57c get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0x96cf6302 iommu_detach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0x97014bca tpm_is_tpm2 +EXPORT_SYMBOL_GPL vmlinux 0x97046cdc ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x97049bad powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x97102517 netdev_walk_all_lower_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x9714e0bb ktime_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x9718b797 _RNvXs3a_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_22blocking_notifier_headNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x971f5f58 _RNvXsM_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_27restart_block__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x97270685 crypto_sig_sign +EXPORT_SYMBOL_GPL vmlinux 0x9730749d unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x973fbee4 led_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x974a583c _RNvXs47_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_7zonerefNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x974a914b crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0x974f30cd _RNvXs9_NtNtCs3AkgXgqgK6r_4core3fmt3numyNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0x974fccd2 regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x975519c1 asymmetric_key_id_same +EXPORT_SYMBOL_GPL vmlinux 0x97637451 devl_traps_register +EXPORT_SYMBOL_GPL vmlinux 0x97692eab _RNvXsS_NtNtCs3AkgXgqgK6r_4core3fmt3numlNtB7_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0x976ddd61 acpi_match_device +EXPORT_SYMBOL_GPL vmlinux 0x977be5c7 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0x97886d53 _RNvXs5l_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_36sigevent__bindgen_ty_1__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x978e7ca6 _RNvXsH_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_8pcpu_hotNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x978f2b79 dm_internal_suspend_fast +EXPORT_SYMBOL_GPL vmlinux 0x97938d0d _RNvNvMs3_NtNtCs3AkgXgqgK6r_4core3ffi5c_strNtB7_4CStr8from_ptr9strlen_ct +EXPORT_SYMBOL_GPL vmlinux 0x97b28c50 devm_regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x97bd4511 pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0x97c26224 ata_acpi_gtm_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x97c72c4b debugfs_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x97cfcac6 crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97e19906 ZSTD_getErrorCode +EXPORT_SYMBOL_GPL vmlinux 0x97e772ec kthread_cancel_delayed_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x980ba9cb _RNvXs2p_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_20tlbflush_unmap_batchNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x980fcdb8 max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x98107b56 pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x982cb795 kthread_cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x982d1e3b __traceiter_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x98303683 regulator_set_active_discharge_regmap +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x98378a1d cc_mkdec +EXPORT_SYMBOL_GPL vmlinux 0x9843f501 __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0x98465ca8 _RNvXs1C_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_30mpx_bndcsr_state__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x984da541 bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x985453e1 lease_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9858de15 pci_epc_mem_exit +EXPORT_SYMBOL_GPL vmlinux 0x985ffb5f clk_mux_val_to_index +EXPORT_SYMBOL_GPL vmlinux 0x9874f9ad __SCK__tp_func_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x98792fcc pm_wakeup_dev_event +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x988a1a00 sn_region_size +EXPORT_SYMBOL_GPL vmlinux 0x988a388d led_blink_set_nosleep +EXPORT_SYMBOL_GPL vmlinux 0x989074ff kmsg_dump_reason_str +EXPORT_SYMBOL_GPL vmlinux 0x9893100c bpf_trace_run9 +EXPORT_SYMBOL_GPL vmlinux 0x98cd42c9 ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x98cfaaf4 __SCK__tp_func_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x98d3045f _RNvXs4_NtCs3AkgXgqgK6r_4core3fmtNtB5_9ArgumentsNtB5_5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x98e099f3 bpf_sk_storage_diag_put +EXPORT_SYMBOL_GPL vmlinux 0x98ee62b2 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x98f4d306 hyperv_flush_guest_mapping +EXPORT_SYMBOL_GPL vmlinux 0x98f91522 nvdimm_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x9908caa9 _RNvNtCs3AkgXgqgK6r_4core3str19slice_error_fail_rt +EXPORT_SYMBOL_GPL vmlinux 0x9925bc40 dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x992b61fc vcap_chain_offset +EXPORT_SYMBOL_GPL vmlinux 0x9930f8a3 uv_bios_change_memprotect +EXPORT_SYMBOL_GPL vmlinux 0x993ca996 iomap_file_buffered_write +EXPORT_SYMBOL_GPL vmlinux 0x99430ba2 acpi_get_phys_id +EXPORT_SYMBOL_GPL vmlinux 0x994b9751 nvmem_cell_read_u8 +EXPORT_SYMBOL_GPL vmlinux 0x994c2e93 percpu_up_write +EXPORT_SYMBOL_GPL vmlinux 0x9953acdb pkcs7_verify +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x9967b260 rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x99758c35 _RNvXs58_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_7seccompNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x99792861 aead_exit_geniv +EXPORT_SYMBOL_GPL vmlinux 0x997c550a preempt_model_none +EXPORT_SYMBOL_GPL vmlinux 0x9985d018 perf_trace_run_bpf_submit +EXPORT_SYMBOL_GPL vmlinux 0x99869ff7 _RNvXs2O_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_14___kernel_timexNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x998d79d6 x509_decode_time +EXPORT_SYMBOL_GPL vmlinux 0x99a03078 dax_holder_notify_failure +EXPORT_SYMBOL_GPL vmlinux 0x99a2ce73 devm_hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0x99abae43 devm_acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x99b082d1 mmc_cmdq_enable +EXPORT_SYMBOL_GPL vmlinux 0x99b39f07 ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x99bdb7a0 _RNvXsn_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3impmNtB9_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x99d1e4ce uart_console_device +EXPORT_SYMBOL_GPL vmlinux 0x99e3a779 pm_clk_add +EXPORT_SYMBOL_GPL vmlinux 0x99e7eaec da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0x99e7fe34 _RNvNtNtCs3AkgXgqgK6r_4core5slice6memchr7memrchr +EXPORT_SYMBOL_GPL vmlinux 0x99e9f0cc edac_mc_free +EXPORT_SYMBOL_GPL vmlinux 0x99edd531 regulator_bulk_set_supply_names +EXPORT_SYMBOL_GPL vmlinux 0x99f018c4 nvmem_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x99f06813 iommu_page_response +EXPORT_SYMBOL_GPL vmlinux 0x99f20197 _RNvNvMNtCs3AkgXgqgK6r_4core3f32f9from_bits13ct_u32_to_f32 +EXPORT_SYMBOL_GPL vmlinux 0x99f2d00a sysfs_emit_at +EXPORT_SYMBOL_GPL vmlinux 0x99f6ce6b pci_epc_mem_alloc_addr +EXPORT_SYMBOL_GPL vmlinux 0x99f91b2b _RNvXsg_NtNtCs3AkgXgqgK6r_4core4char7convertNtB5_13CharErrorKindNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x99fc4e19 backing_file_real_path +EXPORT_SYMBOL_GPL vmlinux 0x9a003c43 skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a127198 _RNvXs0_NtNtCs3AkgXgqgK6r_4core3fmt3numaNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0x9a12e7df ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0x9a2075ee _RNvMs2_NtNtCs3AkgXgqgK6r_4core3num5errorNtB5_13ParseIntError4kind +EXPORT_SYMBOL_GPL vmlinux 0x9a234adb _RNvXs32_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_13rcu_segcblistNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9a23ea6b alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0x9a2719b5 pm_genpd_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x9a2851ef __SCT__tp_func_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x9a34ef6b sdio_retune_hold_now +EXPORT_SYMBOL_GPL vmlinux 0x9a3d62bc _RNvXs1S_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10tss_structNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9a58dd2d trace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x9a5dce5c rhashtable_walk_start_check +EXPORT_SYMBOL_GPL vmlinux 0x9a640d7f bpf_warn_invalid_xdp_action +EXPORT_SYMBOL_GPL vmlinux 0x9a66f59c fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9a6797c7 fscrypt_set_context +EXPORT_SYMBOL_GPL vmlinux 0x9a7e57b9 irq_set_chained_handler_and_data +EXPORT_SYMBOL_GPL vmlinux 0x9a96e9d4 power_supply_get_property_from_supplier +EXPORT_SYMBOL_GPL vmlinux 0x9a9db2f2 _RNvXs5b_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_24___sifields__bindgen_ty_2NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9aa5e482 blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9aa71c2a efi_query_variable_store +EXPORT_SYMBOL_GPL vmlinux 0x9aaac699 dev_pm_opp_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x9aab1384 crypto_akcipher_sync_post +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9ac63235 device_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x9ac853be devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x9acf31c6 mas_find +EXPORT_SYMBOL_GPL vmlinux 0x9ad55b99 clk_hw_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9aebddab pci_epf_free_space +EXPORT_SYMBOL_GPL vmlinux 0x9af104ea xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0x9af49514 icc_bulk_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x9af67a78 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x9b08a99b input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0x9b16d8a7 _RNvXs6_NtNtCs3AkgXgqgK6r_4core3ffi5c_strNtB5_4CStrNtNtB9_3cmp10PartialOrd11partial_cmp +EXPORT_SYMBOL_GPL vmlinux 0x9b16e4ee phy_gbit_fibre_features +EXPORT_SYMBOL_GPL vmlinux 0x9b1b9bcb __blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x9b354ce7 devm_clk_get_prepared +EXPORT_SYMBOL_GPL vmlinux 0x9b442553 dm_audit_log_ti +EXPORT_SYMBOL_GPL vmlinux 0x9b555c8c pm_suspend_default_s2idle +EXPORT_SYMBOL_GPL vmlinux 0x9b623a3f usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0x9b64a04b _RNvXs3R_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_37mm_struct__bindgen_ty_1__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9b651e51 xenbus_teardown_ring +EXPORT_SYMBOL_GPL vmlinux 0x9b6ec967 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x9b712491 nvmem_add_cell_table +EXPORT_SYMBOL_GPL vmlinux 0x9b751693 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0x9b854544 __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x9b888ad0 __traceiter_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x9b898ff5 _RNvXse_NtCs3AkgXgqgK6r_4core4cellNtB5_11BorrowErrorNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x9b8d6101 strp_done +EXPORT_SYMBOL_GPL vmlinux 0x9b9071cb get_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x9b92d16e pinctrl_gpio_set_config +EXPORT_SYMBOL_GPL vmlinux 0x9b9f3648 pcibios_scan_specific_bus +EXPORT_SYMBOL_GPL vmlinux 0x9b9fb859 ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0x9ba2bb2b gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x9bab0441 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x9bad141d hv_hypercall_pg +EXPORT_SYMBOL_GPL vmlinux 0x9bc021c2 pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x9bcd078b gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x9bdf5cb3 _RNvXs3r_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_46page__bindgen_ty_1__bindgen_ty_2__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9bdf9714 ZSTD_customMalloc +EXPORT_SYMBOL_GPL vmlinux 0x9be30d27 mhp_get_pluggable_range +EXPORT_SYMBOL_GPL vmlinux 0x9be71765 adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0x9be75893 genphy_c45_baset1_read_status +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9bf1aa05 irq_chip_release_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0x9bf8517d msi_next_desc +EXPORT_SYMBOL_GPL vmlinux 0x9c060b60 _RNvXsG_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_22pcpu_hot__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9c35833a static_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x9c399ce2 _RNvXs_NtCsbwHtcUjRN57_6kernel5typesuNtB4_14ForeignOwnable12from_foreign +EXPORT_SYMBOL_GPL vmlinux 0x9c3e2781 __traceiter_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x9c46d663 kthread_flush_worker +EXPORT_SYMBOL_GPL vmlinux 0x9c5d7002 gpiochip_irq_map +EXPORT_SYMBOL_GPL vmlinux 0x9c5fbd95 hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x9c657a5e _RNvXs3_NtNtCs3AkgXgqgK6r_4core3fmt3numxNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0x9c6c7e83 rust_helper_IS_ERR +EXPORT_SYMBOL_GPL vmlinux 0x9c6d0d9a ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0x9c6faf0c inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x9c6febfc add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x9c803020 usb_phy_roothub_power_on +EXPORT_SYMBOL_GPL vmlinux 0x9c805b48 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter9debug_set +EXPORT_SYMBOL_GPL vmlinux 0x9c853369 sk_set_peek_off +EXPORT_SYMBOL_GPL vmlinux 0x9c88f751 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x9c8e2833 smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x9c964c80 free_uid +EXPORT_SYMBOL_GPL vmlinux 0x9c9877db _RNvXs2h_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_16wait_queue_entryNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9c995f3a usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x9c9d5d2a crypto_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x9ca6e11f cper_mem_err_location +EXPORT_SYMBOL_GPL vmlinux 0x9cbaa518 devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9cc72234 platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0x9cd1d13c hsu_dma_do_irq +EXPORT_SYMBOL_GPL vmlinux 0x9cd7551a rhashtable_walk_stop +EXPORT_SYMBOL_GPL vmlinux 0x9cdd6a66 sysctl_long_vals +EXPORT_SYMBOL_GPL vmlinux 0x9ce3b7ba _RNvXsq_NtNtCs3AkgXgqgK6r_4core3fmt3numNtB5_8LowerHexNtB5_12GenericRadix5digit +EXPORT_SYMBOL_GPL vmlinux 0x9ce77582 of_phandle_args_to_fwspec +EXPORT_SYMBOL_GPL vmlinux 0x9cea3944 PageHuge +EXPORT_SYMBOL_GPL vmlinux 0x9cf37c44 __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0x9cf3ad01 __SCK__tp_func_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0x9d09e8ae ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9d14205c cr4_read_shadow +EXPORT_SYMBOL_GPL vmlinux 0x9d2035ac devm_hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9d22fbd5 _RNvXs2v_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_28maple_range_64__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9d26afe1 usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x9d2d3f5b pkcs7_free_message +EXPORT_SYMBOL_GPL vmlinux 0x9d3000b0 dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x9d366f99 page_reporting_register +EXPORT_SYMBOL_GPL vmlinux 0x9d4894c8 x2apic_mode +EXPORT_SYMBOL_GPL vmlinux 0x9d6d4901 irq_domain_disconnect_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x9d6e8234 led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0x9d713b57 iomap_ioend_try_merge +EXPORT_SYMBOL_GPL vmlinux 0x9d725e3b irq_domain_translate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x9d7480e5 crypto_sig_set_privkey +EXPORT_SYMBOL_GPL vmlinux 0x9d8406e3 mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x9d851a8b sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0x9d8b3b2e virtqueue_get_buf_ctx +EXPORT_SYMBOL_GPL vmlinux 0x9d8bb00e set_dax_nocache +EXPORT_SYMBOL_GPL vmlinux 0x9d8efda0 dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x9d972beb tpm_try_get_ops +EXPORT_SYMBOL_GPL vmlinux 0x9d9910a1 atomic_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x9d9f798c dw_pcie_link_up +EXPORT_SYMBOL_GPL vmlinux 0x9da39690 ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0x9da8ad16 ptp_parse_header +EXPORT_SYMBOL_GPL vmlinux 0x9daa6ca3 serdev_device_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x9db5e7a2 _RNvXs0_NtCs3AkgXgqgK6r_4core3anyDNtB5_3AnyNtNtB7_6marker4SendEL_NtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x9dc03ddf _RNvNtNtCsbwHtcUjRN57_6kernel5print14format_strings7WARNING +EXPORT_SYMBOL_GPL vmlinux 0x9ddd7251 ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x9e079a48 ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x9e229c49 sg_alloc_table_chained +EXPORT_SYMBOL_GPL vmlinux 0x9e471abe _RNvXs9_NtNtCs3AkgXgqgK6r_4core3fmt3numyNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e4c5c85 _RNvXs1s_NtNtCs3AkgXgqgK6r_4core3fmt3numnNtB8_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0x9e52f37e vcap_rule_mod_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x9e612ca3 debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x9e6dded7 powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0x9e6f7cf3 _RNvXs_NtCs3AkgXgqgK6r_4core5asciiNtB4_13EscapeDefaultNtNtNtNtB6_4iter6traits12double_ended19DoubleEndedIterator9next_back +EXPORT_SYMBOL_GPL vmlinux 0x9e7c037a _RNvXs56_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_16hrtimer_cpu_baseNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0x9e89144e dma_need_sync +EXPORT_SYMBOL_GPL vmlinux 0x9e988cdf __put_net +EXPORT_SYMBOL_GPL vmlinux 0x9e9b622e posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9e9c4f24 set_dax_nomc +EXPORT_SYMBOL_GPL vmlinux 0x9ec54539 devm_gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x9ec7ea9e _RNvXsJ_NtNtCs3AkgXgqgK6r_4core9core_arch3x86NtB5_8___m512bhNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0x9eca1795 rdev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ed9947e led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0x9eeaa89e mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x9eebdde7 mpi_point_new +EXPORT_SYMBOL_GPL vmlinux 0x9f05add8 __spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x9f08c714 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x9f0ccddc _RNvXst_NtNtCs3AkgXgqgK6r_4core9core_simd5masksxNtNtB5_6sealed6Sealed2eq +EXPORT_SYMBOL_GPL vmlinux 0x9f246ace blk_mq_quiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0x9f315c98 __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0x9f5c6dc2 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x9f70f9e2 hsu_dma_probe +EXPORT_SYMBOL_GPL vmlinux 0x9f72ba1b finish_rcuwait +EXPORT_SYMBOL_GPL vmlinux 0x9f73f4a6 tcp_leave_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0x9f77d130 acpi_device_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x9f81a031 uart_get_rs485_mode +EXPORT_SYMBOL_GPL vmlinux 0x9f8df704 virtio_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x9f8e0ebb usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x9f93f923 usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x9f98d345 sync_blockdev_nowait +EXPORT_SYMBOL_GPL vmlinux 0x9fa4564a timer_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x9fad7cec class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9fb85835 tpm2_get_cc_attrs_tbl +EXPORT_SYMBOL_GPL vmlinux 0x9fbfebab erst_write +EXPORT_SYMBOL_GPL vmlinux 0x9fc1ffe0 skb_complete_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x9fc3f45e __SCK__tp_func_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fd13f26 irq_domain_push_irq +EXPORT_SYMBOL_GPL vmlinux 0x9fe131f1 xen_store_interface +EXPORT_SYMBOL_GPL vmlinux 0x9fe899b7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0x9febf6b5 intel_pinctrl_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x9ff2489d led_blink_set_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x9ffae29f _RNvXsb_NtCs3AkgXgqgK6r_4core7convertNtB5_10InfallibleNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa000ae84 hid_bpf_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0xa00bf6eb _RNvXNvXss_NtCs3AkgXgqgK6r_4core3fmtINtNtBa_4cell7RefCellpENtB8_5Debug3fmtNtB2_19BorrowedPlaceholderBU_3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa01a8d9b nd_cmd_bus_desc +EXPORT_SYMBOL_GPL vmlinux 0xa01c8805 iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xa03644ca _RNvXs9_NtNtCs3AkgXgqgK6r_4core3fmt3numyNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0xa03fa241 dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xa041a619 nf_conn_btf_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xa041de0a devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xa042cc66 raw_v6_match +EXPORT_SYMBOL_GPL vmlinux 0xa045bcf0 _RNvNtNtNtCs3AkgXgqgK6r_4core7unicode12unicode_data9uppercase6lookup +EXPORT_SYMBOL_GPL vmlinux 0xa0473c1c _RNvXs4_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3impxNtB9_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa04f945a cpus_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xa05572df pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0xa0685af8 device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0xa06abf01 switchdev_handle_port_obj_add_foreign +EXPORT_SYMBOL_GPL vmlinux 0xa0736d91 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xa073a7fe regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0xa075ab1f iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xa07d7127 vp_modern_generation +EXPORT_SYMBOL_GPL vmlinux 0xa080c5e5 smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xa090fc57 __virtqueue_unbreak +EXPORT_SYMBOL_GPL vmlinux 0xa098115b __SCT__tp_func_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xa0999ebc nvdimm_region_delete +EXPORT_SYMBOL_GPL vmlinux 0xa09acdce devm_led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa09bbe27 regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xa09c3370 power_supply_get_property +EXPORT_SYMBOL_GPL vmlinux 0xa0a4a5f8 ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xa0a61347 ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0xa0ac394f lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xa0bd1af8 phy_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0xa0c0f1d7 __SCT__tp_func_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0xa0c24015 device_match_devt +EXPORT_SYMBOL_GPL vmlinux 0xa0d3456d nr_swap_pages +EXPORT_SYMBOL_GPL vmlinux 0xa0d81b76 __SCT__tp_func_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xa0e4e9aa gpiochip_irq_domain_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xa0e671d8 __SCT__tp_func_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0xa0f6220c tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0xa0fb7a4d clk_hw_is_prepared +EXPORT_SYMBOL_GPL vmlinux 0xa10c81c6 ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0xa11216be xen_store_domain_type +EXPORT_SYMBOL_GPL vmlinux 0xa117762b devm_gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0xa1234e14 pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0xa1307849 devm_clk_hw_get_clk +EXPORT_SYMBOL_GPL vmlinux 0xa13f2ab2 user_describe +EXPORT_SYMBOL_GPL vmlinux 0xa14984fc _RNvXs26_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_22spinlock__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa156a1f2 erst_get_record_id_end +EXPORT_SYMBOL_GPL vmlinux 0xa15aa816 devm_watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0xa15f3ebb xdp_set_features_flag +EXPORT_SYMBOL_GPL vmlinux 0xa1735d2a devm_namespace_disable +EXPORT_SYMBOL_GPL vmlinux 0xa1773512 _RNvXsC_NtNtCs3AkgXgqgK6r_4core3fmt3numaNtB7_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa1976199 __phy_modify +EXPORT_SYMBOL_GPL vmlinux 0xa19971c9 __traceiter_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0xa199efa3 netlink_strict_get_check +EXPORT_SYMBOL_GPL vmlinux 0xa1a5f914 _RNvXsg_NtCs3AkgXgqgK6r_4core4cellNtB5_14BorrowMutErrorNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa1b2590c _RNvXNtNtCs3AkgXgqgK6r_4core3ops5rangeNtB2_9RangeFullNtNtB6_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa1be02c7 devlink_port_register_with_ops +EXPORT_SYMBOL_GPL vmlinux 0xa1c3f8a8 __SCT__tp_func_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xa1d4054b _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter25debug_tuple_field4_finish +EXPORT_SYMBOL_GPL vmlinux 0xa1d8004a videomode_from_timing +EXPORT_SYMBOL_GPL vmlinux 0xa1dd5d6f crypto_grab_shash +EXPORT_SYMBOL_GPL vmlinux 0xa1df025c _RNvXs4b_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_6u16x32NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa1e423e3 _RNvNtCs3AkgXgqgK6r_4core9panicking5panic +EXPORT_SYMBOL_GPL vmlinux 0xa1e5149b _RNvMs0_NtCs3AkgXgqgK6r_4core3numl14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0xa1f00f3f da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xa1f36e0d nvmem_cell_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0xa2001fdd scsi_block_targets +EXPORT_SYMBOL_GPL vmlinux 0xa2007e2c gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0xa208b5a7 pm_debug_messages_should_print +EXPORT_SYMBOL_GPL vmlinux 0xa20af12f _RNvXs7_NtNtCs3AkgXgqgK6r_4core3fmt3numtNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0xa20d01ba __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xa20d846c perf_aux_output_flag +EXPORT_SYMBOL_GPL vmlinux 0xa21f2ce7 clk_mux_index_to_val +EXPORT_SYMBOL_GPL vmlinux 0xa23e121d bio_poll +EXPORT_SYMBOL_GPL vmlinux 0xa2402218 __traceiter_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0xa2510d42 clk_hw_determine_rate_no_reparent +EXPORT_SYMBOL_GPL vmlinux 0xa25ee393 tcp_abort +EXPORT_SYMBOL_GPL vmlinux 0xa267933b regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa276f9d1 _RNvXsb_NtNtCs3AkgXgqgK6r_4core3fmt3numjNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0xa296d7ce iommu_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa29d4734 dev_pm_qos_update_user_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0xa29e5ce3 kset_find_obj +EXPORT_SYMBOL_GPL vmlinux 0xa2a482a3 devm_platform_ioremap_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0xa2a906d5 fuse_dev_fiq_ops +EXPORT_SYMBOL_GPL vmlinux 0xa2aba214 _RNvXs3_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3impmNtB9_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa2af54b3 irq_from_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xa2b2deaa power_supply_charge_behaviour_show +EXPORT_SYMBOL_GPL vmlinux 0xa2b99209 alarm_start +EXPORT_SYMBOL_GPL vmlinux 0xa2c0f59a ct_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0xa2d0b59d mmio_stale_data_clear +EXPORT_SYMBOL_GPL vmlinux 0xa2d35b83 i2c_dw_validate_speed +EXPORT_SYMBOL_GPL vmlinux 0xa2dcc145 pci_iov_get_pf_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xa2e1b3ef trace_printk_init_buffers +EXPORT_SYMBOL_GPL vmlinux 0xa2e23dd0 driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0xa2f7487f hv_is_hibernation_supported +EXPORT_SYMBOL_GPL vmlinux 0xa3034ad0 dw_pcie_find_capability +EXPORT_SYMBOL_GPL vmlinux 0xa31da348 crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0xa31e680d pci_status_get_and_clear_errors +EXPORT_SYMBOL_GPL vmlinux 0xa322c68f pci_dev_lock +EXPORT_SYMBOL_GPL vmlinux 0xa322eb48 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0xa324c53a pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xa32d0ce9 lwtunnel_cmp_encap +EXPORT_SYMBOL_GPL vmlinux 0xa33782ff _RNvXs8_NtCs3AkgXgqgK6r_4core5errorNtNtB7_4cell11BorrowErrorNtB5_5Error11description +EXPORT_SYMBOL_GPL vmlinux 0xa3499171 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xa34e2c64 _RNvXs1a_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_25__fpstate_32__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa354dec5 crypto_akcipher_sync_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xa361af10 iommu_dev_disable_feature +EXPORT_SYMBOL_GPL vmlinux 0xa362537f rio_request_mport_dma +EXPORT_SYMBOL_GPL vmlinux 0xa362eb28 devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xa36a7bb1 _RNvXs8_NtCs3AkgXgqgK6r_4core3fmtNtB5_9FormatterNtB5_5Write10write_char +EXPORT_SYMBOL_GPL vmlinux 0xa36f2866 backing_file_open +EXPORT_SYMBOL_GPL vmlinux 0xa36f50fb is_binary_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa38a9f71 get_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xa399b229 inet6_hash +EXPORT_SYMBOL_GPL vmlinux 0xa39ed370 acpi_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a36c73 cppc_set_perf +EXPORT_SYMBOL_GPL vmlinux 0xa3a59a48 _RNvXs1_NtNtCs3AkgXgqgK6r_4core3fmt3numsNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0xa3a643f6 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0xa3ad794e fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xa3af48f2 auxiliary_find_device +EXPORT_SYMBOL_GPL vmlinux 0xa3b3268d _RNvXsV_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_20jailhouse_setup_dataNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa3b6fcb3 _RNvXs5B_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_36k_itimer__bindgen_ty_2__bindgen_ty_2NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3c107b2 rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0xa3c57158 _RNvXs5J_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_9sched_avgNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa3cd84e0 devlink_port_attrs_pci_vf_set +EXPORT_SYMBOL_GPL vmlinux 0xa3d1b026 md_find_rdev_nr_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa3e812e5 usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0xa3ece414 freezer_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xa3f12f69 __crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0xa3f5d65a watchdog_set_restart_priority +EXPORT_SYMBOL_GPL vmlinux 0xa3f85ab2 syscon_regmap_lookup_by_phandle_optional +EXPORT_SYMBOL_GPL vmlinux 0xa4031b7f sfp_parse_port +EXPORT_SYMBOL_GPL vmlinux 0xa410a295 devlink_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa4116727 dw_pcie_wait_for_link +EXPORT_SYMBOL_GPL vmlinux 0xa41ee3e1 __rg_alloc_zeroed +EXPORT_SYMBOL_GPL vmlinux 0xa424fe01 usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0xa4479197 genphy_c45_check_and_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0xa44a1307 interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xa452c297 hpet_mask_rtc_irq_bit +EXPORT_SYMBOL_GPL vmlinux 0xa452f2a4 xen_pirq_from_irq +EXPORT_SYMBOL_GPL vmlinux 0xa455d30f pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa45c7b90 stack_trace_print +EXPORT_SYMBOL_GPL vmlinux 0xa462ba85 gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0xa462d5a6 __SCT__tp_func_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xa46d4678 phy_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0xa475b5e3 _RNvXsR_NtNtCs3AkgXgqgK6r_4core3str4iterNtB5_11CharIndicesNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa47e0ea7 xenbus_unmap_ring_vfree +EXPORT_SYMBOL_GPL vmlinux 0xa47eb941 rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa49839bd rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0xa4a63010 xen_xlate_remap_gfn_array +EXPORT_SYMBOL_GPL vmlinux 0xa4a9a897 regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0xa4ab7c1c ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xa4b07fe7 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0xa4b46359 usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0xa4b70d99 preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa4bf2e41 cppc_set_epp_perf +EXPORT_SYMBOL_GPL vmlinux 0xa4c00324 asn1_encode_octet_string +EXPORT_SYMBOL_GPL vmlinux 0xa4c085f8 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0xa4c41291 xfrm_unregister_translator +EXPORT_SYMBOL_GPL vmlinux 0xa4c4ded0 rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0xa4d1f2e6 skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0xa4ef82bf follow_pte +EXPORT_SYMBOL_GPL vmlinux 0xa4f979b7 crypto_unregister_scomp +EXPORT_SYMBOL_GPL vmlinux 0xa4fd28a1 rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0xa5076da5 skb_mpls_update_lse +EXPORT_SYMBOL_GPL vmlinux 0xa51428ce rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0xa519847b fscrypt_ioctl_remove_key_all_users +EXPORT_SYMBOL_GPL vmlinux 0xa531471e clk_save_context +EXPORT_SYMBOL_GPL vmlinux 0xa5378b31 _RNvXs8_NtCs3AkgXgqgK6r_4core4timeNtB5_8DurationINtNtNtB7_3ops5arith9DivAssignmE10div_assign +EXPORT_SYMBOL_GPL vmlinux 0xa53f754c _RNvXs6_NtNtCs3AkgXgqgK6r_4core3num3fmtNtB5_4PartNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa54a2cba devlink_linecard_provision_clear +EXPORT_SYMBOL_GPL vmlinux 0xa5639eea phy_get +EXPORT_SYMBOL_GPL vmlinux 0xa5683a9d crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0xa56e1a52 sg_free_table_chained +EXPORT_SYMBOL_GPL vmlinux 0xa5737ced _RNvXs5I_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_5vtimeNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa57a3a89 mas_empty_area_rev +EXPORT_SYMBOL_GPL vmlinux 0xa57b7f3f irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0xa587d06f acpi_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xa5aa5c07 _RNvXse_NtCs3AkgXgqgK6r_4core3fmteNtB5_5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa5b02461 _RNvXs4_NtNtCs3AkgXgqgK6r_4core3fmt3numnNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0xa5b4a3c4 _RNvXs1_NtCs3AkgXgqgK6r_4core3anyDNtB5_3AnyNtNtB7_6marker4SyncNtBG_4SendEL_NtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa5bc248e generic_handle_domain_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0xa5bda8a1 efi_capsule_supported +EXPORT_SYMBOL_GPL vmlinux 0xa5c6edd3 attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0xa5cd69c4 folio_test_hugetlb +EXPORT_SYMBOL_GPL vmlinux 0xa5d1f4b8 stack_depot_snprint +EXPORT_SYMBOL_GPL vmlinux 0xa5d7c388 pstore_type_to_name +EXPORT_SYMBOL_GPL vmlinux 0xa5ee51f6 blk_mq_freeze_queue_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa609c469 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0xa60c19d0 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xa62285b2 sk_msg_return_zero +EXPORT_SYMBOL_GPL vmlinux 0xa6319b7e bpf_offload_dev_match +EXPORT_SYMBOL_GPL vmlinux 0xa63564c5 virtqueue_get_avail_addr +EXPORT_SYMBOL_GPL vmlinux 0xa6356a8b ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0xa6374874 mmu_notifier_put +EXPORT_SYMBOL_GPL vmlinux 0xa63eabfe find_ge_pid +EXPORT_SYMBOL_GPL vmlinux 0xa6410b7b regulator_list_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xa64fd3d6 __blk_req_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0xa65ae61c extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xa666050d ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xa66bb70f devm_clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0xa66f2e1c skcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xa677fda4 _RNvXsl_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_23qspinlock__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa686772d tcp_unregister_ulp +EXPORT_SYMBOL_GPL vmlinux 0xa68b0064 reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xa691f107 nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0xa695ade4 tracing_cond_snapshot_data +EXPORT_SYMBOL_GPL vmlinux 0xa6a088b7 fscrypt_match_name +EXPORT_SYMBOL_GPL vmlinux 0xa6a7925c mas_walk +EXPORT_SYMBOL_GPL vmlinux 0xa6ab0a09 dev_pm_opp_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0xa6af0cba ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0xa6b06f65 ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6b27068 filemap_add_folio +EXPORT_SYMBOL_GPL vmlinux 0xa6be8f5a crypto_register_ahashes +EXPORT_SYMBOL_GPL vmlinux 0xa6beb218 __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0xa6c4a489 rio_del_device +EXPORT_SYMBOL_GPL vmlinux 0xa6dff296 acpi_fetch_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6ee1c76 fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0xa6fa70b5 gnttab_page_cache_shrink +EXPORT_SYMBOL_GPL vmlinux 0xa70563ee devm_regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xa708ca58 mas_store_prealloc +EXPORT_SYMBOL_GPL vmlinux 0xa709c835 fib6_info_destroy_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa7115f33 fscrypt_symlink_getattr +EXPORT_SYMBOL_GPL vmlinux 0xa7127da7 mce_unregister_injector_chain +EXPORT_SYMBOL_GPL vmlinux 0xa712e542 perf_aux_output_skip +EXPORT_SYMBOL_GPL vmlinux 0xa71ce103 ata_common_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0xa71d0056 relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0xa7218eba irq_set_affinity +EXPORT_SYMBOL_GPL vmlinux 0xa7240c04 _RNvXsu_NtNtCs3AkgXgqgK6r_4core9core_arch3x86NtB5_7___m512iNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa7241959 pkcs7_supply_detached_data +EXPORT_SYMBOL_GPL vmlinux 0xa731f387 nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0xa7549349 devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0xa75bde5d usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0xa767bd53 _RNvXs1n_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_9saved_msrNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa7696194 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0xa77349e8 _RNvNvMNtCs3AkgXgqgK6r_4core5sliceSp15copy_from_slice17len_mismatch_fail +EXPORT_SYMBOL_GPL vmlinux 0xa797e06f elv_rqhash_del +EXPORT_SYMBOL_GPL vmlinux 0xa798f848 dev_pm_genpd_set_performance_state +EXPORT_SYMBOL_GPL vmlinux 0xa79c2235 serdev_device_write +EXPORT_SYMBOL_GPL vmlinux 0xa7a4e79e _RNvXs5_NtCsbwHtcUjRN57_6kernel5errorNtB5_5ErrorINtNtCs3AkgXgqgK6r_4core7convert4FromNtNtBO_3fmt5ErrorE4from +EXPORT_SYMBOL_GPL vmlinux 0xa7a691c2 _RNvNtNtCs3AkgXgqgK6r_4core5slice5index22slice_index_order_fail +EXPORT_SYMBOL_GPL vmlinux 0xa7b137e6 _RNvXs5u_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_5alarmNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa7b2a568 _RNvXs24_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_18___call_single_nodeNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa7bb1473 wbt_disable_default +EXPORT_SYMBOL_GPL vmlinux 0xa7c4377d usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xa7c7b754 edac_device_add_device +EXPORT_SYMBOL_GPL vmlinux 0xa7d69dc1 transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0xa7dc5d2c devm_regulator_bulk_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xa7dca2e7 sbitmap_queue_show +EXPORT_SYMBOL_GPL vmlinux 0xa7dfaa7f securityfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0xa7ee55c0 mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa805c01e fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0xa81485e6 __traceiter_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0xa8151161 inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0xa81967ef usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xa835dc04 gpiochip_irqchip_add_domain +EXPORT_SYMBOL_GPL vmlinux 0xa8401ba5 _RNvXs0_NtCsbwHtcUjRN57_6kernel3strNtB5_4CStrNtNtCs3AkgXgqgK6r_4core3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa84e4836 _RNvXsC_NtCs3AkgXgqgK6r_4core4charNtB5_11ToUppercaseNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa85bbe00 __SCT__tp_func_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xa85f392c _RNvXs14_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10pv_irq_opsNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa86501ec vcap_port_debugfs +EXPORT_SYMBOL_GPL vmlinux 0xa867f0e5 misc_cg_try_charge +EXPORT_SYMBOL_GPL vmlinux 0xa868119e _RNvXs2_NtCs3AkgXgqgK6r_4core4charNtB5_13EscapeDefaultNtNtNtNtB7_4iter6traits8iterator8Iterator4next +EXPORT_SYMBOL_GPL vmlinux 0xa86d20a2 _RNvXs2C_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_38maple_node__bindgen_ty_1__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa86facb9 _RNvXsb_NtCsbwHtcUjRN57_6kernel3strNtB5_9FormatterNtNtCs3AkgXgqgK6r_4core3fmt5Write9write_str +EXPORT_SYMBOL_GPL vmlinux 0xa8737bd5 dax_layout_busy_page +EXPORT_SYMBOL_GPL vmlinux 0xa878b417 get_net_ns +EXPORT_SYMBOL_GPL vmlinux 0xa8841cc6 mas_next +EXPORT_SYMBOL_GPL vmlinux 0xa8854b30 _RNvXs53_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_7hrtimerNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa88e2a61 mmu_notifier_get_locked +EXPORT_SYMBOL_GPL vmlinux 0xa88f54b3 mmu_interval_notifier_insert_locked +EXPORT_SYMBOL_GPL vmlinux 0xa89926dc crypto_dh_decode_key +EXPORT_SYMBOL_GPL vmlinux 0xa89fcb38 umd_load_blob +EXPORT_SYMBOL_GPL vmlinux 0xa8a6364c xas_get_mark +EXPORT_SYMBOL_GPL vmlinux 0xa8afb29a _RNvXs2k_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_5mutexNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa8b889ec pci_epf_alloc_space +EXPORT_SYMBOL_GPL vmlinux 0xa8be3ba8 apic +EXPORT_SYMBOL_GPL vmlinux 0xa8da777f _RNvXs38_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_14notifier_blockNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa8dc941e mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa8fb4b7b gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xa8fbaa6b pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0xa8fbe35a acpi_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0xa8fdb27a _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter15debug_lower_hex +EXPORT_SYMBOL_GPL vmlinux 0xa9017069 clk_hw_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xa911dd75 rio_unmap_outb_region +EXPORT_SYMBOL_GPL vmlinux 0xa9126bff hpet_set_rtc_irq_bit +EXPORT_SYMBOL_GPL vmlinux 0xa913d86f _RNvXsf_NtCsbwHtcUjRN57_6kernel3strNtB5_16CStrConvertErrorNtNtCs3AkgXgqgK6r_4core3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa91f89b0 spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0xa92c7fd2 net_ns_get_ownership +EXPORT_SYMBOL_GPL vmlinux 0xa92e4790 pci_hp_del +EXPORT_SYMBOL_GPL vmlinux 0xa9307c3d extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xa9320d27 ktime_get_seconds +EXPORT_SYMBOL_GPL vmlinux 0xa94107e3 _RNvXs1d_NtNtCs3AkgXgqgK6r_4core3fmt3numoNtB8_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0xa944ad1f _RNvXsc_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_18ftrace_likely_dataNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa945bd4a mptcp_subflow_init_cookie_req +EXPORT_SYMBOL_GPL vmlinux 0xa9581e90 uart_xchar_out +EXPORT_SYMBOL_GPL vmlinux 0xa95b5c77 hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0xa96e8b4e hv_setup_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0xa971093d usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xa97f881d vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0xa9865716 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xa98e5851 clk_hw_init_rate_request +EXPORT_SYMBOL_GPL vmlinux 0xa99ef899 devlink_fmsg_bool_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xa9a1208f _RNvMs7_NtNtCsbwHtcUjRN57_6kernel4init10___internalNtB5_16OnlyCallFromDrop3new +EXPORT_SYMBOL_GPL vmlinux 0xa9a7d4bc bio_add_zone_append_page +EXPORT_SYMBOL_GPL vmlinux 0xa9ada202 extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xa9ce482e _RNvXs5G_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10rv_monitorNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xa9df4f59 devlink_port_init +EXPORT_SYMBOL_GPL vmlinux 0xa9df8207 acct_bioset_exit +EXPORT_SYMBOL_GPL vmlinux 0xa9f05fe2 _RNvXs8_NtNtCs3AkgXgqgK6r_4core3fmt3nummNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0xaa02b235 fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xaa0839ba _RNvXs7_NtNtCs3AkgXgqgK6r_4core3fmt3numtNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0xaa110bdb security_kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0xaa20a1ff clean_record_shared_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0xaa247323 serdev_device_get_tiocm +EXPORT_SYMBOL_GPL vmlinux 0xaa249022 dev_pm_genpd_get_next_hrtimer +EXPORT_SYMBOL_GPL vmlinux 0xaa257c97 __tcp_send_ack +EXPORT_SYMBOL_GPL vmlinux 0xaa25b5c2 devlink_resource_register +EXPORT_SYMBOL_GPL vmlinux 0xaa393cc6 mas_preallocate +EXPORT_SYMBOL_GPL vmlinux 0xaa5aee1c uv_bios_mq_watchlist_alloc +EXPORT_SYMBOL_GPL vmlinux 0xaa62e783 serdev_controller_alloc +EXPORT_SYMBOL_GPL vmlinux 0xaa6a50f9 __static_key_deferred_flush +EXPORT_SYMBOL_GPL vmlinux 0xaa86cfb5 uv_possible_blades +EXPORT_SYMBOL_GPL vmlinux 0xaa881246 phy_modify +EXPORT_SYMBOL_GPL vmlinux 0xaa8ec4f4 irq_domain_reset_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xaa91f446 __SCK__tp_func_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xaa957b99 __xenbus_register_frontend +EXPORT_SYMBOL_GPL vmlinux 0xaa964dcf spi_mem_default_supports_op +EXPORT_SYMBOL_GPL vmlinux 0xaa9d2b69 dev_pm_opp_sync_regulators +EXPORT_SYMBOL_GPL vmlinux 0xaaa3aec4 vp_modern_get_status +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaab10e04 cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0xaab12b52 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0xaab9c421 clk_multiplier_ops +EXPORT_SYMBOL_GPL vmlinux 0xaacea86e devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xaae13fbc blockdev_superblock +EXPORT_SYMBOL_GPL vmlinux 0xaaeb6917 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0xaaeb88f5 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0xaaeb97dd to_nd_region +EXPORT_SYMBOL_GPL vmlinux 0xaaf141d8 bpf_trace_run2 +EXPORT_SYMBOL_GPL vmlinux 0xab0d36f9 tty_port_default_client_ops +EXPORT_SYMBOL_GPL vmlinux 0xab1a218d mbox_send_message +EXPORT_SYMBOL_GPL vmlinux 0xab1e0e93 hv_setup_kexec_handler +EXPORT_SYMBOL_GPL vmlinux 0xab2a1ff6 regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0xab2c592c encrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0xab2f81e8 kiocb_modified +EXPORT_SYMBOL_GPL vmlinux 0xab415dbb regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0xab4b518d clk_hw_forward_rate_request +EXPORT_SYMBOL_GPL vmlinux 0xab54293c clockevents_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0xab595673 get_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xab5ce243 crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0xab5f329b gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0xab620878 _RNvXsH_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB5_5u16x4NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xab696239 _RNvXsO_NtNtCs3AkgXgqgK6r_4core4sync6atomicNtB5_9AtomicI64NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xab7713ed dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0xab7bb231 acpi_dev_remove_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0xab7cca05 pci_set_host_bridge_release +EXPORT_SYMBOL_GPL vmlinux 0xab7e157a sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0xab855e2a irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0xab8593ad ethnl_cable_test_fault_length +EXPORT_SYMBOL_GPL vmlinux 0xab8bbc74 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0xab9cf58f devl_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaba9ada4 rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0xabb7c7c2 get_cached_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0xabba3be5 nvdimm_volatile_region_create +EXPORT_SYMBOL_GPL vmlinux 0xabbc76ee edac_pci_del_device +EXPORT_SYMBOL_GPL vmlinux 0xabc06f4c cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xabc298d0 intel_scu_ipc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xabc640f3 list_lru_isolate +EXPORT_SYMBOL_GPL vmlinux 0xabc6e9e4 pm_report_max_hw_sleep +EXPORT_SYMBOL_GPL vmlinux 0xabd14d80 __trace_trigger_soft_disabled +EXPORT_SYMBOL_GPL vmlinux 0xabd23f02 _RNvXs2_NtNtCs3AkgXgqgK6r_4core3fmt3numlNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0xabe0ca08 inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0xabebea20 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0xabf03fc3 __SCT__tp_func_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0xac001b4d usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0xac2890ab blkg_conf_exit +EXPORT_SYMBOL_GPL vmlinux 0xac2897e9 _RNvXsf_NtCs3AkgXgqgK6r_4core4charNtB5_11ToUppercaseNtNtNtNtB7_4iter6traits12double_ended19DoubleEndedIterator9next_back +EXPORT_SYMBOL_GPL vmlinux 0xac330eff disk_force_media_change +EXPORT_SYMBOL_GPL vmlinux 0xac3f278c fwnode_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0xac42ac8b rust_helper_BUG +EXPORT_SYMBOL_GPL vmlinux 0xac4ee6d2 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0xac6a068b __reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xac728f8b _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter26debug_struct_field4_finish +EXPORT_SYMBOL_GPL vmlinux 0xac829756 register_fprobe +EXPORT_SYMBOL_GPL vmlinux 0xac85172c nf_checksum_partial +EXPORT_SYMBOL_GPL vmlinux 0xac8dd8f8 pse_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xac97bee0 hid_bpf_connect_device +EXPORT_SYMBOL_GPL vmlinux 0xaca557a7 usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0xaca7a8b9 shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xacaeeef7 blk_freeze_queue_start +EXPORT_SYMBOL_GPL vmlinux 0xacb0315d xhci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0xacb3c6b0 irq_chip_get_parent_state +EXPORT_SYMBOL_GPL vmlinux 0xacb4d88c clk_rate_exclusive_put +EXPORT_SYMBOL_GPL vmlinux 0xacb5d5e2 ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xacbfa0a2 __synth_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0xacc977ac alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0xacd20317 blkdev_zone_mgmt +EXPORT_SYMBOL_GPL vmlinux 0xacd5c6bb thermal_zone_device_disable +EXPORT_SYMBOL_GPL vmlinux 0xaced2804 _RNvXs5g_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_24___sifields__bindgen_ty_7NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xacf64c31 _RNvXs2K_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_16swait_queue_headNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xacfb6e73 __strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0xad013a46 priv_to_devlink +EXPORT_SYMBOL_GPL vmlinux 0xad0cdf0d msi_lock_descs +EXPORT_SYMBOL_GPL vmlinux 0xad0e7b77 ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0xad119dea __tracepoint_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0xad2483a4 __tracepoint_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0xad395dd9 mm_account_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0xad3aa2da iommu_dev_enable_feature +EXPORT_SYMBOL_GPL vmlinux 0xad3c0ea2 ncsi_unregister_dev +EXPORT_SYMBOL_GPL vmlinux 0xad4033c7 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xad416330 serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0xad4216fd spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0xad4e6259 remove_cpu +EXPORT_SYMBOL_GPL vmlinux 0xad57ef61 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0xad59226e bpf_trace_run10 +EXPORT_SYMBOL_GPL vmlinux 0xad5f0017 perf_trace_buf_alloc +EXPORT_SYMBOL_GPL vmlinux 0xad645234 register_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xad73ed9b _RNvXs5M_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15sched_rt_entityNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xad7a947a __get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0xad83ce29 xas_find_conflict +EXPORT_SYMBOL_GPL vmlinux 0xad958d86 __traceiter_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0xad9fb247 lwtunnel_valid_encap_type_attr +EXPORT_SYMBOL_GPL vmlinux 0xada38766 dst_cache_destroy +EXPORT_SYMBOL_GPL vmlinux 0xadaf855d _RNvXsp_NtCs3AkgXgqgK6r_4core5arrayNtB5_17TryFromSliceErrorNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xade5339b hte_get_clk_src_info +EXPORT_SYMBOL_GPL vmlinux 0xade55c69 da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0xae01217a mpi_write_to_sgl +EXPORT_SYMBOL_GPL vmlinux 0xae05a6fa nop_posix_acl_access +EXPORT_SYMBOL_GPL vmlinux 0xae0c4e19 tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0xae0ecf40 usb_bus_idr_lock +EXPORT_SYMBOL_GPL vmlinux 0xae1051b0 net_cls_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xae1fc1db icc_node_del +EXPORT_SYMBOL_GPL vmlinux 0xae1feb86 clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xae20c751 thermal_acpi_passive_trip_temp +EXPORT_SYMBOL_GPL vmlinux 0xae39f80e dst_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xae3cdf78 crypto_unregister_ahashes +EXPORT_SYMBOL_GPL vmlinux 0xae3df19b wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0xae43323e _RNvXs9_NtNtCs3AkgXgqgK6r_4core3str5errorNtB5_9Utf8ErrorNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xae500811 ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0xae57f5aa devl_sb_register +EXPORT_SYMBOL_GPL vmlinux 0xae59c383 __virtqueue_break +EXPORT_SYMBOL_GPL vmlinux 0xae6354e9 crypto_sig_maxsize +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae6a79bb rio_pw_enable +EXPORT_SYMBOL_GPL vmlinux 0xae714369 usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0xae77d411 extcon_get_property +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae8a64ca scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0xae9852a0 housekeeping_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xae9ce4a1 _RNvXso_NtNtCs3AkgXgqgK6r_4core3fmt3numNtB5_6BinaryNtB5_12GenericRadix5digit +EXPORT_SYMBOL_GPL vmlinux 0xaea71bc6 kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0xaea78a1c usb_string +EXPORT_SYMBOL_GPL vmlinux 0xaebc7bdf crypto_comp_compress +EXPORT_SYMBOL_GPL vmlinux 0xaebe1b9b usb_intf_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0xaec274e6 _RNvXNtCsbwHtcUjRN57_6kernel9allocatorNtB2_15KernelAllocatorNtNtNtCs3AkgXgqgK6r_4core5alloc6global11GlobalAlloc5alloc +EXPORT_SYMBOL_GPL vmlinux 0xaecccd0c dma_resv_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xaee2826a crypto_alloc_sync_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xaee5629d ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xaee95441 dma_get_merge_boundary +EXPORT_SYMBOL_GPL vmlinux 0xaef8da77 regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0xaefd1039 gov_update_cpu_data +EXPORT_SYMBOL_GPL vmlinux 0xaf076aec nd_fletcher64 +EXPORT_SYMBOL_GPL vmlinux 0xaf0b0342 regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xaf0b6ba7 blkg_rwstat_init +EXPORT_SYMBOL_GPL vmlinux 0xaf0c90b6 ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0xaf20954f pci_epc_get_msi +EXPORT_SYMBOL_GPL vmlinux 0xaf2b241b zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0xaf2ceca9 devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaf311fea _RNvXsf_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3impyNtB9_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0xaf3bb9cf phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0xaf4014ff usb_amd_quirk_pll_check +EXPORT_SYMBOL_GPL vmlinux 0xaf428325 modify_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0xaf53d976 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0xaf624cf5 ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0xaf6af30b seg6_do_srh_encap +EXPORT_SYMBOL_GPL vmlinux 0xaf6b44ca _RNvXs3N_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5f32x8NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xaf6d38c0 vcap_mod_rule +EXPORT_SYMBOL_GPL vmlinux 0xaf6eb61e _RNvNtNtCsbwHtcUjRN57_6kernel5print14format_strings5ALERT +EXPORT_SYMBOL_GPL vmlinux 0xaf78f699 fuse_mount_remove +EXPORT_SYMBOL_GPL vmlinux 0xaf793668 __alloc_percpu_gfp +EXPORT_SYMBOL_GPL vmlinux 0xaf80c646 evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0xaf852873 cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0xaf8d48c1 platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0xaf9a76eb dev_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0xafa3f5c2 inet_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0xafbf77ae mmc_get_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0xafc088a7 perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0xafcd1cb1 vcap_chain_id_to_lookup +EXPORT_SYMBOL_GPL vmlinux 0xafd0dc79 pm_clk_remove_clk +EXPORT_SYMBOL_GPL vmlinux 0xafd3f9a0 _RNvXs1n_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5f32x2NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xafddd545 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xaff01c87 thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb000d1b8 vfs_set_acl +EXPORT_SYMBOL_GPL vmlinux 0xb0118d45 blkcg_root_css +EXPORT_SYMBOL_GPL vmlinux 0xb02abf56 pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0xb02ac411 register_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb049f5f0 _RNvMNtCsbwHtcUjRN57_6kernel5errorNtB2_5Error8to_errno +EXPORT_SYMBOL_GPL vmlinux 0xb04e5f81 fib_nl_delrule +EXPORT_SYMBOL_GPL vmlinux 0xb06ea245 sbitmap_queue_resize +EXPORT_SYMBOL_GPL vmlinux 0xb0702e5d fixup_user_fault +EXPORT_SYMBOL_GPL vmlinux 0xb0747ed2 rcu_cpu_stall_suppress +EXPORT_SYMBOL_GPL vmlinux 0xb0763324 _RNvXs4o_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB6_11NonZeroI128NtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0xb077e70a clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0xb092095e proc_create_net_single_write +EXPORT_SYMBOL_GPL vmlinux 0xb097d43e _RNvXs2L_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11swait_queueNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xb0983adf __traceiter_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0xb09d550d _RNvNvMNtCs3AkgXgqgK6r_4core3f64d9from_bits13ct_u64_to_f64 +EXPORT_SYMBOL_GPL vmlinux 0xb0a50b08 failover_register +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0d1656c gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0xb0e7ab1f __traceiter_console +EXPORT_SYMBOL_GPL vmlinux 0xb0e8e671 xenbus_otherend_changed +EXPORT_SYMBOL_GPL vmlinux 0xb0f0e40c dma_max_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0xb102e4d2 perf_event_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0xb10563bd _RNvXs1P_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11entry_stackNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xb10d964d devlink_fmsg_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xb117b5a7 hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0xb11cc43b __SCT__tp_func_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0xb11d9000 tty_dev_name_to_number +EXPORT_SYMBOL_GPL vmlinux 0xb1227cc4 ata_sas_tport_delete +EXPORT_SYMBOL_GPL vmlinux 0xb126a741 irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0xb126b697 mmc_regulator_enable_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0xb128b577 ip6_dst_lookup_tunnel +EXPORT_SYMBOL_GPL vmlinux 0xb1338106 __SCK__tp_func_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xb137f152 clk_register +EXPORT_SYMBOL_GPL vmlinux 0xb13837ce vcap_rule_add_key_u48 +EXPORT_SYMBOL_GPL vmlinux 0xb13dd2c8 dm_bio_from_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0xb13ff66d usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0xb13ff8d7 __percpu_init_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xb1495ae3 rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xb15d034b virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0xb1647fc2 devlink_info_version_running_put +EXPORT_SYMBOL_GPL vmlinux 0xb1660561 rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xb1817a29 cdrom_read_tocentry +EXPORT_SYMBOL_GPL vmlinux 0xb18c90a9 security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0xb193e7d5 device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0xb19da297 walk_hmem_resources +EXPORT_SYMBOL_GPL vmlinux 0xb1a698fe blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0xb1baa71a devlink_linecard_provision_fail +EXPORT_SYMBOL_GPL vmlinux 0xb1bc3c97 sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0xb1bd8aa4 kernel_file_open +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1c10209 _RNvXs3_NtCs3AkgXgqgK6r_4core4charNtB5_13EscapeDefaultNtNtNtNtB7_4iter6traits10exact_size17ExactSizeIterator3len +EXPORT_SYMBOL_GPL vmlinux 0xb1c64af0 _RNvXsv_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB5_5i16x2NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xb1dfecea power_supply_battery_info_properties_size +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1e369f8 _RNvMs5_NtNtCs3AkgXgqgK6r_4core3fmt8buildersNtB5_9DebugList6finish +EXPORT_SYMBOL_GPL vmlinux 0xb1e98d64 _RNvXNtNtNtCsbwHtcUjRN57_6kernel4sync4lock5mutexNtB2_12MutexBackendNtB4_7Backend4lock +EXPORT_SYMBOL_GPL vmlinux 0xb1f03e17 raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xb1fa1ea6 ip6_pol_route +EXPORT_SYMBOL_GPL vmlinux 0xb1fc1782 pci_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xb202f0d7 rht_bucket_nested_insert +EXPORT_SYMBOL_GPL vmlinux 0xb20e014e _RNvNvMs16_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB8_11NonZeroI12813new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0xb20ef57a thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xb21b0a1e _RNvXsr_NtCs3AkgXgqgK6r_4core3nummNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0xb21d00c6 hte_ts_put +EXPORT_SYMBOL_GPL vmlinux 0xb21faa43 _RNvXs10_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_8idt_dataNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb2227428 __SCK__tp_func_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0xb226e91e dmaengine_desc_get_metadata_ptr +EXPORT_SYMBOL_GPL vmlinux 0xb2343371 _RNvNvMsS_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB7_10NonZeroI3213new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0xb23b7691 start_poll_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0xb2405efc secure_tcp_seq +EXPORT_SYMBOL_GPL vmlinux 0xb24d3a2e dev_pm_domain_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0xb256be16 efivar_is_available +EXPORT_SYMBOL_GPL vmlinux 0xb25a893c mmc_send_abort_tuning +EXPORT_SYMBOL_GPL vmlinux 0xb26066fe ibft_phys_addr +EXPORT_SYMBOL_GPL vmlinux 0xb263acd7 _RNvXsi_NtCs3AkgXgqgK6r_4core7convertNtB5_10InfallibleINtB5_4FromzE4from +EXPORT_SYMBOL_GPL vmlinux 0xb265731e devm_request_pci_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0xb26a1add elfcorehdr_addr +EXPORT_SYMBOL_GPL vmlinux 0xb27196bf blk_mq_freeze_queue_wait +EXPORT_SYMBOL_GPL vmlinux 0xb278a455 ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0xb284c9e0 blk_mark_disk_dead +EXPORT_SYMBOL_GPL vmlinux 0xb288648d perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0xb28efc67 buffer_migrate_folio_norefs +EXPORT_SYMBOL_GPL vmlinux 0xb29533ee zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0xb2a6f197 bpf_fentry_test1 +EXPORT_SYMBOL_GPL vmlinux 0xb2c1732e rcu_gp_set_torture_wait +EXPORT_SYMBOL_GPL vmlinux 0xb2d17e29 cgroup_get_e_css +EXPORT_SYMBOL_GPL vmlinux 0xb2d539b4 edac_pci_handle_npe +EXPORT_SYMBOL_GPL vmlinux 0xb2df590c thermal_zone_get_trip +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb2ee20e2 __sock_recv_cmsgs +EXPORT_SYMBOL_GPL vmlinux 0xb2f343ec pci_p2pmem_alloc_sgl +EXPORT_SYMBOL_GPL vmlinux 0xb2fa093e blk_mq_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xb307c909 devlink_fmsg_u64_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xb30b2bda preempt_model_full +EXPORT_SYMBOL_GPL vmlinux 0xb30ea9ae spi_controller_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb314cc6a devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xb315f3b0 ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0xb31f4375 switchdev_bridge_port_offload +EXPORT_SYMBOL_GPL vmlinux 0xb324dfce acpi_dev_get_dma_resources +EXPORT_SYMBOL_GPL vmlinux 0xb3253ed9 hpet_rtc_timer_init +EXPORT_SYMBOL_GPL vmlinux 0xb3290f2b mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0xb329447c watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xb333ddd8 is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0xb3353de4 ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb33d9fb7 skb_mpls_pop +EXPORT_SYMBOL_GPL vmlinux 0xb3439d99 to_nvdimm_bus +EXPORT_SYMBOL_GPL vmlinux 0xb346f663 fscrypt_dio_supported +EXPORT_SYMBOL_GPL vmlinux 0xb3509dd4 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0xb353d2f6 _RNvXs3Z_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5u8x64NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xb36d5a58 _RNvXs1X_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5i8x16NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xb37aeefe usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0xb38afca1 init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0xb392cef1 _RNvXsx_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_7__ddebugNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xb39e11be irq_domain_free_irqs_common +EXPORT_SYMBOL_GPL vmlinux 0xb39feec7 _RNvXs17_NtNtCs3AkgXgqgK6r_4core3fmt3numnNtB8_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0xb3b3eb61 pci_epc_map_addr +EXPORT_SYMBOL_GPL vmlinux 0xb3ca67fa ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0xb3cfd61f __xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0xb3d9f442 i2c_acpi_client_count +EXPORT_SYMBOL_GPL vmlinux 0xb3e90803 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xb3f4b3ad devl_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb3fd8fe6 kernel_read_file_from_path +EXPORT_SYMBOL_GPL vmlinux 0xb416d895 intel_pinctrl_probe_by_hid +EXPORT_SYMBOL_GPL vmlinux 0xb42245bf regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0xb424bad2 tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xb42af399 devlink_port_type_ib_set +EXPORT_SYMBOL_GPL vmlinux 0xb42eee95 gnttab_dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xb43e61ee __SCK__tp_func_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb43f9365 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xb44e18ea audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb45650cb _RNvXs4f_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB6_10NonZeroU16NtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0xb456a492 ip_route_output_key_hash +EXPORT_SYMBOL_GPL vmlinux 0xb464988d balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0xb4667401 cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0xb46a6cee usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0xb4702742 _RNvNtCs3AkgXgqgK6r_4core9panicking14panic_nounwind +EXPORT_SYMBOL_GPL vmlinux 0xb479876c edac_device_del_device +EXPORT_SYMBOL_GPL vmlinux 0xb48f0638 software_node_register +EXPORT_SYMBOL_GPL vmlinux 0xb498b350 crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0xb49a10a1 power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0xb4a1ebb8 gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4bc4057 _RNvMs6_NtNtCs3AkgXgqgK6r_4core3fmt8buildersNtB5_8DebugMap5value +EXPORT_SYMBOL_GPL vmlinux 0xb4caf0ee rio_unregister_mport +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4ec090a bpf_trace_run11 +EXPORT_SYMBOL_GPL vmlinux 0xb4eda0da ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0xb4f5045b __tracepoint_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0xb4fa648b blk_mq_update_nr_hw_queues +EXPORT_SYMBOL_GPL vmlinux 0xb4ffe08b blk_steal_bios +EXPORT_SYMBOL_GPL vmlinux 0xb500bcc5 rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0xb501b2df nd_cmd_dimm_desc +EXPORT_SYMBOL_GPL vmlinux 0xb508dc8b of_icc_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0xb5093dd3 console_list +EXPORT_SYMBOL_GPL vmlinux 0xb5192224 _RNvMs_NtCsbwHtcUjRN57_6kernel3strNtB4_4CStr10to_cstring +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb520eb79 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xb522068a nfs_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb5331728 devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0xb5386d18 debugfs_create_devm_seqfile +EXPORT_SYMBOL_GPL vmlinux 0xb53b7a65 __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xb53f1ba3 gpiochip_irq_domain_activate +EXPORT_SYMBOL_GPL vmlinux 0xb542ddf1 bpf_prog_create_from_user +EXPORT_SYMBOL_GPL vmlinux 0xb545e8f7 usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xb5460f6f get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0xb5463e97 usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0xb5475cee mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xb55139f6 HUF_readStats +EXPORT_SYMBOL_GPL vmlinux 0xb556bb76 crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xb561c490 mpi_mul +EXPORT_SYMBOL_GPL vmlinux 0xb5629fc9 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0xb57cba2c vchan_find_desc +EXPORT_SYMBOL_GPL vmlinux 0xb58012ce crypto_unregister_rng +EXPORT_SYMBOL_GPL vmlinux 0xb584c662 __traceiter_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xb59e5b09 rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xb5a50755 sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xb5a695e3 fscrypt_get_symlink +EXPORT_SYMBOL_GPL vmlinux 0xb5a83e35 gnttab_setup_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xb5a8c226 acpi_gsi_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xb5aa8c50 ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0xb5b19856 fwnode_find_reference +EXPORT_SYMBOL_GPL vmlinux 0xb5b23b2e tcp_get_syncookie_mss +EXPORT_SYMBOL_GPL vmlinux 0xb5f8bf64 device_find_any_child +EXPORT_SYMBOL_GPL vmlinux 0xb5fe6f8f acpi_subsys_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb61d0611 __blk_trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb62903f6 __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xb62f2ef3 _RNvNvMs5_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB7_10NonZeroU1613new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0xb62f8b35 pktgen_xfrm_outer_mode_output +EXPORT_SYMBOL_GPL vmlinux 0xb6303c49 _RNvXs0_NtNtCs3AkgXgqgK6r_4core3mem15transmutabilityNtB5_6AssumeNtNtNtB9_3ops5arith3Sub3sub +EXPORT_SYMBOL_GPL vmlinux 0xb634e254 _RNvXs5_NtNtCs3AkgXgqgK6r_4core3ops11index_rangeNtB5_10IndexRangeNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xb6357e53 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0xb6410433 mpi_addm +EXPORT_SYMBOL_GPL vmlinux 0xb644e8c7 unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xb64d31ff crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0xb65165b9 md_find_rdev_rcu +EXPORT_SYMBOL_GPL vmlinux 0xb651c16e ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0xb653f90b icc_link_create +EXPORT_SYMBOL_GPL vmlinux 0xb655f91b pci_epc_get_next_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xb661aad1 devm_gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0xb662c3de _RNvXs2e_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_24class_spinlock_irqsave_tNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xb666e66b ping_err +EXPORT_SYMBOL_GPL vmlinux 0xb67861c8 _RNvNtNtNtCs3AkgXgqgK6r_4core7unicode12unicode_data11white_space14WHITESPACE_MAP +EXPORT_SYMBOL_GPL vmlinux 0xb6787346 sfp_unregister_socket +EXPORT_SYMBOL_GPL vmlinux 0xb67a7073 iommu_present +EXPORT_SYMBOL_GPL vmlinux 0xb686f092 ncsi_vlan_rx_kill_vid +EXPORT_SYMBOL_GPL vmlinux 0xb6888188 klp_shadow_get_or_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb68e5798 component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0xb69afbb0 devlink_linecard_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xb6a0ff85 tps65912_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xb6acb052 device_driver_attach +EXPORT_SYMBOL_GPL vmlinux 0xb6af1108 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter25debug_tuple_field5_finish +EXPORT_SYMBOL_GPL vmlinux 0xb6baa524 skb_segment +EXPORT_SYMBOL_GPL vmlinux 0xb6c5e614 acpi_processor_evaluate_cst +EXPORT_SYMBOL_GPL vmlinux 0xb6d2287e spi_mem_driver_register_with_owner +EXPORT_SYMBOL_GPL vmlinux 0xb6d83f8a vp_legacy_get_status +EXPORT_SYMBOL_GPL vmlinux 0xb6df084d sbitmap_queue_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0xb6e5b27c __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb6e5e43f __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0xb6e6d99d clk_disable +EXPORT_SYMBOL_GPL vmlinux 0xb6eabe37 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xb6ec524c crypto_register_templates +EXPORT_SYMBOL_GPL vmlinux 0xb6f35d8f clk_hw_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0xb6f728b0 devm_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0xb6fe9d01 _RNvXs1P_NtNtCs3AkgXgqgK6r_4core3str4iterNtB6_15SplitWhitespaceNtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xb71bfc87 _RNvXs3v_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_32page__bindgen_ty_1__bindgen_ty_5NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xb726f307 edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xb72f8f59 perf_event_addr_filters_sync +EXPORT_SYMBOL_GPL vmlinux 0xb7329c06 clk_set_phase +EXPORT_SYMBOL_GPL vmlinux 0xb73713d7 nvmem_add_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0xb73c22d7 usb_role_switch_find_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xb74df14c usb_acpi_set_power_state +EXPORT_SYMBOL_GPL vmlinux 0xb75041d1 hv_stimer_legacy_init +EXPORT_SYMBOL_GPL vmlinux 0xb75d44ca dax_remap_file_range_prep +EXPORT_SYMBOL_GPL vmlinux 0xb75ed239 __tracepoint_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb7767cf4 ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0xb77fc67a fsverity_ioctl_enable +EXPORT_SYMBOL_GPL vmlinux 0xb786e6da phy_calibrate +EXPORT_SYMBOL_GPL vmlinux 0xb78a4dd2 blk_queue_write_cache +EXPORT_SYMBOL_GPL vmlinux 0xb78db1f9 relay_open +EXPORT_SYMBOL_GPL vmlinux 0xb78f7ecf __irq_resolve_mapping +EXPORT_SYMBOL_GPL vmlinux 0xb79775ad __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xb7a387fc synchronize_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0xb7a41803 _RNvXs1f_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11__ymmh_stateNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xb7b1d6a3 ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xb7b1f6b8 _RNvXsF_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_36pcpu_hot__bindgen_ty_1__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xb7b55d42 xdp_return_frame_rx_napi +EXPORT_SYMBOL_GPL vmlinux 0xb7b703bd vp_modern_set_features +EXPORT_SYMBOL_GPL vmlinux 0xb7bcfc02 _RNvMs7_NtCs3AkgXgqgK6r_4core3numy14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0xb7c276e5 _RNvXs2_NtNtCs3AkgXgqgK6r_4core3fmt3numlNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0xb7c69a63 unregister_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb7d46097 _RNvXs6_NtNtCs3AkgXgqgK6r_4core3num5errorNtB5_15TryFromIntErrorNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xb7d66edb do_xdp_generic +EXPORT_SYMBOL_GPL vmlinux 0xb7d7c12e hpet_set_alarm_time +EXPORT_SYMBOL_GPL vmlinux 0xb7eab117 devl_linecard_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb7ed828b devm_hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0xb7f990e9 rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xb8021376 _RNvXNtCs3AkgXgqgK6r_4core5asciiNtB2_13EscapeDefaultNtNtNtNtB4_4iter6traits8iterator8Iterator9size_hint +EXPORT_SYMBOL_GPL vmlinux 0xb80813cf wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xb816ff4f iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xb8273d0b __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0xb827f214 _RNvXs9_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3imphNtB9_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0xb828249f genphy_c45_read_eee_abilities +EXPORT_SYMBOL_GPL vmlinux 0xb82e9aa3 __SCK__tp_func_unmap +EXPORT_SYMBOL_GPL vmlinux 0xb8354d9c serial8250_update_uartclk +EXPORT_SYMBOL_GPL vmlinux 0xb83dc7d4 md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0xb83eb7b7 fscrypt_limit_io_blocks +EXPORT_SYMBOL_GPL vmlinux 0xb85042e5 gnttab_free_grant_reference_seq +EXPORT_SYMBOL_GPL vmlinux 0xb85a3814 fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0xb87ae6a4 hv_ghcb_msr_write +EXPORT_SYMBOL_GPL vmlinux 0xb87f40fe cppc_set_enable +EXPORT_SYMBOL_GPL vmlinux 0xb8874eae __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0xb88dbfce irq_set_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0xb88f00b3 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0xb893d211 i2c_acpi_find_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0xb89ac009 ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0xb89e69b1 jump_label_update_timeout +EXPORT_SYMBOL_GPL vmlinux 0xb8a9b02c _RNvXs2U_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15debug_obj_descrNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xb8ab68df intel_microcode_sanity_check +EXPORT_SYMBOL_GPL vmlinux 0xb8ada444 pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0xb8b2b1f7 mce_register_decode_chain +EXPORT_SYMBOL_GPL vmlinux 0xb8c92635 dma_alloc_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xb8cd3a7f nf_logger_put +EXPORT_SYMBOL_GPL vmlinux 0xb8e17ec2 _RNvXsZ_NtNtCs3AkgXgqgK6r_4core3fmt3numxNtB7_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0xb8f11603 idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb902590d ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0xb9067f1f __rust_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb912560d static_key_disable +EXPORT_SYMBOL_GPL vmlinux 0xb918e1d4 dma_resv_get_fences +EXPORT_SYMBOL_GPL vmlinux 0xb91b6947 __SCK__tp_func_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xb92ed964 sbitmap_show +EXPORT_SYMBOL_GPL vmlinux 0xb92f39fd dw_pcie_ep_init_complete +EXPORT_SYMBOL_GPL vmlinux 0xb940d90d hte_enable_ts +EXPORT_SYMBOL_GPL vmlinux 0xb9463f3b regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb9478f8e __auxiliary_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xb948b9d7 fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0xb9681621 xdp_do_flush +EXPORT_SYMBOL_GPL vmlinux 0xb969cb72 acpi_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb96b31e1 devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0xb9757b13 usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0xb9774dd6 vcap_tc_flower_handler_arp_usage +EXPORT_SYMBOL_GPL vmlinux 0xb978293d crypto_clone_shash +EXPORT_SYMBOL_GPL vmlinux 0xb983960c __auxiliary_device_add +EXPORT_SYMBOL_GPL vmlinux 0xb9852d11 __traceiter_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xb9857a5c rio_add_net +EXPORT_SYMBOL_GPL vmlinux 0xb9954d22 user_update +EXPORT_SYMBOL_GPL vmlinux 0xb99a3b00 sbitmap_queue_recalculate_wake_batch +EXPORT_SYMBOL_GPL vmlinux 0xb9a30326 folio_wait_writeback +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c16f51 hv_max_vp_index +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9ca1982 device_phy_find_device +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9d439f9 devm_kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0xb9d6a13d phy_start_machine +EXPORT_SYMBOL_GPL vmlinux 0xb9e21358 devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xb9f90fe6 dma_can_mmap +EXPORT_SYMBOL_GPL vmlinux 0xba01ec83 hv_stimer_global_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xba02cd90 _RNvMNtNtCs3AkgXgqgK6r_4core5panic10panic_infoNtB2_9PanicInfo10can_unwind +EXPORT_SYMBOL_GPL vmlinux 0xba19fc10 mmc_send_tuning +EXPORT_SYMBOL_GPL vmlinux 0xba1d8013 _RNvXs0_NtCs3AkgXgqgK6r_4core4timeNtB5_8DurationNtNtNtB7_3ops5arith3Add3add +EXPORT_SYMBOL_GPL vmlinux 0xba220db7 __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xba2aecc0 devfreq_get_devfreq_by_node +EXPORT_SYMBOL_GPL vmlinux 0xba2b10fc __devm_reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba2bb40b regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0xba458647 __devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0xba47052d phy_speed_down +EXPORT_SYMBOL_GPL vmlinux 0xba498797 edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xba4cb9bc __traceiter_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xba4e8074 clk_gate_restore_context +EXPORT_SYMBOL_GPL vmlinux 0xba53a19c usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0xba686f21 devm_reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xba72cc0e dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0xba792087 devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xba82f246 uv_bios_install_heap +EXPORT_SYMBOL_GPL vmlinux 0xbaae651a _RNvXsu_NtNtCs3AkgXgqgK6r_4core3fmt3numiNtB7_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0xbab64dfe _RNvXsE_NtNtCs3AkgXgqgK6r_4core3fmt3numhNtB7_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0xbab8ca45 component_master_del +EXPORT_SYMBOL_GPL vmlinux 0xbab9a9f0 maxim_charger_currents +EXPORT_SYMBOL_GPL vmlinux 0xbabfe0b7 dev_xdp_prog_count +EXPORT_SYMBOL_GPL vmlinux 0xbacbc60a bdi_dev_name +EXPORT_SYMBOL_GPL vmlinux 0xbacce074 pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0xbacd9602 rio_mport_initialize +EXPORT_SYMBOL_GPL vmlinux 0xbad5237d __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xbadc80b2 arch_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xbae08d1c xhci_find_slot_id_by_port +EXPORT_SYMBOL_GPL vmlinux 0xbae5f918 devm_register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xbaeddabb _RNvXss_NtNtCs3AkgXgqgK6r_4core3fmt3numiNtB7_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0xbaeecf72 pci_create_ims_domain +EXPORT_SYMBOL_GPL vmlinux 0xbaf0e081 platform_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0xbaf6850c fsnotify_wait_marks_destroyed +EXPORT_SYMBOL_GPL vmlinux 0xbaf9d785 __tss_limit_invalid +EXPORT_SYMBOL_GPL vmlinux 0xbb028ad3 rcu_gp_slow_register +EXPORT_SYMBOL_GPL vmlinux 0xbb099bc8 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter26debug_struct_field5_finish +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb0b25d2 register_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0xbb1072de serial8250_rpm_get_tx +EXPORT_SYMBOL_GPL vmlinux 0xbb1a0624 scsi_check_sense +EXPORT_SYMBOL_GPL vmlinux 0xbb238d28 devm_create_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0xbb2ab012 pci_find_vsec_capability +EXPORT_SYMBOL_GPL vmlinux 0xbb313656 _RNvXs2_NtNtCs3AkgXgqgK6r_4core3ffi5c_strNtB5_21FromBytesWithNulErrorNtNtB9_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xbb35ef87 mtrr_state +EXPORT_SYMBOL_GPL vmlinux 0xbb3c9757 sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0xbb4146b3 get_completed_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xbb43cdb7 clk_hw_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0xbb4b30e4 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xbb5598ce get_llc_id +EXPORT_SYMBOL_GPL vmlinux 0xbb6508da random_get_entropy_fallback +EXPORT_SYMBOL_GPL vmlinux 0xbb689996 pci_epf_bind +EXPORT_SYMBOL_GPL vmlinux 0xbb6a3cbd devlink_fmsg_arr_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xbb6f025a asymmetric_key_generate_id +EXPORT_SYMBOL_GPL vmlinux 0xbb6f7130 usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0xbb706c41 call_hid_bpf_rdesc_fixup +EXPORT_SYMBOL_GPL vmlinux 0xbb7195a5 xdp_warn +EXPORT_SYMBOL_GPL vmlinux 0xbb98939c xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0xbb9c235d fwnode_connection_find_matches +EXPORT_SYMBOL_GPL vmlinux 0xbbae0c46 vp_modern_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xbbae97fb _RNvXs7_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3impiNtB9_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xbbb58b2b usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0xbbb98859 edid_info +EXPORT_SYMBOL_GPL vmlinux 0xbbc6910d i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0xbbc763a9 ethnl_cable_test_amplitude +EXPORT_SYMBOL_GPL vmlinux 0xbbc85645 get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xbbd28801 component_compare_dev_name +EXPORT_SYMBOL_GPL vmlinux 0xbbd32aa8 acpi_subsys_restore_early +EXPORT_SYMBOL_GPL vmlinux 0xbbd60909 tpm2_get_tpm_pt +EXPORT_SYMBOL_GPL vmlinux 0xbbd6967e _RNvXs1e_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11__fpstate_64NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xbbe5611b crc64_rocksoft_update +EXPORT_SYMBOL_GPL vmlinux 0xbbe56404 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0xbbe6bfd1 crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0xbbf22036 netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0xbbf664dd iommu_device_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xbbf888a9 devl_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbbfebfca find_mci_by_dev +EXPORT_SYMBOL_GPL vmlinux 0xbc052de5 __clk_mux_determine_rate_closest +EXPORT_SYMBOL_GPL vmlinux 0xbc0949b1 ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0xbc096624 gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0xbc10dd1a fscrypt_fname_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xbc314156 nop_mnt_idmap +EXPORT_SYMBOL_GPL vmlinux 0xbc3f2cb0 timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xbc4e24bb copy_mc_to_kernel +EXPORT_SYMBOL_GPL vmlinux 0xbc600dc9 preempt_model_voluntary +EXPORT_SYMBOL_GPL vmlinux 0xbc60dc37 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0xbc6a900f pci_remove_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xbc6afb76 nvmem_layout_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbc6bec66 free_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc6e10e6 bdev_disk_changed +EXPORT_SYMBOL_GPL vmlinux 0xbc83661e _RNvXs5E_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15rv_task_monitorNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xbc92596d intel_pt_validate_cap +EXPORT_SYMBOL_GPL vmlinux 0xbc95d82b srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xbc9b8588 ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xbca180ce ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0xbca7d979 _RNvXs2B_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10maple_treeNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xbcb838a1 amd_flush_garts +EXPORT_SYMBOL_GPL vmlinux 0xbcc15e75 ktime_get_coarse_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xbccb5445 devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0xbcd77deb _RNvXs5_NtCs3AkgXgqgK6r_4core5errorNtB5_6SourceNtNtNtNtB7_4iter6traits8iterator8Iterator4next +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbcdd8a29 __tracepoint_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0xbce12556 clk_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xbce24a33 irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xbce912e1 rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbcebc342 bio_associate_blkg +EXPORT_SYMBOL_GPL vmlinux 0xbcee9394 skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0xbceee53d fb_deferred_io_mmap +EXPORT_SYMBOL_GPL vmlinux 0xbcf1f0e6 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xbcf3f829 tpm_tis_core_init +EXPORT_SYMBOL_GPL vmlinux 0xbd01bd89 dev_pm_genpd_suspend +EXPORT_SYMBOL_GPL vmlinux 0xbd06c1fb wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xbd06f3a9 ata_get_cmd_name +EXPORT_SYMBOL_GPL vmlinux 0xbd0ea553 blk_clear_pm_only +EXPORT_SYMBOL_GPL vmlinux 0xbd0f5709 ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0xbd124cfb nvdimm_bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbd185d45 ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0xbd1be7cd dm_copy_name_and_uuid +EXPORT_SYMBOL_GPL vmlinux 0xbd1bfc5a _RNvXsR_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_8edd_infoNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xbd1dd79a trace_array_put +EXPORT_SYMBOL_GPL vmlinux 0xbd396786 ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xbd3fe1e3 disable_hardirq +EXPORT_SYMBOL_GPL vmlinux 0xbd433c70 sk_free_unlock_clone +EXPORT_SYMBOL_GPL vmlinux 0xbd4c0d2c devm_kstrdup_const +EXPORT_SYMBOL_GPL vmlinux 0xbd65f908 regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xbd7443c6 fwnode_property_get_reference_args +EXPORT_SYMBOL_GPL vmlinux 0xbd7900db i2c_dw_probe_master +EXPORT_SYMBOL_GPL vmlinux 0xbd7aaaee add_memory +EXPORT_SYMBOL_GPL vmlinux 0xbd91d271 usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0xbd99e873 __SCT__tp_func_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xbda04a91 cond_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xbdb2217d hv_is_isolation_supported +EXPORT_SYMBOL_GPL vmlinux 0xbdb2dfd5 uv_bios_reserved_page_pa +EXPORT_SYMBOL_GPL vmlinux 0xbdb6ec68 _RNvXs5_NtNtCs3AkgXgqgK6r_4core3fmt3numiNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0xbdc37500 __traceiter_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0xbdd60e3f _RNvXs3E_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_33folio__bindgen_ty_3__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xbdda1b5f vmalloc_huge +EXPORT_SYMBOL_GPL vmlinux 0xbde119d9 sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0xbde4960c unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xbdf2d5aa pwm_apply_state +EXPORT_SYMBOL_GPL vmlinux 0xbdff7dff percpu_is_read_locked +EXPORT_SYMBOL_GPL vmlinux 0xbe04437e sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0xbe12ab3d intel_pinctrl_get_soc_data +EXPORT_SYMBOL_GPL vmlinux 0xbe1623f6 _RNvXs2J_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5m16x8NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xbe2074e6 usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0xbe3ec971 sock_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0xbe557622 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xbe5c888b crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0xbe65e182 max_cswd_read_retries +EXPORT_SYMBOL_GPL vmlinux 0xbe670cb5 serial8250_do_get_mctrl +EXPORT_SYMBOL_GPL vmlinux 0xbe687e88 wake_up_all_idle_cpus +EXPORT_SYMBOL_GPL vmlinux 0xbe744257 efi_get_embedded_fw +EXPORT_SYMBOL_GPL vmlinux 0xbe748b1f intel_find_matching_signature +EXPORT_SYMBOL_GPL vmlinux 0xbe7f0ad1 crypto_rng_reset +EXPORT_SYMBOL_GPL vmlinux 0xbe8490b9 folio_wait_stable +EXPORT_SYMBOL_GPL vmlinux 0xbe89665a elv_register +EXPORT_SYMBOL_GPL vmlinux 0xbe9a83d5 dw_pcie_write +EXPORT_SYMBOL_GPL vmlinux 0xbe9bfa72 _RNvXs5r_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10sigpendingNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xbe9d2ee0 genphy_c45_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0xbea16f23 _RNvXsT_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB5_5u64x1NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbeaad5d4 list_lru_walk_one +EXPORT_SYMBOL_GPL vmlinux 0xbec5a137 thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0xbec66c3a __apei_exec_run +EXPORT_SYMBOL_GPL vmlinux 0xbed48728 inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xbede2ed6 _RNvNtCsbwHtcUjRN57_6kernel5ioctl9__IOC_SIZE +EXPORT_SYMBOL_GPL vmlinux 0xbef698cd rcu_trc_cmpxchg_need_qs +EXPORT_SYMBOL_GPL vmlinux 0xbefcb0b9 vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0xbefd945f kthread_flush_work +EXPORT_SYMBOL_GPL vmlinux 0xbefddbdf spi_take_timestamp_post +EXPORT_SYMBOL_GPL vmlinux 0xbf0227e1 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf04c51f da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0xbf068d3a __SCK__tp_func_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0xbf0b2208 _RNvXso_NtCs3AkgXgqgK6r_4core6markerNtB5_13PhantomPinnedNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xbf125e19 gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0xbf12a433 _RNvXs3g_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_39uprobe_task__bindgen_ty_1__bindgen_ty_2NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xbf144e83 mmu_interval_notifier_remove +EXPORT_SYMBOL_GPL vmlinux 0xbf165dec __SCT__tp_func_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xbf1bbcf4 ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xbf227565 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0xbf272467 __SCK__tp_func_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0xbf2e2e71 housekeeping_enabled +EXPORT_SYMBOL_GPL vmlinux 0xbf3d60c6 raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xbf420bb9 rust_helper_ERR_PTR +EXPORT_SYMBOL_GPL vmlinux 0xbf4513c3 devlink_linecard_activate +EXPORT_SYMBOL_GPL vmlinux 0xbf492271 wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0xbf4caf6d vp_modern_set_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0xbf5e09e5 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbf72fc5c ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0xbf786752 __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xbf7b6010 skb_gso_validate_mac_len +EXPORT_SYMBOL_GPL vmlinux 0xbf800a7e _RNvMs4_NtNtCs3AkgXgqgK6r_4core3fmt8buildersNtB5_8DebugSet6finish +EXPORT_SYMBOL_GPL vmlinux 0xbf861cf8 md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0xbf8aa8e2 kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0xbf94fec4 mmput +EXPORT_SYMBOL_GPL vmlinux 0xbfbb4b69 fb_deferred_io_release +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfc2f543 __tracepoint_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xbfde593a _RNvXs5_NtNtCs3AkgXgqgK6r_4core3fmt3numiNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0xbfe5616d tick_broadcast_oneshot_control +EXPORT_SYMBOL_GPL vmlinux 0xbfe859dd usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0xbfed2cd9 __wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0xbff951d6 ptdump_walk_pgd_level_debugfs +EXPORT_SYMBOL_GPL vmlinux 0xbffe27fd _RNvXsm_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_9qspinlockNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc00622b8 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0xc014da4d apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0xc0236b99 dax_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc02556a3 trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0xc029ea71 devm_hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0xc036d581 gpiod_set_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xc03b3c29 fpu_copy_guest_fpstate_to_uabi +EXPORT_SYMBOL_GPL vmlinux 0xc0581e8e intel_pinctrl_probe_by_uid +EXPORT_SYMBOL_GPL vmlinux 0xc0588fbf task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0xc078ffff _RNvXs3T_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5i8x64NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xc08bbce6 irq_get_percpu_devid_partition +EXPORT_SYMBOL_GPL vmlinux 0xc090c376 net_selftest_get_strings +EXPORT_SYMBOL_GPL vmlinux 0xc0a96e14 rcu_gp_is_expedited +EXPORT_SYMBOL_GPL vmlinux 0xc0b2664d devlink_dpipe_header_ipv4 +EXPORT_SYMBOL_GPL vmlinux 0xc0b5dc41 fscrypt_parse_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0xc0b7416d net_selftest +EXPORT_SYMBOL_GPL vmlinux 0xc0b9be83 wakeup_sources_walk_start +EXPORT_SYMBOL_GPL vmlinux 0xc0bfddba pcie_aspm_enabled +EXPORT_SYMBOL_GPL vmlinux 0xc0c0f62f inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0xc0c5f3ed clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0xc0d712d0 devlink_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL vmlinux 0xc0e179d0 _RNvXs4g_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB6_10NonZeroU32NtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0xc0f0458a ip_tunnel_unneed_metadata +EXPORT_SYMBOL_GPL vmlinux 0xc0f38c7f clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0xc1086e0c sysrq_toggle_support +EXPORT_SYMBOL_GPL vmlinux 0xc117a48d rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xc11c611b usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0xc1318d28 gpiochip_line_is_open_drain +EXPORT_SYMBOL_GPL vmlinux 0xc1391a7d blk_mq_pci_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xc13a8dc0 lwtunnel_input +EXPORT_SYMBOL_GPL vmlinux 0xc13bac70 fib_nh_common_init +EXPORT_SYMBOL_GPL vmlinux 0xc1422c20 fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0xc1743430 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc17e9946 usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0xc18337cf crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0xc1839edd class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xc183b07e inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xc192cd26 to_nvdimm +EXPORT_SYMBOL_GPL vmlinux 0xc1957aaf _RNvXs4T_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_5semunNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc196596a devfreq_event_set_event +EXPORT_SYMBOL_GPL vmlinux 0xc1a6881e crypto_register_scomp +EXPORT_SYMBOL_GPL vmlinux 0xc1bbce25 ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0xc1c68e9a proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0xc1cf238a pci_epf_add_vepf +EXPORT_SYMBOL_GPL vmlinux 0xc1e6986e interval_tree_span_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xc2033d9f amd_get_highest_perf +EXPORT_SYMBOL_GPL vmlinux 0xc21cb8d9 crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0xc225c0ea ethtool_set_ethtool_phy_ops +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc23601c1 __SCT__tp_func_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xc2368ea5 ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0xc23b4be3 thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0xc243ec0a pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0xc25b37b2 __SCK__tp_func_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xc25b8971 hv_remove_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0xc2672ed0 gpiochip_relres_irq +EXPORT_SYMBOL_GPL vmlinux 0xc2692173 wakeup_sources_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xc27832a6 devm_fwnode_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xc285056c badblocks_store +EXPORT_SYMBOL_GPL vmlinux 0xc287d96a kvm_set_posted_intr_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0xc289e46d cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xc28f5b8e ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc2a3e570 errata +EXPORT_SYMBOL_GPL vmlinux 0xc2a5fc7d spi_take_timestamp_pre +EXPORT_SYMBOL_GPL vmlinux 0xc2a814db tcp_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xc2aad389 mbox_flush +EXPORT_SYMBOL_GPL vmlinux 0xc2aed231 _RNvMs3_NtNtCs3AkgXgqgK6r_4core4char7convertNtB5_14ParseCharError13___description +EXPORT_SYMBOL_GPL vmlinux 0xc2b0273e sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0xc2b30bc0 kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xc2bfdcba nvmem_device_find +EXPORT_SYMBOL_GPL vmlinux 0xc2c1c427 perf_event_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc2cd3765 vp_legacy_set_status +EXPORT_SYMBOL_GPL vmlinux 0xc2d55962 work_on_cpu_key +EXPORT_SYMBOL_GPL vmlinux 0xc2da0b10 firmware_request_platform +EXPORT_SYMBOL_GPL vmlinux 0xc2de27ca hest_disable +EXPORT_SYMBOL_GPL vmlinux 0xc2e223b5 devl_rate_node_create +EXPORT_SYMBOL_GPL vmlinux 0xc2e6c149 platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xc2ee120a kstrdup_quotable_file +EXPORT_SYMBOL_GPL vmlinux 0xc2eeda02 usb_acpi_port_lpm_incapable +EXPORT_SYMBOL_GPL vmlinux 0xc2f34974 _RNvXsv_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_16static_key_falseNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc2fb483f __SCT__tp_func_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xc2fdf140 register_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0xc2ff1422 fwnode_connection_find_match +EXPORT_SYMBOL_GPL vmlinux 0xc3138e1d clk_hw_get_rate +EXPORT_SYMBOL_GPL vmlinux 0xc3183e2a pci_epc_set_bar +EXPORT_SYMBOL_GPL vmlinux 0xc323a674 regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xc32fecc9 skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0xc3359c23 fuse_send_init +EXPORT_SYMBOL_GPL vmlinux 0xc336d5ee clk_hw_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0xc33e712c xdp_return_frame +EXPORT_SYMBOL_GPL vmlinux 0xc33f365c regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc3446a7a regmap_get_raw_write_max +EXPORT_SYMBOL_GPL vmlinux 0xc34583f2 tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0xc347481e _RNvXs1_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB5_4u8x2NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xc35310b9 pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0xc35ee495 devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xc363cd0e _RNvXs20_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15class_migrate_tNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc36bbba3 rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xc3708747 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc370c9ce _RNvMs_NtNtCs3AkgXgqgK6r_4core5panic8locationNtB4_8Location20internal_constructor +EXPORT_SYMBOL_GPL vmlinux 0xc3805cd1 fs_ftype_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0xc385cecd ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xc3876c1a hv_isolation_type_snp +EXPORT_SYMBOL_GPL vmlinux 0xc388ed05 vp_modern_set_status +EXPORT_SYMBOL_GPL vmlinux 0xc393da21 _RNvMs3_NtNtCs3AkgXgqgK6r_4core3ffi5c_strNtB5_4CStr6to_str +EXPORT_SYMBOL_GPL vmlinux 0xc394bab1 crypto_unregister_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xc3968055 genphy_c45_an_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0xc39953d5 _RNvNtCs3AkgXgqgK6r_4core6option13expect_failed +EXPORT_SYMBOL_GPL vmlinux 0xc3997d9d mpi_read_raw_from_sgl +EXPORT_SYMBOL_GPL vmlinux 0xc3a51fab blk_mq_virtio_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xc3b25de4 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xc3b47825 rcu_async_relax +EXPORT_SYMBOL_GPL vmlinux 0xc3b9e20d lwtunnel_encap_add_ops +EXPORT_SYMBOL_GPL vmlinux 0xc3c4c6cc hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0xc3cc4300 smca_get_long_name +EXPORT_SYMBOL_GPL vmlinux 0xc3dc4484 blk_queue_max_discard_segments +EXPORT_SYMBOL_GPL vmlinux 0xc3de65ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc3dfa2b1 _RNvXs48_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_8zonelistNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc3e1021c __SCT__tp_func_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc3ea5305 iommu_default_passthrough +EXPORT_SYMBOL_GPL vmlinux 0xc3ee4ef1 unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xc4008d55 xen_have_vector_callback +EXPORT_SYMBOL_GPL vmlinux 0xc4055cce skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0xc422c041 pci_d3cold_enable +EXPORT_SYMBOL_GPL vmlinux 0xc426c51f klp_shadow_free_all +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc43347ea switchdev_bridge_port_unoffload +EXPORT_SYMBOL_GPL vmlinux 0xc43a5092 list_lru_count_one +EXPORT_SYMBOL_GPL vmlinux 0xc43e92b9 trace_seq_bprintf +EXPORT_SYMBOL_GPL vmlinux 0xc44afc48 pse_ethtool_set_config +EXPORT_SYMBOL_GPL vmlinux 0xc44edfe1 __pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0xc453b0e2 vp_legacy_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc45d0d13 injectm +EXPORT_SYMBOL_GPL vmlinux 0xc45db164 pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0xc45db377 blk_stat_disable_accounting +EXPORT_SYMBOL_GPL vmlinux 0xc46324f6 dynevent_create +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc484eb5e acpi_gpiochip_free_interrupts +EXPORT_SYMBOL_GPL vmlinux 0xc48df92c usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0xc493d670 relay_late_setup_files +EXPORT_SYMBOL_GPL vmlinux 0xc4a03ffb __inode_attach_wb +EXPORT_SYMBOL_GPL vmlinux 0xc4a12bf5 pm_clk_init +EXPORT_SYMBOL_GPL vmlinux 0xc4a31146 rdma_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc4a72936 trusted_tpm_send +EXPORT_SYMBOL_GPL vmlinux 0xc4a8ada6 tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xc4adcaf5 blk_req_zone_write_trylock +EXPORT_SYMBOL_GPL vmlinux 0xc4bd10bc int_active_memcg +EXPORT_SYMBOL_GPL vmlinux 0xc4c76426 pwm_adjust_config +EXPORT_SYMBOL_GPL vmlinux 0xc4d022cb __SCT__tp_func_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xc4d5e0e8 acpi_gpio_get_irq_resource +EXPORT_SYMBOL_GPL vmlinux 0xc4dd1125 _RNvXs7_NtCs3AkgXgqgK6r_4core3ffiNtB5_10VaListImplNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xc4ea5889 power_supply_get_battery_info +EXPORT_SYMBOL_GPL vmlinux 0xc4eaf06e spi_mem_poll_status +EXPORT_SYMBOL_GPL vmlinux 0xc4f0da12 ktime_get_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xc509f086 __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0xc50dca33 __SCT__tp_func_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0xc5102ce0 handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0xc512626a __supported_pte_mask +EXPORT_SYMBOL_GPL vmlinux 0xc51a6bc9 _RNvMs0_NtNtCsbwHtcUjRN57_6kernel4sync7condvarNtB5_7CondVar10notify_one +EXPORT_SYMBOL_GPL vmlinux 0xc5344b9d nvmem_add_one_cell +EXPORT_SYMBOL_GPL vmlinux 0xc53b931b _RNvMs6_NtNtCs3AkgXgqgK6r_4core3fmt8buildersNtB5_8DebugMap5entry +EXPORT_SYMBOL_GPL vmlinux 0xc53c2f4a pci_find_host_bridge +EXPORT_SYMBOL_GPL vmlinux 0xc5604800 clk_set_rate_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xc569d8ce __clk_get_name +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc5777fca linear_range_get_selector_low_array +EXPORT_SYMBOL_GPL vmlinux 0xc58032ea find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0xc584df3f device_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc585c339 usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xc589f0c6 _RNvNtNtCsbwHtcUjRN57_6kernel5print14format_strings4CONT +EXPORT_SYMBOL_GPL vmlinux 0xc58a3ee6 icc_node_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc5a0e18b desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0xc5a5c678 uart_parse_earlycon +EXPORT_SYMBOL_GPL vmlinux 0xc5b56882 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter25debug_tuple_field3_finish +EXPORT_SYMBOL_GPL vmlinux 0xc5b91b5e _RNvMs2_NtNtCs3AkgXgqgK6r_4core3fmt8buildersNtB5_10DebugTuple6finish +EXPORT_SYMBOL_GPL vmlinux 0xc5beaf29 phy_set_speed +EXPORT_SYMBOL_GPL vmlinux 0xc5d1483c _RNvXs1A_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11reg_512_bitNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc5d47ecf crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0xc5ec7890 clk_mux_determine_rate_flags +EXPORT_SYMBOL_GPL vmlinux 0xc604ab28 __SCT__tp_func_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xc6095c95 led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc6240e5e _RNvXsn_NtNtCs3AkgXgqgK6r_4core4char7convertNtB5_16CharTryFromErrorNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xc6250576 ZSTD_isError +EXPORT_SYMBOL_GPL vmlinux 0xc62611e1 scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xc639a8be devm_rtc_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0xc64fd66a add_hwgenerator_randomness +EXPORT_SYMBOL_GPL vmlinux 0xc6569014 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0xc6572a90 xenbus_read_unsigned +EXPORT_SYMBOL_GPL vmlinux 0xc66019cc xen_resume_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc665d676 virtqueue_resize +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc66d6fb9 ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc66e6f71 devl_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0xc671f134 __tracepoint_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0xc6755424 gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0xc6779093 ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xc6807ae0 _RNvXs1Z_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_23class_preempt_notrace_tNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc683da81 set_memory_decrypted +EXPORT_SYMBOL_GPL vmlinux 0xc684a641 gpiochip_generic_request +EXPORT_SYMBOL_GPL vmlinux 0xc689775e icc_provider_deregister +EXPORT_SYMBOL_GPL vmlinux 0xc69346ee irq_chip_set_type_parent +EXPORT_SYMBOL_GPL vmlinux 0xc69692ec crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0xc697b0f7 nvmem_device_read +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc6a09157 fscrypt_ioctl_add_key +EXPORT_SYMBOL_GPL vmlinux 0xc6a4a872 __clk_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xc6a67664 devm_power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0xc6a6d3bc of_css +EXPORT_SYMBOL_GPL vmlinux 0xc6ab87f7 is_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xc6c2bc67 uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xc6c7731d bpf_map_put +EXPORT_SYMBOL_GPL vmlinux 0xc6c8bdc5 crypto_alg_extsize +EXPORT_SYMBOL_GPL vmlinux 0xc6c943f9 _RNvXs8_NtNtCs3AkgXgqgK6r_4core4hash3sipNtB5_11SipHasher13NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xc6ce63d3 metadata_dst_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc6def34b gnttab_empty_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xc6e1244a devl_resource_size_get +EXPORT_SYMBOL_GPL vmlinux 0xc6e5bcf3 linear_range_get_selector_within +EXPORT_SYMBOL_GPL vmlinux 0xc6ee81f0 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0xc6fbe9db __SCK__tp_func_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xc7061ef3 iova_cache_put +EXPORT_SYMBOL_GPL vmlinux 0xc70cf32d evict_inodes +EXPORT_SYMBOL_GPL vmlinux 0xc70dac06 _RNvXs1T_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_9irq_stackNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc7135f71 netif_carrier_event +EXPORT_SYMBOL_GPL vmlinux 0xc713d3ba gnttab_page_cache_put +EXPORT_SYMBOL_GPL vmlinux 0xc715dfd3 __clk_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xc72a6742 ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xc7312526 acpi_pm_set_device_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xc74c07ce cppc_get_epp_perf +EXPORT_SYMBOL_GPL vmlinux 0xc7563886 _RNvXs4H_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_4upidNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc75d1322 __tracepoint_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xc75e64d5 ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0xc7645f03 _RNvXsp_NtNtCs3AkgXgqgK6r_4core3fmt3numNtB5_5OctalNtB5_12GenericRadix5digit +EXPORT_SYMBOL_GPL vmlinux 0xc76a6ce3 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0xc7806529 tcp_done +EXPORT_SYMBOL_GPL vmlinux 0xc7856e74 __wake_up_locked_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xc792ec97 wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xc7a147bb virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7a34726 dma_resv_describe +EXPORT_SYMBOL_GPL vmlinux 0xc7a7e770 clk_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xc7a9779b _RNvXs2r_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_7rb_rootNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc7b40e49 perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0xc7c23ff0 xenbus_exists +EXPORT_SYMBOL_GPL vmlinux 0xc7c26ec0 _RNvXs4M_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10rhashtableNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc7c94e54 srcu_torture_stats_print +EXPORT_SYMBOL_GPL vmlinux 0xc7d22438 crypto_register_aead +EXPORT_SYMBOL_GPL vmlinux 0xc7d6ab96 srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xc7d73a76 _RNvXs16_NtNtCs3AkgXgqgK6r_4core3fmt3numnNtB8_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0xc7ddd64f __skb_get_hash_symmetric +EXPORT_SYMBOL_GPL vmlinux 0xc7e64fc2 asn1_encode_integer +EXPORT_SYMBOL_GPL vmlinux 0xc7e93776 acpi_dev_get_memory_resources +EXPORT_SYMBOL_GPL vmlinux 0xc7fa4aa9 kobj_ns_drop +EXPORT_SYMBOL_GPL vmlinux 0xc80adfba __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0xc8126340 clear_mce_nospec +EXPORT_SYMBOL_GPL vmlinux 0xc813e242 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter26debug_struct_field3_finish +EXPORT_SYMBOL_GPL vmlinux 0xc82c721f klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xc833d393 nvdimm_region_notify +EXPORT_SYMBOL_GPL vmlinux 0xc839c1ce trace_seq_to_user +EXPORT_SYMBOL_GPL vmlinux 0xc8531e3b sk_msg_free_partial +EXPORT_SYMBOL_GPL vmlinux 0xc8594d3d reset_control_acquire +EXPORT_SYMBOL_GPL vmlinux 0xc85bdea6 regulator_get_hardware_vsel_register +EXPORT_SYMBOL_GPL vmlinux 0xc85d1739 cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xc862310a _RNvXs1R_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_13x86_io_bitmapNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc87331f2 iopf_queue_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xc874d710 hv_unmap_ioapic_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xc8778e9d _RNvNtNtCs3AkgXgqgK6r_4core5slice5index10into_range +EXPORT_SYMBOL_GPL vmlinux 0xc87c5a93 sk_msg_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc87e487a sched_clock_idle_sleep_event +EXPORT_SYMBOL_GPL vmlinux 0xc88a9e0c _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter9precision +EXPORT_SYMBOL_GPL vmlinux 0xc88b468b sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0xc8950c05 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc89bb806 dev_pm_opp_remove_all_dynamic +EXPORT_SYMBOL_GPL vmlinux 0xc8daff34 __traceiter_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0xc8ddd5b5 kstrdup_quotable +EXPORT_SYMBOL_GPL vmlinux 0xc8e0d0eb wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0xc8e6c8cf tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0xc8eeddd0 fscrypt_prepare_new_inode +EXPORT_SYMBOL_GPL vmlinux 0xc905d530 l3mdev_master_ifindex_rcu +EXPORT_SYMBOL_GPL vmlinux 0xc918a8ea pci_has_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0xc91c5ee1 _RNvMNtNtCs3AkgXgqgK6r_4core3ffi5c_strNtB2_21FromBytesWithNulError12interior_nul +EXPORT_SYMBOL_GPL vmlinux 0xc91ee1b5 __SCT__tp_func_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xc91fdf58 percpu_ref_is_zero +EXPORT_SYMBOL_GPL vmlinux 0xc9216a82 recalibrate_cpu_khz +EXPORT_SYMBOL_GPL vmlinux 0xc92c32c5 blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0xc9345c0f digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0xc93ee1e7 usb_phy_roothub_init +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc95ccf37 synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xc96242da srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0xc9641b48 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0xc97cabc6 class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xc9827693 __bpf_call_base +EXPORT_SYMBOL_GPL vmlinux 0xc984f6fc crypto_comp_decompress +EXPORT_SYMBOL_GPL vmlinux 0xc9903c80 __tracepoint_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xc99902de _RNvXs1N_NtNtCs3AkgXgqgK6r_4core3str4iterNtB6_8LinesAnyNtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xc9a4b416 copy_to_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0xc9a7fbbf bind_interdomain_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0xc9a8d1f1 iommu_get_domain_for_dev +EXPORT_SYMBOL_GPL vmlinux 0xc9bf7724 acpi_spi_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc9c3f176 hpet_register_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0xc9cdbdea edac_mc_add_mc_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xc9ceea06 clk_has_parent +EXPORT_SYMBOL_GPL vmlinux 0xc9cfb3a0 _RNvXNtNtNtCsbwHtcUjRN57_6kernel4sync4lock8spinlockNtB2_15SpinLockBackendNtB4_7Backend6unlock +EXPORT_SYMBOL_GPL vmlinux 0xc9d7994e _RNvXs1y_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_12fxregs_stateNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc9d962a2 usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xc9dba26f cpu_device_create +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9f68bfe nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0xc9f6b77c cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0xc9fa9cfb _RNvXs4u_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_25local_apic__bindgen_ty_29NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xc9fcb730 pci_common_swizzle +EXPORT_SYMBOL_GPL vmlinux 0xc9fd634a usb_role_switch_put +EXPORT_SYMBOL_GPL vmlinux 0xc9fdbe45 pwm_lpss_byt_info +EXPORT_SYMBOL_GPL vmlinux 0xca01eef0 regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0xca06f20c add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0xca0db799 cpufreq_dbs_governor_start +EXPORT_SYMBOL_GPL vmlinux 0xca3bb65d _RNvMNtNtCs3AkgXgqgK6r_4core3num3fmtNtB2_4Part3len +EXPORT_SYMBOL_GPL vmlinux 0xca432e44 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0xca454a34 vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0xca4570cf devm_memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0xca467318 hibernation_set_ops +EXPORT_SYMBOL_GPL vmlinux 0xca47c5da pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0xca4de3c6 mctrl_gpio_init +EXPORT_SYMBOL_GPL vmlinux 0xca500464 ZSTD_getErrorName +EXPORT_SYMBOL_GPL vmlinux 0xca5a2475 platform_get_irq_optional +EXPORT_SYMBOL_GPL vmlinux 0xca6dfeaa _RNvMNtCs3AkgXgqgK6r_4core3stre14escape_unicode +EXPORT_SYMBOL_GPL vmlinux 0xca738a17 serial8250_rpm_put +EXPORT_SYMBOL_GPL vmlinux 0xca760af5 usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca820aa5 pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0xca8314f5 _RNvXs0_NtNtCs3AkgXgqgK6r_4core3fmt3numaNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0xca83f841 usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xca857924 regulator_set_load +EXPORT_SYMBOL_GPL vmlinux 0xca8d9d1d crypto_grab_spawn +EXPORT_SYMBOL_GPL vmlinux 0xca9015be dev_get_tstats64 +EXPORT_SYMBOL_GPL vmlinux 0xca9a1d5e ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0xcaa68533 cpu_has_xfeatures +EXPORT_SYMBOL_GPL vmlinux 0xcabac666 _RNvXsk_NtCs3AkgXgqgK6r_4core3numsNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcad1ab7a spi_setup +EXPORT_SYMBOL_GPL vmlinux 0xcad63619 gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0xcad67885 _RNvXsB_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB5_4u8x8NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xcad93ac3 crypto_register_aeads +EXPORT_SYMBOL_GPL vmlinux 0xcadbe1a1 _RNvXs3X_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_18vm_special_mappingNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xcaf0271f hv_get_register +EXPORT_SYMBOL_GPL vmlinux 0xcaf1d958 evtchn_get +EXPORT_SYMBOL_GPL vmlinux 0xcb053955 simple_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0xcb0fdb56 led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0xcb100ac8 devlink_port_type_clear +EXPORT_SYMBOL_GPL vmlinux 0xcb1164f7 devm_fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xcb14314e kthread_unpark +EXPORT_SYMBOL_GPL vmlinux 0xcb1e03df acpi_dev_ready_for_enumeration +EXPORT_SYMBOL_GPL vmlinux 0xcb27a209 wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0xcb2b8ad8 __tracepoint_arm_event +EXPORT_SYMBOL_GPL vmlinux 0xcb2bfe2b nvmem_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcb349fa4 clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0xcb3e81d6 of_pse_control_get +EXPORT_SYMBOL_GPL vmlinux 0xcb4a7d9b public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0xcb561441 mem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0xcb586631 _RNvXsK_NtNtCs3AkgXgqgK6r_4core3fmt3numsNtB7_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0xcb777357 _RNvXs2P_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5m32x4NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xcb87271d dev_pm_opp_set_opp +EXPORT_SYMBOL_GPL vmlinux 0xcb8a461c hv_stimer_legacy_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xcb970751 stop_machine +EXPORT_SYMBOL_GPL vmlinux 0xcbb46ca0 misc_cg_set_capacity +EXPORT_SYMBOL_GPL vmlinux 0xcbb620ea cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0xcbd2ced4 virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0xcbd94531 component_del +EXPORT_SYMBOL_GPL vmlinux 0xcbe26741 sock_map_unhash +EXPORT_SYMBOL_GPL vmlinux 0xcbe56bc2 zs_get_total_pages +EXPORT_SYMBOL_GPL vmlinux 0xcbe8372a vp_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0xcbfc457e _RNvXs5y_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_20posix_cputimers_workNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xcc093c8a _RNvMNtNtCs3AkgXgqgK6r_4core3ffi5c_strNtB2_21FromBytesWithNulError18not_nul_terminated +EXPORT_SYMBOL_GPL vmlinux 0xcc25311f regulator_set_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0xcc37a221 _RNvXs3S_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_37mm_struct__bindgen_ty_1__bindgen_ty_2NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xcc39c03e nvmem_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcc3a6b8e gnttab_page_cache_get +EXPORT_SYMBOL_GPL vmlinux 0xcc52c521 inet_bhash2_update_saddr +EXPORT_SYMBOL_GPL vmlinux 0xcc58a062 page_cache_sync_ra +EXPORT_SYMBOL_GPL vmlinux 0xcc5ddba7 edac_pci_add_device +EXPORT_SYMBOL_GPL vmlinux 0xcc674abd nvdimm_badblocks_populate +EXPORT_SYMBOL_GPL vmlinux 0xcc76763a _RNvXsj_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3imphNtB9_8UpperExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0xcc9268fc hwpoison_filter_enable +EXPORT_SYMBOL_GPL vmlinux 0xcc935375 walk_iomem_res_desc +EXPORT_SYMBOL_GPL vmlinux 0xcca3dc7f device_match_any +EXPORT_SYMBOL_GPL vmlinux 0xccabde6f crc64_rocksoft_generic +EXPORT_SYMBOL_GPL vmlinux 0xccb32157 regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0xccbea419 vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xccc12598 dm_bio_get_target_bio_nr +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccd86806 ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0xccdf2e12 debugfs_real_fops +EXPORT_SYMBOL_GPL vmlinux 0xcce21dab iomap_invalidate_folio +EXPORT_SYMBOL_GPL vmlinux 0xccea9ff3 of_led_get +EXPORT_SYMBOL_GPL vmlinux 0xccee83ee dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0xccf52bc9 sfp_upstream_start +EXPORT_SYMBOL_GPL vmlinux 0xccfb2010 tpm_default_chip +EXPORT_SYMBOL_GPL vmlinux 0xcd0c1874 ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0xcd0c2320 devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xcd24e146 hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0xcd25ec3d devl_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcd27cb95 crypto_unregister_templates +EXPORT_SYMBOL_GPL vmlinux 0xcd31c06b class_is_registered +EXPORT_SYMBOL_GPL vmlinux 0xcd419996 _RNvXs4_NtNtCs3AkgXgqgK6r_4core3num5errorNtB5_13ParseIntErrorNtNtB9_5error5Error11description +EXPORT_SYMBOL_GPL vmlinux 0xcd4ce7f0 clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xcd4fed39 bpf_offload_dev_create +EXPORT_SYMBOL_GPL vmlinux 0xcd6f2dc9 nf_log_buf_add +EXPORT_SYMBOL_GPL vmlinux 0xcd81a945 switch_fpu_return +EXPORT_SYMBOL_GPL vmlinux 0xcd8ded0c fsverity_ioctl_read_metadata +EXPORT_SYMBOL_GPL vmlinux 0xcd8e8f82 uv_bios_enum_objs +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcd997eb2 crypto_alloc_rng +EXPORT_SYMBOL_GPL vmlinux 0xcd9cd2ff wakeme_after_rcu +EXPORT_SYMBOL_GPL vmlinux 0xcdb697a9 _RNvXst_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_10static_keyNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xcdb6adcc ras_userspace_consumers +EXPORT_SYMBOL_GPL vmlinux 0xcdc01087 shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xcdc458a7 __iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdcb22ae _RNvXsT_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_9edid_infoNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xcdce5431 __io_uring_cmd_do_in_task +EXPORT_SYMBOL_GPL vmlinux 0xcde26600 cppc_get_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0xcde793d9 _RNvXs0_NvNtNtCsbwHtcUjRN57_6kernel4sync7condvar1__NtB7_7CondVarNtNtNtBb_4init10___internal10HasPinData10___pin_data +EXPORT_SYMBOL_GPL vmlinux 0xcdf41797 _RNvXs4R_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_13kern_ipc_permNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xcdfc43ee vp_modern_probe +EXPORT_SYMBOL_GPL vmlinux 0xce0a4020 xenbus_directory +EXPORT_SYMBOL_GPL vmlinux 0xce1de968 netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0xce200b36 pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0xce412b55 gpiod_toggle_active_low +EXPORT_SYMBOL_GPL vmlinux 0xce4f0aab _RNvXs_NtCsbwHtcUjRN57_6kernel5errorNtB4_5ErrorNtNtCs3AkgXgqgK6r_4core3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xce5574f6 platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0xce63c3da regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce72c517 _RNvXsw_NtNtCs3AkgXgqgK6r_4core3fmt3numjNtB7_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0xce81dee7 cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0xce8383eb __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xce8b581b regulator_get_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0xce91560c icmp_build_probe +EXPORT_SYMBOL_GPL vmlinux 0xce94e627 handle_bad_irq +EXPORT_SYMBOL_GPL vmlinux 0xce96da48 phy_validate +EXPORT_SYMBOL_GPL vmlinux 0xcea1762c devm_irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xceab4b00 fwnode_graph_get_endpoint_count +EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xceb66bec sched_clock_cpu +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcee6bb79 dev_pm_opp_find_freq_ceil +EXPORT_SYMBOL_GPL vmlinux 0xcef7d0a8 alloc_skb_for_msg +EXPORT_SYMBOL_GPL vmlinux 0xcefc7694 _RNvXs3T_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_23mm_struct__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xcf002b00 sk_msg_is_readable +EXPORT_SYMBOL_GPL vmlinux 0xcf02ab71 __SCT__tp_func_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xcf0747ba _RNvXs4p_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB6_12NonZeroIsizeNtNtNtBa_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0xcf0a0705 devm_clk_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0xcf112fd7 __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0xcf190510 tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0xcf1cf0b6 fuse_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xcf1d7777 rtnl_register_module +EXPORT_SYMBOL_GPL vmlinux 0xcf1eaf80 __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xcf23b3d3 debugfs_read_file_bool +EXPORT_SYMBOL_GPL vmlinux 0xcf240eee sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0xcf2b93c8 __SCT__tp_func_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xcf2dcfc0 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0xcf2ecdd5 bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0xcf35629e __traceiter_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xcf3da511 __ndisc_fill_addr_option +EXPORT_SYMBOL_GPL vmlinux 0xcf445d0c _RNvMNtNtCs3AkgXgqgK6r_4core5panic10panic_infoNtB2_9PanicInfo7message +EXPORT_SYMBOL_GPL vmlinux 0xcf498058 usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0xcf66f76a register_fprobe_ips +EXPORT_SYMBOL_GPL vmlinux 0xcf78ec68 fpu_copy_uabi_to_guest_fpstate +EXPORT_SYMBOL_GPL vmlinux 0xcf7dd35e devm_blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0xcf82e5dd rt_mutex_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0xcf98c397 _RNvXs54_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15hrtimer_sleeperNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xcf9d5449 _RNvXs3N_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_28vm_area_struct__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xcfaa2132 devm_spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0xcfb80ed4 __traceiter_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xcfbf09f8 irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0xcfc5108a devlink_fmsg_u8_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xcfc7b4e4 rcu_barrier_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0xcfd1b596 clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0xcfd30d71 acpi_os_map_memory +EXPORT_SYMBOL_GPL vmlinux 0xcff716da software_node_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xd0016e49 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0xd00df6e6 __clk_hw_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0xd0177a65 acrn_setup_intr_handler +EXPORT_SYMBOL_GPL vmlinux 0xd01f1c7b dev_pm_opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0xd0207d43 _RNvXs2b_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_28class_raw_spinlock_irqsave_tNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd02a678f _RNvXs2_NtNtCs3AkgXgqgK6r_4core3fmt3numlNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0xd02b8ca9 subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xd0353b9b blk_mq_unfreeze_queue +EXPORT_SYMBOL_GPL vmlinux 0xd03eaf4c schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0xd0451bec __tracepoint_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0xd0458ccb xenbus_strstate +EXPORT_SYMBOL_GPL vmlinux 0xd04a4136 xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0xd058cf0c i2c_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0xd05cf246 devm_serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd0667cd8 _RNvXs2I_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11ma_wr_stateNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd0686cd4 rcuref_put_slowpath +EXPORT_SYMBOL_GPL vmlinux 0xd06ce9ba phy_led_triggers_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd07b454c usb_check_bulk_endpoints +EXPORT_SYMBOL_GPL vmlinux 0xd07da70d spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xd07e9a72 __SCK__tp_func_console +EXPORT_SYMBOL_GPL vmlinux 0xd08c9ae1 devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xd08eb689 _RNvXs5k_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_7siginfoNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd09105df od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0xd09911a6 acpi_dev_get_irq_type +EXPORT_SYMBOL_GPL vmlinux 0xd0a6ccca inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xd0ac1d0c hid_bpf_disconnect_device +EXPORT_SYMBOL_GPL vmlinux 0xd0ae932d sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0xd0b44a57 kick_process +EXPORT_SYMBOL_GPL vmlinux 0xd0b8a598 firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0cba329 pcie_port_find_device +EXPORT_SYMBOL_GPL vmlinux 0xd0d156e9 __rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xd0d3f0a4 gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0xd0db0f12 run_dax +EXPORT_SYMBOL_GPL vmlinux 0xd0df12ba __SCT__tp_func_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xd0e9cb43 get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0xd0eaa064 shake_page +EXPORT_SYMBOL_GPL vmlinux 0xd0f25b00 da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xd0f4e108 xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0xd0f529cb _RNvXsc_NtNtCs3AkgXgqgK6r_4core4sync6atomicNtB5_8OrderingNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xd0f6e3f0 ip_route_output_tunnel +EXPORT_SYMBOL_GPL vmlinux 0xd0fd7085 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd0feff30 irq_domain_pop_irq +EXPORT_SYMBOL_GPL vmlinux 0xd101fa40 page_cache_async_ra +EXPORT_SYMBOL_GPL vmlinux 0xd10b9771 _RNvXs1N_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11cpuinfo_x86NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd121f58f mctrl_gpio_init_noauto +EXPORT_SYMBOL_GPL vmlinux 0xd1269f83 dev_pm_opp_get_opp_table +EXPORT_SYMBOL_GPL vmlinux 0xd138c08a free_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0xd13a94d1 __SCT__tp_func_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xd13cb0c0 _RNvXs5w_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_19posix_cputimer_baseNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd1481de7 mpi_clear +EXPORT_SYMBOL_GPL vmlinux 0xd159586c net_prio_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xd15e7b94 _RNvXsc_NtCs3AkgXgqgK6r_4core7convertNtB5_10InfallibleNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xd1a915ce _RNvXs_NtCsbwHtcUjRN57_6kernel5typesuNtB4_14ForeignOwnable6borrow +EXPORT_SYMBOL_GPL vmlinux 0xd1af73a4 _RNvXs2H_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_8ma_stateNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd1b3c298 pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xd1b98b70 acpi_subsys_prepare +EXPORT_SYMBOL_GPL vmlinux 0xd1c3fb44 vcap_free_rule +EXPORT_SYMBOL_GPL vmlinux 0xd1cbc23c add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0xd1e9b2ad __SCT__tp_func_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xd1ed20bc regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0xd1f2eee2 nf_logger_find_get +EXPORT_SYMBOL_GPL vmlinux 0xd1ff54f2 perf_event_period +EXPORT_SYMBOL_GPL vmlinux 0xd20a0336 irq_domain_free_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0xd20c66ab __SCT__tp_func_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd21b61bd async_schedule_node_domain +EXPORT_SYMBOL_GPL vmlinux 0xd21dd2a8 _RNvXsW_NtNtCs3AkgXgqgK6r_4core3fmt3nummNtB7_8LowerHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0xd2219c54 __tracepoint_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0xd2457d6f _RNvXs3P_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_28vm_area_struct__bindgen_ty_3NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd24e9e8c klist_init +EXPORT_SYMBOL_GPL vmlinux 0xd260af0d ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0xd26277c6 iomap_page_mkwrite +EXPORT_SYMBOL_GPL vmlinux 0xd26b2e1c attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0xd271942e led_init_core +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd2780326 divider_recalc_rate +EXPORT_SYMBOL_GPL vmlinux 0xd27eeb4b alloc_iova +EXPORT_SYMBOL_GPL vmlinux 0xd27f215d gnttab_alloc_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xd293e184 fscrypt_fname_siphash +EXPORT_SYMBOL_GPL vmlinux 0xd29c1f10 __traceiter_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0xd2a8e85a blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0xd2b10a05 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0xd2b86768 xfer_to_guest_mode_handle_work +EXPORT_SYMBOL_GPL vmlinux 0xd2cbc0df pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xd2ce7cc1 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter25debug_tuple_field2_finish +EXPORT_SYMBOL_GPL vmlinux 0xd2d5d253 fwnode_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0xd2d7d673 add_swap_extent +EXPORT_SYMBOL_GPL vmlinux 0xd2d7e59b unregister_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0xd2dbec44 iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0xd2e8f604 vcap_find_keystream_keysets +EXPORT_SYMBOL_GPL vmlinux 0xd2ef5958 spi_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0xd2ef7d64 acomp_request_free +EXPORT_SYMBOL_GPL vmlinux 0xd2f3cc55 i2c_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xd2fb4d11 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0xd302621b divider_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xd3079aaa acpi_dev_get_next_consumer_dev +EXPORT_SYMBOL_GPL vmlinux 0xd313bc7b xas_nomem +EXPORT_SYMBOL_GPL vmlinux 0xd315b3d0 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0xd318d97a input_class +EXPORT_SYMBOL_GPL vmlinux 0xd31a2ac5 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xd320ebaf pci_epc_get_first_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xd32e97f4 __SCK__tp_func_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0xd33671b6 anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0xd3379b35 _RNvXs2q_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_7rb_nodeNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd33c8d29 edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0xd34c9aa0 mmc_cmdq_disable +EXPORT_SYMBOL_GPL vmlinux 0xd34ede0c phy_led_triggers_register +EXPORT_SYMBOL_GPL vmlinux 0xd35a98de usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0xd36760ef __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xd372f789 _RNvXNtCs3AkgXgqgK6r_4core4charNtB2_13EscapeUnicodeNtNtNtNtB4_4iter6traits8iterator8Iterator4last +EXPORT_SYMBOL_GPL vmlinux 0xd3752c27 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xd3825474 _RNvXsd_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3impmNtB9_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0xd3839efc regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0xd386daa4 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter5width +EXPORT_SYMBOL_GPL vmlinux 0xd38b904f crypto_grab_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xd38dfd09 dev_pm_opp_remove +EXPORT_SYMBOL_GPL vmlinux 0xd3901d33 acpi_dev_resource_address_space +EXPORT_SYMBOL_GPL vmlinux 0xd393a352 _RNvXsQ_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_17edd_device_paramsNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd39e9848 put_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xd3a81b71 irq_chip_retrigger_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xd3bd4076 fwnode_usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0xd3c991b9 xenbus_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd3d1b079 usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xd3ea7fdf fib_nexthop_info +EXPORT_SYMBOL_GPL vmlinux 0xd3eaf1ed devlink_dpipe_entry_clear +EXPORT_SYMBOL_GPL vmlinux 0xd3ec851c __traceiter_unmap +EXPORT_SYMBOL_GPL vmlinux 0xd3f013cb power_supply_set_property +EXPORT_SYMBOL_GPL vmlinux 0xd3f9671e dw_pcie_own_conf_map_bus +EXPORT_SYMBOL_GPL vmlinux 0xd3fc092e tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4061b2c component_release_of +EXPORT_SYMBOL_GPL vmlinux 0xd40cc7be inet6_sock_destruct +EXPORT_SYMBOL_GPL vmlinux 0xd40eab7f securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xd411d852 devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xd412a8a1 ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0xd416cfec perf_guest_get_msrs +EXPORT_SYMBOL_GPL vmlinux 0xd41c445b vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0xd41d57fe crypto_alloc_kpp +EXPORT_SYMBOL_GPL vmlinux 0xd426dbc4 erst_get_record_count +EXPORT_SYMBOL_GPL vmlinux 0xd42f1d4e show_rcu_tasks_rude_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd4404350 __SCT__tp_func_block_split +EXPORT_SYMBOL_GPL vmlinux 0xd4411836 fwnode_get_nth_parent +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd44fc0f9 gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xd44fd0c5 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter19sign_aware_zero_pad +EXPORT_SYMBOL_GPL vmlinux 0xd4500e15 dst_cache_get_ip6 +EXPORT_SYMBOL_GPL vmlinux 0xd45c95f7 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0xd4648ca8 pci_bridge_secondary_bus_reset +EXPORT_SYMBOL_GPL vmlinux 0xd4670eb8 acpi_unregister_lps0_dev +EXPORT_SYMBOL_GPL vmlinux 0xd46af5ef cppc_get_perf_ctrs +EXPORT_SYMBOL_GPL vmlinux 0xd46e85b9 _RNvXs6_NtNtCs3AkgXgqgK6r_4core3fmt3numhNtB5_10DisplayInt6to_u64 +EXPORT_SYMBOL_GPL vmlinux 0xd471ba78 _RNvXs2a_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_24class_raw_spinlock_irq_tNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd4739b3a nvmem_cell_read_variable_le_u64 +EXPORT_SYMBOL_GPL vmlinux 0xd4793794 _RNvNvMs3_NtNtCs3AkgXgqgK6r_4core3ffi5c_strNtB7_4CStr29from_bytes_with_nul_unchecked10const_impl +EXPORT_SYMBOL_GPL vmlinux 0xd4842742 dev_pm_opp_get_level +EXPORT_SYMBOL_GPL vmlinux 0xd48a9773 drop_reasons_register_subsys +EXPORT_SYMBOL_GPL vmlinux 0xd48e1047 ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xd49bb0e7 gen10g_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0xd49c314a genphy_c45_read_link +EXPORT_SYMBOL_GPL vmlinux 0xd4b6157e devlink_health_reporter_recovery_done +EXPORT_SYMBOL_GPL vmlinux 0xd4b9a616 reset_control_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xd4bd3898 rcuwait_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4ce1f50 dsa_stubs +EXPORT_SYMBOL_GPL vmlinux 0xd4de54da __tracepoint_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xd4e52698 __platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0xd4e5b52b devfreq_cooling_em_register +EXPORT_SYMBOL_GPL vmlinux 0xd4e6d7e0 linear_range_get_value +EXPORT_SYMBOL_GPL vmlinux 0xd4eab189 regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xd4ee9642 perf_get_aux +EXPORT_SYMBOL_GPL vmlinux 0xd4f5bfa5 iommu_queue_iopf +EXPORT_SYMBOL_GPL vmlinux 0xd5034f27 perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0xd50616cf _RNvXsb_NtNtCs3AkgXgqgK6r_4core4hash3sipNtB5_11SipHasher24NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xd5083d1f sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0xd529814f devl_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd5301b2c linear_range_get_max_value +EXPORT_SYMBOL_GPL vmlinux 0xd5433f7c __SCK__tp_func_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0xd5474690 usb_role_switch_set_role +EXPORT_SYMBOL_GPL vmlinux 0xd549a05d debugfs_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd54ba1ce devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0xd54f8d68 acpi_ec_add_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xd5568c97 devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xd556ecc1 _RNvXs3_NtNtCs3AkgXgqgK6r_4core3str5lossyNtB5_10Utf8ChunksNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd56703a4 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0xd56c8337 _RNvXs3l_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_14percpu_counterNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd56e4786 tcp_sendmsg_locked +EXPORT_SYMBOL_GPL vmlinux 0xd57e8b24 spi_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xd5824477 ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0xd59590df genphy_c45_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0xd59707e5 i2c_dw_configure_master +EXPORT_SYMBOL_GPL vmlinux 0xd59a1587 linkmode_resolve_pause +EXPORT_SYMBOL_GPL vmlinux 0xd59d63a3 of_icc_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0xd5a61a34 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xd5ad8bda sdio_retune_release +EXPORT_SYMBOL_GPL vmlinux 0xd5b20378 blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0xd5b2a166 __tracepoint_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xd5c177f0 _RNvNtNtCs3AkgXgqgK6r_4core5slice5index26slice_start_index_len_fail +EXPORT_SYMBOL_GPL vmlinux 0xd5c1ad95 _RNvXsf_NtNtCs3AkgXgqgK6r_4core9core_arch3x86NtB5_6___m128NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xd5c83d60 srcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0xd5df17b9 ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0xd5eb30d8 pinctrl_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0xd5edf78d filemap_range_has_writeback +EXPORT_SYMBOL_GPL vmlinux 0xd5f3bb7b set_memory_encrypted +EXPORT_SYMBOL_GPL vmlinux 0xd5fa44f9 _RNvXs37_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_12class_srcu_tNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd5fc0b36 acpi_subsys_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0xd611fe0d nop_posix_acl_default +EXPORT_SYMBOL_GPL vmlinux 0xd614c5aa pci_create_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xd61e1ed2 trace_put_event_file +EXPORT_SYMBOL_GPL vmlinux 0xd625f9bd icc_get_name +EXPORT_SYMBOL_GPL vmlinux 0xd6387b5c tpm_transmit_cmd +EXPORT_SYMBOL_GPL vmlinux 0xd6423f38 xfrm_state_afinfo_get_rcu +EXPORT_SYMBOL_GPL vmlinux 0xd642dfbe _RNvMNtCs3AkgXgqgK6r_4core3stre12encode_utf16 +EXPORT_SYMBOL_GPL vmlinux 0xd645c431 sfp_add_phy +EXPORT_SYMBOL_GPL vmlinux 0xd64ed259 __memcat_p +EXPORT_SYMBOL_GPL vmlinux 0xd65a7df1 pci_epc_add_epf +EXPORT_SYMBOL_GPL vmlinux 0xd6642edd pci_epf_remove_vepf +EXPORT_SYMBOL_GPL vmlinux 0xd66906e0 blk_queue_can_use_dma_map_merging +EXPORT_SYMBOL_GPL vmlinux 0xd66a7a35 sbitmap_queue_wake_all +EXPORT_SYMBOL_GPL vmlinux 0xd670c018 icc_enable +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd67770ac fscrypt_set_bio_crypt_ctx +EXPORT_SYMBOL_GPL vmlinux 0xd67a8f0a trace_seq_path +EXPORT_SYMBOL_GPL vmlinux 0xd67dffe3 dev_pm_qos_hide_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0xd67f09ed dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0xd6802b48 __irq_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0xd6a50b73 of_devfreq_cooling_register_power +EXPORT_SYMBOL_GPL vmlinux 0xd6aafb42 crc64_rocksoft +EXPORT_SYMBOL_GPL vmlinux 0xd6ae9ba7 rcu_async_should_hurry +EXPORT_SYMBOL_GPL vmlinux 0xd6b27e8a xas_set_mark +EXPORT_SYMBOL_GPL vmlinux 0xd6b373ba icc_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xd6b673e5 kobject_move +EXPORT_SYMBOL_GPL vmlinux 0xd6bfa446 blk_stat_enable_accounting +EXPORT_SYMBOL_GPL vmlinux 0xd6d2f78c _RNvMsr_NtNtCs3AkgXgqgK6r_4core3str7patternNtB5_11StrSearcher3new +EXPORT_SYMBOL_GPL vmlinux 0xd6d6aca2 nfct_btf_struct_access +EXPORT_SYMBOL_GPL vmlinux 0xd6df01f7 perf_get_hw_event_config +EXPORT_SYMBOL_GPL vmlinux 0xd6ebd4ce genphy_c45_pma_resume +EXPORT_SYMBOL_GPL vmlinux 0xd6ed25f0 acpi_register_lps0_dev +EXPORT_SYMBOL_GPL vmlinux 0xd6ef10b8 sampling_rate_store +EXPORT_SYMBOL_GPL vmlinux 0xd6feefa5 agp_num_entries +EXPORT_SYMBOL_GPL vmlinux 0xd708bd45 blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0xd70ec8a9 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0xd71604be blkdev_report_zones +EXPORT_SYMBOL_GPL vmlinux 0xd7263b8f syscon_regmap_lookup_by_phandle_args +EXPORT_SYMBOL_GPL vmlinux 0xd7269c64 osc_sb_native_usb4_control +EXPORT_SYMBOL_GPL vmlinux 0xd7293ffc percpu_ref_reinit +EXPORT_SYMBOL_GPL vmlinux 0xd72feba2 xenbus_read_driver_state +EXPORT_SYMBOL_GPL vmlinux 0xd7399540 devl_trylock +EXPORT_SYMBOL_GPL vmlinux 0xd73a4223 _RNvNtCs3AkgXgqgK6r_4core3str16slice_error_fail +EXPORT_SYMBOL_GPL vmlinux 0xd73d632e bpf_prog_get_type_dev +EXPORT_SYMBOL_GPL vmlinux 0xd73e73d2 failover_slave_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd74459f2 __traceiter_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0xd74ca6f6 dev_pm_opp_remove_table +EXPORT_SYMBOL_GPL vmlinux 0xd74e400f show_rcu_tasks_classic_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd758fdc5 _RNvXs4e_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_12cpu_topologyNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd75b20aa rsa_parse_priv_key +EXPORT_SYMBOL_GPL vmlinux 0xd75f6147 _RNvXs4a_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11pglist_dataNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd7631d89 irq_chip_set_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0xd763a80a pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd76d9182 irq_get_default_host +EXPORT_SYMBOL_GPL vmlinux 0xd77dc46c dst_cache_set_ip4 +EXPORT_SYMBOL_GPL vmlinux 0xd79e7f81 genphy_c45_plca_get_cfg +EXPORT_SYMBOL_GPL vmlinux 0xd7a14439 acomp_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd7a5d400 _RNvMs_NtCs3AkgXgqgK6r_4core3fmtNtB4_9Formatter3new +EXPORT_SYMBOL_GPL vmlinux 0xd7a86ea4 tcp_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xd7ad5f26 irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0xd7aea26e kernel_read_file_from_path_initns +EXPORT_SYMBOL_GPL vmlinux 0xd7b58d4d _RNvMNtCs3AkgXgqgK6r_4core3f32f8classify +EXPORT_SYMBOL_GPL vmlinux 0xd7b92ca4 __SCK__tp_func_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0xd7c57ddd wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xd7cea889 edac_mod_work +EXPORT_SYMBOL_GPL vmlinux 0xd7d01a7a ip6_input +EXPORT_SYMBOL_GPL vmlinux 0xd7d7ae61 sysfs_break_active_protection +EXPORT_SYMBOL_GPL vmlinux 0xd7d8d2e6 nvdimm_cmd_mask +EXPORT_SYMBOL_GPL vmlinux 0xd7d8f671 _RNvMs_NtCsbwHtcUjRN57_6kernel4syncNtB4_12LockClassKey3new +EXPORT_SYMBOL_GPL vmlinux 0xd7da035d debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0xd7dc4b87 free_fib_info +EXPORT_SYMBOL_GPL vmlinux 0xd7e479ee gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0xd7eba452 regmap_noinc_read +EXPORT_SYMBOL_GPL vmlinux 0xd7f4c938 _RNvXs_NtNtCs3AkgXgqgK6r_4core3fmt3numnNtB6_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xd81c2c3d _RNvXs7_NtCs3AkgXgqgK6r_4core5errorNtNtB7_3fmt5ErrorNtB5_5Error11description +EXPORT_SYMBOL_GPL vmlinux 0xd81c8700 pci_iomap_wc_range +EXPORT_SYMBOL_GPL vmlinux 0xd82931bd crypto_register_rngs +EXPORT_SYMBOL_GPL vmlinux 0xd82db5c5 led_set_brightness_nosleep +EXPORT_SYMBOL_GPL vmlinux 0xd8364850 _RNvXs5_NtNtCs3AkgXgqgK6r_4core3fmt3numiNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0xd838168e inet6_compat_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xd8439732 _RNvXs4f_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_19x86_legacy_featuresNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xd84462a8 hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0xd84a6530 _RNvMs5_NtCs3AkgXgqgK6r_4core3numt14from_str_radix +EXPORT_SYMBOL_GPL vmlinux 0xd84b45c5 device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0xd84d35bd dax_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd84f0a5f pci_epc_put +EXPORT_SYMBOL_GPL vmlinux 0xd8567898 class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xd870f379 pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0xd87cb8eb dma_fence_unwrap_next +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd8887cac switchdev_handle_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0xd8a16e69 device_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0xd8a7d059 _RNvMs_NtCsbwHtcUjRN57_6kernel3strNtB4_4CStr19from_bytes_with_nul +EXPORT_SYMBOL_GPL vmlinux 0xd8aff9df netdev_walk_all_upper_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0xd8b3e4b6 vp_modern_get_num_queues +EXPORT_SYMBOL_GPL vmlinux 0xd8b856d6 _RNvXs4_NtNtCs3AkgXgqgK6r_4core3fmt3numnNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0xd8bab966 __traceiter_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0xd8c17211 spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0xd8c7fc6a mdiobus_modify +EXPORT_SYMBOL_GPL vmlinux 0xd8d065dd hv_stimer_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd8d68ab1 dmi_memdev_type +EXPORT_SYMBOL_GPL vmlinux 0xd8fbb14d net_cls_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xd9118e2e call_switchdev_blocking_notifiers +EXPORT_SYMBOL_GPL vmlinux 0xd914e56e usb_check_int_endpoints +EXPORT_SYMBOL_GPL vmlinux 0xd9168743 __inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0xd91b6a7e pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0xd91dbd1f xdp_alloc_skb_bulk +EXPORT_SYMBOL_GPL vmlinux 0xd926cd9c perf_msr_probe +EXPORT_SYMBOL_GPL vmlinux 0xd9295fb1 dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0xd92ef192 security_kernel_post_load_data +EXPORT_SYMBOL_GPL vmlinux 0xd92f0791 leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xd9389bb1 fib4_rule_default +EXPORT_SYMBOL_GPL vmlinux 0xd93ca14f mctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xd94d1781 devlink_port_type_eth_set +EXPORT_SYMBOL_GPL vmlinux 0xd955a97f vp_modern_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd98ddf72 _RNvNtNtNtCs3AkgXgqgK6r_4core7unicode12unicode_data15grapheme_extend6lookup +EXPORT_SYMBOL_GPL vmlinux 0xd9916c3a idr_alloc_u32 +EXPORT_SYMBOL_GPL vmlinux 0xd9992eb4 uv_bios_get_geoinfo +EXPORT_SYMBOL_GPL vmlinux 0xd99a5b19 crypto_clone_tfm +EXPORT_SYMBOL_GPL vmlinux 0xd9a68ad2 srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0xd9b37b53 fscrypt_ioctl_get_key_status +EXPORT_SYMBOL_GPL vmlinux 0xd9bb2c13 pkcs7_get_content_data +EXPORT_SYMBOL_GPL vmlinux 0xd9c4437a adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd9c5bc5e switchdev_handle_fdb_event_to_device +EXPORT_SYMBOL_GPL vmlinux 0xd9d42986 perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0xd9d57e11 serial8250_em485_stop_tx +EXPORT_SYMBOL_GPL vmlinux 0xd9d6e669 hid_bpf_device_init +EXPORT_SYMBOL_GPL vmlinux 0xd9df882f ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0xd9e24457 ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0xd9e61980 phy_gbit_all_ports_features +EXPORT_SYMBOL_GPL vmlinux 0xd9eb34cf dw_pcie_upconfig_setup +EXPORT_SYMBOL_GPL vmlinux 0xd9ebcff1 xdp_convert_zc_to_xdp_frame +EXPORT_SYMBOL_GPL vmlinux 0xd9f1e4d1 ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0xd9ff2172 ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xda0947de kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda109970 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0xda10e1e2 phy_basic_t1_features +EXPORT_SYMBOL_GPL vmlinux 0xda1f78ee clear_hv_tscchange_cb +EXPORT_SYMBOL_GPL vmlinux 0xda3132bb led_trigger_write +EXPORT_SYMBOL_GPL vmlinux 0xda313e7d _RNvXs1p_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_17trace_print_flagsNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xda320d31 sfp_module_start +EXPORT_SYMBOL_GPL vmlinux 0xda321271 perf_aux_output_begin +EXPORT_SYMBOL_GPL vmlinux 0xda41cd7d ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0xda4ad789 crypto_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xda51bbec _RNvXs1R_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5u64x2NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xda535dce xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0xda7912d4 freq_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xda7bd774 ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xda8369a7 __traceiter_extlog_mem_event +EXPORT_SYMBOL_GPL vmlinux 0xda841a85 ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0xda876931 fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0xda881a11 pfn_to_online_page +EXPORT_SYMBOL_GPL vmlinux 0xda8e1302 software_node_find_by_name +EXPORT_SYMBOL_GPL vmlinux 0xda93148f skb_gso_validate_network_len +EXPORT_SYMBOL_GPL vmlinux 0xda93a5fb ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0xda9ad8e7 register_btf_id_dtor_kfuncs +EXPORT_SYMBOL_GPL vmlinux 0xdaa06dc1 acpi_lpat_raw_to_temp +EXPORT_SYMBOL_GPL vmlinux 0xdaac0783 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xdab0db6b _RNvNtNtCsbwHtcUjRN57_6kernel5print14format_strings8generate +EXPORT_SYMBOL_GPL vmlinux 0xdab5a1eb interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xdab5bf75 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xdac39e93 ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0xdadde042 kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xdade0743 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0xdae320a0 devl_param_driverinit_value_set +EXPORT_SYMBOL_GPL vmlinux 0xdaf4d5ba ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0xdafec8d2 regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xdb041a2a wbc_attach_and_unlock_inode +EXPORT_SYMBOL_GPL vmlinux 0xdb04bdef regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0xdb0c5f48 _RNvXs2_NtCsbwHtcUjRN57_6kernel5errorNtB5_5ErrorINtNtCs3AkgXgqgK6r_4core7convert4FromNtNtNtBO_3str5error9Utf8ErrorE4from +EXPORT_SYMBOL_GPL vmlinux 0xdb1aaf9b arch_is_platform_page +EXPORT_SYMBOL_GPL vmlinux 0xdb1c7516 pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xdb236632 tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0xdb3c444e _RNvXsg_NtNtCs3AkgXgqgK6r_4core3ffi5c_strNtB5_21FromBytesWithNulErrorNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xdb3e661a devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0xdb486d96 ethnl_cable_test_step +EXPORT_SYMBOL_GPL vmlinux 0xdb4f4ce1 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter12debug_struct +EXPORT_SYMBOL_GPL vmlinux 0xdb530ff8 crypto_shash_tfm_digest +EXPORT_SYMBOL_GPL vmlinux 0xdb5ab0ff sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0xdb5c93d7 ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xdb60654c blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0xdb62dc67 __SCT__tp_func_map +EXPORT_SYMBOL_GPL vmlinux 0xdb63a944 acpi_lpat_get_conversion_table +EXPORT_SYMBOL_GPL vmlinux 0xdb77c18c _RNvXs6_NtCs3AkgXgqgK6r_4core4charNtB5_11EscapeDebugNtNtNtNtB7_4iter6traits8iterator8Iterator4next +EXPORT_SYMBOL_GPL vmlinux 0xdb77c256 _RNvNtNtNtCs3AkgXgqgK6r_4core7unicode12unicode_data14case_ignorable6lookup +EXPORT_SYMBOL_GPL vmlinux 0xdb7b06c8 clk_hw_register_composite +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdb8bd4cc devm_of_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xdb8d844d serial8250_rpm_get +EXPORT_SYMBOL_GPL vmlinux 0xdba0e344 machine_check_poll +EXPORT_SYMBOL_GPL vmlinux 0xdba43975 pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xdba5bc13 rcu_read_unlock_trace_special +EXPORT_SYMBOL_GPL vmlinux 0xdbaaf30d device_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xdbaea6b1 ethnl_cable_test_alloc +EXPORT_SYMBOL_GPL vmlinux 0xdbcc1a4a tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0xdbd47072 __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0xdbd8b2c2 _RNvNtNtCs3AkgXgqgK6r_4core5slice5index16into_slice_range +EXPORT_SYMBOL_GPL vmlinux 0xdbdb0e8b request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xdbdbf298 acpi_dma_request_slave_chan_by_name +EXPORT_SYMBOL_GPL vmlinux 0xdbe3dbe0 vhost_task_create +EXPORT_SYMBOL_GPL vmlinux 0xdbee8d20 dst_cache_set_ip6 +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdc02eb39 dmi_available +EXPORT_SYMBOL_GPL vmlinux 0xdc0ec0b1 dm_internal_resume_fast +EXPORT_SYMBOL_GPL vmlinux 0xdc103970 rio_add_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0xdc19831e __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0xdc2040f0 ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0xdc25faf6 cros_ec_get_sensor_count +EXPORT_SYMBOL_GPL vmlinux 0xdc43bdc6 pci_vpd_find_ro_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xdc45a5db edac_stop_work +EXPORT_SYMBOL_GPL vmlinux 0xdc4af7ab __traceiter_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xdc4ecf26 mptcp_pm_get_add_addr_signal_max +EXPORT_SYMBOL_GPL vmlinux 0xdc6596fa irq_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xdc6699cb acpi_dev_free_resource_list +EXPORT_SYMBOL_GPL vmlinux 0xdc7df67f apei_exec_ctx_init +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc841b74 misc_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc9cf5d7 usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdcac97dd _RNvXsA_NtNtCs3AkgXgqgK6r_4core3fmt3numaNtB7_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0xdcd91727 _RNvXsa_NtCs3AkgXgqgK6r_4core3fmtzNtB5_5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xdce7bc3a _RNvXsV_NtNtCs3AkgXgqgK6r_4core3fmt3nummNtB7_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0xdceb5362 efi_status_to_err +EXPORT_SYMBOL_GPL vmlinux 0xdcfe0901 mptcp_pm_get_local_addr_max +EXPORT_SYMBOL_GPL vmlinux 0xdd0113d9 hsu_dma_remove +EXPORT_SYMBOL_GPL vmlinux 0xdd0762df set_worker_desc +EXPORT_SYMBOL_GPL vmlinux 0xdd3a7e44 ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xdd46d5fb _RNvXs4h_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_6i32x16NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xdd56fea9 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xdd626ee3 fuse_len_args +EXPORT_SYMBOL_GPL vmlinux 0xdd68e837 shash_free_singlespawn_instance +EXPORT_SYMBOL_GPL vmlinux 0xdd692c00 param_set_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0xdd6cd43f vcap_tc_flower_handler_ipv4_usage +EXPORT_SYMBOL_GPL vmlinux 0xdd6dc8df acpi_subsys_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xdd74e264 vcap_alloc_rule +EXPORT_SYMBOL_GPL vmlinux 0xdd942144 ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0xdd96fa2d __cpuhp_state_add_instance +EXPORT_SYMBOL_GPL vmlinux 0xdd9dd80d xen_pvh +EXPORT_SYMBOL_GPL vmlinux 0xdd9df98f _RNvXs28_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_20class_raw_spinlock_tNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xddaf763e blk_mq_freeze_queue +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddc00e6f __of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xddc7fce9 gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0xddd41e4d vcap_lookup_keyfield +EXPORT_SYMBOL_GPL vmlinux 0xddd59f25 _RNvXs2V_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5m64x2NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xdde70f15 vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0xddeb07eb device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0xddec0334 kthread_mod_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0xddec31cf usb_control_msg_recv +EXPORT_SYMBOL_GPL vmlinux 0xddf602b1 usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0xde0ae54f _RNvXs41_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15lru_gen_mm_walkNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xde0af24f udp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0xde31bf7e unregister_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xde37db81 dev_pm_opp_get_suspend_opp_freq +EXPORT_SYMBOL_GPL vmlinux 0xde39c6b8 clk_hw_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0xde3ea095 kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0xde444010 spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0xde5574cf x509_load_certificate_list +EXPORT_SYMBOL_GPL vmlinux 0xde626f0c vfs_get_acl +EXPORT_SYMBOL_GPL vmlinux 0xde628d7e edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0xde6f1851 TSS_checkhmac1 +EXPORT_SYMBOL_GPL vmlinux 0xde72c401 virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0xde7bb483 debugfs_create_file_unsafe +EXPORT_SYMBOL_GPL vmlinux 0xde97ccb1 led_set_brightness_nopm +EXPORT_SYMBOL_GPL vmlinux 0xde9ab8c7 xenbus_rm +EXPORT_SYMBOL_GPL vmlinux 0xde9c6f2c iomap_release_folio +EXPORT_SYMBOL_GPL vmlinux 0xdeac7bf1 class_create +EXPORT_SYMBOL_GPL vmlinux 0xdead2e78 reserve_iova +EXPORT_SYMBOL_GPL vmlinux 0xdeefe6e6 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xdef18a0e iomap_get_folio +EXPORT_SYMBOL_GPL vmlinux 0xdef204db lwtunnel_get_encap_size +EXPORT_SYMBOL_GPL vmlinux 0xdefe94f0 ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0xdeffa0a7 edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0xdf0c757f ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0xdf0ca3f4 cpu_latency_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf1882af dbgp_reset_prep +EXPORT_SYMBOL_GPL vmlinux 0xdf1be5e1 __free_iova +EXPORT_SYMBOL_GPL vmlinux 0xdf237453 timer_shutdown_sync +EXPORT_SYMBOL_GPL vmlinux 0xdf2738bb cpu_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdf2d3bd2 devm_pwm_lpss_probe +EXPORT_SYMBOL_GPL vmlinux 0xdf2e82a8 dma_map_sgtable +EXPORT_SYMBOL_GPL vmlinux 0xdf31898f cper_mem_err_pack +EXPORT_SYMBOL_GPL vmlinux 0xdf356874 sdio_retune_crc_enable +EXPORT_SYMBOL_GPL vmlinux 0xdf448d1c fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0xdf44fa26 sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0xdf558314 power_supply_battery_info_properties +EXPORT_SYMBOL_GPL vmlinux 0xdf623898 ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xdf68f601 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter26debug_struct_field2_finish +EXPORT_SYMBOL_GPL vmlinux 0xdf713d54 phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xdf81924d uv_bios_mq_watchlist_free +EXPORT_SYMBOL_GPL vmlinux 0xdf86c8c2 _RNvXs5m_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_22sigevent__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xdf8f7df2 __tracepoint_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xdf962bf4 synth_event_trace_start +EXPORT_SYMBOL_GPL vmlinux 0xdfa0b70f devm_device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0xdfa503e0 perf_event_pause +EXPORT_SYMBOL_GPL vmlinux 0xdfa69f1b __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0xdfaca372 i2c_new_client_device +EXPORT_SYMBOL_GPL vmlinux 0xdfaf969b mmput_async +EXPORT_SYMBOL_GPL vmlinux 0xdfb9d573 usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0xdfc6e3e4 __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xdfcb6c90 mctrl_gpio_set +EXPORT_SYMBOL_GPL vmlinux 0xdfddbd5f regulator_set_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0xdfdfbf03 xdp_rxq_info_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0xdfe39c11 _RNvXsd_NtCs3AkgXgqgK6r_4core3fmtbNtB5_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xdff0254a kill_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0xdffb829d kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xe00b2cc8 watchdog_set_last_hw_keepalive +EXPORT_SYMBOL_GPL vmlinux 0xe00ee5ec tracepoint_probe_register_prio +EXPORT_SYMBOL_GPL vmlinux 0xe01a7c54 group_cpus_evenly +EXPORT_SYMBOL_GPL vmlinux 0xe023549e eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0xe0258d7b tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0xe02d4ba7 usb_role_switch_register +EXPORT_SYMBOL_GPL vmlinux 0xe02d9029 switchdev_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0xe02f6e92 skcipher_walk_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xe0313d71 rhashtable_insert_slow +EXPORT_SYMBOL_GPL vmlinux 0xe0377f07 irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0xe048c0fc _RNvXs1K_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_3fpuNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe04c78db __SCT__tp_func_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0xe057c906 xfrm_register_translator +EXPORT_SYMBOL_GPL vmlinux 0xe05b9967 _RNvXs21_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10llist_headNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe05e2f85 nexthop_free_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe089cfcc agp_memory_reserved +EXPORT_SYMBOL_GPL vmlinux 0xe0950b42 blk_queue_required_elevator_features +EXPORT_SYMBOL_GPL vmlinux 0xe0a58f1e _RNvXse_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_10hlist_headNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe0a95714 _RNvXs4O_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_17rhashtable_walkerNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe0aacfd1 irq_gc_noop +EXPORT_SYMBOL_GPL vmlinux 0xe0afa5a2 iomap_read_folio +EXPORT_SYMBOL_GPL vmlinux 0xe0b1c103 clk_set_max_rate +EXPORT_SYMBOL_GPL vmlinux 0xe0b70fc8 dev_pm_set_dedicated_wake_irq_reverse +EXPORT_SYMBOL_GPL vmlinux 0xe0bcf446 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0xe0c0805c gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0xe0c4e14d hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0xe0c77bb5 mce_notify_irq +EXPORT_SYMBOL_GPL vmlinux 0xe0cefdf1 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0xe0d39f1c sgx_set_attribute +EXPORT_SYMBOL_GPL vmlinux 0xe0d70fa2 irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xe0e6ef02 perf_get_x86_pmu_capability +EXPORT_SYMBOL_GPL vmlinux 0xe0f44f97 devm_nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0xe10961b9 tpm_chip_stop +EXPORT_SYMBOL_GPL vmlinux 0xe10cd6ad erst_get_record_id_begin +EXPORT_SYMBOL_GPL vmlinux 0xe119b3fe dma_resv_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xe11ced97 _RNvXsT_NtNtCs3AkgXgqgK6r_4core3str4iterNtB5_5BytesNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe1244e1a ping_hash +EXPORT_SYMBOL_GPL vmlinux 0xe12844f8 rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0xe1293c4f rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0xe14ddb85 acpi_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0xe15f154d for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0xe161fa3a fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0xe1633103 rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0xe17854ad debugfs_create_str +EXPORT_SYMBOL_GPL vmlinux 0xe187d3ff device_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0xe19478a4 _RNvXsA_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_12__ddebug_infoNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe1954cfb acpi_storage_d3 +EXPORT_SYMBOL_GPL vmlinux 0xe19d7461 raw_abort +EXPORT_SYMBOL_GPL vmlinux 0xe1a8d7c9 net_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xe1aa0bdf ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xe1aa2d62 set_hv_tscchange_cb +EXPORT_SYMBOL_GPL vmlinux 0xe1b68eb2 tcp_enter_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xe1b9f9b6 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1bd9a46 devm_hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0xe1c87a2f kernel_can_power_off +EXPORT_SYMBOL_GPL vmlinux 0xe1d61cbe _RNvXs1r_NtNtCs3AkgXgqgK6r_4core3fmt3numoNtB8_8LowerExp3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe1dc6239 devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xe1f01d78 pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0xe205f23f _RNvNvMs_NtCsd8lEp9MQdN2_5alloc3vecINtB6_3VecppE11swap_remove13assert_failed +EXPORT_SYMBOL_GPL vmlinux 0xe2138171 mbox_chan_txdone +EXPORT_SYMBOL_GPL vmlinux 0xe21f4136 nf_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0xe22a3177 _RNvXNtNtNtCsbwHtcUjRN57_6kernel4sync4lock8spinlockNtB2_15SpinLockBackendNtB4_7Backend4lock +EXPORT_SYMBOL_GPL vmlinux 0xe233762a input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0xe234926c iptunnel_metadata_reply +EXPORT_SYMBOL_GPL vmlinux 0xe23bc0b5 phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0xe2423a9c pm_clk_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe2436ebc fat_time_fat2unix +EXPORT_SYMBOL_GPL vmlinux 0xe24728b7 fwnode_create_software_node +EXPORT_SYMBOL_GPL vmlinux 0xe25aeb97 devl_resource_register +EXPORT_SYMBOL_GPL vmlinux 0xe25cd289 pci_device_group +EXPORT_SYMBOL_GPL vmlinux 0xe25d23f3 blocking_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0xe260b822 i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0xe26ac13c device_set_of_node_from_dev +EXPORT_SYMBOL_GPL vmlinux 0xe26c2154 _RNvXs4q_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_25local_apic__bindgen_ty_20NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe271f20c __SCT__tp_func_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0xe278f602 regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xe28afa1b tps65912_device_exit +EXPORT_SYMBOL_GPL vmlinux 0xe2928d0e mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0xe295c0ff is_hpet_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe29e04c4 strp_init +EXPORT_SYMBOL_GPL vmlinux 0xe2b3207a unregister_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe2be8b70 tty_ldisc_receive_buf +EXPORT_SYMBOL_GPL vmlinux 0xe2c2bc17 iomap_seek_data +EXPORT_SYMBOL_GPL vmlinux 0xe2c2ce7d _RNvXsk_NtNtCs3AkgXgqgK6r_4core4sync6atomicNtB5_8AtomicI8NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe2ce2b4d evm_set_key +EXPORT_SYMBOL_GPL vmlinux 0xe2d25400 l3mdev_fib_table_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe2d4f386 vcap_val_rule +EXPORT_SYMBOL_GPL vmlinux 0xe2dac316 _RNvNvMs1d_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB8_12NonZeroIsize13new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0xe2ec293b sbitmap_queue_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xe2f6671a thermal_zone_device_id +EXPORT_SYMBOL_GPL vmlinux 0xe300e29b adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xe316b16e do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0xe317f1be _RNvXs6_NtNtCs3AkgXgqgK6r_4core3fmt3numhNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0xe31eeb85 _RNvXs5j_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_21siginfo__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe328e1b3 __SCK__tp_func_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xe34184df clean_acked_data_disable +EXPORT_SYMBOL_GPL vmlinux 0xe34208bb metadata_dst_free +EXPORT_SYMBOL_GPL vmlinux 0xe34736f6 __SCK__tp_func_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0xe34d2e3f gov_attr_set_get +EXPORT_SYMBOL_GPL vmlinux 0xe36a90de driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe3713308 sched_show_task +EXPORT_SYMBOL_GPL vmlinux 0xe373da2c _RNvXs3x_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_18page__bindgen_ty_2NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe37eed38 led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0xe3840e18 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xe38c57d9 relay_reset +EXPORT_SYMBOL_GPL vmlinux 0xe3905a0b iommu_device_register +EXPORT_SYMBOL_GPL vmlinux 0xe397caf5 seq_buf_printf +EXPORT_SYMBOL_GPL vmlinux 0xe39d0794 usb_phy_roothub_exit +EXPORT_SYMBOL_GPL vmlinux 0xe3a2ccb5 nvdimm_provider_data +EXPORT_SYMBOL_GPL vmlinux 0xe3a57b25 pcie_aspm_capable +EXPORT_SYMBOL_GPL vmlinux 0xe3b09712 kprobe_event_delete +EXPORT_SYMBOL_GPL vmlinux 0xe3bc7fd4 hpet_unregister_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0xe3c08313 uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0xe3c91bbc io_uring_cmd_sock +EXPORT_SYMBOL_GPL vmlinux 0xe3cd5fae klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xe3cfa296 firmware_request_cache +EXPORT_SYMBOL_GPL vmlinux 0xe3d72188 pcc_mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0xe3da2cb2 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0xe3de7884 of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0xe3e423ac iommu_group_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xe3e88acb __get_current_cr3_fast +EXPORT_SYMBOL_GPL vmlinux 0xe3f0dbbc _RNvXs0_NtNtNtCs3AkgXgqgK6r_4core9core_arch3x865cpuidNtB5_11CpuidResultNtNtBb_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe3f46de0 tpm_tis_resume +EXPORT_SYMBOL_GPL vmlinux 0xe3fba143 of_hte_req_count +EXPORT_SYMBOL_GPL vmlinux 0xe400927e rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xe407b040 _RNvMNtNtCs3AkgXgqgK6r_4core3str5lossyNtB2_9Utf8Chunk5valid +EXPORT_SYMBOL_GPL vmlinux 0xe40bb23e devlink_health_reporter_priv +EXPORT_SYMBOL_GPL vmlinux 0xe41051fa blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0xe4164a8b xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0xe4172ff2 _RNvXs1t_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5f64x1NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe4196bf2 perf_aux_output_end +EXPORT_SYMBOL_GPL vmlinux 0xe41d0cfa gnttab_map_refs +EXPORT_SYMBOL_GPL vmlinux 0xe4203494 ping_bind +EXPORT_SYMBOL_GPL vmlinux 0xe4248980 cper_estatus_print +EXPORT_SYMBOL_GPL vmlinux 0xe42b893a sk_msg_memcopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe436e90c __dma_fence_unwrap_merge +EXPORT_SYMBOL_GPL vmlinux 0xe446cdc2 vp_legacy_set_queue_address +EXPORT_SYMBOL_GPL vmlinux 0xe452f954 clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0xe462c912 devm_mipi_dsi_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xe464bf41 xenbus_dev_error +EXPORT_SYMBOL_GPL vmlinux 0xe465bef6 netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0xe47d81ac __SCK__tp_func_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0xe48611ac trace_clock_global +EXPORT_SYMBOL_GPL vmlinux 0xe496a380 rust_helper_get_current +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe4a2f876 iommu_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0xe4a369d7 nfs42_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe4ac0a3a _RNvXs4L_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5f64x8NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe4b064f9 pcie_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xe4b25fc7 klp_enable_patch +EXPORT_SYMBOL_GPL vmlinux 0xe4b818c3 phy_speed_to_str +EXPORT_SYMBOL_GPL vmlinux 0xe4c240e0 bpfilter_ops +EXPORT_SYMBOL_GPL vmlinux 0xe4c2c66c rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0xe4e284d7 kthread_unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0xe4e48b12 swphy_validate_state +EXPORT_SYMBOL_GPL vmlinux 0xe4f7f6ff regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0xe4fbeaa3 led_compose_name +EXPORT_SYMBOL_GPL vmlinux 0xe4ff5c49 devm_regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xe506d52f _RNvXs3H_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_5folioNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe518c750 iov_iter_extract_pages +EXPORT_SYMBOL_GPL vmlinux 0xe5244490 phy_exit +EXPORT_SYMBOL_GPL vmlinux 0xe53be038 _RNvXs5h_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10___sifieldsNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe53dc561 devm_pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe54cbd8f ip_fib_metrics_init +EXPORT_SYMBOL_GPL vmlinux 0xe551ee63 msg_zerocopy_callback +EXPORT_SYMBOL_GPL vmlinux 0xe5535273 ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe55ff39d iommu_unmap_fast +EXPORT_SYMBOL_GPL vmlinux 0xe57f40ff cpufreq_table_index_unsorted +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58eb9d7 FSE_readNCount +EXPORT_SYMBOL_GPL vmlinux 0xe598b49e acpi_processor_get_performance_info +EXPORT_SYMBOL_GPL vmlinux 0xe5c02b64 freq_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xe5c55d9b devm_hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe5ce1a56 rhashtable_walk_enter +EXPORT_SYMBOL_GPL vmlinux 0xe5e0e8ef pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0xe5e250f5 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter11debug_tuple +EXPORT_SYMBOL_GPL vmlinux 0xe5e5ac77 pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0xe5efc4d0 netdev_is_rx_handler_busy +EXPORT_SYMBOL_GPL vmlinux 0xe5f5107c trace_array_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe5f7bf97 xfrm_dev_offload_ok +EXPORT_SYMBOL_GPL vmlinux 0xe60632a9 edac_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe60a5e8d pids_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xe60e9483 _RNvNtCs3AkgXgqgK6r_4core3fmt12USIZE_MARKER +EXPORT_SYMBOL_GPL vmlinux 0xe61978bd __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xe628280b vring_create_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xe628bb9f phy_fibre_port_array +EXPORT_SYMBOL_GPL vmlinux 0xe62a904c udp_cmsg_send +EXPORT_SYMBOL_GPL vmlinux 0xe6310c2f memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0xe636fff2 ata_qc_get_active +EXPORT_SYMBOL_GPL vmlinux 0xe6395979 pci_generic_config_write +EXPORT_SYMBOL_GPL vmlinux 0xe64ad8ea unregister_nmi_handler +EXPORT_SYMBOL_GPL vmlinux 0xe64b62f6 of_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0xe65bea48 _RNvXs9_NtNtCs3AkgXgqgK6r_4core4char7convertNtB5_14ParseCharErrorNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe65ed5fa sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xe682f64f devm_pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0xe689ca1d vmf_insert_pfn_pud +EXPORT_SYMBOL_GPL vmlinux 0xe69e12b6 usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0xe6a8bc9f usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0xe6bfa0a3 ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0xe6c465d6 _RNvXs2D_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5m8x16NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe6d96351 skb_segment_list +EXPORT_SYMBOL_GPL vmlinux 0xe6e40502 rcu_get_gp_seq +EXPORT_SYMBOL_GPL vmlinux 0xe6e5cac4 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter26debug_struct_field1_finish +EXPORT_SYMBOL_GPL vmlinux 0xe6e6b684 md_new_event +EXPORT_SYMBOL_GPL vmlinux 0xe6ee83a5 usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xe6f0bfe1 extcon_unregister_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0xe6f52443 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0xe6f83837 acpi_bus_attach_private_data +EXPORT_SYMBOL_GPL vmlinux 0xe6fa9dc7 _RNvXs1_NtNtCs3AkgXgqgK6r_4core5slice4sortNtB5_10TimSortRunNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe6ff4d94 bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xe700d767 reset_control_bulk_deassert +EXPORT_SYMBOL_GPL vmlinux 0xe70221d7 cppc_get_perf_caps +EXPORT_SYMBOL_GPL vmlinux 0xe708bab3 dev_pm_opp_find_level_exact +EXPORT_SYMBOL_GPL vmlinux 0xe714513c dst_blackhole_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xe716db3e _RNvXs0_NtNtCs3AkgXgqgK6r_4core3num5errorNtB5_15TryFromIntErrorINtNtB9_7convert4FromNtB11_10InfallibleE4from +EXPORT_SYMBOL_GPL vmlinux 0xe71fc1c1 nvmem_device_cell_write +EXPORT_SYMBOL_GPL vmlinux 0xe7232e0f user_return_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe72826d9 device_set_node +EXPORT_SYMBOL_GPL vmlinux 0xe72d3b68 usb_get_role_switch_default_mode +EXPORT_SYMBOL_GPL vmlinux 0xe73aca4e crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0xe74b33f5 pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xe74c6143 pm_runtime_get_if_active +EXPORT_SYMBOL_GPL vmlinux 0xe7515cd9 pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xe753b68d devlink_fmsg_arr_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xe7684f22 fixed_phy_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe77d1e7e serial8250_em485_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe77d5ef3 ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0xe783e261 sysfs_emit +EXPORT_SYMBOL_GPL vmlinux 0xe78d2558 fwnode_handle_get +EXPORT_SYMBOL_GPL vmlinux 0xe797f01c _RNvMNtNtCs3AkgXgqgK6r_4core5slice5asciiSh12escape_ascii +EXPORT_SYMBOL_GPL vmlinux 0xe798511a _RNvXs3_NtNtCs3AkgXgqgK6r_4core3cmp5implszNtB7_9PartialEq2eq +EXPORT_SYMBOL_GPL vmlinux 0xe79bf0c4 klp_shadow_get +EXPORT_SYMBOL_GPL vmlinux 0xe7a14597 l3mdev_fib_table_by_index +EXPORT_SYMBOL_GPL vmlinux 0xe7b059c9 vp_modern_remove +EXPORT_SYMBOL_GPL vmlinux 0xe7b4842f _RNvXsd_NtCsbwHtcUjRN57_6kernel3strNtB5_7CStringNtNtNtCs3AkgXgqgK6r_4core3ops5deref5Deref5deref +EXPORT_SYMBOL_GPL vmlinux 0xe7b86859 _RNvXsz_NtCs3AkgXgqgK6r_4core3fmtNtB5_9AlignmentNtB5_5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe7b96be0 tdx_mcall_get_report0 +EXPORT_SYMBOL_GPL vmlinux 0xe7d6d2d4 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0xe7da717b usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xe7e4ebe2 devl_linecard_create +EXPORT_SYMBOL_GPL vmlinux 0xe7e5b9a7 cpufreq_driver_resolve_freq +EXPORT_SYMBOL_GPL vmlinux 0xe7e5c183 _RNvXs2G_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_10ma_topiaryNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe7fc75d9 _RNvXs1_NtNtCs3AkgXgqgK6r_4core3fmt3numsNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0xe7fe5c3c trace_array_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0xe7ff3296 pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0xe801f3e5 _RNvXs8_NtCsd8lEp9MQdN2_5alloc11collectionsNtB5_15TryReserveErrorNtNtCs3AkgXgqgK6r_4core3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe8084530 rust_helper_errname +EXPORT_SYMBOL_GPL vmlinux 0xe80b893a virtio_require_restricted_mem_acc +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe821f009 pci_epf_create +EXPORT_SYMBOL_GPL vmlinux 0xe82d2f2a call_switchdev_notifiers +EXPORT_SYMBOL_GPL vmlinux 0xe837df53 __traceiter_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0xe83eba32 itlb_multihit_kvm_mitigation +EXPORT_SYMBOL_GPL vmlinux 0xe83fadf2 led_sysfs_enable +EXPORT_SYMBOL_GPL vmlinux 0xe846df80 cpufreq_cpu_get_raw +EXPORT_SYMBOL_GPL vmlinux 0xe84bf2f9 inode_dax +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe8513917 __rust_alloc_zeroed +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe86896aa _RNvXs1d_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_25__fpstate_64__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe87c2623 tcp_is_ulp_esp +EXPORT_SYMBOL_GPL vmlinux 0xe87fbc95 perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0xe882159d uart_try_toggle_sysrq +EXPORT_SYMBOL_GPL vmlinux 0xe88564c9 ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xe88a67a7 class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0xe89041f1 inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0xe8972d77 _RNvXs1G_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11xregs_stateNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe8979afb mas_prev_range +EXPORT_SYMBOL_GPL vmlinux 0xe89b83d8 ip6_route_output_flags +EXPORT_SYMBOL_GPL vmlinux 0xe8a772bd vcap_keyset_list_add +EXPORT_SYMBOL_GPL vmlinux 0xe8add751 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0xe8bbd6ad fuse_dev_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe8bc40c5 cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xe8c0065d memory_group_register_static +EXPORT_SYMBOL_GPL vmlinux 0xe8c4edbc power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0xe8c9561a clk_hw_rate_is_protected +EXPORT_SYMBOL_GPL vmlinux 0xe8caa8cd regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xe8dc9dd6 __folio_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0xe8e235c8 arch_static_call_transform +EXPORT_SYMBOL_GPL vmlinux 0xe900b35d _RNvXs_NtNtCs3AkgXgqgK6r_4core3str5lossyNtB4_5DebugNtNtB8_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xe9091df5 device_rename +EXPORT_SYMBOL_GPL vmlinux 0xe911df29 eventfd_ctx_do_read +EXPORT_SYMBOL_GPL vmlinux 0xe913d11a net_failover_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe9279ef4 _RNvXsP_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_31edd_device_params__bindgen_ty_2NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe92afc83 sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xe930c75c trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe944ec60 devm_clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xe94986d6 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0xe94a3455 __traceiter_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0xe94d2cdf put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xe953d52f pci_intx +EXPORT_SYMBOL_GPL vmlinux 0xe95d021f regulator_desc_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xe96b5893 devlink_port_attrs_pci_pf_set +EXPORT_SYMBOL_GPL vmlinux 0xe96fed72 pm_clk_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe97a51d1 phy_resolve_aneg_pause +EXPORT_SYMBOL_GPL vmlinux 0xe97f1370 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0xe9a125e2 sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0xe9a5f58e clk_hw_unregister_composite +EXPORT_SYMBOL_GPL vmlinux 0xe9a9be45 efivars_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe9ab27af nf_hook_entries_delete_raw +EXPORT_SYMBOL_GPL vmlinux 0xe9ae3a52 __tracepoint_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0xe9b12c49 i2c_adapter_depth +EXPORT_SYMBOL_GPL vmlinux 0xe9b4df2e memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0xe9c21f3f _RNvXs3j_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15return_instanceNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe9c78e10 event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0xe9cb8368 mmc_prepare_busy_cmd +EXPORT_SYMBOL_GPL vmlinux 0xe9ce931a kvm_para_available +EXPORT_SYMBOL_GPL vmlinux 0xe9cf6888 _RNvXs12_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_20paravirt_callee_saveNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe9d0b210 _RNvXs23_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_32___call_single_node__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9df8907 led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0xe9e0b373 _RNvXs2A_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_24maple_tree__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xe9e2ddc6 regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe9f4e85b pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0xe9f5116f rcu_exp_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0xe9fadf16 __SCT__tp_func_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xea000f6e _RNvXs5s_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_7ksignalNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xea018bbb mpi_test_bit +EXPORT_SYMBOL_GPL vmlinux 0xea0b0d74 _RNvXs27_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_8rwlock_tNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xea0e2071 dev_pm_opp_get_power +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea1a8910 _RNvXs0_NtNtCs3AkgXgqgK6r_4core3fmt3numaNtB5_10DisplayInt7from_u8 +EXPORT_SYMBOL_GPL vmlinux 0xea1d52f3 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0xea1e7420 xfrm_state_mtu +EXPORT_SYMBOL_GPL vmlinux 0xea220168 gpiod_get_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0xea2d8e9a tty_kclose +EXPORT_SYMBOL_GPL vmlinux 0xea312c8c serdev_acpi_get_uart_resource +EXPORT_SYMBOL_GPL vmlinux 0xea38036f ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0xea4e9240 regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xea528cda _RNvNtNtCs3AkgXgqgK6r_4core5slice5index24slice_end_index_len_fail +EXPORT_SYMBOL_GPL vmlinux 0xea698670 devm_pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0xea69d7d7 asm_exc_nmi_kvm_vmx +EXPORT_SYMBOL_GPL vmlinux 0xea6ed2bf dev_pm_domain_set +EXPORT_SYMBOL_GPL vmlinux 0xea758365 _RNvNtNtCs3AkgXgqgK6r_4core5slice5index29slice_end_index_overflow_fail +EXPORT_SYMBOL_GPL vmlinux 0xea9cb493 _RNvXsb_NtNtCs3AkgXgqgK6r_4core4task4wakeNtB5_8RawWakerNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xea9edada of_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0xeaa64eba pci_aer_clear_nonfatal_status +EXPORT_SYMBOL_GPL vmlinux 0xeab18d44 rust_helper_refcount_inc +EXPORT_SYMBOL_GPL vmlinux 0xeaba96be ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xeac8d7de clk_hw_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xeacf17e3 usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0xead3e41b __traceiter_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xead54924 mctrl_gpio_to_gpiod +EXPORT_SYMBOL_GPL vmlinux 0xead5c8e5 clk_bulk_prepare +EXPORT_SYMBOL_GPL vmlinux 0xeae0f496 clean_acked_data_flush +EXPORT_SYMBOL_GPL vmlinux 0xeaece4ab xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0xeaf04174 _RNvXs2E_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_24maple_node__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xeaf0a57c look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0xeaf3cb23 crc64_be +EXPORT_SYMBOL_GPL vmlinux 0xeaf79c37 balloon_page_list_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xeafcf502 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xeb0f0875 __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xeb13dc67 crypto_sig_set_pubkey +EXPORT_SYMBOL_GPL vmlinux 0xeb1a6bbd rust_helper_REFCOUNT_INIT +EXPORT_SYMBOL_GPL vmlinux 0xeb223014 fib6_check_nexthop +EXPORT_SYMBOL_GPL vmlinux 0xeb311044 tpm_put_ops +EXPORT_SYMBOL_GPL vmlinux 0xeb332e4b genphy_c45_plca_get_status +EXPORT_SYMBOL_GPL vmlinux 0xeb369f00 extcon_set_state_sync +EXPORT_SYMBOL_GPL vmlinux 0xeb434004 _RNvMs7_NtCs3AkgXgqgK6r_4core3fmtNtB5_9Formatter25debug_tuple_field1_finish +EXPORT_SYMBOL_GPL vmlinux 0xeb46118b regulator_set_ramp_delay_regmap +EXPORT_SYMBOL_GPL vmlinux 0xeb4b0fe0 devl_region_create +EXPORT_SYMBOL_GPL vmlinux 0xeb52f746 __SCT__tp_func_console +EXPORT_SYMBOL_GPL vmlinux 0xeb5a37d4 _RNvNtNtCs3AkgXgqgK6r_4core10intrinsics3mir6Return +EXPORT_SYMBOL_GPL vmlinux 0xeb64a0bd device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0xeb6ab9a8 dev_pm_opp_put_opp_table +EXPORT_SYMBOL_GPL vmlinux 0xeb7af52b scsi_register_device_handler +EXPORT_SYMBOL_GPL vmlinux 0xeb833c22 xen_has_pv_disk_devices +EXPORT_SYMBOL_GPL vmlinux 0xeb87a516 sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xeb87f2d8 __devm_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0xeb8c7a36 crypto_alloc_acomp_node +EXPORT_SYMBOL_GPL vmlinux 0xeb90063b param_ops_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0xeb9d6b97 cros_ec_check_features +EXPORT_SYMBOL_GPL vmlinux 0xeba17680 tty_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0xebb1f830 acpi_quirk_skip_gpio_event_handlers +EXPORT_SYMBOL_GPL vmlinux 0xebd1b36d kthread_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0xebd475b3 regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0xebd4cc11 mctrl_gpio_enable_ms +EXPORT_SYMBOL_GPL vmlinux 0xebef17c6 _RNvXsa_NtNtCs3AkgXgqgK6r_4core3fmt3numoNtB5_10DisplayInt7to_u128 +EXPORT_SYMBOL_GPL vmlinux 0xebf7c0a5 _RNvXsk_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_15callthunk_sitesNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xec185805 crypto_register_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xec1adc2f _RNvXs3F_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_33folio__bindgen_ty_3__bindgen_ty_2NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xec1adecf _RNvXs1L_NtNtCs3AkgXgqgK6r_4core3str4iterNtB6_5LinesNtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xec1f87a4 vp_legacy_get_features +EXPORT_SYMBOL_GPL vmlinux 0xec244fa7 blk_mq_sched_try_merge +EXPORT_SYMBOL_GPL vmlinux 0xec2df06f genphy_c45_pma_setup_forced +EXPORT_SYMBOL_GPL vmlinux 0xec336de8 class_destroy +EXPORT_SYMBOL_GPL vmlinux 0xec514b3b crypto_unregister_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xec51c852 skb_mpls_push +EXPORT_SYMBOL_GPL vmlinux 0xec5668f6 dax_zero_page_range +EXPORT_SYMBOL_GPL vmlinux 0xec5ad73b trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0xec61ec20 dax_inode +EXPORT_SYMBOL_GPL vmlinux 0xec6878ba pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0xec6f3ad4 inet_bhash2_reset_saddr +EXPORT_SYMBOL_GPL vmlinux 0xec774acb cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xec788566 acpi_target_system_state +EXPORT_SYMBOL_GPL vmlinux 0xec904ea7 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xecaf1c61 dev_pm_domain_attach_by_name +EXPORT_SYMBOL_GPL vmlinux 0xecb95017 iomap_dio_bio_end_io +EXPORT_SYMBOL_GPL vmlinux 0xecba68e3 gnttab_batch_map +EXPORT_SYMBOL_GPL vmlinux 0xecc14ea5 em_dev_register_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0xecc78736 nvdimm_has_cache +EXPORT_SYMBOL_GPL vmlinux 0xecc9b0d5 fixed_phy_register_with_gpiod +EXPORT_SYMBOL_GPL vmlinux 0xecd53c10 _RNvXsE_NtNtCs3AkgXgqgK6r_4core4sync6atomicNtB5_9AtomicI32NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xecd8f23d xenbus_read +EXPORT_SYMBOL_GPL vmlinux 0xece51252 pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0xece71234 vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0xecebe256 of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xecec40d7 extcon_get_property_capability +EXPORT_SYMBOL_GPL vmlinux 0xed2c5bcf power_supply_charge_behaviour_parse +EXPORT_SYMBOL_GPL vmlinux 0xed38cc8e regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xed39b7b8 parse_OID +EXPORT_SYMBOL_GPL vmlinux 0xed64ea25 pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xed666574 acpi_dev_gpio_irq_wake_get_by +EXPORT_SYMBOL_GPL vmlinux 0xed886317 dev_fill_forward_path +EXPORT_SYMBOL_GPL vmlinux 0xed8c384b netdev_xmit_skip_txqueue +EXPORT_SYMBOL_GPL vmlinux 0xed918dde hte_init_line_attr +EXPORT_SYMBOL_GPL vmlinux 0xed953690 sbitmap_bitmap_show +EXPORT_SYMBOL_GPL vmlinux 0xed98c56a pm_clk_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xeda06867 _RNvXs5p_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_14kernel_siginfoNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xedb37dac _RNvXsJ_NtNtCs3AkgXgqgK6r_4core4sync6atomicNtB5_9AtomicU32NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xedb897e0 dev_pm_opp_get_required_pstate +EXPORT_SYMBOL_GPL vmlinux 0xedd3f6f3 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0xedd5881a dev_pm_opp_add +EXPORT_SYMBOL_GPL vmlinux 0xedd84aa4 iommu_sva_bind_device +EXPORT_SYMBOL_GPL vmlinux 0xede2a4b7 _RNvXsn_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_21qrwlock__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xede9a09a btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0xedf98047 acpi_set_modalias +EXPORT_SYMBOL_GPL vmlinux 0xedfe91cd __fsverity_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0xee0378bc pm_genpd_init +EXPORT_SYMBOL_GPL vmlinux 0xee03cb85 _RNvXs4F_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5u64x8NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xee0e4e6c pci_msi_prepare +EXPORT_SYMBOL_GPL vmlinux 0xee13e697 set_personality_ia32 +EXPORT_SYMBOL_GPL vmlinux 0xee154c37 gpiochip_request_own_desc +EXPORT_SYMBOL_GPL vmlinux 0xee167397 _RNvXsi_NtCs3AkgXgqgK6r_4core3numiNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0xee27cd7d mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xee38ef57 register_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee3a6593 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0xee3f95c0 dev_nit_active +EXPORT_SYMBOL_GPL vmlinux 0xee4069ba _RNvXs3V_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15lru_gen_mm_listNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xee410e41 _RNvXsa_NtNtCs3AkgXgqgK6r_4core3fmt3numoNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0xee4244b0 _RNvXs4g_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_16x86_platform_opsNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xee518148 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0xee5238da _RNvXs7_NtCs3AkgXgqgK6r_4core3anyNtB5_6DemandNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xee68ef32 regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xee6c633a devices_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xee92b94c _RNvNtCs3AkgXgqgK6r_4core3fmt17pointer_fmt_inner +EXPORT_SYMBOL_GPL vmlinux 0xee93cf84 rust_helper_put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0xee9b3eee icc_node_add +EXPORT_SYMBOL_GPL vmlinux 0xeea6ebc9 fwnode_get_next_available_child_node +EXPORT_SYMBOL_GPL vmlinux 0xeea76283 divider_ro_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xeeadc44a __kthread_init_worker +EXPORT_SYMBOL_GPL vmlinux 0xeeb1c70d __reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xeec1f7f7 _RNvXsr_NtNtCs3AkgXgqgK6r_4core9core_arch3x86NtB5_7___m256dNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xeed3934e _RNvXsG_NtNtCs3AkgXgqgK6r_4core9core_arch3x86NtB5_8___m256bhNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xeedd987e phy_10gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0xeee4b172 mnt_idmap_put +EXPORT_SYMBOL_GPL vmlinux 0xeee667d3 fpregs_assert_state_consistent +EXPORT_SYMBOL_GPL vmlinux 0xeef68434 acpi_ec_remove_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xeefc14cc __tracepoint_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xef05faf2 nf_ip6_check_hbh_len +EXPORT_SYMBOL_GPL vmlinux 0xef132418 __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xef1dd1f1 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0xef1f0fc3 dev_attr_ncq_prio_enable +EXPORT_SYMBOL_GPL vmlinux 0xef1f6e23 apei_resources_request +EXPORT_SYMBOL_GPL vmlinux 0xef29fcdd clk_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xef34bf3e hrtimer_active +EXPORT_SYMBOL_GPL vmlinux 0xef4529d5 _RNvXs2n_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_25arch_tlbflush_unmap_batchNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xef464c28 getboottime64 +EXPORT_SYMBOL_GPL vmlinux 0xef5db66d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xef65c679 _RNvXsA_NtNtCs3AkgXgqgK6r_4core9core_arch3x86NtB5_7___m512dNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xef6a3cb0 hsu_dma_get_status +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef70d2bc sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0xef70eb7e ring_buffer_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0xef80c2c8 __serdev_device_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xef8c7dd2 mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0xef8fc95f kvm_async_pf_task_wait_schedule +EXPORT_SYMBOL_GPL vmlinux 0xef92ef33 btree_last +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefb25278 _RNvXsa_NtCs3AkgXgqgK6r_4core5errorNtNtNtB7_4char7convert16CharTryFromErrorNtB5_5Error11description +EXPORT_SYMBOL_GPL vmlinux 0xefb77aec _RNvXsM_NtNtCs3AkgXgqgK6r_4core3str4iterNtB5_11EncodeUtf16NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xefbd4805 wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0xefcef95a usb_phy_set_event +EXPORT_SYMBOL_GPL vmlinux 0xefd78ee8 __SCK__tp_func_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0xefdb2687 vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0xefe2d8cc acpi_dev_get_property +EXPORT_SYMBOL_GPL vmlinux 0xefeafcf1 edac_has_mcs +EXPORT_SYMBOL_GPL vmlinux 0xeff063ec inet6_cleanup_sock +EXPORT_SYMBOL_GPL vmlinux 0xeff5f3a9 lwtunnel_valid_encap_type +EXPORT_SYMBOL_GPL vmlinux 0xf01527d2 bpf_map_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0xf017ad04 _RNvXs0_NtCsbwHtcUjRN57_6kernel5errorNtB5_5ErrorINtNtCs3AkgXgqgK6r_4core7convert4FromNtNtBO_5alloc10AllocErrorE4from +EXPORT_SYMBOL_GPL vmlinux 0xf01bdb04 fsnotify_destroy_mark +EXPORT_SYMBOL_GPL vmlinux 0xf01e510f blk_mq_hctx_set_fq_lock_class +EXPORT_SYMBOL_GPL vmlinux 0xf03b1e53 dev_pm_genpd_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf04429b4 acpi_bus_get_status_handle +EXPORT_SYMBOL_GPL vmlinux 0xf05a52fe asn1_encode_oid +EXPORT_SYMBOL_GPL vmlinux 0xf05fbf09 pci_pio_to_address +EXPORT_SYMBOL_GPL vmlinux 0xf068ba6c crypto_unregister_aead +EXPORT_SYMBOL_GPL vmlinux 0xf0696401 acpi_pci_detect_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xf07c09c1 ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0xf0910075 sfp_bus_del_upstream +EXPORT_SYMBOL_GPL vmlinux 0xf099ef8a unregister_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xf09cb271 _RNvXs2_NtNtCs3AkgXgqgK6r_4core3str5errorNtB5_14ParseBoolErrorNtNtB9_5error5Error11description +EXPORT_SYMBOL_GPL vmlinux 0xf09e2066 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0xf0a4bb1a shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0xf0a721a7 _RNvXs9_NtNtCs3AkgXgqgK6r_4core3fmt3numyNtB5_10DisplayInt6to_u32 +EXPORT_SYMBOL_GPL vmlinux 0xf0b4d9af pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xf0c6bf69 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xf0ced3a5 _RNvMNtNtCs3AkgXgqgK6r_4core3mem15transmutabilityNtB2_6Assume7but_not +EXPORT_SYMBOL_GPL vmlinux 0xf0d51b01 subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0xf0de5bfa l3mdev_master_upper_ifindex_by_index_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf0eb3fdd dw_pcie_ep_raise_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0xf0fd0b61 x86_perf_get_lbr +EXPORT_SYMBOL_GPL vmlinux 0xf102d9a8 _RNvXs3O_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_28vm_area_struct__bindgen_ty_2NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xf1061303 i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xf10ab3c5 _RNvXs5_NtNtCs3AkgXgqgK6r_4core3fmt3numiNtB5_10DisplayInt4zero +EXPORT_SYMBOL_GPL vmlinux 0xf10cfe9d dma_resv_set_deadline +EXPORT_SYMBOL_GPL vmlinux 0xf1124ecd sfp_upstream_set_signal_rate +EXPORT_SYMBOL_GPL vmlinux 0xf128574d nexthop_for_each_fib6_nh +EXPORT_SYMBOL_GPL vmlinux 0xf1337d66 __SCK__tp_func_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xf14f06bc devl_dpipe_table_register +EXPORT_SYMBOL_GPL vmlinux 0xf160b708 _RNvXNtCs3AkgXgqgK6r_4core9panickingNtB2_10AssertKindNtNtB4_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xf161b25a _RNvNtNtNtCs3AkgXgqgK6r_4core7unicode12unicode_data10alphabetic6lookup +EXPORT_SYMBOL_GPL vmlinux 0xf1636392 crypto_clone_cipher +EXPORT_SYMBOL_GPL vmlinux 0xf163a473 device_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0xf16fa157 iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0xf17a954b kthread_data +EXPORT_SYMBOL_GPL vmlinux 0xf17c6439 tps65912_device_init +EXPORT_SYMBOL_GPL vmlinux 0xf17d8f74 mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf18654a4 rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0xf188a662 rhashtable_walk_exit +EXPORT_SYMBOL_GPL vmlinux 0xf19607fb blk_mq_start_stopped_hw_queue +EXPORT_SYMBOL_GPL vmlinux 0xf196c3e0 tpm1_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0xf196f81b _RNvXs5_NtNtCs3AkgXgqgK6r_4core3cmp5implszNtB7_10PartialOrd11partial_cmp +EXPORT_SYMBOL_GPL vmlinux 0xf19c7dad edac_mc_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf1b4ca37 regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf1bab051 rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xf1c2dde6 sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0xf1ca6bf2 input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0xf1cd8929 kvm_read_and_reset_apf_flags +EXPORT_SYMBOL_GPL vmlinux 0xf1d5cd51 genphy_c45_read_lpa +EXPORT_SYMBOL_GPL vmlinux 0xf1d7ec1c virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0xf1d80036 pci_load_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xf1ddeeab iommu_device_link +EXPORT_SYMBOL_GPL vmlinux 0xf1e07589 __tracepoint_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0xf1e3f96b devm_regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0xf1e64ede sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0xf1ecda92 vcap_set_rule_set_keyset +EXPORT_SYMBOL_GPL vmlinux 0xf1ed95d2 extcon_register_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0xf1f245ed divider_ro_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0xf1ffb44f vcap_rule_set_counter_id +EXPORT_SYMBOL_GPL vmlinux 0xf2074320 scsi_dh_activate +EXPORT_SYMBOL_GPL vmlinux 0xf20b114c hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0xf2199eda inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf23b714e io_uring_cmd_import_fixed +EXPORT_SYMBOL_GPL vmlinux 0xf25447d7 nvdimm_flush +EXPORT_SYMBOL_GPL vmlinux 0xf25da844 driver_set_override +EXPORT_SYMBOL_GPL vmlinux 0xf2664ae4 wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0xf26f97e9 __traceiter_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0xf2737d93 virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0xf27c9767 __traceiter_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xf27d0a7b gnttab_grant_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0xf27d6f38 usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xf28404cf devlink_dpipe_header_ipv6 +EXPORT_SYMBOL_GPL vmlinux 0xf29011d3 usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0xf293875e _RNvXs4X_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_19kmsan_context_stateNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xf294bc57 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0xf2967796 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0xf2b33cb7 memory_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xf2b3695d handle_untracked_irq +EXPORT_SYMBOL_GPL vmlinux 0xf2c525f6 mbox_request_channel_byname +EXPORT_SYMBOL_GPL vmlinux 0xf2c53d53 pci_write_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0xf2c92866 devl_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf2d81311 pwm_capture +EXPORT_SYMBOL_GPL vmlinux 0xf2dcc715 dax_finish_sync_fault +EXPORT_SYMBOL_GPL vmlinux 0xf2e9b13e __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0xf2ee478e pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xf2fb61bd vprintk_default +EXPORT_SYMBOL_GPL vmlinux 0xf2ff4bc2 serial8250_em485_supported +EXPORT_SYMBOL_GPL vmlinux 0xf30a5502 cpufreq_enable_boost_support +EXPORT_SYMBOL_GPL vmlinux 0xf311e156 key_being_used_for +EXPORT_SYMBOL_GPL vmlinux 0xf31632e0 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0xf3187fbd spi_async +EXPORT_SYMBOL_GPL vmlinux 0xf3189f7e __uv_cpu_info +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf31f5010 hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf3298627 pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf32bdc5d unregister_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf32fb8da zone_device_page_init +EXPORT_SYMBOL_GPL vmlinux 0xf33059f4 __netpoll_free +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf34db49e genphy_c45_pma_baset1_read_master_slave +EXPORT_SYMBOL_GPL vmlinux 0xf352023f memory_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xf35255ae _RNvXs4n_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_6u32x16NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xf352a133 _RNvXs_NtNtCs3AkgXgqgK6r_4core3mem15transmutabilityNtB4_6AssumeNtNtNtB8_3ops5arith3Add3add +EXPORT_SYMBOL_GPL vmlinux 0xf36565c8 __traceiter_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0xf3719444 devl_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf3797506 mpi_ec_deinit +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf38166e2 _RNvXs30_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_12execute_workNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xf38196f1 serial8250_do_set_divisor +EXPORT_SYMBOL_GPL vmlinux 0xf387ec7c fib_alias_hw_flags_set +EXPORT_SYMBOL_GPL vmlinux 0xf38d3680 fib6_rule_default +EXPORT_SYMBOL_GPL vmlinux 0xf395a1e1 virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0xf395fa98 xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0xf39afa78 __SCK__tp_func_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xf39ddea6 net_failover_create +EXPORT_SYMBOL_GPL vmlinux 0xf3a09fe7 crypto_has_kpp +EXPORT_SYMBOL_GPL vmlinux 0xf3b1682c device_add +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3b8b5e2 scsi_host_unblock +EXPORT_SYMBOL_GPL vmlinux 0xf3b95d79 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0xf3bcf8a3 _RNvXs1_NtCsd8lEp9MQdN2_5alloc11collectionsNtB5_15TryReserveErrorNtNtCs3AkgXgqgK6r_4core3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xf3c511a1 __blk_req_zone_write_unlock +EXPORT_SYMBOL_GPL vmlinux 0xf3cdca1f yield_to +EXPORT_SYMBOL_GPL vmlinux 0xf3d3338a inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0xf3fdd29c kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0xf401e428 usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0xf4086a69 vchan_init +EXPORT_SYMBOL_GPL vmlinux 0xf40dd141 device_match_name +EXPORT_SYMBOL_GPL vmlinux 0xf40ec917 xenbus_probe_devices +EXPORT_SYMBOL_GPL vmlinux 0xf421d47e vcap_copy_rule +EXPORT_SYMBOL_GPL vmlinux 0xf4505dfa sysfs_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0xf45423a5 __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xf463bbfe bpf_trace_run4 +EXPORT_SYMBOL_GPL vmlinux 0xf4661896 virtqueue_add_inbuf_ctx +EXPORT_SYMBOL_GPL vmlinux 0xf4689d50 linkmode_set_pause +EXPORT_SYMBOL_GPL vmlinux 0xf4738b0b _RNvXs1Q_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_16entry_stack_pageNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xf4753ef0 pci_p2pdma_enable_store +EXPORT_SYMBOL_GPL vmlinux 0xf47654df irq_check_status_bit +EXPORT_SYMBOL_GPL vmlinux 0xf4839a58 dax_recovery_write +EXPORT_SYMBOL_GPL vmlinux 0xf49fe187 ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0xf4a9b553 vp_modern_config_vector +EXPORT_SYMBOL_GPL vmlinux 0xf4af35c2 rcu_gp_is_normal +EXPORT_SYMBOL_GPL vmlinux 0xf4aff581 __tracepoint_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0xf4b34327 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0xf4b60975 devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xf4c08fbb scsi_dh_set_params +EXPORT_SYMBOL_GPL vmlinux 0xf4c62661 _RNvXsx_NtNtCs3AkgXgqgK6r_4core3fmt3numjNtB7_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0xf4c65794 devlink_alloc_ns +EXPORT_SYMBOL_GPL vmlinux 0xf4cd9f8f reset_control_bulk_release +EXPORT_SYMBOL_GPL vmlinux 0xf4d9803e ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xf4dd89bf uv_get_hubless_system +EXPORT_SYMBOL_GPL vmlinux 0xf4e9402e _RNvXsh_NtCs3AkgXgqgK6r_4core3numNtB5_10FpCategoryNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xf4eae794 wbc_detach_inode +EXPORT_SYMBOL_GPL vmlinux 0xf4eb7bfb cpufreq_disable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0xf4f3c1e0 __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0xf4f44ff9 _RNvXsl_NtCs3AkgXgqgK6r_4core3numlNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0xf5295e10 dax_writeback_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0xf53abbf5 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0xf53ee1a5 cdrom_multisession +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf55213fb phy_save_page +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf55d37fe i2c_acpi_find_adapter_by_handle +EXPORT_SYMBOL_GPL vmlinux 0xf565b971 _RNvXsN_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB5_5u32x2NtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xf56ae4ea em_pd_get +EXPORT_SYMBOL_GPL vmlinux 0xf57ae4fe devfreq_event_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xf58056f3 _RNvNtNtCs3AkgXgqgK6r_4core3str8converts13from_utf8_mut +EXPORT_SYMBOL_GPL vmlinux 0xf5878cc7 fpstate_clear_xstate_component +EXPORT_SYMBOL_GPL vmlinux 0xf58c7fd0 blk_req_needs_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0xf58dc464 device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0xf5956c11 regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0xf59c3dfd regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0xf5a067bf iommu_group_dma_owner_claimed +EXPORT_SYMBOL_GPL vmlinux 0xf5a2c811 pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0xf5a3ba99 linear_range_values_in_range +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5b52d5c hv_vp_assist_page +EXPORT_SYMBOL_GPL vmlinux 0xf5b8f2dc fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0xf5ca8cdb usb_hcd_setup_local_mem +EXPORT_SYMBOL_GPL vmlinux 0xf5cfd850 __spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0xf5db4dac rust_fmt_argument +EXPORT_SYMBOL_GPL vmlinux 0xf5e17971 __dev_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xf5e3bf5a mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xf5e86245 bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0xf5ebd86f regmap_get_device +EXPORT_SYMBOL_GPL vmlinux 0xf5ef7ba6 nvmem_layout_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0xf5f214b9 thermal_clear_package_intr_status +EXPORT_SYMBOL_GPL vmlinux 0xf5f370e0 async_schedule_node +EXPORT_SYMBOL_GPL vmlinux 0xf5f55460 _RNvXs5U_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_12thread_unionNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xf5f8f63d proc_create_net_data_write +EXPORT_SYMBOL_GPL vmlinux 0xf6007dc2 blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0xf601a257 usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0xf60aef40 _RNvXsU_NtNtCs3AkgXgqgK6r_4core3str7patternNtB5_11EmptyNeedleNtNtB9_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xf610201c register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xf610d20e mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0xf615afd0 debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0xf62ce3f4 pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0xf6368fac wbc_account_cgroup_owner +EXPORT_SYMBOL_GPL vmlinux 0xf63f003a acpi_gpio_get_io_resource +EXPORT_SYMBOL_GPL vmlinux 0xf64a43f6 sis_info133_for_sata +EXPORT_SYMBOL_GPL vmlinux 0xf64aaa25 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xf65dcb39 xdp_features_clear_redirect_target +EXPORT_SYMBOL_GPL vmlinux 0xf663ee2f pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0xf66f1a9f of_hwspin_lock_get_id_byname +EXPORT_SYMBOL_GPL vmlinux 0xf6845ff7 __xenbus_register_backend +EXPORT_SYMBOL_GPL vmlinux 0xf68b79f7 ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0xf6a28554 region_intersects +EXPORT_SYMBOL_GPL vmlinux 0xf6c0daf9 devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xf6c33fd9 fs_dax_get_by_bdev +EXPORT_SYMBOL_GPL vmlinux 0xf6c71a25 cper_severity_str +EXPORT_SYMBOL_GPL vmlinux 0xf6c8dc62 cpu_hotplug_enable +EXPORT_SYMBOL_GPL vmlinux 0xf6c91fc9 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0xf6ce0e89 invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0xf6d0ca0f ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0xf6d3acec __traceiter_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xf6dc4506 css_next_descendant_pre +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6f16c56 rcu_barrier_tasks +EXPORT_SYMBOL_GPL vmlinux 0xf70e039b nexthop_find_by_id +EXPORT_SYMBOL_GPL vmlinux 0xf70e4a4d preempt_schedule_notrace +EXPORT_SYMBOL_GPL vmlinux 0xf7145dc4 drop_reasons_unregister_subsys +EXPORT_SYMBOL_GPL vmlinux 0xf716e053 led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf72a65ea tty_get_char_size +EXPORT_SYMBOL_GPL vmlinux 0xf73c3552 __devm_clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xf73ec797 _RNvNvMs_NtCsd8lEp9MQdN2_5alloc3vecINtB6_3VecppE6remove13assert_failed +EXPORT_SYMBOL_GPL vmlinux 0xf7455c16 input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0xf749debc md5_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0xf74bb274 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xf74e0e19 securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xf74e7c93 jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0xf7503897 skb_mpls_dec_ttl +EXPORT_SYMBOL_GPL vmlinux 0xf75a9ef9 device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0xf7627654 _RNvMs4_NtNtCs3AkgXgqgK6r_4core3fmt8buildersNtB5_8DebugSet5entry +EXPORT_SYMBOL_GPL vmlinux 0xf767ca35 fixed_percpu_data +EXPORT_SYMBOL_GPL vmlinux 0xf77275e1 _RNvXsp_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_12raw_spinlockNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xf773cd2a dev_pm_opp_disable +EXPORT_SYMBOL_GPL vmlinux 0xf7772bde xas_init_marks +EXPORT_SYMBOL_GPL vmlinux 0xf7800193 da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xf782fb07 percpu_ref_switch_to_atomic_sync +EXPORT_SYMBOL_GPL vmlinux 0xf78373dd _RNvMs0_NtNtCsbwHtcUjRN57_6kernel4sync7condvarNtB5_7CondVar10notify_all +EXPORT_SYMBOL_GPL vmlinux 0xf78379bd skb_send_sock_locked +EXPORT_SYMBOL_GPL vmlinux 0xf7866b4f bind_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0xf7a4097c ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xf7a7555a __sk_flush_backlog +EXPORT_SYMBOL_GPL vmlinux 0xf7ad1401 ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xf7afb369 btree_init +EXPORT_SYMBOL_GPL vmlinux 0xf7bc95b0 devlink_fmsg_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xf7c3b342 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0xf7c3f273 xen_resume_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf7cf10d5 irq_domain_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xf7d1462a __virtio_unbreak_device +EXPORT_SYMBOL_GPL vmlinux 0xf7d217d7 scsi_host_block +EXPORT_SYMBOL_GPL vmlinux 0xf7d478f7 xenbus_dev_fatal +EXPORT_SYMBOL_GPL vmlinux 0xf7d596ec device_register +EXPORT_SYMBOL_GPL vmlinux 0xf7d7da65 shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xf7e1faa8 _RNvXs_NtNtCs3AkgXgqgK6r_4core3ptr9alignmentNtB4_9AlignmentNtNtB8_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xf7f9ef87 devl_params_register +EXPORT_SYMBOL_GPL vmlinux 0xf8042d68 crypto_inst_setname +EXPORT_SYMBOL_GPL vmlinux 0xf81dce70 thermal_genl_cpu_capability_event +EXPORT_SYMBOL_GPL vmlinux 0xf8494987 __SCK__tp_func_extlog_mem_event +EXPORT_SYMBOL_GPL vmlinux 0xf84bec55 crypto_register_scomps +EXPORT_SYMBOL_GPL vmlinux 0xf8540d8c sbitmap_any_bit_set +EXPORT_SYMBOL_GPL vmlinux 0xf858aefd bpf_prog_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0xf85efc99 ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xf863e512 _RNvMsc_NtCs3AkgXgqgK6r_4core4timeNtB5_21TryFromFloatSecsError11description +EXPORT_SYMBOL_GPL vmlinux 0xf868111b __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xf881cecd load_fixmap_gdt +EXPORT_SYMBOL_GPL vmlinux 0xf883bf93 crypto_dh_key_len +EXPORT_SYMBOL_GPL vmlinux 0xf88e7c77 _RNvXsD_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_29static_call_key__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xf8a062ff _RNvXsb_NtCs3AkgXgqgK6r_4core4charNtB5_11ToLowercaseNtNtNtNtB7_4iter6traits12double_ended19DoubleEndedIterator9next_back +EXPORT_SYMBOL_GPL vmlinux 0xf8a23f3f _RNvXsI_NtCs4G5TVFbM653_8bindings12bindings_rawNtB5_41restart_block__bindgen_ty_1__bindgen_ty_1NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xf8ba510e _RNvXsY_NtNtCs3AkgXgqgK6r_4core3fmt3numxNtB7_6Binary3fmt +EXPORT_SYMBOL_GPL vmlinux 0xf8bc0beb clear_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0xf8c88995 devm_regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xf8cc54cc gnttab_pages_clear_private +EXPORT_SYMBOL_GPL vmlinux 0xf8d70ddc sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0xf8e11047 regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8f559f9 serdev_device_set_flow_control +EXPORT_SYMBOL_GPL vmlinux 0xf8fe3986 pat_pfn_immune_to_uc_mtrr +EXPORT_SYMBOL_GPL vmlinux 0xf90249c8 __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf903a038 pinconf_generic_dump_config +EXPORT_SYMBOL_GPL vmlinux 0xf90b66f6 _RNvXs13_NtNtCs3AkgXgqgK6r_4core3fmt3numyNtB8_5Octal3fmt +EXPORT_SYMBOL_GPL vmlinux 0xf90b91eb usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0xf90cbca4 ksm_madvise +EXPORT_SYMBOL_GPL vmlinux 0xf90f01e7 cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0xf91816c5 ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0xf937405e crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0xf9376129 _RNvXs5c_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_24___sifields__bindgen_ty_3NtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xf95322f4 kthread_parkme +EXPORT_SYMBOL_GPL vmlinux 0xf955e9c5 bprintf +EXPORT_SYMBOL_GPL vmlinux 0xf95825d9 fwnode_get_phy_node +EXPORT_SYMBOL_GPL vmlinux 0xf96f6f1f _RNvMs0_NtNtCs3AkgXgqgK6r_4core3str5lossyNtB5_10Utf8Chunks3new +EXPORT_SYMBOL_GPL vmlinux 0xf9740408 wp_shared_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0xf977fc0d tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0xf994ed89 pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0xf99565ba platform_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0xf997ba3e pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0xf99b48c2 spi_slave_abort +EXPORT_SYMBOL_GPL vmlinux 0xf99fe833 fwnode_property_present +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9b34a0b iopf_queue_free +EXPORT_SYMBOL_GPL vmlinux 0xf9cfd1b0 __netdev_watchdog_up +EXPORT_SYMBOL_GPL vmlinux 0xf9d02068 devm_bitmap_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf9dd4cfc register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0xf9e670f7 clk_hw_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xf9eaf82f rust_helper_signal_pending +EXPORT_SYMBOL_GPL vmlinux 0xfa0abb18 __fscrypt_prepare_readdir +EXPORT_SYMBOL_GPL vmlinux 0xfa1292f9 da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa20488d tcp_parse_mss_option +EXPORT_SYMBOL_GPL vmlinux 0xfa241be5 _RNvXs1_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3imptNtB9_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xfa243676 mmc_crypto_prepare_req +EXPORT_SYMBOL_GPL vmlinux 0xfa349688 aer_recover_queue +EXPORT_SYMBOL_GPL vmlinux 0xfa350295 _RNvXsn_NtCs3AkgXgqgK6r_4core3numnNtNtNtB7_3str6traits7FromStr8from_str +EXPORT_SYMBOL_GPL vmlinux 0xfa35044a alternatives_patched +EXPORT_SYMBOL_GPL vmlinux 0xfa43cefc is_hash_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xfa48bc9b i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0xfa49d1ec acpi_device_update_power +EXPORT_SYMBOL_GPL vmlinux 0xfa4c1c7d sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0xfa4dd9bd _RNvXsA_NtCs3AkgXgqgK6r_4core4charNtB5_11ToLowercaseNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xfa666974 queue_work_node +EXPORT_SYMBOL_GPL vmlinux 0xfa66da58 regmap_get_reg_stride +EXPORT_SYMBOL_GPL vmlinux 0xfa7e1a6b devm_power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0xfa86aba3 replace_page_cache_folio +EXPORT_SYMBOL_GPL vmlinux 0xfa8ad185 vp_modern_set_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0xfa908edf ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0xfa932884 ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xfaa677fb rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0xfaa72ccb iommu_map_sg +EXPORT_SYMBOL_GPL vmlinux 0xfaa82816 _RNvXs1k_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_3msrNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xfaaa2e4f iommu_fwspec_free +EXPORT_SYMBOL_GPL vmlinux 0xfaaf8621 power_supply_battery_bti_in_range +EXPORT_SYMBOL_GPL vmlinux 0xfab30dc0 mdio_bus_exit +EXPORT_SYMBOL_GPL vmlinux 0xfab52fab hv_set_register +EXPORT_SYMBOL_GPL vmlinux 0xfab53ed9 pinctrl_gpio_can_use_line +EXPORT_SYMBOL_GPL vmlinux 0xfab63167 rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0xfabd7b32 iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0xfac0a971 devm_regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xfac387d1 pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0xfac5413d nvdimm_clear_poison +EXPORT_SYMBOL_GPL vmlinux 0xfacf2369 tcp_ca_openreq_child +EXPORT_SYMBOL_GPL vmlinux 0xfad9c827 kill_dax +EXPORT_SYMBOL_GPL vmlinux 0xfadd9f3d _RNvXs0_NtNtNtCs3AkgXgqgK6r_4core3fmt3num3impsNtB9_7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xfadf0568 tcp_bpf_sendmsg_redir +EXPORT_SYMBOL_GPL vmlinux 0xfaefe565 hrtimer_sleeper_start_expires +EXPORT_SYMBOL_GPL vmlinux 0xfaff1aa4 __SCK__tp_func_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0xfb05bb0b cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0xfb0dd019 lwtunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0xfb16a7e6 sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0xfb246eb0 pci_iov_vf_id +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb333743 xenbus_dev_changed +EXPORT_SYMBOL_GPL vmlinux 0xfb35890a x509_cert_parse +EXPORT_SYMBOL_GPL vmlinux 0xfb36fad4 __traceiter_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0xfb4d6cdc extcon_set_property_capability +EXPORT_SYMBOL_GPL vmlinux 0xfb50e99d perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0xfb5190c6 md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0xfb59e704 dm_submit_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xfb5f5ae1 kern_mount +EXPORT_SYMBOL_GPL vmlinux 0xfb602294 led_update_brightness +EXPORT_SYMBOL_GPL vmlinux 0xfb606672 irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xfb60faf5 posix_acl_clone +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb74e910 proc_douintvec_minmax +EXPORT_SYMBOL_GPL vmlinux 0xfb7d2781 wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xfb812a4c dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0xfb842129 _RNvXs15_NtNtCs3AkgXgqgK6r_4core9core_arch4simdNtB6_5i16x4NtNtBa_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xfb8659de _RNvNvMsZ_NtNtCs3AkgXgqgK6r_4core3num7nonzeroNtB7_10NonZeroI6413new_unchecked8comptime +EXPORT_SYMBOL_GPL vmlinux 0xfb8c72f8 acpi_device_fix_up_power_extended +EXPORT_SYMBOL_GPL vmlinux 0xfb8ff577 __fscrypt_encrypt_symlink +EXPORT_SYMBOL_GPL vmlinux 0xfb9c99fb nvdimm_bus_add_badrange +EXPORT_SYMBOL_GPL vmlinux 0xfb9d4976 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xfba3feff clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xfbb66212 dm_post_suspending +EXPORT_SYMBOL_GPL vmlinux 0xfbbb0297 devlink_register +EXPORT_SYMBOL_GPL vmlinux 0xfbbcda57 usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbbfcfe1 bpf_trace_run7 +EXPORT_SYMBOL_GPL vmlinux 0xfbc17c8a xenbus_alloc_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xfbd30b01 pinctrl_utils_add_config +EXPORT_SYMBOL_GPL vmlinux 0xfbe7b920 crypto_init_akcipher_ops_sig +EXPORT_SYMBOL_GPL vmlinux 0xfbede5a8 bio_split_rw +EXPORT_SYMBOL_GPL vmlinux 0xfbf171d4 fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0xfbf1f682 led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0xfbf645ea security_file_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xfbf906ab bpf_map_inc_with_uref +EXPORT_SYMBOL_GPL vmlinux 0xfbfd8bbf blkcg_get_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0xfbffd601 net_prio_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc0950a9 __tracepoint_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xfc0a42a6 devlink_flash_update_timeout_notify +EXPORT_SYMBOL_GPL vmlinux 0xfc170c87 pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0xfc1ea631 tcp_plb_check_rehash +EXPORT_SYMBOL_GPL vmlinux 0xfc201b66 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0xfc254d15 gnttab_free_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xfc3279ee is_nvdimm_sync +EXPORT_SYMBOL_GPL vmlinux 0xfc3ab8ce _RNvXs_NtNtCs3AkgXgqgK6r_4core3str5errorNtB4_9Utf8ErrorNtNtB8_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xfc3b4246 acpi_bus_update_power +EXPORT_SYMBOL_GPL vmlinux 0xfc53d8a9 driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xfc582336 make_device_exclusive_range +EXPORT_SYMBOL_GPL vmlinux 0xfc6040a3 fscrypt_ioctl_get_policy_ex +EXPORT_SYMBOL_GPL vmlinux 0xfc724f89 irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xfc86b247 scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0xfc98c8dc xen_percpu_upcall +EXPORT_SYMBOL_GPL vmlinux 0xfca03cb0 __mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0xfca27063 dev_pm_opp_put +EXPORT_SYMBOL_GPL vmlinux 0xfca9e399 vcap_get_rule_count_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0xfcadfcea __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xfcb681e3 _RNvXs3_NtNtCs3AkgXgqgK6r_4core3num5errorNtB5_13ParseIntErrorNtNtB9_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xfcbfec70 add_memory_driver_managed +EXPORT_SYMBOL_GPL vmlinux 0xfcc152c6 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0xfcc1edd3 memory_block_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0xfcca5424 register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xfccb93de _RNvXs1V_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_13thread_structNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xfcd31075 pci_platform_power_transition +EXPORT_SYMBOL_GPL vmlinux 0xfcd860fc pcc_mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0xfced4edc regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0xfcf6ec09 extcon_find_edev_by_node +EXPORT_SYMBOL_GPL vmlinux 0xfcf9ef73 hw_protection_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xfd1b1712 handle_mm_fault +EXPORT_SYMBOL_GPL vmlinux 0xfd211c41 acpi_dma_request_slave_chan_by_index +EXPORT_SYMBOL_GPL vmlinux 0xfd3ee508 tcpv6_prot +EXPORT_SYMBOL_GPL vmlinux 0xfd47173c extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfd5075c2 uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0xfd51ca3d debugfs_file_get +EXPORT_SYMBOL_GPL vmlinux 0xfd635eb8 blk_mq_free_request +EXPORT_SYMBOL_GPL vmlinux 0xfd66f3f4 _RNvXsd_NtCs3AkgXgqgK6r_4core5errorNtNtNtB7_3ffi5c_str21FromBytesWithNulErrorNtB5_5Error11description +EXPORT_SYMBOL_GPL vmlinux 0xfd7243c7 erst_disable +EXPORT_SYMBOL_GPL vmlinux 0xfd76b5f8 hwmon_notify_event +EXPORT_SYMBOL_GPL vmlinux 0xfd77e268 register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xfd78b4c1 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfd80046f devm_request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0xfd8ab7f8 _RNvXs5a_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_6sigvalNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xfd9b13e8 ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xfda68b03 rio_local_set_device_id +EXPORT_SYMBOL_GPL vmlinux 0xfdaf4d7a clk_hw_get_name +EXPORT_SYMBOL_GPL vmlinux 0xfdbbe9c7 pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0xfdbd7a17 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xfdd9df46 devlink_dpipe_action_put +EXPORT_SYMBOL_GPL vmlinux 0xfdda0bf4 phy_led_trigger_change_speed +EXPORT_SYMBOL_GPL vmlinux 0xfddc7d78 xdp_do_redirect_frame +EXPORT_SYMBOL_GPL vmlinux 0xfddcc782 pci_p2pdma_enable_show +EXPORT_SYMBOL_GPL vmlinux 0xfdea2d04 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfdeb630d bpf_offload_dev_netdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfdfa60f2 _RNvXs0_NtNtCs3AkgXgqgK6r_4core3fmt3numaNtB5_10DisplayInt6to_u16 +EXPORT_SYMBOL_GPL vmlinux 0xfdfcfdfa devlink_priv +EXPORT_SYMBOL_GPL vmlinux 0xfe00c6c0 inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0xfe099e7f tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0xfe0ae5c4 devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xfe0e7cd3 apei_exec_post_unmap_gars +EXPORT_SYMBOL_GPL vmlinux 0xfe136443 devm_irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xfe19dc28 vivaldi_function_row_physmap_show +EXPORT_SYMBOL_GPL vmlinux 0xfe1a7a7b mpi_point_release +EXPORT_SYMBOL_GPL vmlinux 0xfe1b2f45 ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xfe24ab1c _RNvXs2_NtCs3AkgXgqgK6r_4core5asciiNtB5_13EscapeDefaultNtNtB7_3fmt7Display3fmt +EXPORT_SYMBOL_GPL vmlinux 0xfe3a6de3 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfe4148d3 _RNvXsy_NtCs3AkgXgqgK6r_4core4timeNtB5_21TryFromFloatSecsErrorNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xfe476039 ktime_get_resolution_ns +EXPORT_SYMBOL_GPL vmlinux 0xfe4c49c7 dev_pm_opp_adjust_voltage +EXPORT_SYMBOL_GPL vmlinux 0xfe693f02 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfe6fbbee _RNvXs0_NtCs3AkgXgqgK6r_4core6futureNtB5_8ResumeTyNtNtB7_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xfe6fc992 lwtunnel_build_state +EXPORT_SYMBOL_GPL vmlinux 0xfe70590b icc_set_bw +EXPORT_SYMBOL_GPL vmlinux 0xfe727411 get_phys_to_machine +EXPORT_SYMBOL_GPL vmlinux 0xfe8cdb84 ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfea04d93 _RNvXsH_NtNtCs3AkgXgqgK6r_4core3fmt3numhNtB7_8UpperHex3fmt +EXPORT_SYMBOL_GPL vmlinux 0xfeaa6e75 tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0xfeb1cc28 _RNvXs2c_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_16class_spinlock_tNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xfec1674e device_for_each_child_reverse +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfed2b9e1 xhci_check_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0xfed5b521 regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xfeec3489 pkcs7_parse_message +EXPORT_SYMBOL_GPL vmlinux 0xfeeecd05 apei_read +EXPORT_SYMBOL_GPL vmlinux 0xff022643 blk_queue_flag_test_and_set +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff06f390 fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0xff1666f3 reset_control_bulk_assert +EXPORT_SYMBOL_GPL vmlinux 0xff1e67b9 setup_APIC_eilvt +EXPORT_SYMBOL_GPL vmlinux 0xff24a5fc irq_find_matching_fwspec +EXPORT_SYMBOL_GPL vmlinux 0xff291ecf clk_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xff294ebb driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xff296b33 pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0xff2f8268 devlink_port_region_create +EXPORT_SYMBOL_GPL vmlinux 0xff314bbe _RNvXs5S_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11task_structNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xff42c374 usb_role_switch_get_role +EXPORT_SYMBOL_GPL vmlinux 0xff48be30 gpiochip_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xff4ccd3b ptp_msg_is_sync +EXPORT_SYMBOL_GPL vmlinux 0xff664434 _RNvXsa_NtNtCs3AkgXgqgK6r_4core3fmt3numoNtB5_10DisplayInt5to_u8 +EXPORT_SYMBOL_GPL vmlinux 0xff66ac19 acpi_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0xff75a1fb _RNvXs2W_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_11work_structNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xff777e54 gnttab_page_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xff79e33c firmware_request_nowarn +EXPORT_SYMBOL_GPL vmlinux 0xff7e33bf mpi_sub_ui +EXPORT_SYMBOL_GPL vmlinux 0xff81487d gpiod_remove_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0xff84a8a5 page_reporting_order +EXPORT_SYMBOL_GPL vmlinux 0xff8e74e2 arch_haltpoll_enable +EXPORT_SYMBOL_GPL vmlinux 0xff8ebb4e ioc_find_get_icq +EXPORT_SYMBOL_GPL vmlinux 0xff9de02e pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0xff9e23d1 hugetlb_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xffae8e8b nsecs_to_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xffb4436a da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xffbc5359 acpi_dev_state_d0 +EXPORT_SYMBOL_GPL vmlinux 0xffc00bc2 iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0xffc86f14 __xas_next +EXPORT_SYMBOL_GPL vmlinux 0xffcf733c _RNvXNvNtCs3AkgXgqgK6r_4core9panicking21assert_matches_failedNtB2_7PatternNtNtB6_3fmt5Debug3fmt +EXPORT_SYMBOL_GPL vmlinux 0xffd277ae usb_urb_ep_type_check +EXPORT_SYMBOL_GPL vmlinux 0xffd60ee9 _RNvXs2i_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_15wait_queue_headNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xfff6bfea _RNvXs3L_NtCs4G5TVFbM653_8bindings12bindings_rawNtB6_18vm_userfaultfd_ctxNtNtCs3AkgXgqgK6r_4core7default7Default7default +EXPORT_SYMBOL_GPL vmlinux 0xfff6c7c7 _RNvMsi_NtCs3AkgXgqgK6r_4core4charNtB5_15CaseMappingIter3new +EXPORT_SYMBOL_GPL vmlinux 0xfffbe5e3 icc_node_create +FIRMWARE_LOADER_PRIVATE EXPORT_SYMBOL_GPL 0x07342898 unregister_firmware_config_sysctl vmlinux +FIRMWARE_LOADER_PRIVATE EXPORT_SYMBOL_GPL 0xae43feea register_firmware_config_sysctl vmlinux +FIRMWARE_LOADER_PRIVATE EXPORT_SYMBOL_GPL 0xd3ae7756 fw_fallback_config vmlinux +FW_CS_DSP EXPORT_SYMBOL_GPL 0x144d6986 cs_dsp_mem_region_name drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x28cf1199 cs_dsp_read_raw_data_block drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x2ba08e06 cs_dsp_adsp2_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x2c87b29c cs_dsp_adsp1_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x41aa2723 cs_dsp_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x4b20154b cs_dsp_adsp1_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x4e5562f8 cs_dsp_remove_padding drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x54f4c1a4 cs_dsp_write_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x573a1270 cs_dsp_init_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x649e7ae6 cs_dsp_adsp1_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x6e0cce2d cs_dsp_chunk_write drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x83bab034 cs_dsp_remove drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x8c492370 cs_dsp_coeff_write_ctrl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x934f3d78 cs_dsp_halo_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9dc5ddf2 cs_dsp_halo_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9e324cb0 cs_dsp_chunk_flush drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xa0839caf cs_dsp_stop drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xa1b28b4b cs_dsp_set_dspclk drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xa44178f4 cs_dsp_coeff_write_acked_control drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xae6e503d cs_dsp_run drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xb6c0d9e7 cs_dsp_chunk_read drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xbfe36641 cs_dsp_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xc245c0c1 cs_dsp_find_alg_region drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xcae734c0 cs_dsp_cleanup_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xe457cc66 cs_dsp_halo_wdt_expire drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xe5787f40 cs_dsp_get_ctl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xf05a711a cs_dsp_read_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xf5985013 cs_dsp_adsp2_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xf9392976 cs_dsp_coeff_read_ctrl drivers/firmware/cirrus/cs_dsp +GPIO_TANGIER EXPORT_SYMBOL_GPL 0x2af554d2 tng_gpio_resume drivers/gpio/gpio-tangier +GPIO_TANGIER EXPORT_SYMBOL_GPL 0x596b8dc0 devm_tng_gpio_probe drivers/gpio/gpio-tangier +GPIO_TANGIER EXPORT_SYMBOL_GPL 0xeed9632a tng_gpio_suspend drivers/gpio/gpio-tangier +HWMON_THERMAL EXPORT_SYMBOL_GPL 0x08d7d2e9 hwmon_device_register_for_thermal vmlinux +I8255 EXPORT_SYMBOL_GPL 0x4e30db32 devm_i8255_regmap_register drivers/gpio/gpio-i8255 +I915_GVT EXPORT_SYMBOL_GPL 0x03ef98dd shmem_unpin_map drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x1931a31d i915_gem_ww_ctx_fini drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x1b555619 __i915_gem_object_set_pages drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x2407a20d i915_request_create drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x25a7f68f __px_dma drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x272e2ebd i915_reserve_fence drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x2b17c02b i915_gem_object_init drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x38b91c5b i915_fence_ops drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x3eab1044 intel_gvt_set_ops drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x574772f9 i915_request_add drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x6c45f2b9 shmem_pin_map drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x6cb7a68d i915_gem_object_pin_map drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x6f72c9d0 i915_request_wait drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x7557fd42 i915_ppgtt_create drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x817b29c5 intel_runtime_pm_put_unchecked drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x83f45e99 _i915_vma_move_to_active drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x890fc889 i915_vm_release drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x926cf860 i915_gem_gtt_insert drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x93a5bbc1 intel_uncore_forcewake_for_reg drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0x949153f1 i915_gem_object_alloc drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xb5049777 intel_ring_begin drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xb5f00dd7 i915_gem_object_create_shmem drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xb674c0ac i915_gem_prime_export drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xb6fd30e7 i915_gem_ww_ctx_backoff drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xb893e499 i915_gem_object_set_to_cpu_domain drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xbe32b8cf i915_gem_object_ggtt_pin_ww drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xc096063c intel_runtime_pm_get drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xc1de3778 i915_unreserve_fence drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xc509cb59 intel_uncore_forcewake_put drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xc7d8567f __intel_context_do_pin drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xd7262e2b intel_gvt_clear_ops drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xd8fc365a i915_gem_ww_ctx_init drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xdaf9f936 intel_gvt_iterate_mmio_table drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xec51ef43 intel_uncore_forcewake_get drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xee458e8f __intel_context_do_unpin drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xf2c559b0 intel_context_create drivers/gpu/drm/i915/i915 +I915_GVT EXPORT_SYMBOL_GPL 0xfdf878fb __i915_gem_object_flush_map drivers/gpu/drm/i915/i915 +IDLE_INJECT EXPORT_SYMBOL_GPL 0x5b3a2cd6 idle_inject_start vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x60b2e814 idle_inject_register vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x85c2b7eb idle_inject_stop vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x95e93783 idle_inject_set_latency vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0xa66c1ea7 idle_inject_register_full vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0xc18575af idle_inject_set_duration vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0xe9cbcfd0 idle_inject_get_duration vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0xf0e96547 idle_inject_unregister vmlinux +IDXD EXPORT_SYMBOL_GPL 0x276f1df2 idxd_user_drv drivers/dma/idxd/idxd +IDXD EXPORT_SYMBOL_GPL 0x43aecd26 idxd_driver_unregister drivers/dma/idxd/idxd_bus +IDXD EXPORT_SYMBOL_GPL 0x77375ee7 dsa_bus_type drivers/dma/idxd/idxd_bus +IDXD EXPORT_SYMBOL_GPL 0xb883ef82 idxd_drv drivers/dma/idxd/idxd +IDXD EXPORT_SYMBOL_GPL 0xc6720e18 idxd_dmaengine_drv drivers/dma/idxd/idxd +IDXD EXPORT_SYMBOL_GPL 0xe2738b72 __idxd_driver_register drivers/dma/idxd/idxd_bus +IIO_AD5592R EXPORT_SYMBOL_GPL 0x63ea74d4 ad5592r_remove drivers/iio/dac/ad5592r-base +IIO_AD5592R EXPORT_SYMBOL_GPL 0xa7f68838 ad5592r_probe drivers/iio/dac/ad5592r-base +IIO_AD5686 EXPORT_SYMBOL_GPL 0x10d24b30 ad5686_remove drivers/iio/dac/ad5686 +IIO_AD5686 EXPORT_SYMBOL_GPL 0x16ebbdf3 ad5686_probe drivers/iio/dac/ad5686 +IIO_AD7091R EXPORT_SYMBOL_GPL 0x42f1e20e ad7091r_regmap_config drivers/iio/adc/ad7091r-base +IIO_AD7091R EXPORT_SYMBOL_GPL 0xca790aa9 ad7091r_probe drivers/iio/adc/ad7091r-base +IIO_AD7606 EXPORT_SYMBOL_GPL 0x0a6f628a ad7606_pm_ops drivers/iio/adc/ad7606 +IIO_AD7606 EXPORT_SYMBOL_GPL 0xc3a240bd ad7606_probe drivers/iio/adc/ad7606 +IIO_ADISLIB EXPORT_SYMBOL 0x105ced2d adis_debugfs_reg_access drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL 0xc146c7f9 __adis_enable_irq drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x2529f97b devm_adis_probe_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x3d37551c devm_adis_setup_buffer_and_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x468cf703 __adis_read_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x67014f0d adis_update_scan_mode drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x67ff7b86 __adis_update_bits_base drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x9b0889fa __adis_initial_startup drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x9c2f8cc5 adis_init drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xaf3717d0 adis_single_conversion drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xbf5c012e __adis_check_status drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xc2ecb4bc __adis_write_reg drivers/iio/imu/adis_lib +IIO_ADIS_LIB EXPORT_SYMBOL_GPL 0xf7332f5c __adis_reset drivers/iio/imu/adis_lib +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x7af8ef9a adxl31x_chip_info drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x8401eedc adxl313_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x93298a1c adxl312_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x932e87b3 adxl314_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe1d8d09c adxl314_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe1dfdd33 adxl312_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xec00b51c adxl313_core_probe drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xf6f7b9f3 adxl313_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0x0dd9d58c adxl355_core_probe drivers/iio/accel/adxl355_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0x4d2f5e0f adxl35x_chip_info drivers/iio/accel/adxl355_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0x6ff5403b adxl355_readable_regs_tbl drivers/iio/accel/adxl355_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0xb446fa86 adxl355_writeable_regs_tbl drivers/iio/accel/adxl355_core +IIO_ADXL367 EXPORT_SYMBOL_GPL 0x405dbc0c adxl367_probe drivers/iio/accel/adxl367 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0xb15b84c9 adxl372_readable_noinc_reg drivers/iio/accel/adxl372 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0xe07ee0bb adxl372_probe drivers/iio/accel/adxl372 +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x2ad24926 ad_sd_read_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x4d1302ab ad_sigma_delta_single_conversion drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x5ee90d81 devm_ad_sd_setup_buffer_and_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x7020387d ad_sd_init drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x83d04dca ad_sd_reset drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x8a869d25 ad_sd_calibrate drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x9dd2c8b4 ad_sd_set_comm drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xb502ceba ad_sd_validate_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xc65f3ddd ad_sd_calibrate_all drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xdc5ef480 ad_sd_write_reg drivers/iio/adc/ad_sigma_delta +IIO_BMA400 EXPORT_SYMBOL 0x1d84370f bma400_regmap_config drivers/iio/accel/bma400_core +IIO_BMA400 EXPORT_SYMBOL 0x3853928b bma400_probe drivers/iio/accel/bma400_core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x0c551d45 bmc150_accel_core_remove drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x23941954 bmc150_regmap_conf drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x990465c4 bmc150_accel_core_probe drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0xed750638 bmc150_accel_pm_ops drivers/iio/accel/bmc150-accel-core +IIO_BMC150_MAGN EXPORT_SYMBOL 0x58214e30 bmc150_magn_remove drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x5aa33e4e bmc150_magn_regmap_config drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x7c370a48 bmc150_magn_pm_ops drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x9979b89a bmc150_magn_probe drivers/iio/magnetometer/bmc150_magn +IIO_BME680 EXPORT_SYMBOL 0x5651f4dd bme680_regmap_config drivers/iio/chemical/bme680_core +IIO_BME680 EXPORT_SYMBOL_GPL 0x060c94b9 bme680_core_probe drivers/iio/chemical/bme680_core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x246fa5c3 bmi088_accel_core_probe drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x405a9c57 bmi088_accel_pm_ops drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x5b415797 bmi088_accel_core_remove drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x6f6d18d8 bmi088_regmap_conf drivers/iio/accel/bmi088-accel-core +IIO_BMI160 EXPORT_SYMBOL 0x1720f155 bmi160_regmap_config drivers/iio/imu/bmi160/bmi160_core +IIO_BMI160 EXPORT_SYMBOL 0xca19cfae bmi160_enable_irq drivers/iio/imu/bmi160/bmi160_core +IIO_BMI160 EXPORT_SYMBOL_GPL 0xc2026a71 bmi160_core_probe drivers/iio/imu/bmi160/bmi160_core +IIO_BMP280 EXPORT_SYMBOL 0x0d74507d bmp280_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x31487f46 bmp280_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x68b9fabd bmp580_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x711575a6 bmp180_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x7a9171b9 bme280_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x907bb10b bmp380_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xaba8df17 bmp280_common_probe drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xd0667522 bmp580_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xdbcea224 bmp180_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xde1ac9a7 bmp380_regmap_config drivers/iio/pressure/bmp280 +IIO_BNO055 EXPORT_SYMBOL_GPL 0x7bed822d bno055_regmap_config drivers/iio/imu/bno055/bno055 +IIO_BNO055 EXPORT_SYMBOL_GPL 0xbceac585 bno055_probe drivers/iio/imu/bno055/bno055 +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x831afcbe fxas21002c_core_remove drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x899051c2 fxas21002c_core_probe drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0xb4429355 fxas21002c_pm_ops drivers/iio/gyro/fxas21002c_core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x4b37a519 fxls8962af_spi_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xb3c33e36 fxls8962af_pm_ops drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xe9e931dc fxls8962af_i2c_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xea2157de fxls8962af_core_probe drivers/iio/accel/fxls8962af-core +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x094bee02 iio_gts_avail_scales_for_time drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x296bb0cd iio_gts_all_avail_scales drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x4ed89402 iio_gts_find_sel_by_gain drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x53000dc5 iio_gts_find_gain_by_sel drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x54a7bad7 iio_gts_get_min_gain drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x5f338fa0 iio_gts_find_new_gain_sel_by_old_gain_time drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xa3374797 iio_gts_get_scale drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xaf5aaa85 iio_find_closest_gain_low drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xc061498b iio_gts_avail_times drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xc25ccf30 iio_gts_find_new_gain_by_old_gain_time drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xd4a22460 devm_iio_init_iio_gts drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xd7e29768 iio_gts_find_gain_sel_for_scale_using_time drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xf42af90f iio_gts_total_gain_to_scale drivers/iio/industrialio-gts-helper +IIO_HID EXPORT_SYMBOL 0x00f8359f hid_sensor_write_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x1ec7ee41 hid_sensor_convert_timestamp drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x3f5d4879 hid_sensor_read_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x5423c769 hid_sensor_write_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x54bd33f8 hid_sensor_parse_common_attributes drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x660d2730 hid_sensor_write_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x73c5bee2 hid_sensor_remove_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x77750ad8 hid_sensor_pm_ops drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x7f7621ec hid_sensor_format_scale drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x8161dd98 hid_sensor_setup_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x88668cc6 hid_sensor_read_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xc6d03b58 hid_sensor_read_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xf8214c33 hid_sensor_power_state drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x14ae9f71 hid_sensor_get_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x17c34095 hid_sensor_batch_mode_supported drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x9666352c hid_sensor_set_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xee2e7cb4 hid_sensor_read_poll_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HMC5843 EXPORT_SYMBOL 0x00189512 hmc5843_common_probe drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0x0a3eada4 hmc5843_common_remove drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0x79b403f8 hmc5843_pm_ops drivers/iio/magnetometer/hmc5843_core +IIO_HTS221 EXPORT_SYMBOL 0x11d62c59 hts221_probe drivers/iio/humidity/hts221 +IIO_HTS221 EXPORT_SYMBOL 0xd946b70f hts221_pm_ops drivers/iio/humidity/hts221 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x9df627a0 inv_icm42600_regmap_config drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0xc32d03ca inv_icm42600_pm_ops drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0xc37c45bb inv_icm42600_core_probe drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_KX022A EXPORT_SYMBOL_GPL 0x26f4c650 kx022a_regmap drivers/iio/accel/kionix-kx022a +IIO_KX022A EXPORT_SYMBOL_GPL 0xd2911946 kx022a_probe_internal drivers/iio/accel/kionix-kx022a +IIO_KXSD9 EXPORT_SYMBOL 0x49a72390 kxsd9_common_probe drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0xabb10507 kxsd9_dev_pm_ops drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0xad231aa8 kxsd9_common_remove drivers/iio/accel/kxsd9 +IIO_LSM6DSX EXPORT_SYMBOL 0x2cae3f1f st_lsm6dsx_probe drivers/iio/imu/st_lsm6dsx/st_lsm6dsx +IIO_LSM6DSX EXPORT_SYMBOL 0xa44ad6e9 st_lsm6dsx_pm_ops drivers/iio/imu/st_lsm6dsx/st_lsm6dsx +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x045688dd ms_sensors_read_prom_word drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x11088622 ms_sensors_write_resolution drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x2d2f5cd5 ms_sensors_reset drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x42b6a050 ms_sensors_convert_and_read drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x53791948 ms_sensors_read_temp_and_pressure drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x65782bc3 ms_sensors_write_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x6ea3b041 ms_sensors_show_battery_low drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x86c7b271 ms_sensors_ht_read_humidity drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x92adf095 ms_sensors_tp_read_prom drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x99c33b8d ms_sensors_show_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xcb30d4ba ms_sensors_ht_read_temperature drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xd28c8cca ms_sensors_read_serial drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x568e77e3 mma7455_core_remove drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x7b4466ec mma7455_core_probe drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0xc0202ea9 mma7455_core_regmap drivers/iio/accel/mma7455_core +IIO_MMA9551 EXPORT_SYMBOL 0x2f238294 mma9551_write_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x41ef446c mma9551_read_accel_scale drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x432374ac mma9551_set_device_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x4fac654b mma9551_write_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x5caa0d30 mma9551_read_status_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x7a6457c6 mma9551_set_power_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x83628b1f mma9551_read_version drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x843748bb mma9551_gpio_config drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x892d1c9b mma9551_write_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x9bee49e1 mma9551_read_status_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xbaa6020a mma9551_read_accel_chan drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xbb9ea4b1 mma9551_update_config_bits drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xbcd7fe96 mma9551_sleep drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xce6c5e1a mma9551_read_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xcf4a3df9 mma9551_read_status_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xdb978c35 mma9551_read_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xefdb07ee mma9551_read_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xf5182851 mma9551_app_reset drivers/iio/accel/mma9551_core +IIO_MPL115 EXPORT_SYMBOL 0x4cb8684d mpl115_dev_pm_ops drivers/iio/pressure/mpl115 +IIO_MPL115 EXPORT_SYMBOL_GPL 0x09dabc60 mpl115_probe drivers/iio/pressure/mpl115 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0xdc51575f inv_mpu_core_probe drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0xf25d45e5 inv_mpu_pmops drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MS5611 EXPORT_SYMBOL 0x1b36789d ms5611_probe drivers/iio/pressure/ms5611_core +IIO_RESCALE EXPORT_SYMBOL_GPL 0x42d76c83 rescale_process_offset drivers/iio/afe/iio-rescale +IIO_RESCALE EXPORT_SYMBOL_GPL 0xd2114132 rescale_process_scale drivers/iio/afe/iio-rescale +IIO_RM3100 EXPORT_SYMBOL_GPL 0x0a1424e0 rm3100_volatile_table drivers/iio/magnetometer/rm3100-core +IIO_RM3100 EXPORT_SYMBOL_GPL 0x63a9859c rm3100_common_probe drivers/iio/magnetometer/rm3100-core +IIO_RM3100 EXPORT_SYMBOL_GPL 0xaa911f08 rm3100_readable_table drivers/iio/magnetometer/rm3100-core +IIO_RM3100 EXPORT_SYMBOL_GPL 0xcc7209be rm3100_writable_table drivers/iio/magnetometer/rm3100-core +IIO_SCD30 EXPORT_SYMBOL 0x5413622b scd30_pm_ops drivers/iio/chemical/scd30_core +IIO_SCD30 EXPORT_SYMBOL 0x8e195d1c scd30_probe drivers/iio/chemical/scd30_core +IIO_SPS30 EXPORT_SYMBOL_GPL 0x4a7eb518 sps30_probe drivers/iio/chemical/sps30 +IIO_SSP_SENSORS EXPORT_SYMBOL 0x08a861e0 ssp_register_consumer drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x1cc97d12 ssp_common_buffer_postdisable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0xa6cf85f7 ssp_common_buffer_postenable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0xc3a283fb ssp_common_process_data drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0xc8da4bb3 ssp_change_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xf26cd5ae ssp_get_sensor_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xf3d34f96 ssp_disable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xf81240c7 ssp_enable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_ST_SENSORS EXPORT_SYMBOL 0x074d7047 st_sensors_trigger_handler drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x077f6778 st_gyro_get_settings drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0x207f90a0 st_magn_common_probe drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0x255d84af st_gyro_common_probe drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0x39a7e194 st_sensors_debugfs_reg_access drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x5e7d50fc st_sensors_set_odr drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x5eca1cac st_sensors_sysfs_sampling_frequency_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x6916f74a st_press_get_settings drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0x6a7a75d2 st_sensors_dev_name_probe drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x6cda1ce4 st_sensors_init_sensor drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x6cfe9306 st_sensors_verify_id drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x6f72dd04 st_accel_get_settings drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0x968bacd9 st_magn_get_settings drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0x9bf05d2c st_sensors_i2c_configure drivers/iio/common/st_sensors/st_sensors_i2c +IIO_ST_SENSORS EXPORT_SYMBOL 0xa65d3205 st_sensors_read_info_raw drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xab01c22f st_sensors_set_axis_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xb1b3089f st_sensors_get_settings_index drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xbb2336e9 st_sensors_validate_device drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xbe309f18 st_sensors_set_dataready_irq drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xbfa731cb st_sensors_sysfs_scale_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xc8e38bd9 st_press_common_probe drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0xcad6cdd8 st_sensors_power_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xce76564d st_accel_common_probe drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0xdf5d376a st_sensors_spi_configure drivers/iio/common/st_sensors/st_sensors_spi +IIO_ST_SENSORS EXPORT_SYMBOL 0xdf9dfd2a st_sensors_set_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xf948846b st_sensors_set_fullscale_by_gain drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xff4bd5a3 st_sensors_allocate_trigger drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL_GPL 0x6d9ea48c st_lsm9ds0_probe drivers/iio/imu/st_lsm9ds0/st_lsm9ds0 +IIO_UVIS25 EXPORT_SYMBOL 0x04c2a98a st_uvis25_probe drivers/iio/light/st_uvis25_core +IIO_UVIS25 EXPORT_SYMBOL 0x6f79cdf8 st_uvis25_pm_ops drivers/iio/light/st_uvis25_core +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x0098de9b zpa2326_isreg_readable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x2d1aec58 zpa2326_isreg_precious drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x6acafa58 zpa2326_remove drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x8f091db2 zpa2326_probe drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xc29b2a79 zpa2326_isreg_writeable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xd70611d8 zpa2326_pm_ops drivers/iio/pressure/zpa2326 +INT340X_THERMAL EXPORT_SYMBOL_GPL 0x8053df43 processor_thermal_send_mbox_write_cmd drivers/thermal/intel/int340x_thermal/processor_thermal_mbox +INT340X_THERMAL EXPORT_SYMBOL_GPL 0xd7962374 processor_thermal_send_mbox_read_cmd drivers/thermal/intel/int340x_thermal/processor_thermal_mbox +INTEL_IPU_BRIDGE EXPORT_SYMBOL_GPL 0x2562c255 ipu_bridge_init drivers/media/pci/intel/ipu-bridge +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0x0385983f m10bmc_fw_state_set drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0x5493fa09 m10bmc_sys_update_bits drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0x5bd704ea m10bmc_dev_groups drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0x67e1e42d m10bmc_dev_init drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xf016f83c m10bmc_sys_read drivers/mfd/intel-m10-bmc-core +INTEL_PMT EXPORT_SYMBOL_GPL 0x42dec8af intel_pmt_dev_create drivers/platform/x86/intel/pmt/pmt_class +INTEL_PMT EXPORT_SYMBOL_GPL 0x8597cf38 intel_pmt_dev_destroy drivers/platform/x86/intel/pmt/pmt_class +INTEL_PMT EXPORT_SYMBOL_GPL 0x8c0ff2fe intel_pmt_is_early_client_hw drivers/platform/x86/intel/pmt/pmt_class +INTEL_TCC EXPORT_SYMBOL_GPL 0x1936331f intel_tcc_set_offset vmlinux +INTEL_TCC EXPORT_SYMBOL_GPL 0x8c32aa7b intel_tcc_get_offset vmlinux +INTEL_TCC EXPORT_SYMBOL_GPL 0xa1186518 intel_tcc_get_tjmax vmlinux +INTEL_TCC EXPORT_SYMBOL_GPL 0xcb0091dd intel_tcc_get_temp vmlinux +INTEL_TPMI EXPORT_SYMBOL_GPL 0x4df4badc tpmi_get_resource_at_index drivers/platform/x86/intel/intel_vsec_tpmi +INTEL_TPMI EXPORT_SYMBOL_GPL 0x98734c22 tpmi_get_resource_count drivers/platform/x86/intel/intel_vsec_tpmi +INTEL_TPMI EXPORT_SYMBOL_GPL 0xefc592c0 tpmi_get_platform_data drivers/platform/x86/intel/intel_vsec_tpmi +INTEL_TPMI_SST EXPORT_SYMBOL_GPL 0x43b416a2 tpmi_sst_dev_resume drivers/platform/x86/intel/speed_select_if/isst_tpmi_core +INTEL_TPMI_SST EXPORT_SYMBOL_GPL 0x45083054 tpmi_sst_init drivers/platform/x86/intel/speed_select_if/isst_tpmi_core +INTEL_TPMI_SST EXPORT_SYMBOL_GPL 0x98bbc7d5 tpmi_sst_exit drivers/platform/x86/intel/speed_select_if/isst_tpmi_core +INTEL_TPMI_SST EXPORT_SYMBOL_GPL 0x99e51925 tpmi_sst_dev_suspend drivers/platform/x86/intel/speed_select_if/isst_tpmi_core +INTEL_TPMI_SST EXPORT_SYMBOL_GPL 0xb8e71b7b tpmi_sst_dev_add drivers/platform/x86/intel/speed_select_if/isst_tpmi_core +INTEL_TPMI_SST EXPORT_SYMBOL_GPL 0xf443622c tpmi_sst_dev_remove drivers/platform/x86/intel/speed_select_if/isst_tpmi_core +INTEL_UNCORE_FREQUENCY EXPORT_SYMBOL_GPL 0x9db41408 uncore_freq_remove_die_entry drivers/platform/x86/intel/uncore-frequency/intel-uncore-frequency-common +INTEL_UNCORE_FREQUENCY EXPORT_SYMBOL_GPL 0x9e865098 uncore_freq_add_entry drivers/platform/x86/intel/uncore-frequency/intel-uncore-frequency-common +INTEL_UNCORE_FREQUENCY EXPORT_SYMBOL_GPL 0xbf3d935d uncore_freq_common_exit drivers/platform/x86/intel/uncore-frequency/intel-uncore-frequency-common +INTEL_UNCORE_FREQUENCY EXPORT_SYMBOL_GPL 0xcd9bfc52 uncore_freq_common_init drivers/platform/x86/intel/uncore-frequency/intel-uncore-frequency-common +INTEL_VSEC EXPORT_SYMBOL_GPL 0xb68bae66 intel_vsec_add_aux drivers/platform/x86/intel/intel_vsec +IOMMUFD EXPORT_SYMBOL_GPL 0x004dc36a iommufd_device_unbind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x03de2e04 iommufd_access_create drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x0a437f2b iommufd_ctx_from_file drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x2521ddbd iommufd_device_attach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x68ab9424 iommufd_device_bind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x6d6b2a75 iommufd_ctx_put drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x7fdba7ed iommufd_device_detach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x932dec76 iommufd_access_pin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x97f84f9f iommufd_access_unpin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xa0800970 iommufd_ctx_get drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xad80ca3c iommufd_access_rw drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xc25e7380 iommufd_access_attach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xd9018fe6 iommufd_access_destroy drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x01a8e0d1 iommufd_vfio_compat_ioas_create drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x9e1a7da9 iommufd_vfio_compat_ioas_get_id drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0xa32a8361 iommufd_vfio_compat_set_no_iommu drivers/iommu/iommufd/iommufd +IWLWIFI EXPORT_SYMBOL_GPL 0x063683bf iwl_uefi_get_sgom_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x070b180d iwl_clear_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0b22ca04 __iwl_crit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1184e438 _iwl_dbg_tlv_time_point drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x13056509 iwl_acpi_get_phy_filters drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x130bde81 __iwl_err drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1332e4de iwl_abort_notification_waits drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x158cf0b6 iwl_acpi_get_tas drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x19557311 iwl_acpi_get_dsm_u32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1a694eb0 iwl_sar_get_wrds_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2234de55 iwl_read_eeprom drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x23d2412c iwl_acpi_is_ppag_approved drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2710c362 iwl_dump_desc_assert drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2d655311 iwl_read_external_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2e2fc81b iwl_fw_dbg_stop_sync drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x35033c81 iwl_phy_db_free drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x37956b72 rs_pretty_print_rate drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x388d245d iwl_write_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3bc4752a iwl_fw_runtime_suspend drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x471913a8 iwl_acpi_get_lari_config_bitmap drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x49e0135d iwl_new_rate_from_v1 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4b32860a iwl_acpi_get_pwr_limit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4d16d8c8 __iwl_warn drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4ea1af37 iwl_trans_send_cmd drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5988395c iwl_notification_wait_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5c52e109 iwl_opmode_deregister drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x62e0821d iwl_sar_geo_support drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x63e1f5f7 iwl_get_shared_mem_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x642cfd82 iwl_read32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x66e7823a iwl_write_prph64_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x670d22da iwl_finish_nic_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x671a6817 iwl_acpi_get_ppag_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6a8fd30f iwl_sar_get_ewrd_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x72ff9945 iwl_fw_runtime_resume drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7652d33f iwl_write_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x776221bf iwl_send_phy_db_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x787f4f65 iwl_write_prph_delay drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x78971d7e iwl_he_is_sgi drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x79e485d2 iwl_get_cmd_string drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x79fd125f __iwl_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7bdd71b7 iwl_write32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7bfa64fd iwl_fw_dbg_read_d3_debug_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x81779d65 iwl_write8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x828c6838 iwlwifi_mod_params drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x84bb50e1 iwl_rs_pretty_ant drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8534416b iwl_fw_dbg_collect_desc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x85d2dd4b iwl_read_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x874c77de iwl_fw_rate_idx_to_plcp drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x87d195bd iwl_acpi_get_dsm_u8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x886896aa iwl_dbg_tlv_del_timers drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x890b5af7 iwl_fw_dbg_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8a426d13 iwl_get_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8d52556a iwl_acpi_get_eckv drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9038811a iwl_rfi_guid drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9681a09a iwl_free_fw_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x970daa0e iwl_poll_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9b139e1e iwl_set_soc_latency drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9d61c5e4 iwl_uefi_get_step_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa42336a3 iwl_force_nmi drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa862bc3f iwl_fw_start_dbg_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xab9f3247 iwl_parse_eeprom_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xad79b496 iwl_set_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb37b318c iwl_rs_pretty_bw drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb57b6893 iwl_sar_get_wgds_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb70ed01e iwl_write64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb7d5ffb1 iwl_rate_mcs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb9a50452 iwl_fwrt_dump_error_logs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xba60e130 iwl_fw_dbg_stop_restart_recording drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xba817296 iwl_write_direct64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbafc8994 iwl_wait_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbb38b171 iwl_phy_db_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbd90ba0a iwl_cmd_groups_verify_sorted drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbe039cfa iwl_parse_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc204d712 iwl_read_ppag_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc30a4c31 iwl_fw_dbg_collect_trig drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc54df6fc iwl_pnvm_load drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc6f811e1 iwl_fw_runtime_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc6fc8b7f iwl_init_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc8c254c9 iwl_read_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xce0c6460 iwl_phy_db_set_section drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd03f268b iwl_sar_geo_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd228afe1 iwl_drv_get_fwname_pre drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd8312815 iwl_fw_dbg_error_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xdb01959e iwl_sar_select_profile drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe0eb5838 iwl_init_notification_wait drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe318f2bf __iwl_dbg drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe6cd65ea iwl_set_bits_mask_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe74b9563 iwl_parse_mei_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe75b7e77 iwl_notification_wait drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xea1b26fc iwl_nvm_fixups drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xebaf3a34 iwl_parse_nvm_mcc_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xef373c12 iwl_read_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf51844d8 iwl_acpi_get_mcc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf56eecba iwl_poll_direct_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf88964e4 iwl_remove_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfabc10d7 iwl_opmode_register drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfac6422d iwl_configure_rxq drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfc1e6f41 iwl_guid drivers/net/wireless/intel/iwlwifi/iwlwifi +LTC2497 EXPORT_SYMBOL 0x4e747d5e ltc2497core_probe drivers/iio/adc/ltc2497-core +LTC2497 EXPORT_SYMBOL 0xb52e235b ltc2497core_remove drivers/iio/adc/ltc2497-core +MCB EXPORT_SYMBOL_GPL 0x17170630 mcb_free_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x1a35e6bf mcb_alloc_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x35311e0c mcb_bus_put drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x7262dbe1 mcb_alloc_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x857beed2 mcb_get_resource drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x9864bdc7 mcb_request_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x9af609c3 mcb_bus_add_devices drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xa3041759 mcb_unregister_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xa3259376 mcb_release_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xac28b3e4 mcb_bus_get drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xb131ceb6 mcb_device_register drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xbda0300d mcb_get_irq drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xc5b2589c __mcb_register_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xeb2c8905 mcb_release_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xff6617c8 chameleon_parse_cells drivers/mcb/mcb +MFD_OCELOT EXPORT_SYMBOL 0x800677fd ocelot_core_init drivers/mfd/ocelot-soc +MFD_OCELOT EXPORT_SYMBOL 0x905bf944 ocelot_chip_reset drivers/mfd/ocelot-soc +MFD_OCELOT_SPI EXPORT_SYMBOL 0xe69c584f ocelot_spi_init_regmap drivers/mfd/ocelot-soc +NET_MANA EXPORT_SYMBOL 0x6f052783 mana_cfg_vport drivers/net/ethernet/microsoft/mana/mana +NET_MANA EXPORT_SYMBOL 0x74ec73f8 mana_gd_destroy_dma_region drivers/net/ethernet/microsoft/mana/mana +NET_MANA EXPORT_SYMBOL 0x8ee99472 mana_uncfg_vport drivers/net/ethernet/microsoft/mana/mana +NET_MANA EXPORT_SYMBOL 0xa5d571e0 mana_create_wq_obj drivers/net/ethernet/microsoft/mana/mana +NET_MANA EXPORT_SYMBOL 0xa871dc74 mana_gd_send_request drivers/net/ethernet/microsoft/mana/mana +NET_MANA EXPORT_SYMBOL 0xef24e508 mana_destroy_wq_obj drivers/net/ethernet/microsoft/mana/mana +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x08facd34 nvme_command_effects drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x0e4d3f9d nvme_find_get_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x24cc1bbb nvme_passthru_end drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x2cb48416 nvme_ctrl_from_file drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x67820021 nvme_put_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x93a738ad nvme_execute_rq drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xed8c9519 nvme_passthru_start drivers/nvme/host/nvme-core +PECI EXPORT_SYMBOL_GPL 0x0881fc15 peci_xfer_ep_pci_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x0ff57fe2 __peci_driver_register drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x101464da peci_request_temp_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x2133dab2 peci_request_data_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x2ba65daa peci_xfer_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x2d065d4e peci_request_alloc drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x2d860b3b peci_xfer_ep_mmio32_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x2e90b541 peci_driver_unregister drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x2eeaf8bf peci_request_status drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x3676c92d peci_xfer_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x40ad6035 peci_xfer_pkg_cfg_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x47fd8814 peci_xfer_get_temp drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x4b80bf48 peci_xfer_ep_pci_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x4fd1afec peci_xfer_get_dib drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x570af97a peci_xfer_ep_mmio64_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x593d7f89 peci_xfer_ep_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x87b91599 peci_xfer_ep_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x90fc57c3 peci_xfer_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x94466967 peci_xfer_pkg_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xa9d6c71d peci_request_data_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xb8f7933f peci_xfer_pkg_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xbc5dbc77 peci_request_data_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xbecd9b3e peci_request_data_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xc48913c9 devm_peci_controller_add drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xc4b856c4 peci_xfer_ep_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xd6059605 peci_xfer_ep_pci_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xdb7d60fb peci_xfer_pkg_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xea81e4c9 peci_request_free drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xed6cce0c peci_request_dib_read drivers/peci/peci +PECI_CPU EXPORT_SYMBOL_GPL 0x587cae48 peci_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xa72567a0 peci_mmio_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xce95bbb5 peci_temp_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xe37346c5 peci_pcs_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xfcad42bf peci_ep_pci_local_read drivers/peci/peci-cpu +PMBUS EXPORT_SYMBOL_GPL 0x01390a6d pmbus_check_word_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x09e7145c pmbus_write_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x16e27255 pmbus_get_fan_rate_device drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x210c8b16 pmbus_update_fan drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x22c88e27 pmbus_clear_cache drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x2d477d1d pmbus_set_page drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x4d2ed286 pmbus_check_byte_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x5a1f645a pmbus_unlock drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x5c6f4189 pmbus_regulator_ops drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x6311cde1 pmbus_read_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x65638cf3 pmbus_get_driver_info drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x7b6bae37 pmbus_get_debugfs_dir drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x7de2277f pmbus_lock_interruptible drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x842881d9 pmbus_write_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x9e095931 pmbus_set_update drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xa03dd650 pmbus_clear_faults drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xc298b9d4 pmbus_update_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xc5c9f153 pmbus_read_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xcf0e4057 pmbus_get_fan_rate_cached drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xecb5b52d pmbus_write_byte drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xf0041b26 pmbus_do_probe drivers/hwmon/pmbus/pmbus_core +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x536de06a sx_common_read_event_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x8d1c0cfb sx_common_read_proximity drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x9f7176b6 sx_common_get_raw_register_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xa103ce02 sx_common_events drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xd8e52861 sx_common_write_event_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xfa050e38 sx_common_probe drivers/iio/proximity/sx_common +SERIAL_8250_PCI EXPORT_SYMBOL_GPL 0x9db51bab serial8250_pci_setup_port vmlinux +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x2b707546 hda_cs_dsp_fw_ids sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x653fd6a0 hda_cs_dsp_control_remove sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0xa50d05d8 hda_cs_dsp_write_ctl sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0xe39345d6 hda_cs_dsp_add_controls sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0xf29a2447 hda_cs_dsp_read_ctl sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0x3f927c3c cs35l41_hda_probe sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0x88b42117 cs35l41_hda_remove sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0xb7585018 cs35l41_hda_pm_ops sound/pci/hda/snd-hda-scodec-cs35l41 +SND_INTEL_SOUNDWIRE_ACPI EXPORT_SYMBOL 0xbb4f9d1f sdw_intel_acpi_scan sound/hda/snd-intel-sdw-acpi +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0x199edf5c asoc_acp_cpu_dai_ops sound/soc/amd/acp/snd-acp-i2s +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0x3778326b acp_machine_select sound/soc/amd/acp/snd-acp-pcm +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0x9acd78f6 acp_platform_register sound/soc/amd/acp/snd-acp-pcm +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0x9d84f37b acp_dmic_dai_ops sound/soc/amd/acp/snd-acp-pdm +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0xa1da9c32 asoc_acp_i2s_probe sound/soc/amd/acp/snd-acp-i2s +SND_SOC_ACP_COMMON EXPORT_SYMBOL_GPL 0xe621472d acp_platform_unregister sound/soc/amd/acp/snd-acp-pcm +SND_SOC_AMD_MACH EXPORT_SYMBOL_GPL 0x17725916 acp_sofdsp_dai_links_create sound/soc/amd/acp/snd-acp-mach +SND_SOC_AMD_MACH EXPORT_SYMBOL_GPL 0x306ea5e8 acp_legacy_dai_links_create sound/soc/amd/acp/snd-acp-mach +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x09e609ac cs35l45_probe sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x263f471f cs35l45_pm_ops sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x3431c8ad cs35l45_get_clk_freq_id sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x8fb274fb cs35l45_apply_patch sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xbdbd83aa cs35l45_i2c_regmap sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xf34a2b82 cs35l45_remove sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xfe8542e6 cs35l45_spi_regmap sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x05482545 cs35l56_irq sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x0f3b84a5 cs35l56_pm_ops_i2c_spi sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x173e5a00 cs35l56_runtime_suspend sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x7b13b279 cs35l56_irq_request sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0xa7b47385 cs35l56_remove sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0xae4437c8 cs35l56_init sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0xd2d773f5 cs35l56_runtime_resume_common sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0xe569de43 cs35l56_common_probe sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x025a141e cs35l56_regmap_i2c sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x05c2529e cs35l56_tx_input_values sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x312c0e0f cs35l56_dsp1_regions sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x64e759e4 cs35l56_tx_input_texts sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x7b6126b2 cs35l56_regmap_sdw sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x88762c92 cs35l56_get_bclk_freq_id sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xb40f12c1 cs35l56_regmap_spi sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xc84353d2 cs35l56_reread_firmware_registers sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xcd5438ad cs35l56_fill_supply_names sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x0cb35164 cs42l42_src_config sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x22f3fd75 cs42l42_regmap sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x235ccc58 cs42l42_resume sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x3a61e4b0 cs42l42_common_probe sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x49b9d1a3 cs42l42_common_remove sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x70f0d150 cs42l42_resume_restore sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x71079d64 cs42l42_volatile_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x7d1babf2 cs42l42_dai sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xa7597cb7 cs42l42_pll_config sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xae4be5c4 cs42l42_irq_thread sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xc053efa9 cs42l42_page_range sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xc24639e8 cs42l42_readable_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xc424e22d cs42l42_init sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xd115e4de cs42l42_suspend sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xd9b0ce2c cs42l42_soc_component sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xf650484b cs42l42_mute_stream sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_INTEL_HDA_DSP_COMMON EXPORT_SYMBOL 0x6b52b139 hda_dsp_hdmi_build_controls sound/soc/intel/boards/snd-soc-intel-hda-dsp-common +SND_SOC_INTEL_SOF_CIRRUS_COMMON EXPORT_SYMBOL 0x1b78ec7d cs35l41_set_dai_link sound/soc/intel/boards/snd-soc-intel-sof-cirrus-common +SND_SOC_INTEL_SOF_CIRRUS_COMMON EXPORT_SYMBOL 0x7e253886 cs35l41_set_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-cirrus-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x18950585 max_98390_spk_codec_init sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x245ace7a max_98390_set_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x34b7909e max_98373_trigger sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x3687ec3a max_98373_components sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x3ef99ef4 max_98360a_dai_link sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x51dd877b max_98373_dapm_routes sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x5bc98a01 max_98390_ops sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x8c2921f4 max_98390_components sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0x9f42617a max_98373_set_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0xb697868b max_98373_ops sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0xc2222a92 max_98357a_dai_link sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0xc390cc74 max_98373_spk_codec_init sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_MAXIM_COMMON EXPORT_SYMBOL 0xee63d58a max_98390_4spk_components sound/soc/intel/boards/snd-soc-intel-sof-maxim-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0x0494759a sof_rt1011_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0x0619eb27 sof_rt1015p_dai_link sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0x2cc9c62b sof_rt1019p_dai_link sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0x4711d0c7 sof_rt1015_dai_link sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0x5f1aad0e sof_rt1015p_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0x9b3ca551 sof_rt1011_dai_link sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0xa8813ec5 sof_rt1015_codec_conf sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_INTEL_SOF_REALTEK_COMMON EXPORT_SYMBOL 0xcb173499 sof_rt1308_dai_link sound/soc/intel/boards/snd-soc-intel-sof-realtek-common +SND_SOC_SOF_ACPI_DEV EXPORT_SYMBOL 0x5ba7f55e sof_acpi_remove sound/soc/sof/snd-sof-acpi +SND_SOC_SOF_ACPI_DEV EXPORT_SYMBOL 0x5f92ccd6 sof_acpi_pm sound/soc/sof/snd-sof-acpi +SND_SOC_SOF_ACPI_DEV EXPORT_SYMBOL 0xe8d46103 sof_acpi_probe sound/soc/sof/snd-sof-acpi +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x0182de25 acp_sof_dsp_run sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x0a47f2dc acp_mailbox_write sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x0ba601b7 acp_mailbox_read sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x180d7b67 acp_set_stream_data_offset sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x18484aa5 acp_sof_ipc_msg_data sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x35fb27dd acp_sof_ipc_irq_thread sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x3856fe4c acp_dsp_block_read sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x431e534f sof_acp_common_ops sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x4b517211 acp_dsp_stream_init sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x4b7df5bf acp_dsp_stream_get sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x50fc4b50 acp_dsp_block_write sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x63582676 sof_rembrandt_ops sound/soc/sof/amd/snd-sof-amd-rembrandt +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x6af58756 acp_sof_ipc_get_mailbox_offset sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x6db74b0b acp_get_bar_index sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x6df5b3d9 amd_sof_acp_probe sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x8ff59d26 amd_sof_acp_suspend sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x9748d4fc acp_sof_ipc_send_msg sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x974aa8ac acp_pcm_close sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x9d1f95e5 acp_sof_ipc_get_window_offset sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0x9daacbc7 acp_dsp_stream_put sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xa23a8c64 amd_sof_acp_resume sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xadd97367 acp_pcm_pointer sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xbc803972 amd_sof_acp_remove sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xbdee046e acp_dsp_pre_fw_run sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xbfd14ed6 sof_renoir_ops sound/soc/sof/amd/snd-sof-amd-renoir +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xcd760c61 acp_sof_trace_init sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xd7dc69f5 acp_sof_trace_release sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xedd308d7 acp_pcm_open sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_AMD_COMMON EXPORT_SYMBOL 0xfb41d9f6 acp_pcm_hw_params sound/soc/sof/amd/snd-sof-amd-acp +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x053f6594 sof_client_ipc4_find_module sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x0f6aceb3 sof_client_core_module_put sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x1768bb42 sof_client_get_ipc_type sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x30e55414 sof_client_register_fw_state_handler sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x3724d187 sof_client_dev_unregister sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x3ab0d600 sof_client_get_fw_version sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x5b29bdda sof_client_ipc_rx_message sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x5bb1ddcd sof_client_get_debugfs_root sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x64d43e2b sof_client_core_module_get sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x6b2464ee sof_resume_clients sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x8751d0cb sof_client_dev_register sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x886f9fd7 sof_client_unregister_fw_state_handler sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0x8b2c2e2f sof_client_ipc_tx_message sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xab9202db sof_client_ipc_set_get_data sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xc8ee55e6 sof_suspend_clients sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xd500efcf sof_client_get_fw_state sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xd744fb53 sof_client_get_ipc_max_payload_size sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xd78ae61e sof_client_get_dma_dev sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xdb04e493 sof_client_unregister_ipc_rx_handler sound/soc/sof/snd-sof +SND_SOC_SOF_CLIENT EXPORT_SYMBOL_GPL 0xdedf7d91 sof_client_register_ipc_rx_handler sound/soc/sof/snd-sof +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x04e0fb08 hda_codec_device_remove sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x0b650caf hda_codec_check_for_state_change sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x0bc90085 hda_codec_check_rirb_status sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x14af4143 hda_codec_set_codec_wakeup sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x23dee596 hda_codec_resume_cmd_io sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x5b178a75 hda_codec_stop_cmd_io sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0x95760f47 hda_codec_jack_check sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0xb7b0e1c3 hda_codec_init_cmd_io sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0xbed07bbc hda_codec_detect_mask sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0xd386ae8b hda_codec_suspend_cmd_io sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0xe77550a3 hda_codec_jack_wake_enable sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0xeb434cda hda_codec_rirb_status_clear sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC EXPORT_SYMBOL_GPL 0xf5b728d1 hda_codec_probe_bus sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC_I915 EXPORT_SYMBOL_GPL 0x251ebb00 hda_codec_i915_display_power sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC_I915 EXPORT_SYMBOL_GPL 0x817485b9 hda_codec_i915_exit sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_AUDIO_CODEC_I915 EXPORT_SYMBOL_GPL 0xa2550507 hda_codec_i915_init sound/soc/sof/intel/snd-sof-intel-hda +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x05a1511e hdac_bus_eml_sync_go_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x06ec3e32 hdac_bus_eml_sdw_sync_arm_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x09a68172 hdac_bus_eml_wait_syncpu_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x0b760814 hdac_bus_eml_check_interrupt sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x0dfd9649 hdac_bus_eml_set_syncprd_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x18575e1a hdac_bus_eml_sdw_sync_go_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x18af125e hdac_bus_eml_power_down_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x190a4371 hdac_bus_eml_enable_offload sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x1bfb83e4 hdac_bus_eml_power_up sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x27fdcb60 hdac_bus_eml_ssp_get_hlink sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x2f5303e9 hda_bus_ml_resume sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x329d6d29 hdac_bus_eml_power_up_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x44a0ae65 hdac_bus_eml_sync_arm_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x543489fb hdac_bus_eml_dmic_get_hlink sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x73490055 hdac_bus_eml_sdw_power_up_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x7b0f1333 hda_bus_ml_put_all sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x8267eed0 hdac_bus_eml_power_down sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x8500d0bb hda_bus_ml_reset_losidv sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x85bb04b2 hdac_bus_eml_check_cmdsync_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x94c15512 hdac_bus_eml_sdw_get_hlink sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x99365263 hdac_bus_eml_sdw_set_lsdiid sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x99b8ae25 hdac_bus_eml_get_mutex sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0x9a88c3d1 hdac_bus_eml_sdw_set_syncprd_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xabcb6c4e hdac_bus_eml_get_count sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xc0149f33 hdac_bus_eml_sdw_map_stream_ch sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xccbcb311 hda_bus_ml_init sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xd4a06719 hdac_bus_eml_sdw_power_down_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xd7fe21e7 hdac_bus_eml_sdw_wait_syncpu_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xd98cf199 hdac_bus_eml_enable_interrupt sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xdcf092c9 hda_bus_ml_free sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xe3dd8b6f hdac_bus_eml_sdw_check_cmdsync_unlocked sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_HDA_MLINK EXPORT_SYMBOL 0xff656938 hda_bus_ml_suspend sound/soc/sof/intel/snd-sof-intel-hda-mlink +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x0aa588b5 atom_send_msg sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x0abd1c37 atom_get_mailbox_offset sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x1a13c2db atom_dump sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x3503e0b1 atom_irq_thread sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x48781a62 atom_get_window_offset sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x4e427434 atom_machine_select sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0x6a898842 atom_reset sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0xb75625ce atom_dai sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0xbfde4da8 atom_run sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0xd60633f1 atom_set_mach_params sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_ATOM_HIFI_EP EXPORT_SYMBOL 0xefa4a41a atom_irq_handler sound/soc/sof/intel/snd-sof-intel-atom +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x0043ca20 jsl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x052eeb7a sof_tgl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x09bfa8ed sof_mtl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x19ae5776 sof_skl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x37333c27 tglh_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x413d71ca adls_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x46458eb7 icl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x46750635 sof_apl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x57b4a816 tgl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x581d2647 sof_icl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x5d3ef3c4 cnl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x63d6a279 sof_cnl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x6e2407cf sof_icl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x7cd15a95 apl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x7dd50726 sof_tgl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x8b79a039 ehl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x8ce3c78e hda_ops_free sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x8f7adab0 hda_pci_intel_probe sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0x9f16dc22 skl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xd5cfa642 sof_cnl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xdc9ffdcb mtl_chip_info sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xe1706c08 sof_mtl_ops_init sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xebf79a29 sof_apl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_INTEL_HDA_COMMON EXPORT_SYMBOL 0xefcd9a0d sof_skl_ops sound/soc/sof/intel/snd-sof-intel-hda-common +SND_SOC_SOF_PCI_DEV EXPORT_SYMBOL 0x25273b27 sof_pci_pm sound/soc/sof/snd-sof-pci +SND_SOC_SOF_PCI_DEV EXPORT_SYMBOL 0x9e32e469 sof_pci_remove sound/soc/sof/snd-sof-pci +SND_SOC_SOF_PCI_DEV EXPORT_SYMBOL 0x9ffeaddb sof_pci_probe sound/soc/sof/snd-sof-pci +SND_SOC_SOF_PCI_DEV EXPORT_SYMBOL 0xfb9fbcec sof_pci_shutdown sound/soc/sof/snd-sof-pci +SND_SOC_SOF_XTENSA EXPORT_SYMBOL 0x91530d8a sof_xtensa_arch_ops sound/soc/sof/xtensa/snd-sof-xtensa-dsp +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x09351149 tasdevice_prmg_calibdata_load sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x1a949c7c tasdevice_select_cfg_blk sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x1ab9b7d9 tasdevice_select_tuningprm_cfg sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x23c94cc6 tasdevice_tuning_switch sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x2c2d92de tasdevice_config_info_remove sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x40ec23ee tasdevice_calbin_remove sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x957998f4 tas2781_load_calibration sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0xa7d17083 tasdevice_rca_parser sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0xfa72134b tasdevice_dsp_parser sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0xfe3a6722 tasdevice_prmg_load sound/soc/codecs/snd-soc-tas2781-fmwlib +SOUNDWIRE_INTEL EXPORT_SYMBOL 0x297559d2 sdw_intel_cnl_hw_ops drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL EXPORT_SYMBOL 0xba8dad14 sdw_intel_lnl_hw_ops drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x11512d3c sdw_intel_exit drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x35d6a7e0 sdw_intel_startup drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x525a1d76 sdw_intel_probe drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x9c029dbe sdw_intel_process_wakeen_event drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0xaa52eba1 sdw_intel_thread drivers/soundwire/soundwire-intel +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x0b70c810 dw_spi_update_config drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x41fd137b dw_spi_suspend_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x497672df dw_spi_add_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x6c79e068 dw_spi_dma_setup_mfld drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x760463d0 dw_spi_set_cs drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x7f40898a dw_spi_remove_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x8c2ab2bc dw_spi_dma_setup_generic drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xa04d70df dw_spi_resume_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xd223cfd6 dw_spi_check_status drivers/spi/spi-dw +TEST_FIRMWARE EXPORT_SYMBOL_GPL 0x3dce036c firmware_request_builtin vmlinux +TEST_FIRMWARE EXPORT_SYMBOL_GPL 0x9d8a8803 efi_embedded_fw_list vmlinux +TEST_FIRMWARE EXPORT_SYMBOL_GPL 0x9dd8d0e2 efi_embedded_fw_checked vmlinux +USB_STORAGE EXPORT_SYMBOL_GPL 0x00904326 usb_stor_pre_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x01deecff usb_stor_probe1 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x04f1e69b usb_stor_bulk_srb drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x0ee8b280 usb_stor_clear_halt drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x0f395016 usb_stor_ctrl_transfer drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x1ae474d1 usb_stor_reset_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x1b2ce8c7 usb_stor_post_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x1bc3edc2 usb_stor_sense_invalidCDB drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x22984023 usb_stor_access_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x2578acb1 usb_stor_set_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x2a84c330 usb_stor_disconnect drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x3bf351dc usb_stor_host_template_init drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x3f97a659 usb_stor_transparent_scsi_command drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x3fada81f fill_inquiry_response drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x51205f23 usb_stor_Bulk_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x5174a9a5 usb_stor_control_msg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x564b4031 usb_stor_probe2 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x565c1c01 usb_stor_suspend drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x57d4bd68 usb_stor_Bulk_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x6e2d70ee usb_stor_CB_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x8c699474 usb_stor_bulk_transfer_sg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x953b20cc usb_stor_CB_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xbcf50c22 usb_stor_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xdecffa4c usb_stor_bulk_transfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xef5c704f usb_stor_adjust_quirks drivers/usb/storage/usb-storage --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.master/abi/amd64/generic.compiler +++ linux-lowlatency-hwe-6.5-6.5.0/debian.master/abi/amd64/generic.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 13.2.0-4ubuntu3) 13.2.0 --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.master/abi/amd64/generic.modules +++ linux-lowlatency-hwe-6.5-6.5.0/debian.master/abi/amd64/generic.modules @@ -0,0 +1,6381 @@ +104-quad-8 +3c509 +3c574_cs +3c589_cs +3c59x +3w-9xxx +3w-sas +3w-xxxx +53c700 +6lowpan +6pack +8021q +8139cp +8139too +8250_dfl +8250_dw +8250_exar +8250_lpss +8250_men_mcb +8250_pci1xxxx +8250_pericom +8255 +8255_pci +8390 +842 +842_compress +842_decompress +88pg86x +88pm800 +88pm800-regulator +88pm805 +88pm80x +88pm80x_onkey +88pm8607 +88pm860x-ts +88pm860x_battery +88pm860x_bl +88pm860x_charger +88pm860x_onkey +9p +9pnet +9pnet_fd +9pnet_rdma +9pnet_virtio +9pnet_xen +BusLogic +a100u2w +a3d +a8293 +aacraid +aat2870-regulator +aat2870_bl +abituguru +abituguru3 +abp060mg +ac97_bus +acard-ahci +acbel-fsg032 +acecad +acenic +acer-wireless +acer-wmi +acerhdf +acp_audio_dma +acpi-als +acpi_configfs +acpi_extlog +acpi_ipmi +acpi_pad +acpi_power_meter +acpi_tad +acpi_thermal_rel +acpiphp_ibm +acquirewdt +acrn +act8865-regulator +act_bpf +act_connmark +act_csum +act_ct +act_ctinfo +act_gact +act_gate +act_ipt +act_mirred +act_mpls +act_nat +act_pedit +act_police +act_sample +act_simple +act_skbedit +act_skbmod +act_tunnel_key +act_vlan +ad2s1200 +ad2s1210 +ad2s90 +ad3552r +ad4130 +ad5064 +ad5110 +ad525x_dpot +ad525x_dpot-i2c +ad525x_dpot-spi +ad5272 +ad5360 +ad5380 +ad5398 +ad5421 +ad5446 +ad5449 +ad5504 +ad5592r +ad5592r-base +ad5593r +ad5624r_spi +ad5686 +ad5686-spi +ad5696-i2c +ad5755 +ad5758 +ad5761 +ad5764 +ad5766 +ad5770r +ad5791 +ad5820 +ad5933 +ad7091r-base +ad7091r5 +ad7124 +ad714x +ad714x-i2c +ad714x-spi +ad7150 +ad7192 +ad7266 +ad7280a +ad7291 +ad7292 +ad7293 +ad7298 +ad7303 +ad7314 +ad74115 +ad7414 +ad7418 +ad74413r +ad7476 +ad7606 +ad7606_par +ad7606_spi +ad7746 +ad7766 +ad7768-1 +ad7780 +ad7791 +ad7793 +ad7816 +ad7877 +ad7879 +ad7879-i2c +ad7879-spi +ad7887 +ad7923 +ad7949 +ad799x +ad8366 +ad8801 +ad9523 +ad9832 +ad9834 +ad_sigma_delta +ada4250 +adc-joystick +adc-keys +adc128d818 +adcxx +addi_apci_1032 +addi_apci_1500 +addi_apci_1516 +addi_apci_1564 +addi_apci_16xx +addi_apci_2032 +addi_apci_2200 +addi_apci_3120 +addi_apci_3501 +addi_apci_3xxx +addi_watchdog +adf4350 +adf4371 +adf4377 +adf7242 +adfs +adi +adiantum +adin +adin1100 +adin1110 +adis16080 +adis16130 +adis16136 +adis16201 +adis16203 +adis16209 +adis16240 +adis16260 +adis16400 +adis16460 +adis16475 +adis16480 +adis_lib +adjd_s311 +adl_pci6208 +adl_pci7x3x +adl_pci8164 +adl_pci9111 +adl_pci9118 +adm1025 +adm1026 +adm1029 +adm1031 +adm1177 +adm1266 +adm1275 +adm8211 +adm9240 +admv1013 +admv1014 +admv4420 +admv8818 +adp1653 +adp5061 +adp5520-keys +adp5520_bl +adp5588-keys +adp5589-keys +adp8860_bl +adp8870_bl +adq12b +adrf6780 +ads7828 +ads7846 +ads7871 +adt7310 +adt7316 +adt7316-i2c +adt7316-spi +adt7410 +adt7411 +adt7462 +adt7470 +adt7475 +adt7x10 +adummy +adutux +adux1020 +adv7170 +adv7175 +adv7180 +adv7183 +adv7343 +adv7393 +adv7511-v4l2 +adv7604 +adv7842 +adv_pci1710 +adv_pci1720 +adv_pci1723 +adv_pci1724 +adv_pci1760 +adv_pci_dio +adv_swbutton +advansys +advantech_ec_wdt +advantechwdt +adxl313_core +adxl313_i2c +adxl313_spi +adxl34x +adxl34x-i2c +adxl34x-spi +adxl355_core +adxl355_i2c +adxl355_spi +adxl367 +adxl367_i2c +adxl367_spi +adxl372 +adxl372_i2c +adxl372_spi +adxrs290 +adxrs450 +aegis128 +aegis128-aesni +aes_ti +aesni-intel +af9013 +af9033 +af_alg +af_key +af_packet_diag +afe4403 +afe4404 +affs +ah4 +ah6 +aha152x_cs +aha1740 +ahci +ahci_dwc +ahci_platform +aht10 +aic79xx +aic7xxx +aic94xx +aio_aio12_8 +aio_iiro_16 +aiptek +aircable +airo +airo_cs +airspy +ak7375 +ak881x +ak8974 +ak8975 +al3010 +al3320a +alcor +alcor_pci +algif_aead +algif_hash +algif_rng +algif_skcipher +alienware-wmi +alim1535_wdt +alim7101_wdt +altera-ci +altera-cvp +altera-freeze-bridge +altera-msgdma +altera-pr-ip-core +altera-ps-spi +altera-stapl +altera_jtaguart +altera_ps2 +altera_tse +altera_uart +alx +am2315 +am53c974 +amc6821 +amd +amd-pmc +amd-pmf +amd-rng +amd-uncore +amd-xgbe +amd5536udc_pci +amd64_edac +amd76xrom +amd8111e +amd_freq_sensitivity +amd_hsmp +amd_sfh +amdgpu +amdtee +amdxcp +amilo-rfkill +amlogic-gxl-crypto +amplc_dio200 +amplc_dio200_common +amplc_dio200_pci +amplc_pc236 +amplc_pc236_common +amplc_pc263 +amplc_pci224 +amplc_pci230 +amplc_pci236 +amplc_pci263 +ams-iaq-core +ams369fg06 +amt +analog +analogix-anx78xx +analogix_dp +ansi_cprng +anx7411 +aoe +apanel +apds9300 +apds9802als +apds990x +apds9960 +apple-gmux +apple-mfi-fastcharge +apple_bl +appledisplay +applesmc +applespi +appletalk +appletouch +applicom +aptina-pll +aqc111 +aquacomputer_d5next +aquantia +ar0521 +ar5523 +ar7part +ar9331 +arasan-nand-controller +arc-rawmode +arc-rimi +arc_ps2 +arc_uart +arcfb +arcmsr +arcnet +arcxcnn_bl +aria-aesni-avx-x86_64 +aria-aesni-avx2-x86_64 +aria-gfni-avx512-x86_64 +aria_generic +arizona +arizona-haptics +arizona-i2c +arizona-ldo1 +arizona-micsupp +arizona-spi +ark3116 +arkfb +arp_tables +arpt_mangle +arptable_filter +as102_fe +as370-hwmon +as3711-regulator +as3711_bl +as3935 +as5011 +as73211 +asb100 +asc7621 +ascot2e +asix +ast +asus-ec-sensors +asus-laptop +asus-nb-wmi +asus-tf103c-dock +asus-wireless +asus-wmi +asus_atk0110 +asus_wmi_sensors +async_memcpy +async_pq +async_raid6_recov +async_tx +async_xor +at24 +at25 +at76c50x-usb +at803x +at86rf230 +atbm8830 +atc260x-core +atc260x-i2c +atc260x-onkey +atc260x-poweroff +atc260x-regulator +aten +ath +ath10k_core +ath10k_pci +ath10k_sdio +ath10k_usb +ath11k +ath11k_ahb +ath11k_pci +ath12k +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ath9k_pci_owl_loader +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atlantic +atlas-ezo-sensor +atlas-sensor +atlas_btns +atm +atmel +atmel-ecc +atmel-i2c +atmel-sha204a +atmel_cs +atmel_mxt_ts +atmel_pci +atmtcp +atp +atp870u +atusb +atxp1 +aty128fb +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +auo-pixcir-ts +auth_rpcgss +authenc +authencesn +autofs4 +avmfritz +ax25 +ax88179_178a +ax88796b +ax88796c +axi-fan-control +axnet_cs +axp20x +axp20x-i2c +axp20x-pek +axp20x-regulator +axp20x_ac_power +axp20x_adc +axp20x_battery +axp20x_usb_power +axp288_adc +axp288_charger +axp288_fuel_gauge +b2c2-flexcop +b2c2-flexcop-pci +b2c2-flexcop-usb +b43 +b43legacy +b44 +b53_common +b53_mdio +b53_mmap +b53_serdes +b53_spi +b53_srab +ba431-rng +barco-p50-gpio +bareudp +batman-adv +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bcache +bch +bcm-phy-lib +bcm-phy-ptp +bcm-sf2 +bcm203x +bcm3510 +bcm54140 +bcm590xx +bcm590xx-regulator +bcm5974 +bcm7xxx +bcm87xx +bcm_vk +bcma +bcma-hcd +bcmsysport +bd6107 +bd9571mwv +bd9571mwv-regulator +bd99954-charger +bdc +be2iscsi +be2net +befs +bel-pfe +belkin_sa +bfa +bfq +bfs +bfusb +bh1750 +bh1770glc +bh1780 +binder_linux +binfmt_misc +blake2b_generic +block2mtd +blocklayoutdriver +blowfish-x86_64 +blowfish_common +blowfish_generic +bluecard_cs +bluetooth +bluetooth_6lowpan +bma150 +bma220_spi +bma400_core +bma400_i2c +bma400_spi +bmc150-accel-core +bmc150-accel-i2c +bmc150-accel-spi +bmc150_magn +bmc150_magn_i2c +bmc150_magn_spi +bme680_core +bme680_i2c +bme680_spi +bmg160_core +bmg160_i2c +bmg160_spi +bmi088-accel-core +bmi088-accel-spi +bmi160_core +bmi160_i2c +bmi160_spi +bmp280 +bmp280-i2c +bmp280-spi +bna +bnep +bno055 +bno055_i2c +bno055_ser +bnx2 +bnx2fc +bnx2i +bnx2x +bnxt_en +bnxt_re +bochs +bonding +bpa-rs600 +bpa10x +bpck +bpck6 +bpfilter +bpqether +bq2415x_charger +bq24190_charger +bq24257_charger +bq24735-charger +bq2515x_charger +bq256xx_charger +bq25890_charger +bq25980_charger +bq27xxx_battery +bq27xxx_battery_hdq +bq27xxx_battery_i2c +br2684 +br_netfilter +brcmfmac +brcmfmac-bca +brcmfmac-cyw +brcmfmac-wcc +brcmsmac +brcmutil +brd +bridge +broadcom +bsd_comp +bt3c_cs +bt819 +bt856 +bt866 +bt878 +btbcm +btcoexist +btintel +btmrvl +btmrvl_sdio +btmtk +btmtksdio +btmtkuart +btnxpuart +btqca +btrfs +btrsi +btrtl +btsdio +bttv +btusb +bu21013_ts +bu21029_ts +budget +budget-av +budget-ci +budget-core +budget-patch +c2port-duramar2150 +c67x00 +c6xdigio +c_can +c_can_pci +c_can_platform +ca8210 +cachefiles +cadence_wdt +cafe_ccic +cafe_nand +caif +caif_serial +caif_socket +caif_usb +caif_virtio +camellia-aesni-avx-x86_64 +camellia-aesni-avx2 +camellia-x86_64 +camellia_generic +can +can-bcm +can-dev +can-gw +can-isotp +can-j1939 +can-raw +can327 +capmode +capsule-loader +carl9170 +carminefb +cassini +cast5-avx-x86_64 +cast5_generic +cast6-avx-x86_64 +cast6_generic +cast_common +catc +cavium_ptp +cb710 +cb710-mmc +cb_das16_cs +cb_pcidas +cb_pcidas64 +cb_pcidda +cb_pcimdas +cb_pcimdda +cc10001_adc +cc2520 +cc770 +cc770_isa +cc770_platform +ccm +ccp +ccp-crypto +ccs +ccs-pll +ccs811 +cdc-acm +cdc-phonet +cdc-wdm +cdc_eem +cdc_ether +cdc_mbim +cdc_ncm +cdc_subset +cdns-csi2rx +cdns-csi2tx +cdns-pltfrm +cdns-usb-common +cdns2-udc-pci +cdns3 +cdns3-pci-wrap +cdnsp-udc-pci +cec +cec-gpio +ceph +cfag12864b +cfag12864bfb +cfb +cfg80211 +cfi_cmdset_0001 +cfi_cmdset_0002 +cfi_cmdset_0020 +cfi_probe +cfi_util +ch +ch341 +ch7006 +ch7322 +ch9200 +ch_ipsec +ch_ktls +chacha-x86_64 +chacha20poly1305 +chacha_generic +chaoskey +charlcd +chcr +chipone_icn8505 +chipreg +chnl_net +chromeos_acpi +chromeos_laptop +chromeos_privacy_screen +chromeos_pstore +chromeos_tbmc +chv3-i2s +ci_hdrc +ci_hdrc_msm +ci_hdrc_pci +ci_hdrc_usb2 +cicada +cifs +cifs_arc4 +cifs_md4 +cio-dac +cirrus +cirrusfb +ck804xrom +classmate-laptop +clip +clk-cdce706 +clk-cs2000-cp +clk-lmk04832 +clk-max9485 +clk-palmas +clk-pwm +clk-si5341 +clk-si5351 +clk-si544 +clk-tps68470 +clk-twl6040 +clk-wm831x +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_flower +cls_fw +cls_matchall +cls_route +cls_u32 +cm109 +cm32181 +cm3232 +cm3323 +cm3605 +cm36651 +cma3000_d0x +cma3000_d0x_i2c +cmac +cmdlinepart +cmtp +cnic +cobalt +cobra +coda +colibri-vf50-ts +com20020 +com20020-pci +com20020_cs +com90io +com90xx +comedi +comedi_8254 +comedi_8255 +comedi_bond +comedi_example_test +comedi_isadma +comedi_parport +comedi_pci +comedi_pcmcia +comedi_test +comedi_usb +comm +compal-laptop +contec_pci_dio +cordic +core +coretemp +corsair-cpro +corsair-psu +cortina +counter +cp210x +cpcihp_generic +cpcihp_zt5550 +cpu5wdt +cpuid +cpuidle-haltpoll +cqhci +cr_bllcd +cramfs +crc-itu-t +crc32-pclmul +crc32_generic +crc4 +crc7 +crc8 +crct10dif-pclmul +cros-ec-cec +cros-ec-sensorhub +cros-ec-typec +cros_ec +cros_ec_accel_legacy +cros_ec_baro +cros_ec_chardev +cros_ec_debugfs +cros_ec_dev +cros_ec_i2c +cros_ec_ishtp +cros_ec_keyb +cros_ec_lid_angle +cros_ec_light_prox +cros_ec_lightbar +cros_ec_lpcs +cros_ec_mkbp_proximity +cros_ec_sensors +cros_ec_sensors_core +cros_ec_spi +cros_ec_sysfs +cros_ec_uart +cros_hps_i2c +cros_kbd_led_backlight +cros_peripheral_charger +cros_typec_switch +cros_usbpd-charger +cros_usbpd_logger +cros_usbpd_notify +crvml +cryptd +crypto_engine +crypto_safexcel +crypto_simd +crypto_user +cs3308 +cs5345 +cs53l32a +cs_dsp +csiostor +ct82c710 +ctucanfd +ctucanfd_pci +curve25519-generic +curve25519-x86_64 +cuse +cw1200_core +cw1200_wlan_sdio +cw1200_wlan_spi +cw2015_battery +cx18 +cx18-alsa +cx22700 +cx22702 +cx231xx +cx231xx-alsa +cx231xx-dvb +cx2341x +cx23885 +cx24110 +cx24113 +cx24116 +cx24117 +cx24120 +cx24123 +cx25821 +cx25821-alsa +cx25840 +cx82310_eth +cx88-alsa +cx88-blackbird +cx88-dvb +cx88-vp3054-i2c +cx8800 +cx8802 +cx88xx +cxacru +cxd2099 +cxd2820r +cxd2841er +cxd2880 +cxd2880-spi +cxgb +cxgb3 +cxgb3i +cxgb4 +cxgb4i +cxgb4vf +cxgbit +cxl_acpi +cxl_core +cxl_mem +cxl_pci +cxl_pmem +cxl_pmu +cxl_port +cy8ctma140 +cy8ctmg110_ts +cyapatp +cyber2000fb +cyberjack +cypress-sf +cypress_cy7c63 +cypress_firmware +cypress_m8 +cytherm +cyttsp4_core +cyttsp4_i2c +cyttsp4_spi +cyttsp5 +cyttsp_core +cyttsp_i2c +cyttsp_i2c_common +cyttsp_spi +da280 +da311 +da7280 +da9030_battery +da9034-ts +da903x-regulator +da903x_bl +da9052-battery +da9052-hwmon +da9052-regulator +da9052_bl +da9052_onkey +da9052_tsi +da9052_wdt +da9055-hwmon +da9055-regulator +da9055_onkey +da9055_wdt +da9062-core +da9062-regulator +da9062_wdt +da9063_onkey +da9063_wdt +da9150-charger +da9150-core +da9150-fg +da9150-gpadc +da9210-regulator +da9211-regulator +dac02 +daqboard2000 +das08 +das08_cs +das08_isa +das08_pci +das16 +das16m1 +das1800 +das6402 +das800 +davicom +dax_cxl +dax_hmem +dax_pmem +db9 +dc395x +dca +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +dcdbas +ddbridge +ddbridge-dummy-fe +de2104x +defxx +dell-laptop +dell-rbtn +dell-smbios +dell-smm-hwmon +dell-smo8800 +dell-uart-backlight +dell-wmi +dell-wmi-aio +dell-wmi-ddv +dell-wmi-descriptor +dell-wmi-led +dell-wmi-sysman +dell_rbu +delta-ahe50dc-fan +denali +denali_pci +des3_ede-x86_64 +des_generic +designware_i2s +device_dax +dfl +dfl-afu +dfl-emif +dfl-fme +dfl-fme-br +dfl-fme-mgr +dfl-fme-region +dfl-n3000-nios +dfl-pci +dht11 +diag +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dib9000 +dibx000_common +digi_acceleport +diskonchip +dl2k +dlhl60d +dlink-dir685-touchkeys +dlm +dln2 +dln2-adc +dm-bio-prison +dm-bufio +dm-cache +dm-cache-smq +dm-clone +dm-crypt +dm-delay +dm-ebs +dm-era +dm-flakey +dm-historical-service-time +dm-integrity +dm-io-affinity +dm-log +dm-log-userspace +dm-log-writes +dm-mirror +dm-multipath +dm-persistent-data +dm-queue-length +dm-raid +dm-region-hash +dm-round-robin +dm-service-time +dm-snapshot +dm-switch +dm-thin-pool +dm-unstripe +dm-verity +dm-writecache +dm-zero +dm-zoned +dm1105 +dm9601 +dmard06 +dmard09 +dmard10 +dme1737 +dmfe +dmi-sysfs +dmm32at +dmx3191d +dnet +dp83640 +dp83822 +dp83848 +dp83867 +dp83869 +dp83tc811 +dp83td510 +dpot-dac +dps310 +dps920ab +dptf_pch_fivr +dptf_power +drbd +drivetemp +drm +drm_buddy +drm_display_helper +drm_dma_helper +drm_kms_helper +drm_mipi_dbi +drm_shmem_helper +drm_suballoc_helper +drm_ttm_helper +drm_vram_helper +drm_xen_front +drv260x +drv2665 +drv2667 +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1803 +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds4424 +ds620 +dsa_core +dsbr100 +dst +dst_ca +dstr +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt282x +dt3000 +dt3155 +dt9812 +dtl1_cs +dummy +dummy-irq +dummy_stm +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-ttpci +dvb-ttusb-budget +dvb-usb +dvb-usb-a800 +dvb-usb-af9005 +dvb-usb-af9005-remote +dvb-usb-af9015 +dvb-usb-af9035 +dvb-usb-anysee +dvb-usb-au6610 +dvb-usb-az6007 +dvb-usb-az6027 +dvb-usb-ce6230 +dvb-usb-cinergyT2 +dvb-usb-cxusb +dvb-usb-dib0700 +dvb-usb-dibusb-common +dvb-usb-dibusb-mb +dvb-usb-dibusb-mc +dvb-usb-dibusb-mc-common +dvb-usb-digitv +dvb-usb-dtt200u +dvb-usb-dtv5100 +dvb-usb-dvbsky +dvb-usb-dw2102 +dvb-usb-ec168 +dvb-usb-gl861 +dvb-usb-gp8psk +dvb-usb-lmedm04 +dvb-usb-m920x +dvb-usb-mxl111sf +dvb-usb-nova-t-usb2 +dvb-usb-opera +dvb-usb-pctv452e +dvb-usb-rtl28xxu +dvb-usb-technisat-usb2 +dvb-usb-ttusb2 +dvb-usb-umt-010 +dvb-usb-vp702x +dvb-usb-vp7045 +dvb_dummy_fe +dvb_usb_v2 +dw-edma +dw-edma-pcie +dw-i3c-master +dw-xdata-pcie +dw9714 +dw9768 +dw9807-vcm +dw_dmac +dw_dmac_core +dw_dmac_pci +dw_wdt +dwc-xlgmac +dwc2_pci +dwc3 +dwc3-haps +dwc3-pci +dwmac-generic +dwmac-intel +dwmac-loongson +dyna_pci10xx +dynapro +e100 +e1000 +e1000e +e3x0-button +e4000 +e752x_edac +earth-pt1 +earth-pt3 +ebc-c384_wdt +ebt_802_3 +ebt_among +ebt_arp +ebt_arpreply +ebt_dnat +ebt_ip +ebt_ip6 +ebt_limit +ebt_log +ebt_mark +ebt_mark_m +ebt_nflog +ebt_pkttype +ebt_redirect +ebt_snat +ebt_stp +ebt_vlan +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +ec100 +ec_bhf +ec_sys +ecc +ecdh_generic +ecdsa_generic +echainiv +echo +ecrdsa_generic +edac_mce_amd +edt-ft5x06 +ee1004 +eeepc-laptop +eeepc-wmi +eeprom +eeprom_93cx6 +eeprom_93xx46 +eeti_ts +efa +efct +efi-pstore +efi_secret +efi_test +efibc +efs +egalax_ts_serial +ehci-fsl +ehset +einj +ektf2127 +elan_i2c +elo +em28xx +em28xx-alsa +em28xx-dvb +em28xx-rc +em28xx-v4l +em_canid +em_cmp +em_ipset +em_ipt +em_meta +em_nbyte +em_text +em_u32 +emc1403 +emc2103 +emc2305 +emc6w201 +emi26 +emi62 +empeg +ems_pci +ems_pcmcia +ems_usb +emu10k1-gp +ena +enc28j60 +enclosure +encx24j600 +encx24j600-regmap +ene_ir +eni +eni_vdpa +enic +envelope-detector +epat +epia +epic100 +eql +erdma +erofs +esas2r +esb2rom +esd_usb +esp4 +esp4_offload +esp6 +esp6_offload +esp_scsi +essiv +et1011c +et131x +et8ek8 +etas_es58x +ethoc +eurotechwdt +evbug +exar_wdt +exc3000 +exfat +extcon-adc-jack +extcon-axp288 +extcon-fsa9480 +extcon-gpio +extcon-intel-cht-wc +extcon-intel-int3496 +extcon-intel-mrfld +extcon-max14577 +extcon-max3355 +extcon-max77693 +extcon-max77843 +extcon-max8997 +extcon-palmas +extcon-ptn5150 +extcon-rt8973a +extcon-sm5502 +extcon-usb-gpio +extcon-usbc-cros-ec +extcon-usbc-tusb320 +ezusb +f2fs +f71805f +f71808e_wdt +f71882fg +f75375s +f81232 +f81534 +f81601 +f81604 +fakelb +fam15h_power +fan53555 +farsync +faulty +fb_agm1264k-fl +fb_bd663474 +fb_ddc +fb_hx8340bn +fb_hx8347d +fb_hx8353d +fb_hx8357d +fb_ili9163 +fb_ili9320 +fb_ili9325 +fb_ili9340 +fb_ili9341 +fb_ili9481 +fb_ili9486 +fb_pcd8544 +fb_ra8875 +fb_s6d02a1 +fb_s6d1121 +fb_seps525 +fb_sh1106 +fb_ssd1289 +fb_ssd1305 +fb_ssd1306 +fb_ssd1325 +fb_ssd1331 +fb_ssd1351 +fb_st7735r +fb_st7789v +fb_tinylcd +fb_tls8204 +fb_uc1611 +fb_uc1701 +fb_upd161704 +fbtft +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fdomain_cs +fdomain_pci +fdp +fdp_i2c +fealnx +ff-memless +fieldbus_dev +fintek-cir +firedtv +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +firmware_attributes_class +fit2 +fit3 +fixed +fjes +fl512 +floppy +fm10k +fm801-gp +fm_drv +fmvj18x_cs +fnic +forcedeth +fore_200e +fou +fou6 +fpga-bridge +fpga-mgr +fpga-region +freevxfs +friq +frpw +fsa4480 +fscache +fschmd +fsia6b +fsl-mph-dr-of +fsl_linflexuart +fsl_lpuart +fsp-3y +ftdi_sio +ftl +ftrace-direct +ftrace-direct-modify +ftrace-direct-too +ftsteutates +fujitsu-laptop +fujitsu-tablet +fujitsu_ts +funcore +funeth +fusb302 +fxas21002c_core +fxas21002c_i2c +fxas21002c_spi +fxls8962af-core +fxls8962af-i2c +fxls8962af-spi +fxos8700_core +fxos8700_i2c +fxos8700_spi +g450_pll +g760a +g762 +g_acm_ms +g_audio +g_cdc +g_dbgp +g_ether +g_ffs +g_hid +g_mass_storage +g_midi +g_ncm +g_nokia +g_printer +g_serial +g_webcam +g_zero +gadgetfs +gamecon +gameport +garmin_gps +garp +gb-audio-apbridgea +gb-audio-codec +gb-audio-gb +gb-audio-manager +gb-audio-module +gb-bootrom +gb-es2 +gb-firmware +gb-gbphy +gb-gpio +gb-hid +gb-i2c +gb-light +gb-log +gb-loopback +gb-power-supply +gb-pwm +gb-raw +gb-sdio +gb-spi +gb-spilib +gb-uart +gb-usb +gb-vibrator +gdmtty +gdmulte +gen_probe +generic +generic-adc-battery +genet +geneve +genwqe_card +gf2k +gfs2 +ghash-clmulni-intel +gigabyte-wmi +gl518sm +gl520sm +gl620a +gluebi +gm12u320 +gma500_gfx +gnss +gnss-mtk +gnss-serial +gnss-sirf +gnss-ubx +gnss-usb +go7007 +go7007-loader +go7007-usb +goku_udc +goldfish_battery +goodix_ts +gp2ap002 +gp2ap020a00f +gp8psk-fe +gpd-pocket-fan +gpio +gpio-104-dio-48e +gpio-104-idi-48 +gpio-104-idio-16 +gpio-aaeon +gpio-adp5520 +gpio-aggregator +gpio-amd-fch +gpio-amd8111 +gpio-amdpt +gpio-arizona +gpio-bd9571mwv +gpio-beeper +gpio-charger +gpio-da9052 +gpio-da9055 +gpio-dln2 +gpio-dwapb +gpio-elkhartlake +gpio-exar +gpio-f7188x +gpio-fxl6408 +gpio-gpio-mm +gpio-i8255 +gpio-ich +gpio-idio-16 +gpio-it87 +gpio-janz-ttl +gpio-kempld +gpio-latch +gpio-lp3943 +gpio-lp873x +gpio-madera +gpio-max3191x +gpio-max7300 +gpio-max7301 +gpio-max730x +gpio-max732x +gpio-mb86s7x +gpio-mc33880 +gpio-menz127 +gpio-ml-ioh +gpio-pca953x +gpio-pca9570 +gpio-pcf857x +gpio-pci-idio-16 +gpio-pcie-idio-24 +gpio-pisosr +gpio-rdc321x +gpio-regmap +gpio-regulator +gpio-sbu-mux +gpio-sch +gpio-sch311x +gpio-sim +gpio-siox +gpio-tangier +gpio-tpic2810 +gpio-tps65086 +gpio-tps65912 +gpio-tps68470 +gpio-tqmx86 +gpio-twl4030 +gpio-twl6040 +gpio-vibra +gpio-viperboard +gpio-virtio +gpio-vx855 +gpio-wcove +gpio-winbond +gpio-wm831x +gpio-wm8350 +gpio-wm8994 +gpio-ws16c48 +gpio-xra1403 +gpio_backlight +gpio_decoder +gpio_keys +gpio_keys_polled +gpio_mouse +gpu-sched +gr_udc +grace +gre +greybus +grip +grip_mp +gru +gs1662 +gs_usb +gsc_hpdi +gspca_benq +gspca_conex +gspca_cpia1 +gspca_dtcs033 +gspca_etoms +gspca_finepix +gspca_gl860 +gspca_jeilinj +gspca_jl2005bcd +gspca_kinect +gspca_konica +gspca_m5602 +gspca_main +gspca_mars +gspca_mr97310a +gspca_nw80x +gspca_ov519 +gspca_ov534 +gspca_ov534_9 +gspca_pac207 +gspca_pac7302 +gspca_pac7311 +gspca_se401 +gspca_sn9c2028 +gspca_sn9c20x +gspca_sonixb +gspca_sonixj +gspca_spca1528 +gspca_spca500 +gspca_spca501 +gspca_spca505 +gspca_spca506 +gspca_spca508 +gspca_spca561 +gspca_sq905 +gspca_sq905c +gspca_sq930x +gspca_stk014 +gspca_stk1135 +gspca_stv0680 +gspca_stv06xx +gspca_sunplus +gspca_t613 +gspca_topro +gspca_touptek +gspca_tv8532 +gspca_vc032x +gspca_vicam +gspca_xirlink_cit +gspca_zc3xx +gtp +gud +guillemot +gunze +gve +habanalabs +hackrf +hamachi +hampshire +hangcheck-timer +hanwang +hci +hci_bcm4377 +hci_nokia +hci_uart +hci_vhci +hctr2 +hd3ss3220 +hd44780 +hd44780_common +hdaps +hdc100x +hdc2010 +hdlc +hdlc_cisco +hdlc_fr +hdlc_ppp +hdlc_raw +hdlc_raw_eth +hdlc_x25 +hdlcdrv +hdma +hdma_mgmt +hdpvr +he +hecubafb +helene +hellcreek_sw +hexium_gemini +hexium_orion +hfcmulti +hfcpci +hfcsusb +hfi1 +hfs +hfsplus +hgafb +hi311x +hi556 +hi6210-i2s +hi8435 +hi846 +hi847 +hid +hid-a4tech +hid-accutouch +hid-alps +hid-apple +hid-appleir +hid-asus +hid-aureal +hid-axff +hid-belkin +hid-betopff +hid-bigbenff +hid-cherry +hid-chicony +hid-cmedia +hid-corsair +hid-cougar +hid-cp2112 +hid-creative-sb0540 +hid-cypress +hid-dr +hid-elan +hid-elecom +hid-elo +hid-emsff +hid-evision +hid-ezkey +hid-ft260 +hid-gaff +hid-gembird +hid-generic +hid-gfrm +hid-glorious +hid-google-hammer +hid-gt683r +hid-gyration +hid-holtek-kbd +hid-holtek-mouse +hid-holtekff +hid-hyperv +hid-icade +hid-ite +hid-jabra +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-led +hid-lenovo +hid-letsketch +hid-lg-g15 +hid-logitech +hid-logitech-dj +hid-logitech-hidpp +hid-macally +hid-magicmouse +hid-maltron +hid-mcp2221 +hid-megaworld +hid-mf +hid-microsoft +hid-monterey +hid-multitouch +hid-nintendo +hid-nti +hid-ntrig +hid-nvidia-shield +hid-ortek +hid-penmount +hid-petalynx +hid-picolcd +hid-pl +hid-plantronics +hid-playstation +hid-primax +hid-prodikeys +hid-pxrc +hid-razer +hid-redragon +hid-retrode +hid-rmi +hid-roccat +hid-roccat-arvo +hid-roccat-common +hid-roccat-isku +hid-roccat-kone +hid-roccat-koneplus +hid-roccat-konepure +hid-roccat-kovaplus +hid-roccat-lua +hid-roccat-pyra +hid-roccat-ryos +hid-roccat-savu +hid-saitek +hid-samsung +hid-semitek +hid-sensor-accel-3d +hid-sensor-als +hid-sensor-custom +hid-sensor-custom-intel-hinge +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-humidity +hid-sensor-iio-common +hid-sensor-incl-3d +hid-sensor-magn-3d +hid-sensor-press +hid-sensor-prox +hid-sensor-rotation +hid-sensor-temperature +hid-sensor-trigger +hid-sigmamicro +hid-sjoy +hid-sony +hid-speedlink +hid-steam +hid-steelseries +hid-sunplus +hid-thrustmaster +hid-tivo +hid-tmff +hid-topre +hid-topseed +hid-twinhan +hid-u2fzero +hid-uclogic +hid-udraw-ps3 +hid-viewsonic +hid-vivaldi +hid-vivaldi-common +hid-vrc2 +hid-waltop +hid-wiimote +hid-xiaomi +hid-xinmo +hid-zpff +hid-zydacron +hideep +hidp +hih6130 +himax_hx83112b +hinic +hisi-spmi-controller +hmc425a +hmc5843_core +hmc5843_i2c +hmc5843_spi +hmc6352 +hopper +horus3a +hostap +hostap_cs +hostap_pci +hostap_plx +hp-wmi +hp-wmi-sensors +hp03 +hp206c +hp_accel +hpfs +hpilo +hpsa +hptiop +hpwdt +hsi +hsi_char +hso +hsr +ht16k33 +hts221 +hts221_i2c +hts221_spi +htu21 +huawei-wmi +huawei_cdc_ncm +hv_balloon +hv_netvsc +hv_sock +hv_storvsc +hv_utils +hv_vmbus +hwmon-aaeon +hwmon-vid +hwpoison-inject +hx711 +hx8357 +hx8357d +hycon-hy46xx +hynitron_cstxxx +hyperbus-core +hyperv-keyboard +hyperv_drm +hyperv_fb +i10nm_edac +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-amd-mp2-pci +i2c-amd-mp2-plat +i2c-amd756 +i2c-amd756-s4882 +i2c-amd8111 +i2c-cbus-gpio +i2c-ccgx-ucsi +i2c-cht-wc +i2c-cp2615 +i2c-cros-ec-tunnel +i2c-designware-pci +i2c-diolan-u2c +i2c-dln2 +i2c-gpio +i2c-hid +i2c-hid-acpi +i2c-hid-of +i2c-i801 +i2c-isch +i2c-ismt +i2c-kempld +i2c-matroxfb +i2c-mchp-pci1xxxx +i2c-mlxcpld +i2c-mux +i2c-mux-gpio +i2c-mux-ltc4306 +i2c-mux-mlxcpld +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-mux-reg +i2c-nforce2 +i2c-nforce2-s4985 +i2c-nvidia-gpu +i2c-ocores +i2c-parport +i2c-pca-platform +i2c-piix4 +i2c-robotfuzz-osif +i2c-scmi +i2c-simtec +i2c-sis5595 +i2c-sis630 +i2c-sis96x +i2c-smbus +i2c-stub +i2c-taos-evm +i2c-tiny-usb +i2c-via +i2c-viapro +i2c-viperboard +i2c-virtio +i2c-xiic +i3000_edac +i3200_edac +i3c +i3c-master-cdns +i40e +i5100_edac +i5400_edac +i5500_temp +i5k_amb +i6300esb +i7300_edac +i740fb +i7core_edac +i82092 +i82975x_edac +i915 +iTCO_vendor_support +iTCO_wdt +iavf +ib700wdt +ib_cm +ib_core +ib_ipoib +ib_iser +ib_isert +ib_mthca +ib_qib +ib_srp +ib_srpt +ib_umad +ib_uverbs +ibm-cffps +ibm_rtl +ibmaem +ibmasm +ibmasr +ibmpex +ice +ichxrom +icp10100 +icp_multi +icplus +ics932s401 +ideapad-laptop +ideapad_slidebar +idma64 +idmouse +idt77252 +idt_89hpesx +idt_gen2 +idt_gen3 +idtcps +idxd +idxd_bus +ie31200_edac +ie6xx_wdt +ieee802154 +ieee802154_6lowpan +ieee802154_socket +ifb +ifcvf +ife +ifi_canfd +iforce +iforce-serio +iforce-usb +igb +igbvf +igc +igen6_edac +igorplugusb +iguanair +ii_pci20kc +iio-mux +iio-rescale +iio-trig-hrtimer +iio-trig-interrupt +iio-trig-loop +iio-trig-sysfs +iio_dummy +iio_hwmon +ila +ili210x +ili9163 +ili9225 +ili922x +ili9320 +ili9341 +ili9486 +ilitek_ts_i2c +imagis +img-ascii-lcd +img-i2s-in +img-i2s-out +img-parallel-out +img-spdif-in +img-spdif-out +imm +imon +imon_raw +ims-pcu +imx208 +imx214 +imx219 +imx258 +imx274 +imx290 +imx296 +imx319 +imx355 +ina209 +ina238 +ina2xx +ina2xx-adc +ina3221 +industrialio +industrialio-buffer-cb +industrialio-buffer-dma +industrialio-buffer-dmaengine +industrialio-configfs +industrialio-gts-helper +industrialio-hw-consumer +industrialio-sw-device +industrialio-sw-trigger +industrialio-triggered-buffer +industrialio-triggered-event +inet_diag +inexio +inftl +initio +input-leds +inspur-ipsps +int3400_thermal +int3401_thermal +int3402_thermal +int3403_thermal +int3406_thermal +int340x_thermal_zone +int51x1 +intel-cstate +intel-hid +intel-ish-ipc +intel-ishtp +intel-ishtp-hid +intel-ishtp-loader +intel-lpss +intel-lpss-acpi +intel-lpss-pci +intel-m10-bmc-core +intel-m10-bmc-hwmon +intel-m10-bmc-pmci +intel-m10-bmc-spi +intel-qep +intel-rng +intel-rst +intel-smartconnect +intel-uncore-frequency +intel-uncore-frequency-common +intel-uncore-frequency-tpmi +intel-vbtn +intel-wmi-sbl-fw-update +intel-wmi-thunderbolt +intel-xhci-usb-role-switch +intel-xway +intel_atomisp2_led +intel_atomisp2_pm +intel_bxt_pmic_thermal +intel_bxtwc_tmu +intel_bytcrc_pwrsrc +intel_chtdc_ti_pwrbtn +intel_chtwc_int33fe +intel_crystal_cove_charger +intel_ifs +intel_int0002_vgpio +intel_ips +intel_mrfld_adc +intel_mrfld_pwrbtn +intel_oaktrail +intel_pch_thermal +intel_pmc_bxt +intel_pmc_mux +intel_powerclamp +intel_punit_ipc +intel_qat +intel_quark_i2c_gpio +intel_rapl_common +intel_rapl_msr +intel_rapl_tpmi +intel_sar +intel_scu_ipcutil +intel_scu_pltdrv +intel_sdsi +intel_skl_int3472_discrete +intel_skl_int3472_tps68470 +intel_soc_dts_iosf +intel_soc_dts_thermal +intel_soc_pmic_bxtwc +intel_soc_pmic_chtdc_ti +intel_soc_pmic_mrfld +intel_tcc_cooling +intel_telemetry_core +intel_telemetry_debugfs +intel_telemetry_pltdrv +intel_th +intel_th_acpi +intel_th_gth +intel_th_msu +intel_th_msu_sink +intel_th_pci +intel_th_pti +intel_th_sth +intel_vpu +intel_vr_nor +intel_vsec +intel_vsec_tpmi +intelfb +interact +interrupt-cnt +inv-icm42600 +inv-icm42600-i2c +inv-icm42600-spi +inv-mpu6050 +inv-mpu6050-i2c +inv-mpu6050-spi +io_edgeport +io_ti +ioatdma +iommu_v2 +iommufd +ionic +iosm +iowarrior +ip5xxx_power +ip6_gre +ip6_tables +ip6_tunnel +ip6_udp_tunnel +ip6_vti +ip6t_NPT +ip6t_REJECT +ip6t_SYNPROXY +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_mh +ip6t_rpfilter +ip6t_rt +ip6t_srh +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6table_security +ip_gre +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmac +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_mac +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +ip_tables +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_fo +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_mh +ip_vs_nq +ip_vs_ovf +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_twos +ip_vs_wlc +ip_vs_wrr +ip_vti +ipack +ipaq +ipcomp +ipcomp6 +iphase +ipheth +ipip +ipmi_devintf +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_ssif +ipmi_watchdog +ipoctal +ipr +ips +ipt_ECN +ipt_REJECT +ipt_SYNPROXY +ipt_ah +ipt_rpfilter +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +iptable_security +ipu-bridge +ipu3-cio2 +ipu3-imgu +ipvlan +ipvtap +ipw +ipw2100 +ipw2200 +ipwireless +iqs269a +iqs5xx +iqs620at-temp +iqs621-als +iqs624-pos +iqs626a +iqs62x +iqs62x-keys +iqs7222 +ir-imon-decoder +ir-jvc-decoder +ir-kbd-i2c +ir-mce_kbd-decoder +ir-nec-decoder +ir-rc5-decoder +ir-rc6-decoder +ir-rcmm-decoder +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +ir-usb +ir-xmp-decoder +ir35221 +ir36021 +ir38064 +ir_toy +irdma +irps5401 +irq-madera +irqbypass +isci +iscsi_boot_sysfs +iscsi_ibft +iscsi_target_mod +iscsi_tcp +isdnhdlc +ishtp_eclite +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl29125 +isl29501 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isl68137 +isl9305 +isofs +isp116x-hcd +isp1704_charger +isp1760 +isst_if_common +isst_if_mbox_msr +isst_if_mbox_pci +isst_if_mmio +isst_tpmi +isst_tpmi_core +it87 +it8712f_wdt +it87_wdt +it913x +itd1000 +ite-cir +itg3200 +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_cm +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +ix2505v +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +jmb38x_ms +jme +joydev +joydump +jr3_pci +jsa1212 +jsm +k10temp +k8temp +kafs +kalmia +kaweth +kb3886_bl +kbic +kbtab +kcm +kcomedilib +ke_counter +kempld-core +kempld_wdt +kernelcapi +keyspan +keyspan_pda +keyspan_remote +keywrap +kfifo_buf +kheaders +kionix-kx022a +kionix-kx022a-i2c +kionix-kx022a-spi +kl5kusb105 +kmem +kmx61 +kobil_sct +ks0108 +ks0127 +ks7010 +ks8842 +ks8851_common +ks8851_par +ks8851_spi +ksmbd +ksz884x +ksz8863_smi +ksz9477_i2c +ksz_spi +ksz_switch +ktd253-backlight +ktti +ktz8866 +kvaser_pci +kvaser_pciefd +kvaser_usb +kvm +kvm-amd +kvm-intel +kvmgt +kxcjk-1013 +kxsd9 +kxsd9-i2c +kxsd9-spi +kxtj9 +kyber-iosched +kyrofb +l1oip +l2tp_core +l2tp_debugfs +l2tp_eth +l2tp_ip +l2tp_ip6 +l2tp_netlink +l2tp_ppp +l440gx +l4f00242t03 +l64781 +lan743x +lan78xx +lan9303-core +lan9303_i2c +lan9303_mdio +lanai +lantiq +lantiq_gswip +lapb +lapbether +lattice-ecp3-config +lattice-sysconfig +lattice-sysconfig-spi +lcd +lcd2s +ldusb +lec +led-class-flash +led-class-multicolor +leds-88pm860x +leds-aaeon +leds-adp5520 +leds-apu +leds-as3645a +leds-aw200xx +leds-bd2606mvv +leds-bd2802 +leds-blinkm +leds-cht-wcove +leds-da903x +leds-da9052 +leds-dac124s085 +leds-gpio +leds-is31fl319x +leds-lm3530 +leds-lm3532 +leds-lm3533 +leds-lm355x +leds-lm3601x +leds-lm36274 +leds-lm3642 +leds-lp3944 +leds-lp3952 +leds-lp50xx +leds-lp8788 +leds-lt3593 +leds-max8997 +leds-mc13783 +leds-menf21bmc +leds-mlxcpld +leds-mlxreg +leds-mt6323 +leds-mt6370-flash +leds-mt6370-rgb +leds-nic78bx +leds-pca9532 +leds-pca955x +leds-pca963x +leds-pwm +leds-pwm-multicolor +leds-regulator +leds-rt8515 +leds-sgm3140 +leds-ss4200 +leds-tca6507 +leds-ti-lmu-common +leds-tlc591xx +leds-tps6105x +leds-wm831x-status +leds-wm8350 +ledtrig-activity +ledtrig-audio +ledtrig-backlight +ledtrig-camera +ledtrig-default-on +ledtrig-heartbeat +ledtrig-netdev +ledtrig-oneshot +ledtrig-pattern +ledtrig-timer +ledtrig-transient +ledtrig-tty +ledtrig-usbport +legousbtower +lenovo-ymc +lenovo-yogabook +lg-laptop +lg-vl600 +lg2160 +lgdt3305 +lgdt3306a +lgdt330x +lgs8gl5 +lgs8gxx +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libahci +libahci_platform +libarc4 +libceph +libchacha +libchacha20poly1305 +libcomposite +libcrc32c +libcurve25519 +libcurve25519-generic +libcxgb +libcxgbi +libdes +libertas +libertas_cs +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libpoly1305 +libsas +libwx +lightning +line-display +lineage-pem +linear +liquidio +liquidio-core +liquidio_vf +lis3lv02d +lis3lv02d_i2c +lkkbd +ll_temac +llc +llc2 +lm25066 +lm3533-als +lm3533-core +lm3533-ctrlbank +lm3533_bl +lm3560 +lm3630a_bl +lm3639_bl +lm363x-regulator +lm3646 +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95234 +lm95241 +lm95245 +lmp91000 +lms283gf05 +lms501kf03 +lnbh25 +lnbh29 +lnbp21 +lnbp22 +lockd +lp +lp3943 +lp3971 +lp3972 +lp855x_bl +lp8727_charger +lp872x +lp873x +lp8755 +lp8788-buck +lp8788-charger +lp8788-ldo +lp8788_adc +lp8788_bl +lpc_ich +lpc_sch +lpddr_cmds +lpfc +lru_cache +lrw +lt3651-charger +lt7182s +ltc1660 +ltc2471 +ltc2485 +ltc2496 +ltc2497 +ltc2497-core +ltc2632 +ltc2688 +ltc2941-battery-gauge +ltc2945 +ltc2947-core +ltc2947-i2c +ltc2947-spi +ltc2978 +ltc2983 +ltc2990 +ltc2992 +ltc3589 +ltc3676 +ltc3815 +ltc4151 +ltc4162-l-charger +ltc4215 +ltc4222 +ltc4245 +ltc4260 +ltc4261 +ltr501 +ltrf216a +ltv350qv +lv0104cs +lv5207lp +lvstest +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m2m-deinterlace +m52790 +m62332 +m88ds3103 +m88rs2000 +m88rs6000t +mISDN_core +mISDN_dsp +mISDNinfineon +mISDNipac +mISDNisar +m_can +m_can_pci +m_can_platform +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac-iceland +mac-inuit +mac-roman +mac-romanian +mac-turkish +mac80211 +mac80211_hwsim +mac802154 +mac802154_hwsim +mac_hid +macb +macb_pci +machxo2-spi +machzwd +macmodes +macsec +macvlan +macvtap +madera +madera-i2c +madera-spi +mag3110 +magellan +mailbox-altera +mana +mana_ib +mantis +mantis_core +map_absent +map_funcs +map_ram +map_rom +marvell +marvell-88x2222 +marvell10g +matrix-keymap +matrix_keypad +matrox_w1 +matroxfb_DAC1064 +matroxfb_Ti3026 +matroxfb_accel +matroxfb_base +matroxfb_crtc2 +matroxfb_g450 +matroxfb_maven +matroxfb_misc +max1027 +max11100 +max1111 +max1118 +max11205 +max11410 +max11801_ts +max1241 +max127 +max1363 +max14577-regulator +max14577_charger +max15301 +max1586 +max16064 +max16065 +max1619 +max16601 +max1668 +max17040_battery +max17042_battery +max1721x_battery +max197 +max20086-regulator +max20411-regulator +max20730 +max20751 +max2165 +max2175 +max30100 +max30102 +max30208 +max3100 +max31722 +max31730 +max31760 +max31785 +max31790 +max31827 +max31856 +max31865 +max3420_udc +max3421-hcd +max34440 +max44000 +max44009 +max517 +max5432 +max5481 +max5487 +max5522 +max5821 +max63xx_wdt +max6620 +max6621 +max6639 +max6650 +max6697 +max6875 +max7359_keypad +max77541 +max77541-adc +max77541-regulator +max77693-haptic +max77693-regulator +max77693_charger +max77826-regulator +max77976_charger +max8649 +max8660 +max8688 +max8893 +max8903_charger +max8907 +max8907-regulator +max8925-regulator +max8925_bl +max8925_onkey +max8925_power +max8952 +max8997-regulator +max8997_charger +max8997_haptic +max8998 +max8998_charger +max9271 +max9611 +maxim_thermocouple +mb1232 +mb862xxfb +mb86a16 +mb86a20s +mc +mc13783-adc +mc13783-pwrbutton +mc13783-regulator +mc13783_ts +mc13892-regulator +mc13xxx-core +mc13xxx-i2c +mc13xxx-regulator-core +mc13xxx-spi +mc3230 +mc34vr500 +mc44s803 +mcam-core +mcb +mcb-lpc +mcb-pci +mcba_usb +mce-inject +mceusb +mchp23k256 +mchp48l640 +mchp_pci1xxxx_gp +mchp_pci1xxxx_gpio +mcp251x +mcp251xfd +mcp3021 +mcp320x +mcp3422 +mcp3911 +mcp4018 +mcp41010 +mcp4131 +mcp4531 +mcp4725 +mcp4922 +mcr20a +mcs5000_ts +mcs7830 +mcs_touchkey +mct_u232 +mctp-serial +md-cluster +md4 +mdc800 +mdev +mdio +mdio-bcm-unimac +mdio-bitbang +mdio-cavium +mdio-gpio +mdio-i2c +mdio-mscc-miim +mdio-mvusb +mdio-regmap +mdio-thunder +me4000 +me_daq +mediatek-ge +megaraid +megaraid_mbox +megaraid_mm +megaraid_sas +mei +mei-gsc +mei-me +mei-txe +mei_gsc_proxy +mei_hdcp +mei_phy +mei_pxp +mei_wdt +melfas_mip4 +memory-notifier-error-inject +memstick +men_z135_uart +men_z188_adc +mena21_wdt +menf21bmc +menf21bmc_hwmon +menf21bmc_wdt +menz69_wdt +meraki-mx100 +metro-usb +metronomefb +mf6x4 +mfd-aaeon +mgag200 +mhi +mhi_ep +mhi_net +mhi_pci_generic +mhi_wwan_ctrl +mhi_wwan_mbim +mi0283qt +michael_mic +micrel +microchip +microchip-spi +microchip_t1 +microchip_t1s +microread +microread_i2c +microread_mei +microtek +mii +minix +mip6 +mipi-i3c-hci +mite +mkiss +ml86v7667 +mlx-platform +mlx4_core +mlx4_en +mlx4_ib +mlx5-vfio-pci +mlx5_core +mlx5_ib +mlx5_vdpa +mlx90614 +mlx90632 +mlx_wdt +mlxfw +mlxreg-fan +mlxreg-hotplug +mlxreg-io +mlxreg-lc +mlxsw_core +mlxsw_i2c +mlxsw_minimal +mlxsw_pci +mlxsw_spectrum +mma7455_core +mma7455_i2c +mma7455_spi +mma7660 +mma8450 +mma8452 +mma9551 +mma9551_core +mma9553 +mmc35240 +mmc_block +mmc_spi +mms114 +mn88443x +mn88472 +mn88473 +mos7720 +mos7840 +most_cdev +most_core +most_i2c +most_net +most_snd +most_usb +most_video +motorcomm +moxa +mp2629 +mp2629_adc +mp2629_charger +mp2888 +mp2975 +mp5023 +mp8859 +mpc624 +mpi3mr +mpl115 +mpl115_i2c +mpl115_spi +mpl3115 +mpls_gso +mpls_iptunnel +mpls_router +mpoa +mpq7932 +mpr121_touchkey +mprls0025pa +mpt3sas +mptbase +mptcp_diag +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +mpu3050 +mr75203 +mrf24j40 +mrp +ms5611_core +ms5611_i2c +ms5611_spi +ms5637 +ms_block +ms_sensors_i2c +msa311 +mscc +mscc_felix_dsa_lib +mscc_ocelot_ext +mscc_ocelot_switch_lib +mscc_seville +msdos +mse102x +msg2638 +msi-ec +msi-laptop +msi-wmi +msi001 +msi2500 +msp3400 +mspro_block +msr +mt2060 +mt2063 +mt20xx +mt2131 +mt2266 +mt312 +mt352 +mt6311-regulator +mt6315-regulator +mt6323-regulator +mt6331-regulator +mt6332-regulator +mt6357-regulator +mt6358-regulator +mt6359-regulator +mt6360-adc +mt6360-core +mt6360-regulator +mt6360_charger +mt6370 +mt6370-adc +mt6370-backlight +mt6370-charger +mt6370-regulator +mt6397 +mt6397-regulator +mt7530 +mt7530-mdio +mt7530-mmio +mt76 +mt76-connac-lib +mt76-sdio +mt76-usb +mt7601u +mt7603e +mt7615-common +mt7615e +mt7663-usb-sdio-common +mt7663s +mt7663u +mt76x0-common +mt76x02-lib +mt76x02-usb +mt76x0e +mt76x0u +mt76x2-common +mt76x2e +mt76x2u +mt7915e +mt7921-common +mt7921e +mt7921s +mt7921u +mt7996e +mt9m001 +mt9m111 +mt9p031 +mt9t112 +mt9v011 +mt9v032 +mt9v111 +mtd +mtd_blkdevs +mtd_dataflash +mtdblock +mtdblock_ro +mtdoops +mtdpstore +mtdram +mtdswap +mtip32xx +mtk-pmic-keys +mtk-sd +mtk_t7xx +mtouch +multipath +multiq3 +musb_hdrc +mux-adg792a +mux-adgs1408 +mux-core +mux-gpio +mv88e6060 +mv88e6xxx +mv_u3d_core +mv_udc +mvmdio +mvsas +mvumi +mwave +mwifiex +mwifiex_pcie +mwifiex_sdio +mwifiex_usb +mwl8k +mxb +mxc4005 +mxc6255 +mxic_nand +mxl-gpy +mxl111sf-demod +mxl111sf-tuner +mxl301rf +mxl5005s +mxl5007t +mxl5xx +mxl692 +mxm-wmi +mxser +mxuport +myrb +myri10ge +myrs +n411 +n5pf +n_gsm +n_hdlc +nand +nandcore +nandsim +national +natsemi +nau7802 +navman +nb7vpq904m +nbd +nci +nci_spi +nci_uart +ncn26000 +nct6683 +nct6775 +nct6775-core +nct6775-i2c +nct7802 +nct7904 +nd_btt +nd_pmem +nd_virtio +ne2k-pci +neofb +net1080 +net2272 +net2280 +netconsole +netdevsim +netfs +netjet +netlink_diag +netrom +nettel +netup-unidvb +netxen_nic +newtonkbd +nf_conncount +nf_conntrack +nf_conntrack_amanda +nf_conntrack_bridge +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_dup_ipv4 +nf_dup_ipv6 +nf_dup_netdev +nf_flow_table +nf_flow_table_inet +nf_log_syslog +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_irc +nf_nat_pptp +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nf_reject_ipv4 +nf_reject_ipv6 +nf_socket_ipv4 +nf_socket_ipv6 +nf_synproxy_core +nf_tables +nf_tproxy_ipv4 +nf_tproxy_ipv6 +nfc +nfc_digital +nfcmrvl +nfcmrvl_i2c +nfcmrvl_spi +nfcmrvl_uart +nfcmrvl_usb +nfcsim +nfit +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_hook +nfnetlink_log +nfnetlink_osf +nfnetlink_queue +nfp +nfs +nfs_acl +nfs_layout_flexfiles +nfs_layout_nfsv41_files +nfsd +nfsv2 +nfsv3 +nfsv4 +nft_chain_nat +nft_compat +nft_connlimit +nft_ct +nft_dup_ipv4 +nft_dup_ipv6 +nft_dup_netdev +nft_fib +nft_fib_inet +nft_fib_ipv4 +nft_fib_ipv6 +nft_fib_netdev +nft_flow_offload +nft_fwd_netdev +nft_hash +nft_limit +nft_log +nft_masq +nft_meta_bridge +nft_nat +nft_numgen +nft_osf +nft_queue +nft_quota +nft_redir +nft_reject +nft_reject_bridge +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +nft_reject_netdev +nft_socket +nft_synproxy +nft_tproxy +nft_tunnel +nft_xfrm +nftl +ngbe +ngene +nhc_dest +nhc_fragment +nhc_hop +nhc_ipv6 +nhc_mobility +nhc_routing +nhc_udp +nhpoly1305 +nhpoly1305-avx2 +nhpoly1305-sse2 +ni903x_wdt +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_a2150 +ni_at_ao +ni_atmio +ni_atmio16d +ni_daq_700 +ni_daq_dio24 +ni_labpc +ni_labpc_common +ni_labpc_cs +ni_labpc_isadma +ni_labpc_pci +ni_mio_cs +ni_pcidio +ni_pcimio +ni_routes_test +ni_routing +ni_tio +ni_tiocmd +ni_usb6501 +nic7018_wdt +nicpf +nicstar +nicvf +nilfs2 +nitro_enclaves +niu +nixge +nlmon +nls_ascii +nls_cp1250 +nls_cp1251 +nls_cp1255 +nls_cp737 +nls_cp775 +nls_cp850 +nls_cp852 +nls_cp855 +nls_cp857 +nls_cp860 +nls_cp861 +nls_cp862 +nls_cp863 +nls_cp864 +nls_cp865 +nls_cp866 +nls_cp869 +nls_cp874 +nls_cp932 +nls_cp936 +nls_cp949 +nls_cp950 +nls_euc-jp +nls_iso8859-1 +nls_iso8859-13 +nls_iso8859-14 +nls_iso8859-15 +nls_iso8859-2 +nls_iso8859-3 +nls_iso8859-4 +nls_iso8859-5 +nls_iso8859-6 +nls_iso8859-7 +nls_iso8859-9 +nls_koi8-r +nls_koi8-ru +nls_koi8-u +nls_utf8 +nmclan_cs +noa1305 +nosy +notifier-error-inject +nouveau +novatek-nvt-ts +nozomi +npcm750-pwm-fan +ns558 +ns83820 +nsh +ntb +ntb_hw_epf +ntb_hw_idt +ntb_hw_intel +ntb_hw_switchtec +ntb_netdev +ntb_perf +ntb_pingpong +ntb_tool +ntb_transport +ntc_thermistor +ntfs +ntfs3 +null_blk +nuvoton-cir +nv_tco +nvidia-wmi-ec-backlight +nvidiafb +nvme +nvme-common +nvme-core +nvme-fabrics +nvme-fc +nvme-loop +nvme-rdma +nvme-tcp +nvmem-rave-sp-eeprom +nvmem-rmem +nvmem_qcom-spmi-sdam +nvmet +nvmet-fc +nvmet-rdma +nvmet-tcp +nvram +nvsw-sn2201 +nxp-c45-tja11xx +nxp-cbtx +nxp-nci +nxp-nci_i2c +nxp-tja11xx +nxt200x +nxt6000 +nzxt-kraken2 +nzxt-smart2 +objagg +occ-hwmon-common +occ-p8-hwmon +ocelot-soc +ocfb +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stack_o2cb +ocfs2_stack_user +ocfs2_stackglue +ocrdma +octeon_ep +of_mmc_spi +of_xilinx_wdt +ofb +og01a1b +omfs +omninet +on20 +on26 +onenand +onie-tlv +opa_vnic +opencores-kbd +openvswitch +opt3001 +opt4001 +opticon +option +or51132 +or51211 +orangefs +orinoco +orinoco_cs +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +oti6858 +otm3225a +ov01a10 +ov02a10 +ov08d10 +ov08x40 +ov13858 +ov13b10 +ov2640 +ov2659 +ov2680 +ov2685 +ov2740 +ov4689 +ov5647 +ov5648 +ov5670 +ov5675 +ov5693 +ov5695 +ov6650 +ov7251 +ov7640 +ov7670 +ov772x +ov7740 +ov8856 +ov8858 +ov8865 +ov9640 +ov9650 +ov9734 +overlay +oxp-sensors +oxu210hp-hcd +p4-clockmod +p54common +p54pci +p54spi +p54usb +p8022 +pa12203001 +padlock-aes +padlock-sha +palmas-pwrbutton +palmas-regulator +palmas_gpadc +panasonic-laptop +pandora_bl +panel +panel-auo-a030jtn01 +panel-mipi-dbi +panel-orisetech-ota5601a +panel-raspberrypi-touchscreen +panel-widechips-ws2401 +parkbd +parman +parport +parport_cs +parport_pc +parport_serial +pata_acpi +pata_ali +pata_amd +pata_artop +pata_atiixp +pata_atp867x +pata_cmd640 +pata_cmd64x +pata_cypress +pata_efar +pata_hpt366 +pata_hpt37x +pata_hpt3x2n +pata_hpt3x3 +pata_it8213 +pata_it821x +pata_jmicron +pata_legacy +pata_marvell +pata_mpiix +pata_netcell +pata_ninja32 +pata_ns87410 +pata_ns87415 +pata_oldpiix +pata_opti +pata_optidma +pata_parport +pata_pcmcia +pata_pdc2027x +pata_pdc202xx_old +pata_piccolo +pata_radisys +pata_rdc +pata_rz1000 +pata_sch +pata_serverworks +pata_sil680 +pata_sl82c105 +pata_triflex +pata_via +pc300too +pc87360 +pc87413_wdt +pc87427 +pca9450-regulator +pcap-regulator +pcap_keys +pcap_ts +pcbc +pcengines-apuv2 +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci +pci-epf-mhi +pci-epf-ntb +pci-epf-vntb +pci-hyperv +pci-hyperv-intf +pci-pf-stub +pci-stub +pci200syn +pcips2 +pcl711 +pcl724 +pcl726 +pcl730 +pcl812 +pcl816 +pcl818 +pcm3724 +pcmad +pcmcia +pcmcia_core +pcmcia_rsrc +pcmciamtd +pcmda12 +pcmmio +pcmuio +pcnet32 +pcnet_cs +pcrypt +pcs-lynx +pcs-mtk-lynxi +pcs_xpcs +pcspkr +pcwd_pci +pcwd_usb +pd6729 +pdc_adma +pds_core +pds_vdpa +peak_pci +peak_pciefd +peak_pcmcia +peak_usb +peci +peci-cpu +peci-cputemp +peci-dimmtemp +pegasus +pegasus_notetaker +penmount +pfr_telemetry +pfr_update +phantom +phonet +phram +phy-bcm-kona-usb2 +phy-can-transceiver +phy-cpcap-usb +phy-exynos-usb2 +phy-generic +phy-gpio-vbus-usb +phy-intel-lgm-emmc +phy-isp1301 +phy-lgm-usb +phy-pxa-28nm-hsic +phy-pxa-28nm-usb2 +phy-qcom-usb-hs +phy-qcom-usb-hsic +phy-tahvo +phy-tusb1210 +phylink +physmap +pi3usb30532 +pi433 +pim4328 +pinctrl-alderlake +pinctrl-broxton +pinctrl-cannonlake +pinctrl-cedarfork +pinctrl-cy8c95x0 +pinctrl-da9062 +pinctrl-denverton +pinctrl-elkhartlake +pinctrl-emmitsburg +pinctrl-geminilake +pinctrl-icelake +pinctrl-jasperlake +pinctrl-lakefield +pinctrl-lewisburg +pinctrl-lynxpoint +pinctrl-madera +pinctrl-mcp23s08 +pinctrl-mcp23s08_i2c +pinctrl-mcp23s08_spi +pinctrl-meteorlake +pinctrl-sunrisepoint +pinctrl-tigerlake +pinephone-keyboard +ping +pistachio-internal-dac +pixcir_i2c_ts +pkcs7_test_key +pkcs8_key_parser +pktgen +pl2303 +plat-ram +plat_nand +platform_lcd +platform_profile +plfxlc +pli1209bc +plip +plusb +pluto2 +plx_dma +plx_pci +pm-notifier-error-inject +pm2fb +pm3fb +pm6764tr +pm80xx +pmbus +pmbus_core +pmc551 +pmcraid +pms7003 +pmt_class +pmt_crashlog +pmt_telemetry +pn532_uart +pn533 +pn533_i2c +pn533_usb +pn544 +pn544_i2c +pn544_mei +pn_pep +pnd2_edac +poly1305-x86_64 +poly1305_generic +polynomial +polyval-clmulni +polyval-generic +port100 +powermate +powr1220 +ppa +ppdev +ppp_async +ppp_deflate +ppp_mppe +ppp_synctty +pppoatm +pppoe +pppox +pps-gpio +pps-ldisc +pps_parport +pptp +prestera +prestera_pci +pretimeout_panic +prism2_usb +processor_thermal_device +processor_thermal_device_pci +processor_thermal_device_pci_legacy +processor_thermal_mbox +processor_thermal_rapl +processor_thermal_rfim +ps2-gpio +ps2mult +psample +pse_regulator +psmouse +psnap +pstore_blk +pstore_zone +psxpad-spi +ptdma +ptp_clockmatrix +ptp_dfl_tod +ptp_idt82p33 +ptp_ines +ptp_kvm +ptp_ocp +ptp_vmw +pulse8-cec +pulsedlight-lidar-lite-v2 +punit_atom_debug +pv88060-regulator +pv88080-regulator +pv88090-regulator +pvcalls-front +pvpanic +pvpanic-mmio +pvpanic-pci +pvrusb2 +pwc +pwm-beeper +pwm-clk +pwm-cros-ec +pwm-dwc +pwm-iqs620a +pwm-lp3943 +pwm-pca9685 +pwm-regulator +pwm-twl +pwm-twl-led +pwm-vibra +pwm_bl +pxa27x_udc +pxe1610 +pxrc +q54sj108a2 +qaic +qat_4xxx +qat_c3xxx +qat_c3xxxvf +qat_c62x +qat_c62xvf +qat_dh895xcc +qat_dh895xccvf +qca8k +qcaux +qcom-emac +qcom-labibb-regulator +qcom-spmi-adc5 +qcom-spmi-iadc +qcom-spmi-vadc +qcom-vadc-common +qcom-wled +qcom_glink +qcom_glink_rpm +qcom_spmi-regulator +qcom_usb_vbus-regulator +qcserial +qed +qede +qedf +qedi +qedr +qemu_fw_cfg +qinfo_probe +qla1280 +qla2xxx +qla3xxx +qla4xxx +qlcnic +qlge +qlogic_cs +qlogicfas408 +qm1d1b0004 +qm1d1c0042 +qmi_helpers +qmi_wwan +qnx4 +qnx6 +qrtr +qrtr-mhi +qrtr-smd +qrtr-tun +qsemi +qt1010 +qt1050 +qt1070 +qt2160 +qtnfmac +qtnfmac_pcie +quatech2 +quatech_daqp_cs +quota_tree +quota_v1 +quota_v2 +qwiic-joystick +qxl +r592 +r6040 +r8152 +r8153_ecm +r8169 +r8192e_pci +r8192u_usb +r820t +r852 +r8712u +r8723bs +r8a66597-hcd +r8a66597-udc +raa215300 +radeon +radeonfb +radio-keene +radio-ma901 +radio-maxiradio +radio-mr800 +radio-platform-si4713 +radio-raremono +radio-shark +radio-si470x-common +radio-si470x-i2c +radio-si470x-usb +radio-si476x +radio-tea5764 +radio-usb-si4713 +radio-wl1273 +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid_class +rainshadow-cec +ramoops +rapl +rave-sp +rave-sp-backlight +rave-sp-pwrbutton +rave-sp-wdt +raw_diag +raw_gadget +ray_cs +raydium_i2c_ts +rbd +rc-adstech-dvb-t-pci +rc-alink-dtu-m +rc-anysee +rc-apac-viewcomp +rc-astrometa-t2hybrid +rc-asus-pc39 +rc-asus-ps3-100 +rc-ati-tv-wonder-hd-600 +rc-ati-x10 +rc-avermedia +rc-avermedia-a16d +rc-avermedia-cardbus +rc-avermedia-dvbt +rc-avermedia-m135a +rc-avermedia-m733a-rm-k6 +rc-avermedia-rm-ks +rc-avertv-303 +rc-azurewave-ad-tu700 +rc-beelink-gs1 +rc-beelink-mxiii +rc-behold +rc-behold-columbus +rc-budget-ci-old +rc-cinergy +rc-cinergy-1400 +rc-core +rc-ct-90405 +rc-d680-dmb +rc-delock-61959 +rc-dib0700-nec +rc-dib0700-rc5 +rc-digitalnow-tinytwin +rc-digittrade +rc-dm1105-nec +rc-dntv-live-dvb-t +rc-dntv-live-dvbt-pro +rc-dreambox +rc-dtt200u +rc-dvbsky +rc-dvico-mce +rc-dvico-portable +rc-em-terratec +rc-encore-enltv +rc-encore-enltv-fm53 +rc-encore-enltv2 +rc-evga-indtube +rc-eztv +rc-flydvb +rc-flyvideo +rc-fusionhdtv-mce +rc-gadmei-rm008z +rc-geekbox +rc-genius-tvgo-a11mce +rc-gotview7135 +rc-hauppauge +rc-hisi-poplar +rc-hisi-tv-demo +rc-imon-mce +rc-imon-pad +rc-imon-rsc +rc-iodata-bctv7e +rc-it913x-v1 +rc-it913x-v2 +rc-kaiomy +rc-khadas +rc-khamsin +rc-kworld-315u +rc-kworld-pc150u +rc-kworld-plus-tv-analog +rc-leadtek-y04g0051 +rc-lme2510 +rc-loopback +rc-manli +rc-mecool-kii-pro +rc-mecool-kiii-pro +rc-medion-x10 +rc-medion-x10-digitainer +rc-medion-x10-or2x +rc-minix-neo +rc-msi-digivox-ii +rc-msi-digivox-iii +rc-msi-tvanywhere +rc-msi-tvanywhere-plus +rc-nebula +rc-nec-terratec-cinergy-xs +rc-norwood +rc-npgtech +rc-odroid +rc-pctv-sedna +rc-pine64 +rc-pinnacle-color +rc-pinnacle-grey +rc-pinnacle-pctv-hd +rc-pixelview +rc-pixelview-002t +rc-pixelview-mk12 +rc-pixelview-new +rc-powercolor-real-angel +rc-proteus-2309 +rc-purpletv +rc-pv951 +rc-rc6-mce +rc-real-audio-220-32-keys +rc-reddo +rc-snapstream-firefly +rc-streamzap +rc-su3000 +rc-tanix-tx3mini +rc-tanix-tx5max +rc-tbs-nec +rc-technisat-ts35 +rc-technisat-usb2 +rc-terratec-cinergy-c-pci +rc-terratec-cinergy-s2-hd +rc-terratec-cinergy-xs +rc-terratec-slim +rc-terratec-slim-2 +rc-tevii-nec +rc-tivo +rc-total-media-in-hand +rc-total-media-in-hand-02 +rc-trekstor +rc-tt-1500 +rc-twinhan-dtv-cab-ci +rc-twinhan1027 +rc-vega-s9x +rc-videomate-m1f +rc-videomate-s350 +rc-videomate-tv-pvr +rc-videostrong-kii-pro +rc-wetek-hub +rc-wetek-play2 +rc-winfast +rc-winfast-usbii-deluxe +rc-x96max +rc-xbox-360 +rc-xbox-dvd +rc-zx-irdec +rc5t583-regulator +rdacm20 +rdacm21 +rdc321x-southbridge +rdma_cm +rdma_rxe +rdma_ucm +rdmavt +rds +rds_rdma +rds_tcp +realtek +redboot +redrat3 +reed_solomon +regmap-i3c +regmap-sccb +regmap-sdw +regmap-sdw-mbq +regmap-slimbus +regmap-spi-avmm +regmap-spmi +regmap-w1 +regulator-haptic +reiserfs +repaper +reset-ti-syscon +reset-tps380x +resistive-adc-touch +retu-mfd +retu-pwrbutton +retu_wdt +rfc1051 +rfc1201 +rfcomm +rfd77402 +rfd_ftl +rfkill-gpio +rio-scan +rio_cm +rio_mport_cdev +rionet +rivafb +rj54n1cb0c +rm3100-core +rm3100-i2c +rm3100-spi +rmd160 +rmi_core +rmi_i2c +rmi_smbus +rmi_spi +rmnet +rnbd-client +rnbd-server +rndis_host +rndis_wlan +rockchip +rocker +rohm-bu27008 +rohm-bu27034 +rohm_bu21023 +romfs +rose +rotary_encoder +rp2 +rpcrdma +rpcsec_gss_krb5 +rpmsg_char +rpmsg_core +rpmsg_ctrl +rpmsg_ns +rpmsg_tty +rpmsg_wwan_ctrl +rpr0521 +rsi_91x +rsi_sdio +rsi_usb +rt1719 +rt2400pci +rt2500pci +rt2500usb +rt2800lib +rt2800mmio +rt2800pci +rt2800usb +rt2x00lib +rt2x00mmio +rt2x00pci +rt2x00usb +rt4801-regulator +rt4803 +rt4831 +rt4831-backlight +rt4831-regulator +rt5033 +rt5033-regulator +rt5033_battery +rt5033_charger +rt5120 +rt5120-pwrkey +rt5120-regulator +rt5190a-regulator +rt5739 +rt5759-regulator +rt6160-regulator +rt6190-regulator +rt61pci +rt6245-regulator +rt73usb +rt9455_charger +rt9467-charger +rt9471 +rtc-88pm80x +rtc-88pm860x +rtc-ab-b5ze-s3 +rtc-ab-eoz9 +rtc-abx80x +rtc-bq32k +rtc-bq4802 +rtc-cros-ec +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1302 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1685 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-em3027 +rtc-fm3130 +rtc-ftrtc010 +rtc-goldfish +rtc-hid-sensor-time +rtc-isl12022 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max6916 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-msm6242 +rtc-mt6397 +rtc-palmas +rtc-pcap +rtc-pcf2123 +rtc-pcf2127 +rtc-pcf50633 +rtc-pcf85063 +rtc-pcf8523 +rtc-pcf85363 +rtc-pcf8563 +rtc-pcf8583 +rtc-r9701 +rtc-rc5t583 +rtc-rp5c01 +rtc-rs5c348 +rtc-rs5c372 +rtc-rv3028 +rtc-rv3029c2 +rtc-rv3032 +rtc-rv8803 +rtc-rx4581 +rtc-rx6110 +rtc-rx8010 +rtc-rx8025 +rtc-rx8581 +rtc-s35390a +rtc-sd3078 +rtc-stk17ta8 +rtc-tps6586x +rtc-tps65910 +rtc-wilco-ec +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtd520 +rti800 +rti802 +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192ee +rtl8192se +rtl8365mb +rtl8366 +rtl8723-common +rtl8723ae +rtl8723be +rtl8821ae +rtl8xxxu +rtl_pci +rtl_usb +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtlwifi +rtmv20-regulator +rtq2134-regulator +rtq6056 +rtq6752-regulator +rtrs-client +rtrs-core +rtrs-server +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rtw88_8723d +rtw88_8723de +rtw88_8723ds +rtw88_8723du +rtw88_8821c +rtw88_8821ce +rtw88_8821cs +rtw88_8821cu +rtw88_8822b +rtw88_8822be +rtw88_8822bs +rtw88_8822bu +rtw88_8822c +rtw88_8822ce +rtw88_8822cs +rtw88_8822cu +rtw88_core +rtw88_pci +rtw88_sdio +rtw88_usb +rtw89_8851b +rtw89_8851be +rtw89_8852a +rtw89_8852ae +rtw89_8852b +rtw89_8852be +rtw89_8852c +rtw89_8852ce +rtw89_core +rtw89_pci +rx51_battery +rxperf +rxrpc +s1d13xxxfb +s2250 +s2255drv +s2io +s3fb +s3fwrn5 +s3fwrn5_i2c +s3fwrn82_uart +s526 +s5c73m3 +s5h1409 +s5h1411 +s5h1420 +s5h1432 +s5k5baf +s5k6a3 +s626 +s6sy761 +s921 +saa6588 +saa6752hs +saa7110 +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7134-go7007 +saa7146 +saa7146_vv +saa7164 +saa717x +saa7185 +saa7706h +safe_serial +sample-trace-array +samsung-keypad +samsung-laptop +samsung-q10 +samsung-sxgbe +sata_dwc_460ex +sata_inic162x +sata_mv +sata_nv +sata_promise +sata_qstor +sata_sil +sata_sil24 +sata_sis +sata_svw +sata_sx4 +sata_uli +sata_via +sata_vsc +savagefb +sb1000 +sb_edac +sbc60xxwdt +sbc_epx_c3 +sbc_fitpc2_wdt +sbc_gxx +sbp_target +sbrmi +sbs +sbs-battery +sbs-charger +sbs-manager +sbshc +sbtsi_temp +sc1200wdt +sc16is7xx +sc92031 +sca3000 +sca3300 +scb2_flash +scd30_core +scd30_i2c +scd30_serial +scd4x +sch311x_wdt +sch5627 +sch5636 +sch56xx-common +sch_cake +sch_cbs +sch_choke +sch_codel +sch_drr +sch_etf +sch_ets +sch_fq +sch_fq_codel +sch_fq_pie +sch_gred +sch_hfsc +sch_hhf +sch_htb +sch_ingress +sch_mqprio +sch_mqprio_lib +sch_multiq +sch_netem +sch_pie +sch_plug +sch_prio +sch_qfq +sch_red +sch_sfb +sch_sfq +sch_skbprio +sch_taprio +sch_tbf +sch_teql +scsi_debug +scsi_dh_alua +scsi_dh_emc +scsi_dh_hp_sw +scsi_dh_rdac +scsi_transport_fc +scsi_transport_iscsi +scsi_transport_sas +scsi_transport_spi +scsi_transport_srp +sctp +sctp_diag +sd_adc_modulator +sdhci +sdhci-acpi +sdhci-pci +sdhci-pltfm +sdhci-xenon-driver +sdhci_f_sdh30 +sdio_uart +sdricoh_cs +seco-cec +sensehat-joystick +sensorhub +serial-multi-instantiate +serial_cs +serial_ir +serio_raw +sermouse +serpent-avx-x86_64 +serpent-avx2 +serpent-sse2-x86_64 +serpent_generic +serport +ses +sev-guest +sf-pdma +sfc +sfc-falcon +sfc-siena +sfp +sgi_w1 +sgp30 +sgp40 +sha1-ssse3 +sha256-ssse3 +shark2 +sht15 +sht21 +sht3x +sht4x +shtc1 +si1133 +si1145 +si2157 +si2165 +si2168 +si21xx +si4713 +si476x-core +si7005 +si7020 +sidewinder +sierra +sierra_net +sil164 +silead +sim710 +simatic-ipc +simatic-ipc-leds +simatic-ipc-leds-gpio-apollolake +simatic-ipc-leds-gpio-core +simatic-ipc-leds-gpio-f7188x +simatic-ipc-wdt +simple-mfd-i2c +simpledrm +simplefb +siox-bus-gpio +siox-core +sis-agp +sis190 +sis5595 +sis900 +sis_i2c +sisfb +sisusbvga +sit +siw +sja1000 +sja1000_isa +sja1000_platform +sja1105 +skfp +skge +skx_edac +sky2 +sky81452 +sky81452-backlight +sky81452-regulator +sl28vpd +sl811-hcd +sl811_cs +slcan +slg51000-regulator +slicoss +slim-qcom-ctrl +slimbus +slip +slram +sm2_generic +sm3 +sm3-avx-x86_64 +sm3_generic +sm4 +sm4-aesni-avx-x86_64 +sm4-aesni-avx2-x86_64 +sm4_generic +sm501 +sm501fb +sm712fb +sm750fb +sm_common +sm_ftl +smartpqi +smb347-charger +smc +smc91c92_cs +smc_diag +smipcie +smm665 +smpro-core +smpro-errmon +smpro-hwmon +smpro-misc +smsc +smsc37b787_wdt +smsc47b397 +smsc47m1 +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smscufx +smsdvb +smsmdtv +smssdio +smsusb +snd +snd-ac97-codec +snd-acp-config +snd-acp-i2s +snd-acp-legacy-mach +snd-acp-mach +snd-acp-pci +snd-acp-pcm +snd-acp-pdm +snd-acp-rembrandt +snd-acp-renoir +snd-acp-sof-mach +snd-acp3x-i2s +snd-acp3x-pcm-dma +snd-acp3x-pdm-dma +snd-acp3x-rn +snd-acp5x-i2s +snd-acp5x-pcm-dma +snd-acp6x-pdm-dma +snd-ad1889 +snd-ak4113 +snd-ak4114 +snd-ak4117 +snd-ak4xxx-adda +snd-ali5451 +snd-aloop +snd-als300 +snd-als4000 +snd-asihpi +snd-atiixp +snd-atiixp-modem +snd-au8810 +snd-au8820 +snd-au8830 +snd-aw2 +snd-azt3328 +snd-bcd2000 +snd-bebob +snd-bt87x +snd-ca0106 +snd-cmipci +snd-compress +snd-cs4281 +snd-cs46xx +snd-cs8427 +snd-ctl-led +snd-ctxfi +snd-darla20 +snd-darla24 +snd-dice +snd-dummy +snd-echo3g +snd-emu10k1 +snd-emu10k1-synth +snd-emu10k1x +snd-emux-synth +snd-ens1370 +snd-ens1371 +snd-es1938 +snd-es1968 +snd-fireface +snd-firewire-digi00x +snd-firewire-lib +snd-firewire-motu +snd-firewire-tascam +snd-fireworks +snd-fm801 +snd-gina20 +snd-gina24 +snd-hda-codec +snd-hda-codec-analog +snd-hda-codec-ca0110 +snd-hda-codec-ca0132 +snd-hda-codec-cirrus +snd-hda-codec-cmedia +snd-hda-codec-conexant +snd-hda-codec-cs8409 +snd-hda-codec-generic +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-core +snd-hda-cs-dsp-ctls +snd-hda-ext-core +snd-hda-intel +snd-hda-scodec-cs35l41 +snd-hda-scodec-cs35l41-i2c +snd-hda-scodec-cs35l41-spi +snd-hdmi-lpe-audio +snd-hdsp +snd-hdspm +snd-hrtimer +snd-hwdep +snd-i2c +snd-ice1712 +snd-ice1724 +snd-ice17xx-ak4xxx +snd-indigo +snd-indigodj +snd-indigodjx +snd-indigoio +snd-indigoiox +snd-intel-dspcfg +snd-intel-sdw-acpi +snd-intel-sst-acpi +snd-intel-sst-core +snd-intel-sst-pci +snd-intel8x0 +snd-intel8x0m +snd-isight +snd-korg1212 +snd-layla20 +snd-layla24 +snd-lola +snd-lx6464es +snd-maestro3 +snd-mia +snd-mixart +snd-mixer-oss +snd-mona +snd-mpu401 +snd-mpu401-uart +snd-mtpav +snd-mts64 +snd-nm256 +snd-opl3-lib +snd-opl3-synth +snd-oxfw +snd-oxygen +snd-oxygen-lib +snd-pci-acp3x +snd-pci-acp5x +snd-pci-acp6x +snd-pci-ps +snd-pcm +snd-pcm-dmaengine +snd-pcmtest +snd-pcsp +snd-pcxhr +snd-pdaudiocf +snd-portman2x4 +snd-ps-pdm-dma +snd-ps-sdw-dma +snd-pt2258 +snd-rawmidi +snd-riptide +snd-rme32 +snd-rme96 +snd-rme9652 +snd-rn-pci-acp3x +snd-rpl-pci-acp6x +snd-sb-common +snd-seq +snd-seq-device +snd-seq-dummy +snd-seq-midi +snd-seq-midi-emul +snd-seq-midi-event +snd-seq-ump-client +snd-seq-virmidi +snd-serial-u16550 +snd-skl_nau88l25_max98357a +snd-soc-63xx +snd-soc-ac97 +snd-soc-acp-da7219mx98357-mach +snd-soc-acp-es8336-mach +snd-soc-acp-rt5645-mach +snd-soc-acp-rt5682-mach +snd-soc-acp5x-mach +snd-soc-acp6x-mach +snd-soc-acpi +snd-soc-acpi-intel-match +snd-soc-adau-utils +snd-soc-adau1372 +snd-soc-adau1372-i2c +snd-soc-adau1372-spi +snd-soc-adau1701 +snd-soc-adau1761 +snd-soc-adau1761-i2c +snd-soc-adau1761-spi +snd-soc-adau17x1 +snd-soc-adau7002 +snd-soc-adau7118 +snd-soc-adau7118-hw +snd-soc-adau7118-i2c +snd-soc-adi-axi-i2s +snd-soc-adi-axi-spdif +snd-soc-ak4104 +snd-soc-ak4118 +snd-soc-ak4375 +snd-soc-ak4458 +snd-soc-ak4554 +snd-soc-ak4613 +snd-soc-ak4642 +snd-soc-ak5386 +snd-soc-ak5558 +snd-soc-alc5623 +snd-soc-arizona +snd-soc-avs +snd-soc-avs-da7219 +snd-soc-avs-dmic +snd-soc-avs-hdaudio +snd-soc-avs-i2s-test +snd-soc-avs-max98357a +snd-soc-avs-max98373 +snd-soc-avs-max98927 +snd-soc-avs-nau8825 +snd-soc-avs-probe +snd-soc-avs-rt274 +snd-soc-avs-rt286 +snd-soc-avs-rt298 +snd-soc-avs-rt5682 +snd-soc-avs-ssm4567 +snd-soc-aw8738 +snd-soc-aw88395 +snd-soc-aw88395-lib +snd-soc-bd28623 +snd-soc-bdw-rt286 +snd-soc-bt-sco +snd-soc-catpt +snd-soc-chv3-codec +snd-soc-cml_rt1011_rt5682 +snd-soc-core +snd-soc-cros-ec-codec +snd-soc-cs35l32 +snd-soc-cs35l33 +snd-soc-cs35l34 +snd-soc-cs35l35 +snd-soc-cs35l36 +snd-soc-cs35l41 +snd-soc-cs35l41-i2c +snd-soc-cs35l41-lib +snd-soc-cs35l41-spi +snd-soc-cs35l45 +snd-soc-cs35l45-i2c +snd-soc-cs35l45-spi +snd-soc-cs35l56 +snd-soc-cs35l56-i2c +snd-soc-cs35l56-sdw +snd-soc-cs35l56-shared +snd-soc-cs35l56-spi +snd-soc-cs4234 +snd-soc-cs4265 +snd-soc-cs4270 +snd-soc-cs4271 +snd-soc-cs4271-i2c +snd-soc-cs4271-spi +snd-soc-cs42l42 +snd-soc-cs42l42-i2c +snd-soc-cs42l42-sdw +snd-soc-cs42l51 +snd-soc-cs42l51-i2c +snd-soc-cs42l52 +snd-soc-cs42l56 +snd-soc-cs42l73 +snd-soc-cs42l83-i2c +snd-soc-cs42xx8 +snd-soc-cs42xx8-i2c +snd-soc-cs43130 +snd-soc-cs4341 +snd-soc-cs4349 +snd-soc-cs53l30 +snd-soc-cx2072x +snd-soc-da7213 +snd-soc-da7219 +snd-soc-dmic +snd-soc-ehl-rt5660 +snd-soc-es7134 +snd-soc-es7241 +snd-soc-es8316 +snd-soc-es8326 +snd-soc-es8328 +snd-soc-es8328-i2c +snd-soc-es8328-spi +snd-soc-fsl-asrc +snd-soc-fsl-audmix +snd-soc-fsl-easrc +snd-soc-fsl-esai +snd-soc-fsl-micfil +snd-soc-fsl-mqs +snd-soc-fsl-rpmsg +snd-soc-fsl-sai +snd-soc-fsl-spdif +snd-soc-fsl-ssi +snd-soc-fsl-utils +snd-soc-fsl-xcvr +snd-soc-gtm601 +snd-soc-hda-codec +snd-soc-hdac-hda +snd-soc-hdac-hdmi +snd-soc-hdmi-codec +snd-soc-hsw-rt5640 +snd-soc-ics43432 +snd-soc-idt821034 +snd-soc-imx-audmux +snd-soc-inno-rk3036 +snd-soc-intel-hda-dsp-common +snd-soc-intel-sof-cirrus-common +snd-soc-intel-sof-maxim-common +snd-soc-intel-sof-realtek-common +snd-soc-kbl_da7219_max98357a +snd-soc-kbl_da7219_max98927 +snd-soc-kbl_rt5660 +snd-soc-kbl_rt5663_max98927 +snd-soc-kbl_rt5663_rt5514_max98927 +snd-soc-lpass-macro-common +snd-soc-lpass-rx-macro +snd-soc-lpass-tx-macro +snd-soc-lpass-va-macro +snd-soc-lpass-wsa-macro +snd-soc-max9759 +snd-soc-max98088 +snd-soc-max98090 +snd-soc-max98357a +snd-soc-max98363 +snd-soc-max98373 +snd-soc-max98373-i2c +snd-soc-max98373-sdw +snd-soc-max98388 +snd-soc-max98390 +snd-soc-max98396 +snd-soc-max98504 +snd-soc-max98520 +snd-soc-max9860 +snd-soc-max9867 +snd-soc-max98927 +snd-soc-msm8916-analog +snd-soc-msm8916-digital +snd-soc-mt6351 +snd-soc-mt6358 +snd-soc-mt6660 +snd-soc-nau8315 +snd-soc-nau8540 +snd-soc-nau8810 +snd-soc-nau8821 +snd-soc-nau8822 +snd-soc-nau8824 +snd-soc-nau8825 +snd-soc-pcm1681 +snd-soc-pcm1789-codec +snd-soc-pcm1789-i2c +snd-soc-pcm179x-codec +snd-soc-pcm179x-i2c +snd-soc-pcm179x-spi +snd-soc-pcm186x +snd-soc-pcm186x-i2c +snd-soc-pcm186x-spi +snd-soc-pcm3060 +snd-soc-pcm3060-i2c +snd-soc-pcm3060-spi +snd-soc-pcm3168a +snd-soc-pcm3168a-i2c +snd-soc-pcm3168a-spi +snd-soc-pcm5102a +snd-soc-pcm512x +snd-soc-pcm512x-i2c +snd-soc-pcm512x-spi +snd-soc-peb2466 +snd-soc-ps-mach +snd-soc-rk3328 +snd-soc-rl6231 +snd-soc-rl6347a +snd-soc-rt1011 +snd-soc-rt1015 +snd-soc-rt1015p +snd-soc-rt1019 +snd-soc-rt1308 +snd-soc-rt1308-sdw +snd-soc-rt1316-sdw +snd-soc-rt1318-sdw +snd-soc-rt274 +snd-soc-rt286 +snd-soc-rt298 +snd-soc-rt5514 +snd-soc-rt5514-spi +snd-soc-rt5616 +snd-soc-rt5631 +snd-soc-rt5640 +snd-soc-rt5645 +snd-soc-rt5651 +snd-soc-rt5659 +snd-soc-rt5660 +snd-soc-rt5663 +snd-soc-rt5670 +snd-soc-rt5677 +snd-soc-rt5677-spi +snd-soc-rt5682 +snd-soc-rt5682-i2c +snd-soc-rt5682-sdw +snd-soc-rt5682s +snd-soc-rt700 +snd-soc-rt711 +snd-soc-rt711-sdca +snd-soc-rt712-sdca +snd-soc-rt712-sdca-dmic +snd-soc-rt715 +snd-soc-rt715-sdca +snd-soc-rt722-sdca +snd-soc-rt9120 +snd-soc-sdw-mockup +snd-soc-sgtl5000 +snd-soc-si476x +snd-soc-sigmadsp +snd-soc-sigmadsp-i2c +snd-soc-sigmadsp-regmap +snd-soc-simple-amplifier +snd-soc-simple-card +snd-soc-simple-card-utils +snd-soc-simple-mux +snd-soc-skl +snd-soc-skl-ssp-clk +snd-soc-skl_hda_dsp +snd-soc-skl_nau88l25_ssm4567 +snd-soc-skl_rt286 +snd-soc-sma1303 +snd-soc-sof-sdw +snd-soc-sof-ssp-amp +snd-soc-sof_cs42l42 +snd-soc-sof_da7219_max98373 +snd-soc-sof_es8336 +snd-soc-sof_nau8825 +snd-soc-sof_rt5682 +snd-soc-spdif-rx +snd-soc-spdif-tx +snd-soc-src4xxx +snd-soc-src4xxx-i2c +snd-soc-ssm2305 +snd-soc-ssm2518 +snd-soc-ssm2602 +snd-soc-ssm2602-i2c +snd-soc-ssm2602-spi +snd-soc-ssm4567 +snd-soc-sst-atom-hifi2-platform +snd-soc-sst-bdw-rt5650-mach +snd-soc-sst-bdw-rt5677-mach +snd-soc-sst-bxt-da7219_max98357a +snd-soc-sst-bxt-rt298 +snd-soc-sst-byt-cht-cx2072x +snd-soc-sst-byt-cht-da7213 +snd-soc-sst-byt-cht-es8316 +snd-soc-sst-bytcr-rt5640 +snd-soc-sst-bytcr-rt5651 +snd-soc-sst-bytcr-wm5102 +snd-soc-sst-cht-bsw-max98090_ti +snd-soc-sst-cht-bsw-nau8824 +snd-soc-sst-cht-bsw-rt5645 +snd-soc-sst-cht-bsw-rt5672 +snd-soc-sst-dsp +snd-soc-sst-glk-rt5682_max98357a +snd-soc-sst-ipc +snd-soc-sst-sof-pcm512x +snd-soc-sst-sof-wm8804 +snd-soc-sta32x +snd-soc-sta350 +snd-soc-sti-sas +snd-soc-tas2552 +snd-soc-tas2562 +snd-soc-tas2764 +snd-soc-tas2770 +snd-soc-tas2780 +snd-soc-tas2781-comlib +snd-soc-tas2781-fmwlib +snd-soc-tas2781-i2c +snd-soc-tas5086 +snd-soc-tas571x +snd-soc-tas5720 +snd-soc-tas5805m +snd-soc-tas6424 +snd-soc-tda7419 +snd-soc-tfa9879 +snd-soc-tfa989x +snd-soc-tlv320adc3xxx +snd-soc-tlv320adcx140 +snd-soc-tlv320aic23 +snd-soc-tlv320aic23-i2c +snd-soc-tlv320aic23-spi +snd-soc-tlv320aic31xx +snd-soc-tlv320aic32x4 +snd-soc-tlv320aic32x4-i2c +snd-soc-tlv320aic32x4-spi +snd-soc-tlv320aic3x +snd-soc-tlv320aic3x-i2c +snd-soc-tlv320aic3x-spi +snd-soc-tpa6130a2 +snd-soc-ts3a227e +snd-soc-tscs42xx +snd-soc-tscs454 +snd-soc-uda1334 +snd-soc-wcd-mbhc +snd-soc-wcd9335 +snd-soc-wcd934x +snd-soc-wcd938x +snd-soc-wcd938x-sdw +snd-soc-wm-adsp +snd-soc-wm5102 +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8524 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8731-i2c +snd-soc-wm8731-spi +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8782 +snd-soc-wm8804 +snd-soc-wm8804-i2c +snd-soc-wm8804-spi +snd-soc-wm8903 +snd-soc-wm8904 +snd-soc-wm8940 +snd-soc-wm8960 +snd-soc-wm8961 +snd-soc-wm8962 +snd-soc-wm8974 +snd-soc-wm8978 +snd-soc-wm8985 +snd-soc-wsa881x +snd-soc-wsa883x +snd-soc-wsa884x +snd-soc-xlnx-formatter-pcm +snd-soc-xlnx-i2s +snd-soc-xlnx-spdif +snd-soc-xtfpga-i2s +snd-soc-zl38060 +snd-sof +snd-sof-acpi +snd-sof-acpi-intel-bdw +snd-sof-acpi-intel-byt +snd-sof-amd-acp +snd-sof-amd-rembrandt +snd-sof-amd-renoir +snd-sof-intel-atom +snd-sof-intel-hda +snd-sof-intel-hda-common +snd-sof-intel-hda-mlink +snd-sof-pci +snd-sof-pci-intel-apl +snd-sof-pci-intel-cnl +snd-sof-pci-intel-icl +snd-sof-pci-intel-mtl +snd-sof-pci-intel-skl +snd-sof-pci-intel-tgl +snd-sof-pci-intel-tng +snd-sof-probes +snd-sof-utils +snd-sof-xtensa-dsp +snd-sonicvibes +snd-timer +snd-trident +snd-ua101 +snd-ump +snd-usb-6fire +snd-usb-audio +snd-usb-caiaq +snd-usb-hiface +snd-usb-line6 +snd-usb-pod +snd-usb-podhd +snd-usb-toneport +snd-usb-us122l +snd-usb-usx2y +snd-usb-variax +snd-usbmidi-lib +snd-util-mem +snd-via82xx +snd-via82xx-modem +snd-virmidi +snd-virtuoso +snd-vx-lib +snd-vx222 +snd-vxpocket +snd-ymfpci +snd_xen_front +snet_vdpa +snic +snps_udc_core +soc_button_array +softdog +softing +softing_cs +solo6x10 +solos-pci +sony-btf-mpx +sony-laptop +soundcore +soundwire-amd +soundwire-bus +soundwire-cadence +soundwire-generic-allocation +soundwire-intel +soundwire-qcom +sp2 +sp5100_tco +sp8870 +sp887x +spaceball +spaceorb +sparse-keymap +spcp8x5 +speakup +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_dectlk +speakup_dummy +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +spectrum_cs +speedfax +speedstep-lib +speedtch +spi-altera-core +spi-altera-dfl +spi-altera-platform +spi-amd +spi-axi-spi-engine +spi-bitbang +spi-butterfly +spi-cadence +spi-dln2 +spi-dw +spi-dw-mmio +spi-dw-pci +spi-gpio +spi-intel +spi-intel-pci +spi-intel-platform +spi-lantiq-ssc +spi-lm70llp +spi-loopback-test +spi-microchip-core +spi-microchip-core-qspi +spi-mux +spi-mxic +spi-nor +spi-oc-tiny +spi-pci1xxxx +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-sc18is602 +spi-sifive +spi-slave-system-control +spi-slave-time +spi-tle62x0 +spi-xcomm +spi-zynqmp-gqspi +spi_ks8995 +spidev +spinand +spl +spmi +sprd_serial +sps30 +sps30_i2c +sps30_serial +sr9700 +sr9800 +srf04 +srf08 +ssb +ssb-hcd +ssd1307fb +ssd130x +ssd130x-i2c +ssd130x-spi +ssfdc +ssp_accel_sensor +ssp_gyro_sensor +ssp_iio +sst25l +sstfb +ssu100 +st +st-mipid02 +st-nci +st-nci_i2c +st-nci_spi +st1232 +st21nfca_hci +st21nfca_i2c +st7586 +st7735r +st95hf +st_accel +st_accel_i2c +st_accel_spi +st_drv +st_gyro +st_gyro_i2c +st_gyro_spi +st_lsm6dsx +st_lsm6dsx_i2c +st_lsm6dsx_i3c +st_lsm6dsx_spi +st_lsm9ds0 +st_lsm9ds0_i2c +st_lsm9ds0_spi +st_magn +st_magn_i2c +st_magn_spi +st_pressure +st_pressure_i2c +st_pressure_spi +st_sensors +st_sensors_i2c +st_sensors_spi +st_uvis25_core +st_uvis25_i2c +st_uvis25_spi +starfire +stb0899 +stb6000 +stb6100 +ste10Xp +stex +stinger +stk1160 +stk3310 +stk8312 +stk8ba50 +stm_console +stm_core +stm_ftrace +stm_heartbeat +stm_p_basic +stm_p_sys-t +stmfts +stmmac +stmmac-pci +stmmac-platform +stowaway +stp +stpddc60 +streamzap +streebog_generic +stts751 +stusb160x +stv0288 +stv0297 +stv0299 +stv0367 +stv0900 +stv090x +stv0910 +stv6110 +stv6110x +stv6111 +stx104 +sundance +sungem +sungem_phy +sunhme +suni +sunkbd +sunrise_co2 +sunrpc +sur40 +surface3-wmi +surface3_power +surface3_spi +surface_acpi_notify +surface_aggregator +surface_aggregator_cdev +surface_aggregator_hub +surface_aggregator_registry +surface_aggregator_tabletsw +surface_battery +surface_charger +surface_dtx +surface_gpe +surface_hid +surface_hid_core +surface_hotplug +surface_kbd +surface_platform_profile +surfacepro3_button +svc-i3c-master +svgalib +switchtec +sx8654 +sx9310 +sx9324 +sx9360 +sx9500 +sx_common +sy7636a-hwmon +sy7636a-regulator +sym53c500_cs +sym53c8xx +symbolserial +synaptics_i2c +synaptics_usb +synclink_gt +system76_acpi +sysv +t5403 +tag_ar9331 +tag_brcm +tag_dsa +tag_gswip +tag_hellcreek +tag_ksz +tag_lan9303 +tag_mtk +tag_none +tag_ocelot +tag_ocelot_8021q +tag_qca +tag_rtl4_a +tag_rtl8_4 +tag_rzn1_a5psw +tag_sja1105 +tag_trailer +tag_xrs700x +tap +target_core_file +target_core_iblock +target_core_mod +target_core_pscsi +target_core_user +tc-dwc-g210 +tc-dwc-g210-pci +tc358743 +tc358746 +tc654 +tc74 +tc90522 +tca6416-keypad +tca8418_keypad +tcan4x5x +tcm_fc +tcm_loop +tcm_qla2xxx +tcm_remote +tcm_usb_gadget +tcp_bbr +tcp_bic +tcp_cdg +tcp_dctcp +tcp_diag +tcp_highspeed +tcp_htcp +tcp_hybla +tcp_illinois +tcp_lp +tcp_nv +tcp_scalable +tcp_vegas +tcp_veno +tcp_westwood +tcp_yeah +tcpci +tcpci_maxim +tcpci_mt6360 +tcpci_mt6370 +tcpci_rt1711h +tcpm +tcrypt +tcs3414 +tcs3472 +tda10021 +tda10023 +tda10048 +tda1004x +tda10071 +tda10086 +tda18212 +tda18218 +tda18250 +tda18271 +tda18271c2dd +tda1997x +tda38640 +tda665x +tda7432 +tda8083 +tda8261 +tda826x +tda827x +tda8290 +tda9840 +tda9887 +tda9950 +tda998x +tdfxfb +tdo24m +tdx-guest +tea575x +tea5761 +tea5767 +tea6415c +tea6420 +team +team_mode_activebackup +team_mode_broadcast +team_mode_loadbalance +team_mode_random +team_mode_roundrobin +tee +tef6862 +tehuti +teranetics +test_blackhole_dev +test_bpf +test_power +tg3 +thermal-generic-adc +think-lmi +thinkpad_acpi +thmc50 +ths7303 +ths8200 +thunder_bgx +thunder_xcv +thunderbolt +thunderbolt_net +ti-adc081c +ti-adc0832 +ti-adc084s021 +ti-adc108s102 +ti-adc12138 +ti-adc128s052 +ti-adc161s626 +ti-ads1015 +ti-ads1100 +ti-ads124s08 +ti-ads131e08 +ti-ads7924 +ti-ads7950 +ti-ads8344 +ti-ads8688 +ti-dac082s085 +ti-dac5571 +ti-dac7311 +ti-dac7612 +ti-lmp92064 +ti-lmu +ti-tlc4541 +ti-tsc2046 +ti_am335x_adc +ti_am335x_tsc +ti_am335x_tscadc +ti_usb_3410_5052 +tifm_7xx1 +tifm_core +tifm_ms +tifm_sd +timeriomem-rng +tipc +tlan +tlclk +tls +tlv320aic23b +tm2-touchkey +tmag5273 +tmdc +tmp006 +tmp007 +tmp102 +tmp103 +tmp108 +tmp117 +tmp401 +tmp421 +tmp464 +tmp513 +topstar-laptop +toshiba_acpi +toshiba_bluetooth +toshiba_haps +toshsd +touchit213 +touchright +touchwin +tpci200 +tpl0102 +tpm_atmel +tpm_i2c_atmel +tpm_i2c_infineon +tpm_i2c_nuvoton +tpm_infineon +tpm_nsc +tpm_st33zp24 +tpm_st33zp24_i2c +tpm_st33zp24_spi +tpm_tis_i2c +tpm_tis_i2c_cr50 +tpm_tis_spi +tpm_vtpm_proxy +tps23861 +tps40422 +tps51632-regulator +tps53679 +tps546d24 +tps6105x +tps6105x-regulator +tps62360-regulator +tps65010 +tps65023-regulator +tps6507x +tps6507x-regulator +tps6507x-ts +tps65086 +tps65086-regulator +tps65090-charger +tps65090-regulator +tps65132-regulator +tps6524x-regulator +tps6586x-regulator +tps65910-regulator +tps65912-regulator +tps6594-core +tps6594-esm +tps6594-i2c +tps6594-pfsm +tps6594-spi +tps6598x +tps68470-regulator +tqmx86 +tqmx86_wdt +trace-printk +trancevibrator +trf7970a +tridentfb +ts2020 +ts_bm +ts_fsm +ts_kmp +tsc2004 +tsc2005 +tsc2007 +tsc200x-core +tsc40 +tsi721_mport +tsl2550 +tsl2563 +tsl2583 +tsl2591 +tsl2772 +tsl4531 +tsnep +tsys01 +tsys02d +ttm +ttpci-eeprom +ttusb_dec +ttusbdecfe +ttusbir +ttynull +tua6100 +tua9001 +tulip +tuner +tuner-simple +tuner-types +tunnel4 +tunnel6 +turbografx +tvaudio +tveeprom +tvp514x +tvp5150 +tvp7002 +tw2804 +tw5864 +tw68 +tw686x +tw9903 +tw9906 +tw9910 +twidjoy +twl-regulator +twl4030-madc +twl4030-pwrbutton +twl4030-vibra +twl4030_charger +twl4030_keypad +twl4030_madc_battery +twl4030_wdt +twl6030-gpadc +twl6030-regulator +twl6040-vibra +twofish-avx-x86_64 +twofish-x86_64 +twofish-x86_64-3way +twofish_common +twofish_generic +txgbe +typec +typec_displayport +typec_nvidia +typec_ucsi +typec_wcove +typhoon +uPD60620 +u_audio +u_ether +u_serial +uacce +uartlite +uas +ubi +ubifs +ublk_drv +ubuntu-host +ucan +ucd9000 +ucd9200 +ucsi_acpi +ucsi_ccg +ucsi_stm32g0 +uda1342 +udc-core +udf +udl +udlfb +udp_diag +udp_tunnel +ueagle-atm +ufs +ufshcd-core +ufshcd-dwc +ufshcd-pci +ufshcd-pltfrm +ug3105_battery +uhid +uio +uio_aec +uio_cif +uio_dfl +uio_dmem_genirq +uio_hv_generic +uio_mf624 +uio_netx +uio_pci_generic +uio_pdrv_genirq +uio_pruss +uio_sercos3 +uleds +uli526x +ulpi +ums-alauda +ums-cypress +ums-datafab +ums-eneub6250 +ums-freecom +ums-isd200 +ums-jumpshot +ums-karma +ums-onetouch +ums-realtek +ums-sddr09 +ums-sddr55 +ums-usbat +unix_diag +upd64031a +upd64083 +upd78f0730 +us5182d +usb-conn-gpio +usb-serial-simple +usb-storage +usb251xb +usb3503 +usb4604 +usb8xxx +usb_8dev +usb_debug +usb_f_acm +usb_f_ecm +usb_f_ecm_subset +usb_f_eem +usb_f_fs +usb_f_hid +usb_f_mass_storage +usb_f_midi +usb_f_ncm +usb_f_obex +usb_f_phonet +usb_f_printer +usb_f_rndis +usb_f_serial +usb_f_ss_lb +usb_f_tcm +usb_f_uac1 +usb_f_uac1_legacy +usb_f_uac2 +usb_f_uvc +usb_wwan +usbatm +usbdux +usbduxfast +usbduxsigma +usbhid +usbip-core +usbip-host +usbip-vudc +usbkbd +usblcd +usblp +usbmon +usbmouse +usbnet +usbserial +usbsevseg +usbtest +usbtmc +usbtouchscreen +usbtv +usdhi6rol0 +userio +userspace-consumer +ushc +usnic_verbs +uss720 +uv_mmtimer +uv_sysfs +uvc +uvcvideo +uvesafb +v4l2-async +v4l2-dv-timings +v4l2-flash-led-class +v4l2-fwnode +v4l2-mem2mem +v4l2-tpg +v4l2loopback +vboxguest +vboxsf +vboxvideo +vcan +vcnl3020 +vcnl4000 +vcnl4035 +vdpa +vdpa_sim +vdpa_sim_blk +vdpa_sim_net +vduse +veml6030 +veml6070 +ves1820 +ves1x93 +veth +vf610_adc +vf610_dac +vfio +vfio-pci +vfio-pci-core +vfio_iommu_type1 +vga16fb +vgastate +vgem +vgg2432a4 +vhci-hcd +vhost +vhost_iotlb +vhost_net +vhost_scsi +vhost_vdpa +vhost_vsock +via-camera +via-cputemp +via-rhine +via-rng +via-sdmmc +via-velocity +via686a +via_wdt +viafb +vicodec +video +video-i2c +videobuf-core +videobuf-dma-sg +videobuf2-common +videobuf2-dma-contig +videobuf2-dma-sg +videobuf2-dvb +videobuf2-memops +videobuf2-v4l2 +videobuf2-vmalloc +videodev +vim2m +vimc +viperboard +viperboard_adc +virt_wifi +virtio-gpu +virtio-rng +virtio_bt +virtio_crypto +virtio_dma_buf +virtio_input +virtio_mem +virtio_pmem +virtio_rpmsg_bus +virtio_snd +virtio_vdpa +virtiofs +virtual +virtual_ncidev +visl +visor +vitesse +vitesse-vsc73xx-core +vitesse-vsc73xx-platform +vitesse-vsc73xx-spi +vivid +vkms +vl53l0x-i2c +vl6180 +vmac +vmd +vme_fake +vme_tsi148 +vme_user +vmgenid +vmk80xx +vmlfb +vmw_balloon +vmw_pvrdma +vmw_pvscsi +vmw_vmci +vmw_vsock_virtio_transport +vmw_vsock_virtio_transport_common +vmw_vsock_vmci_transport +vmwgfx +vmxnet3 +vp27smpx +vp_vdpa +vport-geneve +vport-gre +vport-vxlan +vpx3220 +vrf +vringh +vsock +vsock_diag +vsock_loopback +vsockmon +vsxxxaa +vt1211 +vt6655_stage +vt6656_stage +vt8231 +vt8623fb +vub300 +vx855 +vxcan +vxlan +vz89x +w1-gpio +w1_ds2405 +w1_ds2406 +w1_ds2408 +w1_ds2413 +w1_ds2423 +w1_ds2430 +w1_ds2431 +w1_ds2433 +w1_ds2438 +w1_ds250x +w1_ds2780 +w1_ds2781 +w1_ds2805 +w1_ds28e04 +w1_ds28e17 +w1_smem +w1_therm +w5100 +w5100-spi +w5300 +w6692 +w83627ehf +w83627hf +w83627hf_wdt +w83773g +w83781d +w83791d +w83792d +w83793 +w83795 +w83877f_wdt +w83977f_wdt +w83l785ts +w83l786ng +wacom +wacom_i2c +wacom_serial4 +wacom_w8001 +wafer5823wdt +walkera0701 +wanxl +warrior +wbsd +wcd934x +wcn36xx +wd719x +wdat_wdt +wdt87xx_i2c +wdt_pci +wfx +whiteheat +wil6210 +wilc1000 +wilc1000-sdio +wilc1000-spi +wilco-charger +wilco_ec +wilco_ec_debugfs +wilco_ec_events +wilco_ec_telem +winbond-840 +winbond-cir +winmate-fm07-keys +wire +wireguard +wireless-hotkey +wishbone-serial +wl1251 +wl1251_sdio +wl1251_spi +wl1273-core +wl12xx +wl18xx +wl3501_cs +wlcore +wlcore_sdio +wm831x-dcdc +wm831x-hwmon +wm831x-isink +wm831x-ldo +wm831x-on +wm831x-ts +wm831x_backup +wm831x_bl +wm831x_power +wm831x_wdt +wm8350-hwmon +wm8350-regulator +wm8350_power +wm8350_wdt +wm8400-regulator +wm8739 +wm8775 +wm8994 +wm8994-regulator +wm97xx-ts +wmi +wmi-bmof +wp512 +wpcm450-soc +wusb3801 +wwan +wwan_hwsim +x25 +x38_edac +x86-android-tablets +x86_pkg_temp_thermal +x9250 +x_tables +xbox_remote +xc2028 +xc4000 +xc5000 +xcbc +xctr +xdma +xdpe12284 +xdpe152c4 +xen-blkback +xen-evtchn +xen-fbfront +xen-front-pgdir-shbuf +xen-gntalloc +xen-gntdev +xen-hcd +xen-kbdfront +xen-netback +xen-pciback +xen-pcifront +xen-privcmd +xen-scsiback +xen-scsifront +xen-tpmfront +xen_wdt +xenfs +xfrm4_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_compat +xfrm_interface +xfrm_ipcomp +xfrm_user +xfs +xgene-hwmon +xhci-pci +xhci-pci-renesas +xhci-plat-hcd +xiaomi-wmi +xilinx-pr-decoupler +xilinx-spi +xilinx-xadc +xilinx_emac +xilinx_emaclite +xilinx_gmii2rgmii +xilinx_sdfec +xillybus_class +xillybus_core +xillybus_pcie +xillyusb +xiphera-trng +xirc2ps_cs +xircom_cb +xlnx_vcu +xor +xp +xpad +xpc +xpnet +xr_serial +xrs700x +xrs700x_i2c +xrs700x_mdio +xsens_mt +xsk_diag +xt_AUDIT +xt_CHECKSUM +xt_CLASSIFY +xt_CONNSECMARK +xt_CT +xt_DSCP +xt_HL +xt_HMARK +xt_IDLETIMER +xt_LED +xt_LOG +xt_MASQUERADE +xt_NETMAP +xt_NFLOG +xt_NFQUEUE +xt_RATEEST +xt_REDIRECT +xt_SECMARK +xt_TCPMSS +xt_TCPOPTSTRIP +xt_TEE +xt_TPROXY +xt_TRACE +xt_addrtype +xt_bpf +xt_cgroup +xt_cluster +xt_comment +xt_connbytes +xt_connlabel +xt_connlimit +xt_connmark +xt_conntrack +xt_cpu +xt_dccp +xt_devgroup +xt_dscp +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_ipcomp +xt_iprange +xt_ipvs +xt_l2tp +xt_length +xt_limit +xt_mac +xt_mark +xt_multiport +xt_nat +xt_nfacct +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_realm +xt_recent +xt_sctp +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_tcpudp +xt_time +xt_u32 +xtkbd +xusbatm +xxhash_generic +xz_dec_test +yam +yamaha-yas530 +yealink +yellowfin +yenta_socket +yurex +z3fold +zaurus +zd1201 +zd1211rw +zd1301 +zd1301_demod +zet6223 +zforce_ts +zfs +zhenhua +ziirave_wdt +zinitix +zl10036 +zl10039 +zl10353 +zl6100 +zonefs +zopt2201 +zpa2326 +zpa2326_i2c +zpa2326_spi +zram +zstd --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.master/abi/amd64/generic.modules.builtin +++ linux-lowlatency-hwe-6.5-6.5.0/debian.master/abi/amd64/generic.modules.builtin @@ -0,0 +1,284 @@ +8250 +8250_base +8250_mid +8250_pci +8250_rt288x +ac +acpi-cpufreq +acpi_dbg +acpi_mdio +aead +aes_generic +af_packet +agpgart +akcipher +amd64-agp +asiliantfb +asn1_decoder +asn1_encoder +ata_generic +ata_piix +atkbd +backlight +battery +bcm84881 +binfmt_script +bitrev +bsg +button +cbc +cdrom +cfbcopyarea +cfbfillrect +cfbimgblt +charger-manager +cn +configfs +cpufreq_conservative +cpufreq_ondemand +cpufreq_performance +cpufreq_powersave +cpufreq_userspace +crc-ccitt +crc-t10dif +crc16 +crc32 +crc32c-intel +crc32c_generic +crc64 +crc64-rocksoft +crc64_rocksoft_generic +crct10dif_common +crct10dif_generic +crypto +crypto_acompress +crypto_algapi +crypto_hash +crypto_null +cryptomgr +ctr +cts +da9063 +dax +deflate +dh_generic +digsig +dm-mod +dns_resolver +drbg +drm_mipi_dsi +drm_panel_orientation_quirks +drop_monitor +dwc2 +ecb +ecryptfs +edac_core +edd +efivarfs +ehci-hcd +ehci-pci +ehci-platform +elants_i2c +encrypted-keys +evdev +exportfs +ext4 +extcon-core +failover +fan +fat +fb +fb_sys_fops +fbdev +fddi +firmware_class +fixed_phy +font +fuse +fwnode_mdio +gcm +geniv +gf128mul +ghash-generic +ghes_edac +glob +governor_passive +governor_performance +governor_powersave +governor_simpleondemand +governor_userspace +gpio-crystalcove +gpio-generic +grant-dma-ops +hed +hid_bpf +hmac +hsu_dma +hwmon +i2c-core +i2c-designware-core +i2c-designware-platform +i2c-dev +i8042 +imsttfb +input-core +intel-agp +intel-gtt +intel-uncore +intel_pmc_core +intel_pmc_core_pltdrv +iosf_mbi +iova +ipv6 +jbd2 +jitterentropy_rng +kdf_sp800108 +kgdboc +kpp +led-class +libaes +libata +libcryptoutils +libnvdimm +libphy +libps2 +libsha1 +libsha256 +linear_ranges +loop +lz4_decompress +lzo +lzo-rle +lzo_compress +lzo_decompress +max14577 +max310x +max77693 +mbcache +md-mod +md5 +mdio_devres +mfd-core +mmc_core +mousedev +mpi +mq-deadline +n_null +nd_e820 +net_failover +nls_base +nls_cp437 +ohci-hcd +ohci-pci +ohci-platform +oid_registry +palmas +pata_sis +pcc-cpufreq +pinctrl-cherryview +pinctrl-intel +pkcs7_message +powernow-k8 +ppp_generic +pps_core +pretimeout_noop +processor +pstore +ptp +public_key +pwm-lpss +pwm-lpss-pci +pwm-lpss-platform +rapidio +rational +regmap-i2c +regmap-mmio +regmap-spi +rfkill +rng +rng-core +roles +rsa_generic +rtc-cmos +sccnxp +scsi_common +scsi_mod +sd_mod +selftests +seqiv +serdev +serial_base +serial_mctrl_gpio +serio +sg +sha1_generic +sha256_generic +sha3_generic +sha512-ssse3 +sha512_generic +sig +skcipher +slhc +speedstep-centrino +squashfs +sr_mod +syscopyarea +sysfillrect +sysimgblt +t10-pi +tcp_cubic +thermal +tpm +tpm_crb +tpm_tis +tpm_tis_core +tps65912-core +tps65912-i2c +tps65912-spi +trusted +ttyprintk +tun +ucs2_string +uhci-hcd +uinput +unix +usb-common +usbcore +utf8data +vesafb +vfat +vgacon +via-agp +virt-dma +virtio +virtio-iommu +virtio_balloon +virtio_blk +virtio_console +virtio_mmio +virtio_net +virtio_pci +virtio_pci_legacy_dev +virtio_pci_modern_dev +virtio_ring +virtio_scsi +vivaldi-fmap +watchdog +wwnr +x509_key_parser +xen-acpi-processor +xen-blkfront +xen-netfront +xenbus +xenbus_probe_frontend +xhci-hcd +xts +xxhash +xz_dec +zbud +zlib_deflate +zlib_inflate +zsmalloc +zstd_common +zstd_compress +zstd_decompress --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.master/abi/amd64/generic.retpoline +++ linux-lowlatency-hwe-6.5-6.5.0/debian.master/abi/amd64/generic.retpoline @@ -0,0 +1 @@ +# retpoline v1.0 --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.master/abi/arm64/generic +++ linux-lowlatency-hwe-6.5-6.5.0/debian.master/abi/arm64/generic @@ -0,0 +1,28831 @@ +ACPI EXPORT_SYMBOL_GPL 0xa6af1390 acpi_table_parse_cedt vmlinux +BRCMFMAC EXPORT_SYMBOL_GPL 0x26afd13a brcmf_fwvid_unregister_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +BRCMFMAC EXPORT_SYMBOL_GPL 0x38abb291 brcmf_fwvid_register_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +COUNTER EXPORT_SYMBOL_GPL 0x17cfefef counter_priv drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x5c245402 devm_counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x6513000f devm_counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x68118967 counter_put drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x7fcaffc5 counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xb9dc7865 counter_unregister drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xe034dbbe counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xf9a32b10 counter_push_event drivers/counter/counter +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x03a9163e otx2_cptlf_register_interrupts drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x08b35bd3 otx2_cptlf_free_irqs_affinity drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x11c232e3 otx2_cpt_write_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x12255bcb cn10k_cptvf_lmtst_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x137f5417 otx2_cptlf_set_irqs_affinity drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x1522bf48 cn10k_cptpf_lmtst_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x2eeff524 otx2_cpt_read_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x33673e44 otx2_cptlf_shutdown drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x451ffdb3 otx2_cpt_msix_offset_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x47da7962 otx2_cpt_add_write_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x50153ae9 otx2_cptlf_unregister_interrupts drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x5257288c otx2_cpt_detach_rsrcs_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x606db616 otx2_cpt_send_ready_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xb1835b44 otx2_cpt_sync_mbox_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xbdd4b93a otx2_cpt_send_mbox_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xd3fa62ee otx2_cpt_send_af_reg_requests drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xfd2f2b82 otx2_cptlf_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x5444944c crypto_cipher_encrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x6fb572df crypto_cipher_decrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x85efc7c3 crypto_cipher_setkey vmlinux +CXL EXPORT_SYMBOL_GPL 0x03a57451 is_cxl_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0526241c cxl_dev_state_identify drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x054d57b3 read_cdat_data drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x055c6ee3 cxl_mem_active_inc vmlinux +CXL EXPORT_SYMBOL_GPL 0x06545a00 find_cxl_root drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x09959dcf devm_cxl_pmu_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0b758df0 devm_cxl_add_rch_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0fc602c7 cxl_hdm_decode_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1053226e cxl_find_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x17d3c5a9 cxl_endpoint_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x18965fef cxl_set_timestamp drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1c0c9f45 cxl_decoder_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1fdcd418 cxl_probe_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x214b4d3a devm_cxl_register_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2706b07b devm_cxl_add_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x286565c1 cxl_enumerate_cmds drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x33e2aa93 cxl_mem_active_dec vmlinux +CXL EXPORT_SYMBOL_GPL 0x3672a8b0 devm_cxl_setup_hdm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3c739747 cxl_poison_state_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x40341440 devm_cxl_add_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x42432496 to_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4429bb27 devm_cxl_port_enumerate_dports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x442a7ec9 cxl_hb_modulo drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x485b0a89 is_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x490f66e1 to_cxl_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4ea9ea6e cxl_port_to_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5216e05d cxl_find_regblock_instance drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x52889449 is_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x53b34455 cxl_trigger_poison_list drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x53f7715a to_cxl_dax_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x551d4de7 schedule_cxl_memdev_detach drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x56a65220 cxl_mem_get_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x59c07bb9 devm_cxl_enumerate_decoders drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x653904b2 is_switch_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6af3d7fa cxl_switch_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x701bbaad cxl_bus_rescan drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x70790447 cxl_find_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x73220980 cxl_debugfs_create_dir drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x74239017 cxl_add_to_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x76094094 devm_cxl_enumerate_ports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x76fa0ba8 cxl_memdev_state_create drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x77c97c99 to_cxl_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x78c786b5 cxl_decoder_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x78fecc95 devm_cxl_add_passthrough_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7fa19cc4 alloc_free_mem_region vmlinux +CXL EXPORT_SYMBOL_GPL 0x8035d399 cxl_dvsec_rr_decode drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x81a1f13d cxl_mem_create_range_info drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8366442d cxl_map_pmu_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x84034372 devm_cxl_add_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x84b45156 insert_resource_expand_to_fit vmlinux +CXL EXPORT_SYMBOL_GPL 0x85721be1 cxl_error_detected drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x85e748ff devm_cxl_dpa_reserve drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x87d237bc cxl_driver_unregister drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x88c33140 clear_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8958b503 cxl_map_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9199e69e cxl_await_media_ready drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x94538cae cxl_root_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x98628ac8 cxl_bus_drain drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9d34cdd3 devm_cxl_sanitize_setup_notifier drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9edb9df5 is_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa04fbe45 devm_cxl_setup_fw_upload drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa439f7ba cxl_inject_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa7b0d30c cxl_map_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa8cb21c1 to_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa97e0551 set_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xadea540b cxl_setup_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xaf1eb3a9 is_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb411fa8d cxl_cor_error_detected drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb424c4e6 is_cxl_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb65f2029 cxl_bus_type drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb68732da devm_cxl_add_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbb4415ee to_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc5ac058f cxl_probe_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc74db9b4 cxl_dpa_debug drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc9462057 cxl_mem_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcac146ad to_cxl_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd00df468 cxl_mem_get_event_records drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd18e409a to_cxl_switch_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd236c220 cxl_endpoint_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd639bf2b is_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd9d92144 cxl_count_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd9f4879f __cxl_driver_register drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xdde98ed9 cxl_internal_send_cmd drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe1ddb053 cxl_rcd_component_reg_phys drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe2a50a05 cxl_decoder_add_locked drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe4807d15 is_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf184277c to_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf4efa8ab cxl_clear_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf53df47c devm_cxl_add_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf6e716ae cxl_pci_find_port drivers/cxl/core/cxl_core +DMA_BUF EXPORT_SYMBOL_GPL 0x0291038b dma_buf_mmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x1275d912 dma_buf_map_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x1cf64451 dma_buf_vmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x208f41cd dma_buf_detach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x20f7270a dma_buf_vunmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x286d2864 dma_buf_vunmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x2c7620ad dma_buf_map_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x308a7273 dma_buf_begin_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x3e6a8857 dma_buf_move_notify vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x4cb25896 dma_buf_unpin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x5cbfa656 dma_buf_put vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x5d6fca28 dma_buf_pin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x668ec9e4 dma_buf_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x7834ac11 dma_buf_dynamic_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x7cd5072e dma_buf_unmap_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x8db890a8 dma_buf_fd vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x953af018 dma_buf_export vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x9fa1807e dma_buf_get vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xb131701e dma_buf_vmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xc8a0a7db dma_buf_unmap_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xe7db7696 dma_buf_end_cpu_access vmlinux +DRM_SSD130X EXPORT_SYMBOL_GPL 0x33cf1f58 ssd130x_variants drivers/gpu/drm/solomon/ssd130x +EFIVAR EXPORT_SYMBOL_GPL 0x02cfcd2e efivar_trylock vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0x11940489 efivar_set_variable vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0x2303b915 efivar_lock vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0x5a3c9dbb efivar_get_variable vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xa336852c efivar_get_next_variable vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xc961bff7 efivar_unlock vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xee5240dc efivar_query_variable_info vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xefc77711 efivar_set_variable_locked vmlinux +EXPORT_SYMBOL arch/arm64/crypto/aes-ce-cipher 0x68f275ad ce_aes_expandkey +EXPORT_SYMBOL arch/arm64/crypto/aes-ce-cipher 0xcec2657b ce_aes_setkey +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0x52d67a4e neon_aes_cbc_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xb8c706a6 neon_aes_ctr_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xd5f41819 neon_aes_ecb_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xea11590c neon_aes_xts_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xefc32a9b neon_aes_xts_decrypt +EXPORT_SYMBOL arch/arm64/crypto/chacha-neon 0x220b49ab chacha_crypt_arch +EXPORT_SYMBOL arch/arm64/crypto/chacha-neon 0xdc94f829 chacha_init_arch +EXPORT_SYMBOL arch/arm64/crypto/chacha-neon 0xdd8ec6bd hchacha_block_arch +EXPORT_SYMBOL arch/arm64/crypto/poly1305-neon 0x1c3e6e5b poly1305_init_arch +EXPORT_SYMBOL arch/arm64/crypto/poly1305-neon 0x6ddf27bc poly1305_update_arch +EXPORT_SYMBOL arch/arm64/crypto/poly1305-neon 0xf39f5240 poly1305_final_arch +EXPORT_SYMBOL arch/arm64/crypto/sha256-arm64 0xb455924d sha256_block_data_order +EXPORT_SYMBOL arch/arm64/crypto/sm4-ce 0x0fca045b sm4_ce_expand_key +EXPORT_SYMBOL arch/arm64/crypto/sm4-ce 0x7155f33f sm4_ce_cbc_enc +EXPORT_SYMBOL arch/arm64/crypto/sm4-ce 0xe609a0d5 sm4_ce_crypt_block +EXPORT_SYMBOL arch/arm64/crypto/sm4-ce 0xed1f9633 sm4_ce_cfb_enc +EXPORT_SYMBOL arch/arm64/lib/xor-neon 0xdb786e41 xor_block_inner_neon +EXPORT_SYMBOL crypto/blake2b_generic 0x32e24c8a blake2b_compress_generic +EXPORT_SYMBOL crypto/ecc 0x16e410ff vli_from_be64 +EXPORT_SYMBOL crypto/ecc 0x188a1647 ecc_is_pubkey_valid_full +EXPORT_SYMBOL crypto/ecc 0x1a5faa3a vli_mod_inv +EXPORT_SYMBOL crypto/ecc 0x4c281912 vli_is_zero +EXPORT_SYMBOL crypto/ecc 0x671f7aa5 ecc_is_key_valid +EXPORT_SYMBOL crypto/ecc 0x7c0fbb00 vli_mod_mult_slow +EXPORT_SYMBOL crypto/ecc 0x8261eccb ecc_get_curve25519 +EXPORT_SYMBOL crypto/ecc 0x8e688192 ecc_alloc_point +EXPORT_SYMBOL crypto/ecc 0x90cdc197 ecc_free_point +EXPORT_SYMBOL crypto/ecc 0x9263b417 ecc_point_mult_shamir +EXPORT_SYMBOL crypto/ecc 0x92668805 vli_cmp +EXPORT_SYMBOL crypto/ecc 0x932b6ff7 vli_num_bits +EXPORT_SYMBOL crypto/ecc 0x9f6efabd vli_sub +EXPORT_SYMBOL crypto/ecc 0xa76b31a2 crypto_ecdh_shared_secret +EXPORT_SYMBOL crypto/ecc 0xb10fc19e ecc_get_curve +EXPORT_SYMBOL crypto/ecc 0xd6315f31 ecc_gen_privkey +EXPORT_SYMBOL crypto/ecc 0xd94c8eb5 ecc_point_is_zero +EXPORT_SYMBOL crypto/ecc 0xde867c29 ecc_is_pubkey_valid_partial +EXPORT_SYMBOL crypto/ecc 0xeac9b99a vli_from_le64 +EXPORT_SYMBOL crypto/ecc 0xed4ae15e ecc_make_pub_key +EXPORT_SYMBOL crypto/nhpoly1305 0x195ce613 crypto_nhpoly1305_update +EXPORT_SYMBOL crypto/nhpoly1305 0x5c61a631 crypto_nhpoly1305_setkey +EXPORT_SYMBOL crypto/nhpoly1305 0x5dcd90bc crypto_nhpoly1305_final_helper +EXPORT_SYMBOL crypto/nhpoly1305 0x8ba85ab6 crypto_nhpoly1305_init +EXPORT_SYMBOL crypto/nhpoly1305 0x90aea09a crypto_nhpoly1305_final +EXPORT_SYMBOL crypto/nhpoly1305 0xd7a7d928 crypto_nhpoly1305_update_helper +EXPORT_SYMBOL crypto/sm4 0x2b098da5 crypto_sm4_ck +EXPORT_SYMBOL crypto/sm4 0x7931a202 crypto_sm4_fk +EXPORT_SYMBOL crypto/sm4 0xf4fd3bd2 crypto_sm4_sbox +EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks +EXPORT_SYMBOL drivers/acpi/nfit/nfit 0x06848c60 to_nfit_uuid +EXPORT_SYMBOL drivers/acpi/video 0x45b61916 acpi_video_register_backlight +EXPORT_SYMBOL drivers/acpi/video 0x7a45377b acpi_video_unregister +EXPORT_SYMBOL drivers/acpi/video 0x7cc484a5 acpi_video_handles_brightness_key_presses +EXPORT_SYMBOL drivers/acpi/video 0x7de7bf50 __acpi_video_get_backlight_type +EXPORT_SYMBOL drivers/acpi/video 0x8826c13b acpi_video_register +EXPORT_SYMBOL drivers/acpi/video 0xb8ab0f09 acpi_video_get_edid +EXPORT_SYMBOL drivers/acpi/video 0xd9655fe7 acpi_video_get_levels +EXPORT_SYMBOL drivers/atm/suni 0x29c2f06a suni_init +EXPORT_SYMBOL drivers/bcma/bcma 0x82610cc2 bcma_core_irq +EXPORT_SYMBOL drivers/bcma/bcma 0x93a83ac8 bcma_core_dma_translation +EXPORT_SYMBOL drivers/block/drbd/drbd 0x127a5901 drbd_set_st_err_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0x35131b36 drbd_role_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0x7730f22d drbd_conn_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0xaf27bebf drbd_disk_str +EXPORT_SYMBOL drivers/bluetooth/btbcm 0x22551f2a btbcm_patchram +EXPORT_SYMBOL drivers/bluetooth/btrsi 0x2f7a4dba rsi_bt_ops +EXPORT_SYMBOL drivers/bus/mhi/host/mhi 0x855bfe4b mhi_sync_power_up +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x03bc993e ipmi_set_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x0705dd14 ipmi_register_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x12dd1e77 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1f397067 ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1f65170f ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x230094ac ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x24649da4 ipmi_add_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c2054d7 ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x50f65edf ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67369b42 ipmi_addr_src_to_str +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x74778a80 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x80aa4656 ipmi_free_recv_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x89a5279a ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x8e93b970 ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96a6e5e8 ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x9e702099 ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xaca90ebd ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xae71627d ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd54a5050 ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4330a39 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe98c507d ipmb_checksum +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xec1c2a90 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf388b18b ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf5531bea ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfaaa4831 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfe0f2369 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x17fd7865 kcs_bmc_remove_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x1a4ea965 kcs_bmc_enable_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x2bb65d59 kcs_bmc_read_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x327701d2 kcs_bmc_write_data +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x35c0d386 kcs_bmc_update_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x518bcec3 kcs_bmc_register_driver +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x6e18fb35 kcs_bmc_write_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x78738328 kcs_bmc_disable_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x97e0ef96 kcs_bmc_unregister_driver +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xadccb71b kcs_bmc_handle_event +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xc0921c29 kcs_bmc_update_event_mask +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xf086cb33 kcs_bmc_read_data +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xf13fe72b kcs_bmc_add_device +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x12025426 st33zp24_pm_suspend +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x38336883 st33zp24_remove +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x592b8f19 st33zp24_probe +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xc0432c8d st33zp24_pm_resume +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x8b7d83a9 xillybus_find_inode +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0xaefedba6 xillybus_cleanup_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0xf93fc388 xillybus_init_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0xab605de1 xillybus_init_endpoint +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0xb36b558f xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0xff677a13 xillybus_endpoint_remove +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x099e3882 atmel_i2c_probe +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x144289fb atmel_i2c_enqueue +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x80a11b1d atmel_i2c_init_read_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x9c7cf402 atmel_i2c_send_receive +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xb6c854bb atmel_i2c_init_ecdh_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xc71ed50c atmel_i2c_init_genkey_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xc80f14e8 atmel_i2c_flush_queue +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xf283e995 atmel_i2c_init_random_cmd +EXPORT_SYMBOL drivers/crypto/caam/caam 0x17572340 caam_congested +EXPORT_SYMBOL drivers/crypto/caam/caam 0x37734e06 caam_dpaa2 +EXPORT_SYMBOL drivers/crypto/caam/caam 0x3b8ff0de caam_drv_ctx_rel +EXPORT_SYMBOL drivers/crypto/caam/caam 0x44ae4bc4 qi_cache_free +EXPORT_SYMBOL drivers/crypto/caam/caam 0x48119ae8 caam_drv_ctx_update +EXPORT_SYMBOL drivers/crypto/caam/caam 0xc0eaa792 qi_cache_alloc +EXPORT_SYMBOL drivers/crypto/caam/caam 0xe909f0cb caam_qi_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caam 0xfaa853a8 caam_drv_ctx_init +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x26f65c81 caam_jr_alloc +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x2bd2ed51 split_key_done +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x46e1ba77 caam_jr_free +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x4893fb38 gen_split_key +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xd5c2e933 caam_jr_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x2e152bb7 cnstr_shdsc_xts_skcipher_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x3b54a9ad cnstr_shdsc_aead_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x76a68e3e cnstr_shdsc_chachapoly +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x7b0c587f cnstr_shdsc_rfc4543_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x7b7bcab8 cnstr_shdsc_rfc4543_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x86bcdec7 cnstr_shdsc_xts_skcipher_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x88430d4c cnstr_shdsc_aead_null_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x91ac0969 cnstr_shdsc_aead_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xa3115081 cnstr_shdsc_skcipher_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xa340e264 cnstr_shdsc_aead_givencap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xa99d7fa6 cnstr_shdsc_aead_null_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xebcdd349 cnstr_shdsc_skcipher_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xf92c5da5 cnstr_shdsc_gcm_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xf95bcf62 cnstr_shdsc_gcm_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xfd807e48 cnstr_shdsc_rfc4106_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xfdf7ec8f cnstr_shdsc_rfc4106_encap +EXPORT_SYMBOL drivers/crypto/caam/caamhash_desc 0x30a1e372 cnstr_shdsc_sk_hash +EXPORT_SYMBOL drivers/crypto/caam/caamhash_desc 0xb5571dbf cnstr_shdsc_ahash +EXPORT_SYMBOL drivers/crypto/caam/dpaa2_caam 0x53a20a2e dpaa2_caam_enqueue +EXPORT_SYMBOL drivers/crypto/caam/error 0x27be496b caam_strstatus +EXPORT_SYMBOL drivers/crypto/caam/error 0x53d0fc97 caam_ptr_sz +EXPORT_SYMBOL drivers/crypto/caam/error 0x60dbc82a caam_dump_sg +EXPORT_SYMBOL drivers/crypto/caam/error 0xa51f16c7 caam_little_end +EXPORT_SYMBOL drivers/crypto/caam/error 0xbd67c092 caam_imx +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0x35b72ea8 xdma_enable_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0xbbbf3d77 xdma_disable_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0xcee1cc73 xdma_get_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xilinx_dma 0x1bd9ad65 xilinx_vdma_channel_set_config +EXPORT_SYMBOL drivers/firewire/firewire-core 0x01d84bce fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0ab558c8 fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0bc6094c fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x166896b6 fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0x17265102 fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0x22b8254e fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2c8369c4 fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0x30265b93 fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3a771e39 fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6371d6fb fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6dc50487 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x71ec5e94 fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7f9be274 fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x804ca5fa fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x94a071c5 fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x97b38cd8 fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0x9b8ed566 fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x9c468aab fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa40641b1 fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa434cec7 fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaedf84ce fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb59011ae fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb6d4fe2b fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0xceb69043 fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0xcfb9bc80 fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe3b90727 fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe3fde125 fw_csr_iterator_next +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe80e5087 fw_csr_iterator_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0xedeb413f fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xefb81f44 fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf45a9485 fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0x3f851b2f imx_dsp_ring_doorbell +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0x85c5196f imx_dsp_request_channel +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0xdaa19e93 imx_dsp_free_channel +EXPORT_SYMBOL drivers/fpga/dfl 0x0569d8db __dfl_driver_register +EXPORT_SYMBOL drivers/fpga/dfl 0xf0cf2ab8 dfl_driver_unregister +EXPORT_SYMBOL drivers/fpga/lattice-sysconfig 0x4824bece sysconfig_probe +EXPORT_SYMBOL drivers/gpu/drm/amd/amdxcp/amdxcp 0x0ea5d74b amdgpu_xcp_drv_release +EXPORT_SYMBOL drivers/gpu/drm/amd/amdxcp/amdxcp 0xa726730f amdgpu_xcp_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x01c4bba9 drm_dp_lttpr_max_link_rate +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x02718275 drm_edp_backlight_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x03c3a9d7 drm_dp_dual_mode_detect +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x058f3bd1 drm_dp_read_desc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x08f62f6e drm_dp_atomic_release_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0a2cc33d drm_dp_cec_irq +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0a9fa3c4 drm_lspcon_get_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x136b359b drm_hdmi_avi_infoframe_content_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1431d5d1 drm_dp_add_payload_part1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x147e617b drm_panel_dp_aux_backlight +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x14da8274 drm_atomic_get_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1605d0ed drm_dp_lttpr_max_lane_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1709ddcf drm_dp_lttpr_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x19bd3e40 drm_atomic_get_mst_payload_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1a5bf3ca drm_dsc_dp_rc_buffer_size +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1b0a1fdc drm_dp_lttpr_voltage_swing_level_3_supported +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1c094793 drm_scdc_set_high_tmds_clock_ratio +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2331d8af drm_dp_pcon_convert_rgb_to_ycbcr +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x23961837 drm_dp_downstream_max_bpc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x24ada755 drm_dsc_set_rc_buf_thresh +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x24fb0295 drm_dp_mst_topology_mgr_resume +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x26815dbc drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x27b00f7f drm_dp_read_lttpr_common_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2e62d2c1 drm_connector_attach_content_protection_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2fa94ef2 drm_dp_downstream_444_to_420_conversion +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x32ec74e6 drm_dp_mst_dump_topology +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3355d39f drm_dp_mst_get_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x349eeced drm_atomic_get_new_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3616a2ae drm_dp_cec_unregister_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3848cadc drm_dp_remove_payload +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x389aaaa4 drm_dp_pcon_pps_override_param +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x392a838b drm_dp_downstream_max_dotclock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3b72346b drm_dp_send_query_stream_enc_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3d245461 drm_dp_mst_detect_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3e454699 drm_dp_set_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x429096b6 drm_dp_downstream_debug +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x45c1c02b drm_dp_mst_edid_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x45f4e535 drm_dp_dual_mode_set_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4603c416 drm_dp_pcon_dsc_bpp_incr +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4831af1b drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x48f00a30 drm_dp_get_vc_payload_bw +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x525c3919 drm_dp_mst_add_affected_dsc_crtcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5407ae9e drm_dp_get_dual_mode_type_name +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5692df47 drm_dp_remote_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x56a663e9 drm_dp_dsc_sink_line_buf_depth +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x582f248e drm_dp_get_adjust_request_pre_emphasis +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x58d8fcaa drm_dsc_pps_payload_pack +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x59e9c5b0 drm_hdmi_avi_infoframe_bars +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x59f27ed7 drm_dp_pcon_enc_is_dsc_1_2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5a1f4264 drm_dp_128b132b_read_aux_rd_interval +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5a86f411 drm_dp_phy_name +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5f48e89b drm_dp_vsc_sdp_log +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5ff0d174 drm_dp_mst_atomic_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x620a5b0c drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x627ba04b drm_dsc_set_const_params +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x63a477fb drm_dp_downstream_min_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x648d953b drm_dsc_dp_pps_header_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x656d6db9 drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x65f83da3 drm_dp_send_real_edid_checksum +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x68d8dce7 drm_dp_downstream_is_tmds +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6a4df8c5 drm_dp_128b132b_eq_interlane_align_done +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6aacee47 drm_dp_128b132b_link_training_failed +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6ad88e74 drm_hdcp_update_content_protection +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6b48e0b3 drm_dp_pcon_frl_configure_2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6b53e216 drm_dp_downstream_max_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6e3ecdf8 drm_dp_dual_mode_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x703ab34f drm_dp_mst_put_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7053fa72 drm_dp_get_pcon_max_frl_bw +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x71b15292 drm_dp_dpcd_probe +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x73011db0 drm_dp_bw_code_to_link_rate +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x744b5028 drm_scdc_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x76ff6644 drm_dp_lttpr_pre_emphasis_level_3_supported +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x789ca6df drm_dp_mst_atomic_enable_dsc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x79008c7e drm_dsc_setup_rc_params +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7922e9cb drm_dp_downstream_id +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7e438381 drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7fa93182 drm_dp_mst_get_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x80bb1975 drm_dp_mst_topology_mgr_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x829b6048 drm_dp_dsc_sink_max_slice_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x82b6beef drm_dp_dual_mode_get_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x82dd6e74 drm_dp_pcon_hdmi_frl_link_error_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x87a3c0d1 drm_dp_stop_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x87f93e17 drm_scdc_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x885ab696 drm_lspcon_set_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8ae1cf7b drm_dp_add_payload_part2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8b6df43b drm_edp_backlight_disable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8ca2d9e4 drm_dp_calc_pbn_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8d701329 drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8df99cf5 drm_dp_dual_mode_max_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x925d4673 drm_dp_set_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x92b9835e drm_dp_128b132b_cds_interlane_align_done +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x92da01b5 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x940cb36e drm_dp_cec_register_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x950b81cf drm_dp_check_act_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x95883bb4 drm_dsc_initial_scale_value +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x962757d7 drm_dp_pcon_pps_default +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x96b0e572 drm_dp_pcon_pps_override_buf +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x970643a4 drm_dp_send_power_updown_phy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9bc28e4f drm_dp_pcon_frl_configure_1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9f99b242 drm_dp_mst_connector_early_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa00d95bc drm_dp_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa0103fde drm_dp_mst_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa1fefe6a drm_dp_psr_setup_time +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa31d4ad4 drm_dp_read_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa5f7b431 drm_dp_mst_atomic_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa620ca07 drm_dp_read_lttpr_phy_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa843606e drm_dp_dsc_sink_supported_input_bpcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaa99b217 drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xae2f4b14 drm_dp_mst_update_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaf267620 drm_dp_lttpr_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb0c82715 drm_dp_mst_topology_mgr_set_mst +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb27dc423 drm_dp_read_sink_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb38d0fb0 drm_dp_lttpr_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb51ed825 drm_dp_mst_dsc_aux_for_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb53e1888 drm_dp_read_sink_count_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb824aa62 drm_dp_get_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbc7dcf29 drm_dp_mst_topology_mgr_suspend +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbd022191 drm_edp_backlight_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc020c0c1 drm_dp_pcon_dsc_max_slice_width +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc26936fa drm_dp_mst_topology_mgr_destroy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc2dd6f5d drm_dp_read_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc49b7ac2 drm_dp_pcon_reset_frl_config +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc510d690 drm_dp_dpcd_read_phy_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc55e89cb drm_edp_backlight_set_level +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc5c99a79 drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc79ecffb drm_dp_downstream_is_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc8b6a8ae drm_dp_128b132b_lane_channel_eq_done +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc8ba35b4 drm_atomic_get_old_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc8d7c9ec drm_dp_mst_root_conn_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcaff762f drm_scdc_set_scrambling +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcbf81900 drm_dp_mst_hpd_irq_handle_event +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xccf54d5e drm_dp_get_adjust_tx_ffe_preset +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xce7e2f1a drm_dp_start_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcf238c2e drm_hdmi_infoframe_set_hdr_metadata +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd0e95456 drm_dsc_get_bpp_int +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd1d99539 drm_dp_pcon_hdmi_link_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd262b5cc drm_dp_cec_unset_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd34200ae drm_dp_pcon_is_frl_ready +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd4b058d2 drm_dp_mst_hpd_irq_send_new_request +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd579cf44 drm_scdc_get_scrambling_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd5a95eae drm_dp_128b132b_lane_symbol_locked +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdde71a66 drm_dp_atomic_find_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe0229dd0 drm_dp_read_mst_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe03a5aef drm_hdmi_avi_infoframe_colorimetry +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe2468a48 drm_dsc_flatness_det_thresh +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe2d5e0d1 drm_dp_downstream_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe2e7d718 drm_dp_dual_mode_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe479e760 drm_dp_mst_connector_late_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe5360b84 drm_dp_pcon_dsc_max_slices +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe55d62c4 drm_dp_read_downstream_info +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xed7c6ef7 drm_dp_pcon_hdmi_link_active +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xedcf81ce drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf481eceb drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf68741fb drm_dp_subconnector_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf689ad25 drm_dp_downstream_420_passthrough +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf75d6972 drm_dp_pcon_frl_prepare +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf8681aae drm_dp_mst_topology_state_funcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfb1a7a5a drm_dp_downstream_rgb_to_ycbcr_conversion +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfc8dffbf drm_dp_cec_set_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfcbf881c drm_dp_pcon_frl_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfe12bcb9 drm_dsc_compute_rc_parameters +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xff84000f drm_dp_read_dpcd_caps +EXPORT_SYMBOL drivers/gpu/drm/drm 0x004d42e2 drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00cc5829 drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0119d5d5 drm_plane_create_alpha_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x01c466b8 drm_gem_lru_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x02626d76 drm_dev_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03c63897 __drm_get_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x05418ea1 drm_atomic_print_new_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x055ff837 drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x060b9e01 drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x060d4ef9 __drm_dev_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x06aec942 drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x072afba6 drm_atomic_get_new_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07fb449a drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0806f991 drm_syncobj_replace_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x080ce046 drm_gem_lock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0x09223712 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0999e598 drm_crtc_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x09b171c3 drm_client_modeset_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a953024 drm_mode_create_aspect_ratio_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0aba65de drm_send_event_timestamp_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b42d6e1 drm_bridge_chain_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b4c2574 drm_dev_unplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d7d09e1 drm_crtc_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d9b4753 drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0eb7f5eb drm_privacy_screen_lookup_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f7acb66 drm_mm_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fd60df2 drm_get_connector_status_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x107742a9 drm_get_subpixel_order_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12158a32 drm_of_crtc_port_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x126d870a drm_plane_get_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x135e7688 drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13b109dd drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1487d307 drm_panel_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1574064d drm_plane_create_blend_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16b809c8 drm_print_memory_stats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1721e261 drm_connector_init_with_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1725837e drm_connector_attach_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x179ed7aa drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18064cfc drm_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18827bfd drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1909a40e drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19a40b53 drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19d36469 drm_compat_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19fa960e drm_connector_attach_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a12982d drm_privacy_screen_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a411479 drm_syncobj_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a69cfdc __drmm_crtc_alloc_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b8169d1 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1bb4f58e drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d627297 drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e2bc508 drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e462a8c drm_panel_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ef779e6 drm_property_create_bool +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f457075 drmm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1fc3b271 drm_plane_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x207596bf drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x212b39ff drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2183c08c drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x21cc489e drm_connector_attach_hdr_output_metadata_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2231bd9e drm_atomic_bridge_chain_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x23c63d5f drm_gem_dmabuf_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x23f44424 drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24607e3b drm_ioctl_kernel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24993e50 drm_edid_are_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24cf437a drm_vma_node_is_allowed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24d124ac drm_mode_equal_no_clocks_no_stereo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2538a23b drm_crtc_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x254b1e0c drm_gem_dmabuf_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25daad93 __drm_mm_interval_first +EXPORT_SYMBOL drivers/gpu/drm/drm 0x26d06ce9 drm_atomic_get_crtc_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x272e0929 drm_atomic_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x274c860e drm_atomic_set_mode_prop_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2754dad8 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28779e52 drm_printf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29f078d1 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a5f4d71 drm_of_component_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a962499 drm_mm_scan_init_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ae79342 drm_send_event_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b1e4f3e drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d799c75 drm_event_reserve_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e12004a drm_client_modeset_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e717a05 drm_connector_list_iter_begin +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e81e024 drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2eb497ee drm_connector_set_panel_orientation_with_quirk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ed3c600 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f476172 drm_privacy_screen_lookup_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f98abd4 drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2fbc56f5 drm_privacy_screen_unregister_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0x30287441 drm_crtc_vblank_waitqueue +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31b8a5e3 __drm_set_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31f748e4 drm_connector_attach_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31fc757a drm_show_memory_stats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3216fc62 drm_color_lut_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32a0cc37 drm_print_bits +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32a79f19 drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32d786ca drm_gem_lru_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x331120df drm_connector_set_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x336f3efc drm_connector_set_path_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x337c9080 drm_atomic_get_old_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x33aae56b drm_atomic_add_affected_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x33b188d7 drm_atomic_set_crtc_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x37471ec2 drm_atomic_add_affected_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm 0x37f596f9 drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38690d99 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38ad7f90 drm_atomic_get_old_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x397c3d27 drm_edid_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x398aa312 drm_send_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3a26eeb1 drm_writeback_cleanup_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ab87110 drm_mode_equal_no_clocks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b0e5e9c __drm_puts_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c22a4d8 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ccbe3cd __drm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cdc37e9 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3d888f07 __drmm_add_action_or_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f1b57f0 drm_analog_tv_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f405489 __drm_printfn_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f99fe2c drm_gem_vmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3fbc2b74 drm_syncobj_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3fdf65d1 drm_crtc_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3fecef91 drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x406a1584 drm_atomic_check_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4070feb0 drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x40ecf90e drm_vblank_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x40fcb459 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4403a9c3 drm_mode_get_hv_timing +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4489a5e9 drm_edid_raw +EXPORT_SYMBOL drivers/gpu/drm/drm 0x44d4043f drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4511a75a drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4575a0ca drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x45e353df drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46e492fb drm_connector_oob_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x47e7427c drm_client_modeset_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4831da6e drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x48a39a74 drm_property_create_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49b62fe1 drm_atomic_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a35d30d drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ac9a80b drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4acb8258 drm_dev_enter +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b18cd9f drm_gem_vunmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b7ebf95 drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4bfafc05 drm_debugfs_add_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c288efe drm_gem_objects_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c47392f drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4dacfa85 drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ddb1341 drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e2a621e drm_prime_sg_to_dma_addr_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50674de7 drm_timeout_abs_to_jiffies +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50b615b3 drm_event_reserve_init_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x512945c9 drm_gem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x513072fe __drm_puts_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0x521ad6d0 drm_puts +EXPORT_SYMBOL drivers/gpu/drm/drm 0x522d5d25 drm_connector_set_orientation_from_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x52ac05f2 drm_gem_unmap_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x52af6330 drm_syncobj_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5358d957 drm_file_get_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0x539c3aca drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5411e289 drm_connector_set_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54575029 drm_of_find_possible_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54ef6911 drm_client_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55447d44 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55d4545e drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55eb38da drm_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56f4fcd6 drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56fce41a drm_privacy_screen_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5768c86d drm_get_edid_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57698a50 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x590067af devm_aperture_acquire_from_firmware +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59056243 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x594cf39e drm_client_buffer_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5950e78a drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x597f7774 drm_sysfs_connector_status_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5be549ec drm_gem_lru_move_tail +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5cbab754 drm_crtc_accurate_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5cebdbc9 __drmm_mutex_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5dbc5f9a drm_mode_object_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5ed39691 drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f0e84b4 drm_connector_attach_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f2f1e64 drm_client_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f7985a5 drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x61280b7d drm_mode_create_tv_properties_legacy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x62034b43 drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x62282e84 drm_edid_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6306639f drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63b905c8 drm_panel_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63fe484f drm_master_internal_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x653160ae drm_panel_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6546f315 drm_connector_attach_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65702bd6 drm_default_rgb_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65d471cc drm_any_plane_has_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x660c3cec drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x662b422c drm_client_modeset_commit_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6673ec13 drm_gem_prime_import_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x66e144f8 drm_connector_atomic_hdr_metadata_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6775162e drm_sysfs_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6910e4cd drm_format_info_min_pitch +EXPORT_SYMBOL drivers/gpu/drm/drm 0x692b710b drm_crtc_set_max_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69353664 __drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69e1bf40 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6a463af4 drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ac01ea8 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b1a0786 drm_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b713534 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b76ab63 drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6bc07de8 drm_mode_object_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c47bd06 drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6cc7abf5 drm_property_replace_global_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6d2375a9 drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e3efd35 drm_master_internal_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e75c065 drm_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6edc446d drm_panel_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x70286bdc drm_writeback_signal_completion +EXPORT_SYMBOL drivers/gpu/drm/drm 0x734e0bb8 drm_client_framebuffer_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x73588c9e drm_connector_list_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74d8a358 __drmm_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74fc6fbd drm_format_info_block_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x750af0a5 drm_atomic_state_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7636d792 drm_panel_of_backlight +EXPORT_SYMBOL drivers/gpu/drm/drm 0x779a0a70 drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7811cffa drm_prime_sg_to_page_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x798f178c drm_show_fdinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79a23d06 drm_get_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79c00fa2 drm_edid_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79dda866 drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7aa486a4 drm_gem_lru_move_tail_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b2e2166 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b45b4ef drm_object_property_get_default_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7bd287bd drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c0d9cad drm_display_info_set_bus_formats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c545285 drm_edid_get_monitor_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7cc33808 drm_privacy_screen_set_sw_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7dbaa5c3 drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e3277f8 ___drm_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e65e3c1 drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e8a759a drm_gem_map_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7edf470b drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x80b2a3ca drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x80de0817 drm_crtc_next_vblank_start +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81e5afe9 drm_atomic_set_fb_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x820ac5c0 drm_vma_node_allow_once +EXPORT_SYMBOL drivers/gpu/drm/drm 0x82cc8700 drm_privacy_screen_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x82e7b4a6 drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x84b3dd3e drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x853a6469 drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0x85d861a2 __drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm 0x865a8a4d drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x865bb9b1 drm_atomic_get_old_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x86d5efa3 drm_atomic_get_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x873c0598 __drmm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x897bb4b6 drm_connector_attach_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x897f7834 drm_is_current_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a531cf5 drm_connector_update_privacy_screen +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a9d7a9f drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ace312a drm_connector_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b11a794 drm_client_modeset_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b1c446b drmm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b372eb7 drm_framebuffer_plane_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b9e78e3 drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8bc83b11 drm_dev_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c3d957c drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c565335 drm_plane_get_damage_clips_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d72789e drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e31288d drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f4acad0 drm_atomic_set_crtc_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x908d3584 __drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91927c2b drm_syncobj_get_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91ebef5e drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x925ff1e6 drm_property_blob_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9304b293 drm_vblank_work_schedule +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9358a6f3 drm_framebuffer_plane_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95cf3862 drm_mode_create_suggested_offset_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95d9a7c6 drm_mode_create_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x979807ec drm_connector_attach_max_bpc_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x982d09b3 drm_format_info_block_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9851c9f2 drm_syncobj_find_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x985dced6 drm_connector_attach_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x986b6c23 drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9883d0cc drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98a71e04 drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x99265d9c drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x998aadd2 drm_release_noglobal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b285573 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b95c885 drm_mode_match +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b9de1c1 drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c0efc62 drm_atomic_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c53c563 drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c9c904f drm_vblank_work_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ce050be drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d914dde drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9db41eaf drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9dca1c00 drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9e1b8ad3 drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ec6f462 drm_crtc_enable_color_mgmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ee77bbe drm_plane_create_zpos_immutable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f28a1a2 drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9fcf29d4 __drmm_add_action +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa013f6a3 drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa0f9449f drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa149d1bc drm_atomic_state_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1b2ee99 drm_print_regset32 +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1f1266f drm_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa248afde drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa266f6ba drm_atomic_get_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3885bac drm_connector_has_possible_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa38c4c94 drm_memcpy_from_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3f9e0c7 drm_gem_dmabuf_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa422eedf drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa4b74805 drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa5a3389f drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa661f7d4 drm_plane_create_rotation_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6b0ba83 drm_plane_enable_fb_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6d246c8 drm_writeback_queue_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa71bf9f3 drm_atomic_state_default_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa81facd5 drm_edid_get_panel_id +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9126721 drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa913da4c drm_panel_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa925d301 of_drm_get_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9399a33 drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa956955b drm_gem_lru_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9f0b1f7 drm_property_blob_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9f7a20a drm_bridge_chain_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa93151c drm_crtc_arm_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaac96a8f drm_bridge_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0xab1c6097 drm_privacy_screen_get_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xabba85e9 drm_gem_dmabuf_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad4e902b drm_color_ctm_s31_32_to_qm_n +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad5a0099 drm_bridge_chain_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae277372 __drm_crtc_commit_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaeff1e57 devm_drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb11ac7a7 __drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb212dc3e drm_edid_dup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb214199c drm_gem_private_object_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3750192 drm_edid_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4032484 drm_mm_insert_node_in_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4126492 drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5951567 drm_atomic_private_obj_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5eb8c5e drm_connector_create_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6127243 drm_need_swiotlb +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb85c6108 drm_modeset_lock_all_ctx +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9ac26cc drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9cad492 __drm_atomic_state_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9dc3d87 drm_atomic_get_new_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba3baadc drm_edid_read_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba74e756 drm_gem_prime_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbaae5466 drm_property_lookup_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb25a18b drmm_kmalloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbd11b2f6 drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbd2b358e drm_writeback_connector_init_with_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf1e6954 drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc02c3329 drm_gem_map_detach +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0bf92b4 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0cfb360 drm_atomic_get_new_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0d699d8 drm_atomic_get_new_crtc_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc2594a5b drm_vblank_work_cancel_sync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc285cc90 of_drm_find_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc2e730d5 drm_mode_put_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc2f4adc7 drm_client_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc335a2f9 drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc3695bfe drm_hdmi_avi_infoframe_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc395f99a drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc478d5b5 drm_edid_connector_add_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4a636fe drm_property_replace_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4f73b2f drm_atomic_get_connector_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc566a770 drm_writeback_prepare_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc5e6148e drm_modeset_lock_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc67201cc drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6798949 drm_aperture_remove_conflicting_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc67fee9c drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6d2be13 drm_plane_create_color_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7910e38 drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7d04fc5 drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7d3ed8e drm_atomic_state_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc8692e1c drm_display_mode_from_cea_vic +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc8a622c9 drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc9504ab5 drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc99ddf5e drm_plane_create_zpos_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xca8431ca drm_atomic_get_old_crtc_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcad180b4 drm_privacy_screen_call_notifier_chain +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb5033b2 drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcbc3ecdb drm_client_dev_hotplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xccbe8198 drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd1e0739 drm_gem_unlock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdb99cc9 drm_mode_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdc2fea1 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce124701 drm_atomic_bridge_chain_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce747fd7 drm_connector_attach_dp_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf9f106d drm_connector_list_iter_end +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcfbbb6c6 drm_debugfs_add_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcfbf9a27 drm_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcff13e77 drm_privacy_screen_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd104faee drm_connector_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd13f9985 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd141ba38 drm_atomic_normalize_zpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd368f894 drm_crtc_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd3def238 drm_crtc_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4099588 drm_mode_create_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd51929cf drm_atomic_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd54bbae3 drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd5cd4cf6 of_drm_find_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd66d3528 drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd680a377 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd6f30175 drm_atomic_state_default_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd70da1e6 drm_atomic_nonblocking_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd72926c1 drm_syncobj_get_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7a9cf42 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7f27e76 drm_modeset_lock_single_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd846e7b8 drm_client_rotation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xda26a28a drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0xda2e292d drm_crtc_vblank_helper_get_vblank_timestamp_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdad9c8b1 drm_prime_get_contiguous_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb320a08 drm_mode_is_420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbcdcda5 drm_edid_read_custom +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdbe59d18 drm_event_cancel_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdca635b3 drm_crtc_vblank_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdcefc4f7 drm_gem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd369838 drm_edid_override_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd38907a drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd3c6afa drm_mode_is_420_also +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd5ffc2d drm_client_framebuffer_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0xddda509e drm_crtc_vblank_helper_get_vblank_timestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf307d55 drm_privacy_screen_register_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf3f760d drm_mm_scan_color_evict +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf666902 drm_rotation_simplify +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdfa84c1a drm_mode_validate_driver +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe0767436 drm_edid_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1013e08 drm_atomic_set_mode_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe295cb0d drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2a28f6b drm_mode_validate_ycbcr420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe317082a __drm_printfn_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3ac15d5 drm_mode_is_420_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe43c9d34 drmm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe46f92aa drm_gem_dma_resv_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe50146fe drmm_kfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe546e12c drm_writeback_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe5798666 drm_atomic_add_encoder_bridges +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe589a1d1 drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe6126f99 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe633a4cd drm_format_info_bpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe675e003 drm_connector_set_tile_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7278cc7 drm_aperture_remove_conflicting_pci_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a034df drm_dev_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a0e334 drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8d0a799 drm_state_dump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea00fe81 __drm_printfn_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb2bb710 drm_atomic_get_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb323731 drm_atomic_private_obj_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb3414f4 drm_mode_get_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xebd370cc drm_gem_map_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0xebefd36c drm_syncobj_add_point +EXPORT_SYMBOL drivers/gpu/drm/drm 0xec296927 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0xee6446aa drm_writeback_get_out_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0xef0ede3b drm_mode_create_hdmi_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xef1db24f drm_client_buffer_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeff7faac drm_dev_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0517d7a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf076d257 drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf095dc96 drm_get_tv_mode_from_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1471b1a __devm_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1b17340 drmm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1b5340a drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf2d87dd6 drm_gem_evict +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf406e46a drm_get_connector_type_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4ba7f0f drm_driver_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4f1a1f6 drm_connector_set_link_status_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf5e69f78 drm_plane_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf601d861 drm_mode_create_dp_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf64cf4e5 drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf7678316 drm_invalid_op +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf7860a30 drm_connector_attach_privacy_screen_provider +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf7e1fcbd drm_edid_read_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf7e3ca17 drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf7f8ee05 drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf824c7db __drm_printfn_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf8673d99 drm_mode_create_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf8a3108e drm_crtc_commit_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9558af3 drm_dev_has_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf96abd17 drm_crtc_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9eb23b5 drm_panel_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa443909 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd491524 drm_mode_plane_set_obj_prop +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfeb953b1 __drm_printfn_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0xff0d19f7 drm_client_framebuffer_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xff662576 drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffd39ec5 drm_crtc_vblank_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0xffd5caa4 drm_panel_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x22d53779 drm_buddy_free_list +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x2d9e9583 drm_buddy_print +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x40d76a49 drm_get_buddy +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x9f44c898 drm_buddy_init +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xabb5a026 drm_buddy_block_trim +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xbd5b3bcc drm_buddy_free_block +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xc30d71cc drm_buddy_block_print +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xfa150882 drm_buddy_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xff748b76 drm_buddy_alloc_blocks +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0x0adc9d15 drm_fbdev_dma_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0x37656c1b drm_gem_dma_prime_import_sg_table_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0x46bf47a6 drm_gem_dma_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0005d434 drm_gem_simple_kms_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x05722cd9 drm_panel_bridge_set_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0804cb68 drm_gem_simple_kms_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0afd7874 drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0e242d3f drm_atomic_helper_async_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x127a8c6b drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x12ec3a0c drm_atomic_helper_disable_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x131f72d6 drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x13cda100 drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x14968aa8 drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1560cd83 drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x15b55961 drm_fb_helper_fill_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x17b36006 drm_fb_helper_deferred_io +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x18a05b3c drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1af17f5b drm_fb_xrgb8888_to_argb8888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1af52a42 drm_atomic_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1e1244ac drm_plane_helper_disable_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1e487fd3 drm_fb_xrgb8888_to_rgba5551 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1ea6ce58 drm_fb_xrgb8888_to_rgb888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1ea76053 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1fceb3de drm_gem_fb_end_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2107e19b drm_fb_helper_set_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2198e835 drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21d0baba drm_fb_memcpy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21d541eb drm_flip_work_queue_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2206a615 drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x23109eeb drm_fb_helper_alloc_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x23ede8a0 drm_atomic_helper_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x262e6a77 drm_plane_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x263be1e6 drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x274a5b35 __drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x29152f15 drm_fb_blit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x29c2779b drm_atomic_helper_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2caf690a drm_gem_simple_kms_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2ce1b1d1 __drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2cf1e060 drm_gem_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d53e381 __drm_atomic_helper_connector_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2e052bc3 drm_connector_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2e1c7d48 drm_mode_config_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2e521f54 __drm_atomic_helper_plane_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2eacb261 drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x30aad744 drm_kms_helper_poll_reschedule +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x31685b73 __drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3197dab7 drm_atomic_helper_check_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3210aa6a drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3229cf49 drm_atomic_helper_check_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3378a29e drm_atomic_helper_commit_modeset_disables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x34030210 drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3411fa30 drm_simple_display_pipe_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3593f4c7 drm_atomic_helper_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3685f4f5 drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x37b85edd drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3a9bf397 drm_atomic_helper_prepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3b58007e drm_atomic_helper_page_flip_target +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3c7ba181 drm_simple_display_pipe_attach_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3ee6a685 drm_atomic_helper_connector_tv_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x445b6af2 drm_fb_helper_release_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x46149180 drm_atomic_helper_dirtyfb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x465b0d91 __drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x46b214e5 __drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x47af6032 __drm_atomic_helper_crtc_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x48965703 drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4993f880 drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4a034e0e drm_atomic_helper_wait_for_vblanks +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4b02b956 drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4b3a499f drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4da36cc2 drm_helper_force_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x51b6787d drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x52c89b3c drm_plane_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5514e941 drm_fb_xrgb8888_to_argb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x551f5639 drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5542443b drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a4734d1 drm_kms_helper_is_poll_worker +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5bce5554 drm_gem_fb_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5dd4b6e3 drm_atomic_helper_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x62958e80 drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x635b8ae2 drm_atomic_helper_connector_tv_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x637b5c0c drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x63c3a8a2 drm_fb_helper_output_poll_changed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x63cc9dc2 drm_atomic_helper_connector_tv_margins_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6502e7f4 drm_atomic_helper_bridge_propagate_bus_fmt +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x663c18f6 drm_fb_build_fourcc_list +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x676bd9de drm_atomic_helper_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6a6d4e67 drm_crtc_helper_mode_valid_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b262cde drm_gem_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b5c2b06 drm_atomic_helper_damage_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b898121 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e30ba8e drm_rect_rotate_inv +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6ea8f1db drm_fb_xrgb8888_to_argb1555 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6f6b3c31 drm_atomic_helper_unprepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6fb4ba7a drm_fb_xrgb8888_to_mono +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x71db2b78 drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x733d0e16 drm_fb_helper_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x733f5007 drm_panel_bridge_connector +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x73c7171b drm_fb_helper_lastclose +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x77cbdc9d drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7a237111 drm_atomic_helper_update_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7ad569c0 __drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7b6d4104 drm_connector_helper_get_modes_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7b99557a drm_atomic_helper_update_legacy_modeset_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7bccb5c3 __drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7d595d13 drm_atomic_helper_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7f3affcb drm_gem_simple_kms_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x80d64930 drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x81bbe790 drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x82daf082 drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x842dd90c drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x846b584d drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x851fa555 drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x86067533 drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8a54e978 devm_drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8cef88e3 drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8e059124 drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8e7f95e1 drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8f2d7126 drm_gem_fb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8f8703e8 drm_atomic_helper_fake_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9094e9af drm_atomic_helper_async_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9108f6ec __drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91bc0527 drm_fb_helper_damage_area +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9207ce1a drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x922ac2af drm_fb_helper_unregister_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x958455d6 drm_atomic_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x958ce238 drm_atomic_helper_bridge_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x990c7dde drm_gem_fb_begin_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99fd20aa drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9a501120 drm_atomic_helper_commit_cleanup_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9ae6381c drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9bc68e2f __drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9c98456a __drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9e90e92c drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9ef44abb drmm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9f685647 drm_fb_xrgb8888_to_xrgb1555 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9fdf7888 drm_atomic_helper_check_plane_damage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa3e32e8b devm_drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa77873f6 drm_atomic_helper_commit_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa7c99a99 drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa92c9c93 __drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa9b32a2f drm_atomic_helper_commit_tail_rpm +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa9b61f6d drm_atomic_helper_check_crtc_primary_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa9beb551 drm_atomic_helper_wait_for_flip_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xab7042e5 drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaeb3e022 drm_connector_helper_get_modes_from_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb031d37e drm_fb_xrgb8888_to_rgb565 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb03bff63 drm_self_refresh_helper_alter_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb053adda drm_rect_rotate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb109b649 drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb3844d9e drm_atomic_helper_commit_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb434d291 drm_self_refresh_helper_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb628638f drm_gem_fb_create_handle +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb6a6b711 drm_fb_clip_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb709720f drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb8c0e7e6 drm_connector_helper_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbdbbfae5 drmm_of_get_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbe07d29d drm_kms_helper_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbe7e0051 __drm_atomic_helper_private_obj_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbe823eb8 drm_atomic_helper_commit_tail +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc04bf761 drm_bridge_is_panel +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc0bb1c6b drm_fb_xrgb8888_to_rgb332 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc1543f5e __drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc1ea6b96 drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc237622e drm_fb_swab +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc36af538 drm_atomic_helper_page_flip +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc44eac5d drm_panel_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc5088543 drm_fbdev_generic_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc51b5d4e drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc57a08b5 devm_drm_of_get_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc6323239 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc760fc46 drm_simple_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc77193f7 drm_mode_config_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc9adaac3 drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xca341514 drm_helper_probe_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xca4dd482 drm_atomic_helper_swap_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xca8e380d drm_self_refresh_helper_update_avg_times +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcb2340b8 drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf11a549 drm_flip_work_allocate_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf4c12f0 drm_self_refresh_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf4f30fa drm_plane_helper_update_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcfbfbaac drm_fb_helper_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd0424cd5 drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd13da07f drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd6de4038 __drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd7de7fe7 drm_crtc_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdb2e41e0 drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdb3f40ba drm_fb_xrgb8888_to_xrgb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdb9817e2 drm_atomic_helper_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xddbe90ad drm_atomic_helper_shutdown +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe0c7ced4 drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe0f1c52d drm_atomic_helper_commit_duplicated_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe15060d4 drm_atomic_helper_commit_modeset_enables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe1d24319 drm_fb_helper_set_suspend_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe4b82f30 drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe4c82d6a drm_atomic_helper_commit_hw_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe579a8d2 drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe5822f83 drm_atomic_helper_check_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe8c4e298 drm_fb_helper_damage_range +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe9e9c638 __drmm_simple_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xebb14969 drm_fb_helper_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeead3169 drm_fb_xrgb8888_to_gray8 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf147868f drm_atomic_helper_cleanup_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf1ff9452 drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf26fa902 __drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf2b43e59 drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf40b3571 drm_atomic_helper_check_wb_encoder_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf45156cb drm_atomic_helper_damage_merged +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf6b4713e drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf6dafcd3 drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf7a9cb85 drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfa5b796d drm_gem_simple_kms_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfa5bbb34 drm_atomic_helper_damage_iter_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfe90ef1c drm_atomic_helper_wait_for_fences +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfed4c652 drm_connector_helper_tv_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xff63823d drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xff93ac90 drm_gem_fb_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x0501a257 mipi_dbi_poweron_conditional_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x0a42b517 mipi_dbi_dev_init_with_formats +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x13a0abd6 mipi_dbi_pipe_update +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x2af0c154 mipi_dbi_spi_cmd_max_speed +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x315b84a6 mipi_dbi_dev_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x4172ecc0 mipi_dbi_command_buf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x4f3e783f mipi_dbi_pipe_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x5507b3be mipi_dbi_buf_copy +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x5732a819 mipi_dbi_spi_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x6e27fa7c mipi_dbi_display_is_on +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x8320952c mipi_dbi_pipe_reset_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x84fb02ca mipi_dbi_poweron_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x8c4057fd mipi_dbi_hw_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x99201fb0 mipi_dbi_spi_transfer +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xa812a095 mipi_dbi_pipe_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xb4fb382f mipi_dbi_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xc0cb5a22 mipi_dbi_enable_flush +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xd2df1b45 mipi_dbi_pipe_duplicate_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xda746360 mipi_dbi_pipe_destroy_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xec7af1de mipi_dbi_command_read +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xf18758a6 mipi_dbi_pipe_end_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xfbc3009a mipi_dbi_pipe_begin_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xfe94bb5b mipi_dbi_command_stackbuf +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x31b56d27 drm_gem_shmem_purge +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x400872c6 drm_gem_shmem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x528c00c7 drm_gem_shmem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x6dfe932e drm_gem_shmem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x7023da5b drm_gem_shmem_madvise +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x7c87fab7 drm_gem_shmem_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x96dd5118 drm_gem_shmem_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xa58298a4 drm_gem_shmem_purge_locked +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xac09f3aa drm_gem_shmem_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xdd1cfac4 drm_gem_shmem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0x048a510f drm_suballoc_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0x0bad1988 drm_suballoc_new +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0x8debd4c9 drm_suballoc_free +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0xcfea1bec drm_suballoc_dump_debug_info +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0xdd9c3522 drm_suballoc_manager_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x0f63ed8a drm_gem_ttm_dumb_map_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x3f746d3e drm_gem_ttm_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x84881bcc drm_gem_ttm_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x8610148f drm_gem_ttm_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xf6a8c0a1 drm_gem_ttm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x07574146 drm_gem_vram_fill_create_dumb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x0852ed00 drm_gem_vram_plane_helper_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x0b788306 drm_gem_vram_simple_display_pipe_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x0ee38e52 drm_gem_vram_put +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x79c98361 drm_gem_vram_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x7bab113b drm_gem_vram_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x9f9c6281 drm_gem_vram_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xa03cbb3a drm_gem_vram_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xa4e0fde7 drm_gem_vram_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xac7a7675 drm_gem_vram_driver_dumb_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xc88dfd54 drm_gem_vram_plane_helper_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xcd2989a2 drm_vram_helper_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xd83af8d9 drm_gem_vram_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xda005d68 drm_vram_mm_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xe3922f76 drmm_vram_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xe5078abf drm_gem_vram_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/rockchip/rockchipdrm 0xd00eaa1c rockchip_drm_wait_vact_end +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x150de844 drm_sched_pick_best +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x1bc5d496 drm_sched_start +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x20b3f225 drm_sched_entity_error +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x2742bebb drm_sched_entity_flush +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x2c7014bd drm_sched_resume_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x3c02ada9 drm_sched_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x464a114b drm_sched_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x50c87f79 drm_sched_entity_modify_sched +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x586e9e35 to_drm_sched_fence +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x60183b7d drm_sched_job_arm +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x6200470d drm_sched_fault +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x805d1bd5 drm_sched_entity_push_job +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x87510c1e drm_sched_entity_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x9d1b6984 drm_sched_suspend_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x9dc63ece drm_sched_resubmit_jobs +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xa37403df drm_sched_job_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xa8088ed7 drm_sched_job_add_implicit_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xab4ff506 drm_sched_job_add_syncobj_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xb6ee0cac drm_sched_entity_set_priority +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xbd1a320d drm_sched_job_add_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xc166391a drm_sched_job_add_resv_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xca47ee50 drm_sched_job_cleanup +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xd813b3ee drm_sched_stop +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xe3c0824e drm_sched_entity_destroy +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xe94af142 drm_sched_entity_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xf8bc6a43 drm_sched_increase_karma +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x278b85bf sun4i_dclk_free +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x280fc524 sun4i_lvds_init +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x405072dc sun4i_tcon_enable_vblank +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x4ee619ac sun4i_rgb_init +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x6c10c7a7 sun4i_tcon_of_table +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0xcc7ade23 sun4i_tcon_mode_set +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0xea9de4eb sun4i_dclk_create +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun8i_tcon_top 0x350e5dcd sun8i_tcon_top_of_table +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun8i_tcon_top 0x9cff6b50 sun8i_tcon_top_de_config +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun8i_tcon_top 0xfb2e4acf sun8i_tcon_top_set_hdmi_src +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x00ac3612 ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x03c2b28e ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x04926364 ttm_kmap_iter_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x06ae8ee6 ttm_bo_vm_access +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x072cec78 ttm_lru_bulk_move_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0bead5b2 ttm_bo_vunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0c231474 ttm_kmap_iter_iomap_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x10594111 ttm_pool_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x188dea9d ttm_resource_manager_create_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1a71d30c ttm_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1bcf9741 ttm_bo_move_sync_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x209b308f ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x20eb904a ttm_resource_manager_evict_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x24c070c7 ttm_bo_vm_fault_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x265d6869 ttm_bo_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2a3c3fda ttm_lru_bulk_move_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x32cb40ff ttm_bo_vm_fault +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3f72accd ttm_pool_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x413c3a29 ttm_bo_vm_open +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4452f674 ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x543156d8 ttm_bo_init_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5a3a023a ttm_resource_manager_debug +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5ecee722 ttm_bo_pin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x633ccec8 ttm_pool_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x65cb246e ttm_sg_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x69cc2943 ttm_tt_pages_limit +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6b366586 ttm_bo_vm_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6cd19843 ttm_resource_manager_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x72182f9d ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x73940164 ttm_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7a6b90ec ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7f17a67f ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x89ac8b7a ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8b0ff303 ttm_pool_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8b5863d8 ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9151029e ttm_resource_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x95af3fad ttm_device_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9b68be4b ttm_range_man_init_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9d6c1db4 ttm_bo_set_bulk_move +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9daf3a5f ttm_bo_vmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa1bec9de ttm_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa78a206d ttm_bo_init_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa9428502 ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xaafbee69 ttm_glob +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb125e608 ttm_bo_move_to_lru_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbc33ce9d ttm_resource_manager_usage +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc397559d ttm_bo_wait_ctx +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc50f51c3 ttm_bo_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc6d1152c ttm_resource_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc7dc85a2 ttm_pool_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xca891227 ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcf5f7115 ttm_bo_vm_close +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd304a31b ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd61dbb96 ttm_device_clear_dma_mappings +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd808e0ea ttm_bo_unpin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xde68167b ttm_bo_vm_dummy_page +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe3d000fb ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xef6530e4 ttm_bo_eviction_valuable +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xefeefc0f ttm_range_man_fini_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf24be749 ttm_resource_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf96c6a83 ttm_device_swapout +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x055330a3 host1x_job_add_wait +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x1809bf9d host1x_client_unregister +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x217973f9 host1x_syncpt_get_by_id_noref +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x22723501 host1x_client_exit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x22b03397 host1x_job_alloc +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x22ff865c host1x_syncpt_get_base +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x27bb468c host1x_fence_create +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x2a8eab2d host1x_syncpt_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x349371b8 host1x_channel_stop +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x37f47786 host1x_bo_unpin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x3f2d787d host1x_channel_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x4bcb765c host1x_client_resume +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x51de13ce host1x_syncpt_base_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x580d97fd host1x_syncpt_read_max +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x5cf8505b host1x_job_pin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x5f616da0 host1x_driver_register_full +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x671bfb4a host1x_channel_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x68122a24 host1x_syncpt_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x6b1ce58d host1x_bo_pin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x6c732bd4 __host1x_client_register +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x72e78e54 tegra_mipi_start_calibration +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x763db0b0 host1x_syncpt_alloc +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x765b79ec host1x_channel_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x7937f42d host1x_get_dma_mask +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x7b4290e7 host1x_syncpt_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x7db0af7b __host1x_client_init +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9451a33e tegra_mipi_free +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x970715aa host1x_syncpt_read +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x97622321 host1x_driver_unregister +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x98630ff9 host1x_syncpt_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9d43f18a host1x_job_unpin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9f042942 host1x_fence_cancel +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa733ff60 tegra_mipi_disable +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa79bb67e host1x_syncpt_get_by_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xb18f5ca8 host1x_syncpt_wait +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xb3f3fdb9 host1x_job_add_gather +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xb68e390f host1x_syncpt_release_vblank_reservation +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xbcbe65a0 tegra_mipi_finish_calibration +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xc2e27c0c host1x_device_exit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xc8b0a243 host1x_job_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xc996b4d5 host1x_syncpt_incr_max +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xcd10f823 host1x_device_init +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xd69e1e85 host1x_syncpt_incr +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xe00f09dd host1x_syncpt_read_min +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf52678d5 host1x_client_suspend +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf721ec52 tegra_mipi_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf7ee68e1 host1x_job_submit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf8a79b19 tegra_mipi_enable +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xfff3e835 host1x_job_put +EXPORT_SYMBOL drivers/hid/hid 0xd4896eb8 hid_bus_type +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x3340f1fd vmbus_recvpacket +EXPORT_SYMBOL drivers/hv/hv_vmbus 0xce2ac9da vmbus_sendpacket +EXPORT_SYMBOL drivers/hv/hv_vmbus 0xd0d6f30f vmbus_sendpacket_getid +EXPORT_SYMBOL drivers/hwmon/adt7x10 0x3e48a11c adt7x10_dev_pm_ops +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x2f9e7f8e vid_which_vrm +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x446615bd vid_from_reg +EXPORT_SYMBOL drivers/hwmon/ltc2947-core 0x87733168 ltc2947_pm_ops +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x01568393 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x2f1e65e8 sch56xx_watchdog_register +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x96ec3b26 sch56xx_read_virtual_reg12 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xaa17a737 sch56xx_write_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xb37b9b81 sch56xx_read_virtual_reg16 +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x3fb2d0ef i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xc736a7ba i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xea34298a i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x2bb65cd4 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xe082b3ce i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0xc3347031 amd756_smbus +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x10a4c688 qcom_adc5_hw_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x1fcd0103 qcom_adc_tm5_gen2_temp_res_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x39885d6b qcom_adc_tm5_temp_volt_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x401dc869 qcom_vadc_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x47f699dd qcom_adc5_decimation_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x4e64cdb9 qcom_adc5_hw_settle_time_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x53546ecd qcom_adc5_avg_samples_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x70e6eca1 qcom_vadc_decimation_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0xc61e7a34 qcom_adc5_prescaling_from_dt +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0x8a6c9ae6 iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0x9e249edf iio_triggered_buffer_setup_ext +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x57227bdb iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0xfc3c07c4 iio_kfifo_free +EXPORT_SYMBOL drivers/iio/imu/fxos8700_core 0xfd381078 fxos8700_regmap_config +EXPORT_SYMBOL drivers/iio/industrialio 0x11d3a838 iio_trigger_using_own +EXPORT_SYMBOL drivers/iio/industrialio 0x1a135c44 iio_device_get_clock +EXPORT_SYMBOL drivers/iio/industrialio 0x1afc7ae1 iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0x1b198936 iio_device_set_clock +EXPORT_SYMBOL drivers/iio/industrialio 0x2d668a7f iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x3291f2e0 iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0x359b4bf7 iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x4413b049 iio_trigger_set_immutable +EXPORT_SYMBOL drivers/iio/industrialio 0x58fbfe87 __iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x6c6217b1 iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0x76f6e14c iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0x863798fc iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0x879ee44e __iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0x901e8cea iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0x94bd4035 iio_get_time_ns +EXPORT_SYMBOL drivers/iio/industrialio 0xa2978f64 iio_read_mount_matrix +EXPORT_SYMBOL drivers/iio/industrialio 0xdb069c79 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xdff94939 iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0xe3b48410 iio_trigger_validate_own_device +EXPORT_SYMBOL drivers/iio/industrialio 0xe3c559b0 iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0xe62dc858 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xfb0e6739 iio_trigger_poll_nested +EXPORT_SYMBOL drivers/iio/industrialio-configfs 0xb65a4e8d iio_configfs_subsys +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x11abc155 iio_sw_device_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x1df5719b iio_register_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x74449ebf iio_unregister_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xfe188946 iio_sw_device_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x5d952e1b iio_sw_trigger_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xc1ce806f iio_sw_trigger_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xe9c323c4 iio_unregister_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xfcfedfff iio_register_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x0091f361 iio_triggered_event_cleanup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0xc7d2d474 iio_triggered_event_setup +EXPORT_SYMBOL drivers/iio/pressure/bmp280 0x7a0c08a2 bmp280_dev_pm_ops +EXPORT_SYMBOL drivers/iio/trigger/stm32-lptimer-trigger 0x65fa30d3 is_stm32_lptim_trigger +EXPORT_SYMBOL drivers/iio/trigger/stm32-timer-trigger 0xf756e9ba is_stm32_timer_trigger +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x115f9cbb ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x209e5a9e ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x4be3470f ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x4e5de566 ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5038f5e9 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x533c6685 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x63ca1fbe ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x69824a14 ibcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x6fec8938 ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x894b64f1 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9aa8cb9e ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9d938b56 ib_cm_insert_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa7151594 ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xab965b50 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xbc1a050d ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc6095eaa ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00cd25ea ib_get_rdma_header_version +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00f453d8 rdma_user_mmap_entry_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x03539f91 rdma_nl_put_driver_u64_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x03c3a1d8 ib_cq_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x05ee4cd7 _ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0640520f rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x07a11050 rdma_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x08bacbdc rdma_user_mmap_entry_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x08ce2d90 ib_port_unregister_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c86f5cb ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0d3354a6 rdma_alloc_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0da2a451 rdma_init_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0f1679f5 __ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x115348f9 ib_drain_rq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1197b088 ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x11d31ede rdma_query_gid_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x13167b42 ib_get_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x15cf6381 ib_mr_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x18f06cb2 rdma_rw_mr_factor +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x191da6ec ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x19c48cf1 ib_alloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1a36cfa7 ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1b8dd612 ib_qp_usecnt_inc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1c39a426 ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1d111008 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x20206113 rdma_rw_ctx_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x21361c33 rdma_destroy_ah_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x21e0a15c ib_create_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x264fd6c2 ib_map_mr_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x26f19691 ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x28d26d0a ib_free_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x28edac97 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2a51d0ec ib_reg_user_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2c8cced0 ib_create_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2d3a63cb ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x305e5701 rdma_addr_size_kss +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3148bcac rdma_set_cq_moderation +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x347f88d9 rdma_user_mmap_entry_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3545cf58 ibdev_warn +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3655828f rdma_nl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x38980f9a rdma_nl_put_driver_u32 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x389cdff2 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x39bbd3f7 ib_get_eth_speed +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3a8e0b4e ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3f95512a rdma_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fc2387c ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x405c73be ib_destroy_wq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x41cb274c ib_unregister_device_and_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x434c5d10 zgid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x439ce33c ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x43d68045 rdma_nl_stat_hwcounter_entry +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x442185a1 ib_process_cq_direct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45fb8985 rdma_nl_chk_listeners +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x47d75df4 rdma_copy_src_l2_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x488c3f0c rdma_restrack_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4a1121fb rdma_dev_access_netns +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4a82391f ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e155af0 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e38ec68 ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e62d50d rdma_restrack_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e90435c ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e99abed ib_rdmacg_uncharge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4fdfe839 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50113906 ibdev_printk +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5030804f rdma_user_mmap_entry_get_pgoff +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x505c463c rdma_restrack_parent_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x53a91bed rdma_roce_rescan_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5476b45e ibdev_notice +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55bb02f3 ib_cache_gid_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x580cadae rdma_hold_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58df5b94 ib_get_gids_from_rdma_hdr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5b1ba747 ib_mr_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6056ad09 ib_destroy_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61373fd2 __rdma_block_iter_next +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x613b1e2e ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61d24c52 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x642bd0ee __ib_alloc_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6680e481 rdma_read_gid_hw_context +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x66f9d744 __ib_alloc_cq_any +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x67da9342 ib_set_device_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x680e3cfd __rdma_block_iter_start +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6900481e ib_destroy_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6ad6f6e9 ibdev_err +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b958320 ib_ud_ip4_csum +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6bda9a86 ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6d7a3e30 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6e286676 ib_port_sysfs_get_ibdev_kobj +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f3614b6 rdma_is_zero_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f8fbda3 ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6fd7bf48 ibdev_alert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6ff3f4ec rdma_nl_put_driver_u64 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7063f19f ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x70807834 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7112a2b1 ib_get_vf_stats +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x718927d9 ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x721469c5 rdma_user_mmap_io +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73272e84 rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73baf9a2 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73da7b44 rdma_replace_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x757332c0 ib_device_set_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75a729a0 rdma_nl_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x764df193 rdma_move_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x772edc8f ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7747fabf ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x787ccc4c ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x792c01d7 rdma_nl_put_driver_string +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7aea8b71 ib_device_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7bc30575 ib_advise_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7e572e5d rdma_rw_ctx_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7e93988b rdma_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7fe2605a rdma_move_grh_sgid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x80b766b8 rdma_umap_priv_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x81c90a9b ib_destroy_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x82228e69 ib_dma_virt_map_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x828655a5 ib_mad_kernel_rmpp_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x832630db ib_init_ah_attr_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x862e9c5c ib_modify_qp_with_udata +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x86e48ab3 ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8730f9a9 ibdev_info +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8a7e838f ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8ae3f506 ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8b35895d rdma_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8d2d08a3 ib_alloc_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8de75687 rdma_put_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8f649e41 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8fa93b81 ib_init_ah_attr_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90e807c7 ib_cache_gid_parse_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x925c255e ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9284ae0d ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x937af155 ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x958540c0 ib_rdmacg_try_charge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9a7d7df7 ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa3bd0143 ib_unregister_device_queued +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa50d3a5a rdma_rw_ctx_destroy_signature +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa6212b1b ib_mr_pool_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa6f3e152 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa7ddddd8 rdma_alloc_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa939deb5 rdma_user_mmap_entry_insert_range +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa9481378 ib_sg_to_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa94a5261 ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae332630 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae956dce ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xafc3796c ib_create_qp_kernel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1960c47 rdma_restrack_new +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb290c956 rdma_link_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4c40040 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb5f8efe4 ib_mr_pool_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb681356a rdma_destroy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7852a05 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb81b1e80 ib_get_net_dev_by_params +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb907e4a8 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb9177dd2 ib_get_vf_config +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb9de1cd2 rdma_copy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb9ea61de rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xba32a9de rdma_nl_unicast_wait +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbb6f66fa ib_qp_usecnt_dec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbb98195e ibdev_emerg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbc5c00a7 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbc722648 ib_device_get_by_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc212fb12 rdma_restrack_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc5979fc1 ib_drain_sq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc7810dd5 rdma_restrack_set_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc86c09b8 rdma_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc888ed93 ib_drain_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8d38664 rdma_free_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8e231f7 rdma_nl_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc92137b6 ib_create_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc99b000c ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc9ed298f rdma_restrack_get_byid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcc903816 ib_set_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcc9400eb ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcf0936cd ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0478dc4 ib_unregister_driver +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd21bb37a ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd4aea81b ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6636ca6 rdma_addr_size_in6 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd7040648 ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda1d060c ib_port_register_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdb44e996 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdbda06a3 ib_alloc_mr_integrity +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdf853d5e __ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdfe887cb ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe0f0144d ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe11e75df rdma_create_user_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe1634703 rdma_link_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe1dd0767 ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe1eb13c7 ib_get_cached_subnet_prefix +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe37d1825 ib_get_device_fw_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5840ec6 ib_wc_status_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe6e316bf rdma_nl_put_driver_u32_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7b52e5f mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9e710bd ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9e799fc ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xea084983 rdma_read_gid_attr_ndev_rcu +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xea27f3ad rdma_find_gid_by_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xea307648 rdma_rw_ctx_post +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xea810e1a rdma_nl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xebf6c139 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xed258ec9 rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xed71ead7 ib_cq_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xedd40678 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xedeb121b roce_gid_type_mask_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xee1fd8e3 ibdev_crit +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xef35c250 rdma_read_gid_l2_fields +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf0c36d3f ib_port_immutable_read +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf3356d5f ib_get_cached_port_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf44b77e8 ib_set_vf_link_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf46aefdc ib_dealloc_pd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf4d5618a ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf4e2afcc ib_device_get_by_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5b161af ib_map_mr_sg_pi +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5bc8b05 ib_dealloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5dedb30 rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf66c90e3 rdma_restrack_del +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6ed3334 ib_event_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf7381eab rdma_restrack_add +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfcfe8ce2 rdma_rw_ctx_signature_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfddcf124 rdma_rw_ctx_wrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfe4ae3f2 rdma_user_mmap_entry_insert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xff0ddd8d rdma_get_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xff293d13 ib_create_qp_security +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x018069a7 uverbs_get_flags64 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x04fd1486 ib_umem_dmabuf_get_pinned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0e94016b uverbs_uobject_fd_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1547ffdc ib_umem_dmabuf_map_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1ae06522 ib_umem_odp_map_dma_and_lock +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x24185716 ib_umem_copy_from +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x287bccfc flow_resources_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2cae62f2 uverbs_uobject_put +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x34d1ad46 uverbs_fd_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x36c34dc6 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x39df1f2b uverbs_copy_to_struct_or_zero +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x413acb57 ib_uverbs_flow_resources_free +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4c06026d ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x593400b9 ib_umem_odp_unmap_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x754b0000 ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x75cce2e4 ib_umem_dmabuf_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7d1c1922 flow_resources_add +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7dceae27 ib_umem_find_best_pgsz +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x84efef2d uverbs_destroy_def_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x867be743 uverbs_finalize_uobj_create +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8e8039e9 ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x91ed2c9e _uverbs_get_const_unsigned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x95500ea4 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9bbf5cfc uverbs_get_flags32 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xaa3de8c0 ib_umem_odp_alloc_implicit +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb2a78fdf ib_umem_dmabuf_unmap_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb30d7115 ib_umem_odp_alloc_child +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbcf60a14 uverbs_copy_to +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbe4bb408 ib_umem_odp_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc55f48b1 ib_uverbs_get_ucontext_file +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc926e6bc _uverbs_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd5f417d1 ib_umem_odp_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd83c1a5d ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe81cfe86 uverbs_idr_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xfc4d84a9 _uverbs_get_const_signed +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x043d7ea2 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x49615eb1 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x515b0dfe iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x58387832 iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6abcd4a9 iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd21bb423 iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xda2d7416 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xebe8fe33 iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf3df871f iwcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x02600d88 rdma_iw_cm_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x06b97106 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x074b184e rdma_connect_locked +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0ccbd3c4 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0d5e4ddd rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x263a96ab rdma_lock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x28cb6e31 rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3f3fd907 rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4993638d rdma_consumer_reject_data +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4a4c07a6 __rdma_create_kernel_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x4fab7db9 rdma_set_ib_path +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5ad3be08 rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x635adf41 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x659c7d42 rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x68399485 rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x68530c1e rdma_res_to_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x78b0ff0a rdma_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x86e7a1da rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8b140796 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x907df803 rdma_event_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9d7185f3 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa8d23720 rdma_set_min_rnr_timer +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xacd7170b rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb35a8099 rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb7ab937e rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb941fef1 rdma_connect_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xbaed7e71 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xdd3b91d1 rdma_unlock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xdfd16838 rdma_accept_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe2c3c34e rdma_read_gids +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xee7b2a50 rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xeee34807 rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xfbeda01c rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xfd6867bc rdma_create_user_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xffa14bed rdma_set_ack_timeout +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x0ab58de1 rtrs_clt_rdma_cq_direct +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x12737fe6 rtrs_clt_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x5e6e6fbd rtrs_clt_query +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x7e2dd721 rtrs_clt_get_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x9da56721 rtrs_clt_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xe86a3dcf rtrs_clt_put_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xf49f011a rtrs_clt_request +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x242a8646 rtrs_addr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x3eec14cb rtrs_rdma_dev_pd_deinit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x79168ef8 rtrs_ib_dev_find_or_add +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x887302f3 rtrs_addr_to_sockaddr +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xc37a69b1 rtrs_rdma_dev_pd_init +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xe0190730 rtrs_ib_dev_put +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xe15357ef sockaddr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x04f292b9 rtrs_srv_set_sess_priv +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x1991933e rtrs_srv_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x2fe75c84 rtrs_srv_get_path_name +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x3bd5160b rtrs_srv_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xb79bb425 rtrs_srv_resp_rdma +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xe57cd20c rtrs_srv_get_queue_depth +EXPORT_SYMBOL drivers/input/gameport/gameport 0x2da65c21 gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x37ac1658 gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x529b828f gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0x761abbda gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0x9644b2d6 __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x98d4e6ec gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xa5991177 __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0xc4fa16ac gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xf9d61f79 gameport_open +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x381fa30f iforce_send_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0xbb40a0df iforce_process_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0xef0b1c0b iforce_init_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0xac01a240 matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0xb680d6e0 ad714x_probe +EXPORT_SYMBOL drivers/input/misc/ad714x 0xdc4a5e7f ad714x_pm +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x5b222055 cma3000_init +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x892d76b2 cma3000_resume +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x89d9444e cma3000_exit +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0xca3f100a cma3000_suspend +EXPORT_SYMBOL drivers/input/rmi4/rmi_core 0xb672a97c rmi_unregister_transport_device +EXPORT_SYMBOL drivers/input/sparse-keymap 0x33635b44 sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0x3472aa51 sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0xc75c0fb6 sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0xd9604ab3 sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0xff2dbfab sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xe66792be ad7879_pm_ops +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xe839fbda ad7879_probe +EXPORT_SYMBOL drivers/interconnect/qcom/icc-smd-rpm 0x41767407 qnoc_remove +EXPORT_SYMBOL drivers/interconnect/qcom/icc-smd-rpm 0x4f04b831 qnoc_probe +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x19c169dd detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x4c30cd9f capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xd2e336a4 capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xfc9cf510 capi_ctr_down +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xfe94ba15 attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0x27c58fd5 isdnhdlc_decode +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0x4644eea5 isdnhdlc_out_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0x5b835a58 isdnhdlc_rcv_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0xef4ee223 isdnhdlc_encode +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x3663b742 mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x5081d72c mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x5522d47f mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x748bfb69 mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x79bc500b mISDNisar_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xf1407e38 mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x009bcc56 mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x03a68066 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x03e02dbe get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x04be575a recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1673dc5a recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x17eceab1 recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1a46efd2 mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x26236de8 mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2d5639f1 mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x30d25b0d mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3100a4d4 mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x313b1fde mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x31c464ed bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x38b1df77 mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x5383d6da create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x5a8bb23d mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x5bbba4d0 mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6047df40 mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x62c8ef89 queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x65794d1a mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6a0baf8b dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7997523c mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7a621430 get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x88993394 bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x98a6738c recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9c928457 mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xbc6ac5db recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd285995f mISDN_clock_get +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd5145151 mISDN_FsmEvent +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xdb2e1003 mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xdfd83be0 mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x01087af0 mISDN_dsp_element_unregister +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x93df9e4b dsp_audio_law_to_s32 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb07a21b8 dsp_audio_s16_to_law +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb98308d8 mISDN_dsp_element_register +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x54a12ec4 ti_lmu_common_set_ramp +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0xc802cac6 ti_lmu_common_get_brt_res +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0xced72aae ti_lmu_common_set_brightness +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0xf5a173ec ti_lmu_common_get_ramp_params +EXPORT_SYMBOL drivers/mailbox/mtk-cmdq-mailbox 0x5749f556 cmdq_get_shift_pa +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x11ac7a49 omap_mbox_enable_irq +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x170422df omap_mbox_request_channel +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x42e04d55 omap_mbox_disable_irq +EXPORT_SYMBOL drivers/md/dm-bio-prison 0x476d2454 dm_cell_key_has_valid_range +EXPORT_SYMBOL drivers/md/dm-log 0x4c4f81a4 dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0x628159d0 dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-log 0x8c6e21e8 dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0xc925fb4d dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0x1515d763 dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0x37ed40f6 dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0x42983a3f dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0x6677280b dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0x9e8a149b dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0xe56188fa dm_exception_store_create +EXPORT_SYMBOL drivers/md/raid456 0x72345bcd r5c_journal_mode_set +EXPORT_SYMBOL drivers/md/raid456 0xb594e1aa raid5_set_cache_size +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x3a86e7e2 flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x51fdfdea flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x65d6f521 flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x8e6345d2 flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x9cbbe448 flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x9d322438 flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xa38bc74a flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xb45dcd00 flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xba69e981 flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xe6078a43 flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xee391d52 flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xf8b376e4 flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xfff8c2b5 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/cx2341x 0x15ac1bd0 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/common/cx2341x 0x25570c4a cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cx2341x 0x28240e61 cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/common/cx2341x 0x55aa7c5f cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x5b5cc43e cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x7b4dd2cb cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0x833244de cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0x85cb02fb cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cx2341x 0x9fe1d875 cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cx2341x 0xdbc5583a cx2341x_update +EXPORT_SYMBOL drivers/media/common/cx2341x 0xe1fe1432 cx2341x_log_status +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0x185176b8 cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0x693e74ba ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0xad4ef58e ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/common/tveeprom 0x0dbf0296 tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/common/tveeprom 0xb1efdcf8 tveeprom_read +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x065246b8 frame_vector_create +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x1b700d37 put_vaddr_frames +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x1d5f9555 frame_vector_destroy +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x83be880d vb2_verify_memory_type +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xc3a8d815 vb2_buffer_in_use +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xc5e5573a frame_vector_to_pages +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xdffb744b frame_vector_to_pfns +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xe20dfe0f get_vaddr_frames +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x5db16bdc vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x8e0f4174 vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xab2269d5 vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xdb9ed7e0 vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xe13af2f0 vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xf69c6e83 vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-memops 0xc7c2b85f vb2_create_framevec +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-memops 0xccd197c7 vb2_destroy_framevec +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-v4l2 0x2a7d8bc6 vb2_querybuf +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x03200ccf dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x08733236 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x09f8fa2b dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x0afff81d dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x18acd31f dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1b1588ed dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x213dd5d2 dvb_remove_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x26cf4bb0 dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x296d38f4 dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2f58c37f dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2f5cdf80 dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x34ffd887 dvb_device_get +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3b93d71a dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4cf5bd6f dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x54abe4ff dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x55bef6a9 dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5e1e6956 dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5f2b1d95 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6181aec0 dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6a9f708a dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7691d4a9 dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8c54b0f8 dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x91a6794b dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9263a063 dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x99336b96 dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9dcfb727 dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa4235824 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa7f8f360 dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xaf18caf3 dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb2be0106 dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb3352dd2 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xba5a5283 dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xbeb11919 dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc2d2b146 dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc3f679f9 dvb_ringbuffer_write_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc740fe5a dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd94be069 dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xda26e9d3 dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe138ce6b dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xebbc2d9b dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfb09f39a dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfb9a826f dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfc6380e5 dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x07703d45 au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x08e1a578 au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x16bd19c2 au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x4074620f au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x4582c457 au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x54e270e6 au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x5e3a26d0 au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x6fccdfa2 au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x98dddeb4 au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x8abb07e6 cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0xa247251e cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x56dbdd2f dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x7d3f34df dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x9bb6b7b3 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x9cf7cfbb dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x2494e3d0 dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x3f21d15e dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x437fec8a dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x50facd6f dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x774671ef dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x828a8cd1 dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x9827d7b7 dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xacda7997 dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xb3c84e56 dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xbe8921c8 dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xbed6c58c dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xbf62e9fb dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xd2f3ac38 dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x1ebe46d7 dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x341b3794 dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x40cc6ffa dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x446085bd dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xa5c27345 dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x5f3ce24f dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xd6dd630c dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xd9a94561 dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x0a265818 dib9000_fw_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x1978f77b dib9000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x61dd0f8d dib9000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x852b0e02 dib9000_firmware_post_pll_init +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x97e3ca05 dib9000_fw_set_component_bus_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x9a39b6dd dib9000_set_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xbbc57f4c dib9000_get_component_bus_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xc68f0dea dib9000_get_tuner_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xcf358b34 dib9000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xd194c071 dib9000_fw_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xd3a62ac8 dib9000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xdc748dcc dib9000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x0948fdb0 dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x4923d3e0 dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x89ab6105 dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xa6ade05d dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xc27c161f dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x28647af4 dvb_dummy_fe_qam_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x7f17b12c dvb_dummy_fe_qpsk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0xd4d99544 dvb_dummy_fe_ofdm_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gl5 0x2a7fd7c0 lgs8gl5_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbh29 0x196b4c5e lnbh29_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0x51518ac1 m88ds3103_get_agc_pwm +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0xb5a8c885 s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0x3359e485 zd1301_demod_get_dvb_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0xb53824d7 zd1301_demod_get_i2c_adapter +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x2c00dfe2 flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x56064296 flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x61e7a22b flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xc6828bd7 flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xce3ff23a flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xf0be276d flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xf2519872 flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x46590724 bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x5d20901b bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x9063dbf9 bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xb81f5eef bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x38de2be0 bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x3a5d4b18 bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8ecf4acc bttv_write_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbcf2d2fb bttv_read_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xc6ecee98 bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x43a983fd dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x4e8c7142 dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x67446621 write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x7d303ab2 read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x8edebde9 rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x8fde7bdd dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xaf3cf139 dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xc7393e79 dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xf807a5a7 dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x56b06ccf cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x5768a3c2 cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x86817bfe cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xc23be65f cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xe0794408 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x1ab311dc altera_ci_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6ff7510d altera_ci_tuner_reset +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xdb3faf38 altera_ci_release +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xe66b9812 altera_ci_irq +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x043cec1c cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x05b010d6 cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x158b0e15 cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x25683cd1 cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x3fc8986e cx25821_riscmem_alloc +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x44b517f5 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x6681b02d cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe9050411 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xf6954d2c cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xaced999c vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xd142fb2c vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x759f1bef cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xdf03c4c8 cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xe7c43af9 cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xe9f3dc0e cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x31927837 cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x35db0d7d cx8802_start_dma +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x3c27087f cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x52007118 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x6db4f9e2 cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x76a09e96 cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x9345e7e9 cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1808cf58 cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x22cdb9c1 cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2944889e cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x2aba3db9 cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x35e4ba6c cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x46e84130 cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5edb7ae5 cx88_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x637c4ac9 cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6b29db2d cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6b6d8c7a cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x786e9227 cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x79277925 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x79d86151 cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7c22ec7c cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7f3d621f cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7fa6ddd0 cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8d88137a cx88_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xabb00e6f cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb8f2d235 cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc32f23cc cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe37feda7 cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf2530dad cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x001f2217 ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x2b807ee5 ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x31d2ae95 ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3ad14fd7 ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x4d3ae504 ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x5dcaa1b8 ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x8199cf74 ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x869042d1 ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x9278b9f3 ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x9b5c2d7f ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x9e533db2 ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc6791811 ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xcc75f310 ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd1f6a3c2 ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xe001201f ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf0e76c97 ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf57486d6 ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x04e83446 saa7134_tuner_callback +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1211df5d saa7134_devlist +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1cb12bc7 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x2edf2a5d saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x5885957a saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x6d71864a saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x719c5756 saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x730c4be3 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x80ac35ca saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x81c2b5fd saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x8f1ad46b saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xa2b0999d saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xacacb30b saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xf34e2bfe saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xfeb4badc saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/platform/allegro-dvt/allegro 0x2c79d0f2 msg_type_name +EXPORT_SYMBOL drivers/media/radio/tea575x 0x0bfb464a snd_tea575x_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x28ac4c90 snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x6fa75038 snd_tea575x_s_hw_freq_seek +EXPORT_SYMBOL drivers/media/radio/tea575x 0x72ca6d39 snd_tea575x_enum_freq_bands +EXPORT_SYMBOL drivers/media/radio/tea575x 0x8468a9ae snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0xdee53a01 snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0xe38cc4fb snd_tea575x_g_tuner +EXPORT_SYMBOL drivers/media/rc/rc-core 0x01098f88 ir_raw_encode_scancode +EXPORT_SYMBOL drivers/media/rc/rc-core 0x2fe55cf5 ir_raw_gen_pd +EXPORT_SYMBOL drivers/media/rc/rc-core 0x6fb4e731 ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/rc/rc-core 0x7a02ee87 ir_raw_gen_pl +EXPORT_SYMBOL drivers/media/rc/rc-core 0xb5516017 ir_raw_encode_carrier +EXPORT_SYMBOL drivers/media/rc/rc-core 0xce3696f3 ir_raw_gen_manchester +EXPORT_SYMBOL drivers/media/rc/rc-core 0xd65a0ad0 ir_raw_handler_register +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xa51d7908 fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xd25a5cbe fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x4c48939e tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x135a4641 cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xf676b454 cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x2387f3ad dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x4245671f dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x464ad607 dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x6bd65232 dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x8de6b738 dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x92d73f7a dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xa2d8a767 dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xaf437259 dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xcac54b73 dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x0d89892f usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x1d42dcff dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x2540c3ee dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x60d95cfe dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x61c91f23 dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x61df007e dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x8b6f5395 dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x341530cb rc_map_af9005_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0xa067392a af9005_rc_decode +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0xd4e288db rc_map_af9005_table_size +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x0949b774 dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x21805809 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x7ed0be2e dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x8aed43d7 dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x8e94d603 dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x93822ecb rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xd82335af dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xe06779bc dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xe13c5708 dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xe9d4178a dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0x6eaef78a dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0x7fdaaf13 dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xbdc7ccf3 em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xde33fabf em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x04fcdc81 go7007_alloc +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x2e0a6f91 go7007_snd_init +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x31c2080d go7007_boot_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x33cf2236 go7007_read_addr +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x52d52136 go7007_register_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x601470dd go7007_update_board +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x84358dff go7007_read_interrupt +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xb12dd97c go7007_parse_video_stream +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xeb512746 go7007_snd_remove +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x35e057d5 gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x3831254c gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x468091e6 gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x4a62be2e gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xa082c34e gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xa6ee8d80 gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xb5cd0046 gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xb886c45a gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x94b69bf4 ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xbf719a3e ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x311f2982 v4l2_async_nf_init +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x57ef0f03 v4l2_async_nf_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x59581c30 v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xc78b1d07 v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xd14a17cd v4l2_async_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xd8436847 v4l2_async_subdev_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x459e133f v4l2_m2m_get_curr_priv +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x5352d022 v4l2_m2m_resume +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x70ff7fac v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xb9fd0fe4 v4l2_m2m_buf_done_and_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xe6a79138 v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xee48bfec v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xf626dd03 v4l2_m2m_suspend +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0744f031 v4l2_ctrl_new_std_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x074f9b1c video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x082737e8 v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0beea86a video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x15b34cb8 v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x173f2558 v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1a88725e v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1faa5b1c v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x23814d1f v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2708b476 __v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2a57171c v4l2_query_ext_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2e82da84 v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x315de2cf v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x32d43420 v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x34226f28 v4l2_ctrl_request_complete +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x35a18feb v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x35ff98bf v4l2_format_info +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x362cb998 v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3a9877b1 v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3adbd595 v4l2_field_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3b86cd9a v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3bc50f42 __v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3bdd0f94 v4l2_prio_change +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3e26ed2b v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x427c73ab __v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x43f7174d v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4e57dffa __v4l2_ctrl_modify_dimensions +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x59faa58d __v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x61243944 v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x618dd7fc v4l2_ctrl_type_op_validate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6208b362 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x660f6c84 v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x68f79d48 v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6fbb7175 v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7436e5ad v4l2_ctrl_request_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x75b13961 v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x75cd5efc v4l2_ctrl_type_op_log +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x77fec9ad __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7ac6b6ca v4l2_ctrl_type_op_equal +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7cfd7220 video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7eca8cd6 video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7f5fa689 v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x83c23374 v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x84c3f286 v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x89e3897d v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8e0482f5 v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9503e82c v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x954f2c43 v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9e07f097 v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa1ecf554 video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa7358a99 __v4l2_ctrl_s_ctrl_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xadcb38a0 __v4l2_ctrl_s_ctrl_string +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbf9be7b7 v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc285f883 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc32d9b10 v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd16d9c01 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd6253f2e v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd838542d v4l2_ctrl_new_fwnode_properties +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd89e7ce5 v4l2_subdev_call_wrappers +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdd7ab42c v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe525763f v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe711d723 v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf40a4bf6 v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf50fecbc v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfeca5c0f v4l2_ctrl_type_op_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xffe72d7d video_devdata +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x03ac1e93 rpcif_manual_xfer +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x4a7afdf7 rpcif_hw_init +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x819a65f7 rpcif_sw_init +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x846a7baa rpcif_dirmap_read +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0xe3d96c2c rpcif_prepare +EXPORT_SYMBOL drivers/memstick/core/memstick 0x03580966 memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x0b272e58 memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x14987edc memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x199305e6 memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x21cc7353 memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x287277cb memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x770c7f32 memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x989f6b43 memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x9cf5e8ef memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0xb4a5be3c memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0xbf7cd371 memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xe3af8891 memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0xe5e92e2f memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xf62c404c memstick_suspend_host +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0ed585c6 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1421ce4e mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x162567de mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1a84bd0a mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1f10ab03 mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2c355c53 mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3517b8d5 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x36c7e3f6 mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x52de7cb4 mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x610b257e mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x66d5f09f mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6816b3f9 mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x710276e9 mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x74a0134a mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x773613ee mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7c3a9444 mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7c3ef23e mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7cd2ba2d mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x84dcc560 mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x981efe92 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9a8a6928 mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa1926dbb mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xad84c9b3 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xadd5198e mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb1b5b3a4 mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc0b8d2d7 mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd8336588 mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xde5694c2 mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe6c1e126 mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xec3566e4 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xee866885 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf12162f2 mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xfc35760c mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0a7c1d04 mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x175c9b32 mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1d1069e5 mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1dd2bf5b mptscsih_host_attr_groups +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2a8590f0 mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2be4ad15 mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x515b2f7a mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x60504c7a mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x608d798b mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x617a666a mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6237176f mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x74881f38 mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x766569d9 mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x78cd298f mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x78e203c5 mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x86f7a0e1 mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8849415b mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x884ea549 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x89256ab0 mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8b9cb290 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x99d92366 mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa6e04ec6 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc322683a mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xcc45a1f1 mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd90f08d9 mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xdf538033 mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xec68e154 mptscsih_shutdown +EXPORT_SYMBOL drivers/mfd/axp20x 0x215e0bb5 axp20x_match_device +EXPORT_SYMBOL drivers/mfd/axp20x 0x30537770 axp20x_device_remove +EXPORT_SYMBOL drivers/mfd/axp20x 0x65fb6723 axp20x_device_probe +EXPORT_SYMBOL drivers/mfd/dln2 0x020b182c dln2_unregister_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0x81e8f6e5 dln2_register_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0xf3a9316d dln2_transfer +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x09257c19 mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x0b378583 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x1c994cc7 mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x2480b421 mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x51495a4a mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x5629bfa1 mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x632aac73 mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x92b6aa98 mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xa9fa8574 mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xb79d3b5e mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xec7446f1 mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/qcom-spmi-pmic 0x0add81a2 qcom_pmic_get +EXPORT_SYMBOL drivers/mfd/qcom_rpm 0xd520f912 qcom_rpm_write +EXPORT_SYMBOL drivers/mfd/tps65010 0x02d4ad0f tps65013_set_low_pwr +EXPORT_SYMBOL drivers/mfd/tps65010 0x0c6ad2cf tps65010_config_vdcdc2 +EXPORT_SYMBOL drivers/mfd/tps65010 0x28485130 tps65010_config_vregs1 +EXPORT_SYMBOL drivers/mfd/tps65010 0x33739de7 tps65010_set_vib +EXPORT_SYMBOL drivers/mfd/tps65010 0x9fd44c69 tps65010_set_led +EXPORT_SYMBOL drivers/mfd/tps65010 0xb14080cc tps65010_set_low_pwr +EXPORT_SYMBOL drivers/mfd/tps65010 0xd5bb106d tps65010_set_vbus_draw +EXPORT_SYMBOL drivers/mfd/tps65010 0xe99b3f36 tps65010_set_gpio_out_value +EXPORT_SYMBOL drivers/mfd/wm8994 0x0d0addc6 wm1811_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x25799fa9 wm8994_irq_exit +EXPORT_SYMBOL drivers/mfd/wm8994 0x90b4314c wm8994_base_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x9268dfeb wm8958_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0xa0526472 wm8994_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0xef75b81f wm8994_irq_init +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x1d9399b8 ad_dpot_probe +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x66cb0d94 ad_dpot_remove +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x5bafa76e altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x26b066b3 c2port_device_register +EXPORT_SYMBOL drivers/misc/c2port/core 0x81a82563 c2port_device_unregister +EXPORT_SYMBOL drivers/misc/tifm_core 0x00c5d383 tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x0ffb277f tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x1568fd79 tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x242db343 tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x622df852 tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x856e4823 tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0x8645d8a7 tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0xae68493a tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xbf0df13b tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xd6a152f0 tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0xf43442ff tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xfc1de19d tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xfd20092f tifm_unmap_sg +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x04f85227 cqhci_irq +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x3592ddd5 cqhci_deactivate +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x38b65fd6 cqhci_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x97b02cb6 cqhci_pltfm_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xae5d8e55 cqhci_resume +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x2a06c471 dw_mci_runtime_resume +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x36ed6761 dw_mci_runtime_suspend +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x91891ec5 dw_mci_remove +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0xf116fa39 dw_mci_probe +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x935c0636 mmc_spi_get_pdata +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0xe922107a mmc_spi_put_pdata +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x0e73cd04 cfi_send_gen_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x3c5f1414 cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x4abe6b26 cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x76a4dccc cfi_build_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x785d3d13 cfi_build_cmd_addr +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x80faa391 cfi_merge_status +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x8e7119b5 cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xff9fa623 cfi_udelay +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x1a458ba3 do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x31b248b0 map_destroy +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xbfd29404 register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xd71e90c1 unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0x2683df27 mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0xb7192f48 lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0xfc4b385a simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0x197aae4a mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/mtd 0xde38fb0a mtd_concat_create +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x102603bc mtk_ecc_get_parity_bits +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x5437e775 mtk_ecc_disable +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x5de55d81 mtk_ecc_get_stats +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x6df58afb mtk_ecc_release +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x76e53683 mtk_ecc_wait_done +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x8dcc87d2 mtk_ecc_enable +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x9a9ac230 of_mtk_ecc_get +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0xda64ef4a mtk_ecc_adjust_strength +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0xec8b9207 mtk_ecc_encode +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x2c7683eb nand_ecc_sw_bch_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x2fd0d3cf nand_ecc_finish_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x3433ddae of_get_nand_ecc_user_config +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x3958a8fe nand_ecc_get_sw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x3ad22d9b nand_ecc_is_strong_enough +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x3ec89b3c nand_ecc_sw_bch_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x41eda4da nand_ecc_sw_hamming_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x44da4f6b nand_ecc_prepare_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x4a88996d nand_ecc_sw_hamming_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x5436b8c5 nand_ecc_sw_bch_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x7c83dccb nand_ecc_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x82a89ad4 nand_ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xb1f6e318 nand_ecc_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xcab835a2 nand_ecc_get_on_die_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xd3567457 nand_ecc_sw_hamming_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xdebf4f36 nand_ecc_sw_bch_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xe6db989b ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xeaf10c84 nand_ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xf1ad544d nand_ecc_get_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xf328ae6f nand_ecc_put_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xfacef1dd nand_ecc_unregister_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xfe3e6ed9 nand_ecc_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xff4351b0 ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xff652f5e nand_ecc_register_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0x6b8df647 flexonenand_region +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0xefd85e6e onenand_addr +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x30db096f denali_calc_ecc_bytes +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0xba6ed260 denali_init +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0xd73c25e1 denali_remove +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x0c02a68e rawnand_sw_hamming_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x14330267 rawnand_sw_bch_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x157e9d1c rawnand_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x165b27a5 rawnand_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x1b179826 rawnand_dt_parse_gpio_cs +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x36b57087 nand_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x4a8b58dc nand_get_set_features_notsupp +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x7d330d2a rawnand_sw_hamming_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8ecbb3b8 nand_check_erased_ecc_chunk +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x94d0d9e7 rawnand_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x98e97473 nand_monolithic_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x9c972e89 nand_read_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xa6a19eb7 nand_monolithic_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xbefe2bbc nand_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xda842de4 rawnand_sw_bch_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xdca0f800 nand_write_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xde9634bf nand_create_bbt +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xf6770d9e nand_scan_with_ids +EXPORT_SYMBOL drivers/mtd/nand/raw/omap_elm 0x15216461 elm_decode_bch_error_page +EXPORT_SYMBOL drivers/mtd/nand/raw/omap_elm 0xe554799d elm_config +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x28f25377 free_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x2c231ac3 arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x4a095319 arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x564dfff8 arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x67235400 arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x7d70fe5a alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x8923d4a4 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x97a6b51b arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xa2ff66f1 arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xa333558a arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xacfeb9f1 arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xccebdc9c com20020_found +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xe52ca5e1 com20020_check +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xe736b37b com20020_netdev_ops +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x115b9eeb ctucan_suspend +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x2e7d18b1 ctucan_probe_common +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0xb2b69036 ctucan_resume +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0x64494047 can_eth_ioctl_hwts +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0xe6128dad can_ethtool_op_get_ts_info_hwts +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0a5b0984 b53_mdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x1733e961 b53_br_flags_pre +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x260319db b53_get_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x29a2bea4 b53_eee_enable_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2cf33c0e b53_mirror_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x310f4bec b53_br_leave +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x344ff465 b53_phylink_mac_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3c247a0f b53_eee_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x42c3aa73 b53_get_strings +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x4c5dcd55 b53_br_fast_age +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x56b23648 b53_fdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6154435b b53_setup_devlink_resources +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x692e6a8c b53_brcm_hdr_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6ba036ce b53_enable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6fab3a45 b53_switch_register +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x738c7553 b53_configure_vlan +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x75923b53 b53_get_ethtool_phy_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x7d93e323 b53_vlan_filtering +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x872c1f99 b53_get_ethtool_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x87c328ad b53_br_join +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x9097a77c b53_vlan_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x98f5d205 b53_br_set_stp_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa0bc0d7d b53_fdb_dump +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa82b4044 b53_switch_detect +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa94b419f b53_disable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xacdd82c2 b53_mdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xaf3af6e1 b53_vlan_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb4a9f70c b53_port_event +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb8f30388 b53_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb907ac95 b53_get_sset_count +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xbc11f779 b53_set_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xbdb46470 b53_mirror_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc01f01e9 b53_br_flags +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd24231f9 b53_imp_vlan_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe688ec40 b53_fdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xecbec337 b53_phylink_mac_link_up +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xecddca95 b53_phylink_mac_link_down +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xfb583ce0 b53_get_tag_protocol +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x05d86e12 b53_serdes_link_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x651920cc b53_serdes_phylink_mac_select_pcs +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x7655c6d2 b53_serdes_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xada2961a b53_serdes_phylink_get_caps +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x3a617f21 lan9303_remove +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x92c4acd6 lan9303_probe +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xada83f40 lan9303_register_set +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xc76ee550 lan9303_shutdown +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x4fbe1050 ksz_switch_register +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x5576d755 ksz_switch_remove +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0xafeb61f7 ksz_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x165b4a9d vsc73xx_shutdown +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x5e5e571a vsc73xx_probe +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x981d077d vsc73xx_remove +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x99d242fe vsc73xx_is_addr_valid +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x5b084a2f xrs700x_switch_register +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x75d0505e xrs700x_switch_remove +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x83b7b667 xrs7003f_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x8972bf7e xrs7004f_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xabc7ee81 xrs700x_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xb25facfa xrs7003e_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xb89aa5e3 xrs7004e_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xf951ee13 xrs700x_switch_shutdown +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x0e602cf9 __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x20b7f249 ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x2d95d34a NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x439fbe93 ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x93ba765e ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x9f64c209 ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xa81c9f15 ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xa88f45a7 ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xad628ed6 ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xb13f9987 ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/aquantia/atlantic/atlantic 0x9b089d76 aq_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x1d3d6d1e bnxt_send_msg +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x30591d85 bnxt_unregister_dev +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x59913245 bnxt_register_dev +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0xa5d4ac5e bnxt_register_async_events +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0xffaef92c cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0xab4ff763 cavium_ptp_put +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0xef61afbf cavium_ptp_get +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x0d8be5fd bgx_lmac_rx_tx_enable +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x34eeb48a bgx_set_dmac_cam_filter +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x42264715 bgx_get_lmac_count +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x46cdf933 bgx_config_timestamping +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x539ca253 bgx_get_lmac_mac +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x60cd1f2f bgx_lmac_get_pfc +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x6ca2152d bgx_lmac_set_pfc +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x716fd7f0 bgx_reset_xcast_mode +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x72b238e4 bgx_get_rx_stats +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xbe654297 bgx_get_tx_stats +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xc397f585 bgx_lmac_internal_loopback +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xc82be691 bgx_get_map +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xd8ed0bcc bgx_set_lmac_mac +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xf101d1b2 bgx_get_lmac_link_state +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xff987a02 bgx_set_xcast_mode +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_xcv 0x13912e4b xcv_init_hw +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_xcv 0x4f739dc0 xcv_setup_link +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x052b9ddb cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x1a0e93ae cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x208cbed6 cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x380ca8e2 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x4667ef0d cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x5cddae87 t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x5ea63af9 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x63e475ba cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x71f70870 cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa6aac044 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xa8480373 cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xbc9b3121 t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc6766856 cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xddb4559a cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xed12d683 t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf959077e cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0568b740 cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x06080c2d cxgb4_read_tpte +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0df4f1c1 cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0e65326f cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0f1a5528 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0fff3acb cxgb4_reclaim_completed_tx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x177b56c8 cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x189ccf5b cxgb4_check_l2t_valid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1d0a50d5 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x274fc106 cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3886bdf5 cxgb4_smt_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3bf4953a cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3e8144b0 cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x41d11bff cxgb4_l2t_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4686a894 cxgb4_write_partial_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4780c146 cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x49d355fd cxgb4_ring_tx_db +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4a77ea1f cxgb4_get_srq_entry +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x56158e79 cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5af20cde cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5b778507 cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5e2aa29d cxgb4_update_root_dev_clip +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x768beda5 cxgb4_inline_tx_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x770354c0 cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7c3aaa65 cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7f281f1f cxgb4_immdata_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8066c204 cxgb4_write_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x80a00130 cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x94d78ecb cxgb4_clip_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x979dcb7d cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa8db193f cxgb4_smt_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb8cdb8fb cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xba206c28 cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbc544ac4 cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc0719dbe cxgb4_map_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc46b543b cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc4a0217c cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xca750595 cxgb4_port_e2cchan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcaebbc66 cxgb4_bar2_sge_qregs +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcb555bd6 cxgb4_crypto_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd4ffc88f cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd8b8537b t4_cleanup_clip_tbl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xdd329bd9 cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xdecfa859 cxgb4_read_sge_timestamp +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe3c7b32d cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xea8bf314 cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf1377a37 cxgb4_clip_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfce9c741 cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x10292f07 cxgbi_ppm_ppods_reserve +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x148157e1 cxgbi_ppm_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x1bdaafe1 cxgbi_tagmask_set +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x20708f7d cxgbi_ppm_ppod_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x255ab30f cxgb_get_4tuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x39460874 cxgbi_ppm_make_ppod_hdr +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x7df5943d cxgbi_ppm_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xb83c533f cxgb_find_route6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xe5dd4ae0 cxgb_find_route +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x3e8dbc34 vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x96d3ab17 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xa42f2eed vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xcaf6c301 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xdf94188a vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xfa0b5d85 enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x4e2e10d2 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x70b7f902 be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xff81addc be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/freescale/dpaa2/fsl-dpaa2-eth 0x4412391e dpaa2_phc_index +EXPORT_SYMBOL drivers/net/ethernet/freescale/dpaa2/fsl-dpaa2-eth 0x79e6538d dpaa2_ptp +EXPORT_SYMBOL drivers/net/ethernet/freescale/enetc/fsl-enetc-ierb 0xabd7994d enetc_ierb_register_pf +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x3b0a325c fun_dev_disable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x580d41b4 fun_release_irqs +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x7c17f6fb fun_dev_enable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x84ebb589 fun_reserve_irqs +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x2368af3e hnae_ae_unregister +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x5686656f hnae_ae_register +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xac3437f6 hnae_get_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xb1266858 hnae_register_notifier +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xb372afe0 hnae_reinit_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xdf24adef hnae_unregister_notifier +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xffc8890c hnae_put_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hns_dsaf 0xc0b4b1c9 hns_dsaf_roce_reset +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x1114d155 hnae3_unregister_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x2064303f hnae3_unregister_ae_algo_prepare +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x27a8fc9d hnae3_register_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x345d13e4 hnae3_unregister_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x9b94c455 hnae3_set_client_init_flag +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xb44bb87d hnae3_register_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xd2d11987 hnae3_register_client +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xe46d344f hnae3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x276eac7d iavf_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0xdf8e43e6 iavf_register_client +EXPORT_SYMBOL drivers/net/ethernet/intel/ice/ice 0x965ff908 ice_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/intel/ixgbe/ixgbe 0xbaa35511 ixgbe_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x037bf4e0 otx2_mbox_alloc_msg_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x0d784168 otx2_mbox_get_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x179a3fbf otx2_mbox_regions_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x24ec38de __tracepoint_otx2_msg_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x288511be otx2_reply_invalid_msg +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x364e8761 __SCK__tp_func_otx2_msg_interrupt +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x368d25e8 otx2_mbox_msg_send +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x373bfa5e __otx2_mbox_reset +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x3c272d80 otx2_mbox_reset +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x6365a74f __SCK__tp_func_otx2_msg_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x6bd69f9a __traceiter_otx2_msg_interrupt +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x7db4a89c __traceiter_otx2_msg_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x8a20f8ea otx2_mbox_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x8f772a3f otx2_mbox_id2name +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xaeef272b otx2_mbox_nonempty +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xc619ea5d __tracepoint_otx2_msg_process +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xc704095c __tracepoint_otx2_msg_interrupt +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xcd5743d1 otx2_mbox_destroy +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xcef3985a __SCK__tp_func_otx2_msg_process +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xdcfe4057 otx2_mbox_wait_for_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xe153d0d4 otx2_mbox_busy_poll_for_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xe204f061 __traceiter_otx2_msg_process +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xe5467cd8 otx2_mbox_check_rsp_msgs +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x00bbd304 otx2_set_real_num_queues +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x01c5fcc2 otx2_open +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x0509de4b otx2_set_mac_address +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x1bce0b1d otx2_alloc_mcam_entries +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x1d5c9998 mbox_handler_npa_lf_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x243817cf otx2_txschq_free_one +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x2b8d74c1 mbox_handler_nix_bp_enable +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x2d9ae7a3 otx2_tc_apply_ingress_police_rules +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x2eb21241 otx2_sq_append_skb +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x3488d54e otx2_config_hwtstamp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x434c0b32 otx2_mcam_flow_del +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x43ca5e95 otx2_attach_npa_nix +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x4bb1475f otx2_shutdown_tc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x4c5ea3b5 otx2_handle_ntuple_tc_features +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x553c1ec1 mbox_handler_msix_offset +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x60ef6beb otx2vf_set_ethtool_ops +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x708d2023 mbox_handler_nix_lf_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x80e0bdbc otx2_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x87502908 otx2_get_mac_from_af +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x8c5eb91b cn10k_lmtst_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x91d88b5e otx2_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x91fcd8e1 otx2_smq_flush +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x9556f7d7 otx2_init_tc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x9bbf0ef2 otx2_mbox_up_handler_mcs_intr_notify +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x9fd99c57 otx2_ioctl +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xafe673f7 otx2_config_pause_frm +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xbe41dbb1 otx2_mbox_up_handler_cgx_link_event +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xc7899923 otx2_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xd8b876f1 otx2_select_queue +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xde35be68 otx2_nix_config_bp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xdebd78f3 otx2_get_maxflows +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xe367b09a otx2_stop +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xea61e2e5 otx2_detach_resources +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xf06333e5 otx2_setup_tc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xf6fd543b otx2vf_mcam_flow_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xfc3e4093 otx2_txschq_config +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0x1d397468 prestera_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0x57cab2f9 prestera_device_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x08a0853a mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x09563c2a get_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x282d8bbc mlx4_get_eqs_per_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x297d5022 mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2ab0ed90 mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3007f8da mlx4_SET_PORT_fcs_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x31de1bbc mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3955b644 mlx4_max_tc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x42941f11 mlx4_test_interrupt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4a9d45d1 mlx4_query_diag_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4f04fd39 mlx4_is_eq_shared +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4f6ef126 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x51295cf5 mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x576aa8da mlx4_ALLOCATE_VPP_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5d99df40 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x63a57068 mlx4_ALLOCATE_VPP_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x65010ef4 mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x72b89e8b mlx4_SET_PORT_user_mtu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x73cedb5f mlx4_get_is_vlan_offload_disabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x74febb09 set_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x793a9e98 mlx4_is_eq_vector_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7ecca0eb mlx4_SET_VPORT_QOS_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7fdde0b4 mlx4_handle_eth_header_mcast_prio +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8ab1455b mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9a057d92 mlx4_SET_VPORT_QOS_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9affc45a mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9ddfc7ba mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa39ab764 mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa7a881f5 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaa9ea716 mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaf877356 set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb1502835 mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb3a11f41 mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb75c711e mlx4_SET_PORT_user_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc29e4180 mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xccf11745 mlx4_get_cpu_rmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xce9eb0a8 mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcfd6e088 mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd110bc22 mlx4_test_async +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd3c427f6 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe12ac231 mlx4_SET_PORT_BEACON +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xea790efe mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeaf03d51 mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf29996f7 mlx4_tunnel_steer_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf7a1fd07 mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0182d55c mlx5_eq_update_ci +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x029ede94 mlx5_cmd_exec_polling +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x034fad56 mlx5_eq_destroy_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x089f1089 __traceiter_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x09baa749 mlx5_lag_get_slave_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0a2e5f17 mlx5_eswitch_get_vport_metadata_for_match +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0d1c6d75 mlx5_get_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0e3b512f mlx5_vector2eqn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0e5b6488 mlx5_core_get_terminate_scatter_list_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x109f003f mlx5_lag_is_shared_fdb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x12135c1c __tracepoint_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1324de55 mlx5_core_modify_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x14ba9c5c mlx5_mpfs_del_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x164d6253 __traceiter_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1782049e mlx5_nic_vport_disable_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x18cc2f60 mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x19d5d85d mlx5_eswitch_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1b0d89ba mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1c57c524 __traceiter_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1e181f5b mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x200269a7 __traceiter_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x20978054 mlx5_modify_header_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2377e51d mlx5_lag_get_roce_netdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x237e0569 mlx5_core_alloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x23bb3f50 mlx5_create_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x24b7a911 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x24e0a13c mlx5_rl_remove_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2d1e5e72 mlx5_lag_get_num_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2f6b819e mlx5_lag_is_mpesw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2f961609 mlx5_get_flow_namespace +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x31e9105e mlx5_fpga_mem_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x327d1bea mlx5_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3402cb75 mlx5_core_query_vendor_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3475821f __SCK__tp_func_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x34f0d39d mlx5_put_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x36acd61a mlx5_lag_is_sriov +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x373aa84a mlx5_comp_irq_get_affinity_mask +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x393c6a03 mlx5_cmd_out_err +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3ad6d9dd mlx5_debugfs_get_dev_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3b777c4b mlx5_add_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3c1f2df8 mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3e41e246 mlx5_core_modify_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x442f6552 mlx5_eswitch_add_send_to_vport_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x45178768 mlx5_sriov_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x45b52e00 __tracepoint_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x46ed7c17 mlx5_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4854348c mlx5_eswitch_reg_c1_loopback_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x497ec592 mlx5_fs_remove_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d5f5c07 __SCK__tp_func_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d62e046 __tracepoint_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d836542 mlx5_core_dealloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4fce22b8 mlx5_core_query_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x51a43c44 mlx5_core_roce_gid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5432fb2a mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x548d90ac mlx5_packet_reformat_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x559ac38d __SCK__tp_func_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x58cf26fd mlx5_core_create_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5c3ff635 mlx5_is_roce_on +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5c6e2b0d mlx5_create_flow_group +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x605daf04 mlx5_core_modify_cq_moderation +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x60c8662f mlx5_lag_get_next_peer_mdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x61492bb7 mlx5_rl_are_equal +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x62ab1eab mlx5_core_query_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x630b6a65 mlx5_fc_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6397e0c5 mlx5_core_uplink_netdev_event_replay +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x65449bc6 mlx5_free_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x69630973 mlx5_eq_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6b4a1328 mlx5_fs_add_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6ca7feef mlx5_eswitch_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6cd5a182 __tracepoint_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x70553c1e mlx5_eswitch_get_encap_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x717d3c48 mlx5_fpga_sbu_conn_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x71f3e9a9 mlx5_rsc_dump_cmd_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x72452072 mlx5_rsc_dump_next +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7261330b __SCK__tp_func_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x731c48da mlx5_rl_remove_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x73fc1d8e __tracepoint_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x74d10ed8 mlx5_core_destroy_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7554c5dd mlx5_core_create_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x77d286c0 mlx5_get_fdb_sub_ns +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x79740a03 mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x79a85e53 mlx5_vf_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7b359a09 __SCK__tp_func_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7b465a68 mlx5_eswitch_register_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7d511d80 mlx5_rl_add_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7e84f083 mlx5_comp_vectors_count +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7f8b7c02 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x830e2029 mlx5_vf_put_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x843c0228 mlx5_core_modify_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x85459347 mlx5_qp_debugfs_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x87e68171 mlx5_del_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x880d7ca5 mlx5_fpga_sbu_conn_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8861cd2d mlx5_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x888a2246 mlx5_create_auto_grouped_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x88fd841f mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x891db59e mlx5_lag_query_cong_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8a1d96ba mlx5_msix_free +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8ac9f61c mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8d682c07 mlx5_fpga_sbu_conn_sendmsg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8f7cb9e5 mlx5_rl_is_in_range +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x93d1a76e mlx5_lag_mode_is_hash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96eb2c99 mlx5_fc_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9926a1e0 mlx5_eswitch_vport_match_metadata_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x99f9c1b5 mlx5_alloc_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9c9b7933 mlx5_eq_create_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9d6135dc __SCK__tp_func_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa0ff453c mlx5_rdma_rn_get_params +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa245cca8 mlx5_lag_is_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa3a578a9 mlx5_cmd_do +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa604d01b mlx5_core_destroy_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa60edcfb mlx5_eswitch_unregister_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa8219e80 mlx5_fpga_mem_read +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa8385412 mlx5_eswitch_uplink_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa85e04b7 mlx5_flow_table_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xab331467 mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xab521f6e __traceiter_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xad425ac0 mlx5_core_destroy_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xad6815cd mlx5_rsc_dump_cmd_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xad961465 mlx5_qp_debugfs_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xae63b955 __traceiter_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaee844f9 mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb0b05167 mlx5_modify_header_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb11dc326 mlx5_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb28dbbe8 mlx5_destroy_flow_group +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb2e54373 mlx5_fpga_get_sbu_caps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb4f77ac0 mlx5_eq_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb6298b52 mlx5_lag_is_master +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb87fe02b mlx5_core_destroy_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb9259132 __traceiter_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb98ac16c mlx5_packet_reformat_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xba5c2f4f __traceiter_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbb07ebdf __tracepoint_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbef7c72f mlx5_sriov_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc09ead95 mlx5_cmd_cleanup_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc2e188bc mlx5_lag_is_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc5caa8f4 mlx5_fc_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc69d91f0 mlx5_eswitch_vport_rep +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc7a4601c mlx5_eq_disable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcc002b85 mlx5_destroy_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcf5030fb mlx5_cmd_destroy_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd020dd1f __traceiter_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd4314b2b mlx5_cmd_init_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd48b978f mlx5_fc_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd592a56d mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6ad7419 mlx5_cmd_create_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd701bfaf mlx5_core_create_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdae8aa4d __tracepoint_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdbd6e292 mlx5_query_ib_port_oper +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdc5c021f mlx5_core_create_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdd343bbb mlx5_msix_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xde3499bc mlx5_cmd_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xde3d7053 mlx5_debug_qp_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdf5b4c6a mlx5_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe167a098 mlx5_eq_get_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe2478c4a mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe3628b2a mlx5_rl_add_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe436e2a2 mlx5_debug_qp_remove +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe5ad0cad mlx5_create_lag_demux_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe6f14abb mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeb9a8bcf __SCK__tp_func_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf06725b6 __tracepoint_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf1dbbc3e mlx5_eq_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf453392c mlx5_mpfs_add_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf52e1946 __tracepoint_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf88d57b1 __SCK__tp_func_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf9f9beea mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfc8e744e __SCK__tp_func_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfd969162 mlx5_eswitch_get_vport_metadata_for_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxfw/mlxfw 0xc4d702d9 mlxfw_firmware_flash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x00a7a958 mlxsw_core_port_netdev_link +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x02815b77 mlxsw_env_module_port_up +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x02dfd3d0 mlxsw_afk_key_info_block_encoding_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x07abcc0c mlxsw_afa_block_append_trap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0816755f mlxsw_core_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0ca34ccf mlxsw_core_max_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0d0129fc mlxsw_afa_block_append_qos_ecn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0e81c09c mlxsw_afk_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0f4a209d mlxsw_core_read_utc_sec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x14d6ca2e mlxsw_env_set_module_power_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x14e17bb4 mlxsw_linecards_event_ops_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x15801382 mlxsw_afk_key_info_put +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x15a2c56e mlxsw_core_rx_listener_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x16673aec mlxsw_afk_values_add_u32 +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x16f4221d mlxsw_core_irq_event_handler_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x171c3ffb mlxsw_env_reset_module +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x19fa5852 mlxsw_core_flush_owq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x1cb8f858 mlxsw_reg_trans_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x1d0ab5ae mlxsw_core_skb_transmit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x202693f0 mlxsw_afa_block_cur_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x23eddc68 mlxsw_core_cpu_port_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x292d1757 mlxsw_env_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x299e2562 mlxsw_afk_values_add_buf +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2c68ced3 mlxsw_core_read_frc_h +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2f303cd3 mlxsw_afa_block_append_qos_dsfield +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x383bc49a mlxsw_afa_block_append_qos_dscp +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4036254f mlxsw_linecards_event_ops_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x43a9b87e mlxsw_afa_block_terminate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x45110624 mlxsw_core_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x47041e4e mlxsw_afk_key_info_blocks_count_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4765b9f0 mlxsw_core_res_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x484489a4 mlxsw_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4866767a mlxsw_env_get_module_eeprom_by_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x49ec8a06 mlxsw_afa_block_append_police +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4a558271 mlxsw_env_get_module_power_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x50359cc0 mlxsw_core_kvd_sizes_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x508923e3 mlxsw_core_port_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x51b5769d mlxsw_env_module_overheat_counter_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x53598602 mlxsw_core_traps_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5c73d5a4 mlxsw_core_sdq_supports_cqe_v2 +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5cf3dd79 mlxsw_core_bus_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5d05dcb8 mlxsw_env_get_module_eeprom +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5d55fb68 mlxsw_afk_encode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5ff17b5c mlxsw_afa_block_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x618a30ab mlxsw_afa_block_commit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x63874d4c mlxsw_core_port_driver_priv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x65c7e645 mlxsw_afa_block_append_qos_switch_prio +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x68abcb50 mlxsw_core_traps_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6929f2b4 mlxsw_env_module_port_map +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6b949a04 mlxsw_core_trap_state_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x718d28f4 mlxsw_afa_block_append_vlan_modify +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x73f83aef mlxsw_core_trap_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x75339042 mlxsw_core_lag_mapping_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x77d83398 mlxsw_core_read_frc_l +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7b0bfeec mlxsw_core_port_fini +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7be50c52 mlxsw_core_ptp_transmitted +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7e08c6e0 mlxsw_core_event_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x827a2f1f mlxsw_afa_block_jump +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x829e8851 mlxsw_afa_block_first_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x8309fad1 mlxsw_core_bus_device_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x83fb69af mlxsw_core_lag_mapping_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x858c30d0 mlxsw_afa_block_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x86817014 mlxsw_core_read_utc_nsec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x8854d198 mlxsw_reg_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x902c3533 mlxsw_core_schedule_dw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x996c5d6d mlxsw_reg_trans_bulk_wait +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x9aee887e mlxsw_core_port_devlink_port_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x9cbf026d mlxsw_afa_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa509fafd mlxsw_afa_block_append_counter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa7765e88 mlxsw_reg_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa8e2509a mlxsw_afa_block_append_sampler +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa9dbd1a5 mlxsw_afa_block_append_mirror +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xac1074a5 mlxsw_core_skb_transmit_busy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb6517b2e mlxsw_afa_block_append_trap_and_forward +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb68e9fa8 mlxsw_env_module_port_unmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb951340d mlxsw_core_skb_receive +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb9e372d6 mlxsw_core_rx_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbc222a8d mlxsw_afk_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbda212df mlxsw_core_irq_event_handlers_call +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbfb7df3c mlxsw_core_driver_priv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc31fbb6a mlxsw_core_res_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc5eacafe mlxsw_afa_block_append_l4port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc6f4460e mlxsw_core_trap_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xcbab836f mlxsw_core_fw_rev_minor_subminor_validate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd111d3e8 mlxsw_core_irq_event_handler_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd1737ebb mlxsw_afa_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd1bab622 mlxsw_afk_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd21722b4 mlxsw_core_max_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd28256cf mlxsw_afa_block_append_allocated_counter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd71566b9 mlxsw_core_schedule_work +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd7a93413 mlxsw_core_event_listener_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd888ffb3 mlxsw_afa_block_append_ip +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd9f711ae mlxsw_afa_block_append_mcrouter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdc31781e mlxsw_reg_trans_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdc415cf1 mlxsw_afa_block_continue +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdc5c95df mlxsw_core_resources_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdeb1dc2e mlxsw_afa_block_first_kvdl_index +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe16986dd mlxsw_afa_block_activity_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe1860dde mlxsw_afa_block_append_fid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe4d9ac5a mlxsw_afa_block_append_drop +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe532482a mlxsw_afk_key_info_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xecab212a mlxsw_afa_cookie_lookup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xed2801d4 mlxsw_env_module_port_down +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf446732c mlxsw_afk_key_info_subset +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf82bdc70 mlxsw_core_lag_mapping_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xff007c25 mlxsw_core_cpu_port_fini +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xff0b141d mlxsw_afa_block_append_fwd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0x3cfa4ed1 mlxsw_i2c_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0xd38e70b0 mlxsw_i2c_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x9561cc8b mlxsw_pci_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0xa28b28ae mlxsw_pci_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x00850264 ocelot_sb_occ_max_clear +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0193dbe4 ocelot_can_inject +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x076f9bc0 ocelot_xtr_poll_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x08791cd6 ocelot_wm_enc +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x093a8d4e ocelot_fdb_dump +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x09940cf7 ocelot_vcap_filter_replace +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0aeb9591 ocelot_vcap_filter_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0f4f7f28 ocelot_ptp_adjfine +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x125021e6 ocelot_vlan_prepare +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1362dbeb ocelot_ptp_enable +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x157e95d4 ocelot_ptp_rx_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1832823f ocelot_port_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x18de29c2 ocelot_port_vlan_filtering +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1ba93f86 ocelot_devlink_sb_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1e3d05f0 ocelot_vcap_filter_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x20ba2852 ocelot_deinit +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2599b8b8 ocelot_sb_port_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2c688456 ocelot_port_pre_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2ee2eeab ocelot_vcap_block_find_filter_by_id +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3504baf2 ocelot_mrp_add_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x36c82c66 ocelot_sb_occ_tc_port_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x36ffe47e ocelot_vcap_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x382e37b7 ocelot_set_ageing_time +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3b2b4a90 ocelot_port_bridge_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3b4c6053 ocelot_init_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x41daef6d ocelot_port_lag_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x445db4f4 ocelot_sb_occ_snapshot +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x482e9a28 ocelot_port_lag_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x48440517 ocelot_policer_validate +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4b0f99ac ocelot_ptp_adjtime +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4c4e9a37 ocelot_port_txtstamp_request +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4eb6c51e ocelot_port_bridge_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5c13ca8e ocelot_fdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x619433fd ocelot_reset +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x66b39e5f ocelot_vcap_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6a8f40a4 ocelot_sb_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6ce19e2a vsc7514_vcap_props +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6f4407fa ocelot_hwstamp_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6f5d4f1e ocelot_port_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6f86d25d ocelot_get_ts_info +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7349ef71 ocelot_port_mdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7960b517 ocelot_ptp_settime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7a448803 ocelot_devlink_sb_register +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7aba78fc ocelot_mrp_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7ccd80f6 ocelot_deinit_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7e5aec55 vsc7514_regfields +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x801e5621 ocelot_bridge_stp_state_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x87801dce ocelot_get_strings +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x88d783e1 ocelot_vlan_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x94edee6c ocelot_port_set_maxlen +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9813c941 ocelot_get_ethtool_stats +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9afcfc20 ocelot_mrp_del_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9bb4ac48 ocelot_ptp_gettime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9dc5b903 ocelot_port_lag_change +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa62f3c6c ocelot_fdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xaab00a03 ocelot_port_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xab75bc69 ocelot_hwstamp_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xafc73e52 ocelot_sb_tc_pool_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb0fdd7fd ocelot_wm_dec +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb3cbc99b ocelot_sb_tc_pool_bind_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb7deab88 ocelot_port_mdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb80844ce ocelot_port_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbb3205ac ocelot_port_inject_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbfa969db ocelot_get_sset_count +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbffddfa1 ocelot_get_txtstamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc06c362a ocelot_sb_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc2921da0 ocelot_sb_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc708c2b5 ocelot_pll5_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc9186009 ocelot_drain_cpu_queue +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd0ebefd9 ocelot_ifh_port_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd26a00fd ocelot_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd3d10b42 ocelot_mact_learn +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdab73c30 ocelot_ptp_verify +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdc06fc79 ocelot_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdda4623d ocelot_deinit_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe30fc619 ocelot_wm_stat +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe72752fc ocelot_init_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xeb0e51dc ocelot_mact_learn_streamdata +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xed28a814 ocelot_vlan_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xef39c989 ocelot_mact_forget +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf6220ad6 ocelot_sb_occ_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf80fc88d vsc7514_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfad0ba71 ocelot_mact_lookup +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfd166612 ocelot_mrp_del +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x4f264472 qed_put_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x725bbc38 qed_get_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x8c8e8bf3 qed_get_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x992e03d0 qed_put_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x9eeeef48 qed_put_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xbad890ec qed_get_rdma_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xcc562c55 qed_get_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0x1332a4dc qede_rdma_register_driver +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0x7ad2794e qede_rdma_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x01857fdc wx_init_interrupt_scheme +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x024dd6bf wx_clean_all_tx_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x06b5b172 wx_setup_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x076ccd81 wx_stop_adapter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x0eea3388 wx_irq_disable +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x112379db wx_set_features +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x148b07da wx_setup_isb_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x1fc7215a wx_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x2315e342 wx_reset_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x234b21f5 wx_get_pcie_msix_counts +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x2916c853 wx_host_interface_command +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x2a1f57b5 wx_init_rx_addrs +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x2b2a8bf5 wx_disable_pcie_master +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x489021af wx_set_mac +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4b3398bd wx_msix_clean_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x51ba1811 wx_get_mac_addr +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x58940c58 wx_set_rx_mode +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x589dd871 wx_mac_set_default_filter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x6b577972 wx_read_ee_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x6d7fae6f wx_free_isb_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x720b6b71 wx_reset_interrupt_capability +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x78ab599d wx_change_mtu +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x7a298e1b wx_check_flash_load +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x7bd344d6 wx_sw_init +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x839cb868 wx_start_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x848ac084 wx_read_ee_hostif_buffer +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x873c1064 wx_intr_enable +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x93261097 wx_napi_enable_all +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x945cbe94 wx_mng_present +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x9ab3bcb5 wx_misc_isb +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x9f5c5013 wx_configure +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xa1ccdf0d wx_clear_interrupt_scheme +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xa6828e00 wx_disable_rx_queue +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xa930bc3c wx_vlan_rx_add_vid +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xa97c39bb wx_control_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xaec61573 wx_init_eeprom_params +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xb3e017ca wx_free_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xb9ff7676 wx_napi_disable_all +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xc8bb33ce wx_free_irq +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xca652578 wx_clean_all_rx_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xcac7f2b0 wx_disable_rx +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd871015c wx_get_drvinfo +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xda12cebb wx_vlan_rx_kill_vid +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xe3665fd7 wx_reset_misc +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xee91d1a8 wx_configure_vectors +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xf826e12b wx_flush_sw_mac_table +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xfdd8359d wx_xmit_frame +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x4c6f0c0e hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x562d6a7c hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x5b7e7bac hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x8785bf3a hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xf8d16ce2 hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/mdio 0x3e17f466 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0x60443957 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0x62eb612a mdio45_ethtool_ksettings_get_npage +EXPORT_SYMBOL drivers/net/mdio 0x63e0fee5 mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0xb79a54ee mdio45_nway_restart +EXPORT_SYMBOL drivers/net/mdio 0xcdbdeca7 mdio45_ethtool_gset_npage +EXPORT_SYMBOL drivers/net/mdio 0xdaceb7a6 mdio_mii_ioctl +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x3edbb800 cavium_mdiobus_write_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x743ce69d cavium_mdiobus_read_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x7e79322d cavium_mdiobus_write_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0xfcdbf791 cavium_mdiobus_read_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-mscc-miim 0x0d087be8 mscc_miim_setup +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0x2bb5fb00 xgene_mdio_rd_mac +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0x8fb6e0bd xgene_enet_phy_register +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0xa010bd99 xgene_mdio_rgmii_read +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0xf3652b0f xgene_mdio_rgmii_write +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0xf5e5ce14 xgene_mdio_wr_mac +EXPORT_SYMBOL drivers/net/pcs/pcs-mtk-lynxi 0x09e47a48 mtk_pcs_lynxi_create +EXPORT_SYMBOL drivers/net/pcs/pcs-mtk-lynxi 0xe9221a05 mtk_pcs_lynxi_destroy +EXPORT_SYMBOL drivers/net/phy/bcm-phy-lib 0x8b61141d bcm54xx_auxctl_write +EXPORT_SYMBOL drivers/net/ppp/pppox 0x287b65ce register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0x47dc429c pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0x80d0af9e pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0xc4ef2684 pppox_compat_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0x972497f9 sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x27dcaae8 team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0x2b87f58e team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0x6def03c3 team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0x7895f42b team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0x9469c296 team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0xa3639ca9 team_options_register +EXPORT_SYMBOL drivers/net/team/team 0xce362da1 team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0xe94e910a team_mode_unregister +EXPORT_SYMBOL drivers/net/usb/usbnet 0x693502c5 usbnet_link_change +EXPORT_SYMBOL drivers/net/usb/usbnet 0x762e3b46 usbnet_manage_power +EXPORT_SYMBOL drivers/net/usb/usbnet 0x8166d522 usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/wan/hdlc 0x451a55b0 attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x704d08d3 register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x89f7983d unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x9e9afe6d hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0xa73f38a7 hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0xacb7e126 hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0xcb16247d detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xebaf34f6 hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0xf5c9afef unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0xfcfcb935 alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x09f4b608 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0b1ab353 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x108b188f ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x363227ed ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x3b95f823 ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x3cf7e876 ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x3fd7b16a ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4571aea8 ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x47d0d3da ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x5cc4ec8b ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x649d75c6 dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x80a79188 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x8579e48a ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x9a332fb5 ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa18f224e ath_regd_find_country_by_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xab78ef1d ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb6588ba6 ath_bus_type_strings +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xf9dc25e6 ath_hw_keysetmac +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x015e5db2 ath10k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0d9ebe62 ath10k_ce_send_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0f186151 ath10k_htc_rx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x14afd517 ath10k_core_free_board_files +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x23de1638 ath10k_ce_init_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x25c95803 ath10k_ce_deinit_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2a053da6 ath10k_mac_tx_push_pending +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2ab1d88e ath10k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2da837f3 ath10k_core_start_recovery +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2dee6eb2 ath10k_ce_num_free_src_entries +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x32f50c8d ath10k_htt_t2h_msg_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x36a4a7bc ath10k_bmi_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x38b79483 ath10k_ce_alloc_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3cc67ba3 ath10k_core_napi_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x424965c8 ath10k_ce_completed_recv_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x49150c8b ath10k_coredump_new +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4ca14b5a ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x522e0b1d ath10k_htt_rx_hl_indication +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5264e718 ath10k_ce_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x583c5445 ath10k_ce_alloc_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x599a22ec ath10k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5af791f5 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x674602bf ath10k_ce_completed_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6b697502 __ath10k_ce_rx_num_free_bufs +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x77cb1195 ath10k_core_check_dt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x77d95abe ath10k_core_fetch_board_file +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x81e66482 ath10k_ce_free_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9110d324 __ath10k_ce_send_revert +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9c35caa5 ath10k_htc_notify_tx_completion +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9fcc726c ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9fd80820 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa2bcbf0b ath10k_core_napi_sync_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa73c32d4 ath10k_ce_free_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa842be2c ath10k_ce_rx_update_write_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb363ed6d ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb3c8e508 ath10k_bmi_read_memory +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb4dde8ce ath10k_ce_enable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb5e54cf2 ath10k_ce_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbd1bbd28 ath10k_ce_disable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbe976dfa ath10k_ce_send +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbf8dd322 ath10k_ce_completed_send_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc03f116d ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc133aefc ath10k_htt_rx_pktlog_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc3d18804 ath10k_ce_per_engine_service_any +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcb869c20 ath10k_htc_tx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcc20d178 __tracepoint_ath10k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcc26d769 ath10k_ce_completed_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcd37e817 ath10k_ce_dump_registers +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xce305451 ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcf01bc0d ath10k_htc_process_trailer +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcfb26578 ath10k_htt_txrx_compl_task +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd47046c9 ath10k_ce_cancel_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd48e8d86 ath10k_print_driver_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe36f1006 ath10k_htt_hif_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe6da19b4 ath10k_ce_revoke_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xefd34a43 ath10k_coredump_get_mem_layout +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf2af5f98 ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf51a9115 ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x050dcf8e ath11k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0a5d3abc ath11k_dp_service_srng +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0b77a279 ath11k_pcic_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0dae0eb8 __tracepoint_ath11k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0f7450c4 ath11k_pci_disable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x10af327c ath11k_pcic_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x1203f065 ath11k_pci_enable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x188faafc ath11k_ce_get_shadow_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x1908fe10 ath11k_pcic_init_msi_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x1b6556a4 ath11k_ce_get_attr_flags +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x1cc43cd3 ath11k_pcic_ce_irqs_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x29787790 ath11k_core_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x2cef7a7d ath11k_pcic_config_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3a0162ee ath11k_pcic_free_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3cf49865 ath11k_hal_srng_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x5b5371d1 ath11k_pcic_read +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x626ef5a1 ath11k_ce_cleanup_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x634ba81c ath11k_debugfs_soc_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x6bda34a0 ath11k_pcic_register_pci_ops +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x6dcc9485 ath11k_pcic_ext_irq_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x724cb943 ath11k_pcic_ext_irq_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x7f248ec7 ath11k_core_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x8367c293 ath11k_core_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x89f80b56 ath11k_ce_free_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x92095455 ath11k_core_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9c51bcc4 ath11k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xa167cb62 ath11k_pcic_get_ce_msi_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xa7d6a7f4 ath11k_pcic_get_user_msi_assignment +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xab6db3a4 ath11k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xae24b68b ath11k_pcic_write32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb915f6e2 ath11k_pcic_get_msi_address +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc46df3e6 ath11k_ce_alloc_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc55fd481 ath11k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xcd30cb57 ath11k_core_pre_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xcd3cc1c3 ath11k_qmi_deinit_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xcdcdc567 ath11k_core_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xcec1ca90 ath11k_pcic_map_service_to_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd1b765ea ath11k_pcic_read32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd3e841e7 ath11k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe117b85a ath11k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe276fbeb ath11k_pcic_ce_irq_disable_sync +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf0197188 ath11k_cold_boot_cal +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf0f6f4bb ath11k_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xfe39947b ath11k_hal_srng_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1354043d ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1b9e29c3 ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1f261aae ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x231f0c3f ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x25f65e91 ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x3502feef ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x52639a58 ath6kl_read_tgt_stats +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x91cfb84a ath6kl_hif_rw_comp_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xa6aaa190 ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb12a11d3 ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb881b1a9 ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb9a689dd ath6kl_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xc60a1f7a ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xd1251e04 ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xe98770e2 ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xefc5c87f ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x055f44b9 ath9k_cmn_spectral_scan_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1a0aa030 ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x220d566d ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x3cf0d9e8 ath_cmn_process_fft +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x40c894db ath9k_cmn_spectral_deinit_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x5d69b0fd ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6a4dcf08 ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x7b4787d8 ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x8c3489f8 ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x95b48a34 ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x96e42c8b ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x99cc4798 ath9k_cmn_spectral_init_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9e4b5dd1 ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa4f7a289 ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xac8481fb ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xad8fe9f7 ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd93071ad ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xdba3793a ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xdbbcab31 ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xe298b968 ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf7414493 ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf9592a2f ath9k_cmn_spectral_scan_trigger +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xfd3939a4 ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xffc0495f ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x019465ad ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x04840295 ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x08514bef ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0ab5b7df ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0d0b1baa ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0d2151f8 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f77dafc ath9k_hw_get_tsf_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f814f11 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x121ddd27 ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x15048c5b ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x165db840 ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x198077f6 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1aaf9e25 ath9k_hw_gpio_request_in +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x20a66b5f ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x21434bf1 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x22cbe5e0 ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2ff820cc ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x30bbf62f ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x33133040 ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x34fd6b41 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x35d4b876 ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x39787197 ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3cdd40d3 ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x40ef276c ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4117f5f4 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x416a6228 ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x418cf79d ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x461c74e1 ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x466aa012 ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x46c32313 ath9k_hw_gpio_request_out +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x48670b53 ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4e262cfc ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x500d3e13 ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x532662b8 ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5433e2b5 ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x55008355 ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x552a2a1c ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x56ce40b8 ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x59d44c7e ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5c8d3453 ath9k_hw_gpio_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x607d2b59 ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x610c027e ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x654de65b ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6994082f ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x69b62ff1 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x69f44f7e ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6cec330f ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x70909f5b ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x728a733e ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x73f0cd5a ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7bbcaf5e ath9k_hw_loadnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7d391527 ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7f2f5ddc ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7f4a46a2 ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x82250b03 ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x89776aef ath9k_hw_resume_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8dfc7060 ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8fc76783 ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x918ea508 ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x934638e6 ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x93f1d7ba ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x94d68097 ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x96e1110d ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9859b77b ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9c79ea25 ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9ccff36a ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9d6cb6c4 ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9f7a4388 ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa1c47138 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa262b8b4 ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa4322d61 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa5c991eb ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa90396d5 ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa99c7cc2 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaa058fa7 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xac40b595 ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xae238e7f ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xae8f0f58 ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb06af581 ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb1942d7b ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb7e2b22a ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc06b7dc9 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc0dafb57 ath9k_hw_btcoex_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc240a6d2 ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc2816ac7 ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc4623536 ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc4745a68 ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc4e6d7d0 ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc58d558c ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc5d4fe4d ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc9a55d74 ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcabd89f6 ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd1e42b8a ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd2e404ce ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd95ef3f7 ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xda134d42 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdbe1a928 ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe054f859 ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe293e4ee ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe3830653 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe97e380e ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe988c5f1 ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf4cc098c ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf5c29b20 ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf6698578 ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfca6442b ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfe3c78c7 ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xffc3430c ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x0e852f33 stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x389d1a21 init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0xf5c5bc2e atmel_open +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x008e5eea brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x18a4860b brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x1906648e brcmu_boardrev_str +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x21fcd7cd brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x2cc03f23 brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x55d1596f brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x66f538a6 brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x7ee4ce06 brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xa08f07b7 brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xa17c0ccf brcmu_dotrev_str +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xaa6113b3 brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xb7a93813 brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xbb6ad609 brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xbc8f30a4 brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xcf66d9d9 brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xd6217d91 brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0x45b8fdee stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0xb796b19b reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0xcbfd430e init_airo_card +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x12c376dc libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x15553e27 libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x18d56f3b alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x1c52fab8 libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x22a21f6b libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x3b4a725d libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x428921c7 libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x6453228a libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x77bdb7e9 libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x7f2fdae8 libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x845a8663 libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x84b5c991 libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x8b21629f libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x8c1e5ad2 free_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x8f43cb59 libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x9e977a48 libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xad5fe268 libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xb9ffc296 libipw_rx +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xfd2711f4 libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xfd5a6f22 libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x039a199f il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0b7d8158 il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0fa34945 il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x128d22ee il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x153b2300 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1551c3c1 il_set_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x185d4487 il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1a060495 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1d4b64a8 il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1e22122a il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x257dcea2 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2b858027 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2bf7eea6 il_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2c08d19a il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2d489af1 il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3208eade il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x34a04277 il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3bf55f25 il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3cccb067 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4137c5c6 il_apm_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x416bd26a il_debug_level +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x45f07fd4 il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x467c07e9 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x48ac546a il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4af02126 il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4d1f50c6 il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x546ae31c il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x56b7f8bd il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x58702d8b il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5aba821d il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5bc833b7 il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5e5d39b9 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5e8c33e1 il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5f0ba56c il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x64b31e39 il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x66d231dd il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x685d0191 il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6b7642b6 il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6c9db854 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6db93690 il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x70f31bfb il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x71019281 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x719b7d24 il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x71a32fe7 il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7283dc22 il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x756951ce il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7a5d3b80 il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7bcde792 il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7f2a3b9f il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x856f291c il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x86c4e528 il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x879040d5 il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x880c1b26 il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x894319aa il_update_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8a5d2a63 il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8acbf898 il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8eda786e il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x942475b9 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9541bc9c il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9a48c39f il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9cc714af il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9d0b8de4 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9d3ecf35 il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9ead029c il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9f01a98e il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9f1594f2 il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa3cffd27 il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa48ed6f6 il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa508464b il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa5521b49 il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa8c4c6e3 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xaa383c97 il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xae4f009d il_init_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xae87d3a0 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xaef36092 il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb036ff8d il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb256b63d il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb65510a3 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb7f5ddce il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbaa26565 il_force_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc10e7609 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc187c36d il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc42afd28 il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc53c5f80 _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc84e54dc il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd24290d6 il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd254f232 il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd26e17b3 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd81132a2 il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdb6f0d00 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdc98a221 il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xde8fef26 il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe462309a il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe76f091c _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe98d5f93 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xea9842b8 il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xedc080f9 il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xee4a449e il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xee7915da il_set_rate +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf70a693b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf78e01f3 il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfc284c83 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfcc008af il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x08c68da0 iwl_trans_pcie_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x0fa4d950 __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x21dabca5 __traceiter_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x249cf08c __traceiter_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x466ae44d __SCK__tp_func_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x970bf4ef __SCK__tp_func_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x9828a56a __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xb396913a __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xd1e69877 __SCK__tp_func_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xf3b57705 __traceiter_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x0688cc63 hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x0b3c10fd hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x128b6d54 hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x15d3e119 hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x1a3329c3 hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x254fde12 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x3fec6f10 hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x40981f94 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x571d27a4 hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x70d3eec2 hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x75934c58 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x7fb75891 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x87a6f656 hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x8d4f391c hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x8f8eece7 hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x9822b36e hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x9a583768 hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xa24696a9 hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xab717a4e hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xaf78d27e prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xc646f048 hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xcf876fb0 hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xe51b0fed hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xe6b73ea7 hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xedfd0c61 hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf8b8eb8d hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf91c03e2 hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf9e045c7 hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x28220326 orinoco_up +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x29fc25cf free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x348ce42f orinoco_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x63f7c741 __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x75491f8a orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x76c5c481 orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x81ee332c __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x8682707c orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xa069afed alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xa74c2dc5 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xb7503ac5 orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xc7994d71 orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xe0644e5a orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xf067f8bf orinoco_open +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xf584b84a orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xfc03085f orinoco_down +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xffe27bca orinoco_interrupt +EXPORT_SYMBOL drivers/net/wireless/mediatek/mt76/mt76 0x327a9822 mt76_rx_signal +EXPORT_SYMBOL drivers/net/wireless/mediatek/mt76/mt76 0x6f7e68de mt76_wcid_key_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist 0x5c1a5648 rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x068e0ae0 rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0b62efcd rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1402e581 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1dfd56c5 _rtl92c_store_pwrindex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1e7616ca rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x21055aba rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2327d91c _rtl92c_phy_calculate_bit_shift +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x23cddd46 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2624dfc7 rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2bca179a rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3269ba5f _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x414501a3 rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x437354e3 rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4788b6a6 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5aecd54c _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5e5a4f58 _rtl92c_phy_dbm_to_txpwr_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5f8a4be9 _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x68d8e658 rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6c2feea1 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x821ff94e rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8be59ead rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8fa0fb8f rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9357a3c5 _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9486d080 _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb8368d87 rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc081fada rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc4ea420b rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc5cfc3bc rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc5d2addf rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc5d657ea rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc7a91928 rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xcedf6483 rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd041c36b rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd367df08 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd7e92b51 _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xdbc99568 rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xdfa05dc0 _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf23127e6 rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf24d0371 rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf2628902 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf4a944ad rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf6a085ed rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x00d289f5 rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x27274497 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x69834e37 rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xcecac52a rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x0ac62b6b rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x2d6c19e9 rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x8d36e920 rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xe0164568 rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x029d0de0 rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x06bfc7c0 rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x08db6b32 rtl_dm_diginit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0b038e24 channel5g_80m +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0c8a0c00 rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0f21e17b rtl_mrate_idx_to_arfr_id +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1573bb8f rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1b945315 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1d8859c4 rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x229c585a rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2ea68048 rtl_rx_ampdu_apply +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2f136448 efuse_one_byte_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x30a956d7 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3cb04aa6 rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x408e3581 rtl_collect_scan_list +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x42865798 rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x537b0af3 rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x54824f58 channel5g +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5fa18e47 rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6614b45f efuse_power_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x66c8a4ac efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x703fd97a rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x81566427 rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x86963a8c rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x88c8b5c1 rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8ea60059 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9233a788 rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x980359c7 rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9b1897b8 efuse_shadow_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9dccebee rtl_c2hcmd_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9f552a18 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xaea6186c rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xaeba9038 rtl_cmd_send_packet +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb610eb0a rtl_init_sw_leds +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc1cbf867 rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xea1595fd rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xebedfe5f rtl_wowlan_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xed7c8cf2 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8723d 0x5cd6c9c8 rtw8723d_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8821c 0xc116be45 rtw8821c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822b 0xb736b37a rtw8822b_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822c 0x58f4d844 rtw8822c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x04b5cee4 rtw_phy_config_swing_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0c89539c rtw_coex_write_scbd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0ecabc29 rtw_phy_set_edcca_th +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x10247779 rtw_dump_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x105bd35e rtw_phy_pwrtrack_get_delta +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x14997e81 rtw_unregister_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1a6fdc4e rtw_set_channel_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1a79db9d rtw_bf_set_gid_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1b61c88c rtw_parse_tbl_phy_cond +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1bbff35f rtw_bf_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1dc2d072 rtw_tx_ac_to_hwq +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2b9ab4d0 rtw_phy_load_tables +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2bf8a449 rtw_set_rx_freq_band +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2d2d9736 rtw_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2d5c28db rtw_phy_pwrtrack_avg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x30f76129 rtw_phy_pwrtrack_get_pwridx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x32cd480b rtw_power_mode_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x33b3f3c0 rtw_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x36c5bfca rtw_disable_lps_deep_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x376ee18b rtw_phy_cfg_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3bca18da rtw_phy_pwrtrack_need_lck +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3f90109a rtw_tx_write_data_h2c_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x43ebea08 rtw_tx_fill_tx_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x440b7589 rtw_phy_rf_power_2_rssi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x456517ae rtw_bf_remove_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x519c8ba9 rtw_rate_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x57d82a4e rtw_register_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x58210e60 rtw_rate_section +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x58433fc4 rtw_phy_pwrtrack_thermal_changed +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x59b93bd1 rtw_fw_do_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x60e530af rtw_phy_write_rf_reg_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x617a70ba rtw_fw_c2h_cmd_rx_irqsafe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x68cd8590 rtw_phy_parsing_cfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x69266225 rtw_phy_read_rf_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6b31e847 rtw_restore_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6bdaf166 __rtw_dbg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6d6005e7 rtw_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6d961602 rtw_tx_write_data_rsvd_page_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7e7c733f rtw_rx_fill_rx_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x810ae3f4 rtw_coex_write_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8287bdac rtw_dump_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x86e018f2 rtw_bf_enable_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8999dbed rtw_tx_queue_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8c9982e4 rtw_phy_cfg_agc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8f3cedec rtw_bf_cfg_csi_rate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x93de7d93 rtw_coex_read_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x972542a6 rtw_parse_tbl_txpwr_lmt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9d2d6773 rtw_phy_get_tx_power_index +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9e87518a rtw_read8_physical_efuse +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xac0278e4 rtw_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xad2c249d rtw_phy_cfg_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xaecb5253 rtw_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb25ded37 rtw_bf_enable_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc080b001 rtw_rx_stats +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc4096e75 rtw_parse_tbl_bb_pg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc4f776df check_hw_ready +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc579da80 rtw_phy_set_tx_power_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xce1f557b rtw_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd2b04124 rtw_fw_c2h_cmd_isr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd9481ba6 rtw_bf_remove_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe3789653 rtw_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe4455495 rtw_phy_cfg_bb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe58c1080 rtw_phy_write_rf_reg_mix +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe9d7daa9 rtw_fw_inform_rfk_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xef4cfd6f rtw_regd_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xfae2755b rtw_tx_report_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xfc7a6b51 rtw_phy_pwrtrack_need_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x099706e0 rtw_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x524c3765 rtw_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x7b87c00b rtw_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0xb503ebff rtw_pci_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0x0dbcbb34 rtw_sdio_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0xdf2e30ec rtw_sdio_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0xdf855ea1 rtw_sdio_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0xf030c0b7 rtw_sdio_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0x410921d6 rtw_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0xacbb85c3 rtw_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8851b 0x8bf8dc5b rtw8851b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852a 0x41ac6265 rtw8852a_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852b 0x3632b095 rtw8852b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852c 0xad97fcfa rtw8852c_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x070a5ac7 rtw89_core_rx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x082f03a8 rtw89_phy_write_reg3_tbl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0cac039f rtw89_phy_set_txpwr_limit_ru +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0eb7c44f rtw89_core_napi_start +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x10fb60db rtw89_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x14240b58 rtw89_core_unregister +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1581c07e rtw89_phy_read_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x17fdd586 rtw89_phy_load_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1a4ccc65 rtw89_core_fill_txdesc_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1e6f451b rtw89_phy_config_rf_reg_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x282a740b rtw89_phy_set_txpwr_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x28873114 rtw89_mac_resume_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2bd05292 rtw89_free_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x41550e0d rtw89_mac_cfg_gnt_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4c557b75 rtw89_btc_set_policy_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4ed36a29 rtw89_mac_set_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5cfe39b6 rtw89_mac_stop_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x617724eb rtw89_alloc_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x648b9a77 rtw89_core_register +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x657c58bf rtw89_ser_notify +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6772f52d rtw89_core_fill_txdesc_fwcmd_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x69880523 rtw89_mac_get_txpwr_cr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6aeded5b rtw89_mac_get_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6b049579 rtw89_core_napi_stop +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6fd87af6 rtw89_phy_set_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x77f63189 rtw89_phy_read32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7869b708 rtw89_mac_write_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x79a1afaf rtw89_fw_h2c_dctl_sec_cam_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7d3854fe rtw89_mac_resume_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7e28d1e3 rtw89_core_napi_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8044a185 rtw89_phy_write_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x83b0e7b0 rtw89_btc_set_policy +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x86f56d1f rtw89_mac_cfg_ctrl_path_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x87797f1e rtw89_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x89af9354 rtw89_phy_tssi_ctrl_set_bandedge_cfg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8b268728 rtw89_mac_coex_init_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8e0967a3 rtw89_mac_cfg_ctrl_path +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x901a6ef7 rtw89_mac_disable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x95756b84 rtw89_core_fill_txdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9ac85705 rtw89_mac_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9adec581 rtw89_phy_write32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9ee11614 rtw89_phy_read_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9f958192 rtw89_mac_read_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa0539736 rtw89_decode_chan_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa4646a78 rtw89_phy_get_txsc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa9a2c40f rtw89_phy_write_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xaf124fe7 rtw89_core_napi_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb0a4992a rtw89_read_efuse_ver +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc4f04ca3 rtw89_mac_cfg_ppdu_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc93c600c rtw89_mac_enable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc952a0b4 rtw89_mac_stop_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xcb726f45 rtw89_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xce65e4f6 rtw89_encode_chan_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xcfe6cf55 rtw89_btc_ntfy_wl_rfk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd06ce33c rtw89_fw_h2c_rf_ntfy_mcc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd2f83107 rtw89_phy_set_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd5215ed7 rtw89_mac_cfg_gnt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd8394f73 rtw89_core_query_rxdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xdddfbe68 rtw89_rfk_parser +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe3a69f30 rtw89_mac_coex_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe3f57b04 rtw89_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf7070bfb rtw89_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf8725243 rtw89_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf87becec __rtw89_debug +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x0a7c78de rtw89_pci_config_intr_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x19af18ca rtw89_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x270f311f rtw89_pci_disable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x3b8066bd rtw89_pci_ltr_set_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x54a5946e rtw89_pci_recognize_intrs +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x601f68b2 rtw89_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x6efd9f2c rtw89_bd_ram_table_dual +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x71162055 rtw89_bd_ram_table_single +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x9ce0961b rtw89_pci_ch_dma_addr_set +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xa3133d49 rtw89_pci_recognize_intrs_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xa88cef4c rtw89_pci_enable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xabdac633 rtw89_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xd3eb49f2 rtw89_pci_fill_txaddr_info_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xdf0b7f9c rtw89_pci_config_intr_mask_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xe9d0cd63 rtw89_pci_enable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xec20670e rtw89_pci_disable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xf2b148af rtw89_pci_ltr_set +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xf5d4cf55 rtw89_pci_fill_txaddr_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xf630d9a9 rtw89_pci_ch_dma_addr_set_v1 +EXPORT_SYMBOL drivers/net/wireless/rsi/rsi_91x 0x1390348a rsi_config_wowlan +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x078faad5 wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x0981ceb4 wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x27cbf5ce wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xf9edae79 wl1271_free_tx_id +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0xb829ef05 fdp_nci_probe +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0xf6a6eff5 fdp_nci_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0x541c4125 microread_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0xd6bb4a0a microread_probe +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0xbf09d4e4 nxp_nci_probe +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0xd0b03e8a nxp_nci_remove +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0xf3bd42ae nxp_nci_fw_recv_frame +EXPORT_SYMBOL drivers/nfc/pn533/pn533 0x3f9fb8cd pn533_recv_frame +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x87f76f28 pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xdcb33c34 pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x59b70af6 s3fwrn5_remove +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x6c7e1ef0 s3fwrn5_phy_power_ctrl +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x774203fc s3fwrn5_phy_set_wake +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x8661b8bc s3fwrn5_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xe7fb3d17 s3fwrn5_recv_frame +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xedb12f10 s3fwrn5_phy_set_mode +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xf2ab60da s3fwrn5_phy_get_mode +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x10ce7cb1 st_nci_se_io +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x179351f3 st_nci_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x18702331 ndlc_send +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x34092046 ndlc_open +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x4be32cff ndlc_probe +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x7661a006 st_nci_se_deinit +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x7a6678fc ndlc_close +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x8f16a8e2 st_nci_se_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xc1d73541 ndlc_remove +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xe2b9af26 ndlc_recv +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x0ad43d89 st21nfca_dep_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x2a45f6fc st21nfca_tm_send_dep_res +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x2bf5a40c st21nfca_dep_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x51029248 st21nfca_hci_se_io +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x561ffbf2 st21nfca_hci_discover_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x69746638 st21nfca_dep_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x6e564752 st21nfca_hci_disable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x70cab431 st21nfca_im_send_atr_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x79ffeef5 st21nfca_se_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x7f0651d5 st21nfca_se_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x7f3628c1 st21nfca_hci_loopback_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xa309c654 st21nfca_im_send_dep_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xaa522e7a st21nfca_apdu_reader_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xb7a6d6b6 st21nfca_hci_enable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xde31ce22 st21nfca_connectivity_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xedbc1303 st21nfca_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xedf9754a st21nfca_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xeebc8323 st21nfca_vendor_cmds_init +EXPORT_SYMBOL drivers/ntb/ntb 0x008567b0 ntbm_msi_request_threaded_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x1919fab2 ntb_default_peer_port_idx +EXPORT_SYMBOL drivers/ntb/ntb 0x2c9f8b3a ntb_default_peer_port_count +EXPORT_SYMBOL drivers/ntb/ntb 0x490844d4 ntb_db_event +EXPORT_SYMBOL drivers/ntb/ntb 0x4c03b687 ntb_clear_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x5e70af66 __ntb_register_client +EXPORT_SYMBOL drivers/ntb/ntb 0x5e7688d1 ntb_msi_init +EXPORT_SYMBOL drivers/ntb/ntb 0x65b0b762 ntb_unregister_device +EXPORT_SYMBOL drivers/ntb/ntb 0x78df575d ntb_msi_setup_mws +EXPORT_SYMBOL drivers/ntb/ntb 0x8e3600be ntb_set_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x96be26d5 ntb_default_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0xacbf594b ntbm_msi_free_irq +EXPORT_SYMBOL drivers/ntb/ntb 0xaef0bcd4 ntb_msi_clear_mws +EXPORT_SYMBOL drivers/ntb/ntb 0xb388049a ntb_msi_peer_trigger +EXPORT_SYMBOL drivers/ntb/ntb 0xba7aa0a8 ntb_register_device +EXPORT_SYMBOL drivers/ntb/ntb 0xdbaa06c0 ntb_unregister_client +EXPORT_SYMBOL drivers/ntb/ntb 0xe1580e59 ntb_msg_event +EXPORT_SYMBOL drivers/ntb/ntb 0xe3013b11 ntb_msi_peer_addr +EXPORT_SYMBOL drivers/ntb/ntb 0xf088110e ntb_default_peer_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0xf2074e4b ntb_link_event +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0x03854d53 nvdimm_namespace_attach_btt +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0xdf54ca83 nvdimm_namespace_detach_btt +EXPORT_SYMBOL drivers/parport/parport 0x0a8d6bcf parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x0bc035cd parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x10b40416 parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0x17df13d6 parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x18e39b63 parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x24ee0348 parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0x2ceac3f4 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0x2e1bec76 parport_register_dev_model +EXPORT_SYMBOL drivers/parport/parport 0x3014541e __parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x3728dde8 parport_read +EXPORT_SYMBOL drivers/parport/parport 0x3bf735f7 parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x5ea678ce parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0x77de576c parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0x7ee2522e parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0x7f23b28f parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0x85052fe7 parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0xa24b1a8b parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0xa3155eff parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xa3e4bc82 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0xa981f1a3 parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0xac29d64a parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xb17097e7 parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0xbb7c9761 parport_write +EXPORT_SYMBOL drivers/parport/parport 0xcb55795f parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0xd14f9b97 parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0xe9e0aaf3 parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0xf0a4be3e parport_del_port +EXPORT_SYMBOL drivers/parport/parport 0xf8412150 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0xf9777da3 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0xfc7132d2 parport_release +EXPORT_SYMBOL drivers/parport/parport 0xfd82dbd1 parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport_pc 0x1f9c4e55 parport_pc_unregister_port +EXPORT_SYMBOL drivers/parport/parport_pc 0x73eca23d parport_pc_probe_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x090e8073 pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x3db96787 pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x6d4b731b pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x8f7a0448 pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x91cee367 pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x94355bef pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xaec5a196 pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xbb0fdfe7 pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xc985ab54 pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xdc2fe416 pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf942709b pcmcia_socket_list_rwsem +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x462e694e pccard_static_ops +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x036c6ac2 cros_ec_suspend_late +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x4ea4d032 cros_ec_resume_early +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x51a1be07 cros_ec_unregister +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x661abf1d cros_ec_resume +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x83f59aad cros_ec_suspend +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x8d5dd515 cros_ec_register +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xf25aacf5 cros_ec_irq_thread +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xfa295eca cros_ec_suspend_prepare +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xfd2dc430 cros_ec_resume_complete +EXPORT_SYMBOL drivers/regulator/rohm-regulator 0xd3f1337b rohm_regulator_set_dvs_levels +EXPORT_SYMBOL drivers/rpmsg/qcom_glink 0xd7119b40 qcom_glink_native_rx +EXPORT_SYMBOL drivers/rpmsg/qcom_smd 0x989eb75d qcom_smd_register_edge +EXPORT_SYMBOL drivers/rpmsg/qcom_smd 0xadc8e61f qcom_smd_unregister_edge +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0x21fedf0d rpmsg_chrdev_eptdev_destroy +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0x4d0c1669 rpmsg_chrdev_eptdev_create +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x13663320 rpmsg_trysend_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x1dac6d73 rpmsg_register_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x24ee7487 rpmsg_send +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x2d4b5319 rpmsg_get_mtu +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x3463b8c0 rpmsg_class +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x3b353ba4 rpmsg_unregister_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x5650c575 rpmsg_register_device_override +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x577cfa55 rpmsg_release_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x7b9e2c8e rpmsg_destroy_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x939ed270 rpmsg_trysendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xa5be513a rpmsg_trysend +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xac3444ca rpmsg_create_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xb5e10c79 rpmsg_poll +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xc3e096e8 rpmsg_sendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xce5a1ead rpmsg_find_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xdc7a1582 unregister_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xeb6bfe63 rpmsg_create_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xf276c281 rpmsg_send_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xfdfe1f85 __register_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_ns 0x6a290719 rpmsg_ns_register_device +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x24577b0d scsi_esp_template +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x4a29ab38 scsi_esp_intr +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x54643cae scsi_esp_register +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xb64d43d6 scsi_esp_unregister +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xf4e3643e scsi_esp_cmd +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x07f992d4 fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x09f92f36 fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x1b5fc655 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x29cb50d3 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x2fe114a3 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x46739e85 fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xa1f4be01 fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xa5dcea2c fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xb3da16c4 fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xcda0bc65 fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xfabf2bb4 fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0072234d fc_seq_set_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0223e443 fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x02b97f09 fc_rport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x03ac707b fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x056170e4 fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0e8c0a6e fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x240d54fb fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x269c8a97 fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x277aeb80 fc_rport_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2ae3df42 fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3183b06f fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x31e537fc fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3c1d51c8 fc_rport_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x44a9424d fc_rport_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4a410520 fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x599a5067 fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5f7ed4ca fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6c499305 fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6f12197e fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x725fa7f3 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7897f998 fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7eea04a5 fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7f3407a7 fc_seq_start_next +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x811811e0 fc_exch_done +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x863ed933 fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x895c3c5d fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8ab47a6b fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8fbd4af7 fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x94361338 fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x95b2b456 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x98351c73 fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x99172b66 fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9d228f92 fc_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9d50ed7e fc_rport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9e29564d fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa1bcd198 fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa2469f5f fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa2a7eaec fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa5476958 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xaae07893 fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb0ddd5a1 fc_rport_flush_queue +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb8b66739 libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb9fb4003 fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbdddc2ff fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc0011e68 fc_exch_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc16dae33 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc42c2e49 fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc4763de7 fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc5d3c86f fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcb34db88 fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcfcd18fb fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdb39ec51 fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xde38ef1f fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdf9e9d35 fc_seq_assign +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe5b29c43 fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe5c9e2e0 _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe5cf06b5 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xea626522 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xed531e4f fc_lport_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xeec3a32b fc_rport_recv_req +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf80d31ee fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf8dfe0cb fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf92087e3 fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfa4667d1 fc_seq_release +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfd8baf47 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4a8e3d34 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x6085df92 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x74e432b2 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xb5dbc3d6 sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xe981605c sas_resume_ha_no_sync +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xa21fafb9 mraid_mm_adapter_app_handle +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xb2cf7c01 mraid_mm_unregister_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xdb17bdee mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x217991e9 qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x3f7f4ea6 qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x722b58ef qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x863c485f qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x8c5b20b3 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xaaf4cafb qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb4e7755d qlt_abort_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb7e61682 qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xc50bbef4 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xc5e3270f qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xe491b010 qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xed6f3cc1 qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/raid_class 0x15a5ebfa raid_class_attach +EXPORT_SYMBOL drivers/scsi/raid_class 0xdcec268c raid_class_release +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x06ce3560 fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x2ae479d3 fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x375f8bbd fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x3c73ff34 fc_block_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x5366a79b fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x641a7cbe scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x691bbe1f fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7a6a2104 fc_host_fpin_rcv +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x90722653 fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xa3d6e1a2 fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xb0cb68ca fc_find_rport_by_wwpn +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xc11509d3 fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xc214f45e fc_host_post_fc_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xc51072e4 fc_eh_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xdefdc0e9 fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xed7157cd fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xf03461df fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xf1d2fdfa fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0650aa67 sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x150c4764 scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1dc88cc4 sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x389fe74a sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x393ba310 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x465da273 sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4aa14b63 sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4be7491b sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4e5c98a0 sas_get_address +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5fd141c5 sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6fbe63e0 sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x867dfddd sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8aa0ae66 sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8ddf8b0f sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x92aa10b6 sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9681623d sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xaf11f5db sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xafc78f0a scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb3e82111 sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb888da8b sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc6c09be7 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd4e458b7 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd769e196 sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd9b2679c scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xdf74e22d sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf24d0ca4 sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf5031fca sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xfabbb667 sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xfac428e5 sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x4619bd5b spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x553e06be spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x598dd6f8 spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x914a2e70 spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xd5481d50 spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x28249187 srp_rport_put +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x3c4cd1c3 srp_rport_get +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x405b6e05 srp_parse_tmo +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x48f0c677 srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x9f2a881b srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xa555e731 srp_timed_out +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x030f2d6c dpaa2_io_service_enqueue_fq +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x21e76a68 dpaa2_io_get_adaptive_coalescing +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x2bc276ca dpaa2_io_update_net_dim +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x35210a1c dpaa2_io_set_irq_coalescing +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x3d01f417 dpaa2_io_service_pull_fq +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xb629a241 dpaa2_io_get_irq_coalescing +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xc4ccef03 dpaa2_io_get_cpu +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xdb008703 dpaa2_io_service_enqueue_multiple_fq +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xe0f67b93 dpaa2_io_service_enqueue_multiple_desc_fq +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xfa0aedff dpaa2_io_set_adaptive_coalescing +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x07564e82 cmdq_pkt_assign +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x081d1a1a cmdq_pkt_write_mask +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x1f3ed632 cmdq_pkt_jump +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x3f6fab3f cmdq_pkt_write_s_mask_value +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x3fc19424 cmdq_pkt_write +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x45dae4fc cmdq_pkt_poll +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x578699c0 cmdq_pkt_finalize +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x58cdc788 cmdq_pkt_poll_mask +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x5a123a5e cmdq_pkt_write_s_mask +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x5bfd584c cmdq_pkt_set_event +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x5d9225e4 cmdq_mbox_destroy +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x6a1ca063 cmdq_mbox_create +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x8aa532b3 cmdq_pkt_write_s_value +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x8ab965b5 cmdq_pkt_wfe +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x9194f23f cmdq_pkt_flush_async +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x9a96fe0d cmdq_dev_get_client_reg +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xa40c93c8 cmdq_pkt_clear_event +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xd529f27b cmdq_pkt_destroy +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xdf8340fe cmdq_pkt_write_s +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xe96f5336 cmdq_pkt_create +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xfec2df2b cmdq_pkt_read_s +EXPORT_SYMBOL drivers/soc/qcom/ocmem 0x255f5a35 of_get_ocmem +EXPORT_SYMBOL drivers/soc/qcom/ocmem 0xc53d76b1 ocmem_allocate +EXPORT_SYMBOL drivers/soc/qcom/ocmem 0xf9b05967 ocmem_free +EXPORT_SYMBOL drivers/soc/qcom/pdr_interface 0x1c76ea4d pdr_restart_pd +EXPORT_SYMBOL drivers/soc/qcom/pdr_interface 0x432975e6 pdr_add_lookup +EXPORT_SYMBOL drivers/soc/qcom/pdr_interface 0x47b2ed49 pdr_handle_alloc +EXPORT_SYMBOL drivers/soc/qcom/pdr_interface 0xf618ca5b pdr_handle_release +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x1247e6cc geni_se_rx_init_dma +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x2cac18a1 geni_icc_set_bw +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x4b355cc6 geni_se_resources_off +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x4c4042d0 geni_se_rx_dma_prep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x4d0c2d40 geni_se_config_packing +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x4d73f401 geni_se_tx_init_dma +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x59eea048 geni_se_rx_dma_unprep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x6cc1c255 geni_se_get_qup_hw_version +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x6edbbf61 geni_icc_disable +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x7ef07eaa geni_se_select_mode +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x98945e4c geni_se_clk_freq_match +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xba94ce71 geni_se_init +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xbc8c18bb geni_icc_get +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xc78281a3 geni_se_clk_tbl_get +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xd15a10f5 geni_icc_enable +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xd4032737 geni_se_tx_dma_unprep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xd7b67fa4 geni_se_resources_on +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xf55402d4 geni_icc_set_tag +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xfafd02c6 geni_se_tx_dma_prep +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x10269cad qmp_get +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x2333aed6 qmp_put +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x9e2aa1df qmp_send +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x0824bd92 qmi_txn_wait +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x18908108 qmi_txn_cancel +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x28ac2fd2 qmi_encode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x2da3d4b8 qmi_handle_release +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x42f09a5f qmi_send_indication +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x4cd2fe40 qmi_response_type_v01_ei +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x6051451d qmi_decode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x6f67c1d9 qmi_add_lookup +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x7447e259 qmi_send_response +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x96ac36de qmi_send_request +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x97d6de83 qmi_txn_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xaeffd394 qmi_handle_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xaf003c09 qmi_add_server +EXPORT_SYMBOL drivers/soc/qcom/smd-rpm 0x3abef80b qcom_rpm_smd_write +EXPORT_SYMBOL drivers/soc/qcom/wcnss_ctrl 0xe3344472 qcom_wcnss_open_channel +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x0a349653 sdw_update +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x0d729319 sdw_slave_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1287dff3 sdw_master_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x15ac76f3 sdw_nread_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x16d1706b sdw_prepare_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x186a30d6 sdw_show_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x18ca3abc sdw_bus_exit_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1c387e01 sdw_extract_slave_id +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1d46ca62 sdw_update_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1deee061 sdw_find_row_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x2b16865a sdw_nwrite_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x384551eb sdw_write_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x394adce5 sdw_compare_devid +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3b0a8582 sdw_startup_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4cde88bf sdw_disable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x556c15bc sdw_read +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x5e47b070 sdw_nread +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x60e31fbb sdw_find_col_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x6415fc10 sdw_stream_remove_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x653cf0bc sdw_bus_master_delete +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x6f95b16b sdw_shutdown_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x71891d59 sdw_deprepare_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x7ec79b89 sdw_bread_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x8ac14bd0 sdw_bwrite_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x8bb15563 sdw_stream_remove_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x908fe046 sdw_bus_prep_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x93c0b0c1 sdw_nwrite +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x97806d7b sdw_stream_add_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9e122d79 sdw_alloc_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xaacb41c6 sdw_slave_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xb06ea80d sdw_bus_master_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xba54b904 sdw_cols +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xbbec2c2e sdw_enable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xbffe0bf3 sdw_write +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xc78391b2 sdw_read_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xd4cd6dea sdw_handle_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xd67870c9 sdw_bus_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xda5bce09 sdw_release_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xe30df1ea sdw_stream_add_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xeb53bf21 sdw_clear_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf53ba0b8 sdw_rows +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x1145991e sdw_cdns_pdi_init +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x24e093f9 cdns_read_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x34712074 sdw_cdns_irq +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x444ac222 sdw_cdns_config_update_set_wait +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x4a285127 sdw_cdns_check_self_clearing_bits +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x4ecc4b9c sdw_cdns_config_update +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x5154e2fa sdw_cdns_enable_interrupt +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x6f89826f sdw_cdns_exit_reset +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x741209d4 cdns_bus_conf +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x767a1f45 sdw_cdns_clock_restart +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x89895cf2 cdns_xfer_msg +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x94ed49bf sdw_cdns_alloc_pdi +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xaa834996 sdw_cdns_init +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xb5d19b66 sdw_cdns_config_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xbeda7c14 cdns_xfer_msg_defer +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xd1c89740 sdw_cdns_is_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xdbb9c651 sdw_cdns_probe +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xde7f1873 sdw_cdns_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xdfd112be cdns_set_sdw_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-generic-allocation 0x8e165721 sdw_compute_params +EXPORT_SYMBOL drivers/soundwire/soundwire-generic-allocation 0xf993eebf sdw_compute_slave_ports +EXPORT_SYMBOL drivers/ssb/ssb 0x00b34252 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0x01c92ae3 ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0x05692bbd ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0x2e3672aa ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0x3449284c ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x49b86168 ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0x6c56fac2 ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0x7244dbb9 ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x8259d10c ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x98fe3779 ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xa0691585 ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0xa0d0032a ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0xa4cb7525 ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0xad4fed9d ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0xba02bff6 ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0xcb17f1cb ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xcb991429 ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0xd749997b ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0xdfc7c6ef ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xe4a0219c __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0xedf8e7dc ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0xfbb81c01 ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x026b97b1 fbtft_write_gpio16_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x07ac5d7f fbtft_framebuffer_alloc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x1948bec2 fbtft_unregister_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x1c1e5ca1 fbtft_probe_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x1d489046 fbtft_write_vmem16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x214ce74d fbtft_write_reg8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x2b65f8f2 fbtft_register_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x2f04bb23 fbtft_write_vmem16_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x350750b7 fbtft_unregister_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x38480237 fbtft_remove_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x3b380a5c fbtft_write_buf_dc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x5c835a0a fbtft_register_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x5eb70d4d fbtft_write_vmem8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x656162db fbtft_init_display +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x8713eea8 fbtft_read_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x88c6e51b fbtft_write_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x89e83581 fbtft_framebuffer_release +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x8d250142 fbtft_write_gpio8_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xa4a05112 fbtft_write_vmem16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xd39bbb21 fbtft_write_reg16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xdf7ab52a fbtft_write_gpio16_wr_latched +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xe05496d7 fbtft_write_spi_emulate_9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xf35a2be4 fbtft_dbg_hex +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xf4bc0dcf fbtft_write_reg16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xf9e05b8c fbtft_write_reg8_bus9 +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x293c63cf gbaudio_module_update +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x3bc73131 gbaudio_register_module +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x473d5aa9 gbaudio_unregister_module +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x845a52e1 adt7316_probe +EXPORT_SYMBOL drivers/staging/nvec/nvec 0x0b10dc64 nvec_write_async +EXPORT_SYMBOL drivers/staging/nvec/nvec 0x2272fe58 nvec_write_sync +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0ea62945 rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x13d2490e rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1b9915ac rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1f599da6 rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22166084 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x247d7a56 rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x285f4091 dot11d_channel_map +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2d4afe25 rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x31bb8a3f rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x34865970 rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3dbff7bc rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x41fa5547 rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x53e08135 rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x59380a9f rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5b0eb886 rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5bf15616 rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x693fadd8 rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x696b21de rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7448476f rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x753ff46d rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x77376ddb RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8684ab1a rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8d995015 rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x957ee818 rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9b8e87a1 free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9bfd44c4 rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa04ee90f rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa1102098 rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa66fe5ef rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xad6a136f rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xaeab645b rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb22af866 rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb7172b29 rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbb881c63 rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbf581105 rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc2f030ee rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc781884d HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc901e76a rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xcafde865 rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xcc025566 alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd4010942 notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd54d87a4 rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd918e7d5 rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe2c3f434 rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe6e8144b rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe718d515 rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xeb742630 dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xef930cce rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf1da4c0c rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf2ea92c5 rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x00f3bd72 ieee80211_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x056777b7 ieee80211_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0a1af644 ieee80211_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0a920890 ieee80211_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0b5cb9eb ieee80211_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0cf4ef67 ieee80211_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1658faca rtl8192u_dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x172ad1e4 ieee80211_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1dff8f14 dot11d_get_max_tx_pwr_in_dbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1e87e8ae ieee80211_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x232e7944 ieee80211_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x295e6f2b ieee80211_softmac_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2e092d98 ieee80211_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x312029ab ieee80211_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x31b4c7a3 ieee80211_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3a2f8570 ieee80211_rx_mgt +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3bd27cdd ieee80211_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3bf6fc97 ieee80211_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3d111c32 ieee80211_softmac_xmit +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4537458b ieee80211_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4a53112e ieee80211_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4ee5ee4e HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x63e77566 ieee80211_txb_free +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x643792f2 dot11d_scan_complete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6651f895 ieee80211_is_shortslot +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6915e72e is_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6ddb844f SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7825dda1 ieee80211_wx_get_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7e0d9a64 ieee80211_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7fae599b ieee80211_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x80e99bac notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8aed363b ieee80211_rx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8e27a629 ieee80211_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x91b4c4fa ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x95667f22 ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x95f96d6a ieee80211_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa21e7a22 ieee80211_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa7b1310f ieee80211_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb0544d34 ieee80211_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc8aea875 ieee80211_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc9ddbaec ieee80211_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xccb93978 dot11d_reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd3505ab4 ieee80211_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd46f6d01 ieee80211_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd8c8478c to_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe3372510 ieee80211_is_54g +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe3bee0a3 ieee80211_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe3de9f82 ieee80211_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xec3531ed ieee80211_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf47ce7cb ieee80211_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf49a11a7 ieee80211_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf77938f9 ieee80211_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf8206d43 ieee80211_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf9e3a393 dot11d_update_country_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfaf33217 ieee80211_disassociate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfe3edcff ieee80211_wx_set_essid +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x028a8bcd iscsit_add_cmd_to_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x053daef5 iscsit_free_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x143e534d iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x147c62d2 __iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1c1aa986 iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1ddfffae iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2b18863c iscsit_handle_snack +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x30e022e0 iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3827dfcd iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x384a8d1c iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x386e38f4 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3a60f8e3 iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3d0b041d iscsit_set_unsolicited_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3dd9ca12 iscsi_change_param_sprintf +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x41b97f10 iscsit_aborted_task +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x471a5f45 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x47eb2cd0 iscsit_find_cmd_from_itt_or_dump +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4bda08d0 iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4f26dcd8 iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x546e7dc6 iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5935786c iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5b260dc7 iscsit_find_cmd_from_itt +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5cca24db iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5fc39dec iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x65bd37ac iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x66b4e0d5 iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x71a46c0c iscsi_target_check_login_request +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7e123c0e iscsit_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x871bab56 iscsit_thread_check_cpumask +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8ef95797 iscsit_build_r2ts_for_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8f4bedbd iscsit_add_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x97d3052b iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbedf8c5d iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbf084c1f iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc18decc3 iscsit_get_datain_values +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc784251f iscsit_build_datain_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xceac99bc iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdc1e1fb0 iscsit_reject_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe1a04949 iscsit_response_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe4b56713 iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe5ec11ca iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xeca3f461 iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xed545930 iscsit_queue_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf0c1771f iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf34332f0 iscsi_find_param_from_key +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf431f25d iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x050730b0 transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x0601b946 sbc_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x0871ffd6 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x0c51da6a transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x0ceeaa38 target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0x0f612917 spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x142072c0 transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x161a2c9b transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x1664fb3b target_cmd_init_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x17601b18 target_cmd_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x1e276021 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x2050eaf4 target_stop_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x2169914c spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x219bb132 spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0x27942215 target_register_template +EXPORT_SYMBOL drivers/target/target_core_mod 0x29e1255e target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x2b086bc3 target_show_dynamic_sessions +EXPORT_SYMBOL drivers/target/target_core_mod 0x2d019577 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0x3350d87b core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x35a33e81 core_allocate_nexus_loss_ua +EXPORT_SYMBOL drivers/target/target_core_mod 0x360a4c29 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0x367a0f10 core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x36a89d0a target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x3a20a9d7 transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x3bb088a3 target_depend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x3c5a7ef0 transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x44f8fd43 target_complete_cmd_with_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x47820e2b passthrough_pr_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x48a32156 sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x4a1e2f8d transport_alloc_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x5051035d transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0x54809c0f core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x561cb7cd target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x5833ef38 core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x588da982 transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0x5b201703 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x5bdb610a target_free_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0x5eddcdf7 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x60380495 transport_copy_sense_to_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x60a596c0 sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x6ef9bffc target_set_cmd_data_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x705802f5 target_backend_unregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x72b03a12 target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0x72b31094 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x739cae82 target_send_busy +EXPORT_SYMBOL drivers/target/target_core_mod 0x73d3c272 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x74bff072 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x7523cdd3 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x77cc3b60 sbc_dif_verify +EXPORT_SYMBOL drivers/target/target_core_mod 0x7b8b5ffa target_unregister_template +EXPORT_SYMBOL drivers/target/target_core_mod 0x8199c574 target_nacl_find_deve +EXPORT_SYMBOL drivers/target/target_core_mod 0x91c46cd3 sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0x94910205 passthrough_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x94f078c1 target_tpg_has_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x9835ec8c target_show_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x9d9168c2 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0xa4d4bd70 target_lun_is_rdonly +EXPORT_SYMBOL drivers/target/target_core_mod 0xa68ee1cc transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xaefbcacd target_alloc_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0xaf4ba2cd transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xb083f7c1 target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0xb114e207 transport_backend_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xb8aae0bc core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xc24a8fe1 transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xc38a7b81 passthrough_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xc550f904 target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xc65ea26e target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xd7ecd128 target_undepend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0xd91c20f6 target_setup_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xdc5456a9 target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0xe05656c5 transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xe0c3fac1 spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0xe15a2e61 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xe5b55703 __target_init_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xe6a58e75 target_remove_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xe8ce1c05 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3c2dfe0 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf663df34 sbc_dif_copy_prot +EXPORT_SYMBOL drivers/target/target_core_mod 0xfc95922c core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x051d20b8 ufshcd_alloc_host +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x0560ad1a ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x58245bdb ufshcd_system_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x72c5fb90 ufshcd_runtime_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xdad922e2 ufshcd_get_local_unipro_ver +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xe444d4a2 ufshcd_system_suspend +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0x6f73f139 tc_dwc_g210_config_40_bit +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0xbe8679c5 tc_dwc_g210_config_20_bit +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0x1523b5fd ufshcd_dwc_dme_set_attrs +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0x7c4b9ada ufshcd_dwc_link_startup_notify +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0xd53e05c2 usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0xee0a511c usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x96fb280a sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x0e9725c2 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x21c825e4 usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x386d2f76 usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x41d3c342 usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x5701073b usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x824aaa46 usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x92bb1763 usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x989b310f usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xaa4348f9 usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xe6b28b25 usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xf60baf28 usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x7a818e9b usb_serial_resume +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x86c856ee usb_serial_suspend +EXPORT_SYMBOL drivers/vdpa/vdpa 0x3a4be909 vdpa_set_status +EXPORT_SYMBOL drivers/vfio/vfio 0x19567d06 vfio_info_cap_shift +EXPORT_SYMBOL drivers/vfio/vfio 0x5b76a708 vfio_pin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0x6c28be5a vfio_info_add_capability +EXPORT_SYMBOL drivers/vfio/vfio 0xadc044b7 vfio_set_irqs_validate_and_prepare +EXPORT_SYMBOL drivers/vfio/vfio 0xc8a65387 vfio_dma_rw +EXPORT_SYMBOL drivers/vfio/vfio 0xd72b835a vfio_unpin_pages +EXPORT_SYMBOL drivers/vhost/vhost 0x248d29a9 vhost_chr_write_iter +EXPORT_SYMBOL drivers/vhost/vhost 0xdad5d3d9 vhost_chr_poll +EXPORT_SYMBOL drivers/vhost/vringh 0x22535a6e vringh_abandon_user +EXPORT_SYMBOL drivers/vhost/vringh 0x22f44e7d vringh_getdesc_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x31848eae vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0x372fd6c2 vringh_init_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3a5d8ed7 vringh_getdesc_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3b304ebb vringh_iov_push_user +EXPORT_SYMBOL drivers/vhost/vringh 0x4311cd91 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0x52bae5f4 vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x660779c8 vringh_kiov_advance +EXPORT_SYMBOL drivers/vhost/vringh 0x6bcdc931 vringh_complete_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x6bf1b1c2 vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0x7eaceeaa vringh_init_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x8f8840e8 vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x932af7d7 vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x964ca823 vringh_iov_push_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x97fa07e9 vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x9a775e41 vringh_init_iotlb_va +EXPORT_SYMBOL drivers/vhost/vringh 0x9a81a3f6 vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x9bdd89ae vringh_abandon_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x9f597502 vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xacec70e7 vringh_need_notify_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xb98c2548 vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xbb2391f3 vringh_notify_enable_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xbdb0df4e vringh_set_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xc33f4090 vringh_iov_pull_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xc467f54a vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xc5a7eb98 vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xcc0cbfb9 vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0xd8535ad6 vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xde804bb9 vringh_iov_pull_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xe08ccbed vringh_notify_disable_iotlb +EXPORT_SYMBOL drivers/video/backlight/lcd 0x0192da42 devm_lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0x18f2d909 lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0x283ec032 devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0x48503aa8 lcd_device_unregister +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x1297df84 svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x17f3f471 svga_set_default_seq_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x1be6dc30 svga_set_textmode_vga_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x1dfac930 svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x22dd3bf5 svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x644bbc04 svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x83a41489 svga_set_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x84c337c2 svga_wcrt_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x84c97d2a svga_match_format +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x9b6da107 svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xaacdd447 svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xb0ab2b2e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd6ec2c44 svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xdcc5a013 svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xfb4f9394 svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x0cc3ede5 cyber2000fb_detach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x4f567578 cyber2000fb_attach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x534b6f18 cyber2000fb_disable_extregs +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0xb39f68d1 cyber2000fb_enable_extregs +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0x233917d1 mac_vmode_to_var +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0x8662b667 mac_find_mode +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x5e07a96f matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x7ca1df8b matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xc70d43f0 g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x0704cdda matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x4dd18aed DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xe5ef07e3 DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xf0e1cdfe matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0x3c36ac9e matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0xbd9f83ec matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x25862077 matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x426359b4 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x99bc714b matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xe83696e7 matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x0f7f8d31 matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x19cb4c80 matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x4cbd8d45 matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x605d828d matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x6a9d3cb0 matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xac06c1f9 matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcf154ec0 matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x3037658e sis_malloc +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0xfe963115 sis_free +EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga +EXPORT_SYMBOL drivers/video/vgastate 0xe7a2620e save_vga +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x3e24853e virtio_dma_buf_attach +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x7054e20b is_virtio_dma_buf +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x934ba17c virtio_dma_buf_get_uuid +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xea13c6c1 virtio_dma_buf_export +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xa0ae7366 w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xae7981d0 w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xaf7b8b1a w1_ds2781_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xe990352a w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/wire 0x3cb852cc w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0x43461171 w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0x8aaf2d1d w1_add_master_device +EXPORT_SYMBOL drivers/w1/wire 0x98bc13ea w1_remove_master_device +EXPORT_SYMBOL fs/fscache/fscache 0x134a29a6 fscache_withdraw_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x18d0abbc fscache_cookie_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0x1a0d09e7 fscache_n_write +EXPORT_SYMBOL fs/fscache/fscache 0x1d79b4a3 fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0x1ee6a760 fscache_end_cookie_access +EXPORT_SYMBOL fs/fscache/fscache 0x234a140d __traceiter_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x2b389369 __tracepoint_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0x2f3d511b fscache_get_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x306805d3 __SCK__tp_func_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x4054fda6 __fscache_write_to_cache +EXPORT_SYMBOL fs/fscache/fscache 0x4404d2aa fscache_n_no_create_space +EXPORT_SYMBOL fs/fscache/fscache 0x46276f8f fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0x4996bd29 fscache_n_updates +EXPORT_SYMBOL fs/fscache/fscache 0x49e7e70c __fscache_begin_write_operation +EXPORT_SYMBOL fs/fscache/fscache 0x4bd084ba __SCK__tp_func_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0x557a775f fscache_addremove_sem +EXPORT_SYMBOL fs/fscache/fscache 0x6197bb69 fscache_caching_failed +EXPORT_SYMBOL fs/fscache/fscache 0x6e416521 __SCK__tp_func_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x71fb0e58 __tracepoint_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x77e19a42 __tracepoint_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x825c767e fscache_relinquish_cache +EXPORT_SYMBOL fs/fscache/fscache 0x8c2d6da7 fscache_clearance_waiters +EXPORT_SYMBOL fs/fscache/fscache 0x90d447f3 fscache_n_culled +EXPORT_SYMBOL fs/fscache/fscache 0x92f6556c __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x9de62352 fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0x9ffefcb2 fscache_n_read +EXPORT_SYMBOL fs/fscache/fscache 0xab57c50a fscache_acquire_cache +EXPORT_SYMBOL fs/fscache/fscache 0xae6040a5 __traceiter_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0xb2f9c5bb fscache_put_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xb59ca82c fscache_end_volume_access +EXPORT_SYMBOL fs/fscache/fscache 0xb87774df __fscache_unuse_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xbca46908 fscache_wq +EXPORT_SYMBOL fs/fscache/fscache 0xc7dcae3f fscache_resume_after_invalidation +EXPORT_SYMBOL fs/fscache/fscache 0xcce11a60 fscache_n_no_write_space +EXPORT_SYMBOL fs/fscache/fscache 0xcdcc3230 fscache_dirty_folio +EXPORT_SYMBOL fs/fscache/fscache 0xcefaf5b6 __fscache_clear_page_bits +EXPORT_SYMBOL fs/fscache/fscache 0xd80d6665 __fscache_relinquish_volume +EXPORT_SYMBOL fs/fscache/fscache 0xd9fccdd0 fscache_withdraw_volume +EXPORT_SYMBOL fs/fscache/fscache 0xdcb87498 __traceiter_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0xe1dfd71d fscache_wait_for_operation +EXPORT_SYMBOL fs/fscache/fscache 0xea88d73e __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0xeade4b0c __fscache_acquire_volume +EXPORT_SYMBOL fs/fscache/fscache 0xed6a1bc2 __fscache_use_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xf768612e __fscache_begin_read_operation +EXPORT_SYMBOL fs/fscache/fscache 0xfcb3c4fc __fscache_resize_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xfcc8c3a8 __fscache_relinquish_cookie +EXPORT_SYMBOL fs/netfs/netfs 0x1b3071eb netfs_stats_show +EXPORT_SYMBOL fs/netfs/netfs 0x6c29a7a3 netfs_read_folio +EXPORT_SYMBOL fs/netfs/netfs 0x733f58ed netfs_readahead +EXPORT_SYMBOL fs/netfs/netfs 0xa4d71ffc netfs_subreq_terminated +EXPORT_SYMBOL fs/netfs/netfs 0xd98d5857 netfs_write_begin +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x3b630fc7 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x710c9eea qtree_get_next_id +EXPORT_SYMBOL fs/quota/quota_tree 0x9a792f6e qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0xb16fddae qtree_delete_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xd48560ed qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xff65c823 qtree_write_dquot +EXPORT_SYMBOL lib/crc-itu-t 0x09a34a2b crc_itu_t +EXPORT_SYMBOL lib/crc-itu-t 0xd819a524 crc_itu_t_table +EXPORT_SYMBOL lib/crc7 0x65aaf037 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc7 0xba55d23e crc7_be +EXPORT_SYMBOL lib/crypto/libarc4 0x2bb32ad1 arc4_setkey +EXPORT_SYMBOL lib/crypto/libarc4 0xcd47fcc4 arc4_crypt +EXPORT_SYMBOL lib/crypto/libchacha 0xcec122d7 chacha_crypt_generic +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x147c3f2e chacha20poly1305_encrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x521c7102 xchacha20poly1305_decrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x6c713da5 chacha20poly1305_encrypt_sg_inplace +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x916491ac chacha20poly1305_decrypt_sg_inplace +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0xc20134e7 chacha20poly1305_decrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0xce15a526 xchacha20poly1305_encrypt +EXPORT_SYMBOL lib/crypto/libcurve25519-generic 0x12627f15 curve25519_generic +EXPORT_SYMBOL lib/crypto/libcurve25519-generic 0x4a5a8811 curve25519_null_point +EXPORT_SYMBOL lib/crypto/libcurve25519-generic 0x7e6fdbfc curve25519_base_point +EXPORT_SYMBOL lib/crypto/libpoly1305 0x021f3700 poly1305_core_blocks +EXPORT_SYMBOL lib/crypto/libpoly1305 0xbcb90cb3 poly1305_core_emit +EXPORT_SYMBOL lib/crypto/libpoly1305 0xd45b9cf4 poly1305_core_setkey +EXPORT_SYMBOL lib/libcrc32c 0xb15b4109 crc32c +EXPORT_SYMBOL lib/lru_cache 0x0cb562e6 lc_put +EXPORT_SYMBOL lib/lru_cache 0x12de578e lc_committed +EXPORT_SYMBOL lib/lru_cache 0x14497cae lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0x15a62e97 lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0x1d2ebc6a lc_get +EXPORT_SYMBOL lib/lru_cache 0x2675693b lc_del +EXPORT_SYMBOL lib/lru_cache 0x75e88edc lc_destroy +EXPORT_SYMBOL lib/lru_cache 0x96d40a48 lc_try_get +EXPORT_SYMBOL lib/lru_cache 0xa79000a0 lc_is_used +EXPORT_SYMBOL lib/lru_cache 0xaeb959aa lc_create +EXPORT_SYMBOL lib/lru_cache 0xbf18a077 lc_reset +EXPORT_SYMBOL lib/lru_cache 0xc4d8d7a4 lc_find +EXPORT_SYMBOL lib/lru_cache 0xdbdee578 lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0xf0e20f9b lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0xfba16232 lc_get_cumulative +EXPORT_SYMBOL lib/lz4/lz4_compress 0x4f4d78c5 LZ4_compress_default +EXPORT_SYMBOL lib/lz4/lz4_compress 0x5bc92e85 LZ4_compress_destSize +EXPORT_SYMBOL lib/lz4/lz4_compress 0x6004858d LZ4_compress_fast +EXPORT_SYMBOL lib/lz4/lz4_compress 0x635ff76d LZ4_saveDict +EXPORT_SYMBOL lib/lz4/lz4_compress 0x749849d8 LZ4_loadDict +EXPORT_SYMBOL lib/lz4/lz4_compress 0xf9eced44 LZ4_compress_fast_continue +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x38f7b6e0 LZ4_compress_HC_continue +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x93ff008c LZ4_loadDictHC +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x9cef495b LZ4_saveDictHC +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0xddf86133 LZ4_compress_HC +EXPORT_SYMBOL lib/math/cordic 0x7e431c15 cordic_calc_iq +EXPORT_SYMBOL lib/objagg 0x0363233d objagg_obj_raw +EXPORT_SYMBOL lib/objagg 0x23865923 objagg_destroy +EXPORT_SYMBOL lib/objagg 0x24ca5ca9 objagg_obj_root_priv +EXPORT_SYMBOL lib/objagg 0x342aefe2 objagg_obj_delta_priv +EXPORT_SYMBOL lib/objagg 0x352633f4 objagg_hints_stats_get +EXPORT_SYMBOL lib/objagg 0x3c58e78f objagg_hints_put +EXPORT_SYMBOL lib/objagg 0x6691f29d objagg_obj_put +EXPORT_SYMBOL lib/objagg 0x679e8cc2 objagg_create +EXPORT_SYMBOL lib/objagg 0xb17ab162 objagg_obj_get +EXPORT_SYMBOL lib/objagg 0xdaa3ee68 objagg_stats_get +EXPORT_SYMBOL lib/objagg 0xf5511527 objagg_stats_put +EXPORT_SYMBOL lib/objagg 0xfaa9d1a8 objagg_hints_get +EXPORT_SYMBOL lib/parman 0x0f518717 parman_prio_init +EXPORT_SYMBOL lib/parman 0x7b03d378 parman_item_add +EXPORT_SYMBOL lib/parman 0x8b7e26f5 parman_item_remove +EXPORT_SYMBOL lib/parman 0xc3e2d892 parman_create +EXPORT_SYMBOL lib/parman 0xc6a3d260 parman_prio_fini +EXPORT_SYMBOL lib/parman 0xca39ae6a parman_destroy +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0b2c64a3 raid6_vgfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x17f54263 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x59a2712d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0xb0d904b7 raid6_empty_zero_page +EXPORT_SYMBOL lib/raid6/raid6_pq 0xc8e3332b raid6_gflog +EXPORT_SYMBOL lib/raid6/raid6_pq 0xcc4ee841 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd91319d6 raid6_gfmul +EXPORT_SYMBOL net/6lowpan/6lowpan 0x3112ba14 lowpan_unregister_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0x4916c2ba lowpan_register_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0x6448d9ef lowpan_nhc_add +EXPORT_SYMBOL net/6lowpan/6lowpan 0x9951294b lowpan_register_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0x9e69196b lowpan_nhc_del +EXPORT_SYMBOL net/6lowpan/6lowpan 0xdf768b45 lowpan_unregister_netdev +EXPORT_SYMBOL net/802/p8022 0x2c13e692 register_8022_client +EXPORT_SYMBOL net/802/p8022 0x891db8da unregister_8022_client +EXPORT_SYMBOL net/802/psnap 0x3983fabd unregister_snap_client +EXPORT_SYMBOL net/802/psnap 0x4ed8cf78 register_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x08de377d p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0x0c097244 p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0x0f9e4f7f p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0x1291f829 p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0x1a894b9c p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0x1c4fa51a p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0x1c66e27f v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0x1e392fb6 p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0x20ea26cb p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x25784e6e p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0x29d66726 do_trace_9p_fid_put +EXPORT_SYMBOL net/9p/9pnet 0x3b823781 p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x401d841a p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x41ce9823 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0x46a02c40 p9_client_read_once +EXPORT_SYMBOL net/9p/9pnet 0x49c48c43 p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0x4ba99359 p9_fcall_fini +EXPORT_SYMBOL net/9p/9pnet 0x4dc3d968 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x522a420e p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0x66ec7170 v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0x761cad64 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x7badd26b p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0x7ee47db1 p9_show_client_options +EXPORT_SYMBOL net/9p/9pnet 0x8f0a3025 p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0x91db53e7 p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0x95bd8f96 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x97b26b11 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0x9ac16403 p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x9ef82faf __traceiter_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0x9f4a1533 p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0x9fc6a2c2 p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0xa7538f7a p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0xa81c674b p9_req_put +EXPORT_SYMBOL net/9p/9pnet 0xa82caecb p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0xa8898622 p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0xaa4a08da v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0xaba9de12 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0xb55ae777 __SCK__tp_func_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xb964e94b p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0xbe8cf462 do_trace_9p_fid_get +EXPORT_SYMBOL net/9p/9pnet 0xc1371790 p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0xc8c72da3 p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xca9007ed p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0xd0493001 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0xd19bc076 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0xd384c683 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0xd66ace10 p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xea4c0d27 p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0xee437897 __tracepoint_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xf27769f0 p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0xfbeb6910 p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0xfe4cd04d p9_client_mknod_dotl +EXPORT_SYMBOL net/appletalk/appletalk 0x4a525fa7 atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0xd1b16c5e alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0xebe71634 atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0xfb88e837 aarp_send_ddp +EXPORT_SYMBOL net/atm/atm 0x023a77d2 atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0x040a7fc8 register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x159dd600 atm_dev_register +EXPORT_SYMBOL net/atm/atm 0x205d1aff atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0x2361dc77 vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x44c6e633 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0x687e6830 vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0x80a165a9 atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0x93f36f96 atm_charge +EXPORT_SYMBOL net/atm/atm 0x948610cd deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xa04c5ade atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xb9ec75aa atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0xe9f9a636 vcc_release_async +EXPORT_SYMBOL net/atm/atm 0xea83e82a atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/ax25/ax25 0x14cecd59 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x330b737a ax25_ip_xmit +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x530a7118 ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x5c45e37e ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0x7eae7d88 ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0xa7c8e3a7 ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0xaa8a5aaf ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xc4b21547 ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0xca84a45c ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xee02e420 ax25_findbyuid +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0718b8b7 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0b609a41 __hci_cmd_send +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0b821f1b hci_alloc_dev_priv +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0d83ce3b bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0e93afac hci_release_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0fe8425f hci_set_fw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x18e66f29 bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0x19e6395a bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x20c000dc hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x214e4265 bt_warn +EXPORT_SYMBOL net/bluetooth/bluetooth 0x25cb367e hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x26634098 hci_devcd_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x278c8120 bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0x320cb3af hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0x336f1b34 bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3891e2d5 hci_set_hw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3a687b39 bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3f3602a7 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x410ae1f0 bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4797ef51 hci_cmd_sync_cancel +EXPORT_SYMBOL net/bluetooth/bluetooth 0x50d01c71 l2cap_chan_close +EXPORT_SYMBOL net/bluetooth/bluetooth 0x53892ecc __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x583c449b bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0x58e24f2c __hci_cmd_sync_status_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6964abfa __hci_cmd_sync_status +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6fea7f53 hci_devcd_append_pattern +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7aad008b bt_to_errno +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7ad0216f hci_devcd_complete +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7b5ce5c3 baswap +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7b8c32f1 bt_err +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7bd9427a bt_status +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7cb660f3 hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0x84527b07 l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0x87ff7295 bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x88d65902 hci_mgmt_chan_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8dbe495b __hci_cmd_sync_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x90cfc727 l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9314a6eb hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9b0fa21b hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9be29c5a bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa225f178 hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa36d67be hci_devcd_rx +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa60137a1 hci_devcd_timeout +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa7e9f0c5 l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0xabae4a84 hci_cmd_sync_queue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xaf63ec5b __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xafd3f7f7 hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb1cb4e47 bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbae2a418 hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbc702137 bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbec78c0d bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc0d52396 bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc89fd060 hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcca8119b hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcf8620ee hci_devcd_append +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd2e11850 hci_mgmt_chan_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd7613212 bt_err_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd999f7f2 bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0xddacccf6 bt_warn_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xeb3f833a hci_devcd_abort +EXPORT_SYMBOL net/bluetooth/bluetooth 0xebbc5e0c hci_devcd_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0xec468ea9 hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0xecdb0cfc hci_recv_diag +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf5672ce6 hci_cmd_sync_submit +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfe5a2e0d hci_reset_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfeb76019 l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfeffa615 l2cap_unregister_user +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x12707b96 ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x6dfbf7aa ebt_unregister_table_pre_exit +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x717a281b ebt_register_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x99dea595 ebt_unregister_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xd0636ce9 ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xe464aa67 ebt_register_table +EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt +EXPORT_SYMBOL net/caif/caif 0x2a09f713 cfpkt_fromnative +EXPORT_SYMBOL net/caif/caif 0x2b002fed caif_disconnect_client +EXPORT_SYMBOL net/caif/caif 0x329dbd06 cfpkt_info +EXPORT_SYMBOL net/caif/caif 0x38701a7c cfcnfg_del_phy_layer +EXPORT_SYMBOL net/caif/caif 0x3fa84493 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x3fbcb02c get_cfcnfg +EXPORT_SYMBOL net/caif/caif 0x40babbe0 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x4cad8363 caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0x80f76fcb cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xde545244 caif_connect_client +EXPORT_SYMBOL net/can/can 0x0c6d7e76 can_rx_unregister +EXPORT_SYMBOL net/can/can 0x32017ecf can_proto_register +EXPORT_SYMBOL net/can/can 0x7806c51a can_sock_destruct +EXPORT_SYMBOL net/can/can 0x9b234393 can_rx_register +EXPORT_SYMBOL net/can/can 0x9fbe8bff can_proto_unregister +EXPORT_SYMBOL net/can/can 0xaaa83e37 can_send +EXPORT_SYMBOL net/ceph/libceph 0x02687a47 osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0x04cad6f0 ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x0587456a ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x05b0fbae ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0x09a7284d ceph_msg_get +EXPORT_SYMBOL net/ceph/libceph 0x0a7c43d3 ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x0e3d6fb5 osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x0fb5fab2 ceph_osdc_cancel_request +EXPORT_SYMBOL net/ceph/libceph 0x1378aba3 ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0x15db5cb2 ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0x165b1948 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0x16c32538 ceph_monc_get_version_async +EXPORT_SYMBOL net/ceph/libceph 0x17c17611 ceph_pg_to_acting_primary +EXPORT_SYMBOL net/ceph/libceph 0x17d77698 ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x1aba67eb ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x1b7595bc ceph_monc_blocklist_add +EXPORT_SYMBOL net/ceph/libceph 0x1db6d55c ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0x2087719e ceph_oid_copy +EXPORT_SYMBOL net/ceph/libceph 0x2101cbc9 ceph_oid_destroy +EXPORT_SYMBOL net/ceph/libceph 0x2459720b osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0x2687d620 osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x27e43def ceph_auth_handle_svc_reply_done +EXPORT_SYMBOL net/ceph/libceph 0x2a983d26 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x2ce43335 ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x2cf37b12 __ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x2f25c9be osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0x2fa213c2 ceph_msg_put +EXPORT_SYMBOL net/ceph/libceph 0x356eb52d ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x38f2d94e ceph_file_to_extents +EXPORT_SYMBOL net/ceph/libceph 0x3bfcd911 osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0x3c18870c osd_req_op_extent_osd_iter +EXPORT_SYMBOL net/ceph/libceph 0x3c8d7111 ceph_get_num_objects +EXPORT_SYMBOL net/ceph/libceph 0x40448cc2 osd_req_op_xattr_init +EXPORT_SYMBOL net/ceph/libceph 0x417a9131 ceph_oloc_destroy +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x46be54b2 ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0x47146961 osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x4affd6c2 ceph_parse_fsid +EXPORT_SYMBOL net/ceph/libceph 0x50603ce3 ceph_decode_entity_addrvec +EXPORT_SYMBOL net/ceph/libceph 0x519d5c38 osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0x52057b23 ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0x523ef106 ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0x53031ad3 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0x5310198b ceph_print_client_options +EXPORT_SYMBOL net/ceph/libceph 0x54b47b59 ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x55797be2 ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x583e0924 ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x5841c589 ceph_cls_lock +EXPORT_SYMBOL net/ceph/libceph 0x5aeeee62 ceph_oid_aprintf +EXPORT_SYMBOL net/ceph/libceph 0x5d35c1e9 ceph_msg_data_add_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x628ca49f ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x64e177ed ceph_osdc_notify_ack +EXPORT_SYMBOL net/ceph/libceph 0x66a51e08 ceph_auth_handle_svc_reply_more +EXPORT_SYMBOL net/ceph/libceph 0x6a7a38a0 ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x6edf064d ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0x6fecf58e ceph_cls_assert_locked +EXPORT_SYMBOL net/ceph/libceph 0x727e856e ceph_osdc_notify +EXPORT_SYMBOL net/ceph/libceph 0x72b10fad osd_req_op_extent_dup_last +EXPORT_SYMBOL net/ceph/libceph 0x7bee8368 osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x7d888d1e ceph_osdc_clear_abort_err +EXPORT_SYMBOL net/ceph/libceph 0x7da546bc ceph_parse_mon_ips +EXPORT_SYMBOL net/ceph/libceph 0x83956915 ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x83c89a72 ceph_client_gid +EXPORT_SYMBOL net/ceph/libceph 0x86fca7e4 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x87ac994e ceph_monc_want_map +EXPORT_SYMBOL net/ceph/libceph 0x8841606e ceph_osdc_abort_requests +EXPORT_SYMBOL net/ceph/libceph 0x89afe47f ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x8c2a2935 ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0x8d07585c ceph_cls_lock_info +EXPORT_SYMBOL net/ceph/libceph 0x8e4b75bb ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x8ea8e03b ceph_cls_set_cookie +EXPORT_SYMBOL net/ceph/libceph 0x900b87ce ceph_osdc_maybe_request_map +EXPORT_SYMBOL net/ceph/libceph 0x908321f5 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x92a306f9 ceph_monc_renew_subs +EXPORT_SYMBOL net/ceph/libceph 0x92b7b4ce ceph_pg_pool_flags +EXPORT_SYMBOL net/ceph/libceph 0x9499bed6 osd_req_op_extent_osd_data_bvec_pos +EXPORT_SYMBOL net/ceph/libceph 0x94fc4237 ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x950d6dd2 ceph_wait_for_latest_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x96633e64 ceph_osdc_alloc_messages +EXPORT_SYMBOL net/ceph/libceph 0x987d3968 ceph_alloc_options +EXPORT_SYMBOL net/ceph/libceph 0x9bc6b539 ceph_find_or_create_string +EXPORT_SYMBOL net/ceph/libceph 0x9c359cd1 __ceph_alloc_sparse_ext_map +EXPORT_SYMBOL net/ceph/libceph 0x9ca95932 ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x9e4ab688 osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0x9fa7219e ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0x9fbba67f ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0x9fefa3cb ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0xa0b3343c ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xa62d82bd ceph_reset_client_addr +EXPORT_SYMBOL net/ceph/libceph 0xa677d6b6 ceph_auth_add_authorizer_challenge +EXPORT_SYMBOL net/ceph/libceph 0xa698f998 ceph_free_lockers +EXPORT_SYMBOL net/ceph/libceph 0xaa7e284e ceph_cls_break_lock +EXPORT_SYMBOL net/ceph/libceph 0xaad535a7 osd_req_op_copy_from_init +EXPORT_SYMBOL net/ceph/libceph 0xad58ef54 ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0xad703657 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb0a59c15 ceph_auth_handle_bad_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xb343b5d5 ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0xb51c8e80 ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb72c162e ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xb7b64a99 osd_req_op_cls_request_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0xbd2f79ae ceph_oloc_copy +EXPORT_SYMBOL net/ceph/libceph 0xbdc60322 ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0xbe3879aa ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xbefee979 ceph_osdc_call +EXPORT_SYMBOL net/ceph/libceph 0xbf0043da ceph_cls_unlock +EXPORT_SYMBOL net/ceph/libceph 0xc3222ffe ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0xc366bfa1 ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0xc3a351c0 ceph_msg_new2 +EXPORT_SYMBOL net/ceph/libceph 0xc648b3bf osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0xc7645a05 osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0xca80437b ceph_extent_to_file +EXPORT_SYMBOL net/ceph/libceph 0xcd1d2d3b ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0xd13beefb osd_req_op_extent_osd_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0xd4d736db ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0xd4eb7735 ceph_decode_entity_addr +EXPORT_SYMBOL net/ceph/libceph 0xd6bbe79a ceph_monc_get_version +EXPORT_SYMBOL net/ceph/libceph 0xd8b40182 ceph_osdc_put_request +EXPORT_SYMBOL net/ceph/libceph 0xda972e53 ceph_osdc_get_request +EXPORT_SYMBOL net/ceph/libceph 0xdc0492f5 ceph_osdc_list_watchers +EXPORT_SYMBOL net/ceph/libceph 0xdda1d2eb ceph_parse_param +EXPORT_SYMBOL net/ceph/libceph 0xde64fa3e ceph_osdc_watch +EXPORT_SYMBOL net/ceph/libceph 0xdf6ef4a1 ceph_oid_printf +EXPORT_SYMBOL net/ceph/libceph 0xdfc091f9 ceph_entity_type_name +EXPORT_SYMBOL net/ceph/libceph 0xe13604ef ceph_osdc_update_epoch_barrier +EXPORT_SYMBOL net/ceph/libceph 0xe1c3a2f8 ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0xe34a59f2 ceph_object_locator_to_pg +EXPORT_SYMBOL net/ceph/libceph 0xe3d08655 osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xe3efc792 ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0xe76e7226 ceph_pagelist_alloc +EXPORT_SYMBOL net/ceph/libceph 0xe7b677c2 ceph_monc_got_map +EXPORT_SYMBOL net/ceph/libceph 0xed49f737 ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0xed8167bf ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0xee120c03 ceph_release_string +EXPORT_SYMBOL net/ceph/libceph 0xeef050b9 __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xeef6cfa3 ceph_iterate_extents +EXPORT_SYMBOL net/ceph/libceph 0xefce3c3b ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0xefce991c ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0xf03fe862 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0xf254297e ceph_addr_is_blank +EXPORT_SYMBOL net/ceph/libceph 0xf5556969 ceph_client_addr +EXPORT_SYMBOL net/ceph/libceph 0xf6f5a808 ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0xf7bcd1cb ceph_osdc_unwatch +EXPORT_SYMBOL net/ceph/libceph 0xfd7e670b ceph_msg_new +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x30a15cdc dccp_syn_ack_timeout +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xeadfcb33 dccp_req_err +EXPORT_SYMBOL net/hsr/hsr 0x374b7148 hsr_get_version +EXPORT_SYMBOL net/hsr/hsr 0x59324716 is_hsr_master +EXPORT_SYMBOL net/ieee802154/ieee802154 0x01d3a888 wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0x3efc170b wpan_phy_new +EXPORT_SYMBOL net/ieee802154/ieee802154 0x761ba94e wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0x7ff4a5d4 wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0x8bfb4779 wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0xd288ac88 wpan_phy_unregister +EXPORT_SYMBOL net/ipv4/fou 0x1757d1a4 fou_encap_hlen +EXPORT_SYMBOL net/ipv4/fou 0x6a411748 __fou_build_header +EXPORT_SYMBOL net/ipv4/fou 0xd562f1ef __gue_build_header +EXPORT_SYMBOL net/ipv4/fou 0xf13914b3 gue_encap_hlen +EXPORT_SYMBOL net/ipv4/gre 0xf8c4e362 gre_parse_header +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x4dca45cc ip_tunnel_get_iflink +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x5eccc9a2 ip_tunnel_encap_del_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xadbbaccc ip_tunnel_encap_add_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xc2afaae9 ip_tunnel_md_udp_encap +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xcd84b67f ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x58cbc481 arpt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x64f08036 arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xa0aecfdc arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xf62a88f2 arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x7596dce2 ipt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x8851c64f ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xa3715165 ipt_unregister_table_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xb813ba66 ipt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/tunnel4 0x30f5fd1e xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/tunnel4 0xab18a093 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/udp_tunnel 0xb7c6e8ae udp_sock_create4 +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x21894a22 ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x2d7ff2ab ip6_tnl_encap_add_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x7b2b67e0 ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x858f50ed ip6_tnl_xmit +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xa6d780f7 ip6_tnl_get_iflink +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xca03db9a ip6_tnl_change_mtu +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xd2e9f50e ip6_tnl_rcv +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xe0cd3ae2 ip6_tnl_get_link_net +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xf59d5c59 ip6_tnl_encap_del_ops +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x4aec258f ip6t_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x5e630a2d ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x615b0a7f ip6t_unregister_table_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xfc3ed269 ip6t_register_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x7245c901 xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/tunnel6 0xf7ce11df xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x94f531cf xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xf07644c1 xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/lapb/lapb 0x28f740c1 lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0x4db850b1 lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0x505db952 lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0x532e7e3f lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0x7edb9706 lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0xaf330556 lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0xe0bfba08 lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0xf9031a2e lapb_register +EXPORT_SYMBOL net/llc/llc 0x24207a94 llc_add_pack +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x42d00639 llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0x4776ac2f llc_sap_close +EXPORT_SYMBOL net/llc/llc 0x5281a162 llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x6945f001 llc_sap_open +EXPORT_SYMBOL net/llc/llc 0x9cd1571a llc_sap_find +EXPORT_SYMBOL net/llc/llc 0xa45598c0 llc_set_station_handler +EXPORT_SYMBOL net/mac80211/mac80211 0x082d1693 ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x0b72f65c ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0x0bdcdc42 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x106e14d2 ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x188b6bb7 ieee80211_sta_recalc_aggregates +EXPORT_SYMBOL net/mac80211/mac80211 0x19f37f0d ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x1b216663 ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0x1b328f6a ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x1cf75d45 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x21067b12 ieee80211_send_eosp_nullfunc +EXPORT_SYMBOL net/mac80211/mac80211 0x21a874bc ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x29375d24 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0x2b38cc14 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x2d4f6097 ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x2dfc5ec9 ieee80211_get_fils_discovery_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0x2f59e0df ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0x323437bd ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x361bac75 ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x36300362 ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0x391eda45 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0x3f6a793a __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x3f720860 ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x424a1473 ieee80211_beacon_set_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0x45be9774 ieee80211_manage_rx_ba_offl +EXPORT_SYMBOL net/mac80211/mac80211 0x469c2b64 ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x47fd31b1 ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x4851e790 ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0x48a202d7 ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0x4ae37c88 ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0x4b2e3169 __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x4e4966bd ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x4f922c6b ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0x5158a147 ieee80211_nan_func_match +EXPORT_SYMBOL net/mac80211/mac80211 0x523b0e9e ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x55e08b30 ieee80211_txq_airtime_check +EXPORT_SYMBOL net/mac80211/mac80211 0x595a1013 ieee80211_iter_keys_rcu +EXPORT_SYMBOL net/mac80211/mac80211 0x5e4a492d ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0x6158592e ieee80211_sta_register_airtime +EXPORT_SYMBOL net/mac80211/mac80211 0x6233a2da ieee80211_rx_ba_timer_expired +EXPORT_SYMBOL net/mac80211/mac80211 0x63e38fd1 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x64118518 ieee80211_tx_status_ext +EXPORT_SYMBOL net/mac80211/mac80211 0x6508c589 ieee80211_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0x6eb2d92e ieee80211_beacon_get_template_ema_index +EXPORT_SYMBOL net/mac80211/mac80211 0x70f97f7e ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x71799a1b ieee80211_get_unsol_bcast_probe_resp_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0x729e9f46 __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x7383a51d ieee80211_channel_switch_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0x7594214b ieee80211_tx_rate_update +EXPORT_SYMBOL net/mac80211/mac80211 0x7d6415e6 rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x7fefbe66 ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x8316cabe ieee80211_rx_napi +EXPORT_SYMBOL net/mac80211/mac80211 0x89b8f9c0 ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x8af70f5a ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0x8be7d233 ieee80211_alloc_hw_nm +EXPORT_SYMBOL net/mac80211/mac80211 0x8d2a5886 ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0x90deb634 ieee80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x93b11ca4 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x95febea6 ieee80211_get_bssid +EXPORT_SYMBOL net/mac80211/mac80211 0x991a0ca0 ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x993b2d7a ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x99f20092 ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0x9a8351cd ieee80211_reserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0x9b5d9334 ieee80211_mark_rx_ba_filtered_frames +EXPORT_SYMBOL net/mac80211/mac80211 0x9e58a7c0 wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x9e6e089b ieee80211_txq_schedule_start +EXPORT_SYMBOL net/mac80211/mac80211 0xa657facc ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0xa6738b4a ieee80211_beacon_cntdwn_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0xa67987a1 ieee80211_beacon_update_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0xa9902d47 ieee80211_unreserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0xabc228e5 ieee80211_tx_dequeue +EXPORT_SYMBOL net/mac80211/mac80211 0xac4add0f ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xad22bf8a ieee80211_beacon_free_ema_list +EXPORT_SYMBOL net/mac80211/mac80211 0xaeb9a917 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xaef7c3dd ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0xb2578cdb ieee80211_handle_wake_tx_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xb59a4a13 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xb61d1de2 ieee80211_nan_func_terminated +EXPORT_SYMBOL net/mac80211/mac80211 0xb75c5606 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0xba9a5515 ieee80211_sta_uapsd_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0xbb1b1979 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0xbbb980e3 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0xbcd7e38c ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xbdb320dc ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xbf64d043 ieee80211_rx_list +EXPORT_SYMBOL net/mac80211/mac80211 0xc053505c ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0xc065e810 ieee80211_refresh_tx_agg_session_timer +EXPORT_SYMBOL net/mac80211/mac80211 0xcb468e63 ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0xd1142daa ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0xd1db41fc ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0xd25a61df ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xd2fc96c0 __ieee80211_schedule_txq +EXPORT_SYMBOL net/mac80211/mac80211 0xd314ce36 ieee80211_sta_pspoll +EXPORT_SYMBOL net/mac80211/mac80211 0xd5399d48 ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0xd71fc37d ieee80211_beacon_get_template_ema_list +EXPORT_SYMBOL net/mac80211/mac80211 0xd8752286 ieee80211_txq_may_transmit +EXPORT_SYMBOL net/mac80211/mac80211 0xdafac786 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xde83eb9b ieee80211_tdls_oper_request +EXPORT_SYMBOL net/mac80211/mac80211 0xe0608257 ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0xe33ef7ec ieee80211_txq_get_depth +EXPORT_SYMBOL net/mac80211/mac80211 0xe515055e ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xe5c4ad2f ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0xeabdabc5 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0xebfcad65 ieee80211_next_txq +EXPORT_SYMBOL net/mac80211/mac80211 0xf0d8a385 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0xf5247655 __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xfba94106 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0xfd0c6469 ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0xfdd4c242 ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xfe6001d0 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xfff4d5ff ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac802154/mac802154 0x0a003a8b ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0x2dc5328e ieee802154_register_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x3b030eff ieee802154_free_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x44418742 ieee802154_unregister_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x44570341 ieee802154_xmit_hw_error +EXPORT_SYMBOL net/mac802154/mac802154 0x8f5a09fc ieee802154_configure_durations +EXPORT_SYMBOL net/mac802154/mac802154 0x9ccb124a ieee802154_alloc_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xd05d0691 ieee802154_xmit_error +EXPORT_SYMBOL net/mac802154/mac802154 0xf8c5de0c ieee802154_xmit_complete +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x0983b6bd register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x40ee44ea register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x4b7d9348 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x4bbac0da register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x56b0a942 unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x574eb1d9 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x663ee9e7 ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x6bea389f ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x8b827871 ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x8cb7c73d ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x9da2257e ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xadf2b72b ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd10f2bff ip_vs_new_conn_out +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xdec934c0 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xee973e2f ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x23fd4101 nf_ct_ext_add +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x3b08a8f0 nf_ct_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x89d99ee1 __nf_ct_ext_find +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0xf2a36612 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x511b0076 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0x7431a1f4 nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xf25335dd nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0xf2786da0 __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nft_fib 0x46170f23 nft_fib_policy +EXPORT_SYMBOL net/netfilter/x_tables 0x0d7f5fcd xt_alloc_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x19ae1826 xt_find_table +EXPORT_SYMBOL net/netfilter/x_tables 0x3bf9d084 xt_check_table_hooks +EXPORT_SYMBOL net/netfilter/x_tables 0x3c95c43c xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x48012e28 xt_check_proc_name +EXPORT_SYMBOL net/netfilter/x_tables 0x483e1ee0 xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x4fd99b71 xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0x50873741 xt_compat_init_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x6d9c4150 xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x7d663eb3 xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x8014e878 xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x891173a5 xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0x977fd4bf xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xa25fc115 xt_compat_check_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0xcb3e91cc xt_counters_alloc +EXPORT_SYMBOL net/netfilter/x_tables 0xd87ae60d xt_check_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0xe204e042 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xee7d8558 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0xf801244a xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0xfef779fa xt_find_jump_offset +EXPORT_SYMBOL net/nfc/hci/hci 0x0e4810c0 nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0x20192a72 nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0x2413aae8 nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0x47b75fd4 nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x4b32b550 nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0x55297317 nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x5ce83731 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0x60730eff nfc_llc_start +EXPORT_SYMBOL net/nfc/hci/hci 0x6334645a nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0x68774ec4 nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x6d554603 nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0x6eb160fa nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0x74fe3670 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x75f09ab0 nfc_llc_stop +EXPORT_SYMBOL net/nfc/hci/hci 0x8780cd0f nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0x88408273 nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0x9626733e nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xc13dc562 nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0xdb294e88 nfc_hci_reset_pipes +EXPORT_SYMBOL net/nfc/hci/hci 0xdd231c55 nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xdecc66fe nfc_hci_reset_pipes_per_host +EXPORT_SYMBOL net/nfc/hci/hci 0xef66c1b3 nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0xefec8200 nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0x17019a27 nci_core_init +EXPORT_SYMBOL net/nfc/nci/nci 0x1efac2cf nci_core_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x214005b6 nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0x30668b04 nci_hci_send_event +EXPORT_SYMBOL net/nfc/nci/nci 0x41eb20da nci_req_complete +EXPORT_SYMBOL net/nfc/nci/nci 0x492d7725 nci_send_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x4a2838a7 nci_conn_max_data_pkt_payload_size +EXPORT_SYMBOL net/nfc/nci/nci 0x504d3627 nci_hci_clear_all_pipes +EXPORT_SYMBOL net/nfc/nci/nci 0x568499b5 nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x58fdd74c nci_core_conn_close +EXPORT_SYMBOL net/nfc/nci/nci 0x5cbe27d1 nci_hci_dev_session_init +EXPORT_SYMBOL net/nfc/nci/nci 0x62138160 nci_hci_set_param +EXPORT_SYMBOL net/nfc/nci/nci 0x78741be5 nci_nfcee_mode_set +EXPORT_SYMBOL net/nfc/nci/nci 0x7cbbe510 nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0x814d5f52 nci_hci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x8403b971 nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0x92a75f8f nci_hci_get_param +EXPORT_SYMBOL net/nfc/nci/nci 0x9e2f1806 nci_prop_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xa2c3d60f nci_nfcc_loopback +EXPORT_SYMBOL net/nfc/nci/nci 0xb1fded83 nci_get_conn_info_by_dest_type_params +EXPORT_SYMBOL net/nfc/nci/nci 0xb290f63d nci_hci_connect_gate +EXPORT_SYMBOL net/nfc/nci/nci 0xb6a028f2 nci_core_reset +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xbf51e09f nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0xc00fde75 nci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xc5a74159 nci_send_data +EXPORT_SYMBOL net/nfc/nci/nci 0xcd00f42e nci_core_conn_create +EXPORT_SYMBOL net/nfc/nci/nci 0xd9443dca nci_hci_open_pipe +EXPORT_SYMBOL net/nfc/nci/nci 0xef9c3dc3 nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0xfd89df92 nci_nfcee_discover +EXPORT_SYMBOL net/nfc/nfc 0x1d4a1a47 nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0x30b40d88 nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0x33b0c92f nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0x33c56e6a nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0x33dcc9fe nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0x347132ff nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x43470fc4 nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0x4f6a1cb7 nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0x567e80f3 nfc_se_transaction +EXPORT_SYMBOL net/nfc/nfc 0x5f09531f nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0x67ef5197 __nfc_alloc_vendor_cmd_reply_skb +EXPORT_SYMBOL net/nfc/nfc 0x75a75772 nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x901b045e nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0x93689dde nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0x9e17ead0 nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0xa251a3fb nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0xa72d4a9b nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0xa85082c5 nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0xaa7ebfea nfc_class +EXPORT_SYMBOL net/nfc/nfc 0xbb895413 nfc_se_connectivity +EXPORT_SYMBOL net/nfc/nfc 0xbbf66d26 nfc_vendor_cmd_reply +EXPORT_SYMBOL net/nfc/nfc 0xbf36f19b nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0xe04be707 nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0xfb6acd93 nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0xfd9395e7 nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc_digital 0x179553bd nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x191e0f75 nfc_digital_unregister_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x62a29df4 nfc_digital_allocate_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xbe6a9ec1 nfc_digital_register_device +EXPORT_SYMBOL net/phonet/phonet 0x178a42f8 pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0x57c502c8 pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0x65b26312 phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0xb21fc7d2 phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0xbc8e7567 phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0xbd4d749a pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0xed690cd3 phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0xef149ea7 pn_sock_hash +EXPORT_SYMBOL net/rxrpc/rxrpc 0x1cce0ee9 rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x211cec9f rxrpc_kernel_set_tx_length +EXPORT_SYMBOL net/rxrpc/rxrpc 0x2e2c266c rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0x31bf3ca3 rxrpc_debug_id +EXPORT_SYMBOL net/rxrpc/rxrpc 0x3309013e rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x3b90b572 rxrpc_kernel_new_call_notification +EXPORT_SYMBOL net/rxrpc/rxrpc 0x4779eca7 key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/rxrpc 0x684d0851 rxrpc_sock_set_security_keyring +EXPORT_SYMBOL net/rxrpc/rxrpc 0x6aebd81c rxrpc_kernel_put_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x76e7cf7e rxrpc_kernel_set_max_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x7b7c8d8d rxrpc_kernel_get_epoch +EXPORT_SYMBOL net/rxrpc/rxrpc 0x7e3fa106 rxrpc_kernel_charge_accept +EXPORT_SYMBOL net/rxrpc/rxrpc 0x9296a221 rxrpc_kernel_shutdown_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x95d52d30 rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0xa12f4046 rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xa1a57e68 rxrpc_sock_set_min_security_level +EXPORT_SYMBOL net/rxrpc/rxrpc 0xb04f1b7a rxrpc_kernel_check_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0xbf424d51 rxrpc_kernel_get_srtt +EXPORT_SYMBOL net/rxrpc/rxrpc 0xdf951de4 rxrpc_kernel_get_peer +EXPORT_SYMBOL net/rxrpc/rxrpc 0xfe3f8582 rxrpc_kernel_recv_data +EXPORT_SYMBOL net/sctp/sctp 0x8a978cee sctp_do_peeloff +EXPORT_SYMBOL net/smc/smc 0x298a4b70 __traceiter_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0x3153cc92 __SCK__tp_func_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x3c57e0f1 __traceiter_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0x535016b9 __traceiter_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x76da5303 __tracepoint_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0xa053541c __tracepoint_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xb3f2d173 __SCK__tp_func_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xd24addfc __tracepoint_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0xe784ab47 __traceiter_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xe7dacb8d __SCK__tp_func_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xf47b4ee2 __tracepoint_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xfb8cae0f __SCK__tp_func_smc_switch_to_fallback +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x8c8c1236 gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xaae1c3e8 gss_mech_get +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xde80278f gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/sunrpc 0x0f5a54d1 xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0x7eb84805 xdr_restrict_buflen +EXPORT_SYMBOL net/sunrpc/sunrpc 0xd857b445 svc_pool_stats_open +EXPORT_SYMBOL net/tipc/tipc 0x034566a1 tipc_dump_start +EXPORT_SYMBOL net/tipc/tipc 0x409e5ef2 tipc_sk_fill_sock_diag +EXPORT_SYMBOL net/tipc/tipc 0xbf0b3cee tipc_dump_done +EXPORT_SYMBOL net/tipc/tipc 0xd4c7d09b tipc_nl_sk_walk +EXPORT_SYMBOL net/tls/tls 0xa69c86b7 tls_get_record +EXPORT_SYMBOL net/wireless/cfg80211 0x00328214 wiphy_rfkill_set_hw_state_reason +EXPORT_SYMBOL net/wireless/cfg80211 0x01795291 cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x058ee720 cfg80211_bss_iter +EXPORT_SYMBOL net/wireless/cfg80211 0x061d9813 cfg80211_send_layer2_update +EXPORT_SYMBOL net/wireless/cfg80211 0x06ca71fd cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0x07a7e22e cfg80211_get_drvinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x07e0d006 cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0x0a8ee848 wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0x0c9cda27 __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x0cc95bc2 ieee80211_s1g_channel_width +EXPORT_SYMBOL net/wireless/cfg80211 0x0f1e1f30 cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x117aca91 cfg80211_merge_profile +EXPORT_SYMBOL net/wireless/cfg80211 0x11f3628c cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x13c58e52 ieee80211_get_8023_tunnel_proto +EXPORT_SYMBOL net/wireless/cfg80211 0x145897f8 cfg80211_inform_bss_data +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x1a13a7a2 cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0x1a521b15 nl80211_send_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0x1a87849e cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x1a8c6e8d freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0x1b82a85a cfg80211_valid_disable_subchannel_bitmap +EXPORT_SYMBOL net/wireless/cfg80211 0x1be46dd1 cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0x1ce2497f reg_query_regdb_wmm +EXPORT_SYMBOL net/wireless/cfg80211 0x1d3e331c ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x1fa17856 cfg80211_del_sta_sinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x21955799 cfg80211_ch_switch_started_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x232eae0d cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x25764853 cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x275269b3 ieee80211_ie_split_ric +EXPORT_SYMBOL net/wireless/cfg80211 0x2a2eac2a cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0x2ab88a98 cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x2ecdcbd3 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0x3087dafa cfg80211_port_authorized +EXPORT_SYMBOL net/wireless/cfg80211 0x31ed9b26 cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x33059a80 cfg80211_assoc_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x33c6279e cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0x350c6fca cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0x3643b80f ieee80211_chandef_to_operating_class +EXPORT_SYMBOL net/wireless/cfg80211 0x39b3cd80 regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0x39d621dd cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0x3aca71a1 cfg80211_get_ies_channel_number +EXPORT_SYMBOL net/wireless/cfg80211 0x3c744e95 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0x3c86019a cfg80211_sinfo_alloc_tid_stats +EXPORT_SYMBOL net/wireless/cfg80211 0x3f4b5992 cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x429c0c31 ieee80211_bss_get_elem +EXPORT_SYMBOL net/wireless/cfg80211 0x43afadee ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x46939ccd wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x4abed7d4 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x4ccea045 cfg80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x4d5c6fb4 cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0x4f61fdb3 cfg80211_update_owe_info_event +EXPORT_SYMBOL net/wireless/cfg80211 0x529f78e8 cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0x53ec8b3e cfg80211_report_obss_beacon_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x557440a7 cfg80211_sta_opmode_change_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x5584448a ieee80211_channel_to_freq_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x55870b4b cfg80211_reg_can_beacon_relax +EXPORT_SYMBOL net/wireless/cfg80211 0x569391af cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0x5884cb8e cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x5fd523d5 cfg80211_inform_bss_frame_data +EXPORT_SYMBOL net/wireless/cfg80211 0x61f236af cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x62a0994e wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0x639ea9fb cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0x668a8173 cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x692dade5 cfg80211_any_usable_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x699b6d48 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0x69a2f988 ieee80211_data_to_8023_exthdr +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x69ff347a regulatory_set_wiphy_regd +EXPORT_SYMBOL net/wireless/cfg80211 0x6a7c1451 cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x6bedf402 ieee80211_freq_khz_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x6c67fa99 cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x6cd150bb cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0x6e272ad2 cfg80211_control_port_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0x741222c2 cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x746ee688 wiphy_new_nm +EXPORT_SYMBOL net/wireless/cfg80211 0x7651c8ba cfg80211_register_netdevice +EXPORT_SYMBOL net/wireless/cfg80211 0x79b82a71 cfg80211_find_vendor_elem +EXPORT_SYMBOL net/wireless/cfg80211 0x79bf6963 cfg80211_nan_func_terminated +EXPORT_SYMBOL net/wireless/cfg80211 0x79c63038 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0x79ce49d4 regulatory_set_wiphy_regd_sync +EXPORT_SYMBOL net/wireless/cfg80211 0x7acb86ed ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0x7c3ac925 ieee80211_get_vht_max_nss +EXPORT_SYMBOL net/wireless/cfg80211 0x7c3f7651 cfg80211_assoc_comeback +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x816e7f70 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0x85de3f6f wiphy_delayed_work_timer +EXPORT_SYMBOL net/wireless/cfg80211 0x8789df5f cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x88b03313 cfg80211_bss_color_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x8ab55302 cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0x8fa02936 cfg80211_free_nan_func +EXPORT_SYMBOL net/wireless/cfg80211 0x9182f6c3 ieee80211_strip_8023_mesh_hdr +EXPORT_SYMBOL net/wireless/cfg80211 0x9868e0ac cfg80211_iftype_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0x9ac88f20 cfg80211_background_cac_abort +EXPORT_SYMBOL net/wireless/cfg80211 0x9d6cba30 cfg80211_find_elem_match +EXPORT_SYMBOL net/wireless/cfg80211 0x9efd797e cfg80211_links_removed +EXPORT_SYMBOL net/wireless/cfg80211 0x9f2742eb cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x9ff4fd9d cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xa1cdb8e0 wdev_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0xa296fcc9 cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0xa2fb1c73 cfg80211_rx_mgmt_ext +EXPORT_SYMBOL net/wireless/cfg80211 0xa6b554fe regulatory_pre_cac_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0xa7a2a6a4 cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0xa9661fd6 cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0xaba9196f __cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0xafd2a9c7 wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0xb0b3155b cfg80211_connect_done +EXPORT_SYMBOL net/wireless/cfg80211 0xb812d47f cfg80211_get_iftype_ext_capa +EXPORT_SYMBOL net/wireless/cfg80211 0xb81e8e3c cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0xbc556e86 ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0xc3fb97ca ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0xc4b4fc27 cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0xc8c94956 get_wiphy_regdom +EXPORT_SYMBOL net/wireless/cfg80211 0xca195301 cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0xcb2fc321 cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xcc1a7c48 cfg80211_is_element_inherited +EXPORT_SYMBOL net/wireless/cfg80211 0xce1ff073 cfg80211_external_auth_request +EXPORT_SYMBOL net/wireless/cfg80211 0xcfc9df88 cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xd127aac7 cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xd1604f49 wiphy_read_of_freq_limits +EXPORT_SYMBOL net/wireless/cfg80211 0xd3f29ef4 cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xd56d55f3 ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xd6539340 __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xd6c87a05 cfg80211_defragment_element +EXPORT_SYMBOL net/wireless/cfg80211 0xd9289770 ieee80211_get_channel_khz +EXPORT_SYMBOL net/wireless/cfg80211 0xd97eaad4 cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0xdaa2913c cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xe5145849 cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0xe57a9092 cfg80211_rx_control_port +EXPORT_SYMBOL net/wireless/cfg80211 0xef3e4a71 cfg80211_sched_scan_stopped_locked +EXPORT_SYMBOL net/wireless/cfg80211 0xef963ddf cfg80211_bss_flush +EXPORT_SYMBOL net/wireless/cfg80211 0xf1d569b1 cfg80211_nan_match +EXPORT_SYMBOL net/wireless/cfg80211 0xf40bc2f5 ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0xf5596d89 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0xf6d0c183 __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xf8f537c7 cfg80211_mgmt_tx_status_ext +EXPORT_SYMBOL net/wireless/cfg80211 0xf9457b1d ieee80211_is_valid_amsdu +EXPORT_SYMBOL net/wireless/cfg80211 0xfb7ffef8 cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0xff49ef18 cfg80211_tx_mgmt_expired +EXPORT_SYMBOL net/wireless/lib80211 0x0dd88ffb lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x1bdc972c lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0x1bf00e1b lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0x1daec3f7 lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0x8c9fa0a5 lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xdd43a80a lib80211_unregister_crypto_ops +EXPORT_SYMBOL sound/ac97_bus 0x0a5109b2 ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0x4da8124f snd_mixer_oss_ioctl_card +EXPORT_SYMBOL sound/core/seq/snd-seq 0x1a724fcc snd_seq_kernel_client_ctl +EXPORT_SYMBOL sound/core/seq/snd-seq 0x23738926 snd_seq_dump_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0x3061c52d snd_use_lock_sync_helper +EXPORT_SYMBOL sound/core/seq/snd-seq 0x38c7fd4f snd_seq_create_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x6bb71038 snd_seq_delete_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7b8699eb snd_seq_event_port_detach +EXPORT_SYMBOL sound/core/seq/snd-seq 0x85cd59a8 snd_seq_kernel_client_dispatch +EXPORT_SYMBOL sound/core/seq/snd-seq 0xa4076ef5 snd_seq_kernel_client_write_poll +EXPORT_SYMBOL sound/core/seq/snd-seq 0xa6e19f8e snd_seq_expand_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0xb8e448a0 snd_seq_set_queue_tempo +EXPORT_SYMBOL sound/core/seq/snd-seq 0xbf10d556 snd_seq_event_port_attach +EXPORT_SYMBOL sound/core/seq/snd-seq 0xc429f1f6 snd_seq_kernel_client_enqueue +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0x6ea09972 snd_midi_channel_alloc_set +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0x74769de9 snd_midi_process_event +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0x833a3e07 snd_midi_channel_set_clear +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0xb9948d2c snd_midi_channel_free_set +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x454224b1 snd_midi_event_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x70758652 snd_midi_event_encode_byte +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x7a3e0db5 snd_midi_event_no_status +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x8150b379 snd_midi_event_reset_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xb8620ad8 snd_midi_event_reset_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xdd935c83 snd_midi_event_free +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xe9e6c50c snd_midi_event_new +EXPORT_SYMBOL sound/core/seq/snd-seq-virmidi 0x017f4072 snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x0d1c6b60 snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0x0ef9bc5c snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0x106a6653 snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0x16f028c0 snd_device_register +EXPORT_SYMBOL sound/core/snd 0x198788b4 snd_lookup_oss_minor_data +EXPORT_SYMBOL sound/core/snd 0x1dd6900e snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x257eb148 snd_component_add +EXPORT_SYMBOL sound/core/snd 0x25b4c47e snd_ctl_unregister_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x2a79db9f snd_jack_report +EXPORT_SYMBOL sound/core/snd 0x2be36eea _snd_ctl_add_follower +EXPORT_SYMBOL sound/core/snd 0x318113f3 snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0x327fd7a2 snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0x342a2354 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x3dde205d snd_register_device +EXPORT_SYMBOL sound/core/snd 0x46bcc276 snd_ctl_notify_one +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x56f93e49 snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0x5dcd6854 snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0x615dce56 snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0x63da4443 snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0x65a65107 snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0x67d51608 snd_info_register +EXPORT_SYMBOL sound/core/snd 0x6e77d3a7 snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0x6eb89c34 snd_unregister_oss_device +EXPORT_SYMBOL sound/core/snd 0x73076315 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0x74072998 snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0x773d937e snd_power_wait +EXPORT_SYMBOL sound/core/snd 0x79d1ca0d snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0x7de8f3f2 snd_device_free +EXPORT_SYMBOL sound/core/snd 0x7f16a606 snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0x83da1f26 snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0x854ad0b9 snd_card_register +EXPORT_SYMBOL sound/core/snd 0x8576e229 snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0x8d767d74 snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x9785ed31 snd_jack_add_new_kctl +EXPORT_SYMBOL sound/core/snd 0x9b7abaa6 snd_card_new +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0x9e7e5d42 snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0xa82b1399 snd_ctl_rename +EXPORT_SYMBOL sound/core/snd 0xb028c838 snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xb3c43af3 snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0xb5fdc488 snd_card_free +EXPORT_SYMBOL sound/core/snd 0xb947102f snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0xc574e6e2 snd_seq_root +EXPORT_SYMBOL sound/core/snd 0xc5a6d10b release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0xcad8a965 snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0xcc6a729f snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0xcdbd4c4b snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0xd7ca6a52 snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0xd9c8548f snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0xda32837e snd_device_new +EXPORT_SYMBOL sound/core/snd 0xed402c57 snd_ctl_register_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0xee26e31f snd_jack_new +EXPORT_SYMBOL sound/core/snd 0xf829a22a snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0xfc12a204 snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0xfe13cd1d snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0xfffd89db copy_from_user_toio +EXPORT_SYMBOL sound/core/snd-compress 0x0e734e9e snd_compr_malloc_pages +EXPORT_SYMBOL sound/core/snd-compress 0xa038893b snd_compr_free_pages +EXPORT_SYMBOL sound/core/snd-hwdep 0x0e583323 snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-pcm 0x00674343 snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0x0283dfe3 _snd_pcm_hw_params_any +EXPORT_SYMBOL sound/core/snd-pcm 0x039eda1b snd_pcm_set_managed_buffer_all +EXPORT_SYMBOL sound/core/snd-pcm 0x04cda566 snd_interval_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x06ad5440 snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0x080b31ea snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0x10c22904 snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0x11eba48e snd_pcm_create_iec958_consumer_hw_params +EXPORT_SYMBOL sound/core/snd-pcm 0x14c6cc83 __snd_pcm_lib_xfer +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x20d9dc61 snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0x2eac19e9 snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0x2fdeb2ea snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0x3796bdcc snd_pcm_format_little_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x37edfb5b snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0x394b7ea1 snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x39bf9301 _snd_pcm_hw_param_setempty +EXPORT_SYMBOL sound/core/snd-pcm 0x3ea72f44 snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x503bd137 snd_interval_ranges +EXPORT_SYMBOL sound/core/snd-pcm 0x525300da snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-pcm 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL sound/core/snd-pcm 0x536b8718 snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0x53f0235d snd_pcm_period_elapsed_under_stream_lock +EXPORT_SYMBOL sound/core/snd-pcm 0x551392b4 snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL sound/core/snd-pcm 0x650f8603 snd_pcm_format_silence_64 +EXPORT_SYMBOL sound/core/snd-pcm 0x660fca12 _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x68a24153 snd_pcm_format_physical_width +EXPORT_SYMBOL sound/core/snd-pcm 0x69255f54 snd_pcm_hw_limit_rates +EXPORT_SYMBOL sound/core/snd-pcm 0x6a0b8f45 snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x6b04d096 snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x6c72f1b2 snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x74c387ec snd_pcm_set_managed_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x77fd2bde snd_sgbuf_get_chunk_size +EXPORT_SYMBOL sound/core/snd-pcm 0x7c368bf5 snd_pcm_create_iec958_consumer +EXPORT_SYMBOL sound/core/snd-pcm 0x834dc955 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x8484f3f3 snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0x87026e0b snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0x9121aad4 snd_pcm_hw_constraint_ranges +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x99f201c9 snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x9d816816 snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xab30df8d snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0xac437f7b snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xac77e3ef snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0xb56a16b4 snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0xb89e7725 snd_sgbuf_get_page +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xbb3ef13a snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0xc010cdef snd_sgbuf_get_addr +EXPORT_SYMBOL sound/core/snd-pcm 0xc5545020 snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0xd0f548e3 snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xd2ab390d snd_dma_alloc_dir_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xdb1594a3 snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0xdbf5ddac snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0xdfd10ebb snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xe5a43415 snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0xe75c06e1 snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0xeda508c4 snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0xeeec2529 snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xefe620be snd_dma_buffer_mmap +EXPORT_SYMBOL sound/core/snd-pcm 0xf5f86de0 snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xf8d73aee snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0xf9ed2919 snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-rawmidi 0x091009f2 snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0x16da5923 snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x16f3bf01 snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0x24d08d1d snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2b79287f snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0x3168273d snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x35042535 snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0x45401cd4 snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x6630f374 snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0x735d1465 snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x7c4de153 snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0x97a8333e snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0x9fcbe88c snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0xb21e4ceb snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0xba4a702d snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc82c007f snd_rawmidi_proceed +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe5fb385f snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0xef813a92 snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-seq-device 0x091def1c snd_seq_autoload_exit +EXPORT_SYMBOL sound/core/snd-seq-device 0x1a0f50b2 snd_seq_device_new +EXPORT_SYMBOL sound/core/snd-seq-device 0x370a0736 snd_seq_autoload_init +EXPORT_SYMBOL sound/core/snd-seq-device 0x6339b6d0 snd_seq_device_load_drivers +EXPORT_SYMBOL sound/core/snd-timer 0x05822102 snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0x0aa3bde2 snd_timer_global_register +EXPORT_SYMBOL sound/core/snd-timer 0x13ea81e5 snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0x17512604 snd_timer_open +EXPORT_SYMBOL sound/core/snd-timer 0x20ae0028 snd_timer_instance_free +EXPORT_SYMBOL sound/core/snd-timer 0x291c51db snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0x345d634c snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0x75201eeb snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0x84530a4a snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0x981b9c01 snd_timer_instance_new +EXPORT_SYMBOL sound/core/snd-timer 0x98824dce snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0xaf8699c2 snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0xc27ae3af snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0xd302b6d0 snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0xdcbaea6e snd_timer_resolution +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x6d629c59 snd_mpu401_uart_interrupt_tx +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0xb7f278f9 snd_mpu401_uart_new +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0xc0fec227 snd_mpu401_uart_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x05060a19 snd_opl3_regmap +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x074971c5 snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x4957afce snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x7aec705f snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x8d55c393 snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x8f1852cc snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xc8e85f1a snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xda3e2cb8 snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xe232abf5 snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xfe186daa snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x226138b0 snd_vx_threaded_irq_handler +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x44400d62 snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x4b080847 snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x6d830507 snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xb79d846a snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xe1cfd01c snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xe9fb7666 snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xedb8c314 snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf7158813 snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf7cc1abb snd_vx_load_boot_image +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x037b3780 amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x03ae9e0f avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x08ee03ed fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0a10729e cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x0b822484 cmp_connection_reserve +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x105c3da3 fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x11b6d21f cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x210c48d6 avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x24a6f3f6 amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x36a4ac0e cmp_connection_release +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x392fa47e cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4a25d838 cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4a40f4d1 amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x66c8c3d1 cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6a9db46a amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x711d50f7 fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x7cd59774 amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x80ffff5f amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x89c95a7f snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x96f16f71 fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xadff13de fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc5ba2acf amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc713bb2c avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc918b8c5 cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xcfb47885 fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe5c74c2d amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xef1b0ddf fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf1c57ae3 iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xfa491c85 iso_packets_buffer_destroy +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0x41a05c36 intel_nhlt_has_endpoint_type +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0x66fd6169 intel_nhlt_ssp_endpoint_mask +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0xb7b836b3 intel_nhlt_ssp_mclk_mask +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0xd767e0ec intel_nhlt_get_endpoint_blob +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0x87d813bd snd_ak4113_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0x925f79e6 snd_ak4113_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x06147182 snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x0b83788b snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x65dbaa55 snd_ak4114_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x7c48fbda snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x8b0c667f snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x96eeb659 snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xba376270 snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xf7058dd4 snd_ak4114_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x63b2fe7e snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xdbed1423 snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xed211802 snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xf05dbbbe snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x8c8661dc snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xeaeb4057 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x064607e6 snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x2d449c13 snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x54256df3 snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x7b2cc415 snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x91c93da6 snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xf877abd0 snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-i2c 0x03b95152 snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x08772203 snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-i2c 0x804ba4d8 snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x850af10b snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0xa94bce36 snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0xcd796437 snd_i2c_readbytes +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x01f3c355 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x0b0809fb snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x105fa01f snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x242d335e snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x259ba6f1 snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x30742324 snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x37d710cc snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x3b4d1b49 snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x40f7e348 snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4a506dca snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x7a296d87 snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x7cff61c5 snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x812425f4 snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xab54f8ef snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb6bbec43 snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc5af943f snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc78de39d snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x42ed4c6e snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x66c63e0e snd_emu10k1_ptr_write_multiple +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x70f81a8a snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x837d6cfb snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xa378847c snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xb342f7f8 snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xb81f6afe snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xe1914c79 snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xf3141ee7 snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xf88c0d97 snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x193dd302 snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x2925de24 snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xa43110b4 snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x01a3b80c oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x12bb53a3 oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x29c9c6b8 oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x317258fd oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x377353de oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3d6f5bfc oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x40373f80 oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x5a088358 oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x60ce889f oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x6d8f80dd oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x7aa9759f oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x93c148a8 oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9513315c oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x98ee7c89 oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9d43d7ed oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc8326bc9 oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xcd0b994b oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd8406b1c oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xdc10afc0 oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe6418f39 oxygen_read32 +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x3d8e32d8 snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x47dd380d snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x93485807 snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xb78a7808 snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xc0f4ff41 snd_trident_stop_voice +EXPORT_SYMBOL sound/soc/amd/acp_audio_dma 0xf2cc2cce acp_bt_uart_enable +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0x5ef04fff snd_amd_acp_find_config +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0xc5e4eb4b snd_soc_acpi_amd_rmb_sof_machines +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0xc983fb7d snd_soc_acpi_amd_sof_machines +EXPORT_SYMBOL sound/soc/codecs/snd-soc-adau1372 0x004327cd adau1372_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-lpass-wsa-macro 0x588ed7c1 wsa_macro_set_spkr_mode +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x5597b9b8 pcm3060_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x8a47b90c pcm3060_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-rt715 0xed2acb24 hda_to_sdw +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x3bad633a tlv320aic23_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x739ce21f tlv320aic23_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x18ca6cb2 aic32x4_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x37668940 aic32x4_regmap_config +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x5631da93 aic32x4_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0x64e8581f aic3x_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0x7b8116d7 aic3x_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x144b33ed wcd_mbhc_start +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x3a195ca9 wcd_mbhc_get_impedance +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x789ebe56 wcd_mbhc_set_hph_type +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x8b5df7da wcd_mbhc_init +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xa5758a49 wcd_mbhc_get_hph_type +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xd094df47 wcd_mbhc_deinit +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xe2beca26 wcd_mbhc_stop +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xf7470475 wcd_dt_parse_mbhc_data +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x052cbc6d fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x9cfcb5e4 fsl_asoc_get_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0xb073d3e1 fsl_asoc_reparent_pll_clocks +EXPORT_SYMBOL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0x2462a24e mt8192_afe_gpio_init +EXPORT_SYMBOL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0x6db4419c mt8192_afe_gpio_request +EXPORT_SYMBOL sound/soc/qcom/qdsp6/q6afe 0x5effb263 q6afe_unvote_lpass_core_hw +EXPORT_SYMBOL sound/soc/qcom/qdsp6/q6afe 0x77ad0648 q6afe_vote_lpass_core_hw +EXPORT_SYMBOL sound/soc/snd-soc-core 0xc773fbfc snd_soc_alloc_ac97_component +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0xa0995451 imx8_parse_clocks +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0xadbe0650 imx8_disable_clocks +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0xca8839ff imx8_dump +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0xeac46de7 imx8_enable_clocks +EXPORT_SYMBOL sound/soc/sof/mediatek/mtk-adsp-common 0xac1f3281 mtk_adsp_dump +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x00791761 snd_sof_dsp_update_bits64_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0476c581 snd_sof_dsp_panic +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0681a748 snd_sof_dsp_update_bits_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0ec555ed sof_ipc_tx_message_no_pm +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x128fd21f sof_set_stream_data_offset +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x19798f03 sof_block_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x1d96e297 sof_stream_pcm_open +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x278c8b97 sof_print_oops_and_stack +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x32533984 sof_pcm_dai_link_fixup +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x368c6727 sof_debug_check_flag +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x36c64a8d sof_widget_setup +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x437600e7 snd_sof_runtime_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x45383f92 snd_sof_device_probe_completed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x4625a07f snd_sof_runtime_idle +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x4b525763 snd_sof_prepare +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x4fd3c7a6 sof_ipc_msg_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x5200be1e sof_stream_pcm_close +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x55636094 snd_sof_run_firmware +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x60e59b8d snd_sof_ipc_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x68c3de12 snd_sof_handle_fw_exception +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x71141f03 sof_set_fw_state +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x73317370 sof_dai_get_mclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x791eee96 snd_sof_load_topology +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8071e8eb sof_ipc3_do_rx_work +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x809fcae5 sof_io_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x850773be sof_io_write64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8749fdf2 snd_sof_ipc_get_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8a037f1f sof_mailbox_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x966969f6 snd_sof_load_firmware_raw +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x97287be9 snd_sof_fw_unload +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x987bceba snd_sof_pcm_period_elapsed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x9b506d15 sof_io_read64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x9c168efb snd_sof_device_shutdown +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x9cdccfc6 snd_sof_dsp_update_bits64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa465e711 snd_sof_complete +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa4ad5297 snd_sof_dsp_only_d0i3_compatible_stream_active +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xac20146c sof_mailbox_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xac667003 sof_compressed_ops +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xac711c14 snd_sof_load_firmware_memcpy +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xaf9ab856 sof_machine_check +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb0326749 snd_sof_runtime_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb6d555f2 snd_sof_ipc_init +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xc3e10d04 snd_sof_device_remove +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xc74de3ed sof_machine_unregister +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xcd88b442 sof_widget_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xce2828e9 snd_sof_dsp_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xcec8bdf6 sof_dai_get_bclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd02a444a sof_ipc_set_get_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd7e5ebba snd_sof_dsp_dbg_dump +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xdbc36ad8 snd_sof_ipc_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe302f349 snd_sof_pci_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe8d56ad6 sof_io_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xeb14e182 snd_sof_dsp_update_bits_forced +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xeb7b9998 sof_machine_register +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xee41ad19 snd_sof_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xee455e9f snd_sof_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xef482101 sof_block_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf4de6553 snd_sof_device_probe +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xfc04765a sof_ipc_tx_message +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0x5dd82375 sof_of_remove +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0x6bcc8684 sof_of_probe +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0x8d9d233f sof_of_pm +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0xfea61deb sof_of_shutdown +EXPORT_SYMBOL sound/soc/sof/snd-sof-utils 0xf74f876b snd_sof_create_page_table +EXPORT_SYMBOL sound/soundcore 0x68514190 sound_class +EXPORT_SYMBOL sound/soundcore 0x768a8aa5 register_sound_dsp +EXPORT_SYMBOL sound/soundcore 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x912150ef register_sound_special +EXPORT_SYMBOL sound/soundcore 0x96c2a09c register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL sound/soundcore 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xee2dd86d register_sound_mixer +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x655cb202 snd_sf_linear_to_log +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x657c54ba snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x762e022c snd_emux_free +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x7b92616f snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xa6633ac9 snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xc4c975c6 snd_emux_new +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xe1fb398f snd_emux_register +EXPORT_SYMBOL sound/synth/snd-util-mem 0x0eda33fa snd_util_memhdr_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0x2a48197f snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x6517719f __snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x914f3491 snd_util_memhdr_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x9223e14b snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x9adc8c44 __snd_util_memblk_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xc59655e4 snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0xd28dc0da __snd_util_mem_alloc +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x16756dc0 snd_usbmidi_input_start +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x2161ad73 __snd_usbmidi_create +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x63343b1d snd_usbmidi_input_stop +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xb2af19e1 snd_usbmidi_resume +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xbed43a41 snd_usbmidi_suspend +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xd9d2bb03 snd_usbmidi_disconnect +EXPORT_SYMBOL vmlinux 0x000bd082 mipi_dsi_dcs_enter_sleep_mode +EXPORT_SYMBOL vmlinux 0x000e5c6f bioset_exit +EXPORT_SYMBOL vmlinux 0x00148653 vsnprintf +EXPORT_SYMBOL vmlinux 0x001e6bd1 bio_add_folio +EXPORT_SYMBOL vmlinux 0x00226112 scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x002e46c1 serio_close +EXPORT_SYMBOL vmlinux 0x004827dc __do_once_sleepable_done +EXPORT_SYMBOL vmlinux 0x006572be devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x00af6947 devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x00b4e526 __mmap_lock_do_trace_acquire_returned +EXPORT_SYMBOL vmlinux 0x00b4e615 posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x00c561ef inc_nlink +EXPORT_SYMBOL vmlinux 0x00ce6ba7 eth_header +EXPORT_SYMBOL vmlinux 0x00cf0f95 of_get_cpu_state_node +EXPORT_SYMBOL vmlinux 0x00d0956a fs_context_for_mount +EXPORT_SYMBOL vmlinux 0x00d6ba6f generic_update_time +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00df7b90 pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x00e18569 mipi_dsi_host_register +EXPORT_SYMBOL vmlinux 0x00e67c6d fscrypt_ioctl_set_policy +EXPORT_SYMBOL vmlinux 0x00ed5d61 generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x01156ae4 utf8_strncasecmp_folded +EXPORT_SYMBOL vmlinux 0x011a07f4 pci_scan_single_device +EXPORT_SYMBOL vmlinux 0x0129c4f8 par_io_data_set +EXPORT_SYMBOL vmlinux 0x012de2ea xudma_rchanrt_read +EXPORT_SYMBOL vmlinux 0x0133dbdf mdiobus_write_nested +EXPORT_SYMBOL vmlinux 0x0142239d folio_redirty_for_writepage +EXPORT_SYMBOL vmlinux 0x0147812c kblockd_mod_delayed_work_on +EXPORT_SYMBOL vmlinux 0x01505d85 imx_scu_call_rpc +EXPORT_SYMBOL vmlinux 0x0159eb79 from_kgid +EXPORT_SYMBOL vmlinux 0x016263fd security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0x016777cf set_anon_super +EXPORT_SYMBOL vmlinux 0x016be117 watchdog_unregister_governor +EXPORT_SYMBOL vmlinux 0x016f123e sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x01757935 rdmacg_register_device +EXPORT_SYMBOL vmlinux 0x017de3d5 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0x0188cd88 vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0x019f104f fib_notifier_ops_register +EXPORT_SYMBOL vmlinux 0x01b6865c xa_get_mark +EXPORT_SYMBOL vmlinux 0x01be01ce devm_pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x01bf55fc paddr_vmcoreinfo_note +EXPORT_SYMBOL vmlinux 0x01d9037b mmc_of_parse_clk_phase +EXPORT_SYMBOL vmlinux 0x01daecb8 phy_print_status +EXPORT_SYMBOL vmlinux 0x01db0ad2 vfs_setpos +EXPORT_SYMBOL vmlinux 0x01db207c iterate_supers_type +EXPORT_SYMBOL vmlinux 0x01dc8a99 qman_update_cgr_safe +EXPORT_SYMBOL vmlinux 0x01e7d1ba phy_detach +EXPORT_SYMBOL vmlinux 0x01eed3a1 dev_uc_add +EXPORT_SYMBOL vmlinux 0x01ff4d68 request_firmware_into_buf +EXPORT_SYMBOL vmlinux 0x0209f3a7 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x020dbf27 bitmap_alloc +EXPORT_SYMBOL vmlinux 0x0234588c rproc_get_by_child +EXPORT_SYMBOL vmlinux 0x023b73e1 handle_edge_irq +EXPORT_SYMBOL vmlinux 0x023c9915 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0x0248efd3 kstrtobool_from_user +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x027e4b8e pci_iomap_range +EXPORT_SYMBOL vmlinux 0x0296695f refcount_warn_saturate +EXPORT_SYMBOL vmlinux 0x0297e554 dma_resv_iter_next_unlocked +EXPORT_SYMBOL vmlinux 0x02a4bf21 truncate_inode_pages +EXPORT_SYMBOL vmlinux 0x02c065f8 ucc_set_qe_mux_mii_mng +EXPORT_SYMBOL vmlinux 0x02d21dfa md_write_inc +EXPORT_SYMBOL vmlinux 0x02dd7b59 bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x03001597 flow_rule_match_mpls +EXPORT_SYMBOL vmlinux 0x0334795d icst307_s2div +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x033c4534 __skb_pad +EXPORT_SYMBOL vmlinux 0x0349726f tegra194_miscreg_mask_serror +EXPORT_SYMBOL vmlinux 0x034cfcdc md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0x035c69b5 flow_block_cb_free +EXPORT_SYMBOL vmlinux 0x035d25ab memcg_kmem_online_key +EXPORT_SYMBOL vmlinux 0x0360d67f make_flow_keys_digest +EXPORT_SYMBOL vmlinux 0x03628844 param_ops_invbool +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x036cce78 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x036dd119 path_has_submounts +EXPORT_SYMBOL vmlinux 0x0379d132 register_qdisc +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x037b95ea nonseekable_open +EXPORT_SYMBOL vmlinux 0x03815f35 ledtrig_disk_activity +EXPORT_SYMBOL vmlinux 0x03824050 __sock_i_ino +EXPORT_SYMBOL vmlinux 0x03905870 devfreq_add_device +EXPORT_SYMBOL vmlinux 0x03951f84 cookie_timestamp_decode +EXPORT_SYMBOL vmlinux 0x0397edd5 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0x03b814ca bpf_dispatcher_xdp_func +EXPORT_SYMBOL vmlinux 0x03c958c2 __check_sticky +EXPORT_SYMBOL vmlinux 0x03c9bf7e xp_dma_sync_for_cpu_slow +EXPORT_SYMBOL vmlinux 0x03d990ab udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0x03e86068 scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0x03ebbedd may_umount +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x040929e6 scm_fp_dup +EXPORT_SYMBOL vmlinux 0x042bd817 sync_blockdev_range +EXPORT_SYMBOL vmlinux 0x043efc8f key_move +EXPORT_SYMBOL vmlinux 0x044154c6 tc_skb_ext_tc +EXPORT_SYMBOL vmlinux 0x0444c6c3 tcf_idr_search +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x044bfc07 nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0x044f0ad9 get_random_u16 +EXPORT_SYMBOL vmlinux 0x045bcb86 filemap_fdatawait_keep_errors +EXPORT_SYMBOL vmlinux 0x045daa0c netdev_adjacent_change_commit +EXPORT_SYMBOL vmlinux 0x045f8c7a devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x0464978f jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x04673adb qman_ip_rev +EXPORT_SYMBOL vmlinux 0x0474edef kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0x0479aac1 seq_list_next_rcu +EXPORT_SYMBOL vmlinux 0x047efcc4 qdisc_hash_del +EXPORT_SYMBOL vmlinux 0x0484c6c4 acpi_enter_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x04863e28 hdmi_audio_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x048d444c skb_checksum_help +EXPORT_SYMBOL vmlinux 0x04c5a32c mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0x04d037af xfrm_register_type_offload +EXPORT_SYMBOL vmlinux 0x04d24402 iwe_stream_add_point +EXPORT_SYMBOL vmlinux 0x04d83396 __neigh_create +EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize +EXPORT_SYMBOL vmlinux 0x04fb0ce5 netpoll_setup +EXPORT_SYMBOL vmlinux 0x050877b9 dmi_first_match +EXPORT_SYMBOL vmlinux 0x050d917b sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x05148e88 of_node_name_prefix +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x0528098f acpi_dev_get_next_match_dev +EXPORT_SYMBOL vmlinux 0x052fc6dd vme_bus_error_handler +EXPORT_SYMBOL vmlinux 0x054496b4 schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x055e77e8 jiffies_64 +EXPORT_SYMBOL vmlinux 0x0562dc30 __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0x056bcf7b dm_read_arg +EXPORT_SYMBOL vmlinux 0x05c6b33e build_skb +EXPORT_SYMBOL vmlinux 0x05eeb929 dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0x060ba97c gen_pool_free_owner +EXPORT_SYMBOL vmlinux 0x060bfe42 fddi_type_trans +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x062dca00 fscrypt_encrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0x062f5971 blk_mq_run_hw_queue +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x0668b595 _kstrtoul +EXPORT_SYMBOL vmlinux 0x069d902b vme_master_request +EXPORT_SYMBOL vmlinux 0x06b16672 elv_rb_former_request +EXPORT_SYMBOL vmlinux 0x06bd88b5 ucs2_strnlen +EXPORT_SYMBOL vmlinux 0x06c215f3 md_finish_reshape +EXPORT_SYMBOL vmlinux 0x06c7038b fwnode_mdio_find_device +EXPORT_SYMBOL vmlinux 0x06d11488 __bitmap_equal +EXPORT_SYMBOL vmlinux 0x06e47ce0 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x06e550f6 netif_tx_unlock +EXPORT_SYMBOL vmlinux 0x06e6b388 dquot_quota_sync +EXPORT_SYMBOL vmlinux 0x06e7acef dentry_create +EXPORT_SYMBOL vmlinux 0x07098248 xz_dec_microlzma_alloc +EXPORT_SYMBOL vmlinux 0x0711edc8 xudma_dev_get_tisci_rm +EXPORT_SYMBOL vmlinux 0x0718bd07 request_key_tag +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x073618fd sget_fc +EXPORT_SYMBOL vmlinux 0x0745a981 xa_erase +EXPORT_SYMBOL vmlinux 0x0746be37 inet_offloads +EXPORT_SYMBOL vmlinux 0x0768b51e mdiobus_c45_read_nested +EXPORT_SYMBOL vmlinux 0x077172e5 inet_add_protocol +EXPORT_SYMBOL vmlinux 0x0771ae70 folio_clear_dirty_for_io +EXPORT_SYMBOL vmlinux 0x0781ec97 logic_insl +EXPORT_SYMBOL vmlinux 0x07887af4 input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07bd3e04 default_llseek +EXPORT_SYMBOL vmlinux 0x07c40648 unix_destruct_scm +EXPORT_SYMBOL vmlinux 0x07c5c7f2 ip_check_defrag +EXPORT_SYMBOL vmlinux 0x07c8b547 pldmfw_op_pci_match_record +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07ceeac9 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x07cf02f6 keyring_search +EXPORT_SYMBOL vmlinux 0x07db17be qman_create_fq +EXPORT_SYMBOL vmlinux 0x07e5150f pid_task +EXPORT_SYMBOL vmlinux 0x07ee8bf4 mmc_cqe_recovery +EXPORT_SYMBOL vmlinux 0x07f57478 pci_unmap_iospace +EXPORT_SYMBOL vmlinux 0x07f92319 __of_get_address +EXPORT_SYMBOL vmlinux 0x0800473f __cond_resched +EXPORT_SYMBOL vmlinux 0x0805f2c8 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0x08080ecf ethtool_aggregate_rmon_stats +EXPORT_SYMBOL vmlinux 0x08156dda dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0x08162c74 free_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0x0827a709 md_bitmap_unplug +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x08326e88 get_thermal_instance +EXPORT_SYMBOL vmlinux 0x08356f32 fman_sp_set_buf_pools_in_asc_order_of_buf_sizes +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x0842acc9 vme_register_error_handler +EXPORT_SYMBOL vmlinux 0x0870efe3 jent_testing_exit +EXPORT_SYMBOL vmlinux 0x08834ea6 blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0x088d0d04 unregister_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0x08d0a938 pci_release_region +EXPORT_SYMBOL vmlinux 0x08d3cef0 file_ns_capable +EXPORT_SYMBOL vmlinux 0x08d8bb7e bio_free_pages +EXPORT_SYMBOL vmlinux 0x08e39398 cmd_db_read_addr +EXPORT_SYMBOL vmlinux 0x08e5685a xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x08ff66d7 ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0x090bcd1f tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0x09293383 phy_driver_unregister +EXPORT_SYMBOL vmlinux 0x092e26bf acpi_remove_address_space_handler +EXPORT_SYMBOL vmlinux 0x093631f7 pci_get_subsys +EXPORT_SYMBOL vmlinux 0x093712e5 acpi_purge_cached_objects +EXPORT_SYMBOL vmlinux 0x09769037 dmt_modes +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x0995c0da invalidate_bdev +EXPORT_SYMBOL vmlinux 0x09ad7e3f vfs_parse_fs_param +EXPORT_SYMBOL vmlinux 0x09b18b5f pci_rebar_get_possible_sizes +EXPORT_SYMBOL vmlinux 0x09b661d3 sg_alloc_append_table_from_pages +EXPORT_SYMBOL vmlinux 0x09bb1421 of_translate_dma_region +EXPORT_SYMBOL vmlinux 0x09bf216c configfs_remove_default_groups +EXPORT_SYMBOL vmlinux 0x09c7bf40 km_policy_notify +EXPORT_SYMBOL vmlinux 0x09cca5a6 i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0x09cf0f63 sock_set_keepalive +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09da0ba4 xa_set_mark +EXPORT_SYMBOL vmlinux 0x09f11c5b _dev_err +EXPORT_SYMBOL vmlinux 0x09f9b261 xudma_rchan_put +EXPORT_SYMBOL vmlinux 0x0a012f73 mb_cache_entry_touch +EXPORT_SYMBOL vmlinux 0x0a03eb3f amba_driver_unregister +EXPORT_SYMBOL vmlinux 0x0a0ebc08 __xa_cmpxchg +EXPORT_SYMBOL vmlinux 0x0a1e8769 utf8_casefold_hash +EXPORT_SYMBOL vmlinux 0x0a3b4744 kill_block_super +EXPORT_SYMBOL vmlinux 0x0a566cf9 pci_select_bars +EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier +EXPORT_SYMBOL vmlinux 0x0a7bf586 sock_bind_add +EXPORT_SYMBOL vmlinux 0x0a84b15d zstd_init_cctx +EXPORT_SYMBOL vmlinux 0x0aa309cf synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x0aaccc92 pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x0ac6e051 __cpuhp_setup_state +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0ad6f24d bio_put +EXPORT_SYMBOL vmlinux 0x0adce763 devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x0afea60b thread_group_exited +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b261998 scsi_block_requests +EXPORT_SYMBOL vmlinux 0x0b26b8c8 acpi_run_osc +EXPORT_SYMBOL vmlinux 0x0b35d970 __register_chrdev +EXPORT_SYMBOL vmlinux 0x0b37388a fscrypt_fname_disk_to_usr +EXPORT_SYMBOL vmlinux 0x0b452b98 i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0x0b4c59da netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0x0b5433e4 rproc_coredump_using_sections +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b81329b mii_check_media +EXPORT_SYMBOL vmlinux 0x0b83b2fe blk_rq_map_user +EXPORT_SYMBOL vmlinux 0x0b90c16e iov_iter_advance +EXPORT_SYMBOL vmlinux 0x0ba0b938 vm_brk +EXPORT_SYMBOL vmlinux 0x0baf0071 touch_atime +EXPORT_SYMBOL vmlinux 0x0bb248f8 pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x0bb2af25 inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0x0bb5dd4a dma_fence_chain_find_seqno +EXPORT_SYMBOL vmlinux 0x0bc1d092 dquot_alloc +EXPORT_SYMBOL vmlinux 0x0bc1dee6 phy_modify_paged_changed +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bd394d8 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x0be685e6 msm_pinctrl_remove +EXPORT_SYMBOL vmlinux 0x0bf0e4a2 __SCK__tp_func_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x0bf3d06f scsi_host_alloc +EXPORT_SYMBOL vmlinux 0x0bfc1d1a check_zeroed_user +EXPORT_SYMBOL vmlinux 0x0bfddeca gnet_stats_copy_basic_hw +EXPORT_SYMBOL vmlinux 0x0c0b6e95 prepare_to_swait_event +EXPORT_SYMBOL vmlinux 0x0c25ec48 secure_tcpv6_seq +EXPORT_SYMBOL vmlinux 0x0c3690fc _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0x0c46ea6d tegra_ivc_read_get_next_frame +EXPORT_SYMBOL vmlinux 0x0c4e71c8 inet6_getname +EXPORT_SYMBOL vmlinux 0x0c575719 __cond_resched_rwlock_write +EXPORT_SYMBOL vmlinux 0x0c5a6aa0 __put_devmap_managed_page_refs +EXPORT_SYMBOL vmlinux 0x0c6bdc3f vme_master_read +EXPORT_SYMBOL vmlinux 0x0c726cf8 pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x0c79c82e make_kprojid +EXPORT_SYMBOL vmlinux 0x0c837b98 simple_open +EXPORT_SYMBOL vmlinux 0x0cb11bc7 __SCK__tp_func_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x0cb6c887 __mmap_lock_do_trace_released +EXPORT_SYMBOL vmlinux 0x0cb73328 iov_iter_xarray +EXPORT_SYMBOL vmlinux 0x0cbd20e7 compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0x0cc4b4b6 crc_ccitt_false +EXPORT_SYMBOL vmlinux 0x0cd5835b ipv6_flowlabel_exclusive +EXPORT_SYMBOL vmlinux 0x0cdce87c rfkill_set_hw_state_reason +EXPORT_SYMBOL vmlinux 0x0cdd7a0e nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x0d00706c __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0x0d07f543 get_anon_bdev +EXPORT_SYMBOL vmlinux 0x0d279332 fscrypt_decrypt_bio +EXPORT_SYMBOL vmlinux 0x0d2ca20f ucc_fast_get_qe_cr_subblock +EXPORT_SYMBOL vmlinux 0x0d333b64 zstd_end_stream +EXPORT_SYMBOL vmlinux 0x0d3da189 thermal_zone_device_critical +EXPORT_SYMBOL vmlinux 0x0d3f5c1a fman_get_max_frm +EXPORT_SYMBOL vmlinux 0x0d45017d add_to_page_cache_lru +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d54e8cc dma_map_sg_attrs +EXPORT_SYMBOL vmlinux 0x0d5d1c61 generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x0da37acd dma_fence_array_first +EXPORT_SYMBOL vmlinux 0x0da6978b page_pool_unlink_napi +EXPORT_SYMBOL vmlinux 0x0dad5813 generic_perform_write +EXPORT_SYMBOL vmlinux 0x0dc110ee devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0x0deac0ed scsi_device_set_state +EXPORT_SYMBOL vmlinux 0x0deb72fc __traceiter_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x0e03713b fs_param_is_blockdev +EXPORT_SYMBOL vmlinux 0x0e0586b5 of_find_matching_node_and_match +EXPORT_SYMBOL vmlinux 0x0e08b203 mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0x0e17678a siphash_4u64 +EXPORT_SYMBOL vmlinux 0x0e20bdde __skb_checksum +EXPORT_SYMBOL vmlinux 0x0e228171 vlan_filter_push_vids +EXPORT_SYMBOL vmlinux 0x0e32b841 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0x0e331843 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0x0e3a15d5 ps2_init +EXPORT_SYMBOL vmlinux 0x0e4262c6 __siphash_unaligned +EXPORT_SYMBOL vmlinux 0x0e437876 sock_kmalloc +EXPORT_SYMBOL vmlinux 0x0e5695d2 filemap_fault +EXPORT_SYMBOL vmlinux 0x0e63ad7a blk_queue_virt_boundary +EXPORT_SYMBOL vmlinux 0x0e788220 acpi_notifier_call_chain +EXPORT_SYMBOL vmlinux 0x0e80a0b8 blk_integrity_compare +EXPORT_SYMBOL vmlinux 0x0e9f589b vme_dma_request +EXPORT_SYMBOL vmlinux 0x0ea3c74e tasklet_kill +EXPORT_SYMBOL vmlinux 0x0ea593f6 hdmi_drm_infoframe_init +EXPORT_SYMBOL vmlinux 0x0eae9d5a copy_page_to_iter_nofault +EXPORT_SYMBOL vmlinux 0x0eb6eb87 add_taint +EXPORT_SYMBOL vmlinux 0x0ec1e77c inet_register_protosw +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ec885fc vma_set_file +EXPORT_SYMBOL vmlinux 0x0ed75e8d close_fd_get_file +EXPORT_SYMBOL vmlinux 0x0edc55e2 dev_mc_del +EXPORT_SYMBOL vmlinux 0x0ef8bd59 ps2_sliced_command +EXPORT_SYMBOL vmlinux 0x0f058dae ip6_fraglist_init +EXPORT_SYMBOL vmlinux 0x0f09cc34 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0x0f0cd532 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x0f1ad8e2 seq_list_start_rcu +EXPORT_SYMBOL vmlinux 0x0f1f0b72 scsi_ioctl +EXPORT_SYMBOL vmlinux 0x0f2565c7 mmc_can_gpio_ro +EXPORT_SYMBOL vmlinux 0x0f277b9e xfrm_input +EXPORT_SYMBOL vmlinux 0x0f37ca89 lockref_put_not_zero +EXPORT_SYMBOL vmlinux 0x0f3d90e3 sock_enable_timestamps +EXPORT_SYMBOL vmlinux 0x0f5d4059 generic_file_direct_write +EXPORT_SYMBOL vmlinux 0x0f630261 gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x0f655ce5 tcf_idrinfo_destroy +EXPORT_SYMBOL vmlinux 0x0f6a73eb mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0x0f811fc7 jent_raw_hires_entropy_store +EXPORT_SYMBOL vmlinux 0x0f86f560 kthread_delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x0f9f51ef md_bitmap_unplug_async +EXPORT_SYMBOL vmlinux 0x0f9fe992 sockopt_ns_capable +EXPORT_SYMBOL vmlinux 0x0fa919e2 __devm_request_region +EXPORT_SYMBOL vmlinux 0x0fab1ab0 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0x0fb2f8a4 mktime64 +EXPORT_SYMBOL vmlinux 0x0fbcb0cd mipi_dsi_dcs_get_display_brightness_large +EXPORT_SYMBOL vmlinux 0x0fbec23a blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0x0fc516ea phy_error +EXPORT_SYMBOL vmlinux 0x0fd902db mb_cache_entry_create +EXPORT_SYMBOL vmlinux 0x0fe9d8d9 __inc_node_page_state +EXPORT_SYMBOL vmlinux 0x0feb424d skb_put +EXPORT_SYMBOL vmlinux 0x0ffe0b89 blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0x0fff5afc time64_to_tm +EXPORT_SYMBOL vmlinux 0x10017aa5 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x100bddf8 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x101141d0 mount_single +EXPORT_SYMBOL vmlinux 0x101d7ff5 ns_capable_noaudit +EXPORT_SYMBOL vmlinux 0x1025009a cpm_muram_alloc_fixed +EXPORT_SYMBOL vmlinux 0x102936ec qe_clock_source +EXPORT_SYMBOL vmlinux 0x10345931 __serio_register_driver +EXPORT_SYMBOL vmlinux 0x1035c7c2 __release_region +EXPORT_SYMBOL vmlinux 0x1040e44f flow_rule_match_arp +EXPORT_SYMBOL vmlinux 0x10565c12 vga_get +EXPORT_SYMBOL vmlinux 0x1057a279 bsearch +EXPORT_SYMBOL vmlinux 0x10666b6e arp_send +EXPORT_SYMBOL vmlinux 0x1068004b gf128mul_bbe +EXPORT_SYMBOL vmlinux 0x106fffa6 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x107b0b13 hash_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x107be0b0 percpu_counter_sync +EXPORT_SYMBOL vmlinux 0x107e5878 zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x1080e559 blk_get_queue +EXPORT_SYMBOL vmlinux 0x10aa185d tcp_close +EXPORT_SYMBOL vmlinux 0x10aa91e2 brioctl_set +EXPORT_SYMBOL vmlinux 0x10ad58d7 gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0x10d71994 configfs_unregister_group +EXPORT_SYMBOL vmlinux 0x10d8f4cd kill_anon_super +EXPORT_SYMBOL vmlinux 0x10d90ce3 blk_set_runtime_active +EXPORT_SYMBOL vmlinux 0x10d9f885 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x10db0640 copy_highpage +EXPORT_SYMBOL vmlinux 0x10e6f74a free_contig_range +EXPORT_SYMBOL vmlinux 0x10efe5de prepare_to_swait_exclusive +EXPORT_SYMBOL vmlinux 0x10f68e71 mmc_of_parse +EXPORT_SYMBOL vmlinux 0x10fa3f5f mr_table_alloc +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x11489c49 __put_user_ns +EXPORT_SYMBOL vmlinux 0x1152d019 bio_alloc_clone +EXPORT_SYMBOL vmlinux 0x11654c93 sock_init_data +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x11763033 devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x118555c3 phy_queue_state_machine +EXPORT_SYMBOL vmlinux 0x1186257e vfs_iocb_iter_read +EXPORT_SYMBOL vmlinux 0x118c094c mdiobus_is_registered_device +EXPORT_SYMBOL vmlinux 0x11a3f32b vme_new_dma_list +EXPORT_SYMBOL vmlinux 0x11ac0b73 flow_rule_match_vlan +EXPORT_SYMBOL vmlinux 0x11ae070b jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0x11b93c0e xsk_set_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0x11e30762 chacha_block_generic +EXPORT_SYMBOL vmlinux 0x11fefc61 jbd2_journal_inode_ranged_wait +EXPORT_SYMBOL vmlinux 0x11ffdfee ucc_slow_stop_tx +EXPORT_SYMBOL vmlinux 0x1209b2ab of_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x120ff8e1 xudma_get_rflow_ring_offset +EXPORT_SYMBOL vmlinux 0x121c4e44 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0x122c3a7e _printk +EXPORT_SYMBOL vmlinux 0x122e0a39 phy_set_max_speed +EXPORT_SYMBOL vmlinux 0x124bad4d kstrtobool +EXPORT_SYMBOL vmlinux 0x127d52c8 pci_write_config_dword +EXPORT_SYMBOL vmlinux 0x127d83ea security_locked_down +EXPORT_SYMBOL vmlinux 0x1298409c fb_pan_display +EXPORT_SYMBOL vmlinux 0x12a4e128 __arch_copy_from_user +EXPORT_SYMBOL vmlinux 0x12a7beb6 __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x12af5a2c disk_stack_limits +EXPORT_SYMBOL vmlinux 0x12cabc89 siphash_2u64 +EXPORT_SYMBOL vmlinux 0x12cc1ed2 dev_set_alias +EXPORT_SYMBOL vmlinux 0x12db130f pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0x12f6f69c fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x12ff6c0e pci_find_bus +EXPORT_SYMBOL vmlinux 0x130afd75 acpi_get_sleep_type_data +EXPORT_SYMBOL vmlinux 0x130d402b md_bitmap_end_sync +EXPORT_SYMBOL vmlinux 0x13110126 request_resource +EXPORT_SYMBOL vmlinux 0x131a6146 xa_clear_mark +EXPORT_SYMBOL vmlinux 0x133954c8 ppp_channel_index +EXPORT_SYMBOL vmlinux 0x133a51e7 tty_port_hangup +EXPORT_SYMBOL vmlinux 0x134189dd tcf_idr_release +EXPORT_SYMBOL vmlinux 0x135377e9 jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0x135d9171 generic_fillattr +EXPORT_SYMBOL vmlinux 0x137e93c2 noop_fsync +EXPORT_SYMBOL vmlinux 0x13873c7f pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0x13884e81 ps2_interrupt +EXPORT_SYMBOL vmlinux 0x138e5954 setup_arg_pages +EXPORT_SYMBOL vmlinux 0x139f2189 __kfifo_alloc +EXPORT_SYMBOL vmlinux 0x13b79eb3 blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13d928f5 __SCK__tp_func_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x13ebfaaf config_item_put +EXPORT_SYMBOL vmlinux 0x13f9d9fd mipi_dsi_dcs_get_pixel_format +EXPORT_SYMBOL vmlinux 0x141271bf acpi_dev_found +EXPORT_SYMBOL vmlinux 0x141a5f72 filp_close +EXPORT_SYMBOL vmlinux 0x142234c4 sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x143e584e __blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x144a0cb5 pci_ep_cfs_remove_epf_group +EXPORT_SYMBOL vmlinux 0x1454a677 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0x1456adea sock_set_mark +EXPORT_SYMBOL vmlinux 0x14605535 dma_fence_context_alloc +EXPORT_SYMBOL vmlinux 0x146289b7 crc16_table +EXPORT_SYMBOL vmlinux 0x146c26ce genphy_update_link +EXPORT_SYMBOL vmlinux 0x146f3867 folio_account_redirty +EXPORT_SYMBOL vmlinux 0x149ca725 watchdog_register_governor +EXPORT_SYMBOL vmlinux 0x14a64a87 acpi_install_address_space_handler_no_reg +EXPORT_SYMBOL vmlinux 0x14bfd8bd key_reject_and_link +EXPORT_SYMBOL vmlinux 0x14c2b91e fscrypt_has_permitted_context +EXPORT_SYMBOL vmlinux 0x14c67e3e tcp_tx_delay_enabled +EXPORT_SYMBOL vmlinux 0x14cd74d0 skb_seq_read +EXPORT_SYMBOL vmlinux 0x14d7477f console_list_unlock +EXPORT_SYMBOL vmlinux 0x14da48ac __blk_mq_alloc_disk +EXPORT_SYMBOL vmlinux 0x14dcfde7 md_bitmap_endwrite +EXPORT_SYMBOL vmlinux 0x14f1a854 key_alloc +EXPORT_SYMBOL vmlinux 0x14f45fcc bman_free_pool +EXPORT_SYMBOL vmlinux 0x150a0422 mmc_release_host +EXPORT_SYMBOL vmlinux 0x151f4898 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0x1526b301 unix_tot_inflight +EXPORT_SYMBOL vmlinux 0x1548d970 __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x159cdb0c pci_disable_device +EXPORT_SYMBOL vmlinux 0x15b8c24e d_drop +EXPORT_SYMBOL vmlinux 0x15ba50a6 jiffies +EXPORT_SYMBOL vmlinux 0x15bafe29 unregister_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x15bbab5e security_sctp_assoc_established +EXPORT_SYMBOL vmlinux 0x15bdd803 mipi_dsi_dcs_nop +EXPORT_SYMBOL vmlinux 0x15bed7a5 LZ4_decompress_safe_partial +EXPORT_SYMBOL vmlinux 0x15c85de3 mempool_init +EXPORT_SYMBOL vmlinux 0x15e0ea68 blk_put_queue +EXPORT_SYMBOL vmlinux 0x15e152e1 qdisc_offload_query_caps +EXPORT_SYMBOL vmlinux 0x15f90688 slhc_init +EXPORT_SYMBOL vmlinux 0x1611ef4b blk_set_queue_depth +EXPORT_SYMBOL vmlinux 0x162893fd hashlen_string +EXPORT_SYMBOL vmlinux 0x162c4025 netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0x1632bc21 kvasprintf_const +EXPORT_SYMBOL vmlinux 0x163d2417 tegra_io_rail_power_off +EXPORT_SYMBOL vmlinux 0x163e0b8b i2c_del_driver +EXPORT_SYMBOL vmlinux 0x16475356 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump +EXPORT_SYMBOL vmlinux 0x1688d3dc kmem_cache_free_bulk +EXPORT_SYMBOL vmlinux 0x1696c024 mini_qdisc_pair_init +EXPORT_SYMBOL vmlinux 0x169938c1 __sysfs_match_string +EXPORT_SYMBOL vmlinux 0x169b15e0 clk_get +EXPORT_SYMBOL vmlinux 0x169c34c9 md_bitmap_startwrite +EXPORT_SYMBOL vmlinux 0x16a7b16f __traceiter_kmalloc +EXPORT_SYMBOL vmlinux 0x16ae55a7 __blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x16c17aef tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0x16cdc340 acpi_get_table +EXPORT_SYMBOL vmlinux 0x16e11718 pnp_activate_dev +EXPORT_SYMBOL vmlinux 0x16e25c09 dma_set_coherent_mask +EXPORT_SYMBOL vmlinux 0x16e297c3 bit_wait +EXPORT_SYMBOL vmlinux 0x16e7e2cb cpu_all_bits +EXPORT_SYMBOL vmlinux 0x16ed0970 input_get_poll_interval +EXPORT_SYMBOL vmlinux 0x16f9fe1c clocksource_change_rating +EXPORT_SYMBOL vmlinux 0x16ffb4f9 acpi_bus_unregister_driver +EXPORT_SYMBOL vmlinux 0x170ddf79 acpi_install_notify_handler +EXPORT_SYMBOL vmlinux 0x170e431d dm_register_target +EXPORT_SYMBOL vmlinux 0x173b08c1 nf_ct_get_tuple_skb +EXPORT_SYMBOL vmlinux 0x173d3aea dquot_file_open +EXPORT_SYMBOL vmlinux 0x1756fe6d mii_ethtool_gset +EXPORT_SYMBOL vmlinux 0x1767584a __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0x17825d3f xudma_rchan_get +EXPORT_SYMBOL vmlinux 0x1786e4d3 netdev_features_change +EXPORT_SYMBOL vmlinux 0x178c4894 qe_upload_firmware +EXPORT_SYMBOL vmlinux 0x179632ef of_io_request_and_map +EXPORT_SYMBOL vmlinux 0x17bad63f napi_gro_flush +EXPORT_SYMBOL vmlinux 0x17c7d693 starget_for_each_device +EXPORT_SYMBOL vmlinux 0x17cc07d4 tcp_fastopen_defer_connect +EXPORT_SYMBOL vmlinux 0x17cd6d7c pci_disable_ptm +EXPORT_SYMBOL vmlinux 0x17d31cdf scsi_print_result +EXPORT_SYMBOL vmlinux 0x17d36060 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x17f56f48 nf_setsockopt +EXPORT_SYMBOL vmlinux 0x17fb4ddb netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x180056bd vme_irq_handler +EXPORT_SYMBOL vmlinux 0x1819a3f5 register_sysctl +EXPORT_SYMBOL vmlinux 0x18345b8e __bitmap_replace +EXPORT_SYMBOL vmlinux 0x1846e04e call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0x184d39dd console_stop +EXPORT_SYMBOL vmlinux 0x18662d43 key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0x1876f855 fs_bio_set +EXPORT_SYMBOL vmlinux 0x1877ccb3 jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0x187884a8 cpm_muram_free +EXPORT_SYMBOL vmlinux 0x18888d00 downgrade_write +EXPORT_SYMBOL vmlinux 0x188ea314 jiffies_to_timespec64 +EXPORT_SYMBOL vmlinux 0x18b48e28 __memset_io +EXPORT_SYMBOL vmlinux 0x18c7af44 tcf_exts_terse_dump +EXPORT_SYMBOL vmlinux 0x18d6d3eb redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x18e60984 __do_once_start +EXPORT_SYMBOL vmlinux 0x18fb42f0 skb_vlan_untag +EXPORT_SYMBOL vmlinux 0x19096280 dcb_getrewr_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0x191e29cc begin_new_exec +EXPORT_SYMBOL vmlinux 0x1932ab84 fs_param_is_s32 +EXPORT_SYMBOL vmlinux 0x194a04fd flow_rule_match_ports_range +EXPORT_SYMBOL vmlinux 0x1953c958 mempool_create +EXPORT_SYMBOL vmlinux 0x1973fddb phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0x197c4207 inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x197d5b60 dma_fence_default_wait +EXPORT_SYMBOL vmlinux 0x19804ca9 set_binfmt +EXPORT_SYMBOL vmlinux 0x1984d421 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0x19962511 __vfs_getxattr +EXPORT_SYMBOL vmlinux 0x199cbc88 phy_sfp_probe +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19a21f3a vmf_insert_pfn +EXPORT_SYMBOL vmlinux 0x19ae98a2 ip_local_deliver +EXPORT_SYMBOL vmlinux 0x19b2815b mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19d4d6a7 vfs_rename +EXPORT_SYMBOL vmlinux 0x19e0217b filp_open +EXPORT_SYMBOL vmlinux 0x19e3046b phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0x1a136022 msm_pinctrl_probe +EXPORT_SYMBOL vmlinux 0x1a45cb6c acpi_disabled +EXPORT_SYMBOL vmlinux 0x1a49b512 poll_initwait +EXPORT_SYMBOL vmlinux 0x1a5ee5d4 phy_ethtool_get_strings +EXPORT_SYMBOL vmlinux 0x1a90465f blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x1a9a433c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x1aa23810 input_get_timestamp +EXPORT_SYMBOL vmlinux 0x1abc976b find_inode_rcu +EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn +EXPORT_SYMBOL vmlinux 0x1af14802 pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0x1afcd747 vme_register_bridge +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b1a67ec xfrm_dev_policy_flush +EXPORT_SYMBOL vmlinux 0x1b29f0f5 devm_ioremap_wc +EXPORT_SYMBOL vmlinux 0x1b2e5bcb sock_set_rcvbuf +EXPORT_SYMBOL vmlinux 0x1b335af2 __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x1b3b57cc blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0x1b3c77cc xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0x1b42b54f xsk_set_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x1b42e2b9 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x1b5196fc xudma_tchan_put +EXPORT_SYMBOL vmlinux 0x1b597b7a swake_up_all +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b777357 rdmacg_unregister_device +EXPORT_SYMBOL vmlinux 0x1b7a789c dump_skip_to +EXPORT_SYMBOL vmlinux 0x1b8870d8 __scm_send +EXPORT_SYMBOL vmlinux 0x1b8a3149 param_set_ulong +EXPORT_SYMBOL vmlinux 0x1b908d85 _raw_write_lock_nested +EXPORT_SYMBOL vmlinux 0x1b95fcb2 __ip_options_compile +EXPORT_SYMBOL vmlinux 0x1ba59527 __kmalloc_node +EXPORT_SYMBOL vmlinux 0x1bae56b7 proto_unregister +EXPORT_SYMBOL vmlinux 0x1bb4d41c tso_build_hdr +EXPORT_SYMBOL vmlinux 0x1bb51249 tcp_have_smc +EXPORT_SYMBOL vmlinux 0x1bb86b9a xen_start_info +EXPORT_SYMBOL vmlinux 0x1bcb2866 pcim_iomap +EXPORT_SYMBOL vmlinux 0x1bd59dbe vme_free_consistent +EXPORT_SYMBOL vmlinux 0x1be00271 __nla_reserve +EXPORT_SYMBOL vmlinux 0x1be30965 mr_vif_seq_idx +EXPORT_SYMBOL vmlinux 0x1c05c548 __traceiter_module_get +EXPORT_SYMBOL vmlinux 0x1c179a67 scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0x1c24f195 mipi_dsi_dcs_set_tear_off +EXPORT_SYMBOL vmlinux 0x1c38fd20 xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x1c4bab20 jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0x1c537b79 get_fs_type +EXPORT_SYMBOL vmlinux 0x1c5403ce fwnode_phy_find_device +EXPORT_SYMBOL vmlinux 0x1c58427f acpi_remove_notify_handler +EXPORT_SYMBOL vmlinux 0x1c5e3878 icst525_idx2s +EXPORT_SYMBOL vmlinux 0x1c66ccbe dput +EXPORT_SYMBOL vmlinux 0x1c6d8824 dm_put_device +EXPORT_SYMBOL vmlinux 0x1c743f96 __dev_set_mtu +EXPORT_SYMBOL vmlinux 0x1cabc2c6 tc_setup_cb_destroy +EXPORT_SYMBOL vmlinux 0x1cb11044 inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0x1cb43e3a udp_seq_stop +EXPORT_SYMBOL vmlinux 0x1cc11154 __SCK__tp_func_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x1cd53e93 sock_create_lite +EXPORT_SYMBOL vmlinux 0x1cd8438b pxm_to_node +EXPORT_SYMBOL vmlinux 0x1cdd39ba logic_outsl +EXPORT_SYMBOL vmlinux 0x1cf203e6 of_find_net_device_by_node +EXPORT_SYMBOL vmlinux 0x1cf5cd0e __mmc_claim_host +EXPORT_SYMBOL vmlinux 0x1cf5efa6 xudma_rflow_get_id +EXPORT_SYMBOL vmlinux 0x1d0503a8 sock_pfree +EXPORT_SYMBOL vmlinux 0x1d07e365 memdup_user_nul +EXPORT_SYMBOL vmlinux 0x1d0b4295 tcp_check_req +EXPORT_SYMBOL vmlinux 0x1d120bc4 param_get_long +EXPORT_SYMBOL vmlinux 0x1d1abdf0 acpi_get_physical_device_location +EXPORT_SYMBOL vmlinux 0x1d1ca4b5 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0x1d24c881 ___ratelimit +EXPORT_SYMBOL vmlinux 0x1d3033c6 do_clone_file_range +EXPORT_SYMBOL vmlinux 0x1d40b6f3 idr_for_each +EXPORT_SYMBOL vmlinux 0x1d422beb cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0x1d427cdf is_subdir +EXPORT_SYMBOL vmlinux 0x1d62193e param_array_ops +EXPORT_SYMBOL vmlinux 0x1d794855 __tracepoint_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x1d859903 tcf_action_update_stats +EXPORT_SYMBOL vmlinux 0x1d892427 pci_find_next_bus +EXPORT_SYMBOL vmlinux 0x1d8acfb7 buffer_migrate_folio +EXPORT_SYMBOL vmlinux 0x1d9672bd fault_in_subpage_writeable +EXPORT_SYMBOL vmlinux 0x1da81c3e ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0x1db3b52c dma_resv_fini +EXPORT_SYMBOL vmlinux 0x1dc6c93b lookup_user_key +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1dd6f457 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x1de166e9 filemap_alloc_folio +EXPORT_SYMBOL vmlinux 0x1de4ccb2 get_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x1de59c22 qcom_scm_ice_invalidate_key +EXPORT_SYMBOL vmlinux 0x1de67f9b qcom_scm_io_writel +EXPORT_SYMBOL vmlinux 0x1de98dc9 unregister_qdisc +EXPORT_SYMBOL vmlinux 0x1e0373fc imx_scu_irq_group_enable +EXPORT_SYMBOL vmlinux 0x1e0a0c24 mod_timer_pending +EXPORT_SYMBOL vmlinux 0x1e0cd7fe acpi_detach_data +EXPORT_SYMBOL vmlinux 0x1e0df4e6 vfs_mknod +EXPORT_SYMBOL vmlinux 0x1e147962 simple_transaction_get +EXPORT_SYMBOL vmlinux 0x1e1ee80d set_posix_acl +EXPORT_SYMBOL vmlinux 0x1e20b5dc __sk_dst_check +EXPORT_SYMBOL vmlinux 0x1e246b5c tcf_action_exec +EXPORT_SYMBOL vmlinux 0x1e36e338 vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0x1e6adaa0 bitmap_print_bitmask_to_buf +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e6f4a81 page_readlink +EXPORT_SYMBOL vmlinux 0x1e6fd851 kernel_write +EXPORT_SYMBOL vmlinux 0x1e8a43bd dma_resv_iter_first_unlocked +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1eaf7b36 dquot_transfer +EXPORT_SYMBOL vmlinux 0x1ec1626a kmem_cache_alloc_lru +EXPORT_SYMBOL vmlinux 0x1ec2b401 __netif_schedule +EXPORT_SYMBOL vmlinux 0x1edb69d6 ktime_get_raw_ts64 +EXPORT_SYMBOL vmlinux 0x1ee6ad6b netif_device_detach +EXPORT_SYMBOL vmlinux 0x1eefce08 fscrypt_free_inode +EXPORT_SYMBOL vmlinux 0x1ef41b7e qcom_scm_iommu_set_pt_format +EXPORT_SYMBOL vmlinux 0x1ef4da9c free_netdev +EXPORT_SYMBOL vmlinux 0x1eff51ab fb_set_var +EXPORT_SYMBOL vmlinux 0x1f14a323 tty_unlock +EXPORT_SYMBOL vmlinux 0x1f1de899 thaw_super +EXPORT_SYMBOL vmlinux 0x1f2b8d62 tty_port_tty_get +EXPORT_SYMBOL vmlinux 0x1f3a2a7f cros_ec_cmd_xfer_status +EXPORT_SYMBOL vmlinux 0x1f4535a7 flow_rule_match_enc_ports +EXPORT_SYMBOL vmlinux 0x1f557414 gen_pool_has_addr +EXPORT_SYMBOL vmlinux 0x1f77a00d phy_attach_direct +EXPORT_SYMBOL vmlinux 0x1f84cf7b tcf_idr_cleanup +EXPORT_SYMBOL vmlinux 0x1f904b9d fb_prepare_logo +EXPORT_SYMBOL vmlinux 0x1f966510 blk_queue_max_write_zeroes_sectors +EXPORT_SYMBOL vmlinux 0x1f98bac2 block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0x1f9919e1 __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0x1fb84f34 qdisc_offload_dump_helper +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fc1109e proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fd4b12c sockopt_release_sock +EXPORT_SYMBOL vmlinux 0x1fdeaca4 rproc_del +EXPORT_SYMBOL vmlinux 0x1fdf6d3c xp_alloc_batch +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x200e21ef vfs_fsync +EXPORT_SYMBOL vmlinux 0x202c90eb get_tree_keyed +EXPORT_SYMBOL vmlinux 0x202dc470 mmc_is_req_done +EXPORT_SYMBOL vmlinux 0x202fe32b mmc_can_discard +EXPORT_SYMBOL vmlinux 0x20463df4 wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x204c5067 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0x20660423 skb_split +EXPORT_SYMBOL vmlinux 0x2073abec vm_insert_page +EXPORT_SYMBOL vmlinux 0x2077eafd nlmsg_notify +EXPORT_SYMBOL vmlinux 0x207c62ba unpin_user_page_range_dirty_lock +EXPORT_SYMBOL vmlinux 0x2099783a pnp_release_card_device +EXPORT_SYMBOL vmlinux 0x209ba09b mipi_dsi_picture_parameter_set +EXPORT_SYMBOL vmlinux 0x20a2a8f9 dev_mc_add +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20a9322e key_payload_reserve +EXPORT_SYMBOL vmlinux 0x20a9e4df import_single_range +EXPORT_SYMBOL vmlinux 0x20b88577 fscrypt_decrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0x20c13f6b dma_fence_describe +EXPORT_SYMBOL vmlinux 0x20c87e3b unlock_page +EXPORT_SYMBOL vmlinux 0x20cbb30a __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x20d65e40 fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0x20e7697c dst_release_immediate +EXPORT_SYMBOL vmlinux 0x20eadeb6 ip_compute_csum +EXPORT_SYMBOL vmlinux 0x20efb66d __folio_start_writeback +EXPORT_SYMBOL vmlinux 0x211872ca __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0x213a738d memregion_alloc +EXPORT_SYMBOL vmlinux 0x213ae5d7 node_data +EXPORT_SYMBOL vmlinux 0x213e4965 ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x214ba4bf vfs_parse_fs_string +EXPORT_SYMBOL vmlinux 0x214efb1c bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0x216694d6 acpi_match_device_ids +EXPORT_SYMBOL vmlinux 0x216ad28e finish_open +EXPORT_SYMBOL vmlinux 0x2182d8ac genphy_c45_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x218e600b pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0x2190e81b __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x21b489c0 pnp_register_driver +EXPORT_SYMBOL vmlinux 0x21b95484 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0x21bdb523 errseq_check_and_advance +EXPORT_SYMBOL vmlinux 0x21bf8ce5 console_force_preferred_locked +EXPORT_SYMBOL vmlinux 0x21cca9f7 max8998_read_reg +EXPORT_SYMBOL vmlinux 0x21e13cb3 inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0x21e45735 ppp_unit_number +EXPORT_SYMBOL vmlinux 0x21ea5251 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x21ee397e of_range_to_resource +EXPORT_SYMBOL vmlinux 0x21ef374c try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x21fbeebf napi_schedule_prep +EXPORT_SYMBOL vmlinux 0x2200d37c __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0x220b7382 ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0x22186c09 mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0x221ad1b6 acpi_dev_hid_uid_match +EXPORT_SYMBOL vmlinux 0x2220b043 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x2223688e flow_rule_match_eth_addrs +EXPORT_SYMBOL vmlinux 0x22287ee9 __inode_add_bytes +EXPORT_SYMBOL vmlinux 0x222d1b06 __cpuhp_remove_state +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x222fd1ff qdisc_tree_reduce_backlog +EXPORT_SYMBOL vmlinux 0x2234ca51 acpi_match_platform_list +EXPORT_SYMBOL vmlinux 0x224ce651 xudma_free_gp_rflow_range +EXPORT_SYMBOL vmlinux 0x225d349b scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x22694647 getname_kernel +EXPORT_SYMBOL vmlinux 0x226b5745 pci_free_host_bridge +EXPORT_SYMBOL vmlinux 0x228b26df consume_skb +EXPORT_SYMBOL vmlinux 0x22970428 devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0x229e6ee2 xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0x229ffa58 rdmacg_uncharge +EXPORT_SYMBOL vmlinux 0x22a268c7 phy_disconnect +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22c5663c gpiochip_irq_reqres +EXPORT_SYMBOL vmlinux 0x22ca7b87 lookup_one_unlocked +EXPORT_SYMBOL vmlinux 0x22e07abe udp_pre_connect +EXPORT_SYMBOL vmlinux 0x22e3e09d qman_start_using_portal +EXPORT_SYMBOL vmlinux 0x22f01a6c rproc_set_firmware +EXPORT_SYMBOL vmlinux 0x2308309a file_update_time +EXPORT_SYMBOL vmlinux 0x231b90c2 cdev_alloc +EXPORT_SYMBOL vmlinux 0x23202acb of_get_cpu_node +EXPORT_SYMBOL vmlinux 0x23547780 tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0x23559c51 qman_oos_fq +EXPORT_SYMBOL vmlinux 0x2364c85a tasklet_init +EXPORT_SYMBOL vmlinux 0x236c49d8 simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0x2376a30b splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0x237bec5d cdev_init +EXPORT_SYMBOL vmlinux 0x237f13f9 genphy_read_mmd_unsupported +EXPORT_SYMBOL vmlinux 0x2380e74f input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0x238b099f mipi_dsi_packet_format_is_short +EXPORT_SYMBOL vmlinux 0x2391f725 irq_stat +EXPORT_SYMBOL vmlinux 0x23b5d9b3 config_item_set_name +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23d77f12 genphy_resume +EXPORT_SYMBOL vmlinux 0x23daa989 mipi_dsi_create_packet +EXPORT_SYMBOL vmlinux 0x23dc7f6c hdmi_avi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x23e47958 mr_mfc_find_parent +EXPORT_SYMBOL vmlinux 0x23f1d7a6 page_pool_ethtool_stats_get_count +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x241ddceb netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0x242200d4 _copy_to_iter +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x2445d652 end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0x24566c16 __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x24598b20 dns_query +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x245afeea dquot_drop +EXPORT_SYMBOL vmlinux 0x245cbf24 neigh_carrier_down +EXPORT_SYMBOL vmlinux 0x24624fc8 dma_set_mask +EXPORT_SYMBOL vmlinux 0x247497fb freeze_super +EXPORT_SYMBOL vmlinux 0x2483fcca kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0x248cf64c devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0x249c5b49 tcp_read_done +EXPORT_SYMBOL vmlinux 0x24a8f938 vga_client_register +EXPORT_SYMBOL vmlinux 0x24b1a4ce folio_set_bh +EXPORT_SYMBOL vmlinux 0x24b63f83 filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0x24c070a4 ipv6_mc_check_mld +EXPORT_SYMBOL vmlinux 0x24cbbd1f tegra_ivc_read_advance +EXPORT_SYMBOL vmlinux 0x24d273d1 add_timer +EXPORT_SYMBOL vmlinux 0x24d808a6 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x24d89466 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x24d8d2b1 mini_qdisc_pair_swap +EXPORT_SYMBOL vmlinux 0x24df5893 __cgroup_bpf_run_filter_sock_ops +EXPORT_SYMBOL vmlinux 0x24e1b558 seg6_hmac_compute +EXPORT_SYMBOL vmlinux 0x24f2f84c ip_tunnel_parse_protocol +EXPORT_SYMBOL vmlinux 0x2505bf18 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x250b9d8b phy_trigger_machine +EXPORT_SYMBOL vmlinux 0x25110ab9 inet_frags_init +EXPORT_SYMBOL vmlinux 0x2519b1e6 __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x252332f1 __SCK__tp_func_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x252ec274 unpin_user_page +EXPORT_SYMBOL vmlinux 0x25321eef prepare_creds +EXPORT_SYMBOL vmlinux 0x253aa6b7 bio_init_clone +EXPORT_SYMBOL vmlinux 0x253d5904 reuseport_detach_sock +EXPORT_SYMBOL vmlinux 0x25422cc2 register_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0x254c0482 bio_copy_data_iter +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x2584fe22 inet_dgram_ops +EXPORT_SYMBOL vmlinux 0x258a2c02 _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x258d2f76 net_dim_get_tx_moderation +EXPORT_SYMBOL vmlinux 0x25974000 wait_for_completion +EXPORT_SYMBOL vmlinux 0x2598c6c0 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x259e1a3b tcp_get_cookie_sock +EXPORT_SYMBOL vmlinux 0x25c6c865 alloc_anon_inode +EXPORT_SYMBOL vmlinux 0x25d4652f sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x25e9d4bd resource_list_free +EXPORT_SYMBOL vmlinux 0x25fd3ff1 ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0x26060d14 set_groups +EXPORT_SYMBOL vmlinux 0x260e52ee dynamic_preempt_schedule_notrace +EXPORT_SYMBOL vmlinux 0x26136e96 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x26152046 load_nls +EXPORT_SYMBOL vmlinux 0x26165e8b input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0x262398bb mipi_dsi_dcs_set_pixel_format +EXPORT_SYMBOL vmlinux 0x26311a0e ip6_frag_init +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x263c3152 bcmp +EXPORT_SYMBOL vmlinux 0x263f0d1f qman_portal_set_iperiod +EXPORT_SYMBOL vmlinux 0x2645f068 xp_dma_sync_for_device_slow +EXPORT_SYMBOL vmlinux 0x264e63ba __quota_error +EXPORT_SYMBOL vmlinux 0x264f42b3 truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0x2663eae0 xen_free_unpopulated_pages +EXPORT_SYMBOL vmlinux 0x2688ec10 bitmap_zalloc +EXPORT_SYMBOL vmlinux 0x26897b52 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x26b5cc46 mmc_retune_pause +EXPORT_SYMBOL vmlinux 0x26df71d2 devm_clk_get_optional +EXPORT_SYMBOL vmlinux 0x26e09f81 inet_dgram_connect +EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x26e67e99 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0x2706af13 proc_create_seq_private +EXPORT_SYMBOL vmlinux 0x270cf88f dump_stack_lvl +EXPORT_SYMBOL vmlinux 0x2713cb00 from_kuid_munged +EXPORT_SYMBOL vmlinux 0x271cba95 acpi_bus_private_data_handler +EXPORT_SYMBOL vmlinux 0x2722d0ec pci_write_config_word +EXPORT_SYMBOL vmlinux 0x272a8933 udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x2733eaf7 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0x2735d34c __fs_parse +EXPORT_SYMBOL vmlinux 0x2737aaa4 phy_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x273ad546 mmc_erase +EXPORT_SYMBOL vmlinux 0x27479d14 param_free_charp +EXPORT_SYMBOL vmlinux 0x275ada5b get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0x275dfee4 ucc_slow_free +EXPORT_SYMBOL vmlinux 0x275e588d pci_unmap_rom +EXPORT_SYMBOL vmlinux 0x275f3d49 hdmi_vendor_infoframe_check +EXPORT_SYMBOL vmlinux 0x27756bc8 scsi_sanitize_inquiry_string +EXPORT_SYMBOL vmlinux 0x27810361 acpi_os_wait_events_complete +EXPORT_SYMBOL vmlinux 0x2782b393 xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x2794cbc7 phy_device_register +EXPORT_SYMBOL vmlinux 0x2798fe4d is_bad_inode +EXPORT_SYMBOL vmlinux 0x279f973c __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0x27a02c44 da903x_query_status +EXPORT_SYMBOL vmlinux 0x27a1ce3e tcp_sock_set_syncnt +EXPORT_SYMBOL vmlinux 0x27ade10f sock_alloc_file +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27c3c728 qman_release_fqid +EXPORT_SYMBOL vmlinux 0x27c5d303 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0x27cdca93 pci_add_resource +EXPORT_SYMBOL vmlinux 0x27e0dd0a qcom_scm_pas_init_image +EXPORT_SYMBOL vmlinux 0x27eb70d1 xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x27fe6505 of_device_is_big_endian +EXPORT_SYMBOL vmlinux 0x27ffd46c security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0x2801a22f proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0x28057efa retire_super +EXPORT_SYMBOL vmlinux 0x280775d3 security_sctp_sk_clone +EXPORT_SYMBOL vmlinux 0x280bf4bd __bh_read +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x28269fd4 file_modified +EXPORT_SYMBOL vmlinux 0x282c7e12 __tracepoint_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x282f862a hmm_range_fault +EXPORT_SYMBOL vmlinux 0x283b9975 max8998_write_reg +EXPORT_SYMBOL vmlinux 0x28500e13 proc_douintvec +EXPORT_SYMBOL vmlinux 0x286819ed ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0x2875a315 utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0x2883c265 devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0x28864fef __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0x28879242 bio_kmalloc +EXPORT_SYMBOL vmlinux 0x289743d1 max8925_bulk_read +EXPORT_SYMBOL vmlinux 0x28b04293 posix_lock_file +EXPORT_SYMBOL vmlinux 0x28b71bd1 lock_rename_child +EXPORT_SYMBOL vmlinux 0x28c21d6f jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0x28cf8928 fc_mount +EXPORT_SYMBOL vmlinux 0x28d20f1a fifo_create_dflt +EXPORT_SYMBOL vmlinux 0x28e47d4e scsi_vpd_tpg_id +EXPORT_SYMBOL vmlinux 0x28e71193 md_bitmap_sync_with_cluster +EXPORT_SYMBOL vmlinux 0x28ea3e59 input_mt_drop_unused +EXPORT_SYMBOL vmlinux 0x28f264d7 __tracepoint_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x28f29507 sg_miter_skip +EXPORT_SYMBOL vmlinux 0x28f94604 __ubsan_handle_builtin_unreachable +EXPORT_SYMBOL vmlinux 0x28fe1a1c unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0x29049e61 input_event +EXPORT_SYMBOL vmlinux 0x2906239b dcb_getrewr +EXPORT_SYMBOL vmlinux 0x29138898 blk_mq_alloc_disk_for_queue +EXPORT_SYMBOL vmlinux 0x291c78fc phy_get_internal_delay +EXPORT_SYMBOL vmlinux 0x291fcd72 param_set_ushort +EXPORT_SYMBOL vmlinux 0x2922391f skb_copy_expand +EXPORT_SYMBOL vmlinux 0x29257970 nd_region_release_lane +EXPORT_SYMBOL vmlinux 0x29604158 napi_busy_loop +EXPORT_SYMBOL vmlinux 0x296b8bbf __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x298f70bd dst_alloc +EXPORT_SYMBOL vmlinux 0x29bd8bc9 mmc_free_host +EXPORT_SYMBOL vmlinux 0x29c98134 netlink_broadcast +EXPORT_SYMBOL vmlinux 0x29cd9ff2 ppp_register_channel +EXPORT_SYMBOL vmlinux 0x29d16eb7 generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x29db4c5f touchscreen_parse_properties +EXPORT_SYMBOL vmlinux 0x29e1e204 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0x29ee967d dev_uc_flush +EXPORT_SYMBOL vmlinux 0x2a0c7c75 dcache_readdir +EXPORT_SYMBOL vmlinux 0x2a18985c devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0x2a1b58f9 serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a614a45 __cgroup_bpf_run_filter_skb +EXPORT_SYMBOL vmlinux 0x2a6a5aac sockopt_capable +EXPORT_SYMBOL vmlinux 0x2a6fca82 folio_zero_new_buffers +EXPORT_SYMBOL vmlinux 0x2a735169 lynx_pcs_create_mdiodev +EXPORT_SYMBOL vmlinux 0x2a854ec3 ppp_register_compressor +EXPORT_SYMBOL vmlinux 0x2a928918 slhc_free +EXPORT_SYMBOL vmlinux 0x2a957bdc fman_port_get_device +EXPORT_SYMBOL vmlinux 0x2a9a3905 vme_master_get +EXPORT_SYMBOL vmlinux 0x2aa0843e mempool_resize +EXPORT_SYMBOL vmlinux 0x2aabaf9d xudma_tchan_get +EXPORT_SYMBOL vmlinux 0x2aabcdc8 vmalloc_array +EXPORT_SYMBOL vmlinux 0x2ab2ee91 brcmstb_get_product_id +EXPORT_SYMBOL vmlinux 0x2ab72173 dma_async_device_register +EXPORT_SYMBOL vmlinux 0x2ac22820 netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0x2ad74ae9 tcf_em_register +EXPORT_SYMBOL vmlinux 0x2aeef10d page_pool_get_stats +EXPORT_SYMBOL vmlinux 0x2af1e7cb tcp_make_synack +EXPORT_SYMBOL vmlinux 0x2af43a3f param_set_hexint +EXPORT_SYMBOL vmlinux 0x2af74b68 make_kuid +EXPORT_SYMBOL vmlinux 0x2af90be0 netdev_printk +EXPORT_SYMBOL vmlinux 0x2b09c580 is_acpi_device_node +EXPORT_SYMBOL vmlinux 0x2b1abce3 fman_has_errata_a050385 +EXPORT_SYMBOL vmlinux 0x2b2c0dcb stream_open +EXPORT_SYMBOL vmlinux 0x2b2ed847 param_ops_ushort +EXPORT_SYMBOL vmlinux 0x2b38d8c0 __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x2b4027d1 __register_nls +EXPORT_SYMBOL vmlinux 0x2b593aa8 gen_pool_alloc_algo_owner +EXPORT_SYMBOL vmlinux 0x2b6935d2 blkdev_issue_secure_erase +EXPORT_SYMBOL vmlinux 0x2b77d0cf cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0x2b7a4012 igrab +EXPORT_SYMBOL vmlinux 0x2b960b9f param_get_uint +EXPORT_SYMBOL vmlinux 0x2b9a75dd simple_recursive_removal +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2b9f9445 inet6_protos +EXPORT_SYMBOL vmlinux 0x2bae204e mt_find +EXPORT_SYMBOL vmlinux 0x2bb6099e dq_data_lock +EXPORT_SYMBOL vmlinux 0x2bcf2e74 scsi_remove_host +EXPORT_SYMBOL vmlinux 0x2bd60ab9 acpi_reset +EXPORT_SYMBOL vmlinux 0x2bd81977 locks_remove_posix +EXPORT_SYMBOL vmlinux 0x2bddb3db uart_add_one_port +EXPORT_SYMBOL vmlinux 0x2be3c917 rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0x2bfbab10 __memmove +EXPORT_SYMBOL vmlinux 0x2c01cba1 dmam_pool_create +EXPORT_SYMBOL vmlinux 0x2c049cdc xp_dma_map +EXPORT_SYMBOL vmlinux 0x2c214f26 flush_dcache_page +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c30452b dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0x2c329098 __seq_open_private +EXPORT_SYMBOL vmlinux 0x2c329e54 tegra_powergate_sequence_power_up +EXPORT_SYMBOL vmlinux 0x2c510e72 mdiobus_c45_write +EXPORT_SYMBOL vmlinux 0x2c541e7b radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x2c593701 __find_get_block +EXPORT_SYMBOL vmlinux 0x2c6ba954 vfs_statfs +EXPORT_SYMBOL vmlinux 0x2c82c36a security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x2c91e17c vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x2cb0bf0b pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x2ccd059a dim_on_top +EXPORT_SYMBOL vmlinux 0x2cf0c910 sg_init_table +EXPORT_SYMBOL vmlinux 0x2cf56265 __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0x2cfcf750 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0x2d0c7808 fb_class +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d207fa7 proc_remove +EXPORT_SYMBOL vmlinux 0x2d20d6c3 eth_validate_addr +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d39b0a7 kstrdup +EXPORT_SYMBOL vmlinux 0x2d45a812 skb_store_bits +EXPORT_SYMBOL vmlinux 0x2d4c773a hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0x2d4daef5 find_font +EXPORT_SYMBOL vmlinux 0x2d50dfaf rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x2d669cdb to_nd_pfn +EXPORT_SYMBOL vmlinux 0x2d66fc28 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0x2d695a88 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x2d69850f nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0x2d6d4459 put_cmsg +EXPORT_SYMBOL vmlinux 0x2d71a54d xp_raw_get_dma +EXPORT_SYMBOL vmlinux 0x2d912bca dmi_get_bios_year +EXPORT_SYMBOL vmlinux 0x2d945dd8 mipi_dsi_turn_on_peripheral +EXPORT_SYMBOL vmlinux 0x2d994605 security_inode_copy_up_xattr +EXPORT_SYMBOL vmlinux 0x2db6ed20 mmc_gpio_set_cd_isr +EXPORT_SYMBOL vmlinux 0x2dbec040 cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0x2dce2f1c __irq_regs +EXPORT_SYMBOL vmlinux 0x2ddf9801 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0x2de125c0 page_frag_alloc_align +EXPORT_SYMBOL vmlinux 0x2de3e3b7 cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x2e0a637d acpi_walk_resources +EXPORT_SYMBOL vmlinux 0x2e1316bc param_ops_string +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e1e46e1 pin_user_pages +EXPORT_SYMBOL vmlinux 0x2e243308 d_obtain_alias +EXPORT_SYMBOL vmlinux 0x2e2b40d2 strncat +EXPORT_SYMBOL vmlinux 0x2e2c4ddc logic_inw +EXPORT_SYMBOL vmlinux 0x2e315e04 __dev_direct_xmit +EXPORT_SYMBOL vmlinux 0x2e32db84 tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x2e35ae75 of_find_property +EXPORT_SYMBOL vmlinux 0x2e3bcce2 wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x2e42b071 vme_lm_request +EXPORT_SYMBOL vmlinux 0x2e439142 drm_get_panel_orientation_quirk +EXPORT_SYMBOL vmlinux 0x2e48cb90 slab_build_skb +EXPORT_SYMBOL vmlinux 0x2e4f98cc rproc_add_subdev +EXPORT_SYMBOL vmlinux 0x2e5b27da xudma_alloc_gp_rflow_range +EXPORT_SYMBOL vmlinux 0x2e5f5c0f fifo_set_limit +EXPORT_SYMBOL vmlinux 0x2e6b1be3 fman_get_qman_channel_id +EXPORT_SYMBOL vmlinux 0x2e9758ea eth_gro_receive +EXPORT_SYMBOL vmlinux 0x2ea5c89c __xfrm_dst_lookup +EXPORT_SYMBOL vmlinux 0x2eb4324d pnp_request_card_device +EXPORT_SYMBOL vmlinux 0x2ec6bba0 errseq_set +EXPORT_SYMBOL vmlinux 0x2ecce140 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0x2ed3ce74 device_get_mac_address +EXPORT_SYMBOL vmlinux 0x2eed4a24 generic_listxattr +EXPORT_SYMBOL vmlinux 0x2ef64a8c seq_open_private +EXPORT_SYMBOL vmlinux 0x2f007990 config_group_init_type_name +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f0b52f6 phy_set_asym_pause +EXPORT_SYMBOL vmlinux 0x2f1254d1 ucc_tdm_init +EXPORT_SYMBOL vmlinux 0x2f2e91b2 security_ib_alloc_security +EXPORT_SYMBOL vmlinux 0x2f2f14dd rpmh_write_batch +EXPORT_SYMBOL vmlinux 0x2f333aab imx_scu_get_handle +EXPORT_SYMBOL vmlinux 0x2f384db3 acpi_is_video_device +EXPORT_SYMBOL vmlinux 0x2f3f4910 __cgroup_bpf_run_filter_sock_addr +EXPORT_SYMBOL vmlinux 0x2f4c61ad kobject_put +EXPORT_SYMBOL vmlinux 0x2f4d6337 tty_unthrottle +EXPORT_SYMBOL vmlinux 0x2f5b9130 ethtool_aggregate_mac_stats +EXPORT_SYMBOL vmlinux 0x2f6b9e15 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x2f7340f4 xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0x2f7754a8 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2f902eba dev_uc_del +EXPORT_SYMBOL vmlinux 0x2f977513 rpmh_write +EXPORT_SYMBOL vmlinux 0x2fa7499f sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0x2fad77d1 tcf_qevent_destroy +EXPORT_SYMBOL vmlinux 0x2fb4f817 submit_bio +EXPORT_SYMBOL vmlinux 0x2fb86997 devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x2fc64843 ip_mc_check_igmp +EXPORT_SYMBOL vmlinux 0x2fc7292f __alloc_pages +EXPORT_SYMBOL vmlinux 0x2fc9ae4c cfb_copyarea +EXPORT_SYMBOL vmlinux 0x2fd09cbc __zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0x2fe0941f ps2_command +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x2fed75bd netdev_offload_xstats_push_delta +EXPORT_SYMBOL vmlinux 0x2fee3c32 dev_mc_sync +EXPORT_SYMBOL vmlinux 0x3012c9b9 tty_write_room +EXPORT_SYMBOL vmlinux 0x3037a14a ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0x30547ac2 iov_iter_gap_alignment +EXPORT_SYMBOL vmlinux 0x305e7f10 pci_bus_type +EXPORT_SYMBOL vmlinux 0x3061a9dc pagecache_get_page +EXPORT_SYMBOL vmlinux 0x306425fc to_nd_dax +EXPORT_SYMBOL vmlinux 0x3065d293 iommu_put_resv_regions +EXPORT_SYMBOL vmlinux 0x3086d3f2 lease_get_mtime +EXPORT_SYMBOL vmlinux 0x3096be16 names_cachep +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30acfde9 hsiphash_2u32 +EXPORT_SYMBOL vmlinux 0x30e2ca23 build_skb_around +EXPORT_SYMBOL vmlinux 0x30e49ad2 tegra_ivc_write_advance +EXPORT_SYMBOL vmlinux 0x30e59cee mipi_dsi_compression_mode +EXPORT_SYMBOL vmlinux 0x310099da generic_write_end +EXPORT_SYMBOL vmlinux 0x31247446 security_inode_invalidate_secctx +EXPORT_SYMBOL vmlinux 0x3125228b vfs_get_tree +EXPORT_SYMBOL vmlinux 0x3126a9e8 siphash_1u64 +EXPORT_SYMBOL vmlinux 0x312ed932 verify_spi_info +EXPORT_SYMBOL vmlinux 0x313a2ffc folio_add_lru +EXPORT_SYMBOL vmlinux 0x31626556 mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x3179142b mdiobus_c45_read +EXPORT_SYMBOL vmlinux 0x31832a03 block_read_full_folio +EXPORT_SYMBOL vmlinux 0x318ebbb0 unpin_user_pages +EXPORT_SYMBOL vmlinux 0x3191f03c dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x319b2297 cros_ec_prepare_tx +EXPORT_SYMBOL vmlinux 0x319d22ae inode_init_owner +EXPORT_SYMBOL vmlinux 0x31a4767f qcom_scm_hdcp_available +EXPORT_SYMBOL vmlinux 0x31cc75be is_nd_pfn +EXPORT_SYMBOL vmlinux 0x31df71df unregister_quota_format +EXPORT_SYMBOL vmlinux 0x31e38bd6 tcf_classify +EXPORT_SYMBOL vmlinux 0x31e45080 irq_set_chip +EXPORT_SYMBOL vmlinux 0x3213f038 mutex_unlock +EXPORT_SYMBOL vmlinux 0x3216e028 __cgroup_bpf_run_filter_sk +EXPORT_SYMBOL vmlinux 0x321c1705 __aperture_remove_legacy_vga_devices +EXPORT_SYMBOL vmlinux 0x321e1319 of_get_next_available_child +EXPORT_SYMBOL vmlinux 0x3220ca23 dquot_initialize +EXPORT_SYMBOL vmlinux 0x3221df67 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x32394d4b qe_issue_cmd +EXPORT_SYMBOL vmlinux 0x325496b4 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0x32787823 __skb_ext_put +EXPORT_SYMBOL vmlinux 0x3278ce59 _dev_warn +EXPORT_SYMBOL vmlinux 0x327c84bf vme_lm_attach +EXPORT_SYMBOL vmlinux 0x3283e6b0 prandom_seed_full_state +EXPORT_SYMBOL vmlinux 0x329558cc ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0x32ce3777 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x32e6f1a0 acpi_video_backlight_string +EXPORT_SYMBOL vmlinux 0x32e8cfea mtree_load +EXPORT_SYMBOL vmlinux 0x32e9e627 amba_device_register +EXPORT_SYMBOL vmlinux 0x32f08e9b filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x32f37c3c clkdev_drop +EXPORT_SYMBOL vmlinux 0x32f4bfc0 dcb_getrewr_prio_pcp_mask_map +EXPORT_SYMBOL vmlinux 0x330351e5 neigh_seq_next +EXPORT_SYMBOL vmlinux 0x33037fd8 logic_outl +EXPORT_SYMBOL vmlinux 0x333bfca1 hdmi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x3350360a tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0x335e855a twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0x3364e8bc dev_close +EXPORT_SYMBOL vmlinux 0x3369ea44 mtree_insert_range +EXPORT_SYMBOL vmlinux 0x33736a1d __genradix_ptr_alloc +EXPORT_SYMBOL vmlinux 0x338e09d0 mipi_dsi_dcs_set_tear_on +EXPORT_SYMBOL vmlinux 0x33959bca __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0x33c01ed1 __scsi_add_device +EXPORT_SYMBOL vmlinux 0x33c78b01 skb_tx_error +EXPORT_SYMBOL vmlinux 0x33cc053e blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0x33d2f639 configfs_undepend_item +EXPORT_SYMBOL vmlinux 0x33dabc49 tty_port_open +EXPORT_SYMBOL vmlinux 0x33e0ab0e crypto_sha256_update +EXPORT_SYMBOL vmlinux 0x33ee636d icmp6_send +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33fcf44a __kfifo_out_r +EXPORT_SYMBOL vmlinux 0x3402dc8b __write_overflow_field +EXPORT_SYMBOL vmlinux 0x340d0cf2 dma_resv_replace_fences +EXPORT_SYMBOL vmlinux 0x3424c48f phy_start +EXPORT_SYMBOL vmlinux 0x34560e72 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0x345adb70 filemap_fdatawrite_wbc +EXPORT_SYMBOL vmlinux 0x345d5b07 blk_queue_max_secure_erase_sectors +EXPORT_SYMBOL vmlinux 0x3479f03d folio_end_writeback +EXPORT_SYMBOL vmlinux 0x34880e90 of_graph_get_remote_port +EXPORT_SYMBOL vmlinux 0x34915dd1 inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34a1e48c udp_lib_get_port +EXPORT_SYMBOL vmlinux 0x34a1f7e3 acpi_processor_get_psd +EXPORT_SYMBOL vmlinux 0x34a54139 blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0x34a9244a tcp_parse_options +EXPORT_SYMBOL vmlinux 0x34bce6f2 vfs_iter_write +EXPORT_SYMBOL vmlinux 0x34c7cdbc lookup_bdev +EXPORT_SYMBOL vmlinux 0x34cc93d8 handshake_genl_put +EXPORT_SYMBOL vmlinux 0x34d50b87 kill_pgrp +EXPORT_SYMBOL vmlinux 0x34d79524 __blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x34db050b _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x34dc5d15 d_exact_alias +EXPORT_SYMBOL vmlinux 0x34e3e3f2 register_fib_notifier +EXPORT_SYMBOL vmlinux 0x34e4b5ed __traceiter_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x34eaf0c9 xen_alloc_unpopulated_pages +EXPORT_SYMBOL vmlinux 0x34f338ac d_find_alias +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x34f8db65 netif_inherit_tso_max +EXPORT_SYMBOL vmlinux 0x350418c8 __neigh_event_send +EXPORT_SYMBOL vmlinux 0x350bd628 get_phy_device +EXPORT_SYMBOL vmlinux 0x350cae12 nf_unregister_net_hooks +EXPORT_SYMBOL vmlinux 0x3516f947 pskb_trim_rcsum_slow +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x351fe022 phy_device_free +EXPORT_SYMBOL vmlinux 0x352472c0 skb_csum_hwoffload_help +EXPORT_SYMBOL vmlinux 0x352e0a36 ether_setup +EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy +EXPORT_SYMBOL vmlinux 0x354e5f57 pci_read_vpd +EXPORT_SYMBOL vmlinux 0x356461c8 rtc_time64_to_tm +EXPORT_SYMBOL vmlinux 0x3566e9f4 pskb_extract +EXPORT_SYMBOL vmlinux 0x356816bd filemap_get_folios +EXPORT_SYMBOL vmlinux 0x357561ee ip_do_fragment +EXPORT_SYMBOL vmlinux 0x3578c936 eth_get_headlen +EXPORT_SYMBOL vmlinux 0x358800cf skb_trim +EXPORT_SYMBOL vmlinux 0x3588ff3e blk_mq_tagset_busy_iter +EXPORT_SYMBOL vmlinux 0x35a1b59c dquot_quota_on +EXPORT_SYMBOL vmlinux 0x35a88f28 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x35ccf9bc folio_create_empty_buffers +EXPORT_SYMBOL vmlinux 0x35d717f3 vme_irq_generate +EXPORT_SYMBOL vmlinux 0x35f79d91 kern_path_create +EXPORT_SYMBOL vmlinux 0x35fb862d inetdev_by_index +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x362041cb rproc_coredump_add_custom_segment +EXPORT_SYMBOL vmlinux 0x364850b1 down_write_killable +EXPORT_SYMBOL vmlinux 0x364c23ad mutex_is_locked +EXPORT_SYMBOL vmlinux 0x3652b4ae input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0x365acda7 set_normalized_timespec64 +EXPORT_SYMBOL vmlinux 0x365e7911 kstrdup_const +EXPORT_SYMBOL vmlinux 0x366707c9 jent_testing_init +EXPORT_SYMBOL vmlinux 0x3678ca37 system_cpucaps +EXPORT_SYMBOL vmlinux 0x36875653 skb_pull_data +EXPORT_SYMBOL vmlinux 0x368e068b kthread_create_worker_on_cpu +EXPORT_SYMBOL vmlinux 0x36b6ebbf down_killable +EXPORT_SYMBOL vmlinux 0x36bafce8 crypto_sha3_update +EXPORT_SYMBOL vmlinux 0x36c58cb2 ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x36c8b65b __netif_rx +EXPORT_SYMBOL vmlinux 0x36d7849a skb_set_owner_w +EXPORT_SYMBOL vmlinux 0x36d8873d locks_free_lock +EXPORT_SYMBOL vmlinux 0x36f60f7b fib_notifier_ops_unregister +EXPORT_SYMBOL vmlinux 0x36f77d36 of_mdio_find_bus +EXPORT_SYMBOL vmlinux 0x37097ba2 fb_blank +EXPORT_SYMBOL vmlinux 0x37110088 remove_wait_queue +EXPORT_SYMBOL vmlinux 0x371e1953 __printk_cpu_sync_wait +EXPORT_SYMBOL vmlinux 0x37208caa iget_failed +EXPORT_SYMBOL vmlinux 0x372a61de page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x3734c20b kobject_get_unless_zero +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL vmlinux 0x37622b4b phy_write_mmd +EXPORT_SYMBOL vmlinux 0x376db60d sdev_prefix_printk +EXPORT_SYMBOL vmlinux 0x377d8004 acpi_error +EXPORT_SYMBOL vmlinux 0x378c07ce md_write_start +EXPORT_SYMBOL vmlinux 0x37a93edd tcf_block_get_ext +EXPORT_SYMBOL vmlinux 0x37b8b39e screen_info +EXPORT_SYMBOL vmlinux 0x37bd8240 input_unregister_handler +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37cc3cf0 fbcon_update_vcs +EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x381cae98 tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0x381cb024 nd_pfn_probe +EXPORT_SYMBOL vmlinux 0x3852994b rproc_mem_entry_init +EXPORT_SYMBOL vmlinux 0x385383d1 neigh_for_each +EXPORT_SYMBOL vmlinux 0x3854774b kstrtoll +EXPORT_SYMBOL vmlinux 0x3857b6a9 blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0x385b295b bd_abort_claiming +EXPORT_SYMBOL vmlinux 0x385c7481 __tracepoint_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x386e85ff devfreq_update_interval +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x388b76b0 dcb_ieee_getapp_default_prio_mask +EXPORT_SYMBOL vmlinux 0x3891ffc8 ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0x389617b0 LZ4_decompress_fast_continue +EXPORT_SYMBOL vmlinux 0x389acf0c gpmc_configure +EXPORT_SYMBOL vmlinux 0x38a56aa4 dma_fence_chain_init +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38aaf0c1 of_pci_range_to_resource +EXPORT_SYMBOL vmlinux 0x38af812a arp_create +EXPORT_SYMBOL vmlinux 0x38cb6dbf t10_pi_type1_crc +EXPORT_SYMBOL vmlinux 0x38cf003b dma_resv_add_fence +EXPORT_SYMBOL vmlinux 0x38d4be05 genlmsg_put +EXPORT_SYMBOL vmlinux 0x38e46431 mempool_exit +EXPORT_SYMBOL vmlinux 0x38f118fc vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x38f89fea crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x3908d3b4 path_get +EXPORT_SYMBOL vmlinux 0x390f3306 pcim_set_mwi +EXPORT_SYMBOL vmlinux 0x391df80a netstamp_needed_key +EXPORT_SYMBOL vmlinux 0x3928efe9 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x392b1fea wait_for_completion_io +EXPORT_SYMBOL vmlinux 0x3934b931 vc_cons +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x394755ba pcie_get_readrq +EXPORT_SYMBOL vmlinux 0x394a1e11 phy_sfp_attach +EXPORT_SYMBOL vmlinux 0x39529464 sync_file_create +EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x3966fb42 input_setup_polling +EXPORT_SYMBOL vmlinux 0x3967aecb uart_register_driver +EXPORT_SYMBOL vmlinux 0x39959d85 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0x39991865 icmp_global_allow +EXPORT_SYMBOL vmlinux 0x399ad043 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0x39a1daf0 vfs_get_link +EXPORT_SYMBOL vmlinux 0x39b12223 __acpi_handle_debug +EXPORT_SYMBOL vmlinux 0x39b1b4fd ptp_clock_event +EXPORT_SYMBOL vmlinux 0x39b6a034 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x39be4b8e qman_volatile_dequeue +EXPORT_SYMBOL vmlinux 0x39c74235 dm_read_arg_group +EXPORT_SYMBOL vmlinux 0x39d42812 blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0x39d95ca4 zstd_reset_cstream +EXPORT_SYMBOL vmlinux 0x3a00738a neigh_connected_output +EXPORT_SYMBOL vmlinux 0x3a27e10f pci_assign_resource +EXPORT_SYMBOL vmlinux 0x3a4d454c tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x3a4f9d28 rng_is_initialized +EXPORT_SYMBOL vmlinux 0x3a62d0e2 clk_bulk_get_all +EXPORT_SYMBOL vmlinux 0x3a66f0e6 dma_pool_create +EXPORT_SYMBOL vmlinux 0x3a676046 __module_put_and_kthread_exit +EXPORT_SYMBOL vmlinux 0x3a6b2c8b netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x3a772bcb tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0x3a82ae45 generic_block_bmap +EXPORT_SYMBOL vmlinux 0x3a953947 pci_match_id +EXPORT_SYMBOL vmlinux 0x3ab28948 console_srcu_read_lock +EXPORT_SYMBOL vmlinux 0x3ab7b1cc scsi_set_sense_field_pointer +EXPORT_SYMBOL vmlinux 0x3abb3ae7 pci_free_irq_vectors +EXPORT_SYMBOL vmlinux 0x3abc9ee2 dev_mc_unsync +EXPORT_SYMBOL vmlinux 0x3aca0190 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x3acd7449 md_integrity_register +EXPORT_SYMBOL vmlinux 0x3ad5cda3 lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x3ad7a5d5 acpi_evaluate_reference +EXPORT_SYMBOL vmlinux 0x3ad7b5cb netlink_capable +EXPORT_SYMBOL vmlinux 0x3ada9e06 acpi_check_region +EXPORT_SYMBOL vmlinux 0x3ae34aeb zstd_init_dctx +EXPORT_SYMBOL vmlinux 0x3aff3200 acpi_evaluate_object_typed +EXPORT_SYMBOL vmlinux 0x3b0f23d2 xudma_is_pktdma +EXPORT_SYMBOL vmlinux 0x3b166fc5 i2c_transfer +EXPORT_SYMBOL vmlinux 0x3b2ec200 netdev_offload_xstats_enabled +EXPORT_SYMBOL vmlinux 0x3b321462 LZ4_setStreamDecode +EXPORT_SYMBOL vmlinux 0x3b3d8906 inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0x3b56d8ec clear_nlink +EXPORT_SYMBOL vmlinux 0x3b5c008f mount_nodev +EXPORT_SYMBOL vmlinux 0x3b644591 __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x3b6c41ea kstrtouint +EXPORT_SYMBOL vmlinux 0x3b707ad5 imx_sc_rm_get_resource_owner +EXPORT_SYMBOL vmlinux 0x3b8d98b1 param_ops_bool +EXPORT_SYMBOL vmlinux 0x3b9144c9 acpi_get_current_resources +EXPORT_SYMBOL vmlinux 0x3bad914f genphy_config_eee_advert +EXPORT_SYMBOL vmlinux 0x3bcadfd4 bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x3bcc737a kthread_create_worker +EXPORT_SYMBOL vmlinux 0x3bdbed13 skb_eth_pop +EXPORT_SYMBOL vmlinux 0x3be2a0dc try_lookup_one_len +EXPORT_SYMBOL vmlinux 0x3be58e14 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0x3bed0726 vfs_fileattr_set +EXPORT_SYMBOL vmlinux 0x3bfaa1d4 ip6mr_rule_default +EXPORT_SYMBOL vmlinux 0x3c0e1620 qcom_scm_pas_metadata_release +EXPORT_SYMBOL vmlinux 0x3c1350b3 elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x3c185c61 page_put_link +EXPORT_SYMBOL vmlinux 0x3c2068ad tcf_register_action +EXPORT_SYMBOL vmlinux 0x3c21cd4b genphy_write_mmd_unsupported +EXPORT_SYMBOL vmlinux 0x3c3215c4 qe_immr +EXPORT_SYMBOL vmlinux 0x3c359b65 writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c3ff9fd sprintf +EXPORT_SYMBOL vmlinux 0x3c420d7a mmc_sw_reset +EXPORT_SYMBOL vmlinux 0x3c59f458 fs_param_is_u32 +EXPORT_SYMBOL vmlinux 0x3c5fbb1d dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0x3c85e16d send_sig +EXPORT_SYMBOL vmlinux 0x3c897d05 jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x3c919c94 tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0x3c9cf845 dev_printk_emit +EXPORT_SYMBOL vmlinux 0x3c9d2c0f kmem_cache_alloc_bulk +EXPORT_SYMBOL vmlinux 0x3cb23db3 console_srcu_read_unlock +EXPORT_SYMBOL vmlinux 0x3cb4979d neigh_resolve_output +EXPORT_SYMBOL vmlinux 0x3cbb940b zstd_init_dstream +EXPORT_SYMBOL vmlinux 0x3ccf674d iommu_get_msi_cookie +EXPORT_SYMBOL vmlinux 0x3cd9ed83 logic_insw +EXPORT_SYMBOL vmlinux 0x3ce23d1f jbd2_journal_load +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3ce9db1a mipi_dsi_generic_read +EXPORT_SYMBOL vmlinux 0x3cfe5eaf sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x3d0903b8 tcf_qevent_dump +EXPORT_SYMBOL vmlinux 0x3d09fb46 tso_build_data +EXPORT_SYMBOL vmlinux 0x3d13eb03 md_write_end +EXPORT_SYMBOL vmlinux 0x3d1551c8 _copy_from_iter_nocache +EXPORT_SYMBOL vmlinux 0x3d1663d6 xfrm_dev_state_flush +EXPORT_SYMBOL vmlinux 0x3d1a450e blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0x3d210724 gen_pool_dma_zalloc_align +EXPORT_SYMBOL vmlinux 0x3d328612 jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x3d7bac46 posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x3d93c7c2 __arm_smccc_sve_check +EXPORT_SYMBOL vmlinux 0x3d9ee9f0 clear_page +EXPORT_SYMBOL vmlinux 0x3da092b8 dma_fence_get_stub +EXPORT_SYMBOL vmlinux 0x3daae96c dma_fence_signal_timestamp +EXPORT_SYMBOL vmlinux 0x3dabf271 memcg_sockets_enabled_key +EXPORT_SYMBOL vmlinux 0x3dac779a bpf_sk_lookup_enabled +EXPORT_SYMBOL vmlinux 0x3dad9978 cancel_delayed_work +EXPORT_SYMBOL vmlinux 0x3dbe161f get_bitmap_from_slot +EXPORT_SYMBOL vmlinux 0x3dc4cd68 __nla_put_64bit +EXPORT_SYMBOL vmlinux 0x3dc619d3 swake_up_locked +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dd3f054 xudma_rchan_get_id +EXPORT_SYMBOL vmlinux 0x3ddff7e2 dev_set_threaded +EXPORT_SYMBOL vmlinux 0x3dfb86b9 resource_list_create_entry +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e13d50a __ps2_command +EXPORT_SYMBOL vmlinux 0x3e185b66 iov_iter_discard +EXPORT_SYMBOL vmlinux 0x3e30a2fb tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x3e3bad0a __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x3e4c4bd2 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0x3e513aa5 netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0x3e561bcf pnp_register_card_driver +EXPORT_SYMBOL vmlinux 0x3e79fb00 arm_smccc_1_2_smc +EXPORT_SYMBOL vmlinux 0x3e83a6a6 unregister_cdrom +EXPORT_SYMBOL vmlinux 0x3e9678bb skb_tunnel_check_pmtu +EXPORT_SYMBOL vmlinux 0x3eb717e0 sk_dst_check +EXPORT_SYMBOL vmlinux 0x3eccbe2c __find_nth_bit +EXPORT_SYMBOL vmlinux 0x3ecdf2cb ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0x3ed2a9a2 init_special_inode +EXPORT_SYMBOL vmlinux 0x3edafb3a truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x3ee0666a filemap_invalidate_unlock_two +EXPORT_SYMBOL vmlinux 0x3eee4b5a clocksource_unregister +EXPORT_SYMBOL vmlinux 0x3efe1703 phy_unregister_fixup_for_id +EXPORT_SYMBOL vmlinux 0x3f0046f5 kobject_del +EXPORT_SYMBOL vmlinux 0x3f0cab7c ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0x3f0eabd2 xxh64_update +EXPORT_SYMBOL vmlinux 0x3f182d7b tcp_mss_to_mtu +EXPORT_SYMBOL vmlinux 0x3f34644d zstd_dstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x3f43100d seq_write +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f4bd846 gen_pool_first_fit_order_align +EXPORT_SYMBOL vmlinux 0x3f5a255b generic_read_dir +EXPORT_SYMBOL vmlinux 0x3f649879 drop_super +EXPORT_SYMBOL vmlinux 0x3f6bd32c devm_arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0x3f7adb4b __lock_buffer +EXPORT_SYMBOL vmlinux 0x3f89071b security_ib_pkey_access +EXPORT_SYMBOL vmlinux 0x3f8cffbd of_device_is_compatible +EXPORT_SYMBOL vmlinux 0x3f9db337 tcp_inbound_md5_hash +EXPORT_SYMBOL vmlinux 0x3fb15fef mr_table_dump +EXPORT_SYMBOL vmlinux 0x3fb44958 iov_iter_bvec +EXPORT_SYMBOL vmlinux 0x3fbd2acf security_sb_mnt_opts_compat +EXPORT_SYMBOL vmlinux 0x3fbf3c89 vme_slave_set +EXPORT_SYMBOL vmlinux 0x3fc58060 d_add +EXPORT_SYMBOL vmlinux 0x3fd4ac72 current_in_userns +EXPORT_SYMBOL vmlinux 0x3fd78f3b register_chrdev_region +EXPORT_SYMBOL vmlinux 0x3fdc2c02 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight +EXPORT_SYMBOL vmlinux 0x3fe976da tcp_read_skb +EXPORT_SYMBOL vmlinux 0x4005d696 alloc_skb_with_frags +EXPORT_SYMBOL vmlinux 0x40067ea3 pci_read_config_byte +EXPORT_SYMBOL vmlinux 0x4016e09d seq_release +EXPORT_SYMBOL vmlinux 0x40235c98 _raw_write_unlock +EXPORT_SYMBOL vmlinux 0x4039ff5c skb_unlink +EXPORT_SYMBOL vmlinux 0x40413b11 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0x40482150 fman_register_intr +EXPORT_SYMBOL vmlinux 0x405774a2 user_path_at_empty +EXPORT_SYMBOL vmlinux 0x40658298 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x4068a912 param_set_short +EXPORT_SYMBOL vmlinux 0x406a7e96 tcp_v4_connect +EXPORT_SYMBOL vmlinux 0x40709a86 nf_log_register +EXPORT_SYMBOL vmlinux 0x4077c3aa __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0x407a2fd6 set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x40863ba1 ioremap_prot +EXPORT_SYMBOL vmlinux 0x4094e7a8 __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x409de3f3 seq_open +EXPORT_SYMBOL vmlinux 0x409eaf30 neigh_xmit +EXPORT_SYMBOL vmlinux 0x40a62432 __nla_validate +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40cba9f6 d_obtain_root +EXPORT_SYMBOL vmlinux 0x40d000b9 skb_pull +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d59096 unregister_restart_handler +EXPORT_SYMBOL vmlinux 0x40d8bb5d vm_insert_pages +EXPORT_SYMBOL vmlinux 0x40eba4c0 tcf_block_netif_keep_dst +EXPORT_SYMBOL vmlinux 0x40f76649 trace_event_printf +EXPORT_SYMBOL vmlinux 0x40f76a86 __vcalloc +EXPORT_SYMBOL vmlinux 0x412f893c page_offline_begin +EXPORT_SYMBOL vmlinux 0x4134636f blk_mq_init_allocated_queue +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x414d8c84 zap_page_range_single +EXPORT_SYMBOL vmlinux 0x414da5e5 qman_enqueue +EXPORT_SYMBOL vmlinux 0x4152a469 ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0x416c9919 sock_set_reuseport +EXPORT_SYMBOL vmlinux 0x416ddd24 zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x4189835c security_path_mknod +EXPORT_SYMBOL vmlinux 0x418b6f24 max8925_set_bits +EXPORT_SYMBOL vmlinux 0x41a30bef mtree_store_range +EXPORT_SYMBOL vmlinux 0x41adc81c __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0x41c5b68b __sock_create +EXPORT_SYMBOL vmlinux 0x41c91665 nexthop_set_hw_flags +EXPORT_SYMBOL vmlinux 0x41d096b0 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0x41d732d4 scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0x41d82702 __mdiobus_write +EXPORT_SYMBOL vmlinux 0x41da82d2 mii_check_link +EXPORT_SYMBOL vmlinux 0x41ed3709 get_random_bytes +EXPORT_SYMBOL vmlinux 0x41efdeaf radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0x41fd6da8 ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0x420d45c9 __cpuhp_remove_state_cpuslocked +EXPORT_SYMBOL vmlinux 0x4217e381 of_chosen +EXPORT_SYMBOL vmlinux 0x421d2dfd ipmr_rule_default +EXPORT_SYMBOL vmlinux 0x422f8e5b free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0x42395733 ww_mutex_trylock +EXPORT_SYMBOL vmlinux 0x423ea3db generic_file_llseek +EXPORT_SYMBOL vmlinux 0x4241062e __folio_alloc +EXPORT_SYMBOL vmlinux 0x4248ae3c single_task_running +EXPORT_SYMBOL vmlinux 0x424d3620 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x42578e80 acpi_get_type +EXPORT_SYMBOL vmlinux 0x4275cb4e netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0x427b6f00 blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x427c27d9 seq_puts +EXPORT_SYMBOL vmlinux 0x428f87f1 netdev_err +EXPORT_SYMBOL vmlinux 0x42919497 always_delete_dentry +EXPORT_SYMBOL vmlinux 0x42aedf89 __napi_schedule +EXPORT_SYMBOL vmlinux 0x42af16ec device_add_disk +EXPORT_SYMBOL vmlinux 0x42b44963 inet_frag_reasm_finish +EXPORT_SYMBOL vmlinux 0x42bed8d4 unix_gc_lock +EXPORT_SYMBOL vmlinux 0x42f1b900 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x42f1df0f of_graph_is_present +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x43055c5b blk_mq_rq_cpu +EXPORT_SYMBOL vmlinux 0x4336931a folio_wait_bit +EXPORT_SYMBOL vmlinux 0x4336fcca ucs2_as_utf8 +EXPORT_SYMBOL vmlinux 0x433cabfb acpi_decode_pld_buffer +EXPORT_SYMBOL vmlinux 0x43455017 locks_lock_inode_wait +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x435676d1 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x4358dde6 udp6_seq_ops +EXPORT_SYMBOL vmlinux 0x4362abe8 udp6_set_csum +EXPORT_SYMBOL vmlinux 0x436d531f ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x437211f3 jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0x437a0d6d __sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x43834b93 phy_set_sym_pause +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x43b0c9c3 preempt_schedule +EXPORT_SYMBOL vmlinux 0x43b1bab5 rproc_vq_interrupt +EXPORT_SYMBOL vmlinux 0x43babd19 sg_init_one +EXPORT_SYMBOL vmlinux 0x43ca69f1 nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x43cbffbc dcb_setapp +EXPORT_SYMBOL vmlinux 0x43d22fb9 groups_alloc +EXPORT_SYMBOL vmlinux 0x43d73f44 seq_read_iter +EXPORT_SYMBOL vmlinux 0x43f9ebc8 slhc_remember +EXPORT_SYMBOL vmlinux 0x44015199 phy_init_eee +EXPORT_SYMBOL vmlinux 0x4403bbd0 imx_sc_misc_set_control +EXPORT_SYMBOL vmlinux 0x44229b67 devm_mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x442e91c6 amba_driver_register +EXPORT_SYMBOL vmlinux 0x443e9204 devm_devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x4443b147 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0x44469a76 crc_ccitt_false_table +EXPORT_SYMBOL vmlinux 0x44583fbe kthread_destroy_worker +EXPORT_SYMBOL vmlinux 0x4462d35e cpufreq_get_hw_max_freq +EXPORT_SYMBOL vmlinux 0x446cf50d mipi_dsi_dcs_set_display_off +EXPORT_SYMBOL vmlinux 0x44974d62 __generic_file_fsync +EXPORT_SYMBOL vmlinux 0x449ad0a7 memcmp +EXPORT_SYMBOL vmlinux 0x44a93a28 fb_validate_mode +EXPORT_SYMBOL vmlinux 0x44b4f666 icmpv6_ndo_send +EXPORT_SYMBOL vmlinux 0x44b6fb56 ip_getsockopt +EXPORT_SYMBOL vmlinux 0x44cab3aa dma_resv_reserve_fences +EXPORT_SYMBOL vmlinux 0x44cbfd63 mdiobb_write_c45 +EXPORT_SYMBOL vmlinux 0x44d55fb1 blk_integrity_register +EXPORT_SYMBOL vmlinux 0x44d98015 nla_put_64bit +EXPORT_SYMBOL vmlinux 0x44e4774b mdio_driver_register +EXPORT_SYMBOL vmlinux 0x44e57c68 pci_request_irq +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44eceac2 lookup_one_len_unlocked +EXPORT_SYMBOL vmlinux 0x44fb4a23 serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0x44feba9d phy_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x45006cee default_red +EXPORT_SYMBOL vmlinux 0x450639ab sg_last +EXPORT_SYMBOL vmlinux 0x45081703 ec_get_handle +EXPORT_SYMBOL vmlinux 0x450d34ef pldmfw_flash_image +EXPORT_SYMBOL vmlinux 0x450d9a35 cmd_db_read_slave_id +EXPORT_SYMBOL vmlinux 0x4519b060 of_parse_phandle_with_args_map +EXPORT_SYMBOL vmlinux 0x452413a1 qman_alloc_pool_range +EXPORT_SYMBOL vmlinux 0x452ba683 ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x45464aeb ip6_dst_alloc +EXPORT_SYMBOL vmlinux 0x45535485 xxh32_update +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x4589ed9a rproc_shutdown +EXPORT_SYMBOL vmlinux 0x4591f1ca seq_lseek +EXPORT_SYMBOL vmlinux 0x459adcc9 inode_to_bdi +EXPORT_SYMBOL vmlinux 0x45c02d85 rproc_remove_subdev +EXPORT_SYMBOL vmlinux 0x45c7d9ce devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x45ef23b6 seq_read +EXPORT_SYMBOL vmlinux 0x460200ea sock_kfree_s +EXPORT_SYMBOL vmlinux 0x460650bc __dec_node_page_state +EXPORT_SYMBOL vmlinux 0x460b5bac migrate_vma_pages +EXPORT_SYMBOL vmlinux 0x460c0d3f skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0x460e6e41 __mdiobus_read +EXPORT_SYMBOL vmlinux 0x460f4a34 flow_hash_from_keys +EXPORT_SYMBOL vmlinux 0x464493e5 seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0x46451cee zstd_get_frame_header +EXPORT_SYMBOL vmlinux 0x4652763e nd_device_unregister +EXPORT_SYMBOL vmlinux 0x465579f6 inet_stream_connect +EXPORT_SYMBOL vmlinux 0x465dd777 fget_raw +EXPORT_SYMBOL vmlinux 0x465e24ff ucs2_utf8size +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x467df16d netdev_rss_key_fill +EXPORT_SYMBOL vmlinux 0x467fce0a kernel_sock_ip_overhead +EXPORT_SYMBOL vmlinux 0x46928543 tty_unregister_device +EXPORT_SYMBOL vmlinux 0x4698fe8a bman_release +EXPORT_SYMBOL vmlinux 0x469a6ec7 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0x46bd5d6e video_get_options +EXPORT_SYMBOL vmlinux 0x46c47fb6 __node_distance +EXPORT_SYMBOL vmlinux 0x46fae878 skb_orphan_partial +EXPORT_SYMBOL vmlinux 0x46ff7d12 qcom_scm_iommu_secure_ptbl_size +EXPORT_SYMBOL vmlinux 0x470612dc fman_port_get_qman_channel_id +EXPORT_SYMBOL vmlinux 0x47065c73 cpm_muram_offset +EXPORT_SYMBOL vmlinux 0x4713f354 skb_get_hash_perturb +EXPORT_SYMBOL vmlinux 0x47147cc4 inode_init_always +EXPORT_SYMBOL vmlinux 0x4715a909 acpi_load_table +EXPORT_SYMBOL vmlinux 0x47282032 __ip_dev_find +EXPORT_SYMBOL vmlinux 0x474c7bb4 rproc_elf_get_boot_addr +EXPORT_SYMBOL vmlinux 0x475d7427 fman_get_rx_extra_headroom +EXPORT_SYMBOL vmlinux 0x47709e42 free_anon_bdev +EXPORT_SYMBOL vmlinux 0x478c32e4 nd_btt_arena_is_valid +EXPORT_SYMBOL vmlinux 0x479137ca imx_scu_irq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x47a53b7b request_key_rcu +EXPORT_SYMBOL vmlinux 0x47a5c592 ptp_find_pin +EXPORT_SYMBOL vmlinux 0x47ae6c55 inet_stream_ops +EXPORT_SYMBOL vmlinux 0x47c20f8a refcount_dec_not_one +EXPORT_SYMBOL vmlinux 0x47c65bfc unregister_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0x47cfd825 kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0x47d1786f md_bitmap_update_sb +EXPORT_SYMBOL vmlinux 0x47d8d301 __cond_resched_rwlock_read +EXPORT_SYMBOL vmlinux 0x4806592e netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0x48112d76 _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0x481814c4 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0x48193639 acpi_lid_open +EXPORT_SYMBOL vmlinux 0x4829a47e memcpy +EXPORT_SYMBOL vmlinux 0x4829cf6b fscrypt_enqueue_decrypt_work +EXPORT_SYMBOL vmlinux 0x4837bb10 logic_outsb +EXPORT_SYMBOL vmlinux 0x4837f04f __destroy_inode +EXPORT_SYMBOL vmlinux 0x4841bdee strnchr +EXPORT_SYMBOL vmlinux 0x4848cfb1 phy_mipi_dphy_get_default_config +EXPORT_SYMBOL vmlinux 0x484f6edf ktime_get_coarse_real_ts64 +EXPORT_SYMBOL vmlinux 0x4851c5ba i2c_smbus_read_i2c_block_data_or_emulated +EXPORT_SYMBOL vmlinux 0x48540f40 pfifo_fast_ops +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x486075c8 gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x489444f0 current_time +EXPORT_SYMBOL vmlinux 0x48987d46 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0x489eda10 memset32 +EXPORT_SYMBOL vmlinux 0x489f6e0b rdma_dim +EXPORT_SYMBOL vmlinux 0x48a91171 string_get_size +EXPORT_SYMBOL vmlinux 0x48b50054 d_move +EXPORT_SYMBOL vmlinux 0x48b56ea3 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0x48b57f8e netdev_emerg +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48ba7911 scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0x48c093fb _atomic_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0x48cf8760 acpi_dev_uid_to_integer +EXPORT_SYMBOL vmlinux 0x48d27375 __bitmap_intersects +EXPORT_SYMBOL vmlinux 0x48d3fa27 kmalloc_large_node +EXPORT_SYMBOL vmlinux 0x48dd340b cpumask_any_distribute +EXPORT_SYMBOL vmlinux 0x48dd9370 bpf_link_put +EXPORT_SYMBOL vmlinux 0x48e678fa sock_register +EXPORT_SYMBOL vmlinux 0x48e8ee30 skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0x48f81b88 flow_rule_match_cvlan +EXPORT_SYMBOL vmlinux 0x48ffbb87 mtree_alloc_range +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x49057d0b _dev_info +EXPORT_SYMBOL vmlinux 0x4909a790 dma_fence_get_status +EXPORT_SYMBOL vmlinux 0x4916cd00 get_vm_area +EXPORT_SYMBOL vmlinux 0x495231ea mul_u64_u64_div_u64 +EXPORT_SYMBOL vmlinux 0x4967e79f radix_tree_iter_resume +EXPORT_SYMBOL vmlinux 0x49721a92 get_task_cred +EXPORT_SYMBOL vmlinux 0x4977c498 stack_depot_get_extra_bits +EXPORT_SYMBOL vmlinux 0x499f0ecf nd_sb_checksum +EXPORT_SYMBOL vmlinux 0x49a666b3 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0x49b163b8 acpi_bus_scan +EXPORT_SYMBOL vmlinux 0x49ca2319 pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0x49dfa9bc devm_release_resource +EXPORT_SYMBOL vmlinux 0x49e6bf01 pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x49ebf613 __block_write_full_folio +EXPORT_SYMBOL vmlinux 0x49fa131f inet_del_protocol +EXPORT_SYMBOL vmlinux 0x49fd2c91 put_cmsg_scm_timestamping +EXPORT_SYMBOL vmlinux 0x4a01200d xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0x4a3ad70e wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0x4a3f348c mpage_read_folio +EXPORT_SYMBOL vmlinux 0x4a405102 ip6_xmit +EXPORT_SYMBOL vmlinux 0x4a51fb0a sockfd_lookup +EXPORT_SYMBOL vmlinux 0x4a5a42aa twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0x4a7ff227 input_set_capability +EXPORT_SYMBOL vmlinux 0x4a93576a ucc_fast_free +EXPORT_SYMBOL vmlinux 0x4a96a8eb xxh32_digest +EXPORT_SYMBOL vmlinux 0x4a9e2a30 i2c_get_match_data +EXPORT_SYMBOL vmlinux 0x4aa58252 sock_i_uid +EXPORT_SYMBOL vmlinux 0x4aaf664b skb_copy +EXPORT_SYMBOL vmlinux 0x4aafbb58 get_tree_single_reconf +EXPORT_SYMBOL vmlinux 0x4abd6f65 bio_endio +EXPORT_SYMBOL vmlinux 0x4ada689f fuse_mount_destroy +EXPORT_SYMBOL vmlinux 0x4ae90d8e hdmi_avi_infoframe_check +EXPORT_SYMBOL vmlinux 0x4aea463f crc32_le_shift +EXPORT_SYMBOL vmlinux 0x4aedb618 discard_new_inode +EXPORT_SYMBOL vmlinux 0x4af6ddf0 kstrtou16 +EXPORT_SYMBOL vmlinux 0x4af9fb6a rfkill_alloc +EXPORT_SYMBOL vmlinux 0x4afb2238 add_wait_queue +EXPORT_SYMBOL vmlinux 0x4afda52b security_path_unlink +EXPORT_SYMBOL vmlinux 0x4afeb3a2 devm_clk_get +EXPORT_SYMBOL vmlinux 0x4b0a3f52 gic_nonsecure_priorities +EXPORT_SYMBOL vmlinux 0x4b140118 dma_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0x4b401817 iwe_stream_add_value +EXPORT_SYMBOL vmlinux 0x4b5842a1 simple_getattr +EXPORT_SYMBOL vmlinux 0x4b601a31 km_query +EXPORT_SYMBOL vmlinux 0x4b6df007 acpi_evaluate_reg +EXPORT_SYMBOL vmlinux 0x4b709d7f tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x4b750f53 _raw_spin_unlock_irq +EXPORT_SYMBOL vmlinux 0x4b766e0e pci_iounmap +EXPORT_SYMBOL vmlinux 0x4b8bf18d xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0x4b971acf dcache_dir_close +EXPORT_SYMBOL vmlinux 0x4ba73da9 netdev_bonding_info_change +EXPORT_SYMBOL vmlinux 0x4bcc2662 mempool_init_node +EXPORT_SYMBOL vmlinux 0x4bddafdf lease_modify +EXPORT_SYMBOL vmlinux 0x4bdf24bc mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x4be570b9 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0x4bea4ca3 input_set_keycode +EXPORT_SYMBOL vmlinux 0x4bef1c67 empty_name +EXPORT_SYMBOL vmlinux 0x4bf3ce6f qman_release_cgrid +EXPORT_SYMBOL vmlinux 0x4c07a7e0 acpi_processor_unregister_performance +EXPORT_SYMBOL vmlinux 0x4c307674 __skb_ext_del +EXPORT_SYMBOL vmlinux 0x4c3a01a4 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0x4c416eb9 LZ4_decompress_fast +EXPORT_SYMBOL vmlinux 0x4c585fdf phy_attached_print +EXPORT_SYMBOL vmlinux 0x4c6a1141 d_prune_aliases +EXPORT_SYMBOL vmlinux 0x4c6cd6bc tcf_exts_init_ex +EXPORT_SYMBOL vmlinux 0x4c7b57c4 __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x4ca57ed4 locks_init_lock +EXPORT_SYMBOL vmlinux 0x4ca88b10 of_find_backlight_by_node +EXPORT_SYMBOL vmlinux 0x4ce5b8bb tcp_sync_mss +EXPORT_SYMBOL vmlinux 0x4d08d4c8 ip6_err_gen_icmpv6_unreach +EXPORT_SYMBOL vmlinux 0x4d09a187 __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0x4d0d163d copy_page +EXPORT_SYMBOL vmlinux 0x4d1faef3 aperture_remove_conflicting_pci_devices +EXPORT_SYMBOL vmlinux 0x4d2663b0 migrate_vma_finalize +EXPORT_SYMBOL vmlinux 0x4d2c7133 acpi_info +EXPORT_SYMBOL vmlinux 0x4d424e36 pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0x4d595ed0 fs_param_is_fd +EXPORT_SYMBOL vmlinux 0x4d65cbd5 csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0x4d924f20 memremap +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4d9e34ab __napi_schedule_irqoff +EXPORT_SYMBOL vmlinux 0x4da278d9 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4da596e6 qman_retire_fq +EXPORT_SYMBOL vmlinux 0x4dc911e4 kern_path +EXPORT_SYMBOL vmlinux 0x4dc99c01 passthru_features_check +EXPORT_SYMBOL vmlinux 0x4dd0fa34 sget +EXPORT_SYMBOL vmlinux 0x4de995ec gen_pool_dma_alloc_algo +EXPORT_SYMBOL vmlinux 0x4dec42c7 uart_resume_port +EXPORT_SYMBOL vmlinux 0x4df02057 crc32_be +EXPORT_SYMBOL vmlinux 0x4df2ea84 gen_estimator_read +EXPORT_SYMBOL vmlinux 0x4df4b590 tcf_exts_change +EXPORT_SYMBOL vmlinux 0x4df6029d dma_map_page_attrs +EXPORT_SYMBOL vmlinux 0x4dfa8d4b mutex_lock +EXPORT_SYMBOL vmlinux 0x4e033084 pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0x4e1863dd bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x4e198f39 skb_copy_bits +EXPORT_SYMBOL vmlinux 0x4e20bcf8 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x4e2e74c1 qcom_scm_io_readl +EXPORT_SYMBOL vmlinux 0x4e33082c posix_acl_update_mode +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e36cdc4 __ubsan_handle_divrem_overflow +EXPORT_SYMBOL vmlinux 0x4e37b9c7 blkdev_put +EXPORT_SYMBOL vmlinux 0x4e3de7be skb_checksum_setup +EXPORT_SYMBOL vmlinux 0x4e547048 __kmalloc_node_track_caller +EXPORT_SYMBOL vmlinux 0x4e57900c keyring_clear +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6e4b41 radix_tree_delete +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4ea25709 dql_reset +EXPORT_SYMBOL vmlinux 0x4eace757 __page_frag_cache_drain +EXPORT_SYMBOL vmlinux 0x4eada8f7 security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0x4eb2b066 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x4eb751f4 ptp_cancel_worker_sync +EXPORT_SYMBOL vmlinux 0x4eb87dcf __netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x4eb8efa0 param_set_uint +EXPORT_SYMBOL vmlinux 0x4ec54e78 bitmap_to_arr32 +EXPORT_SYMBOL vmlinux 0x4ee2c1b5 inet6_release +EXPORT_SYMBOL vmlinux 0x4eeb6cd5 __tty_insert_flip_char +EXPORT_SYMBOL vmlinux 0x4efad150 generic_remap_file_range_prep +EXPORT_SYMBOL vmlinux 0x4eff7c4f xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x4f04c406 cros_ec_cmd_xfer +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f20d80b zstd_min_clevel +EXPORT_SYMBOL vmlinux 0x4f2250ba rtc_tm_to_time64 +EXPORT_SYMBOL vmlinux 0x4f43d496 kobject_set_name +EXPORT_SYMBOL vmlinux 0x4f55166f acpi_set_current_resources +EXPORT_SYMBOL vmlinux 0x4f60af18 pci_iomap +EXPORT_SYMBOL vmlinux 0x4f6362ae scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0x4f667a25 ethtool_virtdev_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x4f7ab0c0 tegra_ahb_enable_smmu +EXPORT_SYMBOL vmlinux 0x4f7cfd67 skb_queue_tail +EXPORT_SYMBOL vmlinux 0x4f7f9ee1 netdev_has_any_upper_dev +EXPORT_SYMBOL vmlinux 0x4f89c9de gpmc_cs_free +EXPORT_SYMBOL vmlinux 0x4f9639c6 sock_wake_async +EXPORT_SYMBOL vmlinux 0x4fa40fa4 input_copy_abs +EXPORT_SYMBOL vmlinux 0x4fa8b7e8 blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0x4fce6ec3 phy_device_create +EXPORT_SYMBOL vmlinux 0x4ffb59bf __SCK__tp_func_kfree +EXPORT_SYMBOL vmlinux 0x4fff7e91 param_ops_uint +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x5009c71d glob_match +EXPORT_SYMBOL vmlinux 0x5021bd81 _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0x5027bde2 acpi_acquire_mutex +EXPORT_SYMBOL vmlinux 0x5029227a devm_arch_io_reserve_memtype_wc +EXPORT_SYMBOL vmlinux 0x5032c60f datagram_poll +EXPORT_SYMBOL vmlinux 0x50375ec0 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x504cc539 bpf_map_get +EXPORT_SYMBOL vmlinux 0x50624917 sha1_init +EXPORT_SYMBOL vmlinux 0x5068ab5b crypto_sha512_update +EXPORT_SYMBOL vmlinux 0x506dff1a __genradix_free +EXPORT_SYMBOL vmlinux 0x5075e1f1 phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0x507c39ec ipv6_dev_mc_inc +EXPORT_SYMBOL vmlinux 0x508028ef __udp_disconnect +EXPORT_SYMBOL vmlinux 0x5089f45f ip_send_check +EXPORT_SYMBOL vmlinux 0x508c536f set_bh_page +EXPORT_SYMBOL vmlinux 0x5092e84e __read_overflow2_field +EXPORT_SYMBOL vmlinux 0x50944630 seq_list_start_head_rcu +EXPORT_SYMBOL vmlinux 0x509b64ea acpi_has_method +EXPORT_SYMBOL vmlinux 0x509e9180 device_match_acpi_handle +EXPORT_SYMBOL vmlinux 0x50a4698c fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0x50b73ce2 rfkill_find_type +EXPORT_SYMBOL vmlinux 0x50b80992 mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0x50be748d security_ib_free_security +EXPORT_SYMBOL vmlinux 0x50c0c75b dev_get_flags +EXPORT_SYMBOL vmlinux 0x50ca9830 mdiobus_free +EXPORT_SYMBOL vmlinux 0x50cf7585 hex2bin +EXPORT_SYMBOL vmlinux 0x50d035c2 vsscanf +EXPORT_SYMBOL vmlinux 0x50de57eb __mod_lruvec_page_state +EXPORT_SYMBOL vmlinux 0x50e0008c from_kuid +EXPORT_SYMBOL vmlinux 0x50f08260 finish_no_open +EXPORT_SYMBOL vmlinux 0x50f85302 __arm_smccc_hvc +EXPORT_SYMBOL vmlinux 0x50f91491 __genradix_ptr +EXPORT_SYMBOL vmlinux 0x5102a30b do_wait_intr_irq +EXPORT_SYMBOL vmlinux 0x510e0a6c stop_tty +EXPORT_SYMBOL vmlinux 0x511c717e refresh_frequency_limits +EXPORT_SYMBOL vmlinux 0x51315bb1 super_setup_bdi +EXPORT_SYMBOL vmlinux 0x513b28f4 first_ec +EXPORT_SYMBOL vmlinux 0x5146f142 tty_port_put +EXPORT_SYMBOL vmlinux 0x514aa350 pci_write_vpd_any +EXPORT_SYMBOL vmlinux 0x515083bf acpi_release_mutex +EXPORT_SYMBOL vmlinux 0x515f520b qman_portal_get_iperiod +EXPORT_SYMBOL vmlinux 0x51641162 opal_unlock_from_suspend +EXPORT_SYMBOL vmlinux 0x51656b18 of_device_alloc +EXPORT_SYMBOL vmlinux 0x5175e2e7 sync_filesystem +EXPORT_SYMBOL vmlinux 0x517e6252 register_filesystem +EXPORT_SYMBOL vmlinux 0x51a511eb _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0x51a7e9ee configfs_register_default_group +EXPORT_SYMBOL vmlinux 0x51b42902 skb_find_text +EXPORT_SYMBOL vmlinux 0x51d12d4e acpi_pci_disabled +EXPORT_SYMBOL vmlinux 0x51d2746e pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x51d7857a vfs_ioctl +EXPORT_SYMBOL vmlinux 0x51db3049 mipi_dsi_shutdown_peripheral +EXPORT_SYMBOL vmlinux 0x51e7bd4f tty_vhangup +EXPORT_SYMBOL vmlinux 0x51ee8c99 xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x51f2b79f blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0x5203d176 cmd_db_ready +EXPORT_SYMBOL vmlinux 0x52047bb8 mdiobb_read_c22 +EXPORT_SYMBOL vmlinux 0x5208cbd8 cros_ec_query_all +EXPORT_SYMBOL vmlinux 0x520c47a2 __sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x520e97c4 proc_dostring +EXPORT_SYMBOL vmlinux 0x525dd2d7 kill_fasync +EXPORT_SYMBOL vmlinux 0x5268cec4 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x526b5f69 mdiobus_register_device +EXPORT_SYMBOL vmlinux 0x526eef2c hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x52869734 show_init_ipc_ns +EXPORT_SYMBOL vmlinux 0x5287fda8 nd_dev_to_uuid +EXPORT_SYMBOL vmlinux 0x52983a4f vme_master_write +EXPORT_SYMBOL vmlinux 0x52a669a6 __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x52a70452 generic_ro_fops +EXPORT_SYMBOL vmlinux 0x52a790ad netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0x52af880c dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x52b3dafa vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x52bde1b4 super_setup_bdi_name +EXPORT_SYMBOL vmlinux 0x52be78ce textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x52c7d49e of_count_phandle_with_args +EXPORT_SYMBOL vmlinux 0x52cd48cb neigh_seq_start +EXPORT_SYMBOL vmlinux 0x52cf5cc8 dquot_operations +EXPORT_SYMBOL vmlinux 0x52d717da xz_dec_init +EXPORT_SYMBOL vmlinux 0x52e87cfe fman_port_bind +EXPORT_SYMBOL vmlinux 0x52ecbc75 crc_ccitt +EXPORT_SYMBOL vmlinux 0x52f2850a imx_sc_pm_cpu_start +EXPORT_SYMBOL vmlinux 0x53043140 mdiobus_unregister_device +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x53117563 fscrypt_encrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x53126ecc __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0x53198f55 tcf_idr_create +EXPORT_SYMBOL vmlinux 0x531dd2b3 pci_dev_put +EXPORT_SYMBOL vmlinux 0x531e9087 __traceiter_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x5322663e acpi_get_handle +EXPORT_SYMBOL vmlinux 0x532d903a jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x5338184f ethtool_sprintf +EXPORT_SYMBOL vmlinux 0x533a32d9 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0x534f2aa4 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x53700425 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0x5370a6f8 import_iovec +EXPORT_SYMBOL vmlinux 0x53754404 pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0x537f772f phy_resume +EXPORT_SYMBOL vmlinux 0x539a3296 __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x539df5b6 cdrom_check_events +EXPORT_SYMBOL vmlinux 0x53a1e8d9 _find_next_bit +EXPORT_SYMBOL vmlinux 0x53b2be50 __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0x53b954a2 up_read +EXPORT_SYMBOL vmlinux 0x53e244c7 d_instantiate_anon +EXPORT_SYMBOL vmlinux 0x53e7e2a3 default_qdisc_ops +EXPORT_SYMBOL vmlinux 0x53eff192 tegra_ivc_align +EXPORT_SYMBOL vmlinux 0x53f8ced7 page_pool_ethtool_stats_get_strings +EXPORT_SYMBOL vmlinux 0x53fd4dc7 pci_write_config_byte +EXPORT_SYMBOL vmlinux 0x53fd99a9 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0x53feb5f1 page_pool_destroy +EXPORT_SYMBOL vmlinux 0x5402da9f xudma_navss_psil_pair +EXPORT_SYMBOL vmlinux 0x5403df6a fscrypt_zeroout_range +EXPORT_SYMBOL vmlinux 0x5422ad25 d_rehash +EXPORT_SYMBOL vmlinux 0x5423f39c dev_disable_lro +EXPORT_SYMBOL vmlinux 0x5435f9c5 kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x547b5be3 xp_set_rxq_info +EXPORT_SYMBOL vmlinux 0x549a591a md_handle_request +EXPORT_SYMBOL vmlinux 0x54a2e697 __bforget +EXPORT_SYMBOL vmlinux 0x54b1fac6 __ubsan_handle_load_invalid_value +EXPORT_SYMBOL vmlinux 0x54b23e67 sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x54c485c6 inode_add_bytes +EXPORT_SYMBOL vmlinux 0x54c92b97 bdev_start_io_acct +EXPORT_SYMBOL vmlinux 0x54cfacd5 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x54e6b4c9 netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54e8485b alloc_file_pseudo +EXPORT_SYMBOL vmlinux 0x54ea6dfe xen_start_flags +EXPORT_SYMBOL vmlinux 0x54f7039e read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0x54f7baf2 fault_in_iov_iter_readable +EXPORT_SYMBOL vmlinux 0x54f7c1b9 set_disk_ro +EXPORT_SYMBOL vmlinux 0x5506b8f7 netlbl_bitmap_setbit +EXPORT_SYMBOL vmlinux 0x5508f28d bman_acquire +EXPORT_SYMBOL vmlinux 0x550f819b max8925_reg_read +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x552ae9ed padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x552db3aa qman_query_cgr_congested +EXPORT_SYMBOL vmlinux 0x55445106 __folio_batch_release +EXPORT_SYMBOL vmlinux 0x554ae3a4 irq_poll_sched +EXPORT_SYMBOL vmlinux 0x555e2fad inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0x55765586 pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x557fb60e alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0x558b281d aes_expandkey +EXPORT_SYMBOL vmlinux 0x559325bd pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0x559412d2 dev_get_iflink +EXPORT_SYMBOL vmlinux 0x55a3a58b prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x55b6c652 scsi_host_put +EXPORT_SYMBOL vmlinux 0x55c42ee6 block_write_begin +EXPORT_SYMBOL vmlinux 0x55d30dbf md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x55dfb2fa flow_rule_match_basic +EXPORT_SYMBOL vmlinux 0x55e31703 ethtool_convert_link_mode_to_legacy_u32 +EXPORT_SYMBOL vmlinux 0x5614f48a qman_dqrr_get_ithresh +EXPORT_SYMBOL vmlinux 0x561a1f6f fscrypt_ioctl_get_policy +EXPORT_SYMBOL vmlinux 0x561b9d0f del_gendisk +EXPORT_SYMBOL vmlinux 0x56284ad9 ip6_frag_next +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x563d625d file_open_root +EXPORT_SYMBOL vmlinux 0x56421f14 i2c_transfer_buffer_flags +EXPORT_SYMBOL vmlinux 0x56470118 __warn_printk +EXPORT_SYMBOL vmlinux 0x564f7608 acpi_reconfig_notifier_register +EXPORT_SYMBOL vmlinux 0x5655bbe5 flow_indr_block_cb_alloc +EXPORT_SYMBOL vmlinux 0x56598345 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x565caca8 abort_creds +EXPORT_SYMBOL vmlinux 0x56802ae8 rps_cpu_mask +EXPORT_SYMBOL vmlinux 0x56a55d0e remap_pfn_range +EXPORT_SYMBOL vmlinux 0x56b739b0 dst_discard_out +EXPORT_SYMBOL vmlinux 0x56b7b16c pci_disable_msi +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56d1ca9e phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x56f7e0a9 seq_release_private +EXPORT_SYMBOL vmlinux 0x56fa0308 put_fs_context +EXPORT_SYMBOL vmlinux 0x5701a24c vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0x574945d0 handshake_req_submit +EXPORT_SYMBOL vmlinux 0x5749bd06 unregister_fib_notifier +EXPORT_SYMBOL vmlinux 0x574c2e74 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x5771b4e7 rpmh_invalidate +EXPORT_SYMBOL vmlinux 0x5777e085 md_bitmap_free +EXPORT_SYMBOL vmlinux 0x57900416 gen_pool_fixed_alloc +EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy +EXPORT_SYMBOL vmlinux 0x5797c333 security_dentry_create_files_as +EXPORT_SYMBOL vmlinux 0x579e1444 generic_permission +EXPORT_SYMBOL vmlinux 0x57a1039d read_cache_page +EXPORT_SYMBOL vmlinux 0x57a463e1 md_cluster_ops +EXPORT_SYMBOL vmlinux 0x57bc19d2 down_write +EXPORT_SYMBOL vmlinux 0x57d5bcf0 mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0x57db8fd6 utf8_normalize +EXPORT_SYMBOL vmlinux 0x57e69afb clk_hw_get_clk +EXPORT_SYMBOL vmlinux 0x57ef1b74 dev_mc_add_global +EXPORT_SYMBOL vmlinux 0x57f10d48 mr_fill_mroute +EXPORT_SYMBOL vmlinux 0x57f38cdc qe_get_firmware_info +EXPORT_SYMBOL vmlinux 0x57f771f5 nf_log_unregister +EXPORT_SYMBOL vmlinux 0x5811e7a0 xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0x5818fe3c posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0x581f98da zlib_inflate +EXPORT_SYMBOL vmlinux 0x582606eb xudma_rflow_put +EXPORT_SYMBOL vmlinux 0x582b6275 xfrm_if_unregister_cb +EXPORT_SYMBOL vmlinux 0x58388388 phy_aneg_done +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x5846d92f __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0x584b75e7 i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0x585ae877 nmi_panic +EXPORT_SYMBOL vmlinux 0x587b0954 kvasprintf +EXPORT_SYMBOL vmlinux 0x587b892e qe_get_num_of_risc +EXPORT_SYMBOL vmlinux 0x587f22d7 devmap_managed_key +EXPORT_SYMBOL vmlinux 0x5897a680 __find_nth_and_andnot_bit +EXPORT_SYMBOL vmlinux 0x58a13b98 set_capacity +EXPORT_SYMBOL vmlinux 0x58acf24b mdiobus_register_board_info +EXPORT_SYMBOL vmlinux 0x58b4645c dev_close_many +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58becec9 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0x58d91c7b pps_event +EXPORT_SYMBOL vmlinux 0x58e3306d bit_wait_io +EXPORT_SYMBOL vmlinux 0x58ec7f43 flow_block_cb_incref +EXPORT_SYMBOL vmlinux 0x58f91b41 tcp_enter_cwr +EXPORT_SYMBOL vmlinux 0x58fdd54f param_ops_ullong +EXPORT_SYMBOL vmlinux 0x590dd394 blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0x5920d0c5 tc_cleanup_offload_action +EXPORT_SYMBOL vmlinux 0x59236fa8 skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x59326d2f dma_find_channel +EXPORT_SYMBOL vmlinux 0x5934b5a9 qman_destroy_fq +EXPORT_SYMBOL vmlinux 0x5941613d neigh_direct_output +EXPORT_SYMBOL vmlinux 0x5946df11 seq_pad +EXPORT_SYMBOL vmlinux 0x594b11c7 dma_map_resource +EXPORT_SYMBOL vmlinux 0x59640083 devfreq_update_target +EXPORT_SYMBOL vmlinux 0x5968dc6d proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x5973f51c reuseport_migrate_sock +EXPORT_SYMBOL vmlinux 0x599b4888 qe_setbrg +EXPORT_SYMBOL vmlinux 0x599fb41c kvmalloc_node +EXPORT_SYMBOL vmlinux 0x59a2f0ee packing +EXPORT_SYMBOL vmlinux 0x59a3f5e4 param_set_int +EXPORT_SYMBOL vmlinux 0x59ae10d8 pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x59b4ac3e tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x59bb7861 skb_ensure_writable +EXPORT_SYMBOL vmlinux 0x59bc1851 folio_alloc +EXPORT_SYMBOL vmlinux 0x59bc5014 __folio_lock +EXPORT_SYMBOL vmlinux 0x59c0083f fman_get_mem_region +EXPORT_SYMBOL vmlinux 0x59ca8005 uart_update_timeout +EXPORT_SYMBOL vmlinux 0x59d7962f pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0x59eb5526 devm_register_netdev +EXPORT_SYMBOL vmlinux 0x5a072e28 backlight_force_update +EXPORT_SYMBOL vmlinux 0x5a0b73d0 zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x5a10c420 __ip_select_ident +EXPORT_SYMBOL vmlinux 0x5a17376b max8998_bulk_read +EXPORT_SYMBOL vmlinux 0x5a20b9fe tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x5a290250 hdmi_drm_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x5a443a90 free_buffer_head +EXPORT_SYMBOL vmlinux 0x5a44f8cb __crypto_memneq +EXPORT_SYMBOL vmlinux 0x5a4d313e gf128mul_4k_lle +EXPORT_SYMBOL vmlinux 0x5a583f2a netif_set_tso_max_segs +EXPORT_SYMBOL vmlinux 0x5a5b84ec mr_mfc_seq_next +EXPORT_SYMBOL vmlinux 0x5a60b950 qm_channel_pool1 +EXPORT_SYMBOL vmlinux 0x5a706550 rproc_add +EXPORT_SYMBOL vmlinux 0x5a756496 do_SAK +EXPORT_SYMBOL vmlinux 0x5a8174d4 skb_free_datagram +EXPORT_SYMBOL vmlinux 0x5a90fedf dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0x5a921311 strncmp +EXPORT_SYMBOL vmlinux 0x5a99a0d7 flow_get_u32_dst +EXPORT_SYMBOL vmlinux 0x5a9f1d63 memmove +EXPORT_SYMBOL vmlinux 0x5aa02ebe phy_drivers_register +EXPORT_SYMBOL vmlinux 0x5abd645e textsearch_unregister +EXPORT_SYMBOL vmlinux 0x5ac01b95 acpi_resource_to_address64 +EXPORT_SYMBOL vmlinux 0x5ae1154b __traceiter_kfree +EXPORT_SYMBOL vmlinux 0x5afcef15 __module_get +EXPORT_SYMBOL vmlinux 0x5b0c8861 of_find_node_by_name +EXPORT_SYMBOL vmlinux 0x5b0e2870 md_bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0x5b2f27fb do_wait_intr +EXPORT_SYMBOL vmlinux 0x5b3e282f xa_store +EXPORT_SYMBOL vmlinux 0x5b43c04d pci_read_config_dword +EXPORT_SYMBOL vmlinux 0x5b475d41 tcp_rtx_synack +EXPORT_SYMBOL vmlinux 0x5b53786b single_open_size +EXPORT_SYMBOL vmlinux 0x5b54903b qcom_scm_pas_mem_setup +EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap +EXPORT_SYMBOL vmlinux 0x5b777591 tcp_disconnect +EXPORT_SYMBOL vmlinux 0x5b787937 jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x5b79f8d1 phy_ethtool_get_stats +EXPORT_SYMBOL vmlinux 0x5bb9f4d9 tty_do_resize +EXPORT_SYMBOL vmlinux 0x5bcea5f1 sgl_free_n_order +EXPORT_SYMBOL vmlinux 0x5bd22c66 sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x5bd4ff88 flow_action_cookie_create +EXPORT_SYMBOL vmlinux 0x5bdb7603 sock_copy_user_timeval +EXPORT_SYMBOL vmlinux 0x5bdcdfef config_item_init_type_name +EXPORT_SYMBOL vmlinux 0x5bdf1920 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0x5be63c5b crc32c_csum_stub +EXPORT_SYMBOL vmlinux 0x5bf2672a security_sb_remount +EXPORT_SYMBOL vmlinux 0x5bf5a817 dquot_get_next_dqblk +EXPORT_SYMBOL vmlinux 0x5bff5bfa dev_addr_mod +EXPORT_SYMBOL vmlinux 0x5c00f2ba vfs_getattr +EXPORT_SYMBOL vmlinux 0x5c01b437 key_type_keyring +EXPORT_SYMBOL vmlinux 0x5c1e93d3 param_set_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x5c26a53b wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x5c2ee0e6 cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0x5c3c7387 kstrtoull +EXPORT_SYMBOL vmlinux 0x5c42a38f dst_init +EXPORT_SYMBOL vmlinux 0x5c507a1f unlock_rename +EXPORT_SYMBOL vmlinux 0x5c5505ef blk_sync_queue +EXPORT_SYMBOL vmlinux 0x5c561422 of_phy_connect +EXPORT_SYMBOL vmlinux 0x5c77023c netpoll_send_udp +EXPORT_SYMBOL vmlinux 0x5c85fe6b configfs_register_group +EXPORT_SYMBOL vmlinux 0x5c89197d tcp_sendmsg +EXPORT_SYMBOL vmlinux 0x5c8f0734 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0x5ca22431 inet_rcv_saddr_equal +EXPORT_SYMBOL vmlinux 0x5ca73481 scsi_remove_target +EXPORT_SYMBOL vmlinux 0x5cb8f154 con_is_visible +EXPORT_SYMBOL vmlinux 0x5cc18f88 nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0x5cd2ddf3 ethtool_intersect_link_masks +EXPORT_SYMBOL vmlinux 0x5cd8d161 of_cpu_device_node_get +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5cfb26a0 acpi_enter_sleep_state +EXPORT_SYMBOL vmlinux 0x5cfca3fb flow_rule_match_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x5cfcaebf of_iomap +EXPORT_SYMBOL vmlinux 0x5d0dfa79 input_set_abs_params +EXPORT_SYMBOL vmlinux 0x5d112304 __memcpy_fromio +EXPORT_SYMBOL vmlinux 0x5d1f4418 flow_rule_match_enc_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x5d2f0875 nf_register_net_hooks +EXPORT_SYMBOL vmlinux 0x5d379639 __cpuhp_setup_state_cpuslocked +EXPORT_SYMBOL vmlinux 0x5d3ee52a uart_match_port +EXPORT_SYMBOL vmlinux 0x5d49aabc init_wait_var_entry +EXPORT_SYMBOL vmlinux 0x5d527bec sock_no_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x5d5db3e2 dev_uc_init +EXPORT_SYMBOL vmlinux 0x5d61f99b blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0x5d8bfd8d ip_output +EXPORT_SYMBOL vmlinux 0x5d95f45e inet_select_addr +EXPORT_SYMBOL vmlinux 0x5d9cf1d6 netdev_txq_to_tc +EXPORT_SYMBOL vmlinux 0x5d9cf77f ethtool_notify +EXPORT_SYMBOL vmlinux 0x5d9d03c4 eth_type_trans +EXPORT_SYMBOL vmlinux 0x5da0c459 rproc_coredump_add_segment +EXPORT_SYMBOL vmlinux 0x5dac4cd6 qman_dqrr_set_ithresh +EXPORT_SYMBOL vmlinux 0x5dc74237 cfb_imageblit +EXPORT_SYMBOL vmlinux 0x5dec48eb simple_rename +EXPORT_SYMBOL vmlinux 0x5ded7662 iterate_fd +EXPORT_SYMBOL vmlinux 0x5df38dd3 jbd2_journal_start +EXPORT_SYMBOL vmlinux 0x5df5ecc1 fiemap_prep +EXPORT_SYMBOL vmlinux 0x5df8acf5 __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x5e06bc5c refcount_dec_and_lock +EXPORT_SYMBOL vmlinux 0x5e0ba2cc sock_kzfree_s +EXPORT_SYMBOL vmlinux 0x5e0ccb9f sha1_transform +EXPORT_SYMBOL vmlinux 0x5e254eef xudma_get_device +EXPORT_SYMBOL vmlinux 0x5e3240a0 __cpu_online_mask +EXPORT_SYMBOL vmlinux 0x5e332b52 __var_waitqueue +EXPORT_SYMBOL vmlinux 0x5e373fb4 gf128mul_64k_bbe +EXPORT_SYMBOL vmlinux 0x5e51efb7 dcb_getapp +EXPORT_SYMBOL vmlinux 0x5e56f42d simple_write_begin +EXPORT_SYMBOL vmlinux 0x5e6f91f9 tegra_powergate_remove_clamping +EXPORT_SYMBOL vmlinux 0x5e79f531 iov_iter_get_pages2 +EXPORT_SYMBOL vmlinux 0x5e855e56 gen_pool_first_fit_align +EXPORT_SYMBOL vmlinux 0x5e934fc7 sgl_alloc +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5e9a01ce gen_new_estimator +EXPORT_SYMBOL vmlinux 0x5eb3c885 mdio_bus_type +EXPORT_SYMBOL vmlinux 0x5ec06f90 start_tty +EXPORT_SYMBOL vmlinux 0x5ec4aee6 put_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ed90adc int_to_scsilun +EXPORT_SYMBOL vmlinux 0x5ee80e4a __traceiter_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x5ef6a672 gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x5f06776a mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f1a00b0 xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0x5f2d0b5f dev_uc_unsync +EXPORT_SYMBOL vmlinux 0x5f30e7a7 tegra_io_pad_power_disable +EXPORT_SYMBOL vmlinux 0x5f34cf3f ilookup +EXPORT_SYMBOL vmlinux 0x5f5441c8 __ubsan_handle_alignment_assumption +EXPORT_SYMBOL vmlinux 0x5f5e2aa6 tcp_sock_set_keepintvl +EXPORT_SYMBOL vmlinux 0x5f64ec37 __ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x5f651ebe file_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x5f6b889c rproc_va_to_pa +EXPORT_SYMBOL vmlinux 0x5f80d995 pcie_get_width_cap +EXPORT_SYMBOL vmlinux 0x5f8df01c inet6_del_offload +EXPORT_SYMBOL vmlinux 0x5f93525c acpi_extract_package +EXPORT_SYMBOL vmlinux 0x5fae78f5 dma_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0x5fb76aaf dev_set_allmulti +EXPORT_SYMBOL vmlinux 0x5fc4a452 platform_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x5fc72f0e alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x5fcba5f5 kmem_cache_create +EXPORT_SYMBOL vmlinux 0x5fd25b63 pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0x5fd6a190 ip_options_compile +EXPORT_SYMBOL vmlinux 0x5fed178c meson_sm_call +EXPORT_SYMBOL vmlinux 0x5ff9eb0e lockref_mark_dead +EXPORT_SYMBOL vmlinux 0x6005c351 zpool_has_pool +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x6008689f kthread_complete_and_exit +EXPORT_SYMBOL vmlinux 0x600c4b62 blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x603130fc scsi_scan_host +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x6039ac86 fb_io_read +EXPORT_SYMBOL vmlinux 0x605790dc fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0x605f5b73 i2c_verify_client +EXPORT_SYMBOL vmlinux 0x605f905b netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x60681a0b netif_schedule_queue +EXPORT_SYMBOL vmlinux 0x606adbc2 fs_context_for_reconfigure +EXPORT_SYMBOL vmlinux 0x60737391 udp_prot +EXPORT_SYMBOL vmlinux 0x60741241 key_invalidate +EXPORT_SYMBOL vmlinux 0x607db966 ptp_clock_index +EXPORT_SYMBOL vmlinux 0x608741b5 __init_swait_queue_head +EXPORT_SYMBOL vmlinux 0x6088a881 blk_execute_rq +EXPORT_SYMBOL vmlinux 0x608d0267 zstd_get_error_code +EXPORT_SYMBOL vmlinux 0x608d5159 task_lookup_next_fd_rcu +EXPORT_SYMBOL vmlinux 0x60916a6f param_ops_charp +EXPORT_SYMBOL vmlinux 0x6091b333 unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x60942df9 I_BDEV +EXPORT_SYMBOL vmlinux 0x609bcd98 in6_pton +EXPORT_SYMBOL vmlinux 0x609c566e acpi_bus_register_driver +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60aaeb4b qman_p_irqsource_add +EXPORT_SYMBOL vmlinux 0x60b24a8b inode_maybe_inc_iversion +EXPORT_SYMBOL vmlinux 0x60b85a33 flow_indr_dev_setup_offload +EXPORT_SYMBOL vmlinux 0x60bb954a qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x60bbb124 dma_fence_signal_locked +EXPORT_SYMBOL vmlinux 0x60d8ab30 vme_lm_get +EXPORT_SYMBOL vmlinux 0x60db1c44 mdiobus_write +EXPORT_SYMBOL vmlinux 0x60df92b8 vfs_mkobj +EXPORT_SYMBOL vmlinux 0x60e0c26f netif_tx_wake_queue +EXPORT_SYMBOL vmlinux 0x60e9384e input_match_device_id +EXPORT_SYMBOL vmlinux 0x60eafa5e netdev_bind_sb_channel_queue +EXPORT_SYMBOL vmlinux 0x61064bc9 seq_path +EXPORT_SYMBOL vmlinux 0x61073e4a acpi_os_map_generic_address +EXPORT_SYMBOL vmlinux 0x6108e471 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x61347034 mb_cache_entry_delete_or_get +EXPORT_SYMBOL vmlinux 0x614c474e textsearch_register +EXPORT_SYMBOL vmlinux 0x615911d7 __bitmap_set +EXPORT_SYMBOL vmlinux 0x615977f5 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x6167c7df fsync_bdev +EXPORT_SYMBOL vmlinux 0x6177010f kernel_read +EXPORT_SYMBOL vmlinux 0x61794725 pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0x617c452b queued_read_lock_slowpath +EXPORT_SYMBOL vmlinux 0x6185b747 radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0x618911fc numa_node +EXPORT_SYMBOL vmlinux 0x618a3e57 __skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x619cb7dd simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x619d83ae udp_gro_receive +EXPORT_SYMBOL vmlinux 0x61a823a3 scsi_target_resume +EXPORT_SYMBOL vmlinux 0x61b065f2 pcie_set_readrq +EXPORT_SYMBOL vmlinux 0x61b23fe7 par_io_of_config +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61bc4792 skb_flow_dissect_hash +EXPORT_SYMBOL vmlinux 0x61e272c9 sha256_final +EXPORT_SYMBOL vmlinux 0x61e595e3 vme_slave_request +EXPORT_SYMBOL vmlinux 0x61ea189b fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x61ea4b9e ram_aops +EXPORT_SYMBOL vmlinux 0x620a018c acpi_processor_notify_smm +EXPORT_SYMBOL vmlinux 0x620fac2c blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x62578450 qman_get_qm_portal_config +EXPORT_SYMBOL vmlinux 0x62635a04 iter_file_splice_write +EXPORT_SYMBOL vmlinux 0x6268749c keyring_alloc +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x6276af56 migrate_device_range +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x628c0f8f dma_fence_add_callback +EXPORT_SYMBOL vmlinux 0x6295fe2f mr_rtm_dumproute +EXPORT_SYMBOL vmlinux 0x62999af1 submit_bh +EXPORT_SYMBOL vmlinux 0x629ce5ac jbd2_submit_inode_data +EXPORT_SYMBOL vmlinux 0x62b04fbe ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0x62cbb486 filemap_dirty_folio +EXPORT_SYMBOL vmlinux 0x62cef570 napi_disable +EXPORT_SYMBOL vmlinux 0x62d96443 qman_dma_portal +EXPORT_SYMBOL vmlinux 0x62f7e207 down_read_killable +EXPORT_SYMBOL vmlinux 0x630db0f4 ip_frag_next +EXPORT_SYMBOL vmlinux 0x630e611f netdev_set_sb_channel +EXPORT_SYMBOL vmlinux 0x6315c42c zstd_get_params +EXPORT_SYMBOL vmlinux 0x63244cce unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x632b4d00 ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x63558787 rproc_resource_cleanup +EXPORT_SYMBOL vmlinux 0x6359ac6b device_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x636eb412 of_graph_get_remote_node +EXPORT_SYMBOL vmlinux 0x636f9411 handshake_req_alloc +EXPORT_SYMBOL vmlinux 0x6370105d fs_param_is_string +EXPORT_SYMBOL vmlinux 0x63a4094e xsk_tx_completed +EXPORT_SYMBOL vmlinux 0x63a58370 flow_action_cookie_destroy +EXPORT_SYMBOL vmlinux 0x63a7c28c bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x63cbb3c9 vfs_iter_read +EXPORT_SYMBOL vmlinux 0x63e48fa2 imx_scu_enable_general_irq_channel +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x6402c8df sha512_block_data_order +EXPORT_SYMBOL vmlinux 0x64127b67 bitmap_find_next_zero_area_off +EXPORT_SYMBOL vmlinux 0x6412b8e0 unregister_mii_timestamper +EXPORT_SYMBOL vmlinux 0x64169747 d_tmpfile +EXPORT_SYMBOL vmlinux 0x6417f87b xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0x64191746 ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x641e6b1e __phy_resume +EXPORT_SYMBOL vmlinux 0x642eb5c6 xen_poll_irq_timeout +EXPORT_SYMBOL vmlinux 0x644be12c qman_affine_cpus +EXPORT_SYMBOL vmlinux 0x6455298a security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0x6463b0dd simple_setattr +EXPORT_SYMBOL vmlinux 0x6481ffe0 hsiphash_1u32 +EXPORT_SYMBOL vmlinux 0x648eb59d gc_inflight_list +EXPORT_SYMBOL vmlinux 0x6495adef unix_detach_fds +EXPORT_SYMBOL vmlinux 0x64a3cfb4 __skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x64a5fffa phy_free_interrupt +EXPORT_SYMBOL vmlinux 0x64a9c928 default_blu +EXPORT_SYMBOL vmlinux 0x64ab2f8b find_vma +EXPORT_SYMBOL vmlinux 0x64bbc288 string_unescape +EXPORT_SYMBOL vmlinux 0x64d11af1 dma_fence_wait_timeout +EXPORT_SYMBOL vmlinux 0x64d1f1db clear_inode +EXPORT_SYMBOL vmlinux 0x64e819e6 nexthop_res_grp_activity_update +EXPORT_SYMBOL vmlinux 0x64f245ee inet_csk_accept +EXPORT_SYMBOL vmlinux 0x64fb9619 netlink_set_err +EXPORT_SYMBOL vmlinux 0x65031517 __alloc_skb +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x6514c1e6 flow_get_u32_src +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x652032cb mac_pton +EXPORT_SYMBOL vmlinux 0x652ce9aa nla_memcmp +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x654449c3 memset16 +EXPORT_SYMBOL vmlinux 0x655633a1 mmc_card_is_blockaddr +EXPORT_SYMBOL vmlinux 0x656256e0 mipi_dsi_dcs_write +EXPORT_SYMBOL vmlinux 0x6565bdf2 wrap_directory_iterator +EXPORT_SYMBOL vmlinux 0x656c1a0e string_escape_mem +EXPORT_SYMBOL vmlinux 0x656d9ce5 inet_csk_reqsk_queue_drop_and_put +EXPORT_SYMBOL vmlinux 0x656e4a6e snprintf +EXPORT_SYMBOL vmlinux 0x6571a5d5 of_translate_address +EXPORT_SYMBOL vmlinux 0x657b4c7e ppp_dev_name +EXPORT_SYMBOL vmlinux 0x658ce1a8 xxh64_reset +EXPORT_SYMBOL vmlinux 0x658eba27 rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0x65929cae ns_to_timespec64 +EXPORT_SYMBOL vmlinux 0x65949a40 tegra_ivc_init +EXPORT_SYMBOL vmlinux 0x6598eac7 bio_integrity_trim +EXPORT_SYMBOL vmlinux 0x659ded26 xfrm_flush_gc +EXPORT_SYMBOL vmlinux 0x65a28b11 mdio_device_register +EXPORT_SYMBOL vmlinux 0x65a96544 netdev_adjacent_change_abort +EXPORT_SYMBOL vmlinux 0x65ba07a6 processors +EXPORT_SYMBOL vmlinux 0x65cb86e1 of_node_put +EXPORT_SYMBOL vmlinux 0x65d1bab2 acpi_bios_warning +EXPORT_SYMBOL vmlinux 0x65d9e877 cpufreq_register_notifier +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65e0d6d7 memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x66230956 of_cpu_node_to_id +EXPORT_SYMBOL vmlinux 0x6626afca down +EXPORT_SYMBOL vmlinux 0x663f3542 simple_rmdir +EXPORT_SYMBOL vmlinux 0x664b0cba jbd2_journal_put_journal_head +EXPORT_SYMBOL vmlinux 0x664b1e29 qman_delete_cgr +EXPORT_SYMBOL vmlinux 0x6651bdf3 __tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0x66569520 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0x665e2513 zstd_max_clevel +EXPORT_SYMBOL vmlinux 0x66628bf3 ip_tunnel_metadata_cnt +EXPORT_SYMBOL vmlinux 0x666863dc par_io_config_pin +EXPORT_SYMBOL vmlinux 0x666b1d60 sock_release +EXPORT_SYMBOL vmlinux 0x666c14c0 __traceiter_dma_fence_emit +EXPORT_SYMBOL vmlinux 0x6673f96d xxh32_reset +EXPORT_SYMBOL vmlinux 0x66826f5a xudma_get_ringacc +EXPORT_SYMBOL vmlinux 0x6688409c __register_binfmt +EXPORT_SYMBOL vmlinux 0x668b19a1 down_read +EXPORT_SYMBOL vmlinux 0x668b952c param_ops_long +EXPORT_SYMBOL vmlinux 0x66913096 mroute6_is_socket +EXPORT_SYMBOL vmlinux 0x66968d92 rproc_free +EXPORT_SYMBOL vmlinux 0x669bebee blk_mq_delay_run_hw_queue +EXPORT_SYMBOL vmlinux 0x669c191b dm_consume_args +EXPORT_SYMBOL vmlinux 0x669c614b __folio_put +EXPORT_SYMBOL vmlinux 0x66a270a4 inet_proto_csum_replace_by_diff +EXPORT_SYMBOL vmlinux 0x66a35bed netdev_offload_xstats_disable +EXPORT_SYMBOL vmlinux 0x66a4fb2e of_n_addr_cells +EXPORT_SYMBOL vmlinux 0x66af1fd1 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x66b4cc41 kmemdup +EXPORT_SYMBOL vmlinux 0x66b4f3af sync_inode_metadata +EXPORT_SYMBOL vmlinux 0x66d0e7e4 flow_rule_match_enc_keyid +EXPORT_SYMBOL vmlinux 0x66d46cc4 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x66e6911f mipi_dsi_dcs_set_display_brightness_large +EXPORT_SYMBOL vmlinux 0x66ea4905 dma_free_attrs +EXPORT_SYMBOL vmlinux 0x66edfc78 _find_next_or_bit +EXPORT_SYMBOL vmlinux 0x66ef3f13 nd_device_register +EXPORT_SYMBOL vmlinux 0x66f63ca8 ip_tunnel_header_ops +EXPORT_SYMBOL vmlinux 0x66fe1535 ilookup5 +EXPORT_SYMBOL vmlinux 0x673e1b9f of_phy_find_device +EXPORT_SYMBOL vmlinux 0x67412d2f ucc_slow_enable +EXPORT_SYMBOL vmlinux 0x6748daa9 devfreq_recommended_opp +EXPORT_SYMBOL vmlinux 0x6749d53f hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x675449ae pci_save_state +EXPORT_SYMBOL vmlinux 0x675ba2ac kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x677367a8 call_fib_notifiers +EXPORT_SYMBOL vmlinux 0x678b96ec dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x678c1a21 netdev_name_in_use +EXPORT_SYMBOL vmlinux 0x679a6009 mmc_retune_release +EXPORT_SYMBOL vmlinux 0x67b14129 tcp_seq_next +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67c13ea0 acpi_read +EXPORT_SYMBOL vmlinux 0x67cd2d13 d_alloc_parallel +EXPORT_SYMBOL vmlinux 0x67f845ea free_cgroup_ns +EXPORT_SYMBOL vmlinux 0x67fb2262 __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0x680189d8 folio_mapping +EXPORT_SYMBOL vmlinux 0x680adc1c phy_write_paged +EXPORT_SYMBOL vmlinux 0x6812f116 regset_get +EXPORT_SYMBOL vmlinux 0x68250d9d reuseport_add_sock +EXPORT_SYMBOL vmlinux 0x684c94e2 pci_request_region +EXPORT_SYMBOL vmlinux 0x686ecfd6 folio_migrate_copy +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x689067dd dma_fence_chain_ops +EXPORT_SYMBOL vmlinux 0x6897c397 devm_get_clk_from_child +EXPORT_SYMBOL vmlinux 0x68a77f8d jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x68a8c342 inet_accept +EXPORT_SYMBOL vmlinux 0x68ab2f22 dma_sync_wait +EXPORT_SYMBOL vmlinux 0x68bb1c60 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0x68bc340a qdisc_offload_graft_helper +EXPORT_SYMBOL vmlinux 0x68c6ffcc pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0x68c8a5bc mod_node_page_state +EXPORT_SYMBOL vmlinux 0x68d59db7 vlan_vid_add +EXPORT_SYMBOL vmlinux 0x68d8032c mipi_dsi_device_register_full +EXPORT_SYMBOL vmlinux 0x68e4893a simple_nosetlease +EXPORT_SYMBOL vmlinux 0x68f04736 gpiochip_irq_relres +EXPORT_SYMBOL vmlinux 0x68fb581a icst307_idx2s +EXPORT_SYMBOL vmlinux 0x69049cd2 radix_tree_replace_slot +EXPORT_SYMBOL vmlinux 0x691712b4 cdc_parse_cdc_header +EXPORT_SYMBOL vmlinux 0x69198e35 dev_remove_pack +EXPORT_SYMBOL vmlinux 0x693252ae vfs_link +EXPORT_SYMBOL vmlinux 0x693ef21a xp_can_alloc +EXPORT_SYMBOL vmlinux 0x69434ad4 genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x69594455 xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0x69668826 netdev_increment_features +EXPORT_SYMBOL vmlinux 0x6968b92b ip_defrag +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6972e413 __bitmap_weight_and +EXPORT_SYMBOL vmlinux 0x697ed5f0 memcpy_and_pad +EXPORT_SYMBOL vmlinux 0x6991e019 key_revoke +EXPORT_SYMBOL vmlinux 0x69a0d40c kmem_cache_size +EXPORT_SYMBOL vmlinux 0x69a832cb xp_free +EXPORT_SYMBOL vmlinux 0x69afe4b2 scsi_alloc_sgtables +EXPORT_SYMBOL vmlinux 0x69b08cba pnp_device_detach +EXPORT_SYMBOL vmlinux 0x69b25758 tcf_qevent_handle +EXPORT_SYMBOL vmlinux 0x69b33351 fs_param_is_path +EXPORT_SYMBOL vmlinux 0x69befb9c cros_ec_get_next_event +EXPORT_SYMBOL vmlinux 0x69cc8cc7 pin_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0x69cce50e vfs_clone_file_range +EXPORT_SYMBOL vmlinux 0x69cf988a dev_load +EXPORT_SYMBOL vmlinux 0x69d89a73 tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x69dbed91 iov_iter_revert +EXPORT_SYMBOL vmlinux 0x69dd3b5b crc32_le +EXPORT_SYMBOL vmlinux 0x69de8757 vme_check_window +EXPORT_SYMBOL vmlinux 0x69fd2b9f textsearch_prepare +EXPORT_SYMBOL vmlinux 0x69ff827c skb_copy_datagram_from_iter +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a0a3d57 blackhole_netdev +EXPORT_SYMBOL vmlinux 0x6a2cafda param_set_long +EXPORT_SYMBOL vmlinux 0x6a36cb2a xfrm_state_add +EXPORT_SYMBOL vmlinux 0x6a3766b2 qman_delete_cgr_safe +EXPORT_SYMBOL vmlinux 0x6a5cb5ee __get_free_pages +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a5fa363 sigprocmask +EXPORT_SYMBOL vmlinux 0x6a6e05bf kstrtou8 +EXPORT_SYMBOL vmlinux 0x6a80b917 md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0x6a8db3af dst_destroy +EXPORT_SYMBOL vmlinux 0x6a90663a qman_schedule_fq +EXPORT_SYMBOL vmlinux 0x6ab35baf inet_frag_queue_insert +EXPORT_SYMBOL vmlinux 0x6ab3ffb1 param_get_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x6abd3c02 nd_dax_probe +EXPORT_SYMBOL vmlinux 0x6aced8a0 serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device +EXPORT_SYMBOL vmlinux 0x6ae272c7 md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0x6ae4c27d dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x6aeefac4 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x6af7355e sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x6b20e917 pci_unregister_driver +EXPORT_SYMBOL vmlinux 0x6b241b67 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0x6b27729b radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0x6b2d8819 lookup_one_len +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b40908d forget_cached_acl +EXPORT_SYMBOL vmlinux 0x6b41ddb9 udplite_prot +EXPORT_SYMBOL vmlinux 0x6b54485b nf_register_net_hook +EXPORT_SYMBOL vmlinux 0x6b55acd0 rtnl_lock_killable +EXPORT_SYMBOL vmlinux 0x6b574abe i2c_del_adapter +EXPORT_SYMBOL vmlinux 0x6b658b75 fs_param_is_blob +EXPORT_SYMBOL vmlinux 0x6b69a244 secpath_set +EXPORT_SYMBOL vmlinux 0x6b71f114 security_dentry_init_security +EXPORT_SYMBOL vmlinux 0x6b738294 block_write_full_page +EXPORT_SYMBOL vmlinux 0x6b853d06 ns_to_kernel_old_timeval +EXPORT_SYMBOL vmlinux 0x6b866236 neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0x6b8bf149 netif_receive_skb_list +EXPORT_SYMBOL vmlinux 0x6b9b637e dst_dev_put +EXPORT_SYMBOL vmlinux 0x6b9db946 __skb_try_recv_datagram +EXPORT_SYMBOL vmlinux 0x6bbd5174 read_cache_folio +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bd0e573 down_interruptible +EXPORT_SYMBOL vmlinux 0x6be1c1f8 acpi_install_method +EXPORT_SYMBOL vmlinux 0x6bfce768 block_write_end +EXPORT_SYMBOL vmlinux 0x6c0c7305 tcp_sock_set_keepcnt +EXPORT_SYMBOL vmlinux 0x6c0ec8a5 netif_tx_lock +EXPORT_SYMBOL vmlinux 0x6c100684 folio_wait_bit_killable +EXPORT_SYMBOL vmlinux 0x6c1962b0 tegra_dfll_suspend +EXPORT_SYMBOL vmlinux 0x6c224cda gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x6c3a1eb9 scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0x6c41a0e7 kthread_associate_blkcg +EXPORT_SYMBOL vmlinux 0x6c50fec8 mipi_dsi_driver_register_full +EXPORT_SYMBOL vmlinux 0x6c5f89fa gro_cells_receive +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c7f5b1b max8998_bulk_write +EXPORT_SYMBOL vmlinux 0x6cb46525 netlbl_catmap_walk +EXPORT_SYMBOL vmlinux 0x6cb63930 set_nlink +EXPORT_SYMBOL vmlinux 0x6cbbfc54 __arch_copy_to_user +EXPORT_SYMBOL vmlinux 0x6cc70ad4 nf_log_set +EXPORT_SYMBOL vmlinux 0x6cc89135 fs_param_is_u64 +EXPORT_SYMBOL vmlinux 0x6cd31042 path_is_under +EXPORT_SYMBOL vmlinux 0x6ce605aa skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x6cf0d67d qe_get_num_of_snums +EXPORT_SYMBOL vmlinux 0x6d16c104 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d50e66c sg_miter_start +EXPORT_SYMBOL vmlinux 0x6d5f5b91 radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x6d6d319a jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0x6d73c95f logic_outw +EXPORT_SYMBOL vmlinux 0x6d7c7dcc bitmap_cut +EXPORT_SYMBOL vmlinux 0x6d838e9a xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0x6d92c9f1 of_clk_get_by_name +EXPORT_SYMBOL vmlinux 0x6d933508 lynx_pcs_destroy +EXPORT_SYMBOL vmlinux 0x6d975ea2 ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x6da467cb pfn_is_map_memory +EXPORT_SYMBOL vmlinux 0x6dafef57 simple_lookup +EXPORT_SYMBOL vmlinux 0x6dba9051 xz_dec_microlzma_end +EXPORT_SYMBOL vmlinux 0x6dc35b25 radix_tree_iter_delete +EXPORT_SYMBOL vmlinux 0x6dc66951 mq_change_real_num_tx +EXPORT_SYMBOL vmlinux 0x6dccab0c jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0x6dcf857f uuid_null +EXPORT_SYMBOL vmlinux 0x6dd17e7b acpi_get_table_header +EXPORT_SYMBOL vmlinux 0x6dd4e02f neigh_changeaddr +EXPORT_SYMBOL vmlinux 0x6ddfd09c unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0x6de115e3 cfb_fillrect +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6df20874 netdev_warn +EXPORT_SYMBOL vmlinux 0x6e2c8075 km_new_mapping +EXPORT_SYMBOL vmlinux 0x6e2eee6c pci_dev_driver +EXPORT_SYMBOL vmlinux 0x6e31983a dump_page +EXPORT_SYMBOL vmlinux 0x6e454ed0 dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0x6e526ef4 dmaenginem_async_device_register +EXPORT_SYMBOL vmlinux 0x6e5a263f of_find_device_by_node +EXPORT_SYMBOL vmlinux 0x6e5b8651 xz_dec_run +EXPORT_SYMBOL vmlinux 0x6e5cc466 devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0x6e716669 bpf_prog_get_type_path +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e853470 kobject_get +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea9363b force_sig +EXPORT_SYMBOL vmlinux 0x6eb0f4e6 jbd2_fc_end_commit_fallback +EXPORT_SYMBOL vmlinux 0x6eb3811c inode_dio_wait +EXPORT_SYMBOL vmlinux 0x6ec784cc sock_from_file +EXPORT_SYMBOL vmlinux 0x6ee6b927 fwnode_mdiobus_register_phy +EXPORT_SYMBOL vmlinux 0x6eecfaf4 sg_copy_buffer +EXPORT_SYMBOL vmlinux 0x6efa60dd tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0x6efb0c68 __skb_gso_segment +EXPORT_SYMBOL vmlinux 0x6f14e9db console_list_lock +EXPORT_SYMBOL vmlinux 0x6f186842 netlink_net_capable +EXPORT_SYMBOL vmlinux 0x6f22bd61 folio_mark_dirty +EXPORT_SYMBOL vmlinux 0x6f28bed3 netif_device_attach +EXPORT_SYMBOL vmlinux 0x6f3585c9 blk_finish_plug +EXPORT_SYMBOL vmlinux 0x6f41a428 acpi_get_vendor_resource +EXPORT_SYMBOL vmlinux 0x6f41a639 irq_cpu_rmap_remove +EXPORT_SYMBOL vmlinux 0x6f453a70 mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0x6f45704c pci_request_regions +EXPORT_SYMBOL vmlinux 0x6f4a59e4 sort_r +EXPORT_SYMBOL vmlinux 0x6f5ab52f acpi_get_local_address +EXPORT_SYMBOL vmlinux 0x6f5e7570 config_group_init +EXPORT_SYMBOL vmlinux 0x6f760fcb phy_request_interrupt +EXPORT_SYMBOL vmlinux 0x6f7793a5 skb_flow_dissector_init +EXPORT_SYMBOL vmlinux 0x6f7ba4d5 of_get_mac_address_nvmem +EXPORT_SYMBOL vmlinux 0x6f915a45 dqstats +EXPORT_SYMBOL vmlinux 0x6f9c723e vif_device_init +EXPORT_SYMBOL vmlinux 0x6fb49676 queue_rcu_work +EXPORT_SYMBOL vmlinux 0x6fba21d8 misc_register +EXPORT_SYMBOL vmlinux 0x6fbc6a00 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x6fbc81c0 copy_page_from_iter_atomic +EXPORT_SYMBOL vmlinux 0x6fc48021 dynamic_cond_resched +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fd0759b sg_miter_stop +EXPORT_SYMBOL vmlinux 0x6fd77dca neigh_destroy +EXPORT_SYMBOL vmlinux 0x6ff3a485 dynamic_might_resched +EXPORT_SYMBOL vmlinux 0x6fff261f __arch_clear_user +EXPORT_SYMBOL vmlinux 0x70002fe8 siphash_1u32 +EXPORT_SYMBOL vmlinux 0x700c6c17 key_create +EXPORT_SYMBOL vmlinux 0x7023bea8 unregister_acpi_notifier +EXPORT_SYMBOL vmlinux 0x702946da ucs2_strlen +EXPORT_SYMBOL vmlinux 0x70369bd4 twl6040_power +EXPORT_SYMBOL vmlinux 0x703e167c has_capability_noaudit +EXPORT_SYMBOL vmlinux 0x7060d475 kern_sys_bpf +EXPORT_SYMBOL vmlinux 0x706705de netif_carrier_on +EXPORT_SYMBOL vmlinux 0x708eb484 dev_pm_opp_unregister_notifier +EXPORT_SYMBOL vmlinux 0x709ba8c3 backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x709bb8b7 cros_ec_get_host_event +EXPORT_SYMBOL vmlinux 0x70a0f9f9 skb_checksum_trimmed +EXPORT_SYMBOL vmlinux 0x70a24126 nvdimm_bus_unlock +EXPORT_SYMBOL vmlinux 0x70ac2c1a blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x70ad75fb radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x70ba70b3 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0x70c48bcd vfs_dedupe_file_range_one +EXPORT_SYMBOL vmlinux 0x70c6ce67 security_d_instantiate +EXPORT_SYMBOL vmlinux 0x70d1a18e qman_release_pool +EXPORT_SYMBOL vmlinux 0x70daa11e dma_fence_remove_callback +EXPORT_SYMBOL vmlinux 0x70e513f7 mipi_dsi_generic_write +EXPORT_SYMBOL vmlinux 0x70f83feb dma_mmap_attrs +EXPORT_SYMBOL vmlinux 0x7102e057 inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x710c15fa mptcp_subflow_reqsk_alloc +EXPORT_SYMBOL vmlinux 0x7116e47d set_blocksize +EXPORT_SYMBOL vmlinux 0x7118f8b6 scsi_scan_target +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x712c0cf2 submit_bio_wait +EXPORT_SYMBOL vmlinux 0x7141b88a logic_insb +EXPORT_SYMBOL vmlinux 0x714f7455 unlock_new_inode +EXPORT_SYMBOL vmlinux 0x7155bcf8 sync_file_get_fence +EXPORT_SYMBOL vmlinux 0x715a5ed0 vprintk +EXPORT_SYMBOL vmlinux 0x71652d82 inet_ioctl +EXPORT_SYMBOL vmlinux 0x716bc3a8 of_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x7172d18b nd_pfn_validate +EXPORT_SYMBOL vmlinux 0x717d1f96 hdmi_infoframe_check +EXPORT_SYMBOL vmlinux 0x71865d9f netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0x718b535b ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x718e6e79 devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71bc155a of_device_unregister +EXPORT_SYMBOL vmlinux 0x71d4539e pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0x71e43e88 iput +EXPORT_SYMBOL vmlinux 0x71fb6892 dma_fence_array_next +EXPORT_SYMBOL vmlinux 0x72025e90 xsk_clear_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0x720a27a7 __register_blkdev +EXPORT_SYMBOL vmlinux 0x72103f65 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x722df52f scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x7232369d qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0x7240400d jbd2_fc_get_buf +EXPORT_SYMBOL vmlinux 0x7243eaa8 ndisc_send_skb +EXPORT_SYMBOL vmlinux 0x7251e812 from_kprojid +EXPORT_SYMBOL vmlinux 0x726bc3c7 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0x72a50966 ucc_fast_disable +EXPORT_SYMBOL vmlinux 0x72acb225 free_mdio_bitbang +EXPORT_SYMBOL vmlinux 0x72ad5ee4 scmd_printk +EXPORT_SYMBOL vmlinux 0x72b1d0b8 phy_support_sym_pause +EXPORT_SYMBOL vmlinux 0x72b9d287 default_grn +EXPORT_SYMBOL vmlinux 0x72dce0ca mem_cgroup_from_task +EXPORT_SYMBOL vmlinux 0x72e6b319 in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72f14ff7 acpi_get_object_info +EXPORT_SYMBOL vmlinux 0x72fe385f from_kprojid_munged +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x731dba7a xen_domain_type +EXPORT_SYMBOL vmlinux 0x73272ca9 ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x73274124 init_task +EXPORT_SYMBOL vmlinux 0x732dd326 groups_free +EXPORT_SYMBOL vmlinux 0x73310ec1 fput +EXPORT_SYMBOL vmlinux 0x7331c942 xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0x733af489 fman_set_mac_max_frame +EXPORT_SYMBOL vmlinux 0x7343e71e blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0x73499226 mapping_read_folio_gfp +EXPORT_SYMBOL vmlinux 0x734fdbfe tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x735e6a81 acpi_evaluate_integer +EXPORT_SYMBOL vmlinux 0x73640b0c simple_transaction_read +EXPORT_SYMBOL vmlinux 0x7379ef30 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x737ec074 phy_driver_register +EXPORT_SYMBOL vmlinux 0x7380dffa argv_split +EXPORT_SYMBOL vmlinux 0x7381951c reuseport_stop_listen_sock +EXPORT_SYMBOL vmlinux 0x7392a533 dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0x73998efa cpm_muram_free_addr +EXPORT_SYMBOL vmlinux 0x739fd00f __SCK__tp_func_module_get +EXPORT_SYMBOL vmlinux 0x73abb180 alloc_contig_range +EXPORT_SYMBOL vmlinux 0x73bf0e75 register_mii_timestamper +EXPORT_SYMBOL vmlinux 0x73c0716d genphy_read_status_fixed +EXPORT_SYMBOL vmlinux 0x73c15ae5 scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x73c6319b sock_no_shutdown +EXPORT_SYMBOL vmlinux 0x73cf8b80 dcb_ieee_getapp_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0x73e3fbe2 bio_split +EXPORT_SYMBOL vmlinux 0x73e77784 iptun_encaps +EXPORT_SYMBOL vmlinux 0x7410aba2 strreplace +EXPORT_SYMBOL vmlinux 0x7412ed5b kvfree_sensitive +EXPORT_SYMBOL vmlinux 0x74171433 flow_rule_match_icmp +EXPORT_SYMBOL vmlinux 0x742578a5 wait_for_random_bytes +EXPORT_SYMBOL vmlinux 0x7429e20c kstrtos8 +EXPORT_SYMBOL vmlinux 0x742b828e mipi_dsi_detach +EXPORT_SYMBOL vmlinux 0x743122b9 proc_mkdir +EXPORT_SYMBOL vmlinux 0x743f4126 keygen_port_hashing_init +EXPORT_SYMBOL vmlinux 0x7453d3e8 security_release_secctx +EXPORT_SYMBOL vmlinux 0x7458ad74 tls_handshake_cancel +EXPORT_SYMBOL vmlinux 0x7461915c pci_pme_active +EXPORT_SYMBOL vmlinux 0x7464409a generic_mii_ioctl +EXPORT_SYMBOL vmlinux 0x7464bc2b skb_headers_offset_update +EXPORT_SYMBOL vmlinux 0x746b8b62 netdev_notice +EXPORT_SYMBOL vmlinux 0x74754435 acpi_bus_generate_netlink_event +EXPORT_SYMBOL vmlinux 0x7483dc59 pci_dev_present +EXPORT_SYMBOL vmlinux 0x74898f4d posix_test_lock +EXPORT_SYMBOL vmlinux 0x74b8e674 slhc_toss +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74c793cc alloc_buffer_head +EXPORT_SYMBOL vmlinux 0x74d0b2a6 generic_write_checks +EXPORT_SYMBOL vmlinux 0x74da064a set_security_override +EXPORT_SYMBOL vmlinux 0x74dc3fa4 filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0x74dd9e0b dma_fence_wait_any_timeout +EXPORT_SYMBOL vmlinux 0x74e23c9b pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74f54b92 bdi_register +EXPORT_SYMBOL vmlinux 0x74fa7916 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0x7503ccb4 t10_pi_type3_crc +EXPORT_SYMBOL vmlinux 0x75040440 block_commit_write +EXPORT_SYMBOL vmlinux 0x75138c2e skb_append +EXPORT_SYMBOL vmlinux 0x7514931e filemap_splice_read +EXPORT_SYMBOL vmlinux 0x752124cc pci_bus_claim_resources +EXPORT_SYMBOL vmlinux 0x7525393b fman_set_port_params +EXPORT_SYMBOL vmlinux 0x7548b15d scsi_device_get +EXPORT_SYMBOL vmlinux 0x754c071f tcp_req_err +EXPORT_SYMBOL vmlinux 0x754fbb6f eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0x755b78c6 meson_sm_call_write +EXPORT_SYMBOL vmlinux 0x755f4ba3 blake2s_compress_generic +EXPORT_SYMBOL vmlinux 0x756f1596 kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x757104f6 simple_dir_operations +EXPORT_SYMBOL vmlinux 0x7576f655 sk_net_capable +EXPORT_SYMBOL vmlinux 0x75871f5e acpi_get_next_object +EXPORT_SYMBOL vmlinux 0x7587ea77 dev_alloc_name +EXPORT_SYMBOL vmlinux 0x758e4124 nvdimm_check_and_set_ro +EXPORT_SYMBOL vmlinux 0x759c21f8 truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x759d15f1 send_sig_info +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75d0deb9 nsecs_to_jiffies64 +EXPORT_SYMBOL vmlinux 0x75d499dd vmcore_add_device_dump +EXPORT_SYMBOL vmlinux 0x75dd65dc blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x75ee29c6 md_check_recovery +EXPORT_SYMBOL vmlinux 0x760290cf devm_devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x7602f327 trace_raw_output_prep +EXPORT_SYMBOL vmlinux 0x760814d4 __vfs_removexattr +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x760e29da make_bad_inode +EXPORT_SYMBOL vmlinux 0x7622d423 jbd2_fc_begin_commit +EXPORT_SYMBOL vmlinux 0x7624249e dim_park_tired +EXPORT_SYMBOL vmlinux 0x762ab9ef fman_reset_mac +EXPORT_SYMBOL vmlinux 0x7631a2ad param_set_copystring +EXPORT_SYMBOL vmlinux 0x76376680 skb_copy_datagram_iter +EXPORT_SYMBOL vmlinux 0x764422d3 folio_wait_private_2_killable +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x764b4f3f n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0x764ee015 end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0x765ff474 crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x766a0927 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x7670cf16 dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x76727512 page_pool_alloc_frag +EXPORT_SYMBOL vmlinux 0x7682ba4e __copy_overflow +EXPORT_SYMBOL vmlinux 0x7683aea1 input_reset_device +EXPORT_SYMBOL vmlinux 0x768ee329 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x76910c2e send_sig_mceerr +EXPORT_SYMBOL vmlinux 0x76924928 setattr_prepare +EXPORT_SYMBOL vmlinux 0x7699975b tcf_action_update_hw_stats +EXPORT_SYMBOL vmlinux 0x769f6e64 errseq_check +EXPORT_SYMBOL vmlinux 0x76b3caff dev_get_by_index +EXPORT_SYMBOL vmlinux 0x76b7c37c textsearch_destroy +EXPORT_SYMBOL vmlinux 0x76ba5491 pnp_get_resource +EXPORT_SYMBOL vmlinux 0x76c77608 tcf_block_get +EXPORT_SYMBOL vmlinux 0x76cb9c4f pps_register_source +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76d3db86 crypto_sha3_final +EXPORT_SYMBOL vmlinux 0x76d7d45d dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0x76e20622 vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0x76e9c395 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x76efc249 _atomic_dec_and_raw_lock_irqsave +EXPORT_SYMBOL vmlinux 0x76f3b98d netdev_update_features +EXPORT_SYMBOL vmlinux 0x770c2bfa param_ops_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x7725c0d4 scsi_register_driver +EXPORT_SYMBOL vmlinux 0x772f11b3 generic_set_encrypted_ci_d_ops +EXPORT_SYMBOL vmlinux 0x77358855 iomem_resource +EXPORT_SYMBOL vmlinux 0x77387db4 get_mem_cgroup_from_mm +EXPORT_SYMBOL vmlinux 0x773fa409 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x77456e0a acpi_root_dir +EXPORT_SYMBOL vmlinux 0x776426a4 devm_iounmap +EXPORT_SYMBOL vmlinux 0x776527ee sk_error_report +EXPORT_SYMBOL vmlinux 0x776ca93a __clzdi2 +EXPORT_SYMBOL vmlinux 0x77813f00 arp_xmit +EXPORT_SYMBOL vmlinux 0x7791193f icst525_s2div +EXPORT_SYMBOL vmlinux 0x77b33b43 devm_pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77c29ea2 phy_connect +EXPORT_SYMBOL vmlinux 0x77cc944d framebuffer_release +EXPORT_SYMBOL vmlinux 0x77e9eb37 aes_encrypt +EXPORT_SYMBOL vmlinux 0x77ee234f mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0x780212ae __blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x7807f0f8 schedule_timeout_idle +EXPORT_SYMBOL vmlinux 0x78161f39 call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0x782d07f3 take_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x78592099 mmc_cqe_post_req +EXPORT_SYMBOL vmlinux 0x7862e288 iunique +EXPORT_SYMBOL vmlinux 0x78696039 phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0x78845a32 nf_reinject +EXPORT_SYMBOL vmlinux 0x78859818 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0x788757aa udp_seq_ops +EXPORT_SYMBOL vmlinux 0x788883bd drop_super_exclusive +EXPORT_SYMBOL vmlinux 0x78a16f48 aes_decrypt +EXPORT_SYMBOL vmlinux 0x78a54a30 inet_shutdown +EXPORT_SYMBOL vmlinux 0x78b887ed vsprintf +EXPORT_SYMBOL vmlinux 0x78caba48 redraw_screen +EXPORT_SYMBOL vmlinux 0x78d25aee devm_rproc_alloc +EXPORT_SYMBOL vmlinux 0x78d427d5 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0x78d74548 dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78e33429 config_item_get_unless_zero +EXPORT_SYMBOL vmlinux 0x78ed1d6b i2c_put_adapter +EXPORT_SYMBOL vmlinux 0x78ef4551 acpi_dev_get_first_match_dev +EXPORT_SYMBOL vmlinux 0x78f9d7d1 xsk_clear_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x7907c206 dma_resv_init +EXPORT_SYMBOL vmlinux 0x7919b383 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x79374d63 tcp_ioctl +EXPORT_SYMBOL vmlinux 0x794deab0 rproc_coredump_set_elf_info +EXPORT_SYMBOL vmlinux 0x795e2568 fman_unregister_intr +EXPORT_SYMBOL vmlinux 0x797832a5 bio_copy_data +EXPORT_SYMBOL vmlinux 0x7984eefc key_update +EXPORT_SYMBOL vmlinux 0x79a33f85 vme_get_size +EXPORT_SYMBOL vmlinux 0x79a6e238 xfrm_parse_spi +EXPORT_SYMBOL vmlinux 0x79a712f3 d_alloc_anon +EXPORT_SYMBOL vmlinux 0x79c00071 md_bitmap_start_sync +EXPORT_SYMBOL vmlinux 0x79cf4042 kernel_param_lock +EXPORT_SYMBOL vmlinux 0x79d219c0 __get_hash_from_flowi6 +EXPORT_SYMBOL vmlinux 0x79d53a57 inet_add_offload +EXPORT_SYMBOL vmlinux 0x79d6399f phy_config_aneg +EXPORT_SYMBOL vmlinux 0x79e4cbe8 override_creds +EXPORT_SYMBOL vmlinux 0x79fe8899 debugfs_create_automount +EXPORT_SYMBOL vmlinux 0x7a01b362 vme_dma_list_add +EXPORT_SYMBOL vmlinux 0x7a1bcd59 gf128mul_x8_ble +EXPORT_SYMBOL vmlinux 0x7a2af7b4 cpu_number +EXPORT_SYMBOL vmlinux 0x7a2ff57e security_current_getsecid_subj +EXPORT_SYMBOL vmlinux 0x7a4e12eb dev_add_offload +EXPORT_SYMBOL vmlinux 0x7a53a06d flow_indr_dev_exists +EXPORT_SYMBOL vmlinux 0x7a5a234c reuseport_detach_prog +EXPORT_SYMBOL vmlinux 0x7a67ff0f sk_common_release +EXPORT_SYMBOL vmlinux 0x7a712bdb timestamp_truncate +EXPORT_SYMBOL vmlinux 0x7a716db7 unregister_binfmt +EXPORT_SYMBOL vmlinux 0x7a803487 xfrm_state_walk +EXPORT_SYMBOL vmlinux 0x7a95e5ae do_settimeofday64 +EXPORT_SYMBOL vmlinux 0x7a968137 ucc_slow_restart_tx +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7ab045e5 ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x7ab0f88d jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0x7ab84c38 unregister_console +EXPORT_SYMBOL vmlinux 0x7abc1129 adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0x7abd6aff of_get_next_cpu_node +EXPORT_SYMBOL vmlinux 0x7ac461b0 __traceiter_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0x7acda739 ip_sock_set_recverr +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7ad364bd pci_release_regions +EXPORT_SYMBOL vmlinux 0x7ad85caf ps2_begin_command +EXPORT_SYMBOL vmlinux 0x7adc0fbf rb_replace_node_rcu +EXPORT_SYMBOL vmlinux 0x7ae22e49 udp_set_csum +EXPORT_SYMBOL vmlinux 0x7ae5d317 qe_get_snum +EXPORT_SYMBOL vmlinux 0x7af30edf pm860x_reg_read +EXPORT_SYMBOL vmlinux 0x7b0f1d0a mtree_store +EXPORT_SYMBOL vmlinux 0x7b141a13 mipi_dsi_dcs_write_buffer +EXPORT_SYMBOL vmlinux 0x7b37d4a7 _find_first_zero_bit +EXPORT_SYMBOL vmlinux 0x7b4acc0b netdev_core_stats_alloc +EXPORT_SYMBOL vmlinux 0x7b4da6ff __init_rwsem +EXPORT_SYMBOL vmlinux 0x7b54b478 netdev_get_by_name +EXPORT_SYMBOL vmlinux 0x7b54e12b finalize_exec +EXPORT_SYMBOL vmlinux 0x7b54f270 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x7b5b8f31 sha256_update +EXPORT_SYMBOL vmlinux 0x7b74fd24 scsi_vpd_lun_id +EXPORT_SYMBOL vmlinux 0x7b7fc3f0 mipi_dsi_dcs_soft_reset +EXPORT_SYMBOL vmlinux 0x7b82b9a1 idr_replace +EXPORT_SYMBOL vmlinux 0x7b929019 xp_raw_get_data +EXPORT_SYMBOL vmlinux 0x7b98fc7b __xfrm_init_state +EXPORT_SYMBOL vmlinux 0x7b9f3f2e phy_start_aneg +EXPORT_SYMBOL vmlinux 0x7ba5a3b4 tegra_powergate_power_off +EXPORT_SYMBOL vmlinux 0x7bb34a0e skb_dequeue +EXPORT_SYMBOL vmlinux 0x7bb50b88 acpi_write +EXPORT_SYMBOL vmlinux 0x7bbccd05 nr_node_ids +EXPORT_SYMBOL vmlinux 0x7bd3dd06 genphy_read_master_slave +EXPORT_SYMBOL vmlinux 0x7c173634 __bitmap_complement +EXPORT_SYMBOL vmlinux 0x7c26da06 fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x7c2d03a6 dma_fence_enable_sw_signaling +EXPORT_SYMBOL vmlinux 0x7c31352d generic_file_open +EXPORT_SYMBOL vmlinux 0x7c3519b1 get_unmapped_area +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c64a057 nf_ct_attach +EXPORT_SYMBOL vmlinux 0x7c69796f mipi_dsi_dcs_exit_sleep_mode +EXPORT_SYMBOL vmlinux 0x7c6dab44 dqput +EXPORT_SYMBOL vmlinux 0x7c7016ab scsi_partsize +EXPORT_SYMBOL vmlinux 0x7c71af4b unregister_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x7c7ebe70 tls_server_hello_psk +EXPORT_SYMBOL vmlinux 0x7c80508c seg6_hmac_info_del +EXPORT_SYMBOL vmlinux 0x7c892c43 __traceiter_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x7c8d62f2 kernel_bind +EXPORT_SYMBOL vmlinux 0x7ca711d9 rproc_put +EXPORT_SYMBOL vmlinux 0x7caad8f7 _dev_emerg +EXPORT_SYMBOL vmlinux 0x7cada0cc jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0x7cbe0cd2 drop_reasons_by_subsys +EXPORT_SYMBOL vmlinux 0x7cc18181 set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0x7cd9fd0a migrate_device_pages +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7ce58981 kvrealloc +EXPORT_SYMBOL vmlinux 0x7ceb637c flow_block_cb_lookup +EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7cfe368d net_dim_get_def_tx_moderation +EXPORT_SYMBOL vmlinux 0x7d0ba682 gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d12d76d acpi_get_parent +EXPORT_SYMBOL vmlinux 0x7d1c715c scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0x7d27e504 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x7d2e03e7 eth_platform_get_mac_address +EXPORT_SYMBOL vmlinux 0x7d37d666 input_register_handle +EXPORT_SYMBOL vmlinux 0x7d42d2c8 vlan_filter_drop_vids +EXPORT_SYMBOL vmlinux 0x7d4b176a netlbl_catmap_setbit +EXPORT_SYMBOL vmlinux 0x7d4c6916 generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x7d5a233d inode_get_bytes +EXPORT_SYMBOL vmlinux 0x7d5e1008 __crc32c_le_shift +EXPORT_SYMBOL vmlinux 0x7d618683 input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0x7d62def7 vmap +EXPORT_SYMBOL vmlinux 0x7d74d522 kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0x7d85fb72 blk_mq_delay_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x7d90018e udp_disconnect +EXPORT_SYMBOL vmlinux 0x7d94c66d skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x7d9d7186 wake_up_process +EXPORT_SYMBOL vmlinux 0x7da8e16b inet_pton_with_scope +EXPORT_SYMBOL vmlinux 0x7dac908e tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x7daece67 quota_send_warning +EXPORT_SYMBOL vmlinux 0x7dbf0979 crypto_kdf108_ctr_generate +EXPORT_SYMBOL vmlinux 0x7dc5ffa7 tc_skb_ext_tc_disable +EXPORT_SYMBOL vmlinux 0x7dcbb232 writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x7dcdab61 skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0x7dcf4135 __xa_insert +EXPORT_SYMBOL vmlinux 0x7df086c6 skb_ext_add +EXPORT_SYMBOL vmlinux 0x7e0b255f hdmi_audio_infoframe_pack_for_dp +EXPORT_SYMBOL vmlinux 0x7e0b74b3 inode_init_once +EXPORT_SYMBOL vmlinux 0x7e0e8695 devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x7e0ec66b inet_frag_kill +EXPORT_SYMBOL vmlinux 0x7e29e7bf __netlink_dump_start +EXPORT_SYMBOL vmlinux 0x7e2c6c98 devm_memunmap +EXPORT_SYMBOL vmlinux 0x7e3191f6 try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x7e49dd00 dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0x7e4c3df5 efi +EXPORT_SYMBOL vmlinux 0x7e5b4c9f simple_empty +EXPORT_SYMBOL vmlinux 0x7e5c9cbd migrate_device_finalize +EXPORT_SYMBOL vmlinux 0x7e5fa656 xfrm_unregister_type_offload +EXPORT_SYMBOL vmlinux 0x7e65c10d padata_do_parallel +EXPORT_SYMBOL vmlinux 0x7e6ee35c inet_put_port +EXPORT_SYMBOL vmlinux 0x7ea0d4ca tegra_sku_info +EXPORT_SYMBOL vmlinux 0x7ea26d98 fib6_info_hw_flags_set +EXPORT_SYMBOL vmlinux 0x7ea359be tegra_ivc_write_get_next_frame +EXPORT_SYMBOL vmlinux 0x7eb9211b acpi_device_hid +EXPORT_SYMBOL vmlinux 0x7ef4bddc __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0x7ef7705b ipv6_sock_mc_drop +EXPORT_SYMBOL vmlinux 0x7f013622 msm_pinctrl_dev_pm_ops +EXPORT_SYMBOL vmlinux 0x7f02188f __msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x7f03b6a9 crc_ccitt_table +EXPORT_SYMBOL vmlinux 0x7f0af573 skb_condense +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f3b9716 d_alloc +EXPORT_SYMBOL vmlinux 0x7f50953c twl6040_reg_read +EXPORT_SYMBOL vmlinux 0x7f52071a net_dim +EXPORT_SYMBOL vmlinux 0x7f59b694 blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0x7f62eaa4 sgl_free +EXPORT_SYMBOL vmlinux 0x7f6456e9 ip_fraglist_init +EXPORT_SYMBOL vmlinux 0x7f732fa3 devfreq_get_freq_range +EXPORT_SYMBOL vmlinux 0x7f7f7bb4 irq_poll_disable +EXPORT_SYMBOL vmlinux 0x7f8e1e99 pcie_print_link_status +EXPORT_SYMBOL vmlinux 0x7f97b9a1 fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0x7f9af2f2 forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0x7fb38562 set_page_dirty +EXPORT_SYMBOL vmlinux 0x7fc7f375 seg6_hmac_info_add +EXPORT_SYMBOL vmlinux 0x7fce778e tegra_ivc_total_queue_size +EXPORT_SYMBOL vmlinux 0x7fde1fbc acpi_walk_resource_buffer +EXPORT_SYMBOL vmlinux 0x7fe105d7 bman_ip_rev +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7ffae29f seq_dentry +EXPORT_SYMBOL vmlinux 0x80001bd0 end_page_writeback +EXPORT_SYMBOL vmlinux 0x800108f9 seq_file_path +EXPORT_SYMBOL vmlinux 0x80024fbb xfrm_user_policy +EXPORT_SYMBOL vmlinux 0x801160bd param_get_hexint +EXPORT_SYMBOL vmlinux 0x801625b1 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x8024d182 is_nd_dax +EXPORT_SYMBOL vmlinux 0x802c10fe flow_rule_match_ct +EXPORT_SYMBOL vmlinux 0x80320368 ip_sock_set_tos +EXPORT_SYMBOL vmlinux 0x803ddbb6 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x804161c9 vmf_insert_pfn_prot +EXPORT_SYMBOL vmlinux 0x8063141d pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0x8071cd1a ppp_input +EXPORT_SYMBOL vmlinux 0x8075d62b jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x80762048 _atomic_dec_and_raw_lock +EXPORT_SYMBOL vmlinux 0x80813174 pci_write_vpd +EXPORT_SYMBOL vmlinux 0x80816f26 get_user_ifreq +EXPORT_SYMBOL vmlinux 0x808d37ff nf_hook_slow_list +EXPORT_SYMBOL vmlinux 0x809d25ca skb_queue_purge +EXPORT_SYMBOL vmlinux 0x80a717a8 __percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80d9d516 inode_set_bytes +EXPORT_SYMBOL vmlinux 0x80e5f86f fscrypt_fname_alloc_buffer +EXPORT_SYMBOL vmlinux 0x80ec0d50 qman_init_fq +EXPORT_SYMBOL vmlinux 0x80f9d459 file_remove_privs +EXPORT_SYMBOL vmlinux 0x8112b3d2 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x81188c30 match_string +EXPORT_SYMBOL vmlinux 0x81217db8 blk_rq_append_bio +EXPORT_SYMBOL vmlinux 0x812c5a27 tegra_dfll_unregister +EXPORT_SYMBOL vmlinux 0x81491054 security_binder_transaction +EXPORT_SYMBOL vmlinux 0x8150c202 end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x815d860a netdev_get_xmit_slave +EXPORT_SYMBOL vmlinux 0x815f2897 empty_zero_page +EXPORT_SYMBOL vmlinux 0x8179633e fb_find_mode +EXPORT_SYMBOL vmlinux 0x818416e1 scsi_set_sense_information +EXPORT_SYMBOL vmlinux 0x8186333b cpumask_next_wrap +EXPORT_SYMBOL vmlinux 0x818c4720 serio_bus +EXPORT_SYMBOL vmlinux 0x818edf97 cpm_muram_alloc +EXPORT_SYMBOL vmlinux 0x819818ad mount_bdev +EXPORT_SYMBOL vmlinux 0x819e6969 has_capability +EXPORT_SYMBOL vmlinux 0x81a1eb59 utf8_unload +EXPORT_SYMBOL vmlinux 0x81a28054 netif_set_tso_max_size +EXPORT_SYMBOL vmlinux 0x81a4d553 pci_disable_msix +EXPORT_SYMBOL vmlinux 0x81ab3d1b pci_alloc_irq_vectors_affinity +EXPORT_SYMBOL vmlinux 0x81ab5a96 of_get_parent +EXPORT_SYMBOL vmlinux 0x81ac55b5 mipi_dsi_dcs_set_page_address +EXPORT_SYMBOL vmlinux 0x81ac5e33 trace_print_hex_dump_seq +EXPORT_SYMBOL vmlinux 0x81b20e8b ucc_fast_transmit_on_demand +EXPORT_SYMBOL vmlinux 0x81b6e044 dquot_release +EXPORT_SYMBOL vmlinux 0x81b74f6f tty_port_close +EXPORT_SYMBOL vmlinux 0x81ba7ad3 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0x81bffc97 inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x81c36a07 pcim_enable_device +EXPORT_SYMBOL vmlinux 0x81c51d19 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x81c9ca5f flow_rule_match_tcp +EXPORT_SYMBOL vmlinux 0x81cc3667 __scm_destroy +EXPORT_SYMBOL vmlinux 0x81cd038d iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0x81d2937c nd_integrity_init +EXPORT_SYMBOL vmlinux 0x81d6c28b acpi_buffer_to_resource +EXPORT_SYMBOL vmlinux 0x81d9333f sock_no_accept +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81e6b37f dmi_get_system_info +EXPORT_SYMBOL vmlinux 0x81ea5f8f simple_statfs +EXPORT_SYMBOL vmlinux 0x81efb365 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x820ad9d7 jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0x82215b39 notify_change +EXPORT_SYMBOL vmlinux 0x822493e3 vfs_llseek +EXPORT_SYMBOL vmlinux 0x82339dbc pnp_is_active +EXPORT_SYMBOL vmlinux 0x823a756e i2c_find_device_by_fwnode +EXPORT_SYMBOL vmlinux 0x823d3505 cmxgcr_lock +EXPORT_SYMBOL vmlinux 0x825971ad phy_mipi_dphy_get_default_config_for_hsclk +EXPORT_SYMBOL vmlinux 0x8268be9a to_nd_btt +EXPORT_SYMBOL vmlinux 0x82749d19 xfrm_lookup +EXPORT_SYMBOL vmlinux 0x82843ce3 xattr_supports_user_prefix +EXPORT_SYMBOL vmlinux 0x8289e10b get_ipc_ns_exported +EXPORT_SYMBOL vmlinux 0x82be96ad rproc_alloc +EXPORT_SYMBOL vmlinux 0x82c87ad5 nr_online_nodes +EXPORT_SYMBOL vmlinux 0x82df4681 nf_unregister_net_hook +EXPORT_SYMBOL vmlinux 0x82e3f0bb alloc_mdio_bitbang +EXPORT_SYMBOL vmlinux 0x82e9f39d mdio_driver_unregister +EXPORT_SYMBOL vmlinux 0x82ee90dc timer_delete_sync +EXPORT_SYMBOL vmlinux 0x832360b8 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0x8324b816 alloc_fddidev +EXPORT_SYMBOL vmlinux 0x8325acfb sync_blockdev +EXPORT_SYMBOL vmlinux 0x834baed0 sock_alloc +EXPORT_SYMBOL vmlinux 0x8357f1cb dump_align +EXPORT_SYMBOL vmlinux 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL vmlinux 0x83639bf6 security_socket_socketpair +EXPORT_SYMBOL vmlinux 0x836f7525 __remove_inode_hash +EXPORT_SYMBOL vmlinux 0x837b8ea0 d_add_ci +EXPORT_SYMBOL vmlinux 0x83816399 md_flush_request +EXPORT_SYMBOL vmlinux 0x838d2bc8 siphash_3u32 +EXPORT_SYMBOL vmlinux 0x838e4452 filemap_get_folios_tag +EXPORT_SYMBOL vmlinux 0x83986a27 udp_sendmsg +EXPORT_SYMBOL vmlinux 0x83a4b709 __ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0x83b19554 of_phy_is_fixed_link +EXPORT_SYMBOL vmlinux 0x83c2e149 seq_vprintf +EXPORT_SYMBOL vmlinux 0x83d7f8c6 __netif_napi_del +EXPORT_SYMBOL vmlinux 0x83f788db fb_get_mode +EXPORT_SYMBOL vmlinux 0x841d7f0e key_link +EXPORT_SYMBOL vmlinux 0x84226e3f tcp_sock_set_nodelay +EXPORT_SYMBOL vmlinux 0x8427cc7b _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0x845300bb __devm_of_mdiobus_register +EXPORT_SYMBOL vmlinux 0x84558212 pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0x847ce6cb mt_find_after +EXPORT_SYMBOL vmlinux 0x84818f57 tegra_powergate_power_on +EXPORT_SYMBOL vmlinux 0x84823cf3 nla_strscpy +EXPORT_SYMBOL vmlinux 0x84914079 __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x84a0ca4d bitmap_zalloc_node +EXPORT_SYMBOL vmlinux 0x84ab5a56 vm_mmap +EXPORT_SYMBOL vmlinux 0x84b75b70 xfrm_replay_seqhi +EXPORT_SYMBOL vmlinux 0x84c9d512 scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0x84ea28bb pci_get_class +EXPORT_SYMBOL vmlinux 0x8518a4a6 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x851b9121 xudma_dev_get_psil_base +EXPORT_SYMBOL vmlinux 0x85269c35 icmp_ndo_send +EXPORT_SYMBOL vmlinux 0x8538e51b con_copy_unimap +EXPORT_SYMBOL vmlinux 0x854c8da8 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0x8558cd93 md_done_sync +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x856cc721 sock_no_bind +EXPORT_SYMBOL vmlinux 0x858405ab scsi_is_host_device +EXPORT_SYMBOL vmlinux 0x8591d7d5 ledtrig_mtd_activity +EXPORT_SYMBOL vmlinux 0x859d4dee task_work_add +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85b98e8b mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0x85bb60e6 shmem_aops +EXPORT_SYMBOL vmlinux 0x85bd1608 __request_region +EXPORT_SYMBOL vmlinux 0x85bd2931 generic_copy_file_range +EXPORT_SYMBOL vmlinux 0x85bf9a22 dm_kobject_release +EXPORT_SYMBOL vmlinux 0x85dc3296 netdev_reset_tc +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85e72c6d xfrm_trans_queue +EXPORT_SYMBOL vmlinux 0x85efc7e0 zero_pfn +EXPORT_SYMBOL vmlinux 0x85f596a4 neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x85f9e1c1 i2c_clients_command +EXPORT_SYMBOL vmlinux 0x862c8035 bitmap_alloc_node +EXPORT_SYMBOL vmlinux 0x863a276a color_table +EXPORT_SYMBOL vmlinux 0x8656f812 rtnl_configure_link +EXPORT_SYMBOL vmlinux 0x865df75d sys_copyarea +EXPORT_SYMBOL vmlinux 0x866645d1 input_allocate_device +EXPORT_SYMBOL vmlinux 0x866a62b2 gnet_stats_basic_sync_init +EXPORT_SYMBOL vmlinux 0x8676626f tc_setup_offload_action +EXPORT_SYMBOL vmlinux 0x8677fb30 rproc_report_crash +EXPORT_SYMBOL vmlinux 0x8681376b ip_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x8687eba2 netpoll_poll_dev +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x86a6931e pci_alloc_irq_vectors +EXPORT_SYMBOL vmlinux 0x86a75b91 sg_alloc_table_from_pages_segment +EXPORT_SYMBOL vmlinux 0x86d52ba5 lookup_constant +EXPORT_SYMBOL vmlinux 0x86dd708d tc_skb_ext_tc_enable +EXPORT_SYMBOL vmlinux 0x86e6125e qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x86e7409b pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x86fc107e __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x8706579a tcf_block_put +EXPORT_SYMBOL vmlinux 0x870e893c phy_stop +EXPORT_SYMBOL vmlinux 0x8710a720 tcp_prot +EXPORT_SYMBOL vmlinux 0x8725c145 rt6_lookup +EXPORT_SYMBOL vmlinux 0x873307ea dget_parent +EXPORT_SYMBOL vmlinux 0x8743a4bb of_get_next_child +EXPORT_SYMBOL vmlinux 0x875cd529 new_inode +EXPORT_SYMBOL vmlinux 0x8761c87b rps_needed +EXPORT_SYMBOL vmlinux 0x87694fbb pnp_start_dev +EXPORT_SYMBOL vmlinux 0x877ea78c inode_insert5 +EXPORT_SYMBOL vmlinux 0x87809aeb put_user_ifreq +EXPORT_SYMBOL vmlinux 0x8785330f inode_nohighmem +EXPORT_SYMBOL vmlinux 0x878ceb73 secure_tcpv6_ts_off +EXPORT_SYMBOL vmlinux 0x87977510 xsk_tx_peek_desc +EXPORT_SYMBOL vmlinux 0x87a0d27c jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0x87a21cb3 __ubsan_handle_out_of_bounds +EXPORT_SYMBOL vmlinux 0x87a4f468 scsi_device_put +EXPORT_SYMBOL vmlinux 0x87c82e41 rt_dst_alloc +EXPORT_SYMBOL vmlinux 0x87c8c92f dma_fence_match_context +EXPORT_SYMBOL vmlinux 0x87e71abb get_tree_nodev +EXPORT_SYMBOL vmlinux 0x87fa9904 sock_gettstamp +EXPORT_SYMBOL vmlinux 0x87fb51a6 of_node_name_eq +EXPORT_SYMBOL vmlinux 0x880340d3 tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0x8810754a _find_first_bit +EXPORT_SYMBOL vmlinux 0x881bad5e phy_mipi_dphy_config_validate +EXPORT_SYMBOL vmlinux 0x881c4413 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x88325226 nexthop_bucket_set_hw_flags +EXPORT_SYMBOL vmlinux 0x883f5cd5 tegra_dfll_register +EXPORT_SYMBOL vmlinux 0x8859d7d6 iov_iter_kvec +EXPORT_SYMBOL vmlinux 0x887225f2 flow_rule_match_control +EXPORT_SYMBOL vmlinux 0x8874ae9a netdev_unbind_sb_channel +EXPORT_SYMBOL vmlinux 0x887a597c skb_checksum +EXPORT_SYMBOL vmlinux 0x88822d38 unregister_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0x8888f1fe xxh32 +EXPORT_SYMBOL vmlinux 0x889b1370 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x88a5a5d7 devm_request_resource +EXPORT_SYMBOL vmlinux 0x88c18cd2 filemap_fdatawait_range_keep_errors +EXPORT_SYMBOL vmlinux 0x88c9a220 phy_ethtool_ksettings_get +EXPORT_SYMBOL vmlinux 0x88d674aa unregister_nls +EXPORT_SYMBOL vmlinux 0x88db9f48 __check_object_size +EXPORT_SYMBOL vmlinux 0x88e1d0f0 page_frag_free +EXPORT_SYMBOL vmlinux 0x88eba254 tty_hangup +EXPORT_SYMBOL vmlinux 0x8909b922 rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0x891dbb8f sgl_free_order +EXPORT_SYMBOL vmlinux 0x89262352 devfreq_resume_device +EXPORT_SYMBOL vmlinux 0x8926f6d6 mmc_detect_change +EXPORT_SYMBOL vmlinux 0x8942a75d unregister_filesystem +EXPORT_SYMBOL vmlinux 0x89434b4b radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x8946ea72 fpsimd_context_busy +EXPORT_SYMBOL vmlinux 0x895f1853 tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0x8972ab4f iov_iter_alignment +EXPORT_SYMBOL vmlinux 0x897495fa dcb_delrewr +EXPORT_SYMBOL vmlinux 0x897b06b0 kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x898eebd0 single_release +EXPORT_SYMBOL vmlinux 0x89940875 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x89af420b pcie_capability_clear_and_set_word_locked +EXPORT_SYMBOL vmlinux 0x89fec36e csum_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x8a079bdf flow_indr_dev_register +EXPORT_SYMBOL vmlinux 0x8a18e44f netdev_sk_get_lowest_dev +EXPORT_SYMBOL vmlinux 0x8a292bcd tc_setup_cb_replace +EXPORT_SYMBOL vmlinux 0x8a3450de d_delete +EXPORT_SYMBOL vmlinux 0x8a47043d LZ4_decompress_safe_continue +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a52f93e devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0x8a564a85 rproc_detach +EXPORT_SYMBOL vmlinux 0x8a67cb42 generic_shutdown_super +EXPORT_SYMBOL vmlinux 0x8a7094ba vm_brk_flags +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a7df46c clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x8a833583 dma_fence_array_ops +EXPORT_SYMBOL vmlinux 0x8a835793 put_ipc_ns +EXPORT_SYMBOL vmlinux 0x8a8b7f5a pci_reenable_device +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8aa6208e phy_advertise_supported +EXPORT_SYMBOL vmlinux 0x8aaecd60 __put_cred +EXPORT_SYMBOL vmlinux 0x8aba3505 xfrm_register_type +EXPORT_SYMBOL vmlinux 0x8abc050f __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x8ac136ae imx_sc_misc_get_control +EXPORT_SYMBOL vmlinux 0x8ac3334b net_dim_get_def_rx_moderation +EXPORT_SYMBOL vmlinux 0x8ac981d2 lookup_positive_unlocked +EXPORT_SYMBOL vmlinux 0x8af24ce3 dev_set_mtu +EXPORT_SYMBOL vmlinux 0x8af82330 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0x8b0088d1 LZ4_decompress_safe_usingDict +EXPORT_SYMBOL vmlinux 0x8b0feafb phy_read_paged +EXPORT_SYMBOL vmlinux 0x8b16142a blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0x8b2ffd83 __cpu_present_mask +EXPORT_SYMBOL vmlinux 0x8b314aa2 flow_rule_match_enc_control +EXPORT_SYMBOL vmlinux 0x8b3e0542 kfree_skb_list_reason +EXPORT_SYMBOL vmlinux 0x8b4c3dab devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x8b55f015 arp_tbl +EXPORT_SYMBOL vmlinux 0x8b5d7e0a __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b758ad9 tcp_mmap +EXPORT_SYMBOL vmlinux 0x8b789c7d blk_mq_delay_run_hw_queues +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b8196df kernel_getsockname +EXPORT_SYMBOL vmlinux 0x8b910be2 errseq_sample +EXPORT_SYMBOL vmlinux 0x8b989cf9 acpi_bus_can_wakeup +EXPORT_SYMBOL vmlinux 0x8ba44781 tty_port_close_end +EXPORT_SYMBOL vmlinux 0x8bbba5c3 complete_request_key +EXPORT_SYMBOL vmlinux 0x8bcb1b2c pci_release_resource +EXPORT_SYMBOL vmlinux 0x8bcd6eaa con_set_default_unimap +EXPORT_SYMBOL vmlinux 0x8bd1dc50 capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0x8bdfc47c __mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x8be189ab ucc_slow_disable +EXPORT_SYMBOL vmlinux 0x8bf0d750 rproc_elf_find_loaded_rsc_table +EXPORT_SYMBOL vmlinux 0x8bf8ad71 dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x8bf984fe inc_node_page_state +EXPORT_SYMBOL vmlinux 0x8bfb617c simple_transaction_set +EXPORT_SYMBOL vmlinux 0x8c072cc7 __free_pages +EXPORT_SYMBOL vmlinux 0x8c07fda2 mipi_dsi_dcs_get_power_mode +EXPORT_SYMBOL vmlinux 0x8c26d495 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x8c2d2611 input_set_poll_interval +EXPORT_SYMBOL vmlinux 0x8c30bf67 zstd_dctx_workspace_bound +EXPORT_SYMBOL vmlinux 0x8c3b4e91 gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0x8c489cb4 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x8c5040ae vfs_readlink +EXPORT_SYMBOL vmlinux 0x8c6f38f8 of_get_child_by_name +EXPORT_SYMBOL vmlinux 0x8c7e8c47 inode_needs_sync +EXPORT_SYMBOL vmlinux 0x8c8569cb kstrtoint +EXPORT_SYMBOL vmlinux 0x8c9e338f acpi_bios_error +EXPORT_SYMBOL vmlinux 0x8caf9305 uuid_is_valid +EXPORT_SYMBOL vmlinux 0x8cbe90e5 mount_subtree +EXPORT_SYMBOL vmlinux 0x8cc53d20 __par_io_config_pin +EXPORT_SYMBOL vmlinux 0x8cda8029 xen_clear_irq_pending +EXPORT_SYMBOL vmlinux 0x8ce0295f mipi_dsi_dcs_get_display_brightness +EXPORT_SYMBOL vmlinux 0x8ce9ba77 is_nd_btt +EXPORT_SYMBOL vmlinux 0x8cea3819 dev_pre_changeaddr_notify +EXPORT_SYMBOL vmlinux 0x8cf2c260 scsi_print_command +EXPORT_SYMBOL vmlinux 0x8d240856 pps_unregister_source +EXPORT_SYMBOL vmlinux 0x8d291059 inet_sock_destruct +EXPORT_SYMBOL vmlinux 0x8d2b167e security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x8d33e672 __find_nth_andnot_bit +EXPORT_SYMBOL vmlinux 0x8d3712ce vfs_parse_monolithic_sep +EXPORT_SYMBOL vmlinux 0x8d3a0331 locks_delete_block +EXPORT_SYMBOL vmlinux 0x8d4112df qcom_scm_mem_protect_video_var +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d583655 mdiobb_read_c45 +EXPORT_SYMBOL vmlinux 0x8d5c87a4 make_kgid +EXPORT_SYMBOL vmlinux 0x8d6311a9 fasync_helper +EXPORT_SYMBOL vmlinux 0x8d6c9ea3 mipi_dsi_attach +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8da6f598 dma_resv_copy_fences +EXPORT_SYMBOL vmlinux 0x8dafaf22 hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x8db2641e netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0x8dcb9c43 netdev_adjacent_change_prepare +EXPORT_SYMBOL vmlinux 0x8ddd8aad schedule_timeout +EXPORT_SYMBOL vmlinux 0x8dee722d _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0x8df4afd9 qe_put_snum +EXPORT_SYMBOL vmlinux 0x8df92f66 memchr_inv +EXPORT_SYMBOL vmlinux 0x8df9dd10 guid_null +EXPORT_SYMBOL vmlinux 0x8e0db6a8 inode_set_ctime_current +EXPORT_SYMBOL vmlinux 0x8e17b3ae idr_destroy +EXPORT_SYMBOL vmlinux 0x8e238bde phy_init_hw +EXPORT_SYMBOL vmlinux 0x8e25a127 neigh_event_ns +EXPORT_SYMBOL vmlinux 0x8e25de75 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0x8e269181 pcie_relaxed_ordering_enabled +EXPORT_SYMBOL vmlinux 0x8e362fe6 genphy_read_abilities +EXPORT_SYMBOL vmlinux 0x8e3a8588 devm_kvasprintf +EXPORT_SYMBOL vmlinux 0x8e3e0f7d fault_in_readable +EXPORT_SYMBOL vmlinux 0x8e4c60a3 cpm_muram_dma +EXPORT_SYMBOL vmlinux 0x8e5b0b22 pci_enable_device +EXPORT_SYMBOL vmlinux 0x8e69633a pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0x8e77c06a vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0x8e7aa829 register_key_type +EXPORT_SYMBOL vmlinux 0x8e7c71fd km_policy_expired +EXPORT_SYMBOL vmlinux 0x8e90b350 module_refcount +EXPORT_SYMBOL vmlinux 0x8e93bd24 security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x8ebe14eb inet_sk_set_state +EXPORT_SYMBOL vmlinux 0x8ec13e84 bio_reset +EXPORT_SYMBOL vmlinux 0x8ec760b0 cgroup_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0x8ed24f7b vme_init_bridge +EXPORT_SYMBOL vmlinux 0x8efe96ea kill_litter_super +EXPORT_SYMBOL vmlinux 0x8f01afd6 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x8f10cfa3 register_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x8f1b7ddc touch_buffer +EXPORT_SYMBOL vmlinux 0x8f1b95c9 proc_create_data +EXPORT_SYMBOL vmlinux 0x8f31fcb7 scsi_device_resume +EXPORT_SYMBOL vmlinux 0x8f3dac1b blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0x8f45de5a dst_release +EXPORT_SYMBOL vmlinux 0x8f4ac2bc __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0x8f4e672a param_ops_byte +EXPORT_SYMBOL vmlinux 0x8f510737 input_enable_softrepeat +EXPORT_SYMBOL vmlinux 0x8f5840ae cdev_set_parent +EXPORT_SYMBOL vmlinux 0x8f5fe9a6 security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0x8f6eb12b devm_extcon_register_notifier +EXPORT_SYMBOL vmlinux 0x8f72bc1d nvdimm_bus_lock +EXPORT_SYMBOL vmlinux 0x8f7729b1 freeze_bdev +EXPORT_SYMBOL vmlinux 0x8f774cf7 __vfs_setxattr +EXPORT_SYMBOL vmlinux 0x8f7b5461 remove_proc_entry +EXPORT_SYMBOL vmlinux 0x8f8389dc netdev_change_features +EXPORT_SYMBOL vmlinux 0x8f8ba5c5 tegra_dfll_resume +EXPORT_SYMBOL vmlinux 0x8f943d03 _copy_from_iter +EXPORT_SYMBOL vmlinux 0x8f996a30 ethtool_convert_legacy_u32_to_link_mode +EXPORT_SYMBOL vmlinux 0x8fa25c24 xa_find +EXPORT_SYMBOL vmlinux 0x8fb0142d edac_mc_find +EXPORT_SYMBOL vmlinux 0x8fc9c8b3 phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0x8fc9ea11 fman_port_cfg_buf_prefix_content +EXPORT_SYMBOL vmlinux 0x8fcb89b0 ps2_end_command +EXPORT_SYMBOL vmlinux 0x8fd180e7 kernel_neon_begin +EXPORT_SYMBOL vmlinux 0x8fd70cf3 param_set_invbool +EXPORT_SYMBOL vmlinux 0x8fd96b71 ip_route_me_harder +EXPORT_SYMBOL vmlinux 0x8fdba4ac ptp_clock_unregister +EXPORT_SYMBOL vmlinux 0x8ff89ed0 seg6_hmac_exit +EXPORT_SYMBOL vmlinux 0x8ffc742c fuse_dequeue_forget +EXPORT_SYMBOL vmlinux 0x90006be6 dm_kcopyd_client_flush +EXPORT_SYMBOL vmlinux 0x9002fe40 dquot_resume +EXPORT_SYMBOL vmlinux 0x90070455 __wait_on_buffer +EXPORT_SYMBOL vmlinux 0x901cc6fc serio_reconnect +EXPORT_SYMBOL vmlinux 0x902d8722 vme_slave_get +EXPORT_SYMBOL vmlinux 0x9034a696 mempool_destroy +EXPORT_SYMBOL vmlinux 0x90576ec4 vmemdup_user +EXPORT_SYMBOL vmlinux 0x905e30d1 bpf_empty_prog_array +EXPORT_SYMBOL vmlinux 0x907c665b mdiobus_c45_write_nested +EXPORT_SYMBOL vmlinux 0x907e39d8 generic_delete_inode +EXPORT_SYMBOL vmlinux 0x9092defd proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x90afbd34 unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x90e1b968 config_item_get +EXPORT_SYMBOL vmlinux 0x90f4f584 tegra_dfll_runtime_suspend +EXPORT_SYMBOL vmlinux 0x90fb655b gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0x90fe9a12 neigh_update +EXPORT_SYMBOL vmlinux 0x910080f8 generic_fadvise +EXPORT_SYMBOL vmlinux 0x9114b616 __xa_alloc +EXPORT_SYMBOL vmlinux 0x91389f78 user_revoke +EXPORT_SYMBOL vmlinux 0x915a5dc4 input_unregister_handle +EXPORT_SYMBOL vmlinux 0x9166fada strncpy +EXPORT_SYMBOL vmlinux 0x9166fc03 __flush_workqueue +EXPORT_SYMBOL vmlinux 0x917b8662 request_firmware +EXPORT_SYMBOL vmlinux 0x919ab772 rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0x919c58f3 __clzsi2 +EXPORT_SYMBOL vmlinux 0x91a488ac __netdev_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x91a7b1da qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x91c0980e icst_hz +EXPORT_SYMBOL vmlinux 0x91d31538 dm_unregister_target +EXPORT_SYMBOL vmlinux 0x91d97ecb of_graph_get_remote_port_parent +EXPORT_SYMBOL vmlinux 0x91f44510 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x91f68ea1 __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x9203803e __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0x9206dcfb padata_free_shell +EXPORT_SYMBOL vmlinux 0x920d2a88 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0x920ef1b2 vm_map_ram +EXPORT_SYMBOL vmlinux 0x922f45a6 __bitmap_clear +EXPORT_SYMBOL vmlinux 0x9236ed8f blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x9248bc8c scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x92540fbf finish_wait +EXPORT_SYMBOL vmlinux 0x9258c776 hdmi_vendor_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x926b6105 sk_stop_timer_sync +EXPORT_SYMBOL vmlinux 0x926ca7b7 vm_event_states +EXPORT_SYMBOL vmlinux 0x92720189 rt_dst_clone +EXPORT_SYMBOL vmlinux 0x92774cf8 __kfence_pool +EXPORT_SYMBOL vmlinux 0x9281cdbd get_tree_single +EXPORT_SYMBOL vmlinux 0x9283848d ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user +EXPORT_SYMBOL vmlinux 0x9292ae6e sk_mc_loop +EXPORT_SYMBOL vmlinux 0x9292f233 open_exec +EXPORT_SYMBOL vmlinux 0x929878b2 posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0x92aaed2e scm_detach_fds +EXPORT_SYMBOL vmlinux 0x92afa769 deactivate_super +EXPORT_SYMBOL vmlinux 0x92b26a35 pcim_iounmap +EXPORT_SYMBOL vmlinux 0x92b99a33 acpi_put_table +EXPORT_SYMBOL vmlinux 0x92b9b180 slash_name +EXPORT_SYMBOL vmlinux 0x92bc821a __skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x92c6028b kfree_skb_reason +EXPORT_SYMBOL vmlinux 0x92c856a3 iwe_stream_add_event +EXPORT_SYMBOL vmlinux 0x92d5838e request_threaded_irq +EXPORT_SYMBOL vmlinux 0x92e683f5 down_timeout +EXPORT_SYMBOL vmlinux 0x92e83dab ip_frag_init +EXPORT_SYMBOL vmlinux 0x92ec510d jiffies64_to_msecs +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x92faa437 netif_set_real_num_queues +EXPORT_SYMBOL vmlinux 0x92fc028a pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0x92ff7b66 netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0x93022ba6 __scsi_format_command +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x931666de xen_free_ballooned_pages +EXPORT_SYMBOL vmlinux 0x931c867f of_graph_get_endpoint_count +EXPORT_SYMBOL vmlinux 0x9325872c inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x933d5dfd dev_get_mac_address +EXPORT_SYMBOL vmlinux 0x93409194 dquot_get_state +EXPORT_SYMBOL vmlinux 0x93415b02 vfs_fileattr_get +EXPORT_SYMBOL vmlinux 0x93434118 lookup_one +EXPORT_SYMBOL vmlinux 0x93469913 pnp_disable_dev +EXPORT_SYMBOL vmlinux 0x935c478f phy_get_pause +EXPORT_SYMBOL vmlinux 0x936c8b73 blk_queue_flag_set +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x93790a0f pneigh_enqueue +EXPORT_SYMBOL vmlinux 0x9384369f tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0x93904b0f __skb_recv_udp +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b0ef42 tty_devnum +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93d6dd8c complete_all +EXPORT_SYMBOL vmlinux 0x9401f789 dma_sync_single_for_device +EXPORT_SYMBOL vmlinux 0x9425f128 pci_enable_wake +EXPORT_SYMBOL vmlinux 0x94273f78 serio_open +EXPORT_SYMBOL vmlinux 0x9428f816 dim_turn +EXPORT_SYMBOL vmlinux 0x942c7f49 copy_page_to_iter +EXPORT_SYMBOL vmlinux 0x944375db _totalram_pages +EXPORT_SYMBOL vmlinux 0x944a564d is_console_locked +EXPORT_SYMBOL vmlinux 0x944f9590 phy_modify_paged +EXPORT_SYMBOL vmlinux 0x9454d163 mpage_writepages +EXPORT_SYMBOL vmlinux 0x9460806d mdio_find_bus +EXPORT_SYMBOL vmlinux 0x9477f738 jbd2_journal_inode_ranged_write +EXPORT_SYMBOL vmlinux 0x947adc06 phy_ethtool_ksettings_set +EXPORT_SYMBOL vmlinux 0x9484ebd3 netif_receive_skb +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x949b5474 netpoll_print_options +EXPORT_SYMBOL vmlinux 0x94ab080c mdio_device_reset +EXPORT_SYMBOL vmlinux 0x94bb7ec3 gen_pool_dma_zalloc_algo +EXPORT_SYMBOL vmlinux 0x94bf03ca utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0x94c50434 insert_inode_locked +EXPORT_SYMBOL vmlinux 0x94c82564 input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x94ce1698 tcp_read_sock +EXPORT_SYMBOL vmlinux 0x94d05a24 flow_rule_alloc +EXPORT_SYMBOL vmlinux 0x94e2a39d remove_proc_subtree +EXPORT_SYMBOL vmlinux 0x94e56123 pci_irq_get_affinity +EXPORT_SYMBOL vmlinux 0x94e9dfe3 __invalidate_device +EXPORT_SYMBOL vmlinux 0x94fc8d93 smp_call_function_many +EXPORT_SYMBOL vmlinux 0x95003f26 vfs_dup_fs_context +EXPORT_SYMBOL vmlinux 0x95019203 set_anon_super_fc +EXPORT_SYMBOL vmlinux 0x9501c025 folio_unlock +EXPORT_SYMBOL vmlinux 0x9507c90f copy_fsxattr_to_user +EXPORT_SYMBOL vmlinux 0x95114705 may_setattr +EXPORT_SYMBOL vmlinux 0x9526370c km_report +EXPORT_SYMBOL vmlinux 0x953832fa softnet_data +EXPORT_SYMBOL vmlinux 0x953d2426 utf8_strncmp +EXPORT_SYMBOL vmlinux 0x954b2fd8 blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x954cef6f init_on_alloc +EXPORT_SYMBOL vmlinux 0x954f099c idr_preload +EXPORT_SYMBOL vmlinux 0x9568fcaa md_register_thread +EXPORT_SYMBOL vmlinux 0x956cdf22 try_module_get +EXPORT_SYMBOL vmlinux 0x956f4975 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0x957b3c69 iget5_locked +EXPORT_SYMBOL vmlinux 0x957bd8c8 cros_ec_check_result +EXPORT_SYMBOL vmlinux 0x957c9ebf neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x95887477 devm_pci_remap_cfgspace +EXPORT_SYMBOL vmlinux 0x958d5f57 tcp_mtu_to_mss +EXPORT_SYMBOL vmlinux 0x9592a29b unregister_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0x959c9b73 __tracepoint_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x959f3687 scsi_remove_device +EXPORT_SYMBOL vmlinux 0x95a07bb5 acpi_execute_reg_methods +EXPORT_SYMBOL vmlinux 0x95a67b07 udp_table +EXPORT_SYMBOL vmlinux 0x95cb3de8 putname +EXPORT_SYMBOL vmlinux 0x95d14fa8 rpmh_write_async +EXPORT_SYMBOL vmlinux 0x95d43d64 proc_set_user +EXPORT_SYMBOL vmlinux 0x95d51538 sock_efree +EXPORT_SYMBOL vmlinux 0x95dbfcd7 inet_frag_reasm_prepare +EXPORT_SYMBOL vmlinux 0x95de45d3 mipi_dsi_dcs_set_tear_scanline +EXPORT_SYMBOL vmlinux 0x95e768b0 __nd_driver_register +EXPORT_SYMBOL vmlinux 0x95ffaad4 tcp_sock_set_keepidle +EXPORT_SYMBOL vmlinux 0x960fe614 md_update_sb +EXPORT_SYMBOL vmlinux 0x9612fea7 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0x961cb563 seg6_push_hmac +EXPORT_SYMBOL vmlinux 0x96222a12 mfd_add_devices +EXPORT_SYMBOL vmlinux 0x9645c544 register_netdevice +EXPORT_SYMBOL vmlinux 0x964b4507 uart_suspend_port +EXPORT_SYMBOL vmlinux 0x9651521d no_seek_end_llseek +EXPORT_SYMBOL vmlinux 0x9652e3ef scsi_add_device +EXPORT_SYMBOL vmlinux 0x967ba29f vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0x96848186 scnprintf +EXPORT_SYMBOL vmlinux 0x9688de8b memstart_addr +EXPORT_SYMBOL vmlinux 0x96b090d3 ps2_drain +EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp +EXPORT_SYMBOL vmlinux 0x96bd1e8e genphy_handle_interrupt_no_ack +EXPORT_SYMBOL vmlinux 0x96c17136 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96d0cd73 console_start +EXPORT_SYMBOL vmlinux 0x96e5d30f gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0x96fab350 dim_park_on_top +EXPORT_SYMBOL vmlinux 0x970efa91 set_user_nice +EXPORT_SYMBOL vmlinux 0x97244144 dev_kfree_skb_any_reason +EXPORT_SYMBOL vmlinux 0x9729151c scsi_change_queue_depth +EXPORT_SYMBOL vmlinux 0x973b1dc1 gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0x973d4d42 eth_header_parse_protocol +EXPORT_SYMBOL vmlinux 0x973f24a0 ethtool_aggregate_pause_stats +EXPORT_SYMBOL vmlinux 0x973fa82e register_acpi_notifier +EXPORT_SYMBOL vmlinux 0x9746b5b4 clean_bdev_aliases +EXPORT_SYMBOL vmlinux 0x9751342d simple_pin_fs +EXPORT_SYMBOL vmlinux 0x978df546 mmc_remove_host +EXPORT_SYMBOL vmlinux 0x9795bc1f pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x97a1a884 proc_create_single_data +EXPORT_SYMBOL vmlinux 0x97a57333 crc_t10dif_update +EXPORT_SYMBOL vmlinux 0x97adb487 utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0x97bdfa60 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x97c6d402 page_cache_prev_miss +EXPORT_SYMBOL vmlinux 0x97eb0733 inet_getname +EXPORT_SYMBOL vmlinux 0x97f642b3 tls_client_hello_psk +EXPORT_SYMBOL vmlinux 0x97ff45ed inet_recvmsg +EXPORT_SYMBOL vmlinux 0x9801b07c jbd2_wait_inode_data +EXPORT_SYMBOL vmlinux 0x980678a9 seq_escape_mem +EXPORT_SYMBOL vmlinux 0x981360e1 d_set_d_op +EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0x982bcde4 __cpu_dying_mask +EXPORT_SYMBOL vmlinux 0x9830fb4e phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0x98337ebf bprm_change_interp +EXPORT_SYMBOL vmlinux 0x9837d851 devm_register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x98555a05 dma_fence_chain_walk +EXPORT_SYMBOL vmlinux 0x9858f364 get_random_u8 +EXPORT_SYMBOL vmlinux 0x98658e0f ipv6_sock_mc_join +EXPORT_SYMBOL vmlinux 0x987152cf __mod_node_page_state +EXPORT_SYMBOL vmlinux 0x9880e57d pci_find_capability +EXPORT_SYMBOL vmlinux 0x9881cd01 qdisc_put +EXPORT_SYMBOL vmlinux 0x9891afa8 mr_dump +EXPORT_SYMBOL vmlinux 0x9891b465 __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0x9891d33c dma_fence_array_create +EXPORT_SYMBOL vmlinux 0x989d0e0d fd_install +EXPORT_SYMBOL vmlinux 0x98bf790f zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0x98c89ade security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x98cb878e proc_dobool +EXPORT_SYMBOL vmlinux 0x98cf60b3 strlen +EXPORT_SYMBOL vmlinux 0x98e508ef ignore_console_lock_warning +EXPORT_SYMBOL vmlinux 0x99078b39 trace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x99094fb2 qcom_scm_is_available +EXPORT_SYMBOL vmlinux 0x990c3100 xsk_uses_need_wakeup +EXPORT_SYMBOL vmlinux 0x992549c6 xp_dma_unmap +EXPORT_SYMBOL vmlinux 0x9931f8c9 qcom_scm_lmh_dcvsh_available +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x996c57db rdmacg_try_charge +EXPORT_SYMBOL vmlinux 0x99758355 pci_disable_link_state +EXPORT_SYMBOL vmlinux 0x9979894b tcp_set_rcvlowat +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99a519a9 sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0x99d472b1 net_dim_get_rx_moderation +EXPORT_SYMBOL vmlinux 0x99daa9bf try_offline_node +EXPORT_SYMBOL vmlinux 0x99ec46ed xfrm_state_update +EXPORT_SYMBOL vmlinux 0x99f7371c refcount_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x99f9638f __napi_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a22391e radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x9a583306 netlbl_bitmap_walk +EXPORT_SYMBOL vmlinux 0x9a6311a4 generic_file_read_iter +EXPORT_SYMBOL vmlinux 0x9a6e3380 tegra_io_pad_power_enable +EXPORT_SYMBOL vmlinux 0x9a7940bf sock_no_mmap +EXPORT_SYMBOL vmlinux 0x9a8b5373 netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0x9a9006f0 qdisc_watchdog_init_clockid +EXPORT_SYMBOL vmlinux 0x9aaeefce sysctl_nf_log_all_netns +EXPORT_SYMBOL vmlinux 0x9acb2da4 __filemap_set_wb_err +EXPORT_SYMBOL vmlinux 0x9acf62b8 regset_get_alloc +EXPORT_SYMBOL vmlinux 0x9ad22dec validate_slab_cache +EXPORT_SYMBOL vmlinux 0x9ae47436 _find_last_bit +EXPORT_SYMBOL vmlinux 0x9b072a1d ethtool_get_phc_vclocks +EXPORT_SYMBOL vmlinux 0x9b128a66 qcom_scm_set_remote_state +EXPORT_SYMBOL vmlinux 0x9b1fe59b blk_start_plug +EXPORT_SYMBOL vmlinux 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL vmlinux 0x9b334495 cont_write_begin +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b3d0263 filemap_get_folios_contig +EXPORT_SYMBOL vmlinux 0x9b496b21 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x9b4a8ca6 ipv6_chk_addr_and_flags +EXPORT_SYMBOL vmlinux 0x9b555f67 netdev_get_by_index +EXPORT_SYMBOL vmlinux 0x9b6043ae find_vma_intersection +EXPORT_SYMBOL vmlinux 0x9b6c724e xudma_pktdma_tflow_get_irq +EXPORT_SYMBOL vmlinux 0x9b72478f acpi_unload_parent_table +EXPORT_SYMBOL vmlinux 0x9b797bfd sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x9b8e5377 sock_recvmsg +EXPORT_SYMBOL vmlinux 0x9bbe274c pci_enable_device_io +EXPORT_SYMBOL vmlinux 0x9bd5c8f5 serio_rescan +EXPORT_SYMBOL vmlinux 0x9bfb7d8a tty_register_ldisc +EXPORT_SYMBOL vmlinux 0x9c122bcf mempool_create_node +EXPORT_SYMBOL vmlinux 0x9c143517 inet_addr_type_table +EXPORT_SYMBOL vmlinux 0x9c1e5bf5 queued_spin_lock_slowpath +EXPORT_SYMBOL vmlinux 0x9c3d9e36 dquot_load_quota_sb +EXPORT_SYMBOL vmlinux 0x9c5a2ada ucc_fast_dump_regs +EXPORT_SYMBOL vmlinux 0x9c5d5b94 crc8 +EXPORT_SYMBOL vmlinux 0x9c6f94ed fwnode_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0x9c703134 i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0x9c79caa6 kobject_init +EXPORT_SYMBOL vmlinux 0x9c86b9ab fileattr_fill_flags +EXPORT_SYMBOL vmlinux 0x9c87dc12 tcf_action_set_ctrlact +EXPORT_SYMBOL vmlinux 0x9c9aa3b9 parse_int_array_user +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9ccd9bd4 pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0x9ccf7171 vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x9cdfb3f7 sysctl_fb_tunnels_only_for_init_net +EXPORT_SYMBOL vmlinux 0x9ce006c9 tegra_ivc_notified +EXPORT_SYMBOL vmlinux 0x9ce55e64 __pci_register_driver +EXPORT_SYMBOL vmlinux 0x9ce6f220 ipv4_specific +EXPORT_SYMBOL vmlinux 0x9cee8bef bdi_unregister +EXPORT_SYMBOL vmlinux 0x9d075cf9 folio_migrate_flags +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d10a7bb napi_consume_skb +EXPORT_SYMBOL vmlinux 0x9d1a5e3a __memcpy +EXPORT_SYMBOL vmlinux 0x9d1ba575 of_root +EXPORT_SYMBOL vmlinux 0x9d26675e zstd_cstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x9d2ab8ac __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x9d2e7707 unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0x9d355f24 dev_mc_del_global +EXPORT_SYMBOL vmlinux 0x9d35f271 create_empty_buffers +EXPORT_SYMBOL vmlinux 0x9d3f3503 param_ops_bint +EXPORT_SYMBOL vmlinux 0x9d61e994 ucs2_strncmp +EXPORT_SYMBOL vmlinux 0x9d6913ee param_get_bool +EXPORT_SYMBOL vmlinux 0x9d713345 pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x9d7bff3f tcp_sock_set_user_timeout +EXPORT_SYMBOL vmlinux 0x9d92f3ad __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x9db35ce3 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0x9dd9df13 dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0x9ddd0a64 genphy_c45_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x9deb087d tcp_filter +EXPORT_SYMBOL vmlinux 0x9deb92ed blkdev_compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0x9df21d0e qman_affine_channel +EXPORT_SYMBOL vmlinux 0x9df995fb stack_depot_set_extra_bits +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e0fa5ae hsiphash_3u32 +EXPORT_SYMBOL vmlinux 0x9e12d669 mdio_device_create +EXPORT_SYMBOL vmlinux 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL vmlinux 0x9e2513f4 of_translate_dma_address +EXPORT_SYMBOL vmlinux 0x9e2737f0 acpi_install_interface_handler +EXPORT_SYMBOL vmlinux 0x9e3e0859 input_flush_device +EXPORT_SYMBOL vmlinux 0x9e40544d setattr_copy +EXPORT_SYMBOL vmlinux 0x9e4bd8c9 netdev_lower_state_changed +EXPORT_SYMBOL vmlinux 0x9e4d2959 done_path_create +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e5b3fe4 mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x9e5e0510 unpin_user_pages_dirty_lock +EXPORT_SYMBOL vmlinux 0x9e5e750d node_to_cpumask_map +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e7152dc __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x9e72927d ethtool_aggregate_phy_stats +EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay +EXPORT_SYMBOL vmlinux 0x9e9db5fe find_inode_by_ino_rcu +EXPORT_SYMBOL vmlinux 0x9e9eab95 devcgroup_check_permission +EXPORT_SYMBOL vmlinux 0x9e9fdd9d memunmap +EXPORT_SYMBOL vmlinux 0x9eacf8a5 kstrndup +EXPORT_SYMBOL vmlinux 0x9eb187fa xudma_pktdma_rflow_get_irq +EXPORT_SYMBOL vmlinux 0x9ebcbbca page_pool_alloc_pages +EXPORT_SYMBOL vmlinux 0x9ec0e639 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0x9ec6ca96 ktime_get_real_ts64 +EXPORT_SYMBOL vmlinux 0x9ed12e20 kmalloc_large +EXPORT_SYMBOL vmlinux 0x9ed7c847 brcmstb_get_family_id +EXPORT_SYMBOL vmlinux 0x9ed978de vme_lm_set +EXPORT_SYMBOL vmlinux 0x9eef5f63 phy_reset_after_clk_enable +EXPORT_SYMBOL vmlinux 0x9f058c1d blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0x9f07d3e3 param_get_ushort +EXPORT_SYMBOL vmlinux 0x9f212cdf mark_buffer_write_io_error +EXPORT_SYMBOL vmlinux 0x9f2152a5 dquot_acquire +EXPORT_SYMBOL vmlinux 0x9f263b8b vmf_insert_mixed +EXPORT_SYMBOL vmlinux 0x9f276db7 __i2c_transfer +EXPORT_SYMBOL vmlinux 0x9f277948 kill_pid +EXPORT_SYMBOL vmlinux 0x9f28c003 scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0x9f38c1db dma_alloc_attrs +EXPORT_SYMBOL vmlinux 0x9f3e64f2 kern_unmount +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f4f2aa3 acpi_gbl_FADT +EXPORT_SYMBOL vmlinux 0x9f50b770 keyring_restrict +EXPORT_SYMBOL vmlinux 0x9f54ead7 gro_cells_destroy +EXPORT_SYMBOL vmlinux 0x9f6b0d59 pci_ep_cfs_add_epf_group +EXPORT_SYMBOL vmlinux 0x9f76baf4 _raw_write_unlock_irq +EXPORT_SYMBOL vmlinux 0x9f7d7dbb logic_outsw +EXPORT_SYMBOL vmlinux 0x9f82a5c2 pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x9f89d722 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9fa7184a cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x9fb41842 netdev_offload_xstats_report_delta +EXPORT_SYMBOL vmlinux 0x9fbddda7 md_unregister_thread +EXPORT_SYMBOL vmlinux 0x9fc245a1 vme_slot_num +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9feed7ce timer_reduce +EXPORT_SYMBOL vmlinux 0x9ff58d4c sock_dequeue_err_skb +EXPORT_SYMBOL vmlinux 0x9ffa3574 dev_addr_add +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa00aca2a dql_completed +EXPORT_SYMBOL vmlinux 0xa01d3df6 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0xa02aa74a __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xa033d747 next_arg +EXPORT_SYMBOL vmlinux 0xa041edd4 of_graph_get_remote_endpoint +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa049b37d phy_get_eee_err +EXPORT_SYMBOL vmlinux 0xa04e33da qcom_scm_lmh_dcvsh +EXPORT_SYMBOL vmlinux 0xa057df8f twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xa05b6be2 psched_ppscfg_precompute +EXPORT_SYMBOL vmlinux 0xa05ecd8c _dev_notice +EXPORT_SYMBOL vmlinux 0xa07a37f0 memchr +EXPORT_SYMBOL vmlinux 0xa07d1b3c tasklet_setup +EXPORT_SYMBOL vmlinux 0xa084749a __bitmap_or +EXPORT_SYMBOL vmlinux 0xa095e02e generic_check_addressable +EXPORT_SYMBOL vmlinux 0xa0ae1e73 siphash_3u64 +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0bf33b9 kernel_getpeername +EXPORT_SYMBOL vmlinux 0xa0cdbadc get_user_pages_remote +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0eae826 smp_call_function +EXPORT_SYMBOL vmlinux 0xa0ebd14c sysctl_tcp_mem +EXPORT_SYMBOL vmlinux 0xa0ebd437 hdmi_drm_infoframe_check +EXPORT_SYMBOL vmlinux 0xa0effb36 i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0xa0f10085 __sg_free_table +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa101442d ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0xa1042ed3 blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa1156bbb skb_clone +EXPORT_SYMBOL vmlinux 0xa115da49 __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0xa1498c07 km_state_expired +EXPORT_SYMBOL vmlinux 0xa1572fda twl6040_set_bits +EXPORT_SYMBOL vmlinux 0xa16bc236 iget_locked +EXPORT_SYMBOL vmlinux 0xa1b6df16 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0xa1c2a2e0 __fput_sync +EXPORT_SYMBOL vmlinux 0xa1ccf260 nf_log_packet +EXPORT_SYMBOL vmlinux 0xa2060911 inet_current_timestamp +EXPORT_SYMBOL vmlinux 0xa2207635 uart_get_divisor +EXPORT_SYMBOL vmlinux 0xa2326c49 acpi_remove_table_handler +EXPORT_SYMBOL vmlinux 0xa23ffc04 groups_sort +EXPORT_SYMBOL vmlinux 0xa24ad735 genl_register_family +EXPORT_SYMBOL vmlinux 0xa24f23d8 __request_module +EXPORT_SYMBOL vmlinux 0xa258d5e5 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0xa25ff7a1 inode_io_list_del +EXPORT_SYMBOL vmlinux 0xa26143c2 do_splice_direct +EXPORT_SYMBOL vmlinux 0xa263892b fscrypt_fname_free_buffer +EXPORT_SYMBOL vmlinux 0xa27a7a8b d_alloc_name +EXPORT_SYMBOL vmlinux 0xa2815549 udp_seq_next +EXPORT_SYMBOL vmlinux 0xa28cfcc0 gen_estimator_active +EXPORT_SYMBOL vmlinux 0xa29b4f9b set_page_writeback +EXPORT_SYMBOL vmlinux 0xa2ac6e1f proc_symlink +EXPORT_SYMBOL vmlinux 0xa2c08277 napi_complete_done +EXPORT_SYMBOL vmlinux 0xa2cf3649 qman_fq_fqid +EXPORT_SYMBOL vmlinux 0xa2d4b75e qcom_scm_iommu_set_cp_pool_size +EXPORT_SYMBOL vmlinux 0xa2d7ec8d __SCK__tp_func_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xa2e5c5f6 mntput +EXPORT_SYMBOL vmlinux 0xa2ed8ec5 pci_alloc_dev +EXPORT_SYMBOL vmlinux 0xa30173ee ucc_of_parse_tdm +EXPORT_SYMBOL vmlinux 0xa3201caf mipi_dsi_dcs_set_column_address +EXPORT_SYMBOL vmlinux 0xa32339c9 sock_no_getname +EXPORT_SYMBOL vmlinux 0xa330b365 try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0xa334ba7d copy_splice_read +EXPORT_SYMBOL vmlinux 0xa3394ba7 nla_reserve +EXPORT_SYMBOL vmlinux 0xa339e6e5 on_each_cpu_cond_mask +EXPORT_SYMBOL vmlinux 0xa3522df5 qman_query_fq_np +EXPORT_SYMBOL vmlinux 0xa37d6e22 dev_get_port_parent_id +EXPORT_SYMBOL vmlinux 0xa38e377c devm_mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0xa39aa3e4 devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0xa3ad1674 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0xa3b014a7 is_nvdimm_bus_locked +EXPORT_SYMBOL vmlinux 0xa3be8342 __ubsan_handle_type_mismatch +EXPORT_SYMBOL vmlinux 0xa3bfe057 d_make_root +EXPORT_SYMBOL vmlinux 0xa3cefaa0 blake2s_update +EXPORT_SYMBOL vmlinux 0xa3d43624 dquot_get_next_id +EXPORT_SYMBOL vmlinux 0xa3d787bd fscrypt_decrypt_block_inplace +EXPORT_SYMBOL vmlinux 0xa3db8ea4 dma_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0xa3ee3d1d module_layout +EXPORT_SYMBOL vmlinux 0xa3fea172 sha224_final +EXPORT_SYMBOL vmlinux 0xa4013ad0 eth_mac_addr +EXPORT_SYMBOL vmlinux 0xa40ff01b acpi_dbg_layer +EXPORT_SYMBOL vmlinux 0xa41e5ecf cdrom_release +EXPORT_SYMBOL vmlinux 0xa4223b35 kmem_cache_create_usercopy +EXPORT_SYMBOL vmlinux 0xa438593e locks_copy_lock +EXPORT_SYMBOL vmlinux 0xa440d121 flow_keys_dissector +EXPORT_SYMBOL vmlinux 0xa448c653 qcom_scm_ice_set_key +EXPORT_SYMBOL vmlinux 0xa44ed4fe nvdimm_namespace_disk_name +EXPORT_SYMBOL vmlinux 0xa46013c9 sg_miter_next +EXPORT_SYMBOL vmlinux 0xa460843c phys_mem_access_prot +EXPORT_SYMBOL vmlinux 0xa470c30d generic_key_instantiate +EXPORT_SYMBOL vmlinux 0xa473dcbf tcp_md5_key_copy +EXPORT_SYMBOL vmlinux 0xa47739ca jbd2_fc_end_commit +EXPORT_SYMBOL vmlinux 0xa4880d3d init_pseudo +EXPORT_SYMBOL vmlinux 0xa49465a1 device_match_acpi_dev +EXPORT_SYMBOL vmlinux 0xa4b208d0 flow_rule_match_meta +EXPORT_SYMBOL vmlinux 0xa4b7da4f of_phy_register_fixed_link +EXPORT_SYMBOL vmlinux 0xa4ce559c __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0xa4d3ba75 xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xa4fca045 qcom_scm_ocmem_lock +EXPORT_SYMBOL vmlinux 0xa515218e mii_nway_restart +EXPORT_SYMBOL vmlinux 0xa52bedf6 xenbus_dev_request_and_reply +EXPORT_SYMBOL vmlinux 0xa530753e __napi_alloc_skb +EXPORT_SYMBOL vmlinux 0xa54b9063 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0xa54bade2 __block_write_begin +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa56baf76 dm_table_event +EXPORT_SYMBOL vmlinux 0xa58a8518 vme_master_mmap +EXPORT_SYMBOL vmlinux 0xa58af0a6 _raw_read_unlock_irq +EXPORT_SYMBOL vmlinux 0xa5976e4f dev_base_lock +EXPORT_SYMBOL vmlinux 0xa59b99f7 scsi_host_get +EXPORT_SYMBOL vmlinux 0xa59df18d serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0xa5a37a22 iommu_dma_get_resv_regions +EXPORT_SYMBOL vmlinux 0xa5b52503 security_inet_conn_established +EXPORT_SYMBOL vmlinux 0xa5b82f4b ww_mutex_lock +EXPORT_SYMBOL vmlinux 0xa5c158ff rproc_of_parse_firmware +EXPORT_SYMBOL vmlinux 0xa5c9edff scsi_dma_map +EXPORT_SYMBOL vmlinux 0xa5f7cf37 __cpu_possible_mask +EXPORT_SYMBOL vmlinux 0xa6000d96 blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0xa600791b input_get_keycode +EXPORT_SYMBOL vmlinux 0xa60faf28 tcp_sock_set_quickack +EXPORT_SYMBOL vmlinux 0xa61b5bc5 dquot_load_quota_inode +EXPORT_SYMBOL vmlinux 0xa61ced89 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0xa6257a2f complete +EXPORT_SYMBOL vmlinux 0xa62b7326 inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0xa630a405 _dev_alert +EXPORT_SYMBOL vmlinux 0xa630c4a8 try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xa643bc46 vlan_for_each +EXPORT_SYMBOL vmlinux 0xa64449b1 udp_lib_rehash +EXPORT_SYMBOL vmlinux 0xa6457c89 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0xa648e561 __ubsan_handle_shift_out_of_bounds +EXPORT_SYMBOL vmlinux 0xa64c7249 __printk_cpu_sync_try_get +EXPORT_SYMBOL vmlinux 0xa65c6def alt_cb_patch_nops +EXPORT_SYMBOL vmlinux 0xa6618043 mpage_readahead +EXPORT_SYMBOL vmlinux 0xa66fddc7 xsk_tx_peek_release_desc_batch +EXPORT_SYMBOL vmlinux 0xa67a06c8 path_put +EXPORT_SYMBOL vmlinux 0xa67f9e1a __splice_from_pipe +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa6964470 dev_get_stats +EXPORT_SYMBOL vmlinux 0xa6bb2b32 invalidate_disk +EXPORT_SYMBOL vmlinux 0xa6c976f7 i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0xa6ce3f63 nd_device_notify +EXPORT_SYMBOL vmlinux 0xa6d2c73c blk_rq_init +EXPORT_SYMBOL vmlinux 0xa6e8ab16 inet_release +EXPORT_SYMBOL vmlinux 0xa70bc96d qcom_scm_restore_sec_cfg_available +EXPORT_SYMBOL vmlinux 0xa70c1aef twl6040_reg_write +EXPORT_SYMBOL vmlinux 0xa70ed9dc tcp_hashinfo +EXPORT_SYMBOL vmlinux 0xa714f5b9 generic_fill_statx_attr +EXPORT_SYMBOL vmlinux 0xa71acc92 fman_port_config +EXPORT_SYMBOL vmlinux 0xa72035f9 xa_get_order +EXPORT_SYMBOL vmlinux 0xa7423aae tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0xa747fd41 cdev_device_del +EXPORT_SYMBOL vmlinux 0xa74a1592 __dev_get_by_flags +EXPORT_SYMBOL vmlinux 0xa74c9877 refcount_dec_and_rtnl_lock +EXPORT_SYMBOL vmlinux 0xa77bfd29 register_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0xa7855e78 vme_dma_list_free +EXPORT_SYMBOL vmlinux 0xa7872f0d dentry_path_raw +EXPORT_SYMBOL vmlinux 0xa79a6d6f mdiobus_setup_mdiodev_from_board_info +EXPORT_SYMBOL vmlinux 0xa79c8440 tegra_ivc_reset +EXPORT_SYMBOL vmlinux 0xa7a6f21c scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0xa7ac82a2 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0xa7b607aa logfc +EXPORT_SYMBOL vmlinux 0xa7c5c9b9 bio_add_page +EXPORT_SYMBOL vmlinux 0xa7cef03e mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0xa7cf2c3f tty_kref_put +EXPORT_SYMBOL vmlinux 0xa7d5a8a3 netlink_ack +EXPORT_SYMBOL vmlinux 0xa7d5f92e ida_destroy +EXPORT_SYMBOL vmlinux 0xa7db8e63 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0xa7eedcc4 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xa7ef09ef devm_gen_pool_create +EXPORT_SYMBOL vmlinux 0xa7f5a3f2 eth_header_cache_update +EXPORT_SYMBOL vmlinux 0xa7f60df6 fman_bind +EXPORT_SYMBOL vmlinux 0xa7fd87dc zpool_register_driver +EXPORT_SYMBOL vmlinux 0xa81f5685 param_ops_hexint +EXPORT_SYMBOL vmlinux 0xa8304071 skb_flow_dissect_meta +EXPORT_SYMBOL vmlinux 0xa8314383 jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0xa83d300f sys_imageblit +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa84ce9e0 crypto_aes_inv_sbox +EXPORT_SYMBOL vmlinux 0xa853396b xa_extract +EXPORT_SYMBOL vmlinux 0xa85a3e6d xa_load +EXPORT_SYMBOL vmlinux 0xa86090e8 dquot_free_inode +EXPORT_SYMBOL vmlinux 0xa8666dab genphy_loopback +EXPORT_SYMBOL vmlinux 0xa8676398 __tracepoint_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xa8694ecd kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0xa897e3e7 mempool_free +EXPORT_SYMBOL vmlinux 0xa89a1cf1 ipmi_dmi_get_slave_addr +EXPORT_SYMBOL vmlinux 0xa8a8110c kernel_neon_end +EXPORT_SYMBOL vmlinux 0xa8b13303 udp_skb_destructor +EXPORT_SYMBOL vmlinux 0xa8b9eb33 max8925_bulk_write +EXPORT_SYMBOL vmlinux 0xa8caa845 clk_bulk_put_all +EXPORT_SYMBOL vmlinux 0xa8ceedca revert_creds +EXPORT_SYMBOL vmlinux 0xa8e37311 param_get_invbool +EXPORT_SYMBOL vmlinux 0xa8e5e955 sync_inodes_sb +EXPORT_SYMBOL vmlinux 0xa8e6933a qdf2400_e44_present +EXPORT_SYMBOL vmlinux 0xa8ee8242 i2c_get_adapter_by_fwnode +EXPORT_SYMBOL vmlinux 0xa8f6c843 ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xa90ca0de flush_rcu_work +EXPORT_SYMBOL vmlinux 0xa90e6cc0 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa917c1de blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xa920a1d2 sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0xa9261135 max8998_update_reg +EXPORT_SYMBOL vmlinux 0xa942af18 netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0xa94a09bb mem_section +EXPORT_SYMBOL vmlinux 0xa950e303 rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0xa95a00a4 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0xa964dd13 gpmc_cs_request +EXPORT_SYMBOL vmlinux 0xa965ca81 reciprocal_value +EXPORT_SYMBOL vmlinux 0xa9671efc iov_iter_npages +EXPORT_SYMBOL vmlinux 0xa971c24b mmc_retune_unpause +EXPORT_SYMBOL vmlinux 0xa976957d bitmap_remap +EXPORT_SYMBOL vmlinux 0xa979d8bf dquot_initialize_needed +EXPORT_SYMBOL vmlinux 0xa981dbde iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0xa9a30b5c rtnl_create_link +EXPORT_SYMBOL vmlinux 0xa9b695bb inode_query_iversion +EXPORT_SYMBOL vmlinux 0xa9b92692 nvdimm_namespace_locked +EXPORT_SYMBOL vmlinux 0xa9c9af42 genphy_c45_eee_is_active +EXPORT_SYMBOL vmlinux 0xa9d65020 dump_skip +EXPORT_SYMBOL vmlinux 0xa9ed62d2 tegra_fuse_readl +EXPORT_SYMBOL vmlinux 0xa9f3203b dm_table_get_size +EXPORT_SYMBOL vmlinux 0xa9fd36c9 udp_ioctl +EXPORT_SYMBOL vmlinux 0xaa00fdc0 ec_transaction +EXPORT_SYMBOL vmlinux 0xaa0c318b vscnprintf +EXPORT_SYMBOL vmlinux 0xaa0ca6c1 tcp_splice_read +EXPORT_SYMBOL vmlinux 0xaa19e273 mmc_can_trim +EXPORT_SYMBOL vmlinux 0xaa19e4aa _kstrtol +EXPORT_SYMBOL vmlinux 0xaa259ea8 pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0xaa2a9541 __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0xaa2ab7f3 ipv6_push_frag_opts +EXPORT_SYMBOL vmlinux 0xaa31bf9c module_put +EXPORT_SYMBOL vmlinux 0xaa341905 acpi_bios_exception +EXPORT_SYMBOL vmlinux 0xaa4c4db1 tso_start +EXPORT_SYMBOL vmlinux 0xaa6bc365 devm_of_find_backlight +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa8106bc crc8_populate_msb +EXPORT_SYMBOL vmlinux 0xaa8f1b71 inet_addr_is_any +EXPORT_SYMBOL vmlinux 0xaaa4b9bc hchacha_block_generic +EXPORT_SYMBOL vmlinux 0xaaa50fb2 qcom_scm_lmh_profile_change +EXPORT_SYMBOL vmlinux 0xaaa7b8ce to_ndd +EXPORT_SYMBOL vmlinux 0xaab7aff0 page_pool_return_skb_page +EXPORT_SYMBOL vmlinux 0xaab9e0ad poll_freewait +EXPORT_SYMBOL vmlinux 0xaac9cd28 remove_watch_from_object +EXPORT_SYMBOL vmlinux 0xaaca96d7 kfree_skb_partial +EXPORT_SYMBOL vmlinux 0xaacf03c1 dma_fence_signal +EXPORT_SYMBOL vmlinux 0xaad0ae78 __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0xaad68623 mr_mfc_seq_idx +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaad8c7d6 default_wake_function +EXPORT_SYMBOL vmlinux 0xaadcdfc8 phy_do_ioctl_running +EXPORT_SYMBOL vmlinux 0xaae6b05f netif_rx +EXPORT_SYMBOL vmlinux 0xaae8ab0e acpi_bus_power_manageable +EXPORT_SYMBOL vmlinux 0xaaf4a334 qcom_scm_set_cold_boot_addr +EXPORT_SYMBOL vmlinux 0xaaf78a7b inet_twsk_deschedule_put +EXPORT_SYMBOL vmlinux 0xaafa7ec8 zero_fill_bio +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab02140c pnp_possible_config +EXPORT_SYMBOL vmlinux 0xab1299b5 security_inode_init_security +EXPORT_SYMBOL vmlinux 0xab159035 unregister_md_personality +EXPORT_SYMBOL vmlinux 0xab174e8a dev_driver_string +EXPORT_SYMBOL vmlinux 0xab1b5c8b of_device_get_match_data +EXPORT_SYMBOL vmlinux 0xab24f950 param_get_byte +EXPORT_SYMBOL vmlinux 0xab2da31e flow_rule_match_enc_ipv6_addrs +EXPORT_SYMBOL vmlinux 0xab3697e4 irq_poll_init +EXPORT_SYMBOL vmlinux 0xab388810 dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0xab39aa94 security_sk_clone +EXPORT_SYMBOL vmlinux 0xab3b75ea vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0xab4c78c6 sk_ns_capable +EXPORT_SYMBOL vmlinux 0xab4edace tcf_exts_dump +EXPORT_SYMBOL vmlinux 0xab567371 udpv6_sendmsg +EXPORT_SYMBOL vmlinux 0xab5dbcf7 pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0xab600421 probe_irq_off +EXPORT_SYMBOL vmlinux 0xab63baa5 unregister_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xab6642e4 dev_pick_tx_zero +EXPORT_SYMBOL vmlinux 0xab67a0ac dql_init +EXPORT_SYMBOL vmlinux 0xab6d5b3b hex_to_bin +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab95ed50 md_reload_sb +EXPORT_SYMBOL vmlinux 0xabcc0673 netdev_has_upper_dev_all_rcu +EXPORT_SYMBOL vmlinux 0xabdd5c82 skb_vlan_pop +EXPORT_SYMBOL vmlinux 0xabe406da of_graph_get_next_endpoint +EXPORT_SYMBOL vmlinux 0xabe4a238 elv_rb_add +EXPORT_SYMBOL vmlinux 0xabeb5c5a cookie_ecn_ok +EXPORT_SYMBOL vmlinux 0xabf32f29 utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0xac0122d6 tcf_chain_put_by_act +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac3201b0 udp_flow_hashrnd +EXPORT_SYMBOL vmlinux 0xac3383ac of_phy_get_and_connect +EXPORT_SYMBOL vmlinux 0xac5288ea tegra_ivc_cleanup +EXPORT_SYMBOL vmlinux 0xac537ac2 percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0xac5ea999 of_find_node_by_phandle +EXPORT_SYMBOL vmlinux 0xac5fcec0 in4_pton +EXPORT_SYMBOL vmlinux 0xac8a70fa blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0xac8fc774 xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0xac902e1a registered_fb +EXPORT_SYMBOL vmlinux 0xac9ed9a3 flow_block_cb_setup_simple +EXPORT_SYMBOL vmlinux 0xaca804ee rproc_of_resm_mem_entry_init +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacaba1ff noop_llseek +EXPORT_SYMBOL vmlinux 0xacbb3d97 msi_desc_to_pci_dev +EXPORT_SYMBOL vmlinux 0xacc41427 pci_fixup_device +EXPORT_SYMBOL vmlinux 0xacd60b20 simple_get_link +EXPORT_SYMBOL vmlinux 0xacd81eb3 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0xacddd806 ptp_get_vclocks_index +EXPORT_SYMBOL vmlinux 0xacedbb1c component_match_add_typed +EXPORT_SYMBOL vmlinux 0xacf00ddc security_sctp_assoc_request +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacf649bf audit_log_task_info +EXPORT_SYMBOL vmlinux 0xad01a489 dm_get_device +EXPORT_SYMBOL vmlinux 0xad037279 folio_end_private_2 +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad09e105 irq_domain_set_info +EXPORT_SYMBOL vmlinux 0xad2216d6 tcf_qevent_validate_change +EXPORT_SYMBOL vmlinux 0xad2b81a0 folio_wait_private_2 +EXPORT_SYMBOL vmlinux 0xad2e932c tcp_gro_complete +EXPORT_SYMBOL vmlinux 0xad3ea04c qman_p_irqsource_remove +EXPORT_SYMBOL vmlinux 0xad549ba1 input_grab_device +EXPORT_SYMBOL vmlinux 0xad5d9d35 __filemap_get_folio +EXPORT_SYMBOL vmlinux 0xad66f3eb pmem_sector_size +EXPORT_SYMBOL vmlinux 0xad682b8f xudma_rchanrt_write +EXPORT_SYMBOL vmlinux 0xad6ba40e radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0xad6f38d4 __dquot_transfer +EXPORT_SYMBOL vmlinux 0xad73041f autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xad8641ae phy_attached_info_irq +EXPORT_SYMBOL vmlinux 0xad8cce8b tty_name +EXPORT_SYMBOL vmlinux 0xad9901ae bit_waitqueue +EXPORT_SYMBOL vmlinux 0xad9ba474 tty_port_destroy +EXPORT_SYMBOL vmlinux 0xada31e57 gen_pool_dma_alloc_align +EXPORT_SYMBOL vmlinux 0xada7cba8 security_task_getsecid_obj +EXPORT_SYMBOL vmlinux 0xadae6df8 blake2s_final +EXPORT_SYMBOL vmlinux 0xadbeed61 mipi_dsi_packet_format_is_long +EXPORT_SYMBOL vmlinux 0xadcbe956 __dquot_free_space +EXPORT_SYMBOL vmlinux 0xadd139d4 rfs_needed +EXPORT_SYMBOL vmlinux 0xadd7528d netdev_set_tc_queue +EXPORT_SYMBOL vmlinux 0xaddeedb2 input_free_device +EXPORT_SYMBOL vmlinux 0xadeecdc6 devfreq_update_status +EXPORT_SYMBOL vmlinux 0xadf3fbad kthread_create_on_node +EXPORT_SYMBOL vmlinux 0xadf533d5 inet_frag_find +EXPORT_SYMBOL vmlinux 0xae028e9f nvdimm_namespace_capacity +EXPORT_SYMBOL vmlinux 0xae033f4a jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0xae04012c __vmalloc +EXPORT_SYMBOL vmlinux 0xae1d2c5e fb_modesetting_disabled +EXPORT_SYMBOL vmlinux 0xae316c11 icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0xae33c403 xudma_navss_psil_unpair +EXPORT_SYMBOL vmlinux 0xae3fc8f5 memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0xae4b8d1a i2c_find_adapter_by_fwnode +EXPORT_SYMBOL vmlinux 0xae4de121 mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0xae537c00 pci_free_irq +EXPORT_SYMBOL vmlinux 0xae5a04bb acpi_evaluate_dsm +EXPORT_SYMBOL vmlinux 0xae5ccdf6 neigh_parms_release +EXPORT_SYMBOL vmlinux 0xae600d49 unregister_netdev +EXPORT_SYMBOL vmlinux 0xae66472b scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0xae7c2908 devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0xae9f7fc7 tcp_poll +EXPORT_SYMBOL vmlinux 0xae9f8979 rproc_boot +EXPORT_SYMBOL vmlinux 0xaea98a38 dm_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xaeac049a generate_random_guid +EXPORT_SYMBOL vmlinux 0xaeaf9a01 pci_choose_state +EXPORT_SYMBOL vmlinux 0xaeb082ad _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0xaeb1aec0 xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0xaebd12f0 acpi_get_name +EXPORT_SYMBOL vmlinux 0xaec3e6d4 tcp_getsockopt +EXPORT_SYMBOL vmlinux 0xaed9042e xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0xaedd0c02 input_open_device +EXPORT_SYMBOL vmlinux 0xaede1db6 scsi_done +EXPORT_SYMBOL vmlinux 0xaede442f request_partial_firmware_into_buf +EXPORT_SYMBOL vmlinux 0xaeff68ca scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0xaf07d385 would_dump +EXPORT_SYMBOL vmlinux 0xaf0f0c23 sk_filter_trim_cap +EXPORT_SYMBOL vmlinux 0xaf10a7a2 padata_alloc_shell +EXPORT_SYMBOL vmlinux 0xaf1502cd mnt_set_expiry +EXPORT_SYMBOL vmlinux 0xaf22ecaa register_md_personality +EXPORT_SYMBOL vmlinux 0xaf366408 acpi_device_set_power +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf4f56e4 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0xaf56600a arm64_use_ng_mappings +EXPORT_SYMBOL vmlinux 0xaf5a59f0 param_set_bint +EXPORT_SYMBOL vmlinux 0xaf5fbdbd hdmi_infoframe_log +EXPORT_SYMBOL vmlinux 0xaf8516cd xfrm6_rcv_tnl +EXPORT_SYMBOL vmlinux 0xafa22f18 vfs_path_lookup +EXPORT_SYMBOL vmlinux 0xafaa6031 _find_next_and_bit +EXPORT_SYMBOL vmlinux 0xafb864c1 refcount_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0xafc074c4 register_netdev +EXPORT_SYMBOL vmlinux 0xafc08054 dotdot_name +EXPORT_SYMBOL vmlinux 0xafc0b12c dquot_destroy +EXPORT_SYMBOL vmlinux 0xafc6c68e zstd_is_error +EXPORT_SYMBOL vmlinux 0xafcc8730 elv_bio_merge_ok +EXPORT_SYMBOL vmlinux 0xb0042961 tty_port_close_start +EXPORT_SYMBOL vmlinux 0xb01bebf9 xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xb035a6ed skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0xb03ebdb4 ip6tun_encaps +EXPORT_SYMBOL vmlinux 0xb04a43ad __xa_alloc_cyclic +EXPORT_SYMBOL vmlinux 0xb04ca733 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0xb04cb899 netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0xb04f1305 nf_getsockopt +EXPORT_SYMBOL vmlinux 0xb058ca07 dim_calc_stats +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb0617db4 wait_for_completion_state +EXPORT_SYMBOL vmlinux 0xb072ae57 dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0xb07eeb81 fsl_ifc_ctrl_dev +EXPORT_SYMBOL vmlinux 0xb07ff121 cdrom_dummy_generic_packet +EXPORT_SYMBOL vmlinux 0xb09d459f set_create_files_as +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0b67b94 phy_attached_info +EXPORT_SYMBOL vmlinux 0xb0c54407 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0xb0c5e247 lockref_put_return +EXPORT_SYMBOL vmlinux 0xb0c80e73 __dev_remove_pack +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0e9e161 kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0xb0ed691a generic_file_mmap +EXPORT_SYMBOL vmlinux 0xb0fe8498 param_ops_ulong +EXPORT_SYMBOL vmlinux 0xb10a1c40 nf_hook_slow +EXPORT_SYMBOL vmlinux 0xb1105902 inet_csk_reqsk_queue_drop +EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb12ba66c mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb1342cdb _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0xb13ed886 dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0xb147cc24 vmf_insert_mixed_mkwrite +EXPORT_SYMBOL vmlinux 0xb14ab1ef hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0xb14fc46a find_next_clump8 +EXPORT_SYMBOL vmlinux 0xb1518e15 cancel_work +EXPORT_SYMBOL vmlinux 0xb15b8cc8 dup_iter +EXPORT_SYMBOL vmlinux 0xb1883c73 init_net +EXPORT_SYMBOL vmlinux 0xb1c33eb5 pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1db9a69 fsl_ifc_find +EXPORT_SYMBOL vmlinux 0xb1ddf995 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xb1ef2d50 cred_fscmp +EXPORT_SYMBOL vmlinux 0xb21cc966 pps_lookup_dev +EXPORT_SYMBOL vmlinux 0xb21f8ad2 inode_permission +EXPORT_SYMBOL vmlinux 0xb221646b dev_get_by_napi_id +EXPORT_SYMBOL vmlinux 0xb22e16d5 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xb23027c1 kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xb24de81f flow_rule_match_ipv4_addrs +EXPORT_SYMBOL vmlinux 0xb25a1187 nd_region_acquire_lane +EXPORT_SYMBOL vmlinux 0xb25e694d udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0xb26f5ee4 skb_copy_and_csum_datagram_msg +EXPORT_SYMBOL vmlinux 0xb274ede2 sunxi_sram_release +EXPORT_SYMBOL vmlinux 0xb28070d0 key_validate +EXPORT_SYMBOL vmlinux 0xb2820ec1 __ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0xb28be93b crypto_sha1_finup +EXPORT_SYMBOL vmlinux 0xb2a9cf10 neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0xb2bcb088 acpi_current_gpe_count +EXPORT_SYMBOL vmlinux 0xb2df628c param_get_ulong +EXPORT_SYMBOL vmlinux 0xb2e234bf flow_block_cb_decref +EXPORT_SYMBOL vmlinux 0xb2ead97c kimage_vaddr +EXPORT_SYMBOL vmlinux 0xb2f35c6a xxh64 +EXPORT_SYMBOL vmlinux 0xb2f53dae skb_splice_from_iter +EXPORT_SYMBOL vmlinux 0xb2f5a3af pci_get_device +EXPORT_SYMBOL vmlinux 0xb2fc6707 pm860x_reg_write +EXPORT_SYMBOL vmlinux 0xb2fcb56d queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xb306ec50 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0xb308c97d wait_woken +EXPORT_SYMBOL vmlinux 0xb30b9822 vme_master_set +EXPORT_SYMBOL vmlinux 0xb31b111e blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0xb3258f79 __ubsan_handle_type_mismatch_v1 +EXPORT_SYMBOL vmlinux 0xb32728bb qcom_scm_iommu_secure_ptbl_init +EXPORT_SYMBOL vmlinux 0xb32cdfac remove_arg_zero +EXPORT_SYMBOL vmlinux 0xb34dca1c kryo_l2_get_indirect_reg +EXPORT_SYMBOL vmlinux 0xb35a1184 pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0xb3687850 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xb36a2b19 audit_log_start +EXPORT_SYMBOL vmlinux 0xb36d0cb7 phy_suspend +EXPORT_SYMBOL vmlinux 0xb37b813d clkdev_add +EXPORT_SYMBOL vmlinux 0xb3867e6d mtree_insert +EXPORT_SYMBOL vmlinux 0xb386e0fd nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xb391407f address_space_init_once +EXPORT_SYMBOL vmlinux 0xb3942ec7 genphy_check_and_restart_aneg +EXPORT_SYMBOL vmlinux 0xb3a82019 profile_pc +EXPORT_SYMBOL vmlinux 0xb3a8b538 input_set_timestamp +EXPORT_SYMBOL vmlinux 0xb3c089da pcibus_to_node +EXPORT_SYMBOL vmlinux 0xb3d2c76d scsi_hostbyte_string +EXPORT_SYMBOL vmlinux 0xb3d94b32 mdiobus_unregister +EXPORT_SYMBOL vmlinux 0xb3dc8a0a phy_get_c45_ids +EXPORT_SYMBOL vmlinux 0xb3e0450e devm_rproc_add +EXPORT_SYMBOL vmlinux 0xb3e1917c inode_update_time +EXPORT_SYMBOL vmlinux 0xb3e87940 security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0xb3edea43 genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0xb3efed60 vfs_dedupe_file_range +EXPORT_SYMBOL vmlinux 0xb3f0de55 xz_dec_microlzma_run +EXPORT_SYMBOL vmlinux 0xb3f49446 kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0xb3f548ad kmemdup_nul +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb3f834cf mdiobus_get_phy +EXPORT_SYMBOL vmlinux 0xb3f985a8 sg_alloc_table +EXPORT_SYMBOL vmlinux 0xb3fc39af ipv6_dev_find +EXPORT_SYMBOL vmlinux 0xb4043948 acpi_execute_simple_method +EXPORT_SYMBOL vmlinux 0xb4064ec3 page_pool_update_nid +EXPORT_SYMBOL vmlinux 0xb4093986 of_find_node_opts_by_path +EXPORT_SYMBOL vmlinux 0xb41a819e devm_mfd_add_devices +EXPORT_SYMBOL vmlinux 0xb41d0f4c xfrm_if_register_cb +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb42fa5df napi_get_frags +EXPORT_SYMBOL vmlinux 0xb434cafd of_clk_get +EXPORT_SYMBOL vmlinux 0xb442faf3 pnpacpi_protocol +EXPORT_SYMBOL vmlinux 0xb4577003 acpi_dev_present +EXPORT_SYMBOL vmlinux 0xb46e9e88 pcie_get_speed_cap +EXPORT_SYMBOL vmlinux 0xb480c1cc __mdiobus_register +EXPORT_SYMBOL vmlinux 0xb48d4d22 security_sb_eat_lsm_opts +EXPORT_SYMBOL vmlinux 0xb49601a1 sg_zero_buffer +EXPORT_SYMBOL vmlinux 0xb49a7c47 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0xb4ae8133 sock_create_kern +EXPORT_SYMBOL vmlinux 0xb4b068d3 cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0xb4c997b4 xfrm_lookup_with_ifid +EXPORT_SYMBOL vmlinux 0xb4ca3d08 mmc_can_gpio_cd +EXPORT_SYMBOL vmlinux 0xb4d3dc7f ip_sock_set_freebind +EXPORT_SYMBOL vmlinux 0xb4d427b8 pskb_expand_head +EXPORT_SYMBOL vmlinux 0xb4dbce1a ip6_fraglist_prepare +EXPORT_SYMBOL vmlinux 0xb4dcb04e neigh_seq_stop +EXPORT_SYMBOL vmlinux 0xb4f17f21 vfs_path_parent_lookup +EXPORT_SYMBOL vmlinux 0xb50c2f81 tty_check_change +EXPORT_SYMBOL vmlinux 0xb518adbf jbd2_transaction_committed +EXPORT_SYMBOL vmlinux 0xb51d1957 scsi_execute_cmd +EXPORT_SYMBOL vmlinux 0xb53f2810 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0xb5423a99 filemap_invalidate_lock_two +EXPORT_SYMBOL vmlinux 0xb549bc29 fs_context_for_submount +EXPORT_SYMBOL vmlinux 0xb5642313 input_unregister_device +EXPORT_SYMBOL vmlinux 0xb56acf5e jbd2_journal_invalidate_folio +EXPORT_SYMBOL vmlinux 0xb56adc08 padata_alloc +EXPORT_SYMBOL vmlinux 0xb574024f tcp_child_process +EXPORT_SYMBOL vmlinux 0xb5742fb8 pci_scan_slot +EXPORT_SYMBOL vmlinux 0xb57f1e27 fman_port_disable +EXPORT_SYMBOL vmlinux 0xb58d22aa fscrypt_setup_filename +EXPORT_SYMBOL vmlinux 0xb5a42069 ilookup5_nowait +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5b54b34 _raw_spin_unlock +EXPORT_SYMBOL vmlinux 0xb5b63711 fileattr_fill_xflags +EXPORT_SYMBOL vmlinux 0xb5b9f3bd devm_clk_put +EXPORT_SYMBOL vmlinux 0xb5bb8d26 __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xb5d5d566 dm_io +EXPORT_SYMBOL vmlinux 0xb5e73116 flush_delayed_work +EXPORT_SYMBOL vmlinux 0xb6186fc1 get_cached_acl +EXPORT_SYMBOL vmlinux 0xb61c20a8 vme_register_driver +EXPORT_SYMBOL vmlinux 0xb61d6fc2 down_read_interruptible +EXPORT_SYMBOL vmlinux 0xb633f115 irq_poll_enable +EXPORT_SYMBOL vmlinux 0xb654ef65 acpi_os_read_port +EXPORT_SYMBOL vmlinux 0xb658434c flow_rule_match_enc_opts +EXPORT_SYMBOL vmlinux 0xb66e96d8 netlbl_audit_start +EXPORT_SYMBOL vmlinux 0xb671afba t10_pi_type3_ip +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb67ef850 __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0xb67fec0e uuid_parse +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb6976655 acpi_bus_get_status +EXPORT_SYMBOL vmlinux 0xb69a22d6 simple_unlink +EXPORT_SYMBOL vmlinux 0xb6a835a8 skb_dump +EXPORT_SYMBOL vmlinux 0xb6acaa13 phy_sfp_detach +EXPORT_SYMBOL vmlinux 0xb6be3765 tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xb6cb556a _find_first_and_bit +EXPORT_SYMBOL vmlinux 0xb6cd0c66 vlan_vid_del +EXPORT_SYMBOL vmlinux 0xb6cf91fc nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xb6e0c630 sk_wait_data +EXPORT_SYMBOL vmlinux 0xb6e36ce2 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb6ed1b51 flow_rule_match_l2tpv3 +EXPORT_SYMBOL vmlinux 0xb6faad68 dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0xb6fde909 close_fd +EXPORT_SYMBOL vmlinux 0xb70ef238 qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0xb711bccc dmam_alloc_attrs +EXPORT_SYMBOL vmlinux 0xb71589f0 skip_spaces +EXPORT_SYMBOL vmlinux 0xb7172b63 __acpi_mdiobus_register +EXPORT_SYMBOL vmlinux 0xb71e42e7 ppp_input_error +EXPORT_SYMBOL vmlinux 0xb71ed69f __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0xb722d3e3 dma_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0xb737b185 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0xb74c9d30 sk_stream_error +EXPORT_SYMBOL vmlinux 0xb74cb452 pci_scan_bus +EXPORT_SYMBOL vmlinux 0xb76511e3 tcp_recvmsg +EXPORT_SYMBOL vmlinux 0xb7688155 ucc_slow_init +EXPORT_SYMBOL vmlinux 0xb76b20c8 __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0xb76fbfaf nd_btt_probe +EXPORT_SYMBOL vmlinux 0xb772ff1c inode_set_flags +EXPORT_SYMBOL vmlinux 0xb780704b ata_print_version +EXPORT_SYMBOL vmlinux 0xb781e7fe devm_nvmem_cell_put +EXPORT_SYMBOL vmlinux 0xb78debe3 LZ4_decompress_fast_usingDict +EXPORT_SYMBOL vmlinux 0xb799ce48 locks_copy_conflock +EXPORT_SYMBOL vmlinux 0xb7b276e3 kmem_cache_free +EXPORT_SYMBOL vmlinux 0xb7b7fa6e node_states +EXPORT_SYMBOL vmlinux 0xb7c0f443 sort +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb7c84386 flow_rule_match_enc_ip +EXPORT_SYMBOL vmlinux 0xb7cfcd7a tcp_conn_request +EXPORT_SYMBOL vmlinux 0xb7f12f54 mmc_can_erase +EXPORT_SYMBOL vmlinux 0xb801ca4f pipe_lock +EXPORT_SYMBOL vmlinux 0xb8055f54 devm_devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0xb80b4a18 zstd_compress_bound +EXPORT_SYMBOL vmlinux 0xb842716c qcom_scm_ocmem_lock_available +EXPORT_SYMBOL vmlinux 0xb85df894 get_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0xb8605d9c qman_p_static_dequeue_add +EXPORT_SYMBOL vmlinux 0xb8617fb4 tcp_sock_set_cork +EXPORT_SYMBOL vmlinux 0xb86273ad __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xb8681f02 dev_kfree_skb_irq_reason +EXPORT_SYMBOL vmlinux 0xb868ac5c register_sysrq_key +EXPORT_SYMBOL vmlinux 0xb89b6e6b guid_parse +EXPORT_SYMBOL vmlinux 0xb8b043f2 kfree_link +EXPORT_SYMBOL vmlinux 0xb8cedfe3 audit_log +EXPORT_SYMBOL vmlinux 0xb8d2d9d8 of_mdiobus_child_is_phy +EXPORT_SYMBOL vmlinux 0xb8d96022 __sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0xb8e7ace9 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xb904b19d rt_mutex_base_init +EXPORT_SYMBOL vmlinux 0xb907513f unpoison_memory +EXPORT_SYMBOL vmlinux 0xb911bb58 minmax_running_max +EXPORT_SYMBOL vmlinux 0xb920db49 acpi_tb_install_and_load_table +EXPORT_SYMBOL vmlinux 0xb92a7e7c rtnl_notify +EXPORT_SYMBOL vmlinux 0xb9375e4a tcp_connect +EXPORT_SYMBOL vmlinux 0xb94339c4 qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xb9478d90 hdmi_drm_infoframe_unpack_only +EXPORT_SYMBOL vmlinux 0xb955a1cc no_seek_end_llseek_size +EXPORT_SYMBOL vmlinux 0xb95f19c0 dquot_scan_active +EXPORT_SYMBOL vmlinux 0xb96c4f9e audit_log_subject_context +EXPORT_SYMBOL vmlinux 0xb97220ff bitmap_parse +EXPORT_SYMBOL vmlinux 0xb9af1d0d __xa_clear_mark +EXPORT_SYMBOL vmlinux 0xb9b9c739 md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9f3edd2 of_iommu_get_resv_regions +EXPORT_SYMBOL vmlinux 0xb9f41bb0 sunxi_sram_claim +EXPORT_SYMBOL vmlinux 0xb9fc381a qcom_scm_hdcp_req +EXPORT_SYMBOL vmlinux 0xba00daa2 dma_fence_allocate_private_stub +EXPORT_SYMBOL vmlinux 0xba0676e2 vm_zone_stat +EXPORT_SYMBOL vmlinux 0xba1008c8 __crc32c_le +EXPORT_SYMBOL vmlinux 0xba214f44 blk_mq_run_hw_queues +EXPORT_SYMBOL vmlinux 0xba3d46d3 configfs_depend_item +EXPORT_SYMBOL vmlinux 0xba479650 vfs_create_mount +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba60ce92 qdisc_put_unlocked +EXPORT_SYMBOL vmlinux 0xba707a78 qe_get_brg_clk +EXPORT_SYMBOL vmlinux 0xba768058 vga_remove_vgacon +EXPORT_SYMBOL vmlinux 0xba85cadf udp_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0xba8a17d1 xfrm_init_state +EXPORT_SYMBOL vmlinux 0xba8fbd64 _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xba9b687b rproc_elf_sanity_check +EXPORT_SYMBOL vmlinux 0xbac69c84 cad_pid +EXPORT_SYMBOL vmlinux 0xbac8aeea sg_nents_for_len +EXPORT_SYMBOL vmlinux 0xbaca91eb alloc_fcdev +EXPORT_SYMBOL vmlinux 0xbacb0ef5 i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0xbae4bfa4 inet_protos +EXPORT_SYMBOL vmlinux 0xbaf249dc sb_min_blocksize +EXPORT_SYMBOL vmlinux 0xbaf4b111 bpf_link_get_from_fd +EXPORT_SYMBOL vmlinux 0xbafa632e __do_once_sleepable_start +EXPORT_SYMBOL vmlinux 0xbb0540aa zlib_inflateReset +EXPORT_SYMBOL vmlinux 0xbb056337 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xbb0781b2 vlan_uses_dev +EXPORT_SYMBOL vmlinux 0xbb0d9172 pcie_set_mps +EXPORT_SYMBOL vmlinux 0xbb19274a udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0xbb1a5a5a security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0xbb21260e convert_ifc_address +EXPORT_SYMBOL vmlinux 0xbb24f607 init_cdrom_command +EXPORT_SYMBOL vmlinux 0xbb39915c dev_pick_tx_cpu_id +EXPORT_SYMBOL vmlinux 0xbb39b34b skb_copy_header +EXPORT_SYMBOL vmlinux 0xbb4d2359 of_graph_get_port_by_id +EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0xbb507525 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0xbb60fa12 kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0xbb687724 bman_new_pool +EXPORT_SYMBOL vmlinux 0xbb6bf05c netdev_info +EXPORT_SYMBOL vmlinux 0xbb99c162 page_symlink +EXPORT_SYMBOL vmlinux 0xbb9d7631 dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0xbb9ed3bf mutex_trylock +EXPORT_SYMBOL vmlinux 0xbbbd3349 clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0xbbda18c4 dma_fence_free +EXPORT_SYMBOL vmlinux 0xbbea60f3 dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0xbc13614e skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0xbc2031de acpi_processor_get_bios_limit +EXPORT_SYMBOL vmlinux 0xbc2cd829 __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0xbc3b25de dquot_quota_off +EXPORT_SYMBOL vmlinux 0xbc3f9a03 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0xbc4a957e genphy_aneg_done +EXPORT_SYMBOL vmlinux 0xbc50e142 mmc_gpio_set_cd_wake +EXPORT_SYMBOL vmlinux 0xbc803604 unregister_shrinker +EXPORT_SYMBOL vmlinux 0xbc818636 pcie_capability_clear_and_set_word_unlocked +EXPORT_SYMBOL vmlinux 0xbc93124a cdrom_ioctl +EXPORT_SYMBOL vmlinux 0xbc96b712 ptp_clock_register +EXPORT_SYMBOL vmlinux 0xbc9a5e33 tls_client_hello_anon +EXPORT_SYMBOL vmlinux 0xbcab6ee6 sscanf +EXPORT_SYMBOL vmlinux 0xbcc21cbd jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0xbd0bfdca pci_remove_bus +EXPORT_SYMBOL vmlinux 0xbd19378e register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xbd2a77c2 devm_extcon_register_notifier_all +EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init +EXPORT_SYMBOL vmlinux 0xbd525993 mmc_cqe_start_req +EXPORT_SYMBOL vmlinux 0xbd558f5d dqget +EXPORT_SYMBOL vmlinux 0xbd5b9ea8 tc_setup_cb_call +EXPORT_SYMBOL vmlinux 0xbd6841d4 crc16 +EXPORT_SYMBOL vmlinux 0xbd6b8a79 netlink_kernel_release +EXPORT_SYMBOL vmlinux 0xbd6d7f28 pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0xbd91da53 phy_support_asym_pause +EXPORT_SYMBOL vmlinux 0xbd978312 seq_hex_dump +EXPORT_SYMBOL vmlinux 0xbd9eaf19 flow_block_cb_alloc +EXPORT_SYMBOL vmlinux 0xbdb2a9dc flush_dcache_folio +EXPORT_SYMBOL vmlinux 0xbdb79b8e sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0xbdd5e253 i2c_get_adapter +EXPORT_SYMBOL vmlinux 0xbddc501e unlock_buffer +EXPORT_SYMBOL vmlinux 0xbde291ab phy_read_mmd +EXPORT_SYMBOL vmlinux 0xbdea087a skb_flow_get_icmp_tci +EXPORT_SYMBOL vmlinux 0xbe018980 proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0xbe265da4 pci_enable_link_state +EXPORT_SYMBOL vmlinux 0xbe29bdfc configfs_unregister_default_group +EXPORT_SYMBOL vmlinux 0xbe3b5530 shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0xbe48b3bc unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0xbe49252c acpi_os_write_port +EXPORT_SYMBOL vmlinux 0xbe4b5f4c inet_frag_destroy +EXPORT_SYMBOL vmlinux 0xbe4eb6ed secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xbe53774f file_check_and_advance_wb_err +EXPORT_SYMBOL vmlinux 0xbe5a24e9 xxh32_copy_state +EXPORT_SYMBOL vmlinux 0xbe68486b copy_string_kernel +EXPORT_SYMBOL vmlinux 0xbe6a866f __wait_on_bit +EXPORT_SYMBOL vmlinux 0xbe6a8c96 zstd_cctx_workspace_bound +EXPORT_SYMBOL vmlinux 0xbe95d4a8 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0xbeaf594a input_release_device +EXPORT_SYMBOL vmlinux 0xbeb97936 tcp_stream_memory_free +EXPORT_SYMBOL vmlinux 0xbeeec8a4 blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0xbef11291 __d_drop +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbefa51a3 gen_pool_add_owner +EXPORT_SYMBOL vmlinux 0xbf188a84 of_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0xbf437663 inet_addr_type_dev_table +EXPORT_SYMBOL vmlinux 0xbf446cd4 iov_iter_get_pages_alloc2 +EXPORT_SYMBOL vmlinux 0xbf59c419 posix_acl_init +EXPORT_SYMBOL vmlinux 0xbf61f85b xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0xbf659610 jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0xbf847655 rproc_da_to_va +EXPORT_SYMBOL vmlinux 0xbfae9e07 utf8_validate +EXPORT_SYMBOL vmlinux 0xbfc29c38 skb_eth_push +EXPORT_SYMBOL vmlinux 0xbfcbc0d2 stmp_reset_block +EXPORT_SYMBOL vmlinux 0xbff8745c pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0xbffc46b0 __i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0xbffda080 mmc_get_card +EXPORT_SYMBOL vmlinux 0xbffe7fea devm_pci_remap_cfg_resource +EXPORT_SYMBOL vmlinux 0xc00d46fb of_graph_get_port_parent +EXPORT_SYMBOL vmlinux 0xc034e65a pci_set_power_state +EXPORT_SYMBOL vmlinux 0xc0364007 fault_in_writeable +EXPORT_SYMBOL vmlinux 0xc04546bf dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xc0454dd9 scsi_register_interface +EXPORT_SYMBOL vmlinux 0xc0478cef ptp_find_pin_unlocked +EXPORT_SYMBOL vmlinux 0xc05ab862 dev_lstats_read +EXPORT_SYMBOL vmlinux 0xc060c3f4 page_pool_ethtool_stats_get +EXPORT_SYMBOL vmlinux 0xc06ad891 sock_bindtoindex +EXPORT_SYMBOL vmlinux 0xc06d6734 inet6_offloads +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc078d22c zstd_init_cstream +EXPORT_SYMBOL vmlinux 0xc07b0863 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0xc0882bf0 cdrom_open +EXPORT_SYMBOL vmlinux 0xc08b10aa dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0xc0996f8b jbd2_journal_grab_journal_head +EXPORT_SYMBOL vmlinux 0xc0a0a48a scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0xc0af9e0e inet_sk_get_local_port_range +EXPORT_SYMBOL vmlinux 0xc0b03f00 __SetPageMovable +EXPORT_SYMBOL vmlinux 0xc0cb9f3c eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0xc0ea27f6 key_unlink +EXPORT_SYMBOL vmlinux 0xc0f3ba07 sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0xc0fe9137 __printk_cpu_sync_put +EXPORT_SYMBOL vmlinux 0xc0ff12fb nla_strdup +EXPORT_SYMBOL vmlinux 0xc0ff21c1 input_get_new_minor +EXPORT_SYMBOL vmlinux 0xc1060922 vme_bus_num +EXPORT_SYMBOL vmlinux 0xc1168f63 __bread_gfp +EXPORT_SYMBOL vmlinux 0xc1198662 __warn_flushing_systemwide_wq +EXPORT_SYMBOL vmlinux 0xc12d712d udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0xc1329dc9 vme_irq_request +EXPORT_SYMBOL vmlinux 0xc146bece xfrm4_udp_encap_rcv +EXPORT_SYMBOL vmlinux 0xc1478b88 dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0xc14dc168 acpi_get_data +EXPORT_SYMBOL vmlinux 0xc1514a3b free_irq +EXPORT_SYMBOL vmlinux 0xc1579516 fman_port_enable +EXPORT_SYMBOL vmlinux 0xc15dd7ac pci_ep_cfs_add_epc_group +EXPORT_SYMBOL vmlinux 0xc15e93b5 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0xc15ea5b8 tcp_peek_len +EXPORT_SYMBOL vmlinux 0xc164a51c keygen_init +EXPORT_SYMBOL vmlinux 0xc16be39d iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xc18069d4 param_set_bool +EXPORT_SYMBOL vmlinux 0xc1886292 unix_attach_fds +EXPORT_SYMBOL vmlinux 0xc18c6732 scsi_print_sense +EXPORT_SYMBOL vmlinux 0xc1afe249 of_device_register +EXPORT_SYMBOL vmlinux 0xc1b46161 input_set_max_poll_interval +EXPORT_SYMBOL vmlinux 0xc1b4e404 mr_mfc_find_any +EXPORT_SYMBOL vmlinux 0xc1cb419c __traceiter_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1e2c742 tegra_io_rail_power_on +EXPORT_SYMBOL vmlinux 0xc1f40d92 tcf_exts_num_actions +EXPORT_SYMBOL vmlinux 0xc2050974 fman_port_get_tstamp +EXPORT_SYMBOL vmlinux 0xc2160c9b dec_node_page_state +EXPORT_SYMBOL vmlinux 0xc222d67f dev_change_flags +EXPORT_SYMBOL vmlinux 0xc22f6693 call_fib_notifier +EXPORT_SYMBOL vmlinux 0xc2310cdc logic_inl +EXPORT_SYMBOL vmlinux 0xc2337d5f file_path +EXPORT_SYMBOL vmlinux 0xc236bee5 vc_resize +EXPORT_SYMBOL vmlinux 0xc266e9a1 mfd_remove_devices_late +EXPORT_SYMBOL vmlinux 0xc26737f0 sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0xc267a5be netdev_offload_xstats_get +EXPORT_SYMBOL vmlinux 0xc284baa9 mdio_device_remove +EXPORT_SYMBOL vmlinux 0xc297032c simple_transaction_release +EXPORT_SYMBOL vmlinux 0xc29bf967 strspn +EXPORT_SYMBOL vmlinux 0xc2aaa75e give_up_console +EXPORT_SYMBOL vmlinux 0xc2b7b5c9 i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0xc2c24752 kthread_stop +EXPORT_SYMBOL vmlinux 0xc2c44992 sock_set_sndtimeo +EXPORT_SYMBOL vmlinux 0xc2cb862e sgl_alloc_order +EXPORT_SYMBOL vmlinux 0xc2e168ab caches_clean_inval_pou +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2f11eac meson_sm_call_read +EXPORT_SYMBOL vmlinux 0xc2f33e8b scsi_rescan_device +EXPORT_SYMBOL vmlinux 0xc2f52274 __lshrti3 +EXPORT_SYMBOL vmlinux 0xc3055d20 usleep_range_state +EXPORT_SYMBOL vmlinux 0xc310b981 strnstr +EXPORT_SYMBOL vmlinux 0xc3117cad __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0xc31db0ce is_vmalloc_addr +EXPORT_SYMBOL vmlinux 0xc32c71af register_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xc359fb65 abort +EXPORT_SYMBOL vmlinux 0xc360bd6e kmalloc_trace +EXPORT_SYMBOL vmlinux 0xc3762aec mempool_alloc +EXPORT_SYMBOL vmlinux 0xc37f9c6e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0xc38bf1ea seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0xc38c83b8 mod_timer +EXPORT_SYMBOL vmlinux 0xc3933dba release_pages +EXPORT_SYMBOL vmlinux 0xc3b4f7ad udp_read_skb +EXPORT_SYMBOL vmlinux 0xc3b71c70 pci_claim_resource +EXPORT_SYMBOL vmlinux 0xc3bc72ad trace_print_array_seq +EXPORT_SYMBOL vmlinux 0xc3c2ee84 sock_wmalloc +EXPORT_SYMBOL vmlinux 0xc3cd034d crc8_populate_lsb +EXPORT_SYMBOL vmlinux 0xc3d30aa1 con_is_bound +EXPORT_SYMBOL vmlinux 0xc3d7c042 padata_do_serial +EXPORT_SYMBOL vmlinux 0xc3ff38c2 down_read_trylock +EXPORT_SYMBOL vmlinux 0xc4212ab9 qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xc42d4f6e devfreq_add_governor +EXPORT_SYMBOL vmlinux 0xc42dcb99 acpi_evaluate_ost +EXPORT_SYMBOL vmlinux 0xc43b9472 xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc445e7ae devm_memremap +EXPORT_SYMBOL vmlinux 0xc452212c utf8_strncasecmp +EXPORT_SYMBOL vmlinux 0xc4708199 cpm_muram_addr +EXPORT_SYMBOL vmlinux 0xc472b008 vme_irq_free +EXPORT_SYMBOL vmlinux 0xc4754cf2 sys_fillrect +EXPORT_SYMBOL vmlinux 0xc4777aa9 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xc4788c7c tcf_action_check_ctrlact +EXPORT_SYMBOL vmlinux 0xc47a87ca input_register_handler +EXPORT_SYMBOL vmlinux 0xc496518a register_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0xc49924a6 fget +EXPORT_SYMBOL vmlinux 0xc4ae915e arch_touch_nmi_watchdog +EXPORT_SYMBOL vmlinux 0xc4b21d2f qman_get_affine_portal +EXPORT_SYMBOL vmlinux 0xc4e005a6 release_sock +EXPORT_SYMBOL vmlinux 0xc4e02f77 xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0xc4eb11af configfs_register_subsystem +EXPORT_SYMBOL vmlinux 0xc4f94b9f pnp_device_attach +EXPORT_SYMBOL vmlinux 0xc4fe950c scsi_done_direct +EXPORT_SYMBOL vmlinux 0xc5036044 request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0xc5200aa1 mark_page_accessed +EXPORT_SYMBOL vmlinux 0xc52090b3 clk_bulk_get +EXPORT_SYMBOL vmlinux 0xc528a49a queued_write_lock_slowpath +EXPORT_SYMBOL vmlinux 0xc5459784 balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0xc5467c2d tcf_get_next_proto +EXPORT_SYMBOL vmlinux 0xc552e500 devm_alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0xc566828c pcim_pin_device +EXPORT_SYMBOL vmlinux 0xc56a5e11 pci_irq_vector +EXPORT_SYMBOL vmlinux 0xc56c3609 xz_dec_microlzma_reset +EXPORT_SYMBOL vmlinux 0xc56c4199 mmc_register_driver +EXPORT_SYMBOL vmlinux 0xc56eaec6 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0xc57c48a3 idr_get_next +EXPORT_SYMBOL vmlinux 0xc5835461 load_nls_default +EXPORT_SYMBOL vmlinux 0xc58d5a90 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc5ad16e8 neigh_table_clear +EXPORT_SYMBOL vmlinux 0xc5b10d85 blk_mq_end_request +EXPORT_SYMBOL vmlinux 0xc5b6f236 queue_work_on +EXPORT_SYMBOL vmlinux 0xc5bbea2d vfs_symlink +EXPORT_SYMBOL vmlinux 0xc5c557af genphy_read_lpa +EXPORT_SYMBOL vmlinux 0xc5c747f8 udp_poll +EXPORT_SYMBOL vmlinux 0xc5cccd40 ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0xc5e74216 release_resource +EXPORT_SYMBOL vmlinux 0xc5ece0b2 tcf_get_next_chain +EXPORT_SYMBOL vmlinux 0xc5f406a9 udp6_csum_init +EXPORT_SYMBOL vmlinux 0xc5fc9a45 __genphy_config_aneg +EXPORT_SYMBOL vmlinux 0xc60d0620 __num_online_cpus +EXPORT_SYMBOL vmlinux 0xc622556f prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc633d82d phy_unregister_fixup +EXPORT_SYMBOL vmlinux 0xc640f4f7 netdev_state_change +EXPORT_SYMBOL vmlinux 0xc64b4ce5 file_fdatawait_range +EXPORT_SYMBOL vmlinux 0xc65e4e97 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif +EXPORT_SYMBOL vmlinux 0xc68092ee netif_napi_add_weight +EXPORT_SYMBOL vmlinux 0xc69500c4 __mmap_lock_do_trace_start_locking +EXPORT_SYMBOL vmlinux 0xc69fce52 qcom_scm_qsmmu500_wait_safe_toggle +EXPORT_SYMBOL vmlinux 0xc6a34084 ihold +EXPORT_SYMBOL vmlinux 0xc6aeb4fb param_set_charp +EXPORT_SYMBOL vmlinux 0xc6ca10c5 __bh_read_batch +EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6d06186 __lock_sock_fast +EXPORT_SYMBOL vmlinux 0xc6d09aa9 release_firmware +EXPORT_SYMBOL vmlinux 0xc6d3db74 qdisc_hash_add +EXPORT_SYMBOL vmlinux 0xc6f3b3fc refcount_dec_if_one +EXPORT_SYMBOL vmlinux 0xc6f46339 init_timer_key +EXPORT_SYMBOL vmlinux 0xc6f649cf of_get_compatible_child +EXPORT_SYMBOL vmlinux 0xc6fc82c8 tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0xc708f1fe ec_write +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc7235207 dump_emit +EXPORT_SYMBOL vmlinux 0xc732ff79 devm_ioremap +EXPORT_SYMBOL vmlinux 0xc7475aeb netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0xc7488647 mipi_dsi_dcs_set_display_brightness +EXPORT_SYMBOL vmlinux 0xc779f4d1 xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0xc77f58ac mdiobus_read +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc787fd7b invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0xc7886deb sk_free +EXPORT_SYMBOL vmlinux 0xc788a29f inet6_add_protocol +EXPORT_SYMBOL vmlinux 0xc78ef785 security_path_mkdir +EXPORT_SYMBOL vmlinux 0xc791191e mii_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0xc795d497 tty_register_device +EXPORT_SYMBOL vmlinux 0xc7975de0 trace_seq_acquire +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7ae1903 security_lock_kernel_down +EXPORT_SYMBOL vmlinux 0xc7b450e9 mmc_cqe_request_done +EXPORT_SYMBOL vmlinux 0xc7bd20a9 dev_mc_init +EXPORT_SYMBOL vmlinux 0xc7c1107a LZ4_decompress_safe +EXPORT_SYMBOL vmlinux 0xc7c19b59 __folio_cancel_dirty +EXPORT_SYMBOL vmlinux 0xc7ca11fc ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0xc80ab559 swake_up_one +EXPORT_SYMBOL vmlinux 0xc81735bd pci_enable_atomic_ops_to_root +EXPORT_SYMBOL vmlinux 0xc820c97b of_n_size_cells +EXPORT_SYMBOL vmlinux 0xc822dbad __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0xc83511ce bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0xc838c3f5 __ashrti3 +EXPORT_SYMBOL vmlinux 0xc839afed hdmi_audio_infoframe_check +EXPORT_SYMBOL vmlinux 0xc83a7017 mark_info_dirty +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc84f3467 dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0xc85cd1ee mdiobus_scan_c22 +EXPORT_SYMBOL vmlinux 0xc85e8289 configfs_depend_item_unlocked +EXPORT_SYMBOL vmlinux 0xc8611e51 __blk_alloc_disk +EXPORT_SYMBOL vmlinux 0xc861b67a __bio_advance +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc87aeef6 dev_mc_flush +EXPORT_SYMBOL vmlinux 0xc8827b75 sysctl_vals +EXPORT_SYMBOL vmlinux 0xc889dd0a migrate_vma_setup +EXPORT_SYMBOL vmlinux 0xc88f3b50 dcache_dir_open +EXPORT_SYMBOL vmlinux 0xc890c008 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xc89846c4 xudma_tchanrt_read +EXPORT_SYMBOL vmlinux 0xc8a91f5b cpumask_local_spread +EXPORT_SYMBOL vmlinux 0xc8c85086 sg_free_table +EXPORT_SYMBOL vmlinux 0xc8cb0b5c register_shrinker +EXPORT_SYMBOL vmlinux 0xc8dcc62a krealloc +EXPORT_SYMBOL vmlinux 0xc8e32bb5 seq_putc +EXPORT_SYMBOL vmlinux 0xc8f208a1 tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0xc916dd46 __SCK__tp_func_kmalloc +EXPORT_SYMBOL vmlinux 0xc923f385 tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0xc92779d7 dev_pm_opp_register_notifier +EXPORT_SYMBOL vmlinux 0xc93d2375 vfs_create +EXPORT_SYMBOL vmlinux 0xc93e8461 acpi_get_event_resources +EXPORT_SYMBOL vmlinux 0xc942b30e tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0xc944629d in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xc94a05c8 peernet2id +EXPORT_SYMBOL vmlinux 0xc95d1071 netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc969fa0a clk_add_alias +EXPORT_SYMBOL vmlinux 0xc972449f mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0xc9794d65 dev_get_by_name +EXPORT_SYMBOL vmlinux 0xc9822234 clk_register_clkdev +EXPORT_SYMBOL vmlinux 0xc9879617 filemap_range_has_page +EXPORT_SYMBOL vmlinux 0xc98a2508 seg6_hmac_validate_skb +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9c8f166 fb_show_logo +EXPORT_SYMBOL vmlinux 0xc9ce33be mmc_run_bkops +EXPORT_SYMBOL vmlinux 0xc9df055a xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xc9e49104 i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0xc9ed0401 imx_sc_rm_is_resource_owned +EXPORT_SYMBOL vmlinux 0xc9f53660 ip_setsockopt +EXPORT_SYMBOL vmlinux 0xca1503a2 d_instantiate +EXPORT_SYMBOL vmlinux 0xca1648d4 zstd_decompress_dctx +EXPORT_SYMBOL vmlinux 0xca17ac01 _find_next_andnot_bit +EXPORT_SYMBOL vmlinux 0xca1c1397 bio_uninit +EXPORT_SYMBOL vmlinux 0xca21ebd3 bitmap_free +EXPORT_SYMBOL vmlinux 0xca431c05 wake_bit_function +EXPORT_SYMBOL vmlinux 0xca53e24d mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0xca57f906 security_inode_copy_up +EXPORT_SYMBOL vmlinux 0xca62afaf xudma_rflow_is_gp +EXPORT_SYMBOL vmlinux 0xca65c64a __breadahead +EXPORT_SYMBOL vmlinux 0xca672a80 inet_sendmsg +EXPORT_SYMBOL vmlinux 0xca6d9419 tcp_shutdown +EXPORT_SYMBOL vmlinux 0xca7d9ef7 skb_push +EXPORT_SYMBOL vmlinux 0xca90c262 blk_mq_unique_tag +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xca9beaa4 __xa_store +EXPORT_SYMBOL vmlinux 0xcaa8e4d3 skb_flow_dissect_ct +EXPORT_SYMBOL vmlinux 0xcaaff0a6 inet_csk_complete_hashdance +EXPORT_SYMBOL vmlinux 0xcabcdd6d param_set_byte +EXPORT_SYMBOL vmlinux 0xcac58b79 jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0xcad1aca8 acpi_exception +EXPORT_SYMBOL vmlinux 0xcae55721 phy_start_cable_test +EXPORT_SYMBOL vmlinux 0xcae6150a genphy_setup_forced +EXPORT_SYMBOL vmlinux 0xcaeb3e4a kobject_add +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb283d54 of_property_read_reg +EXPORT_SYMBOL vmlinux 0xcb3ae215 call_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xcb733bf2 acpi_bus_set_power +EXPORT_SYMBOL vmlinux 0xcb7580b0 bio_split_to_limits +EXPORT_SYMBOL vmlinux 0xcb768c1c tcf_block_put_ext +EXPORT_SYMBOL vmlinux 0xcb7cc651 pnp_unregister_card_driver +EXPORT_SYMBOL vmlinux 0xcb7ecfde vfs_mkdir +EXPORT_SYMBOL vmlinux 0xcb808ae8 __getblk_gfp +EXPORT_SYMBOL vmlinux 0xcb93a3ca __nlmsg_put +EXPORT_SYMBOL vmlinux 0xcb9e8065 mmc_retune_timer_stop +EXPORT_SYMBOL vmlinux 0xcbbae1e0 dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbcdbc79 of_match_device +EXPORT_SYMBOL vmlinux 0xcbd4898c fortify_panic +EXPORT_SYMBOL vmlinux 0xcbe139d4 cdrom_mode_select +EXPORT_SYMBOL vmlinux 0xcbfb33e4 init_opal_dev +EXPORT_SYMBOL vmlinux 0xcbfbe250 vfs_unlink +EXPORT_SYMBOL vmlinux 0xcc057877 neigh_lookup +EXPORT_SYMBOL vmlinux 0xcc197e48 filemap_release_folio +EXPORT_SYMBOL vmlinux 0xcc1b882a idr_get_next_ul +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc328a5c reservation_ww_class +EXPORT_SYMBOL vmlinux 0xcc32f960 devm_aperture_acquire_for_platform_device +EXPORT_SYMBOL vmlinux 0xcc384c91 crypto_sha512_finup +EXPORT_SYMBOL vmlinux 0xcc392eea kmalloc_size_roundup +EXPORT_SYMBOL vmlinux 0xcc401812 block_truncate_page +EXPORT_SYMBOL vmlinux 0xcc411ed1 ptp_convert_timestamp +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc5c2df4 trace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0xcc5d22d9 can_do_mlock +EXPORT_SYMBOL vmlinux 0xcc62b1ab md_bitmap_close_sync +EXPORT_SYMBOL vmlinux 0xcc66c406 gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0xcca5839d xen_vcpu_id +EXPORT_SYMBOL vmlinux 0xccaf994e dma_fence_set_deadline +EXPORT_SYMBOL vmlinux 0xccb1eaa0 __post_watch_notification +EXPORT_SYMBOL vmlinux 0xccb1fcda t10_pi_type1_ip +EXPORT_SYMBOL vmlinux 0xcce77aec f_setown +EXPORT_SYMBOL vmlinux 0xcced16f8 inet_csk_reqsk_queue_add +EXPORT_SYMBOL vmlinux 0xccfb9e07 dst_default_metrics +EXPORT_SYMBOL vmlinux 0xccfd2ebc scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0xcd01b8e6 acpi_attach_data +EXPORT_SYMBOL vmlinux 0xcd0395f5 pci_read_config_word +EXPORT_SYMBOL vmlinux 0xcd1d15dc pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd4b88a3 ip6_output +EXPORT_SYMBOL vmlinux 0xcd512eab pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0xcd52fecb ip_mc_join_group +EXPORT_SYMBOL vmlinux 0xcd5485a3 genphy_c37_read_status +EXPORT_SYMBOL vmlinux 0xcd7ba9e7 pci_read_vpd_any +EXPORT_SYMBOL vmlinux 0xcd84fe1a fman_get_revision +EXPORT_SYMBOL vmlinux 0xcd85ef5c blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0xcd871ed2 generic_file_fsync +EXPORT_SYMBOL vmlinux 0xcd8ce890 acpi_format_exception +EXPORT_SYMBOL vmlinux 0xcd9c13a3 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0xcda20f2e __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xcda49a43 security_sctp_bind_connect +EXPORT_SYMBOL vmlinux 0xcdaced8a qcom_scm_assign_mem +EXPORT_SYMBOL vmlinux 0xcdb31e15 mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0xcdb622be __break_lease +EXPORT_SYMBOL vmlinux 0xcdbd43b8 blk_queue_flag_clear +EXPORT_SYMBOL vmlinux 0xcdbd6b9f genphy_soft_reset +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdcfbefe dm_table_get_md +EXPORT_SYMBOL vmlinux 0xcdd16ffb dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0xcdd6a4c4 follow_pfn +EXPORT_SYMBOL vmlinux 0xcde77bcc free_opal_dev +EXPORT_SYMBOL vmlinux 0xce0f5d6a phy_remove_link_mode +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce28b813 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0xce4cdb8e fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xce4e47b6 __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce720f28 mtree_destroy +EXPORT_SYMBOL vmlinux 0xce731b34 ucc_slow_get_qe_cr_subblock +EXPORT_SYMBOL vmlinux 0xce76c257 acpi_get_irq_routing_table +EXPORT_SYMBOL vmlinux 0xce7a17c5 is_acpi_data_node +EXPORT_SYMBOL vmlinux 0xce807a25 up_write +EXPORT_SYMBOL vmlinux 0xce8b1db9 eth_header_parse +EXPORT_SYMBOL vmlinux 0xce923f48 vfs_get_fsid +EXPORT_SYMBOL vmlinux 0xce9e0bac skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0xce9e189c xfrm6_rcv +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xcebe4090 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0xced0f4d4 gen_pool_create +EXPORT_SYMBOL vmlinux 0xcef6bbb3 simple_fill_super +EXPORT_SYMBOL vmlinux 0xcefb0c9f __mutex_init +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf0622bc mmc_command_done +EXPORT_SYMBOL vmlinux 0xcf21b969 tty_hung_up_p +EXPORT_SYMBOL vmlinux 0xcf29cf1f xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0xcf2a6966 up +EXPORT_SYMBOL vmlinux 0xcf2cd6f8 csum_and_copy_from_iter +EXPORT_SYMBOL vmlinux 0xcf2ea86b __tracepoint_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xcf3b69b3 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xcf4c7348 sock_sendmsg +EXPORT_SYMBOL vmlinux 0xcf4fdd4d _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0xcf52f287 param_get_ullong +EXPORT_SYMBOL vmlinux 0xcf59d47b of_mdio_find_device +EXPORT_SYMBOL vmlinux 0xcf5d7fda noop_qdisc +EXPORT_SYMBOL vmlinux 0xcf915d3f put_watch_queue +EXPORT_SYMBOL vmlinux 0xcf9b558d touchscreen_set_mt_pos +EXPORT_SYMBOL vmlinux 0xcfab2e42 get_tree_bdev +EXPORT_SYMBOL vmlinux 0xcfb0295b pci_clear_master +EXPORT_SYMBOL vmlinux 0xcfc9deaf atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0xcfcac699 d_path +EXPORT_SYMBOL vmlinux 0xcfd884a8 __hsiphash_unaligned +EXPORT_SYMBOL vmlinux 0xcfeb98a8 acpi_processor_register_performance +EXPORT_SYMBOL vmlinux 0xcff0eafa sock_i_ino +EXPORT_SYMBOL vmlinux 0xcff7cc87 kmalloc_caches +EXPORT_SYMBOL vmlinux 0xcff94fe8 jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0xd02682e4 sk_stop_timer +EXPORT_SYMBOL vmlinux 0xd036db98 sock_queue_rcv_skb_reason +EXPORT_SYMBOL vmlinux 0xd04c1a64 sysctl_devconf_inherit_init_net +EXPORT_SYMBOL vmlinux 0xd05dc406 backlight_device_get_by_type +EXPORT_SYMBOL vmlinux 0xd0654aba woken_wake_function +EXPORT_SYMBOL vmlinux 0xd06e7944 jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0xd0760fc0 kfree_sensitive +EXPORT_SYMBOL vmlinux 0xd08adb2b trace_seq_hex_dump +EXPORT_SYMBOL vmlinux 0xd091f471 rio_query_mport +EXPORT_SYMBOL vmlinux 0xd0952651 xfrm_register_km +EXPORT_SYMBOL vmlinux 0xd0b74705 acpi_install_interface +EXPORT_SYMBOL vmlinux 0xd0df3707 skb_eth_gso_segment +EXPORT_SYMBOL vmlinux 0xd1010c69 tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0xd1298a04 nd_region_to_nstype +EXPORT_SYMBOL vmlinux 0xd1363612 param_get_string +EXPORT_SYMBOL vmlinux 0xd1363cc1 ucs2_strsize +EXPORT_SYMBOL vmlinux 0xd138af35 of_find_mipi_dsi_host_by_node +EXPORT_SYMBOL vmlinux 0xd13d01c2 skb_copy_and_hash_datagram_iter +EXPORT_SYMBOL vmlinux 0xd1456588 simple_link +EXPORT_SYMBOL vmlinux 0xd15cb96e nla_put +EXPORT_SYMBOL vmlinux 0xd16174cc bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0xd17ef487 write_cache_pages +EXPORT_SYMBOL vmlinux 0xd190571b mipi_dsi_driver_unregister +EXPORT_SYMBOL vmlinux 0xd194ddf9 acpi_gpe_count +EXPORT_SYMBOL vmlinux 0xd1a2e981 flow_block_cb_priv +EXPORT_SYMBOL vmlinux 0xd1a8664e remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0xd1b2e4b7 kernel_accept +EXPORT_SYMBOL vmlinux 0xd1d87e92 scsi_mlreturn_string +EXPORT_SYMBOL vmlinux 0xd1e73e67 fixed_size_llseek +EXPORT_SYMBOL vmlinux 0xd1ef5e92 inet6_ioctl +EXPORT_SYMBOL vmlinux 0xd1f0428a sock_set_reuseaddr +EXPORT_SYMBOL vmlinux 0xd1f4c38a pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0xd1fd6cff register_framebuffer +EXPORT_SYMBOL vmlinux 0xd2051916 qcom_scm_cpu_power_down +EXPORT_SYMBOL vmlinux 0xd20fba27 proto_register +EXPORT_SYMBOL vmlinux 0xd2237016 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0xd2311812 neigh_app_ns +EXPORT_SYMBOL vmlinux 0xd23a086a of_get_next_parent +EXPORT_SYMBOL vmlinux 0xd24108d4 rfkill_soft_blocked +EXPORT_SYMBOL vmlinux 0xd249c302 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0xd2582f8f __SCK__tp_func_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xd25bc5d4 csum_tcpudp_nofold +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd2677d0c tcp_recv_skb +EXPORT_SYMBOL vmlinux 0xd2737901 kernel_tmpfile_open +EXPORT_SYMBOL vmlinux 0xd276006d xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0xd278e5d9 phy_ethtool_nway_reset +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd2800691 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0xd29ade34 mmc_card_alternative_gpt_sector +EXPORT_SYMBOL vmlinux 0xd2b46a3c vme_unregister_error_handler +EXPORT_SYMBOL vmlinux 0xd2c10bbf iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0xd2d124d8 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0xd2d6dc9f pci_scan_root_bus_bridge +EXPORT_SYMBOL vmlinux 0xd2d6f9fc iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0xd2d88506 netdev_offload_xstats_report_used +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2e2a9d0 hdmi_spd_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0xd2e4e5d1 unix_get_socket +EXPORT_SYMBOL vmlinux 0xd2e9c475 nf_log_unset +EXPORT_SYMBOL vmlinux 0xd2ea49b8 acpi_leave_sleep_state_prep +EXPORT_SYMBOL vmlinux 0xd2f1b6c6 d_find_any_alias +EXPORT_SYMBOL vmlinux 0xd30088f5 udp_seq_start +EXPORT_SYMBOL vmlinux 0xd3062a51 fs_lookup_param +EXPORT_SYMBOL vmlinux 0xd30ac186 bdi_put +EXPORT_SYMBOL vmlinux 0xd3140c4c dcb_setrewr +EXPORT_SYMBOL vmlinux 0xd31ac1f0 simple_dentry_operations +EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible +EXPORT_SYMBOL vmlinux 0xd31fe230 __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0xd3398146 devm_of_iomap +EXPORT_SYMBOL vmlinux 0xd3559ef4 __memset +EXPORT_SYMBOL vmlinux 0xd35a6d31 mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xd35cce70 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xd362be74 mii_link_ok +EXPORT_SYMBOL vmlinux 0xd36aca3f page_cache_next_miss +EXPORT_SYMBOL vmlinux 0xd36dc10c get_random_u32 +EXPORT_SYMBOL vmlinux 0xd36e3d59 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0xd37bdabc dev_deactivate +EXPORT_SYMBOL vmlinux 0xd37f7930 pci_get_slot +EXPORT_SYMBOL vmlinux 0xd3804b82 sock_create +EXPORT_SYMBOL vmlinux 0xd3870bd2 sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xd3acfcd2 dev_set_mac_address_user +EXPORT_SYMBOL vmlinux 0xd3c4e299 elevator_alloc +EXPORT_SYMBOL vmlinux 0xd3c546ff tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0xd406d266 fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xd40d5a8f inet_del_offload +EXPORT_SYMBOL vmlinux 0xd41e6fd1 __serio_register_port +EXPORT_SYMBOL vmlinux 0xd426e494 fb_io_write +EXPORT_SYMBOL vmlinux 0xd4390232 ipmi_platform_add +EXPORT_SYMBOL vmlinux 0xd451b928 pneigh_lookup +EXPORT_SYMBOL vmlinux 0xd45cc6ca bin2hex +EXPORT_SYMBOL vmlinux 0xd461b851 sock_ioctl_inout +EXPORT_SYMBOL vmlinux 0xd469bccc __tracepoint_mmap_lock_released +EXPORT_SYMBOL vmlinux 0xd47103ce register_cdrom +EXPORT_SYMBOL vmlinux 0xd477e6cb find_inode_nowait +EXPORT_SYMBOL vmlinux 0xd4835ef8 dmi_check_system +EXPORT_SYMBOL vmlinux 0xd49dc777 devm_extcon_unregister_notifier +EXPORT_SYMBOL vmlinux 0xd4a0614f qdisc_reset +EXPORT_SYMBOL vmlinux 0xd4a69d20 qm_channel_caam +EXPORT_SYMBOL vmlinux 0xd4afea5d free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0xd4b292e2 alloc_pages +EXPORT_SYMBOL vmlinux 0xd4b9a98a phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0xd4bb4a82 inet6addr_validator_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xd4c079cd d_instantiate_new +EXPORT_SYMBOL vmlinux 0xd4c6b258 iterate_dir +EXPORT_SYMBOL vmlinux 0xd4caf2dd inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0xd4cbf863 kthread_create_on_cpu +EXPORT_SYMBOL vmlinux 0xd4cc4e75 bdi_alloc +EXPORT_SYMBOL vmlinux 0xd4d1983c udplite_table +EXPORT_SYMBOL vmlinux 0xd4d76647 input_inject_event +EXPORT_SYMBOL vmlinux 0xd4ffa9e1 unload_nls +EXPORT_SYMBOL vmlinux 0xd506e1a2 param_get_charp +EXPORT_SYMBOL vmlinux 0xd5263820 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xd53403a9 dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0xd5346bfc acpi_get_possible_resources +EXPORT_SYMBOL vmlinux 0xd53e10f4 mmc_wait_for_req_done +EXPORT_SYMBOL vmlinux 0xd5634d7f genphy_c37_config_aneg +EXPORT_SYMBOL vmlinux 0xd569797b d_set_fallthru +EXPORT_SYMBOL vmlinux 0xd56b6355 rproc_add_carveout +EXPORT_SYMBOL vmlinux 0xd56d4017 tcf_idr_create_from_flags +EXPORT_SYMBOL vmlinux 0xd579ceea io_uring_get_socket +EXPORT_SYMBOL vmlinux 0xd583fce8 phy_do_ioctl +EXPORT_SYMBOL vmlinux 0xd5880dd3 path_is_mountpoint +EXPORT_SYMBOL vmlinux 0xd5972370 seg6_hmac_info_lookup +EXPORT_SYMBOL vmlinux 0xd5a5d0cb skb_flow_dissect_tunnel_info +EXPORT_SYMBOL vmlinux 0xd5b3d0d5 xxh64_copy_state +EXPORT_SYMBOL vmlinux 0xd5cec9cc sk_send_sigurg +EXPORT_SYMBOL vmlinux 0xd5e3b170 tcp_ld_RTO_revert +EXPORT_SYMBOL vmlinux 0xd5e89606 seg6_hmac_net_exit +EXPORT_SYMBOL vmlinux 0xd5ea6514 disk_check_media_change +EXPORT_SYMBOL vmlinux 0xd5f70291 uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0xd5fbada9 reuseport_alloc +EXPORT_SYMBOL vmlinux 0xd5fd90f1 prepare_to_wait +EXPORT_SYMBOL vmlinux 0xd604e79e posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL vmlinux 0xd62ecd49 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xd642f3f6 video_firmware_drivers_only +EXPORT_SYMBOL vmlinux 0xd643239a acpi_leave_sleep_state +EXPORT_SYMBOL vmlinux 0xd65f2cf1 kern_unmount_array +EXPORT_SYMBOL vmlinux 0xd66c8184 add_device_randomness +EXPORT_SYMBOL vmlinux 0xd689a003 of_find_node_with_property +EXPORT_SYMBOL vmlinux 0xd68c5a1f adjust_resource +EXPORT_SYMBOL vmlinux 0xd697ac6d hid_bpf_ops +EXPORT_SYMBOL vmlinux 0xd6a8595e __d_lookup_unhash_wake +EXPORT_SYMBOL vmlinux 0xd6a91f54 twl_i2c_read +EXPORT_SYMBOL vmlinux 0xd6b457aa param_set_ullong +EXPORT_SYMBOL vmlinux 0xd6baa527 mr_vif_seq_next +EXPORT_SYMBOL vmlinux 0xd6eaaea1 full_name_hash +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6fcf9c9 amba_request_regions +EXPORT_SYMBOL vmlinux 0xd6fda932 ipv6_dev_mc_dec +EXPORT_SYMBOL vmlinux 0xd6fde043 is_module_sig_enforced +EXPORT_SYMBOL vmlinux 0xd70d35a1 gf128mul_4k_bbe +EXPORT_SYMBOL vmlinux 0xd70f62b6 acpi_os_execute +EXPORT_SYMBOL vmlinux 0xd71104b3 vm_node_stat +EXPORT_SYMBOL vmlinux 0xd72a9e0f insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0xd732d3c9 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0xd7356c1c ns_capable_setid +EXPORT_SYMBOL vmlinux 0xd73653c4 freezer_active +EXPORT_SYMBOL vmlinux 0xd738ca1b phy_unregister_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xd73a294f mtree_erase +EXPORT_SYMBOL vmlinux 0xd73c8c2b synchronize_shrinkers +EXPORT_SYMBOL vmlinux 0xd744246f flow_indr_dev_unregister +EXPORT_SYMBOL vmlinux 0xd7482f05 vcalloc +EXPORT_SYMBOL vmlinux 0xd74f613c free_task +EXPORT_SYMBOL vmlinux 0xd761d106 dev_uc_sync +EXPORT_SYMBOL vmlinux 0xd7987177 utf8_load +EXPORT_SYMBOL vmlinux 0xd7a3cc43 of_get_property +EXPORT_SYMBOL vmlinux 0xd7bfa0f3 may_umount_tree +EXPORT_SYMBOL vmlinux 0xd7d0862e netlink_unicast +EXPORT_SYMBOL vmlinux 0xd7d280ad irq_poll_complete +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7e637a3 inet_frag_rbtree_purge +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7ff1b8a __ashlti3 +EXPORT_SYMBOL vmlinux 0xd8131274 qman_alloc_cgrid_range +EXPORT_SYMBOL vmlinux 0xd823b4a7 udp_lib_unhash +EXPORT_SYMBOL vmlinux 0xd828c1be empty_aops +EXPORT_SYMBOL vmlinux 0xd828f063 xudma_tchanrt_write +EXPORT_SYMBOL vmlinux 0xd82ea1e4 lock_rename +EXPORT_SYMBOL vmlinux 0xd83898d5 nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xd8638998 of_find_node_by_type +EXPORT_SYMBOL vmlinux 0xd87be02f max8925_reg_write +EXPORT_SYMBOL vmlinux 0xd87dcce6 inet6_csk_route_req +EXPORT_SYMBOL vmlinux 0xd88f85fe proc_create_mount_point +EXPORT_SYMBOL vmlinux 0xd890085c tcf_qevent_init +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd8a83c34 d_genocide +EXPORT_SYMBOL vmlinux 0xd8a994eb scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0xd8acdcec folio_mark_accessed +EXPORT_SYMBOL vmlinux 0xd8b294ed sk_reset_timer +EXPORT_SYMBOL vmlinux 0xd8b61304 get_default_font +EXPORT_SYMBOL vmlinux 0xd8b6d96f __find_nth_and_bit +EXPORT_SYMBOL vmlinux 0xd8baed41 devm_ioport_map +EXPORT_SYMBOL vmlinux 0xd8d04d34 dquot_commit +EXPORT_SYMBOL vmlinux 0xd8d4cb88 blk_rq_map_user_io +EXPORT_SYMBOL vmlinux 0xd8d85f82 seq_printf +EXPORT_SYMBOL vmlinux 0xd8df08ac acpi_handle_printk +EXPORT_SYMBOL vmlinux 0xd8ec0d4c __phy_write_mmd +EXPORT_SYMBOL vmlinux 0xd8f4ff2b security_path_rename +EXPORT_SYMBOL vmlinux 0xd8f9cbd3 genphy_read_status +EXPORT_SYMBOL vmlinux 0xd9191a10 serio_unregister_driver +EXPORT_SYMBOL vmlinux 0xd91d3ade uart_unregister_driver +EXPORT_SYMBOL vmlinux 0xd91f6ab6 strnlen_user +EXPORT_SYMBOL vmlinux 0xd92deb6b acpi_evaluate_object +EXPORT_SYMBOL vmlinux 0xd9491c14 xa_destroy +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd9902421 input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0xd99f4807 netif_tx_stop_all_queues +EXPORT_SYMBOL vmlinux 0xd9a5ea54 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xd9b85ef6 lockref_get +EXPORT_SYMBOL vmlinux 0xd9b8eaea __SCK__tp_func_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xd9bca572 page_get_link +EXPORT_SYMBOL vmlinux 0xd9bd7cbb napi_enable +EXPORT_SYMBOL vmlinux 0xd9d8fd16 register_restart_handler +EXPORT_SYMBOL vmlinux 0xd9d952d1 crypto_aes_sbox +EXPORT_SYMBOL vmlinux 0xd9e5dee1 rtc_add_group +EXPORT_SYMBOL vmlinux 0xda10443c xudma_tchan_get_id +EXPORT_SYMBOL vmlinux 0xda16e909 ethtool_aggregate_ctrl_stats +EXPORT_SYMBOL vmlinux 0xda23c282 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0xda34eba5 mipi_dsi_dcs_set_display_on +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda3d4e9e iov_iter_zero +EXPORT_SYMBOL vmlinux 0xda3f8a71 nla_append +EXPORT_SYMBOL vmlinux 0xda492686 fqdir_init +EXPORT_SYMBOL vmlinux 0xda82ca4e genl_notify +EXPORT_SYMBOL vmlinux 0xdaab83d4 reuseport_select_sock +EXPORT_SYMBOL vmlinux 0xdab96e93 lock_sock_nested +EXPORT_SYMBOL vmlinux 0xdac133e4 acpi_get_hp_hw_control_from_firmware +EXPORT_SYMBOL vmlinux 0xdac4913a bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0xdaca820e dynamic_preempt_schedule +EXPORT_SYMBOL vmlinux 0xdad1fc3f zstd_flush_stream +EXPORT_SYMBOL vmlinux 0xdad55092 jbd2_fc_wait_bufs +EXPORT_SYMBOL vmlinux 0xdae56a49 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0xdb146c61 blk_mq_destroy_queue +EXPORT_SYMBOL vmlinux 0xdb1edee6 hdmi_infoframe_unpack +EXPORT_SYMBOL vmlinux 0xdb609efe put_cmsg_scm_timestamping64 +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb76fb52 __skb_wait_for_more_packets +EXPORT_SYMBOL vmlinux 0xdb94ed9e tegra_dfll_runtime_resume +EXPORT_SYMBOL vmlinux 0xdb9bc153 phy_loopback +EXPORT_SYMBOL vmlinux 0xdb9bc761 handshake_req_private +EXPORT_SYMBOL vmlinux 0xdba20e12 blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0xdbadbf20 __dev_queue_xmit +EXPORT_SYMBOL vmlinux 0xdbb8f13b inet_frags_fini +EXPORT_SYMBOL vmlinux 0xdbc43e6a qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xdbcf041a acpi_install_address_space_handler +EXPORT_SYMBOL vmlinux 0xdbdc47d9 vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0xdbdf6c92 ioport_resource +EXPORT_SYMBOL vmlinux 0xdbf0e6b9 xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xdc0e4855 timer_delete +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc1e71af mmc_hw_reset +EXPORT_SYMBOL vmlinux 0xdc313fb9 jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0xdc34158f fman_port_init +EXPORT_SYMBOL vmlinux 0xdc35cf21 tls_client_hello_x509 +EXPORT_SYMBOL vmlinux 0xdc3ed51b netdev_alert +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc3ff2a3 bio_chain +EXPORT_SYMBOL vmlinux 0xdc49c198 reciprocal_value_adv +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc54f8d1 of_platform_device_create +EXPORT_SYMBOL vmlinux 0xdc5a9c55 finish_swait +EXPORT_SYMBOL vmlinux 0xdc65150d backlight_device_set_brightness +EXPORT_SYMBOL vmlinux 0xdc84c05a sock_no_connect +EXPORT_SYMBOL vmlinux 0xdc8c7f9b migrate_folio +EXPORT_SYMBOL vmlinux 0xdca8c3d4 logic_outb +EXPORT_SYMBOL vmlinux 0xdcb764ad memset +EXPORT_SYMBOL vmlinux 0xdcbeba1d sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0xdcdc0040 slhc_compress +EXPORT_SYMBOL vmlinux 0xdce7a1e3 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0xdceeaf67 pci_dev_get +EXPORT_SYMBOL vmlinux 0xdcf3c7c6 pnp_stop_dev +EXPORT_SYMBOL vmlinux 0xdcfa4774 bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0xdd18a993 acpi_check_dsm +EXPORT_SYMBOL vmlinux 0xdd2bb785 inet_listen +EXPORT_SYMBOL vmlinux 0xdd2c169b mb_cache_create +EXPORT_SYMBOL vmlinux 0xdd3366bc twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0xdd49c995 gro_cells_init +EXPORT_SYMBOL vmlinux 0xdd4d55b6 _raw_read_unlock +EXPORT_SYMBOL vmlinux 0xdd4d62ab d_invalidate +EXPORT_SYMBOL vmlinux 0xdd550433 ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0xdd5cf0ba inet6_bind +EXPORT_SYMBOL vmlinux 0xdd5e4cea rtnl_nla_parse_ifinfomsg +EXPORT_SYMBOL vmlinux 0xdd64e639 strscpy +EXPORT_SYMBOL vmlinux 0xdd6f048c __icmp_send +EXPORT_SYMBOL vmlinux 0xdd742039 dma_get_sgtable_attrs +EXPORT_SYMBOL vmlinux 0xdd7e3192 qcom_scm_pas_auth_and_reset +EXPORT_SYMBOL vmlinux 0xdd849d51 scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0xdd8b1515 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0xdd8d0220 sock_rfree +EXPORT_SYMBOL vmlinux 0xddad7952 acpi_dbg_level +EXPORT_SYMBOL vmlinux 0xddaeb94a dquot_quotactl_sysfile_ops +EXPORT_SYMBOL vmlinux 0xddc41cc1 setattr_should_drop_suidgid +EXPORT_SYMBOL vmlinux 0xddcaf3c0 mmc_gpiod_request_ro +EXPORT_SYMBOL vmlinux 0xddcd40f3 skb_vlan_push +EXPORT_SYMBOL vmlinux 0xddf61de0 dquot_commit_info +EXPORT_SYMBOL vmlinux 0xddf6ad7a completion_done +EXPORT_SYMBOL vmlinux 0xddfdb8ac tcp_md5_needed +EXPORT_SYMBOL vmlinux 0xde183acf xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0xde293f9e add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xde2b4c33 netdev_set_num_tc +EXPORT_SYMBOL vmlinux 0xde4c890c tcf_idr_check_alloc +EXPORT_SYMBOL vmlinux 0xde591e90 mii_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0xde5c9c11 jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0xde67419e sg_split +EXPORT_SYMBOL vmlinux 0xde6acd97 elv_rb_find +EXPORT_SYMBOL vmlinux 0xde9def57 of_node_get +EXPORT_SYMBOL vmlinux 0xde9f2fc3 tcf_chain_get_by_act +EXPORT_SYMBOL vmlinux 0xdea344bb generic_buffers_fsync_noflush +EXPORT_SYMBOL vmlinux 0xdea67290 cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0xdeacdc27 tc_setup_cb_reoffload +EXPORT_SYMBOL vmlinux 0xdeb3d4d7 tls_server_hello_x509 +EXPORT_SYMBOL vmlinux 0xdeb92f9a configfs_unregister_subsystem +EXPORT_SYMBOL vmlinux 0xdeb99119 dma_fence_init +EXPORT_SYMBOL vmlinux 0xdebd2cf1 pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0xdec2f049 ip_sock_set_mtu_discover +EXPORT_SYMBOL vmlinux 0xded39a6b gen_kill_estimator +EXPORT_SYMBOL vmlinux 0xdee24320 vmalloc_to_page +EXPORT_SYMBOL vmlinux 0xdeee466a __f_setown +EXPORT_SYMBOL vmlinux 0xdef68d34 flow_keys_basic_dissector +EXPORT_SYMBOL vmlinux 0xdef7c893 fb_match_mode +EXPORT_SYMBOL vmlinux 0xdef8ef28 vm_map_pages_zero +EXPORT_SYMBOL vmlinux 0xdf256037 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0xdf2927fa filemap_map_pages +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf2ebb87 _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xdf36914b xa_find_after +EXPORT_SYMBOL vmlinux 0xdf45079d mdiobus_read_nested +EXPORT_SYMBOL vmlinux 0xdf4689a5 generic_setlease +EXPORT_SYMBOL vmlinux 0xdf47660f proc_create +EXPORT_SYMBOL vmlinux 0xdf521442 _find_next_zero_bit +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf5a20bc i2c_register_driver +EXPORT_SYMBOL vmlinux 0xdf6497dc thaw_bdev +EXPORT_SYMBOL vmlinux 0xdf6ac2dd jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0xdf72e48d flow_rule_match_ip +EXPORT_SYMBOL vmlinux 0xdf7dd194 nvdimm_namespace_common_probe +EXPORT_SYMBOL vmlinux 0xdf8c695a __ndelay +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdf93b9d8 timespec64_to_jiffies +EXPORT_SYMBOL vmlinux 0xdf9734a7 sg_nents +EXPORT_SYMBOL vmlinux 0xdfa5f94d security_cred_getsecid +EXPORT_SYMBOL vmlinux 0xdfac61ee wireless_spy_update +EXPORT_SYMBOL vmlinux 0xdfbaa467 pmem_should_map_pages +EXPORT_SYMBOL vmlinux 0xdfc12ef1 zstd_decompress_stream +EXPORT_SYMBOL vmlinux 0xdfcc992c current_work +EXPORT_SYMBOL vmlinux 0xdfd54e86 tcp_seq_start +EXPORT_SYMBOL vmlinux 0xdfd8110c flow_block_cb_is_busy +EXPORT_SYMBOL vmlinux 0xdfe8745b __brelse +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xdffc80fc vesa_modes +EXPORT_SYMBOL vmlinux 0xdffe63a8 mmc_put_card +EXPORT_SYMBOL vmlinux 0xe0129bf9 kthread_bind +EXPORT_SYMBOL vmlinux 0xe016247b ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0xe01e48fd pci_map_rom +EXPORT_SYMBOL vmlinux 0xe02a4078 register_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0xe02ba436 trace_print_hex_seq +EXPORT_SYMBOL vmlinux 0xe02c9c92 __xa_erase +EXPORT_SYMBOL vmlinux 0xe0408b0c pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0xe0419ac4 kstrtos16 +EXPORT_SYMBOL vmlinux 0xe04950d6 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0xe068a898 bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xe0766c08 acpi_pm_device_sleep_state +EXPORT_SYMBOL vmlinux 0xe07a49be ping_prot +EXPORT_SYMBOL vmlinux 0xe07d6149 xfrm6_rcv_encap +EXPORT_SYMBOL vmlinux 0xe07e5f44 acpi_reconfig_notifier_unregister +EXPORT_SYMBOL vmlinux 0xe07f3c04 netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0xe0809099 vma_alloc_folio +EXPORT_SYMBOL vmlinux 0xe080e8f0 set_current_groups +EXPORT_SYMBOL vmlinux 0xe082e88d acpi_check_address_range +EXPORT_SYMBOL vmlinux 0xe091c977 list_sort +EXPORT_SYMBOL vmlinux 0xe0984881 xfrm4_rcv +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b1d6a9 sockopt_lock_sock +EXPORT_SYMBOL vmlinux 0xe0b8ccb8 ip_cmsg_recv_offset +EXPORT_SYMBOL vmlinux 0xe0b9065b security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xe0bef318 icst_hz_to_vco +EXPORT_SYMBOL vmlinux 0xe0cb3846 pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0xe0cbc9da vfs_fadvise +EXPORT_SYMBOL vmlinux 0xe0d55bfa __mdiobus_c45_read +EXPORT_SYMBOL vmlinux 0xe0ffe437 vfs_rmdir +EXPORT_SYMBOL vmlinux 0xe10bd2c4 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe123f3d9 dma_fence_release +EXPORT_SYMBOL vmlinux 0xe1278757 pci_find_resource +EXPORT_SYMBOL vmlinux 0xe12bda79 vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xe12c8de7 __skb_gro_checksum_complete +EXPORT_SYMBOL vmlinux 0xe1317694 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0xe136980b blk_queue_io_min +EXPORT_SYMBOL vmlinux 0xe138fb8c percpu_counter_add_batch +EXPORT_SYMBOL vmlinux 0xe13cd8a7 dmi_name_in_vendors +EXPORT_SYMBOL vmlinux 0xe14d3ade key_task_permission +EXPORT_SYMBOL vmlinux 0xe1557f7e tcp_time_wait +EXPORT_SYMBOL vmlinux 0xe15c4831 write_inode_now +EXPORT_SYMBOL vmlinux 0xe1755f5e __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0xe17568e3 dma_fence_signal_timestamp_locked +EXPORT_SYMBOL vmlinux 0xe17db32d netpoll_send_skb +EXPORT_SYMBOL vmlinux 0xe186d307 jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0xe1947fb0 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0xe1a82d76 pcie_ptm_enabled +EXPORT_SYMBOL vmlinux 0xe1a8a76b of_xudma_dev_get +EXPORT_SYMBOL vmlinux 0xe1da1e7d pin_user_pages_remote +EXPORT_SYMBOL vmlinux 0xe1dcf64a audit_log_format +EXPORT_SYMBOL vmlinux 0xe1f9c4e0 flow_rule_match_ports +EXPORT_SYMBOL vmlinux 0xe21f18ac __genradix_iter_peek +EXPORT_SYMBOL vmlinux 0xe22e72d3 __kfree_skb +EXPORT_SYMBOL vmlinux 0xe2391c2d xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0xe23a611d fault_in_iov_iter_writeable +EXPORT_SYMBOL vmlinux 0xe23df608 __traceiter_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xe23e8fb6 pnp_unregister_driver +EXPORT_SYMBOL vmlinux 0xe24868af noop_dirty_folio +EXPORT_SYMBOL vmlinux 0xe25542ed tcf_unregister_action +EXPORT_SYMBOL vmlinux 0xe25f62bc generic_buffers_fsync +EXPORT_SYMBOL vmlinux 0xe268577a gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0xe271f15a d_mark_dontcache +EXPORT_SYMBOL vmlinux 0xe2964344 __wake_up +EXPORT_SYMBOL vmlinux 0xe2a87e31 shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0xe2b272e3 mipi_dsi_device_unregister +EXPORT_SYMBOL vmlinux 0xe2b4e8b3 nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0xe2bbfa56 proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xe2d09670 phy_connect_direct +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2ed6a1f security_unix_may_send +EXPORT_SYMBOL vmlinux 0xe31b9f35 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0xe32ab4d8 xxh64_digest +EXPORT_SYMBOL vmlinux 0xe331a731 tty_lock +EXPORT_SYMBOL vmlinux 0xe3527ee9 lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0xe35fdcbc rtnl_unicast +EXPORT_SYMBOL vmlinux 0xe37e6c88 pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0xe392bb00 security_binder_transfer_binder +EXPORT_SYMBOL vmlinux 0xe395dbd8 freezing_slow_path +EXPORT_SYMBOL vmlinux 0xe39b2ea5 sha256 +EXPORT_SYMBOL vmlinux 0xe3ad3046 __sg_page_iter_dma_next +EXPORT_SYMBOL vmlinux 0xe3b53aaa lookup_one_qstr_excl +EXPORT_SYMBOL vmlinux 0xe3c127bf tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0xe3e0a199 elv_rb_del +EXPORT_SYMBOL vmlinux 0xe3e0d9ea qdisc_watchdog_schedule_range_ns +EXPORT_SYMBOL vmlinux 0xe3ec2f2b alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0xe3feba56 tasklet_unlock_spin_wait +EXPORT_SYMBOL vmlinux 0xe3ff2c41 get_random_u64 +EXPORT_SYMBOL vmlinux 0xe4046cb6 tcp_seq_stop +EXPORT_SYMBOL vmlinux 0xe40924d0 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0xe409549e vme_unregister_driver +EXPORT_SYMBOL vmlinux 0xe40976c0 pnp_range_reserved +EXPORT_SYMBOL vmlinux 0xe40c37ea down_write_trylock +EXPORT_SYMBOL vmlinux 0xe42cd0d1 eth_gro_complete +EXPORT_SYMBOL vmlinux 0xe4383c27 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0xe45aa8c7 ip_sock_set_pktinfo +EXPORT_SYMBOL vmlinux 0xe45abf9e from_kgid_munged +EXPORT_SYMBOL vmlinux 0xe46021ca _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xe4671820 page_pool_put_defragged_page +EXPORT_SYMBOL vmlinux 0xe46decc7 dev_activate +EXPORT_SYMBOL vmlinux 0xe47f884c deactivate_locked_super +EXPORT_SYMBOL vmlinux 0xe48d4359 rtnl_offload_xstats_notify +EXPORT_SYMBOL vmlinux 0xe48e96fd i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0xe4bbc1dd kimage_voffset +EXPORT_SYMBOL vmlinux 0xe4bc2c2f hdmi_drm_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe4c1b52e rproc_elf_load_rsc_table +EXPORT_SYMBOL vmlinux 0xe4de21d0 scsi_host_busy +EXPORT_SYMBOL vmlinux 0xe50ef70e jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe530efc4 bdev_end_io_acct +EXPORT_SYMBOL vmlinux 0xe558f221 skb_queue_head +EXPORT_SYMBOL vmlinux 0xe55d18da __phy_read_mmd +EXPORT_SYMBOL vmlinux 0xe565a587 fs_param_is_enum +EXPORT_SYMBOL vmlinux 0xe57feefb qcom_scm_ocmem_unlock +EXPORT_SYMBOL vmlinux 0xe58090ca security_ib_endport_manage_subnet +EXPORT_SYMBOL vmlinux 0xe590dea3 sk_busy_loop_end +EXPORT_SYMBOL vmlinux 0xe5989118 inet_bind +EXPORT_SYMBOL vmlinux 0xe5a32c67 iov_iter_init +EXPORT_SYMBOL vmlinux 0xe5c121a1 unregister_key_type +EXPORT_SYMBOL vmlinux 0xe5c60bd2 percpu_counter_set +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5c97c03 __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xe5cecf64 dentry_open +EXPORT_SYMBOL vmlinux 0xe5cee291 register_sysctl_mount_point +EXPORT_SYMBOL vmlinux 0xe5e12b4e is_free_buddy_page +EXPORT_SYMBOL vmlinux 0xe5faa669 fwnode_irq_get +EXPORT_SYMBOL vmlinux 0xe6059c40 blk_mq_start_request +EXPORT_SYMBOL vmlinux 0xe60a2e11 dev_open +EXPORT_SYMBOL vmlinux 0xe6105e2b netif_skb_features +EXPORT_SYMBOL vmlinux 0xe61b3083 bmap +EXPORT_SYMBOL vmlinux 0xe61b912a security_binder_set_context_mgr +EXPORT_SYMBOL vmlinux 0xe61ba2b4 netdev_next_lower_dev_rcu +EXPORT_SYMBOL vmlinux 0xe62c9d0f sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0xe62fbad9 __of_parse_phandle_with_args +EXPORT_SYMBOL vmlinux 0xe633522f sk_ioctl +EXPORT_SYMBOL vmlinux 0xe6365413 padata_free +EXPORT_SYMBOL vmlinux 0xe6550092 utf8_casefold +EXPORT_SYMBOL vmlinux 0xe66031c3 proc_set_size +EXPORT_SYMBOL vmlinux 0xe67083bc setup_new_exec +EXPORT_SYMBOL vmlinux 0xe68efe41 _raw_write_lock +EXPORT_SYMBOL vmlinux 0xe6d2458e do_trace_netlink_extack +EXPORT_SYMBOL vmlinux 0xe6fa06a2 rename_lock +EXPORT_SYMBOL vmlinux 0xe7004601 netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0xe7257ab8 xa_store_range +EXPORT_SYMBOL vmlinux 0xe73108a7 mii_check_gmii_support +EXPORT_SYMBOL vmlinux 0xe7530915 fs_param_is_bool +EXPORT_SYMBOL vmlinux 0xe75756ce sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0xe765c327 netpoll_parse_options +EXPORT_SYMBOL vmlinux 0xe785cca7 update_devfreq +EXPORT_SYMBOL vmlinux 0xe78f2814 fwnode_get_phy_id +EXPORT_SYMBOL vmlinux 0xe7a02573 ida_alloc_range +EXPORT_SYMBOL vmlinux 0xe7a807b5 sock_wfree +EXPORT_SYMBOL vmlinux 0xe7ab1ecc _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0xe7ae4e9d mdio_device_free +EXPORT_SYMBOL vmlinux 0xe7afd728 param_get_short +EXPORT_SYMBOL vmlinux 0xe7b0353b __cpu_active_mask +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7dcfbbe blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0xe7e92a7c register_console +EXPORT_SYMBOL vmlinux 0xe7f4dac3 param_ops_short +EXPORT_SYMBOL vmlinux 0xe7f7ee63 amba_release_regions +EXPORT_SYMBOL vmlinux 0xe8045180 pci_pme_capable +EXPORT_SYMBOL vmlinux 0xe816048f tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0xe839735b kernel_listen +EXPORT_SYMBOL vmlinux 0xe840a9d3 blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0xe85f2123 acpi_tb_unload_table +EXPORT_SYMBOL vmlinux 0xe86f83a4 pci_set_master +EXPORT_SYMBOL vmlinux 0xe876d87e napi_build_skb +EXPORT_SYMBOL vmlinux 0xe87d3865 nf_log_trace +EXPORT_SYMBOL vmlinux 0xe8a333be kset_unregister +EXPORT_SYMBOL vmlinux 0xe8ab5a59 inet_frag_pull_head +EXPORT_SYMBOL vmlinux 0xe8b0655d phy_validate_pause +EXPORT_SYMBOL vmlinux 0xe8c84e61 kernel_param_unlock +EXPORT_SYMBOL vmlinux 0xe8d285b2 nla_policy_len +EXPORT_SYMBOL vmlinux 0xe8fbf4fa __alloc_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0xe8fe0975 register_quota_format +EXPORT_SYMBOL vmlinux 0xe90253f0 xudma_rflow_get +EXPORT_SYMBOL vmlinux 0xe9084bdf mipi_dsi_dcs_read +EXPORT_SYMBOL vmlinux 0xe90964f0 of_find_mipi_dsi_device_by_node +EXPORT_SYMBOL vmlinux 0xe909997a bitmap_print_list_to_buf +EXPORT_SYMBOL vmlinux 0xe9114020 xfrm_state_free +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe9386092 page_pool_create +EXPORT_SYMBOL vmlinux 0xe93f0532 blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0xe94a5fa9 d_lookup +EXPORT_SYMBOL vmlinux 0xe94f2bd2 dev_add_pack +EXPORT_SYMBOL vmlinux 0xe9518b01 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe9613fdc mmc_add_host +EXPORT_SYMBOL vmlinux 0xe995c7e7 of_device_is_available +EXPORT_SYMBOL vmlinux 0xe9a4600f block_invalidate_folio +EXPORT_SYMBOL vmlinux 0xe9af7397 __xa_set_mark +EXPORT_SYMBOL vmlinux 0xe9bc1d59 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0xe9c3ed65 pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0xe9dc12a4 zstd_get_error_name +EXPORT_SYMBOL vmlinux 0xe9e8faeb efi_tpm_final_log_size +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xe9f72118 phy_find_first +EXPORT_SYMBOL vmlinux 0xe9ff8b5d copy_page_from_iter +EXPORT_SYMBOL vmlinux 0xe9ffc063 down_trylock +EXPORT_SYMBOL vmlinux 0xea0a84fe get_watch_queue +EXPORT_SYMBOL vmlinux 0xea0d55c3 _dev_crit +EXPORT_SYMBOL vmlinux 0xea13c13b tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0xea1c3e3a arm_smccc_1_2_hvc +EXPORT_SYMBOL vmlinux 0xea24da2f security_binder_transfer_file +EXPORT_SYMBOL vmlinux 0xea3c8e4e scsilun_to_int +EXPORT_SYMBOL vmlinux 0xea45ce60 sock_setsockopt +EXPORT_SYMBOL vmlinux 0xea6df926 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0xea6f9a36 zlib_deflate_dfltcc_enabled +EXPORT_SYMBOL vmlinux 0xea78e0cb i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0xea7a335b input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0xea7daa08 __video_get_options +EXPORT_SYMBOL vmlinux 0xea9bea98 pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0xeaa07dce jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0xeaaa0f64 d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0xeaaa2ebe scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0xeab6f4c4 acpi_check_resource_conflict +EXPORT_SYMBOL vmlinux 0xead8c400 bman_get_bpid +EXPORT_SYMBOL vmlinux 0xeadf7914 fscrypt_free_bounce_page +EXPORT_SYMBOL vmlinux 0xeae3dfd6 __const_udelay +EXPORT_SYMBOL vmlinux 0xeafbb4cf dma_unmap_resource +EXPORT_SYMBOL vmlinux 0xeafc141f __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xeafc4c3d __hw_addr_ref_sync_dev +EXPORT_SYMBOL vmlinux 0xeb075530 napi_gro_frags +EXPORT_SYMBOL vmlinux 0xeb078aee _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xeb178b6b dev_trans_start +EXPORT_SYMBOL vmlinux 0xeb233a45 __kmalloc +EXPORT_SYMBOL vmlinux 0xeb2e5058 of_get_mac_address +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb3f1c7f mdiobb_write_c22 +EXPORT_SYMBOL vmlinux 0xeb43c39b tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0xeb44339a free_pages_exact +EXPORT_SYMBOL vmlinux 0xeb6991a4 jbd2_fc_release_bufs +EXPORT_SYMBOL vmlinux 0xeb7329a2 qcom_scm_set_warm_boot_addr +EXPORT_SYMBOL vmlinux 0xeb75e8ae genphy_suspend +EXPORT_SYMBOL vmlinux 0xeb7f6046 acpi_get_devices +EXPORT_SYMBOL vmlinux 0xeb82e317 folio_migrate_mapping +EXPORT_SYMBOL vmlinux 0xeb87072b eth_header_cache +EXPORT_SYMBOL vmlinux 0xeb8bd152 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0xeb9eef52 match_uint +EXPORT_SYMBOL vmlinux 0xeba013f0 mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0xebc50294 md_set_array_sectors +EXPORT_SYMBOL vmlinux 0xebcd81cc wireless_send_event +EXPORT_SYMBOL vmlinux 0xebf70832 flow_rule_match_pppoe +EXPORT_SYMBOL vmlinux 0xec2a1aab crypto_kdf108_setkey +EXPORT_SYMBOL vmlinux 0xec2b8a42 acpi_walk_namespace +EXPORT_SYMBOL vmlinux 0xec33c668 __SCK__tp_func_spi_transfer_start +EXPORT_SYMBOL vmlinux 0xec372c99 mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0xec41716a qman_alloc_fqid_range +EXPORT_SYMBOL vmlinux 0xec4d2231 param_ops_int +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec5180a7 dquot_disable +EXPORT_SYMBOL vmlinux 0xec6fb6b4 get_user_pages +EXPORT_SYMBOL vmlinux 0xec9acc00 skb_clone_sk +EXPORT_SYMBOL vmlinux 0xeca957d1 __bitmap_and +EXPORT_SYMBOL vmlinux 0xecaded07 ndisc_ns_create +EXPORT_SYMBOL vmlinux 0xecbd5fd1 serio_interrupt +EXPORT_SYMBOL vmlinux 0xecca7131 sk_capable +EXPORT_SYMBOL vmlinux 0xecce80a0 pci_enable_msi +EXPORT_SYMBOL vmlinux 0xece40f36 param_get_int +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xecfc4dab pci_resize_resource +EXPORT_SYMBOL vmlinux 0xecfd68ef acpi_get_node +EXPORT_SYMBOL vmlinux 0xed00c4fb acpi_os_printf +EXPORT_SYMBOL vmlinux 0xed1a6305 neigh_ifdown +EXPORT_SYMBOL vmlinux 0xed1d2900 scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0xed1e63dc xfrm_trans_queue_net +EXPORT_SYMBOL vmlinux 0xed2a98d6 jbd2_journal_finish_inode_data_buffers +EXPORT_SYMBOL vmlinux 0xed2d11da vfs_copy_file_range +EXPORT_SYMBOL vmlinux 0xed55f929 acpi_os_unmap_generic_address +EXPORT_SYMBOL vmlinux 0xed5e662e io_uring_destruct_scm +EXPORT_SYMBOL vmlinux 0xed648251 mfd_remove_devices +EXPORT_SYMBOL vmlinux 0xed656e30 udp_encap_disable +EXPORT_SYMBOL vmlinux 0xed6c7ea3 mntget +EXPORT_SYMBOL vmlinux 0xed8a2d95 memset64 +EXPORT_SYMBOL vmlinux 0xed9da7c8 __ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xeda2e038 scsi_cmd_allowed +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedbb96ec of_find_compatible_node +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedc291c6 of_platform_bus_probe +EXPORT_SYMBOL vmlinux 0xedc41903 dma_unmap_page_attrs +EXPORT_SYMBOL vmlinux 0xedc4421e jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0xedd17b31 sock_get_timeout +EXPORT_SYMBOL vmlinux 0xedd1e6a3 xsk_tx_release +EXPORT_SYMBOL vmlinux 0xedd6b434 scsi_device_lookup +EXPORT_SYMBOL vmlinux 0xee0118df aperture_remove_conflicting_devices +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee3164f1 fwnode_iomap +EXPORT_SYMBOL vmlinux 0xee3eae35 mmc_gpio_set_cd_irq +EXPORT_SYMBOL vmlinux 0xee5449ff setattr_should_drop_sgid +EXPORT_SYMBOL vmlinux 0xee58e970 fb_add_videomode +EXPORT_SYMBOL vmlinux 0xee6abcc3 add_to_pipe +EXPORT_SYMBOL vmlinux 0xee78051c tty_unregister_driver +EXPORT_SYMBOL vmlinux 0xee7bd423 netdev_offload_xstats_enable +EXPORT_SYMBOL vmlinux 0xee7d7deb gen_pool_dma_zalloc +EXPORT_SYMBOL vmlinux 0xee7eb9e1 pnp_platform_devices +EXPORT_SYMBOL vmlinux 0xee7f6fe5 pci_enable_ptm +EXPORT_SYMBOL vmlinux 0xee8051b7 pci_set_mwi +EXPORT_SYMBOL vmlinux 0xee85656d mipi_dsi_host_unregister +EXPORT_SYMBOL vmlinux 0xee87b48b dcb_ieee_getapp_dscp_prio_mask_map +EXPORT_SYMBOL vmlinux 0xee883b06 __vmalloc_array +EXPORT_SYMBOL vmlinux 0xee8c02e9 vprintk_emit +EXPORT_SYMBOL vmlinux 0xee8d74d6 jiffies64_to_nsecs +EXPORT_SYMBOL vmlinux 0xee90729e gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xeea01a0e pci_restore_state +EXPORT_SYMBOL vmlinux 0xeea5e0f1 qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeb39c49 sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0xeebfca34 handshake_req_cancel +EXPORT_SYMBOL vmlinux 0xeedf19fd pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0xeee75d91 ucc_fast_init +EXPORT_SYMBOL vmlinux 0xeeeebb02 phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0xeefdfcbf fb_set_suspend +EXPORT_SYMBOL vmlinux 0xef181531 amba_device_unregister +EXPORT_SYMBOL vmlinux 0xef2878fb inet_reqsk_alloc +EXPORT_SYMBOL vmlinux 0xef3a057e dev_remove_offload +EXPORT_SYMBOL vmlinux 0xef40f41c ndisc_mc_map +EXPORT_SYMBOL vmlinux 0xef419969 security_sock_graft +EXPORT_SYMBOL vmlinux 0xef6043f6 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0xef7615ec input_close_device +EXPORT_SYMBOL vmlinux 0xef8531d2 d_splice_alias +EXPORT_SYMBOL vmlinux 0xef8ac53d qcom_scm_restore_sec_cfg +EXPORT_SYMBOL vmlinux 0xef91a1c6 jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0xefabec3c pcie_bandwidth_available +EXPORT_SYMBOL vmlinux 0xefaf2e4f tcf_queue_work +EXPORT_SYMBOL vmlinux 0xefc292ae reuseport_has_conns_set +EXPORT_SYMBOL vmlinux 0xefc829cd __do_once_done +EXPORT_SYMBOL vmlinux 0xefcea2e7 acpi_warning +EXPORT_SYMBOL vmlinux 0xefd48c16 block_dirty_folio +EXPORT_SYMBOL vmlinux 0xefe2f418 vme_bus_type +EXPORT_SYMBOL vmlinux 0xefee932c acpi_get_data_full +EXPORT_SYMBOL vmlinux 0xefeefc09 __SCK__tp_func_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xeff59ea1 truncate_pagecache +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf003b716 devm_extcon_unregister_notifier_all +EXPORT_SYMBOL vmlinux 0xf0081842 sock_no_linger +EXPORT_SYMBOL vmlinux 0xf01ef05b fwnode_get_mac_address +EXPORT_SYMBOL vmlinux 0xf0272803 generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0xf02aa937 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0xf02edff7 request_firmware_nowait +EXPORT_SYMBOL vmlinux 0xf0310155 blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xf03fac09 xattr_full_name +EXPORT_SYMBOL vmlinux 0xf04ced62 __ClearPageMovable +EXPORT_SYMBOL vmlinux 0xf0606a5b pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0xf065b347 sock_init_data_uid +EXPORT_SYMBOL vmlinux 0xf07b07f6 sg_free_append_table +EXPORT_SYMBOL vmlinux 0xf08e2fea md_error +EXPORT_SYMBOL vmlinux 0xf09b5d9a get_zeroed_page +EXPORT_SYMBOL vmlinux 0xf0b2419f cmd_db_read_aux_data +EXPORT_SYMBOL vmlinux 0xf0b9a4b9 commit_creds +EXPORT_SYMBOL vmlinux 0xf0bb55ce generic_parse_monolithic +EXPORT_SYMBOL vmlinux 0xf0be607c dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0xf0c3e3c2 vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0xf0cbe18d flush_signals +EXPORT_SYMBOL vmlinux 0xf0fdf6cb __stack_chk_fail +EXPORT_SYMBOL vmlinux 0xf11dd46e _page_poisoning_enabled_early +EXPORT_SYMBOL vmlinux 0xf1229121 tc_setup_cb_add +EXPORT_SYMBOL vmlinux 0xf14b4ec4 jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0xf14bb6e3 touchscreen_report_pos +EXPORT_SYMBOL vmlinux 0xf14dd31d alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0xf1698750 crypto_sha3_init +EXPORT_SYMBOL vmlinux 0xf16ce3f4 single_open +EXPORT_SYMBOL vmlinux 0xf170f3b1 devm_clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0xf17cc5a7 pipe_unlock +EXPORT_SYMBOL vmlinux 0xf18300ad logic_inb +EXPORT_SYMBOL vmlinux 0xf1869e10 config_group_find_item +EXPORT_SYMBOL vmlinux 0xf190f1c1 tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf1969a8e __usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xf1a27add tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0xf1a65f7b zstd_reset_dstream +EXPORT_SYMBOL vmlinux 0xf1a88c12 put_disk +EXPORT_SYMBOL vmlinux 0xf1aaf78a pcie_get_mps +EXPORT_SYMBOL vmlinux 0xf1b0aa3e km_state_notify +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1e046cc panic +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1f35e07 netdev_port_same_parent_id +EXPORT_SYMBOL vmlinux 0xf1f88a0e dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0xf2073e78 crypto_sha256_finup +EXPORT_SYMBOL vmlinux 0xf2128c9d kernel_connect +EXPORT_SYMBOL vmlinux 0xf2159874 __dynamic_ibdev_dbg +EXPORT_SYMBOL vmlinux 0xf2218d85 __of_mdiobus_register +EXPORT_SYMBOL vmlinux 0xf22a5cd0 vfs_fsync_range +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf2461b10 tcp_release_cb +EXPORT_SYMBOL vmlinux 0xf24cc40d simple_release_fs +EXPORT_SYMBOL vmlinux 0xf25590c4 inet6_add_offload +EXPORT_SYMBOL vmlinux 0xf25cf61a set_cached_acl +EXPORT_SYMBOL vmlinux 0xf2628676 zstd_compress_cctx +EXPORT_SYMBOL vmlinux 0xf2669a2c imx_scu_irq_register_notifier +EXPORT_SYMBOL vmlinux 0xf27538d6 page_pool_release_page +EXPORT_SYMBOL vmlinux 0xf28cf0ae __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf28fdc17 serio_unregister_port +EXPORT_SYMBOL vmlinux 0xf29403e5 acpi_install_table_handler +EXPORT_SYMBOL vmlinux 0xf29fef0d seq_bprintf +EXPORT_SYMBOL vmlinux 0xf2a8efae dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0xf2c43f3f zlib_deflate +EXPORT_SYMBOL vmlinux 0xf2e5bd87 security_free_mnt_opts +EXPORT_SYMBOL vmlinux 0xf2f4321c ptp_schedule_worker +EXPORT_SYMBOL vmlinux 0xf2f53617 memregion_free +EXPORT_SYMBOL vmlinux 0xf309324b write_dirty_buffer +EXPORT_SYMBOL vmlinux 0xf312f43f phy_register_fixup +EXPORT_SYMBOL vmlinux 0xf313a2b2 wait_for_key_construction +EXPORT_SYMBOL vmlinux 0xf324a00c unregister_nexthop_notifier +EXPORT_SYMBOL vmlinux 0xf335844c udp_gro_complete +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf35796f7 of_find_all_nodes +EXPORT_SYMBOL vmlinux 0xf3621fe2 mtree_alloc_rrange +EXPORT_SYMBOL vmlinux 0xf36c707e __sk_receive_skb +EXPORT_SYMBOL vmlinux 0xf36f42a9 slhc_uncompress +EXPORT_SYMBOL vmlinux 0xf371ae58 sock_no_listen +EXPORT_SYMBOL vmlinux 0xf37a25fc netif_receive_skb_core +EXPORT_SYMBOL vmlinux 0xf37a60b3 key_put +EXPORT_SYMBOL vmlinux 0xf385037d of_phy_deregister_fixed_link +EXPORT_SYMBOL vmlinux 0xf390f6f1 __bitmap_andnot +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf3925838 inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0xf39264a2 mipi_dsi_set_maximum_return_packet_size +EXPORT_SYMBOL vmlinux 0xf3932313 mb_cache_entry_wait_unused +EXPORT_SYMBOL vmlinux 0xf399b1f7 __skb_get_hash +EXPORT_SYMBOL vmlinux 0xf39e0b0b inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0xf3a28403 sk_alloc +EXPORT_SYMBOL vmlinux 0xf3a57892 release_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0xf3c9ecd1 __devm_release_region +EXPORT_SYMBOL vmlinux 0xf3cd03b0 backlight_device_register +EXPORT_SYMBOL vmlinux 0xf3cfa76a __nla_put +EXPORT_SYMBOL vmlinux 0xf3d46bb7 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0xf3d4bd37 blk_mq_tagset_wait_completed_request +EXPORT_SYMBOL vmlinux 0xf3ddde4c genl_unregister_family +EXPORT_SYMBOL vmlinux 0xf3e0e1df allocate_resource +EXPORT_SYMBOL vmlinux 0xf3fb39fc bioset_init +EXPORT_SYMBOL vmlinux 0xf4191dcd sock_set_priority +EXPORT_SYMBOL vmlinux 0xf4200694 cdev_device_add +EXPORT_SYMBOL vmlinux 0xf4303257 sock_edemux +EXPORT_SYMBOL vmlinux 0xf43d2caa acpi_remove_interface +EXPORT_SYMBOL vmlinux 0xf44a904a net_ns_barrier +EXPORT_SYMBOL vmlinux 0xf44f3c87 tcp_init_sock +EXPORT_SYMBOL vmlinux 0xf44f852a phy_check_valid +EXPORT_SYMBOL vmlinux 0xf450fe44 reuseport_attach_prog +EXPORT_SYMBOL vmlinux 0xf465badb filemap_check_errors +EXPORT_SYMBOL vmlinux 0xf474c21c bitmap_print_to_pagebuf +EXPORT_SYMBOL vmlinux 0xf474fdcb kfree_const +EXPORT_SYMBOL vmlinux 0xf4759019 dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0xf493b4b6 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0xf4957540 phy_attach +EXPORT_SYMBOL vmlinux 0xf4b754fd acpi_resources_are_enforced +EXPORT_SYMBOL vmlinux 0xf4d00dc6 dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0xf4d41251 __mdiobus_c45_write +EXPORT_SYMBOL vmlinux 0xf4db35bc stpcpy +EXPORT_SYMBOL vmlinux 0xf4edc139 tcf_exts_validate_ex +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf4fc6b93 follow_up +EXPORT_SYMBOL vmlinux 0xf5056fda fb_set_cmap +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf590080c tcp_add_backlog +EXPORT_SYMBOL vmlinux 0xf5a20ed2 __genradix_prealloc +EXPORT_SYMBOL vmlinux 0xf5a7bf41 page_pool_put_page_bulk +EXPORT_SYMBOL vmlinux 0xf5d763dc generic_write_checks_count +EXPORT_SYMBOL vmlinux 0xf5dca6d1 truncate_setsize +EXPORT_SYMBOL vmlinux 0xf5e7ea40 ktime_get_coarse_ts64 +EXPORT_SYMBOL vmlinux 0xf60040dc follow_down +EXPORT_SYMBOL vmlinux 0xf607d7fc mmc_start_request +EXPORT_SYMBOL vmlinux 0xf61b5e97 netlbl_calipso_ops_register +EXPORT_SYMBOL vmlinux 0xf62c39fe ucc_slow_graceful_stop_tx +EXPORT_SYMBOL vmlinux 0xf6340eed kset_register +EXPORT_SYMBOL vmlinux 0xf643d104 hsiphash_4u32 +EXPORT_SYMBOL vmlinux 0xf64d96ac mini_qdisc_pair_block_init +EXPORT_SYMBOL vmlinux 0xf665f74f sock_load_diag_module +EXPORT_SYMBOL vmlinux 0xf66a2d1f uart_write_wakeup +EXPORT_SYMBOL vmlinux 0xf66f8ba4 of_match_node +EXPORT_SYMBOL vmlinux 0xf6796c16 netdev_crit +EXPORT_SYMBOL vmlinux 0xf67ecd9e vm_map_pages +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf68d0e46 __inet_stream_connect +EXPORT_SYMBOL vmlinux 0xf6a39fff scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0xf6d007a6 ethtool_rx_flow_rule_create +EXPORT_SYMBOL vmlinux 0xf6da20b8 devm_free_irq +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6f9d58d init_on_free +EXPORT_SYMBOL vmlinux 0xf6fc8791 __bitmap_xor +EXPORT_SYMBOL vmlinux 0xf7216192 unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xf72cca98 submit_bio_noacct +EXPORT_SYMBOL vmlinux 0xf7370f56 system_state +EXPORT_SYMBOL vmlinux 0xf738d1be register_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xf761adc9 register_nexthop_notifier +EXPORT_SYMBOL vmlinux 0xf76843b5 qcom_scm_pas_supported +EXPORT_SYMBOL vmlinux 0xf77555cd __memcpy_toio +EXPORT_SYMBOL vmlinux 0xf77b9113 jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0xf77d4ffc filemap_flush +EXPORT_SYMBOL vmlinux 0xf7a2315d netdev_pick_tx +EXPORT_SYMBOL vmlinux 0xf7b233eb pci_ep_cfs_remove_epc_group +EXPORT_SYMBOL vmlinux 0xf7ca3e6e blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0xf7d31de9 kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0xf7da6e6f acpi_unload_table +EXPORT_SYMBOL vmlinux 0xf7e949b1 vm_iomap_memory +EXPORT_SYMBOL vmlinux 0xf7ea6311 qman_p_poll_dqrr +EXPORT_SYMBOL vmlinux 0xf7f05c17 fman_port_use_kg_hash +EXPORT_SYMBOL vmlinux 0xf80ef0ac ethtool_rx_flow_rule_destroy +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf812cff6 memscan +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf8374ad0 blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xf84bd6ee bpf_stats_enabled_key +EXPORT_SYMBOL vmlinux 0xf8576568 __skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0xf8697134 can_nice +EXPORT_SYMBOL vmlinux 0xf87c2aed __hw_addr_ref_unsync_dev +EXPORT_SYMBOL vmlinux 0xf88b8aa6 xp_alloc +EXPORT_SYMBOL vmlinux 0xf88ecec4 kvmemdup +EXPORT_SYMBOL vmlinux 0xf89f9b78 skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0xf8a0b696 xfrm_input_resume +EXPORT_SYMBOL vmlinux 0xf8ca4579 input_set_min_poll_interval +EXPORT_SYMBOL vmlinux 0xf8d07858 bitmap_from_arr32 +EXPORT_SYMBOL vmlinux 0xf8d2bc2c zstd_find_frame_compressed_size +EXPORT_SYMBOL vmlinux 0xf8e4403a mmc_request_done +EXPORT_SYMBOL vmlinux 0xf8f61ebc wake_up_var +EXPORT_SYMBOL vmlinux 0xf909ab1f __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0xf91b89ab fman_sp_build_buffer_struct +EXPORT_SYMBOL vmlinux 0xf93aae46 __arm_smccc_smc +EXPORT_SYMBOL vmlinux 0xf93cdba2 user_path_create +EXPORT_SYMBOL vmlinux 0xf93fd09c fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xf94536c2 proc_dointvec +EXPORT_SYMBOL vmlinux 0xf95c619b acpi_processor_preregister_performance +EXPORT_SYMBOL vmlinux 0xf95ce398 phy_device_remove +EXPORT_SYMBOL vmlinux 0xf9704caf fman_get_bmi_max_fifo_size +EXPORT_SYMBOL vmlinux 0xf9722676 twl_i2c_write +EXPORT_SYMBOL vmlinux 0xf99e92bd __devm_mdiobus_register +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9abefe9 nd_btt_version +EXPORT_SYMBOL vmlinux 0xf9b235b0 xfrm_policy_hash_rebuild +EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat +EXPORT_SYMBOL vmlinux 0xf9ca2eb4 kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0xf9ce7036 xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xf9d807f3 readahead_expand +EXPORT_SYMBOL vmlinux 0xf9e15381 skb_udp_tunnel_segment +EXPORT_SYMBOL vmlinux 0xf9e17e7a gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0xf9fb832e mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0xfa042227 gnet_stats_add_basic +EXPORT_SYMBOL vmlinux 0xfa08c34a page_offline_end +EXPORT_SYMBOL vmlinux 0xfa297415 acpi_map_pxm_to_node +EXPORT_SYMBOL vmlinux 0xfa2e5f32 i2c_smbus_pec +EXPORT_SYMBOL vmlinux 0xfa3baf06 rtc_add_groups +EXPORT_SYMBOL vmlinux 0xfa49c0fe update_region +EXPORT_SYMBOL vmlinux 0xfa4d2f03 __nla_parse +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa5ffbe0 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0xfa66804b xen_alloc_ballooned_pages +EXPORT_SYMBOL vmlinux 0xfa678b9d mode_strip_sgid +EXPORT_SYMBOL vmlinux 0xfa797f21 tty_port_init +EXPORT_SYMBOL vmlinux 0xfa8048fe input_mt_init_slots +EXPORT_SYMBOL vmlinux 0xfaaa12d0 _page_poisoning_enabled +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfacc3fdb of_graph_get_endpoint_by_regs +EXPORT_SYMBOL vmlinux 0xfacf2a64 ipv6_select_ident +EXPORT_SYMBOL vmlinux 0xfad70735 tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0xfaecb308 memcg_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0xfaf985dd vfs_parse_fs_param_source +EXPORT_SYMBOL vmlinux 0xfb034605 tcf_generic_walker +EXPORT_SYMBOL vmlinux 0xfb348fea fault_in_safe_writeable +EXPORT_SYMBOL vmlinux 0xfb384d37 kasprintf +EXPORT_SYMBOL vmlinux 0xfb43f55a lookup_one_positive_unlocked +EXPORT_SYMBOL vmlinux 0xfb482909 xsk_get_pool_from_qid +EXPORT_SYMBOL vmlinux 0xfb4d46c8 skb_expand_head +EXPORT_SYMBOL vmlinux 0xfb52f3ba mr_mfc_find_any_parent +EXPORT_SYMBOL vmlinux 0xfb5ccb94 __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb8a0961 misc_deregister +EXPORT_SYMBOL vmlinux 0xfb9418b0 rproc_get_by_phandle +EXPORT_SYMBOL vmlinux 0xfba0d8fc i2c_add_adapter +EXPORT_SYMBOL vmlinux 0xfba7a5f5 __get_random_u32_below +EXPORT_SYMBOL vmlinux 0xfba7ddd2 match_u64 +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbad3cf0 scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0xfbb8a761 strscpy_pad +EXPORT_SYMBOL vmlinux 0xfbbe67bd pcim_iomap_table +EXPORT_SYMBOL vmlinux 0xfbbf6b4a add_watch_to_object +EXPORT_SYMBOL vmlinux 0xfbc4f89e io_schedule_timeout +EXPORT_SYMBOL vmlinux 0xfbc81547 rw_verify_area +EXPORT_SYMBOL vmlinux 0xfbcbd7c9 jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0xfbd3307f ns_capable +EXPORT_SYMBOL vmlinux 0xfbe215e4 sg_next +EXPORT_SYMBOL vmlinux 0xfbe4b175 qman_create_cgr +EXPORT_SYMBOL vmlinux 0xfbe8ee28 acpi_get_table_by_index +EXPORT_SYMBOL vmlinux 0xfc056c34 get_inode_acl +EXPORT_SYMBOL vmlinux 0xfc0cec5e netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0xfc1da273 kmalloc_node_trace +EXPORT_SYMBOL vmlinux 0xfc32a0de cdev_del +EXPORT_SYMBOL vmlinux 0xfc336d2e __wake_up_bit +EXPORT_SYMBOL vmlinux 0xfc4152fc ec_read +EXPORT_SYMBOL vmlinux 0xfc421e79 gnet_stats_add_queue +EXPORT_SYMBOL vmlinux 0xfc52abc7 qcom_scm_pas_shutdown +EXPORT_SYMBOL vmlinux 0xfc70e415 rtnl_kfree_skbs +EXPORT_SYMBOL vmlinux 0xfc80be98 cdev_add +EXPORT_SYMBOL vmlinux 0xfc877340 ___pskb_trim +EXPORT_SYMBOL vmlinux 0xfc881b89 fman_port_get_hash_result_offset +EXPORT_SYMBOL vmlinux 0xfc911037 ata_std_end_eh +EXPORT_SYMBOL vmlinux 0xfc9ed8c3 qcom_scm_ice_available +EXPORT_SYMBOL vmlinux 0xfca99b0d phy_start_cable_test_tdr +EXPORT_SYMBOL vmlinux 0xfcb83c43 devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0xfcbcbcce fqdir_exit +EXPORT_SYMBOL vmlinux 0xfcc4dd92 dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0xfcce2f7d ucc_fast_enable +EXPORT_SYMBOL vmlinux 0xfcd1819a hdmi_spd_infoframe_check +EXPORT_SYMBOL vmlinux 0xfcd3c742 __sk_queue_drop_skb +EXPORT_SYMBOL vmlinux 0xfcdf3bdb backlight_device_get_by_name +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcefab17 rproc_elf_load_segments +EXPORT_SYMBOL vmlinux 0xfd50e412 generic_pipe_buf_try_steal +EXPORT_SYMBOL vmlinux 0xfd574e29 mii_ethtool_sset +EXPORT_SYMBOL vmlinux 0xfd5a2986 cpumask_any_and_distribute +EXPORT_SYMBOL vmlinux 0xfd5cc092 component_match_add_release +EXPORT_SYMBOL vmlinux 0xfd5ee7a2 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0xfd632a75 phy_ethtool_get_sset_count +EXPORT_SYMBOL vmlinux 0xfd77c7d8 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0xfd81c46d netif_carrier_off +EXPORT_SYMBOL vmlinux 0xfd8ddb93 fscrypt_put_encryption_info +EXPORT_SYMBOL vmlinux 0xfd8e7d04 tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0xfdb1d990 fwnode_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0xfdba919d __nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xfdbcd3dc inet_addr_type +EXPORT_SYMBOL vmlinux 0xfdcb4ed3 acpi_os_get_line +EXPORT_SYMBOL vmlinux 0xfdcc8a0e fb_find_best_display +EXPORT_SYMBOL vmlinux 0xfdf511df __dev_get_by_index +EXPORT_SYMBOL vmlinux 0xfdfd7179 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe02f87d kernel_sendmsg_locked +EXPORT_SYMBOL vmlinux 0xfe04a58b vfs_iocb_iter_write +EXPORT_SYMBOL vmlinux 0xfe0eb8ea bio_init +EXPORT_SYMBOL vmlinux 0xfe1681ed tty_register_driver +EXPORT_SYMBOL vmlinux 0xfe1c9ea5 sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0xfe1d2e94 key_create_or_update +EXPORT_SYMBOL vmlinux 0xfe215b97 proc_do_large_bitmap +EXPORT_SYMBOL vmlinux 0xfe252a1e page_mapping +EXPORT_SYMBOL vmlinux 0xfe34a20b ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0xfe382582 __traceiter_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0xfe487975 init_wait_entry +EXPORT_SYMBOL vmlinux 0xfe4ac0d3 sb_set_blocksize +EXPORT_SYMBOL vmlinux 0xfe558961 fwnode_irq_get_byname +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe8c61f0 _raw_read_lock +EXPORT_SYMBOL vmlinux 0xfe916dc6 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0xfe9d9852 follow_down_one +EXPORT_SYMBOL vmlinux 0xfe9ebbbb acpi_osi_is_win8 +EXPORT_SYMBOL vmlinux 0xfea20a25 tcp_setsockopt +EXPORT_SYMBOL vmlinux 0xfeb048f6 jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0xfec86256 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0xfec9894b xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0xfed6efbf blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfeebc7c4 __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0xfef216eb _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0xfef5439e simple_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0xfefcb98e vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xff057f39 pm860x_set_bits +EXPORT_SYMBOL vmlinux 0xff06dadf pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff282521 rfkill_register +EXPORT_SYMBOL vmlinux 0xff2e0f18 napi_gro_receive +EXPORT_SYMBOL vmlinux 0xff3bf7b0 input_register_device +EXPORT_SYMBOL vmlinux 0xff41a709 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0xff45ae87 __inet_hash +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff7e7f8d kryo_l2_set_indirect_reg +EXPORT_SYMBOL vmlinux 0xff87cd18 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0xff95b94f _dev_printk +EXPORT_SYMBOL vmlinux 0xffb7c514 ida_free +EXPORT_SYMBOL vmlinux 0xffba9e0a vga_put +EXPORT_SYMBOL vmlinux 0xffbd2f6c sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0xffbfd9cc dev_addr_del +EXPORT_SYMBOL vmlinux 0xffc4f200 zstd_compress_stream +EXPORT_SYMBOL vmlinux 0xffcc4ec7 tcp_bpf_bypass_getsockopt +EXPORT_SYMBOL vmlinux 0xffd0d3e8 neigh_table_init +EXPORT_SYMBOL vmlinux 0xffd1ab8a drop_nlink +EXPORT_SYMBOL vmlinux 0xffdbdf73 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0xffeedf6a delayed_work_timer_fn +EXPORT_SYMBOL_GPL crypto/af_alg 0x11278bf0 af_alg_wmem_wakeup +EXPORT_SYMBOL_GPL crypto/af_alg 0x27e92408 af_alg_async_cb +EXPORT_SYMBOL_GPL crypto/af_alg 0x2bb883cb af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0x4edcc7c6 af_alg_wait_for_data +EXPORT_SYMBOL_GPL crypto/af_alg 0x559aa116 af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x56638a48 af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0x60d603ae af_alg_count_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x634264a9 af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x67c1a32d af_alg_free_resources +EXPORT_SYMBOL_GPL crypto/af_alg 0x7a1e2fb6 af_alg_sendmsg +EXPORT_SYMBOL_GPL crypto/af_alg 0x81169088 af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xcf1cb144 af_alg_pull_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xd73892eb af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/af_alg 0xe4896b10 af_alg_alloc_areq +EXPORT_SYMBOL_GPL crypto/af_alg 0xe57cb4c9 af_alg_get_rsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xff65524b af_alg_poll +EXPORT_SYMBOL_GPL crypto/aria_generic 0x4a61978a aria_encrypt +EXPORT_SYMBOL_GPL crypto/aria_generic 0x4a8f90e6 aria_set_key +EXPORT_SYMBOL_GPL crypto/aria_generic 0xbdad6df6 aria_decrypt +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x9bab9079 async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x4212890a async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xfc02ad4f async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x3d584548 async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x7313c70b async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x0ad3bd9c async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x4c47b596 async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xbe8ad36e async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xd42a0153 __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x0347143e async_xor +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x3a693cf5 async_xor_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xc17ef707 async_xor_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xd5339877 async_xor_val_offs +EXPORT_SYMBOL_GPL crypto/authenc 0x2479193e crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0x4354047b blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x188d9d26 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x4d148053 cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0xef81a4af __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x3dbae082 __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xb534901e cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xcfce512f __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xd76a5716 __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast_common 0x5609ce41 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0x5b17be06 cast_s4 +EXPORT_SYMBOL_GPL crypto/cast_common 0xb9cba57f cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xbd3e7542 cast_s1 +EXPORT_SYMBOL_GPL crypto/cryptd 0x0ef0434e cryptd_skcipher_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x13c0cde0 cryptd_aead_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x16f79985 cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x2d0d9205 cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0x3ebdcfcb cryptd_free_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x520d0df1 cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x5bb0d012 cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x66752507 cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x6737de3c cryptd_ahash_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x828fd419 cryptd_skcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xa5a2fcc7 cryptd_alloc_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0xa63d3b46 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xc1b60f26 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x00348714 crypto_finalize_skcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x08e1a845 crypto_engine_stop +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x13ebc81a crypto_transfer_akcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x27395ec5 crypto_finalize_hash_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x2c31de8c crypto_finalize_kpp_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x38bcad43 crypto_engine_alloc_init +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x47a6f226 crypto_transfer_kpp_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x5dc07e74 crypto_transfer_aead_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x5ec92fcd crypto_transfer_hash_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x6cf56e08 crypto_engine_exit +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x7ec745bc crypto_transfer_skcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xb6a2841b crypto_engine_start +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xbca22819 crypto_finalize_aead_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xd607cb01 crypto_finalize_akcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xd6cc6dae crypto_engine_alloc_init_and_set +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0x33b866ce crypto_ecdh_decode_key +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0x7475be8e crypto_ecdh_key_len +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0xb230d2ec crypto_ecdh_encode_key +EXPORT_SYMBOL_GPL crypto/polyval-generic 0x1936413e polyval_mul_non4k +EXPORT_SYMBOL_GPL crypto/polyval-generic 0x49dece42 polyval_update_non4k +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x4eb4c55e __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x5d19f2fc serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xbcc074f3 __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xd4c9681a __serpent_setkey +EXPORT_SYMBOL_GPL crypto/sm2_generic 0x6065a30a sm2_compute_z_digest +EXPORT_SYMBOL_GPL crypto/sm3 0xa98edad1 sm3_update +EXPORT_SYMBOL_GPL crypto/sm3 0xf04338f9 sm3_final +EXPORT_SYMBOL_GPL crypto/sm3_generic 0x0bddca87 sm3_zero_message_hash +EXPORT_SYMBOL_GPL crypto/sm4 0x24e254e8 sm4_expandkey +EXPORT_SYMBOL_GPL crypto/sm4 0xfa81970e sm4_crypt_block +EXPORT_SYMBOL_GPL crypto/twofish_common 0x260ae173 twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0xe22b7787 __twofish_setkey +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x01ef13fc spk_synth_flush +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x08f0212d spk_set_num_var +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x1e39eb14 synth_putws +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x26d56d44 synth_add +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x3b094aeb spk_ttyio_synth_probe +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x45eda959 spk_get_var +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x466f5eb7 synth_putwc +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x6c126e2c spk_ttyio_ops +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x6d3ee49b synth_remove +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x6f36683a spk_ttyio_release +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x76d40046 synth_buffer_skip_nonlatin1 +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x84dad068 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8c82dfca synth_request_region +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8fe0db01 synth_putwc_s +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x97e9c0fa spk_ttyio_synth_immediate +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xa23b02c4 spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xaadb0612 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xb734cb9d speakup_event +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc0737cfb spk_var_show +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc1287bc6 spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc154543f spk_synth_get_index +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc319c604 synth_putws_s +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc58f6e50 spk_get_var_header +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xce425a21 spk_var_store +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd8fd86cf synth_release_region +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd93829dd speakup_info +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xde20cc57 spk_do_catch_up_unicode +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xe194d0ef synth_printf +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xeaaedaa6 synth_current +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xfc928eeb spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x40609af3 acpi_nfit_init +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x4639bcda acpi_nfit_shutdown +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x499bbf57 nfit_get_smbios_id +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x785a0e39 __acpi_nfit_notify +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x7f3f9b8f acpi_nfit_ctl +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0xae5e4411 __acpi_nvdimm_notify +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0xea1ec57c acpi_nfit_desc_init +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0x67927a0d platform_profile_notify +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0xbfe36436 platform_profile_remove +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0xcac33cd4 platform_profile_register +EXPORT_SYMBOL_GPL drivers/ata/pata_parport/pata_parport 0x2c306957 pata_parport_register_driver +EXPORT_SYMBOL_GPL drivers/ata/pata_parport/pata_parport 0xf59af0b3 pata_parport_unregister_driver +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0x4eb63c28 __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/ata/pata_sis 0x5c80ce4b sis_info133_for_sata +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0x09917359 charlcd_poke +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0x6fd9cc4a charlcd_register +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0x8b45326c charlcd_alloc +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0xd3e29970 charlcd_backlight +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0xf3304696 charlcd_free +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0xf883c540 charlcd_unregister +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x07b26ecc hd44780_common_gotoxy +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x1aa688fd hd44780_common_lines +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x23159a5b hd44780_common_clear_display +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x30e85287 hd44780_common_shift_display +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x36dc00a2 hd44780_common_print +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x3c4c183f hd44780_common_home +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x489c89e8 hd44780_common_redefine_char +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x64415593 hd44780_common_display +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x79e8e259 hd44780_common_alloc +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x8585e5fd hd44780_common_blink +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x8d4f3fa4 hd44780_common_init_display +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0xa22afdaa hd44780_common_cursor +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0xc369090d hd44780_common_shift_cursor +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0xf360d788 hd44780_common_fontsize +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x14102f23 ks0108_displaystate +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x48a70518 ks0108_writedata +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x4f506333 ks0108_startline +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x6edae968 ks0108_isinited +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xbf4774db ks0108_writecontrol +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xedde6df2 ks0108_page +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xfee8ef7b ks0108_address +EXPORT_SYMBOL_GPL drivers/auxdisplay/line-display 0x80f9accc linedisp_unregister +EXPORT_SYMBOL_GPL drivers/auxdisplay/line-display 0xab290fc6 linedisp_register +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0x4ed18155 __devm_regmap_init_ac97 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0x69a52f3e regmap_ac97_default_volatile +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0xe9f63fe6 __regmap_init_ac97 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-i3c 0x642dbfe3 __devm_regmap_init_i3c +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0xaede4054 __devm_regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0xcc17207d __regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0x3c62d007 __regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0x3ed15a0d __devm_regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0x51c3b426 __regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0xf33a5643 __devm_regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x37592e5a __devm_regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0xf02458c8 __regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0x0e0d1ea4 __devm_regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0xd3df86ca __regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x55bd0f31 __regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xdf6c4007 __devm_regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xf7fbd6c5 __devm_regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xfec4c624 __regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0xecaf4d1e __regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0xf1a2a9ba __devm_regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0fe62098 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x227c1e9c bcma_host_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x26d6e254 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x278aed61 bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x309929bc bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3a2c4c74 bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3b3b474f bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5652e5f5 bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5865c930 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6a5fad32 bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6d4ccc04 bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7d87a35d bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7e750163 bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x81d06970 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x96534d79 bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa2a48230 bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa87e0a7c bcma_host_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb83ff078 bcma_chipco_b_mii_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd51decbb bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe06dafb5 bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xef72d96e bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf3a17916 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf868bd06 __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xfbf12e15 bcma_host_pci_down +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x2b784c9c btbcm_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x388e1399 btbcm_read_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x391d9d65 btbcm_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x63113459 btbcm_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x8f555ed1 btbcm_finalize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xba31a18c btbcm_setup_apple +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xcc3f9c28 btbcm_setup_patchram +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xe65f77e9 btbcm_write_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x0c2594b6 btintel_enter_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x10db3d4e btintel_regmap_init +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x173200cb btintel_send_intel_reset +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x295f38f9 btintel_set_diag +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x2b424616 btintel_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x40f2d222 btintel_set_event_mask_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x6a26f61d btintel_set_quality_report +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x7c6b9dab btintel_configure_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x9889b895 btintel_version_info +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xa40a12e2 btintel_secure_send_result +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xaf137463 btintel_load_ddc_config +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xb837d3a4 btintel_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xc08f8f18 btintel_read_boot_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xda4e9cf9 btintel_bootup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xdbb22e5f btintel_read_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xe547fa09 btintel_exit_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xed1e1adc btintel_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x02ffd437 btmrvl_pscan_window_reporting +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x07745f63 btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x425f8053 btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x60a41c94 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x897b5c82 btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x9ce0bbb5 btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xd6173c0a btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xd8e6864e btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xe2dc8588 btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xed7ed135 btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xfc6699b0 btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x3b6d3ed1 btmtk_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x9f3f0824 btmtk_setup_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0xfe57c2d9 btmtk_setup_firmware_79xx +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x2149da8a qca_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x26e7857d qca_send_pre_shutdown_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x49822f4a qca_read_soc_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x5bdb69a7 qca_set_bdaddr_rome +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x63318d13 qca_uart_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x106d1dea btrtl_setup_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x1f222adc btrtl_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x31ef2eca btrtl_get_uart_settings +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x68b8fcae btrtl_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x8fa2d17b btrtl_shutdown_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x9345485e btrtl_set_quirks +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xaf78f260 btrtl_free +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x3efc98f2 h4_recv_buf +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x601c40b3 hci_uart_tx_wakeup +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xda9def29 hci_uart_unregister_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xece6d995 hci_uart_register_device +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x227ebc9b mhi_ep_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x47a9713b mhi_ep_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x4c4c6a67 mhi_ep_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x57a4401b __mhi_ep_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x5f2024db mhi_ep_queue_is_empty +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x8d4bafaf mhi_ep_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xb4f6fdf4 mhi_ep_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xed1dd54d mhi_ep_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x1e9e64c3 mhi_free_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x22af9d8c mhi_unprepare_from_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x2abeb2ff mhi_device_put +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x2e2497dc mhi_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x310d2867 mhi_pm_resume_force +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x39cdb342 mhi_pm_suspend +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x46d7c27d mhi_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x479242b0 mhi_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x6b8e25ae mhi_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x6b9472c2 mhi_queue_is_full +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x6c9ee1e7 mhi_async_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x7719d960 mhi_device_get_sync +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x7e5a5fc3 mhi_download_rddm_image +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x7e797f28 mhi_force_rddm_mode +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x7ff6b04e mhi_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x957e0952 mhi_soc_reset +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x9f2e13cb mhi_get_exec_env +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xaf38d39a mhi_pm_resume +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb20422ad mhi_prepare_for_transfer_autoqueue +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb380da21 mhi_get_free_desc_count +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb6020823 mhi_get_mhi_state +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb9df1c5f mhi_prepare_for_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb9f40b2a mhi_queue_dma +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xd38a4f3d mhi_queue_buf +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xd84499c8 mhi_alloc_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xdae9135f mhi_unprepare_after_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xe0eb3dba mhi_device_get +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xe8217977 __mhi_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xec40f756 mhi_notify +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xf5c7d38b mhi_prepare_for_power_up +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x2c1f8d27 moxtet_device_written +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x61b296cf __moxtet_register_driver +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x7e5dde36 moxtet_device_read +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0xc49b04d5 moxtet_device_write +EXPORT_SYMBOL_GPL drivers/bus/sunxi-rsb 0x89bde7d0 __devm_regmap_init_sunxi_rsb +EXPORT_SYMBOL_GPL drivers/bus/sunxi-rsb 0xc7359c04 sunxi_rsb_driver_register +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0x1eaca4fd meson_clk_triphase_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0x780eb48b meson_sclk_ws_inv_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0x805ced37 meson_clk_phase_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/sclk-div 0x041aea56 meson_sclk_div_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x03351dae clk_rcg_floor_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x03e7eb9a clk_alpha_pll_stromer_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0509a95c clk_fabia_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x071d19d6 qcom_cc_register_rcg_dfs +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x07935d8b clk_alpha_pll_postdiv_fabia_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0ae351c4 clk_alpha_pll_fabia_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0d678ab9 qcom_reset_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0ed823f3 clk_alpha_pll_lucid_evo_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0f202d3d devm_clk_register_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1b28da5e clk_trion_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1d0f06af clk_byte2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1de81c63 clk_pll_configure_sr_hpm_lp +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1ea782c8 clk_alpha_pll_huayra_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1f83275f clk_regmap_mux_div_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1f88365f clk_alpha_pll_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x233e5373 clk_rcg_bypass_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x2d293905 clk_alpha_pll_postdiv_lucid_5lpe_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x31193885 clk_is_enabled_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x33b4ddf4 qcom_cc_probe_by_index +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x35261f7e clk_alpha_pll_regs +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x37dafc55 clk_rivian_evo_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x38229fba clk_alpha_pll_reset_lucid_evo_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x395868a1 qcom_find_freq_floor +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x45180f77 clk_dyn_rcg_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x45226263 clk_gfx3d_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x468b22ce clk_pll_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4a930432 clk_branch_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x59eabda5 mux_div_set_src_div +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x5c035f38 clk_alpha_pll_lucid_5lpe_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x5c3e75ee clk_pll_vote_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x5f18e967 clk_stromer_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x6045867d clk_disable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x643fd964 qcom_cc_really_probe +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x64b8755d clk_alpha_pll_fixed_lucid_5lpe_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x6610661f clk_alpha_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x66580ca3 clk_regmap_mux_closest_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x68c45b89 qcom_cc_probe +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x6af41b8b qcom_pll_set_fsm_mode +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x6b8e2aa0 clk_pll_configure_sr +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x6d308251 clk_alpha_pll_fixed_lucid_evo_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x70156ec0 clk_alpha_pll_postdiv_ro_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x708a435d clk_alpha_pll_lucid_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7319e51c clk_alpha_pll_trion_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x787e8234 qcom_find_freq +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7b87fe3e clk_alpha_pll_postdiv_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7d8e3a19 gdsc_gx_do_nothing_enable +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7dfa4f12 clk_alpha_pll_postdiv_lucid_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7e69e953 clk_alpha_pll_postdiv_trion_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x82afa55e clk_regmap_phy_mux_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x88c0add9 clk_rcg_pixel_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x8e4c395e clk_edp_pixel_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9123fa67 clk_zonda_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x93bc2a64 clk_ops_hfpll +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x94c464a3 clk_rcg2_floor_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x95117477 qcom_find_src_index +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x953b97b7 clk_alpha_pll_postdiv_lucid_evo_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9821a599 clk_rcg_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9befe3a8 qcom_cc_map +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9c401604 clk_rcg_esc_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa0755dc3 clk_alpha_pll_fixed_trion_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa95ed447 clk_rcg2_shared_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xaea28295 clk_rcg_bypass2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xaf105ec4 clk_branch2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xb3d93f1b clk_branch_simple_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xb83509b8 clk_enable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xb8694bf5 clk_rcg2_mux_closest_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xb8d0697b clk_lucid_evo_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xbb2b9610 clk_agera_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xc0126fe0 clk_pll_sr2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xc0d2ecb0 clk_regmap_div_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xc9cb9fbf clk_alpha_pll_zonda_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xcb2d25f8 clk_alpha_pll_fixed_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xd12e0cb0 qcom_find_cfg_index +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xd2ec30a3 clk_dp_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xd414cffc qcom_cc_register_sleep_clk +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xd846a036 clk_alpha_pll_stromer_plus_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xd98fe91b clk_alpha_pll_fixed_fabia_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe4d191e1 clk_rcg_lcc_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe5d0aba5 qcom_cc_register_board_clk +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe8c0478b clk_byte_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xeec69605 clk_rcg2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf2522383 clk_alpha_pll_rivian_evo_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf3bf69c3 clk_pixel_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf439f21a clk_alpha_pll_agera_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf84b8d59 clk_regmap_div_ro_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xfafc1469 clk_branch2_aon_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xfbd6578d clk_alpha_pll_hwfsm_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x11804dfa sprd_comp_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x2f8d864e sprd_pll_sc_gate_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x47966d7b sprd_sc_gate_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x5773ccf5 sprd_clk_probe +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x6c0a271d sprd_div_helper_set_rate +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x769c63f3 sprd_mux_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x94c9a341 sprd_mux_helper_set_parent +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xa9df23bb sprd_mux_helper_get_parent +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xb0c12df1 sprd_clk_regmap_init +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xb1821541 sprd_div_helper_recalc_rate +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xf3a7ef12 sprd_div_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xf8bb44f1 sprd_gate_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xfb23de99 sprd_pll_ops +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x05fb2b91 comedi_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x07c801ae comedi_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x13e690ac comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x14128667 comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x169ed89c comedi_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x16bf0b24 comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x18611028 comedi_event +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x1f1870ff comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x25ae5362 comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x35d5afe9 comedi_buf_write_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x3a869b35 comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x482efe17 comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x51b547bf comedi_timeout +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x555e5f35 comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x5e62ddd8 comedi_alloc_subdev_readback +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x77e4d9ab comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x7f2c14f1 comedi_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8cc0a7f3 comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8ea5a7a7 comedi_dev_put +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8ee44e4c comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x92d0eee1 comedi_buf_read_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x94c1fd23 comedi_readback_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x9b51f35a comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x9bea7dde comedi_set_spriv_auto_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xa77fd881 __comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xa8b9ba60 comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xaade9f51 comedi_handle_events +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xae22732e comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xaea54e6a comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb1d8ef6b comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb6716d45 comedi_nscans_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb679cebc range_0_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbb52fc7f range_bipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbdbe75c6 range_unipolar2_5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xc8f4cecd comedi_nsamples_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xca8718f7 comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xd797302f comedi_bytes_per_scan_cmd +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xe4ed678d comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xe4f432f7 comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x047373db comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x089e779e comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x22e1ba9e comedi_pci_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x72c72c5f comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x8dde4402 comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x9237fe68 comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xcd904a8f comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xfec36533 comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x305b5520 comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x4d7d9da2 comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x8b8a8655 comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x92a30968 comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xb1e16575 comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xc2e93ab4 comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0xfec9e593 addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0x02de3637 amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0x59aac83c amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_pc236_common 0x27495077 amplc_pc236_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x0621a428 comedi_8254_status +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x09c95cfc comedi_8254_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x0aa20a61 comedi_8254_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x13c83625 comedi_8254_subdevice_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x38f44e5d comedi_8254_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x4698026e comedi_8254_set_mode +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x7104f203 comedi_8254_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x7129c2a5 comedi_8254_pacer_enable +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x9a874c35 comedi_8254_update_divisors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xba2f727c comedi_8254_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xc68be832 comedi_8254_set_busy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xcd2196cb comedi_8254_load +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xdbb01d1d comedi_8254_cascade_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x46fa4cca subdev_8255_regbase +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x85165efc subdev_8255_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0xba70edf3 subdev_8255_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/das08 0x95b1cb0a das08_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x05352e53 mite_done +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x124ac58c mite_prep_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x3172115d mite_init_ring_descriptors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x35cf1ef5 mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x39a00b89 mite_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x6087836b mite_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x7789445e mite_request_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x7e0def39 mite_sync_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x919889d8 mite_release_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x938675ac mite_free_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xa85e4b87 mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xa96f7570 mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xc713a1a5 mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xc80c98ad mite_buf_change +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xe57716d5 mite_dma_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xf9aa7185 mite_ack_linkc +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0x5fce769f labpc_common_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0xe4bc0ba7 labpc_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x076bc308 ni_find_route_source +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x0921123e ni_lookup_route_register +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x1facf7f8 ni_is_cmd_dest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x64443d67 ni_get_valid_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x6c18c54e ni_count_valid_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x85e75c94 ni_assign_device_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x863a306d ni_sort_device_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x8ab47ba4 ni_route_set_has_source +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x8f0f0901 ni_find_route_set +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0xb3e302a3 ni_route_to_register +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x07033b80 ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x31f25953 ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x4102b4d6 ni_tio_set_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x57a20ffe ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x63fc98e1 ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x768b69f2 ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x7b3238f8 ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x820c5cac ni_tio_get_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x8e118416 ni_tio_set_gate_src_raw +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x905fe600 ni_tio_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xb809c77b ni_tio_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xbb8d825d ni_tio_set_bits +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xd33abf21 ni_tio_unset_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xe3abba71 ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xe652dc36 ni_tio_get_soft_copy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xfbf66821 ni_tio_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x0307702d ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x04201767 ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x3efdb9da ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x55d1cc30 ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x8d5b2e99 ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x99e8ebc8 ni_tio_acknowledge +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x0bf781e8 comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x2a422266 comedi_open +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x6dab2939 comedi_close +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x7414673e comedi_dio_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x79aeaa6a comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xa8e599a3 comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xcda92646 comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x04773b60 ccp_present +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x3a1a3979 ccp_version +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0xbd49a1c2 ccp_enqueue_cmd +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x0d36095c hisi_qm_resume +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x1052cfb8 hisi_acc_sg_buf_map_to_hw_sgl +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x143f43fe hisi_qm_free_qps +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x1928ae31 hisi_qm_get_dfx_access +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x1e2211f1 hisi_qm_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x1f96daae hisi_qm_dev_err_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x25ffb7db hisi_qm_sriov_disable +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x2cb2eb9a hisi_qm_pm_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x31c2f867 hisi_qm_stop_qp +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x586fecee hisi_qp_send +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x5b2920a2 hisi_qm_dev_err_detected +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x5dca91a8 hisi_qm_suspend +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x5eb00d76 hisi_qm_start_qp +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x671a2e4d hisi_qm_stop +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x6d3903d1 hisi_qm_alg_unregister +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x718da746 hisi_acc_create_sgl_pool +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x768a045c hisi_qm_get_hw_info +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x77866faf hisi_qm_alloc_qps_node +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x7bbfb71f hisi_qm_wait_mb_ready +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x82b6fe93 hisi_qm_debug_regs_clear +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x83253d32 hisi_qm_dev_slot_reset +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x86e0f70c hisi_acc_sg_buf_unmap +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x91c509b8 hisi_qm_reset_done +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xa2830d3d hisi_qm_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xa77e4323 hisi_qm_regs_dump +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xb1ee1ce6 hisi_qm_reset_prepare +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xb658074b hisi_qm_regs_debugfs_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xb6ae7ab4 hisi_qm_alg_register +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xb7893fe2 hisi_qm_debug_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xbe8817fb hisi_qm_dev_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xc12c3cb2 hisi_qm_dev_err_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xcac1b114 hisi_qm_sriov_enable +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xccd09d77 hisi_qm_wait_task_finish +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xd34a8fb5 hisi_qm_mb +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xe07f808f hisi_qm_put_dfx_access +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xe5b576e1 hisi_acc_free_sgl_pool +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xe8ec1cec hisi_qm_start +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xe9969441 hisi_qm_regs_debugfs_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xedb62895 hisi_qm_acc_diff_regs_dump +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xee881c71 hisi_qm_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xefbcfbc3 hisi_qm_pm_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hpre/hisi_hpre 0x9d93fae3 hisi_hpre_get_pf_driver +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/sec2/hisi_sec2 0xc231756e hisi_sec_get_pf_driver +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/zip/hisi_zip 0x9b048781 hisi_zip_get_pf_driver +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x02268f69 adf_init_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x02c582c8 adf_gen2_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x05d87565 adf_gen2_init_vf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x0b49fc64 adf_cfg_dev_remove +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x0f0b2507 adf_gen4_enable_pm +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x14871107 adf_reset_flr +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x14a30e9e adf_gen4_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x189b9950 adf_send_admin_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x18c98c7d adf_pfvf_comms_disabled +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x21a4738c adf_disable_pf2vf_interrupts +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x23a8163d adf_devmgr_in_reset +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x2989724d adf_gen4_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x2a707bc7 adf_exit_arb +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x2be4e269 adf_gen2_get_arb_info +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x2cc9830e adf_dev_get +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3029c502 adf_gen2_get_num_aes +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x33ac59e5 adf_enable_vf2pf_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3403c416 adf_sysfs_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3ce328c7 adf_devmgr_pci_to_accel_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3e707f37 adf_gen2_get_admin_info +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3feffe1b adf_gen2_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x40579bfe adf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x44c1d123 adf_gen2_get_num_accels +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x51eb9be6 adf_dev_started +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x59afc1e3 adf_gen4_handle_pm_interrupt +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5c64100e adf_cfg_dev_add +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5da05d12 adf_cleanup_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5dd14eb4 adf_devmgr_rm_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5fd7a5e2 adf_dbgfs_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x60ff9485 adf_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x649f6e4c adf_reset_sbr +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x66fcf42c adf_dev_in_use +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x6b4e5914 adf_init_arb +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x6f59edfa adf_dev_restart +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x746ecd4c adf_gen2_dev_config +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x7a869e31 adf_disable_sriov +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x7d5a67f4 adf_cfg_add_key_value_param +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x801d9d39 adf_cfg_section_add +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x82e5fb2e adf_flush_vf_wq +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x843acb05 adf_vf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x8459d438 adf_init_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x916d703b adf_gen2_enable_ints +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x937bc527 adf_vf2pf_notify_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x956f11e7 adf_vf2pf_notify_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x9e2c2223 adf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xaac09be7 adf_gen2_get_accel_cap +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xac58f7dc adf_vf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xaceb4ff7 adf_devmgr_update_class_index +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xb0f4a05e adf_dev_up +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xb16424f8 adf_dev_put +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xb4831138 adf_cfg_get_param_value +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xbbf047d4 adf_err_handler +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc28c1042 adf_enable_pf2vf_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc501ac82 adf_gen4_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xcc3b167a adf_clean_vf_map +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xcd97f8d3 adf_gen4_ring_pair_reset +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xce0ed9a6 adf_devmgr_add_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd64519f1 adf_gen2_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe327f1f1 adf_gen4_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe45f3512 adf_gen2_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe4aed5cc adf_gen2_cfg_iov_thds +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe94bbbfc adf_dbgfs_exit +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xf0fb9267 adf_gen2_enable_error_correction +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xfa601ef0 adf_dev_down +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xfea35c97 adf_exit_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/marvell/octeontx/octeontx-cpt 0x1d49feb7 otx_cpt_eng_grp_has_eng_type +EXPORT_SYMBOL_GPL drivers/crypto/marvell/octeontx/octeontx-cpt 0x32e43048 otx_cpt_uc_supports_eng_type +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0xa32eba29 dw_edma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0xce52b1c3 dw_edma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x02244e58 dw_dma_acpi_controller_free +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x07f63074 dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x109e02d4 idma32_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x1a414aa0 dw_dma_filter +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x606a1be7 dw_dma_acpi_controller_register +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x9a600e35 do_dw_dma_enable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x9db0c5c8 idma32_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xb4c48810 dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xf4f9a89e do_dw_dma_disable +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x12bbe8fa dpdmai_get_rx_queue +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x20e2e4e8 dpdmai_close +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x4a911b9b dpdmai_enable +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x52de22ff dpdmai_get_tx_queue +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x587e762f dpdmai_reset +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x6a6551ca dpdmai_get_attributes +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x9946bde6 dpdmai_set_rx_queue +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xb9cd9d99 dpdmai_disable +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xc1cc899b dpdmai_open +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xdd1608cf dpdmai_destroy +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x0b6f8c01 fsl_edma_prep_slave_sg +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x0b9b21e1 fsl_edma_slave_config +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x27c3c0ae fsl_edma_chan_mux +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x2a0269ec fsl_edma_pause +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x502359dd fsl_edma_prep_memcpy +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x54920aed fsl_edma_disable_request +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x559c9869 fsl_edma_free_chan_resources +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x5af09fb3 fsl_edma_prep_dma_cyclic +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x694894a1 fsl_edma_terminate_all +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x7049b68e fsl_edma_alloc_chan_resources +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x7881f172 fsl_edma_tx_status +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x929b6e0c fsl_edma_cleanup_vchan +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x95721cb7 fsl_edma_free_desc +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xbac39ea8 fsl_edma_xfer_desc +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xc5bd3ac4 fsl_edma_issue_pending +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xd2d877fd fsl_edma_resume +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xe058dc0a fsl_edma_setup_regs +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0x88d95fac hidma_mgmt_setup +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0xb02f2928 hidma_mgmt_init_sys +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0x1216cbfa fw_card_read_cycle_time +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xabb5547d fw_request_get_timestamp +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xe86fb5c7 fw_card_release +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xebe0b928 __fw_send_request +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x344563e8 ffa_bus_type +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0xb6452e4e ffa_device_register +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0xc66826ed ffa_driver_register +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0xcc078e70 ffa_driver_unregister +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0xf89e9fa5 ffa_device_unregister +EXPORT_SYMBOL_GPL drivers/firmware/arm_scpi 0x6dfd2113 get_scpi_ops +EXPORT_SYMBOL_GPL drivers/firmware/mtk-adsp-ipc 0xc1e1fb4e mtk_adsp_ipc_send +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0x0e7b7015 stratix10_svc_done +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0x41d5ad1c stratix10_svc_allocate_memory +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0x50f5368a stratix10_svc_free_channel +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0x595b630e stratix10_svc_free_memory +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0x64e0d136 stratix10_svc_request_channel_byname +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0xd3df684d stratix10_svc_send +EXPORT_SYMBOL_GPL drivers/fpga/altera-pr-ip-core 0xee45c867 alt_pr_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x12c0abd0 dfl_fpga_cdev_config_ports_vf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x174d201a dfl_fpga_cdev_assign_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x1b3ab1d5 __dfl_fpga_cdev_find_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x2fec2101 dfl_fpga_port_ops_add +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x364fd213 dfl_feature_ioctl_set_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x3d1ff076 dfl_feature_ioctl_get_num_irqs +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x4f1b1abb dfl_fpga_port_ops_del +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x6238611a dfh_find_param +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x63d77d5a dfl_fpga_enum_info_free +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x79c0d7df dfl_fpga_cdev_config_ports_pf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x7c333d54 dfl_fpga_dev_ops_unregister +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x90773bc0 dfl_fpga_enum_info_add_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x920e07db dfl_fpga_dev_feature_init +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x93621080 dfl_fpga_dev_ops_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x955185ee dfl_fpga_feature_devs_remove +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xa205c4ad dfl_fpga_dev_feature_uinit +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xa71c662c dfl_fpga_check_port_id +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xa84e4deb dfl_fpga_cdev_release_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xa92cc50d dfl_fpga_port_ops_get +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xab1518b7 dfl_fpga_set_irq_triggers +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xbd2d33e6 dfl_fpga_feature_devs_enumerate +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xe32c4dca dfl_fpga_enum_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xe422631a dfl_fpga_enum_info_add_dfl +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xf9d50822 dfl_fpga_port_ops_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x05f5ae9e fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x0633c4b9 fpga_bridges_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x0b2b884c fpga_bridges_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x16ad3a5d of_fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x1b3391b1 fpga_bridge_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x2c8167cf fpga_bridges_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x388ed15d fpga_bridge_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x56bcf539 of_fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x7379923c fpga_bridge_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xa1500c60 fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xc7739c34 fpga_bridge_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xf4b0abc1 fpga_bridge_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x1b0ffd80 fpga_mgr_load +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x218b8e33 fpga_mgr_lock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x222e8051 devm_fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x354a7aed fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x40cf67c4 fpga_mgr_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x61c6d399 fpga_mgr_unlock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x76d5b029 fpga_image_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x881fc8ee fpga_mgr_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x98e7251a fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x9d8018f2 fpga_image_info_free +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xace0144f fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xb2a21e5c devm_fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xb6e678c4 of_fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x4a08b25a fpga_region_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x5846acb9 fpga_region_class_find +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x6890c8cb fpga_region_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x861e7582 fpga_region_program_fpga +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xb96a6e53 fpga_region_register_full +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x0f4cc50f fsi_master_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x1742c7c0 fsi_cdev_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x2a71d124 fsi_device_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x3a93847e fsi_slave_claim_range +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x4629a194 fsi_master_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x4a35bc6e fsi_get_new_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x4b50f8a8 fsi_bus_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x5a57d574 fsi_free_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x656bdb47 fsi_device_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x78060f23 fsi_slave_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x9bf94ca7 fsi_driver_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xb83d1243 fsi_master_rescan +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xce22aee2 fsi_slave_release_range +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xd942f235 fsi_slave_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xfbf50c62 fsi_driver_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-occ 0x9dc685b8 fsi_occ_submit +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0xd3bff3fe sbefifo_submit +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0xdc84ac06 sbefifo_parse_status +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x36783ac8 gnss_insert_raw +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x661f2b64 gnss_deregister_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x81fc226b gnss_register_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x91266229 gnss_put_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xf631faaa gnss_allocate_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x0b6a8ac7 gnss_serial_allocate +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x631a56f5 gnss_serial_register +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x7912824c gnss_serial_pm_ops +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x7f85e61c gnss_serial_deregister +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xdec90074 gnss_serial_free +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x5d0e4276 idio_16_set +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x6495f119 idio_16_get_multiple +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x68830314 idio_16_state_init +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x70e2b625 idio_16_get +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0xae1139f5 idio_16_set_multiple +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x74fefd60 __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0xda17c629 __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x496ce291 gpio_regmap_get_drvdata +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0xabcc2162 gpio_regmap_register +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0xb7066570 gpio_regmap_unregister +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0xba7bff0b devm_gpio_regmap_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x0d5a3def analogix_dp_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x3ee0dd60 anx_dp_aux_transfer +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x64c40a10 analogix_dp_resume +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x6d497303 analogix_dp_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xb132e5e8 analogix_dp_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xcc99d2e0 analogix_dp_stop_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xe1d4e589 analogix_dp_suspend +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xf600155b analogix_dp_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xf73977d4 analogix_dp_start_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x0bf8ded4 ldb_bridge_attach_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x199c14d1 ldb_find_next_bridge_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x39a161f9 ldb_add_bridge_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x433dbf3a ldb_remove_bridge_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x5f89b656 ldb_channel_is_single_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x60d1a64b ldb_init_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x6a0ec7f1 ldb_bridge_atomic_check_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x9b71e6b5 ldb_channel_is_split_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x9f6b7a06 ldb_bridge_mode_set_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xc12615d0 ldb_bridge_disable_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xc9fc985f ldb_bridge_enable_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/samsung-dsim 0x3c73b67a samsung_dsim_pm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/samsung-dsim 0x45bdb879 samsung_dsim_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/samsung-dsim 0x89c21db5 samsung_dsim_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x09340e05 dw_hdmi_set_channel_count +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x094f6fc5 dw_hdmi_phy_i2c_set_addr +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x1461e227 dw_hdmi_set_channel_status +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x14f2cd3b dw_hdmi_set_plugged_cb +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x22c6aa5a dw_hdmi_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x26d629cd dw_hdmi_phy_gen2_reset +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x2d1c0e80 dw_hdmi_setup_rx_sense +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x2fac9436 dw_hdmi_set_channel_allocation +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x316212a8 dw_hdmi_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x42926f4a dw_hdmi_resume +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x4a9b174f dw_hdmi_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x56f72e25 dw_hdmi_set_sample_non_pcm +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x5ae51512 dw_hdmi_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x6712b5a7 dw_hdmi_phy_gen2_txpwron +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x7d8a3aee dw_hdmi_phy_i2c_write +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x8dcd6f43 dw_hdmi_set_sample_rate +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x96f3e250 dw_hdmi_set_sample_width +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x9b44a60b dw_hdmi_phy_gen2_pddq +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xc59f9e6f dw_hdmi_phy_gen1_reset +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xce27012a dw_hdmi_audio_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xd32faf88 dw_hdmi_set_high_tmds_clock_ratio +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xd6968220 dw_hdmi_phy_setup_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xd8fe547b dw_hdmi_audio_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xdafa1790 dw_hdmi_phy_read_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xf5922009 dw_hdmi_phy_update_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi 0x0d667204 dw_mipi_dsi_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi 0x41361ae4 dw_mipi_dsi_set_slave +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi 0x42ac3b2e dw_mipi_dsi_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi 0x9036ac4b dw_mipi_dsi_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi 0x956cf3c0 dw_mipi_dsi_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_display_helper 0xdc13fcb4 drm_hdcp_check_ksvs_revoked +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x0ec9f136 dp_aux_dp_driver_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x6bf7c713 __dp_aux_dp_driver_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x9e5570da of_dp_aux_populate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0xb09ca9c4 of_dp_aux_depopulate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0xb865fc79 devm_of_dp_aux_populate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x0f34b35f drm_of_encoder_active_endpoint +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x11c76412 of_get_drm_panel_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x39e7fada drm_bridge_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x40e175e6 drm_bridge_hpd_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x53366825 drm_of_lvds_get_data_mapping +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x5756b785 drmm_kstrdup +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x5fe1750e drm_bridge_hpd_notify +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x66cf2f64 drm_display_mode_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x6944e4a7 drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x70186853 drm_of_lvds_get_dual_link_pixel_order +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x73dfd3eb drm_bridge_detect +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x75997651 drm_bridge_hpd_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x79e49676 drm_crtc_add_crc_entry +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x7c386abf drm_gem_dumb_map_offset +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x877204f9 drm_of_get_data_lanes_count_ep +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x8e810cce drm_of_get_data_lanes_count +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x92075715 of_get_drm_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x951382a2 accel_open +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xa52cbc65 drm_bridge_get_modes +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xad0343d8 drm_do_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xad885165 drm_bus_flags_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xba6ce560 drm_of_find_panel_or_bridge +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xc666cc99 drm_of_get_dsi_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xca18ffcb drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfa769a56 drm_of_component_match_add +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfe9f72f3 drm_display_mode_to_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x0b9deb2c drm_gem_dma_dumb_create_internal +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x1ac255d1 drm_gem_dma_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x4886a686 drm_gem_dma_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x4c9a9539 drm_gem_dma_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x5aaf9816 drm_fb_dma_sync_non_coherent +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x680397aa drm_gem_dma_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x70c59312 drm_gem_dma_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xa048c80b drm_fb_dma_get_gem_addr +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xc6422a86 drm_fb_dma_get_gem_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xd6885196 drm_gem_dma_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xed3550f1 drm_gem_dma_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xfc4a6622 drm_gem_dma_vmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x019e9997 drm_gem_fb_create_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x115ca666 drm_gem_fb_create_with_dirty +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x1174520f drm_gem_fb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x32547e29 drm_bridge_connector_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x352ce403 drm_gem_fb_init_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x521ffd35 drm_gem_plane_helper_prepare_fb +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x64878187 drm_gem_fb_get_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xa8c0574d drm_gem_fb_afbc_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x033cfdfc drm_gem_shmem_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x403c8a07 drm_gem_shmem_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x68220a06 drm_gem_shmem_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x6f0f6e7d drm_gem_shmem_get_pages_sgt +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x7651ee40 drm_gem_shmem_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xa3ba4485 drm_gem_shmem_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xbbc166ee drm_gem_shmem_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xbdcacd59 drm_gem_shmem_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/imx/dcss/imx-dcss 0x4bc16655 dcss_dev_pm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x2c73cfcf meson_venc_hdmi_venc_repeat +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x8b9e21b6 meson_vclk_dmt_supported_freq +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x94a785f8 meson_venc_hdmi_supported_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0xab5bee2f meson_venc_hdmi_supported_vic +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0xdc68938a meson_venc_mipi_dsi_mode_set +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0xe28f994f meson_venc_hdmi_mode_set +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0xe8253e04 meson_vclk_setup +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0xed138b59 meson_vclk_vic_supported_freq +EXPORT_SYMBOL_GPL drivers/gpu/drm/panel/panel-samsung-s6e63m0 0xced3723f s6e63m0_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/panel/panel-samsung-s6e63m0 0xcfb3142f s6e63m0_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/panfrost/panfrost 0xecdb232e panfrost_pm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/pl111/pl111_drm 0x247e1a2f pl111_versatile_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_cmm 0x1f6f1684 rcar_cmm_setup +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_cmm 0x9669eba6 rcar_cmm_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_cmm 0xa797969f rcar_cmm_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_cmm 0xdbb20066 rcar_cmm_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_lvds 0x68ee5cfe rcar_lvds_pclk_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_lvds 0x91d27493 rcar_lvds_dual_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_lvds 0x9939396a rcar_lvds_is_connected +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_lvds 0xa596e1cb rcar_lvds_pclk_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_mipi_dsi 0x353658dd rcar_mipi_dsi_pclk_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_mipi_dsi 0x5c6b7ed8 rcar_mipi_dsi_pclk_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0x330db057 vop2_component_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0x99c678b6 vop_component_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0xe838f40b rockchip_rgb_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0xfead7585 rockchip_rgb_fini +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x9dad5f0e ssd130x_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0xa549eb28 ssd130x_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0xae9ff146 ssd130x_shutdown +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0x38e0fc5a host1x_memory_context_alloc +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0x53304231 host1x_memory_context_get +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0xdda66c2b host1x_memory_context_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0adc523d gb_svc_intf_set_power_mode +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0cb2fcee __traceiter_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x12d00b0f greybus_data_rcvd +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x14028e17 __SCK__tp_func_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x144f8ff2 gb_hd_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x15d1942f greybus_disabled +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2df663a5 __tracepoint_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2e9e3663 greybus_message_sent +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3100a0ce gb_debugfs_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x33712185 gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x37aae6cc __traceiter_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3c13b917 __traceiter_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x51c4fdaf gb_operation_get_payload_size_max +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5376ce2e gb_operation_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x54a1c49a gb_operation_request_send_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x560f769c gb_connection_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5e030174 gb_connection_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6909da1f gb_hd_output +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6b7100a5 gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6ccce2c2 gb_operation_request_send +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6d2dc8f8 gb_hd_cport_reserve +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6d3bb9ec __SCK__tp_func_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6ebd97ab gb_interface_request_mode_switch +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6fa01fda __tracepoint_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x72867199 gb_connection_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x76470b40 greybus_register_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x7ffecfdb greybus_deregister_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8196b6f6 __traceiter_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x81e221fb __SCK__tp_func_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x85da7ba4 gb_operation_unidirectional_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x87182baf __traceiter_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x89f514a1 __SCK__tp_func_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8e9cf509 gb_operation_cancel +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x93f97f5f gb_connection_disable_forced +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x94dee733 gb_operation_result +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x9a901fd7 gb_hd_shutdown +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa114a356 gb_connection_create_offloaded +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa59838ee gb_operation_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa6eb57a3 gb_operation_response_alloc +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa8b7c1bc gb_operation_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbf2c07db __tracepoint_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbfe80644 gb_hd_cport_release_reserved +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc7748be2 gb_connection_latency_tag_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xca574fcc __tracepoint_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xcd3ac65c gb_connection_disable_rx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd183b741 __traceiter_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd33373a8 __tracepoint_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd551d366 gb_connection_latency_tag_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd8aec4c1 gb_connection_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xddc4e8c7 gb_connection_enable_tx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xea9932bc gb_connection_destroy +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xeac79e1a __SCK__tp_func_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf107a122 __SCK__tp_func_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf2fae03a gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf357c63d __tracepoint_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf9df9d3f gb_operation_create_flags +EXPORT_SYMBOL_GPL drivers/hid/hid 0x04797930 hid_field_extract +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0783e4f3 hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x084db9de hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0x087fe3ff __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0d37505c hid_driver_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0x14a6b40d hid_hw_close +EXPORT_SYMBOL_GPL drivers/hid/hid 0x18b5ab6f hid_hw_stop +EXPORT_SYMBOL_GPL drivers/hid/hid 0x19d52f1f hid_quirks_exit +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1a97eef1 hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1bd1ade7 hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x223c2bc0 hid_compare_device_paths +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2b08b6f8 hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2d841830 hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3478bb59 hid_hw_raw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3d3acbb4 hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3de4eb07 hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x4200c13b __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x42dd11c5 hid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/hid 0x45781fee hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0x52ffebd0 hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x57dcda99 hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0x584cc3e0 hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x64772899 hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x68f60468 hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6e9326c0 hid_match_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7284e6cb hid_hw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x76700d88 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7bb851d3 hid_hw_open +EXPORT_SYMBOL_GPL drivers/hid/hid 0x82baa49b hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x849d6849 hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x88151606 hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0x88d94bc4 hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8b13a8b8 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x95fce907 hid_hw_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x99f70a16 hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9ac235db hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9cbf8e1a hid_setup_resolution_multiplier +EXPORT_SYMBOL_GPL drivers/hid/hid 0xab1ca555 hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xabc33d38 hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb2aeab83 hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb45d6e09 hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb64ea991 hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc1305908 hid_hw_start +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc5b69299 hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc9f54108 hid_driver_suspend +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcad62817 hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcb0bb5ce hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xda7213d2 hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xde951e92 hid_match_id +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf196f5d0 hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf1993594 hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf64a5ec1 hid_driver_reset_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfa355613 hid_quirks_init +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x3e4427c8 roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x672ea192 roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x4044c7ec roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x5f9f39e5 roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xc021ea69 roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xd797530d roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xd86b7f4f roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xdf8491db roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x17da6ea5 hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x2ea334b5 sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x477000c5 sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x5274b378 sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x697f39a0 sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xc8a688db sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xd29abfbd sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xf57e3633 sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xf9cc5a5b sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0x2b27cf70 vivaldi_attribute_groups +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0x68a6f175 vivaldi_feature_mapping +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x2aae0a4d i2c_hid_core_pm +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x583a7a8f i2c_hid_core_remove +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x8cb5641d i2c_hid_core_probe +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x982c53c8 i2c_hid_core_shutdown +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0x57d70d18 surface_hid_device_add +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0x7cd2dfda surface_hid_pm_ops +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0xebc1578f surface_hid_device_destroy +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xa9856cf2 hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xd0190096 hid_is_usb +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x1196aaf2 hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x1f37437c hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x22a232a7 hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x2a860371 hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x33dd7681 hsi_add_clients_from_dt +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x35ad050f hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x3d8e376b hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x48e1b803 hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x4f2ee683 hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x662dd85e hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x6d9f1fae hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x6ea1c6f4 hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x80731999 hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x95b87c31 hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xab3a6d5c hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb0227be9 hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb1fa3e98 hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd7d9a684 hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x0087c6bb vmbus_connection +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x15e99155 vmbus_next_request_id +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x194c090c vmbus_set_sc_create_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x28694989 hv_pkt_iter_first +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x31e2e77f vmbus_free_mmio +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x321055cb vmbus_prep_negotiate_resp +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x327fcc5c hv_pkt_iter_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x37c4ec20 vmbus_allocate_mmio +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x3b8a6d4b vmbus_free_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x3db1df59 __vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x43a02bdb vmbus_recvpacket_raw +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x46a417ca vmbus_proto_version +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x4935d4f8 vmbus_sendpacket_mpb_desc +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x4b2210b8 vmbus_send_tl_connect_request +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x4df00564 vmbus_hvsock_device_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x51769c75 vmbus_connect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x5f0a156b vmbus_alloc_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x64a868ed hv_ringbuffer_spinlock_busy +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x674e657e hv_ringbuffer_get_debuginfo +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x678fa15e __hv_pkt_iter_next +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x6854ecf9 vmbus_set_event +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x6fe70084 vmbus_send_modifychannel +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x78b6138f __vmbus_driver_register +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x8c65d3d2 vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x955fff28 vmbus_set_chn_rescind_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x986a5dc0 vmbus_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xa19f62d0 vmbus_setevent +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xa4fef0fc vmbus_request_addr +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xa65eaa44 vmbus_establish_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xad1ce713 vmbus_teardown_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xd88828a2 vmbus_disconnect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xdda01813 vmbus_sendpacket_pagebuffer +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xf2614068 vmbus_open +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xfb2e33c3 vmbus_driver_unregister +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x5660971e adt7x10_probe +EXPORT_SYMBOL_GPL drivers/hwmon/ltc2947-core 0x5cbb5274 ltc2947_core_probe +EXPORT_SYMBOL_GPL drivers/hwmon/ltc2947-core 0xbc54f93e ltc2947_of_match +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x03c2fa6b nct6775_reg_is_word_sized +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x1edfc2cf nct6775_probe +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x926c754e nct6775_update_device +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x96f7341c nct6775_show_alarm +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xa58df2eb nct6775_show_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xddb72c4d nct6775_store_beep +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x177ad5ea intel_th_trace_switch +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x5fbac601 intel_th_trace_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x61349403 intel_th_trace_disable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x6b8745df intel_th_set_output +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x6c5788c3 intel_th_alloc +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x70659036 intel_th_free +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x83a5e740 intel_th_driver_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xa6f29038 intel_th_output_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xd3e89856 intel_th_driver_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x212cbfd8 intel_th_msu_buffer_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x2bc3e795 intel_th_msc_window_unlock +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x51ac57bd intel_th_msu_buffer_register +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x09554d2d stm_register_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x3c4e2a9c stm_source_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x4cf6c16f stm_unregister_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x7f0d6c41 stm_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x8f56b93e stm_source_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x97da5cbf stm_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x9c3a070d stm_data_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xa898ffa4 to_pdrv_policy_node +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xee125b65 stm_source_register_device +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-ccgx-ucsi 0x4ffa1ae3 i2c_new_ccgx_ucsi +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x6ed7fd4d i2c_mux_alloc +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xa8368acb i2c_mux_del_adapters +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xcc24a04b i2c_root_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xff639e79 i2c_mux_add_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x4f9aea5e i2c_new_slave_host_notify_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xb574054b i2c_free_slave_host_notify_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xcdf0f23a i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xf641a0fc i2c_register_spd +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x09e81475 i3c_master_queue_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x1f6d44f6 i3c_master_enec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x3a3254e6 i3c_master_get_free_addr +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x408f2e53 i3c_driver_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x52c0d519 i3c_device_match_id +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x5353f5de i3c_master_do_daa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x6d0f01b5 i3c_master_disec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x76fe3e05 i3c_generic_ibi_free_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x7913c384 i3c_device_enable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x85554ba2 i3c_master_add_i3c_dev_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x8865d124 i3c_master_set_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x88bbc942 i3c_device_do_priv_xfers +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x9b1cc385 i3c_generic_ibi_get_free_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x9eb97baa i3c_master_defslvs_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x9ffebdf1 i3c_generic_ibi_alloc_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xa955dfac i3c_device_disable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xac37b6cb i3c_device_get_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xb5c2a218 i3c_master_entdaa_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xc97b7872 i3c_device_do_setdasa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xd31d9839 i3c_driver_register_with_owner +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xd6a9cd7f i3c_master_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xe079d7d0 i3c_device_free_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xe3d2c8f3 i3c_generic_ibi_recycle_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xe5a3583f i3cdev_to_dev +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xfb624dc2 i3c_device_request_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xfbd01d32 i3c_master_register +EXPORT_SYMBOL_GPL drivers/i3c/master/dw-i3c-master 0x061651e0 dw_i3c_common_probe +EXPORT_SYMBOL_GPL drivers/i3c/master/dw-i3c-master 0x9e239e7f dw_i3c_common_remove +EXPORT_SYMBOL_GPL drivers/iio/adc/stm32-dfsdm-adc 0x47b53687 stm32_dfsdm_get_buff_cb +EXPORT_SYMBOL_GPL drivers/iio/adc/stm32-dfsdm-adc 0xb5cac28f stm32_dfsdm_release_buff_cb +EXPORT_SYMBOL_GPL drivers/iio/adc/stm32-dfsdm-core 0xa81a1502 stm32_dfsdm_stop_dfsdm +EXPORT_SYMBOL_GPL drivers/iio/adc/stm32-dfsdm-core 0xb2f7302a stm32_dfsdm_start_dfsdm +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x034d31a4 iio_channel_cb_get_iio_dev +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x267c0508 iio_channel_release_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x2a1fab3c iio_channel_stop_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x66611497 iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x9acf62ab iio_channel_cb_set_buffer_watermark +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0xc59d32db iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x03dbe7c3 iio_dma_buffer_request_update +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x077dd0d4 iio_dma_buffer_exit +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x1848ecd6 iio_dma_buffer_disable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x2248eba5 iio_dma_buffer_enable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x28036887 iio_dma_buffer_read +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x53d5a56c iio_dma_buffer_set_bytes_per_datum +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x62eaad2e iio_dma_buffer_set_length +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x87fe2ec1 iio_dma_buffer_block_done +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x90a21751 iio_dma_buffer_release +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xe33fe7bd iio_dma_buffer_init +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xeda85558 iio_dma_buffer_data_available +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xf5d2d9c8 iio_dma_buffer_block_list_abort +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dmaengine 0x61713135 devm_iio_dmaengine_buffer_setup +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x003dce29 devm_iio_hw_consumer_alloc +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x3391543d iio_hw_consumer_disable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x9671bc15 iio_hw_consumer_free +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0xbf358fa9 iio_hw_consumer_enable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0xfe2267cd iio_hw_consumer_alloc +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-triggered-buffer 0x861d3751 devm_iio_triggered_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/buffer/kfifo_buf 0x8c7fa44f devm_iio_kfifo_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x1dcea4de cros_ec_sensors_core_write +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x20ad9236 cros_ec_sensors_push_data +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x4ceddfd7 cros_ec_sensors_core_read_avail +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x60244ae4 cros_ec_motion_send_host_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x636cbf74 cros_ec_sensors_core_init +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x7f3a2e54 cros_ec_sensors_ext_info +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x9971dac4 cros_ec_sensors_capture +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xc6d6855f cros_ec_sensors_core_read +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xd0249ba1 cros_ec_sensors_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xf8d76c1f cros_ec_sensors_read_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xfea0857b cros_ec_sensors_read_lpc +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xfeb828b3 cros_ec_sensors_core_register +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x333b991c bmg160_core_probe +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x54192253 bmg160_core_remove +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x620b65c3 bmg160_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/imu/fxos8700_core 0xc77cf2f1 fxos8700_core_probe +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x074f5a35 iio_read_max_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x081f0283 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0b5906df iio_read_channel_offset +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0f57925e __devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x128a6ec0 iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x138ce7fc iio_buffer_enabled +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x15717ab5 iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x17adcb44 iio_device_attach_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1bba1c28 iio_device_id +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1d1ee10b iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1ebd0c66 iio_device_claim_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x265e5617 iio_show_mount_matrix +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f9a542 iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2ccafff6 iio_validate_own_trigger +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x32e3992e iio_read_avail_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x333aa4be iio_read_channel_processed_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x347e9556 iio_write_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x355fed66 iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x35c14297 devm_iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x394a71c6 iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4dbc722e iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4dce7dd4 iio_format_value +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x58838f27 iio_device_release_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6be73dbd iio_pop_from_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6d8e2ae5 iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x70381264 iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x743e9987 iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x74716e55 iio_push_to_buffers_with_ts_unaligned +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x774062b9 iio_get_debugfs_dentry +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7a62575d iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7ab1041c devm_iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7be7d1b0 iio_read_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8c6be7f9 iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8fda5a61 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x901d8fd0 iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x95be1837 iio_device_release_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9695009f iio_read_avail_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa0cc773b iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa82a3f63 iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb17f4563 iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb234857a devm_iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb4e731fa devm_iio_trigger_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb662373e iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb8737709 devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbb4f528c iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc14d8b2e iio_device_get_current_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc8e7109a fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcbc4def6 __devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd3809b76 iio_device_claim_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd3dfa312 iio_get_channel_ext_info_count +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xde7dcbbd devm_fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe439c206 iio_write_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe470e3e5 iio_write_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe4b8cb46 iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe9cce972 iio_read_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf4c99770 iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x142f1d28 rtrs_post_recv_empty +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x43a8c61a rtrs_iu_alloc +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x684785a9 rtrs_iu_post_rdma_write_imm +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x6a546c23 rtrs_cq_qp_destroy +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x83898886 rtrs_iu_free +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x9b3e38dc rtrs_iu_post_recv +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xa2c4e7dc rtrs_stop_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xa7e9fd43 rtrs_send_hb_ack +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xcf0ec1bf rtrs_init_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xda878d53 rtrs_iu_post_send +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xe516fd18 rtrs_start_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xed65c11d rtrs_cq_qp_create +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0x6d2db277 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0x6c599835 matrix_keypad_parse_properties +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x81a67af9 adxl34x_pm +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xc02e1ba1 adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xec511022 adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x0756d879 rmi_driver_resume +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x1bd1f83e rmi_register_transport_device +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x5d5d4b68 rmi_2d_sensor_of_probe +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x72524ae1 rmi_of_property_read_u32 +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x7c5c699d __rmi_register_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x8a83ff8e rmi_set_attn_data +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x9ead6f78 rmi_unregister_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xcea1a31f rmi_dbg +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xd1630d00 rmi_2d_sensor_rel_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xe46d416a rmi_2d_sensor_abs_process +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xe9304ac7 rmi_2d_sensor_configure_input +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xfa33bd90 rmi_driver_suspend +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xfc5b9713 rmi_2d_sensor_abs_report +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x023ba0f1 cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xcaff197d cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xeb4d5f2a cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xf1e92ecd cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xf9fe6203 cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x3a627be7 cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x7f4c5929 cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x1ecc276d tsc200x_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x51cd56b5 tsc200x_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xa26976f9 tsc200x_regmap_config +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xae2ad431 tsc200x_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x0475797b wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x0d8564bf wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x1f06c9e4 wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x3723bd4c wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x591ffe6f wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x6d13d4fd wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x70adc9a7 wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x89756c07 wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x8c930696 wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xa1b9d463 wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xbe7dbd69 wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xc494af8c wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/interconnect/icc-clk 0xae75ecae icc_clk_register +EXPORT_SYMBOL_GPL drivers/interconnect/icc-clk 0xe779b369 icc_clk_unregister +EXPORT_SYMBOL_GPL drivers/interconnect/imx/imx-interconnect 0x4896a1d6 imx_icc_register +EXPORT_SYMBOL_GPL drivers/interconnect/imx/imx-interconnect 0xe0d5e7cc imx_icc_unregister +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-bcm-voter 0x0b39b783 qcom_icc_bcm_voter_commit +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-bcm-voter 0x52c1aa56 of_bcm_voter_get +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-bcm-voter 0x936a7e97 qcom_icc_bcm_voter_add +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x3f0ca226 qcom_icc_rpmh_probe +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x70d8cc4f qcom_icc_rpmh_remove +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x9e47dfa6 qcom_icc_set +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xc7436fae qcom_icc_bcm_init +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xd6fbf1db qcom_icc_pre_aggregate +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xf3d07117 qcom_icc_aggregate +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0x81e513ad qcom_icc_rpm_smd_available +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0xe8dbdc6c qcom_icc_rpm_smd_send +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x20d37f26 ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x2455aa4c ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x2c293cb6 ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x4387b54e ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x639af707 ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x82dea236 ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x93661c7e ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xc8222333 ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xe7c1943c ipack_device_init +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x0468a929 devm_led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x04938ae7 led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x12399ba8 led_set_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x80f5e54a led_update_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x896fe1a5 led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xae75ace3 led_get_flash_fault +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xb7d0be8f devm_led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xc7aa2ec8 led_set_flash_timeout +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x37ba8b3f devm_led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x53f4d8fb devm_led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x557a0310 led_mc_calc_color_components +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x95bacf98 led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xced8759a led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x112b5fac lp55xx_update_bits +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x20cadb1b lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x557b6740 lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x632fece8 lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x7b206939 lp55xx_read +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x7b398ecf lp55xx_unregister_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x8f8dce56 lp55xx_write +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x9e374633 lp55xx_deinit_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xcb1c7a75 lp55xx_is_extclk_used +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xff4341f7 lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-audio 0x3bd45b0d ledtrig_audio_set +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-audio 0xce593c22 ledtrig_audio_get +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-camera 0x749e05f2 ledtrig_flash_ctrl +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-camera 0x7903e46e ledtrig_torch_ctrl +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x048bbab4 __traceiter_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x04a1be49 __traceiter_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x04b25810 __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x05058957 __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x063306f1 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x06bceaa1 __SCK__tp_func_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0bc0be45 __SCK__tp_func_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1088223a __traceiter_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x15f3de09 __SCK__tp_func_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x17a83e40 __traceiter_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x181a1930 __SCK__tp_func_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1b083369 __SCK__tp_func_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1c599ebe __traceiter_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1c83d5b7 __SCK__tp_func_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x22ae6324 __SCK__tp_func_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2766fb04 __traceiter_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2af60833 __SCK__tp_func_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2fd74098 __traceiter_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x362eda19 __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x369d6d45 __traceiter_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x37808fd7 __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x37b31e4f __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3a3eb678 __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3feb7def __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x44bb87a3 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x46c66897 __SCK__tp_func_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x47b2af54 __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4a2d1241 __SCK__tp_func_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4b96c8a0 __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x51d0e534 __SCK__tp_func_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5ba3cca9 __traceiter_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5d9c8fc8 __SCK__tp_func_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5f9386a1 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5fd7c423 __SCK__tp_func_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6026e276 __SCK__tp_func_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6119e203 __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x64e39418 __traceiter_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x66232cfe __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6697827f __SCK__tp_func_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6e74dca7 __SCK__tp_func_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6e7df078 __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x71a90620 __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x74437547 __traceiter_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7604ef9e __traceiter_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x79a0a248 __traceiter_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x79eeb380 __SCK__tp_func_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x80e3881d __SCK__tp_func_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x81d4d2d1 __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8231767e __traceiter_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x836dc6a5 __traceiter_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8ad20d61 __SCK__tp_func_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8b9fa1d8 __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8bba9251 __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8f7308be __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x900fb2e4 __traceiter_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x93c8c39b __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9853e08f __traceiter_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9a6f4d9f __SCK__tp_func_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9ce21c84 __SCK__tp_func_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa09a6b09 __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa187023e __SCK__tp_func_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa64134e4 __SCK__tp_func_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa842a5c8 __SCK__tp_func_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xacbe0524 __traceiter_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xad6440b4 __traceiter_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb52a1563 __traceiter_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb5a62a8c __traceiter_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xba843c3f __SCK__tp_func_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xbf9750b9 __traceiter_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc0ca1953 __traceiter_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc7fd13dd __traceiter_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc8ae4213 __SCK__tp_func_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xcc83c876 __traceiter_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd78c9460 __traceiter_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd8aa1746 __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd9f63855 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xda06fe86 __SCK__tp_func_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdd1455a7 __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe16c06b3 __SCK__tp_func_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe3bbac07 __traceiter_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xea3a1ab2 __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xec29e22a __traceiter_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xec3327c6 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xec92a163 __SCK__tp_func_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf021519f __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf3408a9b __traceiter_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf6249e5f __SCK__tp_func_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfb4f2089 __traceiter_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfc0a0b57 __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfcf57203 __traceiter_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfd5d057b __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfd6b5d80 __SCK__tp_func_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfed8327b __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x0786cd58 dm_bio_prison_alloc_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x0a0f6db3 dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x15397186 dm_cell_promote_or_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x17dd39d6 dm_deferred_set_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x18c8a95e dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x242621b0 dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2eb01e04 dm_deferred_set_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x349b1a2e dm_cell_unlock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x4145955a dm_cell_get_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x57b52666 dm_bio_prison_free_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x5cb61479 dm_cell_visit_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x753e20b2 dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x76bf7d4c dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x9186fc72 dm_cell_lock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xac99497d dm_cell_lock_promote_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xace9b57b dm_bio_prison_destroy_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb6d5c65d dm_deferred_set_add_work +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb70b342a dm_bio_prison_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xc1607f51 dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd0d20d55 dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd99e003d dm_bio_prison_create_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xdcad6163 dm_cell_put_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xe2c7009d dm_cell_quiesce_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xeb752f23 dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x24772bfe dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x2e0774dc dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x4bc4117b dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x656100cc dm_bufio_client_reset +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6a2f40e1 dm_bufio_mark_partial_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6aebce95 dm_bufio_issue_discard +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6cdb2d56 dm_bufio_prefetch +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d3f57bd dm_bufio_get_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d83826d dm_bufio_get_block_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x74dcd98c dm_bufio_get_aux_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x867e87eb dm_bufio_get_dm_io_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x91f00abc dm_bufio_set_minimum_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa82b2066 dm_bufio_write_dirty_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xb04f56ab dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc0d7df85 dm_bufio_new +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xcd2ba798 dm_bufio_forget +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd991e3b9 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe6024e59 dm_bufio_release +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xebcc64a4 dm_bufio_get_block_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xeca7949e dm_bufio_client_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xed3283a4 dm_bufio_set_sector_offset +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xf241a6eb dm_bufio_forget_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x0efbca4c btracker_promotion_already_present +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x1c852cab btracker_nr_demotions_queued +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x23ddc5ab dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x37ef59a5 dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x481a0b15 btracker_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x4becb830 dm_cache_policy_get_hint_size +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x50b3c64c dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x5adc2807 btracker_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x65eea825 btracker_nr_writebacks_queued +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x87bee547 btracker_queue +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa2365f44 btracker_issue +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa2db1eb5 dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa7eadcb5 btracker_complete +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xd524358b dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xf9f3e74b dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x8c9fe582 dm_register_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xc9fc18da dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x01d2f9ac dm_rh_recovery_start +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x0a4c6c96 dm_rh_delay +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x33b77529 dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x370144c1 dm_rh_bio_to_region +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x38972f23 dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x38efaf5a dm_region_hash_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x3a18389a dm_rh_update_states +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x57e16c3e dm_rh_get_state +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x5f4a6e61 dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x66ad92e3 dm_region_hash_create +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7774620f dm_rh_stop_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d053fc5 dm_rh_start_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d5e1815 dm_rh_get_region_key +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa53387c7 dm_rh_flush +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa83588eb dm_rh_recovery_end +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xbe38a431 dm_rh_recovery_prepare +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xcc68615a dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd8aa4284 dm_rh_region_context +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xeece771a dm_rh_inc_pending +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf92b8a3d dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfd93482e dm_rh_recovery_in_flight +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0054f69d dm_tm_pre_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x01f7c2b0 dm_btree_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0211c39e dm_tm_with_runs +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x07ed9022 dm_bitset_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x088a5b30 dm_btree_find_lowest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0cf7c42f dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0d251167 dm_array_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x109eae1f dm_btree_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x15a2bf57 dm_btree_lookup_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1ae16d40 dm_tm_dec_range +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1d0d53f7 dm_array_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2842d760 dm_bitset_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2bc1a8d9 dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2f40da68 dm_bm_set_read_write +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x30c37cc0 dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x32bf4f4b dm_bitset_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3646e38f dm_tm_issue_prefetches +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3896f8d8 dm_array_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x38d53eec dm_array_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ad0f55b dm_bm_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ae50a4a dm_tm_inc_range +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40720a25 dm_bitset_set_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x418204e4 dm_array_set_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x46c56110 dm_bitset_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x48e323be dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4f2c653e dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4f477261 dm_bm_checksum +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x51005cef dm_bitset_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5375ca71 dm_bm_write_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5475ba9e dm_block_location +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x563946a0 dm_btree_remove_leaves +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5b04d3fe dm_bitset_clear_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x67c6c5b9 dm_array_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x68f34c27 dm_array_cursor_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6bfa88c8 dm_bitset_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6c600395 dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6fac2256 dm_array_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x703aa099 dm_block_manager_reset +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x72289260 dm_block_manager_destroy +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7612cd9c dm_bm_block_size +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x79bdc649 dm_sm_disk_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7ade1071 dm_tm_destroy +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7b047bd9 dm_tm_create_non_blocking_clone +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7b6b3af5 dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x836693c5 dm_disk_bitset_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x87419c51 dm_array_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x87c934be dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x88295b96 dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x8e057e61 dm_array_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x900896b9 dm_btree_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x91baa32f dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9290e07a dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x932a6ffc dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x94daa188 dm_bitset_cursor_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x95a52abd dm_bm_is_read_only +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9718cffa dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9e798e22 dm_bm_set_read_only +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa0bc1801 dm_btree_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa99029b9 dm_bitset_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb940af6a dm_array_info_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbdde4031 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xcc75e601 dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd017c9c7 dm_array_new +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd8682982 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xdb2c8e97 dm_btree_lookup +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xdf3a4e7d dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe07a2542 dm_bitset_new +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe0e68183 dm_array_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe781f874 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xecc1aeba dm_bitset_test_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xedf5036f dm_bitset_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf2b4509a dm_btree_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf71f197e dm_btree_cursor_next +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x0c3821c6 cec_transmit_msg +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x1d1c0057 cec_queue_pin_hpd_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x3b80bf68 cec_queue_pin_cec_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x3e4a1ae2 cec_received_msg_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x44891f19 cec_fill_conn_info_from_drm +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x473d5a12 cec_unregister_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x4897ab27 cec_transmit_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x530225e6 cec_notifier_parse_hdmi_phandle +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x658f979c cec_s_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x6fcec305 cec_s_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x73a128be cec_transmit_attempt_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x768143ed cec_notifier_cec_adap_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x7d118024 cec_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x9e9618f7 cec_notifier_cec_adap_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xa01fbb6b cec_notifier_set_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xa333b4e7 cec_register_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xabfc9606 cec_s_log_addrs +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xaee236c6 cec_notifier_conn_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xbb30995e cec_notifier_conn_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xbe4de675 cec_get_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xc16f2887 cec_notifier_set_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xd327ae8a cec_delete_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xdd200ced cec_pin_changed +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xde371ce5 cec_s_conn_info +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xe50609f0 cec_pin_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xe8e42a98 cec_queue_pin_5v_event +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x1b053a90 saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x1e140d57 saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x2b711c35 saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x392ed2a6 saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x4aca82ef saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x5d7c7d5c saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x73e85ca2 saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x76e52d77 saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xd9666110 saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xedf84c2f saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x0a0bd9f2 saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x10d572c0 saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x8e083e8c saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xb6b49696 saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xe74435a7 saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x12c01b60 sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x1d47bdd8 smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x28c9ef25 sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x34bf0e61 smscore_translate_msg +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x37d91069 smsendian_handle_tx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x45284ae9 smsendian_handle_rx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x5199258e smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x572019c7 sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x6c1808d8 sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x6e14f01d smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x74ee9098 sms_board_load_modules +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7500a273 smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x76cee6ec smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7c576277 smsendian_handle_message_header +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x814508b4 smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x844539ae sms_get_board +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x967cae5e smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x99a81ab3 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xafd2c6b3 smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc481f63c sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xcd2fb76d smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xd3635e98 smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xddbf2b47 smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf778882b smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/uvc 0x08c5db3e uvc_format_by_guid +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x040dc7cd tpg_aspect_strings +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x21bfae4e tpg_gen_text +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x4a738cc1 tpg_g_interleaved_plane +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x7e83543f tpg_s_crop_compose +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x80aaf962 tpg_g_color_order +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xa8a3f406 tpg_free +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xaa5503d9 tpg_set_font +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xb052969d tpg_init +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xbbc315dd tpg_update_mv_step +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xcaede3e2 tpg_fill_plane_buffer +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xce8159bb tpg_pattern_strings +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xe2169014 tpg_log_status +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xe6f04b89 tpg_alloc +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xe7ee5819 tpg_s_fourcc +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xf064e392 tpg_fillbuffer +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xf7a5f765 tpg_calc_text_basep +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xf7ec0949 tpg_reset_source +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x007086d9 vb2_core_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x07729fd4 __SCK__tp_func_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x09ae607b vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x0ffcf0e0 vb2_request_object_is_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x205fcddd __traceiter_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x208f620b __traceiter_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x21ad3705 vb2_core_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x25eea786 vb2_core_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x308e1a89 vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x313ab108 vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x3289a993 vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x36e2231b vb2_core_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x3c22713a __tracepoint_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x428d0b7b vb2_core_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x4766de3f __traceiter_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x50a1bb4a __tracepoint_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x52b7ed47 vb2_core_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x5a1bfd89 vb2_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x618677f0 vb2_core_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x70c7670a vb2_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x74f1257c vb2_core_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x7bbaca78 vb2_core_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x7ee32286 __tracepoint_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x803e2793 vb2_core_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x86821af2 vb2_request_buffer_cnt +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x8fe27248 vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x951651db vb2_core_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xa3f32d7f vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb6f4b031 __SCK__tp_func_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb9d2df39 __SCK__tp_func_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc5c10a8e vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc6d3202c vb2_core_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc7b45aa4 __SCK__tp_func_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xd8fc1435 __traceiter_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xdef5661d vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe448340e vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf97a7c84 __tracepoint_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0x464e974e vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0xe513912b vb2_dma_contig_set_max_seg_size +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-sg 0x47e84ad1 vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-memops 0x712a17e7 vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x0b8696a2 vb2_request_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x1df722be vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x233ab5ec vb2_queue_change_type +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x29556683 vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x33cf8c10 vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x381ee2cd vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x3a6f4776 vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x465cdb30 vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x49129657 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x4fad2329 vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x5004756e vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x5648e68a vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x564f7010 vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x57a20386 vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x5b90d102 vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x5f32329d vb2_request_validate +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x630c887e vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x68fdef73 vb2_video_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x74a49b04 vb2_find_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x82b4eeb7 vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x83a3a5b2 vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x8638aa74 vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x8facd770 vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x98369231 vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x99dc36b1 _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x9a8ae6a7 vb2_queue_init_name +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xa670fbd8 vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xaedc2cfb vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xb64265ac vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xcfd5eb99 vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xd77a2502 vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xec604717 vb2_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xfba3dbb8 vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xfd89e9ca vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-vmalloc 0x884e7035 vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x7cbf327a dvb_module_release +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x9fb3911b dvb_module_probe +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0xa31a8ce0 dvb_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/as102_fe 0x74b1a5fd as102_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ascot2e 0x10a63432 ascot2e_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/atbm8830 0x51e9a4af atbm8830_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/au8522_dig 0x1d5c7abf au8522_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/bcm3510 0xe7937003 bcm3510_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx22700 0x7387cb4c cx22700_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx22702 0x02a982d0 cx22702_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24110 0x68978123 cx24110_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24113 0x2fe72e30 cx24113_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24116 0xb6b41aae cx24116_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0xa6b5e17a cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24120 0xbb20b224 cx24120_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24123 0x4ac315af cx24123_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2820r 0x011fb08e cxd2820r_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2841er 0x33091b0b cxd2841er_attach_s +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2841er 0xf37c6650 cxd2841er_attach_t_c +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2880/cxd2880 0x59bcf9f6 cxd2880_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0070 0xbff9015e dib0070_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0090 0x2f3e569a dib0090_register +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0090 0xac8910f6 dib0090_fw_register +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib3000mb 0x1606a858 dib3000mb_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib3000mc 0xfcf53b72 dib3000mc_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib7000m 0xbe038d34 dib7000m_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib7000p 0x6dc244af dib7000p_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib8000 0x2fc4ed9e dib8000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib9000 0x13e26f28 dib9000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0xcabd57b0 drx39xxj_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drxd 0xa1c25dfd drxd_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drxk 0xda27901b drxk_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ds3000 0x90b6fb81 ds3000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dvb-pll 0x6d14e9db dvb_pll_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ec100 0x17657cc6 ec100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/gp8psk-fe 0x2e4966a5 gp8psk_fe_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/helene 0x696a9414 helene_attach_s +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/helene 0x9a6d9903 helene_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/horus3a 0xaf345e39 horus3a_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6405 0x791ccc16 isl6405_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6421 0x3ae9db26 isl6421_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6423 0x88c4b562 isl6423_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/itd1000 0x8da14c22 itd1000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ix2505v 0xa85d3cf8 ix2505v_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/l64781 0x03c2341f l64781_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lg2160 0xc5a721b9 lg2160_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt3305 0xbe108fe4 lgdt3305_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt3306a 0x821c1df7 lgdt3306a_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt330x 0xd8ddb38b lgdt330x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgs8gxx 0xfb543813 lgs8gxx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbh25 0xcf7631c7 lnbh25_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp21 0x1e4ca7b6 lnbh24_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp21 0x5a6a423c lnbp21_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp22 0xbc1894a5 lnbp22_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/m88ds3103 0x77f4b299 m88ds3103_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/m88rs2000 0x13b3eef3 m88rs2000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mb86a16 0x687d7a27 mb86a16_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mb86a20s 0x19f3a761 mb86a20s_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mt312 0x7bd3da0b mt312_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mt352 0x5201ced6 mt352_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mxl5xx 0x4d504ab6 mxl5xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/nxt200x 0xb3ca27cc nxt200x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/nxt6000 0x03c62d65 nxt6000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/or51132 0x51795710 or51132_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/or51211 0xe614d891 or51211_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1409 0x28783ca0 s5h1409_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1411 0x459b7dee s5h1411_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1420 0xe7cd014d s5h1420_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1432 0x4b2a5032 s5h1432_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s921 0x95f3ca7e s921_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/si21xx 0x0c424e5a si21xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/sp887x 0x2e462ff8 sp887x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb0899 0xe93a49d6 stb0899_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb6000 0x53000e0e stb6000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb6100 0xad9cd505 stb6100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0288 0x39f79e8e stv0288_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0297 0x6768e7fd stv0297_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0299 0x344de42b stv0299_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0x4c13525b stv0367cab_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0xcd21a836 stv0367ter_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0xfdd1b60c stv0367ddb_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0900 0x42de473d stv0900_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv090x 0xeb8541a0 stv090x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0910 0x5bf9daf2 stv0910_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6110 0x484c179e stv6110_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6110x 0xc5b9436b stv6110x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6111 0x0781b15f stv6111_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10021 0x28dc36ac tda10021_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10023 0x837f5a99 tda10023_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10048 0x4a7ac4a3 tda10048_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda1004x 0x4e6e03a8 tda10046_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda1004x 0x75e31cdc tda10045_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10086 0x55040ac9 tda10086_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0xb798b23d tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda665x 0x8e428536 tda665x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda8083 0x1c863f0a tda8083_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda8261 0x049e9685 tda8261_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda826x 0xc4a0b0a7 tda826x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ts2020 0x58bc1189 ts2020_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tua6100 0xc1cc3eea tua6100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ves1820 0x32aee885 ves1820_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ves1x93 0x0c4c9c26 ves1x93_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10036 0xe0f4ca6a zl10036_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10039 0xc1481ae9 zl10039_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10353 0xdf379a52 zl10353_attach +EXPORT_SYMBOL_GPL drivers/media/i2c/aptina-pll 0x591ef302 aptina_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/ccs-pll 0x63e67090 ccs_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x3ea01449 max9271_disable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x4baaac11 max9271_clear_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x4f694331 max9271_wake_up +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x6ecc3922 max9271_enable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x76bba421 max9271_set_translation +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x81dfc553 max9271_set_serial_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x831833c2 max9271_verify_id +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x840b20e2 max9271_set_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x8755b00a max9271_configure_i2c +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x8db79f59 max9271_configure_gmsl_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x96537cff max9271_set_deserializer_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xa2981e13 max9271_set_high_threshold +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xee2de62d max9271_set_gpios +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0de1a21f media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x15300844 media_entity_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x16a9af83 media_device_unregister_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x20089128 media_request_object_bind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x234127ad media_get_pad_index +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x23841946 media_device_usb_allocate +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x26e0a9d5 __media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x33165fe2 media_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3565e456 media_request_object_find +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x380385d9 __media_entity_next_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x49d19e13 media_create_pad_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x4b11638d media_request_get_by_fd +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x505cc65a __media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x508f3713 media_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x523fb24f media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x572ee8d5 media_create_ancillary_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5ecfbefb media_entity_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6522082b media_pad_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x65dd67e0 media_pipeline_entity_iter_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6a2b0870 media_request_object_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6a58ee21 media_device_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6aa319b2 media_graph_walk_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6ffcfebe media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x71e3d4fd media_entity_pads_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x75c1c122 media_pad_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x76de5413 __media_pipeline_pad_iter_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x79665423 media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7ef04720 media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x8412df09 media_request_object_complete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x85a4cf64 __media_device_register +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x85bae80f media_request_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x919b4e10 media_entity_get_fwnode_pad +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x993ce1bd media_request_object_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9d3cd76b media_device_pci_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9d86f316 media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa28ae4d9 media_pipeline_entity_iter_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa6145cb0 media_devnode_create +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa67c76cb __media_device_usb_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb431c5bc media_device_register_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb6707ce3 media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb8f2ccad __media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb93d270f media_create_pad_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbb4215e1 __media_pipeline_entity_iter_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbcd95a9f __media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc32d066a __media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc990e4a0 media_create_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xcb2a272f media_graph_walk_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xcfa4cb63 media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd27fc7c9 media_device_delete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd56b56fa media_entity_enum_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd59b9562 media_request_object_unbind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd7dda90c media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xdfd2e5c7 media_pad_remote_pad_first +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe17c3037 media_device_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe5ceecd6 media_entity_enum_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xeeaa2f81 media_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf9da9d34 media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xfc06b538 media_devnode_remove +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xfd85b919 __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/pci/bt8xx/dst 0x66965d98 dst_attach +EXPORT_SYMBOL_GPL drivers/media/pci/bt8xx/dst_ca 0x242ccb3b dst_ca_attach +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0xfb423a2f cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/ddbridge/ddbridge-dummy-fe 0xbc69fb56 ddbridge_dummy_fe_qam_attach +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0469cccf mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x1dc929cc mantis_input_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x21483e07 mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x33eb1ff4 mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x462f1d34 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x4acf3b4c mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x6f168dd7 mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x6fbb4b43 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x8dc2cc61 mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x94a0ac71 mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb88bdb66 mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xbc62f753 mantis_input_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xcdc677ef mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd30cde2d mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xdec2e022 mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe645c92a mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe755de05 mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xebb5edcc mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xfb840cbd mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x18594ea5 saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1e5dc41e saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x200629e9 saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x233e251a saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x286475f8 saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x37f62a9f saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x4e96da50 saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x59165282 saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x67491e90 saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x680e7ef0 saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x7b79034a saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x89e4a6bb saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xbda906f0 saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xcf20c804 saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd7df6f8d saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xe0a98892 saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xe79de959 saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xe9edffc7 saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xea6ecd90 saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x015662a4 ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x2f823664 ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x52177c77 ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x5e5fa2e2 ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xa05046c9 ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xad8596fb ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xb358c9ed ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x05b8b32b nal_h264_read_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x1af6c2cd nal_hevc_read_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x2604f5d5 nal_hevc_write_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x2824c005 nal_h264_read_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x2f34ca2e nal_h264_write_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x313204b4 nal_h264_read_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x6b806194 nal_hevc_write_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x79ef20e9 nal_h264_write_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x9a29b2fa nal_hevc_write_vps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x9f9603d7 nal_hevc_read_vps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xad25ea9a nal_h264_write_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xca335c8b nal_hevc_write_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xd7901be6 nal_hevc_read_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xfc5a7928 nal_hevc_read_sps +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x2ca15e2e mccic_register +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x2d7ba6d0 mccic_resume +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x2e183774 mccic_suspend +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xdfc25090 mccic_shutdown +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xef5a7028 mccic_irq +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x24f64b30 vpu_wdt_reg_handler +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x5f9c91d2 vpu_get_vdec_hw_capa +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x7425f4a2 vpu_load_firmware +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x757cff75 vpu_ipi_register +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x8be6ed14 vpu_get_plat_device +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x8c9a1f63 vpu_ipi_send +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xab0f21e5 vpu_mapping_dm_addr +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xc2539e1e vpu_get_venc_hw_capa +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x0eeab0cd venus_helper_get_profile_level +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x0f3445e5 hfi_session_destroy +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x19c84665 hfi_session_abort +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x1b3966fc venus_helper_set_bufsize +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x21996659 venus_helper_vb2_start_streaming +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x2300a439 venus_helper_intbufs_realloc +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x2336f5cf venus_helper_get_opb_size +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x246216e0 hfi_session_start +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x25aa4405 venus_helper_set_num_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x27b12c5f venus_helper_m2m_device_run +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x29319795 venus_helper_check_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x2b85e134 venus_helper_session_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x2d693ecb venus_helper_m2m_job_abort +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x2ec9719a venus_helper_get_ts_metadata +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x2f3d18d1 hfi_session_get_property +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x4aaa0cf5 venus_helper_queue_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x4b9cc7b6 venus_helper_set_raw_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x4cc382ae venus_helper_set_input_resolution +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x4ddff1dc venus_helper_alloc_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x532157c0 venus_helper_intbufs_free +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x53fc5900 venus_helper_process_initial_out_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x58859d9b venus_helper_acquire_buf_ref +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x5b9d4a58 hfi_session_deinit +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x5f5ec261 venus_helper_unregister_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x6166daec venus_helper_free_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x6ac02f61 hfi_session_set_property +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x7ee8f527 hfi_session_create +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x840dba01 venus_helper_release_buf_ref +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x85ff7121 hfi_session_flush +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x86aa04e1 venus_helper_set_color_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x86b6c1e9 venus_helper_change_dpb_owner +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x8f33bcb5 venus_helper_check_codec +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x94a203b6 hfi_session_continue +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x9746e788 venus_helper_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x979e119e venus_helper_set_work_mode +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x9fd85260 venus_helper_vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xa1fbccb7 venus_helper_set_output_resolution +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xa72473d2 venus_helper_set_stride +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xad61a447 venus_helper_init_instance +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xade24f5e venus_helper_process_initial_cap_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xb1e11d44 venus_helper_intbufs_alloc +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xb42988c1 venus_helper_set_format_constraints +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xb5da1da9 venus_helper_get_framesz_raw +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xb971d77e hfi_session_unload_res +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xbaf50f47 hfi_session_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xbb5d2921 venus_helper_find_buf +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xbdd3bcff venus_helper_set_profile_level +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xc5ac990a venus_helper_vb2_buf_prepare +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xd21da2e4 venus_helper_get_framesz +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xd5b89ae0 venus_helper_get_out_fmts +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xd6446147 hfi_session_stop +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xdcd33f5c venus_helper_vb2_buf_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xe2b78286 venus_helper_get_bufreq +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xe4e19e35 hfi_session_process_buf +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xe865427e venus_helper_set_multistream +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xe8c4c5f9 venus_helper_buffers_done +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xf2e4034a venus_helper_vb2_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xfcf84554 venus_helper_set_dyn_bufmode +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x3d858696 rcar_fcp_put +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x4ad5d888 rcar_fcp_enable +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x58620c11 rcar_fcp_get_device +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x5fe6f6e8 rcar_fcp_disable +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x9877c29f rcar_fcp_get +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x24724452 vsp1_du_init +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x58e57d0c vsp1_du_atomic_flush +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x5ec94894 vsp1_du_unmap_sg +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x6a88d1c0 vsp1_du_atomic_begin +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x958e7dee vsp1_du_map_sg +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xa6914f2e vsp1_du_atomic_update +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xe3a58b47 vsp1_du_setup_lif +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x021b77b4 xvip_of_get_format +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x0cdf34d3 xvip_clr_or_set +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x31e05b4c xvip_cleanup_resources +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x32a020d5 xvip_set_format_size +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x4344fab2 xvip_init_resources +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x70bbb16a xvip_clr_and_set +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x928de81d xvip_enum_mbus_code +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xa5e79bee xvip_enum_frame_size +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xb67940fb xvip_get_format_by_fourcc +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xe08e6063 xvip_get_format_by_code +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0x3c16a6b1 xvtc_generator_stop +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0x47d7900b xvtc_generator_start +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0xa8a0f912 xvtc_put +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0xb5725929 xvtc_of_get +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x4a083ff2 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xf92bca40 radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x1e01adb8 si470x_start +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x76a7fb00 si470x_ctrl_ops +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xa465ae81 si470x_stop +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xc822e407 si470x_viddev_template +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xdd2f9227 si470x_set_freq +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2ed90ced rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x41d35795 rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x421cc0b2 ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x47d34ce9 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x4af08baa rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x66a18436 ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x74d867de devm_rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x8dc89697 rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x93a175d0 ir_raw_event_store_with_timeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x954bf73b devm_rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x9b1efdcf ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb960f15c rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xbf938a5a rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xcc16afcb lirc_scancode_event +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd31b3c6c rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xdbe78895 rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe109b05a rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe7f290aa rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xeaf02ed4 ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xf98607c1 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xfc5d3079 rc_map_get +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0011 0x457d0c3d fc0011_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0012 0xa2d16614 fc0012_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0013 0x604bf312 fc0013_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/max2165 0xdbbca592 max2165_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mc44s803 0xc13cfb4c mc44s803_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2060 0x7511a727 mt2060_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0x9ff22d7d mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0x87427b8b microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2131 0x688d352f mt2131_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2266 0x85b044ae mt2266_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5005s 0xe410695a mxl5005s_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0x0081b51d mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/qt1010 0x28a617aa qt1010_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0x6c48b69f r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18218 0x0d67d8ec tda18218_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0x7d8bd3d5 tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0x12970a4a tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x2ebb3dac tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x5972406d tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0xd5132fb8 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x7c4e3f25 tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x93deb4ab tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xb416eecb tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xc5d5048f tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0xde6162c8 simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc2028 0xe9e01014 xc2028_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc4000 0xcfbdc405 xc4000_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc5000 0xb293248a xc5000_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x01741399 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x0cd9ea6f cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x1005d4ba cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x2c682ade cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x32f8a0b9 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x357db981 cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x43fdff6a cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x47728398 cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x57720591 cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7be3b2d5 is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x93113da1 cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9e1d69f9 cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa1abbd80 cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa500c87c cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xac5847bb cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xae9d8ea9 cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xb1de2a1b cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xbd78257a cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xcaac4efa cx231xx_get_i2c_adap +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd9c6b168 cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0x87d6196a mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0x5189edc4 mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x2f591dc2 em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x37076462 em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x4d42f56b em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x58437133 em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x721f7cc7 em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7b043384 em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7e9f85a6 em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x8b0893d1 em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x8cad992a em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x91580038 em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x921d7c65 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa001cf56 em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xa09f1a9d em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xb232bd4b em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xc6a4d76b em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xcbe6194d em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xcf942aef em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xd2459571 em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xde1cd991 em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe66e36fe em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x0bc943b5 __v4l2_async_nf_add_i2c +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x1609e7f0 __v4l2_async_nf_add_fwnode +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x261f145c v4l2_async_nf_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x2a0b30ff __v4l2_async_nf_add_fwnode_remote +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x69d3b2a9 __v4l2_async_nf_add_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x01612c0b v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x08402862 v4l2_print_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x0958448b v4l2_set_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x0af3d134 v4l2_valid_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x2bf67def v4l2_calc_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x370cfe6e v4l2_dv_timings_presets +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x3aa68d7a v4l2_find_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x4839762f v4l2_calc_timeperframe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x7b6ac78f v4l2_phys_addr_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x8f8d4341 v4l2_get_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x922ecd29 v4l2_enum_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xa22fbfeb v4l2_hdmi_rx_colorimetry +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xa97e00eb v4l2_detect_cvt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xae575c8f v4l2_phys_addr_for_input +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xd034392d v4l2_match_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xf56238f4 v4l2_find_dv_timings_cea861_vic +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xff585440 v4l2_dv_timings_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0x68a6baf3 v4l2_flash_indicator_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0x6d6001c2 v4l2_flash_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0xc722c08a v4l2_flash_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x0096cc64 v4l2_async_register_subdev_sensor +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x02c6bba8 v4l2_fwnode_endpoint_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x3ca8605d v4l2_fwnode_endpoint_alloc_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x493f8849 v4l2_fwnode_connector_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x5218c5c4 v4l2_async_nf_parse_fwnode_endpoints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x612ddce5 v4l2_fwnode_connector_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x7b5d2ef7 v4l2_fwnode_connector_add_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x9c0e43ea v4l2_fwnode_endpoint_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xcff1fe68 v4l2_fwnode_parse_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xfa1d05b1 v4l2_fwnode_put_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xfddbf9ee v4l2_fwnode_device_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-h264 0x639ecc68 v4l2_h264_init_reflist_builder +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-h264 0x6a1429ff v4l2_h264_build_p_ref_list +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-h264 0xf568bf81 v4l2_h264_build_b_ref_lists +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0x30b5ebc6 v4l2_jpeg_parse_scan_header +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0xcbfdf5cb v4l2_jpeg_parse_frame_header +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0xe8956e3f v4l2_jpeg_parse_huffman_tables +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0xe8f40f9e v4l2_jpeg_parse_header +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0xf8ffd565 v4l2_jpeg_parse_quantization_tables +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x01898116 v4l2_m2m_ioctl_stateless_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x02f5b891 v4l2_m2m_last_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0388afcd v4l2_m2m_ioctl_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x08ca4ecc v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0e913a40 v4l2_m2m_try_schedule +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1265c1cb v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x18d0a2f5 v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x24babf31 v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x32e769c0 v4l2_m2m_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3b627166 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3cef7caa v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4d6c8576 v4l2_m2m_update_start_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x56214312 v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5953b560 v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5ab1e0f2 v4l2_m2m_buf_remove_by_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5b63b2bd v4l2_m2m_ioctl_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5c372e54 v4l2_m2m_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6197a611 v4l2_m2m_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x630883f5 v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x64267b8e v4l2_m2m_buf_copy_metadata +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x64d560e9 v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x69d39103 v4l2_m2m_buf_remove_by_idx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6a6fe0a2 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6e11f9eb v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6ff0b7a2 v4l2_m2m_ioctl_stateless_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x730f2eae v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7a8331bd v4l2_m2m_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x875f6d5e v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x90161711 v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x965c2004 v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa38dbb29 v4l2_m2m_request_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa3db55db v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xadec737b v4l2_m2m_register_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xafe95d67 v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb79124ea v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbec51c12 v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc165a8c4 v4l2_m2m_update_stop_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc7025bb1 v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc95f2f48 v4l2_m2m_ioctl_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xdaa12d94 v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xee74ec24 v4l2_m2m_ioctl_try_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf13ff84d v4l2_m2m_unregister_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf564fc23 v4l2_m2m_last_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf8623033 v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf97b8d76 v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xfaa4ea11 v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0x4137d90c v4l2_vp9_adapt_coef_probs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0x8ef1a3dd v4l2_vp9_reset_frame_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0x8ef25d5d v4l2_vp9_seg_feat_enabled +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0x9dec35a2 v4l2_vp9_fw_update_probs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0xb3cf2529 v4l2_vp9_adapt_noncoef_probs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0xcf15018a v4l2_vp9_kf_partition_probs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0xdf6586d2 v4l2_vp9_kf_uv_mode_prob +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0xf5c55c43 v4l2_vp9_default_probs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0xfbf87a5e v4l2_vp9_kf_y_mode_prob +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x02c8ad6c videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x12d81964 videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x1cb2f9d4 videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2387afd9 __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x25f0e266 videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x3613480e videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x384dce0f videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x41d4a348 videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x4da2fb6e videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x55733c58 videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x55ffe55e videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5eefefc0 videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x6eaed71d videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x705d5535 videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8543c1c7 videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x9243ce32 videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x97135911 videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb6222545 videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xbd55e95e videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xda1f698b videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xdd660b21 videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe7448e20 videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf32e2735 videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf497c26f videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x0286bf91 videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x0d764670 videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x38a0b373 videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x553a86d0 videobuf_sg_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x9b5c0500 videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0305e01b v4l2_subdev_disable_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x06f3f757 v4l2_create_fwnode_links_to_pad +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0d2d2e2f v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x11f3044c __SCK__tp_func_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x15896be6 __traceiter_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1755a5b4 v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x17888d79 video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1aaf64d4 v4l2_i2c_subdev_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1ca70026 v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x23754933 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x24752409 v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x24861567 video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x282bf38f v4l2_subdev_get_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2ae0877b __SCK__tp_func_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2b6856cd __tracepoint_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x301b68c4 video_device_pipeline +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x313f598b v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x32155a9e video_device_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x34256c89 v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x36600f67 v4l2_subdev_set_routing_with_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3a7076d4 v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3bad38c5 v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3cb109bd v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3d99806a __v4l2_subdev_init_finalize +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3f42cce1 __traceiter_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4435e965 v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4894cd55 v4l2_subdev_state_xlate_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x491ec665 v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4a8b51a2 v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4d6e541f v4l2_subdev_routing_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5074e573 v4l2_fraction_to_interval +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x50a60c5b v4l2_subdev_has_pad_interdep +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x57f2d855 v4l2_s_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5940cc19 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5c301d61 __video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5ec8f883 v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x62394824 v4l2_subdev_get_fwnode_pad_1_to_1 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x65d7839c v4l2_subdev_state_get_opposite_stream_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x65db4937 v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6ce1c95c __SCK__tp_func_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6e9acc41 v4l2_fill_pixfmt_mp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7136d1f3 v4l2_pipeline_pm_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7199d825 v4l2_pipeline_link_notify +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x79706548 v4l2_get_link_freq +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7d31e0a9 v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7d93b201 v4l2_mc_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x85d9a0d4 v4l2_subdev_get_privacy_led +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8baedae1 v4l2_event_wake_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x912cc138 v4l2_create_fwnode_links +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x93171ade v4l_disable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9a887442 v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9e30c362 v4l2_ctrl_request_hdl_ctrl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9ef69218 v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9fef35ac v4l2_apply_frmsize_constraints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa2591771 v4l2_subdev_s_stream_helper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa5f8b566 v4l2_subdev_put_privacy_led +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa8b2bd11 v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa92e2c38 v4l2_pipeline_pm_get +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa9e6645f v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xad5c3c93 v4l2_simplify_fraction +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xae3dd8d6 __v4l2_subdev_next_active_route +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xae912615 __traceiter_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb2fa8b59 v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb48cf8aa __tracepoint_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb5a337db v4l2_subdev_state_get_stream_compose +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb8dd1875 v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb9d0e993 v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xba323533 v4l_vb2q_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xba5bc792 v4l2_subdev_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xba83a51e v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbdcc3ea5 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc1090171 __v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc2e2442d __v4l2_subdev_state_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc3327d0d v4l2_subdev_enable_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc342b8c4 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc3faf21c v4l2_subdev_notify_event +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc86897a7 v4l2_subdev_state_get_stream_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc9ebda08 __video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcc002fbe v4l2_subdev_set_routing +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcc501597 v4l2_fill_pixfmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcd33194e v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcf754c8f v4l2_subdev_routing_find_opposite_end +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd2aa6cfc v4l2_g_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd796a6a8 v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdc1e09fe v4l2_compat_ioctl32 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xde6e37d9 __v4l2_subdev_state_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdef3dffd __tracepoint_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe0b98a71 __tracepoint_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe0d684b9 v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe2822320 __v4l2_find_nearest_size +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe3732cb6 __v4l2_ctrl_handler_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe3efe485 v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe5a33113 __SCK__tp_func_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe5cb8e8a __traceiter_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xed6c9ccf v4l2_subdev_state_get_stream_crop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf00dd673 v4l_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf2200d6b v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf3c6210b v4l2_ctrl_request_hdl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x13f01040 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x98eb7328 pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xc0bca4cf pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x02b2fecf cs47l24_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x13e818b7 wm5110_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x17d75ce2 arizona_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x1949d8fa wm5110_revd_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x2463d1e1 cs47l24_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x302215a1 arizona_clk32k_disable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x3501187e wm5110_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x39419a43 wm8997_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x50d0d9fb wm5110_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x62799d08 arizona_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x69f0384f wm5110_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x6aaa4655 arizona_set_irq_wake +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x9b4a81ba arizona_request_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x9e129d53 arizona_clk32k_enable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xad838dc6 wm5102_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xb4ee2bc4 arizona_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xc6aa2e63 wm8997_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xcc395441 arizona_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xd3fee6a6 wm5110_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xd8394f4b wm8997_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xdfbe649b wm8997_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xeebb4c8a wm5102_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xf7984806 cs47l24_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xff499a7e wm8998_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0xc41cfaa2 atc260x_match_device +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0xeb03c03e atc260x_device_probe +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x1871232b da9150_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x23eb4aa2 da9150_bulk_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x7b344c36 da9150_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xcf5c7daf da9150_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xdefbeb19 da9150_read_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xe5da471b da9150_bulk_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xf930b9c7 da9150_write_qif +EXPORT_SYMBOL_GPL drivers/mfd/gateworks-gsc 0xa142a524 gsc_read +EXPORT_SYMBOL_GPL drivers/mfd/gateworks-gsc 0xb7abd1c4 gsc_write +EXPORT_SYMBOL_GPL drivers/mfd/iqs62x 0xa436f4de iqs62x_events +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x2fa3a5c8 kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x3b3b6acf kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x5dace9dd kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x84c1f42c kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x909c6036 kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x96db5ed2 kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xa3864266 kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xa8a80453 kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x2f46d966 lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x3fb4d17f lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xd5f1fe6f lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x13016149 lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x43ab3eda lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x4d387224 lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x8bea3d9a lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x917ca3e1 lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xae9d8370 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xeb2f10f1 lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x4dcce552 lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x8e42a461 lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xbd19214b lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x08e71b48 cs47l92_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x08eac708 cs47l92_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0e4b1013 madera_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0f379262 madera_of_match +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x15c1ec7d cs47l35_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x15cc303d cs47l35_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x27b37705 cs47l85_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x27beab45 cs47l85_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x3f6600b5 cs47l90_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x3f6bdcf5 cs47l90_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x4b84f97a cs47l85_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x4bd20644 cs47l92_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x4bdfda04 cs47l92_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x56f4f171 cs47l35_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x56f92d31 cs47l35_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x64866a09 cs47l85_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x648bb649 cs47l85_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x7c531db9 cs47l90_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x7c5ec1f9 cs47l90_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x8409e558 cs47l90_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x948a9151 madera_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x9c375bbd cs47l15_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x9c3a87fd cs47l15_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xc8dee680 cs47l35_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xd77bbc5b cs47l15_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xdf0246b1 cs47l15_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xdf0f9af1 cs47l15_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xe41bae68 madera_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xebe384cb madera_name_from_type +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xfbd0508b cs47l92_patch +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x2b0f423d mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x4252599f mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x8c8be97e mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x9e841c16 mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xb402ab23 mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xcc31a25e mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/motorola-cpcap 0xa226dbe8 cpcap_sense_virq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x52b93cd3 pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x7348d5df pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x77d5f9d8 pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x910cecf0 pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x9d5b1a32 pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xa6a2e573 pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xc0b5ccf5 pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xc8d3fc47 pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xd56ebabd pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xdc13efb5 pcf50633_pm +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xf01f701d pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xf16a0bda pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0xa3213480 pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0xe20a8dbf pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x3fdea6b1 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x7dfcee6e pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xc96af7a1 pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xcbaf40d5 pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xf2addc92 pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x3d4965cf devm_rave_sp_register_event_notifier +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x43e53ef9 rave_sp_exec +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x56d1a8c5 retu_read +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0xa074c8b6 retu_write +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0x5ecd4236 rk8xx_probe +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0xa320009c rk8xx_shutdown +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0xae972494 rk8xx_resume +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0xefc79225 rk8xx_suspend +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x095fef52 si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0da5666b si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x176cc9ce si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1ee3db52 si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x27fd7087 si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x288d1030 si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2b11f3c0 si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x34a63a71 si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3f0c1f02 si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x46589560 si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4a6438eb devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5277422c si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x580ded8f si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5cf6c933 si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x60f3b390 si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x62875387 si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6b347794 si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6c4de115 si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x76e14610 si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7d8856e9 si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x84d12c63 si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x86cf0d8e si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x913c7d31 si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x91560e09 si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x941938ed si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9c15ab21 si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa172bcfc si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa29eba69 si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb5314653 si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xcbb32d3e si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd8045c24 si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe5960c71 si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xec6761b2 si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf6cc2a99 si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x0c69197e sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x1834169e sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x9050aa8b sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x920a4843 sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xbf2fb7bf sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sprd-sc27xx-spi 0xd2b54ea2 sprd_pmic_detect_charger_type +EXPORT_SYMBOL_GPL drivers/mfd/stm32-timers 0xeff4f381 stm32_timers_dma_burst_read +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0x142f59d7 stmfx_function_disable +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0x33e1f95b stmfx_function_enable +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x17085a8e am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x643b40b1 am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x848cacc5 am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xa2fccb5e am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x3d0a9984 tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x94b908fb tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xb5886d2b tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xfcf66d77 tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x7717ffc6 tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xc3659465 tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xc910cec0 tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps6594-core 0xbf0e5500 tps6594_is_volatile_reg +EXPORT_SYMBOL_GPL drivers/mfd/tps6594-core 0xf6f258cb tps6594_device_init +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x01cf6dc8 alcor_write8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x29648cbe alcor_write32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x77e4712d alcor_read8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x912d51ef alcor_read32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xac47e65c alcor_write16 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xc9602af3 alcor_write32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xeb805fcf alcor_read32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x01b2ca04 rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x0760ba3e rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x282cc46a rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x2d727051 rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x393935bf rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x4762e71f rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x527f7a01 rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x55a24267 rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x570d1906 rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x69f6d670 rtsx_pci_dma_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x6deaf244 rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x805eb479 rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x85fa8350 rtsx_pci_dma_unmap_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x8671490f rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x8e5f0d7b rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x95f69667 rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x9edf9b42 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xa5304430 rtsx_pci_dma_map_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb0e80bb6 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xc5a8f5a0 rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xc6a86186 rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xebf96ab5 rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xf3e6430e rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xfec1b123 rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x091e4dd8 rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x1c974c1b rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x1e4023e4 rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x3153817f rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x330f4a97 rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x47e304ba rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x661b93ae rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x6f4500c4 rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x8a08ff5a rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xa5082cc8 rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xaadcccb0 rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xbb18f24e rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xd600c892 rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x0101203d cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x5b505a49 cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x8626cfe3 cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xb8dff021 cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x0b008db0 oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x296a8983 oslec_update +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x3115970d oslec_create +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x4b711f77 oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x5909e701 oslec_snapshot +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x780d3f01 oslec_flush +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x84eba96d oslec_free +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x3cb83d5b eeprom_93cx6_multireadb +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x870b53e9 eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x884deb9d eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0xc9c6bb25 eeprom_93cx6_readb +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0xff7a0fdf eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x0d7ba066 enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x3a3b0819 enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x4a23a039 enclosure_component_alloc +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x5ec760e9 enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xbc83bd68 enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xc1f365f9 enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xec9a7ca3 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xfb9653c7 enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x05f44aed lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x3365e582 lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x5efbb64e lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x65ce1a6c lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xa8d5bbf8 lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xb0ce3c8f lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xb894e19b lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xeeb503a4 lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/pvpanic/pvpanic 0x75459035 devm_pvpanic_probe +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x4174f797 st_register +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0xed404373 st_unregister +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x36d39f74 uacce_register +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0xde41622c uacce_remove +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0xfb57123c uacce_alloc +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x024d14bc vmci_qpair_produce_free_space +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x046dd187 vmci_datagram_create_handle +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x056837fb vmci_get_context_id +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x1fd4782d vmci_qpair_get_produce_indexes +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x2449459d vmci_event_subscribe +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x3a22fa8a vmci_datagram_destroy_handle +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x44196236 vmci_qpair_dequev +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x49c2147c vmci_qpair_peekv +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x4ba5c46b vmci_qpair_peek +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x5591b58e vmci_context_get_priv_flags +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x5e949e0a vmci_doorbell_destroy +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x612df9ae vmci_qpair_detach +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x676bd843 vmci_qpair_consume_free_space +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x75fe065a vmci_send_datagram +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x787f0fe8 vmci_register_vsock_callback +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x7c74d7a6 vmci_qpair_consume_buf_ready +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x81d61eef vmci_qpair_dequeue +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xae2c6112 vmci_qpair_enquev +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xb572e830 vmci_doorbell_create +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xbcb85f62 vmci_doorbell_notify +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xc04c7e84 vmci_qpair_get_consume_indexes +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xc403cafe vmci_is_context_owner +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xde3abc2e vmci_datagram_create_handle_priv +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe0cc9c92 vmci_qpair_alloc +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe11895c1 vmci_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe67343c1 vmci_qpair_enqueue +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xea143610 vmci_datagram_send +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xea61eefe vmci_qpair_produce_buf_ready +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0x32774445 dw_mci_pltfm_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0x79bb1c9e dw_mci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0xf7b93b97 dw_mci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0x4273ec77 mmc_hsq_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0x6ccd4900 mmc_hsq_finalize_request +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0x79484dff mmc_hsq_init +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0xb5ff0b7d mmc_hsq_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/renesas_sdhi_core 0x12fa7c9a renesas_sdhi_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/renesas_sdhi_core 0xd4767e5c renesas_sdhi_probe +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x0adb16fe sdhci_set_power_and_bus_voltage +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x0ae7d1a8 sdhci_start_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x20830795 sdhci_set_ios +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x2558905f sdhci_enable_sdio_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x29c6a4cd sdhci_cleanup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x2f94cbb2 sdhci_set_data_timeout_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x39daf4b3 sdhci_reset_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3a57933f sdhci_set_power_noreg +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3cd8de3c sdhci_dumpregs +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3f810147 sdhci_get_cd_nogpio +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x41894ffb sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x42a74822 sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5118d4a3 sdhci_request +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x521cfdb8 sdhci_request_atomic +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5a46a674 sdhci_enable_v4_mode +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5ce584f8 sdhci_execute_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x667aecd1 sdhci_adma_write_desc +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x6d8431d0 sdhci_cqe_disable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x7b32ce5f __sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x7c90d05b sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x7fcd8818 sdhci_end_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x8353f010 __sdhci_read_caps +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x8b019bf7 sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x96e7fc83 sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x9918cd5f sdhci_abort_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x9f41b805 sdhci_cqe_enable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa2e0d977 sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xa6046bc2 sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xaa8bbb88 sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xadfb4ff9 sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xaf13889e __sdhci_set_timeout +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb52561c3 sdhci_switch_external_dma +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc12de323 sdhci_start_signal_voltage_switch +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc49ebcf5 sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc6f9112d sdhci_enable_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc79ac98e sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd711897a sdhci_calc_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe3f30278 sdhci_send_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe408bac8 sdhci_setup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xea00b120 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf93ad12d sdhci_set_power +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xfe7a0719 sdhci_cqe_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x3d5dd918 sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x458971d3 sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x6eef2318 sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x76dfa13a sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x76ff842c sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xb6508d43 sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xbdab422d sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xbfe7a4f3 sdhci_get_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xdb5fe945 sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x01050470 tmio_mmc_disable_mmc_irqs +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x075acf78 tmio_mmc_host_probe +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x378f2335 tmio_mmc_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x3fc3bf8a tmio_mmc_host_runtime_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x41a8f4a4 tmio_mmc_do_data_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x7cdc8e3a tmio_mmc_host_alloc +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xca019ff1 tmio_mmc_host_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xd2a2bddd tmio_mmc_host_runtime_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xd9784db3 tmio_mmc_enable_mmc_irqs +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xdddb0ff1 tmio_mmc_host_free +EXPORT_SYMBOL_GPL drivers/most/most_core 0x212fc444 most_submit_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x2602c25a most_deregister_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0x315c0f93 most_get_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x371aa645 most_deregister_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0x4eeafea0 most_stop_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0x5016b9a0 most_stop_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0x6079b4f0 most_deregister_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0x95e017bf most_register_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0xde971b9c most_put_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0xecff21db most_start_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0xedbec743 channel_has_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0xf01c3453 most_register_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0xf038bbc2 most_register_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0xf1a89246 most_resume_enqueue +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x1c02e8c9 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x232bcd21 cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xe11ccd5f cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x03967a3d cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x7dc431ed cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xf06fb5bb cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0x92511cba cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x47c1410c cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x83cf1efe cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x90de2cc1 cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0x82fbc4df hyperbus_unregister_device +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0xcd27fe0b hyperbus_register_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x01b0db41 mtd_pairing_groups +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x04c5ce1d __register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0b7ffd56 mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1007a918 mtd_ooblayout_get_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x10ab3d26 mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1128c4b8 __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x11db973f mtd_erase_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x14cb5aab mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1a2853ae mtd_pairing_info_to_wunit +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1f321c93 mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x274fd83f mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3b11e9ed mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3b6c3b74 of_get_mtd_device_by_node +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3dc3591f register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3e11ed90 mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3fc9c9d4 mtd_ooblayout_set_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x441617d9 mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4db5ad8e __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x50dabc2f mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x59898601 mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x694a5e72 mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6fb4030c deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x702acd9c mtd_ooblayout_set_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7126ef75 get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x72a8c933 mtd_write_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x75f2edcf mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x770747a3 mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7775ec85 mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7a32fa88 mtd_wunit_to_pairing_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7ac39036 mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x81854517 mtd_ooblayout_free +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x82298111 mtd_ooblayout_count_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8ef40590 mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x91012f99 mtd_ooblayout_count_freebytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa853c4c8 mtd_ooblayout_ecc +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xad7c6f70 mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb0a42b7f mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb2991773 get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb2c46922 mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb57c54e7 __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb7075882 mtd_check_expert_analysis_mode +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb871bdc8 mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb9acf9de get_tree_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbb627267 mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbec61b21 mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xbf23a11a mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc1648aa3 mtd_ooblayout_find_eccregion +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc5ad2511 mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc6ed5582 mtd_block_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc9731508 mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xca834447 kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd56fe642 mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe27cb27b mtd_ooblayout_get_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xea86d615 put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf579d1d3 unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf6d89331 mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x186b1f44 mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x364ea91a deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xa21876ef add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xc0d7bcf3 del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xda724e7d register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x07da39d9 mxic_ecc_get_pipelined_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x200125bd nand_get_small_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x37fa8684 nand_ecc_init_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x43b830e8 nanddev_markbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x54bd7235 nanddev_bbt_set_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x585b5702 nanddev_mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x60600751 nanddev_ecc_engine_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x74184454 nanddev_bbt_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x7b4e305a nand_get_large_page_hamming_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x8061380b nand_ecc_cleanup_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x80b9e782 nanddev_bbt_update +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x8e87b8f1 nand_ecc_tweak_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x8ec38404 nanddev_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x97326c67 nanddev_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x9d6bf6c0 nanddev_bbt_get_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xa436746e mxic_ecc_put_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xa63228de nanddev_ecc_engine_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xaeec6bd3 nanddev_isbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xc8a206b8 nanddev_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xdfa3bf4b nanddev_bbt_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xe25cb4ab nand_ecc_restore_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xe51a377d nanddev_mtd_max_bad_blocks +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xe78f83d8 mxic_ecc_process_data_pipelined +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xefca6aed mxic_ecc_get_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xfea8af60 nand_get_large_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0x39fcb5ee onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0x769aea70 onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0x499eb401 brcmnand_pm_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0x7cec9bf8 brcmnand_probe +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0xec6f80ca brcmnand_remove +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/denali 0x8a54969d denali_chip_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x0c123487 nand_reset_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x10c78132 nand_prog_page_end_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x11091291 nand_extract_bits +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x1e9fc7e3 nand_prog_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x26fe9488 nand_decode_ext_id +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x2d368c4c nand_subop_get_addr_start_off +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x3ff187b4 nand_read_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x44493e73 nand_erase_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x4ae40642 nand_prog_page_begin_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x4c1798b6 nand_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x504ad6b3 nand_change_write_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5632e63d nand_subop_get_num_addr_cyc +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x687c3996 nand_gpio_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x769e0363 nand_change_read_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x7a30cb4d nand_status_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x7b4f8ce3 nand_ecc_choose_conf +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x9564d46a nand_deselect_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x97b7aa49 nand_read_page_hwecc_oob_first +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x9853dd44 nand_read_oob_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xa46ce10a nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xb4b37271 nand_soft_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xbf343469 nand_reset +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xc4372190 nand_read_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xc6f61b27 nand_write_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xc988ae42 nand_readid_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd3c672b8 nand_subop_get_data_len +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd41ff2ac nand_subop_get_data_start_off +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xdce6b0d7 nand_select_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xf153f844 nand_op_parser_exec_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/sm_common 0xa9326753 sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0xf0dd52c7 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x38e10c1d ubi_flush +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x3f7499b4 ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x42801d20 ubi_sync +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x4647b5eb ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5b61c1fe ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5d3c927e ubi_leb_read_sg +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x64a7944c ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x66011ab6 ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x78bc8382 ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x9fe59449 ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xb1eca27b ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xb8a290e7 ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xc7634973 ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xcb6196f8 ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xce086693 ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xd2e018b4 ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf94ded93 ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x00556a84 mux_control_put +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x0a65c89f mux_state_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x0a758a0e mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x15caaae8 devm_mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x308bdf0f mux_control_states +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x43f57962 mux_chip_free +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x4f6ad1d3 mux_chip_unregister +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x513dad40 mux_control_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7cf08396 mux_state_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x87c41349 mux_control_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x8ee6628f devm_mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x9615fce1 mux_control_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xa28fd669 devm_mux_state_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xbdd99642 devm_mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xe67005cb mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xf634bcd5 mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xfa76e911 mux_state_select_delay +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x3d7545f2 arcnet_led_event +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x9e1ec7cc devm_arcnet_led_init +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x86ac53d9 free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x95d524fd c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xac2210da c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xbeac1e42 unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xec7daf3e register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xf6aa935a alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x25a77c6f unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x8d337282 alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x9cf436dc register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xfd2823cd free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x0649b12c close_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x07fcf693 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x10d892eb can_get_state_str +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x12b1a2a5 open_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x20e64257 unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x21a5e907 safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x22b7539e can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x26a78ff5 can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2de564c6 can_rx_offload_queue_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x3af552b8 register_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x406e9eff can_rx_offload_threaded_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x43c62b1c can_dropped_invalid_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6047ede6 can_fd_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x615a8f1d can_rx_offload_queue_tail +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x62f43688 can_rx_offload_irq_offload_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6587744e alloc_canxl_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x68bb917d can_rx_offload_enable +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x69420da2 can_rx_offload_add_manual +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x702bff8c can_rx_offload_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x72f7adbe can_rx_offload_add_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x86407ba5 can_rx_offload_irq_offload_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x8d92a4cf can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x9990dec3 alloc_candev_mqs +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xa3ac7d49 alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xa64ccae4 can_change_state +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xb49299cc can_skb_get_frame_len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xb59755e0 can_rx_offload_add_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xb65ff607 can_rx_offload_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xb8e53abf can_rx_offload_del +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xc3e6d835 can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xd7bfae45 alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xe578d1de can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf12d9387 can_fd_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf383bda7 alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf48d408e of_can_transceiver +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x0002b0d7 m_can_class_resume +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x0b39c04a m_can_class_register +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x27cade17 m_can_class_unregister +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x67550dd7 m_can_class_free_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x6ece486a m_can_class_allocate_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x7c27af5e m_can_init_ram +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xbdb17d37 m_can_class_suspend +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xcacd015a m_can_class_get_clocks +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x2d57de88 unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x4ab29409 free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x74b6322e register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x86b09720 alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/dsa/lan9303-core 0x9d47232f lan9303_indirect_phy_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_switch 0x1ea6bd50 ksz_switch_chips +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0x0f34cabe mt7530_switch_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0x342b0e51 mt753x_table +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0x8b583164 mt7530_probe_common +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0xce94c280 mt7530_remove_common +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0x562bd9b5 felix_switch_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0xeba42def felix_port_to_netdev +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0xfe2d8ce3 felix_netdev_to_port +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8365mb 0x7c0a5ea2 rtl8365mb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x065b7dac rtl8366_set_pvid +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x07d5e81a rtl8366_mc_is_used +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x1e410d31 rtl8366_enable_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x26746d7f rtl8366_enable_vlan4k +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x333ea173 rtl8366_vlan_add +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x369abc5f rtl8366rb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x4538a669 rtl8366_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x4bb646de rtl8366_reset_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x57f6269d rtl8366_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xad58030b rtl8366_vlan_del +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xd1286452 rtl8366_set_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xf8ec5996 rtl8366_get_strings +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x1d875180 pds_client_adminq_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x22be0c22 pds_client_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x3dfeed95 pdsc_get_pf_struct +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x45b87b4f pdsc_register_notify +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x63b23985 pds_client_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0xb6a90fd0 pdsc_adminq_post +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0xce714617 pdsc_unregister_notify +EXPORT_SYMBOL_GPL drivers/net/ethernet/arc/arc_emac 0x4eac5995 arc_emac_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/arc/arc_emac 0x5918306f arc_emac_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0adbef5d liquidio_get_speed +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0b3918ed lio_wait_for_instr_fetch +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0c6ef667 octeon_setup_output_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0cd800b6 octeon_alloc_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0e290c76 cn23xx_fw_loaded +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0f317eef octeon_deregister_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x19cb4e69 liquidio_link_ctrl_cmd_completion +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x1eb4ce63 setup_rx_oom_poll_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x1f63fa7c cleanup_rx_oom_poll_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x1fb8cf7d octeon_delete_response_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x1fccfe3f octeon_alloc_soft_command_resp +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x2075ca48 lio_process_iq_request_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x241a2a6c lio_fetch_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x2a30a879 octeon_droq_check_hw_for_pkts +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x2e44a3de lio_process_ordered_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x2fdd74bf octeon_register_reqtype_free_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x3130f3b9 octeon_get_tx_qsize +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x32d00b58 octeon_setup_response_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x34f4aef3 octeon_register_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x3a43130c lio_get_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x3bd89f09 cn23xx_setup_octeon_vf_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x3c0c27fb octeon_delete_dispatch_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x404c3e99 octnet_send_nic_data_pkt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x4543dd71 octeon_setup_interrupt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x45e29521 octeon_get_rx_qsize +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x4bb0b927 octeon_register_dispatch_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x57f90684 liquidio_set_feature +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5c65c9a8 octeon_mem_access_ok +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5f87fffe octeon_delete_instr_queue +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x6861da3b setup_cn23xx_octeon_pf_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x6d0d28ef octeon_init_device_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x72f7844b octeon_droq_process_packets +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x73448c58 octeon_allocate_ioq_vector +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x7409d90f octeon_free_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x76ba34a6 octeon_pci_write_core_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x783600e3 lio_pci_writeq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x7a18ba6e lio_wait_for_clean_oq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x83815475 octeon_delete_droq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x8732e20c octeon_get_conf +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x88211c69 octeon_free_sc_buffer_pool +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x94318078 octeon_init_dispatch_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x993397a3 octeon_write_device_mem32 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x9a8c9274 octeon_send_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x9c3e39f3 octeon_pci_read_core_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xa8df3785 octeon_free_ioq_vector +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xa9a0571f cn23xx_tell_vf_its_macaddr_changed +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xa9b8acfe lio_pci_readq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xab826c20 octeon_ring_doorbell_locked +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xad1f41ff octeon_wait_for_ddr_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xafc598c1 octeon_free_sc_done_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xb0ac2770 cn23xx_octeon_pfvf_handshake +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xb0bffb1c octeon_set_io_queues_off +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xb1cd2426 octeon_setup_sc_buffer_pool +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xb9794dc4 octeon_setup_instr_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xbbf0d3ea octeon_free_device_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xbca71870 liquidio_set_ethtool_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xbfe92f1c octeon_prepare_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc1cef9a2 liquidio_change_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc2e534c1 lio_setup_cn66xx_octeon_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc32f44e1 cn23xx_vf_ask_pf_to_do_flr +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc58aa767 lio_setup_cn68xx_octeon_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc6abc5b1 octeon_core_drv_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc7e53880 octeon_free_sc_zombie_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xca6b9e77 octeon_send_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd3ecebe3 liquidio_setup_io_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd57b7cc4 lio_enable_irq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xda8c09f1 liquidio_get_fec +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xdacaaa83 octeon_read_device_mem32 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xde2b6364 cn23xx_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xe3b3ced5 octeon_unregister_droq_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xe3d75ef6 octeon_read_device_mem64 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xec7f00a5 lio_get_state_string +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xed1e2479 octeon_allocate_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xf1eb571f octnet_send_nic_ctrl_pkt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xf35638d8 lio_setup_glists +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xf7bd6517 lio_delete_glists +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x02fc01c5 enetc_teardown_cbdr +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x09a0b7d7 enetc_setup_bpf +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x0c71abd5 enetc_set_mac_flt_entry +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x1868f599 enetc_pci_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x2331ec8f enetc_alloc_msix +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x28d192b1 enetc_free_si_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x290512bd enetc_set_rss_key +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x31191385 enetc_get_rss_table +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x3714b614 enetc_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x5168b60e enetc_get_si_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x58bb0f84 enetc_set_fs_entry +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x595e20f6 enetc_port_mac_wr +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x654e25c2 enetc_send_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x6cb7de8e enetc_get_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x710009f2 enetc_xdp_xmit +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x841d6739 enetc_xmit +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x8cd78266 enetc_set_ethtool_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x92666d13 enetc_set_rss_table +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x947cc82e enetc_setup_cbdr +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xa215a375 enetc_reset_tc_mqprio +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xabfa4f4e enetc_mm_link_state_update +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xb12cc095 enetc_free_msix +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xb40dbe69 enetc_ioctl +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xbc2b7344 enetc_start +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xcbfbf044 enetc_init_si_rings_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xcf60b1a6 enetc_port_mac_rd +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xd12e8b97 enetc_setup_tc_mqprio +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xd7cb17fc enetc_configure_si +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xd939898f enetc_alloc_si_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xdb3747a7 enetc_open +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xe1ec61f8 enetc_close +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xf2fddef9 enetc_clear_mac_flt_entry +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xf7d6d017 enetc_set_features +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xfc1d618f enetc_pci_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x11481a42 enetc_mdio_read_c45 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x96c7cff9 enetc_hw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0xd7f4578b enetc_mdio_write_c45 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0xd972fda7 enetc_mdio_read_c22 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0xd9d61d6f enetc_mdio_lock +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0xf2ffd227 enetc_mdio_write_c22 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-ptp 0x5431a304 enetc_phc_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x0cd8e35c fun_serv_restart +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x29409d72 fun_sq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x37cb518d fun_cq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x37ddeb6c fun_serv_sched +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x84fac07b fun_submit_admin_sync_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x9528256f fun_free_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xab79edfb fun_get_res_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xadc85259 fun_res_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xbcb96011 fun_serv_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xc504cfbe fun_alloc_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xe0aba252 fun_bind +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0x5edb8c8b i40e_client_device_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0xe7a7fbc1 i40e_client_device_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x4954b5a6 ice_del_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x65f9746b ice_rdma_request_reset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xcfb1a555 ice_add_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xe5a86cdf ice_rdma_update_vsi_filter +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xe776ce47 ice_get_qos_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0x1706595a otx2_ptp_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0x37456ef7 otx2_ptp_clock_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0xa1c6b480 otx2_ptp_tstamp2time +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0xd8fb112d otx2_ptp_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x028e6394 mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0605459f mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x07016c9f __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x09d7c4e6 mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0e887126 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x105327cd mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x12539013 mlx4_mr_rereg_mem_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x14effaa3 mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1533ce22 mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1546abb7 mlx4_set_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1745afca mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x17abf7fe mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x19ba21c5 mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2077a7aa mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x208216e8 mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x20fcb239 mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x22ca395b mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x23fd58c8 mlx4_mr_hw_get_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x26479a5a mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x268cc698 mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2749a55a mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x27cb55fb mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2ab841a3 mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2ac986fe mlx4_get_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3046cf42 mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x30969c2c mlx4_mr_rereg_mem_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x313945ce mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x37be43ca mlx4_get_internal_clock_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3bcfe559 __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4088f4e4 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x40c220cf mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x41eddb1f mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x49453e9b mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4f151d60 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x503b8f7e mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x50a6d272 mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5139d7e6 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5186c3dc mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x51d54dd1 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x533ceeb5 mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x54054372 mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5a94c7db mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x62e2e0df mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x63b67d90 mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x658235f3 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6a147d4b mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6ebcfd68 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6ef16866 mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6f303abb mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6fab82cb mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x71cc2f46 mlx4_config_roce_v2_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x72e703e4 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x73e6cf30 mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x74dbf9f6 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x75100771 mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7ad52cb8 mlx4_unbond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7ba3aebc mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7c8f5604 mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7d6cb7ac mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7dfe6f76 mlx4_get_devlink_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x81f20c96 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x852d3515 mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x86e92299 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x87065e86 mlx4_mr_hw_change_pd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8808581d mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8be40626 mlx4_get_default_counter_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8d5fcfa6 mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9399caf6 mlx4_mr_hw_write_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x96a637d8 mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x97c7519b mlx4_get_counter_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x98723dba mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9db1f2f9 mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa1fc2606 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa39d37fb mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa4c13362 mlx4_mr_hw_change_access +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa4ef7a46 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa59c6c2e mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa773d556 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaac1b85f mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xacb8d235 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xae48b704 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xae603717 mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xafc7119c __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb2353e53 mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb61df859 mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb66684f0 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb68410ac mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xba168b8d mlx4_port_map_set +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbde33e96 mlx4_mr_hw_put_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc2ac0ae5 mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc5b3f145 mlx4_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc701d699 mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc71df39f mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc91aa4de mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xca7a1cea mlx4_replace_zero_macs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcca9e119 mlx4_bond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcebfaa15 mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcf2a3f53 mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd39570dd mlx4_set_vf_rate +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd6abd0f0 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd92e4756 mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd98d2d97 mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdb1aefe0 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdbc26eaa mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe19c966c mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe2415c4e mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe4589734 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe48e805e mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe5a26927 mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe61b9470 mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe82a9c89 mlx4_config_dev_retrieval +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xebf76718 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf069e55d mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf171f044 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf2c3d65b __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf3734e1a mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf4b0999f mlx4_put_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf608f648 mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf6b8b11f mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf713fc8a mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf81d66e1 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xff6803fa mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0357e3bb mlx5_query_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x055a5abe mlx5_core_query_vport_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x072460c4 mlx5_fill_page_frag_array +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0a1f360c mlx5_query_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0c71646e mlx5_query_nic_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0d9f632d mlx5_modify_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x13132ad3 mlx5_nic_vport_enable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x15bdd29e mlx5_ipsec_device_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1743c3a4 mlx5_db_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1b34bea5 mlx5_modify_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1db1b04c mlx5_modify_nic_vport_vlans +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x215d7347 mlx5_set_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x24939d65 mlx5_query_port_ptys +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x26435b66 mlx5_core_reserved_gids_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2ab606e5 mlx5_query_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x300f053c mlx5_set_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3a7955fc mlx5_set_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3bb42430 mlx5_modify_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3e8e1266 mlx5_query_port_vl_hw_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4015fbd1 mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4c5f0c99 mlx5_modify_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4e27a6d8 mlx5_query_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x522bcbf0 mlx5_query_module_eeprom_by_page +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5641651f mlx5_nic_vport_update_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6bfe96f1 mlx5_set_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6d4df486 mlx5_query_nic_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x715171ec mlx5_query_hca_vport_pkey +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x74630060 mlx5_query_nic_vport_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x79698509 mlx5_query_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7d8d6e67 mlx5_core_modify_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x80341a33 mlx5_query_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x80e1dce6 mlx5_query_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x81aadc6a mlx5_fill_page_frag_array_perm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x86019047 mlx5_query_port_oper_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x86c885f5 mlx5_query_module_eeprom +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x88d66cde mlx5_query_nic_vport_qkey_viol_cntr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8b6792db mlx5_nic_vport_query_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x971e55b6 mlx5_eswitch_get_total_vports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa1028b74 mlx5_set_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa14c63dc mlx5_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa793df1c mlx5_dm_sw_icm_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa8c740d3 mlx5_query_hca_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa9f5ae68 mlx5_set_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaa037303 mlx5_core_query_sq_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xac6891b8 mlx5_vport_get_other_func_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb0a8ef66 mlx5_query_nic_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb1d4c603 mlx5_frag_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb38e178f mlx5_set_port_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb4c8a810 mlx5_query_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb69f286f mlx5_query_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb7466b8f mlx5_query_hca_vport_gid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb8632213 mlx5_query_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb93c7f25 mlx5_modify_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbbe34d1a mlx5_nic_vport_affiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbe433e69 mlx5_nic_vport_unaffiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbf098020 mlx5_query_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbfbb2965 mlx5_query_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcb4bd0b4 mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd0feff23 mlx5_query_port_max_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd72a914f mlx5_eswitch_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe3c7ae46 mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe78a2962 mlx5_query_hca_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xec47f132 mlx5_query_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xec625cc2 mlx5_set_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xed079d8b mlx5_dm_sw_icm_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xef093a18 mlx5_query_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf7e8ccdd mlx5_frag_buf_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf8e2073a mlx5_toggle_port_link +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfedfa5ef mlx5_query_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x722a096e ks8851_remove_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x750cbafa ks8851_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0xf201deab ks8851_probe_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0xf21de122 ks8851_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0xc8db2917 devm_regmap_init_encx24j600 +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0xcc4fa41a regmap_encx24j600_spi_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0xe8c8c6c2 regmap_encx24j600_spi_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x049e4553 __ocelot_write_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x04de22d4 ocelot_phylink_mac_link_down +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x099d0b26 ocelot_port_del_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0c80b95e ocelot_port_configure_serdes +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0f584357 ocelot_regfields_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x13b374b2 ocelot_cls_flower_replace +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x13f9c78d ocelot_port_get_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1e3692d8 __ocelot_bulk_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1ee51419 ocelot_get_bridge_fwd_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x25c5ff5e ocelot_port_set_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x26e0cb3b ocelot_port_get_mm_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2d1e3e5b ocelot_port_get_eth_mac_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2dd9c8f0 ocelot_port_rmwl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3cbab33e ocelot_port_assigned_dsa_8021q_cpu_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x512e74ac ocelot_port_get_pause_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x52562e5b ocelot_bond_get_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5f23de4a ocelot_port_set_mm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6351bab3 ocelot_port_teardown_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6453cc9a ocelot_port_get_mm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6cc3ab12 ocelot_port_get_eth_ctrl_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x76231c89 ocelot_port_mqprio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8154c14e ocelot_port_unassign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x84b92066 __ocelot_rmw_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8c935bc3 ocelot_migrate_mdbs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x90c19000 ocelot_lag_fdb_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x91dfba3b ocelot_regmap_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x958512fc ocelot_port_get_rmon_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa5f4678d ocelot_cls_flower_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa65bb28c ocelot_port_get_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa6fe28ea ocelot_bridge_num_find +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xab33257e ocelot_phylink_mac_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb09773b7 ocelot_port_add_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb67ac84c ocelot_port_readl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb91ec1d9 ocelot_lag_fdb_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb9516e9f ocelot_phylink_mac_link_up +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc479813d __ocelot_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc57707d6 ocelot_port_get_eth_phy_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc63f48c6 ocelot_mm_irq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc7b7e6f5 ocelot_port_mirror_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcb628c33 ocelot_port_mirror_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcc12b76d ocelot_port_assign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd95c6b82 ocelot_port_writel +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf5aadb19 ocelot_port_setup_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf7f38d03 ocelot_cls_flower_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfbac1377 ocelot_mact_flush +EXPORT_SYMBOL_GPL drivers/net/ethernet/qualcomm/qca_7k_common 0x0b28a9ad qcafrm_create_footer +EXPORT_SYMBOL_GPL drivers/net/ethernet/qualcomm/qca_7k_common 0x2b6ddf3f qcafrm_fsm_decode +EXPORT_SYMBOL_GPL drivers/net/ethernet/qualcomm/qca_7k_common 0x41da0375 qcafrm_create_header +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x0f0cdbd9 stmmac_bus_clks_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x545572d4 stmmac_set_mac_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x67e91d0b stmmac_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x6ace1ab6 stmmac_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x82e372af stmmac_init_tstamp_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x92d778bb stmmac_get_mac_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x9baba260 stmmac_dvr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xd60063bd stmmac_dvr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x094882cf stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x477a7158 stmmac_pltfr_exit +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x662c3bfe devm_stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x7d9aa30e stmmac_pltfr_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x8f6fee1b stmmac_pltfr_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xbb65dba0 stmmac_get_platform_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xe1b7b1c3 stmmac_pltfr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xe38a79bf stmmac_pltfr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xea53fbdb stmmac_remove_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xffaaaaea stmmac_pltfr_remove_no_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xffdd9ba2 devm_stmmac_pltfr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x405b51c2 am65_cpts_ns_gettime +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x6ab9a4a1 am65_cpts_release +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x828c824a am65_cpts_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x91fd3558 am65_cpts_rx_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x94c2205a am65_cpts_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x9d84973b am65_cpts_tx_timestamp +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xb60b988a am65_cpts_estf_disable +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xbfc83e4d am65_cpts_estf_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xdd3f1bbf am65_cpts_prep_tx_timestamp +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xe0cbdf78 am65_cpts_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xfca9b9d9 am65_cpts_phc_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x0e084ac0 w5100_ops_priv +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x2dbb1b43 w5100_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x8dce5d10 w5100_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x91d4249e w5100_remove +EXPORT_SYMBOL_GPL drivers/net/geneve 0xbb4a9e91 geneve_dev_create_fb +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x106a8bd5 ipvlan_link_setup +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x40e7b37a ipvlan_link_delete +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xb1ca407e ipvlan_link_new +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xcccd7427 ipvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xd5955f70 ipvlan_count_rx +EXPORT_SYMBOL_GPL drivers/net/macsec 0xef275792 macsec_pn_wrapped +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x44684d2d macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xc6311858 macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xcd489411 macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xd5035cc3 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-i2c 0xf2c0f2fc mdio_i2c_alloc +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-mux 0x6318757f mdio_mux_uninit +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-mux 0xdbe0e284 mdio_mux_init +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-regmap 0x9c06707d devm_mdio_regmap_register +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x147f3cdb xpcs_create_mdiodev +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x9b430bc5 xpcs_link_up +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xa1a33809 xpcs_get_an_mode +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xa767d3e0 xpcs_do_config +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xa9318519 xpcs_config_eee +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xf2e533a7 xpcs_destroy +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xf379afca xpcs_get_interfaces +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x0a07f107 bcm_phy_28nm_a0b0_afe_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x1a76f262 bcm54xx_auxctl_read +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x1ac0b802 __bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x25f9f8e0 bcm_phy_set_eee +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x2aeb9ac6 bcm_phy_get_wol +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x37f13d51 bcm_phy_cable_test_start +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x3a9f6bfe bcm_phy_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x40e03e18 bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x420547d9 bcm_phy_led_brightness_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x4213f067 bcm_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x5042096c bcm_phy_enable_jumbo +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x68b20f84 bcm_phy_set_wol +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x69603c1c bcm_phy_cable_test_get_status +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x71acce87 bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x72b5cd8e bcm_phy_r_rc_cal_reset +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x7a8fcf6c __bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x80d0e6d4 bcm_phy_downshift_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x82dc1193 bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x89a2f37a bcm_phy_ack_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x8ee76d5a bcm_phy_get_strings +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x953c7fdb bcm_phy_write_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x99980ae3 __bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa0f0ddfd bcm_phy_wol_isr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa3f7fb97 bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa533ec37 bcm_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xb2b9787b __bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xb2fe63d5 bcm_phy_get_stats +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xb60a02b1 __bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xb69d1783 bcm_phy_write_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xbad81de2 bcm_phy_read_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc8c722ef bcm_phy_cable_test_get_status_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xcb50cc24 __bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xd786206d bcm_phy_downshift_get +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xd9d50efe bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xda0c2d99 bcm_phy_cable_test_start_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xdc20fd99 bcm_phy_read_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xe54165f6 bcm_phy_enable_apd +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xff86df06 bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x842c6b8c bcm_ptp_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x8ee1918f bcm_ptp_probe +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0xe54c4503 bcm_ptp_stop +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xa78bed94 smsc_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xdc90f743 smsc_phy_get_tunable +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xeb94da98 smsc_phy_set_tunable +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xed0bb126 smsc_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xf0ba90f3 smsc_phy_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xf99f2c74 smsc_phy_probe +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xfe3a975b lan87xx_read_status +EXPORT_SYMBOL_GPL drivers/net/tap 0x07a68e0b tap_destroy_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0x189f2bd7 tap_del_queues +EXPORT_SYMBOL_GPL drivers/net/tap 0x955d14b0 tap_handle_frame +EXPORT_SYMBOL_GPL drivers/net/tap 0x97fc9498 tap_get_socket +EXPORT_SYMBOL_GPL drivers/net/tap 0x9b66001e tap_free_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0x9f9c6ba7 tap_queue_resize +EXPORT_SYMBOL_GPL drivers/net/tap 0xab9a2188 tap_get_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0xb3630ae1 tap_create_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0xd136f314 tap_get_ptr_ring +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x47c71ec4 usbnet_ether_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x49a8f915 usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x5173b765 usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x6baee21c usbnet_cdc_update_filter +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x79fab7cb usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x7fc9197e usbnet_cdc_zte_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xb3f95aec usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x15cdcf47 cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x1f47407a cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x23760658 cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x30614db9 cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x34261041 cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x553e8e0e cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x667c75ab cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x7bb5dae5 cdc_ncm_rx_verify_ndp32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x8fffd231 cdc_ncm_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xae01f5bb cdc_ncm_rx_verify_nth32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xc48924e5 cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/r8152 0x487b9ad7 rtl8152_get_version +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x011b6839 rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x8d4b4181 rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xafe8575d rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xb440f0e8 rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xd501b89d generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xe8f29550 rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x171c1626 usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x23da0cbf usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x26061f83 usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x285eefb8 usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x363ab118 usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3790d4df usbnet_set_rx_mode +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3880b536 usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3ee70228 usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3f93d079 usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4b462265 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4f636a77 usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4f689a2e usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6dab06eb usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7752e682 usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8347974c usbnet_get_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x87108756 usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x942d0a63 usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x94d209fe usbnet_set_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9eacdbc0 usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa0b31335 usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa3b9760c usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbd89d790 usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd58d82fc usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd9477127 usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xdcdf2476 usbnet_get_link_ksettings_internal +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xddca81c9 usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe588a12a usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe6074953 usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe74711a8 usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe9cf2872 usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf0eb8271 usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf2b768d2 usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf6c62277 usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf8681048 usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x41546768 vxlan_fdb_replay +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x52caaf72 vxlan_fdb_clear_offload +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xbc6e0333 vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xfc7ea3cf vxlan_fdb_find_uc +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/ipw2x00/libipw 0x0ca39560 libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2afee77e il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x326cb40c il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6e6efd58 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa332daf9 il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfc3dca88 il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x13863121 iwl_fw_lookup_cmd_ver +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x443a0ac3 iwl_fw_lookup_notif_ver +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x5987fe45 iwl_fw_lookup_assert_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x07f8ce69 p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x12e9d170 p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x232b1d2a p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x425f134e p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x59d1683a p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x93901ddd p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x999d7fd3 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x9eff7794 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xac3be43a p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x12a3f50d lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x1aea5d39 lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x1ce88695 lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x54ec39da lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x586466b0 lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x8421ad6c lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x85dec1c0 lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xb5404846 lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xbc454a36 lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xc0d73d0a __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xceaa0362 lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xe27e1548 lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xe882cc90 lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf334c58f lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf5b65c99 lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf7a8a2b7 lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x2bb43692 lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x30fecc68 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x8ce2bf27 __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xaeb68d88 lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xb51587c9 lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xbbd7e464 lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xcd4a7f57 lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xdc1c392a lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x248468fd mwifiex_queue_main_work +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x27044986 mwifiex_shutdown_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x514b3900 _mwifiex_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x53151480 mwifiex_multi_chan_resync +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x5fac27dd mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x7ab17cad mwifiex_dnld_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x7c574c5e mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x830c6447 mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x8403a37b mwifiex_reinit_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x85264293 mwifiex_drv_info_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x931e7322 mwifiex_prepare_fw_dump_info +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x9546627c mwifiex_fw_dump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x9dfba899 mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x9ea0595d mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x9fe53e11 mwifiex_upload_device_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xa806a1ae mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xb42e3db3 mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xb5b345f3 mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xbf2bcc05 mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xcce73237 mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd4dad9f3 mwifiex_alloc_dma_align_buf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xde0adedb mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xe1217262 mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xecb7cab6 mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xfe00ddef mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0081f089 mt76_get_rate_power_limits +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0096c8a9 mt76_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x00b1b2c2 __mt76_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x08530229 mt76_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0bec0e59 mt76_seq_puts_array +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0cfe42d6 mt76_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0f5930c6 mt76_put_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1120208c mt76_create_page_pool +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x153431ed mt76_dma_wed_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x15d3cd1f mt76_wake_tx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x16204147 mt76_queue_tx_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x16cd644b mt76_get_of_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x172d8eb9 __mt76_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x17f568e9 mt76_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1dfc4589 mt76_alloc_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1ec57b4f __mt76_worker_fn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2d464cbb mt76_init_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x357fe39f mt76_txq_schedule +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x35ed3902 mt76_tx_status_skb_done +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x36efc434 mt76_alloc_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x371dc566 mt76_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x38ad0e0d mt76_csa_finish +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3a122005 __traceiter_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3deb2e38 mt76_tx_status_skb_get +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4673acf3 mt76_register_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x47149a04 mt76_get_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x471aad74 mt76_mcu_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x49d83259 mt76_tx_status_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x542df3cc mt76_stop_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x58aca195 mt76_rx_aggr_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x59b796b4 mt76_put_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5bf3dd0d mt76_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5e47197b mt76_mcu_get_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x60330248 mt76_get_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x62c50028 mt76_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6caa93b4 mt76_free_pending_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x74938afa mt76_set_stream_caps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x75719804 mt76_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7abaf620 mt76_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7c427c00 mt76_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x805fc13a __SCK__tp_func_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x83e6fbaf mt76_skb_adjust_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x847811c1 mt76_queues_read +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x89c3d888 mt76_tx_status_skb_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8c88744f mt76_tx_status_unlock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8edc4189 mt76_init_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9094f0a5 mt76_rx_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x92a5cf76 mt76_sta_pre_rcu_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9cc5c028 mt76_mcu_skb_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9d0a7a3c mt76_get_min_avg_rssi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9d28c26e __tracepoint_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9d60d736 mt76_has_tx_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa3119876 mt76_unregister_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa3bb14ed mt76_set_irq_mask +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa3e58a47 mt76_csa_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xab9d88b8 mt76_ethtool_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xae42e8b2 __mt76_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb272f2a8 mt76_dma_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb608bb75 __tracepoint_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbaef69ff mt76_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbe126d65 mt76_get_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbff2f9d5 mt76_mcu_rx_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc399ae77 ____mt76_poll_msec +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc6315d8e __SCK__tp_func_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc6634315 mt76_ac_to_hwq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xca1e0b92 mt76_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcddcacc1 mt76_tx_check_agg_ssn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcf88acb9 mt76_register_debugfs_fops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcf9f2d75 mt76_eeprom_override +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd017e171 mt76_release_buffered_frames +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd06f2108 __mt76_mcu_msg_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd27fee93 mt76_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd36536f6 mt76_tx_worker_run +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd5d42d6f mt76_update_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd63093de __traceiter_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd647d50a mt76_phy_dfs_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd712756f mt76_calculate_default_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdefd94d5 mt76_tx_status_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdfca2d32 mt76_free_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe15a9510 mt76_sw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe175b6d6 mt76_unregister_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe3963568 __mt76_set_tx_blocked +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe40b66ef mt76_wcid_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe43ac228 mt76_pci_disable_aspm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe9f1537e mt76_update_survey_active_time +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xee379c35 mt76_ethtool_page_pool_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf093c9bd mt76_insert_ccmp_hdr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf11eab5f mt76_txq_schedule_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf1df0cfe mt76_get_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf29a71d4 mt76_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf4f057a0 mt76_dma_rx_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf74b7900 mt76_rx_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf7b3795d mt76_mmio_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfb526dc5 mt76_rx_aggr_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfd9c9da6 __mt76_mcu_send_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfe8f153c mt76_sta_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x00487f74 mt76_connac_mcu_start_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x02d3c221 mt76_connac_mcu_init_download +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x07660889 mt76_connac_pm_wake +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x09ff939b mt76_connac_mcu_sta_wed_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0a25337f mt76_connac_gen_ppe_thresh +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0b8f1bec mt76_connac_mcu_set_mac_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0db490b1 mt76_connac_mcu_rdd_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x12749b14 mt76_connac_mcu_get_nic_capability +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x12acbbfd mt76_connac2_mac_fill_rx_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x162d2e44 mt76_connac_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x19b7ede6 mt76_connac_mcu_bss_omac_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x203e5757 mt76_connac_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x20c8ad3d mt76_connac_mcu_set_hif_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x242e8277 mt76_connac_mcu_add_nested_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2477f1e8 mt76_connac_mcu_bss_ext_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x269e8c96 mt76_connac_mcu_update_arp_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x273fa892 mt76_connac_mcu_sched_scan_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x299330f8 mt76_connac_mcu_set_deep_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x31a187bb mt76_connac_mcu_wtbl_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x357b8f75 mt76_connac_mcu_patch_sem_ctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3ea0ca14 mt76_connac_mcu_beacon_loss_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x48692222 mt76_connac_mcu_set_rate_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x498e23d0 mt76_connac_pm_queue_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4e61a0d7 __mt76_connac_mcu_alloc_sta_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x52668e69 mt76_connac_mcu_chip_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5ad1ffed mt76_connac_txp_skb_unmap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5f5b7a24 mt76_connac_mcu_sta_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x60c23b3b mt76_connac_mcu_wtbl_ht_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x60d54242 mt76_connac_mcu_sta_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x65fe47c4 mt76_connac_init_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x669194e4 mt76_connac2_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x68949f63 mt76_connac_mcu_set_p2p_oppps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x68ddbeeb mt76_connac_mcu_reg_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6daa3957 mt76_connac_pm_dequeue_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6e409fc7 mt76_connac_mcu_sta_uapsd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x72b6f5bf mt76_connac_mcu_sched_scan_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x764c97ea mt76_connac_mcu_wtbl_smps_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x765029f2 mt76_connac_mcu_coredump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x768404ee mt76_connac_mcu_set_channel_domain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x76e0d877 mt76_connac_mcu_sta_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x791632eb mt76_connac_mcu_set_pm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7b7073a2 mt76_connac_get_he_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x88bc7b4c mt76_connac_mcu_add_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8ffa249e mt76_connac_mcu_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x908ca40c mt76_connac_wowlan_support +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9872db85 mt76_connac_mcu_wtbl_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x992404e9 mt76_connac2_mac_tx_rate_val +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9965bc06 mt76_connac_get_phy_mode_ext +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa1a35478 mt76_connac2_reverse_frag0_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa4370322 mt76_connac2_mac_fill_txs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa76381f2 mt76_connac_mcu_update_gtk_rekey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa899c1e2 mt76_connac2_mcu_fill_message +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa9a1983e mt76_connac2_load_ram +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xae778c5a mt76_connac_write_hw_txp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xaf4eb40f mt76_connac_mcu_wtbl_generic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb3195f41 mt76_connac_mcu_alloc_wtbl_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc0d99f2a mt76_connac_mcu_wtbl_hdr_trans_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc2381624 mt76_connac_power_save_sched +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc9cf73dc mt76_connac_mcu_set_vif_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xca65284c mt76_connac_get_phy_mode +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcb38d681 mt76_connac_mcu_sta_ba +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xccddd48e mt76_connac_mcu_reg_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xccf94b05 mt76_connac_get_eht_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcd1c2c00 mt76_connac_mcu_set_rts_thresh +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcd51fcff mt76_connac_mcu_uni_set_chctx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcdb4496f mt76_connac_free_pending_tx_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd5c57279 mt76_connac2_mac_decode_he_radiotap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd71f4ed3 mt76_connac_mcu_set_suspend_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd731d533 mt76_connac_mcu_sta_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xda19baec mt76_connac2_load_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xdd429ca4 mt76_connac_sta_state_dp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xde432a8d mt76_connac_mcu_uni_add_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe8eb4a50 mt76_connac_mcu_cancel_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xeabad6d6 mt76_connac_mcu_sta_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xeba80e8d mt76_connac2_mac_add_txs_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xeec44b76 mt76_connac_mcu_start_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf97c9a98 mt76_connac_mcu_bss_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xff2db557 mt76_connac_mcu_uni_add_bss +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x0f47ac93 mt76s_wr_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x405506ba mt76s_alloc_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x53607bd9 mt76s_write_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xbc9e3c3d mt76s_read_pcr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xbd0cf936 mt76s_alloc_rx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xc0ef31db mt76s_txqs_empty +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xd0132f43 mt76s_rmw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xd096d91b mt76s_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xd40723c5 mt76s_txrx_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xdd2eb8fc mt76s_hw_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xdf50fc67 mt76s_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xea9137f3 mt76s_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xec002786 mt76s_rd_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xec5b37df mt76s_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xf6151fce mt76s_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xfa836b15 mt76s_sdio_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x10476869 mt76u_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x16a31d0b mt76u_resume_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x42d43210 __mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x6fb36729 mt76u_stop_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x76c45894 mt76u_queues_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x7dad787a __mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x82faf22f ___mt76u_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xa5d60b7b mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xad5eb2aa mt76u_stop_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xae34de07 ___mt76u_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xc4007371 mt76u_alloc_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xc4ec63a0 mt76u_alloc_mcu_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xe8c4b960 mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xf91be177 mt76u_single_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x04afa5e8 __mt7663_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x04b82be4 mt7615_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x0c6f2d9d mt7615_mac_enable_rtscts +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x14d45c1a mt7615_unregister_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x196bf499 mt7615_led_set_blink +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x1b97449d mt7615_tx_token_put +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x28cc7639 mt7615_mcu_exit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x3f2975f2 mt7615_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x461e6bbc mt7615_register_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x50c96d8b mt7615_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x51c08d91 mt7615_mac_set_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x55e15c23 mt7615_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x5bdad835 mt7615_reg_map +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x618bf964 mt7615_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x621315f7 mt7615_mcu_fill_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x65e8bd7d mt7615_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x71b11471 mt7615_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xa066a8a8 mt7615_led_set_brightness +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xa7207035 mt7615_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xc3608cd6 mt7615_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xc76d0107 mt7615_wait_for_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xcd9b700a mt7615_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xd3d04aca mt7615_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xd678d104 mt7615_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xd9dbce28 mt7622_trigger_hif_int +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xd9e308be mt7615_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xdb584894 mt7615_init_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xe3d3d1dd mt7615_thermal_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xe83a1cbf mt7615_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xf27b1a33 mt7615_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615e 0xca7fe94c mt7615_dma_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x1506ffca mt7663_usb_sdio_reg_map +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x251bdab4 mt7663_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x31f97da1 mt7663_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x8a8d5884 mt7663_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xf14c97fe mt7663_usb_sdio_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x0994d985 mt76x0_init_hardware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x10af7171 mt76x0_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x2279f61f mt76x0_phy_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x3aa5b2d3 mt76x0_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xbd802d17 mt76x0_chip_onoff +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xca5f0618 mt76x0_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xcf457f73 mt76x0_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0172012b mt76x02_mac_set_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x02b254b9 mt76x02_dfs_init_params +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x075e769f mt76x02_dma_disable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0ece242b mt76x02_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x10c80f6e mt76x02_mcu_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x16206968 mt76x02_mcu_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x18078eb1 mt76x02_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1cc5bc80 mt76x02_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x225c787c mt76x02_ext_pa_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x25b05c8e mt76x02_mac_wcid_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x278eacf5 mt76x02_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x27eef86c mt76x02_init_agc_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x34a409b5 mt76x02_phy_adjust_vga_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x36aede4d mt76x02_mac_setaddr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3873d939 mt76x02_eeprom_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3d809920 mt76x02_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3d9ae27e mt76x02_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3eed9e2d mt76x02_eeprom_parse_hw_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x45802e14 mt76x02_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4f294f19 mt76x02_mcu_set_radio_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5a3b90df mt76x02_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5bd84fd5 mt76x02_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5ee7e50d mt76x02_phy_dfs_adjust_agc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6870da90 mt76x02_phy_set_band +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x692b846f mt76x02_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6a03be92 mt76x02_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6b0ade9d mt76x02_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x713ecb0b mt76x02_mac_reset_counters +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x75fef85d mt76x02_add_rate_power_offset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7ab4c9e3 mt76x02_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7f6d0e16 mt76x02_set_ethtool_fwver +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x832a1b95 mt76x02_set_coverage_class +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x868a7234 mt76x02_mac_shared_key_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8a569ada mt76x02_remove_hdr_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8c572a98 mt76x02_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8c9d843f mt76x02_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x90b2ddda mt76x02_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x91d5b9ee mt76x02_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x92332a34 mt76x02e_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x92e86597 mt76x02_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x93c479bc mt76x02_limit_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x940ed987 mt76x02_mcu_function_select +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x94d8ff6f mt76x02_set_tx_ackto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa3e3de2d mt76x02_mcu_msg_send +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa4020f71 mt76x02_enqueue_buffered_bc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa5fc2d8c mt76x02_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa91e8b55 mt76x02_resync_beacon_timer +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xad1b8d00 mt76x02_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xad5d3ba8 mt76x02_get_max_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xae229bf0 mt76x02_sta_rate_tbl_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb45ccfa4 mt76x02_phy_set_rxpath +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb9b57ed3 mt76x02_get_efuse_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbb230e12 mt76x02_mac_cc_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbdb2c64d mt76x02_phy_set_bw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbdbdbd25 mt76x02_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc3fc5fd8 mt76x02_update_beacon_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc5b1e2ca mt76x02_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc874e8e5 mt76x02_dma_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xcadec858 mt76x02_phy_set_txdac +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xcb9193c0 mt76x02_edcca_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd1c3218c mt76x02_get_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd3f8daa9 mt76x02_config_mac_addr_list +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd72aba2c mt76x02_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdc9e6381 mt76x02_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe56a17e1 mt76x02_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xea6a248e mt76x02_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xec532bd5 mt76x02_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xec768485 mt76x02_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xecbebf1d mt76x02_get_lna_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf7fc5f8e mt76x02_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfa524046 mt76x02_tx_set_txpwr_auto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x0120c469 mt76x02u_mcu_fw_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x4d80f4c0 mt76x02u_mcu_fw_send_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x7f4f69f7 mt76x02u_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x89033af4 mt76x02u_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xb5d9e62a mt76x02u_exit_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xbd21943f mt76x02u_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xdb994f02 mt76x02u_init_mcu +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xdee8a2c7 mt76x02u_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x153f8c3b mt76x2_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x1c5d0759 mt76x2_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x1e079678 mt76x2_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x27357126 mt76x2_mcu_tssi_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x33dee938 mt76x2_mcu_init_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x42e3bf27 mt76x2_phy_tssi_compensate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x57b090fd mt76x2_get_temp_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x5d4aa3db mt76x2_read_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x6540342f mt76x2_phy_update_channel_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x66e33b45 mt76_write_mac_initvals +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x775118c0 mt76x2_configure_tx_delay +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x8f71c195 mt76x2_apply_gain_adj +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xa1a651b8 mt76x2_mcu_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xb3da154d mt76x2_mcu_load_cr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xb58fcfde mt76x2_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xc2dcbd7a mt76x2_reset_wlan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xdbbeb988 mt76x2_get_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xde72ad94 mt76x2_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xe9a0d961 mt76x2_phy_set_txpower_regs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xf14613d7 mt76x2_get_power_info +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x1544f550 mt7921_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x3164e338 mt7921_mac_sta_assoc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x3185ac2f mt7921_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x4af86686 mt7921_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x517aad22 mt7921_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x5731e1ce mt7921_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x762fa999 mt7921_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x7e013b05 mt7921_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x8269d48f mt7921_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x896b1ac0 mt7921_mcu_fw_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x910baf67 mt7921_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x9e2701b8 mt7921_txwi_free +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x9e6c6f8f mt7921_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xa79eba00 mt7921_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xb3f09a0a mt7921_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xc3ff90ab mt7921_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xc690b61e mt7921_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xc6f2801e mt7921_mcu_set_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xc8c1fffb __mt7921_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xc946c41e mt7921_mcu_drv_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xda9c417a mt7921_get_mac80211_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xf40ec111 mt7921_mac_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xfb91650b mt7921_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x08fa7e26 chip_wakeup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x1f1952cf host_sleep_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x6554a352 wilc_netdev_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x796c1cf2 wilc_cfg80211_init +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x843c8f7c wilc_handle_isr +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xa2778939 host_wakeup_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xd81ecb91 chip_allow_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x31fab83c qtnf_chipid_to_string +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x50b1eb97 qtnf_core_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x573b7f36 qtnf_classify_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x5d60a4d0 qtnf_get_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x7a54bd25 qtnf_core_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x88f9b2fb qtnf_trans_handle_rx_ctl_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xb14621ba qtnf_wake_all_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x09135ab4 rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0ae8c1a5 rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0bb97385 rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x29bf9ef1 rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2f2dacd1 rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2f9807bb rt2800_txstatus_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3630d1d2 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x400e7141 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x420f55d6 rt2800_pre_reset_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4c4836aa rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4d9b1e1a rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x55e336ea rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x630cb2ea rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x6b20f887 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x77dc4f52 rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7d72a0fe rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7e7a88c2 rt2800_get_key_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7f255403 rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7f69043d rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x80d85a5c rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8a0cca68 rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8aaa4298 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8db8e48e rt2800_txstatus_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x905a0139 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9d32a178 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa23f724e rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa9ac786e rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xace82e2d rt2800_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xaf2e7bd6 rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb20502dc rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb63cd8b4 rt2800_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xba82839b rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xbd19e9c0 rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xbeeba382 rt2800_txdone_nostatus +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xbf3fd260 rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc1d53d10 rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc6c85412 rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xcc806cd5 rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xccaa397f rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd1d5b56d rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe124eae5 rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe305f58b rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe5de95c3 rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf60540e0 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x0324d1cc rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x14595e9a rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x30380584 rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x32ac3645 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x356c8f32 rt2800mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3d741c87 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5028bbb2 rt2800mmio_tbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x544a2e4f rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5a401ee7 rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5cf23de9 rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x70195f3c rt2800mmio_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x879716d8 rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x879f0a36 rt2800mmio_get_dma_done +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x97e3c029 rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x9f3c8921 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x9f8e7061 rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xa346ad25 rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xc27045c1 rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xc3f227d4 rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xd9fc93da rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xf5f7a708 rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0a36b227 rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0af013dc rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x10209713 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1062c88d rt2x00lib_txdone_nomatch +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1d25fabd rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1dcda031 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x23d299c8 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x23d34b70 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2498ebd2 rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2585c1fd rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2733f588 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x28e9709e rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2b13cf0a rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2d16c0d1 rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x35ef5d09 rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x36c3a8b7 rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4a1bd33b rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x51692d82 rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5c2ddc08 rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6100e4a4 rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6481a209 rt2x00mac_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6a5b5a25 rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6aad182b rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6c76c637 rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6cc23d5a rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7ad114c3 rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8497237c rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8981dc51 rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8ef032d9 rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x96790114 rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa3becd3e rt2x00lib_set_mac_address +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xaa690280 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb9f95f1a rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xba2d2d52 rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc23bb306 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc34faf8f rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc5d0ee18 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc9756643 rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xcec52c09 rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xdb7c6449 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xde6e59b2 rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe19fef83 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe2c38bf3 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe7f8b747 rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xeb6ad21a rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf85b40ff rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xfe465772 rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x1f54de55 rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x371b3ad6 rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x61bc6c46 rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x69a4e0a1 rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x6d8e0a44 rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x0d83b504 rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x42fc11ec rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x8e5aab5d rt2x00pci_pm_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x0578485c rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x0ab0af6a rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x17b673d3 rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x2af631fa rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x391ad339 rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x4ff084a1 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x5dee0a6c rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x6cc4db48 rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x7da57da0 rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x83e8ff8b rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x9fbc9733 rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xbaf5f18e rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xbf4c0dcd rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xcb2b45b6 rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xd200869e rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xf2705105 rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6bcac4ef dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8dc34f9c dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb4aa628d rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xdc25574d dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x11fbcba4 rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x1e91e84d rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x234e2756 rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x2905d3f7 rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x2be473e9 rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3f5bf9c0 rtl8723_phy_calculate_bit_shift +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x47d61a8f rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x48342b07 rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x560bc0eb rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x5caa15a6 rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x770678bb rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x773afe41 rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7e546be7 rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8baf8913 rtl8723_phy_set_sw_chnl_cmdarray +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8d5b8daa rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x930370a0 rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x9689b9a7 rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xa4d6be06 rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xa7d8e024 rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xa885c93a rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xc4fc7cc0 rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xd1a5c505 rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xd482adb4 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe1869b90 rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xef0ccb12 rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xefd4d580 rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xfc632536 rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x071787c5 read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x14041321 rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x21e5619f rtl_tx_report_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x28c3ad70 rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2921a4d4 rtl_btc_status_false +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2d32cdfc rtl_lps_change_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2e5382f9 rtl_fill_dummy +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2f95d25c rtl_tx_ackqueue +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x35aa93a2 rtl_lps_leave +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3702ad25 rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4a79fb59 rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4e94cd48 rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5a600e2a rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5aa427ca rtl_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5d6acb7a rtl_set_tx_report +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x653b40a9 rtl_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6db3ba37 rtl_update_beacon_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6e7901a5 rtl_lps_enter +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x731815fd rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x731b554d rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x82e75cfe rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8b0a28c5 rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x91d5cdad rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9358d9cd rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x97e05663 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x981a2303 rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc8fd9a00 rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd38bfc6d rtl_get_hwinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf1437686 rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf3691718 rtl_get_hal_edca_param +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf38bace3 rtl_efuse_ops_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x0f5c3ce9 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x3e7c3f40 rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x83b429b9 rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x86f5e83d rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xa79e2ea3 rsi_hal_device_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xcd173710 rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xeba0ef48 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x720cfbb9 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xaa060c8f cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xd0eafacd cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xfbdca9df cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x735b61fa wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xae1ed38a wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xefabfd4a wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x06d3b27e wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x08e12e72 wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1179464d wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20351125 wlcore_get_native_channel_type +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x23211e56 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x27960847 wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x29bc661c wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x38254825 wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x43eb959e wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x46273b57 wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x46e20c04 wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x47171650 wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4e80190d wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x50c4e093 wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5be5e688 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x61cc91dc wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x63acfe98 wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x64845aea wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6bfaf79f wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x74254bc9 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8235fa58 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x85498cd1 wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8a55006c wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8f6974f8 wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9250fbcc wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x951f8069 wlcore_event_fw_logger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa07784fa wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa6363cc8 wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xaeffb95e wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xbddfe9e6 wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc45dc1c0 wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc598ff37 wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcb4f9e28 wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd1afe1de wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd55a5fa2 wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd7fdd6f1 wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd9790e54 wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdc2a2e3b wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdc4cbb7c wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe31f2b8b wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe52f6ea6 wlcore_cmd_generic_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe576567c wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe7c4e263 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf236bb3a wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf7327f3d wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf9bdb995 wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x01a514a2 wwan_register_ops +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x3d9bbf75 wwan_port_txon +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x4dff61e5 wwan_port_txoff +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x526bcf2a wwan_port_get_drvdata +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x63ade536 wwan_create_port +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x808f0bea wwan_port_rx +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x8d52d3b1 wwan_unregister_ops +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xb74c31cd wwan_remove_port +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xca95fd2b wwan_get_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xf7ef4873 wwan_put_debugfs_dir +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x0214c928 nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x54ba1f90 nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x5efd74d1 nfcmrvl_parse_dt +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x738ec966 nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x08c2c72d pn53x_unregister_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x0a0ccea6 pn53x_common_init +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x50512840 pn533_finalize_setup +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x79549103 pn532_i2c_nfc_alloc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x8eee9d88 pn53x_register_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xa182d870 pn533_rx_frame_is_cmd_response +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xb4ca12bc pn53x_common_clean +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xdecfd339 pn533_rx_frame_is_ack +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x18e0c851 st_nci_probe +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x2d6ffa76 st_nci_hci_cmd_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x4baf88dc st_nci_remove +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x59f4c79b st_nci_hci_event_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x718c13b9 st_nci_disable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x952487a9 st_nci_discover_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xb15eb7d3 st_nci_hci_load_session +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xcdb95692 st_nci_enable_se +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x80e41ab6 st95hf_spi_recv_response +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0xd3fecb49 st95hf_spi_send +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0xfec2d0a6 st95hf_spi_recv_echo_res +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x0862001f ntb_transport_tx_free_entry +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x30934216 ntb_transport_max_size +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x32537aca ntb_transport_link_query +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x3d54dbfc ntb_transport_tx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x436098aa ntb_transport_link_down +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x57ded2a1 ntb_transport_unregister_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x788f38d0 ntb_transport_register_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x82e6c13d ntb_transport_qp_num +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x9c992c8f ntb_transport_link_up +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xc270dc24 ntb_transport_free_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xc37d9036 ntb_transport_rx_remove +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xd40e7a02 ntb_transport_rx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xee0e8f8a ntb_transport_create_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xf55d6313 ntb_transport_register_client_dev +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xf9eb813f ntb_transport_unregister_client_dev +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0x044f7d43 virtio_pmem_host_ack +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0xa6e137a5 async_pmem_flush +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x01850555 nvme_auth_generate_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x1d3b270f nvme_auth_transform_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x22e5d1de nvme_auth_augmented_challenge +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x29f6d5ca nvme_auth_gen_privkey +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x399d9ac8 nvme_auth_hmac_hash_len +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x51873876 nvme_auth_get_seqnum +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x674c5bc1 nvme_auth_hmac_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x6adadbb4 nvme_auth_free_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x6e91ee1b nvme_auth_digest_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x780989d1 nvme_auth_dhgroup_id +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x80a0b3bd nvme_auth_gen_pubkey +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x9070925e nvme_auth_extract_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xa08a3bfe nvme_auth_gen_shared_secret +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xc9bb48ac nvme_auth_dhgroup_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xcb39603c nvme_auth_hmac_id +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xf0ccf2d4 nvme_auth_dhgroup_kpp +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x00d88242 nvme_mark_namespaces_dead +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x01d09d18 nvme_complete_batch_req +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0300130c nvme_unquiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x05fbcbb4 nvme_wait_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0de74b88 nvme_stop_keep_alive +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x11abc494 __SCK__tp_func_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x21efea7d nvme_init_ctrl_finish +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x27fcbedb __tracepoint_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2c539bbb nvme_change_ctrl_state +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3851860c nvme_auth_stop +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x39eabe34 nvme_dev_attrs_group +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x49224181 nvme_reset_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4b2bd526 nvme_cancel_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4fc6b384 nvme_start_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x524331f0 nvme_wait_freeze_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x554201dd nvme_uninit_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x564371b2 nvme_cancel_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x59196902 nvme_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x5f41bd7c __traceiter_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x5f550c4b nvme_complete_async_event +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x64b62862 nvme_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x64ebf67a nvme_cancel_admin_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x680c32ef nvme_mpath_start_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6829da80 nvme_auth_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x69c86f55 nvme_start_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6bf3a1cd nvme_auth_free +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6da8fa66 nvme_enable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6fc491f8 nvme_alloc_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x72b05e09 nvme_wait_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x753eefa2 nvme_complete_rq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x79b25b87 nvme_quiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7c7e41c6 nvme_get_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7f86c000 nvme_fail_nonready_command +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x813cf212 nvme_io_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x827fa5ef nvme_sync_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x840037a2 nvme_sync_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8d2354e1 nvme_remove_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8dd101a3 nvme_host_path_error +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x94f80479 __nvme_check_ready +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x95041d08 nvme_delete_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x97397be5 nvme_unfreeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9be6a3f5 nvme_cleanup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9eb99c27 nvme_setup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa63b4356 nvme_auth_negotiate +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa8d6340a nvme_try_sched_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xafa99192 nvme_reset_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb17d563e nvme_set_queue_count +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xbc8fa5d0 nvme_stop_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc559569e nvme_alloc_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xca63f724 __nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xcaae251d nvme_auth_wait +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xce9be857 nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd45434ee admin_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd58bbbcb nvme_delete_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd5e39372 nvme_remove_namespaces +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd9590bd4 nvme_remove_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xdcdaa05d nvme_init_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe4aed403 nvme_quiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf7db2f45 nvme_set_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf8199446 nvme_disable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xfba685ab nvme_unquiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x0187a48b nvmf_reg_write32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x09cb2290 nvmf_ip_options_match +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x12a833ca nvmf_get_address +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x1e328d22 nvmf_set_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x2a2160ba nvmf_reg_read32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x2d154ee0 nvmf_reg_read64 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x3b446aa6 nvmf_connect_io_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x3f05442d nvmf_connect_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x44092d1a nvmf_should_reconnect +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x51be11e1 nvmf_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xa1c5808e nvmf_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xdd8af66e nvmf_free_options +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xed7f552d nvmf_map_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x0d12e564 nvme_fc_register_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3884f8b8 nvme_fc_unregister_localport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3e33ac54 nvme_fc_rescan_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x8a9cf5a7 nvme_fc_set_remoteport_devloss +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xad0d83aa nvme_fc_register_localport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xbb0e18a6 nvme_fc_rcv_ls_req +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xcc8a2d78 nvme_fc_io_getuuid +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xfca9dc99 nvme_fc_unregister_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x055e7769 nvmet_req_free_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x1d8a87f0 nvmet_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x21c5f0fd nvmet_sq_destroy +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3e0ef07a nvmet_wq +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x45c8d78d nvmet_req_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x6b3dcfae nvmet_req_uninit +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x6f015f46 nvmet_req_complete +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x7daaf658 nvmet_sq_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x876e1dfe nvmet_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x9dcc905d nvmet_check_transfer_len +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xa06865f6 nvmet_ctrl_fatal_error +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xd48facab nvmet_req_alloc_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x0b98123d nvmet_fc_rcv_ls_req +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x46abcea9 nvmet_fc_register_targetport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x4a013682 nvmet_fc_invalidate_host +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x6ff62dab nvmet_fc_rcv_fcp_abort +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x7bfa9497 nvmet_fc_rcv_fcp_req +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x9ef76d99 nvmet_fc_unregister_targetport +EXPORT_SYMBOL_GPL drivers/pci/controller/pci-hyperv-intf 0x1591b2c6 hyperv_read_cfg_blk +EXPORT_SYMBOL_GPL drivers/pci/controller/pci-hyperv-intf 0x221394ae hyperv_reg_block_invalidate +EXPORT_SYMBOL_GPL drivers/pci/controller/pci-hyperv-intf 0xe5f73406 hyperv_write_cfg_blk +EXPORT_SYMBOL_GPL drivers/pci/controller/pci-hyperv-intf 0xfb921e00 hvpci_block_ops +EXPORT_SYMBOL_GPL drivers/pci/switch/switchtec 0x72b848e7 switchtec_class +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0x124adb8c arm_cspmu_sysfs_format_show +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0xaf6669cd nv_cspmu_init_ops +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0xe3725539 arm_cspmu_sysfs_event_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x0b8de766 hisi_uncore_pmu_read +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x2a98d47b hisi_uncore_pmu_event_init +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x3eb4f0aa hisi_uncore_pmu_stop +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x3ec4fc27 hisi_uncore_pmu_online_cpu +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x40b4d29d hisi_uncore_pmu_event_update +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x419ed9b9 hisi_uncore_pmu_get_event_idx +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x4f3cb28e hisi_format_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x567ecbc4 hisi_uncore_pmu_disable +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x8e63a58f hisi_uncore_pmu_add +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x9229a629 hisi_uncore_pmu_start +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x92ea969c hisi_uncore_pmu_init_irq +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xc94b375d hisi_pmu_init +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xd046138d hisi_uncore_pmu_enable +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xdb6bb318 hisi_uncore_pmu_identifier_attr_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xddfbd94d hisi_uncore_pmu_del +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xe1684276 hisi_cpumask_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xfb1339c4 hisi_uncore_pmu_set_event_period +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xfb6373d1 hisi_uncore_pmu_offline_cpu +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xfc8fe814 hisi_event_sysfs_show +EXPORT_SYMBOL_GPL drivers/phy/allwinner/phy-sun4i-usb 0xcbb819fd sun4i_usb_phy_set_squelch_detect +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x0973d85f tegra_xusb_padctl_remote_wake_detected +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x0a069a0f tegra210_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x0b46bd3e tegra_xusb_padctl_disable_phy_sleepwalk +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x0d51866a tegra124_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x17faf0d7 tegra_phy_xusb_utmi_port_reset +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x24556662 tegra_phy_xusb_utmi_pad_power_on +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x397c5e5b tegra_xusb_padctl_disable_phy_wake +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x68ac4c7d tegra_xusb_padctl_set_vbus_override +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x6d81b32a tegra_xusb_padctl_usb3_set_lfps_detect +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x751a4bf8 tegra234_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x75732afd tegra_xusb_padctl_put +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x7590f69d tegra186_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x8e5dea76 tegra_xusb_padctl_usb3_save_context +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x9befc623 tegra_xusb_padctl_hsic_set_idle +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xa19d7c62 tegra_xusb_padctl_get +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xa7a61d46 tegra194_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xae7a53d2 tegra_phy_xusb_utmi_pad_power_down +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xd460e7f1 tegra_xusb_padctl_enable_phy_sleepwalk +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xd6f76fe8 tegra_xusb_padctl_get_usb3_companion +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xe933f7a3 tegra_xusb_padctl_enable_phy_wake +EXPORT_SYMBOL_GPL drivers/phy/ti/phy-omap-usb2 0x00d48f33 omap_usb2_set_comparator +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x95f9d1e2 mcp23x17_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0xa582750d mcp23x08_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0xfd52f7d2 mcp23s08_probe_one +EXPORT_SYMBOL_GPL drivers/pinctrl/qcom/pinctrl-lpass-lpi 0x6ae99520 lpi_pinctrl_probe +EXPORT_SYMBOL_GPL drivers/pinctrl/qcom/pinctrl-lpass-lpi 0xe9bdfc8c lpi_pinctrl_remove +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0x41fe315b cros_ec_sensorhub_unregister_push_data +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0x46dee058 cros_ec_sensorhub_register_push_data +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros_usbpd_notify 0x6b1be500 cros_usbpd_unregister_notify +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros_usbpd_notify 0x8bda2df3 cros_usbpd_register_notify +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x0321df65 ssam_controller_get +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x0404c388 ssam_device_add +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x16050af9 ssam_controller_event_enable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x1f108c03 ssh_packet_put +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x20470d47 ssam_request_do_sync_with_buffer +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x22e86591 __ssam_device_driver_register +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x2cb1d738 ssam_device_get_match +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x4a69e363 __ssam_register_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x5ef6cdde ssam_request_sync_init +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x61baa6d5 ssam_controller_event_disable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x69e30827 ssam_request_sync_free +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x6e868981 ssam_notifier_register +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x6f1f3e41 ssam_bus_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x6fc02a85 __ssam_notifier_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x716a71f4 ssam_request_sync_submit +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x718a9e61 ssam_device_get_match_data +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x7a33298c ssam_request_sync_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x8d24c0ed ssam_request_write_data +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x9397884b ssam_device_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xa64d2fdd ssam_controller_put +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xa9d65550 ssam_request_do_sync +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xb1ecb0e3 ssam_client_bind +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xb57df219 ssam_device_driver_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc2bd582d ssam_device_id_match +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc5020f54 ssam_device_remove +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc575fced ssam_controller_statelock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc6e6d2ea ssam_controller_device +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xd3ad630b ssam_controller_stateunlock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xdaf1f1e6 ssam_get_controller +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xdc0b280d ssam_client_link +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xf34d3494 ssh_packet_get +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xf9337e20 ssam_device_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xfe48b392 ssam_remove_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0x48cf4c48 san_dgpu_notifier_register +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0x54e470df san_client_link +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0xd60bd773 san_dgpu_notifier_unregister +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0x409e560c reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0x8b6e8c62 devm_reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xd3a4f307 reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xde55edf1 devm_reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x785e567b bq27xxx_battery_setup +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0xb277f5ec bq27xxx_battery_update +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0xd930935d bq27xxx_battery_teardown +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x5c36b0a2 pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x5ff9d061 pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0xc4c7ea91 pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x11f106ba ptp_qoriq_enable +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x154df519 ptp_qoriq_settime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x29a1a18b ptp_qoriq_adjfine +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x2eae82b0 ptp_qoriq_isr +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x5ca3722f ptp_qoriq_free +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x921899e6 ptp_qoriq_init +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x9e3fedb9 ptp_qoriq_adjtime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xcc099085 extts_clean_up +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xf5a3a9b5 ptp_qoriq_gettime +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x03e4a703 mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x47b3dab0 mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x53dc1fff mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x644dd61b mc13xxx_parse_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x64d9b9f7 mc13xxx_get_num_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/rohm-regulator 0x81fe90b1 rohm_regulator_set_voltage_sel_restricted +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x43ccfe56 wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x633a8cb1 wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x665df93b wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x6e3f6be5 wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x7769b801 wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xc0dea3f9 wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0x33fc23a4 wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x0f92d957 scp_get_device +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x2165ef79 scp_get +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x2abfe7b3 scp_get_vdec_hw_capa +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x72c4a850 scp_put +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xa0973ee0 scp_get_venc_hw_capa +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xc29ba925 scp_get_rproc +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xf01159f7 scp_mapping_dm_addr +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x09313652 scp_memcpy_aligned +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x12a00cfc scp_ipi_unlock +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x58c8988e scp_ipi_register +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x5c8cbf67 scp_ipi_unregister +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0xcaa4e218 scp_ipi_send +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0xeb3b6f5b scp_ipi_lock +EXPORT_SYMBOL_GPL drivers/remoteproc/pru_rproc 0x017cecd5 pru_rproc_set_ctable +EXPORT_SYMBOL_GPL drivers/remoteproc/pru_rproc 0x8482358c pru_rproc_get +EXPORT_SYMBOL_GPL drivers/remoteproc/pru_rproc 0x9741ed40 pru_rproc_put +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x0fa538df qcom_register_ssr_notifier +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x1e0adaa8 qcom_minidump +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x88006bc3 qcom_add_smd_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x954b1aa5 qcom_remove_glink_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x9f3ddd30 qcom_add_ssr_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x9fcb8bb5 qcom_remove_smd_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xd6cc0cc0 qcom_unregister_ssr_notifier +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xe690a70d qcom_remove_ssr_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xef049e5e qcom_add_glink_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xfcfef074 qcom_register_dump_segments +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_pil_info 0x30e58241 qcom_pil_info_store +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x05fa8147 qcom_q6v5_deinit +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x1595a2f4 qcom_q6v5_prepare +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x2cf6dded qcom_q6v5_wait_for_start +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x428c455d qcom_q6v5_panic +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x6e5b0aec qcom_q6v5_request_stop +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xafd3fe2e qcom_q6v5_init +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xef8c4919 qcom_q6v5_unprepare +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_sysmon 0x1482d168 qcom_sysmon_shutdown_acked +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_sysmon 0xa881c6fc qcom_remove_sysmon_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_sysmon 0xfc16c221 qcom_add_sysmon_subdev +EXPORT_SYMBOL_GPL drivers/rpmsg/mtk_rpmsg 0x684583c3 mtk_rpmsg_create_rproc_subdev +EXPORT_SYMBOL_GPL drivers/rpmsg/mtk_rpmsg 0x86903274 mtk_rpmsg_destroy_rproc_subdev +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0x149236da qcom_glink_native_remove +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xd6f93381 qcom_glink_native_probe +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xf14f5684 qcom_glink_ssr_notify +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_smem 0x4fe311b0 qcom_glink_smem_unregister +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_smem 0xcc8ec560 qcom_glink_smem_register +EXPORT_SYMBOL_GPL drivers/rtc/rtc-ds1685 0x15bc9e74 ds1685_rtc_poweroff +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x05830ecc cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x05c8993b cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x073503c8 cxgbi_device_find_by_netdev_rcu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0be79f17 cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x147bf937 cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2ccbd557 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x30551949 cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x328e5955 cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x388e7e3f cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3d5dd832 cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x442d0d03 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x46873334 cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x59449f8d cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x598a78bc cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5a3e8bc2 cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5bee77f7 cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x62e09b00 cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6c896da0 cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x757523c4 cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x76f99d2e cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x77d526ee cxgbi_device_find_by_netdev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8319f739 cxgbi_ddp_set_one_ppod +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8b835d47 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x970e0ea9 cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x97cc28e6 cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9903df91 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9c3c0c95 cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9f8e7ad3 cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa3a1a810 cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa933dd93 cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa9fba86c cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xade1ae46 cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbea9550e cxgbi_ddp_ppm_setup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc1c8bd2e cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc5422f16 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc8acb391 cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc9f54a9b cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xca0ff1fb cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xcb6cbf1d cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd30876e4 cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd3dbb3e0 cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd45f7867 cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd4ba1656 cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf8d28aa8 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfdcc913b cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x004226be fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x0f403644 fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x18169a1e fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x2cb37a5c fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x3c280cf5 fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x3df2a097 fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x64d8e8a8 fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x6f3ffb90 fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x7720759d __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x7bbb2033 fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x84f3583b fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x997316ff fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xa8a9e6a9 fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xab3e115f fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb1361184 fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbac58840 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbfce39ef fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc3f30cc0 fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf167cb7a fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0x26040e8d fdomain_create +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0xebbd1e90 fdomain_destroy +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x1420cfc1 hisi_sas_sata_done +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x1873318e hisi_sas_controller_reset_prepare +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x1d694106 hisi_sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x22df5ae2 hisi_sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x2bf94105 to_hisi_sas_port +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x3b9a1229 hisi_sas_get_fw_info +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x40ac648c hisi_sas_get_prog_phy_linkrate_mask +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x422c43ca hisi_sas_free +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x4343f721 hisi_sas_stop_phys +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x47c91394 hisi_sas_phy_down +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x4fc22123 hisi_sas_stt +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x5a4984dd hisi_sas_debugfs_dir +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x5cd9af25 hisi_sas_phy_bcast +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x619ef6b8 hisi_sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x9789d64b hisi_sas_slot_task_free +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xa237a34a hisi_sas_remove +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xa685b339 hisi_sas_probe +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xa7d6ea34 hisi_sas_alloc +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xb03aa9c5 hisi_sas_rst_work_handler +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xb313f36c hisi_sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xb574c2cd hisi_sas_phy_oob_ready +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xc3a41131 hisi_sas_debugfs_dump_count +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xccd49b49 hisi_sas_sync_poll_cqs +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xd29949b5 hisi_sas_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xd6e394fa hisi_sas_init_mem +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xdd6d2fe9 hisi_sas_host_reset +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xe330cb74 hisi_sas_sync_rst_work_handler +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xe987d9aa hisi_sas_debugfs_enable +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xebfae55c hisi_sas_get_ata_protocol +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xecbed228 hisi_sas_release_tasks +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xf05b2dc6 hisi_sas_sync_cqs +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xf2d950b2 hisi_sas_controller_reset_done +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xfec20f71 hisi_sas_scan_start +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x02a6b929 iscsi_boot_create_acpitbl +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x0b776621 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x40b202f2 iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x4b60435a iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x4fbc2498 iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x5cce488d iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x9b79f526 iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/libfc/libfc 0x6635b0f7 fc_seq_els_rsp_send +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x09d643d0 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x09dad758 iscsi_eh_cmd_timed_out +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0a07ce17 iscsi_conn_queue_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x114e8a60 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12515e28 iscsi_host_get_max_scsi_cmds +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1b5a5c45 iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1f415d0b iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x247da54b iscsi_session_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x27d4a395 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2862c394 iscsi_conn_unbind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x340e5590 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x344dd6a9 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x34f49109 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x368df596 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x36a2b45e iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x43df37fc __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x448e9383 iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5000e570 iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5697e400 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x57bc3c5a iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x66c72e6f iscsi_conn_queue_recv +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x674e7e73 iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6d6815fb iscsi_suspend_rx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6da4de6d iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x70461e07 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7b168e39 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7c632714 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x80035a4c iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x882d4eb6 iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa1ae43dd __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa55e9d03 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa7978113 iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xab9b6c9e iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xabd9dd25 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xae6b3470 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xaff32f50 iscsi_session_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc9060e75 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc94e9647 iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcf111443 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcf1479bd iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd3e187bb iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdffd9b78 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe0fd085f iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeab9cbd5 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xed7d90b0 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xedc4bea5 iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf0308e54 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf443901a iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfda871b1 iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x0340881a iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x0538a254 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x05981647 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x0a70143c iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x14217cd8 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x27c47371 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x2f430721 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x41e25c78 iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5d9b983e iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x66f7fea3 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x7d100ab2 iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xa316caa5 iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb35526d9 iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xcf8df778 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xd224dec3 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe6350192 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf6cc03d7 iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x01ca7b73 sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0815aa68 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0afc13c7 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x16cbf9b3 sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1e7806a9 sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2125db75 sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x253a8eff sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x274a4e25 dev_attr_phy_event_threshold +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x29a338be sas_execute_internal_abort_dev +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2d856f68 smp_ata_check_ready_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2e542bfe sas_lu_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x30ff07c8 sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x366142f7 sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x427ba72e sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x46072243 sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x557f1c0d sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5e3af455 sas_ata_device_link_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6d0b0bdd sas_execute_internal_abort_single +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6d0b4e31 sas_find_attached_phy_id +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7a306248 sas_abort_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7a96c745 sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x800ea0f8 sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x829b6bd3 sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x923b1579 sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x984e6c61 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9f1406e4 sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa13be1dd sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa6f5aa33 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xaa95f7fb sas_notify_port_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb86669bb sas_abort_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb8f840b1 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc51b11ae sas_eh_target_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc776f90d sas_query_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xcaa5c24a sas_clear_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xcc983106 sas_execute_ata_cmd +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xda34e59b sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_fc 0x48f78d26 fc_eh_should_retry_cmd +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2119d571 __traceiter_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x26afd818 __traceiter_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x31db5a26 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3365e08b iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x343ee24e iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x363ef721 __tracepoint_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3c1aa61a iscsi_force_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3ec6dc41 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3f6df068 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x43cc933d iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x451eb394 iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x49bddb92 iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4b3fa8ca iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x539cf2a5 iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x584a31ab __SCK__tp_func_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5aef648f iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x63af32b3 iscsi_remove_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x65b2bc7c iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x65f8b3bd iscsi_get_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6aa95a21 iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x71b768b0 __SCK__tp_func_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x745abecc iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7a6d9ebf iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x85622a5d iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x868dacda __traceiter_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8738524b iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x88370143 iscsi_alloc_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x88768c48 __SCK__tp_func_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9210dd66 iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9f55ae85 iscsi_dbg_trace +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa127dc43 iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa3ac06cf __tracepoint_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa3e315c1 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xab4674c8 __SCK__tp_func_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xad722455 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb120c9fc iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb1bef6df iscsi_add_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb32662a6 __tracepoint_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb8b01602 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbd0f7fc9 iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbede2d0f iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc262d03e __traceiter_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc5435660 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc6264e7a __tracepoint_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xce586964 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xda09b986 __tracepoint_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdb6c90c3 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdb934a3d iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdcf1607f iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe2b504ca iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe4c79fa6 __SCK__tp_func_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe95c1bc7 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xefa2885f iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf06562db iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf10dd4ce __traceiter_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf6f353ee iscsi_put_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfa94937e iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfec0a403 iscsi_put_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x2597ee31 sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x80993c5f sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x94cc85de sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xfb9d9558 sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x0ef06974 spi_populate_ppr_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x3daa0af8 spi_populate_tag_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xa0c71dac spi_populate_sync_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xcffa2aff spi_populate_width_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x1902178a srp_tmo_valid +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x45555400 srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x5a90b8ab srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x95a56c1f srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x96a8826b srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xc5efa880 srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xc673d17c srp_rport_del +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x52a07355 siox_master_unregister +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x6d6d4c7f siox_device_synced +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x85b3de70 siox_master_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x8d533836 siox_device_connected +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x9ef88941 siox_master_alloc +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xe30ab93e __siox_driver_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x0d500922 slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x104d8398 __slim_driver_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x13aa1e90 slim_stream_allocate +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x165f9678 slim_ctrl_clk_pause +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x22e27f89 slim_msg_response +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x2b366d64 slim_device_report_present +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x411a75bd slim_write +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x54a5ab90 slim_unregister_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x64531db0 slim_register_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x7020e2bd slimbus_bus +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x70fe091f of_slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x76ed95ca slim_stream_enable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x81611397 slim_alloc_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x83f1b318 slim_report_absent +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x848b4d4d slim_read +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x949460be slim_stream_free +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa8adcec9 slim_get_logical_addr +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xacb89a0d slim_readb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xc63df964 slim_writeb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xcc00b2dc slim_stream_prepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xd150bebd slim_stream_unprepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xd2b7c97a slim_stream_disable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe75631c1 slim_driver_unregister +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xea5bff71 slim_do_transfer +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xeb73689f slim_xfer_msg +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xfddf3e0d slim_free_txn_tid +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0x494128eb meson_canvas_alloc +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0x673c5a86 meson_canvas_config +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0xfbd79150 meson_canvas_free +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0xfef62a5b meson_canvas_get +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x1902dd13 apple_rtkit_is_crashed +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x1eb2d4c8 apple_rtkit_poll +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x2176fbfb apple_rtkit_boot +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x26ca8bad devm_apple_rtkit_init +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x42b14682 apple_rtkit_send_message +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x5a92231d apple_rtkit_send_message_wait +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x66c04451 apple_rtkit_free +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x67959c72 apple_rtkit_idle +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x7be3b56c apple_rtkit_start_ep +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x8820b8c7 apple_rtkit_quiesce +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xd2ac145d apple_rtkit_shutdown +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xd74c90bf apple_rtkit_init +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xd816431f apple_rtkit_reinit +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xdf13a60c apple_rtkit_wake +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xf51a2bbf apple_rtkit_is_running +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-sart 0x73697f5f devm_apple_sart_get +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-sart 0xbaec16a4 apple_sart_add_allowed_region +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-sart 0xf2253fbc apple_sart_remove_allowed_region +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x0261cd01 dpaa2_io_store_next +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x1555f113 dpaa2_io_service_deregister +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x1b7c4023 dpaa2_io_service_rearm +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x2ea89927 dpaa2_io_service_pull_channel +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x2f10852c dpaa2_io_service_select +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x3f8992eb dpaa2_io_service_release +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x4994345c dpaa2_io_store_destroy +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x6560c60d dpaa2_io_service_acquire +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x79cf65a1 dpaa2_io_service_enqueue_qd +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x8edafa55 dpaa2_io_query_bp_count +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x8eea0099 dpaa2_io_store_create +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0xb88bd20d dpaa2_io_service_register +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0xb9e81961 dpaa2_io_query_fq_count +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x0e3bfc9d mtk_mmsys_merge_async_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x37e9f77d mtk_mmsys_mixer_in_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x3f045c19 mtk_mmsys_ddp_connect +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x46b4bf3e mtk_mmsys_ddp_dpi_fmt_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x67088b5b mtk_mmsys_hdr_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x7d6b28d6 mtk_mmsys_ddp_disconnect +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0xa12480f4 mtk_mmsys_mixer_in_channel_swap +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0xb34de142 mtk_mmsys_vpp_rsz_dcm_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0xb984d970 mtk_mmsys_vpp_rsz_merge_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x1736cec6 mtk_mutex_remove_comp +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x1d6696b0 mtk_mutex_disable +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x2fcc9ff2 mtk_mutex_add_comp +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x4e2f3c90 mtk_mutex_enable_by_cmdq +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x51991b38 mtk_mutex_enable +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x5ec2319a mtk_mutex_unprepare +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x71a9a3ab mtk_mutex_acquire +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x7534596b mtk_mutex_write_sof +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x8b650752 mtk_mutex_release +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x8c90882b mtk_mutex_get +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0xab7f853d mtk_mutex_prepare +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0xbbb4ab02 mtk_mutex_put +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0xfa95f801 mtk_mutex_write_mod +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x0b1d08d2 gpr_send_port_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x2e4f46f6 apr_driver_unregister +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x6bdca466 gpr_send_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x6da4dd13 gpr_free_port +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x7786f7b4 __apr_driver_register +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x9bd39ae7 aprbus +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xe484b72b apr_send_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xf8fed778 gpr_alloc_port +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-qcom 0x03c9a66d llcc_get_slice_size +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-qcom 0x0679b34d llcc_slice_getd +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-qcom 0x7e773088 llcc_get_slice_id +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-qcom 0xad3516c4 llcc_slice_activate +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-qcom 0xb534ec76 llcc_slice_deactivate +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-qcom 0xb68b1300 llcc_slice_putd +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x1248ccb5 qcom_mdt_load +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x349543fd qcom_mdt_pas_init +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0xd7d3fe44 qcom_mdt_load_no_init +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0xd8ec1f7c qcom_mdt_read_metadata +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0xe8a3861c qcom_mdt_get_size +EXPORT_SYMBOL_GPL drivers/soc/qcom/pmic_glink 0xaecfa9f2 devm_pmic_glink_register_client +EXPORT_SYMBOL_GPL drivers/soc/qcom/pmic_glink 0xc161d729 pmic_glink_send +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0x50d28b20 qcom_ice_evict_key +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0x82936acb qcom_ice_enable +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0x9390dd50 of_qcom_ice_get +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0xc994d57b qcom_ice_suspend +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0xe4280d97 qcom_ice_program_key +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0xf0e63b1a qcom_ice_resume +EXPORT_SYMBOL_GPL drivers/soc/qcom/smem 0x34b57571 qcom_smem_alloc +EXPORT_SYMBOL_GPL drivers/soc/qcom/smem 0x5a710273 qcom_smem_get_free_space +EXPORT_SYMBOL_GPL drivers/soc/qcom/smem 0x9979b76e qcom_smem_virt_to_phys +EXPORT_SYMBOL_GPL drivers/soc/qcom/smem 0xe583bba3 qcom_smem_get_soc_id +EXPORT_SYMBOL_GPL drivers/soc/qcom/smem 0xeeffa750 qcom_smem_get +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x0cb63603 pruss_request_mem_region +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x15e056e4 pruss_cfg_gpimode +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x47024d2e pruss_cfg_get_gpmux +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x4f06fb72 pruss_cfg_miirt_enable +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x79a8bde8 pruss_release_mem_region +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x86f469eb pruss_get +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x9a61b559 pruss_put +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0xc83d99bf pruss_cfg_set_gpmux +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0xff0ac2dc pruss_cfg_xfr_enable +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x0c5ac80b __sdw_register_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x2e86a041 sdw_bus_type +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x95e6c32a sdw_unregister_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-cadence 0x41ce67ed sdw_cdns_debugfs_init +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0xb9edd149 altera_spi_irq +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0xf33dbd4b altera_spi_init_host +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x1709fb57 spi_bitbang_init +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x3ebc7405 spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x529426f4 spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x576809de spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x5a2526b7 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x916f86fd spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x585bdc3d spi_test_run_tests +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0xb042f477 spi_test_execute_msg +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0xe5ac6054 spi_test_run_test +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x14e5d20e spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x1ba46d5f spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x3a4a57b5 spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x3e1360fc spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x3f012b8a spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x436eb7d4 spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x5f617940 spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x678c9a06 spmi_device_from_of +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xad873ea4 spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xaf576dcf spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb0bd034a spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb650dc77 spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xcbe3bac7 __spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd0d03fab spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd6090f33 spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xda73724f spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xdda66d4c spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xde32ac6d spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf4bfe4b3 spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0xa97ebfd6 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x31e773dd anybuss_read_fbctrl +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x47a7a514 anybuss_set_power +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x633d2383 anybuss_read_output +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x7ecae27d anybuss_write_input +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x83c029ae anybuss_send_ext +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x853622b5 devm_anybuss_host_common_probe +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x8fe47ad6 anybuss_client_driver_register +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xb3755b8a anybuss_client_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xd0740e44 anybuss_finish_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xd706f20b anybuss_start_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xe089bc9c anybuss_send_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xf03bb7a5 anybuss_host_common_probe +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xf2fa30fa anybuss_recv_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xfce879ad anybuss_host_common_remove +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x6563e34f fieldbus_dev_area_updated +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xc490f02c fieldbus_dev_online_changed +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xc89d9c70 fieldbus_dev_register +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xf23237ca fieldbus_dev_unregister +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x0828e214 gb_audio_apbridgea_shutdown_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x1a4149b5 gb_audio_apbridgea_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x2438d64a gb_audio_apbridgea_stop_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x367fbace gb_audio_apbridgea_set_config +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x3755a96a gb_audio_apbridgea_prepare_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x662cefa0 gb_audio_apbridgea_register_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x86ac0e95 gb_audio_apbridgea_stop_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x95c171b5 gb_audio_apbridgea_prepare_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xaabc3acb gb_audio_apbridgea_shutdown_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xba6e8986 gb_audio_apbridgea_start_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xbc60c7aa gb_audio_apbridgea_start_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xc0dfbf82 gb_audio_apbridgea_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xf4cd975a gb_audio_apbridgea_unregister_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x011a82ae gb_audio_gb_get_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x01f5d3fe gb_audio_gb_activate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x1129b8ec gb_audio_gb_activate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x28d70cce gb_audio_gb_enable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x4612f803 gb_audio_gb_deactivate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x56ce9311 gb_audio_gb_deactivate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x61453df2 gb_audio_gb_set_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x64f8dc0d gb_audio_gb_disable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x6baea7bf gb_audio_gb_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x848a92a5 gb_audio_gb_get_topology +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x8e02eff6 gb_audio_gb_get_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xac694cd7 gb_audio_gb_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xe0665236 gb_audio_gb_set_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x19e9e6b1 gb_audio_manager_remove_all +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x32e6391e gb_audio_manager_remove +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x5a108b0f gb_audio_manager_add +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x79eef2f8 gb_audio_manager_dump_all +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0xaeac8ca2 gb_audio_manager_dump_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0xe09aad8f gb_audio_manager_put_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0xffe2cc2b gb_audio_manager_get_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0x30fae624 gb_gbphy_register_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0xfa63b94b gb_gbphy_deregister_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0x1fe33859 gb_spilib_master_init +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0xccfdf3c2 gb_spilib_master_exit +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0x82f33c72 adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/media/av7110/sp8870 0xf67d243b sp8870_attach +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x0c105d70 imx_media_init_cfg +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x0d3b679c imx_media_pipeline_pad +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x215deea6 imx_media_pipeline_set_stream +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x245c9112 imx_media_dev_init +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x279d6441 imx_media_add_video_device +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x3afc4948 imx_media_find_pixel_format +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x534ba9e1 imx_media_find_mbus_format +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x67f177e8 imx_media_free_dma_buf +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x70d16b0d imx_media_probe_complete +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x7f6886a7 imx_media_add_of_subdevs +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x9a6b47b3 imx_media_capture_device_error +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x9bd2f3c1 imx_media_alloc_dma_buf +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xa631199b imx_media_grp_id_to_sd_name +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xa9e2459f imx_media_enum_mbus_formats +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xad85e290 imx_media_capture_device_unregister +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xba1c7b7e imx_media_mbus_fmt_to_pix_fmt +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xbcbce649 imx_media_capture_device_register +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xbe7c2420 imx_media_capture_device_remove +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xc0e6162e imx_media_init_mbus_fmt +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xc843a3d0 imx_media_dev_notifier_register +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xcaf51469 imx_media_capture_device_next_buf +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xd4e45b7e imx_media_try_colorimetry +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xd622d4b3 imx_media_capture_device_init +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xe932b00b imx_media_enum_pixel_formats +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xf536b45f imx_media_pipeline_subdev +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x033ef065 amvdec_dst_buf_done_offset +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x115655e9 amvdec_am21c_body_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x128b9177 amvdec_set_par_from_dar +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x1cb1e6d9 amvdec_am21c_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x25868de0 codec_hevc_setup_decode_head +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x26cf49f2 codec_hevc_setup_buffers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x51751c4d amvdec_dst_buf_done +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x55162e86 amvdec_write_dos_bits +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x5fbaa402 codec_hevc_fill_mmu_map +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x5ff35ee8 amvdec_am21c_head_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x6edac65e amvdec_read_dos +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x8c5b9819 amvdec_clear_dos_bits +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x8db478da amvdec_write_parser +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x9614561c amvdec_set_canvases +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x97cd52bd amvdec_write_dos +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x9861467a amvdec_get_output_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x9a8577d3 amvdec_add_ts +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xbcf0996b codec_hevc_free_mmu_headers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xbd8722df amvdec_abort +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xce1efe0e amvdec_remove_ts +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xd1e0267c codec_hevc_free_fbc_buffers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xe607e08b amvdec_read_parser +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xe7ae9af2 amvdec_src_change +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xf7bf1b43 amvdec_dst_buf_done_idx +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0x1097fa45 nvec_msg_free +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0x932a93cc nvec_register_notifier +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0xbc084cec nvec_unregister_notifier +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x2b9b3376 target_stop_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x5d24150b target_free_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x74043c97 target_queue_submission +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xaf36b712 target_submit_prep +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xb4489234 target_wait_for_cmds +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xc65e34a6 target_alloc_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xd85dfb83 target_init_cmd +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xfe8646ab target_submit +EXPORT_SYMBOL_GPL drivers/tee/tee 0x001b9489 tee_device_register +EXPORT_SYMBOL_GPL drivers/tee/tee 0x14d74c2b tee_client_open_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x1545e810 tee_device_unregister +EXPORT_SYMBOL_GPL drivers/tee/tee 0x19937f74 teedev_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x38c2fbfd tee_get_drvdata +EXPORT_SYMBOL_GPL drivers/tee/tee 0x3974988a tee_shm_get_va +EXPORT_SYMBOL_GPL drivers/tee/tee 0x3bed5d6b tee_client_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x6caff0c6 tee_shm_register_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0x6f9d1769 tee_shm_pool_alloc_res_mem +EXPORT_SYMBOL_GPL drivers/tee/tee 0x71e60412 tee_client_close_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0x75690320 tee_shm_put +EXPORT_SYMBOL_GPL drivers/tee/tee 0x82159bc7 tee_client_get_version +EXPORT_SYMBOL_GPL drivers/tee/tee 0x85fd9922 tee_session_calc_client_uuid +EXPORT_SYMBOL_GPL drivers/tee/tee 0x92fa5a5d tee_shm_alloc_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0x9594d940 tee_shm_free +EXPORT_SYMBOL_GPL drivers/tee/tee 0x98129161 tee_shm_get_pa +EXPORT_SYMBOL_GPL drivers/tee/tee 0xa2861b8f tee_shm_alloc_priv_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0xc1c6dc14 tee_shm_get_from_id +EXPORT_SYMBOL_GPL drivers/tee/tee 0xc7e6e948 teedev_open +EXPORT_SYMBOL_GPL drivers/tee/tee 0xe32884c7 tee_device_alloc +EXPORT_SYMBOL_GPL drivers/tee/tee 0xe59978d1 tee_client_open_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0xefd20bf1 tee_bus_type +EXPORT_SYMBOL_GPL drivers/tee/tee 0xf6777672 tee_client_invoke_func +EXPORT_SYMBOL_GPL drivers/thermal/st/st_thermal 0x3befb8fb st_thermal_pm_ops +EXPORT_SYMBOL_GPL drivers/thermal/st/st_thermal 0xa733b82a st_thermal_register +EXPORT_SYMBOL_GPL drivers/thermal/st/st_thermal 0xb977d57c st_thermal_unregister +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x01d23ee1 tb_property_create_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x04a914a2 tb_register_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x06f0a3a7 tb_service_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x0d86c01e tb_xdomain_release_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x0ff513cb tb_xdomain_response +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x1b38b0ea tb_xdomain_enable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x393b4f2f tb_property_free_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4e5064a7 tb_property_find +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4e64bdfd tb_register_protocol_handler +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x588738a5 tb_xdomain_alloc_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x603249ed tb_unregister_property_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x613f84e2 tb_ring_poll_complete +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x658e3d97 tb_property_add_immediate +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x73ad2acb tb_property_get_next +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x760a8c46 tb_ring_alloc_tx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x785eb82c tb_property_remove +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x7c233412 tb_xdomain_request +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x7dbc83d6 tb_ring_start +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x898572b9 tb_xdomain_release_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8b62f95e tb_property_add_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8bbe3296 tb_xdomain_find_by_route +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8d5be60e tb_xdomain_alloc_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8f49ed5f tb_ring_poll +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x9180ec26 tb_ring_free +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa3d2b403 tb_property_add_data +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb7c7cdce tb_property_add_text +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xbeb26364 tb_ring_alloc_rx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xc63f2ba2 tb_unregister_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xc94f8ced tb_xdomain_find_by_uuid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xd0e14036 tb_ring_stop +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xe5818d33 tb_xdomain_lane_bonding_enable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xe8af4992 tb_xdomain_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf095a8f8 __tb_ring_enqueue +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf1cfd1ff tb_register_property_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf76028c7 tb_unregister_protocol_handler +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf9ad50d3 tb_xdomain_disable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xfd319a37 tb_xdomain_lane_bonding_disable +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x05e01c12 ufshcd_hba_enable +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x2112c01c ufshcd_dump_regs +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x24ee7a2d ufshcd_remove +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x25f2a3fd ufshcd_clkgate_delay_set +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x28c13c3a ufshcd_uic_hibern8_exit +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x29c16d78 ufshcd_system_restore +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x406e622c ufshcd_dealloc_host +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x431eb394 ufshcd_system_thaw +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x4c4e1964 ufshcd_config_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x520b2326 ufshcd_mcq_config_esi +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x54e2c7d9 ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x56207461 ufshcd_hold +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x587959f3 ufshcd_make_hba_operational +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x60068348 ufshcd_fixup_dev_quirks +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x616a99b6 ufshcd_system_freeze +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x647b373a ufshcd_mcq_poll_cqe_lock +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x70e057f8 ufshcd_init +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x723b1abf ufshcd_delay_us +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x8d236973 ufshcd_get_vreg +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xaf2ab21b __ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xb4aa6da4 ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xb5abe0d2 ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xb832c82d ufshcd_mcq_write_cqis +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xb96eda16 ufshcd_uic_hibern8_enter +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xc1fe6929 ufshcd_update_evt_hist +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xd2d59f5e ufshcd_release +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xd38936a7 ufshcd_dme_configure_adapt +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xdb0678eb ufshcd_auto_hibern8_update +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xe1511e20 ufshcd_resume_complete +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xe4291be1 ufshcd_uic_change_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xf527508b ufshcd_mcq_enable_esi +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xf554335b ufshcd_hba_stop +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xf9884b9e ufshcd_link_recovery +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x39319f18 ufshcd_populate_vreg +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x54c946de ufshcd_init_pwr_dev_param +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x7a0460ff ufshcd_get_pwr_dev_param +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0xf379e8b5 ufshcd_pltfrm_init +EXPORT_SYMBOL_GPL drivers/uio/uio 0xbcc425f2 __devm_uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xc438823a __uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xcf4c6c58 uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0xf66b5593 uio_unregister_device +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x5d76521e usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xb3e51fe8 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x0651e49c cdns_set_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x2f546749 cdns_resume +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x3f27c0ad cdns_init +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x446f7b8d cdns_set_active +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x48333f4e cdns_power_is_lost +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x73b0cca2 cdns_clear_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x85fc2295 cdns_drd_gadget_on +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xaea6bdc1 cdns_drd_gadget_off +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xb1c05cf2 cdns_suspend +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xda327822 cdns_remove +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x070498b2 ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x094aedd6 hw_phymode_configure +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xb488cfc8 ci_hdrc_query_available_role +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xdc55b644 ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x2372ac74 imx_usbmisc_charger_detection +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x3ab21898 imx_usbmisc_init +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x523875a8 imx_usbmisc_resume +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x70799232 imx_usbmisc_init_post +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xbc623422 imx_usbmisc_hsic_set_connect +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xd3b9b82d imx_usbmisc_suspend +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x16ee228c ulpi_write +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x28d92707 ulpi_register_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x39e6d413 ulpi_read +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x6913feb5 ulpi_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x6acecb0e __ulpi_register_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xc81bcf83 ulpi_unregister_interface +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x04e607b6 u_audio_get_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x1adc9fee g_audio_setup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x2307e006 u_audio_set_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x4c930e5c u_audio_get_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x4fb6bd1c u_audio_start_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x5b011b57 u_audio_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x6fd7dfdb u_audio_get_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x821a3e7f g_audio_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x9cabc361 u_audio_get_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xc01fa5e8 u_audio_set_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xd852baaf u_audio_start_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xe0da26f0 u_audio_set_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xe6247229 u_audio_stop_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xf5eb4860 u_audio_set_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xf633dc43 u_audio_stop_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x18422ae0 gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x1d817b31 gether_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x1e15297b gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x35d17d45 gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x479f5bff gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x4ce51788 gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x4dad4768 gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x500f790b gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x5354c163 gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x618e1ec9 gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x691bb4c7 gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x7ac69c1c gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x7c8ee062 gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x87146ba3 gether_resume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x8757da04 gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x87fa1a60 gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xa843507a gether_set_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xb7e28a96 gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x189f14e5 gserial_resume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x60db48f5 gserial_get_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x633b4567 gserial_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x77268a68 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xc0a01527 gserial_set_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xc9798c43 gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xd9a2829f gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xe89dc424 gserial_alloc_line_no_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xfb78a286 gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x6c825859 ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x89b7c136 ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0xdaa89f77 ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x0425df9c fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x09791500 fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x141fce2a fsg_common_remove_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1710b539 fsg_fs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1ccb58f7 fsg_common_set_num_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1e3fecbf fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x24890aec fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x398778e1 fsg_ss_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x3c6a07d0 fsg_common_create_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x408076b1 fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x423845e4 fsg_ss_bulk_in_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x4617ac36 fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x464fc931 fsg_store_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x52276a36 fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x7e26d4a5 fsg_common_set_sysfs +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x955294d6 fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x95cffb3e fsg_hs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x99953d34 fsg_store_forced_eject +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x9a0221c7 fsg_common_free_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x9fbae500 fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa052b35b fsg_show_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa5cae92f fsg_ss_bulk_out_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa5f99b69 fsg_fs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa741ffb6 fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa85af545 fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa96f2903 fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xab6c68ac fsg_config_from_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb01cb763 fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb3adf38d store_cdrom_address +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb52ba28a fsg_intf_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb54d0d95 fsg_fs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xd1a3e8e0 fsg_common_create_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xf81d383c fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xfb16d229 fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x20aa877e rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x3c214072 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x469ed42c rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x582ea79c rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x5ebd6237 rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x7ddd81fb rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x8610c352 rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x8d0e3c59 rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x9cfa848a rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xbfbb2a74 rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xd5454f59 rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xd7ea2ee1 rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xf4a531d3 rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xf54dd969 rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xfe7de123 rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0322fd4b config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0c589aba usb_validate_langid +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0f910a32 usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x275f0a60 usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2a5ab010 alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2c4bd350 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2fc24147 usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3022177f usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3c2b6329 usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x435cb84a usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x464f2cca usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4beb505d usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4c44e79f usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4eb3abbf usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7148ceb2 usb_ep_autoconfig_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7f7eed66 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x820f7d01 usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x87392cde usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x956c6a23 usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x96eeeaca usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x97543d1b usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9d1a541f usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9eb936bc usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa106ff17 usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa1d984c1 usb_otg_descriptor_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xaa4e4324 usb_func_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb02a3d88 usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb0ddfe18 usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbb3a0f07 config_ep_by_speed_and_alt +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbee5ff65 usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbfa4be89 usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbfcd9c1c usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xcf315171 usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd717fe7a usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd7547a36 usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfa6a819c usb_otg_descriptor_alloc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/rzv2m_usb3drd 0x0c2807e6 rzv2m_usb3drd_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x059f3b4d empty_req_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x0b1788a3 free_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x1fa4d57f udc_enable_dev_setup_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x5d01d078 udc_irq +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x9721fa02 udc_mask_unused_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xab69e6b9 init_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xcb524cbd udc_remove +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xd53508c7 udc_basic_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xe44eeba3 gadget_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xff640a81 udc_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x004c6380 usb_ep_fifo_flush +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x03c4ed82 usb_gadget_vbus_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x0a0ede6c usb_gadget_vbus_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x12f4d573 usb_gadget_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x166f4dfe usb_gadget_register_driver_owner +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x19c09fd4 usb_gadget_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x1c6604d6 usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2551ef94 usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x28f5ff79 usb_gadget_set_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2a3854f8 usb_add_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2af38e5f usb_ep_free_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2c53cadb usb_ep_disable +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2cdd649a usb_gadget_set_remote_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2d89ec1e usb_udc_vbus_handler +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x3ea59b5d usb_ep_alloc_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x405d007d usb_ep_set_wedge +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x4fa2450c usb_ep_dequeue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x4fc0b4af usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x50b88f41 usb_get_gadget_udc_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x50cb28a4 usb_gadget_unmap_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x61f798ad usb_gadget_udc_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x621db545 usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x6e750c0a usb_gadget_ep_match_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x74178ddd usb_gadget_check_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x784d9a58 usb_ep_enable +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x79c3b872 usb_ep_fifo_status +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x84551ce3 usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x8a53725a usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x91b17ad5 usb_gadget_frame_number +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x93d5fdc4 usb_gadget_giveback_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x97bedef0 usb_gadget_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x997a1b75 usb_gadget_map_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x9a28a127 usb_gadget_vbus_draw +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x9d34224a usb_gadget_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xa06a2f9c usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xac5667d9 usb_ep_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xbee6af28 usb_ep_set_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc1ac6c67 usb_del_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc3d4d06b usb_ep_set_maxpacket_limit +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc3f60be9 gadget_find_ep_by_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc5fd56ba usb_initialize_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc8ac2c4f usb_ep_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc95ada18 usb_gadget_clear_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xcdb3683a usb_gadget_activate +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-pci-renesas 0x164c83bf renesas_xhci_check_request_fw +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0x3c8b5534 xhci_plat_probe +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0x633ead50 xhci_plat_remove +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0xbe3f21f9 xhci_plat_pm_ops +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x08a35007 ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x9f8636ba ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x09492220 musb_mailbox +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x0b4a8834 musb_writeb +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x25f4243e musb_set_peripheral +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x2734197f musb_readb +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x5fb42e3e musb_root_disconnect +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x669594ad musb_clearw +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x6af8c6dc musb_writel +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x6c4b2410 musb_get_mode +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x719a5e41 musb_readw +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x8ff13df0 musb_set_host +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x92f24cc3 musb_queue_resume_work +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xade3e56c musb_writew +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xd3c355e4 musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xe59efb0e musb_clearb +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xf0f95e51 musb_readl +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xa39b4cb8 usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xbebaa59c usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xdd39c5d5 usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xea87d73b usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xeb87d9c7 usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0xc74b91cb isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x34085b6b tegra_ehci_phy_restore_end +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x4d095b91 tegra_usb_phy_preresume +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0xce8b9c64 tegra_usb_phy_postresume +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0xfe9fc04a tegra_ehci_phy_restore_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0x5d1cace4 usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x160aa41c usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x330e29df usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x3874d8b8 usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x3c21579b usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x447213e0 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x4c0e6be0 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x55b89e2e usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5a0bbaf8 usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x68a856d4 usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7b5fe130 usb_serial_claim_interface +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x83465a23 usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x89270fb3 usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x8cddac57 usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xa3662aab usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb389e701 usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xccdec9fd usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xd599c2e8 usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xec676e58 usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xece6be90 usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xff078a37 usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0x7544310b dp_altmode_remove +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0x81e11121 dp_altmode_probe +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x6f497a3c tcpci_irq +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0xbe111953 tcpci_get_tcpm_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0xc529e32e tcpci_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0xf0d775b1 tcpci_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x10ec6d2d tcpm_sink_frs +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x3b84657b tcpm_pd_transmit_complete +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x727193bb tcpm_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x76eeda4b tcpm_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x9e0bd753 tcpm_pd_hard_reset +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xb655342c tcpm_pd_receive +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xc37b9769 tcpm_cc_change +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xceb50012 tcpm_vbus_change +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xd680581d tcpm_port_clean +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xda86a83d tcpm_port_is_toggling +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xea220941 tcpm_tcpc_reset +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xeb779665 tcpm_sourcing_vbus +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0494f78d typec_cable_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x05533be3 typec_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x05fccdc7 typec_set_vconn_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x062e718b typec_match_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0a83ab00 typec_cable_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0e2777f1 usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0e6f0166 typec_unregister_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0f7b660f typec_partner_usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1c48b8d2 fwnode_typec_switch_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1ef373f7 typec_partner_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2398604a usb_power_delivery_unlink_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x262425a6 typec_port_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2b2aaabe typec_partner_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2d1e301d typec_find_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x30a9fdeb typec_register_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x30aa9647 typec_mux_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x37dde81b typec_get_negotiated_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3e78e1a0 typec_partner_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x45d6ff25 typec_set_pwr_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4ce970fc usb_power_delivery_register_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x536e3055 typec_altmode_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x54c7c5df typec_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x57e93836 typec_altmode_get_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x58b27cd5 usb_power_delivery_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5b150964 typec_altmode_attention +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5e21ca98 fwnode_typec_retimer_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5e335648 typec_partner_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5e8d8026 typec_retimer_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x654ba3c4 typec_retimer_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x66fc71e0 typec_mux_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6859dc13 typec_cable_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x68fad304 typec_register_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6b3d9465 typec_mux_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6dcc1089 usb_power_delivery_unregister_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6e67f4fe typec_mux_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6f08bdc1 typec_port_register_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7ac711b4 typec_set_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x85acf173 typec_unregister_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x86521d45 typec_switch_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8bf60d8d typec_retimer_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8f983447 typec_unregister_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9049491e typec_find_port_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x936f6aa2 typec_altmode_put_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x95c5f2c0 usb_power_delivery_link_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x99b50cb8 typec_set_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9b82c37a typec_mux_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9c6004bc typec_altmode_vdm +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9cc48f8d typec_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa15af84e fwnode_typec_mux_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa254de98 typec_find_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa40dd546 typec_altmode_notify +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa61851eb typec_get_fw_cap +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xab510fb3 typec_switch_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xae3d1e22 typec_plug_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xaf26db55 typec_switch_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb48522cb typec_altmode_exit +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb9d94b90 typec_register_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xba05d4c4 typec_retimer_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbc6e6102 typec_altmode_get_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbe4b4fba typec_switch_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc1ce63c7 typec_set_mode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xcf484f64 typec_get_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd04fe7f4 typec_retimer_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd2fa1286 typec_switch_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd7f76189 typec_partner_set_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd80d2023 typec_partner_set_pd_revision +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xdfd2d9f3 typec_switch_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xdfe195e7 typec_altmode_enter +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe044e9a1 typec_altmode2port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe3088b69 typec_altmode_update_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xeafc1eb8 typec_find_port_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xedd2eef9 typec_port_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xede53b21 typec_plug_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xef1419fc __typec_altmode_register_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xef74d6a6 typec_cable_is_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf1234a8b typec_find_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf44242e6 typec_unregister_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf99b29f8 typec_set_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfc8df340 typec_mux_put +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x3f37344f ucsi_connector_change +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x61c4612c ucsi_resume +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x7682a7bb ucsi_destroy +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x82b57ce7 ucsi_send_command +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x878ccfa1 ucsi_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x9f50f490 ucsi_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xae87b6bb ucsi_register +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xc0548336 ucsi_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xcbb1015f ucsi_create +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x32996ba6 usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x40807a12 usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x42e93b97 usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x4970b4d0 usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x5777bfc2 usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x87e27e11 dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x89d56bb4 usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x903412db usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xb1371026 usbip_in_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xbaef6193 usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd02753dc usbip_header_correct_endian +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xdcacc365 usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe1ea0586 usbip_dump_header +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe682b91c usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe68bf33f usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x0660c1b8 vdpa_set_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x20a352dc vdpa_mgmtdev_register +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x2eaa6ed6 vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x39c6c128 _vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x4d1ef351 vdpa_get_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x649db9ee vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x7b185242 vdpa_mgmtdev_unregister +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x95513321 _vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xab5698a9 __vdpa_alloc_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xc3e8eb1a __vdpa_register_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xf5b8ab33 vdpa_unregister_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0x6404b85c vdpasim_schedule_work +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0xd86b4213 vdpasim_create +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x4cf699b8 vfio_pci_core_set_params +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x59e53d1b vfio_pci_core_mmap +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x5c298a2c vfio_pci_core_register_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x61ac24d0 vfio_pci_core_release_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x75f08f69 vfio_pci_core_init_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x76951044 vfio_pci_core_write +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x8388c645 vfio_pci_core_disable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x86867417 vfio_pci_core_register_dev_region +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x87c8332b vfio_pci_core_close_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x8ac82cc7 vfio_pci_core_err_handlers +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x900dbea1 vfio_pci_core_ioctl_feature +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x98dd7617 vfio_pci_core_sriov_configure +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xa5cb041d vfio_pci_core_aer_err_detected +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xa72b8b49 vfio_pci_core_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xabe3e41c vfio_pci_core_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xbe86f9ed vfio_pci_core_unregister_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xc9b1f6f3 vfio_pci_core_read +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xd6dac60f vfio_pci_core_finish_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xe2e7f625 vfio_pci_core_match +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xf12261c4 vfio_pci_core_request +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x5f9fd5c0 vfio_platform_mmap +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x6661aab9 vfio_platform_write +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x95f15966 vfio_platform_open_device +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x97a3813c vfio_platform_init_common +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xb454f0a1 vfio_platform_close_device +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xbd3bb546 vfio_platform_unregister_reset +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xd904ed3c vfio_platform_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xe2ba7460 vfio_platform_release_common +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xecd3e5d3 vfio_platform_read +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xf4c4a410 __vfio_platform_register_reset +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x0b51f85f vfio_iommufd_physical_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x190fb8ee vfio_assign_device_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x2873b162 vfio_mig_get_next_state +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x4340d8cc vfio_virqfd_enable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x48ee7465 vfio_device_set_open_count +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x4be9c881 vfio_file_is_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x4cdc480f vfio_iommufd_emulated_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x54efc0a4 vfio_register_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x556d049d vfio_iommufd_physical_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x5d7bc6ab vfio_file_enforced_coherent +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x60a634c4 vfio_info_cap_add +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x61b39975 vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x6626cabb vfio_register_emulated_iommu_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x6a018b12 vfio_virqfd_disable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x6e2ff2ac vfio_file_has_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x74e05b1a vfio_file_iommu_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x798ff11e vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7b714099 vfio_iommufd_emulated_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7d2ed4c3 iova_bitmap_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x8a64819d vfio_file_set_kvm +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x94156c9f vfio_iommufd_physical_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xa6237c74 vfio_unregister_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xce57fe7f vfio_iommufd_emulated_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xdc49c965 _vfio_alloc_device +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x06704cfd vhost_dev_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0c458f64 vhost_clear_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1dfccdc7 vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x282a6606 vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x286fae6a vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x29b7e2d2 vhost_vq_init_access +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2b106717 vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2d4d365e vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3a61f513 vhost_dequeue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x42ee637c vhost_chr_read_iter +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x47850a28 vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x53225f7a vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x568663a8 vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5afceb99 vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5b0f5fcf vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5fa7d5be vhost_enqueue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x63c6f2be vhost_worker_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x67a6b1af vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7dabe2ae vhost_new_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7f1f1544 vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x85a6647e vhost_vq_avail_empty +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8b414678 vhost_init_device_iotlb +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8b474ca2 vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9430ad41 vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa21d1b2f vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa909cfc5 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xaa2ae6cb vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb63dfc1e vhost_vq_is_setup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb81d44c0 vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xbb48d20c vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xbeba47a0 vhost_vq_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc01a9aca vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc3f16b9a vhost_vq_has_work +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xcb249b37 vhost_vq_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd1179884 vhost_set_backend_features +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xdeed6a0a vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xdfe21d81 vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe6a2dfe4 vhost_exceeds_weight +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe6e87529 vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe7158a41 vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf86cf1a1 vq_meta_prefetch +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfa64131d vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfd2b3e45 vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfd677266 vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x38ff875f vhost_iotlb_add_range +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x5f4e5249 vhost_iotlb_reset +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x69e872f9 vhost_iotlb_itree_first +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x6bec0e66 vhost_iotlb_del_range +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x83be64b9 vhost_iotlb_itree_next +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x885512a2 vhost_iotlb_add_range_ctx +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x8a7d8ee9 vhost_iotlb_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xa24517eb vhost_iotlb_free +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xc577832d vhost_iotlb_alloc +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xf9deb0db vhost_iotlb_map_free +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x18d58fc3 ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x1ad9dec6 ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x1e24c167 ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x41986b82 ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x63d35898 ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xeca1c6d8 ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xf4b63701 ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0xfbd4d30b fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x674cd195 sis_free_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x833083e0 sis_malloc_new +EXPORT_SYMBOL_GPL drivers/w1/wire 0x0c1e55e8 w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x17ff48a6 w1_touch_bit +EXPORT_SYMBOL_GPL drivers/w1/wire 0x2da1019a w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x3d4c1603 w1_triplet +EXPORT_SYMBOL_GPL drivers/w1/wire 0x5562f260 w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x63757e92 w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7fb05290 w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0x852ae3bd w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x8534a88e w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0x9c673230 w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0xdd51ccc9 w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xf22aedf9 w1_touch_block +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x12eaf34c xen_front_pgdir_shbuf_free +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x149f1f4b xen_front_pgdir_shbuf_map +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x2f35f27a xen_front_pgdir_shbuf_unmap +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xb11079a8 xen_front_pgdir_shbuf_get_dir_start +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xfa3eed78 xen_front_pgdir_shbuf_alloc +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x05ac1c91 xen_privcmd_fops +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x8f702863 xen_privcmdbuf_fops +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x4b62826c dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x88d200c9 dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x8a6c5f1b dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x8d606b32 dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x95325ecb dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcd224e1d dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x136e178e nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x1a2a0627 nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x621343c9 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x84acade0 nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9ade9865 nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9cbde0a0 nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xa77af3da lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xb5464cbe nlmclnt_rpc_clnt +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xec32a599 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/netfs/netfs 0x5e62dc20 netfs_extract_user_iter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x016cd143 nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0294c6a2 nfs_callback_nr_threads +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x03eacb8c nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0403e2fd nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x04351b84 nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x045b28e3 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x04a59003 nfs_file_fsync +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x09f67eeb nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0a862035 nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0a902575 nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0c4699a1 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1048e115 nfs_reconfigure +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10962bc2 nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x15ebd7cc nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x18e97939 nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1be1629b nfs_set_verifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1c6cb409 nfs_check_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x20de30c7 nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2121976e nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x21428757 nfs_add_or_obtain +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22d795a8 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x23211506 nfs_wait_on_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x24c7aa59 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x25d09f9e nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2798dfc5 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x29086fa3 __tracepoint_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2964db12 nfs_filemap_write_and_wait_range +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x29915a02 nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2a62e1b0 nfs_sysfs_link_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2ab6be74 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2b7e19a7 __traceiter_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2cc1f573 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x307a349f nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x30fd42e2 nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3292594f nfs_read_alloc_scratch +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x34009166 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x34566b51 __tracepoint_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x365025b8 nfs_client_init_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x36ceb774 nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x37178bf5 nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x38bcfe39 nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3aad1238 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3e0c17d0 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ef6fee2 nfs_try_get_tree +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40395f6c nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40739385 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x44f25d77 nfs_request_add_commit_list_locked +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4507ba85 nfs_client_for_each_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x472521a7 nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4741df17 nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4b1a1505 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4beb3503 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4c6aed78 nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4fe368ee nfs_probe_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x50ea5aa7 nfs_set_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x54a1c749 nfs_access_get_cached +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x56e238c3 nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x584b8482 nfs_inc_attr_generation_counter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x591c3f05 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5ae4575d nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5d38d462 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5d7fbe81 nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5dd75c12 nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e342e8e nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5e432585 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6449fd3e __traceiter_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x64aa1c91 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x671c6c70 nfs_async_iocounter_wait +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6752c06c nfs_clear_verifier_delegated +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x67992821 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x679b2809 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x67ba992f nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x689306e2 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6b66439c nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e81f032 __SCK__tp_func_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7087d98d nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x70a12984 register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x718f7538 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x732c32cd nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x739e7965 nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73dff4c0 __SCK__tp_func_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x74e7a026 nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7591eb87 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7911c0bf nfs_sysfs_add_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7ad165fc nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c6e207f nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7e202e89 __tracepoint_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8499de4f nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8733039d alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x887f0b52 nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8943d5c4 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8a701f9e nfs_client_init_is_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8c1006a4 nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8cbc5c31 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8d8f81b8 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90e798a2 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x933f2b46 nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x94f39371 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x95007f7e __SCK__tp_func_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x950ca987 nfs_writeback_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x983cc7e9 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b0ece8 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9adea718 nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9d5a6a42 nfs_release_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9ee94b34 nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa1520c86 nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa38e9408 nfs_free_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa4762b73 nfs_pageio_resend +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaafd4acc max_session_cb_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaf4e8309 nfs_get_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb18bb370 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb295094f nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb2de8845 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb511ee20 nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb5e63c63 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbb423d13 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbcc60c8d __tracepoint_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbd184dc2 __traceiter_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbd8624d3 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc0aa8820 nfs_d_prune_case_insensitive_aliases +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3a2be67 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc478b067 nfs_sync_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6c8b8f1 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc726ba20 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc85b6967 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcaa26e89 nfs_put_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcd0df87c nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xced55b58 nfs_alloc_fattr_with_label +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd1661881 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd30a60d8 get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd41c90c8 nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd4e968f0 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd5ee2d74 __traceiter_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xda9f96c5 nfs_commit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdd35818b nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdd45b76c nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xde1288ac nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe17e5972 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe3570ac8 nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe849c762 nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xea474d85 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xecfe76d0 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xed78d120 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf09a8d3d nfs_scan_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf14978d3 nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf21375b0 nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf2d9dc85 nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf3a9f72c nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf3b2a63d nfs_pgio_current_mirror +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf4ffdd1e nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf69cdead nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf8dd094a nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf96f04c4 __SCK__tp_func_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfa7c7fc2 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfbbe4685 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfd6b4ee0 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfd7135da nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfde54ee1 nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xffec9f3c nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0x0201ee3a nfs3_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0081d69f nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0114d833 __traceiter_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x02da1276 __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x02e0402d __traceiter_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x054bef45 layoutstats_timer +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x074a67d5 pnfs_layoutcommit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x07be9931 __traceiter_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x08b2c467 __SCK__tp_func_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0bd06bd1 __tracepoint_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0be884a6 nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0c0baff0 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0d381e90 __tracepoint_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0f1ceb4a pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0ff289f3 __SCK__tp_func_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x14d49735 pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x187dac32 pnfs_generic_prepare_to_resend_writes +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x18b41178 __tracepoint_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x18f07737 __traceiter_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1ba9d8b5 pnfs_generic_pg_check_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1d57c82c __tracepoint_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1f0de934 nfs4_mark_deviceid_available +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2174b794 __tracepoint_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x27ad47ea __SCK__tp_func_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x29846a72 nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2f1e21ba __tracepoint_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2f2b092c nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x30a44ac3 __SCK__tp_func_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3112788c pnfs_generic_recover_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3ec04de3 pnfs_report_layoutstat +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3fe6937a nfs4_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x42123ce3 nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x423d2d01 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4281f536 pnfs_generic_clear_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x43b6019b pnfs_generic_scan_commit_lists +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4560d951 pnfs_nfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4b543ce4 nfs4_pnfs_ds_connect +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4b70f2b1 pnfs_read_resend_pnfs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4d7179d3 pnfs_alloc_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x511273bf __traceiter_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x533c198f __SCK__tp_func_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x555bb1db __tracepoint_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x579126b8 __SCK__tp_func_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5a4314e9 __SCK__tp_func_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6085edbd nfs_map_string_to_numeric +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6705b61b nfs4_pnfs_ds_put +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x699c9714 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69d3558d pnfs_generic_rw_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6a95e4cb pnfs_generic_write_commit_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6e637af7 __tracepoint_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x71822c14 __traceiter_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7668ca8b __traceiter_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x76805a2c pnfs_error_mark_layout_for_return +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x785c06ab __SCK__tp_func_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7a4e7f4e __SCK__tp_func_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7bab4872 nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7cd013a8 __SCK__tp_func_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7d9e475c pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7ed4e564 pnfs_generic_ds_cinfo_release_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7f77c30c __traceiter_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x802046c5 __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x813072f7 nfs4_test_session_trunk +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x81e4f4aa pnfs_generic_ds_cinfo_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x87299374 __traceiter_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x895d2eeb __traceiter_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8be24f50 __tracepoint_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8be9fb9a nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x932fc484 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x94bcf8a9 nfs4_decode_mp_ds_addr +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9820f1d6 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9a203bd9 pnfs_layout_mark_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9cb79748 pnfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa1fd2f37 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa22108bc nfs4_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa53b4854 pnfs_generic_commit_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xab4c0cd3 pnfs_generic_layout_insert_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb26356ec pnfs_generic_pg_check_range +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb43c87a8 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb5e0dd0f nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb6198999 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xba12148b __traceiter_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xba53a1ef __SCK__tp_func_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbd225072 __traceiter_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbd39bb96 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbdec87e4 __traceiter_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbefae307 pnfs_generic_pg_cleanup +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbfc5890f nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc7a9d954 __SCK__tp_func_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcc96a202 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcfdf2b4f nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd2754d73 nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd429d6d2 pnfs_generic_search_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd47333c2 __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd5e2521d pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd5e853fb nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd7f5073d pnfs_free_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdb2431d9 nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdb3cf2c1 nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdc0a7376 pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdd342fa8 __tracepoint_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xde1ed2e4 pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdf6991a4 __SCK__tp_func_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe732980f nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xeac5085b nfs42_proc_layouterror +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf64c0c6e pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf7801360 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf94a1ab4 pnfs_add_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf999267e pnfs_generic_commit_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf99df43b nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfe5d8bfb pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfebeb51a pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x1fe1e1ad locks_end_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x3f664064 locks_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x7a0e2f96 locks_start_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0xfc1a0c89 opens_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x5a12e6bf nfs_stream_decode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x7988c33c nfs_stream_encode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xb7d6ef41 nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xda719c36 nfsacl_decode +EXPORT_SYMBOL_GPL fs/nfsd/nfsd 0xc5634e90 nfsd4_ssc_init_umount_work +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x019df364 o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x31b0b425 o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4900035b o2hb_stop_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x58c88ff2 o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x5e95a4b2 o2net_send_message_vec +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x6a0c3847 __mlog_printk +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x724fe06f o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x76335f5c o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x81a17396 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x90638663 o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa941cb47 o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xab584d0d o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xb6ebf62a o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbc00337d o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbd13ee5d o2hb_check_node_heartbeating_no_sem +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc4d99852 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd859ac8c o2net_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf1a5611d o2net_unregister_handler_list +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf56c2017 mlog_not_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf982e6db o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xfe1298f3 o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x07438be0 dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x28cd5688 dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xaef3cf6d dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd258a3c7 dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd3112217 dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd38d79f7 dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd7ba575e dlm_errmsg +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd8fa57a6 dlm_unregister_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x0a726931 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x0cfd3fc5 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x1475f64b ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x3a412f1d ocfs2_plock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x76f40744 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x89e99cfe ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x9507547f ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x96241d59 ocfs2_kset +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xaf969565 ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xba76c3d1 ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xc5196999 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xc9fae756 ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xcafdd707 ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xd344e4ee ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xd806a273 ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x43cc3d4b pstore_blk_get_config +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x871f87b6 register_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0xd4fcae6b unregister_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0x7d1c8310 unregister_pstore_zone +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0xa7fc6c9f register_pstore_zone +EXPORT_SYMBOL_GPL fs/smb/common/cifs_arc4 0xabd9af6d cifs_arc4_crypt +EXPORT_SYMBOL_GPL fs/smb/common/cifs_arc4 0xc4c73891 cifs_arc4_setkey +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0x798f3830 cifs_md4_init +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0xceecd9e4 cifs_md4_final +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0xdef1096d cifs_md4_update +EXPORT_SYMBOL_GPL lib/842/842_compress 0xcf048a91 sw842_compress +EXPORT_SYMBOL_GPL lib/842/842_decompress 0xa4adedf1 sw842_decompress +EXPORT_SYMBOL_GPL lib/bch 0x0c303f52 bch_encode +EXPORT_SYMBOL_GPL lib/bch 0x0d3e3481 bch_free +EXPORT_SYMBOL_GPL lib/bch 0x1a267fa8 bch_init +EXPORT_SYMBOL_GPL lib/bch 0x860a2eab bch_decode +EXPORT_SYMBOL_GPL lib/crc4 0x696b3a5a crc4 +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x0105b595 des_encrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x574eda34 des3_ede_decrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x856a5ef3 des3_ede_encrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa6aa9857 des_decrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa77b3b62 des3_ede_expand_key +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa8fb743d des_expand_key +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0x39e8fa4b poly1305_update_generic +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0x4a833012 poly1305_final_generic +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0x8c874435 poly1305_init_generic +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x3b49102a notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xb8daf2bc notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/polynomial 0xb8b44e50 polynomial_calc +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x1803a6ed raid6_2data_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x804a5b70 raid6_call +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0xe4b051cf raid6_datap_recov +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x1d29b9e1 decode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x561835eb init_rs_non_canonical +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x63adbf92 encode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xa32f3d9e decode_rs16 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xeb2f825c init_rs_gfp +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xfd581da1 free_rs +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0x8e3296d5 lowpan_header_compress +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0x8ff93d32 lowpan_header_decompress +EXPORT_SYMBOL_GPL net/802/garp 0x0d58078f garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x59d9096c garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0x8267d70f garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0x9f2c7e3a garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0xd309f060 garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0xfcb6a3ec garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x4537ccfb mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x56695892 mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0x7819fa38 mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x84048415 mrp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0xc6a48cbc mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0xe1019b59 mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/stp 0x4da2934f stp_proto_unregister +EXPORT_SYMBOL_GPL net/802/stp 0xc82ed5d9 stp_proto_register +EXPORT_SYMBOL_GPL net/9p/9pnet 0x24f4793c p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/9p/9pnet 0x96665cf6 p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/atm/atm 0xb09faf79 register_atmdevice_notifier +EXPORT_SYMBOL_GPL net/atm/atm 0xcfb6a3da unregister_atmdevice_notifier +EXPORT_SYMBOL_GPL net/ax25/ax25 0xac93ae05 ax25_bcast +EXPORT_SYMBOL_GPL net/ax25/ax25 0xaeb7451e ax25_defaddr +EXPORT_SYMBOL_GPL net/ax25/ax25 0xfd2f7411 ax25_register_pid +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x4788d6c8 l2cap_chan_del +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x4e1ae681 l2cap_chan_put +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x62e41cba l2cap_add_psm +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x7022790d l2cap_chan_create +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x78e059f9 bt_debugfs +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x86ae78fa l2cap_chan_list +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x9807d2e4 l2cap_chan_send +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xf10d19bd l2cap_chan_set_defaults +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xf9e4acd3 l2cap_chan_connect +EXPORT_SYMBOL_GPL net/bridge/bridge 0x0297ebaf nf_br_ops +EXPORT_SYMBOL_GPL net/bridge/bridge 0x062653c3 br_mst_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x0d5f9818 br_forward +EXPORT_SYMBOL_GPL net/bridge/bridge 0x1b2db006 br_get_ageing_time +EXPORT_SYMBOL_GPL net/bridge/bridge 0x2a138cc9 br_multicast_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x3bc7508d br_forward_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x3c86782c br_fdb_find_port +EXPORT_SYMBOL_GPL net/bridge/bridge 0x3cf0aa8b br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x4552a8a1 br_vlan_get_pvid +EXPORT_SYMBOL_GPL net/bridge/bridge 0x468164fd br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x4a00c49c br_multicast_router +EXPORT_SYMBOL_GPL net/bridge/bridge 0x5ddf4cdb br_vlan_get_proto +EXPORT_SYMBOL_GPL net/bridge/bridge 0x70bb606d br_vlan_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x7125190e br_fdb_clear_offload +EXPORT_SYMBOL_GPL net/bridge/bridge 0x7d4cb071 br_multicast_has_querier_anywhere +EXPORT_SYMBOL_GPL net/bridge/bridge 0xa11b7584 br_mst_get_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0xa5b5336e br_vlan_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0xbcb7564d br_handle_frame_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0xc286ba95 br_mst_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd97d517c br_port_get_stp_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0xe1825db0 br_vlan_get_pvid_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf0885be6 br_multicast_has_router_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf583f430 br_port_flag_is_set +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf802280b br_vlan_get_info_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0xfa996b21 br_dev_queue_push_xmit +EXPORT_SYMBOL_GPL net/dccp/dccp 0x01f05fa4 dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0x082269ca dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0x182d20b3 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x182ec2bf dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x19166de0 dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2949d32d dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0x319dd67c dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x34981349 dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x35a841e4 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x37265df6 dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0x38d73ded dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4242b283 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x430b2db7 dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4dac6326 dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x563c28a4 dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5aebdd76 dccp_destruct_common +EXPORT_SYMBOL_GPL net/dccp/dccp 0x627e583c dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x66c014b8 inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0x72165296 dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x76891d63 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7c7f455d dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7e1c3ce1 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x80993155 dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8171199a dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0x855b73cd dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8ff3481a dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x954acf97 dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9fbe3da6 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0xae9742a4 dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb2d7ee5a dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc33948ab dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xce5462d5 dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd75b7072 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd7cdb975 dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe64b1b29 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xec1aad8c dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfd6ceb0b dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x4baadfeb dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xa1cb6322 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xc3899e79 dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xe16c8266 dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xf2163999 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xf9175433 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x05255610 dsa_8021q_rcv +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0c6039ac dsa_flush_workqueue +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x287193da dsa_port_from_netdev +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x2df09691 dsa_register_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x3a0ffc4e dsa_slave_dev_check +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x417d1fed dsa_8021q_rx_switch_id +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x45ca5090 dsa_tag_8021q_bridge_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x46388534 dsa_devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x474999c8 dsa_enqueue_skb +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x63880107 dsa_port_phylink_mac_change +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x6f696cdb dsa_devlink_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x764b66b9 dsa_mdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x77c9e7de dsa_8021q_xmit +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x79713331 dsa_tag_drivers_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x79821c25 dsa_tag_8021q_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x81ff1022 dsa_devlink_resources_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x82f0f2c1 dsa_devlink_params_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x8aeefa2f dsa_tag_8021q_bridge_leave +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x94727e5e dsa_tag_drivers_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9622b7c9 dsa_switch_find +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9e59271d dsa_8021q_rx_source_port +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xa3ed5f22 dsa_switch_suspend +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xab0bd414 dsa_switch_resume +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xbb7c38b7 dsa_devlink_resource_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc1df5c59 dsa_tag_8021q_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc23e8d5f dsa_devlink_region_destroy +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc3316fcd dsa_devlink_port_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc52f573a dsa_unregister_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd077e855 dsa_devlink_param_get +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd378f36e dsa_fdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xdf206e04 dsa_switch_shutdown +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe5b057e9 dsa_tag_8021q_find_port_by_vbid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe5c4267d dsa_tag_8021q_bridge_join +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xeb565c69 dsa_devlink_params_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf0eb6536 dsa_devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf13e1803 vid_is_dsa_8021q +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf3b2caee dsa_tag_8021q_standalone_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xfd3e2b67 dsa_devlink_param_set +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x04e84230 ieee802154_mac_cmd_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x31ce997d ieee802154_mac_cmd_pl_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x41fdc965 nl802154_scan_done +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x5c0024f9 nl802154_scan_started +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x5c25f0fa ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x639279ed nl802154_beaconing_done +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x87e2553b ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x88d30d2d ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xa67b3df4 ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xbacf9d00 nl802154_scan_event +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xc0cbf09a ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xe23903b9 ieee802154_beacon_push +EXPORT_SYMBOL_GPL net/ife/ife 0x0dda8993 ife_encode +EXPORT_SYMBOL_GPL net/ife/ife 0x6210e871 ife_tlv_meta_next +EXPORT_SYMBOL_GPL net/ife/ife 0x67db2029 ife_tlv_meta_decode +EXPORT_SYMBOL_GPL net/ife/ife 0x6a6b30a4 ife_decode +EXPORT_SYMBOL_GPL net/ife/ife 0xe7888e98 ife_tlv_meta_encode +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x16b993a0 esp_input_done2 +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x2973a323 esp_output_head +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x8a872b46 esp_output_tail +EXPORT_SYMBOL_GPL net/ipv4/gre 0x363e9bff gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0x90b135bc gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x0be85841 inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x1b652975 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x343b58d3 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x7d9355c4 inet_diag_msg_common_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x80a6f20e inet_diag_msg_attrs_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xa511dd8f inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xcb80dc85 inet_diag_find_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xce96b1b6 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xd2fe00fb inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0x163ba1b0 gretap_fb_dev_create +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x19c79e9e ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x4261e03d ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x4900935b ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x4e525a85 ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x749d8d7f ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x769febcb ip_tunnel_ctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x7b5e4deb ip_tunnel_delete_nets +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9c80ad45 ip_tunnel_encap_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9cc0faf5 ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xa8a23dba ip_md_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xbd329d6c ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc442c092 ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xcd4c5d78 ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd805e0ee ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xde27f14f ip_tunnel_siocdevprivate +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xeab79f79 ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xf0d0235a __ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x225a0540 arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x5b7949ee ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x1d058b92 nf_defrag_ipv4_disable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0xd4e2f1f0 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0x32ad6266 nf_dup_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x1c1537a5 nf_reject_iphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x7bf7a839 nf_reject_skb_v4_tcp_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x8c1092f3 nf_reject_ip_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x9990dacb nf_send_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xb497739f nf_reject_ip_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xc82b82b3 nf_reject_skb_v4_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xfba1aeae nf_send_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0xe07d7aaa nf_sk_lookup_slow_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x4aca6c49 nf_tproxy_laddr4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x4c6d6f4f nf_tproxy_handle_time_wait4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x7e4938ff nf_tproxy_get_sock_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x9472fa71 nft_fib4_eval +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0xfb317592 nft_fib4_eval_type +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x0933aea7 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x4613c365 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x5348b64e tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x5dbfc0ed tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xcef97908 tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x0b33f84f udp_tunnel_xmit_skb +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x1bb7c020 setup_udp_tunnel_sock +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x24cadd1d udp_tunnel_notify_add_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x3babc9e4 udp_tun_rx_dst +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x422b26e5 udp_tunnel_notify_del_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xb11ce1fc udp_tunnel_drop_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xea1d3748 udp_tunnel_sock_release +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xf1b78a1a udp_tunnel_push_rx_port +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x0a22b7dc esp6_output_tail +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x646ee476 esp6_input_done2 +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xc909d267 esp6_output_head +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x85e2a19f ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xa08ec9e0 ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xe8f91671 ip6_tnl_encap_setup +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x1926a00f udp_tunnel6_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x5392bf88 udp_sock_create6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x5bce3869 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x020e99e0 nf_defrag_ipv6_disable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x4694fd05 nf_ct_frag6_gather +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xed978680 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0x6c7d89be nf_dup_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x53eff8ea nf_reject_ip6_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x59b26221 nf_send_reset6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x59dd5502 nf_send_unreach6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x78a952d6 nf_reject_skb_v6_unreach +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xb13ea84c nf_reject_skb_v6_tcp_reset +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xbbbd2d1e nf_reject_ip6hdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xbede32f6 nf_reject_ip6_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0x671adbc3 nf_sk_lookup_slow_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x09322c74 nf_tproxy_laddr6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x1ae69ea7 nf_tproxy_handle_time_wait6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xc1f10587 nf_tproxy_get_sock_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x2da4eb57 nft_fib6_eval +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0xd28263d4 nft_fib6_eval_type +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x04515316 l2tp_tunnel_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0c65376d l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x13253ba5 l2tp_session_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x1415a67a l2tp_tunnel_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x2d17e122 l2tp_tunnel_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x3c665823 l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x4b5839bd l2tp_session_get_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5811548c l2tp_tunnel_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x6d2daa94 l2tp_tunnel_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x808dac55 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x8870f089 l2tp_tunnel_get_session +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x8baae6b9 l2tp_session_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x8dc853c7 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x92516864 l2tp_sk_to_tunnel +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb4023609 l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb80f40a2 l2tp_session_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xbccbb507 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd4c61174 l2tp_session_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xdd15931a l2tp_recv_common +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xfc3d7c94 l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xfcf5cb16 l2tp_session_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_ip 0x41587c8d l2tp_ioctl +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x55deb574 l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0810e11c ieee80211_update_mu_groups +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0f6fcf44 ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x16ad7c5f ieee80211_tkip_add_iv +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1720cc41 ieee80211_calc_tx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1dab0efe ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x27617294 ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x2a04e99a ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x345c1182 ieee80211_calc_rx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x39b443ca ieee80211_obss_color_collision_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3b7d7a99 ieee80211_color_change_finish +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3e99b068 ieee80211_iterate_stations_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x480054f2 ieee80211_set_active_links_async +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7103ea43 ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x73f2b201 ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7ae412bf ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8867faeb ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x937c3ff5 ieee80211_set_active_links +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9e1c1431 ieee80211_key_replay +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xad67231f ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb383ff5a wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb8c19b38 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd004ea88 ieee80211_key_mic_failure +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xdae84615 ieee80211_iterate_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xdc932f10 ieee80211_find_sta_by_link_addrs +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe2bb8ac0 ieee80211_vif_to_wdev +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xea792270 ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xee1d007a ieee80211_hw_restart_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf24cfcd4 ieee80211_iterate_active_interfaces_mtx +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf8b38d3b ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x1d3a857a mpls_dev_mtu +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x21c1c5a4 nla_put_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x2d0970a5 mpls_pkt_too_big +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x56c1732b mpls_stats_inc_outucastpkts +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x583a07be mpls_output_possible +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x8ee316eb nla_get_labels +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x15127a81 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x196fd8d6 ip_set_put_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1a59b5b9 ip_set_match_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1af74ca1 ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x22d966c6 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x2d664af1 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x3200a7d2 ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x3227d3f7 ip_set_put_flags +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x4fb6aa14 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x5167f214 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x57ae7ee8 ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6265aa66 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x800dc70c ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x998f9fc1 ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9da29d5a ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa602ced7 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa976d152 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xbcf83ced ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd9db83ae ip_set_init_comment +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xdf428295 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x192c5288 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x29ee209c ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x58b00b47 register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xbf0e5267 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x30455e01 nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x3827747c nf_conncount_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x7564f7a2 nf_conncount_gc_list +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xbe2162cf nf_conncount_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xcf6259c8 nf_conncount_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xded40268 nf_conncount_list_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xf2a1dbb9 nf_conncount_cache_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x01bf0dea nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0228ebe2 nf_ct_destroy_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x038eaa7f nf_ct_skb_network_trim +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0460ec0f nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x06d9b29f nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0a687e79 nf_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0aee3072 nf_ct_get_id +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bc00f80 nf_nat_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x18aa760c nf_ct_remove_expect +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1e9457be nf_connlabels_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1ebac296 nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1f12e0f8 nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x210832a0 nf_ct_netns_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x21679ca3 nf_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x225340a5 nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x23d287e6 nf_ct_iterate_cleanup_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x28eff409 nf_conntrack_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x28f84d14 nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x320ba5e1 nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x349ae6c8 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3b26d365 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x43037591 nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x45d7d36c nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x48e06cdc nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x55718a65 nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x57e9551d nf_ct_timeout_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5a91bd53 nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5cda76d0 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5d07927e nf_ct_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5f3490a6 nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x61b29d05 nf_ct_expect_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6c0eba25 nf_ct_change_status_common +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x71af8726 __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x751954df nf_connlabels_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x752f0aa2 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x76a4d0ca nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x76dd09bb nf_conntrack_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7b20b959 nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7e7c1f80 nf_nat_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x81ebda87 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x86b26ab8 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8a25c743 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8c043eb6 nf_ct_bridge_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8dc51590 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8dd698de nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ded0237 nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x90c53c42 nf_ct_helper_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x96d1d1df nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x97d77e55 nf_ct_handle_fragments +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x99034b32 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x995d1075 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9adb7399 nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa03659ab nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa0896141 nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa45c4461 nf_nat_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa5d31544 __nf_ct_change_status +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa8fb2aed nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaa7aa89c nf_conntrack_eventmask_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xac6189d8 nf_conntrack_helpers_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaf0847f0 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaf17707d nf_ct_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb3713130 nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb39356f5 nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb4196f4a nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb4871d90 nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb5568492 nf_nat_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb6c70370 nf_conntrack_helpers_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbaab9405 nf_ct_set_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbb389d26 nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbc2d1422 nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbff67a28 nf_ct_bridge_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc17bc18c nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc291f668 nf_conntrack_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc50b28d9 nf_ct_netns_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc90e2087 __nf_ct_change_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcff7c7d9 nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd0095369 nf_ct_add_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd505c3e0 nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd62d1c9d nf_ct_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xda11ef22 nf_ct_ecache_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdb646932 nf_ct_untimeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdb72fdea nf_ct_tmpl_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdba7326b nf_conntrack_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdf92dc13 nf_conn_pernet_ecache +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe2f6dcc9 nf_ct_tmpl_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe50d5334 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec8beba6 nf_ct_expect_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xedc1a792 nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xeff70ec1 nf_ct_expect_iterate_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf22e313b nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf6c9ab9c nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf8a3abc2 nf_ct_acct_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfa027fd9 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfc1f7a4d __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfd7f2772 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x6225ab57 nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x5d1da905 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0xd57d2219 nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xa63c2074 get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xe4139614 nfct_h323_nat_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0xea3d0e6a nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x4a4a35ee nf_nat_pptp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x4c6457e6 ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x60ba4073 ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x91e060ff ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xadcc3c40 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xb2241214 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xc05ed884 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xe7c64b0f ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x785e997d nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0xb60f5039 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x0dfc0c3a nf_dup_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x3f753301 nf_fwd_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x738f26ec nft_fwd_dup_netdev_offload +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x009df051 nf_flow_rule_route_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x0537d454 nf_flow_offload_ipv6_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x15a5e924 flow_offload_route_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x1a324870 nf_flow_table_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x304b5283 nf_flow_rule_route_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x3ba35905 nf_flow_offload_ip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x5c9bbbd9 flow_offload_add +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x6a36b29e flow_offload_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x6e7beac8 flow_offload_refresh +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x8374214e nf_flow_snat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x83b4e5a7 nf_flow_table_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xb18437b0 flow_offload_teardown +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xbaba19fa nf_flow_table_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xbe30724f nf_flow_dnat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xc92d4136 nf_flow_table_offload_setup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xdbf38a5f flow_offload_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xfe129470 flow_offload_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0c2adb4b nf_nat_ipv6_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x1038fe49 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x31a7e59f nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3bc17c49 nf_nat_masquerade_inet_register_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x4a700c75 nf_nat_masquerade_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x592bb467 nf_nat_exp_find_port +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x7f7fd5a3 nf_nat_ipv4_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x80162be3 nf_ct_nat +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x8a68c9bf nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x8fe055d5 nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x9701e184 nf_nat_ipv6_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xac21cbcb nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb0293967 nf_nat_redirect_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb68d8ea2 nf_nat_redirect_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc9cd7e41 nf_nat_inet_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd9c25654 nf_nat_masquerade_inet_unregister_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xdd08f312 nf_nat_inet_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xe0e72e71 nf_nat_ipv4_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xee6ffcb4 nf_nat_masquerade_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xf9f5cc58 nf_nat_inet_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1e1c95af ipv6_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1f099794 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x4a9ac03b synproxy_recv_client_ack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x5d06ff34 nf_synproxy_ipv4_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x7fa3dbb8 nf_synproxy_ipv4_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8443bf01 nf_synproxy_ipv6_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xa6e69b8d nf_synproxy_ipv6_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xaab00425 synproxy_send_client_synack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xc43c3313 ipv4_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xc63ca3fa synproxy_recv_client_ack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xca9fc082 synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xdfd52272 synproxy_send_client_synack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xe17b448d synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x032aa76e nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x08d5caf2 nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0a3b6d95 nft_chain_validate_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x153d1f20 nf_tables_activate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1c6d2630 nft_parse_register_store +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x21aa25a8 nft_obj_notify +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x21d2ee80 nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2610d16a nft_meta_inner_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2d3a048d nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2daed82e nft_set_catchall_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x30ce492b nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3251d762 nf_tables_trans_destroy_flush_work +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x365167ab nft_register_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3acacbd6 nft_chain_validate_dependency +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x41b71e65 nft_trace_enabled +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4cecbb60 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x509b47f2 nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x86bab9b2 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8ac68b1a nft_unregister_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x90644ab3 nft_flowtable_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9abfc5c8 nft_expr_reduce_bitwise +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa0364162 nft_register_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa13d95aa nft_dump_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa279d697 nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa3b6f70a __nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa50c9398 nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa724ec5c nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xabfa8ab2 nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb090a1b0 nft_obj_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb328f9bf nft_chain_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb3785779 nft_set_lookup_global +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb5e287bc nft_set_elem_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbc289c7e nf_tables_deactivate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc2c37551 nft_unregister_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc5a89c6d nft_meta_get_reduce +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc62c3b64 nft_meta_set_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc94235d8 nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd5f62c2b nf_tables_bind_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xde57b5f5 nft_parse_u32_check +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe2b8cc13 nft_parse_register_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe4d31d87 nf_tables_destroy_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe9eaabd9 nf_tables_deactivate_flowtable +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xecfebe8b nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xed84fe5b nft_data_release +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf04b1c7a __nft_release_basechain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf2c495ce nft_meta_set_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf6951cfb nft_reg_track_update +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xff70fccb nft_request_module +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xff729eec nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x3307f6b7 nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x3c4e0f34 nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x606b15a3 nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x886f71fc nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x9d0f26de nfnetlink_broadcast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xb288589e nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xbbc8afe0 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x5013713c nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x857cc5f3 nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x985b823b nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x35eff5e0 nf_osf_fingers +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x6ab90ce4 nf_osf_match +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0xed408f7c nf_osf_find +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x3969dc61 nft_fib_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x5dbeaec9 nft_fib_store_result +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xc0c82aa9 nft_fib_reduce +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xc854d032 nft_fib_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xe871c53f nft_fib_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x0b8d5e7a nft_reject_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x0ec92721 nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1de558c1 nft_reject_icmpv6_code +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x56fbad6c nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x9d46ccf8 nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xe2c84666 nft_reject_icmp_code +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x04e27719 xt_compat_flush_offsets +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x110ae274 xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x142a3687 xt_request_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x29896d27 xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x319269b2 xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x374ef318 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x45392069 xt_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x4f6719b4 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5daa0a67 xt_register_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5fe6f826 xt_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x74f9aa2b xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7bce4603 xt_data_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x81051866 xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x823edea5 xt_compat_add_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x894b9e58 xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x8decf305 xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x97e87104 xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9c995c69 xt_percpu_counter_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa328fc7a xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa3514153 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa6163e2f xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa7c94f1d xt_compat_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbfacb837 xt_percpu_counter_free +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc7fae024 xt_compat_calc_jump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc98911d7 xt_unregister_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd1e246a2 xt_compat_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd3fcc511 xt_tee_enabled +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd654be1f xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xddf68fc6 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xdf57ab41 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe83aca8c xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xeeaf4d52 xt_hook_ops_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf6abeb06 xt_copy_counters +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf76c5b5c xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x755fd527 xt_rateest_lookup +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xb0586e7d xt_rateest_put +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x1b166492 nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x3150de01 nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x8a92e72e nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xb2cf7ce6 nci_uart_unregister +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xb7a4bc9b nci_uart_set_config +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xd77957df nci_uart_register +EXPORT_SYMBOL_GPL net/nsh/nsh 0xca733d10 nsh_push +EXPORT_SYMBOL_GPL net/nsh/nsh 0xee27432b nsh_pop +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x1db49d9c ovs_vport_free +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x622e6816 ovs_vport_alloc +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x90dd7e80 ovs_netdev_link +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xb15ae059 ovs_netdev_tunnel_destroy +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xbf3cc3cf __ovs_vport_ops_register +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xd984344c ovs_vport_ops_unregister +EXPORT_SYMBOL_GPL net/psample/psample 0x13f611a0 psample_group_get +EXPORT_SYMBOL_GPL net/psample/psample 0x194c2ec2 psample_group_take +EXPORT_SYMBOL_GPL net/psample/psample 0x520032f7 psample_sample_packet +EXPORT_SYMBOL_GPL net/psample/psample 0x59cfc689 psample_group_put +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x8d25501f qrtr_ns_remove +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x99d7e70c qrtr_endpoint_unregister +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0xa47e91ba qrtr_ns_init +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0xb512deb5 qrtr_endpoint_register +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0xf86047aa qrtr_endpoint_post +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x0224f805 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x03eb5c47 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0x0e6f4eb6 rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x10bfd2b1 rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x1d092b6a rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x20c5e653 rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x2764a987 rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0x2b0d543c rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x2e41f063 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x2ec67f8b rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x31c0f6f3 rds_send_path_reset +EXPORT_SYMBOL_GPL net/rds/rds 0x323a5a87 rds_inc_path_init +EXPORT_SYMBOL_GPL net/rds/rds 0x3513597e rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x36087aa4 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x3f0e88ca rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x45a4781e rds_addr_cmp +EXPORT_SYMBOL_GPL net/rds/rds 0x5669bc3a rds_connect_path_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x582fe5cf rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x585f567b rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x5c21c6bd rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0x5cd5993e rds_conn_path_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x5d216142 rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x85e4e520 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x8f724c79 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x960a489f rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0x98e8b8d2 rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x99c4cd18 rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x9dcbbbf0 rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0xb86abad3 rds_send_ping +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xc39e3596 rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0xc895b2cc rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0xce974a68 rds_conn_path_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xdc23da28 rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xe2544cea rds_send_xmit +EXPORT_SYMBOL_GPL net/rds/rds 0xe3b81e11 rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0xf1cc0e6b rds_conn_destroy +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0x0db0cd2f mqprio_validate_qopt +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0xcede419b mqprio_fp_to_offload +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0xd4639ce9 mqprio_qopt_reconstruct +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x6ce9b467 pie_calculate_probability +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x7f6f52a0 pie_drop_early +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x983c1f59 pie_process_dequeue +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x16f8ba5d taprio_offload_get +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x6a6b1c12 taprio_offload_free +EXPORT_SYMBOL_GPL net/sctp/sctp 0x0d58aa0b sctp_for_each_endpoint +EXPORT_SYMBOL_GPL net/sctp/sctp 0x1af00c4d sctp_transport_traverse_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0x20e67c4e sctp_get_sctp_info +EXPORT_SYMBOL_GPL net/sctp/sctp 0x2261f15d sctp_transport_lookup_process +EXPORT_SYMBOL_GPL net/smc/smc 0x29496034 smc_proto +EXPORT_SYMBOL_GPL net/smc/smc 0x2a18a92b smc_hash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0xd1961900 smc_unhash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0xd469c747 smc_proto6 +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x38d3dce5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x40e39eb7 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x428a9235 svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x482ac5a4 g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xa95f745a gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd7673035 g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xf9f4ebd1 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0013f720 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x00cdf8fb svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x029f153b rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x02d4c959 svc_fill_write_vector +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0394a376 rpc_clnt_xprt_switch_has_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x03bdebf1 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x055b6558 rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05e807a9 xdr_encode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0605bd82 rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x065994f1 xdr_encode_opaque_fixed +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x06676ab9 xprt_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x06ada73f rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x06e9b1dd svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0708c751 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0769e430 cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x07961189 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0888167b rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x08f91a41 svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0aecad36 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0bd4417a cache_seq_stop_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0bf668a4 rpc_clnt_manage_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c3ce8c3 rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0cbfa8f3 xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0d020993 csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0df5ac17 svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x140555de xprt_wait_for_reply_request_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x141ee43f xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x14724b09 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x14f51765 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x17f90b41 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1989e71b svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1a39d7ad rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1a842c45 xdr_stream_encode_opaque_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1cf92f13 xdr_reserve_space_vec +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1d5a8d70 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e119a79 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e188820 rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ec04fcc rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f16ef21 svc_xprt_deferred_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x20937585 rpc_prepare_reply_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x20bf151b rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x210e5f39 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x221612c1 rpc_sleep_on_priority_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2243ad5b svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x240ad6ea svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2530aae4 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x27e7c903 rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x284a2eaf rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x28555b1d xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x28c424c2 xprt_unlock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x29cec6c0 svc_rqst_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x29df673c rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a0a01dd xdr_stream_decode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2c3823a1 rpc_task_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2d42bc05 xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2e9f0db1 xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x304958e2 svc_xprt_received +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31ecc79e xprt_reconnect_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3210cdc4 svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3218e2c8 rpcauth_unwrap_resp_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x334c0d91 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x337a0016 svc_rqst_replace_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x33f4cb53 svc_age_temp_xprts_now +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3415372a sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34d184de rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x35eb3ed7 read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x36490128 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3712d592 svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x37408394 xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3840ae0e xprt_request_get_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x389a0d1e cache_seq_next_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x39525455 xdr_stream_decode_string_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x39942e89 svc_xprt_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a433961 xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3aa3b365 rpc_clnt_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3bd7898f xdr_stream_zero +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3c404a44 rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f9a2b0b rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x40e12ed3 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x41ef3a86 auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x426b1b98 rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x42acac93 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x430fdc19 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x43687d9c svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x43dba8a4 xprt_reconnect_backoff +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x450169c3 rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x45067485 svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x454932c0 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49f02ca2 xprt_force_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4a5b0ba5 svc_xprt_destroy_all +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4a611dbc rpc_clnt_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4afedab1 xprtiod_workqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4b47ba1d xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d10dfbb rpcauth_wrap_req_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dac77f0 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4df0d329 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e8f6ca7 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4ee40c8d xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4f30603b svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4f3d0d70 rpc_clnt_probe_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x545edcc5 svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x549c0738 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57bba3ec svc_rpcbind_set_version +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57f7bf58 svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x58a6e394 xprt_pin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x598461fe sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a45ba31 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5bf49ab5 rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d9abca9 xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5efe9412 cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x609202f9 rpc_task_gfp_mask +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x61e7e86e rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x628f3b93 rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x635ca577 xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x63885017 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6497ec01 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x64b68de5 xdr_init_encode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65b965c0 xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66ed2439 rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x676b6141 xdr_stream_decode_opaque_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6846a611 sunrpc_cache_pipe_upcall_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x698a7d98 cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a187b6b rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a62a620 rpc_clnt_iterate_for_each_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a910bb1 svc_generic_rpcbind_set +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6aa19886 xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b43da8e svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6c218580 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6dc1ec3b rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6ee8d5d7 rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x701b5e1a rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x702b22c4 rpc_cancel_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71bc40e3 rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x722137a9 sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x722e6c73 xprt_unpin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7335ee8a xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x770e44e6 svc_xprt_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x798d3107 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7b2dcf98 xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7cd7d135 cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7d0b4d49 rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7fe7dc0b rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x819ff111 rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x834de963 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x83de4dc6 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x848aa633 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x85fb37ed cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x86276ff6 svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x863b18e2 xdr_page_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x868a611b rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x879c9238 xprt_wait_for_reply_request_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x87a6f0a7 xprt_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88fe6833 xprt_free_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x89719b81 rpc_sleep_on_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b5cd7ce xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8caa1637 xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8e02c662 rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8e396de3 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8fad031c svc_encode_result_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9300e4a8 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9670b5a1 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x96b2f573 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x97fc3368 rpc_set_connect_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99aee353 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a318e73 xdr_truncate_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9a9b0c68 svc_generic_init_request +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9bf384db rpc_clnt_show_stats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9ccf7c32 rpc_num_bc_slots +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d461315 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d986ce5 rpc_count_iostats_metrics +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9ebf511a rpc_task_release_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa12436da sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa17c140b xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa2f8d07f rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa30b9059 xdr_stream_move_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa392e0d0 xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa3a44b64 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5984bcf rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5dfca23 rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa780c3f0 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa8c9c377 rpc_clnt_xprt_switch_remove_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xafc88372 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb25cea0f svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb3ad3c78 rpc_clnt_xprt_switch_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb3cb8185 rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb5cf7337 xdr_stream_decode_opaque_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb6d58e25 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb765a992 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb85f06ab xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb8fb5938 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xba4fc4a9 rpc_clnt_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbbc3d217 rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbc302b36 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbc8bbd95 rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbd335e8c xdr_set_pagelen +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbe9e1643 rpc_max_bc_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf59888a _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbfbadfa2 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0908dd0 svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc2a288a2 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc59fc78b unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc63bd837 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc7483ae3 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8da31c4 sunrpc_cache_lookup_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e49652 xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8f86dd5 svc_rqst_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc95259d8 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc9f93f8a rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xccee92fa rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce678a59 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcecb2e2d sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcfad3d3c rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd0b08d92 xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd22aae0e svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd30136cc rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd311f222 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd5d41c8a put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7ffdf48 rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd84aed4f rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd8cddcd9 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb6c7401 svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc113e72 svc_fill_symlink_pathname +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc2f74c5 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc488e4b rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd45678d xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd691402 xprt_find_transport_ident +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdf254da5 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdfa53740 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe1d89b0c gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe26e42f4 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe37395c9 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe3a75629 sunrpc_cache_unhash +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe445db15 cache_seq_start_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe61ff86a rpcauth_stringify_acceptor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xea959421 svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeaa3c3c6 xprt_lock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xef06b026 rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf025cd79 rpc_clnt_xprt_switch_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0b7775d rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf1cf64f2 xdr_stream_decode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf1feaf7b rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf480532c xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf589ca83 xprt_add_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf6a413a6 rpc_clnt_swap_activate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf6fca44b rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf70829e4 xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7c866ca rpc_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf83b81a8 rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfa60b1c1 xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfb99aae6 xdr_stream_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfcc27008 __xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfcf8c486 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfddfbea9 rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe4071eb xprt_wake_up_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xff8312d9 svc_addsock +EXPORT_SYMBOL_GPL net/tls/tls 0x1f9eb464 tls_device_sk_destruct +EXPORT_SYMBOL_GPL net/tls/tls 0x20483b90 tls_offload_tx_resync_request +EXPORT_SYMBOL_GPL net/tls/tls 0x54f91893 tls_validate_xmit_skb +EXPORT_SYMBOL_GPL net/tls/tls 0x660677dd tls_encrypt_skb +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x03a81e69 virtio_transport_stream_allow +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x221a91a8 virtio_transport_shutdown +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x24459d84 virtio_transport_release +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x2a3088de virtio_transport_stream_is_active +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x37262cca virtio_transport_notify_send_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x3add3c6f virtio_transport_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x3b81d014 virtio_transport_dgram_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x426c5891 virtio_transport_put_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x5a295b72 virtio_transport_notify_send_pre_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x60ea10b4 virtio_transport_recv_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6a40eb15 virtio_transport_notify_recv_post_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6a89fc10 virtio_transport_inc_tx_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x8128f029 virtio_transport_seqpacket_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x88ae6b75 virtio_transport_stream_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x8ea61d19 virtio_transport_notify_recv_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x90ad2273 virtio_transport_purge_skbs +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x92e8d4a2 virtio_transport_stream_rcvhiwat +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x99a9e46b virtio_transport_seqpacket_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x9db30a53 virtio_transport_notify_recv_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa1aca4de virtio_transport_dgram_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xae54b818 virtio_transport_get_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xaf98092b virtio_transport_stream_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb7fd6548 virtio_transport_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xbabd30f5 virtio_transport_dgram_allow +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xc4de6317 virtio_transport_notify_poll_out +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xc8efd05a virtio_transport_connect +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd2755ba2 virtio_transport_notify_send_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd499b217 virtio_transport_read_skb +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd4ec8cd8 virtio_transport_do_socket_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xdcad60a4 virtio_transport_seqpacket_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xdef2c0e3 virtio_transport_notify_poll_in +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xdfca6926 virtio_transport_notify_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe2e7e941 virtio_transport_notify_recv_pre_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe527fa08 virtio_transport_notify_send_post_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe7782ff6 virtio_transport_deliver_tap_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe9a76aaa virtio_transport_dgram_bind +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xf1fcf382 virtio_transport_destruct +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x040372c7 vsock_add_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x07df1f0c vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0a137bfe vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0a4d9845 vsock_data_ready +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0e9bc9b6 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x284e07d8 vsock_bind_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x35a68082 vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3d4b0fca vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3d66b9e7 vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4489a110 vsock_remove_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4b99648c vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4d0a409c vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x506d04b0 vsock_core_get_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x63a076ae vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x669e1a8a vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x6de2b319 vsock_connectible_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x8c05040f vsock_connectible_recvmsg +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x90aa8549 vsock_find_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x96c80e1b vsock_core_register +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9bb6fd09 vsock_connected_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9c926061 vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa599ddfe vsock_dgram_recvmsg +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa79ef054 vsock_remove_sock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xaa39e88b vsock_core_unregister +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xaf2674b5 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb0d7bda7 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc92f7f50 vsock_table_lock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xdcf5a2d6 vsock_create_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe2b65b56 vsock_assign_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe4e1b984 vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xec96eadf vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf5e30fac vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xfb6126af vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xfd3bc04f vsock_deliver_tap +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x0fc888df cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x1b388c93 cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x1b5da095 wiphy_delayed_work_flush +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x1d36a79c cfg80211_pmsr_complete +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x31d5eca2 cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x378eaf3e wiphy_delayed_work_cancel +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x46f5699e cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x514cc561 wiphy_work_queue +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x5a7dc8cf cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x629f5604 cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x68bbe8c5 wiphy_work_flush +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x7284ab66 cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x76c8672f cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x771fc846 cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x7df6525f cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x8ad5c470 wiphy_work_cancel +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x9279f72b cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x964ca61d wiphy_delayed_work_queue +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb410352f cfg80211_pmsr_report +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb894971a cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xe4fc52c5 cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xfe2e29de cfg80211_vendor_cmd_get_sender +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0049ca83 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x00c80741 xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0a575945 xfrm_count_pfkey_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x37a02412 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x5c699441 xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x72395dc1 xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7a8ca627 xfrm_count_pfkey_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xaab23340 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xb73be794 xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xc6b1fdbe xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xd6f50cf7 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x15f631dc ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x2176671c ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x3f5fd3da ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x6a103e52 ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_user 0x4a0c7516 xfrm_msg_min +EXPORT_SYMBOL_GPL net/xfrm/xfrm_user 0xa294bed8 xfrma_policy +EXPORT_SYMBOL_GPL sound/ac97_bus 0x5848eafd snd_ac97_reset +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0x41840831 snd_seq_kernel_client_get +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xadb51cff snd_seq_client_ioctl_unlock +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xcbf9166f snd_seq_system_broadcast +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xe412cff0 snd_seq_kernel_client_put +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xe50413d7 snd_seq_client_ioctl_lock +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xf0c8f9fa snd_seq_expand_var_event_at +EXPORT_SYMBOL_GPL sound/core/snd 0x140ba9d1 snd_card_ref +EXPORT_SYMBOL_GPL sound/core/snd 0x3e702d6a snd_devm_card_new +EXPORT_SYMBOL_GPL sound/core/snd 0x42a8f311 snd_power_ref_and_wait +EXPORT_SYMBOL_GPL sound/core/snd 0x47285ae5 snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd 0x4efb88d4 snd_device_initialize +EXPORT_SYMBOL_GPL sound/core/snd 0x5af762f1 snd_fasync_free +EXPORT_SYMBOL_GPL sound/core/snd 0x64ce0718 snd_device_get_state +EXPORT_SYMBOL_GPL sound/core/snd 0x7088b7f9 snd_device_disconnect +EXPORT_SYMBOL_GPL sound/core/snd 0x77e8e5e6 snd_card_disconnect_sync +EXPORT_SYMBOL_GPL sound/core/snd 0x8286d28c snd_ctl_disconnect_layer +EXPORT_SYMBOL_GPL sound/core/snd 0x841cf598 snd_ctl_apply_vmaster_followers +EXPORT_SYMBOL_GPL sound/core/snd 0x8b843521 snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0x93cfeaea snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd 0x957c1ee5 snd_card_rw_proc_new +EXPORT_SYMBOL_GPL sound/core/snd 0x95a5de01 snd_fasync_helper +EXPORT_SYMBOL_GPL sound/core/snd 0x96494b2e snd_ctl_register_layer +EXPORT_SYMBOL_GPL sound/core/snd 0xbb739792 snd_card_add_dev_attr +EXPORT_SYMBOL_GPL sound/core/snd 0xcac6c4be snd_ctl_get_preferred_subdevice +EXPORT_SYMBOL_GPL sound/core/snd 0xf3176957 snd_card_free_on_error +EXPORT_SYMBOL_GPL sound/core/snd 0xf8f2a4eb snd_kill_fasync +EXPORT_SYMBOL_GPL sound/core/snd 0xfaf598c6 snd_ctl_request_layer +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x49498e7a snd_compress_new +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x78adde2a snd_compr_stop_error +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x04e1b99f snd_pcm_std_chmaps +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x09e913c1 snd_pcm_alt_chmaps +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x265fb06c snd_pcm_stream_unlock +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x4296a99c snd_pcm_hw_constraint_eld +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x481e1a25 snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x5c407196 snd_pcm_fill_iec958_consumer_hw_params +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x649892e8 snd_pcm_create_iec958_consumer_default +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x67fcc880 snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x68b1c490 snd_pcm_stream_lock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x6a2c436b snd_pcm_stream_unlock_irqrestore +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x80dce11e snd_pcm_fill_iec958_consumer +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x8af34291 _snd_pcm_stream_lock_irqsave_nested +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x8d864069 snd_pcm_rate_range_to_bits +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xab8bc1a2 snd_pcm_rate_mask_intersect +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xc28079e3 snd_pcm_stop_xrun +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xc365b7c8 snd_pcm_stream_unlock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xc55878cb _snd_pcm_stream_lock_irqsave +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xcf2d5765 snd_dma_buffer_sync +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xd429f637 snd_devm_alloc_dir_pages +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xf12e64df snd_pcm_stream_lock +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x24f435ea snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x347d6b48 snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x5e178db1 snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x67341a86 snd_dmaengine_pcm_refine_runtime_hwparams +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x6dc73cba snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x7a04e5a3 snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x863919de snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x98c14c45 snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xa75c47f9 snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xd8b11d33 snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xead47fab snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xff206b5f snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/core/snd-rawmidi 0x1d85c5bf snd_rawmidi_free +EXPORT_SYMBOL_GPL sound/core/snd-rawmidi 0x74e1e1d9 snd_rawmidi_init +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0x49fb49cf __snd_seq_driver_register +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0xb50ef7c0 snd_seq_driver_unregister +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x3d07c4bc snd_ump_switch_protocol +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x57c0dec6 snd_ump_endpoint_new +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x5b39d06f snd_ump_convert_from_ump +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x6bb3139c snd_ump_attach_legacy_rawmidi +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x7fb7eda3 snd_ump_transmit +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xc6ed1c98 snd_ump_receive_ump_val +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xd06ef9c5 snd_ump_block_new +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xd74600d1 snd_ump_parse_endpoint +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xe3590e5b snd_ump_convert_to_ump +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xfde76013 snd_ump_receive +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x09eb0a85 amdtp_domain_stop +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x1c4af25a amdtp_am824_add_pcm_hw_constraints +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x4ebdaf2e amdtp_domain_add_stream +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x514537cf amdtp_domain_stream_pcm_ack +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x52e0e74d amdtp_am824_set_pcm_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x59e1e856 amdtp_am824_set_parameters +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x5ec4cb47 amdtp_domain_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x608ff203 amdtp_domain_stream_pcm_pointer +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x6bb08f7c amdtp_am824_midi_trigger +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xa4b5f397 amdtp_domain_start +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xa5dfb0f3 amdtp_am824_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xc685aa72 amdtp_domain_destroy +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xd7ca2ff1 amdtp_am824_set_midi_position +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x1e782a5d snd_hdac_ext_bus_device_remove +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x2292ddab snd_hda_ext_driver_unregister +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x24c11d74 snd_hdac_ext_bus_ppcap_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x2ad7bcd9 snd_hdac_ext_stream_clear +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x3111877e snd_hdac_ext_link_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x3163bd0c snd_hda_ext_driver_register +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x43564cc9 snd_hdac_ext_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x4a04800e snd_hdac_ext_bus_init +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x4bbe2753 snd_hdac_ext_bus_link_clear_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x4d7c1e42 snd_hdac_ext_bus_get_ml_capabilities +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x558d9c73 snd_hdac_ext_bus_link_put +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x6713f097 snd_hdac_ext_bus_get_hlink_by_addr +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x69a629de snd_hdac_ext_stream_init_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x76246b7a snd_hdac_ext_bus_link_power_down_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x868dc38b snd_hdac_ext_bus_link_power_down +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x8ef79f50 snd_hdac_ext_cstream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x8fba3298 snd_hdac_ext_stream_release +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x9f6b2a06 snd_hdac_ext_stream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xa8248c81 snd_hdac_ext_bus_link_set_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xa8f08107 snd_hdac_ext_bus_exit +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xbafd5caf snd_hdac_ext_stream_start +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xc8d67b2f snd_hdac_ext_stream_setup +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xce175620 snd_hdac_ext_bus_get_hlink_by_name +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xd9e35703 snd_hdac_ext_stream_decouple +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xda9776c7 snd_hdac_ext_stream_decouple_locked +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xddbde0e2 snd_hdac_ext_bus_ppcap_int_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xe322d1cd snd_hdac_ext_stream_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xe4da4fe9 snd_hdac_ext_bus_link_power_up_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xef18a11a snd_hdac_ext_bus_link_power_up +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xf31e1d4e snd_hdac_ext_bus_link_get +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xf7e47716 snd_hdac_ext_stream_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x000a20c7 snd_hda_bus_type +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x014d8830 snd_hdac_device_set_chip_name +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x01f4944b snd_hdac_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0518a076 snd_hdac_regmap_write_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x05636f93 snd_hdac_aligned_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x072c0949 snd_hdac_stream_assign +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0a866158 snd_hdac_stream_release_locked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0de26518 snd_hdac_bus_reset_link +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1349197d snd_hdac_regmap_update_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1488641f snd_hdac_aligned_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1a07f18e snd_hdac_power_up_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1b4ec5a8 snd_hdac_is_supported_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1c049a5f snd_hdac_regmap_read_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x21334069 snd_hdac_device_unregister +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2242d8ff snd_hdac_stream_set_params +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x292c3209 snd_hdac_codec_link_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2ba93fc9 snd_hdac_stream_spbcap_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2cda9a75 snd_hdac_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2f3ce469 snd_hdac_stream_setup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x32914277 snd_hdac_dsp_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3336b6a8 snd_hdac_stream_drsm_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x34802ced snd_hdac_codec_modalias +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x34d88b43 snd_hdac_query_supported_pcm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3946aad3 snd_hdac_set_codec_wakeup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3bd544c2 snd_hdac_get_active_channels +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3d4e80f9 snd_hdac_bus_exit_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3d5a52f3 snd_hdac_regmap_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3f287be2 snd_hdac_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3faca2eb snd_hdac_stream_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x44397883 snd_hdac_regmap_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x465f561e hdac_get_device_id +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x498029f4 snd_hdac_bus_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4c2fde03 snd_hdac_stream_stop +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4c7ec4b6 snd_hdac_get_ch_alloc_from_ca +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4d27f49c snd_hdac_sync_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5033206f snd_hdac_acomp_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x560a7d46 snd_hdac_bus_init_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x572160da snd_hdac_bus_parse_capabilities +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5c07cb49 snd_hdac_calc_stream_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x62ae95b3 snd_hdac_device_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6473f022 snd_hdac_stream_setup_periods +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x64ca4e78 snd_hdac_stream_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x67bfe791 snd_hdac_spk_to_chmap +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6a5653e3 snd_hdac_power_down_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6b9a5e03 snd_hdac_register_chmap_ops +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6eef28ea snd_hdac_read_parm_uncached +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x741a4ca8 snd_hdac_get_connections +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x77c754a8 snd_hdac_chmap_to_spk_mask +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7804a0da snd_hdac_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7ee7f97d snd_hdac_stream_set_dpibr +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7f10c92b snd_hdac_bus_free_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x84e5b460 snd_hdac_power_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8908b88d snd_hdac_stream_wait_drsm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8c6a6d78 snd_hdac_regmap_update_raw_once +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8e6d1b99 snd_hdac_regmap_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8f254a52 snd_hdac_stream_release +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x933569b4 snd_hdac_bus_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x951248e5 snd_hdac_device_register +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x956bbf9d snd_hdac_get_stream_stripe_ctl +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x95b35db0 snd_hdac_display_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9a0e6904 snd_hdac_device_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9e330b62 snd_hdac_override_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9e679104 snd_hdac_stream_timecounter_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9eea50c2 snd_hdac_power_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa1b7596c snd_hdac_setup_channel_mapping +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa3ef4458 snd_hdac_stream_set_spib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa48cea01 snd_hdac_codec_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa4d73252 snd_hdac_get_stream +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xabfb0db3 snd_hdac_acomp_register_notifier +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb2ba8101 snd_hdac_bus_update_rirb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb33860cf snd_hdac_bus_get_response +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb4d3cdb6 snd_hdac_stream_sync_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbb3bcf6a snd_hdac_bus_handle_stream_irq +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbbd0ecb3 snd_hdac_stream_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc2e682a9 snd_hdac_check_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc445e65b snd_hdac_regmap_add_vendor_verb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc56af740 snd_hdac_bus_enter_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc6d751ad snd_hdac_refresh_widgets +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc99f5bfb _snd_hdac_read_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xcb277bf6 snd_hdac_bus_exec_verb_unlocked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xcc2692de snd_hdac_stream_start +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xcc5fd065 snd_hdac_codec_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xccf3e0dc snd_hdac_codec_link_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xcd0b7f2b snd_hdac_acomp_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xceaeb251 snd_hdac_dsp_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xcfe90881 snd_hdac_bus_send_cmd +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xcffd3195 snd_hdac_stream_get_spbmaxfifo +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd35a1e22 snd_hdac_acomp_get_eld +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd7f09919 snd_hdac_stop_streams_and_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd9864ff8 snd_hdac_dsp_prepare +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xdc0964d9 snd_hdac_stream_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe03699c1 snd_hdac_bus_init_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe4e07754 snd_hdac_print_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe8997ba8 snd_hdac_bus_stop_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xecb8a016 snd_hdac_sync_audio_rate +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf0825e95 snd_hdac_stream_set_lpib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf216598f snd_hdac_bus_stop_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf235334f snd_hdac_stop_streams +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf33393ab snd_hdac_get_sub_nodes +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf959a0bc snd_hdac_bus_init +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x3bad5539 snd_intel_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x4e859456 intel_nhlt_free +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x8bfa0a4d snd_intel_acpi_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0xbff42cc3 intel_nhlt_init +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0xd1d8f7b8 intel_nhlt_get_dmic_geo +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x0cd53fe0 snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x78baeb6c snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x8abb3ff8 snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xb4bb399f snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xcdf67fbc snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xd218b697 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x00ca30a4 hda_codec_driver_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x023588a1 snd_hda_get_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x041975c0 snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x044a57c6 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0676f5ac snd_hda_get_input_pin_attr +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0691e2f0 azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x08291170 snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0aa37d2c snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0bcd2b17 snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0cabd5d2 snd_hda_codec_device_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1074ba80 snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x127e4f4b snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x12d93f92 snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x14523840 azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1be47bff snd_hda_jack_tbl_get_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1d969bea snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1dd08214 snd_hda_jack_set_button_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1ec1b36b azx_free_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1face63c snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2344535b azx_get_pos_posbuf +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x25260a09 snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x32d32d2e query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x33ad2996 snd_hda_jack_detect_state_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x367c55c0 hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x36be0d10 snd_hda_codec_pcm_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x37b0269b _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x412ea7bf snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4a052d61 snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4a400609 snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4a4ce5da snd_hda_codec_load_dsp_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4bd4621e snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4cd1c1e6 snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4d6a5364 snd_hda_codec_set_name +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4dce44f4 snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4f82ba7a snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x501c2d46 azx_init_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x504e525a snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x518b1415 __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5272217a snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x53974577 snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x53b194b9 __hda_codec_driver_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5536d524 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x570a4408 snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x572333ba azx_stop_all_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5eb62f8b snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5f8394d4 snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5ff4c55d snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6258cc72 snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x63f2c10c snd_hda_codec_cleanup_for_unbind +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x67191e56 snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x673190ad snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x69024336 snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6d3c2743 snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6e4c1313 snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6ee6b0db snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x70b6bbf1 snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x71f24c66 snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7307d96d snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7597b393 azx_bus_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7b0e88b1 snd_hda_codec_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8261e79e azx_get_pos_lpib +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x85550704 snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x87bb57c7 snd_hda_codec_parse_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8a41060c snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8a73ffd5 snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8c0012f0 snd_hda_codec_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e0fdd35 snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8f3de059 snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x910742ba snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x928c3a71 azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9458830e snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x96b46e31 snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x97c88576 snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x984ab207 snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x994a521a snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9973f086 snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x997dbc85 snd_hda_jack_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9a64be67 snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9b8b6388 snd_hda_jack_add_kctl_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9d04ec2f snd_hda_codec_pcm_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9d29d9ae snd_hda_codec_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9d4dc832 snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9d798f8f snd_hda_codec_device_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9e986f5f snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa35c1cba snd_hda_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa35e2477 snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa42b29b0 snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa92c4c47 snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa95ff4c8 snd_hda_check_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa9bcfb5d snd_hda_set_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa9d20ada snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaa21c4d3 azx_probe_codecs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xabaa6d0f snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xabefdd1e snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xad8474d2 snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xae2ac2ed snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb18f2713 snd_hda_jack_detect_enable_callback_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb24eb1b9 snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb2d1c446 snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb66986ea snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xba85a41a snd_hda_jack_bind_keymap +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbd8752c0 snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbe7b2e1a snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbfd99e1f snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbfed7422 snd_hda_codec_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc0876040 snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc1bb96cd snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc1ce3622 azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc75f4a55 __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc7c83655 snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcafd3ee2 snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcc23e124 snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd03f0099 snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd32f3a7f __snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd4b4bcc9 snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd58b6146 snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd9629470 snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdd2ab274 snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdf511c86 snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe32b8fcb snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe3c9ba1b snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe6699bea snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xebbc22c3 snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf1483806 snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf2cc495d snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf3fd61fa snd_hda_get_num_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf47792d8 is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8dc35ac snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf977b6b1 snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xffaf9aa0 snd_hda_codec_load_dsp_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xffc9fec0 snd_hda_codec_load_dsp_trigger +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x160d3265 snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x37628b00 snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x3b646f0d snd_hda_gen_fix_pin_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x41ae001e snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x511b04e0 snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x5408a4a1 snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x615f34ec snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x62a08191 snd_hda_gen_update_outputs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x76dc6871 hda_main_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x7e740e48 snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x871a6e44 hda_extra_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x89444bb0 snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x8b6f51ae snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xa58242fc snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xaadd2b9f snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb344b87d snd_hda_gen_add_mute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb4511502 snd_hda_gen_stream_pm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb760a033 snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xbb5b4d99 snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc0577092 snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xe2d57ea7 snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xf1883db9 snd_hda_gen_add_micmute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xf45c9fe7 snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/soc/codecs/mt6359-accdet 0x21be1c94 mt6359_accdet_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau-utils 0xae620be9 adau_calc_pll_cfg +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1372 0x935fb6ae adau1372_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0x7bc35ea3 adau1761_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0xfd27d812 adau1761_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x024aee8e adau17x1_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x025d2d78 adau17x1_add_widgets +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x239ac710 adau17x1_precious_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x4719d612 adau17x1_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x72518613 adau17x1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x937e9a19 adau17x1_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xc08f88f0 adau17x1_add_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xcfdea1c7 adau17x1_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xecd74f93 adau17x1_set_micbias_voltage +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xf3c273f5 adau17x1_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau7118 0x23a18221 adau7118_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x1a8c2c98 aw88395_dev_get_profile_count +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x40203cff aw88395_dev_mute +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x6abee55e aw88395_dev_get_profile_index +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x6d5ea14b aw88395_dev_get_prof_name +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x737cde94 aw88395_dev_set_profile_index +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x75dd5db0 aw88395_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x8a6b6e51 aw88395_dev_fw_update +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xa2a42a70 aw88395_dev_set_volume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xb783a635 aw88395_dev_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xbd6cd8f2 aw88395_dev_start +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xc9a4db1f aw88395_dev_get_prof_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xd398f976 aw88395_dev_stop +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395-lib 0x19fcb3de aw88395_dev_cfg_load +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395-lib 0xe9ff9441 aw88395_dev_load_acf_check +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x12204458 cs35l41_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x135a7981 cs35l41_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x6543de5c cs35l41_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x31305007 cs35l41_init_boost +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x331b109b cs35l41_enter_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x389e86c7 cs35l41_safe_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x41b14913 cs35l41_regmap_spi +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x469ee860 cs35l41_write_fs_errata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x50e440b0 cs35l41_set_channels +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x542b91fb cs35l41_otp_unpack +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x6a353245 cs35l41_global_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x6e9d15c6 cs35l41_exit_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x74b09627 cs35l41_test_key_lock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x8405f3d1 cs35l41_test_key_unlock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xbaee18a3 cs35l41_configure_cs_dsp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xd816e6f6 cs35l41_register_errata_patch +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xe39a7776 cs35l41_set_cspl_mbox_cmd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xe92ff6ad cs35l41_gpio_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xf7e44fcc cs35l41_regmap_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x0dde8332 cs35l56_system_resume_early +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x43369be0 cs35l56_system_suspend_late +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x61a467d2 cs35l56_system_resume_no_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x968ef5bd cs35l56_system_suspend_no_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xa9ed9bcf cs35l56_system_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xd723cf5a cs35l56_system_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x7d05786f cs4271_dt_ids +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0xa3287cef cs4271_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0xb9dfc2b7 cs4271_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x301959ee cs42l51_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x45bbd49c cs42l51_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x62ac7e94 cs42l51_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xdeb926d0 cs42l51_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xe29eba9b cs42l51_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7cac7292 cs42888_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x883c5317 cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x8ae9077c cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x97363140 cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3794c9 cs42448_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0x2b12053d es8328_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0xc0175514 es8328_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x572eea72 hda_codec_probe_complete +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x8726dcdd soc_hda_ext_bus_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x9fa15d0e snd_soc_hda_codec_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0x127c385a lpass_macro_pds_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0x4db0aad8 lpass_macro_pds_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0x59d6520b max98090_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x01ed2100 soc_codec_dev_max98373_sdw +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x04c57cf8 max98373_slot_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x5e5b3789 max98373_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0xa6e4809a soc_codec_dev_max98373 +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x5d1c5c52 mt6358_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x9d7476a6 mt6358_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xa370a03d mt6358_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xb5868aea mt6358_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x6a3d45a8 mt6359_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x8814f3a9 mt6359_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x9ee2d97e mt6359_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0xa2a1b90e mt6359_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8821 0xf5234ad3 nau8821_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0xaf83cf82 nau8824_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0xbf55f96a nau8824_components +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8825 0x0b7319f8 nau8825_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x37f30a25 pcm1789_common_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x7d144676 pcm1789_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x9f9e94a5 pcm1789_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0x7aa4ea5e pcm179x_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0xbfc234f2 pcm179x_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0x1794aff9 pcm186x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0xab54df24 pcm186x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x1d8138d0 pcm3168a_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x4e4fdbae pcm3168a_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x86f616f8 pcm3168a_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0xd9f7f008 pcm3168a_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x0af345a5 pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x3da19967 pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x528f0e90 pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xdaf47aa4 pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x5dc92cdf rl6231_pll_calc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x70617a04 rl6231_get_clk_info +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x8d7fa148 rl6231_get_pre_div +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0xdba4502f rl6231_calc_dmic_clk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5514-spi 0x61ff58e3 rt5514_spi_burst_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5514-spi 0xff87892f rt5514_spi_burst_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x4889d5ed rt5640_dmic_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x6ae88bb3 rt5640_enable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x8b59f1c1 rt5640_set_ovcd_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x9a31dd2a rt5640_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xd0809bcd rt5640_disable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xe7e9664b rt5640_detect_headset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0x2bc76885 rt5645_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0x68050071 rt5645_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5659 0x18b820b6 rt5659_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5663 0x0726621d rt5663_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677 0xe5e0116e rt5677_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677-spi 0x5fc320ad rt5677_spi_write_firmware +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677-spi 0x67956035 rt5677_spi_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677-spi 0xc6695825 rt5677_spi_hotword_detected +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677-spi 0xe8ece129 rt5677_spi_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x0d18594a rt5682_supply_names +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x131d9af3 rt5682_aif2_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x1b3d3fc6 rt5682_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x39db334b rt5682_calibrate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x3c07d9e3 rt5682_soc_component_dev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x41bc7988 rt5682_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x4b3d2069 rt5682_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x59d3d967 rt5682_jack_detect_handler +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x5e6e075a rt5682_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x9ac70235 rt5682_register_dai_clks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xa20fca89 rt5682_apply_patch_list +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xa618a62d rt5682_parse_dt +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xb897de56 rt5682_reg +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xf82a21f0 rt5682_aif1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682s 0x35b2ba95 rt5682s_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x1c30f42a sigmadsp_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x302f786f devm_sigmadsp_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x4c96deef sigmadsp_setup +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x92b664ac sigmadsp_attach +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xb5a25d44 sigmadsp_restrict_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-i2c 0x428f08e3 devm_sigmadsp_init_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-regmap 0xa443a796 devm_sigmadsp_init_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0x26826a0e src4xxx_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0x729637e6 src4xxx_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0x2906b15f ssm2602_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0xff47adb1 ssm2602_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x2084fd0f tasdevice_kzalloc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x366ac094 tascodec_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x3ac90bc7 tasdevice_dev_bulk_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x4a9ac203 tas2781_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x5044f7c1 tasdevice_dev_bulk_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x8c01eac8 tasdevice_amp_getvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x971a0399 tasdevice_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x99a10929 tasdevice_digital_putvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xab0f0c21 tasdevice_dev_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xacda285b tasdevice_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xb69f6554 tasdevice_dev_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xcd132bd6 tasdevice_amp_putvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xd60d28da tasdevice_dsp_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xd8b3c837 tasdevice_digital_getvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xf372199d tasdevice_dev_update_bits +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic32x4 0x32c100eb aic32x4_register_clocks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic3x 0x3bca0384 aic3x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ts3a227e 0xa5493375 ts3a227e_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd-mbhc 0x936c1623 wcd_mbhc_event_notify +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x13f7498c wcd938x_sdw_set_sdw_stream +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x5cfd6d06 wcd938x_swr_get_current_bank +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x8337f886 wcd938x_sdw_device_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x86bc303c wcd938x_sdw_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x925e6901 wcd938x_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x0060fc05 wm_adsp2_component_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x0bf7e97a wm_adsp_compr_copy +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x13c9ba96 wm_adsp2_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x1b80c2af wm_adsp_write_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x203818c3 wm_adsp_compr_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x222c86ea wm_adsp_fw_enum +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x31363e97 wm_adsp_power_up +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x4a074127 wm_adsp_fw_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x4ed34651 wm_adsp_read_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x52c16479 wm_halo_wdt_expire +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x553ea63a wm_adsp_early_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x58190984 wm_adsp1_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x731084ee wm_adsp2_preloader_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x891a34c7 wm_adsp_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x9099cb66 wm_adsp2_set_dspclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x9300be03 wm_adsp_fw_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xaa177bca wm_adsp2_preloader_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xaa58a470 wm_adsp_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xc1eace9c wm_adsp_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xc773ff2d wm_adsp_compr_handle_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xc8397162 wm_halo_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xcb5be3d4 wm_adsp2_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xcfbe3064 wm_adsp_compr_open +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xd6f373a5 wm_adsp2_component_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xdd3c79ef wm_adsp2_bus_error +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xe5d25298 wm_adsp_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xea38ee07 wm_halo_bus_error +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xef63179a wm_adsp1_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xf977c874 wm_adsp_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x0dcce276 wm_hubs_add_analogue_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x5cd7eb9b wm_hubs_dcs_done +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x615df481 wm_hubs_set_bias_level +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x6ba64712 wm_hubs_handle_analogue_pdata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x757206d5 wm_hubs_spkmix_tlv +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xa18284c9 wm_hubs_update_class_w +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xc60773bf wm_hubs_vmid_ena +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xd57d6271 wm_hubs_add_analogue_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xdffdc35d wm_hubs_hpr_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xe621a0b6 wm_hubs_hpl_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0xa290e38c wm8731_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0xa36ce257 wm8731_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x9e12d1b1 wm8804_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xad99d38f wm8804_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xc3f493d2 wm8804_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xf3c5c68f wm8804_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0xf275b0ae wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0x1994fc41 wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0x3ff6f75a wm8994_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0xd4d3baa6 wm8958_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/imx-pcm-dma 0x0b9be7bc imx_pcm_dma_init +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-asrc 0xff066108 fsl_asrc_component +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-imx-audmux 0x30693bb7 imx_audmux_v1_configure_port +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-imx-audmux 0x58631dab imx_audmux_v2_configure_port +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card 0x8e5b9995 audio_graph_parse_of +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x621de28b audio_graph2_link_c2c +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x64c90af5 audio_graph2_link_dpcm +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x8cd7408d audio_graph2_parse_of +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0xd05048eb audio_graph2_link_normal +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x00e1d1ff asoc_simple_is_convert_required +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x09119964 asoc_simple_shutdown +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x0c471325 asoc_simple_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x15039922 asoc_graph_card_probe +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x16a48873 asoc_simple_parse_clk +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x1ac2ed8a asoc_simple_parse_widgets +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x1c8d2add asoc_simple_startup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x1ec3803b asoc_simple_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x22f7e094 asoc_simple_parse_convert +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x258b5535 asoc_simple_canonicalize_cpu +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x2f286f7c asoc_simple_parse_tdm_width_map +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x33da029e asoc_graph_parse_dai +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x350bf199 asoc_simple_init_priv +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x5230d2ac asoc_simple_canonicalize_platform +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x5a9e0b54 asoc_simple_clean_reference +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x8ae733a3 asoc_simple_remove +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x9305f7c5 asoc_simple_dai_init +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x97242f8c asoc_simple_init_aux_jacks +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x97cdd2c8 asoc_simple_be_hw_params_fixup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x9d170d4e asoc_simple_hw_params +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xa8c14c21 asoc_simple_set_dailink_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xb9cf4762 asoc_simple_init_jack +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xc1ea9fa5 asoc_graph_is_ports0 +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xc8de9cfa asoc_simple_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xd745f192 asoc_simple_parse_routing +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x03e42e85 mtk_afe_suspend +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x06a25705 mtk_memif_set_format +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x0f89c122 mtk_afe_pcm_new +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x1f2e1a4d mtk_sof_dai_link_fixup +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x232f4e29 mtk_sof_card_late_probe +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x2833869d mtk_dynamic_irq_release +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x2887765a mtk_afe_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x2def0876 mtk_dynamic_irq_acquire +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x47d885c5 mtk_afe_fe_ops +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x57ed28f2 mtk_afe_pcm_platform +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x6f4f8b22 mtk_memif_set_channel +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x71b89025 mtk_memif_set_disable +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x7289b916 mtk_memif_set_enable +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x739dcca1 mtk_afe_combine_sub_dai +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x74673c4c mtk_memif_set_rate_substream +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x78dd2d1f mtk_sof_dailink_parse_of +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x8409f20f mtk_sof_card_probe +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x85c2ef59 mtk_afe_fe_shutdown +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x883fcbde mtk_afe_add_sub_dai_control +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x917de4b7 mtk_afe_fe_hw_free +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x98664ae9 mtk_memif_set_rate +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xa943d629 parse_dai_link_info +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xb27ad722 mtk_memif_set_addr +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xc742c89e clean_card_reference +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xd52a282a mtk_afe_fe_trigger +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xdc08346a mtk_afe_fe_hw_params +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xdf45681a mtk_memif_set_pbuf_size +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xf73f4111 mtk_afe_fe_startup +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xfc74c153 mtk_afe_fe_prepare +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xfeee95a8 mtk_afe_resume +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8183/snd-soc-mt8183-afe 0x2dc88fea mt8183_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0xa9605fa0 mt8186_mt6366_init +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0xafe40b5b mt8186_mt6366_card_set_be_link +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0xdbeda247 mt8186_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0xe33d9cb2 mt8186_afe_gpio_init +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8188/snd-soc-mt8188-afe 0x6bb406c8 mt8188_afe_enable_clk +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8188/snd-soc-mt8188-afe 0xdcc57c2f mt8188_afe_disable_clk +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0x88691c44 mt8192_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8195/snd-soc-mt8195-afe 0x28b631f8 mt8195_afe_enable_clk +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8195/snd-soc-mt8195-afe 0xfa5f4eb4 mt8195_afe_disable_clk +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x17366164 axg_fifo_pcm_new +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x40b49a7d axg_fifo_pcm_trigger +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x86713a6a axg_fifo_pcm_open +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x9bcb9f94 axg_fifo_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xb83e5813 axg_fifo_pcm_hw_free +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xb9e67862 axg_fifo_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xbed92241 axg_fifo_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xbf15d5a2 g12a_fifo_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xc2584622 axg_fifo_pcm_close +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x4988d1f8 axg_tdm_stream_alloc +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x539c48cc axg_tdm_stream_start +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x55316323 axg_tdm_formatter_set_channel_masks +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x64e0ca85 axg_tdm_stream_free +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x7ea54852 axg_tdm_formatter_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0xe9f3e9db axg_tdm_formatter_event +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0xef4a0d56 axg_tdm_stream_stop +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-interface 0x952c8d94 axg_tdm_set_tdm_slots +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x1ab8e9ff meson_card_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x1eae21f9 meson_card_i2s_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x29447938 meson_card_parse_dai +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x426aa6ff meson_card_reallocate_links +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xb4e752a3 meson_card_set_be_link +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xb84ba0f7 meson_card_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xc5282176 meson_card_remove +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xc6d35d92 meson_card_set_fe_link +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x0ca7e5b7 meson_codec_glue_output_startup +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x0fff4e80 meson_codec_glue_input_dai_remove +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x24871571 meson_codec_glue_input_get_data +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0xcc1f582b meson_codec_glue_input_set_fmt +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0xe2b66a4a meson_codec_glue_input_dai_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0xf9d879b2 meson_codec_glue_input_hw_params +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x28421460 q6adm_get_copp_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x332e5013 q6adm_matrix_map +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x870cef3e q6adm_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0xb56389fe q6adm_close +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x07a54780 q6afe_cdc_dma_port_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x369b6eeb q6afe_port_put +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x3b16d6e7 q6afe_port_stop +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x498d993b q6afe_get_port_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x530e0dcf q6afe_port_get_from_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x5332304f q6afe_slim_port_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x546129fc q6afe_set_lpass_clock +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x7df60063 q6afe_port_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0xae809786 q6afe_hdmi_port_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0xd4523c59 q6afe_i2s_port_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0xe45246a8 q6afe_port_start +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0xfaf22370 q6afe_tdm_port_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x13b7efd9 q6asm_cmd +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x1b6c77fc q6asm_stream_media_format_block_alac +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x25bfa476 q6asm_open_write +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x2b693eed q6asm_stream_media_format_block_wma_v9 +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x4afe6f73 q6asm_read +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x4fba2f0c q6asm_run_nowait +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x5b30c283 q6asm_audio_client_alloc +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x68db31e2 q6asm_unmap_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x6cec4b17 q6asm_stream_remove_trailing_silence +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x856b4fdb q6asm_stream_media_format_block_wma_v10 +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x9d0cf85f q6asm_stream_media_format_block_flac +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xa7d3a3a6 q6asm_media_format_block_multi_ch_pcm +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xb37ed108 q6asm_enc_cfg_blk_pcm_format_support +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xc0dd8d67 q6asm_open_read +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xc1347db0 q6asm_write_async +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xc5a116a4 q6asm_get_session_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xcbee5e42 q6asm_stream_remove_initial_silence +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xcc4952e4 q6asm_audio_client_free +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xd2cf1a0f q6asm_run +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xd38aa312 q6asm_cmd_nowait +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xea75a5dd q6asm_map_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xf47f4b35 q6asm_stream_media_format_block_ape +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6core 0x7e52e977 q6core_is_adsp_ready +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6core 0x9b02ea0d q6core_get_svc_api_info +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0x428b5b13 q6prm_vote_lpass_core_hw +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0x44c556be q6prm_set_lpass_clock +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0xee8a4fea q6prm_unvote_lpass_core_hw +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6routing 0x5b75f756 q6routing_stream_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6routing 0xa7a64259 q6routing_stream_close +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x112fb70e audioreach_map_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x142fc531 q6apm_graph_stop +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x145cf8f6 audioreach_alloc_apm_cmd_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x26d66578 q6apm_graph_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x2f37f1a4 q6apm_enable_compress_module +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x2f51d97a q6apm_graph_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x2fe33fd3 q6apm_is_adsp_ready +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x4e05c119 q6apm_map_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x538d1f40 audioreach_graph_send_cmd_sync +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x5543dd66 audioreach_alloc_apm_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x622d92f9 audioreach_alloc_graph_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x64dc5171 audioreach_alloc_cmd_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x6510fbe2 q6apm_unmap_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x7032adf9 audioreach_compr_set_param +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x711585e1 audioreach_graph_free_buf +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x751debf7 q6apm_graph_media_format_pcm +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x7f4d39c8 audioreach_alloc_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x97f81b02 q6apm_graph_start +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x9b885c77 audioreach_gain_set_vol_ctrl +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xab03a8c2 q6apm_graph_close +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xb15efdc5 q6apm_read +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xb20ea6f6 audioreach_send_cmd_sync +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xb3fa1f20 q6apm_graph_get_rx_shmem_module_iid +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xb6677881 q6apm_graph_flush +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xb6994d68 q6apm_graph_media_format_shmem +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xbf64c092 q6apm_write_async +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xc2f50d4a audioreach_shared_memory_send_eos +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xcb7c0bbb q6apm_remove_trailing_silence +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xd88ee374 audioreach_send_u32_param +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xdfd8e71a q6apm_set_real_module_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xe9736f0d audioreach_tplg_init +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xfb95305e audioreach_set_media_format +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xfcff58c0 q6apm_remove_initial_silence +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x128b06fb q6dsp_audio_ports_set_config +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x17142e58 q6dsp_map_channels +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x319c8b83 q6dsp_clock_dev_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x77bd85a1 q6dsp_audio_ports_of_xlate_dai_name +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x9501f8e4 q6dsp_get_channel_allocation +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cdc-dma 0x86d85a88 asoc_qcom_lpass_cdc_dma_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x266ae301 asoc_qcom_lpass_cpu_platform_shutdown +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x3fb417d2 asoc_qcom_lpass_cpu_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x69777e78 asoc_qcom_lpass_cpu_platform_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x9dcfc6a9 asoc_qcom_lpass_cpu_dai_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0xb8fe8319 asoc_qcom_lpass_cpu_platform_remove +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0xc54f2ecd lpass_cpu_pcm_new +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-hdmi 0x2742c346 asoc_qcom_lpass_hdmi_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-platform 0x4906522e asoc_qcom_lpass_platform_register +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-common 0xa941574a qcom_snd_wcd_jack_setup +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-common 0xe856f98d qcom_snd_parse_of +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0x47a56565 qcom_snd_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0x9b4348cd qcom_snd_sdw_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0xd1135678 qcom_snd_sdw_hw_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-acpi 0x14c66b61 snd_soc_acpi_codec_list +EXPORT_SYMBOL_GPL sound/soc/snd-soc-acpi 0x5c512782 snd_soc_acpi_find_package_from_hid +EXPORT_SYMBOL_GPL sound/soc/snd-soc-acpi 0xba39aa11 snd_soc_acpi_find_machine +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x003edf7d snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x010e39c8 snd_soc_component_read_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0122e632 snd_soc_dai_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0200bf98 snd_soc_card_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x032a97c3 snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0493666a snd_soc_of_put_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0507734f snd_soc_set_dmi_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x07ca55c8 dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x08352a18 snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0874dbbe soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x08c3fca8 devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x09ce1660 snd_soc_component_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0be0f6da snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0bf51ff1 snd_soc_component_initialize +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0c5f21f7 devm_snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0d2532b1 snd_soc_free_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0deae9db snd_soc_link_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0e2ff741 snd_soc_dai_link_set_capabilities +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0e701e07 snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0f9f2ba3 snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x112154c5 snd_soc_card_jack_new_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1453c183 snd_soc_add_pcm_runtimes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x14d8b63b snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x14dc345b snd_soc_dai_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x170b5cf4 snd_soc_dai_active +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x175bd115 snd_soc_find_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x19a5d3b2 dpcm_end_walk_at_be +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1a6f48e5 snd_soc_of_get_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1acc13d7 snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1b1b80b1 snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1bc245c4 snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1c083342 snd_soc_dpcm_runtime_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1c1f42bf snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1c84c1af snd_soc_daifmt_parse_format +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1eab9ee1 snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x21727897 snd_soc_dapm_stream_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x23183b5e snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x23812158 snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x25e9c706 snd_soc_get_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2c314d1f snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2d4bf954 snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2fdc6b4b snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2fec28ea snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x301e218c snd_soc_of_parse_node_prefix +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x30575b4a snd_soc_of_get_slot_mask +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x31d3b7e1 dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x36bed900 snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x36e820f7 snd_soc_component_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x37cf3021 snd_soc_component_exit_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x37edf2fe snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x389d7e35 snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3a99a1bc snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3c5416e1 snd_soc_new_compress +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3f107228 snd_soc_add_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3f3c9f0b snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x40193062 snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x41e0df14 snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x42316261 snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x45615c16 snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x46d20dab snd_soc_component_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4710aa76 snd_soc_dai_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4a4a1919 snd_soc_component_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4c39ad30 snd_soc_of_put_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4c3bd148 snd_soc_dai_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4e6b87a7 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4f2a8e21 snd_soc_rtdcom_lookup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4f315393 snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4fa1782d snd_soc_tdm_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x51144fd8 snd_soc_dai_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x52002f69 snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x535d30b9 dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x53d0f39b snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x548abbe8 asoc_dummy_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x549808e9 snd_soc_daifmt_parse_clock_provider_raw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x553311ef snd_soc_component_compr_open +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x583cba9a snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x591573ce snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5985a0ec snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x59e2596f snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5b86a383 snd_soc_lookup_component_nolocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5c9c305d snd_soc_dai_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5d329024 snd_soc_dai_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5e2dda8c snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5ece150a snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x613dc38d snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6140f9c3 snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x657f267e snd_soc_find_dai_with_mutex +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6673e640 snd_soc_dapm_force_bias_level +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x66a6756e snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x67dbda32 snd_soc_unregister_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6853799f snd_soc_component_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x68c5f647 dapm_mark_endpoints_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x693bff00 widget_in_list +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x69ccdbc8 snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6a4f4fa6 snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6b6d0510 snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6bd6393d snd_soc_dapm_update_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6bff8d97 snd_soc_dapm_kcontrol_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6d028794 snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6dfa04b8 snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6e2b0c01 snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6fbe3ca8 snd_soc_component_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x715d62b7 snd_soc_component_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x721fdc94 snd_soc_link_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x72ed35d7 snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x747a023c snd_soc_remove_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x76a7b6d2 snd_soc_dapm_new_control +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x778868b9 snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x798137e0 snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x79e75c5e snd_soc_runtime_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7b37cb99 snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7c297121 null_dailink_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7c751b64 snd_soc_tplg_widget_bind_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7ced3c81 snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x80f80384 devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8284e13c snd_soc_runtime_set_dai_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x82b0626c snd_soc_component_compr_get_codec_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x83c19c95 snd_soc_component_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x85753810 snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x87e085d4 snd_soc_dapm_free_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8a62a214 snd_soc_card_remove_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8ddeba02 snd_soc_unregister_component_by_driver +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8df67c0c snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8e5e5fa2 snd_soc_component_compr_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8f8c1f80 snd_soc_component_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8fa121d6 snd_soc_new_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x905fa356 snd_soc_link_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x906e7821 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x93f18ab0 snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x958ba852 snd_soc_component_compr_copy +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x95f95fa0 snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x96f9ba54 snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x974606ef snd_soc_component_get_jack_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x97946abc snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x993f7ed7 snd_soc_of_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x999da794 snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9b825196 snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9c2d71ad dapm_pinctrl_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9c8e293d snd_soc_bytes_tlv_callback +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9e224688 snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9e324e31 snd_soc_dai_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9e9b3069 snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa234d49d snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa2d67373 snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa2ed34fa snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa41c307f snd_soc_component_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa42e4587 snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa4a9d420 snd_soc_component_set_jack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa4ede294 snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa5506cea snd_soc_runtime_calc_hw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa89e2cfa snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa8e503d2 snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa94abd17 snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaa383b5a snd_soc_component_init_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xab3903d1 snd_soc_component_write_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xae4a2d36 snd_soc_of_get_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaf821457 snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb0e2d5db snd_soc_dapm_kcontrol_dapm +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb0f69393 snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb3a42318 snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb5cfbd86 snd_soc_component_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb600639d snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb762322c snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb7bdaf61 snd_soc_dapm_widget_name_cmp +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb84e66e1 snd_soc_dapm_dai_free_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xba0a306a snd_soc_component_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbb0329e2 snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbb0edd62 snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbb3086fe snd_soc_dai_get_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbb55a280 snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbbe3de64 snd_soc_tplg_component_remove +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbbecec9e snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbca5f92d snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbd670e30 snd_soc_component_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbef02b2b snd_soc_dapm_init +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc0558b82 snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc12daa1b snd_soc_close_delayed_work +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc16d626a snd_soc_dai_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc317a15e snd_soc_daifmt_clock_provider_flipped +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc44f63ad snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc51bb004 snd_soc_component_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc70a5a1d snd_soc_card_add_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcad7b579 snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcb67e911 snd_soc_component_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcbbf64b4 snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcc2213c6 snd_soc_get_dai_id +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xccd13ce8 snd_soc_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xce28358d snd_soc_dapm_new_dai_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd0583507 snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd0c2e9ac snd_soc_component_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd0d28e63 snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd172c493 snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd1ae44e2 snd_soc_dai_is_dummy +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd2e67e7d snd_soc_add_component_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd47049c7 snd_soc_info_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd4d4a2e6 snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd5b3d62f snd_soc_tplg_component_load +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd5d8cc27 snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd70ccb61 snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd7e1f6a7 snd_soc_of_get_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd9e1c55f snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xddd29b78 snd_soc_component_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xde1b8637 dapm_kcontrol_get_value +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdefd6cac snd_soc_dapm_dai_get_connected_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdf8a3b10 snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdfaf7135 snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe11d9137 snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe1a93939 devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe45096e1 snd_soc_get_stream_cpu +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe65a7d43 snd_soc_dpcm_can_be_prepared +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe896392f snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xea3ec9fd snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb74e5f5 snd_soc_component_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xefff8965 snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf0365a82 snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf1100c4e snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf3fa758c snd_soc_component_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf49e2d91 snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf62721c6 snd_soc_dai_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9622dd1 snd_soc_daifmt_clock_provider_from_bitmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfb10528d snd_soc_of_parse_aux_devs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfc7954d8 snd_soc_component_notify_control +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfcc6aba1 snd_soc_lookup_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfd63c220 snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfe60e2a9 snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfffe0ba7 snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x01359a22 snd_sof_dbg_init +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x1e79c58b snd_sof_debugfs_add_region_item_iomem +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x1ea4d0ce snd_sof_free_debug +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x3f220a99 snd_sof_debugfs_buf_item +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0xe7dc829e snd_sof_dbg_memory_info_init +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x2c64d423 sprd_mcdt_request_chan +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x5061832c sprd_mcdt_chan_int_disable +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x609193c3 sprd_mcdt_chan_write +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x68b4b311 sprd_mcdt_chan_dma_enable +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x6c283cec sprd_mcdt_chan_int_enable +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0xa5fdddd3 sprd_mcdt_chan_read +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0xb67dbf49 sprd_mcdt_chan_dma_disable +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0xdf547b54 sprd_mcdt_free_chan +EXPORT_SYMBOL_GPL sound/soc/sunxi/sun8i-adda-pr-regmap 0x37a3a5c2 sun8i_adda_pr_regmap_init +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-machine 0x39e38c63 tegra_asoc_machine_init +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-machine 0xaf706d3e tegra_asoc_machine_probe +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x0012daa7 tegra_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x145d1172 tegra_pcm_open +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x1d18d574 devm_tegra_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x32b5aea9 tegra_pcm_construct +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x34d50aeb tegra_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x4c75c656 tegra_pcm_platform_unregister +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xb081250e tegra_pcm_close +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xe05cc27b tegra_pcm_platform_register_with_chan_names +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xfcdae1c3 tegra_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0x0427e3da tegra30_ahub_allocate_tx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0x55a40206 tegra30_ahub_disable_rx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0x5d7237ff tegra30_ahub_set_cif +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0x6fe20143 tegra30_ahub_set_rx_cif_source +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xb419329b tegra30_ahub_disable_tx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xb4a9367d tegra30_ahub_enable_tx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xb81bca9d tegra30_ahub_free_rx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xc78c7125 tegra30_ahub_free_tx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xccb67e55 tegra124_ahub_set_cif +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xccc98372 tegra30_ahub_enable_rx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xd01de23b tegra30_ahub_allocate_rx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xe549513a tegra30_ahub_unset_rx_cif_source +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-edma 0x105c32d7 edma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-sdma 0x79de0b63 sdma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-udma 0xcbc2be0b udma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x0e434a6e line6_init_pcm +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x128bc84f line6_pcm_acquire +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x202a1b1b line6_midi_id +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x2947f485 line6_write_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x2f566c27 line6_pcm_release +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x3a9d8ea3 line6_version_request_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x3d86c691 line6_read_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x3de86aa9 line6_disconnect +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x42a3bb33 line6_init_midi +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x480bca3b line6_send_raw_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x4bfc6ed2 line6_send_sysex_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x73b93d09 line6_suspend +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x7b536faf line6_send_raw_message_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x8a08c0d4 line6_probe +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xa13b7665 line6_read_serial_number +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xb3981755 line6_alloc_sysex_buffer +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xef6c9c2d line6_resume +EXPORT_SYMBOL_GPL vmlinux 0x0001f35e devlink_alloc_ns +EXPORT_SYMBOL_GPL vmlinux 0x00113c3f l3mdev_fib_table_by_index +EXPORT_SYMBOL_GPL vmlinux 0x0011f1e5 switchdev_bridge_port_unoffload +EXPORT_SYMBOL_GPL vmlinux 0x00513f58 get_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x0054003c hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0x00565f18 pernet_ops_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x005d3f3b devl_rate_node_create +EXPORT_SYMBOL_GPL vmlinux 0x005f18a6 add_wait_queue_priority +EXPORT_SYMBOL_GPL vmlinux 0x00726874 scsi_check_sense +EXPORT_SYMBOL_GPL vmlinux 0x0097f60f dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x00a06f98 sysfs_update_groups +EXPORT_SYMBOL_GPL vmlinux 0x00a6ac5f hv_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0x00aa5393 sk_msg_zerocopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x00b27df6 nvdimm_has_cache +EXPORT_SYMBOL_GPL vmlinux 0x00b2d1d8 crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x00ba1ef0 dmaengine_desc_get_metadata_ptr +EXPORT_SYMBOL_GPL vmlinux 0x00bd7bb9 ahci_ops +EXPORT_SYMBOL_GPL vmlinux 0x00d4c500 usb_decode_interval +EXPORT_SYMBOL_GPL vmlinux 0x00e0c23c destroy_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x00e3980d gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0x00eb52c3 srcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x010a2dd2 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x012031cb fuse_dev_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0125607a crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0x0126fa7b device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0x012e730e apei_exec_noop +EXPORT_SYMBOL_GPL vmlinux 0x01374ae6 vfs_get_acl +EXPORT_SYMBOL_GPL vmlinux 0x014e8186 cpu_scale +EXPORT_SYMBOL_GPL vmlinux 0x01595fe9 gpiochip_populate_parent_fwspec_twocell +EXPORT_SYMBOL_GPL vmlinux 0x015a8498 imx_clk_hw_cpu +EXPORT_SYMBOL_GPL vmlinux 0x0166a4aa pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0x0170fd14 pci_epf_create +EXPORT_SYMBOL_GPL vmlinux 0x0174bd9c rt_mutex_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0x017816c1 pcie_aspm_enabled +EXPORT_SYMBOL_GPL vmlinux 0x0179ccba topology_update_thermal_pressure +EXPORT_SYMBOL_GPL vmlinux 0x01866a57 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x018e5d75 fuse_dev_install +EXPORT_SYMBOL_GPL vmlinux 0x0192793b usb_phy_roothub_alloc +EXPORT_SYMBOL_GPL vmlinux 0x01a0cb78 property_entries_free +EXPORT_SYMBOL_GPL vmlinux 0x01a20dfe spi_delay_to_ns +EXPORT_SYMBOL_GPL vmlinux 0x01a87235 ma35d1_reg_clk_pll +EXPORT_SYMBOL_GPL vmlinux 0x01b67a81 clk_hw_get_parent_index +EXPORT_SYMBOL_GPL vmlinux 0x01c2ba4d inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0x01c6cb0c cpu_cluster_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x01c7ebce dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x01d7bae5 meson_clk_cpu_dyndiv_ops +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01ec85ff ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x01ed8f40 vcap_del_rules +EXPORT_SYMBOL_GPL vmlinux 0x0202c29c genphy_c45_check_and_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x02032b97 nf_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x0204d12f dw_pcie_ep_init_complete +EXPORT_SYMBOL_GPL vmlinux 0x0207a6c6 reset_control_bulk_acquire +EXPORT_SYMBOL_GPL vmlinux 0x02154b0e sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0x021b0e07 vcap_find_keystream_keysets +EXPORT_SYMBOL_GPL vmlinux 0x02248e03 usb_alloc_dev +EXPORT_SYMBOL_GPL vmlinux 0x02286628 split_page +EXPORT_SYMBOL_GPL vmlinux 0x022a1121 dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0x0231976b usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0x0231bc51 dm_disk +EXPORT_SYMBOL_GPL vmlinux 0x02394899 play_idle_precise +EXPORT_SYMBOL_GPL vmlinux 0x023c0259 icc_provider_deregister +EXPORT_SYMBOL_GPL vmlinux 0x0242c9e4 __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x02495b8f gnttab_alloc_grant_reference_seq +EXPORT_SYMBOL_GPL vmlinux 0x024a6296 gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x024c3612 blk_queue_zone_write_granularity +EXPORT_SYMBOL_GPL vmlinux 0x024d13dd request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x0259dd98 ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x025de710 ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0x026a93b2 ahci_set_em_messages +EXPORT_SYMBOL_GPL vmlinux 0x0284e134 pci_epf_free_space +EXPORT_SYMBOL_GPL vmlinux 0x0289f29d vp_modern_get_features +EXPORT_SYMBOL_GPL vmlinux 0x028c7c7e iocb_bio_iopoll +EXPORT_SYMBOL_GPL vmlinux 0x0292a1d7 dev_pm_opp_find_bw_floor +EXPORT_SYMBOL_GPL vmlinux 0x02a06ee8 cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0x02a25c2e ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0x02aa84ef devm_register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0x02babf14 ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0x02c5c501 power_supply_find_ocv2cap_table +EXPORT_SYMBOL_GPL vmlinux 0x02ca183b devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x02d3b680 __sk_flush_backlog +EXPORT_SYMBOL_GPL vmlinux 0x02e55f7d ahci_do_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x02f2a4c2 gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x02f62da3 usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0x030cbca2 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x0312b3b0 reset_controller_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0321cdbf of_alias_get_highest_id +EXPORT_SYMBOL_GPL vmlinux 0x0323db59 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x0326ed15 nvmem_layout_unregister +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x033f8936 crypto_unregister_aeads +EXPORT_SYMBOL_GPL vmlinux 0x03420bac rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x03473884 phy_basic_t1s_p2mp_features +EXPORT_SYMBOL_GPL vmlinux 0x03610641 meson_axg_pmx_ops +EXPORT_SYMBOL_GPL vmlinux 0x036cf39b nvdimm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x036de383 perf_event_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x03701a42 zynqmp_pm_pinctrl_set_function +EXPORT_SYMBOL_GPL vmlinux 0x0373766a sbitmap_queue_clear +EXPORT_SYMBOL_GPL vmlinux 0x03772415 gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x037e37f8 backing_file_real_path +EXPORT_SYMBOL_GPL vmlinux 0x038a71c3 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0390a62d iommu_device_sysfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x03952887 ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x03992d6c ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0x039d5566 vp_legacy_set_queue_address +EXPORT_SYMBOL_GPL vmlinux 0x03ac7f63 scsi_dh_activate +EXPORT_SYMBOL_GPL vmlinux 0x03be86bf virtio_device_restore +EXPORT_SYMBOL_GPL vmlinux 0x03c12dfe cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x03ca01c0 clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x03ce7234 sched_smt_present +EXPORT_SYMBOL_GPL vmlinux 0x03dc16bd phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x03f813b0 class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x03f962f8 iommu_unmap_fast +EXPORT_SYMBOL_GPL vmlinux 0x03fd3633 inet_send_prepare +EXPORT_SYMBOL_GPL vmlinux 0x0402cbbf preempt_notifier_inc +EXPORT_SYMBOL_GPL vmlinux 0x0404494f hte_push_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x040f59f9 rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0x0412332f rcar_rst_set_rproc_boot_addr +EXPORT_SYMBOL_GPL vmlinux 0x041545b3 ksm_madvise +EXPORT_SYMBOL_GPL vmlinux 0x0431c54c usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x044b0310 mmc_cmdq_disable +EXPORT_SYMBOL_GPL vmlinux 0x045230ac fwnode_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x04698ee3 kvm_vcpu_read_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x046afda3 clk_hw_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0x046f359e of_overlay_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x04708248 irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0x0471d943 is_software_node +EXPORT_SYMBOL_GPL vmlinux 0x0472cf3b register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x047422b8 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0x047dc15a device_match_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x047e145c of_alias_from_compatible +EXPORT_SYMBOL_GPL vmlinux 0x048917fb devm_pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x048bf9f3 fsl_mc_bus_dpci_type +EXPORT_SYMBOL_GPL vmlinux 0x049695a0 crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0x049e5156 gnttab_try_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x04a6d2db phy_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x04b271bc vcap_tc_flower_handler_ipv6_usage +EXPORT_SYMBOL_GPL vmlinux 0x04bf0092 io_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04c70da9 ahci_do_softreset +EXPORT_SYMBOL_GPL vmlinux 0x04c8aebf console_verbose +EXPORT_SYMBOL_GPL vmlinux 0x04d76d73 crypto_sig_maxsize +EXPORT_SYMBOL_GPL vmlinux 0x04df8fbc lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0x04e9fa78 ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0x051085e3 lock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x051a0bc1 stack_depot_fetch +EXPORT_SYMBOL_GPL vmlinux 0x0524a99e register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x052783da devm_serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x0528773d fb_sys_read +EXPORT_SYMBOL_GPL vmlinux 0x052b4013 register_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x052c9aed ktime_get_real_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x053640ae nvmem_cell_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0x05378cee mtk_pinconf_bias_get +EXPORT_SYMBOL_GPL vmlinux 0x053d738a __SCK__tp_func_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x054e8a0b driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x055f91c9 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x05610897 of_changeset_destroy +EXPORT_SYMBOL_GPL vmlinux 0x05658892 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0x05782367 gpiochip_line_is_valid +EXPORT_SYMBOL_GPL vmlinux 0x05883efb __traceiter_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x0589fa23 edac_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0x058d7304 platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0x058f9366 apei_exec_collect_resources +EXPORT_SYMBOL_GPL vmlinux 0x0595b6e1 of_console_check +EXPORT_SYMBOL_GPL vmlinux 0x0597009a __traceiter_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x05ae26b8 ata_sas_tport_add +EXPORT_SYMBOL_GPL vmlinux 0x05b642fb pinctrl_utils_reserve_map +EXPORT_SYMBOL_GPL vmlinux 0x05c3d291 vp_modern_set_status +EXPORT_SYMBOL_GPL vmlinux 0x05c6f05e dev_pm_opp_set_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x05cd1dd4 vcap_rule_add_key_bit +EXPORT_SYMBOL_GPL vmlinux 0x05d16aff ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x05f35e4b nf_queue_nf_hook_drop +EXPORT_SYMBOL_GPL vmlinux 0x05fcde83 serdev_device_get_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x0608f1e3 imx_clk_fracn_gppll_integer +EXPORT_SYMBOL_GPL vmlinux 0x061336ae blocking_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x0618a8a1 fwnode_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0x06209f49 phy_lookup_setting +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x062b89c4 ghes_unregister_report_chain +EXPORT_SYMBOL_GPL vmlinux 0x062d117f __tracepoint_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x0632b6f1 kthread_use_mm +EXPORT_SYMBOL_GPL vmlinux 0x064010bb handle_fasteoi_nmi +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x065e0357 thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x06603a8d usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x066989a5 fwnode_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x067300f7 kvm_vcpu_wake_up +EXPORT_SYMBOL_GPL vmlinux 0x0673c4ef sch_frag_xmit_hook +EXPORT_SYMBOL_GPL vmlinux 0x06745907 register_btf_kfunc_id_set +EXPORT_SYMBOL_GPL vmlinux 0x067836c0 kvm_put_kvm +EXPORT_SYMBOL_GPL vmlinux 0x067e84ff dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x06969595 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0x069af9f6 dprc_close +EXPORT_SYMBOL_GPL vmlinux 0x069c0c01 vp_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0x069fe75c crypto_grab_shash +EXPORT_SYMBOL_GPL vmlinux 0x06add0b1 apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0x06b094d7 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0x06b3308e rz_mtu3_8bit_ch_write +EXPORT_SYMBOL_GPL vmlinux 0x06b6a328 virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0x06b970a5 zynqmp_pm_ospi_mux_select +EXPORT_SYMBOL_GPL vmlinux 0x06c27f6d mtk_clk_unregister_ref2usb_tx +EXPORT_SYMBOL_GPL vmlinux 0x06cca30b ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0x06d3e02d mmc_pwrseq_unregister +EXPORT_SYMBOL_GPL vmlinux 0x06e1eb62 crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x06e415bc __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x06e4433e sunxi_ccu_set_mmc_timing_mode +EXPORT_SYMBOL_GPL vmlinux 0x0705e2e6 of_clk_get_parent_count +EXPORT_SYMBOL_GPL vmlinux 0x070ec4e2 ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0x071c1946 of_clk_get_parent_name +EXPORT_SYMBOL_GPL vmlinux 0x07242d92 put_dax +EXPORT_SYMBOL_GPL vmlinux 0x072a812e ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0x073205e7 vcap_filter_rule_keys +EXPORT_SYMBOL_GPL vmlinux 0x073770fd iommu_register_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x07483e13 cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0x074f98db synth_event_add_field +EXPORT_SYMBOL_GPL vmlinux 0x0750938c pci_epc_clear_bar +EXPORT_SYMBOL_GPL vmlinux 0x0756a31c register_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0x0758ebad ping_close +EXPORT_SYMBOL_GPL vmlinux 0x076356e7 sfp_may_have_phy +EXPORT_SYMBOL_GPL vmlinux 0x0784996e dev_pm_opp_of_find_icc_paths +EXPORT_SYMBOL_GPL vmlinux 0x078cf5b6 spi_mem_driver_register_with_owner +EXPORT_SYMBOL_GPL vmlinux 0x078de7ce crypto_alg_extsize +EXPORT_SYMBOL_GPL vmlinux 0x07a338c8 pinctrl_find_gpio_range_from_pin_nolock +EXPORT_SYMBOL_GPL vmlinux 0x07a4b1a9 __traceiter_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07b72747 pcc_mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x07be6905 net_inc_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x07cbf2fe cpufreq_cpu_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x07cc0d26 sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07d5aabf dst_cache_get_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x07d6f7dc usb_of_get_device_node +EXPORT_SYMBOL_GPL vmlinux 0x07dbec5b dev_pm_opp_put +EXPORT_SYMBOL_GPL vmlinux 0x07e9ceac scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0x07eeba9a of_reserved_mem_device_release +EXPORT_SYMBOL_GPL vmlinux 0x07fabab6 of_property_count_elems_of_size +EXPORT_SYMBOL_GPL vmlinux 0x07fe0b59 __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x08016f34 l3mdev_link_scope_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0801db79 of_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x0805712f sfp_register_socket +EXPORT_SYMBOL_GPL vmlinux 0x0811b633 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0x08135613 dax_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x081a6d25 validate_xmit_xfrm +EXPORT_SYMBOL_GPL vmlinux 0x08213956 phylink_ethtool_get_wol +EXPORT_SYMBOL_GPL vmlinux 0x08260d0a __traceiter_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x083b9cc5 __xenbus_register_frontend +EXPORT_SYMBOL_GPL vmlinux 0x08446d6f dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0x0848a224 kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x08576175 unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x085a858f bdev_disk_changed +EXPORT_SYMBOL_GPL vmlinux 0x087f5dc5 wm831x_of_match +EXPORT_SYMBOL_GPL vmlinux 0x089ab0ab ip6_pol_route +EXPORT_SYMBOL_GPL vmlinux 0x08a88a9f __SCK__tp_func_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x08a9e824 hisi_clk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x08ab8a99 xenbus_free_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x08ac91d5 cros_ec_check_features +EXPORT_SYMBOL_GPL vmlinux 0x08acef7c devm_devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0x08c78cf7 offline_and_remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x08d05ae0 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0x08e2b333 cppc_set_auto_sel +EXPORT_SYMBOL_GPL vmlinux 0x08e836d9 vcap_port_debugfs +EXPORT_SYMBOL_GPL vmlinux 0x08eecd4e usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x08f1a4f2 governor_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x0907d14d blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x0920b269 xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0x09225ae0 devm_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x0924cc85 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0x09337cd0 __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x093786cf synth_event_add_field_str +EXPORT_SYMBOL_GPL vmlinux 0x093c480f encrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0x0948b2a6 of_irq_get +EXPORT_SYMBOL_GPL vmlinux 0x0948ba8d irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0x09528ad1 crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0x096e6602 ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x096f519b devm_namespace_enable +EXPORT_SYMBOL_GPL vmlinux 0x0976822d sfp_get_module_eeprom_by_page +EXPORT_SYMBOL_GPL vmlinux 0x097fca0f regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x09b53e14 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x09b5faa8 sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0x09cf21ea scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0x09d0e6e1 modify_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0x09d32382 xenbus_dev_cancel +EXPORT_SYMBOL_GPL vmlinux 0x09d44ca8 regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0x09d8f078 tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0x09e1ff53 thermal_zone_get_offset +EXPORT_SYMBOL_GPL vmlinux 0x09e3ceaa device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x09efaa9f gpiochip_free_own_desc +EXPORT_SYMBOL_GPL vmlinux 0x09f46309 pkcs7_validate_trust +EXPORT_SYMBOL_GPL vmlinux 0x09fa1354 tegra_bpmp_get +EXPORT_SYMBOL_GPL vmlinux 0x09fb8cab i2c_adapter_depth +EXPORT_SYMBOL_GPL vmlinux 0x09fd6fc1 usb_role_switch_register +EXPORT_SYMBOL_GPL vmlinux 0x0a00ba19 serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0x0a10e66d rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0a21afbb evict_inodes +EXPORT_SYMBOL_GPL vmlinux 0x0a4dc41d tcp_bpf_sendmsg_redir +EXPORT_SYMBOL_GPL vmlinux 0x0a4e6e0a nf_hooks_lwtunnel_sysctl_handler +EXPORT_SYMBOL_GPL vmlinux 0x0a52c511 hv_query_ext_cap +EXPORT_SYMBOL_GPL vmlinux 0x0a6895df blk_steal_bios +EXPORT_SYMBOL_GPL vmlinux 0x0a6cfcc8 clk_hw_forward_rate_request +EXPORT_SYMBOL_GPL vmlinux 0x0a76d0c1 devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x0a8162a8 raw_v4_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x0a8894f4 mas_find_range_rev +EXPORT_SYMBOL_GPL vmlinux 0x0a8e458b crypto_req_done +EXPORT_SYMBOL_GPL vmlinux 0x0a9df53d for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0x0a9fa93d xenbus_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x0ab99fd2 spi_mem_dirmap_write +EXPORT_SYMBOL_GPL vmlinux 0x0abc6be6 k3_ringacc_ring_is_full +EXPORT_SYMBOL_GPL vmlinux 0x0abd1496 blk_mq_complete_request_remote +EXPORT_SYMBOL_GPL vmlinux 0x0ae95764 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0x0af4b3f9 spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0x0af54da8 rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x0af57576 wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b0a40c2 pinconf_generic_dt_subnode_to_map +EXPORT_SYMBOL_GPL vmlinux 0x0b100d4b fsnotify_add_mark +EXPORT_SYMBOL_GPL vmlinux 0x0b1a2bcd of_platform_device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0b1bb9f9 synchronize_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x0b2334c6 blk_mark_disk_dead +EXPORT_SYMBOL_GPL vmlinux 0x0b28611a ata_port_classify +EXPORT_SYMBOL_GPL vmlinux 0x0b2db2d5 remove_resource +EXPORT_SYMBOL_GPL vmlinux 0x0b3a3ed7 zynqmp_pm_fpga_get_status +EXPORT_SYMBOL_GPL vmlinux 0x0b52e502 apei_resources_add +EXPORT_SYMBOL_GPL vmlinux 0x0b564626 usb_asmedia_modifyflowcontrol +EXPORT_SYMBOL_GPL vmlinux 0x0b57324b mtk_clk_gate_ops_no_setclr_inv +EXPORT_SYMBOL_GPL vmlinux 0x0b5914e0 nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0x0b5da0b4 clk_hw_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x0b690f04 k3_udma_glue_tx_get_txcq_id +EXPORT_SYMBOL_GPL vmlinux 0x0b69e104 pse_ethtool_get_status +EXPORT_SYMBOL_GPL vmlinux 0x0b6ea3c4 devm_watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x0b8c8a23 static_key_fast_inc_not_disabled +EXPORT_SYMBOL_GPL vmlinux 0x0b8e8067 spi_controller_resume +EXPORT_SYMBOL_GPL vmlinux 0x0b9614ac genphy_c45_an_disable_aneg +EXPORT_SYMBOL_GPL vmlinux 0x0bb028d4 hisi_clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x0bb2b278 init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0x0bb5002b replace_page_cache_folio +EXPORT_SYMBOL_GPL vmlinux 0x0bbdc9b2 remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x0bc284c2 phy_resolve_aneg_pause +EXPORT_SYMBOL_GPL vmlinux 0x0bc2e52c synth_event_create +EXPORT_SYMBOL_GPL vmlinux 0x0bcfd556 dmaengine_desc_set_metadata_len +EXPORT_SYMBOL_GPL vmlinux 0x0bd58c1e clk_hw_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x0bd6dc15 iommu_device_link +EXPORT_SYMBOL_GPL vmlinux 0x0be271fc blk_queue_max_discard_segments +EXPORT_SYMBOL_GPL vmlinux 0x0be2e04a iov_iter_extract_pages +EXPORT_SYMBOL_GPL vmlinux 0x0bece64f dma_async_device_channel_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0bf32478 __SCK__tp_func_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x0bf6291e of_mm_gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x0bf6a75c xdp_master_redirect +EXPORT_SYMBOL_GPL vmlinux 0x0c0e9c3e serdev_device_set_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x0c10e0e4 blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0x0c1a5ee3 log_post_read_mmio +EXPORT_SYMBOL_GPL vmlinux 0x0c267ec6 imx_unregister_hw_clocks +EXPORT_SYMBOL_GPL vmlinux 0x0c29a878 icc_sync_state +EXPORT_SYMBOL_GPL vmlinux 0x0c2c5802 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x0c35e768 acpi_pci_check_ejectable +EXPORT_SYMBOL_GPL vmlinux 0x0c3e6241 k3_udma_glue_disable_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x0c527583 fsnotify_put_group +EXPORT_SYMBOL_GPL vmlinux 0x0c5acd0d dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x0c785d1d regulator_set_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0x0c7d7822 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x0c82fced powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x0c845994 pci_stop_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x0c88c1c3 pci_vpd_find_id_string +EXPORT_SYMBOL_GPL vmlinux 0x0c910e3d dm_internal_resume_fast +EXPORT_SYMBOL_GPL vmlinux 0x0c91242c devm_irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x0c989cc2 io_uring_cmd_done +EXPORT_SYMBOL_GPL vmlinux 0x0ca4d618 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0x0cb0e7a3 ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0x0cb7551b rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0x0cbe3ee2 software_node_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0cc9d36c iommu_group_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x0cca31b7 __ndisc_fill_addr_option +EXPORT_SYMBOL_GPL vmlinux 0x0ccf5275 zynqmp_pm_pinctrl_get_config +EXPORT_SYMBOL_GPL vmlinux 0x0cdb5663 da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x0ce3dd73 bman_is_probed +EXPORT_SYMBOL_GPL vmlinux 0x0cf3569c dma_get_merge_boundary +EXPORT_SYMBOL_GPL vmlinux 0x0d076298 ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x0d0897cf vp_legacy_get_features +EXPORT_SYMBOL_GPL vmlinux 0x0d09cf53 regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x0d165e96 desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0x0d17da6b iomap_ioend_try_merge +EXPORT_SYMBOL_GPL vmlinux 0x0d19d99c pinctrl_pm_select_idle_state +EXPORT_SYMBOL_GPL vmlinux 0x0d218405 xen_unmap_domain_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0x0d2b4b19 regmap_read +EXPORT_SYMBOL_GPL vmlinux 0x0d3a9db1 qcom_smem_state_get +EXPORT_SYMBOL_GPL vmlinux 0x0d3da5cf crypto_get_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x0d3e7648 mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x0d3fb7d4 phy_interface_num_ports +EXPORT_SYMBOL_GPL vmlinux 0x0d4268b5 key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0x0d435bd5 __tracepoint_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x0d47804a __pci_epf_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x0d4961de nf_log_buf_open +EXPORT_SYMBOL_GPL vmlinux 0x0d4e3f8c iopf_queue_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d53892f rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0x0d5cecc6 ima_measure_critical_data +EXPORT_SYMBOL_GPL vmlinux 0x0d5ed0e6 __hwspin_unlock +EXPORT_SYMBOL_GPL vmlinux 0x0d61224c msi_device_has_isolated_msi +EXPORT_SYMBOL_GPL vmlinux 0x0d6a49d4 tcp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d765c7d do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0x0dad482a pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x0dc39c0d kvm_irq_has_notifier +EXPORT_SYMBOL_GPL vmlinux 0x0dd42ca9 sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0de3230e ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x0de5f9f4 ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0x0def14f1 crypto_akcipher_sync_prep +EXPORT_SYMBOL_GPL vmlinux 0x0df56249 __devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x0dfeebd1 register_btf_id_dtor_kfuncs +EXPORT_SYMBOL_GPL vmlinux 0x0dff841c blk_mq_freeze_queue_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x0e007edf xen_evtchn_nr_channels +EXPORT_SYMBOL_GPL vmlinux 0x0e01cae2 ptp_msg_is_sync +EXPORT_SYMBOL_GPL vmlinux 0x0e09be54 crypto_register_scomp +EXPORT_SYMBOL_GPL vmlinux 0x0e0c6a7d crypto_dh_encode_key +EXPORT_SYMBOL_GPL vmlinux 0x0e1194d5 hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x0e13cb4d apei_resources_release +EXPORT_SYMBOL_GPL vmlinux 0x0e1c9823 ahci_platform_enable_phys +EXPORT_SYMBOL_GPL vmlinux 0x0e47abd0 tcf_dev_queue_xmit +EXPORT_SYMBOL_GPL vmlinux 0x0e4afbc1 gpiod_get_array_value +EXPORT_SYMBOL_GPL vmlinux 0x0e4ebaa7 devlink_free +EXPORT_SYMBOL_GPL vmlinux 0x0e5cc9d7 xdp_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x0e6b79af static_key_disable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x0e70203e vcap_find_admin +EXPORT_SYMBOL_GPL vmlinux 0x0e790313 ip_route_output_key_hash +EXPORT_SYMBOL_GPL vmlinux 0x0e854604 misc_cg_try_charge +EXPORT_SYMBOL_GPL vmlinux 0x0e8caac1 led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0x0e926ad1 strp_init +EXPORT_SYMBOL_GPL vmlinux 0x0ea027a8 transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x0ea5cbce xen_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x0eb0654c xenbus_dev_remove +EXPORT_SYMBOL_GPL vmlinux 0x0eba05c3 platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x0ec096b0 hv_read_reference_counter +EXPORT_SYMBOL_GPL vmlinux 0x0eccd2a2 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x0ecfea88 btf_type_by_id +EXPORT_SYMBOL_GPL vmlinux 0x0ee13aef tty_kopen_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x0ee1ebe3 fib6_check_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x0ee374d3 stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0x0eeda0c4 dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x0ef54d61 serial8250_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0x0ef952e5 inode_dax +EXPORT_SYMBOL_GPL vmlinux 0x0f101472 mc_send_command +EXPORT_SYMBOL_GPL vmlinux 0x0f180070 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x0f236e84 dw_pcie_ep_init +EXPORT_SYMBOL_GPL vmlinux 0x0f2f3154 rockchip_pcie_cfg_configuration_accesses +EXPORT_SYMBOL_GPL vmlinux 0x0f35894b of_get_regulator_init_data +EXPORT_SYMBOL_GPL vmlinux 0x0f35dac3 bus_get_dev_root +EXPORT_SYMBOL_GPL vmlinux 0x0f36a77d devm_device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0x0f4065c7 iomap_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0x0f42531e blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0x0f458683 dw8250_do_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x0f55eb8e failover_register +EXPORT_SYMBOL_GPL vmlinux 0x0f640f8d xen_evtchn_do_upcall +EXPORT_SYMBOL_GPL vmlinux 0x0f6ca6c6 of_remove_property +EXPORT_SYMBOL_GPL vmlinux 0x0f73602a devlink_dpipe_match_put +EXPORT_SYMBOL_GPL vmlinux 0x0f746430 nvdimm_badblocks_populate +EXPORT_SYMBOL_GPL vmlinux 0x0f7a22a1 folio_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x0f7ca236 dmi_memdev_name +EXPORT_SYMBOL_GPL vmlinux 0x0f88a68c xhci_dbg_trace +EXPORT_SYMBOL_GPL vmlinux 0x0f9055b8 thermal_zone_device_type +EXPORT_SYMBOL_GPL vmlinux 0x0f955415 __regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x0fb003b7 of_led_get +EXPORT_SYMBOL_GPL vmlinux 0x0fba023e hid_bpf_disconnect_device +EXPORT_SYMBOL_GPL vmlinux 0x0fbb7344 memremap_compat_align +EXPORT_SYMBOL_GPL vmlinux 0x0fbc0c0e xas_pause +EXPORT_SYMBOL_GPL vmlinux 0x0fd4610e kmem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0x0fd51258 platform_get_mem_or_io +EXPORT_SYMBOL_GPL vmlinux 0x0fe3f9d8 finish_rcuwait +EXPORT_SYMBOL_GPL vmlinux 0x0fec754c __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x0ff0494e rio_map_outb_region +EXPORT_SYMBOL_GPL vmlinux 0x10078227 nd_cmd_out_size +EXPORT_SYMBOL_GPL vmlinux 0x10091b7b sbitmap_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x100d9e0b dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x1016e40a fsl_mc_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x10185973 __tracepoint_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x101f7bca regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x1021afe5 genphy_c45_read_lpa +EXPORT_SYMBOL_GPL vmlinux 0x103087d1 acpi_subsys_prepare +EXPORT_SYMBOL_GPL vmlinux 0x103cd676 usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0x1042287b inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x104a2009 trace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0x104b2b7d vcap_rule_get_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x104bd9a5 fsl_mc_bus_dpdbg_type +EXPORT_SYMBOL_GPL vmlinux 0x10896e28 fscrypt_d_revalidate +EXPORT_SYMBOL_GPL vmlinux 0x108a0acd bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x1092318d sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0x10a266d7 ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x10abd2a4 pci_d3cold_disable +EXPORT_SYMBOL_GPL vmlinux 0x10b89330 crypto_has_shash +EXPORT_SYMBOL_GPL vmlinux 0x10b8b03d set_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x10c9fc34 dev_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0x10d9f317 stack_depot_init +EXPORT_SYMBOL_GPL vmlinux 0x10ea9708 fsl_mc_bus_dprc_type +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x10eec97e crypto_aead_setkey +EXPORT_SYMBOL_GPL vmlinux 0x10f8fb80 devl_dpipe_headers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x10ffd15e pm_clk_destroy +EXPORT_SYMBOL_GPL vmlinux 0x110106c1 cper_severity_to_aer +EXPORT_SYMBOL_GPL vmlinux 0x111913dc da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x11197ea6 meson_pmx_get_func_name +EXPORT_SYMBOL_GPL vmlinux 0x11199241 gpmc_omap_onenand_set_timings +EXPORT_SYMBOL_GPL vmlinux 0x111aa567 cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x111b6d0b md_find_rdev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x111c1b0b kvm_vcpu_map +EXPORT_SYMBOL_GPL vmlinux 0x111e0138 wbc_account_cgroup_owner +EXPORT_SYMBOL_GPL vmlinux 0x1123953d tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x114a9ee0 regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0x115704c7 handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0x115d4a36 usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x1162a7ae handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0x1180ae45 usb_phy_get_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x1186ebe6 xfrm_dev_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x118b1e9f rockchip_clk_init +EXPORT_SYMBOL_GPL vmlinux 0x119307eb skb_zerocopy_iter_stream +EXPORT_SYMBOL_GPL vmlinux 0x11a10bc0 pci_epc_linkdown +EXPORT_SYMBOL_GPL vmlinux 0x11a4bc0f __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x11a4d037 securityfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x11b68a56 __tracepoint_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x11bb86ee pinmux_generic_add_function +EXPORT_SYMBOL_GPL vmlinux 0x11df0e75 devlink_fmsg_binary_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x11e06ee9 badrange_init +EXPORT_SYMBOL_GPL vmlinux 0x11e08f96 trace_seq_putmem_hex +EXPORT_SYMBOL_GPL vmlinux 0x12056e53 mas_store_gfp +EXPORT_SYMBOL_GPL vmlinux 0x12135396 phylink_mac_change +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x121ee365 devl_dpipe_table_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1228b933 bio_iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0x1234e483 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0x1234ffa1 cper_estatus_check_header +EXPORT_SYMBOL_GPL vmlinux 0x12351f39 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x123bdecb request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x123f4aca of_pci_get_max_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x125c9aa8 devm_mipi_dsi_attach +EXPORT_SYMBOL_GPL vmlinux 0x126568ca ip6_route_input_lookup +EXPORT_SYMBOL_GPL vmlinux 0x126b4bd2 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x127b4589 sk_msg_memcopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x12a5de49 pinctrl_enable +EXPORT_SYMBOL_GPL vmlinux 0x12b33acc kvm_destroy_vcpus +EXPORT_SYMBOL_GPL vmlinux 0x12b5475a regmap_mmio_detach_clk +EXPORT_SYMBOL_GPL vmlinux 0x12b77a0e dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0x12d90041 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x12e08f9f fwnode_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x12e3d39e tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0x12eb7ea0 vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0x12ee1173 memory_group_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1305be69 lwtunnel_encap_del_ops +EXPORT_SYMBOL_GPL vmlinux 0x13090724 add_vmfork_randomness +EXPORT_SYMBOL_GPL vmlinux 0x13135ee2 dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x13151919 fib_nl_newrule +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x133969d7 __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x135e7b36 rz_mtu3_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x135ecfde crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x13640660 get_cached_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0x13747c37 ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0x1374aeeb of_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x137d2cf1 acpi_subsys_complete +EXPORT_SYMBOL_GPL vmlinux 0x1389d269 fsl_mc_device_add +EXPORT_SYMBOL_GPL vmlinux 0x138aff76 gnttab_init +EXPORT_SYMBOL_GPL vmlinux 0x138bde72 acpi_device_fix_up_power_children +EXPORT_SYMBOL_GPL vmlinux 0x138e0957 dax_write_cache_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1391c9e6 regulator_map_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x1394d032 __mt_destroy +EXPORT_SYMBOL_GPL vmlinux 0x13a4cec0 irq_chip_set_vcpu_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0x13a4e267 rz_mtu3_enable +EXPORT_SYMBOL_GPL vmlinux 0x13a91c1d __traceiter_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x13a9807d __traceiter_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x13aadad4 usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x13b9e193 acpi_dev_resource_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x13bc2898 uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0x13ce87e8 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0x13d3b148 skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0x13d72345 acpi_spi_count_resources +EXPORT_SYMBOL_GPL vmlinux 0x13d8af5e regmap_get_raw_read_max +EXPORT_SYMBOL_GPL vmlinux 0x13db1eb8 k3_udma_glue_rx_cppi5_to_dma_addr +EXPORT_SYMBOL_GPL vmlinux 0x13db385e skcipher_walk_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x13dc10e2 tpm1_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x13dd6f51 of_clk_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0x13ed8784 sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x13fab921 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x13fe4073 __traceiter_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x1403ad09 cpufreq_add_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x14128518 devm_regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x141f38bf ktime_get_raw_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x142e59fd blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0x1436d075 dev_pm_genpd_set_next_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x144eb4f7 trace_get_event_file +EXPORT_SYMBOL_GPL vmlinux 0x1451cba5 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0x1453cb2f tracing_snapshot_cond_enable +EXPORT_SYMBOL_GPL vmlinux 0x1456762b k3_ringacc_ring_get_free +EXPORT_SYMBOL_GPL vmlinux 0x146626a0 mas_find_rev +EXPORT_SYMBOL_GPL vmlinux 0x1466ec4e phy_speed_down +EXPORT_SYMBOL_GPL vmlinux 0x146baf8a iomap_get_folio +EXPORT_SYMBOL_GPL vmlinux 0x146cc88f bpf_master_redirect_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x1473a0fd clk_register +EXPORT_SYMBOL_GPL vmlinux 0x1477d1c3 attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0x14782139 usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0x148fd794 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x14990468 ahci_platform_init_host +EXPORT_SYMBOL_GPL vmlinux 0x149f4b90 skb_gso_validate_mac_len +EXPORT_SYMBOL_GPL vmlinux 0x14a91584 bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0x14ad2064 tty_kclose +EXPORT_SYMBOL_GPL vmlinux 0x14bbc85b ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0x14ec4fdb evtchn_put +EXPORT_SYMBOL_GPL vmlinux 0x14ecddc0 xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0x14f7092e pci_has_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x14fbcd5e __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x14fcdd26 device_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x15021b4a xa_delete_node +EXPORT_SYMBOL_GPL vmlinux 0x1507a30d open_related_ns +EXPORT_SYMBOL_GPL vmlinux 0x1507ca3e mmput +EXPORT_SYMBOL_GPL vmlinux 0x150d3188 __traceiter_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x15122f2d irq_chip_set_type_parent +EXPORT_SYMBOL_GPL vmlinux 0x151ad666 sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x151b12d6 xen_xlate_unmap_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0x151de3f3 input_device_enabled +EXPORT_SYMBOL_GPL vmlinux 0x15209de6 of_get_required_opp_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x152f99e9 pin_get_name +EXPORT_SYMBOL_GPL vmlinux 0x1535a0f5 ata_acpi_gtm_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x153b60a6 klist_del +EXPORT_SYMBOL_GPL vmlinux 0x153dd277 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x15402377 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x15478c1d xenbus_register_driver_common +EXPORT_SYMBOL_GPL vmlinux 0x15510a89 devlink_fmsg_binary_put +EXPORT_SYMBOL_GPL vmlinux 0x156349df pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0x1568539b ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0x15688179 acpi_subsys_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x156e3d6b dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x1579de81 dev_pm_opp_disable +EXPORT_SYMBOL_GPL vmlinux 0x15886f48 hte_disable_ts +EXPORT_SYMBOL_GPL vmlinux 0x158b7b7b crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0x158e4d02 pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x15a4a9fe gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x15ade1cc filter_irq_stacks +EXPORT_SYMBOL_GPL vmlinux 0x15aed426 clk_hw_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x15bd7435 psi_memstall_leave +EXPORT_SYMBOL_GPL vmlinux 0x15c4e3e2 phylink_ethtool_set_pauseparam +EXPORT_SYMBOL_GPL vmlinux 0x15c8a28f dev_pm_opp_find_bw_ceil +EXPORT_SYMBOL_GPL vmlinux 0x15d99769 blkcg_get_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x15ddd384 gpiochip_relres_irq +EXPORT_SYMBOL_GPL vmlinux 0x15ea2648 hwpoison_filter_flags_mask +EXPORT_SYMBOL_GPL vmlinux 0x15eb7eb3 fhctl_parse_dt +EXPORT_SYMBOL_GPL vmlinux 0x15ff0911 firmware_upload_register +EXPORT_SYMBOL_GPL vmlinux 0x160267d2 pinctrl_count_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0x1615fb57 ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0x16246d22 dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x162a2acb tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0x1636d309 clk_hw_register_composite +EXPORT_SYMBOL_GPL vmlinux 0x163add71 regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0x16422a6e xdp_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x1643d621 sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0x1647f35e fwnode_connection_find_matches +EXPORT_SYMBOL_GPL vmlinux 0x16516798 osc_pc_lpi_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x165e71fb devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x16739eb9 fscrypt_prepare_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x167ab396 __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x167d7113 acpi_bus_register_early_device +EXPORT_SYMBOL_GPL vmlinux 0x1687ec20 tty_get_frame_size +EXPORT_SYMBOL_GPL vmlinux 0x168879f3 clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x1690b503 usb_role_switch_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x16927580 fscrypt_symlink_getattr +EXPORT_SYMBOL_GPL vmlinux 0x1698fa09 hte_ts_get +EXPORT_SYMBOL_GPL vmlinux 0x16a1e8a7 of_property_read_variable_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x16b0d2b4 mtk_clk_register_composites +EXPORT_SYMBOL_GPL vmlinux 0x16c976a6 mtk_pinconf_drive_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x16ca1a8a phylink_suspend +EXPORT_SYMBOL_GPL vmlinux 0x16cb6a90 radix_tree_preloads +EXPORT_SYMBOL_GPL vmlinux 0x16da1f88 devlink_fmsg_u32_put +EXPORT_SYMBOL_GPL vmlinux 0x16dd941e i2c_acpi_new_device_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x16deb84d irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x16dfbf36 add_interrupt_randomness +EXPORT_SYMBOL_GPL vmlinux 0x16e65725 skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x16e6b1dc usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x16eb6023 gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0x16f15139 bind_evtchn_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x16fc8bb2 debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x1704d3fc scsi_host_unblock +EXPORT_SYMBOL_GPL vmlinux 0x170c0e6c regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x170cc36c put_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x17126b51 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0x1716d2e4 clk_mux_val_to_index +EXPORT_SYMBOL_GPL vmlinux 0x17226ad6 gpiochip_line_is_open_source +EXPORT_SYMBOL_GPL vmlinux 0x1723c03d devlink_flash_update_status_notify +EXPORT_SYMBOL_GPL vmlinux 0x1741ddee trace_seq_puts +EXPORT_SYMBOL_GPL vmlinux 0x1743eb1e crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x174c6274 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x174e6c46 inet_ehash_locks_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1755d7a3 devm_phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0x17591ecd zynqmp_pm_write_ggs +EXPORT_SYMBOL_GPL vmlinux 0x175eb340 blkdev_zone_mgmt +EXPORT_SYMBOL_GPL vmlinux 0x176031a7 devlink_fmsg_string_put +EXPORT_SYMBOL_GPL vmlinux 0x17614bf3 apei_resources_sub +EXPORT_SYMBOL_GPL vmlinux 0x177b1042 __tracepoint_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x17b473c0 dpcon_disable +EXPORT_SYMBOL_GPL vmlinux 0x17bc915c bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x17c3dd62 k3_udma_glue_rx_flow_init +EXPORT_SYMBOL_GPL vmlinux 0x17c422b9 nvdimm_setup_pfn +EXPORT_SYMBOL_GPL vmlinux 0x17e01f11 erst_clear +EXPORT_SYMBOL_GPL vmlinux 0x17eebea0 clk_hw_get_name +EXPORT_SYMBOL_GPL vmlinux 0x18008c59 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0x18056a38 __blk_req_zone_write_unlock +EXPORT_SYMBOL_GPL vmlinux 0x182e2f09 cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x18428692 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x184cffad mpc8xxx_spi_tx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0x18542707 generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0x185c6293 irq_domain_translate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x18639ecc ip6_dst_lookup_tunnel +EXPORT_SYMBOL_GPL vmlinux 0x1864952b blk_crypto_reprogram_all_keys +EXPORT_SYMBOL_GPL vmlinux 0x186d6a68 iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x18715353 k3_udma_glue_push_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x187341cc tpm_chip_stop +EXPORT_SYMBOL_GPL vmlinux 0x1873a2a4 platform_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x18a0e6eb mctp_register_netdev +EXPORT_SYMBOL_GPL vmlinux 0x18a4b623 ping_bind +EXPORT_SYMBOL_GPL vmlinux 0x18be2fcd gpiochip_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x18cafda2 devm_release_action +EXPORT_SYMBOL_GPL vmlinux 0x18d1be52 __traceiter_rwmmio_post_write +EXPORT_SYMBOL_GPL vmlinux 0x18db3702 reset_control_get_count +EXPORT_SYMBOL_GPL vmlinux 0x18dea8fa serdev_device_write_room +EXPORT_SYMBOL_GPL vmlinux 0x18e4f8aa swphy_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x18e8c440 arch_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0x18efe08c iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x18f10f38 k3_udma_glue_enable_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x18fb2caf cpus_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x19038c1b devm_gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x191334db hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0x19155e61 pci_epc_linkup +EXPORT_SYMBOL_GPL vmlinux 0x1915e959 class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x191632b0 mpc8xxx_spi_rx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0x1925c035 devm_hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1926028c zynqmp_pm_reset_assert +EXPORT_SYMBOL_GPL vmlinux 0x1928cc55 virtqueue_get_desc_addr +EXPORT_SYMBOL_GPL vmlinux 0x192f1a8c vfs_remove_acl +EXPORT_SYMBOL_GPL vmlinux 0x19307bf8 devm_pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x193282ae acpi_dev_resource_ext_address_space +EXPORT_SYMBOL_GPL vmlinux 0x193a5978 nvdimm_cmd_mask +EXPORT_SYMBOL_GPL vmlinux 0x19449b01 crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0x1944df81 __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0x1944e9b9 regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0x195dbab3 kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x195dcd56 of_genpd_del_provider +EXPORT_SYMBOL_GPL vmlinux 0x195f61cf rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0x197095f1 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0x19775b49 device_match_of_node +EXPORT_SYMBOL_GPL vmlinux 0x1982521e find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x19831c3e clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0x19889415 __regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19af0d0b kvm_read_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0x19b3b4a2 onboard_hub_create_pdevs +EXPORT_SYMBOL_GPL vmlinux 0x19b7ecd4 vfs_splice_read +EXPORT_SYMBOL_GPL vmlinux 0x19c20269 soc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x19c42957 blk_op_str +EXPORT_SYMBOL_GPL vmlinux 0x19d8faa4 skb_append_pagefrags +EXPORT_SYMBOL_GPL vmlinux 0x19e00002 gnttab_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x19e7fa36 xenbus_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x19e81304 btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x19edd064 blkg_rwstat_exit +EXPORT_SYMBOL_GPL vmlinux 0x19f0614a xdp_set_features_flag +EXPORT_SYMBOL_GPL vmlinux 0x19f07a2f bio_blkcg_css +EXPORT_SYMBOL_GPL vmlinux 0x19f33626 nf_ctnetlink_has_listener +EXPORT_SYMBOL_GPL vmlinux 0x1a10c32b crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x1a130761 dev_pm_domain_detach +EXPORT_SYMBOL_GPL vmlinux 0x1a146ec3 usb_ep_type_string +EXPORT_SYMBOL_GPL vmlinux 0x1a226ba9 acpi_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0x1a23201f scmi_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1a307b89 devl_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x1a32307f hwmon_notify_event +EXPORT_SYMBOL_GPL vmlinux 0x1a33e2da fwnode_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x1a36482b devm_power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x1a3d7848 mtk_pinconf_adv_drive_set_raw +EXPORT_SYMBOL_GPL vmlinux 0x1a42458e irq_domain_alloc_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x1a4f40ee ip_route_output_tunnel +EXPORT_SYMBOL_GPL vmlinux 0x1a593420 i2c_slave_event +EXPORT_SYMBOL_GPL vmlinux 0x1a6bf28f fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x1a6fbea0 phy_save_page +EXPORT_SYMBOL_GPL vmlinux 0x1a7c0a85 wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x1a7c2e10 fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x1a7f50f8 debugfs_lookup_and_remove +EXPORT_SYMBOL_GPL vmlinux 0x1a82368d ZSTD_customCalloc +EXPORT_SYMBOL_GPL vmlinux 0x1a8e0324 device_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x1a9d5488 phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0x1aa7a185 __tracepoint_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x1aa90ea5 ata_acpi_gtm +EXPORT_SYMBOL_GPL vmlinux 0x1acc514a i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x1acd18c8 cpuset_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x1ae14ca6 raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x1ae73f73 ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x1af267f8 int_pow +EXPORT_SYMBOL_GPL vmlinux 0x1af41433 mtk_pinconf_drive_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x1afaa2fd proc_dou8vec_minmax +EXPORT_SYMBOL_GPL vmlinux 0x1b0602c1 cond_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x1b06a954 __traceiter_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x1b1426c9 thermal_zone_device_id +EXPORT_SYMBOL_GPL vmlinux 0x1b168427 inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0x1b29c72d iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0x1b2a3617 dev_pm_genpd_synced_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x1b3ecd23 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0x1b533672 kthread_unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0x1b59dece get_net_ns_by_fd +EXPORT_SYMBOL_GPL vmlinux 0x1b5f4377 trace_seq_putc +EXPORT_SYMBOL_GPL vmlinux 0x1b6bbaa3 extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x1b739ef5 __tracepoint_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1b7f5a71 led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b8c4233 blk_crypto_intersect_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x1b8d8f40 iommu_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0x1b8e2c6f usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0x1b92e41d inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x1ba5505d mtk_clk_unregister_gates +EXPORT_SYMBOL_GPL vmlinux 0x1ba7dff6 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0x1bab488f iopf_queue_add_device +EXPORT_SYMBOL_GPL vmlinux 0x1bbe72ad iommu_unregister_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x1bc40a8d gpmc_omap_get_nand_ops +EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1bc64087 xas_split +EXPORT_SYMBOL_GPL vmlinux 0x1bc85e1c irq_set_affinity +EXPORT_SYMBOL_GPL vmlinux 0x1bd20b83 trace_output_call +EXPORT_SYMBOL_GPL vmlinux 0x1bdb9973 fsl_mc_resource_allocate +EXPORT_SYMBOL_GPL vmlinux 0x1be10bdf kvm_write_guest_offset_cached +EXPORT_SYMBOL_GPL vmlinux 0x1bed8a5b xdp_rxq_info_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x1bf452ed __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x1c163709 thermal_zone_get_trip +EXPORT_SYMBOL_GPL vmlinux 0x1c1ba286 mptcp_pm_get_subflows_max +EXPORT_SYMBOL_GPL vmlinux 0x1c204f02 handle_fasteoi_irq +EXPORT_SYMBOL_GPL vmlinux 0x1c257b02 clk_regmap_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0x1c26cf62 screen_glyph_unicode +EXPORT_SYMBOL_GPL vmlinux 0x1c28e5bd pm_genpd_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x1c2ec818 dma_mmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x1c40a748 scsi_host_block +EXPORT_SYMBOL_GPL vmlinux 0x1c484e63 user_destroy +EXPORT_SYMBOL_GPL vmlinux 0x1c5413e3 pfn_to_online_page +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c5ff742 clk_get_phase +EXPORT_SYMBOL_GPL vmlinux 0x1c6e04b1 call_switchdev_blocking_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x1c70de95 mtk_mux_gate_clr_set_upd_ops +EXPORT_SYMBOL_GPL vmlinux 0x1c7169dc ZSTD_customFree +EXPORT_SYMBOL_GPL vmlinux 0x1c723e19 put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c81c69b iomap_is_partially_uptodate +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1c89fb22 zynqmp_pm_clock_setparent +EXPORT_SYMBOL_GPL vmlinux 0x1c944a0f fsl_mc_obj_open +EXPORT_SYMBOL_GPL vmlinux 0x1ca08a68 scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x1ca3aa97 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0x1ca4a930 smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x1ca544a6 hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0x1ca6c778 devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x1cad11b8 skcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0x1cb00704 clk_hw_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1cb0a271 kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0x1cb7c983 apei_exec_read_register_value +EXPORT_SYMBOL_GPL vmlinux 0x1cb9a1c8 xenbus_gather +EXPORT_SYMBOL_GPL vmlinux 0x1cbd92b0 cpu_mitigations_off +EXPORT_SYMBOL_GPL vmlinux 0x1cc04ba0 regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0x1cdd0605 xhci_port_state_to_neutral +EXPORT_SYMBOL_GPL vmlinux 0x1cea6db6 led_set_brightness_nosleep +EXPORT_SYMBOL_GPL vmlinux 0x1cf9283c netlink_strict_get_check +EXPORT_SYMBOL_GPL vmlinux 0x1cff8eab sbitmap_init_node +EXPORT_SYMBOL_GPL vmlinux 0x1d03fdfc acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x1d0a1ec1 debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0x1d12a395 umd_unload_blob +EXPORT_SYMBOL_GPL vmlinux 0x1d15f01e pci_epc_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x1d17affb regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x1d1c5377 spi_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x1d222ced irq_get_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0x1d245b13 ahci_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x1d30602e devl_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x1d4d41cd pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x1d5072ca da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x1d627000 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0x1d65532f blk_crypto_has_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x1d835be3 blk_req_zone_write_trylock +EXPORT_SYMBOL_GPL vmlinux 0x1d878bd6 devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1d938f62 device_set_of_node_from_dev +EXPORT_SYMBOL_GPL vmlinux 0x1d94a218 dmi_memdev_handle +EXPORT_SYMBOL_GPL vmlinux 0x1daf45d8 do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x1dcc4957 vchan_find_desc +EXPORT_SYMBOL_GPL vmlinux 0x1dcdbed3 devm_regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x1de887ff zynqmp_pm_bootmode_write +EXPORT_SYMBOL_GPL vmlinux 0x1dec2618 ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0x1dfa54be mbox_send_message +EXPORT_SYMBOL_GPL vmlinux 0x1dfa5dbd mpi_invm +EXPORT_SYMBOL_GPL vmlinux 0x1e0670c6 reset_control_release +EXPORT_SYMBOL_GPL vmlinux 0x1e08a8b5 fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x1e208a78 get_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x1e220fab wakeup_sources_walk_start +EXPORT_SYMBOL_GPL vmlinux 0x1e271758 security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0x1e27e732 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0x1e288c83 zynqmp_pm_force_pwrdwn +EXPORT_SYMBOL_GPL vmlinux 0x1e2ec591 device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x1e3bc77c xas_create_range +EXPORT_SYMBOL_GPL vmlinux 0x1e424d61 user_preparse +EXPORT_SYMBOL_GPL vmlinux 0x1e47908b sysfs_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x1e511e2a __auxiliary_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x1e53f827 stack_depot_print +EXPORT_SYMBOL_GPL vmlinux 0x1e78ac60 shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e819cc0 nvdimm_provider_data +EXPORT_SYMBOL_GPL vmlinux 0x1e83fee6 HYPERVISOR_physdev_op +EXPORT_SYMBOL_GPL vmlinux 0x1e868764 pm_runtime_suspended_time +EXPORT_SYMBOL_GPL vmlinux 0x1e8fac8e wireless_nlevent_flush +EXPORT_SYMBOL_GPL vmlinux 0x1e9bc719 freq_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x1e9c590a usb_find_common_endpoints_reverse +EXPORT_SYMBOL_GPL vmlinux 0x1e9d3936 __traceiter_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x1ea54eee devm_platform_ioremap_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1eca6619 regulator_get_error_flags +EXPORT_SYMBOL_GPL vmlinux 0x1ed4d2eb percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x1ee47e00 is_vmalloc_or_module_addr +EXPORT_SYMBOL_GPL vmlinux 0x1ef20793 stop_core_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x1f023cc6 pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x1f1beda9 ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0x1f1cc011 zynqmp_pm_get_chipid +EXPORT_SYMBOL_GPL vmlinux 0x1f264e0d wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1f2b04c9 sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0x1f38a4f6 mpi_set_highbit +EXPORT_SYMBOL_GPL vmlinux 0x1f449588 mctrl_gpio_disable_ms +EXPORT_SYMBOL_GPL vmlinux 0x1f48ab89 dax_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x1f55607e sched_show_task +EXPORT_SYMBOL_GPL vmlinux 0x1f563160 bpf_offload_dev_priv +EXPORT_SYMBOL_GPL vmlinux 0x1f5d9464 lwtunnel_encap_add_ops +EXPORT_SYMBOL_GPL vmlinux 0x1f6efe1b gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0x1f738d98 cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x1f75790d devm_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x1f7dbfd3 __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f893569 rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x1f9a2b53 zynqmp_pm_clock_enable +EXPORT_SYMBOL_GPL vmlinux 0x1fa1d95c sha256_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x1fa413a0 netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0x1fa48995 efivar_supports_writes +EXPORT_SYMBOL_GPL vmlinux 0x1fa674a5 pm_genpd_init +EXPORT_SYMBOL_GPL vmlinux 0x1fabcb6a eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0x1fae66fe gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL vmlinux 0x1fb71b73 tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0x1fd7e8bb devlink_dpipe_action_put +EXPORT_SYMBOL_GPL vmlinux 0x1fdf7692 edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x1fe1ef2a pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x1fe6e504 gpiod_add_hogs +EXPORT_SYMBOL_GPL vmlinux 0x2009e400 devlink_info_board_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x20151d7d meson8_pmx_ops +EXPORT_SYMBOL_GPL vmlinux 0x202d4ed6 nvmem_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x2031a000 acpi_subsys_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x2033da8d tun_get_tx_ring +EXPORT_SYMBOL_GPL vmlinux 0x2043bdd0 usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0x204f2c5c gnttab_free_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x2055872d pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0x205aafbd dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0x20656fdb regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0x2066fd77 sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0x208e77a8 devm_gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x20978fb9 idr_find +EXPORT_SYMBOL_GPL vmlinux 0x20a4e01a HUF_readStats_wksp +EXPORT_SYMBOL_GPL vmlinux 0x20beadb0 strp_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x20c07420 i2c_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x20c7ca77 fsl_mc_get_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x20cda75a __percpu_init_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x20e8d632 mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0x20e990da phy_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x20f4abdb of_phandle_iterator_next +EXPORT_SYMBOL_GPL vmlinux 0x20f4db6b __blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x210818bf ext_pi_type1_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x210dcc01 blk_queue_required_elevator_features +EXPORT_SYMBOL_GPL vmlinux 0x210e5be6 sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0x212734c5 vcap_netbytes_copy +EXPORT_SYMBOL_GPL vmlinux 0x2127618f debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0x2132406d pci_d3cold_enable +EXPORT_SYMBOL_GPL vmlinux 0x21350b46 mmc_regulator_set_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0x213ae554 devl_dpipe_headers_register +EXPORT_SYMBOL_GPL vmlinux 0x2159e596 fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x2166b62d regmap_fields_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x216de4e1 rcu_get_gp_kthreads_prio +EXPORT_SYMBOL_GPL vmlinux 0x2176e42a hwpoison_filter_memcg +EXPORT_SYMBOL_GPL vmlinux 0x21819ee1 usb_device_match_id +EXPORT_SYMBOL_GPL vmlinux 0x21848267 msg_zerocopy_put_abort +EXPORT_SYMBOL_GPL vmlinux 0x21863952 gpiod_set_array_value +EXPORT_SYMBOL_GPL vmlinux 0x219186b2 phylink_mii_c22_pcs_config +EXPORT_SYMBOL_GPL vmlinux 0x21977e51 dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0x21a563da clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x21bcb909 devm_regulator_bulk_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x21bd6e91 mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0x21cd536a crypto_put_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x21d2216a ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x21e48840 usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0x21e5b4b2 nvmem_layout_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x21e80545 regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x21f62167 fs_dax_get_by_bdev +EXPORT_SYMBOL_GPL vmlinux 0x220a0482 gpiod_get_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0x220ce70c kvm_arm_hyp_service_available +EXPORT_SYMBOL_GPL vmlinux 0x221d68c9 acpi_initialize_hp_context +EXPORT_SYMBOL_GPL vmlinux 0x221e3cf1 unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x221f4856 mtk_alloc_clk_data +EXPORT_SYMBOL_GPL vmlinux 0x2222c4b4 of_add_property +EXPORT_SYMBOL_GPL vmlinux 0x222a79b2 xhci_drop_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x222d3ac4 gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x224ebdde dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x225abb5e iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x225b7035 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0x225f8dba dprc_get_obj_region +EXPORT_SYMBOL_GPL vmlinux 0x228b68a5 badblocks_set +EXPORT_SYMBOL_GPL vmlinux 0x228ff3d0 iommu_map +EXPORT_SYMBOL_GPL vmlinux 0x2290148f inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x2290e617 fat_truncate_time +EXPORT_SYMBOL_GPL vmlinux 0x22962dc7 register_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x22a3a558 spi_mem_adjust_op_size +EXPORT_SYMBOL_GPL vmlinux 0x22d60537 tcf_frag_xmit_count +EXPORT_SYMBOL_GPL vmlinux 0x22d9409b iomap_sort_ioends +EXPORT_SYMBOL_GPL vmlinux 0x22e3c85e __devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0x22eb2f40 alloc_dax_region +EXPORT_SYMBOL_GPL vmlinux 0x22ec5205 cpu_latency_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x22f006dd serdev_controller_remove +EXPORT_SYMBOL_GPL vmlinux 0x22f530ec pm_clk_suspend +EXPORT_SYMBOL_GPL vmlinux 0x22fd08ba cpuacct_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x22fd0d0d raw_abort +EXPORT_SYMBOL_GPL vmlinux 0x22fe681d virtqueue_add_inbuf_ctx +EXPORT_SYMBOL_GPL vmlinux 0x2308a511 extcon_set_property +EXPORT_SYMBOL_GPL vmlinux 0x23208a24 of_changeset_action +EXPORT_SYMBOL_GPL vmlinux 0x23412816 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0x23415b08 mtk_clk_register_cpumuxes +EXPORT_SYMBOL_GPL vmlinux 0x23475a09 ncsi_stop_dev +EXPORT_SYMBOL_GPL vmlinux 0x2348dc99 clk_regmap_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x234cf416 devlink_fmsg_string_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x235228cd pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0x2362aa55 serdev_device_close +EXPORT_SYMBOL_GPL vmlinux 0x23821a39 gnttab_map_refs +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x23908131 regmap_get_device +EXPORT_SYMBOL_GPL vmlinux 0x2396c7f0 clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x239711bf pci_msix_can_alloc_dyn +EXPORT_SYMBOL_GPL vmlinux 0x2398e46e __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x23aef0fd gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0x23b32166 tpm_chip_start +EXPORT_SYMBOL_GPL vmlinux 0x23c3b778 phy_basic_features +EXPORT_SYMBOL_GPL vmlinux 0x23dbfe05 sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0x23e61e3c devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x24047943 pci_find_dvsec_capability +EXPORT_SYMBOL_GPL vmlinux 0x240a1820 ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x2421097b mpi_const +EXPORT_SYMBOL_GPL vmlinux 0x24235223 phy_10gbit_full_features +EXPORT_SYMBOL_GPL vmlinux 0x24266368 ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x24273ff5 imx_clk_hw_pllv4 +EXPORT_SYMBOL_GPL vmlinux 0x24340b15 ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0x24413343 erst_read_record +EXPORT_SYMBOL_GPL vmlinux 0x2454665d from_vfsuid +EXPORT_SYMBOL_GPL vmlinux 0x24604188 led_sysfs_enable +EXPORT_SYMBOL_GPL vmlinux 0x2461ce04 bsg_job_get +EXPORT_SYMBOL_GPL vmlinux 0x2464da17 gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0x2469810f __rcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x24709b2f trace_seq_putmem +EXPORT_SYMBOL_GPL vmlinux 0x2470a43a pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2484e789 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x24852826 __SCK__tp_func_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x24874742 ahci_platform_suspend +EXPORT_SYMBOL_GPL vmlinux 0x248bc867 raw_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0x248e1473 kfree_strarray +EXPORT_SYMBOL_GPL vmlinux 0x248ed2ef __dev_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x24ab8d43 blk_crypto_evict_key +EXPORT_SYMBOL_GPL vmlinux 0x24ad11db wakeup_sources_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x24be6b40 __kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x24d58bcb crypto_register_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x24da0093 rcu_inkernel_boot_has_ended +EXPORT_SYMBOL_GPL vmlinux 0x24e807d5 dpbp_close +EXPORT_SYMBOL_GPL vmlinux 0x24e991b8 usb_phy_roothub_suspend +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24ecd9e8 blk_mq_wait_quiesce_done +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x24fb08be thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0x24fc222b component_master_del +EXPORT_SYMBOL_GPL vmlinux 0x24fc50f4 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2504604b pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0x250edaa8 __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x25105f99 devfreq_event_reset_event +EXPORT_SYMBOL_GPL vmlinux 0x25146bbe usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0x2518d8f4 sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0x25287094 dax_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x25301bc6 arch_wb_cache_pmem +EXPORT_SYMBOL_GPL vmlinux 0x2534f99f debounce_time_mt6795 +EXPORT_SYMBOL_GPL vmlinux 0x25379e73 clk_set_min_rate +EXPORT_SYMBOL_GPL vmlinux 0x254246d7 ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x2545fc98 pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0x255a7a86 mptcp_diag_fill_info +EXPORT_SYMBOL_GPL vmlinux 0x255dc135 rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x25606172 raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x2562f29e serdev_device_set_parity +EXPORT_SYMBOL_GPL vmlinux 0x2574da11 zynqmp_pm_write_pggs +EXPORT_SYMBOL_GPL vmlinux 0x25768fc8 thermal_zone_get_num_trips +EXPORT_SYMBOL_GPL vmlinux 0x2592fc6c console_printk +EXPORT_SYMBOL_GPL vmlinux 0x25964890 devm_led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x25a43edb of_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x25a4b915 dst_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x25a79ea0 scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x25b095cb pci_find_vsec_capability +EXPORT_SYMBOL_GPL vmlinux 0x25bb1e0f devm_gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x25bbfa9a security_kernel_load_data +EXPORT_SYMBOL_GPL vmlinux 0x25c42796 onboard_hub_destroy_pdevs +EXPORT_SYMBOL_GPL vmlinux 0x25c7dc4f dst_cache_get_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x25ce911a sk_msg_return_zero +EXPORT_SYMBOL_GPL vmlinux 0x25d03bf9 mmu_interval_notifier_remove +EXPORT_SYMBOL_GPL vmlinux 0x25d871dc powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0x25dd111d dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0x26030a49 usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x261ce0e5 __io_uring_cmd_do_in_task +EXPORT_SYMBOL_GPL vmlinux 0x2632d0c4 page_cache_async_ra +EXPORT_SYMBOL_GPL vmlinux 0x26354235 iomap_file_buffered_write_punch_delalloc +EXPORT_SYMBOL_GPL vmlinux 0x26431cbb invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x264dd319 to_nvdimm +EXPORT_SYMBOL_GPL vmlinux 0x2650a8e8 dev_pm_genpd_suspend +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x265482d8 bio_start_io_acct +EXPORT_SYMBOL_GPL vmlinux 0x2659a6ca tcp_abort +EXPORT_SYMBOL_GPL vmlinux 0x265bbef9 kexec_crash_loaded +EXPORT_SYMBOL_GPL vmlinux 0x265f325c synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x2661a57c devm_platform_get_irqs_affinity +EXPORT_SYMBOL_GPL vmlinux 0x2666f1f7 devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x266a4b08 tasklet_unlock +EXPORT_SYMBOL_GPL vmlinux 0x266b249a soc_device_match +EXPORT_SYMBOL_GPL vmlinux 0x26720b93 dev_pm_opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0x267847f2 sk_msg_return +EXPORT_SYMBOL_GPL vmlinux 0x267941b3 __tracepoint_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x267df662 smp_call_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2698bf11 kvm_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0x26a8841f rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0x26a93eb2 verify_pkcs7_signature +EXPORT_SYMBOL_GPL vmlinux 0x26ab4755 put_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x26acec3c wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0x26c2a984 l3mdev_master_ifindex_rcu +EXPORT_SYMBOL_GPL vmlinux 0x26c2d0d1 __xenbus_register_backend +EXPORT_SYMBOL_GPL vmlinux 0x26c44a3b __tracepoint_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26cb3f41 thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0x26cd0d45 irq_domain_reset_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x26d1aaf4 ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0x26dda6ba of_phandle_args_to_fwspec +EXPORT_SYMBOL_GPL vmlinux 0x26ed2186 register_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0x26f2f1c5 of_devfreq_cooling_register_power +EXPORT_SYMBOL_GPL vmlinux 0x2701a9f7 debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL vmlinux 0x27066431 pci_host_common_probe +EXPORT_SYMBOL_GPL vmlinux 0x2710df61 gpiod_set_transitory +EXPORT_SYMBOL_GPL vmlinux 0x27175b8a irq_find_matching_fwspec +EXPORT_SYMBOL_GPL vmlinux 0x272e9d77 hisi_reset_exit +EXPORT_SYMBOL_GPL vmlinux 0x27373bb7 md_submit_discard_bio +EXPORT_SYMBOL_GPL vmlinux 0x27386d3f gpiochip_reqres_irq +EXPORT_SYMBOL_GPL vmlinux 0x273bad62 gnttab_pages_set_private +EXPORT_SYMBOL_GPL vmlinux 0x273bf667 i2c_slave_register +EXPORT_SYMBOL_GPL vmlinux 0x274e0595 __traceiter_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x2762c6fa usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x276a7cc0 tty_save_termios +EXPORT_SYMBOL_GPL vmlinux 0x276affdf rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0x2773c485 __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x2778ae0b irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x277af4a0 switchdev_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x277cb7a7 class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x277cebea ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x277fa4ce synth_event_add_val +EXPORT_SYMBOL_GPL vmlinux 0x2788743e xen_dbgp_reset_prep +EXPORT_SYMBOL_GPL vmlinux 0x2788ebe8 em_dev_unregister_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0x2795fc9d vcap_set_rule_set_actionset +EXPORT_SYMBOL_GPL vmlinux 0x27aafae1 kvm_io_bus_write +EXPORT_SYMBOL_GPL vmlinux 0x27bceea4 hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0x27cb59d0 regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x27d2b8cc devm_kstrdup_const +EXPORT_SYMBOL_GPL vmlinux 0x27df3105 hv_alloc_hyperv_zeroed_page +EXPORT_SYMBOL_GPL vmlinux 0x27f0c00b elv_register +EXPORT_SYMBOL_GPL vmlinux 0x27f39075 virtio_check_mem_acc_cb +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27f543f5 rockchip_pcie_get_phys +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x2804d9cb devm_qcom_smem_state_get +EXPORT_SYMBOL_GPL vmlinux 0x28057c27 pci_p2pdma_add_resource +EXPORT_SYMBOL_GPL vmlinux 0x2809bcb6 regulator_get_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0x2813a5b3 devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2817f7fd cppc_get_desired_perf +EXPORT_SYMBOL_GPL vmlinux 0x2818f2ca vp_modern_get_num_queues +EXPORT_SYMBOL_GPL vmlinux 0x281b3e71 usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0x282b3f94 __tracepoint_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x282cdabc usb_led_activity +EXPORT_SYMBOL_GPL vmlinux 0x28310bcd kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x2834b7d3 irq_chip_mask_parent +EXPORT_SYMBOL_GPL vmlinux 0x2848eb72 dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x284b69d4 usb_cache_string +EXPORT_SYMBOL_GPL vmlinux 0x285e681a pci_bridge_emul_conf_read +EXPORT_SYMBOL_GPL vmlinux 0x286497f7 irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x2864abc9 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x286cc647 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0x28743f67 clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x28755904 attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0x2878d18a scsi_free_sgtables +EXPORT_SYMBOL_GPL vmlinux 0x287b8875 devl_port_register_with_ops +EXPORT_SYMBOL_GPL vmlinux 0x2882d40e usb_role_switch_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2886cadd rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x28a671de crypto_alloc_sig +EXPORT_SYMBOL_GPL vmlinux 0x28a7dff6 power_supply_charge_behaviour_show +EXPORT_SYMBOL_GPL vmlinux 0x28aa6a67 call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x28ab4fb9 pinctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x28af0b35 regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0x28afbb08 cpu_latency_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x28b030d2 of_overlay_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x28b98c36 dax_finish_sync_fault +EXPORT_SYMBOL_GPL vmlinux 0x28baa32b pci_epf_bind +EXPORT_SYMBOL_GPL vmlinux 0x28bf35e1 acpi_kobj +EXPORT_SYMBOL_GPL vmlinux 0x28c1196c xfrm_dev_state_add +EXPORT_SYMBOL_GPL vmlinux 0x28c5a74c ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0x28c629b6 tpm_tis_resume +EXPORT_SYMBOL_GPL vmlinux 0x28c8180c devlink_port_attrs_pci_vf_set +EXPORT_SYMBOL_GPL vmlinux 0x28d01b07 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x28d4229e page_cache_ra_unbounded +EXPORT_SYMBOL_GPL vmlinux 0x28d5bb45 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0x28eef58a __dax_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x28f8a219 mmc_regulator_disable_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0x291876f3 mpi_ec_get_affine +EXPORT_SYMBOL_GPL vmlinux 0x292cee36 pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x293719f1 vchan_tx_desc_free +EXPORT_SYMBOL_GPL vmlinux 0x293f3f58 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x293fa53c get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x29500f1e driver_find +EXPORT_SYMBOL_GPL vmlinux 0x295b982a hisi_clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x29622ee9 inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0x296682b0 zynqmp_pm_get_rpu_mode +EXPORT_SYMBOL_GPL vmlinux 0x2969c446 srcu_torture_stats_print +EXPORT_SYMBOL_GPL vmlinux 0x296c51a4 virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0x297ea905 iomap_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x2988e00b au_platform_setup +EXPORT_SYMBOL_GPL vmlinux 0x2989d1b9 of_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x298c26d5 dm_table_set_type +EXPORT_SYMBOL_GPL vmlinux 0x299d94b9 get_dev_pagemap +EXPORT_SYMBOL_GPL vmlinux 0x29a0c97f tty_port_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x29a9f351 xen_xenbus_fops +EXPORT_SYMBOL_GPL vmlinux 0x29ac0cde __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0x29beed14 usb_phy_set_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x29c7f6af dst_blackhole_mtu +EXPORT_SYMBOL_GPL vmlinux 0x29d76547 k3_udma_glue_tdown_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x29d76a7c tps65912_device_init +EXPORT_SYMBOL_GPL vmlinux 0x29db1040 ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x29e16f96 regmap_get_val_endian +EXPORT_SYMBOL_GPL vmlinux 0x29eba37f current_is_async +EXPORT_SYMBOL_GPL vmlinux 0x29eca4f8 call_hid_bpf_rdesc_fixup +EXPORT_SYMBOL_GPL vmlinux 0x29fe406a acpi_cppc_processor_exit +EXPORT_SYMBOL_GPL vmlinux 0x2a1dbfea phy_start_machine +EXPORT_SYMBOL_GPL vmlinux 0x2a27c137 crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2a2f04fa ip_tunnel_netlink_parms +EXPORT_SYMBOL_GPL vmlinux 0x2a575363 virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0x2a5ea9ef rhashtable_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2a62cb3a ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2a696a72 pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0x2a7316da __SCK__tp_func_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x2a77b5ca pci_epc_stop +EXPORT_SYMBOL_GPL vmlinux 0x2a793c35 tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0x2a801960 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x2a976d1c dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x2a9b236b rtm_getroute_parse_ip_proto +EXPORT_SYMBOL_GPL vmlinux 0x2a9c01aa ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0x2aadad1a efi_capsule_update +EXPORT_SYMBOL_GPL vmlinux 0x2ab1ef81 devfreq_get_devfreq_by_node +EXPORT_SYMBOL_GPL vmlinux 0x2ad7b19c dw_pcie_link_up +EXPORT_SYMBOL_GPL vmlinux 0x2adcebad strp_stop +EXPORT_SYMBOL_GPL vmlinux 0x2ae1689e zynqmp_pm_clock_getdivider +EXPORT_SYMBOL_GPL vmlinux 0x2aecbe04 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0x2af44f70 devm_thermal_of_zone_register +EXPORT_SYMBOL_GPL vmlinux 0x2b071687 bpf_preload_ops +EXPORT_SYMBOL_GPL vmlinux 0x2b0ae178 sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0x2b0fe000 gnttab_cancel_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x2b17f9ad cpufreq_dbs_governor_start +EXPORT_SYMBOL_GPL vmlinux 0x2b2c3366 soc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x2b4509dd devlink_health_reporter_state_update +EXPORT_SYMBOL_GPL vmlinux 0x2b572e3b init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x2b5eca12 blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x2b60052b genphy_c45_read_status +EXPORT_SYMBOL_GPL vmlinux 0x2b6150fb power_supply_temp2resist_simple +EXPORT_SYMBOL_GPL vmlinux 0x2b6d960d synth_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x2b7c2f1e devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0x2b837869 fat_update_time +EXPORT_SYMBOL_GPL vmlinux 0x2b86f0fd zynqmp_pm_bootmode_read +EXPORT_SYMBOL_GPL vmlinux 0x2b960b66 qman_is_probed +EXPORT_SYMBOL_GPL vmlinux 0x2b9997fb atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x2b9e9c5c icc_disable +EXPORT_SYMBOL_GPL vmlinux 0x2b9fd894 icc_node_add +EXPORT_SYMBOL_GPL vmlinux 0x2ba09204 ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x2ba63b7b xhci_reset_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0x2bcd0fa8 skcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0x2bd28928 serial8250_do_get_mctrl +EXPORT_SYMBOL_GPL vmlinux 0x2bd3ecdc __kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0x2bd8a8bb blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x2bdf5ab0 pm_wakeup_pending +EXPORT_SYMBOL_GPL vmlinux 0x2be6aa87 devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2bf09bc1 nfs_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0x2bff23de acpi_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0x2c0f231f usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0x2c16439c find_ge_pid +EXPORT_SYMBOL_GPL vmlinux 0x2c176cc3 cpufreq_dbs_governor_init +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c223849 mdiobus_modify +EXPORT_SYMBOL_GPL vmlinux 0x2c2b1739 of_irq_parse_one +EXPORT_SYMBOL_GPL vmlinux 0x2c3054f9 net_inc_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x2c314bd7 genphy_c45_read_link +EXPORT_SYMBOL_GPL vmlinux 0x2c3ecff8 mptcp_token_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x2c494324 wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x2c4cab6a devlink_port_init +EXPORT_SYMBOL_GPL vmlinux 0x2c635527 arch_invalidate_pmem +EXPORT_SYMBOL_GPL vmlinux 0x2c66ac85 devlink_info_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2c750eb4 cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c81a826 imx_1443x_pll +EXPORT_SYMBOL_GPL vmlinux 0x2c834418 static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x2c835686 regmap_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x2c8dd6b8 edac_mem_types +EXPORT_SYMBOL_GPL vmlinux 0x2c8e28ee phylink_ethtool_get_eee +EXPORT_SYMBOL_GPL vmlinux 0x2c92cb56 tpm_chip_register +EXPORT_SYMBOL_GPL vmlinux 0x2c97f8a2 of_reconfig_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x2ca31ef1 vcap_is_last_chain +EXPORT_SYMBOL_GPL vmlinux 0x2cb72080 xen_find_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x2cbc312d led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2ccb56cb __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x2ccf0565 vcap_rule_find_keysets +EXPORT_SYMBOL_GPL vmlinux 0x2ccfd319 clk_hw_get_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x2cd55f06 thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x2ce61f33 __SCK__tp_func_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x2cf19f83 vcap_tc_flower_handler_tcp_usage +EXPORT_SYMBOL_GPL vmlinux 0x2d0684a9 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x2d187f6e i2c_acpi_waive_d0_probe +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d203d4c uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0x2d2c902f perf_trace_buf_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2d2dd36f kobj_ns_grab_current +EXPORT_SYMBOL_GPL vmlinux 0x2d36f981 usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x2d3fa449 irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d43c97b vp_modern_set_features +EXPORT_SYMBOL_GPL vmlinux 0x2d4fbf02 folio_test_hugetlb +EXPORT_SYMBOL_GPL vmlinux 0x2d5605be clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x2d57f413 __pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0x2d609547 dax_direct_access +EXPORT_SYMBOL_GPL vmlinux 0x2d61c195 lwtunnel_get_encap_size +EXPORT_SYMBOL_GPL vmlinux 0x2d789451 hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0x2d796b3b cpufreq_enable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x2d816829 component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0x2d939f75 devm_regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x2d9a61c1 mf_dax_kill_procs +EXPORT_SYMBOL_GPL vmlinux 0x2da10c24 extcon_unregister_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0x2da73d1a pci_alloc_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x2da777ad blk_revalidate_disk_zones +EXPORT_SYMBOL_GPL vmlinux 0x2db67d4a owl_sps_set_pg +EXPORT_SYMBOL_GPL vmlinux 0x2db71518 devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x2dbd0414 dst_blackhole_redirect +EXPORT_SYMBOL_GPL vmlinux 0x2dcba1aa platform_find_device_by_driver +EXPORT_SYMBOL_GPL vmlinux 0x2ddd4c4e mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0x2de6d994 k3_ringacc_ring_cfg +EXPORT_SYMBOL_GPL vmlinux 0x2de8886e phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0x2de9f97b set_secondary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x2e028ae6 rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x2e08226d badrange_add +EXPORT_SYMBOL_GPL vmlinux 0x2e19f997 ahci_start_engine +EXPORT_SYMBOL_GPL vmlinux 0x2e1cabe1 raw_v6_match +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e5266fa fsnotify_put_mark +EXPORT_SYMBOL_GPL vmlinux 0x2e5807f3 udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2e5a5d25 rtnl_register_module +EXPORT_SYMBOL_GPL vmlinux 0x2e6062b7 proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0x2e609eba register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x2e66298c __SCK__tp_func_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x2e68865b rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x2e694774 dpcon_close +EXPORT_SYMBOL_GPL vmlinux 0x2e6de266 led_trigger_write +EXPORT_SYMBOL_GPL vmlinux 0x2e708a8f irq_create_fwspec_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2e72b794 page_cache_sync_ra +EXPORT_SYMBOL_GPL vmlinux 0x2e7887d2 nf_ct_set_closing +EXPORT_SYMBOL_GPL vmlinux 0x2e79ed7a acpi_is_pnp_device +EXPORT_SYMBOL_GPL vmlinux 0x2e7c2b44 ethnl_cable_test_free +EXPORT_SYMBOL_GPL vmlinux 0x2e7dac5d of_pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0x2e88d2d6 unregister_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x2e973e7d pcie_reset_flr +EXPORT_SYMBOL_GPL vmlinux 0x2e9ec24d free_iova +EXPORT_SYMBOL_GPL vmlinux 0x2eb13439 clk_gate_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x2ebb19fd execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2eca6a19 phy_basic_t1s_p2mp_features_array +EXPORT_SYMBOL_GPL vmlinux 0x2ed489ec gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL vmlinux 0x2ed5df48 ima_inode_hash +EXPORT_SYMBOL_GPL vmlinux 0x2ee7c52b btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x2ef09378 virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0x2ef27284 __devm_clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0x2ef314ad platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0x2efc9fb1 dm_copy_name_and_uuid +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f0da51a divider_ro_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0x2f10020e simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x2f139927 ncsi_unregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x2f1828c2 disk_alloc_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0x2f1ea064 __SCK__tp_func_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x2f1f4aa0 clean_acked_data_enable +EXPORT_SYMBOL_GPL vmlinux 0x2f2af1f4 thp_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0x2f2c95c4 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x2f320f8e usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0x2f3fccc6 dev_pm_opp_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x2f462c56 bpf_offload_dev_netdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2f4880df static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x2f49a27e tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x2f539bb9 pm_runtime_get_if_active +EXPORT_SYMBOL_GPL vmlinux 0x2f5f7537 smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x2f619300 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0x2f64415f unregister_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2f777c2b class_is_registered +EXPORT_SYMBOL_GPL vmlinux 0x2f961e35 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x2fa79c33 devm_memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0x2faac966 pci_bridge_emul_init +EXPORT_SYMBOL_GPL vmlinux 0x2fac3c71 k3_ringacc_request_rings_pair +EXPORT_SYMBOL_GPL vmlinux 0x2fb57b2b alloc_dax +EXPORT_SYMBOL_GPL vmlinux 0x2fb93ba6 hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0x2fbcdbab tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x2fc1e0fe kmem_valid_obj +EXPORT_SYMBOL_GPL vmlinux 0x2fc613ba of_get_named_gpio +EXPORT_SYMBOL_GPL vmlinux 0x2fd038f6 devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0x2fef1ac9 usb_get_maximum_ssp_rate +EXPORT_SYMBOL_GPL vmlinux 0x2ff2c398 acpi_find_child_by_adr +EXPORT_SYMBOL_GPL vmlinux 0x2ffedb6b hv_free_hyperv_page +EXPORT_SYMBOL_GPL vmlinux 0x300daa7f pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0x30110a29 phy_eee_cap1_features +EXPORT_SYMBOL_GPL vmlinux 0x3013ab2f fixed_phy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3024ecad kobject_move +EXPORT_SYMBOL_GPL vmlinux 0x3025eee0 tegra210_clk_emc_dll_update_setting +EXPORT_SYMBOL_GPL vmlinux 0x3028fc98 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x302b127b rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x303383a4 dm_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x30351294 k3_udma_glue_rx_flow_get_fdq_id +EXPORT_SYMBOL_GPL vmlinux 0x30526009 iommu_dev_disable_feature +EXPORT_SYMBOL_GPL vmlinux 0x3061cfce ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0x306957e3 of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0x307e4f44 i2c_handle_smbus_host_notify +EXPORT_SYMBOL_GPL vmlinux 0x307f9fce pci_acpi_set_companion_lookup_hook +EXPORT_SYMBOL_GPL vmlinux 0x30b9113d xhci_update_hub_device +EXPORT_SYMBOL_GPL vmlinux 0x30c43295 devl_linecard_create +EXPORT_SYMBOL_GPL vmlinux 0x30cde7e9 __phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x30db1655 vcap_is_next_lookup +EXPORT_SYMBOL_GPL vmlinux 0x30e1ec25 apei_map_generic_address +EXPORT_SYMBOL_GPL vmlinux 0x30f04f4e trace_event_ignore_this_pid +EXPORT_SYMBOL_GPL vmlinux 0x30f8fa93 PageHuge +EXPORT_SYMBOL_GPL vmlinux 0x31019477 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x31104339 tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0x31128b8e hv_remove_kexec_handler +EXPORT_SYMBOL_GPL vmlinux 0x311c6da4 put_iova_domain +EXPORT_SYMBOL_GPL vmlinux 0x31226c24 pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x3133836e sched_set_normal +EXPORT_SYMBOL_GPL vmlinux 0x3134d432 imx_get_clk_hw_by_name +EXPORT_SYMBOL_GPL vmlinux 0x313ea5fd ipi_send_single +EXPORT_SYMBOL_GPL vmlinux 0x314254bf ahci_platform_find_clk +EXPORT_SYMBOL_GPL vmlinux 0x314c8765 skb_send_sock_locked +EXPORT_SYMBOL_GPL vmlinux 0x315d54a7 perf_event_update_userpage +EXPORT_SYMBOL_GPL vmlinux 0x3166df16 driver_register +EXPORT_SYMBOL_GPL vmlinux 0x317e2625 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x3192d768 cpufreq_remove_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x319ac0a9 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0x319d2263 crypto_unregister_kpp +EXPORT_SYMBOL_GPL vmlinux 0x319e28ee xdp_attachment_setup +EXPORT_SYMBOL_GPL vmlinux 0x31a2f54a firmware_request_platform +EXPORT_SYMBOL_GPL vmlinux 0x31a76d61 mas_destroy +EXPORT_SYMBOL_GPL vmlinux 0x31a95e8b ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x31c63ff0 usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x31c7292c iommu_get_domain_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31c974cf generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x31ce4594 iort_get_rmr_sids +EXPORT_SYMBOL_GPL vmlinux 0x31d34278 xas_load +EXPORT_SYMBOL_GPL vmlinux 0x31db2c37 crypto_alloc_rng +EXPORT_SYMBOL_GPL vmlinux 0x31dc42f5 __tracepoint_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x31dca4d8 gnttab_claim_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x31e00c48 sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0x31e47f11 fscrypt_set_bio_crypt_ctx +EXPORT_SYMBOL_GPL vmlinux 0x31e9e8d5 zynqmp_pm_set_suspend_mode +EXPORT_SYMBOL_GPL vmlinux 0x31f237d5 irq_set_chained_handler_and_data +EXPORT_SYMBOL_GPL vmlinux 0x31ffb195 watchdog_notify_pretimeout +EXPORT_SYMBOL_GPL vmlinux 0x320b9c6d power_supply_set_property +EXPORT_SYMBOL_GPL vmlinux 0x320f0f83 __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x3211c40c gpiochip_irq_map +EXPORT_SYMBOL_GPL vmlinux 0x321d661c vp_modern_set_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0x32295715 dev_pm_opp_clear_config +EXPORT_SYMBOL_GPL vmlinux 0x3233be8c gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x3238e904 tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x323cc86f devm_request_pci_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x3246ba33 regmap_get_reg_stride +EXPORT_SYMBOL_GPL vmlinux 0x32531b23 ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x325f9d61 vcap_rule_add_key_u72 +EXPORT_SYMBOL_GPL vmlinux 0x32677630 serdev_device_add +EXPORT_SYMBOL_GPL vmlinux 0x326b3f63 clk_regmap_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x326cefe5 hwpoison_filter_dev_minor +EXPORT_SYMBOL_GPL vmlinux 0x327a2687 bind_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x327bc48d pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0x327c73e6 __SCK__tp_func_rwmmio_read +EXPORT_SYMBOL_GPL vmlinux 0x32923c58 cpufreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0x32983878 pci_generic_ecam_ops +EXPORT_SYMBOL_GPL vmlinux 0x329c5e5f tegra_bpmp_request_mrq +EXPORT_SYMBOL_GPL vmlinux 0x32a7926e pci_epc_raise_irq +EXPORT_SYMBOL_GPL vmlinux 0x32ab06cc irq_percpu_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x32bc0fcf preempt_notifier_dec +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32cdd14b tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x32da1dc5 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0x32feab79 __virtio_unbreak_device +EXPORT_SYMBOL_GPL vmlinux 0x330010b6 cpuset_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x330b0e01 sbitmap_queue_min_shallow_depth +EXPORT_SYMBOL_GPL vmlinux 0x330f6116 set_dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x331adc21 __tracepoint_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0x332c446e serial8250_init_port +EXPORT_SYMBOL_GPL vmlinux 0x33338211 rcuref_get_slowpath +EXPORT_SYMBOL_GPL vmlinux 0x334053ac bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0x3348c09a edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x3350d6b8 ata_acpi_cbl_80wire +EXPORT_SYMBOL_GPL vmlinux 0x3352823d cppc_get_auto_sel_caps +EXPORT_SYMBOL_GPL vmlinux 0x335a613c mas_next_range +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x3362c459 trace_add_event_call +EXPORT_SYMBOL_GPL vmlinux 0x3375d03e wakeup_sources_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x338953b8 thermal_zone_device_disable +EXPORT_SYMBOL_GPL vmlinux 0x33b05b79 irq_chip_request_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0x33b2e7e6 tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x33b80b3c vcpu_put +EXPORT_SYMBOL_GPL vmlinux 0x33c9ecdd crypto_enqueue_request_head +EXPORT_SYMBOL_GPL vmlinux 0x33cb887e divider_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0x33db9555 blk_mq_hctx_set_fq_lock_class +EXPORT_SYMBOL_GPL vmlinux 0x33e87eff usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0x33f966f7 trace_array_put +EXPORT_SYMBOL_GPL vmlinux 0x3403fb7b sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0x341730f1 ahci_kick_engine +EXPORT_SYMBOL_GPL vmlinux 0x341b0b8a usb_of_get_interface_node +EXPORT_SYMBOL_GPL vmlinux 0x341e672c sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x34331f04 acpi_os_unmap_memory +EXPORT_SYMBOL_GPL vmlinux 0x34407691 crypto_has_ahash +EXPORT_SYMBOL_GPL vmlinux 0x344361a1 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0x344a2c84 iomap_dio_complete +EXPORT_SYMBOL_GPL vmlinux 0x344a929a aead_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x344d015c switchdev_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x3450ad94 mpi_set_ui +EXPORT_SYMBOL_GPL vmlinux 0x34542c84 genphy_c45_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x3454edcc get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0x345c8aeb input_ff_flush +EXPORT_SYMBOL_GPL vmlinux 0x345cd9dc device_link_del +EXPORT_SYMBOL_GPL vmlinux 0x345d13e5 spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0x34616888 debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0x346962d5 __nvdimm_create +EXPORT_SYMBOL_GPL vmlinux 0x34735f3b tcp_plb_update_state +EXPORT_SYMBOL_GPL vmlinux 0x3476ac5b list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x347c049b xhci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x348e0b3c vp_modern_get_status +EXPORT_SYMBOL_GPL vmlinux 0x348f774e edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x3491f3c7 inet_pernet_hashinfo_free +EXPORT_SYMBOL_GPL vmlinux 0x349a6629 dpcon_reset +EXPORT_SYMBOL_GPL vmlinux 0x34a7b142 __SCK__tp_func_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x34a990f0 ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0x34acec8b dma_resv_get_singleton +EXPORT_SYMBOL_GPL vmlinux 0x34b6fcdf __irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0x34bea991 sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x34dccfb2 context_tracking +EXPORT_SYMBOL_GPL vmlinux 0x34eab46d bind_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x34ec7dc7 mtk_pinconf_adv_drive_get +EXPORT_SYMBOL_GPL vmlinux 0x34ee634b tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0x34fc5f59 devl_rate_nodes_destroy +EXPORT_SYMBOL_GPL vmlinux 0x35055016 xdp_convert_zc_to_xdp_frame +EXPORT_SYMBOL_GPL vmlinux 0x350f6ce5 tasklet_unlock_wait +EXPORT_SYMBOL_GPL vmlinux 0x3515359f usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0x35261177 ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x352685f1 dw_pcie_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x3527c77d ahci_platform_disable_regulators +EXPORT_SYMBOL_GPL vmlinux 0x3529ad0d meson_pmx_get_funcs_count +EXPORT_SYMBOL_GPL vmlinux 0x352b3813 maxim_charger_calc_reg_current +EXPORT_SYMBOL_GPL vmlinux 0x352ec68b bpf_offload_dev_destroy +EXPORT_SYMBOL_GPL vmlinux 0x352fc782 devm_regulator_get_enable_optional +EXPORT_SYMBOL_GPL vmlinux 0x3536f261 xenbus_dev_error +EXPORT_SYMBOL_GPL vmlinux 0x3542e347 phy_10gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x35558d80 ahci_platform_get_resources +EXPORT_SYMBOL_GPL vmlinux 0x3557b74a __pci_hp_initialize +EXPORT_SYMBOL_GPL vmlinux 0x35590d44 serial8250_rx_dma_flush +EXPORT_SYMBOL_GPL vmlinux 0x355b2ef2 ti_sci_put_handle +EXPORT_SYMBOL_GPL vmlinux 0x355bc89a klist_next +EXPORT_SYMBOL_GPL vmlinux 0x35617325 bpf_prog_free +EXPORT_SYMBOL_GPL vmlinux 0x3562f983 read_sanitised_ftr_reg +EXPORT_SYMBOL_GPL vmlinux 0x356450f2 rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0x3565a929 utf8_data_table +EXPORT_SYMBOL_GPL vmlinux 0x35719d6f extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x3574048d __traceiter_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x357457c3 psil_get_ep_config +EXPORT_SYMBOL_GPL vmlinux 0x357a3ec8 devm_request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x358bcc5f lwtunnel_input +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x3595b685 pci_epc_init_notify +EXPORT_SYMBOL_GPL vmlinux 0x35a4f59d zynqmp_pm_clock_setdivider +EXPORT_SYMBOL_GPL vmlinux 0x35b345e0 kthread_cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x35d3dc46 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x35d4d59f iomap_invalidate_folio +EXPORT_SYMBOL_GPL vmlinux 0x35d8ba98 dw_pcie_own_conf_map_bus +EXPORT_SYMBOL_GPL vmlinux 0x35e12c92 dax_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0x35f4d54b ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0x3608de34 nfct_btf_struct_access +EXPORT_SYMBOL_GPL vmlinux 0x360b65da tty_release_struct +EXPORT_SYMBOL_GPL vmlinux 0x360edcf8 cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x3619c6bf ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x36242943 switchdev_deferred_process +EXPORT_SYMBOL_GPL vmlinux 0x36293a24 pktgen_xfrm_outer_mode_output +EXPORT_SYMBOL_GPL vmlinux 0x3632f6f5 pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x364d7f56 da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0x365989e5 imx_1416x_pll +EXPORT_SYMBOL_GPL vmlinux 0x366b6cb5 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x36838d1e __device_reset +EXPORT_SYMBOL_GPL vmlinux 0x36870179 fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0x3688c62f spi_split_transfers_maxwords +EXPORT_SYMBOL_GPL vmlinux 0x36898d6f gpiod_remove_hogs +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36a1d52a sk_msg_is_readable +EXPORT_SYMBOL_GPL vmlinux 0x36a2a3b4 skb_splice_bits +EXPORT_SYMBOL_GPL vmlinux 0x36aaf4cb ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0x36ac17ab alloc_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0x36b65df8 proc_create_net_single_write +EXPORT_SYMBOL_GPL vmlinux 0x36b76cd0 proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0x36c36fe0 dmaengine_desc_attach_metadata +EXPORT_SYMBOL_GPL vmlinux 0x36c725ce irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x36db870b zynqmp_pm_sha_hash +EXPORT_SYMBOL_GPL vmlinux 0x36e097a4 debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x36e17643 serial8250_rpm_get_tx +EXPORT_SYMBOL_GPL vmlinux 0x36e867b6 nf_hook_entries_insert_raw +EXPORT_SYMBOL_GPL vmlinux 0x36ebacca extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3701c68b ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x37169f79 cpu_latency_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x37179b61 thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x3721ad66 serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0x37402087 bpf_prog_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x37441f32 pci_epc_mem_free_addr +EXPORT_SYMBOL_GPL vmlinux 0x3746cab2 device_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x3750bef0 phy_configure +EXPORT_SYMBOL_GPL vmlinux 0x3750d770 erst_read +EXPORT_SYMBOL_GPL vmlinux 0x37580c68 irq_chip_retrigger_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x37616023 of_pci_dma_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0x3764d12b of_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x376a1aa7 edac_pci_del_device +EXPORT_SYMBOL_GPL vmlinux 0x3775c25b k3_udma_glue_tx_cppi5_to_dma_addr +EXPORT_SYMBOL_GPL vmlinux 0x377bbcbc pm_suspend_target_state +EXPORT_SYMBOL_GPL vmlinux 0x378adfb7 zynqmp_pm_sd_dll_reset +EXPORT_SYMBOL_GPL vmlinux 0x37914025 xenbus_write +EXPORT_SYMBOL_GPL vmlinux 0x37a6eb4b phy_get_rate_matching +EXPORT_SYMBOL_GPL vmlinux 0x37acc59f netif_carrier_event +EXPORT_SYMBOL_GPL vmlinux 0x37b2517b ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0x37bf7be3 percpu_ref_exit +EXPORT_SYMBOL_GPL vmlinux 0x37c510de iomap_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x37c8e1fb blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x37e86e63 rz_mtu3_16bit_ch_write +EXPORT_SYMBOL_GPL vmlinux 0x37ed098f acpi_dma_request_slave_chan_by_name +EXPORT_SYMBOL_GPL vmlinux 0x37f5718b ahci_start_fis_rx +EXPORT_SYMBOL_GPL vmlinux 0x37f80c11 __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x3801776b __ioread32_copy +EXPORT_SYMBOL_GPL vmlinux 0x380dde36 power_supply_batinfo_ocv2cap +EXPORT_SYMBOL_GPL vmlinux 0x38268b62 icc_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x38374815 clear_selection +EXPORT_SYMBOL_GPL vmlinux 0x383884f7 pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0x38397e4e vp_legacy_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x383c356a crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x38413f68 kvm_vcpu_gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0x384a808f regmap_field_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x384fd073 unregister_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0x385f07c1 regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x3866e217 nvmem_device_write +EXPORT_SYMBOL_GPL vmlinux 0x38708e25 inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0x3877d5d0 fib_nh_common_release +EXPORT_SYMBOL_GPL vmlinux 0x3883c151 fscrypt_prepare_lookup_partial +EXPORT_SYMBOL_GPL vmlinux 0x38889394 i2c_dw_probe_master +EXPORT_SYMBOL_GPL vmlinux 0x389b64a2 static_key_count +EXPORT_SYMBOL_GPL vmlinux 0x38aa1397 gpiod_add_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0x38b25c79 genphy_c45_read_pma +EXPORT_SYMBOL_GPL vmlinux 0x38c3ff30 freq_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x38c83336 fork_usermode_driver +EXPORT_SYMBOL_GPL vmlinux 0x38cab375 ehci_adjust_port_wakeup_flags +EXPORT_SYMBOL_GPL vmlinux 0x38d00118 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x38d15708 ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0x38d29225 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0x38d309bd sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0x38e1fde7 mpi_set +EXPORT_SYMBOL_GPL vmlinux 0x38e2e158 devfreq_event_disable_edev +EXPORT_SYMBOL_GPL vmlinux 0x38e5bc5a clk_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x38f473ff usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x38f704de dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x38f79974 cpufreq_driver_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x390bd8cd udp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0x3918fece cros_ec_get_sensor_count +EXPORT_SYMBOL_GPL vmlinux 0x3934db83 pci_bridge_emul_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x39472f4f devm_power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x394fb324 fwnode_graph_get_endpoint_count +EXPORT_SYMBOL_GPL vmlinux 0x39550085 mmu_interval_notifier_insert +EXPORT_SYMBOL_GPL vmlinux 0x3958ccb6 __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x395b8b90 sbitmap_prepare_to_wait +EXPORT_SYMBOL_GPL vmlinux 0x396e8de8 pm_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x39785a8c preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x397e2142 __SCK__tp_func_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x3986e708 proc_create_net_single +EXPORT_SYMBOL_GPL vmlinux 0x3987b753 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x39aa4888 usb_role_string +EXPORT_SYMBOL_GPL vmlinux 0x39ab6e85 inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x39b24a64 imx_fracn_gppll_integer +EXPORT_SYMBOL_GPL vmlinux 0x39c32aca __SCK__tp_func_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x39c3c5f0 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0x39c9d88c xas_find +EXPORT_SYMBOL_GPL vmlinux 0x39d15886 __cdx_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x39d474d4 blk_queue_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x39d9b243 tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x39dd7bbf pinctrl_utils_add_config +EXPORT_SYMBOL_GPL vmlinux 0x39de85a9 regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0x39ded098 rdma_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x39e23079 clk_gate_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x39e3d714 vcap_add_rule +EXPORT_SYMBOL_GPL vmlinux 0x39e7580a __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x39edea41 lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0x39fa904f ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x39fd83db halt_poll_ns_shrink +EXPORT_SYMBOL_GPL vmlinux 0x3a15013b ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x3a1c5cb2 kvm_read_guest_offset_cached +EXPORT_SYMBOL_GPL vmlinux 0x3a24743b pci_ecam_create +EXPORT_SYMBOL_GPL vmlinux 0x3a24fb2f percpu_ref_resurrect +EXPORT_SYMBOL_GPL vmlinux 0x3a2706bf debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0x3a2f7b77 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0x3a4407e5 bio_clone_blkg_association +EXPORT_SYMBOL_GPL vmlinux 0x3a4bc837 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a55981a static_key_enable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x3a5762f4 meson_aoclkc_probe +EXPORT_SYMBOL_GPL vmlinux 0x3a60613a dev_coredumpsg +EXPORT_SYMBOL_GPL vmlinux 0x3a672070 fsl_mc_bus_dpbp_type +EXPORT_SYMBOL_GPL vmlinux 0x3a93611b __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x3a9be019 asymmetric_key_id_partial +EXPORT_SYMBOL_GPL vmlinux 0x3aa58e80 mtk_eint_find_irq +EXPORT_SYMBOL_GPL vmlinux 0x3abb0cdb rz_mtu3_shared_reg_update_bit +EXPORT_SYMBOL_GPL vmlinux 0x3abdc17a cper_dimm_err_location +EXPORT_SYMBOL_GPL vmlinux 0x3abe6fe5 phylink_validate_mask_caps +EXPORT_SYMBOL_GPL vmlinux 0x3ac17251 devm_clk_hw_register_fixed_factor_index +EXPORT_SYMBOL_GPL vmlinux 0x3ac3feba rhltable_init +EXPORT_SYMBOL_GPL vmlinux 0x3ac979fc usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad3b9e0 bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0x3ad416ef bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x3ad4bd5a of_pci_get_devfn +EXPORT_SYMBOL_GPL vmlinux 0x3adb32bd key_type_user +EXPORT_SYMBOL_GPL vmlinux 0x3adba5c8 iort_put_rmr_sids +EXPORT_SYMBOL_GPL vmlinux 0x3add5e90 vcap_tc_flower_handler_ipv4_usage +EXPORT_SYMBOL_GPL vmlinux 0x3ae65f46 netdev_cmd_to_name +EXPORT_SYMBOL_GPL vmlinux 0x3afc4a8f sbitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x3b03208d power_supply_battery_info_has_prop +EXPORT_SYMBOL_GPL vmlinux 0x3b047464 swapcache_mapping +EXPORT_SYMBOL_GPL vmlinux 0x3b2facc4 mpc8xxx_spi_tx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0x3b3e9860 skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x3b4c240a display_timings_release +EXPORT_SYMBOL_GPL vmlinux 0x3b64b1b3 devm_platform_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0x3b66e6f6 add_swap_extent +EXPORT_SYMBOL_GPL vmlinux 0x3b6fec70 tcp_reno_undo_cwnd +EXPORT_SYMBOL_GPL vmlinux 0x3b728813 xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0x3b773086 spi_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0x3b78bf02 sunxi_ccu_get_mmc_timing_mode +EXPORT_SYMBOL_GPL vmlinux 0x3b7d3880 usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0x3b815601 devl_lock +EXPORT_SYMBOL_GPL vmlinux 0x3b85a57e device_del +EXPORT_SYMBOL_GPL vmlinux 0x3ba01b47 get_compat_sigset +EXPORT_SYMBOL_GPL vmlinux 0x3bb3de7c fwnode_property_present +EXPORT_SYMBOL_GPL vmlinux 0x3bc693d6 pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0x3bd6973e ahci_platform_enable_clks +EXPORT_SYMBOL_GPL vmlinux 0x3bdb5d28 alg_test +EXPORT_SYMBOL_GPL vmlinux 0x3be10abc pci_set_host_bridge_release +EXPORT_SYMBOL_GPL vmlinux 0x3be200ce phy_10gbit_fec_features +EXPORT_SYMBOL_GPL vmlinux 0x3be73689 sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x3bf17755 mpi_read_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3bf9abc7 __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x3bfc9ae2 acpi_spi_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3c00bf16 kthread_park +EXPORT_SYMBOL_GPL vmlinux 0x3c0e8050 hyperv_pcpu_input_arg +EXPORT_SYMBOL_GPL vmlinux 0x3c11b9f5 tegra210_put_utmipll_in_iddq +EXPORT_SYMBOL_GPL vmlinux 0x3c1c3725 rcu_fwd_progress_check +EXPORT_SYMBOL_GPL vmlinux 0x3c1da4fa of_pm_clk_add_clks +EXPORT_SYMBOL_GPL vmlinux 0x3c1e4fc6 dma_can_mmap +EXPORT_SYMBOL_GPL vmlinux 0x3c241c2c public_key_free +EXPORT_SYMBOL_GPL vmlinux 0x3c2b68f7 of_changeset_apply +EXPORT_SYMBOL_GPL vmlinux 0x3c2db28c divider_recalc_rate +EXPORT_SYMBOL_GPL vmlinux 0x3c3be1df dma_resv_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x3c3c85d8 __SCK__tp_func_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x3c4129ec device_link_add +EXPORT_SYMBOL_GPL vmlinux 0x3c48ed7b crypto_grab_kpp +EXPORT_SYMBOL_GPL vmlinux 0x3c53f456 user_update +EXPORT_SYMBOL_GPL vmlinux 0x3c5ac284 vcap_tc_flower_handler_ethaddr_usage +EXPORT_SYMBOL_GPL vmlinux 0x3c5d543a hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x3c5d7891 fsverity_ioctl_measure +EXPORT_SYMBOL_GPL vmlinux 0x3c5ef321 pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x3c6785b7 block_pr_type_to_scsi +EXPORT_SYMBOL_GPL vmlinux 0x3c681dc4 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0x3c68b8bc dt_init_idle_driver +EXPORT_SYMBOL_GPL vmlinux 0x3c6a130e pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x3c6f24d4 ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0x3c819c45 arch_apei_report_mem_error +EXPORT_SYMBOL_GPL vmlinux 0x3c88b17b dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0x3ca631a0 led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0x3caac100 thermal_zone_device_enable +EXPORT_SYMBOL_GPL vmlinux 0x3cb88a62 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x3ccd8b46 zynqmp_pm_clock_getparent +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cd1b510 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x3cda4a4b acpi_dev_remove_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x3ce668d7 blkg_conf_init +EXPORT_SYMBOL_GPL vmlinux 0x3cf95a95 extcon_get_state +EXPORT_SYMBOL_GPL vmlinux 0x3d03e1a5 priv_to_devlink +EXPORT_SYMBOL_GPL vmlinux 0x3d386d23 pinconf_generic_dt_node_to_map +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d472ea6 pci_ims_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x3d4d21d8 vchan_init +EXPORT_SYMBOL_GPL vmlinux 0x3d510a7b rcu_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0x3d5416b2 ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x3d54eb46 tcp_sendmsg_locked +EXPORT_SYMBOL_GPL vmlinux 0x3d5fb797 dprc_remove_devices +EXPORT_SYMBOL_GPL vmlinux 0x3d638e3d fscrypt_limit_io_blocks +EXPORT_SYMBOL_GPL vmlinux 0x3d6805af virtio_max_dma_size +EXPORT_SYMBOL_GPL vmlinux 0x3d7997a9 devm_regulator_get_enable +EXPORT_SYMBOL_GPL vmlinux 0x3d7e7ad1 led_blink_set_nosleep +EXPORT_SYMBOL_GPL vmlinux 0x3d866e05 __SCK__tp_func_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x3d8baf3b zs_huge_class_size +EXPORT_SYMBOL_GPL vmlinux 0x3d9aeb35 spi_mem_exec_op +EXPORT_SYMBOL_GPL vmlinux 0x3daa2540 nf_hooks_lwtunnel_enabled +EXPORT_SYMBOL_GPL vmlinux 0x3dbc1492 __traceiter_block_split +EXPORT_SYMBOL_GPL vmlinux 0x3dbec2af sock_map_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3de130ba sk_msg_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3dea4d7a ncsi_start_dev +EXPORT_SYMBOL_GPL vmlinux 0x3df70c99 trace_clock_global +EXPORT_SYMBOL_GPL vmlinux 0x3dfb071f __cpuhp_state_remove_instance +EXPORT_SYMBOL_GPL vmlinux 0x3e01248d regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x3e0a087f inet_hashinfo2_init_mod +EXPORT_SYMBOL_GPL vmlinux 0x3e0c729c xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0x3e1b2688 dpbp_reset +EXPORT_SYMBOL_GPL vmlinux 0x3e1fccb9 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x3e24f205 pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x3e2a65f1 pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x3e2ca827 fscrypt_fname_siphash +EXPORT_SYMBOL_GPL vmlinux 0x3e31f3dc cg_regs_dummy +EXPORT_SYMBOL_GPL vmlinux 0x3e33d7a4 led_get_default_pattern +EXPORT_SYMBOL_GPL vmlinux 0x3e37c3f9 amba_bustype +EXPORT_SYMBOL_GPL vmlinux 0x3e3ec083 wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x3e411ace sfp_select_interface +EXPORT_SYMBOL_GPL vmlinux 0x3e6d9d64 __tracepoint_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e736af6 vcap_enable_lookups +EXPORT_SYMBOL_GPL vmlinux 0x3e837f33 attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x3e875b76 fscrypt_dio_supported +EXPORT_SYMBOL_GPL vmlinux 0x3e903560 ip_tunnel_netlink_encap_parms +EXPORT_SYMBOL_GPL vmlinux 0x3e92ae1a crypto_akcipher_sync_post +EXPORT_SYMBOL_GPL vmlinux 0x3ea5196d apei_osc_setup +EXPORT_SYMBOL_GPL vmlinux 0x3eb26644 dax_recovery_write +EXPORT_SYMBOL_GPL vmlinux 0x3eb79a5a mctrl_gpio_init_noauto +EXPORT_SYMBOL_GPL vmlinux 0x3eb85f2a debugfs_create_devm_seqfile +EXPORT_SYMBOL_GPL vmlinux 0x3ec8c0dd scsi_host_busy_iter +EXPORT_SYMBOL_GPL vmlinux 0x3edb086b pse_control_put +EXPORT_SYMBOL_GPL vmlinux 0x3ef051c8 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x3efcbffd ahci_platform_ops +EXPORT_SYMBOL_GPL vmlinux 0x3f0d0d4c bpf_offload_dev_create +EXPORT_SYMBOL_GPL vmlinux 0x3f0ed0d9 reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3f12d440 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0x3f191a6a of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0x3f30e8d1 uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x3f3ec9a7 meson_clk_dualdiv_ops +EXPORT_SYMBOL_GPL vmlinux 0x3f491f49 reset_control_bulk_reset +EXPORT_SYMBOL_GPL vmlinux 0x3f4aaf52 regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x3f59f4a7 dev_pm_opp_xlate_required_opp +EXPORT_SYMBOL_GPL vmlinux 0x3f5b18f6 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x3f5fe538 pinctrl_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x3f72ad31 phy_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x3f84bcd7 dax_alive +EXPORT_SYMBOL_GPL vmlinux 0x3f8d050d iomap_release_folio +EXPORT_SYMBOL_GPL vmlinux 0x3f94044e ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x3fae6ab0 hv_vp_index +EXPORT_SYMBOL_GPL vmlinux 0x3fb29b40 regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0x3fb3f305 __vfs_removexattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x3fcf1af4 fscrypt_set_bio_crypt_ctx_bh +EXPORT_SYMBOL_GPL vmlinux 0x3fe35aea irq_bypass_unregister_consumer +EXPORT_SYMBOL_GPL vmlinux 0x3fe6c346 devlink_fmsg_binary_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x3fea029c hisi_clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x3ff2e349 hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x3ff70665 __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3ffdacf3 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0x40099ad5 fwnode_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x400a024b acpi_scan_lock_release +EXPORT_SYMBOL_GPL vmlinux 0x40267068 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x402b2591 srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x4032e5ec of_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0x4033eb5f pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0x403daa09 mtk_pinconf_adv_pull_get +EXPORT_SYMBOL_GPL vmlinux 0x403eac60 sbitmap_get +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x4043757f init_iova_domain +EXPORT_SYMBOL_GPL vmlinux 0x4047a8af pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x4049cf55 watchdog_set_restart_priority +EXPORT_SYMBOL_GPL vmlinux 0x40509982 addrconf_add_linklocal +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x406c4cb1 hrtimer_resolution +EXPORT_SYMBOL_GPL vmlinux 0x4071b517 out_of_line_wait_on_bit_timeout +EXPORT_SYMBOL_GPL vmlinux 0x407af304 usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0x4082d167 k3_ringacc_dmarings_init +EXPORT_SYMBOL_GPL vmlinux 0x4099f919 tun_ptr_free +EXPORT_SYMBOL_GPL vmlinux 0x409c9bd0 crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x40b3b56d pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0x40bd47ec md_bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x40c2a977 gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0x40e76c5c device_iommu_capable +EXPORT_SYMBOL_GPL vmlinux 0x40f028b3 zynqmp_pm_set_rpu_mode +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x40f23130 shmem_file_setup_with_mnt +EXPORT_SYMBOL_GPL vmlinux 0x40f6d681 devm_fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x40f8b94e ring_buffer_iter_dropped +EXPORT_SYMBOL_GPL vmlinux 0x40f8bd4e klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x4100a662 clk_get_scaled_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x4119d1d5 iommu_page_response +EXPORT_SYMBOL_GPL vmlinux 0x411e8ce7 noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x41237f71 cpu_have_feature +EXPORT_SYMBOL_GPL vmlinux 0x4124e34d serdev_device_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x4127249f ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x412bc681 ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x41357451 securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x4144c1f3 sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0x414d119a videomode_from_timings +EXPORT_SYMBOL_GPL vmlinux 0x41752c69 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0x417a58cb gpiochip_line_is_persistent +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x418873cc irq_bypass_register_producer +EXPORT_SYMBOL_GPL vmlinux 0x41912e0a ip_fib_metrics_init +EXPORT_SYMBOL_GPL vmlinux 0x4197333e regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x419b1a52 pstore_unregister +EXPORT_SYMBOL_GPL vmlinux 0x419d7c83 zynqmp_pm_pinctrl_set_config +EXPORT_SYMBOL_GPL vmlinux 0x419e7efd sfp_module_stop +EXPORT_SYMBOL_GPL vmlinux 0x41b9a6e6 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x41bce49a ghes_register_vendor_record_notifier +EXPORT_SYMBOL_GPL vmlinux 0x41c36b9b __tracepoint_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x41d5abe8 sk_free_unlock_clone +EXPORT_SYMBOL_GPL vmlinux 0x41e7046f mtk_clk_unregister_dividers +EXPORT_SYMBOL_GPL vmlinux 0x41ed3cec eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x41f446f3 mtk_eint_do_init +EXPORT_SYMBOL_GPL vmlinux 0x42041512 i2c_get_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x42059723 mtk_pinconf_adv_drive_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x420da448 mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x420f3d01 nvmem_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4211e115 usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x42127aab __tcp_send_ack +EXPORT_SYMBOL_GPL vmlinux 0x42324dc6 regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0x4233ad75 folio_wait_stable +EXPORT_SYMBOL_GPL vmlinux 0x423d0437 usb_pipe_type_check +EXPORT_SYMBOL_GPL vmlinux 0x42437020 unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x424bd52e srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x42635d55 pm_suspend_global_flags +EXPORT_SYMBOL_GPL vmlinux 0x426452a3 acpi_evaluation_failure_warn +EXPORT_SYMBOL_GPL vmlinux 0x42762398 regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0x4278d56a phylink_expects_phy +EXPORT_SYMBOL_GPL vmlinux 0x4279fdae scmi_device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x4281e3c2 apply_to_existing_page_range +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x428a9e52 inet_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0x429bb8c1 k3_udma_glue_rx_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0x429c3f9c reboot_mode +EXPORT_SYMBOL_GPL vmlinux 0x42a9cfd3 tcp_done +EXPORT_SYMBOL_GPL vmlinux 0x42a9e9b9 class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x42b5aa3f __kthread_init_worker +EXPORT_SYMBOL_GPL vmlinux 0x42bf8fe1 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0x42c5aad2 dax_remap_file_range_prep +EXPORT_SYMBOL_GPL vmlinux 0x42c8c8ec ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x42d2b935 irq_domain_pop_irq +EXPORT_SYMBOL_GPL vmlinux 0x42daa50b amba_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x42e732cb vcap_rule_add_key_u128 +EXPORT_SYMBOL_GPL vmlinux 0x42f728aa mctrl_gpio_get_outputs +EXPORT_SYMBOL_GPL vmlinux 0x42ff8843 rz_mtu3_32bit_ch_write +EXPORT_SYMBOL_GPL vmlinux 0x4309700f usb_wakeup_enabled_descendants +EXPORT_SYMBOL_GPL vmlinux 0x430d88ec __traceiter_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x431cba18 usb_of_get_companion_dev +EXPORT_SYMBOL_GPL vmlinux 0x4320c355 imx_clk_hw_frac_pll +EXPORT_SYMBOL_GPL vmlinux 0x4321d41d pci_epc_map_addr +EXPORT_SYMBOL_GPL vmlinux 0x432275b9 device_move +EXPORT_SYMBOL_GPL vmlinux 0x433c3fbc inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x436d817f mpi_clear_bit +EXPORT_SYMBOL_GPL vmlinux 0x43771ec2 iommu_alloc_resv_region +EXPORT_SYMBOL_GPL vmlinux 0x437ead5f platform_get_irq_byname_optional +EXPORT_SYMBOL_GPL vmlinux 0x437eb1df ipv6_mod_enabled +EXPORT_SYMBOL_GPL vmlinux 0x437fe786 iommu_device_sysfs_add +EXPORT_SYMBOL_GPL vmlinux 0x438d8df2 iova_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x43aa319e lease_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x43b5ee7f devlink_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x43caa7c0 regmap_irq_get_irq_reg_linear +EXPORT_SYMBOL_GPL vmlinux 0x43d08a20 _proc_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x43d6f781 sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0x43e73fe3 iommu_get_domain_for_dev_pasid +EXPORT_SYMBOL_GPL vmlinux 0x43ebbb0d fib_new_table +EXPORT_SYMBOL_GPL vmlinux 0x43f81957 clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x43f92edd wait_for_initramfs +EXPORT_SYMBOL_GPL vmlinux 0x43ffed61 software_node_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x4401e6c2 mpi_cmpabs +EXPORT_SYMBOL_GPL vmlinux 0x4407e2a4 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x4413f461 zynqmp_pm_request_wake +EXPORT_SYMBOL_GPL vmlinux 0x44168f08 devres_remove +EXPORT_SYMBOL_GPL vmlinux 0x4422ac24 zynqmp_pm_set_tapdelay_bypass +EXPORT_SYMBOL_GPL vmlinux 0x44237ab4 platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x442deaa9 poll_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4439bcd2 __SCK__tp_func_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x443ad9e2 tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0x4442d69f inet6_cleanup_sock +EXPORT_SYMBOL_GPL vmlinux 0x4446c53a failover_slave_unregister +EXPORT_SYMBOL_GPL vmlinux 0x44476c5c usb_phy_set_event +EXPORT_SYMBOL_GPL vmlinux 0x444f1735 cpu_pm_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x445dd6aa fuse_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x4467a092 imx_pinconf_get_scu +EXPORT_SYMBOL_GPL vmlinux 0x4471a51d vhost_task_stop +EXPORT_SYMBOL_GPL vmlinux 0x4475dcaf hv_nested +EXPORT_SYMBOL_GPL vmlinux 0x44766a6e irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0x447f809c imx_clk_hw_pllv3 +EXPORT_SYMBOL_GPL vmlinux 0x4482a17f blkcg_punt_bio_submit +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x44a09b07 devm_hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x44a793ab HYPERVISOR_grant_table_op +EXPORT_SYMBOL_GPL vmlinux 0x44bae227 bit_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x44c10a52 kvfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x44c448e1 cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0x44cd79c5 ata_host_put +EXPORT_SYMBOL_GPL vmlinux 0x44cf8cf0 blk_zone_cond_str +EXPORT_SYMBOL_GPL vmlinux 0x44e1e9aa balloon_stats +EXPORT_SYMBOL_GPL vmlinux 0x44e58976 __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x4505f497 ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x4507f4a8 cpuhp_tasks_frozen +EXPORT_SYMBOL_GPL vmlinux 0x4510970b of_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x451618d0 sbitmap_del_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x4517da0a virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0x45237174 __traceiter_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x4531624f usb_decode_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x4531ab62 copy_from_kernel_nofault +EXPORT_SYMBOL_GPL vmlinux 0x45384f99 serdev_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x454cfd23 param_set_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x45558f56 clk_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x455951cd ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x45598dec usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0x4560df7a device_create +EXPORT_SYMBOL_GPL vmlinux 0x4561f990 qcom_smem_state_unregister +EXPORT_SYMBOL_GPL vmlinux 0x45716f71 led_set_brightness_sync +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x459e6151 mm_unaccount_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x45a06fa6 event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0x45a25ee5 locks_owner_has_blockers +EXPORT_SYMBOL_GPL vmlinux 0x45b18805 devlink_port_attrs_pci_sf_set +EXPORT_SYMBOL_GPL vmlinux 0x45c133e5 __traceiter_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x45c6244e of_property_read_u64_index +EXPORT_SYMBOL_GPL vmlinux 0x45c9f62a tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x45d098b5 gpiochip_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x45dde6e8 kill_device +EXPORT_SYMBOL_GPL vmlinux 0x45e8b450 mnt_idmap_get +EXPORT_SYMBOL_GPL vmlinux 0x45f5ded8 md_start +EXPORT_SYMBOL_GPL vmlinux 0x45f8b320 iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0x45fa3f11 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x46013233 net_dec_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x46030074 __hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0x46049116 gpiochip_irqchip_irq_valid +EXPORT_SYMBOL_GPL vmlinux 0x4611886c invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0x46275130 mas_expected_entries +EXPORT_SYMBOL_GPL vmlinux 0x462f43a3 pci_iomap_wc_range +EXPORT_SYMBOL_GPL vmlinux 0x462fb712 mtk_clk_register_ref2usb_tx +EXPORT_SYMBOL_GPL vmlinux 0x463d116e __traceiter_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x463e5ade perf_aux_output_end +EXPORT_SYMBOL_GPL vmlinux 0x4646b6d5 meson8_aobus_parse_dt_extra +EXPORT_SYMBOL_GPL vmlinux 0x464f1313 regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x464f1ad9 blk_mq_quiesce_queue_nowait +EXPORT_SYMBOL_GPL vmlinux 0x4661a5fb tcp_get_syncookie_mss +EXPORT_SYMBOL_GPL vmlinux 0x4666828d gpiod_set_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x466ddc0e clkdev_hw_create +EXPORT_SYMBOL_GPL vmlinux 0x466e48f3 pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0x4671dd65 anon_inode_getfd_secure +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x469a1910 shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0x46a4b118 hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x46bc5114 __imx8m_clk_hw_composite +EXPORT_SYMBOL_GPL vmlinux 0x46c49941 regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x46cab308 rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x46e67a71 this_cpu_has_cap +EXPORT_SYMBOL_GPL vmlinux 0x46f8b59c devm_regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x46f9c85d __put_net +EXPORT_SYMBOL_GPL vmlinux 0x4706b7d1 thermal_zone_get_slope +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x472416a9 devm_gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x47253b74 skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x47286790 dma_max_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x472d86b1 get_user_pages_fast_only +EXPORT_SYMBOL_GPL vmlinux 0x4734be99 devm_clk_get_prepared +EXPORT_SYMBOL_GPL vmlinux 0x473b6142 sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0x47505974 irq_domain_free_irqs_common +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x476461e8 __tracepoint_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x47663cfe vcap_rule_mod_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x4771bf55 pinctrl_generic_get_group_name +EXPORT_SYMBOL_GPL vmlinux 0x4777ede6 devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x47846adb devm_gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x478e81f8 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x478f8662 rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x4796f56f xenbus_watch_pathfmt +EXPORT_SYMBOL_GPL vmlinux 0x479803b9 base64_encode +EXPORT_SYMBOL_GPL vmlinux 0x479f7d4b clk_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x47a3079e of_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x47a47774 mtk_is_virt_gpio +EXPORT_SYMBOL_GPL vmlinux 0x47a8016c mtk_clk_simple_remove +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47bdeb41 ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0x47bf63e9 acpi_get_and_request_gpiod +EXPORT_SYMBOL_GPL vmlinux 0x47c0fedf vp_modern_queue_address +EXPORT_SYMBOL_GPL vmlinux 0x47d0eea2 acpi_lpat_temp_to_raw +EXPORT_SYMBOL_GPL vmlinux 0x47de0dc7 clk_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x47e0fc13 fsverity_verify_bio +EXPORT_SYMBOL_GPL vmlinux 0x47e1d5cf pinctrl_dev_get_devname +EXPORT_SYMBOL_GPL vmlinux 0x47e649ec device_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x47e9c962 tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x47f0a50d sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0x47f6dd54 irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x47f760a4 phy_restore_page +EXPORT_SYMBOL_GPL vmlinux 0x47ffe29e sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0x4802aba0 cgroup_path_ns +EXPORT_SYMBOL_GPL vmlinux 0x480305ca kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0x48045b4e switchdev_handle_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x4812fc78 dev_pm_opp_find_level_exact +EXPORT_SYMBOL_GPL vmlinux 0x4815aa79 dev_pm_opp_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x481b493d aead_init_geniv +EXPORT_SYMBOL_GPL vmlinux 0x481db308 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x481f9b7d mpi_mulm +EXPORT_SYMBOL_GPL vmlinux 0x48203853 em_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x4824c075 blk_clear_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x4828e77b acpi_scan_lock_acquire +EXPORT_SYMBOL_GPL vmlinux 0x482b3317 dax_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x48355916 devl_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4843a748 qman_portals_probed +EXPORT_SYMBOL_GPL vmlinux 0x4843fb3d crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0x4847e743 dev_pm_domain_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0x484923ee dw_pcie_host_deinit +EXPORT_SYMBOL_GPL vmlinux 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL vmlinux 0x48657d8d pci_common_swizzle +EXPORT_SYMBOL_GPL vmlinux 0x486838a5 __tracepoint_rwmmio_write +EXPORT_SYMBOL_GPL vmlinux 0x486dedc3 ghes_unregister_vendor_record_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4871d6c3 scsi_unregister_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x487ec50f xenbus_dev_groups +EXPORT_SYMBOL_GPL vmlinux 0x48a0ca89 of_reconfig_get_state_change +EXPORT_SYMBOL_GPL vmlinux 0x48a3d20b mctrl_gpio_get +EXPORT_SYMBOL_GPL vmlinux 0x48aabc54 __devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x48c32847 __SCK__tp_func_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x48c35c9e __tracepoint_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x48c6784f scsi_internal_device_block_nowait +EXPORT_SYMBOL_GPL vmlinux 0x48cc875e usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x48d1e7d8 irqchip_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x48d5540c scmi_device_create +EXPORT_SYMBOL_GPL vmlinux 0x48df1ca4 nd_tbl +EXPORT_SYMBOL_GPL vmlinux 0x48f71743 usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0x48fcdd95 of_get_fb_videomode +EXPORT_SYMBOL_GPL vmlinux 0x49049324 pci_platform_power_transition +EXPORT_SYMBOL_GPL vmlinux 0x4906c4c6 pci_free_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x49242bc7 freezer_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4934bdd0 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x4943d2ab cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x4951cc07 reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x49608959 migrate_disable +EXPORT_SYMBOL_GPL vmlinux 0x4960d8a9 mdiobus_c45_modify +EXPORT_SYMBOL_GPL vmlinux 0x4967923d nd_cmd_in_size +EXPORT_SYMBOL_GPL vmlinux 0x496b47d6 devm_hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0x496f60ea fwnode_handle_put +EXPORT_SYMBOL_GPL vmlinux 0x4974f2e4 phy_driver_is_genphy +EXPORT_SYMBOL_GPL vmlinux 0x4988ed62 iommu_device_register +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49927d25 page_reporting_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4993d3aa usb_hcd_setup_local_mem +EXPORT_SYMBOL_GPL vmlinux 0x49990b57 pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x499a9c32 sk_set_peek_off +EXPORT_SYMBOL_GPL vmlinux 0x499bf012 splice_to_pipe +EXPORT_SYMBOL_GPL vmlinux 0x49a15892 pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0x49b35c97 dma_free_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x49cd25ed alloc_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x49cf7b1c wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x49d60474 pci_epf_add_vepf +EXPORT_SYMBOL_GPL vmlinux 0x49d7da70 cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x49e0ac3f rio_del_device +EXPORT_SYMBOL_GPL vmlinux 0x49e5f611 devl_trylock +EXPORT_SYMBOL_GPL vmlinux 0x49e65e2d blk_mq_virtio_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x49f009dc devm_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x49f9de1d perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0x49fcbb56 regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x4a0cd233 pci_epf_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x4a0dabb0 irq_gc_mask_disable_reg +EXPORT_SYMBOL_GPL vmlinux 0x4a17ed66 sysrq_mask +EXPORT_SYMBOL_GPL vmlinux 0x4a29020c mmc_regulator_enable_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0x4a31d0e5 usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x4a36d238 component_del +EXPORT_SYMBOL_GPL vmlinux 0x4a420d09 acpi_bus_detach_private_data +EXPORT_SYMBOL_GPL vmlinux 0x4a448e71 debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0x4a5d3017 __irq_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x4a80d081 pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0x4a816cc7 pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0x4a84e180 dev_pm_opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0x4a967f1c usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0x4ad42776 regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0x4afec236 device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x4b01ce8c devm_thermal_of_zone_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4b0986c7 rockchip_pcie_enable_clocks +EXPORT_SYMBOL_GPL vmlinux 0x4b15dc21 dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x4b195550 usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0x4b1e0292 is_dock_device +EXPORT_SYMBOL_GPL vmlinux 0x4b2c4a9d __netpoll_free +EXPORT_SYMBOL_GPL vmlinux 0x4b5acf74 rhashtable_init +EXPORT_SYMBOL_GPL vmlinux 0x4b5b120a hisi_clk_init +EXPORT_SYMBOL_GPL vmlinux 0x4b5cd46d debugfs_file_put +EXPORT_SYMBOL_GPL vmlinux 0x4b5ec580 of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4b66b337 meson_a1_parse_dt_extra +EXPORT_SYMBOL_GPL vmlinux 0x4b6d3824 usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0x4b6eef4e hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x4b6f6014 regmap_get_raw_write_max +EXPORT_SYMBOL_GPL vmlinux 0x4b931968 xen_features +EXPORT_SYMBOL_GPL vmlinux 0x4b96bdd9 __traceiter_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x4bbe7a73 rockchip_clk_of_add_provider +EXPORT_SYMBOL_GPL vmlinux 0x4bc10d06 devfreq_event_get_edev_count +EXPORT_SYMBOL_GPL vmlinux 0x4bc8727f xen_balloon_init +EXPORT_SYMBOL_GPL vmlinux 0x4bd6f08b misc_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4bdb8dcc housekeeping_test_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4be7dc79 mtk_devm_alloc_clk_data +EXPORT_SYMBOL_GPL vmlinux 0x4bebedb6 serial8250_update_uartclk +EXPORT_SYMBOL_GPL vmlinux 0x4bef9b3e crypto_register_acomp +EXPORT_SYMBOL_GPL vmlinux 0x4bfd398d hwrng_msleep +EXPORT_SYMBOL_GPL vmlinux 0x4c04353a uart_get_rs485_mode +EXPORT_SYMBOL_GPL vmlinux 0x4c20dd97 xenbus_read_otherend_details +EXPORT_SYMBOL_GPL vmlinux 0x4c213ff3 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0x4c2b351d start_poll_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x4c4a4c35 genpd_dev_pm_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0x4c549b36 __traceiter_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x4c574de2 ping_err +EXPORT_SYMBOL_GPL vmlinux 0x4c5f348e acpi_dev_filter_resource_type +EXPORT_SYMBOL_GPL vmlinux 0x4c68f307 __regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x4c72ef56 bdev_nr_zones +EXPORT_SYMBOL_GPL vmlinux 0x4c8adfe1 hv_root_partition +EXPORT_SYMBOL_GPL vmlinux 0x4c943b73 ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0x4c96c055 devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x4ca20081 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x4ca5590e mas_prev +EXPORT_SYMBOL_GPL vmlinux 0x4cb27100 ktime_get_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x4cb81fda __SCK__tp_func_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x4cbecc85 perf_aux_output_begin +EXPORT_SYMBOL_GPL vmlinux 0x4cc3e4d1 ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0x4ce0f137 tty_port_register_device_serdev +EXPORT_SYMBOL_GPL vmlinux 0x4cf8880f vcap_rule_add_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x4d0015e2 cpu_hotplug_disable +EXPORT_SYMBOL_GPL vmlinux 0x4d24a1e4 sbitmap_finish_wait +EXPORT_SYMBOL_GPL vmlinux 0x4d2c5051 devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x4d32f61e __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x4d3a0696 __SCK__tp_func_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x4d4b5ee7 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x4d51a325 mbox_chan_received_data +EXPORT_SYMBOL_GPL vmlinux 0x4d5dd603 sk_msg_free_partial +EXPORT_SYMBOL_GPL vmlinux 0x4d5fa319 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0x4d6d0bbc iommu_group_ref_get +EXPORT_SYMBOL_GPL vmlinux 0x4d7272e4 migrate_enable +EXPORT_SYMBOL_GPL vmlinux 0x4d7c09c4 clk_hw_rate_is_protected +EXPORT_SYMBOL_GPL vmlinux 0x4d83c710 k3_udma_glue_tdown_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x4d873b61 l3mdev_ifindex_lookup_by_table_id +EXPORT_SYMBOL_GPL vmlinux 0x4d95d6d1 memcpy_flushcache +EXPORT_SYMBOL_GPL vmlinux 0x4dab94a2 vp_modern_set_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x4dae16e4 i2c_put_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x4db35178 tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0x4dc2175e gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x4dc8fbf3 mtk_clk_unregister_plls +EXPORT_SYMBOL_GPL vmlinux 0x4dd0729b pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0x4dd07c86 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4de3aab9 register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0x4deed684 genphy_c45_pma_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4df57d44 fscrypt_prepare_symlink +EXPORT_SYMBOL_GPL vmlinux 0x4dfb6578 subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x4e0937f9 usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x4e17c613 ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x4e18ff8a pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0x4e2246e2 anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x4e312d0c of_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x4e3fd1b4 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL vmlinux 0x4e49a588 nvmem_add_one_cell +EXPORT_SYMBOL_GPL vmlinux 0x4e4c37e2 freq_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4e54f9f8 balloon_page_list_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x4e5b1fbc xen_dbgp_external_startup +EXPORT_SYMBOL_GPL vmlinux 0x4e657485 free_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0x4e6ade04 create_signature +EXPORT_SYMBOL_GPL vmlinux 0x4e6fc9b0 power_supply_battery_info_get_prop +EXPORT_SYMBOL_GPL vmlinux 0x4e88bc74 da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x4e9c3ff4 io_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0x4ea9c51d devm_spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x4eac02f6 dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4eac5fc1 cpu_mitigations_auto_nosmt +EXPORT_SYMBOL_GPL vmlinux 0x4ece3615 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4edc9451 mbox_chan_txdone +EXPORT_SYMBOL_GPL vmlinux 0x4eed4809 irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4efcf021 mpi_normalize +EXPORT_SYMBOL_GPL vmlinux 0x4effdfd0 acpi_dev_get_dma_resources +EXPORT_SYMBOL_GPL vmlinux 0x4f03523e cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x4f0846bc acpi_create_platform_device +EXPORT_SYMBOL_GPL vmlinux 0x4f0cfee3 __irq_resolve_mapping +EXPORT_SYMBOL_GPL vmlinux 0x4f1510d8 fwnode_graph_get_port_parent +EXPORT_SYMBOL_GPL vmlinux 0x4f2593f0 btree_update +EXPORT_SYMBOL_GPL vmlinux 0x4f29e5a0 mddev_unlock +EXPORT_SYMBOL_GPL vmlinux 0x4f2c996d kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0x4f3b1136 pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x4f42716c efivars_register +EXPORT_SYMBOL_GPL vmlinux 0x4f55a859 dev_coredumpm +EXPORT_SYMBOL_GPL vmlinux 0x4f625d3b crypto_unregister_acomps +EXPORT_SYMBOL_GPL vmlinux 0x4f6334cf ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f72a987 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0x4f84cd3d of_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x4f85971b key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0x4f98d766 cpu_pm_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4fb5da55 fs_put_dax +EXPORT_SYMBOL_GPL vmlinux 0x4fd12f4b fsl_mc_bus_dpsw_type +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fddf907 rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4fee869b fuse_fill_super_common +EXPORT_SYMBOL_GPL vmlinux 0x4ff42524 ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0x4ff57d21 vcap_tc_flower_handler_ip_usage +EXPORT_SYMBOL_GPL vmlinux 0x4ff656c6 sysfs_file_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x500c768c apei_exec_read_register +EXPORT_SYMBOL_GPL vmlinux 0x501d00a1 ahci_print_info +EXPORT_SYMBOL_GPL vmlinux 0x50256bf0 debugfs_create_str +EXPORT_SYMBOL_GPL vmlinux 0x5026585c xen_irq_from_gsi +EXPORT_SYMBOL_GPL vmlinux 0x5041198e ethnl_cable_test_pulse +EXPORT_SYMBOL_GPL vmlinux 0x504db23d usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x5056eb22 devm_pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x505a3efe devm_mtk_clk_mux_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x506b7364 fsverity_ioctl_enable +EXPORT_SYMBOL_GPL vmlinux 0x507804ba group_cpus_evenly +EXPORT_SYMBOL_GPL vmlinux 0x508362c1 dev_pm_opp_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x5084efaf acpi_dev_ready_for_enumeration +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x5093e76e __tracepoint_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x509e3c3c __netif_set_xps_queue +EXPORT_SYMBOL_GPL vmlinux 0x50a2ca71 xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0x50b73e66 vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0x50c11fb1 em_dev_register_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0x50c13d5f preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x50c894c7 pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0x50df1bfb dw_pcie_read_dbi +EXPORT_SYMBOL_GPL vmlinux 0x50df94f5 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50eabb98 __tracepoint_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x50fb79ee led_set_brightness +EXPORT_SYMBOL_GPL vmlinux 0x511a975d fsnotify_alloc_group +EXPORT_SYMBOL_GPL vmlinux 0x511fb9b1 mtk_clk_unregister_pllfhs +EXPORT_SYMBOL_GPL vmlinux 0x512f7e3e __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0x51390c96 rcu_barrier_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x515747a7 shash_free_singlespawn_instance +EXPORT_SYMBOL_GPL vmlinux 0x515b390f __SCK__tp_func_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x5169344d k3_udma_glue_pop_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x51793639 clk_hw_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x5185ac82 bpf_prog_put +EXPORT_SYMBOL_GPL vmlinux 0x5187ac4b xen_store_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x5188aba3 usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0x518a8db0 pci_epc_set_bar +EXPORT_SYMBOL_GPL vmlinux 0x5198e6eb iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x51a348cc usb_role_switch_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x51a7730b gen10g_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x51ad07dd tegra210_plle_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0x51ae8384 proc_create_net_data +EXPORT_SYMBOL_GPL vmlinux 0x51b69019 __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x51c15db6 ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0x51d47bb8 tpm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x51e06c36 __traceiter_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x51e9a88b devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x51f2ab4d rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x51fc9a6d xenmem_reservation_decrease +EXPORT_SYMBOL_GPL vmlinux 0x520332e4 acpi_get_psd_map +EXPORT_SYMBOL_GPL vmlinux 0x5208e0a3 acpi_subsys_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x520b8e79 device_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x521beab1 of_icc_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x521d0ee9 pci_status_get_and_clear_errors +EXPORT_SYMBOL_GPL vmlinux 0x52213722 acpi_dev_resource_memory +EXPORT_SYMBOL_GPL vmlinux 0x52252316 clk_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x522d99e9 make_vfsuid +EXPORT_SYMBOL_GPL vmlinux 0x52431348 xenbus_transaction_start +EXPORT_SYMBOL_GPL vmlinux 0x52585053 devlink_port_type_ib_set +EXPORT_SYMBOL_GPL vmlinux 0x52595b27 of_get_pci_domain_nr +EXPORT_SYMBOL_GPL vmlinux 0x525d0aa3 trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0x52647db1 ct_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x527baa7c skcipher_walk_async +EXPORT_SYMBOL_GPL vmlinux 0x52825e60 pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x528a3456 watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0x528be62a rockchip_pcie_init_port +EXPORT_SYMBOL_GPL vmlinux 0x5291500f __skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x529b8711 devres_add +EXPORT_SYMBOL_GPL vmlinux 0x52a7e3fa od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x52aaa505 class_register +EXPORT_SYMBOL_GPL vmlinux 0x52b1a2c7 dev_pm_domain_attach +EXPORT_SYMBOL_GPL vmlinux 0x52b1e3c7 pci_flags +EXPORT_SYMBOL_GPL vmlinux 0x52b4190d host1x_context_device_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x52b62fb2 blk_req_needs_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0x52b7d200 adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0x52bd102e debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x52c35e83 call_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x52cba4e5 ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0x52ce2057 hv_setup_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0x52d54fce devlink_info_version_stored_put +EXPORT_SYMBOL_GPL vmlinux 0x52df94f1 cpufreq_dbs_governor_limits +EXPORT_SYMBOL_GPL vmlinux 0x52e5ecd1 rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0x52eddb69 raw_v6_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x52ee0671 iomap_writepages +EXPORT_SYMBOL_GPL vmlinux 0x52fbd69c alloc_skb_for_msg +EXPORT_SYMBOL_GPL vmlinux 0x52fd261f tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x530d56be sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x530e0f8c devl_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x53122df5 tcp_plb_update_state_upon_rto +EXPORT_SYMBOL_GPL vmlinux 0x53180c11 transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x531c61ba _copy_from_iter_flushcache +EXPORT_SYMBOL_GPL vmlinux 0x532b90b5 kprobe_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x5346b96e serial8250_do_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x5348bbde blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x534b9056 rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5350a84f ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0x5358864e devlink_fmsg_binary_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x535fc925 stmpe_dev_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x537252cf __SCK__tp_func_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x5388d8b3 component_release_of +EXPORT_SYMBOL_GPL vmlinux 0x538c2c62 ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0x538d073d phy_duplex_to_str +EXPORT_SYMBOL_GPL vmlinux 0x53970593 sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0x539d054e mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x53c089f5 property_entries_dup +EXPORT_SYMBOL_GPL vmlinux 0x53d097e5 phy_reset +EXPORT_SYMBOL_GPL vmlinux 0x53d15858 cpufreq_disable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x53d7c01e __traceiter_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x53dd85c6 serdev_device_break_ctl +EXPORT_SYMBOL_GPL vmlinux 0x53fe9ff4 folio_wait_writeback +EXPORT_SYMBOL_GPL vmlinux 0x5402a379 perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x54050635 __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x54080cc9 ethnl_cable_test_result +EXPORT_SYMBOL_GPL vmlinux 0x5413e6d4 __traceiter_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x541e4c3c extcon_get_property_capability +EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 +EXPORT_SYMBOL_GPL vmlinux 0x54217e14 thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5426f2ed usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0x54308f08 regmap_noinc_write +EXPORT_SYMBOL_GPL vmlinux 0x54461eda pci_epc_mem_alloc_addr +EXPORT_SYMBOL_GPL vmlinux 0x54579a6a blk_stat_enable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x5460f79f work_on_cpu_safe_key +EXPORT_SYMBOL_GPL vmlinux 0x54651f9b rhashtable_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x54667158 fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x5477442d power_supply_put_battery_info +EXPORT_SYMBOL_GPL vmlinux 0x5484073b virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x548537df devres_find +EXPORT_SYMBOL_GPL vmlinux 0x548cd1b8 bpf_prog_destroy +EXPORT_SYMBOL_GPL vmlinux 0x548ebf3d acpi_dev_get_property +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x549653c7 device_attach +EXPORT_SYMBOL_GPL vmlinux 0x54a25da2 qcom_smem_state_put +EXPORT_SYMBOL_GPL vmlinux 0x54b6421e ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x54c5ca80 stmpe811_adc_common_init +EXPORT_SYMBOL_GPL vmlinux 0x54c65113 platform_msi_domain_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0x54d7ed4e xdp_features_clear_redirect_target +EXPORT_SYMBOL_GPL vmlinux 0x54d88834 devlink_region_snapshot_id_put +EXPORT_SYMBOL_GPL vmlinux 0x54dc5e62 dev_pm_genpd_get_next_hrtimer +EXPORT_SYMBOL_GPL vmlinux 0x54de139b sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0x54ed9964 wbt_enable_default +EXPORT_SYMBOL_GPL vmlinux 0x54fcb9ff devres_release +EXPORT_SYMBOL_GPL vmlinux 0x550f3e05 i2c_freq_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x5513c0fc regulator_set_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0x5524f01a kvm_vcpu_write_guest +EXPORT_SYMBOL_GPL vmlinux 0x5525418e noop_direct_IO +EXPORT_SYMBOL_GPL vmlinux 0x552e19bd bpf_prog_create_from_user +EXPORT_SYMBOL_GPL vmlinux 0x552f95d7 handle_fasteoi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0x55314e0f regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0x5532dcef int_active_memcg +EXPORT_SYMBOL_GPL vmlinux 0x55339365 flush_delayed_fput +EXPORT_SYMBOL_GPL vmlinux 0x5536628c sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0x55371bb2 acpi_dma_request_slave_chan_by_index +EXPORT_SYMBOL_GPL vmlinux 0x553b49a4 cpufreq_get_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x553c4fd1 pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x55588ba1 clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x5558d2b9 da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0x5559289b pci_iov_vf_id +EXPORT_SYMBOL_GPL vmlinux 0x55595608 vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL vmlinux 0x556e4390 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x5577d597 devlink_port_attrs_pci_pf_set +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x55892826 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0x55919fbd perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0x559514f3 devl_region_create +EXPORT_SYMBOL_GPL vmlinux 0x5598b92a serial8250_rpm_put_tx +EXPORT_SYMBOL_GPL vmlinux 0x559f8dcf fwnode_create_software_node +EXPORT_SYMBOL_GPL vmlinux 0x55a0ad7f dev_pm_genpd_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x55b53bbf ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x55c76a23 ksys_sync_helper +EXPORT_SYMBOL_GPL vmlinux 0x55c9880c zynqmp_pm_release_node +EXPORT_SYMBOL_GPL vmlinux 0x55cb3c32 __devm_spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0x55d91921 alloc_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x55e8ff69 md_bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x55eecff4 bit_wait_io_timeout +EXPORT_SYMBOL_GPL vmlinux 0x55fc4210 serial8250_rpm_put +EXPORT_SYMBOL_GPL vmlinux 0x56054c05 crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x560e8240 ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0x561375bd tracepoint_probe_register_prio +EXPORT_SYMBOL_GPL vmlinux 0x56173654 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x5624f826 power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0x56256e8a orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x563a79a2 devl_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x56a9936e regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x56b69c15 __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x56b7a143 perf_report_aux_output_id +EXPORT_SYMBOL_GPL vmlinux 0x56c51305 vcap_select_min_rule_keyset +EXPORT_SYMBOL_GPL vmlinux 0x56e9103b cpu_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x56ef15d0 __tracepoint_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x56fbb130 no_hash_pointers +EXPORT_SYMBOL_GPL vmlinux 0x57004a87 iomap_readahead +EXPORT_SYMBOL_GPL vmlinux 0x57126e83 pinmux_generic_remove_function +EXPORT_SYMBOL_GPL vmlinux 0x571d505a ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x572b737a extcon_set_property_capability +EXPORT_SYMBOL_GPL vmlinux 0x574609c5 apei_exec_write_register_value +EXPORT_SYMBOL_GPL vmlinux 0x57719632 gnttab_grant_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x57727285 phylink_ethtool_set_eee +EXPORT_SYMBOL_GPL vmlinux 0x577a438a tegra210_clk_emc_detach +EXPORT_SYMBOL_GPL vmlinux 0x578eeb4d hugetlb_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x57908912 dev_pm_opp_put_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x57970b57 regulator_suspend_enable +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57a67372 mtk_clk_simple_probe +EXPORT_SYMBOL_GPL vmlinux 0x57c58e9b __tracepoint_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x57d4050a xhci_get_endpoint_index +EXPORT_SYMBOL_GPL vmlinux 0x57dc4851 mas_erase +EXPORT_SYMBOL_GPL vmlinux 0x57e3b9c3 regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x57e4df12 devm_led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x57e5b81c genphy_c45_pma_baset1_setup_master_slave +EXPORT_SYMBOL_GPL vmlinux 0x57f1fd57 regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x57f27d5a of_genpd_parse_idle_states +EXPORT_SYMBOL_GPL vmlinux 0x57f576b9 mpi_ec_curve_point +EXPORT_SYMBOL_GPL vmlinux 0x57fdf782 ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL vmlinux 0x581d2e54 cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0x58276f93 cper_next_record_id +EXPORT_SYMBOL_GPL vmlinux 0x5829e979 mas_pause +EXPORT_SYMBOL_GPL vmlinux 0x5831a419 pci_ims_alloc_irq +EXPORT_SYMBOL_GPL vmlinux 0x5831e062 cpus_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0x5846f3d4 fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0x58512cfe regulator_get_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x5864b9d5 fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0x5869c34e acpi_gpiochip_free_interrupts +EXPORT_SYMBOL_GPL vmlinux 0x586bfc8a alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x5879a27d sfp_get_module_info +EXPORT_SYMBOL_GPL vmlinux 0x587cbb5d cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x58859926 __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x5888f943 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0x58949ec1 cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x58b55cd2 __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0x58bbb581 blk_mq_free_request +EXPORT_SYMBOL_GPL vmlinux 0x58c33a0f rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x58c54258 vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x58c9ac9f crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0x58db1176 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x58def6ca sfp_module_remove +EXPORT_SYMBOL_GPL vmlinux 0x58e14f15 HYPERVISOR_event_channel_op +EXPORT_SYMBOL_GPL vmlinux 0x58e29616 platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0x58f5e92e dw_pcie_ep_reset_bar +EXPORT_SYMBOL_GPL vmlinux 0x58fa50c0 __traceiter_rwmmio_write +EXPORT_SYMBOL_GPL vmlinux 0x59012784 ioc_find_get_icq +EXPORT_SYMBOL_GPL vmlinux 0x5906ebc4 key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x592a12d9 devm_hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x593ac537 __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0x594ab2af acpi_dev_state_d0 +EXPORT_SYMBOL_GPL vmlinux 0x5957cddb zs_lookup_class_index +EXPORT_SYMBOL_GPL vmlinux 0x595ec891 crypto_unregister_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x5964e9bb skb_clone_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x596619cf dev_attr_ncq_prio_supported +EXPORT_SYMBOL_GPL vmlinux 0x59688e1d fscrypt_get_symlink +EXPORT_SYMBOL_GPL vmlinux 0x596f6425 file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0x597357c4 dev_pm_clear_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x5976b645 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0x5986d190 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0x5991e9ea rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0x5992dd5e devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x59ae0f48 switchdev_handle_port_obj_del_foreign +EXPORT_SYMBOL_GPL vmlinux 0x59ae37da __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x59b063ba start_poll_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x59b2adbf input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x59ba0e7a tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x59bb2ccc pinctrl_utils_add_map_mux +EXPORT_SYMBOL_GPL vmlinux 0x59c3faf8 phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0x59c43dc9 __traceiter_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x59da8768 __get_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x59dfd8de __fscrypt_prepare_link +EXPORT_SYMBOL_GPL vmlinux 0x59e0695d phylink_speed_down +EXPORT_SYMBOL_GPL vmlinux 0x59e16281 spi_mem_dirmap_read +EXPORT_SYMBOL_GPL vmlinux 0x59e39b2e list_lru_count_one +EXPORT_SYMBOL_GPL vmlinux 0x59e640c0 halt_poll_ns +EXPORT_SYMBOL_GPL vmlinux 0x59edfeb8 phy_rate_matching_to_str +EXPORT_SYMBOL_GPL vmlinux 0x59efde27 phy_put +EXPORT_SYMBOL_GPL vmlinux 0x59f32720 mpi_subm +EXPORT_SYMBOL_GPL vmlinux 0x59f8b7c6 ms_hyperv +EXPORT_SYMBOL_GPL vmlinux 0x59fa3f64 pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0x5a09e505 vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0x5a113f13 blk_mq_quiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x5a12e60c __SCK__tp_func_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x5a14132d devm_regulator_bulk_get_const +EXPORT_SYMBOL_GPL vmlinux 0x5a148791 __traceiter_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x5a1d134a rcu_momentary_dyntick_idle +EXPORT_SYMBOL_GPL vmlinux 0x5a229368 arch_apei_enable_cmcff +EXPORT_SYMBOL_GPL vmlinux 0x5a36f30f gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0x5a3bebb9 xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0x5a435068 devfreq_get_devfreq_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x5a469961 linear_hugepage_index +EXPORT_SYMBOL_GPL vmlinux 0x5a46b145 rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0x5a46fbd9 rcu_read_unlock_trace_special +EXPORT_SYMBOL_GPL vmlinux 0x5a49dbc9 timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x5a4b86f7 clk_hw_get_flags +EXPORT_SYMBOL_GPL vmlinux 0x5a4ff6e1 pci_sriov_configure_simple +EXPORT_SYMBOL_GPL vmlinux 0x5a644860 simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x5a6cdb52 nf_ct_zone_dflt +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a8125df skcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x5a8cb997 pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0x5a9c5c69 firmware_request_nowarn +EXPORT_SYMBOL_GPL vmlinux 0x5a9e5006 gnttab_pages_clear_private +EXPORT_SYMBOL_GPL vmlinux 0x5aa70984 acpi_reduced_hardware +EXPORT_SYMBOL_GPL vmlinux 0x5ab09745 edac_get_owner +EXPORT_SYMBOL_GPL vmlinux 0x5ad32ada of_get_videomode +EXPORT_SYMBOL_GPL vmlinux 0x5ad963d8 regulator_get_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0x5af2d3d0 clk_mux_determine_rate_flags +EXPORT_SYMBOL_GPL vmlinux 0x5afc4bd7 of_resolve_phandles +EXPORT_SYMBOL_GPL vmlinux 0x5afc722e __audit_log_nfcfg +EXPORT_SYMBOL_GPL vmlinux 0x5b071b7b hwrng_yield +EXPORT_SYMBOL_GPL vmlinux 0x5b21ceff ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0x5b233bad auxiliary_device_init +EXPORT_SYMBOL_GPL vmlinux 0x5b30e25c vhost_task_wake +EXPORT_SYMBOL_GPL vmlinux 0x5b4d0cf0 serdev_device_write_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x5b50af89 tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x5b59b815 clk_hw_unregister_composite +EXPORT_SYMBOL_GPL vmlinux 0x5b63d40e ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x5b6c78eb dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0x5b83d7ab __tracepoint_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x5b89f60b fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x5b8f68ce spi_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x5b91ad45 gpiod_toggle_active_low +EXPORT_SYMBOL_GPL vmlinux 0x5ba100df __traceiter_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x5ba9c87f blk_crypto_keyslot_index +EXPORT_SYMBOL_GPL vmlinux 0x5bae4b1b __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0x5bc06cf7 mdiobus_c45_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x5bc5c622 devlink_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5bc93001 dev_pm_genpd_resume +EXPORT_SYMBOL_GPL vmlinux 0x5bc950fe regulator_irq_helper_cancel +EXPORT_SYMBOL_GPL vmlinux 0x5bcc0df7 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x5bd0748f crypto_del_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x5bd2a868 usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x5bd3c986 sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0x5bdae35b usb_phy_roothub_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x5bdbac4e rcu_unexpedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x5bf02125 kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x5c01a539 dma_resv_describe +EXPORT_SYMBOL_GPL vmlinux 0x5c05aa7a xhci_find_slot_id_by_port +EXPORT_SYMBOL_GPL vmlinux 0x5c066f05 perf_event_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0x5c070f62 cper_mem_err_status_str +EXPORT_SYMBOL_GPL vmlinux 0x5c0f77ce HYPERVISOR_platform_op_raw +EXPORT_SYMBOL_GPL vmlinux 0x5c1a3880 edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0x5c265b82 mtk_build_eint +EXPORT_SYMBOL_GPL vmlinux 0x5c2a1f17 cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0x5c2b0159 regulator_irq_map_event_simple +EXPORT_SYMBOL_GPL vmlinux 0x5c3bbd06 __SCK__tp_func_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x5c459ef1 dev_nit_active +EXPORT_SYMBOL_GPL vmlinux 0x5c523273 pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x5c5a1b16 tick_broadcast_control +EXPORT_SYMBOL_GPL vmlinux 0x5c74b41d public_key_signature_free +EXPORT_SYMBOL_GPL vmlinux 0x5c82016e __SCK__tp_func_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x5c8666d4 regmap_field_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x5c91f75d dev_err_probe +EXPORT_SYMBOL_GPL vmlinux 0x5cab9945 unregister_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x5cad8fc3 power_supply_ocv2cap_simple +EXPORT_SYMBOL_GPL vmlinux 0x5cbdaf36 get_device +EXPORT_SYMBOL_GPL vmlinux 0x5cc63ab3 pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0x5cc77c45 led_colors +EXPORT_SYMBOL_GPL vmlinux 0x5cd026f6 mbox_bind_client +EXPORT_SYMBOL_GPL vmlinux 0x5cd28da2 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0x5cede0a7 xdp_flush_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x5cfd54d3 edac_pci_handle_npe +EXPORT_SYMBOL_GPL vmlinux 0x5d054a14 pci_epf_alloc_space +EXPORT_SYMBOL_GPL vmlinux 0x5d0c4dcc phylink_speed_up +EXPORT_SYMBOL_GPL vmlinux 0x5d0cd3d9 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0x5d1051a0 __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0x5d17148b apei_write +EXPORT_SYMBOL_GPL vmlinux 0x5d19ecbe usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0x5d2aa5fb rhashtable_walk_peek +EXPORT_SYMBOL_GPL vmlinux 0x5d2bc42a reset_control_rearm +EXPORT_SYMBOL_GPL vmlinux 0x5d2c4abe nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x5d30470e regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x5d33efe4 xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0x5d533083 mbox_flush +EXPORT_SYMBOL_GPL vmlinux 0x5d61fee5 pci_p2pdma_enable_show +EXPORT_SYMBOL_GPL vmlinux 0x5d6a6a95 pl08x_filter_id +EXPORT_SYMBOL_GPL vmlinux 0x5d6a7607 ahci_platform_resume_host +EXPORT_SYMBOL_GPL vmlinux 0x5d8476d3 bpf_sk_storage_diag_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5d85bb62 __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x5da67adc zs_compact +EXPORT_SYMBOL_GPL vmlinux 0x5db0a422 gpiochip_generic_config +EXPORT_SYMBOL_GPL vmlinux 0x5dba030f kvm_read_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x5dc19747 phylink_mii_c22_pcs_encode_advertisement +EXPORT_SYMBOL_GPL vmlinux 0x5ddec4cf kthread_flush_worker +EXPORT_SYMBOL_GPL vmlinux 0x5de412cd k3_ringacc_ring_push +EXPORT_SYMBOL_GPL vmlinux 0x5df1626b ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0x5e09827d xhci_run +EXPORT_SYMBOL_GPL vmlinux 0x5e0dee6f evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0x5e16f2fb debugfs_read_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x5e173309 cpu_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x5e1c58ee bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0x5e3ea0c7 acpi_gpiochip_request_interrupts +EXPORT_SYMBOL_GPL vmlinux 0x5e47ee10 pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x5e483412 xenbus_alloc_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x5e4be114 usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0x5e50b80c driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0x5e515be6 ktime_get_ts64 +EXPORT_SYMBOL_GPL vmlinux 0x5e605e05 phy_speed_up +EXPORT_SYMBOL_GPL vmlinux 0x5e646ef4 crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x5e6a5199 __xdp_rxq_info_reg +EXPORT_SYMBOL_GPL vmlinux 0x5e76bb57 k3_ringacc_ring_get_size +EXPORT_SYMBOL_GPL vmlinux 0x5e798ffb divider_get_val +EXPORT_SYMBOL_GPL vmlinux 0x5e85415b ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x5e886a11 fwnode_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x5e9a61e1 phy_led_trigger_change_speed +EXPORT_SYMBOL_GPL vmlinux 0x5e9f33de event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0x5eae5408 clk_is_enabled_when_prepared +EXPORT_SYMBOL_GPL vmlinux 0x5eafad43 pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0x5eb417e0 __SCK__tp_func_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x5eb98bab of_clk_src_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0x5ebe9c2d usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x5ecdcf90 ti_sci_get_free_resource +EXPORT_SYMBOL_GPL vmlinux 0x5eced86f sysfs_break_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x5ee2aa12 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0x5ef4fcfa kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL vmlinux 0x5f02dc6e class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5f03ebb3 usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0x5f10f6f4 devlink_port_attrs_set +EXPORT_SYMBOL_GPL vmlinux 0x5f148f90 bus_register +EXPORT_SYMBOL_GPL vmlinux 0x5f15b2ce unmap_mapping_pages +EXPORT_SYMBOL_GPL vmlinux 0x5f2309c7 __tracepoint_rwmmio_post_write +EXPORT_SYMBOL_GPL vmlinux 0x5f23e3fa insert_resource +EXPORT_SYMBOL_GPL vmlinux 0x5f33361a iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x5f384a68 x509_free_certificate +EXPORT_SYMBOL_GPL vmlinux 0x5f3b360a l3mdev_update_flow +EXPORT_SYMBOL_GPL vmlinux 0x5f3ec09a pinctrl_parse_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0x5f5ab65c ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x5f6f1e9e dax_get_private +EXPORT_SYMBOL_GPL vmlinux 0x5f7c12fb pinctrl_generic_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0x5f7c5ea1 fb_deferred_io_mmap +EXPORT_SYMBOL_GPL vmlinux 0x5f8fe5ee nvmem_del_cell_table +EXPORT_SYMBOL_GPL vmlinux 0x5f97c975 devm_power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x5fa625ed mpi_ec_mul_point +EXPORT_SYMBOL_GPL vmlinux 0x5fa8776e pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x5fa95270 ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0x5fb8848b halt_poll_ns_grow_start +EXPORT_SYMBOL_GPL vmlinux 0x5fbb1de5 acpi_cpu_get_madt_gicc +EXPORT_SYMBOL_GPL vmlinux 0x5fbdb941 dax_writeback_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x5fc919fd sk_msg_clone +EXPORT_SYMBOL_GPL vmlinux 0x5fd03da8 mmu_interval_notifier_insert_locked +EXPORT_SYMBOL_GPL vmlinux 0x5fefcfdd vcap_tc_flower_handler_portnum_usage +EXPORT_SYMBOL_GPL vmlinux 0x600839df dev_attr_ncq_prio_enable +EXPORT_SYMBOL_GPL vmlinux 0x60091316 clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x60102f6b fscrypt_file_open +EXPORT_SYMBOL_GPL vmlinux 0x6014bc41 bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0x602106a8 adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x603cffc3 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0x603d0d51 acpi_os_map_iomem +EXPORT_SYMBOL_GPL vmlinux 0x60442822 phys_to_mach +EXPORT_SYMBOL_GPL vmlinux 0x604722fd devices_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x605d5bfa cache_line_size +EXPORT_SYMBOL_GPL vmlinux 0x606b4aba devlink_linecard_provision_set +EXPORT_SYMBOL_GPL vmlinux 0x607c4683 devlink_info_version_fixed_put +EXPORT_SYMBOL_GPL vmlinux 0x6087e551 hid_bpf_connect_device +EXPORT_SYMBOL_GPL vmlinux 0x608d25d6 __xas_prev +EXPORT_SYMBOL_GPL vmlinux 0x6091797f synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x6095151f get_net_ns +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL_GPL vmlinux 0x60ae0922 power_supply_vbat2ri +EXPORT_SYMBOL_GPL vmlinux 0x60b9bdf0 __traceiter_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x60d27dda perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0x60e0fbf3 bpf_trace_run11 +EXPORT_SYMBOL_GPL vmlinux 0x60ebc96f ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x60f064af gnttab_page_cache_shrink +EXPORT_SYMBOL_GPL vmlinux 0x610a716a subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x610d37ce pci_hp_add +EXPORT_SYMBOL_GPL vmlinux 0x611cfa85 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0x61222009 __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x6129fb93 sfp_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x612bfd89 errno_to_blk_status +EXPORT_SYMBOL_GPL vmlinux 0x612c2ec1 __mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x6149158a bpf_trace_run10 +EXPORT_SYMBOL_GPL vmlinux 0x614adcb7 of_overlay_remove_all +EXPORT_SYMBOL_GPL vmlinux 0x61561640 kthread_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x615dd706 tty_port_register_device_attr_serdev +EXPORT_SYMBOL_GPL vmlinux 0x615faecf vfs_submount +EXPORT_SYMBOL_GPL vmlinux 0x6181c9e8 acpi_bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x6181e79f timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x6198661d edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x6198dfea __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6199ad5d crypto_has_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x61a3fe9b proc_create_net_data_write +EXPORT_SYMBOL_GPL vmlinux 0x61a63a8c ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x61ab0d95 devm_irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x61afcbaa fsl_mc_obj_reset +EXPORT_SYMBOL_GPL vmlinux 0x61b1bde3 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0x61bd0bd0 get_completed_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x61bf9275 devm_platform_get_and_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0x61c1ca29 __SCK__tp_func_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x61c651a3 imx93_clk_composite_flags +EXPORT_SYMBOL_GPL vmlinux 0x61d18d6c dma_map_sgtable +EXPORT_SYMBOL_GPL vmlinux 0x61e42317 phylink_connect_phy +EXPORT_SYMBOL_GPL vmlinux 0x61e5174c dev_pm_opp_init_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x61f1644b mas_find_range +EXPORT_SYMBOL_GPL vmlinux 0x61f209ff compat_only_sysfs_link_entry_to_kobj +EXPORT_SYMBOL_GPL vmlinux 0x61f67c92 phy_gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0x61fc6ce6 of_pse_control_get +EXPORT_SYMBOL_GPL vmlinux 0x620777bb regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x62104126 phylink_ethtool_set_wol +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x623486e6 nexthop_for_each_fib6_nh +EXPORT_SYMBOL_GPL vmlinux 0x62377a7b blk_io_schedule +EXPORT_SYMBOL_GPL vmlinux 0x623f13ec devm_regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x624491ad dprc_get_obj_count +EXPORT_SYMBOL_GPL vmlinux 0x6246a629 synchronize_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x6257dda7 clk_rate_exclusive_get +EXPORT_SYMBOL_GPL vmlinux 0x6259d291 clk_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x6298a776 vcap_rule_set_counter +EXPORT_SYMBOL_GPL vmlinux 0x62a35249 platform_irq_count +EXPORT_SYMBOL_GPL vmlinux 0x62a415e6 filemap_add_folio +EXPORT_SYMBOL_GPL vmlinux 0x62aa8f32 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0x62abdfb8 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0x62af6077 crypto_register_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x62b2338a usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0x62bb09bf clocks_calc_mult_shift +EXPORT_SYMBOL_GPL vmlinux 0x62cbf9e8 rcu_trc_cmpxchg_need_qs +EXPORT_SYMBOL_GPL vmlinux 0x62e33561 iommu_fwspec_add_ids +EXPORT_SYMBOL_GPL vmlinux 0x62edba87 regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x6300f369 led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0x630da96f of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0x6310ca09 devm_pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x63150e06 clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x63197685 s2idle_wake +EXPORT_SYMBOL_GPL vmlinux 0x63201c62 of_hwspin_lock_get_id_byname +EXPORT_SYMBOL_GPL vmlinux 0x632d1fc2 ext_pi_type3_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x6344ff9d scsi_block_targets +EXPORT_SYMBOL_GPL vmlinux 0x634b9d42 __SCK__tp_func_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x6350a343 of_clk_parent_fill +EXPORT_SYMBOL_GPL vmlinux 0x635b4e94 net_failover_destroy +EXPORT_SYMBOL_GPL vmlinux 0x635d7b31 tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0x6366b64d dmi_kobj +EXPORT_SYMBOL_GPL vmlinux 0x636f94ee hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x63734b93 bio_add_zone_append_page +EXPORT_SYMBOL_GPL vmlinux 0x6374b023 ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0x6374f4a0 virtio_device_freeze +EXPORT_SYMBOL_GPL vmlinux 0x637514b3 pci_ignore_hotplug +EXPORT_SYMBOL_GPL vmlinux 0x637b5fc1 devm_clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x63811e6a mctrl_gpio_init +EXPORT_SYMBOL_GPL vmlinux 0x639a8cb4 rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x63c08029 clk_bulk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x63cd7173 ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0x63ce4546 devm_of_led_get +EXPORT_SYMBOL_GPL vmlinux 0x63dbc5e2 eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0x63e14a24 tty_port_default_client_ops +EXPORT_SYMBOL_GPL vmlinux 0x63ea80b3 cper_mem_err_type_str +EXPORT_SYMBOL_GPL vmlinux 0x640260f0 regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x6406d896 pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0x640e09a9 tegra_bpmp_put +EXPORT_SYMBOL_GPL vmlinux 0x6426b9f1 gnttab_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x6427572b tegra210_clk_emc_dll_enable +EXPORT_SYMBOL_GPL vmlinux 0x643b06b0 zynqmp_pm_clock_setrate +EXPORT_SYMBOL_GPL vmlinux 0x643c7e60 __get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0x644cce8c acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x64512117 mtk_clk_gate_ops_setclr_inv +EXPORT_SYMBOL_GPL vmlinux 0x646826bc ipv6_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0x646e643a pinctrl_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0x647537f3 pl320_ipc_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x647bc964 genphy_c45_pma_read_abilities +EXPORT_SYMBOL_GPL vmlinux 0x6488788e virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0x648dfc82 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0x648f59a9 sfp_module_insert +EXPORT_SYMBOL_GPL vmlinux 0x64a31445 mutex_lock_io +EXPORT_SYMBOL_GPL vmlinux 0x64ac0652 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x64b27dd0 find_mci_by_dev +EXPORT_SYMBOL_GPL vmlinux 0x64c718e8 udp_abort +EXPORT_SYMBOL_GPL vmlinux 0x64c78dc1 regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0x64cc7e78 gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x64d05875 vp_legacy_set_features +EXPORT_SYMBOL_GPL vmlinux 0x64e27c4f synth_event_delete +EXPORT_SYMBOL_GPL vmlinux 0x64e669cb bpf_trace_run4 +EXPORT_SYMBOL_GPL vmlinux 0x64ece818 acpi_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x64f36620 dax_flush +EXPORT_SYMBOL_GPL vmlinux 0x64f44934 xdp_do_redirect_frame +EXPORT_SYMBOL_GPL vmlinux 0x6502d9c2 xenbus_scanf +EXPORT_SYMBOL_GPL vmlinux 0x65058b31 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x6512d266 __traceiter_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x651d10e5 ktime_get_tai_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x65225de8 acpi_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x6522bf0d pstore_register +EXPORT_SYMBOL_GPL vmlinux 0x652379fd vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0x6524055b ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x6528d002 clk_hw_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x652fe2a8 ftrace_ops_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x6531a37f mpi_add +EXPORT_SYMBOL_GPL vmlinux 0x65369c42 pci_generic_config_read32 +EXPORT_SYMBOL_GPL vmlinux 0x653fa4c8 dpcon_enable +EXPORT_SYMBOL_GPL vmlinux 0x65409b9a gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0x654736d2 devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0x6547b608 ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0x65480187 kernel_file_open +EXPORT_SYMBOL_GPL vmlinux 0x6551d19e pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x65525c38 ghes_register_report_chain +EXPORT_SYMBOL_GPL vmlinux 0x6556f17b class_destroy +EXPORT_SYMBOL_GPL vmlinux 0x655f1539 to_nd_region +EXPORT_SYMBOL_GPL vmlinux 0x656b668b devm_regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x656e43e2 relay_close +EXPORT_SYMBOL_GPL vmlinux 0x6573c9e2 pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x659b9050 pci_epc_set_msix +EXPORT_SYMBOL_GPL vmlinux 0x65a5ad86 rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0x65acf90c sbitmap_weight +EXPORT_SYMBOL_GPL vmlinux 0x65bae6d8 regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0x65bb8858 iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0x65be18b9 wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x65be705f sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0x65cc8123 serial8250_read_char +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65dd8b78 usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0x65e01af9 __sync_icache_dcache +EXPORT_SYMBOL_GPL vmlinux 0x65f9e2f7 __skb_zcopy_downgrade_managed +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x66209566 net_ns_get_ownership +EXPORT_SYMBOL_GPL vmlinux 0x6636c3c9 irq_set_vcpu_affinity +EXPORT_SYMBOL_GPL vmlinux 0x663bb448 devlink_fmsg_obj_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x663dbc6e tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0x664372c9 rio_local_set_device_id +EXPORT_SYMBOL_GPL vmlinux 0x66444a87 ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0x6648db98 __SCK__tp_func_rwmmio_post_read +EXPORT_SYMBOL_GPL vmlinux 0x664de9cf bio_associate_blkg +EXPORT_SYMBOL_GPL vmlinux 0x664eb54a k3_ringacc_ring_reset_dma +EXPORT_SYMBOL_GPL vmlinux 0x665e92a0 clk_set_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x66654076 do_xdp_generic +EXPORT_SYMBOL_GPL vmlinux 0x666d08d2 iommu_dev_enable_feature +EXPORT_SYMBOL_GPL vmlinux 0x66717896 genphy_c45_plca_get_status +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x66b97421 sfp_link_up +EXPORT_SYMBOL_GPL vmlinux 0x66bc31fd cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x66be83d3 sched_set_fifo_low +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66da3e51 usb_phy_set_charger_state +EXPORT_SYMBOL_GPL vmlinux 0x66e4b163 mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x66e5e0e8 pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0x66e8b5b0 phylink_caps_to_linkmodes +EXPORT_SYMBOL_GPL vmlinux 0x6701bb8b scsi_ioctl_block_when_processing_errors +EXPORT_SYMBOL_GPL vmlinux 0x670b339c ghes_get_devices +EXPORT_SYMBOL_GPL vmlinux 0x670fd04a devm_clk_hw_get_clk +EXPORT_SYMBOL_GPL vmlinux 0x6739a503 balloon_set_new_target +EXPORT_SYMBOL_GPL vmlinux 0x67429c91 __SCK__tp_func_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x6763924e pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x67692fbd fwnode_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x676c688f k3_ringacc_ring_free +EXPORT_SYMBOL_GPL vmlinux 0x677ad974 cookie_tcp_reqsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x677c69f1 make_vfsgid +EXPORT_SYMBOL_GPL vmlinux 0x677ff88c xas_store +EXPORT_SYMBOL_GPL vmlinux 0x6783e03d ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x67a48685 rio_del_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0x67a4b054 k3_udma_glue_tx_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0x67a5522f clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x67b33026 rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0x67bec045 stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0x67c0a6c8 balance_dirty_pages_ratelimited_flags +EXPORT_SYMBOL_GPL vmlinux 0x67c3c795 get_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x67c438c3 kill_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x67da9f7c sha512_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x67e24177 of_property_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0x67e2d0d6 evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0x67e4cf24 inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x67e9a997 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0x680c7e7f regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0x681060a2 crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6822de1a firmware_upload_unregister +EXPORT_SYMBOL_GPL vmlinux 0x682c1307 pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x682c1ad1 hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x682ff057 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x683538c5 blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x683dc6d7 devl_assert_locked +EXPORT_SYMBOL_GPL vmlinux 0x68460527 blkcg_set_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x684ca117 zynqmp_pm_get_pll_frac_mode +EXPORT_SYMBOL_GPL vmlinux 0x686e93a6 usb_set_wireless_status +EXPORT_SYMBOL_GPL vmlinux 0x686fffb3 edac_device_del_device +EXPORT_SYMBOL_GPL vmlinux 0x68878f33 devm_regulator_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x6887f37d sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0x68923494 virtio_require_restricted_mem_acc +EXPORT_SYMBOL_GPL vmlinux 0x68926e23 pci_epf_unbind +EXPORT_SYMBOL_GPL vmlinux 0x6892e3c3 kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL vmlinux 0x68952493 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x68970174 dax_inode +EXPORT_SYMBOL_GPL vmlinux 0x68a78502 blk_mq_start_stopped_hw_queue +EXPORT_SYMBOL_GPL vmlinux 0x68b3b041 xdp_return_frame +EXPORT_SYMBOL_GPL vmlinux 0x68b6aca1 pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x68bd15bf platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0x68e0f2ce ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0x68e99da3 seg6_do_srh_inline +EXPORT_SYMBOL_GPL vmlinux 0x68ebaa57 crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x68edf35b trace_array_init_printk +EXPORT_SYMBOL_GPL vmlinux 0x6900686f vcap_find_actionfield +EXPORT_SYMBOL_GPL vmlinux 0x690f585e phy_basic_ports_array +EXPORT_SYMBOL_GPL vmlinux 0x690f6cc5 rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x690fc32b i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0x6917fee6 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x69187c92 mtk_hw_set_value +EXPORT_SYMBOL_GPL vmlinux 0x691e1fe3 tpm_transmit_cmd +EXPORT_SYMBOL_GPL vmlinux 0x6926c3fa vcap_rule_get_counter +EXPORT_SYMBOL_GPL vmlinux 0x6938a12c extcon_get_property +EXPORT_SYMBOL_GPL vmlinux 0x695776c5 seq_buf_do_printk +EXPORT_SYMBOL_GPL vmlinux 0x696340a5 __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0x69637b2c __traceiter_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0x696f2b63 of_changeset_init +EXPORT_SYMBOL_GPL vmlinux 0x6970de35 strp_done +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6984b77a of_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x698edfc3 zynqmp_pm_set_gem_config +EXPORT_SYMBOL_GPL vmlinux 0x69933b67 msi_domain_first_desc +EXPORT_SYMBOL_GPL vmlinux 0x69baef3c of_property_read_variable_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x69c2146a vp_legacy_get_status +EXPORT_SYMBOL_GPL vmlinux 0x69c381a5 tty_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x69cd11ca regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0x69cf0632 mpi_fromstr +EXPORT_SYMBOL_GPL vmlinux 0x69e683de uuid_gen +EXPORT_SYMBOL_GPL vmlinux 0x69ed04f9 devm_clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0x69ee2220 linear_range_get_selector_high +EXPORT_SYMBOL_GPL vmlinux 0x69f92aa1 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0x6a05b65b fb_videomode_from_videomode +EXPORT_SYMBOL_GPL vmlinux 0x6a0e97e3 xdp_do_redirect +EXPORT_SYMBOL_GPL vmlinux 0x6a14d3af unregister_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a1f9a6e devm_namespace_disable +EXPORT_SYMBOL_GPL vmlinux 0x6a2d5398 disk_force_media_change +EXPORT_SYMBOL_GPL vmlinux 0x6a2f4d17 iomap_swapfile_activate +EXPORT_SYMBOL_GPL vmlinux 0x6a3b68b3 usb_string +EXPORT_SYMBOL_GPL vmlinux 0x6a3d013c fsl_mc_populate_irq_pool +EXPORT_SYMBOL_GPL vmlinux 0x6a421062 memory_failure_queue +EXPORT_SYMBOL_GPL vmlinux 0x6a460dc5 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0x6a4aedde power_supply_put +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a526143 regmap_write +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6a8e7dca gpiochip_line_is_irq +EXPORT_SYMBOL_GPL vmlinux 0x6a9167d8 devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0x6a93c9b2 zynqmp_pm_pinctrl_get_function +EXPORT_SYMBOL_GPL vmlinux 0x6a948ec7 devl_trap_policers_register +EXPORT_SYMBOL_GPL vmlinux 0x6a9e90af ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x6aa2a877 xenbus_printf +EXPORT_SYMBOL_GPL vmlinux 0x6aa2ed17 ip6_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x6aa30839 debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0x6aad9152 xen_set_callback_via +EXPORT_SYMBOL_GPL vmlinux 0x6ab3b0be dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x6ac4e6d2 uart_console_device +EXPORT_SYMBOL_GPL vmlinux 0x6ac93b71 mtk_eint_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x6ad35a2d usb_control_msg_recv +EXPORT_SYMBOL_GPL vmlinux 0x6ae4a96d skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0x6af64d3a i2c_client_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x6af748ce devl_rate_leaf_create +EXPORT_SYMBOL_GPL vmlinux 0x6b0dc565 xen_set_irq_priority +EXPORT_SYMBOL_GPL vmlinux 0x6b2b69f7 static_key_enable +EXPORT_SYMBOL_GPL vmlinux 0x6b2f73c6 regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x6b3ae022 acpi_os_unmap_iomem +EXPORT_SYMBOL_GPL vmlinux 0x6b4045ee zynqmp_pm_get_api_version +EXPORT_SYMBOL_GPL vmlinux 0x6b413c9b sfp_link_down +EXPORT_SYMBOL_GPL vmlinux 0x6b47f8a4 hisi_clk_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x6b5f789c irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x6b614f43 vcpu_load +EXPORT_SYMBOL_GPL vmlinux 0x6b673eb0 rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x6b722180 log_read_mmio +EXPORT_SYMBOL_GPL vmlinux 0x6b7a4335 hyperv_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b834121 bman_portals_probed +EXPORT_SYMBOL_GPL vmlinux 0x6b8d5d52 __platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0x6b97747b tcp_rate_check_app_limited +EXPORT_SYMBOL_GPL vmlinux 0x6ba36c6a hwpoison_filter_flags_value +EXPORT_SYMBOL_GPL vmlinux 0x6bbd8324 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x6bcdedc0 mpi_point_init +EXPORT_SYMBOL_GPL vmlinux 0x6bd1aa56 stack_trace_save +EXPORT_SYMBOL_GPL vmlinux 0x6bdb52a3 of_usb_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x6bdef35c acpi_ec_mark_gpe_for_wake +EXPORT_SYMBOL_GPL vmlinux 0x6be3a96b hv_remove_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0x6bf4d556 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0x6bf929da nf_hook_entries_delete_raw +EXPORT_SYMBOL_GPL vmlinux 0x6c18889e xhci_stop +EXPORT_SYMBOL_GPL vmlinux 0x6c1ef5ec of_mm_gpiochip_add_data +EXPORT_SYMBOL_GPL vmlinux 0x6c205008 mpi_print +EXPORT_SYMBOL_GPL vmlinux 0x6c23eeda sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0x6c24a02a file_is_kvm +EXPORT_SYMBOL_GPL vmlinux 0x6c26a3a2 dev_pm_opp_remove +EXPORT_SYMBOL_GPL vmlinux 0x6c348fda scmi_requested_devices_nh +EXPORT_SYMBOL_GPL vmlinux 0x6c389761 acpi_bus_get_private_data +EXPORT_SYMBOL_GPL vmlinux 0x6c3f70e0 guid_gen +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c5ad0cd kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0x6c5bc394 switchdev_bridge_port_offload +EXPORT_SYMBOL_GPL vmlinux 0x6c63f588 tpm_chip_bootstrap +EXPORT_SYMBOL_GPL vmlinux 0x6c655913 register_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6c6c551f unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x6c7c5852 rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0x6c826c2c task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x6c8caf2a gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0x6c94bb83 tpm_chip_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6c956075 __SCK__tp_func_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x6c96d33b stmpe_enable +EXPORT_SYMBOL_GPL vmlinux 0x6c9ea09e xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6ca84844 sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0x6cb01309 syscon_regmap_lookup_by_phandle_args +EXPORT_SYMBOL_GPL vmlinux 0x6cb0ce87 irq_get_percpu_devid_partition +EXPORT_SYMBOL_GPL vmlinux 0x6cb3024f of_pwm_single_xlate +EXPORT_SYMBOL_GPL vmlinux 0x6cbd6c48 crypto_akcipher_sync_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x6ccc71cb badblocks_clear +EXPORT_SYMBOL_GPL vmlinux 0x6ccf737b sk_psock_msg_verdict +EXPORT_SYMBOL_GPL vmlinux 0x6cd2704f iomap_seek_hole +EXPORT_SYMBOL_GPL vmlinux 0x6ce10eb0 trace_clock_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x6ce64a7a relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0x6cee8fea serial8250_em485_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6d04891d inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x6d094d06 devm_led_get +EXPORT_SYMBOL_GPL vmlinux 0x6d09843f copy_bpf_fprog_from_user +EXPORT_SYMBOL_GPL vmlinux 0x6d0ae550 pinctrl_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x6d0bd14f clean_acked_data_disable +EXPORT_SYMBOL_GPL vmlinux 0x6d211d05 pm_report_hw_sleep_time +EXPORT_SYMBOL_GPL vmlinux 0x6d222f55 vcap_addr_keysets +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d412207 usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0x6d467b08 arm_smccc_1_1_get_conduit +EXPORT_SYMBOL_GPL vmlinux 0x6d49c8ed iommu_group_has_isolated_msi +EXPORT_SYMBOL_GPL vmlinux 0x6d5879e1 strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0x6d681e91 devm_bitmap_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6d697172 dummy_con +EXPORT_SYMBOL_GPL vmlinux 0x6d6fec1f ktime_mono_to_any +EXPORT_SYMBOL_GPL vmlinux 0x6d7832b7 __stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x6d7e951e rcu_exp_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x6d941c12 spi_slave_abort +EXPORT_SYMBOL_GPL vmlinux 0x6da9ca52 evtchn_make_refcounted +EXPORT_SYMBOL_GPL vmlinux 0x6db5c068 iommu_detach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0x6dbaafd3 put_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6dd12560 device_set_node +EXPORT_SYMBOL_GPL vmlinux 0x6dd5680d sprint_symbol_build_id +EXPORT_SYMBOL_GPL vmlinux 0x6ddbc50b unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x6df44415 led_init_core +EXPORT_SYMBOL_GPL vmlinux 0x6e09d93d __SCK__tp_func_map +EXPORT_SYMBOL_GPL vmlinux 0x6e1cdbd4 regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0x6e353c26 mpi_rshift +EXPORT_SYMBOL_GPL vmlinux 0x6e38062b tpm_put_ops +EXPORT_SYMBOL_GPL vmlinux 0x6e3d22c1 fat_attach +EXPORT_SYMBOL_GPL vmlinux 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x6e4aa78d k3_udma_glue_rx_flow_enable +EXPORT_SYMBOL_GPL vmlinux 0x6e4d1476 __virtqueue_unbreak +EXPORT_SYMBOL_GPL vmlinux 0x6e552fbb iommu_present +EXPORT_SYMBOL_GPL vmlinux 0x6e6aa03b to_nvdimm_bus_dev +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e7a5e48 edac_pci_add_device +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6e914514 acpi_dev_irq_flags +EXPORT_SYMBOL_GPL vmlinux 0x6e92fc7c __mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0x6e99264e dm_bio_from_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x6ea2a99f __tracepoint_rwmmio_post_read +EXPORT_SYMBOL_GPL vmlinux 0x6eb04f46 register_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6ebe366f ktime_get_mono_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6ed32ee0 dev_queue_xmit_nit +EXPORT_SYMBOL_GPL vmlinux 0x6ef6b54f ktime_get_boot_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6ef6c1da devlink_net +EXPORT_SYMBOL_GPL vmlinux 0x6efaeca8 fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0x6efe308c rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x6f069958 pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0x6f06a59b pci_p2pmem_free_sgl +EXPORT_SYMBOL_GPL vmlinux 0x6f09c5bc bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0x6f124f8e dprc_scan_container +EXPORT_SYMBOL_GPL vmlinux 0x6f12560a get_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6f1c9b45 device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6f2017de misc_cg_set_capacity +EXPORT_SYMBOL_GPL vmlinux 0x6f2c9b36 clk_regmap_gate_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x6f2d8960 irq_chip_set_wake_parent +EXPORT_SYMBOL_GPL vmlinux 0x6f2df543 fwnode_property_get_reference_args +EXPORT_SYMBOL_GPL vmlinux 0x6f334bc4 virtio_config_changed +EXPORT_SYMBOL_GPL vmlinux 0x6f3d92b7 kvm_arch_ptp_get_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0x6f46ebc1 vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0x6f47d602 sfp_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x6f59f74b nfs_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6f677952 mbox_client_peek_data +EXPORT_SYMBOL_GPL vmlinux 0x6f6b52e9 __ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x6f6e9ecf acpi_get_first_physical_node +EXPORT_SYMBOL_GPL vmlinux 0x6f6edb51 mtk_clk_unregister_fixed_clks +EXPORT_SYMBOL_GPL vmlinux 0x6f6fe14e __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x6f7097df clk_hw_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x6f7af6ef devm_pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x6f7e6040 irq_has_action +EXPORT_SYMBOL_GPL vmlinux 0x6f7fde6e nexthop_select_path +EXPORT_SYMBOL_GPL vmlinux 0x6f989521 bind_interdomain_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x6f9e763b timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x6fa1c905 virtio_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x6fa27fe2 tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0x6fa426d2 phylink_ethtool_nway_reset +EXPORT_SYMBOL_GPL vmlinux 0x6fb9f105 ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x6fcdb7e2 ti_sci_inta_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x6fcef6ab ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6ffd4633 clk_hw_register_gate2 +EXPORT_SYMBOL_GPL vmlinux 0x6ffe96ac rockchip_clk_register_armclk +EXPORT_SYMBOL_GPL vmlinux 0x7006586e iommu_get_group_resv_regions +EXPORT_SYMBOL_GPL vmlinux 0x70079d69 tracepoint_probe_register_prio_may_exist +EXPORT_SYMBOL_GPL vmlinux 0x7019af37 mddev_init_writes_pending +EXPORT_SYMBOL_GPL vmlinux 0x702afda7 ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x7033b8f9 fscrypt_parse_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0x703a6a11 acpi_dev_get_resources +EXPORT_SYMBOL_GPL vmlinux 0x70423efb zynqmp_pm_set_sd_config +EXPORT_SYMBOL_GPL vmlinux 0x704df344 pci_ioremap_wc_bar +EXPORT_SYMBOL_GPL vmlinux 0x705082be crypto_sig_sign +EXPORT_SYMBOL_GPL vmlinux 0x70733227 nf_checksum_partial +EXPORT_SYMBOL_GPL vmlinux 0x7073c04f phy_10_100_features_array +EXPORT_SYMBOL_GPL vmlinux 0x70ba32df kvm_vcpu_mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0x70bafe20 gpiod_get_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x70c1a8fc register_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0x70c2c7ea pids_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x70c52dc5 nf_skb_duplicated +EXPORT_SYMBOL_GPL vmlinux 0x70c75892 of_irq_find_parent +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70d7cf64 dm_internal_suspend_noflush +EXPORT_SYMBOL_GPL vmlinux 0x70de6e72 rio_add_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0x70dff09f icc_node_create +EXPORT_SYMBOL_GPL vmlinux 0x70e03e53 devl_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0x70e189b4 xen_unregister_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x70e55c1f fscrypt_ioctl_remove_key +EXPORT_SYMBOL_GPL vmlinux 0x70e86272 sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0x70f03ca2 devm_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x70f1c72c fwnode_graph_get_remote_port +EXPORT_SYMBOL_GPL vmlinux 0x70fbae4d cppc_allow_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x710c39cd bpf_map_inc_with_uref +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x710f0c1d pci_p2pmem_alloc_sgl +EXPORT_SYMBOL_GPL vmlinux 0x711618b9 of_icc_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0x711d3fe3 pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x71207451 acpi_dev_resource_io +EXPORT_SYMBOL_GPL vmlinux 0x7129a6f4 osc_sb_native_usb4_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x712e3976 mptcp_pm_get_add_addr_accept_max +EXPORT_SYMBOL_GPL vmlinux 0x71364ab0 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0x7146a431 __spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0x7150b324 mptcp_pm_get_local_addr_max +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x71643437 regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x71724493 mctrl_gpio_enable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x717551fc irq_domain_remove_sim +EXPORT_SYMBOL_GPL vmlinux 0x7181db30 atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7195940a mctrl_gpio_disable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x719e17ff clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x71a20f4a __SCK__tp_func_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x71a32dc9 hrtimer_sleeper_start_expires +EXPORT_SYMBOL_GPL vmlinux 0x71b6cf94 dst_cache_reset_now +EXPORT_SYMBOL_GPL vmlinux 0x71bdb193 devlink_dpipe_table_counter_enabled +EXPORT_SYMBOL_GPL vmlinux 0x71c059d8 __traceiter_map +EXPORT_SYMBOL_GPL vmlinux 0x71d3a5d7 udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x71ef5e96 dm_audit_log_bio +EXPORT_SYMBOL_GPL vmlinux 0x71fc0d27 meson_clk_pll_ops +EXPORT_SYMBOL_GPL vmlinux 0x72071177 extract_iter_to_sg +EXPORT_SYMBOL_GPL vmlinux 0x7208ef32 devl_rate_leaf_destroy +EXPORT_SYMBOL_GPL vmlinux 0x72229f44 skb_segment +EXPORT_SYMBOL_GPL vmlinux 0x722344ba rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x72287189 devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x72329704 vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0x7252b992 usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0x725ede3c virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x725eeda7 put_io_context +EXPORT_SYMBOL_GPL vmlinux 0x7265f2b0 pci_vpd_check_csum +EXPORT_SYMBOL_GPL vmlinux 0x72728363 dm_submit_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x7282ecb6 rcu_async_hurry +EXPORT_SYMBOL_GPL vmlinux 0x7283161b percpu_ref_switch_to_percpu +EXPORT_SYMBOL_GPL vmlinux 0x7295bb0e spi_transfer_cs_change_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0x72a01dd7 regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0x72a0ba85 dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0x72a550da tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0x72ae1839 base64_decode +EXPORT_SYMBOL_GPL vmlinux 0x72d267dc nvmem_del_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0x72dba123 skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0x730a37ff pci_doe +EXPORT_SYMBOL_GPL vmlinux 0x730b4d27 perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x732852fe xenbus_transaction_end +EXPORT_SYMBOL_GPL vmlinux 0x733ddb1e rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0x73404cb8 gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x7345bb56 pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0x7358c722 fuse_send_init +EXPORT_SYMBOL_GPL vmlinux 0x7381287f trace_handle_return +EXPORT_SYMBOL_GPL vmlinux 0x7386045c debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0x738ab879 fwnode_get_next_available_child_node +EXPORT_SYMBOL_GPL vmlinux 0x7399182c devl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x73a26e3b usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x73caff12 led_set_brightness_nopm +EXPORT_SYMBOL_GPL vmlinux 0x73cc8631 oiap +EXPORT_SYMBOL_GPL vmlinux 0x73d8c33a kvm_read_guest +EXPORT_SYMBOL_GPL vmlinux 0x73dea1b6 kvm_clear_guest +EXPORT_SYMBOL_GPL vmlinux 0x73df70e3 dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x73ecfd59 mmc_cmdq_enable +EXPORT_SYMBOL_GPL vmlinux 0x74012c7a crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0x740af2fd ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x740e0960 device_find_any_child +EXPORT_SYMBOL_GPL vmlinux 0x74120644 pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x741288ab bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x7415b579 mtk_pinconf_bias_get_combo +EXPORT_SYMBOL_GPL vmlinux 0x742815c5 account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x7429297b interval_tree_span_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x7429a69e tps65912_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x7429e68a pinmux_generic_get_function +EXPORT_SYMBOL_GPL vmlinux 0x742e365f iomap_page_mkwrite +EXPORT_SYMBOL_GPL vmlinux 0x743b99d8 xenmem_reservation_increase +EXPORT_SYMBOL_GPL vmlinux 0x743ceb84 query_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x7442da89 inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0x74457e56 apei_resources_fini +EXPORT_SYMBOL_GPL vmlinux 0x7448a6e3 synth_event_add_next_val +EXPORT_SYMBOL_GPL vmlinux 0x744904a9 dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0x74499c4a ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x744f0085 max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0x745f465d gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x74712362 dm_table_device_name +EXPORT_SYMBOL_GPL vmlinux 0x7479f246 icc_get_name +EXPORT_SYMBOL_GPL vmlinux 0x747d140f tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x74928970 ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0x74a22bb4 k3_udma_glue_push_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x74acf8ac ahci_platform_suspend_host +EXPORT_SYMBOL_GPL vmlinux 0x74b5ea68 lcm_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74bf2e01 scsi_pr_type_to_block +EXPORT_SYMBOL_GPL vmlinux 0x74c0c38e kernfs_path_from_node +EXPORT_SYMBOL_GPL vmlinux 0x74c4a8e6 phy_driver_is_genphy_10g +EXPORT_SYMBOL_GPL vmlinux 0x74c7bffa stack_trace_snprint +EXPORT_SYMBOL_GPL vmlinux 0x74c8276f is_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x74ccb8bd scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0x74d42632 mas_empty_area +EXPORT_SYMBOL_GPL vmlinux 0x74e2b7d6 ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0x74e73871 housekeeping_overridden +EXPORT_SYMBOL_GPL vmlinux 0x750dea0a crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0x750fcac7 ahci_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x75133f6e visitor128 +EXPORT_SYMBOL_GPL vmlinux 0x75194a40 xenbus_watch_path +EXPORT_SYMBOL_GPL vmlinux 0x751d2e97 bpf_log +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x752430ae driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x7529234e exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0x7534a0f1 skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0x75469e80 sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0x75500d08 __dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0x756a7353 tcp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0x757c1bbb housekeeping_any_cpu +EXPORT_SYMBOL_GPL vmlinux 0x75876626 of_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x758a43fe k3_ringacc_get_ring_irq_num +EXPORT_SYMBOL_GPL vmlinux 0x759139cb of_pci_check_probe_only +EXPORT_SYMBOL_GPL vmlinux 0x759bfe36 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0x75a750e4 vcap_rule_rem_key +EXPORT_SYMBOL_GPL vmlinux 0x75b60244 __devm_rtc_register_device +EXPORT_SYMBOL_GPL vmlinux 0x75c07459 devl_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0x75c37ca6 vcap_get_rule +EXPORT_SYMBOL_GPL vmlinux 0x75d0d84c blk_crypto_register +EXPORT_SYMBOL_GPL vmlinux 0x75dd4ebe of_overlay_remove +EXPORT_SYMBOL_GPL vmlinux 0x75e1eb2e xenbus_dev_fatal +EXPORT_SYMBOL_GPL vmlinux 0x75e51945 __SCK__tp_func_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x75e9c735 pci_ats_disabled +EXPORT_SYMBOL_GPL vmlinux 0x75fb694c gpiochip_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x75fb9062 arch_timer_read_counter +EXPORT_SYMBOL_GPL vmlinux 0x7603dee0 pcie_port_find_device +EXPORT_SYMBOL_GPL vmlinux 0x760ee0dd fuse_dev_fiq_ops +EXPORT_SYMBOL_GPL vmlinux 0x760f0b8a dev_pm_opp_get_of_node +EXPORT_SYMBOL_GPL vmlinux 0x760fc21f of_regulator_match +EXPORT_SYMBOL_GPL vmlinux 0x7614360a msg_zerocopy_realloc +EXPORT_SYMBOL_GPL vmlinux 0x76220965 of_irq_parse_raw +EXPORT_SYMBOL_GPL vmlinux 0x7622772c vchan_tx_submit +EXPORT_SYMBOL_GPL vmlinux 0x7627c931 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x762a0f48 thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0x762baca2 dm_post_suspending +EXPORT_SYMBOL_GPL vmlinux 0x762d4fdc blk_mq_queue_inflight +EXPORT_SYMBOL_GPL vmlinux 0x76398048 usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x76517f03 interval_tree_span_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0x76549fbb fw_devlink_purge_absent_suppliers +EXPORT_SYMBOL_GPL vmlinux 0x7655d632 debugfs_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0x7656410c mpi_sub +EXPORT_SYMBOL_GPL vmlinux 0x7662afd4 devlink_remote_reload_actions_performed +EXPORT_SYMBOL_GPL vmlinux 0x7665a95b idr_remove +EXPORT_SYMBOL_GPL vmlinux 0x7667203a synth_event_trace +EXPORT_SYMBOL_GPL vmlinux 0x766cd46b cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0x7679ff31 shmem_read_folio_gfp +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x768a25f0 subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0x768be187 acpi_dev_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x768e8cb3 scsi_alloc_request +EXPORT_SYMBOL_GPL vmlinux 0x769cefb5 percpu_ref_switch_to_atomic +EXPORT_SYMBOL_GPL vmlinux 0x76a61e85 __SCK__tp_func_rwmmio_write +EXPORT_SYMBOL_GPL vmlinux 0x76a83f8e component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0x76a8e87c pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0x76b19c15 mtk_pinconf_drive_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x76b746bd rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x76c1ba98 rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0x76d1af56 debounce_time_mt2701 +EXPORT_SYMBOL_GPL vmlinux 0x76d9b876 clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x76e20193 devm_blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x76e34735 tcp_ca_openreq_child +EXPORT_SYMBOL_GPL vmlinux 0x76e85b92 gnttab_request_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x76ea0ea8 input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0x76eeeb0f sha384_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x76f97996 pci_epc_write_header +EXPORT_SYMBOL_GPL vmlinux 0x770a5ae9 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x7712771a unbind_from_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x77222306 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x7723cbef crypto_register_rng +EXPORT_SYMBOL_GPL vmlinux 0x77293c96 ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x772b0f64 __wake_up_pollfree +EXPORT_SYMBOL_GPL vmlinux 0x773c46d4 of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x77522cf6 sbitmap_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0x7753510a pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x7757b51a clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x77856348 __netdev_watchdog_up +EXPORT_SYMBOL_GPL vmlinux 0x7791e066 dw_pcie_read +EXPORT_SYMBOL_GPL vmlinux 0x77928887 input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0x7797fbb5 imx_clk_hw_pfdv2 +EXPORT_SYMBOL_GPL vmlinux 0x77980eb6 usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0x77a20451 of_irq_get_byname +EXPORT_SYMBOL_GPL vmlinux 0x77a6a522 ncsi_vlan_rx_kill_vid +EXPORT_SYMBOL_GPL vmlinux 0x77ae495d usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0x77ba409f imx_pinctrl_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x77c6bf62 to_of_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x77d71c9d dprc_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x77e1438c __udp_gso_segment +EXPORT_SYMBOL_GPL vmlinux 0x77e75be3 sfp_bus_put +EXPORT_SYMBOL_GPL vmlinux 0x77e8f134 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x77ea155c usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x77ecf68d memalloc_socks_key +EXPORT_SYMBOL_GPL vmlinux 0x77ed76f9 devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x77f24400 perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x77ff80d3 __tracepoint_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x780c4612 crypto_skcipher_setkey +EXPORT_SYMBOL_GPL vmlinux 0x78137299 housekeeping_affine +EXPORT_SYMBOL_GPL vmlinux 0x782878fb uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x782f7f84 irq_domain_push_irq +EXPORT_SYMBOL_GPL vmlinux 0x783f533f mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0x78406e7c crypto_shash_tfm_digest +EXPORT_SYMBOL_GPL vmlinux 0x7847c621 sfp_parse_support +EXPORT_SYMBOL_GPL vmlinux 0x785a93b4 si_mem_available +EXPORT_SYMBOL_GPL vmlinux 0x785ba47b sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x788bfbad ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0x788e096e syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x7897aead of_msi_configure +EXPORT_SYMBOL_GPL vmlinux 0x789c4b0d lwtunnel_fill_encap +EXPORT_SYMBOL_GPL vmlinux 0x789c73d9 rcu_cpu_stall_suppress_at_boot +EXPORT_SYMBOL_GPL vmlinux 0x78a4b121 synth_event_gen_cmd_array_start +EXPORT_SYMBOL_GPL vmlinux 0x78a9ebd9 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0x78ada429 cgroup_get_e_css +EXPORT_SYMBOL_GPL vmlinux 0x78b42813 devl_param_driverinit_value_set +EXPORT_SYMBOL_GPL vmlinux 0x78b433b0 virtqueue_get_used_addr +EXPORT_SYMBOL_GPL vmlinux 0x78b4c4db rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0x78dab016 nf_ip_route +EXPORT_SYMBOL_GPL vmlinux 0x78ddb76b dmi_match +EXPORT_SYMBOL_GPL vmlinux 0x78debf74 devm_regmap_init_vexpress_config +EXPORT_SYMBOL_GPL vmlinux 0x78e9306f rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0x78eb8f3d blk_mq_unfreeze_queue +EXPORT_SYMBOL_GPL vmlinux 0x79064db0 devm_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x7909cad7 led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x790be0b9 usb_bus_idr +EXPORT_SYMBOL_GPL vmlinux 0x790c694f ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0x7918d817 memory_failure +EXPORT_SYMBOL_GPL vmlinux 0x791c9ff7 crypto_type_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x7921f110 __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0x79345cb9 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x7934aa08 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x793a2686 icc_enable +EXPORT_SYMBOL_GPL vmlinux 0x7943da3a em_pd_get +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x79470a2c TSS_authhmac +EXPORT_SYMBOL_GPL vmlinux 0x794a0461 rockchip_pcie_disable_clocks +EXPORT_SYMBOL_GPL vmlinux 0x794b7271 orderly_reboot +EXPORT_SYMBOL_GPL vmlinux 0x79676762 devm_of_phy_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x7984309e device_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x798b0b13 ata_scsi_dma_need_drain +EXPORT_SYMBOL_GPL vmlinux 0x798b7682 klist_prev +EXPORT_SYMBOL_GPL vmlinux 0x7991424a fib_rules_dump +EXPORT_SYMBOL_GPL vmlinux 0x7993a1db rockchip_pcie_deinit_phys +EXPORT_SYMBOL_GPL vmlinux 0x79ad793d vp_modern_get_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0x79ae9538 list_lru_walk_one +EXPORT_SYMBOL_GPL vmlinux 0x79bc842c usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x79c7d9dc folio_alloc_buffers +EXPORT_SYMBOL_GPL vmlinux 0x79d20b16 acpi_fetch_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0x79defbe1 kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x79e86aed __folio_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0x79f1aa44 find_iova +EXPORT_SYMBOL_GPL vmlinux 0x79f697e4 lzorle1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x79f84f3f pcie_flr +EXPORT_SYMBOL_GPL vmlinux 0x79fc6d0b dpcon_set_notification +EXPORT_SYMBOL_GPL vmlinux 0x7a0f528f skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0x7a189c53 edac_device_handle_ue_count +EXPORT_SYMBOL_GPL vmlinux 0x7a20fab5 usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0x7a219414 pci_dev_trylock +EXPORT_SYMBOL_GPL vmlinux 0x7a2fa0d1 wait_on_page_writeback +EXPORT_SYMBOL_GPL vmlinux 0x7a3f16a2 devl_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7a55ef3d devlink_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7a5a5fc5 i2c_dw_acpi_configure +EXPORT_SYMBOL_GPL vmlinux 0x7a626497 metadata_dst_free +EXPORT_SYMBOL_GPL vmlinux 0x7a68833d devm_clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x7a73e605 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7a77de06 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x7a7b83bd acpi_storage_d3 +EXPORT_SYMBOL_GPL vmlinux 0x7a81541b async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x7a848b15 tpm2_probe +EXPORT_SYMBOL_GPL vmlinux 0x7a98f4b4 copy_from_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0x7a99e1f4 sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0x7a9c09b3 driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x7a9e4c23 software_node_register_node_group +EXPORT_SYMBOL_GPL vmlinux 0x7ab7e46e fsl_mc_bus_dpcon_type +EXPORT_SYMBOL_GPL vmlinux 0x7ac10ad8 icst_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x7ac722bd phy_all_ports_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7ad02a41 asn1_encode_tag +EXPORT_SYMBOL_GPL vmlinux 0x7ad1b990 fwnode_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x7ad1ded1 pinctrl_register_mappings +EXPORT_SYMBOL_GPL vmlinux 0x7ad2c64c k3_udma_glue_release_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x7af1d9bb dev_pm_opp_config_clks_simple +EXPORT_SYMBOL_GPL vmlinux 0x7af62b15 spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0x7afcb7db __kprobe_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x7afe324e halt_poll_ns_grow +EXPORT_SYMBOL_GPL vmlinux 0x7b0c4973 __traceiter_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x7b0d17a8 blkcg_root_css +EXPORT_SYMBOL_GPL vmlinux 0x7b0df583 usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x7b117e93 ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x7b207c05 ma35d1_reg_adc_clkdiv +EXPORT_SYMBOL_GPL vmlinux 0x7b2dea17 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0x7b312d5b dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x7b4522ab devlink_port_fini +EXPORT_SYMBOL_GPL vmlinux 0x7b4f0ec6 bpf_map_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x7b530286 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x7b53464a find_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x7b5452b8 acpi_unregister_gsi +EXPORT_SYMBOL_GPL vmlinux 0x7b5a4926 sha1_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x7b5ceaf7 fsl_mc_obj_close +EXPORT_SYMBOL_GPL vmlinux 0x7b60a499 qcom_smem_state_register +EXPORT_SYMBOL_GPL vmlinux 0x7b6cffc9 rtnl_get_net_ns_capable +EXPORT_SYMBOL_GPL vmlinux 0x7b6f9536 acpi_register_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x7b73d084 dev_pm_opp_of_register_em +EXPORT_SYMBOL_GPL vmlinux 0x7b73fc51 sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x7b8910f4 kfence_sample_interval +EXPORT_SYMBOL_GPL vmlinux 0x7b90d1a9 bind_virq_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7b964f6f __inode_attach_wb +EXPORT_SYMBOL_GPL vmlinux 0x7b9793a2 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x7ba7a623 spi_mem_get_name +EXPORT_SYMBOL_GPL vmlinux 0x7bab23f8 usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0x7baf279e devm_nvdimm_memremap +EXPORT_SYMBOL_GPL vmlinux 0x7bb045a7 __request_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x7bb1f54a locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0x7bb3fa18 vcap_rule_add_action_bit +EXPORT_SYMBOL_GPL vmlinux 0x7bc0c6b5 acomp_request_free +EXPORT_SYMBOL_GPL vmlinux 0x7bc46b51 extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0x7bcb4735 tegra_mc_get_carveout_info +EXPORT_SYMBOL_GPL vmlinux 0x7bd75b28 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0x7bde36ec ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x7bebebc6 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x7bf1185b phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7bf2da69 tpm2_flush_context +EXPORT_SYMBOL_GPL vmlinux 0x7bfc727f dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7c0a054a ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7c143176 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0x7c1eebed skcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x7c291e86 show_rcu_tasks_trace_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0x7c31d0ab __trace_array_puts +EXPORT_SYMBOL_GPL vmlinux 0x7c3d8a4b icc_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x7c425127 folio_invalidate +EXPORT_SYMBOL_GPL vmlinux 0x7c47c88e wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x7c53e23b root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7c542dcb regulator_desc_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x7c612506 devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0x7c94c99a kvm_release_pfn_dirty +EXPORT_SYMBOL_GPL vmlinux 0x7c983a5d dmi_walk +EXPORT_SYMBOL_GPL vmlinux 0x7c9a7371 clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0x7ca64a0b __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x7cb1aea1 devlink_dpipe_header_ethernet +EXPORT_SYMBOL_GPL vmlinux 0x7cb32545 dax_layout_busy_page_range +EXPORT_SYMBOL_GPL vmlinux 0x7cb803de btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0x7cba0bcf ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7cc84d98 from_vfsgid +EXPORT_SYMBOL_GPL vmlinux 0x7cce902d __tracepoint_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0x7cceaf92 zs_pool_stats +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7cd7ba1d kernel_read_file_from_fd +EXPORT_SYMBOL_GPL vmlinux 0x7cd8e68a dev_pm_opp_find_level_ceil +EXPORT_SYMBOL_GPL vmlinux 0x7ce2ccb7 clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0x7ce7cda8 __iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cf54d43 key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0x7d00c65b nd_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x7d0cdf90 kvm_make_all_cpus_request +EXPORT_SYMBOL_GPL vmlinux 0x7d0f6b42 __tracepoint_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x7d1bb1d4 tnum_strn +EXPORT_SYMBOL_GPL vmlinux 0x7d3587a5 i2c_acpi_find_adapter_by_handle +EXPORT_SYMBOL_GPL vmlinux 0x7d471321 zynqmp_pm_pinctrl_release +EXPORT_SYMBOL_GPL vmlinux 0x7d4d4221 iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7d4f7cfd component_compare_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x7d541e39 sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0x7d56a300 dst_blackhole_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d5ae25a __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0x7d73979e dma_resv_test_signaled +EXPORT_SYMBOL_GPL vmlinux 0x7d84f645 __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x7d916e5e tcp_register_ulp +EXPORT_SYMBOL_GPL vmlinux 0x7da2fa68 phy_validate +EXPORT_SYMBOL_GPL vmlinux 0x7db89d10 gpiochip_irq_domain_activate +EXPORT_SYMBOL_GPL vmlinux 0x7dbf61b5 __sock_recv_cmsgs +EXPORT_SYMBOL_GPL vmlinux 0x7dd2889b vc_scrolldelta_helper +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7de39e07 phy_basic_t1_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7de65a03 acpi_lpat_free_conversion_table +EXPORT_SYMBOL_GPL vmlinux 0x7de6cc23 io_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x7def560d sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x7defc870 gnttab_end_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0x7df52753 tty_ldisc_receive_buf +EXPORT_SYMBOL_GPL vmlinux 0x7e032f53 sk_psock_drop +EXPORT_SYMBOL_GPL vmlinux 0x7e051e47 dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x7e068afc gnttab_dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x7e0b0419 regulator_set_ramp_delay_regmap +EXPORT_SYMBOL_GPL vmlinux 0x7e0e89f4 crypto_grab_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x7e0ec7e7 ahci_save_initial_config +EXPORT_SYMBOL_GPL vmlinux 0x7e34b3bd kthread_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x7e3bdecd __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0x7e3d125e devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7e3d37f6 edac_mc_del_mc +EXPORT_SYMBOL_GPL vmlinux 0x7e3fcc06 adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7e47428c __traceiter_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x7e5db80b pstore_name_to_type +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e65ec6a crypto_comp_decompress +EXPORT_SYMBOL_GPL vmlinux 0x7e67245b i2c_of_match_device +EXPORT_SYMBOL_GPL vmlinux 0x7e6fce4b fwnode_graph_get_remote_port_parent +EXPORT_SYMBOL_GPL vmlinux 0x7e795f6d device_match_any +EXPORT_SYMBOL_GPL vmlinux 0x7e7a47c9 pci_acpi_clear_companion_lookup_hook +EXPORT_SYMBOL_GPL vmlinux 0x7e7e3f58 ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7e81f6b7 usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x7e84caa7 bsg_remove_queue +EXPORT_SYMBOL_GPL vmlinux 0x7e85f919 cdrom_read_tocentry +EXPORT_SYMBOL_GPL vmlinux 0x7e8ae060 perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0x7e8d8619 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0x7e917894 __SCK__tp_func_unmap +EXPORT_SYMBOL_GPL vmlinux 0x7ea75c24 __wake_up_locked_key_bookmark +EXPORT_SYMBOL_GPL vmlinux 0x7eaaeb36 blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0x7eab276f gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0x7eb63254 l3mdev_master_upper_ifindex_by_index_rcu +EXPORT_SYMBOL_GPL vmlinux 0x7eb808d0 add_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7ec65362 devm_thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x7ece6fca pinctrl_pm_select_sleep_state +EXPORT_SYMBOL_GPL vmlinux 0x7ed326c5 register_btf_fmodret_id_set +EXPORT_SYMBOL_GPL vmlinux 0x7eda48a2 bpf_prog_add +EXPORT_SYMBOL_GPL vmlinux 0x7eda6d5c of_usb_host_tpl_support +EXPORT_SYMBOL_GPL vmlinux 0x7ee228c0 kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x7ee6d809 usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x7eea6b8b pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0x7eeec605 __alloc_pages_bulk +EXPORT_SYMBOL_GPL vmlinux 0x7f074005 blkg_conf_exit +EXPORT_SYMBOL_GPL vmlinux 0x7f0de0bf blk_mq_pci_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x7f0eb1a6 nop_posix_acl_access +EXPORT_SYMBOL_GPL vmlinux 0x7f10dc38 acpi_bind_one +EXPORT_SYMBOL_GPL vmlinux 0x7f143768 rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0x7f179723 rz_mtu3_32bit_ch_read +EXPORT_SYMBOL_GPL vmlinux 0x7f24442f yield_to +EXPORT_SYMBOL_GPL vmlinux 0x7f2c7170 nvmem_cell_read_variable_le_u64 +EXPORT_SYMBOL_GPL vmlinux 0x7f3ab615 spi_mem_poll_status +EXPORT_SYMBOL_GPL vmlinux 0x7f47a075 devm_acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x7f6cee89 rhashtable_free_and_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7f6d926e pwm_adjust_config +EXPORT_SYMBOL_GPL vmlinux 0x7f6dcd10 netdev_walk_all_lower_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x7f78dec3 ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0x7f7cbc64 ip_tunnel_need_metadata +EXPORT_SYMBOL_GPL vmlinux 0x7f81e6bf dm_put +EXPORT_SYMBOL_GPL vmlinux 0x7f82c72f mtk_pinconf_bias_set +EXPORT_SYMBOL_GPL vmlinux 0x7f84f35d rcu_gp_slow_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7f8839d6 i2c_acpi_get_i2c_resource +EXPORT_SYMBOL_GPL vmlinux 0x7f8cb579 mtk_paris_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0x7f93f988 gpiochip_irq_domain_deactivate +EXPORT_SYMBOL_GPL vmlinux 0x7f98b639 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x7f9b1879 osc_cpc_flexible_adr_space_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x7fa96509 erst_get_record_id_next +EXPORT_SYMBOL_GPL vmlinux 0x7fc2d9ed vp_modern_config_vector +EXPORT_SYMBOL_GPL vmlinux 0x7fc3fbdd ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x7fcd33de sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x7fd421e6 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x7fd7c407 gpiod_set_config +EXPORT_SYMBOL_GPL vmlinux 0x7fdde156 phylink_fwnode_phy_connect +EXPORT_SYMBOL_GPL vmlinux 0x7fe5a581 devm_fwnode_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x7ff19c40 zynqmp_pm_set_requirement +EXPORT_SYMBOL_GPL vmlinux 0x80106b06 rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x80135182 k3_ringacc_ring_pop_tail +EXPORT_SYMBOL_GPL vmlinux 0x801ba1fb skb_consume_udp +EXPORT_SYMBOL_GPL vmlinux 0x8029b37b pci_epc_bme_notify +EXPORT_SYMBOL_GPL vmlinux 0x8035bed7 rockchip_clk_protect_critical +EXPORT_SYMBOL_GPL vmlinux 0x804a8ad0 reset_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x80501528 sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x8051b259 fib6_get_table +EXPORT_SYMBOL_GPL vmlinux 0x80713c26 __fscrypt_prepare_rename +EXPORT_SYMBOL_GPL vmlinux 0x807766ea usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x807fdcc4 call_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x80809120 cpufreq_dbs_governor_exit +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x8099c827 ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0x80a095d8 scatterwalk_ffwd +EXPORT_SYMBOL_GPL vmlinux 0x80af61fb devm_spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x80b27b71 blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0x80c68137 nf_log_buf_close +EXPORT_SYMBOL_GPL vmlinux 0x80ca6bbc anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0x80ce68b7 pci_epc_get +EXPORT_SYMBOL_GPL vmlinux 0x80d2e929 imx_clk_fracn_gppll +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80e1c269 bpf_prog_sub +EXPORT_SYMBOL_GPL vmlinux 0x80e4c95d mptcp_token_get_sock +EXPORT_SYMBOL_GPL vmlinux 0x80e88177 __tracepoint_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x80ec9ef1 netdev_walk_all_lower_dev +EXPORT_SYMBOL_GPL vmlinux 0x80efd015 imx_dev_clk_hw_pll14xx +EXPORT_SYMBOL_GPL vmlinux 0x810afee1 fsl_mc_bus_dprtc_type +EXPORT_SYMBOL_GPL vmlinux 0x8110a73a cond_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x81121fa4 kthread_cancel_delayed_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x8118caef regulator_find_closest_bigger +EXPORT_SYMBOL_GPL vmlinux 0x811ba874 __acpi_node_get_property_reference +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x81427d08 pm_clk_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x814eaabe fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x815588a6 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x815fda83 sed_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x816a41ca cpufreq_update_limits +EXPORT_SYMBOL_GPL vmlinux 0x816f2d6b dev_pm_opp_of_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x8175342b rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x817603f7 fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x8180cede asn1_encode_sequence +EXPORT_SYMBOL_GPL vmlinux 0x819c79c3 wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x819d72cb klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x81a19e71 genphy_c45_loopback +EXPORT_SYMBOL_GPL vmlinux 0x81a279c6 spi_controller_dma_unmap_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0x81a7f541 percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x81aa78d8 zynqmp_pm_aes_engine +EXPORT_SYMBOL_GPL vmlinux 0x81b5f9fb __serdev_device_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x81b7cf67 phy_led_triggers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x81ca3897 disk_update_readahead +EXPORT_SYMBOL_GPL vmlinux 0x81d328e5 acpi_cppc_processor_probe +EXPORT_SYMBOL_GPL vmlinux 0x81dcbef1 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0x81e2bdf4 generic_handle_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x81f2c68d serdev_device_wait_until_sent +EXPORT_SYMBOL_GPL vmlinux 0x81f372a2 unregister_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x82079f0f of_clk_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0x82092899 badrange_forget +EXPORT_SYMBOL_GPL vmlinux 0x821f839c usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x8220a38e k3_ringacc_get_ring_id +EXPORT_SYMBOL_GPL vmlinux 0x82226c53 pinctrl_unregister_mappings +EXPORT_SYMBOL_GPL vmlinux 0x8223ac46 ahci_shost_groups +EXPORT_SYMBOL_GPL vmlinux 0x8227343f vcap_tc_flower_handler_arp_usage +EXPORT_SYMBOL_GPL vmlinux 0x822bf97e dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x823eae06 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x8242b92e clockevents_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0x825191ff vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0x825450a6 pci_dev_lock +EXPORT_SYMBOL_GPL vmlinux 0x82555860 skb_segment_list +EXPORT_SYMBOL_GPL vmlinux 0x825c7340 phylink_get_eee_err +EXPORT_SYMBOL_GPL vmlinux 0x825f4923 dax_remove_host +EXPORT_SYMBOL_GPL vmlinux 0x827c9ac1 vcap_chain_offset +EXPORT_SYMBOL_GPL vmlinux 0x827dbb93 fwnode_graph_get_endpoint_by_id +EXPORT_SYMBOL_GPL vmlinux 0x827e3db4 regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0x827e61f8 acpi_has_watchdog +EXPORT_SYMBOL_GPL vmlinux 0x82859b9e net_failover_create +EXPORT_SYMBOL_GPL vmlinux 0x828b43cc regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x828e22f4 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0x82915164 rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x8295adb1 sk_msg_free +EXPORT_SYMBOL_GPL vmlinux 0x829f9253 spi_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0x82a80545 __SCK__tp_func_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x82c04f77 blk_mq_alloc_request_hctx +EXPORT_SYMBOL_GPL vmlinux 0x82d0b1d1 mtk_clk_pdev_probe +EXPORT_SYMBOL_GPL vmlinux 0x82d1dee0 spi_mem_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82e93de3 meson_clk_mpll_ops +EXPORT_SYMBOL_GPL vmlinux 0x82ede3d7 fib_add_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x82edfcf1 power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x83049fa3 devm_create_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x8307a59b rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0x83131620 kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL vmlinux 0x83237ff1 of_prop_next_u32 +EXPORT_SYMBOL_GPL vmlinux 0x83267b65 unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x832807a3 rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0x8330101e dprc_reset_container +EXPORT_SYMBOL_GPL vmlinux 0x8339df73 klist_add_behind +EXPORT_SYMBOL_GPL vmlinux 0x833a0868 udp_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0x833c4896 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x8348315f kvm_init +EXPORT_SYMBOL_GPL vmlinux 0x8349a895 nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x8353dfff acpi_os_get_iomem +EXPORT_SYMBOL_GPL vmlinux 0x83565f19 md_bitmap_copy_from_slot +EXPORT_SYMBOL_GPL vmlinux 0x83604030 nvdimm_security_setup_events +EXPORT_SYMBOL_GPL vmlinux 0x836d652f poll_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x837e5b1c spi_controller_dma_map_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0x8387c774 usb_check_int_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x8387eb83 net_selftest +EXPORT_SYMBOL_GPL vmlinux 0x839a127e phylink_of_phy_connect +EXPORT_SYMBOL_GPL vmlinux 0x83b1420a crypto_register_rngs +EXPORT_SYMBOL_GPL vmlinux 0x83b52b9f wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0x83d9a1c3 ip_local_out +EXPORT_SYMBOL_GPL vmlinux 0x83dd60fc balloon_page_list_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x8407016b pci_pr3_present +EXPORT_SYMBOL_GPL vmlinux 0x840e85a1 thermal_remove_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x84106f36 devlink_trap_ctx_priv +EXPORT_SYMBOL_GPL vmlinux 0x8425b9c3 xas_split_alloc +EXPORT_SYMBOL_GPL vmlinux 0x84264ced fs_umode_to_ftype +EXPORT_SYMBOL_GPL vmlinux 0x842f046d usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x84352324 of_usb_get_dr_mode_by_phy +EXPORT_SYMBOL_GPL vmlinux 0x8437a80d k3_udma_glue_request_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x843ae2fb regulator_bulk_set_supply_names +EXPORT_SYMBOL_GPL vmlinux 0x843d70ef acpi_is_root_bridge +EXPORT_SYMBOL_GPL vmlinux 0x84471f3e phy_create +EXPORT_SYMBOL_GPL vmlinux 0x84502a47 blk_status_to_errno +EXPORT_SYMBOL_GPL vmlinux 0x8462cb62 atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0x84a68e56 ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x84a8d0eb of_changeset_revert +EXPORT_SYMBOL_GPL vmlinux 0x84a8ef2a devm_device_add_group +EXPORT_SYMBOL_GPL vmlinux 0x84ab4b70 __traceiter_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x84b9ef36 thermal_zone_device_priv +EXPORT_SYMBOL_GPL vmlinux 0x84c53a3f devlink_port_register_with_ops +EXPORT_SYMBOL_GPL vmlinux 0x84ce2ffe clk_hw_unregister +EXPORT_SYMBOL_GPL vmlinux 0x84ddd9a5 spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x84e7e8c5 ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0x84eb078e crypto_alloc_sync_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x84ef27f5 synth_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x84f00007 irq_domain_set_hwirq_and_chip +EXPORT_SYMBOL_GPL vmlinux 0x8506baa8 clk_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x850bb6db devlink_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x85142df4 sbitmap_queue_init_node +EXPORT_SYMBOL_GPL vmlinux 0x85185c33 transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0x851a06ff md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0x851e6003 usb_phy_roothub_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x851fe124 __SCK__tp_func_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x85267784 clk_regmap_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x8527c601 pci_intx +EXPORT_SYMBOL_GPL vmlinux 0x85290868 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0x852a585e balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x852cca9b crypto_init_akcipher_ops_sig +EXPORT_SYMBOL_GPL vmlinux 0x85540ebc nvmem_cell_put +EXPORT_SYMBOL_GPL vmlinux 0x85563856 gpiod_set_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x8556890d acpi_set_modalias +EXPORT_SYMBOL_GPL vmlinux 0x8557fff7 wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0x85588a15 bpf_trace_run2 +EXPORT_SYMBOL_GPL vmlinux 0x855e6d9f serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x856bb025 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x857c7f5e acpi_dev_gpio_irq_wake_get_by +EXPORT_SYMBOL_GPL vmlinux 0x858930b5 crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0x858b7730 gpiod_get_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x858cdcf5 scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x858e2628 dax_holder +EXPORT_SYMBOL_GPL vmlinux 0x859708b2 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0x85b3399c __traceiter_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x85c0a8a0 ethnl_cable_test_fault_length +EXPORT_SYMBOL_GPL vmlinux 0x85e7f21e __clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x85eed1be iopf_queue_discard_partial +EXPORT_SYMBOL_GPL vmlinux 0x8619288e md_find_rdev_nr_rcu +EXPORT_SYMBOL_GPL vmlinux 0x8619ad35 devm_ti_sci_get_handle +EXPORT_SYMBOL_GPL vmlinux 0x861a7a70 fscrypt_dummy_policies_equal +EXPORT_SYMBOL_GPL vmlinux 0x861a8f83 vcap_debugfs +EXPORT_SYMBOL_GPL vmlinux 0x862258db timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x862bb17b linear_range_values_in_range_array +EXPORT_SYMBOL_GPL vmlinux 0x86389ee2 bd_prepare_to_claim +EXPORT_SYMBOL_GPL vmlinux 0x863a1da3 perf_event_pause +EXPORT_SYMBOL_GPL vmlinux 0x86585a33 devlink_fmsg_obj_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x86623fd7 notify_remote_via_irq +EXPORT_SYMBOL_GPL vmlinux 0x8665792e tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0x866d400b fib4_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x86700220 acpi_get_cpuid +EXPORT_SYMBOL_GPL vmlinux 0x86728e83 crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x8677245d unregister_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0x867a241d nfs_ssc_client_tbl +EXPORT_SYMBOL_GPL vmlinux 0x8684c506 devm_mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x86871b40 devlink_info_version_stored_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x8696808c phy_gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x869c54a0 sk_psock_tls_strp_read +EXPORT_SYMBOL_GPL vmlinux 0x86b13d2a usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x86b1ceb3 tegra210_set_sata_pll_seq_sw +EXPORT_SYMBOL_GPL vmlinux 0x86ba0e7c sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0x86bc72b0 pci_generic_config_read +EXPORT_SYMBOL_GPL vmlinux 0x86c02001 ipi_send_mask +EXPORT_SYMBOL_GPL vmlinux 0x86c43a8c cper_estatus_check +EXPORT_SYMBOL_GPL vmlinux 0x86c6443e usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0x86cf2709 pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0x86d0d4a0 icc_nodes_remove +EXPORT_SYMBOL_GPL vmlinux 0x86dc230b of_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x86df3f84 phy_check_downshift +EXPORT_SYMBOL_GPL vmlinux 0x86e95144 __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f85114 net_dec_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x870e16b7 xen_test_irq_shared +EXPORT_SYMBOL_GPL vmlinux 0x87258a37 mas_store +EXPORT_SYMBOL_GPL vmlinux 0x87309386 walk_hmem_resources +EXPORT_SYMBOL_GPL vmlinux 0x8737a993 __bio_release_pages +EXPORT_SYMBOL_GPL vmlinux 0x8745aa76 scmi_protocol_register +EXPORT_SYMBOL_GPL vmlinux 0x87549d18 i2c_new_scanned_device +EXPORT_SYMBOL_GPL vmlinux 0x8758b563 vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x875f0fb5 cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0x877a3595 device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0x877bcc07 iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0x877eb680 bpf_trace_run12 +EXPORT_SYMBOL_GPL vmlinux 0x87863456 xfrm_bpf_md_dst +EXPORT_SYMBOL_GPL vmlinux 0x87908767 xas_clear_mark +EXPORT_SYMBOL_GPL vmlinux 0x87b4c1f3 dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x87dac74c ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0x87db1e20 i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0x87ea4d2e pwm_apply_state +EXPORT_SYMBOL_GPL vmlinux 0x87f41927 vring_create_virtqueue_dma +EXPORT_SYMBOL_GPL vmlinux 0x87fd18da dev_fill_forward_path +EXPORT_SYMBOL_GPL vmlinux 0x87fec446 pci_find_doe_mailbox +EXPORT_SYMBOL_GPL vmlinux 0x8809d068 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0x882db721 gnttab_dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x883dce1e ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0x885528a6 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x8866ea5b kvm_vcpu_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0x886c74cd fwnode_get_nth_parent +EXPORT_SYMBOL_GPL vmlinux 0x887eb464 ethnl_cable_test_finished +EXPORT_SYMBOL_GPL vmlinux 0x888c5be5 irq_bypass_register_consumer +EXPORT_SYMBOL_GPL vmlinux 0x888ce8c5 usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0x888d9654 __traceiter_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x88a11eb8 cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0x88a6ab2b serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88b4ae92 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x88beda0c pci_msix_alloc_irq_at +EXPORT_SYMBOL_GPL vmlinux 0x88cbde95 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0x88cce6a0 xas_find_marked +EXPORT_SYMBOL_GPL vmlinux 0x88cd7a9a k3_ringacc_ring_get_occ +EXPORT_SYMBOL_GPL vmlinux 0x88d403fc __clk_mux_determine_rate_closest +EXPORT_SYMBOL_GPL vmlinux 0x88de9367 __traceiter_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x88e4b1b8 imx_check_clk_hws +EXPORT_SYMBOL_GPL vmlinux 0x88e4bd9c regmap_get_max_register +EXPORT_SYMBOL_GPL vmlinux 0x88ef0ff8 ethtool_params_from_link_mode +EXPORT_SYMBOL_GPL vmlinux 0x88fac4e8 xhci_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x89067d02 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x890f4f97 __kprobe_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x890fa0fa btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0x89153e30 rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0x891a5a7f gnttab_max_grant_frames +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x89352313 crypto_akcipher_sync_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x8937ef96 nvmem_cell_read_variable_le_u32 +EXPORT_SYMBOL_GPL vmlinux 0x893804bc led_blink_set +EXPORT_SYMBOL_GPL vmlinux 0x893abbdd devlink_fmsg_u32_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x893c5ddb unlock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x8954dc8e __SCK__tp_func_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x896502a3 skcipher_walk_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x897585d3 mtk_clk_register_gates +EXPORT_SYMBOL_GPL vmlinux 0x899bcb51 task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0x899bd007 bpf_prog_get_type_dev +EXPORT_SYMBOL_GPL vmlinux 0x89a226e3 pci_pri_supported +EXPORT_SYMBOL_GPL vmlinux 0x89a4476d HYPERVISOR_multicall +EXPORT_SYMBOL_GPL vmlinux 0x89a6e4e3 mctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x89a7f6c2 firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x89ae7aa0 rsa_parse_pub_key +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89bec8b0 gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL vmlinux 0x89ceb9c5 class_create +EXPORT_SYMBOL_GPL vmlinux 0x89cf9433 icc_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x89d3abe6 bpf_offload_dev_netdev_register +EXPORT_SYMBOL_GPL vmlinux 0x89db7d47 ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x89e1ec9d acpi_get_subsystem_id +EXPORT_SYMBOL_GPL vmlinux 0x89e340cf acpi_bus_get_ejd +EXPORT_SYMBOL_GPL vmlinux 0x8a009c2c devm_tegra_memory_controller_get +EXPORT_SYMBOL_GPL vmlinux 0x8a05e7fb netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0x8a0d0153 dma_mmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x8a1503ed stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x8a2d8e51 thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0x8a3ac292 br_ip6_fragment +EXPORT_SYMBOL_GPL vmlinux 0x8a3b9381 of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x8a3f84ba linear_range_get_selector_low +EXPORT_SYMBOL_GPL vmlinux 0x8a45a555 acpi_unregister_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x8a4ec8f5 direct_write_fallback +EXPORT_SYMBOL_GPL vmlinux 0x8a554a36 mpc8xxx_spi_strmode +EXPORT_SYMBOL_GPL vmlinux 0x8a5fe496 devm_tegra_core_dev_init_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x8a62b81b sfp_upstream_stop +EXPORT_SYMBOL_GPL vmlinux 0x8a665bfa numa_nearest_node +EXPORT_SYMBOL_GPL vmlinux 0x8a83fb45 mpi_point_free_parts +EXPORT_SYMBOL_GPL vmlinux 0x8a8bf573 __strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0x8a9cac5c irq_chip_eoi_parent +EXPORT_SYMBOL_GPL vmlinux 0x8aab0efc pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x8aab68a4 cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x8aaff30f devfreq_event_enable_edev +EXPORT_SYMBOL_GPL vmlinux 0x8ab52622 blk_mq_quiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0x8ab5ebc4 dev_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0x8ab8ec9a fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8ac1407b sfp_get_module_eeprom +EXPORT_SYMBOL_GPL vmlinux 0x8ad2b8ff pci_ats_supported +EXPORT_SYMBOL_GPL vmlinux 0x8ad7d9e8 blk_rq_poll +EXPORT_SYMBOL_GPL vmlinux 0x8ade85c4 nvmem_device_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x8af6ea4a fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0x8af9fce3 lynx_pcs_create_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x8b0f3514 fat_time_fat2unix +EXPORT_SYMBOL_GPL vmlinux 0x8b149c36 clk_is_match +EXPORT_SYMBOL_GPL vmlinux 0x8b154595 acpi_processor_get_performance_info +EXPORT_SYMBOL_GPL vmlinux 0x8b157673 uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0x8b16842d srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0x8b1c279b __traceiter_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x8b1c8515 irq_domain_create_simple +EXPORT_SYMBOL_GPL vmlinux 0x8b1f3c6f devlink_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x8b2b5f3f fixed_phy_change_carrier +EXPORT_SYMBOL_GPL vmlinux 0x8b4149e4 cppc_perf_ctrs_in_pcc +EXPORT_SYMBOL_GPL vmlinux 0x8b4cbe08 ehci_reset +EXPORT_SYMBOL_GPL vmlinux 0x8b627f53 bio_poll +EXPORT_SYMBOL_GPL vmlinux 0x8b6d9a11 device_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x8b89f01c hv_ghcb_hypercall +EXPORT_SYMBOL_GPL vmlinux 0x8b9aa784 device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x8ba0eb15 hv_set_vpreg +EXPORT_SYMBOL_GPL vmlinux 0x8ba0f60a regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x8ba5afe9 HYPERVISOR_memory_op +EXPORT_SYMBOL_GPL vmlinux 0x8ba9a30d pcc_mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0x8bb4376f trace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0x8bbe527c __tracepoint_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0x8bc26b78 ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8bcf1a57 pci_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x8bde2b3c device_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x8be744ce serdev_controller_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8bf5f379 k3_udma_glue_release_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x8bfce09f ahci_stop_engine +EXPORT_SYMBOL_GPL vmlinux 0x8bffa9bb regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x8c0215f2 pm_system_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c09cb50 vcap_rule_add_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x8c0cb5d9 devlink_port_region_create +EXPORT_SYMBOL_GPL vmlinux 0x8c0ed103 rcu_check_boost_fail +EXPORT_SYMBOL_GPL vmlinux 0x8c2384bc sdio_retune_release +EXPORT_SYMBOL_GPL vmlinux 0x8c256030 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x8c2ba880 ima_file_hash +EXPORT_SYMBOL_GPL vmlinux 0x8c35e26d da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8c484409 gnttab_release_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x8c48e5f8 unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x8c4d2428 mt_prev +EXPORT_SYMBOL_GPL vmlinux 0x8c52dd7c __tracepoint_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x8c6a2f58 pci_epf_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8c743fb6 reset_control_status +EXPORT_SYMBOL_GPL vmlinux 0x8c89e3b8 usb_phy_roothub_power_off +EXPORT_SYMBOL_GPL vmlinux 0x8c8d2374 dma_fence_unwrap_first +EXPORT_SYMBOL_GPL vmlinux 0x8c908822 dev_pm_opp_find_freq_floor +EXPORT_SYMBOL_GPL vmlinux 0x8c949f87 ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0x8c956780 dev_get_tstats64 +EXPORT_SYMBOL_GPL vmlinux 0x8c98d248 unregister_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x8c9e54d3 devlink_info_version_running_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x8cb2ecd2 device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x8cb5a38e k3_udma_glue_rx_flow_disable +EXPORT_SYMBOL_GPL vmlinux 0x8cbc1435 switchdev_handle_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0x8cc2acb6 wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0x8cc36a57 wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0x8ccd0a8c device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x8cd04e98 __reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x8ce2913e component_compare_dev +EXPORT_SYMBOL_GPL vmlinux 0x8ceaf15b devm_gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0x8d085957 devm_gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d29fc1f device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x8d3330b6 cpuacct_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x8d428a22 __mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0x8d471ffc pci_p2pmem_publish +EXPORT_SYMBOL_GPL vmlinux 0x8d522714 __rcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x8d565a0d __fscrypt_inode_uses_inline_crypto +EXPORT_SYMBOL_GPL vmlinux 0x8d60b8da apei_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x8d6dabf0 platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0x8d7e3373 hwpoison_filter_dev_major +EXPORT_SYMBOL_GPL vmlinux 0x8d81f7bb ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x8d84575d crypto_sig_verify +EXPORT_SYMBOL_GPL vmlinux 0x8d908ebf power_supply_get_maintenance_charging_setting +EXPORT_SYMBOL_GPL vmlinux 0x8d96c969 devlink_is_reload_failed +EXPORT_SYMBOL_GPL vmlinux 0x8da7d248 fuse_dax_cancel_work +EXPORT_SYMBOL_GPL vmlinux 0x8db86d53 dev_pm_opp_get_max_volt_latency +EXPORT_SYMBOL_GPL vmlinux 0x8dbc1fef meson_vid_pll_div_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x8dbf7aaa privcmd_call +EXPORT_SYMBOL_GPL vmlinux 0x8dbfa91f dev_pm_opp_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x8dc70cca blk_mq_alloc_sq_tag_set +EXPORT_SYMBOL_GPL vmlinux 0x8dd218b0 icc_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x8df7b86b dst_cache_set_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x8df7fe62 cpufreq_dbs_governor_stop +EXPORT_SYMBOL_GPL vmlinux 0x8e0a7bbd netdev_sw_irq_coalesce_default_on +EXPORT_SYMBOL_GPL vmlinux 0x8e16419b trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x8e211dfe buffer_migrate_folio_norefs +EXPORT_SYMBOL_GPL vmlinux 0x8e42fb30 tegra_xusb_padctl_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0x8e4b63a6 hisi_clk_register_gate_sep +EXPORT_SYMBOL_GPL vmlinux 0x8e4eb451 bpf_sk_storage_diag_free +EXPORT_SYMBOL_GPL vmlinux 0x8e61774a usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0x8e6b1a9e net_selftest_get_count +EXPORT_SYMBOL_GPL vmlinux 0x8e6fa8b5 apei_exec_pre_map_gars +EXPORT_SYMBOL_GPL vmlinux 0x8e79ba95 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0x8e7f0a9c acpi_get_phys_id +EXPORT_SYMBOL_GPL vmlinux 0x8e8e2e1f usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x8e9bd4a3 hv_alloc_hyperv_page +EXPORT_SYMBOL_GPL vmlinux 0x8ead800c user_free_preparse +EXPORT_SYMBOL_GPL vmlinux 0x8eb66342 fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0x8ebc8a0d crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x8ec47d4d dw_pcie_ep_init_notify +EXPORT_SYMBOL_GPL vmlinux 0x8edcde00 blk_set_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x8ee650ce vring_create_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x8ee6993d auxiliary_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8eec19bd __SCK__tp_func_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x8eee3399 dax_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x8ef6254b cros_ec_cmd +EXPORT_SYMBOL_GPL vmlinux 0x8f00f6d1 vhost_task_start +EXPORT_SYMBOL_GPL vmlinux 0x8f028be2 kvm_vcpu_gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL vmlinux 0x8f0748af rcu_expedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x8f0b781d iova_domain_init_rcaches +EXPORT_SYMBOL_GPL vmlinux 0x8f33c92f dev_pm_opp_of_cpumask_add_table +EXPORT_SYMBOL_GPL vmlinux 0x8f355405 netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x8f3969e1 zynqmp_pm_clock_getrate +EXPORT_SYMBOL_GPL vmlinux 0x8f4f5b83 __tracepoint_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x8f5499f0 tpm_tis_remove +EXPORT_SYMBOL_GPL vmlinux 0x8f581c0e __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x8f603067 ghes_estatus_pool_region_free +EXPORT_SYMBOL_GPL vmlinux 0x8f645a2e gpiod_set_consumer_name +EXPORT_SYMBOL_GPL vmlinux 0x8f649fdb free_fib_info +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f786bee fs_umode_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0x8f7bd0a6 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0x8f7be0ef bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x8f83da84 phy_resolve_aneg_linkmode +EXPORT_SYMBOL_GPL vmlinux 0x8f847789 devfreq_cooling_em_register +EXPORT_SYMBOL_GPL vmlinux 0x8f8e4784 power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8f8f07aa __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x8f9469aa spi_mem_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x8f96171f spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0x8f970f63 pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0x8f98ca62 unregister_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x8fa25ead devlink_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x8fa5a6ee dev_fetch_sw_netstats +EXPORT_SYMBOL_GPL vmlinux 0x8faa800d acpi_cpc_valid +EXPORT_SYMBOL_GPL vmlinux 0x8fac72b9 vp_legacy_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x8fb8ec03 bdi_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x8fc12788 software_node_unregister_node_group +EXPORT_SYMBOL_GPL vmlinux 0x8fc2d03a trace_remove_event_call +EXPORT_SYMBOL_GPL vmlinux 0x8fc49022 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x8fcfe175 iomap_finish_ioends +EXPORT_SYMBOL_GPL vmlinux 0x8fd95a76 of_pci_range_parser_one +EXPORT_SYMBOL_GPL vmlinux 0x8feb247d inet_bhash2_reset_saddr +EXPORT_SYMBOL_GPL vmlinux 0x8ff233c8 bpf_warn_invalid_xdp_action +EXPORT_SYMBOL_GPL vmlinux 0x8ff60436 mpi_ec_add_points +EXPORT_SYMBOL_GPL vmlinux 0x8ffd7e03 gnttab_page_cache_init +EXPORT_SYMBOL_GPL vmlinux 0x90017194 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x90040c68 fib_nexthop_info +EXPORT_SYMBOL_GPL vmlinux 0x9012cb69 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x9021de13 dax_layout_busy_page +EXPORT_SYMBOL_GPL vmlinux 0x90364931 regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x903b627c list_lru_isolate_move +EXPORT_SYMBOL_GPL vmlinux 0x903bb2fa acpi_get_pci_dev +EXPORT_SYMBOL_GPL vmlinux 0x90445b8b dev_pm_opp_is_turbo +EXPORT_SYMBOL_GPL vmlinux 0x9044a614 usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0x904dcc11 regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x9057a3dd regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0x9057fbaa usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0x9065906a xen_remap_vma_range +EXPORT_SYMBOL_GPL vmlinux 0x907e5896 __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x907ffb62 __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0x90807a8d devm_pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0x908dbfed clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0x90950ae8 of_icc_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x909a600e fsl_mc_portal_free +EXPORT_SYMBOL_GPL vmlinux 0x909d0080 pm_wakeup_ws_event +EXPORT_SYMBOL_GPL vmlinux 0x909da933 __devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x90a0e02e ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0x90a4efee regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x90a5092a devl_param_value_changed +EXPORT_SYMBOL_GPL vmlinux 0x90a73c1b of_property_read_string_helper +EXPORT_SYMBOL_GPL vmlinux 0x90a85886 device_initialize +EXPORT_SYMBOL_GPL vmlinux 0x90a9d8cc hv_is_hyperv_initialized +EXPORT_SYMBOL_GPL vmlinux 0x90b022da inet_pernet_hashinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0x90b763f1 HYPERVISOR_console_io +EXPORT_SYMBOL_GPL vmlinux 0x90c8498c apei_exec_write_register +EXPORT_SYMBOL_GPL vmlinux 0x90cde50f ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x90d3094f pci_remove_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x90d43b20 nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x90df94e9 dw_pcie_wait_for_link +EXPORT_SYMBOL_GPL vmlinux 0x90e26a36 dma_need_sync +EXPORT_SYMBOL_GPL vmlinux 0x90e35ba8 device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x910bdf6b trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x911d2d9d rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0x911fcd6c phylink_start +EXPORT_SYMBOL_GPL vmlinux 0x9123ccfc regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x912a807e xenbus_frontend_closed +EXPORT_SYMBOL_GPL vmlinux 0x91358454 tcp_set_keepalive +EXPORT_SYMBOL_GPL vmlinux 0x913ebd32 stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x9167bdc0 sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0x916ae519 posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0x916ca2e6 of_get_display_timing +EXPORT_SYMBOL_GPL vmlinux 0x916cacfc power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0x916e57c8 cgrp_dfl_root +EXPORT_SYMBOL_GPL vmlinux 0x9176318a fsverity_verify_blocks +EXPORT_SYMBOL_GPL vmlinux 0x9188a2c3 sdio_retune_crc_disable +EXPORT_SYMBOL_GPL vmlinux 0x918fa566 phy_get +EXPORT_SYMBOL_GPL vmlinux 0x9194e18f xenbus_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x91955a9f start_poll_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x919594bc xenbus_dev_changed +EXPORT_SYMBOL_GPL vmlinux 0x919b8e37 devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x91a10d6d pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0x91aa8a6c __account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x91af0cf6 generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0x91b04d9b pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0x91b16b99 ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x91b774a1 mpi_scanval +EXPORT_SYMBOL_GPL vmlinux 0x91c2df65 pci_get_dsn +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91dc27ea gnttab_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x91e2cd82 dm_audit_log_ti +EXPORT_SYMBOL_GPL vmlinux 0x91e30809 HYPERVISOR_vm_assist +EXPORT_SYMBOL_GPL vmlinux 0x91e3b6e6 fuse_get_unique +EXPORT_SYMBOL_GPL vmlinux 0x91ea8726 asn1_encode_boolean +EXPORT_SYMBOL_GPL vmlinux 0x91f422da unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x91f8273f vring_notification_data +EXPORT_SYMBOL_GPL vmlinux 0x91fa3db1 gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x92206fcd cdx_device_add +EXPORT_SYMBOL_GPL vmlinux 0x92212072 devlink_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x922d8801 __tracepoint_rwmmio_read +EXPORT_SYMBOL_GPL vmlinux 0x922fe680 ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x9231ee79 xenbus_map_ring_valloc +EXPORT_SYMBOL_GPL vmlinux 0x9239cd9f crypto_alloc_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x923e42aa sysfb_disable +EXPORT_SYMBOL_GPL vmlinux 0x9241b358 __static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x924dd851 xdp_rxq_info_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x9254ec26 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0x925a80c3 device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0x9267aa43 platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0x927487ea zynqmp_pm_read_ggs +EXPORT_SYMBOL_GPL vmlinux 0x927a5000 dev_pm_opp_get_max_clock_latency +EXPORT_SYMBOL_GPL vmlinux 0x927dd538 anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x927e1988 gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0x929e95cf psi_memstall_enter +EXPORT_SYMBOL_GPL vmlinux 0x92a79e9a device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x92ad9a1e ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0x92b8c78b hyperv_pcpu_output_arg +EXPORT_SYMBOL_GPL vmlinux 0x92cb609e __tracepoint_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x92ccc557 vp_modern_probe +EXPORT_SYMBOL_GPL vmlinux 0x92cf74aa vcap_admin_rule_count +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92dc8b5f md_run +EXPORT_SYMBOL_GPL vmlinux 0x92e3c4db __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0x92e8e9ab fsverity_enqueue_verify_work +EXPORT_SYMBOL_GPL vmlinux 0x930851ae dev_pm_opp_set_opp +EXPORT_SYMBOL_GPL vmlinux 0x93093b48 rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x930ab533 k3_ringacc_request_ring +EXPORT_SYMBOL_GPL vmlinux 0x931ac7c0 __tracepoint_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x931ea24d mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0x93255b2b ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x9326ae53 __phy_modify +EXPORT_SYMBOL_GPL vmlinux 0x932b153a crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0x932c8d7a linear_range_get_value_array +EXPORT_SYMBOL_GPL vmlinux 0x9332a568 __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x93335116 led_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0x933adefe usb_check_bulk_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x933f75e0 usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x9344f1ad da903x_update +EXPORT_SYMBOL_GPL vmlinux 0x935346fe __sbitmap_queue_get +EXPORT_SYMBOL_GPL vmlinux 0x93588422 device_create_managed_software_node +EXPORT_SYMBOL_GPL vmlinux 0x93605e9a vfsgid_in_group_p +EXPORT_SYMBOL_GPL vmlinux 0x93751b30 register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x93756a8e usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x9381746d pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x938cf9d8 __tracepoint_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x9392d32e shake_page +EXPORT_SYMBOL_GPL vmlinux 0x9392f6cc edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0x939af874 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x93af43d1 fwnode_handle_get +EXPORT_SYMBOL_GPL vmlinux 0x93c7edeb usb_find_common_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x93d1d424 gnttab_free_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x93de00a9 edac_device_handle_ce_count +EXPORT_SYMBOL_GPL vmlinux 0x93ebdf96 mt_next +EXPORT_SYMBOL_GPL vmlinux 0x93edef07 devlink_health_report +EXPORT_SYMBOL_GPL vmlinux 0x940f436a hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x94117f4e devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x94160518 __put_task_struct_rcu_cb +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x94256e91 fixed_phy_register_with_gpiod +EXPORT_SYMBOL_GPL vmlinux 0x9425bb34 nvmem_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x94299178 phylink_decode_usxgmii_word +EXPORT_SYMBOL_GPL vmlinux 0x9430b198 trace_dump_stack +EXPORT_SYMBOL_GPL vmlinux 0x943357f5 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0x94358ef6 pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0x9436e405 memory_group_register_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x943fc708 xen_setup_shutdown_event +EXPORT_SYMBOL_GPL vmlinux 0x944d2f04 clk_hw_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0x94536896 regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0x9458ca93 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0x9468ea70 schedule_hrtimeout_range_clock +EXPORT_SYMBOL_GPL vmlinux 0x94698a0a fwnode_find_reference +EXPORT_SYMBOL_GPL vmlinux 0x946dd559 sha224_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x94815af1 iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x9484e865 security_kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0x949b5176 devlink_region_snapshot_create +EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x94b2a60b kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0x94b577eb irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x94bbb62f __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x94c9f0ef phy_package_leave +EXPORT_SYMBOL_GPL vmlinux 0x94caa3ed clk_hw_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0x94d1c276 xenbus_unmap_ring_vfree +EXPORT_SYMBOL_GPL vmlinux 0x94d7b8a6 serdev_device_write_buf +EXPORT_SYMBOL_GPL vmlinux 0x94e62d2e __set_phys_to_machine_multi +EXPORT_SYMBOL_GPL vmlinux 0x94e73f67 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x94f0136c irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x94f64aa5 __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x95018f56 rz_mtu3_shared_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x950336c5 pinconf_generic_parse_dt_config +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x95086ccd rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x951a2773 crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x951af43d debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0x95345d32 scsi_register_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x9535d18d dax_iomap_fault +EXPORT_SYMBOL_GPL vmlinux 0x953e1b9e ktime_get_real_seconds +EXPORT_SYMBOL_GPL vmlinux 0x9544ea7c crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x955fdd49 pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0x956ac400 ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x957166d8 regmap_irq_set_type_config_simple +EXPORT_SYMBOL_GPL vmlinux 0x9580a916 fwnode_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x95843030 mpi_ec_init +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x9593ef31 register_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x959682a4 __tracepoint_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x959ec5f5 call_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x95a697f2 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95c678a3 devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x95c83839 kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x95ea8095 vcap_keyfield_name +EXPORT_SYMBOL_GPL vmlinux 0x95eadd0b spi_take_timestamp_post +EXPORT_SYMBOL_GPL vmlinux 0x95ef1ccc dmi_memdev_size +EXPORT_SYMBOL_GPL vmlinux 0x95f0548a regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x95f0a58b debugfs_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x95f864de __traceiter_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0x96065249 of_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x960b63cf tegra_mc_probe_device +EXPORT_SYMBOL_GPL vmlinux 0x960dfe28 crypto_alloc_kpp +EXPORT_SYMBOL_GPL vmlinux 0x961286e0 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x9616a255 phylink_ethtool_ksettings_get +EXPORT_SYMBOL_GPL vmlinux 0x9621d738 alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0x962bbaf6 platform_get_irq_optional +EXPORT_SYMBOL_GPL vmlinux 0x962c8ae1 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x96438ac9 fib_alias_hw_flags_set +EXPORT_SYMBOL_GPL vmlinux 0x965426a6 cpu_topology +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x96581bc4 ncsi_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x967e0575 dev_pm_opp_add +EXPORT_SYMBOL_GPL vmlinux 0x96a55fda list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0x96b1b81e nvdimm_clear_poison +EXPORT_SYMBOL_GPL vmlinux 0x96b2abbd regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x96bcda06 devm_nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x96c7ff48 skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x96db85ac crypto_clone_ahash +EXPORT_SYMBOL_GPL vmlinux 0x96eb9068 kick_process +EXPORT_SYMBOL_GPL vmlinux 0x96ed4016 blk_freeze_queue_start +EXPORT_SYMBOL_GPL vmlinux 0x96f209f4 devm_pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x96f9a01b __SCK__tp_func_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x97047ebe md_stop +EXPORT_SYMBOL_GPL vmlinux 0x9714e0bb ktime_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x971fdbf9 sched_setattr_nocheck +EXPORT_SYMBOL_GPL vmlinux 0x973dbadd xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x973fbee4 led_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9747d5e0 pci_vpd_alloc +EXPORT_SYMBOL_GPL vmlinux 0x974a482a devm_hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x975519c1 asymmetric_key_id_same +EXPORT_SYMBOL_GPL vmlinux 0x9769c4ea devm_regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0x976c8c12 extcon_get_edev_name +EXPORT_SYMBOL_GPL vmlinux 0x976f7365 crypto_unregister_scomps +EXPORT_SYMBOL_GPL vmlinux 0x977be5c7 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0x9784074a regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x979d4380 spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97e19906 ZSTD_getErrorCode +EXPORT_SYMBOL_GPL vmlinux 0x97e30ecb fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0x97ee3dae pm_wakeup_dev_event +EXPORT_SYMBOL_GPL vmlinux 0x97f1f98b srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x97f3dab0 netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x97febe45 __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0x9803b13c fib6_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x9805548b __traceiter_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x98071298 usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0x981c1692 ti_sci_inta_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x98286977 pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x982b6784 rockchip_register_restart_notifier +EXPORT_SYMBOL_GPL vmlinux 0x983276da phylink_disconnect_phy +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x9843e8c2 devm_hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x9843f501 __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0x984476cd handle_untracked_irq +EXPORT_SYMBOL_GPL vmlinux 0x984ab9cd led_compose_name +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x985453e1 lease_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x98629995 generic_handle_domain_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x988ca088 rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x989074ff kmsg_dump_reason_str +EXPORT_SYMBOL_GPL vmlinux 0x98ab613a tpm_default_chip +EXPORT_SYMBOL_GPL vmlinux 0x98aeed9f battery_hook_register +EXPORT_SYMBOL_GPL vmlinux 0x98c305fa pci_ecam_free +EXPORT_SYMBOL_GPL vmlinux 0x98daf17d trace_array_destroy +EXPORT_SYMBOL_GPL vmlinux 0x98e68821 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x98ece0a5 fwnode_graph_get_next_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x98ee62b2 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x98f320a6 devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x98f7122e acpi_subsys_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x9900d742 scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x990aa9f1 mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9913ec97 device_get_child_node_count +EXPORT_SYMBOL_GPL vmlinux 0x991ad40f __blk_req_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0x993193f2 mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0x99489d3a perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0x9951dcbb find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0x9953acdb pkcs7_verify +EXPORT_SYMBOL_GPL vmlinux 0x995b3dd1 irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x9961b456 spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x9964d55d led_update_brightness +EXPORT_SYMBOL_GPL vmlinux 0x99763e85 clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x997c550a preempt_model_none +EXPORT_SYMBOL_GPL vmlinux 0x998d79d6 x509_decode_time +EXPORT_SYMBOL_GPL vmlinux 0x998fcbf2 clear_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x99a03078 dax_holder_notify_failure +EXPORT_SYMBOL_GPL vmlinux 0x99bc4861 gfn_to_memslot +EXPORT_SYMBOL_GPL vmlinux 0x99c93dbb fscrypt_ioctl_get_nonce +EXPORT_SYMBOL_GPL vmlinux 0x99d4f519 amba_device_put +EXPORT_SYMBOL_GPL vmlinux 0x99e049c3 blk_queue_flag_test_and_set +EXPORT_SYMBOL_GPL vmlinux 0x99e8c00f devm_clk_get_optional_prepared +EXPORT_SYMBOL_GPL vmlinux 0x99f018c4 nvmem_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x99f2d00a sysfs_emit_at +EXPORT_SYMBOL_GPL vmlinux 0x99ffcd78 crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x9a0810bb blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a23ea6b alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0x9a2ced0f fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0x9a427983 kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0x9a43e9c7 devm_otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0x9a47f20f regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x9a549959 regmap_mmio_attach_clk +EXPORT_SYMBOL_GPL vmlinux 0x9a569197 thermal_zone_get_crit_temp +EXPORT_SYMBOL_GPL vmlinux 0x9a5768cf rz_mtu3_8bit_ch_read +EXPORT_SYMBOL_GPL vmlinux 0x9a57e866 dev_pm_set_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x9a58dd2d trace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x9a5dce5c rhashtable_walk_start_check +EXPORT_SYMBOL_GPL vmlinux 0x9a5f6bad regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x9a5f9870 of_irq_parse_and_map_pci +EXPORT_SYMBOL_GPL vmlinux 0x9a9a2e64 of_reserved_mem_device_init_by_idx +EXPORT_SYMBOL_GPL vmlinux 0x9aa4c42d bpf_offload_dev_match +EXPORT_SYMBOL_GPL vmlinux 0x9aa6e130 crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0x9ab60b71 debugfs_file_get +EXPORT_SYMBOL_GPL vmlinux 0x9abcb595 devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x9abe1592 blkdev_report_zones +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9ac58f15 __tracepoint_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0x9acf31c6 mas_find +EXPORT_SYMBOL_GPL vmlinux 0x9ad92770 palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9af49514 icc_bulk_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x9afb955c switchdev_handle_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x9b073697 __traceiter_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x9b0eaa52 tegra210_xusb_pll_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0x9b0f97a8 iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0x9b1269d9 mtk_clk_register_fixed_clks +EXPORT_SYMBOL_GPL vmlinux 0x9b16e4ee phy_gbit_fibre_features +EXPORT_SYMBOL_GPL vmlinux 0x9b1b2ea7 cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x9b1f2c4c da903x_write +EXPORT_SYMBOL_GPL vmlinux 0x9b2c0922 ahci_platform_assert_rsts +EXPORT_SYMBOL_GPL vmlinux 0x9b3d612d regulator_set_suspend_voltage +EXPORT_SYMBOL_GPL vmlinux 0x9b4aab2c fsl_mc_portal_allocate +EXPORT_SYMBOL_GPL vmlinux 0x9b555c8c pm_suspend_default_s2idle +EXPORT_SYMBOL_GPL vmlinux 0x9b5f048c dma_resv_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x9b651e51 xenbus_teardown_ring +EXPORT_SYMBOL_GPL vmlinux 0x9b652b6e phylink_resolve_c73 +EXPORT_SYMBOL_GPL vmlinux 0x9b6ec967 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x9b719c2d pci_ecam_map_bus +EXPORT_SYMBOL_GPL vmlinux 0x9b7b30a0 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0x9b868ed0 dev_pm_opp_get_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x9b9071cb get_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x9b92d16e pinctrl_gpio_set_config +EXPORT_SYMBOL_GPL vmlinux 0x9b931ba9 pci_epc_get_features +EXPORT_SYMBOL_GPL vmlinux 0x9ba2bb2b gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x9ba4ecff meson_clk_pll_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x9baffdfd net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x9bb3fcd1 __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x9bb52ec0 genphy_c45_read_mdix +EXPORT_SYMBOL_GPL vmlinux 0x9bb9f914 elv_rqhash_del +EXPORT_SYMBOL_GPL vmlinux 0x9bdf9714 ZSTD_customMalloc +EXPORT_SYMBOL_GPL vmlinux 0x9be0431c skb_mpls_push +EXPORT_SYMBOL_GPL vmlinux 0x9be09bdd regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0x9be30d27 mhp_get_pluggable_range +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9bf88f0c pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0x9c0d26d5 irq_chip_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0x9c105aa1 blk_next_bio +EXPORT_SYMBOL_GPL vmlinux 0x9c1ad261 ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0x9c1b32ab dw_pcie_host_init +EXPORT_SYMBOL_GPL vmlinux 0x9c25e322 devm_rtc_allocate_device +EXPORT_SYMBOL_GPL vmlinux 0x9c2a2b55 debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0x9c2d2f72 max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x9c397dfd blk_mq_sched_mark_restart_hctx +EXPORT_SYMBOL_GPL vmlinux 0x9c415dad devfreq_event_get_event +EXPORT_SYMBOL_GPL vmlinux 0x9c448d8d tegra210_put_utmipll_out_iddq +EXPORT_SYMBOL_GPL vmlinux 0x9c4ff9db rio_unmap_outb_region +EXPORT_SYMBOL_GPL vmlinux 0x9c631e2c aead_exit_geniv +EXPORT_SYMBOL_GPL vmlinux 0x9c661003 regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0x9c6eddab xenbus_dev_probe +EXPORT_SYMBOL_GPL vmlinux 0x9c6f3ebc serdev_device_remove +EXPORT_SYMBOL_GPL vmlinux 0x9c6febfc add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x9c803020 usb_phy_roothub_power_on +EXPORT_SYMBOL_GPL vmlinux 0x9c89e4bc dax_add_host +EXPORT_SYMBOL_GPL vmlinux 0x9c8afe05 irq_domain_create_legacy +EXPORT_SYMBOL_GPL vmlinux 0x9c8f9169 acpi_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x9c964c80 free_uid +EXPORT_SYMBOL_GPL vmlinux 0x9ca6e11f cper_mem_err_location +EXPORT_SYMBOL_GPL vmlinux 0x9caae58f wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x9cb3ce35 devm_hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0x9cb5af34 disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x9cbb5214 watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x9cbc452a imx8ulp_clk_hw_composite +EXPORT_SYMBOL_GPL vmlinux 0x9cc39456 of_device_compatible_match +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9cd7551a rhashtable_walk_stop +EXPORT_SYMBOL_GPL vmlinux 0x9cdad35c sdio_signal_irq +EXPORT_SYMBOL_GPL vmlinux 0x9cdd6a66 sysctl_long_vals +EXPORT_SYMBOL_GPL vmlinux 0x9ce1e1a9 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9cf37c44 __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0x9d09e8ae ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9d0b4002 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x9d0cb06a ahci_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x9d0f9c20 fsl_mc_device_group +EXPORT_SYMBOL_GPL vmlinux 0x9d1b2710 inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0x9d1db572 mtk_clk_register_muxes +EXPORT_SYMBOL_GPL vmlinux 0x9d24fae9 xhci_gen_setup +EXPORT_SYMBOL_GPL vmlinux 0x9d2b4835 synth_event_trace_start +EXPORT_SYMBOL_GPL vmlinux 0x9d2d3f5b pkcs7_free_message +EXPORT_SYMBOL_GPL vmlinux 0x9d2f49ef __SCK__tp_func_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x9d366f99 page_reporting_register +EXPORT_SYMBOL_GPL vmlinux 0x9d40bd07 of_dma_xlate_by_chan_id +EXPORT_SYMBOL_GPL vmlinux 0x9d54ea32 fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x9d59a574 handle_mm_fault +EXPORT_SYMBOL_GPL vmlinux 0x9d5ac3c3 scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0x9d6011a4 component_add +EXPORT_SYMBOL_GPL vmlinux 0x9d729e31 __kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x9d753d2d crypto_unregister_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x9d785b0d restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x9d7efd21 ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0x9d82ac90 phy_exit +EXPORT_SYMBOL_GPL vmlinux 0x9d8b7eeb __devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x9d8bb00e set_dax_nocache +EXPORT_SYMBOL_GPL vmlinux 0x9d96dfbc ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x9d9910a1 atomic_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x9d9c86e7 ata_ncq_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x9dbbd471 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0x9dd09f62 __fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9dd123d6 platform_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x9de039d3 pci_msi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0x9de88bc8 __SCK__tp_func_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x9df3590a ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9df920ca rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x9e0155b9 blk_mq_sched_try_insert_merge +EXPORT_SYMBOL_GPL vmlinux 0x9e229c49 sg_alloc_table_chained +EXPORT_SYMBOL_GPL vmlinux 0x9e319802 cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0x9e413459 ahci_host_activate +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e52f37e vcap_rule_mod_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x9e5b5ce7 sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0x9e644731 fsl_mc_portal_reset +EXPORT_SYMBOL_GPL vmlinux 0x9e808908 device_match_name +EXPORT_SYMBOL_GPL vmlinux 0x9e865ee9 crypto_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x9e8a718b raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x9e8e3823 pci_p2pmem_find_many +EXPORT_SYMBOL_GPL vmlinux 0x9e9c4f24 set_dax_nomc +EXPORT_SYMBOL_GPL vmlinux 0x9ea0aa4d irq_domain_translate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x9ebccb9d gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0x9eca8b4b bpf_trace_run1 +EXPORT_SYMBOL_GPL vmlinux 0x9ed387b3 clk_hw_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ed66c98 sysfs_unbreak_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x9eebdde7 mpi_point_new +EXPORT_SYMBOL_GPL vmlinux 0x9ef50c2c ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x9ef6ff73 device_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0x9ef82d74 phylink_mii_c22_pcs_get_state +EXPORT_SYMBOL_GPL vmlinux 0x9f08c714 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x9f126bca devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0x9f249653 iommu_map_sg +EXPORT_SYMBOL_GPL vmlinux 0x9f2a0e75 rz_mtu3_shared_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x9f3de1b2 pci_create_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x9f3e4164 fscrypt_ioctl_get_key_status +EXPORT_SYMBOL_GPL vmlinux 0x9f4ca21f tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x9f517986 HYPERVISOR_hvm_op +EXPORT_SYMBOL_GPL vmlinux 0x9f53b818 pci_host_common_remove +EXPORT_SYMBOL_GPL vmlinux 0x9f56c4b9 __SCK__tp_func_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x9f5c6dc2 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x9f6b2f90 regulator_suspend_disable +EXPORT_SYMBOL_GPL vmlinux 0x9f7459a1 gnttab_foreach_grant_in_range +EXPORT_SYMBOL_GPL vmlinux 0x9f75b25c devlink_register +EXPORT_SYMBOL_GPL vmlinux 0x9f836f28 devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x9f8bf9ff stmpe_disable +EXPORT_SYMBOL_GPL vmlinux 0x9f8eec22 fsl_mc_bus_dpni_type +EXPORT_SYMBOL_GPL vmlinux 0x9f922e1c rio_request_mport_dma +EXPORT_SYMBOL_GPL vmlinux 0x9f9a8b47 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0x9f9de4c0 pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9fa4564a timer_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x9fab6944 devm_of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0x9fb996a7 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x9fbfebab erst_write +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fd5ba1a lwtunnel_cmp_encap +EXPORT_SYMBOL_GPL vmlinux 0x9fdb90de irq_chip_disable_parent +EXPORT_SYMBOL_GPL vmlinux 0x9fe131f1 xen_store_interface +EXPORT_SYMBOL_GPL vmlinux 0x9fe6578b mtk_pinconf_bias_disable_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x9fe899b7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0x9ff3aea2 mtk_clk_register_dividers +EXPORT_SYMBOL_GPL vmlinux 0x9ff62be6 devm_of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0x9ff67268 mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0xa005d6fb thermal_cooling_device_update +EXPORT_SYMBOL_GPL vmlinux 0xa01a8d9b nd_cmd_bus_desc +EXPORT_SYMBOL_GPL vmlinux 0xa0258570 tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0xa0273e44 tcp_plb_check_rehash +EXPORT_SYMBOL_GPL vmlinux 0xa037e596 device_register +EXPORT_SYMBOL_GPL vmlinux 0xa041a619 nf_conn_btf_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xa04f945a cpus_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xa06d46e7 meson_clk_dualdiv_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xa071c0cd tegra210_xusb_pll_hw_control_enable +EXPORT_SYMBOL_GPL vmlinux 0xa073099a acpi_match_device +EXPORT_SYMBOL_GPL vmlinux 0xa080c5e5 smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xa08d841b vp_legacy_config_vector +EXPORT_SYMBOL_GPL vmlinux 0xa0961368 pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0xa0a00770 generic_handle_domain_irq +EXPORT_SYMBOL_GPL vmlinux 0xa0bfa30f balloon_page_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa0ca08b6 pci_generic_config_write +EXPORT_SYMBOL_GPL vmlinux 0xa0d30723 regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xa0d3456d nr_swap_pages +EXPORT_SYMBOL_GPL vmlinux 0xa0ef57e0 kvm_vcpu_read_guest_atomic +EXPORT_SYMBOL_GPL vmlinux 0xa0ef8025 ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0xa0fb4e0a genphy_c45_plca_set_cfg +EXPORT_SYMBOL_GPL vmlinux 0xa104e6d6 virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0xa11216be xen_store_domain_type +EXPORT_SYMBOL_GPL vmlinux 0xa12e5aa3 da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0xa12e8c9d fib_rules_seq_read +EXPORT_SYMBOL_GPL vmlinux 0xa139104f __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0xa13c3d96 thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xa1558b46 crypto_alloc_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xa156a1f2 erst_get_record_id_end +EXPORT_SYMBOL_GPL vmlinux 0xa15d0e6a of_clk_src_simple_get +EXPORT_SYMBOL_GPL vmlinux 0xa16449b4 phylink_ethtool_ksettings_set +EXPORT_SYMBOL_GPL vmlinux 0xa1752265 nexthop_find_by_id +EXPORT_SYMBOL_GPL vmlinux 0xa18b4c52 fat_scan +EXPORT_SYMBOL_GPL vmlinux 0xa19561fb __SCK__tp_func_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0xa1acfbe7 gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0xa1b38ef6 device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0xa1bab1fe devm_ioremap_uc +EXPORT_SYMBOL_GPL vmlinux 0xa1bd53ca sysfs_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xa1c4231f kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL vmlinux 0xa1d8004a videomode_from_timing +EXPORT_SYMBOL_GPL vmlinux 0xa1da7cbb __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xa1dd7f68 task_cputime_adjusted +EXPORT_SYMBOL_GPL vmlinux 0xa1ed01fa kvm_get_running_vcpu +EXPORT_SYMBOL_GPL vmlinux 0xa1ee6c3a addrconf_prefix_rcv_add_addr +EXPORT_SYMBOL_GPL vmlinux 0xa1f315a6 device_store_int +EXPORT_SYMBOL_GPL vmlinux 0xa20368ca nfnl_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xa207c63d dprc_open +EXPORT_SYMBOL_GPL vmlinux 0xa208b5a7 pm_debug_messages_should_print +EXPORT_SYMBOL_GPL vmlinux 0xa20d01ba __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xa2107afc tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xa2159b91 pinctrl_generic_add_group +EXPORT_SYMBOL_GPL vmlinux 0xa21e7b68 clk_hw_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0xa21f2ce7 clk_mux_index_to_val +EXPORT_SYMBOL_GPL vmlinux 0xa221e424 blockdev_superblock +EXPORT_SYMBOL_GPL vmlinux 0xa22665c0 exportfs_decode_fh_raw +EXPORT_SYMBOL_GPL vmlinux 0xa22f9388 pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0xa2305a8c devm_acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0xa23337a1 rtnl_delete_link +EXPORT_SYMBOL_GPL vmlinux 0xa23a2554 devl_trap_policers_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa2402218 __traceiter_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0xa2455913 md_account_bio +EXPORT_SYMBOL_GPL vmlinux 0xa24c217f fsl8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0xa2500ef6 __SCK__tp_func_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xa2519ce7 debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xa25aef56 usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0xa25bfe35 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa284624a to_software_node +EXPORT_SYMBOL_GPL vmlinux 0xa28f40bd __irq_apply_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xa29b9a75 nd_region_dev +EXPORT_SYMBOL_GPL vmlinux 0xa2a168e3 irq_chip_mask_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0xa2af54b3 irq_from_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xa2b0820d __SCK__tp_func_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xa2b99209 alarm_start +EXPORT_SYMBOL_GPL vmlinux 0xa2bf301f spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0xa2c0f59a ct_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0xa2c80184 regmap_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0xa2cc062b tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0xa2deac6a pci_host_probe +EXPORT_SYMBOL_GPL vmlinux 0xa2e1b3ef trace_printk_init_buffers +EXPORT_SYMBOL_GPL vmlinux 0xa2f676d1 nvmem_cell_read_u16 +EXPORT_SYMBOL_GPL vmlinux 0xa2f7487f hv_is_hibernation_supported +EXPORT_SYMBOL_GPL vmlinux 0xa313f868 pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0xa31c507d usb_acpi_set_power_state +EXPORT_SYMBOL_GPL vmlinux 0xa32ff330 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0xa338cf49 ip_valid_fib_dump_req +EXPORT_SYMBOL_GPL vmlinux 0xa34d7f37 spi_get_device_match_data +EXPORT_SYMBOL_GPL vmlinux 0xa3600808 __traceiter_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0xa36107ad led_trigger_read +EXPORT_SYMBOL_GPL vmlinux 0xa36586d3 led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0xa36d1099 platform_irqchip_probe +EXPORT_SYMBOL_GPL vmlinux 0xa36f50fb is_binary_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xa37ee1ab regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0xa384cdea dw_pcie_ep_linkup +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa38a9f71 get_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xa38c1436 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a36c73 cppc_set_perf +EXPORT_SYMBOL_GPL vmlinux 0xa3ac48a7 start_poll_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3c260bd sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0xa3c79a8f dma_pci_p2pdma_supported +EXPORT_SYMBOL_GPL vmlinux 0xa3c8446c devm_gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0xa3ceb53d devm_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0xa3d0d440 crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0xa3dcb681 zynqmp_pm_fpga_load +EXPORT_SYMBOL_GPL vmlinux 0xa3e36b56 ethnl_cable_test_amplitude +EXPORT_SYMBOL_GPL vmlinux 0xa3e37626 devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xa3ece414 freezer_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xa3f02f15 genphy_c45_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0xa3f12f69 __crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0xa3fd5039 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0xa4031b7f sfp_parse_port +EXPORT_SYMBOL_GPL vmlinux 0xa4062a57 __tracepoint_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xa40a31d8 blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0xa410a295 devlink_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa44a1307 interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xa452f2a4 xen_pirq_from_irq +EXPORT_SYMBOL_GPL vmlinux 0xa45c7b90 stack_trace_print +EXPORT_SYMBOL_GPL vmlinux 0xa45d44fc zynqmp_pm_get_pll_frac_data +EXPORT_SYMBOL_GPL vmlinux 0xa45e6069 xhci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xa460d810 of_clk_hw_simple_get +EXPORT_SYMBOL_GPL vmlinux 0xa4664491 devm_clk_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xa46a046d ethnl_cable_test_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa4718577 devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa4870157 sk_psock_init +EXPORT_SYMBOL_GPL vmlinux 0xa48bdd98 nvdimm_volatile_region_create +EXPORT_SYMBOL_GPL vmlinux 0xa4a35c5f bdev_alignment_offset +EXPORT_SYMBOL_GPL vmlinux 0xa4ab7c1c ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xa4b07fe7 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0xa4be7d5a driver_deferred_probe_check_state +EXPORT_SYMBOL_GPL vmlinux 0xa4bf2e41 cppc_set_epp_perf +EXPORT_SYMBOL_GPL vmlinux 0xa4c00324 asn1_encode_octet_string +EXPORT_SYMBOL_GPL vmlinux 0xa4c085f8 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0xa4c15ae3 trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xa4ed0386 sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0xa4f2a2ed acpi_irq_get +EXPORT_SYMBOL_GPL vmlinux 0xa4f5a0ad verify_signature +EXPORT_SYMBOL_GPL vmlinux 0xa4fdcb78 of_property_read_variable_u8_array +EXPORT_SYMBOL_GPL vmlinux 0xa502770d mtk_pinconf_bias_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xa5053eea md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0xa50a4c3f acpi_subsys_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa514a3c2 irq_gc_set_wake +EXPORT_SYMBOL_GPL vmlinux 0xa516f51a debugfs_real_fops +EXPORT_SYMBOL_GPL vmlinux 0xa517f884 tegra210_plle_hw_sequence_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xa52d3b04 disk_set_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0xa531471e clk_save_context +EXPORT_SYMBOL_GPL vmlinux 0xa54a2cba devlink_linecard_provision_clear +EXPORT_SYMBOL_GPL vmlinux 0xa55582f8 pci_create_ims_domain +EXPORT_SYMBOL_GPL vmlinux 0xa5638431 ata_eh_read_sense_success_ncq_log +EXPORT_SYMBOL_GPL vmlinux 0xa56e1a52 sg_free_table_chained +EXPORT_SYMBOL_GPL vmlinux 0xa57a3a89 mas_empty_area_rev +EXPORT_SYMBOL_GPL vmlinux 0xa598eccb __skb_get_hash_symmetric +EXPORT_SYMBOL_GPL vmlinux 0xa5bda8a1 efi_capsule_supported +EXPORT_SYMBOL_GPL vmlinux 0xa5cb1218 icc_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xa5d1f4b8 stack_depot_snprint +EXPORT_SYMBOL_GPL vmlinux 0xa5d36bfb pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0xa5d7c388 pstore_type_to_name +EXPORT_SYMBOL_GPL vmlinux 0xa5e19190 acpi_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa5ec59ea irq_gc_unmask_enable_reg +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa60b2a26 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0xa6314431 __nvmem_layout_register +EXPORT_SYMBOL_GPL vmlinux 0xa639128b iommu_enable_nesting +EXPORT_SYMBOL_GPL vmlinux 0xa6445323 ftrace_free_filter +EXPORT_SYMBOL_GPL vmlinux 0xa64dd307 gpiod_enable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0xa651069c pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa655c903 of_get_display_timings +EXPORT_SYMBOL_GPL vmlinux 0xa65e550b regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0xa65f3117 driver_attach +EXPORT_SYMBOL_GPL vmlinux 0xa65f3c86 cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa66fad27 __clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0xa66fc27d trace_array_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0xa67a32a2 __spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xa67b50da gnttab_unmap_refs_async +EXPORT_SYMBOL_GPL vmlinux 0xa683453d security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0xa694a6d6 icc_std_aggregate +EXPORT_SYMBOL_GPL vmlinux 0xa6a088b7 fscrypt_match_name +EXPORT_SYMBOL_GPL vmlinux 0xa6a7925c mas_walk +EXPORT_SYMBOL_GPL vmlinux 0xa6ab8457 exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0xa6af1e35 __SCK__tp_func_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xa6b06f65 ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6b5ee5b __SCK__tp_func_block_split +EXPORT_SYMBOL_GPL vmlinux 0xa6b88ad6 fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xa6bd83e3 regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0xa6cd6884 of_detach_node +EXPORT_SYMBOL_GPL vmlinux 0xa6d43c7d iommu_sva_bind_device +EXPORT_SYMBOL_GPL vmlinux 0xa6d8b7da unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xa6db33a4 serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0xa6dc0d97 tegra_read_ram_code +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6e4f41f ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0xa6f4259a of_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0xa708ca58 mas_store_prealloc +EXPORT_SYMBOL_GPL vmlinux 0xa7095936 crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0xa709c835 fib6_info_destroy_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa70f29f3 fsnotify +EXPORT_SYMBOL_GPL vmlinux 0xa717cd9b dev_fill_metadata_dst +EXPORT_SYMBOL_GPL vmlinux 0xa7241959 pkcs7_supply_detached_data +EXPORT_SYMBOL_GPL vmlinux 0xa7255ec2 blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0xa72dd105 pci_bridge_emul_conf_write +EXPORT_SYMBOL_GPL vmlinux 0xa731f387 nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0xa754b1b4 devm_of_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xa7632e05 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa77cdd56 io_uring_cmd_do_in_task_lazy +EXPORT_SYMBOL_GPL vmlinux 0xa788700b copy_to_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0xa790ab4b __tracepoint_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xa7b35ed4 to_nd_desc +EXPORT_SYMBOL_GPL vmlinux 0xa7bb2019 cgroup_get_from_id +EXPORT_SYMBOL_GPL vmlinux 0xa7bd1e63 psil_set_new_ep_config +EXPORT_SYMBOL_GPL vmlinux 0xa7c0807c imx_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0xa7c68231 __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0xa7d0b855 dma_alloc_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xa7d71e62 samsung_sdi_battery_get_info +EXPORT_SYMBOL_GPL vmlinux 0xa7ec34f6 modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xa8006be8 register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xa8010cae sysfs_groups_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xa801bdf7 pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0xa80c9413 rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xa81485e6 __traceiter_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0xa839274d i2c_acpi_find_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0xa846ccdb usb_of_has_combined_node +EXPORT_SYMBOL_GPL vmlinux 0xa8489907 vcap_del_rule +EXPORT_SYMBOL_GPL vmlinux 0xa84a38e7 bpf_prog_create +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa859d431 gov_attr_set_put +EXPORT_SYMBOL_GPL vmlinux 0xa859e285 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0xa8841cc6 mas_next +EXPORT_SYMBOL_GPL vmlinux 0xa8910308 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0xa89926dc crypto_dh_decode_key +EXPORT_SYMBOL_GPL vmlinux 0xa89f247d tegra_xusb_padctl_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0xa8a6364c xas_get_mark +EXPORT_SYMBOL_GPL vmlinux 0xa8ac2214 phy_modify +EXPORT_SYMBOL_GPL vmlinux 0xa8b0dac7 register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xa8c45dff component_add_typed +EXPORT_SYMBOL_GPL vmlinux 0xa8c80b60 power_supply_get_property_from_supplier +EXPORT_SYMBOL_GPL vmlinux 0xa8d2120a wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0xa8d83cd0 kvm_vcpu_kick +EXPORT_SYMBOL_GPL vmlinux 0xa8dc06be inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa8dc95f2 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xa8f1e000 switchdev_handle_port_obj_add_foreign +EXPORT_SYMBOL_GPL vmlinux 0xa8f419dd pm_clk_init +EXPORT_SYMBOL_GPL vmlinux 0xa8f97178 __tracepoint_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xa9221987 filemap_range_has_writeback +EXPORT_SYMBOL_GPL vmlinux 0xa922f7a5 failover_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa928d521 devl_dpipe_table_resource_set +EXPORT_SYMBOL_GPL vmlinux 0xa92d0bef max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xa9320d27 ktime_get_seconds +EXPORT_SYMBOL_GPL vmlinux 0xa932e59b crypto_unregister_aead +EXPORT_SYMBOL_GPL vmlinux 0xa9388bd9 mtk_clk_unregister_composites +EXPORT_SYMBOL_GPL vmlinux 0xa95b5c77 hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0xa96e8b4e hv_setup_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0xa970a4f8 dma_vunmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xa9728bda extcon_set_state_sync +EXPORT_SYMBOL_GPL vmlinux 0xa974d27b usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0xa9769856 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xa97a169f devlink_port_linecard_set +EXPORT_SYMBOL_GPL vmlinux 0xa97d9d81 ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xa9829e15 dma_opt_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0xa98e8671 inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0xa99b8e70 __SCK__tp_func_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0xa99ef899 devlink_fmsg_bool_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xa9a66d1a crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xa9a876a1 fwnode_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0xa9b78e61 regulator_desc_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xa9c7ee2b devm_of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xa9cacc81 bio_trim +EXPORT_SYMBOL_GPL vmlinux 0xa9d5c56d mmc_prepare_busy_cmd +EXPORT_SYMBOL_GPL vmlinux 0xa9f3e28d device_driver_attach +EXPORT_SYMBOL_GPL vmlinux 0xa9f679b2 devm_clk_get_enabled +EXPORT_SYMBOL_GPL vmlinux 0xa9f81e6e get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xaa018687 xfrm_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0xaa15a181 devlink_region_create +EXPORT_SYMBOL_GPL vmlinux 0xaa1627ec dev_pm_opp_enable +EXPORT_SYMBOL_GPL vmlinux 0xaa21d1f0 dw_pcie_find_capability +EXPORT_SYMBOL_GPL vmlinux 0xaa28ff65 irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0xaa393cc6 mas_preallocate +EXPORT_SYMBOL_GPL vmlinux 0xaa3aee8f __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0xaa457c10 dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0xaa6a50f9 __static_key_deferred_flush +EXPORT_SYMBOL_GPL vmlinux 0xaa6e3d74 iommu_sva_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0xaa6e9cd7 input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0xaa7a184c ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0xaa80ba80 ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0xaa92a077 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0xaa957841 mtk_register_reset_controller_with_dev +EXPORT_SYMBOL_GPL vmlinux 0xaa965f29 i2c_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaab3f790 i2c_dw_validate_speed +EXPORT_SYMBOL_GPL vmlinux 0xaab709df component_compare_of +EXPORT_SYMBOL_GPL vmlinux 0xaab9c421 clk_multiplier_ops +EXPORT_SYMBOL_GPL vmlinux 0xaaba7488 spi_async +EXPORT_SYMBOL_GPL vmlinux 0xaaba7cf1 __tracepoint_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xaabe9542 sk_msg_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0xaacfed2e simple_rename_exchange +EXPORT_SYMBOL_GPL vmlinux 0xaad61ced nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xaadf6f5c cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0xaaf0cb85 crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0xaaf439f8 devlink_dpipe_entry_ctx_prepare +EXPORT_SYMBOL_GPL vmlinux 0xaafafbff rockchip_pmu_unblock +EXPORT_SYMBOL_GPL vmlinux 0xab0143ee acpi_dev_get_memory_resources +EXPORT_SYMBOL_GPL vmlinux 0xab060841 zynqmp_pm_query_data +EXPORT_SYMBOL_GPL vmlinux 0xab09cd7c shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0xab0dbfb7 is_swiotlb_active +EXPORT_SYMBOL_GPL vmlinux 0xab1e0e93 hv_setup_kexec_handler +EXPORT_SYMBOL_GPL vmlinux 0xab2e0951 phy_set_speed +EXPORT_SYMBOL_GPL vmlinux 0xab5107a4 tps65912_device_exit +EXPORT_SYMBOL_GPL vmlinux 0xab60124d dev_pm_opp_of_get_opp_desc_node +EXPORT_SYMBOL_GPL vmlinux 0xab6991a9 nl_table +EXPORT_SYMBOL_GPL vmlinux 0xab6f0ded __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0xab776aa9 extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xab90e6b8 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0xaba47bd8 acpi_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0xabac27a6 blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0xabc11724 pci_epc_map_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0xabc640f3 list_lru_isolate +EXPORT_SYMBOL_GPL vmlinux 0xabc6e9e4 pm_report_max_hw_sleep +EXPORT_SYMBOL_GPL vmlinux 0xabcde361 mmput_async +EXPORT_SYMBOL_GPL vmlinux 0xabd45848 stop_machine +EXPORT_SYMBOL_GPL vmlinux 0xabd652e6 ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xabe97c70 dst_cache_set_ip4 +EXPORT_SYMBOL_GPL vmlinux 0xabf42560 kvm_write_guest +EXPORT_SYMBOL_GPL vmlinux 0xabfadd98 __traceiter_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xabfbf7ee dprc_set_obj_irq +EXPORT_SYMBOL_GPL vmlinux 0xabfd0ffd acpi_driver_match_device +EXPORT_SYMBOL_GPL vmlinux 0xabfd9993 of_alias_get_id +EXPORT_SYMBOL_GPL vmlinux 0xac015065 dev_pm_qos_expose_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0xac017eac xhci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0xac064e07 thermal_zone_device +EXPORT_SYMBOL_GPL vmlinux 0xac1f1c0f iptunnel_metadata_reply +EXPORT_SYMBOL_GPL vmlinux 0xac290b7b filemap_read +EXPORT_SYMBOL_GPL vmlinux 0xac46133a vp_modern_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0xac467433 devlink_traps_register +EXPORT_SYMBOL_GPL vmlinux 0xac7c9ca3 acpi_pci_find_root +EXPORT_SYMBOL_GPL vmlinux 0xac8dc8f5 rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0xacae2f37 kvm_vcpu_halt +EXPORT_SYMBOL_GPL vmlinux 0xacb31e41 acpi_device_fix_up_power +EXPORT_SYMBOL_GPL vmlinux 0xacb4d88c clk_rate_exclusive_put +EXPORT_SYMBOL_GPL vmlinux 0xacc14c34 rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xacc977ac alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0xaccba4c2 xen_register_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xace5811e devm_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0xad086f7a usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0xad344e09 devl_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0xad361b2a serial8250_do_set_mctrl +EXPORT_SYMBOL_GPL vmlinux 0xad395dd9 mm_account_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0xad3a8b7c l3mdev_fib_table_rcu +EXPORT_SYMBOL_GPL vmlinux 0xad427fce pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0xad42dff8 __SCK__tp_func_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xad494138 xhci_check_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0xad4bca07 ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0xad4e6259 remove_cpu +EXPORT_SYMBOL_GPL vmlinux 0xad60fdf0 mtk_pinconf_bias_disable_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xad645234 register_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xad76a3f0 __SCK__tp_func_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xad83ce29 xas_find_conflict +EXPORT_SYMBOL_GPL vmlinux 0xad90fded hisi_clk_register_phase +EXPORT_SYMBOL_GPL vmlinux 0xad9ea60a tty_kopen_shared +EXPORT_SYMBOL_GPL vmlinux 0xad9fb247 lwtunnel_valid_encap_type_attr +EXPORT_SYMBOL_GPL vmlinux 0xada38766 dst_cache_destroy +EXPORT_SYMBOL_GPL vmlinux 0xada76015 usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xadc3f8c3 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0xadcfd35a __list_lru_init +EXPORT_SYMBOL_GPL vmlinux 0xadd7efa1 rdev_get_name +EXPORT_SYMBOL_GPL vmlinux 0xade5339b hte_get_clk_src_info +EXPORT_SYMBOL_GPL vmlinux 0xadea7981 blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0xadf48905 crypto_unregister_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xadf9c1b3 housekeeping_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xae01217a mpi_write_to_sgl +EXPORT_SYMBOL_GPL vmlinux 0xae0ecf40 usb_bus_idr_lock +EXPORT_SYMBOL_GPL vmlinux 0xae1051b0 net_cls_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xae197c18 device_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0xae2237d0 ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0xae37a53a disk_uevent +EXPORT_SYMBOL_GPL vmlinux 0xae39f80e dst_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xae3df4b8 fsl_mc_bus_dpdcei_type +EXPORT_SYMBOL_GPL vmlinux 0xae46cc6e __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0xae5b2219 usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xae5db1eb rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0xae66224d dev_pm_opp_of_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae6f32de i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0xae6f3952 meson_eeclkc_probe +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae889ff8 sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xae966c91 __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xae96a687 devl_params_register +EXPORT_SYMBOL_GPL vmlinux 0xae9e885a dma_request_chan_by_mask +EXPORT_SYMBOL_GPL vmlinux 0xaea60b5f msi_lock_descs +EXPORT_SYMBOL_GPL vmlinux 0xaedd7073 rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0xaedfe2ff auxiliary_find_device +EXPORT_SYMBOL_GPL vmlinux 0xaee67c20 gov_update_cpu_data +EXPORT_SYMBOL_GPL vmlinux 0xaeeaa578 sock_map_unhash +EXPORT_SYMBOL_GPL vmlinux 0xaef22b12 ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xaeffb932 check_move_unevictable_folios +EXPORT_SYMBOL_GPL vmlinux 0xaefff0f3 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xaf076aec nd_fletcher64 +EXPORT_SYMBOL_GPL vmlinux 0xaf0b1392 sdio_retune_crc_enable +EXPORT_SYMBOL_GPL vmlinux 0xaf0b6ba7 blkg_rwstat_init +EXPORT_SYMBOL_GPL vmlinux 0xaf348da7 cpu_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xaf3a44e9 __SCK__tp_func_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xaf4014ff usb_amd_quirk_pll_check +EXPORT_SYMBOL_GPL vmlinux 0xaf4be178 i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xaf56e088 usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xaf6d38c0 vcap_mod_rule +EXPORT_SYMBOL_GPL vmlinux 0xaf75e21f ahci_platform_disable_resources +EXPORT_SYMBOL_GPL vmlinux 0xaf793668 __alloc_percpu_gfp +EXPORT_SYMBOL_GPL vmlinux 0xaf7ad94c __SCK__tp_func_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xaf7d7d24 kvm_get_kvm_safe +EXPORT_SYMBOL_GPL vmlinux 0xaf852873 cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0xaf86cb9a ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0xaf8ecbf5 security_kernel_post_read_file +EXPORT_SYMBOL_GPL vmlinux 0xaf8fdf7a pci_hp_del +EXPORT_SYMBOL_GPL vmlinux 0xaf939d1f xhci_get_ep_ctx +EXPORT_SYMBOL_GPL vmlinux 0xafa53248 rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0xafb07262 __pfn_to_mfn +EXPORT_SYMBOL_GPL vmlinux 0xafb1a9e3 lwtunnel_state_alloc +EXPORT_SYMBOL_GPL vmlinux 0xafc4942f folio_wait_writeback_killable +EXPORT_SYMBOL_GPL vmlinux 0xafc8f39a irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0xafcd1cb1 vcap_chain_id_to_lookup +EXPORT_SYMBOL_GPL vmlinux 0xafddd545 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xafdeb17b init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0xafe9f651 rio_free_net +EXPORT_SYMBOL_GPL vmlinux 0xafeb58c1 __SCK__tp_func_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xafebcdb5 xhci_resume +EXPORT_SYMBOL_GPL vmlinux 0xb00184a2 tty_get_icount +EXPORT_SYMBOL_GPL vmlinux 0xb0099f79 topology_clear_scale_freq_source +EXPORT_SYMBOL_GPL vmlinux 0xb0122fec virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0xb0141f3e xdp_features_set_redirect_target +EXPORT_SYMBOL_GPL vmlinux 0xb01a369a pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0xb02ac411 register_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb03a1e7c fuse_request_end +EXPORT_SYMBOL_GPL vmlinux 0xb03c0d17 pci_p2pmem_virt_to_bus +EXPORT_SYMBOL_GPL vmlinux 0xb041d012 pwm_put +EXPORT_SYMBOL_GPL vmlinux 0xb049a294 __SCK__tp_func_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0xb0563777 dma_resv_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xb05b68d5 zynqmp_pm_reset_get_status +EXPORT_SYMBOL_GPL vmlinux 0xb0602be5 usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb06ea245 sbitmap_queue_resize +EXPORT_SYMBOL_GPL vmlinux 0xb0747ed2 rcu_cpu_stall_suppress +EXPORT_SYMBOL_GPL vmlinux 0xb077e70a clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0xb0802f90 __tracepoint_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xb08a22a3 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0xb0ac86df __fscrypt_encrypt_symlink +EXPORT_SYMBOL_GPL vmlinux 0xb0b207a0 of_property_read_variable_u64_array +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0bfc07e clk_hw_init_rate_request +EXPORT_SYMBOL_GPL vmlinux 0xb0d1656c gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0xb0decc42 acpiphp_unregister_attention +EXPORT_SYMBOL_GPL vmlinux 0xb0e413eb irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0xb0e5ff14 tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0xb0e7ab1f __traceiter_console +EXPORT_SYMBOL_GPL vmlinux 0xb0e80016 ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0xb0e8e671 xenbus_otherend_changed +EXPORT_SYMBOL_GPL vmlinux 0xb0f31458 iomap_read_folio +EXPORT_SYMBOL_GPL vmlinux 0xb100167c cdrom_multisession +EXPORT_SYMBOL_GPL vmlinux 0xb10d964d devlink_fmsg_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xb10f4558 dev_pm_opp_of_remove_table +EXPORT_SYMBOL_GPL vmlinux 0xb11d9000 tty_dev_name_to_number +EXPORT_SYMBOL_GPL vmlinux 0xb12b9cdd pinctrl_force_default +EXPORT_SYMBOL_GPL vmlinux 0xb12e229b pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0xb13837ce vcap_rule_add_key_u48 +EXPORT_SYMBOL_GPL vmlinux 0xb13d2ef3 pinconf_generic_dt_free_map +EXPORT_SYMBOL_GPL vmlinux 0xb1425b95 vp_modern_generation +EXPORT_SYMBOL_GPL vmlinux 0xb14ceeaf __ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0xb1591e5a mmc_sanitize +EXPORT_SYMBOL_GPL vmlinux 0xb161e770 sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0xb1647fc2 devlink_info_version_running_put +EXPORT_SYMBOL_GPL vmlinux 0xb17385d7 devlink_port_type_eth_set +EXPORT_SYMBOL_GPL vmlinux 0xb19bdf16 fsl_mc_object_allocate +EXPORT_SYMBOL_GPL vmlinux 0xb1a8bb59 mtk_pinconf_drive_get +EXPORT_SYMBOL_GPL vmlinux 0xb1aca456 usb_amd_pt_check_port +EXPORT_SYMBOL_GPL vmlinux 0xb1acd19d skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0xb1b3f6ed phylink_mii_c22_pcs_decode_state +EXPORT_SYMBOL_GPL vmlinux 0xb1b69ceb dax_iomap_rw +EXPORT_SYMBOL_GPL vmlinux 0xb1baa71a devlink_linecard_provision_fail +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1c62f63 of_pci_parse_bus_range +EXPORT_SYMBOL_GPL vmlinux 0xb1c9180f fsl_mc_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xb1d078c8 netdev_walk_all_upper_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0xb1dfecea power_supply_battery_info_properties_size +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1e43475 ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0xb1e8258e ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0xb1ef8f0d devlink_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb1fc1782 pci_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xb202f0d7 rht_bucket_nested_insert +EXPORT_SYMBOL_GPL vmlinux 0xb2058c4c crypto_register_scomps +EXPORT_SYMBOL_GPL vmlinux 0xb214c814 ptp_parse_header +EXPORT_SYMBOL_GPL vmlinux 0xb21d00c6 hte_ts_put +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb226cc68 acpi_get_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0xb22adb5a rio_dma_prep_xfer +EXPORT_SYMBOL_GPL vmlinux 0xb22d2192 pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xb22d790c ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xb23b7691 start_poll_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0xb2405efc secure_tcp_seq +EXPORT_SYMBOL_GPL vmlinux 0xb24b9e9e dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0xb256be16 efivar_is_available +EXPORT_SYMBOL_GPL vmlinux 0xb2581b61 icc_put +EXPORT_SYMBOL_GPL vmlinux 0xb25c1fa8 set_capacity_and_notify +EXPORT_SYMBOL_GPL vmlinux 0xb26a1add elfcorehdr_addr +EXPORT_SYMBOL_GPL vmlinux 0xb26b0136 of_devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0xb27702c1 i2c_dw_configure_master +EXPORT_SYMBOL_GPL vmlinux 0xb27c7dd3 max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xb29533ee zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0xb29a3da6 serial8250_do_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0xb2a6f197 bpf_fentry_test1 +EXPORT_SYMBOL_GPL vmlinux 0xb2b0c425 iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xb2b906ae sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xb2bbf3de acpi_dev_clear_dependencies +EXPORT_SYMBOL_GPL vmlinux 0xb2c1732e rcu_gp_set_torture_wait +EXPORT_SYMBOL_GPL vmlinux 0xb2e105e0 hypervisor_kobj +EXPORT_SYMBOL_GPL vmlinux 0xb2e5128a of_phandle_iterator_init +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb2f38b12 ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0xb2fa093e blk_mq_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xb307c909 devlink_fmsg_u64_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xb309d947 pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0xb30b2bda preempt_model_full +EXPORT_SYMBOL_GPL vmlinux 0xb31508c8 pci_msix_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xb31c617c nfs42_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0xb32142c3 imx_pinconf_set_scu +EXPORT_SYMBOL_GPL vmlinux 0xb3228499 fscrypt_drop_inode +EXPORT_SYMBOL_GPL vmlinux 0xb33093cc trace_seq_path +EXPORT_SYMBOL_GPL vmlinux 0xb3360412 kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0xb343dcbf sysfs_create_link_nowarn +EXPORT_SYMBOL_GPL vmlinux 0xb34f6248 devfreq_event_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xb35785f8 blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0xb3586bf2 irq_domain_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xb37a2fef platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0xb37c9e27 ata_acpi_stm +EXPORT_SYMBOL_GPL vmlinux 0xb37d0818 task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0xb38a9f6b rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0xb3bdc50a usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xb3ce12a9 fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb3d16b34 dev_pm_opp_get_required_pstate +EXPORT_SYMBOL_GPL vmlinux 0xb3d94b9c synth_event_trace_end +EXPORT_SYMBOL_GPL vmlinux 0xb3ddc8ce of_k3_ringacc_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xb3f43853 __traceiter_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xb3fd8fe6 kernel_read_file_from_path +EXPORT_SYMBOL_GPL vmlinux 0xb40d673e zynqmp_pm_pinctrl_request +EXPORT_SYMBOL_GPL vmlinux 0xb40d9f12 __devres_alloc_node +EXPORT_SYMBOL_GPL vmlinux 0xb41de8c5 nop_posix_acl_default +EXPORT_SYMBOL_GPL vmlinux 0xb42bd845 mtk_eint_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb431c07e xhci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0xb43322a9 scmi_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xb43f9365 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xb44bff93 devm_ti_sci_get_resource +EXPORT_SYMBOL_GPL vmlinux 0xb44e18ea audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb450657c gpiochip_generic_free +EXPORT_SYMBOL_GPL vmlinux 0xb454bbee adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb45c5b34 bpf_verifier_log_write +EXPORT_SYMBOL_GPL vmlinux 0xb471f7a0 devl_register +EXPORT_SYMBOL_GPL vmlinux 0xb47301c2 memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0xb47cc577 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xb48f0638 software_node_register +EXPORT_SYMBOL_GPL vmlinux 0xb48f3499 xlnx_register_event +EXPORT_SYMBOL_GPL vmlinux 0xb4a8be67 lwtunnel_output +EXPORT_SYMBOL_GPL vmlinux 0xb4a8f1f7 crypto_rng_reset +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4cb3269 phylink_mii_c22_pcs_an_restart +EXPORT_SYMBOL_GPL vmlinux 0xb4d74f19 ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0xb4e5e269 rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4eda0da ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0xb4f87ad3 bpf_map_inc +EXPORT_SYMBOL_GPL vmlinux 0xb4faf99a blk_mq_flush_busy_ctxs +EXPORT_SYMBOL_GPL vmlinux 0xb501b2df nd_cmd_dimm_desc +EXPORT_SYMBOL_GPL vmlinux 0xb50505d8 da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xb505b378 sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0xb5093dd3 console_list +EXPORT_SYMBOL_GPL vmlinux 0xb50c1de5 register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0xb50d8061 pci_assign_unassigned_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0xb5116b6a ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0xb516e6ec led_init_default_state_get +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb520eb79 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xb524226c regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0xb53c0fd6 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0xb53fea35 tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xb55139f6 HUF_readStats +EXPORT_SYMBOL_GPL vmlinux 0xb55de460 HYPERVISOR_dm_op +EXPORT_SYMBOL_GPL vmlinux 0xb561c490 mpi_mul +EXPORT_SYMBOL_GPL vmlinux 0xb570745c __SCK__tp_func_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0xb57f86d9 bpf_trace_run3 +EXPORT_SYMBOL_GPL vmlinux 0xb58094ac serial8250_em485_config +EXPORT_SYMBOL_GPL vmlinux 0xb592d904 __gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL vmlinux 0xb59a5bae lwtunnel_build_state +EXPORT_SYMBOL_GPL vmlinux 0xb5a83e35 gnttab_setup_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xb5a8c226 acpi_gsi_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xb5afd58e skb_gso_validate_network_len +EXPORT_SYMBOL_GPL vmlinux 0xb5afd6b1 nf_checksum +EXPORT_SYMBOL_GPL vmlinux 0xb5b5716f l3mdev_table_lookup_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb5b6fb04 hv_get_vpreg +EXPORT_SYMBOL_GPL vmlinux 0xb5dffe4b trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0xb5e6e981 dev_pm_set_dedicated_wake_irq_reverse +EXPORT_SYMBOL_GPL vmlinux 0xb5eb0db2 devm_pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0xb6035e26 uart_try_toggle_sysrq +EXPORT_SYMBOL_GPL vmlinux 0xb6133bc2 iomap_bmap +EXPORT_SYMBOL_GPL vmlinux 0xb6182201 irq_get_default_host +EXPORT_SYMBOL_GPL vmlinux 0xb619ea12 __traceiter_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0xb61abc51 md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0xb6231135 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb6341b11 pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xb6357e53 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0xb63b4774 dma_vmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xb64000d9 devl_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb6410433 mpi_addm +EXPORT_SYMBOL_GPL vmlinux 0xb6428c73 k3_udma_glue_request_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xb6445027 irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xb6498c84 of_regulator_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0xb649fefe crypto_register_templates +EXPORT_SYMBOL_GPL vmlinux 0xb64c7327 __devm_clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0xb650f183 phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0xb655f91b pci_epc_get_next_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xb66bc276 irq_domain_free_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0xb6787346 sfp_unregister_socket +EXPORT_SYMBOL_GPL vmlinux 0xb6808f22 thermal_zone_device_register_with_trips +EXPORT_SYMBOL_GPL vmlinux 0xb69a1b42 dma_async_device_channel_register +EXPORT_SYMBOL_GPL vmlinux 0xb69afbb0 devlink_linecard_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xb69ebbf8 led_sysfs_disable +EXPORT_SYMBOL_GPL vmlinux 0xb6df084d sbitmap_queue_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0xb6e0e233 nf_queue_entry_free +EXPORT_SYMBOL_GPL vmlinux 0xb6e0f232 iommu_sva_get_pasid +EXPORT_SYMBOL_GPL vmlinux 0xb6e6d99d clk_disable +EXPORT_SYMBOL_GPL vmlinux 0xb6f86038 i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0xb6f9a156 kpp_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xb6f9b186 dw_pcie_write_dbi +EXPORT_SYMBOL_GPL vmlinux 0xb7068eac devm_gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0xb7214fbd blk_mq_freeze_queue +EXPORT_SYMBOL_GPL vmlinux 0xb7329c06 clk_set_phase +EXPORT_SYMBOL_GPL vmlinux 0xb736e3ea rockchip_clk_register_branches +EXPORT_SYMBOL_GPL vmlinux 0xb73713d7 nvmem_add_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0xb73e1a84 mmc_send_abort_tuning +EXPORT_SYMBOL_GPL vmlinux 0xb7549f2a register_trace_event +EXPORT_SYMBOL_GPL vmlinux 0xb76676f3 blk_mq_unquiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0xb76e73ec is_nvdimm_sync +EXPORT_SYMBOL_GPL vmlinux 0xb771c2b6 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0xb774ffb7 pinctrl_generic_get_group_count +EXPORT_SYMBOL_GPL vmlinux 0xb77807ea fscrypt_context_for_new_inode +EXPORT_SYMBOL_GPL vmlinux 0xb782c1a3 hv_get_vpreg_128 +EXPORT_SYMBOL_GPL vmlinux 0xb786bf75 pci_write_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0xb79450e8 ahci_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xb7a2f160 io_uring_cmd_import_fixed +EXPORT_SYMBOL_GPL vmlinux 0xb7a387fc synchronize_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0xb7afe736 dm_report_zones +EXPORT_SYMBOL_GPL vmlinux 0xb7b368ab badblocks_store +EXPORT_SYMBOL_GPL vmlinux 0xb7b63281 udp_tunnel_nic_ops +EXPORT_SYMBOL_GPL vmlinux 0xb7c69a63 unregister_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb7c93faa mtk_clk_register_pllfhs +EXPORT_SYMBOL_GPL vmlinux 0xb7cae072 adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0xb7d6d42f device_find_child_by_name +EXPORT_SYMBOL_GPL vmlinux 0xb7dc2f4e usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0xb7ddbd84 mmc_crypto_prepare_req +EXPORT_SYMBOL_GPL vmlinux 0xb7e8758d msg_zerocopy_callback +EXPORT_SYMBOL_GPL vmlinux 0xb7eab117 devl_linecard_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb7f7e80e __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0xb7f990e9 rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xb806211e sock_map_close +EXPORT_SYMBOL_GPL vmlinux 0xb8231cb8 __fscrypt_prepare_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb8273d0b __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0xb82bfe0c dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0xb8324529 fb_deferred_io_release +EXPORT_SYMBOL_GPL vmlinux 0xb83a1bc8 xenbus_switch_state +EXPORT_SYMBOL_GPL vmlinux 0xb85042e5 gnttab_free_grant_reference_seq +EXPORT_SYMBOL_GPL vmlinux 0xb85064ac dev_pm_opp_get_supplies +EXPORT_SYMBOL_GPL vmlinux 0xb868676e mpc8xxx_spi_rx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0xb868ea9b ahci_reset_em +EXPORT_SYMBOL_GPL vmlinux 0xb8745ba3 ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xb8781582 imx_clk_hw_sscg_pll +EXPORT_SYMBOL_GPL vmlinux 0xb87f40fe cppc_set_enable +EXPORT_SYMBOL_GPL vmlinux 0xb880adb7 rio_unregister_mport +EXPORT_SYMBOL_GPL vmlinux 0xb887181b ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xb88dbfce irq_set_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0xb89d4fdd dma_resv_get_fences +EXPORT_SYMBOL_GPL vmlinux 0xb89e69b1 jump_label_update_timeout +EXPORT_SYMBOL_GPL vmlinux 0xb8a1550a __traceiter_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0xb8ab62a2 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xb8b45ca0 xenbus_probe_devices +EXPORT_SYMBOL_GPL vmlinux 0xb8b8c4f0 ti_sci_release_resource +EXPORT_SYMBOL_GPL vmlinux 0xb8c66b88 crypto_grab_ahash +EXPORT_SYMBOL_GPL vmlinux 0xb8c92697 usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0xb8cd3a7f nf_logger_put +EXPORT_SYMBOL_GPL vmlinux 0xb8f11603 idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb8fafc55 alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0xb903a3fe watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xb90e7f70 irq_chip_set_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0xb9108c99 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0xb912560d static_key_disable +EXPORT_SYMBOL_GPL vmlinux 0xb917b6d7 return_address +EXPORT_SYMBOL_GPL vmlinux 0xb92b9671 phy_led_triggers_register +EXPORT_SYMBOL_GPL vmlinux 0xb9341db5 of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0xb934ef30 phy_set_mode_ext +EXPORT_SYMBOL_GPL vmlinux 0xb940d90d hte_enable_ts +EXPORT_SYMBOL_GPL vmlinux 0xb9423bf7 acpi_device_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0xb951816b powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0xb957a09f securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xb9681621 xdp_do_flush +EXPORT_SYMBOL_GPL vmlinux 0xb9700f56 __phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0xb980dc42 tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb9852d11 __traceiter_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xb986c1c7 fscrypt_mergeable_bio_bh +EXPORT_SYMBOL_GPL vmlinux 0xb997416e usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0xb99a3b00 sbitmap_queue_recalculate_wake_batch +EXPORT_SYMBOL_GPL vmlinux 0xb9a83163 of_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0xb9b26a82 input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c16f51 hv_max_vp_index +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9c5a9af kstrdup_quotable_cmdline +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9d92739 hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xb9e0fa9b timer_unstable_counter_workaround +EXPORT_SYMBOL_GPL vmlinux 0xb9f3fa23 ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0xb9f82447 of_clk_del_provider +EXPORT_SYMBOL_GPL vmlinux 0xba0b7278 follow_pte +EXPORT_SYMBOL_GPL vmlinux 0xba0dc0dd devlink_port_type_clear +EXPORT_SYMBOL_GPL vmlinux 0xba220db7 __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba2e26a9 i2c_slave_unregister +EXPORT_SYMBOL_GPL vmlinux 0xba2fb11f nd_region_provider_data +EXPORT_SYMBOL_GPL vmlinux 0xba334eea nvmem_add_cell_table +EXPORT_SYMBOL_GPL vmlinux 0xba3e68e3 fwnode_usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0xba44bfe3 regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xba4593f6 iomap_fiemap +EXPORT_SYMBOL_GPL vmlinux 0xba45c682 devfreq_event_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xba467d20 of_pci_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0xba599670 tegra_bpmp_mrq_is_supported +EXPORT_SYMBOL_GPL vmlinux 0xba5f4364 devlink_dpipe_entry_ctx_append +EXPORT_SYMBOL_GPL vmlinux 0xba65d763 __fsverity_cleanup_inode +EXPORT_SYMBOL_GPL vmlinux 0xba6eb67d __tracepoint_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xba813aae alloc_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0xba91292e __traceiter_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0xba9af581 ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0xbaa09033 device_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0xbaa868d7 xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0xbab9a9f0 maxim_charger_currents +EXPORT_SYMBOL_GPL vmlinux 0xbabed63b __hwspin_lock_timeout +EXPORT_SYMBOL_GPL vmlinux 0xbac94448 __tracepoint_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0xbad81f39 irq_chip_set_parent_state +EXPORT_SYMBOL_GPL vmlinux 0xbadbbae3 syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xbae13c29 static_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0xbae6a159 rio_pw_enable +EXPORT_SYMBOL_GPL vmlinux 0xbaf6850c fsnotify_wait_marks_destroyed +EXPORT_SYMBOL_GPL vmlinux 0xbb004e08 usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0xbb028ad3 rcu_gp_slow_register +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb0b25d2 register_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0xbb24f372 __SCK__tp_func_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xbb30f4cf crypto_clone_shash +EXPORT_SYMBOL_GPL vmlinux 0xbb33cf02 of_request_module +EXPORT_SYMBOL_GPL vmlinux 0xbb4146b3 get_completed_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xbb446146 ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xbb6508da random_get_entropy_fallback +EXPORT_SYMBOL_GPL vmlinux 0xbb6a3cbd devlink_fmsg_arr_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xbb6f025a asymmetric_key_generate_id +EXPORT_SYMBOL_GPL vmlinux 0xbb7195a5 xdp_warn +EXPORT_SYMBOL_GPL vmlinux 0xbb7e86b1 devl_param_driverinit_value_get +EXPORT_SYMBOL_GPL vmlinux 0xbb7e9690 gfn_to_hva_memslot +EXPORT_SYMBOL_GPL vmlinux 0xbb93e788 usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0xbb9774fa fsverity_ioctl_read_metadata +EXPORT_SYMBOL_GPL vmlinux 0xbbac09ba crypto_alloc_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xbbc4b050 crypto_clone_tfm +EXPORT_SYMBOL_GPL vmlinux 0xbbca8bca blk_mq_end_request_batch +EXPORT_SYMBOL_GPL vmlinux 0xbbe09cbc filemap_migrate_folio +EXPORT_SYMBOL_GPL vmlinux 0xbbe5611b crc64_rocksoft_update +EXPORT_SYMBOL_GPL vmlinux 0xbbe56404 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0xbbe69b6f sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0xbbe7fc3b regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xbbe98af6 sprd_pinctrl_remove +EXPORT_SYMBOL_GPL vmlinux 0xbbf82b6f zynqmp_pm_set_tcm_config +EXPORT_SYMBOL_GPL vmlinux 0xbc044672 acpi_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0xbc17026c fuse_init_fs_context_submount +EXPORT_SYMBOL_GPL vmlinux 0xbc2ad7d9 devlink_linecard_nested_dl_set +EXPORT_SYMBOL_GPL vmlinux 0xbc30c245 cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0xbc30fe3a crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0xbc314156 nop_mnt_idmap +EXPORT_SYMBOL_GPL vmlinux 0xbc3826d7 fib_nh_common_init +EXPORT_SYMBOL_GPL vmlinux 0xbc3e8282 pci_msi_unmask_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc3f2cb0 timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xbc4a4c47 vp_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0xbc4bda36 sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0xbc4cbd5b mtk_pinconf_adv_drive_set +EXPORT_SYMBOL_GPL vmlinux 0xbc4ed0c3 ata_pci_shutdown_one +EXPORT_SYMBOL_GPL vmlinux 0xbc55cbf3 of_hte_req_count +EXPORT_SYMBOL_GPL vmlinux 0xbc600dc9 preempt_model_voluntary +EXPORT_SYMBOL_GPL vmlinux 0xbc6bec66 free_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc6e2735 crypto_comp_compress +EXPORT_SYMBOL_GPL vmlinux 0xbc7fa35e tracing_snapshot_cond_disable +EXPORT_SYMBOL_GPL vmlinux 0xbc916778 kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0xbc93b637 i2c_dw_prepare_clk +EXPORT_SYMBOL_GPL vmlinux 0xbc9b8588 ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xbcaa0955 genphy_c45_fast_retrain +EXPORT_SYMBOL_GPL vmlinux 0xbcabb819 dev_pm_opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0xbcb115e7 led_put +EXPORT_SYMBOL_GPL vmlinux 0xbcb2d54b irq_domain_update_bus_token +EXPORT_SYMBOL_GPL vmlinux 0xbcc15e75 ktime_get_coarse_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xbcc6c89f badblocks_init +EXPORT_SYMBOL_GPL vmlinux 0xbccafb91 dev_pm_opp_adjust_voltage +EXPORT_SYMBOL_GPL vmlinux 0xbcd1ba73 vcap_set_tc_exterr +EXPORT_SYMBOL_GPL vmlinux 0xbcd2240d gpiochip_get_data +EXPORT_SYMBOL_GPL vmlinux 0xbcdc9667 pse_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbce490ee gpiod_count +EXPORT_SYMBOL_GPL vmlinux 0xbcf1f0e6 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xbcf8463c skcipher_alloc_instance_simple +EXPORT_SYMBOL_GPL vmlinux 0xbd01e87f balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xbd05730d sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0xbd06f3a9 ata_get_cmd_name +EXPORT_SYMBOL_GPL vmlinux 0xbd1db70e xhci_ext_cap_init +EXPORT_SYMBOL_GPL vmlinux 0xbd1e0b54 da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0xbd24aaf3 cdx_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbd3fe1e3 disable_hardirq +EXPORT_SYMBOL_GPL vmlinux 0xbd4dc474 of_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0xbd5bd4fb devl_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbd602642 acpi_device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0xbd649041 mark_page_dirty_in_slot +EXPORT_SYMBOL_GPL vmlinux 0xbd6c934f metadata_dst_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0xbd75c46f sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xbd7aaaee add_memory +EXPORT_SYMBOL_GPL vmlinux 0xbd7e7908 decrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0xbd88cc55 bsg_job_put +EXPORT_SYMBOL_GPL vmlinux 0xbd8e0d3c sampling_rate_store +EXPORT_SYMBOL_GPL vmlinux 0xbd9f4a36 iommu_fwspec_free +EXPORT_SYMBOL_GPL vmlinux 0xbda04a91 cond_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xbda7465c pci_hp_destroy +EXPORT_SYMBOL_GPL vmlinux 0xbdb2217d hv_is_isolation_supported +EXPORT_SYMBOL_GPL vmlinux 0xbdc508a7 __devm_irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0xbdd0eff5 debugfs_write_file_bool +EXPORT_SYMBOL_GPL vmlinux 0xbdd9b869 dma_get_slave_caps +EXPORT_SYMBOL_GPL vmlinux 0xbdda1b5f vmalloc_huge +EXPORT_SYMBOL_GPL vmlinux 0xbde614e9 syscon_regmap_lookup_by_phandle_optional +EXPORT_SYMBOL_GPL vmlinux 0xbdec1f92 dw_pcie_ep_raise_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0xbdec7706 mptcp_subflow_init_cookie_req +EXPORT_SYMBOL_GPL vmlinux 0xbdec8173 crypto_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xbdf2465e paste_selection +EXPORT_SYMBOL_GPL vmlinux 0xbdf41d62 ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0xbe03cfab irq_domain_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xbe0fc137 pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xbe10ff58 dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0xbe137c1e imx_fracn_gppll +EXPORT_SYMBOL_GPL vmlinux 0xbe1d0b97 hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0xbe2ec92f usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0xbe43ede5 sprd_pinctrl_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xbe4adc25 clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xbe5c888b crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0xbe5e3414 k3_udma_glue_reset_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0xbe687e88 wake_up_all_idle_cpus +EXPORT_SYMBOL_GPL vmlinux 0xbe6f2c0b iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0xbe70ea59 usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xbe787762 of_clk_add_provider +EXPORT_SYMBOL_GPL vmlinux 0xbe92a3b6 dw8250_setup_port +EXPORT_SYMBOL_GPL vmlinux 0xbe96dfd8 of_reconfig_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbe97a464 sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xbe9a83d5 dw_pcie_write +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbea82a5c kvm_io_bus_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xbeaae248 ahci_init_controller +EXPORT_SYMBOL_GPL vmlinux 0xbeb7b7d3 __traceiter_rwmmio_read +EXPORT_SYMBOL_GPL vmlinux 0xbebc70b7 fsl_mc_bus_dpaiop_type +EXPORT_SYMBOL_GPL vmlinux 0xbec29a77 devm_register_restart_handler +EXPORT_SYMBOL_GPL vmlinux 0xbec49c6f tegra_bpmp_free_mrq +EXPORT_SYMBOL_GPL vmlinux 0xbec66c3a __apei_exec_run +EXPORT_SYMBOL_GPL vmlinux 0xbed17964 bpf_sk_storage_diag_put +EXPORT_SYMBOL_GPL vmlinux 0xbed61e49 device_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0xbee0d3d4 iommu_device_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf06206b device_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xbf0ac78f devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0xbf11ef09 ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0xbf2e2e71 housekeeping_enabled +EXPORT_SYMBOL_GPL vmlinux 0xbf39841a of_map_id +EXPORT_SYMBOL_GPL vmlinux 0xbf3e433c vcap_keyfieldset +EXPORT_SYMBOL_GPL vmlinux 0xbf4513c3 devlink_linecard_activate +EXPORT_SYMBOL_GPL vmlinux 0xbf54403d get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0xbf5e5689 inet6_hash +EXPORT_SYMBOL_GPL vmlinux 0xbf87bb90 spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0xbf8de5e3 pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xbf990088 meson_clk_mpll_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xbfa60352 pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0xbfb54874 add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0xbfbaf135 uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfc86e40 ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0xbfc9dfce pm_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xbfd45027 bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xbfda37ea crypto_clone_cipher +EXPORT_SYMBOL_GPL vmlinux 0xbfe5616d tick_broadcast_oneshot_control +EXPORT_SYMBOL_GPL vmlinux 0xbfeaa083 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0xbfed2cd9 __wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0xbff297bb nvmem_device_find +EXPORT_SYMBOL_GPL vmlinux 0xbff5ecbf mtk_clk_register_plls +EXPORT_SYMBOL_GPL vmlinux 0xbff78868 dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0xc005e00b pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0xc00685d2 power_supply_property_is_writeable +EXPORT_SYMBOL_GPL vmlinux 0xc00689bc icc_node_del +EXPORT_SYMBOL_GPL vmlinux 0xc036f14c tpm2_get_tpm_pt +EXPORT_SYMBOL_GPL vmlinux 0xc046cf84 imx93_clk_gate +EXPORT_SYMBOL_GPL vmlinux 0xc05cee80 ipi_get_hwirq +EXPORT_SYMBOL_GPL vmlinux 0xc071a258 ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0xc077d1fb device_for_each_child_reverse +EXPORT_SYMBOL_GPL vmlinux 0xc08441c2 da903x_read +EXPORT_SYMBOL_GPL vmlinux 0xc08646ee badblocks_show +EXPORT_SYMBOL_GPL vmlinux 0xc0880fdb unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0xc090c376 net_selftest_get_strings +EXPORT_SYMBOL_GPL vmlinux 0xc0a3d155 k3_udma_glue_rx_get_flow_id_base +EXPORT_SYMBOL_GPL vmlinux 0xc0a8f4be phylink_resume +EXPORT_SYMBOL_GPL vmlinux 0xc0a96e14 rcu_gp_is_expedited +EXPORT_SYMBOL_GPL vmlinux 0xc0af6cec devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xc0b2664d devlink_dpipe_header_ipv4 +EXPORT_SYMBOL_GPL vmlinux 0xc0dbced4 lwtstate_free +EXPORT_SYMBOL_GPL vmlinux 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL vmlinux 0xc0f0458a ip_tunnel_unneed_metadata +EXPORT_SYMBOL_GPL vmlinux 0xc0f772a9 of_property_read_u32_index +EXPORT_SYMBOL_GPL vmlinux 0xc1059a3a __clk_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xc1081e72 pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0xc1086e0c sysrq_toggle_support +EXPORT_SYMBOL_GPL vmlinux 0xc1180783 edac_mc_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc11a710b power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0xc1250c4e fixup_user_fault +EXPORT_SYMBOL_GPL vmlinux 0xc135b520 tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xc14f7616 __SCK__tp_func_rwmmio_post_write +EXPORT_SYMBOL_GPL vmlinux 0xc1594d11 mtk_clk_gate_ops_no_setclr +EXPORT_SYMBOL_GPL vmlinux 0xc16169a3 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xc16923cf badblocks_exit +EXPORT_SYMBOL_GPL vmlinux 0xc1743430 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc1760b17 relay_flush +EXPORT_SYMBOL_GPL vmlinux 0xc17d9740 __traceiter_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xc17e9946 usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0xc17f2755 fat_detach +EXPORT_SYMBOL_GPL vmlinux 0xc1941b2b acomp_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc19b2437 __tracepoint_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc19cb5c3 devres_get +EXPORT_SYMBOL_GPL vmlinux 0xc1a026e5 __traceiter_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0xc1b43e4c bpf_trace_run5 +EXPORT_SYMBOL_GPL vmlinux 0xc1d15a4c phylink_set_port_modes +EXPORT_SYMBOL_GPL vmlinux 0xc1d505e6 gpiochip_irq_unmap +EXPORT_SYMBOL_GPL vmlinux 0xc1dce028 k3_udma_glue_reset_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xc1dda317 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xc1e6986e interval_tree_span_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xc1f0cfda ahci_platform_enable_resources +EXPORT_SYMBOL_GPL vmlinux 0xc1f20af2 edac_pci_handle_pe +EXPORT_SYMBOL_GPL vmlinux 0xc21765db mtk_hw_get_value +EXPORT_SYMBOL_GPL vmlinux 0xc2180957 tcp_unregister_ulp +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc23679d9 sbitmap_bitmap_show +EXPORT_SYMBOL_GPL vmlinux 0xc2368ea5 ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0xc23cd35f kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL vmlinux 0xc245d6d3 fscrypt_mergeable_bio +EXPORT_SYMBOL_GPL vmlinux 0xc2472388 tegra210_clk_emc_update_setting +EXPORT_SYMBOL_GPL vmlinux 0xc25b8971 hv_remove_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0xc2692173 wakeup_sources_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xc27750d2 regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xc27eef62 ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc289e46d cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xc2965295 set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0xc29994f5 ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0xc2a0d8a3 usb_control_msg_send +EXPORT_SYMBOL_GPL vmlinux 0xc2a3e570 errata +EXPORT_SYMBOL_GPL vmlinux 0xc2a814db tcp_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xc2c1c427 perf_event_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc2d55962 work_on_cpu_key +EXPORT_SYMBOL_GPL vmlinux 0xc2db034a set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0xc2dd14b9 mtk_pinconf_bias_disable_set +EXPORT_SYMBOL_GPL vmlinux 0xc2de27ca hest_disable +EXPORT_SYMBOL_GPL vmlinux 0xc2df7460 devm_mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc2ffba07 dev_pm_opp_find_freq_ceil +EXPORT_SYMBOL_GPL vmlinux 0xc3042d3d sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xc3097c52 gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0xc3114c83 scsi_build_sense +EXPORT_SYMBOL_GPL vmlinux 0xc340e246 zynqmp_pm_request_node +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc349a1ca pci_p2pdma_distance_many +EXPORT_SYMBOL_GPL vmlinux 0xc3632cf9 power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0xc3659e0d skb_mpls_dec_ttl +EXPORT_SYMBOL_GPL vmlinux 0xc3708747 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc3755edb vcap_get_rule_count_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0xc376c213 of_platform_default_populate +EXPORT_SYMBOL_GPL vmlinux 0xc3805cd1 fs_ftype_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0xc3876c1a hv_isolation_type_snp +EXPORT_SYMBOL_GPL vmlinux 0xc3997d9d mpi_read_raw_from_sgl +EXPORT_SYMBOL_GPL vmlinux 0xc3b47825 rcu_async_relax +EXPORT_SYMBOL_GPL vmlinux 0xc3bf865a dm_hold +EXPORT_SYMBOL_GPL vmlinux 0xc3c05df5 is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0xc3c37619 of_fdt_unflatten_tree +EXPORT_SYMBOL_GPL vmlinux 0xc3c391a0 io_uring_cmd_sock +EXPORT_SYMBOL_GPL vmlinux 0xc3c4c6cc hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0xc3c56dab led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0xc3ce685d gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0xc3de65ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc3ea5305 iommu_default_passthrough +EXPORT_SYMBOL_GPL vmlinux 0xc3eb0dbc gnttab_unmap_refs_sync +EXPORT_SYMBOL_GPL vmlinux 0xc3f18b8d acpi_dev_get_next_consumer_dev +EXPORT_SYMBOL_GPL vmlinux 0xc4048566 tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0xc410ff66 usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0xc4176058 uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc4280f34 mbox_request_channel_byname +EXPORT_SYMBOL_GPL vmlinux 0xc42e192e usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0xc4339058 device_add_software_node +EXPORT_SYMBOL_GPL vmlinux 0xc43b5016 class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xc43bf614 gov_attr_set_init +EXPORT_SYMBOL_GPL vmlinux 0xc43e92b9 trace_seq_bprintf +EXPORT_SYMBOL_GPL vmlinux 0xc44afc48 pse_ethtool_set_config +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc46324f6 dynevent_create +EXPORT_SYMBOL_GPL vmlinux 0xc46c17ea nf_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc47ee012 kset_find_obj +EXPORT_SYMBOL_GPL vmlinux 0xc48124c1 pci_epc_remove_epf +EXPORT_SYMBOL_GPL vmlinux 0xc487cf2c shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xc49e5de8 dev_pm_domain_attach_by_name +EXPORT_SYMBOL_GPL vmlinux 0xc4a31146 rdma_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc4a32e0c bpf_redirect_info +EXPORT_SYMBOL_GPL vmlinux 0xc4a72936 trusted_tpm_send +EXPORT_SYMBOL_GPL vmlinux 0xc4adfd5f strp_process +EXPORT_SYMBOL_GPL vmlinux 0xc4b5c837 gpiochip_line_is_open_drain +EXPORT_SYMBOL_GPL vmlinux 0xc4ba9aeb zynqmp_pm_fpga_get_config_status +EXPORT_SYMBOL_GPL vmlinux 0xc4bb5a5e power_supply_external_power_changed +EXPORT_SYMBOL_GPL vmlinux 0xc4c4a2c6 xenbus_probe_node +EXPORT_SYMBOL_GPL vmlinux 0xc4caae16 crypto_hash_alg_has_setkey +EXPORT_SYMBOL_GPL vmlinux 0xc4d5e0e8 acpi_gpio_get_irq_resource +EXPORT_SYMBOL_GPL vmlinux 0xc4db11fd extcon_sync +EXPORT_SYMBOL_GPL vmlinux 0xc4e0c71d pci_aer_clear_nonfatal_status +EXPORT_SYMBOL_GPL vmlinux 0xc4e3ccfe devm_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0xc4e4b6f6 dpbp_enable +EXPORT_SYMBOL_GPL vmlinux 0xc4e99f8f spi_take_timestamp_pre +EXPORT_SYMBOL_GPL vmlinux 0xc4f0da12 ktime_get_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xc4f63d67 l3mdev_table_lookup_register +EXPORT_SYMBOL_GPL vmlinux 0xc4f70415 meson_clk_pcie_pll_ops +EXPORT_SYMBOL_GPL vmlinux 0xc5034d9f inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0xc50623ab ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc51450c6 imx_ccm_lock +EXPORT_SYMBOL_GPL vmlinux 0xc517d024 regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0xc51ab85f devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0xc536fbea dev_pm_opp_set_rate +EXPORT_SYMBOL_GPL vmlinux 0xc53a797a devm_reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xc54ebfb7 devm_thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0xc551e6eb devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xc5604800 clk_set_rate_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xc569d8ce __clk_get_name +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc5777fca linear_range_get_selector_low_array +EXPORT_SYMBOL_GPL vmlinux 0xc585cd8c device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0xc58a3ee6 icc_node_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc58e2b57 fsnotify_find_mark +EXPORT_SYMBOL_GPL vmlinux 0xc595e531 tcpv6_prot +EXPORT_SYMBOL_GPL vmlinux 0xc59cd3b4 gpiod_disable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0xc59f29d5 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0xc5a592e4 crypto_sig_set_pubkey +EXPORT_SYMBOL_GPL vmlinux 0xc5a5c678 uart_parse_earlycon +EXPORT_SYMBOL_GPL vmlinux 0xc5a64931 xfer_to_guest_mode_handle_work +EXPORT_SYMBOL_GPL vmlinux 0xc5a8424d rz_mtu3_16bit_ch_read +EXPORT_SYMBOL_GPL vmlinux 0xc5b6465d acpi_pm_set_device_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xc5d43f1f regulator_list_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xc5d8919d tcp_enter_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xc5d9a126 unregister_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0xc5dcbaa8 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xc5e7a8a3 ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0xc5ecb342 gpiochip_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0xc5ff5d11 fscrypt_fname_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xc604c6b3 i2c_match_id +EXPORT_SYMBOL_GPL vmlinux 0xc606c0e5 __traceiter_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc618331a bpf_trace_run7 +EXPORT_SYMBOL_GPL vmlinux 0xc6233060 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xc6250576 ZSTD_isError +EXPORT_SYMBOL_GPL vmlinux 0xc62611e1 scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xc6270448 ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xc6270a04 devm_spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc6284c0e fsl_mc_bus_dpmac_type +EXPORT_SYMBOL_GPL vmlinux 0xc62d48e4 crypto_alloc_acomp_node +EXPORT_SYMBOL_GPL vmlinux 0xc631166f crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0xc636d60f __tracepoint_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xc6393ac4 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0xc639f99f d_same_name +EXPORT_SYMBOL_GPL vmlinux 0xc63d9949 udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0xc64fd66a add_hwgenerator_randomness +EXPORT_SYMBOL_GPL vmlinux 0xc6572a90 xenbus_read_unsigned +EXPORT_SYMBOL_GPL vmlinux 0xc65cb81d i2c_new_smbus_alert_device +EXPORT_SYMBOL_GPL vmlinux 0xc66019cc xen_resume_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc666a0ca gpiochip_irqchip_add_domain +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc6779093 ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xc68c41d6 __SCK__tp_func_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xc6952cb4 clk_register_hisi_phase +EXPORT_SYMBOL_GPL vmlinux 0xc697b0f7 nvmem_device_read +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc6a4a872 __clk_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xc6b4131b spi_target_abort +EXPORT_SYMBOL_GPL vmlinux 0xc6b7e2d0 set_primary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xc6bd5117 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc6d25e5f cdx_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xc6d40b45 __traceiter_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xc6d5482a tcp_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0xc6dabdff crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0xc6def34b gnttab_empty_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xc6e23564 virtqueue_resize +EXPORT_SYMBOL_GPL vmlinux 0xc6e45f25 access_process_vm +EXPORT_SYMBOL_GPL vmlinux 0xc6e5bcf3 linear_range_get_selector_within +EXPORT_SYMBOL_GPL vmlinux 0xc6f2586d pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0xc7061ef3 iova_cache_put +EXPORT_SYMBOL_GPL vmlinux 0xc70b448b put_device +EXPORT_SYMBOL_GPL vmlinux 0xc712793b __traceiter_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0xc71536b0 tpmm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc716a650 poll_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xc7176f17 cpu_device_create +EXPORT_SYMBOL_GPL vmlinux 0xc729af03 rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0xc74c07ce cppc_get_epp_perf +EXPORT_SYMBOL_GPL vmlinux 0xc76e2f90 mctp_unregister_netdev +EXPORT_SYMBOL_GPL vmlinux 0xc76feade __nf_ip6_route +EXPORT_SYMBOL_GPL vmlinux 0xc775fdda ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0xc77800bd __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0xc7856e74 __wake_up_locked_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xc7975e3d iommu_report_device_fault +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7a389d2 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xc7a7e770 clk_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xc7a84a4d ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc7aba6d9 clk_register_composite +EXPORT_SYMBOL_GPL vmlinux 0xc7abd11e class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc7bb91ee debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0xc7bf6cbb udp_cmsg_send +EXPORT_SYMBOL_GPL vmlinux 0xc7c23ff0 xenbus_exists +EXPORT_SYMBOL_GPL vmlinux 0xc7d45f4a rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xc7df174d __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0xc7e0eef8 zone_device_page_init +EXPORT_SYMBOL_GPL vmlinux 0xc7e64fc2 asn1_encode_integer +EXPORT_SYMBOL_GPL vmlinux 0xc7f8a954 scmi_protocol_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc7fa4aa9 kobj_ns_drop +EXPORT_SYMBOL_GPL vmlinux 0xc7fd05e0 dev_xdp_prog_count +EXPORT_SYMBOL_GPL vmlinux 0xc7ff5a96 serial8250_do_set_divisor +EXPORT_SYMBOL_GPL vmlinux 0xc8157b94 pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xc82b3a88 __SCK__tp_func_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xc82c721f klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xc839c1ce trace_seq_to_user +EXPORT_SYMBOL_GPL vmlinux 0xc83a09d3 ip6_input +EXPORT_SYMBOL_GPL vmlinux 0xc8473966 phylink_generic_validate +EXPORT_SYMBOL_GPL vmlinux 0xc8594d3d reset_control_acquire +EXPORT_SYMBOL_GPL vmlinux 0xc85c09fa tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0xc87dd725 k3_udma_glue_pop_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0xc88080d6 irq_gc_noop +EXPORT_SYMBOL_GPL vmlinux 0xc89de3bc usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xc89e02cc tpm_is_tpm2 +EXPORT_SYMBOL_GPL vmlinux 0xc8ae2a87 meson_sm_get +EXPORT_SYMBOL_GPL vmlinux 0xc8ae6298 __traceiter_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xc8c40e6f pm_genpd_opp_to_performance_state +EXPORT_SYMBOL_GPL vmlinux 0xc8c7a56c i2c_detect_slave_mode +EXPORT_SYMBOL_GPL vmlinux 0xc8d075ca pinmux_generic_get_function_groups +EXPORT_SYMBOL_GPL vmlinux 0xc8ddd5b5 kstrdup_quotable +EXPORT_SYMBOL_GPL vmlinux 0xc8efbe26 pinmux_generic_get_function_count +EXPORT_SYMBOL_GPL vmlinux 0xc90523dc of_reserved_mem_device_init_by_name +EXPORT_SYMBOL_GPL vmlinux 0xc905402b log_write_mmio +EXPORT_SYMBOL_GPL vmlinux 0xc908743e led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0xc91a2880 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0xc91fdf58 percpu_ref_is_zero +EXPORT_SYMBOL_GPL vmlinux 0xc9345c0f digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0xc93bd33c inet6_compat_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xc93ee1e7 usb_phy_roothub_init +EXPORT_SYMBOL_GPL vmlinux 0xc9473b0f __traceiter_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xc950ddb0 usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0xc95165b2 debugfs_create_file_size +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc95ca3a8 qcom_icc_xlate_extended +EXPORT_SYMBOL_GPL vmlinux 0xc9641b48 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0xc96611de __synth_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0xc96a773e crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0xc96e9a00 fib6_new_table +EXPORT_SYMBOL_GPL vmlinux 0xc9715630 __SCK__tp_func_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc9827693 __bpf_call_base +EXPORT_SYMBOL_GPL vmlinux 0xc9a03195 vcap_keyset_name +EXPORT_SYMBOL_GPL vmlinux 0xc9bd1a27 ata_common_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0xc9c9d9f8 mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0xc9ceea06 clk_has_parent +EXPORT_SYMBOL_GPL vmlinux 0xc9d46c09 scsi_template_proc_dir +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9fb00f7 pl320_ipc_transmit +EXPORT_SYMBOL_GPL vmlinux 0xc9fd634a usb_role_switch_put +EXPORT_SYMBOL_GPL vmlinux 0xca111952 xhci_add_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xca335f47 tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xca37d8fc clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0xca454a34 vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0xca500464 ZSTD_getErrorName +EXPORT_SYMBOL_GPL vmlinux 0xca51f91d dev_coredumpv +EXPORT_SYMBOL_GPL vmlinux 0xca534324 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0xca551acf debugfs_create_ulong +EXPORT_SYMBOL_GPL vmlinux 0xca5ec4c2 phy_select_page +EXPORT_SYMBOL_GPL vmlinux 0xca60796b devm_hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0xca65675c virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0xca68b254 spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0xca6b0600 firmware_request_cache +EXPORT_SYMBOL_GPL vmlinux 0xca6b4943 devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xca6d37b6 rt288x_setup +EXPORT_SYMBOL_GPL vmlinux 0xca7440ac acct_bioset_exit +EXPORT_SYMBOL_GPL vmlinux 0xca79da28 iommu_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xca7a9261 generic_device_group +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca829842 mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0xca859293 class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0xca8aa95c __auxiliary_device_add +EXPORT_SYMBOL_GPL vmlinux 0xca8c8a1e fib_nl_delrule +EXPORT_SYMBOL_GPL vmlinux 0xca8f90e8 generic_online_page +EXPORT_SYMBOL_GPL vmlinux 0xca9114cb uart_xchar_out +EXPORT_SYMBOL_GPL vmlinux 0xca9a1d5e ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0xca9edcfe kvm_vcpu_gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0xca9f256b gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xcaa3ec07 irq_chip_get_parent_state +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcac2e426 spi_setup +EXPORT_SYMBOL_GPL vmlinux 0xcad2b76c imx_clk_hw_pfd +EXPORT_SYMBOL_GPL vmlinux 0xcade356a rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0xcae7ce5d fsl_mc_get_version +EXPORT_SYMBOL_GPL vmlinux 0xcaf1d958 evtchn_get +EXPORT_SYMBOL_GPL vmlinux 0xcb02a2f8 regulator_list_hardware_vsel +EXPORT_SYMBOL_GPL vmlinux 0xcb066453 devl_dpipe_table_register +EXPORT_SYMBOL_GPL vmlinux 0xcb0ef90c led_classdev_notify_brightness_hw_changed +EXPORT_SYMBOL_GPL vmlinux 0xcb299195 fixed_phy_register +EXPORT_SYMBOL_GPL vmlinux 0xcb29a504 pin_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xcb2bfe2b nvmem_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcb373c2b vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xcb4078a3 usb_urb_ep_type_check +EXPORT_SYMBOL_GPL vmlinux 0xcb44aa5c devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xcb4a7d9b public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0xcb561441 mem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0xcb7bd4da sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xcb83a204 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0xcb8a5d1b vp_modern_set_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xcb9a73a4 rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcb9d4d7b pci_iov_virtfn_devfn +EXPORT_SYMBOL_GPL vmlinux 0xcb9d5fb4 dev_pm_opp_remove_all_dynamic +EXPORT_SYMBOL_GPL vmlinux 0xcba38923 xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0xcbe1c6aa pci_find_host_bridge +EXPORT_SYMBOL_GPL vmlinux 0xcbe56bc2 zs_get_total_pages +EXPORT_SYMBOL_GPL vmlinux 0xcbffa3d2 fscrypt_show_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0xcc00afd9 of_pci_get_slot_power_limit +EXPORT_SYMBOL_GPL vmlinux 0xcc0b7e61 devlink_region_snapshot_id_get +EXPORT_SYMBOL_GPL vmlinux 0xcc0cc407 tracing_snapshot_cond +EXPORT_SYMBOL_GPL vmlinux 0xcc0fd0a7 k3_ringacc_ring_push_head +EXPORT_SYMBOL_GPL vmlinux 0xcc161141 clean_record_shared_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0xcc1a1f9f bpfilter_ops +EXPORT_SYMBOL_GPL vmlinux 0xcc28c337 edac_mc_free +EXPORT_SYMBOL_GPL vmlinux 0xcc2ae4ed xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0xcc34993f sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0xcc39c03e nvmem_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcc43cbd7 serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0xcc47a501 crypto_register_kpp +EXPORT_SYMBOL_GPL vmlinux 0xcc4b3728 meson_pmx_get_groups +EXPORT_SYMBOL_GPL vmlinux 0xcc56a294 devm_led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0xcc650abb param_ops_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0xcc671b45 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0xcc7179f4 wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0xcc756dc7 pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0xcc794b9d of_irq_to_resource +EXPORT_SYMBOL_GPL vmlinux 0xcc9268fc hwpoison_filter_enable +EXPORT_SYMBOL_GPL vmlinux 0xcc935375 walk_iomem_res_desc +EXPORT_SYMBOL_GPL vmlinux 0xccabde6f crc64_rocksoft_generic +EXPORT_SYMBOL_GPL vmlinux 0xccabea73 gpiochip_populate_parent_fwspec_fourcell +EXPORT_SYMBOL_GPL vmlinux 0xccb89d60 anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccd86806 ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0xccd9ca78 devlink_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0xccde94e6 cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0xccefe8f8 tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xccf52bc9 sfp_upstream_start +EXPORT_SYMBOL_GPL vmlinux 0xccfd38e2 devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0xcd24e146 hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0xcd47b9e1 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcd5a388e uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0xcd5fc450 sock_diag_destroy +EXPORT_SYMBOL_GPL vmlinux 0xcd6d9dfa crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0xcd6f2dc9 nf_log_buf_add +EXPORT_SYMBOL_GPL vmlinux 0xcd759b82 k3_ringacc_ring_reset +EXPORT_SYMBOL_GPL vmlinux 0xcd910be7 ti_sci_get_num_resources +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcd9cd2ff wakeme_after_rcu +EXPORT_SYMBOL_GPL vmlinux 0xcda1c641 policy_has_boost_freq +EXPORT_SYMBOL_GPL vmlinux 0xcda2068d skb_mpls_update_lse +EXPORT_SYMBOL_GPL vmlinux 0xcda2aaba k3_udma_glue_tx_dma_to_cppi5_addr +EXPORT_SYMBOL_GPL vmlinux 0xcdb0626b get_net_ns_by_id +EXPORT_SYMBOL_GPL vmlinux 0xcdb6adcc ras_userspace_consumers +EXPORT_SYMBOL_GPL vmlinux 0xcdc82ec5 acpi_data_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcde26600 cppc_get_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0xcdf3dacc ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0xcdfbceed pci_iomap_wc +EXPORT_SYMBOL_GPL vmlinux 0xce020b73 sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0xce0a4020 xenbus_directory +EXPORT_SYMBOL_GPL vmlinux 0xce0e789f srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xce13f159 crypto_unregister_acomp +EXPORT_SYMBOL_GPL vmlinux 0xce162a5f devm_clk_get_optional_enabled +EXPORT_SYMBOL_GPL vmlinux 0xce24cc11 pci_generic_config_write32 +EXPORT_SYMBOL_GPL vmlinux 0xce316d7e zynqmp_pm_set_sd_tapdelay +EXPORT_SYMBOL_GPL vmlinux 0xce34a8ad vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0xce3942ac metadata_dst_alloc +EXPORT_SYMBOL_GPL vmlinux 0xce3d6f50 devm_clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xce575e8b nvdimm_in_overwrite +EXPORT_SYMBOL_GPL vmlinux 0xce598ef2 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xce5d02c1 extcon_register_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0xce61f14e nvdimm_pmem_region_create +EXPORT_SYMBOL_GPL vmlinux 0xce64759c of_genpd_add_provider_onecell +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce728a79 spi_controller_suspend +EXPORT_SYMBOL_GPL vmlinux 0xce8389cf get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0xce8a14e6 mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xce908c05 pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0xce971c3c sk_msg_trim +EXPORT_SYMBOL_GPL vmlinux 0xce9cd447 percpu_is_read_locked +EXPORT_SYMBOL_GPL vmlinux 0xcea4cc91 badblocks_check +EXPORT_SYMBOL_GPL vmlinux 0xceac8674 zynqmp_pm_read_pggs +EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xcec237d8 __devm_pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcee88e7a of_overlay_fdt_apply +EXPORT_SYMBOL_GPL vmlinux 0xceed8c16 __set_phys_to_machine +EXPORT_SYMBOL_GPL vmlinux 0xcef4e8bc sync_blockdev_nowait +EXPORT_SYMBOL_GPL vmlinux 0xcefd4565 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0xcefdc27b __percpu_down_read +EXPORT_SYMBOL_GPL vmlinux 0xcf05e575 __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xcf0fdcb9 wbc_attach_and_unlock_inode +EXPORT_SYMBOL_GPL vmlinux 0xcf20713b i2c_acpi_client_count +EXPORT_SYMBOL_GPL vmlinux 0xcf3dacd2 clk_hw_is_prepared +EXPORT_SYMBOL_GPL vmlinux 0xcf3e1862 gpiochip_generic_request +EXPORT_SYMBOL_GPL vmlinux 0xcf42a650 cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0xcf47e969 dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0xcf59ec30 of_msi_get_domain +EXPORT_SYMBOL_GPL vmlinux 0xcf8f46fe fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0xcf92498f __fsverity_file_open +EXPORT_SYMBOL_GPL vmlinux 0xcfa739ae crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0xcfa9b7bc __trace_trigger_soft_disabled +EXPORT_SYMBOL_GPL vmlinux 0xcfb6071f of_cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0xcfbb56e3 crypto_unregister_rng +EXPORT_SYMBOL_GPL vmlinux 0xcfc5108a devlink_fmsg_u8_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xcfc7b4e4 rcu_barrier_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0xcfcd9ab2 __devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xcfd30d71 acpi_os_map_memory +EXPORT_SYMBOL_GPL vmlinux 0xcff2a963 stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0xcffd399f device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0xcffd793e hyperv_report_panic +EXPORT_SYMBOL_GPL vmlinux 0xd001ec63 xdp_return_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0xd00c09ea relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0xd00e514c class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd0237764 __bio_add_page +EXPORT_SYMBOL_GPL vmlinux 0xd02546b8 kvm_put_kvm_no_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd026d518 HYPERVISOR_vcpu_op +EXPORT_SYMBOL_GPL vmlinux 0xd0352116 devlink_dpipe_entry_ctx_close +EXPORT_SYMBOL_GPL vmlinux 0xd03eaf4c schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0xd0458ccb xenbus_strstate +EXPORT_SYMBOL_GPL vmlinux 0xd04aedfd __SCK__tp_func_arm_event +EXPORT_SYMBOL_GPL vmlinux 0xd061fddd pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd065c950 ip_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd0686cd4 rcuref_put_slowpath +EXPORT_SYMBOL_GPL vmlinux 0xd069bf34 ahci_reset_controller +EXPORT_SYMBOL_GPL vmlinux 0xd07e996c acpi_pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0xd08384d5 strp_check_rcv +EXPORT_SYMBOL_GPL vmlinux 0xd09911a6 acpi_dev_get_irq_type +EXPORT_SYMBOL_GPL vmlinux 0xd0bf3ed5 watchdog_set_last_hw_keepalive +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0d156e9 __rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xd0d3f0a4 gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0xd0db0f12 run_dax +EXPORT_SYMBOL_GPL vmlinux 0xd0f4b869 xdp_rxq_info_unreg +EXPORT_SYMBOL_GPL vmlinux 0xd0fd7085 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd10e7c88 nvdimm_name +EXPORT_SYMBOL_GPL vmlinux 0xd13031c3 devm_rtc_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0xd1317634 usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0xd13670a3 raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0xd138c08a free_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0xd1422a0e ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0xd148060f ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xd1481de7 mpi_clear +EXPORT_SYMBOL_GPL vmlinux 0xd1484b65 kvm_release_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0xd14bd56c unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0xd1511014 report_iommu_fault +EXPORT_SYMBOL_GPL vmlinux 0xd152d141 kstrdup_quotable_file +EXPORT_SYMBOL_GPL vmlinux 0xd1567fe6 blk_mq_sched_try_merge +EXPORT_SYMBOL_GPL vmlinux 0xd159586c net_prio_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xd15c2949 metadata_dst_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xd15fec6e ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0xd163e52c devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xd16ae4b1 ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xd1a9ca15 __SCK__tp_func_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xd1b4cf41 ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0xd1b7ce18 rdev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0xd1c3fb44 vcap_free_rule +EXPORT_SYMBOL_GPL vmlinux 0xd1cbc23c add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0xd1e471fe gnttab_page_cache_get +EXPORT_SYMBOL_GPL vmlinux 0xd1e6f49f fuse_mount_remove +EXPORT_SYMBOL_GPL vmlinux 0xd1eadc20 sprd_pinctrl_core_probe +EXPORT_SYMBOL_GPL vmlinux 0xd1f11bd6 phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0xd1f2eee2 nf_logger_find_get +EXPORT_SYMBOL_GPL vmlinux 0xd1f7c5e0 get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0xd1fea41d devm_memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0xd21149f3 tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd21b61bd async_schedule_node_domain +EXPORT_SYMBOL_GPL vmlinux 0xd21f1d35 __SCK__tp_func_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0xd23bcd20 fsl_mc_bus_dpmcp_type +EXPORT_SYMBOL_GPL vmlinux 0xd23df5ec fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0xd24582c3 fwnode_get_name +EXPORT_SYMBOL_GPL vmlinux 0xd248a519 rockchip_pmu_block +EXPORT_SYMBOL_GPL vmlinux 0xd24e9e8c klist_init +EXPORT_SYMBOL_GPL vmlinux 0xd258580c __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0xd260af0d ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0xd26ea11f regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd27eeb4b alloc_iova +EXPORT_SYMBOL_GPL vmlinux 0xd27f215d gnttab_alloc_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xd29c1f10 __traceiter_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0xd29e8745 virtio_add_status +EXPORT_SYMBOL_GPL vmlinux 0xd2a2090f blk_queue_max_zone_append_sectors +EXPORT_SYMBOL_GPL vmlinux 0xd2a354bc __iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0xd2b0b8c2 pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0xd2b10a05 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0xd2b9df45 ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0xd2c5207c sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xd2d68f94 cdx_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0xd2d7e59b unregister_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0xd2dda563 nvmem_cell_read_u8 +EXPORT_SYMBOL_GPL vmlinux 0xd2eb8f77 crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0xd2ef6a40 phylink_mii_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xd3061e12 __udp_enqueue_schedule_skb +EXPORT_SYMBOL_GPL vmlinux 0xd3066a27 of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xd313bc7b xas_nomem +EXPORT_SYMBOL_GPL vmlinux 0xd317b373 pm_genpd_remove +EXPORT_SYMBOL_GPL vmlinux 0xd31a2ac5 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xd320ca08 cgroup_get_from_fd +EXPORT_SYMBOL_GPL vmlinux 0xd320ebaf pci_epc_get_first_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xd3344494 cdx_dev_reset +EXPORT_SYMBOL_GPL vmlinux 0xd33ada8b cci_probed +EXPORT_SYMBOL_GPL vmlinux 0xd33bae75 tpm_tis_core_init +EXPORT_SYMBOL_GPL vmlinux 0xd34aadfd gpiod_set_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0xd34ffec3 __devm_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0xd3551a76 zynqmp_pm_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd35bebb4 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xd35f96e9 vcap_tc_flower_handler_vlan_usage +EXPORT_SYMBOL_GPL vmlinux 0xd36760ef __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xd372cbe6 percpu_up_write +EXPORT_SYMBOL_GPL vmlinux 0xd3752c27 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xd37c8976 debounce_time_mt6765 +EXPORT_SYMBOL_GPL vmlinux 0xd385aab4 spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0xd386cb5d usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0xd38f4b9a umd_load_blob +EXPORT_SYMBOL_GPL vmlinux 0xd3901d33 acpi_dev_resource_address_space +EXPORT_SYMBOL_GPL vmlinux 0xd39e9848 put_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xd3ac777e fscrypt_fname_encrypted_size +EXPORT_SYMBOL_GPL vmlinux 0xd3b41080 gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0xd3b62bd8 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xd3ba569c virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0xd3be25b0 switchdev_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0xd3c4eb8e __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xd3cc1e31 fsl_mc_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0xd3d0ce7c __fsverity_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0xd3d4ec8f sdio_retune_hold_now +EXPORT_SYMBOL_GPL vmlinux 0xd3eaf1ed devlink_dpipe_entry_clear +EXPORT_SYMBOL_GPL vmlinux 0xd3ec851c __traceiter_unmap +EXPORT_SYMBOL_GPL vmlinux 0xd3f0cd42 misc_cg_res_total_usage +EXPORT_SYMBOL_GPL vmlinux 0xd3f1e759 dsa_stubs +EXPORT_SYMBOL_GPL vmlinux 0xd3fff0a6 wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd409dbaa regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xd40ec2e8 __scsi_init_queue +EXPORT_SYMBOL_GPL vmlinux 0xd416371c device_rename +EXPORT_SYMBOL_GPL vmlinux 0xd41e9c6a devm_i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0xd4219209 __irq_domain_alloc_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xd426dbc4 erst_get_record_count +EXPORT_SYMBOL_GPL vmlinux 0xd42d95e9 tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xd42da5ad copy_user_highpage +EXPORT_SYMBOL_GPL vmlinux 0xd42f1d4e show_rcu_tasks_rude_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd43bf456 pskb_put +EXPORT_SYMBOL_GPL vmlinux 0xd44728b0 pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd4661581 ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0xd4669d2e acpi_match_acpi_device +EXPORT_SYMBOL_GPL vmlinux 0xd467e375 usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xd46af5ef cppc_get_perf_ctrs +EXPORT_SYMBOL_GPL vmlinux 0xd4766d5c of_irq_to_resource_table +EXPORT_SYMBOL_GPL vmlinux 0xd479e453 usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0xd47c5952 irq_chip_enable_parent +EXPORT_SYMBOL_GPL vmlinux 0xd48a9773 drop_reasons_register_subsys +EXPORT_SYMBOL_GPL vmlinux 0xd4935851 __SCK__tp_func_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0xd49fd8dc get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0xd4a7ebeb clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0xd4b6157e devlink_health_reporter_recovery_done +EXPORT_SYMBOL_GPL vmlinux 0xd4b63f4b bpf_prog_inc +EXPORT_SYMBOL_GPL vmlinux 0xd4b9a616 reset_control_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4cbdbe3 __SCK__tp_func_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xd4d14b0e fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0xd4dd8720 acpi_register_gsi +EXPORT_SYMBOL_GPL vmlinux 0xd4e4ffc1 relay_open +EXPORT_SYMBOL_GPL vmlinux 0xd4e5a028 usb_get_role_switch_default_mode +EXPORT_SYMBOL_GPL vmlinux 0xd4e6d7e0 linear_range_get_value +EXPORT_SYMBOL_GPL vmlinux 0xd4f5bfa5 iommu_queue_iopf +EXPORT_SYMBOL_GPL vmlinux 0xd4fc944a spi_split_transfers_maxsize +EXPORT_SYMBOL_GPL vmlinux 0xd51049b0 serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0xd515555f pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xd51bdb0b call_switchdev_notifiers +EXPORT_SYMBOL_GPL vmlinux 0xd51d2ed3 of_mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0xd5301b2c linear_range_get_max_value +EXPORT_SYMBOL_GPL vmlinux 0xd5474690 usb_role_switch_set_role +EXPORT_SYMBOL_GPL vmlinux 0xd54f8d68 acpi_ec_add_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xd5542bc5 kvm_release_page_clean +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd55defd8 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0xd5600088 serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0xd5807af3 k3_ringacc_ring_pop +EXPORT_SYMBOL_GPL vmlinux 0xd588c021 acpi_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0xd58a1642 ahci_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xd58c8fd0 extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd5980a0b __inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0xd59a1587 linkmode_resolve_pause +EXPORT_SYMBOL_GPL vmlinux 0xd5bd6914 pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xd5d3a143 usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0xd5d68236 usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0xd5d79c73 dev_pm_domain_set +EXPORT_SYMBOL_GPL vmlinux 0xd5dd9f38 icmp_build_probe +EXPORT_SYMBOL_GPL vmlinux 0xd5f5865d __tracepoint_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0xd5fd8d55 fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0xd6090e70 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0xd61c0091 fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0xd622e3fa component_master_add_with_match +EXPORT_SYMBOL_GPL vmlinux 0xd6251353 ftrace_set_filter_ips +EXPORT_SYMBOL_GPL vmlinux 0xd63efca6 iommu_set_pgtable_quirks +EXPORT_SYMBOL_GPL vmlinux 0xd64a9bc6 xenbus_setup_ring +EXPORT_SYMBOL_GPL vmlinux 0xd64e8eb3 vcap_alloc_rule +EXPORT_SYMBOL_GPL vmlinux 0xd64ed259 __memcat_p +EXPORT_SYMBOL_GPL vmlinux 0xd65149d6 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xd656fd74 ulpi_viewport_access_ops +EXPORT_SYMBOL_GPL vmlinux 0xd663f695 dm_bio_get_target_bio_nr +EXPORT_SYMBOL_GPL vmlinux 0xd66a7a35 sbitmap_queue_wake_all +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd674b579 dpbp_disable +EXPORT_SYMBOL_GPL vmlinux 0xd67a8d40 wbt_disable_default +EXPORT_SYMBOL_GPL vmlinux 0xd68010a4 crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0xd6837e8e inet6_sock_destruct +EXPORT_SYMBOL_GPL vmlinux 0xd6853130 mtk_pinconf_drive_set_raw +EXPORT_SYMBOL_GPL vmlinux 0xd68960d9 ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0xd68bbb45 usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0xd690c87b led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd6a9439c wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0xd6a9775e __clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xd6aafb42 crc64_rocksoft +EXPORT_SYMBOL_GPL vmlinux 0xd6ae9ba7 rcu_async_should_hurry +EXPORT_SYMBOL_GPL vmlinux 0xd6b27e8a xas_set_mark +EXPORT_SYMBOL_GPL vmlinux 0xd6b80a51 tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xd6ca049b mtk_mux_clr_set_upd_ops +EXPORT_SYMBOL_GPL vmlinux 0xd6d288eb pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0xd6d76d4c __traceiter_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0xd6d8f6b3 topology_set_scale_freq_source +EXPORT_SYMBOL_GPL vmlinux 0xd6ee92b9 crypto_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xd6ee9722 regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0xd6f55b33 iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0xd6fb394d fscrypt_set_context +EXPORT_SYMBOL_GPL vmlinux 0xd7075524 virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0xd70e59fd blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0xd7108ed9 extcon_find_edev_by_node +EXPORT_SYMBOL_GPL vmlinux 0xd7204c42 power_supply_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xd722e26d icc_set_tag +EXPORT_SYMBOL_GPL vmlinux 0xd7269c64 osc_sb_native_usb4_control +EXPORT_SYMBOL_GPL vmlinux 0xd7293ffc percpu_ref_reinit +EXPORT_SYMBOL_GPL vmlinux 0xd72feba2 xenbus_read_driver_state +EXPORT_SYMBOL_GPL vmlinux 0xd73514d3 wp_shared_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0xd7360d5d blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0xd73d3c35 mbox_client_txdone +EXPORT_SYMBOL_GPL vmlinux 0xd74580da sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0xd74b41b6 sock_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0xd74e400f show_rcu_tasks_classic_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd75b20aa rsa_parse_priv_key +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd7770b44 ahci_platform_disable_clks +EXPORT_SYMBOL_GPL vmlinux 0xd777f2e1 devl_traps_register +EXPORT_SYMBOL_GPL vmlinux 0xd7795d4c usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0xd7873493 bpf_prog_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0xd78dbbdc sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0xd7a86ea4 tcp_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xd7aea26e kernel_read_file_from_path_initns +EXPORT_SYMBOL_GPL vmlinux 0xd7c91b63 tegra210_sata_pll_hw_control_enable +EXPORT_SYMBOL_GPL vmlinux 0xd7cea889 edac_mod_work +EXPORT_SYMBOL_GPL vmlinux 0xd7dccd23 __SCK__tp_func_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0xd7e6374b regulator_set_pull_down_regmap +EXPORT_SYMBOL_GPL vmlinux 0xd7ef618e gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0xd7f0e28a pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd7f65810 iommu_device_unlink +EXPORT_SYMBOL_GPL vmlinux 0xd7f93502 fwnode_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0xd7fb9d1e netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0xd7fd150e dev_pm_genpd_set_performance_state +EXPORT_SYMBOL_GPL vmlinux 0xd8228c2a screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0xd823d36d __SCK__tp_func_console +EXPORT_SYMBOL_GPL vmlinux 0xd8341ac5 tegra210_clk_emc_attach +EXPORT_SYMBOL_GPL vmlinux 0xd841e737 ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0xd847043d platform_unregister_drivers +EXPORT_SYMBOL_GPL vmlinux 0xd84d35bd dax_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd850104e crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0xd86b4576 hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd875ed70 usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0xd87cb8eb dma_fence_unwrap_next +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd8a014e8 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd8aaaca4 of_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0xd8bedd1d __vfs_setxattr_locked +EXPORT_SYMBOL_GPL vmlinux 0xd8c18b7c dev_pm_opp_get_level +EXPORT_SYMBOL_GPL vmlinux 0xd8c2ac4a platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xd8c32ff9 pci_epf_remove_vepf +EXPORT_SYMBOL_GPL vmlinux 0xd8d68ab1 dmi_memdev_type +EXPORT_SYMBOL_GPL vmlinux 0xd8f338e3 mtk_pctrl_show_one_pin +EXPORT_SYMBOL_GPL vmlinux 0xd8f4dd9a skb_defer_rx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xd8fbb14d net_cls_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xd9007f4d kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0xd903f419 phylink_get_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xd908ce38 regmap_noinc_read +EXPORT_SYMBOL_GPL vmlinux 0xd90a93a7 k3_udma_glue_rx_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xd91dbd1f xdp_alloc_skb_bulk +EXPORT_SYMBOL_GPL vmlinux 0xd925ebe6 nf_queue +EXPORT_SYMBOL_GPL vmlinux 0xd92e8f90 pm_clk_add +EXPORT_SYMBOL_GPL vmlinux 0xd92ef192 security_kernel_post_load_data +EXPORT_SYMBOL_GPL vmlinux 0xd92f0791 leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xd944b46c vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0xd9460b21 mtk_clk_register_factors +EXPORT_SYMBOL_GPL vmlinux 0xd95133ba mptcp_get_reset_option +EXPORT_SYMBOL_GPL vmlinux 0xd953f117 __traceiter_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xd9554baf pci_epc_get_msi +EXPORT_SYMBOL_GPL vmlinux 0xd959aae6 nvdimm_delete +EXPORT_SYMBOL_GPL vmlinux 0xd95a29ff lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd97c832d divider_ro_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xd98234a6 devm_of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0xd9916c3a idr_alloc_u32 +EXPORT_SYMBOL_GPL vmlinux 0xd9ad71cd ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xd9b19aa5 __tracepoint_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0xd9b64a9d kthread_data +EXPORT_SYMBOL_GPL vmlinux 0xd9bb2c13 pkcs7_get_content_data +EXPORT_SYMBOL_GPL vmlinux 0xd9c10f72 __traceiter_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0xd9c25aea ahci_check_ready +EXPORT_SYMBOL_GPL vmlinux 0xd9cd1ffa pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0xd9d583b6 regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xd9d5d632 hid_bpf_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0xd9e24457 ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0xd9e61980 phy_gbit_all_ports_features +EXPORT_SYMBOL_GPL vmlinux 0xd9f28396 device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0xd9f83ca1 receive_fd +EXPORT_SYMBOL_GPL vmlinux 0xd9faa7a5 zynqmp_pm_set_pll_frac_mode +EXPORT_SYMBOL_GPL vmlinux 0xd9ff2172 ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xda021def ti_sci_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xda0947de kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda10e1e2 phy_basic_t1_features +EXPORT_SYMBOL_GPL vmlinux 0xda19ee7b rio_add_net +EXPORT_SYMBOL_GPL vmlinux 0xda2279c6 devm_ti_sci_get_of_resource +EXPORT_SYMBOL_GPL vmlinux 0xda2743fc msi_domain_get_virq +EXPORT_SYMBOL_GPL vmlinux 0xda27eece dw_pcie_setup_rc +EXPORT_SYMBOL_GPL vmlinux 0xda320d31 sfp_module_start +EXPORT_SYMBOL_GPL vmlinux 0xda39f130 kthread_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0xda5971ce thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda59ece4 regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0xda661bac regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xda6be7a8 lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0xda71ead9 devm_kasprintf +EXPORT_SYMBOL_GPL vmlinux 0xda74bdcc kvm_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0xda74fb1f perf_aux_output_skip +EXPORT_SYMBOL_GPL vmlinux 0xda7912d4 freq_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xda797d76 blk_queue_can_use_dma_map_merging +EXPORT_SYMBOL_GPL vmlinux 0xda8d925c of_gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0xda8e1302 software_node_find_by_name +EXPORT_SYMBOL_GPL vmlinux 0xdaa06dc1 acpi_lpat_raw_to_temp +EXPORT_SYMBOL_GPL vmlinux 0xdab53314 securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xdab5a1eb interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xdae29d85 trace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0xdaf701f2 usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0xdb03716d i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0xdb11cd3b crypto_register_aead +EXPORT_SYMBOL_GPL vmlinux 0xdb2289e5 tracepoint_srcu +EXPORT_SYMBOL_GPL vmlinux 0xdb45b962 regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0xdb46f1d1 __fscrypt_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0xdb53dcde ata_sas_tport_delete +EXPORT_SYMBOL_GPL vmlinux 0xdb5c7f9b serial8250_em485_start_tx +EXPORT_SYMBOL_GPL vmlinux 0xdb63a944 acpi_lpat_get_conversion_table +EXPORT_SYMBOL_GPL vmlinux 0xdb6d3939 tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0xdb74e230 wb_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0xdb76c51d __clk_hw_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0xdb7f68f6 irq_chip_release_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0xdb825385 crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0xdb86adeb xenbus_match +EXPORT_SYMBOL_GPL vmlinux 0xdb897481 fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdb8c732c devm_irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xdb95f40b mtk_clk_gate_ops_setclr +EXPORT_SYMBOL_GPL vmlinux 0xdba400b4 kill_pid_usb_asyncio +EXPORT_SYMBOL_GPL vmlinux 0xdbcbc18d blk_mq_unquiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0xdbd9d9a0 irq_chip_unmask_parent +EXPORT_SYMBOL_GPL vmlinux 0xdbdb0e8b request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xdbe3dbe0 vhost_task_create +EXPORT_SYMBOL_GPL vmlinux 0xdbe8d8a0 __SCK__tp_func_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xdbed897b fsl_mc_bus_dpdmux_type +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdc02eb39 dmi_available +EXPORT_SYMBOL_GPL vmlinux 0xdc0d535b locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0xdc104629 scsi_internal_device_unblock_nowait +EXPORT_SYMBOL_GPL vmlinux 0xdc139c13 k3_udma_glue_tx_get_hdesc_size +EXPORT_SYMBOL_GPL vmlinux 0xdc152b39 ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0xdc32ee4d devm_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0xdc43bdc6 pci_vpd_find_ro_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xdc45a5db edac_stop_work +EXPORT_SYMBOL_GPL vmlinux 0xdc575da8 pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0xdc592747 crypto_unregister_rngs +EXPORT_SYMBOL_GPL vmlinux 0xdc5d113b gnttab_page_cache_put +EXPORT_SYMBOL_GPL vmlinux 0xdc5e9cf2 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0xdc6596fa irq_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xdc6699cb acpi_dev_free_resource_list +EXPORT_SYMBOL_GPL vmlinux 0xdc6ddad6 dev_pm_set_dedicated_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xdc7df67f apei_exec_ctx_init +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc841b74 misc_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdc8b58d6 acpi_subsys_freeze +EXPORT_SYMBOL_GPL vmlinux 0xdc928957 devm_kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0xdc947559 tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0xdc97717f uprobe_register_refctr +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc9b4c9f device_add +EXPORT_SYMBOL_GPL vmlinux 0xdc9c935d gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0xdc9e2b6c tegra_bpmp_mrq_return +EXPORT_SYMBOL_GPL vmlinux 0xdc9f6bca __SCK__tp_func_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdca54f9a ncsi_vlan_rx_add_vid +EXPORT_SYMBOL_GPL vmlinux 0xdcb0a2c0 phylink_stop +EXPORT_SYMBOL_GPL vmlinux 0xdcbf7c44 ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0xdcd23afd crypto_unregister_scomp +EXPORT_SYMBOL_GPL vmlinux 0xdcdcb615 vp_modern_map_vq_notify +EXPORT_SYMBOL_GPL vmlinux 0xdce4ba35 power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xdceb5362 efi_status_to_err +EXPORT_SYMBOL_GPL vmlinux 0xdcefbdd0 dispatch_hid_bpf_device_event +EXPORT_SYMBOL_GPL vmlinux 0xdcf1970e nf_route +EXPORT_SYMBOL_GPL vmlinux 0xdcf1ff30 ahci_platform_deassert_rsts +EXPORT_SYMBOL_GPL vmlinux 0xdcf9ab7f acct_bioset_init +EXPORT_SYMBOL_GPL vmlinux 0xdd0762df set_worker_desc +EXPORT_SYMBOL_GPL vmlinux 0xdd0ebb0c fsl_mc_allocate_irqs +EXPORT_SYMBOL_GPL vmlinux 0xdd13c9ae __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xdd1fbd15 fsl_mc_device_remove +EXPORT_SYMBOL_GPL vmlinux 0xdd261966 sec_irq_init +EXPORT_SYMBOL_GPL vmlinux 0xdd32f282 divider_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xdd386bbf mtk_pinconf_bias_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xdd388e7a nfs42_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd45bf01 virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0xdd4e1cae udp_destruct_common +EXPORT_SYMBOL_GPL vmlinux 0xdd4f48bd pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0xdd626ee3 fuse_len_args +EXPORT_SYMBOL_GPL vmlinux 0xdd720439 acpi_device_fix_up_power_extended +EXPORT_SYMBOL_GPL vmlinux 0xdd7b306f balloon_mops +EXPORT_SYMBOL_GPL vmlinux 0xdd81d8f6 __SCK__tp_func_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xdd8938d1 xenbus_dev_is_online +EXPORT_SYMBOL_GPL vmlinux 0xdd8d8679 efivars_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd92c5f0 usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xdd96fa2d __cpuhp_state_add_instance +EXPORT_SYMBOL_GPL vmlinux 0xdda4be50 __dev_fwnode_const +EXPORT_SYMBOL_GPL vmlinux 0xdda6ebeb spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xdda81166 regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xddacfa80 ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0xddb16074 phylink_mii_c45_pcs_get_state +EXPORT_SYMBOL_GPL vmlinux 0xddba54d5 debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddc2b1c0 edac_mc_add_mc_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xddc2b604 peernet2id_alloc +EXPORT_SYMBOL_GPL vmlinux 0xddc84c1b kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0xddd40743 mtk_pinconf_bias_disable_get +EXPORT_SYMBOL_GPL vmlinux 0xddd41e4d vcap_lookup_keyfield +EXPORT_SYMBOL_GPL vmlinux 0xddd48d78 sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0xddd9cedd dev_pm_opp_get_power +EXPORT_SYMBOL_GPL vmlinux 0xdde0b680 genphy_c45_pma_resume +EXPORT_SYMBOL_GPL vmlinux 0xdde1470d nvdimm_bus_register +EXPORT_SYMBOL_GPL vmlinux 0xdde1480f md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0xdde9223b mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0xddeb5432 dpbp_get_attributes +EXPORT_SYMBOL_GPL vmlinux 0xddf1c847 dbs_update +EXPORT_SYMBOL_GPL vmlinux 0xddfe1ad7 __SCK__tp_func_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xde0af24f udp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0xde0ef655 __traceiter_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0xde1485ef of_css +EXPORT_SYMBOL_GPL vmlinux 0xde225f7f ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0xde31bf7e unregister_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xde3a1e24 fsl_mc_bus_dpseci_type +EXPORT_SYMBOL_GPL vmlinux 0xde47746f ahci_platform_enable_regulators +EXPORT_SYMBOL_GPL vmlinux 0xde5574cf x509_load_certificate_list +EXPORT_SYMBOL_GPL vmlinux 0xde6294af arm64_mm_context_put +EXPORT_SYMBOL_GPL vmlinux 0xde656ec6 virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0xde6c90a1 pwm_capture +EXPORT_SYMBOL_GPL vmlinux 0xde6ce0b0 ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0xde6f1851 TSS_checkhmac1 +EXPORT_SYMBOL_GPL vmlinux 0xde80d172 nvdimm_to_bus +EXPORT_SYMBOL_GPL vmlinux 0xde86e6fe kiocb_modified +EXPORT_SYMBOL_GPL vmlinux 0xde8fb381 usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0xde9ab8c7 xenbus_rm +EXPORT_SYMBOL_GPL vmlinux 0xde9e9d8b debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0xdea445f4 switchdev_handle_fdb_event_to_device +EXPORT_SYMBOL_GPL vmlinux 0xdea48b68 ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0xdeac5828 devl_resource_register +EXPORT_SYMBOL_GPL vmlinux 0xdeac696b xdp_rxq_info_is_reg +EXPORT_SYMBOL_GPL vmlinux 0xdead2e78 reserve_iova +EXPORT_SYMBOL_GPL vmlinux 0xdeb21d27 stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xdeb6168d fuse_simple_background +EXPORT_SYMBOL_GPL vmlinux 0xdeb97491 trace_array_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xdebdafb3 __fscrypt_prepare_readdir +EXPORT_SYMBOL_GPL vmlinux 0xdec9038b security_file_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xded82e96 usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xdee91d7a dtpm_destroy_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xdef81bea platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0xdeffa0a7 edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0xdf03d19c usb_acpi_port_lpm_incapable +EXPORT_SYMBOL_GPL vmlinux 0xdf05ec96 devfreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdf0662fe ahci_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0xdf0afa0a msi_unlock_descs +EXPORT_SYMBOL_GPL vmlinux 0xdf0c757f ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0xdf0ca3f4 cpu_latency_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf1be5e1 __free_iova +EXPORT_SYMBOL_GPL vmlinux 0xdf1f949a blk_rq_is_poll +EXPORT_SYMBOL_GPL vmlinux 0xdf218434 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0xdf237453 timer_shutdown_sync +EXPORT_SYMBOL_GPL vmlinux 0xdf2738bb cpu_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdf2cfddc xen_xlate_remap_gfn_array +EXPORT_SYMBOL_GPL vmlinux 0xdf2f3503 phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xdf31898f cper_mem_err_pack +EXPORT_SYMBOL_GPL vmlinux 0xdf448d1c fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0xdf558314 power_supply_battery_info_properties +EXPORT_SYMBOL_GPL vmlinux 0xdf587121 __platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0xdf59a504 backing_file_open +EXPORT_SYMBOL_GPL vmlinux 0xdf6574e7 tcp_is_ulp_esp +EXPORT_SYMBOL_GPL vmlinux 0xdf6c2171 gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0xdf6cf55f power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0xdf6e9e36 virtqueue_get_avail_addr +EXPORT_SYMBOL_GPL vmlinux 0xdf72e642 crypto_register_skciphers +EXPORT_SYMBOL_GPL vmlinux 0xdf933bda usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xdf9a1038 dev_pm_qos_hide_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0xdfad4ba2 vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0xdfb46020 pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0xdfbb663e pci_epc_set_msi +EXPORT_SYMBOL_GPL vmlinux 0xdfbfc463 fwnode_graph_get_remote_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xdfc9c822 alarmtimer_get_rtcdev +EXPORT_SYMBOL_GPL vmlinux 0xdfcb6c90 mctrl_gpio_set +EXPORT_SYMBOL_GPL vmlinux 0xdfcddb01 sk_msg_free_nocharge +EXPORT_SYMBOL_GPL vmlinux 0xdfd5aa21 fb_sys_write +EXPORT_SYMBOL_GPL vmlinux 0xdfe77a05 phy_init +EXPORT_SYMBOL_GPL vmlinux 0xdff3dc6b pcie_aspm_capable +EXPORT_SYMBOL_GPL vmlinux 0xdffc5397 hisi_reset_init +EXPORT_SYMBOL_GPL vmlinux 0xe00707ed gov_attr_set_get +EXPORT_SYMBOL_GPL vmlinux 0xe00db6dc __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xe017af76 do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xe01f4cb0 irq_force_affinity +EXPORT_SYMBOL_GPL vmlinux 0xe029b35d perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0xe02b341e pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0xe0313d71 rhashtable_insert_slow +EXPORT_SYMBOL_GPL vmlinux 0xe036a27f arm64_mm_context_get +EXPORT_SYMBOL_GPL vmlinux 0xe03e765b relay_late_setup_files +EXPORT_SYMBOL_GPL vmlinux 0xe048f592 ti_sci_get_handle +EXPORT_SYMBOL_GPL vmlinux 0xe04d87fd irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0xe05075e5 xdp_rxq_info_unused +EXPORT_SYMBOL_GPL vmlinux 0xe051428b iomap_file_buffered_write +EXPORT_SYMBOL_GPL vmlinux 0xe05e2f85 nexthop_free_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe06179c1 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe06e3695 regulator_set_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xe086dea1 mtk_clk_unregister_factors +EXPORT_SYMBOL_GPL vmlinux 0xe08f0400 relay_reset +EXPORT_SYMBOL_GPL vmlinux 0xe09c440d crypto_grab_spawn +EXPORT_SYMBOL_GPL vmlinux 0xe09d286a usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0xe0b1c103 clk_set_max_rate +EXPORT_SYMBOL_GPL vmlinux 0xe0b403a1 blk_mq_update_nr_hw_queues +EXPORT_SYMBOL_GPL vmlinux 0xe0b8364e __tracepoint_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xe0baa28a extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe0bdef06 fwnode_get_phy_node +EXPORT_SYMBOL_GPL vmlinux 0xe0c4e14d hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0xe0e1f872 usb_intf_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0xe0e2263e regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xe0e3147c HYPERVISOR_sched_op +EXPORT_SYMBOL_GPL vmlinux 0xe0fd7ee6 pci_epc_put +EXPORT_SYMBOL_GPL vmlinux 0xe10cd6ad erst_get_record_id_begin +EXPORT_SYMBOL_GPL vmlinux 0xe11d2c92 __traceiter_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0xe12681a4 __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xe1366af2 device_get_dma_attr +EXPORT_SYMBOL_GPL vmlinux 0xe13a8305 phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0xe14c5f77 __traceiter_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0xe14c718e rockchip_register_softrst_lut +EXPORT_SYMBOL_GPL vmlinux 0xe1540043 nvdimm_bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe159ad52 max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0xe162dac0 iommu_attach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0xe16782d4 of_pci_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0xe16a36c5 iopf_queue_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xe1709805 vp_legacy_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0xe1927464 kthread_mod_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0xe1a7b937 wbc_detach_inode +EXPORT_SYMBOL_GPL vmlinux 0xe1a8d7c9 net_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1c06332 power_supply_get_property +EXPORT_SYMBOL_GPL vmlinux 0xe1c10b8d pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0xe1c44c5d clk_hw_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0xe1c87a2f kernel_can_power_off +EXPORT_SYMBOL_GPL vmlinux 0xe1cb4d3f fuse_conn_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe1d12ca9 fsnotify_destroy_mark +EXPORT_SYMBOL_GPL vmlinux 0xe1f6d14f pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xe1f863b9 pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0xe1fe5252 devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xe20a5ae7 __traceiter_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0xe2111832 of_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xe21e455e edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL vmlinux 0xe21ef551 nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0xe224193e kvm_vcpu_read_guest +EXPORT_SYMBOL_GPL vmlinux 0xe233762a input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0xe2523228 pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0xe25b6b81 bpf_map_put +EXPORT_SYMBOL_GPL vmlinux 0xe25d23f3 blocking_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0xe26b3b5f ping_hash +EXPORT_SYMBOL_GPL vmlinux 0xe27f1385 genphy_c45_plca_get_cfg +EXPORT_SYMBOL_GPL vmlinux 0xe282115e sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0xe2b03002 blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0xe2b3207a unregister_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe2b521d0 fsl_mc_bus_dpdmai_type +EXPORT_SYMBOL_GPL vmlinux 0xe2bd0459 ahci_platform_disable_phys +EXPORT_SYMBOL_GPL vmlinux 0xe2c646fd devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe2ce2b4d evm_set_key +EXPORT_SYMBOL_GPL vmlinux 0xe2d4f386 vcap_val_rule +EXPORT_SYMBOL_GPL vmlinux 0xe2d96f5b zynqmp_pm_feature +EXPORT_SYMBOL_GPL vmlinux 0xe2ddf7c4 pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xe2e02c3b devlink_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe2e5a915 fwnode_count_parents +EXPORT_SYMBOL_GPL vmlinux 0xe2ec293b sbitmap_queue_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xe2ed0da6 __traceiter_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xe2f4d128 phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0xe3104542 rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0xe3110b21 clk_hw_determine_rate_no_reparent +EXPORT_SYMBOL_GPL vmlinux 0xe3140fb7 gfn_to_pfn_prot +EXPORT_SYMBOL_GPL vmlinux 0xe322b1d6 tracing_cond_snapshot_data +EXPORT_SYMBOL_GPL vmlinux 0xe333208e crypto_wait_for_test +EXPORT_SYMBOL_GPL vmlinux 0xe3348f92 devlink_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe3364553 screen_pos +EXPORT_SYMBOL_GPL vmlinux 0xe338058a ipv6_bpf_stub +EXPORT_SYMBOL_GPL vmlinux 0xe3395e12 usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0xe34f4d68 rockchip_clk_register_plls +EXPORT_SYMBOL_GPL vmlinux 0xe371f565 led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0xe3802139 usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xe3840e18 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xe38543b4 dev_pm_genpd_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe3891ee5 blk_crypto_update_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xe395a618 clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0xe397caf5 seq_buf_printf +EXPORT_SYMBOL_GPL vmlinux 0xe39c4add espintcp_push_skb +EXPORT_SYMBOL_GPL vmlinux 0xe39d0794 usb_phy_roothub_exit +EXPORT_SYMBOL_GPL vmlinux 0xe3b09712 kprobe_event_delete +EXPORT_SYMBOL_GPL vmlinux 0xe3cd5fae klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xe3d897e0 tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0xe3e423ac iommu_group_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xe3ff7d23 irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0xe406193e of_dma_is_coherent +EXPORT_SYMBOL_GPL vmlinux 0xe40bb23e devlink_health_reporter_priv +EXPORT_SYMBOL_GPL vmlinux 0xe41d7d1d i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xe4248980 cper_estatus_print +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe430a770 devlink_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0xe432c4e3 i2c_parse_fw_timings +EXPORT_SYMBOL_GPL vmlinux 0xe4358bd9 crypto_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xe436e90c __dma_fence_unwrap_merge +EXPORT_SYMBOL_GPL vmlinux 0xe45d74a8 rcu_tasks_trace_qs_blkd +EXPORT_SYMBOL_GPL vmlinux 0xe45fa769 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0xe463db85 regulator_set_soft_start_regmap +EXPORT_SYMBOL_GPL vmlinux 0xe468415d phy_set_media +EXPORT_SYMBOL_GPL vmlinux 0xe47a8863 serial8250_rpm_get +EXPORT_SYMBOL_GPL vmlinux 0xe47d3dc0 iomap_dio_bio_end_io +EXPORT_SYMBOL_GPL vmlinux 0xe482b731 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0xe485d7c3 genpd_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0xe4897ae9 tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0xe48c194e dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0xe491e700 unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xe49379ed irq_create_mapping_affinity +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe4b064f9 pcie_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xe4b818c3 phy_speed_to_str +EXPORT_SYMBOL_GPL vmlinux 0xe4c03ca7 handle_fasteoi_ack_irq +EXPORT_SYMBOL_GPL vmlinux 0xe4c2c66c rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0xe4e48b12 swphy_validate_state +EXPORT_SYMBOL_GPL vmlinux 0xe4e612a7 pm_clk_remove +EXPORT_SYMBOL_GPL vmlinux 0xe4ea1d31 dev_pm_opp_get_suspend_opp_freq +EXPORT_SYMBOL_GPL vmlinux 0xe4f661e0 extcon_set_property_sync +EXPORT_SYMBOL_GPL vmlinux 0xe4f66ad6 devl_sb_register +EXPORT_SYMBOL_GPL vmlinux 0xe506fc32 user_describe +EXPORT_SYMBOL_GPL vmlinux 0xe5081690 rio_alloc_net +EXPORT_SYMBOL_GPL vmlinux 0xe50893fd unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xe52d3e05 clk_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xe537dc7e devlink_priv +EXPORT_SYMBOL_GPL vmlinux 0xe53f63b3 __usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0xe5401808 ip_icmp_error_rfc4884 +EXPORT_SYMBOL_GPL vmlinux 0xe541c77f platform_bus +EXPORT_SYMBOL_GPL vmlinux 0xe5433adc mtk_clk_unregister_cpumuxes +EXPORT_SYMBOL_GPL vmlinux 0xe5438865 inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0xe54d895b pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xe5516728 k3_udma_glue_tx_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xe5582d9b __crypto_alloc_tfmgfp +EXPORT_SYMBOL_GPL vmlinux 0xe55d01d4 param_set_uint_minmax +EXPORT_SYMBOL_GPL vmlinux 0xe55e5960 phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0xe57eaa7a device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58b34c8 fsverity_get_digest +EXPORT_SYMBOL_GPL vmlinux 0xe58ce36c devm_i2c_add_adapter +EXPORT_SYMBOL_GPL vmlinux 0xe58eb9d7 FSE_readNCount +EXPORT_SYMBOL_GPL vmlinux 0xe59fe05f xdp_return_frame_rx_napi +EXPORT_SYMBOL_GPL vmlinux 0xe5a44d86 usb_phy_roothub_resume +EXPORT_SYMBOL_GPL vmlinux 0xe5a5a06e sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0xe5a925d3 zynqmp_pm_init_finalize +EXPORT_SYMBOL_GPL vmlinux 0xe5b385b8 sysfs_group_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xe5b4a9a6 acpi_device_update_power +EXPORT_SYMBOL_GPL vmlinux 0xe5b4c3ec hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0xe5b84ef9 irq_domain_disconnect_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xe5c02b64 freq_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xe5cb1943 hisi_clk_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xe5ce1a56 rhashtable_walk_enter +EXPORT_SYMBOL_GPL vmlinux 0xe5d3d754 tegra_mc_get_emem_device_count +EXPORT_SYMBOL_GPL vmlinux 0xe5dfe5ae pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0xe5e790e4 __traceiter_rwmmio_post_read +EXPORT_SYMBOL_GPL vmlinux 0xe5f5fd72 vcap_tc_flower_handler_cvlan_usage +EXPORT_SYMBOL_GPL vmlinux 0xe5fcb960 acpiphp_register_attention +EXPORT_SYMBOL_GPL vmlinux 0xe60632a9 edac_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe60a5e8d pids_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xe60aa619 genphy_c45_aneg_done +EXPORT_SYMBOL_GPL vmlinux 0xe6112a07 stmpe_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xe61c75a5 sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xe626c6de tegra_mc_write_emem_configuration +EXPORT_SYMBOL_GPL vmlinux 0xe628bb9f phy_fibre_port_array +EXPORT_SYMBOL_GPL vmlinux 0xe6308285 gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0xe6314c47 platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0xe63b0a4f devm_of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0xe64b9248 cgroup_get_from_path +EXPORT_SYMBOL_GPL vmlinux 0xe663ca4a blk_stat_disable_accounting +EXPORT_SYMBOL_GPL vmlinux 0xe676f745 fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xe679c6a8 of_dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xe6852086 dprc_get_obj +EXPORT_SYMBOL_GPL vmlinux 0xe6899261 usb_acpi_power_manageable +EXPORT_SYMBOL_GPL vmlinux 0xe68fefe3 pci_device_group +EXPORT_SYMBOL_GPL vmlinux 0xe69e060f mpc8xxx_spi_tx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0xe69e5849 pm_clk_resume +EXPORT_SYMBOL_GPL vmlinux 0xe6aef439 __tracepoint_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xe6b2b7a0 nvdimm_has_flush +EXPORT_SYMBOL_GPL vmlinux 0xe6d8fc0f tcp_leave_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xe6da1dd8 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0xe6da47dc sched_set_fifo +EXPORT_SYMBOL_GPL vmlinux 0xe6e370ca relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0xe6e40502 rcu_get_gp_seq +EXPORT_SYMBOL_GPL vmlinux 0xe6e6b684 md_new_event +EXPORT_SYMBOL_GPL vmlinux 0xe6e988c5 k3_ringacc_get_tisci_dev_id +EXPORT_SYMBOL_GPL vmlinux 0xe6f15b8f __devm_reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xe6f19de7 pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xe6f52443 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0xe6f6f579 spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe6f83837 acpi_bus_attach_private_data +EXPORT_SYMBOL_GPL vmlinux 0xe700d767 reset_control_bulk_deassert +EXPORT_SYMBOL_GPL vmlinux 0xe70221d7 cppc_get_perf_caps +EXPORT_SYMBOL_GPL vmlinux 0xe703b17b fsl_mc_cleanup_irq_pool +EXPORT_SYMBOL_GPL vmlinux 0xe715380e devm_hte_register_chip +EXPORT_SYMBOL_GPL vmlinux 0xe71c1ed8 posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0xe728e680 nvmem_device_cell_read +EXPORT_SYMBOL_GPL vmlinux 0xe746fa7e fscrypt_ioctl_remove_key_all_users +EXPORT_SYMBOL_GPL vmlinux 0xe753b68d devlink_fmsg_arr_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xe75fff59 folio_mkclean +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe77d5ef3 ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0xe783e261 sysfs_emit +EXPORT_SYMBOL_GPL vmlinux 0xe784d989 bpf_trace_run9 +EXPORT_SYMBOL_GPL vmlinux 0xe7863ec0 gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0xe787feae rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0xe78f5853 battery_hook_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe7929d25 nf_ip6_check_hbh_len +EXPORT_SYMBOL_GPL vmlinux 0xe7936243 zynqmp_pm_clock_getstate +EXPORT_SYMBOL_GPL vmlinux 0xe797622c vp_legacy_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0xe79fcb83 ata_qc_get_active +EXPORT_SYMBOL_GPL vmlinux 0xe7a58b25 devm_clk_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0xe7c84a98 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0xe7d6d2d4 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0xe7df518a vp_modern_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xe7dfac2c percpu_free_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xe7f77a0f relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0xe8061d0d clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0xe808e37b devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe821d751 ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL vmlinux 0xe8224d90 mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0xe826fb87 raw_v4_match +EXPORT_SYMBOL_GPL vmlinux 0xe83ce0c0 crypto_register_aeads +EXPORT_SYMBOL_GPL vmlinux 0xe84a3d7c virtqueue_get_buf_ctx +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe85a9fd3 cpu_cluster_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xe85f33ef dpcon_get_attributes +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe863db13 usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xe86d83fb virtqueue_get_vring +EXPORT_SYMBOL_GPL vmlinux 0xe86e4242 devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0xe874f61d xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0xe876a84f serial8250_get_port +EXPORT_SYMBOL_GPL vmlinux 0xe88806f5 serdev_device_set_flow_control +EXPORT_SYMBOL_GPL vmlinux 0xe8979afb mas_prev_range +EXPORT_SYMBOL_GPL vmlinux 0xe8a772bd vcap_keyset_list_add +EXPORT_SYMBOL_GPL vmlinux 0xe8b8ba20 devm_usb_get_phy_by_node +EXPORT_SYMBOL_GPL vmlinux 0xe8bb97f8 sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xe8bc40c5 cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xe8c0065d memory_group_register_static +EXPORT_SYMBOL_GPL vmlinux 0xe8c084e2 thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xe8c57080 acpi_subsys_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe8c9b8b4 tpm_try_get_ops +EXPORT_SYMBOL_GPL vmlinux 0xe8ec7ba1 kvm_write_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0xe906190d icc_provider_init +EXPORT_SYMBOL_GPL vmlinux 0xe90c7659 k3_udma_glue_rx_dma_to_cppi5_addr +EXPORT_SYMBOL_GPL vmlinux 0xe90fae1f handle_bad_irq +EXPORT_SYMBOL_GPL vmlinux 0xe911df29 eventfd_ctx_do_read +EXPORT_SYMBOL_GPL vmlinux 0xe918be71 gfn_to_page +EXPORT_SYMBOL_GPL vmlinux 0xe91987cb devm_bitmap_zalloc +EXPORT_SYMBOL_GPL vmlinux 0xe9286571 umd_cleanup_helper +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe94986d6 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0xe956a75c pl320_ipc_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe958cce4 acpi_subsys_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0xe96997b8 fsnotify_init_mark +EXPORT_SYMBOL_GPL vmlinux 0xe9711693 ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0xe98a1daf kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xe98f55f2 arm_smccc_get_version +EXPORT_SYMBOL_GPL vmlinux 0xe99f5516 nvdimm_bus_add_badrange +EXPORT_SYMBOL_GPL vmlinux 0xe9aa1ad3 xfrm_dev_offload_ok +EXPORT_SYMBOL_GPL vmlinux 0xe9b061fb power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0xe9b5640c tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0xe9bc30ab powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0xe9bd3732 modify_ftrace_direct_nolock +EXPORT_SYMBOL_GPL vmlinux 0xe9c1e544 __traceiter_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe9c3fc73 acpi_unbind_one +EXPORT_SYMBOL_GPL vmlinux 0xe9d05410 mmc_get_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9d1f5f7 mmu_notifier_get_locked +EXPORT_SYMBOL_GPL vmlinux 0xe9d63a0d k3_udma_glue_enable_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xe9d9a001 mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0xe9e7ef31 pinmux_generic_get_function_name +EXPORT_SYMBOL_GPL vmlinux 0xe9eb5e7e rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0xe9f5116f rcu_exp_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0xe9f66615 sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0xe9facb73 mtk_clk_pdev_remove +EXPORT_SYMBOL_GPL vmlinux 0xea018bbb mpi_test_bit +EXPORT_SYMBOL_GPL vmlinux 0xea0ed960 gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea178d19 register_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0xea312c8c serdev_acpi_get_uart_resource +EXPORT_SYMBOL_GPL vmlinux 0xea38036f ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0xea47ba72 crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL vmlinux 0xea6ad0a3 tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0xea6bd875 power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0xea6d2a52 clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xea70b08b perf_event_period +EXPORT_SYMBOL_GPL vmlinux 0xea75d8db edac_device_add_device +EXPORT_SYMBOL_GPL vmlinux 0xea87a3e3 vp_modern_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0xea936e4b serdev_device_write +EXPORT_SYMBOL_GPL vmlinux 0xea971da2 genphy_c45_pma_baset1_read_master_slave +EXPORT_SYMBOL_GPL vmlinux 0xea9daf2c devm_devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0xeacb5cb7 kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0xead3e41b __traceiter_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xead54924 mctrl_gpio_to_gpiod +EXPORT_SYMBOL_GPL vmlinux 0xead5c8e5 clk_bulk_prepare +EXPORT_SYMBOL_GPL vmlinux 0xead9755b __regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0xeaddfff8 posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xeadfefbb devlink_flash_update_timeout_notify +EXPORT_SYMBOL_GPL vmlinux 0xeae0f496 clean_acked_data_flush +EXPORT_SYMBOL_GPL vmlinux 0xeaf0a57c look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0xeaf3cb23 crc64_be +EXPORT_SYMBOL_GPL vmlinux 0xeaf54c76 trace_array_printk +EXPORT_SYMBOL_GPL vmlinux 0xeaf64e7c __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0xeaf8469d hv_do_fast_hypercall8 +EXPORT_SYMBOL_GPL vmlinux 0xeb16482c xfrm_state_mtu +EXPORT_SYMBOL_GPL vmlinux 0xeb2479b3 debugfs_create_file_unsafe +EXPORT_SYMBOL_GPL vmlinux 0xeb2c9a1e of_usb_update_otg_caps +EXPORT_SYMBOL_GPL vmlinux 0xeb3496c4 set_selection_kernel +EXPORT_SYMBOL_GPL vmlinux 0xeb4221e4 trace_clock +EXPORT_SYMBOL_GPL vmlinux 0xeb4a39eb pci_bridge_secondary_bus_reset +EXPORT_SYMBOL_GPL vmlinux 0xeb5cd86e da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0xeb78b1ed unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xeb7b1411 serial8250_em485_stop_tx +EXPORT_SYMBOL_GPL vmlinux 0xeb8e7cf8 usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xeba6f4ca __virtqueue_break +EXPORT_SYMBOL_GPL vmlinux 0xebb14b2d platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0xebc581ed power_supply_get_battery_info +EXPORT_SYMBOL_GPL vmlinux 0xebd4cc11 mctrl_gpio_enable_ms +EXPORT_SYMBOL_GPL vmlinux 0xebe496ca __tracepoint_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0xec02ebe0 phylink_init_eee +EXPORT_SYMBOL_GPL vmlinux 0xec18ae8d inet_bhash2_update_saddr +EXPORT_SYMBOL_GPL vmlinux 0xec27760b simple_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0xec33c460 fbcon_modechange_possible +EXPORT_SYMBOL_GPL vmlinux 0xec5668f6 dax_zero_page_range +EXPORT_SYMBOL_GPL vmlinux 0xec5953c0 validate_xmit_skb_list +EXPORT_SYMBOL_GPL vmlinux 0xec5ad73b trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0xec616660 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xec62e2d0 iommu_device_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xec774acb cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xec7b68ad devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xec992e34 phylink_create +EXPORT_SYMBOL_GPL vmlinux 0xec9d9aee kthread_func +EXPORT_SYMBOL_GPL vmlinux 0xec9de794 pci_p2pdma_enable_store +EXPORT_SYMBOL_GPL vmlinux 0xecacfad3 get_device_system_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0xecb671fc tegra210_sata_pll_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0xecba68e3 gnttab_batch_map +EXPORT_SYMBOL_GPL vmlinux 0xecbec13a clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0xecc931c6 irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xeccabda6 genphy_c45_an_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0xecd8f1de of_genpd_add_provider_simple +EXPORT_SYMBOL_GPL vmlinux 0xecd8f23d xenbus_read +EXPORT_SYMBOL_GPL vmlinux 0xecdae0f3 acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0xece7592b ethtool_dev_mm_supported +EXPORT_SYMBOL_GPL vmlinux 0xece9f009 devm_mipi_dsi_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xecf8c709 crypto_unregister_templates +EXPORT_SYMBOL_GPL vmlinux 0xecfd6cce blk_crypto_profile_destroy +EXPORT_SYMBOL_GPL vmlinux 0xed032259 tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0xed040b88 crypto_register_ahashes +EXPORT_SYMBOL_GPL vmlinux 0xed0ee06f wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0xed11834d blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0xed1db4ed nvdimm_region_delete +EXPORT_SYMBOL_GPL vmlinux 0xed271086 bpf_trace_run8 +EXPORT_SYMBOL_GPL vmlinux 0xed2c5bcf power_supply_charge_behaviour_parse +EXPORT_SYMBOL_GPL vmlinux 0xed39b7b8 parse_OID +EXPORT_SYMBOL_GPL vmlinux 0xed8c384b netdev_xmit_skip_txqueue +EXPORT_SYMBOL_GPL vmlinux 0xed918dde hte_init_line_attr +EXPORT_SYMBOL_GPL vmlinux 0xed92342c synth_event_trace_array +EXPORT_SYMBOL_GPL vmlinux 0xed996aa3 scsi_host_complete_all_commands +EXPORT_SYMBOL_GPL vmlinux 0xed9a7392 ndo_dflt_bridge_getlink +EXPORT_SYMBOL_GPL vmlinux 0xedad8afe rio_mport_initialize +EXPORT_SYMBOL_GPL vmlinux 0xedb00a1d attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0xedb20162 rcuwait_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xedb8bf73 scsi_dh_attach +EXPORT_SYMBOL_GPL vmlinux 0xedd3c82b pm_clk_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xede9a09a btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0xedef78a2 __devm_clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xee02e56d led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0xee09a849 irq_of_parse_and_map +EXPORT_SYMBOL_GPL vmlinux 0xee1d1cec dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0xee28a2fc tegra_bpmp_transfer_atomic +EXPORT_SYMBOL_GPL vmlinux 0xee2e1d30 mmc_crypto_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0xee38ef57 register_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee518148 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0xee6182e8 ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0xee6319a3 mtk_free_clk_data +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xee6c633a devices_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xee74a922 __tracepoint_console +EXPORT_SYMBOL_GPL vmlinux 0xee7d8a3d bio_end_io_acct_remapped +EXPORT_SYMBOL_GPL vmlinux 0xee885c26 blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0xee8ac2d5 kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0xee8b3d48 fib_info_nh_uses_dev +EXPORT_SYMBOL_GPL vmlinux 0xeeaedb6e phy_create_lookup +EXPORT_SYMBOL_GPL vmlinux 0xeec37735 acpi_bus_trim +EXPORT_SYMBOL_GPL vmlinux 0xeed251cd clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xeed2cda8 rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0xeedd987e phy_10gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0xeedfa62a zynqmp_pm_is_function_supported +EXPORT_SYMBOL_GPL vmlinux 0xeee4b172 mnt_idmap_put +EXPORT_SYMBOL_GPL vmlinux 0xeeeee589 regulator_get_hardware_vsel_register +EXPORT_SYMBOL_GPL vmlinux 0xeef52907 da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xeef68434 acpi_ec_remove_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xeef75588 tpm2_get_cc_attrs_tbl +EXPORT_SYMBOL_GPL vmlinux 0xeefbd0f0 dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xef0d8229 bgpio_init +EXPORT_SYMBOL_GPL vmlinux 0xef1f6e23 apei_resources_request +EXPORT_SYMBOL_GPL vmlinux 0xef27d69e da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xef29fcdd clk_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xef34bf3e hrtimer_active +EXPORT_SYMBOL_GPL vmlinux 0xef464c28 getboottime64 +EXPORT_SYMBOL_GPL vmlinux 0xef5db66d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xef63155e genphy_c45_read_eee_abilities +EXPORT_SYMBOL_GPL vmlinux 0xef64e41b perf_trace_run_bpf_submit +EXPORT_SYMBOL_GPL vmlinux 0xef67ec35 __tracepoint_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef6f3af2 dma_request_chan +EXPORT_SYMBOL_GPL vmlinux 0xef70eb7e ring_buffer_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0xef7b2fbb vcap_lookup_rule_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0xef7c67f6 sched_numa_find_nth_cpu +EXPORT_SYMBOL_GPL vmlinux 0xef80fee4 wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xef846af5 msi_next_desc +EXPORT_SYMBOL_GPL vmlinux 0xef84907c of_prop_next_string +EXPORT_SYMBOL_GPL vmlinux 0xef86f3b1 shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xef8b108e acpi_irq_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xef92ef33 btree_last +EXPORT_SYMBOL_GPL vmlinux 0xef9a2c18 usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0xef9e3ea8 device_find_child +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefc4f9e0 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0xefe23d90 irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0xefeaba1c netdev_is_rx_handler_busy +EXPORT_SYMBOL_GPL vmlinux 0xefeafcf1 edac_has_mcs +EXPORT_SYMBOL_GPL vmlinux 0xefeb9c37 dev_pm_domain_start +EXPORT_SYMBOL_GPL vmlinux 0xeff5f3a9 lwtunnel_valid_encap_type +EXPORT_SYMBOL_GPL vmlinux 0xf001b259 __of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xf00808e8 dev_pm_opp_get_max_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0xf008a303 led_get +EXPORT_SYMBOL_GPL vmlinux 0xf009ad56 altr_sysmgr_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xf00c4f97 pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xf012349d gnttab_batch_copy +EXPORT_SYMBOL_GPL vmlinux 0xf016930c pinctrl_utils_free_map +EXPORT_SYMBOL_GPL vmlinux 0xf018a70b crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0xf02c8795 sfp_bus_add_upstream +EXPORT_SYMBOL_GPL vmlinux 0xf0342f11 ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0xf040cbd7 tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0xf04429b4 acpi_bus_get_status_handle +EXPORT_SYMBOL_GPL vmlinux 0xf04d8526 iomap_seek_data +EXPORT_SYMBOL_GPL vmlinux 0xf04e77ae serial8250_do_startup +EXPORT_SYMBOL_GPL vmlinux 0xf054090f kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0xf054e5dc of_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0xf05a52fe asn1_encode_oid +EXPORT_SYMBOL_GPL vmlinux 0xf05b64c1 kvm_vcpu_unmap +EXPORT_SYMBOL_GPL vmlinux 0xf05f32bd of_reserved_mem_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf05fbf09 pci_pio_to_address +EXPORT_SYMBOL_GPL vmlinux 0xf0616e7a sched_numa_hop_mask +EXPORT_SYMBOL_GPL vmlinux 0xf0696401 acpi_pci_detect_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xf07beefa bio_split_rw +EXPORT_SYMBOL_GPL vmlinux 0xf07c7fab transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0xf0876c44 __blk_trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0xf08acc39 fsl_mc_resource_free +EXPORT_SYMBOL_GPL vmlinux 0xf0910075 sfp_bus_del_upstream +EXPORT_SYMBOL_GPL vmlinux 0xf0aaabf3 devl_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf0af1a71 espintcp_queue_out +EXPORT_SYMBOL_GPL vmlinux 0xf0b77762 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0xf0c781a9 pinctrl_generic_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xf0e52dc0 __tracepoint_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xf0e5bb0b ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xf0ebe3a9 da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xf0ec5a1f device_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xf0fb1ce1 mcore_booted +EXPORT_SYMBOL_GPL vmlinux 0xf1124ecd sfp_upstream_set_signal_rate +EXPORT_SYMBOL_GPL vmlinux 0xf12180fd imx_1443x_dram_pll +EXPORT_SYMBOL_GPL vmlinux 0xf123543b xdp_return_buff +EXPORT_SYMBOL_GPL vmlinux 0xf13f68cc gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0xf143f18e iov_iter_is_aligned +EXPORT_SYMBOL_GPL vmlinux 0xf14e35eb tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xf1715af6 debugfs_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf172e68b bio_associate_blkg_from_css +EXPORT_SYMBOL_GPL vmlinux 0xf17325ea dm_internal_suspend_fast +EXPORT_SYMBOL_GPL vmlinux 0xf17c9229 perf_event_addr_filters_sync +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf188a662 rhashtable_walk_exit +EXPORT_SYMBOL_GPL vmlinux 0xf19615ee dw_pcie_ep_raise_legacy_irq +EXPORT_SYMBOL_GPL vmlinux 0xf1a2cff7 usb_role_switch_find_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xf1a38add gnttab_unmap_refs +EXPORT_SYMBOL_GPL vmlinux 0xf1adc9c3 ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xf1b34b5e of_clk_hw_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0xf1be0fe5 trace_put_event_file +EXPORT_SYMBOL_GPL vmlinux 0xf1cc417b fwnode_connection_find_match +EXPORT_SYMBOL_GPL vmlinux 0xf1d7c96d lochnagar_update_config +EXPORT_SYMBOL_GPL vmlinux 0xf1d81570 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf1da04c8 pci_epc_add_epf +EXPORT_SYMBOL_GPL vmlinux 0xf1db7767 vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0xf1ecda92 vcap_set_rule_set_keyset +EXPORT_SYMBOL_GPL vmlinux 0xf1f269d8 mmc_send_tuning +EXPORT_SYMBOL_GPL vmlinux 0xf1f56732 regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0xf1ffb44f vcap_rule_set_counter_id +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf22182b0 mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf25edf6e n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0xf277dc22 usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0xf27d0a7b gnttab_grant_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0xf28404cf devlink_dpipe_header_ipv6 +EXPORT_SYMBOL_GPL vmlinux 0xf2879599 __platform_register_drivers +EXPORT_SYMBOL_GPL vmlinux 0xf28d063d pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0xf28da84b usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xf2950932 devlink_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf2967796 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0xf2b33cb7 memory_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xf2bb078c pci_epc_unmap_addr +EXPORT_SYMBOL_GPL vmlinux 0xf2cabeba dw_pcie_upconfig_setup +EXPORT_SYMBOL_GPL vmlinux 0xf2db7599 clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0xf2f4926d mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf2f8718d led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0xf2f9aea8 devlink_params_register +EXPORT_SYMBOL_GPL vmlinux 0xf2fb61bd vprintk_default +EXPORT_SYMBOL_GPL vmlinux 0xf2ff4bc2 serial8250_em485_supported +EXPORT_SYMBOL_GPL vmlinux 0xf3083a1d phylink_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf30a5502 cpufreq_enable_boost_support +EXPORT_SYMBOL_GPL vmlinux 0xf311e156 key_being_used_for +EXPORT_SYMBOL_GPL vmlinux 0xf31632e0 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf321894c spi_sync +EXPORT_SYMBOL_GPL vmlinux 0xf3230189 clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0xf32bdc5d unregister_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf32dde48 nvmem_cell_read_u32 +EXPORT_SYMBOL_GPL vmlinux 0xf32e809a vfs_fallocate +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf33a5e5e skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0xf33b8d8c genphy_c45_baset1_read_status +EXPORT_SYMBOL_GPL vmlinux 0xf34105ef user_read +EXPORT_SYMBOL_GPL vmlinux 0xf34662c6 iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0xf34ca584 clk_regmap_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xf352023f memory_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xf3521b4e device_phy_find_device +EXPORT_SYMBOL_GPL vmlinux 0xf359e2a2 dprc_setup +EXPORT_SYMBOL_GPL vmlinux 0xf3792849 amba_device_add +EXPORT_SYMBOL_GPL vmlinux 0xf3797506 mpi_ec_deinit +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf382af62 phy_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf3a09fe7 crypto_has_kpp +EXPORT_SYMBOL_GPL vmlinux 0xf3ac1d28 wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3b5d66d of_genpd_remove_last +EXPORT_SYMBOL_GPL vmlinux 0xf3b95d79 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0xf3bf28d6 driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0xf3c36200 class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xf3c88afa debugfs_attr_write +EXPORT_SYMBOL_GPL vmlinux 0xf3dbc8f0 devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf4011163 hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0xf40135ed pm_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0xf40d994b devm_regulator_bulk_get_enable +EXPORT_SYMBOL_GPL vmlinux 0xf40e861e make_device_exclusive_range +EXPORT_SYMBOL_GPL vmlinux 0xf4169414 mtk_pinconf_drive_set +EXPORT_SYMBOL_GPL vmlinux 0xf421d47e vcap_copy_rule +EXPORT_SYMBOL_GPL vmlinux 0xf4236d80 crypto_unregister_skciphers +EXPORT_SYMBOL_GPL vmlinux 0xf432156c pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0xf4416fa2 devm_hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0xf448fa79 mtk_clk_unregister_muxes +EXPORT_SYMBOL_GPL vmlinux 0xf44981b5 i2c_new_client_device +EXPORT_SYMBOL_GPL vmlinux 0xf4557545 driver_set_override +EXPORT_SYMBOL_GPL vmlinux 0xf464bd73 tegra_bpmp_transfer +EXPORT_SYMBOL_GPL vmlinux 0xf4689d50 linkmode_set_pause +EXPORT_SYMBOL_GPL vmlinux 0xf46a2848 pm_clk_remove_clk +EXPORT_SYMBOL_GPL vmlinux 0xf47654df irq_check_status_bit +EXPORT_SYMBOL_GPL vmlinux 0xf47c5b92 pci_epc_mem_exit +EXPORT_SYMBOL_GPL vmlinux 0xf47e929e usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0xf489f8f8 inet_ehash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0xf48ea3ba bpf_prog_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf4922844 skb_mpls_pop +EXPORT_SYMBOL_GPL vmlinux 0xf49df794 kvm_are_all_memslots_empty +EXPORT_SYMBOL_GPL vmlinux 0xf4a69cd4 scmi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xf4af35c2 rcu_gp_is_normal +EXPORT_SYMBOL_GPL vmlinux 0xf4b0a574 fsl_mc_object_free +EXPORT_SYMBOL_GPL vmlinux 0xf4b30d2d fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf4b77c91 kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xf4b901ab rockchip_pcie_parse_dt +EXPORT_SYMBOL_GPL vmlinux 0xf4cd9f8f reset_control_bulk_release +EXPORT_SYMBOL_GPL vmlinux 0xf4e3ea0a devm_register_power_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xf4e99cda imx_pinctrl_sc_ipc_init +EXPORT_SYMBOL_GPL vmlinux 0xf4ea9c5e inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0xf4f2daf3 nvdimm_bus_check_dimm_count +EXPORT_SYMBOL_GPL vmlinux 0xf4f53f26 rz_mtu3_disable +EXPORT_SYMBOL_GPL vmlinux 0xf50557e3 regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0xf505c229 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0xf53a59c9 to_nvdimm_bus +EXPORT_SYMBOL_GPL vmlinux 0xf53a9f69 put_pid +EXPORT_SYMBOL_GPL vmlinux 0xf5453f83 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf54f9ef7 tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf5562920 lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xf55658fa crypto_sig_set_privkey +EXPORT_SYMBOL_GPL vmlinux 0xf560d7f4 spi_mem_default_supports_op +EXPORT_SYMBOL_GPL vmlinux 0xf56735f6 dev_pm_qos_update_user_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0xf56ca445 vp_modern_remove +EXPORT_SYMBOL_GPL vmlinux 0xf5755e7f debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0xf58e8e4b devm_ti_sci_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xf5a067bf iommu_group_dma_owner_claimed +EXPORT_SYMBOL_GPL vmlinux 0xf5a3ba99 linear_range_values_in_range +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5b1ef7e vp_legacy_set_status +EXPORT_SYMBOL_GPL vmlinux 0xf5b85661 mptcp_pm_get_add_addr_signal_max +EXPORT_SYMBOL_GPL vmlinux 0xf5b9dbac __reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xf5bbdb7e cpufreq_policy_transition_delay_us +EXPORT_SYMBOL_GPL vmlinux 0xf5dcd9f7 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0xf5e3c11c mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0xf5ef5d4a devm_init_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xf5f370e0 async_schedule_node +EXPORT_SYMBOL_GPL vmlinux 0xf600338e ata_scsi_slave_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf60a0b60 dev_pm_opp_sync_regulators +EXPORT_SYMBOL_GPL vmlinux 0xf6153d8b sfp_bus_find_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xf61c6b74 hv_do_hypercall +EXPORT_SYMBOL_GPL vmlinux 0xf61cf281 scsi_dh_set_params +EXPORT_SYMBOL_GPL vmlinux 0xf625e6c7 perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0xf62c02a9 mtk_pinconf_bias_set_combo +EXPORT_SYMBOL_GPL vmlinux 0xf630f366 usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0xf63f003a acpi_gpio_get_io_resource +EXPORT_SYMBOL_GPL vmlinux 0xf64aaa25 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xf64dabd3 vp_modern_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0xf64fb346 gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0xf6531a96 mtk_clk_dummy_ops +EXPORT_SYMBOL_GPL vmlinux 0xf65b0cbd clk_hw_get_parent +EXPORT_SYMBOL_GPL vmlinux 0xf663ee2f pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0xf66ef4fd regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0xf68968ba regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xf6986b20 tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0xf69bd001 fsl_mc_bus_dpio_type +EXPORT_SYMBOL_GPL vmlinux 0xf69f47e0 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xf6a28554 region_intersects +EXPORT_SYMBOL_GPL vmlinux 0xf6ab4c69 vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0xf6beee37 __SCK__tp_func_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xf6c203b9 smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xf6c71a25 cper_severity_str +EXPORT_SYMBOL_GPL vmlinux 0xf6c8dc62 cpu_hotplug_enable +EXPORT_SYMBOL_GPL vmlinux 0xf6e1034e device_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0xf6e10619 dev_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0xf6e772c3 irq_bypass_unregister_producer +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6f16c56 rcu_barrier_tasks +EXPORT_SYMBOL_GPL vmlinux 0xf6fa83d8 usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xf70502f3 hid_bpf_device_init +EXPORT_SYMBOL_GPL vmlinux 0xf70e4a4d preempt_schedule_notrace +EXPORT_SYMBOL_GPL vmlinux 0xf7145dc4 drop_reasons_unregister_subsys +EXPORT_SYMBOL_GPL vmlinux 0xf727885a pci_load_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xf729731e fuse_dev_alloc_install +EXPORT_SYMBOL_GPL vmlinux 0xf72a65ea tty_get_char_size +EXPORT_SYMBOL_GPL vmlinux 0xf72b5e4a mmu_interval_read_begin +EXPORT_SYMBOL_GPL vmlinux 0xf72d50f6 gpiochip_request_own_desc +EXPORT_SYMBOL_GPL vmlinux 0xf72f27bd __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0xf730fb4a qcom_smem_state_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xf737dd4f tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0xf7399991 ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xf741251a cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0xf743c16c __thermal_zone_get_trip +EXPORT_SYMBOL_GPL vmlinux 0xf7454819 blk_bio_list_merge +EXPORT_SYMBOL_GPL vmlinux 0xf7455c16 input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0xf749debc md5_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0xf74a5ba3 pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xf74a6076 crypto_inst_setname +EXPORT_SYMBOL_GPL vmlinux 0xf74bb274 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xf74e7c93 jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0xf75ce2bf dpcon_open +EXPORT_SYMBOL_GPL vmlinux 0xf760ab64 regulator_set_load +EXPORT_SYMBOL_GPL vmlinux 0xf760eca4 tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0xf766e803 icc_link_create +EXPORT_SYMBOL_GPL vmlinux 0xf766f77e pci_epc_get_msix +EXPORT_SYMBOL_GPL vmlinux 0xf772ff44 devm_regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf7747295 device_match_devt +EXPORT_SYMBOL_GPL vmlinux 0xf7772bde xas_init_marks +EXPORT_SYMBOL_GPL vmlinux 0xf7792421 devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xf77a0fc0 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xf77d3e5c device_property_present +EXPORT_SYMBOL_GPL vmlinux 0xf782fb07 percpu_ref_switch_to_atomic_sync +EXPORT_SYMBOL_GPL vmlinux 0xf7866b4f bind_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0xf798451b shash_no_setkey +EXPORT_SYMBOL_GPL vmlinux 0xf7a8dab4 fwnode_device_is_available +EXPORT_SYMBOL_GPL vmlinux 0xf7afb369 btree_init +EXPORT_SYMBOL_GPL vmlinux 0xf7bc95b0 devlink_fmsg_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xf7c3f273 xen_resume_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf7c694d6 usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xf7e29642 ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xf7e6b02c scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xf7e86b16 mpc8xxx_spi_rx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0xf7f6151a percpu_down_write +EXPORT_SYMBOL_GPL vmlinux 0xf7f8f3ce wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0xf8079afd kvm_vcpu_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0xf809d25a devm_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xf80f5fc7 __SCK__tp_func_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xf811d9af of_nvmem_layout_get_container +EXPORT_SYMBOL_GPL vmlinux 0xf812c82f bpf_event_output +EXPORT_SYMBOL_GPL vmlinux 0xf81c2af8 inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0xf81dce70 thermal_genl_cpu_capability_event +EXPORT_SYMBOL_GPL vmlinux 0xf82c3fea sbitmap_show +EXPORT_SYMBOL_GPL vmlinux 0xf82cd04e device_link_remove +EXPORT_SYMBOL_GPL vmlinux 0xf82f07b2 ahci_platform_resume +EXPORT_SYMBOL_GPL vmlinux 0xf836b510 serdev_controller_add +EXPORT_SYMBOL_GPL vmlinux 0xf84114d4 perf_get_aux +EXPORT_SYMBOL_GPL vmlinux 0xf84d6087 of_pci_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0xf85124b6 devl_unlock +EXPORT_SYMBOL_GPL vmlinux 0xf8540d8c sbitmap_any_bit_set +EXPORT_SYMBOL_GPL vmlinux 0xf855bb36 fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0xf85cced8 regmap_might_sleep +EXPORT_SYMBOL_GPL vmlinux 0xf85ebdbd usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0xf861bd31 rockchip_clk_register_ddrclk +EXPORT_SYMBOL_GPL vmlinux 0xf873bd3c pci_epc_start +EXPORT_SYMBOL_GPL vmlinux 0xf883bf93 crypto_dh_key_len +EXPORT_SYMBOL_GPL vmlinux 0xf8875e5f kvm_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0xf8b8e330 wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xf8e04412 sbitmap_queue_show +EXPORT_SYMBOL_GPL vmlinux 0xf8e614b7 iommu_fwspec_init +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8fe5642 phylink_ethtool_get_pauseparam +EXPORT_SYMBOL_GPL vmlinux 0xf900c77d zynqmp_pm_clock_disable +EXPORT_SYMBOL_GPL vmlinux 0xf90a8437 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0xf913713d ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0xf914474b __xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0xf91f92c5 device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0xf9260127 regulator_is_equal +EXPORT_SYMBOL_GPL vmlinux 0xf9354307 __traceiter_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xf95322f4 kthread_parkme +EXPORT_SYMBOL_GPL vmlinux 0xf955e9c5 bprintf +EXPORT_SYMBOL_GPL vmlinux 0xf967422b HYPERVISOR_xen_version +EXPORT_SYMBOL_GPL vmlinux 0xf9738e49 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9a3c5dc zynqmp_pm_load_pdi +EXPORT_SYMBOL_GPL vmlinux 0xf9aab269 vmf_insert_pfn_pmd +EXPORT_SYMBOL_GPL vmlinux 0xf9b34a0b iopf_queue_free +EXPORT_SYMBOL_GPL vmlinux 0xf9b88122 crypto_create_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0xf9c223e4 mtk_eint_do_resume +EXPORT_SYMBOL_GPL vmlinux 0xf9e3f101 i2c_client_type +EXPORT_SYMBOL_GPL vmlinux 0xf9e5b066 usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0xf9efd7c1 blk_mq_freeze_queue_wait +EXPORT_SYMBOL_GPL vmlinux 0xfa0d42b7 ethnl_cable_test_step +EXPORT_SYMBOL_GPL vmlinux 0xfa1a33b7 vfs_set_acl +EXPORT_SYMBOL_GPL vmlinux 0xfa1d8768 fib_rule_matchall +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa20488d tcp_parse_mss_option +EXPORT_SYMBOL_GPL vmlinux 0xfa26bd3d devlink_to_dev +EXPORT_SYMBOL_GPL vmlinux 0xfa2b33b5 memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0xfa349688 aer_recover_queue +EXPORT_SYMBOL_GPL vmlinux 0xfa42e22a devfreq_event_set_event +EXPORT_SYMBOL_GPL vmlinux 0xfa43cefc is_hash_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xfa43f595 pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0xfa4d3c24 log_post_write_mmio +EXPORT_SYMBOL_GPL vmlinux 0xfa61bb0e mmc_pwrseq_register +EXPORT_SYMBOL_GPL vmlinux 0xfa63a15a subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfa666974 queue_work_node +EXPORT_SYMBOL_GPL vmlinux 0xfa729717 pci_iov_get_pf_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xfa935aed kthread_unpark +EXPORT_SYMBOL_GPL vmlinux 0xfaa1c210 dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0xfaa5ff4a devm_hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0xfaaf8621 power_supply_battery_bti_in_range +EXPORT_SYMBOL_GPL vmlinux 0xfab30dc0 mdio_bus_exit +EXPORT_SYMBOL_GPL vmlinux 0xfab53ed9 pinctrl_gpio_can_use_line +EXPORT_SYMBOL_GPL vmlinux 0xfab5aabc cdx_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xfac3872d disk_set_zoned +EXPORT_SYMBOL_GPL vmlinux 0xfad6bc21 misc_cg_uncharge +EXPORT_SYMBOL_GPL vmlinux 0xfad9c827 kill_dax +EXPORT_SYMBOL_GPL vmlinux 0xfadc8dcf otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0xfae3494f dpbp_open +EXPORT_SYMBOL_GPL vmlinux 0xfaf437c0 crypto_alloc_acomp +EXPORT_SYMBOL_GPL vmlinux 0xfafb4a1e led_blink_set_oneshot +EXPORT_SYMBOL_GPL vmlinux 0xfaff2e5a ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0xfb03365b skb_complete_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xfb0d4594 kvm_get_kvm +EXPORT_SYMBOL_GPL vmlinux 0xfb0d7867 __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xfb148ecd nvdimm_flush +EXPORT_SYMBOL_GPL vmlinux 0xfb183af2 xenbus_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xfb2d5b41 akcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb35890a x509_cert_parse +EXPORT_SYMBOL_GPL vmlinux 0xfb3fe85d cpufreq_table_index_unsorted +EXPORT_SYMBOL_GPL vmlinux 0xfb4a9081 rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xfb60faf5 posix_acl_clone +EXPORT_SYMBOL_GPL vmlinux 0xfb6e8630 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb6ef0cf free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xfb74e910 proc_douintvec_minmax +EXPORT_SYMBOL_GPL vmlinux 0xfb9191b3 devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0xfbaeb7e7 dm_start_time_ns_from_clone +EXPORT_SYMBOL_GPL vmlinux 0xfbb80937 clkdev_create +EXPORT_SYMBOL_GPL vmlinux 0xfbba1f44 css_next_descendant_pre +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbc022cc init_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0xfbc0a603 led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0xfbc4e779 of_i2c_get_board_info +EXPORT_SYMBOL_GPL vmlinux 0xfbe43129 __clocksource_update_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0xfbe7a0f3 irq_domain_free_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xfbf1eb73 perf_aux_output_flag +EXPORT_SYMBOL_GPL vmlinux 0xfbf9041a pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xfbfb0588 bdev_discard_alignment +EXPORT_SYMBOL_GPL vmlinux 0xfbffd601 net_prio_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xfc02eda6 mtk_pinconf_adv_pull_set +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc10e96d fuse_free_conn +EXPORT_SYMBOL_GPL vmlinux 0xfc201b66 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0xfc254d15 gnttab_free_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xfc2dd989 virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0xfc3b4246 acpi_bus_update_power +EXPORT_SYMBOL_GPL vmlinux 0xfc4af364 pinctrl_utils_add_map_configs +EXPORT_SYMBOL_GPL vmlinux 0xfc5635aa __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0xfc5a43ab ip6_route_output_flags +EXPORT_SYMBOL_GPL vmlinux 0xfc61d0b4 ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xfc703093 hwpoison_filter +EXPORT_SYMBOL_GPL vmlinux 0xfc916db4 sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0xfc9477b5 zynqmp_pm_set_pll_frac_data +EXPORT_SYMBOL_GPL vmlinux 0xfca038f3 extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0xfca2be78 pinconf_generic_dump_config +EXPORT_SYMBOL_GPL vmlinux 0xfcaf92d9 sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xfcb26d98 lwtunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0xfcb47138 seg6_do_srh_encap +EXPORT_SYMBOL_GPL vmlinux 0xfcbbbf71 devm_acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0xfcbfec70 add_memory_driver_managed +EXPORT_SYMBOL_GPL vmlinux 0xfcc1edd3 memory_block_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0xfccc372d pm_clk_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xfccd3b71 gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xfcd06506 dma_resv_set_deadline +EXPORT_SYMBOL_GPL vmlinux 0xfcd99394 find_vpid +EXPORT_SYMBOL_GPL vmlinux 0xfcdd9a81 inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xfcee72bf rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xfcf44460 regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0xfcf5f085 xfrm_state_afinfo_get_rcu +EXPORT_SYMBOL_GPL vmlinux 0xfcf9ef73 hw_protection_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xfcfb7eeb __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xfd009256 devl_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfd068326 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xfd195774 k3_udma_glue_disable_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xfd2e8dd6 usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xfd3680fb rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0xfd3e027d __hwspin_trylock +EXPORT_SYMBOL_GPL vmlinux 0xfd48151a bpf_trace_run6 +EXPORT_SYMBOL_GPL vmlinux 0xfd517548 ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0xfd6555fb xlnx_unregister_event +EXPORT_SYMBOL_GPL vmlinux 0xfd7243c7 erst_disable +EXPORT_SYMBOL_GPL vmlinux 0xfd73e149 mddev_init +EXPORT_SYMBOL_GPL vmlinux 0xfd77e268 register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xfd9857d4 shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0xfd9e1e32 fwnode_get_next_parent +EXPORT_SYMBOL_GPL vmlinux 0xfd9e6480 fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0xfdb16ef6 of_dma_router_register +EXPORT_SYMBOL_GPL vmlinux 0xfdbd7a17 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xfdc2caa7 fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0xfdd45f6e pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0xfdde8b22 tpm1_getcap +EXPORT_SYMBOL_GPL vmlinux 0xfde46116 dev_pm_opp_get_freq +EXPORT_SYMBOL_GPL vmlinux 0xfdea2d04 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfe01596d ethtool_set_ethtool_phy_ops +EXPORT_SYMBOL_GPL vmlinux 0xfe0163b1 ahci_handle_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xfe01cc1c regulator_set_active_discharge_regmap +EXPORT_SYMBOL_GPL vmlinux 0xfe02a41c devm_pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfe05c1cc devm_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0xfe0e7cd3 apei_exec_post_unmap_gars +EXPORT_SYMBOL_GPL vmlinux 0xfe15b704 pinctrl_generic_get_group +EXPORT_SYMBOL_GPL vmlinux 0xfe17758b pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0xfe19dc28 vivaldi_function_row_physmap_show +EXPORT_SYMBOL_GPL vmlinux 0xfe1a7a7b mpi_point_release +EXPORT_SYMBOL_GPL vmlinux 0xfe1b2f45 ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xfe1fc0f8 pci_epc_multi_mem_init +EXPORT_SYMBOL_GPL vmlinux 0xfe27129b input_class +EXPORT_SYMBOL_GPL vmlinux 0xfe27d92c genphy_c45_pma_setup_forced +EXPORT_SYMBOL_GPL vmlinux 0xfe3a6de3 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfe3ec731 imx_pinctrl_parse_pin_scu +EXPORT_SYMBOL_GPL vmlinux 0xfe476039 ktime_get_resolution_ns +EXPORT_SYMBOL_GPL vmlinux 0xfe567505 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xfe57f4f4 regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0xfe6a73c9 crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0xfe73f2c7 pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xfe82eaed serdev_device_set_baudrate +EXPORT_SYMBOL_GPL vmlinux 0xfe8cdb84 ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0xfe8f6f1c i2c_dw_adjust_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0xfe97a14f pci_dev_unlock +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfe99dad0 dtpm_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xfea48437 ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0xfec3bf84 icst_clk_setup +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfee5e5fe bind_interdomain_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0xfee76ea3 phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0xfeec3489 pkcs7_parse_message +EXPORT_SYMBOL_GPL vmlinux 0xfeedf14a nvdimm_region_notify +EXPORT_SYMBOL_GPL vmlinux 0xfeeecd05 apei_read +EXPORT_SYMBOL_GPL vmlinux 0xfef3d7f5 __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xfef42b32 wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xff03a139 devm_krealloc +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff0fe207 fscrypt_ioctl_get_policy_ex +EXPORT_SYMBOL_GPL vmlinux 0xff11fc25 mmu_notifier_put +EXPORT_SYMBOL_GPL vmlinux 0xff1666f3 reset_control_bulk_assert +EXPORT_SYMBOL_GPL vmlinux 0xff291ecf clk_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xff428d39 pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0xff42c374 usb_role_switch_get_role +EXPORT_SYMBOL_GPL vmlinux 0xff4ccdae of_hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0xff4d0287 devl_resource_size_get +EXPORT_SYMBOL_GPL vmlinux 0xff566127 cpufreq_driver_resolve_freq +EXPORT_SYMBOL_GPL vmlinux 0xff56fac4 led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0xff5ff839 crypto_register_acomps +EXPORT_SYMBOL_GPL vmlinux 0xff7e33bf mpi_sub_ui +EXPORT_SYMBOL_GPL vmlinux 0xff81487d gpiod_remove_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0xff84a8a5 page_reporting_order +EXPORT_SYMBOL_GPL vmlinux 0xff8df9fa vfs_inode_has_locks +EXPORT_SYMBOL_GPL vmlinux 0xff9392ce __fsl_mc_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xff9515b5 fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0xff9e23d1 hugetlb_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xffae8e8b nsecs_to_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xffb20aa0 elv_rqhash_add +EXPORT_SYMBOL_GPL vmlinux 0xffbd43fd devm_gpiod_unhinge +EXPORT_SYMBOL_GPL vmlinux 0xffc74583 pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0xffc86f14 __xas_next +EXPORT_SYMBOL_GPL vmlinux 0xffcc585a meson_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0xffcf7a26 iopf_queue_flush_dev +EXPORT_SYMBOL_GPL vmlinux 0xffd5b04d inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0xffe90d17 fscrypt_ioctl_add_key +FIRMWARE_LOADER_PRIVATE EXPORT_SYMBOL_GPL 0x07342898 unregister_firmware_config_sysctl vmlinux +FIRMWARE_LOADER_PRIVATE EXPORT_SYMBOL_GPL 0xae43feea register_firmware_config_sysctl vmlinux +FIRMWARE_LOADER_PRIVATE EXPORT_SYMBOL_GPL 0xd3ae7756 fw_fallback_config vmlinux +FW_CS_DSP EXPORT_SYMBOL_GPL 0x0400e58c cs_dsp_run drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x0913cace cs_dsp_read_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x0dc8003a cs_dsp_adsp1_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x144d6986 cs_dsp_mem_region_name drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x22cf1d1d cs_dsp_init_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x2c706c89 cs_dsp_write_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x37255bcd cs_dsp_halo_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x3a5b5314 cs_dsp_adsp1_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x4b70fd2a cs_dsp_cleanup_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x4d5bbdad cs_dsp_read_raw_data_block drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x4e5562f8 cs_dsp_remove_padding drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x6e0cce2d cs_dsp_chunk_write drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x7b5c72d3 cs_dsp_adsp1_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x7c603ca3 cs_dsp_get_ctl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x87a3e690 cs_dsp_halo_wdt_expire drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9e324cb0 cs_dsp_chunk_flush drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9e3e2b89 cs_dsp_find_alg_region drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xa0195568 cs_dsp_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xab49ea88 cs_dsp_remove drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xb6c0d9e7 cs_dsp_chunk_read drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xba683c15 cs_dsp_coeff_write_ctrl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xbc1f86a5 cs_dsp_adsp2_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xbf80570b cs_dsp_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xc48295f0 cs_dsp_set_dspclk drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xcd195d05 cs_dsp_stop drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xddcac590 cs_dsp_coeff_write_acked_control drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xf5b56d27 cs_dsp_adsp2_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xfa0ff792 cs_dsp_halo_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xff9129ba cs_dsp_coeff_read_ctrl drivers/firmware/cirrus/cs_dsp +HWMON_THERMAL EXPORT_SYMBOL_GPL 0x362c6457 hwmon_device_register_for_thermal vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x14013dbb idle_inject_register_full vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x5b3a2cd6 idle_inject_start vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x5f064467 idle_inject_register vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x85c2b7eb idle_inject_stop vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x95e93783 idle_inject_set_latency vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0xc18575af idle_inject_set_duration vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0xe9cbcfd0 idle_inject_get_duration vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0xf0e96547 idle_inject_unregister vmlinux +IIO_AD5592R EXPORT_SYMBOL_GPL 0x1b0de623 ad5592r_probe drivers/iio/dac/ad5592r-base +IIO_AD5592R EXPORT_SYMBOL_GPL 0xa04ac775 ad5592r_remove drivers/iio/dac/ad5592r-base +IIO_AD5686 EXPORT_SYMBOL_GPL 0x0f65fb36 ad5686_remove drivers/iio/dac/ad5686 +IIO_AD5686 EXPORT_SYMBOL_GPL 0xe59b6d39 ad5686_probe drivers/iio/dac/ad5686 +IIO_AD7091R EXPORT_SYMBOL_GPL 0x1a75bf55 ad7091r_regmap_config drivers/iio/adc/ad7091r-base +IIO_AD7091R EXPORT_SYMBOL_GPL 0x201c41d3 ad7091r_probe drivers/iio/adc/ad7091r-base +IIO_AD7606 EXPORT_SYMBOL_GPL 0x4d878c89 ad7606_pm_ops drivers/iio/adc/ad7606 +IIO_AD7606 EXPORT_SYMBOL_GPL 0x9b48178b ad7606_probe drivers/iio/adc/ad7606 +IIO_ADISLIB EXPORT_SYMBOL 0x6a5e317f __adis_enable_irq drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL 0x8ce5f86d adis_debugfs_reg_access drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x10dfa2ef devm_adis_probe_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x145d1b82 __adis_initial_startup drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x1ee3098c adis_init drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x245c0f98 __adis_read_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x25db4680 __adis_write_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x4adaa2c1 __adis_check_status drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x5a702df5 __adis_update_bits_base drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x7b5b6c67 devm_adis_setup_buffer_and_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x88110c04 adis_single_conversion drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xeba593a9 adis_update_scan_mode drivers/iio/imu/adis_lib +IIO_ADIS_LIB EXPORT_SYMBOL_GPL 0x550e4f21 __adis_reset drivers/iio/imu/adis_lib +IIO_ADI_AXI EXPORT_SYMBOL_GPL 0x8516356f adi_axi_adc_conv_priv drivers/iio/adc/adi-axi-adc +IIO_ADI_AXI EXPORT_SYMBOL_GPL 0xfbf6418a devm_adi_axi_adc_conv_register drivers/iio/adc/adi-axi-adc +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x8401eedc adxl313_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x93298a1c adxl312_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x932e87b3 adxl314_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xa2ca34ec adxl313_core_probe drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe0cc85c5 adxl31x_chip_info drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe1d8d09c adxl314_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe1dfdd33 adxl312_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xf6f7b9f3 adxl313_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0x4d2f5e0f adxl35x_chip_info drivers/iio/accel/adxl355_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0x6ff5403b adxl355_readable_regs_tbl drivers/iio/accel/adxl355_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0xb446fa86 adxl355_writeable_regs_tbl drivers/iio/accel/adxl355_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0xf835dd20 adxl355_core_probe drivers/iio/accel/adxl355_core +IIO_ADXL367 EXPORT_SYMBOL_GPL 0x7ea197d6 adxl367_probe drivers/iio/accel/adxl367 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0xa1e60311 adxl372_readable_noinc_reg drivers/iio/accel/adxl372 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0xe362a7cd adxl372_probe drivers/iio/accel/adxl372 +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x01e8a09f devm_ad_sd_setup_buffer_and_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x084f8eda ad_sd_read_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x38541bd2 ad_sd_set_comm drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x3b97e645 ad_sd_calibrate_all drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x4337bea3 ad_sd_validate_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x47a7c985 ad_sd_init drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x58133f7c ad_sd_write_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x670f5410 ad_sd_calibrate drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x9e743ca8 ad_sigma_delta_single_conversion drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xee46f955 ad_sd_reset drivers/iio/adc/ad_sigma_delta +IIO_BMA400 EXPORT_SYMBOL 0xd1bd85ed bma400_probe drivers/iio/accel/bma400_core +IIO_BMA400 EXPORT_SYMBOL 0xf1957d32 bma400_regmap_config drivers/iio/accel/bma400_core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x10963dfc bmc150_regmap_conf drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x1288b27b bmc150_accel_pm_ops drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0xc2fc76c9 bmc150_accel_core_remove drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0xc505e11e bmc150_accel_core_probe drivers/iio/accel/bmc150-accel-core +IIO_BMC150_MAGN EXPORT_SYMBOL 0x2a84e048 bmc150_magn_regmap_config drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x2b4de0b4 bmc150_magn_probe drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x8ee93991 bmc150_magn_pm_ops drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0xde64107d bmc150_magn_remove drivers/iio/magnetometer/bmc150_magn +IIO_BME680 EXPORT_SYMBOL 0x2f79cb68 bme680_regmap_config drivers/iio/chemical/bme680_core +IIO_BME680 EXPORT_SYMBOL_GPL 0xd99f43d3 bme680_core_probe drivers/iio/chemical/bme680_core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x1c5b3e9b bmi088_regmap_conf drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x8ca9d538 bmi088_accel_pm_ops drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x91705c0a bmi088_accel_core_probe drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x964db795 bmi088_accel_core_remove drivers/iio/accel/bmi088-accel-core +IIO_BMI160 EXPORT_SYMBOL 0xca19cfae bmi160_enable_irq drivers/iio/imu/bmi160/bmi160_core +IIO_BMI160 EXPORT_SYMBOL 0xd6d6586a bmi160_regmap_config drivers/iio/imu/bmi160/bmi160_core +IIO_BMI160 EXPORT_SYMBOL_GPL 0x8ccc2757 bmi160_core_probe drivers/iio/imu/bmi160/bmi160_core +IIO_BMP280 EXPORT_SYMBOL 0x320b839a bmp380_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x37dfe819 bmp180_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x3c773f1f bmp580_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x7d37c307 bmp380_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x85f588b1 bmp580_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x97dd03b5 bme280_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x9c5907aa bmp180_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xdd59357b bmp280_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xe0382271 bmp280_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xe96197b1 bmp280_common_probe drivers/iio/pressure/bmp280 +IIO_BNO055 EXPORT_SYMBOL_GPL 0x60b359d4 bno055_probe drivers/iio/imu/bno055/bno055 +IIO_BNO055 EXPORT_SYMBOL_GPL 0x68aba31e bno055_regmap_config drivers/iio/imu/bno055/bno055 +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x0daf99a1 fxas21002c_core_probe drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x4b7623cc fxas21002c_core_remove drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x7b946cc6 fxas21002c_pm_ops drivers/iio/gyro/fxas21002c_core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x00fab337 fxls8962af_i2c_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x0ff0a965 fxls8962af_pm_ops drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x720ec09c fxls8962af_core_probe drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xa22427f2 fxls8962af_spi_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x094bee02 iio_gts_avail_scales_for_time drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x296bb0cd iio_gts_all_avail_scales drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x4ed89402 iio_gts_find_sel_by_gain drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x53000dc5 iio_gts_find_gain_by_sel drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x54a7bad7 iio_gts_get_min_gain drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x5f338fa0 iio_gts_find_new_gain_sel_by_old_gain_time drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xa04ca07d devm_iio_init_iio_gts drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xa3374797 iio_gts_get_scale drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xaf5aaa85 iio_find_closest_gain_low drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xc061498b iio_gts_avail_times drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xc25ccf30 iio_gts_find_new_gain_by_old_gain_time drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xd7e29768 iio_gts_find_gain_sel_for_scale_using_time drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xf42af90f iio_gts_total_gain_to_scale drivers/iio/industrialio-gts-helper +IIO_HID EXPORT_SYMBOL 0x25ca81ef hid_sensor_read_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x27679beb hid_sensor_convert_timestamp drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x33a72a5d hid_sensor_write_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x3bfb5b01 hid_sensor_read_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x3ca318ee hid_sensor_write_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x40a9a2fd hid_sensor_setup_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x590e8487 hid_sensor_remove_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x780712da hid_sensor_pm_ops drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x7f7621ec hid_sensor_format_scale drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xa03d4a76 hid_sensor_write_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xa3528109 hid_sensor_power_state drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0xbed6bc0e hid_sensor_read_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xe1139de5 hid_sensor_parse_common_attributes drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x1ac747c5 hid_sensor_read_poll_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x5bb310d7 hid_sensor_set_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xd2f54daf hid_sensor_batch_mode_supported drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xf7a1c89c hid_sensor_get_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HMC5843 EXPORT_SYMBOL 0x30f938ff hmc5843_pm_ops drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0x8907407d hmc5843_common_remove drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0xd9461bcb hmc5843_common_probe drivers/iio/magnetometer/hmc5843_core +IIO_HTS221 EXPORT_SYMBOL 0x00930d68 hts221_probe drivers/iio/humidity/hts221 +IIO_HTS221 EXPORT_SYMBOL 0x4fe85a74 hts221_pm_ops drivers/iio/humidity/hts221 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x268dda33 inv_icm42600_regmap_config drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x9cbe4fda inv_icm42600_core_probe drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0xb443fa48 inv_icm42600_pm_ops drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_KX022A EXPORT_SYMBOL_GPL 0xd064023a kx022a_probe_internal drivers/iio/accel/kionix-kx022a +IIO_KX022A EXPORT_SYMBOL_GPL 0xeae9f9a4 kx022a_regmap drivers/iio/accel/kionix-kx022a +IIO_KXSD9 EXPORT_SYMBOL 0x29ab816e kxsd9_dev_pm_ops drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0x5d8343e6 kxsd9_common_remove drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0xe9cb21ef kxsd9_common_probe drivers/iio/accel/kxsd9 +IIO_LSM6DSX EXPORT_SYMBOL 0x3ca64649 st_lsm6dsx_pm_ops drivers/iio/imu/st_lsm6dsx/st_lsm6dsx +IIO_LSM6DSX EXPORT_SYMBOL 0x631ed706 st_lsm6dsx_probe drivers/iio/imu/st_lsm6dsx/st_lsm6dsx +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x045688dd ms_sensors_read_prom_word drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x1ca8094d ms_sensors_show_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x2d2f5cd5 ms_sensors_reset drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x35bcfc9d ms_sensors_read_serial drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x42b6a050 ms_sensors_convert_and_read drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x4ef371a6 ms_sensors_write_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x62b29037 ms_sensors_ht_read_temperature drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x65304f60 ms_sensors_show_battery_low drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xc759c54c ms_sensors_ht_read_humidity drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xcdbcf476 ms_sensors_tp_read_prom drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xd09ce464 ms_sensors_write_resolution drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xd8b6d3ca ms_sensors_read_temp_and_pressure drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x2f8608a5 mma7455_core_regmap drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x716a33e1 mma7455_core_remove drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0xdc296907 mma7455_core_probe drivers/iio/accel/mma7455_core +IIO_MMA9551 EXPORT_SYMBOL 0x05910a91 mma9551_write_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x0e66cfbf mma9551_read_status_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x24fba3e3 mma9551_read_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x25b77cc7 mma9551_read_status_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x41ef446c mma9551_read_accel_scale drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x4fb26357 mma9551_read_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x599de672 mma9551_write_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x5d23d26f mma9551_write_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x6502d219 mma9551_read_status_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x7a1c3c82 mma9551_set_power_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xa51b9d9a mma9551_read_accel_chan drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xa78f3ba8 mma9551_app_reset drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xbcd7fe96 mma9551_sleep drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xcb926cff mma9551_read_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xd229ce46 mma9551_set_device_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xdfdc0866 mma9551_read_version drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xe24b2d43 mma9551_gpio_config drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xf4348578 mma9551_update_config_bits drivers/iio/accel/mma9551_core +IIO_MPL115 EXPORT_SYMBOL 0x7312c313 mpl115_dev_pm_ops drivers/iio/pressure/mpl115 +IIO_MPL115 EXPORT_SYMBOL_GPL 0x0035a0c9 mpl115_probe drivers/iio/pressure/mpl115 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0x0cb07972 inv_mpu_pmops drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0xf41a107c inv_mpu_core_probe drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MS5611 EXPORT_SYMBOL 0x6ce4f169 ms5611_probe drivers/iio/pressure/ms5611_core +IIO_RESCALE EXPORT_SYMBOL_GPL 0x81052b3d rescale_process_scale drivers/iio/afe/iio-rescale +IIO_RESCALE EXPORT_SYMBOL_GPL 0xc0f078d3 rescale_process_offset drivers/iio/afe/iio-rescale +IIO_RM3100 EXPORT_SYMBOL_GPL 0x0a1424e0 rm3100_volatile_table drivers/iio/magnetometer/rm3100-core +IIO_RM3100 EXPORT_SYMBOL_GPL 0xaa911f08 rm3100_readable_table drivers/iio/magnetometer/rm3100-core +IIO_RM3100 EXPORT_SYMBOL_GPL 0xcc7209be rm3100_writable_table drivers/iio/magnetometer/rm3100-core +IIO_RM3100 EXPORT_SYMBOL_GPL 0xe4fb470a rm3100_common_probe drivers/iio/magnetometer/rm3100-core +IIO_SCD30 EXPORT_SYMBOL 0x016d1ba5 scd30_probe drivers/iio/chemical/scd30_core +IIO_SCD30 EXPORT_SYMBOL 0xf3569761 scd30_pm_ops drivers/iio/chemical/scd30_core +IIO_SPS30 EXPORT_SYMBOL_GPL 0xee749619 sps30_probe drivers/iio/chemical/sps30 +IIO_SSP_SENSORS EXPORT_SYMBOL 0x01577ba5 ssp_change_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x44740034 ssp_common_process_data drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x65a464ea ssp_common_buffer_postdisable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x9bc0ef4e ssp_disable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xad3d6c50 ssp_common_buffer_postenable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0xaff8ce2e ssp_get_sensor_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xd1c1bec0 ssp_register_consumer drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xeed59648 ssp_enable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_ST_SENSORS EXPORT_SYMBOL 0x02f28f20 st_gyro_common_probe drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0x074d7047 st_sensors_trigger_handler drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x13b208e3 st_sensors_debugfs_reg_access drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x141de46f st_sensors_read_info_raw drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x2ad3fd85 st_sensors_validate_device drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x30c8e2ff st_sensors_dev_name_probe drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x333711e0 st_sensors_sysfs_scale_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x39a44ff6 st_sensors_sysfs_sampling_frequency_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x3a17238d st_press_common_probe drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0x41303ebb st_accel_get_settings drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0x475414f5 st_press_get_settings drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0x50759b26 st_magn_common_probe drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0x5455709b st_sensors_set_fullscale_by_gain drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x6023ae18 st_sensors_allocate_trigger drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x606592a4 st_magn_get_settings drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0x6aa02d22 st_sensors_set_odr drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x6e122c9a st_sensors_verify_id drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x72061822 st_sensors_set_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x76c68064 st_sensors_init_sensor drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x8a8d6512 st_sensors_i2c_configure drivers/iio/common/st_sensors/st_sensors_i2c +IIO_ST_SENSORS EXPORT_SYMBOL 0x8f01420a st_sensors_set_dataready_irq drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x8f312cd0 st_sensors_spi_configure drivers/iio/common/st_sensors/st_sensors_spi +IIO_ST_SENSORS EXPORT_SYMBOL 0x9233c6d3 st_accel_common_probe drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0xb97a0f9e st_sensors_set_axis_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xd34bcff9 st_sensors_power_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xd44555c6 st_sensors_get_settings_index drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xf1915905 st_gyro_get_settings drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL_GPL 0x96fc2d7b st_lsm9ds0_probe drivers/iio/imu/st_lsm9ds0/st_lsm9ds0 +IIO_UVIS25 EXPORT_SYMBOL 0x9133fb56 st_uvis25_pm_ops drivers/iio/light/st_uvis25_core +IIO_UVIS25 EXPORT_SYMBOL 0xc7062b64 st_uvis25_probe drivers/iio/light/st_uvis25_core +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x0359ac29 zpa2326_isreg_readable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x07a8d762 zpa2326_probe drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x10471781 zpa2326_pm_ops drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x26cd6853 zpa2326_isreg_precious drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x504a7522 zpa2326_isreg_writeable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x82d0392e zpa2326_remove drivers/iio/pressure/zpa2326 +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0x19aedc7e m10bmc_sys_read drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0x55df10da m10bmc_dev_groups drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0x80a58b69 m10bmc_sys_update_bits drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0x82e89ecb m10bmc_dev_init drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xce162b46 m10bmc_fw_state_set drivers/mfd/intel-m10-bmc-core +IOMMUFD EXPORT_SYMBOL_GPL 0x000dbbdf iommufd_access_attach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x21216527 iommufd_access_unpin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x267408db iommufd_ctx_from_file drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x33f7ba1c iommufd_device_detach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x8cde38de iommufd_access_rw drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xa83eab84 iommufd_device_bind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xc1949621 iommufd_ctx_get drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xc6321c65 iommufd_device_attach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xca1be70a iommufd_ctx_put drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xd1b6e4d4 iommufd_access_destroy drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xd3738a64 iommufd_access_pin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xe44e7a91 iommufd_device_unbind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xe6fcdf42 iommufd_access_create drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x37364fda iommufd_vfio_compat_ioas_get_id drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x4d24dde6 iommufd_vfio_compat_set_no_iommu drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x76c817ff iommufd_vfio_compat_ioas_create drivers/iommu/iommufd/iommufd +IWLWIFI EXPORT_SYMBOL_GPL 0x00e64356 iwl_poll_direct_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x00ebf0b8 iwl_parse_mei_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x05e6b50c iwl_drv_get_fwname_pre drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0600aa82 iwl_set_bits_mask_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x07543d60 iwl_uefi_get_step_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x08b675df iwl_fw_runtime_resume drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0adb1e51 iwl_fwrt_dump_error_logs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0d31c8f1 iwl_fw_dbg_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x12339564 iwl_acpi_get_ppag_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1332e4de iwl_abort_notification_waits drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1f267591 iwl_write_prph64_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x21570ba1 iwl_sar_get_ewrd_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2299c346 iwl_sar_geo_support drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x22e15f50 iwl_opmode_register drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2710c362 iwl_dump_desc_assert drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2740948f iwl_write_direct64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x34106e13 iwl_configure_rxq drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x35033c81 iwl_phy_db_free drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x35915b50 iwl_read_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x35caaccf iwl_acpi_get_eckv drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3629f21a iwl_free_fw_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x37956b72 rs_pretty_print_rate drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x37c1ec63 iwl_pnvm_load drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3cd03ac6 iwl_acpi_get_lari_config_bitmap drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3e960097 iwl_cmd_groups_verify_sorted drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x457761d1 iwl_fw_dbg_stop_sync drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x49e0135d iwl_new_rate_from_v1 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4d94d4dc iwl_acpi_get_tas drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4ddddfe2 iwl_uefi_get_sgom_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4e965782 iwl_clear_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4ed997e7 __iwl_dbg drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4f6e954c __iwl_warn drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x52d63165 iwl_acpi_is_ppag_approved drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x585bdcba iwl_write_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5988395c iwl_notification_wait_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5c52e109 iwl_opmode_deregister drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5e25dd01 iwl_fw_dbg_collect_trig drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5ebd890f iwl_force_nmi drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5feeb390 _iwl_dbg_tlv_time_point drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x659c8c2a __iwl_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x667fce07 iwl_phy_db_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6d84abb2 iwl_parse_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x732b9e59 iwl_acpi_get_mcc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x76d43005 iwl_fw_dbg_read_d3_debug_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x776221bf iwl_send_phy_db_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x78971d7e iwl_he_is_sgi drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7bc5883a iwl_set_soc_latency drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7c8a3cbf iwl_read_ppag_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7fefc3f6 iwl_parse_nvm_mcc_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x80266543 iwl_sar_get_wgds_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x828c6838 iwlwifi_mod_params drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x82b48307 iwl_sar_select_profile drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x848379a5 iwl_get_shared_mem_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x84bb50e1 iwl_rs_pretty_ant drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8524f4e5 iwl_init_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x874c77de iwl_fw_rate_idx_to_plcp drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8b93b348 iwl_fw_runtime_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8cc7b73b iwl_read32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9038811a iwl_rfi_guid drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9070ef02 iwl_acpi_get_pwr_limit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x90eb790b iwl_read_external_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x93b6009e iwl_poll_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9a9775d0 iwl_set_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9ed79224 iwl_read_eeprom drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9ee4f927 iwl_trans_send_cmd drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa05c5f05 iwl_fw_dbg_error_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xaa8942d2 iwl_sar_get_wrds_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xaba9c591 iwl_read_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xae8ebd07 iwl_get_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb1b917ec __iwl_crit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb37b318c iwl_rs_pretty_bw drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb3d51c17 iwl_write32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb6177752 iwl_finish_nic_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb7d5ffb1 iwl_rate_mcs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb8694d76 iwl_get_cmd_string drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbafc8994 iwl_wait_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbb333961 iwl_write_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc581ce42 iwl_dbg_tlv_del_timers drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc895ccd6 iwl_write_prph_delay drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xcadb718d iwl_fw_runtime_suspend drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xcbe24743 iwl_sar_geo_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xccce5422 iwl_write64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xce0c6460 iwl_phy_db_set_section drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd39a7c3e iwl_fw_dbg_collect_desc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd6492f5a iwl_read_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xddadaf28 iwl_parse_eeprom_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xde9d7ea7 __iwl_err drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe0eb5838 iwl_init_notification_wait drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe75b7e77 iwl_notification_wait drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xea1b26fc iwl_nvm_fixups drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf1644c10 iwl_acpi_get_dsm_u8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf3b2c891 iwl_fw_start_dbg_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf6424a4d iwl_write8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf6856a47 iwl_acpi_get_dsm_u32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf88964e4 iwl_remove_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf8ded1a3 iwl_acpi_get_phy_filters drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfc1e6f41 iwl_guid drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xffd0616b iwl_fw_dbg_stop_restart_recording drivers/net/wireless/intel/iwlwifi/iwlwifi +LTC2497 EXPORT_SYMBOL 0x9135643b ltc2497core_probe drivers/iio/adc/ltc2497-core +LTC2497 EXPORT_SYMBOL 0xf0c3dfa8 ltc2497core_remove drivers/iio/adc/ltc2497-core +MCB EXPORT_SYMBOL_GPL 0x06c7c8b9 mcb_release_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x32f80df6 __mcb_register_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x3c36eee7 mcb_alloc_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x4a466d30 mcb_free_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x6045c414 mcb_device_register drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x65ad0ad4 mcb_alloc_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x6be1cc30 chameleon_parse_cells drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x831fe31d mcb_get_irq drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x8384da8d mcb_bus_add_devices drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xc63d7943 mcb_get_resource drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xca3e8218 mcb_bus_put drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xd447c57a mcb_bus_get drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xeb2c8905 mcb_release_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xf44ee2ac mcb_request_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xfa3b0536 mcb_unregister_driver drivers/mcb/mcb +MFD_OCELOT EXPORT_SYMBOL 0x05ff13cb ocelot_chip_reset drivers/mfd/ocelot-soc +MFD_OCELOT EXPORT_SYMBOL 0x5467896f ocelot_core_init drivers/mfd/ocelot-soc +MFD_OCELOT_SPI EXPORT_SYMBOL 0x72385fa3 ocelot_spi_init_regmap drivers/mfd/ocelot-soc +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x15b1a667 nvme_passthru_start drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x2f5a911f nvme_find_get_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x8ca0ec05 nvme_put_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x9177a881 nvme_command_effects drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xb8771b2e nvme_passthru_end drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xc4b98245 nvme_execute_rq drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xf7584e62 nvme_ctrl_from_file drivers/nvme/host/nvme-core +PECI EXPORT_SYMBOL_GPL 0x052a659e peci_xfer_ep_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x0cbd15ae peci_driver_unregister drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x1e76500e peci_xfer_pkg_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x207a19c5 __peci_driver_register drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x21bd2744 peci_request_data_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x32c7aa56 peci_xfer_pkg_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x3360e23f peci_request_data_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x4033b26e peci_request_temp_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x4087f34b peci_request_alloc drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x44aa6fc8 peci_xfer_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x462b26c3 peci_xfer_ep_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x4919a1ac peci_xfer_ep_pci_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x4f876847 peci_request_dib_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x514d5992 peci_xfer_pkg_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x597afb4f peci_xfer_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x6b203677 peci_request_status drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x8733841e peci_request_data_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x979dcbbc peci_xfer_ep_pci_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x98af4cd3 peci_xfer_ep_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xa4a85723 peci_request_data_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xa6f82687 devm_peci_controller_add drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xa928aa4b peci_request_free drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xba067d29 peci_xfer_ep_mmio32_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xc08a8f68 peci_xfer_ep_mmio64_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xca9d595c peci_xfer_pkg_cfg_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xd49c88e1 peci_xfer_ep_pci_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xde43d16d peci_xfer_get_temp drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xf8d96cef peci_xfer_get_dib drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xfff065a1 peci_xfer_pci_cfg_local_readb drivers/peci/peci +PECI_CPU EXPORT_SYMBOL_GPL 0x372d9c00 peci_temp_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x387b4a1c peci_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x5456ccb1 peci_ep_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x735d75e8 peci_pcs_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xe7b6c336 peci_mmio_read drivers/peci/peci-cpu +PMBUS EXPORT_SYMBOL_GPL 0x0b38ae87 pmbus_write_byte drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x17f9aa99 pmbus_set_update drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x354985b2 pmbus_get_debugfs_dir drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x3b720b89 pmbus_unlock drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x3c925ee4 pmbus_get_driver_info drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x4ad88476 pmbus_write_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x54db502c pmbus_clear_faults drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x570708e2 pmbus_check_byte_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x640471fe pmbus_set_page drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x6a40acef pmbus_read_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x8f9fec1d pmbus_get_fan_rate_device drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x96210a1b pmbus_check_word_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x99dd1708 pmbus_read_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x9dc3926f pmbus_lock_interruptible drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xaa50625c pmbus_do_probe drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xacb06414 pmbus_get_fan_rate_cached drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xbda0f48f pmbus_clear_cache drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xcfb4bf92 pmbus_update_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xd02bea39 pmbus_regulator_ops drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xde3e22a1 pmbus_update_fan drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xf5cb4fc3 pmbus_write_byte_data drivers/hwmon/pmbus/pmbus_core +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x15ff5bd5 sx_common_write_event_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x370f162d sx_common_probe drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x688abffb sx_common_read_proximity drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x72141fc2 sx_common_get_raw_register_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xa103ce02 sx_common_events drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xda41eed2 sx_common_read_event_config drivers/iio/proximity/sx_common +SERIAL_8250_PCI EXPORT_SYMBOL_GPL 0x9bea002e serial8250_pci_setup_port vmlinux +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x11c148cc hda_cs_dsp_control_remove sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x1503a919 hda_cs_dsp_add_controls sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x25d30b59 hda_cs_dsp_read_ctl sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x2b707546 hda_cs_dsp_fw_ids sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x8ccfe897 hda_cs_dsp_write_ctl sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0x2ae37ee9 cs35l41_hda_pm_ops sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0x4f7522d5 cs35l41_hda_probe sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0xa9517d4f cs35l41_hda_remove sound/pci/hda/snd-hda-scodec-cs35l41 +SND_INTEL_SOUNDWIRE_ACPI EXPORT_SYMBOL 0xbb4f9d1f sdw_intel_acpi_scan sound/hda/snd-intel-sdw-acpi +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x03a7f83f cs35l45_pm_ops sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x3431c8ad cs35l45_get_clk_freq_id sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x3d583669 cs35l45_spi_regmap sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x4a8e5e91 cs35l45_apply_patch sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x7e60f725 cs35l45_i2c_regmap sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x80a89c36 cs35l45_probe sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xea586fdd cs35l45_remove sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x05482545 cs35l56_irq sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x4710bbec cs35l56_common_probe sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x55cd03b3 cs35l56_runtime_resume_common sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x7058deb5 cs35l56_runtime_suspend sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x896e93f3 cs35l56_remove sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0xc717c8a0 cs35l56_irq_request sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0xd864ede0 cs35l56_pm_ops_i2c_spi sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0xe8ce3216 cs35l56_init sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x05c2529e cs35l56_tx_input_values sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x312c0e0f cs35l56_dsp1_regions sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x3dd25d31 cs35l56_regmap_i2c sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x44e96f9d cs35l56_regmap_sdw sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x64e759e4 cs35l56_tx_input_texts sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x88762c92 cs35l56_get_bclk_freq_id sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x8b875bee cs35l56_regmap_spi sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xb5fbe072 cs35l56_reread_firmware_registers sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xcd5438ad cs35l56_fill_supply_names sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x0afd66eb cs42l42_soc_component sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x11d85033 cs42l42_common_remove sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x2daf80a7 cs42l42_pll_config sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x32c76c33 cs42l42_init sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x57b90f59 cs42l42_dai sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x6a7d546b cs42l42_common_probe sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x7328ee81 cs42l42_readable_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x74569314 cs42l42_mute_stream sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x7639ba4d cs42l42_resume_restore sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x796f95c0 cs42l42_volatile_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x9f937f54 cs42l42_suspend sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xae4be5c4 cs42l42_irq_thread sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xc053efa9 cs42l42_page_range sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xc9cc097f cs42l42_src_config sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xfad2710c cs42l42_regmap sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xff6e8b39 cs42l42_resume sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_SOF_XTENSA EXPORT_SYMBOL 0x8b59e371 sof_xtensa_arch_ops sound/soc/sof/xtensa/snd-sof-xtensa-dsp +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x09351149 tasdevice_prmg_calibdata_load sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x1a949c7c tasdevice_select_cfg_blk sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x1ab9b7d9 tasdevice_select_tuningprm_cfg sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x23c94cc6 tasdevice_tuning_switch sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x2c2d92de tasdevice_config_info_remove sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x40ec23ee tasdevice_calbin_remove sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x957998f4 tas2781_load_calibration sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0xa7d17083 tasdevice_rca_parser sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0xfa72134b tasdevice_dsp_parser sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0xfe3a6722 tasdevice_prmg_load sound/soc/codecs/snd-soc-tas2781-fmwlib +SOUNDWIRE_INTEL EXPORT_SYMBOL 0x56e2717d sdw_intel_lnl_hw_ops drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL EXPORT_SYMBOL 0xc51a85bb sdw_intel_cnl_hw_ops drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x53b1f15b sdw_intel_probe drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0xaa52eba1 sdw_intel_thread drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0xac528066 sdw_intel_exit drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0xd301d7c2 sdw_intel_startup drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0xe1ec0722 sdw_intel_process_wakeen_event drivers/soundwire/soundwire-intel +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x15e6e5f4 dw_spi_remove_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x1bd0b020 dw_spi_resume_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x5331186b dw_spi_suspend_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x7bf2cc0d dw_spi_set_cs drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xb05ab8da dw_spi_dma_setup_mfld drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xb97e5cb0 dw_spi_check_status drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xdaae62c7 dw_spi_dma_setup_generic drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xf2eefc65 dw_spi_update_config drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xf52aac24 dw_spi_add_host drivers/spi/spi-dw +SUNXI_CCU EXPORT_SYMBOL_GPL 0x079708d7 ccu_gate_helper_enable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x0a9707d3 ccu_mux_helper_get_parent vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x0c64ee0e ccu_sdm_helper_enable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x14438263 ccu_frac_helper_read_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x1f23b840 ccu_nkmp_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x3e362444 ccu_frac_helper_is_enabled vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x45837646 ccu_sdm_helper_is_enabled vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x50165be0 ccu_mux_notifier_register vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x517768aa ccu_sdm_helper_disable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x5cddbcc6 ccu_nm_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x61abda39 ccu_mux_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x6668446b ccu_phase_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x6f145175 devm_sunxi_ccu_probe vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x7279ee3e ccu_mult_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x814aca05 ccu_helper_wait_for_lock vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x831d58e6 ccu_gate_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x844f1c47 ccu_mux_helper_set_parent vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x8a845fdb ccu_nk_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x8bdea961 ccu_nkm_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x8e63463a ccu_frac_helper_has_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x923edf17 ccu_sdm_helper_read_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x976fa968 ccu_mp_mmc_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x98224ec7 ccu_reset_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xad1062ab ccu_gate_helper_disable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xba365240 ccu_sdm_helper_get_factors vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xbdb5d83e ccu_mux_helper_determine_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xc4608f36 ccu_mux_helper_apply_prediv vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xce9edc4f ccu_frac_helper_disable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xd050ca65 ccu_sdm_helper_has_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xd27db71e ccu_mp_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xe49056d8 ccu_div_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xe70cc090 ccu_frac_helper_enable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xeb47a9b9 ccu_frac_helper_set_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xf66eb443 ccu_gate_helper_is_enabled vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xf6c142cd ccu_pll_notifier_register vmlinux +TEST_FIRMWARE EXPORT_SYMBOL_GPL 0x3dce036c firmware_request_builtin vmlinux +USB_STORAGE EXPORT_SYMBOL_GPL 0x0c230e90 usb_stor_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x0db87c6b usb_stor_bulk_transfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x1bc3edc2 usb_stor_sense_invalidCDB drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x2f3b3e2b usb_stor_probe1 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x3087effc usb_stor_CB_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x364e5009 usb_stor_host_template_init drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x3810130f fill_inquiry_response drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x39e877f4 usb_stor_Bulk_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x3d039a68 usb_stor_probe2 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x4488093d usb_stor_bulk_srb drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x44b64e3f usb_stor_ctrl_transfer drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x47e8eba0 usb_stor_set_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x58132616 usb_stor_suspend drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x6327f8cd usb_stor_bulk_transfer_sg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x76b1f673 usb_stor_transparent_scsi_command drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x8debc285 usb_stor_clear_halt drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x9c5664e8 usb_stor_CB_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x9f537cec usb_stor_reset_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xb0bac114 usb_stor_post_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xbdfad808 usb_stor_adjust_quirks drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xc935fd67 usb_stor_Bulk_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xc9eadc29 usb_stor_control_msg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xce5c835d usb_stor_disconnect drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xdd201f00 usb_stor_access_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xeb49f623 usb_stor_pre_reset drivers/usb/storage/usb-storage --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.master/abi/arm64/generic-64k +++ linux-lowlatency-hwe-6.5-6.5.0/debian.master/abi/arm64/generic-64k @@ -0,0 +1,28827 @@ +ACPI EXPORT_SYMBOL_GPL 0xa6af1390 acpi_table_parse_cedt vmlinux +BRCMFMAC EXPORT_SYMBOL_GPL 0x3163cd4f brcmf_fwvid_unregister_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +BRCMFMAC EXPORT_SYMBOL_GPL 0x8c8c8715 brcmf_fwvid_register_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +COUNTER EXPORT_SYMBOL_GPL 0x0811e5bd devm_counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x3d24b611 counter_priv drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x4a998f51 counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x80698df5 counter_put drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x9cabc770 devm_counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xb0332164 counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xba979521 counter_push_event drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xf7affac2 counter_unregister drivers/counter/counter +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x01484518 otx2_cpt_send_mbox_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x0efd0d7c otx2_cptlf_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x24b0c8c8 otx2_cpt_add_write_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x3eaea3d8 otx2_cpt_write_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x6045dc9e cn10k_cptpf_lmtst_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x88a4c38b otx2_cpt_detach_rsrcs_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x8de2083e otx2_cpt_send_ready_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0x971f4b18 otx2_cptlf_shutdown drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xaa440883 cn10k_cptvf_lmtst_init drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xaddd65ce otx2_cpt_send_af_reg_requests drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xb52a66d4 otx2_cptlf_set_irqs_affinity drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xbf5b0215 otx2_cpt_msix_offset_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xc9740b99 otx2_cpt_read_af_reg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xcc20cc22 otx2_cpt_sync_mbox_msg drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xe7d33bd3 otx2_cptlf_unregister_interrupts drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xf5ae1088 otx2_cptlf_register_interrupts drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_DEV_OCTEONTX2_CPT EXPORT_SYMBOL_GPL 0xfce16287 otx2_cptlf_free_irqs_affinity drivers/crypto/marvell/octeontx2/rvu_cptcommon +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x1f34913e crypto_cipher_encrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x7cccb978 crypto_cipher_setkey vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0xb6c67851 crypto_cipher_decrypt_one vmlinux +CXL EXPORT_SYMBOL_GPL 0x010bde04 to_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0544e214 schedule_cxl_memdev_detach drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x055c6ee3 cxl_mem_active_inc vmlinux +CXL EXPORT_SYMBOL_GPL 0x08c7e452 cxl_mem_create_range_info drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x09dc41ee set_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0f26200f cxl_map_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0fbc3d26 devm_cxl_add_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1191fd42 cxl_cor_error_detected drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x127717ea cxl_bus_type drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x16558cdf cxl_find_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1e63c814 cxl_internal_send_cmd drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x216cac00 is_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2754b9ed cxl_inject_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2953b773 to_cxl_dax_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3277ef73 cxl_driver_unregister drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x33e2aa93 cxl_mem_active_dec vmlinux +CXL EXPORT_SYMBOL_GPL 0x353edb3e to_cxl_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3749ec99 find_cxl_root drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x386da498 devm_cxl_dpa_reserve drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x39906434 devm_cxl_setup_hdm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3aa6f3ca cxl_dvsec_rr_decode drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3ab25c79 cxl_await_media_ready drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3b14749f cxl_probe_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x484f6cf1 cxl_decoder_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4b42331f cxl_rcd_component_reg_phys drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4d315a35 cxl_pci_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4e59c13d devm_cxl_add_passthrough_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x50bf4412 to_cxl_switch_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x524e99c3 cxl_probe_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x52612947 cxl_error_detected drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5383969f cxl_hdm_decode_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5383d65f devm_cxl_sanitize_setup_notifier drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x55f3b9df cxl_find_regblock_instance drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x565c6956 is_switch_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5b604cf2 to_cxl_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5ed1d5a5 __cxl_driver_register drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6466dfe7 devm_cxl_pmu_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6b4662ed is_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6d1155a0 cxl_set_timestamp drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x701bbaad cxl_bus_rescan drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x72ed7393 devm_cxl_enumerate_decoders drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7305318b to_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x759ee687 read_cdat_data drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x77acef41 cxl_endpoint_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x77f0e780 is_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x792f3352 cxl_map_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7e4e03bf devm_cxl_enumerate_ports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7f74a32d cxl_root_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7f935ba3 cxl_memdev_state_create drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7fa19cc4 alloc_free_mem_region vmlinux +CXL EXPORT_SYMBOL_GPL 0x81ee23b1 is_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x83cec6e0 cxl_setup_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x84b45156 insert_resource_expand_to_fit vmlinux +CXL EXPORT_SYMBOL_GPL 0x88fa7da3 devm_cxl_add_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x890d7f72 is_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x89a248c9 cxl_count_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8f5a87b2 cxl_mem_get_event_records drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x90511336 devm_cxl_add_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x93fb8de5 cxl_mem_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x98628ac8 cxl_bus_drain drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9de2468f to_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa7532dca devm_cxl_port_enumerate_dports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa7e142f0 devm_cxl_add_rch_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xad5933d6 cxl_decoder_add_locked drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb6e1d14f is_cxl_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb727d393 is_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbb6db37a cxl_trigger_poison_list drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbdf56fb2 cxl_add_to_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbeb4929a cxl_find_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc072fed4 cxl_dpa_debug drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc209dabc cxl_hb_modulo drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc320ee7e devm_cxl_register_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc464ae1f cxl_dev_state_identify drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc809c2dd devm_cxl_add_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xccd45d0f devm_cxl_add_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcd921411 cxl_map_pmu_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xced535eb cxl_endpoint_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd00f2967 cxl_debugfs_create_dir drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd42c1ee4 cxl_switch_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd4e31774 cxl_mem_get_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd764572f devm_cxl_setup_fw_upload drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xdd5e26f8 to_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe03a69f5 cxl_clear_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe30090e2 cxl_enumerate_cmds drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe4f4cf1f is_cxl_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe6ff34e2 cxl_poison_state_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf6b7fc94 cxl_decoder_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf6ff632e clear_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf9f05175 to_cxl_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xfa07b252 cxl_port_to_pci_bus drivers/cxl/core/cxl_core +DMA_BUF EXPORT_SYMBOL_GPL 0x0e000f61 dma_buf_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x14d23215 dma_buf_unmap_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x1c0eb2b1 dma_buf_pin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x2234004d dma_buf_unmap_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x24e82306 dma_buf_end_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x2892c34b dma_buf_get vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x32e4432b dma_buf_export vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x421a97bf dma_buf_mmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x49191913 dma_buf_unpin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x502e3e9b dma_buf_vunmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x586dff6e dma_buf_map_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x63ad4fdf dma_buf_fd vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x70905c52 dma_buf_vunmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x71575ad5 dma_buf_put vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x74202c2e dma_buf_detach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x8453ae47 dma_buf_vmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x9123477a dma_buf_vmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xc435c97f dma_buf_map_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xdfe6c5d5 dma_buf_begin_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xf4fdc8a8 dma_buf_move_notify vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xf684748d dma_buf_dynamic_attach vmlinux +DRM_SSD130X EXPORT_SYMBOL_GPL 0x33cf1f58 ssd130x_variants drivers/gpu/drm/solomon/ssd130x +EFIVAR EXPORT_SYMBOL_GPL 0x02cfcd2e efivar_trylock vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0x11940489 efivar_set_variable vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0x2303b915 efivar_lock vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0x5a3c9dbb efivar_get_variable vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xa336852c efivar_get_next_variable vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xc961bff7 efivar_unlock vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xee5240dc efivar_query_variable_info vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xefc77711 efivar_set_variable_locked vmlinux +EXPORT_SYMBOL arch/arm64/crypto/aes-ce-cipher 0x68f275ad ce_aes_expandkey +EXPORT_SYMBOL arch/arm64/crypto/aes-ce-cipher 0xcec2657b ce_aes_setkey +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0x52d67a4e neon_aes_cbc_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xb8c706a6 neon_aes_ctr_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xd5f41819 neon_aes_ecb_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xea11590c neon_aes_xts_encrypt +EXPORT_SYMBOL arch/arm64/crypto/aes-neon-blk 0xefc32a9b neon_aes_xts_decrypt +EXPORT_SYMBOL arch/arm64/crypto/chacha-neon 0x220b49ab chacha_crypt_arch +EXPORT_SYMBOL arch/arm64/crypto/chacha-neon 0xdc94f829 chacha_init_arch +EXPORT_SYMBOL arch/arm64/crypto/chacha-neon 0xdd8ec6bd hchacha_block_arch +EXPORT_SYMBOL arch/arm64/crypto/poly1305-neon 0x1c3e6e5b poly1305_init_arch +EXPORT_SYMBOL arch/arm64/crypto/poly1305-neon 0x6ddf27bc poly1305_update_arch +EXPORT_SYMBOL arch/arm64/crypto/poly1305-neon 0xf39f5240 poly1305_final_arch +EXPORT_SYMBOL arch/arm64/crypto/sha256-arm64 0xb455924d sha256_block_data_order +EXPORT_SYMBOL arch/arm64/crypto/sm4-ce 0x0fca045b sm4_ce_expand_key +EXPORT_SYMBOL arch/arm64/crypto/sm4-ce 0x7155f33f sm4_ce_cbc_enc +EXPORT_SYMBOL arch/arm64/crypto/sm4-ce 0xe609a0d5 sm4_ce_crypt_block +EXPORT_SYMBOL arch/arm64/crypto/sm4-ce 0xed1f9633 sm4_ce_cfb_enc +EXPORT_SYMBOL arch/arm64/lib/xor-neon 0xdb786e41 xor_block_inner_neon +EXPORT_SYMBOL crypto/blake2b_generic 0x32e24c8a blake2b_compress_generic +EXPORT_SYMBOL crypto/ecc 0x16e410ff vli_from_be64 +EXPORT_SYMBOL crypto/ecc 0x188a1647 ecc_is_pubkey_valid_full +EXPORT_SYMBOL crypto/ecc 0x1a5faa3a vli_mod_inv +EXPORT_SYMBOL crypto/ecc 0x4c281912 vli_is_zero +EXPORT_SYMBOL crypto/ecc 0x671f7aa5 ecc_is_key_valid +EXPORT_SYMBOL crypto/ecc 0x7c0fbb00 vli_mod_mult_slow +EXPORT_SYMBOL crypto/ecc 0x8261eccb ecc_get_curve25519 +EXPORT_SYMBOL crypto/ecc 0x8e688192 ecc_alloc_point +EXPORT_SYMBOL crypto/ecc 0x90cdc197 ecc_free_point +EXPORT_SYMBOL crypto/ecc 0x9263b417 ecc_point_mult_shamir +EXPORT_SYMBOL crypto/ecc 0x92668805 vli_cmp +EXPORT_SYMBOL crypto/ecc 0x932b6ff7 vli_num_bits +EXPORT_SYMBOL crypto/ecc 0x9f6efabd vli_sub +EXPORT_SYMBOL crypto/ecc 0xa76b31a2 crypto_ecdh_shared_secret +EXPORT_SYMBOL crypto/ecc 0xb10fc19e ecc_get_curve +EXPORT_SYMBOL crypto/ecc 0xd6315f31 ecc_gen_privkey +EXPORT_SYMBOL crypto/ecc 0xd94c8eb5 ecc_point_is_zero +EXPORT_SYMBOL crypto/ecc 0xde867c29 ecc_is_pubkey_valid_partial +EXPORT_SYMBOL crypto/ecc 0xeac9b99a vli_from_le64 +EXPORT_SYMBOL crypto/ecc 0xed4ae15e ecc_make_pub_key +EXPORT_SYMBOL crypto/nhpoly1305 0x195ce613 crypto_nhpoly1305_update +EXPORT_SYMBOL crypto/nhpoly1305 0x5c61a631 crypto_nhpoly1305_setkey +EXPORT_SYMBOL crypto/nhpoly1305 0x5dcd90bc crypto_nhpoly1305_final_helper +EXPORT_SYMBOL crypto/nhpoly1305 0x8ba85ab6 crypto_nhpoly1305_init +EXPORT_SYMBOL crypto/nhpoly1305 0x90aea09a crypto_nhpoly1305_final +EXPORT_SYMBOL crypto/nhpoly1305 0xd7a7d928 crypto_nhpoly1305_update_helper +EXPORT_SYMBOL crypto/sm4 0x2b098da5 crypto_sm4_ck +EXPORT_SYMBOL crypto/sm4 0x7931a202 crypto_sm4_fk +EXPORT_SYMBOL crypto/sm4 0xf4fd3bd2 crypto_sm4_sbox +EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks +EXPORT_SYMBOL drivers/acpi/nfit/nfit 0x06848c60 to_nfit_uuid +EXPORT_SYMBOL drivers/acpi/video 0x45b61916 acpi_video_register_backlight +EXPORT_SYMBOL drivers/acpi/video 0x72fc93bf acpi_video_get_levels +EXPORT_SYMBOL drivers/acpi/video 0x7a45377b acpi_video_unregister +EXPORT_SYMBOL drivers/acpi/video 0x7cc484a5 acpi_video_handles_brightness_key_presses +EXPORT_SYMBOL drivers/acpi/video 0x7de7bf50 __acpi_video_get_backlight_type +EXPORT_SYMBOL drivers/acpi/video 0x8826c13b acpi_video_register +EXPORT_SYMBOL drivers/acpi/video 0xd0b05c2f acpi_video_get_edid +EXPORT_SYMBOL drivers/atm/suni 0xa7c0f72d suni_init +EXPORT_SYMBOL drivers/bcma/bcma 0x8d3aa306 bcma_core_irq +EXPORT_SYMBOL drivers/bcma/bcma 0xf1347689 bcma_core_dma_translation +EXPORT_SYMBOL drivers/block/drbd/drbd 0x127a5901 drbd_set_st_err_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0x35131b36 drbd_role_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0x7730f22d drbd_conn_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0xaf27bebf drbd_disk_str +EXPORT_SYMBOL drivers/bluetooth/btbcm 0x99ecb768 btbcm_patchram +EXPORT_SYMBOL drivers/bluetooth/btrsi 0x6a19ea78 rsi_bt_ops +EXPORT_SYMBOL drivers/bus/mhi/host/mhi 0x65f719ad mhi_sync_power_up +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x03bc993e ipmi_set_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x0705dd14 ipmi_register_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x12dd1e77 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1f65170f ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x230094ac ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x326ddbb9 ipmi_add_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c2054d7 ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x50f65edf ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67369b42 ipmi_addr_src_to_str +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x74778a80 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x7efeb74f ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x80aa4656 ipmi_free_recv_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x89a5279a ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96a6e5e8 ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xaca90ebd ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xae71627d ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xb8a057f3 ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xc2f5fae4 ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd54a5050 ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4330a39 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe98c507d ipmb_checksum +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xec1c2a90 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf388b18b ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf5531bea ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfaaa4831 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfe0f2369 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x17fd7865 kcs_bmc_remove_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x1a4ea965 kcs_bmc_enable_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x2bb65d59 kcs_bmc_read_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x327701d2 kcs_bmc_write_data +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x35c0d386 kcs_bmc_update_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x518bcec3 kcs_bmc_register_driver +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x6e18fb35 kcs_bmc_write_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x78738328 kcs_bmc_disable_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x97e0ef96 kcs_bmc_unregister_driver +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xadccb71b kcs_bmc_handle_event +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xc0921c29 kcs_bmc_update_event_mask +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xf086cb33 kcs_bmc_read_data +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xf13fe72b kcs_bmc_add_device +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x0def425b st33zp24_pm_resume +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x304119e7 st33zp24_probe +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xb8b345e9 st33zp24_remove +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xc02958ee st33zp24_pm_suspend +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x8b7d83a9 xillybus_find_inode +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0xaefedba6 xillybus_cleanup_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0xf93fc388 xillybus_init_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x1d570d97 xillybus_init_endpoint +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x3f16e185 xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0xf361a559 xillybus_endpoint_remove +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x10b7b71f atmel_i2c_send_receive +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x354a3c7d atmel_i2c_enqueue +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x80a11b1d atmel_i2c_init_read_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xa75a1ed2 atmel_i2c_probe +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xb6c854bb atmel_i2c_init_ecdh_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xc71ed50c atmel_i2c_init_genkey_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xc80f14e8 atmel_i2c_flush_queue +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xf283e995 atmel_i2c_init_random_cmd +EXPORT_SYMBOL drivers/crypto/caam/caam 0x01635230 caam_drv_ctx_init +EXPORT_SYMBOL drivers/crypto/caam/caam 0x17572340 caam_congested +EXPORT_SYMBOL drivers/crypto/caam/caam 0x232a3dc0 caam_drv_ctx_update +EXPORT_SYMBOL drivers/crypto/caam/caam 0x37734e06 caam_dpaa2 +EXPORT_SYMBOL drivers/crypto/caam/caam 0x44ae4bc4 qi_cache_free +EXPORT_SYMBOL drivers/crypto/caam/caam 0x59b3043a caam_qi_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caam 0x8a328a03 caam_drv_ctx_rel +EXPORT_SYMBOL drivers/crypto/caam/caam 0xc0eaa792 qi_cache_alloc +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x0008708d gen_split_key +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x2201d502 caam_jr_alloc +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x464e9357 split_key_done +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x4faea078 caam_jr_free +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xd9c87108 caam_jr_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x2e152bb7 cnstr_shdsc_xts_skcipher_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x3b54a9ad cnstr_shdsc_aead_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x76a68e3e cnstr_shdsc_chachapoly +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x7b0c587f cnstr_shdsc_rfc4543_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x7b7bcab8 cnstr_shdsc_rfc4543_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x86bcdec7 cnstr_shdsc_xts_skcipher_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x88430d4c cnstr_shdsc_aead_null_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x91ac0969 cnstr_shdsc_aead_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xa3115081 cnstr_shdsc_skcipher_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xa340e264 cnstr_shdsc_aead_givencap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xa99d7fa6 cnstr_shdsc_aead_null_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xebcdd349 cnstr_shdsc_skcipher_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xf92c5da5 cnstr_shdsc_gcm_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xf95bcf62 cnstr_shdsc_gcm_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xfd807e48 cnstr_shdsc_rfc4106_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xfdf7ec8f cnstr_shdsc_rfc4106_encap +EXPORT_SYMBOL drivers/crypto/caam/caamhash_desc 0x30a1e372 cnstr_shdsc_sk_hash +EXPORT_SYMBOL drivers/crypto/caam/caamhash_desc 0xb5571dbf cnstr_shdsc_ahash +EXPORT_SYMBOL drivers/crypto/caam/dpaa2_caam 0xd92aff44 dpaa2_caam_enqueue +EXPORT_SYMBOL drivers/crypto/caam/error 0x53d0fc97 caam_ptr_sz +EXPORT_SYMBOL drivers/crypto/caam/error 0x60dbc82a caam_dump_sg +EXPORT_SYMBOL drivers/crypto/caam/error 0x98d2efe0 caam_strstatus +EXPORT_SYMBOL drivers/crypto/caam/error 0xa51f16c7 caam_little_end +EXPORT_SYMBOL drivers/crypto/caam/error 0xbd67c092 caam_imx +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0x0b5030b8 xdma_enable_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0x2dd4b0b5 xdma_disable_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0x438e5c47 xdma_get_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xilinx_dma 0x1edfd7b6 xilinx_vdma_channel_set_config +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0bc6094c fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0effcf3e fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x1388b540 fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x196052f2 fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2e0fd14e fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0x312d1d39 fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0x33235bf4 fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3a3d1746 fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3a771e39 fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3ff9a6c6 fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x5127fa78 fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x524900ee fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0x56c0daf1 fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6dc50487 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x71b17056 fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x879f87c1 fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x897985cc fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0x9790a1e1 fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa02e8ba2 fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa41ac893 fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaedf84ce fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0xb43b60bf fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc9d202bc fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xd1b0b3eb fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe3fde125 fw_csr_iterator_next +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe80e5087 fw_csr_iterator_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe876f04f fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0xeae22907 fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xecde041a fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0xed59ee82 fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf539fdd4 fw_card_initialize +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0x3f851b2f imx_dsp_ring_doorbell +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0x85c5196f imx_dsp_request_channel +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0xdaa19e93 imx_dsp_free_channel +EXPORT_SYMBOL drivers/fpga/dfl 0x0569d8db __dfl_driver_register +EXPORT_SYMBOL drivers/fpga/dfl 0xf0cf2ab8 dfl_driver_unregister +EXPORT_SYMBOL drivers/fpga/lattice-sysconfig 0x4824bece sysconfig_probe +EXPORT_SYMBOL drivers/gpu/drm/amd/amdxcp/amdxcp 0x0ea5d74b amdgpu_xcp_drv_release +EXPORT_SYMBOL drivers/gpu/drm/amd/amdxcp/amdxcp 0xa726730f amdgpu_xcp_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x01c4bba9 drm_dp_lttpr_max_link_rate +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x048d6a22 drm_dp_vsc_sdp_log +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x07948683 drm_dp_add_payload_part1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0dcae050 drm_scdc_set_scrambling +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1605d0ed drm_dp_lttpr_max_lane_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1709ddcf drm_dp_lttpr_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1a5bf3ca drm_dsc_dp_rc_buffer_size +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1b0a1fdc drm_dp_lttpr_voltage_swing_level_3_supported +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1d430a4f drm_dp_stop_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1f38a63c drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2112bf38 drm_edp_backlight_disable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2160c0a2 drm_atomic_get_new_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x230e43a9 drm_dp_cec_unregister_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x23961837 drm_dp_downstream_max_bpc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x23beb183 drm_dp_pcon_pps_override_buf +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x24ada755 drm_dsc_set_rc_buf_thresh +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x26815dbc drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x26bc686a drm_dp_read_mst_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x27afd518 drm_dp_pcon_frl_configure_1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x29d995fa drm_dp_downstream_debug +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2a2eeaf9 drm_dp_read_dpcd_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2c781ce3 drm_dp_pcon_pps_default +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2f701e87 drm_dp_mst_dsc_aux_for_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2fa94ef2 drm_dp_downstream_444_to_420_conversion +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3053c853 drm_panel_dp_aux_backlight +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x32cf86fd drm_dp_get_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x392a838b drm_dp_downstream_max_dotclock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3bb3b588 drm_dp_get_vc_payload_bw +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3f83f89e drm_dp_mst_topology_mgr_set_mst +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4168bc69 drm_hdmi_avi_infoframe_colorimetry +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x41d9da3f drm_hdmi_avi_infoframe_content_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4603c416 drm_dp_pcon_dsc_bpp_incr +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x47f9b8ef drm_hdmi_infoframe_set_hdr_metadata +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x48d9819c drm_lspcon_get_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4abba3b6 drm_atomic_get_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4c63e189 drm_edp_backlight_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5407ae9e drm_dp_get_dual_mode_type_name +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x56a663e9 drm_dp_dsc_sink_line_buf_depth +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5704bbd4 drm_dp_cec_set_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x582f248e drm_dp_get_adjust_request_pre_emphasis +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x58b0d171 drm_dp_pcon_convert_rgb_to_ycbcr +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x58d8fcaa drm_dsc_pps_payload_pack +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x59deffee drm_dp_pcon_hdmi_frl_link_error_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x59f27ed7 drm_dp_pcon_enc_is_dsc_1_2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5a86f411 drm_dp_phy_name +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5b701e0d drm_dp_cec_register_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5f86bc57 drm_scdc_get_scrambling_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x606fbe1b drm_hdcp_update_content_protection +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x627ba04b drm_dsc_set_const_params +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x63a477fb drm_dp_downstream_min_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x648d953b drm_dsc_dp_pps_header_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x672e75ee drm_dp_add_payload_part2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x68d8dce7 drm_dp_downstream_is_tmds +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x69cf2cf4 drm_dp_mst_topology_mgr_destroy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6a4df8c5 drm_dp_128b132b_eq_interlane_align_done +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6aacee47 drm_dp_128b132b_link_training_failed +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6b52f516 drm_dp_dual_mode_set_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6b53e216 drm_dp_downstream_max_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6bd9f0a8 drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6d2149fa drm_scdc_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7053fa72 drm_dp_get_pcon_max_frl_bw +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x70731c8e drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x72828a84 drm_dp_pcon_frl_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x73011db0 drm_dp_bw_code_to_link_rate +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x74ea0067 drm_dp_read_lttpr_common_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x753a02c7 drm_dp_set_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x758925d7 drm_edp_backlight_set_level +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x76ff6644 drm_dp_lttpr_pre_emphasis_level_3_supported +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x79008c7e drm_dsc_setup_rc_params +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7b15c958 drm_dp_dual_mode_max_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7bf31071 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x80b6cc73 drm_dp_mst_get_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x829b6048 drm_dp_dsc_sink_max_slice_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x874ed62e drm_dp_mst_atomic_enable_dsc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8959f9a7 drm_dp_mst_topology_mgr_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8ca2d9e4 drm_dp_calc_pbn_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8d701329 drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x90ec261b drm_connector_attach_content_protection_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x92b9835e drm_dp_128b132b_cds_interlane_align_done +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x92d9937f drm_dp_set_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x932189f0 drm_dp_pcon_is_frl_ready +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x93778f36 drm_scdc_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x95883bb4 drm_dsc_initial_scale_value +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9753660a drm_dp_mst_update_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x99c2fc4c drm_dp_atomic_release_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x99d5a9bf drm_dp_dual_mode_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9d264918 drm_dp_read_lttpr_phy_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9e5ce853 drm_dp_mst_connector_early_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa1297c2a drm_hdmi_avi_infoframe_bars +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa18e2b5e drm_dp_dpcd_probe +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa1fefe6a drm_dp_psr_setup_time +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa3332285 drm_dp_read_sink_count_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa3aef76e drm_dp_mst_put_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa3be8855 drm_dp_send_power_updown_phy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa5766d84 drm_dp_pcon_frl_prepare +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa5ba1c19 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa5ce9b11 drm_dp_start_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa64d8232 drm_dp_remote_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa70c8265 drm_dp_mst_detect_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa76f4c2b drm_dp_mst_atomic_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa843606e drm_dp_dsc_sink_supported_input_bpcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa88d784a drm_dp_mst_root_conn_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xada1a064 drm_edp_backlight_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xadf2ae58 drm_dp_mst_dump_topology +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaf267620 drm_dp_lttpr_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaf4b0bb8 drm_dp_pcon_reset_frl_config +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaf8c8f63 drm_dp_dual_mode_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaffb70c1 drm_dp_cec_irq +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb0ffa498 drm_dp_read_desc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb158a04f drm_dp_send_real_edid_checksum +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb3637ae6 drm_dp_mst_topology_state_funcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb3fd5bb9 drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb49ce277 drm_dp_pcon_hdmi_link_active +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb8459ca8 drm_dp_mst_hpd_irq_handle_event +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb95c0a35 drm_dp_lttpr_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbc623768 drm_dp_mst_hpd_irq_send_new_request +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc020c0c1 drm_dp_pcon_dsc_max_slice_width +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc0627607 drm_dp_128b132b_read_aux_rd_interval +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc2be9d02 drm_dp_dual_mode_get_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc4770f76 drm_dp_send_query_stream_enc_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc5c99a79 drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc65bd33b drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc7133ec4 drm_dp_downstream_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc79ecffb drm_dp_downstream_is_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc7fd09da drm_dp_mst_atomic_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc8b6a8ae drm_dp_128b132b_lane_channel_eq_done +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc8d7eebf drm_lspcon_set_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc9c0800e drm_dp_read_downstream_info +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcb9421ce drm_dp_mst_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcc04e950 drm_dp_mst_add_affected_dsc_crtcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xccf54d5e drm_dp_get_adjust_tx_ffe_preset +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcd044800 drm_atomic_get_mst_payload_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd0e95456 drm_dsc_get_bpp_int +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd19fa90d drm_dp_read_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd32bae18 drm_dp_mst_get_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd496fee8 drm_dp_remove_payload +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd50643ad drm_dp_mst_topology_mgr_suspend +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd5a95eae drm_dp_128b132b_lane_symbol_locked +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdb5f1d4b drm_dp_mst_topology_mgr_resume +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdbd7103f drm_dp_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdd4419fb drm_atomic_get_old_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdd499208 drm_dp_dual_mode_detect +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdf6fd299 drm_dp_cec_unset_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe14e4f18 drm_dp_mst_connector_late_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe2468a48 drm_dsc_flatness_det_thresh +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe286a415 drm_dp_atomic_find_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe2e590dc drm_dp_check_act_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe5360b84 drm_dp_pcon_dsc_max_slices +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe6b13b61 drm_dp_read_sink_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe7816941 drm_dp_pcon_frl_configure_2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xea8a3b1c drm_scdc_set_high_tmds_clock_ratio +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xeb195040 drm_dp_dpcd_read_phy_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xedcf81ce drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf4e4065d drm_dp_pcon_pps_override_param +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf68741fb drm_dp_subconnector_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf689ad25 drm_dp_downstream_420_passthrough +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf8c983b2 drm_dp_downstream_id +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfa1323af drm_dp_pcon_hdmi_link_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfaf4d1fa drm_dp_read_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfb1a7a5a drm_dp_downstream_rgb_to_ycbcr_conversion +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfb8a752f drm_dp_mst_edid_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfe12bcb9 drm_dsc_compute_rc_parameters +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00d7ac6d drm_atomic_get_new_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x016151d4 drm_client_framebuffer_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0378e013 drm_privacy_screen_call_notifier_chain +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03c63897 __drm_get_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03fff198 drm_gem_dma_resv_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04054eb5 drm_gem_lru_move_tail_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x040dda75 drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0434a8d9 drm_vblank_work_schedule +EXPORT_SYMBOL drivers/gpu/drm/drm 0x043cfad2 drm_writeback_cleanup_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0466c389 drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04ac1d3d drm_crtc_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0513782a drm_plane_create_blend_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x051ae037 drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x051d3423 drm_atomic_get_old_crtc_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x059c4da4 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x060d4ef9 __drm_dev_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x066a905f drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x06b3f8f4 drm_connector_attach_max_bpc_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07fb449a drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x08c50c85 drm_crtc_vblank_helper_get_vblank_timestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x09cdf517 drm_connector_attach_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a76acfd drm_mode_get_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b22c069 drm_send_event_timestamp_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b88a4a0 drm_client_modeset_commit_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0bae49c2 drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d9b4753 drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0eb7f5eb drm_privacy_screen_lookup_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ebe4fd5 drm_crtc_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f4f9c31 drm_atomic_get_new_crtc_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f7acb66 drm_mm_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fb59ecb drm_display_mode_from_cea_vic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fb7950c drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fd60df2 drm_get_connector_status_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x105cd6a0 drm_crtc_vblank_helper_get_vblank_timestamp_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1067e374 drm_of_component_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0x107742a9 drm_get_subpixel_order_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1130ff44 drm_plane_create_rotation_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11a543de drm_panel_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x121b07d2 drm_client_modeset_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0x125133f6 drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12b22e70 drm_atomic_state_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12dc2d34 drm_atomic_set_crtc_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13577402 drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1442cf8d drm_connector_set_tile_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14ce205d drm_connector_has_possible_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x153347cb drm_mode_validate_driver +EXPORT_SYMBOL drivers/gpu/drm/drm 0x15dd5714 drm_privacy_screen_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x167fb995 drm_client_framebuffer_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16b809c8 drm_print_memory_stats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17451533 drm_atomic_get_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17ca18ec drm_panel_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17ef8e94 drm_of_crtc_port_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17f5a636 drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18096708 drm_writeback_prepare_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x186c719e drm_gem_prime_import_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x193bea23 drm_dev_enter +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1970b9d7 drm_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x19db31e5 drm_syncobj_replace_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a411479 drm_syncobj_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a51d587 drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a9c9794 drm_connector_update_privacy_screen +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b2788d5 drm_dev_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c06432e drm_mode_validate_ycbcr420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c36ae98 drm_send_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c6c29ee drm_panel_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ca6a421 drm_connector_attach_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1dcadd7a drm_vblank_work_cancel_sync +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ec34cb5 drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1fa8df5c drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x205512a0 drm_edid_override_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2082609b drm_gem_dmabuf_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2183c08c drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x21acc04a drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x22516cbf drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x22abc22f drm_privacy_screen_register_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2334d93b drm_connector_init_with_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x23716e3f drm_client_modeset_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24993e50 drm_edid_are_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24cf437a drm_vma_node_is_allowed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24d124ac drm_mode_equal_no_clocks_no_stereo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25036136 drm_connector_attach_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2549b84c drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25daad93 __drm_mm_interval_first +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2754dad8 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x281c52f5 drm_mode_create_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28779e52 drm_printf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2897b89c drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28af59f9 drmm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29f078d1 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a22f24b drm_send_event_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a962499 drm_mm_scan_init_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b23ca15 drm_atomic_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c6f8cc8 drm_atomic_get_crtc_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d8ed3db drm_syncobj_get_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d8f4da9 drm_gem_map_detach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2df534b6 drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e4cc35a drm_atomic_set_crtc_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ea4444a drm_syncobj_get_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ea4571a drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ed3c600 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2eda1be0 drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f1ebf49 drm_privacy_screen_get_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f476172 drm_privacy_screen_lookup_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f846b9a drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2fae6e6e drm_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2fca3c20 drm_property_replace_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x30711dcc drm_sysfs_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3099b450 drm_edid_read_custom +EXPORT_SYMBOL drivers/gpu/drm/drm 0x318b4551 drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31b8a5e3 __drm_set_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32939e68 drm_writeback_get_out_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32a0cc37 drm_print_bits +EXPORT_SYMBOL drivers/gpu/drm/drm 0x33426a58 drm_connector_attach_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3474982e drm_mode_create_tv_properties_legacy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x34a01044 drm_connector_list_iter_begin +EXPORT_SYMBOL drivers/gpu/drm/drm 0x34d1b063 drm_panel_of_backlight +EXPORT_SYMBOL drivers/gpu/drm/drm 0x37d52573 drm_panel_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38249344 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38690d99 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x397c3d27 drm_edid_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ab87110 drm_mode_equal_no_clocks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ac19355 drm_any_plane_has_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b0e5e9c __drm_puts_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b12a74c drm_atomic_private_obj_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b55f8d6 drm_gem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3bc2ebac drm_gem_lru_move_tail +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3bfb601d drm_atomic_get_old_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c22a4d8 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c81a55f drm_atomic_add_affected_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cdc37e9 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3dc88b43 drm_vblank_work_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3efc4577 drm_connector_attach_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f405489 __drm_printfn_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3fc57353 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x413635bf __drmm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x42ecbee6 drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4333b407 drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0x436c30fe drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4403a9c3 drm_mode_get_hv_timing +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4489a5e9 drm_edid_raw +EXPORT_SYMBOL drivers/gpu/drm/drm 0x44facbe7 drm_atomic_add_affected_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4506778a drm_client_modeset_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x452e2bf4 drm_compat_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4575a0ca drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x45c32b8d drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0x478d76df drm_atomic_get_new_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x48231cd9 drm_plane_get_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4831da6e drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4843c9ad drm_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x486c5463 drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x487ebaee drm_connector_attach_hdr_output_metadata_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x48807406 drm_connector_create_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4947c008 drm_plane_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49ed0049 drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a35d30d drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a807399 drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4afdaf83 drm_atomic_state_default_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b32decf drm_panel_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b7ebf95 drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c46c42a drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e2a621e drm_prime_sg_to_dma_addr_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50674de7 drm_timeout_abs_to_jiffies +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50be4750 drm_state_dump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5101a087 drm_edid_read_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x513072fe __drm_puts_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5130d105 drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x51644df7 drm_crtc_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x520e07d7 drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x521ad6d0 drm_puts +EXPORT_SYMBOL drivers/gpu/drm/drm 0x52de5770 drm_connector_oob_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x53e67c5e drm_get_edid_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54339204 drm_privacy_screen_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54378651 drm_connector_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x545ba052 drm_atomic_bridge_chain_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54853e56 drm_connector_set_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x551d6d78 drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55468f15 drm_syncobj_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55eb38da drm_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56b3b6ba drm_connector_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x572c50e4 drm_crtc_enable_color_mgmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57698a50 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0x576f7d61 drmm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57cfad1c drm_crtc_vblank_waitqueue +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57d25c09 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x584fcb06 drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x590067af devm_aperture_acquire_from_firmware +EXPORT_SYMBOL drivers/gpu/drm/drm 0x590152b6 drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59056243 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a88bb9d drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5ab65d78 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c1f5653 of_drm_find_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c3f8ad7 drm_crtc_vblank_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5cd2cdaa __drmm_crtc_alloc_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d61fb04 drm_atomic_set_mode_prop_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5dcc38c4 drm_show_memory_stats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e361555 drm_plane_create_color_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e38b6e4 drm_crtc_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5eec6539 drm_client_buffer_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f7985a5 drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f7c4148 drm_gem_vmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6077c8a1 drm_property_lookup_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x617b347a drm_syncobj_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x620a75e0 drm_connector_list_iter_end +EXPORT_SYMBOL drivers/gpu/drm/drm 0x62ba8e83 drm_gem_vunmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65702bd6 drm_default_rgb_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x659f560b drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x673b6772 drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x67878d15 drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0x67a456d1 drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6888d668 drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6910e4cd drm_format_info_min_pitch +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69353664 __drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69a32651 drm_hdmi_avi_infoframe_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69c2d9d8 drm_plane_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69e1bf40 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ac01ea8 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c7fa2c9 drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6d77804b drm_client_rotation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e5c8ff3 drm_client_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f16aaea drm_mode_create_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f3afd02 drm_crtc_set_max_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71131b7e drm_gem_lru_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x712e5adc drm_connector_attach_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x72c3bc25 drm_writeback_connector_init_with_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7304a083 drm_analog_tv_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x733212de drm_atomic_state_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x73a8f664 drm_gem_dmabuf_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74fc6fbd drm_format_info_block_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7672a1b4 __devm_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x76ff9ec0 drm_mode_plane_set_obj_prop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x77975918 drm_syncobj_find_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x77d6bfce drm_plane_get_damage_clips_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x788fdc86 drm_atomic_get_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x78cdfe53 drm_ioctl_kernel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79229f6b drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x793d8134 drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79a23d06 drm_get_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79c00fa2 drm_edid_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7aa8c8b4 drm_crtc_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ac69a82 drm_bridge_chain_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b2e2166 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c0d9cad drm_display_info_set_bus_formats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c545285 drm_edid_get_monitor_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7d0b5577 drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7dc32eb3 drm_property_create_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e3277f8 ___drm_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ec8731d drm_connector_attach_dp_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7edf470b drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7f091dc1 drm_property_create_bool +EXPORT_SYMBOL drivers/gpu/drm/drm 0x80347d6e drm_writeback_signal_completion +EXPORT_SYMBOL drivers/gpu/drm/drm 0x804faf7f drm_client_modeset_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8120b8b0 __drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81875d6c drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81a6ee7a drm_atomic_get_old_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x820ac5c0 drm_vma_node_allow_once +EXPORT_SYMBOL drivers/gpu/drm/drm 0x820dbe65 drm_mode_create_aspect_ratio_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8297fd05 drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0x82acb431 drm_file_get_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0x836b4ca5 drm_plane_create_alpha_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x85a45371 drm_atomic_check_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0x85d2c273 drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x85f798e9 drm_client_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8749eda1 drm_crtc_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x882f60f8 drm_release_noglobal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x89b88a8e drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8afabd23 drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b115674 drm_plane_create_zpos_immutable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b259082 __drmm_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b91e9a3 drm_privacy_screen_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c40eb9a drm_privacy_screen_unregister_notifier +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8cee7974 drm_atomic_add_encoder_bridges +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d59a79e __drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d72789e drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8da95ace drm_gem_lock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e5d2dbf drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x90567877 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x917ec09b __drm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91e0d45d drmm_kfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91fed828 drm_prime_sg_to_page_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9256fd58 drm_mode_put_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x92dee067 drm_edid_get_panel_id +EXPORT_SYMBOL drivers/gpu/drm/drm 0x940ee4f9 drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x953ee9ab drm_gem_lru_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0x963f82c1 drm_modeset_lock_all_ctx +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96cf88be drm_gem_objects_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96e05357 drm_plane_create_zpos_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96f50cb3 __drmm_mutex_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x97a0362a drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x97e94baf drm_is_current_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0x981b855c drm_connector_atomic_hdr_metadata_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x982d09b3 drm_format_info_block_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x989684e0 drm_client_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x995616ff drm_atomic_state_default_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b285573 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b95c885 drm_mode_match +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b9de1c1 drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ce050be drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d272f85 drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f0cb766 drm_framebuffer_plane_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f4a0ddb drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f9e02af drm_syncobj_add_point +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ff6ad78 drm_edid_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa0a7b2bb drm_crtc_commit_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa0e323ba drm_mode_object_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa13411ce __drmm_add_action +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa148076a drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa18b5910 drm_connector_set_link_status_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1b24a6d drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1b2ee99 drm_print_regset32 +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa211aab2 drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa248afde drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa355b928 drm_atomic_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa38c4c94 drm_memcpy_from_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa52bfe49 drm_panel_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa55d5559 drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa5b4ebd9 drm_client_framebuffer_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6575739 drm_property_blob_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6aa0301 drm_atomic_set_fb_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa806c2e2 drm_crtc_vblank_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa80907f8 drmm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa81d4966 drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8308acb drm_atomic_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8df8dde drm_mode_create_hdmi_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa90b1e99 drm_modeset_lock_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa956955b drm_gem_lru_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa962e1b6 drm_atomic_get_connector_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9a4abbf drm_mode_create_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9f0a3cd drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa6de55f drm_gem_dmabuf_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa770e48 drm_gem_private_object_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa83e6c7 drm_gem_map_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0xabba219f drm_writeback_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xac14832e drm_dev_has_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad4e902b drm_color_ctm_s31_32_to_qm_n +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad823c19 drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae277372 __drm_crtc_commit_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaec8ecfa drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0xafdc1ce3 __drmm_add_action_or_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb046b3e1 drm_plane_enable_fb_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0ae7135 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb11ac7a7 __drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1790aee drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1bd8f02 drm_of_find_possible_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1f73db2 drm_bridge_chain_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb212dc3e drm_edid_dup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb21f2b6d drm_property_blob_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3176fe0 drm_atomic_nonblocking_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb350adee drm_invalid_op +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3750192 drm_edid_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4032484 drm_mm_insert_node_in_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6127243 drm_need_swiotlb +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6832508 drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6da42d2 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7528d5a drm_event_reserve_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb7d88959 drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb8a9c043 drm_color_lut_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb932ca67 drm_atomic_private_obj_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9a9ba70 drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9cad492 __drm_atomic_state_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb681014 drm_client_buffer_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbba9f415 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbbaec0b2 drm_panel_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbcdef300 drm_connector_set_orientation_from_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbcfb3110 drm_atomic_bridge_chain_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf602a55 drm_mode_object_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf9bc591 drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0e93526 drm_connector_list_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0fd7601 drm_gem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc2c074d1 drmm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc2dbf816 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4319c9b drm_debugfs_add_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc49c81f2 drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6569b67 drm_crtc_arm_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6798949 drm_aperture_remove_conflicting_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc69ae195 drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6edca9c drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6fc34c8 drm_atomic_get_old_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc733a87b drm_event_reserve_init_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7910e38 drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc792b523 drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7d04fc5 drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7d4a35c drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc8239ec0 drm_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc823afb9 drm_dev_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc84843fd drm_atomic_get_new_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc983e5c5 drm_master_internal_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc9a997c5 drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc9b0e84d drm_property_replace_global_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb9b1a90 drm_dev_unplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcba51cb7 drm_atomic_state_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc537ee3 drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc89cbc1 drm_gem_unlock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0xccb64651 drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdb7cdc1 drm_atomic_print_new_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdb99cc9 drm_mode_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcde230b3 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce56dbad drm_crtc_accurate_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcfe5bec8 drm_connector_attach_privacy_screen_provider +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd0007f4f drm_framebuffer_plane_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd0bf3317 drm_connector_set_panel_orientation_with_quirk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd13aecbb drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd13f9985 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd151e5fa drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd1a75438 drm_connector_attach_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2f31e77 of_drm_find_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd3c933a0 drm_mode_create_dp_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd439fe83 drm_writeback_queue_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd46dd749 drm_debugfs_add_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd49ff62f drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd540de06 drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd565eb90 of_drm_get_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd6177b7c drm_master_internal_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd680a377 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7a9cf42 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7f74728 drm_modeset_lock_single_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd8203283 drm_gem_map_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd8edb4f9 drm_client_dev_hotplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd932146a drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd9818679 drm_bridge_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0xda8b3356 drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdac398be devm_drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdad9c8b1 drm_prime_get_contiguous_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdafaa0af drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb320a08 drm_mode_is_420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdcd2c55f drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd3c6afa drm_mode_is_420_also +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdddddccd drm_event_cancel_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xde71f8f0 drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf3f760d drm_mm_scan_color_evict +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf666902 drm_rotation_simplify +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe0a30f3b drmm_kmalloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe0aa68b3 drm_crtc_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe15883ea drm_atomic_normalize_zpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1f9edf4 drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2f9ad8d drm_crtc_next_vblank_start +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe30f27f4 drm_object_property_get_default_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe317082a __drm_printfn_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3ac15d5 drm_mode_is_420_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe633a4cd drm_format_info_bpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe665bd1d drm_bridge_chain_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe6a58360 drm_edid_read_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7278cc7 drm_aperture_remove_conflicting_pci_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe841a103 drm_vblank_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a034df drm_dev_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a0e334 drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8de7cbb drm_sysfs_connector_status_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe9c49aaa drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea00fe81 __drm_printfn_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea519256 drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb0a04b9 drm_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb6caa38 drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb914c57 drm_privacy_screen_set_sw_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xec67ea3a drm_connector_set_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed2e15e6 drm_atomic_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed4a7a8b drm_gem_evict +EXPORT_SYMBOL drivers/gpu/drm/drm 0xee665310 drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeed972bf drm_gem_dmabuf_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeff7faac drm_dev_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0517d7a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf095dc96 drm_get_tv_mode_from_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1b5340a drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf31e91d4 drm_atomic_get_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf3c9dc56 drm_edid_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf406e46a drm_get_connector_type_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4ba7f0f drm_driver_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf5a048f7 drm_gem_unmap_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf609bbe7 drm_gem_prime_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf60deee6 drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6445d8d drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf64aaa02 drm_mode_create_suggested_offset_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6b59c7f drm_show_fdinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf7b6ca10 drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf824c7db __drm_printfn_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf83e9a3b drm_panel_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf87941c1 drm_privacy_screen_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf96dd882 drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf98910c7 drm_atomic_set_mode_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfa436edc drm_connector_set_path_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfaa7ba3f drm_edid_connector_add_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfabbad5d drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfb1610a0 drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc9db99a drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd65117e drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfeb953b1 __drm_printfn_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x22d53779 drm_buddy_free_list +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x2d9e9583 drm_buddy_print +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x40d76a49 drm_get_buddy +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x9f44c898 drm_buddy_init +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xabb5a026 drm_buddy_block_trim +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xbd5b3bcc drm_buddy_free_block +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xc30d71cc drm_buddy_block_print +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xfa150882 drm_buddy_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xff748b76 drm_buddy_alloc_blocks +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0x2429ab2b drm_gem_dma_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0x2e5f19c6 drm_gem_dma_prime_import_sg_table_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0xd3dae580 drm_fbdev_dma_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x003a42b2 devm_drm_of_get_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x005db688 drm_atomic_helper_commit_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x00b70f25 drm_fb_helper_damage_area +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x038cd459 drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0395a7d0 drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x04165e0d drm_atomic_helper_connector_tv_margins_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x08c21189 drm_plane_helper_disable_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0ad9cbc4 drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0be16552 drm_atomic_helper_page_flip_target +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0d188d88 drm_gem_simple_kms_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0df06150 drm_atomic_helper_dirtyfb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0e7747d0 drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0fb4a188 drm_kms_helper_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1183f73b drm_atomic_helper_wait_for_vblanks +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x127a8c6b drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x130d9822 __drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x19abc818 drm_atomic_helper_commit_hw_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1ada0906 drm_atomic_helper_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1af17f5b drm_fb_xrgb8888_to_argb8888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1c517989 drm_gem_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1e487fd3 drm_fb_xrgb8888_to_rgba5551 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1ea6ce58 drm_fb_xrgb8888_to_rgb888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1f76587c devm_drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21d0baba drm_fb_memcpy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21d541eb drm_flip_work_queue_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x22496b9a __drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x22613c4c drmm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x22698490 drm_gem_fb_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2311b4a8 drm_atomic_helper_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x23f02ae8 drm_panel_bridge_connector +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x24bda09c __drm_atomic_helper_plane_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x25040677 devm_drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x29152f15 drm_fb_blit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2a10e774 drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2b275fac drm_fb_helper_deferred_io +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2b93bc0d drm_fb_helper_fill_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2cc5e55f drm_connector_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d39529d drm_atomic_helper_page_flip +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2e7749cb drm_atomic_helper_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2fa49f90 __drmm_simple_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x304a4c48 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x32a38bad drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x36350bc7 drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3677334a drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x38a3e150 drm_simple_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3c425a97 drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3d993659 __drm_atomic_helper_private_obj_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3eb709ab drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3f0aac5b drm_atomic_helper_shutdown +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x40b995c3 drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x40d4c4d7 drm_atomic_helper_check_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x426fec73 drm_self_refresh_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4314ffd0 drm_fb_helper_alloc_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x43e0525c drm_atomic_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x43fc3f85 __drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x442ec723 drm_mode_config_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x442ef714 __drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4b6ad53f drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4cc74d54 drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4d139c06 drm_atomic_helper_wait_for_flip_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x517e6a42 drm_simple_display_pipe_attach_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x51f41c5b drm_gem_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5514e941 drm_fb_xrgb8888_to_argb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x55329019 drm_atomic_helper_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5542443b drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x561cb851 drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x56397820 drm_fbdev_generic_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x581c5958 drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x584999cd drm_gem_simple_kms_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5857b79f drm_connector_helper_tv_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x59480e54 drm_helper_force_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5957009e drm_atomic_helper_fake_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a4734d1 drm_kms_helper_is_poll_worker +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5dd8a3f9 drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5f635327 drm_fb_helper_set_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5fb41313 drm_atomic_helper_commit_duplicated_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x61fb73ad drm_fb_helper_unregister_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6460b8d5 drm_atomic_helper_prepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x663c18f6 drm_fb_build_fourcc_list +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6696d7c3 drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x697f986c drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6a1e8386 drm_atomic_helper_bridge_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6a33860c drm_atomic_helper_connector_tv_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b5c2b06 drm_atomic_helper_damage_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6bdeb64a drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6d2bff66 __drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6d5b0cab drm_atomic_helper_update_legacy_modeset_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6dcc1781 drm_atomic_helper_check_crtc_primary_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6dda6650 drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e30ba8e drm_rect_rotate_inv +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6ea8f1db drm_fb_xrgb8888_to_argb1555 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6f716f32 drm_atomic_helper_swap_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6fb4ba7a drm_fb_xrgb8888_to_mono +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x72cb4b78 drm_connector_helper_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x72d05450 drm_helper_probe_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x730b2f61 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x731d3bee __drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x73461376 drm_atomic_helper_update_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x770c1ec8 drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x78e8d0cd drm_gem_simple_kms_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x78fbb0e2 drmm_of_get_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x79ac7915 drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x79b14272 drm_atomic_helper_commit_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7a23c629 drm_atomic_helper_commit_modeset_disables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7bf538dc __drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7cccb91c drm_atomic_helper_check_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7e6a4707 drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x80613901 drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x80d5ecea drm_atomic_helper_wait_for_fences +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x82fcc7ee drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8306ffaa drm_gem_fb_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x842dd90c drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x856236e6 drm_atomic_helper_disable_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x897b9593 drm_atomic_helper_commit_tail_rpm +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8a06e88d drm_atomic_helper_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8ae7d207 drm_atomic_helper_check_plane_damage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8dfd87de drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8e7acea9 drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x913ecdc9 drm_plane_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91f2d6fd drm_fb_helper_output_poll_changed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x93815c3b drm_kms_helper_poll_reschedule +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9437a2e1 drm_atomic_helper_connector_tv_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x94c0aff0 drm_mode_config_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x97affb8b drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99fd20aa drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9a6fcb02 drm_fb_helper_lastclose +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9a9f9cc5 drm_simple_display_pipe_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9aef95e3 drm_atomic_helper_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9c98c2bf drm_gem_fb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9d6e3101 __drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9e534333 drm_fb_helper_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9f685647 drm_fb_xrgb8888_to_xrgb1555 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa1381de4 drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa3be209e drm_atomic_helper_bridge_propagate_bus_fmt +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa509d124 drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa694cd47 drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa8c1f500 drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xac743b78 drm_gem_fb_create_handle +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xad7acf80 drm_atomic_helper_check_wb_encoder_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xae0d1d80 drm_gem_fb_end_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xae223b98 drm_fb_helper_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xafd5d76c drm_gem_simple_kms_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb02cc36e drm_atomic_helper_cleanup_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb031d37e drm_fb_xrgb8888_to_rgb565 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb053adda drm_rect_rotate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb585f8ed drm_gem_simple_kms_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb6a6b711 drm_fb_clip_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb8eff28f drm_panel_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb9dd7abc drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbab33a0f drm_fb_helper_damage_range +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbad93c12 drm_atomic_helper_async_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbb801205 drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbb95716b drm_atomic_helper_commit_modeset_enables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbce7805e __drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbdd7f829 __drm_atomic_helper_crtc_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc0bb1c6b drm_fb_xrgb8888_to_rgb332 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc0f54f5d drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc1e1d3a1 drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc237622e drm_fb_swab +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc6323239 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc6955441 drm_plane_helper_update_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc748427f drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc7f4e80f drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc804d10a drm_crtc_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc82d25f6 drm_atomic_helper_async_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc8c9d2e9 drm_atomic_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcadcdf4d drm_atomic_helper_check_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcb2340b8 drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcb326ac2 drm_panel_bridge_set_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcd2b12a0 drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcd94fc72 drm_connector_helper_get_modes_from_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf11a549 drm_flip_work_allocate_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd1213708 drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd16b2df4 drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd16c8d44 drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd17ed726 drm_atomic_helper_unprepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd194996a drm_plane_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd1e75592 drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd29e08cc drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd47bcf56 drm_fb_helper_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd491e773 __drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd53115f7 drm_self_refresh_helper_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd619f446 drm_connector_helper_get_modes_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd6867127 __drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd74664ba drm_fb_helper_release_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd749f37f drm_atomic_helper_damage_merged +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd7c61aaa drm_fb_helper_set_suspend_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd983ca54 __drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xda3c7482 drm_self_refresh_helper_alter_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdb3f40ba drm_fb_xrgb8888_to_xrgb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdc5c0cf0 __drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdc911f21 __drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdcbe3177 drm_atomic_helper_commit_cleanup_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe01699a8 drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe3f558aa drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe429a847 drm_gem_fb_begin_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe648b70a drm_atomic_helper_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeb3078a8 __drm_atomic_helper_connector_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xedd35e24 drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xee29f632 drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeead3169 drm_fb_xrgb8888_to_gray8 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xefe3d7be drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf281906e drm_atomic_helper_damage_iter_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf38222b5 drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf4969355 drm_crtc_helper_mode_valid_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf5291f4a drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf60d08c6 drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfa9c745c drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfaa22293 drm_bridge_is_panel +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfb58779d drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfca1cb1a drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xffeb41e0 drm_atomic_helper_commit_tail +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfff93977 drm_self_refresh_helper_update_avg_times +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x05f5f6a6 mipi_dbi_spi_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x0c41bcf6 mipi_dbi_poweron_conditional_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x22ee5244 mipi_dbi_display_is_on +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x23697ca4 mipi_dbi_pipe_reset_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x23d4adac mipi_dbi_command_stackbuf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x36455537 mipi_dbi_pipe_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x3e0fe36e mipi_dbi_spi_transfer +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x4a9b19c3 mipi_dbi_dev_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x528a6f27 mipi_dbi_spi_cmd_max_speed +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x5c28cbd9 mipi_dbi_pipe_update +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xaafe71c4 mipi_dbi_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xb155fdb9 mipi_dbi_enable_flush +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xb8654c50 mipi_dbi_dev_init_with_formats +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xbc84a0b4 mipi_dbi_pipe_end_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xbca3d730 mipi_dbi_command_buf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xbf44994e mipi_dbi_poweron_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xc4496a33 mipi_dbi_pipe_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xc9e400e6 mipi_dbi_pipe_begin_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xca1a1af4 mipi_dbi_pipe_duplicate_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xcde2fde3 mipi_dbi_hw_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xce0f585b mipi_dbi_pipe_destroy_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xe1653a05 mipi_dbi_buf_copy +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xf097d1e0 mipi_dbi_command_read +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x19565472 drm_gem_shmem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x219625e7 drm_gem_shmem_purge_locked +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x3530ef52 drm_gem_shmem_purge +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x3cc275f5 drm_gem_shmem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x5760ddb6 drm_gem_shmem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xae172d1a drm_gem_shmem_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xc58c8840 drm_gem_shmem_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xd0529178 drm_gem_shmem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xd600eeb6 drm_gem_shmem_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xf6b355f8 drm_gem_shmem_madvise +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0x048a510f drm_suballoc_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0x0bad1988 drm_suballoc_new +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0x8debd4c9 drm_suballoc_free +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0xcfea1bec drm_suballoc_dump_debug_info +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0xdd9c3522 drm_suballoc_manager_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x37345be7 drm_gem_ttm_dumb_map_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x5f1996c1 drm_gem_ttm_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x94dd3eff drm_gem_ttm_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x994da066 drm_gem_ttm_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xf69f9e61 drm_gem_ttm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x3413bf41 drm_gem_vram_driver_dumb_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x3a7951c2 drm_gem_vram_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x42cac68b drm_gem_vram_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x4602581f drm_gem_vram_simple_display_pipe_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x522f9e97 drm_vram_helper_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x5a6c5f90 drm_gem_vram_plane_helper_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x6407ab45 drm_gem_vram_put +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x82d81952 drm_vram_mm_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x932c474c drmm_vram_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xa86a1df3 drm_gem_vram_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xb90c356b drm_gem_vram_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xc0a2b069 drm_gem_vram_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xca6b540c drm_gem_vram_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xe5277b60 drm_gem_vram_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xed6d6009 drm_gem_vram_plane_helper_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xed8588bc drm_gem_vram_fill_create_dumb +EXPORT_SYMBOL drivers/gpu/drm/rockchip/rockchipdrm 0xc50bc044 rockchip_drm_wait_vact_end +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x004bb307 drm_sched_fault +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x06907c46 drm_sched_job_add_syncobj_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x1fd8b262 drm_sched_job_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x20b3f225 drm_sched_entity_error +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x2742bebb drm_sched_entity_flush +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x2cc80e3b drm_sched_resubmit_jobs +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x2dc3b744 drm_sched_job_arm +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x3ad8fe4b drm_sched_job_add_resv_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x50c87f79 drm_sched_entity_modify_sched +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x586e9e35 to_drm_sched_fence +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x6ac9a8d8 drm_sched_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x74a909e5 drm_sched_job_add_implicit_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x778e4c2f drm_sched_stop +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x7f47a32e drm_sched_job_add_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x805d1bd5 drm_sched_entity_push_job +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x809ef357 drm_sched_resume_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x87510c1e drm_sched_entity_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x98fb53cd drm_sched_job_cleanup +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xb6ee0cac drm_sched_entity_set_priority +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xc4ab3eac drm_sched_start +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xd2ee7357 drm_sched_increase_karma +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xe3c0824e drm_sched_entity_destroy +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xe60c5e2b drm_sched_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xe94af142 drm_sched_entity_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xf01ffde1 drm_sched_suspend_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xfb30438b drm_sched_pick_best +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x1787e6f2 sun4i_dclk_free +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x51118ee9 sun4i_tcon_enable_vblank +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x53c4fddd sun4i_dclk_create +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x6c10c7a7 sun4i_tcon_of_table +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x76f53fb6 sun4i_rgb_init +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0x914d57d0 sun4i_tcon_mode_set +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun4i-tcon 0xd31e6a68 sun4i_lvds_init +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun8i_tcon_top 0x350e5dcd sun8i_tcon_top_of_table +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun8i_tcon_top 0x9cff6b50 sun8i_tcon_top_de_config +EXPORT_SYMBOL drivers/gpu/drm/sun4i/sun8i_tcon_top 0xfb2e4acf sun8i_tcon_top_set_hdmi_src +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0002e9f4 ttm_sg_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x021ecb08 ttm_bo_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0433c9c5 ttm_resource_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x06616038 ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0afe0285 ttm_bo_init_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0c231474 ttm_kmap_iter_iomap_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0de2801e ttm_bo_eviction_valuable +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x171d5194 ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x18740c0b ttm_bo_set_bulk_move +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x187a0903 ttm_range_man_fini_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1a038317 ttm_lru_bulk_move_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1a71d30c ttm_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x210eebdb ttm_device_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2573b9f7 ttm_bo_vm_fault +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x342a5af0 ttm_glob +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x37acacff ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x39d1ad1a ttm_bo_vm_open +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3b635ac6 ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x40442513 ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x460651e5 ttm_bo_vm_fault_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x468c547f ttm_resource_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5679119a ttm_bo_move_to_lru_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5aac879b ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5c68b0b7 ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5eb722ca ttm_bo_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6567584d ttm_bo_unpin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x689edb26 ttm_resource_manager_debug +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x69cc2943 ttm_tt_pages_limit +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6d9a4926 ttm_device_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x714e9acc ttm_bo_wait_ctx +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7265c55b ttm_pool_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7898c77f ttm_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7f0ba6d1 ttm_kmap_iter_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x87ba82c3 ttm_device_clear_dma_mappings +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8c56eead ttm_bo_vm_dummy_page +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8e2d1277 ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x95a1910d ttm_pool_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x95e259ea ttm_lru_bulk_move_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9ef0f1df ttm_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa968fb48 ttm_bo_vm_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xaffeed8d ttm_bo_vunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb50f38dc ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbf4584b3 ttm_resource_manager_create_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc131932d ttm_resource_manager_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc1ca125e ttm_bo_vm_access +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc2439958 ttm_bo_move_sync_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc3d5f778 ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc5717a79 ttm_bo_pin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcaaa8a60 ttm_resource_manager_evict_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcda7ad44 ttm_pool_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd142403a ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd17af88e ttm_pool_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd1d465e7 ttm_bo_vm_close +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd421953e ttm_range_man_init_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdf1f102a ttm_bo_init_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe0036cc0 ttm_pool_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xeaab7cee ttm_bo_vmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf0dca3a3 ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf54a2d41 ttm_resource_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf670fcaf ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf861ea21 ttm_resource_manager_usage +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x0978b95c host1x_device_init +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x0b6cada7 host1x_syncpt_read +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x0e1d46c8 host1x_job_submit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x0f2e0c31 host1x_bo_unpin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x168f36b3 host1x_get_dma_mask +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x2087a699 host1x_syncpt_get_base +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x26e569a8 host1x_client_resume +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x270be582 host1x_driver_unregister +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x27bb468c host1x_fence_create +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x306d678e host1x_syncpt_read_max +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x30c30a13 host1x_syncpt_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x33e57631 host1x_client_exit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x3c9e15ad host1x_job_add_gather +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x3d6fe7b5 host1x_job_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x3eb2af71 tegra_mipi_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x4be5b90b host1x_syncpt_incr_max +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x51de13ce host1x_syncpt_base_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x522aacdc host1x_job_add_wait +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x54e54745 host1x_channel_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x5c5f1424 host1x_syncpt_alloc +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x67c173fe host1x_syncpt_incr +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x69c2c211 host1x_channel_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x706982ba host1x_syncpt_wait +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x72e78e54 tegra_mipi_start_calibration +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x809f54b2 host1x_syncpt_get_by_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x8b44403e host1x_job_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x8e51b298 host1x_syncpt_release_vblank_reservation +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x91407a99 host1x_bo_pin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9451a33e tegra_mipi_free +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9df62afa host1x_channel_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9f042942 host1x_fence_cancel +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9fe4f89f host1x_client_unregister +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa061881a host1x_syncpt_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa727febb host1x_syncpt_get_by_id_noref +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa733ff60 tegra_mipi_disable +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa9d77588 host1x_syncpt_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xae6d75e0 __host1x_client_register +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xafb146ef host1x_client_suspend +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xb4f6b482 host1x_job_pin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xbcbe65a0 tegra_mipi_finish_calibration +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xd7d154ae host1x_syncpt_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xdc51c370 host1x_job_unpin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xdc63e572 host1x_driver_register_full +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xdcbab48a host1x_syncpt_read_min +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xe7a9baf8 host1x_channel_stop +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xee8087d2 __host1x_client_init +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xefc4a6da host1x_job_alloc +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf8a79b19 tegra_mipi_enable +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xfb547dfc host1x_device_exit +EXPORT_SYMBOL drivers/hid/hid 0x97a75a7e hid_bus_type +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x137f34dc vmbus_sendpacket_getid +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x48cd29ad vmbus_recvpacket +EXPORT_SYMBOL drivers/hv/hv_vmbus 0x95bbae47 vmbus_sendpacket +EXPORT_SYMBOL drivers/hwmon/adt7x10 0x3e48a11c adt7x10_dev_pm_ops +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x2f9e7f8e vid_which_vrm +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x446615bd vid_from_reg +EXPORT_SYMBOL drivers/hwmon/ltc2947-core 0x87733168 ltc2947_pm_ops +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x01568393 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x96ec3b26 sch56xx_read_virtual_reg12 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xaa17a737 sch56xx_write_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xb37b9b81 sch56xx_read_virtual_reg16 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xfe0058e1 sch56xx_watchdog_register +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x442f0e14 i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x7f3c9114 i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xb13024d7 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x898c7a42 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x8b7d4885 i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0x22bd01c3 amd756_smbus +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x10a4c688 qcom_adc5_hw_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x1fcd0103 qcom_adc_tm5_gen2_temp_res_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x39885d6b qcom_adc_tm5_temp_volt_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x401dc869 qcom_vadc_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x47f699dd qcom_adc5_decimation_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x4e64cdb9 qcom_adc5_hw_settle_time_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x53546ecd qcom_adc5_avg_samples_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x70e6eca1 qcom_vadc_decimation_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0xc61e7a34 qcom_adc5_prescaling_from_dt +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0x8a6c9ae6 iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0x9e249edf iio_triggered_buffer_setup_ext +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x4245784a iio_kfifo_free +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0xe33b908c iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/imu/fxos8700_core 0xcf3ac938 fxos8700_regmap_config +EXPORT_SYMBOL drivers/iio/industrialio 0x11d3a838 iio_trigger_using_own +EXPORT_SYMBOL drivers/iio/industrialio 0x1a135c44 iio_device_get_clock +EXPORT_SYMBOL drivers/iio/industrialio 0x1afc7ae1 iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0x1b198936 iio_device_set_clock +EXPORT_SYMBOL drivers/iio/industrialio 0x2d668a7f iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x324a6d90 iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0x359b4bf7 iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x4413b049 iio_trigger_set_immutable +EXPORT_SYMBOL drivers/iio/industrialio 0x58fbfe87 __iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x6c6217b1 iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0x76f6e14c iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0x863798fc iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0x879ee44e __iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0x901e8cea iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0x94bd4035 iio_get_time_ns +EXPORT_SYMBOL drivers/iio/industrialio 0xa2978f64 iio_read_mount_matrix +EXPORT_SYMBOL drivers/iio/industrialio 0xdb069c79 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xdff94939 iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0xe3b48410 iio_trigger_validate_own_device +EXPORT_SYMBOL drivers/iio/industrialio 0xe3c559b0 iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0xe62dc858 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xfb0e6739 iio_trigger_poll_nested +EXPORT_SYMBOL drivers/iio/industrialio-configfs 0xb65a4e8d iio_configfs_subsys +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x11abc155 iio_sw_device_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x1df5719b iio_register_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x74449ebf iio_unregister_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xfe188946 iio_sw_device_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x5d952e1b iio_sw_trigger_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xc1ce806f iio_sw_trigger_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xe9c323c4 iio_unregister_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xfcfedfff iio_register_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x0091f361 iio_triggered_event_cleanup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0xc7d2d474 iio_triggered_event_setup +EXPORT_SYMBOL drivers/iio/pressure/bmp280 0x27735d65 bmp280_dev_pm_ops +EXPORT_SYMBOL drivers/iio/trigger/stm32-lptimer-trigger 0x65fa30d3 is_stm32_lptim_trigger +EXPORT_SYMBOL drivers/iio/trigger/stm32-timer-trigger 0xe9c94322 is_stm32_timer_trigger +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x23391ad4 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x2390d5c0 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x371fe09c ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x3f8bd542 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x45c9a390 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x49e551f7 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x69824a14 ibcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x7c68df86 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x7ff7b8de ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x96135c89 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x98eee554 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xcda61613 ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd17a68d6 ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe4ecda2e ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xed7b2d70 ib_cm_insert_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xeef85174 ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00cd25ea ib_get_rdma_header_version +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x01b3821a ib_drain_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0202cabd ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x032df435 ib_set_device_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x04e3bc2d ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x074e981b ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x08aeb302 ibdev_info +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c86f5cb ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c9cfd6a rdma_nl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0d3354a6 rdma_alloc_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0dabd21f rdma_read_gid_attr_ndev_rcu +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0df0c8da rdma_user_mmap_entry_insert_range +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0fac48c5 ib_map_mr_sg_pi +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x11987a9e rdma_user_mmap_io +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x12dedf73 rdma_nl_put_driver_u64_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x13843e3c rdma_replace_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x148c803f ib_unregister_device_queued +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1611fbce __ib_alloc_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x17a79283 ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x18a78d47 ib_qp_usecnt_dec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1c5a92ed rdma_set_cq_moderation +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1d48c5e1 ib_get_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1de493ca rdma_copy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x201e3431 rdma_restrack_del +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22248cbf ib_port_sysfs_get_ibdev_kobj +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x226631eb ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22a69a23 __ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x270f14c1 ib_device_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x29fb0089 rdma_put_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2a2aa2cf ib_free_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2a35d867 rdma_copy_src_l2_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2d394bae ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2d75ac0b ib_process_cq_direct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2deab9ed rdma_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x305e5701 rdma_addr_size_kss +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x30f5d7c4 ib_cq_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x317ddfde rdma_user_mmap_entry_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x31af1b98 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x33fd60cc ib_init_ah_attr_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x368c6516 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x37045b80 rdma_find_gid_by_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x38be7f8d ib_get_net_dev_by_params +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3921e8a0 rdma_roce_rescan_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x39d3446d rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3a558976 roce_gid_type_mask_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3c160c70 ib_mr_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3cd835af ib_destroy_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3d26e794 ib_device_set_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3db62849 rdma_restrack_add +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3dc4a8e2 ib_get_vf_config +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fc2387c ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3feb1e89 ib_get_vf_stats +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x40e4c5eb rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x41d83239 ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x434c5d10 zgid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x439ce33c ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x43cddd2d ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x442961d4 rdma_restrack_new +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x44cb54ff ib_device_get_by_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45377300 rdma_get_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4597e6cf ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45fb8985 rdma_nl_chk_listeners +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x479ef1d2 rdma_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4d5aa97f ib_reg_user_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4d96f47b ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e155af0 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e90435c ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4f60f8d5 rdma_rw_ctx_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4fac5986 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x52377c69 ib_port_immutable_read +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x52c7f7a5 rdma_dev_access_netns +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x53a2d6b6 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x53d38ae6 ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5418540b ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55bb02f3 ib_cache_gid_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55dcb022 ib_destroy_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x56232019 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x57ee9ac4 rdma_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58df5b94 ib_get_gids_from_rdma_hdr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x593c6d97 rdma_restrack_set_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x59462053 ib_rdmacg_try_charge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x594b131d ib_sg_to_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5a773ba7 ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5fbc0e95 rdma_link_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61373fd2 __rdma_block_iter_next +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x613b1e2e ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6187b32e ib_get_cached_port_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61d24c52 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x620e9821 rdma_nl_put_driver_u32_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6283a906 ibdev_warn +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x67345556 ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x680e3cfd __rdma_block_iter_start +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x691753e0 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6a83b62d ib_set_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b958320 ib_ud_ip4_csum +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6c81322f ibdev_err +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6eee4394 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f19ddea ib_create_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f3614b6 rdma_is_zero_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x700bfe59 rdma_user_mmap_entry_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x70807834 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x70d4abdd ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x71fce995 ib_qp_usecnt_inc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x72791584 rdma_restrack_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73baf9a2 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75a729a0 rdma_nl_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7713792c rdma_restrack_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x787ccc4c ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x78d7f231 ib_dma_virt_map_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x79fc8a0c rdma_user_mmap_entry_insert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7abe0572 ib_device_get_by_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7c10dec7 ib_dealloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7c3c50bb rdma_nl_unicast_wait +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7cc78eb1 rdma_user_mmap_entry_get_pgoff +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7cf437c7 ib_get_device_fw_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7ea6472e rdma_move_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7f1b40a9 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x80fecd58 rdma_query_gid_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x81c90390 rdma_hold_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x826639b1 rdma_nl_put_driver_u64 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x82b5e85d ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x83e85a90 rdma_nl_put_driver_string +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x840b7475 ib_map_mr_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8730cc5e rdma_rw_ctx_wrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x88797e10 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8c1b4a8c rdma_rw_ctx_post +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8c7b44c5 ib_destroy_wq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8ed923ea ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90e807c7 ib_cache_gid_parse_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x97100a55 ib_rdmacg_uncharge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x971e8f7d __ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x974531fe rdma_rw_ctx_destroy_signature +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x979aecc4 ib_drain_sq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9923353a ib_port_register_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9af87d1a ibdev_emerg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9dfd6c88 ib_mr_pool_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9f8598aa rdma_restrack_parent_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa2a96a6c ib_mad_kernel_rmpp_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa34783fe ib_create_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa386eb58 ib_dealloc_pd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa459c62d ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa4a7db40 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa4c37f80 ib_get_eth_speed +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa4e0a56e ib_alloc_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaa9e48e9 rdma_read_gid_l2_fields +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaad729ca rdma_restrack_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae3a54fd ib_create_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae71eee0 ib_advise_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae956dce ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb17760b1 rdma_user_mmap_entry_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb2b7b5d8 ib_create_qp_security +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb47f861c ib_init_ah_attr_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4c40040 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb5295893 ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb5820b40 ibdev_alert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7852a05 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb99a63bb rdma_rw_ctx_signature_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbc75611d rdma_nl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbdedc63a ib_create_qp_kernel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbe0b82fe _ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbed330bf ib_alloc_mr_integrity +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbf11546b ib_mr_pool_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc03531db rdma_rw_ctx_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc233aada rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc2ee2d42 rdma_umap_priv_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc34f0b71 ib_port_unregister_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc3cb5fe8 ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc4839d6e ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc518fa5d ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc83e5219 rdma_restrack_get_byid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc8d38664 rdma_free_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xca9364ec ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcb292014 rdma_nl_put_driver_u32 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcc56cf0d rdma_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xccab0383 rdma_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcd0244e7 ibdev_printk +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcde6cb03 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0478dc4 ib_unregister_driver +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd1031aa7 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd21bb37a ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd55e9486 ib_destroy_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd5f38684 ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6636ca6 rdma_addr_size_in6 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6f089a2 ib_modify_qp_with_udata +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd715d1f8 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd740753b rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd769b786 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd8c954f9 ib_set_vf_link_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd91b5ea5 ib_get_cached_subnet_prefix +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd944ba1b rdma_move_grh_sgid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda3f06c7 ib_alloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xddece479 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xde12f78e rdma_alloc_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdf92c450 rdma_init_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe1998246 rdma_destroy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe32a5825 rdma_destroy_ah_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5840ec6 ib_wc_status_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7b52e5f mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9e799fc ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xebc17dfd ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xec31bf98 ib_unregister_device_and_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xed68de04 ibdev_notice +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xedf43c55 ib_cq_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xee38696c ib_mr_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xef57cc6b ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xef75d1ea rdma_link_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xefbfeb70 rdma_nl_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf08cec95 rdma_read_gid_hw_context +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf0ba1861 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf16d9276 rdma_rw_mr_factor +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf1cb063a ibdev_crit +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf2c9c621 __ib_alloc_cq_any +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5d60af0 ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5dedb30 rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6a30c0b rdma_create_user_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6ed3334 ib_event_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf8fcfa92 rdma_nl_stat_hwcounter_entry +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf9df1896 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfcb1c203 ib_drain_rq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfd983f77 ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfea78c18 ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0ef0f0a8 ib_umem_dmabuf_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x12207c06 uverbs_get_flags64 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x179d2c96 flow_resources_add +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2681c696 uverbs_uobject_put +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3248dcd2 flow_resources_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3319e437 ib_umem_dmabuf_map_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x36c34dc6 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x424817f4 ib_umem_odp_map_dma_and_lock +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4be7bcd0 _uverbs_get_const_unsigned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4ed105e1 uverbs_copy_to_struct_or_zero +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x50d0f90b uverbs_fd_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5ad85d62 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5b01d7b3 ib_uverbs_get_ucontext_file +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5d7fa163 ib_umem_odp_alloc_implicit +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x6559139d uverbs_uobject_fd_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x721199fb ib_uverbs_flow_resources_free +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x754b0000 ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7d448218 ib_umem_dmabuf_unmap_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7d838250 ib_umem_odp_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7f461d69 uverbs_destroy_def_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x7f7c4417 uverbs_finalize_uobj_create +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8edac810 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8f1adf24 ib_umem_odp_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x970a3262 ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x98b11760 uverbs_copy_to +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa5431ebb ib_umem_odp_alloc_child +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa78f4601 _uverbs_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xac594c46 ib_umem_odp_unmap_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xacf2952c uverbs_get_flags32 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc46b58e2 ib_umem_dmabuf_get_pinned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc9fd8fab ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xddddff14 _uverbs_get_const_signed +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe015c2ff uverbs_idr_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xea3b5b1b ib_umem_copy_from +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf862de36 ib_umem_find_best_pgsz +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x0633c717 iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x14b8b951 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x17cc87e3 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x739dfe62 iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xabf59770 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xdae5657c iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xec38a0a1 iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf3df871f iwcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xfbb06fad iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x05870251 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x062e8d94 rdma_read_gids +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x10f05076 rdma_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x123a0db1 __rdma_create_kernel_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x13e52d86 rdma_set_min_rnr_timer +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1b4aca2f rdma_consumer_reject_data +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1fd5c675 rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x20417426 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x21377f9b rdma_connect_locked +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x358b0863 rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3959a759 rdma_connect_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3cd5f495 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x410cd58d rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x45304477 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x50dbb413 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x55a45e4d rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6ab58b43 rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x739ae8c8 rdma_lock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x790b1b4c rdma_set_ib_path +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7ab59b38 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8557f1af rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8f7b59b0 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x907df803 rdma_event_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa316e9a1 rdma_unlock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xad3db9ff rdma_create_user_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xaf3e0c32 rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc7ce81cc rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc972a02e rdma_set_ack_timeout +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xcd502094 rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xcee019aa rdma_iw_cm_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd1977716 rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd228bf81 rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd7ef3b7e rdma_res_to_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf569df82 rdma_accept_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf5a9e84b rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x0158426d rtrs_clt_query +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x22f56ab3 rtrs_clt_request +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x8072694e rtrs_clt_put_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xbe8b4f08 rtrs_clt_get_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xc4c0ecd8 rtrs_clt_rdma_cq_direct +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xc9420da2 rtrs_clt_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xd351f715 rtrs_clt_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x1c76a9a9 rtrs_rdma_dev_pd_init +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x242a8646 rtrs_addr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x34b18479 rtrs_ib_dev_find_or_add +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x4ce6cf4b rtrs_ib_dev_put +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x887302f3 rtrs_addr_to_sockaddr +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x8d40a9e9 rtrs_rdma_dev_pd_deinit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xe15357ef sockaddr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x0835483f rtrs_srv_get_queue_depth +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x20fcc6f6 rtrs_srv_get_path_name +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x4d62119d rtrs_srv_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xb1f3e0d5 rtrs_srv_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xbfb80cec rtrs_srv_resp_rdma +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xf8b321fe rtrs_srv_set_sess_priv +EXPORT_SYMBOL drivers/input/gameport/gameport 0x2da65c21 gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x37ac1658 gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0x529b828f gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0x761abbda gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0x9644b2d6 __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x98d4e6ec gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xa5991177 __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0xc4fa16ac gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xf9d61f79 gameport_open +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x381fa30f iforce_send_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0xbb40a0df iforce_process_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0xef0b1c0b iforce_init_device +EXPORT_SYMBOL drivers/input/matrix-keymap 0xac01a240 matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0xb680d6e0 ad714x_probe +EXPORT_SYMBOL drivers/input/misc/ad714x 0xdc4a5e7f ad714x_pm +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x5b222055 cma3000_init +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x892d76b2 cma3000_resume +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x89d9444e cma3000_exit +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0xca3f100a cma3000_suspend +EXPORT_SYMBOL drivers/input/rmi4/rmi_core 0x240695f5 rmi_unregister_transport_device +EXPORT_SYMBOL drivers/input/sparse-keymap 0x33635b44 sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0x3472aa51 sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0xc75c0fb6 sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0xd9604ab3 sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0xff2dbfab sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xe66792be ad7879_pm_ops +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xe839fbda ad7879_probe +EXPORT_SYMBOL drivers/interconnect/qcom/icc-smd-rpm 0x41767407 qnoc_remove +EXPORT_SYMBOL drivers/interconnect/qcom/icc-smd-rpm 0x4f04b831 qnoc_probe +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x0af882e9 attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x81063f8c capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xa46109bb capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xaa4924b9 detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xbdd74c62 capi_ctr_down +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0x27c58fd5 isdnhdlc_decode +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0x4644eea5 isdnhdlc_out_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0x5b835a58 isdnhdlc_rcv_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0xef4ee223 isdnhdlc_encode +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x12e37c2a mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x2e7b50f9 mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x4c5edb3d mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xdc8c5a1b mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x695d340c mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xf380b57b mISDNisar_init +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x03a68066 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1d939935 get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2226ac91 mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x26236de8 mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x30d25b0d mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x313b1fde mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x32ef7bfb mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3f351c1d mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x51e33e9f mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x53647786 mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x55dec775 bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6047df40 mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7b1de8cb mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7c7e110b recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7db517bc dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x85686867 get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9c928457 mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9ffec861 mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa9207b64 recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb2b67cc1 mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xbd24dec7 mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xbec08302 recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc384af12 bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xcb3e07a0 recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd285995f mISDN_clock_get +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd5145151 mISDN_FsmEvent +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xdadb1c71 mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xdbc87519 recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe1fec631 create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xea959671 mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xeeade54c queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x01087af0 mISDN_dsp_element_unregister +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x93df9e4b dsp_audio_law_to_s32 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb07a21b8 dsp_audio_s16_to_law +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb98308d8 mISDN_dsp_element_register +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x54a12ec4 ti_lmu_common_set_ramp +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0xc802cac6 ti_lmu_common_get_brt_res +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0xced72aae ti_lmu_common_set_brightness +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0xf5a173ec ti_lmu_common_get_ramp_params +EXPORT_SYMBOL drivers/mailbox/mtk-cmdq-mailbox 0x9a19b202 cmdq_get_shift_pa +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x1ae0909c omap_mbox_enable_irq +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x5d4d09fd omap_mbox_request_channel +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0xd34fee62 omap_mbox_disable_irq +EXPORT_SYMBOL drivers/md/dm-bio-prison 0x476d2454 dm_cell_key_has_valid_range +EXPORT_SYMBOL drivers/md/dm-log 0x0ab8370d dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-log 0x914f0516 dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0xa9e6c9b2 dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0xd4598921 dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0x0d21eede dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0x31ad4e52 dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0x84cc369e dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0xd0856582 dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0xe858b151 dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0xed42409e dm_snap_origin +EXPORT_SYMBOL drivers/md/raid456 0x8a472dfd raid5_set_cache_size +EXPORT_SYMBOL drivers/md/raid456 0x9d191bd5 r5c_journal_mode_set +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x171ede2f flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x18a1d697 flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x46d34211 flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x4968d316 flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x79c23e74 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xb6143f04 flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xbc6f3dd1 flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xc10ebaa1 flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xd20773c4 flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xd2b6bf30 flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xd7c07065 flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xe0d9d724 flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xe46c2900 flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/cx2341x 0x15ac1bd0 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/common/cx2341x 0x28240e61 cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/common/cx2341x 0x4845a1dc cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cx2341x 0x55aa7c5f cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x5b5cc43e cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x7a9bac6e cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cx2341x 0x7b4dd2cb cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0x8c332e48 cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0x935ab8ee cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cx2341x 0xdbc5583a cx2341x_update +EXPORT_SYMBOL drivers/media/common/cx2341x 0xe1fe1432 cx2341x_log_status +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0x185176b8 cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0x08571fbc ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0x693e74ba ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/common/tveeprom 0x0dbf0296 tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/common/tveeprom 0x5306012d tveeprom_read +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x065246b8 frame_vector_create +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x1b700d37 put_vaddr_frames +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x1d5f9555 frame_vector_destroy +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x586e05b8 vb2_buffer_in_use +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x6a5656c9 vb2_verify_memory_type +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xc5e5573a frame_vector_to_pages +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xdffb744b frame_vector_to_pfns +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xe20dfe0f get_vaddr_frames +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x052cd67e vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x08c2ce93 vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x2fb3440f vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x44832fb3 vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x4806b374 vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x7a7f380b vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-memops 0xc7c2b85f vb2_create_framevec +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-memops 0xccd197c7 vb2_destroy_framevec +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-v4l2 0x874f2eb4 vb2_querybuf +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x02e3b094 dvb_device_get +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x08733236 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x17f3d609 dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x18acd31f dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2f5cdf80 dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3133a7ea dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3b93d71a dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4023fcd7 dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4a59569d dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4caea4e8 dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x515aceee dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x54abe4ff dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5902001c dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5ebb326e dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5f2b1d95 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6181aec0 dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x62424967 dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x63828fdc dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x675a71df dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6a9f708a dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x705c85c3 dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x787abe3d dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7f3973e2 dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8c54b0f8 dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x91a6794b dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9263a063 dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa4235824 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xae8f4e9e dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb3352dd2 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc3f679f9 dvb_ringbuffer_write_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xcf6ef648 dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd458e08d dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd8fb7a08 dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdccb94c1 dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdf74308f dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe138ce6b dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe9204304 dvb_remove_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xebbc2d9b dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xecd4d116 dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf465521f dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfb09f39a dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfb9a826f dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfc6380e5 dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x0cf9d4a2 au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x24d97d11 au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x274e01fd au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x7b25bcba au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x86e0340b au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x8cbd2259 au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x92f3800d au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xa155c46b au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xe6678dde au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x3010aa30 cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x5a1d8a47 cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x3c9b1597 dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x9459c729 dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xd67f4d75 dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xde5be12c dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x1b98001f dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x2dffdf07 dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x375f47ce dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x669fa0d2 dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x6a45c9fb dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x6c0e8eb7 dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x71eb7594 dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x8d50b67e dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xa878b016 dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xbde91c0b dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc058374c dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xca83b3a1 dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xd0c99093 dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x2b1663c0 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x5abf4300 dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xa367b341 dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xaf1edb0c dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xb8f9580d dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x18a9feba dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x57cb573b dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x91f4699d dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x0b813411 dib9000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x1f7d1448 dib9000_get_tuner_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x355e9710 dib9000_firmware_post_pll_init +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x4df2d16a dib9000_set_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x534b3215 dib9000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x634592a3 dib9000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x74a426fa dib9000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x7d54e39a dib9000_get_component_bus_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x81d0cbd7 dib9000_fw_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x904aa5fb dib9000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xabc9d18c dib9000_fw_set_component_bus_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xea481ca5 dib9000_fw_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x14b4828c dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x3d1077fe dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x4e8f5fd1 dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x776c8fd0 dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xc733496c dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x199ca3ab dvb_dummy_fe_ofdm_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0xb25287c3 dvb_dummy_fe_qpsk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0xba540601 dvb_dummy_fe_qam_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gl5 0x1418212f lgs8gl5_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbh29 0x16b76edc lnbh29_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0x69f54acd m88ds3103_get_agc_pwm +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x4df267dc s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0x519962d5 zd1301_demod_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0xaf689ad3 zd1301_demod_get_dvb_frontend +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x01893873 flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x0691c506 flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xbd19bf6d flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xc533d09e flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xd792577d flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xda1858c7 flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xe0e9a586 flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x54d4fd70 bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x73dc658a bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x8941d3f8 bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xe092b3ff bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x007588f5 bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8ecf4acc bttv_write_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x9a00bb30 bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbcf2d2fb bttv_read_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xde75807a bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x12486e1f read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x37adb8f3 write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x43a983fd dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x4d1d8ea5 dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x63c4575a dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x6d6ebdba dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xa89229bf dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xf354b2df dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xf8469645 rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x0c405b7c cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xa173a1c6 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xa492d9db cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xbbb82a58 cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xe1f85ce2 cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x1ab311dc altera_ci_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6ff7510d altera_ci_tuner_reset +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xdb3faf38 altera_ci_release +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xe66b9812 altera_ci_irq +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x00a5b54b cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x07904adf cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x27e3b653 cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x44b517f5 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x6213efd1 cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x63b2cbe1 cx25821_riscmem_alloc +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x85ea07a4 cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xdd41aa43 cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe9050411 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x7a9a061c vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xd89c654f vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x16e68612 cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x3dd38ee9 cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xbc015b54 cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xd8201396 cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x27ae1889 cx8802_start_dma +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x4588a4fb cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x736e5374 cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x7b63f5d4 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x880dc17e cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x9c45317e cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xbb40ce5b cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x13ad4b1c cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1b69f9a9 cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x1e7f4d95 cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x21c20f95 cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x263508d0 cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x295215a8 cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x29a87f9b cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x368a163e cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3885cae4 cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5080fda5 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5edb7ae5 cx88_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7b300999 cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x82673714 cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8d88137a cx88_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xa2b94818 cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xab980315 cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xcac67966 cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xcc982e6e cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd32c5636 cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd44cd241 cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe2a5e3c9 cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe4a24480 cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x0388e19e ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1cc49fe8 ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3bfabfff ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3e9588b2 ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x408d06aa ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x455d8739 ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x53963622 ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x8e3c8519 ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x8e4b053b ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x9c97d5b0 ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xaa5e57a3 ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb01d1ba7 ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb37a0d7f ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb3b87a5c ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb89e9ccd ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xea3ea45d ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xea47b8b7 ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x04e83446 saa7134_tuner_callback +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x10a753b1 saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1211df5d saa7134_devlist +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x2dd8fdc2 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x4075d6f1 saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x432fbe7b saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x5e18b14b saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x685c7892 saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x730c4be3 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x8f1ad46b saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x9b99f07a saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x9bd53d3c saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb7da74d2 saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xf0119ccd saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xfa29cda1 saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/platform/allegro-dvt/allegro 0x2c79d0f2 msg_type_name +EXPORT_SYMBOL drivers/media/radio/tea575x 0x174c782f snd_tea575x_enum_freq_bands +EXPORT_SYMBOL drivers/media/radio/tea575x 0x2a1d4371 snd_tea575x_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x34a57fe9 snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x5125bdb3 snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0x652e7cdc snd_tea575x_g_tuner +EXPORT_SYMBOL drivers/media/radio/tea575x 0x88c98763 snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0xe0d03540 snd_tea575x_s_hw_freq_seek +EXPORT_SYMBOL drivers/media/rc/rc-core 0x01098f88 ir_raw_encode_scancode +EXPORT_SYMBOL drivers/media/rc/rc-core 0x2fe55cf5 ir_raw_gen_pd +EXPORT_SYMBOL drivers/media/rc/rc-core 0x65fbb508 ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/rc/rc-core 0x7a02ee87 ir_raw_gen_pl +EXPORT_SYMBOL drivers/media/rc/rc-core 0xb5516017 ir_raw_encode_carrier +EXPORT_SYMBOL drivers/media/rc/rc-core 0xba2b7425 ir_raw_handler_register +EXPORT_SYMBOL drivers/media/rc/rc-core 0xce3696f3 ir_raw_gen_manchester +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xbcdabc7d fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xedc06c2a fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x4c48939e tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x83ff69a5 cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xabfbb404 cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x1eef2e3c dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x26f84dd9 dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x2fdb94ca dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x6d3fba78 dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x7087c9ef dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xa247607c dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xa42c32e3 dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xe04183f0 dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xe832a3d5 dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x254027b7 usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x48e7eca0 dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x53c33899 dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x7a6199e4 dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x8b6f5395 dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x9cf1eb17 dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xb63b93c3 dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x07e60709 af9005_rc_decode +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x341530cb rc_map_af9005_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0xd4e288db rc_map_af9005_table_size +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x0670ddee dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x2a855722 dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x66a3f1e4 dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x925000d1 dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x93822ecb rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x9faf1026 dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb19ebc8b dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xb37c6ddd dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xcb041695 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xd4a440ed dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0x6293e92d dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0xde705f2d dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x355d95ab em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x91d5a096 em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x0597d895 go7007_alloc +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x689df56b go7007_snd_init +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x6c4968ab go7007_snd_remove +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x6dcd37eb go7007_register_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x6ed927f7 go7007_read_addr +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x980cd3ef go7007_boot_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x9fb612a6 go7007_update_board +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xa3bea558 go7007_parse_video_stream +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xa4d566e5 go7007_read_interrupt +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x08dea87c gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x0a17c33e gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x19d852ac gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x4799f494 gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x536e66dc gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xb95ebf2e gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xbf9ae402 gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xee5264f6 gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xcd257fb7 ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xe6e27e7d ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x198bbfc0 v4l2_async_nf_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x3ce7dec8 v4l2_async_subdev_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x4fc7d7b1 v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x862b70ed v4l2_async_nf_init +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x8bdf3bf6 v4l2_async_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xcc4f3f16 v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x29947b7e v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x459e133f v4l2_m2m_get_curr_priv +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x5352d022 v4l2_m2m_resume +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x6e7e7dc2 v4l2_m2m_buf_done_and_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x9141f5bf v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xb074fd67 v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xf626dd03 v4l2_m2m_suspend +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x020c4fba v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x03fc22a7 v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x06edafc2 v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x07829388 v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x082737e8 v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x082da276 __v4l2_ctrl_s_ctrl_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x08d95683 v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0acab33d v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0b004e51 v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0c77162a v4l2_ctrl_type_op_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0cc80d7a v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0ea106b2 v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0f26fdec v4l2_ctrl_type_op_validate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x12dad952 v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x13cccfe8 __v4l2_ctrl_s_ctrl_string +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2329797a video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x30f21f0d v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x315de2cf v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x32d43420 v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x35a7f771 v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x35ff98bf v4l2_format_info +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x399d2cf4 v4l2_subdev_call_wrappers +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3a6903d1 v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3adbd595 v4l2_field_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3b86cd9a v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3bdd0f94 v4l2_prio_change +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3ebc02e5 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x54d2acae v4l2_ctrl_new_fwnode_properties +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x57044408 v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5879f509 video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x64c7b217 v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x659ff3e2 v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x664e8b05 v4l2_ctrl_request_complete +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6aebe2fc v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x70abfaa6 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7a33f55d __v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x820a670a v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x86c771fd video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x86e35ec6 __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x88544185 v4l2_ctrl_type_op_log +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x89e3897d v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8c043a3d v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8ff54377 v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x924ac1d0 v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x94ca3341 __v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x968e6e8c video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x97fd7fcf v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9c796f33 __v4l2_ctrl_modify_dimensions +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9d099d5f v4l2_query_ext_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9eeed27a v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa2e24fb2 v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa341c19b v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xabf11496 v4l2_ctrl_request_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbbe91f76 v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbd4b0a40 v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbd510fed v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbddff307 v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc6b693a1 __v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcdc0d388 v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd16d9c01 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdd3bebe7 v4l2_ctrl_new_std_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xde44009e __v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe4f971a4 v4l2_ctrl_type_op_equal +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe889d647 video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf50fecbc v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf8cc272e video_device_release_empty +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x03ac1e93 rpcif_manual_xfer +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x4a7afdf7 rpcif_hw_init +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x819a65f7 rpcif_sw_init +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x846a7baa rpcif_dirmap_read +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0xe3d96c2c rpcif_prepare +EXPORT_SYMBOL drivers/memstick/core/memstick 0x0d319c45 memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x199305e6 memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x1ff5ea34 memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x287277cb memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x367f1b69 memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x3e1b893d memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x4a5bc340 memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x85eebc5c memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x8d08a750 memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x99261fe4 memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xb46fff43 memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0xdb1a9932 memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0xe12cb8dd memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xecca5733 memstick_register_driver +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x103afc78 mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x10d99090 mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x17f86589 mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1b302f3e mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1d4a1070 mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1f6765cc mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2582e91a mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x32bf05aa mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3bd2fe96 mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x610b257e mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x66c31534 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6d04c006 mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x74a0134a mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x89c639c7 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9424fdb0 mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9631e2ae mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x981efe92 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9d77d8dc mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9de7111c mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa48b1960 mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xae90b24b mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb7b183e7 mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbc891a81 mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xcb422c68 mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xcc3916ea mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd04c9e70 mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd0b9baad mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd1e28f59 mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd80c74fa mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe5c2ddde mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe6c1e126 mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xeb1da5e3 mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xfc0c78d0 mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x045c0cd6 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0b2740be mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0bec491d mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x0fd82f72 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x1a43b27b mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x2a8c8af1 mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3b93827a mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3e3adaae mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4a5e7570 mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x51d9bb64 mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5625fe0b mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x65779c79 mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x6872572f mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8b08c215 mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9130f1e5 mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x95cc2a4b mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x99519b6d mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa784886b mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb1aa4e04 mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb28087f9 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb32fb843 mptscsih_host_attr_groups +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xcf8fffe9 mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe37b648f mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe4e5a1be mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf424eebe mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf7d46b5f mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xfb475ca1 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/mfd/axp20x 0x1fb00771 axp20x_device_remove +EXPORT_SYMBOL drivers/mfd/axp20x 0x8aa8bd25 axp20x_match_device +EXPORT_SYMBOL drivers/mfd/axp20x 0xd3a8e9c6 axp20x_device_probe +EXPORT_SYMBOL drivers/mfd/dln2 0x020b182c dln2_unregister_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0x81e8f6e5 dln2_register_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0xf3a9316d dln2_transfer +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x09257c19 mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x0b378583 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x1c994cc7 mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x2480b421 mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x51495a4a mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x5629bfa1 mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x632aac73 mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x92b6aa98 mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xa9fa8574 mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xb79d3b5e mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xec7446f1 mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/qcom-spmi-pmic 0x0add81a2 qcom_pmic_get +EXPORT_SYMBOL drivers/mfd/qcom_rpm 0xd520f912 qcom_rpm_write +EXPORT_SYMBOL drivers/mfd/tps65010 0x02d4ad0f tps65013_set_low_pwr +EXPORT_SYMBOL drivers/mfd/tps65010 0x0c6ad2cf tps65010_config_vdcdc2 +EXPORT_SYMBOL drivers/mfd/tps65010 0x28485130 tps65010_config_vregs1 +EXPORT_SYMBOL drivers/mfd/tps65010 0x33739de7 tps65010_set_vib +EXPORT_SYMBOL drivers/mfd/tps65010 0x9fd44c69 tps65010_set_led +EXPORT_SYMBOL drivers/mfd/tps65010 0xb14080cc tps65010_set_low_pwr +EXPORT_SYMBOL drivers/mfd/tps65010 0xd5bb106d tps65010_set_vbus_draw +EXPORT_SYMBOL drivers/mfd/tps65010 0xe99b3f36 tps65010_set_gpio_out_value +EXPORT_SYMBOL drivers/mfd/wm8994 0x0d0addc6 wm1811_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x252fbfc5 wm8994_irq_init +EXPORT_SYMBOL drivers/mfd/wm8994 0x90b4314c wm8994_base_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x9268dfeb wm8958_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0xa0526472 wm8994_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0xc5d20c05 wm8994_irq_exit +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x1d9399b8 ad_dpot_probe +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x66cb0d94 ad_dpot_remove +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x5bafa76e altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x26b066b3 c2port_device_register +EXPORT_SYMBOL drivers/misc/c2port/core 0x81a82563 c2port_device_unregister +EXPORT_SYMBOL drivers/misc/tifm_core 0x0210adb1 tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x04d6b432 tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x0f129c1a tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x0ffb277f tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x105e81e9 tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x10b67b4d tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x4d20ac2b tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x6c87422b tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0x70f69dda tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x832b8597 tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xb3c28fbc tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xba939e4e tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xd138a357 tifm_has_ms_pif +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x41b5fb56 cqhci_resume +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x554908af cqhci_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x7ef46ede cqhci_irq +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x7f5e0198 cqhci_pltfm_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xe5560862 cqhci_deactivate +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x64979830 dw_mci_probe +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x7b4d7808 dw_mci_remove +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x81f3f2f6 dw_mci_runtime_suspend +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0xdec02c33 dw_mci_runtime_resume +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x0dd3eadd mmc_spi_put_pdata +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x3adeef97 mmc_spi_get_pdata +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x0e73cd04 cfi_send_gen_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x3c5f1414 cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x4abe6b26 cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x76a4dccc cfi_build_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x785d3d13 cfi_build_cmd_addr +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x80faa391 cfi_merge_status +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x8e7119b5 cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xff9fa623 cfi_udelay +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x1a458ba3 do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x31b248b0 map_destroy +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xbfd29404 register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xd71e90c1 unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0x2683df27 mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0xb7192f48 lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0xfc4b385a simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0x87803a56 mtd_concat_create +EXPORT_SYMBOL drivers/mtd/mtd 0xdf0d7d55 mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x102603bc mtk_ecc_get_parity_bits +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x5437e775 mtk_ecc_disable +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x5de55d81 mtk_ecc_get_stats +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x64cef07d of_mtk_ecc_get +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x6df58afb mtk_ecc_release +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x76e53683 mtk_ecc_wait_done +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x8dcc87d2 mtk_ecc_enable +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0xda64ef4a mtk_ecc_adjust_strength +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0xec8b9207 mtk_ecc_encode +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x2c7683eb nand_ecc_sw_bch_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x2fd0d3cf nand_ecc_finish_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x3433ddae of_get_nand_ecc_user_config +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x3958a8fe nand_ecc_get_sw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x3ad22d9b nand_ecc_is_strong_enough +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x3ec89b3c nand_ecc_sw_bch_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x41eda4da nand_ecc_sw_hamming_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x44da4f6b nand_ecc_prepare_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x4a88996d nand_ecc_sw_hamming_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x5436b8c5 nand_ecc_sw_bch_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x7c83dccb nand_ecc_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x82a89ad4 nand_ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xb1f6e318 nand_ecc_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xcab835a2 nand_ecc_get_on_die_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xd3567457 nand_ecc_sw_hamming_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xdebf4f36 nand_ecc_sw_bch_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xe6db989b ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xeaf10c84 nand_ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xf1ad544d nand_ecc_get_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xf328ae6f nand_ecc_put_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xfacef1dd nand_ecc_unregister_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xfe3e6ed9 nand_ecc_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xff4351b0 ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xff652f5e nand_ecc_register_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0x6b8df647 flexonenand_region +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0xefd85e6e onenand_addr +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x30db096f denali_calc_ecc_bytes +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x5a3ce752 denali_init +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0xf4c90b2a denali_remove +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x0571dedc rawnand_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x08431439 nand_scan_with_ids +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x1f2360b9 nand_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x4a8b58dc nand_get_set_features_notsupp +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x6482b8cd nand_monolithic_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x64c68bba rawnand_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x64d642cb rawnand_sw_hamming_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8ecbb3b8 nand_check_erased_ecc_chunk +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8fc1e0d6 nand_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x9d1df8dc rawnand_sw_bch_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x9e0ce543 rawnand_sw_bch_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xb228f0dd rawnand_sw_hamming_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xb95db9c9 nand_monolithic_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xcd8afa9e nand_write_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xd43fcca6 rawnand_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xdc482782 rawnand_dt_parse_gpio_cs +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xdd7ea610 nand_read_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xde9634bf nand_create_bbt +EXPORT_SYMBOL drivers/mtd/nand/raw/omap_elm 0x15216461 elm_decode_bch_error_page +EXPORT_SYMBOL drivers/mtd/nand/raw/omap_elm 0xe554799d elm_config +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x00f8a580 arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x4636310d arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x515a97a9 arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x524152c0 alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x662ec591 arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x68caa3ff free_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6e187616 arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xaf285443 arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xbad8564b arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xcf8c1c2f arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xe41c842e arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x0e7587d0 com20020_netdev_ops +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x3750f1be com20020_check +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x5bb72121 com20020_found +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x9ab1bf84 ctucan_suspend +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0xb0491290 ctucan_probe_common +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0xfca6d284 ctucan_resume +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0x3c7e2fad can_eth_ioctl_hwts +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0x407a4aae can_ethtool_op_get_ts_info_hwts +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x01d15928 b53_imp_vlan_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x12711c74 b53_brcm_hdr_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x23797d1f b53_get_ethtool_phy_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2577444c b53_phylink_mac_link_up +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2e1c067a b53_br_flags_pre +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x311c4f28 b53_br_leave +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x35e84fd3 b53_fdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3b193ba1 b53_get_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3e0c95ce b53_get_ethtool_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3eb2987d b53_br_fast_age +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3f18ef14 b53_fdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5ac4778d b53_phylink_mac_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5c842ea4 b53_switch_register +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x5f58942e b53_eee_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x62f34dff b53_mirror_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6bb8ce56 b53_vlan_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x70584589 b53_switch_detect +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x748402f5 b53_mirror_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x786fe052 b53_configure_vlan +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x955fbb3a b53_vlan_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x9e365b80 b53_disable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa19b644d b53_eee_enable_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa65b23e6 b53_setup_devlink_resources +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa8abf9d6 b53_br_join +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb015db42 b53_port_event +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb2d32021 b53_phylink_mac_link_down +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xbf5f384c b53_set_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc6af7dca b53_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xce6538cd b53_get_sset_count +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd4fdd9d4 b53_br_set_stp_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd72fbe0f b53_fdb_dump +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xdd85e8f5 b53_mdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe29b9df8 b53_enable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe9577388 b53_vlan_filtering +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf1c0f0d5 b53_br_flags +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf85934c5 b53_mdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf921a034 b53_get_tag_protocol +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xfa0bfb15 b53_get_strings +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x496dfb16 b53_serdes_phylink_get_caps +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x84de539c b53_serdes_link_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xcc71b6f3 b53_serdes_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xf0021f37 b53_serdes_phylink_mac_select_pcs +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x335affeb lan9303_probe +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xada83f40 lan9303_register_set +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xe4d86c36 lan9303_remove +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xf31ad147 lan9303_shutdown +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x459a89d6 ksz_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x89796f35 ksz_switch_remove +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x9396f026 ksz_switch_register +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x3286b721 vsc73xx_probe +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x48c36348 vsc73xx_shutdown +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x99d242fe vsc73xx_is_addr_valid +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0xf87d9faa vsc73xx_remove +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x05aee23c xrs700x_switch_shutdown +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x1876c059 xrs700x_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x69658df8 xrs700x_switch_remove +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x83b7b667 xrs7003f_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x8972bf7e xrs7004f_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xb25facfa xrs7003e_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xb89aa5e3 xrs7004e_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xe5bf3025 xrs700x_switch_register +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x002c34ff ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x073259b8 ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x10c45602 ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x123561c7 ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x492c0958 __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x9a258a72 ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x9af16ec1 NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xa3209a03 ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xc22e7b02 ei_close +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xc2fdb55f ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/aquantia/atlantic/atlantic 0x9b089d76 aq_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x03a9429d bnxt_send_msg +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x28dc7998 bnxt_register_dev +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x40a2b7f6 bnxt_register_async_events +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0xb0210ed9 bnxt_unregister_dev +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x462cdf87 cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x2181ddaa cavium_ptp_put +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x9b7c8b27 cavium_ptp_get +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x0d8be5fd bgx_lmac_rx_tx_enable +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x34eeb48a bgx_set_dmac_cam_filter +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x42264715 bgx_get_lmac_count +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x46cdf933 bgx_config_timestamping +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x539ca253 bgx_get_lmac_mac +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x60cd1f2f bgx_lmac_get_pfc +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x6ca2152d bgx_lmac_set_pfc +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x716fd7f0 bgx_reset_xcast_mode +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x72b238e4 bgx_get_rx_stats +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xbe654297 bgx_get_tx_stats +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xc397f585 bgx_lmac_internal_loopback +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xc82be691 bgx_get_map +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xd8ed0bcc bgx_set_lmac_mac +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xf101d1b2 bgx_get_lmac_link_state +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xff987a02 bgx_set_xcast_mode +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_xcv 0x13912e4b xcv_init_hw +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_xcv 0x4f739dc0 xcv_setup_link +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x0326f7d1 t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x152cda11 cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x16ad35ee cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x1b41b872 cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x5dc93c4c dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x6cf2e40e cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x973afd55 t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x99c592bd t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x99e791b4 cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xb63dd218 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xb85dc6bd t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc065f0da cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc2c99fed cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xca16fae5 cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xdd4a500b cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xfa89bcee t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0cf5e99c cxgb4_update_root_dev_clip +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0f1a5528 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x107a86e9 t4_cleanup_clip_tbl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x13596e13 cxgb4_bar2_sge_qregs +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x15e19f3a cxgb4_get_srq_entry +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x17cf4731 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x19f063e3 cxgb4_crypto_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1d95164f cxgb4_port_e2cchan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1e4f5724 cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x24477bda cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2858457e cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2e9c9235 cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x31c660d6 cxgb4_reclaim_completed_tx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x44550046 cxgb4_write_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x46fd8e18 cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x59e0b3b4 cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5c9dc24c cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6816329c cxgb4_l2t_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x69995fe0 cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x69c25d2b cxgb4_inline_tx_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6a656c52 cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6b8eda14 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x6e3b6111 cxgb4_clip_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7a0d6b53 cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7b5705cd cxgb4_map_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7c54df21 cxgb4_read_sge_timestamp +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7e15d050 cxgb4_check_l2t_valid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7ed6bf39 cxgb4_write_partial_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x922c1aad cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9457aac6 cxgb4_clip_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x95b61219 cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x98c5a549 cxgb4_read_tpte +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9d0c28cc cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa14a4df3 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa853552f cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa8db193f cxgb4_smt_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa964f008 cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb02f971a cxgb4_immdata_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb193a5a3 cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb86fe210 cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb8b1abd4 cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc6dac455 cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc98ca032 cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xca0e2015 cxgb4_ring_tx_db +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd1db0989 cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xda5f4ada cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe434e589 cxgb4_smt_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xed911a88 cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x0d36b80e cxgbi_ppm_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x1bdaafe1 cxgbi_tagmask_set +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x249ad312 cxgbi_ppm_make_ppod_hdr +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x255ab30f cxgb_get_4tuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x45f6bded cxgbi_ppm_ppod_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x6e65b8b6 cxgbi_ppm_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x8f990603 cxgb_find_route6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x9187b442 cxgb_find_route +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xfe2c9068 cxgbi_ppm_ppods_reserve +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x0b4d1685 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x491f65a1 enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x64569abe vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x6ad03cdc vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x95ec5c12 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xa9d70003 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x4e2e10d2 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x9e2cd6d2 be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xfae17b98 be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/freescale/dpaa2/fsl-dpaa2-eth 0x436f9e74 dpaa2_ptp +EXPORT_SYMBOL drivers/net/ethernet/freescale/dpaa2/fsl-dpaa2-eth 0x4412391e dpaa2_phc_index +EXPORT_SYMBOL drivers/net/ethernet/freescale/enetc/fsl-enetc-ierb 0x3d8e229b enetc_ierb_register_pf +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x4421763c fun_dev_disable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x5a344326 fun_release_irqs +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x5d8b4a02 fun_dev_enable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xa4f78b08 fun_reserve_irqs +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x10cd4221 hnae_reinit_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x45afbc45 hnae_get_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x6fa2d9c7 hnae_ae_register +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xa5c9426b hnae_put_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xb1266858 hnae_register_notifier +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xdf24adef hnae_unregister_notifier +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xfe1035bc hnae_ae_unregister +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hns_dsaf 0x35fce38f hns_dsaf_roce_reset +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x0804dec1 hnae3_register_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x1012bf34 hnae3_set_client_init_flag +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x1ba65549 hnae3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x49093963 hnae3_unregister_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x59d70c8a hnae3_unregister_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x6ff01411 hnae3_unregister_ae_algo_prepare +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x8940ccd0 hnae3_register_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xcb319513 hnae3_register_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x17044044 iavf_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0xe0072463 iavf_register_client +EXPORT_SYMBOL drivers/net/ethernet/intel/ice/ice 0x965ff908 ice_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/intel/ixgbe/ixgbe 0xbaa35511 ixgbe_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x03ff827f __traceiter_otx2_msg_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x07720e5b otx2_mbox_reset +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x08e08bc2 __traceiter_otx2_msg_interrupt +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x1ad2ff8d otx2_mbox_destroy +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x1af1d703 otx2_reply_invalid_msg +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x24d6fb93 otx2_mbox_msg_send +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x24ec38de __tracepoint_otx2_msg_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x364e8761 __SCK__tp_func_otx2_msg_interrupt +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x43c5d411 __otx2_mbox_reset +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x6365a74f __SCK__tp_func_otx2_msg_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x74a8c027 otx2_mbox_wait_for_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0x8f772a3f otx2_mbox_id2name +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xb2c09ce5 otx2_mbox_busy_poll_for_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xb4fd107b otx2_mbox_check_rsp_msgs +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xc619ea5d __tracepoint_otx2_msg_process +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xc704095c __tracepoint_otx2_msg_interrupt +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xcef3985a __SCK__tp_func_otx2_msg_process +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xd171c384 otx2_mbox_alloc_msg_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xd7ff5c3b __traceiter_otx2_msg_process +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xd9e46ed3 otx2_mbox_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xe575b9f5 otx2_mbox_get_rsp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xf40412e4 otx2_mbox_regions_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/af/rvu_mbox 0xf4c6feda otx2_mbox_nonempty +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x0ff3fab3 otx2_set_real_num_queues +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x1911dac1 otx2_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x1ae64a7e otx2_stop +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x1e897f04 otx2_sq_append_skb +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x405c15b1 otx2_txschq_free_one +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x436446d2 otx2_ioctl +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x45112214 otx2_nix_config_bp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x4df8bae4 otx2_txschq_config +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x4e4ddcfe otx2_shutdown_tc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x4f1ed659 otx2_open +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x51c40a14 otx2_handle_ntuple_tc_features +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x5769818f mbox_handler_npa_lf_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x5d58859f otx2_get_mac_from_af +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x6674a8d5 otx2_mcam_flow_del +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x6dd95486 otx2_select_queue +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x6e88b0af otx2vf_mcam_flow_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x7dbd27b3 otx2_setup_tc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x80fcd948 otx2_tc_apply_ingress_police_rules +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x84d3cdc4 otx2_mbox_up_handler_cgx_link_event +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x8cb01f9c otx2_attach_npa_nix +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x9302e0bd otx2_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x952854ad otx2_config_pause_frm +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x970af04f mbox_handler_nix_bp_enable +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0x9a4075ee otx2_smq_flush +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xa0dd18dc mbox_handler_msix_offset +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xa8dbfdbd otx2_alloc_mcam_entries +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xad58cdf1 otx2vf_set_ethtool_ops +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xb2fbbc60 otx2_detach_resources +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xc007e90d cn10k_lmtst_init +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xcee69511 otx2_set_mac_address +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xdae62bf2 otx2_init_tc +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xdebd78f3 otx2_get_maxflows +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xe1abd726 otx2_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xe4d93cff otx2_mbox_up_handler_mcs_intr_notify +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xf2c1b489 otx2_config_hwtstamp +EXPORT_SYMBOL drivers/net/ethernet/marvell/octeontx2/nic/rvu_nicpf 0xff587433 mbox_handler_nix_lf_alloc +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0x576e1728 prestera_device_register +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0x77f58416 prestera_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x00575a60 set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x040948d6 mlx4_is_eq_vector_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0797e240 mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x08fcbd64 mlx4_ALLOCATE_VPP_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x10a939c8 get_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1132d135 mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x11663893 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2801fa4e mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2c0c707a mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x37b37d4e set_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x37c2fa34 mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3be263da mlx4_get_cpu_rmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4534cafe mlx4_get_eqs_per_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x45bf47a0 mlx4_test_async +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4c4a2bfb mlx4_ALLOCATE_VPP_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x56457a48 mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6254741c mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6316034d mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7285d84a mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x72b53c44 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x74c79c3f mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x79e06b6d mlx4_max_tc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7b00199d mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7fdde0b4 mlx4_handle_eth_header_mcast_prio +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8969358f mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x90e9cbd6 mlx4_SET_PORT_fcs_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9ba1e584 mlx4_SET_VPORT_QOS_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9e4f4985 mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa4b45e72 mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa7104c4a mlx4_SET_VPORT_QOS_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaad82314 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xae91fcbc mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb0420e5b mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb102b321 mlx4_get_is_vlan_offload_disabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbaf1e35d mlx4_test_interrupt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc32932f1 mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xce79023f mlx4_SET_PORT_BEACON +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd755f1f9 mlx4_SET_PORT_user_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd80fb056 mlx4_is_eq_shared +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe7852de6 mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee728309 mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf14ba5f2 mlx4_SET_PORT_user_mtu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf1957d11 mlx4_tunnel_steer_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf32e4534 mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf731e3e8 mlx4_query_diag_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x04b443ad mlx5_core_modify_cq_moderation +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x089f1089 __traceiter_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0d142fe9 mlx5_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0d4b3194 mlx5_rl_remove_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0dd0c4e2 mlx5_lag_mode_is_hash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x12135c1c __tracepoint_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1233b0db mlx5_cmd_out_err +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x13263520 mlx5_core_destroy_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x13548348 mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1526a046 mlx5_core_create_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x16a7993f mlx5_msix_free +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1a7074fa mlx5_get_flow_namespace +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1c1253b8 mlx5_eswitch_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1c57c524 __traceiter_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x200269a7 __traceiter_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x205d5b08 mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x23bb3f50 mlx5_create_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2502034e mlx5_eswitch_vport_match_metadata_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x27c208dc mlx5_fpga_get_sbu_caps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2807f0c9 mlx5_core_uplink_netdev_event_replay +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x29070785 mlx5_comp_vectors_count +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2b938845 mlx5_vf_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x306c9237 mlx5_core_get_terminate_scatter_list_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x328c0f0b mlx5_eswitch_unregister_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x32bf8ac6 mlx5_lag_is_mpesw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x33f858ea mlx5_packet_reformat_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x342030fe mlx5_fc_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3475821f __SCK__tp_func_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3522fb7b mlx5_core_destroy_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x40b580ad mlx5_eswitch_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x42469475 mlx5_eq_create_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x45b52e00 __tracepoint_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x45d3ea74 mlx5_free_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x472e8ccd mlx5_core_alloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x47d036bc mlx5_fs_add_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x49c465b4 mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4ca1a217 mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d5f5c07 __SCK__tp_func_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d62e046 __tracepoint_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x51500f8c mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5196cc04 mlx5_core_roce_gid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x537602ce mlx5_eswitch_vport_rep +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x53796c37 mlx5_lag_get_slave_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x559ac38d __SCK__tp_func_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x56138853 mlx5_eq_update_ci +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5836fab8 mlx5_core_modify_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x59058e07 mlx5_fpga_sbu_conn_sendmsg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5a36625b mlx5_get_fdb_sub_ns +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5bc3ef9e mlx5_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5c6e2b0d mlx5_create_flow_group +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5d595a2d mlx5_sriov_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x61492bb7 mlx5_rl_are_equal +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x624bc663 mlx5_eswitch_add_send_to_vport_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x62ce7fc4 mlx5_lag_is_master +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x63d1eab1 mlx5_rl_add_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x642f73d2 mlx5_eq_get_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x655b5f01 mlx5_eswitch_get_vport_metadata_for_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x65d1b426 mlx5_core_create_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x66bcb763 mlx5_debugfs_get_dev_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x66ca70c2 mlx5_core_query_vendor_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x67b7f586 mlx5_fc_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6cd5a182 __tracepoint_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7261330b __SCK__tp_func_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x72921142 mlx5_cmd_init_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x73fc1d8e __tracepoint_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7445f827 mlx5_rsc_dump_next +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x745cc246 mlx5_eq_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x75cf5ac3 mlx5_debug_qp_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x77476fbb mlx5_core_query_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7b359a09 __SCK__tp_func_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7c07131f mlx5_core_create_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7c6a73b4 mlx5_core_destroy_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7ccdf823 mlx5_query_ib_port_oper +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x812800d5 mlx5_qp_debugfs_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x84dd725b mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x86b0c611 mlx5_rl_add_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x86cd42c6 __traceiter_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x87e68171 mlx5_del_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8841fb3e mlx5_debug_qp_remove +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x888a2246 mlx5_create_auto_grouped_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8a52b56a mlx5_fpga_sbu_conn_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8b745eea mlx5_eswitch_register_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8beb1b33 mlx5_vf_put_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8d9559cc mlx5_core_modify_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8dcee031 mlx5_add_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8dd49a67 mlx5_mpfs_add_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8e4d5b81 mlx5_fpga_mem_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9043548f mlx5_is_roce_on +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x90828469 mlx5_modify_header_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x90d160ce mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x968a3d2a mlx5_lag_is_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96eb2c99 mlx5_fc_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x97a17c4f mlx5_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x99110020 mlx5_packet_reformat_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x99663ed3 mlx5_rl_remove_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9a621cf8 __traceiter_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9b27ff76 mlx5_fpga_sbu_conn_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9d3ad1ed mlx5_fs_remove_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9d6135dc __SCK__tp_func_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9e14f1ae mlx5_cmd_create_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa10899d7 mlx5_core_dealloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa120b780 mlx5_lag_is_shared_fdb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa2b75e28 mlx5_eswitch_uplink_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa8163912 mlx5_mpfs_del_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa85e04b7 mlx5_flow_table_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa86b7628 mlx5_rdma_rn_get_params +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaa63b544 mlx5_core_destroy_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xab521f6e __traceiter_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xacfc040e mlx5_comp_irq_get_affinity_mask +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xad6815cd mlx5_rsc_dump_cmd_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb28dbbe8 mlx5_destroy_flow_group +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb557ecbf mlx5_msix_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb5e2688d mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb6dca924 mlx5_sriov_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb88a44b8 mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xba36a5a7 mlx5_eq_destroy_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xba3f5421 mlx5_lag_get_next_peer_mdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xba5c2f4f __traceiter_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbb07ebdf __tracepoint_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbbd77ca1 mlx5_lag_get_num_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbc067a02 mlx5_modify_header_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbd539352 mlx5_lag_is_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc7763f87 mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc8283c2e mlx5_fc_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcc002b85 mlx5_destroy_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcc98e35e mlx5_vector2eqn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcdd6272d mlx5_core_query_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xceb5451b mlx5_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd020dd1f __traceiter_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd0eba3e0 mlx5_rl_is_in_range +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd1fb2a6e mlx5_cmd_destroy_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd532e8da mlx5_eswitch_get_encap_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd57a4816 mlx5_eswitch_get_vport_metadata_for_match +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd62bf517 mlx5_eq_disable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6df736f mlx5_cmd_do +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd8382325 mlx5_eq_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xda76c1e2 mlx5_lag_get_roce_netdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdab9f24d mlx5_cmd_cleanup_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdae8aa4d __tracepoint_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe059a63c mlx5_cmd_exec_polling +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe2a7b22e mlx5_core_modify_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe5ad0cad mlx5_create_lag_demux_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe6658655 mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe6f17f84 mlx5_rsc_dump_cmd_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe756cfc1 mlx5_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe91aa15f mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe922762d mlx5_cmd_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xea8e24d7 mlx5_lag_is_sriov +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeb9a8bcf __SCK__tp_func_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeda3fb14 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf06725b6 __tracepoint_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf21a5f1d mlx5_put_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf4659c30 mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf52e1946 __tracepoint_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf5553856 mlx5_qp_debugfs_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf5f140fb mlx5_eq_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf7130293 mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf73d2b8d mlx5_get_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf88d57b1 __SCK__tp_func_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf89e754b mlx5_alloc_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf9dfeb24 mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf9fea41e mlx5_lag_query_cong_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfb20e0a0 __traceiter_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfbf4ef74 mlx5_fpga_mem_read +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfc53efdf mlx5_core_create_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfc8e744e __SCK__tp_func_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfd743075 mlx5_eswitch_reg_c1_loopback_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfe58f7a3 mlx5_nic_vport_disable_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxfw/mlxfw 0xc4d702d9 mlxfw_firmware_flash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x02815b77 mlxsw_env_module_port_up +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x02dfd3d0 mlxsw_afk_key_info_block_encoding_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x043fae6b mlxsw_core_skb_transmit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x07abcc0c mlxsw_afa_block_append_trap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0ca34ccf mlxsw_core_max_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0d0129fc mlxsw_afa_block_append_qos_ecn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0e81c09c mlxsw_afk_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0f4a209d mlxsw_core_read_utc_sec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x14d6ca2e mlxsw_env_set_module_power_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x14e17bb4 mlxsw_linecards_event_ops_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x15801382 mlxsw_afk_key_info_put +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x16673aec mlxsw_afk_values_add_u32 +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x16f4221d mlxsw_core_irq_event_handler_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x19fa5852 mlxsw_core_flush_owq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x1cb8f858 mlxsw_reg_trans_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x202693f0 mlxsw_afa_block_cur_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x23eddc68 mlxsw_core_cpu_port_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x299e2562 mlxsw_afk_values_add_buf +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2c68ced3 mlxsw_core_read_frc_h +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2f303cd3 mlxsw_afa_block_append_qos_dsfield +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2f6abcc8 mlxsw_core_traps_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x383bc49a mlxsw_afa_block_append_qos_dscp +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x3cc6ba85 mlxsw_env_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x3ea49238 mlxsw_core_traps_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4036254f mlxsw_linecards_event_ops_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x426452cc mlxsw_core_bus_device_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x43a9b87e mlxsw_afa_block_terminate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x47041e4e mlxsw_afk_key_info_blocks_count_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4765b9f0 mlxsw_core_res_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x484489a4 mlxsw_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4866767a mlxsw_env_get_module_eeprom_by_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x49ec8a06 mlxsw_afa_block_append_police +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4a558271 mlxsw_env_get_module_power_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4b111dc4 mlxsw_core_trap_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x50359cc0 mlxsw_core_kvd_sizes_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x508923e3 mlxsw_core_port_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x51b5769d mlxsw_env_module_overheat_counter_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x53a57568 mlxsw_core_trap_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x588e69b4 mlxsw_core_port_devlink_port_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5a1e6d17 mlxsw_core_port_netdev_link +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5c73d5a4 mlxsw_core_sdq_supports_cqe_v2 +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5cf3dd79 mlxsw_core_bus_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5d55fb68 mlxsw_afk_encode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5fd475b9 mlxsw_core_rx_listener_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5ff17b5c mlxsw_afa_block_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x618a30ab mlxsw_afa_block_commit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x63874d4c mlxsw_core_port_driver_priv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x65c7e645 mlxsw_afa_block_append_qos_switch_prio +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6929f2b4 mlxsw_env_module_port_map +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x718d28f4 mlxsw_afa_block_append_vlan_modify +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x74a33288 mlxsw_core_skb_receive +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x75339042 mlxsw_core_lag_mapping_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x77d83398 mlxsw_core_read_frc_l +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7b0bfeec mlxsw_core_port_fini +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7e08c6e0 mlxsw_core_event_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x827a2f1f mlxsw_afa_block_jump +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x829e8851 mlxsw_afa_block_first_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x83fb69af mlxsw_core_lag_mapping_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x858c30d0 mlxsw_afa_block_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x86817014 mlxsw_core_read_utc_nsec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x8854d198 mlxsw_reg_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x8e732a1e mlxsw_core_ptp_transmitted +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x902c3533 mlxsw_core_schedule_dw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x961bdc0d mlxsw_core_trap_state_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x996c5d6d mlxsw_reg_trans_bulk_wait +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x9cbf026d mlxsw_afa_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa28b7231 mlxsw_afa_block_append_mirror +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa365a16f mlxsw_core_rx_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa509fafd mlxsw_afa_block_append_counter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa7765e88 mlxsw_reg_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa8e2509a mlxsw_afa_block_append_sampler +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xac1074a5 mlxsw_core_skb_transmit_busy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb6517b2e mlxsw_afa_block_append_trap_and_forward +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb68e9fa8 mlxsw_env_module_port_unmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb802fcbe mlxsw_afa_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbc222a8d mlxsw_afk_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbda212df mlxsw_core_irq_event_handlers_call +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbfb7df3c mlxsw_core_driver_priv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc31fbb6a mlxsw_core_res_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc5eacafe mlxsw_afa_block_append_l4port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xcbab836f mlxsw_core_fw_rev_minor_subminor_validate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd111d3e8 mlxsw_core_irq_event_handler_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd1bab622 mlxsw_afk_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd21722b4 mlxsw_core_max_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd28256cf mlxsw_afa_block_append_allocated_counter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd71566b9 mlxsw_core_schedule_work +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd7a93413 mlxsw_core_event_listener_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd888ffb3 mlxsw_afa_block_append_ip +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd9f711ae mlxsw_afa_block_append_mcrouter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdc31781e mlxsw_reg_trans_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdc415cf1 mlxsw_afa_block_continue +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdc5c95df mlxsw_core_resources_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdeb1dc2e mlxsw_afa_block_first_kvdl_index +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe16986dd mlxsw_afa_block_activity_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe1860dde mlxsw_afa_block_append_fid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe4d9ac5a mlxsw_afa_block_append_drop +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe532482a mlxsw_afk_key_info_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xecab212a mlxsw_afa_cookie_lookup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xed2801d4 mlxsw_env_module_port_down +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf0af684a mlxsw_core_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf446732c mlxsw_afk_key_info_subset +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf7e5bd88 mlxsw_env_get_module_eeprom +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf82bdc70 mlxsw_core_lag_mapping_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xfd53114d mlxsw_env_reset_module +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xfd5f1b2e mlxsw_core_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xff007c25 mlxsw_core_cpu_port_fini +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xff0b141d mlxsw_afa_block_append_fwd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0x7e2e9e5b mlxsw_i2c_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0xb2f92dcb mlxsw_i2c_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x23a25e76 mlxsw_pci_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x6f927901 mlxsw_pci_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x02f04f82 ocelot_fdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x05b18fbd ocelot_vcap_filter_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x06f351b1 ocelot_port_lag_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x08791cd6 ocelot_wm_enc +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x09189e84 ocelot_vcap_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0d236bbf ocelot_reset +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0e8e3092 ocelot_mrp_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x12c77838 ocelot_vcap_filter_replace +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x13b3aa46 ocelot_deinit_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x17960998 ocelot_ptp_gettime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1c30fa92 ocelot_sb_port_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x221d8cd6 ocelot_xtr_poll_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x23c57574 ocelot_port_mdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2539d5af ocelot_vcap_filter_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x26841623 ocelot_bridge_stp_state_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x26c644a5 ocelot_sb_occ_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x28b7ded5 ocelot_get_ethtool_stats +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2adcd86c ocelot_vlan_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2b2f1e5b ocelot_fdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2ee2eeab ocelot_vcap_block_find_filter_by_id +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3479c6cb ocelot_deinit +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3736cb26 ocelot_port_set_maxlen +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x39625455 ocelot_port_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x403dbe28 ocelot_mact_learn +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4048188b ocelot_init_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4dabe12b ocelot_mact_learn_streamdata +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x53a14f04 ocelot_port_txtstamp_request +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x53b43536 ocelot_can_inject +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5b5a0428 ocelot_mrp_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5ea82ceb ocelot_vcap_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x60f09c3d ocelot_port_mdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x66b831cc ocelot_policer_validate +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x680543af ocelot_ptp_adjtime +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x69c66407 ocelot_sb_occ_snapshot +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6ba02893 ocelot_sb_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6ce19e2a vsc7514_vcap_props +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x70713891 ocelot_port_lag_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7316eee0 ocelot_deinit_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x73b3db47 ocelot_mrp_add_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x79db43d9 ocelot_port_lag_change +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7e5aec55 vsc7514_regfields +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x83485a3b ocelot_port_vlan_filtering +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8bb878fb ocelot_ptp_settime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9087a7c9 ocelot_sb_tc_pool_bind_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x90b68940 ocelot_init_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x90f25458 ocelot_sb_occ_tc_port_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9465fc64 ocelot_hwstamp_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9797d24a ocelot_get_txtstamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x99d3f381 ocelot_sb_occ_max_clear +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9ce2a4e8 ocelot_devlink_sb_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa01c2eb2 ocelot_mact_forget +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa1795718 ocelot_fdb_dump +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa530ace7 ocelot_port_bridge_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa5626a4e ocelot_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa7221f86 ocelot_port_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa99c68fa ocelot_get_ts_info +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xadb30506 ocelot_get_sset_count +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb0241780 ocelot_hwstamp_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb0fdd7fd ocelot_wm_dec +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb18b3df2 ocelot_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb2d08a84 ocelot_vlan_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb8abf43b ocelot_ptp_adjfine +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbc74dd56 ocelot_ptp_enable +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc1352d39 ocelot_sb_tc_pool_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc207f0ab ocelot_port_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc856d931 ocelot_devlink_sb_register +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcc18ff01 ocelot_ptp_rx_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcf93fded ocelot_sb_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd0ebefd9 ocelot_ifh_port_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xddab0069 ocelot_pll5_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xddd6e18c ocelot_get_strings +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe06c9235 ocelot_sb_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe30fc619 ocelot_wm_stat +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe6978d7d ocelot_mrp_del_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe7659b48 ocelot_mact_lookup +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe8395356 ocelot_drain_cpu_queue +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xead0639a ocelot_port_pre_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xed046567 ocelot_port_bridge_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf2e5cfbb ocelot_port_inject_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf5fd1003 ocelot_ptp_verify +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf80fc88d vsc7514_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfb1b323c ocelot_vlan_prepare +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfec98739 ocelot_set_ageing_time +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfeff86bd ocelot_port_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x1ecf3ee1 qed_get_rdma_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x4f264472 qed_put_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x5f4e5a97 qed_get_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x8ca019da qed_get_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x992e03d0 qed_put_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x9eeeef48 qed_put_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xa9cd8c20 qed_get_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0x1bcb3d5f qede_rdma_register_driver +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0x9c691dae qede_rdma_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x06bb98c2 wx_free_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x097ce56d wx_setup_isb_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x1d6b503f wx_clean_all_tx_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x20b0dbfe wx_set_mac +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x20e4f4ec wx_set_rx_mode +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x2321ecf6 wx_free_isb_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x25616b96 wx_setup_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x271a6a2e wx_configure_vectors +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x27ff88cf wx_xmit_frame +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x32cb5e3f wx_reset_interrupt_capability +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x3837d03c wx_flush_sw_mac_table +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x3d51ead8 wx_read_ee_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4b3398bd wx_msix_clean_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4d10a826 wx_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x5ecad692 wx_misc_isb +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x60c5d383 wx_start_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x60e1582f wx_irq_disable +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x61aafa8e wx_reset_misc +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x65cdc7ed wx_host_interface_command +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x68660e55 wx_mac_set_default_filter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x6d3832c5 wx_mng_present +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x709e81d4 wx_intr_enable +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x726ef215 wx_clean_all_rx_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x78ad0404 wx_disable_rx +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x80b3a793 wx_get_drvinfo +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x8569fd6f wx_get_pcie_msix_counts +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x97ffd477 wx_disable_pcie_master +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x9dac83c6 wx_check_flash_load +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x9f61633e wx_read_ee_hostif_buffer +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xa1172422 wx_control_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xb3d31b06 wx_disable_rx_queue +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xb73cc735 wx_sw_init +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xc18de861 wx_set_features +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xca3f35ca wx_configure +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xcd95d1fe wx_vlan_rx_add_vid +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xce896cbc wx_init_rx_addrs +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd5df05b5 wx_napi_enable_all +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xe416ca2f wx_stop_adapter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xe53dbcef wx_free_irq +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xe71b4004 wx_init_eeprom_params +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xe74260b4 wx_change_mtu +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xe97f037d wx_vlan_rx_kill_vid +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xed152e5e wx_reset_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xf18bdaeb wx_init_interrupt_scheme +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xf1fec69c wx_clear_interrupt_scheme +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xfa67d0e4 wx_get_mac_addr +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xfdc093aa wx_napi_disable_all +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x782bd32d hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x7c1f790d hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x9c44f436 hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xb893312d hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xeddcfa35 hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/mdio 0x3e17f466 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0x60443957 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0x62eb612a mdio45_ethtool_ksettings_get_npage +EXPORT_SYMBOL drivers/net/mdio 0x63e0fee5 mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0xb79a54ee mdio45_nway_restart +EXPORT_SYMBOL drivers/net/mdio 0xcdbdeca7 mdio45_ethtool_gset_npage +EXPORT_SYMBOL drivers/net/mdio 0xdaceb7a6 mdio_mii_ioctl +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x095be440 cavium_mdiobus_read_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x242f68e8 cavium_mdiobus_read_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x8394bd0b cavium_mdiobus_write_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0xf4d110d3 cavium_mdiobus_write_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-mscc-miim 0x4df68568 mscc_miim_setup +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0x1100058b xgene_mdio_rgmii_read +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0x4f8558e3 xgene_mdio_rd_mac +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0xb4d42693 xgene_mdio_rgmii_write +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0xf346678c xgene_mdio_wr_mac +EXPORT_SYMBOL drivers/net/mdio/mdio-xgene 0xfce9f0fe xgene_enet_phy_register +EXPORT_SYMBOL drivers/net/pcs/pcs-mtk-lynxi 0x2a13f070 mtk_pcs_lynxi_create +EXPORT_SYMBOL drivers/net/pcs/pcs-mtk-lynxi 0xe9221a05 mtk_pcs_lynxi_destroy +EXPORT_SYMBOL drivers/net/phy/bcm-phy-lib 0xb930f7c9 bcm54xx_auxctl_write +EXPORT_SYMBOL drivers/net/ppp/pppox 0x122a4832 pppox_compat_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0x1a12a113 register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0x54ac461a pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0x854be1d5 pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0xc563d335 sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x404d21ae team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0x4965dc56 team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0x620ceb93 team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0xa3fb4ef7 team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0xc8bc3026 team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0xe2549511 team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0xe4d4c33e team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0xfa5df808 team_options_register +EXPORT_SYMBOL drivers/net/usb/usbnet 0x0ab63e56 usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/usb/usbnet 0x4dd77006 usbnet_manage_power +EXPORT_SYMBOL drivers/net/usb/usbnet 0x54b69fec usbnet_link_change +EXPORT_SYMBOL drivers/net/wan/hdlc 0x09a57a1b hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0x1a201f39 hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0x5dbff6c5 register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x6de959dc detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x75fd2d5f unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x8b5972fc alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0xa62563a8 hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0xb892a83f attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xcf938886 unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0xe8082502 hdlc_close +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0b1ab353 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0ff69f24 ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x108b188f ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x10e40f1a ath_hw_keysetmac +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x3ed1a119 ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4571aea8 ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x577f6fe9 ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x603e5551 ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x7b48e421 ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x829a2c7f ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x93fb3593 dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa18f224e ath_regd_find_country_by_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa993362f ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb6588ba6 ath_bus_type_strings +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xe55096fb ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xee77c5aa ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xf2fd2321 ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xf50ce74f ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x015e5db2 ath10k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0c1e962a ath10k_ce_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0f540612 ath10k_coredump_get_mem_layout +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x11b9da83 ath10k_bmi_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x13aad031 ath10k_core_napi_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x14bb40bd ath10k_ce_completed_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x17de0d38 ath10k_ce_completed_recv_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1e5a4dbc ath10k_htt_rx_pktlog_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x20605f04 ath10k_ce_alloc_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x23f446ee ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x27d9fe03 ath10k_ce_cancel_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2acac285 ath10k_print_driver_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2f957548 ath10k_ce_free_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x395a3674 ath10k_htc_process_trailer +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3fa9a173 ath10k_htt_txrx_compl_task +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x442b04a4 ath10k_ce_send +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4831d32b ath10k_ce_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x49c26cf1 ath10k_coredump_new +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4f890d64 ath10k_htt_rx_hl_indication +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x53a426f5 ath10k_ce_alloc_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5f6455d5 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x61ccce19 ath10k_ce_completed_send_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x62a3b39b __ath10k_ce_rx_num_free_bufs +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6ee99cb1 ath10k_htc_notify_tx_completion +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x71081d1f ath10k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x79ac9a90 ath10k_core_check_dt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7a2a6f3a ath10k_core_start_recovery +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7a7f2770 ath10k_ce_per_engine_service_any +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x802996d5 ath10k_ce_deinit_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8ab90a00 ath10k_core_free_board_files +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8d2ab621 ath10k_bmi_read_memory +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9297d28a ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x931cca4b ath10k_ce_revoke_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9904caa0 ath10k_ce_completed_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9ca43087 ath10k_ce_enable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9ccc7678 ath10k_htt_t2h_msg_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa42787d9 ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa64dc865 __ath10k_ce_send_revert +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa934f80c ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaa0a3ae4 ath10k_ce_disable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xae062969 ath10k_ce_num_free_src_entries +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xaf1c2564 ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb24d9603 ath10k_ce_free_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc6a98c8b ath10k_ce_dump_registers +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xc87d37aa ath10k_htt_hif_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcc20d178 __tracepoint_ath10k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcf247b7f ath10k_htc_tx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd02a4d24 ath10k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd20978be ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xdb70b25b ath10k_core_fetch_board_file +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xdcbc1596 ath10k_ce_init_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe80e6dc7 ath10k_ce_send_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf0099305 ath10k_ce_rx_update_write_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf103f4ed ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf3a8d1f1 ath10k_core_napi_sync_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf5a9ca7b ath10k_mac_tx_push_pending +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf9fb59c8 ath10k_htc_rx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xff6725c9 ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x01543824 ath11k_core_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x04838be8 ath11k_ce_free_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x07db0308 ath11k_pci_disable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x08143006 ath11k_core_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0dae0eb8 __tracepoint_ath11k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x10074bc8 ath11k_pcic_get_msi_address +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x11b9bf9d ath11k_ce_get_attr_flags +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x382e91d6 ath11k_core_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3aa648a6 ath11k_pcic_ce_irqs_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3c567634 ath11k_dp_service_srng +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3cc22911 ath11k_pcic_config_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x43c6d6e2 ath11k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x49326c87 ath11k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x4ba2ac5f ath11k_pcic_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x4d475a5c ath11k_pcic_read32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x57029572 ath11k_hal_srng_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x58ba1514 ath11k_pci_enable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x7d6c8b2a ath11k_pcic_get_user_msi_assignment +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x85291440 ath11k_pcic_register_pci_ops +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x868ad009 ath11k_qmi_deinit_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x86cc8980 ath11k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x8b1ac7c0 ath11k_ce_cleanup_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x8e632c0e ath11k_pcic_ce_irq_disable_sync +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x940a3c49 ath11k_pcic_write32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9c51bcc4 ath11k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xaecc8751 ath11k_core_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xaef28f48 ath11k_core_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb5f78959 ath11k_ce_alloc_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb807e720 ath11k_pcic_init_msi_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb943f2c6 ath11k_pcic_ext_irq_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb9f8cf12 ath11k_ce_get_shadow_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc2fc3e8e ath11k_pcic_map_service_to_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc7d3010f ath11k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc9737480 ath11k_debugfs_soc_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd14df176 ath11k_pcic_get_ce_msi_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd663d95f ath11k_pcic_read +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xda4fefbf ath11k_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xdcd99d1c ath11k_hal_srng_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf0197188 ath11k_cold_boot_cal +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf4ec510d ath11k_pcic_free_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xfaa3e0bc ath11k_core_pre_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xfc9e50b3 ath11k_pcic_ext_irq_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xff9dd93e ath11k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xfff13d8d ath11k_pcic_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x02629878 ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1354043d ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x258ae49f ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x30b8bb3b ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x3502feef ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x5e91d63a ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x62df9068 ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x732e5413 ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x8606f764 ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x8e00651f ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x91cfb84a ath6kl_hif_rw_comp_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb372eb6e ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb881b1a9 ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb9a689dd ath6kl_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xbb3bfa8a ath6kl_read_tgt_stats +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xd3c2b737 ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x07bcba12 ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x0ae1ab55 ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x0fb5d333 ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x14acb927 ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x15fee438 ath9k_cmn_spectral_scan_trigger +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x16569c7c ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1a0aa030 ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1c0ff157 ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x267be539 ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x3804eada ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x44bdd0d7 ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x48bb3ef0 ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x4baf7a58 ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x5111053f ath_cmn_process_fft +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x56d52422 ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x702a141c ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x80277aa9 ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x860705ac ath9k_cmn_spectral_deinit_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x8a0aa73b ath9k_cmn_spectral_init_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x99be4207 ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xafd1c7b9 ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xbfe9bdae ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd1988125 ath9k_cmn_spectral_scan_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd985da23 ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x04067ba3 ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x05a3e4f0 ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0a7a7ecd ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f77dafc ath9k_hw_get_tsf_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x10d4097a ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x11552fe4 ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x15d02e92 ath9k_hw_gpio_request_out +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1bce972a ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1c91b539 ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1d27a8e6 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x23246502 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x235b18ac ath9k_hw_gpio_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x26529e88 ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2791df3c ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x29b691d7 ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x29fdbe97 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x31723721 ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x31c1123d ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x34d5a49c ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3507dd44 ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3c1c1e05 ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3d522693 ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3ec3852c ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3ed6ae1d ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x430a60ad ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4803773b ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4964e31e ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4b8384ac ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4bbfaa93 ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4bc59a23 ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4f261392 ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4faec42c ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x53184fb5 ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5380db5b ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x54aaa579 ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x56387086 ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x56ce1b64 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x57cfe6dd ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x60e578b0 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x65ee8220 ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x66cbcb33 ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x66fc4c08 ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x68a894f5 ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6c96f32a ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6d56044c ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6d9dae2c ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6fd99431 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x714c0459 ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x782cb9ab ath9k_hw_btcoex_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x79eda90a ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7d45a9e9 ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x80dd5065 ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x831b7d12 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x857e8ddf ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8602c78a ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8707b1e8 ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8a7f3364 ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8b993d31 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8f8b6501 ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9165772e ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x93075f29 ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x95b342e2 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x95d4788e ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9b5fc792 ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9ed83061 ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9f21bed1 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa5d83d1b ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa7bff64e ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xab6e7af2 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xabb71c31 ath9k_hw_loadnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xacaf6033 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaf556c47 ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb01d87be ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb245d4ee ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb3fb7487 ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb7c88f30 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc00fc366 ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc03b3a78 ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc0ed57a1 ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc17a4a48 ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc400cb3c ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc499400d ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc63f05ff ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc9d819ae ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcb66a2aa ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcb827652 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcea4510a ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd50aaad9 ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd5a86797 ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd63146cd ath9k_hw_resume_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xda8bc0ed ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe0139641 ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe6c69edb ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe910afc1 ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe955239f ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xea91fecb ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xeba4eda2 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xeff61471 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf2b28076 ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf2e3a379 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf3ea154d ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf4dcfb3c ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf5e12c55 ath9k_hw_gpio_request_in +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf98edb4a ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfbf9ffc0 ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfc4b2a89 ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfc711209 ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfecdbdfa ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x2cd3477b stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x64c82ff0 atmel_open +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0xbfd64668 init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x07b32f23 brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x08a24f5f brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x12469d69 brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x1906648e brcmu_boardrev_str +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x34808bac brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x3f05df84 brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x4c283f8f brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x5e1229b8 brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x7d9a0b7c brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x8f7cdb11 brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xa17c0ccf brcmu_dotrev_str +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xac1be12a brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xcf5cff33 brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xd6217d91 brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xe84d3d1e brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xfc3c7271 brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0x263e1d0f stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0x5c9efbe7 init_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0x974d242d reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x01e2e880 libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x0921ab20 libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x10183d42 libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x28886980 libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x31c7fbd9 libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x3b25cd2a libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x4f4d4bdd libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x51e10279 libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x7c176f0e alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x907460d2 libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x93cb90ac libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x97438b2b free_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x9f58df2d libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xa7f4c4b4 libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xb1abb750 libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xb77b4a0d libipw_rx +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xd029ab03 libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xd2eeec09 libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xd620486a libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xe4702607 libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x013bffd9 il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0905ab6b il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0c7ab0be il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0dc0c7c6 il_force_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0ddc2451 il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0dedeed9 il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1319cb86 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1679fab7 il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x168cee0d il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x246df2c9 il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x24b4c506 il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x25f51b23 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x299c1183 il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2bf7eea6 il_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2ecab6fe il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2f3f7f5d il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3061b189 il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x31d634ca il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x33e004bd il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x343b294c il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x364d5262 _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x375f47f0 il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3e005748 il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3e54f1e6 il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3ef6ea09 il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x416bd26a il_debug_level +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x43005c14 il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x462c7bf0 il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x46fd1a11 il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4a1481ad il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4a72154f il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4a865442 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x561c451b il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x58aeb25a il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x58c601a1 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x59599805 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5a00b323 il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5a56970d il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5f0b7088 il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x672d7e4f il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6cceace2 il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x708f8658 il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x70c4ffb1 il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7139c899 il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7313abdb il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x731463b8 il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x75753465 il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7618ddf8 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x78fd87f5 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x801e858c il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x804cd98a il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x80fbd788 il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8383ea0d il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x86456f8d il_set_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8743513a il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8a93a7f6 il_set_rate +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8d6c6294 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9009433e il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x92225458 il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x94ccfec0 il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9afe1b99 il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9cc714af il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9dbc7539 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa036ec6d il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa394c637 il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb1424627 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb18a722c il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb3f39e85 _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb5ce478f il_apm_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb63f81de il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb65510a3 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb70d95d4 il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb9631b16 il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc05d48b5 il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc0681614 il_init_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc1c3d936 il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc65ddd70 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcd29d908 il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd018698c il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd3906765 il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd47b6c08 il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd51622c3 il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd80a6fc1 il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd889d392 il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdb8ebdd3 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdbf6a264 il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdf49d6e4 il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe1da27ef il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe2075d2d il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe46f8d94 il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe5348fc1 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe7c45835 il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe9b23809 il_update_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe9b4d3a8 il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xef7ad3e9 il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf0b32acd il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf1812bf2 il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf4bd27c4 il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf5a40740 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf65ba35b il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf70a693b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf7b3b2a6 il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfa834b61 il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x0fa4d950 __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x466ae44d __SCK__tp_func_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x5104fb6a iwl_trans_pcie_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x7860ddb2 __traceiter_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x7adffaf1 __traceiter_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x970bf4ef __SCK__tp_func_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x9828a56a __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x9bc1529f __traceiter_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xb396913a __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xd1e69877 __SCK__tp_func_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x174556ba hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x234912f8 hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x26c6eab2 hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x2a99447a hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x2db04bdb hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x2e10476f hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x322976d9 hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x3a98477d hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x3e70cf0e hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x42469875 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x44943a0c hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x6ae24d7f hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x736fed9d hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x753287df hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x75934c58 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x7fb75891 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x82ea826f hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x89b6256e hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xc745f760 hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xcf871017 hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xd5648fac hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xd80913b4 hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xdd313e62 hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xdf1d8e17 hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xe708b1d4 prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf11eefa7 hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf3809367 hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf91c03e2 hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x00df0710 orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x1a400480 orinoco_up +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x2a091f6a orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x48e1aa3f alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x514c64c9 __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x53b43f13 orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x9767e0ea orinoco_open +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xa5c16d4d __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xa74c2dc5 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xad22131b orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xbacd283b free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xdc3eded5 orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xe03e5b16 orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xe5e3b1f0 orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xfbb26d87 orinoco_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xff9bfee7 orinoco_down +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xffe27bca orinoco_interrupt +EXPORT_SYMBOL drivers/net/wireless/mediatek/mt76/mt76 0x327a9822 mt76_rx_signal +EXPORT_SYMBOL drivers/net/wireless/mediatek/mt76/mt76 0xeb0dec1f mt76_wcid_key_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist 0x86b29805 rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x091cf016 rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x13aebb40 rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x19f85a48 rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x22d8e6a3 rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2327d91c _rtl92c_phy_calculate_bit_shift +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x296dacb5 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x29b52e4f rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2ccd3e97 rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2ff97516 rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x374b3aa0 _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3e540a5a _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x41bbf6f8 rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x468a4ea8 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x46b8c5da rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x48726cf3 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4da7d1c2 _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5f60f7c3 rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x61732612 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6cc5d679 rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6eee161d _rtl92c_phy_dbm_to_txpwr_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x78ce8ead rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x79a3b5ca rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7d98c8ca _rtl92c_store_pwrindex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x802c47ec _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x912cf971 rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x94c284ed rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x98a83b3d rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9d3c729b rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa0726905 rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa09b1432 rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa90c224d _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xab998f3c rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xacb57cc5 rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb8b4a6df rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbbb725ed rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc5200fec rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xebe01507 _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xefe45b0d _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf1c3e1d6 _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf975173d rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xfd2e9c7d rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xff3cbb24 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x08063d85 rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x2fac37e0 rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x46f9b1e6 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x88ec89e0 rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x6e73e21e rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x6f78a23d rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xf976d41e rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xfa44b5ea rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0b038e24 channel5g_80m +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x15e2eec6 rtl_rx_ampdu_apply +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1b945315 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2476b42b rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2adb3752 rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2f0c1c9d rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x30a956d7 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x38c07e68 rtl_c2hcmd_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3b9d8837 rtl_dm_diginit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x43c06b4e rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4d0e12ba efuse_power_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4dba1260 rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4fb34e09 rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x54824f58 channel5g +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x68947a12 rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6ac52a61 rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x74a2f3c1 rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x82fd8fcf rtl_init_sw_leds +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8ea60059 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x971c1a63 efuse_shadow_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9f3079f4 rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa3ca86a1 rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xac550453 efuse_one_byte_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb363609e rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb91ece45 rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc07c04e7 efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc5860b48 rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xcd28a356 rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd81f9e68 rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xde038a1e rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe0b95cbb rtl_cmd_send_packet +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe81ed71e rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xebedfe5f rtl_wowlan_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xec1dd96d rtl_collect_scan_list +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xed7c8cf2 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf686cd7b rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf799a29f rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xffec5635 rtl_mrate_idx_to_arfr_id +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8723d 0x17af217a rtw8723d_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8821c 0x8a6f56f7 rtw8821c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822b 0xfc4f5bc8 rtw8822b_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822c 0x138d30f6 rtw8822c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0028ab2d rtw_coex_read_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x016f7690 rtw_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0228e8ee rtw_coex_write_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0b479ccc rtw_bf_remove_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x10e4016b rtw_phy_config_swing_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1d5facd0 rtw_bf_cfg_csi_rate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1dc2d072 rtw_tx_ac_to_hwq +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2e9e16fa rtw_phy_parsing_cfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x30864de2 check_hw_ready +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x31ff28fb rtw_tx_write_data_rsvd_page_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x33b3f3c0 rtw_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x36c5bfca rtw_disable_lps_deep_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3e32ba11 rtw_tx_queue_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3eb8fe00 rtw_fw_c2h_cmd_isr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x413ceaa1 rtw_parse_tbl_bb_pg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x41428ad8 rtw_restore_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x440b7589 rtw_phy_rf_power_2_rssi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x519c8ba9 rtw_rate_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5405e70a rtw_phy_pwrtrack_thermal_changed +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x56bf7c45 rtw_fw_inform_rfk_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x58210e60 rtw_rate_section +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5c8465ee rtw_phy_cfg_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x613def58 rtw_tx_report_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x618f7641 rtw_regd_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x62b15ef3 rtw_parse_tbl_txpwr_lmt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6c449c70 rtw_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6fd07acc rtw_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7182e4f4 rtw_phy_write_rf_reg_mix +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x745669f6 rtw_phy_pwrtrack_avg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7832d83f rtw_tx_fill_tx_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x78b00397 rtw_dump_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7fed649d rtw_phy_load_tables +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x83a0f547 rtw_bf_enable_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x861e7983 rtw_unregister_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x98ce039f rtw_phy_get_tx_power_index +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9a11a77f rtw_fw_do_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9be5d437 rtw_phy_pwrtrack_need_lck +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa2636f04 rtw_register_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa33aa435 rtw_phy_set_tx_power_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa3873546 rtw_rx_stats +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa70a2067 rtw_bf_set_gid_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa8b9fb77 rtw_bf_enable_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb2be61ae rtw_bf_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb702a5c9 rtw_set_channel_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xbbbb5cbe rtw_phy_pwrtrack_get_pwridx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xbdf07fa7 rtw_phy_cfg_bb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc01efb50 rtw_tx_write_data_h2c_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc1632b85 rtw_dump_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc2125af8 rtw_power_mode_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc2d3bb19 rtw_phy_pwrtrack_need_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc9e898d2 rtw_bf_remove_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xca70f609 rtw_parse_tbl_phy_cond +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd02cd16e rtw_phy_cfg_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd0fe8426 rtw_read8_physical_efuse +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd1a5e19d __rtw_dbg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd20e0af5 rtw_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd27261b9 rtw_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd3bf0ae8 rtw_coex_write_scbd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe343a7ec rtw_phy_set_edcca_th +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe68b4782 rtw_rx_fill_rx_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe774c8e4 rtw_fw_c2h_cmd_rx_irqsafe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf0a9bf5c rtw_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf1b7c68d rtw_set_rx_freq_band +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf4672135 rtw_phy_cfg_agc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf9ab7d61 rtw_phy_pwrtrack_get_delta +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf9f4f913 rtw_phy_read_rf_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xff5c2040 rtw_phy_write_rf_reg_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x42dd3d2c rtw_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x66a61c13 rtw_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x952e8ad6 rtw_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0xcc903970 rtw_pci_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0x01a15a6a rtw_sdio_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0x4a074afb rtw_sdio_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0x72624932 rtw_sdio_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0x8bcfac7c rtw_sdio_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0x7ea69772 rtw_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0xcb72c90f rtw_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8851b 0xc9af752c rtw8851b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852a 0x03fbcb12 rtw8852a_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852b 0x746519e2 rtw8852b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852c 0xefc0558d rtw8852c_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x09287c08 rtw89_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0ca85ba0 rtw89_mac_disable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0cb5b242 rtw89_rfk_parser +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0df4459a rtw89_mac_cfg_gnt_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x14e1d0e4 rtw89_core_query_rxdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2175ea0c rtw89_phy_tssi_ctrl_set_bandedge_cfg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2176fefc rtw89_phy_write_reg3_tbl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2c6e65d6 rtw89_core_rx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2db80e8e rtw89_phy_write32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2e69abfc rtw89_core_register +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x366cdc0b rtw89_mac_cfg_ctrl_path_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x37b9c8e7 rtw89_fw_h2c_rf_ntfy_mcc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x424ec425 rtw89_mac_cfg_ctrl_path +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x473d6553 rtw89_phy_read_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x51525553 rtw89_btc_ntfy_wl_rfk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x572adf0c rtw89_mac_coex_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5a622da5 rtw89_phy_set_txpwr_limit_ru +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5af3b160 rtw89_mac_resume_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6b58d92c rtw89_mac_stop_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6e4c28fb rtw89_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6ef789ac rtw89_ser_notify +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7840490f rtw89_read_efuse_ver +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x792d94ff rtw89_btc_set_policy_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x79488085 rtw89_phy_config_rf_reg_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7a07e4f6 rtw89_core_napi_start +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7d7f1ceb rtw89_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x83223872 rtw89_mac_enable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x87d81745 rtw89_mac_set_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x88b7e536 rtw89_free_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8bc6bf53 rtw89_phy_get_txsc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8c0c2f4c __rtw89_debug +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8e6596df rtw89_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8e8ce9f1 rtw89_phy_set_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8f7dfbd8 rtw89_btc_set_policy +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9251b32d rtw89_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x92671b97 rtw89_encode_chan_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x93a24df1 rtw89_mac_get_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9a2b2b90 rtw89_phy_set_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9ac85705 rtw89_mac_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9e76cbc4 rtw89_mac_coex_init_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa1a2e2c9 rtw89_phy_set_txpwr_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa5d4908c rtw89_core_fill_txdesc_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa6d55cef rtw89_core_unregister +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa71732c6 rtw89_phy_write_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa8f410eb rtw89_core_napi_stop +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb03c055e rtw89_decode_chan_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb1d9eb87 rtw89_core_fill_txdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb89ff92c rtw89_mac_read_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xba2b7e83 rtw89_phy_read32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xbd67f416 rtw89_phy_write_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc46deb11 rtw89_mac_cfg_gnt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xcdbdd690 rtw89_phy_read_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd0d10b95 rtw89_mac_resume_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd60a594c rtw89_mac_cfg_ppdu_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd693f545 rtw89_core_napi_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xdc50076c rtw89_phy_load_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xddf8b945 rtw89_mac_write_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xdff94249 rtw89_core_fill_txdesc_fwcmd_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe3f57b04 rtw89_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe8a39b8f rtw89_core_napi_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xed0fa5a6 rtw89_mac_get_txpwr_cr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf9821ee9 rtw89_fw_h2c_dctl_sec_cam_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xfdcfb21d rtw89_mac_stop_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xff5a3c46 rtw89_alloc_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x1b09f09e rtw89_pci_disable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x1ddecccb rtw89_pci_ltr_set_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x2935cc71 rtw89_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x4b08c064 rtw89_pci_recognize_intrs +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x6efd9f2c rtw89_bd_ram_table_dual +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x71162055 rtw89_bd_ram_table_single +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x7b8e3b39 rtw89_pci_enable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x96cf097f rtw89_pci_config_intr_mask_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x9ce0961b rtw89_pci_ch_dma_addr_set +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x9eebbe92 rtw89_pci_fill_txaddr_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x9efba860 rtw89_pci_disable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x9f7d6d0c rtw89_pci_config_intr_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xa674250d rtw89_pci_recognize_intrs_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xaa74904d rtw89_pci_fill_txaddr_info_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xaffdbaef rtw89_pci_enable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xb544ea4b rtw89_pci_ltr_set +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xbede4d86 rtw89_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xcc760b10 rtw89_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xf630d9a9 rtw89_pci_ch_dma_addr_set_v1 +EXPORT_SYMBOL drivers/net/wireless/rsi/rsi_91x 0x98a8fe8a rsi_config_wowlan +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x2740f12c wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x31304cf8 wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x8e290b47 wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xb69eb10f wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x482858e6 fdp_nci_probe +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0xd0a3e721 fdp_nci_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0x43bc23df microread_probe +EXPORT_SYMBOL drivers/nfc/microread/microread 0xe54c953c microread_remove +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x2ebe64a9 nxp_nci_probe +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x91ac2c59 nxp_nci_remove +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0xb28c9364 nxp_nci_fw_recv_frame +EXPORT_SYMBOL drivers/nfc/pn533/pn533 0x38ea2206 pn533_recv_frame +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xb5bb4725 pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0xd73175fc pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x3217329e s3fwrn5_recv_frame +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x774203fc s3fwrn5_phy_set_wake +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x89192dd2 s3fwrn5_phy_power_ctrl +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x8d25607b s3fwrn5_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xed010d05 s3fwrn5_remove +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xedb12f10 s3fwrn5_phy_set_mode +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xf2ab60da s3fwrn5_phy_get_mode +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x005b2da9 ndlc_send +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x076311d2 st_nci_se_deinit +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x391288e9 st_nci_se_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x3a81dbbd ndlc_open +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x5caa6afb ndlc_recv +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x92cf7f19 ndlc_probe +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x957b5eb6 st_nci_se_io +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xbfe547f7 ndlc_close +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xd4b82f46 st_nci_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xd8cf9973 ndlc_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x0b5a2bd5 st21nfca_im_send_dep_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x27de877a st21nfca_hci_enable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x2c4add76 st21nfca_dep_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x418665dc st21nfca_connectivity_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x48fa9ed1 st21nfca_dep_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x5aabefd5 st21nfca_hci_se_io +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x62245bbb st21nfca_hci_disable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x6480e857 st21nfca_hci_loopback_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x64bfd38f st21nfca_se_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x6ec8444b st21nfca_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x7503f435 st21nfca_hci_discover_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x8e3a0bf0 st21nfca_dep_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xa18366f3 st21nfca_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xb39fcae1 st21nfca_tm_send_dep_res +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xb71d848f st21nfca_apdu_reader_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xc287463f st21nfca_se_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xe96c87ec st21nfca_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xf795dce3 st21nfca_im_send_atr_req +EXPORT_SYMBOL drivers/ntb/ntb 0x2829519f ntb_db_event +EXPORT_SYMBOL drivers/ntb/ntb 0x2cc07416 ntb_clear_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x2dcfe9a7 ntb_register_device +EXPORT_SYMBOL drivers/ntb/ntb 0x3a6a11d3 ntb_link_event +EXPORT_SYMBOL drivers/ntb/ntb 0x3c1a74f7 ntb_unregister_client +EXPORT_SYMBOL drivers/ntb/ntb 0x3febb2bb ntb_msi_clear_mws +EXPORT_SYMBOL drivers/ntb/ntb 0x4d0cda6e __ntb_register_client +EXPORT_SYMBOL drivers/ntb/ntb 0x56d5b9a8 ntb_default_peer_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x653c59a8 ntb_default_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x67658468 ntb_msi_peer_trigger +EXPORT_SYMBOL drivers/ntb/ntb 0x7901d578 ntb_default_peer_port_count +EXPORT_SYMBOL drivers/ntb/ntb 0x80516db9 ntbm_msi_free_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x999b4d90 ntb_set_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0xb115f418 ntb_msi_init +EXPORT_SYMBOL drivers/ntb/ntb 0xde36b3fa ntbm_msi_request_threaded_irq +EXPORT_SYMBOL drivers/ntb/ntb 0xdf9d1688 ntb_default_peer_port_idx +EXPORT_SYMBOL drivers/ntb/ntb 0xe8830ea2 ntb_msi_peer_addr +EXPORT_SYMBOL drivers/ntb/ntb 0xe944c42c ntb_msg_event +EXPORT_SYMBOL drivers/ntb/ntb 0xeaf1dd0b ntb_unregister_device +EXPORT_SYMBOL drivers/ntb/ntb 0xfed543a2 ntb_msi_setup_mws +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0x1c82cb46 nvdimm_namespace_detach_btt +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0xda1757cb nvdimm_namespace_attach_btt +EXPORT_SYMBOL drivers/parport/parport 0x0a8d6bcf parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x0bc035cd parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x10b40416 parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0x17df13d6 parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x18e39b63 parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x24ee0348 parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0x2ceac3f4 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0x2e1bec76 parport_register_dev_model +EXPORT_SYMBOL drivers/parport/parport 0x3014541e __parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x3728dde8 parport_read +EXPORT_SYMBOL drivers/parport/parport 0x3bf735f7 parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x5ea678ce parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0x77de576c parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0x7ee2522e parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0x7f23b28f parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0x85052fe7 parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0xa24b1a8b parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0xa3155eff parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xa3e4bc82 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0xa981f1a3 parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0xac29d64a parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xb17097e7 parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0xbb7c9761 parport_write +EXPORT_SYMBOL drivers/parport/parport 0xcb55795f parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0xd14f9b97 parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0xe9e0aaf3 parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0xf0a4be3e parport_del_port +EXPORT_SYMBOL drivers/parport/parport 0xf8412150 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0xf9777da3 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0xfc7132d2 parport_release +EXPORT_SYMBOL drivers/parport/parport 0xfd82dbd1 parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport_pc 0x4c47c340 parport_pc_probe_port +EXPORT_SYMBOL drivers/parport/parport_pc 0xb118ba8a parport_pc_unregister_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x11b7f008 pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x28ce8bec pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x3d25a868 pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x6582730d pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x779f866f pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xb3b02c23 pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xc2cc98d7 pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xd39f8c2f pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xe15235ed pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf06bbb3f pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xf942709b pcmcia_socket_list_rwsem +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x71158457 pccard_static_ops +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x0409edde cros_ec_resume +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x3f0f57bf cros_ec_register +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x812911a9 cros_ec_resume_early +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x817605d2 cros_ec_suspend_prepare +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xb2f1c948 cros_ec_unregister +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xecaf94c8 cros_ec_suspend_late +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xf25aacf5 cros_ec_irq_thread +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xf8225dbb cros_ec_suspend +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xff6b7ab2 cros_ec_resume_complete +EXPORT_SYMBOL drivers/regulator/rohm-regulator 0x10b1bf88 rohm_regulator_set_dvs_levels +EXPORT_SYMBOL drivers/rpmsg/qcom_glink 0xd7119b40 qcom_glink_native_rx +EXPORT_SYMBOL drivers/rpmsg/qcom_smd 0x989eb75d qcom_smd_register_edge +EXPORT_SYMBOL drivers/rpmsg/qcom_smd 0xadc8e61f qcom_smd_unregister_edge +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0x18f3422c rpmsg_chrdev_eptdev_create +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0x9c097037 rpmsg_chrdev_eptdev_destroy +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x13663320 rpmsg_trysend_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x1dac6d73 rpmsg_register_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x24ee7487 rpmsg_send +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x2d4b5319 rpmsg_get_mtu +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x3463b8c0 rpmsg_class +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x3b353ba4 rpmsg_unregister_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x5650c575 rpmsg_register_device_override +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x577cfa55 rpmsg_release_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x7b9e2c8e rpmsg_destroy_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x939ed270 rpmsg_trysendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xa5be513a rpmsg_trysend +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xac3444ca rpmsg_create_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xb5e10c79 rpmsg_poll +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xc3e096e8 rpmsg_sendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xce5a1ead rpmsg_find_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xdc7a1582 unregister_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xeb6bfe63 rpmsg_create_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xf276c281 rpmsg_send_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xfdfe1f85 __register_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_ns 0x6a290719 rpmsg_ns_register_device +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x05ee71e7 scsi_esp_template +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x386adbeb scsi_esp_register +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x4a29ab38 scsi_esp_intr +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x6b3c2316 scsi_esp_unregister +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x804bae76 scsi_esp_cmd +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x3b554418 fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x418f45b6 fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x4e01bf64 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x6e566ffd fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x718eb12d fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x7cf0c9f7 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xc175027c fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xd3ee8f3a fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xd8e572d5 fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xe6b3ace4 fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xf3a42a78 fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0072234d fc_seq_set_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x074601d1 fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x08fc5621 fc_rport_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0ccc17fd fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0e28ac75 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x155c7b3d fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1a923a27 fc_rport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1c6a5f8f fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1cf8aaf0 fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1d6167e9 fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1f1263b6 fc_rport_recv_req +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x30fafcca libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x312e19ed fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x39d4d499 fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3c392cd7 fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3ceeedda fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x44f1d2bd fc_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4a56c081 fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4ad8af72 fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4c60b5ba fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4dffd657 fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x55d557da fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x56a6823e fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x58cc3ff1 fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x599a5067 fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5cdaafa1 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x725fa7f3 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7929337a fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7f3407a7 fc_seq_start_next +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x811811e0 fc_exch_done +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8144627f fc_seq_assign +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8484d91a fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x85f25a2d fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8f33adc3 fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x92a9b78e fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9362652a fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x97210fa3 fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9a13da14 fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9a8c8557 fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9d50ed7e fc_rport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9e29564d fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa1bcd198 fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa22d253e fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa2469f5f fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa5e81e21 fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xaab91851 fc_rport_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb0ddd5a1 fc_rport_flush_queue +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb3776fbe fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbdd5c708 fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc24a9513 fc_exch_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc5d3c86f fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcb34db88 fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xce70dbe0 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd4420d23 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd4473e90 fc_lport_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdfab2b00 fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe1f76277 fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe2f4fab0 fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe5c9e2e0 _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe5cf06b5 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xee2e936b fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xefc98208 fc_rport_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf526e4ef fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf6d8d9af fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfa4667d1 fc_seq_release +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x46643ce7 sas_resume_ha_no_sync +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4a8e3d34 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x5f1950ef sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x7e7afd6b sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xfc9ee351 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xa21fafb9 mraid_mm_adapter_app_handle +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xb2cf7c01 mraid_mm_unregister_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xe08b934c mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x1a2fbbe4 qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x246deb8b qlt_abort_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x2bfb9c27 qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x3d1aef04 qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x4da50b03 qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x5a903c43 qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x91a304e5 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x95b12c86 qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xa1f8d146 qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xaaab44c0 qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xbb294b76 qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xd9d7733c qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/raid_class 0x20367dc7 raid_class_attach +EXPORT_SYMBOL drivers/scsi/raid_class 0xe94a4f39 raid_class_release +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x011d60f8 fc_host_post_fc_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x0eef63df fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x122fc218 fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x15a5fefb fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x1c5fe121 fc_find_rport_by_wwpn +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x375f8bbd fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x3e721b5a fc_host_fpin_rcv +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x477aeb3f fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x8fb7fa08 fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x9594dd35 fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xb1a9eed8 scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xc8968037 fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xc94a467c fc_eh_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xdd810819 fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xe04f95bc fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xe6c0238f fc_block_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xf28e4b22 fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xf6397aa9 fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x127b7337 sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x164a8f18 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1e9aaac4 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2669ead7 sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2696ca77 sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x26d1a83d scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2ee549f9 sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x317a54e4 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x36b886bf sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3affa490 scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3e1fad11 sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x47bb613e sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x759ac851 sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7877151d scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7df7a5e6 sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x82923fca sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x86d84aa7 sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x927d2c54 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa47c2721 sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb258d41b sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbe45a986 sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbf942bd4 sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc73af916 sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xcf3f1b27 sas_get_address +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd6559d58 sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd6f81f7c sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xdc974d0f sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe2cf6b86 sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xff79aeb5 sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x014e7e6e spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x4cfe9b70 spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x57b6e9c9 spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xd001a234 spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xd88cc9b9 spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x026a7ccb srp_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x405b6e05 srp_parse_tmo +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x4167215b srp_rport_put +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x6443e5a4 srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x7f743239 srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xbae9bd08 srp_rport_get +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x030f2d6c dpaa2_io_service_enqueue_fq +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x21e76a68 dpaa2_io_get_adaptive_coalescing +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x2bc276ca dpaa2_io_update_net_dim +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x35210a1c dpaa2_io_set_irq_coalescing +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0x3d01f417 dpaa2_io_service_pull_fq +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xb629a241 dpaa2_io_get_irq_coalescing +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xc4ccef03 dpaa2_io_get_cpu +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xdb008703 dpaa2_io_service_enqueue_multiple_fq +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xe0f67b93 dpaa2_io_service_enqueue_multiple_desc_fq +EXPORT_SYMBOL drivers/soc/fsl/dpio/fsl-mc-dpio 0xfa0aedff dpaa2_io_set_adaptive_coalescing +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x07564e82 cmdq_pkt_assign +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x081d1a1a cmdq_pkt_write_mask +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x127c5658 cmdq_dev_get_client_reg +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x1f3ed632 cmdq_pkt_jump +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x3f6fab3f cmdq_pkt_write_s_mask_value +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x3fc19424 cmdq_pkt_write +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x45dae4fc cmdq_pkt_poll +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x52baad3d cmdq_mbox_destroy +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x578699c0 cmdq_pkt_finalize +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x58cdc788 cmdq_pkt_poll_mask +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x5a123a5e cmdq_pkt_write_s_mask +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x5bfd584c cmdq_pkt_set_event +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x79e483a4 cmdq_mbox_create +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x8aa532b3 cmdq_pkt_write_s_value +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x8ab965b5 cmdq_pkt_wfe +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x9194f23f cmdq_pkt_flush_async +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x9aa4e2f8 cmdq_pkt_create +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xa40c93c8 cmdq_pkt_clear_event +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xd529f27b cmdq_pkt_destroy +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xdf8340fe cmdq_pkt_write_s +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xfec2df2b cmdq_pkt_read_s +EXPORT_SYMBOL drivers/soc/qcom/ocmem 0x255f5a35 of_get_ocmem +EXPORT_SYMBOL drivers/soc/qcom/ocmem 0xc53d76b1 ocmem_allocate +EXPORT_SYMBOL drivers/soc/qcom/ocmem 0xf9b05967 ocmem_free +EXPORT_SYMBOL drivers/soc/qcom/pdr_interface 0x1c76ea4d pdr_restart_pd +EXPORT_SYMBOL drivers/soc/qcom/pdr_interface 0x432975e6 pdr_add_lookup +EXPORT_SYMBOL drivers/soc/qcom/pdr_interface 0x47b2ed49 pdr_handle_alloc +EXPORT_SYMBOL drivers/soc/qcom/pdr_interface 0xf618ca5b pdr_handle_release +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x02251219 geni_se_clk_tbl_get +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x05c9e16c geni_se_resources_off +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x077bbc2d geni_se_rx_dma_unprep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x0aff1702 geni_se_tx_dma_prep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x216aefb7 geni_se_config_packing +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x5355ed60 geni_se_resources_on +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x75f9186d geni_se_clk_freq_match +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x90abebc0 geni_icc_set_tag +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xa66c1cd0 geni_icc_enable +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xb1454854 geni_se_select_mode +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xb9e17a48 geni_icc_set_bw +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xc4529d1c geni_icc_disable +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xc9a28dd2 geni_icc_get +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xcff06f64 geni_se_get_qup_hw_version +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xd61eaac1 geni_se_tx_init_dma +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xdc63c256 geni_se_tx_dma_unprep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xddb3f4a3 geni_se_rx_init_dma +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xecb3cab8 geni_se_init +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xed1bf7ed geni_se_rx_dma_prep +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x10269cad qmp_get +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x2333aed6 qmp_put +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x9e2aa1df qmp_send +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x1feb87a0 qmi_add_lookup +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x2725df76 qmi_send_response +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x28ac2fd2 qmi_encode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x4210aa39 qmi_send_request +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x4cd2fe40 qmi_response_type_v01_ei +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x5e314da6 qmi_handle_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x6051451d qmi_decode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x833272bb qmi_txn_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xc54baaba qmi_txn_cancel +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xca611abd qmi_txn_wait +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xcb6d6b7e qmi_add_server +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xdae78d43 qmi_send_indication +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xf12199c7 qmi_handle_release +EXPORT_SYMBOL drivers/soc/qcom/smd-rpm 0x3abef80b qcom_rpm_smd_write +EXPORT_SYMBOL drivers/soc/qcom/wcnss_ctrl 0xe3344472 qcom_wcnss_open_channel +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x0409e647 sdw_read_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1287dff3 sdw_master_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x16d1706b sdw_prepare_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x18a04280 sdw_stream_add_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x19456914 sdw_compare_devid +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1deee061 sdw_find_row_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x249ecdb8 sdw_bus_prep_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x25a53770 sdw_nread_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x2a53ae0f sdw_slave_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x2e06ab69 sdw_stream_remove_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x30fdee72 sdw_extract_slave_id +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3832b3da sdw_bus_master_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3b0a8582 sdw_startup_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3c47fdee sdw_update +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x44a1d23b sdw_bus_master_delete +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x44b4617b sdw_write_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4cde88bf sdw_disable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x60e31fbb sdw_find_col_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x6a2eb320 sdw_update_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x6f95b16b sdw_shutdown_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x71891d59 sdw_deprepare_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x73621f3b sdw_nwrite +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x7fd54194 sdw_bwrite_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x816f3da5 sdw_show_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x8292ea7a sdw_write +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x8aeaa782 sdw_stream_add_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9e122d79 sdw_alloc_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xaacb41c6 sdw_slave_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xba54b904 sdw_cols +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xbbec2c2e sdw_enable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xcbd42f00 sdw_bus_exit_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xcd7b678f sdw_read +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xd6333248 sdw_handle_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xda5bce09 sdw_release_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xdc94e653 sdw_nwrite_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xdd956fbd sdw_stream_remove_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xe0aba5f0 sdw_clear_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xecc4446c sdw_nread +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xedd59093 sdw_bus_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf53ba0b8 sdw_rows +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf925b37c sdw_bread_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x1fa92a06 sdw_cdns_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x2a84f043 sdw_cdns_alloc_pdi +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x32593fc7 sdw_cdns_exit_reset +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x34712074 sdw_cdns_irq +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x358a3987 sdw_cdns_config_update_set_wait +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x432538e5 sdw_cdns_pdi_init +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x4dced564 cdns_xfer_msg_defer +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x59013a94 cdns_bus_conf +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x5d2ad04b sdw_cdns_is_clock_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x5e1e1864 sdw_cdns_config_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x61abf35c cdns_set_sdw_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x6f38748b sdw_cdns_probe +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0x7456ee1f cdns_read_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xa781d0ec cdns_xfer_msg +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xb4bd2d3a sdw_cdns_enable_interrupt +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xc1f6429d sdw_cdns_config_update +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xe4ce9ff8 sdw_cdns_init +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xeb95daf9 sdw_cdns_clock_restart +EXPORT_SYMBOL drivers/soundwire/soundwire-cadence 0xffcc7c46 sdw_cdns_check_self_clearing_bits +EXPORT_SYMBOL drivers/soundwire/soundwire-generic-allocation 0x8e165721 sdw_compute_params +EXPORT_SYMBOL drivers/soundwire/soundwire-generic-allocation 0xf993eebf sdw_compute_slave_ports +EXPORT_SYMBOL drivers/ssb/ssb 0x03825900 __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0x078037cf ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0x0a770108 ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0x14d42550 ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0x2a17c64f ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0x34d40355 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0x4908057b ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0x56380770 ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x69f726c5 ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0x6c4beb63 ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x8232b075 ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0x941fcac7 ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0x961dd553 ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x9b395ce6 ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xbe38153a ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0xc1af559a ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0xcb17f1cb ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xcea02744 ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0xcec3187e ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0xdcca18ae ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0xdfc7c6ef ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xf31ecb65 ssb_driver_unregister +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x063c9033 fbtft_register_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x2fe81fc9 fbtft_write_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x3b9bcade fbtft_write_reg8_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x59dc0e2d fbtft_write_reg16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x5d9bfc01 fbtft_write_gpio16_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x6258b9db fbtft_write_vmem8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x668954b6 fbtft_remove_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x729a3af5 fbtft_read_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x74253f71 fbtft_framebuffer_alloc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x761e46b2 fbtft_unregister_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x78825893 fbtft_unregister_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x88a824db fbtft_write_gpio16_wr_latched +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xb5b4e827 fbtft_probe_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xb76a76b6 fbtft_write_buf_dc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xb7a47fd3 fbtft_write_reg8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xbba14608 fbtft_framebuffer_release +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xbd3779ca fbtft_write_spi_emulate_9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xcc39f24a fbtft_write_vmem16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xd2efff4b fbtft_write_gpio8_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xd75642e0 fbtft_dbg_hex +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xda9c82d8 fbtft_write_reg16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xdc1b138e fbtft_register_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xe8e76ce3 fbtft_write_vmem16_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xf1a79aaa fbtft_write_vmem16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xff55e572 fbtft_init_display +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x34b1f957 gbaudio_module_update +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x3ef250c7 gbaudio_register_module +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0xf094bcbc gbaudio_unregister_module +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0xbd9c2646 adt7316_probe +EXPORT_SYMBOL drivers/staging/nvec/nvec 0x0b10dc64 nvec_write_async +EXPORT_SYMBOL drivers/staging/nvec/nvec 0x2272fe58 nvec_write_sync +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x01c50460 rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0228bd22 rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0abee563 free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0e94eaf7 dot11d_channel_map +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x195d78f6 rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x199863a4 rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1c176db4 rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1fb05f22 rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22166084 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2240d8be rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3bef1204 rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5110985e rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x54a153d2 rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5b4f4ec3 rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5e29aebb rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5f778412 rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x63c569f2 notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x696c0b68 rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6c0b2e15 rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x799a5fba rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x883b32ec rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8c2266d4 rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8fecbc50 rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x92db5b86 rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x97858fae rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9959ad23 rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa48e0b5a rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa98be7b9 dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa9d1bd13 rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb1e0c303 rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb20eb7a4 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb494920e rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb7faddce rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb8f5a80a rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xba37b520 rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbc289259 alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc00f4d80 rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc431163b rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc599a908 rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc70eb502 rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdb16041b rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe2b2a3b0 HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe2c4b8b6 rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xee49c0eb rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xeeefdb77 rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf3e04443 rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf52df0a9 rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf5efb2f8 rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfd96aea6 rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfefe9774 RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x03ed3140 ieee80211_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0cf15bf0 ieee80211_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0f166359 ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x13483566 ieee80211_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x16092b60 dot11d_scan_complete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1673c07c ieee80211_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x16905e59 ieee80211_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x17e98918 ieee80211_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x183ffd60 ieee80211_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x19548ab8 rtl8192u_dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1e41a580 ieee80211_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x210e663b ieee80211_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x232e7944 ieee80211_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x26931460 ieee80211_txb_free +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x26db4e99 ieee80211_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x292672c8 ieee80211_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x31daa456 ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3329d989 ieee80211_softmac_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x356e82f9 ieee80211_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x37bd4034 ieee80211_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3f3d762c ieee80211_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x40e0650c ieee80211_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x47186e40 ieee80211_wx_get_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4c73105e ieee80211_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x590e7f47 ieee80211_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x62759e6b ieee80211_rx_mgt +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6651f895 ieee80211_is_shortslot +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6d5e0e33 ieee80211_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x70056dcb ieee80211_softmac_xmit +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x730f8381 ieee80211_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7a742eac ieee80211_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7aa924d3 ieee80211_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x837150ef dot11d_update_country_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x83951c57 ieee80211_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x83b9620b SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8963e6e0 notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x92cf2d1d ieee80211_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x94cda9ca is_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x94f17e00 ieee80211_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa10300c1 ieee80211_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa67179f2 ieee80211_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa70e138e dot11d_reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa7f59b11 ieee80211_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa94c4cf3 ieee80211_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xae4f3163 ieee80211_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbb057323 dot11d_get_max_tx_pwr_in_dbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc683b947 ieee80211_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcac97a65 ieee80211_rx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xce123007 ieee80211_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xce1afe9c ieee80211_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcfb76e36 ieee80211_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd46089e3 HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe3372510 ieee80211_is_54g +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xeb4b224a ieee80211_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf7ea919c to_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfa434055 ieee80211_disassociate +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x027419cf iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x02ff0b2f iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0300eb73 iscsit_get_datain_values +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x030b8ea7 iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x10b3a833 iscsit_build_datain_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x13ba6a2c iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1d1396e6 iscsit_find_cmd_from_itt_or_dump +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1f3ae7fd iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x26b29cde iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2e39b689 iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x35c42b50 iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3c9ed77f iscsit_build_r2ts_for_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3ea75c52 iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x48474534 iscsit_queue_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4aea2142 iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4bb0fc32 iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5080b265 iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x533e5861 iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x57e66ac2 iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5d010183 iscsit_set_unsolicited_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5f130ab1 iscsit_add_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x71dad289 __iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7212f37c iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x790216aa iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8107e737 iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8368b9ac iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x952462bf iscsi_target_check_login_request +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9b1b9284 iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9ff6949c iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa4a5bf33 iscsit_add_cmd_to_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xad3d1596 iscsi_change_param_sprintf +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xaffcc70b iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbd520161 iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xbf33de55 iscsit_reject_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc4bd13ac iscsit_aborted_task +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc6f38bf6 iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd50465c2 iscsit_thread_check_cpumask +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdb19e548 iscsit_handle_snack +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe67cd0f8 iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe7a44cbf iscsit_free_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xeb1d38ea iscsit_find_cmd_from_itt +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xecc7cb59 iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xefcf53e8 iscsit_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf1a5038c iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf34332f0 iscsi_find_param_from_key +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf3450043 iscsit_response_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0x01c24a5f target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0x0573e566 sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0x07e95e85 transport_backend_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x0871ffd6 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x0bf252e0 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x0ccf0db2 target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x117bc9e3 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x1193d833 spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x137409c5 sbc_dif_copy_prot +EXPORT_SYMBOL drivers/target/target_core_mod 0x142072c0 transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x142401d9 transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x19168fbd target_stop_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x19fea687 core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x21966fe2 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x23008134 sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x2a942b31 target_show_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x2c826635 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x2cf5fa72 transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x2d840a0b transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x3350d87b core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x37cea6b9 target_unregister_template +EXPORT_SYMBOL drivers/target/target_core_mod 0x3a20a9d7 transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x3c12f41f passthrough_pr_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x3d9bc09b core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x433ddd71 transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0x48484e8e passthrough_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x4a37f05d passthrough_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x5bdb610a target_free_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0x5befea69 sbc_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x62bf2fcd transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x737c8af3 target_remove_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x785c6808 target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0x7bab7a74 target_undepend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x7bdbb8f3 core_allocate_nexus_loss_ua +EXPORT_SYMBOL drivers/target/target_core_mod 0x7e820133 spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x85dc0f40 target_register_template +EXPORT_SYMBOL drivers/target/target_core_mod 0x895d7052 target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0x8b819bc6 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x8bbc2326 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0x8e913ba8 transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x8ecb64be transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x93a5034a target_show_dynamic_sessions +EXPORT_SYMBOL drivers/target/target_core_mod 0x96515767 core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x995c01f3 target_tpg_has_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x9a5b3b2a target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xa289000b target_complete_cmd_with_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0xa4249dcf core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0xa4569bb6 target_backend_unregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xad1ef8d6 target_set_cmd_data_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xaefbcacd target_alloc_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0xb1d48e75 transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xb1e468c7 spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0xb317c403 target_cmd_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xb341beec transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0xbcbb5362 target_depend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0xbe8b61b8 target_cmd_init_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xc17a3fe6 target_send_busy +EXPORT_SYMBOL drivers/target/target_core_mod 0xc257edb4 core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0xc5d3d8c6 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xc76f2bcf target_setup_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xc9fd3c9b transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0xd05b47bb __target_init_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xd150dcd5 transport_alloc_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xd29f282f transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0xd64212b4 target_nacl_find_deve +EXPORT_SYMBOL drivers/target/target_core_mod 0xd6f422e0 transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xd8173232 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xdb9be7c9 spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0xde3b1ae5 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xe1066250 transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xe2a41825 transport_copy_sense_to_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xe3728542 sbc_dif_verify +EXPORT_SYMBOL drivers/target/target_core_mod 0xe43da4b5 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0xe51f1c31 target_lun_is_rdonly +EXPORT_SYMBOL drivers/target/target_core_mod 0xe85fc9fd target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xec7bf5d2 sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xf068cc1a target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3c2dfe0 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xfc95922c core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x58ba8c65 ufshcd_system_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x64d9a448 ufshcd_get_local_unipro_ver +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x70b53071 ufshcd_alloc_host +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xf1dcfc6e ufshcd_system_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xf1dd3369 ufshcd_runtime_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xf8c3d7fa ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0x12f456af tc_dwc_g210_config_40_bit +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0x2e8a1e9f tc_dwc_g210_config_20_bit +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0x039e32a0 ufshcd_dwc_dme_set_attrs +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0xa3fbfba6 ufshcd_dwc_link_startup_notify +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0x05815efa usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0x0b847a16 usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x96fb280a sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x1c3df824 usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x5489fd42 usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x5e505f9f usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x6b12ed78 usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x795b9906 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xa0e91592 usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xb5c14054 usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xd3d010e0 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xe91b223b usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xf8726123 usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xf9db82a7 usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x0911ca0f usb_serial_suspend +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x379960e5 usb_serial_resume +EXPORT_SYMBOL drivers/vdpa/vdpa 0x078e0d29 vdpa_set_status +EXPORT_SYMBOL drivers/vfio/vfio 0x19567d06 vfio_info_cap_shift +EXPORT_SYMBOL drivers/vfio/vfio 0x417303ae vfio_pin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0x4f468bbe vfio_dma_rw +EXPORT_SYMBOL drivers/vfio/vfio 0x6c28be5a vfio_info_add_capability +EXPORT_SYMBOL drivers/vfio/vfio 0x9a466a5b vfio_unpin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0xadc044b7 vfio_set_irqs_validate_and_prepare +EXPORT_SYMBOL drivers/vhost/vhost 0x8663aa01 vhost_chr_write_iter +EXPORT_SYMBOL drivers/vhost/vhost 0x92230c7e vhost_chr_poll +EXPORT_SYMBOL drivers/vhost/vringh 0x22535a6e vringh_abandon_user +EXPORT_SYMBOL drivers/vhost/vringh 0x22f44e7d vringh_getdesc_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x31848eae vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0x372fd6c2 vringh_init_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3a5d8ed7 vringh_getdesc_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3b304ebb vringh_iov_push_user +EXPORT_SYMBOL drivers/vhost/vringh 0x4311cd91 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0x52bae5f4 vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x660779c8 vringh_kiov_advance +EXPORT_SYMBOL drivers/vhost/vringh 0x6bcdc931 vringh_complete_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x6bf1b1c2 vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0x7eaceeaa vringh_init_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x8f8840e8 vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x932af7d7 vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x964ca823 vringh_iov_push_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x97fa07e9 vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x9a775e41 vringh_init_iotlb_va +EXPORT_SYMBOL drivers/vhost/vringh 0x9a81a3f6 vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x9bdd89ae vringh_abandon_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x9f597502 vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xacec70e7 vringh_need_notify_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xb98c2548 vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xbb2391f3 vringh_notify_enable_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xbdb0df4e vringh_set_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xc33f4090 vringh_iov_pull_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xc467f54a vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xc5a7eb98 vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0xcc0cbfb9 vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0xd8535ad6 vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xde804bb9 vringh_iov_pull_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xe08ccbed vringh_notify_disable_iotlb +EXPORT_SYMBOL drivers/video/backlight/lcd 0x45c646e6 devm_lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0x4f375cfe lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0x724af990 devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xd2a7c695 lcd_device_register +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x17f3f471 svga_set_default_seq_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x1be6dc30 svga_set_textmode_vga_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x5f90177b svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x64b38322 svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x83a41489 svga_set_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x84c337c2 svga_wcrt_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x84c97d2a svga_match_format +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x9d5fd26c svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xb0ab2b2e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xb68582f1 svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xb9eadaa0 svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd6ec2c44 svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xdcc5a013 svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe511688d svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xf3527bc4 svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x0cc3ede5 cyber2000fb_detach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x3eb7cbf9 cyber2000fb_attach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x534b6f18 cyber2000fb_disable_extregs +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0xb39f68d1 cyber2000fb_enable_extregs +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0x233917d1 mac_vmode_to_var +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0x5ccc365f mac_find_mode +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x0249ccb5 g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x4dc3db10 matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xbd1fdb88 matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x4c80c643 matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x6856a832 DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x77203de5 matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xd3077095 DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0xfa8f1982 matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0x2636c42c matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x3fe5b577 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x923dc156 matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xa368ea0f matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xee168574 matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x836d83c8 matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x988cb72a matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x5eb7278c matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x637378e7 matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x9e56c218 matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xdd3a6e4f matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xfcf5afdb matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x3037658e sis_malloc +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0xfe963115 sis_free +EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga +EXPORT_SYMBOL drivers/video/vgastate 0xe7a2620e save_vga +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x24f6c111 virtio_dma_buf_export +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x2dbcfc2e virtio_dma_buf_attach +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x34cb510a virtio_dma_buf_get_uuid +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x4fa895d4 is_virtio_dma_buf +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xa0ae7366 w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xae7981d0 w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xaf7b8b1a w1_ds2781_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xe990352a w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/wire 0x3cb852cc w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0x43461171 w1_register_family +EXPORT_SYMBOL drivers/w1/wire 0x59a1122b w1_add_master_device +EXPORT_SYMBOL drivers/w1/wire 0xc89f0731 w1_remove_master_device +EXPORT_SYMBOL fs/fscache/fscache 0x05dac72c __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x08ead68b __fscache_unuse_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x0e64b497 fscache_dirty_folio +EXPORT_SYMBOL fs/fscache/fscache 0x1a0d09e7 fscache_n_write +EXPORT_SYMBOL fs/fscache/fscache 0x234a140d __traceiter_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x2b389369 __tracepoint_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0x2dcd092b __fscache_acquire_volume +EXPORT_SYMBOL fs/fscache/fscache 0x306805d3 __SCK__tp_func_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x31141ce4 fscache_caching_failed +EXPORT_SYMBOL fs/fscache/fscache 0x395152b1 __fscache_write_to_cache +EXPORT_SYMBOL fs/fscache/fscache 0x4140b2d8 fscache_wait_for_operation +EXPORT_SYMBOL fs/fscache/fscache 0x431bf215 fscache_acquire_cache +EXPORT_SYMBOL fs/fscache/fscache 0x4404d2aa fscache_n_no_create_space +EXPORT_SYMBOL fs/fscache/fscache 0x4441b800 __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x4996bd29 fscache_n_updates +EXPORT_SYMBOL fs/fscache/fscache 0x4ba51ff9 __fscache_relinquish_volume +EXPORT_SYMBOL fs/fscache/fscache 0x4bd084ba __SCK__tp_func_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0x557a775f fscache_addremove_sem +EXPORT_SYMBOL fs/fscache/fscache 0x56da9a33 __fscache_clear_page_bits +EXPORT_SYMBOL fs/fscache/fscache 0x6049e183 fscache_resume_after_invalidation +EXPORT_SYMBOL fs/fscache/fscache 0x62f55cb6 fscache_put_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x6e416521 __SCK__tp_func_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x71fb0e58 __tracepoint_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x77e19a42 __tracepoint_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x7b5a7095 __fscache_use_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x7fd7b3f8 __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x829e5070 fscache_cookie_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0x84626fc3 fscache_relinquish_cache +EXPORT_SYMBOL fs/fscache/fscache 0x8c2d6da7 fscache_clearance_waiters +EXPORT_SYMBOL fs/fscache/fscache 0x90d447f3 fscache_n_culled +EXPORT_SYMBOL fs/fscache/fscache 0x95ef233d __fscache_begin_write_operation +EXPORT_SYMBOL fs/fscache/fscache 0x9604b9dc fscache_withdraw_volume +EXPORT_SYMBOL fs/fscache/fscache 0x9ffefcb2 fscache_n_read +EXPORT_SYMBOL fs/fscache/fscache 0xa634235e fscache_withdraw_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xae6040a5 __traceiter_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0xba3c515c fscache_end_volume_access +EXPORT_SYMBOL fs/fscache/fscache 0xbca46908 fscache_wq +EXPORT_SYMBOL fs/fscache/fscache 0xcce11a60 fscache_n_no_write_space +EXPORT_SYMBOL fs/fscache/fscache 0xdcb87498 __traceiter_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0xdcec86e3 fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0xe0849fed fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0xe0eb1e15 __fscache_resize_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xe11fc6f6 __fscache_begin_read_operation +EXPORT_SYMBOL fs/fscache/fscache 0xe3887e1d fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0xea053a2c fscache_get_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xecc99f1b fscache_end_cookie_access +EXPORT_SYMBOL fs/netfs/netfs 0x039210b1 netfs_subreq_terminated +EXPORT_SYMBOL fs/netfs/netfs 0x045e3b72 netfs_read_folio +EXPORT_SYMBOL fs/netfs/netfs 0x6fc2ce90 netfs_write_begin +EXPORT_SYMBOL fs/netfs/netfs 0xb27229f3 netfs_readahead +EXPORT_SYMBOL fs/netfs/netfs 0xf09eea85 netfs_stats_show +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x3b630fc7 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x710c9eea qtree_get_next_id +EXPORT_SYMBOL fs/quota/quota_tree 0x9a792f6e qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0xb16fddae qtree_delete_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xd48560ed qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xff65c823 qtree_write_dquot +EXPORT_SYMBOL lib/crc-itu-t 0x09a34a2b crc_itu_t +EXPORT_SYMBOL lib/crc-itu-t 0xd819a524 crc_itu_t_table +EXPORT_SYMBOL lib/crc7 0x65aaf037 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc7 0xba55d23e crc7_be +EXPORT_SYMBOL lib/crypto/libarc4 0x2bb32ad1 arc4_setkey +EXPORT_SYMBOL lib/crypto/libarc4 0xcd47fcc4 arc4_crypt +EXPORT_SYMBOL lib/crypto/libchacha 0xcec122d7 chacha_crypt_generic +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x147c3f2e chacha20poly1305_encrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x521c7102 xchacha20poly1305_decrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x6c713da5 chacha20poly1305_encrypt_sg_inplace +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x916491ac chacha20poly1305_decrypt_sg_inplace +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0xc20134e7 chacha20poly1305_decrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0xce15a526 xchacha20poly1305_encrypt +EXPORT_SYMBOL lib/crypto/libcurve25519-generic 0x12627f15 curve25519_generic +EXPORT_SYMBOL lib/crypto/libcurve25519-generic 0x4a5a8811 curve25519_null_point +EXPORT_SYMBOL lib/crypto/libcurve25519-generic 0x7e6fdbfc curve25519_base_point +EXPORT_SYMBOL lib/crypto/libpoly1305 0x021f3700 poly1305_core_blocks +EXPORT_SYMBOL lib/crypto/libpoly1305 0xbcb90cb3 poly1305_core_emit +EXPORT_SYMBOL lib/crypto/libpoly1305 0xd45b9cf4 poly1305_core_setkey +EXPORT_SYMBOL lib/libcrc32c 0xb15b4109 crc32c +EXPORT_SYMBOL lib/lru_cache 0x0cb562e6 lc_put +EXPORT_SYMBOL lib/lru_cache 0x12de578e lc_committed +EXPORT_SYMBOL lib/lru_cache 0x14497cae lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0x15a62e97 lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0x1d2ebc6a lc_get +EXPORT_SYMBOL lib/lru_cache 0x2675693b lc_del +EXPORT_SYMBOL lib/lru_cache 0x75e88edc lc_destroy +EXPORT_SYMBOL lib/lru_cache 0x96d40a48 lc_try_get +EXPORT_SYMBOL lib/lru_cache 0xa79000a0 lc_is_used +EXPORT_SYMBOL lib/lru_cache 0xaeb959aa lc_create +EXPORT_SYMBOL lib/lru_cache 0xbf18a077 lc_reset +EXPORT_SYMBOL lib/lru_cache 0xc4d8d7a4 lc_find +EXPORT_SYMBOL lib/lru_cache 0xdbdee578 lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0xf0e20f9b lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0xfba16232 lc_get_cumulative +EXPORT_SYMBOL lib/lz4/lz4_compress 0x4f4d78c5 LZ4_compress_default +EXPORT_SYMBOL lib/lz4/lz4_compress 0x5bc92e85 LZ4_compress_destSize +EXPORT_SYMBOL lib/lz4/lz4_compress 0x6004858d LZ4_compress_fast +EXPORT_SYMBOL lib/lz4/lz4_compress 0x635ff76d LZ4_saveDict +EXPORT_SYMBOL lib/lz4/lz4_compress 0x749849d8 LZ4_loadDict +EXPORT_SYMBOL lib/lz4/lz4_compress 0xf9eced44 LZ4_compress_fast_continue +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x38f7b6e0 LZ4_compress_HC_continue +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x93ff008c LZ4_loadDictHC +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x9cef495b LZ4_saveDictHC +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0xddf86133 LZ4_compress_HC +EXPORT_SYMBOL lib/math/cordic 0x7e431c15 cordic_calc_iq +EXPORT_SYMBOL lib/objagg 0x0363233d objagg_obj_raw +EXPORT_SYMBOL lib/objagg 0x23865923 objagg_destroy +EXPORT_SYMBOL lib/objagg 0x24ca5ca9 objagg_obj_root_priv +EXPORT_SYMBOL lib/objagg 0x342aefe2 objagg_obj_delta_priv +EXPORT_SYMBOL lib/objagg 0x352633f4 objagg_hints_stats_get +EXPORT_SYMBOL lib/objagg 0x3c58e78f objagg_hints_put +EXPORT_SYMBOL lib/objagg 0x6691f29d objagg_obj_put +EXPORT_SYMBOL lib/objagg 0x679e8cc2 objagg_create +EXPORT_SYMBOL lib/objagg 0xb17ab162 objagg_obj_get +EXPORT_SYMBOL lib/objagg 0xdaa3ee68 objagg_stats_get +EXPORT_SYMBOL lib/objagg 0xf5511527 objagg_stats_put +EXPORT_SYMBOL lib/objagg 0xfaa9d1a8 objagg_hints_get +EXPORT_SYMBOL lib/parman 0x0f518717 parman_prio_init +EXPORT_SYMBOL lib/parman 0x7b03d378 parman_item_add +EXPORT_SYMBOL lib/parman 0x8b7e26f5 parman_item_remove +EXPORT_SYMBOL lib/parman 0xc3e2d892 parman_create +EXPORT_SYMBOL lib/parman 0xc6a3d260 parman_prio_fini +EXPORT_SYMBOL lib/parman 0xca39ae6a parman_destroy +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0b2c64a3 raid6_vgfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x17f54263 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x2b4846a1 raid6_empty_zero_page +EXPORT_SYMBOL lib/raid6/raid6_pq 0x59a2712d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0xc8e3332b raid6_gflog +EXPORT_SYMBOL lib/raid6/raid6_pq 0xcc4ee841 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd91319d6 raid6_gfmul +EXPORT_SYMBOL net/6lowpan/6lowpan 0x7454291b lowpan_unregister_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0x95b32772 lowpan_register_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0xa1d78dc1 lowpan_nhc_add +EXPORT_SYMBOL net/6lowpan/6lowpan 0xa637f91c lowpan_unregister_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0xddcd016f lowpan_nhc_del +EXPORT_SYMBOL net/6lowpan/6lowpan 0xe799b4ff lowpan_register_netdev +EXPORT_SYMBOL net/802/p8022 0x56e33c60 register_8022_client +EXPORT_SYMBOL net/802/p8022 0xd15b0c0c unregister_8022_client +EXPORT_SYMBOL net/802/psnap 0x5ad56133 register_snap_client +EXPORT_SYMBOL net/802/psnap 0xfed7fd24 unregister_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x01e53905 p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x040ad420 p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0x0eb6a5ea do_trace_9p_fid_put +EXPORT_SYMBOL net/9p/9pnet 0x1597baf3 p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0x1c66e27f v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0x1fb238cb p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0x2fdaca1b p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x3da3eca6 p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0x40ef6ecc p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0x41ce9823 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0x45da9731 p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0x4ba99359 p9_fcall_fini +EXPORT_SYMBOL net/9p/9pnet 0x52d9ba55 p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x53f7ff20 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x6388c0d7 p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x65a6589f p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0x66ec7170 v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0x73438e89 do_trace_9p_fid_get +EXPORT_SYMBOL net/9p/9pnet 0x74bb16cf p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0x761cad64 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x79fa7497 p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0x89e07afd p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x9311db86 p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0x95bd8f96 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x992f7810 p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x9a367f05 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0x9cd15e9e p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0x9eb9d3bd p9_show_client_options +EXPORT_SYMBOL net/9p/9pnet 0x9f8fdf64 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0xa2c896b7 p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0xa68fa241 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0xaa4a08da v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0xaba9de12 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0xac312e64 p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0xae70bb7d p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0xb3b3f218 __traceiter_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xb55ae777 __SCK__tp_func_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xb68d7d76 p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0xb6f494d5 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0xb9125584 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0xbb66ef82 p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0xbda91394 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xca0e9e65 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0xcbf6a4a6 p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0xd384c683 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0xd4e524f7 p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0xd570c4ec p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xe711fb03 p9_client_read_once +EXPORT_SYMBOL net/9p/9pnet 0xeb84fbbe p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0xee437897 __tracepoint_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xee852d4b p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0xf6b0fb65 p9_req_put +EXPORT_SYMBOL net/appletalk/appletalk 0x315b8456 aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0x32f03735 atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0x7a5e2fb9 alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0xb3a6b5a2 atrtr_get_dev +EXPORT_SYMBOL net/atm/atm 0x104e3513 atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0x1137732c deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x44c6e633 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0x491a5dd0 atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0x4b45a1c8 vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0x51874c7a vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0x576e4f7d atm_charge +EXPORT_SYMBOL net/atm/atm 0x7c206519 atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0x7ece9cea atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0x87a05ee3 atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0x87e5e080 atm_dev_register +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xa9316208 atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xbc3e8564 vcc_release_async +EXPORT_SYMBOL net/atm/atm 0xc033d546 register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/ax25/ax25 0x14cecd59 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x3edf50a5 ax25_ip_xmit +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x51baf0f5 ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x710a873a ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0x7af3a897 ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0x86e017bc ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0x9c6d0f58 ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0xb844b88f ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xee02e420 ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0xf7d52dfa ax25_find_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0118e15d hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x016204a2 hci_devcd_complete +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0718b8b7 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0c2f7d86 __hci_cmd_sync_status_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0df05547 hci_cmd_sync_submit +EXPORT_SYMBOL net/bluetooth/bluetooth 0x108934ce l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1774aef2 hci_cmd_sync_cancel +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1aed2cb2 bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1bd04d4d __hci_cmd_sync_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0x214e4265 bt_warn +EXPORT_SYMBOL net/bluetooth/bluetooth 0x221bce75 __hci_cmd_send +EXPORT_SYMBOL net/bluetooth/bluetooth 0x284798e5 bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2933cee3 bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2fa7a8eb __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x38216bdd l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3b3f7908 bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3cc8f23d __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3d8c37f0 l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4159bbdc bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x45e43987 l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4b49e062 __hci_cmd_sync_status +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4c15d989 hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4c25b020 hci_cmd_sync_queue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4d67e011 hci_devcd_abort +EXPORT_SYMBOL net/bluetooth/bluetooth 0x58f4d204 bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0x633f70d0 hci_alloc_dev_priv +EXPORT_SYMBOL net/bluetooth/bluetooth 0x740c282c hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x779bb787 hci_mgmt_chan_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7aad008b bt_to_errno +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7b5ce5c3 baswap +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7b8c32f1 bt_err +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7bd9427a bt_status +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7d4fa164 bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0x833785c8 bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8811f073 hci_recv_diag +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8b333113 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8ca54edc hci_devcd_append_pattern +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x919b3b69 hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x924da63e hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0x93b41a78 hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9671e56d hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x999c3e5e bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9f2bf9f1 hci_reset_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa01693b3 hci_set_hw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa36d67be hci_devcd_rx +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa60137a1 hci_devcd_timeout +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa89e8999 hci_devcd_append +EXPORT_SYMBOL net/bluetooth/bluetooth 0xabbc561e l2cap_chan_close +EXPORT_SYMBOL net/bluetooth/bluetooth 0xaf8be231 hci_devcd_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb6ac4536 hci_mgmt_chan_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb7c556fe bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc1dd7b5f bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd48932ef hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd4a402cc hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd7458b46 hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd7613212 bt_err_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd83b5a8c bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd83d81c2 l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0xddacccf6 bt_warn_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe5e6b1f1 bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf029ad3c hci_set_fw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf165282e bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf82b04b5 hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfbff6b7a hci_release_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfc456c7f hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfc8d01df hci_devcd_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0xffca7dad bt_sock_poll +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x3f5d7beb ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x5d9bcba1 ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x5e1aca97 ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xaa3a9f1e ebt_unregister_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xda5d9517 ebt_unregister_table_pre_exit +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xfdb19ba7 ebt_register_template +EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt +EXPORT_SYMBOL net/caif/caif 0x2a09f713 cfpkt_fromnative +EXPORT_SYMBOL net/caif/caif 0x329dbd06 cfpkt_info +EXPORT_SYMBOL net/caif/caif 0x38701a7c cfcnfg_del_phy_layer +EXPORT_SYMBOL net/caif/caif 0x3fa84493 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x40babbe0 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x466e6eea caif_disconnect_client +EXPORT_SYMBOL net/caif/caif 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x84d2a61c caif_connect_client +EXPORT_SYMBOL net/caif/caif 0x8c9cbb97 caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xcbee27de cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0xea356dc7 get_cfcnfg +EXPORT_SYMBOL net/can/can 0x29ac9cf4 can_proto_register +EXPORT_SYMBOL net/can/can 0x317e7b40 can_rx_register +EXPORT_SYMBOL net/can/can 0x89e15cb7 can_proto_unregister +EXPORT_SYMBOL net/can/can 0xbc554563 can_sock_destruct +EXPORT_SYMBOL net/can/can 0xf4260ed7 can_send +EXPORT_SYMBOL net/can/can 0xf95ace97 can_rx_unregister +EXPORT_SYMBOL net/ceph/libceph 0x03a546af ceph_osdc_get_request +EXPORT_SYMBOL net/ceph/libceph 0x03a5b7dd ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x04cad6f0 ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x0726d415 osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0x076fe927 osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0x0cd76106 ceph_osdc_notify +EXPORT_SYMBOL net/ceph/libceph 0x1378aba3 ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0x158b9cd8 ceph_auth_handle_bad_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x165b1948 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0x17c17611 ceph_pg_to_acting_primary +EXPORT_SYMBOL net/ceph/libceph 0x191ad5f8 ceph_monc_get_version +EXPORT_SYMBOL net/ceph/libceph 0x1ad6dba7 ceph_osdc_cancel_request +EXPORT_SYMBOL net/ceph/libceph 0x1bd8f98c ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0x1e7b9b74 osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0x1fd4ea37 ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0x2087719e ceph_oid_copy +EXPORT_SYMBOL net/ceph/libceph 0x2101cbc9 ceph_oid_destroy +EXPORT_SYMBOL net/ceph/libceph 0x21f7af10 ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0x2487a521 ceph_cls_lock_info +EXPORT_SYMBOL net/ceph/libceph 0x24f559e7 ceph_osdc_list_watchers +EXPORT_SYMBOL net/ceph/libceph 0x2639e5db ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0x2a340598 ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0x2a983d26 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x2aacba87 ceph_client_gid +EXPORT_SYMBOL net/ceph/libceph 0x30816838 ceph_monc_want_map +EXPORT_SYMBOL net/ceph/libceph 0x340d9998 ceph_monc_blocklist_add +EXPORT_SYMBOL net/ceph/libceph 0x347de7e5 ceph_osdc_put_request +EXPORT_SYMBOL net/ceph/libceph 0x355a7637 ceph_osdc_call +EXPORT_SYMBOL net/ceph/libceph 0x36e496c0 ceph_cls_set_cookie +EXPORT_SYMBOL net/ceph/libceph 0x3724465d ceph_monc_renew_subs +EXPORT_SYMBOL net/ceph/libceph 0x37573e9d osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0x38f2d94e ceph_file_to_extents +EXPORT_SYMBOL net/ceph/libceph 0x3a0f9388 ceph_osdc_clear_abort_err +EXPORT_SYMBOL net/ceph/libceph 0x3aaf071e osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x3bb3a9c7 ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x3c753884 ceph_msg_data_add_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x3c8d7111 ceph_get_num_objects +EXPORT_SYMBOL net/ceph/libceph 0x3d9f9067 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x3f2d34ae ceph_print_client_options +EXPORT_SYMBOL net/ceph/libceph 0x417a9131 ceph_oloc_destroy +EXPORT_SYMBOL net/ceph/libceph 0x42d267f9 osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x4affd6c2 ceph_parse_fsid +EXPORT_SYMBOL net/ceph/libceph 0x4b082690 ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x4bd1fd0b __ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x4c947f2f ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0x4cf72772 ceph_osdc_unwatch +EXPORT_SYMBOL net/ceph/libceph 0x50603ce3 ceph_decode_entity_addrvec +EXPORT_SYMBOL net/ceph/libceph 0x53a4bb8f ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0x569d61ae osd_req_op_xattr_init +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x59f2fcc2 ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0x5aeeee62 ceph_oid_aprintf +EXPORT_SYMBOL net/ceph/libceph 0x5f841f6e ceph_monc_got_map +EXPORT_SYMBOL net/ceph/libceph 0x5fc047ce ceph_auth_handle_svc_reply_done +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x655b73d5 ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x6751b7de ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0x6941f8b5 ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0x6a7a38a0 ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x6e0bf509 ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x735672c1 ceph_msg_get +EXPORT_SYMBOL net/ceph/libceph 0x7872633b ceph_reset_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x78dbad7d ceph_wait_for_latest_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x7ab29b23 ceph_osdc_update_epoch_barrier +EXPORT_SYMBOL net/ceph/libceph 0x829aeb87 ceph_parse_param +EXPORT_SYMBOL net/ceph/libceph 0x86c5fa9f ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0x86fca7e4 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x87dcef46 ceph_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x8a2527db osd_req_op_cls_request_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x8a7ed7fc ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x8be81058 ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x8c790807 __ceph_alloc_sparse_ext_map +EXPORT_SYMBOL net/ceph/libceph 0x915cce71 ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x91cfb258 osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x92b7b4ce ceph_pg_pool_flags +EXPORT_SYMBOL net/ceph/libceph 0x956ebffe ceph_cls_break_lock +EXPORT_SYMBOL net/ceph/libceph 0x96f56628 ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0x987d3968 ceph_alloc_options +EXPORT_SYMBOL net/ceph/libceph 0x9a102c42 ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x9a42562a ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x9a55d654 ceph_msg_new2 +EXPORT_SYMBOL net/ceph/libceph 0x9a8141db ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x9bc6b539 ceph_find_or_create_string +EXPORT_SYMBOL net/ceph/libceph 0x9ca95932 ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x9fbba67f ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0x9fefa3cb ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0xa14d13ab ceph_osdc_watch +EXPORT_SYMBOL net/ceph/libceph 0xa20d1edf ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0xa2567022 ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0xa2b7612e ceph_auth_add_authorizer_challenge +EXPORT_SYMBOL net/ceph/libceph 0xa2fd6ac7 ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0xa536f218 ceph_cls_assert_locked +EXPORT_SYMBOL net/ceph/libceph 0xa5e3bf51 ceph_cls_lock +EXPORT_SYMBOL net/ceph/libceph 0xa653d342 ceph_osdc_abort_requests +EXPORT_SYMBOL net/ceph/libceph 0xa698f998 ceph_free_lockers +EXPORT_SYMBOL net/ceph/libceph 0xa7ceaa55 ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0xa8333741 __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xa839d58d osd_req_op_extent_dup_last +EXPORT_SYMBOL net/ceph/libceph 0xac4cd05c osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xad6144df ceph_msg_put +EXPORT_SYMBOL net/ceph/libceph 0xad703657 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb2d7d111 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb6f11374 osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xb72c162e ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xb7f81d1d osd_req_op_extent_osd_data_bvec_pos +EXPORT_SYMBOL net/ceph/libceph 0xbadfa056 osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0xbd2f79ae ceph_oloc_copy +EXPORT_SYMBOL net/ceph/libceph 0xbe3879aa ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xbf741297 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0xc00798c4 ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0xc079460b osd_req_op_copy_from_init +EXPORT_SYMBOL net/ceph/libceph 0xc366bfa1 ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0xc567db10 ceph_parse_mon_ips +EXPORT_SYMBOL net/ceph/libceph 0xc788261c ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xca80437b ceph_extent_to_file +EXPORT_SYMBOL net/ceph/libceph 0xcb35649a ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0xd3aa1b52 ceph_auth_handle_svc_reply_more +EXPORT_SYMBOL net/ceph/libceph 0xd4d736db ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0xd4eb7735 ceph_decode_entity_addr +EXPORT_SYMBOL net/ceph/libceph 0xd585ae5d ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0xd99f3c81 osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xdb03f419 osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0xdc16d1ac ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0xdd78c067 ceph_osdc_notify_ack +EXPORT_SYMBOL net/ceph/libceph 0xdf039e00 ceph_osdc_maybe_request_map +EXPORT_SYMBOL net/ceph/libceph 0xdf6ef4a1 ceph_oid_printf +EXPORT_SYMBOL net/ceph/libceph 0xdfc091f9 ceph_entity_type_name +EXPORT_SYMBOL net/ceph/libceph 0xe265be43 osd_req_op_extent_osd_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0xe34a59f2 ceph_object_locator_to_pg +EXPORT_SYMBOL net/ceph/libceph 0xe54eea46 ceph_osdc_alloc_messages +EXPORT_SYMBOL net/ceph/libceph 0xe67f4898 osd_req_op_extent_osd_iter +EXPORT_SYMBOL net/ceph/libceph 0xe76e7226 ceph_pagelist_alloc +EXPORT_SYMBOL net/ceph/libceph 0xee120c03 ceph_release_string +EXPORT_SYMBOL net/ceph/libceph 0xeef6cfa3 ceph_iterate_extents +EXPORT_SYMBOL net/ceph/libceph 0xefce3c3b ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0xefce991c ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0xf03fe862 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0xf0a20566 ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0xf254297e ceph_addr_is_blank +EXPORT_SYMBOL net/ceph/libceph 0xf62488cd ceph_cls_unlock +EXPORT_SYMBOL net/ceph/libceph 0xf746b257 ceph_monc_get_version_async +EXPORT_SYMBOL net/ceph/libceph 0xfa73ba01 ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xfce1f18b osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0xfecfb65d ceph_msg_dump +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x23252bee dccp_syn_ack_timeout +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xf7fffbba dccp_req_err +EXPORT_SYMBOL net/hsr/hsr 0x7d8d4bc0 is_hsr_master +EXPORT_SYMBOL net/hsr/hsr 0xd1e11b6d hsr_get_version +EXPORT_SYMBOL net/ieee802154/ieee802154 0x026135c6 wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0x17e92732 wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0xac9ce03d wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0xcef7103b wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0xf404de7d wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0xf47cecad wpan_phy_new +EXPORT_SYMBOL net/ipv4/fou 0x16178b21 __fou_build_header +EXPORT_SYMBOL net/ipv4/fou 0x1757d1a4 fou_encap_hlen +EXPORT_SYMBOL net/ipv4/fou 0xbf09c479 __gue_build_header +EXPORT_SYMBOL net/ipv4/fou 0xf13914b3 gue_encap_hlen +EXPORT_SYMBOL net/ipv4/gre 0x23036aeb gre_parse_header +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x14167c17 ip_tunnel_get_iflink +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x17d333c5 ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xbc75833e ip_tunnel_encap_add_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xdab5a2f9 ip_tunnel_md_udp_encap +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xfcf92fa2 ip_tunnel_encap_del_ops +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x4cd83a98 arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x4e2b0c05 arpt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x5ee4e816 arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x99b8d442 arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x0e90bba7 ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x3e7c94fe ipt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x418e103f ipt_unregister_table_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x8476e596 ipt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/tunnel4 0x1d24a800 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/tunnel4 0x71f4bd6d xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/udp_tunnel 0x9fb6bea1 udp_sock_create4 +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x11b7edef ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x26268139 ip6_tnl_change_mtu +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x4f914703 ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x5317ac89 ip6_tnl_get_iflink +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x5c8db517 ip6_tnl_encap_add_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x672927e8 ip6_tnl_xmit +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x6ea47da4 ip6_tnl_encap_del_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x74412519 ip6_tnl_get_link_net +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xf4edb3b2 ip6_tnl_rcv +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x2b15aea8 ip6t_unregister_table_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x6d1cf886 ip6t_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xbccaeabe ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xdaf37a5b ip6t_do_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x6175dc7a xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/tunnel6 0xabca9544 xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x15cc9cb2 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x36d92547 xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/lapb/lapb 0x10751fc1 lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0x14c7ae93 lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0x4a03ff39 lapb_register +EXPORT_SYMBOL net/lapb/lapb 0x5f30ef8a lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0x7bda1f17 lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0xcef2d3d0 lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0xde711d74 lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0xf9a441c6 lapb_data_received +EXPORT_SYMBOL net/llc/llc 0x2481ac51 llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0x29a20265 llc_add_pack +EXPORT_SYMBOL net/llc/llc 0x34edcae4 llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x86fa4f9f llc_sap_close +EXPORT_SYMBOL net/llc/llc 0x8f48a47f llc_sap_open +EXPORT_SYMBOL net/llc/llc 0xcb55559b llc_sap_find +EXPORT_SYMBOL net/llc/llc 0xd320509a llc_mac_hdr_init +EXPORT_SYMBOL net/mac80211/mac80211 0x00c038c3 ieee80211_send_eosp_nullfunc +EXPORT_SYMBOL net/mac80211/mac80211 0x010dac98 ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x02908def ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x0387a21b ieee80211_tx_rate_update +EXPORT_SYMBOL net/mac80211/mac80211 0x082a4b14 ieee80211_alloc_hw_nm +EXPORT_SYMBOL net/mac80211/mac80211 0x0ad2b135 ieee80211_tdls_oper_request +EXPORT_SYMBOL net/mac80211/mac80211 0x0b8eb1a8 ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x0d94eba5 ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0x111855e3 ieee80211_reserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0x19f37f0d ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x1cf75d45 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x202f0f38 ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x21fadad4 wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x2487d42b ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0x24f03c19 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x28382168 ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x28e91f9c __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x290774fd ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0x32e16676 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x333b6752 ieee80211_txq_schedule_start +EXPORT_SYMBOL net/mac80211/mac80211 0x344d22fe ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x3739dbea ieee80211_rx_list +EXPORT_SYMBOL net/mac80211/mac80211 0x383c5115 __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x39163f3b ieee80211_beacon_set_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0x391eda45 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0x407cd2ef ieee80211_beacon_cntdwn_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x411310b1 ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x449d6c0f ieee80211_txq_may_transmit +EXPORT_SYMBOL net/mac80211/mac80211 0x46afa254 ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0x47e37e09 ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x4d9251b2 ieee80211_beacon_get_template_ema_list +EXPORT_SYMBOL net/mac80211/mac80211 0x5242bb29 ieee80211_get_fils_discovery_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0x52b8b671 ieee80211_channel_switch_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0x5925da0f ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0x5a9fe925 ieee80211_unreserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0x5d5205f3 ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0x5d970f16 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x5fd2b98a ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x60122d15 ieee80211_beacon_get_template_ema_index +EXPORT_SYMBOL net/mac80211/mac80211 0x612d847f ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x62a5de4f ieee80211_tx_dequeue +EXPORT_SYMBOL net/mac80211/mac80211 0x62f425c8 ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x6372a13e ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x6b172c64 ieee80211_handle_wake_tx_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x6bda378a ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0x6be076a7 ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x6d13649d ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x6f4d9ba5 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x6fd90c55 ieee80211_txq_get_depth +EXPORT_SYMBOL net/mac80211/mac80211 0x7180f4ad ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x739361cd ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0x77081d0d __ieee80211_schedule_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x7cccf360 ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x82bcb21f ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x89164cb3 ieee80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x89a51084 ieee80211_sta_uapsd_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x8cfd8c3c ieee80211_txq_airtime_check +EXPORT_SYMBOL net/mac80211/mac80211 0x8e99e4dc ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x9462c603 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x95febea6 ieee80211_get_bssid +EXPORT_SYMBOL net/mac80211/mac80211 0x96cc874d ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0x97464e83 ieee80211_nan_func_match +EXPORT_SYMBOL net/mac80211/mac80211 0x97839af0 ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0x991a0ca0 ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x996cc86a ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x9993dc33 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x99a490e5 ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x99cf4597 ieee80211_rx_napi +EXPORT_SYMBOL net/mac80211/mac80211 0x9df4d9cf ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xa03267b7 ieee80211_refresh_tx_agg_session_timer +EXPORT_SYMBOL net/mac80211/mac80211 0xa114bf5c ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0xa23fb8bc ieee80211_manage_rx_ba_offl +EXPORT_SYMBOL net/mac80211/mac80211 0xa4eb1d1b ieee80211_mark_rx_ba_filtered_frames +EXPORT_SYMBOL net/mac80211/mac80211 0xa51b88b8 ieee80211_sta_pspoll +EXPORT_SYMBOL net/mac80211/mac80211 0xa6c4c177 ieee80211_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0xaa8b27d3 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0xaac77ade ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0xaeb9a917 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xaf1b8be1 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xafa25a8d ieee80211_iter_keys_rcu +EXPORT_SYMBOL net/mac80211/mac80211 0xb03ead4a __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xb0640761 ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0xb313ac79 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0xb3c0b15c ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0xb41b8f57 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xb95f6081 ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0xba65fb7e ieee80211_tx_status_ext +EXPORT_SYMBOL net/mac80211/mac80211 0xbeff92ea ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0xc456270a ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0xc4f8418f ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0xc66f09b6 ieee80211_next_txq +EXPORT_SYMBOL net/mac80211/mac80211 0xcad4a08d ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0xcb000d88 ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xcbf56b31 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0xccdb15d0 ieee80211_rx_ba_timer_expired +EXPORT_SYMBOL net/mac80211/mac80211 0xd021dd8b ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0xd84a81b7 ieee80211_nan_func_terminated +EXPORT_SYMBOL net/mac80211/mac80211 0xd94f3d6a rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0xd9dd54ca ieee80211_sta_register_airtime +EXPORT_SYMBOL net/mac80211/mac80211 0xde04ad28 ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0xdef2c1d1 ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0xdf00f19d ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xe17528b3 ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0xe6cfb5c7 ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0xe8104aa3 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0xe8d9ea5e ieee80211_beacon_update_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0xea7f1965 ieee80211_beacon_free_ema_list +EXPORT_SYMBOL net/mac80211/mac80211 0xeb30e814 ieee80211_sta_recalc_aggregates +EXPORT_SYMBOL net/mac80211/mac80211 0xf87333d1 ieee80211_get_unsol_bcast_probe_resp_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0xfe87f481 __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac802154/mac802154 0x01585861 ieee802154_configure_durations +EXPORT_SYMBOL net/mac802154/mac802154 0x052e4744 ieee802154_xmit_error +EXPORT_SYMBOL net/mac802154/mac802154 0x2054cd89 ieee802154_unregister_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x2d04e426 ieee802154_xmit_hw_error +EXPORT_SYMBOL net/mac802154/mac802154 0x488295a4 ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0x57eb5ae1 ieee802154_register_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x7ed2eab5 ieee802154_alloc_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x815d5afe ieee802154_free_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xd5d954be ieee802154_xmit_complete +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x1dfa2d6b ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x2ae7a2c4 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x4aeefb3c ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x57f564f0 register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x60cdf76c unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x638da894 ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x72371f58 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x7ee96ed5 ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x8915e45c register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x8dffbacb register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xc2d990b4 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xc618dce5 ip_vs_new_conn_out +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xc7266ac9 ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xc783e42b ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xfbe81a09 ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x3b08a8f0 nf_ct_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x43603460 nf_ct_ext_add +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x89d99ee1 __nf_ct_ext_find +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0xf2a36612 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x2b894529 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0x4074e639 nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x6bcbfef6 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0xf6846a44 __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nft_fib 0x46170f23 nft_fib_policy +EXPORT_SYMBOL net/netfilter/x_tables 0x0d7f5fcd xt_alloc_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x235249b0 xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x2cd5aa15 xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x3bf9d084 xt_check_table_hooks +EXPORT_SYMBOL net/netfilter/x_tables 0x448ab5e6 xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0x48012e28 xt_check_proc_name +EXPORT_SYMBOL net/netfilter/x_tables 0x50873741 xt_compat_init_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x5d3d329d xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0x6d173a1d xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0x71d295b5 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0x88018d68 xt_find_table +EXPORT_SYMBOL net/netfilter/x_tables 0x977fd4bf xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0x9cd9f438 xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xa156f98e xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0xa25fc115 xt_compat_check_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0xcb3e91cc xt_counters_alloc +EXPORT_SYMBOL net/netfilter/x_tables 0xd87ae60d xt_check_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0xe204e042 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xfb893da7 xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xfef779fa xt_find_jump_offset +EXPORT_SYMBOL net/nfc/hci/hci 0x0a1d563d nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0x116907bd nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0x1276a746 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0x157a9ea0 nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0x1ad8b719 nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0x1e186ac2 nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0x4502cb52 nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x5bc2adf0 nfc_hci_get_param +EXPORT_SYMBOL net/nfc/hci/hci 0x6cdc919f nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0x74fe3670 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x8d456539 nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0x956d75df nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0x96e7bbc0 nfc_llc_stop +EXPORT_SYMBOL net/nfc/hci/hci 0x974ebe45 nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0x9ca34212 nfc_hci_reset_pipes_per_host +EXPORT_SYMBOL net/nfc/hci/hci 0x9e46e7f5 nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0xa3d2804e nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xab510537 nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0xd3238213 nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0xdd231c55 nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xe0d0ff67 nfc_llc_start +EXPORT_SYMBOL net/nfc/hci/hci 0xe153f82c nfc_hci_reset_pipes +EXPORT_SYMBOL net/nfc/hci/hci 0xef90c76f nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0x01fd46ec nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0x0b9129f4 nci_hci_set_param +EXPORT_SYMBOL net/nfc/nci/nci 0x0c1b9767 nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0x0d75cf41 nci_send_data +EXPORT_SYMBOL net/nfc/nci/nci 0x13b18c86 nci_core_conn_create +EXPORT_SYMBOL net/nfc/nci/nci 0x14742987 nci_hci_get_param +EXPORT_SYMBOL net/nfc/nci/nci 0x16f1acf0 nci_nfcc_loopback +EXPORT_SYMBOL net/nfc/nci/nci 0x180d1ae5 nci_hci_clear_all_pipes +EXPORT_SYMBOL net/nfc/nci/nci 0x1e3b1b1e nci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x1f01d62d nci_send_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x22741406 nci_conn_max_data_pkt_payload_size +EXPORT_SYMBOL net/nfc/nci/nci 0x30088c0b nci_core_init +EXPORT_SYMBOL net/nfc/nci/nci 0x319c6a1c nci_prop_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x3727b3ff nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x6c3c0646 nci_nfcee_discover +EXPORT_SYMBOL net/nfc/nci/nci 0x75be1c8f nci_hci_open_pipe +EXPORT_SYMBOL net/nfc/nci/nci 0x7875d65e nci_get_conn_info_by_dest_type_params +EXPORT_SYMBOL net/nfc/nci/nci 0x7ab152c2 nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0x81b0fff4 nci_nfcee_mode_set +EXPORT_SYMBOL net/nfc/nci/nci 0x86f4caf0 nci_hci_send_event +EXPORT_SYMBOL net/nfc/nci/nci 0x8f4324cb nci_hci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x9e73258d nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xba59a9cc nci_hci_dev_session_init +EXPORT_SYMBOL net/nfc/nci/nci 0xcbdd496a nci_core_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xce6048eb nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0xd12e4676 nci_req_complete +EXPORT_SYMBOL net/nfc/nci/nci 0xe9c9555d nci_core_reset +EXPORT_SYMBOL net/nfc/nci/nci 0xea6bf855 nci_core_conn_close +EXPORT_SYMBOL net/nfc/nci/nci 0xfb374be8 nci_hci_connect_gate +EXPORT_SYMBOL net/nfc/nfc 0x04d6afd9 nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0x0b260540 nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0x1ba9cc52 nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0x3887cba3 nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0x392ba92a nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0x3bc70ef4 nfc_vendor_cmd_reply +EXPORT_SYMBOL net/nfc/nfc 0x4d471d1b nfc_se_connectivity +EXPORT_SYMBOL net/nfc/nfc 0x51d75cb5 nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0x51e454d8 nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0x65182faf nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0x6728d56c nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0x709de54e nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0x7ce9f113 nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0x82daa28d nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0x97c2af45 nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0xa201b020 nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0xa42a86bf nfc_se_transaction +EXPORT_SYMBOL net/nfc/nfc 0xa4e76ebe nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xb3b1de6a nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xb8979a28 nfc_class +EXPORT_SYMBOL net/nfc/nfc 0xca9d44a6 __nfc_alloc_vendor_cmd_reply_skb +EXPORT_SYMBOL net/nfc/nfc 0xd0f8d201 nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0xd1bd074b nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0xf1a2c413 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0xf3a08457 nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x38f164ea nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x5274b55f nfc_digital_allocate_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x6f9f6082 nfc_digital_unregister_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x93ce71aa nfc_digital_free_device +EXPORT_SYMBOL net/phonet/phonet 0x36a858c8 phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0x499af37a phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0x52e9f1be pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0x70084772 pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0x7728e9fc pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0x7d95363f phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0xb8ec9e5d phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0xff76ef7d pn_sock_hash +EXPORT_SYMBOL net/rxrpc/rxrpc 0x0e776962 rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x12d07bd4 rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0x31bf3ca3 rxrpc_debug_id +EXPORT_SYMBOL net/rxrpc/rxrpc 0x4a4cae33 key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/rxrpc 0x4e213669 rxrpc_kernel_new_call_notification +EXPORT_SYMBOL net/rxrpc/rxrpc 0x55c38f46 rxrpc_kernel_set_tx_length +EXPORT_SYMBOL net/rxrpc/rxrpc 0x741a237f rxrpc_kernel_shutdown_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x7901948d rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x97aa3277 rxrpc_sock_set_security_keyring +EXPORT_SYMBOL net/rxrpc/rxrpc 0x98191c17 rxrpc_kernel_set_max_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x9e5cab42 rxrpc_kernel_check_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0xa7cedf6e rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0xb022d4cc rxrpc_kernel_get_epoch +EXPORT_SYMBOL net/rxrpc/rxrpc 0xb23dba1a rxrpc_sock_set_min_security_level +EXPORT_SYMBOL net/rxrpc/rxrpc 0xc353a400 rxrpc_kernel_recv_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0xc3ce4654 rxrpc_kernel_charge_accept +EXPORT_SYMBOL net/rxrpc/rxrpc 0xdcd74a5d rxrpc_kernel_get_peer +EXPORT_SYMBOL net/rxrpc/rxrpc 0xdeba831e rxrpc_kernel_get_srtt +EXPORT_SYMBOL net/rxrpc/rxrpc 0xf013ca9f rxrpc_kernel_put_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xfeeca021 rxrpc_get_server_data_key +EXPORT_SYMBOL net/sctp/sctp 0x0825f3fc sctp_do_peeloff +EXPORT_SYMBOL net/smc/smc 0x3153cc92 __SCK__tp_func_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x76da5303 __tracepoint_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x81d481e6 __traceiter_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xa053541c __tracepoint_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xb3f2d173 __SCK__tp_func_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xc0562b32 __traceiter_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0xd24addfc __tracepoint_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0xe7dacb8d __SCK__tp_func_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xf47b4ee2 __tracepoint_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xfad6b31d __traceiter_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0xfb8cae0f __SCK__tp_func_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0xfc1f00d5 __traceiter_smcr_link_down +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x2b3f0b0b gss_mech_get +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x2eaa7a4b gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x4fb335ab gss_mech_put +EXPORT_SYMBOL net/sunrpc/sunrpc 0x5d30fe55 svc_pool_stats_open +EXPORT_SYMBOL net/sunrpc/sunrpc 0x6ae6e602 xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0x9165d195 xdr_restrict_buflen +EXPORT_SYMBOL net/tipc/tipc 0x29ae446e tipc_sk_fill_sock_diag +EXPORT_SYMBOL net/tipc/tipc 0x2e011587 tipc_dump_start +EXPORT_SYMBOL net/tipc/tipc 0x7303da94 tipc_nl_sk_walk +EXPORT_SYMBOL net/tipc/tipc 0xd088ced1 tipc_dump_done +EXPORT_SYMBOL net/tls/tls 0x65127676 tls_get_record +EXPORT_SYMBOL net/wireless/cfg80211 0x0003c89c cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0x0006f57e ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x004a9669 cfg80211_inform_bss_data +EXPORT_SYMBOL net/wireless/cfg80211 0x010f17ca cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x01140b3b cfg80211_nan_func_terminated +EXPORT_SYMBOL net/wireless/cfg80211 0x0328ab12 cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x06ca71fd cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0x074c0816 cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x0b8c5cdf wiphy_read_of_freq_limits +EXPORT_SYMBOL net/wireless/cfg80211 0x0cc95bc2 ieee80211_s1g_channel_width +EXPORT_SYMBOL net/wireless/cfg80211 0x10b1f287 cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x117aca91 cfg80211_merge_profile +EXPORT_SYMBOL net/wireless/cfg80211 0x13c58e52 ieee80211_get_8023_tunnel_proto +EXPORT_SYMBOL net/wireless/cfg80211 0x17265836 cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x186aa57e cfg80211_port_authorized +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x18d2d6f9 cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x1a15313d cfg80211_background_cac_abort +EXPORT_SYMBOL net/wireless/cfg80211 0x1a80b94a cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x1b82a85a cfg80211_valid_disable_subchannel_bitmap +EXPORT_SYMBOL net/wireless/cfg80211 0x1ce2497f reg_query_regdb_wmm +EXPORT_SYMBOL net/wireless/cfg80211 0x2047e3cd cfg80211_bss_color_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x23900b72 cfg80211_any_usable_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x246e5686 wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0x275269b3 ieee80211_ie_split_ric +EXPORT_SYMBOL net/wireless/cfg80211 0x2a6a42bb cfg80211_links_removed +EXPORT_SYMBOL net/wireless/cfg80211 0x2c0ec143 regulatory_set_wiphy_regd +EXPORT_SYMBOL net/wireless/cfg80211 0x2f31dc2e cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x300ff8b7 cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x30b45855 cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x34e89bf1 nl80211_send_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0x35a31493 cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0x3643b80f ieee80211_chandef_to_operating_class +EXPORT_SYMBOL net/wireless/cfg80211 0x38b7aeba cfg80211_bss_flush +EXPORT_SYMBOL net/wireless/cfg80211 0x38ca1c8e cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0x3aca71a1 cfg80211_get_ies_channel_number +EXPORT_SYMBOL net/wireless/cfg80211 0x3b865e7e ieee80211_get_channel_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x3c744e95 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0x3c86019a cfg80211_sinfo_alloc_tid_stats +EXPORT_SYMBOL net/wireless/cfg80211 0x3eb20116 cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0x3fc20ad9 regulatory_set_wiphy_regd_sync +EXPORT_SYMBOL net/wireless/cfg80211 0x429c0c31 ieee80211_bss_get_elem +EXPORT_SYMBOL net/wireless/cfg80211 0x436815f1 cfg80211_sta_opmode_change_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x43afadee ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x4962c7a5 ieee80211_strip_8023_mesh_hdr +EXPORT_SYMBOL net/wireless/cfg80211 0x49b00909 wdev_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0x4abed7d4 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x4d56ef48 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0x507bee89 cfg80211_ch_switch_started_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x5584448a ieee80211_channel_to_freq_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x59dac40c cfg80211_sched_scan_stopped_locked +EXPORT_SYMBOL net/wireless/cfg80211 0x5b04852b cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0x5d44037d cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x5d9c27be cfg80211_assoc_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x5edfa336 cfg80211_report_obss_beacon_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x6012dde9 cfg80211_rx_control_port +EXPORT_SYMBOL net/wireless/cfg80211 0x6249d280 cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x631b51e7 freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0x68c8cadb cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x6916f6a8 cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6a717aa0 cfg80211_iftype_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0x6bedf402 ieee80211_freq_khz_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x74390da2 cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0x76869b30 cfg80211_nan_match +EXPORT_SYMBOL net/wireless/cfg80211 0x7895bdcc wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x79b82a71 cfg80211_find_vendor_elem +EXPORT_SYMBOL net/wireless/cfg80211 0x7acb86ed ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0x7bbd8619 cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x7c3ac925 ieee80211_get_vht_max_nss +EXPORT_SYMBOL net/wireless/cfg80211 0x7e2c9f23 cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7f8c16bb wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0x7fd0f363 cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x8259277d cfg80211_send_layer2_update +EXPORT_SYMBOL net/wireless/cfg80211 0x85de3f6f wiphy_delayed_work_timer +EXPORT_SYMBOL net/wireless/cfg80211 0x86bcfb9c wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0x875cc099 cfg80211_external_auth_request +EXPORT_SYMBOL net/wireless/cfg80211 0x8820f9a4 regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0x8832a79d get_wiphy_regdom +EXPORT_SYMBOL net/wireless/cfg80211 0x88d5b548 cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0x89c2e3d6 cfg80211_reg_can_beacon_relax +EXPORT_SYMBOL net/wireless/cfg80211 0x8b8798f9 cfg80211_rx_mgmt_ext +EXPORT_SYMBOL net/wireless/cfg80211 0x8bc854e4 wiphy_new_nm +EXPORT_SYMBOL net/wireless/cfg80211 0x8d067cbb cfg80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x8d0a3cb8 cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x8fa02936 cfg80211_free_nan_func +EXPORT_SYMBOL net/wireless/cfg80211 0x91501072 cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x954f638b regulatory_pre_cac_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0x95af224f cfg80211_connect_done +EXPORT_SYMBOL net/wireless/cfg80211 0x975d29ca cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x98def3b4 __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x9aa1dd8c cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x9d6cba30 cfg80211_find_elem_match +EXPORT_SYMBOL net/wireless/cfg80211 0x9f0f625d cfg80211_assoc_comeback +EXPORT_SYMBOL net/wireless/cfg80211 0xa0190e15 cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0xa146324a cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0xa2a520a0 cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0xa85878b0 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0xac85334d cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0xae8b49bc cfg80211_bss_iter +EXPORT_SYMBOL net/wireless/cfg80211 0xb4f5aee3 cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0xbac4b36d cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0xbdcf1b86 wiphy_rfkill_set_hw_state_reason +EXPORT_SYMBOL net/wireless/cfg80211 0xc02069fd __cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0xc3fb97ca ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0xc42d8ede ieee80211_is_valid_amsdu +EXPORT_SYMBOL net/wireless/cfg80211 0xc4b4fc27 cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0xcc19882e cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0xcc1a7c48 cfg80211_is_element_inherited +EXPORT_SYMBOL net/wireless/cfg80211 0xce0edb10 cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0xd0df43ef cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0xd1d46d92 cfg80211_inform_bss_frame_data +EXPORT_SYMBOL net/wireless/cfg80211 0xd1f49406 __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xd3f28a8c cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0xd56d55f3 ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xd6c87a05 cfg80211_defragment_element +EXPORT_SYMBOL net/wireless/cfg80211 0xd97eaad4 cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0xdb46bf96 wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xdc5716d5 ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xdcf56f2d cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xdecb1f6b __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xe2c9eb28 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0xe36208ac cfg80211_mgmt_tx_status_ext +EXPORT_SYMBOL net/wireless/cfg80211 0xe5226a03 cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xeaf7196f cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xec532cc6 cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0xef238b02 cfg80211_register_netdevice +EXPORT_SYMBOL net/wireless/cfg80211 0xefda0558 cfg80211_del_sta_sinfo +EXPORT_SYMBOL net/wireless/cfg80211 0xf001dbb8 cfg80211_get_drvinfo +EXPORT_SYMBOL net/wireless/cfg80211 0xf3eebbfb cfg80211_update_owe_info_event +EXPORT_SYMBOL net/wireless/cfg80211 0xf40bc2f5 ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0xf5596d89 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0xf5cb5ea3 cfg80211_get_iftype_ext_capa +EXPORT_SYMBOL net/wireless/cfg80211 0xf6ff333d cfg80211_control_port_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0xf78015e0 cfg80211_tx_mgmt_expired +EXPORT_SYMBOL net/wireless/cfg80211 0xfc146134 ieee80211_data_to_8023_exthdr +EXPORT_SYMBOL net/wireless/cfg80211 0xffff740d cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/lib80211 0x6cdf3bc9 lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0x6f2ed028 lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0x856c001b lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xa399ec74 lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xb84204e6 lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xc9e6c6f6 lib80211_crypt_info_free +EXPORT_SYMBOL sound/ac97_bus 0x8309ba99 ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0x4da8124f snd_mixer_oss_ioctl_card +EXPORT_SYMBOL sound/core/seq/snd-seq 0x1a724fcc snd_seq_kernel_client_ctl +EXPORT_SYMBOL sound/core/seq/snd-seq 0x23738926 snd_seq_dump_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0x3061c52d snd_use_lock_sync_helper +EXPORT_SYMBOL sound/core/seq/snd-seq 0x38c7fd4f snd_seq_create_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x6bb71038 snd_seq_delete_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7b8699eb snd_seq_event_port_detach +EXPORT_SYMBOL sound/core/seq/snd-seq 0x85cd59a8 snd_seq_kernel_client_dispatch +EXPORT_SYMBOL sound/core/seq/snd-seq 0xa4076ef5 snd_seq_kernel_client_write_poll +EXPORT_SYMBOL sound/core/seq/snd-seq 0xa6e19f8e snd_seq_expand_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0xb8e448a0 snd_seq_set_queue_tempo +EXPORT_SYMBOL sound/core/seq/snd-seq 0xbf10d556 snd_seq_event_port_attach +EXPORT_SYMBOL sound/core/seq/snd-seq 0xc429f1f6 snd_seq_kernel_client_enqueue +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0x6ea09972 snd_midi_channel_alloc_set +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0x74769de9 snd_midi_process_event +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0x833a3e07 snd_midi_channel_set_clear +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0xb9948d2c snd_midi_channel_free_set +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x454224b1 snd_midi_event_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x70758652 snd_midi_event_encode_byte +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x7a3e0db5 snd_midi_event_no_status +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x8150b379 snd_midi_event_reset_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xb8620ad8 snd_midi_event_reset_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xdd935c83 snd_midi_event_free +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xe9e6c50c snd_midi_event_new +EXPORT_SYMBOL sound/core/seq/snd-seq-virmidi 0x017f4072 snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x09c58280 snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0x0c81c1c6 snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0x16f028c0 snd_device_register +EXPORT_SYMBOL sound/core/snd 0x198788b4 snd_lookup_oss_minor_data +EXPORT_SYMBOL sound/core/snd 0x231736f8 snd_ctl_rename +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x257eb148 snd_component_add +EXPORT_SYMBOL sound/core/snd 0x2be36eea _snd_ctl_add_follower +EXPORT_SYMBOL sound/core/snd 0x2d1508a3 snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0x318113f3 snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0x342a2354 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x3a33a359 snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0x3dde205d snd_register_device +EXPORT_SYMBOL sound/core/snd 0x3fc33d64 snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x50110bf3 snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0x5bf07b8c snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0x5c3d1c11 snd_ctl_register_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x615dce56 snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0x621da400 snd_ctl_unregister_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x63da4443 snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0x6465a81a snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0x65a65107 snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0x6e6ef9e3 snd_seq_root +EXPORT_SYMBOL sound/core/snd 0x6eb89c34 snd_unregister_oss_device +EXPORT_SYMBOL sound/core/snd 0x716d1ba5 snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0x73076315 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0x73b12789 snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0x75f7f48b snd_info_register +EXPORT_SYMBOL sound/core/snd 0x773d937e snd_power_wait +EXPORT_SYMBOL sound/core/snd 0x7de8f3f2 snd_device_free +EXPORT_SYMBOL sound/core/snd 0x7f16a606 snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0x7f3ba059 snd_jack_report +EXPORT_SYMBOL sound/core/snd 0x7fce0584 snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0x80d6de4a snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0x854ad0b9 snd_card_register +EXPORT_SYMBOL sound/core/snd 0x8576e229 snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0x87ffab61 snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x90285b07 snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0x9b7abaa6 snd_card_new +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0xa2417019 snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0xa2c4e5ad snd_jack_new +EXPORT_SYMBOL sound/core/snd 0xa3da6065 snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0xb028c838 snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0xb1acf826 snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xb5fdc488 snd_card_free +EXPORT_SYMBOL sound/core/snd 0xb6c4b820 snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0xc21d1a23 snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0xc5a6d10b release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0xcc6a729f snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0xcdbd4c4b snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0xda32837e snd_device_new +EXPORT_SYMBOL sound/core/snd 0xe05fad67 snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0xedb3d459 snd_jack_add_new_kctl +EXPORT_SYMBOL sound/core/snd 0xfd8f6cdf snd_ctl_notify_one +EXPORT_SYMBOL sound/core/snd 0xfe13cd1d snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0xfffd89db copy_from_user_toio +EXPORT_SYMBOL sound/core/snd-compress 0x9eb01ce8 snd_compr_malloc_pages +EXPORT_SYMBOL sound/core/snd-compress 0xf0b30826 snd_compr_free_pages +EXPORT_SYMBOL sound/core/snd-hwdep 0x0e583323 snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-pcm 0x0283dfe3 _snd_pcm_hw_params_any +EXPORT_SYMBOL sound/core/snd-pcm 0x04cda566 snd_interval_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x0d4cffb7 snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0x0d8d4c68 snd_pcm_hw_constraint_ranges +EXPORT_SYMBOL sound/core/snd-pcm 0x11eba48e snd_pcm_create_iec958_consumer_hw_params +EXPORT_SYMBOL sound/core/snd-pcm 0x18691043 snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0x18a8989f snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x1956b607 snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x1e607dd6 snd_dma_alloc_dir_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x344e9842 snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x3586c657 snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-pcm 0x3796bdcc snd_pcm_format_little_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x39bf9301 _snd_pcm_hw_param_setempty +EXPORT_SYMBOL sound/core/snd-pcm 0x3abee5a8 snd_pcm_set_managed_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x438ad281 snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x47f2175a snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x4c0d4046 snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0x4d64f8a2 snd_pcm_create_iec958_consumer +EXPORT_SYMBOL sound/core/snd-pcm 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x503bd137 snd_interval_ranges +EXPORT_SYMBOL sound/core/snd-pcm 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL sound/core/snd-pcm 0x5a873a85 snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x5c6044aa snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x5e6e51e6 snd_sgbuf_get_page +EXPORT_SYMBOL sound/core/snd-pcm 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL sound/core/snd-pcm 0x60cde871 snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x650f8603 snd_pcm_format_silence_64 +EXPORT_SYMBOL sound/core/snd-pcm 0x68a24153 snd_pcm_format_physical_width +EXPORT_SYMBOL sound/core/snd-pcm 0x69255f54 snd_pcm_hw_limit_rates +EXPORT_SYMBOL sound/core/snd-pcm 0x6c4047d5 snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x73c0d5e7 snd_pcm_set_managed_buffer_all +EXPORT_SYMBOL sound/core/snd-pcm 0x7618f094 snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0x834dc955 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x8360fe18 snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0x88c3e7ec snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0x8eb2357e snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0x9128b0d2 snd_pcm_period_elapsed_under_stream_lock +EXPORT_SYMBOL sound/core/snd-pcm 0x92c60490 snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x9d876446 snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0xa22a2541 snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xa9fa7602 snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0xaa3a444b snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0xac437f7b snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xad308793 snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0xad826f2f snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0xaec5e79d snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0xb61a462e snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0xb7d233cb snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xbe697f0a snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0xc8896d1e snd_sgbuf_get_addr +EXPORT_SYMBOL sound/core/snd-pcm 0xc9c2b03d snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xcebc62cf snd_dma_buffer_mmap +EXPORT_SYMBOL sound/core/snd-pcm 0xd22cfdc7 snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0xdec125bb snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xe5ea35f6 snd_sgbuf_get_chunk_size +EXPORT_SYMBOL sound/core/snd-pcm 0xe96275c1 snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xe97aee82 snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0xf686e7ef snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0xf72a37dd snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0xf85a01e3 _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xf97966ec __snd_pcm_lib_xfer +EXPORT_SYMBOL sound/core/snd-pcm 0xff3f64a5 snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-rawmidi 0x0fc59937 snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0x15bdf126 snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0x19ee9aa5 snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x1d661aa0 snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2e332a28 snd_rawmidi_proceed +EXPORT_SYMBOL sound/core/snd-rawmidi 0x370a83db snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x3c1a4477 snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0x487fe137 snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0x67bd74b1 snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0x7b7bcb1e snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x87f4523d snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0x8d3ddd43 snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0x95289a22 snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0x97372503 snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0x9efdec0d snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc503711e snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd984ee46 snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0xdc53e2e3 snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-seq-device 0x091def1c snd_seq_autoload_exit +EXPORT_SYMBOL sound/core/snd-seq-device 0x1a0f50b2 snd_seq_device_new +EXPORT_SYMBOL sound/core/snd-seq-device 0x370a0736 snd_seq_autoload_init +EXPORT_SYMBOL sound/core/snd-seq-device 0x6339b6d0 snd_seq_device_load_drivers +EXPORT_SYMBOL sound/core/snd-timer 0x05822102 snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0x0aa3bde2 snd_timer_global_register +EXPORT_SYMBOL sound/core/snd-timer 0x13ea81e5 snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0x17512604 snd_timer_open +EXPORT_SYMBOL sound/core/snd-timer 0x20ae0028 snd_timer_instance_free +EXPORT_SYMBOL sound/core/snd-timer 0x291c51db snd_timer_continue +EXPORT_SYMBOL sound/core/snd-timer 0x345d634c snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0x75201eeb snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0x84530a4a snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0x981b9c01 snd_timer_instance_new +EXPORT_SYMBOL sound/core/snd-timer 0x98824dce snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0xaf8699c2 snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0xc27ae3af snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0xd302b6d0 snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0xdcbaea6e snd_timer_resolution +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x6d629c59 snd_mpu401_uart_interrupt_tx +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0xb7f278f9 snd_mpu401_uart_new +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0xc0fec227 snd_mpu401_uart_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x05060a19 snd_opl3_regmap +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x074971c5 snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x4957afce snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x7aec705f snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x8d55c393 snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x8f1852cc snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xc8e85f1a snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xda3e2cb8 snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xe232abf5 snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xfe186daa snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x226138b0 snd_vx_threaded_irq_handler +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x2dd776b4 snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xa8221bc0 snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xb39474df snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xc670cd76 snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xc8d74c35 snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xd275153f snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf14794de snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf23d4796 snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf796741d snd_vx_dsp_load +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x13518369 fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2e6830bd cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2f9740b7 cmp_connection_reserve +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x314c4094 fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x31bef653 fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x338fafe2 amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3ef3689e cmp_connection_release +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4367ab40 amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4370f574 amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x43f38191 avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x4c3334f3 iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5a6dd729 avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x641d2238 fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x74348d34 amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x7b06119c cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x815f424d snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x9420457d fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x949e1997 amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x9da9853f cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa0fb64cc fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa2be0576 fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb2433522 avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb865dbdb amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc19ce22a iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xd442b024 cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xdbdfe7f4 cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xde5e4c46 amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe70b14dc cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe7414054 amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0x41a05c36 intel_nhlt_has_endpoint_type +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0x66fd6169 intel_nhlt_ssp_endpoint_mask +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0xb7b836b3 intel_nhlt_ssp_mclk_mask +EXPORT_SYMBOL sound/hda/snd-intel-dspcfg 0xb8ae9e73 intel_nhlt_get_endpoint_blob +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0x60b2e6e4 snd_ak4113_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0x98976d23 snd_ak4113_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x4b2649cb snd_ak4114_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x696e33bb snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x8bd06ec2 snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x9f31b9b4 snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xb1a54353 snd_ak4114_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xb42cef7f snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xc75cc1d2 snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xe17536b4 snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x63b2fe7e snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xdbed1423 snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xed211802 snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xf05dbbbe snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x8c8661dc snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xeaeb4057 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x016943b1 snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x1b81ee85 snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x1d7c921f snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x795525e2 snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x85c15ccd snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xad1d45a5 snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-i2c 0x03b95152 snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x08772203 snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-i2c 0x804ba4d8 snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x850af10b snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0xa94bce36 snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0xcd796437 snd_i2c_readbytes +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x073d83c1 snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x07b3abba snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x1cb030b8 snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x1febd55a snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x2d14710e snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x546ef826 snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x5dee488b snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x6fc7c42b snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x9017d5ff snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x9164deb6 snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x9942ddf5 snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x9b16cf5e snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xabc16b80 snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xac470c3a snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb91f5e44 snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xbf96037d snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xf7f8fe68 snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x066b3a38 snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x10381b7c snd_emu10k1_ptr_write_multiple +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x1d4054a7 snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x2025d398 snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x37bffa2b snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x4d5c7dfe snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x4ecb901a snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x51abdf24 snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xf09ede92 snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xf18feb43 snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x93055a19 snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xd888ecde snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xf2a87acd snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x019c2110 oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x01a3b80c oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x29c9c6b8 oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x317258fd oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x377353de oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3d6f5bfc oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x40373f80 oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x60ce889f oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x6d8f80dd oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x83e0c482 oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x93c148a8 oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9513315c oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x98ee7c89 oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9d43d7ed oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xcd0b994b oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd8406b1c oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xdc10afc0 oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xdd1188c5 oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe5c72d3b oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xe6418f39 oxygen_read32 +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x366c4c32 snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x37fb0316 snd_trident_write_voice_regs +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x894d39ca snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xc3faff40 snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xf69cd7ae snd_trident_stop_voice +EXPORT_SYMBOL sound/soc/amd/acp_audio_dma 0xf2cc2cce acp_bt_uart_enable +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0x38590da2 snd_amd_acp_find_config +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0x8001773e snd_soc_acpi_amd_sof_machines +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0xa2dffd81 snd_soc_acpi_amd_rmb_sof_machines +EXPORT_SYMBOL sound/soc/codecs/snd-soc-adau1372 0xa82bd9a2 adau1372_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-lpass-wsa-macro 0xc8240a95 wsa_macro_set_spkr_mode +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x1f50bf6b pcm3060_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x4b6f30a2 pcm3060_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-rt715 0xed2acb24 hda_to_sdw +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x514261dd tlv320aic23_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0xbc21fd74 tlv320aic23_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x39712c70 aic32x4_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x730f56bf aic32x4_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0xd297aa8d aic32x4_regmap_config +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0x1792e55c aic3x_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0x943e4e3d aic3x_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x3a195ca9 wcd_mbhc_get_impedance +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x3ca5b2cd wcd_mbhc_start +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x45b0765b wcd_dt_parse_mbhc_data +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x789ebe56 wcd_mbhc_set_hph_type +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xa5758a49 wcd_mbhc_get_hph_type +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xd094df47 wcd_mbhc_deinit +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xe2beca26 wcd_mbhc_stop +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xe982de67 wcd_mbhc_init +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x432de8f4 fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x455a232d fsl_asoc_get_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0xd01b2192 fsl_asoc_reparent_pll_clocks +EXPORT_SYMBOL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0x4127ef47 mt8192_afe_gpio_request +EXPORT_SYMBOL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0xd812ae6d mt8192_afe_gpio_init +EXPORT_SYMBOL sound/soc/qcom/qdsp6/q6afe 0x435a6868 q6afe_vote_lpass_core_hw +EXPORT_SYMBOL sound/soc/qcom/qdsp6/q6afe 0xe1c7d7ee q6afe_unvote_lpass_core_hw +EXPORT_SYMBOL sound/soc/snd-soc-core 0xf8c86513 snd_soc_alloc_ac97_component +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0x8b509d10 imx8_dump +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0x9a41e10b imx8_enable_clocks +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0xae31ac59 imx8_disable_clocks +EXPORT_SYMBOL sound/soc/sof/imx/imx-common 0xc9c3da0d imx8_parse_clocks +EXPORT_SYMBOL sound/soc/sof/mediatek/mtk-adsp-common 0x845a0291 mtk_adsp_dump +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x00414ecf sof_io_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x015b8203 snd_sof_run_firmware +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0358bb8f sof_ipc3_do_rx_work +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x04d8b705 snd_sof_load_firmware_memcpy +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x0de6d2ab snd_sof_ipc_get_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x15127668 snd_sof_ipc_init +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x1686f6aa snd_sof_device_probe +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x20e2cf65 sof_dai_get_bclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x22dde29c snd_sof_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x23f33a12 snd_sof_runtime_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x2703822b snd_sof_runtime_idle +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x31b0154e sof_mailbox_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x327fe317 snd_sof_dsp_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x35941f3e snd_sof_ipc_reply +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x368c6727 sof_debug_check_flag +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3b1fb340 snd_sof_device_remove +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x3edb8719 snd_sof_fw_unload +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x4bbf0476 snd_sof_device_shutdown +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x56616f15 snd_sof_dsp_only_d0i3_compatible_stream_active +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x5c62676f snd_sof_pci_update_bits +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x5c9aa45f sof_stream_pcm_open +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x5dc4871d sof_set_stream_data_offset +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x61f4d367 sof_dai_get_mclk +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x68496246 sof_machine_unregister +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6a7fd882 snd_sof_dsp_update_bits_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6cb4b7c5 snd_sof_dsp_panic +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6d055e43 sof_ipc_msg_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6dbba9f9 snd_sof_suspend +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x6ecd5d7e snd_sof_runtime_resume +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x706adaeb snd_sof_dsp_update_bits64_unlocked +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x77d51642 snd_sof_load_topology +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x78877131 sof_ipc_set_get_data +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x7d52338b snd_sof_prepare +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x7e106c5b sof_ipc_tx_message +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8c15be74 sof_block_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8c99f4fb snd_sof_dsp_update_bits_forced +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x8da5af78 snd_sof_dsp_update_bits64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x90414489 sof_io_write64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x918ed605 sof_stream_pcm_close +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x92b37d63 sof_ipc_tx_message_no_pm +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x95918c2b sof_widget_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0x9e0c76e2 sof_set_fw_state +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa469160f sof_io_read64 +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xa6e4c491 snd_sof_handle_fw_exception +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xac266ecb sof_block_write +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xb50be538 sof_print_oops_and_stack +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xbb25863c sof_widget_setup +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xbb8d7f8a snd_sof_pcm_period_elapsed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xbbd23f61 snd_sof_load_firmware_raw +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xbcd4387b snd_sof_device_probe_completed +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xbd213c41 sof_io_read +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xbdfac8e7 snd_sof_ipc_free +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xbf20e9c7 snd_sof_dsp_dbg_dump +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xc8ee7c13 sof_machine_check +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd2346bd4 sof_compressed_ops +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd55ce5eb sof_pcm_dai_link_fixup +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xd6f556ff sof_machine_register +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xe0463093 snd_sof_complete +EXPORT_SYMBOL sound/soc/sof/snd-sof 0xf94a3893 sof_mailbox_read +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0x121a49f3 sof_of_pm +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0x1e3b68f5 sof_of_probe +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0x1e8f56a2 sof_of_remove +EXPORT_SYMBOL sound/soc/sof/snd-sof-of 0x2a292e2e sof_of_shutdown +EXPORT_SYMBOL sound/soc/sof/snd-sof-utils 0xf74f876b snd_sof_create_page_table +EXPORT_SYMBOL sound/soundcore 0x68514190 sound_class +EXPORT_SYMBOL sound/soundcore 0x768a8aa5 register_sound_dsp +EXPORT_SYMBOL sound/soundcore 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x912150ef register_sound_special +EXPORT_SYMBOL sound/soundcore 0x96c2a09c register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL sound/soundcore 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xee2dd86d register_sound_mixer +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x655cb202 snd_sf_linear_to_log +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x657c54ba snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x762e022c snd_emux_free +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x7b92616f snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xa6633ac9 snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xc4c975c6 snd_emux_new +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xe1fb398f snd_emux_register +EXPORT_SYMBOL sound/synth/snd-util-mem 0x0eda33fa snd_util_memhdr_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0x2a48197f snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0x6517719f __snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x914f3491 snd_util_memhdr_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x9223e14b snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x9adc8c44 __snd_util_memblk_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xc59655e4 snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0xd28dc0da __snd_util_mem_alloc +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x16756dc0 snd_usbmidi_input_start +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x2161ad73 __snd_usbmidi_create +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x63343b1d snd_usbmidi_input_stop +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xb2af19e1 snd_usbmidi_resume +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xbed43a41 snd_usbmidi_suspend +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xd9d2bb03 snd_usbmidi_disconnect +EXPORT_SYMBOL vmlinux 0x0007185d mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0x000bd082 mipi_dsi_dcs_enter_sleep_mode +EXPORT_SYMBOL vmlinux 0x00148653 vsnprintf +EXPORT_SYMBOL vmlinux 0x001e7400 mdio_device_remove +EXPORT_SYMBOL vmlinux 0x002031d7 nvdimm_namespace_capacity +EXPORT_SYMBOL vmlinux 0x00256f97 unregister_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0x002c14ab nvdimm_namespace_common_probe +EXPORT_SYMBOL vmlinux 0x002e46c1 serio_close +EXPORT_SYMBOL vmlinux 0x0031db18 rtnl_offload_xstats_notify +EXPORT_SYMBOL vmlinux 0x00330172 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0x004337ad dma_resv_iter_first_unlocked +EXPORT_SYMBOL vmlinux 0x004827dc __do_once_sleepable_done +EXPORT_SYMBOL vmlinux 0x005840eb pcim_set_mwi +EXPORT_SYMBOL vmlinux 0x005aecd2 genl_notify +EXPORT_SYMBOL vmlinux 0x006046b1 dev_remove_pack +EXPORT_SYMBOL vmlinux 0x0081ebac sock_wfree +EXPORT_SYMBOL vmlinux 0x008fc0ac phy_driver_register +EXPORT_SYMBOL vmlinux 0x00928200 trace_print_hex_dump_seq +EXPORT_SYMBOL vmlinux 0x00ac6051 scsi_is_host_device +EXPORT_SYMBOL vmlinux 0x00b4e615 posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x00b6b6cd ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x00bebd5e dst_discard_out +EXPORT_SYMBOL vmlinux 0x00cf0f95 of_get_cpu_state_node +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00deed77 arp_send +EXPORT_SYMBOL vmlinux 0x00e18569 mipi_dsi_host_register +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x01156ae4 utf8_strncasecmp_folded +EXPORT_SYMBOL vmlinux 0x0129c4f8 par_io_data_set +EXPORT_SYMBOL vmlinux 0x012de2ea xudma_rchanrt_read +EXPORT_SYMBOL vmlinux 0x01329f6d iter_file_splice_write +EXPORT_SYMBOL vmlinux 0x013978c8 simple_dentry_operations +EXPORT_SYMBOL vmlinux 0x0139829e inetdev_by_index +EXPORT_SYMBOL vmlinux 0x014314e1 rproc_put +EXPORT_SYMBOL vmlinux 0x0147812c kblockd_mod_delayed_work_on +EXPORT_SYMBOL vmlinux 0x01505d85 imx_scu_call_rpc +EXPORT_SYMBOL vmlinux 0x0158c525 tcf_classify +EXPORT_SYMBOL vmlinux 0x0161ccd6 fwnode_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0x0165103e tcp_sock_set_keepcnt +EXPORT_SYMBOL vmlinux 0x016be117 watchdog_unregister_governor +EXPORT_SYMBOL vmlinux 0x016f123e sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x0170db66 pci_iomap_range +EXPORT_SYMBOL vmlinux 0x01757935 rdmacg_register_device +EXPORT_SYMBOL vmlinux 0x017de3d5 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0x0188cd88 vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0x01930a59 generic_perform_write +EXPORT_SYMBOL vmlinux 0x01b6865c xa_get_mark +EXPORT_SYMBOL vmlinux 0x01bbdb30 pcibus_to_node +EXPORT_SYMBOL vmlinux 0x01bf55fc paddr_vmcoreinfo_note +EXPORT_SYMBOL vmlinux 0x01dc8a99 qman_update_cgr_safe +EXPORT_SYMBOL vmlinux 0x01eb77a1 seq_vprintf +EXPORT_SYMBOL vmlinux 0x01ee0e94 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0x0209f3a7 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x020dbf27 bitmap_alloc +EXPORT_SYMBOL vmlinux 0x0210c155 mdiobus_register_device +EXPORT_SYMBOL vmlinux 0x022842fe phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x0228bcdf get_watch_queue +EXPORT_SYMBOL vmlinux 0x023b73e1 handle_edge_irq +EXPORT_SYMBOL vmlinux 0x0248e0c5 bdev_end_io_acct +EXPORT_SYMBOL vmlinux 0x0248efd3 kstrtobool_from_user +EXPORT_SYMBOL vmlinux 0x0272df21 tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x027e9d06 skb_checksum +EXPORT_SYMBOL vmlinux 0x0296695f refcount_warn_saturate +EXPORT_SYMBOL vmlinux 0x02a21b95 pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0x02a80a6f dev_set_alias +EXPORT_SYMBOL vmlinux 0x02aa4d4b sock_create +EXPORT_SYMBOL vmlinux 0x02aecee6 tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0x02c065f8 ucc_set_qe_mux_mii_mng +EXPORT_SYMBOL vmlinux 0x02c6c606 inode_query_iversion +EXPORT_SYMBOL vmlinux 0x02d3089f tls_server_hello_x509 +EXPORT_SYMBOL vmlinux 0x02db6ccd sock_set_mark +EXPORT_SYMBOL vmlinux 0x02e8d157 mmc_release_host +EXPORT_SYMBOL vmlinux 0x02ee24f6 tcf_idrinfo_destroy +EXPORT_SYMBOL vmlinux 0x0312d3e7 flow_block_cb_lookup +EXPORT_SYMBOL vmlinux 0x0334795d icst307_s2div +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x034330ee vmf_insert_mixed +EXPORT_SYMBOL vmlinux 0x0349726f tegra194_miscreg_mask_serror +EXPORT_SYMBOL vmlinux 0x035d25ab memcg_kmem_online_key +EXPORT_SYMBOL vmlinux 0x035d829e unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0x0360d67f make_flow_keys_digest +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x036a9ccb tcp_ioctl +EXPORT_SYMBOL vmlinux 0x036cce78 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x03815f35 ledtrig_disk_activity +EXPORT_SYMBOL vmlinux 0x038d2127 devm_rproc_add +EXPORT_SYMBOL vmlinux 0x0397edd5 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0x03a7fa3c sock_no_shutdown +EXPORT_SYMBOL vmlinux 0x03ac5690 pci_rebar_get_possible_sizes +EXPORT_SYMBOL vmlinux 0x03b814ca bpf_dispatcher_xdp_func +EXPORT_SYMBOL vmlinux 0x03bc08a1 page_pool_create +EXPORT_SYMBOL vmlinux 0x03bd5baa iov_iter_alignment +EXPORT_SYMBOL vmlinux 0x03d79e6d _copy_from_iter_nocache +EXPORT_SYMBOL vmlinux 0x03eeb820 blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0x03fb5924 dst_release_immediate +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x0407da44 pci_alloc_dev +EXPORT_SYMBOL vmlinux 0x0429dfe4 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x0440c553 add_to_page_cache_lru +EXPORT_SYMBOL vmlinux 0x044154c6 tc_skb_ext_tc +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x044d561f fput +EXPORT_SYMBOL vmlinux 0x044ea8a3 of_platform_bus_probe +EXPORT_SYMBOL vmlinux 0x044f0ad9 get_random_u16 +EXPORT_SYMBOL vmlinux 0x04542efe sock_set_reuseaddr +EXPORT_SYMBOL vmlinux 0x045f8c7a devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x0463d9a3 phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0x04673adb qman_ip_rev +EXPORT_SYMBOL vmlinux 0x047233b1 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0x04735e4a xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0x0474edef kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0x0479aac1 seq_list_next_rcu +EXPORT_SYMBOL vmlinux 0x047a1dcc d_drop +EXPORT_SYMBOL vmlinux 0x0484c6c4 acpi_enter_sleep_state_prep +EXPORT_SYMBOL vmlinux 0x04863e28 hdmi_audio_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x04b2dd59 set_blocksize +EXPORT_SYMBOL vmlinux 0x04c30a5a skb_vlan_untag +EXPORT_SYMBOL vmlinux 0x04d24402 iwe_stream_add_point +EXPORT_SYMBOL vmlinux 0x04e77430 dqput +EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize +EXPORT_SYMBOL vmlinux 0x050877b9 dmi_first_match +EXPORT_SYMBOL vmlinux 0x05144877 request_firmware +EXPORT_SYMBOL vmlinux 0x05148e88 of_node_name_prefix +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x054496b4 schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x05515a18 setattr_prepare +EXPORT_SYMBOL vmlinux 0x055e77e8 jiffies_64 +EXPORT_SYMBOL vmlinux 0x0562dc30 __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0x056bcf7b dm_read_arg +EXPORT_SYMBOL vmlinux 0x05754465 sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0x05824e40 security_path_mknod +EXPORT_SYMBOL vmlinux 0x05b38dde tcp_sock_set_keepidle +EXPORT_SYMBOL vmlinux 0x05d21291 netif_set_tso_max_segs +EXPORT_SYMBOL vmlinux 0x05da5c67 xfrm_state_update +EXPORT_SYMBOL vmlinux 0x05fce30d mmc_can_gpio_ro +EXPORT_SYMBOL vmlinux 0x060ba97c gen_pool_free_owner +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x0639ce66 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x0662e94d vfs_get_link +EXPORT_SYMBOL vmlinux 0x06638e09 __vfs_removexattr +EXPORT_SYMBOL vmlinux 0x0668b595 _kstrtoul +EXPORT_SYMBOL vmlinux 0x066dc3ad tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x0675cf0a truncate_inode_pages +EXPORT_SYMBOL vmlinux 0x06aa0d24 udp_gro_complete +EXPORT_SYMBOL vmlinux 0x06aae8a1 bio_reset +EXPORT_SYMBOL vmlinux 0x06bd88b5 ucs2_strnlen +EXPORT_SYMBOL vmlinux 0x06d11488 __bitmap_equal +EXPORT_SYMBOL vmlinux 0x06dc0e0c kmem_cache_create_usercopy +EXPORT_SYMBOL vmlinux 0x06e9240a elevator_alloc +EXPORT_SYMBOL vmlinux 0x06e9e110 zpool_register_driver +EXPORT_SYMBOL vmlinux 0x06eedbac vga_get +EXPORT_SYMBOL vmlinux 0x07098248 xz_dec_microlzma_alloc +EXPORT_SYMBOL vmlinux 0x070a9895 kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x070cce15 flow_rule_match_enc_keyid +EXPORT_SYMBOL vmlinux 0x0711edc8 xudma_dev_get_tisci_rm +EXPORT_SYMBOL vmlinux 0x07141b9d register_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x0728ef05 tls_handshake_cancel +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x07377aee scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0x073c4fef d_make_root +EXPORT_SYMBOL vmlinux 0x0745a981 xa_erase +EXPORT_SYMBOL vmlinux 0x075515d9 xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0x075bf599 sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x076ad8b2 read_cache_page +EXPORT_SYMBOL vmlinux 0x076f653c xp_set_rxq_info +EXPORT_SYMBOL vmlinux 0x0781ec97 logic_insl +EXPORT_SYMBOL vmlinux 0x07887af4 input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0x078b407a devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x078dd63a eth_header +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07aaf5bd scsi_host_put +EXPORT_SYMBOL vmlinux 0x07afe8ad netdev_core_stats_alloc +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07ceeac9 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x07db17be qman_create_fq +EXPORT_SYMBOL vmlinux 0x07e27bb1 ip_cmsg_recv_offset +EXPORT_SYMBOL vmlinux 0x07ebc11a pci_free_irq +EXPORT_SYMBOL vmlinux 0x07f57478 pci_unmap_iospace +EXPORT_SYMBOL vmlinux 0x0800473f __cond_resched +EXPORT_SYMBOL vmlinux 0x0805f2c8 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0x08162c74 free_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x08326e88 get_thermal_instance +EXPORT_SYMBOL vmlinux 0x08356f32 fman_sp_set_buf_pools_in_asc_order_of_buf_sizes +EXPORT_SYMBOL vmlinux 0x083d2870 cdev_del +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x083f30bc filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0x0870efe3 jent_testing_exit +EXPORT_SYMBOL vmlinux 0x087bcc19 flow_rule_match_meta +EXPORT_SYMBOL vmlinux 0x08ae4de8 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0x08b91812 dec_node_page_state +EXPORT_SYMBOL vmlinux 0x08c7ebb1 jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0x08cc846b scsi_device_set_state +EXPORT_SYMBOL vmlinux 0x08d2c2d1 scsi_scan_target +EXPORT_SYMBOL vmlinux 0x08e39398 cmd_db_read_addr +EXPORT_SYMBOL vmlinux 0x08f4da5e nvdimm_bus_unlock +EXPORT_SYMBOL vmlinux 0x08f53cf1 pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0x08fa43af unlock_new_inode +EXPORT_SYMBOL vmlinux 0x090c9eb4 scsi_remove_target +EXPORT_SYMBOL vmlinux 0x0912f428 wireless_send_event +EXPORT_SYMBOL vmlinux 0x092e26bf acpi_remove_address_space_handler +EXPORT_SYMBOL vmlinux 0x093712e5 acpi_purge_cached_objects +EXPORT_SYMBOL vmlinux 0x094508df tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x0976752f fs_lookup_param +EXPORT_SYMBOL vmlinux 0x09769037 dmt_modes +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x0999bea4 kthread_bind +EXPORT_SYMBOL vmlinux 0x09a72854 mdiobus_free +EXPORT_SYMBOL vmlinux 0x09a83549 inet_recvmsg +EXPORT_SYMBOL vmlinux 0x09c8d8ee truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09d5143c netdev_get_by_index +EXPORT_SYMBOL vmlinux 0x09da0ba4 xa_set_mark +EXPORT_SYMBOL vmlinux 0x09e78b74 retire_super +EXPORT_SYMBOL vmlinux 0x09f34878 param_ops_invbool +EXPORT_SYMBOL vmlinux 0x09f9b261 xudma_rchan_put +EXPORT_SYMBOL vmlinux 0x09facd81 devm_mfd_add_devices +EXPORT_SYMBOL vmlinux 0x0a012f73 mb_cache_entry_touch +EXPORT_SYMBOL vmlinux 0x0a0ebc08 __xa_cmpxchg +EXPORT_SYMBOL vmlinux 0x0a1e8769 utf8_casefold_hash +EXPORT_SYMBOL vmlinux 0x0a471ccc pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0x0a577ca5 can_nice +EXPORT_SYMBOL vmlinux 0x0a6839f2 register_netdev +EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier +EXPORT_SYMBOL vmlinux 0x0a7a1419 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x0a7d262a d_alloc_name +EXPORT_SYMBOL vmlinux 0x0a84b15d zstd_init_cctx +EXPORT_SYMBOL vmlinux 0x0a9086df tegra_ivc_write_get_next_frame +EXPORT_SYMBOL vmlinux 0x0aa309cf synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x0aaccc92 pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x0ac24220 max8925_bulk_read +EXPORT_SYMBOL vmlinux 0x0ac6e051 __cpuhp_setup_state +EXPORT_SYMBOL vmlinux 0x0ac83b01 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0adbd878 mr_mfc_seq_next +EXPORT_SYMBOL vmlinux 0x0adbe5da dquot_operations +EXPORT_SYMBOL vmlinux 0x0ae4b03e genphy_aneg_done +EXPORT_SYMBOL vmlinux 0x0aee890e inet_select_addr +EXPORT_SYMBOL vmlinux 0x0af43ac9 inet_proto_csum_replace_by_diff +EXPORT_SYMBOL vmlinux 0x0b1b375f param_get_bool +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b26b8c8 acpi_run_osc +EXPORT_SYMBOL vmlinux 0x0b2c8465 generic_set_encrypted_ci_d_ops +EXPORT_SYMBOL vmlinux 0x0b34bcfa fiemap_prep +EXPORT_SYMBOL vmlinux 0x0b468e9d ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0x0b6dc6fc pci_request_regions +EXPORT_SYMBOL vmlinux 0x0b72dc81 sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0ba0b938 vm_brk +EXPORT_SYMBOL vmlinux 0x0ba19a8b devm_ioremap_wc +EXPORT_SYMBOL vmlinux 0x0bad3572 inet_addr_type_table +EXPORT_SYMBOL vmlinux 0x0bb2016c pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0x0bb5dd4a dma_fence_chain_find_seqno +EXPORT_SYMBOL vmlinux 0x0bbd106f misc_deregister +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bcd59c1 jbd2_fc_end_commit +EXPORT_SYMBOL vmlinux 0x0bd394d8 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x0be685e6 msm_pinctrl_remove +EXPORT_SYMBOL vmlinux 0x0becd40b mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0x0bee4563 i2c_transfer +EXPORT_SYMBOL vmlinux 0x0bf018c4 get_cached_acl +EXPORT_SYMBOL vmlinux 0x0bf0e4a2 __SCK__tp_func_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x0bfc1d1a check_zeroed_user +EXPORT_SYMBOL vmlinux 0x0c0f4636 eth_platform_get_mac_address +EXPORT_SYMBOL vmlinux 0x0c221c5d dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0x0c25ec48 secure_tcpv6_seq +EXPORT_SYMBOL vmlinux 0x0c29db2b xsk_clear_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0x0c3690fc _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0x0c3d1fdd uart_suspend_port +EXPORT_SYMBOL vmlinux 0x0c3e290b write_inode_now +EXPORT_SYMBOL vmlinux 0x0c575719 __cond_resched_rwlock_write +EXPORT_SYMBOL vmlinux 0x0c5cace3 neigh_seq_next +EXPORT_SYMBOL vmlinux 0x0c6bdc3f vme_master_read +EXPORT_SYMBOL vmlinux 0x0c731376 _dev_err +EXPORT_SYMBOL vmlinux 0x0c93ca5d inet_add_offload +EXPORT_SYMBOL vmlinux 0x0c9cbc6f dma_sync_wait +EXPORT_SYMBOL vmlinux 0x0ca7c420 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0x0cb11bc7 __SCK__tp_func_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x0cc4b4b6 crc_ccitt_false +EXPORT_SYMBOL vmlinux 0x0cc9645d sk_stop_timer_sync +EXPORT_SYMBOL vmlinux 0x0cd5835b ipv6_flowlabel_exclusive +EXPORT_SYMBOL vmlinux 0x0cdce87c rfkill_set_hw_state_reason +EXPORT_SYMBOL vmlinux 0x0cf00169 dma_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0x0cf5ad60 xsk_set_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x0cff8031 kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x0d07f543 get_anon_bdev +EXPORT_SYMBOL vmlinux 0x0d1abb88 bio_init_clone +EXPORT_SYMBOL vmlinux 0x0d1db96b cdev_device_del +EXPORT_SYMBOL vmlinux 0x0d1ede05 to_nd_btt +EXPORT_SYMBOL vmlinux 0x0d208081 pci_read_vpd +EXPORT_SYMBOL vmlinux 0x0d2b1483 pci_find_bus +EXPORT_SYMBOL vmlinux 0x0d2ca20f ucc_fast_get_qe_cr_subblock +EXPORT_SYMBOL vmlinux 0x0d333b64 zstd_end_stream +EXPORT_SYMBOL vmlinux 0x0d3646fa register_framebuffer +EXPORT_SYMBOL vmlinux 0x0d3f5c1a fman_get_max_frm +EXPORT_SYMBOL vmlinux 0x0d442405 cookie_ecn_ok +EXPORT_SYMBOL vmlinux 0x0d501659 seq_printf +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d637559 registered_fb +EXPORT_SYMBOL vmlinux 0x0d663513 dcb_ieee_getapp_dscp_prio_mask_map +EXPORT_SYMBOL vmlinux 0x0d706b49 add_watch_to_object +EXPORT_SYMBOL vmlinux 0x0d7afded generic_ro_fops +EXPORT_SYMBOL vmlinux 0x0d8c06fc ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0x0d9c18c3 flow_block_cb_decref +EXPORT_SYMBOL vmlinux 0x0da37acd dma_fence_array_first +EXPORT_SYMBOL vmlinux 0x0de43d66 dma_mmap_attrs +EXPORT_SYMBOL vmlinux 0x0de8e401 kmalloc_node_trace +EXPORT_SYMBOL vmlinux 0x0deb72fc __traceiter_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x0e0586b5 of_find_matching_node_and_match +EXPORT_SYMBOL vmlinux 0x0e17678a siphash_4u64 +EXPORT_SYMBOL vmlinux 0x0e3a15d5 ps2_init +EXPORT_SYMBOL vmlinux 0x0e4262c6 __siphash_unaligned +EXPORT_SYMBOL vmlinux 0x0e4c7c49 single_open +EXPORT_SYMBOL vmlinux 0x0e601e8c iommu_put_resv_regions +EXPORT_SYMBOL vmlinux 0x0e78d016 __sock_i_ino +EXPORT_SYMBOL vmlinux 0x0e82d7db nd_pfn_probe +EXPORT_SYMBOL vmlinux 0x0ea3c74e tasklet_kill +EXPORT_SYMBOL vmlinux 0x0ea593f6 hdmi_drm_infoframe_init +EXPORT_SYMBOL vmlinux 0x0ea969ec vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x0eb6eb87 add_taint +EXPORT_SYMBOL vmlinux 0x0eb8ec5d scsi_vpd_lun_id +EXPORT_SYMBOL vmlinux 0x0ebf561b dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ed7f0b6 i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0x0ed868d3 mark_page_accessed +EXPORT_SYMBOL vmlinux 0x0ef8bd59 ps2_sliced_command +EXPORT_SYMBOL vmlinux 0x0f0327cf is_acpi_device_node +EXPORT_SYMBOL vmlinux 0x0f03f128 netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0x0f09cc34 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0x0f154eee __udp_disconnect +EXPORT_SYMBOL vmlinux 0x0f1ad8e2 seq_list_start_rcu +EXPORT_SYMBOL vmlinux 0x0f2b20d8 genphy_soft_reset +EXPORT_SYMBOL vmlinux 0x0f37ca89 lockref_put_not_zero +EXPORT_SYMBOL vmlinux 0x0f46202e param_get_invbool +EXPORT_SYMBOL vmlinux 0x0f49b355 mmc_detect_change +EXPORT_SYMBOL vmlinux 0x0f5feeb8 send_sig_mceerr +EXPORT_SYMBOL vmlinux 0x0f612451 vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x0f630261 gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x0f69c292 blk_queue_max_write_zeroes_sectors +EXPORT_SYMBOL vmlinux 0x0f811fc7 jent_raw_hires_entropy_store +EXPORT_SYMBOL vmlinux 0x0f86f560 kthread_delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x0f883fea nf_setsockopt +EXPORT_SYMBOL vmlinux 0x0f9fe992 sockopt_ns_capable +EXPORT_SYMBOL vmlinux 0x0fab1ab0 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0x0fad33ab inet_ioctl +EXPORT_SYMBOL vmlinux 0x0fb2f8a4 mktime64 +EXPORT_SYMBOL vmlinux 0x0fbcb0cd mipi_dsi_dcs_get_display_brightness_large +EXPORT_SYMBOL vmlinux 0x0fc03a90 unregister_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x0fd902db mb_cache_entry_create +EXPORT_SYMBOL vmlinux 0x0fe0ecdd jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0x0febe6e1 pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x0feed570 page_pool_update_nid +EXPORT_SYMBOL vmlinux 0x0fff5afc time64_to_tm +EXPORT_SYMBOL vmlinux 0x10017aa5 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x100bddf8 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x100f4e29 iov_iter_revert +EXPORT_SYMBOL vmlinux 0x101d7ff5 ns_capable_noaudit +EXPORT_SYMBOL vmlinux 0x1023909b dev_pre_changeaddr_notify +EXPORT_SYMBOL vmlinux 0x1025009a cpm_muram_alloc_fixed +EXPORT_SYMBOL vmlinux 0x102936ec qe_clock_source +EXPORT_SYMBOL vmlinux 0x102d9c3d tcp_read_sock +EXPORT_SYMBOL vmlinux 0x102de9ea dev_uc_del +EXPORT_SYMBOL vmlinux 0x1032663a ethtool_rx_flow_rule_destroy +EXPORT_SYMBOL vmlinux 0x10345931 __serio_register_driver +EXPORT_SYMBOL vmlinux 0x1035c7c2 __release_region +EXPORT_SYMBOL vmlinux 0x104a6602 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x1057a279 bsearch +EXPORT_SYMBOL vmlinux 0x105b049b mmc_can_trim +EXPORT_SYMBOL vmlinux 0x1068004b gf128mul_bbe +EXPORT_SYMBOL vmlinux 0x106fe028 inc_nlink +EXPORT_SYMBOL vmlinux 0x107be0b0 percpu_counter_sync +EXPORT_SYMBOL vmlinux 0x107e5878 zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x1096506c pci_release_resource +EXPORT_SYMBOL vmlinux 0x10d9f885 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x10dea334 netif_skb_features +EXPORT_SYMBOL vmlinux 0x10e6f74a free_contig_range +EXPORT_SYMBOL vmlinux 0x10ea2f30 bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x10f07158 nf_getsockopt +EXPORT_SYMBOL vmlinux 0x10f9aa23 of_find_backlight_by_node +EXPORT_SYMBOL vmlinux 0x1101182b remove_watch_from_object +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x11212aa9 reuseport_migrate_sock +EXPORT_SYMBOL vmlinux 0x1125139b genl_register_family +EXPORT_SYMBOL vmlinux 0x113a4346 alloc_fddidev +EXPORT_SYMBOL vmlinux 0x113cfca2 param_ops_long +EXPORT_SYMBOL vmlinux 0x114a0031 netpoll_poll_dev +EXPORT_SYMBOL vmlinux 0x114c2185 proto_unregister +EXPORT_SYMBOL vmlinux 0x116c53b4 file_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x1170b194 lynx_pcs_create_mdiodev +EXPORT_SYMBOL vmlinux 0x117720aa pci_ep_cfs_remove_epf_group +EXPORT_SYMBOL vmlinux 0x1181c20d dev_mc_unsync +EXPORT_SYMBOL vmlinux 0x1195f74e single_open_size +EXPORT_SYMBOL vmlinux 0x11d1047a nvdimm_check_and_set_ro +EXPORT_SYMBOL vmlinux 0x11dc349f pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0x11e30762 chacha_block_generic +EXPORT_SYMBOL vmlinux 0x11eb374f jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0x11ef4223 serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0x11ffdfee ucc_slow_stop_tx +EXPORT_SYMBOL vmlinux 0x1203dbba flow_block_cb_free +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x120d1b19 tcp_init_sock +EXPORT_SYMBOL vmlinux 0x120ff8e1 xudma_get_rflow_ring_offset +EXPORT_SYMBOL vmlinux 0x12148822 qdisc_offload_graft_helper +EXPORT_SYMBOL vmlinux 0x122c3a7e _printk +EXPORT_SYMBOL vmlinux 0x1237da10 trace_event_printf +EXPORT_SYMBOL vmlinux 0x12430b25 dev_add_pack +EXPORT_SYMBOL vmlinux 0x124bad4d kstrtobool +EXPORT_SYMBOL vmlinux 0x1266f2cb sget_fc +EXPORT_SYMBOL vmlinux 0x127d83ea security_locked_down +EXPORT_SYMBOL vmlinux 0x1295a647 ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0x12968c6f flow_block_cb_priv +EXPORT_SYMBOL vmlinux 0x12a3a99a security_d_instantiate +EXPORT_SYMBOL vmlinux 0x12a4e128 __arch_copy_from_user +EXPORT_SYMBOL vmlinux 0x12bc7b50 block_read_full_folio +EXPORT_SYMBOL vmlinux 0x12c2e5b2 pci_read_config_byte +EXPORT_SYMBOL vmlinux 0x12cabc89 siphash_2u64 +EXPORT_SYMBOL vmlinux 0x12d5210d skb_flow_dissect_hash +EXPORT_SYMBOL vmlinux 0x12d85100 qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x12f6f69c fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x1305055d dma_resv_copy_fences +EXPORT_SYMBOL vmlinux 0x130afd75 acpi_get_sleep_type_data +EXPORT_SYMBOL vmlinux 0x13110126 request_resource +EXPORT_SYMBOL vmlinux 0x1311b825 blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x131a4176 dev_mc_flush +EXPORT_SYMBOL vmlinux 0x131a6146 xa_clear_mark +EXPORT_SYMBOL vmlinux 0x131bac67 add_to_pipe +EXPORT_SYMBOL vmlinux 0x13499cc7 vfs_getattr +EXPORT_SYMBOL vmlinux 0x136844a6 vfs_llseek +EXPORT_SYMBOL vmlinux 0x1382f66d netif_carrier_off +EXPORT_SYMBOL vmlinux 0x13884e81 ps2_interrupt +EXPORT_SYMBOL vmlinux 0x138f8eb4 fscrypt_free_bounce_page +EXPORT_SYMBOL vmlinux 0x139f2189 __kfifo_alloc +EXPORT_SYMBOL vmlinux 0x13aa922e phy_do_ioctl +EXPORT_SYMBOL vmlinux 0x13afd864 phy_support_sym_pause +EXPORT_SYMBOL vmlinux 0x13afec87 rproc_of_parse_firmware +EXPORT_SYMBOL vmlinux 0x13bcf2f8 iterate_dir +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13d928f5 __SCK__tp_func_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x13ebfaaf config_item_put +EXPORT_SYMBOL vmlinux 0x13f9d9fd mipi_dsi_dcs_get_pixel_format +EXPORT_SYMBOL vmlinux 0x140d2537 scsi_register_interface +EXPORT_SYMBOL vmlinux 0x141271bf acpi_dev_found +EXPORT_SYMBOL vmlinux 0x14389e24 security_sb_mnt_opts_compat +EXPORT_SYMBOL vmlinux 0x145162da inet6_getname +EXPORT_SYMBOL vmlinux 0x145dee35 skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0x14605535 dma_fence_context_alloc +EXPORT_SYMBOL vmlinux 0x146289b7 crc16_table +EXPORT_SYMBOL vmlinux 0x148934be mmc_put_card +EXPORT_SYMBOL vmlinux 0x148a96aa of_get_mac_address_nvmem +EXPORT_SYMBOL vmlinux 0x1490b9bb bpf_link_put +EXPORT_SYMBOL vmlinux 0x1498f101 mfd_remove_devices +EXPORT_SYMBOL vmlinux 0x149ca725 watchdog_register_governor +EXPORT_SYMBOL vmlinux 0x14a10a5f phy_print_status +EXPORT_SYMBOL vmlinux 0x14a64a87 acpi_install_address_space_handler_no_reg +EXPORT_SYMBOL vmlinux 0x14b10275 copy_page_from_iter +EXPORT_SYMBOL vmlinux 0x14c67e3e tcp_tx_delay_enabled +EXPORT_SYMBOL vmlinux 0x14d7477f console_list_unlock +EXPORT_SYMBOL vmlinux 0x14e20ea6 sync_filesystem +EXPORT_SYMBOL vmlinux 0x14f45fcc bman_free_pool +EXPORT_SYMBOL vmlinux 0x14f639b6 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x1504a893 pnp_register_card_driver +EXPORT_SYMBOL vmlinux 0x1505851a xfrm6_rcv_tnl +EXPORT_SYMBOL vmlinux 0x151f4898 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0x1526b301 unix_tot_inflight +EXPORT_SYMBOL vmlinux 0x152c8ef7 bio_integrity_trim +EXPORT_SYMBOL vmlinux 0x1548d970 __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x15721bf9 pm860x_set_bits +EXPORT_SYMBOL vmlinux 0x1580afe2 from_kuid +EXPORT_SYMBOL vmlinux 0x15892565 dmam_pool_create +EXPORT_SYMBOL vmlinux 0x15966c0d nf_register_net_hook +EXPORT_SYMBOL vmlinux 0x15a226d2 scsi_block_requests +EXPORT_SYMBOL vmlinux 0x15ba50a6 jiffies +EXPORT_SYMBOL vmlinux 0x15baf938 ipv6_select_ident +EXPORT_SYMBOL vmlinux 0x15bafe29 unregister_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x15bdd803 mipi_dsi_dcs_nop +EXPORT_SYMBOL vmlinux 0x15bed7a5 LZ4_decompress_safe_partial +EXPORT_SYMBOL vmlinux 0x15c85de3 mempool_init +EXPORT_SYMBOL vmlinux 0x15ca4825 find_vma +EXPORT_SYMBOL vmlinux 0x15cf8b97 xfrm_trans_queue +EXPORT_SYMBOL vmlinux 0x15d173ba tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x15df8382 pci_scan_slot +EXPORT_SYMBOL vmlinux 0x15dfbb52 dup_iter +EXPORT_SYMBOL vmlinux 0x15e32d1e __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x15e7eeaf scsi_print_result +EXPORT_SYMBOL vmlinux 0x15e87247 lookup_one_len_unlocked +EXPORT_SYMBOL vmlinux 0x15f90688 slhc_init +EXPORT_SYMBOL vmlinux 0x15fb8ac9 migrate_folio +EXPORT_SYMBOL vmlinux 0x1600873a __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0x160473ff is_acpi_data_node +EXPORT_SYMBOL vmlinux 0x16115e80 pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0x16263a92 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x162893fd hashlen_string +EXPORT_SYMBOL vmlinux 0x162d61b0 jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0x162e00af dma_sync_single_for_device +EXPORT_SYMBOL vmlinux 0x162eda87 dev_mc_add +EXPORT_SYMBOL vmlinux 0x1632690d send_sig +EXPORT_SYMBOL vmlinux 0x1632bc21 kvasprintf_const +EXPORT_SYMBOL vmlinux 0x1638be60 flow_rule_match_ct +EXPORT_SYMBOL vmlinux 0x163d2417 tegra_io_rail_power_off +EXPORT_SYMBOL vmlinux 0x16475a40 md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0x164ab7b2 blk_mq_unique_tag +EXPORT_SYMBOL vmlinux 0x16587d72 vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0x165ad395 trace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0x1663e9ae qman_start_using_portal +EXPORT_SYMBOL vmlinux 0x1668d2a5 scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump +EXPORT_SYMBOL vmlinux 0x168241d2 dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0x16954a54 netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0x169938c1 __sysfs_match_string +EXPORT_SYMBOL vmlinux 0x169b15e0 clk_get +EXPORT_SYMBOL vmlinux 0x16a7b16f __traceiter_kmalloc +EXPORT_SYMBOL vmlinux 0x16cdc340 acpi_get_table +EXPORT_SYMBOL vmlinux 0x16d0fd25 qdisc_offload_dump_helper +EXPORT_SYMBOL vmlinux 0x16e11718 pnp_activate_dev +EXPORT_SYMBOL vmlinux 0x16e297c3 bit_wait +EXPORT_SYMBOL vmlinux 0x16e7e2cb cpu_all_bits +EXPORT_SYMBOL vmlinux 0x16ed0970 input_get_poll_interval +EXPORT_SYMBOL vmlinux 0x16eef72f ppp_input_error +EXPORT_SYMBOL vmlinux 0x16f9fe1c clocksource_change_rating +EXPORT_SYMBOL vmlinux 0x16fe6252 dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x170d08e6 ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x170ddf79 acpi_install_notify_handler +EXPORT_SYMBOL vmlinux 0x17150070 param_array_ops +EXPORT_SYMBOL vmlinux 0x174af2e5 lookup_positive_unlocked +EXPORT_SYMBOL vmlinux 0x17502ce8 arp_tbl +EXPORT_SYMBOL vmlinux 0x175fd876 dev_kfree_skb_any_reason +EXPORT_SYMBOL vmlinux 0x17757022 to_ndd +EXPORT_SYMBOL vmlinux 0x1775768b folio_add_lru +EXPORT_SYMBOL vmlinux 0x17825d3f xudma_rchan_get +EXPORT_SYMBOL vmlinux 0x178c4894 qe_upload_firmware +EXPORT_SYMBOL vmlinux 0x17aec525 skb_udp_tunnel_segment +EXPORT_SYMBOL vmlinux 0x17cd69db rproc_da_to_va +EXPORT_SYMBOL vmlinux 0x17e20a5a unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x18017c00 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x18022f28 scsi_register_driver +EXPORT_SYMBOL vmlinux 0x180335e9 scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0x1804a7bf is_subdir +EXPORT_SYMBOL vmlinux 0x1819a3f5 register_sysctl +EXPORT_SYMBOL vmlinux 0x182efcf8 jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0x18345b8e __bitmap_replace +EXPORT_SYMBOL vmlinux 0x183d01ce rproc_coredump_add_segment +EXPORT_SYMBOL vmlinux 0x18610d58 vfs_iter_read +EXPORT_SYMBOL vmlinux 0x187884a8 cpm_muram_free +EXPORT_SYMBOL vmlinux 0x187cf57a proc_remove +EXPORT_SYMBOL vmlinux 0x188846a2 ipv6_dev_mc_dec +EXPORT_SYMBOL vmlinux 0x18888d00 downgrade_write +EXPORT_SYMBOL vmlinux 0x188d8638 __sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x188ea314 jiffies_to_timespec64 +EXPORT_SYMBOL vmlinux 0x18b48e28 __memset_io +EXPORT_SYMBOL vmlinux 0x18b5369d pci_enable_atomic_ops_to_root +EXPORT_SYMBOL vmlinux 0x18bb43e2 pcie_get_readrq +EXPORT_SYMBOL vmlinux 0x18c78890 bio_kmalloc +EXPORT_SYMBOL vmlinux 0x18df9acc ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0x18e60984 __do_once_start +EXPORT_SYMBOL vmlinux 0x18f65dc3 skb_copy_datagram_from_iter +EXPORT_SYMBOL vmlinux 0x19118c1d reuseport_stop_listen_sock +EXPORT_SYMBOL vmlinux 0x191d4041 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x19238455 genphy_c37_read_status +EXPORT_SYMBOL vmlinux 0x1953c958 mempool_create +EXPORT_SYMBOL vmlinux 0x19599a07 phy_modify_paged +EXPORT_SYMBOL vmlinux 0x195a27db bio_add_folio +EXPORT_SYMBOL vmlinux 0x19619de8 imx_scu_enable_general_irq_channel +EXPORT_SYMBOL vmlinux 0x196bcc6c sock_kmalloc +EXPORT_SYMBOL vmlinux 0x196fd581 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0x197d5b60 dma_fence_default_wait +EXPORT_SYMBOL vmlinux 0x1984d421 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0x199b6962 pci_scan_bus +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19a591c1 sock_setsockopt +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19c25f1f netpoll_parse_options +EXPORT_SYMBOL vmlinux 0x19d70261 pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x19e0d153 flow_indr_dev_unregister +EXPORT_SYMBOL vmlinux 0x19e2fa7e mdiobb_write_c22 +EXPORT_SYMBOL vmlinux 0x19f34499 xfrm_user_policy +EXPORT_SYMBOL vmlinux 0x19fa4cb3 max8998_write_reg +EXPORT_SYMBOL vmlinux 0x19fefb94 build_skb +EXPORT_SYMBOL vmlinux 0x1a0be0d0 tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x1a136022 msm_pinctrl_probe +EXPORT_SYMBOL vmlinux 0x1a2a3720 logfc +EXPORT_SYMBOL vmlinux 0x1a2b5421 __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x1a3db43c key_alloc +EXPORT_SYMBOL vmlinux 0x1a40deae request_key_tag +EXPORT_SYMBOL vmlinux 0x1a45cb6c acpi_disabled +EXPORT_SYMBOL vmlinux 0x1a4865f2 blk_mq_destroy_queue +EXPORT_SYMBOL vmlinux 0x1a60fb2c icmp_ndo_send +EXPORT_SYMBOL vmlinux 0x1a64dec4 vlan_uses_dev +EXPORT_SYMBOL vmlinux 0x1a7456c6 xfrm4_rcv +EXPORT_SYMBOL vmlinux 0x1a844b75 fs_context_for_submount +EXPORT_SYMBOL vmlinux 0x1a9a11ad filemap_fault +EXPORT_SYMBOL vmlinux 0x1a9a433c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x1aa23810 input_get_timestamp +EXPORT_SYMBOL vmlinux 0x1aa72e4b pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0x1aaff79f vga_put +EXPORT_SYMBOL vmlinux 0x1ab8ad1e pci_read_config_dword +EXPORT_SYMBOL vmlinux 0x1ac18717 tty_kref_put +EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn +EXPORT_SYMBOL vmlinux 0x1ad957fe alloc_buffer_head +EXPORT_SYMBOL vmlinux 0x1af3e962 ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b05b4f6 skb_clone_sk +EXPORT_SYMBOL vmlinux 0x1b258689 dev_set_mtu +EXPORT_SYMBOL vmlinux 0x1b32441a clk_hw_get_clk +EXPORT_SYMBOL vmlinux 0x1b3343ed iov_iter_get_pages2 +EXPORT_SYMBOL vmlinux 0x1b335af2 __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x1b3ce22f netif_tx_unlock +EXPORT_SYMBOL vmlinux 0x1b5196fc xudma_tchan_put +EXPORT_SYMBOL vmlinux 0x1b5250b6 ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0x1b597b7a swake_up_all +EXPORT_SYMBOL vmlinux 0x1b5ae66f reuseport_has_conns_set +EXPORT_SYMBOL vmlinux 0x1b62dc3a key_invalidate +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b777357 rdmacg_unregister_device +EXPORT_SYMBOL vmlinux 0x1b908d85 _raw_write_lock_nested +EXPORT_SYMBOL vmlinux 0x1b912f82 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0x1ba59527 __kmalloc_node +EXPORT_SYMBOL vmlinux 0x1ba99e44 mmc_cqe_start_req +EXPORT_SYMBOL vmlinux 0x1bb51249 tcp_have_smc +EXPORT_SYMBOL vmlinux 0x1bb86b9a xen_start_info +EXPORT_SYMBOL vmlinux 0x1bc3ecb1 xp_dma_map +EXPORT_SYMBOL vmlinux 0x1bd59dbe vme_free_consistent +EXPORT_SYMBOL vmlinux 0x1be00271 __nla_reserve +EXPORT_SYMBOL vmlinux 0x1be030d3 mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0x1be1515c sock_no_connect +EXPORT_SYMBOL vmlinux 0x1bedb897 pci_get_subsys +EXPORT_SYMBOL vmlinux 0x1bfe9fda blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0x1c0ba49c fb_io_read +EXPORT_SYMBOL vmlinux 0x1c0bb2c2 ip6_dst_alloc +EXPORT_SYMBOL vmlinux 0x1c1acce5 jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0x1c24f195 mipi_dsi_dcs_set_tear_off +EXPORT_SYMBOL vmlinux 0x1c33b7bc nvdimm_namespace_locked +EXPORT_SYMBOL vmlinux 0x1c3eb834 pci_enable_ptm +EXPORT_SYMBOL vmlinux 0x1c48f07b param_set_int +EXPORT_SYMBOL vmlinux 0x1c5145cd md_error +EXPORT_SYMBOL vmlinux 0x1c58427f acpi_remove_notify_handler +EXPORT_SYMBOL vmlinux 0x1c5e3878 icst525_idx2s +EXPORT_SYMBOL vmlinux 0x1c66d942 tty_register_ldisc +EXPORT_SYMBOL vmlinux 0x1c714446 devfreq_add_device +EXPORT_SYMBOL vmlinux 0x1c80d19c setattr_should_drop_sgid +EXPORT_SYMBOL vmlinux 0x1c85c2bb pcie_bandwidth_available +EXPORT_SYMBOL vmlinux 0x1c8efb6a pid_task +EXPORT_SYMBOL vmlinux 0x1ca00164 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x1ca780e4 devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x1cad8409 netdev_adjacent_change_abort +EXPORT_SYMBOL vmlinux 0x1cb11044 inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0x1cc11154 __SCK__tp_func_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x1cc51ee0 xattr_full_name +EXPORT_SYMBOL vmlinux 0x1cc93a58 kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0x1ccf1e3e phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x1cd3bf6c phy_disconnect +EXPORT_SYMBOL vmlinux 0x1cd8438b pxm_to_node +EXPORT_SYMBOL vmlinux 0x1cdd39ba logic_outsl +EXPORT_SYMBOL vmlinux 0x1ce3de19 security_dentry_create_files_as +EXPORT_SYMBOL vmlinux 0x1cf53cf8 fscrypt_ioctl_set_policy +EXPORT_SYMBOL vmlinux 0x1cf5efa6 xudma_rflow_get_id +EXPORT_SYMBOL vmlinux 0x1cfc89ce tcp_make_synack +EXPORT_SYMBOL vmlinux 0x1d07e365 memdup_user_nul +EXPORT_SYMBOL vmlinux 0x1d0d2f2f skb_checksum_trimmed +EXPORT_SYMBOL vmlinux 0x1d1abdf0 acpi_get_physical_device_location +EXPORT_SYMBOL vmlinux 0x1d21ba47 xfrm_policy_hash_rebuild +EXPORT_SYMBOL vmlinux 0x1d24c881 ___ratelimit +EXPORT_SYMBOL vmlinux 0x1d3b1ff8 tcf_block_put +EXPORT_SYMBOL vmlinux 0x1d40b6f3 idr_for_each +EXPORT_SYMBOL vmlinux 0x1d47d49b reuseport_detach_prog +EXPORT_SYMBOL vmlinux 0x1d48d033 jbd2_wait_inode_data +EXPORT_SYMBOL vmlinux 0x1d4be014 __nd_driver_register +EXPORT_SYMBOL vmlinux 0x1d69f69f of_phy_get_and_connect +EXPORT_SYMBOL vmlinux 0x1d794855 __tracepoint_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x1d799af2 ethtool_virtdev_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x1d7b8461 blk_get_queue +EXPORT_SYMBOL vmlinux 0x1d8699a9 jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0x1d8b5244 mmc_cqe_recovery +EXPORT_SYMBOL vmlinux 0x1d9672bd fault_in_subpage_writeable +EXPORT_SYMBOL vmlinux 0x1d9c033c page_pool_alloc_pages +EXPORT_SYMBOL vmlinux 0x1dc6c93b lookup_user_key +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1ddeffe9 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0x1de4ccb2 get_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x1de59c22 qcom_scm_ice_invalidate_key +EXPORT_SYMBOL vmlinux 0x1de67f9b qcom_scm_io_writel +EXPORT_SYMBOL vmlinux 0x1ded352f pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0x1df280bf sock_no_getname +EXPORT_SYMBOL vmlinux 0x1e02afaa free_task +EXPORT_SYMBOL vmlinux 0x1e0373fc imx_scu_irq_group_enable +EXPORT_SYMBOL vmlinux 0x1e0a0c24 mod_timer_pending +EXPORT_SYMBOL vmlinux 0x1e0cd7fe acpi_detach_data +EXPORT_SYMBOL vmlinux 0x1e291632 xfrm_init_state +EXPORT_SYMBOL vmlinux 0x1e65266a rtnl_kfree_skbs +EXPORT_SYMBOL vmlinux 0x1e6adaa0 bitmap_print_bitmask_to_buf +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e90c02a thaw_super +EXPORT_SYMBOL vmlinux 0x1e98d360 vme_dma_request +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1eb7a0cc twl6040_power +EXPORT_SYMBOL vmlinux 0x1ecc4a10 dentry_create +EXPORT_SYMBOL vmlinux 0x1ed35ead fscrypt_fname_disk_to_usr +EXPORT_SYMBOL vmlinux 0x1edac33e __i2c_transfer +EXPORT_SYMBOL vmlinux 0x1edb69d6 ktime_get_raw_ts64 +EXPORT_SYMBOL vmlinux 0x1eecc356 blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0x1ef41b7e qcom_scm_iommu_set_pt_format +EXPORT_SYMBOL vmlinux 0x1f1985f9 mr_mfc_find_any_parent +EXPORT_SYMBOL vmlinux 0x1f2e1020 ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0x1f30a695 __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x1f3a2a7f cros_ec_cmd_xfer_status +EXPORT_SYMBOL vmlinux 0x1f4c3910 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0x1f557414 gen_pool_has_addr +EXPORT_SYMBOL vmlinux 0x1f6c3dc0 phy_reset_after_clk_enable +EXPORT_SYMBOL vmlinux 0x1f72ad18 devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x1f743aae mdiobus_c45_read +EXPORT_SYMBOL vmlinux 0x1f755599 buffer_migrate_folio +EXPORT_SYMBOL vmlinux 0x1f792ae8 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0x1f986323 fwnode_irq_get_byname +EXPORT_SYMBOL vmlinux 0x1f9e378c tty_port_close_end +EXPORT_SYMBOL vmlinux 0x1fa3e00f vme_register_bridge +EXPORT_SYMBOL vmlinux 0x1fa66d96 set_anon_super +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fbd30a6 rproc_remove_subdev +EXPORT_SYMBOL vmlinux 0x1fc1109e proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x1fc28464 cdev_set_parent +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fe78312 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x1fec0430 ipv6_mc_check_mld +EXPORT_SYMBOL vmlinux 0x1ff87c3e xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x201075a7 __skb_wait_for_more_packets +EXPORT_SYMBOL vmlinux 0x203dc0d1 dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x20463df4 wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x204c5067 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0x205a7f71 devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0x206a92ff napi_gro_receive +EXPORT_SYMBOL vmlinux 0x2094fce1 pci_disable_msix +EXPORT_SYMBOL vmlinux 0x209a4be6 i2c_verify_client +EXPORT_SYMBOL vmlinux 0x209ba09b mipi_dsi_picture_parameter_set +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20abc2f8 md_bitmap_endwrite +EXPORT_SYMBOL vmlinux 0x20b93db3 eth_type_trans +EXPORT_SYMBOL vmlinux 0x20cbb30a __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x20d65e40 fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0x20eadeb6 ip_compute_csum +EXPORT_SYMBOL vmlinux 0x20eca3d5 pci_enable_msi +EXPORT_SYMBOL vmlinux 0x21022ea3 __skb_ext_del +EXPORT_SYMBOL vmlinux 0x2119b90c __getblk_gfp +EXPORT_SYMBOL vmlinux 0x21288c50 skb_free_datagram +EXPORT_SYMBOL vmlinux 0x213a738d memregion_alloc +EXPORT_SYMBOL vmlinux 0x213e4965 ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x21519316 mr_mfc_find_any +EXPORT_SYMBOL vmlinux 0x2167da41 mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0x216bbe87 pcie_relaxed_ordering_enabled +EXPORT_SYMBOL vmlinux 0x216c5381 ip_check_defrag +EXPORT_SYMBOL vmlinux 0x216d39e8 generic_file_fsync +EXPORT_SYMBOL vmlinux 0x216d462f skb_copy_header +EXPORT_SYMBOL vmlinux 0x217b8775 _dev_emerg +EXPORT_SYMBOL vmlinux 0x2180a41e xen_free_unpopulated_pages +EXPORT_SYMBOL vmlinux 0x218b95c8 key_payload_reserve +EXPORT_SYMBOL vmlinux 0x218e600b pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0x219b7767 task_lookup_next_fd_rcu +EXPORT_SYMBOL vmlinux 0x219dd750 mmc_remove_host +EXPORT_SYMBOL vmlinux 0x21b489c0 pnp_register_driver +EXPORT_SYMBOL vmlinux 0x21bdb523 errseq_check_and_advance +EXPORT_SYMBOL vmlinux 0x21be3c88 i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0x21cfe6ab dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0x21e13cb3 inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0x21e4a605 skb_eth_push +EXPORT_SYMBOL vmlinux 0x21ea5251 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x21ef374c try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x21f2ad1f mark_info_dirty +EXPORT_SYMBOL vmlinux 0x2220bf9f sg_miter_next +EXPORT_SYMBOL vmlinux 0x222d1b06 __cpuhp_remove_state +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x222fe764 folio_alloc +EXPORT_SYMBOL vmlinux 0x2234ca51 acpi_match_platform_list +EXPORT_SYMBOL vmlinux 0x224ce651 xudma_free_gp_rflow_range +EXPORT_SYMBOL vmlinux 0x22694647 getname_kernel +EXPORT_SYMBOL vmlinux 0x228e9b55 xsk_uses_need_wakeup +EXPORT_SYMBOL vmlinux 0x229ffa58 rdmacg_uncharge +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22b7d0fb deactivate_locked_super +EXPORT_SYMBOL vmlinux 0x22c53f52 sync_blockdev_range +EXPORT_SYMBOL vmlinux 0x22c9f2bb init_pseudo +EXPORT_SYMBOL vmlinux 0x22d205de ipv6_sock_mc_drop +EXPORT_SYMBOL vmlinux 0x22d717e2 tty_devnum +EXPORT_SYMBOL vmlinux 0x22da32e4 i2c_del_driver +EXPORT_SYMBOL vmlinux 0x22ecdfaa __ClearPageMovable +EXPORT_SYMBOL vmlinux 0x23012771 set_posix_acl +EXPORT_SYMBOL vmlinux 0x2312a0d1 devm_register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x23202acb of_get_cpu_node +EXPORT_SYMBOL vmlinux 0x2322faf4 mdiobus_is_registered_device +EXPORT_SYMBOL vmlinux 0x232af605 jbd2_journal_invalidate_folio +EXPORT_SYMBOL vmlinux 0x23559c51 qman_oos_fq +EXPORT_SYMBOL vmlinux 0x235c4045 super_setup_bdi_name +EXPORT_SYMBOL vmlinux 0x236457ad vme_irq_request +EXPORT_SYMBOL vmlinux 0x2364c85a tasklet_init +EXPORT_SYMBOL vmlinux 0x236bfd7e pci_unmap_rom +EXPORT_SYMBOL vmlinux 0x23754873 mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0x2375e6c8 dev_addr_add +EXPORT_SYMBOL vmlinux 0x237b63bd arp_xmit +EXPORT_SYMBOL vmlinux 0x237d346f dev_pm_opp_register_notifier +EXPORT_SYMBOL vmlinux 0x2380e74f input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0x238b099f mipi_dsi_packet_format_is_short +EXPORT_SYMBOL vmlinux 0x2391f725 irq_stat +EXPORT_SYMBOL vmlinux 0x2393c0a7 security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0x2396ff22 sk_wait_data +EXPORT_SYMBOL vmlinux 0x23af5a39 __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x23b5d9b3 config_item_set_name +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23c4a5b3 __skb_pad +EXPORT_SYMBOL vmlinux 0x23daa989 mipi_dsi_create_packet +EXPORT_SYMBOL vmlinux 0x23dc7f6c hdmi_avi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x23f1d7a6 page_pool_ethtool_stats_get_count +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x240af493 __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x241055b1 sg_alloc_table_from_pages_segment +EXPORT_SYMBOL vmlinux 0x241f4f6b xfrm_dev_policy_flush +EXPORT_SYMBOL vmlinux 0x242346f3 bio_init +EXPORT_SYMBOL vmlinux 0x242957de prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x244fead0 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0x24598b20 dns_query +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x247b8e86 fscrypt_zeroout_range +EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0x249ec02d cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0x24bf90a1 pci_enable_device +EXPORT_SYMBOL vmlinux 0x24ccd061 skb_copy_and_csum_datagram_msg +EXPORT_SYMBOL vmlinux 0x24d273d1 add_timer +EXPORT_SYMBOL vmlinux 0x24d808a6 __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x24e1b558 seg6_hmac_compute +EXPORT_SYMBOL vmlinux 0x24f7478c phy_driver_unregister +EXPORT_SYMBOL vmlinux 0x2505bf18 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x250939e3 framebuffer_release +EXPORT_SYMBOL vmlinux 0x252332f1 __SCK__tp_func_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x25237085 devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0x25304120 generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0x25321eef prepare_creds +EXPORT_SYMBOL vmlinux 0x253ab77d __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x2554089e skb_flow_get_icmp_tci +EXPORT_SYMBOL vmlinux 0x255e4c41 icmpv6_ndo_send +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x258a2c02 _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x258d2f76 net_dim_get_tx_moderation +EXPORT_SYMBOL vmlinux 0x25940f5c param_set_uint +EXPORT_SYMBOL vmlinux 0x25974000 wait_for_completion +EXPORT_SYMBOL vmlinux 0x2598c6c0 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x25a17e07 vm_mmap +EXPORT_SYMBOL vmlinux 0x25b09319 pci_write_config_byte +EXPORT_SYMBOL vmlinux 0x25c89c8b seg6_hmac_validate_skb +EXPORT_SYMBOL vmlinux 0x25d2b430 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x25e37942 rtnl_notify +EXPORT_SYMBOL vmlinux 0x25e9d4bd resource_list_free +EXPORT_SYMBOL vmlinux 0x25ee020d of_mdio_find_bus +EXPORT_SYMBOL vmlinux 0x25f287be mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0x26060d14 set_groups +EXPORT_SYMBOL vmlinux 0x260e52ee dynamic_preempt_schedule_notrace +EXPORT_SYMBOL vmlinux 0x2614ca67 sk_capable +EXPORT_SYMBOL vmlinux 0x26152046 load_nls +EXPORT_SYMBOL vmlinux 0x26165e8b input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0x262398bb mipi_dsi_dcs_set_pixel_format +EXPORT_SYMBOL vmlinux 0x2630730f pci_write_config_dword +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x263c3152 bcmp +EXPORT_SYMBOL vmlinux 0x263f0d1f qman_portal_set_iperiod +EXPORT_SYMBOL vmlinux 0x2644ec82 blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0x2645d293 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x2668f23e __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0x266cb161 pci_clear_master +EXPORT_SYMBOL vmlinux 0x267721f6 xfrm_if_register_cb +EXPORT_SYMBOL vmlinux 0x2679e295 free_mdio_bitbang +EXPORT_SYMBOL vmlinux 0x2688ec10 bitmap_zalloc +EXPORT_SYMBOL vmlinux 0x26897b52 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x2693051a pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0x26bb7cb3 d_rehash +EXPORT_SYMBOL vmlinux 0x26bde295 phy_device_remove +EXPORT_SYMBOL vmlinux 0x26c4d113 is_nd_btt +EXPORT_SYMBOL vmlinux 0x26ce9b4c ethtool_aggregate_phy_stats +EXPORT_SYMBOL vmlinux 0x26df71d2 devm_clk_get_optional +EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x26e67e99 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0x26ec1ec7 sock_edemux +EXPORT_SYMBOL vmlinux 0x26fd1d9a genphy_loopback +EXPORT_SYMBOL vmlinux 0x270a09f4 pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0x270cf88f dump_stack_lvl +EXPORT_SYMBOL vmlinux 0x2710459c tc_cleanup_offload_action +EXPORT_SYMBOL vmlinux 0x271cba95 acpi_bus_private_data_handler +EXPORT_SYMBOL vmlinux 0x2725ff75 i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0x272a8933 udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x2733eaf7 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0x27479d14 param_free_charp +EXPORT_SYMBOL vmlinux 0x275dd559 bdi_put +EXPORT_SYMBOL vmlinux 0x275dfee4 ucc_slow_free +EXPORT_SYMBOL vmlinux 0x275f3d49 hdmi_vendor_infoframe_check +EXPORT_SYMBOL vmlinux 0x27720927 tc_setup_offload_action +EXPORT_SYMBOL vmlinux 0x27756bc8 scsi_sanitize_inquiry_string +EXPORT_SYMBOL vmlinux 0x27810361 acpi_os_wait_events_complete +EXPORT_SYMBOL vmlinux 0x2782b393 xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x278650a7 pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0x278c3839 __napi_schedule_irqoff +EXPORT_SYMBOL vmlinux 0x2790c9cd sys_copyarea +EXPORT_SYMBOL vmlinux 0x2798fe4d is_bad_inode +EXPORT_SYMBOL vmlinux 0x27a2932c security_inet_conn_request +EXPORT_SYMBOL vmlinux 0x27a5ecc3 brioctl_set +EXPORT_SYMBOL vmlinux 0x27b2f27a inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27bd5a47 trace_print_array_seq +EXPORT_SYMBOL vmlinux 0x27c3c728 qman_release_fqid +EXPORT_SYMBOL vmlinux 0x27cdca93 pci_add_resource +EXPORT_SYMBOL vmlinux 0x27e0dd0a qcom_scm_pas_init_image +EXPORT_SYMBOL vmlinux 0x27fe6505 of_device_is_big_endian +EXPORT_SYMBOL vmlinux 0x2801a22f proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0x280f9575 sk_common_release +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x281dbe99 genphy_read_status_fixed +EXPORT_SYMBOL vmlinux 0x282c7e12 __tracepoint_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x283a24f9 follow_down +EXPORT_SYMBOL vmlinux 0x283a9489 redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x283dc8c4 acpi_dev_get_next_match_dev +EXPORT_SYMBOL vmlinux 0x284696c9 sock_alloc +EXPORT_SYMBOL vmlinux 0x284c1ab6 skb_headers_offset_update +EXPORT_SYMBOL vmlinux 0x284ec015 vfs_iocb_iter_read +EXPORT_SYMBOL vmlinux 0x28500e13 proc_douintvec +EXPORT_SYMBOL vmlinux 0x2871197b xattr_supports_user_prefix +EXPORT_SYMBOL vmlinux 0x2875a315 utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0x2876bc22 sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x28864fef __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0x2895ad3f pci_ep_cfs_remove_epc_group +EXPORT_SYMBOL vmlinux 0x289fb352 cdev_device_add +EXPORT_SYMBOL vmlinux 0x28cf7e14 done_path_create +EXPORT_SYMBOL vmlinux 0x28ea3e59 input_mt_drop_unused +EXPORT_SYMBOL vmlinux 0x28eb1a48 ww_mutex_lock +EXPORT_SYMBOL vmlinux 0x28f264d7 __tracepoint_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x28f48282 d_lookup +EXPORT_SYMBOL vmlinux 0x28f94604 __ubsan_handle_builtin_unreachable +EXPORT_SYMBOL vmlinux 0x28ff40a0 tc_setup_cb_replace +EXPORT_SYMBOL vmlinux 0x29049e61 input_event +EXPORT_SYMBOL vmlinux 0x2919e81d path_is_under +EXPORT_SYMBOL vmlinux 0x2928b2d0 udp_read_skb +EXPORT_SYMBOL vmlinux 0x294b2836 nf_ct_attach +EXPORT_SYMBOL vmlinux 0x29604158 napi_busy_loop +EXPORT_SYMBOL vmlinux 0x296a973e inet_offloads +EXPORT_SYMBOL vmlinux 0x296b8bbf __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x296ed9bb ip_tunnel_header_ops +EXPORT_SYMBOL vmlinux 0x2971fb48 request_firmware_nowait +EXPORT_SYMBOL vmlinux 0x297c1675 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0x297e90d9 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x2982d095 d_tmpfile +EXPORT_SYMBOL vmlinux 0x29896d4c _dev_crit +EXPORT_SYMBOL vmlinux 0x299b5b90 devm_arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0x29a473ae tc_setup_cb_destroy +EXPORT_SYMBOL vmlinux 0x29af702b dma_pool_create +EXPORT_SYMBOL vmlinux 0x29db4c5f touchscreen_parse_properties +EXPORT_SYMBOL vmlinux 0x29e1e204 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0x2a021750 of_phy_register_fixed_link +EXPORT_SYMBOL vmlinux 0x2a071c00 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0x2a18d45c pci_free_host_bridge +EXPORT_SYMBOL vmlinux 0x2a25f7ae fs_param_is_fd +EXPORT_SYMBOL vmlinux 0x2a27ec91 netdev_printk +EXPORT_SYMBOL vmlinux 0x2a29db89 release_sock +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a366c07 tty_port_hangup +EXPORT_SYMBOL vmlinux 0x2a54bfe4 tcf_idr_search +EXPORT_SYMBOL vmlinux 0x2a5623ed amba_request_regions +EXPORT_SYMBOL vmlinux 0x2a579476 finish_swait +EXPORT_SYMBOL vmlinux 0x2a5910d0 tty_port_tty_get +EXPORT_SYMBOL vmlinux 0x2a5c0c8a __filemap_get_folio +EXPORT_SYMBOL vmlinux 0x2a5c45fe ip_getsockopt +EXPORT_SYMBOL vmlinux 0x2a6a5aac sockopt_capable +EXPORT_SYMBOL vmlinux 0x2a8a0b96 page_frag_alloc_align +EXPORT_SYMBOL vmlinux 0x2a928918 slhc_free +EXPORT_SYMBOL vmlinux 0x2a957bdc fman_port_get_device +EXPORT_SYMBOL vmlinux 0x2a98e901 migrate_vma_setup +EXPORT_SYMBOL vmlinux 0x2a9a3905 vme_master_get +EXPORT_SYMBOL vmlinux 0x2aa0843e mempool_resize +EXPORT_SYMBOL vmlinux 0x2aa60738 inode_update_time +EXPORT_SYMBOL vmlinux 0x2aabaf9d xudma_tchan_get +EXPORT_SYMBOL vmlinux 0x2aabcdc8 vmalloc_array +EXPORT_SYMBOL vmlinux 0x2ab2ee91 brcmstb_get_product_id +EXPORT_SYMBOL vmlinux 0x2abe97bc d_obtain_root +EXPORT_SYMBOL vmlinux 0x2ac86a29 file_update_time +EXPORT_SYMBOL vmlinux 0x2af4e168 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0x2b131bb7 pci_release_region +EXPORT_SYMBOL vmlinux 0x2b1abce3 fman_has_errata_a050385 +EXPORT_SYMBOL vmlinux 0x2b2a5e7f phy_get_c45_ids +EXPORT_SYMBOL vmlinux 0x2b2c75b7 jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0x2b4027d1 __register_nls +EXPORT_SYMBOL vmlinux 0x2b593aa8 gen_pool_alloc_algo_owner +EXPORT_SYMBOL vmlinux 0x2b5ca6ec sync_inode_metadata +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2b9e7c69 skb_orphan_partial +EXPORT_SYMBOL vmlinux 0x2ba31095 km_state_notify +EXPORT_SYMBOL vmlinux 0x2bae204e mt_find +EXPORT_SYMBOL vmlinux 0x2bb1c81c key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0x2bb6099e dq_data_lock +EXPORT_SYMBOL vmlinux 0x2bbd10c4 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x2bc149a5 vm_map_ram +EXPORT_SYMBOL vmlinux 0x2bc825cd vm_insert_pages +EXPORT_SYMBOL vmlinux 0x2bd1bcad thread_group_exited +EXPORT_SYMBOL vmlinux 0x2bd60ab9 acpi_reset +EXPORT_SYMBOL vmlinux 0x2be2394d flow_rule_match_eth_addrs +EXPORT_SYMBOL vmlinux 0x2bfbab10 __memmove +EXPORT_SYMBOL vmlinux 0x2c10c375 __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x2c110d3d jbd2_fc_release_bufs +EXPORT_SYMBOL vmlinux 0x2c1b4217 mdiobus_scan_c22 +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c2bb69c __breadahead +EXPORT_SYMBOL vmlinux 0x2c329e54 tegra_powergate_sequence_power_up +EXPORT_SYMBOL vmlinux 0x2c45c330 ppp_channel_index +EXPORT_SYMBOL vmlinux 0x2c541e7b radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x2c65a066 jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0x2c717cd5 xp_can_alloc +EXPORT_SYMBOL vmlinux 0x2c82c36a security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x2c91e17c vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x2ca6b07f disk_stack_limits +EXPORT_SYMBOL vmlinux 0x2cad3cf3 security_dentry_init_security +EXPORT_SYMBOL vmlinux 0x2ccd059a dim_on_top +EXPORT_SYMBOL vmlinux 0x2cd7474c udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0x2cf0c910 sg_init_table +EXPORT_SYMBOL vmlinux 0x2cf56265 __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d39b0a7 kstrdup +EXPORT_SYMBOL vmlinux 0x2d4c773a hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0x2d4daef5 find_font +EXPORT_SYMBOL vmlinux 0x2d62144d ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0x2d68af3f ether_setup +EXPORT_SYMBOL vmlinux 0x2d912bca dmi_get_bios_year +EXPORT_SYMBOL vmlinux 0x2d945dd8 mipi_dsi_turn_on_peripheral +EXPORT_SYMBOL vmlinux 0x2d994605 security_inode_copy_up_xattr +EXPORT_SYMBOL vmlinux 0x2da3e77b scsi_ioctl +EXPORT_SYMBOL vmlinux 0x2dbdcd10 wrap_directory_iterator +EXPORT_SYMBOL vmlinux 0x2dce2f1c __irq_regs +EXPORT_SYMBOL vmlinux 0x2ddc8d0b crypto_sha512_update +EXPORT_SYMBOL vmlinux 0x2ddfed44 i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x2de04953 tty_do_resize +EXPORT_SYMBOL vmlinux 0x2de3e3b7 cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x2de40e0e folio_set_bh +EXPORT_SYMBOL vmlinux 0x2df50cb5 deactivate_super +EXPORT_SYMBOL vmlinux 0x2df9ac58 phy_find_first +EXPORT_SYMBOL vmlinux 0x2e00c2ce kernel_getsockname +EXPORT_SYMBOL vmlinux 0x2e0a637d acpi_walk_resources +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e2ae09a do_SAK +EXPORT_SYMBOL vmlinux 0x2e2b40d2 strncat +EXPORT_SYMBOL vmlinux 0x2e2c4ddc logic_inw +EXPORT_SYMBOL vmlinux 0x2e35ae75 of_find_property +EXPORT_SYMBOL vmlinux 0x2e3bcce2 wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x2e439142 drm_get_panel_orientation_quirk +EXPORT_SYMBOL vmlinux 0x2e5b27da xudma_alloc_gp_rflow_range +EXPORT_SYMBOL vmlinux 0x2e65c522 dcb_ieee_getapp_default_prio_mask +EXPORT_SYMBOL vmlinux 0x2e6a044b cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0x2e6b1be3 fman_get_qman_channel_id +EXPORT_SYMBOL vmlinux 0x2e6d22ec fs_param_is_blockdev +EXPORT_SYMBOL vmlinux 0x2e6e667d generic_delete_inode +EXPORT_SYMBOL vmlinux 0x2e83b0d2 compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0x2e8608d3 dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0x2eab51e4 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x2ebca15e napi_schedule_prep +EXPORT_SYMBOL vmlinux 0x2ec6bba0 errseq_set +EXPORT_SYMBOL vmlinux 0x2eded123 _dev_warn +EXPORT_SYMBOL vmlinux 0x2ee40434 skb_store_bits +EXPORT_SYMBOL vmlinux 0x2f007990 config_group_init_type_name +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f094410 __xfrm_dst_lookup +EXPORT_SYMBOL vmlinux 0x2f1254d1 ucc_tdm_init +EXPORT_SYMBOL vmlinux 0x2f255737 pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x2f256109 __put_user_ns +EXPORT_SYMBOL vmlinux 0x2f2e91b2 security_ib_alloc_security +EXPORT_SYMBOL vmlinux 0x2f2f14dd rpmh_write_batch +EXPORT_SYMBOL vmlinux 0x2f333aab imx_scu_get_handle +EXPORT_SYMBOL vmlinux 0x2f37c7d7 sock_create_kern +EXPORT_SYMBOL vmlinux 0x2f384db3 acpi_is_video_device +EXPORT_SYMBOL vmlinux 0x2f47eb01 netdev_err +EXPORT_SYMBOL vmlinux 0x2f4c61ad kobject_put +EXPORT_SYMBOL vmlinux 0x2f529376 jbd2_fc_get_buf +EXPORT_SYMBOL vmlinux 0x2f5a08c4 inet_stream_connect +EXPORT_SYMBOL vmlinux 0x2f5e8ada dcb_getrewr_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0x2f608458 posix_test_lock +EXPORT_SYMBOL vmlinux 0x2f633c07 iommu_dma_get_resv_regions +EXPORT_SYMBOL vmlinux 0x2f72a521 __dec_node_page_state +EXPORT_SYMBOL vmlinux 0x2f766a02 setattr_should_drop_suidgid +EXPORT_SYMBOL vmlinux 0x2f7754a8 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2f85b131 pci_disable_ptm +EXPORT_SYMBOL vmlinux 0x2f977513 rpmh_write +EXPORT_SYMBOL vmlinux 0x2fa4d1aa tcf_qevent_handle +EXPORT_SYMBOL vmlinux 0x2fbfb5db locks_delete_block +EXPORT_SYMBOL vmlinux 0x2fcbd383 pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0x2fd0aa1e pci_enable_wake +EXPORT_SYMBOL vmlinux 0x2fd5688a tcp_peek_len +EXPORT_SYMBOL vmlinux 0x2fdd613b bpf_empty_prog_array +EXPORT_SYMBOL vmlinux 0x2fe0941f ps2_command +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x2ff5b5f8 vlan_filter_drop_vids +EXPORT_SYMBOL vmlinux 0x30031a40 tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0x301a5ad1 skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0x3061f1a3 dev_close +EXPORT_SYMBOL vmlinux 0x30660ff3 scsi_mode_sense +EXPORT_SYMBOL vmlinux 0x308434f8 register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x3096be16 names_cachep +EXPORT_SYMBOL vmlinux 0x309e531a freeze_super +EXPORT_SYMBOL vmlinux 0x30a14e52 generic_listxattr +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30acfde9 hsiphash_2u32 +EXPORT_SYMBOL vmlinux 0x30b03c06 kernel_param_lock +EXPORT_SYMBOL vmlinux 0x30bdc7bf tty_register_driver +EXPORT_SYMBOL vmlinux 0x30c7651e tegra_dfll_runtime_resume +EXPORT_SYMBOL vmlinux 0x30e59cee mipi_dsi_compression_mode +EXPORT_SYMBOL vmlinux 0x30f641b3 file_fdatawait_range +EXPORT_SYMBOL vmlinux 0x30fa5463 phys_mem_access_prot +EXPORT_SYMBOL vmlinux 0x31024ea2 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x3102c671 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0x31165bb2 pci_request_irq +EXPORT_SYMBOL vmlinux 0x3126a9e8 siphash_1u64 +EXPORT_SYMBOL vmlinux 0x312c24c0 iov_iter_get_pages_alloc2 +EXPORT_SYMBOL vmlinux 0x312ed932 verify_spi_info +EXPORT_SYMBOL vmlinux 0x315878c8 pci_read_config_word +EXPORT_SYMBOL vmlinux 0x315a2e89 genl_unregister_family +EXPORT_SYMBOL vmlinux 0x315f5b68 netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x31620db0 pcim_pin_device +EXPORT_SYMBOL vmlinux 0x31652178 bmap +EXPORT_SYMBOL vmlinux 0x31810b8a cdc_parse_cdc_header +EXPORT_SYMBOL vmlinux 0x3194b330 napi_gro_flush +EXPORT_SYMBOL vmlinux 0x319b2297 cros_ec_prepare_tx +EXPORT_SYMBOL vmlinux 0x319cc29c eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0x31a4767f qcom_scm_hdcp_available +EXPORT_SYMBOL vmlinux 0x31c2eccd free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0x31c3be8a udpv6_sendmsg +EXPORT_SYMBOL vmlinux 0x31c71a55 genphy_setup_forced +EXPORT_SYMBOL vmlinux 0x31c9b1c1 mmc_cqe_request_done +EXPORT_SYMBOL vmlinux 0x31cc4d81 folio_wait_private_2_killable +EXPORT_SYMBOL vmlinux 0x31d730d7 xen_alloc_unpopulated_pages +EXPORT_SYMBOL vmlinux 0x31dc722c vfs_copy_file_range +EXPORT_SYMBOL vmlinux 0x31e45080 irq_set_chip +EXPORT_SYMBOL vmlinux 0x31eabdab mdiobus_setup_mdiodev_from_board_info +EXPORT_SYMBOL vmlinux 0x31fa2be5 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0x31fc2770 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0x320de08c jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0x3213f038 mutex_unlock +EXPORT_SYMBOL vmlinux 0x321e1319 of_get_next_available_child +EXPORT_SYMBOL vmlinux 0x3221df67 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x32251a69 scsi_remove_device +EXPORT_SYMBOL vmlinux 0x32394d4b qe_issue_cmd +EXPORT_SYMBOL vmlinux 0x323feadd devm_pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x324941dd __netif_rx +EXPORT_SYMBOL vmlinux 0x32644c2d xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0x3265b1df dev_set_threaded +EXPORT_SYMBOL vmlinux 0x32787823 __skb_ext_put +EXPORT_SYMBOL vmlinux 0x327c84bf vme_lm_attach +EXPORT_SYMBOL vmlinux 0x3283e6b0 prandom_seed_full_state +EXPORT_SYMBOL vmlinux 0x32b71f7b nf_log_set +EXPORT_SYMBOL vmlinux 0x32ce3777 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x32df86db gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0x32e15ccd wireless_spy_update +EXPORT_SYMBOL vmlinux 0x32e17580 netdev_adjacent_change_commit +EXPORT_SYMBOL vmlinux 0x32e6f1a0 acpi_video_backlight_string +EXPORT_SYMBOL vmlinux 0x32e8cfea mtree_load +EXPORT_SYMBOL vmlinux 0x32f37c3c clkdev_drop +EXPORT_SYMBOL vmlinux 0x32facce3 udp_set_csum +EXPORT_SYMBOL vmlinux 0x32ff60b2 tty_vhangup +EXPORT_SYMBOL vmlinux 0x3300d501 blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0x33037fd8 logic_outl +EXPORT_SYMBOL vmlinux 0x33056de1 dma_resv_add_fence +EXPORT_SYMBOL vmlinux 0x33299afb devm_devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x333bfca1 hdmi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x3369ea44 mtree_insert_range +EXPORT_SYMBOL vmlinux 0x336dba20 __inet_hash +EXPORT_SYMBOL vmlinux 0x33736a1d __genradix_ptr_alloc +EXPORT_SYMBOL vmlinux 0x338b4e01 ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x338e09d0 mipi_dsi_dcs_set_tear_on +EXPORT_SYMBOL vmlinux 0x3392a987 security_path_rename +EXPORT_SYMBOL vmlinux 0x33982d38 forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0x3399ac56 tegra_dfll_register +EXPORT_SYMBOL vmlinux 0x33af80d4 ip_sock_set_tos +EXPORT_SYMBOL vmlinux 0x33e51c45 devm_of_find_backlight +EXPORT_SYMBOL vmlinux 0x33e73b83 scsi_change_queue_depth +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33f6332f dma_map_resource +EXPORT_SYMBOL vmlinux 0x33fcf44a __kfifo_out_r +EXPORT_SYMBOL vmlinux 0x3402dc8b __write_overflow_field +EXPORT_SYMBOL vmlinux 0x341395e0 xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0x34184573 mr_table_dump +EXPORT_SYMBOL vmlinux 0x3426a568 xfrm_register_type_offload +EXPORT_SYMBOL vmlinux 0x3454992a configfs_unregister_group +EXPORT_SYMBOL vmlinux 0x3456df9d jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0x34657b09 security_inode_invalidate_secctx +EXPORT_SYMBOL vmlinux 0x34721af5 __sk_queue_drop_skb +EXPORT_SYMBOL vmlinux 0x3475ab92 tcf_qevent_dump +EXPORT_SYMBOL vmlinux 0x34880e90 of_graph_get_remote_port +EXPORT_SYMBOL vmlinux 0x34965d2b block_invalidate_folio +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34a1f7e3 acpi_processor_get_psd +EXPORT_SYMBOL vmlinux 0x34b31b74 udp6_seq_ops +EXPORT_SYMBOL vmlinux 0x34c7cdbc lookup_bdev +EXPORT_SYMBOL vmlinux 0x34db050b _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x34e35b5f console_start +EXPORT_SYMBOL vmlinux 0x34e42042 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x34eb1065 blk_queue_virt_boundary +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x34f46ac2 address_space_init_once +EXPORT_SYMBOL vmlinux 0x34fc43b9 netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy +EXPORT_SYMBOL vmlinux 0x356461c8 rtc_time64_to_tm +EXPORT_SYMBOL vmlinux 0x356b9cb7 unregister_binfmt +EXPORT_SYMBOL vmlinux 0x35735c40 iov_iter_kvec +EXPORT_SYMBOL vmlinux 0x35957b3a vif_device_init +EXPORT_SYMBOL vmlinux 0x35a03243 fault_in_iov_iter_writeable +EXPORT_SYMBOL vmlinux 0x35a88f28 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x35a9afb8 netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0x3609a463 __pci_register_driver +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x360fe974 netif_device_detach +EXPORT_SYMBOL vmlinux 0x3612b231 iommu_get_msi_cookie +EXPORT_SYMBOL vmlinux 0x3642e794 submit_bh +EXPORT_SYMBOL vmlinux 0x364850b1 down_write_killable +EXPORT_SYMBOL vmlinux 0x364c23ad mutex_is_locked +EXPORT_SYMBOL vmlinux 0x3652b4ae input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0x365acda7 set_normalized_timespec64 +EXPORT_SYMBOL vmlinux 0x365e7911 kstrdup_const +EXPORT_SYMBOL vmlinux 0x366707c9 jent_testing_init +EXPORT_SYMBOL vmlinux 0x3671a58c sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x367603e1 t10_pi_type1_ip +EXPORT_SYMBOL vmlinux 0x3678ca37 system_cpucaps +EXPORT_SYMBOL vmlinux 0x36a4d123 vfs_unlink +EXPORT_SYMBOL vmlinux 0x36b5b339 flow_block_cb_alloc +EXPORT_SYMBOL vmlinux 0x36b6ebbf down_killable +EXPORT_SYMBOL vmlinux 0x36bafce8 crypto_sha3_update +EXPORT_SYMBOL vmlinux 0x36bfa09d skb_put +EXPORT_SYMBOL vmlinux 0x36c58cb2 ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x36cc820e d_set_d_op +EXPORT_SYMBOL vmlinux 0x36d07223 fs_context_for_reconfigure +EXPORT_SYMBOL vmlinux 0x36e43d65 i2c_put_adapter +EXPORT_SYMBOL vmlinux 0x36f7c4e6 security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0x3700fbd0 dst_alloc +EXPORT_SYMBOL vmlinux 0x370843f5 pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0x37110088 remove_wait_queue +EXPORT_SYMBOL vmlinux 0x371e1953 __printk_cpu_sync_wait +EXPORT_SYMBOL vmlinux 0x37208caa iget_failed +EXPORT_SYMBOL vmlinux 0x3734c20b kobject_get_unless_zero +EXPORT_SYMBOL vmlinux 0x373ac89d ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x374c6279 __SetPageMovable +EXPORT_SYMBOL vmlinux 0x3752d769 __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL vmlinux 0x3758bfb9 cdev_alloc +EXPORT_SYMBOL vmlinux 0x375cb5c4 get_unmapped_area +EXPORT_SYMBOL vmlinux 0x377d0a9b pci_write_config_word +EXPORT_SYMBOL vmlinux 0x377d8004 acpi_error +EXPORT_SYMBOL vmlinux 0x377feb38 i2c_find_adapter_by_fwnode +EXPORT_SYMBOL vmlinux 0x37938679 sock_i_uid +EXPORT_SYMBOL vmlinux 0x379f6294 sock_no_accept +EXPORT_SYMBOL vmlinux 0x37a99c1e phy_set_sym_pause +EXPORT_SYMBOL vmlinux 0x37b8b39e screen_info +EXPORT_SYMBOL vmlinux 0x37bd8240 input_unregister_handler +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37cc3b14 fb_set_var +EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date +EXPORT_SYMBOL vmlinux 0x37fa8ac3 i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0x37fdfb6e inet_addr_type_dev_table +EXPORT_SYMBOL vmlinux 0x38117dab phy_validate_pause +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x3829494b dev_mc_del_global +EXPORT_SYMBOL vmlinux 0x3848171f param_ops_uint +EXPORT_SYMBOL vmlinux 0x384e94ee xfrm_dev_state_flush +EXPORT_SYMBOL vmlinux 0x3854774b kstrtoll +EXPORT_SYMBOL vmlinux 0x38585654 may_umount +EXPORT_SYMBOL vmlinux 0x385c7481 __tracepoint_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x387b5e18 get_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0x3883918f rproc_set_firmware +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x3891ffc8 ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0x389617b0 LZ4_decompress_fast_continue +EXPORT_SYMBOL vmlinux 0x389acf0c gpmc_configure +EXPORT_SYMBOL vmlinux 0x38a56aa4 dma_fence_chain_init +EXPORT_SYMBOL vmlinux 0x38a590a8 pci_resize_resource +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38ac56ba skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x38be7046 tls_client_hello_psk +EXPORT_SYMBOL vmlinux 0x38cd4c64 mount_subtree +EXPORT_SYMBOL vmlinux 0x38dc960d simple_get_link +EXPORT_SYMBOL vmlinux 0x38dd0f90 xfrm6_rcv +EXPORT_SYMBOL vmlinux 0x38e39d55 kernel_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x38e46431 mempool_exit +EXPORT_SYMBOL vmlinux 0x38f2dd11 give_up_console +EXPORT_SYMBOL vmlinux 0x38fb81ba xfrm_state_free +EXPORT_SYMBOL vmlinux 0x391392ee ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0x391df80a netstamp_needed_key +EXPORT_SYMBOL vmlinux 0x3924cc6c security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x3928efe9 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x392b1fea wait_for_completion_io +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x393c25d5 end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x394a1e11 phy_sfp_attach +EXPORT_SYMBOL vmlinux 0x394d36f0 gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0x39529464 sync_file_create +EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x395de6db skb_flow_dissect_tunnel_info +EXPORT_SYMBOL vmlinux 0x39661e60 phy_trigger_machine +EXPORT_SYMBOL vmlinux 0x3966fb42 input_setup_polling +EXPORT_SYMBOL vmlinux 0x39714d0b param_ops_hexint +EXPORT_SYMBOL vmlinux 0x39991865 icmp_global_allow +EXPORT_SYMBOL vmlinux 0x399ad043 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0x39a8048c pldmfw_flash_image +EXPORT_SYMBOL vmlinux 0x39b0cd7e blk_execute_rq +EXPORT_SYMBOL vmlinux 0x39b12223 __acpi_handle_debug +EXPORT_SYMBOL vmlinux 0x39b4c17c try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x39b5ce4d pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x39be4b8e qman_volatile_dequeue +EXPORT_SYMBOL vmlinux 0x39c74235 dm_read_arg_group +EXPORT_SYMBOL vmlinux 0x39cf8eda iput +EXPORT_SYMBOL vmlinux 0x39d95ca4 zstd_reset_cstream +EXPORT_SYMBOL vmlinux 0x39dee072 seg6_hmac_net_exit +EXPORT_SYMBOL vmlinux 0x39f3477b adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0x3a078e53 xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x3a4f9d28 rng_is_initialized +EXPORT_SYMBOL vmlinux 0x3a62d0e2 clk_bulk_get_all +EXPORT_SYMBOL vmlinux 0x3ab28948 console_srcu_read_lock +EXPORT_SYMBOL vmlinux 0x3ab7b1cc scsi_set_sense_field_pointer +EXPORT_SYMBOL vmlinux 0x3ac7ec05 __skb_try_recv_datagram +EXPORT_SYMBOL vmlinux 0x3aca0190 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x3acbe206 vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0x3acfcad8 iov_iter_gap_alignment +EXPORT_SYMBOL vmlinux 0x3ad5cda3 lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x3ad7a5d5 acpi_evaluate_reference +EXPORT_SYMBOL vmlinux 0x3ada9e06 acpi_check_region +EXPORT_SYMBOL vmlinux 0x3ae34aeb zstd_init_dctx +EXPORT_SYMBOL vmlinux 0x3afcc4a0 put_cmsg_scm_timestamping +EXPORT_SYMBOL vmlinux 0x3aff3200 acpi_evaluate_object_typed +EXPORT_SYMBOL vmlinux 0x3b0c2965 scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0x3b0f23d2 xudma_is_pktdma +EXPORT_SYMBOL vmlinux 0x3b1ee4d9 genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x3b2f2db1 inet_sendmsg +EXPORT_SYMBOL vmlinux 0x3b321462 LZ4_setStreamDecode +EXPORT_SYMBOL vmlinux 0x3b5def4b register_fib_notifier +EXPORT_SYMBOL vmlinux 0x3b644591 __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x3b6a6775 __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x3b6c41ea kstrtouint +EXPORT_SYMBOL vmlinux 0x3b707ad5 imx_sc_rm_get_resource_owner +EXPORT_SYMBOL vmlinux 0x3b8cc898 genlmsg_put +EXPORT_SYMBOL vmlinux 0x3b9144c9 acpi_get_current_resources +EXPORT_SYMBOL vmlinux 0x3b976ee6 __f_setown +EXPORT_SYMBOL vmlinux 0x3b9cc425 seq_escape_mem +EXPORT_SYMBOL vmlinux 0x3ba61751 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0x3bc7f848 of_clk_get +EXPORT_SYMBOL vmlinux 0x3bd48df0 __netif_schedule +EXPORT_SYMBOL vmlinux 0x3be67021 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x3c0e1620 qcom_scm_pas_metadata_release +EXPORT_SYMBOL vmlinux 0x3c130800 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x3c185c61 page_put_link +EXPORT_SYMBOL vmlinux 0x3c3215c4 qe_immr +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c3ff9fd sprintf +EXPORT_SYMBOL vmlinux 0x3c4d4dee dqget +EXPORT_SYMBOL vmlinux 0x3c54f44d __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0x3c56279d __ip_select_ident +EXPORT_SYMBOL vmlinux 0x3c565364 pin_user_pages_remote +EXPORT_SYMBOL vmlinux 0x3c8395f8 sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0x3c9d7ae6 unregister_console +EXPORT_SYMBOL vmlinux 0x3c9e5e64 jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0x3cb23db3 console_srcu_read_unlock +EXPORT_SYMBOL vmlinux 0x3cbb940b zstd_init_dstream +EXPORT_SYMBOL vmlinux 0x3cd8e41f folio_migrate_copy +EXPORT_SYMBOL vmlinux 0x3cd9ed83 logic_insw +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3ce9db1a mipi_dsi_generic_read +EXPORT_SYMBOL vmlinux 0x3d09b928 dev_get_by_index +EXPORT_SYMBOL vmlinux 0x3d137312 __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x3d210724 gen_pool_dma_zalloc_align +EXPORT_SYMBOL vmlinux 0x3d2c5021 jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x3d31e728 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0x3d7bac46 posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x3d93c7c2 __arm_smccc_sve_check +EXPORT_SYMBOL vmlinux 0x3d9d816f stream_open +EXPORT_SYMBOL vmlinux 0x3d9ee9f0 clear_page +EXPORT_SYMBOL vmlinux 0x3da092b8 dma_fence_get_stub +EXPORT_SYMBOL vmlinux 0x3daae96c dma_fence_signal_timestamp +EXPORT_SYMBOL vmlinux 0x3dabf271 memcg_sockets_enabled_key +EXPORT_SYMBOL vmlinux 0x3dac779a bpf_sk_lookup_enabled +EXPORT_SYMBOL vmlinux 0x3dad9978 cancel_delayed_work +EXPORT_SYMBOL vmlinux 0x3dc03e7c dmaenginem_async_device_register +EXPORT_SYMBOL vmlinux 0x3dc4cd68 __nla_put_64bit +EXPORT_SYMBOL vmlinux 0x3dc619d3 swake_up_locked +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dd3f054 xudma_rchan_get_id +EXPORT_SYMBOL vmlinux 0x3dd804e1 tcf_idr_create +EXPORT_SYMBOL vmlinux 0x3de499b3 phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0x3defacaa nvdimm_namespace_disk_name +EXPORT_SYMBOL vmlinux 0x3dfb86b9 resource_list_create_entry +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e13d50a __ps2_command +EXPORT_SYMBOL vmlinux 0x3e221eff iunique +EXPORT_SYMBOL vmlinux 0x3e3bad0a __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x3e42bc88 of_phy_is_fixed_link +EXPORT_SYMBOL vmlinux 0x3e5d508c __folio_alloc +EXPORT_SYMBOL vmlinux 0x3e79fb00 arm_smccc_1_2_smc +EXPORT_SYMBOL vmlinux 0x3e821163 md_set_array_sectors +EXPORT_SYMBOL vmlinux 0x3e935220 pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x3ea15e9a dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0x3eaee1ec jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0x3ebba3f6 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x3eccbe2c __find_nth_bit +EXPORT_SYMBOL vmlinux 0x3ede718b __lock_sock_fast +EXPORT_SYMBOL vmlinux 0x3ede9512 i2c_del_adapter +EXPORT_SYMBOL vmlinux 0x3ee165fc tcf_register_action +EXPORT_SYMBOL vmlinux 0x3ee481af of_phy_connect +EXPORT_SYMBOL vmlinux 0x3eee4b5a clocksource_unregister +EXPORT_SYMBOL vmlinux 0x3eef600e sock_efree +EXPORT_SYMBOL vmlinux 0x3ef04972 ppp_register_channel +EXPORT_SYMBOL vmlinux 0x3ef9fcba page_pool_alloc_frag +EXPORT_SYMBOL vmlinux 0x3efe1703 phy_unregister_fixup_for_id +EXPORT_SYMBOL vmlinux 0x3f0046f5 kobject_del +EXPORT_SYMBOL vmlinux 0x3f0eabd2 xxh64_update +EXPORT_SYMBOL vmlinux 0x3f216b00 tty_unregister_device +EXPORT_SYMBOL vmlinux 0x3f2c4cc0 phy_ethtool_get_stats +EXPORT_SYMBOL vmlinux 0x3f34644d zstd_dstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x3f347453 tcp_close +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f4bd846 gen_pool_first_fit_order_align +EXPORT_SYMBOL vmlinux 0x3f4ec902 of_device_get_match_data +EXPORT_SYMBOL vmlinux 0x3f53d729 rproc_coredump_add_custom_segment +EXPORT_SYMBOL vmlinux 0x3f53dfc6 phy_attached_print +EXPORT_SYMBOL vmlinux 0x3f5db8f2 vme_init_bridge +EXPORT_SYMBOL vmlinux 0x3f6d7181 ip6_frag_init +EXPORT_SYMBOL vmlinux 0x3f89071b security_ib_pkey_access +EXPORT_SYMBOL vmlinux 0x3f8cffbd of_device_is_compatible +EXPORT_SYMBOL vmlinux 0x3f93c50c take_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0x3f9bdce7 neigh_update +EXPORT_SYMBOL vmlinux 0x3fbf3c89 vme_slave_set +EXPORT_SYMBOL vmlinux 0x3fc6cb07 tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0x3fd78f3b register_chrdev_region +EXPORT_SYMBOL vmlinux 0x3fdf15ca xfrm6_rcv_encap +EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight +EXPORT_SYMBOL vmlinux 0x3fe65174 generic_write_end +EXPORT_SYMBOL vmlinux 0x3fea4b24 pci_dev_driver +EXPORT_SYMBOL vmlinux 0x3fefa9d3 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0x3ffac3e1 simple_transaction_get +EXPORT_SYMBOL vmlinux 0x40119beb md_bitmap_end_sync +EXPORT_SYMBOL vmlinux 0x40233ca8 vma_set_file +EXPORT_SYMBOL vmlinux 0x40235c98 _raw_write_unlock +EXPORT_SYMBOL vmlinux 0x40402967 jbd2_journal_load +EXPORT_SYMBOL vmlinux 0x404221d7 write_dirty_buffer +EXPORT_SYMBOL vmlinux 0x4042aeae iov_iter_xarray +EXPORT_SYMBOL vmlinux 0x40482150 fman_register_intr +EXPORT_SYMBOL vmlinux 0x404ec6ee napi_build_skb +EXPORT_SYMBOL vmlinux 0x40599499 pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0x4061b5fc tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0x40648450 fscrypt_decrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x406951a5 generic_pipe_buf_try_steal +EXPORT_SYMBOL vmlinux 0x407643af amba_driver_register +EXPORT_SYMBOL vmlinux 0x40863ba1 ioremap_prot +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x40a62432 __nla_validate +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40c5614c blk_mq_run_hw_queue +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d59096 unregister_restart_handler +EXPORT_SYMBOL vmlinux 0x40e19c02 of_get_mac_address +EXPORT_SYMBOL vmlinux 0x40f76a86 __vcalloc +EXPORT_SYMBOL vmlinux 0x40fb9c3b cdev_init +EXPORT_SYMBOL vmlinux 0x412d8749 dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0x412f893c page_offline_begin +EXPORT_SYMBOL vmlinux 0x4134b1c7 flow_indr_dev_register +EXPORT_SYMBOL vmlinux 0x4145d50e generic_file_mmap +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x414da5e5 qman_enqueue +EXPORT_SYMBOL vmlinux 0x414fae8f genphy_c37_config_aneg +EXPORT_SYMBOL vmlinux 0x4172d64e xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0x418682b1 folio_wait_bit +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x41a30bef mtree_store_range +EXPORT_SYMBOL vmlinux 0x41abdc2b tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0x41b2e7e7 inode_init_once +EXPORT_SYMBOL vmlinux 0x41c28dc2 skb_eth_pop +EXPORT_SYMBOL vmlinux 0x41d4915a elv_bio_merge_ok +EXPORT_SYMBOL vmlinux 0x41e1bcf2 devfreq_recommended_opp +EXPORT_SYMBOL vmlinux 0x41e5431e handshake_req_alloc +EXPORT_SYMBOL vmlinux 0x41ecc1a7 pci_restore_state +EXPORT_SYMBOL vmlinux 0x41ed3709 get_random_bytes +EXPORT_SYMBOL vmlinux 0x41efdeaf radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0x4205831d skb_trim +EXPORT_SYMBOL vmlinux 0x420d45c9 __cpuhp_remove_state_cpuslocked +EXPORT_SYMBOL vmlinux 0x4217e381 of_chosen +EXPORT_SYMBOL vmlinux 0x4223d9f3 mmc_register_driver +EXPORT_SYMBOL vmlinux 0x422dbffb dget_parent +EXPORT_SYMBOL vmlinux 0x423021be amba_driver_unregister +EXPORT_SYMBOL vmlinux 0x4248ae3c single_task_running +EXPORT_SYMBOL vmlinux 0x424d3620 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x42512ee5 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0x42578e80 acpi_get_type +EXPORT_SYMBOL vmlinux 0x42586943 get_tree_nodev +EXPORT_SYMBOL vmlinux 0x42590243 __traceiter_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x4272e088 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x429a9340 vlan_vid_add +EXPORT_SYMBOL vmlinux 0x42bed8d4 unix_gc_lock +EXPORT_SYMBOL vmlinux 0x42beeae3 simple_rename +EXPORT_SYMBOL vmlinux 0x42c24b70 filemap_splice_read +EXPORT_SYMBOL vmlinux 0x42cf0fd4 submit_bio +EXPORT_SYMBOL vmlinux 0x42d17d08 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x42ea3dba fwnode_phy_find_device +EXPORT_SYMBOL vmlinux 0x42f1b900 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x42f1df0f of_graph_is_present +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x430386d1 param_set_byte +EXPORT_SYMBOL vmlinux 0x4312bc5b __icmp_send +EXPORT_SYMBOL vmlinux 0x4314dba1 folio_wait_bit_killable +EXPORT_SYMBOL vmlinux 0x431a6c12 pagecache_get_page +EXPORT_SYMBOL vmlinux 0x431d68f7 jbd2_fc_end_commit_fallback +EXPORT_SYMBOL vmlinux 0x4332bea3 pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0x4336fcca ucs2_as_utf8 +EXPORT_SYMBOL vmlinux 0x433cabfb acpi_decode_pld_buffer +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x43554786 path_get +EXPORT_SYMBOL vmlinux 0x4368cbff fwnode_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x436de950 misc_register +EXPORT_SYMBOL vmlinux 0x437a0d6d __sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x437b84b2 flow_indr_dev_setup_offload +EXPORT_SYMBOL vmlinux 0x4380984c file_path +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x438adfa9 kmem_cache_free_bulk +EXPORT_SYMBOL vmlinux 0x43950012 configfs_register_group +EXPORT_SYMBOL vmlinux 0x43b0c9c3 preempt_schedule +EXPORT_SYMBOL vmlinux 0x43b7f8cb pcie_print_link_status +EXPORT_SYMBOL vmlinux 0x43babd19 sg_init_one +EXPORT_SYMBOL vmlinux 0x43ca69f1 nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x43d08cfd unlock_page +EXPORT_SYMBOL vmlinux 0x43d22fb9 groups_alloc +EXPORT_SYMBOL vmlinux 0x43ecbfe1 blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x43f4b04c pcim_enable_device +EXPORT_SYMBOL vmlinux 0x43f9ebc8 slhc_remember +EXPORT_SYMBOL vmlinux 0x4403bbd0 imx_sc_misc_set_control +EXPORT_SYMBOL vmlinux 0x443c741d inet6_register_protosw +EXPORT_SYMBOL vmlinux 0x4443b147 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0x4444a7cd tc_setup_cb_call +EXPORT_SYMBOL vmlinux 0x44454f4f netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x44469a76 crc_ccitt_false_table +EXPORT_SYMBOL vmlinux 0x445824ad __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0x4462d35e cpufreq_get_hw_max_freq +EXPORT_SYMBOL vmlinux 0x446cf50d mipi_dsi_dcs_set_display_off +EXPORT_SYMBOL vmlinux 0x449ad0a7 memcmp +EXPORT_SYMBOL vmlinux 0x449d051c jbd2_journal_put_journal_head +EXPORT_SYMBOL vmlinux 0x44bba450 ip_setsockopt +EXPORT_SYMBOL vmlinux 0x44c32a6f bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0x44c4b78d filemap_release_folio +EXPORT_SYMBOL vmlinux 0x44d98015 nla_put_64bit +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x45006cee default_red +EXPORT_SYMBOL vmlinux 0x450639ab sg_last +EXPORT_SYMBOL vmlinux 0x45081703 ec_get_handle +EXPORT_SYMBOL vmlinux 0x450b9c03 rproc_elf_get_boot_addr +EXPORT_SYMBOL vmlinux 0x450d9a35 cmd_db_read_slave_id +EXPORT_SYMBOL vmlinux 0x4512441d pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0x451701f8 inet_frag_reasm_prepare +EXPORT_SYMBOL vmlinux 0x4519b060 of_parse_phandle_with_args_map +EXPORT_SYMBOL vmlinux 0x452413a1 qman_alloc_pool_range +EXPORT_SYMBOL vmlinux 0x452ba683 ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x45535485 xxh32_update +EXPORT_SYMBOL vmlinux 0x455903ff __skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x459726a7 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x45a09b55 __hw_addr_ref_unsync_dev +EXPORT_SYMBOL vmlinux 0x45a998ab flow_rule_match_icmp +EXPORT_SYMBOL vmlinux 0x45d0359e fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0x45d099b1 simple_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x45ff5267 vc_cons +EXPORT_SYMBOL vmlinux 0x45ff60bb d_move +EXPORT_SYMBOL vmlinux 0x4608337a jbd2_submit_inode_data +EXPORT_SYMBOL vmlinux 0x460f4a34 flow_hash_from_keys +EXPORT_SYMBOL vmlinux 0x46115aa9 get_tree_keyed +EXPORT_SYMBOL vmlinux 0x4633152a xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0x46451cee zstd_get_frame_header +EXPORT_SYMBOL vmlinux 0x464cb303 pci_get_class +EXPORT_SYMBOL vmlinux 0x465e24ff ucs2_utf8size +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x467df16d netdev_rss_key_fill +EXPORT_SYMBOL vmlinux 0x467ec736 i2c_transfer_buffer_flags +EXPORT_SYMBOL vmlinux 0x4698fe8a bman_release +EXPORT_SYMBOL vmlinux 0x469a6ec7 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0x46bd5d6e video_get_options +EXPORT_SYMBOL vmlinux 0x46c47fb6 __node_distance +EXPORT_SYMBOL vmlinux 0x46c4aac3 bio_uninit +EXPORT_SYMBOL vmlinux 0x46e577ed make_kuid +EXPORT_SYMBOL vmlinux 0x46ff7d12 qcom_scm_iommu_secure_ptbl_size +EXPORT_SYMBOL vmlinux 0x470612dc fman_port_get_qman_channel_id +EXPORT_SYMBOL vmlinux 0x47065c73 cpm_muram_offset +EXPORT_SYMBOL vmlinux 0x47084e53 __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x4715a909 acpi_load_table +EXPORT_SYMBOL vmlinux 0x4717dc84 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x4724c75c iov_iter_bvec +EXPORT_SYMBOL vmlinux 0x473bc71a param_set_hexint +EXPORT_SYMBOL vmlinux 0x47435843 filemap_invalidate_unlock_two +EXPORT_SYMBOL vmlinux 0x4747420e phy_free_interrupt +EXPORT_SYMBOL vmlinux 0x4759f907 blk_start_plug +EXPORT_SYMBOL vmlinux 0x475d7427 fman_get_rx_extra_headroom +EXPORT_SYMBOL vmlinux 0x476e63b2 pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x47709e42 free_anon_bdev +EXPORT_SYMBOL vmlinux 0x47800ddd max8925_bulk_write +EXPORT_SYMBOL vmlinux 0x47834e13 kernel_tmpfile_open +EXPORT_SYMBOL vmlinux 0x478ba7f0 blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0x479137ca imx_scu_irq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x4799fed7 mmc_hw_reset +EXPORT_SYMBOL vmlinux 0x47b3da43 default_llseek +EXPORT_SYMBOL vmlinux 0x47c20f8a refcount_dec_not_one +EXPORT_SYMBOL vmlinux 0x47c65bfc unregister_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0x47cfd825 kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0x47d3805d cdrom_dummy_generic_packet +EXPORT_SYMBOL vmlinux 0x47d8c351 zero_fill_bio +EXPORT_SYMBOL vmlinux 0x47d8d301 __cond_resched_rwlock_read +EXPORT_SYMBOL vmlinux 0x47e7c38d flow_block_cb_setup_simple +EXPORT_SYMBOL vmlinux 0x47ece8f6 __ip_options_compile +EXPORT_SYMBOL vmlinux 0x47ff15fd zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0x48112d76 _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0x481814c4 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0x48193639 acpi_lid_open +EXPORT_SYMBOL vmlinux 0x4821d4dd skb_csum_hwoffload_help +EXPORT_SYMBOL vmlinux 0x4829a47e memcpy +EXPORT_SYMBOL vmlinux 0x4829cf6b fscrypt_enqueue_decrypt_work +EXPORT_SYMBOL vmlinux 0x48333219 bioset_init +EXPORT_SYMBOL vmlinux 0x4837bb10 logic_outsb +EXPORT_SYMBOL vmlinux 0x483b5240 dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0x483ef85f netdev_notice +EXPORT_SYMBOL vmlinux 0x4841bdee strnchr +EXPORT_SYMBOL vmlinux 0x4841ecd1 inet6_bind +EXPORT_SYMBOL vmlinux 0x484464a2 phy_ethtool_get_strings +EXPORT_SYMBOL vmlinux 0x4848cfb1 phy_mipi_dphy_get_default_config +EXPORT_SYMBOL vmlinux 0x484f6edf ktime_get_coarse_real_ts64 +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x486075c8 gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x48670f61 proc_set_user +EXPORT_SYMBOL vmlinux 0x486d344a audit_log +EXPORT_SYMBOL vmlinux 0x48798a1e page_pool_get_stats +EXPORT_SYMBOL vmlinux 0x489eda10 memset32 +EXPORT_SYMBOL vmlinux 0x489f6e0b rdma_dim +EXPORT_SYMBOL vmlinux 0x48a91171 string_get_size +EXPORT_SYMBOL vmlinux 0x48ad4470 alloc_pages +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48c093fb _atomic_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0x48c56711 __folio_start_writeback +EXPORT_SYMBOL vmlinux 0x48c7078f vme_master_request +EXPORT_SYMBOL vmlinux 0x48d27375 __bitmap_intersects +EXPORT_SYMBOL vmlinux 0x48d3fa27 kmalloc_large_node +EXPORT_SYMBOL vmlinux 0x48dd340b cpumask_any_distribute +EXPORT_SYMBOL vmlinux 0x48ddd69c xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0x48e7d950 rproc_get_by_phandle +EXPORT_SYMBOL vmlinux 0x48edaddb genphy_update_link +EXPORT_SYMBOL vmlinux 0x48ffbb87 mtree_alloc_range +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x4909a790 dma_fence_get_status +EXPORT_SYMBOL vmlinux 0x490d352b __devm_of_mdiobus_register +EXPORT_SYMBOL vmlinux 0x491b6be5 super_setup_bdi +EXPORT_SYMBOL vmlinux 0x4920ab15 folio_redirty_for_writepage +EXPORT_SYMBOL vmlinux 0x492e4d30 ip_sock_set_mtu_discover +EXPORT_SYMBOL vmlinux 0x493070c6 tcp_set_rcvlowat +EXPORT_SYMBOL vmlinux 0x493c9c07 sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x49413c28 do_splice_direct +EXPORT_SYMBOL vmlinux 0x495231ea mul_u64_u64_div_u64 +EXPORT_SYMBOL vmlinux 0x4967e79f radix_tree_iter_resume +EXPORT_SYMBOL vmlinux 0x49700318 debugfs_create_automount +EXPORT_SYMBOL vmlinux 0x4977c498 stack_depot_get_extra_bits +EXPORT_SYMBOL vmlinux 0x4993713e dev_set_allmulti +EXPORT_SYMBOL vmlinux 0x499f0ecf nd_sb_checksum +EXPORT_SYMBOL vmlinux 0x49a503a6 kill_fasync +EXPORT_SYMBOL vmlinux 0x49aad0e0 mmc_sw_reset +EXPORT_SYMBOL vmlinux 0x49b163b8 acpi_bus_scan +EXPORT_SYMBOL vmlinux 0x49b3cbe7 vme_new_dma_list +EXPORT_SYMBOL vmlinux 0x49df81b2 xfrm_parse_spi +EXPORT_SYMBOL vmlinux 0x49ec84a8 configfs_undepend_item +EXPORT_SYMBOL vmlinux 0x4a02c704 unpin_user_pages +EXPORT_SYMBOL vmlinux 0x4a0ae04e tcf_idr_check_alloc +EXPORT_SYMBOL vmlinux 0x4a0e184a sk_error_report +EXPORT_SYMBOL vmlinux 0x4a20684c tcp_enter_cwr +EXPORT_SYMBOL vmlinux 0x4a229ab9 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0x4a34a936 security_sctp_bind_connect +EXPORT_SYMBOL vmlinux 0x4a3ad70e wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0x4a704095 __mod_node_page_state +EXPORT_SYMBOL vmlinux 0x4a7544ec phy_init_eee +EXPORT_SYMBOL vmlinux 0x4a7ff227 input_set_capability +EXPORT_SYMBOL vmlinux 0x4a8e987a netdev_set_tc_queue +EXPORT_SYMBOL vmlinux 0x4a93576a ucc_fast_free +EXPORT_SYMBOL vmlinux 0x4a96a8eb xxh32_digest +EXPORT_SYMBOL vmlinux 0x4ab62c56 bpf_link_get_from_fd +EXPORT_SYMBOL vmlinux 0x4adc1cca pipe_lock +EXPORT_SYMBOL vmlinux 0x4ae4c0c3 zap_page_range_single +EXPORT_SYMBOL vmlinux 0x4ae90d8e hdmi_avi_infoframe_check +EXPORT_SYMBOL vmlinux 0x4aea463f crc32_le_shift +EXPORT_SYMBOL vmlinux 0x4aef46e9 generic_key_instantiate +EXPORT_SYMBOL vmlinux 0x4af4b545 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x4af6ddf0 kstrtou16 +EXPORT_SYMBOL vmlinux 0x4af9fb6a rfkill_alloc +EXPORT_SYMBOL vmlinux 0x4afb2238 add_wait_queue +EXPORT_SYMBOL vmlinux 0x4afeb3a2 devm_clk_get +EXPORT_SYMBOL vmlinux 0x4b0a3f52 gic_nonsecure_priorities +EXPORT_SYMBOL vmlinux 0x4b1000e2 param_set_long +EXPORT_SYMBOL vmlinux 0x4b132a1a tcf_exts_init_ex +EXPORT_SYMBOL vmlinux 0x4b212aea __free_pages +EXPORT_SYMBOL vmlinux 0x4b219cfd tcp_read_skb +EXPORT_SYMBOL vmlinux 0x4b401817 iwe_stream_add_value +EXPORT_SYMBOL vmlinux 0x4b473392 icmp6_send +EXPORT_SYMBOL vmlinux 0x4b4abe53 mr_table_alloc +EXPORT_SYMBOL vmlinux 0x4b6c0219 vlan_filter_push_vids +EXPORT_SYMBOL vmlinux 0x4b6df007 acpi_evaluate_reg +EXPORT_SYMBOL vmlinux 0x4b70ac42 set_page_dirty +EXPORT_SYMBOL vmlinux 0x4b750f53 _raw_spin_unlock_irq +EXPORT_SYMBOL vmlinux 0x4b7a67e2 mdiobus_read +EXPORT_SYMBOL vmlinux 0x4b7b670a bprm_change_interp +EXPORT_SYMBOL vmlinux 0x4b8ea32d twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0x4bb66582 fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x4bca3d89 devm_rproc_alloc +EXPORT_SYMBOL vmlinux 0x4bcc2662 mempool_init_node +EXPORT_SYMBOL vmlinux 0x4bd5b3a4 ___pskb_trim +EXPORT_SYMBOL vmlinux 0x4be408f3 configfs_remove_default_groups +EXPORT_SYMBOL vmlinux 0x4bea4ca3 input_set_keycode +EXPORT_SYMBOL vmlinux 0x4bef1c67 empty_name +EXPORT_SYMBOL vmlinux 0x4bf3ce6f qman_release_cgrid +EXPORT_SYMBOL vmlinux 0x4bf46389 lookup_one_positive_unlocked +EXPORT_SYMBOL vmlinux 0x4bfbda94 netif_tx_lock +EXPORT_SYMBOL vmlinux 0x4bff5952 skb_copy +EXPORT_SYMBOL vmlinux 0x4c07a7e0 acpi_processor_unregister_performance +EXPORT_SYMBOL vmlinux 0x4c1d2e46 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0x4c3af13f param_ops_bool +EXPORT_SYMBOL vmlinux 0x4c416eb9 LZ4_decompress_fast +EXPORT_SYMBOL vmlinux 0x4c4a5d45 always_delete_dentry +EXPORT_SYMBOL vmlinux 0x4c55f7ee md_bitmap_unplug +EXPORT_SYMBOL vmlinux 0x4c62ef28 proc_create_single_data +EXPORT_SYMBOL vmlinux 0x4c7be618 seq_release +EXPORT_SYMBOL vmlinux 0x4c952dc7 tty_port_destroy +EXPORT_SYMBOL vmlinux 0x4caacec6 netif_rx +EXPORT_SYMBOL vmlinux 0x4cb65081 t10_pi_type3_ip +EXPORT_SYMBOL vmlinux 0x4cbf0d7b md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0x4cc6f150 simple_dir_operations +EXPORT_SYMBOL vmlinux 0x4ce5b058 filemap_alloc_folio +EXPORT_SYMBOL vmlinux 0x4ced14d9 key_revoke +EXPORT_SYMBOL vmlinux 0x4cee395c vme_register_error_handler +EXPORT_SYMBOL vmlinux 0x4cfdcc40 discard_new_inode +EXPORT_SYMBOL vmlinux 0x4d0423f5 unpin_user_page_range_dirty_lock +EXPORT_SYMBOL vmlinux 0x4d060dac flow_rule_match_arp +EXPORT_SYMBOL vmlinux 0x4d064b40 __traceiter_module_get +EXPORT_SYMBOL vmlinux 0x4d0d163d copy_page +EXPORT_SYMBOL vmlinux 0x4d1fcf66 netdev_pick_tx +EXPORT_SYMBOL vmlinux 0x4d2c7133 acpi_info +EXPORT_SYMBOL vmlinux 0x4d33c600 mmc_can_erase +EXPORT_SYMBOL vmlinux 0x4d38b4b3 nd_btt_probe +EXPORT_SYMBOL vmlinux 0x4d65cbd5 csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0x4d7df470 of_iommu_get_resv_regions +EXPORT_SYMBOL vmlinux 0x4d83e6da vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0x4d8740e4 sock_wmalloc +EXPORT_SYMBOL vmlinux 0x4d905429 pskb_expand_head +EXPORT_SYMBOL vmlinux 0x4d924f20 memremap +EXPORT_SYMBOL vmlinux 0x4d99d108 qdisc_put +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4da278d9 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4da596e6 qman_retire_fq +EXPORT_SYMBOL vmlinux 0x4da97a1c gnet_stats_copy_basic_hw +EXPORT_SYMBOL vmlinux 0x4dcd8313 rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x4dd54b94 clean_bdev_aliases +EXPORT_SYMBOL vmlinux 0x4de05f5c sock_no_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x4de995ec gen_pool_dma_alloc_algo +EXPORT_SYMBOL vmlinux 0x4deb6e9c tty_port_close +EXPORT_SYMBOL vmlinux 0x4deef4f3 sk_alloc +EXPORT_SYMBOL vmlinux 0x4df02057 crc32_be +EXPORT_SYMBOL vmlinux 0x4df2ea84 gen_estimator_read +EXPORT_SYMBOL vmlinux 0x4df951a2 fbcon_update_vcs +EXPORT_SYMBOL vmlinux 0x4dfa8d4b mutex_lock +EXPORT_SYMBOL vmlinux 0x4dfbcd4a vmf_insert_mixed_mkwrite +EXPORT_SYMBOL vmlinux 0x4e0103ca __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0x4e0ec8ff skb_checksum_setup +EXPORT_SYMBOL vmlinux 0x4e20bcf8 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x4e2cf5e4 netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x4e2defa3 dm_register_target +EXPORT_SYMBOL vmlinux 0x4e2e71bf __skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x4e2e74c1 qcom_scm_io_readl +EXPORT_SYMBOL vmlinux 0x4e34e0df param_get_ulong +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e36cdc4 __ubsan_handle_divrem_overflow +EXPORT_SYMBOL vmlinux 0x4e547048 __kmalloc_node_track_caller +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6e4b41 radix_tree_delete +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e86a27f mdio_device_reset +EXPORT_SYMBOL vmlinux 0x4e89615c param_set_ushort +EXPORT_SYMBOL vmlinux 0x4e8cb33d mmc_is_req_done +EXPORT_SYMBOL vmlinux 0x4ea25709 dql_reset +EXPORT_SYMBOL vmlinux 0x4ea93133 __dev_queue_xmit +EXPORT_SYMBOL vmlinux 0x4eada8f7 security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0x4eb2b066 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x4ec54e78 bitmap_to_arr32 +EXPORT_SYMBOL vmlinux 0x4ec9530e kthread_associate_blkcg +EXPORT_SYMBOL vmlinux 0x4ed13446 scsicam_bios_param +EXPORT_SYMBOL vmlinux 0x4edafbd2 request_partial_firmware_into_buf +EXPORT_SYMBOL vmlinux 0x4f021b74 kernel_param_unlock +EXPORT_SYMBOL vmlinux 0x4f0357b1 jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0x4f04c406 cros_ec_cmd_xfer +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f20d80b zstd_min_clevel +EXPORT_SYMBOL vmlinux 0x4f2250ba rtc_tm_to_time64 +EXPORT_SYMBOL vmlinux 0x4f43d496 kobject_set_name +EXPORT_SYMBOL vmlinux 0x4f5398d2 register_console +EXPORT_SYMBOL vmlinux 0x4f55166f acpi_set_current_resources +EXPORT_SYMBOL vmlinux 0x4f7ab0c0 tegra_ahb_enable_smmu +EXPORT_SYMBOL vmlinux 0x4f85b313 handshake_req_submit +EXPORT_SYMBOL vmlinux 0x4f89c9de gpmc_cs_free +EXPORT_SYMBOL vmlinux 0x4f9a909e inet_csk_accept +EXPORT_SYMBOL vmlinux 0x4fa40fa4 input_copy_abs +EXPORT_SYMBOL vmlinux 0x4fa93413 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0x4fc81551 softnet_data +EXPORT_SYMBOL vmlinux 0x4febfe78 da903x_query_status +EXPORT_SYMBOL vmlinux 0x4ff9910e rtnl_unicast +EXPORT_SYMBOL vmlinux 0x4ffb59bf __SCK__tp_func_kfree +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x5009a1bd capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0x5009c71d glob_match +EXPORT_SYMBOL vmlinux 0x5021bd81 _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0x5021d5d3 mem_cgroup_from_task +EXPORT_SYMBOL vmlinux 0x502799f7 fscrypt_free_inode +EXPORT_SYMBOL vmlinux 0x5027bde2 acpi_acquire_mutex +EXPORT_SYMBOL vmlinux 0x503d9172 inode_dio_wait +EXPORT_SYMBOL vmlinux 0x50450796 max8998_bulk_read +EXPORT_SYMBOL vmlinux 0x50457599 eth_header_parse +EXPORT_SYMBOL vmlinux 0x50624917 sha1_init +EXPORT_SYMBOL vmlinux 0x506dff1a __genradix_free +EXPORT_SYMBOL vmlinux 0x5085d1b2 __blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x5089f45f ip_send_check +EXPORT_SYMBOL vmlinux 0x508f01ea phy_stop +EXPORT_SYMBOL vmlinux 0x5092e84e __read_overflow2_field +EXPORT_SYMBOL vmlinux 0x50944630 seq_list_start_head_rcu +EXPORT_SYMBOL vmlinux 0x509b64ea acpi_has_method +EXPORT_SYMBOL vmlinux 0x509d8210 unregister_key_type +EXPORT_SYMBOL vmlinux 0x50a4698c fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0x50ab0a8f of_device_alloc +EXPORT_SYMBOL vmlinux 0x50ac72a5 blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x50b69f3a kthread_create_worker_on_cpu +EXPORT_SYMBOL vmlinux 0x50b73ce2 rfkill_find_type +EXPORT_SYMBOL vmlinux 0x50b80992 mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0x50be748d security_ib_free_security +EXPORT_SYMBOL vmlinux 0x50c5f387 inet_listen +EXPORT_SYMBOL vmlinux 0x50cf7585 hex2bin +EXPORT_SYMBOL vmlinux 0x50d035c2 vsscanf +EXPORT_SYMBOL vmlinux 0x50e2ad80 vfs_mkobj +EXPORT_SYMBOL vmlinux 0x50f24012 xfrm_input_resume +EXPORT_SYMBOL vmlinux 0x50f85302 __arm_smccc_hvc +EXPORT_SYMBOL vmlinux 0x50f91491 __genradix_ptr +EXPORT_SYMBOL vmlinux 0x5102a30b do_wait_intr_irq +EXPORT_SYMBOL vmlinux 0x510e8db3 nd_region_release_lane +EXPORT_SYMBOL vmlinux 0x51155033 bio_free_pages +EXPORT_SYMBOL vmlinux 0x513b28f4 first_ec +EXPORT_SYMBOL vmlinux 0x515083bf acpi_release_mutex +EXPORT_SYMBOL vmlinux 0x515f520b qman_portal_get_iperiod +EXPORT_SYMBOL vmlinux 0x51641162 opal_unlock_from_suspend +EXPORT_SYMBOL vmlinux 0x516a3d03 file_check_and_advance_wb_err +EXPORT_SYMBOL vmlinux 0x5173f8fa flow_rule_match_enc_ip +EXPORT_SYMBOL vmlinux 0x517a791d bd_abort_claiming +EXPORT_SYMBOL vmlinux 0x51a123e0 tegra_ivc_read_advance +EXPORT_SYMBOL vmlinux 0x51a511eb _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0x51b3ed41 vfs_dedupe_file_range_one +EXPORT_SYMBOL vmlinux 0x51b40718 trace_seq_hex_dump +EXPORT_SYMBOL vmlinux 0x51d12d4e acpi_pci_disabled +EXPORT_SYMBOL vmlinux 0x51db3049 mipi_dsi_shutdown_peripheral +EXPORT_SYMBOL vmlinux 0x51fac744 kill_pgrp +EXPORT_SYMBOL vmlinux 0x5203d176 cmd_db_ready +EXPORT_SYMBOL vmlinux 0x5208cbd8 cros_ec_query_all +EXPORT_SYMBOL vmlinux 0x520e97c4 proc_dostring +EXPORT_SYMBOL vmlinux 0x52210c27 __generic_file_fsync +EXPORT_SYMBOL vmlinux 0x52355abb inode_init_owner +EXPORT_SYMBOL vmlinux 0x52616f6a __block_write_full_folio +EXPORT_SYMBOL vmlinux 0x526ee26d inode_set_flags +EXPORT_SYMBOL vmlinux 0x526eef2c hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x5272faa1 ptp_cancel_worker_sync +EXPORT_SYMBOL vmlinux 0x52869734 show_init_ipc_ns +EXPORT_SYMBOL vmlinux 0x5297ccd5 file_open_root +EXPORT_SYMBOL vmlinux 0x52983a4f vme_master_write +EXPORT_SYMBOL vmlinux 0x52b06646 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0x52b22e65 dma_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0x52b54e48 udp_sendmsg +EXPORT_SYMBOL vmlinux 0x52be78ce textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x52c7d49e of_count_phandle_with_args +EXPORT_SYMBOL vmlinux 0x52d717da xz_dec_init +EXPORT_SYMBOL vmlinux 0x52dd7c59 simple_setattr +EXPORT_SYMBOL vmlinux 0x52e87cfe fman_port_bind +EXPORT_SYMBOL vmlinux 0x52ea621d netlbl_calipso_ops_register +EXPORT_SYMBOL vmlinux 0x52ec629b free_netdev +EXPORT_SYMBOL vmlinux 0x52ecbc75 crc_ccitt +EXPORT_SYMBOL vmlinux 0x52f2850a imx_sc_pm_cpu_start +EXPORT_SYMBOL vmlinux 0x52f53a7f sock_set_reuseport +EXPORT_SYMBOL vmlinux 0x52fca39c bioset_exit +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x53126ecc __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0x5322663e acpi_get_handle +EXPORT_SYMBOL vmlinux 0x5338184f ethtool_sprintf +EXPORT_SYMBOL vmlinux 0x534f2aa4 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x538beb4d dev_uc_flush +EXPORT_SYMBOL vmlinux 0x538d11ae fsync_bdev +EXPORT_SYMBOL vmlinux 0x53a1e8d9 _find_next_bit +EXPORT_SYMBOL vmlinux 0x53a21738 tls_client_hello_x509 +EXPORT_SYMBOL vmlinux 0x53b67528 drop_super_exclusive +EXPORT_SYMBOL vmlinux 0x53b954a2 up_read +EXPORT_SYMBOL vmlinux 0x53ecc6da device_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x53eff192 tegra_ivc_align +EXPORT_SYMBOL vmlinux 0x53f8ced7 page_pool_ethtool_stats_get_strings +EXPORT_SYMBOL vmlinux 0x5402da9f xudma_navss_psil_pair +EXPORT_SYMBOL vmlinux 0x54221187 mq_change_real_num_tx +EXPORT_SYMBOL vmlinux 0x542ef0e4 __check_sticky +EXPORT_SYMBOL vmlinux 0x54332022 get_fs_type +EXPORT_SYMBOL vmlinux 0x5438e09c devfreq_update_status +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x545e1465 page_symlink +EXPORT_SYMBOL vmlinux 0x5465b2f4 bdev_start_io_acct +EXPORT_SYMBOL vmlinux 0x546aeb09 sock_init_data_uid +EXPORT_SYMBOL vmlinux 0x5487aac5 jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0x54b1fac6 __ubsan_handle_load_invalid_value +EXPORT_SYMBOL vmlinux 0x54b23e67 sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x54c1bb71 inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x54cfacd5 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54ea6dfe xen_start_flags +EXPORT_SYMBOL vmlinux 0x5506b8f7 netlbl_bitmap_setbit +EXPORT_SYMBOL vmlinux 0x5508f28d bman_acquire +EXPORT_SYMBOL vmlinux 0x55107976 netdev_has_upper_dev_all_rcu +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x552a8154 scsi_device_resume +EXPORT_SYMBOL vmlinux 0x552ae9ed padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x552db3aa qman_query_cgr_congested +EXPORT_SYMBOL vmlinux 0x55469151 __traceiter_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x554ae3a4 irq_poll_sched +EXPORT_SYMBOL vmlinux 0x554f9126 __ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x5564e96d tcp_fastopen_defer_connect +EXPORT_SYMBOL vmlinux 0x558258d0 lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x558b281d aes_expandkey +EXPORT_SYMBOL vmlinux 0x558c1225 phy_attached_info_irq +EXPORT_SYMBOL vmlinux 0x559a2d08 pci_iounmap +EXPORT_SYMBOL vmlinux 0x559d9fed default_qdisc_ops +EXPORT_SYMBOL vmlinux 0x55c548ad get_mem_cgroup_from_mm +EXPORT_SYMBOL vmlinux 0x55c561c5 bdi_alloc +EXPORT_SYMBOL vmlinux 0x55ccac50 get_phy_device +EXPORT_SYMBOL vmlinux 0x55cf0104 dm_table_get_md +EXPORT_SYMBOL vmlinux 0x55e31703 ethtool_convert_link_mode_to_legacy_u32 +EXPORT_SYMBOL vmlinux 0x560bc33c try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x5614f48a qman_dqrr_get_ithresh +EXPORT_SYMBOL vmlinux 0x56201ba4 posix_lock_file +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x56470118 __warn_printk +EXPORT_SYMBOL vmlinux 0x564f7608 acpi_reconfig_notifier_register +EXPORT_SYMBOL vmlinux 0x5652da58 phy_suspend +EXPORT_SYMBOL vmlinux 0x565caca8 abort_creds +EXPORT_SYMBOL vmlinux 0x56802ae8 rps_cpu_mask +EXPORT_SYMBOL vmlinux 0x5682652a blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0x569268b5 mdio_device_free +EXPORT_SYMBOL vmlinux 0x56b092f1 inet_csk_reqsk_queue_add +EXPORT_SYMBOL vmlinux 0x56c03611 inet_sk_set_state +EXPORT_SYMBOL vmlinux 0x56c57902 skb_tx_error +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56dc7d2b udp_seq_start +EXPORT_SYMBOL vmlinux 0x56e4f9f7 mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x56e942f8 netif_receive_skb_core +EXPORT_SYMBOL vmlinux 0x56f2a0ae tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x56fa2f4b generic_permission +EXPORT_SYMBOL vmlinux 0x56fec689 generic_buffers_fsync +EXPORT_SYMBOL vmlinux 0x5700e987 mmc_card_is_blockaddr +EXPORT_SYMBOL vmlinux 0x5711b06c pci_choose_state +EXPORT_SYMBOL vmlinux 0x57168068 vme_irq_handler +EXPORT_SYMBOL vmlinux 0x5718016b ip_sock_set_recverr +EXPORT_SYMBOL vmlinux 0x574c2e74 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x574d66f8 dquot_get_next_dqblk +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x575ccbf7 skb_dequeue +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x576a368c blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0x576cf19a simple_getattr +EXPORT_SYMBOL vmlinux 0x5771b4e7 rpmh_invalidate +EXPORT_SYMBOL vmlinux 0x57900416 gen_pool_fixed_alloc +EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy +EXPORT_SYMBOL vmlinux 0x57a2ead0 dquot_initialize +EXPORT_SYMBOL vmlinux 0x57b1ee54 no_seek_end_llseek_size +EXPORT_SYMBOL vmlinux 0x57bc19d2 down_write +EXPORT_SYMBOL vmlinux 0x57bf618b copy_highpage +EXPORT_SYMBOL vmlinux 0x57c8f53b file_modified +EXPORT_SYMBOL vmlinux 0x57db8fd6 utf8_normalize +EXPORT_SYMBOL vmlinux 0x57f38cdc qe_get_firmware_info +EXPORT_SYMBOL vmlinux 0x580b7303 csum_and_copy_from_iter +EXPORT_SYMBOL vmlinux 0x5818fe3c posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0x581f98da zlib_inflate +EXPORT_SYMBOL vmlinux 0x582606eb xudma_rflow_put +EXPORT_SYMBOL vmlinux 0x582b6275 xfrm_if_unregister_cb +EXPORT_SYMBOL vmlinux 0x5834d325 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x583f63aa get_vm_area +EXPORT_SYMBOL vmlinux 0x583fb6d6 xfrm_input +EXPORT_SYMBOL vmlinux 0x585ae877 nmi_panic +EXPORT_SYMBOL vmlinux 0x586ad4bc ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x587b0954 kvasprintf +EXPORT_SYMBOL vmlinux 0x587b892e qe_get_num_of_risc +EXPORT_SYMBOL vmlinux 0x587f22d7 devmap_managed_key +EXPORT_SYMBOL vmlinux 0x588583e4 bio_add_page +EXPORT_SYMBOL vmlinux 0x58868df4 vme_dma_list_add +EXPORT_SYMBOL vmlinux 0x5897a680 __find_nth_and_andnot_bit +EXPORT_SYMBOL vmlinux 0x58acf24b mdiobus_register_board_info +EXPORT_SYMBOL vmlinux 0x58afe91a fb_set_cmap +EXPORT_SYMBOL vmlinux 0x58b009cd unix_destruct_scm +EXPORT_SYMBOL vmlinux 0x58b4645c dev_close_many +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58b9bf95 dma_resv_init +EXPORT_SYMBOL vmlinux 0x58cae70f pneigh_lookup +EXPORT_SYMBOL vmlinux 0x58d54bb8 import_single_range +EXPORT_SYMBOL vmlinux 0x58d91c7b pps_event +EXPORT_SYMBOL vmlinux 0x58e3306d bit_wait_io +EXPORT_SYMBOL vmlinux 0x5907f84a vfs_mkdir +EXPORT_SYMBOL vmlinux 0x59196748 redraw_screen +EXPORT_SYMBOL vmlinux 0x59253c01 bio_copy_data +EXPORT_SYMBOL vmlinux 0x592d98cf netif_napi_add_weight +EXPORT_SYMBOL vmlinux 0x5934b5a9 qman_destroy_fq +EXPORT_SYMBOL vmlinux 0x59495f3a dev_add_offload +EXPORT_SYMBOL vmlinux 0x5964f331 pci_disable_msi +EXPORT_SYMBOL vmlinux 0x5968dc6d proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x5972645a pin_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0x597e3dbd __neigh_create +EXPORT_SYMBOL vmlinux 0x59848772 filemap_get_folios +EXPORT_SYMBOL vmlinux 0x5988f740 kernel_write +EXPORT_SYMBOL vmlinux 0x599b4888 qe_setbrg +EXPORT_SYMBOL vmlinux 0x599fb41c kvmalloc_node +EXPORT_SYMBOL vmlinux 0x59a2f0ee packing +EXPORT_SYMBOL vmlinux 0x59af7e84 dev_alloc_name +EXPORT_SYMBOL vmlinux 0x59b4ac3e tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x59be950a get_tree_single_reconf +EXPORT_SYMBOL vmlinux 0x59c0083f fman_get_mem_region +EXPORT_SYMBOL vmlinux 0x59cf45e9 xfrm4_udp_encap_rcv +EXPORT_SYMBOL vmlinux 0x59dc8f34 dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0x59f5fcab generic_file_direct_write +EXPORT_SYMBOL vmlinux 0x59fe7fa7 mdiobus_read_nested +EXPORT_SYMBOL vmlinux 0x5a0b0db5 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0x5a0b73d0 zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x5a19596e ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0x5a226253 scsi_execute_cmd +EXPORT_SYMBOL vmlinux 0x5a290250 hdmi_drm_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x5a2a39a2 dcb_delrewr +EXPORT_SYMBOL vmlinux 0x5a31793f netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x5a32078f tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x5a44f8cb __crypto_memneq +EXPORT_SYMBOL vmlinux 0x5a4d313e gf128mul_4k_lle +EXPORT_SYMBOL vmlinux 0x5a60b950 qm_channel_pool1 +EXPORT_SYMBOL vmlinux 0x5a63c532 put_cmsg +EXPORT_SYMBOL vmlinux 0x5a6f2d2c tcf_action_exec +EXPORT_SYMBOL vmlinux 0x5a7ec7e5 netdev_sk_get_lowest_dev +EXPORT_SYMBOL vmlinux 0x5a921311 strncmp +EXPORT_SYMBOL vmlinux 0x5a956b5b empty_zero_page +EXPORT_SYMBOL vmlinux 0x5a99a0d7 flow_get_u32_dst +EXPORT_SYMBOL vmlinux 0x5a9f1d63 memmove +EXPORT_SYMBOL vmlinux 0x5a9fa853 of_mdiobus_child_is_phy +EXPORT_SYMBOL vmlinux 0x5abb649c netlink_broadcast +EXPORT_SYMBOL vmlinux 0x5abd645e textsearch_unregister +EXPORT_SYMBOL vmlinux 0x5ac01b95 acpi_resource_to_address64 +EXPORT_SYMBOL vmlinux 0x5ac8d9c1 skb_tunnel_check_pmtu +EXPORT_SYMBOL vmlinux 0x5ad88f91 devm_mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x5adf586d pci_remove_bus +EXPORT_SYMBOL vmlinux 0x5ae1154b __traceiter_kfree +EXPORT_SYMBOL vmlinux 0x5afe9fa6 tcf_chain_put_by_act +EXPORT_SYMBOL vmlinux 0x5b0c8861 of_find_node_by_name +EXPORT_SYMBOL vmlinux 0x5b2f27fb do_wait_intr +EXPORT_SYMBOL vmlinux 0x5b31c730 dcb_ieee_getapp_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0x5b3c3842 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0x5b3e282f xa_store +EXPORT_SYMBOL vmlinux 0x5b458ce3 phy_connect +EXPORT_SYMBOL vmlinux 0x5b498a56 __phy_resume +EXPORT_SYMBOL vmlinux 0x5b4ba6a9 iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0x5b54903b qcom_scm_pas_mem_setup +EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap +EXPORT_SYMBOL vmlinux 0x5b5ff1aa fuse_dequeue_forget +EXPORT_SYMBOL vmlinux 0x5b693857 pci_dev_get +EXPORT_SYMBOL vmlinux 0x5b6bc058 fb_firmware_edid +EXPORT_SYMBOL vmlinux 0x5b6e00e9 nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0x5b7d5373 dcb_setapp +EXPORT_SYMBOL vmlinux 0x5bb82875 sock_dequeue_err_skb +EXPORT_SYMBOL vmlinux 0x5bb9a579 skb_ext_add +EXPORT_SYMBOL vmlinux 0x5bca626c jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x5bce69b9 elv_rb_former_request +EXPORT_SYMBOL vmlinux 0x5bcea5f1 sgl_free_n_order +EXPORT_SYMBOL vmlinux 0x5bd4ff88 flow_action_cookie_create +EXPORT_SYMBOL vmlinux 0x5bdb7603 sock_copy_user_timeval +EXPORT_SYMBOL vmlinux 0x5bdcdfef config_item_init_type_name +EXPORT_SYMBOL vmlinux 0x5be63c5b crc32c_csum_stub +EXPORT_SYMBOL vmlinux 0x5beff67a pcim_iounmap +EXPORT_SYMBOL vmlinux 0x5c143a30 param_ops_int +EXPORT_SYMBOL vmlinux 0x5c26a53b wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x5c3c7387 kstrtoull +EXPORT_SYMBOL vmlinux 0x5c4b0985 of_translate_dma_address +EXPORT_SYMBOL vmlinux 0x5c4c9c28 bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0x5c5e8083 processors +EXPORT_SYMBOL vmlinux 0x5c7a9e9a blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0x5c95924b tcp_time_wait +EXPORT_SYMBOL vmlinux 0x5ccda1a7 qdisc_hash_add +EXPORT_SYMBOL vmlinux 0x5cd2ddf3 ethtool_intersect_link_masks +EXPORT_SYMBOL vmlinux 0x5cd8d161 of_cpu_device_node_get +EXPORT_SYMBOL vmlinux 0x5ce0b95f param_get_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5cfb26a0 acpi_enter_sleep_state +EXPORT_SYMBOL vmlinux 0x5cffb1a4 skb_seq_read +EXPORT_SYMBOL vmlinux 0x5d0dfa79 input_set_abs_params +EXPORT_SYMBOL vmlinux 0x5d112304 __memcpy_fromio +EXPORT_SYMBOL vmlinux 0x5d2b7e2b param_set_bool +EXPORT_SYMBOL vmlinux 0x5d379639 __cpuhp_setup_state_cpuslocked +EXPORT_SYMBOL vmlinux 0x5d49aabc init_wait_var_entry +EXPORT_SYMBOL vmlinux 0x5d53c232 simple_rmdir +EXPORT_SYMBOL vmlinux 0x5d72962a scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0x5d7f676e nexthop_set_hw_flags +EXPORT_SYMBOL vmlinux 0x5d9413fd bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x5dac4cd6 qman_dqrr_set_ithresh +EXPORT_SYMBOL vmlinux 0x5dcdfa51 to_nd_pfn +EXPORT_SYMBOL vmlinux 0x5dd7d9e5 tcf_get_next_chain +EXPORT_SYMBOL vmlinux 0x5def0d6e tcp_poll +EXPORT_SYMBOL vmlinux 0x5df41cfe vm_insert_page +EXPORT_SYMBOL vmlinux 0x5e06bc5c refcount_dec_and_lock +EXPORT_SYMBOL vmlinux 0x5e0ccb9f sha1_transform +EXPORT_SYMBOL vmlinux 0x5e22e440 tegra_dfll_resume +EXPORT_SYMBOL vmlinux 0x5e2a787b cad_pid +EXPORT_SYMBOL vmlinux 0x5e3240a0 __cpu_online_mask +EXPORT_SYMBOL vmlinux 0x5e332b52 __var_waitqueue +EXPORT_SYMBOL vmlinux 0x5e354ba5 skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0x5e373fb4 gf128mul_64k_bbe +EXPORT_SYMBOL vmlinux 0x5e413c52 rproc_del +EXPORT_SYMBOL vmlinux 0x5e5ddb82 tso_build_hdr +EXPORT_SYMBOL vmlinux 0x5e6b28b9 pci_assign_resource +EXPORT_SYMBOL vmlinux 0x5e6d49a2 vfs_create +EXPORT_SYMBOL vmlinux 0x5e6f91f9 tegra_powergate_remove_clamping +EXPORT_SYMBOL vmlinux 0x5e771cf6 __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0x5e855e56 gen_pool_first_fit_align +EXPORT_SYMBOL vmlinux 0x5e85b9bf sys_fillrect +EXPORT_SYMBOL vmlinux 0x5e934fc7 sgl_alloc +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5e9a01ce gen_new_estimator +EXPORT_SYMBOL vmlinux 0x5e9c4a68 mr_dump +EXPORT_SYMBOL vmlinux 0x5ec4aee6 put_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ed90adc int_to_scsilun +EXPORT_SYMBOL vmlinux 0x5edbe3c0 skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0x5ee5a3de vma_alloc_folio +EXPORT_SYMBOL vmlinux 0x5ef6a672 gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f1dc857 filemap_fdatawait_range_keep_errors +EXPORT_SYMBOL vmlinux 0x5f2ee6f9 complete_request_key +EXPORT_SYMBOL vmlinux 0x5f30e7a7 tegra_io_pad_power_disable +EXPORT_SYMBOL vmlinux 0x5f3837ff netdev_features_change +EXPORT_SYMBOL vmlinux 0x5f40689a vfs_mknod +EXPORT_SYMBOL vmlinux 0x5f5441c8 __ubsan_handle_alignment_assumption +EXPORT_SYMBOL vmlinux 0x5f6a36d8 key_move +EXPORT_SYMBOL vmlinux 0x5f6b889c rproc_va_to_pa +EXPORT_SYMBOL vmlinux 0x5f81626f ip_fraglist_init +EXPORT_SYMBOL vmlinux 0x5f93525c acpi_extract_package +EXPORT_SYMBOL vmlinux 0x5f9c0ed9 mount_single +EXPORT_SYMBOL vmlinux 0x5fb4c4f4 tegra_dfll_unregister +EXPORT_SYMBOL vmlinux 0x5fbd9f3b pci_scan_root_bus_bridge +EXPORT_SYMBOL vmlinux 0x5fc72f0e alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x5fddf0f2 param_get_charp +EXPORT_SYMBOL vmlinux 0x5ff9eb0e lockref_mark_dead +EXPORT_SYMBOL vmlinux 0x6005c351 zpool_has_pool +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x6008689f kthread_complete_and_exit +EXPORT_SYMBOL vmlinux 0x601074a3 netdev_offload_xstats_get +EXPORT_SYMBOL vmlinux 0x601c0c2a ip_tunnel_parse_protocol +EXPORT_SYMBOL vmlinux 0x601c68f3 timestamp_truncate +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x602b4dd1 pci_reenable_device +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x605042e4 folio_create_empty_buffers +EXPORT_SYMBOL vmlinux 0x605790dc fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0x605dd2d6 follow_pfn +EXPORT_SYMBOL vmlinux 0x60819c95 follow_down_one +EXPORT_SYMBOL vmlinux 0x608741b5 __init_swait_queue_head +EXPORT_SYMBOL vmlinux 0x608d0267 zstd_get_error_code +EXPORT_SYMBOL vmlinux 0x6091b333 unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x609bcd98 in6_pton +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60aaeb4b qman_p_irqsource_add +EXPORT_SYMBOL vmlinux 0x60ac3220 tcp_sock_set_cork +EXPORT_SYMBOL vmlinux 0x60bbb124 dma_fence_signal_locked +EXPORT_SYMBOL vmlinux 0x60c60b3a mdiobus_unregister_device +EXPORT_SYMBOL vmlinux 0x60d8ab30 vme_lm_get +EXPORT_SYMBOL vmlinux 0x60e9384e input_match_device_id +EXPORT_SYMBOL vmlinux 0x60eac048 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0x60fb44a3 i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0x61073e4a acpi_os_map_generic_address +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x61347034 mb_cache_entry_delete_or_get +EXPORT_SYMBOL vmlinux 0x613f6841 security_socket_socketpair +EXPORT_SYMBOL vmlinux 0x61463a5d devm_register_netdev +EXPORT_SYMBOL vmlinux 0x614c474e textsearch_register +EXPORT_SYMBOL vmlinux 0x6155235c pci_write_vpd +EXPORT_SYMBOL vmlinux 0x615911d7 __bitmap_set +EXPORT_SYMBOL vmlinux 0x615977f5 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x616c5f78 elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x617c452b queued_read_lock_slowpath +EXPORT_SYMBOL vmlinux 0x6185b747 radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0x618911fc numa_node +EXPORT_SYMBOL vmlinux 0x619cb7dd simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x61b23fe7 par_io_of_config +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61c2198a rproc_add_subdev +EXPORT_SYMBOL vmlinux 0x61c33295 sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x61e272c9 sha256_final +EXPORT_SYMBOL vmlinux 0x61ea189b fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x621a64c6 ethtool_aggregate_pause_stats +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x623c7346 md_bitmap_sync_with_cluster +EXPORT_SYMBOL vmlinux 0x623fb0ed devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0x624aa681 trace_print_hex_seq +EXPORT_SYMBOL vmlinux 0x625bbc17 sync_blockdev +EXPORT_SYMBOL vmlinux 0x625f5f3c __mdiobus_c45_write +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x627619ec seq_read +EXPORT_SYMBOL vmlinux 0x6276af56 migrate_device_range +EXPORT_SYMBOL vmlinux 0x6276d129 kill_anon_super +EXPORT_SYMBOL vmlinux 0x6277848a flow_block_cb_incref +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x6288f003 __dev_direct_xmit +EXPORT_SYMBOL vmlinux 0x628c0f8f dma_fence_add_callback +EXPORT_SYMBOL vmlinux 0x62a623ea mini_qdisc_pair_block_init +EXPORT_SYMBOL vmlinux 0x62b5072e alloc_skb_with_frags +EXPORT_SYMBOL vmlinux 0x62d96443 qman_dma_portal +EXPORT_SYMBOL vmlinux 0x62f6c0f8 dev_pick_tx_zero +EXPORT_SYMBOL vmlinux 0x62f7e207 down_read_killable +EXPORT_SYMBOL vmlinux 0x6315c42c zstd_get_params +EXPORT_SYMBOL vmlinux 0x633778e5 folio_mapping +EXPORT_SYMBOL vmlinux 0x634107f6 __napi_alloc_skb +EXPORT_SYMBOL vmlinux 0x63525f71 sock_sendmsg +EXPORT_SYMBOL vmlinux 0x6362d4d0 request_firmware_into_buf +EXPORT_SYMBOL vmlinux 0x636eb412 of_graph_get_remote_node +EXPORT_SYMBOL vmlinux 0x637bcbc7 __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0x637be645 __skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x639c4fa4 jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0x63a58370 flow_action_cookie_destroy +EXPORT_SYMBOL vmlinux 0x63a7c28c bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x63b92448 dquot_load_quota_inode +EXPORT_SYMBOL vmlinux 0x63d06e1f blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0x63d7e9d1 rproc_get_by_child +EXPORT_SYMBOL vmlinux 0x63e86337 dquot_alloc +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63ee817f gro_cells_receive +EXPORT_SYMBOL vmlinux 0x6402c8df sha512_block_data_order +EXPORT_SYMBOL vmlinux 0x6402c908 i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0x6403413e pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0x640ced11 d_exact_alias +EXPORT_SYMBOL vmlinux 0x64127b67 bitmap_find_next_zero_area_off +EXPORT_SYMBOL vmlinux 0x642eb5c6 xen_poll_irq_timeout +EXPORT_SYMBOL vmlinux 0x644be12c qman_affine_cpus +EXPORT_SYMBOL vmlinux 0x6455298a security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0x645dbc8f configfs_depend_item +EXPORT_SYMBOL vmlinux 0x646173cf forget_cached_acl +EXPORT_SYMBOL vmlinux 0x6467b4f6 netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0x646a8a57 qman_get_qm_portal_config +EXPORT_SYMBOL vmlinux 0x6470fc66 pnp_possible_config +EXPORT_SYMBOL vmlinux 0x6481ffe0 hsiphash_1u32 +EXPORT_SYMBOL vmlinux 0x64833172 netdev_offload_xstats_enable +EXPORT_SYMBOL vmlinux 0x6486160d posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x648eb59d gc_inflight_list +EXPORT_SYMBOL vmlinux 0x64929874 pci_dev_put +EXPORT_SYMBOL vmlinux 0x649e6455 skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x64a9c928 default_blu +EXPORT_SYMBOL vmlinux 0x64bbc288 string_unescape +EXPORT_SYMBOL vmlinux 0x64d11af1 dma_fence_wait_timeout +EXPORT_SYMBOL vmlinux 0x6505cb18 pfifo_fast_ops +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x6514c1e6 flow_get_u32_src +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x651cbd6b filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0x652032cb mac_pton +EXPORT_SYMBOL vmlinux 0x652ce9aa nla_memcmp +EXPORT_SYMBOL vmlinux 0x653d03f2 flow_indr_block_cb_alloc +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x654449c3 memset16 +EXPORT_SYMBOL vmlinux 0x654e4cb5 amba_device_unregister +EXPORT_SYMBOL vmlinux 0x65504354 mmc_gpio_set_cd_isr +EXPORT_SYMBOL vmlinux 0x6558ce82 skb_clone +EXPORT_SYMBOL vmlinux 0x656256e0 mipi_dsi_dcs_write +EXPORT_SYMBOL vmlinux 0x6567f99a inet_protos +EXPORT_SYMBOL vmlinux 0x656c1a0e string_escape_mem +EXPORT_SYMBOL vmlinux 0x656e4a6e snprintf +EXPORT_SYMBOL vmlinux 0x657defc3 serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0x657ebadb unix_get_socket +EXPORT_SYMBOL vmlinux 0x658ce1a8 xxh64_reset +EXPORT_SYMBOL vmlinux 0x6591d855 pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0x65929cae ns_to_timespec64 +EXPORT_SYMBOL vmlinux 0x659ded26 xfrm_flush_gc +EXPORT_SYMBOL vmlinux 0x659ff59b md_check_recovery +EXPORT_SYMBOL vmlinux 0x65ca478d tc_setup_cb_reoffload +EXPORT_SYMBOL vmlinux 0x65cb86e1 of_node_put +EXPORT_SYMBOL vmlinux 0x65d1bab2 acpi_bios_warning +EXPORT_SYMBOL vmlinux 0x65d30590 unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x65d9e877 cpufreq_register_notifier +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65e0d6d7 memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x65e239f9 sock_set_sndtimeo +EXPORT_SYMBOL vmlinux 0x65e73312 scsi_host_get +EXPORT_SYMBOL vmlinux 0x6602a017 __dev_set_mtu +EXPORT_SYMBOL vmlinux 0x6613bb6a __brelse +EXPORT_SYMBOL vmlinux 0x661f8a8a ip6_frag_next +EXPORT_SYMBOL vmlinux 0x66230956 of_cpu_node_to_id +EXPORT_SYMBOL vmlinux 0x6626afca down +EXPORT_SYMBOL vmlinux 0x662730cd migrate_vma_pages +EXPORT_SYMBOL vmlinux 0x662dbf46 from_kuid_munged +EXPORT_SYMBOL vmlinux 0x66410879 param_get_long +EXPORT_SYMBOL vmlinux 0x664b1e29 qman_delete_cgr +EXPORT_SYMBOL vmlinux 0x665e2513 zstd_max_clevel +EXPORT_SYMBOL vmlinux 0x66628bf3 ip_tunnel_metadata_cnt +EXPORT_SYMBOL vmlinux 0x666863dc par_io_config_pin +EXPORT_SYMBOL vmlinux 0x666c14c0 __traceiter_dma_fence_emit +EXPORT_SYMBOL vmlinux 0x6673f96d xxh32_reset +EXPORT_SYMBOL vmlinux 0x66815bdb flow_rule_match_enc_ports +EXPORT_SYMBOL vmlinux 0x66826f5a xudma_get_ringacc +EXPORT_SYMBOL vmlinux 0x6683f7d1 __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0x6686d064 locks_copy_conflock +EXPORT_SYMBOL vmlinux 0x668b19a1 down_read +EXPORT_SYMBOL vmlinux 0x669440b2 udp_prot +EXPORT_SYMBOL vmlinux 0x669c191b dm_consume_args +EXPORT_SYMBOL vmlinux 0x66a2357e xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x66a4fb2e of_n_addr_cells +EXPORT_SYMBOL vmlinux 0x66a68a9f scsi_alloc_sgtables +EXPORT_SYMBOL vmlinux 0x66af1fd1 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x66b4cc41 kmemdup +EXPORT_SYMBOL vmlinux 0x66c2d3d4 file_ns_capable +EXPORT_SYMBOL vmlinux 0x66d416c1 dma_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0x66e6911f mipi_dsi_dcs_set_display_brightness_large +EXPORT_SYMBOL vmlinux 0x66edfc78 _find_next_or_bit +EXPORT_SYMBOL vmlinux 0x672798e3 dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0x673d4fa5 xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0x67412d2f ucc_slow_enable +EXPORT_SYMBOL vmlinux 0x6749d53f hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x6753a1aa kmem_cache_free +EXPORT_SYMBOL vmlinux 0x675a76d3 phy_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x675ce589 pci_irq_get_affinity +EXPORT_SYMBOL vmlinux 0x67713367 napi_disable +EXPORT_SYMBOL vmlinux 0x678b96ec dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x6792b565 pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x67943477 vmf_insert_pfn +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b6fc2c tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67ba5fb6 generic_update_time +EXPORT_SYMBOL vmlinux 0x67c13ea0 acpi_read +EXPORT_SYMBOL vmlinux 0x67c15eb4 dcb_setrewr +EXPORT_SYMBOL vmlinux 0x67eddea1 proc_create_data +EXPORT_SYMBOL vmlinux 0x680de08f configfs_register_subsystem +EXPORT_SYMBOL vmlinux 0x6812f116 regset_get +EXPORT_SYMBOL vmlinux 0x68194512 ip6tun_encaps +EXPORT_SYMBOL vmlinux 0x682499fe netpoll_send_skb +EXPORT_SYMBOL vmlinux 0x68490423 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x6850d9f7 __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x6851e05b flush_signals +EXPORT_SYMBOL vmlinux 0x685fed39 backlight_device_get_by_type +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x68829a6e flow_rule_match_basic +EXPORT_SYMBOL vmlinux 0x68900508 build_skb_around +EXPORT_SYMBOL vmlinux 0x689067dd dma_fence_chain_ops +EXPORT_SYMBOL vmlinux 0x6892e86b genphy_config_eee_advert +EXPORT_SYMBOL vmlinux 0x6897c397 devm_get_clk_from_child +EXPORT_SYMBOL vmlinux 0x68b61cec of_device_register +EXPORT_SYMBOL vmlinux 0x68bac59e page_mapping +EXPORT_SYMBOL vmlinux 0x68bce9e4 of_io_request_and_map +EXPORT_SYMBOL vmlinux 0x68bd8fe7 netdev_lower_state_changed +EXPORT_SYMBOL vmlinux 0x68c66a0f folio_mark_dirty +EXPORT_SYMBOL vmlinux 0x68d0b080 xp_alloc_batch +EXPORT_SYMBOL vmlinux 0x68d8032c mipi_dsi_device_register_full +EXPORT_SYMBOL vmlinux 0x68f6fbe8 netdev_reset_tc +EXPORT_SYMBOL vmlinux 0x68fb581a icst307_idx2s +EXPORT_SYMBOL vmlinux 0x69049cd2 radix_tree_replace_slot +EXPORT_SYMBOL vmlinux 0x6911c728 pcie_set_readrq +EXPORT_SYMBOL vmlinux 0x6920ebab dquot_get_next_id +EXPORT_SYMBOL vmlinux 0x6923d091 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0x69384d1f phy_start_aneg +EXPORT_SYMBOL vmlinux 0x6941a099 blk_queue_flag_set +EXPORT_SYMBOL vmlinux 0x69526f18 blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0x69668826 netdev_increment_features +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6972e413 __bitmap_weight_and +EXPORT_SYMBOL vmlinux 0x697b19e6 key_type_keyring +EXPORT_SYMBOL vmlinux 0x697ed5f0 memcpy_and_pad +EXPORT_SYMBOL vmlinux 0x6998d7ae invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x699d5a5d tcp_filter +EXPORT_SYMBOL vmlinux 0x69b08cba pnp_device_detach +EXPORT_SYMBOL vmlinux 0x69bdfbac register_qdisc +EXPORT_SYMBOL vmlinux 0x69befb9c cros_ec_get_next_event +EXPORT_SYMBOL vmlinux 0x69c07c96 tcf_action_update_stats +EXPORT_SYMBOL vmlinux 0x69d84bf7 copy_splice_read +EXPORT_SYMBOL vmlinux 0x69dd3b5b crc32_le +EXPORT_SYMBOL vmlinux 0x69de8757 vme_check_window +EXPORT_SYMBOL vmlinux 0x69e15b2c mount_nodev +EXPORT_SYMBOL vmlinux 0x69e669c7 filemap_get_folios_contig +EXPORT_SYMBOL vmlinux 0x69f51269 tcp_stream_memory_free +EXPORT_SYMBOL vmlinux 0x69fd2b9f textsearch_prepare +EXPORT_SYMBOL vmlinux 0x6a0301b4 inet_del_offload +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a045d55 netdev_bonding_info_change +EXPORT_SYMBOL vmlinux 0x6a1fe5dc secpath_set +EXPORT_SYMBOL vmlinux 0x6a2ad337 pci_fixup_device +EXPORT_SYMBOL vmlinux 0x6a3766b2 qman_delete_cgr_safe +EXPORT_SYMBOL vmlinux 0x6a51b428 mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0x6a5cb5ee __get_free_pages +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a5fa363 sigprocmask +EXPORT_SYMBOL vmlinux 0x6a6e05bf kstrtou8 +EXPORT_SYMBOL vmlinux 0x6a746a94 param_set_copystring +EXPORT_SYMBOL vmlinux 0x6a7975e2 folio_end_private_2 +EXPORT_SYMBOL vmlinux 0x6a90663a qman_schedule_fq +EXPORT_SYMBOL vmlinux 0x6ace64f5 nd_btt_arena_is_valid +EXPORT_SYMBOL vmlinux 0x6ad97fec param_ops_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x6adcea4f md_cluster_ops +EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device +EXPORT_SYMBOL vmlinux 0x6ae67321 param_ops_charp +EXPORT_SYMBOL vmlinux 0x6aeefac4 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x6afac232 fscrypt_setup_filename +EXPORT_SYMBOL vmlinux 0x6b22ab46 sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x6b27729b radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b34b00c phy_queue_state_machine +EXPORT_SYMBOL vmlinux 0x6b37fa14 tcp_sock_set_nodelay +EXPORT_SYMBOL vmlinux 0x6b4e0eac __traceiter_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x6b55acd0 rtnl_lock_killable +EXPORT_SYMBOL vmlinux 0x6b6003ad pcie_capability_clear_and_set_word_locked +EXPORT_SYMBOL vmlinux 0x6b6fe1e8 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0x6b853d06 ns_to_kernel_old_timeval +EXPORT_SYMBOL vmlinux 0x6b8bf149 netif_receive_skb_list +EXPORT_SYMBOL vmlinux 0x6b8c6a77 tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bd0e573 down_interruptible +EXPORT_SYMBOL vmlinux 0x6bdcf835 blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x6be1c1f8 acpi_install_method +EXPORT_SYMBOL vmlinux 0x6bf19bfe cdrom_check_events +EXPORT_SYMBOL vmlinux 0x6bf5dd48 skb_checksum_help +EXPORT_SYMBOL vmlinux 0x6c1a3189 fasync_helper +EXPORT_SYMBOL vmlinux 0x6c1d6550 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x6c224cda gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x6c34605e pci_release_regions +EXPORT_SYMBOL vmlinux 0x6c50fec8 mipi_dsi_driver_register_full +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c942747 mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0x6c9a0123 vfs_fsync +EXPORT_SYMBOL vmlinux 0x6cb46525 netlbl_catmap_walk +EXPORT_SYMBOL vmlinux 0x6cba53ea __traceiter_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x6cbbfc54 __arch_copy_to_user +EXPORT_SYMBOL vmlinux 0x6ce6d304 vme_irq_free +EXPORT_SYMBOL vmlinux 0x6ce72abb xfrm_lookup +EXPORT_SYMBOL vmlinux 0x6cf0d67d qe_get_num_of_snums +EXPORT_SYMBOL vmlinux 0x6d04ed7e new_inode +EXPORT_SYMBOL vmlinux 0x6d070083 dst_destroy +EXPORT_SYMBOL vmlinux 0x6d16c104 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d43381c tty_register_device +EXPORT_SYMBOL vmlinux 0x6d5f5b91 radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x6d5f6fe8 d_instantiate_new +EXPORT_SYMBOL vmlinux 0x6d62aa36 dev_printk_emit +EXPORT_SYMBOL vmlinux 0x6d700c18 arp_create +EXPORT_SYMBOL vmlinux 0x6d73c95f logic_outw +EXPORT_SYMBOL vmlinux 0x6d7c7dcc bitmap_cut +EXPORT_SYMBOL vmlinux 0x6d933508 lynx_pcs_destroy +EXPORT_SYMBOL vmlinux 0x6d9ce130 page_pool_return_skb_page +EXPORT_SYMBOL vmlinux 0x6da3968f pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0x6da467cb pfn_is_map_memory +EXPORT_SYMBOL vmlinux 0x6db6155e register_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0x6db7106b mii_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x6db7380c tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x6dba9051 xz_dec_microlzma_end +EXPORT_SYMBOL vmlinux 0x6dc35b25 radix_tree_iter_delete +EXPORT_SYMBOL vmlinux 0x6dcf857f uuid_null +EXPORT_SYMBOL vmlinux 0x6dd17e7b acpi_get_table_header +EXPORT_SYMBOL vmlinux 0x6ddfd09c unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6e1f26ba blk_mq_run_hw_queues +EXPORT_SYMBOL vmlinux 0x6e226707 page_pool_unlink_napi +EXPORT_SYMBOL vmlinux 0x6e386b05 mr_mfc_find_parent +EXPORT_SYMBOL vmlinux 0x6e3956c4 unlock_rename +EXPORT_SYMBOL vmlinux 0x6e46f3c0 simple_transaction_set +EXPORT_SYMBOL vmlinux 0x6e57529b invalidate_bdev +EXPORT_SYMBOL vmlinux 0x6e5b8651 xz_dec_run +EXPORT_SYMBOL vmlinux 0x6e65631c fs_param_is_string +EXPORT_SYMBOL vmlinux 0x6e69afd6 generic_fadvise +EXPORT_SYMBOL vmlinux 0x6e6e9e00 nf_log_packet +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e76eda7 phy_resume +EXPORT_SYMBOL vmlinux 0x6e853470 kobject_get +EXPORT_SYMBOL vmlinux 0x6e8d9165 __module_put_and_kthread_exit +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea9363b force_sig +EXPORT_SYMBOL vmlinux 0x6eb0723e ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x6ec17c44 dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0x6ec83d21 gro_cells_init +EXPORT_SYMBOL vmlinux 0x6ece9b91 devm_memunmap +EXPORT_SYMBOL vmlinux 0x6ed101b6 __traceiter_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0x6eecfaf4 sg_copy_buffer +EXPORT_SYMBOL vmlinux 0x6f061ad5 msi_desc_to_pci_dev +EXPORT_SYMBOL vmlinux 0x6f11a613 readahead_expand +EXPORT_SYMBOL vmlinux 0x6f14e9db console_list_lock +EXPORT_SYMBOL vmlinux 0x6f151132 neigh_table_init +EXPORT_SYMBOL vmlinux 0x6f1a1eb2 dma_find_channel +EXPORT_SYMBOL vmlinux 0x6f24924b slab_build_skb +EXPORT_SYMBOL vmlinux 0x6f27d6b2 prepare_to_swait_event +EXPORT_SYMBOL vmlinux 0x6f309d25 of_phy_find_device +EXPORT_SYMBOL vmlinux 0x6f377508 __skb_gro_checksum_complete +EXPORT_SYMBOL vmlinux 0x6f37894f iov_iter_discard +EXPORT_SYMBOL vmlinux 0x6f3c026c phy_request_interrupt +EXPORT_SYMBOL vmlinux 0x6f41a428 acpi_get_vendor_resource +EXPORT_SYMBOL vmlinux 0x6f41a639 irq_cpu_rmap_remove +EXPORT_SYMBOL vmlinux 0x6f4a59e4 sort_r +EXPORT_SYMBOL vmlinux 0x6f5ab52f acpi_get_local_address +EXPORT_SYMBOL vmlinux 0x6f5e7570 config_group_init +EXPORT_SYMBOL vmlinux 0x6f69bfd8 __skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x6f6c49d3 set_nlink +EXPORT_SYMBOL vmlinux 0x6f767836 pipe_unlock +EXPORT_SYMBOL vmlinux 0x6f7793a5 skb_flow_dissector_init +EXPORT_SYMBOL vmlinux 0x6f915a45 dqstats +EXPORT_SYMBOL vmlinux 0x6fb3699b blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0x6fb49676 queue_rcu_work +EXPORT_SYMBOL vmlinux 0x6fbc6a00 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x6fc48021 dynamic_cond_resched +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fd908ac ip_mc_join_group +EXPORT_SYMBOL vmlinux 0x6ff3a485 dynamic_might_resched +EXPORT_SYMBOL vmlinux 0x6fff261f __arch_clear_user +EXPORT_SYMBOL vmlinux 0x70002fe8 siphash_1u32 +EXPORT_SYMBOL vmlinux 0x700c6c17 key_create +EXPORT_SYMBOL vmlinux 0x701418e2 block_truncate_page +EXPORT_SYMBOL vmlinux 0x7023bea8 unregister_acpi_notifier +EXPORT_SYMBOL vmlinux 0x702892eb __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x702946da ucs2_strlen +EXPORT_SYMBOL vmlinux 0x703d761e rproc_detach +EXPORT_SYMBOL vmlinux 0x7060d475 kern_sys_bpf +EXPORT_SYMBOL vmlinux 0x70680552 dev_uc_add +EXPORT_SYMBOL vmlinux 0x7068e7f1 devm_request_resource +EXPORT_SYMBOL vmlinux 0x706f1b53 nd_region_acquire_lane +EXPORT_SYMBOL vmlinux 0x707108ce uart_register_driver +EXPORT_SYMBOL vmlinux 0x707aa253 rproc_elf_sanity_check +EXPORT_SYMBOL vmlinux 0x708ece55 fc_mount +EXPORT_SYMBOL vmlinux 0x709bb8b7 cros_ec_get_host_event +EXPORT_SYMBOL vmlinux 0x70ac2c1a blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x70ad75fb radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x70cede9a generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x70d1a18e qman_release_pool +EXPORT_SYMBOL vmlinux 0x70d70c08 __ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x70daa11e dma_fence_remove_callback +EXPORT_SYMBOL vmlinux 0x70e513f7 mipi_dsi_generic_write +EXPORT_SYMBOL vmlinux 0x7103c747 from_kprojid_munged +EXPORT_SYMBOL vmlinux 0x710ad076 xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x71188dd4 init_special_inode +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x71366b6e phy_do_ioctl_running +EXPORT_SYMBOL vmlinux 0x713e2426 iptun_encaps +EXPORT_SYMBOL vmlinux 0x7141b88a logic_insb +EXPORT_SYMBOL vmlinux 0x714b0d7c generic_fill_statx_attr +EXPORT_SYMBOL vmlinux 0x7155bcf8 sync_file_get_fence +EXPORT_SYMBOL vmlinux 0x715a5ed0 vprintk +EXPORT_SYMBOL vmlinux 0x715f93df pin_user_pages +EXPORT_SYMBOL vmlinux 0x716c5017 tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x717d1f96 hdmi_infoframe_check +EXPORT_SYMBOL vmlinux 0x718d4cce key_unlink +EXPORT_SYMBOL vmlinux 0x718d91b5 pci_free_irq_vectors +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71a7a97b mmc_erase +EXPORT_SYMBOL vmlinux 0x71c44335 pci_request_region +EXPORT_SYMBOL vmlinux 0x71d99caf ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0x71fb6892 dma_fence_array_next +EXPORT_SYMBOL vmlinux 0x71fbb4e7 truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x7204254b dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0x720a27a7 __register_blkdev +EXPORT_SYMBOL vmlinux 0x7224f15e bio_endio +EXPORT_SYMBOL vmlinux 0x722c6397 __block_write_begin +EXPORT_SYMBOL vmlinux 0x723b71de dquot_load_quota_sb +EXPORT_SYMBOL vmlinux 0x7254e08b xsk_tx_release +EXPORT_SYMBOL vmlinux 0x7257b5e9 ip6mr_rule_default +EXPORT_SYMBOL vmlinux 0x7264b122 irq_domain_set_info +EXPORT_SYMBOL vmlinux 0x726bc3c7 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0x727c0443 vfs_link +EXPORT_SYMBOL vmlinux 0x727c940f __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0x727de424 mem_section +EXPORT_SYMBOL vmlinux 0x7294cb4a generic_parse_monolithic +EXPORT_SYMBOL vmlinux 0x72a50966 ucc_fast_disable +EXPORT_SYMBOL vmlinux 0x72b9d287 default_grn +EXPORT_SYMBOL vmlinux 0x72c46808 vfs_parse_fs_param_source +EXPORT_SYMBOL vmlinux 0x72df462c dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72ec042f dev_deactivate +EXPORT_SYMBOL vmlinux 0x72f0ad82 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0x72f14ff7 acpi_get_object_info +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x731dba7a xen_domain_type +EXPORT_SYMBOL vmlinux 0x732dd326 groups_free +EXPORT_SYMBOL vmlinux 0x733807ea sk_ioctl +EXPORT_SYMBOL vmlinux 0x733af489 fman_set_mac_max_frame +EXPORT_SYMBOL vmlinux 0x734836ec pci_alloc_irq_vectors +EXPORT_SYMBOL vmlinux 0x735886f1 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0x7359d677 neigh_app_ns +EXPORT_SYMBOL vmlinux 0x735e6a81 acpi_evaluate_integer +EXPORT_SYMBOL vmlinux 0x73673e9a hid_bpf_ops +EXPORT_SYMBOL vmlinux 0x7369e263 hmm_range_fault +EXPORT_SYMBOL vmlinux 0x7375c63c mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x7378f820 mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0x737c8086 pci_get_device +EXPORT_SYMBOL vmlinux 0x7380dffa argv_split +EXPORT_SYMBOL vmlinux 0x738a0f38 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0x73998efa cpm_muram_free_addr +EXPORT_SYMBOL vmlinux 0x739fd00f __SCK__tp_func_module_get +EXPORT_SYMBOL vmlinux 0x73abb180 alloc_contig_range +EXPORT_SYMBOL vmlinux 0x73b4aa69 neigh_resolve_output +EXPORT_SYMBOL vmlinux 0x73c8cf90 close_fd_get_file +EXPORT_SYMBOL vmlinux 0x73ed2e3b __mmap_lock_do_trace_acquire_returned +EXPORT_SYMBOL vmlinux 0x7410aba2 strreplace +EXPORT_SYMBOL vmlinux 0x7412ed5b kvfree_sensitive +EXPORT_SYMBOL vmlinux 0x741dd052 __hw_addr_ref_sync_dev +EXPORT_SYMBOL vmlinux 0x74243429 remove_proc_entry +EXPORT_SYMBOL vmlinux 0x742578a5 wait_for_random_bytes +EXPORT_SYMBOL vmlinux 0x7429e20c kstrtos8 +EXPORT_SYMBOL vmlinux 0x742b828e mipi_dsi_detach +EXPORT_SYMBOL vmlinux 0x743a5e06 mdio_device_create +EXPORT_SYMBOL vmlinux 0x743f4126 keygen_port_hashing_init +EXPORT_SYMBOL vmlinux 0x74531cf6 __blk_alloc_disk +EXPORT_SYMBOL vmlinux 0x7453d3e8 security_release_secctx +EXPORT_SYMBOL vmlinux 0x74724911 unregister_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0x74754435 acpi_bus_generate_netlink_event +EXPORT_SYMBOL vmlinux 0x747a289f mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0x7483dc59 pci_dev_present +EXPORT_SYMBOL vmlinux 0x74968f58 bio_split_to_limits +EXPORT_SYMBOL vmlinux 0x74972b6a pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0x749be9ef netdev_next_lower_dev_rcu +EXPORT_SYMBOL vmlinux 0x749c7df0 generic_remap_file_range_prep +EXPORT_SYMBOL vmlinux 0x74a38b99 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x74b8e674 slhc_toss +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74da064a set_security_override +EXPORT_SYMBOL vmlinux 0x74dd9e0b dma_fence_wait_any_timeout +EXPORT_SYMBOL vmlinux 0x74deb19e eth_validate_addr +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74ef111a acpi_bus_unregister_driver +EXPORT_SYMBOL vmlinux 0x74f12c4b pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0x74f801d3 phy_set_max_speed +EXPORT_SYMBOL vmlinux 0x74fb1c3d __mmap_lock_do_trace_released +EXPORT_SYMBOL vmlinux 0x74ffb266 vfs_iocb_iter_write +EXPORT_SYMBOL vmlinux 0x7504ebc7 tegra_ivc_read_get_next_frame +EXPORT_SYMBOL vmlinux 0x7521f77e vme_slave_request +EXPORT_SYMBOL vmlinux 0x75240405 fib_notifier_ops_unregister +EXPORT_SYMBOL vmlinux 0x752460cb blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0x7525393b fman_set_port_params +EXPORT_SYMBOL vmlinux 0x75307c9f tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x7530ac96 inode_set_bytes +EXPORT_SYMBOL vmlinux 0x755f4ba3 blake2s_compress_generic +EXPORT_SYMBOL vmlinux 0x757aa2d1 __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0x757bc3f4 pci_enable_link_state +EXPORT_SYMBOL vmlinux 0x757fb90e inet_shutdown +EXPORT_SYMBOL vmlinux 0x75871f5e acpi_get_next_object +EXPORT_SYMBOL vmlinux 0x7587bc96 vfs_statfs +EXPORT_SYMBOL vmlinux 0x759eb4d6 sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75ccb926 dcb_getrewr +EXPORT_SYMBOL vmlinux 0x75d0deb9 nsecs_to_jiffies64 +EXPORT_SYMBOL vmlinux 0x75d3a33d fs_param_is_blob +EXPORT_SYMBOL vmlinux 0x75d499dd vmcore_add_device_dump +EXPORT_SYMBOL vmlinux 0x75defefd find_inode_rcu +EXPORT_SYMBOL vmlinux 0x75ebb82d handshake_req_private +EXPORT_SYMBOL vmlinux 0x75eda1f0 read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0x75fb984a tcp_shutdown +EXPORT_SYMBOL vmlinux 0x75fcb2fd __scm_destroy +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x760e29da make_bad_inode +EXPORT_SYMBOL vmlinux 0x76232f6b inet_stream_ops +EXPORT_SYMBOL vmlinux 0x7624249e dim_park_tired +EXPORT_SYMBOL vmlinux 0x762ab9ef fman_reset_mac +EXPORT_SYMBOL vmlinux 0x7642ffb5 acpi_dev_get_first_match_dev +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x765ff474 crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x7668de32 sockopt_release_sock +EXPORT_SYMBOL vmlinux 0x766a0927 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x766b363f dev_mc_del +EXPORT_SYMBOL vmlinux 0x7682ba4e __copy_overflow +EXPORT_SYMBOL vmlinux 0x7683aea1 input_reset_device +EXPORT_SYMBOL vmlinux 0x768ee329 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x769f6e64 errseq_check +EXPORT_SYMBOL vmlinux 0x76b0f532 uart_match_port +EXPORT_SYMBOL vmlinux 0x76b7c37c textsearch_destroy +EXPORT_SYMBOL vmlinux 0x76b98a6c __phy_write_mmd +EXPORT_SYMBOL vmlinux 0x76bfbb05 rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0x76cb9c4f pps_register_source +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76d3db86 crypto_sha3_final +EXPORT_SYMBOL vmlinux 0x76d6b3a4 md_bitmap_unplug_async +EXPORT_SYMBOL vmlinux 0x76da6bc1 max8998_read_reg +EXPORT_SYMBOL vmlinux 0x76ddd373 udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0x76efc249 _atomic_dec_and_raw_lock_irqsave +EXPORT_SYMBOL vmlinux 0x76f372ad skb_queue_head +EXPORT_SYMBOL vmlinux 0x77051b19 fs_param_is_path +EXPORT_SYMBOL vmlinux 0x770cb092 tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0x7721946f tcp_sock_set_syncnt +EXPORT_SYMBOL vmlinux 0x7728c725 sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0x772ec0da pcim_iomap_table +EXPORT_SYMBOL vmlinux 0x7734182d netif_receive_skb +EXPORT_SYMBOL vmlinux 0x77358855 iomem_resource +EXPORT_SYMBOL vmlinux 0x7739d4c6 scsi_vpd_tpg_id +EXPORT_SYMBOL vmlinux 0x773fa409 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x77456e0a acpi_root_dir +EXPORT_SYMBOL vmlinux 0x7762295a kfree_skb_partial +EXPORT_SYMBOL vmlinux 0x7767c4f3 jbd2_fc_begin_commit +EXPORT_SYMBOL vmlinux 0x776ca93a __clzdi2 +EXPORT_SYMBOL vmlinux 0x77863b97 d_invalidate +EXPORT_SYMBOL vmlinux 0x7791193f icst525_s2div +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77c5818c pldmfw_op_pci_match_record +EXPORT_SYMBOL vmlinux 0x77d171a1 fqdir_init +EXPORT_SYMBOL vmlinux 0x77e9eb37 aes_encrypt +EXPORT_SYMBOL vmlinux 0x7807f0f8 schedule_timeout_idle +EXPORT_SYMBOL vmlinux 0x7815c196 tcf_exts_terse_dump +EXPORT_SYMBOL vmlinux 0x78161f39 call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x784dc3e0 generic_shutdown_super +EXPORT_SYMBOL vmlinux 0x7869bf9d __netlink_dump_start +EXPORT_SYMBOL vmlinux 0x786abc72 __sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x787905da nf_unregister_net_hooks +EXPORT_SYMBOL vmlinux 0x789a53f2 vfs_ioctl +EXPORT_SYMBOL vmlinux 0x789e7e38 xen_free_ballooned_pages +EXPORT_SYMBOL vmlinux 0x78a16f48 aes_decrypt +EXPORT_SYMBOL vmlinux 0x78b887ed vsprintf +EXPORT_SYMBOL vmlinux 0x78c8fee8 unix_detach_fds +EXPORT_SYMBOL vmlinux 0x78d70ef4 pcie_get_mps +EXPORT_SYMBOL vmlinux 0x78d767ee md_write_end +EXPORT_SYMBOL vmlinux 0x78dd41fd netdev_update_features +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78e0a7fb kern_path_create +EXPORT_SYMBOL vmlinux 0x78e33429 config_item_get_unless_zero +EXPORT_SYMBOL vmlinux 0x78edaa35 pci_alloc_irq_vectors_affinity +EXPORT_SYMBOL vmlinux 0x78f44b7e dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x78f664a5 nf_log_trace +EXPORT_SYMBOL vmlinux 0x78fe06ff request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0x790a06f7 netdev_bind_sb_channel_queue +EXPORT_SYMBOL vmlinux 0x7919b383 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x791d60c8 devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0x79344c7f phy_connect_direct +EXPORT_SYMBOL vmlinux 0x79422ad1 mmc_retune_pause +EXPORT_SYMBOL vmlinux 0x794b5cc7 md_done_sync +EXPORT_SYMBOL vmlinux 0x794d4bd1 configfs_unregister_default_group +EXPORT_SYMBOL vmlinux 0x7950a778 sb_set_blocksize +EXPORT_SYMBOL vmlinux 0x795e2568 fman_unregister_intr +EXPORT_SYMBOL vmlinux 0x79611db5 xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0x7971ac32 ip_do_fragment +EXPORT_SYMBOL vmlinux 0x79741165 sk_dst_check +EXPORT_SYMBOL vmlinux 0x7984eefc key_update +EXPORT_SYMBOL vmlinux 0x798a0d31 dst_dev_put +EXPORT_SYMBOL vmlinux 0x79a33f85 vme_get_size +EXPORT_SYMBOL vmlinux 0x79c2d860 acpi_match_device_ids +EXPORT_SYMBOL vmlinux 0x79cac712 inode_get_bytes +EXPORT_SYMBOL vmlinux 0x79d219c0 __get_hash_from_flowi6 +EXPORT_SYMBOL vmlinux 0x79e1578d iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0x79e4cbe8 override_creds +EXPORT_SYMBOL vmlinux 0x79fbab15 tcp_child_process +EXPORT_SYMBOL vmlinux 0x7a030f14 dma_resv_replace_fences +EXPORT_SYMBOL vmlinux 0x7a0c3e4d twl6040_reg_write +EXPORT_SYMBOL vmlinux 0x7a0cd743 folio_clear_dirty_for_io +EXPORT_SYMBOL vmlinux 0x7a1bcd59 gf128mul_x8_ble +EXPORT_SYMBOL vmlinux 0x7a2aa250 __folio_cancel_dirty +EXPORT_SYMBOL vmlinux 0x7a2af7b4 cpu_number +EXPORT_SYMBOL vmlinux 0x7a2ff57e security_current_getsecid_subj +EXPORT_SYMBOL vmlinux 0x7a406707 pci_map_rom +EXPORT_SYMBOL vmlinux 0x7a461f8d tty_port_init +EXPORT_SYMBOL vmlinux 0x7a53a06d flow_indr_dev_exists +EXPORT_SYMBOL vmlinux 0x7a591b99 dev_pm_opp_unregister_notifier +EXPORT_SYMBOL vmlinux 0x7a67de76 of_match_device +EXPORT_SYMBOL vmlinux 0x7a7e6f68 qdisc_hash_del +EXPORT_SYMBOL vmlinux 0x7a93325e xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x7a95e5ae do_settimeofday64 +EXPORT_SYMBOL vmlinux 0x7a968137 ucc_slow_restart_tx +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7aaa7e5d skb_unlink +EXPORT_SYMBOL vmlinux 0x7aba5a77 mdio_find_bus +EXPORT_SYMBOL vmlinux 0x7abd6aff of_get_next_cpu_node +EXPORT_SYMBOL vmlinux 0x7ac2fe6c uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0x7acaf1eb scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7ad279a3 devm_pci_remap_cfgspace +EXPORT_SYMBOL vmlinux 0x7ad85caf ps2_begin_command +EXPORT_SYMBOL vmlinux 0x7adc0fbf rb_replace_node_rcu +EXPORT_SYMBOL vmlinux 0x7ae4638d inode_set_ctime_current +EXPORT_SYMBOL vmlinux 0x7ae5d317 qe_get_snum +EXPORT_SYMBOL vmlinux 0x7b0d5583 d_alloc_parallel +EXPORT_SYMBOL vmlinux 0x7b0f1d0a mtree_store +EXPORT_SYMBOL vmlinux 0x7b141a13 mipi_dsi_dcs_write_buffer +EXPORT_SYMBOL vmlinux 0x7b37d4a7 _find_first_zero_bit +EXPORT_SYMBOL vmlinux 0x7b4da6ff __init_rwsem +EXPORT_SYMBOL vmlinux 0x7b54f270 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x7b5b8f31 sha256_update +EXPORT_SYMBOL vmlinux 0x7b6b26dd tcp_release_cb +EXPORT_SYMBOL vmlinux 0x7b7dfc36 insert_inode_locked +EXPORT_SYMBOL vmlinux 0x7b7fc3f0 mipi_dsi_dcs_soft_reset +EXPORT_SYMBOL vmlinux 0x7b82b9a1 idr_replace +EXPORT_SYMBOL vmlinux 0x7b8811f8 genphy_c45_eee_is_active +EXPORT_SYMBOL vmlinux 0x7b9b56cc netdev_info +EXPORT_SYMBOL vmlinux 0x7ba5a3b4 tegra_powergate_power_off +EXPORT_SYMBOL vmlinux 0x7bb50b88 acpi_write +EXPORT_SYMBOL vmlinux 0x7bbccd05 nr_node_ids +EXPORT_SYMBOL vmlinux 0x7bdca1b7 nf_log_unregister +EXPORT_SYMBOL vmlinux 0x7bdcb0a9 rt_dst_clone +EXPORT_SYMBOL vmlinux 0x7bef5321 nd_integrity_init +EXPORT_SYMBOL vmlinux 0x7c173634 __bitmap_complement +EXPORT_SYMBOL vmlinux 0x7c1fdb24 sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x7c2d03a6 dma_fence_enable_sw_signaling +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c47df50 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x7c52f9cd ip6_err_gen_icmpv6_unreach +EXPORT_SYMBOL vmlinux 0x7c69796f mipi_dsi_dcs_exit_sleep_mode +EXPORT_SYMBOL vmlinux 0x7c798b8c fwnode_iomap +EXPORT_SYMBOL vmlinux 0x7c7b97b8 __devm_request_region +EXPORT_SYMBOL vmlinux 0x7ca0cb5e dquot_resume +EXPORT_SYMBOL vmlinux 0x7ca3435f configfs_depend_item_unlocked +EXPORT_SYMBOL vmlinux 0x7cbe0cd2 drop_reasons_by_subsys +EXPORT_SYMBOL vmlinux 0x7cc18181 set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0x7cd2d497 blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0x7cd9fd0a migrate_device_pages +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7ce58981 kvrealloc +EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7cfcc951 dma_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0x7cfe368d net_dim_get_def_tx_moderation +EXPORT_SYMBOL vmlinux 0x7d0315ea xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x7d0ba682 gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d12d76d acpi_get_parent +EXPORT_SYMBOL vmlinux 0x7d184ad0 pskb_trim_rcsum_slow +EXPORT_SYMBOL vmlinux 0x7d27e504 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x7d37d666 input_register_handle +EXPORT_SYMBOL vmlinux 0x7d4194d0 tty_check_change +EXPORT_SYMBOL vmlinux 0x7d4b176a netlbl_catmap_setbit +EXPORT_SYMBOL vmlinux 0x7d512ab9 ip6_output +EXPORT_SYMBOL vmlinux 0x7d5e1008 __crc32c_le_shift +EXPORT_SYMBOL vmlinux 0x7d5e3767 acpi_bus_register_driver +EXPORT_SYMBOL vmlinux 0x7d60a017 of_platform_device_create +EXPORT_SYMBOL vmlinux 0x7d618683 input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0x7d74d522 kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0x7d7b43dc skb_pull +EXPORT_SYMBOL vmlinux 0x7d848dc1 __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x7d924379 of_find_net_device_by_node +EXPORT_SYMBOL vmlinux 0x7daa2a89 __xfrm_init_state +EXPORT_SYMBOL vmlinux 0x7daece67 quota_send_warning +EXPORT_SYMBOL vmlinux 0x7db04ca3 mii_link_ok +EXPORT_SYMBOL vmlinux 0x7db5ca6a nf_unregister_net_hook +EXPORT_SYMBOL vmlinux 0x7dbf0979 crypto_kdf108_ctr_generate +EXPORT_SYMBOL vmlinux 0x7dc5ffa7 tc_skb_ext_tc_disable +EXPORT_SYMBOL vmlinux 0x7dcdefe3 tcp_v4_connect +EXPORT_SYMBOL vmlinux 0x7dcf4135 __xa_insert +EXPORT_SYMBOL vmlinux 0x7dd72e7d blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0x7decc5a2 vm_iomap_memory +EXPORT_SYMBOL vmlinux 0x7df79e4f dev_get_by_napi_id +EXPORT_SYMBOL vmlinux 0x7e09f860 mmc_gpio_set_cd_irq +EXPORT_SYMBOL vmlinux 0x7e0b255f hdmi_audio_infoframe_pack_for_dp +EXPORT_SYMBOL vmlinux 0x7e3191f6 try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x7e3a2d7c netlink_kernel_release +EXPORT_SYMBOL vmlinux 0x7e3ea39e proc_mkdir +EXPORT_SYMBOL vmlinux 0x7e4a54ea set_user_nice +EXPORT_SYMBOL vmlinux 0x7e4c3df5 efi +EXPORT_SYMBOL vmlinux 0x7e5c9cbd migrate_device_finalize +EXPORT_SYMBOL vmlinux 0x7e65c10d padata_do_parallel +EXPORT_SYMBOL vmlinux 0x7e6c9aca xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0x7ea0d4ca tegra_sku_info +EXPORT_SYMBOL vmlinux 0x7ea2c4a3 security_inode_copy_up +EXPORT_SYMBOL vmlinux 0x7ea9169c mfd_remove_devices_late +EXPORT_SYMBOL vmlinux 0x7ec5e051 sys_imageblit +EXPORT_SYMBOL vmlinux 0x7ec7db22 vme_bus_num +EXPORT_SYMBOL vmlinux 0x7ed64766 __splice_from_pipe +EXPORT_SYMBOL vmlinux 0x7ede4454 mark_buffer_write_io_error +EXPORT_SYMBOL vmlinux 0x7edf66cc simple_write_begin +EXPORT_SYMBOL vmlinux 0x7eeb70fe md_write_inc +EXPORT_SYMBOL vmlinux 0x7ef4bddc __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0x7efe8bc4 proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0x7f013622 msm_pinctrl_dev_pm_ops +EXPORT_SYMBOL vmlinux 0x7f02188f __msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x7f03b6a9 crc_ccitt_table +EXPORT_SYMBOL vmlinux 0x7f0e10fb cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0x7f211345 tegra_dfll_runtime_suspend +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f268eee dev_addr_del +EXPORT_SYMBOL vmlinux 0x7f434729 neigh_connected_output +EXPORT_SYMBOL vmlinux 0x7f46ce54 dump_skip +EXPORT_SYMBOL vmlinux 0x7f52071a net_dim +EXPORT_SYMBOL vmlinux 0x7f62eaa4 sgl_free +EXPORT_SYMBOL vmlinux 0x7f687014 vfs_path_parent_lookup +EXPORT_SYMBOL vmlinux 0x7f7f7bb4 irq_poll_disable +EXPORT_SYMBOL vmlinux 0x7f8ae4df netpoll_setup +EXPORT_SYMBOL vmlinux 0x7fae328d do_clone_file_range +EXPORT_SYMBOL vmlinux 0x7fc08278 sg_alloc_append_table_from_pages +EXPORT_SYMBOL vmlinux 0x7fc99ebe eth_header_parse_protocol +EXPORT_SYMBOL vmlinux 0x7fce778e tegra_ivc_total_queue_size +EXPORT_SYMBOL vmlinux 0x7fde1fbc acpi_walk_resource_buffer +EXPORT_SYMBOL vmlinux 0x7fe105d7 bman_ip_rev +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7fe69906 kill_pid +EXPORT_SYMBOL vmlinux 0x7ffeb661 platform_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x801a3ca3 pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0x801f1d68 dquot_destroy +EXPORT_SYMBOL vmlinux 0x803ddbb6 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x804c9bf6 uart_resume_port +EXPORT_SYMBOL vmlinux 0x805910ba security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x805f0ff8 md_handle_request +EXPORT_SYMBOL vmlinux 0x80621ac3 netdev_get_by_name +EXPORT_SYMBOL vmlinux 0x80762048 _atomic_dec_and_raw_lock +EXPORT_SYMBOL vmlinux 0x80816f26 get_user_ifreq +EXPORT_SYMBOL vmlinux 0x808a255a dquot_quota_on +EXPORT_SYMBOL vmlinux 0x80984922 ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x80a1857f of_property_read_reg +EXPORT_SYMBOL vmlinux 0x80a717a8 __percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x80a7d3ef vfs_fileattr_get +EXPORT_SYMBOL vmlinux 0x80b22ad5 scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0x80c276af i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80da59bc pci_bus_claim_resources +EXPORT_SYMBOL vmlinux 0x80ddd7b0 ww_mutex_trylock +EXPORT_SYMBOL vmlinux 0x80e35b59 ppp_register_compressor +EXPORT_SYMBOL vmlinux 0x80e5f86f fscrypt_fname_alloc_buffer +EXPORT_SYMBOL vmlinux 0x80ec0d50 qman_init_fq +EXPORT_SYMBOL vmlinux 0x811038bb devm_devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0x8112b3d2 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x8117514c tcp_read_done +EXPORT_SYMBOL vmlinux 0x81188c30 match_string +EXPORT_SYMBOL vmlinux 0x81192830 dcb_getapp +EXPORT_SYMBOL vmlinux 0x812e6801 netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0x813926cc bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x81491054 security_binder_transaction +EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x815fff7e get_user_pages +EXPORT_SYMBOL vmlinux 0x81733d67 inet_dgram_connect +EXPORT_SYMBOL vmlinux 0x818416e1 scsi_set_sense_information +EXPORT_SYMBOL vmlinux 0x8186333b cpumask_next_wrap +EXPORT_SYMBOL vmlinux 0x818c4720 serio_bus +EXPORT_SYMBOL vmlinux 0x818dd0ee scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x818edf97 cpm_muram_alloc +EXPORT_SYMBOL vmlinux 0x819b99d6 pcie_capability_clear_and_set_word_unlocked +EXPORT_SYMBOL vmlinux 0x819d1aba notify_change +EXPORT_SYMBOL vmlinux 0x81a1eb59 utf8_unload +EXPORT_SYMBOL vmlinux 0x81a70b87 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0x81ab5a96 of_get_parent +EXPORT_SYMBOL vmlinux 0x81ac55b5 mipi_dsi_dcs_set_page_address +EXPORT_SYMBOL vmlinux 0x81b20e8b ucc_fast_transmit_on_demand +EXPORT_SYMBOL vmlinux 0x81b44fac seq_write +EXPORT_SYMBOL vmlinux 0x81bdaa6b genphy_read_abilities +EXPORT_SYMBOL vmlinux 0x81bee2e0 finalize_exec +EXPORT_SYMBOL vmlinux 0x81c51d19 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x81d6c28b acpi_buffer_to_resource +EXPORT_SYMBOL vmlinux 0x81d8dd23 __bio_advance +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81e6b37f dmi_get_system_info +EXPORT_SYMBOL vmlinux 0x81fb5bb5 put_cmsg_scm_timestamping64 +EXPORT_SYMBOL vmlinux 0x82048dc0 skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x82339dbc pnp_is_active +EXPORT_SYMBOL vmlinux 0x823d3505 cmxgcr_lock +EXPORT_SYMBOL vmlinux 0x825971ad phy_mipi_dphy_get_default_config_for_hsclk +EXPORT_SYMBOL vmlinux 0x82776a88 rproc_free +EXPORT_SYMBOL vmlinux 0x827e5ac2 kern_path +EXPORT_SYMBOL vmlinux 0x8280803d jbd2_journal_start +EXPORT_SYMBOL vmlinux 0x828171ce inet_sock_destruct +EXPORT_SYMBOL vmlinux 0x8282e225 acpi_processor_notify_smm +EXPORT_SYMBOL vmlinux 0x8289e10b get_ipc_ns_exported +EXPORT_SYMBOL vmlinux 0x828a0f57 page_pool_destroy +EXPORT_SYMBOL vmlinux 0x829db087 tcf_chain_get_by_act +EXPORT_SYMBOL vmlinux 0x82ab50a9 __cgroup_bpf_run_filter_sk +EXPORT_SYMBOL vmlinux 0x82b37c94 trace_raw_output_prep +EXPORT_SYMBOL vmlinux 0x82c87ad5 nr_online_nodes +EXPORT_SYMBOL vmlinux 0x82cc0390 fscrypt_encrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x82dbd58a xp_raw_get_dma +EXPORT_SYMBOL vmlinux 0x82e41b9f sk_free +EXPORT_SYMBOL vmlinux 0x82e42043 dput +EXPORT_SYMBOL vmlinux 0x82ee90dc timer_delete_sync +EXPORT_SYMBOL vmlinux 0x830a07ce __wait_on_buffer +EXPORT_SYMBOL vmlinux 0x830db1aa pcie_get_width_cap +EXPORT_SYMBOL vmlinux 0x83441ad2 ndisc_ns_create +EXPORT_SYMBOL vmlinux 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL vmlinux 0x835ab9ba __aperture_remove_legacy_vga_devices +EXPORT_SYMBOL vmlinux 0x83622fe9 param_set_charp +EXPORT_SYMBOL vmlinux 0x836e0e89 call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0x837842e9 tcf_action_set_ctrlact +EXPORT_SYMBOL vmlinux 0x837c381d mii_check_link +EXPORT_SYMBOL vmlinux 0x837f8dd9 gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0x8386b301 tty_port_close_start +EXPORT_SYMBOL vmlinux 0x838d2bc8 siphash_3u32 +EXPORT_SYMBOL vmlinux 0x83c4f58a elv_rb_find +EXPORT_SYMBOL vmlinux 0x83e316b5 ptp_clock_event +EXPORT_SYMBOL vmlinux 0x8404d01c km_query +EXPORT_SYMBOL vmlinux 0x841fa2ca scsi_remove_host +EXPORT_SYMBOL vmlinux 0x8423eeb4 pci_unregister_driver +EXPORT_SYMBOL vmlinux 0x8427cc7b _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0x843d782c folio_wait_private_2 +EXPORT_SYMBOL vmlinux 0x845eebfb seq_dentry +EXPORT_SYMBOL vmlinux 0x847ce6cb mt_find_after +EXPORT_SYMBOL vmlinux 0x84818f57 tegra_powergate_power_on +EXPORT_SYMBOL vmlinux 0x84823cf3 nla_strscpy +EXPORT_SYMBOL vmlinux 0x84864b17 dev_addr_mod +EXPORT_SYMBOL vmlinux 0x848b0fda call_fib_notifiers +EXPORT_SYMBOL vmlinux 0x84914079 __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x8492725a flow_rule_match_mpls +EXPORT_SYMBOL vmlinux 0x849af2c5 __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x84a0ca4d bitmap_zalloc_node +EXPORT_SYMBOL vmlinux 0x84ac82d0 dev_mc_sync +EXPORT_SYMBOL vmlinux 0x84aebd9c netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0x84c7786b sock_set_keepalive +EXPORT_SYMBOL vmlinux 0x84cefa0e __of_mdiobus_register +EXPORT_SYMBOL vmlinux 0x84d0aa78 __register_chrdev +EXPORT_SYMBOL vmlinux 0x8518a4a6 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x851b9121 xudma_dev_get_psil_base +EXPORT_SYMBOL vmlinux 0x853a05d9 dquot_disable +EXPORT_SYMBOL vmlinux 0x854422ed inode_needs_sync +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x85743a72 kern_unmount_array +EXPORT_SYMBOL vmlinux 0x8574e694 neigh_for_each +EXPORT_SYMBOL vmlinux 0x8577c8b0 pci_match_id +EXPORT_SYMBOL vmlinux 0x8591d7d5 ledtrig_mtd_activity +EXPORT_SYMBOL vmlinux 0x85a37ffe dev_change_flags +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85bd1608 __request_region +EXPORT_SYMBOL vmlinux 0x85c6b290 skb_copy_expand +EXPORT_SYMBOL vmlinux 0x85d7a721 phy_device_register +EXPORT_SYMBOL vmlinux 0x85dabab5 set_binfmt +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85efb361 kernel_getpeername +EXPORT_SYMBOL vmlinux 0x85efc7e0 zero_pfn +EXPORT_SYMBOL vmlinux 0x85f596a4 neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0x85fe99c1 fixed_size_llseek +EXPORT_SYMBOL vmlinux 0x860d1b0b proc_create_mount_point +EXPORT_SYMBOL vmlinux 0x861e8ef5 xp_alloc +EXPORT_SYMBOL vmlinux 0x862a0a7b ip_output +EXPORT_SYMBOL vmlinux 0x862c8035 bitmap_alloc_node +EXPORT_SYMBOL vmlinux 0x8636c447 of_translate_address +EXPORT_SYMBOL vmlinux 0x86396198 vfs_setpos +EXPORT_SYMBOL vmlinux 0x863a276a color_table +EXPORT_SYMBOL vmlinux 0x865838f4 d_delete +EXPORT_SYMBOL vmlinux 0x866645d1 input_allocate_device +EXPORT_SYMBOL vmlinux 0x866a62b2 gnet_stats_basic_sync_init +EXPORT_SYMBOL vmlinux 0x868301ce cdrom_mode_select +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x86905073 truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0x8694b9f3 sock_kfree_s +EXPORT_SYMBOL vmlinux 0x869aba61 user_path_at_empty +EXPORT_SYMBOL vmlinux 0x869fdc1b mmc_card_alternative_gpt_sector +EXPORT_SYMBOL vmlinux 0x86be6728 inet_frag_kill +EXPORT_SYMBOL vmlinux 0x86cddd72 cfb_fillrect +EXPORT_SYMBOL vmlinux 0x86d52ba5 lookup_constant +EXPORT_SYMBOL vmlinux 0x86d8dd4e pmem_should_map_pages +EXPORT_SYMBOL vmlinux 0x86dd708d tc_skb_ext_tc_enable +EXPORT_SYMBOL vmlinux 0x86f2462b __zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x86fe719a dma_set_mask +EXPORT_SYMBOL vmlinux 0x870b80bb inet_reqsk_alloc +EXPORT_SYMBOL vmlinux 0x87176175 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x87239ce4 md_finish_reshape +EXPORT_SYMBOL vmlinux 0x872c082d seq_hex_dump +EXPORT_SYMBOL vmlinux 0x8743a4bb of_get_next_child +EXPORT_SYMBOL vmlinux 0x874f1871 __destroy_inode +EXPORT_SYMBOL vmlinux 0x875fd470 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0x8761c87b rps_needed +EXPORT_SYMBOL vmlinux 0x8764c6e7 sock_rfree +EXPORT_SYMBOL vmlinux 0x87694fbb pnp_start_dev +EXPORT_SYMBOL vmlinux 0x8771afb4 blk_put_queue +EXPORT_SYMBOL vmlinux 0x877516a1 sg_miter_skip +EXPORT_SYMBOL vmlinux 0x877b33cc ppp_input +EXPORT_SYMBOL vmlinux 0x877b898b tcf_qevent_validate_change +EXPORT_SYMBOL vmlinux 0x87809aeb put_user_ifreq +EXPORT_SYMBOL vmlinux 0x8794627b __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0x879830e0 vfs_path_lookup +EXPORT_SYMBOL vmlinux 0x87a21cb3 __ubsan_handle_out_of_bounds +EXPORT_SYMBOL vmlinux 0x87bf8743 pci_disable_device +EXPORT_SYMBOL vmlinux 0x87c8000b pcim_iomap +EXPORT_SYMBOL vmlinux 0x87c8c92f dma_fence_match_context +EXPORT_SYMBOL vmlinux 0x87fb51a6 of_node_name_eq +EXPORT_SYMBOL vmlinux 0x8800d9fc acpi_dev_uid_to_integer +EXPORT_SYMBOL vmlinux 0x8810754a _find_first_bit +EXPORT_SYMBOL vmlinux 0x881bad5e phy_mipi_dphy_config_validate +EXPORT_SYMBOL vmlinux 0x881c4413 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x881e6f98 blk_mq_delay_run_hw_queues +EXPORT_SYMBOL vmlinux 0x88390ea7 _copy_to_iter +EXPORT_SYMBOL vmlinux 0x883e6cc1 __alloc_pages +EXPORT_SYMBOL vmlinux 0x884a5a5d inet_addr_type +EXPORT_SYMBOL vmlinux 0x885f2a0b scsi_rescan_device +EXPORT_SYMBOL vmlinux 0x88806bbd md_bitmap_startwrite +EXPORT_SYMBOL vmlinux 0x88822d38 unregister_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0x8888f1fe xxh32 +EXPORT_SYMBOL vmlinux 0x8898454a inet_csk_complete_hashdance +EXPORT_SYMBOL vmlinux 0x889b1370 _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x889e7773 gpiochip_irq_reqres +EXPORT_SYMBOL vmlinux 0x88b65c7f tcp_splice_read +EXPORT_SYMBOL vmlinux 0x88ba5849 truncate_setsize +EXPORT_SYMBOL vmlinux 0x88bd5dfe tcp_seq_next +EXPORT_SYMBOL vmlinux 0x88c296ea vfs_get_tree +EXPORT_SYMBOL vmlinux 0x88d674aa unregister_nls +EXPORT_SYMBOL vmlinux 0x88db9f48 __check_object_size +EXPORT_SYMBOL vmlinux 0x88dfac96 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0x88e0b5b8 genphy_read_master_slave +EXPORT_SYMBOL vmlinux 0x88e1d0f0 page_frag_free +EXPORT_SYMBOL vmlinux 0x88f8c2fd locks_lock_inode_wait +EXPORT_SYMBOL vmlinux 0x8908b039 mnt_set_expiry +EXPORT_SYMBOL vmlinux 0x891dbb8f sgl_free_order +EXPORT_SYMBOL vmlinux 0x8927a74e __traceiter_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x893a4364 t10_pi_type1_crc +EXPORT_SYMBOL vmlinux 0x89434b4b radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x8946ea72 fpsimd_context_busy +EXPORT_SYMBOL vmlinux 0x89774539 rio_query_mport +EXPORT_SYMBOL vmlinux 0x897a1a40 max8925_reg_write +EXPORT_SYMBOL vmlinux 0x89854df1 dquot_acquire +EXPORT_SYMBOL vmlinux 0x89940875 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x89a48ca7 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x89c7bf0e dcb_getrewr_prio_pcp_mask_map +EXPORT_SYMBOL vmlinux 0x89d98123 devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0x89df478e netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0x8a27a525 serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0x8a377d05 drop_super +EXPORT_SYMBOL vmlinux 0x8a47043d LZ4_decompress_safe_continue +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a49d9fb cdev_add +EXPORT_SYMBOL vmlinux 0x8a4a811c sock_recvmsg +EXPORT_SYMBOL vmlinux 0x8a5dece8 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0x8a65452f __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x8a7094ba vm_brk_flags +EXPORT_SYMBOL vmlinux 0x8a74f2fb tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a833583 dma_fence_array_ops +EXPORT_SYMBOL vmlinux 0x8a835793 put_ipc_ns +EXPORT_SYMBOL vmlinux 0x8a920f3b nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8aa50e12 configfs_unregister_subsystem +EXPORT_SYMBOL vmlinux 0x8aaecd60 __put_cred +EXPORT_SYMBOL vmlinux 0x8aafaad9 sdev_prefix_printk +EXPORT_SYMBOL vmlinux 0x8ab9dca0 dump_page +EXPORT_SYMBOL vmlinux 0x8abbd4be acpi_pm_device_sleep_state +EXPORT_SYMBOL vmlinux 0x8ac136ae imx_sc_misc_get_control +EXPORT_SYMBOL vmlinux 0x8ac3334b net_dim_get_def_rx_moderation +EXPORT_SYMBOL vmlinux 0x8ac343b1 blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0x8ac4f284 dquot_file_open +EXPORT_SYMBOL vmlinux 0x8addf88a lock_rename +EXPORT_SYMBOL vmlinux 0x8af4b55a seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0x8b0088d1 LZ4_decompress_safe_usingDict +EXPORT_SYMBOL vmlinux 0x8b2ffd83 __cpu_present_mask +EXPORT_SYMBOL vmlinux 0x8b4c3dab devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b83d4ca fs_param_is_u32 +EXPORT_SYMBOL vmlinux 0x8b910be2 errseq_sample +EXPORT_SYMBOL vmlinux 0x8b989cf9 acpi_bus_can_wakeup +EXPORT_SYMBOL vmlinux 0x8bd60c9a ihold +EXPORT_SYMBOL vmlinux 0x8bdfc47c __mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x8be189ab ucc_slow_disable +EXPORT_SYMBOL vmlinux 0x8bfeba02 aperture_remove_conflicting_pci_devices +EXPORT_SYMBOL vmlinux 0x8c07fda2 mipi_dsi_dcs_get_power_mode +EXPORT_SYMBOL vmlinux 0x8c0da258 netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0x8c169848 netdev_name_in_use +EXPORT_SYMBOL vmlinux 0x8c1a874f phy_loopback +EXPORT_SYMBOL vmlinux 0x8c1c4428 phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0x8c1c90d0 netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x8c20514b netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0x8c22c4f9 d_instantiate_anon +EXPORT_SYMBOL vmlinux 0x8c26d495 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x8c2d11d6 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0x8c2d2611 input_set_poll_interval +EXPORT_SYMBOL vmlinux 0x8c30bf67 zstd_dctx_workspace_bound +EXPORT_SYMBOL vmlinux 0x8c3a2958 jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0x8c468f8a __find_get_block +EXPORT_SYMBOL vmlinux 0x8c496982 blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0x8c504625 i2c_register_driver +EXPORT_SYMBOL vmlinux 0x8c53a19d dev_get_by_name +EXPORT_SYMBOL vmlinux 0x8c587854 release_pages +EXPORT_SYMBOL vmlinux 0x8c6f38f8 of_get_child_by_name +EXPORT_SYMBOL vmlinux 0x8c770556 __traceiter_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x8c8569cb kstrtoint +EXPORT_SYMBOL vmlinux 0x8c9400f1 xfrm_unregister_type_offload +EXPORT_SYMBOL vmlinux 0x8c987d18 netdev_set_num_tc +EXPORT_SYMBOL vmlinux 0x8c9e338f acpi_bios_error +EXPORT_SYMBOL vmlinux 0x8ca92919 filemap_flush +EXPORT_SYMBOL vmlinux 0x8caf9305 uuid_is_valid +EXPORT_SYMBOL vmlinux 0x8cb2622f gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x8cc53d20 __par_io_config_pin +EXPORT_SYMBOL vmlinux 0x8cce2db8 generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x8cda8029 xen_clear_irq_pending +EXPORT_SYMBOL vmlinux 0x8ce0295f mipi_dsi_dcs_get_display_brightness +EXPORT_SYMBOL vmlinux 0x8ce3ac6f of_find_device_by_node +EXPORT_SYMBOL vmlinux 0x8cf88e9f __netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x8cfe188f xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x8d0af9bf pci_iomap +EXPORT_SYMBOL vmlinux 0x8d240856 pps_unregister_source +EXPORT_SYMBOL vmlinux 0x8d296c65 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0x8d33e672 __find_nth_andnot_bit +EXPORT_SYMBOL vmlinux 0x8d3a8cfc kill_block_super +EXPORT_SYMBOL vmlinux 0x8d3db83b ip6_xmit +EXPORT_SYMBOL vmlinux 0x8d40e465 dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0x8d4112df qcom_scm_mem_protect_video_var +EXPORT_SYMBOL vmlinux 0x8d48895c ethtool_aggregate_rmon_stats +EXPORT_SYMBOL vmlinux 0x8d49fe2f generic_file_read_iter +EXPORT_SYMBOL vmlinux 0x8d520b09 reuseport_add_sock +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d5e1ccb unregister_md_personality +EXPORT_SYMBOL vmlinux 0x8d6252e7 __bread_gfp +EXPORT_SYMBOL vmlinux 0x8d6c9ea3 mipi_dsi_attach +EXPORT_SYMBOL vmlinux 0x8d6cb3df tcf_action_check_ctrlact +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d800d72 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0x8d8759e7 generic_read_dir +EXPORT_SYMBOL vmlinux 0x8d92e72b key_reject_and_link +EXPORT_SYMBOL vmlinux 0x8d9abd73 mmc_of_parse +EXPORT_SYMBOL vmlinux 0x8dafaf22 hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x8dc81f85 rproc_shutdown +EXPORT_SYMBOL vmlinux 0x8dc9175e scsi_host_alloc +EXPORT_SYMBOL vmlinux 0x8ddd8aad schedule_timeout +EXPORT_SYMBOL vmlinux 0x8dee722d _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0x8df4afd9 qe_put_snum +EXPORT_SYMBOL vmlinux 0x8df92f66 memchr_inv +EXPORT_SYMBOL vmlinux 0x8df9dd10 guid_null +EXPORT_SYMBOL vmlinux 0x8e17b3ae idr_destroy +EXPORT_SYMBOL vmlinux 0x8e3a8588 devm_kvasprintf +EXPORT_SYMBOL vmlinux 0x8e3e0f7d fault_in_readable +EXPORT_SYMBOL vmlinux 0x8e4686f2 __inc_node_page_state +EXPORT_SYMBOL vmlinux 0x8e4c60a3 cpm_muram_dma +EXPORT_SYMBOL vmlinux 0x8e4e07ca scsi_host_busy +EXPORT_SYMBOL vmlinux 0x8e65a745 __module_get +EXPORT_SYMBOL vmlinux 0x8e695be2 md_write_start +EXPORT_SYMBOL vmlinux 0x8e6d4a3e cdrom_ioctl +EXPORT_SYMBOL vmlinux 0x8e7444c2 nvdimm_bus_lock +EXPORT_SYMBOL vmlinux 0x8e75a3ea qdisc_put_unlocked +EXPORT_SYMBOL vmlinux 0x8e8dc954 phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0x8e93bd24 security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x8ea309c9 device_match_acpi_dev +EXPORT_SYMBOL vmlinux 0x8ea58a39 ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0x8eaa44a1 from_kprojid +EXPORT_SYMBOL vmlinux 0x8eb08204 block_write_end +EXPORT_SYMBOL vmlinux 0x8ec760b0 cgroup_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0x8ede6ed7 i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0x8ef78507 clear_inode +EXPORT_SYMBOL vmlinux 0x8f01afd6 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x8f2e47cb qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0x8f398c41 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x8f44d20c seq_file_path +EXPORT_SYMBOL vmlinux 0x8f4a4798 sk_net_capable +EXPORT_SYMBOL vmlinux 0x8f510737 input_enable_softrepeat +EXPORT_SYMBOL vmlinux 0x8f54bb77 kernel_listen +EXPORT_SYMBOL vmlinux 0x8f6eb12b devm_extcon_register_notifier +EXPORT_SYMBOL vmlinux 0x8f7105bb devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x8f8f26bb simple_unlink +EXPORT_SYMBOL vmlinux 0x8f996a30 ethtool_convert_legacy_u32_to_link_mode +EXPORT_SYMBOL vmlinux 0x8fa25c24 xa_find +EXPORT_SYMBOL vmlinux 0x8fb5db84 d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0x8fc710e3 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0x8fc9ea11 fman_port_cfg_buf_prefix_content +EXPORT_SYMBOL vmlinux 0x8fcb89b0 ps2_end_command +EXPORT_SYMBOL vmlinux 0x8fd180e7 kernel_neon_begin +EXPORT_SYMBOL vmlinux 0x8fdc5aa6 mmc_gpio_set_cd_wake +EXPORT_SYMBOL vmlinux 0x8feac0a5 blk_finish_plug +EXPORT_SYMBOL vmlinux 0x8fee2b56 phy_set_asym_pause +EXPORT_SYMBOL vmlinux 0x8ff89ed0 seg6_hmac_exit +EXPORT_SYMBOL vmlinux 0x90006be6 dm_kcopyd_client_flush +EXPORT_SYMBOL vmlinux 0x900444c3 mmc_gpiod_request_ro +EXPORT_SYMBOL vmlinux 0x900aad8b nf_hook_slow_list +EXPORT_SYMBOL vmlinux 0x9013b07c folio_migrate_mapping +EXPORT_SYMBOL vmlinux 0x901cc6fc serio_reconnect +EXPORT_SYMBOL vmlinux 0x902d8722 vme_slave_get +EXPORT_SYMBOL vmlinux 0x9034a696 mempool_destroy +EXPORT_SYMBOL vmlinux 0x9040c64b inode_io_list_del +EXPORT_SYMBOL vmlinux 0x90576ec4 vmemdup_user +EXPORT_SYMBOL vmlinux 0x9061d401 i2c_clients_command +EXPORT_SYMBOL vmlinux 0x908fd56c tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0x9092defd proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x90963617 mini_qdisc_pair_swap +EXPORT_SYMBOL vmlinux 0x90963b38 __quota_error +EXPORT_SYMBOL vmlinux 0x90aaa60e vfs_fsync_range +EXPORT_SYMBOL vmlinux 0x90c7c2bf flow_rule_match_enc_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x90c94634 _dev_notice +EXPORT_SYMBOL vmlinux 0x90e1b968 config_item_get +EXPORT_SYMBOL vmlinux 0x90eb3a17 dev_get_flags +EXPORT_SYMBOL vmlinux 0x90f0fb65 max8998_bulk_write +EXPORT_SYMBOL vmlinux 0x90fa2bcd phy_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x9114b616 __xa_alloc +EXPORT_SYMBOL vmlinux 0x911f5e5a netdev_offload_xstats_enabled +EXPORT_SYMBOL vmlinux 0x9128bf05 skb_eth_gso_segment +EXPORT_SYMBOL vmlinux 0x91409093 mmc_wait_for_req_done +EXPORT_SYMBOL vmlinux 0x9148aada phy_get_eee_err +EXPORT_SYMBOL vmlinux 0x915a5dc4 input_unregister_handle +EXPORT_SYMBOL vmlinux 0x91614854 udp_lib_unhash +EXPORT_SYMBOL vmlinux 0x9161a857 sk_mc_loop +EXPORT_SYMBOL vmlinux 0x9166fada strncpy +EXPORT_SYMBOL vmlinux 0x9166fc03 __flush_workqueue +EXPORT_SYMBOL vmlinux 0x916e582b empty_aops +EXPORT_SYMBOL vmlinux 0x91750905 try_module_get +EXPORT_SYMBOL vmlinux 0x9181f5cc freezing_slow_path +EXPORT_SYMBOL vmlinux 0x919c58f3 __clzsi2 +EXPORT_SYMBOL vmlinux 0x91a488ac __netdev_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x91a7b1da qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x91c0980e icst_hz +EXPORT_SYMBOL vmlinux 0x91c184e8 ipv6_sock_mc_join +EXPORT_SYMBOL vmlinux 0x91cd4db2 flow_rule_match_ports_range +EXPORT_SYMBOL vmlinux 0x91d97ecb of_graph_get_remote_port_parent +EXPORT_SYMBOL vmlinux 0x91f44510 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x91f68ea1 __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x9206dcfb padata_free_shell +EXPORT_SYMBOL vmlinux 0x922938fe tcp_disconnect +EXPORT_SYMBOL vmlinux 0x922f45a6 __bitmap_clear +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x923b2b6b dquot_drop +EXPORT_SYMBOL vmlinux 0x92540fbf finish_wait +EXPORT_SYMBOL vmlinux 0x9254cd0e setup_arg_pages +EXPORT_SYMBOL vmlinux 0x9258c776 hdmi_vendor_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x926ca7b7 vm_event_states +EXPORT_SYMBOL vmlinux 0x92774cf8 __kfence_pool +EXPORT_SYMBOL vmlinux 0x927a1091 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x92869c59 scsi_done +EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user +EXPORT_SYMBOL vmlinux 0x9292b965 pci_find_next_bus +EXPORT_SYMBOL vmlinux 0x92985264 __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0x929878b2 posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0x92a0a9af __tty_insert_flip_char +EXPORT_SYMBOL vmlinux 0x92ad1d1e __nlmsg_put +EXPORT_SYMBOL vmlinux 0x92b99a33 acpi_put_table +EXPORT_SYMBOL vmlinux 0x92b9b180 slash_name +EXPORT_SYMBOL vmlinux 0x92c2afec uart_update_timeout +EXPORT_SYMBOL vmlinux 0x92c856a3 iwe_stream_add_event +EXPORT_SYMBOL vmlinux 0x92d43fe0 tcp_mtu_to_mss +EXPORT_SYMBOL vmlinux 0x92d5838e request_threaded_irq +EXPORT_SYMBOL vmlinux 0x92dbb7ce scsi_partsize +EXPORT_SYMBOL vmlinux 0x92df9b29 xfrm_register_km +EXPORT_SYMBOL vmlinux 0x92e683f5 down_timeout +EXPORT_SYMBOL vmlinux 0x92ec510d jiffies64_to_msecs +EXPORT_SYMBOL vmlinux 0x92efb8e4 ipv6_dev_find +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x93022ba6 __scsi_format_command +EXPORT_SYMBOL vmlinux 0x93056e8b page_pool_put_defragged_page +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x931bde22 __cgroup_bpf_run_filter_sock_addr +EXPORT_SYMBOL vmlinux 0x931c867f of_graph_get_endpoint_count +EXPORT_SYMBOL vmlinux 0x9336b772 dquot_scan_active +EXPORT_SYMBOL vmlinux 0x933bd51e netdev_crit +EXPORT_SYMBOL vmlinux 0x933c3b32 inode_maybe_inc_iversion +EXPORT_SYMBOL vmlinux 0x93469913 pnp_disable_dev +EXPORT_SYMBOL vmlinux 0x935ce513 netif_set_real_num_queues +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x937c52c6 shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0x937d3e6b inet_put_port +EXPORT_SYMBOL vmlinux 0x9385832f inet_frag_reasm_finish +EXPORT_SYMBOL vmlinux 0x93a07cba tcf_exts_validate_ex +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93af3b3a bio_split +EXPORT_SYMBOL vmlinux 0x93b0745a folio_unlock +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93d0503d phy_aneg_done +EXPORT_SYMBOL vmlinux 0x93d6dd8c complete_all +EXPORT_SYMBOL vmlinux 0x93d9ed58 tcp_connect +EXPORT_SYMBOL vmlinux 0x93e9fdbd flow_rule_match_vlan +EXPORT_SYMBOL vmlinux 0x93f122b7 in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x93f40be3 blk_mq_rq_cpu +EXPORT_SYMBOL vmlinux 0x9406d67a tso_build_data +EXPORT_SYMBOL vmlinux 0x9418e231 fb_find_mode +EXPORT_SYMBOL vmlinux 0x94273f78 serio_open +EXPORT_SYMBOL vmlinux 0x9428f816 dim_turn +EXPORT_SYMBOL vmlinux 0x944375db _totalram_pages +EXPORT_SYMBOL vmlinux 0x944a564d is_console_locked +EXPORT_SYMBOL vmlinux 0x944c6656 seq_open_private +EXPORT_SYMBOL vmlinux 0x946a5320 read_cache_folio +EXPORT_SYMBOL vmlinux 0x9489f0bc phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x94b21c77 rproc_report_crash +EXPORT_SYMBOL vmlinux 0x94bb7ec3 gen_pool_dma_zalloc_algo +EXPORT_SYMBOL vmlinux 0x94bf03ca utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0x94c82564 input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x94ca8f91 udplite_prot +EXPORT_SYMBOL vmlinux 0x94ed7d43 blk_integrity_compare +EXPORT_SYMBOL vmlinux 0x94fc8d93 smp_call_function_many +EXPORT_SYMBOL vmlinux 0x9507c90f copy_fsxattr_to_user +EXPORT_SYMBOL vmlinux 0x950f27db unregister_filesystem +EXPORT_SYMBOL vmlinux 0x952c88c6 ping_prot +EXPORT_SYMBOL vmlinux 0x9531fd3b free_cgroup_ns +EXPORT_SYMBOL vmlinux 0x953d2426 utf8_strncmp +EXPORT_SYMBOL vmlinux 0x954cef6f init_on_alloc +EXPORT_SYMBOL vmlinux 0x954f099c idr_preload +EXPORT_SYMBOL vmlinux 0x95544b88 dmam_alloc_attrs +EXPORT_SYMBOL vmlinux 0x95558e1c pci_select_bars +EXPORT_SYMBOL vmlinux 0x95570815 dev_get_stats +EXPORT_SYMBOL vmlinux 0x95595f4e lookup_one_unlocked +EXPORT_SYMBOL vmlinux 0x957bd8c8 cros_ec_check_result +EXPORT_SYMBOL vmlinux 0x957c9ebf neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x9586625f skb_pull_data +EXPORT_SYMBOL vmlinux 0x959c9b73 __tracepoint_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x95a07bb5 acpi_execute_reg_methods +EXPORT_SYMBOL vmlinux 0x95a67b07 udp_table +EXPORT_SYMBOL vmlinux 0x95ac1070 blkdev_issue_secure_erase +EXPORT_SYMBOL vmlinux 0x95b36f8b rproc_elf_load_segments +EXPORT_SYMBOL vmlinux 0x95b3fe7b console_stop +EXPORT_SYMBOL vmlinux 0x95b90e09 kernel_accept +EXPORT_SYMBOL vmlinux 0x95c6c206 reuseport_alloc +EXPORT_SYMBOL vmlinux 0x95cb3de8 putname +EXPORT_SYMBOL vmlinux 0x95d079c6 dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0x95d14fa8 rpmh_write_async +EXPORT_SYMBOL vmlinux 0x95d39701 udp_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x95d91a41 i2c_get_adapter_by_fwnode +EXPORT_SYMBOL vmlinux 0x95de45d3 mipi_dsi_dcs_set_tear_scanline +EXPORT_SYMBOL vmlinux 0x95eed430 has_capability +EXPORT_SYMBOL vmlinux 0x95f83e33 __break_lease +EXPORT_SYMBOL vmlinux 0x960c64c8 blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0x9614687f secure_tcpv6_ts_off +EXPORT_SYMBOL vmlinux 0x96190054 kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0x962750ba md_unregister_thread +EXPORT_SYMBOL vmlinux 0x962a070c netdev_state_change +EXPORT_SYMBOL vmlinux 0x962bbab1 mdio_driver_register +EXPORT_SYMBOL vmlinux 0x963cc1f6 ptp_schedule_worker +EXPORT_SYMBOL vmlinux 0x965acfe4 rt6_lookup +EXPORT_SYMBOL vmlinux 0x9660cd6f con_is_bound +EXPORT_SYMBOL vmlinux 0x96848186 scnprintf +EXPORT_SYMBOL vmlinux 0x9688de8b memstart_addr +EXPORT_SYMBOL vmlinux 0x968f5859 fwnode_get_phy_id +EXPORT_SYMBOL vmlinux 0x969f29e9 put_watch_queue +EXPORT_SYMBOL vmlinux 0x96a8fdcc udp_seq_ops +EXPORT_SYMBOL vmlinux 0x96b090d3 ps2_drain +EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp +EXPORT_SYMBOL vmlinux 0x96bd301b register_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x96c17136 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96d53fda seq_read_iter +EXPORT_SYMBOL vmlinux 0x96e31ed6 of_xudma_dev_get +EXPORT_SYMBOL vmlinux 0x96e5d30f gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0x96fab350 dim_park_on_top +EXPORT_SYMBOL vmlinux 0x9700d199 __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0x970a6051 sock_bindtoindex +EXPORT_SYMBOL vmlinux 0x9716d72e update_region +EXPORT_SYMBOL vmlinux 0x972af846 hash_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x9736ceb6 mmc_get_card +EXPORT_SYMBOL vmlinux 0x973b081e lookup_one_len +EXPORT_SYMBOL vmlinux 0x973e1e71 mount_bdev +EXPORT_SYMBOL vmlinux 0x973fa82e register_acpi_notifier +EXPORT_SYMBOL vmlinux 0x9746c445 mode_strip_sgid +EXPORT_SYMBOL vmlinux 0x974b414b tls_client_hello_anon +EXPORT_SYMBOL vmlinux 0x9757e29d key_validate +EXPORT_SYMBOL vmlinux 0x975f104c blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0x97600060 iterate_fd +EXPORT_SYMBOL vmlinux 0x977a6e2c phy_write_paged +EXPORT_SYMBOL vmlinux 0x9784adaa no_seek_end_llseek +EXPORT_SYMBOL vmlinux 0x97a1ed77 tls_server_hello_psk +EXPORT_SYMBOL vmlinux 0x97a57333 crc_t10dif_update +EXPORT_SYMBOL vmlinux 0x97adb487 utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0x97b58a15 pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0x97bdfa60 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x97c1ff46 dma_map_page_attrs +EXPORT_SYMBOL vmlinux 0x97e1ca62 get_tree_single +EXPORT_SYMBOL vmlinux 0x97f8264f vfs_dedupe_file_range +EXPORT_SYMBOL vmlinux 0x9818fcc7 simple_open +EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0x982bcde4 __cpu_dying_mask +EXPORT_SYMBOL vmlinux 0x98320ac4 tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0x984157df alloc_mdio_bitbang +EXPORT_SYMBOL vmlinux 0x98555a05 dma_fence_chain_walk +EXPORT_SYMBOL vmlinux 0x9858f364 get_random_u8 +EXPORT_SYMBOL vmlinux 0x985b8f1e iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0x9868d442 vm_map_pages_zero +EXPORT_SYMBOL vmlinux 0x987882e8 simple_release_fs +EXPORT_SYMBOL vmlinux 0x9885d440 vfs_parse_monolithic_sep +EXPORT_SYMBOL vmlinux 0x9891d33c dma_fence_array_create +EXPORT_SYMBOL vmlinux 0x9892381d fscrypt_ioctl_get_policy +EXPORT_SYMBOL vmlinux 0x98981cca jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0x989b945e i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0x98a69357 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x98c89ade security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x98cb878e proc_dobool +EXPORT_SYMBOL vmlinux 0x98cf60b3 strlen +EXPORT_SYMBOL vmlinux 0x98db26ef __dquot_free_space +EXPORT_SYMBOL vmlinux 0x98e508ef ignore_console_lock_warning +EXPORT_SYMBOL vmlinux 0x98f17b48 __ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x98f2d757 task_work_add +EXPORT_SYMBOL vmlinux 0x98f6ce99 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x9905f851 filp_close +EXPORT_SYMBOL vmlinux 0x99094fb2 qcom_scm_is_available +EXPORT_SYMBOL vmlinux 0x99284f4a setattr_copy +EXPORT_SYMBOL vmlinux 0x9931f8c9 qcom_scm_lmh_dcvsh_available +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x9949083a freeze_bdev +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x996c57db rdmacg_try_charge +EXPORT_SYMBOL vmlinux 0x997cece3 twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0x997fb10a sock_gettstamp +EXPORT_SYMBOL vmlinux 0x999cbd22 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99b54723 dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x99b9c31d blk_rq_append_bio +EXPORT_SYMBOL vmlinux 0x99d472b1 net_dim_get_rx_moderation +EXPORT_SYMBOL vmlinux 0x99daa9bf try_offline_node +EXPORT_SYMBOL vmlinux 0x99e41afa flow_rule_match_tcp +EXPORT_SYMBOL vmlinux 0x99f7371c refcount_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x99f9638f __napi_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a22391e radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x9a3395cc security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x9a41e674 pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x9a5400d1 balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0x9a583306 netlbl_bitmap_walk +EXPORT_SYMBOL vmlinux 0x9a5e1160 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x9a69a0e0 tty_hangup +EXPORT_SYMBOL vmlinux 0x9a6e3380 tegra_io_pad_power_enable +EXPORT_SYMBOL vmlinux 0x9aaeefce sysctl_nf_log_all_netns +EXPORT_SYMBOL vmlinux 0x9ab1421e blk_rq_map_user_io +EXPORT_SYMBOL vmlinux 0x9acf62b8 regset_get_alloc +EXPORT_SYMBOL vmlinux 0x9ad69b31 devm_release_resource +EXPORT_SYMBOL vmlinux 0x9ae47436 _find_last_bit +EXPORT_SYMBOL vmlinux 0x9aeb7679 simple_transaction_read +EXPORT_SYMBOL vmlinux 0x9b128a66 qcom_scm_set_remote_state +EXPORT_SYMBOL vmlinux 0x9b1ea9b6 remove_proc_subtree +EXPORT_SYMBOL vmlinux 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b3d8d01 register_shrinker +EXPORT_SYMBOL vmlinux 0x9b4273cf phy_attach_direct +EXPORT_SYMBOL vmlinux 0x9b496b21 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x9b6c724e xudma_pktdma_tflow_get_irq +EXPORT_SYMBOL vmlinux 0x9b6fd513 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0x9b72478f acpi_unload_parent_table +EXPORT_SYMBOL vmlinux 0x9b908f48 kthread_create_on_node +EXPORT_SYMBOL vmlinux 0x9ba9eb36 sync_inodes_sb +EXPORT_SYMBOL vmlinux 0x9baf673c folio_migrate_flags +EXPORT_SYMBOL vmlinux 0x9bb19a55 netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0x9bd094bd scsi_scan_host +EXPORT_SYMBOL vmlinux 0x9bd5c8f5 serio_rescan +EXPORT_SYMBOL vmlinux 0x9be2d137 security_sctp_sk_clone +EXPORT_SYMBOL vmlinux 0x9bee69fd tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x9c08ed1a scsi_add_device +EXPORT_SYMBOL vmlinux 0x9c0d15ae remap_pfn_range +EXPORT_SYMBOL vmlinux 0x9c0db429 qdisc_watchdog_init_clockid +EXPORT_SYMBOL vmlinux 0x9c122bcf mempool_create_node +EXPORT_SYMBOL vmlinux 0x9c18352f sock_i_ino +EXPORT_SYMBOL vmlinux 0x9c1e5bf5 queued_spin_lock_slowpath +EXPORT_SYMBOL vmlinux 0x9c21b99a blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x9c25d7e6 dm_unregister_target +EXPORT_SYMBOL vmlinux 0x9c27fb64 kfree_skb_reason +EXPORT_SYMBOL vmlinux 0x9c4bd1af jbd2_journal_inode_ranged_write +EXPORT_SYMBOL vmlinux 0x9c5a2ada ucc_fast_dump_regs +EXPORT_SYMBOL vmlinux 0x9c5d5b94 crc8 +EXPORT_SYMBOL vmlinux 0x9c7089ff set_anon_super_fc +EXPORT_SYMBOL vmlinux 0x9c778d18 km_policy_expired +EXPORT_SYMBOL vmlinux 0x9c79caa6 kobject_init +EXPORT_SYMBOL vmlinux 0x9c82d2dc scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x9c86b9ab fileattr_fill_flags +EXPORT_SYMBOL vmlinux 0x9c8ca049 inet6_del_offload +EXPORT_SYMBOL vmlinux 0x9c9aa3b9 parse_int_array_user +EXPORT_SYMBOL vmlinux 0x9ca656e2 scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cc07175 mii_ethtool_gset +EXPORT_SYMBOL vmlinux 0x9ccf7171 vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x9ccfdf3d crypto_sha256_update +EXPORT_SYMBOL vmlinux 0x9cdfb3f7 sysctl_fb_tunnels_only_for_init_net +EXPORT_SYMBOL vmlinux 0x9cfb65e2 folio_mark_accessed +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d12f777 get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0x9d1a5e3a __memcpy +EXPORT_SYMBOL vmlinux 0x9d1a853f mr_rtm_dumproute +EXPORT_SYMBOL vmlinux 0x9d1ba575 of_root +EXPORT_SYMBOL vmlinux 0x9d1d8a96 tcf_block_get_ext +EXPORT_SYMBOL vmlinux 0x9d1f7ec1 dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0x9d26675e zstd_cstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x9d29bf19 genphy_handle_interrupt_no_ack +EXPORT_SYMBOL vmlinux 0x9d2ab8ac __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x9d2e7707 unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0x9d3ca594 ram_aops +EXPORT_SYMBOL vmlinux 0x9d558658 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0x9d61e994 ucs2_strncmp +EXPORT_SYMBOL vmlinux 0x9d62b31c km_report +EXPORT_SYMBOL vmlinux 0x9d92f3ad __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x9dd9df13 dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0x9df1e8d9 lease_modify +EXPORT_SYMBOL vmlinux 0x9df21d0e qman_affine_channel +EXPORT_SYMBOL vmlinux 0x9df995fb stack_depot_set_extra_bits +EXPORT_SYMBOL vmlinux 0x9e03a410 rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x9e04f67d of_pci_range_to_resource +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e0fa5ae hsiphash_3u32 +EXPORT_SYMBOL vmlinux 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL vmlinux 0x9e17d312 genphy_resume +EXPORT_SYMBOL vmlinux 0x9e1b1f66 copy_string_kernel +EXPORT_SYMBOL vmlinux 0x9e1d38b8 __sock_create +EXPORT_SYMBOL vmlinux 0x9e2737f0 acpi_install_interface_handler +EXPORT_SYMBOL vmlinux 0x9e275da2 dst_init +EXPORT_SYMBOL vmlinux 0x9e3e0859 input_flush_device +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e5e750d node_to_cpumask_map +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e69b933 filemap_get_folios_tag +EXPORT_SYMBOL vmlinux 0x9e70504c ndisc_mc_map +EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay +EXPORT_SYMBOL vmlinux 0x9e853253 bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0x9e8b2dfb bio_put +EXPORT_SYMBOL vmlinux 0x9e9eab95 devcgroup_check_permission +EXPORT_SYMBOL vmlinux 0x9e9fdd9d memunmap +EXPORT_SYMBOL vmlinux 0x9eaae217 param_get_short +EXPORT_SYMBOL vmlinux 0x9eacf8a5 kstrndup +EXPORT_SYMBOL vmlinux 0x9eb187fa xudma_pktdma_rflow_get_irq +EXPORT_SYMBOL vmlinux 0x9eb2d179 nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x9ec0e639 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0x9ec6ca96 ktime_get_real_ts64 +EXPORT_SYMBOL vmlinux 0x9ecb8cb1 netdev_set_sb_channel +EXPORT_SYMBOL vmlinux 0x9ed12e20 kmalloc_large +EXPORT_SYMBOL vmlinux 0x9ed7c847 brcmstb_get_family_id +EXPORT_SYMBOL vmlinux 0x9ed978de vme_lm_set +EXPORT_SYMBOL vmlinux 0x9edb07e8 fifo_set_limit +EXPORT_SYMBOL vmlinux 0x9edb46ed csum_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x9edf95eb __post_watch_notification +EXPORT_SYMBOL vmlinux 0x9ef54823 dentry_path_raw +EXPORT_SYMBOL vmlinux 0x9f04d02a vfs_parse_fs_param +EXPORT_SYMBOL vmlinux 0x9f1d7827 mdio_driver_unregister +EXPORT_SYMBOL vmlinux 0x9f410087 udp_pre_connect +EXPORT_SYMBOL vmlinux 0x9f4132c1 simple_fill_super +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f481979 jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0x9f4f2aa3 acpi_gbl_FADT +EXPORT_SYMBOL vmlinux 0x9f50b770 keyring_restrict +EXPORT_SYMBOL vmlinux 0x9f54ead7 gro_cells_destroy +EXPORT_SYMBOL vmlinux 0x9f74f2d3 seq_pad +EXPORT_SYMBOL vmlinux 0x9f76baf4 _raw_write_unlock_irq +EXPORT_SYMBOL vmlinux 0x9f7d7dbb logic_outsw +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9f98d1b9 mii_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x9fa7184a cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x9fb41842 netdev_offload_xstats_report_delta +EXPORT_SYMBOL vmlinux 0x9fbc8467 remove_arg_zero +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9feed7ce timer_reduce +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0x9ffc6bdc bioset_integrity_create +EXPORT_SYMBOL vmlinux 0xa00aca2a dql_completed +EXPORT_SYMBOL vmlinux 0xa00ec7e4 phy_attach +EXPORT_SYMBOL vmlinux 0xa01d3df6 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0xa02aa74a __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xa032325d iov_iter_init +EXPORT_SYMBOL vmlinux 0xa033d747 next_arg +EXPORT_SYMBOL vmlinux 0xa041edd4 of_graph_get_remote_endpoint +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa04e33da qcom_scm_lmh_dcvsh +EXPORT_SYMBOL vmlinux 0xa057df8f twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xa05b6be2 psched_ppscfg_precompute +EXPORT_SYMBOL vmlinux 0xa0711860 mdiobus_write_nested +EXPORT_SYMBOL vmlinux 0xa07a37f0 memchr +EXPORT_SYMBOL vmlinux 0xa07d1b3c tasklet_setup +EXPORT_SYMBOL vmlinux 0xa084749a __bitmap_or +EXPORT_SYMBOL vmlinux 0xa095e02e generic_check_addressable +EXPORT_SYMBOL vmlinux 0xa0a6bdc7 path_has_submounts +EXPORT_SYMBOL vmlinux 0xa0ae1e73 siphash_3u64 +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0b78faa tcf_block_netif_keep_dst +EXPORT_SYMBOL vmlinux 0xa0b7a09f dquot_commit_info +EXPORT_SYMBOL vmlinux 0xa0c5daf3 xfrm_replay_seqhi +EXPORT_SYMBOL vmlinux 0xa0d3ea79 i2c_get_adapter +EXPORT_SYMBOL vmlinux 0xa0d9f646 blk_mq_alloc_disk_for_queue +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0df9de3 pci_find_resource +EXPORT_SYMBOL vmlinux 0xa0eae826 smp_call_function +EXPORT_SYMBOL vmlinux 0xa0ebd14c sysctl_tcp_mem +EXPORT_SYMBOL vmlinux 0xa0ebd437 hdmi_drm_infoframe_check +EXPORT_SYMBOL vmlinux 0xa0f10085 __sg_free_table +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa1057847 flow_rule_match_ipv4_addrs +EXPORT_SYMBOL vmlinux 0xa1064a1d xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xa1080505 napi_enable +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa115da49 __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0xa11e5041 security_sk_clone +EXPORT_SYMBOL vmlinux 0xa1379122 param_get_ushort +EXPORT_SYMBOL vmlinux 0xa13e3f5a mfd_add_devices +EXPORT_SYMBOL vmlinux 0xa140d62f locks_copy_lock +EXPORT_SYMBOL vmlinux 0xa1480c3b tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0xa1485b4f backlight_device_set_brightness +EXPORT_SYMBOL vmlinux 0xa163d635 unix_attach_fds +EXPORT_SYMBOL vmlinux 0xa165142a mmc_can_gpio_cd +EXPORT_SYMBOL vmlinux 0xa177f0fc tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0xa18a58d0 mmc_retune_release +EXPORT_SYMBOL vmlinux 0xa18ec8dc dump_emit +EXPORT_SYMBOL vmlinux 0xa1924b3c flow_rule_match_ipv6_addrs +EXPORT_SYMBOL vmlinux 0xa1932640 neigh_parms_release +EXPORT_SYMBOL vmlinux 0xa1b654e5 qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0xa1bec6e5 mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0xa1c0d1c0 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0xa1c3a856 memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0xa1c67087 vme_unregister_driver +EXPORT_SYMBOL vmlinux 0xa1fd6165 blk_rq_map_user +EXPORT_SYMBOL vmlinux 0xa2060911 inet_current_timestamp +EXPORT_SYMBOL vmlinux 0xa217d129 skb_queue_tail +EXPORT_SYMBOL vmlinux 0xa218e8bf bio_copy_data_iter +EXPORT_SYMBOL vmlinux 0xa21b668c pci_get_slot +EXPORT_SYMBOL vmlinux 0xa2225d78 pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0xa2244d6b nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0xa2326c49 acpi_remove_table_handler +EXPORT_SYMBOL vmlinux 0xa23ffc04 groups_sort +EXPORT_SYMBOL vmlinux 0xa24f23d8 __request_module +EXPORT_SYMBOL vmlinux 0xa2544763 inet_frags_fini +EXPORT_SYMBOL vmlinux 0xa263892b fscrypt_fname_free_buffer +EXPORT_SYMBOL vmlinux 0xa26ded36 tcp_get_cookie_sock +EXPORT_SYMBOL vmlinux 0xa28cfcc0 gen_estimator_active +EXPORT_SYMBOL vmlinux 0xa2ae7fa5 simple_link +EXPORT_SYMBOL vmlinux 0xa2b4ea54 nd_btt_version +EXPORT_SYMBOL vmlinux 0xa2cda844 __folio_put +EXPORT_SYMBOL vmlinux 0xa2cf3649 qman_fq_fqid +EXPORT_SYMBOL vmlinux 0xa2d30dd7 iterate_supers_type +EXPORT_SYMBOL vmlinux 0xa2d4b75e qcom_scm_iommu_set_cp_pool_size +EXPORT_SYMBOL vmlinux 0xa2d7ec8d __SCK__tp_func_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xa2d988f8 proc_create +EXPORT_SYMBOL vmlinux 0xa2e72b6f kmalloc_trace +EXPORT_SYMBOL vmlinux 0xa30173ee ucc_of_parse_tdm +EXPORT_SYMBOL vmlinux 0xa31b637a tcp_ld_RTO_revert +EXPORT_SYMBOL vmlinux 0xa3201caf mipi_dsi_dcs_set_column_address +EXPORT_SYMBOL vmlinux 0xa3394ba7 nla_reserve +EXPORT_SYMBOL vmlinux 0xa339e6e5 on_each_cpu_cond_mask +EXPORT_SYMBOL vmlinux 0xa33bcae3 cdrom_release +EXPORT_SYMBOL vmlinux 0xa349778e phy_read_mmd +EXPORT_SYMBOL vmlinux 0xa3522df5 qman_query_fq_np +EXPORT_SYMBOL vmlinux 0xa352ebc5 mmc_retune_timer_stop +EXPORT_SYMBOL vmlinux 0xa36ef7de skb_ensure_writable +EXPORT_SYMBOL vmlinux 0xa372b33d phy_attached_info +EXPORT_SYMBOL vmlinux 0xa37bf29c vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0xa3802563 finish_open +EXPORT_SYMBOL vmlinux 0xa3a9429a handshake_req_cancel +EXPORT_SYMBOL vmlinux 0xa3be8342 __ubsan_handle_type_mismatch +EXPORT_SYMBOL vmlinux 0xa3c8176a pcie_ptm_enabled +EXPORT_SYMBOL vmlinux 0xa3c8da62 __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0xa3c910c1 dma_resv_iter_next_unlocked +EXPORT_SYMBOL vmlinux 0xa3cefaa0 blake2s_update +EXPORT_SYMBOL vmlinux 0xa3db9986 md_flush_request +EXPORT_SYMBOL vmlinux 0xa3fea172 sha224_final +EXPORT_SYMBOL vmlinux 0xa40ff01b acpi_dbg_layer +EXPORT_SYMBOL vmlinux 0xa440d121 flow_keys_dissector +EXPORT_SYMBOL vmlinux 0xa448c653 qcom_scm_ice_set_key +EXPORT_SYMBOL vmlinux 0xa44d9995 qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0xa4513428 ptp_find_pin_unlocked +EXPORT_SYMBOL vmlinux 0xa453202a udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0xa46a9bbe fuse_mount_destroy +EXPORT_SYMBOL vmlinux 0xa4875ee3 bio_chain +EXPORT_SYMBOL vmlinux 0xa48ae562 pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0xa49327e8 gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0xa49e0f0c to_nd_dax +EXPORT_SYMBOL vmlinux 0xa4b81d3a proc_create_seq_private +EXPORT_SYMBOL vmlinux 0xa4c8a0a9 tcp_req_err +EXPORT_SYMBOL vmlinux 0xa4d84cfc dcache_dir_open +EXPORT_SYMBOL vmlinux 0xa4e0b902 tcp_seq_stop +EXPORT_SYMBOL vmlinux 0xa4e4e407 flow_rule_alloc +EXPORT_SYMBOL vmlinux 0xa4fca045 qcom_scm_ocmem_lock +EXPORT_SYMBOL vmlinux 0xa4ff7615 fb_class +EXPORT_SYMBOL vmlinux 0xa502ac6d blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0xa50c7654 pci_read_vpd_any +EXPORT_SYMBOL vmlinux 0xa522afad __cgroup_bpf_run_filter_sock_ops +EXPORT_SYMBOL vmlinux 0xa522fcc0 iov_iter_zero +EXPORT_SYMBOL vmlinux 0xa52bedf6 xenbus_dev_request_and_reply +EXPORT_SYMBOL vmlinux 0xa52f59e7 netdev_change_features +EXPORT_SYMBOL vmlinux 0xa530125b vfs_fileattr_set +EXPORT_SYMBOL vmlinux 0xa547355a sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0xa54b9063 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0xa54bdc00 make_kgid +EXPORT_SYMBOL vmlinux 0xa54f48f7 blk_mq_start_request +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa57ead2f vfs_clone_file_range +EXPORT_SYMBOL vmlinux 0xa58af0a6 _raw_read_unlock_irq +EXPORT_SYMBOL vmlinux 0xa592161d vga_client_register +EXPORT_SYMBOL vmlinux 0xa5976e4f dev_base_lock +EXPORT_SYMBOL vmlinux 0xa5989dc1 inet_release +EXPORT_SYMBOL vmlinux 0xa59df18d serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0xa5b9a8d0 phy_get_internal_delay +EXPORT_SYMBOL vmlinux 0xa5cb68b9 seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0xa5dddb73 twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0xa5f7cf37 __cpu_possible_mask +EXPORT_SYMBOL vmlinux 0xa600791b input_get_keycode +EXPORT_SYMBOL vmlinux 0xa60ecbf3 flow_rule_match_ports +EXPORT_SYMBOL vmlinux 0xa61a8fcc dquot_release +EXPORT_SYMBOL vmlinux 0xa61ced89 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0xa6257a2f complete +EXPORT_SYMBOL vmlinux 0xa6457c89 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0xa648e561 __ubsan_handle_shift_out_of_bounds +EXPORT_SYMBOL vmlinux 0xa64c7249 __printk_cpu_sync_try_get +EXPORT_SYMBOL vmlinux 0xa65c6def alt_cb_patch_nops +EXPORT_SYMBOL vmlinux 0xa661a10d neigh_changeaddr +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa6b28545 dev_lstats_read +EXPORT_SYMBOL vmlinux 0xa6c90eaa dma_map_sg_attrs +EXPORT_SYMBOL vmlinux 0xa70bc96d qcom_scm_restore_sec_cfg_available +EXPORT_SYMBOL vmlinux 0xa70ed9dc tcp_hashinfo +EXPORT_SYMBOL vmlinux 0xa71acc92 fman_port_config +EXPORT_SYMBOL vmlinux 0xa72035f9 xa_get_order +EXPORT_SYMBOL vmlinux 0xa7222d8d skb_set_owner_w +EXPORT_SYMBOL vmlinux 0xa739d458 bio_alloc_clone +EXPORT_SYMBOL vmlinux 0xa73c33f4 page_get_link +EXPORT_SYMBOL vmlinux 0xa74c9877 refcount_dec_and_rtnl_lock +EXPORT_SYMBOL vmlinux 0xa75970ef from_kgid_munged +EXPORT_SYMBOL vmlinux 0xa7667853 devm_aperture_acquire_for_platform_device +EXPORT_SYMBOL vmlinux 0xa76ee39d ip_options_compile +EXPORT_SYMBOL vmlinux 0xa76f585e neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0xa7792ebb send_sig_info +EXPORT_SYMBOL vmlinux 0xa77bfd29 register_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0xa781c58a devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0xa7842662 __put_devmap_managed_page_refs +EXPORT_SYMBOL vmlinux 0xa7996d2c vfs_readlink +EXPORT_SYMBOL vmlinux 0xa7a830d7 __mdiobus_register +EXPORT_SYMBOL vmlinux 0xa7a882d4 gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0xa7b8a7a6 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0xa7ba5f07 generic_mii_ioctl +EXPORT_SYMBOL vmlinux 0xa7d5f92e ida_destroy +EXPORT_SYMBOL vmlinux 0xa7e4f28a tcp_sock_set_user_timeout +EXPORT_SYMBOL vmlinux 0xa7eedcc4 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xa7ef09ef devm_gen_pool_create +EXPORT_SYMBOL vmlinux 0xa7f60df6 fman_bind +EXPORT_SYMBOL vmlinux 0xa802d718 scsi_target_resume +EXPORT_SYMBOL vmlinux 0xa80a548b gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0xa80d9821 mntput +EXPORT_SYMBOL vmlinux 0xa811bb26 starget_for_each_device +EXPORT_SYMBOL vmlinux 0xa83cac9a skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xa84115b3 filp_open +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa84ce9e0 crypto_aes_inv_sbox +EXPORT_SYMBOL vmlinux 0xa853396b xa_extract +EXPORT_SYMBOL vmlinux 0xa85a3e6d xa_load +EXPORT_SYMBOL vmlinux 0xa85f4a9f scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xa8676398 __tracepoint_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xa8694ecd kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0xa86d2cb3 xsk_set_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0xa87fd55e block_write_begin +EXPORT_SYMBOL vmlinux 0xa89053a8 kern_unmount +EXPORT_SYMBOL vmlinux 0xa897e3e7 mempool_free +EXPORT_SYMBOL vmlinux 0xa89a1cf1 ipmi_dmi_get_slave_addr +EXPORT_SYMBOL vmlinux 0xa89d69d3 vmap +EXPORT_SYMBOL vmlinux 0xa8a6271e uart_add_one_port +EXPORT_SYMBOL vmlinux 0xa8a766e0 xp_dma_sync_for_cpu_slow +EXPORT_SYMBOL vmlinux 0xa8a8110c kernel_neon_end +EXPORT_SYMBOL vmlinux 0xa8b15af8 xsk_clear_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0xa8caa845 clk_bulk_put_all +EXPORT_SYMBOL vmlinux 0xa8ceedca revert_creds +EXPORT_SYMBOL vmlinux 0xa8e6933a qdf2400_e44_present +EXPORT_SYMBOL vmlinux 0xa8eb4242 xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0xa8ef1b25 vfs_fadvise +EXPORT_SYMBOL vmlinux 0xa8f6c843 ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xa8f71d6a mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0xa8fb50e1 dev_pick_tx_cpu_id +EXPORT_SYMBOL vmlinux 0xa90ca0de flush_rcu_work +EXPORT_SYMBOL vmlinux 0xa90ce69c mdiobus_c45_write +EXPORT_SYMBOL vmlinux 0xa90df053 get_bitmap_from_slot +EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa917c1de blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xa91f1e5b dev_open +EXPORT_SYMBOL vmlinux 0xa92f4db3 blk_queue_io_min +EXPORT_SYMBOL vmlinux 0xa934f6ef seq_puts +EXPORT_SYMBOL vmlinux 0xa964dd13 gpmc_cs_request +EXPORT_SYMBOL vmlinux 0xa965ca81 reciprocal_value +EXPORT_SYMBOL vmlinux 0xa976957d bitmap_remap +EXPORT_SYMBOL vmlinux 0xa9784895 netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0xa97e5168 inet_frag_queue_insert +EXPORT_SYMBOL vmlinux 0xa98769cb sb_min_blocksize +EXPORT_SYMBOL vmlinux 0xa98d3bc1 inc_node_page_state +EXPORT_SYMBOL vmlinux 0xa99c011a devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0xa9b0c4d8 nexthop_res_grp_activity_update +EXPORT_SYMBOL vmlinux 0xa9c8631b mdiobus_c45_write_nested +EXPORT_SYMBOL vmlinux 0xa9e38189 mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0xa9ed62d2 tegra_fuse_readl +EXPORT_SYMBOL vmlinux 0xaa00fdc0 ec_transaction +EXPORT_SYMBOL vmlinux 0xaa0c318b vscnprintf +EXPORT_SYMBOL vmlinux 0xaa0fde34 devm_mmc_alloc_host +EXPORT_SYMBOL vmlinux 0xaa19e4aa _kstrtol +EXPORT_SYMBOL vmlinux 0xaa33a5e1 noop_llseek +EXPORT_SYMBOL vmlinux 0xaa341905 acpi_bios_exception +EXPORT_SYMBOL vmlinux 0xaa370d0e mntget +EXPORT_SYMBOL vmlinux 0xaa438557 ethtool_get_phc_vclocks +EXPORT_SYMBOL vmlinux 0xaa439ace sock_no_bind +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa8106bc crc8_populate_msb +EXPORT_SYMBOL vmlinux 0xaa8f1b71 inet_addr_is_any +EXPORT_SYMBOL vmlinux 0xaaa4b9bc hchacha_block_generic +EXPORT_SYMBOL vmlinux 0xaaa50fb2 qcom_scm_lmh_profile_change +EXPORT_SYMBOL vmlinux 0xaab47d18 __dynamic_ibdev_dbg +EXPORT_SYMBOL vmlinux 0xaacf03c1 dma_fence_signal +EXPORT_SYMBOL vmlinux 0xaad0ae78 __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaad8c7d6 default_wake_function +EXPORT_SYMBOL vmlinux 0xaae8ab0e acpi_bus_power_manageable +EXPORT_SYMBOL vmlinux 0xaaf24640 tcf_block_put_ext +EXPORT_SYMBOL vmlinux 0xaaf4a334 qcom_scm_set_cold_boot_addr +EXPORT_SYMBOL vmlinux 0xaafaaf66 d_alloc +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab05be2d security_path_unlink +EXPORT_SYMBOL vmlinux 0xab07ce13 cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0xab2d377b neigh_xmit +EXPORT_SYMBOL vmlinux 0xab2f260f dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0xab36198d filemap_map_pages +EXPORT_SYMBOL vmlinux 0xab3697e4 irq_poll_init +EXPORT_SYMBOL vmlinux 0xab3b75ea vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0xab5ffbbb __mdiobus_c45_read +EXPORT_SYMBOL vmlinux 0xab600421 probe_irq_off +EXPORT_SYMBOL vmlinux 0xab60869b max8925_set_bits +EXPORT_SYMBOL vmlinux 0xab63baa5 unregister_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xab67a0ac dql_init +EXPORT_SYMBOL vmlinux 0xab6d5b3b hex_to_bin +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab9d2413 mr_vif_seq_idx +EXPORT_SYMBOL vmlinux 0xabac29fd setup_new_exec +EXPORT_SYMBOL vmlinux 0xabaea314 pnp_unregister_card_driver +EXPORT_SYMBOL vmlinux 0xabb35f12 pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0xabe406da of_graph_get_next_endpoint +EXPORT_SYMBOL vmlinux 0xabf32f29 utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0xac0e00a6 ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac29c066 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0xac2ff549 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0xac30797b kthread_create_on_cpu +EXPORT_SYMBOL vmlinux 0xac3201b0 udp_flow_hashrnd +EXPORT_SYMBOL vmlinux 0xac349982 neigh_direct_output +EXPORT_SYMBOL vmlinux 0xac466046 is_nd_dax +EXPORT_SYMBOL vmlinux 0xac4aeeec pci_ep_cfs_add_epf_group +EXPORT_SYMBOL vmlinux 0xac537ac2 percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0xac557f82 xfrm_lookup_with_ifid +EXPORT_SYMBOL vmlinux 0xac5ea999 of_find_node_by_phandle +EXPORT_SYMBOL vmlinux 0xac5fcec0 in4_pton +EXPORT_SYMBOL vmlinux 0xac70e1da phy_read_paged +EXPORT_SYMBOL vmlinux 0xac75a78a kernel_sock_ip_overhead +EXPORT_SYMBOL vmlinux 0xac785f3c inode_insert5 +EXPORT_SYMBOL vmlinux 0xac7d642d filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0xac8bbe6a tty_port_open +EXPORT_SYMBOL vmlinux 0xac99c788 neigh_carrier_down +EXPORT_SYMBOL vmlinux 0xaca32205 cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0xaca77471 ilookup5_nowait +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacc8467a genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0xacd13063 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0xacd6873f tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0xacd81eb3 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0xacddd806 ptp_get_vclocks_index +EXPORT_SYMBOL vmlinux 0xace30e6b dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0xacedbb1c component_match_add_typed +EXPORT_SYMBOL vmlinux 0xacf3b68f jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacf649bf audit_log_task_info +EXPORT_SYMBOL vmlinux 0xacf6fc74 vme_slot_num +EXPORT_SYMBOL vmlinux 0xacffa380 blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad1b74e1 tcf_exts_change +EXPORT_SYMBOL vmlinux 0xad1f522d vme_dma_list_free +EXPORT_SYMBOL vmlinux 0xad2f98b0 generic_file_open +EXPORT_SYMBOL vmlinux 0xad3ea04c qman_p_irqsource_remove +EXPORT_SYMBOL vmlinux 0xad4f341b keyring_clear +EXPORT_SYMBOL vmlinux 0xad549ba1 input_grab_device +EXPORT_SYMBOL vmlinux 0xad682b8f xudma_rchanrt_write +EXPORT_SYMBOL vmlinux 0xad6ba40e radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0xad6ba4a8 noop_qdisc +EXPORT_SYMBOL vmlinux 0xad73041f autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xad830966 trace_seq_acquire +EXPORT_SYMBOL vmlinux 0xad8baa13 file_remove_privs +EXPORT_SYMBOL vmlinux 0xad8f10bf blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0xad90b619 blk_mq_tagset_wait_completed_request +EXPORT_SYMBOL vmlinux 0xad92f789 touch_buffer +EXPORT_SYMBOL vmlinux 0xad962d09 of_clk_get_by_name +EXPORT_SYMBOL vmlinux 0xad9901ae bit_waitqueue +EXPORT_SYMBOL vmlinux 0xad998980 phy_init_hw +EXPORT_SYMBOL vmlinux 0xada31e57 gen_pool_dma_alloc_align +EXPORT_SYMBOL vmlinux 0xadae6df8 blake2s_final +EXPORT_SYMBOL vmlinux 0xadb02cc5 acpi_get_hp_hw_control_from_firmware +EXPORT_SYMBOL vmlinux 0xadbeed61 mipi_dsi_packet_format_is_long +EXPORT_SYMBOL vmlinux 0xadca187f filemap_range_has_page +EXPORT_SYMBOL vmlinux 0xadd139d4 rfs_needed +EXPORT_SYMBOL vmlinux 0xaddeedb2 input_free_device +EXPORT_SYMBOL vmlinux 0xae04012c __vmalloc +EXPORT_SYMBOL vmlinux 0xae0596ed __mmap_lock_do_trace_start_locking +EXPORT_SYMBOL vmlinux 0xae1c7522 udp_seq_stop +EXPORT_SYMBOL vmlinux 0xae1d2c5e fb_modesetting_disabled +EXPORT_SYMBOL vmlinux 0xae316c11 icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0xae33c403 xudma_navss_psil_unpair +EXPORT_SYMBOL vmlinux 0xae533b41 simple_statfs +EXPORT_SYMBOL vmlinux 0xae5a04bb acpi_evaluate_dsm +EXPORT_SYMBOL vmlinux 0xae66472b scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0xae81b4fb console_force_preferred_locked +EXPORT_SYMBOL vmlinux 0xae9981bc tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0xaea03f83 vfs_dup_fs_context +EXPORT_SYMBOL vmlinux 0xaeac049a generate_random_guid +EXPORT_SYMBOL vmlinux 0xaeb082ad _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0xaebd12f0 acpi_get_name +EXPORT_SYMBOL vmlinux 0xaec07e21 sock_enable_timestamps +EXPORT_SYMBOL vmlinux 0xaedd0c02 input_open_device +EXPORT_SYMBOL vmlinux 0xaee610e1 __kfree_skb +EXPORT_SYMBOL vmlinux 0xaee88b16 fs_param_is_s32 +EXPORT_SYMBOL vmlinux 0xaf0b8a3e filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0xaf10a7a2 padata_alloc_shell +EXPORT_SYMBOL vmlinux 0xaf2f7fd8 begin_new_exec +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf55c992 register_mii_timestamper +EXPORT_SYMBOL vmlinux 0xaf56600a arm64_use_ng_mappings +EXPORT_SYMBOL vmlinux 0xaf5fbdbd hdmi_infoframe_log +EXPORT_SYMBOL vmlinux 0xaf725159 writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0xafaa6031 _find_next_and_bit +EXPORT_SYMBOL vmlinux 0xafb06455 dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0xafb864c1 refcount_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0xafbe0337 posix_acl_update_mode +EXPORT_SYMBOL vmlinux 0xafbfb95f wait_for_key_construction +EXPORT_SYMBOL vmlinux 0xafc08054 dotdot_name +EXPORT_SYMBOL vmlinux 0xafc6c68e zstd_is_error +EXPORT_SYMBOL vmlinux 0xafc8dff1 neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0xafd70f17 __devm_release_region +EXPORT_SYMBOL vmlinux 0xafef3776 skb_get_hash_perturb +EXPORT_SYMBOL vmlinux 0xaffa9bf0 jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0xb0060507 simple_transaction_release +EXPORT_SYMBOL vmlinux 0xb00eab41 generic_write_checks_count +EXPORT_SYMBOL vmlinux 0xb00f348f napi_gro_frags +EXPORT_SYMBOL vmlinux 0xb012ae45 fwnode_mdio_find_device +EXPORT_SYMBOL vmlinux 0xb01bebf9 xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xb04a43ad __xa_alloc_cyclic +EXPORT_SYMBOL vmlinux 0xb058ca07 dim_calc_stats +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb060438d iov_iter_advance +EXPORT_SYMBOL vmlinux 0xb0617db4 wait_for_completion_state +EXPORT_SYMBOL vmlinux 0xb06478c2 free_buffer_head +EXPORT_SYMBOL vmlinux 0xb0697f00 km_state_expired +EXPORT_SYMBOL vmlinux 0xb072ad17 security_binder_transfer_file +EXPORT_SYMBOL vmlinux 0xb07470ea pci_irq_vector +EXPORT_SYMBOL vmlinux 0xb074f3c6 write_cache_pages +EXPORT_SYMBOL vmlinux 0xb077eb95 seg6_hmac_info_lookup +EXPORT_SYMBOL vmlinux 0xb07eeb81 fsl_ifc_ctrl_dev +EXPORT_SYMBOL vmlinux 0xb09762eb dm_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xb09f194d mdiobus_write +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0afbff2 inet_twsk_deschedule_put +EXPORT_SYMBOL vmlinux 0xb0b840ed inet6_release +EXPORT_SYMBOL vmlinux 0xb0c551f8 phy_ethtool_ksettings_set +EXPORT_SYMBOL vmlinux 0xb0c5e247 lockref_put_return +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0ffccab pcie_get_speed_cap +EXPORT_SYMBOL vmlinux 0xb10261c1 udp_ioctl +EXPORT_SYMBOL vmlinux 0xb108a6ec genphy_read_status +EXPORT_SYMBOL vmlinux 0xb10c68d6 blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb1342cdb _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0xb1392857 sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0xb139ee68 rproc_coredump_using_sections +EXPORT_SYMBOL vmlinux 0xb14ab1ef hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0xb14fc46a find_next_clump8 +EXPORT_SYMBOL vmlinux 0xb1518e15 cancel_work +EXPORT_SYMBOL vmlinux 0xb15ec5bc uart_remove_one_port +EXPORT_SYMBOL vmlinux 0xb19f4284 flush_dcache_folio +EXPORT_SYMBOL vmlinux 0xb1b0a15d dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0xb1b73b24 __sk_dst_check +EXPORT_SYMBOL vmlinux 0xb1c002a9 device_add_disk +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1db9a69 fsl_ifc_find +EXPORT_SYMBOL vmlinux 0xb1ddf995 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xb1ef2d50 cred_fscmp +EXPORT_SYMBOL vmlinux 0xb1f0a883 key_link +EXPORT_SYMBOL vmlinux 0xb20b9e3a filemap_fdatawrite_wbc +EXPORT_SYMBOL vmlinux 0xb21cc966 pps_lookup_dev +EXPORT_SYMBOL vmlinux 0xb22e16d5 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xb23027c1 kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xb2442f0b pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0xb24bb105 blackhole_netdev +EXPORT_SYMBOL vmlinux 0xb274ede2 sunxi_sram_release +EXPORT_SYMBOL vmlinux 0xb27c27c1 writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0xb27d2c62 xp_dma_sync_for_device_slow +EXPORT_SYMBOL vmlinux 0xb2988275 netpoll_print_options +EXPORT_SYMBOL vmlinux 0xb298ff71 sock_init_data +EXPORT_SYMBOL vmlinux 0xb2a9cf10 neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0xb2bcb088 acpi_current_gpe_count +EXPORT_SYMBOL vmlinux 0xb2cde26c finish_no_open +EXPORT_SYMBOL vmlinux 0xb2daf8d0 fault_in_iov_iter_readable +EXPORT_SYMBOL vmlinux 0xb2df0d80 skb_dump +EXPORT_SYMBOL vmlinux 0xb2ea2847 md_bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0xb2ead97c kimage_vaddr +EXPORT_SYMBOL vmlinux 0xb2f35c6a xxh64 +EXPORT_SYMBOL vmlinux 0xb2fcb56d queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xb306ec50 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0xb308c97d wait_woken +EXPORT_SYMBOL vmlinux 0xb30b9822 vme_master_set +EXPORT_SYMBOL vmlinux 0xb31676fe scsi_done_direct +EXPORT_SYMBOL vmlinux 0xb3197b72 pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0xb3258f79 __ubsan_handle_type_mismatch_v1 +EXPORT_SYMBOL vmlinux 0xb32728bb qcom_scm_iommu_secure_ptbl_init +EXPORT_SYMBOL vmlinux 0xb32c921a neigh_ifdown +EXPORT_SYMBOL vmlinux 0xb34dca1c kryo_l2_get_indirect_reg +EXPORT_SYMBOL vmlinux 0xb34ead41 prepare_to_swait_exclusive +EXPORT_SYMBOL vmlinux 0xb3554eaa security_unix_may_send +EXPORT_SYMBOL vmlinux 0xb3591ab8 ip_frag_init +EXPORT_SYMBOL vmlinux 0xb3625239 security_path_mkdir +EXPORT_SYMBOL vmlinux 0xb3687850 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xb37b813d clkdev_add +EXPORT_SYMBOL vmlinux 0xb3867e6d mtree_insert +EXPORT_SYMBOL vmlinux 0xb386b631 napi_complete_done +EXPORT_SYMBOL vmlinux 0xb386e0fd nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xb39c242e kernel_connect +EXPORT_SYMBOL vmlinux 0xb3a46ffb cookie_timestamp_decode +EXPORT_SYMBOL vmlinux 0xb3a82019 profile_pc +EXPORT_SYMBOL vmlinux 0xb3a8b538 input_set_timestamp +EXPORT_SYMBOL vmlinux 0xb3a92f7a init_net +EXPORT_SYMBOL vmlinux 0xb3d2c76d scsi_hostbyte_string +EXPORT_SYMBOL vmlinux 0xb3f0de55 xz_dec_microlzma_run +EXPORT_SYMBOL vmlinux 0xb3f49446 kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0xb3f548ad kmemdup_nul +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb3f985a8 sg_alloc_table +EXPORT_SYMBOL vmlinux 0xb3ff4209 netif_tx_stop_all_queues +EXPORT_SYMBOL vmlinux 0xb4043948 acpi_execute_simple_method +EXPORT_SYMBOL vmlinux 0xb4093986 of_find_node_opts_by_path +EXPORT_SYMBOL vmlinux 0xb4097e36 pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb42be1c8 user_path_create +EXPORT_SYMBOL vmlinux 0xb4577003 acpi_dev_present +EXPORT_SYMBOL vmlinux 0xb471da51 tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0xb48d4d22 security_sb_eat_lsm_opts +EXPORT_SYMBOL vmlinux 0xb4938bee iget5_locked +EXPORT_SYMBOL vmlinux 0xb49601a1 sg_zero_buffer +EXPORT_SYMBOL vmlinux 0xb4a79a90 touch_atime +EXPORT_SYMBOL vmlinux 0xb4ac6bb8 kmem_cache_size +EXPORT_SYMBOL vmlinux 0xb4acc0f8 rproc_of_resm_mem_entry_init +EXPORT_SYMBOL vmlinux 0xb4b151b5 scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0xb4d16ec6 stop_tty +EXPORT_SYMBOL vmlinux 0xb4e5b606 clear_nlink +EXPORT_SYMBOL vmlinux 0xb50cc060 tegra_ivc_notified +EXPORT_SYMBOL vmlinux 0xb51e5e37 fb_pan_display +EXPORT_SYMBOL vmlinux 0xb53f2810 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0xb55a5fee __scsi_add_device +EXPORT_SYMBOL vmlinux 0xb5642313 input_unregister_device +EXPORT_SYMBOL vmlinux 0xb56adc08 padata_alloc +EXPORT_SYMBOL vmlinux 0xb57f1e27 fman_port_disable +EXPORT_SYMBOL vmlinux 0xb594b2fa tty_hung_up_p +EXPORT_SYMBOL vmlinux 0xb598ada4 register_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5b54b34 _raw_spin_unlock +EXPORT_SYMBOL vmlinux 0xb5b63711 fileattr_fill_xflags +EXPORT_SYMBOL vmlinux 0xb5b9f3bd devm_clk_put +EXPORT_SYMBOL vmlinux 0xb5c098c0 ip_local_deliver +EXPORT_SYMBOL vmlinux 0xb5d54afc get_inode_acl +EXPORT_SYMBOL vmlinux 0xb5d8196c md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0xb5db41c1 unregister_quota_format +EXPORT_SYMBOL vmlinux 0xb5e73116 flush_delayed_work +EXPORT_SYMBOL vmlinux 0xb610ec40 find_vma_intersection +EXPORT_SYMBOL vmlinux 0xb619c5fb ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0xb61d6fc2 down_read_interruptible +EXPORT_SYMBOL vmlinux 0xb621dd4e xfrm_register_type +EXPORT_SYMBOL vmlinux 0xb626a8e8 fwnode_mdiobus_register_phy +EXPORT_SYMBOL vmlinux 0xb633f115 irq_poll_enable +EXPORT_SYMBOL vmlinux 0xb638f41f d_alloc_anon +EXPORT_SYMBOL vmlinux 0xb6464300 tcp_check_req +EXPORT_SYMBOL vmlinux 0xb654ef65 acpi_os_read_port +EXPORT_SYMBOL vmlinux 0xb66e96d8 netlbl_audit_start +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb67ece35 d_genocide +EXPORT_SYMBOL vmlinux 0xb67fec0e uuid_parse +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb694ea94 proc_set_size +EXPORT_SYMBOL vmlinux 0xb6acaa13 phy_sfp_detach +EXPORT_SYMBOL vmlinux 0xb6b1e6a1 pci_set_master +EXPORT_SYMBOL vmlinux 0xb6b4e64c tegra_ivc_init +EXPORT_SYMBOL vmlinux 0xb6b6b516 tcf_generic_walker +EXPORT_SYMBOL vmlinux 0xb6cb556a _find_first_and_bit +EXPORT_SYMBOL vmlinux 0xb6cf91fc nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xb6e36ce2 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb6f1623f tcp_sync_mss +EXPORT_SYMBOL vmlinux 0xb6fde909 close_fd +EXPORT_SYMBOL vmlinux 0xb704ae46 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0xb71589f0 skip_spaces +EXPORT_SYMBOL vmlinux 0xb71ed69f __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0xb72b6db9 skb_condense +EXPORT_SYMBOL vmlinux 0xb72e295a dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0xb737b185 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0xb750f174 iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0xb7688155 ucc_slow_init +EXPORT_SYMBOL vmlinux 0xb76a0af7 page_pool_put_page_bulk +EXPORT_SYMBOL vmlinux 0xb76a33fb update_devfreq +EXPORT_SYMBOL vmlinux 0xb781e7fe devm_nvmem_cell_put +EXPORT_SYMBOL vmlinux 0xb7888bbd blk_mq_tagset_busy_iter +EXPORT_SYMBOL vmlinux 0xb78debe3 LZ4_decompress_fast_usingDict +EXPORT_SYMBOL vmlinux 0xb78e0766 qdisc_reset +EXPORT_SYMBOL vmlinux 0xb7a1ba6b alloc_file_pseudo +EXPORT_SYMBOL vmlinux 0xb7ad587e mdiobus_c45_read_nested +EXPORT_SYMBOL vmlinux 0xb7b7fa6e node_states +EXPORT_SYMBOL vmlinux 0xb7c0f443 sort +EXPORT_SYMBOL vmlinux 0xb7c3c772 ilookup5 +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb7ce1c78 flow_rule_match_control +EXPORT_SYMBOL vmlinux 0xb7e28a18 eth_gro_receive +EXPORT_SYMBOL vmlinux 0xb80b4a18 zstd_compress_bound +EXPORT_SYMBOL vmlinux 0xb80febc6 blkdev_compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0xb8277104 mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0xb82811a7 dm_kobject_release +EXPORT_SYMBOL vmlinux 0xb83c4bd1 nd_device_notify +EXPORT_SYMBOL vmlinux 0xb83ee526 tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0xb842716c qcom_scm_ocmem_lock_available +EXPORT_SYMBOL vmlinux 0xb847eeb8 d_obtain_alias +EXPORT_SYMBOL vmlinux 0xb855d6b8 phy_start_cable_test +EXPORT_SYMBOL vmlinux 0xb85d6c68 neigh_table_clear +EXPORT_SYMBOL vmlinux 0xb8605d9c qman_p_static_dequeue_add +EXPORT_SYMBOL vmlinux 0xb862cc97 blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xb868ac5c register_sysrq_key +EXPORT_SYMBOL vmlinux 0xb871516d fb_set_suspend +EXPORT_SYMBOL vmlinux 0xb87733c7 ip_sock_set_freebind +EXPORT_SYMBOL vmlinux 0xb89b6e6b guid_parse +EXPORT_SYMBOL vmlinux 0xb8a4d3a2 genphy_check_and_restart_aneg +EXPORT_SYMBOL vmlinux 0xb8aedfee crypto_sha1_finup +EXPORT_SYMBOL vmlinux 0xb8b043f2 kfree_link +EXPORT_SYMBOL vmlinux 0xb8b80e33 ipv6_dev_mc_inc +EXPORT_SYMBOL vmlinux 0xb8c86026 __lock_buffer +EXPORT_SYMBOL vmlinux 0xb8d6bd04 xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0xb8f32ab2 bpf_map_get +EXPORT_SYMBOL vmlinux 0xb904b19d rt_mutex_base_init +EXPORT_SYMBOL vmlinux 0xb907513f unpoison_memory +EXPORT_SYMBOL vmlinux 0xb911bb58 minmax_running_max +EXPORT_SYMBOL vmlinux 0xb9185365 alloc_anon_inode +EXPORT_SYMBOL vmlinux 0xb920db49 acpi_tb_install_and_load_table +EXPORT_SYMBOL vmlinux 0xb92398e7 fscrypt_put_encryption_info +EXPORT_SYMBOL vmlinux 0xb9251a40 kill_litter_super +EXPORT_SYMBOL vmlinux 0xb92caa5f locks_init_lock +EXPORT_SYMBOL vmlinux 0xb93079fa dquot_commit +EXPORT_SYMBOL vmlinux 0xb9309716 md_bitmap_update_sb +EXPORT_SYMBOL vmlinux 0xb94339c4 qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xb9478d90 hdmi_drm_infoframe_unpack_only +EXPORT_SYMBOL vmlinux 0xb94e0568 param_set_short +EXPORT_SYMBOL vmlinux 0xb94eaf67 __insert_inode_hash +EXPORT_SYMBOL vmlinux 0xb94ec323 kmalloc_caches +EXPORT_SYMBOL vmlinux 0xb95b07ed migrate_vma_finalize +EXPORT_SYMBOL vmlinux 0xb966d2dc xsk_get_pool_from_qid +EXPORT_SYMBOL vmlinux 0xb96c4f9e audit_log_subject_context +EXPORT_SYMBOL vmlinux 0xb97220ff bitmap_parse +EXPORT_SYMBOL vmlinux 0xb97ccac4 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0xb98ec6d6 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0xb998c162 truncate_pagecache +EXPORT_SYMBOL vmlinux 0xb99ff3b9 inet6_offloads +EXPORT_SYMBOL vmlinux 0xb9af1d0d __xa_clear_mark +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9f41bb0 sunxi_sram_claim +EXPORT_SYMBOL vmlinux 0xb9fc381a qcom_scm_hdcp_req +EXPORT_SYMBOL vmlinux 0xba00daa2 dma_fence_allocate_private_stub +EXPORT_SYMBOL vmlinux 0xba02d4b2 netif_carrier_on +EXPORT_SYMBOL vmlinux 0xba0676e2 vm_zone_stat +EXPORT_SYMBOL vmlinux 0xba1008c8 __crc32c_le +EXPORT_SYMBOL vmlinux 0xba16f274 genphy_read_mmd_unsupported +EXPORT_SYMBOL vmlinux 0xba1fc226 phy_advertise_supported +EXPORT_SYMBOL vmlinux 0xba2721bb netdev_emerg +EXPORT_SYMBOL vmlinux 0xba34b5e7 mr_fill_mroute +EXPORT_SYMBOL vmlinux 0xba40c3c9 param_ops_ushort +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba68efee scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0xba707a78 qe_get_brg_clk +EXPORT_SYMBOL vmlinux 0xba715f93 __seq_open_private +EXPORT_SYMBOL vmlinux 0xba78f8d1 dev_get_mac_address +EXPORT_SYMBOL vmlinux 0xba80260d vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0xba899dd6 param_ops_ulong +EXPORT_SYMBOL vmlinux 0xba8fbd64 _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xbaa98fbf vga_remove_vgacon +EXPORT_SYMBOL vmlinux 0xbab8f4b9 dm_put_device +EXPORT_SYMBOL vmlinux 0xbabbc918 locks_remove_posix +EXPORT_SYMBOL vmlinux 0xbac8aeea sg_nents_for_len +EXPORT_SYMBOL vmlinux 0xbaccc44e scsi_report_opcode +EXPORT_SYMBOL vmlinux 0xbaf8b327 vme_lm_request +EXPORT_SYMBOL vmlinux 0xbafa632e __do_once_sleepable_start +EXPORT_SYMBOL vmlinux 0xbb0540aa zlib_inflateReset +EXPORT_SYMBOL vmlinux 0xbb21260e convert_ifc_address +EXPORT_SYMBOL vmlinux 0xbb24b0ed fs_bio_set +EXPORT_SYMBOL vmlinux 0xbb24f607 init_cdrom_command +EXPORT_SYMBOL vmlinux 0xbb33e38f xp_raw_get_data +EXPORT_SYMBOL vmlinux 0xbb483b15 vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0xbb4d2359 of_graph_get_port_by_id +EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0xbb50de0b devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0xbb56e8e9 blk_mq_delay_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xbb687724 bman_new_pool +EXPORT_SYMBOL vmlinux 0xbb8d45c4 scsi_print_sense +EXPORT_SYMBOL vmlinux 0xbb9ed3bf mutex_trylock +EXPORT_SYMBOL vmlinux 0xbba7aeaf lease_get_mtime +EXPORT_SYMBOL vmlinux 0xbbaa5712 ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0xbbbb282f param_set_dyndbg_classes +EXPORT_SYMBOL vmlinux 0xbbbd3349 clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0xbbbdb497 mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xbbcc10ec mr_vif_seq_next +EXPORT_SYMBOL vmlinux 0xbbcf973c netif_tx_wake_queue +EXPORT_SYMBOL vmlinux 0xbbda18c4 dma_fence_free +EXPORT_SYMBOL vmlinux 0xbc1514f5 param_get_byte +EXPORT_SYMBOL vmlinux 0xbc2031de acpi_processor_get_bios_limit +EXPORT_SYMBOL vmlinux 0xbc275905 simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0xbc28cd93 dev_remove_offload +EXPORT_SYMBOL vmlinux 0xbc34f7ed phy_support_asym_pause +EXPORT_SYMBOL vmlinux 0xbc5ae914 unregister_cdrom +EXPORT_SYMBOL vmlinux 0xbc5fdaa8 blk_integrity_register +EXPORT_SYMBOL vmlinux 0xbc63c9cb sockopt_lock_sock +EXPORT_SYMBOL vmlinux 0xbc701523 unregister_netdev +EXPORT_SYMBOL vmlinux 0xbc94c488 napi_get_frags +EXPORT_SYMBOL vmlinux 0xbca48e09 generic_copy_file_range +EXPORT_SYMBOL vmlinux 0xbcab6ee6 sscanf +EXPORT_SYMBOL vmlinux 0xbcbc2adc sock_pfree +EXPORT_SYMBOL vmlinux 0xbcd11a7d dev_mc_init +EXPORT_SYMBOL vmlinux 0xbcdc75cc __blk_mq_alloc_disk +EXPORT_SYMBOL vmlinux 0xbce8f8ca kthread_stop +EXPORT_SYMBOL vmlinux 0xbd11190d ip_defrag +EXPORT_SYMBOL vmlinux 0xbd2a77c2 devm_extcon_register_notifier_all +EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init +EXPORT_SYMBOL vmlinux 0xbd4f4f90 kmem_cache_create +EXPORT_SYMBOL vmlinux 0xbd571cd0 poll_initwait +EXPORT_SYMBOL vmlinux 0xbd58b162 unregister_mii_timestamper +EXPORT_SYMBOL vmlinux 0xbd590e96 mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0xbd61fa6f register_quota_format +EXPORT_SYMBOL vmlinux 0xbd6841d4 crc16 +EXPORT_SYMBOL vmlinux 0xbd738079 inet_frag_find +EXPORT_SYMBOL vmlinux 0xbd864b29 jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0xbd8c3ecf nf_register_net_hooks +EXPORT_SYMBOL vmlinux 0xbd8dec1c netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0xbd945aaf phy_ethtool_nway_reset +EXPORT_SYMBOL vmlinux 0xbda5c1d2 generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0xbda9fe26 __blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xbdbc09ef sg_miter_start +EXPORT_SYMBOL vmlinux 0xbdcdcb9a tcp_seq_start +EXPORT_SYMBOL vmlinux 0xbde03547 phy_register_fixup +EXPORT_SYMBOL vmlinux 0xbde5c514 may_setattr +EXPORT_SYMBOL vmlinux 0xbde65034 dma_unmap_page_attrs +EXPORT_SYMBOL vmlinux 0xbdf08c58 simple_empty +EXPORT_SYMBOL vmlinux 0xbdfacb90 unregister_fib_notifier +EXPORT_SYMBOL vmlinux 0xbdff16f7 tcp_prot +EXPORT_SYMBOL vmlinux 0xbe18ff4f blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0xbe26cb36 devm_ioremap +EXPORT_SYMBOL vmlinux 0xbe37cc8a kernel_bind +EXPORT_SYMBOL vmlinux 0xbe3fbf09 of_range_to_resource +EXPORT_SYMBOL vmlinux 0xbe49252c acpi_os_write_port +EXPORT_SYMBOL vmlinux 0xbe4c3473 phy_error +EXPORT_SYMBOL vmlinux 0xbe4eb6ed secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xbe5a24e9 xxh32_copy_state +EXPORT_SYMBOL vmlinux 0xbe6361ff tcp_gro_complete +EXPORT_SYMBOL vmlinux 0xbe67760f fifo_create_dflt +EXPORT_SYMBOL vmlinux 0xbe69cd1f xsk_tx_peek_release_desc_batch +EXPORT_SYMBOL vmlinux 0xbe6a866f __wait_on_bit +EXPORT_SYMBOL vmlinux 0xbe6a8c96 zstd_cctx_workspace_bound +EXPORT_SYMBOL vmlinux 0xbe736ebd flow_rule_match_cvlan +EXPORT_SYMBOL vmlinux 0xbe75ef35 rt_dst_alloc +EXPORT_SYMBOL vmlinux 0xbe7d1592 pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0xbeae195d simple_pin_fs +EXPORT_SYMBOL vmlinux 0xbeaf594a input_release_device +EXPORT_SYMBOL vmlinux 0xbeba5242 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0xbed08193 param_get_int +EXPORT_SYMBOL vmlinux 0xbedb7318 mmc_command_done +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbefa51a3 gen_pool_add_owner +EXPORT_SYMBOL vmlinux 0xbefd6b25 __vfs_setxattr +EXPORT_SYMBOL vmlinux 0xbf0c5ce7 pnp_request_card_device +EXPORT_SYMBOL vmlinux 0xbf0ea639 blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0xbf1568ca pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0xbf188a84 of_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0xbf2320c4 rproc_alloc +EXPORT_SYMBOL vmlinux 0xbf2bdfe5 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0xbf3a19c6 phy_drivers_register +EXPORT_SYMBOL vmlinux 0xbf3cfba5 page_cache_prev_miss +EXPORT_SYMBOL vmlinux 0xbf59c419 posix_acl_init +EXPORT_SYMBOL vmlinux 0xbf6547f1 ilookup +EXPORT_SYMBOL vmlinux 0xbf77b6f1 dm_table_get_size +EXPORT_SYMBOL vmlinux 0xbf7d0d32 param_ops_string +EXPORT_SYMBOL vmlinux 0xbfa12a0b amba_release_regions +EXPORT_SYMBOL vmlinux 0xbfa3d6d7 md_reload_sb +EXPORT_SYMBOL vmlinux 0xbfa4954d con_set_default_unimap +EXPORT_SYMBOL vmlinux 0xbfae9e07 utf8_validate +EXPORT_SYMBOL vmlinux 0xbfcbc0d2 stmp_reset_block +EXPORT_SYMBOL vmlinux 0xbfdfe98b iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0xbfe6fb46 d_mark_dontcache +EXPORT_SYMBOL vmlinux 0xbfee83bb register_md_cluster_operations +EXPORT_SYMBOL vmlinux 0xbffabbdb rtnl_create_link +EXPORT_SYMBOL vmlinux 0xc00d46fb of_graph_get_port_parent +EXPORT_SYMBOL vmlinux 0xc0364007 fault_in_writeable +EXPORT_SYMBOL vmlinux 0xc04d0299 inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0xc060c3f4 page_pool_ethtool_stats_get +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc078d22c zstd_init_cstream +EXPORT_SYMBOL vmlinux 0xc07b0863 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0xc07e6bf5 skb_splice_from_iter +EXPORT_SYMBOL vmlinux 0xc0984d80 vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0xc0a4ef35 tty_port_put +EXPORT_SYMBOL vmlinux 0xc0adab3d dma_fence_describe +EXPORT_SYMBOL vmlinux 0xc0add342 tty_name +EXPORT_SYMBOL vmlinux 0xc0b302b2 inet_sk_get_local_port_range +EXPORT_SYMBOL vmlinux 0xc0ccbaea pci_pme_capable +EXPORT_SYMBOL vmlinux 0xc0d90425 vfs_create_mount +EXPORT_SYMBOL vmlinux 0xc0f729a3 blk_queue_flag_clear +EXPORT_SYMBOL vmlinux 0xc0fe9137 __printk_cpu_sync_put +EXPORT_SYMBOL vmlinux 0xc0ff12fb nla_strdup +EXPORT_SYMBOL vmlinux 0xc0ff21c1 input_get_new_minor +EXPORT_SYMBOL vmlinux 0xc10717d7 mmc_retune_unpause +EXPORT_SYMBOL vmlinux 0xc1090f0d kfree_skb_list_reason +EXPORT_SYMBOL vmlinux 0xc1198662 __warn_flushing_systemwide_wq +EXPORT_SYMBOL vmlinux 0xc1226336 tcp_sock_set_quickack +EXPORT_SYMBOL vmlinux 0xc13afc95 acpi_bus_get_status +EXPORT_SYMBOL vmlinux 0xc146bed7 mii_nway_restart +EXPORT_SYMBOL vmlinux 0xc14dc168 acpi_get_data +EXPORT_SYMBOL vmlinux 0xc1514a3b free_irq +EXPORT_SYMBOL vmlinux 0xc1579516 fman_port_enable +EXPORT_SYMBOL vmlinux 0xc164a51c keygen_init +EXPORT_SYMBOL vmlinux 0xc165d03e tty_write_room +EXPORT_SYMBOL vmlinux 0xc16be39d iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xc16fc4b6 seq_putc +EXPORT_SYMBOL vmlinux 0xc17c84aa dev_get_iflink +EXPORT_SYMBOL vmlinux 0xc1b46161 input_set_max_poll_interval +EXPORT_SYMBOL vmlinux 0xc1c12246 copy_page_to_iter +EXPORT_SYMBOL vmlinux 0xc1cb419c __traceiter_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1ddc4a0 kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xc1e2c742 tegra_io_rail_power_on +EXPORT_SYMBOL vmlinux 0xc1e6b6e8 pm860x_reg_read +EXPORT_SYMBOL vmlinux 0xc2050974 fman_port_get_tstamp +EXPORT_SYMBOL vmlinux 0xc2072cc0 dcache_readdir +EXPORT_SYMBOL vmlinux 0xc21c5c03 blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0xc22f6693 call_fib_notifier +EXPORT_SYMBOL vmlinux 0xc2310cdc logic_inl +EXPORT_SYMBOL vmlinux 0xc2486d54 param_get_string +EXPORT_SYMBOL vmlinux 0xc258fba0 page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0xc2626e0e nf_ip_checksum +EXPORT_SYMBOL vmlinux 0xc26f0cc8 udp_lib_rehash +EXPORT_SYMBOL vmlinux 0xc27ec336 audit_log_start +EXPORT_SYMBOL vmlinux 0xc2852526 pci_save_state +EXPORT_SYMBOL vmlinux 0xc28de0d0 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0xc29bf967 strspn +EXPORT_SYMBOL vmlinux 0xc29f1370 tcf_unregister_action +EXPORT_SYMBOL vmlinux 0xc2a0f2e6 _dev_alert +EXPORT_SYMBOL vmlinux 0xc2b24b0e xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xc2bee82e ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0xc2bf4461 unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xc2cb862e sgl_alloc_order +EXPORT_SYMBOL vmlinux 0xc2e168ab caches_clean_inval_pou +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2ea45db fd_install +EXPORT_SYMBOL vmlinux 0xc2ecf9c2 __i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0xc2f0c859 tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0xc2f52274 __lshrti3 +EXPORT_SYMBOL vmlinux 0xc3055d20 usleep_range_state +EXPORT_SYMBOL vmlinux 0xc310b981 strnstr +EXPORT_SYMBOL vmlinux 0xc31db0ce is_vmalloc_addr +EXPORT_SYMBOL vmlinux 0xc32c71af register_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xc34d9e4a __mdiobus_read +EXPORT_SYMBOL vmlinux 0xc34eb9bd ppp_unit_number +EXPORT_SYMBOL vmlinux 0xc359fb65 abort +EXPORT_SYMBOL vmlinux 0xc35b7a1c sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0xc35caa92 pci_find_capability +EXPORT_SYMBOL vmlinux 0xc3762aec mempool_alloc +EXPORT_SYMBOL vmlinux 0xc376a1a0 netdev_alert +EXPORT_SYMBOL vmlinux 0xc376f2c3 rproc_add_carveout +EXPORT_SYMBOL vmlinux 0xc37713b0 eth_get_headlen +EXPORT_SYMBOL vmlinux 0xc37d4fcf jbd2_transaction_committed +EXPORT_SYMBOL vmlinux 0xc37f9c6e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0xc38c83b8 mod_timer +EXPORT_SYMBOL vmlinux 0xc38d7ccd backlight_device_unregister +EXPORT_SYMBOL vmlinux 0xc3b5059a ethtool_aggregate_ctrl_stats +EXPORT_SYMBOL vmlinux 0xc3bf0c4a security_sock_graft +EXPORT_SYMBOL vmlinux 0xc3cd034d crc8_populate_lsb +EXPORT_SYMBOL vmlinux 0xc3d62fa9 __bh_read +EXPORT_SYMBOL vmlinux 0xc3d7c042 padata_do_serial +EXPORT_SYMBOL vmlinux 0xc3df1d98 disk_check_media_change +EXPORT_SYMBOL vmlinux 0xc3f82474 pci_claim_resource +EXPORT_SYMBOL vmlinux 0xc3f9fa0d param_set_invbool +EXPORT_SYMBOL vmlinux 0xc3ff38c2 down_read_trylock +EXPORT_SYMBOL vmlinux 0xc411564c jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0xc4212ab9 qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xc42dcb99 acpi_evaluate_ost +EXPORT_SYMBOL vmlinux 0xc43a494f tcp_mss_to_mtu +EXPORT_SYMBOL vmlinux 0xc4407afa pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0xc447a229 inet_csk_reqsk_queue_drop +EXPORT_SYMBOL vmlinux 0xc4489d0a dev_uc_sync +EXPORT_SYMBOL vmlinux 0xc452212c utf8_strncasecmp +EXPORT_SYMBOL vmlinux 0xc4708199 cpm_muram_addr +EXPORT_SYMBOL vmlinux 0xc4777aa9 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xc47a87ca input_register_handler +EXPORT_SYMBOL vmlinux 0xc4888362 dev_set_mac_address_user +EXPORT_SYMBOL vmlinux 0xc494a7b7 ethtool_notify +EXPORT_SYMBOL vmlinux 0xc4ab2c0f jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0xc4ae915e arch_touch_nmi_watchdog +EXPORT_SYMBOL vmlinux 0xc4b21d2f qman_get_affine_portal +EXPORT_SYMBOL vmlinux 0xc4bff103 bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0xc4c710e8 qdisc_tree_reduce_backlog +EXPORT_SYMBOL vmlinux 0xc4f2e26f t10_pi_type3_crc +EXPORT_SYMBOL vmlinux 0xc4f94b9f pnp_device_attach +EXPORT_SYMBOL vmlinux 0xc518921f __d_drop +EXPORT_SYMBOL vmlinux 0xc52090b3 clk_bulk_get +EXPORT_SYMBOL vmlinux 0xc528a49a queued_write_lock_slowpath +EXPORT_SYMBOL vmlinux 0xc528fc33 elv_rb_add +EXPORT_SYMBOL vmlinux 0xc54b4690 f_setown +EXPORT_SYMBOL vmlinux 0xc5613b86 dm_get_device +EXPORT_SYMBOL vmlinux 0xc566bdf9 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0xc569fd8d dst_release +EXPORT_SYMBOL vmlinux 0xc56b983b inode_init_always +EXPORT_SYMBOL vmlinux 0xc56c3609 xz_dec_microlzma_reset +EXPORT_SYMBOL vmlinux 0xc57c48a3 idr_get_next +EXPORT_SYMBOL vmlinux 0xc5809c04 security_task_getsecid_obj +EXPORT_SYMBOL vmlinux 0xc5835461 load_nls_default +EXPORT_SYMBOL vmlinux 0xc5852404 passthru_features_check +EXPORT_SYMBOL vmlinux 0xc58d5a90 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0xc597be82 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc5b6f236 queue_work_on +EXPORT_SYMBOL vmlinux 0xc5d7b4f0 tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0xc5e74216 release_resource +EXPORT_SYMBOL vmlinux 0xc5fc1a17 __bforget +EXPORT_SYMBOL vmlinux 0xc60d0620 __num_online_cpus +EXPORT_SYMBOL vmlinux 0xc622556f prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0xc62d73ea pci_bus_type +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc633d82d phy_unregister_fixup +EXPORT_SYMBOL vmlinux 0xc6492f8c inet_dgram_ops +EXPORT_SYMBOL vmlinux 0xc65e4e97 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0xc6655906 devm_alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif +EXPORT_SYMBOL vmlinux 0xc69fce52 qcom_scm_qsmmu500_wait_safe_toggle +EXPORT_SYMBOL vmlinux 0xc6b90bd2 vme_register_driver +EXPORT_SYMBOL vmlinux 0xc6bb964f twl6040_set_bits +EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6d09aa9 release_firmware +EXPORT_SYMBOL vmlinux 0xc6f154fb tty_unlock +EXPORT_SYMBOL vmlinux 0xc6f3b3fc refcount_dec_if_one +EXPORT_SYMBOL vmlinux 0xc6f46339 init_timer_key +EXPORT_SYMBOL vmlinux 0xc6f649cf of_get_compatible_child +EXPORT_SYMBOL vmlinux 0xc708f1fe ec_write +EXPORT_SYMBOL vmlinux 0xc70a496e __phy_read_mmd +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc7488647 mipi_dsi_dcs_set_display_brightness +EXPORT_SYMBOL vmlinux 0xc74ddd56 devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7aa9da3 dump_skip_to +EXPORT_SYMBOL vmlinux 0xc7ae1903 security_lock_kernel_down +EXPORT_SYMBOL vmlinux 0xc7b80877 simple_nosetlease +EXPORT_SYMBOL vmlinux 0xc7c1107a LZ4_decompress_safe +EXPORT_SYMBOL vmlinux 0xc7d639d3 __tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0xc7ed8ca8 tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0xc7fc1d91 phy_config_aneg +EXPORT_SYMBOL vmlinux 0xc7fd374d jbd2_journal_inode_ranged_wait +EXPORT_SYMBOL vmlinux 0xc7fe7bbb igrab +EXPORT_SYMBOL vmlinux 0xc8053aa2 nd_pfn_validate +EXPORT_SYMBOL vmlinux 0xc80ab559 swake_up_one +EXPORT_SYMBOL vmlinux 0xc8107598 blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0xc812b19b inet_frag_destroy +EXPORT_SYMBOL vmlinux 0xc820c97b of_n_size_cells +EXPORT_SYMBOL vmlinux 0xc8320a55 backlight_device_get_by_name +EXPORT_SYMBOL vmlinux 0xc838c3f5 __ashrti3 +EXPORT_SYMBOL vmlinux 0xc839afed hdmi_audio_infoframe_check +EXPORT_SYMBOL vmlinux 0xc8483161 netlink_unicast +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc8655a16 end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc875841c create_empty_buffers +EXPORT_SYMBOL vmlinux 0xc8827b75 sysctl_vals +EXPORT_SYMBOL vmlinux 0xc882a5f5 netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0xc890c008 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xc895638d in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xc89846c4 xudma_tchanrt_read +EXPORT_SYMBOL vmlinux 0xc8a91f5b cpumask_local_spread +EXPORT_SYMBOL vmlinux 0xc8b7644d vfs_rmdir +EXPORT_SYMBOL vmlinux 0xc8bc63d8 __ip_dev_find +EXPORT_SYMBOL vmlinux 0xc8bcdf26 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0xc8c85086 sg_free_table +EXPORT_SYMBOL vmlinux 0xc8dcc62a krealloc +EXPORT_SYMBOL vmlinux 0xc8f19f66 nf_reinject +EXPORT_SYMBOL vmlinux 0xc8f58e27 pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0xc916dd46 __SCK__tp_func_kmalloc +EXPORT_SYMBOL vmlinux 0xc921e239 register_key_type +EXPORT_SYMBOL vmlinux 0xc93bea9e sock_register +EXPORT_SYMBOL vmlinux 0xc93ce140 fscrypt_has_permitted_context +EXPORT_SYMBOL vmlinux 0xc93e8461 acpi_get_event_resources +EXPORT_SYMBOL vmlinux 0xc9436202 of_device_unregister +EXPORT_SYMBOL vmlinux 0xc95a385b security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0xc95e56f5 xfrm_trans_queue_net +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc969fa0a clk_add_alias +EXPORT_SYMBOL vmlinux 0xc96ae244 inet6_protos +EXPORT_SYMBOL vmlinux 0xc972449f mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0xc97dfb53 iov_iter_npages +EXPORT_SYMBOL vmlinux 0xc980b9ab param_get_uint +EXPORT_SYMBOL vmlinux 0xc9822234 clk_register_clkdev +EXPORT_SYMBOL vmlinux 0xc993cec1 param_ops_ullong +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9b20d3a tcf_qevent_init +EXPORT_SYMBOL vmlinux 0xc9c6bfef __skb_recv_udp +EXPORT_SYMBOL vmlinux 0xc9ca7747 __fs_parse +EXPORT_SYMBOL vmlinux 0xc9d16e4e xudma_get_device +EXPORT_SYMBOL vmlinux 0xc9d87f34 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0xc9df055a xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xc9ed0401 imx_sc_rm_is_resource_owned +EXPORT_SYMBOL vmlinux 0xca1648d4 zstd_decompress_dctx +EXPORT_SYMBOL vmlinux 0xca17ac01 _find_next_andnot_bit +EXPORT_SYMBOL vmlinux 0xca189665 tcf_block_get +EXPORT_SYMBOL vmlinux 0xca21ebd3 bitmap_free +EXPORT_SYMBOL vmlinux 0xca242cf9 validate_slab_cache +EXPORT_SYMBOL vmlinux 0xca3b7039 vfs_parse_fs_string +EXPORT_SYMBOL vmlinux 0xca431c05 wake_bit_function +EXPORT_SYMBOL vmlinux 0xca591e48 skb_find_text +EXPORT_SYMBOL vmlinux 0xca5d5690 lookup_one +EXPORT_SYMBOL vmlinux 0xca62afaf xudma_rflow_is_gp +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xca93816a i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0xca9beaa4 __xa_store +EXPORT_SYMBOL vmlinux 0xca9ddb38 genphy_c45_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0xcad1aca8 acpi_exception +EXPORT_SYMBOL vmlinux 0xcaeb3e4a kobject_add +EXPORT_SYMBOL vmlinux 0xcafc17c3 generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb0e8133 lock_sock_nested +EXPORT_SYMBOL vmlinux 0xcb134de7 qdisc_offload_query_caps +EXPORT_SYMBOL vmlinux 0xcb355ef6 blk_mq_end_request +EXPORT_SYMBOL vmlinux 0xcb363d87 seq_bprintf +EXPORT_SYMBOL vmlinux 0xcb3ae215 call_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xcb5dc415 sock_no_mmap +EXPORT_SYMBOL vmlinux 0xcb733bf2 acpi_bus_set_power +EXPORT_SYMBOL vmlinux 0xcb857203 ip_fraglist_prepare +EXPORT_SYMBOL vmlinux 0xcb9c4d82 dev_driver_string +EXPORT_SYMBOL vmlinux 0xcba69fb2 skb_append +EXPORT_SYMBOL vmlinux 0xcbbb3970 set_capacity +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbcce0b6 pci_scan_single_device +EXPORT_SYMBOL vmlinux 0xcbd4898c fortify_panic +EXPORT_SYMBOL vmlinux 0xcbfb33e4 init_opal_dev +EXPORT_SYMBOL vmlinux 0xcc067575 blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0xcc1b882a idr_get_next_ul +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc328a5c reservation_ww_class +EXPORT_SYMBOL vmlinux 0xcc392eea kmalloc_size_roundup +EXPORT_SYMBOL vmlinux 0xcc411ed1 ptp_convert_timestamp +EXPORT_SYMBOL vmlinux 0xcc4e01f7 inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc5d22d9 can_do_mlock +EXPORT_SYMBOL vmlinux 0xcc6b6baa blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0xcc7e6d2c phy_ethtool_ksettings_get +EXPORT_SYMBOL vmlinux 0xcc7f4006 vme_bus_type +EXPORT_SYMBOL vmlinux 0xcca5839d xen_vcpu_id +EXPORT_SYMBOL vmlinux 0xccae4cb7 xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0xccaf8b24 inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0xccaf994e dma_fence_set_deadline +EXPORT_SYMBOL vmlinux 0xccc30197 handshake_genl_put +EXPORT_SYMBOL vmlinux 0xccdcc9f5 dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0xccfb9e07 dst_default_metrics +EXPORT_SYMBOL vmlinux 0xccfd2ebc scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0xccfda5de keyring_alloc +EXPORT_SYMBOL vmlinux 0xcd01b8e6 acpi_attach_data +EXPORT_SYMBOL vmlinux 0xcd0376a4 xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0xcd0c3b01 mpage_readahead +EXPORT_SYMBOL vmlinux 0xcd1479ef __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0xcd1f651f pneigh_enqueue +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd6e5297 tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0xcd84fe1a fman_get_revision +EXPORT_SYMBOL vmlinux 0xcd8ce890 acpi_format_exception +EXPORT_SYMBOL vmlinux 0xcd9c13a3 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0xcda5afd1 vlan_vid_del +EXPORT_SYMBOL vmlinux 0xcdaa36d7 __mdiobus_write +EXPORT_SYMBOL vmlinux 0xcdaced8a qcom_scm_assign_mem +EXPORT_SYMBOL vmlinux 0xcdbfce30 scsi_device_get +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcde02e67 fb_prepare_logo +EXPORT_SYMBOL vmlinux 0xcde77bcc free_opal_dev +EXPORT_SYMBOL vmlinux 0xcded96b4 ndisc_send_skb +EXPORT_SYMBOL vmlinux 0xce0e9c83 ip_sock_set_pktinfo +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce301d7a __genphy_config_aneg +EXPORT_SYMBOL vmlinux 0xce415e1d follow_up +EXPORT_SYMBOL vmlinux 0xce4cdb8e fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xce4dea0d xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xce4e47b6 __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0xce562074 d_find_any_alias +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce6e4537 dm_table_event +EXPORT_SYMBOL vmlinux 0xce720f28 mtree_destroy +EXPORT_SYMBOL vmlinux 0xce731b34 ucc_slow_get_qe_cr_subblock +EXPORT_SYMBOL vmlinux 0xce76c257 acpi_get_irq_routing_table +EXPORT_SYMBOL vmlinux 0xce807a25 up_write +EXPORT_SYMBOL vmlinux 0xcea636a9 filemap_invalidate_lock_two +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xcec87bd9 alloc_fcdev +EXPORT_SYMBOL vmlinux 0xced0f4d4 gen_pool_create +EXPORT_SYMBOL vmlinux 0xcede4136 ipv6_chk_addr_and_flags +EXPORT_SYMBOL vmlinux 0xceedab60 current_in_userns +EXPORT_SYMBOL vmlinux 0xcefb0c9f __mutex_init +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf14c7aa devm_of_iomap +EXPORT_SYMBOL vmlinux 0xcf19dd35 sock_set_rcvbuf +EXPORT_SYMBOL vmlinux 0xcf1bbba8 netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0xcf2a6966 up +EXPORT_SYMBOL vmlinux 0xcf2ea86b __tracepoint_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xcf39b842 phy_ethtool_get_sset_count +EXPORT_SYMBOL vmlinux 0xcf3b69b3 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xcf42f34b find_inode_nowait +EXPORT_SYMBOL vmlinux 0xcf4fdd4d _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0xcf512b0a is_free_buddy_page +EXPORT_SYMBOL vmlinux 0xcf6c0146 inode_nohighmem +EXPORT_SYMBOL vmlinux 0xcf8602eb netdev_adjacent_change_prepare +EXPORT_SYMBOL vmlinux 0xcf9b558d touchscreen_set_mt_pos +EXPORT_SYMBOL vmlinux 0xcfc54c6b mmc_request_done +EXPORT_SYMBOL vmlinux 0xcfc9deaf atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0xcfd884a8 __hsiphash_unaligned +EXPORT_SYMBOL vmlinux 0xcfdb3eee d_prune_aliases +EXPORT_SYMBOL vmlinux 0xcfdd5c8f elv_rb_del +EXPORT_SYMBOL vmlinux 0xcfeb98a8 acpi_processor_register_performance +EXPORT_SYMBOL vmlinux 0xcff0802d start_tty +EXPORT_SYMBOL vmlinux 0xd00c0f68 dquot_quotactl_sysfile_ops +EXPORT_SYMBOL vmlinux 0xd0122234 jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0xd0239a4e tcp_conn_request +EXPORT_SYMBOL vmlinux 0xd030cab9 page_readlink +EXPORT_SYMBOL vmlinux 0xd04c1a64 sysctl_devconf_inherit_init_net +EXPORT_SYMBOL vmlinux 0xd057c888 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0xd0654aba woken_wake_function +EXPORT_SYMBOL vmlinux 0xd06a8cfa pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0xd0760fc0 kfree_sensitive +EXPORT_SYMBOL vmlinux 0xd0a5f9e5 mini_qdisc_pair_init +EXPORT_SYMBOL vmlinux 0xd0a7229a netlink_net_capable +EXPORT_SYMBOL vmlinux 0xd0b1bace unregister_qdisc +EXPORT_SYMBOL vmlinux 0xd0b74705 acpi_install_interface +EXPORT_SYMBOL vmlinux 0xd0c4d5e9 mmc_cqe_post_req +EXPORT_SYMBOL vmlinux 0xd0d7eeac udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0xd0d8c00a param_set_bint +EXPORT_SYMBOL vmlinux 0xd0df83ff page_pool_release_page +EXPORT_SYMBOL vmlinux 0xd0faa2ca devfreq_resume_device +EXPORT_SYMBOL vmlinux 0xd11631f3 eth_gro_complete +EXPORT_SYMBOL vmlinux 0xd11ac92e rw_verify_area +EXPORT_SYMBOL vmlinux 0xd1218152 dquot_get_state +EXPORT_SYMBOL vmlinux 0xd1363cc1 ucs2_strsize +EXPORT_SYMBOL vmlinux 0xd138af35 of_find_mipi_dsi_host_by_node +EXPORT_SYMBOL vmlinux 0xd15cb96e nla_put +EXPORT_SYMBOL vmlinux 0xd18299e9 submit_bio_noacct +EXPORT_SYMBOL vmlinux 0xd18ef3df con_copy_unimap +EXPORT_SYMBOL vmlinux 0xd190571b mipi_dsi_driver_unregister +EXPORT_SYMBOL vmlinux 0xd194ddf9 acpi_gpe_count +EXPORT_SYMBOL vmlinux 0xd1c00f48 netdev_port_same_parent_id +EXPORT_SYMBOL vmlinux 0xd1d87e92 scsi_mlreturn_string +EXPORT_SYMBOL vmlinux 0xd2051916 qcom_scm_cpu_power_down +EXPORT_SYMBOL vmlinux 0xd20d11b5 nf_log_register +EXPORT_SYMBOL vmlinux 0xd211a1eb invalidate_disk +EXPORT_SYMBOL vmlinux 0xd2237016 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0xd22cc6b8 lookup_one_qstr_excl +EXPORT_SYMBOL vmlinux 0xd23a086a of_get_next_parent +EXPORT_SYMBOL vmlinux 0xd23ad2c1 dma_unmap_resource +EXPORT_SYMBOL vmlinux 0xd24108d4 rfkill_soft_blocked +EXPORT_SYMBOL vmlinux 0xd2582f8f __SCK__tp_func_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xd25b39a5 has_capability_noaudit +EXPORT_SYMBOL vmlinux 0xd25bc5d4 csum_tcpudp_nofold +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd2696798 pci_enable_device_io +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd27c463d tcf_exts_dump +EXPORT_SYMBOL vmlinux 0xd2800691 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0xd2a6c7e3 make_kprojid +EXPORT_SYMBOL vmlinux 0xd2b46a3c vme_unregister_error_handler +EXPORT_SYMBOL vmlinux 0xd2cf3992 napi_consume_skb +EXPORT_SYMBOL vmlinux 0xd2d88506 netdev_offload_xstats_report_used +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2e2a9d0 hdmi_spd_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0xd2e30790 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xd2e4e75f generic_write_checks +EXPORT_SYMBOL vmlinux 0xd2ea49b8 acpi_leave_sleep_state_prep +EXPORT_SYMBOL vmlinux 0xd2f73991 inode_to_bdi +EXPORT_SYMBOL vmlinux 0xd3163e34 block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible +EXPORT_SYMBOL vmlinux 0xd31df9d4 flow_rule_match_l2tpv3 +EXPORT_SYMBOL vmlinux 0xd31f3587 pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0xd3229614 __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0xd32ec845 eth_header_cache +EXPORT_SYMBOL vmlinux 0xd351986d end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0xd3559ef4 __memset +EXPORT_SYMBOL vmlinux 0xd35886fa cdrom_open +EXPORT_SYMBOL vmlinux 0xd35a6d31 mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xd35cce70 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xd3655674 udp6_set_csum +EXPORT_SYMBOL vmlinux 0xd36dc10c get_random_u32 +EXPORT_SYMBOL vmlinux 0xd36e3837 io_uring_destruct_scm +EXPORT_SYMBOL vmlinux 0xd36e3d59 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0xd3733a67 mdiobb_read_c22 +EXPORT_SYMBOL vmlinux 0xd38902e1 sock_set_priority +EXPORT_SYMBOL vmlinux 0xd38bb1c7 inet6_csk_route_req +EXPORT_SYMBOL vmlinux 0xd39846c6 netdev_get_xmit_slave +EXPORT_SYMBOL vmlinux 0xd3bf760a key_put +EXPORT_SYMBOL vmlinux 0xd3ce06da vme_master_mmap +EXPORT_SYMBOL vmlinux 0xd3d5c388 netif_device_attach +EXPORT_SYMBOL vmlinux 0xd3d98294 devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0xd406d266 fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xd41345ba phy_device_free +EXPORT_SYMBOL vmlinux 0xd41e6fd1 __serio_register_port +EXPORT_SYMBOL vmlinux 0xd4561512 dquot_quota_off +EXPORT_SYMBOL vmlinux 0xd45cc6ca bin2hex +EXPORT_SYMBOL vmlinux 0xd469bccc __tracepoint_mmap_lock_released +EXPORT_SYMBOL vmlinux 0xd46da95a of_mdio_find_device +EXPORT_SYMBOL vmlinux 0xd47f2f19 request_key_rcu +EXPORT_SYMBOL vmlinux 0xd4835ef8 dmi_check_system +EXPORT_SYMBOL vmlinux 0xd4897aeb is_nvdimm_bus_locked +EXPORT_SYMBOL vmlinux 0xd493a672 vm_map_pages +EXPORT_SYMBOL vmlinux 0xd497c506 of_phy_deregister_fixed_link +EXPORT_SYMBOL vmlinux 0xd49dc777 devm_extcon_unregister_notifier +EXPORT_SYMBOL vmlinux 0xd4a19bd6 lock_rename_child +EXPORT_SYMBOL vmlinux 0xd4a69d20 qm_channel_caam +EXPORT_SYMBOL vmlinux 0xd4afea5d free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0xd4b0c263 fget +EXPORT_SYMBOL vmlinux 0xd4bb4a82 inet6addr_validator_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xd4d1983c udplite_table +EXPORT_SYMBOL vmlinux 0xd4d76647 input_inject_event +EXPORT_SYMBOL vmlinux 0xd4da6f0c bpf_prog_get_type_path +EXPORT_SYMBOL vmlinux 0xd4eace17 kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0xd4ecdf75 scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0xd4f8d8df netpoll_send_udp +EXPORT_SYMBOL vmlinux 0xd4ffa9e1 unload_nls +EXPORT_SYMBOL vmlinux 0xd500fc0e I_BDEV +EXPORT_SYMBOL vmlinux 0xd51a4c63 of_translate_dma_region +EXPORT_SYMBOL vmlinux 0xd51c17e2 __alloc_skb +EXPORT_SYMBOL vmlinux 0xd5263820 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xd5346bfc acpi_get_possible_resources +EXPORT_SYMBOL vmlinux 0xd548a03d thaw_bdev +EXPORT_SYMBOL vmlinux 0xd548e32c blk_set_queue_depth +EXPORT_SYMBOL vmlinux 0xd55cd425 sock_from_file +EXPORT_SYMBOL vmlinux 0xd55ee871 inet_accept +EXPORT_SYMBOL vmlinux 0xd59dc297 d_instantiate +EXPORT_SYMBOL vmlinux 0xd5b3d0d5 xxh64_copy_state +EXPORT_SYMBOL vmlinux 0xd5dc0135 inet_register_protosw +EXPORT_SYMBOL vmlinux 0xd5df77d6 inet_getname +EXPORT_SYMBOL vmlinux 0xd5fd90f1 prepare_to_wait +EXPORT_SYMBOL vmlinux 0xd600781e tcf_qevent_destroy +EXPORT_SYMBOL vmlinux 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL vmlinux 0xd6159261 kmem_cache_alloc_bulk +EXPORT_SYMBOL vmlinux 0xd62b1e45 trace_print_flags_seq +EXPORT_SYMBOL vmlinux 0xd62ecd49 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xd63a7f67 __inet_stream_connect +EXPORT_SYMBOL vmlinux 0xd63c0d38 tcp_inbound_md5_hash +EXPORT_SYMBOL vmlinux 0xd642f3f6 video_firmware_drivers_only +EXPORT_SYMBOL vmlinux 0xd643239a acpi_leave_sleep_state +EXPORT_SYMBOL vmlinux 0xd661949f xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xd66c8184 add_device_randomness +EXPORT_SYMBOL vmlinux 0xd67d10f5 km_new_mapping +EXPORT_SYMBOL vmlinux 0xd689a003 of_find_node_with_property +EXPORT_SYMBOL vmlinux 0xd68c5a1f adjust_resource +EXPORT_SYMBOL vmlinux 0xd6958ad7 generic_fillattr +EXPORT_SYMBOL vmlinux 0xd6a1d9d8 get_tree_bdev +EXPORT_SYMBOL vmlinux 0xd6a3c1eb gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0xd6a91f54 twl_i2c_read +EXPORT_SYMBOL vmlinux 0xd6e20f9b pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0xd6e24b51 tegra_ivc_write_advance +EXPORT_SYMBOL vmlinux 0xd6e47313 ptp_clock_register +EXPORT_SYMBOL vmlinux 0xd6eaaea1 full_name_hash +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6fc5e30 nexthop_bucket_set_hw_flags +EXPORT_SYMBOL vmlinux 0xd6fde043 is_module_sig_enforced +EXPORT_SYMBOL vmlinux 0xd70d35a1 gf128mul_4k_bbe +EXPORT_SYMBOL vmlinux 0xd70f62b6 acpi_os_execute +EXPORT_SYMBOL vmlinux 0xd71104b3 vm_node_stat +EXPORT_SYMBOL vmlinux 0xd71c59f3 inode_add_bytes +EXPORT_SYMBOL vmlinux 0xd7354d4f phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0xd7356c1c ns_capable_setid +EXPORT_SYMBOL vmlinux 0xd73653c4 freezer_active +EXPORT_SYMBOL vmlinux 0xd738ca1b phy_unregister_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xd73a294f mtree_erase +EXPORT_SYMBOL vmlinux 0xd73c8c2b synchronize_shrinkers +EXPORT_SYMBOL vmlinux 0xd7482f05 vcalloc +EXPORT_SYMBOL vmlinux 0xd75b27d5 param_get_ullong +EXPORT_SYMBOL vmlinux 0xd766e88f current_time +EXPORT_SYMBOL vmlinux 0xd7777912 tcp_add_backlog +EXPORT_SYMBOL vmlinux 0xd781c5ce xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0xd781c656 dev_trans_start +EXPORT_SYMBOL vmlinux 0xd782fde9 __folio_batch_release +EXPORT_SYMBOL vmlinux 0xd794be5e __blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0xd7987177 utf8_load +EXPORT_SYMBOL vmlinux 0xd7a33286 __skb_get_hash +EXPORT_SYMBOL vmlinux 0xd7a3cc43 of_get_property +EXPORT_SYMBOL vmlinux 0xd7b690cb param_get_hexint +EXPORT_SYMBOL vmlinux 0xd7c84fc2 dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0xd7d280ad irq_poll_complete +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7e637a3 inet_frag_rbtree_purge +EXPORT_SYMBOL vmlinux 0xd7e77998 __page_frag_cache_drain +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7f53c45 inet6_ioctl +EXPORT_SYMBOL vmlinux 0xd7ff1b8a __ashlti3 +EXPORT_SYMBOL vmlinux 0xd804fc27 acpi_device_hid +EXPORT_SYMBOL vmlinux 0xd8055684 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0xd8131274 qman_alloc_cgrid_range +EXPORT_SYMBOL vmlinux 0xd8146b99 __skb_checksum +EXPORT_SYMBOL vmlinux 0xd8172996 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0xd828f063 xudma_tchanrt_write +EXPORT_SYMBOL vmlinux 0xd83898d5 nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xd8428f5e flush_dcache_page +EXPORT_SYMBOL vmlinux 0xd8565abd kthread_create_worker +EXPORT_SYMBOL vmlinux 0xd8638998 of_find_node_by_type +EXPORT_SYMBOL vmlinux 0xd86e7517 skb_copy_datagram_iter +EXPORT_SYMBOL vmlinux 0xd87073c9 eth_mac_addr +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd8a994eb scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0xd8b61304 get_default_font +EXPORT_SYMBOL vmlinux 0xd8b6d96f __find_nth_and_bit +EXPORT_SYMBOL vmlinux 0xd8b745cd proc_symlink +EXPORT_SYMBOL vmlinux 0xd8cbf34a md_register_thread +EXPORT_SYMBOL vmlinux 0xd8d5e892 ipv4_specific +EXPORT_SYMBOL vmlinux 0xd8df08ac acpi_handle_printk +EXPORT_SYMBOL vmlinux 0xd8e91649 tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0xd8f08147 nf_hook_slow +EXPORT_SYMBOL vmlinux 0xd8ffe37a sock_no_linger +EXPORT_SYMBOL vmlinux 0xd9191a10 serio_unregister_driver +EXPORT_SYMBOL vmlinux 0xd91f6ab6 strnlen_user +EXPORT_SYMBOL vmlinux 0xd92b3ff7 dma_resv_fini +EXPORT_SYMBOL vmlinux 0xd92deb6b acpi_evaluate_object +EXPORT_SYMBOL vmlinux 0xd932b3b5 scmd_printk +EXPORT_SYMBOL vmlinux 0xd93b666c ipv6_push_frag_opts +EXPORT_SYMBOL vmlinux 0xd93bbc01 vc_resize +EXPORT_SYMBOL vmlinux 0xd94373ed fqdir_exit +EXPORT_SYMBOL vmlinux 0xd9491c14 xa_destroy +EXPORT_SYMBOL vmlinux 0xd94d8340 tcf_get_next_proto +EXPORT_SYMBOL vmlinux 0xd94e85ab of_get_ethdev_address +EXPORT_SYMBOL vmlinux 0xd9723f76 mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0xd9759ef1 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd9902421 input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0xd99cee2d netif_set_tso_max_size +EXPORT_SYMBOL vmlinux 0xd9a1fc16 fscrypt_encrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0xd9a5ea54 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xd9b801b8 fscrypt_decrypt_bio +EXPORT_SYMBOL vmlinux 0xd9b85ef6 lockref_get +EXPORT_SYMBOL vmlinux 0xd9b8eaea __SCK__tp_func_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xd9bbaa82 crypto_sha1_update +EXPORT_SYMBOL vmlinux 0xd9c1bf5e __remove_inode_hash +EXPORT_SYMBOL vmlinux 0xd9d8fd16 register_restart_handler +EXPORT_SYMBOL vmlinux 0xd9d952d1 crypto_aes_sbox +EXPORT_SYMBOL vmlinux 0xd9dbb827 inet_add_protocol +EXPORT_SYMBOL vmlinux 0xd9df04b4 udp6_csum_init +EXPORT_SYMBOL vmlinux 0xd9e5dee1 rtc_add_group +EXPORT_SYMBOL vmlinux 0xda0a27f2 block_dirty_folio +EXPORT_SYMBOL vmlinux 0xda10443c xudma_tchan_get_id +EXPORT_SYMBOL vmlinux 0xda17e8a5 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0xda22707a simple_recursive_removal +EXPORT_SYMBOL vmlinux 0xda34eba5 mipi_dsi_dcs_set_display_on +EXPORT_SYMBOL vmlinux 0xda354306 key_task_permission +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda3f8a71 nla_append +EXPORT_SYMBOL vmlinux 0xda720f93 consume_skb +EXPORT_SYMBOL vmlinux 0xda77b51b netdev_warn +EXPORT_SYMBOL vmlinux 0xda827acd rproc_resource_cleanup +EXPORT_SYMBOL vmlinux 0xda83e18e blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0xda85b3d6 seq_path +EXPORT_SYMBOL vmlinux 0xdaaaa1a7 sockfd_lookup +EXPORT_SYMBOL vmlinux 0xdaae8cdb __bh_read_batch +EXPORT_SYMBOL vmlinux 0xdab08cfa nd_device_register +EXPORT_SYMBOL vmlinux 0xdab5fcbe clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0xdabe62ff mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0xdac4913a bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0xdaca820e dynamic_preempt_schedule +EXPORT_SYMBOL vmlinux 0xdad1807c of_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0xdad1fc3f zstd_flush_stream +EXPORT_SYMBOL vmlinux 0xdae4cf7d scsi_print_command +EXPORT_SYMBOL vmlinux 0xdb12b1a7 fs_param_is_u64 +EXPORT_SYMBOL vmlinux 0xdb1edee6 hdmi_infoframe_unpack +EXPORT_SYMBOL vmlinux 0xdb3171cf nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb7326df kernel_read +EXPORT_SYMBOL vmlinux 0xdb759f56 iget_locked +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb8f9b94 dump_align +EXPORT_SYMBOL vmlinux 0xdba20e12 blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0xdbae9ce1 nd_dev_to_uuid +EXPORT_SYMBOL vmlinux 0xdbbea1c1 jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0xdbbf1ad0 neigh_seq_start +EXPORT_SYMBOL vmlinux 0xdbc43e6a qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xdbcbc46b mmc_can_discard +EXPORT_SYMBOL vmlinux 0xdbcf041a acpi_install_address_space_handler +EXPORT_SYMBOL vmlinux 0xdbdf6c92 ioport_resource +EXPORT_SYMBOL vmlinux 0xdbe03a5b refresh_frequency_limits +EXPORT_SYMBOL vmlinux 0xdc0e4855 timer_delete +EXPORT_SYMBOL vmlinux 0xdc10b73e netdev_has_any_upper_dev +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc2a808e blk_set_runtime_active +EXPORT_SYMBOL vmlinux 0xdc33d178 __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0xdc34158f fman_port_init +EXPORT_SYMBOL vmlinux 0xdc35bfeb udp_gro_receive +EXPORT_SYMBOL vmlinux 0xdc3c3436 devm_memremap +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc47cc1f dquot_initialize_needed +EXPORT_SYMBOL vmlinux 0xdc49c198 reciprocal_value_adv +EXPORT_SYMBOL vmlinux 0xdc4f5a16 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc54bdc5 keyring_search +EXPORT_SYMBOL vmlinux 0xdc5f1939 fb_blank +EXPORT_SYMBOL vmlinux 0xdc610d5d __cgroup_bpf_run_filter_skb +EXPORT_SYMBOL vmlinux 0xdc8da8c7 d_add +EXPORT_SYMBOL vmlinux 0xdc99c861 vmf_insert_pfn_prot +EXPORT_SYMBOL vmlinux 0xdca8c3d4 logic_outb +EXPORT_SYMBOL vmlinux 0xdcb764ad memset +EXPORT_SYMBOL vmlinux 0xdcbeba1d sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0xdccdcd5d sk_filter_trim_cap +EXPORT_SYMBOL vmlinux 0xdcdc0040 slhc_compress +EXPORT_SYMBOL vmlinux 0xdcf3c7c6 pnp_stop_dev +EXPORT_SYMBOL vmlinux 0xdcffd9dd jbd2__journal_start +EXPORT_SYMBOL vmlinux 0xdd179c04 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0xdd18a993 acpi_check_dsm +EXPORT_SYMBOL vmlinux 0xdd2c169b mb_cache_create +EXPORT_SYMBOL vmlinux 0xdd4d55b6 _raw_read_unlock +EXPORT_SYMBOL vmlinux 0xdd5e4cea rtnl_nla_parse_ifinfomsg +EXPORT_SYMBOL vmlinux 0xdd64e639 strscpy +EXPORT_SYMBOL vmlinux 0xdd7be2fb seg6_hmac_info_add +EXPORT_SYMBOL vmlinux 0xdd7e3192 qcom_scm_pas_auth_and_reset +EXPORT_SYMBOL vmlinux 0xdd7ec929 import_iovec +EXPORT_SYMBOL vmlinux 0xdd849d51 scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0xdd919509 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0xdd955dd2 devm_devfreq_add_governor +EXPORT_SYMBOL vmlinux 0xdd976e4e folio_end_writeback +EXPORT_SYMBOL vmlinux 0xddad7952 acpi_dbg_level +EXPORT_SYMBOL vmlinux 0xddf46519 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0xddf6ad7a completion_done +EXPORT_SYMBOL vmlinux 0xddfdb8ac tcp_md5_needed +EXPORT_SYMBOL vmlinux 0xde10ed60 del_gendisk +EXPORT_SYMBOL vmlinux 0xde168bf9 inet_del_protocol +EXPORT_SYMBOL vmlinux 0xde172f41 get_task_cred +EXPORT_SYMBOL vmlinux 0xde271996 __folio_lock +EXPORT_SYMBOL vmlinux 0xde293f9e add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xde2cd49b shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0xde3e887a xsk_tx_peek_desc +EXPORT_SYMBOL vmlinux 0xde5fa78b module_refcount +EXPORT_SYMBOL vmlinux 0xde67419e sg_split +EXPORT_SYMBOL vmlinux 0xde7958e5 user_revoke +EXPORT_SYMBOL vmlinux 0xde8524fe dev_load +EXPORT_SYMBOL vmlinux 0xde89d305 inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0xde94bb30 blk_rq_init +EXPORT_SYMBOL vmlinux 0xde9def57 of_node_get +EXPORT_SYMBOL vmlinux 0xdeaba6b1 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0xdeabd18c seg6_push_hmac +EXPORT_SYMBOL vmlinux 0xdeafbe27 scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0xdeb99119 dma_fence_init +EXPORT_SYMBOL vmlinux 0xdec17680 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0xdecb5293 rproc_add +EXPORT_SYMBOL vmlinux 0xded39a6b gen_kill_estimator +EXPORT_SYMBOL vmlinux 0xdede613e register_filesystem +EXPORT_SYMBOL vmlinux 0xdededcb4 rproc_boot +EXPORT_SYMBOL vmlinux 0xdee06578 __netif_napi_del +EXPORT_SYMBOL vmlinux 0xdef68d34 flow_keys_basic_dissector +EXPORT_SYMBOL vmlinux 0xdef7c893 fb_match_mode +EXPORT_SYMBOL vmlinux 0xdf124dce generic_buffers_fsync_noflush +EXPORT_SYMBOL vmlinux 0xdf1b0a8f pci_pme_active +EXPORT_SYMBOL vmlinux 0xdf256037 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf2ebb87 _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xdf35b48c inet_csk_reqsk_queue_drop_and_put +EXPORT_SYMBOL vmlinux 0xdf36914b xa_find_after +EXPORT_SYMBOL vmlinux 0xdf50ac9a __filemap_set_wb_err +EXPORT_SYMBOL vmlinux 0xdf521442 _find_next_zero_bit +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf5b56ea ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0xdf8c695a __ndelay +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdf93b9d8 timespec64_to_jiffies +EXPORT_SYMBOL vmlinux 0xdf9663c0 sg_miter_stop +EXPORT_SYMBOL vmlinux 0xdf9734a7 sg_nents +EXPORT_SYMBOL vmlinux 0xdfa5f94d security_cred_getsecid +EXPORT_SYMBOL vmlinux 0xdfb1b1e1 xfrm_state_flush +EXPORT_SYMBOL vmlinux 0xdfb7692b skb_copy_bits +EXPORT_SYMBOL vmlinux 0xdfbb2e31 ipmi_platform_add +EXPORT_SYMBOL vmlinux 0xdfc12ef1 zstd_decompress_stream +EXPORT_SYMBOL vmlinux 0xdfcc992c current_work +EXPORT_SYMBOL vmlinux 0xdfd8110c flow_block_cb_is_busy +EXPORT_SYMBOL vmlinux 0xdfde4591 skb_flow_dissect_ct +EXPORT_SYMBOL vmlinux 0xdfe25a66 pmem_sector_size +EXPORT_SYMBOL vmlinux 0xdfefeb06 __vfs_getxattr +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xdffc80fc vesa_modes +EXPORT_SYMBOL vmlinux 0xe016ceea ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0xe01b8e0d scsi_device_put +EXPORT_SYMBOL vmlinux 0xe02c9c92 __xa_erase +EXPORT_SYMBOL vmlinux 0xe02f056f __mod_lruvec_page_state +EXPORT_SYMBOL vmlinux 0xe03962e8 dm_io +EXPORT_SYMBOL vmlinux 0xe0419ac4 kstrtos16 +EXPORT_SYMBOL vmlinux 0xe059e64a tcp_mmap +EXPORT_SYMBOL vmlinux 0xe07e086b phy_write_mmd +EXPORT_SYMBOL vmlinux 0xe07e5f44 acpi_reconfig_notifier_unregister +EXPORT_SYMBOL vmlinux 0xe080e8f0 set_current_groups +EXPORT_SYMBOL vmlinux 0xe082a39f pci_disable_link_state +EXPORT_SYMBOL vmlinux 0xe082e88d acpi_check_address_range +EXPORT_SYMBOL vmlinux 0xe084e0ba xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0xe091c977 list_sort +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b9065b security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xe0bad8f5 flow_rule_match_enc_opts +EXPORT_SYMBOL vmlinux 0xe0bef318 icst_hz_to_vco +EXPORT_SYMBOL vmlinux 0xe0d4d06d security_inode_init_security +EXPORT_SYMBOL vmlinux 0xe0daa401 rproc_vq_interrupt +EXPORT_SYMBOL vmlinux 0xe0e57a30 blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0xe0ed6c9b flow_rule_match_enc_ipv6_addrs +EXPORT_SYMBOL vmlinux 0xe100b34f dev_mc_add_global +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe123f3d9 dma_fence_release +EXPORT_SYMBOL vmlinux 0xe12bda79 vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xe1317694 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0xe138fb8c percpu_counter_add_batch +EXPORT_SYMBOL vmlinux 0xe13cd8a7 dmi_name_in_vendors +EXPORT_SYMBOL vmlinux 0xe166b704 pnp_release_card_device +EXPORT_SYMBOL vmlinux 0xe17568e3 dma_fence_signal_timestamp_locked +EXPORT_SYMBOL vmlinux 0xe184deb5 ethtool_rx_flow_rule_create +EXPORT_SYMBOL vmlinux 0xe18f38f0 noop_fsync +EXPORT_SYMBOL vmlinux 0xe1ad41e0 fwnode_get_mac_address +EXPORT_SYMBOL vmlinux 0xe1c8d3f8 __of_get_address +EXPORT_SYMBOL vmlinux 0xe1dcf64a audit_log_format +EXPORT_SYMBOL vmlinux 0xe1dff1a9 __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0xe1e9cc5f scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0xe1f23a71 __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0xe1f554a8 md_wakeup_thread +EXPORT_SYMBOL vmlinux 0xe204b65d phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0xe21f18ac __genradix_iter_peek +EXPORT_SYMBOL vmlinux 0xe22108a9 fb_io_write +EXPORT_SYMBOL vmlinux 0xe229f17e datagram_poll +EXPORT_SYMBOL vmlinux 0xe236aad6 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0xe238e0f8 __dev_get_by_flags +EXPORT_SYMBOL vmlinux 0xe23e8fb6 pnp_unregister_driver +EXPORT_SYMBOL vmlinux 0xe26c0563 __fput_sync +EXPORT_SYMBOL vmlinux 0xe26ca26e genphy_write_mmd_unsupported +EXPORT_SYMBOL vmlinux 0xe26cfb25 bdi_unregister +EXPORT_SYMBOL vmlinux 0xe26f73b5 phy_remove_link_mode +EXPORT_SYMBOL vmlinux 0xe27196b1 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0xe27c2036 locks_free_lock +EXPORT_SYMBOL vmlinux 0xe2964344 __wake_up +EXPORT_SYMBOL vmlinux 0xe298f521 mroute6_is_socket +EXPORT_SYMBOL vmlinux 0xe2a3d6b6 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0xe2a9b1e9 sock_alloc_file +EXPORT_SYMBOL vmlinux 0xe2b272e3 mipi_dsi_device_unregister +EXPORT_SYMBOL vmlinux 0xe2bbfa56 proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xe2c5b7a1 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2ef64a4 simple_lookup +EXPORT_SYMBOL vmlinux 0xe31cc10e ppp_dev_name +EXPORT_SYMBOL vmlinux 0xe320ddc7 __sk_receive_skb +EXPORT_SYMBOL vmlinux 0xe32ab4d8 xxh64_digest +EXPORT_SYMBOL vmlinux 0xe32fd371 scm_fp_dup +EXPORT_SYMBOL vmlinux 0xe335a613 nf_log_unset +EXPORT_SYMBOL vmlinux 0xe35dab30 pnp_get_resource +EXPORT_SYMBOL vmlinux 0xe37cc181 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0xe392bb00 security_binder_transfer_binder +EXPORT_SYMBOL vmlinux 0xe3945f4b tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0xe39b2ea5 sha256 +EXPORT_SYMBOL vmlinux 0xe3ad3046 __sg_page_iter_dma_next +EXPORT_SYMBOL vmlinux 0xe3b32d53 devm_iounmap +EXPORT_SYMBOL vmlinux 0xe3c15f18 rproc_mem_entry_init +EXPORT_SYMBOL vmlinux 0xe3c17abe ipmr_rule_default +EXPORT_SYMBOL vmlinux 0xe3e87c7d i2c_smbus_read_i2c_block_data_or_emulated +EXPORT_SYMBOL vmlinux 0xe3eb94c8 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0xe3ec2f2b alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0xe3f493fd xfrm_state_walk +EXPORT_SYMBOL vmlinux 0xe3feba56 tasklet_unlock_spin_wait +EXPORT_SYMBOL vmlinux 0xe3ff2c41 get_random_u64 +EXPORT_SYMBOL vmlinux 0xe404998b copy_page_to_iter_nofault +EXPORT_SYMBOL vmlinux 0xe40976c0 pnp_range_reserved +EXPORT_SYMBOL vmlinux 0xe40c37ea down_write_trylock +EXPORT_SYMBOL vmlinux 0xe40fd0d7 of_iomap +EXPORT_SYMBOL vmlinux 0xe43f2c8f rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0xe44fd9ff security_sb_remount +EXPORT_SYMBOL vmlinux 0xe46021ca _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0xe468c50d blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0xe46ba3c7 devfreq_update_interval +EXPORT_SYMBOL vmlinux 0xe4a15675 seg6_hmac_info_del +EXPORT_SYMBOL vmlinux 0xe4aa97bd _dev_printk +EXPORT_SYMBOL vmlinux 0xe4ac4c2a shmem_aops +EXPORT_SYMBOL vmlinux 0xe4bbc1dd kimage_voffset +EXPORT_SYMBOL vmlinux 0xe4bc2c2f hdmi_drm_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe4e9dcb8 tty_lock +EXPORT_SYMBOL vmlinux 0xe4fb025e ethtool_aggregate_mac_stats +EXPORT_SYMBOL vmlinux 0xe51d29b1 netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe54b927e jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0xe55451c1 nf_ct_get_tuple_skb +EXPORT_SYMBOL vmlinux 0xe5591e2a vme_irq_generate +EXPORT_SYMBOL vmlinux 0xe56abe1a blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0xe570ab8d sget +EXPORT_SYMBOL vmlinux 0xe57feefb qcom_scm_ocmem_unlock +EXPORT_SYMBOL vmlinux 0xe58090ca security_ib_endport_manage_subnet +EXPORT_SYMBOL vmlinux 0xe590dea3 sk_busy_loop_end +EXPORT_SYMBOL vmlinux 0xe5b4f57d gpiochip_irq_relres +EXPORT_SYMBOL vmlinux 0xe5c60bd2 percpu_counter_set +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5cee291 register_sysctl_mount_point +EXPORT_SYMBOL vmlinux 0xe5d0712b block_commit_write +EXPORT_SYMBOL vmlinux 0xe5d732a8 devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0xe5d96e63 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0xe5ee4a1f udp_lib_get_port +EXPORT_SYMBOL vmlinux 0xe601421a sock_create_lite +EXPORT_SYMBOL vmlinux 0xe6121e57 set_page_writeback +EXPORT_SYMBOL vmlinux 0xe615931b phy_start_cable_test_tdr +EXPORT_SYMBOL vmlinux 0xe61b912a security_binder_set_context_mgr +EXPORT_SYMBOL vmlinux 0xe62b56c6 tcp_rtx_synack +EXPORT_SYMBOL vmlinux 0xe62fbad9 __of_parse_phandle_with_args +EXPORT_SYMBOL vmlinux 0xe6365413 padata_free +EXPORT_SYMBOL vmlinux 0xe6550092 utf8_casefold +EXPORT_SYMBOL vmlinux 0xe682dbf7 tcp_recv_skb +EXPORT_SYMBOL vmlinux 0xe68efe41 _raw_write_lock +EXPORT_SYMBOL vmlinux 0xe693dd39 reuseport_detach_sock +EXPORT_SYMBOL vmlinux 0xe6a52b38 mdio_bus_type +EXPORT_SYMBOL vmlinux 0xe6bd65f5 tegra_ivc_cleanup +EXPORT_SYMBOL vmlinux 0xe6cc7d5c crypto_sha512_finup +EXPORT_SYMBOL vmlinux 0xe6d2458e do_trace_netlink_extack +EXPORT_SYMBOL vmlinux 0xe6f0d664 thermal_zone_device_critical +EXPORT_SYMBOL vmlinux 0xe6f5812c pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0xe6fa06a2 rename_lock +EXPORT_SYMBOL vmlinux 0xe7080d9f dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0xe7257ab8 xa_store_range +EXPORT_SYMBOL vmlinux 0xe7524fc9 tcp_sock_set_keepintvl +EXPORT_SYMBOL vmlinux 0xe75ea289 dev_uc_unsync +EXPORT_SYMBOL vmlinux 0xe763bdf7 unregister_nexthop_notifier +EXPORT_SYMBOL vmlinux 0xe76af48e node_data +EXPORT_SYMBOL vmlinux 0xe76bbf17 ip6_fraglist_init +EXPORT_SYMBOL vmlinux 0xe7795f93 skb_copy_and_hash_datagram_iter +EXPORT_SYMBOL vmlinux 0xe77a057f blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0xe7a02573 ida_alloc_range +EXPORT_SYMBOL vmlinux 0xe7ab1ecc _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0xe7ac9be2 __inode_add_bytes +EXPORT_SYMBOL vmlinux 0xe7b0353b __cpu_active_mask +EXPORT_SYMBOL vmlinux 0xe7b2d61d inode_newsize_ok +EXPORT_SYMBOL vmlinux 0xe7cecf12 jbd2_fc_wait_bufs +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7dcb559 d_path +EXPORT_SYMBOL vmlinux 0xe7dd12cb phy_start +EXPORT_SYMBOL vmlinux 0xe80bd9cc module_layout +EXPORT_SYMBOL vmlinux 0xe812a27e i2c_get_match_data +EXPORT_SYMBOL vmlinux 0xe812d344 mmc_of_parse_clk_phase +EXPORT_SYMBOL vmlinux 0xe816048f tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0xe819c235 pci_set_mwi +EXPORT_SYMBOL vmlinux 0xe82575b1 xp_dma_unmap +EXPORT_SYMBOL vmlinux 0xe83c1d6a scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0xe8581497 skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0xe85a9288 blk_sync_queue +EXPORT_SYMBOL vmlinux 0xe85f2123 acpi_tb_unload_table +EXPORT_SYMBOL vmlinux 0xe8789b37 netlink_ack +EXPORT_SYMBOL vmlinux 0xe8a333be kset_unregister +EXPORT_SYMBOL vmlinux 0xe8a749dd km_policy_notify +EXPORT_SYMBOL vmlinux 0xe8b8257b d_splice_alias +EXPORT_SYMBOL vmlinux 0xe8cfdcf6 xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0xe8d285b2 nla_policy_len +EXPORT_SYMBOL vmlinux 0xe8d40772 jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0xe8ec4371 xp_free +EXPORT_SYMBOL vmlinux 0xe8f192bd uart_get_divisor +EXPORT_SYMBOL vmlinux 0xe8f52210 jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0xe8fbf4fa __alloc_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0xe90253f0 xudma_rflow_get +EXPORT_SYMBOL vmlinux 0xe9027fe6 netif_schedule_queue +EXPORT_SYMBOL vmlinux 0xe905e897 devm_pci_remap_iospace +EXPORT_SYMBOL vmlinux 0xe9078782 inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0xe9084bdf mipi_dsi_dcs_read +EXPORT_SYMBOL vmlinux 0xe90964f0 of_find_mipi_dsi_device_by_node +EXPORT_SYMBOL vmlinux 0xe909997a bitmap_print_list_to_buf +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe932f612 xfrm_state_add +EXPORT_SYMBOL vmlinux 0xe933ec86 flow_rule_match_enc_control +EXPORT_SYMBOL vmlinux 0xe93c1c02 tcp_getsockopt +EXPORT_SYMBOL vmlinux 0xe94ba530 __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0xe94ff5ae dquot_quota_sync +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe9621681 flow_rule_match_pppoe +EXPORT_SYMBOL vmlinux 0xe995c7e7 of_device_is_available +EXPORT_SYMBOL vmlinux 0xe998032c devm_pci_remap_cfg_resource +EXPORT_SYMBOL vmlinux 0xe99d7659 dcache_dir_close +EXPORT_SYMBOL vmlinux 0xe9af7397 __xa_set_mark +EXPORT_SYMBOL vmlinux 0xe9cec914 mmc_add_host +EXPORT_SYMBOL vmlinux 0xe9d1e15b qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0xe9d4f213 dma_free_attrs +EXPORT_SYMBOL vmlinux 0xe9dc12a4 zstd_get_error_name +EXPORT_SYMBOL vmlinux 0xe9e8faeb efi_tpm_final_log_size +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xe9f8e400 __napi_schedule +EXPORT_SYMBOL vmlinux 0xe9ffc063 down_trylock +EXPORT_SYMBOL vmlinux 0xea105447 udp_seq_next +EXPORT_SYMBOL vmlinux 0xea1177db pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0xea1c3e3a arm_smccc_1_2_hvc +EXPORT_SYMBOL vmlinux 0xea1d3135 nonseekable_open +EXPORT_SYMBOL vmlinux 0xea1f3e1c ata_print_version +EXPORT_SYMBOL vmlinux 0xea33d4c9 tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0xea3c3258 dev_disable_lro +EXPORT_SYMBOL vmlinux 0xea3c8e4e scsilun_to_int +EXPORT_SYMBOL vmlinux 0xea6f9a36 zlib_deflate_dfltcc_enabled +EXPORT_SYMBOL vmlinux 0xea7238cc register_netdevice +EXPORT_SYMBOL vmlinux 0xea7a335b input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0xea7daa08 __video_get_options +EXPORT_SYMBOL vmlinux 0xea885c8d param_ops_bint +EXPORT_SYMBOL vmlinux 0xea95ea76 tc_setup_cb_add +EXPORT_SYMBOL vmlinux 0xea98c4cb tcf_em_register +EXPORT_SYMBOL vmlinux 0xea9c935b neigh_seq_stop +EXPORT_SYMBOL vmlinux 0xeaa2b4c1 inet_pton_with_scope +EXPORT_SYMBOL vmlinux 0xeab6f4c4 acpi_check_resource_conflict +EXPORT_SYMBOL vmlinux 0xeac2f889 pm860x_reg_write +EXPORT_SYMBOL vmlinux 0xead8c400 bman_get_bpid +EXPORT_SYMBOL vmlinux 0xeae3dfd6 __const_udelay +EXPORT_SYMBOL vmlinux 0xeafc141f __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xeb078aee _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xeb1195da qdisc_watchdog_schedule_range_ns +EXPORT_SYMBOL vmlinux 0xeb129c63 dentry_open +EXPORT_SYMBOL vmlinux 0xeb233a45 __kmalloc +EXPORT_SYMBOL vmlinux 0xeb23581c acpi_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb44339a free_pages_exact +EXPORT_SYMBOL vmlinux 0xeb5cb9b5 dma_set_coherent_mask +EXPORT_SYMBOL vmlinux 0xeb6a9b55 devm_arch_io_reserve_memtype_wc +EXPORT_SYMBOL vmlinux 0xeb7329a2 qcom_scm_set_warm_boot_addr +EXPORT_SYMBOL vmlinux 0xeb7f6046 acpi_get_devices +EXPORT_SYMBOL vmlinux 0xeb83dd28 sock_no_listen +EXPORT_SYMBOL vmlinux 0xeb9eef52 match_uint +EXPORT_SYMBOL vmlinux 0xebccb695 devfreq_get_freq_range +EXPORT_SYMBOL vmlinux 0xec04b4a7 pskb_extract +EXPORT_SYMBOL vmlinux 0xec086c29 tcf_exts_num_actions +EXPORT_SYMBOL vmlinux 0xec1a9274 __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0xec1a9857 netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0xec266a75 blk_queue_max_secure_erase_sectors +EXPORT_SYMBOL vmlinux 0xec2a1aab crypto_kdf108_setkey +EXPORT_SYMBOL vmlinux 0xec2b8a42 acpi_walk_namespace +EXPORT_SYMBOL vmlinux 0xec33c668 __SCK__tp_func_spi_transfer_start +EXPORT_SYMBOL vmlinux 0xec41716a qman_alloc_fqid_range +EXPORT_SYMBOL vmlinux 0xec47fc60 tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec586fc1 unlock_buffer +EXPORT_SYMBOL vmlinux 0xec59eaeb tcp_parse_options +EXPORT_SYMBOL vmlinux 0xec6ce2ec sk_reset_timer +EXPORT_SYMBOL vmlinux 0xeca957d1 __bitmap_and +EXPORT_SYMBOL vmlinux 0xecac5e29 sock_kzfree_s +EXPORT_SYMBOL vmlinux 0xecb24035 mapping_read_folio_gfp +EXPORT_SYMBOL vmlinux 0xecbb4e10 md_update_sb +EXPORT_SYMBOL vmlinux 0xecbd5fd1 serio_interrupt +EXPORT_SYMBOL vmlinux 0xecd23d0f __acpi_mdiobus_register +EXPORT_SYMBOL vmlinux 0xecd86f5b fb_show_logo +EXPORT_SYMBOL vmlinux 0xecd8b424 unpin_user_pages_dirty_lock +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xecfd68ef acpi_get_node +EXPORT_SYMBOL vmlinux 0xed00c4fb acpi_os_printf +EXPORT_SYMBOL vmlinux 0xed0be02e skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0xed1854ec tcf_action_update_hw_stats +EXPORT_SYMBOL vmlinux 0xed290956 folio_account_redirty +EXPORT_SYMBOL vmlinux 0xed412822 i2c_find_device_by_fwnode +EXPORT_SYMBOL vmlinux 0xed491ddb poll_freewait +EXPORT_SYMBOL vmlinux 0xed4e97ad tso_start +EXPORT_SYMBOL vmlinux 0xed4ebbd3 find_inode_by_ino_rcu +EXPORT_SYMBOL vmlinux 0xed55f929 acpi_os_unmap_generic_address +EXPORT_SYMBOL vmlinux 0xed656e30 udp_encap_disable +EXPORT_SYMBOL vmlinux 0xed66e27b mii_ethtool_sset +EXPORT_SYMBOL vmlinux 0xed73eb16 seq_open +EXPORT_SYMBOL vmlinux 0xed83c38d param_ops_short +EXPORT_SYMBOL vmlinux 0xed8a2d95 memset64 +EXPORT_SYMBOL vmlinux 0xeda2e038 scsi_cmd_allowed +EXPORT_SYMBOL vmlinux 0xeda9fc65 genphy_suspend +EXPORT_SYMBOL vmlinux 0xedb3ba39 folio_zero_new_buffers +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedbb96ec of_find_compatible_node +EXPORT_SYMBOL vmlinux 0xedbe43a1 vfs_get_fsid +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedca8fb2 netlink_capable +EXPORT_SYMBOL vmlinux 0xedd17b31 sock_get_timeout +EXPORT_SYMBOL vmlinux 0xedd8b5cd wake_up_process +EXPORT_SYMBOL vmlinux 0xeddbab69 mdiobb_read_c45 +EXPORT_SYMBOL vmlinux 0xeddd0fb4 neigh_event_ns +EXPORT_SYMBOL vmlinux 0xede59362 security_sctp_assoc_request +EXPORT_SYMBOL vmlinux 0xee0118df aperture_remove_conflicting_devices +EXPORT_SYMBOL vmlinux 0xee106af6 __skb_gso_segment +EXPORT_SYMBOL vmlinux 0xee17b9dc blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0xee1e7920 register_cdrom +EXPORT_SYMBOL vmlinux 0xee1fd273 udp_skb_destructor +EXPORT_SYMBOL vmlinux 0xee236976 param_set_ulong +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee337b2b inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0xee4848b0 pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0xee58e970 fb_add_videomode +EXPORT_SYMBOL vmlinux 0xee6bb0be vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0xee702df0 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0xee719d57 netdev_txq_to_tc +EXPORT_SYMBOL vmlinux 0xee737635 sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0xee7d7deb gen_pool_dma_zalloc +EXPORT_SYMBOL vmlinux 0xee7eb9e1 pnp_platform_devices +EXPORT_SYMBOL vmlinux 0xee85656d mipi_dsi_host_unregister +EXPORT_SYMBOL vmlinux 0xee861f7b mmc_free_host +EXPORT_SYMBOL vmlinux 0xee883b06 __vmalloc_array +EXPORT_SYMBOL vmlinux 0xee8c02e9 vprintk_emit +EXPORT_SYMBOL vmlinux 0xee8d74d6 jiffies64_to_nsecs +EXPORT_SYMBOL vmlinux 0xee8e3d7c cfb_imageblit +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xeea1b30c sk_stream_error +EXPORT_SYMBOL vmlinux 0xeea83b58 dma_get_sgtable_attrs +EXPORT_SYMBOL vmlinux 0xeea975bd uart_write_wakeup +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeaa9b6f reuseport_select_sock +EXPORT_SYMBOL vmlinux 0xeed1e864 __invalidate_device +EXPORT_SYMBOL vmlinux 0xeed49186 module_put +EXPORT_SYMBOL vmlinux 0xeed6550f tcp_md5_key_copy +EXPORT_SYMBOL vmlinux 0xeee75d91 ucc_fast_init +EXPORT_SYMBOL vmlinux 0xeee7f0f6 md_integrity_register +EXPORT_SYMBOL vmlinux 0xef1117c6 seq_release_private +EXPORT_SYMBOL vmlinux 0xef149d52 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0xef1f3e44 inet_frags_init +EXPORT_SYMBOL vmlinux 0xef2af1b3 __neigh_event_send +EXPORT_SYMBOL vmlinux 0xef3cd9af path_is_mountpoint +EXPORT_SYMBOL vmlinux 0xef3f25ee vme_bus_error_handler +EXPORT_SYMBOL vmlinux 0xef4d14b3 phy_device_create +EXPORT_SYMBOL vmlinux 0xef6c5a01 unregister_shrinker +EXPORT_SYMBOL vmlinux 0xef7615ec input_close_device +EXPORT_SYMBOL vmlinux 0xef81946c md_bitmap_free +EXPORT_SYMBOL vmlinux 0xef87a066 set_cached_acl +EXPORT_SYMBOL vmlinux 0xef89549c end_page_writeback +EXPORT_SYMBOL vmlinux 0xef8ac53d qcom_scm_restore_sec_cfg +EXPORT_SYMBOL vmlinux 0xef938805 try_lookup_one_len +EXPORT_SYMBOL vmlinux 0xef9d3e36 kernel_recvmsg +EXPORT_SYMBOL vmlinux 0xefa3f4c9 genphy_c45_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0xefaf2e4f tcf_queue_work +EXPORT_SYMBOL vmlinux 0xefb6e1c0 jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0xefc829cd __do_once_done +EXPORT_SYMBOL vmlinux 0xefcabd88 noop_dirty_folio +EXPORT_SYMBOL vmlinux 0xefcea2e7 acpi_warning +EXPORT_SYMBOL vmlinux 0xefd44099 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0xefee932c acpi_get_data_full +EXPORT_SYMBOL vmlinux 0xefeefc09 __SCK__tp_func_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xefff9024 ip_frag_next +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf003b716 devm_extcon_unregister_notifier_all +EXPORT_SYMBOL vmlinux 0xf0044ec3 mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0xf00c6911 crypto_sha256_finup +EXPORT_SYMBOL vmlinux 0xf0101259 devm_ioport_map +EXPORT_SYMBOL vmlinux 0xf0166bae reuseport_attach_prog +EXPORT_SYMBOL vmlinux 0xf01882f1 phy_get_pause +EXPORT_SYMBOL vmlinux 0xf029f620 mr_mfc_seq_idx +EXPORT_SYMBOL vmlinux 0xf02aa937 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0xf02de119 __mmc_claim_host +EXPORT_SYMBOL vmlinux 0xf030326b is_nd_pfn +EXPORT_SYMBOL vmlinux 0xf07562b5 mdio_device_register +EXPORT_SYMBOL vmlinux 0xf07b07f6 sg_free_append_table +EXPORT_SYMBOL vmlinux 0xf094ac45 path_put +EXPORT_SYMBOL vmlinux 0xf09b5d9a get_zeroed_page +EXPORT_SYMBOL vmlinux 0xf0b2419f cmd_db_read_aux_data +EXPORT_SYMBOL vmlinux 0xf0b9a4b9 commit_creds +EXPORT_SYMBOL vmlinux 0xf0cc7396 __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0xf0d30e46 __d_lookup_unhash_wake +EXPORT_SYMBOL vmlinux 0xf0ddf7ad sock_release +EXPORT_SYMBOL vmlinux 0xf0ec3261 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0xf0fdf6cb __stack_chk_fail +EXPORT_SYMBOL vmlinux 0xf101f33e tcf_idr_cleanup +EXPORT_SYMBOL vmlinux 0xf10a60ce may_umount_tree +EXPORT_SYMBOL vmlinux 0xf11c75b7 netif_inherit_tso_max +EXPORT_SYMBOL vmlinux 0xf11dd46e _page_poisoning_enabled_early +EXPORT_SYMBOL vmlinux 0xf124d24a init_task +EXPORT_SYMBOL vmlinux 0xf1273519 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0xf14bb6e3 touchscreen_report_pos +EXPORT_SYMBOL vmlinux 0xf14be9d4 sk_stop_timer +EXPORT_SYMBOL vmlinux 0xf1548722 netdev_unbind_sb_channel +EXPORT_SYMBOL vmlinux 0xf1558cb4 tcf_idr_create_from_flags +EXPORT_SYMBOL vmlinux 0xf15cffd9 mpage_read_folio +EXPORT_SYMBOL vmlinux 0xf15e7fdd rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0xf1698750 crypto_sha3_init +EXPORT_SYMBOL vmlinux 0xf170f3b1 devm_clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0xf175b3c7 filemap_fdatawait_keep_errors +EXPORT_SYMBOL vmlinux 0xf18300ad logic_inb +EXPORT_SYMBOL vmlinux 0xf1869e10 config_group_find_item +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf1969a8e __usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xf1a1a5a8 neigh_lookup +EXPORT_SYMBOL vmlinux 0xf1a65f7b zstd_reset_dstream +EXPORT_SYMBOL vmlinux 0xf1a6d3ad udp_poll +EXPORT_SYMBOL vmlinux 0xf1b9593f block_write_full_page +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1e046cc panic +EXPORT_SYMBOL vmlinux 0xf1e26911 set_bh_page +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1ed0382 __ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0xf1ed80bd d_find_alias +EXPORT_SYMBOL vmlinux 0xf1f88a0e dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0xf20414fb neigh_destroy +EXPORT_SYMBOL vmlinux 0xf23ce00a rproc_elf_find_loaded_rsc_table +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf245be86 mii_check_media +EXPORT_SYMBOL vmlinux 0xf257fe25 eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0xf25c23b1 proto_register +EXPORT_SYMBOL vmlinux 0xf2628676 zstd_compress_cctx +EXPORT_SYMBOL vmlinux 0xf2669a2c imx_scu_irq_register_notifier +EXPORT_SYMBOL vmlinux 0xf2704797 dev_uc_init +EXPORT_SYMBOL vmlinux 0xf27c3419 pci_ep_cfs_add_epc_group +EXPORT_SYMBOL vmlinux 0xf2821992 __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0xf2849dd5 __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xf28cf0ae __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf28fdc17 serio_unregister_port +EXPORT_SYMBOL vmlinux 0xf29403e5 acpi_install_table_handler +EXPORT_SYMBOL vmlinux 0xf2a11284 tegra_ivc_reset +EXPORT_SYMBOL vmlinux 0xf2a8efae dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0xf2b581dc scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0xf2c43f3f zlib_deflate +EXPORT_SYMBOL vmlinux 0xf2d2070e _dev_info +EXPORT_SYMBOL vmlinux 0xf2d6ca6b security_inet_conn_established +EXPORT_SYMBOL vmlinux 0xf2ddeacf set_create_files_as +EXPORT_SYMBOL vmlinux 0xf2e5bd87 security_free_mnt_opts +EXPORT_SYMBOL vmlinux 0xf2f479b8 drop_nlink +EXPORT_SYMBOL vmlinux 0xf2f53617 memregion_free +EXPORT_SYMBOL vmlinux 0xf2f798c5 unpin_user_page +EXPORT_SYMBOL vmlinux 0xf2fd7be3 pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0xf30e34c6 devfreq_update_target +EXPORT_SYMBOL vmlinux 0xf31cf99a fb_get_mode +EXPORT_SYMBOL vmlinux 0xf32590b2 __dev_get_by_name +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf350eade fget_raw +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf35796f7 of_find_all_nodes +EXPORT_SYMBOL vmlinux 0xf3621fe2 mtree_alloc_rrange +EXPORT_SYMBOL vmlinux 0xf3696ff6 mod_node_page_state +EXPORT_SYMBOL vmlinux 0xf36dc3e5 __dquot_transfer +EXPORT_SYMBOL vmlinux 0xf36f42a9 slhc_uncompress +EXPORT_SYMBOL vmlinux 0xf3855cd0 scsi_dma_map +EXPORT_SYMBOL vmlinux 0xf386eb22 backlight_device_register +EXPORT_SYMBOL vmlinux 0xf390f6f1 __bitmap_andnot +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf39264a2 mipi_dsi_set_maximum_return_packet_size +EXPORT_SYMBOL vmlinux 0xf3932313 mb_cache_entry_wait_unused +EXPORT_SYMBOL vmlinux 0xf39c8a37 tegra_dfll_suspend +EXPORT_SYMBOL vmlinux 0xf39e79b9 fwnode_irq_get +EXPORT_SYMBOL vmlinux 0xf3a57892 release_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0xf3cfa76a __nla_put +EXPORT_SYMBOL vmlinux 0xf3e0e1df allocate_resource +EXPORT_SYMBOL vmlinux 0xf3f7c6b2 pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0xf4189ed5 __register_binfmt +EXPORT_SYMBOL vmlinux 0xf42e0039 from_kgid +EXPORT_SYMBOL vmlinux 0xf43d2caa acpi_remove_interface +EXPORT_SYMBOL vmlinux 0xf43d4a2b ptp_clock_unregister +EXPORT_SYMBOL vmlinux 0xf44a4a8c zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0xf44a904a net_ns_barrier +EXPORT_SYMBOL vmlinux 0xf44f852a phy_check_valid +EXPORT_SYMBOL vmlinux 0xf450adfd jbd2_journal_grab_journal_head +EXPORT_SYMBOL vmlinux 0xf4541310 genphy_read_lpa +EXPORT_SYMBOL vmlinux 0xf457ecbc nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0xf4655f31 register_md_personality +EXPORT_SYMBOL vmlinux 0xf46b6cee udp_disconnect +EXPORT_SYMBOL vmlinux 0xf474c21c bitmap_print_to_pagebuf +EXPORT_SYMBOL vmlinux 0xf474fdcb kfree_const +EXPORT_SYMBOL vmlinux 0xf47b3a9b sk_ns_capable +EXPORT_SYMBOL vmlinux 0xf47cab51 nd_region_to_nstype +EXPORT_SYMBOL vmlinux 0xf48e6686 dma_async_device_register +EXPORT_SYMBOL vmlinux 0xf4a66d90 generic_file_llseek +EXPORT_SYMBOL vmlinux 0xf4a7ef32 io_uring_get_socket +EXPORT_SYMBOL vmlinux 0xf4b754fd acpi_resources_are_enforced +EXPORT_SYMBOL vmlinux 0xf4c0e707 ip_mc_check_igmp +EXPORT_SYMBOL vmlinux 0xf4c36784 devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0xf4db35bc stpcpy +EXPORT_SYMBOL vmlinux 0xf4e1a8f0 rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf503b68e phy_detach +EXPORT_SYMBOL vmlinux 0xf50886b0 mpage_writepages +EXPORT_SYMBOL vmlinux 0xf5127019 filemap_check_errors +EXPORT_SYMBOL vmlinux 0xf51d0987 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0xf52ca221 __devm_mdiobus_register +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf5555240 inet_rcv_saddr_equal +EXPORT_SYMBOL vmlinux 0xf557721d xen_alloc_ballooned_pages +EXPORT_SYMBOL vmlinux 0xf557e367 jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0xf55df0ba ptp_clock_index +EXPORT_SYMBOL vmlinux 0xf577313e _copy_from_iter +EXPORT_SYMBOL vmlinux 0xf57a1d97 skb_vlan_push +EXPORT_SYMBOL vmlinux 0xf5934845 blk_mq_init_allocated_queue +EXPORT_SYMBOL vmlinux 0xf5a20ed2 __genradix_prealloc +EXPORT_SYMBOL vmlinux 0xf5b2c355 sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xf5ba2098 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0xf5d280d0 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0xf5e71113 vfs_iter_write +EXPORT_SYMBOL vmlinux 0xf5e7ea40 ktime_get_coarse_ts64 +EXPORT_SYMBOL vmlinux 0xf5eda08a inode_permission +EXPORT_SYMBOL vmlinux 0xf5f589fe vfs_symlink +EXPORT_SYMBOL vmlinux 0xf6184333 dev_kfree_skb_irq_reason +EXPORT_SYMBOL vmlinux 0xf61a17cf mmc_start_request +EXPORT_SYMBOL vmlinux 0xf61f55d2 set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0xf62c39fe ucc_slow_graceful_stop_tx +EXPORT_SYMBOL vmlinux 0xf6340eed kset_register +EXPORT_SYMBOL vmlinux 0xf6374864 scm_detach_fds +EXPORT_SYMBOL vmlinux 0xf6416cf9 max8925_reg_read +EXPORT_SYMBOL vmlinux 0xf643d104 hsiphash_4u32 +EXPORT_SYMBOL vmlinux 0xf6473337 put_disk +EXPORT_SYMBOL vmlinux 0xf64f1edb device_get_mac_address +EXPORT_SYMBOL vmlinux 0xf6543a0d skb_flow_dissect_meta +EXPORT_SYMBOL vmlinux 0xf665f74f sock_load_diag_module +EXPORT_SYMBOL vmlinux 0xf66f8ba4 of_match_node +EXPORT_SYMBOL vmlinux 0xf681b1e9 sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf691fd4d fib6_info_hw_flags_set +EXPORT_SYMBOL vmlinux 0xf6a621b8 get_user_pages_remote +EXPORT_SYMBOL vmlinux 0xf6bcacae mptcp_subflow_reqsk_alloc +EXPORT_SYMBOL vmlinux 0xf6da20b8 devm_free_irq +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6f10915 generic_setlease +EXPORT_SYMBOL vmlinux 0xf6f9d58d init_on_free +EXPORT_SYMBOL vmlinux 0xf6fc8791 __bitmap_xor +EXPORT_SYMBOL vmlinux 0xf7230e76 kmem_cache_alloc_lru +EXPORT_SYMBOL vmlinux 0xf7286216 devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0xf7370f56 system_state +EXPORT_SYMBOL vmlinux 0xf738d1be register_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xf76843b5 qcom_scm_pas_supported +EXPORT_SYMBOL vmlinux 0xf77555cd __memcpy_toio +EXPORT_SYMBOL vmlinux 0xf77c9834 skb_expand_head +EXPORT_SYMBOL vmlinux 0xf77f0318 d_set_fallthru +EXPORT_SYMBOL vmlinux 0xf79c46ee md_bitmap_start_sync +EXPORT_SYMBOL vmlinux 0xf7a9860f page_cache_next_miss +EXPORT_SYMBOL vmlinux 0xf7c7cd03 blk_mq_delay_run_hw_queue +EXPORT_SYMBOL vmlinux 0xf7c9905c skb_push +EXPORT_SYMBOL vmlinux 0xf7ca542b pnpacpi_protocol +EXPORT_SYMBOL vmlinux 0xf7d31de9 kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0xf7da6e6f acpi_unload_table +EXPORT_SYMBOL vmlinux 0xf7ea6311 qman_p_poll_dqrr +EXPORT_SYMBOL vmlinux 0xf7f05c17 fman_port_use_kg_hash +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf812cff6 memscan +EXPORT_SYMBOL vmlinux 0xf81545dd fddi_type_trans +EXPORT_SYMBOL vmlinux 0xf815e910 param_set_ullong +EXPORT_SYMBOL vmlinux 0xf82880bc __scm_send +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf83afb63 rproc_elf_load_rsc_table +EXPORT_SYMBOL vmlinux 0xf84333aa nlmsg_notify +EXPORT_SYMBOL vmlinux 0xf84bd6ee bpf_stats_enabled_key +EXPORT_SYMBOL vmlinux 0xf853276f sock_bind_add +EXPORT_SYMBOL vmlinux 0xf8896a86 flow_rule_match_ip +EXPORT_SYMBOL vmlinux 0xf88ecec4 kvmemdup +EXPORT_SYMBOL vmlinux 0xf88f5874 con_is_visible +EXPORT_SYMBOL vmlinux 0xf8945b56 generic_block_bmap +EXPORT_SYMBOL vmlinux 0xf8b77b8e xsk_tx_completed +EXPORT_SYMBOL vmlinux 0xf8ca4579 input_set_min_poll_interval +EXPORT_SYMBOL vmlinux 0xf8d07858 bitmap_from_arr32 +EXPORT_SYMBOL vmlinux 0xf8d2bc2c zstd_find_frame_compressed_size +EXPORT_SYMBOL vmlinux 0xf8f28f2b fib_notifier_ops_register +EXPORT_SYMBOL vmlinux 0xf8f61ebc wake_up_var +EXPORT_SYMBOL vmlinux 0xf8f90ea4 param_ops_byte +EXPORT_SYMBOL vmlinux 0xf91b89ab fman_sp_build_buffer_struct +EXPORT_SYMBOL vmlinux 0xf93aae46 __arm_smccc_smc +EXPORT_SYMBOL vmlinux 0xf93fd09c fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xf94336e9 amba_device_register +EXPORT_SYMBOL vmlinux 0xf94536c2 proc_dointvec +EXPORT_SYMBOL vmlinux 0xf95187a9 single_release +EXPORT_SYMBOL vmlinux 0xf95c619b acpi_processor_preregister_performance +EXPORT_SYMBOL vmlinux 0xf9704caf fman_get_bmi_max_fifo_size +EXPORT_SYMBOL vmlinux 0xf9722676 twl_i2c_write +EXPORT_SYMBOL vmlinux 0xf9784765 i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9aa2641 cont_write_begin +EXPORT_SYMBOL vmlinux 0xf9b63d49 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0xf9bc22de pci_write_vpd_any +EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat +EXPORT_SYMBOL vmlinux 0xf9ca2eb4 kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0xf9d7d478 dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0xf9e5215d fs_param_is_bool +EXPORT_SYMBOL vmlinux 0xf9e7515d dquot_free_inode +EXPORT_SYMBOL vmlinux 0xf9eafd81 open_exec +EXPORT_SYMBOL vmlinux 0xfa03cb40 configfs_register_default_group +EXPORT_SYMBOL vmlinux 0xfa042227 gnet_stats_add_basic +EXPORT_SYMBOL vmlinux 0xfa08c34a page_offline_end +EXPORT_SYMBOL vmlinux 0xfa1c6ba0 inet6_add_offload +EXPORT_SYMBOL vmlinux 0xfa297415 acpi_map_pxm_to_node +EXPORT_SYMBOL vmlinux 0xfa2e5f32 i2c_smbus_pec +EXPORT_SYMBOL vmlinux 0xfa3baf06 rtc_add_groups +EXPORT_SYMBOL vmlinux 0xfa3fb718 tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0xfa4d2f03 __nla_parse +EXPORT_SYMBOL vmlinux 0xfa5471e3 phy_modify_paged_changed +EXPORT_SYMBOL vmlinux 0xfa577746 uart_unregister_driver +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa5eab16 blkdev_put +EXPORT_SYMBOL vmlinux 0xfa80293b __dev_get_by_index +EXPORT_SYMBOL vmlinux 0xfa8048fe input_mt_init_slots +EXPORT_SYMBOL vmlinux 0xfaa4c643 mdiobus_get_phy +EXPORT_SYMBOL vmlinux 0xfaaa12d0 _page_poisoning_enabled +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfacc3fdb of_graph_get_endpoint_by_regs +EXPORT_SYMBOL vmlinux 0xfaecb308 memcg_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0xfb159d1a would_dump +EXPORT_SYMBOL vmlinux 0xfb260c23 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0xfb2d4509 acpi_device_set_power +EXPORT_SYMBOL vmlinux 0xfb348fea fault_in_safe_writeable +EXPORT_SYMBOL vmlinux 0xfb384d37 kasprintf +EXPORT_SYMBOL vmlinux 0xfb3dca9e mdiobb_write_c45 +EXPORT_SYMBOL vmlinux 0xfb51a70a pci_set_power_state +EXPORT_SYMBOL vmlinux 0xfb51cc5d netdev_offload_xstats_disable +EXPORT_SYMBOL vmlinux 0xfb57b1ba __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb6edc74 dma_resv_reserve_fences +EXPORT_SYMBOL vmlinux 0xfb77b3fc tcf_idr_release +EXPORT_SYMBOL vmlinux 0xfb7b30b1 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0xfb889311 dev_get_port_parent_id +EXPORT_SYMBOL vmlinux 0xfb90686b nd_dax_probe +EXPORT_SYMBOL vmlinux 0xfba7a5f5 __get_random_u32_below +EXPORT_SYMBOL vmlinux 0xfba7ddd2 match_u64 +EXPORT_SYMBOL vmlinux 0xfbaa10d9 vlan_for_each +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbabcae5 pcie_set_mps +EXPORT_SYMBOL vmlinux 0xfbad3cf0 scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0xfbb8a761 strscpy_pad +EXPORT_SYMBOL vmlinux 0xfbc4f89e io_schedule_timeout +EXPORT_SYMBOL vmlinux 0xfbd3307f ns_capable +EXPORT_SYMBOL vmlinux 0xfbd38dcf fs_param_is_enum +EXPORT_SYMBOL vmlinux 0xfbe215e4 sg_next +EXPORT_SYMBOL vmlinux 0xfbe3c46b phy_sfp_probe +EXPORT_SYMBOL vmlinux 0xfbe4b175 qman_create_cgr +EXPORT_SYMBOL vmlinux 0xfbe8ee28 acpi_get_table_by_index +EXPORT_SYMBOL vmlinux 0xfc074fee security_sctp_assoc_established +EXPORT_SYMBOL vmlinux 0xfc0d711a set_disk_ro +EXPORT_SYMBOL vmlinux 0xfc336d2e __wake_up_bit +EXPORT_SYMBOL vmlinux 0xfc34d74b gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0xfc4152fc ec_read +EXPORT_SYMBOL vmlinux 0xfc421e79 gnet_stats_add_queue +EXPORT_SYMBOL vmlinux 0xfc4cd361 ip_route_me_harder +EXPORT_SYMBOL vmlinux 0xfc52abc7 qcom_scm_pas_shutdown +EXPORT_SYMBOL vmlinux 0xfc75c4e4 d_add_ci +EXPORT_SYMBOL vmlinux 0xfc82c341 inet_bind +EXPORT_SYMBOL vmlinux 0xfc8656ab tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0xfc881b89 fman_port_get_hash_result_offset +EXPORT_SYMBOL vmlinux 0xfc90ab9b rtnl_configure_link +EXPORT_SYMBOL vmlinux 0xfc9ad9ce __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0xfc9ed8c3 qcom_scm_ice_available +EXPORT_SYMBOL vmlinux 0xfcac31a6 mii_check_gmii_support +EXPORT_SYMBOL vmlinux 0xfcb7472d sock_wake_async +EXPORT_SYMBOL vmlinux 0xfcb83c43 devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0xfcce2f7d ucc_fast_enable +EXPORT_SYMBOL vmlinux 0xfcce3e59 dev_set_mac_address +EXPORT_SYMBOL vmlinux 0xfcd1819a hdmi_spd_infoframe_check +EXPORT_SYMBOL vmlinux 0xfcdc1f24 rproc_coredump_set_elf_info +EXPORT_SYMBOL vmlinux 0xfcdfe304 inet_frag_pull_head +EXPORT_SYMBOL vmlinux 0xfce4cf69 nd_device_unregister +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfd045fb8 devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0xfd217e35 inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0xfd2c594a jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0xfd2d2e53 ptp_find_pin +EXPORT_SYMBOL vmlinux 0xfd4345cf device_match_acpi_handle +EXPORT_SYMBOL vmlinux 0xfd5a2986 cpumask_any_and_distribute +EXPORT_SYMBOL vmlinux 0xfd5cc092 component_match_add_release +EXPORT_SYMBOL vmlinux 0xfd767505 dev_activate +EXPORT_SYMBOL vmlinux 0xfda02b66 peernet2id +EXPORT_SYMBOL vmlinux 0xfda18329 devfreq_add_governor +EXPORT_SYMBOL vmlinux 0xfdba919d __nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xfdcb4ed3 acpi_os_get_line +EXPORT_SYMBOL vmlinux 0xfdcc8a0e fb_find_best_display +EXPORT_SYMBOL vmlinux 0xfdd39f8b sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0xfdd3a42e inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0xfde43599 mmc_alloc_host +EXPORT_SYMBOL vmlinux 0xfde45289 kthread_destroy_worker +EXPORT_SYMBOL vmlinux 0xfdf9ce12 eth_header_cache_update +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe1493d4 mmc_run_bkops +EXPORT_SYMBOL vmlinux 0xfe1c9ea5 sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0xfe1d2e94 key_create_or_update +EXPORT_SYMBOL vmlinux 0xfe215b97 proc_do_large_bitmap +EXPORT_SYMBOL vmlinux 0xfe221739 netlink_set_err +EXPORT_SYMBOL vmlinux 0xfe3a95af submit_bio_wait +EXPORT_SYMBOL vmlinux 0xfe487975 init_wait_entry +EXPORT_SYMBOL vmlinux 0xfe4bd673 acpi_dev_hid_uid_match +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe63642a netdev_offload_xstats_push_delta +EXPORT_SYMBOL vmlinux 0xfe71a39f dquot_transfer +EXPORT_SYMBOL vmlinux 0xfe83e9da bdi_register +EXPORT_SYMBOL vmlinux 0xfe8c61f0 _raw_read_lock +EXPORT_SYMBOL vmlinux 0xfe8eac21 backlight_force_update +EXPORT_SYMBOL vmlinux 0xfe916dc6 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0xfe973ac3 dma_alloc_attrs +EXPORT_SYMBOL vmlinux 0xfe9ebbbb acpi_osi_is_win8 +EXPORT_SYMBOL vmlinux 0xfe9f2003 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0xfebf74d6 tty_unthrottle +EXPORT_SYMBOL vmlinux 0xfec8479d jbd2_journal_finish_inode_data_buffers +EXPORT_SYMBOL vmlinux 0xfed96708 edac_mc_find +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfedf33b8 skb_split +EXPORT_SYMBOL vmlinux 0xfeeaa9b4 sock_ioctl_inout +EXPORT_SYMBOL vmlinux 0xfeeb480f md_bitmap_close_sync +EXPORT_SYMBOL vmlinux 0xfeebc7c4 __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0xfef216eb _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0xfefcb98e vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xff079b0b filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0xff1d9a68 filemap_dirty_folio +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff282521 rfkill_register +EXPORT_SYMBOL vmlinux 0xff3bbc3d unmap_mapping_range +EXPORT_SYMBOL vmlinux 0xff3bf7b0 input_register_device +EXPORT_SYMBOL vmlinux 0xff41a709 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0xff433d7c copy_page_from_iter_atomic +EXPORT_SYMBOL vmlinux 0xff45038b ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0xff528f69 cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0xff6343a4 put_fs_context +EXPORT_SYMBOL vmlinux 0xff651524 max8998_update_reg +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff6c2b75 skb_queue_purge +EXPORT_SYMBOL vmlinux 0xff7859f0 fscrypt_decrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0xff7e7f8d kryo_l2_set_indirect_reg +EXPORT_SYMBOL vmlinux 0xff87cd18 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0xff8cf208 vfs_rename +EXPORT_SYMBOL vmlinux 0xffb00e6a sock_queue_rcv_skb_reason +EXPORT_SYMBOL vmlinux 0xffb7c514 ida_free +EXPORT_SYMBOL vmlinux 0xffbd38f8 fs_context_for_mount +EXPORT_SYMBOL vmlinux 0xffc35711 ip6_fraglist_prepare +EXPORT_SYMBOL vmlinux 0xffc4f200 zstd_compress_stream +EXPORT_SYMBOL vmlinux 0xffcc4ec7 tcp_bpf_bypass_getsockopt +EXPORT_SYMBOL vmlinux 0xffd8ad00 cfb_copyarea +EXPORT_SYMBOL vmlinux 0xffdb8ddd seq_lseek +EXPORT_SYMBOL vmlinux 0xffe2a40b __blk_mq_end_request +EXPORT_SYMBOL vmlinux 0xffeddf87 fb_validate_mode +EXPORT_SYMBOL vmlinux 0xffeedf6a delayed_work_timer_fn +EXPORT_SYMBOL_GPL crypto/af_alg 0x051ed5b8 af_alg_alloc_areq +EXPORT_SYMBOL_GPL crypto/af_alg 0x0b8347f7 af_alg_count_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x18c9848c af_alg_free_resources +EXPORT_SYMBOL_GPL crypto/af_alg 0x2528ac67 af_alg_wmem_wakeup +EXPORT_SYMBOL_GPL crypto/af_alg 0x25d9e8e9 af_alg_wait_for_data +EXPORT_SYMBOL_GPL crypto/af_alg 0x26e0d29f af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/af_alg 0x27e92408 af_alg_async_cb +EXPORT_SYMBOL_GPL crypto/af_alg 0x355a69df af_alg_sendmsg +EXPORT_SYMBOL_GPL crypto/af_alg 0x634264a9 af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x6ce4f3ec af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0x777bed32 af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0xcbd9f04b af_alg_pull_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xd0a3899b af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xe3d91a3c af_alg_get_rsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xfc80dbe3 af_alg_poll +EXPORT_SYMBOL_GPL crypto/af_alg 0xff78d05c af_alg_register_type +EXPORT_SYMBOL_GPL crypto/aria_generic 0x4a61978a aria_encrypt +EXPORT_SYMBOL_GPL crypto/aria_generic 0x4a8f90e6 aria_set_key +EXPORT_SYMBOL_GPL crypto/aria_generic 0xbdad6df6 aria_decrypt +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0xf0149ff8 async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x62cb0fcf async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xf04956c1 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x6f01cd8b async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0xfb0ba42a async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x267fc8eb __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x4620b3c2 async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x682ee11f async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xe748ccc6 async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x22b51b9b async_xor_val_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x6014f0ec async_xor_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xc3ab352d async_xor +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xe22ec410 async_xor_offs +EXPORT_SYMBOL_GPL crypto/authenc 0x2479193e crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0xd7895bb5 blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x188d9d26 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x4d148053 cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0xef81a4af __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x3dbae082 __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xb534901e cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xcfce512f __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xd76a5716 __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast_common 0x5609ce41 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0x5b17be06 cast_s4 +EXPORT_SYMBOL_GPL crypto/cast_common 0xb9cba57f cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xbd3e7542 cast_s1 +EXPORT_SYMBOL_GPL crypto/cryptd 0x0ec0d725 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x1c1b6dfa cryptd_free_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x275379e0 cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x330278d2 cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0x50be643e cryptd_aead_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x77f68046 cryptd_ahash_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0xb17c9950 cryptd_skcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xb90e9b6c cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xc0f76ec2 cryptd_skcipher_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0xd0fa41ed cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0xe1080370 cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0xf147fa65 cryptd_alloc_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0xf33aeffa cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x04395721 crypto_transfer_hash_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x1e68a4a1 crypto_engine_start +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x2321f74e crypto_finalize_hash_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x3d74e8d5 crypto_engine_alloc_init_and_set +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x51a9cf43 crypto_transfer_akcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x5bae1bb6 crypto_engine_stop +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x5e9b51cc crypto_finalize_aead_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x5f3dfb80 crypto_transfer_aead_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x6b48f39e crypto_engine_exit +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x7204b3d7 crypto_engine_alloc_init +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x746e52b4 crypto_transfer_kpp_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xaaa06b55 crypto_finalize_skcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xb32810ae crypto_finalize_akcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xde363dc1 crypto_transfer_skcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xfba91802 crypto_finalize_kpp_request +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0x33b866ce crypto_ecdh_decode_key +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0x7475be8e crypto_ecdh_key_len +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0xb230d2ec crypto_ecdh_encode_key +EXPORT_SYMBOL_GPL crypto/polyval-generic 0x1936413e polyval_mul_non4k +EXPORT_SYMBOL_GPL crypto/polyval-generic 0x49dece42 polyval_update_non4k +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x4eb4c55e __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x5d19f2fc serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xbcc074f3 __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xd4c9681a __serpent_setkey +EXPORT_SYMBOL_GPL crypto/sm2_generic 0x029771f8 sm2_compute_z_digest +EXPORT_SYMBOL_GPL crypto/sm3 0xa98edad1 sm3_update +EXPORT_SYMBOL_GPL crypto/sm3 0xf04338f9 sm3_final +EXPORT_SYMBOL_GPL crypto/sm3_generic 0x0bddca87 sm3_zero_message_hash +EXPORT_SYMBOL_GPL crypto/sm4 0x24e254e8 sm4_expandkey +EXPORT_SYMBOL_GPL crypto/sm4 0xfa81970e sm4_crypt_block +EXPORT_SYMBOL_GPL crypto/twofish_common 0x260ae173 twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0xe22b7787 __twofish_setkey +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x08f0212d spk_set_num_var +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x0c32c1ef spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x1e39eb14 synth_putws +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x1ee0a11d spk_var_store +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x45eda959 spk_get_var +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x466f5eb7 synth_putwc +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x50c21540 spk_var_show +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x54a7ad0f spk_ttyio_ops +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x5b7c165c synth_remove +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x6315c60c synth_add +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x6b760d6e synth_current +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x76d40046 synth_buffer_skip_nonlatin1 +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x7e61e199 spk_do_catch_up_unicode +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x84dad068 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8c82dfca synth_request_region +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8db8d74c spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8fe0db01 synth_putwc_s +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x91eb1f93 spk_synth_get_index +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x9529ebb2 spk_ttyio_synth_immediate +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xaadb0612 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xb734cb9d speakup_event +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc319c604 synth_putws_s +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc58f6e50 spk_get_var_header +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xcb197c18 spk_ttyio_release +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd3dc90cb spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd8fd86cf synth_release_region +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd93829dd speakup_info +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xe120e00f spk_synth_flush +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xe194d0ef synth_printf +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xe5e7eab3 spk_ttyio_synth_probe +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x4639bcda acpi_nfit_shutdown +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x499bbf57 nfit_get_smbios_id +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x4d746630 acpi_nfit_ctl +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0x91f175ee __acpi_nfit_notify +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0xc1a4179e acpi_nfit_init +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0xc8be84b5 acpi_nfit_desc_init +EXPORT_SYMBOL_GPL drivers/acpi/nfit/nfit 0xe854bde5 __acpi_nvdimm_notify +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0x67927a0d platform_profile_notify +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0xbfe36436 platform_profile_remove +EXPORT_SYMBOL_GPL drivers/acpi/platform_profile 0xcac33cd4 platform_profile_register +EXPORT_SYMBOL_GPL drivers/ata/pata_parport/pata_parport 0x06f2d218 pata_parport_register_driver +EXPORT_SYMBOL_GPL drivers/ata/pata_parport/pata_parport 0x79bdd358 pata_parport_unregister_driver +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0x52e9d5c6 __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/ata/pata_sis 0xffe02abf sis_info133_for_sata +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0x09917359 charlcd_poke +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0x6fd9cc4a charlcd_register +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0x8b45326c charlcd_alloc +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0xd3e29970 charlcd_backlight +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0xf3304696 charlcd_free +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0xf883c540 charlcd_unregister +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x07b26ecc hd44780_common_gotoxy +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x1aa688fd hd44780_common_lines +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x23159a5b hd44780_common_clear_display +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x30e85287 hd44780_common_shift_display +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x36dc00a2 hd44780_common_print +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x3c4c183f hd44780_common_home +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x489c89e8 hd44780_common_redefine_char +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x64415593 hd44780_common_display +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x79e8e259 hd44780_common_alloc +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x8585e5fd hd44780_common_blink +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x8d4f3fa4 hd44780_common_init_display +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0xa22afdaa hd44780_common_cursor +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0xc369090d hd44780_common_shift_cursor +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0xf360d788 hd44780_common_fontsize +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x14102f23 ks0108_displaystate +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x48a70518 ks0108_writedata +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x4f506333 ks0108_startline +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x6edae968 ks0108_isinited +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xbf4774db ks0108_writecontrol +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xedde6df2 ks0108_page +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xfee8ef7b ks0108_address +EXPORT_SYMBOL_GPL drivers/auxdisplay/line-display 0x80f9accc linedisp_unregister +EXPORT_SYMBOL_GPL drivers/auxdisplay/line-display 0xab290fc6 linedisp_register +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0x51f1a51a __regmap_init_ac97 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0x7c414a42 __devm_regmap_init_ac97 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0xd34e730d regmap_ac97_default_volatile +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-i3c 0xf98caa11 __devm_regmap_init_i3c +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0x5f990c7c __regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0xc89d9631 __devm_regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0x3c62d007 __regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0x3ed15a0d __devm_regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0x51c3b426 __regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0xf33a5643 __devm_regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x37592e5a __devm_regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0xf02458c8 __regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0xb0dc9c70 __regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0xc7a9d6e5 __devm_regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x55bd0f31 __regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xdf6c4007 __devm_regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xf7fbd6c5 __devm_regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xfec4c624 __regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0xecaf4d1e __regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0xf1a2a9ba __devm_regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x011d43a8 bcma_host_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x09387ef2 bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1445fe99 bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x14847fdc bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x186561a0 bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1df83834 bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2947279a bcma_host_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x2ee5ba3c bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3f10d07a bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x58cd8f61 bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6c476cd0 bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x745c27e9 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x888b2aa3 bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x9712846b bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa2538698 bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa361d5de bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xae63ff95 bcma_host_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb2bf4176 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb7b9f6ed bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xba5bddc7 __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xbd4b7178 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xe49b158c bcma_chipco_b_mii_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf7f0c6b4 bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xfb8c6cf0 bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x4590730e btbcm_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x59536d6e btbcm_finalize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x758d5c6e btbcm_write_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x951f8603 btbcm_setup_apple +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xa191cfac btbcm_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xc0909663 btbcm_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xd0d78568 btbcm_read_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xebcf7909 btbcm_setup_patchram +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x0a687dad btintel_regmap_init +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x37056f5a btintel_set_quality_report +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x3b759b62 btintel_configure_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x3cb64eba btintel_read_boot_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x3e782d05 btintel_exit_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x3efebaf8 btintel_read_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x5dc3c0be btintel_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x747822e0 btintel_version_info +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x7ebb90c9 btintel_set_event_mask_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x80e222c8 btintel_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x84a5791d btintel_enter_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x8d326ecf btintel_load_ddc_config +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xabf9617d btintel_set_diag +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xb07e514a btintel_bootup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xb543e8f6 btintel_send_intel_reset +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xb771a479 btintel_secure_send_result +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xe1f719fe btintel_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x14ee94ac btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x49421926 btmrvl_pscan_window_reporting +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x4e7d00a5 btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x539e67d6 btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x5a045028 btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xab7fcbbd btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xbaeaecdd btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xe6010cd5 btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xead0498a btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xf06b75cf btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xf9add6c8 btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x3ee6165c btmtk_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x513481ab btmtk_setup_firmware_79xx +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x5477f90b btmtk_setup_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x0d6bbda0 qca_read_soc_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x70311281 qca_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x71f0d4e7 qca_send_pre_shutdown_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x791d1d37 qca_set_bdaddr_rome +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xa3960406 qca_uart_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x3b7ce743 btrtl_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x66e32d2e btrtl_get_uart_settings +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x70ca7e55 btrtl_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x9f143390 btrtl_shutdown_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xaf78f260 btrtl_free +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xd8bcde7d btrtl_set_quirks +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xed6ca954 btrtl_setup_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x69612352 hci_uart_register_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x7c3167b0 h4_recv_buf +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xa3803dc4 hci_uart_tx_wakeup +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xef8849a4 hci_uart_unregister_device +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x03042fe7 mhi_ep_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x84863a2e mhi_ep_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x97514cdb mhi_ep_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xaa05543e mhi_ep_queue_is_empty +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xafc36c46 mhi_ep_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xbbd41987 __mhi_ep_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xca71ef86 mhi_ep_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xd6f382f1 mhi_ep_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x09f309e5 mhi_device_get +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x0b6c65ad mhi_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x0e4d5bfd mhi_device_get_sync +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x1b4da7c0 mhi_prepare_for_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x1e3147ac mhi_get_mhi_state +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x2667c27e mhi_queue_is_full +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x29760edf mhi_unprepare_after_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x2e96b4a2 mhi_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x322bc5db mhi_prepare_for_transfer_autoqueue +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x489692da mhi_unprepare_from_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x526d661f mhi_pm_resume +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x535f51ce mhi_force_rddm_mode +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x6ebca370 mhi_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x70b1bc8f mhi_soc_reset +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x7f6e5f96 mhi_prepare_for_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x8b0546e7 __mhi_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x8f6d53e6 mhi_pm_resume_force +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x9882a70b mhi_alloc_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xa8745dcf mhi_download_rddm_image +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xa9266073 mhi_get_exec_env +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xaed3f7f9 mhi_pm_suspend +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb5c97e38 mhi_queue_dma +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xc3cb6645 mhi_device_put +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xcca58c96 mhi_queue_buf +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xcff31ca6 mhi_notify +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xe800c67e mhi_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xedd08b06 mhi_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xef256621 mhi_get_free_desc_count +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xf69883e1 mhi_async_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xfb2f1c64 mhi_free_controller +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x54cda2f8 moxtet_device_write +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x893562b7 moxtet_device_written +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x979ff295 moxtet_device_read +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0xe29fd0e4 __moxtet_register_driver +EXPORT_SYMBOL_GPL drivers/bus/sunxi-rsb 0x89bde7d0 __devm_regmap_init_sunxi_rsb +EXPORT_SYMBOL_GPL drivers/bus/sunxi-rsb 0xc7359c04 sunxi_rsb_driver_register +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0x1eaca4fd meson_clk_triphase_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0x780eb48b meson_sclk_ws_inv_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/clk-phase 0x805ced37 meson_clk_phase_ops +EXPORT_SYMBOL_GPL drivers/clk/meson/sclk-div 0x041aea56 meson_sclk_div_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x03351dae clk_rcg_floor_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x03e7eb9a clk_alpha_pll_stromer_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0509a95c clk_fabia_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x071d19d6 qcom_cc_register_rcg_dfs +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x07935d8b clk_alpha_pll_postdiv_fabia_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0ae351c4 clk_alpha_pll_fabia_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0d678ab9 qcom_reset_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0ed823f3 clk_alpha_pll_lucid_evo_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0f202d3d devm_clk_register_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1b28da5e clk_trion_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1d0f06af clk_byte2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1de81c63 clk_pll_configure_sr_hpm_lp +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1ea782c8 clk_alpha_pll_huayra_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1f83275f clk_regmap_mux_div_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1f88365f clk_alpha_pll_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x233e5373 clk_rcg_bypass_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x2d293905 clk_alpha_pll_postdiv_lucid_5lpe_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x31193885 clk_is_enabled_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x33b4ddf4 qcom_cc_probe_by_index +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x35261f7e clk_alpha_pll_regs +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x37dafc55 clk_rivian_evo_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x38229fba clk_alpha_pll_reset_lucid_evo_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x395868a1 qcom_find_freq_floor +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x45180f77 clk_dyn_rcg_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x45226263 clk_gfx3d_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x468b22ce clk_pll_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4a930432 clk_branch_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x59eabda5 mux_div_set_src_div +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x5c035f38 clk_alpha_pll_lucid_5lpe_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x5c3e75ee clk_pll_vote_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x5f18e967 clk_stromer_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x6045867d clk_disable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x643fd964 qcom_cc_really_probe +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x64b8755d clk_alpha_pll_fixed_lucid_5lpe_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x6610661f clk_alpha_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x66580ca3 clk_regmap_mux_closest_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x68c45b89 qcom_cc_probe +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x6af41b8b qcom_pll_set_fsm_mode +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x6b8e2aa0 clk_pll_configure_sr +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x6d308251 clk_alpha_pll_fixed_lucid_evo_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x70156ec0 clk_alpha_pll_postdiv_ro_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x708a435d clk_alpha_pll_lucid_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7319e51c clk_alpha_pll_trion_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x784f0655 gdsc_gx_do_nothing_enable +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x787e8234 qcom_find_freq +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7b87fe3e clk_alpha_pll_postdiv_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7dfa4f12 clk_alpha_pll_postdiv_lucid_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7e69e953 clk_alpha_pll_postdiv_trion_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x82afa55e clk_regmap_phy_mux_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x88c0add9 clk_rcg_pixel_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x8e4c395e clk_edp_pixel_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9123fa67 clk_zonda_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x93bc2a64 clk_ops_hfpll +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x94c464a3 clk_rcg2_floor_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x95117477 qcom_find_src_index +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x953b97b7 clk_alpha_pll_postdiv_lucid_evo_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9821a599 clk_rcg_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9befe3a8 qcom_cc_map +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9c401604 clk_rcg_esc_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa0755dc3 clk_alpha_pll_fixed_trion_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa95ed447 clk_rcg2_shared_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xaea28295 clk_rcg_bypass2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xaf105ec4 clk_branch2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xb3d93f1b clk_branch_simple_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xb83509b8 clk_enable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xb8694bf5 clk_rcg2_mux_closest_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xb8d0697b clk_lucid_evo_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xbb2b9610 clk_agera_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xc0126fe0 clk_pll_sr2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xc0d2ecb0 clk_regmap_div_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xc9cb9fbf clk_alpha_pll_zonda_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xcb2d25f8 clk_alpha_pll_fixed_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xd12e0cb0 qcom_find_cfg_index +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xd2ec30a3 clk_dp_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xd414cffc qcom_cc_register_sleep_clk +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xd846a036 clk_alpha_pll_stromer_plus_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xd98fe91b clk_alpha_pll_fixed_fabia_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe4d191e1 clk_rcg_lcc_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe5d0aba5 qcom_cc_register_board_clk +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe8c0478b clk_byte_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xeec69605 clk_rcg2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf2522383 clk_alpha_pll_rivian_evo_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf3bf69c3 clk_pixel_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf439f21a clk_alpha_pll_agera_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf84b8d59 clk_regmap_div_ro_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xfafc1469 clk_branch2_aon_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xfbd6578d clk_alpha_pll_hwfsm_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x11804dfa sprd_comp_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x2f8d864e sprd_pll_sc_gate_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x47966d7b sprd_sc_gate_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x5773ccf5 sprd_clk_probe +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x6c0a271d sprd_div_helper_set_rate +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x769c63f3 sprd_mux_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0x94c9a341 sprd_mux_helper_set_parent +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xa9df23bb sprd_mux_helper_get_parent +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xb0c12df1 sprd_clk_regmap_init +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xb1821541 sprd_div_helper_recalc_rate +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xf3a7ef12 sprd_div_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xf8bb44f1 sprd_gate_ops +EXPORT_SYMBOL_GPL drivers/clk/sprd/clk-sprd 0xfb23de99 sprd_pll_ops +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x03387ada comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x052506f3 comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0b2eeabb comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x163a64a2 comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x19db5f03 comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x1f45cc91 comedi_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x1faee9d0 comedi_bytes_per_scan_cmd +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x23b56e4c comedi_alloc_subdev_readback +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x28c19987 comedi_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2a6f6489 comedi_nsamples_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x321c4e55 comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x33a73a8e comedi_readback_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x37b30d6e comedi_set_spriv_auto_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4e2ed172 comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x51a6a1b7 comedi_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x58f05f14 comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x5aeade39 comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x78a7dfa6 comedi_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x78d4eda3 comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x7a0b6648 comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x7fd4046f comedi_handle_events +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8497421e comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x87b1372b comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8af98677 comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x957c43d5 comedi_nscans_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x9bad4c64 comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x9eb55d43 comedi_dev_put +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xabb6f607 comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb679cebc range_0_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbab2e3a5 comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbb52fc7f range_bipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbdbe75c6 range_unipolar2_5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xc1a78ac0 comedi_event +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xc4920e2c comedi_buf_write_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xd0c9e8cf comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xd5810219 comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xe846ec69 comedi_timeout +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xedaab218 comedi_buf_read_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xf728675e __comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x29de7653 comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x4ea00e97 comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x518d5631 comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x61724951 comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x6625037d comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x98c3421d comedi_pci_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x9e9468a6 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xd8dc0582 comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x313cbefb comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x365d3944 comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x3ccd1c96 comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xc2f08cce comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xcf331946 comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xd0e9754c comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x5d9141c0 addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0x67adeedc amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0x6c46315e amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_pc236_common 0x9d7d49e4 amplc_pc236_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x2973f63e comedi_8254_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x29b06ca1 comedi_8254_set_mode +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x469befdd comedi_8254_set_busy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x4855787a comedi_8254_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x536b1b44 comedi_8254_load +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x8f9b6cf5 comedi_8254_cascade_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x8ff319b1 comedi_8254_subdevice_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x98542119 comedi_8254_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xb660c531 comedi_8254_pacer_enable +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xbfbe426a comedi_8254_update_divisors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xdb16af53 comedi_8254_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xdf9b2a45 comedi_8254_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xf533d271 comedi_8254_status +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0xa452ddea subdev_8255_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0xc9b079a2 subdev_8255_regbase +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0xedf37d46 subdev_8255_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/das08 0x09ccb144 das08_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x038eabf8 mite_buf_change +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x08f7501d mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x096c4125 mite_init_ring_descriptors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x2c0bc4f8 mite_done +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x2d4cdee0 mite_prep_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x2e07e1ab mite_dma_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x313ae6a0 mite_request_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x3e038fa4 mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x5a57cdb4 mite_release_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x62adc7c7 mite_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x745d00ed mite_ack_linkc +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x8afaecdf mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x94ebdf60 mite_free_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xaf54b4f8 mite_sync_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xf0209128 mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xf9383520 mite_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0x6ce22828 labpc_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0xb3eb4342 labpc_common_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x076bc308 ni_find_route_source +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x0921123e ni_lookup_route_register +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x1facf7f8 ni_is_cmd_dest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x64443d67 ni_get_valid_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x6c18c54e ni_count_valid_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x85e75c94 ni_assign_device_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x863a306d ni_sort_device_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x8ab47ba4 ni_route_set_has_source +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x8f0f0901 ni_find_route_set +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0xb3e302a3 ni_route_to_register +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x0079f0c3 ni_tio_set_bits +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x2c320e62 ni_tio_unset_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x431c0621 ni_tio_get_soft_copy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x4d319edc ni_tio_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x58251af4 ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x65e14082 ni_tio_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x6c7ac321 ni_tio_set_gate_src_raw +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x79739e4f ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x7d28747c ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x894bdc40 ni_tio_set_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x95285d71 ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xb4efb89f ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xccfc94af ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xd984e300 ni_tio_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xe3499f18 ni_tio_get_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xf1bcb3b2 ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x05af2d05 ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x17267f21 ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x173b982f ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x299f4f33 ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x2e00a638 ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xdfb08841 ni_tio_acknowledge +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x05a0f71c comedi_dio_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x15de46f9 comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x5020c147 comedi_close +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x5d6d77a5 comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x671b5082 comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xb04ef498 comedi_open +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xb91e3205 comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x04773b60 ccp_present +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x3a1a3979 ccp_version +EXPORT_SYMBOL_GPL drivers/crypto/ccp/ccp 0x66aa7846 ccp_enqueue_cmd +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x1498184c hisi_qm_debug_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x1d8e8978 hisi_qm_dev_slot_reset +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x2a348736 hisi_acc_sg_buf_unmap +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x2b79ae9b hisi_qm_dev_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x314be050 hisi_qm_regs_dump +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x3dc96df7 hisi_qp_send +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x40b2d64b hisi_qm_mb +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x430e1a2e hisi_qm_acc_diff_regs_dump +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x46d3ee97 hisi_qm_alg_unregister +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x471dda1e hisi_qm_dev_err_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x498f6508 hisi_qm_reset_prepare +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x4becbfb5 hisi_qm_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x4d18591c hisi_qm_put_dfx_access +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x4f8644fa hisi_qm_suspend +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x5624cea7 hisi_acc_free_sgl_pool +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x5726cd9d hisi_qm_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x6c28982f hisi_qm_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x76d8a1ee hisi_acc_sg_buf_map_to_hw_sgl +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x7a04136d hisi_qm_get_dfx_access +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x81cf39f9 hisi_qm_dev_err_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x8252f9b4 hisi_qm_dev_err_detected +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x8537e881 hisi_qm_pm_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x8c359fde hisi_qm_start_qp +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x90eadd69 hisi_qm_free_qps +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x910a00c0 hisi_qm_wait_mb_ready +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x97230f18 hisi_qm_resume +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x9cfe5859 hisi_qm_get_hw_info +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0x9e3e0214 hisi_qm_regs_debugfs_init +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xaf19d68f hisi_qm_sriov_enable +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xb4996047 hisi_qm_alloc_qps_node +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xbbc0a74e hisi_qm_alg_register +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xbf05c494 hisi_qm_debug_regs_clear +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xbfc13c86 hisi_qm_pm_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xc4fe2b3f hisi_qm_stop_qp +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xd1228341 hisi_qm_start +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xd5110f5e hisi_qm_regs_debugfs_uninit +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xd66c4e97 hisi_qm_wait_task_finish +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xd8649ed5 hisi_acc_create_sgl_pool +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xda011466 hisi_qm_stop +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xe79372c3 hisi_qm_reset_done +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hisi_qm 0xf6524ca8 hisi_qm_sriov_disable +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/hpre/hisi_hpre 0x5ef2b518 hisi_hpre_get_pf_driver +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/sec2/hisi_sec2 0x415f2cc7 hisi_sec_get_pf_driver +EXPORT_SYMBOL_GPL drivers/crypto/hisilicon/zip/hisi_zip 0xf6c5dd7c hisi_zip_get_pf_driver +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x02b83be1 adf_gen2_get_num_accels +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x0acc1559 adf_dev_get +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x0af2ee55 adf_send_admin_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x17ad744e adf_dev_restart +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x1857db3a adf_gen2_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x1e1ffad5 adf_gen4_enable_pm +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x1f1fa74b adf_init_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x253e6088 adf_gen2_init_vf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x25525ce7 adf_exit_arb +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x2984bfe5 adf_devmgr_update_class_index +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x2be4e269 adf_gen2_get_arb_info +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x2cf31653 adf_err_handler +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x2d29e7bd adf_dev_put +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x30fb77d0 adf_sysfs_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x334b43ce adf_gen2_get_num_aes +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3c9300ab adf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3e707f37 adf_gen2_get_admin_info +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x465a1922 adf_dev_started +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x49d35345 adf_gen4_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x4a2907f9 adf_devmgr_add_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x4c1614de adf_vf2pf_notify_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x524d8b31 adf_cfg_dev_add +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5d1482a5 adf_gen2_get_accel_cap +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5e790ed4 adf_flush_vf_wq +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x617d95a9 adf_disable_pf2vf_interrupts +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x6677b2a5 adf_gen4_ring_pair_reset +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x68a1f6c2 adf_reset_flr +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x6f0c2f61 adf_dbgfs_exit +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x73107168 adf_disable_sriov +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x78f58152 adf_gen2_dev_config +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x84201f46 adf_gen2_cfg_iov_thds +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x8d33b091 adf_vf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x9aa60818 adf_gen2_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa0a05630 adf_gen2_enable_error_correction +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa1cf6c6a adf_reset_sbr +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa37eb719 adf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa456e4a0 adf_dev_up +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa4804275 adf_exit_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa507f985 adf_pfvf_comms_disabled +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa582d2b6 adf_gen2_enable_ints +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa771dce7 adf_cleanup_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xab0c1290 adf_vf2pf_notify_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xafa943a5 adf_dev_in_use +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xb1f779f5 adf_cfg_add_key_value_param +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xb5b47104 adf_cfg_section_add +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xb82b1b90 adf_init_arb +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xb8bd596e adf_devmgr_pci_to_accel_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc340f090 adf_enable_pf2vf_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc39e0ab0 adf_enable_vf2pf_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc501ac82 adf_gen4_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc87a3528 adf_dbgfs_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc97040f6 adf_vf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xcb228067 adf_gen4_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xcc3b167a adf_clean_vf_map +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd64519f1 adf_gen2_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd783f697 adf_gen4_handle_pm_interrupt +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd894998c adf_cfg_dev_remove +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xdb261364 adf_init_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xdbfa6685 adf_dev_down +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xdddc8e5d adf_devmgr_in_reset +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe1010360 adf_devmgr_rm_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe327f1f1 adf_gen4_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe45f3512 adf_gen2_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xec97bb30 adf_cfg_get_param_value +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xfa9b685e adf_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/marvell/octeontx/octeontx-cpt 0x30c76413 otx_cpt_eng_grp_has_eng_type +EXPORT_SYMBOL_GPL drivers/crypto/marvell/octeontx/octeontx-cpt 0x32e43048 otx_cpt_uc_supports_eng_type +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0x0907b56e dw_edma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0xcfb95187 dw_edma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x11b46b86 dw_dma_filter +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x4a170c9a dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x6973217d idma32_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xad30821e do_dw_dma_enable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xba939361 dw_dma_acpi_controller_register +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xbaaf7498 dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xc00fcb91 dw_dma_acpi_controller_free +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xd6b220c6 idma32_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xe713dfdd do_dw_dma_disable +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x12bbe8fa dpdmai_get_rx_queue +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x20e2e4e8 dpdmai_close +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x4a911b9b dpdmai_enable +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x52de22ff dpdmai_get_tx_queue +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x587e762f dpdmai_reset +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x6a6551ca dpdmai_get_attributes +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0x9946bde6 dpdmai_set_rx_queue +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xb9cd9d99 dpdmai_disable +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xc1cc899b dpdmai_open +EXPORT_SYMBOL_GPL drivers/dma/fsl-dpaa2-qdma/dpdmai 0xdd1608cf dpdmai_destroy +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x1ddb78d5 fsl_edma_setup_regs +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x280b1f9b fsl_edma_slave_config +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x2ded0616 fsl_edma_free_chan_resources +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x34477819 fsl_edma_free_desc +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x43c70664 fsl_edma_chan_mux +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x45a7b711 fsl_edma_issue_pending +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x45f913fc fsl_edma_xfer_desc +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x499fd403 fsl_edma_terminate_all +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x49b7e8b4 fsl_edma_pause +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x5e940a0f fsl_edma_alloc_chan_resources +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x674cb46f fsl_edma_cleanup_vchan +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x6d74cb2a fsl_edma_prep_memcpy +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x7708f8c9 fsl_edma_tx_status +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x7f3ceb95 fsl_edma_disable_request +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x9e3bb49b fsl_edma_resume +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xa7fa1407 fsl_edma_prep_dma_cyclic +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xd5a5f0f2 fsl_edma_prep_slave_sg +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0xb02f2928 hidma_mgmt_init_sys +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0xc25f3bd8 hidma_mgmt_setup +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0x4d7dc83d fw_card_read_cycle_time +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xabb5547d fw_request_get_timestamp +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xcd60c56d __fw_send_request +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xe86fb5c7 fw_card_release +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0x344563e8 ffa_bus_type +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0xb6452e4e ffa_device_register +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0xc66826ed ffa_driver_register +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0xcc078e70 ffa_driver_unregister +EXPORT_SYMBOL_GPL drivers/firmware/arm_ffa/ffa-module 0xf89e9fa5 ffa_device_unregister +EXPORT_SYMBOL_GPL drivers/firmware/arm_scpi 0x6dfd2113 get_scpi_ops +EXPORT_SYMBOL_GPL drivers/firmware/mtk-adsp-ipc 0xc1e1fb4e mtk_adsp_ipc_send +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0x0e7b7015 stratix10_svc_done +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0x41d5ad1c stratix10_svc_allocate_memory +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0x50f5368a stratix10_svc_free_channel +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0x595b630e stratix10_svc_free_memory +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0xd3df684d stratix10_svc_send +EXPORT_SYMBOL_GPL drivers/firmware/stratix10-svc 0xe88f9e98 stratix10_svc_request_channel_byname +EXPORT_SYMBOL_GPL drivers/fpga/altera-pr-ip-core 0xee45c867 alt_pr_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x12c0abd0 dfl_fpga_cdev_config_ports_vf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x174d201a dfl_fpga_cdev_assign_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x1b3ab1d5 __dfl_fpga_cdev_find_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x2fec2101 dfl_fpga_port_ops_add +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x364fd213 dfl_feature_ioctl_set_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x3d1ff076 dfl_feature_ioctl_get_num_irqs +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x4f1b1abb dfl_fpga_port_ops_del +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x6238611a dfh_find_param +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x63d77d5a dfl_fpga_enum_info_free +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x79c0d7df dfl_fpga_cdev_config_ports_pf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x7c333d54 dfl_fpga_dev_ops_unregister +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x90773bc0 dfl_fpga_enum_info_add_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x920e07db dfl_fpga_dev_feature_init +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x93621080 dfl_fpga_dev_ops_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x955185ee dfl_fpga_feature_devs_remove +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xa205c4ad dfl_fpga_dev_feature_uinit +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xa71c662c dfl_fpga_check_port_id +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xa84e4deb dfl_fpga_cdev_release_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xa92cc50d dfl_fpga_port_ops_get +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xab1518b7 dfl_fpga_set_irq_triggers +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xbd2d33e6 dfl_fpga_feature_devs_enumerate +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xe32c4dca dfl_fpga_enum_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xe422631a dfl_fpga_enum_info_add_dfl +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xf9d50822 dfl_fpga_port_ops_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x05f5ae9e fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x0633c4b9 fpga_bridges_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x0b2b884c fpga_bridges_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x16ad3a5d of_fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x1b3391b1 fpga_bridge_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x2c8167cf fpga_bridges_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x388ed15d fpga_bridge_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x56bcf539 of_fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x7379923c fpga_bridge_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xa1500c60 fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xc7739c34 fpga_bridge_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xf4b0abc1 fpga_bridge_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x0b6b24c6 fpga_image_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x2defc922 devm_fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x3e519966 fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x46768f8d fpga_mgr_load +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x65c87296 fpga_mgr_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x6c39a192 fpga_mgr_unlock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x8e1056ef fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x99384391 of_fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xdc4edbb7 fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xe1ee248c devm_fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xe633993a fpga_image_info_free +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xea110d08 fpga_mgr_lock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xf712fdd1 fpga_mgr_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x4a08b25a fpga_region_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x5846acb9 fpga_region_class_find +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x6890c8cb fpga_region_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x861e7582 fpga_region_program_fpga +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xb96a6e53 fpga_region_register_full +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x1036d672 fsi_driver_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x3a93847e fsi_slave_claim_range +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x5849f6e5 fsi_device_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x59c859eb fsi_cdev_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x5a57d574 fsi_free_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x77a95130 fsi_bus_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x78060f23 fsi_slave_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x7b614f0a fsi_device_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xa1b8b3fa fsi_master_rescan +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xc4deb358 fsi_master_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xce22aee2 fsi_slave_release_range +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xd942f235 fsi_slave_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xdefb1108 fsi_master_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xf6112064 fsi_driver_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xf684509a fsi_get_new_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-occ 0xa6185c23 fsi_occ_submit +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0x88c513f0 sbefifo_parse_status +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0x8ced0d2d sbefifo_submit +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x18e36361 gnss_register_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x405eaf35 gnss_deregister_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x79d0abef gnss_insert_raw +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xa323e3c3 gnss_allocate_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xb98e93bb gnss_put_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x01054cf0 gnss_serial_allocate +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x6599512f gnss_serial_pm_ops +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x73a3212c gnss_serial_deregister +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xb27c83f5 gnss_serial_free +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xd4ac66b2 gnss_serial_register +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x5d0e4276 idio_16_set +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x6495f119 idio_16_get_multiple +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x68830314 idio_16_state_init +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x70e2b625 idio_16_get +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0xae1139f5 idio_16_set_multiple +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x74fefd60 __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0xda17c629 __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x496ce291 gpio_regmap_get_drvdata +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0xabcc2162 gpio_regmap_register +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0xb7066570 gpio_regmap_unregister +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0xba7bff0b devm_gpio_regmap_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x2d9c9bf7 analogix_dp_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x3710448c analogix_dp_resume +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x3bcd9672 analogix_dp_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x3ee0dd60 anx_dp_aux_transfer +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xafe5bc80 analogix_dp_stop_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xd1ae00fc analogix_dp_start_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xd3774595 analogix_dp_suspend +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xfb108d6e analogix_dp_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xfc086497 analogix_dp_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x08c3c1fd ldb_bridge_disable_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x1ef92de9 ldb_bridge_atomic_check_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x230b4c04 ldb_bridge_mode_set_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x4250373a ldb_bridge_attach_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x4411e40d ldb_bridge_enable_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x53a946f7 ldb_find_next_bridge_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x75e41a5c ldb_add_bridge_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x81c1be9b ldb_channel_is_single_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x94b542f9 ldb_remove_bridge_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xc4371293 ldb_channel_is_split_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xfc443e8c ldb_init_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/samsung-dsim 0xea4c67f2 samsung_dsim_pm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/samsung-dsim 0xea5a6fc9 samsung_dsim_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/samsung-dsim 0xf198dd55 samsung_dsim_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x09340e05 dw_hdmi_set_channel_count +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x094f6fc5 dw_hdmi_phy_i2c_set_addr +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x1461e227 dw_hdmi_set_channel_status +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x26d629cd dw_hdmi_phy_gen2_reset +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x2d1c0e80 dw_hdmi_setup_rx_sense +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x2fac9436 dw_hdmi_set_channel_allocation +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x316212a8 dw_hdmi_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x42926f4a dw_hdmi_resume +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x4a9b174f dw_hdmi_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x56f72e25 dw_hdmi_set_sample_non_pcm +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x624bfe21 dw_hdmi_set_plugged_cb +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x6712b5a7 dw_hdmi_phy_gen2_txpwron +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x7d8a3aee dw_hdmi_phy_i2c_write +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x8dcd6f43 dw_hdmi_set_sample_rate +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x96f3e250 dw_hdmi_set_sample_width +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x9b44a60b dw_hdmi_phy_gen2_pddq +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xa662407a dw_hdmi_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xc59f9e6f dw_hdmi_phy_gen1_reset +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xce27012a dw_hdmi_audio_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xce8e7f36 dw_hdmi_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xd32faf88 dw_hdmi_set_high_tmds_clock_ratio +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xd6968220 dw_hdmi_phy_setup_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xd8fe547b dw_hdmi_audio_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xdafa1790 dw_hdmi_phy_read_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xf5922009 dw_hdmi_phy_update_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi 0x0d667204 dw_mipi_dsi_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi 0x41361ae4 dw_mipi_dsi_set_slave +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi 0x42ac3b2e dw_mipi_dsi_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi 0xc573220d dw_mipi_dsi_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi 0xfe414bd2 dw_mipi_dsi_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_display_helper 0x70b2b53e drm_hdcp_check_ksvs_revoked +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x1b874574 __dp_aux_dp_driver_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x20505480 devm_of_dp_aux_populate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x2ade4456 of_dp_aux_depopulate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x864cdf90 dp_aux_dp_driver_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0xf165ff38 of_dp_aux_populate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x01c55226 drm_gem_dumb_map_offset +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x09e16040 drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x119c3214 drm_bridge_detect +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x122f3fd9 drm_bridge_hpd_notify +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x1f823adb drm_of_encoder_active_endpoint +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x1fc14616 drm_of_get_dsi_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x2d39265a drm_of_lvds_get_data_mapping +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x2dfe0c45 drm_of_get_data_lanes_count_ep +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x43c7738c accel_open +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x48552195 drm_of_component_match_add +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x5e879c97 drm_crtc_add_crc_entry +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x62e4d1c9 drm_of_find_panel_or_bridge +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x66cf2f64 drm_display_mode_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x688a4e2c drm_do_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x6ab017c6 drm_bridge_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x7dee396a drm_of_get_data_lanes_count +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x99c68924 drm_bridge_get_modes +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xa0f469a6 drm_bridge_hpd_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xa670d0fb drm_bridge_hpd_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xaa9146d0 drmm_kstrdup +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xad885165 drm_bus_flags_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xae345f22 drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xd0b4962f of_get_drm_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xe6c4dff0 of_get_drm_panel_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfc6061aa drm_of_lvds_get_dual_link_pixel_order +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfe9f72f3 drm_display_mode_to_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x0225aeae drm_gem_dma_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x20360a36 drm_gem_dma_dumb_create_internal +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x24dd6bd6 drm_gem_dma_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x2874d56c drm_gem_dma_vmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x61de2d7b drm_gem_dma_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x659d291e drm_gem_dma_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x7116b9d9 drm_gem_dma_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x907e9a38 drm_fb_dma_get_gem_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xb2bf3815 drm_fb_dma_get_gem_addr +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xc6331c5a drm_fb_dma_sync_non_coherent +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xde91d153 drm_gem_dma_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xedaf83cd drm_gem_dma_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x366b419c drm_gem_fb_init_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x42eb9904 drm_gem_fb_get_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x4a672a6e drm_gem_fb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x6b60e644 drm_gem_fb_afbc_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x7542ea25 drm_gem_fb_create_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x89b2968e drm_bridge_connector_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x921ac4c7 drm_gem_plane_helper_prepare_fb +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xf899bbd6 drm_gem_fb_create_with_dirty +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x2540f739 drm_gem_shmem_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x7e00bf6b drm_gem_shmem_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x8cc33218 drm_gem_shmem_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xa7d3a711 drm_gem_shmem_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xba5b47f6 drm_gem_shmem_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xc5af1826 drm_gem_shmem_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xcc63d3f7 drm_gem_shmem_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xf93c865a drm_gem_shmem_get_pages_sgt +EXPORT_SYMBOL_GPL drivers/gpu/drm/imx/dcss/imx-dcss 0xcc7a6590 dcss_dev_pm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x254ab5d7 meson_vclk_vic_supported_freq +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x2c73cfcf meson_venc_hdmi_venc_repeat +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x6224dbf1 meson_venc_hdmi_mode_set +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x94a785f8 meson_venc_hdmi_supported_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0xab5bee2f meson_venc_hdmi_supported_vic +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0xb2e5f88a meson_venc_mipi_dsi_mode_set +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0xcc57e93f meson_vclk_setup +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0xd130bf80 meson_vclk_dmt_supported_freq +EXPORT_SYMBOL_GPL drivers/gpu/drm/panel/panel-samsung-s6e63m0 0xd1f47fb4 s6e63m0_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/panel/panel-samsung-s6e63m0 0xe2447023 s6e63m0_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/panfrost/panfrost 0x9dbc680e panfrost_pm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/pl111/pl111_drm 0x3403d8b4 pl111_versatile_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_cmm 0x1f6f1684 rcar_cmm_setup +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_cmm 0x9669eba6 rcar_cmm_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_cmm 0xa797969f rcar_cmm_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_cmm 0xdbb20066 rcar_cmm_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_lvds 0x58c3e36c rcar_lvds_pclk_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_lvds 0x5a12ef7f rcar_lvds_pclk_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_lvds 0x8d8af933 rcar_lvds_dual_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_lvds 0xff0a283a rcar_lvds_is_connected +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_mipi_dsi 0xb1f97c17 rcar_mipi_dsi_pclk_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_mipi_dsi 0xdc3f1002 rcar_mipi_dsi_pclk_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0x245e4ef5 vop2_component_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0x614f6d79 rockchip_rgb_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0x7d869928 vop_component_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0xfead7585 rockchip_rgb_fini +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x126491a5 ssd130x_shutdown +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x93b9d8ba ssd130x_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0xf6538cac ssd130x_probe +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0x893fe1ed host1x_memory_context_put +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0xa765fd79 host1x_memory_context_alloc +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0xb992f22b host1x_memory_context_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0c620d34 gb_connection_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x14028e17 __SCK__tp_func_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x1520241f gb_connection_disable_rx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x15d1942f greybus_disabled +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x1ecfb785 gb_connection_latency_tag_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x231f7541 gb_operation_request_send +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x24bf6cf5 __traceiter_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2d710f7a gb_operation_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2df663a5 __tracepoint_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3184669b gb_hd_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x32574214 greybus_data_rcvd +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x352a8796 gb_hd_cport_release_reserved +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x4a8f3b67 gb_connection_latency_tag_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x4e40f454 gb_connection_destroy +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x528de444 gb_connection_create_offloaded +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x546f23b9 gb_hd_output +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x57426253 __traceiter_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x57c8c9be __traceiter_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x58780cbc gb_operation_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5c0c7743 __traceiter_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5e7099b9 __traceiter_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5f4c7983 gb_operation_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6077bf18 gb_operation_cancel +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x68cbacad gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6d3bb9ec __SCK__tp_func_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6fa01fda __tracepoint_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x7e3defd8 greybus_deregister_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x7f21d46b __traceiter_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8170fa3e gb_operation_get_payload_size_max +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x81e221fb __SCK__tp_func_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x842fd418 greybus_message_sent +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x857dd0e1 gb_connection_disable_forced +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x861755de gb_connection_enable_tx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x86e89b01 gb_connection_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x89f514a1 __SCK__tp_func_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x90065010 gb_svc_intf_set_power_mode +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x931929fe gb_operation_unidirectional_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x966aa73e gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa2e249b3 gb_operation_request_send_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa394bf28 gb_debugfs_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa5ecfca9 gb_operation_response_alloc +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb432a6bd gb_connection_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbf2c07db __tracepoint_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc2561006 gb_connection_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xca574fcc __tracepoint_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd33373a8 __tracepoint_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd937bea9 gb_hd_cport_reserve +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe124c3bc gb_interface_request_mode_switch +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe3e2dd29 gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe61125bb gb_operation_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xea114b65 gb_operation_result +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xeac79e1a __SCK__tp_func_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xeeffa71a greybus_register_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf107a122 __SCK__tp_func_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf357c63d __tracepoint_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xfe67162a gb_hd_shutdown +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0a45ea0e hid_driver_reset_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0x14d78556 hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x19d52f1f hid_quirks_exit +EXPORT_SYMBOL_GPL drivers/hid/hid 0x19dc7dd2 hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1a235ee5 hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1b412794 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1e9ef5bc hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2fc6d62f hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3246c1b7 hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x33e7ba56 hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x346c4672 hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x34c9fcee hid_hw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3644fae7 hid_match_id +EXPORT_SYMBOL_GPL drivers/hid/hid 0x3f1be84d hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x451854d6 hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0x487c7243 hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0x507eef0d hid_hw_open +EXPORT_SYMBOL_GPL drivers/hid/hid 0x56a217df hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5cc9f342 hid_hw_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5fcc5162 hid_hw_close +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6aec775f hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6bb1451c hid_compare_device_paths +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7085f60b hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0x70e024dc hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0x71ae0518 hid_hw_stop +EXPORT_SYMBOL_GPL drivers/hid/hid 0x74d48761 hid_hw_raw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x758ac3eb hid_match_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x7d48882d hid_field_extract +EXPORT_SYMBOL_GPL drivers/hid/hid 0x80fd88e3 hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x84e836e9 __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x88cf6aab hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x89dcd36c hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8b13a8b8 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x95fa9160 hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9a98b00b hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa7a1c589 hid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa85a0dae hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xab0d99a8 hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb3f1b9e6 hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc2bddd6f hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc317d383 hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0xccb06530 __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcf4e9223 hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcfe2e29e hid_driver_suspend +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd024bf0c hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xdd377e18 hid_setup_resolution_multiplier +EXPORT_SYMBOL_GPL drivers/hid/hid 0xde4b90bd hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0xee1a391c hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0xee729437 hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf350bb92 hid_hw_start +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf4644666 hid_driver_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf6b9e31d hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfa355613 hid_quirks_init +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x043e97d5 roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x3e4427c8 roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x2ead784a roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x420c2531 roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x7ee23622 roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xdb4d255b roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xf73983b5 roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xf77f188e roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x08c3df7e sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x0ea294c2 sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x16c07b73 sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x6f15cad1 sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x7f448b69 sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x8880a025 sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x966888ea sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x98d81116 hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xb1de4627 sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0x84c2125a vivaldi_attribute_groups +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0x880ab5a4 vivaldi_feature_mapping +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x2ce7d009 i2c_hid_core_remove +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x2d857600 i2c_hid_core_probe +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x82403411 i2c_hid_core_shutdown +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x99b1f9ba i2c_hid_core_pm +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0xa15a120f surface_hid_device_destroy +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0xac36a62d surface_hid_device_add +EXPORT_SYMBOL_GPL drivers/hid/surface-hid/surface_hid_core 0xd043141d surface_hid_pm_ops +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x0f333990 hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x14fe5c36 hid_is_usb +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x0ee9b7ef hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x259dd811 hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x44ef2c72 hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x461aaac0 hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x4ca85aee hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x53507270 hsi_add_clients_from_dt +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x629bf80b hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x65d5f6f0 hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x7a278b91 hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x7aeb7596 hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x864a3740 hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb3f713df hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb75d3446 hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xe3160132 hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xeb9efe6f hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xed0a8e72 hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xedb7a925 hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xf0d79bd1 hsi_event +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x00667a1d vmbus_teardown_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x07a65f0c vmbus_connect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x07f0ae20 vmbus_free_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x09bd4524 hv_pkt_iter_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x16425994 vmbus_allocate_mmio +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x1ac3c700 __vmbus_driver_register +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x1c82c40f vmbus_establish_gpadl +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x1e284ee4 vmbus_recvpacket_raw +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x2ed4b1f7 hv_ringbuffer_spinlock_busy +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x2fcc8669 vmbus_set_sc_create_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x31e2e77f vmbus_free_mmio +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x321055cb vmbus_prep_negotiate_resp +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x4276aea5 vmbus_alloc_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x42f14a26 vmbus_sendpacket_mpb_desc +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x46a417ca vmbus_proto_version +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x4b2210b8 vmbus_send_tl_connect_request +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x548521b1 hv_ringbuffer_get_debuginfo +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x5cf5937e vmbus_connection +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x68613777 vmbus_set_event +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x6c01ab5f vmbus_close +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x765e7cb7 __vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x7f5a2280 vmbus_setevent +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0x8a6844b4 hv_pkt_iter_first +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xa6e0ca2d vmbus_set_chn_rescind_callback +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xb4765251 vmbus_disconnect_ring +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xcd57d129 vmbus_send_modifychannel +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xcf86d298 vmbus_sendpacket_pagebuffer +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xdd7275fb vmbus_open +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xe6df51ae vmbus_hvsock_device_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xeb3e544a vmbus_next_request_id +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xf2dca9c3 vmbus_request_addr_match +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xf3001552 vmbus_driver_unregister +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xfbe75eb4 __hv_pkt_iter_next +EXPORT_SYMBOL_GPL drivers/hv/hv_vmbus 0xffb8d507 vmbus_request_addr +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x5660971e adt7x10_probe +EXPORT_SYMBOL_GPL drivers/hwmon/ltc2947-core 0x5cbb5274 ltc2947_core_probe +EXPORT_SYMBOL_GPL drivers/hwmon/ltc2947-core 0xbc54f93e ltc2947_of_match +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x03c2fa6b nct6775_reg_is_word_sized +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x1edfc2cf nct6775_probe +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x926c754e nct6775_update_device +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x96f7341c nct6775_show_alarm +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xa58df2eb nct6775_show_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xddb72c4d nct6775_store_beep +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x0b1cb34f intel_th_driver_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x13b74ddf intel_th_driver_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x5dccd971 intel_th_output_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x61253cc4 intel_th_set_output +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x8a6c98be intel_th_trace_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x973b7105 intel_th_alloc +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x9ea4b383 intel_th_trace_disable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xa7f37d86 intel_th_free +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xc5507c93 intel_th_trace_switch +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x218f920a intel_th_msu_buffer_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x7c4ca71e intel_th_msc_window_unlock +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x8ddd3ee7 intel_th_msu_buffer_register +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x138c4699 stm_unregister_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x23f45c06 stm_register_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x23fd03c1 stm_source_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x2d6c5a9b stm_source_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x4d041af9 stm_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x7a6c5862 stm_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x8ec6464d stm_source_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xa898ffa4 to_pdrv_policy_node +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xc5b0dc7a stm_data_write +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-ccgx-ucsi 0xd84b3c8b i2c_new_ccgx_ucsi +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x1530ac63 i2c_root_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x5ddd4afa i2c_mux_del_adapters +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x91670a35 i2c_mux_alloc +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xa010b15b i2c_mux_add_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x00c7dbd9 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x029399fc i2c_register_spd +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x763fdc2e i2c_new_slave_host_notify_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xd83b134c i2c_free_slave_host_notify_device +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x0d9dd8f1 i3cdev_to_dev +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x0fe2a534 i3c_device_disable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x2979ed9f i3c_master_add_i3c_dev_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x30351fd4 i3c_driver_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x48089ebd i3c_master_register +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x5412371b i3c_master_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x6309a394 i3c_driver_register_with_owner +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x64a2ca2d i3c_generic_ibi_get_free_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x65a67bd4 i3c_device_free_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x6841c00b i3c_device_request_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x74b73888 i3c_device_do_priv_xfers +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x76fe3e05 i3c_generic_ibi_free_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x7a362352 i3c_master_queue_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x7aa7af15 i3c_generic_ibi_alloc_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x7ac2d98c i3c_device_enable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x9b0934af i3c_master_defslvs_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xaaaf33d4 i3c_master_get_free_addr +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xb2b37052 i3c_master_enec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xb4cb68dd i3c_device_get_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xb4f84d6d i3c_master_do_daa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xe0a46118 i3c_generic_ibi_recycle_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xee8b4036 i3c_device_do_setdasa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xf663092d i3c_device_match_id +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xf6c0c6c3 i3c_master_entdaa_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xf7b89f58 i3c_master_set_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xfb6275e7 i3c_master_disec_locked +EXPORT_SYMBOL_GPL drivers/i3c/master/dw-i3c-master 0x06dc137b dw_i3c_common_remove +EXPORT_SYMBOL_GPL drivers/i3c/master/dw-i3c-master 0x925c04a9 dw_i3c_common_probe +EXPORT_SYMBOL_GPL drivers/iio/adc/stm32-dfsdm-adc 0x51480d4d stm32_dfsdm_release_buff_cb +EXPORT_SYMBOL_GPL drivers/iio/adc/stm32-dfsdm-adc 0xc95351ee stm32_dfsdm_get_buff_cb +EXPORT_SYMBOL_GPL drivers/iio/adc/stm32-dfsdm-core 0xa81a1502 stm32_dfsdm_stop_dfsdm +EXPORT_SYMBOL_GPL drivers/iio/adc/stm32-dfsdm-core 0xb2f7302a stm32_dfsdm_start_dfsdm +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x034d31a4 iio_channel_cb_get_iio_dev +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x267c0508 iio_channel_release_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x2a1fab3c iio_channel_stop_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x66611497 iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x9acf62ab iio_channel_cb_set_buffer_watermark +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0xc59d32db iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x16ed3be6 iio_dma_buffer_enable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x3ff0c381 iio_dma_buffer_set_length +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x43f5eb88 iio_dma_buffer_set_bytes_per_datum +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x4664b81e iio_dma_buffer_disable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x54af4a89 iio_dma_buffer_block_done +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x6fd1111e iio_dma_buffer_release +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x78fb223f iio_dma_buffer_block_list_abort +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x8fae57dd iio_dma_buffer_read +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xb298dac6 iio_dma_buffer_init +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xcdfab03c iio_dma_buffer_exit +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xe48873ca iio_dma_buffer_request_update +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xec5e0e81 iio_dma_buffer_data_available +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dmaengine 0xca8cea9b devm_iio_dmaengine_buffer_setup +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x003dce29 devm_iio_hw_consumer_alloc +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x3391543d iio_hw_consumer_disable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x9671bc15 iio_hw_consumer_free +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0xbf358fa9 iio_hw_consumer_enable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0xfe2267cd iio_hw_consumer_alloc +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-triggered-buffer 0x861d3751 devm_iio_triggered_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/buffer/kfifo_buf 0x671ce722 devm_iio_kfifo_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x1dcea4de cros_ec_sensors_core_write +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x20ad9236 cros_ec_sensors_push_data +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x4ceddfd7 cros_ec_sensors_core_read_avail +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x60244ae4 cros_ec_motion_send_host_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x636cbf74 cros_ec_sensors_core_init +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x7f3a2e54 cros_ec_sensors_ext_info +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x9971dac4 cros_ec_sensors_capture +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xc6d6855f cros_ec_sensors_core_read +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xd0249ba1 cros_ec_sensors_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xf8d76c1f cros_ec_sensors_read_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xfea0857b cros_ec_sensors_read_lpc +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xfeb828b3 cros_ec_sensors_core_register +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0xe4de9b3c bmg160_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0xe8913d74 bmg160_core_remove +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0xf2e82cf4 bmg160_core_probe +EXPORT_SYMBOL_GPL drivers/iio/imu/fxos8700_core 0x2a0429f1 fxos8700_core_probe +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x074f5a35 iio_read_max_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x081f0283 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0b5906df iio_read_channel_offset +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0f57925e __devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x128a6ec0 iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x138ce7fc iio_buffer_enabled +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x15717ab5 iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x17adcb44 iio_device_attach_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1bba1c28 iio_device_id +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1d1ee10b iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1ebd0c66 iio_device_claim_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x265e5617 iio_show_mount_matrix +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f9a542 iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2ccafff6 iio_validate_own_trigger +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x32e3992e iio_read_avail_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x333aa4be iio_read_channel_processed_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x347e9556 iio_write_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x355fed66 iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x35c14297 devm_iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x394a71c6 iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4dbc722e iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4dce7dd4 iio_format_value +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x58838f27 iio_device_release_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6be73dbd iio_pop_from_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6d8e2ae5 iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x70381264 iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x743e9987 iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x74716e55 iio_push_to_buffers_with_ts_unaligned +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x774062b9 iio_get_debugfs_dentry +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7a62575d iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7ab1041c devm_iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7be7d1b0 iio_read_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8c6be7f9 iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8fda5a61 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x901d8fd0 iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x95be1837 iio_device_release_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9695009f iio_read_avail_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa0cc773b iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa82a3f63 iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb17f4563 iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb234857a devm_iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb4e731fa devm_iio_trigger_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb662373e iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb8737709 devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbb4f528c iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc14d8b2e iio_device_get_current_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc8e7109a fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcbc4def6 __devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd3809b76 iio_device_claim_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd3dfa312 iio_get_channel_ext_info_count +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xde7dcbbd devm_fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe439c206 iio_write_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe470e3e5 iio_write_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe4b8cb46 iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe9cce972 iio_read_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf4c99770 iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x0de080f1 rtrs_iu_post_recv +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x2751227b rtrs_post_recv_empty +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x36d44134 rtrs_cq_qp_create +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x435e174a rtrs_iu_alloc +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x583c666c rtrs_init_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x6f361964 rtrs_iu_free +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x73716a36 rtrs_iu_post_send +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x9075430a rtrs_send_hb_ack +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x9e372fdf rtrs_iu_post_rdma_write_imm +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xd378a90b rtrs_cq_qp_destroy +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xe099ae93 rtrs_stop_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xe0ae6c62 rtrs_start_hb +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0x6d2db277 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0x6c599835 matrix_keypad_parse_properties +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x81a67af9 adxl34x_pm +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xc02e1ba1 adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xec511022 adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x0e9c9310 rmi_unregister_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x31590726 rmi_2d_sensor_rel_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x40f7bba8 rmi_driver_suspend +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x4ca32d0c __rmi_register_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x614f6387 rmi_2d_sensor_configure_input +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x833a1415 rmi_dbg +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x9bec0918 rmi_2d_sensor_abs_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xc32cfebf rmi_2d_sensor_of_probe +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xc6050e11 rmi_2d_sensor_abs_process +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xdc45f6c4 rmi_driver_resume +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xdcf4c5cb rmi_register_transport_device +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xe16555f9 rmi_of_property_read_u32 +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xff35dcb2 rmi_set_attn_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x023ba0f1 cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xcaff197d cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xeb4d5f2a cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x3e388916 cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xeb9877af cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x9bf01c39 cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0xa0ef8ca0 cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x01c5aeb4 tsc200x_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x1093d9c7 tsc200x_regmap_config +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x4b9620b3 tsc200x_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x898421ed tsc200x_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x04f9901b wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x073a127b wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x10b2a83f wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x3847e904 wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x3ce9ecf1 wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x7cb48465 wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x94be4de7 wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xa5380783 wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xae24a6da wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xcb9012e5 wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xcdc91012 wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xd62e0fbf wm9705_codec +EXPORT_SYMBOL_GPL drivers/interconnect/icc-clk 0xae75ecae icc_clk_register +EXPORT_SYMBOL_GPL drivers/interconnect/icc-clk 0xe779b369 icc_clk_unregister +EXPORT_SYMBOL_GPL drivers/interconnect/imx/imx-interconnect 0x4896a1d6 imx_icc_register +EXPORT_SYMBOL_GPL drivers/interconnect/imx/imx-interconnect 0xe0d5e7cc imx_icc_unregister +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-bcm-voter 0x0b39b783 qcom_icc_bcm_voter_commit +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-bcm-voter 0x52c1aa56 of_bcm_voter_get +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-bcm-voter 0x936a7e97 qcom_icc_bcm_voter_add +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x3f0ca226 qcom_icc_rpmh_probe +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x70d8cc4f qcom_icc_rpmh_remove +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x9e47dfa6 qcom_icc_set +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xc7436fae qcom_icc_bcm_init +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xd6fbf1db qcom_icc_pre_aggregate +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xf3d07117 qcom_icc_aggregate +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0x81e513ad qcom_icc_rpm_smd_available +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0xe8dbdc6c qcom_icc_rpm_smd_send +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x20d37f26 ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x2455aa4c ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x2c293cb6 ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x4387b54e ipack_bus_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x639af707 ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x82dea236 ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x93661c7e ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xc8222333 ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xe7c1943c ipack_device_init +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x0468a929 devm_led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x04938ae7 led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x12399ba8 led_set_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x80f5e54a led_update_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x896fe1a5 led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xae75ace3 led_get_flash_fault +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xb7d0be8f devm_led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xc7aa2ec8 led_set_flash_timeout +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x37ba8b3f devm_led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x53f4d8fb devm_led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x557a0310 led_mc_calc_color_components +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x95bacf98 led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xced8759a led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x0ae023d6 lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x28571e4c lp55xx_write +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x961152a1 lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x96b07445 lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xa2a78d83 lp55xx_is_extclk_used +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xa7887b56 lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xb19fc9a1 lp55xx_update_bits +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xc0e3ddff lp55xx_deinit_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xd7820e41 lp55xx_unregister_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xde1ab448 lp55xx_read +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-audio 0x3bd45b0d ledtrig_audio_set +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-audio 0xce593c22 ledtrig_audio_get +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-camera 0x749e05f2 ledtrig_flash_ctrl +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-camera 0x7903e46e ledtrig_torch_ctrl +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x04b25810 __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x05058957 __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x063306f1 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x06bceaa1 __SCK__tp_func_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x06db0750 __traceiter_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0bc0be45 __SCK__tp_func_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x15f3de09 __SCK__tp_func_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x17a83e40 __traceiter_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x181a1930 __SCK__tp_func_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1b083369 __SCK__tp_func_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1b62bcf9 __traceiter_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1c599ebe __traceiter_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1c83d5b7 __SCK__tp_func_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x22889475 __traceiter_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x22ae6324 __SCK__tp_func_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2748d325 __traceiter_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2766fb04 __traceiter_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2af60833 __SCK__tp_func_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x362eda19 __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x37808fd7 __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x37b31e4f __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3a3eb678 __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3a8e1007 __traceiter_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3feb7def __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4172aec5 __traceiter_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x44bb87a3 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4619795e __traceiter_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x46c66897 __SCK__tp_func_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x47b2af54 __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4849f3a7 __traceiter_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x48862a79 __traceiter_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4a2d1241 __SCK__tp_func_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4b96c8a0 __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x51d0e534 __SCK__tp_func_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x59868f2b __traceiter_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5b4f468f __traceiter_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5d9c8fc8 __SCK__tp_func_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5f9386a1 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5fd7c423 __SCK__tp_func_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6026e276 __SCK__tp_func_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6119e203 __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x64e39418 __traceiter_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x66232cfe __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6697827f __SCK__tp_func_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x68ba579d __traceiter_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6e74dca7 __SCK__tp_func_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6e7df078 __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x71a90620 __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x79eeb380 __SCK__tp_func_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7c5b7c48 __traceiter_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x80e3881d __SCK__tp_func_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x81d4d2d1 __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8ad20d61 __SCK__tp_func_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8b9fa1d8 __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8bba9251 __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8f3fdfac __traceiter_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8f7308be __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x93c8c39b __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9a6f4d9f __SCK__tp_func_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9cdf2eb7 __traceiter_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9ce21c84 __SCK__tp_func_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa09a6b09 __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa187023e __SCK__tp_func_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa64134e4 __SCK__tp_func_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa70f2099 __traceiter_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa842a5c8 __SCK__tp_func_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xad44802e __traceiter_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xad6440b4 __traceiter_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb5a62a8c __traceiter_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb71756eb __traceiter_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb98bd4cb __traceiter_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xba843c3f __SCK__tp_func_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc0f7b20b __traceiter_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc8ae4213 __SCK__tp_func_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xcd6c0f79 __traceiter_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd7defb68 __traceiter_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd802b282 __traceiter_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd8aa1746 __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd9f63855 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xda06fe86 __SCK__tp_func_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdd1455a7 __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe16c06b3 __SCK__tp_func_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xea3a1ab2 __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xec29e22a __traceiter_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xec3327c6 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xec92a163 __SCK__tp_func_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf021519f __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf6249e5f __SCK__tp_func_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfc0a0b57 __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfd5d057b __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfd6b5d80 __SCK__tp_func_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfed8327b __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xff717e91 __traceiter_bcache_write +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x0658ec50 dm_cell_get_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x17dd39d6 dm_deferred_set_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2eb01e04 dm_deferred_set_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x34054d9f dm_cell_quiesce_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x5cbe4cee dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6a30d771 dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x753e20b2 dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x8994825e dm_cell_lock_promote_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x93121a66 dm_cell_lock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x9437a745 dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xa4adbb59 dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xace9b57b dm_bio_prison_destroy_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb6d5c65d dm_deferred_set_add_work +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb70b342a dm_bio_prison_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xc2035468 dm_bio_prison_free_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xc3a17768 dm_cell_visit_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca0158a5 dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xce81d94c dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xcf28183b dm_cell_promote_or_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xcf4e1a7a dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd4883635 dm_cell_unlock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd99e003d dm_bio_prison_create_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xda9c51e8 dm_bio_prison_alloc_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xfbe845f7 dm_cell_put_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x24772bfe dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x2e0774dc dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x656100cc dm_bufio_client_reset +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6a2f40e1 dm_bufio_mark_partial_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6aebce95 dm_bufio_issue_discard +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6cdb2d56 dm_bufio_prefetch +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d3f57bd dm_bufio_get_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d83826d dm_bufio_get_block_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x74dcd98c dm_bufio_get_aux_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x867e87eb dm_bufio_get_dm_io_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x91f00abc dm_bufio_set_minimum_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa82b2066 dm_bufio_write_dirty_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xab4d6947 dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xb04f56ab dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc0d7df85 dm_bufio_new +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xcd2ba798 dm_bufio_forget +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd991e3b9 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe6024e59 dm_bufio_release +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xebcc64a4 dm_bufio_get_block_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xeca7949e dm_bufio_client_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xed3283a4 dm_bufio_set_sector_offset +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xf241a6eb dm_bufio_forget_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x0efbca4c btracker_promotion_already_present +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x1c852cab btracker_nr_demotions_queued +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x23ddc5ab dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x37ef59a5 dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x481a0b15 btracker_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x4becb830 dm_cache_policy_get_hint_size +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x50b3c64c dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x5adc2807 btracker_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x65eea825 btracker_nr_writebacks_queued +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x87bee547 btracker_queue +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa2365f44 btracker_issue +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa7eadcb5 btracker_complete +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xbf318bc1 dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xc0953264 dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xf9f3e74b dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x1becff5e dm_register_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x446d7824 dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x01d2f9ac dm_rh_recovery_start +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x32a5a422 dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x38972f23 dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x38efaf5a dm_region_hash_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x3a18389a dm_rh_update_states +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x3ea7277e dm_region_hash_create +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x57e16c3e dm_rh_get_state +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x5f4a6e61 dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x72c0824a dm_rh_delay +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7774620f dm_rh_stop_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x77c44b13 dm_rh_inc_pending +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d053fc5 dm_rh_start_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d5e1815 dm_rh_get_region_key +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa53387c7 dm_rh_flush +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa83588eb dm_rh_recovery_end +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xb63a4ab9 dm_rh_bio_to_region +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xbe38a431 dm_rh_recovery_prepare +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xcdbeb7d1 dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd8aa4284 dm_rh_region_context +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf92b8a3d dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfd93482e dm_rh_recovery_in_flight +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0054f69d dm_tm_pre_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x01f7c2b0 dm_btree_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0211c39e dm_tm_with_runs +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x07ed9022 dm_bitset_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x088a5b30 dm_btree_find_lowest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0cf7c42f dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0d251167 dm_array_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x109eae1f dm_btree_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x15a2bf57 dm_btree_lookup_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1ae16d40 dm_tm_dec_range +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1d0d53f7 dm_array_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2842d760 dm_bitset_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2bc1a8d9 dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2f40da68 dm_bm_set_read_write +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x30c37cc0 dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x32bf4f4b dm_bitset_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3646e38f dm_tm_issue_prefetches +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3896f8d8 dm_array_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x38d53eec dm_array_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ad0f55b dm_bm_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ae50a4a dm_tm_inc_range +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40720a25 dm_bitset_set_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x418204e4 dm_array_set_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x46c56110 dm_bitset_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x48e323be dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4f2c653e dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4f477261 dm_bm_checksum +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x51005cef dm_bitset_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5375ca71 dm_bm_write_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5475ba9e dm_block_location +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x563946a0 dm_btree_remove_leaves +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5b04d3fe dm_bitset_clear_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x67c6c5b9 dm_array_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x68f34c27 dm_array_cursor_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6b4bb029 dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6bfa88c8 dm_bitset_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6c600395 dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6fac2256 dm_array_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x703aa099 dm_block_manager_reset +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x72289260 dm_block_manager_destroy +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7612cd9c dm_bm_block_size +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x79bdc649 dm_sm_disk_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7ade1071 dm_tm_destroy +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7b047bd9 dm_tm_create_non_blocking_clone +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7b6b3af5 dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x836693c5 dm_disk_bitset_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x87419c51 dm_array_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x87c934be dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x88295b96 dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x8e057e61 dm_array_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x900896b9 dm_btree_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x91baa32f dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9290e07a dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x932a6ffc dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x94daa188 dm_bitset_cursor_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x95a52abd dm_bm_is_read_only +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9718cffa dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9e798e22 dm_bm_set_read_only +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa0bc1801 dm_btree_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa99029b9 dm_bitset_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb940af6a dm_array_info_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbdde4031 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd017c9c7 dm_array_new +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd8682982 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xdb2c8e97 dm_btree_lookup +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xdf3a4e7d dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe07a2542 dm_bitset_new +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe0e68183 dm_array_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe781f874 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xecc1aeba dm_bitset_test_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xedf5036f dm_bitset_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf2b4509a dm_btree_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf71f197e dm_btree_cursor_next +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x191355c2 cec_pin_changed +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x3284da32 cec_queue_pin_5v_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x35d051d2 cec_s_conn_info +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x3d7c8379 cec_transmit_msg +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x3e619804 cec_notifier_cec_adap_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x57668b1c cec_transmit_attempt_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x5cad720a cec_s_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x60cc6fb7 cec_pin_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x6212d12f cec_s_log_addrs +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x7078b4f7 cec_notifier_parse_hdmi_phandle +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x73ea72f9 cec_notifier_cec_adap_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x77e8b7c4 cec_transmit_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x7cd34d9f cec_queue_pin_hpd_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x7f8998e0 cec_register_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x920ff459 cec_delete_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xa01fbb6b cec_notifier_set_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xae3bdff2 cec_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xaee236c6 cec_notifier_conn_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xbe4de675 cec_get_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xc16f2887 cec_notifier_set_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xdd261729 cec_received_msg_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xe5b9df54 cec_s_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xe744c085 cec_queue_pin_cec_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xefc9be57 cec_fill_conn_info_from_drm +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xf12d8932 cec_notifier_conn_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xf930f8a4 cec_unregister_adapter +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x40aa824d saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x449fadfa saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x4544c78d saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x62e6ff78 saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x98b4c86f saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xa13384a5 saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xafba4f4f saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xb28d70c1 saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe4127610 saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xef4bcf63 saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x25a4f03a saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x3f795dc9 saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x834dde2f saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xb5a1b22f saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xf4be5cca saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x10baa7fb sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x1d9d5e92 smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x2e270937 smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x34bf0e61 smscore_translate_msg +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x37d91069 smsendian_handle_tx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x40ff0b5f smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x45284ae9 smsendian_handle_rx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x4c2f5e46 smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x5f35b0ee sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x71f5f18e smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x74ee9098 sms_board_load_modules +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7b6e4958 smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7c576277 smsendian_handle_message_header +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x844539ae sms_get_board +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x99a81ab3 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x9b99d1ed sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xa7d871e1 sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xaccd0ae7 smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xb1d97a9d smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xb42f6c12 smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbabd51bb smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xeb743d21 sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xf9bcd0a1 smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xfac8e4dc smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/uvc 0x08c5db3e uvc_format_by_guid +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x040dc7cd tpg_aspect_strings +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x21bfae4e tpg_gen_text +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x4a738cc1 tpg_g_interleaved_plane +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x7e83543f tpg_s_crop_compose +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x80aaf962 tpg_g_color_order +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xa8a3f406 tpg_free +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xaa5503d9 tpg_set_font +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xb052969d tpg_init +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xbbc315dd tpg_update_mv_step +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xcaede3e2 tpg_fill_plane_buffer +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xce8159bb tpg_pattern_strings +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xe2169014 tpg_log_status +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xe6f04b89 tpg_alloc +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xe7ee5819 tpg_s_fourcc +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xf064e392 tpg_fillbuffer +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xf7a5f765 tpg_calc_text_basep +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xf7ec0949 tpg_reset_source +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x03d883ff vb2_request_buffer_cnt +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x07729fd4 __SCK__tp_func_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x21f8b782 vb2_core_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x264bb679 vb2_core_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x2e7d326d vb2_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x2ff3e28d vb2_core_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x3c22713a __tracepoint_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x3daa0701 vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x41fbab76 vb2_core_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x48885ba8 vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x50a1bb4a __tracepoint_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x54c71897 vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x5845cf1b vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x58af8643 __traceiter_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x5c740d76 vb2_core_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x66a11999 vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x682b3424 __traceiter_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x7217216b vb2_core_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x751aa18c vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x7b002735 __traceiter_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x7c5ce891 vb2_request_object_is_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x7ee32286 __tracepoint_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x7fc1a4e4 vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x86550154 vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x91c3de9e vb2_core_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x9ca8c579 vb2_core_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xa928e3f0 __traceiter_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb6f4b031 __SCK__tp_func_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb9d2df39 __SCK__tp_func_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb9eea6fe vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc7b45aa4 __SCK__tp_func_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xce2afee7 vb2_core_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe2decf7e vb2_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf08bfeb3 vb2_core_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf8607d7c vb2_core_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf97a7c84 __tracepoint_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xfa5543b9 vb2_core_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0x99695b65 vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0xfc13bd82 vb2_dma_contig_set_max_seg_size +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-sg 0x1a35003c vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-memops 0x0e28fbfc vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x0347a8ff vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x12c09469 vb2_queue_init_name +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x2d139e75 vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x2e22bb7d vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x35c90652 vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x3e19d8b6 vb2_request_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x49333df3 vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x52011164 vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x59ac6af2 vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x6cf3d53d vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x7055fec8 vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x766a1e1e vb2_find_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x792e6ac5 vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x7c01e7cf vb2_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x8b0cb855 vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x9800b216 vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x9f1d4fb0 vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xa403225f vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xb48aac99 vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xb4b24c25 vb2_video_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xb98e5670 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xbc43bf0d vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xcc118f0e vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xcd57e99f vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xcee30755 vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xd02cddfb vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xe269f4f3 _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xe35cb4ca vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xe98201dd vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xec132cb4 vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xf5ef2883 vb2_request_validate +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xf9b7ec80 vb2_queue_change_type +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xfb248d60 vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xfc591f46 vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-vmalloc 0x56a833ba vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x0b7d1bef dvb_module_probe +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0xc76df45f dvb_module_release +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0xca8b1031 dvb_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/as102_fe 0x97c392ca as102_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ascot2e 0xb296b5f0 ascot2e_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/atbm8830 0x55d505c9 atbm8830_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/au8522_dig 0x12a72e63 au8522_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/bcm3510 0x4bc33c89 bcm3510_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx22700 0x4de03da3 cx22700_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx22702 0x643a4127 cx22702_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24110 0x56f077cc cx24110_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24113 0xe581390e cx24113_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24116 0x5b92e1b7 cx24116_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0x98d21795 cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24120 0x6bf2b19f cx24120_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24123 0x0e59874c cx24123_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2820r 0x626f6ece cxd2820r_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2841er 0x0d912ae4 cxd2841er_attach_t_c +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2841er 0x677841e8 cxd2841er_attach_s +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2880/cxd2880 0xb4b335c9 cxd2880_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0070 0xb268eacb dib0070_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0090 0x1a23b04f dib0090_fw_register +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0090 0x62822f4e dib0090_register +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib3000mb 0xc5dae9b8 dib3000mb_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib3000mc 0x5c7f863b dib3000mc_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib7000m 0x7f354cec dib7000m_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib7000p 0x8a4e27c6 dib7000p_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib8000 0xd93b935b dib8000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib9000 0x30af630c dib9000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0x7b304a4c drx39xxj_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drxd 0xdb55ef57 drxd_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drxk 0xf562a77f drxk_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ds3000 0x73d6ee20 ds3000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dvb-pll 0x9b170596 dvb_pll_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ec100 0xea7bef26 ec100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/gp8psk-fe 0xdfe07789 gp8psk_fe_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/helene 0x3a0da72c helene_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/helene 0xba1711b2 helene_attach_s +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/horus3a 0x0d04dffb horus3a_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6405 0x6154e2c0 isl6405_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6421 0x3272e5e7 isl6421_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6423 0x5f76f1ac isl6423_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/itd1000 0x185971f8 itd1000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ix2505v 0xe211b613 ix2505v_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/l64781 0x34baf813 l64781_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lg2160 0x553dc68a lg2160_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt3305 0xecbdbb56 lgdt3305_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt3306a 0x9c06db15 lgdt3306a_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt330x 0x73224fc3 lgdt330x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgs8gxx 0x0de05f64 lgs8gxx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbh25 0xcccf0fe9 lnbh25_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp21 0xc6d33be7 lnbp21_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp21 0xe1250661 lnbh24_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp22 0xbb915407 lnbp22_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/m88ds3103 0x9de06322 m88ds3103_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/m88rs2000 0xdf41742a m88rs2000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mb86a16 0x8c61a13e mb86a16_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mb86a20s 0xc5281128 mb86a20s_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mt312 0x786ae425 mt312_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mt352 0x4a32d067 mt352_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mxl5xx 0xdf2611d5 mxl5xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/nxt200x 0x10c8e55a nxt200x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/nxt6000 0x861d5320 nxt6000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/or51132 0xf27b9586 or51132_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/or51211 0x46aa06a3 or51211_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1409 0x0f61cc48 s5h1409_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1411 0xa21c74fd s5h1411_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1420 0xbd88fe9e s5h1420_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1432 0xacad5921 s5h1432_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s921 0x238667b0 s921_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/si21xx 0x6ad18dad si21xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/sp887x 0xf87e2239 sp887x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb0899 0xae9fab2d stb0899_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb6000 0xb3fd38a7 stb6000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb6100 0x030c3492 stb6100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0288 0xc71ad23a stv0288_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0297 0xd9aa059f stv0297_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0299 0xfba8d4e3 stv0299_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0x19cd6d15 stv0367ddb_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0x293d732f stv0367ter_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0xa80f8942 stv0367cab_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0900 0xeb532928 stv0900_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv090x 0xdfa8c7a6 stv090x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0910 0x76a9d658 stv0910_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6110 0x81be65ec stv6110_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6110x 0xfdd548a5 stv6110x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6111 0x2f5e0655 stv6111_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10021 0x714cb44f tda10021_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10023 0x4f8dc040 tda10023_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10048 0xf356e04a tda10048_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda1004x 0x96321c6f tda10045_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda1004x 0xadbf031b tda10046_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10086 0x1f488022 tda10086_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0xa6050018 tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda665x 0x52a0091f tda665x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda8083 0x22e1c9e5 tda8083_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda8261 0x3dd9bfd5 tda8261_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda826x 0x093ca37d tda826x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ts2020 0x77f926ed ts2020_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tua6100 0x21310843 tua6100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ves1820 0x604dcf7a ves1820_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ves1x93 0xd0972a6f ves1x93_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10036 0x9b859330 zl10036_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10039 0xe997ade3 zl10039_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10353 0xa15dcb4c zl10353_attach +EXPORT_SYMBOL_GPL drivers/media/i2c/aptina-pll 0x591ef302 aptina_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/ccs-pll 0x63e67090 ccs_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x0954adbc max9271_set_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x41fa0939 max9271_clear_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x4444cfa7 max9271_configure_i2c +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x52b101aa max9271_set_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x63403c74 max9271_configure_gmsl_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x761d0aa9 max9271_set_translation +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x7a06152e max9271_enable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xbea1e3d9 max9271_wake_up +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xc2f5d6f3 max9271_disable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xe2938c1e max9271_verify_id +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xe99b6631 max9271_set_serial_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xed5c5a97 max9271_set_deserializer_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xf3cf58b6 max9271_set_high_threshold +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x03781c7c __media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x058f9f9a media_entity_get_fwnode_pad +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0862a72c media_graph_walk_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0ec8a17c __media_device_usb_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x168c24f8 media_create_pad_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x17baf92a media_request_object_complete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1d5b7c7a __media_pipeline_pad_iter_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1f471773 media_request_object_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x20eda72d media_request_object_unbind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x29b287d3 media_request_object_bind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2b4acc02 media_device_unregister_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x31ce86cd media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x32aeec8f media_pad_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x363709b1 media_create_pad_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3735c2e4 media_device_delete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x395ad16c media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x399704c5 media_pad_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3d2c9ee8 media_entity_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x4245e83e __media_device_register +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x45f561c8 media_devnode_remove +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x46aa5e48 media_request_object_find +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x4d9ecc46 media_graph_walk_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x538664c6 media_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x54eac70b media_devnode_create +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x62e93ca5 __media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x631aae8f __media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x64f99292 media_request_get_by_fd +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x65dd67e0 media_pipeline_entity_iter_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x67ca070d media_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x67f426c4 __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x67f90f30 media_device_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6c0db36d __media_entity_next_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6c4939c1 media_device_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6fd4b60e media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7b5bb4ec __media_pipeline_entity_iter_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x981e7729 media_device_usb_allocate +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9a61d38f __media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9d53cb6a media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa3bf342a media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xabf5fa8d media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb2585fe3 media_create_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb6381009 media_pipeline_entity_iter_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xba6e4fe2 media_request_object_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbfa7400d media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc625eb65 media_entity_pads_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xcc1ee6f1 media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xcf6abdaa media_entity_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd2743296 media_device_pci_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd459c03f media_device_register_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd490f772 media_get_pad_index +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xdb25d875 media_request_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe0075ce6 media_pad_remote_pad_first +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe0935f34 media_entity_enum_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe1cc7ab6 media_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe5766861 media_create_ancillary_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe5ceecd6 media_entity_enum_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xeb33b628 __media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xeba80269 media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xff14c0ec media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/pci/bt8xx/dst 0xa13d355e dst_attach +EXPORT_SYMBOL_GPL drivers/media/pci/bt8xx/dst_ca 0x59d4c891 dst_ca_attach +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0x4d165e69 cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/ddbridge/ddbridge-dummy-fe 0x7a483657 ddbridge_dummy_fe_qam_attach +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x19bf3163 mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x2ae95ca4 mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x2fdffcbd mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x307c9d2e mantis_input_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x351e222b mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x357b920e mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x6779bfae mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x7106f625 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x73e9dd2e mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x790e61c9 mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x7db86138 mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x9020e8e3 mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x9d412365 mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa89c1816 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb05a8103 mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xd24d9546 mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe3f34dd5 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe68c3e32 mantis_input_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf8fcc210 mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x061fd9ae saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x34a87060 saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x4c53926b saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x5aece95a saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8335fbc9 saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x8ecfe9e6 saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x99b65c90 saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x99f70bbe saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x9d1b5081 saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa59acc0a saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xae9c53a5 saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb3bb9513 saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xbf752ddb saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xd26e7a53 saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xeccbb474 saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xf19d5d35 saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xf288b40b saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xf70b347a saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xf71ae66c saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x0eff453a ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x140ca774 ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x23d17137 ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x8221306d ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x88275bb6 ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x92f770b1 ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xbf7f644d ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x05b8b32b nal_h264_read_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x1af6c2cd nal_hevc_read_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x2604f5d5 nal_hevc_write_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x2824c005 nal_h264_read_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x2f34ca2e nal_h264_write_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x313204b4 nal_h264_read_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x6b806194 nal_hevc_write_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x79ef20e9 nal_h264_write_sps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x9a29b2fa nal_hevc_write_vps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0x9f9603d7 nal_hevc_read_vps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xad25ea9a nal_h264_write_pps +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xca335c8b nal_hevc_write_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xd7901be6 nal_hevc_read_filler +EXPORT_SYMBOL_GPL drivers/media/platform/allegro-dvt/allegro 0xfc5a7928 nal_hevc_read_sps +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x20085531 mccic_suspend +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x4193fd1f mccic_resume +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x4ba16d0f mccic_irq +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xce0194a8 mccic_register +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xf9fd4dce mccic_shutdown +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x148d7222 vpu_load_firmware +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x2e20de1e vpu_get_venc_hw_capa +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x3a2c1362 vpu_wdt_reg_handler +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x5478ac3a vpu_get_plat_device +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x68169a13 vpu_get_vdec_hw_capa +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x6f3c73e9 vpu_mapping_dm_addr +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xceb984dc vpu_ipi_send +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xf774d89f vpu_ipi_register +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x07ffffe8 venus_helper_set_format_constraints +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x0e1b8568 venus_helper_vb2_start_streaming +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x19eb58ff venus_helper_set_multistream +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x1b25158e venus_helper_set_stride +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x1b7eae60 venus_helper_get_profile_level +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x273b3665 venus_helper_unregister_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x27b12c5f venus_helper_m2m_device_run +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x2c856155 venus_helper_get_ts_metadata +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x2c8931f4 venus_helper_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x2d693ecb venus_helper_m2m_job_abort +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x2f3810d9 hfi_session_abort +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x306bab3d venus_helper_intbufs_realloc +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x35b323d9 hfi_session_destroy +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x3f726005 hfi_session_stop +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x4f0661a5 hfi_session_set_property +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x51c00915 venus_helper_process_initial_out_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x58ad1306 venus_helper_vb2_buf_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x5b7004f9 hfi_session_start +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x5dfa83b1 venus_helper_find_buf +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x61f78f91 venus_helper_set_dyn_bufmode +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x634b9d4b venus_helper_get_out_fmts +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x6f4a0803 venus_helper_buffers_done +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x7563e679 venus_helper_get_bufreq +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x78ba33b7 venus_helper_set_color_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x7d6804d8 venus_helper_set_profile_level +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x7e070e80 venus_helper_set_work_mode +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x8417acec venus_helper_get_opb_size +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x84d1a977 venus_helper_init_instance +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x87caa9ad venus_helper_change_dpb_owner +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x92d240a8 venus_helper_process_initial_cap_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x94690a86 venus_helper_alloc_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x95ca1f20 hfi_session_create +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x9c77711d venus_helper_free_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x9d8e7e70 venus_helper_session_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0x9dd9d2da venus_helper_set_bufsize +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xa8b403d0 venus_helper_vb2_buf_prepare +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xb1720e41 venus_helper_set_input_resolution +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xb4f48ac1 venus_helper_acquire_buf_ref +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xb53d8b12 hfi_session_unload_res +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xb5da1da9 venus_helper_get_framesz_raw +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xbb48723f venus_helper_vb2_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xc3291653 hfi_session_process_buf +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xc7e81f30 hfi_session_get_property +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xce452d98 hfi_session_init +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xcef72856 hfi_session_flush +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xd21da2e4 venus_helper_get_framesz +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xd2845496 hfi_session_continue +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xddb25e4a venus_helper_intbufs_free +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xe5790c9f venus_helper_check_codec +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xe5e0d8e8 venus_helper_vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xece63f97 hfi_session_deinit +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xeecab21c venus_helper_set_output_resolution +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xf2830a01 venus_helper_set_num_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xf485ab43 venus_helper_intbufs_alloc +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xf6e89a10 venus_helper_check_format +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xf947fc4e venus_helper_queue_dpb_bufs +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xfb717802 venus_helper_release_buf_ref +EXPORT_SYMBOL_GPL drivers/media/platform/qcom/venus/venus-core 0xfb9345e7 venus_helper_set_raw_format +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x2e89532b rcar_fcp_get_device +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x3d858696 rcar_fcp_put +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x4ad5d888 rcar_fcp_enable +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x5fe6f6e8 rcar_fcp_disable +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x9877c29f rcar_fcp_get +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x21f15ebf vsp1_du_unmap_sg +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x2b5e1efe vsp1_du_map_sg +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x2ca9215b vsp1_du_atomic_flush +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x70251edd vsp1_du_atomic_update +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x776e902b vsp1_du_atomic_begin +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x93aae962 vsp1_du_setup_lif +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x9fd4d349 vsp1_du_init +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x0f2d1cc2 xvip_enum_mbus_code +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x1cae4095 xvip_enum_frame_size +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x27e2a480 xvip_init_resources +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x32a020d5 xvip_set_format_size +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x7651c8e5 xvip_cleanup_resources +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x7b800d87 xvip_clr_or_set +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xb67940fb xvip_get_format_by_fourcc +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xc92aff77 xvip_clr_and_set +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xd5a2ca8f xvip_of_get_format +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xe08e6063 xvip_get_format_by_code +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0x3c16a6b1 xvtc_generator_stop +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0x47d7900b xvtc_generator_start +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0xa8a0f912 xvtc_put +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0xfb6fc35e xvtc_of_get +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x38b407ba radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xd80f729b radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x1445a095 si470x_ctrl_ops +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x96b2d3e0 si470x_set_freq +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xc5738c4d si470x_start +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xf0500325 si470x_stop +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xf6a0e089 si470x_viddev_template +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x03d9110e rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x0d53477e rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2ed90ced rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x44519283 rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x516f32c3 ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x5a1794e2 rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x6261a96d rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x654b12d2 ir_raw_event_store_with_timeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x6672401e ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x7451e7e8 devm_rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x75e85a9c rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x849b2a34 rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x91a5e049 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb960f15c rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xcce522b3 devm_rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xcf90cf7a rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd1dce326 rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd68336ac lirc_scancode_event +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xf1339ea0 ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xfc5d3079 rc_map_get +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xfc7e251d ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0011 0x7c272f7d fc0011_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0012 0x08694369 fc0012_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0013 0x323ade10 fc0013_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/max2165 0xd60723bc max2165_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mc44s803 0xcee0d9ce mc44s803_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2060 0xb4badc9b mt2060_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0x902e0fff mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0x28a89df1 microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2131 0xa9264e93 mt2131_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2266 0x4027f340 mt2266_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5005s 0xcb555e3e mxl5005s_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0xefdd6f0a mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/qt1010 0xed31a044 qt1010_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0x7554524d r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18218 0xc495aa9e tda18218_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0x1968d7ed tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0x2683d51f tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x48985791 tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xdec3be65 tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0xfdcc98b2 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x5491882f tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x7e2c5776 tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x9165085d tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xed0ab385 tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0x6814cf06 simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc2028 0xed4737c1 xc2028_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc4000 0x283acd16 xc4000_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc5000 0xe8d6db59 xc5000_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x03c52e18 cx231xx_get_i2c_adap +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x04774782 cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x148fab34 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x2b67382b cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x34c1c05a cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x35ee9c0c cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x365377f8 cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x3afa7d10 cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x40c62f2d cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x49abd32c cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x5d0ba798 cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x6d90b50c cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x8a7efa76 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x8f463971 cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xb06322ed cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xbb45978d cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xbcd8293e cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xcc6e7bcd cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd36799f8 cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xeb6b1625 is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0xb0b5b01f mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0xe68ca793 mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x167697c4 em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x18b520a5 em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x2fb9cf2b em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x32aae3e9 em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x355fb1cf em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x36d5b68d em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x4951bf49 em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x5134c7a6 em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x5ae93a86 em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x5c0020a8 em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x6e2b672e em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x721f7cc7 em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7704d4cb em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x921d7c65 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x991c1e53 em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xb0593b12 em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xc18e938e em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xdb38b59f em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xfa2b003c em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xfd950933 em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x0b3f5beb __v4l2_async_nf_add_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x0de01646 __v4l2_async_nf_add_i2c +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x8488e804 __v4l2_async_nf_add_fwnode +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xcbd0d089 v4l2_async_nf_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xd0a32ced __v4l2_async_nf_add_fwnode_remote +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x01612c0b v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x08402862 v4l2_print_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x0958448b v4l2_set_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x0af3d134 v4l2_valid_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x2bf67def v4l2_calc_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x370cfe6e v4l2_dv_timings_presets +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x3aa68d7a v4l2_find_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x4839762f v4l2_calc_timeperframe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x7b6ac78f v4l2_phys_addr_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x8f8d4341 v4l2_get_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x922ecd29 v4l2_enum_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xa22fbfeb v4l2_hdmi_rx_colorimetry +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xa97e00eb v4l2_detect_cvt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xae575c8f v4l2_phys_addr_for_input +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xd034392d v4l2_match_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xf56238f4 v4l2_find_dv_timings_cea861_vic +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xff585440 v4l2_dv_timings_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0x589b389a v4l2_flash_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0xa30a4f58 v4l2_flash_indicator_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0xa60a982d v4l2_flash_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x099c2a6e v4l2_async_register_subdev_sensor +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x1715e8dd v4l2_fwnode_connector_add_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x34aa9f37 v4l2_fwnode_endpoint_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x612ddce5 v4l2_fwnode_connector_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x67742a31 v4l2_fwnode_parse_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x67cbf5ae v4l2_fwnode_endpoint_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x695b958d v4l2_fwnode_endpoint_alloc_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x745cbf56 v4l2_fwnode_connector_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x84e031c2 v4l2_async_nf_parse_fwnode_endpoints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xcf7badbd v4l2_fwnode_device_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xf9454dca v4l2_fwnode_put_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-h264 0x639ecc68 v4l2_h264_init_reflist_builder +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-h264 0x6a1429ff v4l2_h264_build_p_ref_list +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-h264 0xf568bf81 v4l2_h264_build_b_ref_lists +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0x30b5ebc6 v4l2_jpeg_parse_scan_header +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0xcbfdf5cb v4l2_jpeg_parse_frame_header +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0xe8956e3f v4l2_jpeg_parse_huffman_tables +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0xe8f40f9e v4l2_jpeg_parse_header +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0xf8ffd565 v4l2_jpeg_parse_quantization_tables +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x09ce7685 v4l2_m2m_ioctl_try_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x09d86d74 v4l2_m2m_try_schedule +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0eab6f2a v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x18c812d7 v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1a000905 v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1bedb187 v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1bf452fa v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2dbed477 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x31f65c05 v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3d8dc2a8 v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x46a19c68 v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4778cdbd v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x480acd79 v4l2_m2m_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x49fd0163 v4l2_m2m_buf_remove_by_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4adbd40f v4l2_m2m_request_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4efdc7ed v4l2_m2m_ioctl_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x55a69e35 v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x56b0e7bf v4l2_m2m_buf_copy_metadata +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5de772b5 v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x69efa1aa v4l2_m2m_update_start_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x70fe1422 v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x730f2eae v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x732058be v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x79fc8629 v4l2_m2m_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x82538e2b v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8b69b9f9 v4l2_m2m_ioctl_stateless_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8e432f3a v4l2_m2m_ioctl_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x984d2102 v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9e2eb28a v4l2_m2m_last_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa3e703e0 v4l2_m2m_update_stop_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa7598e98 v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xacccb2a1 v4l2_m2m_ioctl_stateless_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb0bbbf19 v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb185a208 v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb4ff5b94 v4l2_m2m_last_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc44f0d0b v4l2_m2m_register_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd2512c1b v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd9688681 v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xdaccaf57 v4l2_m2m_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xdd741ec6 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe04c47e9 v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe61d3aae v4l2_m2m_buf_remove_by_idx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf0887f61 v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf13ff84d v4l2_m2m_unregister_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf4ec44cf v4l2_m2m_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xfa56ce5a v4l2_m2m_ioctl_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0x4137d90c v4l2_vp9_adapt_coef_probs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0x8ef1a3dd v4l2_vp9_reset_frame_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0x8ef25d5d v4l2_vp9_seg_feat_enabled +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0x9dec35a2 v4l2_vp9_fw_update_probs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0xb3cf2529 v4l2_vp9_adapt_noncoef_probs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0xcf15018a v4l2_vp9_kf_partition_probs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0xdf6586d2 v4l2_vp9_kf_uv_mode_prob +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0xf5c55c43 v4l2_vp9_default_probs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0xfbf87a5e v4l2_vp9_kf_y_mode_prob +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x04073125 videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x2ec40c50 videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x40908224 videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x50a22505 videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x659bb153 videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x73e03003 videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x77453aef videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8f8bc689 videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x9697adb5 videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x9d3fca88 __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa09d37b8 videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb29511e8 videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb8677e58 videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xb9a44764 videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd0ce42b3 videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd7fafad4 videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xda1a01f3 videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xdc1b7334 videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xdd9aa780 videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xddf23670 videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe6581410 videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf2b04124 videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xfb209f34 videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xfc10b5d0 videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x553a86d0 videobuf_sg_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x5ecb15ef videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x68da7fdd videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x6ce1f551 videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xae041f97 videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0315a0ec v4l2_subdev_set_routing_with_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0917204a v4l2_subdev_get_fwnode_pad_1_to_1 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0a828949 v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0cd3c010 v4l2_subdev_get_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0da5fd1e v4l2_subdev_s_stream_helper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0dd68f1a video_device_pipeline +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0f2b3b9a v4l2_event_wake_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x10959bb1 v4l2_subdev_get_privacy_led +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x112909fd v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x11f3044c __SCK__tp_func_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x12db95af v4l2_get_link_freq +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x23fd0cff v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x26a0493d __v4l2_subdev_state_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2aa0c44c v4l2_subdev_set_routing +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2ae0877b __SCK__tp_func_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2b6856cd __tracepoint_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2c8eee3e v4l2_compat_ioctl32 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2dd50f72 v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x301d24ba v4l2_create_fwnode_links +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x318adf09 v4l2_subdev_disable_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x31c5853c v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3b015736 v4l2_ctrl_request_hdl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x45c86d46 v4l2_s_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4894cd55 v4l2_subdev_state_xlate_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4a8091d8 __video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x50527023 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5074e573 v4l2_fraction_to_interval +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5c8a6719 v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5cabbd5e v4l2_pipeline_pm_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5e182add v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x604e8b59 v4l2_i2c_subdev_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x61b529b6 v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x65d7839c v4l2_subdev_state_get_opposite_stream_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x65e93ce8 v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x662e36a7 v4l2_pipeline_pm_get +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x66e5a802 v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6a82931b __video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6ca7047a __traceiter_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6ce1c95c __SCK__tp_func_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6e9acc41 v4l2_fill_pixfmt_mp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x72395266 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x723a82b7 v4l2_g_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x728f7839 v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x73d0d44f v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x77b33b29 __traceiter_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x78fec767 v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7b8e1392 v4l2_subdev_notify_event +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7d1dd42d v4l_disable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7d6e7b6a v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7dd8793e __v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x855c71f5 __v4l2_ctrl_handler_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x86b1a550 v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x875ee693 v4l2_mc_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8986dcc4 __v4l2_subdev_init_finalize +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x89c6813d v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x92186c42 v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x929e3639 video_device_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x959cd0c4 v4l2_ctrl_request_hdl_ctrl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9fef35ac v4l2_apply_frmsize_constraints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa12bcf43 v4l2_subdev_enable_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa25d5419 v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa88a9c4c v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xad5c3c93 v4l2_simplify_fraction +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xadaeee9f video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xae20e55a v4l2_subdev_put_privacy_led +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xae3dd8d6 __v4l2_subdev_next_active_route +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xafd5559d v4l2_subdev_routing_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb48cf8aa __tracepoint_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb5a337db v4l2_subdev_state_get_stream_compose +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb6d25547 v4l2_pipeline_link_notify +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb8913108 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbe39fe2c v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc3c8dd87 v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc46744d7 v4l2_create_fwnode_links_to_pad +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc86897a7 v4l2_subdev_state_get_stream_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xca61bcb7 v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcc501597 v4l2_fill_pixfmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcf754c8f v4l2_subdev_routing_find_opposite_end +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd1977518 v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd1a54d4d v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd3da0c4e __traceiter_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd573429c v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd65bf72c v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd9cf01c7 v4l2_subdev_has_pad_interdep +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xde6e37d9 __v4l2_subdev_state_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdef3dffd __tracepoint_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe0b98a71 __tracepoint_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe2822320 __v4l2_find_nearest_size +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe5a33113 __SCK__tp_func_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe6087bb2 video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xec3c97d4 v4l_vb2q_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xed6c9ccf v4l2_subdev_state_get_stream_crop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf6515d03 v4l2_subdev_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf9a072b8 v4l_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf9c86bb9 v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfa8f3840 v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfe248d86 __traceiter_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xff1b320c v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x46c84939 pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xab136894 pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd82f2c52 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x015da1f6 wm8997_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x02b2fecf cs47l24_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x1949d8fa wm5110_revd_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x25a99193 cs47l24_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x262d74c3 wm8998_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x3501187e wm5110_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x37dfa237 wm5102_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x39419a43 wm8997_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x394c00a8 arizona_request_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x3994c3f5 arizona_set_irq_wake +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x40fe1ddf wm8997_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x4291e3d9 cs47l24_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x4a29fbf0 arizona_clk32k_disable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x57235406 wm5110_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x5c7b2dd1 arizona_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x74e7637b wm5102_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x89b43746 wm5110_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x8d389aa4 arizona_clk32k_enable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xab40702b arizona_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xabe7a21d arizona_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xca8cf60a wm5110_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xd2a4aa8d arizona_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xd3fee6a6 wm5110_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xdfbe649b wm8997_aod +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0xc41cfaa2 atc260x_match_device +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0xeb03c03e atc260x_device_probe +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x48c73bcb da9150_read_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x595e6c77 da9150_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x6dd1f480 da9150_write_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x9ba99a18 da9150_bulk_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xb7519787 da9150_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xd41ebb74 da9150_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xdec19d1a da9150_bulk_write +EXPORT_SYMBOL_GPL drivers/mfd/gateworks-gsc 0xa142a524 gsc_read +EXPORT_SYMBOL_GPL drivers/mfd/gateworks-gsc 0xb7abd1c4 gsc_write +EXPORT_SYMBOL_GPL drivers/mfd/iqs62x 0xa436f4de iqs62x_events +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x238cdb76 kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x3c0d529d kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x50d910fb kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x62237da3 kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x6d890424 kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x7d2a1835 kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xdb40922e kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xefffa1a5 kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x1245edc1 lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x1f202d70 lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x5d2e2850 lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x13016149 lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x43ab3eda lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x4d387224 lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x8bea3d9a lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x917ca3e1 lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xae9d8370 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xeb2f10f1 lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x367fd96a lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x6b624e85 lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xfff0d89e lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0cf6827d cs47l35_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0cfb5e3d cs47l35_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0f379262 madera_of_match +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x11d07548 cs47l92_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x11dda908 cs47l92_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x26516eb5 cs47l90_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x265cb2f5 cs47l90_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x3e841905 cs47l85_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x3e89c545 cs47l85_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x47802682 madera_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x4fc39f71 cs47l35_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x4fce4331 cs47l35_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x52e56844 cs47l92_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x52e8b404 cs47l92_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x656473b9 cs47l90_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x6569aff9 cs47l90_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x7bd98036 cs47l92_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x7db10409 cs47l85_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x7dbcd849 cs47l85_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x7fae1abe cs47l85_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x850035bd cs47l15_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x850de9fd cs47l15_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x8c8036c4 madera_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x8edae7c3 cs47l15_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xc63528b1 cs47l15_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xc638f4f1 cs47l15_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xd5a3b58d madera_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xe0b88c3b cs47l90_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xebe384cb madera_name_from_type +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xf0f0fa72 cs47l35_patch +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x2b0f423d mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x4252599f mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x8c8be97e mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x9e841c16 mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xb402ab23 mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xcc31a25e mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/motorola-cpcap 0xa226dbe8 cpcap_sense_virq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x0116615e pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x205d0051 pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x22722bc4 pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x2680917b pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x4f9263ee pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x629c7105 pcf50633_pm +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x69fb7dad pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x74310e5e pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x7518482c pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x89d92f88 pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x922b2efa pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xbccf3509 pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x0a80229a pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x8a48c169 pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x8f701e9a pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x9c33ba5e pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xbba3d971 pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xc6259edd pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xde5bc23d pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x3d4965cf devm_rave_sp_register_event_notifier +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x43e53ef9 rave_sp_exec +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x56d1a8c5 retu_read +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0xa074c8b6 retu_write +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0x14753e32 rk8xx_shutdown +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0x6f9b9b68 rk8xx_resume +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0x8bdca4c5 rk8xx_suspend +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0xe8f0e5cc rk8xx_probe +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x006bf2a9 si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1d29e62e si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2804e598 si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x2c7a605c si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x33fbcd40 si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x365b525b si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3fa030ac si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4622a4d0 si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4dda1317 si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4e1cd526 si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x510e1595 si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5b94019a si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x5bfc2e39 si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x621d23a6 si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x653456dd si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x66ffbdd3 si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x68387f34 si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6883e033 devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x6a4d3e51 si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x71f7c69f si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7ddf9578 si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7f732edc si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x99d11c88 si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9a918e98 si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb607fe44 si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xbf50a018 si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc422cdf2 si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc51efc02 si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd58d50b7 si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe0ee3ee4 si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf7094a4b si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf8c27d47 si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xfa60c02a si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xfe097ce4 si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x30379624 sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x5ebf93b0 sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x6e70b775 sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x9ade8269 sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xbb9c6940 sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sprd-sc27xx-spi 0xc5f43dea sprd_pmic_detect_charger_type +EXPORT_SYMBOL_GPL drivers/mfd/stm32-timers 0xe0eee7b4 stm32_timers_dma_burst_read +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0x56378011 stmfx_function_enable +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0xacf67036 stmfx_function_disable +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x17085a8e am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x643b40b1 am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x848cacc5 am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xa2fccb5e am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x1196c53a tps65217_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0x716174ce tps65217_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xb3992baa tps65217_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65217 0xee9a173c tps65217_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x3cd05d71 tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x6ca21ca4 tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xaebb4951 tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps6594-core 0xbf0e5500 tps6594_is_volatile_reg +EXPORT_SYMBOL_GPL drivers/mfd/tps6594-core 0xf6f258cb tps6594_device_init +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x0e969c86 alcor_read32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x3001a31f alcor_write8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x4bd13a75 alcor_write16 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x8d9c024d alcor_read32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x929ac579 alcor_read8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xaea9d516 alcor_write32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xda100b30 alcor_write32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x05f1bf35 rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x1ec73825 rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x285f6416 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x33cbed79 rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x38074c51 rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x3e49ceab rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x53cead3e rtsx_pci_dma_unmap_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x5cbba80a rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x6242b42f rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x687e60ca rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x6f666c1f rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7b7de2bf rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x7be5614a rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x969217cc rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x997f2c56 rtsx_pci_dma_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x9e538f97 rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb024b9f7 rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb291262e rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xca78399a rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xd6712d18 rtsx_pci_dma_map_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xe4c3f6b8 rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xe7005ce5 rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xf293b0b9 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xfa636f00 rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x091e4dd8 rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x1c974c1b rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x1e4023e4 rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x3153817f rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x330f4a97 rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x47e304ba rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x661b93ae rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x6f4500c4 rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x8a08ff5a rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xa5082cc8 rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xaadcccb0 rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xbb18f24e rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xd600c892 rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x3afc2503 cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x5c02a0c3 cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xb5e776b7 cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xe72aeeef cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x0b008db0 oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x296a8983 oslec_update +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x3115970d oslec_create +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x4b711f77 oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x5909e701 oslec_snapshot +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x780d3f01 oslec_flush +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x84eba96d oslec_free +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x3cb83d5b eeprom_93cx6_multireadb +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x870b53e9 eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x884deb9d eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0xc9c6bb25 eeprom_93cx6_readb +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0xff7a0fdf eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x0d7ba066 enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x3a3b0819 enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x4a23a039 enclosure_component_alloc +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x5ec760e9 enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xbc83bd68 enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xc1f365f9 enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xec9a7ca3 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xfb9653c7 enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x428c781d lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x4f1527ea lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x62d55d49 lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x933cb95c lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x93f86660 lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x98e6ba46 lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xc17cf9f8 lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xf1eb3f03 lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/pvpanic/pvpanic 0x2ad562a5 devm_pvpanic_probe +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x0aaa0612 st_unregister +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x88af0259 st_register +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x3a022a36 uacce_register +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0xa22e93ab uacce_alloc +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0xc5a81e01 uacce_remove +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x024d14bc vmci_qpair_produce_free_space +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x046dd187 vmci_datagram_create_handle +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x056837fb vmci_get_context_id +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x09268f4b vmci_qpair_enquev +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x1fd4782d vmci_qpair_get_produce_indexes +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x2449459d vmci_event_subscribe +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x32e15c1a vmci_qpair_peekv +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x3a22fa8a vmci_datagram_destroy_handle +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x4ba5c46b vmci_qpair_peek +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x5591b58e vmci_context_get_priv_flags +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x5e949e0a vmci_doorbell_destroy +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x60e6617e vmci_qpair_dequev +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x612df9ae vmci_qpair_detach +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x676bd843 vmci_qpair_consume_free_space +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x75fe065a vmci_send_datagram +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x787f0fe8 vmci_register_vsock_callback +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x7c74d7a6 vmci_qpair_consume_buf_ready +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0x81d61eef vmci_qpair_dequeue +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xb572e830 vmci_doorbell_create +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xbcb85f62 vmci_doorbell_notify +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xc04c7e84 vmci_qpair_get_consume_indexes +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xc403cafe vmci_is_context_owner +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xde3abc2e vmci_datagram_create_handle_priv +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe0cc9c92 vmci_qpair_alloc +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe11895c1 vmci_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xe67343c1 vmci_qpair_enqueue +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xea143610 vmci_datagram_send +EXPORT_SYMBOL_GPL drivers/misc/vmw_vmci/vmw_vmci 0xea61eefe vmci_qpair_produce_buf_ready +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0x256aa405 dw_mci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0x4ca5ff54 dw_mci_pltfm_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0x61d0fd63 dw_mci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0x06d3fec5 mmc_hsq_init +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0x18e4fc5a mmc_hsq_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0xb584dd30 mmc_hsq_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/mmc_hsq 0xdffa0078 mmc_hsq_finalize_request +EXPORT_SYMBOL_GPL drivers/mmc/host/renesas_sdhi_core 0x3024e0c3 renesas_sdhi_probe +EXPORT_SYMBOL_GPL drivers/mmc/host/renesas_sdhi_core 0xadb79d94 renesas_sdhi_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x090ad3d6 sdhci_abort_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x0acecb9b sdhci_enable_sdio_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x1ab3ad36 sdhci_adma_write_desc +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x1b2766b6 sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x22c44a28 sdhci_get_cd_nogpio +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x29266e7c sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x30272f9d sdhci_execute_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x30bffb42 sdhci_set_ios +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3184855f sdhci_reset_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x31a17628 sdhci_calc_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x33224ee8 sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x37f7b52b sdhci_enable_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x386bec39 sdhci_setup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x398fa77d sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3a81e42d sdhci_request +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3cf60cae sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x42192cb9 sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x4e6ed608 sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x54a47037 sdhci_cqe_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x58bef3ea sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x5bdfec50 sdhci_set_power +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x69b83c05 sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x72cc0374 sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x7d2393f9 sdhci_end_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x8639122b sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x8b84bd80 __sdhci_read_caps +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x90a5a567 sdhci_start_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x9201bc63 sdhci_set_data_timeout_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x921a5bca __sdhci_set_timeout +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x9575072d sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xae96a945 sdhci_cqe_enable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb8b92f44 sdhci_cleanup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb994b03e __sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xbe8d0efc sdhci_start_signal_voltage_switch +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc32f1a41 sdhci_set_power_noreg +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xcc3b4d0e sdhci_set_power_and_bus_voltage +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd9da8213 sdhci_switch_external_dma +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xdcac3b2a sdhci_request_atomic +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe4ecc7b4 sdhci_enable_v4_mode +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xec64bdf6 sdhci_cqe_disable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf0183ba7 sdhci_dumpregs +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf3055901 sdhci_send_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x023a725e sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x106e273b sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x11217ca2 sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x96405e50 sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xbb31930f sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xbcef1d18 sdhci_get_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xc1a294f2 sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xe1fdfd22 sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xe4ffab0e sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x02718d61 tmio_mmc_host_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x378f2335 tmio_mmc_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x39393847 tmio_mmc_enable_mmc_irqs +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x3f96aecb tmio_mmc_host_probe +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x708df9bc tmio_mmc_disable_mmc_irqs +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x8b5989c0 tmio_mmc_do_data_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x9bef2052 tmio_mmc_host_runtime_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xb7afbcf3 tmio_mmc_host_free +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xed1dc241 tmio_mmc_host_alloc +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xfeae50ba tmio_mmc_host_runtime_suspend +EXPORT_SYMBOL_GPL drivers/most/most_core 0x06a0a3f6 most_deregister_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0x2602c25a most_deregister_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0x3bfdac6b most_start_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0x3d2d5024 most_register_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0x3dcc61e7 most_submit_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x510e1dfa most_get_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x68ff35ea most_put_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0xa585cb7d most_deregister_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0xcd3c0db0 most_stop_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0xdc6ec671 most_resume_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0xdd574ee6 channel_has_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0xe77d79f4 most_stop_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0xf01c3453 most_register_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0xf0733d2e most_register_interface +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x1c02e8c9 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x232bcd21 cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xe11ccd5f cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x03967a3d cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x7dc431ed cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xf06fb5bb cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0x92511cba cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x47c1410c cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x83cf1efe cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x90de2cc1 cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0x82fbc4df hyperbus_unregister_device +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0xcd27fe0b hyperbus_register_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x01e96656 mtd_pairing_info_to_wunit +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x04c5ce1d __register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x06afa495 mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1218c2e4 mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x14677c0c mtd_ooblayout_set_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x16e307c1 register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x186862f9 mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1ca89d64 mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1fa1baef mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x263b7ba1 get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2a447154 mtd_ooblayout_set_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2ca6dd85 mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2d90a0a1 __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x35afb1a7 __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x36e3a9a6 mtd_write_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3732a39d mtd_block_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x390cb1a7 mtd_ooblayout_count_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x3e50d6e8 mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x44d6a32c mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x4ef485f0 mtd_pairing_groups +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x50dabc2f mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x511463b4 mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x669498a8 mtd_ooblayout_ecc +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6fb4030c deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x72fb0e5b kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x7ac39036 mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x84b981dc mtd_ooblayout_get_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8568e9f9 mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x86798b09 get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x88f4c04c mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8ef40590 mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x97c71323 of_get_mtd_device_by_node +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x98ac6820 mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9e631114 mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa1311ace mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa9f8648c mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xac561b46 get_tree_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xac900438 mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb4d63cf7 put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb7075882 mtd_check_expert_analysis_mode +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc2a37137 mtd_wunit_to_pairing_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc33d622b __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc4c9c95f mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xc9731508 mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xca23b9b6 mtd_ooblayout_count_freebytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcad53728 mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xcec5c80b mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd133e568 mtd_ooblayout_get_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xdca76d79 mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe01b5601 mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe3f7df85 mtd_ooblayout_free +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xecddacab mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfb600c41 mtd_erase_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfdd096f2 mtd_ooblayout_find_eccregion +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfe154343 mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xff3ae527 unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x0d94753b deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xa390f00a del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xd500ff44 mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xeb9429a0 register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xfb17287c add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x14f9f952 mxic_ecc_process_data_pipelined +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x200125bd nand_get_small_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x2123e80a mxic_ecc_get_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x37fa8684 nand_ecc_init_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x43b830e8 nanddev_markbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x54bd7235 nanddev_bbt_set_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x585b5702 nanddev_mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x60600751 nanddev_ecc_engine_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x74184454 nanddev_bbt_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x7b4e305a nand_get_large_page_hamming_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x8061380b nand_ecc_cleanup_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x80b9e782 nanddev_bbt_update +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x81698b88 mxic_ecc_put_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x8e87b8f1 nand_ecc_tweak_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x8ec38404 nanddev_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x97326c67 nanddev_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x9d2788b7 mxic_ecc_get_pipelined_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x9d6bf6c0 nanddev_bbt_get_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xa63228de nanddev_ecc_engine_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xaeec6bd3 nanddev_isbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xc8a206b8 nanddev_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xdfa3bf4b nanddev_bbt_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xe25cb4ab nand_ecc_restore_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xe51a377d nanddev_mtd_max_bad_blocks +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xfea8af60 nand_get_large_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0x39fcb5ee onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0x769aea70 onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0x21dd6fd5 brcmnand_pm_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0x5f168d1e brcmnand_probe +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0xfb3dfe41 brcmnand_remove +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/denali 0x40a0f933 denali_chip_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x11091291 nand_extract_bits +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x28ae9673 nand_change_write_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x28b5e907 nand_prog_page_begin_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x2d368c4c nand_subop_get_addr_start_off +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x2e17e785 nand_readid_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x36fa716c nand_read_oob_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x4a98faae nand_deselect_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x4e6b507f nand_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x4f506920 nand_decode_ext_id +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5632e63d nand_subop_get_num_addr_cyc +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5a7b01d2 nand_read_page_hwecc_oob_first +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x7494120e nand_write_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x8515487b nand_ecc_choose_conf +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x942d4845 nand_erase_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x95e6ad67 nand_soft_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x9cfc6b7e nand_prog_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x9de98d88 nand_read_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xa46ce10a nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xa76db1e0 nand_reset +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xab821c0a nand_reset_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xc3ffd3d9 nand_prog_page_end_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd0dcfdf7 nand_change_read_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd1853318 nand_status_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd3c672b8 nand_subop_get_data_len +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd41ff2ac nand_subop_get_data_start_off +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd7f8a3df nand_read_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xeb581031 nand_gpio_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xfa48060a nand_op_parser_exec_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xfec709e9 nand_select_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/sm_common 0xa9326753 sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x5fd58c87 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x2c4803a2 ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x366d96cd ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x38e10c1d ubi_flush +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x3bc28e91 ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x42801d20 ubi_sync +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x6333159b ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x66011ab6 ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x6710a52f ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x6ee0e0ca ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x76c98c9b ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x7d1c91eb ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x852089c4 ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x956f8744 ubi_leb_read_sg +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xa514708c ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xb8334947 ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xca6bc679 ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xcf26411f ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x00556a84 mux_control_put +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x0a65c89f mux_state_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x0a758a0e mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x15caaae8 devm_mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x308bdf0f mux_control_states +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x43f57962 mux_chip_free +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x4f6ad1d3 mux_chip_unregister +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x513dad40 mux_control_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7cf08396 mux_state_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x87c41349 mux_control_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x8ee6628f devm_mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x9615fce1 mux_control_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xa28fd669 devm_mux_state_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xbdd99642 devm_mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xe67005cb mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xf634bcd5 mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xfa76e911 mux_state_select_delay +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x4a88633a devm_arcnet_led_init +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0xec07e8d5 arcnet_led_event +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x18367c62 alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x6b25a23f unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x781b0f5f register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xd32c5f9c c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xe0ab6ddb free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xf30c0986 c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x130366b0 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x1fbd6680 alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x237468ea unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x71415ef2 register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x09b177da can_rx_offload_del +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x1015bf9b of_can_transceiver +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x10d892eb can_get_state_str +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x1b81f63d can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x26060d14 can_rx_offload_add_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x282f99c4 can_rx_offload_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2ccb5f32 can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x324b385e can_skb_get_frame_len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x4341e04d can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x457eb690 alloc_canxl_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x46a40027 can_rx_offload_queue_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x5bf0e970 unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x5f0e4b35 can_rx_offload_irq_offload_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6047ede6 can_fd_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x604fa83d register_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x60d2df58 can_rx_offload_irq_offload_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x76911e9f open_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x7aab0897 alloc_candev_mqs +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x7ff79d97 can_change_state +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x80e4b1e9 can_rx_offload_queue_tail +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x8cf3865e close_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x8f9621aa free_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x9597b220 can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x97647b4b alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x9be4ec0e alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x9d8c18db can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xa154ad17 can_rx_offload_enable +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xbb9c5f9b can_rx_offload_add_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xbc71fd9a alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xbf5debd0 can_dropped_invalid_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xc313a0aa can_rx_offload_add_manual +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xd150173e safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xe7277497 can_rx_offload_threaded_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xe9a86b7c can_rx_offload_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf12d9387 can_fd_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x2757484d m_can_class_resume +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x8877f965 m_can_class_allocate_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x893eb03c m_can_class_free_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x8e62f73f m_can_class_suspend +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xbdb96111 m_can_class_register +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xd6d8b124 m_can_class_get_clocks +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xe902e764 m_can_class_unregister +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xf3b78646 m_can_init_ram +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x4106a83c free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xab4b5f67 register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xae5cb351 alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xe6ea0092 unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/dsa/lan9303-core 0x1684c07a lan9303_indirect_phy_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_switch 0x59364dfa ksz_switch_chips +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0x40cb53e0 mt7530_remove_common +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0x45a2ea70 mt753x_table +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0xe07d94fc mt7530_probe_common +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0xe3da66b9 mt7530_switch_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0x6768d931 felix_netdev_to_port +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0x8d346085 felix_switch_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0xc7a7a145 felix_port_to_netdev +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8365mb 0xf3084274 rtl8365mb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x1921a3d8 rtl8366_set_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x2668fffc rtl8366_set_pvid +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x41a1f538 rtl8366_enable_vlan4k +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x490f9292 rtl8366_mc_is_used +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x72e30b36 rtl8366_vlan_del +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x7f6ca411 rtl8366_enable_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x893717c8 rtl8366_vlan_add +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x8f478375 rtl8366_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xb998a089 rtl8366rb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xbaf4642e rtl8366_get_strings +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xbef5d497 rtl8366_reset_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xf0b5d8d4 rtl8366_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x3a3bca25 pdsc_get_pf_struct +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x3e0f2bad pds_client_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x45b87b4f pdsc_register_notify +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x525a6fde pdsc_adminq_post +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x79b6bc72 pds_client_adminq_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0xc4a04159 pds_client_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0xce714617 pdsc_unregister_notify +EXPORT_SYMBOL_GPL drivers/net/ethernet/arc/arc_emac 0x7b5dc3ac arc_emac_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/arc/arc_emac 0x8a79e8d6 arc_emac_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0294e401 octeon_free_sc_zombie_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0bc1a16a lio_setup_cn66xx_octeon_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x10f69fe3 octnet_send_nic_data_pkt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x14dcac6f octeon_droq_process_packets +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x19cb4e69 liquidio_link_ctrl_cmd_completion +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x1be7e223 octeon_alloc_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x2262acb6 octeon_get_conf +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x241a2a6c lio_fetch_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x2cce370c liquidio_set_ethtool_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x343e923b octeon_alloc_soft_command_resp +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x3a59b32f cn23xx_octeon_pfvf_handshake +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x3d1dc848 octeon_register_reqtype_free_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x408a0996 octeon_read_device_mem64 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x422608cc octeon_setup_instr_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x449a329f cn23xx_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x449b5edc octeon_wait_for_ddr_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x472c8d02 lio_pci_readq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x49f1d846 octeon_pci_read_core_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x50f8f2af octeon_send_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x51e4691d liquidio_get_fec +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5475cf0a octeon_get_tx_qsize +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5bf19585 octeon_write_device_mem32 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x633f0a6a octeon_droq_check_hw_for_pkts +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x65dc07ac cn23xx_fw_loaded +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x6bce95ec liquidio_setup_io_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x6d0d28ef octeon_init_device_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x6f92d326 liquidio_set_feature +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x6fcab7c6 lio_process_iq_request_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x76b6831d octeon_read_device_mem32 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x78613ecd liquidio_get_speed +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x7b7abf19 octeon_delete_instr_queue +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x7c276bce octeon_free_ioq_vector +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x7ced244c lio_pci_writeq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x7cfa9f30 setup_cn23xx_octeon_pf_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x7e566353 lio_get_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x8584043d cn23xx_vf_ask_pf_to_do_flr +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x87610332 octeon_send_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x8a4034c7 octeon_ring_doorbell_locked +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x8c4de904 setup_rx_oom_poll_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x93d06f60 lio_setup_glists +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x94d045dd octeon_register_dispatch_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x9d312592 octeon_free_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x9f72b749 lio_wait_for_clean_oq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xa28902c4 lio_delete_glists +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xa70e6d86 octeon_deregister_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xab253ab4 lio_process_ordered_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xac9e9719 octnet_send_nic_ctrl_pkt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xae72f1a0 octeon_delete_droq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xaf30660d lio_setup_cn68xx_octeon_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xb38aad54 lio_wait_for_instr_fetch +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xb6214895 octeon_init_dispatch_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xb8d66ec6 octeon_set_io_queues_off +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xbd81a256 liquidio_change_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xbe782328 cleanup_rx_oom_poll_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc18d35ef cn23xx_setup_octeon_vf_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc1a46dd8 octeon_setup_response_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc1c8eb30 octeon_register_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc223e4fe octeon_get_rx_qsize +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc5bb30a4 octeon_setup_output_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc6abc5b1 octeon_core_drv_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xcb6c59cc octeon_delete_dispatch_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xcc112f8c octeon_unregister_droq_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd1579d44 lio_enable_irq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd45fd717 octeon_allocate_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xdc10ed2c octeon_setup_interrupt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xdd543ca4 octeon_free_sc_done_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xdf745772 octeon_free_device_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xe3673f67 octeon_allocate_ioq_vector +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xe66a3ea2 octeon_prepare_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xe74f2240 octeon_mem_access_ok +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xe9149f82 octeon_delete_response_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xec7f00a5 lio_get_state_string +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xf06f8d1b cn23xx_tell_vf_its_macaddr_changed +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xf885d6de octeon_pci_write_core_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xf97102c7 octeon_free_sc_buffer_pool +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xff7ce870 octeon_setup_sc_buffer_pool +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x168be75a enetc_configure_si +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x1706d961 enetc_alloc_msix +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x1cce176c enetc_setup_bpf +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x1f6578a3 enetc_set_fs_entry +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x217e51d0 enetc_reset_tc_mqprio +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x277196e4 enetc_pci_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x290512bd enetc_set_rss_key +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x3096acb4 enetc_xdp_xmit +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x439daf18 enetc_clear_mac_flt_entry +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x47db497a enetc_setup_cbdr +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x4f469f6c enetc_mm_link_state_update +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x4fc19fc7 enetc_get_si_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x533149bd enetc_xmit +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x55ffbdaa enetc_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x65125c4b enetc_port_mac_wr +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x6ddbb018 enetc_free_msix +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x7527038a enetc_alloc_si_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x90bc2a75 enetc_start +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x93a5e618 enetc_set_features +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x9baf1471 enetc_get_rss_table +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x9f3e9aa8 enetc_close +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xa5d44b01 enetc_open +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xacbf5c90 enetc_set_rss_table +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xb165b39b enetc_set_ethtool_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xb58a53bc enetc_pci_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xb703e91d enetc_ioctl +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xb82370a2 enetc_set_mac_flt_entry +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xbeb0b573 enetc_send_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xc5d47798 enetc_free_si_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xd00d2e57 enetc_get_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xda5e9112 enetc_teardown_cbdr +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xdaae31d5 enetc_init_si_rings_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xe82a6f92 enetc_setup_tc_mqprio +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xf8980d1c enetc_port_mac_rd +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x155f598f enetc_mdio_write_c22 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x4b1e0c80 enetc_mdio_write_c45 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x9d9add2d enetc_mdio_read_c22 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0xa036f3d4 enetc_hw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0xd9d61d6f enetc_mdio_lock +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0xfcf02fea enetc_mdio_read_c45 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-ptp 0x5431a304 enetc_phc_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x02d8b2f8 fun_serv_restart +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x2a54b5e1 fun_free_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x4796ed8f fun_alloc_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x585a077d fun_serv_sched +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x5b31dce2 fun_get_res_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x760f35de fun_cq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x80957d11 fun_submit_admin_sync_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x81ed3746 fun_sq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xb3b50048 fun_bind +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xccd73afe fun_serv_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xfc598d45 fun_res_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0x6eeab902 i40e_client_device_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0x8a5c8f96 i40e_client_device_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x33c81362 ice_get_qos_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x3c1d874b ice_del_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x59ae0677 ice_add_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x8cc3ff06 ice_rdma_request_reset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xb5f30cbb ice_rdma_update_vsi_filter +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0x30d6313f otx2_ptp_clock_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0x68c26318 otx2_ptp_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0x9c6f0d3c otx2_ptp_tstamp2time +EXPORT_SYMBOL_GPL drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp 0xab5ed2fb otx2_ptp_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x015778d3 mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x01ada6bc mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x02ce5571 mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x032440b5 mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x03b4a968 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x055eb37e mlx4_set_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x05777b07 mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x073f75e4 mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x092e56e0 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0efe2eb0 mlx4_mr_hw_get_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x10e54fd6 mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x11f6ffae mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x12582ab6 mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1421dfc4 mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x17ae0d4a mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x17b3138c __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x17b520d0 mlx4_mr_hw_change_pd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x19adc1db __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1d044a3a mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1f6141ed mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x21e6f70d mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2ad19b9a mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2cfb444f mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2dded8fc mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2f43db3a mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x305cc16d mlx4_get_devlink_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3bad2548 mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3c2289d1 mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x439057ab mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x43acdac2 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x491da68a mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4a63be42 mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4b495cdc mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4b9a8c89 mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5139d3f4 mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x526ed573 mlx4_config_roce_v2_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x54de0996 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x55f44b16 mlx4_get_internal_clock_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x56891391 mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x58a8c23f mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5901614d mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5b3cdd76 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5ea38f31 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x601d0a57 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x64397f71 mlx4_port_map_set +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x684132b9 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x684a8167 mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6947c9b1 mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6a11752e mlx4_mr_rereg_mem_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6b59fd9d mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6bc236c5 mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6d4a70e1 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6ec6f898 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x700ba0f7 mlx4_config_dev_retrieval +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x720e3fa8 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7963e70b mlx4_mr_hw_put_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7a94c993 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7e32c1f5 mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7e679d09 mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x806f1097 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x836abc96 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x864c33db mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8f49410f mlx4_replace_zero_macs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8fc7db84 mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x91b7a03c mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9506cc1c mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x953fb851 mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9aacbc35 mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9bdc445b mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9c1914d9 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9cb415c8 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9d25a672 mlx4_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9ea58993 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9f9ae65e mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa0ac4ec6 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa25baf66 mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa496fbfb mlx4_mr_hw_write_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb1bbae23 mlx4_mr_hw_change_access +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb387e62d mlx4_unbond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb3edd0c7 mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb467f1bd mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb818f7d9 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb92833a3 __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbcbd59a2 mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbdae815a mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbe0104f6 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc034864f mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc13c0fcc mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc297bbda mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc29fb879 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc36bdc40 mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc386821b mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc43853f5 mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc51e7a28 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc927fb76 mlx4_set_vf_rate +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc93bfd11 mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc9a587d4 mlx4_get_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xca6821e1 mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcccf09e4 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xce421339 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcf3dbce2 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcffa2ad0 __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd18b554a mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd1c46adb mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd88faa7a mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdb0065d3 mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdd59cd0a mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe9332d72 mlx4_bond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeb2c51a2 mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xebbe671d mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xebdef3e5 mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xec027e8d mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xedca01b6 mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee83eb01 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf1f6194f mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf2ec2229 mlx4_get_counter_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf41ddbfa mlx4_get_default_counter_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf4b0999f mlx4_put_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf5f5959c mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf9d585b3 mlx4_mr_rereg_mem_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfc846437 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfcf471f9 mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x014fcc06 mlx5_modify_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x016e1e65 mlx5_query_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x031574f8 mlx5_modify_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x043c5685 mlx5_frag_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x04ad3d85 mlx5_nic_vport_enable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x072460c4 mlx5_fill_page_frag_array +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0b3d5995 mlx5_query_port_max_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0d5dfae2 mlx5_modify_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0da079a8 mlx5_set_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1094e0e1 mlx5_query_hca_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x10f427a7 mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x14d1f7a5 mlx5_core_modify_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x17d4c5b8 mlx5_query_nic_vport_qkey_viol_cntr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1a04d988 mlx5_query_module_eeprom +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1c4a95a1 mlx5_eswitch_get_total_vports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x304ac288 mlx5_db_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3110b49f mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x32012856 mlx5_set_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3ad07e0e mlx5_query_nic_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3ceecec3 mlx5_set_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x40dcb77f mlx5_set_port_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x429ec951 mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x435d7133 mlx5_eswitch_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x44f5c05b mlx5_query_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x45571178 mlx5_query_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4beb48df mlx5_query_hca_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d4cecf9 mlx5_query_nic_vport_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x51ebdc61 mlx5_core_reserved_gids_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5eac61ec mlx5_query_hca_vport_gid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x633c9014 mlx5_core_query_vport_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x661c1e16 mlx5_query_port_oper_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x718f4fb2 mlx5_query_module_eeprom_by_page +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x728eb44e mlx5_query_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x73dce5e2 mlx5_query_port_vl_hw_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x75670abc mlx5_query_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x75e2e281 mlx5_toggle_port_link +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x794e8ca8 mlx5_query_nic_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7b768b99 mlx5_frag_buf_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7e9d7929 mlx5_query_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x81aadc6a mlx5_fill_page_frag_array_perm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x85be65c7 mlx5_query_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x875c497f mlx5_query_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x877bdc75 mlx5_modify_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x88320afe mlx5_nic_vport_query_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8ec8fc26 mlx5_query_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa03b5b72 mlx5_query_nic_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa15f8fe6 mlx5_query_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa28c0dc8 mlx5_set_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa9ce7f07 mlx5_modify_nic_vport_vlans +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xabf788c4 mlx5_core_query_sq_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbbf45cd8 mlx5_query_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbe7c9fe5 mlx5_query_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc07e2fd0 mlx5_set_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc185efe6 mlx5_set_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc3dc48b6 mlx5_query_port_ptys +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc556e186 mlx5_nic_vport_update_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xce8a7967 mlx5_nic_vport_affiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xce994b16 mlx5_query_hca_vport_pkey +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd933f30a mlx5_query_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdacda6f3 mlx5_dm_sw_icm_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe0d61093 mlx5_nic_vport_unaffiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe3032be1 mlx5_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe68100ed mlx5_ipsec_device_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe6e949bf mlx5_set_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe70bc7a7 mlx5_dm_sw_icm_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xea9cb624 mlx5_query_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xee956418 mlx5_vport_get_other_func_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf1bd63ae mlx5_modify_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf8c46949 mlx5_query_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x13c7a48f ks8851_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x37da3301 ks8851_remove_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x59a811b0 ks8851_probe_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x82b9a2c9 ks8851_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0x8e969f90 devm_regmap_init_encx24j600 +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0xcc4fa41a regmap_encx24j600_spi_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0xe8c8c6c2 regmap_encx24j600_spi_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x05cffedb ocelot_port_writel +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x06c2a173 ocelot_port_setup_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2243d929 ocelot_port_set_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x31b146b8 ocelot_port_configure_serdes +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x34481f7c ocelot_port_get_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3ca8c6e7 ocelot_port_get_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x40352451 ocelot_migrate_mdbs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x46dd0b57 __ocelot_rmw_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x48a7a8cd ocelot_port_add_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x48f6e97c ocelot_port_get_eth_ctrl_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4b1475c0 ocelot_port_mirror_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4baf6ec0 ocelot_port_mqprio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x56d0da18 ocelot_mact_flush +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x58e4decd ocelot_port_get_eth_mac_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5e149665 ocelot_lag_fdb_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5e6e185e __ocelot_write_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x60d7ce2b ocelot_port_mirror_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6771e456 ocelot_port_del_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6dcbc73e ocelot_port_get_mm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6fb979b8 ocelot_port_readl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x70dc4f81 ocelot_bridge_num_find +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x73121125 ocelot_regfields_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x76eee60b ocelot_regmap_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x776dc596 ocelot_phylink_mac_link_up +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x884beac5 ocelot_get_bridge_fwd_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8902867c ocelot_port_get_pause_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x89875b79 ocelot_port_set_mm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8c5c4a7e ocelot_port_get_eth_phy_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x905bc682 ocelot_port_assign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x94fc9416 ocelot_port_get_mm_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9d732927 ocelot_port_assigned_dsa_8021q_cpu_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9e7e5e71 ocelot_port_get_rmon_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa0abf9e6 ocelot_cls_flower_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb03c7b20 ocelot_bond_get_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb2169f36 ocelot_cls_flower_replace +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbb79020d ocelot_cls_flower_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc8c56c0e ocelot_port_unassign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd0da2887 ocelot_port_teardown_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd764f95e __ocelot_bulk_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdc0e6d84 ocelot_mm_irq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe6ae5365 ocelot_lag_fdb_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf2162e29 ocelot_phylink_mac_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf7cb3b8b ocelot_port_rmwl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfe910fe1 ocelot_phylink_mac_link_down +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfffbdaf9 __ocelot_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/qualcomm/qca_7k_common 0x0b28a9ad qcafrm_create_footer +EXPORT_SYMBOL_GPL drivers/net/ethernet/qualcomm/qca_7k_common 0x2b6ddf3f qcafrm_fsm_decode +EXPORT_SYMBOL_GPL drivers/net/ethernet/qualcomm/qca_7k_common 0x41da0375 qcafrm_create_header +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x2ffd574f stmmac_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x545572d4 stmmac_set_mac_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x6a17e784 stmmac_dvr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x92d778bb stmmac_get_mac_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x9ef6cfba stmmac_bus_clks_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xc49cd41d stmmac_init_tstamp_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xcf621375 stmmac_dvr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xffd6007d stmmac_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x0271f71b stmmac_pltfr_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x039c5805 stmmac_pltfr_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x221011bd stmmac_pltfr_remove_no_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x65e2f159 devm_stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x86900977 stmmac_pltfr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x95e87105 stmmac_remove_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xa1b90f05 devm_stmmac_pltfr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xc2c4e761 stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xed6bbbf2 stmmac_pltfr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xed92a767 stmmac_get_platform_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xfe5f2caa stmmac_pltfr_exit +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x405b51c2 am65_cpts_ns_gettime +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x6ab9a4a1 am65_cpts_release +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x828c824a am65_cpts_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0x91fd3558 am65_cpts_rx_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xa9aec4f1 am65_cpts_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xb60b988a am65_cpts_estf_disable +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xba86b170 am65_cpts_prep_tx_timestamp +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xbfc83e4d am65_cpts_estf_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xe0cbdf78 am65_cpts_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xe328484c am65_cpts_tx_timestamp +EXPORT_SYMBOL_GPL drivers/net/ethernet/ti/am65-cpts 0xfca9b9d9 am65_cpts_phc_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x1a43013c w5100_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xa9b674d5 w5100_ops_priv +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xda476e82 w5100_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xe184ac09 w5100_pm_ops +EXPORT_SYMBOL_GPL drivers/net/geneve 0x37f23260 geneve_dev_create_fb +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x35db6c34 ipvlan_count_rx +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x7535a231 ipvlan_link_setup +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x7c2302de ipvlan_link_new +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xeb6f9b45 ipvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xeeda2615 ipvlan_link_delete +EXPORT_SYMBOL_GPL drivers/net/macsec 0x74f52ad0 macsec_pn_wrapped +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x3caa1ce4 macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x40dee8df macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x814e2dbe macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xee987fd7 macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-i2c 0xd01674fb mdio_i2c_alloc +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-mux 0x3ccb2f54 mdio_mux_init +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-mux 0x6318757f mdio_mux_uninit +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-regmap 0x1b44b6ec devm_mdio_regmap_register +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x27dc2399 xpcs_do_config +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x946234a4 xpcs_get_an_mode +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x9b430bc5 xpcs_link_up +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xa4f3ecb8 xpcs_destroy +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xad14a207 xpcs_get_interfaces +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xae937803 xpcs_create_mdiodev +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xded461ce xpcs_config_eee +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x1c9e5a55 bcm_phy_cable_test_get_status_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x21490234 bcm_phy_read_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x2a2f3e77 bcm_phy_get_strings +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x2c3352ef bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x31a9f8aa bcm_phy_write_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x38535c88 __bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x3ea20ad9 bcm_phy_set_wol +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x5057bea8 bcm_phy_r_rc_cal_reset +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x62490334 bcm_phy_get_stats +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x63b81dc4 bcm_phy_enable_jumbo +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x6995327b bcm_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x71bf95a5 bcm_phy_28nm_a0b0_afe_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x72c911b7 __bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x754319cd bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x75fcf5e4 bcm_phy_led_brightness_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x76031b50 bcm_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x88d42482 bcm_phy_cable_test_start_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x8d5bc2dc bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x8ff6d956 bcm_phy_downshift_get +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x9354f7e3 bcm_phy_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x9e2fb9cd bcm_phy_read_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa02968c3 __bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa0f0ddfd bcm_phy_wol_isr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xaa02ceb2 bcm_phy_write_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xb31c9b03 __bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xbc45a1d0 bcm_phy_set_eee +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xbd31d674 bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc8f16cdc bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xce4a5fb3 bcm54xx_auxctl_read +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xd3a18184 __bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xd5e9d26b __bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xd80165fa bcm_phy_ack_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xde9c7eaf bcm_phy_downshift_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xf903ea8e bcm_phy_enable_apd +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xfa758c47 bcm_phy_cable_test_start +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xfa84bded bcm_phy_cable_test_get_status +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xfa921802 bcm_phy_get_wol +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xfe0cde46 bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x87039ca0 bcm_ptp_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0xce70713d bcm_ptp_probe +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0xe54c4503 bcm_ptp_stop +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x35ae8b6c smsc_phy_probe +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x47689fb0 lan87xx_read_status +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x7ad1e208 smsc_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x9bdea094 smsc_phy_set_tunable +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x9d2d7a3e smsc_phy_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xe1e73387 smsc_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xf2670560 smsc_phy_get_tunable +EXPORT_SYMBOL_GPL drivers/net/tap 0x10f977e2 tap_queue_resize +EXPORT_SYMBOL_GPL drivers/net/tap 0x1bdaa1c1 tap_get_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0x37e172f1 tap_handle_frame +EXPORT_SYMBOL_GPL drivers/net/tap 0x64b73daf tap_create_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0x68d90ee6 tap_get_ptr_ring +EXPORT_SYMBOL_GPL drivers/net/tap 0x873fde9c tap_free_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0xa41cb912 tap_del_queues +EXPORT_SYMBOL_GPL drivers/net/tap 0xb7a1b9fa tap_get_socket +EXPORT_SYMBOL_GPL drivers/net/tap 0xc7df1062 tap_destroy_cdev +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x288a79e7 usbnet_ether_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xa55140cb usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xb38319fc usbnet_cdc_zte_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xb64ba1fa usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xe9dfbc9f usbnet_cdc_update_filter +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xf07d796c usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xf7e312e7 usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x03672759 cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x12779b66 cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x15b659f8 cdc_ncm_rx_verify_ndp32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x5004a1d9 cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x6ace7854 cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xb1b64db3 cdc_ncm_rx_verify_nth32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xb74e0747 cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xd3205770 cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xd9d0d70f cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xe9955406 cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xf2fe5f78 cdc_ncm_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/r8152 0x7473d852 rtl8152_get_version +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x344eabd8 rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x38b70c00 rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x406e388f rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xe73dcf09 rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xead15e73 generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xf5f463e7 rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x078a4a90 usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x10aacb06 usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x10f4d040 usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1437445d usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x18f349f6 usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1e22c664 usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x23ee0d61 usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x28e9bfaa usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x36df607a usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x390536e2 usbnet_set_rx_mode +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3bc52f1d usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3f3335b4 usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3f89377d usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4c8c825a usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6f6cb0f7 usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x72066535 usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x75c87a43 usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7b756fea usbnet_set_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8653d254 usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9b0da0ae usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa313ef72 usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xac9e4706 usbnet_get_link_ksettings_internal +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xad33afac usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb9c6005c usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc20aac26 usbnet_get_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc94a969e usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xca79bae7 usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xcbf04eec usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xcc1c5a0f usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe037bf96 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe749c38d usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xefead177 usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf2c86308 usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xfffa9b55 usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x5a35393b vxlan_fdb_replay +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x6abd0f85 vxlan_fdb_find_uc +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x733efa54 vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xee428ea0 vxlan_fdb_clear_offload +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/ipw2x00/libipw 0xc52bb7b7 libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2988d299 il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x31eba505 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x41ae8de9 il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xab34ac6d il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xddb2f69e il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x13863121 iwl_fw_lookup_cmd_ver +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x443a0ac3 iwl_fw_lookup_notif_ver +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x5987fe45 iwl_fw_lookup_assert_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x0fc7f449 p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x24264fb1 p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x32eaa320 p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x554c58df p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x7a800776 p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x95197dc8 p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xaca3bbcb p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xc33a96db p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xfa3383f7 p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x0962d79c lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x0ac1298b lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x29d7ceb9 lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x5f611cc0 lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x8c11f88d lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x999fa101 lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x9a5622ff lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x9cba5878 lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xa2d4ce91 lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xc68e1009 lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xc73127ea lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xdb3db4ad lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xe0702675 __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xe7a1c421 lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xec781f52 lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xed527446 lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x0b13e3b1 lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x2125707c lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x2be6d24a lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x320f8357 lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x65ce48eb lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xa1b0374f lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xd2dd006f lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xf474b53e __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x1ac1467f mwifiex_fw_dump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x1ce0a7d7 mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x25b7c641 mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x2b7f0ac3 mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x4aa0770b mwifiex_reinit_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x60d40b1d mwifiex_shutdown_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x6c383cee mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x76515009 mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x7d1c29b7 mwifiex_drv_info_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x816e4b33 mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x87a0498d mwifiex_prepare_fw_dump_info +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x97ead0a7 mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x9df4408e mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xabe7acb5 mwifiex_dnld_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xbcaa47bd mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xbe005d34 mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc0223fcf mwifiex_multi_chan_resync +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc1b08102 mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc21a187e mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd4dad9f3 mwifiex_alloc_dma_align_buf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd51b6f5c mwifiex_upload_device_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xeaeef5e3 mwifiex_queue_main_work +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xedc37dcd mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xfc36ec5b mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xfca88e76 _mwifiex_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x02495c4c mt76_eeprom_override +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x084f6f90 mt76_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x09c6ff43 mt76_dma_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0ea32e7a mt76_queue_tx_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0eec9f9e __mt76_mcu_msg_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x117f7723 mt76_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x17f568e9 mt76_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x193c4438 mt76_sta_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x198fdee0 mt76_tx_status_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1ec57b4f __mt76_worker_fn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x24c2dff4 mt76_tx_status_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x26cc9753 mt76_csa_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x277d56c3 __mt76_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x295de527 mt76_tx_status_skb_get +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2a6c57c6 mt76_mcu_rx_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2ac07ad6 mt76_get_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2f36f86f mt76_pci_disable_aspm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x35c6155c mt76_alloc_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3a594ae1 mt76_rx_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3d0ee07a mt76_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3d182b8d mt76_alloc_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3eccc91f mt76_phy_dfs_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x43627928 mt76_put_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x46dbba0f mt76_sta_pre_rcu_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x497c1dfb mt76_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4c837ef5 mt76_tx_status_skb_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4caeca92 mt76_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4f94ee9b mt76_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x56c095ef mt76_ethtool_page_pool_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x585d3471 mt76_unregister_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5a513c75 __traceiter_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5ca19cba mt76_get_rate_power_limits +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5d8c4e7b mt76_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5e69f6fe mt76_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x610776ed mt76_skb_adjust_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x62afc9c7 mt76_has_tx_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x63fbea27 mt76_tx_status_unlock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x650e3132 mt76_free_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x66118e2e mt76_sw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x672e73cf mt76_get_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6b864630 mt76_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7081bcb6 mt76_txq_schedule_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x70955a3c mt76_rx_aggr_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x70db6f72 mt76_insert_ccmp_hdr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x71591776 mt76_get_min_avg_rssi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x73a2e3ff mt76_register_debugfs_fops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7721a881 mt76_free_pending_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7c6419e2 __mt76_set_tx_blocked +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x805fc13a __SCK__tp_func_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8146f9a3 mt76_mcu_get_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x82467bd6 mt76_rx_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8304ec65 mt76_create_page_pool +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x833c2af3 mt76_unregister_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8563607f mt76_seq_puts_array +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8d0a8124 mt76_txq_schedule +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8ede3ef7 mt76_update_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x92462862 mt76_put_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x93683748 mt76_mcu_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9d21cf9c __traceiter_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9d28c26e __tracepoint_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9f63300b mt76_wake_tx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa324491b mt76_release_buffered_frames +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa452ab65 mt76_get_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa870a428 mt76_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xaae796f7 mt76_init_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xab9d88b8 mt76_ethtool_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb24eb628 mt76_get_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb3ac921f mt76_queues_read +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb3c7ad5d mt76_register_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb42467e3 mt76_dma_wed_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb608bb75 __tracepoint_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb7e4f59d mt76_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb9be9bf4 mt76_csa_finish +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbc78a56f __mt76_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc6039a50 mt76_mmio_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc6315d8e __SCK__tp_func_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc6634315 mt76_ac_to_hwq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcc7661c1 __mt76_mcu_send_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcde30402 mt76_set_stream_caps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xce7ba1f1 mt76_calculate_default_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd2fa5eef mt76_stop_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd4ae11ae __mt76_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd5aa49fc mt76_update_survey_active_time +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd72495e2 mt76_mcu_skb_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd7e0aebf mt76_get_of_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdb13c53d mt76_tx_worker_run +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe04f76e0 mt76_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe0b6cc3c ____mt76_poll_msec +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe3c72d7e mt76_tx_check_agg_ssn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe40b66ef mt76_wcid_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe624a7a7 mt76_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xef092b0c mt76_dma_rx_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf0f4928b mt76_set_irq_mask +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf2919a9c mt76_init_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf8e6fd4d mt76_rx_aggr_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xff4e2fbe mt76_tx_status_skb_done +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0165eff0 mt76_connac_mcu_cancel_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x05b2380f mt76_connac_mcu_sta_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x08baf08b mt76_connac_mcu_reg_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0a1b9903 mt76_connac_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0a25337f mt76_connac_gen_ppe_thresh +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0b29a2d2 mt76_connac_mcu_set_channel_domain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0ed0d11c mt76_connac2_mac_fill_rx_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x12559d31 mt76_connac_mcu_wtbl_hdr_trans_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x14c21387 mt76_connac_mcu_init_download +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x17bcc647 mt76_connac_write_hw_txp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x190d54a5 mt76_connac_mcu_sta_ba +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1c366f25 mt76_connac_mcu_reg_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1c91536c mt76_connac_mcu_start_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x299e5628 mt76_connac_mcu_bss_ext_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2aad3775 __mt76_connac_mcu_alloc_sta_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2c17a9fa mt76_connac_mcu_uni_add_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2f774117 mt76_connac_get_phy_mode +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x317c7177 mt76_connac_mcu_set_rate_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x35c9e0aa mt76_connac_mcu_sched_scan_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x35d12b2d mt76_connac_mcu_add_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x37753180 mt76_connac_mcu_sched_scan_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x37cd3805 mt76_connac_mcu_sta_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3c5bea34 mt76_connac_pm_queue_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3cc95ad2 mt76_connac_mcu_bss_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x47b5e98c mt76_connac_mcu_set_hif_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x47bcf757 mt76_connac_mcu_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x489f8f8d mt76_connac_mcu_bss_omac_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x48c8b0ab mt76_connac_get_phy_mode_ext +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4e3de547 mt76_connac_mcu_wtbl_smps_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5037054a mt76_connac_mcu_set_mac_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5622c8f4 mt76_connac_mcu_set_deep_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x59938bf9 mt76_connac2_load_ram +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5a17fa4d mt76_connac2_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5dc366f6 mt76_connac_mcu_sta_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5ed18d5e mt76_connac_mcu_uni_set_chctx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x63f69e04 mt76_connac_mcu_set_p2p_oppps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x68d4c1f9 mt76_connac_mcu_update_arp_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6bac585a mt76_connac_mcu_sta_uapsd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6ec23bb5 mt76_connac2_mcu_fill_message +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6f8de050 mt76_connac_get_eht_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x77396066 mt76_connac_mcu_sta_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7a561255 mt76_connac_mcu_add_nested_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7a62f199 mt76_connac_init_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x853a0615 mt76_connac_mcu_get_nic_capability +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8854ca7f mt76_connac_pm_wake +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8cb90d2c mt76_connac2_mac_decode_he_radiotap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8ccc823b mt76_connac2_reverse_frag0_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8f950027 mt76_connac_power_save_sched +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8ff81091 mt76_connac_mcu_set_suspend_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x90526528 mt76_connac_mcu_wtbl_ht_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x908ca40c mt76_connac_wowlan_support +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x93448c33 mt76_connac_mcu_beacon_loss_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x95bd563b mt76_connac_pm_dequeue_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa31735c9 mt76_connac_mcu_chip_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xabd9454f mt76_connac_txp_skb_unmap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xac62cd8b mt76_connac_mcu_wtbl_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xac72b139 mt76_connac_get_he_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xacac6456 mt76_connac_mcu_alloc_wtbl_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb1ad08dc mt76_connac_mcu_sta_wed_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbc2ea0be mt76_connac_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc401413c mt76_connac_mcu_uni_add_bss +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc7779472 mt76_connac_mcu_patch_sem_ctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcbfcf38b mt76_connac_mcu_set_vif_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd0d1268c mt76_connac_mcu_wtbl_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd21020d3 mt76_connac_free_pending_tx_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd2731793 mt76_connac_mcu_start_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd465ced3 mt76_connac_mcu_sta_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd6fd34f1 mt76_connac_mcu_coredump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd79eebfc mt76_connac2_mac_tx_rate_val +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd993fb21 mt76_connac_mcu_rdd_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xda256351 mt76_connac2_mac_add_txs_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xdeee397b mt76_connac_sta_state_dp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe0f221c5 mt76_connac_mcu_set_pm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xecd6fe93 mt76_connac_mcu_update_gtk_rekey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xefcafc1d mt76_connac_mcu_wtbl_generic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf401e3fb mt76_connac2_load_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf9269316 mt76_connac2_mac_fill_txs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xffe2a6be mt76_connac_mcu_set_rts_thresh +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x0a97cf79 mt76s_txqs_empty +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x2076293c mt76s_rmw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x28be4f6a mt76s_txrx_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x2e0e18ec mt76s_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x301c3449 mt76s_hw_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x3459d067 mt76s_alloc_rx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x36677a07 mt76s_sdio_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x36c4e890 mt76s_rd_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x419ea4f7 mt76s_write_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x7082e638 mt76s_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x96b6a4d7 mt76s_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xbc613772 mt76s_wr_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xd0799aab mt76s_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xd3fe787f mt76s_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xe2c2b906 mt76s_alloc_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xe5b8b3d6 mt76s_read_pcr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x01dea2a3 mt76u_queues_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x0fd6b775 mt76u_alloc_mcu_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x2b712cb2 mt76u_resume_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x323f3b9f mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x51fd9498 mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x54236ddd mt76u_alloc_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x67a60452 ___mt76u_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x816e9f16 mt76u_stop_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x8326e786 ___mt76u_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x851d8c16 __mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x8c6118b5 mt76u_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xba36b9a0 __mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xc01106d0 mt76u_single_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xc22d7d75 mt76u_stop_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x1da8b742 mt7615_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x299b2b3a mt7615_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x30876941 mt7615_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x373b60f3 mt7615_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x44f1e51a mt7615_wait_for_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x4bd2255d mt7615_unregister_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x4ddfff0b mt7615_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x52c7dfd4 mt7615_mcu_exit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x5a2dd2e2 mt7615_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x60104dd9 __mt7663_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x6aa2db68 mt7615_init_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x6ec8de47 mt7615_mac_set_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x7401b19a mt7615_thermal_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x7676321e mt7615_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x799719fb mt7615_mcu_fill_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x7d0c3449 mt7615_register_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x7d43e878 mt7615_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x862a1618 mt7615_reg_map +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x94c82f7e mt7615_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x97b7a0bd mt7615_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x982d7cf4 mt7615_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xa1ddbf14 mt7615_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xbc75b3a3 mt7615_led_set_blink +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xbd214512 mt7615_tx_token_put +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xc317c247 mt7615_mac_enable_rtscts +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xdc694e87 mt7615_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xec03eca3 mt7622_trigger_hif_int +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xf0e95f5f mt7615_led_set_brightness +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xfaca1048 mt7615_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xfb45a7c1 mt7615_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615e 0xb01061a2 mt7615_dma_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x1506ffca mt7663_usb_sdio_reg_map +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x31f289e9 mt7663_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x9bd333b3 mt7663_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xbb53cada mt7663_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xc5f9a573 mt7663_usb_sdio_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x15bbb58f mt76x0_init_hardware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x1f620824 mt76x0_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xa57c3639 mt76x0_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xb97e5179 mt76x0_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xe9f9f209 mt76x0_chip_onoff +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xf5dcd994 mt76x0_phy_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xfdd3f6d2 mt76x0_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x01932452 mt76x02_mac_set_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x02c36b99 mt76x02_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x094e89e7 mt76x02_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0d77acd3 mt76x02_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x15219089 mt76x02_eeprom_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x168600d3 mt76x02_set_tx_ackto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1cabd5ed mt76x02_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1cfc8104 mt76x02_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x207f7c17 mt76x02_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x209d6fe8 mt76x02_tx_set_txpwr_auto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x23672dde mt76x02_dfs_init_params +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2764cd87 mt76x02_mac_cc_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x282b28a1 mt76x02_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x28676c08 mt76x02_mcu_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2efcc13d mt76x02_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2fcbf6d7 mt76x02_update_beacon_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3165d2c1 mt76x02_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x32bd7ba2 mt76x02_dma_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x332af992 mt76x02e_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x362faeb8 mt76x02_sta_rate_tbl_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x38b6997a mt76x02_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3a5acb8d mt76x02_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3ccb87c8 mt76x02_mcu_set_radio_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3e8dcd0b mt76x02_ext_pa_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3f861011 mt76x02_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x412caf67 mt76x02_get_lna_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x42a36f5c mt76x02_eeprom_parse_hw_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x466f63f9 mt76x02_phy_set_txdac +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4e4bbada mt76x02_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x51f068b6 mt76x02_phy_dfs_adjust_agc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x55979250 mt76x02_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5605b1a3 mt76x02_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x58c71608 mt76x02_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5913916d mt76x02_mcu_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5a48d01a mt76x02_get_efuse_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5bd84fd5 mt76x02_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5d335627 mt76x02_mac_reset_counters +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5f518546 mt76x02_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x61752ce1 mt76x02_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6470d246 mt76x02_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x75fef85d mt76x02_add_rate_power_offset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7ae31967 mt76x02_set_coverage_class +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x814c1d07 mt76x02_config_mac_addr_list +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x90cd2757 mt76x02_remove_hdr_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x91d5b9ee mt76x02_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x93c479bc mt76x02_limit_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa7ffdd5a mt76x02_mcu_function_select +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa9f79b81 mt76x02_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xacc5a769 mt76x02_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xad5d3ba8 mt76x02_get_max_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb1b4c3f3 mt76x02_edcca_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb27bbd7a mt76x02_enqueue_buffered_bc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb2af163e mt76x02_mac_setaddr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb8204517 mt76x02_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc40b25ce mt76x02_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc7ce8d39 mt76x02_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc835c399 mt76x02_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xcf3e2d00 mt76x02_phy_adjust_vga_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdb3ac6dc mt76x02_dma_disable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdbd8babd mt76x02_phy_set_rxpath +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xde0c4bda mt76x02_mac_wcid_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdebb6673 mt76x02_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe5509e27 mt76x02_resync_beacon_timer +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe9080a3c mt76x02_mcu_msg_send +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xed29f0ae mt76x02_mac_shared_key_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xed499ea7 mt76x02_get_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xed8210cf mt76x02_init_agc_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xeeef0e0e mt76x02_set_ethtool_fwver +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xeefd1617 mt76x02_phy_set_band +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf00653d7 mt76x02_phy_set_bw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfe5fd375 mt76x02_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x01697b10 mt76x02u_init_mcu +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x04431c57 mt76x02u_mcu_fw_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x10556306 mt76x02u_mcu_fw_send_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x3a96046b mt76x02u_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x3e0cce54 mt76x02u_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x8356d019 mt76x02u_exit_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xb1b4c950 mt76x02u_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xc3e4b148 mt76x02u_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x0d2a9885 mt76x2_mcu_init_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x179e6294 mt76x2_phy_set_txpower_regs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x259e37f3 mt76x2_mcu_tssi_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x3821e633 mt76x2_mcu_load_cr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x3ae300e2 mt76x2_read_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x629705e7 mt76x2_get_temp_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x6526bca6 mt76_write_mac_initvals +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x6b258282 mt76x2_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x6cfba0f9 mt76x2_phy_tssi_compensate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x73e096bf mt76x2_phy_update_channel_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x93f9dc76 mt76x2_get_power_info +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xc2baaa7d mt76x2_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xc6e65298 mt76x2_reset_wlan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xcee4bdb1 mt76x2_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xcf6d5b94 mt76x2_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xda9f5ddb mt76x2_mcu_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xf3f52cb5 mt76x2_apply_gain_adj +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xf5826ba9 mt76x2_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xfad50dbf mt76x2_configure_tx_delay +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xfea0070c mt76x2_get_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x0330d71e mt7921_mcu_fw_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x0b967e97 mt7921_mcu_set_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x2bcfb3ce mt7921_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x3d1696ea mt7921_mac_sta_assoc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x4327fdfc mt7921_get_mac80211_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x56cadf4e mt7921_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x5d6891f1 mt7921_mcu_drv_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x5e8dfbdf mt7921_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x5fe3dee8 mt7921_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x61453a36 mt7921_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x66149972 mt7921_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x8af6830f mt7921_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x94760f94 mt7921_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x97dd5114 mt7921_mac_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x9e73eed1 mt7921_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x9f41279e mt7921_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xa6d0444e mt7921_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xcba2f917 __mt7921_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xcdb57e77 mt7921_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xd3fb52bd mt7921_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xdb9da5ff mt7921_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xe0b4defb mt7921_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xfac3d1e3 mt7921_txwi_free +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x00e8d259 chip_wakeup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x176ef072 wilc_cfg80211_init +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x5eb1906c chip_allow_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xa63d398d host_wakeup_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xcdfa9ea7 wilc_handle_isr +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xcfa4ce1c host_sleep_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xeae9f4e7 wilc_netdev_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x31fab83c qtnf_chipid_to_string +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x4333d46f qtnf_trans_handle_rx_ctl_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x46bb0c94 qtnf_core_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x8691aa40 qtnf_classify_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x98d47268 qtnf_get_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xc2b19255 qtnf_core_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xed8ce2ee qtnf_wake_all_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x035a9986 rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x08f8ae5f rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x16771b40 rt2800_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1cf41939 rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1deb3412 rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1e664dd9 rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1f2ce979 rt2800_pre_reset_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x20d8d989 rt2800_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2363d4a3 rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3b8a0f14 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3dd6cb86 rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x4d3725bd rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x50d0b11e rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5803ae3a rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5e2996b0 rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5fe4f274 rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x601eea88 rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x67eb5250 rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7dc062d3 rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x86e28483 rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x90e9c069 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x98795680 rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9a1af802 rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa23ea5cf rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xaa999d64 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb826bba1 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xbefd0420 rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc0ebb06a rt2800_txstatus_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc6379354 rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc7b1984a rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc7eecb5e rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xcd3fe099 rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xced1bdf1 rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd9090e87 rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xdfd7a04a rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe84254cf rt2800_txstatus_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe9446b96 rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xeab9f7b3 rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xec4a8196 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xed9f666b rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xee528173 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf0ba3077 rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf337d722 rt2800_get_key_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xff439cc7 rt2800_txdone_nostatus +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x1079618e rt2800mmio_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x2b04f308 rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x32ac3645 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3d741c87 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3e3f2156 rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x49cf9f13 rt2800mmio_get_dma_done +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5028bbb2 rt2800mmio_tbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5c019279 rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5c4fadff rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x712921c5 rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x97e3c029 rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x9f3c8921 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xaecdcb8b rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xc6b82260 rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xcdc19f34 rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xd4b15b32 rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xde165348 rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xe1de884c rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xf416c500 rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xf41b97a3 rt2800mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xf721d884 rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x01c5f3bc rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0a8fd8c3 rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0bc83f6f rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x150922e0 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x199f73a1 rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x21641dd9 rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x25f186c4 rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x285683db rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x2aa74b87 rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3684724b rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x411a7788 rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4456ea33 rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4d471370 rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5e9d8a11 rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x62559c69 rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x66706880 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6a65b8b1 rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6c06a362 rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x70b35ac5 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7a44b297 rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7eecfd10 rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x81feb7a1 rt2x00mac_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x864ee6b3 rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x900274cc rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x97e3a1c6 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa2fd74ad rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa4ee84d4 rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa58380f5 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa725ed21 rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa8046207 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa84b41a5 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xaea23258 rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb1a05351 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb51c9c19 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb6224d89 rt2x00lib_txdone_nomatch +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb6b8b6dc rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xbb9ca66c rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xbbf884db rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xcbb63550 rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xcca153d1 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd11a99fa rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd64d5a44 rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe04ee668 rt2x00lib_set_mac_address +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe10d4302 rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe1439340 rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe196bab3 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf3d3d682 rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x1bcff878 rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x4553251b rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xbca53f3f rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xd98c1575 rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xdcff4145 rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x04534d7c rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x085944d0 rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x7f90b784 rt2x00pci_pm_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x13ee19d6 rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x1659db39 rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x1bbf0b9c rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x2b6cbec8 rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x3022ea98 rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x34d2517f rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x54c52551 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x5ba8c812 rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x640f3a8a rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x89510722 rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x9dbd2ebf rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xe2ea40cd rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xf008f4c8 rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xf4c9cb98 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xfb1cc67f rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xfd444547 rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1f21cd2f dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd77dbec7 rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd9d64355 dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xdbc9e8b4 dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x07fae3b8 rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x13b54cda rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x176c5822 rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x24048607 rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3f5bf9c0 rtl8723_phy_calculate_bit_shift +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x510fc504 rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x5d5f01d5 rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x658adbd6 rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x6afbd8c7 rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7651145c rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7661cf41 rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x773eda8a rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7a995e97 rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x83777ee6 rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x84e95291 rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x883052f0 rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8baf8913 rtl8723_phy_set_sw_chnl_cmdarray +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8d9b06ca rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xa5e1104e rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xa8799d61 rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xb1eda064 rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xb627d723 rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xc9dd1882 rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xda0efad4 rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xee1865d8 rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xee977124 rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xf23a49bb rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x051bf0bb rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x145dd5be rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x14f7635c read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2921a4d4 rtl_btc_status_false +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2d32cdfc rtl_lps_change_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2e5382f9 rtl_fill_dummy +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x46d15889 rtl_get_hal_edca_param +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4e94cd48 rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4ef3bdee rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x53ee18ee rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x58fc921f rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6048ee03 rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x619b5fde rtl_efuse_ops_init +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x62fd6d91 rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x63aa8485 rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6b2524ff rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6db3ba37 rtl_update_beacon_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6e1a0f00 rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8b93c6ad rtl_get_hwinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x97e05663 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x98dbe603 rtl_lps_leave +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa053684a rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa49cc27f rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa53a96c1 rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xab89e4cc rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xad05b7be rtl_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc8d43d40 rtl_tx_report_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe13fc9eb rtl_set_tx_report +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe6420c0c rtl_tx_ackqueue +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xebe475da rtl_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf11b4965 rtl_lps_enter +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x050ef674 rsi_hal_device_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x0f5c3ce9 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x92cde7a9 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x9edc28a8 rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xa02903e1 rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xc05824f0 rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xcd173710 rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x2f084b34 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x432c74a6 cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x6e7fda40 cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x81cf262a cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x48e2d976 wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x93ca6986 wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xe3576a2d wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x041f058f wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x06d3b27e wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x085736f3 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0be505b6 wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0e3b6bc6 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x139a1201 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x19e0cfa4 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1de824da wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1e2862f5 wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20351125 wlcore_get_native_channel_type +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x23fb9379 wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x24d16065 wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2c2cdc7a wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2dc7bc8c wlcore_event_fw_logger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x33a6deeb wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x35589fbd wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x39bcc978 wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3adc7ac1 wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x3e13e6a6 wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x46bcfb1d wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x484856ac wlcore_cmd_generic_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4a5c0aa1 wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5b6e9e55 wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5d443e1c wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x65eddd9d wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6727890c wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6aea8dd1 wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6f3c4a51 wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x85498cd1 wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8cbd41f7 wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8d39d6e4 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8f66b0ec wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x970b4ac7 wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9986fd50 wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x999f5776 wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x99b03414 wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9d961755 wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xaeaace1e wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb478a61d wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xce4223ba wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd060e408 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe3ddbe0b wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe4908a88 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe5074703 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xeabb4c9e wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf1f11639 wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x2b404bcd wwan_create_port +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x3cde18b9 wwan_put_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x3d9bbf75 wwan_port_txon +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x485c2d7f wwan_register_ops +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x4dff61e5 wwan_port_txoff +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x526bcf2a wwan_port_get_drvdata +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x655a9211 wwan_port_rx +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0x7012155c wwan_get_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xb74c31cd wwan_remove_port +EXPORT_SYMBOL_GPL drivers/net/wwan/wwan 0xee7abfb9 wwan_unregister_ops +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x0f69ae2b nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x484da446 nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x4c1306cb nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x60467e76 nfcmrvl_parse_dt +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x0562f485 pn532_i2c_nfc_alloc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x0dee4c2a pn53x_common_init +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x2ca21dfa pn53x_unregister_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x8eb1b6a8 pn533_finalize_setup +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xc5799af6 pn53x_common_clean +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xdbceb52e pn53x_register_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xdecfd339 pn533_rx_frame_is_ack +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xdf441ab2 pn533_rx_frame_is_cmd_response +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x07c6dbfe st_nci_discover_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x3fdb5a59 st_nci_hci_event_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x610ea962 st_nci_probe +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x693cbcb5 st_nci_remove +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x74c161e2 st_nci_enable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xab2b3ba7 st_nci_hci_load_session +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xb33055df st_nci_hci_cmd_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xd285afce st_nci_disable_se +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x925a4790 st95hf_spi_recv_response +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0xc1582f10 st95hf_spi_send +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0xe2bacc84 st95hf_spi_recv_echo_res +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x015d5abd ntb_transport_register_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x0862001f ntb_transport_tx_free_entry +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x30934216 ntb_transport_max_size +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x32537aca ntb_transport_link_query +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x35ef0450 ntb_transport_unregister_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x3d54dbfc ntb_transport_tx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x436098aa ntb_transport_link_down +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x82e6c13d ntb_transport_qp_num +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x9c992c8f ntb_transport_link_up +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xc270dc24 ntb_transport_free_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xc37d9036 ntb_transport_rx_remove +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xd40e7a02 ntb_transport_rx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xd59a1bc4 ntb_transport_create_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xf55d6313 ntb_transport_register_client_dev +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xf9eb813f ntb_transport_unregister_client_dev +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0x8935ef10 async_pmem_flush +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0xd7748978 virtio_pmem_host_ack +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x01850555 nvme_auth_generate_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x1d3b270f nvme_auth_transform_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x22e5d1de nvme_auth_augmented_challenge +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x2afdcd64 nvme_auth_gen_privkey +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x399d9ac8 nvme_auth_hmac_hash_len +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x51873876 nvme_auth_get_seqnum +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x58c07f34 nvme_auth_gen_pubkey +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x674c5bc1 nvme_auth_hmac_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x6adadbb4 nvme_auth_free_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x6e91ee1b nvme_auth_digest_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x780989d1 nvme_auth_dhgroup_id +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x7a124596 nvme_auth_gen_shared_secret +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x9070925e nvme_auth_extract_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xc9bb48ac nvme_auth_dhgroup_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xcb39603c nvme_auth_hmac_id +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xf0ccf2d4 nvme_auth_dhgroup_kpp +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x03621439 nvme_auth_stop +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0bf1b222 nvme_remove_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0c905ec2 nvme_mpath_start_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x103ce12c nvme_auth_negotiate +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x11abc494 __SCK__tp_func_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x15239820 nvme_unquiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x165177cb nvme_cleanup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x18b5370c nvme_get_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x19c98d66 nvme_complete_async_event +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x241654d5 nvme_stop_keep_alive +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x265506ac nvme_complete_batch_req +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x27fcbedb __tracepoint_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2909fe54 nvme_setup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2aef4c69 nvme_wait_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x33ede72e nvme_cancel_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x377b1f42 nvme_quiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x39a43e8c nvme_host_path_error +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3e1cd000 nvme_init_ctrl_finish +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x432dd1d6 nvme_enable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x49224181 nvme_reset_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4adfdb80 nvme_cancel_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4fda507f nvme_set_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x50e6b190 nvme_sync_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x51059cd1 nvme_alloc_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x63a1b9d8 nvme_set_queue_count +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x64b62862 nvme_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x68f9c020 nvme_reset_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6fa15cf3 nvme_complete_rq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x71fc0517 nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x796ce586 nvme_fail_nonready_command +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7a0b4823 nvme_dev_attrs_group +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7d4f1ba8 nvme_unquiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7e24c198 nvme_wait_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x813cf212 nvme_io_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x89dcdcc3 nvme_start_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x957dfd40 nvme_try_sched_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x996baece nvme_unfreeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa2df5a87 nvme_uninit_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa4b24ba6 nvme_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa6edfb44 nvme_init_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xabca3941 nvme_remove_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb1b74935 __nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb4cd8eb8 __traceiter_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb6e6260a nvme_remove_namespaces +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xbabec3e5 nvme_quiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xbb972e71 nvme_stop_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc15b7318 nvme_disable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc60ebd0c __nvme_check_ready +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc9af0338 nvme_sync_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd45434ee admin_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd58bbbcb nvme_delete_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd774a70a nvme_auth_free +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xdf1a771e nvme_change_ctrl_state +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe36dfdd1 nvme_auth_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe9299c51 nvme_delete_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xea46f962 nvme_mark_namespaces_dead +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xec1827d1 nvme_wait_freeze_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xeefb1407 nvme_start_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf176733c nvme_auth_wait +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf1a628ca nvme_alloc_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xfd904da6 nvme_cancel_admin_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x069177f8 nvmf_reg_read32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x1d91a4b6 nvmf_should_reconnect +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x1e328d22 nvmf_set_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x3e373928 nvmf_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x52f419a6 nvmf_connect_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x6d07b4d4 nvmf_ip_options_match +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x799940c6 nvmf_reg_write32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x84956265 nvmf_map_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x854bb6b2 nvmf_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xb0ea5741 nvmf_connect_io_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xdd8af66e nvmf_free_options +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xedd873bd nvmf_get_address +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xfd7b33d1 nvmf_reg_read64 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x0d12e564 nvme_fc_register_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3884f8b8 nvme_fc_unregister_localport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3e33ac54 nvme_fc_rescan_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x74e3fbdc nvme_fc_register_localport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x8a9cf5a7 nvme_fc_set_remoteport_devloss +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xbb0e18a6 nvme_fc_rcv_ls_req +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xcc8a2d78 nvme_fc_io_getuuid +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xfca9dc99 nvme_fc_unregister_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3e0ef07a nvmet_wq +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x41845cb2 nvmet_req_complete +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x57b4fdbe nvmet_ctrl_fatal_error +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x738b0d6a nvmet_req_free_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x96578096 nvmet_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x9773e39b nvmet_sq_destroy +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xa81c60a0 nvmet_req_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xb5f10fe0 nvmet_req_uninit +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xcd6bc9a3 nvmet_sq_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xd14405dd nvmet_check_transfer_len +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xd5438f9a nvmet_req_alloc_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xe30f6ee4 nvmet_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x0b98123d nvmet_fc_rcv_ls_req +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x4a013682 nvmet_fc_invalidate_host +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x54a3bf07 nvmet_fc_register_targetport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x6ff62dab nvmet_fc_rcv_fcp_abort +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x7bfa9497 nvmet_fc_rcv_fcp_req +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x9ef76d99 nvmet_fc_unregister_targetport +EXPORT_SYMBOL_GPL drivers/pci/controller/pci-hyperv-intf 0x1591b2c6 hyperv_read_cfg_blk +EXPORT_SYMBOL_GPL drivers/pci/controller/pci-hyperv-intf 0x221394ae hyperv_reg_block_invalidate +EXPORT_SYMBOL_GPL drivers/pci/controller/pci-hyperv-intf 0xe5f73406 hyperv_write_cfg_blk +EXPORT_SYMBOL_GPL drivers/pci/controller/pci-hyperv-intf 0xfb921e00 hvpci_block_ops +EXPORT_SYMBOL_GPL drivers/pci/switch/switchtec 0xaa15d28a switchtec_class +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0x9e616c6c nv_cspmu_init_ops +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0xd4639e7e arm_cspmu_sysfs_event_show +EXPORT_SYMBOL_GPL drivers/perf/arm_cspmu/arm_cspmu_module 0xffacd925 arm_cspmu_sysfs_format_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x0ffb8f39 hisi_uncore_pmu_event_init +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x170bc1a0 hisi_event_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x172eed13 hisi_uncore_pmu_get_event_idx +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x2524d7c2 hisi_uncore_pmu_del +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x2974296b hisi_uncore_pmu_disable +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x36c9adf0 hisi_pmu_init +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x384bf2d9 hisi_uncore_pmu_identifier_attr_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x3ec4fc27 hisi_uncore_pmu_online_cpu +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x456babbf hisi_uncore_pmu_start +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x47a8b6b5 hisi_uncore_pmu_stop +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x4de6a909 hisi_uncore_pmu_enable +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x52ac2403 hisi_uncore_pmu_init_irq +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x647e98ac hisi_uncore_pmu_set_event_period +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0x91efd6d8 hisi_cpumask_sysfs_show +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xb1b5f827 hisi_uncore_pmu_read +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xc81107d1 hisi_uncore_pmu_event_update +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xf1760ce0 hisi_uncore_pmu_add +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xfb6373d1 hisi_uncore_pmu_offline_cpu +EXPORT_SYMBOL_GPL drivers/perf/hisilicon/hisi_uncore_pmu 0xfee91bb9 hisi_format_sysfs_show +EXPORT_SYMBOL_GPL drivers/phy/allwinner/phy-sun4i-usb 0x4cba19f2 sun4i_usb_phy_set_squelch_detect +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x13090262 tegra_xusb_padctl_get +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x3b5a9880 tegra_xusb_padctl_disable_phy_wake +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x3e71afb2 tegra194_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x55a06c52 tegra_xusb_padctl_put +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x7b42d17b tegra_xusb_padctl_disable_phy_sleepwalk +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x815f4bdb tegra_phy_xusb_utmi_pad_power_down +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x8fcc1fa3 tegra_phy_xusb_utmi_port_reset +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x93d128fb tegra210_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x9486349e tegra124_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xaf07540f tegra_xusb_padctl_hsic_set_idle +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xb5bcb972 tegra_xusb_padctl_enable_phy_sleepwalk +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xba9a6211 tegra_xusb_padctl_usb3_set_lfps_detect +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xc3b1928b tegra_xusb_padctl_get_usb3_companion +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xc52fd109 tegra_xusb_padctl_enable_phy_wake +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xc5c4e356 tegra_xusb_padctl_set_vbus_override +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xd25f7389 tegra_phy_xusb_utmi_pad_power_on +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xd2fba997 tegra_xusb_padctl_remote_wake_detected +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xeb4050c7 tegra_xusb_padctl_usb3_save_context +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xec474469 tegra186_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xeccdf90c tegra234_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/ti/phy-omap-usb2 0x00d48f33 omap_usb2_set_comparator +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x95f9d1e2 mcp23x17_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0xa582750d mcp23x08_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0xfd52f7d2 mcp23s08_probe_one +EXPORT_SYMBOL_GPL drivers/pinctrl/qcom/pinctrl-lpass-lpi 0x6ae99520 lpi_pinctrl_probe +EXPORT_SYMBOL_GPL drivers/pinctrl/qcom/pinctrl-lpass-lpi 0xe9bdfc8c lpi_pinctrl_remove +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0x20b40a09 cros_ec_sensorhub_register_push_data +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0x242ddc78 cros_ec_sensorhub_unregister_push_data +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros_usbpd_notify 0x6b1be500 cros_usbpd_unregister_notify +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros_usbpd_notify 0x8bda2df3 cros_usbpd_register_notify +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x0850da78 ssam_controller_event_enable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x134d1f9a ssam_remove_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x241082b1 ssam_client_link +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x27c1a759 __ssam_register_clients +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x433dabd6 ssam_request_sync_free +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x46f5e715 __ssam_device_driver_register +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x4abf6c1b ssam_bus_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x4dc4d464 ssam_device_get_match +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x56d1b03b ssam_controller_stateunlock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x585b8adf ssam_request_do_sync +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x5dd89f1b ssam_device_add +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x6365decf ssam_request_do_sync_with_buffer +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x78bb127d ssam_device_get_match_data +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x7cbb6bc9 ssam_controller_device +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x824c7070 ssam_controller_event_disable +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x82b11bc4 ssam_request_sync_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x8b0ea245 ssam_request_sync_submit +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x8d8f7131 ssam_request_write_data +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x92561a38 ssam_notifier_register +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x936f2fb8 ssam_device_driver_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0x97646dee ssam_device_remove +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xa4c6af80 ssam_client_bind +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xabb32d16 ssam_get_controller +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xac3372a4 ssh_packet_put +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xb69f818a ssam_controller_put +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xbd52568b ssam_controller_statelock +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc119c32f ssam_controller_get +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xc2bd582d ssam_device_id_match +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xd09a397b ssh_packet_get +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xdb3b6b0b ssam_request_sync_init +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xdba6ff01 ssam_device_alloc +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xe3c8daaf ssam_device_type +EXPORT_SYMBOL_GPL drivers/platform/surface/aggregator/surface_aggregator 0xeddb7a8f __ssam_notifier_unregister +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0x48cf4c48 san_dgpu_notifier_register +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0x59314696 san_client_link +EXPORT_SYMBOL_GPL drivers/platform/surface/surface_acpi_notify 0xd60bd773 san_dgpu_notifier_unregister +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0x409e560c reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0x8b6e8c62 devm_reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xd3a4f307 reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xde55edf1 devm_reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x785e567b bq27xxx_battery_setup +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0xb277f5ec bq27xxx_battery_update +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0xd930935d bq27xxx_battery_teardown +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x0fca458c pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x3f2b6fb8 pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0xf8c6384c pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x1c7c6e30 ptp_qoriq_adjfine +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x2eae82b0 ptp_qoriq_isr +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x39a21039 ptp_qoriq_enable +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x5065b0d5 ptp_qoriq_init +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x7ab3c40d ptp_qoriq_adjtime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xb1f62f2b ptp_qoriq_settime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xb75132ad ptp_qoriq_free +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xbc481ece ptp_qoriq_gettime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xc4818110 extts_clean_up +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x71733ec6 mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xba2715bf mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xd4473d3c mc13xxx_get_num_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xf9fd6515 mc13xxx_parse_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xfaa413f2 mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/rohm-regulator 0x61f4f14e rohm_regulator_set_voltage_sel_restricted +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x23226a16 wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x501a3cea wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x69d871d4 wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x9ab45a43 wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xb220c281 wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xfe6ab5fe wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0x6485b837 wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x25b98805 scp_get_device +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x4587c88c scp_mapping_dm_addr +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x5ced13f5 scp_get_rproc +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x87735e67 scp_get +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x8f937d76 scp_get_venc_hw_capa +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x98bf270c scp_put +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xbc6627d9 scp_get_vdec_hw_capa +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x09313652 scp_memcpy_aligned +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x1c97c003 scp_ipi_register +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x542990e4 scp_ipi_unlock +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x5ddecde7 scp_ipi_send +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x86a36a9a scp_ipi_lock +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x878f27ce scp_ipi_unregister +EXPORT_SYMBOL_GPL drivers/remoteproc/pru_rproc 0x04a315b7 pru_rproc_set_ctable +EXPORT_SYMBOL_GPL drivers/remoteproc/pru_rproc 0x0af4f2fa pru_rproc_get +EXPORT_SYMBOL_GPL drivers/remoteproc/pru_rproc 0xd47b879a pru_rproc_put +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x0fa538df qcom_register_ssr_notifier +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x107e4280 qcom_remove_glink_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x217a145a qcom_remove_smd_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x48e458f4 qcom_minidump +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x5f867a88 qcom_add_ssr_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xbc67a1f9 qcom_add_glink_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xc219d69f qcom_register_dump_segments +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xd6cc0cc0 qcom_unregister_ssr_notifier +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xda4108d9 qcom_remove_ssr_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xe5b2f883 qcom_add_smd_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_pil_info 0x30e58241 qcom_pil_info_store +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x0ec5401e qcom_q6v5_init +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x3e183454 qcom_q6v5_panic +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x71eebc26 qcom_q6v5_request_stop +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x769393c2 qcom_q6v5_wait_for_start +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x8304e444 qcom_q6v5_prepare +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xd59a2951 qcom_q6v5_unprepare +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xf0df3143 qcom_q6v5_deinit +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_sysmon 0x1482d168 qcom_sysmon_shutdown_acked +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_sysmon 0x5ed6b7e9 qcom_add_sysmon_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_sysmon 0xa881c6fc qcom_remove_sysmon_subdev +EXPORT_SYMBOL_GPL drivers/rpmsg/mtk_rpmsg 0x3b9a4a3a mtk_rpmsg_create_rproc_subdev +EXPORT_SYMBOL_GPL drivers/rpmsg/mtk_rpmsg 0x86903274 mtk_rpmsg_destroy_rproc_subdev +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0x149236da qcom_glink_native_remove +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xd6f93381 qcom_glink_native_probe +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xf14f5684 qcom_glink_ssr_notify +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_smem 0x4fe311b0 qcom_glink_smem_unregister +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_smem 0xcc8ec560 qcom_glink_smem_register +EXPORT_SYMBOL_GPL drivers/rtc/rtc-ds1685 0x15bc9e74 ds1685_rtc_poweroff +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0b616925 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0c2e0ea3 cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0de8b3b6 cxgbi_device_find_by_netdev_rcu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x17325c00 cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2a7a84ce cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x31c54f60 cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x33229b06 cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3a30b8fd cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3a9b7ac4 cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3cdec3e5 cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3d234245 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x41653b39 cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x42d4ab1b cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x530d068d cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x59cc92bd cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x59ded2ac cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x66ed9493 cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x67d06aaa cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6bbf9927 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7050754e cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8319f739 cxgbi_ddp_set_one_ppod +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8b36e56a cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8cb216e8 cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8cb61963 cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8d2d296c cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8e885ef1 cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x91e1d8e6 cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9b3d2a0a cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9b7ae5de cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9f50a50b cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb1b83aab cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb313e3eb cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb54767d7 cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb99c19de cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc1ab7308 cxgbi_device_find_by_netdev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc20ff484 cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc311384d cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xca6d2e97 cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd326279b cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd34ada22 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xda3c4b12 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdb2a2d03 cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xeb603b4b cxgbi_ddp_ppm_setup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfd39d0d1 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfdc58078 cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x1684e396 fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x2af331fe fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x35d1e86b fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x65fa3371 fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x6bf8a970 fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x7396d8f9 fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x8c4a4e74 fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x93e3d5b0 __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x97f4dc07 fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xabde1827 fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb12e2030 fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb747fe9d fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbac58840 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbe81984d fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc3f30cc0 fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xd5b86336 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xde7ace26 fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xe372fbca fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf167cb7a fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0x5e16e6c4 fdomain_create +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0x70d920d3 fdomain_destroy +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x04dc9518 hisi_sas_phy_oob_ready +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x132edff2 hisi_sas_stop_phys +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x15de5aa8 hisi_sas_phy_bcast +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x1ece34c2 hisi_sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x237c05b2 hisi_sas_slot_task_free +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x23ca426f hisi_sas_free +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x263c83b1 hisi_sas_host_reset +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x3515bd13 hisi_sas_controller_reset_prepare +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x387ef905 hisi_sas_alloc +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x392fe16a hisi_sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x3e3f4f72 hisi_sas_phy_down +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x40ac648c hisi_sas_get_prog_phy_linkrate_mask +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x4fc22123 hisi_sas_stt +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x59a1a851 hisi_sas_sync_poll_cqs +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x6348a8c7 hisi_sas_sync_cqs +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x829e7b5c hisi_sas_scan_start +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x82ac9de0 hisi_sas_scan_finished +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x900c61fd hisi_sas_controller_reset_done +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x9328088a hisi_sas_sata_done +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0x9f95c612 hisi_sas_release_tasks +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xa928b27c to_hisi_sas_port +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xaa788cda hisi_sas_probe +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xb03aa9c5 hisi_sas_rst_work_handler +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xb5da3fb8 hisi_sas_get_fw_info +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xc230236e hisi_sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xc3a41131 hisi_sas_debugfs_dump_count +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xc94759a1 hisi_sas_init_mem +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xdaa3d967 hisi_sas_remove +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xde662718 hisi_sas_debugfs_dir +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xe25a2cd5 hisi_sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xe330cb74 hisi_sas_sync_rst_work_handler +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xe987d9aa hisi_sas_debugfs_enable +EXPORT_SYMBOL_GPL drivers/scsi/hisi_sas/hisi_sas_main 0xebfae55c hisi_sas_get_ata_protocol +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x02a6b929 iscsi_boot_create_acpitbl +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x0b776621 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x40b202f2 iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x4b60435a iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x4fbc2498 iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x5cce488d iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x9b79f526 iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/libfc/libfc 0x6635b0f7 fc_seq_els_rsp_send +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x03d1cbe9 iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x058302da iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x09250e3e iscsi_suspend_rx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x11df6d1b __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12709443 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x18faebca iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x19aeb64f iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1a27f282 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1eace41b iscsi_session_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x20965efc iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x21e10fc5 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x237d4072 iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2500004e iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x27917ef5 iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2bb05970 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2e13ac7a iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2f262ac1 iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3421bbe0 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3580be15 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3daf5813 iscsi_eh_cmd_timed_out +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4ebe16f7 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x50637905 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5e32e85e iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x67c96411 iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x682b7779 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x77b56848 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7c98e82b iscsi_conn_queue_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7e432986 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x805e3f7c iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x837d3499 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x84935c43 iscsi_session_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x88d32a08 iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8ad70a93 iscsi_conn_queue_recv +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9c800e4b iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa9d37530 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb5f8cad0 iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb640400f iscsi_conn_unbind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbf5ea592 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc5d62020 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc9af6938 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd6137364 iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd9b39973 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd9c67031 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe5fcde67 iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe6a7c84e iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeab9cbd5 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf6101065 iscsi_host_get_max_scsi_cmds +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf694c85d iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf99f402e iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x14f00c63 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x2ce4a841 iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x40a1cc93 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4777207f iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5a8699e7 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5ab1287a iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x5e8e5411 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x63e5f350 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x6e9b33a7 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x755dfb25 iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x82bbd77a iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x8c7d472e iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb79b5cfe iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf376555c iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf3c2b1cf iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf629bffa iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xf706690a iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x01d5d35b sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x21550b34 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x27635cf5 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2d429c54 sas_lu_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x312d87e2 sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x33fd6c60 sas_abort_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3a642538 sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3fb6cfe5 sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x413f43e7 sas_query_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x41b4dc11 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x44e73dc7 sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x488bd837 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x49e9bda1 sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4e98783d sas_abort_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x588c8045 sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5c020312 dev_attr_phy_event_threshold +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5d8bebca sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x628cdcb0 sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6378fd33 sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6642f318 sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x77cc32e2 sas_execute_internal_abort_single +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8013d955 sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x84669ca9 sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa2abd576 sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa7d064c0 sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xaad14ae8 sas_execute_internal_abort_dev +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xac9e6bdf sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xad22d82d sas_eh_target_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb3fdda23 sas_notify_port_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb46ef2fd sas_clear_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc69e57c7 smp_ata_check_ready_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd8956639 sas_find_attached_phy_id +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe5f0a8d1 sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf55dcacb sas_execute_ata_cmd +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf600a944 sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfad5b417 sas_ata_device_link_abort +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_fc 0x1bc5215d fc_eh_should_retry_cmd +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x03ccd00b iscsi_put_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0f3e1b76 iscsi_remove_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0faba111 iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1015dc7b iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x13ad545e iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x141c8ad2 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2cce7a74 __traceiter_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2ec7aa8d iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3162e1c0 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x34b1e344 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x363ef721 __tracepoint_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3ae3780e iscsi_get_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3b14de32 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x44f48899 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x45d3fbc4 __traceiter_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4713aad5 iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4a8c66e6 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x53f273c5 iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x584a31ab __SCK__tp_func_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5f9939fb iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x60c4cfa0 __traceiter_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x66f0a989 iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x71b768b0 __SCK__tp_func_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x805ad3ad iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8442d74e iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8522fe8b iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x88768c48 __SCK__tp_func_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x93f98b78 __traceiter_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9b1c524c iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9fe899a4 iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa09c7bc4 iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa3ac06cf __tracepoint_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa7d4fc2d iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaae6edcc iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xab4674c8 __SCK__tp_func_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xac0862e3 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xad5cd1ab iscsi_add_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb174acbe iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb32662a6 __tracepoint_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb4a9120a iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbb9daedb iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbe248100 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc24905e8 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc6264e7a __tracepoint_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc99c8057 iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcde1ce60 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd2027cf4 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd5e4d84d __traceiter_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd746bf15 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xda09b986 __tracepoint_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe0fe5fd7 iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe2d0dc6d iscsi_dbg_trace +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe4c79fa6 __SCK__tp_func_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xefb615fc iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf12c85ea iscsi_alloc_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfa0b9e49 iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfb3c8ab4 iscsi_put_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfdd90dc3 iscsi_force_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x26402ac7 sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x2f1847c4 sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x9be31181 sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xfec91418 sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x0ef06974 spi_populate_ppr_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x4fe9d2aa spi_populate_tag_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xa0c71dac spi_populate_sync_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xcffa2aff spi_populate_width_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x1029cee3 srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x1902178a srp_tmo_valid +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x2df82515 srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x4465bdd2 srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x5c90dd9c srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xe46c4d9d srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xe9d27095 srp_rport_add +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x13bf3381 siox_device_connected +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x7b9a8959 siox_master_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x977c45f1 siox_master_alloc +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xa24e9a17 siox_device_synced +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xb1ca2f95 __siox_driver_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xe2f09e92 siox_master_unregister +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x0d500922 slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x104d8398 __slim_driver_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x13aa1e90 slim_stream_allocate +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x165f9678 slim_ctrl_clk_pause +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x22e27f89 slim_msg_response +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x2b366d64 slim_device_report_present +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x411a75bd slim_write +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x54a5ab90 slim_unregister_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x64531db0 slim_register_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x7020e2bd slimbus_bus +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x70fe091f of_slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x76ed95ca slim_stream_enable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x81611397 slim_alloc_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x83f1b318 slim_report_absent +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x848b4d4d slim_read +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x949460be slim_stream_free +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa8adcec9 slim_get_logical_addr +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xacb89a0d slim_readb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xc63df964 slim_writeb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xcc00b2dc slim_stream_prepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xd150bebd slim_stream_unprepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xd2b7c97a slim_stream_disable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe75631c1 slim_driver_unregister +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xea5bff71 slim_do_transfer +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xeb73689f slim_xfer_msg +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xfddf3e0d slim_free_txn_tid +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0x494128eb meson_canvas_alloc +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0x673c5a86 meson_canvas_config +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0xfbd79150 meson_canvas_free +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0xfef62a5b meson_canvas_get +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x01a1efe1 apple_rtkit_shutdown +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x0f226fbb apple_rtkit_start_ep +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x2a7fe45e apple_rtkit_init +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x501c9630 devm_apple_rtkit_init +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x562ccefe apple_rtkit_quiesce +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x6153977b apple_rtkit_send_message_wait +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x65f865f0 apple_rtkit_is_running +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x6f2a0ef0 apple_rtkit_poll +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x742b2931 apple_rtkit_wake +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x7d2ac0bb apple_rtkit_reinit +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x82f1babc apple_rtkit_is_crashed +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x84f4ce91 apple_rtkit_send_message +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0x90d8adf0 apple_rtkit_boot +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xa6c60f45 apple_rtkit_idle +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-rtkit 0xe99864b1 apple_rtkit_free +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-sart 0x73697f5f devm_apple_sart_get +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-sart 0xbaec16a4 apple_sart_add_allowed_region +EXPORT_SYMBOL_GPL drivers/soc/apple/apple-sart 0xf2253fbc apple_sart_remove_allowed_region +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x0261cd01 dpaa2_io_store_next +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x0f38c18d dpaa2_io_service_register +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x1b7c4023 dpaa2_io_service_rearm +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x2ea89927 dpaa2_io_service_pull_channel +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x2f10852c dpaa2_io_service_select +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x3f8992eb dpaa2_io_service_release +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x4994345c dpaa2_io_store_destroy +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x6560c60d dpaa2_io_service_acquire +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x6bfe223c dpaa2_io_service_deregister +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x79cf65a1 dpaa2_io_service_enqueue_qd +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0x8edafa55 dpaa2_io_query_bp_count +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0xb9e81961 dpaa2_io_query_fq_count +EXPORT_SYMBOL_GPL drivers/soc/fsl/dpio/fsl-mc-dpio 0xbf05a7d5 dpaa2_io_store_create +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x0e3bfc9d mtk_mmsys_merge_async_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x37e9f77d mtk_mmsys_mixer_in_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x3f045c19 mtk_mmsys_ddp_connect +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x46b4bf3e mtk_mmsys_ddp_dpi_fmt_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x67088b5b mtk_mmsys_hdr_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x7d6b28d6 mtk_mmsys_ddp_disconnect +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0xa12480f4 mtk_mmsys_mixer_in_channel_swap +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0xb34de142 mtk_mmsys_vpp_rsz_dcm_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0xb984d970 mtk_mmsys_vpp_rsz_merge_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x1736cec6 mtk_mutex_remove_comp +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x1d6696b0 mtk_mutex_disable +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x2fcc9ff2 mtk_mutex_add_comp +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x4e2f3c90 mtk_mutex_enable_by_cmdq +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x51991b38 mtk_mutex_enable +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x5ec2319a mtk_mutex_unprepare +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x71a9a3ab mtk_mutex_acquire +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x7534596b mtk_mutex_write_sof +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x8b650752 mtk_mutex_release +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x8c90882b mtk_mutex_get +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0xab7f853d mtk_mutex_prepare +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0xbbb4ab02 mtk_mutex_put +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0xfa95f801 mtk_mutex_write_mod +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x0b1d08d2 gpr_send_port_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x2e4f46f6 apr_driver_unregister +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x6bdca466 gpr_send_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x6da4dd13 gpr_free_port +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x7786f7b4 __apr_driver_register +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x9bd39ae7 aprbus +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xe484b72b apr_send_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xf8fed778 gpr_alloc_port +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-qcom 0x03c9a66d llcc_get_slice_size +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-qcom 0x0679b34d llcc_slice_getd +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-qcom 0x7e773088 llcc_get_slice_id +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-qcom 0xad3516c4 llcc_slice_activate +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-qcom 0xb534ec76 llcc_slice_deactivate +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-qcom 0xb68b1300 llcc_slice_putd +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x1248ccb5 qcom_mdt_load +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x349543fd qcom_mdt_pas_init +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0xd7d3fe44 qcom_mdt_load_no_init +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0xd8ec1f7c qcom_mdt_read_metadata +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0xe8a3861c qcom_mdt_get_size +EXPORT_SYMBOL_GPL drivers/soc/qcom/pmic_glink 0xaecfa9f2 devm_pmic_glink_register_client +EXPORT_SYMBOL_GPL drivers/soc/qcom/pmic_glink 0xc161d729 pmic_glink_send +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0x50d28b20 qcom_ice_evict_key +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0x82936acb qcom_ice_enable +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0x9390dd50 of_qcom_ice_get +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0xc994d57b qcom_ice_suspend +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0xe4280d97 qcom_ice_program_key +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0xf0e63b1a qcom_ice_resume +EXPORT_SYMBOL_GPL drivers/soc/qcom/smem 0x34b57571 qcom_smem_alloc +EXPORT_SYMBOL_GPL drivers/soc/qcom/smem 0x5a710273 qcom_smem_get_free_space +EXPORT_SYMBOL_GPL drivers/soc/qcom/smem 0x9979b76e qcom_smem_virt_to_phys +EXPORT_SYMBOL_GPL drivers/soc/qcom/smem 0xe583bba3 qcom_smem_get_soc_id +EXPORT_SYMBOL_GPL drivers/soc/qcom/smem 0xeeffa750 qcom_smem_get +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x16aec61c pruss_release_mem_region +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x4ed7169e pruss_request_mem_region +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x508a74d6 pruss_cfg_gpimode +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x6a140367 pruss_get +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x8e344657 pruss_cfg_set_gpmux +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x9d0b1f4e pruss_cfg_get_gpmux +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0xa68fc342 pruss_put +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0xcefb71cf pruss_cfg_xfr_enable +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0xfc13bb5d pruss_cfg_miirt_enable +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x0c5ac80b __sdw_register_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x2e86a041 sdw_bus_type +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x95e6c32a sdw_unregister_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-cadence 0xfd758d06 sdw_cdns_debugfs_init +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0x2d780246 altera_spi_init_host +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0xb9edd149 altera_spi_irq +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x1845cfcf spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x2cd64e88 spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x4d4ed11c spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xa9b9d875 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xd5c14897 spi_bitbang_init +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xe472f2c7 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x659a8569 spi_test_run_tests +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x693130ae spi_test_execute_msg +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0xdbc1f258 spi_test_run_test +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x063769fb spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x0a178ef1 spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x197c85cf spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x1982e7e3 spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x1f5b74fc spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x2fd99af4 __spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x2ffac88b spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x63775def spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x68424b01 spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x7d084389 spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x9dac4206 spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xa1b39f57 spmi_device_from_of +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xc15ecaf3 spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xcccb1b6f spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd009bbd1 spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xe0ef25b3 spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xe684ee37 spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xf17e71d3 spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xfcc86119 spmi_register_write +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0xd383d95f ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x48976c09 anybuss_set_power +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x50e3119d anybuss_host_common_probe +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x5c25ee43 anybuss_write_input +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x797dc031 anybuss_client_driver_register +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x8e8334c0 anybuss_start_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x9f8741b0 devm_anybuss_host_common_probe +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xb488ea26 anybuss_recv_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xc23558c7 anybuss_client_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xcb116150 anybuss_read_output +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xcd126b22 anybuss_send_ext +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xde1e64fc anybuss_send_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xe1031b88 anybuss_finish_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xf4adec6f anybuss_read_fbctrl +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xfce879ad anybuss_host_common_remove +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x6563e34f fieldbus_dev_area_updated +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xc490f02c fieldbus_dev_online_changed +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xc89d9c70 fieldbus_dev_register +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xf23237ca fieldbus_dev_unregister +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x012cde54 gb_audio_apbridgea_stop_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x3fde3e6b gb_audio_apbridgea_start_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x73157a1b gb_audio_apbridgea_set_config +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x762d897e gb_audio_apbridgea_prepare_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x7983d2bf gb_audio_apbridgea_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x7aa6f7d3 gb_audio_apbridgea_shutdown_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x9bd0c3cc gb_audio_apbridgea_stop_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x9eeff2b4 gb_audio_apbridgea_unregister_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xa2a66382 gb_audio_apbridgea_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xc682b765 gb_audio_apbridgea_register_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xe05aea4b gb_audio_apbridgea_shutdown_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xea20af0b gb_audio_apbridgea_start_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xecd194e6 gb_audio_apbridgea_prepare_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x01dffc39 gb_audio_gb_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x1c75c5c0 gb_audio_gb_activate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x2653c110 gb_audio_gb_set_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x5e53fd60 gb_audio_gb_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x6a081cec gb_audio_gb_deactivate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x9c45ea56 gb_audio_gb_get_topology +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xa5fc71e1 gb_audio_gb_set_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xadcff784 gb_audio_gb_deactivate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xba97c1a8 gb_audio_gb_get_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xc8359f55 gb_audio_gb_get_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xd66928d4 gb_audio_gb_enable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xdbb22ea8 gb_audio_gb_activate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xf1fb77df gb_audio_gb_disable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x19e9e6b1 gb_audio_manager_remove_all +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x32e6391e gb_audio_manager_remove +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x5a108b0f gb_audio_manager_add +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x79eef2f8 gb_audio_manager_dump_all +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0xaeac8ca2 gb_audio_manager_dump_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0xe09aad8f gb_audio_manager_put_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0xffe2cc2b gb_audio_manager_get_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0x561005ba gb_gbphy_register_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0xdf4a4220 gb_gbphy_deregister_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0x3c61fe04 gb_spilib_master_exit +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0x4783f3fa gb_spilib_master_init +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0xd568fbf9 adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/media/av7110/sp8870 0x204529fa sp8870_attach +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x0af1641d imx_media_probe_complete +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x1728ebc1 imx_media_capture_device_next_buf +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x28dafbf3 imx_media_add_of_subdevs +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x34d29da8 imx_media_capture_device_unregister +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x3afc4948 imx_media_find_pixel_format +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x41dffcb5 imx_media_capture_device_error +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x534ba9e1 imx_media_find_mbus_format +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x54f0db6d imx_media_pipeline_pad +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x5b9aeb38 imx_media_pipeline_subdev +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x6669267f imx_media_capture_device_register +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x7692ab01 imx_media_alloc_dma_buf +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x8e5e77c1 imx_media_dev_notifier_register +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x9bb3d7eb imx_media_capture_device_init +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xa631199b imx_media_grp_id_to_sd_name +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xa9e2459f imx_media_enum_mbus_formats +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xba1c7b7e imx_media_mbus_fmt_to_pix_fmt +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xbc50176d imx_media_dev_init +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xc0e6162e imx_media_init_mbus_fmt +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xc586c4b3 imx_media_free_dma_buf +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xd4e45b7e imx_media_try_colorimetry +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xe932b00b imx_media_enum_pixel_formats +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xf1360378 imx_media_capture_device_remove +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xf142db0a imx_media_pipeline_set_stream +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xf8b762b6 imx_media_init_cfg +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xfbbabd78 imx_media_add_video_device +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x115655e9 amvdec_am21c_body_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x13232512 amvdec_write_dos +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x1cb1e6d9 amvdec_am21c_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x216e888d amvdec_clear_dos_bits +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x29ec8ba3 amvdec_remove_ts +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x3ad9fb17 codec_hevc_setup_buffers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x3e5d87a1 amvdec_dst_buf_done_offset +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x4fc34ba4 codec_hevc_free_fbc_buffers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x50fc74e6 amvdec_read_dos +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x5ff35ee8 amvdec_am21c_head_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x6ac82081 amvdec_src_change +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x6db22661 amvdec_write_dos_bits +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x854fd22d amvdec_add_ts +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xadd899f4 codec_hevc_free_mmu_headers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xb114b7d8 amvdec_dst_buf_done +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xc3d9e5d4 codec_hevc_fill_mmu_map +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xce3e5cc4 amvdec_abort +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xd1834994 amvdec_dst_buf_done_idx +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xdba123a9 amvdec_get_output_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xe0423717 codec_hevc_setup_decode_head +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xe0a8948c amvdec_set_par_from_dar +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xe114b009 amvdec_set_canvases +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xf2309f91 amvdec_write_parser +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xfdd5c452 amvdec_read_parser +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0x1097fa45 nvec_msg_free +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0x932a93cc nvec_register_notifier +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0xbc084cec nvec_unregister_notifier +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x2b9b3376 target_stop_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x41dec22b target_submit_prep +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x548cc9eb target_queue_submission +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x5d24150b target_free_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x9bcd9004 target_submit +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xb4489234 target_wait_for_cmds +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xbe493d52 target_init_cmd +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xc65e34a6 target_alloc_cmd_counter +EXPORT_SYMBOL_GPL drivers/tee/tee 0x001b9489 tee_device_register +EXPORT_SYMBOL_GPL drivers/tee/tee 0x1076188b tee_shm_register_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0x10c2840c tee_shm_get_va +EXPORT_SYMBOL_GPL drivers/tee/tee 0x14d74c2b tee_client_open_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x1545e810 tee_device_unregister +EXPORT_SYMBOL_GPL drivers/tee/tee 0x19937f74 teedev_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x2bb59485 tee_shm_put +EXPORT_SYMBOL_GPL drivers/tee/tee 0x38c2fbfd tee_get_drvdata +EXPORT_SYMBOL_GPL drivers/tee/tee 0x3bed5d6b tee_client_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0x5f3fa615 tee_shm_alloc_priv_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0x71e60412 tee_client_close_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0x82159bc7 tee_client_get_version +EXPORT_SYMBOL_GPL drivers/tee/tee 0x85eee337 tee_shm_get_pa +EXPORT_SYMBOL_GPL drivers/tee/tee 0x85fd9922 tee_session_calc_client_uuid +EXPORT_SYMBOL_GPL drivers/tee/tee 0x9bcf0d69 tee_shm_pool_alloc_res_mem +EXPORT_SYMBOL_GPL drivers/tee/tee 0xac840a45 tee_shm_alloc_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0xb94d9014 tee_shm_get_from_id +EXPORT_SYMBOL_GPL drivers/tee/tee 0xc59aa328 tee_shm_free +EXPORT_SYMBOL_GPL drivers/tee/tee 0xc7e6e948 teedev_open +EXPORT_SYMBOL_GPL drivers/tee/tee 0xe32884c7 tee_device_alloc +EXPORT_SYMBOL_GPL drivers/tee/tee 0xe59978d1 tee_client_open_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0xefd20bf1 tee_bus_type +EXPORT_SYMBOL_GPL drivers/tee/tee 0xf6777672 tee_client_invoke_func +EXPORT_SYMBOL_GPL drivers/thermal/st/st_thermal 0x3befb8fb st_thermal_pm_ops +EXPORT_SYMBOL_GPL drivers/thermal/st/st_thermal 0xa733b82a st_thermal_register +EXPORT_SYMBOL_GPL drivers/thermal/st/st_thermal 0xb977d57c st_thermal_unregister +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x01d23ee1 tb_property_create_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x0e7e5ace tb_ring_poll +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x173f31db tb_xdomain_lane_bonding_enable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x189de4fd tb_xdomain_alloc_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x1e815995 tb_register_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x1eab4112 tb_xdomain_alloc_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x393b4f2f tb_property_free_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4e5064a7 tb_property_find +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4e64bdfd tb_register_protocol_handler +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x548d682a tb_ring_alloc_rx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x603249ed tb_unregister_property_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x63162e28 tb_xdomain_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x658e3d97 tb_property_add_immediate +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x6742a561 tb_xdomain_release_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x6b352c2b tb_xdomain_find_by_uuid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x73ad2acb tb_property_get_next +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x785eb82c tb_property_remove +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x7fb2baa7 tb_xdomain_disable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8b62f95e tb_property_add_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8d49c41d tb_service_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x9aced5e8 tb_ring_start +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa3d2b403 tb_property_add_data +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xaebae17e tb_ring_stop +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb7c7cdce tb_property_add_text +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xbae39e50 tb_ring_free +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xc52ec9de tb_xdomain_find_by_route +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xdacc33e8 tb_xdomain_lane_bonding_disable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xdb93703b tb_xdomain_response +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xe616a216 tb_unregister_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xe76d413c tb_xdomain_release_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xebbdb5b4 tb_xdomain_request +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf0cfb323 tb_xdomain_enable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf1cfd1ff tb_register_property_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf549068e tb_ring_poll_complete +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf76028c7 tb_unregister_protocol_handler +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xfcf60afa tb_ring_alloc_tx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xfd63023f __tb_ring_enqueue +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x0556572f ufshcd_uic_hibern8_exit +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x0ffd5eb1 ufshcd_dme_configure_adapt +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x10e9cf5a ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x1131e32c ufshcd_system_thaw +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x19921d03 ufshcd_mcq_write_cqis +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x30b88548 ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x36cc233b ufshcd_resume_complete +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x3882709a ufshcd_system_restore +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x4015f285 ufshcd_hold +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x4959475f ufshcd_hba_stop +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x4a70e7b4 ufshcd_uic_hibern8_enter +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x4d863fa6 ufshcd_hba_enable +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x4e72c4a5 ufshcd_mcq_poll_cqe_lock +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x4e853c5a ufshcd_system_freeze +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x60c6beb1 ufshcd_release +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x723b1abf ufshcd_delay_us +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x7a1f7073 ufshcd_make_hba_operational +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x7ebd7eea ufshcd_dump_regs +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x8f2f66ca ufshcd_get_vreg +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x92db2679 ufshcd_clkgate_delay_set +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x9c619bc5 ufshcd_link_recovery +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x9f79d6ed ufshcd_dealloc_host +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xa197c0c8 ufshcd_fixup_dev_quirks +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xa24a0f8e ufshcd_init +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xac88c725 ufshcd_uic_change_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xbe188964 ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xc246ec7d ufshcd_mcq_config_esi +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xcb8687ac ufshcd_mcq_enable_esi +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xdb4d9ac3 __ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xe1bf234b ufshcd_update_evt_hist +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xe6a15d75 ufshcd_config_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xf29bd929 ufshcd_auto_hibern8_update +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xf7c34b9e ufshcd_remove +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x4b03b27d ufshcd_pltfrm_init +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x54c946de ufshcd_init_pwr_dev_param +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x7a0460ff ufshcd_get_pwr_dev_param +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x94e71c70 ufshcd_populate_vreg +EXPORT_SYMBOL_GPL drivers/uio/uio 0x12ab2287 uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0x1bcef56d __devm_uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xa8639155 uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xe403d270 __uio_register_device +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x639d1acd usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xd7fbe4c8 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x14b20078 cdns_drd_gadget_on +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x28aef051 cdns_clear_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x3dcc733b cdns_set_active +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x50b98ddc cdns_init +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x69f5073e cdns_suspend +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x8b02ff2a cdns_set_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x9e7e5053 cdns_resume +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x9ea084a4 cdns_remove +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xac349b31 cdns_power_is_lost +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xf73ccda2 cdns_drd_gadget_off +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x507487de ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x51f690ac ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x8acd4088 hw_phymode_configure +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x9cf72936 ci_hdrc_query_available_role +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x053dd0fb imx_usbmisc_init +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x35ac8b0f imx_usbmisc_hsic_set_connect +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x8ed01f54 imx_usbmisc_resume +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x99e4a580 imx_usbmisc_init_post +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xb386247a imx_usbmisc_suspend +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xffd66281 imx_usbmisc_charger_detection +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x043102e3 ulpi_unregister_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x17493bb5 ulpi_write +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x29a370d5 ulpi_read +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x4e7c4c7b __ulpi_register_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xdf72c698 ulpi_register_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xe7b45ddf ulpi_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x12915d93 u_audio_start_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x2e3a9863 u_audio_set_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x5ec2d6d4 u_audio_set_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x60c326f8 g_audio_setup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x63cb2cf1 g_audio_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x6fa3949c u_audio_get_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x72a12429 u_audio_start_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x88b12f99 u_audio_stop_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x892eb8dc u_audio_get_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xa45ca694 u_audio_set_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xbb5a57d9 u_audio_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xbfe97e1e u_audio_set_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xd90afe14 u_audio_stop_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xdeec2208 u_audio_get_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xf1dc51d6 u_audio_get_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x2f3129a4 gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x317dafd9 gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x5cd87f47 gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x60575f45 gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x87fd48b4 gether_set_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x8c17005d gether_resume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x8d66a4e8 gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x903c2fdd gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x98b47b73 gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x9fd83ed7 gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xa63a44ef gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xa66fd456 gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xacce9bae gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xb2211897 gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xba5f3113 gether_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xe196317b gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xe3c9bf2e gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xfd333a3f gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x207ca947 gserial_resume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x4e61032e gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x60db48f5 gserial_get_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x77268a68 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x7e5915c7 gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xc0a01527 gserial_set_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xc6c5850c gserial_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xe89dc424 gserial_alloc_line_no_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xfb78a286 gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x2789dd99 ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x6c825859 ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0xd30458ae ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x0435ee81 fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x0ee8da21 fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x10a411db fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x13c62ddc fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x141fce2a fsg_common_remove_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1710b539 fsg_fs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1ccb58f7 fsg_common_set_num_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1e4754d6 fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x22d441af fsg_store_forced_eject +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x2c660fff fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x37bd650b fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x398778e1 fsg_ss_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x3c6a07d0 fsg_common_create_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x423845e4 fsg_ss_bulk_in_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x4f8e971a fsg_store_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x7043cfea fsg_show_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x7e26d4a5 fsg_common_set_sysfs +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x9538f994 fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x95cffb3e fsg_hs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x9a0221c7 fsg_common_free_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa4fddd67 fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa5cae92f fsg_ss_bulk_out_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa5f99b69 fsg_fs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xab6c68ac fsg_config_from_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb3adf38d store_cdrom_address +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb52ba28a fsg_intf_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb54d0d95 fsg_fs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xba7c127a fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xd131024d fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xd1a3e8e0 fsg_common_create_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xeb0707b2 fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xef8471b4 fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xf1609b21 fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xfae73ccc fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x1935f558 rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x2b31b502 rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x3163dba8 rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x44eb0091 rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x49f6c5c2 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x6301c774 rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x763e1d9a rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x794840c2 rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x8d17e987 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x9024d4f2 rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xa7bbeaf2 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xbc290c2b rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xbfc8e41d rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xe3d83b71 rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xfb4dfb2f rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x076b8d61 usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0c589aba usb_validate_langid +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2a5ab010 alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2d9fbc66 usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2deaf723 usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x309ff616 usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x34cf16d8 usb_otg_descriptor_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x394b31d8 usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3a3d6ef4 usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3a9b6dff usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3d328315 usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4402aafe usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x491b7cdd usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x49a9bd92 usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4a34d118 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4beb505d usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x52d4edca usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x56174434 config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6d386e2e usb_func_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7148ceb2 usb_ep_autoconfig_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x79a7d2bb usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7baa1cfc usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x85b4dc5c usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8f485ba0 usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9005b07e usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9052a3e0 usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa7d5ae89 usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa9a14940 usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xabe35553 config_ep_by_speed_and_alt +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb19948b2 usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb224f422 usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb7115f55 usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc0a4dcb4 usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xca0e542b usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xcfba1feb usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xeb78e25f usb_otg_descriptor_alloc +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/rzv2m_usb3drd 0x0c2807e6 rzv2m_usb3drd_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x0bf4efe5 gadget_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x267ad37a udc_basic_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x4ed3d03e empty_req_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x5d01d078 udc_irq +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x6c321973 udc_mask_unused_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x75b81161 init_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x9bea62c5 udc_enable_dev_setup_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xc036facd udc_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xead94bd2 udc_remove +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xfa814062 free_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x004c6380 usb_ep_fifo_flush +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x07b37a53 usb_gadget_ep_match_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x1c088661 usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x22f006be usb_add_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x28934043 usb_gadget_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x296c4fed usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2a48ba39 usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2af38e5f usb_ep_free_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2c53cadb usb_ep_disable +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2d57c4ae usb_gadget_unmap_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x34cc7e48 usb_gadget_frame_number +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x3ea59b5d usb_ep_alloc_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x405d007d usb_ep_set_wedge +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x41201df8 usb_gadget_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x49ab3947 usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x4fa2450c usb_ep_dequeue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x50b88f41 usb_get_gadget_udc_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x5fc04084 usb_gadget_register_driver_owner +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x668314fd usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x66ef5cd8 usb_gadget_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x6e571186 usb_gadget_udc_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x741b03c0 usb_gadget_vbus_draw +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x75eea37f gadget_find_ep_by_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x784d9a58 usb_ep_enable +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x79c3b872 usb_ep_fifo_status +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x85f95009 usb_gadget_vbus_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x8a75c519 usb_gadget_vbus_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x916654dc usb_gadget_check_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x93d5fdc4 usb_gadget_giveback_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x9a585600 usb_gadget_clear_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x9f9c0be9 usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xa0d3c3c7 usb_del_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xac5667d9 usb_ep_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xad055f03 usb_gadget_set_remote_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xbb8b2e53 usb_initialize_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xbee6af28 usb_ep_set_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc3d4d06b usb_ep_set_maxpacket_limit +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc3ff93f9 usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc8ac2c4f usb_ep_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xdc86dad9 usb_gadget_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xddbfcf03 usb_gadget_set_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xe1e9e64e usb_udc_vbus_handler +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xe3e5184e usb_gadget_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xe5994f73 usb_gadget_map_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-pci-renesas 0x82b8aab7 renesas_xhci_check_request_fw +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0x08df6e18 xhci_plat_pm_ops +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0x74dc0b85 xhci_plat_remove +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0x9a8af801 xhci_plat_probe +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x08a35007 ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x9f8636ba ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x09492220 musb_mailbox +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x0b4a8834 musb_writeb +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x14618ebe musb_get_mode +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x2734197f musb_readb +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x3c2cc3a6 musb_set_peripheral +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x65804e8b musb_queue_resume_work +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x669594ad musb_clearw +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x6af8c6dc musb_writel +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x719a5e41 musb_readw +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x9a3153e3 musb_root_disconnect +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xade3e56c musb_writew +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xe59efb0e musb_clearb +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xf0f95e51 musb_readl +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xf1d5c08a musb_set_host +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xf761be88 musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x0dab0f19 usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x3d45a2be usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x7e749658 usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xd549731f usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xd859aa57 usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0xdb04432f isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x24b5cc9c tegra_usb_phy_preresume +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x8e21fc56 tegra_ehci_phy_restore_start +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0xbdb7a92d tegra_usb_phy_postresume +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0xf3f3bf47 tegra_ehci_phy_restore_end +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0x586c082a usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x0bccbc83 usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x0c634549 usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x22253e7f usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x235c3810 usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x44340ec7 usb_serial_claim_interface +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x462932ae usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5229a397 usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x595c6bdf usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5d1ed9f5 usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7d6d47ef usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x92a299d5 usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x9922ca2d usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x9aa5bc1c usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb465cd6f usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb5b65381 usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb9e7c367 usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xe657dc2c usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xe97ea5b5 usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xebd28aea usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf8d645f4 usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0x1eeb93d1 dp_altmode_remove +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0x6531a64c dp_altmode_probe +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x6f497a3c tcpci_irq +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0xbb9b7da9 tcpci_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0xbe111953 tcpci_get_tcpm_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0xc529e32e tcpci_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x10ec6d2d tcpm_sink_frs +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x3b84657b tcpm_pd_transmit_complete +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x727193bb tcpm_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x76eeda4b tcpm_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x9e0bd753 tcpm_pd_hard_reset +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xb655342c tcpm_pd_receive +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xc37b9769 tcpm_cc_change +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xceb50012 tcpm_vbus_change +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xd680581d tcpm_port_clean +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xda86a83d tcpm_port_is_toggling +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xea220941 tcpm_tcpc_reset +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xeb779665 tcpm_sourcing_vbus +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0494f78d typec_cable_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x05533be3 typec_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x05fccdc7 typec_set_vconn_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x062e718b typec_match_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0a83ab00 typec_cable_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0e2777f1 usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0e6f0166 typec_unregister_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0f7b660f typec_partner_usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1c48b8d2 fwnode_typec_switch_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1ef373f7 typec_partner_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2398604a usb_power_delivery_unlink_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x262425a6 typec_port_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2b2aaabe typec_partner_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2d1e301d typec_find_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x30a9fdeb typec_register_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x30aa9647 typec_mux_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x37dde81b typec_get_negotiated_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3e78e1a0 typec_partner_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x45d6ff25 typec_set_pwr_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4ce970fc usb_power_delivery_register_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x536e3055 typec_altmode_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x54c7c5df typec_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x57e93836 typec_altmode_get_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x58b27cd5 usb_power_delivery_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5b150964 typec_altmode_attention +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5e21ca98 fwnode_typec_retimer_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5e335648 typec_partner_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5e8d8026 typec_retimer_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x654ba3c4 typec_retimer_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x66fc71e0 typec_mux_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6859dc13 typec_cable_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x68fad304 typec_register_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6b3d9465 typec_mux_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6dcc1089 usb_power_delivery_unregister_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6e67f4fe typec_mux_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6f08bdc1 typec_port_register_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7ac711b4 typec_set_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x85acf173 typec_unregister_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x86521d45 typec_switch_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8bf60d8d typec_retimer_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8f983447 typec_unregister_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9049491e typec_find_port_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x936f6aa2 typec_altmode_put_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x95c5f2c0 usb_power_delivery_link_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x99b50cb8 typec_set_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9b82c37a typec_mux_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9c6004bc typec_altmode_vdm +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9cc48f8d typec_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa15af84e fwnode_typec_mux_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa254de98 typec_find_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa40dd546 typec_altmode_notify +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa61851eb typec_get_fw_cap +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xab510fb3 typec_switch_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xae3d1e22 typec_plug_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xaf26db55 typec_switch_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb48522cb typec_altmode_exit +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb9d94b90 typec_register_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xba05d4c4 typec_retimer_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbc6e6102 typec_altmode_get_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbe4b4fba typec_switch_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc1ce63c7 typec_set_mode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xcf484f64 typec_get_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd04fe7f4 typec_retimer_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd2fa1286 typec_switch_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd7f76189 typec_partner_set_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd80d2023 typec_partner_set_pd_revision +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xdfd2d9f3 typec_switch_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xdfe195e7 typec_altmode_enter +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe044e9a1 typec_altmode2port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe3088b69 typec_altmode_update_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xeafc1eb8 typec_find_port_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xedd2eef9 typec_port_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xede53b21 typec_plug_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xef1419fc __typec_altmode_register_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xef74d6a6 typec_cable_is_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf1234a8b typec_find_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf44242e6 typec_unregister_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf99b29f8 typec_set_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfc8df340 typec_mux_put +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x3f37344f ucsi_connector_change +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x61c4612c ucsi_resume +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x7682a7bb ucsi_destroy +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x82b57ce7 ucsi_send_command +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x878ccfa1 ucsi_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x9f50f490 ucsi_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xae87b6bb ucsi_register +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xc0548336 ucsi_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xcbb1015f ucsi_create +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x04379c46 usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x08c54d3f usbip_in_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x0a42964b dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x1268fb70 usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x28909c0d usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x34d4c98c usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x81ee74b5 usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x96fb4184 usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xbae2b65d usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xcf759565 usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd02753dc usbip_header_correct_endian +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe093cd03 usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe1ea0586 usbip_dump_header +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xf0039ddb usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xfb015e42 usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x38589b0a _vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x3a610e07 vdpa_get_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x4e482497 vdpa_unregister_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x58e3666f vdpa_set_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x5f629d2b __vdpa_alloc_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xa8061e23 vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xaa43dbba vdpa_mgmtdev_register +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xb9c5e612 vdpa_mgmtdev_unregister +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xc20d3e54 _vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xe7b2e736 __vdpa_register_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xf60a58b4 vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0x39ac74e5 vdpasim_schedule_work +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0x5a92db59 vdpasim_create +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x040667a7 vfio_pci_core_disable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x0c0ba023 vfio_pci_core_finish_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x1bff024e vfio_pci_core_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x2e87484f vfio_pci_core_request +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x2f36d4fc vfio_pci_core_unregister_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x32ba8778 vfio_pci_core_register_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x372bbaf1 vfio_pci_core_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x38888f23 vfio_pci_core_aer_err_detected +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x39c89ddb vfio_pci_core_err_handlers +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x44079dbb vfio_pci_core_match +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x4cf699b8 vfio_pci_core_set_params +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x56ff1792 vfio_pci_core_ioctl_feature +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x5e46016d vfio_pci_core_close_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x71d242c9 vfio_pci_core_write +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x94a36176 vfio_pci_core_mmap +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x9e7b4c7d vfio_pci_core_sriov_configure +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xc368c4ce vfio_pci_core_release_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xd2009c20 vfio_pci_core_init_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xd507d594 vfio_pci_core_register_dev_region +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xe3c4337e vfio_pci_core_read +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x0aab1f3d vfio_platform_release_common +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x1cd064fd vfio_platform_unregister_reset +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x3efa9cc3 vfio_platform_close_device +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x3fd40b15 vfio_platform_write +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x71b39cb6 vfio_platform_init_common +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xa5eccdd5 vfio_platform_open_device +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xad6f4c85 __vfio_platform_register_reset +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xb2f375f6 vfio_platform_mmap +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xe91e0d54 vfio_platform_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xf3a2ff1d vfio_platform_read +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x08671028 vfio_file_has_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x0f534990 vfio_assign_device_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x13ea4452 vfio_mig_get_next_state +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x144a6432 vfio_iommufd_emulated_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x221c4e62 vfio_register_emulated_iommu_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x225b05c2 vfio_virqfd_disable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x2667d5e7 vfio_register_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x269a9aed vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x2a6c9ede _vfio_alloc_device +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3f882bf4 vfio_virqfd_enable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x48ee7465 vfio_device_set_open_count +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x53c7d462 vfio_iommufd_physical_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x60a634c4 vfio_info_cap_add +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7a97a679 vfio_iommufd_physical_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7c6e3b0b vfio_iommufd_physical_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7d2ed4c3 iova_bitmap_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xa2731565 vfio_file_iommu_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xa790159d vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc260aa4f vfio_iommufd_emulated_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc9079865 vfio_file_enforced_coherent +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xd6882f00 vfio_file_set_kvm +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xd7b52f65 vfio_file_is_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xe7eb6d1f vfio_unregister_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xf8ae72a9 vfio_iommufd_emulated_unbind +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x01c757f5 vhost_vq_is_setup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0654df47 vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x070a5899 vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x105d0640 vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x19eb3c34 vhost_enqueue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1f2e7b88 vhost_vq_init_access +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x23a95d24 vq_meta_prefetch +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x25c28046 vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2be3e239 vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x36f63a2a vhost_worker_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x44befa1e vhost_dev_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4953b920 vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4c214934 vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x55c6f1d5 vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x570bd0c1 vhost_vq_has_work +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5db17638 vhost_exceeds_weight +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5e7fda53 vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6cc96892 vhost_vq_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7245abd9 vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7b43cbf1 vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7be7bc2f vhost_dequeue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x7e1625d7 vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8592b5a5 vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa0b3584b vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa3348aea vhost_clear_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa7b28620 vhost_vq_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa909cfc5 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xacc51d9d vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc0747854 vhost_new_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc70030e8 vhost_set_backend_features +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xcbadc2df vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xce3b0a64 vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xcfca6d4b vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd48a5741 vhost_init_device_iotlb +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd6f50295 vhost_chr_read_iter +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xdc8f6dd2 vhost_vq_avail_empty +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe77e6607 vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe79cd1fd vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xec1dfd73 vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xec3a572d vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf246bcd3 vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf66bb027 vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfb0a3ae3 vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfd2b3e45 vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x38ff875f vhost_iotlb_add_range +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x5f4e5249 vhost_iotlb_reset +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x69e872f9 vhost_iotlb_itree_first +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x6bec0e66 vhost_iotlb_del_range +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x83be64b9 vhost_iotlb_itree_next +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x885512a2 vhost_iotlb_add_range_ctx +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x8a7d8ee9 vhost_iotlb_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xa24517eb vhost_iotlb_free +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xc577832d vhost_iotlb_alloc +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xf9deb0db vhost_iotlb_map_free +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x0995acb1 ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x1b78d109 ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x4ff8c6d0 ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x5dae817e ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x771aa1d2 ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x77bc125b ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x9b977ad8 ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0x4d9e522c fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x34563cff sis_free_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0xfcbaf94b sis_malloc_new +EXPORT_SYMBOL_GPL drivers/w1/wire 0x0c1e55e8 w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x17ff48a6 w1_touch_bit +EXPORT_SYMBOL_GPL drivers/w1/wire 0x2da1019a w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x3d4c1603 w1_triplet +EXPORT_SYMBOL_GPL drivers/w1/wire 0x5562f260 w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x63757e92 w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x7fb05290 w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0x852ae3bd w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x8534a88e w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0x9c673230 w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0xdd51ccc9 w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xf22aedf9 w1_touch_block +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x24d5c378 xen_front_pgdir_shbuf_free +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x5e492544 xen_front_pgdir_shbuf_map +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0x8d1e294f xen_front_pgdir_shbuf_unmap +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xa925e631 xen_front_pgdir_shbuf_get_dir_start +EXPORT_SYMBOL_GPL drivers/xen/xen-front-pgdir-shbuf 0xaaba7a71 xen_front_pgdir_shbuf_alloc +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x6eb3c06c xen_privcmdbuf_fops +EXPORT_SYMBOL_GPL drivers/xen/xen-privcmd 0x71aa3939 xen_privcmd_fops +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x4b62826c dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x88d200c9 dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x8a6c5f1b dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x8d606b32 dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x95325ecb dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcd224e1d dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x0b651890 lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x18165584 nlmclnt_rpc_clnt +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x23c0925e nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9cbde0a0 nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xa26ab411 nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xaa4b06ed nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xbc1b6ac4 nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xd01cd05d lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xf225019f nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/netfs/netfs 0x25ede46b netfs_extract_user_iter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x022ab466 nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0294c6a2 nfs_callback_nr_threads +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x038f1ed1 nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x03eacb8c nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x05e15d93 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0dfd49f7 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0ebe3cde nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x106daaef nfs_try_get_tree +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10962bc2 nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x11d9389f nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x147daef0 nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x180bcf3b nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x185d3ce1 nfs_release_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x19b24455 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22d795a8 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x23f2a5af nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x255b4075 nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26a31f46 nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26d2fb30 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x273e6c1a nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x29086fa3 __tracepoint_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x295b0ee5 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2ae6a337 nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2bdcf249 nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x33937ad1 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x34566b51 __tracepoint_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x35a42cfe nfs_add_or_obtain +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x377db061 nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x38a1aaa4 nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39017713 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ccfd54b nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3d0eb5a7 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3d16769a nfs_request_add_commit_list_locked +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3e70157e nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3ec5b2ff nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x402f4f92 nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40739385 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x471bb6c5 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x47414078 nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4788e724 nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4846a7b0 nfs_alloc_fattr_with_label +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x484fedeb nfs_check_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4864d38d nfs_wait_on_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x49f69aca nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4a49376f nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4a5c93fe nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4b8424f4 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4c0573e2 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4d5c7fe3 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4d8cebf4 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4f04103d nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x502df072 nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x55541489 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x57f852f2 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x584b8482 nfs_inc_attr_generation_counter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x58be8565 nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5ca8af6d nfs_file_fsync +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5cc36bb8 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5d71c059 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x624e79c5 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x686beeaf nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x691ea7c9 nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x69ce3866 nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6c510e75 get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6d0baef4 nfs_d_prune_case_insensitive_aliases +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6d806c01 nfs_async_iocounter_wait +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6d906598 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e81f032 __SCK__tp_func_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x714dd4d6 nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x72164161 nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7240de71 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73dff4c0 __SCK__tp_func_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x777fe3cc nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x78dcb1b5 nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7ba0dd43 register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7ba28bc6 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7e202e89 __tracepoint_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7f346371 nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8499de4f nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x860e3d62 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x872c1cb0 nfs_probe_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x876a4d22 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x89e10a36 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8a5dda94 nfs_sysfs_link_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8ab36874 nfs_free_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8b39b624 nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8b8ac9db nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8c57ba75 nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8e5315d5 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8fb21e1c nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90b3e040 nfs_pgio_current_mirror +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91244700 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x946a231b nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x95007f7e __SCK__tp_func_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x96d90460 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x97f11547 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b0ece8 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x99fcae8f nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9a0d5edb nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9cca736d nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9db98a9e nfs_access_get_cached +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9e2b0ef3 nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9e43ace0 nfs_set_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9faba646 nfs_put_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa2de15a1 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa2eb6f60 nfs_get_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa5ab50c1 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa73164cb nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaafd4acc max_session_cb_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xab80ab13 nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xabf2c755 nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xacd0aa6e nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xadbc8f03 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb050a807 __traceiter_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb0ad15d9 nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb13127a9 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb3bc77ef nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb4c0c15f nfs_set_verifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb57fbafb nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb938b123 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xba2cdbf3 nfs_read_alloc_scratch +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbcc60c8d __tracepoint_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc001c2ed nfs_client_for_each_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc0b48ab4 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc0c10a40 __traceiter_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc0dcf5eb nfs_scan_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc1005a83 nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc156c3ba nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3a2be67 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc499d53c nfs_client_init_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc4d07f88 nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc61e2c74 nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6c8b8f1 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcbe95807 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcbfcc90d nfs_pageio_resend +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcc66d241 nfs_sysfs_add_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xccd8087f nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcfdeb5a7 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd00345bc nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd443e936 nfs_reconfigure +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd5071617 nfs_clear_verifier_delegated +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xda0a8ef3 __traceiter_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdb521279 nfs_client_init_is_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xddff1223 nfs_sync_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xde309bea nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe1620376 nfs_writeback_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe168ecb4 put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe79c70c0 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe7a88445 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeef77198 nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf15e4c71 alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf19fa284 nfs_filemap_write_and_wait_range +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf229e46a __traceiter_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf2704901 nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf38dc4bb nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf7555608 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf7ac60cc nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf96f04c4 __SCK__tp_func_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfcdd4be1 nfs_commit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0xcd9be9b9 nfs3_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x02151111 __traceiter_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x02da1276 __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x054bef45 layoutstats_timer +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x06ea0def pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x074a66b5 __traceiter_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x08b2c467 __SCK__tp_func_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x08d7e2d7 pnfs_generic_search_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0aaea31b pnfs_free_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0b035c49 pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0bd06bd1 __tracepoint_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0d381e90 __tracepoint_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0d9ec520 __traceiter_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0f021d12 nfs4_decode_mp_ds_addr +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0ff289f3 __SCK__tp_func_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x115b1bb2 __traceiter_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1784df39 pnfs_generic_clear_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x18b41178 __tracepoint_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1d4bec82 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1d57c82c __tracepoint_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x20224df7 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2174b794 __tracepoint_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x22f96663 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x23c0796d pnfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x23c3cbb2 nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x24aec537 pnfs_error_mark_layout_for_return +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x27ad47ea __SCK__tp_func_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x27e9e285 pnfs_layout_mark_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2f069857 pnfs_generic_prepare_to_resend_writes +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2f1e21ba __tracepoint_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x30a44ac3 __SCK__tp_func_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x31199845 nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x33d0a990 pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x35851d6a nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x37e7f923 nfs4_pnfs_ds_connect +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3860957e pnfs_generic_pg_check_range +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x38c00b65 nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3a29d40b nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3c2dfd9d nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x412eb6c9 __traceiter_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x51ee0947 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x533c198f __SCK__tp_func_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x54c739eb nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x555bb1db __tracepoint_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x55f5030a pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x56a824f8 __traceiter_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x579126b8 __SCK__tp_func_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5a4314e9 __SCK__tp_func_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5ca643f8 pnfs_generic_commit_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6085edbd nfs_map_string_to_numeric +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x62bf05e9 nfs4_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x68aff7b5 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69d3558d pnfs_generic_rw_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6cd4974c __traceiter_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6e637af7 __tracepoint_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x751e5548 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x78221f19 pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x783e2d3b pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x785c06ab __SCK__tp_func_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7a4e7f4e __SCK__tp_func_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7a52588d nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7cd013a8 __SCK__tp_func_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x802046c5 __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x83fe008b pnfs_generic_recover_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8bbbeaaf pnfs_generic_pg_check_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8be24f50 __tracepoint_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8ea6f2e0 pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x917b1ec3 nfs4_mark_deviceid_available +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9838bdcc pnfs_generic_scan_commit_lists +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9aa42d8d pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9d0f189d pnfs_add_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9d97e4c3 nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9f92487d nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9ffcc3ca pnfs_nfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa92fac18 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa9456c7a pnfs_generic_layout_insert_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb037aa6d nfs4_pnfs_ds_put +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb20c65c2 __traceiter_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb69b29ae __traceiter_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb69d0652 nfs42_proc_layouterror +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb6b36acd nfs4_test_session_trunk +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb94fbbbd pnfs_generic_ds_cinfo_release_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb972907c pnfs_generic_write_commit_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xba53a1ef __SCK__tp_func_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc7a9d954 __SCK__tp_func_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd07a4e0f nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd43b4226 pnfs_alloc_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd47333c2 __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd4964de5 pnfs_read_resend_pnfs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd5192733 nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd93e0c38 __traceiter_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdc1bcc33 nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdd342fa8 __tracepoint_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdf6991a4 __SCK__tp_func_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe1528785 nfs4_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe6fc5343 pnfs_generic_pg_cleanup +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe79fc8bc nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe8f7557c pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe967ae14 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xea5d3b74 pnfs_generic_ds_cinfo_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xea93ae0a __traceiter_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xec6ff3de pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xefdd2d14 nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf12f528b pnfs_report_layoutstat +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf43c9f58 nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf566c11d nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf5c9d2db pnfs_layoutcommit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf7801360 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf7ad82d6 __traceiter_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf999267e pnfs_generic_commit_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfa3a1cac __traceiter_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x1fe1e1ad locks_end_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x3f664064 locks_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x7a0e2f96 locks_start_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0xfc1a0c89 opens_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x958a431e nfs_stream_decode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xa584cb89 nfs_stream_encode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xaa4dd3af nfsacl_decode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xb4e82904 nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfsd/nfsd 0x6e875535 nfsd4_ssc_init_umount_work +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x19242a72 o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x20e48b5b o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4900035b o2hb_stop_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4ae83dfe o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x58c88ff2 o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x58f3d13c o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x5e95a4b2 o2net_send_message_vec +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x6a0c3847 __mlog_printk +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x81a17396 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x8ea1f56d o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa941cb47 o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xb6ebf62a o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbd13ee5d o2hb_check_node_heartbeating_no_sem +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc4d99852 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc6e1b731 o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xce566a75 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd859ac8c o2net_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf1a5611d o2net_unregister_handler_list +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf56c2017 mlog_not_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf982e6db o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xfe1298f3 o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x43e0450d dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x64892122 dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x807280f4 dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x882c3ca1 dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xca297f0e dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd7ba575e dlm_errmsg +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd8fa57a6 dlm_unregister_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xe09c4701 dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x0a726931 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x0cfd3fc5 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x1475f64b ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x3a412f1d ocfs2_plock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x76f40744 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x89e99cfe ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x9507547f ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x96241d59 ocfs2_kset +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xaf969565 ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xba76c3d1 ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xc5196999 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xc9fae756 ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xcafdd707 ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xd344e4ee ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xd806a273 ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x2031d956 register_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x43cc3d4b pstore_blk_get_config +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x84e789c1 unregister_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0x6714dfbf unregister_pstore_zone +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0x7123373f register_pstore_zone +EXPORT_SYMBOL_GPL fs/smb/common/cifs_arc4 0xabd9af6d cifs_arc4_crypt +EXPORT_SYMBOL_GPL fs/smb/common/cifs_arc4 0xc4c73891 cifs_arc4_setkey +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0x798f3830 cifs_md4_init +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0xceecd9e4 cifs_md4_final +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0xdef1096d cifs_md4_update +EXPORT_SYMBOL_GPL lib/842/842_compress 0xcf048a91 sw842_compress +EXPORT_SYMBOL_GPL lib/842/842_decompress 0xa4adedf1 sw842_decompress +EXPORT_SYMBOL_GPL lib/bch 0x0c303f52 bch_encode +EXPORT_SYMBOL_GPL lib/bch 0x0d3e3481 bch_free +EXPORT_SYMBOL_GPL lib/bch 0x1a267fa8 bch_init +EXPORT_SYMBOL_GPL lib/bch 0x860a2eab bch_decode +EXPORT_SYMBOL_GPL lib/crc4 0x696b3a5a crc4 +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x0105b595 des_encrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x574eda34 des3_ede_decrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x856a5ef3 des3_ede_encrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa6aa9857 des_decrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa77b3b62 des3_ede_expand_key +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa8fb743d des_expand_key +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0x39e8fa4b poly1305_update_generic +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0x4a833012 poly1305_final_generic +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0x8c874435 poly1305_init_generic +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x3b49102a notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xb8daf2bc notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/polynomial 0xb8b44e50 polynomial_calc +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x1803a6ed raid6_2data_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x804a5b70 raid6_call +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0xe4b051cf raid6_datap_recov +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x1d29b9e1 decode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x561835eb init_rs_non_canonical +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x63adbf92 encode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xa32f3d9e decode_rs16 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xeb2f825c init_rs_gfp +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xfd581da1 free_rs +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0x067f61dd lowpan_header_decompress +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0xd6e86b7b lowpan_header_compress +EXPORT_SYMBOL_GPL net/802/garp 0x2c13d3c5 garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0x2d45dfb7 garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x5e9b78fe garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0x72cff8d9 garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xce681e64 garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0xddfd77a6 garp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0x29f99ed9 mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x2b5a7f2e mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0x37d86897 mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0x4b44db36 mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x70bacd6d mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xef728c94 mrp_register_application +EXPORT_SYMBOL_GPL net/802/stp 0xa896d47b stp_proto_register +EXPORT_SYMBOL_GPL net/802/stp 0xbd1f29b1 stp_proto_unregister +EXPORT_SYMBOL_GPL net/9p/9pnet 0xb78667ae p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/9p/9pnet 0xb9c5e9ef p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/atm/atm 0xb09faf79 register_atmdevice_notifier +EXPORT_SYMBOL_GPL net/atm/atm 0xcfb6a3da unregister_atmdevice_notifier +EXPORT_SYMBOL_GPL net/ax25/ax25 0x4084f6fb ax25_register_pid +EXPORT_SYMBOL_GPL net/ax25/ax25 0xac93ae05 ax25_bcast +EXPORT_SYMBOL_GPL net/ax25/ax25 0xaeb7451e ax25_defaddr +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x42b6b732 l2cap_chan_create +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x435d5ddf l2cap_chan_put +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x6e83197f l2cap_chan_connect +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x8a28a9df l2cap_chan_set_defaults +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x9f24effa l2cap_chan_send +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xb8fbe855 l2cap_chan_list +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xcde70515 bt_debugfs +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xce748100 l2cap_add_psm +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xe577732e l2cap_chan_del +EXPORT_SYMBOL_GPL net/bridge/bridge 0x072f599a br_multicast_has_querier_anywhere +EXPORT_SYMBOL_GPL net/bridge/bridge 0x0a510482 br_port_flag_is_set +EXPORT_SYMBOL_GPL net/bridge/bridge 0x271260bf br_mst_get_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0x2a1515d7 br_mst_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x306f9c16 br_forward +EXPORT_SYMBOL_GPL net/bridge/bridge 0x31212d57 br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x341e8c46 br_handle_frame_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x3819a541 br_vlan_get_info_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0x473f5c48 br_port_get_stp_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0x580bf6ad br_multicast_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x5d86233b br_dev_queue_push_xmit +EXPORT_SYMBOL_GPL net/bridge/bridge 0x743144fc br_fdb_clear_offload +EXPORT_SYMBOL_GPL net/bridge/bridge 0x7f6b93ee br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x8fd49271 br_forward_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x9a57264d br_get_ageing_time +EXPORT_SYMBOL_GPL net/bridge/bridge 0x9f7bf6c6 br_mst_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x9f8ea012 nf_br_ops +EXPORT_SYMBOL_GPL net/bridge/bridge 0xa5af3798 br_vlan_get_pvid +EXPORT_SYMBOL_GPL net/bridge/bridge 0xae61b342 br_multicast_has_router_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd2320498 br_vlan_get_proto +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd4a5bed1 br_vlan_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0xe1692c00 br_vlan_get_pvid_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0xe2599af8 br_vlan_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf4f34a54 br_fdb_find_port +EXPORT_SYMBOL_GPL net/bridge/bridge 0xfb5997cc br_multicast_router +EXPORT_SYMBOL_GPL net/dccp/dccp 0x04db2980 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0dbdcc57 dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x10f9237f dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x138551bd dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1660bf80 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0x182ec2bf dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x25cccb93 dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2d942d2d dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2e6c4923 inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0x308bd3af dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x324115a4 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3d15c743 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x45ddc16d dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0x49377972 dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x57ae14d2 dccp_destruct_common +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x68396cab dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7be3797d dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7ce8ea99 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7d1ae0cf dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x80993155 dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x8171199a dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x891c5c12 dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa4f745c8 dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0xaaa19462 dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0xaef161ef dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb04c6ca9 dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb90b576f dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb9d730c1 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbb41a451 dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbd72014d dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc194b0d0 dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd75b7072 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd7cdb975 dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0xdcf76d2a dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe40e87c3 dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf1225f75 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf7266ae9 dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x3351694e dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x4632f2c0 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x6cf045c1 dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x84dfa24a dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xa21c6322 dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xa2539a8b dccp_v4_connect +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x081d3b30 dsa_tag_8021q_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0c6039ac dsa_flush_workqueue +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0d2ff096 dsa_switch_find +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x11d3968c dsa_tag_drivers_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x20c1f15f dsa_tag_drivers_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x2a8a15a8 dsa_devlink_resource_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x3254f644 dsa_devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x3a1538fc dsa_switch_shutdown +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x417d1fed dsa_8021q_rx_switch_id +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x4460195c dsa_8021q_xmit +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x45ca5090 dsa_tag_8021q_bridge_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x4627f65e dsa_devlink_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x50414c12 dsa_mdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x5e99fd6b dsa_switch_suspend +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x66ba803e dsa_enqueue_skb +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x6b053c8b dsa_fdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7f356132 dsa_tag_8021q_bridge_join +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x81f6192f dsa_slave_dev_check +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x83b10ce2 dsa_devlink_params_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x83f79c70 dsa_tag_8021q_bridge_leave +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x89964900 dsa_unregister_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x8b6a9025 dsa_devlink_port_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x941443f4 dsa_devlink_resources_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9ab1a318 dsa_devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9e59271d dsa_8021q_rx_source_port +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xa37e18b7 dsa_register_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xafe2df4e dsa_devlink_params_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb0f2236e dsa_tag_8021q_find_port_by_vbid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc10c7f39 dsa_switch_resume +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc23e8d5f dsa_devlink_region_destroy +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd077e855 dsa_devlink_param_get +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xdbf0f1db dsa_port_phylink_mac_change +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe0490c3b dsa_port_from_netdev +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe1bac2a1 dsa_8021q_rcv +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xee4ee0ba dsa_tag_8021q_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xefc6d656 dsa_tag_8021q_standalone_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf13e1803 vid_is_dsa_8021q +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xfd3e2b67 dsa_devlink_param_set +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x02661759 nl802154_scan_event +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x17f7fad1 ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x32f810ce ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x6454782b ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x677702f3 ieee802154_mac_cmd_pl_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x7e72c3c5 ieee802154_beacon_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x83565418 ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x87e2553b ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xa909b4ac nl802154_scan_done +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xcc9d03b8 nl802154_scan_started +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xd1e22c43 ieee802154_mac_cmd_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xd3a69c97 nl802154_beaconing_done +EXPORT_SYMBOL_GPL net/ife/ife 0x51dabf7d ife_decode +EXPORT_SYMBOL_GPL net/ife/ife 0x6210e871 ife_tlv_meta_next +EXPORT_SYMBOL_GPL net/ife/ife 0x67db2029 ife_tlv_meta_decode +EXPORT_SYMBOL_GPL net/ife/ife 0x9e557cac ife_encode +EXPORT_SYMBOL_GPL net/ife/ife 0xe7888e98 ife_tlv_meta_encode +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xc460b2e0 esp_output_head +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xc59aa3bf esp_input_done2 +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xd8180fdd esp_output_tail +EXPORT_SYMBOL_GPL net/ipv4/gre 0x9a361a2d gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xd0a7645e gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x08f8fbf0 inet_diag_find_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x191aa421 inet_diag_msg_attrs_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x1df2107c inet_diag_msg_common_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x5fad6a7a inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x67b337d6 inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xab3d884d inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xb113cf84 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xbace8b07 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xcff0620c inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0xea799931 gretap_fb_dev_create +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x12e2fb31 ip_tunnel_delete_nets +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x1327736c ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x19e4a129 ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x1da478ea __ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x24d87528 ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x489cb4a5 ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x4c68016b ip_tunnel_ctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x6e4b0f3d ip_tunnel_encap_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x91bbd123 ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x93919cb5 ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x953f1751 ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9c129934 ip_tunnel_siocdevprivate +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb5f3cb01 ip_md_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xbbe78ade ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc285f7fc ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xdd26f7cb ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xdf5fa37e ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x11ecbda5 arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x6ba30569 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x1c2b6e92 nf_defrag_ipv4_disable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x33881593 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0x6dc2c7c7 nf_dup_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x28ee3918 nf_send_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x437dc7cc nf_reject_skb_v4_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x560298b7 nf_reject_ip_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x6e8caf70 nf_send_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x6f49b364 nf_reject_iphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xe5c29a14 nf_reject_skb_v4_tcp_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xfee7fbb4 nf_reject_ip_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0xe1edefbe nf_sk_lookup_slow_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x2cd22177 nf_tproxy_handle_time_wait4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x9f8d47eb nf_tproxy_laddr4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0xe99ca2ec nf_tproxy_get_sock_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x0ed7177e nft_fib4_eval +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x4cf72d98 nft_fib4_eval_type +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x5a779b86 tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x76651a7f tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x86cc01c3 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xd0915a82 tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xd70d9c6a tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x41167d3e udp_tunnel_sock_release +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x768c3b41 udp_tun_rx_dst +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x953f3931 udp_tunnel_notify_add_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x96bc26d6 setup_udp_tunnel_sock +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xca240e5b udp_tunnel_drop_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xcf2ff044 udp_tunnel_notify_del_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xdc61d9ad udp_tunnel_push_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xfbbc7d66 udp_tunnel_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x02ac727d esp6_output_head +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x661c7310 esp6_input_done2 +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xa65a91f8 esp6_output_tail +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x5473241a ip6_tnl_encap_setup +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x6a59d488 ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xbe1b6f2d ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x806e7297 udp_tunnel6_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x9f4d8dd4 udp_sock_create6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x2911b119 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x04135884 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x4825cb23 nf_ct_frag6_gather +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xefc68f63 nf_defrag_ipv6_disable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0x871705a3 nf_dup_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x15b05899 nf_send_unreach6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x230e6d35 nf_reject_ip6_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x5b4b825d nf_reject_ip6hdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x7fbfba85 nf_send_reset6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xa73f6bda nf_reject_skb_v6_unreach +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xceaa0ceb nf_reject_ip6_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xe8be9c9a nf_reject_skb_v6_tcp_reset +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0x668a4ed7 nf_sk_lookup_slow_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x3c1a5fdd nf_tproxy_get_sock_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x4b32b119 nf_tproxy_handle_time_wait6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xdf8c3dd3 nf_tproxy_laddr6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x07fe8dd7 nft_fib6_eval_type +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0xfb8d5725 nft_fib6_eval +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0cf63e08 l2tp_session_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x1343c57c l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x23340f2a l2tp_tunnel_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x24d5100d l2tp_tunnel_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x2c37be12 l2tp_session_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x2f3fbe09 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x33241dfe l2tp_tunnel_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x34774e8d l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x36c1123a l2tp_session_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x4e1d3667 l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7cc117d4 l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa50d45a7 l2tp_sk_to_tunnel +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xafdc53bd l2tp_tunnel_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xbb8f7091 l2tp_session_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xca2d72bc l2tp_tunnel_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xd6b3f048 l2tp_session_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xdbeb129a l2tp_tunnel_get_session +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe09c405c l2tp_recv_common +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe2bd6ef1 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe5e0e117 l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf3d6f1b6 l2tp_session_get_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_ip 0x8e8bd47f l2tp_ioctl +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x13a0dfd7 l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1636053b ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x16ad7c5f ieee80211_tkip_add_iv +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x181e1ea4 ieee80211_color_change_finish +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1dab0efe ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x2117148c ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x2d5b37de ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x2efaaaf8 ieee80211_calc_rx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x4c1b4256 ieee80211_hw_restart_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5ecebced ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x6fec6756 ieee80211_set_active_links_async +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x70319cf6 ieee80211_iterate_active_interfaces_mtx +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7b39d750 ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7c1fa09e ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x806cf393 ieee80211_set_active_links +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x85f01ded ieee80211_calc_tx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9c808746 wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9e1c1431 ieee80211_key_replay +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa6575e39 ieee80211_update_mu_groups +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xade6c949 ieee80211_vif_to_wdev +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb031b522 ieee80211_find_sta_by_link_addrs +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc95bbc04 ieee80211_iterate_stations_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd004ea88 ieee80211_key_mic_failure +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xdbdb56ad ieee80211_obss_color_collision_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xdc6eafc5 ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe1333bf1 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe15262be ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe537fc30 ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xea792270 ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf733baac ieee80211_iterate_interfaces +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x0743a1f7 nla_put_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x3155cac3 mpls_stats_inc_outucastpkts +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x3589dc33 mpls_output_possible +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x8ee316eb nla_get_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xd598e828 mpls_dev_mtu +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xeb8f075a mpls_pkt_too_big +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x15fc644b ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1c83e10c ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x22d966c6 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x23bfa999 ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x2f51849a ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x46463523 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x4a484112 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x4cfd3d34 ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x5a4df597 ip_set_init_comment +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x5fcc5c0f ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x645d48db ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x70c89c43 ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9eb608e1 ip_set_put_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xcc3a502d ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xde9e65ed ip_set_put_flags +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf63cadbf ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xfa02bf28 ip_set_match_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xfa036958 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xfa453e57 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xfebb50a2 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x07e77fe2 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xb1597b0d ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xb494221a ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xd8e7f005 register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x3503bd04 nf_conncount_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x5831dda1 nf_conncount_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x6507bfd3 nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xb6812aaf nf_conncount_gc_list +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xded40268 nf_conncount_list_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xea2b9a38 nf_conncount_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xf2a1dbb9 nf_conncount_cache_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0011bfdd nf_ct_untimeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x00370cfe nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x010537d7 nf_ct_acct_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0460ec0f nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0517582f nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x06bf2428 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0994cf35 nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bc00f80 nf_nat_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0ebcef39 nf_connlabels_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0f117825 nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1188247e nf_ct_expect_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x13220f5a nf_ct_netns_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x14e1eef6 nf_nat_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1b72d616 nf_ct_skb_network_trim +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1d14ec21 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1e47de15 nf_conntrack_eventmask_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2013e0c0 nf_ct_netns_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x232e073d nf_ct_tmpl_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x25112ea5 nf_ct_iterate_cleanup_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x269f6e2b nf_ct_set_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2767ca51 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x28218c7e nf_ct_change_status_common +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x28eff409 nf_conntrack_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x290e2a23 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2a699453 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2e7d7bd1 nf_ct_remove_expect +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x31b3a8b6 nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x334f1f40 nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x341d426c nf_nat_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3cd04825 nf_connlabels_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x40044e79 nf_ct_expect_iterate_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x40f957cd nf_ct_ecache_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x414e0d63 nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x41a9e6b8 nf_ct_add_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x442b942e nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x479189c9 nf_ct_helper_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x48250d87 nf_ct_timeout_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4893cc1f nf_conntrack_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x48bb28f5 nf_ct_bridge_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x498b3e23 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4f04f8e6 nf_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x538dcb2a nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x561e0b70 nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x571a8a57 nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x58515eef nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5c416a71 nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5e1084d5 nf_conntrack_helpers_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x64ceaec5 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x658b54f7 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x68560b1f nf_ct_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6ac62ba1 nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6d579fd5 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x70a64f93 nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7363208b nf_ct_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x752f0aa2 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x77c41cce nf_conntrack_helpers_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7d0e08b8 nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x81682aeb nf_nat_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x84d24cf9 nf_conn_pernet_ecache +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8f97f546 nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x924a6764 nf_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9adb7399 nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa0a50ac1 nf_ct_bridge_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa2339e13 nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa456a1fa nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa5617001 nf_ct_destroy_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa7df8bb1 nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaea860f4 __nf_ct_change_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaf0847f0 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb39356f5 nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbcb42f71 nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbce8357b nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc06739af __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc11f7b45 nf_ct_handle_fragments +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc2fe7202 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc5d7351b nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcdcb6399 nf_ct_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcfb24ab7 nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd000e637 __nf_ct_change_status +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd2273aeb nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd4072629 nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd505c3e0 nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd6d3a2f6 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdacc211c __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdba7326b nf_conntrack_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdd847e34 nf_conntrack_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe7eff1a9 nf_ct_tmpl_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec7fb1d3 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec8beba6 nf_ct_expect_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec8ef82a nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf1d7aa7b nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf8ec60c1 nf_ct_get_id +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfb6d663f nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfc8b389e nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfebf5244 nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0xc33ecc03 nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0xcd23bd17 nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0xa909e2e9 nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x4159432e get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x8cef88e9 nfct_h323_nat_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0x738d0d8f nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xd89c2510 nf_nat_pptp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x24d7cbc9 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x58170805 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x7a19f63d ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x905efb8e ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x9e571017 ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xaad7fd79 ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xd3505cb2 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x15537532 nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x4f66974c nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x13c790e0 nf_dup_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x43411791 nft_fwd_dup_netdev_offload +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x6a2bd434 nf_fwd_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x0b5636b2 nf_flow_table_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x1516cced flow_offload_refresh +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x1dae96ec nf_flow_offload_ip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x3fa02b78 nf_flow_table_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x47d5f495 nf_flow_dnat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x5f6b66a4 nf_flow_table_offload_setup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x6383787d flow_offload_teardown +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x6e191ef4 nf_flow_snat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x6e2e0548 flow_offload_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x707b9361 flow_offload_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x9182e62d flow_offload_add +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xaedc79a5 flow_offload_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xaf2b1cb1 flow_offload_route_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xb00e7a0f nf_flow_table_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xc8e4f0a4 nf_flow_offload_ipv6_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xd02ea8a0 nf_flow_rule_route_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xf62d5501 nf_flow_rule_route_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x02f264e8 nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x12b570ee nf_nat_ipv4_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x2622253b nf_nat_inet_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3bc17c49 nf_nat_masquerade_inet_register_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x47ed6128 nf_nat_inet_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x4dff221d nf_nat_ipv6_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x55d083ff nf_nat_redirect_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x625fa347 nf_nat_inet_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x64e53302 nf_nat_masquerade_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x6bc6fdb5 nf_nat_ipv6_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x721b67b4 nf_nat_ipv4_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x721ec55f nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x764149ae nf_nat_exp_find_port +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x7e3ad374 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb375dc6b nf_nat_redirect_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb713a00b nf_nat_masquerade_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xbe6b3da9 nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xcf9b84e6 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd9c25654 nf_nat_masquerade_inet_unregister_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xfdf47195 nf_ct_nat +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x08e09fa0 synproxy_recv_client_ack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x0b4d7ac5 synproxy_recv_client_ack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1f099794 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1f4388f6 nf_synproxy_ipv6_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x48570901 synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x530cc9f8 ipv4_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x55668844 nf_synproxy_ipv4_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x93efbc67 synproxy_send_client_synack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xa3d548c9 synproxy_send_client_synack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb596ea6c nf_synproxy_ipv4_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xca9fc082 synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xe3a8a468 ipv6_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xffb3eade nf_synproxy_ipv6_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0225935b nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x083fd0c9 nft_parse_register_store +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x09111187 nft_unregister_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0a3b6d95 nft_chain_validate_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0b468363 nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1027ff10 nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x110310fe nft_set_lookup_global +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x140a79fb nft_register_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x17585ab2 nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2c0f62d1 nft_meta_set_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x30fb6c9d nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3251d762 nf_tables_trans_destroy_flush_work +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x358b171f nft_reg_track_update +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x39a41c76 nft_meta_get_reduce +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3abbe0ef nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3acacbd6 nft_chain_validate_dependency +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x41b71e65 nft_trace_enabled +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4cecbb60 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4ea4beac nft_register_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x64120ca5 nft_obj_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x72800b12 nft_expr_reduce_bitwise +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7c2b0024 nft_meta_set_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7f01e60d nf_tables_deactivate_flowtable +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x88924010 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x982742a1 nft_set_elem_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9c717703 nft_meta_inner_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9cbf146f __nft_release_basechain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xaef064ef nf_tables_activate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb3700edf nf_tables_destroy_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb5229f81 nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb9c0931b nft_unregister_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc7e1db3a nft_set_catchall_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd0d940ab nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd518d0e8 nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd801d7c6 nft_dump_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xde57b5f5 nft_parse_u32_check +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xdf00d491 nft_request_module +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xdf25029c nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xdfa65837 nft_flowtable_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe1b50c1e nf_tables_bind_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe2b8cc13 nft_parse_register_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xed84fe5b nft_data_release +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xefd38c6d nft_chain_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf14fe6ff nf_tables_deactivate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf1a62ce8 nft_obj_notify +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf44a218c nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf5447ad8 __nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfbfaf9a8 nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfe90bcfc nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x2af82e45 nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x413d7198 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x493f02a4 nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x574c8ae1 nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xaa17222c nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xb5cc07b6 nfnetlink_broadcast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xee48f8de nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x08f0847c nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xeaa0cb83 nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xf4eb5835 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x35eff5e0 nf_osf_fingers +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x7ed370d4 nf_osf_match +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x90753795 nf_osf_find +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x08dbd7b2 nft_fib_store_result +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x2804f8f7 nft_fib_reduce +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x527dac05 nft_fib_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x90097ef0 nft_fib_init +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xb5d36566 nft_fib_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x014adb86 nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1de558c1 nft_reject_icmpv6_code +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x9d46ccf8 nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xb9729778 nft_reject_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xcc4a4282 nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xe2c84666 nft_reject_icmp_code +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x04e27719 xt_compat_flush_offsets +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x0f72223d xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x11bf2725 xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x1ee9a8ba xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x2ba5c6ae xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x2f25c3fb xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x484c9d56 xt_register_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x578eeed3 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5d5d01b8 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x76f6f39f xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7934283e xt_hook_ops_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7bce4603 xt_data_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7efa39b8 xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x80b20333 xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x823edea5 xt_compat_add_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x8733b817 xt_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x8ee4c6fd xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9c995c69 xt_percpu_counter_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa7c94f1d xt_compat_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb7803927 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbd4de13d xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbfacb837 xt_percpu_counter_free +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc04d5a6c xt_unregister_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc7fae024 xt_compat_calc_jump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd1e246a2 xt_compat_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd2c6f0b5 xt_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd3fcc511 xt_tee_enabled +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xdbf7601f xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xdc217ce7 xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xddf68fc6 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xef729f7b xt_request_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf5cf6f96 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf6abeb06 xt_copy_counters +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xfbba488c xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x20a8e683 xt_rateest_lookup +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x9e1be3bd xt_rateest_put +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x2bab0382 nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x4a9bf964 nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x9df344a8 nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x31a569fb nci_uart_set_config +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x50b03839 nci_uart_register +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xe95962c9 nci_uart_unregister +EXPORT_SYMBOL_GPL net/nsh/nsh 0x6ef95e57 nsh_push +EXPORT_SYMBOL_GPL net/nsh/nsh 0xa351fe81 nsh_pop +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x1c91a27d ovs_vport_alloc +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x71a7335c ovs_netdev_tunnel_destroy +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xa0429e5a __ovs_vport_ops_register +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xb34752b2 ovs_vport_ops_unregister +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xceb4bfb6 ovs_vport_free +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xf6d8a3c3 ovs_netdev_link +EXPORT_SYMBOL_GPL net/psample/psample 0x11fb64ed psample_group_put +EXPORT_SYMBOL_GPL net/psample/psample 0x2222b808 psample_sample_packet +EXPORT_SYMBOL_GPL net/psample/psample 0x3a872a43 psample_group_get +EXPORT_SYMBOL_GPL net/psample/psample 0xe4f19be7 psample_group_take +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x08775db6 qrtr_endpoint_unregister +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x0b563efb qrtr_endpoint_register +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x7afcb5ea qrtr_endpoint_post +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x8d25501f qrtr_ns_remove +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0xa47e91ba qrtr_ns_init +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x03923e27 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0x047f5422 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x062daf7e rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0x0a1b3e90 rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0x10bd97ce rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x254d3c2c rds_conn_path_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x2b0d543c rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x36087aa4 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x36228f12 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x36c374fc rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x3acdec64 rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0x411f7bcd rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x45a4781e rds_addr_cmp +EXPORT_SYMBOL_GPL net/rds/rds 0x4766637d rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0x4b20191e rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x4cab83cd rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x57b45535 rds_connect_path_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x582fe5cf rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x585f567b rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x62a8aa5e rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x63002991 rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x78370778 rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x785b0845 rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x788ef4da rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x846396b6 rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0x85e4e520 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x8cff01e1 rds_send_xmit +EXPORT_SYMBOL_GPL net/rds/rds 0x9b2dd298 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x9dcbbbf0 rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0xa1a3b799 rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0xbacb3fe0 rds_send_path_reset +EXPORT_SYMBOL_GPL net/rds/rds 0xc237c762 rds_send_ping +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xc6c396d1 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xe237d242 rds_conn_path_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xee61dd1a rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0xfb1786e4 rds_inc_path_init +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0xb96cdaec mqprio_qopt_reconstruct +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0xcede419b mqprio_fp_to_offload +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0xd9bb399a mqprio_validate_qopt +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x6ce9b467 pie_calculate_probability +EXPORT_SYMBOL_GPL net/sched/sch_pie 0xd656d7f8 pie_process_dequeue +EXPORT_SYMBOL_GPL net/sched/sch_pie 0xe2e1f6bc pie_drop_early +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x16f8ba5d taprio_offload_get +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x6a6b1c12 taprio_offload_free +EXPORT_SYMBOL_GPL net/sctp/sctp 0x8d7ed2de sctp_get_sctp_info +EXPORT_SYMBOL_GPL net/sctp/sctp 0xb7017850 sctp_transport_traverse_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0xbf599540 sctp_for_each_endpoint +EXPORT_SYMBOL_GPL net/sctp/sctp 0xf032c17c sctp_transport_lookup_process +EXPORT_SYMBOL_GPL net/smc/smc 0x01c083aa smc_proto +EXPORT_SYMBOL_GPL net/smc/smc 0xada065d6 smc_hash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0xc3f6f0e7 smc_proto6 +EXPORT_SYMBOL_GPL net/smc/smc 0xd7db382e smc_unhash_sk +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x38d3dce5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x44386e3a svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x482ac5a4 g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x97b2f231 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xc75c03b7 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd4864276 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd7673035 g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x00b60005 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x02c45f81 rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05a270a1 xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05e807a9 xdr_encode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05f0c1b5 rpc_clnt_manage_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x065994f1 xdr_encode_opaque_fixed +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x06f4e1a0 xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0913f900 svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0a1a6dbe svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0a7bca4e svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ae3b83a rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0bb155fe xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c8d4061 xdr_stream_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0e7ea7a7 rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0fd8777f xprt_wait_for_reply_request_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ff1c44c svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x10b7df4d rpc_clnt_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x135a28f2 svc_rpcbind_set_version +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x149ab198 rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x16eea6e0 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x18ce9f2d rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x18e4adf1 rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x19ac7f26 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x19dc187e rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ac4963f xdr_stream_decode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1d4796ae put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e03fedd xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e119a79 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ec7252e svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f321ef3 xprt_lock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x214ebbc7 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x22593e14 rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x22c74bea cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x22e8c28b rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2397b44e xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x26bf2702 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x270c080e rpcauth_wrap_req_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x28781b6c xdr_stream_decode_opaque_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x29872f22 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2c003966 rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2c758e9f rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2e0e6740 xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ea47028 rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2fa54fff xdr_stream_move_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x311c9cc9 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x318b5c95 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x327c0404 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34a6729a svc_xprt_destroy_all +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34d184de rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34e270cc rpc_prepare_reply_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3510a8b9 xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x37879176 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x390e6353 rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x39d55f2a xprt_unpin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x39e21aa0 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3aee6748 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b12a96d svc_rqst_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b9c87ee xprt_unlock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d146c7a sunrpc_cache_lookup_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d64a18c xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d720adb xdr_stream_decode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3ed557f3 rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f9a2b0b rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4092195f xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x44f98444 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x45083523 rpc_clnt_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x45ccbef2 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x482becca cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x48953146 rpc_clnt_xprt_switch_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x48c96c46 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x48db45e7 rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4afedab1 xprtiod_workqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4b13f512 rpc_task_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4cb5c3a5 svc_xprt_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dac77f0 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e322658 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e3bbf76 rpc_num_bc_slots +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e8f6ca7 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4f3a7ee6 rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4fd66bbf rpcauth_unwrap_resp_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x50dcff3e xprt_reconnect_backoff +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x51668b93 rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x529e7e9c read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x52cecd30 xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x542ab8d8 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x549c0738 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x55757efb svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x572a373a rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x589c2b0f svc_fill_symlink_pathname +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x59f70132 rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a45ba31 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5baa6edb rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5c009a09 auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5cbad785 rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5fa87b4e xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6009f751 svc_rqst_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x609202f9 rpc_task_gfp_mask +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x625c9760 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x66ed2439 rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x67c7b20b svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x687c5f3b svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x69ab8ab3 svc_xprt_received +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b48c118 xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6c4b6f2f rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6ce15907 rpc_clnt_xprt_switch_has_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6e4d4318 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6ffda0e6 rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x70b46c7e csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x70bb7329 rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x714b9eee xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71661bad cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71bc40e3 rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa004a sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x72d39de0 rpc_clnt_iterate_for_each_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7309c16a rpc_clnt_probe_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7322715e rpc_max_bc_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7352b1c8 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x73fce93f xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x75c3d7b6 xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7767752d rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7cd6dcc8 xdr_reserve_space_vec +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7dc87975 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de7d869 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e0bdcbd svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7ef2bdcc xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x801c6ed3 rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x80315803 xprt_add_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x810b3d34 xdr_stream_zero +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x811e5cda xprt_wake_up_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8294280d xprt_pin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8302ec5b sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x838f000f xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x83a3399d rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x84848f7f svc_generic_rpcbind_set +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x84da5146 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88c0631c svc_generic_init_request +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x898006b3 cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8c7550cf xprt_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f46ffc1 rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9071a31f svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x92031fdb rpc_sleep_on_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x92d9da23 sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9561fb16 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9584212d rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x95a149e3 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9670b5a1 rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x97485624 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x97ebb6a8 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9861762e rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99aee353 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9acee112 __xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9bd728e0 xprt_reconnect_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d0d5399 xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9d6226bb rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9ddd09be rpc_set_connect_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9eb68373 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9f608b3e xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa0f930d4 rpc_clnt_xprt_switch_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa2b4197c xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa3ceef9e xdr_stream_encode_opaque_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa44144f9 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa4452c83 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa486aadd sunrpc_cache_pipe_upcall_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5f995f0 svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa6550257 xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa7197a46 rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa8164a0e rpc_clnt_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa9c0e841 rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa6afc30 xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaaf6d0ca xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xac078145 xdr_set_pagelen +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad9633aa xprt_free_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xadd8f1b8 svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xae46e626 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xafeb1850 rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb0099864 rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb08833cd rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb0c0e418 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb17893e8 rpc_sleep_on_priority_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb310afc5 xprt_force_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb37d301d rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb39ee4ae cache_seq_stop_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb529a275 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb6b5f852 xdr_stream_decode_string_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb76f5dca xprt_request_get_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb8a96df6 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb9d49b44 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xba807c1b svc_xprt_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbaf92f76 xdr_init_encode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb220a19 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb54416f sunrpc_cache_unhash +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbeb04c11 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0908dd0 svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12fae59 rpc_clnt_swap_activate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc1970b6c xdr_page_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc23dda27 rpc_task_release_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc4b839f9 xprt_wait_for_reply_request_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc767e34b svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc860098f rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc9549279 svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc97f84f9 rpcauth_stringify_acceptor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc9c77af4 rpc_cancel_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcb32b86d xdr_truncate_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce4b9760 rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce509a94 svc_xprt_deferred_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce678a59 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd2b820bf svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd5d59e7f svc_fill_write_vector +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd65fd591 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd856cc6e bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xda09e405 svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xda142a61 xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc177c3c svc_rqst_replace_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdccfab9c svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd691402 xprt_find_transport_ident +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd978b54 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xde03516c auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xde1c9b8a rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xde2e034b sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdf1d14d1 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdfc3e44d svc_encode_result_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdfe34d0d rpc_count_iostats_metrics +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe226990a rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe38c7e90 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe455fa26 rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5bfc542 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe633d391 sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe6b06eaf svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe6d9eb6f rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeaa738d4 xprt_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeb132646 rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeb173387 xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeb609b9c svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec98f51c rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed9f6efa write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedf46906 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeef30a3f cache_seq_next_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xef5187ec svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xef53ffce cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf03625f1 svc_age_temp_xprts_now +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0b7775d rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf0fd4fcf xdr_stream_decode_opaque_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf156935c rpc_clnt_show_stats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf31b21db xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf4f6d502 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf4ffa72f rpc_clnt_xprt_switch_remove_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf78038c5 rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7c866ca rpc_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9f2c55b gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfcc20757 rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd3318fb cache_seq_start_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd66c8c3 svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd88b1b4 svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe610599 svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xffad2533 rpc_run_task +EXPORT_SYMBOL_GPL net/tls/tls 0x82224641 tls_validate_xmit_skb +EXPORT_SYMBOL_GPL net/tls/tls 0x99af6e1d tls_encrypt_skb +EXPORT_SYMBOL_GPL net/tls/tls 0xa48d0c43 tls_device_sk_destruct +EXPORT_SYMBOL_GPL net/tls/tls 0xd13386f9 tls_offload_tx_resync_request +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x0005b145 virtio_transport_stream_is_active +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x0016b228 virtio_transport_notify_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x03a81e69 virtio_transport_stream_allow +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x07870a80 virtio_transport_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x11c0f240 virtio_transport_destruct +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x1684f2ed virtio_transport_seqpacket_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x1a726f9f virtio_transport_purge_skbs +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x26c9ba93 virtio_transport_dgram_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x2c9c8d13 virtio_transport_notify_send_post_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x30b54968 virtio_transport_inc_tx_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x3a196572 virtio_transport_notify_poll_in +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x3f884764 virtio_transport_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x411abfc7 virtio_transport_get_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x4180b09f virtio_transport_seqpacket_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x45b66284 virtio_transport_read_skb +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x46cf48dd virtio_transport_notify_recv_post_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6089f585 virtio_transport_put_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x73b672a5 virtio_transport_notify_recv_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x77cb8d3b virtio_transport_shutdown +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x88ade7a0 virtio_transport_do_socket_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x8f90524e virtio_transport_stream_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x9dc43633 virtio_transport_notify_recv_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xacd65b4e virtio_transport_notify_recv_pre_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb1016d23 virtio_transport_notify_send_pre_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb2915195 virtio_transport_stream_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xbabd30f5 virtio_transport_dgram_allow +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xbd818331 virtio_transport_recv_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd232e479 virtio_transport_notify_send_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd345fa4d virtio_transport_notify_poll_out +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd65a4d7b virtio_transport_seqpacket_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd91cbd5e virtio_transport_stream_rcvhiwat +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xdf203351 virtio_transport_release +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe5ac2f3e virtio_transport_deliver_tap_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xede1811b virtio_transport_notify_send_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xf37304f6 virtio_transport_dgram_bind +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xf5f0e208 virtio_transport_connect +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xf845d2cf virtio_transport_dgram_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0e9bc9b6 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x199f942c vsock_dgram_recvmsg +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x284e07d8 vsock_bind_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2c0abb1f vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3d4b0fca vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4541a50e vsock_deliver_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4b99648c vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x553fb9d3 vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x6e3fc523 vsock_core_unregister +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x79df5b08 vsock_connectible_recvmsg +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x8a4cb489 vsock_remove_sock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x90aa8549 vsock_find_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x91b0ebf8 vsock_assign_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x91dce1dc vsock_connectible_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9575c3e8 vsock_create_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x95adc2c5 vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x98ec09d0 vsock_data_ready +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9bb6fd09 vsock_connected_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa445464a vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa7c826ee vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa9a3e8a7 vsock_core_register +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xaf2674b5 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb0d7bda7 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb2c472d5 vsock_remove_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbd828efb vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc1ad8029 vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc5ff5f4c vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc69f6304 vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc92f7f50 vsock_table_lock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd1a20c85 vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe6337512 vsock_add_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xebc1fcb6 vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xec96eadf vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xffb26f91 vsock_core_get_transport +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x11583394 cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x144b872d cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x1e74bb66 cfg80211_pmsr_complete +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x2556694d cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x2ee91a2d cfg80211_vendor_cmd_get_sender +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x3446ee47 wiphy_work_cancel +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x5940734d cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x5f0f8d20 cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x757bdf9f cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x7899a952 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x79de69c3 wiphy_delayed_work_flush +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x83f2d689 cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x886caded cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x8d325161 cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x921e562f cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xa2909370 cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xa457013f cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xa7499c97 wiphy_work_flush +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xc04c1bab wiphy_work_queue +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xcd92e4c0 wiphy_delayed_work_cancel +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xfc5ae1a3 wiphy_delayed_work_queue +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xfd8c26c6 cfg80211_pmsr_report +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0049ca83 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x00c80741 xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0a575945 xfrm_count_pfkey_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x37a02412 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x5c699441 xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x72395dc1 xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7a8ca627 xfrm_count_pfkey_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xaab23340 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xb73be794 xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xc6b1fdbe xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xd6f50cf7 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x9feb087a ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xd3f1642d ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xddf45274 ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xeb251e72 ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_user 0x4a0c7516 xfrm_msg_min +EXPORT_SYMBOL_GPL net/xfrm/xfrm_user 0xa294bed8 xfrma_policy +EXPORT_SYMBOL_GPL sound/ac97_bus 0x54f2fd0b snd_ac97_reset +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0x41840831 snd_seq_kernel_client_get +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xadb51cff snd_seq_client_ioctl_unlock +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xcbf9166f snd_seq_system_broadcast +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xe412cff0 snd_seq_kernel_client_put +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xe50413d7 snd_seq_client_ioctl_lock +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xf0c8f9fa snd_seq_expand_var_event_at +EXPORT_SYMBOL_GPL sound/core/snd 0x09c8f665 snd_fasync_helper +EXPORT_SYMBOL_GPL sound/core/snd 0x140ba9d1 snd_card_ref +EXPORT_SYMBOL_GPL sound/core/snd 0x20c26a59 snd_ctl_disconnect_layer +EXPORT_SYMBOL_GPL sound/core/snd 0x3e702d6a snd_devm_card_new +EXPORT_SYMBOL_GPL sound/core/snd 0x42a8f311 snd_power_ref_and_wait +EXPORT_SYMBOL_GPL sound/core/snd 0x4efb88d4 snd_device_initialize +EXPORT_SYMBOL_GPL sound/core/snd 0x5af762f1 snd_fasync_free +EXPORT_SYMBOL_GPL sound/core/snd 0x64ce0718 snd_device_get_state +EXPORT_SYMBOL_GPL sound/core/snd 0x7088b7f9 snd_device_disconnect +EXPORT_SYMBOL_GPL sound/core/snd 0x70d7c181 snd_ctl_register_layer +EXPORT_SYMBOL_GPL sound/core/snd 0x761ac4e5 snd_ctl_get_preferred_subdevice +EXPORT_SYMBOL_GPL sound/core/snd 0x77e8e5e6 snd_card_disconnect_sync +EXPORT_SYMBOL_GPL sound/core/snd 0x841cf598 snd_ctl_apply_vmaster_followers +EXPORT_SYMBOL_GPL sound/core/snd 0x872772d8 snd_card_rw_proc_new +EXPORT_SYMBOL_GPL sound/core/snd 0x8b843521 snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0x93cfeaea snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd 0xbb739792 snd_card_add_dev_attr +EXPORT_SYMBOL_GPL sound/core/snd 0xeede853a snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd 0xf3176957 snd_card_free_on_error +EXPORT_SYMBOL_GPL sound/core/snd 0xf8f2a4eb snd_kill_fasync +EXPORT_SYMBOL_GPL sound/core/snd 0xfaf598c6 snd_ctl_request_layer +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x290ee356 snd_compress_new +EXPORT_SYMBOL_GPL sound/core/snd-compress 0x43113e14 snd_compr_stop_error +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x04e1b99f snd_pcm_std_chmaps +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x0724a674 snd_pcm_stream_lock +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x09e913c1 snd_pcm_alt_chmaps +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x0a8fd1a1 snd_pcm_fill_iec958_consumer +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x415f17cc snd_pcm_stream_lock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x44e59b6a snd_devm_alloc_dir_pages +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x540c6695 snd_pcm_stream_unlock_irqrestore +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x5c407196 snd_pcm_fill_iec958_consumer_hw_params +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x649892e8 snd_pcm_create_iec958_consumer_default +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x690e93ca snd_dma_buffer_sync +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x6a988d76 snd_pcm_stream_unlock +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x74cf2a1f snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x8d864069 snd_pcm_rate_range_to_bits +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa37b05da snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa43d8a17 snd_pcm_stream_unlock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xab8bc1a2 snd_pcm_rate_mask_intersect +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xc490b3db snd_pcm_hw_constraint_eld +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xd64d9e47 snd_pcm_stop_xrun +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xe1c89d8c _snd_pcm_stream_lock_irqsave +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xed58db4a _snd_pcm_stream_lock_irqsave_nested +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x026de87d snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x02a14624 snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x7722f340 snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x8511d687 snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x94bc0cf7 snd_dmaengine_pcm_refine_runtime_hwparams +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xa4a000ca snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xa9fbef53 snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xb49f8626 snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xc42f2ef2 snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xcaa59bc3 snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xd1125274 snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xedda5295 snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/core/snd-rawmidi 0x196134f8 snd_rawmidi_init +EXPORT_SYMBOL_GPL sound/core/snd-rawmidi 0x8e4bb4d9 snd_rawmidi_free +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0x49fb49cf __snd_seq_driver_register +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0xb50ef7c0 snd_seq_driver_unregister +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x381ae2d6 snd_ump_attach_legacy_rawmidi +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x3d84e4b0 snd_ump_receive_ump_val +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x47ff0fea snd_ump_switch_protocol +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x51a05d43 snd_ump_receive +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x5b39d06f snd_ump_convert_from_ump +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x5ebd9905 snd_ump_transmit +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x72f236a6 snd_ump_block_new +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x89cef468 snd_ump_endpoint_new +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xe3590e5b snd_ump_convert_to_ump +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xed4a0343 snd_ump_parse_endpoint +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x0f6e44fe amdtp_domain_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x28c3d7ba amdtp_domain_stop +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x3cf41fa2 amdtp_am824_midi_trigger +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x586ba5a2 amdtp_domain_start +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x606d00f4 amdtp_am824_set_midi_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x62262e2f amdtp_domain_add_stream +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x6f4778cc amdtp_domain_stream_pcm_pointer +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x77e93f6e amdtp_am824_add_pcm_hw_constraints +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x7eed2433 amdtp_am824_set_parameters +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x9aa10098 amdtp_am824_set_pcm_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x9e1464d2 amdtp_am824_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xc70f7365 amdtp_domain_stream_pcm_ack +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xed320427 amdtp_domain_destroy +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x06d655ec snd_hdac_ext_cstream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x0f02c294 snd_hdac_ext_stream_init_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x133b5d2c snd_hdac_ext_bus_link_set_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x343cab32 snd_hda_ext_driver_register +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x3c2caf96 snd_hdac_ext_bus_link_clear_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x3de7f7e8 snd_hda_ext_driver_unregister +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x4afe6b3a snd_hdac_ext_bus_link_power_down +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x4ebccd9f snd_hdac_ext_stream_decouple +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x5533f85d snd_hdac_ext_stream_release +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x5cf0b0e6 snd_hdac_ext_bus_link_power_up +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x5eaff15a snd_hdac_ext_bus_link_get +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x671cd4b6 snd_hdac_ext_bus_get_hlink_by_addr +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x67c54633 snd_hdac_ext_stream_start +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x70f9ee83 snd_hdac_ext_bus_device_remove +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x732f4a63 snd_hdac_ext_stream_reset +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x7bd09ad9 snd_hdac_ext_bus_link_put +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x827c2a0c snd_hdac_ext_bus_init +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x850594ec snd_hdac_ext_bus_ppcap_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x850a076a snd_hdac_ext_bus_ppcap_int_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x8cb8ba49 snd_hdac_ext_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x97392ff0 snd_hdac_ext_stream_decouple_locked +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xa66e8b11 snd_hdac_ext_stream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xb0319e9d snd_hdac_ext_bus_link_power_down_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xc2c7738c snd_hdac_ext_link_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xd0e9dc85 snd_hdac_ext_bus_get_hlink_by_name +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xdf704dda snd_hdac_ext_stream_setup +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xe3791221 snd_hdac_ext_bus_exit +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xecb50818 snd_hdac_ext_stream_clear +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xf303a731 snd_hdac_ext_bus_get_ml_capabilities +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xf48299eb snd_hdac_ext_stream_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xf72c9d59 snd_hdac_ext_bus_link_power_up_all +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x02bd53e9 snd_hdac_bus_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x05636f93 snd_hdac_aligned_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x05c9097a snd_hdac_codec_modalias +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x074ba1cc snd_hdac_stream_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x07b9c2be snd_hdac_bus_stop_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0fc8eb6b snd_hdac_stream_setup_periods +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0fea933b snd_hdac_regmap_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x11f1a749 snd_hdac_stream_assign +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x13e7af87 snd_hdac_bus_exit_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1488641f snd_hdac_aligned_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x14d1e611 snd_hdac_power_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x15105ff7 snd_hdac_stream_set_spib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1739b0e4 snd_hdac_sync_audio_rate +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x18ec97d2 snd_hdac_regmap_update_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1c1c1e96 snd_hdac_get_sub_nodes +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x22de3c88 snd_hdac_regmap_read_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x23e21086 snd_hdac_register_chmap_ops +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x24780e30 snd_hdac_stop_streams +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2adadda7 snd_hdac_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2b768a43 snd_hdac_stream_start +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2bca532b snd_hdac_set_codec_wakeup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2f1e3700 snd_hdac_bus_get_response +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3359a759 hdac_get_device_id +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x33a323ae snd_hdac_bus_send_cmd +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x33b7c174 snd_hdac_stream_spbcap_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3491face snd_hdac_query_supported_pcm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x37aae544 snd_hdac_stream_stop +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x38088eef snd_hdac_bus_handle_stream_irq +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3bd544c2 snd_hdac_get_active_channels +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3e970115 snd_hdac_read_parm_uncached +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x42b05ba3 snd_hdac_device_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4c7ec4b6 snd_hdac_get_ch_alloc_from_ca +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x51fc1d40 snd_hdac_acomp_register_notifier +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5324bc06 snd_hdac_get_stream_stripe_ctl +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x54944d52 snd_hda_bus_type +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x575dc096 snd_hdac_bus_reset_link +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x598c1583 snd_hdac_device_unregister +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5a1bdc38 snd_hdac_device_register +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5c07cb49 snd_hdac_calc_stream_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x630d2983 snd_hdac_codec_link_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x66d8fe1b snd_hdac_setup_channel_mapping +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x67bfe791 snd_hdac_spk_to_chmap +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x691131d9 snd_hdac_is_supported_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6a71a1c5 snd_hdac_bus_enter_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6c8dfef0 snd_hdac_regmap_update_raw_once +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6ff7dc69 snd_hdac_stream_set_lpib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7050509d snd_hdac_dsp_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x77c754a8 snd_hdac_chmap_to_spk_mask +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7ab864a2 snd_hdac_codec_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8370babd snd_hdac_stream_wait_drsm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x86baf1ca snd_hdac_power_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x878b1222 snd_hdac_dsp_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8d2b799b snd_hdac_bus_free_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8e1882fa snd_hdac_acomp_get_eld +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8ea9b266 snd_hdac_stream_release_locked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x92685247 snd_hdac_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9359e627 snd_hdac_stream_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x94062260 snd_hdac_bus_init_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x96835551 snd_hdac_bus_stop_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x987e7e8d snd_hdac_device_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9a5d6b98 _snd_hdac_read_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9a80b343 snd_hdac_stream_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9ff9aedf snd_hdac_bus_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa318b4cf snd_hdac_stream_release +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa3a4dda8 snd_hdac_regmap_add_vendor_verb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa432a8ce snd_hdac_codec_link_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa8d89e24 snd_hdac_power_up_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xaa538200 snd_hdac_regmap_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xad3e9653 snd_hdac_bus_update_rirb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb08971f2 snd_hdac_codec_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb280da41 snd_hdac_sync_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb61e6a0d snd_hdac_stream_get_spbmaxfifo +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbc526d4c snd_hdac_get_connections +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbd1692ab snd_hdac_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbdd63441 snd_hdac_stream_sync_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc0409e57 snd_hdac_get_stream +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc13a2879 snd_hdac_stream_drsm_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc2b4694b snd_hdac_acomp_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc5b845ad snd_hdac_check_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc74f106c snd_hdac_refresh_widgets +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xca957e00 snd_hdac_stream_set_params +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xcdd7411c snd_hdac_display_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xcf4c52f7 snd_hdac_bus_parse_capabilities +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd9816f15 snd_hdac_bus_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xdb320034 snd_hdac_stream_timecounter_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xdbcdb6d4 snd_hdac_stream_set_dpibr +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xddc3be04 snd_hdac_regmap_write_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe4e07754 snd_hdac_print_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe6d95bbe snd_hdac_bus_init_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe759f161 snd_hdac_bus_exec_verb_unlocked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xeb87ba9b snd_hdac_acomp_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf058147c snd_hdac_dsp_prepare +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf081dcd2 snd_hdac_device_set_chip_name +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf29bbf34 snd_hdac_regmap_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf393620f snd_hdac_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf6c5921b snd_hdac_stop_streams_and_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf6e77821 snd_hdac_power_down_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf81aa10f snd_hdac_stream_setup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf98bedd1 snd_hdac_stream_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfcef7158 snd_hdac_override_parm +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x48a5daab snd_intel_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x4e859456 intel_nhlt_free +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0xcf105dae intel_nhlt_get_dmic_geo +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0xd0c8a8a7 snd_intel_acpi_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0xfcba9a90 intel_nhlt_init +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x0818320a snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x1ba7cccb snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x483c41a7 snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x4e3590fe snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x7d3a7bca snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xb6845af6 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x00f6faef azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x046a6515 snd_hda_codec_pcm_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x059396ce snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0676f5ac snd_hda_get_input_pin_attr +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x06ebac21 snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0ed32f87 snd_hda_jack_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0f7b2edd snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x12e3e478 snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x14572b7e snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x16509b83 snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1cb9cb9b snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1d972446 snd_hda_codec_pcm_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1df7e318 snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1ea602f7 snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1f667c0c snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x20e56fda snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x22f78998 snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x23bb67bc azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x251dbdb2 snd_hda_codec_device_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x25abb0ee snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x278ae9e9 snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2882d0dc snd_hda_codec_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2a890911 snd_hda_get_num_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2aa86128 snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2c7db6a2 snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2f34df82 snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x371dbd0f snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x39a5c2ef __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3b023eaa snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3ed29593 snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3f5430de snd_hda_check_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x403a2703 snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x443ff13c snd_hda_codec_device_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x44f8cc6c snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x489a2a33 azx_bus_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x489b4679 azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x48a090e3 snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x493d027e snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4a5bda7c snd_hda_jack_tbl_get_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4bb53ce9 snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4d5da347 snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5201a3bb snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x531fe803 snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x54e54c51 snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5533810c snd_hda_jack_add_kctl_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x56f73f5e azx_free_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5873bb04 snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x59a5d04f snd_hda_codec_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5c3639b5 snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5d4b87a4 snd_hda_codec_parse_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5dbaa1e4 snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5f9ee769 hda_codec_driver_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5fa9613b snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x60345eec azx_get_pos_lpib +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6113bc25 snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x62b9e7d3 snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x637e709b snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6403da16 snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x652c65f3 snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6908af1e snd_hda_codec_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6b171225 snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6cb15e84 __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6fa8cffd snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6fc09fa2 snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x74de4de9 hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x74eb1423 snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x756d582f snd_hda_jack_detect_state_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7873aeb6 snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x79038576 snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7e026807 snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7fd6b907 snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8020189d snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x80cbf4ff snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x82297e4c snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x827291a8 _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x85345a7c snd_hda_codec_load_dsp_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x863d6acc snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8cfb1633 snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e289895 snd_hda_codec_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8f116b60 snd_hda_codec_load_dsp_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8fd87934 query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8ffd179d snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9173e759 snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9925e7a9 snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9afefa05 snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9db9c60e snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9f941746 snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa28b7c38 snd_hda_jack_set_button_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa41bdc0c snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa5537c42 snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xad5b6caf azx_probe_codecs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb27fb915 snd_hda_set_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb6d75be9 snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbb3bef76 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbea2b031 snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc0735663 snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc08b1ce2 snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc6a99a22 azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xccd3cae3 snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcf7eb34e snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd1433878 snd_hda_jack_bind_keymap +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd1d6bbb4 snd_hda_codec_set_name +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd28a0f6d snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd5efc1ba snd_hda_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd94ffae2 snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd984451c snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdac0826d snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdcc3917f snd_hda_codec_cleanup_for_unbind +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdf76e2f9 snd_hda_codec_load_dsp_trigger +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdfbfc1b7 snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdfd9f6dc snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe1b25809 __hda_codec_driver_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe25e3dfb snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe493b7be is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe4e5214a snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe7f70d2f azx_get_pos_posbuf +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe9a7de40 snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe9bac214 snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xebb188e5 snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xed4eb0f5 snd_hda_jack_detect_enable_callback_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xed68b947 snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xee82596b snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf40ef0e6 snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf45bcecc snd_hda_get_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf46ab725 snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf63e59c5 __snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf66444c1 azx_stop_all_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8dc35ac snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf9ca27f1 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfb58f1b9 snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfbfdb8c4 azx_init_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x04906f2d snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x147412bf snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x19781f47 snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x25e54cd3 snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x4107261d snd_hda_gen_add_mute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x55fefcdb snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x57cf8d74 snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x5b9237ba snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x5f7a1762 snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x612a3338 snd_hda_gen_stream_pm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x76dc6871 hda_main_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x7ea2be8c snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x81674532 snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x871a6e44 hda_extra_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x8bab7a54 snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x9628f24b snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x96e76d61 snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xaf5b927a snd_hda_gen_add_micmute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xb5ebfce3 snd_hda_gen_fix_pin_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xbbd1933e snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xbe5bad84 snd_hda_gen_update_outputs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xcae60db1 snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xdb11779c snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/soc/codecs/mt6359-accdet 0x1af06e62 mt6359_accdet_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau-utils 0xae620be9 adau_calc_pll_cfg +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1372 0x66b39c8f adau1372_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0x1ed54371 adau1761_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0x9ef3118d adau1761_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x00c94b17 adau17x1_add_widgets +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x0d335b8c adau17x1_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x1018000a adau17x1_set_micbias_voltage +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x196bfebd adau17x1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x2908bec5 adau17x1_precious_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x42c9ff93 adau17x1_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x6269a5f0 adau17x1_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x7d0df316 adau17x1_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x877704fa adau17x1_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xe24fa827 adau17x1_add_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau7118 0x1d5a7a27 adau7118_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x1e6ff901 aw88395_dev_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x35ddcdb8 aw88395_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x456fdc13 aw88395_dev_mute +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x93cf1f23 aw88395_dev_stop +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x992a0fc3 aw88395_dev_set_volume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xae985e74 aw88395_dev_start +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xc0042eda aw88395_dev_get_profile_count +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xdb832f1d aw88395_dev_get_prof_name +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xdc894cf7 aw88395_dev_fw_update +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xe3543c04 aw88395_dev_get_profile_index +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xf09307f1 aw88395_dev_get_prof_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xf1f26299 aw88395_dev_set_profile_index +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395-lib 0x03e4f6ea aw88395_dev_cfg_load +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395-lib 0x42ef0f76 aw88395_dev_load_acf_check +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x70b6c04b cs35l41_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0xa852a9e3 cs35l41_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0xf646df05 cs35l41_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x0e03bb7f cs35l41_exit_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x3799a14a cs35l41_write_fs_errata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x382b9b0f cs35l41_regmap_spi +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x389e86c7 cs35l41_safe_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x3b49f4ee cs35l41_set_cspl_mbox_cmd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x4d1761fe cs35l41_enter_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x5e108427 cs35l41_init_boost +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x6eeb1820 cs35l41_test_key_lock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x79c048e9 cs35l41_test_key_unlock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x7ad7cd40 cs35l41_set_channels +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x8e7e9dd0 cs35l41_regmap_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xb7ad5610 cs35l41_global_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xdfeb42f4 cs35l41_otp_unpack +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xe92ff6ad cs35l41_gpio_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xf4ca67c7 cs35l41_register_errata_patch +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xf67ded6f cs35l41_configure_cs_dsp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x20a9a690 cs35l56_system_suspend_late +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x4bdf8ea0 cs35l56_system_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x8cb2ac7e cs35l56_system_resume_no_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xc3da164d cs35l56_system_resume_early +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xc6fa3c2a cs35l56_system_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xe1c4652e cs35l56_system_suspend_no_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x7d05786f cs4271_dt_ids +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x91193027 cs4271_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0xbb445234 cs4271_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x27e6e529 cs42l51_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x4ddec9b8 cs42l51_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x52f23ec5 cs42l51_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x78c1f166 cs42l51_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x85c5248a cs42l51_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x39da6b59 cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x443a7373 cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7cac7292 cs42888_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3794c9 cs42448_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xde1e20cc cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0x023f7eea es8328_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0x162256d5 es8328_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x2a6f451e soc_hda_ext_bus_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0xaab2178d hda_codec_probe_complete +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0xeb691bfc snd_soc_hda_codec_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0x127c385a lpass_macro_pds_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0x4db0aad8 lpass_macro_pds_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0x33646688 max98090_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x017315c2 soc_codec_dev_max98373 +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x823e56c0 soc_codec_dev_max98373_sdw +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x86df9c82 max98373_slot_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x95c59386 max98373_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x6ff7f46f mt6358_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x8a8a523c mt6358_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xbdea90df mt6358_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xe9c5e935 mt6358_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x1aad9e16 mt6359_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x8d23751d mt6359_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0xba43b7fe mt6359_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0xf266cc56 mt6359_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8821 0x3b296a4c nau8821_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0x5ddabbe4 nau8824_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0xbf55f96a nau8824_components +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8825 0x2e5a2a79 nau8825_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x5fd10932 pcm1789_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x9efa3021 pcm1789_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0xc340f219 pcm1789_common_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0x12b3e643 pcm179x_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0x994a9c09 pcm179x_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0x1e88a240 pcm186x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0x962536f4 pcm186x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x0e143574 pcm3168a_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x1a790402 pcm3168a_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x38b63f7f pcm3168a_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x5ccf573b pcm3168a_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x1a0e0139 pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x25926cbd pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x6f2807c0 pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xb8cd822e pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x5dc92cdf rl6231_pll_calc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x70617a04 rl6231_get_clk_info +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x8d7fa148 rl6231_get_pre_div +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0xdba4502f rl6231_calc_dmic_clk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5514-spi 0x61ff58e3 rt5514_spi_burst_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5514-spi 0xff87892f rt5514_spi_burst_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x7ea6dbf0 rt5640_enable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x819686dc rt5640_set_ovcd_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x8487d12d rt5640_detect_headset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xd1f13fd7 rt5640_dmic_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xe7e83e0c rt5640_disable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xf0331467 rt5640_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0x6fe70c99 rt5645_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0xf775ebbd rt5645_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5659 0x1e4c757c rt5659_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5663 0x7a444e19 rt5663_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677 0x641623d3 rt5677_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677-spi 0x5fc320ad rt5677_spi_write_firmware +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677-spi 0x67956035 rt5677_spi_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677-spi 0xc6695825 rt5677_spi_hotword_detected +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677-spi 0xe8ece129 rt5677_spi_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x0d18594a rt5682_supply_names +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x0df8c86a rt5682_apply_patch_list +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x19a94531 rt5682_aif2_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x1dd354ba rt5682_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x1fcf1799 rt5682_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x2f4daa90 rt5682_register_dai_clks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x476c3a76 rt5682_calibrate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x56060259 rt5682_parse_dt +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x59d3d967 rt5682_jack_detect_handler +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xb83419e1 rt5682_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xb897de56 rt5682_reg +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xe7ed2b60 rt5682_soc_component_dev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xf29efe32 rt5682_aif1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xfad1b693 rt5682_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682s 0xc175e05d rt5682s_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x6b11bdf7 sigmadsp_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x70f41f9b sigmadsp_attach +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xca44a2ef sigmadsp_setup +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xd11052dd sigmadsp_restrict_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xfe17e9f7 devm_sigmadsp_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-i2c 0x0e39c8be devm_sigmadsp_init_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-regmap 0x116e469a devm_sigmadsp_init_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0x5bde95f0 src4xxx_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0xc56c1c59 src4xxx_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0x1ca9dbe6 ssm2602_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0xceed1a11 ssm2602_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x0c7d7bce tasdevice_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x6ada49dd tasdevice_dev_update_bits +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x8181bea0 tasdevice_dev_bulk_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x8d15975c tasdevice_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x8f101786 tasdevice_amp_getvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x934433ce tas2781_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x93f53f72 tasdevice_amp_putvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xa2da9342 tasdevice_digital_getvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xa6997c89 tascodec_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xb5fc0451 tasdevice_dev_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xbe3fbbb6 tasdevice_digital_putvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xd60d28da tasdevice_dsp_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xdf1b7776 tasdevice_dev_bulk_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xe9290391 tasdevice_kzalloc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xf5aa13bc tasdevice_dev_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic32x4 0x32c100eb aic32x4_register_clocks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic3x 0xd9c60a36 aic3x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ts3a227e 0x77ffbcc2 ts3a227e_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd-mbhc 0x936c1623 wcd_mbhc_event_notify +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x18241629 wcd938x_swr_get_current_bank +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x3ff9466c wcd938x_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x4efa1d5f wcd938x_sdw_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xa2bde912 wcd938x_sdw_device_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xfd474b03 wcd938x_sdw_set_sdw_stream +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x0450fafb wm_adsp2_component_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x05e06921 wm_adsp_fw_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x0a9554e9 wm_adsp2_preloader_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x1a715930 wm_adsp_compr_open +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x1e54a73b wm_adsp_fw_enum +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x1fbc9c2a wm_adsp_write_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x3791cb90 wm_adsp_read_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x486f0292 wm_adsp_early_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x49693f11 wm_adsp_compr_handle_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x52c16479 wm_halo_wdt_expire +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x52d962d6 wm_adsp_power_up +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x558ab258 wm_adsp1_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x60bfac44 wm_adsp_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x6c117a02 wm_adsp_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x7299869c wm_adsp2_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x84d99d2d wm_adsp_compr_copy +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x9105051f wm_adsp_fw_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x9e7038d7 wm_adsp2_preloader_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xb523437c wm_adsp_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xb847e3f0 wm_adsp1_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xc1fa69f6 wm_adsp_compr_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xc4e2c7d2 wm_adsp_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xc53864ba wm_adsp2_component_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xd4e07070 wm_adsp2_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xdd3c79ef wm_adsp2_bus_error +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xe3b1ec80 wm_adsp2_set_dspclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xea38ee07 wm_halo_bus_error +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xebba71dd wm_adsp_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xfef7be40 wm_halo_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x10d2ec95 wm_hubs_hpl_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x290e8f7e wm_hubs_hpr_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x4dfd21bb wm_hubs_set_bias_level +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x5a3691cf wm_hubs_add_analogue_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x5cd7eb9b wm_hubs_dcs_done +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x757206d5 wm_hubs_spkmix_tlv +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xc43b9b07 wm_hubs_vmid_ena +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xc9bca305 wm_hubs_handle_analogue_pdata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xef46397e wm_hubs_update_class_w +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xf0344288 wm_hubs_add_analogue_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0x9e9b2f3d wm8731_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0xae22b631 wm8731_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x4bae7aea wm8804_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x94452005 wm8804_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xcef59567 wm8804_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xde8c2be2 wm8804_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0x8f97b24e wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0xac09d81a wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0x39716bff wm8958_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0xc6432a2d wm8994_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/imx-pcm-dma 0x7b58ec2d imx_pcm_dma_init +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-asrc 0x7a2cf579 fsl_asrc_component +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-imx-audmux 0x30693bb7 imx_audmux_v1_configure_port +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-imx-audmux 0x58631dab imx_audmux_v2_configure_port +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card 0x53972c8f audio_graph_parse_of +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x5d49bd4c audio_graph2_link_normal +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0xd4a3cdd9 audio_graph2_parse_of +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0xd5ac31f5 audio_graph2_link_dpcm +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0xf4497921 audio_graph2_link_c2c +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x00e1d1ff asoc_simple_is_convert_required +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x09c8fe50 asoc_simple_parse_widgets +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x14182d2a asoc_simple_canonicalize_cpu +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x211ef8ca asoc_simple_parse_routing +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x22e3a067 asoc_graph_card_probe +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x25ec78fd asoc_simple_shutdown +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x262da3be asoc_simple_init_jack +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x3e2d57b3 asoc_simple_init_priv +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x5f2a366f asoc_simple_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x5f4b20b6 asoc_graph_parse_dai +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x6a843449 asoc_simple_parse_tdm_width_map +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x76034dd7 asoc_graph_is_ports0 +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x7899e9c7 asoc_simple_set_dailink_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x7a7ac509 asoc_simple_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x88c8b83b asoc_simple_hw_params +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x9f0da4b1 asoc_simple_init_aux_jacks +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xa033b24d asoc_simple_startup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xa9a3d6e0 asoc_simple_be_hw_params_fixup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xa9ca0b61 asoc_simple_dai_init +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xae147906 asoc_simple_parse_convert +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xc4b143b4 asoc_simple_clean_reference +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xdec9de5e asoc_simple_parse_clk +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xe4911a99 asoc_simple_remove +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xe8eb5555 asoc_simple_canonicalize_platform +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xe9c37bd9 asoc_simple_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x0457440b mtk_memif_set_pbuf_size +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x04bf1e31 mtk_afe_pcm_platform +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x0757c33f mtk_memif_set_rate_substream +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x08fe1355 mtk_afe_fe_trigger +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x13bf2845 mtk_dynamic_irq_release +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x17522afb clean_card_reference +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x2235e886 mtk_afe_pcm_new +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x280776b0 mtk_memif_set_channel +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x380c73c9 mtk_dynamic_irq_acquire +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x3907ce7e mtk_memif_set_rate +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x3b1fe162 mtk_afe_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x3dca753f mtk_afe_fe_hw_free +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x3e6cd99d mtk_afe_resume +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x44f1acda mtk_memif_set_enable +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x6f51e6ef mtk_sof_dailink_parse_of +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x7e34347d mtk_sof_card_late_probe +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x8745ca3b parse_dai_link_info +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xa06423e0 mtk_afe_fe_ops +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xa68e85be mtk_sof_card_probe +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xa73c0ca0 mtk_afe_combine_sub_dai +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xac8f96f5 mtk_afe_fe_shutdown +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xc2a38b1b mtk_memif_set_format +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xc8b7a61d mtk_memif_set_addr +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xd08c9cbe mtk_afe_fe_prepare +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xd59b874c mtk_afe_fe_hw_params +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xde9dcc23 mtk_afe_fe_startup +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xe985bd36 mtk_memif_set_disable +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xf2179977 mtk_afe_add_sub_dai_control +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xf348f45b mtk_afe_suspend +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xfdc8c76e mtk_sof_dai_link_fixup +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8183/snd-soc-mt8183-afe 0x04685c2d mt8183_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0x169cdd1f mt8186_mt6366_init +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0x811af620 mt8186_mt6366_card_set_be_link +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0xc1975494 mt8186_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0xcc745763 mt8186_afe_gpio_init +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8188/snd-soc-mt8188-afe 0x1c2dd7f5 mt8188_afe_disable_clk +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8188/snd-soc-mt8188-afe 0x483b741a mt8188_afe_enable_clk +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0xa993923f mt8192_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8195/snd-soc-mt8195-afe 0x0faca6fa mt8195_afe_enable_clk +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8195/snd-soc-mt8195-afe 0xbc60a25f mt8195_afe_disable_clk +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x79355a4f axg_fifo_pcm_open +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x79f73c17 axg_fifo_pcm_close +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x7b22b162 axg_fifo_pcm_hw_free +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x7b7c8a7e g12a_fifo_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xb35d95c7 axg_fifo_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xca250d1c axg_fifo_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xcdc984ee axg_fifo_pcm_trigger +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xd17b2b49 axg_fifo_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xf20cb65a axg_fifo_pcm_new +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x1c0c0282 axg_tdm_formatter_event +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x4988d1f8 axg_tdm_stream_alloc +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x539c48cc axg_tdm_stream_start +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x55316323 axg_tdm_formatter_set_channel_masks +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x64e0ca85 axg_tdm_stream_free +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x6b3aa9ee axg_tdm_formatter_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0xef4a0d56 axg_tdm_stream_stop +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-interface 0x8f63fd77 axg_tdm_set_tdm_slots +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x0625a2b1 meson_card_set_fe_link +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x384d125d meson_card_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x385212a5 meson_card_set_be_link +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x400a3b70 meson_card_parse_dai +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x6fe2d542 meson_card_reallocate_links +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xb60a0326 meson_card_i2s_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xe0a6c584 meson_card_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xe82b24ba meson_card_remove +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x0ef0e87b meson_codec_glue_input_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x61620d83 meson_codec_glue_input_dai_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x71cb5a62 meson_codec_glue_input_get_data +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0xa13fb380 meson_codec_glue_output_startup +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0xd2f6580b meson_codec_glue_input_set_fmt +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0xe3b160da meson_codec_glue_input_dai_remove +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x28421460 q6adm_get_copp_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x332e5013 q6adm_matrix_map +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x870cef3e q6adm_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0xb56389fe q6adm_close +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x07a54780 q6afe_cdc_dma_port_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x33b3d634 q6afe_set_lpass_clock +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x369b6eeb q6afe_port_put +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x3b16d6e7 q6afe_port_stop +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x498d993b q6afe_get_port_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x5332304f q6afe_slim_port_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x7df60063 q6afe_port_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x986de97d q6afe_port_get_from_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0xae809786 q6afe_hdmi_port_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0xd4523c59 q6afe_i2s_port_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0xe45246a8 q6afe_port_start +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0xfaf22370 q6afe_tdm_port_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x13b7efd9 q6asm_cmd +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x1b6c77fc q6asm_stream_media_format_block_alac +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x25bfa476 q6asm_open_write +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x2b693eed q6asm_stream_media_format_block_wma_v9 +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x4afe6f73 q6asm_read +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x4fba2f0c q6asm_run_nowait +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x68db31e2 q6asm_unmap_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x6cec4b17 q6asm_stream_remove_trailing_silence +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x856b4fdb q6asm_stream_media_format_block_wma_v10 +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x8d0d6393 q6asm_audio_client_alloc +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x9d0cf85f q6asm_stream_media_format_block_flac +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xa7d3a3a6 q6asm_media_format_block_multi_ch_pcm +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xb37ed108 q6asm_enc_cfg_blk_pcm_format_support +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xc0dd8d67 q6asm_open_read +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xc1347db0 q6asm_write_async +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xc5a116a4 q6asm_get_session_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xcbee5e42 q6asm_stream_remove_initial_silence +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xcc4952e4 q6asm_audio_client_free +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xd2cf1a0f q6asm_run +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xd38aa312 q6asm_cmd_nowait +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xea75a5dd q6asm_map_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xf47f4b35 q6asm_stream_media_format_block_ape +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6core 0x7e52e977 q6core_is_adsp_ready +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6core 0x9b02ea0d q6core_get_svc_api_info +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0x1d4b79cf q6prm_unvote_lpass_core_hw +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0x2b05a267 q6prm_set_lpass_clock +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0x8cbf70dd q6prm_vote_lpass_core_hw +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6routing 0x5b75f756 q6routing_stream_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6routing 0xa7a64259 q6routing_stream_close +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x145cf8f6 audioreach_alloc_apm_cmd_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x1a039e25 q6apm_enable_compress_module +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x2132c6ea q6apm_graph_close +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x2fe33fd3 q6apm_is_adsp_ready +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x37175daf q6apm_write_async +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x38b926ef q6apm_unmap_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x38d121bc audioreach_gain_set_vol_ctrl +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x4477c649 audioreach_send_u32_param +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x44c06c45 q6apm_graph_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x52a3efe2 q6apm_graph_stop +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x5543dd66 audioreach_alloc_apm_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x5a66f1d8 q6apm_graph_media_format_shmem +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x64dc5171 audioreach_alloc_cmd_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x66c1466d audioreach_graph_free_buf +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x6f7ae062 q6apm_remove_trailing_silence +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x7b0bd569 q6apm_graph_start +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x7f4d39c8 audioreach_alloc_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x7f7c1f1c q6apm_read +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x80c056fd q6apm_graph_flush +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x845a7b5f audioreach_graph_send_cmd_sync +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x9ce034a4 audioreach_alloc_graph_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xaac74bc4 audioreach_set_media_format +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xb01ce7d4 q6apm_graph_media_format_pcm +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xb21599d0 audioreach_send_cmd_sync +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xbb6cc654 audioreach_tplg_init +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xcf8c9746 audioreach_map_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xda83a9f3 q6apm_map_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xe0992fab q6apm_set_real_module_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xe3a10358 audioreach_shared_memory_send_eos +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xe6d5b047 q6apm_graph_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xf03bd7c3 q6apm_remove_initial_silence +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xf3410bda q6apm_graph_get_rx_shmem_module_iid +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xfe40c1cd audioreach_compr_set_param +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x17142e58 q6dsp_map_channels +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x249b883f q6dsp_audio_ports_set_config +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x295a2561 q6dsp_audio_ports_of_xlate_dai_name +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x319c8b83 q6dsp_clock_dev_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x9501f8e4 q6dsp_get_channel_allocation +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cdc-dma 0xe9304916 asoc_qcom_lpass_cdc_dma_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x55caf55a asoc_qcom_lpass_cpu_platform_shutdown +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x771c5b77 asoc_qcom_lpass_cpu_dai_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x86810480 asoc_qcom_lpass_cpu_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x9026c280 asoc_qcom_lpass_cpu_platform_remove +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0xb451b3c4 lpass_cpu_pcm_new +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0xea895dcc asoc_qcom_lpass_cpu_platform_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-hdmi 0xa29ec68d asoc_qcom_lpass_hdmi_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-platform 0x786f72f0 asoc_qcom_lpass_platform_register +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-common 0x3c0e45e9 qcom_snd_wcd_jack_setup +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-common 0x5bef882a qcom_snd_parse_of +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0x21085b0b qcom_snd_sdw_hw_free +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0xc571330d qcom_snd_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0xff7c9520 qcom_snd_sdw_prepare +EXPORT_SYMBOL_GPL sound/soc/snd-soc-acpi 0x14c66b61 snd_soc_acpi_codec_list +EXPORT_SYMBOL_GPL sound/soc/snd-soc-acpi 0x5c512782 snd_soc_acpi_find_package_from_hid +EXPORT_SYMBOL_GPL sound/soc/snd-soc-acpi 0xba39aa11 snd_soc_acpi_find_machine +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x024986f4 snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x025b8b25 snd_soc_component_get_jack_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x02c74084 snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0402b592 snd_soc_component_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x05542fd4 snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x05d48731 snd_soc_dapm_update_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x08550138 snd_soc_of_get_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0a0c1f9f snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0a767dcb snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0b3840b4 snd_soc_card_jack_new_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0b89fa84 snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0d3e0a7c snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0d7de04a snd_soc_component_compr_copy +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0d97e840 dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0dca26a6 snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0dccf646 snd_soc_rtdcom_lookup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0f66a8aa snd_soc_lookup_component_nolocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0fe1cd23 asoc_dummy_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x151f3ac1 snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1765e8e8 snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x18d5e0fa null_dailink_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1c4fc9e2 snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1d64a1aa snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1e99d907 snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x20a179aa snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x218ab78d snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x220993a9 snd_soc_component_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x22e2b98d snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x270ffa4d snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x27999ac7 snd_soc_dai_get_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x27b0209c snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2933f26d snd_soc_dapm_kcontrol_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2b0b7429 snd_soc_find_dai_with_mutex +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2b6d6495 snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2bad7116 snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2bbbc2a9 snd_soc_dai_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2cac8bb1 snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2d201462 devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2edb780b snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x30ab6244 snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x30c682ae snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3181bdbb snd_soc_runtime_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x319dd4ad snd_soc_component_init_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x31acd8fd snd_soc_component_notify_control +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x327160df snd_soc_dpcm_can_be_prepared +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x33c93e13 snd_soc_daifmt_parse_format +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x35919ada snd_soc_runtime_calc_hw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x367ae8cf snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x38ff261e snd_soc_unregister_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3a829356 snd_soc_component_compr_get_codec_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3b2e2275 snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3c2c21d7 snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3d90203e snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3e1f4c7f snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3e273351 soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x41c65375 snd_soc_component_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x41e8e7c4 snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x424fb554 snd_soc_remove_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x43324d40 snd_soc_dai_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x44a694fc snd_soc_component_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x450a868e snd_soc_dai_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x451c95bd dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x45eb1637 snd_soc_component_set_jack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x45fc0c14 snd_soc_dapm_stream_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x47ac96a7 snd_soc_dapm_kcontrol_dapm +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4c6b3f7f snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4cd22204 snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4ce10159 snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4fa1782d snd_soc_tdm_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x51446ff6 snd_soc_bytes_tlv_callback +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5174ce74 snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x51b41941 snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x51b9557c snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x54567d2e snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5473c3a3 snd_soc_dapm_init +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5502b86e snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x550f3cf6 snd_soc_lookup_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5594a573 snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x562e1f39 snd_soc_daifmt_parse_clock_provider_raw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x56979ea6 snd_soc_dai_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x56a6e45c snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x57e3052c snd_soc_component_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x59953dc9 snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5c6594a5 snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5dc91e44 snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5fd99c1d snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6076554f snd_soc_component_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x607ff443 snd_soc_of_put_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6104c7c1 snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6162b5e6 snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x61f770e4 snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x621a63b8 snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x62d5a398 snd_soc_component_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x63103d74 snd_soc_component_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x63baac69 snd_soc_add_component_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x63fec559 snd_soc_new_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x64f2d1b6 snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x655d5c8f snd_soc_dapm_dai_get_connected_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x65c48882 snd_soc_find_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x66398eaa snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6a56dd80 snd_soc_card_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6c77d95a snd_soc_dapm_free_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6c9500c0 snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6dfb6b16 snd_soc_component_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6e45d99e snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6e56fe11 snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6f375bbd snd_soc_component_write_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6f5cd0e5 snd_soc_dpcm_runtime_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6fafe753 snd_soc_tplg_component_load +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x707b1d9c snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x70a958d7 snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x70e3946c snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7281f095 snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x73bb9fb1 snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7581ea4d snd_soc_get_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x758584b5 dapm_kcontrol_get_value +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x75b836d3 snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x760a6899 snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x760eba31 snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x766e6794 snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x76da8340 snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x78b90f84 snd_soc_add_pcm_runtimes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7db3a454 snd_soc_of_put_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e07ba59 snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e64e31c snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x80366de3 snd_soc_component_exit_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x80f919e1 snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8332cd86 snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x893757b3 snd_soc_component_read_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8aa30e0f devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8dbe4870 snd_soc_link_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x90da3b23 snd_soc_of_parse_node_prefix +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x91740317 snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9403d47d snd_soc_new_compress +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x943468ed dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9591b54f snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9681a0c4 snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x96d01a8a snd_soc_dai_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9a43864b snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9ab61791 snd_soc_dai_active +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9b4d188e snd_soc_set_dmi_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9dd89f19 snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9dfd9d73 snd_soc_dapm_new_control +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9edc71a7 snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9ef0abea snd_soc_dai_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa0a5b499 snd_soc_dai_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa267ebff snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa284c3cf snd_soc_unregister_component_by_driver +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa3c33d9b snd_soc_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa42f0437 snd_soc_component_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa43ccc9a widget_in_list +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa47cdadf snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa4a48b2d snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xab564d05 devm_snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xac6ca6b8 snd_soc_component_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xac7bb689 snd_soc_component_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xacb47082 snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xace6e891 snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xae1e1499 dpcm_end_walk_at_be +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaf919efb snd_soc_info_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb53ca171 snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb6b5722d snd_soc_component_compr_open +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb6c893d0 snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb8d24613 snd_soc_of_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb8d498df snd_soc_link_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbc57001a snd_soc_of_parse_aux_devs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbd7197ed snd_soc_free_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbde914a1 dapm_mark_endpoints_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbfd01791 snd_soc_link_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc090f7df snd_soc_dapm_force_bias_level +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc148fc0f snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc19f1fc4 snd_soc_card_add_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc317a15e snd_soc_daifmt_clock_provider_flipped +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc4dacc78 snd_soc_dapm_widget_name_cmp +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc6897d48 snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc7b43411 snd_soc_dai_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8b4cf1a snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xccb81b84 snd_soc_component_compr_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcef7bcb7 snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcf13f51c snd_soc_dai_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcff9c3bb snd_soc_add_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd00d2d29 snd_soc_component_initialize +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd2336a47 snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd26b57e7 snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd340c1cc snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd35d8115 snd_soc_dai_is_dummy +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd3a22681 snd_soc_close_delayed_work +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd3c2c63f snd_soc_component_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd3e0ebc5 snd_soc_component_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd4f295fd dapm_pinctrl_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd5916e49 snd_soc_get_dai_id +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd65dbc93 snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd910c56e snd_soc_dai_link_set_capabilities +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xdbcd0e63 snd_soc_dapm_new_dai_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xde2dc21a snd_soc_dai_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xde939740 snd_soc_card_remove_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe0d57db6 snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe59efbce snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe736e8a9 snd_soc_of_get_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe879e453 snd_soc_tplg_widget_bind_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe8882440 snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe89a9e3b snd_soc_tplg_component_remove +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe9d5d19f snd_soc_get_stream_cpu +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xea3555b9 snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeab6ce1c snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeaeddf29 snd_soc_of_get_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xecaa3d4f snd_soc_component_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xed3fae05 snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeddc91c4 snd_soc_runtime_set_dai_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xef0dc03f snd_soc_of_get_slot_mask +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf0012bf3 snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf11e7a29 snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf26d05da snd_soc_dapm_dai_free_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf3464ece snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf3b054bf snd_soc_component_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf6ef5d66 snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf757ba49 devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9622dd1 snd_soc_daifmt_clock_provider_from_bitmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfa4b7d05 snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfb1838f0 snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfb8711f0 snd_soc_component_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfb89dfaa snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfc5c6ed9 snd_soc_component_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfd31ef11 snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfdedd3da snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xff4536f1 snd_soc_component_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x38e64eab snd_sof_debugfs_add_region_item_iomem +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x3952ef45 snd_sof_free_debug +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x788b6a8c snd_sof_debugfs_buf_item +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0x93298c8a snd_sof_dbg_memory_info_init +EXPORT_SYMBOL_GPL sound/soc/sof/snd-sof 0xbd811b82 snd_sof_dbg_init +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x2c64d423 sprd_mcdt_request_chan +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x5061832c sprd_mcdt_chan_int_disable +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x609193c3 sprd_mcdt_chan_write +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x68b4b311 sprd_mcdt_chan_dma_enable +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0x6c283cec sprd_mcdt_chan_int_enable +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0xa5fdddd3 sprd_mcdt_chan_read +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0xb67dbf49 sprd_mcdt_chan_dma_disable +EXPORT_SYMBOL_GPL sound/soc/sprd/sprd-mcdt 0xdf547b54 sprd_mcdt_free_chan +EXPORT_SYMBOL_GPL sound/soc/sunxi/sun8i-adda-pr-regmap 0x37a3a5c2 sun8i_adda_pr_regmap_init +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-machine 0x1ab6f645 tegra_asoc_machine_probe +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-machine 0xb716abe7 tegra_asoc_machine_init +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x30a844cd tegra_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x3e2c9d3d tegra_pcm_platform_register_with_chan_names +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x79e2245f tegra_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x938bfc71 tegra_pcm_open +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x93e3bbbd tegra_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xd2ebb0a3 tegra_pcm_platform_unregister +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xf034e934 tegra_pcm_close +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xf3d3f079 tegra_pcm_construct +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xf8500a0d devm_tegra_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0x0427e3da tegra30_ahub_allocate_tx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0x55a40206 tegra30_ahub_disable_rx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0x5d7237ff tegra30_ahub_set_cif +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0x6fe20143 tegra30_ahub_set_rx_cif_source +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xb419329b tegra30_ahub_disable_tx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xb4a9367d tegra30_ahub_enable_tx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xb81bca9d tegra30_ahub_free_rx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xc78c7125 tegra30_ahub_free_tx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xccb67e55 tegra124_ahub_set_cif +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xccc98372 tegra30_ahub_enable_rx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xd01de23b tegra30_ahub_allocate_rx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xe549513a tegra30_ahub_unset_rx_cif_source +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-edma 0x12db8aa0 edma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-sdma 0x425efdeb sdma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-udma 0x4a5c0e6c udma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x00298e18 line6_suspend +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x05db3f1f line6_send_raw_message_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x09544c0e line6_read_serial_number +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x19730cec line6_resume +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x202a1b1b line6_midi_id +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x2051ec75 line6_alloc_sysex_buffer +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x30148416 line6_send_raw_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x36dda634 line6_init_midi +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x39ecdbc1 line6_probe +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x53ba412f line6_init_pcm +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x75f6db54 line6_send_sysex_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x849107c0 line6_write_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x8b77de50 line6_version_request_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xa8fd94ae line6_disconnect +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xb107053f line6_pcm_release +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xc379758e line6_pcm_acquire +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xf9dd50b0 line6_read_data +EXPORT_SYMBOL_GPL vmlinux 0x00138be5 iommu_device_unlink +EXPORT_SYMBOL_GPL vmlinux 0x0016ed41 devlink_params_register +EXPORT_SYMBOL_GPL vmlinux 0x004ba8ec tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x004f1bee pci_hp_destroy +EXPORT_SYMBOL_GPL vmlinux 0x00513f58 get_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x00565f18 pernet_ops_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x0057dd3d pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0x005d16e3 vp_legacy_get_status +EXPORT_SYMBOL_GPL vmlinux 0x005f18a6 add_wait_queue_priority +EXPORT_SYMBOL_GPL vmlinux 0x007be932 sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0x0084eb7e blk_mq_unquiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0x0087664d vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0x008e3c2f apply_to_existing_page_range +EXPORT_SYMBOL_GPL vmlinux 0x009781ee __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x00a06f98 sysfs_update_groups +EXPORT_SYMBOL_GPL vmlinux 0x00a2e73a tpm2_get_cc_attrs_tbl +EXPORT_SYMBOL_GPL vmlinux 0x00c6b4b1 gpiochip_irq_unmap +EXPORT_SYMBOL_GPL vmlinux 0x00d4a0d7 dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0x00d4c500 usb_decode_interval +EXPORT_SYMBOL_GPL vmlinux 0x00e0c23c destroy_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x00e3980d gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0x00ea3629 dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x00eb52c3 srcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x00fa9a4f fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0x011c148a fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x011d5423 pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x012d4783 platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0x012e730e apei_exec_noop +EXPORT_SYMBOL_GPL vmlinux 0x014e8186 cpu_scale +EXPORT_SYMBOL_GPL vmlinux 0x015a8498 imx_clk_hw_cpu +EXPORT_SYMBOL_GPL vmlinux 0x016196f6 regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0x0166a4aa pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0x0174bd9c rt_mutex_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0x0179ccba topology_update_thermal_pressure +EXPORT_SYMBOL_GPL vmlinux 0x0184c7e0 devlink_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x01866a57 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x0194d175 ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0x01a0cb78 property_entries_free +EXPORT_SYMBOL_GPL vmlinux 0x01a20dfe spi_delay_to_ns +EXPORT_SYMBOL_GPL vmlinux 0x01a317b1 shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0x01a87235 ma35d1_reg_clk_pll +EXPORT_SYMBOL_GPL vmlinux 0x01c6cb0c cpu_cluster_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x01d3cd18 phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0x01d7bae5 meson_clk_cpu_dyndiv_ops +EXPORT_SYMBOL_GPL vmlinux 0x01d7e322 crypto_init_akcipher_ops_sig +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01e82770 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0x01fc317a perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0x0207a6c6 reset_control_bulk_acquire +EXPORT_SYMBOL_GPL vmlinux 0x0208df39 debugfs_create_file_unsafe +EXPORT_SYMBOL_GPL vmlinux 0x020abdba of_get_pci_domain_nr +EXPORT_SYMBOL_GPL vmlinux 0x02142eca inet_send_prepare +EXPORT_SYMBOL_GPL vmlinux 0x022278ac devm_memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0x02292dba kthread_park +EXPORT_SYMBOL_GPL vmlinux 0x02394899 play_idle_precise +EXPORT_SYMBOL_GPL vmlinux 0x0242c9e4 __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x02495b8f gnttab_alloc_grant_reference_seq +EXPORT_SYMBOL_GPL vmlinux 0x024d13dd request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x025fa82a rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0x026346fb sk_psock_init +EXPORT_SYMBOL_GPL vmlinux 0x02662274 amba_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x027d5e48 __traceiter_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x029cb45c cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0x02a06ee8 cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0x02b7b9b9 cgroup_get_e_css +EXPORT_SYMBOL_GPL vmlinux 0x02c21d17 i2c_acpi_waive_d0_probe +EXPORT_SYMBOL_GPL vmlinux 0x02c5c501 power_supply_find_ocv2cap_table +EXPORT_SYMBOL_GPL vmlinux 0x02ca183b devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x02dcff3b cpufreq_cpu_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x02e430a6 gpiochip_generic_request +EXPORT_SYMBOL_GPL vmlinux 0x02f35f81 ahci_platform_enable_resources +EXPORT_SYMBOL_GPL vmlinux 0x0304887a bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0x030cbca2 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x030d29b0 ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0x0312b3b0 reset_controller_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0321cdbf of_alias_get_highest_id +EXPORT_SYMBOL_GPL vmlinux 0x0326ed15 nvmem_layout_unregister +EXPORT_SYMBOL_GPL vmlinux 0x03334a86 rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x0335b301 bpf_map_inc_with_uref +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x03456a96 ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0x03473884 phy_basic_t1s_p2mp_features +EXPORT_SYMBOL_GPL vmlinux 0x03596bee ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x03610641 meson_axg_pmx_ops +EXPORT_SYMBOL_GPL vmlinux 0x036221da inet_bhash2_update_saddr +EXPORT_SYMBOL_GPL vmlinux 0x036de383 perf_event_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x03701a42 zynqmp_pm_pinctrl_set_function +EXPORT_SYMBOL_GPL vmlinux 0x0373766a sbitmap_queue_clear +EXPORT_SYMBOL_GPL vmlinux 0x038980bb sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x03952887 ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x03a84670 __traceiter_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x03a9612b cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x03ae009b thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x03b121d9 md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0x03b7bf2e wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x03b7d0a0 vcap_chain_offset +EXPORT_SYMBOL_GPL vmlinux 0x03bba296 vp_modern_set_status +EXPORT_SYMBOL_GPL vmlinux 0x03c12dfe cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x03c18c19 ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0x03ca01c0 clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x03ce7234 sched_smt_present +EXPORT_SYMBOL_GPL vmlinux 0x03de15e0 vp_modern_queue_address +EXPORT_SYMBOL_GPL vmlinux 0x03ed8843 k3_ringacc_dmarings_init +EXPORT_SYMBOL_GPL vmlinux 0x03f03f92 ksm_madvise +EXPORT_SYMBOL_GPL vmlinux 0x03f2fbdf acpi_dma_request_slave_chan_by_index +EXPORT_SYMBOL_GPL vmlinux 0x03f7abec dma_request_chan_by_mask +EXPORT_SYMBOL_GPL vmlinux 0x04019c88 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x0402cbbf preempt_notifier_inc +EXPORT_SYMBOL_GPL vmlinux 0x0404494f hte_push_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x0409c3a5 nvdimm_name +EXPORT_SYMBOL_GPL vmlinux 0x040b9d19 usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x040bab36 debugfs_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0412332f rcar_rst_set_rproc_boot_addr +EXPORT_SYMBOL_GPL vmlinux 0x042e63c6 __phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x044202b6 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x045230ac fwnode_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x045768c2 fw_devlink_purge_absent_suppliers +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x046aeb9f crypto_unregister_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x046f359e of_overlay_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x04708248 irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0x0471d943 is_software_node +EXPORT_SYMBOL_GPL vmlinux 0x0472cf3b register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x047e145c of_alias_from_compatible +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x049d21fc pcie_port_find_device +EXPORT_SYMBOL_GPL vmlinux 0x049e5156 gnttab_try_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x04a1235b devl_dpipe_headers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x04b662a9 xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0x04b70339 acpi_gpiochip_free_interrupts +EXPORT_SYMBOL_GPL vmlinux 0x04beb2c4 tcp_sendmsg_locked +EXPORT_SYMBOL_GPL vmlinux 0x04bf0092 io_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04c8aebf console_verbose +EXPORT_SYMBOL_GPL vmlinux 0x04d81046 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x04db7024 regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x04df8fbc lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0x04e8076a mmc_cmdq_disable +EXPORT_SYMBOL_GPL vmlinux 0x04f14994 rio_alloc_net +EXPORT_SYMBOL_GPL vmlinux 0x04f80c5d __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x051085e3 lock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x05129c18 __reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x051a0bc1 stack_depot_fetch +EXPORT_SYMBOL_GPL vmlinux 0x051c0831 __traceiter_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x052b4013 register_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x052c9aed ktime_get_real_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x0533b20b udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0x053640ae nvmem_cell_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0x05378cee mtk_pinconf_bias_get +EXPORT_SYMBOL_GPL vmlinux 0x053a6a71 devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x053d3946 devm_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x053d738a __SCK__tp_func_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x054b34b9 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x054e8a0b driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x055f91c9 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x0560279a ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0x05610897 of_changeset_destroy +EXPORT_SYMBOL_GPL vmlinux 0x056bac33 ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0x05700938 xenbus_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x05856f21 metadata_dst_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x05883efb __traceiter_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x058f9366 apei_exec_collect_resources +EXPORT_SYMBOL_GPL vmlinux 0x0592b584 blk_crypto_profile_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0595b6e1 of_console_check +EXPORT_SYMBOL_GPL vmlinux 0x05b06927 kvm_io_bus_write +EXPORT_SYMBOL_GPL vmlinux 0x05b5d8bf devm_serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x05b642fb pinctrl_utils_reserve_map +EXPORT_SYMBOL_GPL vmlinux 0x05c1c153 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x05c1cdcf synth_event_trace +EXPORT_SYMBOL_GPL vmlinux 0x05c202f0 usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0x05c6f05e dev_pm_opp_set_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x05cd1dd4 vcap_rule_add_key_bit +EXPORT_SYMBOL_GPL vmlinux 0x05d36df0 bio_poll +EXPORT_SYMBOL_GPL vmlinux 0x05d9de30 ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0x05ec0a75 dma_need_sync +EXPORT_SYMBOL_GPL vmlinux 0x0608f1e3 imx_clk_fracn_gppll_integer +EXPORT_SYMBOL_GPL vmlinux 0x06113256 blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x061336ae blocking_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x06209f49 phy_lookup_setting +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x062b89c4 ghes_unregister_report_chain +EXPORT_SYMBOL_GPL vmlinux 0x062cb446 devlink_port_type_clear +EXPORT_SYMBOL_GPL vmlinux 0x062d117f __tracepoint_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x06313900 acpi_device_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x0631cf36 fscrypt_mergeable_bio +EXPORT_SYMBOL_GPL vmlinux 0x064010bb handle_fasteoi_nmi +EXPORT_SYMBOL_GPL vmlinux 0x0643133c sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x064de2b1 hid_bpf_disconnect_device +EXPORT_SYMBOL_GPL vmlinux 0x06509d38 genpd_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0x067e84ff dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x069af9f6 dprc_close +EXPORT_SYMBOL_GPL vmlinux 0x06b3308e rz_mtu3_8bit_ch_write +EXPORT_SYMBOL_GPL vmlinux 0x06b970a5 zynqmp_pm_ospi_mux_select +EXPORT_SYMBOL_GPL vmlinux 0x06c27f6d mtk_clk_unregister_ref2usb_tx +EXPORT_SYMBOL_GPL vmlinux 0x06cca30b ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0x06da0bae devfreq_get_devfreq_by_node +EXPORT_SYMBOL_GPL vmlinux 0x06e415bc __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x06e4433e sunxi_ccu_set_mmc_timing_mode +EXPORT_SYMBOL_GPL vmlinux 0x06e5178f irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x06eeac72 metadata_dst_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0x07072166 pci_bridge_secondary_bus_reset +EXPORT_SYMBOL_GPL vmlinux 0x070ac14d mptcp_pm_get_local_addr_max +EXPORT_SYMBOL_GPL vmlinux 0x07242d92 put_dax +EXPORT_SYMBOL_GPL vmlinux 0x073205e7 vcap_filter_rule_keys +EXPORT_SYMBOL_GPL vmlinux 0x07451261 set_primary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x0746e4c4 validate_xmit_skb_list +EXPORT_SYMBOL_GPL vmlinux 0x07483e13 cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0x074f98db synth_event_add_field +EXPORT_SYMBOL_GPL vmlinux 0x0756a31c register_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0x0760a23e edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x076356e7 sfp_may_have_phy +EXPORT_SYMBOL_GPL vmlinux 0x0768c6ff __list_lru_init +EXPORT_SYMBOL_GPL vmlinux 0x077208be debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0x077f65a7 tegra_xusb_padctl_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0x0784996e dev_pm_opp_of_find_icc_paths +EXPORT_SYMBOL_GPL vmlinux 0x078c7825 __devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x07a338c8 pinctrl_find_gpio_range_from_pin_nolock +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07b8664b shash_no_setkey +EXPORT_SYMBOL_GPL vmlinux 0x07be6905 net_inc_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x07e8eb44 platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x07ed28e9 fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0x07fabab6 of_property_count_elems_of_size +EXPORT_SYMBOL_GPL vmlinux 0x0801db79 of_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x080d674f gpiochip_get_data +EXPORT_SYMBOL_GPL vmlinux 0x080dee7e pci_ioremap_wc_bar +EXPORT_SYMBOL_GPL vmlinux 0x08135613 dax_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x0814425b fscrypt_symlink_getattr +EXPORT_SYMBOL_GPL vmlinux 0x08165fc8 bpf_prog_create +EXPORT_SYMBOL_GPL vmlinux 0x08213956 phylink_ethtool_get_wol +EXPORT_SYMBOL_GPL vmlinux 0x0822becb user_update +EXPORT_SYMBOL_GPL vmlinux 0x082b80bc switchdev_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x08576175 unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x0858e5fb perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x085900de regulator_map_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x085bffd1 trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0x087f5dc5 wm831x_of_match +EXPORT_SYMBOL_GPL vmlinux 0x0881efab to_nvdimm_bus +EXPORT_SYMBOL_GPL vmlinux 0x088fc05f xfrm_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x08a36786 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0x08a88a9f __SCK__tp_func_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x08a9e824 hisi_clk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x08ac91d5 cros_ec_check_features +EXPORT_SYMBOL_GPL vmlinux 0x08acef7c devm_devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0x08b18d6d usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x08c38db6 usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0x08c78cf7 offline_and_remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x08dfea85 inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x08e2b333 cppc_set_auto_sel +EXPORT_SYMBOL_GPL vmlinux 0x08f07293 k3_udma_glue_tx_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0x08f1a4f2 governor_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x08f2460a pci_msix_alloc_irq_at +EXPORT_SYMBOL_GPL vmlinux 0x08fee76c ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0x0901959e regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x0907d14d blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x090dd65a tpmm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x091415fd rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x09225ae0 devm_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x0929ecaf l3mdev_fib_table_by_index +EXPORT_SYMBOL_GPL vmlinux 0x09337cd0 __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x0933a4fe devl_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x093786cf synth_event_add_field_str +EXPORT_SYMBOL_GPL vmlinux 0x093c480f encrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0x0948b2a6 of_irq_get +EXPORT_SYMBOL_GPL vmlinux 0x094b2f23 usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0x0960b854 sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0x09659aac genphy_c45_an_disable_aneg +EXPORT_SYMBOL_GPL vmlinux 0x096e7558 ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0x09702028 phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0x097648b2 mmu_interval_read_begin +EXPORT_SYMBOL_GPL vmlinux 0x0976822d sfp_get_module_eeprom_by_page +EXPORT_SYMBOL_GPL vmlinux 0x09783f89 devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x097ade83 regulator_get_error_flags +EXPORT_SYMBOL_GPL vmlinux 0x09860f24 dw8250_setup_port +EXPORT_SYMBOL_GPL vmlinux 0x09877afa vcap_keyfield_name +EXPORT_SYMBOL_GPL vmlinux 0x09997cd4 ehci_reset +EXPORT_SYMBOL_GPL vmlinux 0x099abecf debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x099de2bf pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x09acdfb9 acpi_irq_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x09b53e14 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x09bf8004 dw_pcie_wait_for_link +EXPORT_SYMBOL_GPL vmlinux 0x09c54657 fib_add_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x09c82c6d switchdev_handle_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x09d0e6e1 modify_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0x09e1ff53 thermal_zone_get_offset +EXPORT_SYMBOL_GPL vmlinux 0x09f46309 pkcs7_validate_trust +EXPORT_SYMBOL_GPL vmlinux 0x09fd6fc1 usb_role_switch_register +EXPORT_SYMBOL_GPL vmlinux 0x0a2585c3 dst_blackhole_redirect +EXPORT_SYMBOL_GPL vmlinux 0x0a2d4076 usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0x0a4e6e0a nf_hooks_lwtunnel_sysctl_handler +EXPORT_SYMBOL_GPL vmlinux 0x0a52c511 hv_query_ext_cap +EXPORT_SYMBOL_GPL vmlinux 0x0a6c3efc vp_legacy_set_features +EXPORT_SYMBOL_GPL vmlinux 0x0a7ea3a9 lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0x0a8162a8 raw_v4_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x0a8894f4 mas_find_range_rev +EXPORT_SYMBOL_GPL vmlinux 0x0a8e458b crypto_req_done +EXPORT_SYMBOL_GPL vmlinux 0x0a9682e3 stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0x0a9df53d for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0x0abc6be6 k3_ringacc_ring_is_full +EXPORT_SYMBOL_GPL vmlinux 0x0ac6036f synth_event_trace_end +EXPORT_SYMBOL_GPL vmlinux 0x0ad5bc69 wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0x0ae54aee of_phandle_args_to_fwspec +EXPORT_SYMBOL_GPL vmlinux 0x0af097ac dm_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x0b029517 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x0b067b9d platform_get_mem_or_io +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b0a40c2 pinconf_generic_dt_subnode_to_map +EXPORT_SYMBOL_GPL vmlinux 0x0b1426c3 pci_set_host_bridge_release +EXPORT_SYMBOL_GPL vmlinux 0x0b1a948e receive_fd +EXPORT_SYMBOL_GPL vmlinux 0x0b1b2e91 spi_slave_abort +EXPORT_SYMBOL_GPL vmlinux 0x0b1bb9f9 synchronize_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x0b21e6aa sched_set_normal +EXPORT_SYMBOL_GPL vmlinux 0x0b22a2c4 devfreq_get_devfreq_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x0b2d2276 usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0x0b2db2d5 remove_resource +EXPORT_SYMBOL_GPL vmlinux 0x0b313308 bio_add_zone_append_page +EXPORT_SYMBOL_GPL vmlinux 0x0b319d5f ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0x0b32b8d1 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0x0b35cee5 bpf_prog_sub +EXPORT_SYMBOL_GPL vmlinux 0x0b3a3ed7 zynqmp_pm_fpga_get_status +EXPORT_SYMBOL_GPL vmlinux 0x0b42d77a __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0b4a8e31 blk_mq_freeze_queue +EXPORT_SYMBOL_GPL vmlinux 0x0b52e502 apei_resources_add +EXPORT_SYMBOL_GPL vmlinux 0x0b5712d8 file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0x0b57324b mtk_clk_gate_ops_no_setclr_inv +EXPORT_SYMBOL_GPL vmlinux 0x0b6824ef phy_create +EXPORT_SYMBOL_GPL vmlinux 0x0b690f04 k3_udma_glue_tx_get_txcq_id +EXPORT_SYMBOL_GPL vmlinux 0x0b69e104 pse_ethtool_get_status +EXPORT_SYMBOL_GPL vmlinux 0x0b77dc91 scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0x0b85c80a pci_epc_multi_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x0b8baf9d generic_device_group +EXPORT_SYMBOL_GPL vmlinux 0x0b8c8a23 static_key_fast_inc_not_disabled +EXPORT_SYMBOL_GPL vmlinux 0x0baf7caa da903x_read +EXPORT_SYMBOL_GPL vmlinux 0x0bb028d4 hisi_clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x0bb2b278 init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0x0bbdc9b2 remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x0bc9e679 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x0bd58c1e clk_hw_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x0be3d798 fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0x0bf32478 __SCK__tp_func_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x0bf38a61 phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0x0bf6291e of_mm_gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x0bf9d50c rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x0bfb9021 spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x0c08dd7d acpi_subsys_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x0c16c7f0 ata_scsi_dma_need_drain +EXPORT_SYMBOL_GPL vmlinux 0x0c1a5ee3 log_post_read_mmio +EXPORT_SYMBOL_GPL vmlinux 0x0c1f51f5 ahci_platform_init_host +EXPORT_SYMBOL_GPL vmlinux 0x0c267ec6 imx_unregister_hw_clocks +EXPORT_SYMBOL_GPL vmlinux 0x0c2a6876 gnttab_pages_clear_private +EXPORT_SYMBOL_GPL vmlinux 0x0c2c5802 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x0c346161 xdp_convert_zc_to_xdp_frame +EXPORT_SYMBOL_GPL vmlinux 0x0c3cab40 icc_provider_deregister +EXPORT_SYMBOL_GPL vmlinux 0x0c3e6241 k3_udma_glue_disable_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x0c534b30 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x0c59aac8 trace_array_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x0c6cebf1 bpf_trace_run7 +EXPORT_SYMBOL_GPL vmlinux 0x0c77783e kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0x0c7d7822 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x0c82fced powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x0c88c1c3 pci_vpd_find_id_string +EXPORT_SYMBOL_GPL vmlinux 0x0c9075b3 regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x0c91242c devm_irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x0c968a0b virtqueue_get_buf_ctx +EXPORT_SYMBOL_GPL vmlinux 0x0ca4b582 skb_complete_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x0cae997e fwnode_get_next_parent +EXPORT_SYMBOL_GPL vmlinux 0x0cbb5186 pci_generic_ecam_ops +EXPORT_SYMBOL_GPL vmlinux 0x0cbe3ee2 software_node_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0cbf000f pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0x0cbfb2a8 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x0cc9a741 devm_pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x0cc9d36c iommu_group_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x0ccf5275 zynqmp_pm_pinctrl_get_config +EXPORT_SYMBOL_GPL vmlinux 0x0cdb5663 da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x0ce3dd73 bman_is_probed +EXPORT_SYMBOL_GPL vmlinux 0x0ce6864d da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x0cea2cf1 stmpe_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x0cf02e49 fib_rules_seq_read +EXPORT_SYMBOL_GPL vmlinux 0x0cf49270 adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x0cf59968 gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x0cf9afc3 ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x0d0d5bf8 regulator_set_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0x0d1381aa crypto_unregister_acomps +EXPORT_SYMBOL_GPL vmlinux 0x0d19d99c pinctrl_pm_select_idle_state +EXPORT_SYMBOL_GPL vmlinux 0x0d1c91ad scsi_internal_device_block_nowait +EXPORT_SYMBOL_GPL vmlinux 0x0d2b4b00 sfp_bus_add_upstream +EXPORT_SYMBOL_GPL vmlinux 0x0d367b03 devm_device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0x0d3a9db1 qcom_smem_state_get +EXPORT_SYMBOL_GPL vmlinux 0x0d3fb7d4 phy_interface_num_ports +EXPORT_SYMBOL_GPL vmlinux 0x0d435bd5 __tracepoint_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x0d4961de nf_log_buf_open +EXPORT_SYMBOL_GPL vmlinux 0x0d4e3f8c iopf_queue_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d5cecc6 ima_measure_critical_data +EXPORT_SYMBOL_GPL vmlinux 0x0d5eba74 scsi_internal_device_unblock_nowait +EXPORT_SYMBOL_GPL vmlinux 0x0d5ed0e6 __hwspin_unlock +EXPORT_SYMBOL_GPL vmlinux 0x0d6a49d4 tcp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d750b49 filemap_read +EXPORT_SYMBOL_GPL vmlinux 0x0d7a5114 __traceiter_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x0d7b46b9 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0x0d7fcc2e ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x0da30005 dma_pci_p2pdma_supported +EXPORT_SYMBOL_GPL vmlinux 0x0dad482a pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x0dc444bf shake_page +EXPORT_SYMBOL_GPL vmlinux 0x0dcf081f crypto_alloc_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0dddb532 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x0de28698 pci_host_common_remove +EXPORT_SYMBOL_GPL vmlinux 0x0dea55ed phy_validate +EXPORT_SYMBOL_GPL vmlinux 0x0dfca04f blk_crypto_register +EXPORT_SYMBOL_GPL vmlinux 0x0e007edf xen_evtchn_nr_channels +EXPORT_SYMBOL_GPL vmlinux 0x0e0923ff spi_mem_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x0e0a9e0f noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x0e0c6a7d crypto_dh_encode_key +EXPORT_SYMBOL_GPL vmlinux 0x0e1194d5 hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x0e13cb4d apei_resources_release +EXPORT_SYMBOL_GPL vmlinux 0x0e43d169 mptcp_get_reset_option +EXPORT_SYMBOL_GPL vmlinux 0x0e5cc9d7 xdp_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x0e6b151a blk_mq_update_nr_hw_queues +EXPORT_SYMBOL_GPL vmlinux 0x0e6b40ac i2c_adapter_depth +EXPORT_SYMBOL_GPL vmlinux 0x0e6b79af static_key_disable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x0e735981 bpf_prog_add +EXPORT_SYMBOL_GPL vmlinux 0x0e854604 misc_cg_try_charge +EXPORT_SYMBOL_GPL vmlinux 0x0e981c84 ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0x0ea027a8 transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x0ea5cbce xen_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x0eb65aa0 of_pci_get_slot_power_limit +EXPORT_SYMBOL_GPL vmlinux 0x0ec096b0 hv_read_reference_counter +EXPORT_SYMBOL_GPL vmlinux 0x0ecfea88 btf_type_by_id +EXPORT_SYMBOL_GPL vmlinux 0x0ed353b5 pin_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x0ed387d6 kvm_vcpu_write_guest +EXPORT_SYMBOL_GPL vmlinux 0x0ed3b7ca fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x0f101472 mc_send_command +EXPORT_SYMBOL_GPL vmlinux 0x0f180070 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x0f1ee771 wakeup_sources_walk_start +EXPORT_SYMBOL_GPL vmlinux 0x0f2ff2b5 ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x0f35dac3 bus_get_dev_root +EXPORT_SYMBOL_GPL vmlinux 0x0f4c2067 usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0x0f640f8d xen_evtchn_do_upcall +EXPORT_SYMBOL_GPL vmlinux 0x0f6ca6c6 of_remove_property +EXPORT_SYMBOL_GPL vmlinux 0x0f7019cd pci_ecam_free +EXPORT_SYMBOL_GPL vmlinux 0x0f7427d0 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0x0f78190e vcap_tc_flower_handler_vlan_usage +EXPORT_SYMBOL_GPL vmlinux 0x0f7ca236 dmi_memdev_name +EXPORT_SYMBOL_GPL vmlinux 0x0f88a68c xhci_dbg_trace +EXPORT_SYMBOL_GPL vmlinux 0x0fadbcc8 dw_pcie_read_dbi +EXPORT_SYMBOL_GPL vmlinux 0x0fb003b7 of_led_get +EXPORT_SYMBOL_GPL vmlinux 0x0fb7bae8 rockchip_pcie_cfg_configuration_accesses +EXPORT_SYMBOL_GPL vmlinux 0x0fbb7344 memremap_compat_align +EXPORT_SYMBOL_GPL vmlinux 0x0fbc0c0e xas_pause +EXPORT_SYMBOL_GPL vmlinux 0x0fd4610e kmem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0x0fe1283e devm_regulator_get_enable +EXPORT_SYMBOL_GPL vmlinux 0x0feeda35 ima_file_hash +EXPORT_SYMBOL_GPL vmlinux 0x1001f059 fat_update_time +EXPORT_SYMBOL_GPL vmlinux 0x10091b7b sbitmap_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x10185973 __tracepoint_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x102c01f7 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0x102d59ae __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x104269b4 serdev_device_get_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x104b2b7d vcap_rule_get_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x104ff3cd gpiod_set_transitory +EXPORT_SYMBOL_GPL vmlinux 0x107d8700 driver_deferred_probe_check_state +EXPORT_SYMBOL_GPL vmlinux 0x108544c5 fscrypt_ioctl_get_policy_ex +EXPORT_SYMBOL_GPL vmlinux 0x108a0acd bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x108ed438 dm_disk +EXPORT_SYMBOL_GPL vmlinux 0x10adb64d metadata_dst_free +EXPORT_SYMBOL_GPL vmlinux 0x10b60c76 pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0x10b89330 crypto_has_shash +EXPORT_SYMBOL_GPL vmlinux 0x10c9fc34 dev_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0x10ca2bdd shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x10ce99f8 of_pse_control_get +EXPORT_SYMBOL_GPL vmlinux 0x10d9f317 stack_depot_init +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x10fe365b crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0x10ffd15e pm_clk_destroy +EXPORT_SYMBOL_GPL vmlinux 0x110106c1 cper_severity_to_aer +EXPORT_SYMBOL_GPL vmlinux 0x111913dc da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x11197ea6 meson_pmx_get_func_name +EXPORT_SYMBOL_GPL vmlinux 0x11199241 gpmc_omap_onenand_set_timings +EXPORT_SYMBOL_GPL vmlinux 0x115704c7 handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0x115d71c8 folio_wait_stable +EXPORT_SYMBOL_GPL vmlinux 0x1162a7ae handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0x1180ae45 usb_phy_get_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x118b1e9f rockchip_clk_init +EXPORT_SYMBOL_GPL vmlinux 0x11b00522 pci_load_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x11b68a56 __tracepoint_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x11bb86ee pinmux_generic_add_function +EXPORT_SYMBOL_GPL vmlinux 0x11bd5b6b pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0x11db0da4 i2c_dw_probe_master +EXPORT_SYMBOL_GPL vmlinux 0x11df0e75 devlink_fmsg_binary_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x11e06ee9 badrange_init +EXPORT_SYMBOL_GPL vmlinux 0x11e5bb2a class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x12056e53 mas_store_gfp +EXPORT_SYMBOL_GPL vmlinux 0x12100493 pci_hp_del +EXPORT_SYMBOL_GPL vmlinux 0x12135396 phylink_mac_change +EXPORT_SYMBOL_GPL vmlinux 0x121650fc blk_clear_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x122969a7 acpi_data_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x122f423e __traceiter_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x1234e483 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0x1234ffa1 cper_estatus_check_header +EXPORT_SYMBOL_GPL vmlinux 0x125c9aa8 devm_mipi_dsi_attach +EXPORT_SYMBOL_GPL vmlinux 0x126d284b acpi_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x1282eef9 xen_xlate_unmap_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0x128b9f59 mark_page_dirty_in_slot +EXPORT_SYMBOL_GPL vmlinux 0x129b2a30 net_failover_destroy +EXPORT_SYMBOL_GPL vmlinux 0x12a02be9 class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x12a5dab9 iopf_queue_flush_dev +EXPORT_SYMBOL_GPL vmlinux 0x12a5de49 pinctrl_enable +EXPORT_SYMBOL_GPL vmlinux 0x12a71334 gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x12b117f0 strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0x12b535f8 class_register +EXPORT_SYMBOL_GPL vmlinux 0x12b5475a regmap_mmio_detach_clk +EXPORT_SYMBOL_GPL vmlinux 0x12b95bc7 of_icc_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0x12c9d81e fwnode_property_present +EXPORT_SYMBOL_GPL vmlinux 0x12d1dcd5 perf_event_period +EXPORT_SYMBOL_GPL vmlinux 0x12ee1173 memory_group_unregister +EXPORT_SYMBOL_GPL vmlinux 0x12f53758 ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0x12f8371f fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0x13090724 add_vmfork_randomness +EXPORT_SYMBOL_GPL vmlinux 0x130c1e96 fsl_mc_bus_dpdmux_type +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x13247456 cdrom_read_tocentry +EXPORT_SYMBOL_GPL vmlinux 0x1328d618 regulator_set_load +EXPORT_SYMBOL_GPL vmlinux 0x132a5fb1 __put_net +EXPORT_SYMBOL_GPL vmlinux 0x132c9d6c md_account_bio +EXPORT_SYMBOL_GPL vmlinux 0x13344145 regmap_might_sleep +EXPORT_SYMBOL_GPL vmlinux 0x133969d7 __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x13397d01 crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0x133ccde0 dispatch_hid_bpf_device_event +EXPORT_SYMBOL_GPL vmlinux 0x134b3460 failover_register +EXPORT_SYMBOL_GPL vmlinux 0x135ce98e device_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0x135e7b36 rz_mtu3_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x13640660 get_cached_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0x1369794c rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0x136adddc trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x136eb55c device_match_name +EXPORT_SYMBOL_GPL vmlinux 0x137a6f58 mmu_interval_notifier_remove +EXPORT_SYMBOL_GPL vmlinux 0x1388f92f sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0x138aff76 gnttab_init +EXPORT_SYMBOL_GPL vmlinux 0x138e0957 dax_write_cache_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1394d032 __mt_destroy +EXPORT_SYMBOL_GPL vmlinux 0x139d3394 crypto_grab_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x13a1707c bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x13a4cec0 irq_chip_set_vcpu_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0x13a4e267 rz_mtu3_enable +EXPORT_SYMBOL_GPL vmlinux 0x13b2e072 xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0x13b9e193 acpi_dev_resource_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x13ce87e8 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0x13d09a29 nf_hook_entries_insert_raw +EXPORT_SYMBOL_GPL vmlinux 0x13d4a328 noop_direct_IO +EXPORT_SYMBOL_GPL vmlinux 0x13db1eb8 k3_udma_glue_rx_cppi5_to_dma_addr +EXPORT_SYMBOL_GPL vmlinux 0x13ed8784 sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x13f189ca hid_bpf_connect_device +EXPORT_SYMBOL_GPL vmlinux 0x13fab921 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x1403ad09 cpufreq_add_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x141f38bf ktime_get_raw_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x1438ae45 max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x1451a72f xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0x145373cc of_platform_device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x1456762b k3_ringacc_ring_get_free +EXPORT_SYMBOL_GPL vmlinux 0x145741dc tpm_chip_stop +EXPORT_SYMBOL_GPL vmlinux 0x146626a0 mas_find_rev +EXPORT_SYMBOL_GPL vmlinux 0x1469f1cd pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x146cc88f bpf_master_redirect_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x1477d1c3 attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0x148481dd gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0x148fd794 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x1494638f mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x1497ac6c acpi_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x14c5d21b pci_epc_linkdown +EXPORT_SYMBOL_GPL vmlinux 0x14cd5323 fat_attach +EXPORT_SYMBOL_GPL vmlinux 0x14d22df5 fixed_phy_change_carrier +EXPORT_SYMBOL_GPL vmlinux 0x14ec4fdb evtchn_put +EXPORT_SYMBOL_GPL vmlinux 0x14fbcd5e __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x14fc03cf dev_queue_xmit_nit +EXPORT_SYMBOL_GPL vmlinux 0x15021b4a xa_delete_node +EXPORT_SYMBOL_GPL vmlinux 0x15122f2d irq_chip_set_type_parent +EXPORT_SYMBOL_GPL vmlinux 0x151408c2 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0x1516e994 wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0x151de3f3 input_device_enabled +EXPORT_SYMBOL_GPL vmlinux 0x15209de6 of_get_required_opp_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x152dda9b mmc_prepare_busy_cmd +EXPORT_SYMBOL_GPL vmlinux 0x152f99e9 pin_get_name +EXPORT_SYMBOL_GPL vmlinux 0x153b60a6 klist_del +EXPORT_SYMBOL_GPL vmlinux 0x153dd277 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x15402377 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x154d49aa lwtunnel_input +EXPORT_SYMBOL_GPL vmlinux 0x15510a89 devlink_fmsg_binary_put +EXPORT_SYMBOL_GPL vmlinux 0x156349df pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0x1567ad09 nd_tbl +EXPORT_SYMBOL_GPL vmlinux 0x157957e9 thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0x15886f48 hte_disable_ts +EXPORT_SYMBOL_GPL vmlinux 0x1588e17d irq_domain_disconnect_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x159112a7 trace_array_init_printk +EXPORT_SYMBOL_GPL vmlinux 0x15915623 xenbus_alloc_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x15ac83b0 acpi_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0x15ade1cc filter_irq_stacks +EXPORT_SYMBOL_GPL vmlinux 0x15bd7435 psi_memstall_leave +EXPORT_SYMBOL_GPL vmlinux 0x15c4e3e2 phylink_ethtool_set_pauseparam +EXPORT_SYMBOL_GPL vmlinux 0x15c54e84 kvm_vcpu_read_guest_atomic +EXPORT_SYMBOL_GPL vmlinux 0x15d2762b inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x15dcc6a4 phy_configure +EXPORT_SYMBOL_GPL vmlinux 0x15ea2648 hwpoison_filter_flags_mask +EXPORT_SYMBOL_GPL vmlinux 0x15eb7eb3 fhctl_parse_dt +EXPORT_SYMBOL_GPL vmlinux 0x15f83fb9 inode_dax +EXPORT_SYMBOL_GPL vmlinux 0x15fdb54e ncsi_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x15fde7a8 __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x15ff0911 firmware_upload_register +EXPORT_SYMBOL_GPL vmlinux 0x160267d2 pinctrl_count_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0x161b40bb regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0x1625850f dax_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x16261aa5 kvm_init +EXPORT_SYMBOL_GPL vmlinux 0x1629354c sysfs_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x1636d309 clk_hw_register_composite +EXPORT_SYMBOL_GPL vmlinux 0x16422a6e xdp_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x1649748b user_destroy +EXPORT_SYMBOL_GPL vmlinux 0x164e53c8 pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x16511f1f ahci_ops +EXPORT_SYMBOL_GPL vmlinux 0x16516798 osc_pc_lpi_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x16531e2d timer_unstable_counter_workaround +EXPORT_SYMBOL_GPL vmlinux 0x1656cbdf crypto_clone_shash +EXPORT_SYMBOL_GPL vmlinux 0x166ae7fe devm_bitmap_zalloc +EXPORT_SYMBOL_GPL vmlinux 0x1673dcab usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x1675ada7 tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x167d7113 acpi_bus_register_early_device +EXPORT_SYMBOL_GPL vmlinux 0x1687ec20 tty_get_frame_size +EXPORT_SYMBOL_GPL vmlinux 0x16883514 page_cache_sync_ra +EXPORT_SYMBOL_GPL vmlinux 0x168879f3 clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x168e6394 dm_copy_name_and_uuid +EXPORT_SYMBOL_GPL vmlinux 0x1690b503 usb_role_switch_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x1698fa09 hte_ts_get +EXPORT_SYMBOL_GPL vmlinux 0x169cd789 crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x16a1e8a7 of_property_read_variable_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x16a25d41 pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0x16b03349 tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x16b0d2b4 mtk_clk_register_composites +EXPORT_SYMBOL_GPL vmlinux 0x16b2f914 usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x16b4a330 fsl_mc_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x16c976a6 mtk_pinconf_drive_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x16ca1a8a phylink_suspend +EXPORT_SYMBOL_GPL vmlinux 0x16cb6a90 radix_tree_preloads +EXPORT_SYMBOL_GPL vmlinux 0x16cb800c stmpe_enable +EXPORT_SYMBOL_GPL vmlinux 0x16da1f88 devlink_fmsg_u32_put +EXPORT_SYMBOL_GPL vmlinux 0x16db89c9 fsl_mc_bus_dpseci_type +EXPORT_SYMBOL_GPL vmlinux 0x16df88aa crypto_alloc_acomp_node +EXPORT_SYMBOL_GPL vmlinux 0x16dfbf36 add_interrupt_randomness +EXPORT_SYMBOL_GPL vmlinux 0x16e1ab94 fib_nh_common_release +EXPORT_SYMBOL_GPL vmlinux 0x16e5ee82 spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x16e6b1dc usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x16efb2f7 tegra_mc_get_carveout_info +EXPORT_SYMBOL_GPL vmlinux 0x16f15139 bind_evtchn_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x16f7e6b8 wp_shared_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x1700247e devm_regulator_bulk_get_enable +EXPORT_SYMBOL_GPL vmlinux 0x170c0e6c regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x170cc36c put_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x1716d2e4 clk_mux_val_to_index +EXPORT_SYMBOL_GPL vmlinux 0x1724c143 inet6_hash +EXPORT_SYMBOL_GPL vmlinux 0x172f47e9 fwnode_get_next_available_child_node +EXPORT_SYMBOL_GPL vmlinux 0x173dc063 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x173fc4c1 phylink_connect_phy +EXPORT_SYMBOL_GPL vmlinux 0x174c6274 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x174e6c46 inet_ehash_locks_alloc +EXPORT_SYMBOL_GPL vmlinux 0x17591ecd zynqmp_pm_write_ggs +EXPORT_SYMBOL_GPL vmlinux 0x175c380f vchan_init +EXPORT_SYMBOL_GPL vmlinux 0x176031a7 devlink_fmsg_string_put +EXPORT_SYMBOL_GPL vmlinux 0x17614bf3 apei_resources_sub +EXPORT_SYMBOL_GPL vmlinux 0x176904d7 hrtimer_sleeper_start_expires +EXPORT_SYMBOL_GPL vmlinux 0x177b1042 __tracepoint_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x1784eba8 fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x1795eb3c devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x179c340f fib_rules_dump +EXPORT_SYMBOL_GPL vmlinux 0x17a09dc3 vcap_set_tc_exterr +EXPORT_SYMBOL_GPL vmlinux 0x17a8bf6a nvdimm_in_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x17a9dba1 sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0x17b473c0 dpcon_disable +EXPORT_SYMBOL_GPL vmlinux 0x17b5e56c devl_param_value_changed +EXPORT_SYMBOL_GPL vmlinux 0x17bcff13 pci_iomap_wc_range +EXPORT_SYMBOL_GPL vmlinux 0x17cf98c7 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x17dff054 pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x17e01f11 erst_clear +EXPORT_SYMBOL_GPL vmlinux 0x17e68d3f inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x17f12c77 blk_mark_disk_dead +EXPORT_SYMBOL_GPL vmlinux 0x18008c59 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0x180fc425 scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0x1810d983 stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x1827ee71 mpc8xxx_spi_tx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0x182e2f09 cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x184087b9 mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x18428692 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x18516daf lynx_pcs_create_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x1864921c irq_domain_free_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x1864e965 fib6_new_table +EXPORT_SYMBOL_GPL vmlinux 0x18715353 k3_udma_glue_push_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x1873a2a4 platform_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x188c4651 dev_pm_domain_attach +EXPORT_SYMBOL_GPL vmlinux 0x189ecd22 mmc_pwrseq_register +EXPORT_SYMBOL_GPL vmlinux 0x18b4cffe ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0x18bd21ec platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x18cafda2 devm_release_action +EXPORT_SYMBOL_GPL vmlinux 0x18ce29f4 spi_setup +EXPORT_SYMBOL_GPL vmlinux 0x18d1be52 __traceiter_rwmmio_post_write +EXPORT_SYMBOL_GPL vmlinux 0x18e1e05c acpi_bind_one +EXPORT_SYMBOL_GPL vmlinux 0x18e4f8aa swphy_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x18e8c440 arch_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0x18f10f38 k3_udma_glue_enable_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x18fb2caf cpus_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x19017c7d fwnode_property_get_reference_args +EXPORT_SYMBOL_GPL vmlinux 0x19032d6d trace_handle_return +EXPORT_SYMBOL_GPL vmlinux 0x19038c1b devm_gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x19172ad0 __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x1925c035 devm_hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1926028c zynqmp_pm_reset_assert +EXPORT_SYMBOL_GPL vmlinux 0x19291f84 serial8250_em485_config +EXPORT_SYMBOL_GPL vmlinux 0x19307bf8 devm_pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x193282ae acpi_dev_resource_ext_address_space +EXPORT_SYMBOL_GPL vmlinux 0x194a148f i2c_client_type +EXPORT_SYMBOL_GPL vmlinux 0x1958a65c get_device +EXPORT_SYMBOL_GPL vmlinux 0x196074be relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0x196f5817 anon_inode_getfd_secure +EXPORT_SYMBOL_GPL vmlinux 0x19831c3e clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0x199bfd76 iommu_page_response +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19b6e005 fwnode_handle_get +EXPORT_SYMBOL_GPL vmlinux 0x19c016fb __traceiter_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x19c20269 soc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x19c42957 blk_op_str +EXPORT_SYMBOL_GPL vmlinux 0x19cbf2c3 usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0x19cf9796 devm_spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x19d9d841 ip6_pol_route +EXPORT_SYMBOL_GPL vmlinux 0x19e81304 btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x19edd064 blkg_rwstat_exit +EXPORT_SYMBOL_GPL vmlinux 0x19f33626 nf_ctnetlink_has_listener +EXPORT_SYMBOL_GPL vmlinux 0x1a10c32b crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x1a146ec3 usb_ep_type_string +EXPORT_SYMBOL_GPL vmlinux 0x1a23201f scmi_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1a278287 blockdev_superblock +EXPORT_SYMBOL_GPL vmlinux 0x1a28c48d pci_d3cold_disable +EXPORT_SYMBOL_GPL vmlinux 0x1a2fb40d pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x1a36482b devm_power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x1a36f1d3 iommu_device_sysfs_add +EXPORT_SYMBOL_GPL vmlinux 0x1a3d7848 mtk_pinconf_adv_drive_set_raw +EXPORT_SYMBOL_GPL vmlinux 0x1a3fb5d9 serial8250_em485_start_tx +EXPORT_SYMBOL_GPL vmlinux 0x1a42acca dm_internal_suspend_noflush +EXPORT_SYMBOL_GPL vmlinux 0x1a4c2a02 crypto_unregister_scomp +EXPORT_SYMBOL_GPL vmlinux 0x1a4e9576 class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x1a6bf28f fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x1a739f44 devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x1a7967bb vp_modern_set_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0x1a7f7fc6 xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0x1a82368d ZSTD_customCalloc +EXPORT_SYMBOL_GPL vmlinux 0x1a86ab20 gnttab_unmap_refs +EXPORT_SYMBOL_GPL vmlinux 0x1a89d6a0 pci_iov_get_pf_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x1aa7a185 __tracepoint_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x1ac81d90 acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x1acabe28 fscrypt_ioctl_get_nonce +EXPORT_SYMBOL_GPL vmlinux 0x1acaf082 gnttab_page_cache_init +EXPORT_SYMBOL_GPL vmlinux 0x1acd18c8 cpuset_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x1af267f8 int_pow +EXPORT_SYMBOL_GPL vmlinux 0x1af41433 mtk_pinconf_drive_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x1afaa2fd proc_dou8vec_minmax +EXPORT_SYMBOL_GPL vmlinux 0x1b005727 crypto_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x1b0602c1 cond_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x1b063be3 of_platform_default_populate +EXPORT_SYMBOL_GPL vmlinux 0x1b207135 devl_dpipe_headers_register +EXPORT_SYMBOL_GPL vmlinux 0x1b335ce4 __skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x1b355b7a fscrypt_ioctl_remove_key +EXPORT_SYMBOL_GPL vmlinux 0x1b3682c1 clk_hw_is_prepared +EXPORT_SYMBOL_GPL vmlinux 0x1b6bbaa3 extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x1b6cc743 iopf_queue_add_device +EXPORT_SYMBOL_GPL vmlinux 0x1b6ce043 phy_resolve_aneg_linkmode +EXPORT_SYMBOL_GPL vmlinux 0x1b739ef5 __tracepoint_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1b7ab964 debugfs_real_fops +EXPORT_SYMBOL_GPL vmlinux 0x1b7dedcd bio_clone_blkg_association +EXPORT_SYMBOL_GPL vmlinux 0x1b7f5a71 led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b8e506d iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x1b8ef54d devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x1b92e41d inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x1b9764c4 finish_rcuwait +EXPORT_SYMBOL_GPL vmlinux 0x1b9e7b96 ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1ba5505d mtk_clk_unregister_gates +EXPORT_SYMBOL_GPL vmlinux 0x1bb69d4e fib_nl_newrule +EXPORT_SYMBOL_GPL vmlinux 0x1bb820cf regmap_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x1bc40a8d gpmc_omap_get_nand_ops +EXPORT_SYMBOL_GPL vmlinux 0x1bc5c798 shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1bc64087 xas_split +EXPORT_SYMBOL_GPL vmlinux 0x1bc85e1c irq_set_affinity +EXPORT_SYMBOL_GPL vmlinux 0x1bcf8588 __traceiter_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x1bd88601 debugfs_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x1bd99a02 xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0x1bdb9973 fsl_mc_resource_allocate +EXPORT_SYMBOL_GPL vmlinux 0x1bfce724 pci_find_vsec_capability +EXPORT_SYMBOL_GPL vmlinux 0x1c119ab5 device_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x1c163709 thermal_zone_get_trip +EXPORT_SYMBOL_GPL vmlinux 0x1c1ca115 io_uring_cmd_done +EXPORT_SYMBOL_GPL vmlinux 0x1c204f02 handle_fasteoi_irq +EXPORT_SYMBOL_GPL vmlinux 0x1c257b02 clk_regmap_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0x1c324f1d gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x1c38fad5 crypto_grab_shash +EXPORT_SYMBOL_GPL vmlinux 0x1c41cf95 serial8250_do_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x1c528b4b __kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c5ff742 clk_get_phase +EXPORT_SYMBOL_GPL vmlinux 0x1c70de95 mtk_mux_gate_clr_set_upd_ops +EXPORT_SYMBOL_GPL vmlinux 0x1c7169dc ZSTD_customFree +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c82d3d5 kthread_data +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1c89fb22 zynqmp_pm_clock_setparent +EXPORT_SYMBOL_GPL vmlinux 0x1c8e59fd ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0x1c909b9a sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0x1c944a0f fsl_mc_obj_open +EXPORT_SYMBOL_GPL vmlinux 0x1c9453a2 arm64_mm_context_get +EXPORT_SYMBOL_GPL vmlinux 0x1ca2c9d6 devl_linecard_create +EXPORT_SYMBOL_GPL vmlinux 0x1ca3aa97 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0x1ca4a930 smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x1ca544a6 hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0x1cb76084 edac_mc_add_mc_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x1cb7c983 apei_exec_read_register_value +EXPORT_SYMBOL_GPL vmlinux 0x1cb9a1c8 xenbus_gather +EXPORT_SYMBOL_GPL vmlinux 0x1cbb99af usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0x1cbd92b0 cpu_mitigations_off +EXPORT_SYMBOL_GPL vmlinux 0x1ccfbae5 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0x1cdd0605 xhci_port_state_to_neutral +EXPORT_SYMBOL_GPL vmlinux 0x1cea6db6 led_set_brightness_nosleep +EXPORT_SYMBOL_GPL vmlinux 0x1cf5f0f3 pci_host_common_probe +EXPORT_SYMBOL_GPL vmlinux 0x1cff8eab sbitmap_init_node +EXPORT_SYMBOL_GPL vmlinux 0x1d05bc71 cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x1d222ced irq_get_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0x1d4e7bb5 swapcache_mapping +EXPORT_SYMBOL_GPL vmlinux 0x1d5072ca da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x1d5e0690 ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0x1d6cc420 pci_epf_bind +EXPORT_SYMBOL_GPL vmlinux 0x1d878bd6 devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1d949715 get_dev_pagemap +EXPORT_SYMBOL_GPL vmlinux 0x1d94a218 dmi_memdev_handle +EXPORT_SYMBOL_GPL vmlinux 0x1d997446 __fsl_mc_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x1dbe2116 fb_sys_read +EXPORT_SYMBOL_GPL vmlinux 0x1dcdbed3 devm_regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x1dd8f0d3 __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x1dd919d5 tpm_is_tpm2 +EXPORT_SYMBOL_GPL vmlinux 0x1de31104 pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0x1de887ff zynqmp_pm_bootmode_write +EXPORT_SYMBOL_GPL vmlinux 0x1dfa3cef device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x1dfa54be mbox_send_message +EXPORT_SYMBOL_GPL vmlinux 0x1dfa5dbd mpi_invm +EXPORT_SYMBOL_GPL vmlinux 0x1e0670c6 reset_control_release +EXPORT_SYMBOL_GPL vmlinux 0x1e09d14d dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x1e1fbbd4 vcap_tc_flower_handler_arp_usage +EXPORT_SYMBOL_GPL vmlinux 0x1e208a78 get_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x1e2176fa pci_epc_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x1e288c83 zynqmp_pm_force_pwrdwn +EXPORT_SYMBOL_GPL vmlinux 0x1e2a94a1 blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0x1e33605e of_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x1e3bc77c xas_create_range +EXPORT_SYMBOL_GPL vmlinux 0x1e424d61 user_preparse +EXPORT_SYMBOL_GPL vmlinux 0x1e44d28b phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x1e511e2a __auxiliary_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x1e53f827 stack_depot_print +EXPORT_SYMBOL_GPL vmlinux 0x1e634f92 ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e83fee6 HYPERVISOR_physdev_op +EXPORT_SYMBOL_GPL vmlinux 0x1e868764 pm_runtime_suspended_time +EXPORT_SYMBOL_GPL vmlinux 0x1e8fac8e wireless_nlevent_flush +EXPORT_SYMBOL_GPL vmlinux 0x1e905dbb icc_enable +EXPORT_SYMBOL_GPL vmlinux 0x1e9580ac platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0x1e9bc719 freq_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x1e9c590a usb_find_common_endpoints_reverse +EXPORT_SYMBOL_GPL vmlinux 0x1eb5ff6c inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0x1eb898ff dm_audit_log_bio +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1eba4598 ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ec171c1 __sock_recv_cmsgs +EXPORT_SYMBOL_GPL vmlinux 0x1ed4d2eb percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x1edaf5e3 crypto_sig_verify +EXPORT_SYMBOL_GPL vmlinux 0x1ee47e00 is_vmalloc_or_module_addr +EXPORT_SYMBOL_GPL vmlinux 0x1ef20793 stop_core_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x1ef413ed key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x1efb0a2b devm_platform_get_and_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0x1f12722e usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x1f1cc011 zynqmp_pm_get_chipid +EXPORT_SYMBOL_GPL vmlinux 0x1f202d7b nf_hook_entries_delete_raw +EXPORT_SYMBOL_GPL vmlinux 0x1f29e9c0 nvdimm_volatile_region_create +EXPORT_SYMBOL_GPL vmlinux 0x1f3388d4 devl_params_register +EXPORT_SYMBOL_GPL vmlinux 0x1f38a4f6 mpi_set_highbit +EXPORT_SYMBOL_GPL vmlinux 0x1f3b2176 rcuwait_wake_up +EXPORT_SYMBOL_GPL vmlinux 0x1f449588 mctrl_gpio_disable_ms +EXPORT_SYMBOL_GPL vmlinux 0x1f4e80c2 do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0x1f54338f bpf_trace_run1 +EXPORT_SYMBOL_GPL vmlinux 0x1f563160 bpf_offload_dev_priv +EXPORT_SYMBOL_GPL vmlinux 0x1f5fec6c ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x1f690c94 crypto_clone_ahash +EXPORT_SYMBOL_GPL vmlinux 0x1f6c924a battery_hook_register +EXPORT_SYMBOL_GPL vmlinux 0x1f738d98 cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x1f75790d devm_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x1f80e52c __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x1f840303 wbc_account_cgroup_owner +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f9a2b53 zynqmp_pm_clock_enable +EXPORT_SYMBOL_GPL vmlinux 0x1f9d6e3a phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x1fa1d95c sha256_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x1fa48995 efivar_supports_writes +EXPORT_SYMBOL_GPL vmlinux 0x1fa9b6b7 fwnode_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x1fb73b98 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x1fc2b7e7 thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x1fe6e504 gpiod_add_hogs +EXPORT_SYMBOL_GPL vmlinux 0x1fee7136 trace_seq_putc +EXPORT_SYMBOL_GPL vmlinux 0x2009e400 devlink_info_board_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x20151d7d meson8_pmx_ops +EXPORT_SYMBOL_GPL vmlinux 0x201cc3ce debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x2029efe9 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x202d4ed6 nvmem_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x2037b969 devm_register_power_off_handler +EXPORT_SYMBOL_GPL vmlinux 0x204f2c5c gnttab_free_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x2059388c platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x20595643 devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0x2064268b inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2069a0cc rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0x206d53b0 fscrypt_mergeable_bio_bh +EXPORT_SYMBOL_GPL vmlinux 0x2073ba93 xen_dbgp_external_startup +EXPORT_SYMBOL_GPL vmlinux 0x207be98c tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x207e9232 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x207ff69b tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0x2080edb8 xenbus_dev_probe +EXPORT_SYMBOL_GPL vmlinux 0x208e77a8 devm_gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x20978fb9 idr_find +EXPORT_SYMBOL_GPL vmlinux 0x20990798 debugfs_file_put +EXPORT_SYMBOL_GPL vmlinux 0x20998525 mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0x20a4e01a HUF_readStats_wksp +EXPORT_SYMBOL_GPL vmlinux 0x20aa075e __dev_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x20b02ee7 pci_epf_alloc_space +EXPORT_SYMBOL_GPL vmlinux 0x20c49790 usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0x20ca9a4a regmap_get_raw_write_max +EXPORT_SYMBOL_GPL vmlinux 0x20cda75a __percpu_init_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x20f1d0fa platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0x20f4abdb of_phandle_iterator_next +EXPORT_SYMBOL_GPL vmlinux 0x20f7735a sdio_retune_crc_disable +EXPORT_SYMBOL_GPL vmlinux 0x20fcf363 devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x210cd603 crypto_unregister_rngs +EXPORT_SYMBOL_GPL vmlinux 0x21168b41 crypto_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x212734c5 vcap_netbytes_copy +EXPORT_SYMBOL_GPL vmlinux 0x212fa59a user_describe +EXPORT_SYMBOL_GPL vmlinux 0x2134debd ip6_route_input_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2165e6a2 xdp_return_frame_rx_napi +EXPORT_SYMBOL_GPL vmlinux 0x216de4e1 rcu_get_gp_kthreads_prio +EXPORT_SYMBOL_GPL vmlinux 0x2174ced5 pci_epf_create +EXPORT_SYMBOL_GPL vmlinux 0x217589be acpi_subsys_complete +EXPORT_SYMBOL_GPL vmlinux 0x2176e42a hwpoison_filter_memcg +EXPORT_SYMBOL_GPL vmlinux 0x218a9989 icc_sync_state +EXPORT_SYMBOL_GPL vmlinux 0x219a7cd8 vcpu_put +EXPORT_SYMBOL_GPL vmlinux 0x219ea73b simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0x21a563da clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x21b9c0b9 crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0x21bd09fb dev_pm_opp_find_freq_ceil +EXPORT_SYMBOL_GPL vmlinux 0x21cd536a crypto_put_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x21d4aa11 devm_of_phy_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x21d79a38 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x21d8350b led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0x21e156fb icc_put +EXPORT_SYMBOL_GPL vmlinux 0x21e15bbd wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0x21e5b4b2 nvmem_layout_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x21f66ebe sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x22094d6e genphy_c45_pma_baset1_setup_master_slave +EXPORT_SYMBOL_GPL vmlinux 0x220ce70c kvm_arm_hyp_service_available +EXPORT_SYMBOL_GPL vmlinux 0x221e3cf1 unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x221f4856 mtk_alloc_clk_data +EXPORT_SYMBOL_GPL vmlinux 0x2222c4b4 of_add_property +EXPORT_SYMBOL_GPL vmlinux 0x22442324 mpc8xxx_spi_rx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0x22474379 __trace_trigger_soft_disabled +EXPORT_SYMBOL_GPL vmlinux 0x224e8854 add_swap_extent +EXPORT_SYMBOL_GPL vmlinux 0x225f8dba dprc_get_obj_region +EXPORT_SYMBOL_GPL vmlinux 0x227d542a dev_pm_opp_put_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x228b68a5 badblocks_set +EXPORT_SYMBOL_GPL vmlinux 0x2290148f inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x229e0b91 dst_cache_set_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x22b7c7d8 blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x22d60537 tcf_frag_xmit_count +EXPORT_SYMBOL_GPL vmlinux 0x22d90f0e __fscrypt_prepare_readdir +EXPORT_SYMBOL_GPL vmlinux 0x22d9409b iomap_sort_ioends +EXPORT_SYMBOL_GPL vmlinux 0x22dfe265 kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x22e3c85e __devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0x22e81750 netdev_sw_irq_coalesce_default_on +EXPORT_SYMBOL_GPL vmlinux 0x22eb199d tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x22ec5205 cpu_latency_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x22f530ec pm_clk_suspend +EXPORT_SYMBOL_GPL vmlinux 0x22f80fa5 device_attach +EXPORT_SYMBOL_GPL vmlinux 0x22f944e4 kstrdup_quotable_cmdline +EXPORT_SYMBOL_GPL vmlinux 0x22fd08ba cpuacct_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x23074fb7 dm_table_set_type +EXPORT_SYMBOL_GPL vmlinux 0x2308a511 extcon_set_property +EXPORT_SYMBOL_GPL vmlinux 0x230c2130 dw_pcie_find_capability +EXPORT_SYMBOL_GPL vmlinux 0x23208a24 of_changeset_action +EXPORT_SYMBOL_GPL vmlinux 0x232e2806 rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x233b6710 nvdimm_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x233fad01 reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x23412816 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0x23415b08 mtk_clk_register_cpumuxes +EXPORT_SYMBOL_GPL vmlinux 0x2344c1f8 irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x2348dc99 clk_regmap_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x23499364 disk_uevent +EXPORT_SYMBOL_GPL vmlinux 0x234cf416 devlink_fmsg_string_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x234d89d8 pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0x235fd257 ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x23639eac dev_pm_genpd_set_next_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x23819baf gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x2396c7f0 clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x2398e46e __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x23a294c4 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x23aef0fd gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0x23b9712b usb_device_match_id +EXPORT_SYMBOL_GPL vmlinux 0x23c3b778 phy_basic_features +EXPORT_SYMBOL_GPL vmlinux 0x23cbc51e ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x23d5ab3e pse_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x23e61e3c devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x23ecb91b phy_init +EXPORT_SYMBOL_GPL vmlinux 0x23f0f2e6 sch_frag_xmit_hook +EXPORT_SYMBOL_GPL vmlinux 0x2418a125 pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x2421097b mpi_const +EXPORT_SYMBOL_GPL vmlinux 0x24235223 phy_10gbit_full_features +EXPORT_SYMBOL_GPL vmlinux 0x24273ff5 imx_clk_hw_pllv4 +EXPORT_SYMBOL_GPL vmlinux 0x242d34d2 thp_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0x2433b8d7 ethnl_cable_test_fault_length +EXPORT_SYMBOL_GPL vmlinux 0x2435ef3c blk_mq_quiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x24385aa8 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0x24413343 erst_read_record +EXPORT_SYMBOL_GPL vmlinux 0x2454665d from_vfsuid +EXPORT_SYMBOL_GPL vmlinux 0x245b16fb xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0x24604188 led_sysfs_enable +EXPORT_SYMBOL_GPL vmlinux 0x2461762f tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0x2464da17 gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0x246849bd gpiochip_generic_free +EXPORT_SYMBOL_GPL vmlinux 0x2469810f __rcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x2470a43a pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2477f8c6 dev_pm_opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0x247d7591 bpf_offload_dev_netdev_register +EXPORT_SYMBOL_GPL vmlinux 0x2484e789 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x24852826 __SCK__tp_func_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x248bc867 raw_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0x248e1473 kfree_strarray +EXPORT_SYMBOL_GPL vmlinux 0x24a0036d netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0x24ad11db wakeup_sources_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x24bf2df5 sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0x24d1f17e of_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0x24da0093 rcu_inkernel_boot_has_ended +EXPORT_SYMBOL_GPL vmlinux 0x24e5a555 pm_genpd_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x24e703ba regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0x24e807d5 dpbp_close +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x24fc222b component_master_del +EXPORT_SYMBOL_GPL vmlinux 0x24fc50f4 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x25079505 __synth_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x250caed9 devm_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x25105f99 devfreq_event_reset_event +EXPORT_SYMBOL_GPL vmlinux 0x25301bc6 arch_wb_cache_pmem +EXPORT_SYMBOL_GPL vmlinux 0x2534f99f debounce_time_mt6795 +EXPORT_SYMBOL_GPL vmlinux 0x25379e73 clk_set_min_rate +EXPORT_SYMBOL_GPL vmlinux 0x2540b33a tegra_mc_get_emem_device_count +EXPORT_SYMBOL_GPL vmlinux 0x2545fc98 pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0x25530319 tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0x2574da11 zynqmp_pm_write_pggs +EXPORT_SYMBOL_GPL vmlinux 0x25768fc8 thermal_zone_get_num_trips +EXPORT_SYMBOL_GPL vmlinux 0x258c3dfd ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0x2590ec9e devl_trylock +EXPORT_SYMBOL_GPL vmlinux 0x2592fc6c console_printk +EXPORT_SYMBOL_GPL vmlinux 0x25964890 devm_led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x25aeccde dev_pm_opp_get_suspend_opp_freq +EXPORT_SYMBOL_GPL vmlinux 0x25bb1e0f devm_gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x25bbfa9a security_kernel_load_data +EXPORT_SYMBOL_GPL vmlinux 0x25c42796 onboard_hub_destroy_pdevs +EXPORT_SYMBOL_GPL vmlinux 0x25c5a603 __traceiter_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x25cca744 __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0x25d871dc powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0x25e8c022 devlink_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x25e9cea8 ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x26095290 ahci_reset_controller +EXPORT_SYMBOL_GPL vmlinux 0x260e2376 netdev_is_rx_handler_busy +EXPORT_SYMBOL_GPL vmlinux 0x262e5742 to_nd_region +EXPORT_SYMBOL_GPL vmlinux 0x2632028f irqchip_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x2646aa90 screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0x264a8748 list_lru_count_one +EXPORT_SYMBOL_GPL vmlinux 0x264c40f1 pci_epc_unmap_addr +EXPORT_SYMBOL_GPL vmlinux 0x264dfce0 ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x2656bb7e ip6_dst_lookup_tunnel +EXPORT_SYMBOL_GPL vmlinux 0x265bbef9 kexec_crash_loaded +EXPORT_SYMBOL_GPL vmlinux 0x265f325c synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x266a4b08 tasklet_unlock +EXPORT_SYMBOL_GPL vmlinux 0x266b249a soc_device_match +EXPORT_SYMBOL_GPL vmlinux 0x267080f9 crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0x2670b688 fsnotify_put_mark +EXPORT_SYMBOL_GPL vmlinux 0x26759f1b iommu_attach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0x2675ee9b blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x267941b3 __tracepoint_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x267df662 smp_call_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0x268db497 fsl_mc_bus_dpdbg_type +EXPORT_SYMBOL_GPL vmlinux 0x269649e8 devm_ioremap_uc +EXPORT_SYMBOL_GPL vmlinux 0x269e6b00 usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0x26a93eb2 verify_pkcs7_signature +EXPORT_SYMBOL_GPL vmlinux 0x26ab4755 put_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x26b1c482 i2c_acpi_new_device_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x26bb4391 wbt_enable_default +EXPORT_SYMBOL_GPL vmlinux 0x26c44a3b __tracepoint_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x26c47133 tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26cb3f41 thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0x26d7a333 tpm_chip_register +EXPORT_SYMBOL_GPL vmlinux 0x26ebd115 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0x26ed2186 register_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0x26f2f1c5 of_devfreq_cooling_register_power +EXPORT_SYMBOL_GPL vmlinux 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL vmlinux 0x270f7b20 __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0x2710ee43 free_fib_info +EXPORT_SYMBOL_GPL vmlinux 0x27129f4a xdp_rxq_info_unreg +EXPORT_SYMBOL_GPL vmlinux 0x2729a73d devm_regulator_bulk_get_const +EXPORT_SYMBOL_GPL vmlinux 0x272e9d77 hisi_reset_exit +EXPORT_SYMBOL_GPL vmlinux 0x275373e8 nl_table +EXPORT_SYMBOL_GPL vmlinux 0x27615da7 fsverity_ioctl_enable +EXPORT_SYMBOL_GPL vmlinux 0x276546c7 dummy_con +EXPORT_SYMBOL_GPL vmlinux 0x276f6db4 crypto_register_acomp +EXPORT_SYMBOL_GPL vmlinux 0x2773c485 __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x2778ae0b irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x277b789a pci_epc_linkup +EXPORT_SYMBOL_GPL vmlinux 0x2788ebe8 em_dev_unregister_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0x27913e91 sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0x2795fc9d vcap_set_rule_set_actionset +EXPORT_SYMBOL_GPL vmlinux 0x27cc9b68 dm_internal_suspend_fast +EXPORT_SYMBOL_GPL vmlinux 0x27cf53fb watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x27d198d6 xhci_gen_setup +EXPORT_SYMBOL_GPL vmlinux 0x27d2b8cc devm_kstrdup_const +EXPORT_SYMBOL_GPL vmlinux 0x27d74e4e vcap_port_debugfs +EXPORT_SYMBOL_GPL vmlinux 0x27df3105 hv_alloc_hyperv_zeroed_page +EXPORT_SYMBOL_GPL vmlinux 0x27e5e45d acpi_processor_get_performance_info +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x27fefca6 devm_register_restart_handler +EXPORT_SYMBOL_GPL vmlinux 0x28018d26 stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0x2804d9cb devm_qcom_smem_state_get +EXPORT_SYMBOL_GPL vmlinux 0x2817f7fd cppc_get_desired_perf +EXPORT_SYMBOL_GPL vmlinux 0x281f3f69 xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0x2827d864 crypto_alloc_sync_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x28298bbd pcie_aspm_capable +EXPORT_SYMBOL_GPL vmlinux 0x282b3f94 __tracepoint_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x282cdabc usb_led_activity +EXPORT_SYMBOL_GPL vmlinux 0x282cfa56 serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x282f88ae __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x28310bcd kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x2834b7d3 irq_chip_mask_parent +EXPORT_SYMBOL_GPL vmlinux 0x28358500 xdp_return_buff +EXPORT_SYMBOL_GPL vmlinux 0x2837035e i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0x285e681a pci_bridge_emul_conf_read +EXPORT_SYMBOL_GPL vmlinux 0x2864abc9 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x28682dd0 register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x286cc647 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0x28743f67 clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x28755904 attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0x2882d40e usb_role_switch_unregister +EXPORT_SYMBOL_GPL vmlinux 0x28839324 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0x28a7dff6 power_supply_charge_behaviour_show +EXPORT_SYMBOL_GPL vmlinux 0x28aa6a67 call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x28ab4fb9 pinctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x28afbb08 cpu_latency_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x28b030d2 of_overlay_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x28c560c1 ip6_input +EXPORT_SYMBOL_GPL vmlinux 0x28d00ecf tpm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x28d8d717 devlink_unregister +EXPORT_SYMBOL_GPL vmlinux 0x290a4813 set_secondary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x290e9620 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x291876f3 mpi_ec_get_affine +EXPORT_SYMBOL_GPL vmlinux 0x292cee36 pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x29402766 sdio_retune_release +EXPORT_SYMBOL_GPL vmlinux 0x29491b8a crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0x29500f1e driver_find +EXPORT_SYMBOL_GPL vmlinux 0x295b982a hisi_clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x29628a61 of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x296682b0 zynqmp_pm_get_rpu_mode +EXPORT_SYMBOL_GPL vmlinux 0x2969c446 srcu_torture_stats_print +EXPORT_SYMBOL_GPL vmlinux 0x296edd06 platform_get_irq_byname_optional +EXPORT_SYMBOL_GPL vmlinux 0x29855ad0 __ndisc_fill_addr_option +EXPORT_SYMBOL_GPL vmlinux 0x2989d1b9 of_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x298c5f2c fb_deferred_io_release +EXPORT_SYMBOL_GPL vmlinux 0x298ea4de pci_host_probe +EXPORT_SYMBOL_GPL vmlinux 0x29afed67 stmpe_disable +EXPORT_SYMBOL_GPL vmlinux 0x29bda2fb usb_check_bulk_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x29be9b3a virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0x29beed14 usb_phy_set_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x29d76547 k3_udma_glue_tdown_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x29d76a7c tps65912_device_init +EXPORT_SYMBOL_GPL vmlinux 0x29de7502 wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0x29e89095 acpi_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0x29eba37f current_is_async +EXPORT_SYMBOL_GPL vmlinux 0x2a0384c1 acpi_spi_count_resources +EXPORT_SYMBOL_GPL vmlinux 0x2a0a233f crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0x2a0d1825 usb_get_role_switch_default_mode +EXPORT_SYMBOL_GPL vmlinux 0x2a13a7a7 relay_open +EXPORT_SYMBOL_GPL vmlinux 0x2a28a207 device_match_of_node +EXPORT_SYMBOL_GPL vmlinux 0x2a2c4e83 __fsverity_cleanup_inode +EXPORT_SYMBOL_GPL vmlinux 0x2a2f04fa ip_tunnel_netlink_parms +EXPORT_SYMBOL_GPL vmlinux 0x2a3addda pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0x2a443c97 of_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0x2a54b63d fsl_mc_bus_dpdmai_type +EXPORT_SYMBOL_GPL vmlinux 0x2a5ea9ef rhashtable_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2a62cb3a ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2a7316da __SCK__tp_func_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x2a7d154b __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x2a933b70 pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0x2a976d1c dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x2a9b236b rtm_getroute_parse_ip_proto +EXPORT_SYMBOL_GPL vmlinux 0x2aabfc84 iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x2aadad1a efi_capsule_update +EXPORT_SYMBOL_GPL vmlinux 0x2ac6354e irq_domain_reset_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x2acde38e acpi_cppc_processor_exit +EXPORT_SYMBOL_GPL vmlinux 0x2ad04e37 fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x2ae1689e zynqmp_pm_clock_getdivider +EXPORT_SYMBOL_GPL vmlinux 0x2aecbe04 pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0x2aef9475 tcp_abort +EXPORT_SYMBOL_GPL vmlinux 0x2af44f70 devm_thermal_of_zone_register +EXPORT_SYMBOL_GPL vmlinux 0x2b0ae178 sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0x2b0fe000 gnttab_cancel_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x2b17f9ad cpufreq_dbs_governor_start +EXPORT_SYMBOL_GPL vmlinux 0x2b2c3366 soc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x2b39d12b blk_req_needs_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0x2b3c149b param_set_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x2b44fe3c dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0x2b4509dd devlink_health_reporter_state_update +EXPORT_SYMBOL_GPL vmlinux 0x2b4fa4c0 led_trigger_write +EXPORT_SYMBOL_GPL vmlinux 0x2b572e3b init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x2b6150fb power_supply_temp2resist_simple +EXPORT_SYMBOL_GPL vmlinux 0x2b6d960d synth_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x2b7958a5 failover_slave_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2b7c2f1e devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0x2b86f0fd zynqmp_pm_bootmode_read +EXPORT_SYMBOL_GPL vmlinux 0x2b935fbd watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0x2b960b66 qman_is_probed +EXPORT_SYMBOL_GPL vmlinux 0x2b96f910 usb_get_maximum_ssp_rate +EXPORT_SYMBOL_GPL vmlinux 0x2b9997fb atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x2b9f1719 bpf_prog_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2bb484a4 acct_bioset_exit +EXPORT_SYMBOL_GPL vmlinux 0x2bbce43b device_find_any_child +EXPORT_SYMBOL_GPL vmlinux 0x2bc6b8a7 regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x2bca7a48 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0x2bd55015 of_get_fb_videomode +EXPORT_SYMBOL_GPL vmlinux 0x2bd8a8bb blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x2bd8b1d0 devl_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2bdc6561 ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x2bdf5ab0 pm_wakeup_pending +EXPORT_SYMBOL_GPL vmlinux 0x2be87ad3 blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x2bef06a7 debugfs_create_devm_seqfile +EXPORT_SYMBOL_GPL vmlinux 0x2bf5f827 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x2c176cc3 cpufreq_dbs_governor_init +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c2b1739 of_irq_parse_one +EXPORT_SYMBOL_GPL vmlinux 0x2c3054f9 net_inc_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x2c494324 wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x2c604b71 buffer_migrate_folio_norefs +EXPORT_SYMBOL_GPL vmlinux 0x2c635527 arch_invalidate_pmem +EXPORT_SYMBOL_GPL vmlinux 0x2c66ac85 devlink_info_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2c6a2a4d dma_resv_describe +EXPORT_SYMBOL_GPL vmlinux 0x2c6ba490 nvdimm_bus_register +EXPORT_SYMBOL_GPL vmlinux 0x2c750eb4 cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c81a826 imx_1443x_pll +EXPORT_SYMBOL_GPL vmlinux 0x2c81b00b fsverity_get_digest +EXPORT_SYMBOL_GPL vmlinux 0x2c834418 static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x2c879048 nexthop_select_path +EXPORT_SYMBOL_GPL vmlinux 0x2c8b63d2 crypto_unregister_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x2c8dd6b8 edac_mem_types +EXPORT_SYMBOL_GPL vmlinux 0x2c8e28ee phylink_ethtool_get_eee +EXPORT_SYMBOL_GPL vmlinux 0x2c97f8a2 of_reconfig_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x2c9dd9ab pci_epc_mem_alloc_addr +EXPORT_SYMBOL_GPL vmlinux 0x2ca10033 sock_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x2cafa123 regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x2cb8c106 pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0x2cbc312d led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2cc25a02 serial8250_rpm_get +EXPORT_SYMBOL_GPL vmlinux 0x2ccb56cb __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x2ccf0565 vcap_rule_find_keysets +EXPORT_SYMBOL_GPL vmlinux 0x2ce61f33 __SCK__tp_func_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x2cf81c20 __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0x2cf8d645 of_pci_dma_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0x2cfe1c54 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0x2d0684a9 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x2d1500b7 sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d24371a iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0x2d274834 fuse_dev_fiq_ops +EXPORT_SYMBOL_GPL vmlinux 0x2d2c7f8d vp_modern_get_num_queues +EXPORT_SYMBOL_GPL vmlinux 0x2d2c902f perf_trace_buf_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2d2dab9a spi_mem_driver_register_with_owner +EXPORT_SYMBOL_GPL vmlinux 0x2d2dd36f kobj_ns_grab_current +EXPORT_SYMBOL_GPL vmlinux 0x2d39784a acpi_device_fix_up_power_children +EXPORT_SYMBOL_GPL vmlinux 0x2d3c0648 trace_array_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2d3f7267 vp_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0x2d407eba vfs_inode_has_locks +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d57e602 balloon_mops +EXPORT_SYMBOL_GPL vmlinux 0x2d609547 dax_direct_access +EXPORT_SYMBOL_GPL vmlinux 0x2d61727b unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x2d65b680 phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x2d6e63b2 devlink_port_region_create +EXPORT_SYMBOL_GPL vmlinux 0x2d6e7b07 pm_wakeup_ws_event +EXPORT_SYMBOL_GPL vmlinux 0x2d816829 component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0x2d939f75 devm_regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x2da10c24 extcon_unregister_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0x2da1f4cc skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0x2db2f9af serdev_device_break_ctl +EXPORT_SYMBOL_GPL vmlinux 0x2db67d4a owl_sps_set_pg +EXPORT_SYMBOL_GPL vmlinux 0x2db71518 devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x2dcf7a06 k3_udma_glue_rx_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0x2de80a9f pci_hp_add +EXPORT_SYMBOL_GPL vmlinux 0x2df30624 iommu_sva_bind_device +EXPORT_SYMBOL_GPL vmlinux 0x2e028ae6 rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x2e08226d badrange_add +EXPORT_SYMBOL_GPL vmlinux 0x2e13a0e8 sk_msg_memcopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x2e1d5572 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e2a9804 switchdev_bridge_port_unoffload +EXPORT_SYMBOL_GPL vmlinux 0x2e327f64 devm_namespace_disable +EXPORT_SYMBOL_GPL vmlinux 0x2e33c647 mdiobus_c45_modify +EXPORT_SYMBOL_GPL vmlinux 0x2e37ccc6 mmc_sanitize +EXPORT_SYMBOL_GPL vmlinux 0x2e6152bd mmput +EXPORT_SYMBOL_GPL vmlinux 0x2e62a0d8 devlink_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2e66298c __SCK__tp_func_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x2e694774 dpcon_close +EXPORT_SYMBOL_GPL vmlinux 0x2e7887d2 nf_ct_set_closing +EXPORT_SYMBOL_GPL vmlinux 0x2e7d9bec dev_pm_qos_update_user_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x2e7dac5d of_pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0x2e7fad95 cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x2e9b64d6 gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0x2e9ec24d free_iova +EXPORT_SYMBOL_GPL vmlinux 0x2eb59014 crypto_unregister_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x2eb80650 unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x2eb83402 pci_p2pdma_distance_many +EXPORT_SYMBOL_GPL vmlinux 0x2eb8874f pci_find_dvsec_capability +EXPORT_SYMBOL_GPL vmlinux 0x2ebb19fd execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ec3fa87 ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x2eca6a19 phy_basic_t1s_p2mp_features_array +EXPORT_SYMBOL_GPL vmlinux 0x2ed0376e xdp_features_clear_redirect_target +EXPORT_SYMBOL_GPL vmlinux 0x2ed489ec gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL vmlinux 0x2ee7c52b btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x2ef27284 __devm_clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0x2ef9dcd1 pci_find_host_bridge +EXPORT_SYMBOL_GPL vmlinux 0x2f013baf debugfs_create_str +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f0da51a divider_ro_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0x2f13acff trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0x2f1ea064 __SCK__tp_func_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x2f2c95c4 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x2f301ad8 perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x2f3fccc6 dev_pm_opp_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x2f4880df static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x2f4a4013 __strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0x2f539bb9 pm_runtime_get_if_active +EXPORT_SYMBOL_GPL vmlinux 0x2f581e75 fsl_mc_device_add +EXPORT_SYMBOL_GPL vmlinux 0x2f5a40db clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x2f5ac265 sdio_signal_irq +EXPORT_SYMBOL_GPL vmlinux 0x2f5f7537 smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x2f64415f unregister_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2f6e366b usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x2fa6c3a3 of_clk_del_provider +EXPORT_SYMBOL_GPL vmlinux 0x2fa92b74 regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x2faac966 pci_bridge_emul_init +EXPORT_SYMBOL_GPL vmlinux 0x2fac3c71 k3_ringacc_request_rings_pair +EXPORT_SYMBOL_GPL vmlinux 0x2fb056ef inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0x2fb81855 of_clk_src_simple_get +EXPORT_SYMBOL_GPL vmlinux 0x2fb93ba6 hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0x2fc1e0fe kmem_valid_obj +EXPORT_SYMBOL_GPL vmlinux 0x2fc613ba of_get_named_gpio +EXPORT_SYMBOL_GPL vmlinux 0x2fc94858 bdi_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x2fcb2804 mmc_crypto_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x2fd038f6 devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0x2fe17a0d ahci_do_softreset +EXPORT_SYMBOL_GPL vmlinux 0x2ffedb6b hv_free_hyperv_page +EXPORT_SYMBOL_GPL vmlinux 0x30110a29 phy_eee_cap1_features +EXPORT_SYMBOL_GPL vmlinux 0x301efad6 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x3024ecad kobject_move +EXPORT_SYMBOL_GPL vmlinux 0x3025eee0 tegra210_clk_emc_dll_update_setting +EXPORT_SYMBOL_GPL vmlinux 0x302ab55a tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0x30307e13 pci_dev_lock +EXPORT_SYMBOL_GPL vmlinux 0x30351294 k3_udma_glue_rx_flow_get_fdq_id +EXPORT_SYMBOL_GPL vmlinux 0x3037d00e mptcp_pm_get_add_addr_signal_max +EXPORT_SYMBOL_GPL vmlinux 0x30411cdd serial8250_em485_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3061cfce ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0x307a0761 acpi_pci_check_ejectable +EXPORT_SYMBOL_GPL vmlinux 0x307b4424 fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0x30810047 dev_pm_opp_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x30944bba sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0x309a0883 sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0x309a30a1 hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0x309e3aad vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0x30b35037 ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0x30e1ec25 apei_map_generic_address +EXPORT_SYMBOL_GPL vmlinux 0x30f25262 wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0x31019477 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x31128b8e hv_remove_kexec_handler +EXPORT_SYMBOL_GPL vmlinux 0x3116bd52 folio_test_hugetlb +EXPORT_SYMBOL_GPL vmlinux 0x311c6da4 put_iova_domain +EXPORT_SYMBOL_GPL vmlinux 0x31226c24 pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x3134d432 imx_get_clk_hw_by_name +EXPORT_SYMBOL_GPL vmlinux 0x31373d10 blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0x313ea5fd ipi_send_single +EXPORT_SYMBOL_GPL vmlinux 0x314271d5 irq_domain_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x315ff84c cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x3161608b platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x31620588 __traceiter_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x3166df16 driver_register +EXPORT_SYMBOL_GPL vmlinux 0x31695c82 fsnotify_init_mark +EXPORT_SYMBOL_GPL vmlinux 0x317f03dd ahci_platform_deassert_rsts +EXPORT_SYMBOL_GPL vmlinux 0x3192d768 cpufreq_remove_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x31a76d61 mas_destroy +EXPORT_SYMBOL_GPL vmlinux 0x31a95e8b ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31d34278 xas_load +EXPORT_SYMBOL_GPL vmlinux 0x31d787ac dma_async_device_channel_unregister +EXPORT_SYMBOL_GPL vmlinux 0x31dc42f5 __tracepoint_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x31dca4d8 gnttab_claim_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x31e00c48 sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0x31e3b3a0 strp_done +EXPORT_SYMBOL_GPL vmlinux 0x31e676c0 __traceiter_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x31e9e8d5 zynqmp_pm_set_suspend_mode +EXPORT_SYMBOL_GPL vmlinux 0x31ec979c devl_assert_locked +EXPORT_SYMBOL_GPL vmlinux 0x31f237d5 irq_set_chained_handler_and_data +EXPORT_SYMBOL_GPL vmlinux 0x31ffb195 watchdog_notify_pretimeout +EXPORT_SYMBOL_GPL vmlinux 0x320b9c6d power_supply_set_property +EXPORT_SYMBOL_GPL vmlinux 0x321793d6 rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0x32295715 dev_pm_opp_clear_config +EXPORT_SYMBOL_GPL vmlinux 0x32332226 dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x32454d9f regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x325f9d61 vcap_rule_add_key_u72 +EXPORT_SYMBOL_GPL vmlinux 0x326b3f63 clk_regmap_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x326cefe5 hwpoison_filter_dev_minor +EXPORT_SYMBOL_GPL vmlinux 0x327a2687 bind_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x327c73e6 __SCK__tp_func_rwmmio_read +EXPORT_SYMBOL_GPL vmlinux 0x327ffb70 ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0x328d985a sync_blockdev_nowait +EXPORT_SYMBOL_GPL vmlinux 0x328ed922 device_rename +EXPORT_SYMBOL_GPL vmlinux 0x32923c58 cpufreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3293f7f8 edac_pci_add_device +EXPORT_SYMBOL_GPL vmlinux 0x32ab06cc irq_percpu_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x32bc0fcf preempt_notifier_dec +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32c7b8ec crypto_unregister_aeads +EXPORT_SYMBOL_GPL vmlinux 0x32d24827 skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x32e22ab5 regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x32eaf2be rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x330010b6 cpuset_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x3309522f clk_hw_get_parent_index +EXPORT_SYMBOL_GPL vmlinux 0x330b0e01 sbitmap_queue_min_shallow_depth +EXPORT_SYMBOL_GPL vmlinux 0x330f6116 set_dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x331adc21 __tracepoint_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0x33284c7b ndo_dflt_bridge_getlink +EXPORT_SYMBOL_GPL vmlinux 0x332f1c6d pci_epc_stop +EXPORT_SYMBOL_GPL vmlinux 0x332fe547 strp_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x33338211 rcuref_get_slowpath +EXPORT_SYMBOL_GPL vmlinux 0x333669e0 ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0x334aad7f clean_acked_data_disable +EXPORT_SYMBOL_GPL vmlinux 0x334e8129 regmap_get_reg_stride +EXPORT_SYMBOL_GPL vmlinux 0x3352823d cppc_get_auto_sel_caps +EXPORT_SYMBOL_GPL vmlinux 0x335a613c mas_next_range +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x3364e9f1 regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x3367d25a uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0x33769d85 ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0x337a90fb gfn_to_page +EXPORT_SYMBOL_GPL vmlinux 0x338f9b46 xhci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x339ca51a gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x33a01475 __ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x33b05b79 irq_chip_request_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0x33bc14ab fsl_mc_bus_dpio_type +EXPORT_SYMBOL_GPL vmlinux 0x33be8731 tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0x33cb887e divider_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0x33cc6acf fscrypt_ioctl_remove_key_all_users +EXPORT_SYMBOL_GPL vmlinux 0x33e5810a skb_mpls_dec_ttl +EXPORT_SYMBOL_GPL vmlinux 0x33eb8497 fwnode_count_parents +EXPORT_SYMBOL_GPL vmlinux 0x33fd581d phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0x33ff0e35 vp_modern_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x3404d5ca mpc8xxx_spi_rx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0x340cdfe4 dma_can_mmap +EXPORT_SYMBOL_GPL vmlinux 0x34127b4d regmap_get_raw_read_max +EXPORT_SYMBOL_GPL vmlinux 0x34244c01 phy_led_triggers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x34331f04 acpi_os_unmap_memory +EXPORT_SYMBOL_GPL vmlinux 0x343b027a devm_spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x34407691 crypto_has_ahash +EXPORT_SYMBOL_GPL vmlinux 0x344361a1 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0x344a2c84 iomap_dio_complete +EXPORT_SYMBOL_GPL vmlinux 0x3450ad94 mpi_set_ui +EXPORT_SYMBOL_GPL vmlinux 0x34517109 acpi_gpiochip_request_interrupts +EXPORT_SYMBOL_GPL vmlinux 0x345c8aeb input_ff_flush +EXPORT_SYMBOL_GPL vmlinux 0x346f55a0 bdev_disk_changed +EXPORT_SYMBOL_GPL vmlinux 0x3476ac5b list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x3491f3c7 inet_pernet_hashinfo_free +EXPORT_SYMBOL_GPL vmlinux 0x349a6629 dpcon_reset +EXPORT_SYMBOL_GPL vmlinux 0x34a7b142 __SCK__tp_func_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x34abefee ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x34b6fcdf __irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0x34c3d416 usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x34dc89d6 l3mdev_table_lookup_register +EXPORT_SYMBOL_GPL vmlinux 0x34dccfb2 context_tracking +EXPORT_SYMBOL_GPL vmlinux 0x34eab46d bind_evtchn_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x34ec7dc7 mtk_pinconf_adv_drive_get +EXPORT_SYMBOL_GPL vmlinux 0x34f25bd3 genphy_c45_check_and_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x35041d55 devm_regulator_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x350f6ce5 tasklet_unlock_wait +EXPORT_SYMBOL_GPL vmlinux 0x351f2b74 device_set_node +EXPORT_SYMBOL_GPL vmlinux 0x351f5dad __vfs_removexattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x3529ad0d meson_pmx_get_funcs_count +EXPORT_SYMBOL_GPL vmlinux 0x352b3705 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0x352b3813 maxim_charger_calc_reg_current +EXPORT_SYMBOL_GPL vmlinux 0x352e3aa3 dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x352ec68b bpf_offload_dev_destroy +EXPORT_SYMBOL_GPL vmlinux 0x353bc900 virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0x354070d8 vfs_set_acl +EXPORT_SYMBOL_GPL vmlinux 0x3542e347 phy_10gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x3549e4d2 sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0x355b2ef2 ti_sci_put_handle +EXPORT_SYMBOL_GPL vmlinux 0x355bc89a klist_next +EXPORT_SYMBOL_GPL vmlinux 0x3560c81b cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0x3562f983 read_sanitised_ftr_reg +EXPORT_SYMBOL_GPL vmlinux 0x3565a929 utf8_data_table +EXPORT_SYMBOL_GPL vmlinux 0x35719d6f extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x357457c3 psil_get_ep_config +EXPORT_SYMBOL_GPL vmlinux 0x3578e5ba xhci_run +EXPORT_SYMBOL_GPL vmlinux 0x357f1645 proc_create_net_data +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x35a4f59d zynqmp_pm_clock_setdivider +EXPORT_SYMBOL_GPL vmlinux 0x35a92885 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0x35cfd38a nvdimm_bus_check_dimm_count +EXPORT_SYMBOL_GPL vmlinux 0x35d3dc46 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x35da21d6 __of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x35ef5bda mddev_init_writes_pending +EXPORT_SYMBOL_GPL vmlinux 0x35f6a5ca __iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0x35f736a5 bpf_trace_run3 +EXPORT_SYMBOL_GPL vmlinux 0x36242943 switchdev_deferred_process +EXPORT_SYMBOL_GPL vmlinux 0x363b0883 pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x363d9554 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x363dd338 acpi_dev_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x3646218a vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL vmlinux 0x364d7f56 da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0x3656c1a8 usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0x365989e5 imx_1416x_pll +EXPORT_SYMBOL_GPL vmlinux 0x368269c5 io_uring_cmd_sock +EXPORT_SYMBOL_GPL vmlinux 0x36847c43 xfrm_dev_offload_ok +EXPORT_SYMBOL_GPL vmlinux 0x36898d6f gpiod_remove_hogs +EXPORT_SYMBOL_GPL vmlinux 0x36989037 usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x36991138 devm_namespace_enable +EXPORT_SYMBOL_GPL vmlinux 0x369b400b xen_dbgp_reset_prep +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36a00ff7 vring_create_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x36a51a00 mdiobus_modify +EXPORT_SYMBOL_GPL vmlinux 0x36ac17ab alloc_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0x36b24592 ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0x36b9f528 __dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0x36c9b5e8 dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x36cdaab4 pskb_put +EXPORT_SYMBOL_GPL vmlinux 0x36d2d2c9 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x36db870b zynqmp_pm_sha_hash +EXPORT_SYMBOL_GPL vmlinux 0x36dd9d6e pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x36ebacca extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x36f3f39a dma_opt_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x3701c68b ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x3704e52e ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0x370ace3d perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0x370c2f96 phy_start_machine +EXPORT_SYMBOL_GPL vmlinux 0x37169f79 cpu_latency_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x37179b61 thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x3732ca6a iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0x37367855 ahci_start_engine +EXPORT_SYMBOL_GPL vmlinux 0x373a9ddf genphy_c45_read_eee_abilities +EXPORT_SYMBOL_GPL vmlinux 0x37507a27 raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x3750a879 relay_close +EXPORT_SYMBOL_GPL vmlinux 0x3750d770 erst_read +EXPORT_SYMBOL_GPL vmlinux 0x375114e2 filemap_migrate_folio +EXPORT_SYMBOL_GPL vmlinux 0x37580c68 irq_chip_retrigger_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x3766f4aa xfrm_bpf_md_dst +EXPORT_SYMBOL_GPL vmlinux 0x3775c25b k3_udma_glue_tx_cppi5_to_dma_addr +EXPORT_SYMBOL_GPL vmlinux 0x377bbcbc pm_suspend_target_state +EXPORT_SYMBOL_GPL vmlinux 0x378adfb7 zynqmp_pm_sd_dll_reset +EXPORT_SYMBOL_GPL vmlinux 0x378d5900 pcc_mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x37914025 xenbus_write +EXPORT_SYMBOL_GPL vmlinux 0x37995d18 cgroup_get_from_path +EXPORT_SYMBOL_GPL vmlinux 0x37a495a4 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0x37bf7be3 percpu_ref_exit +EXPORT_SYMBOL_GPL vmlinux 0x37c1722c tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x37c4713e pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x37d28ce3 blk_mq_sched_try_insert_merge +EXPORT_SYMBOL_GPL vmlinux 0x37e3ac53 xdp_rxq_info_is_reg +EXPORT_SYMBOL_GPL vmlinux 0x37e86e63 rz_mtu3_16bit_ch_write +EXPORT_SYMBOL_GPL vmlinux 0x37f94365 dm_table_device_name +EXPORT_SYMBOL_GPL vmlinux 0x37fd96f9 __cdx_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x3801776b __ioread32_copy +EXPORT_SYMBOL_GPL vmlinux 0x380dde36 power_supply_batinfo_ocv2cap +EXPORT_SYMBOL_GPL vmlinux 0x38268b62 icc_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x382b1ed0 serial8250_rpm_put +EXPORT_SYMBOL_GPL vmlinux 0x3834d6b5 kill_device +EXPORT_SYMBOL_GPL vmlinux 0x38374815 clear_selection +EXPORT_SYMBOL_GPL vmlinux 0x3839d6a3 gnttab_map_refs +EXPORT_SYMBOL_GPL vmlinux 0x3841b6f7 hid_bpf_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0x384a7b3d crypto_unregister_acomp +EXPORT_SYMBOL_GPL vmlinux 0x38638bf1 dev_pm_opp_add +EXPORT_SYMBOL_GPL vmlinux 0x3866e217 nvmem_device_write +EXPORT_SYMBOL_GPL vmlinux 0x38681850 skb_mpls_update_lse +EXPORT_SYMBOL_GPL vmlinux 0x386e655c ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x38708e25 inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0x387874a6 dev_pm_opp_find_freq_floor +EXPORT_SYMBOL_GPL vmlinux 0x388530c4 ethnl_cable_test_amplitude +EXPORT_SYMBOL_GPL vmlinux 0x3888df58 bpf_trace_run11 +EXPORT_SYMBOL_GPL vmlinux 0x389a8a1c devm_tegra_memory_controller_get +EXPORT_SYMBOL_GPL vmlinux 0x389b64a2 static_key_count +EXPORT_SYMBOL_GPL vmlinux 0x38a189c8 crypto_register_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x38a536e8 ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0x38aa1397 gpiod_add_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0x38c3ff30 freq_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x38cedf31 tty_ldisc_receive_buf +EXPORT_SYMBOL_GPL vmlinux 0x38dc9846 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x38e1fde7 mpi_set +EXPORT_SYMBOL_GPL vmlinux 0x38e2e158 devfreq_event_disable_edev +EXPORT_SYMBOL_GPL vmlinux 0x38e5bc5a clk_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x38ed93ff crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0x38f704de dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x38f8b79e cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x390bcca2 gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0x3918f413 acpi_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0x3918fece cros_ec_get_sensor_count +EXPORT_SYMBOL_GPL vmlinux 0x39262189 of_get_regulator_init_data +EXPORT_SYMBOL_GPL vmlinux 0x3934db83 pci_bridge_emul_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x393edee5 skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x39472f4f devm_power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x3958ccb6 __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x395b8b90 sbitmap_prepare_to_wait +EXPORT_SYMBOL_GPL vmlinux 0x395d7080 housekeeping_affine +EXPORT_SYMBOL_GPL vmlinux 0x396caac1 sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0x39740932 mctrl_gpio_init +EXPORT_SYMBOL_GPL vmlinux 0x397e2142 __SCK__tp_func_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x3987b753 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x398a5b7b kvm_read_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0x398a7707 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0x39aa4888 usb_role_string +EXPORT_SYMBOL_GPL vmlinux 0x39b24a64 imx_fracn_gppll_integer +EXPORT_SYMBOL_GPL vmlinux 0x39b5df3f sk_msg_free_nocharge +EXPORT_SYMBOL_GPL vmlinux 0x39bd4cc0 rcu_trc_cmpxchg_need_qs +EXPORT_SYMBOL_GPL vmlinux 0x39bf233d ahci_check_ready +EXPORT_SYMBOL_GPL vmlinux 0x39c32aca __SCK__tp_func_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x39c3c5f0 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0x39c51751 devm_i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0x39c9d88c xas_find +EXPORT_SYMBOL_GPL vmlinux 0x39d8d1c7 blk_mq_free_request +EXPORT_SYMBOL_GPL vmlinux 0x39dd7bbf pinctrl_utils_add_config +EXPORT_SYMBOL_GPL vmlinux 0x39de85a9 regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0x39ded098 rdma_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x39e23079 clk_gate_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x39e3d714 vcap_add_rule +EXPORT_SYMBOL_GPL vmlinux 0x39eeb01d synth_event_gen_cmd_array_start +EXPORT_SYMBOL_GPL vmlinux 0x39fc2f04 kvm_vcpu_read_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x39fd83db halt_poll_ns_shrink +EXPORT_SYMBOL_GPL vmlinux 0x3a02e907 iomap_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0x3a077e66 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0x3a15013b ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x3a244a14 pci_dev_trylock +EXPORT_SYMBOL_GPL vmlinux 0x3a24fb2f percpu_ref_resurrect +EXPORT_SYMBOL_GPL vmlinux 0x3a3d431f filemap_add_folio +EXPORT_SYMBOL_GPL vmlinux 0x3a496f23 skcipher_walk_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x3a4db16b io_uring_cmd_import_fixed +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a55981a static_key_enable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x3a5762f4 meson_aoclkc_probe +EXPORT_SYMBOL_GPL vmlinux 0x3a65f46f trace_put_event_file +EXPORT_SYMBOL_GPL vmlinux 0x3a674ca6 tcp_register_ulp +EXPORT_SYMBOL_GPL vmlinux 0x3a7522c7 phylink_generic_validate +EXPORT_SYMBOL_GPL vmlinux 0x3a9be019 asymmetric_key_id_partial +EXPORT_SYMBOL_GPL vmlinux 0x3aa58e80 mtk_eint_find_irq +EXPORT_SYMBOL_GPL vmlinux 0x3aa5b8de gnttab_page_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x3aab5275 spi_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x3abb0cdb rz_mtu3_shared_reg_update_bit +EXPORT_SYMBOL_GPL vmlinux 0x3abce26e irq_find_matching_fwspec +EXPORT_SYMBOL_GPL vmlinux 0x3abdc17a cper_dimm_err_location +EXPORT_SYMBOL_GPL vmlinux 0x3abe6fe5 phylink_validate_mask_caps +EXPORT_SYMBOL_GPL vmlinux 0x3ac17251 devm_clk_hw_register_fixed_factor_index +EXPORT_SYMBOL_GPL vmlinux 0x3ac3feba rhltable_init +EXPORT_SYMBOL_GPL vmlinux 0x3ac9a1e2 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad1bf70 rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x3ad3b9e0 bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0x3ad416ef bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x3ae65f46 netdev_cmd_to_name +EXPORT_SYMBOL_GPL vmlinux 0x3afc4a8f sbitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x3b03208d power_supply_battery_info_has_prop +EXPORT_SYMBOL_GPL vmlinux 0x3b17ca49 sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0x3b2de649 iommu_sva_get_pasid +EXPORT_SYMBOL_GPL vmlinux 0x3b3ace71 vchan_tx_submit +EXPORT_SYMBOL_GPL vmlinux 0x3b4c240a display_timings_release +EXPORT_SYMBOL_GPL vmlinux 0x3b4d23cf usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x3b63b773 class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3b685821 pci_acpi_set_companion_lookup_hook +EXPORT_SYMBOL_GPL vmlinux 0x3b786c40 pci_pri_supported +EXPORT_SYMBOL_GPL vmlinux 0x3b78bf02 sunxi_ccu_get_mmc_timing_mode +EXPORT_SYMBOL_GPL vmlinux 0x3b7be51c securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x3b881585 usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x3b9b5087 generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0x3b9da2b3 devlink_dpipe_match_put +EXPORT_SYMBOL_GPL vmlinux 0x3ba01b47 get_compat_sigset +EXPORT_SYMBOL_GPL vmlinux 0x3bb4327f clk_gate_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x3bdb5d28 alg_test +EXPORT_SYMBOL_GPL vmlinux 0x3be200ce phy_10gbit_fec_features +EXPORT_SYMBOL_GPL vmlinux 0x3be2e25e blkcg_punt_bio_submit +EXPORT_SYMBOL_GPL vmlinux 0x3be73689 sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x3beb4942 devlink_region_snapshot_id_get +EXPORT_SYMBOL_GPL vmlinux 0x3beece38 dax_inode +EXPORT_SYMBOL_GPL vmlinux 0x3bf17755 mpi_read_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3c010dc9 fib_new_table +EXPORT_SYMBOL_GPL vmlinux 0x3c0e8050 hyperv_pcpu_input_arg +EXPORT_SYMBOL_GPL vmlinux 0x3c11b9f5 tegra210_put_utmipll_in_iddq +EXPORT_SYMBOL_GPL vmlinux 0x3c14dc89 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0x3c1c3725 rcu_fwd_progress_check +EXPORT_SYMBOL_GPL vmlinux 0x3c1da4fa of_pm_clk_add_clks +EXPORT_SYMBOL_GPL vmlinux 0x3c241c2c public_key_free +EXPORT_SYMBOL_GPL vmlinux 0x3c2b68f7 of_changeset_apply +EXPORT_SYMBOL_GPL vmlinux 0x3c2b9aed __traceiter_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x3c2db28c divider_recalc_rate +EXPORT_SYMBOL_GPL vmlinux 0x3c393601 phy_save_page +EXPORT_SYMBOL_GPL vmlinux 0x3c3c85d8 __SCK__tp_func_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x3c48f3fb xhci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x3c4b0165 udp_tunnel_nic_ops +EXPORT_SYMBOL_GPL vmlinux 0x3c5d543a hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0x3c62c2af ahci_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x3c63b0f7 devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3c6785b7 block_pr_type_to_scsi +EXPORT_SYMBOL_GPL vmlinux 0x3c681dc4 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0x3c68b8bc dt_init_idle_driver +EXPORT_SYMBOL_GPL vmlinux 0x3c6ac546 of_css +EXPORT_SYMBOL_GPL vmlinux 0x3c75ff21 devl_param_driverinit_value_get +EXPORT_SYMBOL_GPL vmlinux 0x3c819c45 arch_apei_report_mem_error +EXPORT_SYMBOL_GPL vmlinux 0x3c8d5b55 serdev_device_wait_until_sent +EXPORT_SYMBOL_GPL vmlinux 0x3c940789 acpi_dev_get_next_consumer_dev +EXPORT_SYMBOL_GPL vmlinux 0x3ca2d176 dsa_stubs +EXPORT_SYMBOL_GPL vmlinux 0x3cb847d1 device_create +EXPORT_SYMBOL_GPL vmlinux 0x3cb88a62 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x3cbcd1be gfn_to_memslot +EXPORT_SYMBOL_GPL vmlinux 0x3ccd8b46 zynqmp_pm_clock_getparent +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cd1b510 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x3cd6f413 tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x3cdbd6d0 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0x3ce010c9 serial8250_read_char +EXPORT_SYMBOL_GPL vmlinux 0x3cf49e4c edac_device_del_device +EXPORT_SYMBOL_GPL vmlinux 0x3cf95a95 extcon_get_state +EXPORT_SYMBOL_GPL vmlinux 0x3d0e825b kernel_file_open +EXPORT_SYMBOL_GPL vmlinux 0x3d10f5df tty_release_struct +EXPORT_SYMBOL_GPL vmlinux 0x3d386d23 pinconf_generic_dt_node_to_map +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d428a24 sched_setattr_nocheck +EXPORT_SYMBOL_GPL vmlinux 0x3d5011dc pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0x3d510a7b rcu_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0x3d5598c6 fs_dax_get_by_bdev +EXPORT_SYMBOL_GPL vmlinux 0x3d5fb797 dprc_remove_devices +EXPORT_SYMBOL_GPL vmlinux 0x3d683179 sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0x3d7e7ad1 led_blink_set_nosleep +EXPORT_SYMBOL_GPL vmlinux 0x3d866e05 __SCK__tp_func_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x3d8baf3b zs_huge_class_size +EXPORT_SYMBOL_GPL vmlinux 0x3daa2540 nf_hooks_lwtunnel_enabled +EXPORT_SYMBOL_GPL vmlinux 0x3dc609ff i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0x3dc948c9 phy_select_page +EXPORT_SYMBOL_GPL vmlinux 0x3de444f1 __xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3df555c1 platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0x3df70c99 trace_clock_global +EXPORT_SYMBOL_GPL vmlinux 0x3dfb071f __cpuhp_state_remove_instance +EXPORT_SYMBOL_GPL vmlinux 0x3dff8b7f acpiphp_unregister_attention +EXPORT_SYMBOL_GPL vmlinux 0x3e039790 dax_writeback_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x3e0a087f inet_hashinfo2_init_mod +EXPORT_SYMBOL_GPL vmlinux 0x3e19887d devl_dpipe_table_resource_set +EXPORT_SYMBOL_GPL vmlinux 0x3e1b2688 dpbp_reset +EXPORT_SYMBOL_GPL vmlinux 0x3e1d3290 dev_xdp_prog_count +EXPORT_SYMBOL_GPL vmlinux 0x3e24f205 pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x3e2969f3 rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0x3e2a65f1 pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x3e31f3dc cg_regs_dummy +EXPORT_SYMBOL_GPL vmlinux 0x3e33d7a4 led_get_default_pattern +EXPORT_SYMBOL_GPL vmlinux 0x3e36c534 virtio_device_freeze +EXPORT_SYMBOL_GPL vmlinux 0x3e396b88 devl_register +EXPORT_SYMBOL_GPL vmlinux 0x3e3f8c40 usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e411ace sfp_select_interface +EXPORT_SYMBOL_GPL vmlinux 0x3e6547f8 nvdimm_flush +EXPORT_SYMBOL_GPL vmlinux 0x3e6d9d64 __tracepoint_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x3e6f7321 tpm_tis_core_init +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e837f33 attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x3e903560 ip_tunnel_netlink_encap_parms +EXPORT_SYMBOL_GPL vmlinux 0x3ea5196d apei_osc_setup +EXPORT_SYMBOL_GPL vmlinux 0x3ea758c2 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3eb5161f iomap_writepages +EXPORT_SYMBOL_GPL vmlinux 0x3eb81afc blk_rq_is_poll +EXPORT_SYMBOL_GPL vmlinux 0x3edb086b pse_control_put +EXPORT_SYMBOL_GPL vmlinux 0x3ede6dc4 serial8250_rpm_put_tx +EXPORT_SYMBOL_GPL vmlinux 0x3eed482f __xdp_rxq_info_reg +EXPORT_SYMBOL_GPL vmlinux 0x3ef051c8 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x3f12d440 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0x3f3ec9a7 meson_clk_dualdiv_ops +EXPORT_SYMBOL_GPL vmlinux 0x3f411224 phy_set_speed +EXPORT_SYMBOL_GPL vmlinux 0x3f42dbac rdev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x3f491f49 reset_control_bulk_reset +EXPORT_SYMBOL_GPL vmlinux 0x3f503b3b dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x3f53b088 tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x3f564d02 gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0x3f5d819d fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0x3f5fe538 pinctrl_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x3f6d372c of_pci_range_parser_one +EXPORT_SYMBOL_GPL vmlinux 0x3f6f9ca6 scmi_protocol_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3f84bcd7 dax_alive +EXPORT_SYMBOL_GPL vmlinux 0x3f8f5589 phylink_mii_c22_pcs_get_state +EXPORT_SYMBOL_GPL vmlinux 0x3fae6ab0 hv_vp_index +EXPORT_SYMBOL_GPL vmlinux 0x3fb826bc get_device_system_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0x3fbed8f0 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0x3fcbb36b ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x3fcf98f3 unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x3fe35aea irq_bypass_unregister_consumer +EXPORT_SYMBOL_GPL vmlinux 0x3fe6c346 devlink_fmsg_binary_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x3fea029c hisi_clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x3feac557 lwtunnel_encap_add_ops +EXPORT_SYMBOL_GPL vmlinux 0x3febcff2 mmc_pwrseq_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3ff2e349 hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x3ffdacf3 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0x3ffe8a48 vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0x400a024b acpi_scan_lock_release +EXPORT_SYMBOL_GPL vmlinux 0x40226447 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0x40267068 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x4027416d serial8250_get_port +EXPORT_SYMBOL_GPL vmlinux 0x402b2591 srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x40305c1d regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x403196fd pci_ims_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x403daa09 mtk_pinconf_adv_pull_get +EXPORT_SYMBOL_GPL vmlinux 0x403eac60 sbitmap_get +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x4043757f init_iova_domain +EXPORT_SYMBOL_GPL vmlinux 0x405795a4 seg6_do_srh_inline +EXPORT_SYMBOL_GPL vmlinux 0x40584bf4 ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x406c4cb1 hrtimer_resolution +EXPORT_SYMBOL_GPL vmlinux 0x406f99fd blk_stat_enable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x4071b517 out_of_line_wait_on_bit_timeout +EXPORT_SYMBOL_GPL vmlinux 0x40721f81 gpiod_toggle_active_low +EXPORT_SYMBOL_GPL vmlinux 0x407af304 usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0x408f106e iommu_device_link +EXPORT_SYMBOL_GPL vmlinux 0x408f4722 mptcp_pm_get_add_addr_accept_max +EXPORT_SYMBOL_GPL vmlinux 0x40929757 kvm_vcpu_wake_up +EXPORT_SYMBOL_GPL vmlinux 0x4093888c sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x4097adc2 ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x4099f919 tun_ptr_free +EXPORT_SYMBOL_GPL vmlinux 0x40a4fbd1 edac_device_handle_ue_count +EXPORT_SYMBOL_GPL vmlinux 0x40c8ee2d ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0x40ca89db ethnl_cable_test_step +EXPORT_SYMBOL_GPL vmlinux 0x40d46e3a rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0x40e2a8c7 ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x40f028b3 zynqmp_pm_set_rpu_mode +EXPORT_SYMBOL_GPL vmlinux 0x40f03cb8 xdp_do_redirect_frame +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x40f6d681 devm_fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x40f8b94e ring_buffer_iter_dropped +EXPORT_SYMBOL_GPL vmlinux 0x40f8bd4e klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x4100a662 clk_get_scaled_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x41237f71 cpu_have_feature +EXPORT_SYMBOL_GPL vmlinux 0x41256c7f iommu_enable_nesting +EXPORT_SYMBOL_GPL vmlinux 0x412bc681 ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x41321004 crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x4137d5f8 nexthop_for_each_fib6_nh +EXPORT_SYMBOL_GPL vmlinux 0x414d119a videomode_from_timings +EXPORT_SYMBOL_GPL vmlinux 0x415e578f fixed_phy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4163fe39 __alloc_pages_bulk +EXPORT_SYMBOL_GPL vmlinux 0x4170cce9 devlink_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0x41752c69 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x418873cc irq_bypass_register_producer +EXPORT_SYMBOL_GPL vmlinux 0x419b1a52 pstore_unregister +EXPORT_SYMBOL_GPL vmlinux 0x419d7c83 zynqmp_pm_pinctrl_set_config +EXPORT_SYMBOL_GPL vmlinux 0x419e7efd sfp_module_stop +EXPORT_SYMBOL_GPL vmlinux 0x41a4f09f devm_bitmap_alloc +EXPORT_SYMBOL_GPL vmlinux 0x41b68b60 regmap_get_val_endian +EXPORT_SYMBOL_GPL vmlinux 0x41b9a6e6 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x41bce49a ghes_register_vendor_record_notifier +EXPORT_SYMBOL_GPL vmlinux 0x41c36b9b __tracepoint_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x41d1e91e devl_param_driverinit_value_set +EXPORT_SYMBOL_GPL vmlinux 0x41d88c6b pci_epc_write_header +EXPORT_SYMBOL_GPL vmlinux 0x41d91ead pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x41e7046f mtk_clk_unregister_dividers +EXPORT_SYMBOL_GPL vmlinux 0x41e7fa6d securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x41ed3cec eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x41f446f3 mtk_eint_do_init +EXPORT_SYMBOL_GPL vmlinux 0x41fadfc3 bdev_alignment_offset +EXPORT_SYMBOL_GPL vmlinux 0x42041512 i2c_get_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x42059723 mtk_pinconf_adv_drive_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x42061944 dma_request_chan +EXPORT_SYMBOL_GPL vmlinux 0x4208021b pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0x420da448 mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x420df911 ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x420f3d01 nvmem_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x421a72a1 __fscrypt_inode_uses_inline_crypto +EXPORT_SYMBOL_GPL vmlinux 0x421dc785 iommu_fwspec_free +EXPORT_SYMBOL_GPL vmlinux 0x422c6ca4 phy_reset +EXPORT_SYMBOL_GPL vmlinux 0x424bd52e srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x42599534 fsl8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x42635d55 pm_suspend_global_flags +EXPORT_SYMBOL_GPL vmlinux 0x426452a3 acpi_evaluation_failure_warn +EXPORT_SYMBOL_GPL vmlinux 0x4278d56a phylink_expects_phy +EXPORT_SYMBOL_GPL vmlinux 0x4279fdae scmi_device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x42996272 phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0x429c3f9c reboot_mode +EXPORT_SYMBOL_GPL vmlinux 0x429c8546 uprobe_register_refctr +EXPORT_SYMBOL_GPL vmlinux 0x429f0bf3 nfnl_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x42a87a95 iommu_unregister_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x42bf8fe1 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0x42d6e323 nvdimm_region_delete +EXPORT_SYMBOL_GPL vmlinux 0x42e732cb vcap_rule_add_key_u128 +EXPORT_SYMBOL_GPL vmlinux 0x42ee4366 shmem_file_setup_with_mnt +EXPORT_SYMBOL_GPL vmlinux 0x42f728aa mctrl_gpio_get_outputs +EXPORT_SYMBOL_GPL vmlinux 0x42faadbe tpm_default_chip +EXPORT_SYMBOL_GPL vmlinux 0x42fdf551 scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x42ff8843 rz_mtu3_32bit_ch_write +EXPORT_SYMBOL_GPL vmlinux 0x430d88ec __traceiter_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x4320c355 imx_clk_hw_frac_pll +EXPORT_SYMBOL_GPL vmlinux 0x43282eb8 hid_bpf_device_init +EXPORT_SYMBOL_GPL vmlinux 0x433bf33e strp_init +EXPORT_SYMBOL_GPL vmlinux 0x43475ab4 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x434c0a2d fsnotify_put_group +EXPORT_SYMBOL_GPL vmlinux 0x436d817f mpi_clear_bit +EXPORT_SYMBOL_GPL vmlinux 0x437eb1df ipv6_mod_enabled +EXPORT_SYMBOL_GPL vmlinux 0x4384178f __irq_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x438d8df2 iova_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x43aa319e lease_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x43b7d4c0 clk_hw_determine_rate_no_reparent +EXPORT_SYMBOL_GPL vmlinux 0x43caa7c0 regmap_irq_get_irq_reg_linear +EXPORT_SYMBOL_GPL vmlinux 0x43d036eb dst_cache_get_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x43e9d5a5 trace_array_printk +EXPORT_SYMBOL_GPL vmlinux 0x43f81957 clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x43f92edd wait_for_initramfs +EXPORT_SYMBOL_GPL vmlinux 0x43fa2941 usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0x43ffed61 software_node_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x44009f2c dev_pm_genpd_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4401e6c2 mpi_cmpabs +EXPORT_SYMBOL_GPL vmlinux 0x4413f461 zynqmp_pm_request_wake +EXPORT_SYMBOL_GPL vmlinux 0x44168f08 devres_remove +EXPORT_SYMBOL_GPL vmlinux 0x441fc073 unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x4422ac24 zynqmp_pm_set_tapdelay_bypass +EXPORT_SYMBOL_GPL vmlinux 0x4428e005 devl_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0x442deaa9 poll_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x44371b07 iomap_file_buffered_write_punch_delalloc +EXPORT_SYMBOL_GPL vmlinux 0x4439bcd2 __SCK__tp_func_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x443e9e95 __get_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x44476c5c usb_phy_set_event +EXPORT_SYMBOL_GPL vmlinux 0x444d1b73 fscrypt_ioctl_get_key_status +EXPORT_SYMBOL_GPL vmlinux 0x444f1735 cpu_pm_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x445e6d86 sk_msg_return +EXPORT_SYMBOL_GPL vmlinux 0x4467a092 imx_pinconf_get_scu +EXPORT_SYMBOL_GPL vmlinux 0x4471a51d vhost_task_stop +EXPORT_SYMBOL_GPL vmlinux 0x4475dcaf hv_nested +EXPORT_SYMBOL_GPL vmlinux 0x447f431a device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x447f809c imx_clk_hw_pllv3 +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x44970e67 kvm_read_guest +EXPORT_SYMBOL_GPL vmlinux 0x449935f2 validate_xmit_xfrm +EXPORT_SYMBOL_GPL vmlinux 0x44a09b07 devm_hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x44a793ab HYPERVISOR_grant_table_op +EXPORT_SYMBOL_GPL vmlinux 0x44bae227 bit_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x44bd4301 acpi_fetch_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0x44c0378e ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0x44c10a52 kvfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x44ca5f6c __account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x44ca8cdc xen_unmap_domain_gfn_range +EXPORT_SYMBOL_GPL vmlinux 0x44cf8cf0 blk_zone_cond_str +EXPORT_SYMBOL_GPL vmlinux 0x44e1e9aa balloon_stats +EXPORT_SYMBOL_GPL vmlinux 0x44e4721b skcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0x44e58976 __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x44e7f7d3 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0x44f2bbfb devlink_port_register_with_ops +EXPORT_SYMBOL_GPL vmlinux 0x44fa914d pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0x450564b8 dm_submit_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x4507f4a8 cpuhp_tasks_frozen +EXPORT_SYMBOL_GPL vmlinux 0x4510970b of_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x451618d0 sbitmap_del_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x45183226 pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x452d4e78 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4531624f usb_decode_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x4531ab62 copy_from_kernel_nofault +EXPORT_SYMBOL_GPL vmlinux 0x45558f56 clk_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x455d426a regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x4561f990 qcom_smem_state_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4566444f __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x45716f71 led_set_brightness_sync +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x4586efe9 dev_get_tstats64 +EXPORT_SYMBOL_GPL vmlinux 0x459e6151 mm_unaccount_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x45a25ee5 locks_owner_has_blockers +EXPORT_SYMBOL_GPL vmlinux 0x45be429c sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x45c6244e of_property_read_u64_index +EXPORT_SYMBOL_GPL vmlinux 0x45c6ffa3 gpiod_get_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x45e73930 unregister_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0x45e8b450 mnt_idmap_get +EXPORT_SYMBOL_GPL vmlinux 0x45fa3f11 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x46013233 net_dec_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x46030074 __hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0x46275130 mas_expected_entries +EXPORT_SYMBOL_GPL vmlinux 0x462fb712 mtk_clk_register_ref2usb_tx +EXPORT_SYMBOL_GPL vmlinux 0x463883a4 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0x4642effb ethnl_cable_test_result +EXPORT_SYMBOL_GPL vmlinux 0x4646b6d5 meson8_aobus_parse_dt_extra +EXPORT_SYMBOL_GPL vmlinux 0x464c5cca rio_del_device +EXPORT_SYMBOL_GPL vmlinux 0x46513c9d pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x4657f8c9 irq_get_default_host +EXPORT_SYMBOL_GPL vmlinux 0x4659f5bc kick_process +EXPORT_SYMBOL_GPL vmlinux 0x466ddc0e clkdev_hw_create +EXPORT_SYMBOL_GPL vmlinux 0x46746685 ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x467f8217 crypto_clone_cipher +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x469210a3 adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0x46a4b118 hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x46a93e7a nfs_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x46bc5114 __imx8m_clk_hw_composite +EXPORT_SYMBOL_GPL vmlinux 0x46c49941 regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x46d8952c crypto_clone_tfm +EXPORT_SYMBOL_GPL vmlinux 0x46e45528 acpi_cppc_processor_probe +EXPORT_SYMBOL_GPL vmlinux 0x46e67a71 this_cpu_has_cap +EXPORT_SYMBOL_GPL vmlinux 0x46ecc438 ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x46efed1e usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0x46f00899 switchdev_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0x46f8b59c devm_regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x47062cd6 rio_add_net +EXPORT_SYMBOL_GPL vmlinux 0x4706b7d1 thermal_zone_get_slope +EXPORT_SYMBOL_GPL vmlinux 0x47174dce bpf_map_put +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x472416a9 devm_gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x4734be99 devm_clk_get_prepared +EXPORT_SYMBOL_GPL vmlinux 0x473f2464 cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x476461e8 __tracepoint_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x47663cfe vcap_rule_mod_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x4771bf55 pinctrl_generic_get_group_name +EXPORT_SYMBOL_GPL vmlinux 0x47846adb devm_gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x4784d8cc __xenbus_register_backend +EXPORT_SYMBOL_GPL vmlinux 0x4787292a zone_device_page_init +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x478e81f8 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x47974ebc acpi_device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x479803b9 base64_encode +EXPORT_SYMBOL_GPL vmlinux 0x479f7d4b clk_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x47a47774 mtk_is_virt_gpio +EXPORT_SYMBOL_GPL vmlinux 0x47a52de2 crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0x47a8016c mtk_clk_simple_remove +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47c28dc4 debugfs_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x47c49370 platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0x47c523ce clk_hw_rate_is_protected +EXPORT_SYMBOL_GPL vmlinux 0x47d0eea2 acpi_lpat_temp_to_raw +EXPORT_SYMBOL_GPL vmlinux 0x47de0dc7 clk_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x47e1d5cf pinctrl_dev_get_devname +EXPORT_SYMBOL_GPL vmlinux 0x47e1d63f inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x47f2f536 devlink_dpipe_action_put +EXPORT_SYMBOL_GPL vmlinux 0x47f6dd54 irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x480305ca kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0x48088a0e blk_mq_hctx_set_fq_lock_class +EXPORT_SYMBOL_GPL vmlinux 0x48092cc1 class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x48139823 pci_epc_clear_bar +EXPORT_SYMBOL_GPL vmlinux 0x4814e851 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x4815aa79 dev_pm_opp_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x4818cd93 __devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x481f9b7d mpi_mulm +EXPORT_SYMBOL_GPL vmlinux 0x48203853 em_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x4828e77b acpi_scan_lock_acquire +EXPORT_SYMBOL_GPL vmlinux 0x482cf432 blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0x483e357f gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0x4843a748 qman_portals_probed +EXPORT_SYMBOL_GPL vmlinux 0x485cd7f6 kvm_rebooting +EXPORT_SYMBOL_GPL vmlinux 0x485e92c9 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0x4864638a bsg_job_put +EXPORT_SYMBOL_GPL vmlinux 0x486838a5 __tracepoint_rwmmio_write +EXPORT_SYMBOL_GPL vmlinux 0x486dedc3 ghes_unregister_vendor_record_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4876c2cc ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x4880a22a irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0x4887fbf7 xfrm_dev_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x489cebc6 ehci_adjust_port_wakeup_flags +EXPORT_SYMBOL_GPL vmlinux 0x48a0ca89 of_reconfig_get_state_change +EXPORT_SYMBOL_GPL vmlinux 0x48a3d20b mctrl_gpio_get +EXPORT_SYMBOL_GPL vmlinux 0x48a78cb5 ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0x48aabc54 __devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x48c32847 __SCK__tp_func_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x48c35c9e __tracepoint_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x48c37b92 iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0x48d2b9fc pci_ecam_map_bus +EXPORT_SYMBOL_GPL vmlinux 0x48d5540c scmi_device_create +EXPORT_SYMBOL_GPL vmlinux 0x48e54d8c rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0x48e95bbe copy_user_highpage +EXPORT_SYMBOL_GPL vmlinux 0x48f51b39 pci_msix_can_alloc_dyn +EXPORT_SYMBOL_GPL vmlinux 0x48f78ce5 evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0x48fda1b0 __iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x49060efa crypto_grab_spawn +EXPORT_SYMBOL_GPL vmlinux 0x49242bc7 freezer_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4934bdd0 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x493d5e3e usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0x4944b295 fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0x4949c133 devm_pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x4956cf8a devm_regulator_get_enable_optional +EXPORT_SYMBOL_GPL vmlinux 0x49608959 migrate_disable +EXPORT_SYMBOL_GPL vmlinux 0x49614f9a da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x49645e48 thermal_zone_device_register_with_trips +EXPORT_SYMBOL_GPL vmlinux 0x496c9530 acpi_register_gsi +EXPORT_SYMBOL_GPL vmlinux 0x497dba84 iomap_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x497edfc8 cdx_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49927d25 page_reporting_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4994b306 device_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x49990b57 pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x49a15892 pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0x49a65794 rt288x_setup +EXPORT_SYMBOL_GPL vmlinux 0x49b87a3b get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0x49b9361b iomap_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x49cd25ed alloc_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x49cf7b1c wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x49cfd7fc ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0x49d099b3 crypto_sig_set_privkey +EXPORT_SYMBOL_GPL vmlinux 0x49e181ef phy_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x49f009dc devm_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x49fed049 acpi_dev_get_dma_resources +EXPORT_SYMBOL_GPL vmlinux 0x4a0dabb0 irq_gc_mask_disable_reg +EXPORT_SYMBOL_GPL vmlinux 0x4a17ed66 sysrq_mask +EXPORT_SYMBOL_GPL vmlinux 0x4a1bdd9b dev_nit_active +EXPORT_SYMBOL_GPL vmlinux 0x4a2cd5d8 devl_lock +EXPORT_SYMBOL_GPL vmlinux 0x4a36d238 component_del +EXPORT_SYMBOL_GPL vmlinux 0x4a420d09 acpi_bus_detach_private_data +EXPORT_SYMBOL_GPL vmlinux 0x4a466669 devm_hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0x4a49edb9 ahci_platform_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4a5c0b41 lwtstate_free +EXPORT_SYMBOL_GPL vmlinux 0x4a816cc7 pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0x4a82b926 uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4a9e111c iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4aaac3f7 xhci_drop_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x4ac2166e dma_mmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x4ac49bd9 trace_array_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0x4ac7072f pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0x4ac7bb2f addrconf_add_linklocal +EXPORT_SYMBOL_GPL vmlinux 0x4b01ce8c devm_thermal_of_zone_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4b23e238 wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x4b2b9716 nd_region_provider_data +EXPORT_SYMBOL_GPL vmlinux 0x4b4576fd sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x4b473a34 acpi_storage_d3 +EXPORT_SYMBOL_GPL vmlinux 0x4b5acf74 rhashtable_init +EXPORT_SYMBOL_GPL vmlinux 0x4b5b120a hisi_clk_init +EXPORT_SYMBOL_GPL vmlinux 0x4b64bab2 usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0x4b66b337 meson_a1_parse_dt_extra +EXPORT_SYMBOL_GPL vmlinux 0x4b6eef4e hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x4b749e15 vp_modern_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0x4b8672b2 fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0x4b931968 xen_features +EXPORT_SYMBOL_GPL vmlinux 0x4bb38e39 wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0x4bbe7a73 rockchip_clk_of_add_provider +EXPORT_SYMBOL_GPL vmlinux 0x4bc10d06 devfreq_event_get_edev_count +EXPORT_SYMBOL_GPL vmlinux 0x4bc22f61 ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0x4bc8727f xen_balloon_init +EXPORT_SYMBOL_GPL vmlinux 0x4bd1ddb9 gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0x4bd6f08b misc_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4bdb8dcc housekeeping_test_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4be7dc79 mtk_devm_alloc_clk_data +EXPORT_SYMBOL_GPL vmlinux 0x4bfd398d hwrng_msleep +EXPORT_SYMBOL_GPL vmlinux 0x4c007a7a kthread_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x4c2b163a perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0x4c2b351d start_poll_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x4c3032bb devm_nvdimm_memremap +EXPORT_SYMBOL_GPL vmlinux 0x4c4b10dd __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0x4c549b36 __traceiter_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x4c5c7f4f fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0x4c5f348e acpi_dev_filter_resource_type +EXPORT_SYMBOL_GPL vmlinux 0x4c71895c fsl_mc_bus_dpcon_type +EXPORT_SYMBOL_GPL vmlinux 0x4c7cd3ad tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0x4c83c3ca dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0x4c8adfe1 hv_root_partition +EXPORT_SYMBOL_GPL vmlinux 0x4c8bbae4 __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x4c976d90 put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x4ca5590e mas_prev +EXPORT_SYMBOL_GPL vmlinux 0x4cad90b4 of_icc_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x4cb27100 ktime_get_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x4cb81fda __SCK__tp_func_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x4cc2267a usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x4cd8e3b0 iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x4cdfdc55 dma_get_slave_caps +EXPORT_SYMBOL_GPL vmlinux 0x4cec3b1d i2c_detect_slave_mode +EXPORT_SYMBOL_GPL vmlinux 0x4cf8880f vcap_rule_add_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x4d0015e2 cpu_hotplug_disable +EXPORT_SYMBOL_GPL vmlinux 0x4d0b8068 usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x4d17105b usb_cache_string +EXPORT_SYMBOL_GPL vmlinux 0x4d17be11 edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x4d24a1e4 sbitmap_finish_wait +EXPORT_SYMBOL_GPL vmlinux 0x4d2b7bc3 crypto_alg_extsize +EXPORT_SYMBOL_GPL vmlinux 0x4d2c530f lwtunnel_fill_encap +EXPORT_SYMBOL_GPL vmlinux 0x4d32f61e __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x4d3a0696 __SCK__tp_func_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x4d3ca84a mmc_get_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0x4d3deab8 ahci_platform_resume +EXPORT_SYMBOL_GPL vmlinux 0x4d4bf5ec sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x4d51a325 mbox_chan_received_data +EXPORT_SYMBOL_GPL vmlinux 0x4d5774e7 serdev_device_add +EXPORT_SYMBOL_GPL vmlinux 0x4d5d610c gpiod_set_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x4d689b15 pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0x4d6d0bbc iommu_group_ref_get +EXPORT_SYMBOL_GPL vmlinux 0x4d7272e4 migrate_enable +EXPORT_SYMBOL_GPL vmlinux 0x4d83c710 k3_udma_glue_tdown_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x4d912329 dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x4d95d6d1 memcpy_flushcache +EXPORT_SYMBOL_GPL vmlinux 0x4d9c404a sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0x4da6ba56 relay_flush +EXPORT_SYMBOL_GPL vmlinux 0x4dae16e4 i2c_put_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x4dc8fbf3 mtk_clk_unregister_plls +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4de9c7f8 ethnl_cable_test_pulse +EXPORT_SYMBOL_GPL vmlinux 0x4df8d0ac device_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x4dfb6578 subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x4e11977a sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0x4e17c613 ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x4e18ff8a pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0x4e1fddde xhci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4e2246e2 anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x4e295856 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x4e3fd1b4 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL vmlinux 0x4e4763bd spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0x4e49a588 nvmem_add_one_cell +EXPORT_SYMBOL_GPL vmlinux 0x4e4c37e2 freq_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4e578bc5 vp_modern_remove +EXPORT_SYMBOL_GPL vmlinux 0x4e5bbaea put_io_context +EXPORT_SYMBOL_GPL vmlinux 0x4e657485 free_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0x4e67c694 pm_genpd_init +EXPORT_SYMBOL_GPL vmlinux 0x4e6ade04 create_signature +EXPORT_SYMBOL_GPL vmlinux 0x4e6fc9b0 power_supply_battery_info_get_prop +EXPORT_SYMBOL_GPL vmlinux 0x4e88bc74 da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x4e8a7023 tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0x4e9149c0 ata_acpi_gtm_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x4e9d5691 max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x4eac5fc1 cpu_mitigations_auto_nosmt +EXPORT_SYMBOL_GPL vmlinux 0x4ec09363 phy_speed_up +EXPORT_SYMBOL_GPL vmlinux 0x4ece3615 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4ed1a944 tcp_is_ulp_esp +EXPORT_SYMBOL_GPL vmlinux 0x4edc9451 mbox_chan_txdone +EXPORT_SYMBOL_GPL vmlinux 0x4edd6790 tty_kopen_shared +EXPORT_SYMBOL_GPL vmlinux 0x4ee98753 __mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x4eed4809 irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x4eeec31a ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4efcf021 mpi_normalize +EXPORT_SYMBOL_GPL vmlinux 0x4f01cf11 seg6_do_srh_encap +EXPORT_SYMBOL_GPL vmlinux 0x4f03a4b2 dev_pm_domain_start +EXPORT_SYMBOL_GPL vmlinux 0x4f2151e0 icc_set_tag +EXPORT_SYMBOL_GPL vmlinux 0x4f2593f0 btree_update +EXPORT_SYMBOL_GPL vmlinux 0x4f2c996d kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0x4f3093be find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x4f309cc8 i2c_dw_acpi_configure +EXPORT_SYMBOL_GPL vmlinux 0x4f3b1136 pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x4f42716c efivars_register +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f72a987 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0x4f7c83e1 pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x4f98d766 cpu_pm_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4fa6d7ac usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0x4fb393a1 xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x4fb5da55 fs_put_dax +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4ff83785 platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0x4ffdfac0 sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x500c3984 extract_iter_to_sg +EXPORT_SYMBOL_GPL vmlinux 0x500c768c apei_exec_read_register +EXPORT_SYMBOL_GPL vmlinux 0x5023b8cf kvm_arch_ptp_get_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0x5026585c xen_irq_from_gsi +EXPORT_SYMBOL_GPL vmlinux 0x50270f00 regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x503d7ffb kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x5046f6d0 __traceiter_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x505a3efe devm_mtk_clk_mux_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x507804ba group_cpus_evenly +EXPORT_SYMBOL_GPL vmlinux 0x50794e22 fuse_free_conn +EXPORT_SYMBOL_GPL vmlinux 0x5079cb33 iomap_fiemap +EXPORT_SYMBOL_GPL vmlinux 0x5083ba6a ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x5093e76e __tracepoint_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x5096269e sock_map_close +EXPORT_SYMBOL_GPL vmlinux 0x50b622ec phy_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x50c11fb1 em_dev_register_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0x50c4137c tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0x50c554a2 devm_acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x50d80f3b rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x50df94f5 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50eabb98 __tracepoint_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x50fb79ee led_set_brightness +EXPORT_SYMBOL_GPL vmlinux 0x5103ab9d generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x5104750e of_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x510a2173 device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x510e802c dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x5115d286 mf_dax_kill_procs +EXPORT_SYMBOL_GPL vmlinux 0x511a24b2 disk_set_zoned +EXPORT_SYMBOL_GPL vmlinux 0x511fb9b1 mtk_clk_unregister_pllfhs +EXPORT_SYMBOL_GPL vmlinux 0x5125c9f6 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0x512f7e3e __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0x51390c96 rcu_barrier_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x5144d054 pci_p2pdma_enable_store +EXPORT_SYMBOL_GPL vmlinux 0x514ebd3c trace_array_put +EXPORT_SYMBOL_GPL vmlinux 0x5158874d pci_stop_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x515ae9b9 __fsverity_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x515b390f __SCK__tp_func_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x515bc13c fib6_get_table +EXPORT_SYMBOL_GPL vmlinux 0x515e13f3 elv_rqhash_add +EXPORT_SYMBOL_GPL vmlinux 0x5169344d k3_udma_glue_pop_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x51790272 inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0x518734a9 crypto_register_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x5187ac4b xen_store_evtchn +EXPORT_SYMBOL_GPL vmlinux 0x5195d4c8 pci_generic_config_write +EXPORT_SYMBOL_GPL vmlinux 0x519bb953 spi_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x519eb049 ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x51a2495a fwnode_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0x51a348cc usb_role_switch_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x51a55aee dw_pcie_ep_raise_legacy_irq +EXPORT_SYMBOL_GPL vmlinux 0x51ad07dd tegra210_plle_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0x51ce2eb8 crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0x51db6454 gpiochip_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x51e7edb8 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x51f4d571 tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x51fc9a6d xenmem_reservation_decrease +EXPORT_SYMBOL_GPL vmlinux 0x520332e4 acpi_get_psd_map +EXPORT_SYMBOL_GPL vmlinux 0x5203811b lwtunnel_output +EXPORT_SYMBOL_GPL vmlinux 0x52099dd2 ahci_platform_suspend_host +EXPORT_SYMBOL_GPL vmlinux 0x520b8e79 device_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x52126984 regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0x52213722 acpi_dev_resource_memory +EXPORT_SYMBOL_GPL vmlinux 0x5223a584 palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0x52252316 clk_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x522d99e9 make_vfsuid +EXPORT_SYMBOL_GPL vmlinux 0x52429d11 iomap_dio_bio_end_io +EXPORT_SYMBOL_GPL vmlinux 0x52431348 xenbus_transaction_start +EXPORT_SYMBOL_GPL vmlinux 0x5261f162 dev_pm_domain_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0x5262efb2 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0x52647db1 ct_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x52713f22 umd_unload_blob +EXPORT_SYMBOL_GPL vmlinux 0x52825e60 pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x5296369f ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x529b8711 devres_add +EXPORT_SYMBOL_GPL vmlinux 0x52a7e3fa od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x52aa9cbf pl08x_filter_id +EXPORT_SYMBOL_GPL vmlinux 0x52b1e3c7 pci_flags +EXPORT_SYMBOL_GPL vmlinux 0x52b4190d host1x_context_device_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x52b6b230 kvm_release_page_clean +EXPORT_SYMBOL_GPL vmlinux 0x52c35e83 call_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x52c5c1b4 __traceiter_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x52ce2057 hv_setup_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0x52d54fce devlink_info_version_stored_put +EXPORT_SYMBOL_GPL vmlinux 0x52d7578f xdp_set_features_flag +EXPORT_SYMBOL_GPL vmlinux 0x52df94f1 cpufreq_dbs_governor_limits +EXPORT_SYMBOL_GPL vmlinux 0x52e6f48e kthread_flush_worker +EXPORT_SYMBOL_GPL vmlinux 0x52eddb69 raw_v6_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x530e0f8c devl_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x53180c11 transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x53191338 xenbus_dev_fatal +EXPORT_SYMBOL_GPL vmlinux 0x5319ae86 xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0x531ed5f2 usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0x53208b80 tcp_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0x5321a441 mptcp_token_get_sock +EXPORT_SYMBOL_GPL vmlinux 0x53243526 regulator_set_ramp_delay_regmap +EXPORT_SYMBOL_GPL vmlinux 0x532b90b5 kprobe_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x532c125d regulator_suspend_disable +EXPORT_SYMBOL_GPL vmlinux 0x533e2e40 scsi_host_block +EXPORT_SYMBOL_GPL vmlinux 0x53489734 bpf_prog_get_type_dev +EXPORT_SYMBOL_GPL vmlinux 0x534bcaa0 alloc_dax +EXPORT_SYMBOL_GPL vmlinux 0x5358864e devlink_fmsg_binary_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x5368ae01 device_phy_find_device +EXPORT_SYMBOL_GPL vmlinux 0x536ac559 iomap_seek_hole +EXPORT_SYMBOL_GPL vmlinux 0x537252cf __SCK__tp_func_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x5373c903 udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x5379b1dc scsi_alloc_request +EXPORT_SYMBOL_GPL vmlinux 0x537fa6ee mmc_send_abort_tuning +EXPORT_SYMBOL_GPL vmlinux 0x53820c5e acomp_request_free +EXPORT_SYMBOL_GPL vmlinux 0x5388d8b3 component_release_of +EXPORT_SYMBOL_GPL vmlinux 0x538d073d phy_duplex_to_str +EXPORT_SYMBOL_GPL vmlinux 0x5399faf9 fwnode_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x53a57d9d virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0x53ac9e6b virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0x53ad59d9 tcp_set_keepalive +EXPORT_SYMBOL_GPL vmlinux 0x53b6517e netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x53c089f5 property_entries_dup +EXPORT_SYMBOL_GPL vmlinux 0x53c37abe crypto_register_scomps +EXPORT_SYMBOL_GPL vmlinux 0x53c971b9 thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0x53d7c01e __traceiter_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x53db058a bpf_verifier_log_write +EXPORT_SYMBOL_GPL vmlinux 0x53df91c2 register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0x54050635 __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x541c9765 regulator_get_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x541e4c3c extcon_get_property_capability +EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 +EXPORT_SYMBOL_GPL vmlinux 0x5421764f devlink_port_attrs_pci_sf_set +EXPORT_SYMBOL_GPL vmlinux 0x542f6dbb mddev_init +EXPORT_SYMBOL_GPL vmlinux 0x54538e1f spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0x5458e7f5 of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0x5460f79f work_on_cpu_safe_key +EXPORT_SYMBOL_GPL vmlinux 0x54651f9b rhashtable_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x5477442d power_supply_put_battery_info +EXPORT_SYMBOL_GPL vmlinux 0x547c635a ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x548537df devres_find +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x549a88c6 usb_pipe_type_check +EXPORT_SYMBOL_GPL vmlinux 0x54a25da2 qcom_smem_state_put +EXPORT_SYMBOL_GPL vmlinux 0x54a8ba34 sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0x54ac062c lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0x54c65113 platform_msi_domain_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0x54da966d msg_zerocopy_callback +EXPORT_SYMBOL_GPL vmlinux 0x54dec37f tegra_bpmp_mrq_is_supported +EXPORT_SYMBOL_GPL vmlinux 0x54dff44d __fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0x54e70a00 mddev_unlock +EXPORT_SYMBOL_GPL vmlinux 0x54f0a1f7 gpiod_count +EXPORT_SYMBOL_GPL vmlinux 0x54f22201 vcap_select_min_rule_keyset +EXPORT_SYMBOL_GPL vmlinux 0x54f8482a mdiobus_c45_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x54fcb9ff devres_release +EXPORT_SYMBOL_GPL vmlinux 0x55073d2c regulator_desc_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x550f3e05 i2c_freq_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x552e4e8a gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x552f95d7 handle_fasteoi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0x55314e0f regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0x55339365 flush_delayed_fput +EXPORT_SYMBOL_GPL vmlinux 0x553b49a4 cpufreq_get_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x55588ba1 clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x555b7bee ip_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0x556e4390 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x5580564d k3_udma_glue_rx_flow_init +EXPORT_SYMBOL_GPL vmlinux 0x558a8f9c iopf_queue_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x558e03f0 __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x558e04fc inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x559f8dcf fwnode_create_software_node +EXPORT_SYMBOL_GPL vmlinux 0x55b990b8 devlink_flash_update_timeout_notify +EXPORT_SYMBOL_GPL vmlinux 0x55bd55e0 pci_epf_unbind +EXPORT_SYMBOL_GPL vmlinux 0x55c76a23 ksys_sync_helper +EXPORT_SYMBOL_GPL vmlinux 0x55c9880c zynqmp_pm_release_node +EXPORT_SYMBOL_GPL vmlinux 0x55d197fe mctp_unregister_netdev +EXPORT_SYMBOL_GPL vmlinux 0x55d2364c vp_legacy_set_status +EXPORT_SYMBOL_GPL vmlinux 0x55d91921 alloc_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x55eecff4 bit_wait_io_timeout +EXPORT_SYMBOL_GPL vmlinux 0x55fc067d spi_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0x56054c05 crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x560a7e73 device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x560d5393 i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0x560e8240 ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0x561375bd tracepoint_probe_register_prio +EXPORT_SYMBOL_GPL vmlinux 0x5616ea6c tegra_mc_probe_device +EXPORT_SYMBOL_GPL vmlinux 0x56173654 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x56181e5c sfp_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x561831a7 is_nvdimm_sync +EXPORT_SYMBOL_GPL vmlinux 0x561c7235 ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x5624f826 power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0x56256e8a orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x5629b19f gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x56325412 dst_cache_get_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x56378f4a ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x564774f5 ahci_platform_enable_phys +EXPORT_SYMBOL_GPL vmlinux 0x566658b5 pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x56669af3 inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x566fca94 shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0x5671489f acpi_driver_match_device +EXPORT_SYMBOL_GPL vmlinux 0x5673a421 follow_pte +EXPORT_SYMBOL_GPL vmlinux 0x568dab9d pcie_reset_flr +EXPORT_SYMBOL_GPL vmlinux 0x56a0425a genphy_c45_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x56babd3c __inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0x56bf0a47 regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0x56cc578c pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x56cce984 clk_hw_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x56d90339 nf_ip_route +EXPORT_SYMBOL_GPL vmlinux 0x56e7e9dc perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0x56e9103b cpu_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x56ef15d0 __tracepoint_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x56f10bcd register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x56f2d157 blk_crypto_evict_key +EXPORT_SYMBOL_GPL vmlinux 0x56fbb130 no_hash_pointers +EXPORT_SYMBOL_GPL vmlinux 0x57002fb0 regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0x5706bdc2 __traceiter_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x57126e83 pinmux_generic_remove_function +EXPORT_SYMBOL_GPL vmlinux 0x571d94ee __virtqueue_unbreak +EXPORT_SYMBOL_GPL vmlinux 0x572b737a extcon_set_property_capability +EXPORT_SYMBOL_GPL vmlinux 0x572db269 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x5742d668 gpiod_set_array_value +EXPORT_SYMBOL_GPL vmlinux 0x574409cf debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x574609c5 apei_exec_write_register_value +EXPORT_SYMBOL_GPL vmlinux 0x574a8464 md_bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x575570cb rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x5763f32f class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x57719632 gnttab_grant_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x57727285 phylink_ethtool_set_eee +EXPORT_SYMBOL_GPL vmlinux 0x577a438a tegra210_clk_emc_detach +EXPORT_SYMBOL_GPL vmlinux 0x5782a8d6 lwtunnel_encap_del_ops +EXPORT_SYMBOL_GPL vmlinux 0x5784af6d ahci_platform_enable_regulators +EXPORT_SYMBOL_GPL vmlinux 0x578eeb4d hugetlb_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57a0c41e rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x57a49cb1 __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0x57a67372 mtk_clk_simple_probe +EXPORT_SYMBOL_GPL vmlinux 0x57af94ed __traceiter_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x57b66d66 spi_mem_dirmap_read +EXPORT_SYMBOL_GPL vmlinux 0x57c58e9b __tracepoint_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x57ca683e of_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0x57cebe79 bio_start_io_acct +EXPORT_SYMBOL_GPL vmlinux 0x57d4050a xhci_get_endpoint_index +EXPORT_SYMBOL_GPL vmlinux 0x57dc4851 mas_erase +EXPORT_SYMBOL_GPL vmlinux 0x57e2a4b3 kvm_get_kvm +EXPORT_SYMBOL_GPL vmlinux 0x57f576b9 mpi_ec_curve_point +EXPORT_SYMBOL_GPL vmlinux 0x57f845f2 rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0x581d2e54 cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0x58270ca8 devlink_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x58276f93 cper_next_record_id +EXPORT_SYMBOL_GPL vmlinux 0x5829e979 mas_pause +EXPORT_SYMBOL_GPL vmlinux 0x5831e062 cpus_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0x586bfc8a alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x5879a27d sfp_get_module_info +EXPORT_SYMBOL_GPL vmlinux 0x58859926 __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x5887e7f2 devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x588d2bbc kvm_write_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0x5892e8e0 priv_to_devlink +EXPORT_SYMBOL_GPL vmlinux 0x58949ec1 cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x5895fd88 gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0x58a527fe bpf_prog_put +EXPORT_SYMBOL_GPL vmlinux 0x58cc0621 pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x58cf0869 scsi_dh_activate +EXPORT_SYMBOL_GPL vmlinux 0x58db1176 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x58def6ca sfp_module_remove +EXPORT_SYMBOL_GPL vmlinux 0x58e14f15 HYPERVISOR_event_channel_op +EXPORT_SYMBOL_GPL vmlinux 0x58fa50c0 __traceiter_rwmmio_write +EXPORT_SYMBOL_GPL vmlinux 0x590bcbbc fib_nh_common_init +EXPORT_SYMBOL_GPL vmlinux 0x5910c0a4 stmpe_dev_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x59236217 ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0x592a12d9 devm_hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x593ac537 __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0x594df2cc icc_node_create +EXPORT_SYMBOL_GPL vmlinux 0x594e14e0 of_regulator_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0x594fc686 metadata_dst_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5957cddb zs_lookup_class_index +EXPORT_SYMBOL_GPL vmlinux 0x595cfbaa rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x597357c4 dev_pm_clear_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x597e7167 of_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0x5986d190 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0x599bbcdf task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0x59a8902b acpi_get_first_physical_node +EXPORT_SYMBOL_GPL vmlinux 0x59b063ba start_poll_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x59b2adbf input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x59b47d7a kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0x59bb2ccc pinctrl_utils_add_map_mux +EXPORT_SYMBOL_GPL vmlinux 0x59c43dc9 __traceiter_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x59d818f7 gnttab_foreach_grant_in_range +EXPORT_SYMBOL_GPL vmlinux 0x59e0695d phylink_speed_down +EXPORT_SYMBOL_GPL vmlinux 0x59e640c0 halt_poll_ns +EXPORT_SYMBOL_GPL vmlinux 0x59edfeb8 phy_rate_matching_to_str +EXPORT_SYMBOL_GPL vmlinux 0x59f32720 mpi_subm +EXPORT_SYMBOL_GPL vmlinux 0x59f8b7c6 ms_hyperv +EXPORT_SYMBOL_GPL vmlinux 0x59fa3f64 pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0x59fa4ed2 acpi_pci_find_root +EXPORT_SYMBOL_GPL vmlinux 0x59fc1dfe acpi_device_update_power +EXPORT_SYMBOL_GPL vmlinux 0x5a05f5f9 devlink_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5a0cd86c sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0x5a12e60c __SCK__tp_func_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x5a168c7b debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x5a1d134a rcu_momentary_dyntick_idle +EXPORT_SYMBOL_GPL vmlinux 0x5a207a6d rio_local_set_device_id +EXPORT_SYMBOL_GPL vmlinux 0x5a229368 arch_apei_enable_cmcff +EXPORT_SYMBOL_GPL vmlinux 0x5a4587ea ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0x5a49dbc9 timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x5a61db58 blk_queue_can_use_dma_map_merging +EXPORT_SYMBOL_GPL vmlinux 0x5a66546c int_active_memcg +EXPORT_SYMBOL_GPL vmlinux 0x5a6cdb52 nf_ct_zone_dflt +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a7d7974 gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x5a8cb997 pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0x5aa70984 acpi_reduced_hardware +EXPORT_SYMBOL_GPL vmlinux 0x5aa92888 fsl_mc_bus_dpni_type +EXPORT_SYMBOL_GPL vmlinux 0x5ab09745 edac_get_owner +EXPORT_SYMBOL_GPL vmlinux 0x5ab69782 of_genpd_add_provider_onecell +EXPORT_SYMBOL_GPL vmlinux 0x5ac4da5d regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x5acd287e virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x5acdb3ca phy_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0x5ad32ada of_get_videomode +EXPORT_SYMBOL_GPL vmlinux 0x5ad954c8 bind_interdomain_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x5aeff154 ncsi_stop_dev +EXPORT_SYMBOL_GPL vmlinux 0x5af1f36a ethnl_cable_test_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5af78e03 of_pci_get_max_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x5afc4bd7 of_resolve_phandles +EXPORT_SYMBOL_GPL vmlinux 0x5afc722e __audit_log_nfcfg +EXPORT_SYMBOL_GPL vmlinux 0x5b011923 __platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0x5b071b7b hwrng_yield +EXPORT_SYMBOL_GPL vmlinux 0x5b140dfd tegra_bpmp_free_mrq +EXPORT_SYMBOL_GPL vmlinux 0x5b1988f6 aead_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x5b21ceff ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0x5b233bad auxiliary_device_init +EXPORT_SYMBOL_GPL vmlinux 0x5b30e25c vhost_task_wake +EXPORT_SYMBOL_GPL vmlinux 0x5b357a13 fat_scan +EXPORT_SYMBOL_GPL vmlinux 0x5b3dafb4 perf_aux_output_skip +EXPORT_SYMBOL_GPL vmlinux 0x5b3db09d regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0x5b50af89 tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x5b59b815 clk_hw_unregister_composite +EXPORT_SYMBOL_GPL vmlinux 0x5b612533 icc_link_create +EXPORT_SYMBOL_GPL vmlinux 0x5b6429b2 fixed_phy_register_with_gpiod +EXPORT_SYMBOL_GPL vmlinux 0x5b785af1 gpiochip_line_is_open_drain +EXPORT_SYMBOL_GPL vmlinux 0x5b79b129 aead_init_geniv +EXPORT_SYMBOL_GPL vmlinux 0x5b83d7ab __tracepoint_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x5b8a8179 fuse_conn_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5ba9c87f blk_crypto_keyslot_index +EXPORT_SYMBOL_GPL vmlinux 0x5bc950fe regulator_irq_helper_cancel +EXPORT_SYMBOL_GPL vmlinux 0x5bcc0df7 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x5bd0748f crypto_del_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x5bd7bdfd pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x5bdae35b usb_phy_roothub_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x5bdbac4e rcu_unexpedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x5bdd57d3 vp_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0x5be71a1c ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0x5c070f62 cper_mem_err_status_str +EXPORT_SYMBOL_GPL vmlinux 0x5c08f4c7 kvm_put_kvm_no_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5c0f77ce HYPERVISOR_platform_op_raw +EXPORT_SYMBOL_GPL vmlinux 0x5c0f8736 fscrypt_parse_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0x5c1cb9e9 xen_remap_vma_range +EXPORT_SYMBOL_GPL vmlinux 0x5c22c666 crypto_register_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x5c265b82 mtk_build_eint +EXPORT_SYMBOL_GPL vmlinux 0x5c2d1c82 sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0x5c36cc53 fsl_mc_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5c3bbd06 __SCK__tp_func_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x5c3f82c1 gpiochip_line_is_persistent +EXPORT_SYMBOL_GPL vmlinux 0x5c4de7b3 register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x5c4e6040 ncsi_unregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x5c523273 pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x5c548f57 perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x5c5a1b16 tick_broadcast_control +EXPORT_SYMBOL_GPL vmlinux 0x5c6e9f43 __traceiter_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x5c74b41d public_key_signature_free +EXPORT_SYMBOL_GPL vmlinux 0x5c7b72c1 ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x5c82016e __SCK__tp_func_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x5c85850b icc_get_name +EXPORT_SYMBOL_GPL vmlinux 0x5c9cafb4 kthread_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x5cab9945 unregister_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0x5cad8fc3 power_supply_ocv2cap_simple +EXPORT_SYMBOL_GPL vmlinux 0x5cb121c6 __phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0x5cb6b5d5 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0x5cb89801 fuse_init_fs_context_submount +EXPORT_SYMBOL_GPL vmlinux 0x5cc77c45 led_colors +EXPORT_SYMBOL_GPL vmlinux 0x5cd026f6 mbox_bind_client +EXPORT_SYMBOL_GPL vmlinux 0x5cd5f56f regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x5ce54c69 debugfs_file_get +EXPORT_SYMBOL_GPL vmlinux 0x5ce616ed ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x5ce964ee xenbus_match +EXPORT_SYMBOL_GPL vmlinux 0x5cede0a7 xdp_flush_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x5d0c4dcc phylink_speed_up +EXPORT_SYMBOL_GPL vmlinux 0x5d17148b apei_write +EXPORT_SYMBOL_GPL vmlinux 0x5d189f85 pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0x5d2aa5fb rhashtable_walk_peek +EXPORT_SYMBOL_GPL vmlinux 0x5d2bc42a reset_control_rearm +EXPORT_SYMBOL_GPL vmlinux 0x5d2c4abe nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x5d30b699 blk_mq_wait_quiesce_done +EXPORT_SYMBOL_GPL vmlinux 0x5d3928c8 acpi_kobj +EXPORT_SYMBOL_GPL vmlinux 0x5d4ca4d6 gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x5d4e7f43 sched_set_fifo_low +EXPORT_SYMBOL_GPL vmlinux 0x5d533083 mbox_flush +EXPORT_SYMBOL_GPL vmlinux 0x5d576e09 __devm_pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0x5d72795d bpf_trace_run10 +EXPORT_SYMBOL_GPL vmlinux 0x5d8476d3 bpf_sk_storage_diag_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5d84b30e fscrypt_prepare_symlink +EXPORT_SYMBOL_GPL vmlinux 0x5d8519f7 vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0x5d85bb62 __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x5d89ea3e dax_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x5d930c9f tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x5da00c77 ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0x5da67adc zs_compact +EXPORT_SYMBOL_GPL vmlinux 0x5db88857 serial8250_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0x5dc19747 phylink_mii_c22_pcs_encode_advertisement +EXPORT_SYMBOL_GPL vmlinux 0x5de412cd k3_ringacc_ring_push +EXPORT_SYMBOL_GPL vmlinux 0x5dec0003 inet6_compat_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x5df25012 fscrypt_dio_supported +EXPORT_SYMBOL_GPL vmlinux 0x5e0c4b30 sdio_retune_hold_now +EXPORT_SYMBOL_GPL vmlinux 0x5e13f20d md_start +EXPORT_SYMBOL_GPL vmlinux 0x5e173309 cpu_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x5e1c58ee bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0x5e29aefe perf_trace_run_bpf_submit +EXPORT_SYMBOL_GPL vmlinux 0x5e50b80c driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0x5e515be6 ktime_get_ts64 +EXPORT_SYMBOL_GPL vmlinux 0x5e56e4af device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x5e6143a6 to_nd_desc +EXPORT_SYMBOL_GPL vmlinux 0x5e6a99a3 spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0x5e762f35 switchdev_handle_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0x5e76bb57 k3_ringacc_ring_get_size +EXPORT_SYMBOL_GPL vmlinux 0x5e798ffb divider_get_val +EXPORT_SYMBOL_GPL vmlinux 0x5e85415b ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x5e864655 dev_pm_genpd_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5ea3a6a4 ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0x5ea5d9bf virtqueue_get_vring +EXPORT_SYMBOL_GPL vmlinux 0x5eae5408 clk_is_enabled_when_prepared +EXPORT_SYMBOL_GPL vmlinux 0x5eafad43 pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0x5eb417e0 __SCK__tp_func_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x5eb77306 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0x5eb77983 regulator_get_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0x5eb9d8a0 device_del +EXPORT_SYMBOL_GPL vmlinux 0x5ecdcf90 ti_sci_get_free_resource +EXPORT_SYMBOL_GPL vmlinux 0x5ee2aa12 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0x5ef246db inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x5f148f90 bus_register +EXPORT_SYMBOL_GPL vmlinux 0x5f1e13b1 iomap_file_buffered_write +EXPORT_SYMBOL_GPL vmlinux 0x5f22c3cb pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0x5f2309c7 __tracepoint_rwmmio_post_write +EXPORT_SYMBOL_GPL vmlinux 0x5f23e3fa insert_resource +EXPORT_SYMBOL_GPL vmlinux 0x5f2720b6 __nvdimm_create +EXPORT_SYMBOL_GPL vmlinux 0x5f2f97bd sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0x5f384a68 x509_free_certificate +EXPORT_SYMBOL_GPL vmlinux 0x5f3ec09a pinctrl_parse_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0x5f3fb9fb serdev_device_set_flow_control +EXPORT_SYMBOL_GPL vmlinux 0x5f42a8fa ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x5f528209 regmap_get_max_register +EXPORT_SYMBOL_GPL vmlinux 0x5f538094 kvm_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0x5f573547 thermal_zone_device_priv +EXPORT_SYMBOL_GPL vmlinux 0x5f6f1e9e dax_get_private +EXPORT_SYMBOL_GPL vmlinux 0x5f783839 iommu_device_register +EXPORT_SYMBOL_GPL vmlinux 0x5f7c12fb pinctrl_generic_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0x5f8d7119 serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x5f8fe5ee nvmem_del_cell_table +EXPORT_SYMBOL_GPL vmlinux 0x5f94f9d2 devm_memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x5f97c975 devm_power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x5f9869d0 led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0x5fa4140b blk_mq_end_request_batch +EXPORT_SYMBOL_GPL vmlinux 0x5fa625ed mpi_ec_mul_point +EXPORT_SYMBOL_GPL vmlinux 0x5faf6a74 mmu_interval_notifier_insert +EXPORT_SYMBOL_GPL vmlinux 0x5fb8848b halt_poll_ns_grow_start +EXPORT_SYMBOL_GPL vmlinux 0x5fbb1de5 acpi_cpu_get_madt_gicc +EXPORT_SYMBOL_GPL vmlinux 0x5fc40dcb devlink_to_dev +EXPORT_SYMBOL_GPL vmlinux 0x5fcb1efd devm_kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x5fe5c919 pci_epc_get +EXPORT_SYMBOL_GPL vmlinux 0x5fec3733 __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x5fec91b7 fwnode_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x5feda820 sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x60037828 crypto_wait_for_test +EXPORT_SYMBOL_GPL vmlinux 0x6004e5e6 regulator_set_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x60091316 clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x6012e46a ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6014bc41 bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0x6014f4a0 regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x60299fc3 iommu_map +EXPORT_SYMBOL_GPL vmlinux 0x602c2f9f crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0x60366e66 tcp_enter_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0x60381113 usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x603d0d51 acpi_os_map_iomem +EXPORT_SYMBOL_GPL vmlinux 0x60442822 phys_to_mach +EXPORT_SYMBOL_GPL vmlinux 0x604722fd devices_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x605d5bfa cache_line_size +EXPORT_SYMBOL_GPL vmlinux 0x6067497c device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x606b4aba devlink_linecard_provision_set +EXPORT_SYMBOL_GPL vmlinux 0x606debcb blk_mq_flush_busy_ctxs +EXPORT_SYMBOL_GPL vmlinux 0x6071e1f9 rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0x607c4683 devlink_info_version_fixed_put +EXPORT_SYMBOL_GPL vmlinux 0x608d25d6 __xas_prev +EXPORT_SYMBOL_GPL vmlinux 0x6091797f synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x6098146f led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6098e789 ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60a140b3 xhci_get_ep_ctx +EXPORT_SYMBOL_GPL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL_GPL vmlinux 0x60ab6b8d wb_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0x60ae0922 power_supply_vbat2ri +EXPORT_SYMBOL_GPL vmlinux 0x60b6ad27 __netpoll_free +EXPORT_SYMBOL_GPL vmlinux 0x60d0ea1f dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0x60d34040 ahci_platform_disable_regulators +EXPORT_SYMBOL_GPL vmlinux 0x60db8a0a balloon_page_alloc +EXPORT_SYMBOL_GPL vmlinux 0x60dbc363 regmap_write +EXPORT_SYMBOL_GPL vmlinux 0x60decc2a icc_std_aggregate +EXPORT_SYMBOL_GPL vmlinux 0x60ebc96f ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x6105ebaa dmaengine_desc_set_metadata_len +EXPORT_SYMBOL_GPL vmlinux 0x610a716a subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x611cfa85 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0x6129fb93 sfp_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x612bfd89 errno_to_blk_status +EXPORT_SYMBOL_GPL vmlinux 0x612e8237 mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0x614adcb7 of_overlay_remove_all +EXPORT_SYMBOL_GPL vmlinux 0x616226e2 platform_bus +EXPORT_SYMBOL_GPL vmlinux 0x616e8c76 cgroup_path_ns +EXPORT_SYMBOL_GPL vmlinux 0x6181e79f timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x61841004 i2c_dw_prepare_clk +EXPORT_SYMBOL_GPL vmlinux 0x618fca97 regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6198dfea __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6199ad5d crypto_has_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x61ab0d95 devm_irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x61afcbaa fsl_mc_obj_reset +EXPORT_SYMBOL_GPL vmlinux 0x61b15a10 usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0x61bd0bd0 get_completed_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x61c1ca29 __SCK__tp_func_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x61c651a3 imx93_clk_composite_flags +EXPORT_SYMBOL_GPL vmlinux 0x61dcdd4b device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x61e5174c dev_pm_opp_init_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x61e805ba __get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0x61f1644b mas_find_range +EXPORT_SYMBOL_GPL vmlinux 0x61f209ff compat_only_sysfs_link_entry_to_kobj +EXPORT_SYMBOL_GPL vmlinux 0x61f67c92 phy_gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0x61fb4f0f rio_unregister_mport +EXPORT_SYMBOL_GPL vmlinux 0x61fc7657 fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x62104126 phylink_ethtool_set_wol +EXPORT_SYMBOL_GPL vmlinux 0x6212a28c skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x622fcf28 crypto_hash_alg_has_setkey +EXPORT_SYMBOL_GPL vmlinux 0x6235ea0b xenbus_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x62377a7b blk_io_schedule +EXPORT_SYMBOL_GPL vmlinux 0x62407182 debugfs_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0x62408762 devlink_dpipe_entry_ctx_append +EXPORT_SYMBOL_GPL vmlinux 0x624491ad dprc_get_obj_count +EXPORT_SYMBOL_GPL vmlinux 0x624668a8 tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0x6246a629 synchronize_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x6257dda7 clk_rate_exclusive_get +EXPORT_SYMBOL_GPL vmlinux 0x6259d291 clk_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x625dbff6 fwnode_get_nth_parent +EXPORT_SYMBOL_GPL vmlinux 0x625ee696 ip6_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x626bbd42 tcp_plb_update_state_upon_rto +EXPORT_SYMBOL_GPL vmlinux 0x626e5f7f xen_register_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x6298a776 vcap_rule_set_counter +EXPORT_SYMBOL_GPL vmlinux 0x629a1983 xenbus_unmap_ring_vfree +EXPORT_SYMBOL_GPL vmlinux 0x62abdfb8 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0x62bb09bf clocks_calc_mult_shift +EXPORT_SYMBOL_GPL vmlinux 0x62bb4939 crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0x62bc61b0 dst_blackhole_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x62c29b8b __fsverity_file_open +EXPORT_SYMBOL_GPL vmlinux 0x62c6a4c2 fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0x62d126de fwnode_get_phy_node +EXPORT_SYMBOL_GPL vmlinux 0x62d2cbfb __virtio_unbreak_device +EXPORT_SYMBOL_GPL vmlinux 0x62e314c0 gnttab_pages_set_private +EXPORT_SYMBOL_GPL vmlinux 0x62e695ed nvdimm_pmem_region_create +EXPORT_SYMBOL_GPL vmlinux 0x62eb8e21 devlink_net +EXPORT_SYMBOL_GPL vmlinux 0x62fa15a7 i2c_slave_register +EXPORT_SYMBOL_GPL vmlinux 0x630f937d regulator_set_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0x6310ca09 devm_pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x63150e06 clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x63197685 s2idle_wake +EXPORT_SYMBOL_GPL vmlinux 0x631d0bde __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x63201c62 of_hwspin_lock_get_id_byname +EXPORT_SYMBOL_GPL vmlinux 0x6339055f blkdev_report_zones +EXPORT_SYMBOL_GPL vmlinux 0x634b9d42 __SCK__tp_func_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x63537407 vcap_alloc_rule +EXPORT_SYMBOL_GPL vmlinux 0x636d4a3c gen10g_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x636f94ee hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x637b5fc1 devm_clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x63886947 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x639a42ff crypto_create_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x63a5876f devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x63ab61a4 get_user_pages_fast_only +EXPORT_SYMBOL_GPL vmlinux 0x63af1bad strp_stop +EXPORT_SYMBOL_GPL vmlinux 0x63c08029 clk_bulk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x63c328c6 kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x63ce4546 devm_of_led_get +EXPORT_SYMBOL_GPL vmlinux 0x63d00176 mmc_send_tuning +EXPORT_SYMBOL_GPL vmlinux 0x63d90849 udp_destruct_common +EXPORT_SYMBOL_GPL vmlinux 0x63ea80b3 cper_mem_err_type_str +EXPORT_SYMBOL_GPL vmlinux 0x63ecf394 of_usb_host_tpl_support +EXPORT_SYMBOL_GPL vmlinux 0x6406d896 pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0x640a6d3d iommu_set_pgtable_quirks +EXPORT_SYMBOL_GPL vmlinux 0x640d6214 fsnotify_destroy_mark +EXPORT_SYMBOL_GPL vmlinux 0x641d35ed virtio_check_mem_acc_cb +EXPORT_SYMBOL_GPL vmlinux 0x6427572b tegra210_clk_emc_dll_enable +EXPORT_SYMBOL_GPL vmlinux 0x6437f7f2 vp_modern_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x643b06b0 zynqmp_pm_clock_setrate +EXPORT_SYMBOL_GPL vmlinux 0x643f97cb gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x64456827 acpi_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x64512117 mtk_clk_gate_ops_setclr_inv +EXPORT_SYMBOL_GPL vmlinux 0x645f8310 screen_glyph_unicode +EXPORT_SYMBOL_GPL vmlinux 0x646e643a pinctrl_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0x646ff5dc i2c_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x647537f3 pl320_ipc_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6477c4f9 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0x6485cd35 trace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x648dfc82 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0x648f59a9 sfp_module_insert +EXPORT_SYMBOL_GPL vmlinux 0x6495a47d fsnotify_add_mark +EXPORT_SYMBOL_GPL vmlinux 0x64a31445 mutex_lock_io +EXPORT_SYMBOL_GPL vmlinux 0x64c7f152 regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0x64cd821c fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0x64e27c4f synth_event_delete +EXPORT_SYMBOL_GPL vmlinux 0x64e37508 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0x64f36620 dax_flush +EXPORT_SYMBOL_GPL vmlinux 0x64f6c312 pci_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x64f7a8c0 ahci_platform_disable_clks +EXPORT_SYMBOL_GPL vmlinux 0x64fee0de acct_bioset_init +EXPORT_SYMBOL_GPL vmlinux 0x6502d9c2 xenbus_scanf +EXPORT_SYMBOL_GPL vmlinux 0x65130f33 tty_port_register_device_serdev +EXPORT_SYMBOL_GPL vmlinux 0x651d10e5 ktime_get_tai_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6522bf0d pstore_register +EXPORT_SYMBOL_GPL vmlinux 0x6528d002 clk_hw_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x652fe2a8 ftrace_ops_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x6531a37f mpi_add +EXPORT_SYMBOL_GPL vmlinux 0x653fa4c8 dpcon_enable +EXPORT_SYMBOL_GPL vmlinux 0x65409b9a gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0x65430aef fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0x65495cec rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x654cdc07 __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x65525c38 ghes_register_report_chain +EXPORT_SYMBOL_GPL vmlinux 0x656e970f fsverity_ioctl_measure +EXPORT_SYMBOL_GPL vmlinux 0x6573c9e2 pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x6575717c acpi_subsys_prepare +EXPORT_SYMBOL_GPL vmlinux 0x6575f09c phy_create_lookup +EXPORT_SYMBOL_GPL vmlinux 0x658c0571 crypto_register_rngs +EXPORT_SYMBOL_GPL vmlinux 0x6592238d vcap_keyset_name +EXPORT_SYMBOL_GPL vmlinux 0x65a8dfe6 fwnode_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x65acf90c sbitmap_weight +EXPORT_SYMBOL_GPL vmlinux 0x65b2c8b3 iommu_register_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x65b98274 ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x65bab0e5 pci_get_dsn +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65dd30dc mptcp_token_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x65e01af9 __sync_icache_dcache +EXPORT_SYMBOL_GPL vmlinux 0x65e4bae5 xenbus_setup_ring +EXPORT_SYMBOL_GPL vmlinux 0x65e80806 put_pid +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x66202c02 dw_pcie_ep_init_notify +EXPORT_SYMBOL_GPL vmlinux 0x662b94de __spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x6636c3c9 irq_set_vcpu_affinity +EXPORT_SYMBOL_GPL vmlinux 0x6639252b bpf_redirect_info +EXPORT_SYMBOL_GPL vmlinux 0x663bb448 devlink_fmsg_obj_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x6648db98 __SCK__tp_func_rwmmio_post_read +EXPORT_SYMBOL_GPL vmlinux 0x664eb54a k3_ringacc_ring_reset_dma +EXPORT_SYMBOL_GPL vmlinux 0x665441ed platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x665bc30f crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x665c352a dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x665e92a0 clk_set_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x66644f59 ahci_init_controller +EXPORT_SYMBOL_GPL vmlinux 0x667b1f4e iommu_fwspec_add_ids +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x668561e1 regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0x668778ac tpm_try_get_ops +EXPORT_SYMBOL_GPL vmlinux 0x66968829 serdev_device_close +EXPORT_SYMBOL_GPL vmlinux 0x669cfb9b __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x66b97421 sfp_link_up +EXPORT_SYMBOL_GPL vmlinux 0x66d385dc vp_legacy_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66da3e51 usb_phy_set_charger_state +EXPORT_SYMBOL_GPL vmlinux 0x66dbaa2c ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0x66dc6355 fsl_mc_bus_dpdcei_type +EXPORT_SYMBOL_GPL vmlinux 0x66e13f25 tpm_tis_resume +EXPORT_SYMBOL_GPL vmlinux 0x66e5e0e8 pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0x66e8b5b0 phylink_caps_to_linkmodes +EXPORT_SYMBOL_GPL vmlinux 0x66e8d07e pci_ims_alloc_irq +EXPORT_SYMBOL_GPL vmlinux 0x66eb5828 crypto_rng_reset +EXPORT_SYMBOL_GPL vmlinux 0x6709ebd2 kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0x670b339c ghes_get_devices +EXPORT_SYMBOL_GPL vmlinux 0x670cfc8e skb_mpls_pop +EXPORT_SYMBOL_GPL vmlinux 0x670fc704 adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x67117fe4 rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x671e15c6 device_find_child +EXPORT_SYMBOL_GPL vmlinux 0x67253a92 fuse_simple_background +EXPORT_SYMBOL_GPL vmlinux 0x6739a503 balloon_set_new_target +EXPORT_SYMBOL_GPL vmlinux 0x67429c91 __SCK__tp_func_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x6743df44 sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0x674563cc pci_p2pdma_enable_show +EXPORT_SYMBOL_GPL vmlinux 0x674c063d proc_create_net_data_write +EXPORT_SYMBOL_GPL vmlinux 0x674f6b86 edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0x6750163a usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0x676c688f k3_ringacc_ring_free +EXPORT_SYMBOL_GPL vmlinux 0x677c69f1 make_vfsgid +EXPORT_SYMBOL_GPL vmlinux 0x677ff88c xas_store +EXPORT_SYMBOL_GPL vmlinux 0x678fe491 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0x679211b3 of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x6794127d virtqueue_resize +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x679ac9fc trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x67a5522f clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x67ac8978 dev_pm_opp_remove +EXPORT_SYMBOL_GPL vmlinux 0x67bb86eb scsi_unregister_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x67c3c795 get_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x67d6d004 devm_register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0x67da9f7c sha512_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x67e1d022 pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0x67e24177 of_property_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0x67efbe2b platform_find_device_by_driver +EXPORT_SYMBOL_GPL vmlinux 0x67f1d909 acpi_dev_state_d0 +EXPORT_SYMBOL_GPL vmlinux 0x68064d64 blk_mq_virtio_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x68096f66 call_hid_bpf_rdesc_fixup +EXPORT_SYMBOL_GPL vmlinux 0x68189f7a pci_epc_set_bar +EXPORT_SYMBOL_GPL vmlinux 0x6822de1a firmware_upload_unregister +EXPORT_SYMBOL_GPL vmlinux 0x682c1307 pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x682e1218 sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0x682ff057 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x68460527 blkcg_set_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x684bfb9b md_find_rdev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x684ca117 zynqmp_pm_get_pll_frac_mode +EXPORT_SYMBOL_GPL vmlinux 0x685444d6 rio_dma_prep_xfer +EXPORT_SYMBOL_GPL vmlinux 0x688eacf1 serdev_device_write_buf +EXPORT_SYMBOL_GPL vmlinux 0x6892e3c3 kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL vmlinux 0x6893cb41 firmware_request_nowarn +EXPORT_SYMBOL_GPL vmlinux 0x68952493 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x68a64faa crypto_sig_maxsize +EXPORT_SYMBOL_GPL vmlinux 0x68b0b79b tcp_reno_undo_cwnd +EXPORT_SYMBOL_GPL vmlinux 0x68b563c7 br_ip6_fragment +EXPORT_SYMBOL_GPL vmlinux 0x68b6aca1 pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x68c732e5 of_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x68d352e2 usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x68d84588 virtio_require_restricted_mem_acc +EXPORT_SYMBOL_GPL vmlinux 0x68e3295f usb_phy_roothub_alloc +EXPORT_SYMBOL_GPL vmlinux 0x68fd0efd pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x6900686f vcap_find_actionfield +EXPORT_SYMBOL_GPL vmlinux 0x690c6abd inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x690dc5d1 fwnode_handle_put +EXPORT_SYMBOL_GPL vmlinux 0x690f585e phy_basic_ports_array +EXPORT_SYMBOL_GPL vmlinux 0x69187c92 mtk_hw_set_value +EXPORT_SYMBOL_GPL vmlinux 0x6926c3fa vcap_rule_get_counter +EXPORT_SYMBOL_GPL vmlinux 0x693689c6 vcpu_load +EXPORT_SYMBOL_GPL vmlinux 0x6938a12c extcon_get_property +EXPORT_SYMBOL_GPL vmlinux 0x6945ba99 cdx_dev_reset +EXPORT_SYMBOL_GPL vmlinux 0x694e152a usb_of_get_companion_dev +EXPORT_SYMBOL_GPL vmlinux 0x69518145 serdev_device_remove +EXPORT_SYMBOL_GPL vmlinux 0x695776c5 seq_buf_do_printk +EXPORT_SYMBOL_GPL vmlinux 0x6962ea59 l3mdev_fib_table_rcu +EXPORT_SYMBOL_GPL vmlinux 0x696340a5 __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0x69637b2c __traceiter_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0x696f2b63 of_changeset_init +EXPORT_SYMBOL_GPL vmlinux 0x69794512 acpi_device_fix_up_power +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x698e6639 xdp_return_frame +EXPORT_SYMBOL_GPL vmlinux 0x698edfc3 zynqmp_pm_set_gem_config +EXPORT_SYMBOL_GPL vmlinux 0x69a92f85 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0x69aa12f0 dev_pm_opp_find_level_exact +EXPORT_SYMBOL_GPL vmlinux 0x69adea48 tcp_ca_openreq_child +EXPORT_SYMBOL_GPL vmlinux 0x69b19791 crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x69baef3c of_property_read_variable_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x69cf0632 mpi_fromstr +EXPORT_SYMBOL_GPL vmlinux 0x69de74f7 regulator_get_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0x69deda30 sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0x69dedb44 kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0x69e683de uuid_gen +EXPORT_SYMBOL_GPL vmlinux 0x69ed04f9 devm_clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0x69ee2220 linear_range_get_selector_high +EXPORT_SYMBOL_GPL vmlinux 0x69fc52e9 phy_get +EXPORT_SYMBOL_GPL vmlinux 0x69fc74d7 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x6a03c8bd ping_bind +EXPORT_SYMBOL_GPL vmlinux 0x6a05b65b fb_videomode_from_videomode +EXPORT_SYMBOL_GPL vmlinux 0x6a071e14 irq_create_mapping_affinity +EXPORT_SYMBOL_GPL vmlinux 0x6a14d3af unregister_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6a3d013c fsl_mc_populate_irq_pool +EXPORT_SYMBOL_GPL vmlinux 0x6a3dffaa skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x6a421062 memory_failure_queue +EXPORT_SYMBOL_GPL vmlinux 0x6a460dc5 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0x6a4aedde power_supply_put +EXPORT_SYMBOL_GPL vmlinux 0x6a4ed341 gpiochip_line_is_open_source +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a5334c0 device_link_del +EXPORT_SYMBOL_GPL vmlinux 0x6a61670e devl_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0x6a681afe i2c_acpi_client_count +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6a9167d8 devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0x6a93c9b2 zynqmp_pm_pinctrl_get_function +EXPORT_SYMBOL_GPL vmlinux 0x6a9e90af ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x6aa2a877 xenbus_printf +EXPORT_SYMBOL_GPL vmlinux 0x6aad9152 xen_set_callback_via +EXPORT_SYMBOL_GPL vmlinux 0x6ab83a49 ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0x6abdecb3 __traceiter_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x6ac85402 virtio_add_status +EXPORT_SYMBOL_GPL vmlinux 0x6ac93b71 mtk_eint_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x6aca3a5b vfs_remove_acl +EXPORT_SYMBOL_GPL vmlinux 0x6acdc08b alloc_dax_region +EXPORT_SYMBOL_GPL vmlinux 0x6ad821a0 thermal_zone_device_id +EXPORT_SYMBOL_GPL vmlinux 0x6ae91196 pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0x6aeccc5f iomap_bmap +EXPORT_SYMBOL_GPL vmlinux 0x6af29f32 crypto_register_scomp +EXPORT_SYMBOL_GPL vmlinux 0x6b078371 usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0x6b0dc565 xen_set_irq_priority +EXPORT_SYMBOL_GPL vmlinux 0x6b11855a bio_split_rw +EXPORT_SYMBOL_GPL vmlinux 0x6b157436 usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0x6b1b0c39 edac_mc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6b1c8997 skcipher_walk_async +EXPORT_SYMBOL_GPL vmlinux 0x6b2b0d2b devl_rate_nodes_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6b2b69f7 static_key_enable +EXPORT_SYMBOL_GPL vmlinux 0x6b348b4f ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0x6b3ae022 acpi_os_unmap_iomem +EXPORT_SYMBOL_GPL vmlinux 0x6b4045ee zynqmp_pm_get_api_version +EXPORT_SYMBOL_GPL vmlinux 0x6b413c9b sfp_link_down +EXPORT_SYMBOL_GPL vmlinux 0x6b47f8a4 hisi_clk_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x6b492afd dax_iomap_fault +EXPORT_SYMBOL_GPL vmlinux 0x6b4cc1aa kill_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x6b58dae9 devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x6b6a55ff regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x6b722180 log_read_mmio +EXPORT_SYMBOL_GPL vmlinux 0x6b723075 crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6b7a4335 hyperv_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x6b802562 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b834121 bman_portals_probed +EXPORT_SYMBOL_GPL vmlinux 0x6b88239f rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0x6b916755 wbt_disable_default +EXPORT_SYMBOL_GPL vmlinux 0x6b987f04 edac_device_handle_ce_count +EXPORT_SYMBOL_GPL vmlinux 0x6ba36c6a hwpoison_filter_flags_value +EXPORT_SYMBOL_GPL vmlinux 0x6baba6d6 devm_of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0x6bbd8324 perf_unregister_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x6bc9bd61 wbc_attach_and_unlock_inode +EXPORT_SYMBOL_GPL vmlinux 0x6bcdedc0 mpi_point_init +EXPORT_SYMBOL_GPL vmlinux 0x6bcf3c51 usb_of_get_device_node +EXPORT_SYMBOL_GPL vmlinux 0x6bd087b2 device_iommu_capable +EXPORT_SYMBOL_GPL vmlinux 0x6bd1aa56 stack_trace_save +EXPORT_SYMBOL_GPL vmlinux 0x6bdef35c acpi_ec_mark_gpe_for_wake +EXPORT_SYMBOL_GPL vmlinux 0x6be3a96b hv_remove_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0x6bea417a securityfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x6c1ef5ec of_mm_gpiochip_add_data +EXPORT_SYMBOL_GPL vmlinux 0x6c205008 mpi_print +EXPORT_SYMBOL_GPL vmlinux 0x6c236708 iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x6c348fda scmi_requested_devices_nh +EXPORT_SYMBOL_GPL vmlinux 0x6c389761 acpi_bus_get_private_data +EXPORT_SYMBOL_GPL vmlinux 0x6c3f70e0 guid_gen +EXPORT_SYMBOL_GPL vmlinux 0x6c3fde00 __traceiter_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c520008 phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6c5ad0cd kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0x6c655913 register_acpi_hed_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6c956075 __SCK__tp_func_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x6c9ca7f1 irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6cab3726 usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x6cb01309 syscon_regmap_lookup_by_phandle_args +EXPORT_SYMBOL_GPL vmlinux 0x6cb0ce87 irq_get_percpu_devid_partition +EXPORT_SYMBOL_GPL vmlinux 0x6cb76321 tcp_get_syncookie_mss +EXPORT_SYMBOL_GPL vmlinux 0x6ccc71cb badblocks_clear +EXPORT_SYMBOL_GPL vmlinux 0x6cd5bc78 __traceiter_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x6cdbacc3 sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x6ce10eb0 trace_clock_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x6cef49a7 tcpv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x6cf26ceb dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x6cf49690 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x6d04891d inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x6d094d06 devm_led_get +EXPORT_SYMBOL_GPL vmlinux 0x6d09843f copy_bpf_fprog_from_user +EXPORT_SYMBOL_GPL vmlinux 0x6d0ae550 pinctrl_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x6d12b4af gpiochip_line_is_irq +EXPORT_SYMBOL_GPL vmlinux 0x6d1388a1 device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x6d211d05 pm_report_hw_sleep_time +EXPORT_SYMBOL_GPL vmlinux 0x6d2a4924 simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x6d2cfe40 dma_resv_iter_first +EXPORT_SYMBOL_GPL vmlinux 0x6d2d77e3 __traceiter_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d33ceaa dev_pm_opp_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x6d467b08 arm_smccc_1_1_get_conduit +EXPORT_SYMBOL_GPL vmlinux 0x6d49c8ed iommu_group_has_isolated_msi +EXPORT_SYMBOL_GPL vmlinux 0x6d5798f7 ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0x6d58c026 of_pci_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x6d58edb7 blk_crypto_intersect_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x6d62017d crypto_grab_kpp +EXPORT_SYMBOL_GPL vmlinux 0x6d64a1e2 shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x6d6fec1f ktime_mono_to_any +EXPORT_SYMBOL_GPL vmlinux 0x6d7832b7 __stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x6d7e951e rcu_exp_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x6d7f5dc4 uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0x6d8c56b8 device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x6da9ca52 evtchn_make_refcounted +EXPORT_SYMBOL_GPL vmlinux 0x6dab5800 cgrp_dfl_root +EXPORT_SYMBOL_GPL vmlinux 0x6dbaafd3 put_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6dcaf76c genphy_c45_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x6dd5680d sprint_symbol_build_id +EXPORT_SYMBOL_GPL vmlinux 0x6df44415 led_init_core +EXPORT_SYMBOL_GPL vmlinux 0x6df6d1a8 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x6df6df9b gpiod_set_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x6e07b849 regmap_noinc_read +EXPORT_SYMBOL_GPL vmlinux 0x6e09d93d __SCK__tp_func_map +EXPORT_SYMBOL_GPL vmlinux 0x6e14ff5d gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x6e164f32 fuse_fill_super_common +EXPORT_SYMBOL_GPL vmlinux 0x6e1e3677 scsi_block_targets +EXPORT_SYMBOL_GPL vmlinux 0x6e32f788 rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x6e353c26 mpi_rshift +EXPORT_SYMBOL_GPL vmlinux 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x6e4aa78d k3_udma_glue_rx_flow_enable +EXPORT_SYMBOL_GPL vmlinux 0x6e4adb4d dax_add_host +EXPORT_SYMBOL_GPL vmlinux 0x6e5e7010 crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0x6e6ad168 of_genpd_add_provider_simple +EXPORT_SYMBOL_GPL vmlinux 0x6e6ebe23 bpf_map_inc +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e8758d4 gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6e8a7495 ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0x6e914514 acpi_dev_irq_flags +EXPORT_SYMBOL_GPL vmlinux 0x6ea2a99f __tracepoint_rwmmio_post_read +EXPORT_SYMBOL_GPL vmlinux 0x6ea9925a lwtunnel_state_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6eb04f46 register_random_vmfork_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6ebe366f ktime_get_mono_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6ec39e0a fib4_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x6ec6e9b9 tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x6ee46f9b spi_controller_dma_unmap_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0x6ef6b54f ktime_get_boot_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6f0094b4 pci_iov_vf_id +EXPORT_SYMBOL_GPL vmlinux 0x6f069958 pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0x6f09c5bc bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0x6f124f8e dprc_scan_container +EXPORT_SYMBOL_GPL vmlinux 0x6f12560a get_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6f1405c7 crypto_type_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x6f2017de misc_cg_set_capacity +EXPORT_SYMBOL_GPL vmlinux 0x6f23a94d firmware_request_platform +EXPORT_SYMBOL_GPL vmlinux 0x6f24212a pci_msix_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x6f2c9b36 clk_regmap_gate_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x6f2d8960 irq_chip_set_wake_parent +EXPORT_SYMBOL_GPL vmlinux 0x6f3c199d bio_end_io_acct_remapped +EXPORT_SYMBOL_GPL vmlinux 0x6f4ae442 devm_acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x6f58993c gpiochip_irqchip_irq_valid +EXPORT_SYMBOL_GPL vmlinux 0x6f677952 mbox_client_peek_data +EXPORT_SYMBOL_GPL vmlinux 0x6f6b52e9 __ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x6f6edb51 mtk_clk_unregister_fixed_clks +EXPORT_SYMBOL_GPL vmlinux 0x6f7097df clk_hw_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x6f7af6ef devm_pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x6f7e6040 irq_has_action +EXPORT_SYMBOL_GPL vmlinux 0x6f7f9ea3 pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0x6f8f1b53 kvm_irq_has_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6f9c1944 balance_dirty_pages_ratelimited_flags +EXPORT_SYMBOL_GPL vmlinux 0x6f9e763b timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x6fa426d2 phylink_ethtool_nway_reset +EXPORT_SYMBOL_GPL vmlinux 0x6fa6c00f nop_posix_acl_default +EXPORT_SYMBOL_GPL vmlinux 0x6fcdb7e2 ti_sci_inta_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x6fcef6ab ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0x6fd3c2f4 debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0x6fd57440 kvm_put_kvm +EXPORT_SYMBOL_GPL vmlinux 0x6fd623c0 linear_hugepage_index +EXPORT_SYMBOL_GPL vmlinux 0x6fd6e3b9 gnttab_unmap_refs_sync +EXPORT_SYMBOL_GPL vmlinux 0x6fdc79da of_k3_ringacc_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x6fdd05ae trace_add_event_call +EXPORT_SYMBOL_GPL vmlinux 0x6fde07ff edac_pci_handle_npe +EXPORT_SYMBOL_GPL vmlinux 0x6fefab22 acpi_bus_trim +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6ffd4633 clk_hw_register_gate2 +EXPORT_SYMBOL_GPL vmlinux 0x6ffe96ac rockchip_clk_register_armclk +EXPORT_SYMBOL_GPL vmlinux 0x7006586e iommu_get_group_resv_regions +EXPORT_SYMBOL_GPL vmlinux 0x70079d69 tracepoint_probe_register_prio_may_exist +EXPORT_SYMBOL_GPL vmlinux 0x7029f558 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x702ba46d dev_coredumpsg +EXPORT_SYMBOL_GPL vmlinux 0x70378818 disk_update_readahead +EXPORT_SYMBOL_GPL vmlinux 0x703811b4 ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x70423efb zynqmp_pm_set_sd_config +EXPORT_SYMBOL_GPL vmlinux 0x7054924a xfrm_state_afinfo_get_rcu +EXPORT_SYMBOL_GPL vmlinux 0x7073c04f phy_10_100_features_array +EXPORT_SYMBOL_GPL vmlinux 0x70916a8d devm_clk_hw_get_clk +EXPORT_SYMBOL_GPL vmlinux 0x70a79c26 sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0x70ac5d4b xhci_ext_cap_init +EXPORT_SYMBOL_GPL vmlinux 0x70c04731 gpiod_disable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0x70c2c7ea pids_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x70c52dc5 nf_skb_duplicated +EXPORT_SYMBOL_GPL vmlinux 0x70c75892 of_irq_find_parent +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70f09b1b ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x70fbae4d cppc_allow_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x70feb0c0 fuse_send_init +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x71207451 acpi_dev_resource_io +EXPORT_SYMBOL_GPL vmlinux 0x7128921b iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0x7129a6f4 osc_sb_native_usb4_support_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x712b64e5 pci_epc_raise_irq +EXPORT_SYMBOL_GPL vmlinux 0x712baf46 dma_mmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x712d28da device_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x71596b32 _proc_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x71626d7a fib6_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x71724493 mctrl_gpio_enable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x717551fc irq_domain_remove_sim +EXPORT_SYMBOL_GPL vmlinux 0x7177b393 tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0x7181db30 atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7191c28f iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0x7195940a mctrl_gpio_disable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x7196c46f devm_spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x719e17ff clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x71a20f4a __SCK__tp_func_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x71af403c mptcp_pm_get_subflows_max +EXPORT_SYMBOL_GPL vmlinux 0x71b6cf94 dst_cache_reset_now +EXPORT_SYMBOL_GPL vmlinux 0x71bab2d9 ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x71c059d8 __traceiter_map +EXPORT_SYMBOL_GPL vmlinux 0x71d5d402 dax_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0x71d97172 __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0x71fb63a0 ahci_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x71fc0d27 meson_clk_pll_ops +EXPORT_SYMBOL_GPL vmlinux 0x7206becb devm_acpi_dev_add_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x7206dc6e folio_wait_writeback_killable +EXPORT_SYMBOL_GPL vmlinux 0x7218e477 blkg_conf_exit +EXPORT_SYMBOL_GPL vmlinux 0x721c733c blk_steal_bios +EXPORT_SYMBOL_GPL vmlinux 0x721f44fb get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0x7224a5f4 gpiochip_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x72287189 devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x72361440 nvdimm_bus_add_badrange +EXPORT_SYMBOL_GPL vmlinux 0x723a92fd set_capacity_and_notify +EXPORT_SYMBOL_GPL vmlinux 0x72570761 blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0x7265f2b0 pci_vpd_check_csum +EXPORT_SYMBOL_GPL vmlinux 0x726d1697 dax_remove_host +EXPORT_SYMBOL_GPL vmlinux 0x72786e22 usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x7282ecb6 rcu_async_hurry +EXPORT_SYMBOL_GPL vmlinux 0x7283161b percpu_ref_switch_to_percpu +EXPORT_SYMBOL_GPL vmlinux 0x7297df8d device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0x72ae1839 base64_decode +EXPORT_SYMBOL_GPL vmlinux 0x72c545e2 ahci_platform_ops +EXPORT_SYMBOL_GPL vmlinux 0x72d267dc nvmem_del_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0x72eaf2d2 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x72ed9fae blk_mq_freeze_queue_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x72f6bb12 kvm_read_guest_offset_cached +EXPORT_SYMBOL_GPL vmlinux 0x73027df3 usb_acpi_power_manageable +EXPORT_SYMBOL_GPL vmlinux 0x730a37ff pci_doe +EXPORT_SYMBOL_GPL vmlinux 0x7316851c iocb_bio_iopoll +EXPORT_SYMBOL_GPL vmlinux 0x731da6c1 sysfs_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x732852fe xenbus_transaction_end +EXPORT_SYMBOL_GPL vmlinux 0x732ed29b regulator_get_hardware_vsel_register +EXPORT_SYMBOL_GPL vmlinux 0x73434c09 kvm_clear_guest +EXPORT_SYMBOL_GPL vmlinux 0x73572b5b mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x7379ee07 ping_hash +EXPORT_SYMBOL_GPL vmlinux 0x73939cf7 pci_vpd_alloc +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73a874eb ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x73c5caa3 ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x73caff12 led_set_brightness_nopm +EXPORT_SYMBOL_GPL vmlinux 0x73cc8631 oiap +EXPORT_SYMBOL_GPL vmlinux 0x73ecdadd hwpoison_filter +EXPORT_SYMBOL_GPL vmlinux 0x741288ab bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x7415b579 mtk_pinconf_bias_get_combo +EXPORT_SYMBOL_GPL vmlinux 0x741a7b63 pci_assign_unassigned_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x7429297b interval_tree_span_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x7429a69e tps65912_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x7429e68a pinmux_generic_get_function +EXPORT_SYMBOL_GPL vmlinux 0x74326d22 proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0x743b99d8 xenmem_reservation_increase +EXPORT_SYMBOL_GPL vmlinux 0x743ceb84 query_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x74457e56 apei_resources_fini +EXPORT_SYMBOL_GPL vmlinux 0x744ee1de kvm_destroy_vcpus +EXPORT_SYMBOL_GPL vmlinux 0x7455a71e fwnode_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x745916e2 nfs_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0x74621390 gnttab_dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x7467a162 ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0x74704115 kthread_use_mm +EXPORT_SYMBOL_GPL vmlinux 0x747614c8 ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0x7476df23 perf_report_aux_output_id +EXPORT_SYMBOL_GPL vmlinux 0x7483e3a7 platform_irqchip_probe +EXPORT_SYMBOL_GPL vmlinux 0x748cb921 virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x7495dc30 cpufreq_disable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x74a05956 blk_req_zone_write_trylock +EXPORT_SYMBOL_GPL vmlinux 0x74a22bb4 k3_udma_glue_push_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x74b5ea68 lcm_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74bb973d __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x74bf2e01 scsi_pr_type_to_block +EXPORT_SYMBOL_GPL vmlinux 0x74c741fb dev_pm_genpd_set_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x74c7bffa stack_trace_snprint +EXPORT_SYMBOL_GPL vmlinux 0x74d42632 mas_empty_area +EXPORT_SYMBOL_GPL vmlinux 0x74e73871 housekeeping_overridden +EXPORT_SYMBOL_GPL vmlinux 0x75133f6e visitor128 +EXPORT_SYMBOL_GPL vmlinux 0x751d1c34 pci_p2pmem_publish +EXPORT_SYMBOL_GPL vmlinux 0x751d2e97 bpf_log +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x752430ae driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x752570d9 blk_bio_list_merge +EXPORT_SYMBOL_GPL vmlinux 0x7529234e exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0x752aba38 rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x752cef62 crypto_akcipher_sync_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x75416575 pci_sriov_configure_simple +EXPORT_SYMBOL_GPL vmlinux 0x75461e16 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x7546def7 pci_generic_config_read +EXPORT_SYMBOL_GPL vmlinux 0x75484056 dma_free_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x75485bdb devlink_port_init +EXPORT_SYMBOL_GPL vmlinux 0x75623037 dst_cache_set_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x756aa227 kernfs_path_from_node +EXPORT_SYMBOL_GPL vmlinux 0x756adb16 regulator_set_soft_start_regmap +EXPORT_SYMBOL_GPL vmlinux 0x756f4bc3 crypto_unregister_scomps +EXPORT_SYMBOL_GPL vmlinux 0x7571f8eb dev_fill_metadata_dst +EXPORT_SYMBOL_GPL vmlinux 0x7572cefc cpu_device_create +EXPORT_SYMBOL_GPL vmlinux 0x75730610 vcap_tc_flower_handler_portnum_usage +EXPORT_SYMBOL_GPL vmlinux 0x7577b12c pci_epc_get_features +EXPORT_SYMBOL_GPL vmlinux 0x757c1bbb housekeeping_any_cpu +EXPORT_SYMBOL_GPL vmlinux 0x75876626 of_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x758a43fe k3_ringacc_get_ring_irq_num +EXPORT_SYMBOL_GPL vmlinux 0x759139cb of_pci_check_probe_only +EXPORT_SYMBOL_GPL vmlinux 0x759bfe36 btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0x75a750e4 vcap_rule_rem_key +EXPORT_SYMBOL_GPL vmlinux 0x75b60244 __devm_rtc_register_device +EXPORT_SYMBOL_GPL vmlinux 0x75bd5800 usb_intf_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0x75dd4ebe of_overlay_remove +EXPORT_SYMBOL_GPL vmlinux 0x75e51945 __SCK__tp_func_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x75e88179 raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x75e9c735 pci_ats_disabled +EXPORT_SYMBOL_GPL vmlinux 0x75fb9062 arch_timer_read_counter +EXPORT_SYMBOL_GPL vmlinux 0x760a5902 __traceiter_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x760f0b8a dev_pm_opp_get_of_node +EXPORT_SYMBOL_GPL vmlinux 0x761385ec devlink_flash_update_status_notify +EXPORT_SYMBOL_GPL vmlinux 0x76220965 of_irq_parse_raw +EXPORT_SYMBOL_GPL vmlinux 0x7623caf0 acpi_subsys_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x762f8679 xen_find_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0x7637e8f1 iomap_finish_ioends +EXPORT_SYMBOL_GPL vmlinux 0x763d72f1 rockchip_pcie_parse_dt +EXPORT_SYMBOL_GPL vmlinux 0x7646d46a simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x76517f03 interval_tree_span_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0x76521c92 usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0x7656410c mpi_sub +EXPORT_SYMBOL_GPL vmlinux 0x76569f1b param_set_uint_minmax +EXPORT_SYMBOL_GPL vmlinux 0x765de75a fsl_mc_bus_dpaiop_type +EXPORT_SYMBOL_GPL vmlinux 0x7665a95b idr_remove +EXPORT_SYMBOL_GPL vmlinux 0x766feb5c md_find_rdev_nr_rcu +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7683587c dax_layout_busy_page +EXPORT_SYMBOL_GPL vmlinux 0x768a25f0 subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0x768dd13e regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0x76929719 spi_controller_resume +EXPORT_SYMBOL_GPL vmlinux 0x769cefb5 percpu_ref_switch_to_atomic +EXPORT_SYMBOL_GPL vmlinux 0x76a2705b sock_diag_destroy +EXPORT_SYMBOL_GPL vmlinux 0x76a61e85 __SCK__tp_func_rwmmio_write +EXPORT_SYMBOL_GPL vmlinux 0x76a83f8e component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0x76b19c15 mtk_pinconf_drive_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x76befeda tpm2_get_tpm_pt +EXPORT_SYMBOL_GPL vmlinux 0x76ce1b88 usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0x76d1af56 debounce_time_mt2701 +EXPORT_SYMBOL_GPL vmlinux 0x76d684b5 regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x76d9b876 clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x76e336b8 ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x76e76e33 blk_mq_queue_inflight +EXPORT_SYMBOL_GPL vmlinux 0x76e85b92 gnttab_request_free_callback +EXPORT_SYMBOL_GPL vmlinux 0x76e8c759 fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x76ea0ea8 input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0x76eeeb0f sha384_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x77010eb8 iommu_device_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x770a5ae9 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x770da08f sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0x770e7699 rio_pw_enable +EXPORT_SYMBOL_GPL vmlinux 0x7712771a unbind_from_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7720b52f usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x77222306 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x7722955b i2c_new_scanned_device +EXPORT_SYMBOL_GPL vmlinux 0x772b0f64 __wake_up_pollfree +EXPORT_SYMBOL_GPL vmlinux 0x7731db63 gnttab_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x7739b11f ip6_route_output_flags +EXPORT_SYMBOL_GPL vmlinux 0x77469bcf usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x774ef051 sk_psock_drop +EXPORT_SYMBOL_GPL vmlinux 0x77522cf6 sbitmap_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0x7753510a pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x7757b51a clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7758976e genphy_c45_read_status +EXPORT_SYMBOL_GPL vmlinux 0x7791e066 dw_pcie_read +EXPORT_SYMBOL_GPL vmlinux 0x77928887 input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0x7797fbb5 imx_clk_hw_pfdv2 +EXPORT_SYMBOL_GPL vmlinux 0x77a1139c ahci_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x77a133ba irq_domain_translate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x77a197db devm_request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x77a20451 of_irq_get_byname +EXPORT_SYMBOL_GPL vmlinux 0x77acbc89 tegra_bpmp_mrq_return +EXPORT_SYMBOL_GPL vmlinux 0x77ae495d usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0x77b6bf48 __fscrypt_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x77ba409f imx_pinctrl_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x77bffcf0 blk_mq_start_stopped_hw_queue +EXPORT_SYMBOL_GPL vmlinux 0x77c50093 xfrm_state_mtu +EXPORT_SYMBOL_GPL vmlinux 0x77c730c9 gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0x77d69a3c netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0x77d71c9d dprc_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x77e75be3 sfp_bus_put +EXPORT_SYMBOL_GPL vmlinux 0x77e8f134 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x77ecf68d memalloc_socks_key +EXPORT_SYMBOL_GPL vmlinux 0x77f24400 perf_register_guest_info_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x77ff80d3 __tracepoint_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x780d1a11 iomap_ioend_try_merge +EXPORT_SYMBOL_GPL vmlinux 0x78265301 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0x782ff8a0 unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x7846c75a fib_rule_matchall +EXPORT_SYMBOL_GPL vmlinux 0x7847c621 sfp_parse_support +EXPORT_SYMBOL_GPL vmlinux 0x784b7a8b securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x785a93b4 si_mem_available +EXPORT_SYMBOL_GPL vmlinux 0x787455ab acpi_pm_set_device_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x787a9a64 mmc_crypto_prepare_req +EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x788bfbad ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0x788e096e syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x7897aead of_msi_configure +EXPORT_SYMBOL_GPL vmlinux 0x789c73d9 rcu_cpu_stall_suppress_at_boot +EXPORT_SYMBOL_GPL vmlinux 0x78a7221e nvdimm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x78b9b07e __traceiter_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x78ddb76b dmi_match +EXPORT_SYMBOL_GPL vmlinux 0x78debf74 devm_regmap_init_vexpress_config +EXPORT_SYMBOL_GPL vmlinux 0x78e9306f rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0x78fdba6e phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0x79064db0 devm_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x790be0b9 usb_bus_idr +EXPORT_SYMBOL_GPL vmlinux 0x7918d817 memory_failure +EXPORT_SYMBOL_GPL vmlinux 0x79345cb9 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x7934aa08 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x7943da3a em_pd_get +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x79464bf3 proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0x79470a2c TSS_authhmac +EXPORT_SYMBOL_GPL vmlinux 0x794a0461 rockchip_pcie_disable_clocks +EXPORT_SYMBOL_GPL vmlinux 0x794b7271 orderly_reboot +EXPORT_SYMBOL_GPL vmlinux 0x7953788f dev_pm_opp_xlate_required_opp +EXPORT_SYMBOL_GPL vmlinux 0x79805b0c phy_package_leave +EXPORT_SYMBOL_GPL vmlinux 0x79884d98 acpi_initialize_hp_context +EXPORT_SYMBOL_GPL vmlinux 0x798b7682 klist_prev +EXPORT_SYMBOL_GPL vmlinux 0x798d0647 i2c_slave_event +EXPORT_SYMBOL_GPL vmlinux 0x799a9d31 spi_mem_default_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x79b16198 dev_pm_qos_expose_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x79b857f1 usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0x79bc842c usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x79defbe1 kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x79f1aa44 find_iova +EXPORT_SYMBOL_GPL vmlinux 0x79f697e4 lzorle1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x79fc6d0b dpcon_set_notification +EXPORT_SYMBOL_GPL vmlinux 0x7a0dd59c virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0x7a26867d gpiochip_generic_config +EXPORT_SYMBOL_GPL vmlinux 0x7a2eb69e __dax_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x7a332c79 is_dock_device +EXPORT_SYMBOL_GPL vmlinux 0x7a3f16a2 devl_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7a4109d5 crypto_akcipher_sync_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x7a56f7da dev_err_probe +EXPORT_SYMBOL_GPL vmlinux 0x7a707826 bpf_prog_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x7a73e605 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7a7879f4 dm_start_time_ns_from_clone +EXPORT_SYMBOL_GPL vmlinux 0x7a7cbabc lwtunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x7a81541b async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x7a98f4b4 copy_from_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0x7a99e1f4 sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0x7a9c09b3 driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x7a9e4c23 software_node_register_node_group +EXPORT_SYMBOL_GPL vmlinux 0x7aa4823c find_ge_pid +EXPORT_SYMBOL_GPL vmlinux 0x7abf65dd sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0x7ac10ad8 icst_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x7ac25c1b pci_epc_set_msix +EXPORT_SYMBOL_GPL vmlinux 0x7ac464e7 of_reserved_mem_lookup +EXPORT_SYMBOL_GPL vmlinux 0x7ac64c80 dma_alloc_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x7ac722bd phy_all_ports_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7ad02a41 asn1_encode_tag +EXPORT_SYMBOL_GPL vmlinux 0x7ad1ded1 pinctrl_register_mappings +EXPORT_SYMBOL_GPL vmlinux 0x7ad2c64c k3_udma_glue_release_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0x7adbb195 dev_pm_opp_remove_all_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x7afb16ee __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x7afb99d2 clk_hw_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x7afcb7db __kprobe_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x7afe324e halt_poll_ns_grow +EXPORT_SYMBOL_GPL vmlinux 0x7b040a5b ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x7b1bc751 fscrypt_prepare_lookup_partial +EXPORT_SYMBOL_GPL vmlinux 0x7b207c05 ma35d1_reg_adc_clkdiv +EXPORT_SYMBOL_GPL vmlinux 0x7b26d640 ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7b2fea2f of_dma_is_coherent +EXPORT_SYMBOL_GPL vmlinux 0x7b3e6b82 gpiochip_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x7b43ad70 ata_sas_tport_add +EXPORT_SYMBOL_GPL vmlinux 0x7b530286 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x7b53464a find_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x7b5452b8 acpi_unregister_gsi +EXPORT_SYMBOL_GPL vmlinux 0x7b5a4926 sha1_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x7b5ceaf7 fsl_mc_obj_close +EXPORT_SYMBOL_GPL vmlinux 0x7b5ef2c1 xen_xlate_remap_gfn_array +EXPORT_SYMBOL_GPL vmlinux 0x7b60a499 qcom_smem_state_register +EXPORT_SYMBOL_GPL vmlinux 0x7b6a25a2 xenbus_probe_node +EXPORT_SYMBOL_GPL vmlinux 0x7b6f9536 acpi_register_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x7b710019 __pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0x7b73d084 dev_pm_opp_of_register_em +EXPORT_SYMBOL_GPL vmlinux 0x7b872a30 blk_queue_flag_test_and_set +EXPORT_SYMBOL_GPL vmlinux 0x7b8910f4 kfence_sample_interval +EXPORT_SYMBOL_GPL vmlinux 0x7b90d1a9 bind_virq_to_irqhandler +EXPORT_SYMBOL_GPL vmlinux 0x7b9793a2 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x7b9b7b0e iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x7ba1e51f __skb_zcopy_downgrade_managed +EXPORT_SYMBOL_GPL vmlinux 0x7baa3982 dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x7bb045a7 __request_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x7bb3fa18 vcap_rule_add_action_bit +EXPORT_SYMBOL_GPL vmlinux 0x7bbf4fbc relay_late_setup_files +EXPORT_SYMBOL_GPL vmlinux 0x7bc46b51 extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0x7bdc5572 synth_event_trace_start +EXPORT_SYMBOL_GPL vmlinux 0x7bdf7f9c pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x7bee2be3 vcap_tc_flower_handler_ip_usage +EXPORT_SYMBOL_GPL vmlinux 0x7bf24ced event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0x7bfec21b irq_domain_alloc_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x7c0caf78 fscrypt_set_context +EXPORT_SYMBOL_GPL vmlinux 0x7c0ed730 __irq_domain_alloc_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x7c11ba17 perf_event_addr_filters_sync +EXPORT_SYMBOL_GPL vmlinux 0x7c12f41d crypto_alloc_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x7c24cc4b regmap_field_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x7c291e86 show_rcu_tasks_trace_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0x7c355985 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0x7c3d8a4b icc_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x7c47c88e wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x7c612506 devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0x7c8d191c gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x7c94c99a kvm_release_pfn_dirty +EXPORT_SYMBOL_GPL vmlinux 0x7c983a5d dmi_walk +EXPORT_SYMBOL_GPL vmlinux 0x7c9a7371 clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0x7ca64a0b __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x7cb1aea1 devlink_dpipe_header_ethernet +EXPORT_SYMBOL_GPL vmlinux 0x7cb803de btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0x7cbe342e __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0x7cc3cfe5 regulator_irq_map_event_simple +EXPORT_SYMBOL_GPL vmlinux 0x7cc84d98 from_vfsgid +EXPORT_SYMBOL_GPL vmlinux 0x7cce902d __tracepoint_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0x7cceaf92 zs_pool_stats +EXPORT_SYMBOL_GPL vmlinux 0x7cd25457 vp_modern_set_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7cd7ba1d kernel_read_file_from_fd +EXPORT_SYMBOL_GPL vmlinux 0x7cdb2dd0 usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0x7cdb3c82 fsl_mc_device_group +EXPORT_SYMBOL_GPL vmlinux 0x7ce29b95 dev_pm_opp_config_clks_simple +EXPORT_SYMBOL_GPL vmlinux 0x7ce2ccb7 clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0x7ce3b6fb fwnode_connection_find_matches +EXPORT_SYMBOL_GPL vmlinux 0x7ce751a2 of_clk_hw_simple_get +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cf54d43 key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0x7cfed044 dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x7d00c65b nd_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x7d0f6b42 __tracepoint_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x7d1bb1d4 tnum_strn +EXPORT_SYMBOL_GPL vmlinux 0x7d3e09c0 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0x7d3ef316 class_is_registered +EXPORT_SYMBOL_GPL vmlinux 0x7d43af98 bpf_offload_dev_create +EXPORT_SYMBOL_GPL vmlinux 0x7d471321 zynqmp_pm_pinctrl_release +EXPORT_SYMBOL_GPL vmlinux 0x7d4f7cfd component_compare_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x7d53b973 tegra_bpmp_put +EXPORT_SYMBOL_GPL vmlinux 0x7d541e39 sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0x7d558968 trace_seq_puts +EXPORT_SYMBOL_GPL vmlinux 0x7d5784e5 alarmtimer_get_rtcdev +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d5ae25a __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0x7d5cb51a xhci_add_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x7d89a7d3 __crypto_alloc_tfmgfp +EXPORT_SYMBOL_GPL vmlinux 0x7d9e7f97 kvm_io_bus_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x7da36920 l3mdev_ifindex_lookup_by_table_id +EXPORT_SYMBOL_GPL vmlinux 0x7dae6e66 scsi_ioctl_block_when_processing_errors +EXPORT_SYMBOL_GPL vmlinux 0x7daef8d4 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x7db8a3b2 espintcp_push_skb +EXPORT_SYMBOL_GPL vmlinux 0x7dbcb5b0 acpi_subsys_suspend +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7ddea503 is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0x7de39e07 phy_basic_t1_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7de4b7be nf_queue_entry_free +EXPORT_SYMBOL_GPL vmlinux 0x7de65a03 acpi_lpat_free_conversion_table +EXPORT_SYMBOL_GPL vmlinux 0x7de6cc23 io_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x7defc870 gnttab_end_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0x7df39df1 __devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x7df97b78 cpufreq_driver_resolve_freq +EXPORT_SYMBOL_GPL vmlinux 0x7e023305 crypto_sig_set_pubkey +EXPORT_SYMBOL_GPL vmlinux 0x7e025721 regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0x7e2ee03d dev_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0x7e3bb67a spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0x7e3bdecd __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0x7e3d125e devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7e4ce4c2 devl_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x7e4e696c of_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x7e583740 class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x7e5d3f71 dma_vmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x7e5db80b pstore_name_to_type +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e7701da serial8250_rx_dma_flush +EXPORT_SYMBOL_GPL vmlinux 0x7e7a47c9 pci_acpi_clear_companion_lookup_hook +EXPORT_SYMBOL_GPL vmlinux 0x7e7e3f58 ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7e81f6b7 usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x7e8d8619 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0x7e917894 __SCK__tp_func_unmap +EXPORT_SYMBOL_GPL vmlinux 0x7e99c3e5 devm_of_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x7ea3284d gpiod_enable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0x7ea75c24 __wake_up_locked_key_bookmark +EXPORT_SYMBOL_GPL vmlinux 0x7eb808d0 add_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7eb83f5e dma_resv_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x7ecba52d ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0x7ece6fca pinctrl_pm_select_sleep_state +EXPORT_SYMBOL_GPL vmlinux 0x7eda28ca xhci_find_slot_id_by_port +EXPORT_SYMBOL_GPL vmlinux 0x7edacd5b dma_async_device_channel_register +EXPORT_SYMBOL_GPL vmlinux 0x7ee228c0 kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x7ee37431 mctp_register_netdev +EXPORT_SYMBOL_GPL vmlinux 0x7ee6d809 usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x7eea6b8b pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0x7ef6532b init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0x7f047e65 modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x7f08551d iommu_fwspec_init +EXPORT_SYMBOL_GPL vmlinux 0x7f0dc284 vcap_debugfs +EXPORT_SYMBOL_GPL vmlinux 0x7f0dce95 fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0x7f0fad7a synth_event_add_val +EXPORT_SYMBOL_GPL vmlinux 0x7f13d434 __traceiter_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0x7f15a7d1 ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x7f169723 __traceiter_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x7f179723 rz_mtu3_32bit_ch_read +EXPORT_SYMBOL_GPL vmlinux 0x7f2c7170 nvmem_cell_read_variable_le_u64 +EXPORT_SYMBOL_GPL vmlinux 0x7f3089ea skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0x7f380a46 pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x7f3d2e47 debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0x7f3fbd44 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x7f466ad5 regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x7f679f0f udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x7f6c01a3 uart_xchar_out +EXPORT_SYMBOL_GPL vmlinux 0x7f6cee89 rhashtable_free_and_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7f777676 find_mci_by_dev +EXPORT_SYMBOL_GPL vmlinux 0x7f7cbc64 ip_tunnel_need_metadata +EXPORT_SYMBOL_GPL vmlinux 0x7f82c72f mtk_pinconf_bias_set +EXPORT_SYMBOL_GPL vmlinux 0x7f84f35d rcu_gp_slow_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7f8839d6 i2c_acpi_get_i2c_resource +EXPORT_SYMBOL_GPL vmlinux 0x7f8cb579 mtk_paris_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0x7f908b8b sdio_retune_crc_enable +EXPORT_SYMBOL_GPL vmlinux 0x7f98b639 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x7f9b1879 osc_cpc_flexible_adr_space_confirmed +EXPORT_SYMBOL_GPL vmlinux 0x7fa370d7 ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x7fa3e26e __regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x7fa96509 erst_get_record_id_next +EXPORT_SYMBOL_GPL vmlinux 0x7fa97c02 phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x7fab3d49 thermal_zone_device_enable +EXPORT_SYMBOL_GPL vmlinux 0x7fc693e2 platform_get_irq_optional +EXPORT_SYMBOL_GPL vmlinux 0x7fea2872 acpi_bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x7fefad8c nop_posix_acl_access +EXPORT_SYMBOL_GPL vmlinux 0x7ff19c40 zynqmp_pm_set_requirement +EXPORT_SYMBOL_GPL vmlinux 0x7ff559f8 sched_show_task +EXPORT_SYMBOL_GPL vmlinux 0x8002f4f6 dw_pcie_host_deinit +EXPORT_SYMBOL_GPL vmlinux 0x8009c88b crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x800da7ca balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x800e48aa gpiod_set_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0x80135182 k3_ringacc_ring_pop_tail +EXPORT_SYMBOL_GPL vmlinux 0x80206d5e rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0x8035bed7 rockchip_clk_protect_critical +EXPORT_SYMBOL_GPL vmlinux 0x804a8ad0 reset_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x807766ea usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x807fdcc4 call_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x807feb37 vcap_get_rule +EXPORT_SYMBOL_GPL vmlinux 0x80809120 cpufreq_dbs_governor_exit +EXPORT_SYMBOL_GPL vmlinux 0x808b0a99 serdev_device_set_baudrate +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x80a095d8 scatterwalk_ffwd +EXPORT_SYMBOL_GPL vmlinux 0x80aa4949 ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0x80c68137 nf_log_buf_close +EXPORT_SYMBOL_GPL vmlinux 0x80cbd742 virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0x80d2e929 imx_clk_fracn_gppll +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80e173ff usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0x80e88177 __tracepoint_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x80efd015 imx_dev_clk_hw_pll14xx +EXPORT_SYMBOL_GPL vmlinux 0x80f6145c pm_wakeup_dev_event +EXPORT_SYMBOL_GPL vmlinux 0x80f742f2 crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x80fc91f0 blk_next_bio +EXPORT_SYMBOL_GPL vmlinux 0x80fda3e3 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0x80fff2a3 devlink_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8110a73a cond_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x8118caef regulator_find_closest_bigger +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x8126b7ca pci_ecam_create +EXPORT_SYMBOL_GPL vmlinux 0x812b3df2 mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0x81427d08 pm_clk_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x814cdea4 irq_domain_free_irqs_common +EXPORT_SYMBOL_GPL vmlinux 0x815588a6 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x815fda83 sed_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x816a41ca cpufreq_update_limits +EXPORT_SYMBOL_GPL vmlinux 0x816b3e2b serial8250_em485_stop_tx +EXPORT_SYMBOL_GPL vmlinux 0x816f2d6b dev_pm_opp_of_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x8170a535 pm_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x8180cede asn1_encode_sequence +EXPORT_SYMBOL_GPL vmlinux 0x818242c6 do_xdp_generic +EXPORT_SYMBOL_GPL vmlinux 0x818c2b27 gnttab_unmap_refs_async +EXPORT_SYMBOL_GPL vmlinux 0x81979d52 file_is_kvm +EXPORT_SYMBOL_GPL vmlinux 0x819c79c3 wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x819d72cb klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x81a7f541 percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x81aa78d8 zynqmp_pm_aes_engine +EXPORT_SYMBOL_GPL vmlinux 0x81b9440f __fscrypt_prepare_rename +EXPORT_SYMBOL_GPL vmlinux 0x81baadf2 hv_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0x81cc8050 device_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x81cf5282 trace_seq_bprintf +EXPORT_SYMBOL_GPL vmlinux 0x81e2bdf4 generic_handle_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x81e9f115 dev_pm_opp_adjust_voltage +EXPORT_SYMBOL_GPL vmlinux 0x81eaae7e dev_pm_opp_get_max_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0x81f372a2 unregister_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x81f60255 vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0x82079f0f of_clk_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0x82092899 badrange_forget +EXPORT_SYMBOL_GPL vmlinux 0x8211cb73 acpi_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x8220a38e k3_ringacc_get_ring_id +EXPORT_SYMBOL_GPL vmlinux 0x82226c53 pinctrl_unregister_mappings +EXPORT_SYMBOL_GPL vmlinux 0x823eae06 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x8242b92e clockevents_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0x824cf74b rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x825c7340 phylink_get_eee_err +EXPORT_SYMBOL_GPL vmlinux 0x82702829 rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0x8275af0f clk_hw_get_flags +EXPORT_SYMBOL_GPL vmlinux 0x8275fe10 of_reserved_mem_device_release +EXPORT_SYMBOL_GPL vmlinux 0x827e61f8 acpi_has_watchdog +EXPORT_SYMBOL_GPL vmlinux 0x8285a6e3 rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0x828e22f4 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0x829bc953 xhci_stop +EXPORT_SYMBOL_GPL vmlinux 0x829f9253 spi_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0x82a80545 __SCK__tp_func_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x82c4d549 devlink_port_linecard_set +EXPORT_SYMBOL_GPL vmlinux 0x82d0b1d1 mtk_clk_pdev_probe +EXPORT_SYMBOL_GPL vmlinux 0x82d366d8 dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x82d5e3e3 iommu_get_domain_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82d9679c lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0x82dab0e6 cpufreq_policy_transition_delay_us +EXPORT_SYMBOL_GPL vmlinux 0x82e93de3 meson_clk_mpll_ops +EXPORT_SYMBOL_GPL vmlinux 0x82edfcf1 power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x82ef3150 regmap_noinc_write +EXPORT_SYMBOL_GPL vmlinux 0x82f56c5e device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0x83237ff1 of_prop_next_u32 +EXPORT_SYMBOL_GPL vmlinux 0x8330101e dprc_reset_container +EXPORT_SYMBOL_GPL vmlinux 0x8339df73 klist_add_behind +EXPORT_SYMBOL_GPL vmlinux 0x8349a895 nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x8353dfff acpi_os_get_iomem +EXPORT_SYMBOL_GPL vmlinux 0x8360c10d vcap_tc_flower_handler_ethaddr_usage +EXPORT_SYMBOL_GPL vmlinux 0x836d652f poll_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x83773ac8 crypto_grab_ahash +EXPORT_SYMBOL_GPL vmlinux 0x8384e157 fuse_dev_install +EXPORT_SYMBOL_GPL vmlinux 0x838b9af0 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0x83af56c4 kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0x83b52b9f wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0x83b5b396 vcap_del_rule +EXPORT_SYMBOL_GPL vmlinux 0x83e06ba4 elv_register +EXPORT_SYMBOL_GPL vmlinux 0x83e8ddf0 pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0x83fb2730 usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0x83fd9ea6 rockchip_pcie_get_phys +EXPORT_SYMBOL_GPL vmlinux 0x8402ccd1 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0x840e85a1 thermal_remove_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x84106f36 devlink_trap_ctx_priv +EXPORT_SYMBOL_GPL vmlinux 0x8425b9c3 xas_split_alloc +EXPORT_SYMBOL_GPL vmlinux 0x84264ced fs_umode_to_ftype +EXPORT_SYMBOL_GPL vmlinux 0x842f046d usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x8434abe6 irq_domain_push_irq +EXPORT_SYMBOL_GPL vmlinux 0x843d70ef acpi_is_root_bridge +EXPORT_SYMBOL_GPL vmlinux 0x844b2d02 edac_pci_del_device +EXPORT_SYMBOL_GPL vmlinux 0x84502a47 blk_status_to_errno +EXPORT_SYMBOL_GPL vmlinux 0x8460b342 vp_legacy_config_vector +EXPORT_SYMBOL_GPL vmlinux 0x8462cb62 atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0x847447f0 icc_node_add +EXPORT_SYMBOL_GPL vmlinux 0x847a9f1c rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x847dc5d3 devm_of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0x849ad7d5 cpufreq_enable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x84a3c7ab rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0x84a5d127 pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0x84a8d0eb of_changeset_revert +EXPORT_SYMBOL_GPL vmlinux 0x84ca9416 sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0x84eeea5c kvm_make_all_cpus_request +EXPORT_SYMBOL_GPL vmlinux 0x84eefaca clk_hw_get_name +EXPORT_SYMBOL_GPL vmlinux 0x84ef27f5 synth_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x84f09aed usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0x84f96f69 ata_pci_shutdown_one +EXPORT_SYMBOL_GPL vmlinux 0x8505cdb7 bpf_trace_run5 +EXPORT_SYMBOL_GPL vmlinux 0x8506baa8 clk_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x8507ffae wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0x850bb6db devlink_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x85142df4 sbitmap_queue_init_node +EXPORT_SYMBOL_GPL vmlinux 0x85185c33 transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0x851e6003 usb_phy_roothub_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x851fe124 __SCK__tp_func_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x85267784 clk_regmap_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x8527a35b cdx_device_add +EXPORT_SYMBOL_GPL vmlinux 0x85290868 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0x85345ae6 acpi_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x8538d055 pfn_to_online_page +EXPORT_SYMBOL_GPL vmlinux 0x8544d4e2 bpf_preload_ops +EXPORT_SYMBOL_GPL vmlinux 0x85451a95 ncsi_vlan_rx_kill_vid +EXPORT_SYMBOL_GPL vmlinux 0x8547f033 devm_i2c_add_adapter +EXPORT_SYMBOL_GPL vmlinux 0x85540ebc nvmem_cell_put +EXPORT_SYMBOL_GPL vmlinux 0x8557ad69 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0x855e2083 synth_event_trace_array +EXPORT_SYMBOL_GPL vmlinux 0x8565ae9f virtio_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x8569a1b9 dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0x8582055c of_fdt_unflatten_tree +EXPORT_SYMBOL_GPL vmlinux 0x858e2628 dax_holder +EXPORT_SYMBOL_GPL vmlinux 0x858f9dee xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0x859708b2 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0x85d630a4 generic_online_page +EXPORT_SYMBOL_GPL vmlinux 0x85dbd833 dma_get_merge_boundary +EXPORT_SYMBOL_GPL vmlinux 0x85e7f21e __clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x85eda7cc genphy_c45_pma_suspend +EXPORT_SYMBOL_GPL vmlinux 0x85eed1be iopf_queue_discard_partial +EXPORT_SYMBOL_GPL vmlinux 0x85ff4dc3 perf_event_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0x86020699 pci_epc_add_epf +EXPORT_SYMBOL_GPL vmlinux 0x8605d811 max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0x86069b6b inet6_sock_destruct +EXPORT_SYMBOL_GPL vmlinux 0x8619ad35 devm_ti_sci_get_handle +EXPORT_SYMBOL_GPL vmlinux 0x861a7a70 fscrypt_dummy_policies_equal +EXPORT_SYMBOL_GPL vmlinux 0x862258db timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x862bb17b linear_range_values_in_range_array +EXPORT_SYMBOL_GPL vmlinux 0x86319671 crypto_unregister_templates +EXPORT_SYMBOL_GPL vmlinux 0x8637c0c8 bpf_prog_inc +EXPORT_SYMBOL_GPL vmlinux 0x86585a33 devlink_fmsg_obj_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x86616c46 pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x86623fd7 notify_remote_via_irq +EXPORT_SYMBOL_GPL vmlinux 0x86700220 acpi_get_cpuid +EXPORT_SYMBOL_GPL vmlinux 0x8677245d unregister_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8680ec7d dw_pcie_host_init +EXPORT_SYMBOL_GPL vmlinux 0x8684c506 devm_mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x86853fb6 __traceiter_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x86871b40 devlink_info_version_stored_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x8696808c phy_gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x86a3da91 mmc_regulator_enable_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0x86b13d2a usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x86b1ceb3 tegra210_set_sata_pll_seq_sw +EXPORT_SYMBOL_GPL vmlinux 0x86c02001 ipi_send_mask +EXPORT_SYMBOL_GPL vmlinux 0x86c43a8c cper_estatus_check +EXPORT_SYMBOL_GPL vmlinux 0x86cb175c pci_d3cold_enable +EXPORT_SYMBOL_GPL vmlinux 0x86cb2d5c __kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x86cf2709 pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0x86d0f4ff msg_zerocopy_realloc +EXPORT_SYMBOL_GPL vmlinux 0x86d958cc devm_led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x86dc230b of_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f85114 net_dec_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x86febe6e call_switchdev_blocking_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x8705fe87 crypto_inst_setname +EXPORT_SYMBOL_GPL vmlinux 0x87080e2c platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x870e16b7 xen_test_irq_shared +EXPORT_SYMBOL_GPL vmlinux 0x87142905 pci_pr3_present +EXPORT_SYMBOL_GPL vmlinux 0x87258a37 mas_store +EXPORT_SYMBOL_GPL vmlinux 0x873074b4 of_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x8740348b usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x8742fed0 serdev_controller_remove +EXPORT_SYMBOL_GPL vmlinux 0x875e9db3 pci_common_swizzle +EXPORT_SYMBOL_GPL vmlinux 0x876c3776 devm_regulator_bulk_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x8771c1b8 d_same_name +EXPORT_SYMBOL_GPL vmlinux 0x8775ba84 __blk_req_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0x878e355b register_btf_id_dtor_kfuncs +EXPORT_SYMBOL_GPL vmlinux 0x87908767 xas_clear_mark +EXPORT_SYMBOL_GPL vmlinux 0x87b3d429 mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x87b5cfcf pci_epc_set_msi +EXPORT_SYMBOL_GPL vmlinux 0x87c76752 hwmon_notify_event +EXPORT_SYMBOL_GPL vmlinux 0x87ccddee blk_mq_alloc_request_hctx +EXPORT_SYMBOL_GPL vmlinux 0x87db812d devl_resource_size_get +EXPORT_SYMBOL_GPL vmlinux 0x87ecbdb9 ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x87f74657 ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x87f93b7b vmf_insert_pfn_pmd +EXPORT_SYMBOL_GPL vmlinux 0x8810317f tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0x8811b8b8 devl_region_create +EXPORT_SYMBOL_GPL vmlinux 0x8814f22f fwnode_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x88210c60 thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x882b53cb dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0x882ec254 nvdimm_bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8832f15b strp_check_rcv +EXPORT_SYMBOL_GPL vmlinux 0x8833f9af sfp_register_socket +EXPORT_SYMBOL_GPL vmlinux 0x885528a6 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x88664a39 scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x886ac54f pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x888c5be5 irq_bypass_register_consumer +EXPORT_SYMBOL_GPL vmlinux 0x889d47bc __devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x88a11eb8 cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88b4ae92 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x88c61b49 tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0x88c64654 crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x88cce6a0 xas_find_marked +EXPORT_SYMBOL_GPL vmlinux 0x88cd7a9a k3_ringacc_ring_get_occ +EXPORT_SYMBOL_GPL vmlinux 0x88de685c blk_queue_max_zone_append_sectors +EXPORT_SYMBOL_GPL vmlinux 0x88e4a649 virtqueue_add_inbuf_ctx +EXPORT_SYMBOL_GPL vmlinux 0x88e4b1b8 imx_check_clk_hws +EXPORT_SYMBOL_GPL vmlinux 0x88eaba1a fwnode_graph_get_remote_port_parent +EXPORT_SYMBOL_GPL vmlinux 0x88ec164c vp_modern_set_features +EXPORT_SYMBOL_GPL vmlinux 0x88ee3784 regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x88ef0ff8 ethtool_params_from_link_mode +EXPORT_SYMBOL_GPL vmlinux 0x88fac4e8 xhci_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x890f4f97 __kprobe_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x890fa0fa btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0x891a5a7f gnttab_max_grant_frames +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x892f4de9 __traceiter_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8937ef96 nvmem_cell_read_variable_le_u32 +EXPORT_SYMBOL_GPL vmlinux 0x893804bc led_blink_set +EXPORT_SYMBOL_GPL vmlinux 0x893abbdd devlink_fmsg_u32_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x893c5ddb unlock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x8942f4de ata_common_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x89467e79 phy_put +EXPORT_SYMBOL_GPL vmlinux 0x894707d1 nf_route +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x89509ed6 bpf_prog_create_from_user +EXPORT_SYMBOL_GPL vmlinux 0x8954dc8e __SCK__tp_func_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x897585d3 mtk_clk_register_gates +EXPORT_SYMBOL_GPL vmlinux 0x897ab5b0 ata_acpi_gtm +EXPORT_SYMBOL_GPL vmlinux 0x898746d8 class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x899dd467 usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0x89a152e0 usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0x89a4476d HYPERVISOR_multicall +EXPORT_SYMBOL_GPL vmlinux 0x89a7a3a3 devl_dpipe_table_unregister +EXPORT_SYMBOL_GPL vmlinux 0x89a7f6c2 firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x89a964a6 user_read +EXPORT_SYMBOL_GPL vmlinux 0x89ae7aa0 rsa_parse_pub_key +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89bec8b0 gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL vmlinux 0x89e1ec9d acpi_get_subsystem_id +EXPORT_SYMBOL_GPL vmlinux 0x89e2901e dev_pm_opp_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x89e340cf acpi_bus_get_ejd +EXPORT_SYMBOL_GPL vmlinux 0x89f00ce5 sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0x89fe3896 edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x8a1b9c21 __tcp_send_ack +EXPORT_SYMBOL_GPL vmlinux 0x8a3b9381 of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x8a3f84ba linear_range_get_selector_low +EXPORT_SYMBOL_GPL vmlinux 0x8a456372 edac_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0x8a45a555 acpi_unregister_wakeup_handler +EXPORT_SYMBOL_GPL vmlinux 0x8a554a36 mpc8xxx_spi_strmode +EXPORT_SYMBOL_GPL vmlinux 0x8a595190 disk_alloc_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0x8a5fe496 devm_tegra_core_dev_init_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x8a62b81b sfp_upstream_stop +EXPORT_SYMBOL_GPL vmlinux 0x8a665bfa numa_nearest_node +EXPORT_SYMBOL_GPL vmlinux 0x8a69d0e8 dm_bio_from_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x8a7fc2e8 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x8a83fb45 mpi_point_free_parts +EXPORT_SYMBOL_GPL vmlinux 0x8a8b7b28 gnttab_end_foreign_access +EXPORT_SYMBOL_GPL vmlinux 0x8a8d106a __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0x8a8e49f1 fwnode_graph_get_next_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x8a9a821e regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8a9cac5c irq_chip_eoi_parent +EXPORT_SYMBOL_GPL vmlinux 0x8aa1ec61 ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0x8aab0efc pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x8aab68a4 cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x8aaff30f devfreq_event_enable_edev +EXPORT_SYMBOL_GPL vmlinux 0x8ab950de acpi_set_modalias +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8abb569b vcap_is_next_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8ac1407b sfp_get_module_eeprom +EXPORT_SYMBOL_GPL vmlinux 0x8ade85c4 nvmem_device_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x8af6ebe1 fsl_mc_bus_dpsw_type +EXPORT_SYMBOL_GPL vmlinux 0x8b051bd3 uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0x8b149c36 clk_is_match +EXPORT_SYMBOL_GPL vmlinux 0x8b16842d srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0x8b35e04f __traceiter_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x8b395b04 tpm_chip_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8b4149e4 cppc_perf_ctrs_in_pcc +EXPORT_SYMBOL_GPL vmlinux 0x8b475d20 mmc_regulator_disable_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0x8b495416 skb_defer_rx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x8b4c19fb regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x8b58fa7d dw_pcie_ep_init +EXPORT_SYMBOL_GPL vmlinux 0x8b5a820e dw_pcie_upconfig_setup +EXPORT_SYMBOL_GPL vmlinux 0x8b6b7969 vfs_splice_read +EXPORT_SYMBOL_GPL vmlinux 0x8b835765 otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0x8b89f01c hv_ghcb_hypercall +EXPORT_SYMBOL_GPL vmlinux 0x8b938765 sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x8b9aa784 device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x8ba0eb15 hv_set_vpreg +EXPORT_SYMBOL_GPL vmlinux 0x8ba1883c rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x8ba5afe9 HYPERVISOR_memory_op +EXPORT_SYMBOL_GPL vmlinux 0x8bb3ecb0 clk_hw_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x8bbe527c __tracepoint_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0x8bc2b2eb sock_map_unhash +EXPORT_SYMBOL_GPL vmlinux 0x8bd5a196 nvdimm_has_flush +EXPORT_SYMBOL_GPL vmlinux 0x8bf5f379 k3_udma_glue_release_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0x8c01b90c fscrypt_fname_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x8c0215f2 pm_system_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c09cb50 vcap_rule_add_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x8c0c0cc4 dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0x8c0ed103 rcu_check_boost_fail +EXPORT_SYMBOL_GPL vmlinux 0x8c1940ab regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0x8c27e7d8 __nf_ip6_route +EXPORT_SYMBOL_GPL vmlinux 0x8c3a69f1 platform_unregister_drivers +EXPORT_SYMBOL_GPL vmlinux 0x8c484409 gnttab_release_grant_reference +EXPORT_SYMBOL_GPL vmlinux 0x8c4d2428 mt_prev +EXPORT_SYMBOL_GPL vmlinux 0x8c4d5874 tpm_tis_remove +EXPORT_SYMBOL_GPL vmlinux 0x8c52dd7c __tracepoint_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x8c53bd5d evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0x8c63550b of_irq_parse_and_map_pci +EXPORT_SYMBOL_GPL vmlinux 0x8c743fb6 reset_control_status +EXPORT_SYMBOL_GPL vmlinux 0x8c853ded ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x8c89e3b8 usb_phy_roothub_power_off +EXPORT_SYMBOL_GPL vmlinux 0x8c8d2374 dma_fence_unwrap_first +EXPORT_SYMBOL_GPL vmlinux 0x8c91a3f2 genphy_c45_read_pma +EXPORT_SYMBOL_GPL vmlinux 0x8c95b26e inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x8c98d248 unregister_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x8c9e54d3 devlink_info_version_running_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x8ca74450 tracing_snapshot_cond_disable +EXPORT_SYMBOL_GPL vmlinux 0x8cb5a38e k3_udma_glue_rx_flow_disable +EXPORT_SYMBOL_GPL vmlinux 0x8ce2913e component_compare_dev +EXPORT_SYMBOL_GPL vmlinux 0x8ceaf15b devm_gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0x8cfc8133 balloon_page_list_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x8d05d982 trace_output_call +EXPORT_SYMBOL_GPL vmlinux 0x8d085957 devm_gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x8d0d4b90 pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d27826a ahci_platform_disable_resources +EXPORT_SYMBOL_GPL vmlinux 0x8d323178 yield_to +EXPORT_SYMBOL_GPL vmlinux 0x8d3330b6 cpuacct_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x8d3e3b64 ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x8d440c6f net_ns_get_ownership +EXPORT_SYMBOL_GPL vmlinux 0x8d470b06 skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0x8d4fe164 regmap_fields_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x8d522714 __rcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x8d5eba24 rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0x8d6a10be ata_acpi_cbl_80wire +EXPORT_SYMBOL_GPL vmlinux 0x8d7972ce usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0x8d7e3373 hwpoison_filter_dev_major +EXPORT_SYMBOL_GPL vmlinux 0x8d908ebf power_supply_get_maintenance_charging_setting +EXPORT_SYMBOL_GPL vmlinux 0x8d9225eb iomap_invalidate_folio +EXPORT_SYMBOL_GPL vmlinux 0x8dbc1fef meson_vid_pll_div_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x8dbf7aaa privcmd_call +EXPORT_SYMBOL_GPL vmlinux 0x8dc2a1aa of_usb_get_dr_mode_by_phy +EXPORT_SYMBOL_GPL vmlinux 0x8dc30f8d udp_cmsg_send +EXPORT_SYMBOL_GPL vmlinux 0x8dd218b0 icc_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x8de5414d lwtunnel_get_encap_size +EXPORT_SYMBOL_GPL vmlinux 0x8df7fe62 cpufreq_dbs_governor_stop +EXPORT_SYMBOL_GPL vmlinux 0x8e16419b trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x8e1ccb23 onboard_hub_create_pdevs +EXPORT_SYMBOL_GPL vmlinux 0x8e2087f0 virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0x8e266f6f net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x8e312559 gpiochip_relres_irq +EXPORT_SYMBOL_GPL vmlinux 0x8e393e15 regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0x8e4705d6 serial8250_do_set_divisor +EXPORT_SYMBOL_GPL vmlinux 0x8e4b63a6 hisi_clk_register_gate_sep +EXPORT_SYMBOL_GPL vmlinux 0x8e4eb451 bpf_sk_storage_diag_free +EXPORT_SYMBOL_GPL vmlinux 0x8e6b1a9e net_selftest_get_count +EXPORT_SYMBOL_GPL vmlinux 0x8e6fa8b5 apei_exec_pre_map_gars +EXPORT_SYMBOL_GPL vmlinux 0x8e7f0a9c acpi_get_phys_id +EXPORT_SYMBOL_GPL vmlinux 0x8e8d2efb bpf_offload_dev_netdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8e8db60b usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0x8e8e2e1f usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x8e956e67 crypto_aead_setkey +EXPORT_SYMBOL_GPL vmlinux 0x8e9bd4a3 hv_alloc_hyperv_page +EXPORT_SYMBOL_GPL vmlinux 0x8ea446bd request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x8ea6f824 __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x8ead800c user_free_preparse +EXPORT_SYMBOL_GPL vmlinux 0x8ed206c9 netlink_strict_get_check +EXPORT_SYMBOL_GPL vmlinux 0x8edef03c uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0x8ee6993d auxiliary_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8eec19bd __SCK__tp_func_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x8eee3399 dax_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x8ef42a27 devlink_port_type_ib_set +EXPORT_SYMBOL_GPL vmlinux 0x8ef4703a fscrypt_d_revalidate +EXPORT_SYMBOL_GPL vmlinux 0x8ef5cb25 scsi_dh_attach +EXPORT_SYMBOL_GPL vmlinux 0x8ef6254b cros_ec_cmd +EXPORT_SYMBOL_GPL vmlinux 0x8ef922d2 blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0x8ef9815d cdrom_multisession +EXPORT_SYMBOL_GPL vmlinux 0x8f00f6d1 vhost_task_start +EXPORT_SYMBOL_GPL vmlinux 0x8f04efc7 kstrdup_quotable_file +EXPORT_SYMBOL_GPL vmlinux 0x8f0748af rcu_expedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x8f0b781d iova_domain_init_rcaches +EXPORT_SYMBOL_GPL vmlinux 0x8f263c80 vp_legacy_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0x8f280b96 usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x8f33c92f dev_pm_opp_of_cpumask_add_table +EXPORT_SYMBOL_GPL vmlinux 0x8f3969e1 zynqmp_pm_clock_getrate +EXPORT_SYMBOL_GPL vmlinux 0x8f460aab raw_abort +EXPORT_SYMBOL_GPL vmlinux 0x8f4f5b83 __tracepoint_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x8f560495 clk_hw_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x8f581c0e __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0x8f603067 ghes_estatus_pool_region_free +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f6da6f0 tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x8f6e05a2 max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x8f72557a xenbus_watch_path +EXPORT_SYMBOL_GPL vmlinux 0x8f786bee fs_umode_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0x8f7bd0a6 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0x8f7be0ef bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x8f847789 devfreq_cooling_em_register +EXPORT_SYMBOL_GPL vmlinux 0x8f8e4784 power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8f8f07aa __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x8f9a6c69 scsi_check_sense +EXPORT_SYMBOL_GPL vmlinux 0x8f9f8c56 virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0x8fa5a6ee dev_fetch_sw_netstats +EXPORT_SYMBOL_GPL vmlinux 0x8faa800d acpi_cpc_valid +EXPORT_SYMBOL_GPL vmlinux 0x8fc12788 software_node_unregister_node_group +EXPORT_SYMBOL_GPL vmlinux 0x8fe462c6 dev_pm_genpd_resume +EXPORT_SYMBOL_GPL vmlinux 0x8ff494f7 pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0x8ff60436 mpi_ec_add_points +EXPORT_SYMBOL_GPL vmlinux 0x900bf587 i2c_acpi_find_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0x9033cbfb backing_file_open +EXPORT_SYMBOL_GPL vmlinux 0x90364931 regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x903b627c list_lru_isolate_move +EXPORT_SYMBOL_GPL vmlinux 0x90498936 serial8250_update_uartclk +EXPORT_SYMBOL_GPL vmlinux 0x904f1f12 pci_free_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x905791ba netdev_walk_all_upper_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x90606682 of_regulator_match +EXPORT_SYMBOL_GPL vmlinux 0x907ffb62 __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0x90807a8d devm_pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0x9097d129 fixup_user_fault +EXPORT_SYMBOL_GPL vmlinux 0x909a600e fsl_mc_portal_free +EXPORT_SYMBOL_GPL vmlinux 0x90a3a307 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0x90a4efee regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x90a73c1b of_property_read_string_helper +EXPORT_SYMBOL_GPL vmlinux 0x90a9d8cc hv_is_hyperv_initialized +EXPORT_SYMBOL_GPL vmlinux 0x90b022da inet_pernet_hashinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0x90b5f27c unregister_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x90b763f1 HYPERVISOR_console_io +EXPORT_SYMBOL_GPL vmlinux 0x90bc31ac gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x90c8498c apei_exec_write_register +EXPORT_SYMBOL_GPL vmlinux 0x90cb88a6 rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0x90d43b20 nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x90d5c8dd ahci_handle_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x90f5b844 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x90f69bd2 regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0x911b1388 ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0x911fcd6c phylink_start +EXPORT_SYMBOL_GPL vmlinux 0x913ebd32 stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x915158f5 sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x915aa639 bio_iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0x91651b88 device_add +EXPORT_SYMBOL_GPL vmlinux 0x916ca2e6 of_get_display_timing +EXPORT_SYMBOL_GPL vmlinux 0x916cacfc power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0x917296cf tegra_mc_write_emem_configuration +EXPORT_SYMBOL_GPL vmlinux 0x917881af xenbus_read_otherend_details +EXPORT_SYMBOL_GPL vmlinux 0x918dd49f usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0x9194e18f xenbus_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x91955a9f start_poll_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x919b8e37 devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x91b04d9b pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0x91b774a1 mpi_scanval +EXPORT_SYMBOL_GPL vmlinux 0x91c089d9 serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91dde6fb ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0x91e30809 HYPERVISOR_vm_assist +EXPORT_SYMBOL_GPL vmlinux 0x91e355d4 __traceiter_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0x91ea8726 asn1_encode_boolean +EXPORT_SYMBOL_GPL vmlinux 0x91fa6173 is_swiotlb_active +EXPORT_SYMBOL_GPL vmlinux 0x9203d696 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x9221e946 phy_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x9223e03e usb_acpi_set_power_state +EXPORT_SYMBOL_GPL vmlinux 0x922d8801 __tracepoint_rwmmio_read +EXPORT_SYMBOL_GPL vmlinux 0x923e42aa sysfb_disable +EXPORT_SYMBOL_GPL vmlinux 0x9241b358 __static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0x924797b8 security_kernel_post_read_file +EXPORT_SYMBOL_GPL vmlinux 0x924951fa blk_queue_zone_write_granularity +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x924ebe2f vfs_get_acl +EXPORT_SYMBOL_GPL vmlinux 0x92698fef crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0x927487ea zynqmp_pm_read_ggs +EXPORT_SYMBOL_GPL vmlinux 0x927bb32b l3mdev_table_lookup_unregister +EXPORT_SYMBOL_GPL vmlinux 0x927dd538 anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x929e95cf psi_memstall_enter +EXPORT_SYMBOL_GPL vmlinux 0x92a4e17b blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x92b8c78b hyperv_pcpu_output_arg +EXPORT_SYMBOL_GPL vmlinux 0x92c1733c devm_platform_ioremap_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x92cb609e __tracepoint_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x92cf74aa vcap_admin_rule_count +EXPORT_SYMBOL_GPL vmlinux 0x92d2e1a2 uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92e8e9ab fsverity_enqueue_verify_work +EXPORT_SYMBOL_GPL vmlinux 0x92eafa62 skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0x92f2b9a5 switchdev_handle_fdb_event_to_device +EXPORT_SYMBOL_GPL vmlinux 0x930ab533 k3_ringacc_request_ring +EXPORT_SYMBOL_GPL vmlinux 0x930c8e0d ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0x930deaa5 irq_domain_update_bus_token +EXPORT_SYMBOL_GPL vmlinux 0x9312c141 k3_ringacc_ring_cfg +EXPORT_SYMBOL_GPL vmlinux 0x931ac7c0 __tracepoint_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x931dbede iomap_swapfile_activate +EXPORT_SYMBOL_GPL vmlinux 0x93255b2b ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x932c8d7a linear_range_get_value_array +EXPORT_SYMBOL_GPL vmlinux 0x9332a568 __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x93335116 led_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0x933f75e0 usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x9343cc13 rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0x934d27ce tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0x935346fe __sbitmap_queue_get +EXPORT_SYMBOL_GPL vmlinux 0x93588422 device_create_managed_software_node +EXPORT_SYMBOL_GPL vmlinux 0x93605e9a vfsgid_in_group_p +EXPORT_SYMBOL_GPL vmlinux 0x9365052e tcp_unregister_ulp +EXPORT_SYMBOL_GPL vmlinux 0x936a2415 irq_domain_pop_irq +EXPORT_SYMBOL_GPL vmlinux 0x93756a8e usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x937aa394 pci_p2pmem_find_many +EXPORT_SYMBOL_GPL vmlinux 0x938cf9d8 __tracepoint_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x939af874 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x93a12321 inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0x93a9e45c sk_psock_tls_strp_read +EXPORT_SYMBOL_GPL vmlinux 0x93c7edeb usb_find_common_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x93d0a049 xenbus_probe_devices +EXPORT_SYMBOL_GPL vmlinux 0x93d1d424 gnttab_free_grant_references +EXPORT_SYMBOL_GPL vmlinux 0x93dd9a61 devm_reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x93de6086 ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0x93ea987c tcp_plb_update_state +EXPORT_SYMBOL_GPL vmlinux 0x93ebdf96 mt_next +EXPORT_SYMBOL_GPL vmlinux 0x93edef07 devlink_health_report +EXPORT_SYMBOL_GPL vmlinux 0x93f25a6b genphy_c45_an_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x93f3498c vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0x940431d8 fuse_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x94160518 __put_task_struct_rcu_cb +EXPORT_SYMBOL_GPL vmlinux 0x9416a2f8 bpf_offload_dev_match +EXPORT_SYMBOL_GPL vmlinux 0x9416d38b regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x94187ead nvdimm_clear_poison +EXPORT_SYMBOL_GPL vmlinux 0x9418dfcd bpf_trace_run4 +EXPORT_SYMBOL_GPL vmlinux 0x9419e81f spi_controller_suspend +EXPORT_SYMBOL_GPL vmlinux 0x941d4113 perf_aux_output_begin +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x9425bb34 nvmem_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x94299178 phylink_decode_usxgmii_word +EXPORT_SYMBOL_GPL vmlinux 0x9430b198 trace_dump_stack +EXPORT_SYMBOL_GPL vmlinux 0x9436e405 memory_group_register_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x943fc708 xen_setup_shutdown_event +EXPORT_SYMBOL_GPL vmlinux 0x94459764 bpf_trace_run12 +EXPORT_SYMBOL_GPL vmlinux 0x944d2f04 clk_hw_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0x94536896 regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0x94579cb3 acpi_dev_remove_driver_gpios +EXPORT_SYMBOL_GPL vmlinux 0x9458ca93 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0x9468ea70 schedule_hrtimeout_range_clock +EXPORT_SYMBOL_GPL vmlinux 0x9468fdf8 devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x946dd559 sha224_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x94712adb of_i2c_get_board_info +EXPORT_SYMBOL_GPL vmlinux 0x947da610 regmap_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x949b5176 devlink_region_snapshot_create +EXPORT_SYMBOL_GPL vmlinux 0x949b9c59 gpiod_get_array_value +EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x94a798db device_initialize +EXPORT_SYMBOL_GPL vmlinux 0x94b577eb irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x94bbb62f __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x94bcec25 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x94de518c regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x94e2ff7c acpi_get_pci_dev +EXPORT_SYMBOL_GPL vmlinux 0x94e62d2e __set_phys_to_machine_multi +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x94f0136c irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x94f64aa5 __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x95018f56 rz_mtu3_shared_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x950336c5 pinconf_generic_parse_dt_config +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x9505bfd2 kvm_vcpu_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x951a2773 crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x951a8864 crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0x951e6544 rockchip_pcie_enable_clocks +EXPORT_SYMBOL_GPL vmlinux 0x951f0d2c register_btf_kfunc_id_set +EXPORT_SYMBOL_GPL vmlinux 0x9535d135 fat_truncate_time +EXPORT_SYMBOL_GPL vmlinux 0x9535f87a usb_hcd_setup_local_mem +EXPORT_SYMBOL_GPL vmlinux 0x953bc4d0 devlink_free +EXPORT_SYMBOL_GPL vmlinux 0x953d5187 md_bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x953e1b9e ktime_get_real_seconds +EXPORT_SYMBOL_GPL vmlinux 0x95464a27 regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0x954b5c42 thermal_zone_device_disable +EXPORT_SYMBOL_GPL vmlinux 0x95509866 ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x95537e34 vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x955fdd49 pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0x956ac400 ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x957166d8 regmap_irq_set_type_config_simple +EXPORT_SYMBOL_GPL vmlinux 0x9576e97e device_get_child_node_count +EXPORT_SYMBOL_GPL vmlinux 0x957dc4b7 get_net_ns +EXPORT_SYMBOL_GPL vmlinux 0x95821215 wakeup_sources_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x95843030 mpi_ec_init +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x9593ef31 register_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x959682a4 __tracepoint_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x95983142 shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x959e6512 mptcp_subflow_init_cookie_req +EXPORT_SYMBOL_GPL vmlinux 0x959ec5f5 call_rcu_tasks +EXPORT_SYMBOL_GPL vmlinux 0x95b70ae7 phylink_create +EXPORT_SYMBOL_GPL vmlinux 0x95b9859c acpi_create_platform_device +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95c678a3 devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x95d91250 fwnode_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x95db7021 trace_seq_path +EXPORT_SYMBOL_GPL vmlinux 0x95df929f crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0x95ef1ccc dmi_memdev_size +EXPORT_SYMBOL_GPL vmlinux 0x95f896cd get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0x95f89a49 ip_route_output_tunnel +EXPORT_SYMBOL_GPL vmlinux 0x960b6952 fscrypt_limit_io_blocks +EXPORT_SYMBOL_GPL vmlinux 0x961286e0 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x9616a255 phylink_ethtool_ksettings_get +EXPORT_SYMBOL_GPL vmlinux 0x9621d738 alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0x962c8ae1 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x96395795 cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0x9647b9fb devm_fwnode_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x9649d9eb to_of_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x965426a6 cpu_topology +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x96644104 devlink_is_reload_failed +EXPORT_SYMBOL_GPL vmlinux 0x967743f7 clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0x9681474a platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0x9691818b unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0x969b720b virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0x96a55fda list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0x96ae7d41 ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x96b673a5 alloc_skb_for_msg +EXPORT_SYMBOL_GPL vmlinux 0x96bcda06 devm_nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x96e220a4 param_ops_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x96e8c7be usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x96f1af80 crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x96f9a01b __SCK__tp_func_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x96f9bc89 iomap_page_mkwrite +EXPORT_SYMBOL_GPL vmlinux 0x97008daa rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0x970ce8e7 rockchip_pcie_deinit_phys +EXPORT_SYMBOL_GPL vmlinux 0x97124cd2 perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9714e0bb ktime_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x972f9e7a regulator_bulk_set_supply_names +EXPORT_SYMBOL_GPL vmlinux 0x973fbee4 led_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x974a482a devm_hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x975519c1 asymmetric_key_id_same +EXPORT_SYMBOL_GPL vmlinux 0x9765ba9f pci_epf_destroy +EXPORT_SYMBOL_GPL vmlinux 0x976c8c12 extcon_get_edev_name +EXPORT_SYMBOL_GPL vmlinux 0x976ff80d __sk_flush_backlog +EXPORT_SYMBOL_GPL vmlinux 0x977be5c7 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0x9791c9a1 make_device_exclusive_range +EXPORT_SYMBOL_GPL vmlinux 0x9799adc7 dma_vunmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x979d8a6b devlink_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x97a22a92 mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x97a5c39f iort_get_rmr_sids +EXPORT_SYMBOL_GPL vmlinux 0x97b69e4c vp_modern_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0x97c011df ahci_reset_em +EXPORT_SYMBOL_GPL vmlinux 0x97c1a7af usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0x97d81fc6 icc_node_del +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97e19906 ZSTD_getErrorCode +EXPORT_SYMBOL_GPL vmlinux 0x97f1f98b srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x9814b1e9 msi_domain_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x981c1692 ti_sci_inta_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x981d2346 sk_msg_is_readable +EXPORT_SYMBOL_GPL vmlinux 0x982b6784 rockchip_register_restart_notifier +EXPORT_SYMBOL_GPL vmlinux 0x983276da phylink_disconnect_phy +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x983554f6 fib_nl_delrule +EXPORT_SYMBOL_GPL vmlinux 0x9843e8c2 devm_hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x9843f501 __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0x984476cd handle_untracked_irq +EXPORT_SYMBOL_GPL vmlinux 0x9846b0c8 sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x984ab9cd led_compose_name +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x985453e1 lease_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x98629995 generic_handle_domain_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x9872e139 cdx_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x9873a34c hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9884589a fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x989074ff kmsg_dump_reason_str +EXPORT_SYMBOL_GPL vmlinux 0x989e875e ip_icmp_error_rfc4884 +EXPORT_SYMBOL_GPL vmlinux 0x98ae28aa unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x98bb00d4 usb_check_int_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x98dc8838 skb_mpls_push +EXPORT_SYMBOL_GPL vmlinux 0x98e20778 usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x98ee62b2 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x98efbf15 spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0x98fc17ad blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0x98ff96b8 serdev_device_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x99043e5a usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0x990b03da switchdev_bridge_port_offload +EXPORT_SYMBOL_GPL vmlinux 0x992736af vp_legacy_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0x99324977 da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x9953acdb pkcs7_verify +EXPORT_SYMBOL_GPL vmlinux 0x995b3dd1 irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x9964d55d led_update_brightness +EXPORT_SYMBOL_GPL vmlinux 0x99763e85 clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x997c550a preempt_model_none +EXPORT_SYMBOL_GPL vmlinux 0x9989542c fat_time_fat2unix +EXPORT_SYMBOL_GPL vmlinux 0x998d79d6 x509_decode_time +EXPORT_SYMBOL_GPL vmlinux 0x998fcbf2 clear_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x9992f4f6 do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x99a03078 dax_holder_notify_failure +EXPORT_SYMBOL_GPL vmlinux 0x99a77444 ahci_print_info +EXPORT_SYMBOL_GPL vmlinux 0x99c6c6ea genphy_c45_read_mdix +EXPORT_SYMBOL_GPL vmlinux 0x99e8c00f devm_clk_get_optional_prepared +EXPORT_SYMBOL_GPL vmlinux 0x99f00cef eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0x99f018c4 nvmem_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x99f08d46 nf_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x99f2d00a sysfs_emit_at +EXPORT_SYMBOL_GPL vmlinux 0x99fa8ed5 acpi_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x99fdb459 fuse_mount_remove +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a1cbbda of_pci_get_devfn +EXPORT_SYMBOL_GPL vmlinux 0x9a23ea6b alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0x9a4a5b32 serial8250_do_startup +EXPORT_SYMBOL_GPL vmlinux 0x9a547ea5 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x9a549959 regmap_mmio_attach_clk +EXPORT_SYMBOL_GPL vmlinux 0x9a5768cf rz_mtu3_8bit_ch_read +EXPORT_SYMBOL_GPL vmlinux 0x9a57e866 dev_pm_set_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x9a5dce5c rhashtable_walk_start_check +EXPORT_SYMBOL_GPL vmlinux 0x9a5f6bad regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x9a620052 tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0x9a63af04 sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0x9a71b7ee pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x9a734454 simple_rename_exchange +EXPORT_SYMBOL_GPL vmlinux 0x9a78a4f9 ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0x9a80a1dc security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0x9aa6ddcf vcap_keyfieldset +EXPORT_SYMBOL_GPL vmlinux 0x9abcb819 sk_msg_free_partial +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9ac58f15 __tracepoint_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0x9acf31c6 mas_find +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9aebebda rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0x9af49514 icc_bulk_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x9af8d8ba iomap_readahead +EXPORT_SYMBOL_GPL vmlinux 0x9afab24c locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0x9b052172 rtnl_register_module +EXPORT_SYMBOL_GPL vmlinux 0x9b089770 crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9b0eaa52 tegra210_xusb_pll_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0x9b1269d9 mtk_clk_register_fixed_clks +EXPORT_SYMBOL_GPL vmlinux 0x9b16e4ee phy_gbit_fibre_features +EXPORT_SYMBOL_GPL vmlinux 0x9b1765ef blk_mq_unquiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x9b354f6d ahci_do_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x9b424dc9 scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x9b47003c access_process_vm +EXPORT_SYMBOL_GPL vmlinux 0x9b480afa folio_wait_writeback +EXPORT_SYMBOL_GPL vmlinux 0x9b48c449 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x9b4aab2c fsl_mc_portal_allocate +EXPORT_SYMBOL_GPL vmlinux 0x9b4b9d31 sysfs_create_link_nowarn +EXPORT_SYMBOL_GPL vmlinux 0x9b505a17 dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0x9b555c8c pm_suspend_default_s2idle +EXPORT_SYMBOL_GPL vmlinux 0x9b617652 iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x9b6246c3 replace_page_cache_folio +EXPORT_SYMBOL_GPL vmlinux 0x9b651e51 xenbus_teardown_ring +EXPORT_SYMBOL_GPL vmlinux 0x9b652b6e phylink_resolve_c73 +EXPORT_SYMBOL_GPL vmlinux 0x9b6a511d driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x9b6ba307 virtqueue_get_avail_addr +EXPORT_SYMBOL_GPL vmlinux 0x9b6cfd93 gpiochip_irqchip_add_domain +EXPORT_SYMBOL_GPL vmlinux 0x9b6ec967 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x9b7b9ded crypto_alloc_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x9b9071cb get_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x9b92d16e pinctrl_gpio_set_config +EXPORT_SYMBOL_GPL vmlinux 0x9b954a3b usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0x9ba2bb2b gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x9ba4ecff meson_clk_pll_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x9badef62 tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x9baf269e __bio_release_pages +EXPORT_SYMBOL_GPL vmlinux 0x9bb3fcd1 __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x9bd96275 crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x9bde11fa relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0x9bdf9714 ZSTD_customMalloc +EXPORT_SYMBOL_GPL vmlinux 0x9be2750b stmpe811_adc_common_init +EXPORT_SYMBOL_GPL vmlinux 0x9be30d27 mhp_get_pluggable_range +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9bfa1c87 fib6_check_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x9bff78b7 iomap_is_partially_uptodate +EXPORT_SYMBOL_GPL vmlinux 0x9c08c4b5 usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0x9c0d26d5 irq_chip_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0x9c13b29f regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9c1534bf ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0x9c1aaa8e serdev_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9c25e322 devm_rtc_allocate_device +EXPORT_SYMBOL_GPL vmlinux 0x9c2d0f9a nfs42_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9c31f1df vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0x9c3833d2 regulator_is_equal +EXPORT_SYMBOL_GPL vmlinux 0x9c3f7fda kvm_vcpu_gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0x9c415dad devfreq_event_get_event +EXPORT_SYMBOL_GPL vmlinux 0x9c448d8d tegra210_put_utmipll_out_iddq +EXPORT_SYMBOL_GPL vmlinux 0x9c5fe267 scmi_protocol_register +EXPORT_SYMBOL_GPL vmlinux 0x9c677099 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0x9c6febfc add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x9c75ee8c devlink_port_fini +EXPORT_SYMBOL_GPL vmlinux 0x9c786fc6 blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0x9c803020 usb_phy_roothub_power_on +EXPORT_SYMBOL_GPL vmlinux 0x9c8a9713 perf_event_pause +EXPORT_SYMBOL_GPL vmlinux 0x9c964c80 free_uid +EXPORT_SYMBOL_GPL vmlinux 0x9c9b86c4 usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0x9ca6e11f cper_mem_err_location +EXPORT_SYMBOL_GPL vmlinux 0x9caae58f wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x9cb3ce35 devm_hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0x9cb5af34 disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x9cbc452a imx8ulp_clk_hw_composite +EXPORT_SYMBOL_GPL vmlinux 0x9cc39456 of_device_compatible_match +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9cd7551a rhashtable_walk_stop +EXPORT_SYMBOL_GPL vmlinux 0x9cdd6a66 sysctl_long_vals +EXPORT_SYMBOL_GPL vmlinux 0x9cef3074 devm_otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0x9cf37c44 __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0x9cfa689b xdp_rxq_info_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x9d05d123 tegra_bpmp_request_mrq +EXPORT_SYMBOL_GPL vmlinux 0x9d09e8ae ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9d0a42c3 key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0x9d17fd79 acpi_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0x9d18acbd io_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0x9d1db572 mtk_clk_register_muxes +EXPORT_SYMBOL_GPL vmlinux 0x9d2b4f04 irq_domain_create_legacy +EXPORT_SYMBOL_GPL vmlinux 0x9d2d3f5b pkcs7_free_message +EXPORT_SYMBOL_GPL vmlinux 0x9d2f49ef __SCK__tp_func_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x9d366f99 page_reporting_register +EXPORT_SYMBOL_GPL vmlinux 0x9d390978 addrconf_prefix_rcv_add_addr +EXPORT_SYMBOL_GPL vmlinux 0x9d3fda2b nd_region_dev +EXPORT_SYMBOL_GPL vmlinux 0x9d5dfa94 sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0x9d5e9b0e fwnode_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x9d6011a4 component_add +EXPORT_SYMBOL_GPL vmlinux 0x9d64ce29 regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0x9d6bf8ae acpi_dev_ready_for_enumeration +EXPORT_SYMBOL_GPL vmlinux 0x9d77287c i2c_dw_validate_speed +EXPORT_SYMBOL_GPL vmlinux 0x9d86ba89 l3mdev_link_scope_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9d8bb00e set_dax_nocache +EXPORT_SYMBOL_GPL vmlinux 0x9d8c32cb ata_host_put +EXPORT_SYMBOL_GPL vmlinux 0x9d9910a1 atomic_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x9dbf7c8a rtnl_get_net_ns_capable +EXPORT_SYMBOL_GPL vmlinux 0x9dc597d4 ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x9dd123d6 platform_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x9dd4b155 sk_free_unlock_clone +EXPORT_SYMBOL_GPL vmlinux 0x9ddd050a usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0x9de4044f bind_interdomain_evtchn_to_irq_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0x9de6d27f screen_pos +EXPORT_SYMBOL_GPL vmlinux 0x9de88bc8 __SCK__tp_func_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x9df16eaa mpc8xxx_spi_tx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0x9e0ba139 fwnode_device_is_available +EXPORT_SYMBOL_GPL vmlinux 0x9e174946 ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x9e229c49 sg_alloc_table_chained +EXPORT_SYMBOL_GPL vmlinux 0x9e319802 cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e4811a7 devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x9e49c32c xdp_attachment_setup +EXPORT_SYMBOL_GPL vmlinux 0x9e52f37e vcap_rule_mod_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x9e5b0898 __regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x9e5f5893 tegra_bpmp_get +EXPORT_SYMBOL_GPL vmlinux 0x9e644731 fsl_mc_portal_reset +EXPORT_SYMBOL_GPL vmlinux 0x9e84c917 devlink_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9e9c2ba1 get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x9e9c4f24 set_dax_nomc +EXPORT_SYMBOL_GPL vmlinux 0x9ea86d32 vcap_enable_lookups +EXPORT_SYMBOL_GPL vmlinux 0x9eaca984 ahci_shost_groups +EXPORT_SYMBOL_GPL vmlinux 0x9eb657fd mmc_regulator_set_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0x9ebbbf29 crypto_unregister_aead +EXPORT_SYMBOL_GPL vmlinux 0x9ebc7700 vcap_del_rules +EXPORT_SYMBOL_GPL vmlinux 0x9ebccb9d gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0x9ec9f8b3 tcp_rate_check_app_limited +EXPORT_SYMBOL_GPL vmlinux 0x9ece27c4 of_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x9ed38ea9 __traceiter_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ed69559 device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0x9ede2a80 dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0x9ee66e93 reset_control_get_count +EXPORT_SYMBOL_GPL vmlinux 0x9eebdde7 mpi_point_new +EXPORT_SYMBOL_GPL vmlinux 0x9ef466bb perf_aux_output_flag +EXPORT_SYMBOL_GPL vmlinux 0x9f08c714 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x9f0a813a mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0x9f126bca devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0x9f12b855 ext_pi_type1_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x9f1ca75d stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0x9f2a0e75 rz_mtu3_shared_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x9f476d65 sk_psock_msg_verdict +EXPORT_SYMBOL_GPL vmlinux 0x9f4f8295 folio_invalidate +EXPORT_SYMBOL_GPL vmlinux 0x9f517986 HYPERVISOR_hvm_op +EXPORT_SYMBOL_GPL vmlinux 0x9f56c4b9 __SCK__tp_func_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x9f5c6dc2 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x9f6c19d5 regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x9f6e2117 fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0x9f711b42 __traceiter_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x9f7c03fc dma_resv_set_deadline +EXPORT_SYMBOL_GPL vmlinux 0x9f7ec53c dax_recovery_write +EXPORT_SYMBOL_GPL vmlinux 0x9f836f28 devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x9f8c6d67 serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x9f95990d iov_iter_is_aligned +EXPORT_SYMBOL_GPL vmlinux 0x9f9a5576 dev_pm_opp_find_level_ceil +EXPORT_SYMBOL_GPL vmlinux 0x9f9a8b47 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0x9f9de4c0 pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9fa4564a timer_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x9fb7ce92 devl_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0x9fb996a7 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x9fbfebab erst_write +EXPORT_SYMBOL_GPL vmlinux 0x9fcbec70 pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fdb90de irq_chip_disable_parent +EXPORT_SYMBOL_GPL vmlinux 0x9fe131f1 xen_store_interface +EXPORT_SYMBOL_GPL vmlinux 0x9fe6578b mtk_pinconf_bias_disable_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x9fe899b7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0x9ff12e32 genphy_c45_pma_setup_forced +EXPORT_SYMBOL_GPL vmlinux 0x9ff3aea2 mtk_clk_register_dividers +EXPORT_SYMBOL_GPL vmlinux 0xa0008005 dev_attr_ncq_prio_supported +EXPORT_SYMBOL_GPL vmlinux 0xa0148951 acpiphp_register_attention +EXPORT_SYMBOL_GPL vmlinux 0xa0161201 sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xa01a8d9b nd_cmd_bus_desc +EXPORT_SYMBOL_GPL vmlinux 0xa01cb7f6 dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0xa021457a rdev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0xa021c4d9 iommu_map_sg +EXPORT_SYMBOL_GPL vmlinux 0xa03e5d13 __netdev_watchdog_up +EXPORT_SYMBOL_GPL vmlinux 0xa041a619 nf_conn_btf_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xa04edc13 pci_epc_get_msix +EXPORT_SYMBOL_GPL vmlinux 0xa04f945a cpus_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xa06d46e7 meson_clk_dualdiv_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xa070bd2b blk_queue_required_elevator_features +EXPORT_SYMBOL_GPL vmlinux 0xa071c0cd tegra210_xusb_pll_hw_control_enable +EXPORT_SYMBOL_GPL vmlinux 0xa07af4c2 iptunnel_metadata_reply +EXPORT_SYMBOL_GPL vmlinux 0xa07f06c3 fsverity_verify_blocks +EXPORT_SYMBOL_GPL vmlinux 0xa080c5e5 smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xa0a00770 generic_handle_domain_irq +EXPORT_SYMBOL_GPL vmlinux 0xa0aafb1a pci_has_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0xa0c34f11 netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa0c62e5e ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0xa0d3456d nr_swap_pages +EXPORT_SYMBOL_GPL vmlinux 0xa0d98651 pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0xa10647f2 acpi_match_acpi_device +EXPORT_SYMBOL_GPL vmlinux 0xa11216be xen_store_domain_type +EXPORT_SYMBOL_GPL vmlinux 0xa11ff0ea xenbus_dev_groups +EXPORT_SYMBOL_GPL vmlinux 0xa12473ab inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0xa12e5aa3 da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0xa1396acf kpp_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xa13a9f3c i2c_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0xa156a1f2 erst_get_record_id_end +EXPORT_SYMBOL_GPL vmlinux 0xa15def98 __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xa16449b4 phylink_ethtool_ksettings_set +EXPORT_SYMBOL_GPL vmlinux 0xa16bc7b5 __traceiter_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xa16f5fd8 net_selftest +EXPORT_SYMBOL_GPL vmlinux 0xa19561fb __SCK__tp_func_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0xa1c4231f kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL vmlinux 0xa1d2d39d acpi_subsys_poweroff +EXPORT_SYMBOL_GPL vmlinux 0xa1d8004a videomode_from_timing +EXPORT_SYMBOL_GPL vmlinux 0xa1d99895 pci_epc_remove_epf +EXPORT_SYMBOL_GPL vmlinux 0xa1dcdace spi_mem_get_name +EXPORT_SYMBOL_GPL vmlinux 0xa1e4332a spi_take_timestamp_post +EXPORT_SYMBOL_GPL vmlinux 0xa202e4f7 of_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0xa207c63d dprc_open +EXPORT_SYMBOL_GPL vmlinux 0xa208b5a7 pm_debug_messages_should_print +EXPORT_SYMBOL_GPL vmlinux 0xa2096bae msi_next_desc +EXPORT_SYMBOL_GPL vmlinux 0xa20d01ba __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xa20d0c67 task_cputime_adjusted +EXPORT_SYMBOL_GPL vmlinux 0xa2159b91 pinctrl_generic_add_group +EXPORT_SYMBOL_GPL vmlinux 0xa21e7b68 clk_hw_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0xa21f2ce7 clk_mux_index_to_val +EXPORT_SYMBOL_GPL vmlinux 0xa2256efd i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0xa22665c0 exportfs_decode_fh_raw +EXPORT_SYMBOL_GPL vmlinux 0xa22d9548 trace_seq_to_user +EXPORT_SYMBOL_GPL vmlinux 0xa2402218 __traceiter_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0xa2500ef6 __SCK__tp_func_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xa25680dc rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0xa25bfe35 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa27d711f irq_domain_set_hwirq_and_chip +EXPORT_SYMBOL_GPL vmlinux 0xa284624a to_software_node +EXPORT_SYMBOL_GPL vmlinux 0xa28f40bd __irq_apply_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xa2906694 PageHuge +EXPORT_SYMBOL_GPL vmlinux 0xa2a168e3 irq_chip_mask_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0xa2ac46c7 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0xa2af54b3 irq_from_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xa2b0820d __SCK__tp_func_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xa2b99209 alarm_start +EXPORT_SYMBOL_GPL vmlinux 0xa2c0f59a ct_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0xa2c7d218 ip_fib_metrics_init +EXPORT_SYMBOL_GPL vmlinux 0xa2e1b3ef trace_printk_init_buffers +EXPORT_SYMBOL_GPL vmlinux 0xa2f676d1 nvmem_cell_read_u16 +EXPORT_SYMBOL_GPL vmlinux 0xa2f7487f hv_is_hibernation_supported +EXPORT_SYMBOL_GPL vmlinux 0xa33f746f vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xa3516820 devlink_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa35c2390 rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xa364e6bd inet_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0xa36586d3 led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0xa36be0f0 usb_wakeup_enabled_descendants +EXPORT_SYMBOL_GPL vmlinux 0xa36c67d8 dw_pcie_ep_init_complete +EXPORT_SYMBOL_GPL vmlinux 0xa36f50fb is_binary_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xa37ad569 hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa38a9f71 get_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xa38c1436 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0xa39c5ba3 devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a36c73 cppc_set_perf +EXPORT_SYMBOL_GPL vmlinux 0xa3ac48a7 start_poll_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3c200e4 phylink_mii_c22_pcs_an_restart +EXPORT_SYMBOL_GPL vmlinux 0xa3c260bd sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0xa3c8446c devm_gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0xa3c8d284 firmware_request_cache +EXPORT_SYMBOL_GPL vmlinux 0xa3d5a536 blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0xa3dcb681 zynqmp_pm_fpga_load +EXPORT_SYMBOL_GPL vmlinux 0xa3e3ea75 vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0xa3e92ec9 gnttab_page_cache_shrink +EXPORT_SYMBOL_GPL vmlinux 0xa3ece414 freezer_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xa3f12f69 __crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0xa3fd5039 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0xa4031b7f sfp_parse_port +EXPORT_SYMBOL_GPL vmlinux 0xa4062a57 __tracepoint_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xa410a295 devlink_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa414f33b lwtunnel_build_state +EXPORT_SYMBOL_GPL vmlinux 0xa415c834 regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0xa43ab37c unregister_trace_event +EXPORT_SYMBOL_GPL vmlinux 0xa44a1307 interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xa44a1f7a fscrypt_fname_encrypted_size +EXPORT_SYMBOL_GPL vmlinux 0xa44f7cd1 l3mdev_master_ifindex_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa452f2a4 xen_pirq_from_irq +EXPORT_SYMBOL_GPL vmlinux 0xa45a197f balloon_page_list_dequeue +EXPORT_SYMBOL_GPL vmlinux 0xa45c7b90 stack_trace_print +EXPORT_SYMBOL_GPL vmlinux 0xa45d44fc zynqmp_pm_get_pll_frac_data +EXPORT_SYMBOL_GPL vmlinux 0xa4664491 devm_clk_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xa46e8309 scsi_template_proc_dir +EXPORT_SYMBOL_GPL vmlinux 0xa4718577 devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa4888ffe blk_queue_write_cache +EXPORT_SYMBOL_GPL vmlinux 0xa48a43e0 devl_trap_policers_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa4909fd7 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0xa4a82b71 devl_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa4a9a0a3 backing_file_real_path +EXPORT_SYMBOL_GPL vmlinux 0xa4ab7c1c ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xa4ad8491 regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0xa4b07fe7 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0xa4b35353 sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0xa4bf2e41 cppc_set_epp_perf +EXPORT_SYMBOL_GPL vmlinux 0xa4bf55ed acpi_unbind_one +EXPORT_SYMBOL_GPL vmlinux 0xa4c00324 asn1_encode_octet_string +EXPORT_SYMBOL_GPL vmlinux 0xa4c085f8 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0xa4f14f5e debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0xa4f2a2ed acpi_irq_get +EXPORT_SYMBOL_GPL vmlinux 0xa4f5a0ad verify_signature +EXPORT_SYMBOL_GPL vmlinux 0xa4fdcb78 of_property_read_variable_u8_array +EXPORT_SYMBOL_GPL vmlinux 0xa502770d mtk_pinconf_bias_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xa514a3c2 irq_gc_set_wake +EXPORT_SYMBOL_GPL vmlinux 0xa517f884 tegra210_plle_hw_sequence_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xa52d52ba tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xa531471e clk_save_context +EXPORT_SYMBOL_GPL vmlinux 0xa5326793 genphy_c45_pma_read_abilities +EXPORT_SYMBOL_GPL vmlinux 0xa53f0886 blk_crypto_update_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xa54a2cba devlink_linecard_provision_clear +EXPORT_SYMBOL_GPL vmlinux 0xa5508c86 gpiochip_irq_domain_activate +EXPORT_SYMBOL_GPL vmlinux 0xa555a608 arm64_mm_context_put +EXPORT_SYMBOL_GPL vmlinux 0xa5562681 crypto_register_skciphers +EXPORT_SYMBOL_GPL vmlinux 0xa56e1a52 sg_free_table_chained +EXPORT_SYMBOL_GPL vmlinux 0xa57a3a89 mas_empty_area_rev +EXPORT_SYMBOL_GPL vmlinux 0xa584e7fe preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xa5bda8a1 efi_capsule_supported +EXPORT_SYMBOL_GPL vmlinux 0xa5bf1007 clk_register +EXPORT_SYMBOL_GPL vmlinux 0xa5bfbf8c of_clk_src_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0xa5c3ef35 nd_cmd_out_size +EXPORT_SYMBOL_GPL vmlinux 0xa5c57460 icc_disable +EXPORT_SYMBOL_GPL vmlinux 0xa5d0b34c dev_pm_opp_set_opp +EXPORT_SYMBOL_GPL vmlinux 0xa5d1f4b8 stack_depot_snprint +EXPORT_SYMBOL_GPL vmlinux 0xa5d7c388 pstore_type_to_name +EXPORT_SYMBOL_GPL vmlinux 0xa5d8c02b __blk_trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0xa5e97b87 uart_try_toggle_sysrq +EXPORT_SYMBOL_GPL vmlinux 0xa5eb3443 of_dma_xlate_by_chan_id +EXPORT_SYMBOL_GPL vmlinux 0xa5ec59ea irq_gc_unmask_enable_reg +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa604c102 wait_on_page_writeback +EXPORT_SYMBOL_GPL vmlinux 0xa6314431 __nvmem_layout_register +EXPORT_SYMBOL_GPL vmlinux 0xa63386c1 sk_msg_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0xa6348105 xdp_do_redirect +EXPORT_SYMBOL_GPL vmlinux 0xa6445323 ftrace_free_filter +EXPORT_SYMBOL_GPL vmlinux 0xa651069c pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa6532a80 fwnode_graph_get_endpoint_count +EXPORT_SYMBOL_GPL vmlinux 0xa655c903 of_get_display_timings +EXPORT_SYMBOL_GPL vmlinux 0xa655e9e5 tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0xa66fad27 __clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0xa68b79cb dw_pcie_ep_reset_bar +EXPORT_SYMBOL_GPL vmlinux 0xa6a088b7 fscrypt_match_name +EXPORT_SYMBOL_GPL vmlinux 0xa6a21593 pci_epc_mem_exit +EXPORT_SYMBOL_GPL vmlinux 0xa6a71b3e devlink_region_snapshot_id_put +EXPORT_SYMBOL_GPL vmlinux 0xa6a7925c mas_walk +EXPORT_SYMBOL_GPL vmlinux 0xa6ab8457 exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0xa6af1e35 __SCK__tp_func_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xa6b06f65 ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6b5ee5b __SCK__tp_func_block_split +EXPORT_SYMBOL_GPL vmlinux 0xa6b69a11 __folio_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0xa6cada4e phy_modify +EXPORT_SYMBOL_GPL vmlinux 0xa6cd6884 of_detach_node +EXPORT_SYMBOL_GPL vmlinux 0xa6cfaf73 i2c_new_client_device +EXPORT_SYMBOL_GPL vmlinux 0xa6dc0d97 tegra_read_ram_code +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6e5efe6 crypto_alloc_sig +EXPORT_SYMBOL_GPL vmlinux 0xa6f04bbd switchdev_handle_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0xa6f89d98 ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0xa708ca58 mas_store_prealloc +EXPORT_SYMBOL_GPL vmlinux 0xa709c835 fib6_info_destroy_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa7111527 pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0xa71d864c adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xa7241959 pkcs7_supply_detached_data +EXPORT_SYMBOL_GPL vmlinux 0xa72b3770 devm_regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0xa72dd105 pci_bridge_emul_conf_write +EXPORT_SYMBOL_GPL vmlinux 0xa72f8483 usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xa731f387 nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0xa759e30c tcp_done +EXPORT_SYMBOL_GPL vmlinux 0xa75af350 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0xa76d1190 gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0xa7757eeb tty_get_icount +EXPORT_SYMBOL_GPL vmlinux 0xa77ddd2d max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0xa788700b copy_to_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0xa78f4429 iommu_dev_enable_feature +EXPORT_SYMBOL_GPL vmlinux 0xa790ab4b __tracepoint_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xa7bd1e63 psil_set_new_ep_config +EXPORT_SYMBOL_GPL vmlinux 0xa7c0807c imx_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0xa7c68231 __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0xa7cdc91a of_clk_add_provider +EXPORT_SYMBOL_GPL vmlinux 0xa7d0a8a2 usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0xa7d2daa2 pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xa7d71e62 samsung_sdi_battery_get_info +EXPORT_SYMBOL_GPL vmlinux 0xa7e81b99 fat_detach +EXPORT_SYMBOL_GPL vmlinux 0xa7f2eebb crypto_enqueue_request_head +EXPORT_SYMBOL_GPL vmlinux 0xa7fca8be blk_mq_quiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0xa8006be8 register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xa8010cae sysfs_groups_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xa807c4d1 ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa81485e6 __traceiter_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0xa83b5243 dev_pm_opp_get_freq +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa859d431 gov_attr_set_put +EXPORT_SYMBOL_GPL vmlinux 0xa8811b66 devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xa8841cc6 mas_next +EXPORT_SYMBOL_GPL vmlinux 0xa89926dc crypto_dh_decode_key +EXPORT_SYMBOL_GPL vmlinux 0xa8a6364c xas_get_mark +EXPORT_SYMBOL_GPL vmlinux 0xa8b625d6 cpufreq_driver_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0xa8bab36d vp_modern_map_vq_notify +EXPORT_SYMBOL_GPL vmlinux 0xa8bf7c7d fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0xa8c31e51 pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0xa8c45dff component_add_typed +EXPORT_SYMBOL_GPL vmlinux 0xa8c80b60 power_supply_get_property_from_supplier +EXPORT_SYMBOL_GPL vmlinux 0xa8cc9d96 spi_mem_poll_status +EXPORT_SYMBOL_GPL vmlinux 0xa8e67a4a task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0xa8e822e7 cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0xa8f419dd pm_clk_init +EXPORT_SYMBOL_GPL vmlinux 0xa8f97178 __tracepoint_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xa90cb106 of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xa91d3a05 __blk_req_zone_write_unlock +EXPORT_SYMBOL_GPL vmlinux 0xa91e1d5e rcu_tasks_trace_qs_blkd +EXPORT_SYMBOL_GPL vmlinux 0xa91ff646 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0xa92a34c3 phylink_of_phy_connect +EXPORT_SYMBOL_GPL vmlinux 0xa93126b6 device_match_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xa9320d27 ktime_get_seconds +EXPORT_SYMBOL_GPL vmlinux 0xa9388bd9 mtk_clk_unregister_composites +EXPORT_SYMBOL_GPL vmlinux 0xa95b5c77 hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0xa96e8b4e hv_setup_vmbus_handler +EXPORT_SYMBOL_GPL vmlinux 0xa9728bda extcon_set_state_sync +EXPORT_SYMBOL_GPL vmlinux 0xa98418f7 virtqueue_get_desc_addr +EXPORT_SYMBOL_GPL vmlinux 0xa98fe890 gpiod_set_consumer_name +EXPORT_SYMBOL_GPL vmlinux 0xa99b8e70 __SCK__tp_func_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0xa99ef899 devlink_fmsg_bool_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xa9a676f8 dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xa9b4f1b2 set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0xa9c730c3 dma_resv_get_fences +EXPORT_SYMBOL_GPL vmlinux 0xa9c7ee2b devm_of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xa9d4ffc4 usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xa9e1ed4c crypto_unregister_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xa9f073bb crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0xa9f679b2 devm_clk_get_enabled +EXPORT_SYMBOL_GPL vmlinux 0xaa0b161f dst_blackhole_mtu +EXPORT_SYMBOL_GPL vmlinux 0xaa0db49f skb_consume_udp +EXPORT_SYMBOL_GPL vmlinux 0xaa11aed7 debugfs_write_file_bool +EXPORT_SYMBOL_GPL vmlinux 0xaa12cadd regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0xaa14fc4b ethtool_set_ethtool_phy_ops +EXPORT_SYMBOL_GPL vmlinux 0xaa1ae234 ata_sas_tport_delete +EXPORT_SYMBOL_GPL vmlinux 0xaa227561 xdp_master_redirect +EXPORT_SYMBOL_GPL vmlinux 0xaa239adf cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0xaa2ca3d1 of_dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xaa393cc6 mas_preallocate +EXPORT_SYMBOL_GPL vmlinux 0xaa61850e inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xaa6a50f9 __static_key_deferred_flush +EXPORT_SYMBOL_GPL vmlinux 0xaa6e9cd7 input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0xaa7c69ab gpiod_get_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xaa81e17e tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0xaa89e812 dw_pcie_write_dbi +EXPORT_SYMBOL_GPL vmlinux 0xaa957841 mtk_register_reset_controller_with_dev +EXPORT_SYMBOL_GPL vmlinux 0xaaa310ab usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaab0b6bc usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0xaab709df component_compare_of +EXPORT_SYMBOL_GPL vmlinux 0xaab9c421 clk_multiplier_ops +EXPORT_SYMBOL_GPL vmlinux 0xaaba7cf1 __tracepoint_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xaac71ee3 tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0xaada83ee usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0xaae1c9d0 msi_unlock_descs +EXPORT_SYMBOL_GPL vmlinux 0xaae5dfff ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0xaafafbff rockchip_pmu_unblock +EXPORT_SYMBOL_GPL vmlinux 0xaafecdb9 icc_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xab010232 of_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0xab060841 zynqmp_pm_query_data +EXPORT_SYMBOL_GPL vmlinux 0xab0c7535 fscrypt_prepare_new_inode +EXPORT_SYMBOL_GPL vmlinux 0xab101a77 ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xab1e0e93 hv_setup_kexec_handler +EXPORT_SYMBOL_GPL vmlinux 0xab1e5162 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0xab408f6c bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0xab5107a4 tps65912_device_exit +EXPORT_SYMBOL_GPL vmlinux 0xab528eb7 relay_reset +EXPORT_SYMBOL_GPL vmlinux 0xab60124d dev_pm_opp_of_get_opp_desc_node +EXPORT_SYMBOL_GPL vmlinux 0xab6f0ded __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0xab776aa9 extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xab8b3870 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0xab8e3cac mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xaba0a79f devlink_alloc_ns +EXPORT_SYMBOL_GPL vmlinux 0xaba9b001 kvm_vcpu_map +EXPORT_SYMBOL_GPL vmlinux 0xabc640f3 list_lru_isolate +EXPORT_SYMBOL_GPL vmlinux 0xabc6e9e4 pm_report_max_hw_sleep +EXPORT_SYMBOL_GPL vmlinux 0xabc75ebc paste_selection +EXPORT_SYMBOL_GPL vmlinux 0xabcab6fc gfn_to_pfn_prot +EXPORT_SYMBOL_GPL vmlinux 0xabd24366 dm_internal_resume_fast +EXPORT_SYMBOL_GPL vmlinux 0xabd45848 stop_machine +EXPORT_SYMBOL_GPL vmlinux 0xabd4fd6e trace_event_ignore_this_pid +EXPORT_SYMBOL_GPL vmlinux 0xabfbf7ee dprc_set_obj_irq +EXPORT_SYMBOL_GPL vmlinux 0xabfd9993 of_alias_get_id +EXPORT_SYMBOL_GPL vmlinux 0xac155927 __devm_spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0xac2b6ff1 devl_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0xac3f60c1 amba_device_add +EXPORT_SYMBOL_GPL vmlinux 0xac626b7a phylink_mii_c22_pcs_config +EXPORT_SYMBOL_GPL vmlinux 0xac6d24df devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xac7bc13a hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0xac7d3377 crypto_register_kpp +EXPORT_SYMBOL_GPL vmlinux 0xaca08e72 sock_map_destroy +EXPORT_SYMBOL_GPL vmlinux 0xaca8bdfd tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0xacb0974b __virtqueue_break +EXPORT_SYMBOL_GPL vmlinux 0xacb4d88c clk_rate_exclusive_put +EXPORT_SYMBOL_GPL vmlinux 0xacc1a20e tcp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0xacc977ac alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0xace34f14 skcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xace5811e devm_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0xacfcb06e blk_stat_disable_accounting +EXPORT_SYMBOL_GPL vmlinux 0xad1cd321 tty_port_default_client_ops +EXPORT_SYMBOL_GPL vmlinux 0xad2e3665 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0xad395dd9 mm_account_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0xad3b4053 kthread_unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0xad3ced02 kvm_get_running_vcpu +EXPORT_SYMBOL_GPL vmlinux 0xad42ae3a blk_mq_alloc_sq_tag_set +EXPORT_SYMBOL_GPL vmlinux 0xad42dff8 __SCK__tp_func_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xad4e6259 remove_cpu +EXPORT_SYMBOL_GPL vmlinux 0xad5070c2 apei_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0xad5ccc35 page_cache_ra_unbounded +EXPORT_SYMBOL_GPL vmlinux 0xad60fdf0 mtk_pinconf_bias_disable_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xad645234 register_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xad692f11 tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0xad6e041b gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0xad76a3f0 __SCK__tp_func_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xad83ce29 xas_find_conflict +EXPORT_SYMBOL_GPL vmlinux 0xad8d147d rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0xad90fded hisi_clk_register_phase +EXPORT_SYMBOL_GPL vmlinux 0xad9fb247 lwtunnel_valid_encap_type_attr +EXPORT_SYMBOL_GPL vmlinux 0xada38766 dst_cache_destroy +EXPORT_SYMBOL_GPL vmlinux 0xada5c1cf crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xadb2cd0c sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0xadb6766f wbc_detach_inode +EXPORT_SYMBOL_GPL vmlinux 0xadcf18ea devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0xade5339b hte_get_clk_src_info +EXPORT_SYMBOL_GPL vmlinux 0xadefdea8 scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0xadf199a4 trace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0xadf9c1b3 housekeeping_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xadfc69de wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0xae01217a mpi_write_to_sgl +EXPORT_SYMBOL_GPL vmlinux 0xae054e77 pci_epc_mem_free_addr +EXPORT_SYMBOL_GPL vmlinux 0xae0ecf40 usb_bus_idr_lock +EXPORT_SYMBOL_GPL vmlinux 0xae1051b0 net_cls_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xae15c02b tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0xae197c18 device_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0xae33c66e tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0xae3674f0 acpi_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0xae39bbc8 phy_check_downshift +EXPORT_SYMBOL_GPL vmlinux 0xae39f80e dst_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xae57e649 sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0xae66224d dev_pm_opp_of_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae6f3952 meson_eeclkc_probe +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae889ff8 sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xaea55cbf kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0xaedfe2ff auxiliary_find_device +EXPORT_SYMBOL_GPL vmlinux 0xaee52c37 debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xaee67c20 gov_update_cpu_data +EXPORT_SYMBOL_GPL vmlinux 0xaee75816 devlink_register +EXPORT_SYMBOL_GPL vmlinux 0xaef16e71 clk_hw_get_parent +EXPORT_SYMBOL_GPL vmlinux 0xaef97eef bio_associate_blkg_from_css +EXPORT_SYMBOL_GPL vmlinux 0xaefb4952 regulator_set_suspend_voltage +EXPORT_SYMBOL_GPL vmlinux 0xaf076aec nd_fletcher64 +EXPORT_SYMBOL_GPL vmlinux 0xaf0b6ba7 blkg_rwstat_init +EXPORT_SYMBOL_GPL vmlinux 0xaf10b202 phylink_fwnode_phy_connect +EXPORT_SYMBOL_GPL vmlinux 0xaf34584a icc_set_bw +EXPORT_SYMBOL_GPL vmlinux 0xaf348da7 cpu_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xaf3a44e9 __SCK__tp_func_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xaf4014ff usb_amd_quirk_pll_check +EXPORT_SYMBOL_GPL vmlinux 0xaf467e03 pci_epc_put +EXPORT_SYMBOL_GPL vmlinux 0xaf59e2ec platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0xaf6aa172 xdp_features_set_redirect_target +EXPORT_SYMBOL_GPL vmlinux 0xaf6d38c0 vcap_mod_rule +EXPORT_SYMBOL_GPL vmlinux 0xaf73ab87 crypto_akcipher_sync_post +EXPORT_SYMBOL_GPL vmlinux 0xaf793668 __alloc_percpu_gfp +EXPORT_SYMBOL_GPL vmlinux 0xaf7ad94c __SCK__tp_func_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xaf852873 cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0xaf86b9d8 fsnotify_alloc_group +EXPORT_SYMBOL_GPL vmlinux 0xaf8845b9 usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xaf88a21e gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0xaf987dc1 dst_cache_get +EXPORT_SYMBOL_GPL vmlinux 0xaf9a8425 sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0xafa211c9 pci_p2pmem_alloc_sgl +EXPORT_SYMBOL_GPL vmlinux 0xafb07262 __pfn_to_mfn +EXPORT_SYMBOL_GPL vmlinux 0xafb8712d thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xafc7ae0d rio_unmap_outb_region +EXPORT_SYMBOL_GPL vmlinux 0xafc8f39a irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0xafcb9ab2 pci_p2pmem_virt_to_bus +EXPORT_SYMBOL_GPL vmlinux 0xafcd1cb1 vcap_chain_id_to_lookup +EXPORT_SYMBOL_GPL vmlinux 0xafcf58f6 xen_unregister_device_domain_owner +EXPORT_SYMBOL_GPL vmlinux 0xafddd545 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xafdeb17b init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0xafeb3014 gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0xafeb58c1 __SCK__tp_func_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xaff45379 pci_p2pdma_add_resource +EXPORT_SYMBOL_GPL vmlinux 0xb0099f79 topology_clear_scale_freq_source +EXPORT_SYMBOL_GPL vmlinux 0xb02ac411 register_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb03060c7 rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xb03a503b aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb04319f4 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xb049a294 __SCK__tp_func_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0xb05132b8 bpf_event_output +EXPORT_SYMBOL_GPL vmlinux 0xb05b68d5 zynqmp_pm_reset_get_status +EXPORT_SYMBOL_GPL vmlinux 0xb05ba566 dev_pm_opp_get_required_pstate +EXPORT_SYMBOL_GPL vmlinux 0xb064b405 device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0xb06adb8e iommu_dev_disable_feature +EXPORT_SYMBOL_GPL vmlinux 0xb06ea245 sbitmap_queue_resize +EXPORT_SYMBOL_GPL vmlinux 0xb071be95 blk_mq_sched_try_merge +EXPORT_SYMBOL_GPL vmlinux 0xb072b329 __traceiter_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xb0747ed2 rcu_cpu_stall_suppress +EXPORT_SYMBOL_GPL vmlinux 0xb074ed45 __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0xb077e70a clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0xb0802f90 __tracepoint_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xb081cf2f task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xb08a22a3 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0xb08bb5fe vp_legacy_get_features +EXPORT_SYMBOL_GPL vmlinux 0xb0919d22 devlink_port_attrs_pci_vf_set +EXPORT_SYMBOL_GPL vmlinux 0xb092eff3 pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xb0949a5a event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0xb0a73eec ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0xb0b207a0 of_property_read_variable_u64_array +EXPORT_SYMBOL_GPL vmlinux 0xb0b64611 edac_pci_handle_pe +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0bf128a devl_unlock +EXPORT_SYMBOL_GPL vmlinux 0xb0c7a02c iommu_device_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xb0c9ae5b crypto_skcipher_setkey +EXPORT_SYMBOL_GPL vmlinux 0xb0cb54b0 splice_to_pipe +EXPORT_SYMBOL_GPL vmlinux 0xb0d1656c gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0xb0e413eb irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0xb0e7ab1f __traceiter_console +EXPORT_SYMBOL_GPL vmlinux 0xb0e8e671 xenbus_otherend_changed +EXPORT_SYMBOL_GPL vmlinux 0xb10c3813 devlink_port_attrs_set +EXPORT_SYMBOL_GPL vmlinux 0xb10d964d devlink_fmsg_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xb10f4558 dev_pm_opp_of_remove_table +EXPORT_SYMBOL_GPL vmlinux 0xb11d9000 tty_dev_name_to_number +EXPORT_SYMBOL_GPL vmlinux 0xb12b9cdd pinctrl_force_default +EXPORT_SYMBOL_GPL vmlinux 0xb12e229b pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0xb13837ce vcap_rule_add_key_u48 +EXPORT_SYMBOL_GPL vmlinux 0xb13d2ef3 pinconf_generic_dt_free_map +EXPORT_SYMBOL_GPL vmlinux 0xb1497260 devlink_priv +EXPORT_SYMBOL_GPL vmlinux 0xb15fe2a4 apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0xb1633dbd device_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0xb1647fc2 devlink_info_version_running_put +EXPORT_SYMBOL_GPL vmlinux 0xb165691f thermal_zone_get_crit_temp +EXPORT_SYMBOL_GPL vmlinux 0xb16b321a ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0xb17292d9 ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xb184fd2b devl_sb_register +EXPORT_SYMBOL_GPL vmlinux 0xb1930226 serial8250_do_get_mctrl +EXPORT_SYMBOL_GPL vmlinux 0xb195bcd2 genphy_c45_pma_baset1_read_master_slave +EXPORT_SYMBOL_GPL vmlinux 0xb19bdf16 fsl_mc_object_allocate +EXPORT_SYMBOL_GPL vmlinux 0xb1a8bb59 mtk_pinconf_drive_get +EXPORT_SYMBOL_GPL vmlinux 0xb1b3f6ed phylink_mii_c22_pcs_decode_state +EXPORT_SYMBOL_GPL vmlinux 0xb1b4781b __traceiter_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xb1baa71a devlink_linecard_provision_fail +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1de9661 tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xb1dfecea power_supply_battery_info_properties_size +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1e54598 ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0xb1fc1782 pci_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xb202f0d7 rht_bucket_nested_insert +EXPORT_SYMBOL_GPL vmlinux 0xb21d00c6 hte_ts_put +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb22d9466 of_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xb2377e66 __scsi_init_queue +EXPORT_SYMBOL_GPL vmlinux 0xb238ddbe kthread_func +EXPORT_SYMBOL_GPL vmlinux 0xb23b7691 start_poll_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0xb2405efc secure_tcp_seq +EXPORT_SYMBOL_GPL vmlinux 0xb248c0bc cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb24c3c86 vcap_get_rule_count_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0xb2546c86 rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0xb256be16 efivar_is_available +EXPORT_SYMBOL_GPL vmlinux 0xb26a1add elfcorehdr_addr +EXPORT_SYMBOL_GPL vmlinux 0xb26b0136 of_devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0xb26db324 devl_rate_node_create +EXPORT_SYMBOL_GPL vmlinux 0xb27a2238 trace_get_event_file +EXPORT_SYMBOL_GPL vmlinux 0xb29533ee zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0xb29d541c usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xb2a6f197 bpf_fentry_test1 +EXPORT_SYMBOL_GPL vmlinux 0xb2af3afd __dev_fwnode_const +EXPORT_SYMBOL_GPL vmlinux 0xb2b906ae sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xb2be6395 device_move +EXPORT_SYMBOL_GPL vmlinux 0xb2c1732e rcu_gp_set_torture_wait +EXPORT_SYMBOL_GPL vmlinux 0xb2cbf3f7 usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xb2e105e0 hypervisor_kobj +EXPORT_SYMBOL_GPL vmlinux 0xb2e5128a of_phandle_iterator_init +EXPORT_SYMBOL_GPL vmlinux 0xb2e57ac5 rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb2f5d6ac iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0xb2f7dc98 ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0xb2fa093e blk_mq_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xb307c909 devlink_fmsg_u64_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xb30b2bda preempt_model_full +EXPORT_SYMBOL_GPL vmlinux 0xb315461a usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0xb317f148 of_dma_router_register +EXPORT_SYMBOL_GPL vmlinux 0xb31e55f0 genphy_c45_read_link +EXPORT_SYMBOL_GPL vmlinux 0xb32142c3 imx_pinconf_set_scu +EXPORT_SYMBOL_GPL vmlinux 0xb32279ce fib_alias_hw_flags_set +EXPORT_SYMBOL_GPL vmlinux 0xb3369d74 regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0xb34f6248 devfreq_event_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xb363d4f2 umd_load_blob +EXPORT_SYMBOL_GPL vmlinux 0xb36f0e16 scsi_free_sgtables +EXPORT_SYMBOL_GPL vmlinux 0xb3769d16 ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xb38d872d dev_pm_genpd_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb38ef765 open_related_ns +EXPORT_SYMBOL_GPL vmlinux 0xb3985338 crypto_alloc_rng +EXPORT_SYMBOL_GPL vmlinux 0xb3a79004 synth_event_add_next_val +EXPORT_SYMBOL_GPL vmlinux 0xb3c57d70 pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb3ce61da spi_transfer_cs_change_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0xb3ed4cc5 ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0xb3fb610a dev_pm_opp_get_max_clock_latency +EXPORT_SYMBOL_GPL vmlinux 0xb3fd8fe6 kernel_read_file_from_path +EXPORT_SYMBOL_GPL vmlinux 0xb400a64b thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb40d673e zynqmp_pm_pinctrl_request +EXPORT_SYMBOL_GPL vmlinux 0xb40d9f12 __devres_alloc_node +EXPORT_SYMBOL_GPL vmlinux 0xb4185411 iommu_report_device_fault +EXPORT_SYMBOL_GPL vmlinux 0xb41c2b96 tun_get_tx_ring +EXPORT_SYMBOL_GPL vmlinux 0xb42bd845 mtk_eint_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb43322a9 scmi_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xb43f9365 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xb442f6f9 device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0xb44ace97 handle_mm_fault +EXPORT_SYMBOL_GPL vmlinux 0xb44bff93 devm_ti_sci_get_resource +EXPORT_SYMBOL_GPL vmlinux 0xb44e18ea audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb44fe07d crypto_unregister_rng +EXPORT_SYMBOL_GPL vmlinux 0xb455cc48 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0xb48bc51a devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xb48f0638 software_node_register +EXPORT_SYMBOL_GPL vmlinux 0xb48f3499 xlnx_register_event +EXPORT_SYMBOL_GPL vmlinux 0xb4a51cd2 virtio_max_dma_size +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4c4c61c tegra_xusb_padctl_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0xb4c5ffc1 usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0xb4c93de4 fwnode_graph_get_endpoint_by_id +EXPORT_SYMBOL_GPL vmlinux 0xb4d39d40 bsg_job_get +EXPORT_SYMBOL_GPL vmlinux 0xb4ea532f nf_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4eda0da ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0xb501b2df nd_cmd_dimm_desc +EXPORT_SYMBOL_GPL vmlinux 0xb50505d8 da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xb5093dd3 console_list +EXPORT_SYMBOL_GPL vmlinux 0xb516e6ec led_init_default_state_get +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb520eb79 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xb52c7fcc regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xb53fbce9 acpi_spi_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb5410943 pci_status_get_and_clear_errors +EXPORT_SYMBOL_GPL vmlinux 0xb55139f6 HUF_readStats +EXPORT_SYMBOL_GPL vmlinux 0xb55de460 HYPERVISOR_dm_op +EXPORT_SYMBOL_GPL vmlinux 0xb561c490 mpi_mul +EXPORT_SYMBOL_GPL vmlinux 0xb56e2a52 blk_crypto_reprogram_all_keys +EXPORT_SYMBOL_GPL vmlinux 0xb570745c __SCK__tp_func_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0xb57807aa i2c_dw_configure_master +EXPORT_SYMBOL_GPL vmlinux 0xb58b8896 debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0xb592d904 __gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL vmlinux 0xb5a83e35 gnttab_setup_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xb5a8c226 acpi_gsi_to_irq +EXPORT_SYMBOL_GPL vmlinux 0xb5b6fb04 hv_get_vpreg +EXPORT_SYMBOL_GPL vmlinux 0xb5e6e981 dev_pm_set_dedicated_wake_irq_reverse +EXPORT_SYMBOL_GPL vmlinux 0xb5eb0db2 devm_pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0xb5f6d1d1 debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0xb600536b devm_platform_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0xb607e4c5 __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0xb60d33af perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0xb61381db locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb6286eb0 css_next_descendant_pre +EXPORT_SYMBOL_GPL vmlinux 0xb6357e53 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0xb6405fa7 get_net_ns_by_fd +EXPORT_SYMBOL_GPL vmlinux 0xb6410433 mpi_addm +EXPORT_SYMBOL_GPL vmlinux 0xb6445027 irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xb64ab085 gnttab_page_cache_put +EXPORT_SYMBOL_GPL vmlinux 0xb64bbc7c raw_v4_match +EXPORT_SYMBOL_GPL vmlinux 0xb64c7327 __devm_clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0xb655f91b pci_epc_get_next_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xb65c63f1 vcap_find_admin +EXPORT_SYMBOL_GPL vmlinux 0xb660295c pcc_mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0xb660cff9 rcu_read_unlock_trace_special +EXPORT_SYMBOL_GPL vmlinux 0xb6630d60 virtqueue_get_used_addr +EXPORT_SYMBOL_GPL vmlinux 0xb6681ff6 fuse_dax_cancel_work +EXPORT_SYMBOL_GPL vmlinux 0xb6787346 sfp_unregister_socket +EXPORT_SYMBOL_GPL vmlinux 0xb67da13e vchan_find_desc +EXPORT_SYMBOL_GPL vmlinux 0xb6858572 battery_hook_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb6879da1 device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0xb69afbb0 devlink_linecard_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xb69ebbf8 led_sysfs_disable +EXPORT_SYMBOL_GPL vmlinux 0xb6a6fae1 unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0xb6c1208d aead_exit_geniv +EXPORT_SYMBOL_GPL vmlinux 0xb6c1adbb xenbus_map_ring_valloc +EXPORT_SYMBOL_GPL vmlinux 0xb6d7987a set_selection_kernel +EXPORT_SYMBOL_GPL vmlinux 0xb6df084d sbitmap_queue_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0xb6e6d99d clk_disable +EXPORT_SYMBOL_GPL vmlinux 0xb6e9f3c7 usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xb6eb4a63 spi_mem_adjust_op_size +EXPORT_SYMBOL_GPL vmlinux 0xb6ee5463 dma_resv_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xb7068eac devm_gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0xb72055d5 usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xb724e493 pwm_apply_state +EXPORT_SYMBOL_GPL vmlinux 0xb7329c06 clk_set_phase +EXPORT_SYMBOL_GPL vmlinux 0xb733b97f sk_msg_zerocopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0xb736e3ea rockchip_clk_register_branches +EXPORT_SYMBOL_GPL vmlinux 0xb73713d7 nvmem_add_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0xb7407475 devm_of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0xb7503196 nfs42_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0xb75532d6 ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0xb7575cec sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xb75aaa96 serdev_device_write +EXPORT_SYMBOL_GPL vmlinux 0xb765d1bd regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0xb7722f46 skb_append_pagefrags +EXPORT_SYMBOL_GPL vmlinux 0xb774ffb7 pinctrl_generic_get_group_count +EXPORT_SYMBOL_GPL vmlinux 0xb782c1a3 hv_get_vpreg_128 +EXPORT_SYMBOL_GPL vmlinux 0xb786bf75 pci_write_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0xb78dd39a rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0xb79252e1 of_usb_update_otg_caps +EXPORT_SYMBOL_GPL vmlinux 0xb799d5d5 usb_alloc_dev +EXPORT_SYMBOL_GPL vmlinux 0xb7a387fc synchronize_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0xb7a877dd clk_hw_init_rate_request +EXPORT_SYMBOL_GPL vmlinux 0xb7b368ab badblocks_store +EXPORT_SYMBOL_GPL vmlinux 0xb7bfc575 acomp_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb7c49c28 iommu_present +EXPORT_SYMBOL_GPL vmlinux 0xb7c69a63 unregister_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb7c93faa mtk_clk_register_pllfhs +EXPORT_SYMBOL_GPL vmlinux 0xb7caf0d7 device_driver_attach +EXPORT_SYMBOL_GPL vmlinux 0xb7cb32ad dev_pm_opp_is_turbo +EXPORT_SYMBOL_GPL vmlinux 0xb7cc93d3 fsl_mc_bus_dprtc_type +EXPORT_SYMBOL_GPL vmlinux 0xb7cdf084 usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xb7dcc9c8 nexthop_find_by_id +EXPORT_SYMBOL_GPL vmlinux 0xb7def645 usb_set_wireless_status +EXPORT_SYMBOL_GPL vmlinux 0xb7e97e6b pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xb7eab117 devl_linecard_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb7f990e9 rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xb7f9b8ce dm_report_zones +EXPORT_SYMBOL_GPL vmlinux 0xb8128df3 genphy_c45_read_lpa +EXPORT_SYMBOL_GPL vmlinux 0xb820e7ac dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0xb8234392 iommu_unmap_fast +EXPORT_SYMBOL_GPL vmlinux 0xb8273d0b __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0xb83deffb vcap_tc_flower_handler_ipv4_usage +EXPORT_SYMBOL_GPL vmlinux 0xb843a983 gpiod_set_config +EXPORT_SYMBOL_GPL vmlinux 0xb84eb882 scsi_dh_set_params +EXPORT_SYMBOL_GPL vmlinux 0xb85042e5 gnttab_free_grant_reference_seq +EXPORT_SYMBOL_GPL vmlinux 0xb85db045 wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb8781582 imx_clk_hw_sscg_pll +EXPORT_SYMBOL_GPL vmlinux 0xb87f40fe cppc_set_enable +EXPORT_SYMBOL_GPL vmlinux 0xb8820f74 device_register +EXPORT_SYMBOL_GPL vmlinux 0xb88dbfce irq_set_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0xb89b0a39 usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0xb89e69b1 jump_label_update_timeout +EXPORT_SYMBOL_GPL vmlinux 0xb8a5352c key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0xb8ab62a2 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xb8b8c4f0 ti_sci_release_resource +EXPORT_SYMBOL_GPL vmlinux 0xb8b91119 ncsi_vlan_rx_add_vid +EXPORT_SYMBOL_GPL vmlinux 0xb8c01f53 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xb8cc3ee9 kvm_vcpu_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0xb8cd3a7f nf_logger_put +EXPORT_SYMBOL_GPL vmlinux 0xb8e5c923 rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xb8e6cfef ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0xb8ea4998 bd_prepare_to_claim +EXPORT_SYMBOL_GPL vmlinux 0xb8f11603 idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb8fb5a9c tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xb90cda1c phy_resolve_aneg_pause +EXPORT_SYMBOL_GPL vmlinux 0xb90e7f70 irq_chip_set_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0xb912560d static_key_disable +EXPORT_SYMBOL_GPL vmlinux 0xb917b6d7 return_address +EXPORT_SYMBOL_GPL vmlinux 0xb91e2f98 acpi_subsys_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb91e52de usb_control_msg_recv +EXPORT_SYMBOL_GPL vmlinux 0xb926a54b vcap_tc_flower_handler_tcp_usage +EXPORT_SYMBOL_GPL vmlinux 0xb933a4ea check_move_unevictable_folios +EXPORT_SYMBOL_GPL vmlinux 0xb940d90d hte_enable_ts +EXPORT_SYMBOL_GPL vmlinux 0xb941f7a4 raw_v6_match +EXPORT_SYMBOL_GPL vmlinux 0xb951816b powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0xb9681621 xdp_do_flush +EXPORT_SYMBOL_GPL vmlinux 0xb9783db3 fixed_phy_register +EXPORT_SYMBOL_GPL vmlinux 0xb980dc42 tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb9852d11 __traceiter_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xb9982d03 ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0xb99a3b00 sbitmap_queue_recalculate_wake_batch +EXPORT_SYMBOL_GPL vmlinux 0xb9b21b27 ethtool_dev_mm_supported +EXPORT_SYMBOL_GPL vmlinux 0xb9b26a82 input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c16f51 hv_max_vp_index +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9d7de36 dw_pcie_link_up +EXPORT_SYMBOL_GPL vmlinux 0xb9ea497b regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0xb9ef14d1 devl_dpipe_table_register +EXPORT_SYMBOL_GPL vmlinux 0xba220db7 __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba334eea nvmem_add_cell_table +EXPORT_SYMBOL_GPL vmlinux 0xba3e68e3 fwnode_usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0xba3f707d wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0xba45c682 devfreq_event_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xba5c34bf debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0xba6d9a0e dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xba6eb67d __tracepoint_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xba73c8d7 icc_provider_init +EXPORT_SYMBOL_GPL vmlinux 0xba75ee87 blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0xba7f4bb1 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0xba93eaa3 edac_mc_del_mc +EXPORT_SYMBOL_GPL vmlinux 0xbaad25d5 nvdimm_provider_data +EXPORT_SYMBOL_GPL vmlinux 0xbab9a9f0 maxim_charger_currents +EXPORT_SYMBOL_GPL vmlinux 0xbabbd90b i2c_parse_fw_timings +EXPORT_SYMBOL_GPL vmlinux 0xbabed63b __hwspin_lock_timeout +EXPORT_SYMBOL_GPL vmlinux 0xbac0f23a cgroup_get_from_id +EXPORT_SYMBOL_GPL vmlinux 0xbac94448 __tracepoint_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0xbad430f7 skb_gso_validate_network_len +EXPORT_SYMBOL_GPL vmlinux 0xbad4b339 fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0xbad81f39 irq_chip_set_parent_state +EXPORT_SYMBOL_GPL vmlinux 0xbadbbae3 syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xbadc2258 tty_kclose +EXPORT_SYMBOL_GPL vmlinux 0xbaf5d387 usb_of_get_interface_node +EXPORT_SYMBOL_GPL vmlinux 0xbaf6850c fsnotify_wait_marks_destroyed +EXPORT_SYMBOL_GPL vmlinux 0xbaf86199 sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0xbb028ad3 rcu_gp_slow_register +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb0b25d2 register_xenbus_watch +EXPORT_SYMBOL_GPL vmlinux 0xbb186375 sfp_bus_find_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xbb207209 virtio_config_changed +EXPORT_SYMBOL_GPL vmlinux 0xbb24f372 __SCK__tp_func_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xbb2ae2c9 pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0xbb2d260c gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0xbb33cf02 of_request_module +EXPORT_SYMBOL_GPL vmlinux 0xbb4146b3 get_completed_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xbb514a4b spi_target_abort +EXPORT_SYMBOL_GPL vmlinux 0xbb6508da random_get_entropy_fallback +EXPORT_SYMBOL_GPL vmlinux 0xbb6a3cbd devlink_fmsg_arr_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xbb6d877f sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xbb6f025a asymmetric_key_generate_id +EXPORT_SYMBOL_GPL vmlinux 0xbb6fe4c1 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbb7195a5 xdp_warn +EXPORT_SYMBOL_GPL vmlinux 0xbb7e9690 gfn_to_hva_memslot +EXPORT_SYMBOL_GPL vmlinux 0xbb7f3324 dev_pm_opp_enable +EXPORT_SYMBOL_GPL vmlinux 0xbb9d8cb6 iomap_read_folio +EXPORT_SYMBOL_GPL vmlinux 0xbbc963b1 i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xbbe5611b crc64_rocksoft_update +EXPORT_SYMBOL_GPL vmlinux 0xbbe56404 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0xbbe8e7c2 clk_hw_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbbe98af6 sprd_pinctrl_remove +EXPORT_SYMBOL_GPL vmlinux 0xbbf82b6f zynqmp_pm_set_tcm_config +EXPORT_SYMBOL_GPL vmlinux 0xbc0570f3 xdp_rxq_info_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0xbc08f8ec md_bitmap_copy_from_slot +EXPORT_SYMBOL_GPL vmlinux 0xbc314156 nop_mnt_idmap +EXPORT_SYMBOL_GPL vmlinux 0xbc3f2cb0 timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xbc4cbd5b mtk_pinconf_adv_drive_set +EXPORT_SYMBOL_GPL vmlinux 0xbc55cbf3 of_hte_req_count +EXPORT_SYMBOL_GPL vmlinux 0xbc600dc9 preempt_model_voluntary +EXPORT_SYMBOL_GPL vmlinux 0xbc628b19 blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0xbc6bec66 free_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc85fb73 edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0xbc8e7584 pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xbc9a022b ahci_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xbc9b8588 ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xbc9ca256 invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0xbcaa4560 device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0xbcabb819 dev_pm_opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0xbcb115e7 led_put +EXPORT_SYMBOL_GPL vmlinux 0xbcbecf17 genphy_c45_loopback +EXPORT_SYMBOL_GPL vmlinux 0xbcc15e75 ktime_get_coarse_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xbcc6c89f badblocks_init +EXPORT_SYMBOL_GPL vmlinux 0xbcd5d7b5 spi_split_transfers_maxwords +EXPORT_SYMBOL_GPL vmlinux 0xbcd5e77c dev_pm_domain_attach_by_name +EXPORT_SYMBOL_GPL vmlinux 0xbcd86e76 tcp_plb_check_rehash +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbce59061 iommu_alloc_resv_region +EXPORT_SYMBOL_GPL vmlinux 0xbcf12724 usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xbcf1f0e6 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xbcf9c5da au_platform_setup +EXPORT_SYMBOL_GPL vmlinux 0xbd06f3a9 ata_get_cmd_name +EXPORT_SYMBOL_GPL vmlinux 0xbd0a4bcc usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0xbd16944e __pci_hp_initialize +EXPORT_SYMBOL_GPL vmlinux 0xbd324881 devl_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbd356a74 ip_valid_fib_dump_req +EXPORT_SYMBOL_GPL vmlinux 0xbd3fe1e3 disable_hardirq +EXPORT_SYMBOL_GPL vmlinux 0xbd43c97d regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xbd47edd4 pci_platform_power_transition +EXPORT_SYMBOL_GPL vmlinux 0xbd4dc474 of_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0xbd5ada8d udp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0xbd6b91ba vp_modern_generation +EXPORT_SYMBOL_GPL vmlinux 0xbd6ef9c8 __xenbus_register_frontend +EXPORT_SYMBOL_GPL vmlinux 0xbd7aaaee add_memory +EXPORT_SYMBOL_GPL vmlinux 0xbd7e7908 decrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0xbd8e0d3c sampling_rate_store +EXPORT_SYMBOL_GPL vmlinux 0xbd9ca8f7 phy_speed_down +EXPORT_SYMBOL_GPL vmlinux 0xbda04a91 cond_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xbda515cc xenbus_dev_error +EXPORT_SYMBOL_GPL vmlinux 0xbdb2217d hv_is_isolation_supported +EXPORT_SYMBOL_GPL vmlinux 0xbdbd3fca fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbdc508a7 __devm_irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0xbdca1314 usb_phy_roothub_resume +EXPORT_SYMBOL_GPL vmlinux 0xbdd657d7 kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xbdda1b5f vmalloc_huge +EXPORT_SYMBOL_GPL vmlinux 0xbddee684 ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0xbde614e9 syscon_regmap_lookup_by_phandle_optional +EXPORT_SYMBOL_GPL vmlinux 0xbde8ea39 find_vpid +EXPORT_SYMBOL_GPL vmlinux 0xbdedd8c3 dev_pm_domain_detach +EXPORT_SYMBOL_GPL vmlinux 0xbdfb1052 dev_pm_opp_get_power +EXPORT_SYMBOL_GPL vmlinux 0xbe0bb41a dma_resv_test_signaled +EXPORT_SYMBOL_GPL vmlinux 0xbe137c1e imx_fracn_gppll +EXPORT_SYMBOL_GPL vmlinux 0xbe188a0a mmc_cmdq_enable +EXPORT_SYMBOL_GPL vmlinux 0xbe19a785 netdev_walk_all_lower_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0xbe1d0b97 hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0xbe30947e mmu_notifier_put +EXPORT_SYMBOL_GPL vmlinux 0xbe35b618 mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0xbe43ede5 sprd_pinctrl_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xbe449721 ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0xbe490ab0 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0xbe4adc25 clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xbe5c888b crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0xbe5e3414 k3_udma_glue_reset_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0xbe687e88 wake_up_all_idle_cpus +EXPORT_SYMBOL_GPL vmlinux 0xbe70e97b tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0xbe7f2111 rio_add_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0xbe82641d perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0xbe836c0d __clk_mux_determine_rate_closest +EXPORT_SYMBOL_GPL vmlinux 0xbe96dfd8 of_reconfig_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbe9a83d5 dw_pcie_write +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbeb678dc __traceiter_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xbeb7b7d3 __traceiter_rwmmio_read +EXPORT_SYMBOL_GPL vmlinux 0xbec66c3a __apei_exec_run +EXPORT_SYMBOL_GPL vmlinux 0xbece65e0 gpiochip_request_own_desc +EXPORT_SYMBOL_GPL vmlinux 0xbedb9ebd rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0xbefb3147 rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf055d78 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0xbf0ac78f devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0xbf164213 mmu_notifier_get_locked +EXPORT_SYMBOL_GPL vmlinux 0xbf1de9ad dw8250_do_set_termios +EXPORT_SYMBOL_GPL vmlinux 0xbf2df345 pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0xbf2e2e71 housekeeping_enabled +EXPORT_SYMBOL_GPL vmlinux 0xbf39841a of_map_id +EXPORT_SYMBOL_GPL vmlinux 0xbf3ce445 crypto_alloc_acomp +EXPORT_SYMBOL_GPL vmlinux 0xbf4513c3 devlink_linecard_activate +EXPORT_SYMBOL_GPL vmlinux 0xbf500593 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0xbf5ba82d io_uring_cmd_do_in_task_lazy +EXPORT_SYMBOL_GPL vmlinux 0xbf685ac5 ahci_set_em_messages +EXPORT_SYMBOL_GPL vmlinux 0xbf6b6aab led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0xbf80183d call_switchdev_notifiers +EXPORT_SYMBOL_GPL vmlinux 0xbf969a1f rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xbf990088 meson_clk_mpll_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xbfa4b99e of_pci_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0xbfa60352 pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfc44337 is_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xbfdf93a4 nvdimm_badblocks_populate +EXPORT_SYMBOL_GPL vmlinux 0xbfe5616d tick_broadcast_oneshot_control +EXPORT_SYMBOL_GPL vmlinux 0xbfed2cd9 __wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0xbff297bb nvmem_device_find +EXPORT_SYMBOL_GPL vmlinux 0xbff542f3 kvm_are_all_memslots_empty +EXPORT_SYMBOL_GPL vmlinux 0xbff5ecbf mtk_clk_register_plls +EXPORT_SYMBOL_GPL vmlinux 0xc0010569 crypto_comp_decompress +EXPORT_SYMBOL_GPL vmlinux 0xc0021939 skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0xc00685d2 power_supply_property_is_writeable +EXPORT_SYMBOL_GPL vmlinux 0xc006b616 ata_eh_read_sense_success_ncq_log +EXPORT_SYMBOL_GPL vmlinux 0xc02b11e5 irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0xc0350ba9 thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xc0410f2f dax_finish_sync_fault +EXPORT_SYMBOL_GPL vmlinux 0xc046cf84 imx93_clk_gate +EXPORT_SYMBOL_GPL vmlinux 0xc05cee80 ipi_get_hwirq +EXPORT_SYMBOL_GPL vmlinux 0xc0617f31 spi_controller_dma_map_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0xc071b3c5 trace_seq_putmem +EXPORT_SYMBOL_GPL vmlinux 0xc072eb0b led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0xc08646ee badblocks_show +EXPORT_SYMBOL_GPL vmlinux 0xc090c376 net_selftest_get_strings +EXPORT_SYMBOL_GPL vmlinux 0xc0a3d155 k3_udma_glue_rx_get_flow_id_base +EXPORT_SYMBOL_GPL vmlinux 0xc0a8f4be phylink_resume +EXPORT_SYMBOL_GPL vmlinux 0xc0a96e14 rcu_gp_is_expedited +EXPORT_SYMBOL_GPL vmlinux 0xc0aec531 sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0xc0b2664d devlink_dpipe_header_ipv4 +EXPORT_SYMBOL_GPL vmlinux 0xc0b8565e dax_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc0c1a529 switchdev_handle_port_obj_del_foreign +EXPORT_SYMBOL_GPL vmlinux 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL vmlinux 0xc0e42840 __traceiter_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xc0f0458a ip_tunnel_unneed_metadata +EXPORT_SYMBOL_GPL vmlinux 0xc0f58d4a spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0xc0f5ce0d kthread_unpark +EXPORT_SYMBOL_GPL vmlinux 0xc0f772a9 of_property_read_u32_index +EXPORT_SYMBOL_GPL vmlinux 0xc1017e5b clean_acked_data_enable +EXPORT_SYMBOL_GPL vmlinux 0xc1081e72 pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0xc1086e0c sysrq_toggle_support +EXPORT_SYMBOL_GPL vmlinux 0xc10fd746 debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0xc11a710b power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0xc12554db vp_modern_get_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0xc14f7616 __SCK__tp_func_rwmmio_post_write +EXPORT_SYMBOL_GPL vmlinux 0xc156cd82 xhci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xc1594d11 mtk_clk_gate_ops_no_setclr +EXPORT_SYMBOL_GPL vmlinux 0xc16923cf badblocks_exit +EXPORT_SYMBOL_GPL vmlinux 0xc16e752c fscrypt_set_bio_crypt_ctx_bh +EXPORT_SYMBOL_GPL vmlinux 0xc17051f9 lwtunnel_cmp_encap +EXPORT_SYMBOL_GPL vmlinux 0xc1743430 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc17c5a30 devm_thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xc17e9946 usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0xc186354c kvm_vcpu_unmap +EXPORT_SYMBOL_GPL vmlinux 0xc18c18f7 device_property_present +EXPORT_SYMBOL_GPL vmlinux 0xc19b2437 __tracepoint_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc19cb5c3 devres_get +EXPORT_SYMBOL_GPL vmlinux 0xc19e1925 fscrypt_get_symlink +EXPORT_SYMBOL_GPL vmlinux 0xc1a360cc rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0xc1ac3d59 fsl_mc_bus_dpci_type +EXPORT_SYMBOL_GPL vmlinux 0xc1b4ef68 devl_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc1bba9ba espintcp_queue_out +EXPORT_SYMBOL_GPL vmlinux 0xc1d15a4c phylink_set_port_modes +EXPORT_SYMBOL_GPL vmlinux 0xc1d3f2ce __bio_add_page +EXPORT_SYMBOL_GPL vmlinux 0xc1dce028 k3_udma_glue_reset_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xc1e6986e interval_tree_span_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xc1e7d638 vcap_is_last_chain +EXPORT_SYMBOL_GPL vmlinux 0xc1f7a5a4 mptcp_diag_fill_info +EXPORT_SYMBOL_GPL vmlinux 0xc208a563 skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0xc2094f49 folio_alloc_buffers +EXPORT_SYMBOL_GPL vmlinux 0xc20f78e6 devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xc211b869 of_genpd_del_provider +EXPORT_SYMBOL_GPL vmlinux 0xc21765db mtk_hw_get_value +EXPORT_SYMBOL_GPL vmlinux 0xc21f01d4 __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0xc229e2cd ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc22e508f sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xc23679d9 sbitmap_bitmap_show +EXPORT_SYMBOL_GPL vmlinux 0xc2368ea5 ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0xc23dc090 usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0xc245e798 iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xc2472388 tegra210_clk_emc_update_setting +EXPORT_SYMBOL_GPL vmlinux 0xc25b8971 hv_remove_crash_handler +EXPORT_SYMBOL_GPL vmlinux 0xc26736df blk_revalidate_disk_zones +EXPORT_SYMBOL_GPL vmlinux 0xc2692173 wakeup_sources_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xc26d5898 usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xc2703a1f scsi_build_sense +EXPORT_SYMBOL_GPL vmlinux 0xc27ed15c crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0xc2853595 virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0xc288506b ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0xc289e46d cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xc28c5612 __spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0xc2955cb0 of_usb_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xc2a3e570 errata +EXPORT_SYMBOL_GPL vmlinux 0xc2a814db tcp_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xc2ac4aff of_genpd_remove_last +EXPORT_SYMBOL_GPL vmlinux 0xc2bc4dcb inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0xc2c1c427 perf_event_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc2cef35f __udp_enqueue_schedule_skb +EXPORT_SYMBOL_GPL vmlinux 0xc2d55962 work_on_cpu_key +EXPORT_SYMBOL_GPL vmlinux 0xc2dd14b9 mtk_pinconf_bias_disable_set +EXPORT_SYMBOL_GPL vmlinux 0xc2de27ca hest_disable +EXPORT_SYMBOL_GPL vmlinux 0xc2df7460 devm_mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc2f4200e trace_remove_event_call +EXPORT_SYMBOL_GPL vmlinux 0xc31d9777 restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0xc337b5b5 xenbus_dev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc340e246 zynqmp_pm_request_node +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc351f10f tty_kopen_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xc3632cf9 power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0xc3679af2 fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0xc3708747 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc378b6b6 pci_epc_get_msi +EXPORT_SYMBOL_GPL vmlinux 0xc3805cd1 fs_ftype_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0xc3876c1a hv_isolation_type_snp +EXPORT_SYMBOL_GPL vmlinux 0xc387c050 usb_of_has_combined_node +EXPORT_SYMBOL_GPL vmlinux 0xc390da2f sk_msg_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc3997d9d mpi_read_raw_from_sgl +EXPORT_SYMBOL_GPL vmlinux 0xc3a1b93a security_file_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xc3a5452f led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0xc3b47825 rcu_async_relax +EXPORT_SYMBOL_GPL vmlinux 0xc3c4c6cc hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0xc3c56dab led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0xc3c76ba6 gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0xc3caac4f switchdev_handle_port_obj_add_foreign +EXPORT_SYMBOL_GPL vmlinux 0xc3d36bf1 fwnode_find_reference +EXPORT_SYMBOL_GPL vmlinux 0xc3de65ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc3ea5305 iommu_default_passthrough +EXPORT_SYMBOL_GPL vmlinux 0xc3f148c4 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xc3f41642 rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xc3fc6a74 ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc4002197 devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xc4064028 __traceiter_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xc40afb04 mpc8xxx_spi_rx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc4280f34 mbox_request_channel_byname +EXPORT_SYMBOL_GPL vmlinux 0xc42dc9f8 acpi_match_device +EXPORT_SYMBOL_GPL vmlinux 0xc42e2be1 ncsi_start_dev +EXPORT_SYMBOL_GPL vmlinux 0xc4339058 device_add_software_node +EXPORT_SYMBOL_GPL vmlinux 0xc43bf614 gov_attr_set_init +EXPORT_SYMBOL_GPL vmlinux 0xc43fbb23 kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL vmlinux 0xc44928b0 crypto_register_acomps +EXPORT_SYMBOL_GPL vmlinux 0xc44afc48 pse_ethtool_set_config +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc45a0271 ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0xc46324f6 dynevent_create +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc47ee012 kset_find_obj +EXPORT_SYMBOL_GPL vmlinux 0xc4917512 set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0xc49c3bba ulpi_viewport_access_ops +EXPORT_SYMBOL_GPL vmlinux 0xc4a31146 rdma_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc4a72936 trusted_tpm_send +EXPORT_SYMBOL_GPL vmlinux 0xc4ba3c69 ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xc4ba9aeb zynqmp_pm_fpga_get_config_status +EXPORT_SYMBOL_GPL vmlinux 0xc4bb5a5e power_supply_external_power_changed +EXPORT_SYMBOL_GPL vmlinux 0xc4d5e0e8 acpi_gpio_get_irq_resource +EXPORT_SYMBOL_GPL vmlinux 0xc4db11fd extcon_sync +EXPORT_SYMBOL_GPL vmlinux 0xc4e3ccfe devm_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0xc4e4b6f6 dpbp_enable +EXPORT_SYMBOL_GPL vmlinux 0xc4f0da12 ktime_get_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xc4f70415 meson_clk_pcie_pll_ops +EXPORT_SYMBOL_GPL vmlinux 0xc4f99d20 crypto_register_templates +EXPORT_SYMBOL_GPL vmlinux 0xc50f0ee9 devm_regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc51450c6 imx_ccm_lock +EXPORT_SYMBOL_GPL vmlinux 0xc51ab85f devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0xc5270bca devm_hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0xc54ebfb7 devm_thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0xc5529234 bpf_sk_storage_diag_put +EXPORT_SYMBOL_GPL vmlinux 0xc5604800 clk_set_rate_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xc569d8ce __clk_get_name +EXPORT_SYMBOL_GPL vmlinux 0xc572446b vchan_tx_desc_free +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc5777fca linear_range_get_selector_low_array +EXPORT_SYMBOL_GPL vmlinux 0xc5778b86 __mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0xc58a3ee6 icc_node_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc59f29d5 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0xc5a5c678 uart_parse_earlycon +EXPORT_SYMBOL_GPL vmlinux 0xc5a8424d rz_mtu3_16bit_ch_read +EXPORT_SYMBOL_GPL vmlinux 0xc5bde0ef tpm2_flush_context +EXPORT_SYMBOL_GPL vmlinux 0xc5be51fe usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0xc5c0c88e rio_request_mport_dma +EXPORT_SYMBOL_GPL vmlinux 0xc5c49c48 set_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0xc5d9a126 unregister_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0xc5e544bd msi_domain_first_desc +EXPORT_SYMBOL_GPL vmlinux 0xc6042890 regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc6231be2 crypto_shash_tfm_digest +EXPORT_SYMBOL_GPL vmlinux 0xc623bcc6 iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0xc6250576 ZSTD_isError +EXPORT_SYMBOL_GPL vmlinux 0xc62510ad skb_segment +EXPORT_SYMBOL_GPL vmlinux 0xc62611e1 scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xc636d60f __tracepoint_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xc6393ac4 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0xc645e06c acpi_dev_get_memory_resources +EXPORT_SYMBOL_GPL vmlinux 0xc64fd66a add_hwgenerator_randomness +EXPORT_SYMBOL_GPL vmlinux 0xc6572a90 xenbus_read_unsigned +EXPORT_SYMBOL_GPL vmlinux 0xc66019cc xen_resume_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc661bb71 serdev_controller_add +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc6779093 ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xc68c41d6 __SCK__tp_func_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xc691594f ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0xc6952cb4 clk_register_hisi_phase +EXPORT_SYMBOL_GPL vmlinux 0xc697b0f7 nvmem_device_read +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc6a019f8 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0xc6a4a872 __clk_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xc6ac66d7 iommu_detach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0xc6afe31d usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0xc6b5eb14 spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0xc6bd5117 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc6dabdff crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0xc6def34b gnttab_empty_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xc6e5bcf3 linear_range_get_selector_within +EXPORT_SYMBOL_GPL vmlinux 0xc704c969 genphy_c45_plca_get_status +EXPORT_SYMBOL_GPL vmlinux 0xc7061ef3 iova_cache_put +EXPORT_SYMBOL_GPL vmlinux 0xc7136af9 pci_msi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0xc716a650 poll_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xc7207f11 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc73fb2f4 edac_mc_free +EXPORT_SYMBOL_GPL vmlinux 0xc7455557 md_submit_discard_bio +EXPORT_SYMBOL_GPL vmlinux 0xc7462f42 scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0xc7468ffe vp_modern_set_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xc74a04d4 __pci_epf_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xc74c07ce cppc_get_epp_perf +EXPORT_SYMBOL_GPL vmlinux 0xc75a05b3 tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0xc7658996 tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0xc76e3b49 __skb_get_hash_symmetric +EXPORT_SYMBOL_GPL vmlinux 0xc77ceeb4 thermal_zone_device +EXPORT_SYMBOL_GPL vmlinux 0xc77f926d pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0xc7856e74 __wake_up_locked_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xc78a9402 gpiochip_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0xc78af20f ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0xc792b56a vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7a7e770 clk_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xc7aba6d9 clk_register_composite +EXPORT_SYMBOL_GPL vmlinux 0xc7c23ff0 xenbus_exists +EXPORT_SYMBOL_GPL vmlinux 0xc7de5350 skb_splice_bits +EXPORT_SYMBOL_GPL vmlinux 0xc7df174d __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0xc7e5c73b fscrypt_show_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0xc7e64fc2 asn1_encode_integer +EXPORT_SYMBOL_GPL vmlinux 0xc7f995a0 pci_p2pmem_free_sgl +EXPORT_SYMBOL_GPL vmlinux 0xc7fa4aa9 kobj_ns_drop +EXPORT_SYMBOL_GPL vmlinux 0xc8025434 sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0xc80cebd6 blk_freeze_queue_start +EXPORT_SYMBOL_GPL vmlinux 0xc8157b94 pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xc822dd37 ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0xc82b3a88 __SCK__tp_func_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xc82c721f klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xc82d3996 get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xc8320f84 proc_create_net_single_write +EXPORT_SYMBOL_GPL vmlinux 0xc83804b9 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0xc8594d3d reset_control_acquire +EXPORT_SYMBOL_GPL vmlinux 0xc869bbb3 fscrypt_drop_inode +EXPORT_SYMBOL_GPL vmlinux 0xc87dd725 k3_udma_glue_pop_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0xc88080d6 irq_gc_noop +EXPORT_SYMBOL_GPL vmlinux 0xc88ddaa3 uart_console_device +EXPORT_SYMBOL_GPL vmlinux 0xc894253f pm_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xc89efdfe nd_cmd_in_size +EXPORT_SYMBOL_GPL vmlinux 0xc8ab5612 watchdog_set_restart_priority +EXPORT_SYMBOL_GPL vmlinux 0xc8b01b62 __serdev_device_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xc8b2baa6 serdev_device_write_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xc8b3d17f ipv6_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0xc8d075ca pinmux_generic_get_function_groups +EXPORT_SYMBOL_GPL vmlinux 0xc8d57480 led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0xc8ddd5b5 kstrdup_quotable +EXPORT_SYMBOL_GPL vmlinux 0xc8e85604 sk_msg_clone +EXPORT_SYMBOL_GPL vmlinux 0xc8ef7ab5 devm_request_pci_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0xc8efbe26 pinmux_generic_get_function_count +EXPORT_SYMBOL_GPL vmlinux 0xc905402b log_write_mmio +EXPORT_SYMBOL_GPL vmlinux 0xc91b28fd devl_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc91fdf58 percpu_ref_is_zero +EXPORT_SYMBOL_GPL vmlinux 0xc9345c0f digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0xc939d221 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0xc93c0c57 dma_map_sgtable +EXPORT_SYMBOL_GPL vmlinux 0xc93ee1e7 usb_phy_roothub_init +EXPORT_SYMBOL_GPL vmlinux 0xc944c7dc devlink_port_attrs_pci_pf_set +EXPORT_SYMBOL_GPL vmlinux 0xc94eb123 nvdimm_cmd_mask +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc958db3a filemap_range_has_writeback +EXPORT_SYMBOL_GPL vmlinux 0xc95ca3a8 qcom_icc_xlate_extended +EXPORT_SYMBOL_GPL vmlinux 0xc9615bea rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0xc963d2a1 iommu_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc9641b48 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0xc9648841 i2c_client_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xc9715630 __SCK__tp_func_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc978c2f8 tpm_put_ops +EXPORT_SYMBOL_GPL vmlinux 0xc9827693 __bpf_call_base +EXPORT_SYMBOL_GPL vmlinux 0xc9880ff8 of_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xc99e1d89 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0xc9bac944 __trace_array_puts +EXPORT_SYMBOL_GPL vmlinux 0xc9bb5a1e netdev_walk_all_lower_dev +EXPORT_SYMBOL_GPL vmlinux 0xc9c9d1dd pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xc9cd9956 ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0xc9ceea06 clk_has_parent +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9f0b4c4 ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xc9f52c70 tty_port_register_device_attr_serdev +EXPORT_SYMBOL_GPL vmlinux 0xc9fb00f7 pl320_ipc_transmit +EXPORT_SYMBOL_GPL vmlinux 0xc9fd634a usb_role_switch_put +EXPORT_SYMBOL_GPL vmlinux 0xc9ff9651 spi_sync +EXPORT_SYMBOL_GPL vmlinux 0xca200a7d device_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0xca27c603 ethnl_cable_test_finished +EXPORT_SYMBOL_GPL vmlinux 0xca32cf91 i2c_handle_smbus_host_notify +EXPORT_SYMBOL_GPL vmlinux 0xca37d8fc clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0xca454a34 vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0xca4e291c pci_ats_supported +EXPORT_SYMBOL_GPL vmlinux 0xca500464 ZSTD_getErrorName +EXPORT_SYMBOL_GPL vmlinux 0xca5455c9 mpc8xxx_spi_tx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0xca60796b devm_hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca8aa95c __auxiliary_device_add +EXPORT_SYMBOL_GPL vmlinux 0xca9a1d5e ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0xcaa1f631 balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xcaa3ec07 irq_chip_get_parent_state +EXPORT_SYMBOL_GPL vmlinux 0xcab5ea4f fib_info_nh_uses_dev +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcad2b76c imx_clk_hw_pfd +EXPORT_SYMBOL_GPL vmlinux 0xcad88f18 usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0xcae09710 spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0xcae0d251 __irq_resolve_mapping +EXPORT_SYMBOL_GPL vmlinux 0xcae7ce5d fsl_mc_get_version +EXPORT_SYMBOL_GPL vmlinux 0xcaf1d958 evtchn_get +EXPORT_SYMBOL_GPL vmlinux 0xcaf2f916 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0xcb0ef90c led_classdev_notify_brightness_hw_changed +EXPORT_SYMBOL_GPL vmlinux 0xcb149080 irq_domain_translate_onecell +EXPORT_SYMBOL_GPL vmlinux 0xcb2bfe2b nvmem_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcb430435 md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0xcb44aa5c devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xcb4a7d9b public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0xcb561441 mem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0xcb5999a6 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xcb5aa2cf ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xcb626205 tpm_chip_start +EXPORT_SYMBOL_GPL vmlinux 0xcb6429a9 device_get_dma_attr +EXPORT_SYMBOL_GPL vmlinux 0xcb6f3cff adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0xcb83a204 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0xcb85b216 vcap_lookup_rule_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0xcb90e8f1 sysfs_file_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xcb97c1df devlink_dpipe_entry_ctx_prepare +EXPORT_SYMBOL_GPL vmlinux 0xcb9a73a4 rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcba42f1d __traceiter_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0xcbbef7c8 device_for_each_child_reverse +EXPORT_SYMBOL_GPL vmlinux 0xcbc5523f crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0xcbdac9ac crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0xcbdbd2ef kvm_vcpu_kick +EXPORT_SYMBOL_GPL vmlinux 0xcbe56bc2 zs_get_total_pages +EXPORT_SYMBOL_GPL vmlinux 0xcbe672ca __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xcbe97332 devm_phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0xcbe999f6 devl_rate_leaf_create +EXPORT_SYMBOL_GPL vmlinux 0xcbed56c7 platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcc01c992 clk_hw_forward_rate_request +EXPORT_SYMBOL_GPL vmlinux 0xcc0fd0a7 k3_ringacc_ring_push_head +EXPORT_SYMBOL_GPL vmlinux 0xcc1478e5 genphy_c45_pma_resume +EXPORT_SYMBOL_GPL vmlinux 0xcc1a1f9f bpfilter_ops +EXPORT_SYMBOL_GPL vmlinux 0xcc2115ca __traceiter_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0xcc23d941 usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0xcc39c03e nvmem_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcc4b3728 meson_pmx_get_groups +EXPORT_SYMBOL_GPL vmlinux 0xcc508514 debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0xcc532784 devl_traps_register +EXPORT_SYMBOL_GPL vmlinux 0xcc54579b device_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0xcc56a294 devm_led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0xcc652469 nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0xcc7179f4 wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0xcc794b9d of_irq_to_resource +EXPORT_SYMBOL_GPL vmlinux 0xcc80c923 skb_send_sock_locked +EXPORT_SYMBOL_GPL vmlinux 0xcc82a994 raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xcc9268fc hwpoison_filter_enable +EXPORT_SYMBOL_GPL vmlinux 0xcc935375 walk_iomem_res_desc +EXPORT_SYMBOL_GPL vmlinux 0xcc9b3272 ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xccabcb6d blk_mq_complete_request_remote +EXPORT_SYMBOL_GPL vmlinux 0xccabde6f crc64_rocksoft_generic +EXPORT_SYMBOL_GPL vmlinux 0xccb0ebbc debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccd86806 ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0xcce1f5ba usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xccf33cc1 rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0xccf52bc9 sfp_upstream_start +EXPORT_SYMBOL_GPL vmlinux 0xccfd38e2 devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0xccff5dae usb_urb_ep_type_check +EXPORT_SYMBOL_GPL vmlinux 0xccffce41 split_page +EXPORT_SYMBOL_GPL vmlinux 0xcd15e2c6 virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0xcd1c1a53 trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0xcd24e146 hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0xcd401bcf ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0xcd42f779 gpiochip_irq_map +EXPORT_SYMBOL_GPL vmlinux 0xcd6f2dc9 nf_log_buf_add +EXPORT_SYMBOL_GPL vmlinux 0xcd759b82 k3_ringacc_ring_reset +EXPORT_SYMBOL_GPL vmlinux 0xcd829508 ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xcd907c0b adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcd910be7 ti_sci_get_num_resources +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcd9ca928 regulator_list_hardware_vsel +EXPORT_SYMBOL_GPL vmlinux 0xcd9cd2ff wakeme_after_rcu +EXPORT_SYMBOL_GPL vmlinux 0xcda1c641 policy_has_boost_freq +EXPORT_SYMBOL_GPL vmlinux 0xcda2aaba k3_udma_glue_tx_dma_to_cppi5_addr +EXPORT_SYMBOL_GPL vmlinux 0xcdb6adcc ras_userspace_consumers +EXPORT_SYMBOL_GPL vmlinux 0xcdb83725 irq_domain_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xcdbdd2f6 dev_coredumpm +EXPORT_SYMBOL_GPL vmlinux 0xcdbebea5 usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdd14d89 device_link_add +EXPORT_SYMBOL_GPL vmlinux 0xcdd89f54 fwnode_graph_get_port_parent +EXPORT_SYMBOL_GPL vmlinux 0xcdd8ccb9 sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0xcdde92fa devlink_port_type_eth_set +EXPORT_SYMBOL_GPL vmlinux 0xcde26600 cppc_get_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0xcdecd5b2 key_type_user +EXPORT_SYMBOL_GPL vmlinux 0xcdee2ce9 crypto_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xcdf58068 _copy_from_iter_flushcache +EXPORT_SYMBOL_GPL vmlinux 0xce0a4020 xenbus_directory +EXPORT_SYMBOL_GPL vmlinux 0xce0e789f srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xce0ef8a0 crypto_register_rng +EXPORT_SYMBOL_GPL vmlinux 0xce162a5f devm_clk_get_optional_enabled +EXPORT_SYMBOL_GPL vmlinux 0xce316d7e zynqmp_pm_set_sd_tapdelay +EXPORT_SYMBOL_GPL vmlinux 0xce3d6f50 devm_clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xce42b8c5 preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xce598ef2 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xce5b182b cgroup_get_from_fd +EXPORT_SYMBOL_GPL vmlinux 0xce5d02c1 extcon_register_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0xce61e924 acpi_is_pnp_device +EXPORT_SYMBOL_GPL vmlinux 0xce6894e9 crypto_get_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce908c05 pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0xce9cd447 percpu_is_read_locked +EXPORT_SYMBOL_GPL vmlinux 0xce9d9548 ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xcea4cc91 badblocks_check +EXPORT_SYMBOL_GPL vmlinux 0xceac8674 zynqmp_pm_read_pggs +EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xcebae3d2 ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0xceca31f5 rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcee88e7a of_overlay_fdt_apply +EXPORT_SYMBOL_GPL vmlinux 0xceed8c16 __set_phys_to_machine +EXPORT_SYMBOL_GPL vmlinux 0xcefdc27b __percpu_down_read +EXPORT_SYMBOL_GPL vmlinux 0xcf06cedf __netif_set_xps_queue +EXPORT_SYMBOL_GPL vmlinux 0xcf07ab8c device_match_devt +EXPORT_SYMBOL_GPL vmlinux 0xcf1cb943 usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0xcf2ec2b7 md_stop +EXPORT_SYMBOL_GPL vmlinux 0xcf3483de led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0xcf42a650 cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0xcf59ec30 of_msi_get_domain +EXPORT_SYMBOL_GPL vmlinux 0xcf5d44e3 __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xcf603727 devm_create_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0xcf7d8eea clean_record_shared_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0xcf8fb35a irq_domain_create_simple +EXPORT_SYMBOL_GPL vmlinux 0xcf9b345e crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0xcfa0cf1c __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xcfa90a08 da903x_write +EXPORT_SYMBOL_GPL vmlinux 0xcfad3ce7 pci_ignore_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xcfb6071f of_cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0xcfc5108a devlink_fmsg_u8_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xcfc7b4e4 rcu_barrier_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0xcfcbea6b __phy_modify +EXPORT_SYMBOL_GPL vmlinux 0xcfd30d71 acpi_os_map_memory +EXPORT_SYMBOL_GPL vmlinux 0xcfdd32d9 __fscrypt_prepare_link +EXPORT_SYMBOL_GPL vmlinux 0xcfe8ce67 cdx_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xcff7ca59 dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0xcffd793e hyperv_report_panic +EXPORT_SYMBOL_GPL vmlinux 0xd0008d45 pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xd0074fd7 xhci_check_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0xd01a7cf2 platform_irq_count +EXPORT_SYMBOL_GPL vmlinux 0xd01cba26 serdev_controller_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd026d518 HYPERVISOR_vcpu_op +EXPORT_SYMBOL_GPL vmlinux 0xd03eaf4c schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0xd0458ccb xenbus_strstate +EXPORT_SYMBOL_GPL vmlinux 0xd04aedfd __SCK__tp_func_arm_event +EXPORT_SYMBOL_GPL vmlinux 0xd04c6f62 __fscrypt_prepare_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd057d7e6 class_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd05ad2f8 ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xd061fddd pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd0686cd4 rcuref_put_slowpath +EXPORT_SYMBOL_GPL vmlinux 0xd085ae33 of_reserved_mem_device_init_by_idx +EXPORT_SYMBOL_GPL vmlinux 0xd0872711 fb_deferred_io_mmap +EXPORT_SYMBOL_GPL vmlinux 0xd09911a6 acpi_dev_get_irq_type +EXPORT_SYMBOL_GPL vmlinux 0xd0aca4a2 iommu_device_sysfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xd0b444a2 pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0xd0bc1dc0 dev_coredumpv +EXPORT_SYMBOL_GPL vmlinux 0xd0bf3ed5 watchdog_set_last_hw_keepalive +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0c24d0a nvdimm_security_setup_events +EXPORT_SYMBOL_GPL vmlinux 0xd0d156e9 __rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xd0d3f0a4 gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0xd0d606b9 gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0xd0d90410 blk_crypto_has_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xd0db0f12 run_dax +EXPORT_SYMBOL_GPL vmlinux 0xd0dc0cd8 dm_bio_get_target_bio_nr +EXPORT_SYMBOL_GPL vmlinux 0xd0e36ec4 memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0xd0e48684 dmaengine_desc_get_metadata_ptr +EXPORT_SYMBOL_GPL vmlinux 0xd0ecfe76 spi_mem_exec_op +EXPORT_SYMBOL_GPL vmlinux 0xd0fd7085 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd10747e6 usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0xd10e2609 crypto_akcipher_sync_prep +EXPORT_SYMBOL_GPL vmlinux 0xd12112d9 of_genpd_parse_idle_states +EXPORT_SYMBOL_GPL vmlinux 0xd12eb6bf skcipher_alloc_instance_simple +EXPORT_SYMBOL_GPL vmlinux 0xd13031c3 devm_rtc_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0xd138c08a free_iova_fast +EXPORT_SYMBOL_GPL vmlinux 0xd13d1dd9 da903x_update +EXPORT_SYMBOL_GPL vmlinux 0xd14247ed invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0xd1481de7 mpi_clear +EXPORT_SYMBOL_GPL vmlinux 0xd1495bf2 bpf_trace_run9 +EXPORT_SYMBOL_GPL vmlinux 0xd14c2dc4 xfer_to_guest_mode_handle_work +EXPORT_SYMBOL_GPL vmlinux 0xd150fdd5 blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0xd159586c net_prio_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xd183e228 __traceiter_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0xd18be5d1 eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0xd193b727 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0xd1a9ca15 __SCK__tp_func_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xd1c3fb44 vcap_free_rule +EXPORT_SYMBOL_GPL vmlinux 0xd1cbc23c add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0xd1e376af i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0xd1ea6485 ethnl_cable_test_free +EXPORT_SYMBOL_GPL vmlinux 0xd1eadc20 sprd_pinctrl_core_probe +EXPORT_SYMBOL_GPL vmlinux 0xd1ef14a1 pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0xd1f2eee2 nf_logger_find_get +EXPORT_SYMBOL_GPL vmlinux 0xd1f491f9 nf_queue_nf_hook_drop +EXPORT_SYMBOL_GPL vmlinux 0xd1f4ec67 pktgen_xfrm_outer_mode_output +EXPORT_SYMBOL_GPL vmlinux 0xd20244da tcp_bpf_sendmsg_redir +EXPORT_SYMBOL_GPL vmlinux 0xd20c4679 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0xd20f9f6a md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0xd2106110 dev_pm_opp_get_max_volt_latency +EXPORT_SYMBOL_GPL vmlinux 0xd215a01a sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd21b61bd async_schedule_node_domain +EXPORT_SYMBOL_GPL vmlinux 0xd21f1d35 __SCK__tp_func_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0xd225ee90 __mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0xd228dd28 trace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0xd22ef4a9 uart_get_rs485_mode +EXPORT_SYMBOL_GPL vmlinux 0xd233de08 dm_put +EXPORT_SYMBOL_GPL vmlinux 0xd248a519 rockchip_pmu_block +EXPORT_SYMBOL_GPL vmlinux 0xd24e9e8c klist_init +EXPORT_SYMBOL_GPL vmlinux 0xd2535e14 dmi_kobj +EXPORT_SYMBOL_GPL vmlinux 0xd260af0d ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd27eeb4b alloc_iova +EXPORT_SYMBOL_GPL vmlinux 0xd27f215d gnttab_alloc_grant_references +EXPORT_SYMBOL_GPL vmlinux 0xd29885fc devm_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0xd29c1f10 __traceiter_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0xd2a00f4c iomap_get_folio +EXPORT_SYMBOL_GPL vmlinux 0xd2a0aeaa pci_generic_config_read32 +EXPORT_SYMBOL_GPL vmlinux 0xd2b10a05 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0xd2b2e42f kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0xd2ba9216 acpi_get_acpi_dev +EXPORT_SYMBOL_GPL vmlinux 0xd2c09d29 msi_device_has_isolated_msi +EXPORT_SYMBOL_GPL vmlinux 0xd2c3bc11 phy_set_media +EXPORT_SYMBOL_GPL vmlinux 0xd2c7db25 pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0xd2d7e59b unregister_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0xd2dda563 nvmem_cell_read_u8 +EXPORT_SYMBOL_GPL vmlinux 0xd2de1d30 clk_hw_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0xd2e12ce1 ping_close +EXPORT_SYMBOL_GPL vmlinux 0xd2e1396a __inode_attach_wb +EXPORT_SYMBOL_GPL vmlinux 0xd2e1844e skcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0xd2e68f2a __reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xd2ef6a40 phylink_mii_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xd2fb0d30 bpf_map_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0xd2fed2c2 genphy_c45_aneg_done +EXPORT_SYMBOL_GPL vmlinux 0xd306d94c usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0xd3076d51 lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xd3091a7c __io_uring_cmd_do_in_task +EXPORT_SYMBOL_GPL vmlinux 0xd30966c2 rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0xd30967c1 pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xd313bc7b xas_nomem +EXPORT_SYMBOL_GPL vmlinux 0xd31483ce cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0xd31a2ac5 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xd320ebaf pci_epc_get_first_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xd3222578 clk_hw_get_rate_range +EXPORT_SYMBOL_GPL vmlinux 0xd328bb86 get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0xd3324424 ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0xd3385597 fsnotify_find_mark +EXPORT_SYMBOL_GPL vmlinux 0xd33ada8b cci_probed +EXPORT_SYMBOL_GPL vmlinux 0xd33b7763 devlink_remote_reload_actions_performed +EXPORT_SYMBOL_GPL vmlinux 0xd33f3414 kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0xd3442a61 regulator_set_pull_down_regmap +EXPORT_SYMBOL_GPL vmlinux 0xd34ffec3 __devm_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0xd3551a76 zynqmp_pm_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd356d38c pwm_adjust_config +EXPORT_SYMBOL_GPL vmlinux 0xd357f7ed alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0xd36760ef __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xd36e8feb fwnode_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0xd372cbe6 percpu_up_write +EXPORT_SYMBOL_GPL vmlinux 0xd372fad6 rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0xd3752c27 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xd37c8976 debounce_time_mt6765 +EXPORT_SYMBOL_GPL vmlinux 0xd37f0530 uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0xd3901d33 acpi_dev_resource_address_space +EXPORT_SYMBOL_GPL vmlinux 0xd396fc58 of_pwm_single_xlate +EXPORT_SYMBOL_GPL vmlinux 0xd39e9848 put_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xd3cc1e31 fsl_mc_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0xd3e13434 pci_find_doe_mailbox +EXPORT_SYMBOL_GPL vmlinux 0xd3eaf1ed devlink_dpipe_entry_clear +EXPORT_SYMBOL_GPL vmlinux 0xd3ec851c __traceiter_unmap +EXPORT_SYMBOL_GPL vmlinux 0xd3f0cd42 misc_cg_res_total_usage +EXPORT_SYMBOL_GPL vmlinux 0xd3fff0a6 wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4041e77 of_clk_hw_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0xd409afe8 bio_associate_blkg +EXPORT_SYMBOL_GPL vmlinux 0xd416104a devm_regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0xd4199291 led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0xd424b2b8 phy_exit +EXPORT_SYMBOL_GPL vmlinux 0xd426dbc4 erst_get_record_count +EXPORT_SYMBOL_GPL vmlinux 0xd42cf881 devm_blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0xd42f1d4e show_rcu_tasks_rude_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd4339a28 virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0xd4342e63 fsl_mc_get_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xd43bd02d irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0xd43c46b6 sysfs_break_active_protection +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd4593db4 regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xd46af5ef cppc_get_perf_ctrs +EXPORT_SYMBOL_GPL vmlinux 0xd4766d5c of_irq_to_resource_table +EXPORT_SYMBOL_GPL vmlinux 0xd47c5952 irq_chip_enable_parent +EXPORT_SYMBOL_GPL vmlinux 0xd4893466 ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0xd48a9773 drop_reasons_register_subsys +EXPORT_SYMBOL_GPL vmlinux 0xd48be6b1 da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd4935851 __SCK__tp_func_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0xd4952dba kvm_vcpu_halt +EXPORT_SYMBOL_GPL vmlinux 0xd4a35806 ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd4a7ebeb clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0xd4b1fbfc proc_create_net_single +EXPORT_SYMBOL_GPL vmlinux 0xd4b6157e devlink_health_reporter_recovery_done +EXPORT_SYMBOL_GPL vmlinux 0xd4b9a616 reset_control_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xd4bb42b8 tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0xd4bb43ba dax_remap_file_range_prep +EXPORT_SYMBOL_GPL vmlinux 0xd4bd89b3 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4c1c836 vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0xd4cbdbe3 __SCK__tp_func_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xd4d3c19c pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0xd4e1835b list_lru_walk_one +EXPORT_SYMBOL_GPL vmlinux 0xd4e6d7e0 linear_range_get_value +EXPORT_SYMBOL_GPL vmlinux 0xd4f5bfa5 iommu_queue_iopf +EXPORT_SYMBOL_GPL vmlinux 0xd509a4e0 disk_set_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0xd515555f pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xd51762be tpm1_getcap +EXPORT_SYMBOL_GPL vmlinux 0xd52e3c5d __platform_register_drivers +EXPORT_SYMBOL_GPL vmlinux 0xd5301b2c linear_range_get_max_value +EXPORT_SYMBOL_GPL vmlinux 0xd533330f spi_mem_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd5474690 usb_role_switch_set_role +EXPORT_SYMBOL_GPL vmlinux 0xd54f8d68 acpi_ec_add_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xd55895bc vc_scrolldelta_helper +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd57eb714 inet_ehash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0xd5807af3 k3_ringacc_ring_pop +EXPORT_SYMBOL_GPL vmlinux 0xd58c8fd0 extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xd59a1587 linkmode_resolve_pause +EXPORT_SYMBOL_GPL vmlinux 0xd5b18051 device_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0xd5b98b2e ahci_platform_disable_phys +EXPORT_SYMBOL_GPL vmlinux 0xd5c6bdbf regmap_get_device +EXPORT_SYMBOL_GPL vmlinux 0xd5cd0a50 rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0xd5cd53a2 fsl_mc_bus_dprc_type +EXPORT_SYMBOL_GPL vmlinux 0xd5eb2159 scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0xd5ec00d4 ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xd5f5865d __tracepoint_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0xd5f9ae02 __traceiter_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xd606aa6f bpf_trace_run8 +EXPORT_SYMBOL_GPL vmlinux 0xd6075da4 rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0xd60bf8a0 acpi_subsys_restore_early +EXPORT_SYMBOL_GPL vmlinux 0xd60d162c relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0xd61ea631 bio_trim +EXPORT_SYMBOL_GPL vmlinux 0xd622e3fa component_master_add_with_match +EXPORT_SYMBOL_GPL vmlinux 0xd6251353 ftrace_set_filter_ips +EXPORT_SYMBOL_GPL vmlinux 0xd6274cd2 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0xd63cb46d skcipher_walk_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xd648f9a9 kvm_vcpu_read_guest +EXPORT_SYMBOL_GPL vmlinux 0xd64ed259 __memcat_p +EXPORT_SYMBOL_GPL vmlinux 0xd6523098 cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xd65bafad sk_set_peek_off +EXPORT_SYMBOL_GPL vmlinux 0xd65dbd6d fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xd65ec4d4 evict_inodes +EXPORT_SYMBOL_GPL vmlinux 0xd66a7a35 sbitmap_queue_wake_all +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd674b579 dpbp_disable +EXPORT_SYMBOL_GPL vmlinux 0xd678ae2c kthread_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xd6853130 mtk_pinconf_drive_set_raw +EXPORT_SYMBOL_GPL vmlinux 0xd68bbb45 usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0xd690c87b led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd6a5cc70 nfs_ssc_client_tbl +EXPORT_SYMBOL_GPL vmlinux 0xd6a9775e __clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xd6aafb42 crc64_rocksoft +EXPORT_SYMBOL_GPL vmlinux 0xd6ae9ba7 rcu_async_should_hurry +EXPORT_SYMBOL_GPL vmlinux 0xd6b27e8a xas_set_mark +EXPORT_SYMBOL_GPL vmlinux 0xd6b48284 vcap_addr_keysets +EXPORT_SYMBOL_GPL vmlinux 0xd6c730cf skb_zerocopy_iter_stream +EXPORT_SYMBOL_GPL vmlinux 0xd6ca049b mtk_mux_clr_set_upd_ops +EXPORT_SYMBOL_GPL vmlinux 0xd6d8f6b3 topology_set_scale_freq_source +EXPORT_SYMBOL_GPL vmlinux 0xd6d9561a ip_local_out +EXPORT_SYMBOL_GPL vmlinux 0xd6da646c vfs_submount +EXPORT_SYMBOL_GPL vmlinux 0xd6ea35f5 dev_pm_genpd_synced_poweroff +EXPORT_SYMBOL_GPL vmlinux 0xd6eba4b9 crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0xd7108ed9 extcon_find_edev_by_node +EXPORT_SYMBOL_GPL vmlinux 0xd7204c42 power_supply_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xd7269c64 osc_sb_native_usb4_control +EXPORT_SYMBOL_GPL vmlinux 0xd7285112 serdev_device_set_tiocm +EXPORT_SYMBOL_GPL vmlinux 0xd7293ffc percpu_ref_reinit +EXPORT_SYMBOL_GPL vmlinux 0xd72985ad wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0xd72feba2 xenbus_read_driver_state +EXPORT_SYMBOL_GPL vmlinux 0xd7341a3b static_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0xd7369f28 gpiochip_populate_parent_fwspec_fourcell +EXPORT_SYMBOL_GPL vmlinux 0xd739bf80 __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0xd73d3c35 mbox_client_txdone +EXPORT_SYMBOL_GPL vmlinux 0xd74580da sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0xd74e400f show_rcu_tasks_classic_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd75b20aa rsa_parse_priv_key +EXPORT_SYMBOL_GPL vmlinux 0xd7665279 __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0xd768e653 __fscrypt_encrypt_symlink +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd772983c xenbus_register_driver_common +EXPORT_SYMBOL_GPL vmlinux 0xd77c3f80 hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd78367c0 pci_epc_bme_notify +EXPORT_SYMBOL_GPL vmlinux 0xd783e2c9 __traceiter_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0xd7a0cc4d get_net_ns_by_id +EXPORT_SYMBOL_GPL vmlinux 0xd7a86ea4 tcp_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xd7aea26e kernel_read_file_from_path_initns +EXPORT_SYMBOL_GPL vmlinux 0xd7b4a68d kvm_release_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0xd7c91b63 tegra210_sata_pll_hw_control_enable +EXPORT_SYMBOL_GPL vmlinux 0xd7cea889 edac_mod_work +EXPORT_SYMBOL_GPL vmlinux 0xd7dccd23 __SCK__tp_func_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0xd7deaddf tty_port_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xd7fcffb8 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0xd7fd9cb8 __kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0xd811c453 spi_get_device_match_data +EXPORT_SYMBOL_GPL vmlinux 0xd819faf1 pm_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0xd823d36d __SCK__tp_func_console +EXPORT_SYMBOL_GPL vmlinux 0xd8341ac5 tegra210_clk_emc_attach +EXPORT_SYMBOL_GPL vmlinux 0xd84a632b strp_process +EXPORT_SYMBOL_GPL vmlinux 0xd84d35bd dax_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd8533461 report_iommu_fault +EXPORT_SYMBOL_GPL vmlinux 0xd862c2ea ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0xd87cb8eb dma_fence_unwrap_next +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd8a014e8 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd8b4f66e acpi_subsys_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0xd8b50481 mmu_interval_notifier_insert_locked +EXPORT_SYMBOL_GPL vmlinux 0xd8bdba6c tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xd8c37f07 bio_blkcg_css +EXPORT_SYMBOL_GPL vmlinux 0xd8ce65db devlink_traps_register +EXPORT_SYMBOL_GPL vmlinux 0xd8d68ab1 dmi_memdev_type +EXPORT_SYMBOL_GPL vmlinux 0xd8e310ad xfrm_dev_state_add +EXPORT_SYMBOL_GPL vmlinux 0xd8ea570d regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xd8ec36c6 virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0xd8f338e3 mtk_pctrl_show_one_pin +EXPORT_SYMBOL_GPL vmlinux 0xd8fbb14d net_cls_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xd9007f4d kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0xd903f419 phylink_get_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xd90a93a7 k3_udma_glue_rx_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xd917c51e bpf_warn_invalid_xdp_action +EXPORT_SYMBOL_GPL vmlinux 0xd91dbd1f xdp_alloc_skb_bulk +EXPORT_SYMBOL_GPL vmlinux 0xd920026e i2c_new_smbus_alert_device +EXPORT_SYMBOL_GPL vmlinux 0xd92b0944 pci_epc_map_addr +EXPORT_SYMBOL_GPL vmlinux 0xd92e8f90 pm_clk_add +EXPORT_SYMBOL_GPL vmlinux 0xd92ef192 security_kernel_post_load_data +EXPORT_SYMBOL_GPL vmlinux 0xd92f0791 leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xd937cf1e acpi_get_and_request_gpiod +EXPORT_SYMBOL_GPL vmlinux 0xd9460b21 mtk_clk_register_factors +EXPORT_SYMBOL_GPL vmlinux 0xd94d723d i2c_match_id +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd97141aa xenbus_dev_cancel +EXPORT_SYMBOL_GPL vmlinux 0xd9783f2f usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0xd97c832d divider_ro_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xd97e93b8 fuse_dev_alloc_install +EXPORT_SYMBOL_GPL vmlinux 0xd988eb4a free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xd98eb734 pci_generic_config_write32 +EXPORT_SYMBOL_GPL vmlinux 0xd9916c3a idr_alloc_u32 +EXPORT_SYMBOL_GPL vmlinux 0xd9b19aa5 __tracepoint_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0xd9bb2c13 pkcs7_get_content_data +EXPORT_SYMBOL_GPL vmlinux 0xd9bb93cd __devm_reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xd9e0e623 nvdimm_setup_pfn +EXPORT_SYMBOL_GPL vmlinux 0xd9e24457 ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0xd9e61980 phy_gbit_all_ports_features +EXPORT_SYMBOL_GPL vmlinux 0xd9e65843 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0xd9faa7a5 zynqmp_pm_set_pll_frac_mode +EXPORT_SYMBOL_GPL vmlinux 0xd9ff2172 ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xda021def ti_sci_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xda0947de kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda10e1e2 phy_basic_t1_features +EXPORT_SYMBOL_GPL vmlinux 0xda12b46a kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0xda16496c device_link_remove +EXPORT_SYMBOL_GPL vmlinux 0xda1831f9 kthread_cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0xda2279c6 devm_ti_sci_get_of_resource +EXPORT_SYMBOL_GPL vmlinux 0xda25c315 tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xda2ce708 devlink_dpipe_entry_ctx_close +EXPORT_SYMBOL_GPL vmlinux 0xda320d31 sfp_module_start +EXPORT_SYMBOL_GPL vmlinux 0xda3e4e44 nf_queue +EXPORT_SYMBOL_GPL vmlinux 0xda69c4ec sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0xda71ead9 devm_kasprintf +EXPORT_SYMBOL_GPL vmlinux 0xda758f50 kvm_get_kvm_safe +EXPORT_SYMBOL_GPL vmlinux 0xda76744b device_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0xda7912d4 freq_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xda849819 fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0xda8d925c of_gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0xda8db26d debugfs_lookup_and_remove +EXPORT_SYMBOL_GPL vmlinux 0xda8e1302 software_node_find_by_name +EXPORT_SYMBOL_GPL vmlinux 0xda911ca2 scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xda965d38 hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0xdaa06dc1 acpi_lpat_raw_to_temp +EXPORT_SYMBOL_GPL vmlinux 0xdab5a1eb interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xdae20080 regulator_suspend_enable +EXPORT_SYMBOL_GPL vmlinux 0xdae79a02 devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xdaf2ed5c virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0xdaf56fe1 put_device +EXPORT_SYMBOL_GPL vmlinux 0xdaf7e4fc bpf_prog_free +EXPORT_SYMBOL_GPL vmlinux 0xdb2289e5 tracepoint_srcu +EXPORT_SYMBOL_GPL vmlinux 0xdb2aa30f regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0xdb417918 device_match_any +EXPORT_SYMBOL_GPL vmlinux 0xdb4b2885 __traceiter_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0xdb5354bd pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xdb5da4c3 perf_get_aux +EXPORT_SYMBOL_GPL vmlinux 0xdb63a944 acpi_lpat_get_conversion_table +EXPORT_SYMBOL_GPL vmlinux 0xdb68d88b inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0xdb6a4f37 blk_mq_quiesce_queue_nowait +EXPORT_SYMBOL_GPL vmlinux 0xdb6dd212 mmput_async +EXPORT_SYMBOL_GPL vmlinux 0xdb7278ee dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0xdb76c51d __clk_hw_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0xdb7f68f6 irq_chip_release_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0xdb87c0fb xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdb8c732c devm_irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xdb950041 kvm_vcpu_gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL vmlinux 0xdb95f40b mtk_clk_gate_ops_setclr +EXPORT_SYMBOL_GPL vmlinux 0xdb9d54df sysfs_unbreak_active_protection +EXPORT_SYMBOL_GPL vmlinux 0xdba865da pwm_capture +EXPORT_SYMBOL_GPL vmlinux 0xdbb20c30 scsi_host_busy_iter +EXPORT_SYMBOL_GPL vmlinux 0xdbbdf4d5 genphy_c45_baset1_read_status +EXPORT_SYMBOL_GPL vmlinux 0xdbc6aafb devlink_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0xdbd9d9a0 irq_chip_unmask_parent +EXPORT_SYMBOL_GPL vmlinux 0xdbdb0e8b request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xdbe3dbe0 vhost_task_create +EXPORT_SYMBOL_GPL vmlinux 0xdbe448b2 i2c_slave_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdbe8d8a0 __SCK__tp_func_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xdbea600c kvm_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdc02eb39 dmi_available +EXPORT_SYMBOL_GPL vmlinux 0xdc04dc12 scsi_host_unblock +EXPORT_SYMBOL_GPL vmlinux 0xdc077efb of_clk_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0xdc139c13 k3_udma_glue_tx_get_hdesc_size +EXPORT_SYMBOL_GPL vmlinux 0xdc1678fa i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0xdc3846ca __platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0xdc389a6e dw_pcie_setup_rc +EXPORT_SYMBOL_GPL vmlinux 0xdc43bdc6 pci_vpd_find_ro_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xdc45a5db edac_stop_work +EXPORT_SYMBOL_GPL vmlinux 0xdc575da8 pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0xdc64fe52 debugfs_read_file_bool +EXPORT_SYMBOL_GPL vmlinux 0xdc6596fa irq_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xdc6699cb acpi_dev_free_resource_list +EXPORT_SYMBOL_GPL vmlinux 0xdc6b9b3c kthread_mod_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0xdc6ddad6 dev_pm_set_dedicated_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xdc7df67f apei_exec_ctx_init +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc841b74 misc_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdc850530 tpm2_probe +EXPORT_SYMBOL_GPL vmlinux 0xdc91ec67 ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc9f6bca __SCK__tp_func_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdcb0a2c0 phylink_stop +EXPORT_SYMBOL_GPL vmlinux 0xdcb5e0a4 dev_pm_opp_get_opp_table +EXPORT_SYMBOL_GPL vmlinux 0xdcc81245 trace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0xdccb4c7a rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0xdce4ba35 power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xdce71d60 page_cache_async_ra +EXPORT_SYMBOL_GPL vmlinux 0xdceb5362 efi_status_to_err +EXPORT_SYMBOL_GPL vmlinux 0xdd0762df set_worker_desc +EXPORT_SYMBOL_GPL vmlinux 0xdd08d1c6 wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xdd0ebb0c fsl_mc_allocate_irqs +EXPORT_SYMBOL_GPL vmlinux 0xdd115165 regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xdd145a37 ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0xdd261966 sec_irq_init +EXPORT_SYMBOL_GPL vmlinux 0xdd31bb3e fscrypt_context_for_new_inode +EXPORT_SYMBOL_GPL vmlinux 0xdd32f282 divider_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xdd33308c wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xdd340ddb pci_epc_map_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0xdd37bf28 ext_pi_type3_crc64 +EXPORT_SYMBOL_GPL vmlinux 0xdd386bbf mtk_pinconf_bias_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xdd4f4b3e fsl_mc_device_remove +EXPORT_SYMBOL_GPL vmlinux 0xdd571b9b debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0xdd5f7ab9 serdev_device_set_parity +EXPORT_SYMBOL_GPL vmlinux 0xdd626ee3 fuse_len_args +EXPORT_SYMBOL_GPL vmlinux 0xdd689c40 crypto_sig_sign +EXPORT_SYMBOL_GPL vmlinux 0xdd81d8f6 __SCK__tp_func_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xdd8d8679 efivars_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdd931837 __traceiter_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdd96fa2d __cpuhp_state_add_instance +EXPORT_SYMBOL_GPL vmlinux 0xdd9b2786 gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0xddaf3639 pci_remove_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xddb8deef sk_msg_return_zero +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddc7f9d7 __vfs_setxattr_locked +EXPORT_SYMBOL_GPL vmlinux 0xddc84c1b kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0xddc91aa8 ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xddcc8b71 sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0xddd40743 mtk_pinconf_bias_disable_get +EXPORT_SYMBOL_GPL vmlinux 0xddd41e4d vcap_lookup_keyfield +EXPORT_SYMBOL_GPL vmlinux 0xddea3280 pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0xddeb5432 dpbp_get_attributes +EXPORT_SYMBOL_GPL vmlinux 0xddf1c847 dbs_update +EXPORT_SYMBOL_GPL vmlinux 0xddfa54d2 fwnode_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0xddfe1ad7 __SCK__tp_func_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xddffcdc2 udp_abort +EXPORT_SYMBOL_GPL vmlinux 0xde000dcb peernet2id_alloc +EXPORT_SYMBOL_GPL vmlinux 0xde070f6b spi_mem_dirmap_write +EXPORT_SYMBOL_GPL vmlinux 0xde093e19 devl_port_register_with_ops +EXPORT_SYMBOL_GPL vmlinux 0xde0af24f udp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0xde0fa7b0 blk_queue_max_discard_segments +EXPORT_SYMBOL_GPL vmlinux 0xde15d5ad iov_iter_extract_pages +EXPORT_SYMBOL_GPL vmlinux 0xde16b3b9 pci_epf_add_vepf +EXPORT_SYMBOL_GPL vmlinux 0xde1afe35 da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0xde1f6ca5 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xde2ef087 devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xde2fac8b cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0xde31bf7e unregister_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xde3342d0 usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xde33ee0e ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0xde46a00c ata_qc_get_active +EXPORT_SYMBOL_GPL vmlinux 0xde5574cf x509_load_certificate_list +EXPORT_SYMBOL_GPL vmlinux 0xde625179 ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0xde6f1851 TSS_checkhmac1 +EXPORT_SYMBOL_GPL vmlinux 0xde7556cd acpi_dev_clear_dependencies +EXPORT_SYMBOL_GPL vmlinux 0xde970bdd rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xde9ab8c7 xenbus_rm +EXPORT_SYMBOL_GPL vmlinux 0xdead2e78 reserve_iova +EXPORT_SYMBOL_GPL vmlinux 0xdeb04fee regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0xdec6d779 acpi_device_fix_up_power_extended +EXPORT_SYMBOL_GPL vmlinux 0xdece1f52 pcie_flr +EXPORT_SYMBOL_GPL vmlinux 0xded2fc6a net_failover_create +EXPORT_SYMBOL_GPL vmlinux 0xded57af1 class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0xdee91d7a dtpm_destroy_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xdeffa0a7 edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0xdf05ec96 devfreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdf08ae93 tegra_bpmp_transfer +EXPORT_SYMBOL_GPL vmlinux 0xdf0c757f ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0xdf0ca3f4 cpu_latency_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf11e94f of_icc_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0xdf1be5e1 __free_iova +EXPORT_SYMBOL_GPL vmlinux 0xdf237453 timer_shutdown_sync +EXPORT_SYMBOL_GPL vmlinux 0xdf2738bb cpu_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdf31898f cper_mem_err_pack +EXPORT_SYMBOL_GPL vmlinux 0xdf348f85 edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL vmlinux 0xdf448d1c fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0xdf4dc2c1 rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0xdf51cdc8 dw_pcie_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xdf558314 power_supply_battery_info_properties +EXPORT_SYMBOL_GPL vmlinux 0xdf6cf55f power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0xdf89f7a2 usb_phy_roothub_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdf9e68f1 dev_pm_qos_hide_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0xdfcb6c90 mctrl_gpio_set +EXPORT_SYMBOL_GPL vmlinux 0xdfe5c531 __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xdfeda267 devlink_region_create +EXPORT_SYMBOL_GPL vmlinux 0xdff55001 ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0xdff74569 ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xdffc5397 hisi_reset_init +EXPORT_SYMBOL_GPL vmlinux 0xe00216cb regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0xe005aba0 dev_pm_opp_put +EXPORT_SYMBOL_GPL vmlinux 0xe00707ed gov_attr_set_get +EXPORT_SYMBOL_GPL vmlinux 0xe00db6dc __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xe00ee556 devm_platform_get_irqs_affinity +EXPORT_SYMBOL_GPL vmlinux 0xe01e039b __traceiter_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xe01f4cb0 irq_force_affinity +EXPORT_SYMBOL_GPL vmlinux 0xe02d866d usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xe0313d71 rhashtable_insert_slow +EXPORT_SYMBOL_GPL vmlinux 0xe0391047 vcap_find_keystream_keysets +EXPORT_SYMBOL_GPL vmlinux 0xe03d99b2 regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0xe048f592 ti_sci_get_handle +EXPORT_SYMBOL_GPL vmlinux 0xe04a3bf3 regmap_field_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0xe04d87fd irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0xe05e2f85 nexthop_free_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe0615518 uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xe06179c1 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe061be4b devm_of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0xe0693836 __clk_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xe086dea1 mtk_clk_unregister_factors +EXPORT_SYMBOL_GPL vmlinux 0xe093e44e security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0xe09e6624 kvm_vcpu_gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0xe0a1d87f fb_sys_write +EXPORT_SYMBOL_GPL vmlinux 0xe0a48925 ptp_msg_is_sync +EXPORT_SYMBOL_GPL vmlinux 0xe0b1c103 clk_set_max_rate +EXPORT_SYMBOL_GPL vmlinux 0xe0b5974f device_set_of_node_from_dev +EXPORT_SYMBOL_GPL vmlinux 0xe0b8364e __tracepoint_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xe0b8f6d6 usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xe0baa28a extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe0c25bee ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0xe0c4e14d hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0xe0e3147c HYPERVISOR_sched_op +EXPORT_SYMBOL_GPL vmlinux 0xe0efd26a usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0xe10262ff gnttab_dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0xe10cd6ad erst_get_record_id_begin +EXPORT_SYMBOL_GPL vmlinux 0xe12681a4 __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xe12fdbc6 fscrypt_fname_siphash +EXPORT_SYMBOL_GPL vmlinux 0xe1392ebf genphy_c45_fast_retrain +EXPORT_SYMBOL_GPL vmlinux 0xe14c718e rockchip_register_softrst_lut +EXPORT_SYMBOL_GPL vmlinux 0xe153574b usb_asmedia_modifyflowcontrol +EXPORT_SYMBOL_GPL vmlinux 0xe184f059 device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0xe1a62d7f rio_free_net +EXPORT_SYMBOL_GPL vmlinux 0xe1a8d7c9 net_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xe1ba540d blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1c06332 power_supply_get_property +EXPORT_SYMBOL_GPL vmlinux 0xe1c10b8d pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0xe1c44c5d clk_hw_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0xe1c87a2f kernel_can_power_off +EXPORT_SYMBOL_GPL vmlinux 0xe1da6d2d dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0xe1efef91 ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe1f4f4eb ahci_start_fis_rx +EXPORT_SYMBOL_GPL vmlinux 0xe1fe3ddd msg_zerocopy_put_abort +EXPORT_SYMBOL_GPL vmlinux 0xe1fe5252 devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xe20c47e2 synth_event_create +EXPORT_SYMBOL_GPL vmlinux 0xe21ef551 nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0xe233762a input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0xe23c1a79 devl_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0xe25d23f3 blocking_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0xe25d2473 __traceiter_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0xe25d4876 of_mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0xe27b1278 of_reserved_mem_device_init_by_name +EXPORT_SYMBOL_GPL vmlinux 0xe28074af fork_usermode_driver +EXPORT_SYMBOL_GPL vmlinux 0xe287f849 usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0xe2961f48 thermal_zone_device_type +EXPORT_SYMBOL_GPL vmlinux 0xe2a52c8f scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xe2b3207a unregister_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe2ce2b4d evm_set_key +EXPORT_SYMBOL_GPL vmlinux 0xe2d4f386 vcap_val_rule +EXPORT_SYMBOL_GPL vmlinux 0xe2d96f5b zynqmp_pm_feature +EXPORT_SYMBOL_GPL vmlinux 0xe2ec293b sbitmap_queue_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xe306f693 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0xe3142a97 vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0xe31f4bf3 akcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xe3218036 of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0xe328939a spi_take_timestamp_pre +EXPORT_SYMBOL_GPL vmlinux 0xe34f4d68 rockchip_clk_register_plls +EXPORT_SYMBOL_GPL vmlinux 0xe3840e18 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xe38a807d bpf_prog_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe3940b87 tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xe395a618 clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0xe397843b md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0xe397caf5 seq_buf_printf +EXPORT_SYMBOL_GPL vmlinux 0xe39d0794 usb_phy_roothub_exit +EXPORT_SYMBOL_GPL vmlinux 0xe3b09712 kprobe_event_delete +EXPORT_SYMBOL_GPL vmlinux 0xe3b0b858 crypto_register_aeads +EXPORT_SYMBOL_GPL vmlinux 0xe3cd5fae klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xe3d794f0 ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe3e423ac iommu_group_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xe3f55ec7 to_nvdimm +EXPORT_SYMBOL_GPL vmlinux 0xe4057927 usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xe40bb23e devlink_health_reporter_priv +EXPORT_SYMBOL_GPL vmlinux 0xe416477f clk_hw_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xe4248980 cper_estatus_print +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe435c065 __traceiter_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xe436e90c __dma_fence_unwrap_merge +EXPORT_SYMBOL_GPL vmlinux 0xe442c613 iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0xe44731a2 i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xe44fe94b xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0xe4541a79 do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xe45555f8 sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xe45be071 pci_aer_clear_nonfatal_status +EXPORT_SYMBOL_GPL vmlinux 0xe4732e7d regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0xe4764697 unmap_mapping_pages +EXPORT_SYMBOL_GPL vmlinux 0xe477d191 phy_led_trigger_change_speed +EXPORT_SYMBOL_GPL vmlinux 0xe47b0a03 dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0xe482248b bdev_nr_zones +EXPORT_SYMBOL_GPL vmlinux 0xe482b731 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0xe488bc18 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0xe491e700 unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe4b064f9 pcie_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xe4b818c3 phy_speed_to_str +EXPORT_SYMBOL_GPL vmlinux 0xe4c03ca7 handle_fasteoi_ack_irq +EXPORT_SYMBOL_GPL vmlinux 0xe4c2c66c rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0xe4cff72d disk_force_media_change +EXPORT_SYMBOL_GPL vmlinux 0xe4d4a4db spi_split_transfers_maxsize +EXPORT_SYMBOL_GPL vmlinux 0xe4d7b6f8 serial8250_do_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0xe4e48b12 swphy_validate_state +EXPORT_SYMBOL_GPL vmlinux 0xe4e612a7 pm_clk_remove +EXPORT_SYMBOL_GPL vmlinux 0xe4f661e0 extcon_set_property_sync +EXPORT_SYMBOL_GPL vmlinux 0xe4fda012 fsl_mc_bus_dpmcp_type +EXPORT_SYMBOL_GPL vmlinux 0xe5054a97 nf_checksum_partial +EXPORT_SYMBOL_GPL vmlinux 0xe50893fd unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xe50ab469 dev_pm_opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0xe52d3e05 clk_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xe53627ba perf_aux_output_end +EXPORT_SYMBOL_GPL vmlinux 0xe5433adc mtk_clk_unregister_cpumuxes +EXPORT_SYMBOL_GPL vmlinux 0xe5516728 k3_udma_glue_tx_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xe55b08a4 class_create +EXPORT_SYMBOL_GPL vmlinux 0xe55fd577 spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xe572f233 register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xe580f16d usb_string +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58eb9d7 FSE_readNCount +EXPORT_SYMBOL_GPL vmlinux 0xe5a925d3 zynqmp_pm_init_finalize +EXPORT_SYMBOL_GPL vmlinux 0xe5b385b8 sysfs_group_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xe5c02b64 freq_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xe5c29c70 pci_iomap_wc +EXPORT_SYMBOL_GPL vmlinux 0xe5cb1943 hisi_clk_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xe5ce1a56 rhashtable_walk_enter +EXPORT_SYMBOL_GPL vmlinux 0xe5dfe5ae pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0xe5e790e4 __traceiter_rwmmio_post_read +EXPORT_SYMBOL_GPL vmlinux 0xe5ef8ced tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0xe60632a9 edac_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe60a5e8d pids_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xe6171c6f pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0xe61c75a5 sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xe628bb9f phy_fibre_port_array +EXPORT_SYMBOL_GPL vmlinux 0xe62fef7b virtio_device_restore +EXPORT_SYMBOL_GPL vmlinux 0xe6370eb7 unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0xe63754f8 kvm_read_guest_page +EXPORT_SYMBOL_GPL vmlinux 0xe646b3b4 __traceiter_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xe646f923 vp_legacy_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0xe658719a icmp_build_probe +EXPORT_SYMBOL_GPL vmlinux 0xe65df7a0 usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0xe6852086 dprc_get_obj +EXPORT_SYMBOL_GPL vmlinux 0xe6902d84 ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0xe69e5849 pm_clk_resume +EXPORT_SYMBOL_GPL vmlinux 0xe6a14058 dma_max_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0xe6aef439 __tracepoint_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xe6bce1c8 umd_cleanup_helper +EXPORT_SYMBOL_GPL vmlinux 0xe6bfe16d spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xe6c45cbe __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0xe6d2a92c phylink_mii_c45_pcs_get_state +EXPORT_SYMBOL_GPL vmlinux 0xe6e40502 rcu_get_gp_seq +EXPORT_SYMBOL_GPL vmlinux 0xe6e6b684 md_new_event +EXPORT_SYMBOL_GPL vmlinux 0xe6e988c5 k3_ringacc_get_tisci_dev_id +EXPORT_SYMBOL_GPL vmlinux 0xe6f52443 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0xe6f83837 acpi_bus_attach_private_data +EXPORT_SYMBOL_GPL vmlinux 0xe700d767 reset_control_bulk_deassert +EXPORT_SYMBOL_GPL vmlinux 0xe70221d7 cppc_get_perf_caps +EXPORT_SYMBOL_GPL vmlinux 0xe7033224 gpiod_get_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0xe703b17b fsl_mc_cleanup_irq_pool +EXPORT_SYMBOL_GPL vmlinux 0xe709571b ahci_platform_enable_clks +EXPORT_SYMBOL_GPL vmlinux 0xe70d490f usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0xe715380e devm_hte_register_chip +EXPORT_SYMBOL_GPL vmlinux 0xe72158e5 vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xe728e680 nvmem_device_cell_read +EXPORT_SYMBOL_GPL vmlinux 0xe73219f6 pci_dev_unlock +EXPORT_SYMBOL_GPL vmlinux 0xe753b68d devlink_fmsg_arr_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe76b2168 kvm_write_guest_offset_cached +EXPORT_SYMBOL_GPL vmlinux 0xe77d5ef3 ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0xe783e261 sysfs_emit +EXPORT_SYMBOL_GPL vmlinux 0xe78b0562 folio_mkclean +EXPORT_SYMBOL_GPL vmlinux 0xe7936243 zynqmp_pm_clock_getstate +EXPORT_SYMBOL_GPL vmlinux 0xe79e50fd ata_port_classify +EXPORT_SYMBOL_GPL vmlinux 0xe7a14632 blk_mq_sched_mark_restart_hctx +EXPORT_SYMBOL_GPL vmlinux 0xe7a32bba skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0xe7a58b25 devm_clk_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0xe7d0cfee dw_pcie_ep_linkup +EXPORT_SYMBOL_GPL vmlinux 0xe7d2d04c find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0xe7d51d19 edac_device_add_device +EXPORT_SYMBOL_GPL vmlinux 0xe7d6d2d4 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0xe7dfac2c percpu_free_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xe7ebcac2 nvdimm_delete +EXPORT_SYMBOL_GPL vmlinux 0xe8061d0d clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0xe808e37b devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0xe8147482 stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe8224d90 mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0xe8232a08 __device_reset +EXPORT_SYMBOL_GPL vmlinux 0xe82aeeff vring_notification_data +EXPORT_SYMBOL_GPL vmlinux 0xe83f4be0 ata_ncq_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe8521ded of_pci_parse_bus_range +EXPORT_SYMBOL_GPL vmlinux 0xe85a9fd3 cpu_cluster_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xe85f33ef dpcon_get_attributes +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe86e4242 devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0xe89126ed device_find_child_by_name +EXPORT_SYMBOL_GPL vmlinux 0xe8979afb mas_prev_range +EXPORT_SYMBOL_GPL vmlinux 0xe8a772bd vcap_keyset_list_add +EXPORT_SYMBOL_GPL vmlinux 0xe8b8ba20 devm_usb_get_phy_by_node +EXPORT_SYMBOL_GPL vmlinux 0xe8bc40c5 cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xe8bfd3f9 sched_set_fifo +EXPORT_SYMBOL_GPL vmlinux 0xe8c0065d memory_group_register_static +EXPORT_SYMBOL_GPL vmlinux 0xe8cb4618 of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0xe8ed6cc8 acpi_dev_gpio_irq_wake_get_by +EXPORT_SYMBOL_GPL vmlinux 0xe8efb0e2 nvdimm_region_notify +EXPORT_SYMBOL_GPL vmlinux 0xe8ff42e8 blkcg_get_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0xe90c7659 k3_udma_glue_rx_dma_to_cppi5_addr +EXPORT_SYMBOL_GPL vmlinux 0xe90fae1f handle_bad_irq +EXPORT_SYMBOL_GPL vmlinux 0xe911df29 eventfd_ctx_do_read +EXPORT_SYMBOL_GPL vmlinux 0xe9167cdd dma_resv_get_singleton +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe94986d6 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0xe956a75c pl320_ipc_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe96350b7 vp_modern_get_features +EXPORT_SYMBOL_GPL vmlinux 0xe9649f68 devm_device_add_group +EXPORT_SYMBOL_GPL vmlinux 0xe96f5b6c vp_modern_config_vector +EXPORT_SYMBOL_GPL vmlinux 0xe9751d10 sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xe982450f vp_modern_probe +EXPORT_SYMBOL_GPL vmlinux 0xe98a1daf kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xe98f55f2 arm_smccc_get_version +EXPORT_SYMBOL_GPL vmlinux 0xe9997d97 device_store_int +EXPORT_SYMBOL_GPL vmlinux 0xe9a52512 ahci_platform_assert_rsts +EXPORT_SYMBOL_GPL vmlinux 0xe9a9a36f ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe9b061fb power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0xe9bc30ab powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0xe9bd3732 modify_ftrace_direct_nolock +EXPORT_SYMBOL_GPL vmlinux 0xe9c71a2e add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9d63a0d k3_udma_glue_enable_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xe9d8a0fc serdev_device_write_room +EXPORT_SYMBOL_GPL vmlinux 0xe9e7ef31 pinmux_generic_get_function_name +EXPORT_SYMBOL_GPL vmlinux 0xe9e943f5 dev_pm_opp_get_level +EXPORT_SYMBOL_GPL vmlinux 0xe9f5116f rcu_exp_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0xe9facb73 mtk_clk_pdev_remove +EXPORT_SYMBOL_GPL vmlinux 0xea018bbb mpi_test_bit +EXPORT_SYMBOL_GPL vmlinux 0xea02fbd2 sk_msg_free +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea178d19 register_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0xea21b7a0 acpi_dev_get_property +EXPORT_SYMBOL_GPL vmlinux 0xea25edb4 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xea2b95e3 ahci_kick_engine +EXPORT_SYMBOL_GPL vmlinux 0xea312c8c serdev_acpi_get_uart_resource +EXPORT_SYMBOL_GPL vmlinux 0xea38036f ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0xea418e4b msi_lock_descs +EXPORT_SYMBOL_GPL vmlinux 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL vmlinux 0xea5392e4 rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0xea5985f0 rockchip_pcie_init_port +EXPORT_SYMBOL_GPL vmlinux 0xea6bd875 power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0xea6d2a52 clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xea729165 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0xea7b20f7 ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xea9daf2c devm_devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0xeaa46e7c serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0xeabfa18e devl_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0xeac744a5 pm_genpd_remove +EXPORT_SYMBOL_GPL vmlinux 0xead3e41b __traceiter_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xead54924 mctrl_gpio_to_gpiod +EXPORT_SYMBOL_GPL vmlinux 0xead5c8e5 clk_bulk_prepare +EXPORT_SYMBOL_GPL vmlinux 0xead9755b __regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0xeae0f496 clean_acked_data_flush +EXPORT_SYMBOL_GPL vmlinux 0xeae4c694 bdev_discard_alignment +EXPORT_SYMBOL_GPL vmlinux 0xeaeee0b8 ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0xeaf0a57c look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0xeaf3cb23 crc64_be +EXPORT_SYMBOL_GPL vmlinux 0xeaf8469d hv_do_fast_hypercall8 +EXPORT_SYMBOL_GPL vmlinux 0xeafb2c7a regulator_list_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xeb033b08 posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xeb0aa8fa get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0xeb0c4b5d sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0xeb11413d pci_iov_virtfn_devfn +EXPORT_SYMBOL_GPL vmlinux 0xeb1d519e dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0xeb1e8866 tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0xeb2a0589 regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0xeb3794c7 phy_led_triggers_register +EXPORT_SYMBOL_GPL vmlinux 0xeb4221e4 trace_clock +EXPORT_SYMBOL_GPL vmlinux 0xeb5cd86e da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0xeb64d36e perf_event_update_userpage +EXPORT_SYMBOL_GPL vmlinux 0xeb669b11 pcie_aspm_enabled +EXPORT_SYMBOL_GPL vmlinux 0xeb696303 desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0xeb72fc0c clk_mux_determine_rate_flags +EXPORT_SYMBOL_GPL vmlinux 0xeb786c37 dw_pcie_own_conf_map_bus +EXPORT_SYMBOL_GPL vmlinux 0xeb78b1ed unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xeb812a96 fwnode_get_name +EXPORT_SYMBOL_GPL vmlinux 0xeb923af6 sk_msg_trim +EXPORT_SYMBOL_GPL vmlinux 0xeb986878 tracing_snapshot_cond_enable +EXPORT_SYMBOL_GPL vmlinux 0xebb271ec ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0xebb5b847 regmap_read +EXPORT_SYMBOL_GPL vmlinux 0xebc26fbf tpm1_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0xebc581ed power_supply_get_battery_info +EXPORT_SYMBOL_GPL vmlinux 0xebcbff24 fwnode_connection_find_match +EXPORT_SYMBOL_GPL vmlinux 0xebd43d4d i2c_dw_adjust_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0xebd4cc11 mctrl_gpio_enable_ms +EXPORT_SYMBOL_GPL vmlinux 0xebd9b02f usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0xebe496ca __tracepoint_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0xec02ebe0 phylink_init_eee +EXPORT_SYMBOL_GPL vmlinux 0xec081f2e l3mdev_master_upper_ifindex_by_index_rcu +EXPORT_SYMBOL_GPL vmlinux 0xec1cc495 __regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0xec2a585d __blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0xec3b80f3 ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0xec4ae65e vring_create_virtqueue_dma +EXPORT_SYMBOL_GPL vmlinux 0xec4f6678 __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0xec5668f6 dax_zero_page_range +EXPORT_SYMBOL_GPL vmlinux 0xec76f925 inet6_cleanup_sock +EXPORT_SYMBOL_GPL vmlinux 0xec774acb cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xec79ab96 acpi_dev_get_resources +EXPORT_SYMBOL_GPL vmlinux 0xec7f763c iommu_get_domain_for_dev_pasid +EXPORT_SYMBOL_GPL vmlinux 0xec88730e blkdev_zone_mgmt +EXPORT_SYMBOL_GPL vmlinux 0xec91260c ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0xecaf6d41 shash_free_singlespawn_instance +EXPORT_SYMBOL_GPL vmlinux 0xecb671fc tegra210_sata_pll_hw_sequence_start +EXPORT_SYMBOL_GPL vmlinux 0xecba68e3 gnttab_batch_map +EXPORT_SYMBOL_GPL vmlinux 0xecbec13a clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0xecc931c6 irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xecd8f23d xenbus_read +EXPORT_SYMBOL_GPL vmlinux 0xecdac3e1 acpi_subsys_freeze +EXPORT_SYMBOL_GPL vmlinux 0xece716ed regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xece7a33b crypto_unregister_kpp +EXPORT_SYMBOL_GPL vmlinux 0xece7de7a tcf_dev_queue_xmit +EXPORT_SYMBOL_GPL vmlinux 0xece9f009 devm_mipi_dsi_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xecf256d1 ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0xecf85554 skb_clone_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xecf99093 ahci_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xed0b627f tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0xed0d7587 usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0xed125e48 pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xed167eee posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0xed1fdb7b debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0xed2c5bcf power_supply_charge_behaviour_parse +EXPORT_SYMBOL_GPL vmlinux 0xed35e20d blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xed39b7b8 parse_OID +EXPORT_SYMBOL_GPL vmlinux 0xed46e9c8 devl_trap_policers_register +EXPORT_SYMBOL_GPL vmlinux 0xed5b6324 acpi_find_child_by_adr +EXPORT_SYMBOL_GPL vmlinux 0xed5e79b5 bsg_remove_queue +EXPORT_SYMBOL_GPL vmlinux 0xed625186 irq_create_fwspec_mapping +EXPORT_SYMBOL_GPL vmlinux 0xed8c384b netdev_xmit_skip_txqueue +EXPORT_SYMBOL_GPL vmlinux 0xed918dde hte_init_line_attr +EXPORT_SYMBOL_GPL vmlinux 0xedb00a1d attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0xedc888bb tcp_leave_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xedc9c89a xenbus_free_evtchn +EXPORT_SYMBOL_GPL vmlinux 0xedd3c82b pm_clk_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xede9a09a btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0xedec62ba devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xedef78a2 __devm_clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xedfc2a9e __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xee07da90 ahci_platform_resume_host +EXPORT_SYMBOL_GPL vmlinux 0xee09a849 irq_of_parse_and_map +EXPORT_SYMBOL_GPL vmlinux 0xee1d3bd5 __traceiter_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0xee38ef57 register_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee518148 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0xee51cc45 fuse_dev_alloc +EXPORT_SYMBOL_GPL vmlinux 0xee6319a3 mtk_free_clk_data +EXPORT_SYMBOL_GPL vmlinux 0xee64ed99 ipv6_bpf_stub +EXPORT_SYMBOL_GPL vmlinux 0xee68aedb k3_udma_glue_request_rx_chn +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xee6c633a devices_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xee74a922 __tracepoint_console +EXPORT_SYMBOL_GPL vmlinux 0xeeb9bd15 crypto_comp_compress +EXPORT_SYMBOL_GPL vmlinux 0xeebeaf2a xenbus_dev_remove +EXPORT_SYMBOL_GPL vmlinux 0xeebeb9ac crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0xeec2fc2f account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0xeed251cd clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xeedd987e phy_10gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0xeedfa62a zynqmp_pm_is_function_supported +EXPORT_SYMBOL_GPL vmlinux 0xeee03826 gnttab_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0xeee4b172 mnt_idmap_put +EXPORT_SYMBOL_GPL vmlinux 0xeef68434 acpi_ec_remove_query_handler +EXPORT_SYMBOL_GPL vmlinux 0xeeff0f6e pci_device_group +EXPORT_SYMBOL_GPL vmlinux 0xef010a4e rio_mport_initialize +EXPORT_SYMBOL_GPL vmlinux 0xef01e9d2 of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0xef0d8229 bgpio_init +EXPORT_SYMBOL_GPL vmlinux 0xef0eade0 crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0xef1f6e23 apei_resources_request +EXPORT_SYMBOL_GPL vmlinux 0xef22c5b5 regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0xef29fcdd clk_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xef2a4775 dev_pm_opp_get_supplies +EXPORT_SYMBOL_GPL vmlinux 0xef34bf3e hrtimer_active +EXPORT_SYMBOL_GPL vmlinux 0xef3df3ec usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0xef464c28 getboottime64 +EXPORT_SYMBOL_GPL vmlinux 0xef49a85e tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0xef4b2711 pci_epf_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xef578492 xhci_reset_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0xef57bf93 thermal_cooling_device_update +EXPORT_SYMBOL_GPL vmlinux 0xef5bae6c serial8250_init_port +EXPORT_SYMBOL_GPL vmlinux 0xef5db66d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xef67ec35 __tracepoint_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef70eb7e ring_buffer_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0xef778099 dax_layout_busy_page_range +EXPORT_SYMBOL_GPL vmlinux 0xef7c67f6 sched_numa_find_nth_cpu +EXPORT_SYMBOL_GPL vmlinux 0xef84907c of_prop_next_string +EXPORT_SYMBOL_GPL vmlinux 0xef92ef33 btree_last +EXPORT_SYMBOL_GPL vmlinux 0xef9857fb mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xef9973fb of_clk_get_parent_count +EXPORT_SYMBOL_GPL vmlinux 0xef9df02a tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefa8c477 debugfs_create_ulong +EXPORT_SYMBOL_GPL vmlinux 0xefb67a70 fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0xefbbda52 fwnode_graph_get_remote_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xefcf9c16 regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0xefd96e2a devlink_linecard_nested_dl_set +EXPORT_SYMBOL_GPL vmlinux 0xefdfda0c i2c_of_match_device +EXPORT_SYMBOL_GPL vmlinux 0xefe23d90 irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0xefeafcf1 edac_has_mcs +EXPORT_SYMBOL_GPL vmlinux 0xeff5f3a9 lwtunnel_valid_encap_type +EXPORT_SYMBOL_GPL vmlinux 0xeff7e750 dev_pm_opp_disable +EXPORT_SYMBOL_GPL vmlinux 0xf008a303 led_get +EXPORT_SYMBOL_GPL vmlinux 0xf009ad56 altr_sysmgr_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xf012349d gnttab_batch_copy +EXPORT_SYMBOL_GPL vmlinux 0xf016930c pinctrl_utils_free_map +EXPORT_SYMBOL_GPL vmlinux 0xf020197f dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0xf031f2e5 vp_modern_get_status +EXPORT_SYMBOL_GPL vmlinux 0xf033c336 switchdev_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0xf038dc74 __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0xf04429b4 acpi_bus_get_status_handle +EXPORT_SYMBOL_GPL vmlinux 0xf046110e devm_regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf05a52fe asn1_encode_oid +EXPORT_SYMBOL_GPL vmlinux 0xf05e3c28 elv_rqhash_del +EXPORT_SYMBOL_GPL vmlinux 0xf05fbf09 pci_pio_to_address +EXPORT_SYMBOL_GPL vmlinux 0xf0616e7a sched_numa_hop_mask +EXPORT_SYMBOL_GPL vmlinux 0xf063944f iommu_sva_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0xf0696401 acpi_pci_detect_ejectable +EXPORT_SYMBOL_GPL vmlinux 0xf07c7fab transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0xf08acc39 fsl_mc_resource_free +EXPORT_SYMBOL_GPL vmlinux 0xf0910075 sfp_bus_del_upstream +EXPORT_SYMBOL_GPL vmlinux 0xf0c3dd63 mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0xf0c781a9 pinctrl_generic_remove_group +EXPORT_SYMBOL_GPL vmlinux 0xf0c85c58 pci_create_ims_domain +EXPORT_SYMBOL_GPL vmlinux 0xf0ca36a3 xhci_update_hub_device +EXPORT_SYMBOL_GPL vmlinux 0xf0da47f4 ahci_platform_get_resources +EXPORT_SYMBOL_GPL vmlinux 0xf0e52dc0 __tracepoint_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xf0ee213c fsl_mc_bus_dpmac_type +EXPORT_SYMBOL_GPL vmlinux 0xf0f2117a genpd_dev_pm_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0xf0fb1ce1 mcore_booted +EXPORT_SYMBOL_GPL vmlinux 0xf100460a crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0xf10c370c register_trace_event +EXPORT_SYMBOL_GPL vmlinux 0xf1124ecd sfp_upstream_set_signal_rate +EXPORT_SYMBOL_GPL vmlinux 0xf11bcd82 irq_domain_free_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0xf11bdeda relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0xf12180fd imx_1443x_dram_pll +EXPORT_SYMBOL_GPL vmlinux 0xf13c6dc2 fscrypt_file_open +EXPORT_SYMBOL_GPL vmlinux 0xf165d3a4 generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0xf1723062 vfs_fallocate +EXPORT_SYMBOL_GPL vmlinux 0xf180bfe4 crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0xf1827c30 dmaengine_desc_attach_metadata +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf1877838 kvm_vcpu_mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0xf188a662 rhashtable_walk_exit +EXPORT_SYMBOL_GPL vmlinux 0xf18e8fd2 iomap_seek_data +EXPORT_SYMBOL_GPL vmlinux 0xf19a4be4 led_trigger_read +EXPORT_SYMBOL_GPL vmlinux 0xf1a2cff7 usb_role_switch_find_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xf1a37860 ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0xf1a51c41 serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0xf1a641b7 tracing_cond_snapshot_data +EXPORT_SYMBOL_GPL vmlinux 0xf1a659f6 xen_xenbus_fops +EXPORT_SYMBOL_GPL vmlinux 0xf1bf80c9 iort_put_rmr_sids +EXPORT_SYMBOL_GPL vmlinux 0xf1c1f7c3 kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL vmlinux 0xf1c4bc68 usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0xf1d246f0 ahci_save_initial_config +EXPORT_SYMBOL_GPL vmlinux 0xf1d81570 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf1ecda92 vcap_set_rule_set_keyset +EXPORT_SYMBOL_GPL vmlinux 0xf1edf456 scsi_register_device_handler +EXPORT_SYMBOL_GPL vmlinux 0xf1f05181 rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xf1ffb44f vcap_rule_set_counter_id +EXPORT_SYMBOL_GPL vmlinux 0xf201370a rio_del_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0xf209cd4d regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0xf21ad951 usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf22182b0 mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf223d27b sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0xf224c7c8 xenbus_watch_pathfmt +EXPORT_SYMBOL_GPL vmlinux 0xf2330fac irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0xf23c48a0 fwnode_graph_get_remote_port +EXPORT_SYMBOL_GPL vmlinux 0xf23d85c2 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0xf24d35dd watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xf266106b blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0xf27047b0 devl_rate_leaf_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf276d6c4 dev_pm_opp_find_bw_floor +EXPORT_SYMBOL_GPL vmlinux 0xf277ab29 fbcon_modechange_possible +EXPORT_SYMBOL_GPL vmlinux 0xf27d0a7b gnttab_grant_foreign_access_ref +EXPORT_SYMBOL_GPL vmlinux 0xf27e8104 usb_amd_pt_check_port +EXPORT_SYMBOL_GPL vmlinux 0xf28404cf devlink_dpipe_header_ipv6 +EXPORT_SYMBOL_GPL vmlinux 0xf2967796 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0xf2ab9ae0 fscrypt_ioctl_add_key +EXPORT_SYMBOL_GPL vmlinux 0xf2b31885 of_pci_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0xf2b33cb7 memory_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xf2b37cdb genphy_c45_plca_get_cfg +EXPORT_SYMBOL_GPL vmlinux 0xf2c91c03 da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xf2d3b1a7 serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0xf2db7599 clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0xf2f42668 i2c_acpi_find_adapter_by_handle +EXPORT_SYMBOL_GPL vmlinux 0xf2fb61bd vprintk_default +EXPORT_SYMBOL_GPL vmlinux 0xf2ff4bc2 serial8250_em485_supported +EXPORT_SYMBOL_GPL vmlinux 0xf301c346 __traceiter_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xf303bc6d ahci_stop_engine +EXPORT_SYMBOL_GPL vmlinux 0xf3083a1d phylink_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf30a5502 cpufreq_enable_boost_support +EXPORT_SYMBOL_GPL vmlinux 0xf30d43a8 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0xf311e156 key_being_used_for +EXPORT_SYMBOL_GPL vmlinux 0xf31632e0 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf31e8536 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xf3230189 clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0xf32bdc5d unregister_xenstore_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf32dde48 nvmem_cell_read_u32 +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf339261b ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0xf33a64ee register_acpi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xf346ebd8 gpiochip_free_own_desc +EXPORT_SYMBOL_GPL vmlinux 0xf34772e2 cdx_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0xf34ca584 clk_regmap_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xf352023f memory_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xf3539dfa led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0xf35831d8 phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0xf359e2a2 dprc_setup +EXPORT_SYMBOL_GPL vmlinux 0xf3648c12 netif_carrier_event +EXPORT_SYMBOL_GPL vmlinux 0xf36739ef dev_attr_ncq_prio_enable +EXPORT_SYMBOL_GPL vmlinux 0xf3797506 mpi_ec_deinit +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf386c72b edac_device_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xf3898c1d platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xf38aeb63 register_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0xf3a09fe7 crypto_has_kpp +EXPORT_SYMBOL_GPL vmlinux 0xf3a556e9 device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0xf3a74ef3 of_clk_parent_fill +EXPORT_SYMBOL_GPL vmlinux 0xf3b30900 hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3b95d79 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0xf3bb600d vcap_tc_flower_handler_ipv6_usage +EXPORT_SYMBOL_GPL vmlinux 0xf3bf28d6 driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0xf3c54d3d crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0xf3d41560 ptp_parse_header +EXPORT_SYMBOL_GPL vmlinux 0xf3d96f83 blk_mq_pci_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xf3f786b2 tty_save_termios +EXPORT_SYMBOL_GPL vmlinux 0xf3fda2fd usb_acpi_port_lpm_incapable +EXPORT_SYMBOL_GPL vmlinux 0xf4011163 hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0xf4169414 mtk_pinconf_drive_set +EXPORT_SYMBOL_GPL vmlinux 0xf421d47e vcap_copy_rule +EXPORT_SYMBOL_GPL vmlinux 0xf4253f01 fscrypt_set_bio_crypt_ctx +EXPORT_SYMBOL_GPL vmlinux 0xf429ede8 device_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0xf42bfc3b clk_hw_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0xf42d8442 gpiochip_line_is_valid +EXPORT_SYMBOL_GPL vmlinux 0xf432156c pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0xf44142c7 rio_map_outb_region +EXPORT_SYMBOL_GPL vmlinux 0xf441accf edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xf4460255 __traceiter_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0xf446572d genphy_c45_plca_set_cfg +EXPORT_SYMBOL_GPL vmlinux 0xf448fa79 mtk_clk_unregister_muxes +EXPORT_SYMBOL_GPL vmlinux 0xf449ffd6 mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0xf44c0192 fuse_request_end +EXPORT_SYMBOL_GPL vmlinux 0xf4557545 driver_set_override +EXPORT_SYMBOL_GPL vmlinux 0xf4627030 ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xf463fb46 sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0xf4689d50 linkmode_set_pause +EXPORT_SYMBOL_GPL vmlinux 0xf46a2848 pm_clk_remove_clk +EXPORT_SYMBOL_GPL vmlinux 0xf47654df irq_check_status_bit +EXPORT_SYMBOL_GPL vmlinux 0xf47dadb2 xdp_rxq_info_unused +EXPORT_SYMBOL_GPL vmlinux 0xf499bd8d xhci_resume +EXPORT_SYMBOL_GPL vmlinux 0xf499cc48 amba_bustype +EXPORT_SYMBOL_GPL vmlinux 0xf49a4d4f usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0xf49abc6b sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xf4a3e56a tpm_transmit_cmd +EXPORT_SYMBOL_GPL vmlinux 0xf4a4683a k3_udma_glue_request_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xf4a69cd4 scmi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xf4a9fb19 fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0xf4af35c2 rcu_gp_is_normal +EXPORT_SYMBOL_GPL vmlinux 0xf4b0a574 fsl_mc_object_free +EXPORT_SYMBOL_GPL vmlinux 0xf4b77c91 kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xf4cd9f8f reset_control_bulk_release +EXPORT_SYMBOL_GPL vmlinux 0xf4e99cda imx_pinctrl_sc_ipc_init +EXPORT_SYMBOL_GPL vmlinux 0xf4f53f26 rz_mtu3_disable +EXPORT_SYMBOL_GPL vmlinux 0xf4f682f0 pci_alloc_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0xf4f83a31 crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xf4fd7c2e posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0xf50557e3 regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0xf51fd819 i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xf5418111 dev_pm_genpd_get_next_hrtimer +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf55f993b cookie_tcp_reqsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf5616d6f nf_checksum +EXPORT_SYMBOL_GPL vmlinux 0xf5634118 alloc_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0xf5651dfb simple_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0xf58e8e4b devm_ti_sci_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xf58f51c2 inet_bhash2_reset_saddr +EXPORT_SYMBOL_GPL vmlinux 0xf5a05542 regulator_set_active_discharge_regmap +EXPORT_SYMBOL_GPL vmlinux 0xf5a067bf iommu_group_dma_owner_claimed +EXPORT_SYMBOL_GPL vmlinux 0xf5a3ba99 linear_range_values_in_range +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5a82e93 md_run +EXPORT_SYMBOL_GPL vmlinux 0xf5aed51c blkg_conf_init +EXPORT_SYMBOL_GPL vmlinux 0xf5b0856f icc_nodes_remove +EXPORT_SYMBOL_GPL vmlinux 0xf5e1a77c trace_seq_putmem_hex +EXPORT_SYMBOL_GPL vmlinux 0xf5e3c11c mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0xf5ef5d4a devm_init_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xf5f370e0 async_schedule_node +EXPORT_SYMBOL_GPL vmlinux 0xf61b468a dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0xf61c6b74 hv_do_hypercall +EXPORT_SYMBOL_GPL vmlinux 0xf6234a43 tty_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0xf62c02a9 mtk_pinconf_bias_set_combo +EXPORT_SYMBOL_GPL vmlinux 0xf62ff6c9 dax_iomap_rw +EXPORT_SYMBOL_GPL vmlinux 0xf63f003a acpi_gpio_get_io_resource +EXPORT_SYMBOL_GPL vmlinux 0xf64aaa25 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0xf6512dcd iomap_release_folio +EXPORT_SYMBOL_GPL vmlinux 0xf6531a96 mtk_clk_dummy_ops +EXPORT_SYMBOL_GPL vmlinux 0xf65981f1 skb_morph +EXPORT_SYMBOL_GPL vmlinux 0xf663ee2f pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0xf66a4741 __traceiter_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xf67a8c3d pci_epf_remove_vepf +EXPORT_SYMBOL_GPL vmlinux 0xf695e7f9 ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0xf6a28554 region_intersects +EXPORT_SYMBOL_GPL vmlinux 0xf6b502fb __traceiter_block_split +EXPORT_SYMBOL_GPL vmlinux 0xf6beee37 __SCK__tp_func_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xf6c203b9 smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xf6c71a25 cper_severity_str +EXPORT_SYMBOL_GPL vmlinux 0xf6c8dc62 cpu_hotplug_enable +EXPORT_SYMBOL_GPL vmlinux 0xf6ca06ff skb_segment_list +EXPORT_SYMBOL_GPL vmlinux 0xf6e00782 device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0xf6e10619 dev_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0xf6e772c3 irq_bypass_unregister_producer +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6f16c56 rcu_barrier_tasks +EXPORT_SYMBOL_GPL vmlinux 0xf6f9939d failover_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf70a2512 __udp_gso_segment +EXPORT_SYMBOL_GPL vmlinux 0xf70be2d1 regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0xf70e4a4d preempt_schedule_notrace +EXPORT_SYMBOL_GPL vmlinux 0xf7101da1 blkcg_root_css +EXPORT_SYMBOL_GPL vmlinux 0xf7145dc4 drop_reasons_unregister_subsys +EXPORT_SYMBOL_GPL vmlinux 0xf72a65ea tty_get_char_size +EXPORT_SYMBOL_GPL vmlinux 0xf72ba86b pm_genpd_opp_to_performance_state +EXPORT_SYMBOL_GPL vmlinux 0xf730fb4a qcom_smem_state_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xf741251a cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0xf743c16c __thermal_zone_get_trip +EXPORT_SYMBOL_GPL vmlinux 0xf7455c16 input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0xf749debc md5_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0xf74bb274 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xf74e7c93 jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0xf757dc83 xenbus_dev_is_online +EXPORT_SYMBOL_GPL vmlinux 0xf75ce2bf dpcon_open +EXPORT_SYMBOL_GPL vmlinux 0xf76d9ca4 walk_hmem_resources +EXPORT_SYMBOL_GPL vmlinux 0xf7772bde xas_init_marks +EXPORT_SYMBOL_GPL vmlinux 0xf7792421 devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xf77a0fc0 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xf782fb07 percpu_ref_switch_to_atomic_sync +EXPORT_SYMBOL_GPL vmlinux 0xf7866b4f bind_evtchn_to_irqhandler_lateeoi +EXPORT_SYMBOL_GPL vmlinux 0xf7950f97 regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xf79a2afe crypto_alloc_kpp +EXPORT_SYMBOL_GPL vmlinux 0xf79b904b device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0xf7afb369 btree_init +EXPORT_SYMBOL_GPL vmlinux 0xf7bb768d gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0xf7bc95b0 devlink_fmsg_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xf7bd5d43 gpiochip_irq_domain_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xf7c3f273 xen_resume_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf7d0b5e5 vp_legacy_set_queue_address +EXPORT_SYMBOL_GPL vmlinux 0xf7dbb08e devm_clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xf7ed5f75 to_nvdimm_bus_dev +EXPORT_SYMBOL_GPL vmlinux 0xf7f44bc5 __acpi_node_get_property_reference +EXPORT_SYMBOL_GPL vmlinux 0xf7f6151a percpu_down_write +EXPORT_SYMBOL_GPL vmlinux 0xf7f6947a dm_post_suspending +EXPORT_SYMBOL_GPL vmlinux 0xf801242f regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xf809d25a devm_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xf809d87d class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0xf80f5fc7 __SCK__tp_func_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xf811d9af of_nvmem_layout_get_container +EXPORT_SYMBOL_GPL vmlinux 0xf8184c2d kill_pid_usb_asyncio +EXPORT_SYMBOL_GPL vmlinux 0xf81dce70 thermal_genl_cpu_capability_event +EXPORT_SYMBOL_GPL vmlinux 0xf82b81d6 thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0xf82c3fea sbitmap_show +EXPORT_SYMBOL_GPL vmlinux 0xf83c0b66 anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0xf84698b8 fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0xf8540d8c sbitmap_any_bit_set +EXPORT_SYMBOL_GPL vmlinux 0xf8589d1b blk_mq_freeze_queue_wait +EXPORT_SYMBOL_GPL vmlinux 0xf85a6b47 security_kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0xf861bd31 rockchip_clk_register_ddrclk +EXPORT_SYMBOL_GPL vmlinux 0xf868eae5 regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0xf8736e77 fsverity_verify_bio +EXPORT_SYMBOL_GPL vmlinux 0xf87d95fa xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0xf87e80e7 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xf8802bdb regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xf8814468 device_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0xf883bf93 crypto_dh_key_len +EXPORT_SYMBOL_GPL vmlinux 0xf88559f0 regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xf88c88a6 blk_rq_poll +EXPORT_SYMBOL_GPL vmlinux 0xf88ce32b dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0xf8990a91 ioc_find_get_icq +EXPORT_SYMBOL_GPL vmlinux 0xf89f4c07 fsverity_ioctl_read_metadata +EXPORT_SYMBOL_GPL vmlinux 0xf8b00ba0 crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xf8d50fed skcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xf8e04412 sbitmap_queue_show +EXPORT_SYMBOL_GPL vmlinux 0xf8e139c2 bpf_trace_run6 +EXPORT_SYMBOL_GPL vmlinux 0xf8e1deaf tegra_bpmp_transfer_atomic +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8fe5642 phylink_ethtool_get_pauseparam +EXPORT_SYMBOL_GPL vmlinux 0xf900c77d zynqmp_pm_clock_disable +EXPORT_SYMBOL_GPL vmlinux 0xf90a8437 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0xf924ffec devm_regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf9354307 __traceiter_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xf93665ff xdp_return_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0xf93f5d2d mctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xf94fb5bd kiocb_modified +EXPORT_SYMBOL_GPL vmlinux 0xf951b414 virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0xf95322f4 kthread_parkme +EXPORT_SYMBOL_GPL vmlinux 0xf955e9c5 bprintf +EXPORT_SYMBOL_GPL vmlinux 0xf9600441 gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0xf967422b HYPERVISOR_xen_version +EXPORT_SYMBOL_GPL vmlinux 0xf97920a4 crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0xf97ec70a of_clk_get_parent_name +EXPORT_SYMBOL_GPL vmlinux 0xf97efa0c inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0xf97f9039 blk_set_pm_only +EXPORT_SYMBOL_GPL vmlinux 0xf9900d67 dev_fill_forward_path +EXPORT_SYMBOL_GPL vmlinux 0xf9984f75 crypto_register_aead +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9a14b02 blk_mq_unfreeze_queue +EXPORT_SYMBOL_GPL vmlinux 0xf9a355ca l3mdev_update_flow +EXPORT_SYMBOL_GPL vmlinux 0xf9a3c5dc zynqmp_pm_load_pdi +EXPORT_SYMBOL_GPL vmlinux 0xf9a6fe04 ahci_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0xf9a70788 fib_nexthop_info +EXPORT_SYMBOL_GPL vmlinux 0xf9b34a0b iopf_queue_free +EXPORT_SYMBOL_GPL vmlinux 0xf9bb5ef4 regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xf9be1335 kthread_cancel_delayed_work_sync +EXPORT_SYMBOL_GPL vmlinux 0xf9c223e4 mtk_eint_do_resume +EXPORT_SYMBOL_GPL vmlinux 0xf9c5b863 register_btf_fmodret_id_set +EXPORT_SYMBOL_GPL vmlinux 0xf9c7bc98 xenbus_switch_state +EXPORT_SYMBOL_GPL vmlinux 0xf9c895a9 __kthread_init_worker +EXPORT_SYMBOL_GPL vmlinux 0xf9cbffaa ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0xf9cce54a ip_route_output_key_hash +EXPORT_SYMBOL_GPL vmlinux 0xf9ec3dc5 phy_get_rate_matching +EXPORT_SYMBOL_GPL vmlinux 0xfa1502d9 ata_scsi_slave_alloc +EXPORT_SYMBOL_GPL vmlinux 0xfa1a42f7 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa20488d tcp_parse_mss_option +EXPORT_SYMBOL_GPL vmlinux 0xfa2db9b8 ahci_platform_find_clk +EXPORT_SYMBOL_GPL vmlinux 0xfa349688 aer_recover_queue +EXPORT_SYMBOL_GPL vmlinux 0xfa415547 gpiochip_populate_parent_fwspec_twocell +EXPORT_SYMBOL_GPL vmlinux 0xfa42e22a devfreq_event_set_event +EXPORT_SYMBOL_GPL vmlinux 0xfa43cefc is_hash_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xfa48d05c __usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0xfa4951b0 regulator_desc_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xfa4d3c24 log_post_write_mmio +EXPORT_SYMBOL_GPL vmlinux 0xfa4e6835 phy_driver_is_genphy +EXPORT_SYMBOL_GPL vmlinux 0xfa5165fa pci_intx +EXPORT_SYMBOL_GPL vmlinux 0xfa5c7f2d kvm_write_guest +EXPORT_SYMBOL_GPL vmlinux 0xfa63a15a subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfa666974 queue_work_node +EXPORT_SYMBOL_GPL vmlinux 0xfa6d7e05 crypto_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xfa6e03c1 serial8250_do_set_mctrl +EXPORT_SYMBOL_GPL vmlinux 0xfa74b92e gpiochip_reqres_irq +EXPORT_SYMBOL_GPL vmlinux 0xfa8c0afe rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0xfa99faac raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xfa9f2bed spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0xfaa57102 pci_epf_free_space +EXPORT_SYMBOL_GPL vmlinux 0xfaa5ff4a devm_hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0xfaa62ba1 ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0xfaa90657 fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0xfaaf8621 power_supply_battery_bti_in_range +EXPORT_SYMBOL_GPL vmlinux 0xfab30dc0 mdio_bus_exit +EXPORT_SYMBOL_GPL vmlinux 0xfab53ed9 pinctrl_gpio_can_use_line +EXPORT_SYMBOL_GPL vmlinux 0xfabbe5d6 tpm_chip_bootstrap +EXPORT_SYMBOL_GPL vmlinux 0xfac42e6b nfct_btf_struct_access +EXPORT_SYMBOL_GPL vmlinux 0xfad6bc21 misc_cg_uncharge +EXPORT_SYMBOL_GPL vmlinux 0xfad9c827 kill_dax +EXPORT_SYMBOL_GPL vmlinux 0xfae3494f dpbp_open +EXPORT_SYMBOL_GPL vmlinux 0xfae653f2 rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xfafb4a1e led_blink_set_oneshot +EXPORT_SYMBOL_GPL vmlinux 0xfaff4b4c bpf_prog_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0xfb0d7867 __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xfb0e2aef udp_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0xfb202831 nf_ip6_check_hbh_len +EXPORT_SYMBOL_GPL vmlinux 0xfb22eaed dev_pm_domain_set +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb35890a x509_cert_parse +EXPORT_SYMBOL_GPL vmlinux 0xfb3fe85d cpufreq_table_index_unsorted +EXPORT_SYMBOL_GPL vmlinux 0xfb6021bc ping_err +EXPORT_SYMBOL_GPL vmlinux 0xfb60faf5 posix_acl_clone +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb74e910 proc_douintvec_minmax +EXPORT_SYMBOL_GPL vmlinux 0xfb77248c hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0xfb830d1b device_destroy +EXPORT_SYMBOL_GPL vmlinux 0xfb87279a shmem_read_folio_gfp +EXPORT_SYMBOL_GPL vmlinux 0xfb8bc788 dm_audit_log_ti +EXPORT_SYMBOL_GPL vmlinux 0xfb8fd23d led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0xfb9191b3 devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0xfbb55532 acpi_dma_request_slave_chan_by_name +EXPORT_SYMBOL_GPL vmlinux 0xfbb72b61 usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xfbb80937 clkdev_create +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbc022cc init_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0xfbd3dff6 ata_acpi_stm +EXPORT_SYMBOL_GPL vmlinux 0xfbdebad3 dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0xfbe0355e blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0xfbe43129 __clocksource_update_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0xfbf0a563 pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0xfbf3bfed devm_pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0xfbf8ddf1 tracing_snapshot_cond +EXPORT_SYMBOL_GPL vmlinux 0xfbf9041a pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0xfbfc477f iommu_setup_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0xfbffd601 net_prio_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xfc02eda6 mtk_pinconf_adv_pull_set +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc0c04d8 kvm_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0xfc12de02 crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0xfc201b66 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0xfc254d15 gnttab_free_auto_xlat_frames +EXPORT_SYMBOL_GPL vmlinux 0xfc255822 __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0xfc3b4246 acpi_bus_update_power +EXPORT_SYMBOL_GPL vmlinux 0xfc46933b irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0xfc4af364 pinctrl_utils_add_map_configs +EXPORT_SYMBOL_GPL vmlinux 0xfc5635aa __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0xfc5b57a2 dw_pcie_ep_raise_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0xfc69ed48 dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0xfc88f275 phy_driver_is_genphy_10g +EXPORT_SYMBOL_GPL vmlinux 0xfc916db4 sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0xfc9477b5 zynqmp_pm_set_pll_frac_data +EXPORT_SYMBOL_GPL vmlinux 0xfca038f3 extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0xfca2be78 pinconf_generic_dump_config +EXPORT_SYMBOL_GPL vmlinux 0xfcbccfd5 pci_epc_start +EXPORT_SYMBOL_GPL vmlinux 0xfcbfec70 add_memory_driver_managed +EXPORT_SYMBOL_GPL vmlinux 0xfcc1edd3 memory_block_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0xfcc1ffad serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0xfccc372d pm_clk_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xfccc3d71 crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0xfccd5c51 phy_set_mode_ext +EXPORT_SYMBOL_GPL vmlinux 0xfce9c026 folio_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xfcf9ef73 hw_protection_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xfcfd2717 pci_msi_unmask_irq +EXPORT_SYMBOL_GPL vmlinux 0xfd0094a3 reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xfd068326 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xfd0f4bab xenbus_frontend_closed +EXPORT_SYMBOL_GPL vmlinux 0xfd105c53 serial8250_rpm_get_tx +EXPORT_SYMBOL_GPL vmlinux 0xfd12d652 nvdimm_has_cache +EXPORT_SYMBOL_GPL vmlinux 0xfd195774 k3_udma_glue_disable_tx_chn +EXPORT_SYMBOL_GPL vmlinux 0xfd3e027d __hwspin_trylock +EXPORT_SYMBOL_GPL vmlinux 0xfd4e2b65 ahci_host_activate +EXPORT_SYMBOL_GPL vmlinux 0xfd52ce82 cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0xfd547d8c pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0xfd5fc325 memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0xfd6555fb xlnx_unregister_event +EXPORT_SYMBOL_GPL vmlinux 0xfd6f59d2 gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0xfd7243c7 erst_disable +EXPORT_SYMBOL_GPL vmlinux 0xfd77e268 register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xfd7f5a68 debugfs_create_file_size +EXPORT_SYMBOL_GPL vmlinux 0xfd964d35 ima_inode_hash +EXPORT_SYMBOL_GPL vmlinux 0xfd9b4159 dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0xfda0d2ed xenbus_dev_changed +EXPORT_SYMBOL_GPL vmlinux 0xfda97003 netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0xfdb3af0a vcap_tc_flower_handler_cvlan_usage +EXPORT_SYMBOL_GPL vmlinux 0xfdbd7a17 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xfdbf4e2f rtnl_delete_link +EXPORT_SYMBOL_GPL vmlinux 0xfdea2d04 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfdf7f19e lochnagar_update_config +EXPORT_SYMBOL_GPL vmlinux 0xfe02a41c devm_pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfe05c1cc devm_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0xfe0d8b53 rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0xfe0e7cd3 apei_exec_post_unmap_gars +EXPORT_SYMBOL_GPL vmlinux 0xfe15b704 pinctrl_generic_get_group +EXPORT_SYMBOL_GPL vmlinux 0xfe17758b pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0xfe19dc28 vivaldi_function_row_physmap_show +EXPORT_SYMBOL_GPL vmlinux 0xfe1a7a7b mpi_point_release +EXPORT_SYMBOL_GPL vmlinux 0xfe1b2f45 ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xfe27129b input_class +EXPORT_SYMBOL_GPL vmlinux 0xfe2cf51f dev_pm_opp_find_bw_ceil +EXPORT_SYMBOL_GPL vmlinux 0xfe3a6de3 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfe3ec731 imx_pinctrl_parse_pin_scu +EXPORT_SYMBOL_GPL vmlinux 0xfe476039 ktime_get_resolution_ns +EXPORT_SYMBOL_GPL vmlinux 0xfe514859 mctrl_gpio_init_noauto +EXPORT_SYMBOL_GPL vmlinux 0xfe538c75 ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xfe6527d1 wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0xfe683874 pci_create_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xfe73f2c7 pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xfe8cdb84 ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfe99dad0 dtpm_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xfe9e1fbb devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xfea15148 phy_restore_page +EXPORT_SYMBOL_GPL vmlinux 0xfea2a30e fuse_get_unique +EXPORT_SYMBOL_GPL vmlinux 0xfead1944 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0xfeadc6e9 pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0xfeb37c90 skb_gso_validate_mac_len +EXPORT_SYMBOL_GPL vmlinux 0xfec3bf84 icst_clk_setup +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfed3f229 ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0xfed69e60 direct_write_fallback +EXPORT_SYMBOL_GPL vmlinux 0xfee6efad ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0xfeec3489 pkcs7_parse_message +EXPORT_SYMBOL_GPL vmlinux 0xfeeecd05 apei_read +EXPORT_SYMBOL_GPL vmlinux 0xfef2adcc dev_pm_opp_sync_regulators +EXPORT_SYMBOL_GPL vmlinux 0xfef3d7f5 __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xfef42b32 wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xfefdc578 devlink_dpipe_table_counter_enabled +EXPORT_SYMBOL_GPL vmlinux 0xff03a139 devm_krealloc +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff0a24a3 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0xff0cbf94 devm_watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0xff0e0ac5 acpi_pm_wakeup_event +EXPORT_SYMBOL_GPL vmlinux 0xff1666f3 reset_control_bulk_assert +EXPORT_SYMBOL_GPL vmlinux 0xff1911e1 __traceiter_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xff291ecf clk_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xff40e4da fsl_mc_bus_dpbp_type +EXPORT_SYMBOL_GPL vmlinux 0xff42c374 usb_role_switch_get_role +EXPORT_SYMBOL_GPL vmlinux 0xff4be9b5 debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0xff4ccdae of_hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0xff5350b5 ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0xff5b57c4 regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xff66b940 __traceiter_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0xff71305d pci_epc_init_notify +EXPORT_SYMBOL_GPL vmlinux 0xff7d8eb0 usb_control_msg_send +EXPORT_SYMBOL_GPL vmlinux 0xff7e33bf mpi_sub_ui +EXPORT_SYMBOL_GPL vmlinux 0xff7e4c39 spi_async +EXPORT_SYMBOL_GPL vmlinux 0xff81487d gpiod_remove_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0xff849fcc scsi_host_complete_all_commands +EXPORT_SYMBOL_GPL vmlinux 0xff84a8a5 page_reporting_order +EXPORT_SYMBOL_GPL vmlinux 0xff878a99 ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL vmlinux 0xff99ee34 wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xff9e23d1 hugetlb_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xff9f793e blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0xffae8e8b nsecs_to_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xffb11d48 bpf_trace_run2 +EXPORT_SYMBOL_GPL vmlinux 0xffbd43fd devm_gpiod_unhinge +EXPORT_SYMBOL_GPL vmlinux 0xffc74583 pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0xffc86f14 __xas_next +EXPORT_SYMBOL_GPL vmlinux 0xffcc585a meson_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0xffcf6bc7 tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0xffdd6bb3 mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0xffe108e3 mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0xffede601 crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0xffefce59 pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xfff537b8 amba_device_put +FIRMWARE_LOADER_PRIVATE EXPORT_SYMBOL_GPL 0x07342898 unregister_firmware_config_sysctl vmlinux +FIRMWARE_LOADER_PRIVATE EXPORT_SYMBOL_GPL 0xae43feea register_firmware_config_sysctl vmlinux +FIRMWARE_LOADER_PRIVATE EXPORT_SYMBOL_GPL 0xd3ae7756 fw_fallback_config vmlinux +FW_CS_DSP EXPORT_SYMBOL_GPL 0x0400e58c cs_dsp_run drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x0913cace cs_dsp_read_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x0dc8003a cs_dsp_adsp1_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x144d6986 cs_dsp_mem_region_name drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x22cf1d1d cs_dsp_init_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x2c706c89 cs_dsp_write_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x37255bcd cs_dsp_halo_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x3a5b5314 cs_dsp_adsp1_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x4b70fd2a cs_dsp_cleanup_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x4d5bbdad cs_dsp_read_raw_data_block drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x4e5562f8 cs_dsp_remove_padding drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x6e0cce2d cs_dsp_chunk_write drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x7b5c72d3 cs_dsp_adsp1_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x7c603ca3 cs_dsp_get_ctl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x87a3e690 cs_dsp_halo_wdt_expire drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9e324cb0 cs_dsp_chunk_flush drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9e3e2b89 cs_dsp_find_alg_region drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xa0195568 cs_dsp_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xab49ea88 cs_dsp_remove drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xb6c0d9e7 cs_dsp_chunk_read drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xba683c15 cs_dsp_coeff_write_ctrl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xbc1f86a5 cs_dsp_adsp2_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xbf80570b cs_dsp_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xc48295f0 cs_dsp_set_dspclk drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xcd195d05 cs_dsp_stop drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xddcac590 cs_dsp_coeff_write_acked_control drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xf5b56d27 cs_dsp_adsp2_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xfa0ff792 cs_dsp_halo_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xff9129ba cs_dsp_coeff_read_ctrl drivers/firmware/cirrus/cs_dsp +HWMON_THERMAL EXPORT_SYMBOL_GPL 0x27828d70 hwmon_device_register_for_thermal vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x14013dbb idle_inject_register_full vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x5b3a2cd6 idle_inject_start vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x5f064467 idle_inject_register vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x85c2b7eb idle_inject_stop vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x95e93783 idle_inject_set_latency vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0xc18575af idle_inject_set_duration vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0xe9cbcfd0 idle_inject_get_duration vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0xf0e96547 idle_inject_unregister vmlinux +IIO_AD5592R EXPORT_SYMBOL_GPL 0xb20a637a ad5592r_probe drivers/iio/dac/ad5592r-base +IIO_AD5592R EXPORT_SYMBOL_GPL 0xf7e4a333 ad5592r_remove drivers/iio/dac/ad5592r-base +IIO_AD5686 EXPORT_SYMBOL_GPL 0x1c6a6928 ad5686_probe drivers/iio/dac/ad5686 +IIO_AD5686 EXPORT_SYMBOL_GPL 0x5ef656e6 ad5686_remove drivers/iio/dac/ad5686 +IIO_AD7091R EXPORT_SYMBOL_GPL 0x3f419058 ad7091r_probe drivers/iio/adc/ad7091r-base +IIO_AD7091R EXPORT_SYMBOL_GPL 0xf80141f9 ad7091r_regmap_config drivers/iio/adc/ad7091r-base +IIO_AD7606 EXPORT_SYMBOL_GPL 0x58ddc67c ad7606_pm_ops drivers/iio/adc/ad7606 +IIO_AD7606 EXPORT_SYMBOL_GPL 0xbd4c2399 ad7606_probe drivers/iio/adc/ad7606 +IIO_ADISLIB EXPORT_SYMBOL 0x201288b5 adis_debugfs_reg_access drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL 0x3fb414cb __adis_enable_irq drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x06e90313 adis_init drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x15bcff6a __adis_read_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x2a532de6 __adis_update_bits_base drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x3997e9a0 adis_single_conversion drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x559576ed devm_adis_setup_buffer_and_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x5bd1d9c3 __adis_initial_startup drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x668c60f0 adis_update_scan_mode drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x7c53fc7d devm_adis_probe_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xbde7a32d __adis_check_status drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xd4cef242 __adis_write_reg drivers/iio/imu/adis_lib +IIO_ADIS_LIB EXPORT_SYMBOL_GPL 0x064fdc81 __adis_reset drivers/iio/imu/adis_lib +IIO_ADI_AXI EXPORT_SYMBOL_GPL 0x8516356f adi_axi_adc_conv_priv drivers/iio/adc/adi-axi-adc +IIO_ADI_AXI EXPORT_SYMBOL_GPL 0xfbf6418a devm_adi_axi_adc_conv_register drivers/iio/adc/adi-axi-adc +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x8401eedc adxl313_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x93298a1c adxl312_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x932e87b3 adxl314_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xa2ca34ec adxl313_core_probe drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe0cc85c5 adxl31x_chip_info drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe1d8d09c adxl314_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe1dfdd33 adxl312_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xf6f7b9f3 adxl313_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0x4d2f5e0f adxl35x_chip_info drivers/iio/accel/adxl355_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0x6ff5403b adxl355_readable_regs_tbl drivers/iio/accel/adxl355_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0xb446fa86 adxl355_writeable_regs_tbl drivers/iio/accel/adxl355_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0xf835dd20 adxl355_core_probe drivers/iio/accel/adxl355_core +IIO_ADXL367 EXPORT_SYMBOL_GPL 0x646bb412 adxl367_probe drivers/iio/accel/adxl367 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0xc6d71e25 adxl372_probe drivers/iio/accel/adxl372 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0xe71daa64 adxl372_readable_noinc_reg drivers/iio/accel/adxl372 +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x2bdb2eb2 ad_sd_reset drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x816b6835 ad_sd_read_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x859a1500 ad_sigma_delta_single_conversion drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x8a97a013 ad_sd_init drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xa7fd4395 ad_sd_validate_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xb42670b6 ad_sd_set_comm drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xb75385f3 ad_sd_calibrate_all drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xb8b664db ad_sd_write_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xe49fa26b ad_sd_calibrate drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xeb285aa4 devm_ad_sd_setup_buffer_and_trigger drivers/iio/adc/ad_sigma_delta +IIO_BMA400 EXPORT_SYMBOL 0x3d11c5fb bma400_regmap_config drivers/iio/accel/bma400_core +IIO_BMA400 EXPORT_SYMBOL 0xbdff7b32 bma400_probe drivers/iio/accel/bma400_core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x3b9879c5 bmc150_accel_pm_ops drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x58ac8835 bmc150_accel_core_probe drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x5d60a128 bmc150_accel_core_remove drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0xb7a91f2c bmc150_regmap_conf drivers/iio/accel/bmc150-accel-core +IIO_BMC150_MAGN EXPORT_SYMBOL 0x38ee49db bmc150_magn_regmap_config drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x47eb1fe8 bmc150_magn_pm_ops drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0xb6ce6648 bmc150_magn_probe drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0xbc550630 bmc150_magn_remove drivers/iio/magnetometer/bmc150_magn +IIO_BME680 EXPORT_SYMBOL 0xfa623703 bme680_regmap_config drivers/iio/chemical/bme680_core +IIO_BME680 EXPORT_SYMBOL_GPL 0x1cf964ea bme680_core_probe drivers/iio/chemical/bme680_core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x1c5b3e9b bmi088_regmap_conf drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x8ca9d538 bmi088_accel_pm_ops drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x91705c0a bmi088_accel_core_probe drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x964db795 bmi088_accel_core_remove drivers/iio/accel/bmi088-accel-core +IIO_BMI160 EXPORT_SYMBOL 0xb0b1fc22 bmi160_regmap_config drivers/iio/imu/bmi160/bmi160_core +IIO_BMI160 EXPORT_SYMBOL 0xca19cfae bmi160_enable_irq drivers/iio/imu/bmi160/bmi160_core +IIO_BMI160 EXPORT_SYMBOL_GPL 0xcf956cc8 bmi160_core_probe drivers/iio/imu/bmi160/bmi160_core +IIO_BMP280 EXPORT_SYMBOL 0x11dd8db2 bmp280_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x2108d4dd bmp580_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x33205fd9 bme280_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x38a45bc6 bmp180_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x44c57e1d bmp280_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xd5aa6a71 bmp280_common_probe drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xd9ca9f6b bmp380_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xf0f387d6 bmp580_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xfb5b50d0 bmp180_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xfe8f3b53 bmp380_regmap_config drivers/iio/pressure/bmp280 +IIO_BNO055 EXPORT_SYMBOL_GPL 0x60b359d4 bno055_probe drivers/iio/imu/bno055/bno055 +IIO_BNO055 EXPORT_SYMBOL_GPL 0x68aba31e bno055_regmap_config drivers/iio/imu/bno055/bno055 +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x3e55ddb1 fxas21002c_core_probe drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x9aa8d370 fxas21002c_pm_ops drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0xf70fbe85 fxas21002c_core_remove drivers/iio/gyro/fxas21002c_core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x01f65616 fxls8962af_pm_ops drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x69ee1b60 fxls8962af_i2c_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xcb308fa5 fxls8962af_spi_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xf5676a83 fxls8962af_core_probe drivers/iio/accel/fxls8962af-core +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x094bee02 iio_gts_avail_scales_for_time drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x296bb0cd iio_gts_all_avail_scales drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x4ed89402 iio_gts_find_sel_by_gain drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x53000dc5 iio_gts_find_gain_by_sel drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x54a7bad7 iio_gts_get_min_gain drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x5f338fa0 iio_gts_find_new_gain_sel_by_old_gain_time drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xa04ca07d devm_iio_init_iio_gts drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xa3374797 iio_gts_get_scale drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xaf5aaa85 iio_find_closest_gain_low drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xc061498b iio_gts_avail_times drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xc25ccf30 iio_gts_find_new_gain_by_old_gain_time drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xd7e29768 iio_gts_find_gain_sel_for_scale_using_time drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xf42af90f iio_gts_total_gain_to_scale drivers/iio/industrialio-gts-helper +IIO_HID EXPORT_SYMBOL 0x09d55c81 hid_sensor_convert_timestamp drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x1a3d664e hid_sensor_setup_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x2a3e76b5 hid_sensor_parse_common_attributes drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x40bcf5d8 hid_sensor_read_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x40dd2ac7 hid_sensor_write_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x7f7621ec hid_sensor_format_scale drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x916e0218 hid_sensor_power_state drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x9e0d7c4c hid_sensor_write_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x9e35b627 hid_sensor_read_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xd156d9f2 hid_sensor_write_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xd72bcf75 hid_sensor_remove_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0xdaab0537 hid_sensor_read_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xfc913958 hid_sensor_pm_ops drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x4a4ec4e3 hid_sensor_get_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x7f68c7a2 hid_sensor_batch_mode_supported drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xceabce8f hid_sensor_set_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xd8c96ad7 hid_sensor_read_poll_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HMC5843 EXPORT_SYMBOL 0x30f938ff hmc5843_pm_ops drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0x8907407d hmc5843_common_remove drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0xd9461bcb hmc5843_common_probe drivers/iio/magnetometer/hmc5843_core +IIO_HTS221 EXPORT_SYMBOL 0x66137300 hts221_probe drivers/iio/humidity/hts221 +IIO_HTS221 EXPORT_SYMBOL 0xfee661c8 hts221_pm_ops drivers/iio/humidity/hts221 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x5d02bc57 inv_icm42600_pm_ops drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0xaa8a134c inv_icm42600_regmap_config drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0xe7d5deba inv_icm42600_core_probe drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_KX022A EXPORT_SYMBOL_GPL 0x26be8f75 kx022a_regmap drivers/iio/accel/kionix-kx022a +IIO_KX022A EXPORT_SYMBOL_GPL 0x6243a855 kx022a_probe_internal drivers/iio/accel/kionix-kx022a +IIO_KXSD9 EXPORT_SYMBOL 0x194147dc kxsd9_common_remove drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0x3ee54494 kxsd9_dev_pm_ops drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0x85d3a1a3 kxsd9_common_probe drivers/iio/accel/kxsd9 +IIO_LSM6DSX EXPORT_SYMBOL 0x250d650c st_lsm6dsx_probe drivers/iio/imu/st_lsm6dsx/st_lsm6dsx +IIO_LSM6DSX EXPORT_SYMBOL 0xa56d092d st_lsm6dsx_pm_ops drivers/iio/imu/st_lsm6dsx/st_lsm6dsx +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x045688dd ms_sensors_read_prom_word drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x0ba302a3 ms_sensors_read_temp_and_pressure drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x0d8932b8 ms_sensors_write_resolution drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x183dc7e0 ms_sensors_ht_read_humidity drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x1861d8fd ms_sensors_ht_read_temperature drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x2d2f5cd5 ms_sensors_reset drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x42b6a050 ms_sensors_convert_and_read drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xcf18a110 ms_sensors_show_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xd2958c6f ms_sensors_show_battery_low drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xe35ca824 ms_sensors_tp_read_prom drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xe9f1f1c0 ms_sensors_read_serial drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xea9cc1d3 ms_sensors_write_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x2f8608a5 mma7455_core_regmap drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x716a33e1 mma7455_core_remove drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0xdc296907 mma7455_core_probe drivers/iio/accel/mma7455_core +IIO_MMA9551 EXPORT_SYMBOL 0x0b809647 mma9551_update_config_bits drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x1a8c0a3b mma9551_read_status_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x208f59dc mma9551_write_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x348d31d6 mma9551_read_status_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x41ef446c mma9551_read_accel_scale drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x61c0c082 mma9551_read_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x73a26d10 mma9551_read_version drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x773f7529 mma9551_read_accel_chan drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x8a54b022 mma9551_write_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x9fc70ae4 mma9551_write_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xb5a57943 mma9551_gpio_config drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xb8e0c77d mma9551_read_status_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xbcd7fe96 mma9551_sleep drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xc045bea5 mma9551_set_power_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xd2fd6f19 mma9551_app_reset drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xe0c8e5fc mma9551_set_device_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xf037bcca mma9551_read_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xfbce558c mma9551_read_config_words drivers/iio/accel/mma9551_core +IIO_MPL115 EXPORT_SYMBOL 0x7312c313 mpl115_dev_pm_ops drivers/iio/pressure/mpl115 +IIO_MPL115 EXPORT_SYMBOL_GPL 0x0035a0c9 mpl115_probe drivers/iio/pressure/mpl115 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0x7695f674 inv_mpu_core_probe drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0xffc2d706 inv_mpu_pmops drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MS5611 EXPORT_SYMBOL 0x9039ae23 ms5611_probe drivers/iio/pressure/ms5611_core +IIO_RESCALE EXPORT_SYMBOL_GPL 0x81052b3d rescale_process_scale drivers/iio/afe/iio-rescale +IIO_RESCALE EXPORT_SYMBOL_GPL 0xc0f078d3 rescale_process_offset drivers/iio/afe/iio-rescale +IIO_RM3100 EXPORT_SYMBOL_GPL 0x0a1424e0 rm3100_volatile_table drivers/iio/magnetometer/rm3100-core +IIO_RM3100 EXPORT_SYMBOL_GPL 0xaa911f08 rm3100_readable_table drivers/iio/magnetometer/rm3100-core +IIO_RM3100 EXPORT_SYMBOL_GPL 0xcc7209be rm3100_writable_table drivers/iio/magnetometer/rm3100-core +IIO_RM3100 EXPORT_SYMBOL_GPL 0xe4fb470a rm3100_common_probe drivers/iio/magnetometer/rm3100-core +IIO_SCD30 EXPORT_SYMBOL 0x2945075d scd30_probe drivers/iio/chemical/scd30_core +IIO_SCD30 EXPORT_SYMBOL 0xf6840f5a scd30_pm_ops drivers/iio/chemical/scd30_core +IIO_SPS30 EXPORT_SYMBOL_GPL 0xaca6578e sps30_probe drivers/iio/chemical/sps30 +IIO_SSP_SENSORS EXPORT_SYMBOL 0x21c222af ssp_disable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x44740034 ssp_common_process_data drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x65a464ea ssp_common_buffer_postdisable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x76f29765 ssp_get_sensor_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xad3d6c50 ssp_common_buffer_postenable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0xb939eaf6 ssp_enable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xccdc441f ssp_register_consumer drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xce8c0ebb ssp_change_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_ST_SENSORS EXPORT_SYMBOL 0x074d7047 st_sensors_trigger_handler drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x0c899ecf st_sensors_dev_name_probe drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x0d6ed9a9 st_sensors_allocate_trigger drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x1534968f st_sensors_set_fullscale_by_gain drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x1ce64512 st_sensors_spi_configure drivers/iio/common/st_sensors/st_sensors_spi +IIO_ST_SENSORS EXPORT_SYMBOL 0x27ba75c9 st_sensors_sysfs_sampling_frequency_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x3292bead st_sensors_set_dataready_irq drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x41ad5dc2 st_sensors_get_settings_index drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x45ded0b4 st_sensors_i2c_configure drivers/iio/common/st_sensors/st_sensors_i2c +IIO_ST_SENSORS EXPORT_SYMBOL 0x4b73d2b4 st_press_get_settings drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0x4d17f8fa st_accel_get_settings drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0x52194e87 st_sensors_sysfs_scale_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x604c20ce st_gyro_get_settings drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0x6a44b246 st_sensors_validate_device drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x859637d3 st_sensors_set_axis_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x87575096 st_sensors_set_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x9fa597e3 st_sensors_debugfs_reg_access drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xabc324fb st_gyro_common_probe drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0xb924702b st_magn_common_probe drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0xbc8ba70e st_press_common_probe drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0xbe4d91f2 st_sensors_verify_id drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xc4f7bb1a st_sensors_init_sensor drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xda62eb3d st_sensors_power_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xee9c02d0 st_sensors_set_odr drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xf1b8eb6f st_magn_get_settings drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0xf6b1d85e st_accel_common_probe drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0xfe37b322 st_sensors_read_info_raw drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL_GPL 0xfdaf630c st_lsm9ds0_probe drivers/iio/imu/st_lsm9ds0/st_lsm9ds0 +IIO_UVIS25 EXPORT_SYMBOL 0x9133fb56 st_uvis25_pm_ops drivers/iio/light/st_uvis25_core +IIO_UVIS25 EXPORT_SYMBOL 0xc7062b64 st_uvis25_probe drivers/iio/light/st_uvis25_core +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x197f9fa1 zpa2326_isreg_writeable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x2cb2b611 zpa2326_isreg_precious drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x5b5bf5f2 zpa2326_isreg_readable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xa06ab8ec zpa2326_probe drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xac784d32 zpa2326_remove drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xd221e61d zpa2326_pm_ops drivers/iio/pressure/zpa2326 +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0x19aedc7e m10bmc_sys_read drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0x55df10da m10bmc_dev_groups drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0x80a58b69 m10bmc_sys_update_bits drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0x82e89ecb m10bmc_dev_init drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xce162b46 m10bmc_fw_state_set drivers/mfd/intel-m10-bmc-core +IOMMUFD EXPORT_SYMBOL_GPL 0x1c7bd643 iommufd_device_bind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x267408db iommufd_ctx_from_file drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x2ca4ee70 iommufd_device_unbind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x2e72ea5a iommufd_access_destroy drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x395fbaee iommufd_access_create drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x64feea2e iommufd_access_unpin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x90473a7c iommufd_access_rw drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x978238f6 iommufd_access_attach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xaf0f8a33 iommufd_device_detach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xc1949621 iommufd_ctx_get drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xca1be70a iommufd_ctx_put drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xe67012e0 iommufd_access_pin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xe84dbbe6 iommufd_device_attach drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x004f4fcf iommufd_vfio_compat_ioas_create drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x1d8b2a35 iommufd_vfio_compat_set_no_iommu drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x9ab6228d iommufd_vfio_compat_ioas_get_id drivers/iommu/iommufd/iommufd +IWLWIFI EXPORT_SYMBOL_GPL 0x01172ced iwl_write32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x046971ef iwl_write_prph_delay drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x06520e9f iwl_parse_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x06aae303 iwl_fw_start_dbg_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0e35eff8 iwl_write_prph64_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0feccd3f iwl_cmd_groups_verify_sorted drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x10fc78fa iwl_sar_select_profile drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1332e4de iwl_abort_notification_waits drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x16e33358 iwl_drv_get_fwname_pre drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1cd1f42f iwl_free_fw_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1ec48b00 iwl_read_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x25ed14e5 iwl_parse_mei_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2710c362 iwl_dump_desc_assert drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x299e992a iwl_acpi_is_ppag_approved drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2a357e31 __iwl_crit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2e1def5b iwl_set_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2f4b6ccb iwl_fw_dbg_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x34061bb0 iwl_get_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x35033c81 iwl_phy_db_free drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x37956b72 rs_pretty_print_rate drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3922dfc3 iwl_sar_geo_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3a8d72c9 iwl_get_cmd_string drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3d817763 iwl_uefi_get_step_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3dc60cba iwl_sar_get_ewrd_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x404a06b5 _iwl_dbg_tlv_time_point drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x46c86888 iwl_parse_nvm_mcc_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4922b77f iwl_fw_runtime_suspend drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x49e0135d iwl_new_rate_from_v1 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x53bda3e1 iwl_read_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x54b7b3a0 iwl_write_direct64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5988395c iwl_notification_wait_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5aedf2a0 iwl_sar_geo_support drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5c52e109 iwl_opmode_deregister drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5fa18c08 iwl_sar_get_wrds_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x603586cd iwl_acpi_get_eckv drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x611aac33 iwl_acpi_get_mcc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x633a42c9 iwl_uefi_get_sgom_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x64268a13 iwl_finish_nic_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x682753c9 iwl_force_nmi drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x70a8b82d iwl_read_ppag_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x71f573e5 iwl_fwrt_dump_error_logs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x738383c5 iwl_poll_direct_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x76267cd7 iwl_acpi_get_dsm_u32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x776221bf iwl_send_phy_db_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x783f5f27 iwl_acpi_get_pwr_limit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x78971d7e iwl_he_is_sgi drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x796c8f7b iwl_fw_dbg_collect_desc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7ef1a064 iwl_fw_dbg_read_d3_debug_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x81c3c5a9 iwl_fw_dbg_stop_sync drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x828c6838 iwlwifi_mod_params drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x84b05862 iwl_parse_eeprom_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x84bb50e1 iwl_rs_pretty_ant drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x874c77de iwl_fw_rate_idx_to_plcp drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9038811a iwl_rfi_guid drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x93fb163e iwl_write64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x99b780f7 iwl_acpi_get_lari_config_bitmap drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9bcd8e15 iwl_write_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9cd66901 iwl_init_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa078a800 iwl_read_eeprom drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa63b720e __iwl_warn drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa6ae674c iwl_opmode_register drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa9d822f6 iwl_dbg_tlv_del_timers drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xabeffd1f iwl_fw_dbg_error_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xae1ab8b1 iwl_configure_rxq drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb37b318c iwl_rs_pretty_bw drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb5f114d5 iwl_clear_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb60d7599 iwl_read_external_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb6e4b51a iwl_acpi_get_tas drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb7d5ffb1 iwl_rate_mcs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbafc8994 iwl_wait_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc65b8973 iwl_write_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc6fbd5a7 iwl_fw_runtime_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc975f168 iwl_sar_get_wgds_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xca3bc19e iwl_fw_runtime_resume drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xcb5d737d iwl_read32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xcdbc0e62 __iwl_err drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xce0c6460 iwl_phy_db_set_section drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xdb22c8b9 iwl_pnvm_load drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xddc8795a iwl_acpi_get_dsm_u8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xdfa5d351 iwl_poll_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe09b80ba __iwl_dbg drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe0eb5838 iwl_init_notification_wait drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe225272d iwl_read_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe508b678 iwl_trans_send_cmd drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe75b7e77 iwl_notification_wait drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe858fe05 iwl_fw_dbg_stop_restart_recording drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xea1b26fc iwl_nvm_fixups drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf03ba234 iwl_set_soc_latency drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf0f11d38 iwl_acpi_get_phy_filters drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf4c25d95 iwl_get_shared_mem_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf60d9870 iwl_phy_db_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf71b7166 iwl_write8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf88964e4 iwl_remove_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfb55e8d8 iwl_fw_dbg_collect_trig drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfc1e6f41 iwl_guid drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfd483cf0 iwl_acpi_get_ppag_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfea661f2 iwl_set_bits_mask_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xffa8ab94 __iwl_info drivers/net/wireless/intel/iwlwifi/iwlwifi +LTC2497 EXPORT_SYMBOL 0x67a87fc2 ltc2497core_probe drivers/iio/adc/ltc2497-core +LTC2497 EXPORT_SYMBOL 0xcef7d878 ltc2497core_remove drivers/iio/adc/ltc2497-core +MCB EXPORT_SYMBOL_GPL 0x06c7c8b9 mcb_release_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x32f80df6 __mcb_register_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x3c36eee7 mcb_alloc_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x4a466d30 mcb_free_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x6045c414 mcb_device_register drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x65ad0ad4 mcb_alloc_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x6be1cc30 chameleon_parse_cells drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x831fe31d mcb_get_irq drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x8384da8d mcb_bus_add_devices drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xc63d7943 mcb_get_resource drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xca3e8218 mcb_bus_put drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xd447c57a mcb_bus_get drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xeb2c8905 mcb_release_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xf44ee2ac mcb_request_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xfa3b0536 mcb_unregister_driver drivers/mcb/mcb +MFD_OCELOT EXPORT_SYMBOL 0x73129ef8 ocelot_chip_reset drivers/mfd/ocelot-soc +MFD_OCELOT EXPORT_SYMBOL 0x838f7558 ocelot_core_init drivers/mfd/ocelot-soc +MFD_OCELOT_SPI EXPORT_SYMBOL 0x23b89548 ocelot_spi_init_regmap drivers/mfd/ocelot-soc +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x13602885 nvme_passthru_start drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x3f35e652 nvme_passthru_end drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x42b3f683 nvme_ctrl_from_file drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x696af061 nvme_put_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x92e52543 nvme_command_effects drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xe28dd3cd nvme_execute_rq drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xe5c21086 nvme_find_get_ns drivers/nvme/host/nvme-core +PECI EXPORT_SYMBOL_GPL 0x03baf200 peci_xfer_ep_mmio32_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x06ce1987 peci_xfer_pkg_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x0cbd15ae peci_driver_unregister drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x14068ffb peci_request_alloc drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x207a19c5 __peci_driver_register drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x2a7fe3df peci_xfer_pkg_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x37072a4e peci_xfer_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x3aeb0a36 peci_request_data_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x3c6bdd78 peci_xfer_ep_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x3fd40184 peci_request_status drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x49f5101b peci_xfer_pkg_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x52c48b31 peci_request_data_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x543373e6 peci_xfer_get_temp drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x681c4e7e peci_request_free drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x769cda79 peci_xfer_ep_pci_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x79360041 peci_xfer_ep_mmio64_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x7f6a9e25 peci_xfer_ep_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x8c5d2027 peci_xfer_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x8e1749fd peci_request_temp_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x918db4a0 peci_xfer_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xa1eef435 peci_xfer_ep_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xa6f82687 devm_peci_controller_add drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xa818b069 peci_xfer_ep_pci_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xcf74e06a peci_request_data_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xd22510d5 peci_xfer_pkg_cfg_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xdfb83d23 peci_request_data_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xeb19f334 peci_xfer_ep_pci_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xedb20bf4 peci_xfer_get_dib drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xf53ba4b9 peci_request_dib_read drivers/peci/peci +PECI_CPU EXPORT_SYMBOL_GPL 0x372d9c00 peci_temp_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x387b4a1c peci_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x5456ccb1 peci_ep_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x735d75e8 peci_pcs_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xe7b6c336 peci_mmio_read drivers/peci/peci-cpu +PMBUS EXPORT_SYMBOL_GPL 0x11292a96 pmbus_do_probe drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x27048aed pmbus_update_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x2c7ea6dc pmbus_write_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x2ec4dd56 pmbus_lock_interruptible drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x54f59893 pmbus_get_fan_rate_device drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x592786f1 pmbus_set_update drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x62255745 pmbus_unlock drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x66503614 pmbus_write_byte drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x687ecd33 pmbus_clear_cache drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x6fb2f48f pmbus_set_page drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x89597932 pmbus_get_debugfs_dir drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x8ed73be5 pmbus_read_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x984b7020 pmbus_check_byte_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x9bfacfd5 pmbus_check_word_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x9dc44164 pmbus_get_fan_rate_cached drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xbdea910d pmbus_regulator_ops drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xc12dff1f pmbus_get_driver_info drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xc8228d99 pmbus_write_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xca113907 pmbus_clear_faults drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xda37dffc pmbus_read_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xe50e47c7 pmbus_update_fan drivers/hwmon/pmbus/pmbus_core +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x1a6e3d83 sx_common_write_event_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x216db39d sx_common_probe drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x5a94846e sx_common_get_raw_register_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x67402e7c sx_common_read_event_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xa103ce02 sx_common_events drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xd4a7c749 sx_common_read_proximity drivers/iio/proximity/sx_common +SERIAL_8250_PCI EXPORT_SYMBOL_GPL 0xe9c72a1d serial8250_pci_setup_port vmlinux +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x09d86896 hda_cs_dsp_control_remove sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x2b416df1 hda_cs_dsp_add_controls sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0x2b707546 hda_cs_dsp_fw_ids sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0xa6e35f18 hda_cs_dsp_read_ctl sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_CS_DSP_CONTROLS EXPORT_SYMBOL_GPL 0xa82f0c7c hda_cs_dsp_write_ctl sound/pci/hda/snd-hda-cs-dsp-ctls +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0xa33a35fd cs35l41_hda_pm_ops sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0xf109fb17 cs35l41_hda_probe sound/pci/hda/snd-hda-scodec-cs35l41 +SND_HDA_SCODEC_CS35L41 EXPORT_SYMBOL_GPL 0xf17acb17 cs35l41_hda_remove sound/pci/hda/snd-hda-scodec-cs35l41 +SND_INTEL_SOUNDWIRE_ACPI EXPORT_SYMBOL 0xbb4f9d1f sdw_intel_acpi_scan sound/hda/snd-intel-sdw-acpi +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x008ba162 cs35l45_i2c_regmap sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x3431c8ad cs35l45_get_clk_freq_id sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x43b3602e cs35l45_spi_regmap sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x4b26f796 cs35l45_pm_ops sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x720a43f2 cs35l45_apply_patch sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xc1a41dd2 cs35l45_remove sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xfad5f6ad cs35l45_probe sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x05482545 cs35l56_irq sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x2641b55b cs35l56_pm_ops_i2c_spi sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x41a00fc8 cs35l56_remove sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x4213d058 cs35l56_irq_request sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x64178fba cs35l56_runtime_resume_common sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x96202d5c cs35l56_runtime_suspend sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0xa8d4fabc cs35l56_common_probe sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0xbc8e3381 cs35l56_init sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x05c2529e cs35l56_tx_input_values sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x2c459dbf cs35l56_regmap_spi sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x312c0e0f cs35l56_dsp1_regions sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x5bc84b19 cs35l56_reread_firmware_registers sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x64e759e4 cs35l56_tx_input_texts sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x88762c92 cs35l56_get_bclk_freq_id sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x9a109b60 cs35l56_regmap_i2c sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xcd5438ad cs35l56_fill_supply_names sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xe32ba9cc cs35l56_regmap_sdw sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x129889e5 cs42l42_common_probe sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x1b2ee862 cs42l42_src_config sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x1bd00bc7 cs42l42_common_remove sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x41ccb80c cs42l42_mute_stream sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x4381f7e1 cs42l42_resume sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x4d7bc6c3 cs42l42_soc_component sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x58b33ce4 cs42l42_resume_restore sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x5ef84abd cs42l42_dai sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x613881e9 cs42l42_suspend sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x78605bc8 cs42l42_regmap sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x96828c79 cs42l42_readable_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xac10ac53 cs42l42_init sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xae4be5c4 cs42l42_irq_thread sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xbca7f7dd cs42l42_pll_config sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xc053efa9 cs42l42_page_range sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xd017ac57 cs42l42_volatile_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_SOF_XTENSA EXPORT_SYMBOL 0xb034b567 sof_xtensa_arch_ops sound/soc/sof/xtensa/snd-sof-xtensa-dsp +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x09351149 tasdevice_prmg_calibdata_load sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x1a949c7c tasdevice_select_cfg_blk sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x1ab9b7d9 tasdevice_select_tuningprm_cfg sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x23c94cc6 tasdevice_tuning_switch sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x2c2d92de tasdevice_config_info_remove sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x40ec23ee tasdevice_calbin_remove sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x957998f4 tas2781_load_calibration sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0xa7d17083 tasdevice_rca_parser sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0xfa72134b tasdevice_dsp_parser sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0xfe3a6722 tasdevice_prmg_load sound/soc/codecs/snd-soc-tas2781-fmwlib +SOUNDWIRE_INTEL EXPORT_SYMBOL 0x291a9f7c sdw_intel_lnl_hw_ops drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL EXPORT_SYMBOL 0xbae26bba sdw_intel_cnl_hw_ops drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0x9588b2be sdw_intel_exit drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0xa3def861 sdw_intel_process_wakeen_event drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0xaa52eba1 sdw_intel_thread drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0xd90dc46f sdw_intel_startup drivers/soundwire/soundwire-intel +SOUNDWIRE_INTEL_INIT EXPORT_SYMBOL 0xf117e106 sdw_intel_probe drivers/soundwire/soundwire-intel +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x631591cc dw_spi_add_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x67c3fcd3 dw_spi_dma_setup_mfld drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x6ba3864f dw_spi_dma_setup_generic drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x8764ebe9 dw_spi_check_status drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xa068d389 dw_spi_suspend_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xa4730698 dw_spi_update_config drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xa829cf17 dw_spi_resume_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xcbea3147 dw_spi_set_cs drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xfc50ff0b dw_spi_remove_host drivers/spi/spi-dw +SUNXI_CCU EXPORT_SYMBOL_GPL 0x079708d7 ccu_gate_helper_enable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x0a9707d3 ccu_mux_helper_get_parent vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x0c64ee0e ccu_sdm_helper_enable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x14438263 ccu_frac_helper_read_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x1f23b840 ccu_nkmp_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x3e362444 ccu_frac_helper_is_enabled vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x45837646 ccu_sdm_helper_is_enabled vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x50165be0 ccu_mux_notifier_register vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x517768aa ccu_sdm_helper_disable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x5cddbcc6 ccu_nm_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x61abda39 ccu_mux_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x6668446b ccu_phase_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x6f145175 devm_sunxi_ccu_probe vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x7279ee3e ccu_mult_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x814aca05 ccu_helper_wait_for_lock vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x831d58e6 ccu_gate_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x844f1c47 ccu_mux_helper_set_parent vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x8a845fdb ccu_nk_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x8bdea961 ccu_nkm_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x8e63463a ccu_frac_helper_has_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x923edf17 ccu_sdm_helper_read_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x976fa968 ccu_mp_mmc_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0x98224ec7 ccu_reset_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xad1062ab ccu_gate_helper_disable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xba365240 ccu_sdm_helper_get_factors vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xbdb5d83e ccu_mux_helper_determine_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xc4608f36 ccu_mux_helper_apply_prediv vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xce9edc4f ccu_frac_helper_disable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xd050ca65 ccu_sdm_helper_has_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xd27db71e ccu_mp_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xe49056d8 ccu_div_ops vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xe70cc090 ccu_frac_helper_enable vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xeb47a9b9 ccu_frac_helper_set_rate vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xf66eb443 ccu_gate_helper_is_enabled vmlinux +SUNXI_CCU EXPORT_SYMBOL_GPL 0xf6c142cd ccu_pll_notifier_register vmlinux +TEST_FIRMWARE EXPORT_SYMBOL_GPL 0x3dce036c firmware_request_builtin vmlinux +USB_STORAGE EXPORT_SYMBOL_GPL 0x1570c557 usb_stor_host_template_init drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x17170ad7 usb_stor_probe1 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x172fb17e usb_stor_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x1a116d56 usb_stor_CB_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x1bc3edc2 usb_stor_sense_invalidCDB drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x1f2f6cda usb_stor_disconnect drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x23569f6a usb_stor_clear_halt drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x3929055b usb_stor_post_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x3b0fe37d usb_stor_access_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x40577cca usb_stor_control_msg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x48ab32f3 usb_stor_ctrl_transfer drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x54488153 usb_stor_bulk_transfer_sg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x58186be1 usb_stor_suspend drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x63e1b8a3 fill_inquiry_response drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x6b3979a7 usb_stor_adjust_quirks drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x8279e6d4 usb_stor_reset_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x8f97e1ca usb_stor_probe2 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x966915d2 usb_stor_set_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x9950e7a8 usb_stor_pre_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xa687edf2 usb_stor_Bulk_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xa6d61880 usb_stor_transparent_scsi_command drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xca55d02a usb_stor_bulk_transfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xe30e5611 usb_stor_Bulk_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xee1bee12 usb_stor_bulk_srb drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xfea2077b usb_stor_CB_reset drivers/usb/storage/usb-storage --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.master/abi/arm64/generic-64k.compiler +++ linux-lowlatency-hwe-6.5-6.5.0/debian.master/abi/arm64/generic-64k.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 13.2.0-4ubuntu3) 13.2.0 --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.master/abi/arm64/generic-64k.modules +++ linux-lowlatency-hwe-6.5-6.5.0/debian.master/abi/arm64/generic-64k.modules @@ -0,0 +1,7561 @@ +3c59x +3w-9xxx +3w-sas +3w-xxxx +6lowpan +6pack +8021q +8139cp +8139too +8250_dfl +8250_exar +8250_men_mcb +8250_pci1xxxx +8250_pericom +8255 +8255_pci +8390 +842 +842_compress +842_decompress +88pg86x +88pm800 +88pm800-regulator +88pm805 +88pm80x +88pm80x_onkey +88pm8607 +88pm860x-ts +88pm860x_battery +88pm860x_bl +88pm860x_charger +88pm860x_onkey +9p +9pnet +9pnet_fd +9pnet_rdma +9pnet_virtio +9pnet_xen +BusLogic +a1-peripherals +a1-pll +a100u2w +a3d +a53-pll +a7-pll +a8293 +aacraid +aat2870-regulator +aat2870_bl +abp060mg +ac97_bus +acard-ahci +acbel-fsg032 +acecad +acenic +acp_audio_dma +acpi-als +acpi_configfs +acpi_ipmi +acpi_power_meter +acpi_tad +acpiphp_ibm +act8865-regulator +act8945a +act8945a-regulator +act8945a_charger +act_bpf +act_connmark +act_csum +act_ct +act_ctinfo +act_gact +act_gate +act_ipt +act_mirred +act_mpls +act_nat +act_pedit +act_police +act_sample +act_simple +act_skbedit +act_skbmod +act_tunnel_key +act_vlan +ad2s1200 +ad2s1210 +ad2s90 +ad3552r +ad4130 +ad5064 +ad5110 +ad525x_dpot +ad525x_dpot-i2c +ad525x_dpot-spi +ad5272 +ad5360 +ad5380 +ad5398 +ad5421 +ad5446 +ad5449 +ad5504 +ad5592r +ad5592r-base +ad5593r +ad5624r_spi +ad5686 +ad5686-spi +ad5696-i2c +ad5755 +ad5758 +ad5761 +ad5764 +ad5766 +ad5770r +ad5791 +ad5820 +ad5933 +ad7091r-base +ad7091r5 +ad7124 +ad714x +ad714x-i2c +ad714x-spi +ad7150 +ad7192 +ad7266 +ad7280a +ad7291 +ad7292 +ad7293 +ad7298 +ad7303 +ad7314 +ad74115 +ad7414 +ad7418 +ad74413r +ad7476 +ad7606 +ad7606_par +ad7606_spi +ad7746 +ad7766 +ad7768-1 +ad7780 +ad7791 +ad7793 +ad7816 +ad7877 +ad7879 +ad7879-i2c +ad7879-spi +ad7887 +ad7923 +ad7949 +ad799x +ad8366 +ad8801 +ad9467 +ad9523 +ad9832 +ad9834 +ad_sigma_delta +ada4250 +adc-joystick +adc-keys +adc128d818 +adcxx +addi_apci_1032 +addi_apci_1500 +addi_apci_1516 +addi_apci_1564 +addi_apci_16xx +addi_apci_2032 +addi_apci_2200 +addi_apci_3120 +addi_apci_3501 +addi_apci_3xxx +addi_watchdog +adf4350 +adf4371 +adf4377 +adf7242 +adfs +adi +adi-axi-adc +adiantum +adin +adin1100 +adin1110 +adis16080 +adis16130 +adis16136 +adis16201 +adis16203 +adis16209 +adis16240 +adis16260 +adis16400 +adis16460 +adis16475 +adis16480 +adis_lib +adjd_s311 +adl_pci6208 +adl_pci7x3x +adl_pci8164 +adl_pci9111 +adl_pci9118 +adm1025 +adm1026 +adm1029 +adm1031 +adm1177 +adm1266 +adm1275 +adm8211 +adm9240 +admv1013 +admv1014 +admv4420 +admv8818 +adp1653 +adp5061 +adp5520-keys +adp5520_bl +adp5588-keys +adp5589-keys +adp8860_bl +adp8870_bl +adq12b +adrf6780 +ads7828 +ads7846 +ads7871 +adt7310 +adt7316 +adt7316-i2c +adt7316-spi +adt7410 +adt7411 +adt7462 +adt7470 +adt7475 +adt7x10 +adummy +adutux +adux1020 +adv7170 +adv7175 +adv7180 +adv7183 +adv7343 +adv7393 +adv748x +adv7511 +adv7604 +adv7842 +adv_pci1710 +adv_pci1720 +adv_pci1723 +adv_pci1724 +adv_pci1760 +adv_pci_dio +advansys +adxl313_core +adxl313_i2c +adxl313_spi +adxl34x +adxl34x-i2c +adxl34x-spi +adxl355_core +adxl355_i2c +adxl355_spi +adxl367 +adxl367_i2c +adxl367_spi +adxl372 +adxl372_i2c +adxl372_spi +adxrs290 +adxrs450 +aegis128 +aes-arm64 +aes-ce-blk +aes-ce-ccm +aes-ce-cipher +aes-neon-blk +aes-neon-bs +aes_ti +af9013 +af9033 +af_alg +af_key +af_packet_diag +afe4403 +afe4404 +affs +afs +ah4 +ah6 +ahci +ahci_ceva +ahci_dwc +ahci_mtk +ahci_mvebu +ahci_platform +ahci_qoriq +ahci_seattle +ahci_tegra +ahci_xgene +aht10 +aic79xx +aic7xxx +aic94xx +aio_aio12_8 +aio_iiro_16 +aiptek +aircable +airo +airspy +ak7375 +ak881x +ak8974 +ak8975 +al3010 +al3320a +alcor +alcor_pci +algif_aead +algif_hash +algif_rng +algif_skcipher +alibaba_uncore_drw_pmu +alim7101_wdt +allegro +altera-ci +altera-cvp +altera-fpga2sdram +altera-freeze-bridge +altera-hps2fpga +altera-msgdma +altera-pr-ip-core +altera-pr-ip-core-plat +altera-ps-spi +altera-stapl +altera_jtaguart +altera_ps2 +altera_tse +altera_uart +alx +am2315 +am53c974 +am65-cpts +amba-clcd +amba-pl010 +ambakmi +amc6821 +amd +amd-xgbe +amd5536udc_pci +amd8111e +amdgpu +amdxcp +amlogic-gxl-crypto +amlogic_thermal +amphion-vpu +amplc_dio200 +amplc_dio200_common +amplc_dio200_pci +amplc_pc236 +amplc_pc236_common +amplc_pc263 +amplc_pci224 +amplc_pci230 +amplc_pci236 +amplc_pci263 +ams-iaq-core +ams369fg06 +amt +analog +analogix-anx6345 +analogix-anx78xx +analogix_dp +anatop-regulator +ansi_cprng +anx7411 +anx7625 +anybuss_core +ao-cec +ao-cec-g12a +aoe +apbps2 +apcs-msm8916 +apcs-msm8996 +apds9300 +apds9802als +apds990x +apds9960 +apple-admac +apple-dart +apple-mailbox +apple-mfi-fastcharge +apple-rtkit +apple-sart +apple-soc-cpufreq +apple_wdt +appledisplay +appletalk +appletouch +applicom +apr +apss-ipq-pll +apss-ipq6018 +aptina-pll +aqc111 +aquacomputer_d5next +aquantia +ar0521 +ar1021_i2c +ar5523 +ar7part +ar9331 +arasan-nand-controller +arc-rawmode +arc-rimi +arc_emac +arc_ps2 +arc_uart +arcmsr +arcnet +arcpgu +arcx-anybus +arcxcnn_bl +aria_generic +arizona +arizona-haptics +arizona-i2c +arizona-ldo1 +arizona-micsupp +arizona-spi +ark3116 +arkfb +arm-cmn +arm_cspmu_module +arm_dmc620_pmu +arm_dsu_pmu +arm_mhu +arm_mhu_db +arm_mhuv2 +arm_scmi_powercap +arm_scpi +arm_smc_wdt +arm_smccc_trng +arm_smmuv3_pmu +arm_spe_pmu +armada-37xx-cpufreq +armada-37xx-rwtm-mailbox +armada-8k-cpufreq +armada_37xx_wdt +arp_tables +arpt_mangle +arptable_filter +as102_fe +as370-hwmon +as3711-regulator +as3711_bl +as3722-regulator +as3935 +as5011 +as73211 +asc7621 +ascot2e +asix +ast +async_memcpy +async_pq +async_raid6_recov +async_tx +async_xor +at24 +at25 +at76c50x-usb +at803x +at86rf230 +ata_generic +ata_piix +atbm8830 +atc260x-core +atc260x-i2c +atc260x-onkey +atc260x-poweroff +atc260x-regulator +aten +ath +ath10k_core +ath10k_pci +ath10k_sdio +ath10k_snoc +ath10k_usb +ath11k +ath11k_ahb +ath11k_pci +ath12k +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ath9k_pci_owl_loader +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atlantic +atlas-ezo-sensor +atlas-sensor +atm +atmel +atmel-ecc +atmel-flexcom +atmel-hlcdc +atmel-i2c +atmel-sha204a +atmel_captouch +atmel_mxt_ts +atmel_pci +atmtcp +atp870u +atusb +atxp1 +aty128fb +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +auo-pixcir-ts +auth_rpcgss +authenc +authencesn +autofs4 +auxadc_thermal +avmfritz +ax25 +ax88179_178a +ax88796b +ax88796c +axg-audio +axi-fan-control +axis-fifo +axp20x +axp20x-i2c +axp20x-pek +axp20x-regulator +axp20x-rsb +axp20x_ac_power +axp20x_adc +axp20x_battery +axp20x_usb_power +axp288_adc +b2c2-flexcop +b2c2-flexcop-pci +b2c2-flexcop-usb +b43 +b43legacy +b44 +b53_common +b53_mdio +b53_mmap +b53_serdes +b53_spi +b53_srab +ba431-rng +bam_dma +bareudp +batman-adv +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bcache +bch +bcm-keypad +bcm-phy-lib +bcm-phy-ptp +bcm-sba-raid +bcm-sf2 +bcm203x +bcm3510 +bcm54140 +bcm590xx +bcm590xx-regulator +bcm5974 +bcm63138_nand +bcm6368_nand +bcm7xxx +bcm87xx +bcm_vk +bcma +bcma-hcd +bcmsysport +bd6107 +bd71815-regulator +bd71828-regulator +bd718x7-regulator +bd9571mwv +bd9571mwv-regulator +bd9576-regulator +bd9576_wdt +bd99954-charger +bdc +be2iscsi +be2net +befs +bel-pfe +belkin_sa +berlin2-adc +bfa +bfq +bfs +bfusb +bh1750 +bh1770glc +bh1780 +binder_linux +binfmt_misc +blake2b_generic +block2mtd +blocklayoutdriver +blowfish_common +blowfish_generic +bluefield_edac +bluetooth +bluetooth_6lowpan +bma150 +bma220_spi +bma400_core +bma400_i2c +bma400_spi +bman-test +bmc150-accel-core +bmc150-accel-i2c +bmc150-accel-spi +bmc150_magn +bmc150_magn_i2c +bmc150_magn_spi +bme680_core +bme680_i2c +bme680_spi +bmg160_core +bmg160_i2c +bmg160_spi +bmi088-accel-core +bmi088-accel-spi +bmi160_core +bmi160_i2c +bmi160_spi +bmp280 +bmp280-i2c +bmp280-spi +bna +bnep +bno055 +bno055_i2c +bno055_ser +bnx2 +bnx2fc +bnx2i +bnx2x +bnxt_en +bnxt_re +bochs +bonding +bpa-rs600 +bpa10x +bpck +bpck6 +bpfilter +bpqether +bq2415x_charger +bq24190_charger +bq24257_charger +bq24735-charger +bq2515x_charger +bq256xx_charger +bq25890_charger +bq25980_charger +bq27xxx_battery +bq27xxx_battery_hdq +bq27xxx_battery_i2c +br2684 +br_netfilter +brcmfmac +brcmfmac-bca +brcmfmac-cyw +brcmfmac-wcc +brcmnand +brcmsmac +brcmstb_nand +brcmutil +brd +bridge +broadcom +bsd_comp +bt819 +bt856 +bt866 +bt878 +btbcm +btcoexist +btintel +btmrvl +btmrvl_sdio +btmtk +btmtksdio +btmtkuart +btnxpuart +btqca +btqcomsmd +btrfs +btrsi +btrtl +btsdio +bttv +btusb +bu21013_ts +bu21029_ts +budget +budget-av +budget-ci +budget-core +budget-patch +bxcan +c67x00 +c6xdigio +c_can +c_can_pci +c_can_platform +ca8210 +caam +caam_jr +caamalg_desc +caamhash_desc +cachefiles +cadence-nand-controller +cadence_wdt +cafe_ccic +cafe_nand +caif +caif_serial +caif_socket +caif_usb +caif_virtio +camcc-sc7180 +camcc-sc7280 +camcc-sdm845 +camcc-sm6350 +camcc-sm8250 +camcc-sm8450 +camellia_generic +can +can-bcm +can-dev +can-gw +can-isotp +can-j1939 +can-raw +can327 +cap11xx +capmode +capsule-loader +carl9170 +carminefb +cassini +cast5_generic +cast6_generic +cast_common +catc +cavium-rng +cavium-rng-vf +cavium_ptp +cb710 +cb710-mmc +cb_pcidas +cb_pcidas64 +cb_pcidda +cb_pcimdas +cb_pcimdda +cc10001_adc +cc2520 +cc770 +cc770_isa +cc770_platform +ccm +ccp +ccp-crypto +ccree +ccs +ccs-pll +ccs811 +cctrng +cdc-acm +cdc-phonet +cdc-wdm +cdc_eem +cdc_ether +cdc_mbim +cdc_ncm +cdc_subset +cdns-csi2rx +cdns-csi2tx +cdns-dphy +cdns-dphy-rx +cdns-dsi +cdns-mhdp8546 +cdns-pltfrm +cdns-usb-common +cdns2-udc-pci +cdns3 +cdns3-imx +cdns3-pci-wrap +cdns3-ti +cdnsp-udc-pci +cdx-controller +cec +cec-gpio +ceph +cfb +cfg80211 +cfi_cmdset_0001 +cfi_cmdset_0002 +cfi_cmdset_0020 +cfi_probe +cfi_util +ch +ch341 +ch7006 +ch7322 +ch9200 +ch_ipsec +ch_ktls +chacha-neon +chacha20poly1305 +chacha_generic +chaoskey +charlcd +chcr +chipone-icn6211 +chipone_icn8318 +chipone_icn8505 +chipreg +chnl_net +chromeos_acpi +chromeos_privacy_screen +chromeos_tbmc +chrontel-ch7033 +chv3-i2s +ci_hdrc +ci_hdrc_imx +ci_hdrc_msm +ci_hdrc_pci +ci_hdrc_tegra +ci_hdrc_usb2 +cicada +cifs +cifs_arc4 +cifs_md4 +cirrus +cirrusfb +clip +clk-apple-nco +clk-axi-clkgen +clk-bd718x7 +clk-cbf-8996 +clk-cdce706 +clk-cdce925 +clk-cpu-8996 +clk-cs2000-cp +clk-fsl-flexspi +clk-hi3519 +clk-hi655x +clk-imx8ulp +clk-imx93 +clk-lmk04832 +clk-lochnagar +clk-max77686 +clk-max9485 +clk-mt6795-apmixedsys +clk-mt6795-infracfg +clk-mt6795-mfg +clk-mt6795-mm +clk-mt6795-pericfg +clk-mt6795-topckgen +clk-mt6795-vdecsys +clk-mt6795-vencsys +clk-mt7981-eth +clk-mt8173-img +clk-mt8173-vdecsys +clk-mt8173-vencsys +clk-mt8186-cam +clk-mt8186-img +clk-mt8186-imp_iic_wrap +clk-mt8186-ipe +clk-mt8186-mcu +clk-mt8186-mdp +clk-mt8186-mfg +clk-mt8186-mm +clk-mt8186-vdec +clk-mt8186-venc +clk-mt8186-wpe +clk-mt8188-adsp_audio26m +clk-mt8188-apmixedsys +clk-mt8188-cam +clk-mt8188-ccu +clk-mt8188-img +clk-mt8188-imp_iic_wrap +clk-mt8188-infra_ao +clk-mt8188-ipe +clk-mt8188-mfg +clk-mt8188-peri_ao +clk-mt8188-topckgen +clk-mt8188-vdec +clk-mt8188-vdo0 +clk-mt8188-vdo1 +clk-mt8188-venc +clk-mt8188-vpp0 +clk-mt8188-vpp1 +clk-mt8188-wpe +clk-mt8195-apusys_pll +clk-mt8195-cam +clk-mt8195-ccu +clk-mt8195-img +clk-mt8195-imp_iic_wrap +clk-mt8195-ipe +clk-mt8195-mfg +clk-mt8195-scp_adsp +clk-mt8195-vdec +clk-mt8195-vdo0 +clk-mt8195-vdo1 +clk-mt8195-venc +clk-mt8195-vpp0 +clk-mt8195-vpp1 +clk-mt8195-wpe +clk-mt8365 +clk-mt8365-apmixedsys +clk-mt8365-apu +clk-mt8365-cam +clk-mt8365-mfg +clk-mt8365-mm +clk-mt8365-vdec +clk-mt8365-venc +clk-palmas +clk-phase +clk-plldig +clk-pwm +clk-qcom +clk-renesas-pcie +clk-rk808 +clk-rpm +clk-rpmh +clk-s2mps11 +clk-scpi +clk-si514 +clk-si521xx +clk-si5341 +clk-si5351 +clk-si544 +clk-si570 +clk-smd-rpm +clk-spmi-pmic-div +clk-sprd +clk-twl6040 +clk-versaclock5 +clk-versaclock7 +clk-wm831x +clk-xlnx-clock-wizard +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_flower +cls_fw +cls_matchall +cls_route +cls_u32 +cm109 +cm32181 +cm3232 +cm3323 +cm3605 +cm36651 +cma3000_d0x +cma3000_d0x_i2c +cmac +cmdlinepart +cmtp +cn10k-rng +cnic +cobra +coda +coda-vpu +colibri-vf50-ts +com20020 +com20020-pci +com90io +com90xx +comedi +comedi_8254 +comedi_8255 +comedi_bond +comedi_example_test +comedi_parport +comedi_pci +comedi_test +comedi_usb +comm +contec_pci_dio +cordic +core +corsair-cpro +corsair-psu +cortina +counter +cp210x +cpcap-adc +cpcap-battery +cpcap-charger +cpcap-pwrbutton +cpcap-regulator +cppc_cpufreq +cpr +cptpf +cptvf +cqhci +cramfs +crc-itu-t +crc32_generic +crc4 +crc7 +crct10dif-ce +crg-hi3516cv300 +crg-hi3798cv200 +cros-ec-anx7688 +cros-ec-cec +cros-ec-regulator +cros-ec-sensorhub +cros-ec-typec +cros_ec +cros_ec_accel_legacy +cros_ec_baro +cros_ec_chardev +cros_ec_debugfs +cros_ec_dev +cros_ec_i2c +cros_ec_keyb +cros_ec_lid_angle +cros_ec_light_prox +cros_ec_lightbar +cros_ec_mkbp_proximity +cros_ec_rpmsg +cros_ec_sensors +cros_ec_sensors_core +cros_ec_spi +cros_ec_sysfs +cros_ec_uart +cros_ec_vbc +cros_hps_i2c +cros_kbd_led_backlight +cros_peripheral_charger +cros_typec_switch +cros_usbpd-charger +cros_usbpd_logger +cros_usbpd_notify +cryptd +crypto_engine +crypto_safexcel +crypto_user +cs3308 +cs5345 +cs53l32a +cs_dsp +csiostor +ctucanfd +ctucanfd_pci +ctucanfd_platform +curve25519-generic +cuse +cw1200_core +cw1200_wlan_sdio +cw1200_wlan_spi +cw2015_battery +cx18 +cx18-alsa +cx22700 +cx22702 +cx231xx +cx231xx-alsa +cx231xx-dvb +cx2341x +cx23885 +cx24110 +cx24113 +cx24116 +cx24117 +cx24120 +cx24123 +cx25821 +cx25821-alsa +cx25840 +cx82310_eth +cx88-alsa +cx88-blackbird +cx88-dvb +cx88-vp3054-i2c +cx8800 +cx8802 +cx88xx +cxacru +cxd2099 +cxd2820r +cxd2841er +cxd2880 +cxd2880-spi +cxgb +cxgb3 +cxgb3i +cxgb4 +cxgb4i +cxgb4vf +cxgbit +cxl_acpi +cxl_core +cxl_mem +cxl_pci +cxl_pmem +cxl_pmu +cxl_port +cy8ctma140 +cy8ctmg110_ts +cyapatp +cyber2000fb +cyberjack +cypress-sf +cypress_cy7c63 +cypress_firmware +cypress_m8 +cytherm +cyttsp4_core +cyttsp4_i2c +cyttsp4_spi +cyttsp5 +cyttsp_core +cyttsp_i2c +cyttsp_i2c_common +cyttsp_spi +da280 +da311 +da7280 +da9030_battery +da9034-ts +da903x-regulator +da903x_bl +da9052-battery +da9052-hwmon +da9052-regulator +da9052_bl +da9052_onkey +da9052_tsi +da9052_wdt +da9055-hwmon +da9055-regulator +da9055_onkey +da9055_wdt +da9062-core +da9062-regulator +da9062-thermal +da9062_wdt +da9063-regulator +da9063_onkey +da9063_wdt +da9121-regulator +da9150-charger +da9150-core +da9150-fg +da9150-gpadc +da9210-regulator +da9211-regulator +dac02 +daqboard2000 +das08 +das08_isa +das08_pci +das16 +das16m1 +das1800 +das6402 +das800 +davicom +dax_cxl +dax_hmem +dax_pmem +db9 +dc395x +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +ddbridge +ddbridge-dummy-fe +de2104x +defxx +delta-ahe50dc-fan +denali +denali_dt +denali_pci +des_generic +designware_i2s +device_dax +dfl +dfl-afu +dfl-emif +dfl-fme +dfl-fme-br +dfl-fme-mgr +dfl-fme-region +dfl-n3000-nios +dfl-pci +dht11 +diag +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dib9000 +dibx000_common +digi_acceleport +digicolor-usart +diskonchip +dispcc-qcm2290 +dispcc-sc7180 +dispcc-sc7280 +dispcc-sc8280xp +dispcc-sdm845 +dispcc-sm6115 +dispcc-sm6125 +dispcc-sm6350 +dispcc-sm6375 +dispcc-sm8250 +dispcc-sm8450 +dispcc-sm8550 +display-connector +dl2k +dlhl60d +dlink-dir685-touchkeys +dlm +dln2 +dln2-adc +dm-bio-prison +dm-bufio +dm-cache +dm-cache-smq +dm-clone +dm-crypt +dm-delay +dm-ebs +dm-era +dm-flakey +dm-historical-service-time +dm-integrity +dm-io-affinity +dm-log +dm-log-userspace +dm-log-writes +dm-mirror +dm-multipath +dm-persistent-data +dm-queue-length +dm-raid +dm-region-hash +dm-round-robin +dm-service-time +dm-snapshot +dm-switch +dm-thin-pool +dm-unstripe +dm-verity +dm-writecache +dm-zero +dm-zoned +dm1105 +dm9601 +dma-axi-dmac +dmard06 +dmard09 +dmard10 +dmc520_edac +dme1737 +dmfe +dmi-sysfs +dmm32at +dmx3191d +dnet +dp83640 +dp83822 +dp83848 +dp83867 +dp83869 +dp83tc811 +dp83td510 +dpaa2-console +dpaa2-qdma +dpaa2_caam +dpdmai +dpot-dac +dps310 +dps920ab +drbd +drivetemp +drm +drm_buddy +drm_display_helper +drm_dma_helper +drm_dp_aux_bus +drm_kms_helper +drm_mipi_dbi +drm_shmem_helper +drm_suballoc_helper +drm_ttm_helper +drm_vram_helper +drm_xen_front +drv260x +drv2665 +drv2667 +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1803 +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds4424 +ds620 +dsa_core +dsbr100 +dst +dst_ca +dstr +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt282x +dt3000 +dt3155 +dt9812 +dtpm +dummy +dummy-irq +dummy_stm +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-ttpci +dvb-ttusb-budget +dvb-usb +dvb-usb-a800 +dvb-usb-af9005 +dvb-usb-af9005-remote +dvb-usb-af9015 +dvb-usb-af9035 +dvb-usb-anysee +dvb-usb-au6610 +dvb-usb-az6007 +dvb-usb-az6027 +dvb-usb-ce6230 +dvb-usb-cinergyT2 +dvb-usb-cxusb +dvb-usb-dib0700 +dvb-usb-dibusb-common +dvb-usb-dibusb-mb +dvb-usb-dibusb-mc +dvb-usb-dibusb-mc-common +dvb-usb-digitv +dvb-usb-dtt200u +dvb-usb-dtv5100 +dvb-usb-dvbsky +dvb-usb-dw2102 +dvb-usb-ec168 +dvb-usb-gl861 +dvb-usb-gp8psk +dvb-usb-lmedm04 +dvb-usb-m920x +dvb-usb-mxl111sf +dvb-usb-nova-t-usb2 +dvb-usb-opera +dvb-usb-pctv452e +dvb-usb-rtl28xxu +dvb-usb-technisat-usb2 +dvb-usb-ttusb2 +dvb-usb-umt-010 +dvb-usb-vp702x +dvb-usb-vp7045 +dvb_dummy_fe +dvb_usb_v2 +dw-axi-dmac-platform +dw-edma +dw-edma-pcie +dw-hdmi +dw-hdmi-ahb-audio +dw-hdmi-cec +dw-hdmi-gp-audio +dw-hdmi-i2s-audio +dw-i3c-master +dw-mipi-dsi +dw-xdata-pcie +dw100 +dw9714 +dw9768 +dw9807-vcm +dw_dmac +dw_dmac_core +dw_dmac_pci +dw_drm_dsi +dw_mipi_dsi-stm +dw_mmc +dw_mmc-bluefield +dw_mmc-exynos +dw_mmc-hi3798cv200 +dw_mmc-k3 +dw_mmc-pci +dw_mmc-pltfm +dw_mmc-rockchip +dw_wdt +dwc-xlgmac +dwc2_pci +dwc3 +dwc3-am62 +dwc3-haps +dwc3-imx8mp +dwc3-keystone +dwc3-meson-g12a +dwc3-of-simple +dwc3-pci +dwc3-qcom +dwc3-xilinx +dwmac-altr-socfpga +dwmac-dwc-qos-eth +dwmac-generic +dwmac-imx +dwmac-intel-plat +dwmac-ipq806x +dwmac-loongson +dwmac-mediatek +dwmac-meson +dwmac-meson8b +dwmac-qcom-ethqos +dwmac-rk +dwmac-stm32 +dwmac-sun8i +dwmac-tegra +dwmac-visconti +dyna_pci10xx +dynapro +e100 +e1000 +e1000e +e3x0-button +e4000 +earth-pt1 +earth-pt3 +ebt_802_3 +ebt_among +ebt_arp +ebt_arpreply +ebt_dnat +ebt_ip +ebt_ip6 +ebt_limit +ebt_log +ebt_mark +ebt_mark_m +ebt_nflog +ebt_pkttype +ebt_redirect +ebt_snat +ebt_stp +ebt_vlan +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +ec100 +ec_sys +ecc +ecc-mtk +ecdh_generic +ecdsa_generic +echainiv +echo +ecrdsa_generic +edt-ft5x06 +ee1004 +eeprom +eeprom_93cx6 +eeprom_93xx46 +eeti_ts +efa +efct +efi-pstore +efi_test +efibc +efs +egalax_ts +egalax_ts_serial +ehci-fsl +ehci-npcm7xx +ehci-platform +ehset +einj +ektf2127 +elan_i2c +elants_i2c +elo +em28xx +em28xx-alsa +em28xx-dvb +em28xx-rc +em28xx-v4l +em_canid +em_cmp +em_ipset +em_ipt +em_meta +em_nbyte +em_text +em_u32 +emac_rockchip +emc1403 +emc2103 +emc2305 +emc6w201 +emi26 +emi62 +empeg +ems_pci +ems_usb +emu10k1-gp +emxx_udc +ena +enc28j60 +enclosure +encx24j600 +encx24j600-regmap +ene_ir +eni +enic +envelope-detector +epat +epia +epic100 +eql +erdma +erofs +error +esas2r +esd_usb +esp4 +esp4_offload +esp6 +esp6_offload +esp_scsi +essiv +et1011c +et131x +et8ek8 +etas_es58x +ethoc +etnaviv +evbug +exc3000 +exfat +extcon-adc-jack +extcon-fsa9480 +extcon-gpio +extcon-max14577 +extcon-max3355 +extcon-max77693 +extcon-max77843 +extcon-max8997 +extcon-palmas +extcon-ptn5150 +extcon-qcom-spmi-misc +extcon-rt8973a +extcon-sm5502 +extcon-usb-gpio +extcon-usbc-cros-ec +extcon-usbc-tusb320 +ezusb +f2fs +f71805f +f71882fg +f75375s +f81232 +f81534 +f81601 +f81604 +fakelb +fan53555 +fan53880 +farsync +fastrpc +faulty +fb_agm1264k-fl +fb_bd663474 +fb_ddc +fb_hx8340bn +fb_hx8347d +fb_hx8353d +fb_hx8357d +fb_ili9163 +fb_ili9320 +fb_ili9325 +fb_ili9340 +fb_ili9341 +fb_ili9481 +fb_ili9486 +fb_pcd8544 +fb_ra8875 +fb_s6d02a1 +fb_s6d1121 +fb_seps525 +fb_sh1106 +fb_ssd1289 +fb_ssd1305 +fb_ssd1306 +fb_ssd1325 +fb_ssd1331 +fb_ssd1351 +fb_st7735r +fb_st7789v +fb_tinylcd +fb_tls8204 +fb_uc1611 +fb_uc1701 +fb_upd161704 +fbtft +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fdomain_pci +fdp +fdp_i2c +fealnx +ff-memless +ffa-module +fieldbus_dev +fintek-cir +firedtv +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +fit2 +fit3 +fixed +fjes +fl512 +flexcan +fm10k +fm801-gp +fm_drv +forcedeth +fore_200e +fou +fou6 +fpga-bridge +fpga-mgr +fpga-region +freevxfs +friq +frpw +fsa4480 +fscache +fsi-core +fsi-master-aspeed +fsi-master-gpio +fsi-master-hub +fsi-occ +fsi-sbefifo +fsi-scom +fsia6b +fsl-dpaa2-eth +fsl-dpaa2-ptp +fsl-dpaa2-switch +fsl-edma +fsl-edma-common +fsl-enetc +fsl-enetc-core +fsl-enetc-ierb +fsl-enetc-mdio +fsl-enetc-ptp +fsl-enetc-vf +fsl-ldb +fsl-mc-dpio +fsl-mph-dr-of +fsl-qdma +fsl_dpa +fsl_ifc_nand +fsl_imx8_ddr_perf +fsl_imx9_ddr_perf +fsl_linflexuart +fsl_lpuart +fsl_pq_mdio +fsl_ucc_hdlc +fsp-3y +ftdi_sio +ftl +ftsteutates +fujitsu_ts +funcore +funeth +fusb302 +fxas21002c_core +fxas21002c_i2c +fxas21002c_spi +fxls8962af-core +fxls8962af-i2c +fxls8962af-spi +fxos8700_core +fxos8700_i2c +fxos8700_spi +g450_pll +g760a +g762 +g_acm_ms +g_audio +g_cdc +g_dbgp +g_ether +g_ffs +g_hid +g_mass_storage +g_midi +g_ncm +g_nokia +g_printer +g_serial +g_webcam +g_zero +gadgetfs +gamecon +gameport +garmin_gps +garp +gateworks-gsc +gb-audio-apbridgea +gb-audio-codec +gb-audio-gb +gb-audio-manager +gb-audio-module +gb-bootrom +gb-es2 +gb-firmware +gb-gbphy +gb-gpio +gb-hid +gb-i2c +gb-light +gb-log +gb-loopback +gb-power-supply +gb-pwm +gb-raw +gb-sdio +gb-spi +gb-spilib +gb-uart +gb-usb +gb-vibrator +gcc-ipq4019 +gcc-ipq5332 +gcc-ipq6018 +gcc-ipq8074 +gcc-ipq9574 +gcc-msm8916 +gcc-msm8917 +gcc-msm8939 +gcc-msm8953 +gcc-msm8976 +gcc-msm8994 +gcc-msm8996 +gcc-msm8998 +gcc-qcm2290 +gcc-qcs404 +gcc-qdu1000 +gcc-sa8775p +gcc-sc7180 +gcc-sc7280 +gcc-sc8180x +gcc-sc8280xp +gcc-sdm660 +gcc-sdm845 +gcc-sdx75 +gcc-sm6115 +gcc-sm6125 +gcc-sm6350 +gcc-sm6375 +gcc-sm7150 +gcc-sm8150 +gcc-sm8250 +gcc-sm8350 +gcc-sm8450 +gcc-sm8550 +gdmtty +gdmulte +ge2d +gemini +gen_probe +generic +generic-adc-battery +genet +geneve +genwqe_card +gf2k +gfs2 +ghash-ce +gianfar_driver +gl518sm +gl520sm +gl620a +gluebi +gm12u320 +gnss +gnss-mtk +gnss-serial +gnss-sirf +gnss-ubx +gnss-usb +go7007 +go7007-loader +go7007-usb +goku_udc +goldfish_battery +goodix_ts +gp2ap002 +gp2ap020a00f +gp8psk-fe +gpi +gpio +gpio-74x164 +gpio-74xx-mmio +gpio-adnp +gpio-adp5520 +gpio-aggregator +gpio-altera +gpio-altera-a10sr +gpio-amd-fch +gpio-amdpt +gpio-arizona +gpio-bd71815 +gpio-bd71828 +gpio-bd9571mwv +gpio-beeper +gpio-cadence +gpio-charger +gpio-da9052 +gpio-da9055 +gpio-dln2 +gpio-dwapb +gpio-eic-sprd +gpio-exar +gpio-fan +gpio-fxl6408 +gpio-grgpio +gpio-gw-pld +gpio-hisi +gpio-hlwd +gpio-idio-16 +gpio-ir-recv +gpio-ir-tx +gpio-janz-ttl +gpio-kempld +gpio-latch +gpio-logicvc +gpio-lp3943 +gpio-lp873x +gpio-lp87565 +gpio-madera +gpio-max3191x +gpio-max7300 +gpio-max7301 +gpio-max730x +gpio-max732x +gpio-max77620 +gpio-max77650 +gpio-mb86s7x +gpio-mc33880 +gpio-menz127 +gpio-mlxbf +gpio-mlxbf2 +gpio-mlxbf3 +gpio-moxtet +gpio-pca953x +gpio-pca9570 +gpio-pcf857x +gpio-pci-idio-16 +gpio-pcie-idio-24 +gpio-pisosr +gpio-pmic-eic-sprd +gpio-rcar +gpio-rdc321x +gpio-regmap +gpio-regulator +gpio-rockchip +gpio-sbu-mux +gpio-sim +gpio-siox +gpio-sl28cpld +gpio-sprd +gpio-syscon +gpio-thunderx +gpio-tpic2810 +gpio-tps65086 +gpio-tps65218 +gpio-tps65219 +gpio-tps65912 +gpio-tqmx86 +gpio-twl4030 +gpio-twl6040 +gpio-vibra +gpio-viperboard +gpio-virtio +gpio-visconti +gpio-wcd934x +gpio-wm831x +gpio-wm8350 +gpio-wm8994 +gpio-xgene-sb +gpio-xlp +gpio-xra1403 +gpio-zynq +gpio-zynqmp-modepin +gpio_backlight +gpio_decoder +gpio_keys +gpio_keys_polled +gpio_mouse +gpio_wdt +gpmi-nand +gpu-sched +gpucc-msm8998 +gpucc-sa8775p +gpucc-sc7180 +gpucc-sc7280 +gpucc-sc8280xp +gpucc-sdm660 +gpucc-sdm845 +gpucc-sm6115 +gpucc-sm6125 +gpucc-sm6350 +gpucc-sm6375 +gpucc-sm8150 +gpucc-sm8250 +gpucc-sm8350 +gpucc-sm8450 +gpucc-sm8550 +gr_udc +grace +grcan +gre +greybus +grip +grip_mp +gs1662 +gs_usb +gsc-hwmon +gsc_hpdi +gspca_benq +gspca_conex +gspca_cpia1 +gspca_dtcs033 +gspca_etoms +gspca_finepix +gspca_gl860 +gspca_jeilinj +gspca_jl2005bcd +gspca_kinect +gspca_konica +gspca_m5602 +gspca_main +gspca_mars +gspca_mr97310a +gspca_nw80x +gspca_ov519 +gspca_ov534 +gspca_ov534_9 +gspca_pac207 +gspca_pac7302 +gspca_pac7311 +gspca_se401 +gspca_sn9c2028 +gspca_sn9c20x +gspca_sonixb +gspca_sonixj +gspca_spca1528 +gspca_spca500 +gspca_spca501 +gspca_spca505 +gspca_spca506 +gspca_spca508 +gspca_spca561 +gspca_sq905 +gspca_sq905c +gspca_sq930x +gspca_stk014 +gspca_stk1135 +gspca_stv0680 +gspca_stv06xx +gspca_sunplus +gspca_t613 +gspca_topro +gspca_touptek +gspca_tv8532 +gspca_vc032x +gspca_vicam +gspca_xirlink_cit +gspca_zc3xx +gtp +gud +guillemot +gunze +gve +hackrf +hamachi +hampshire +hantro-vpu +hanwang +hbmc-am654 +hci +hci_bcm4377 +hci_nokia +hci_uart +hci_vhci +hclge +hclgevf +hctr2 +hd3ss3220 +hd44780 +hd44780_common +hdc100x +hdc2010 +hdlc +hdlc_cisco +hdlc_fr +hdlc_ppp +hdlc_raw +hdlc_raw_eth +hdlc_x25 +hdlcd +hdlcdrv +hdma +hdma_mgmt +hdpvr +he +helene +hellcreek_sw +hexium_gemini +hexium_orion +hfcmulti +hfcpci +hfcsusb +hfpll +hfs +hfsplus +hi311x +hi3660-mailbox +hi556 +hi6210-i2s +hi6220-mailbox +hi6220_reset +hi6421-pmic-core +hi6421-regulator +hi6421-spmi-pmic +hi6421v530-regulator +hi6421v600-irq +hi6421v600-regulator +hi655x-pmic +hi655x-regulator +hi8435 +hi846 +hi847 +hibmc-drm +hid +hid-a4tech +hid-accutouch +hid-alps +hid-apple +hid-appleir +hid-asus +hid-aureal +hid-axff +hid-belkin +hid-betopff +hid-bigbenff +hid-cherry +hid-chicony +hid-cmedia +hid-corsair +hid-cougar +hid-cp2112 +hid-creative-sb0540 +hid-cypress +hid-dr +hid-elan +hid-elecom +hid-elo +hid-emsff +hid-evision +hid-ezkey +hid-ft260 +hid-gaff +hid-gembird +hid-generic +hid-gfrm +hid-glorious +hid-google-hammer +hid-gt683r +hid-gyration +hid-holtek-kbd +hid-holtek-mouse +hid-holtekff +hid-hyperv +hid-icade +hid-ite +hid-jabra +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-led +hid-lenovo +hid-letsketch +hid-lg-g15 +hid-logitech +hid-logitech-dj +hid-logitech-hidpp +hid-macally +hid-magicmouse +hid-maltron +hid-mcp2221 +hid-megaworld +hid-mf +hid-microsoft +hid-monterey +hid-multitouch +hid-nintendo +hid-nti +hid-ntrig +hid-nvidia-shield +hid-ortek +hid-penmount +hid-petalynx +hid-picolcd +hid-pl +hid-plantronics +hid-playstation +hid-primax +hid-prodikeys +hid-pxrc +hid-razer +hid-redragon +hid-retrode +hid-rmi +hid-roccat +hid-roccat-arvo +hid-roccat-common +hid-roccat-isku +hid-roccat-kone +hid-roccat-koneplus +hid-roccat-konepure +hid-roccat-kovaplus +hid-roccat-lua +hid-roccat-pyra +hid-roccat-ryos +hid-roccat-savu +hid-saitek +hid-samsung +hid-semitek +hid-sensor-accel-3d +hid-sensor-als +hid-sensor-custom +hid-sensor-custom-intel-hinge +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-humidity +hid-sensor-iio-common +hid-sensor-incl-3d +hid-sensor-magn-3d +hid-sensor-press +hid-sensor-prox +hid-sensor-rotation +hid-sensor-temperature +hid-sensor-trigger +hid-sigmamicro +hid-sjoy +hid-sony +hid-speedlink +hid-steam +hid-steelseries +hid-sunplus +hid-thrustmaster +hid-tivo +hid-tmff +hid-topre +hid-topseed +hid-twinhan +hid-u2fzero +hid-uclogic +hid-udraw-ps3 +hid-viewsonic +hid-vivaldi +hid-vivaldi-common +hid-vrc2 +hid-waltop +hid-wiimote +hid-xiaomi +hid-xinmo +hid-zpff +hid-zydacron +hideep +hidp +hih6130 +himax_hx83112b +hinic +hip04_eth +hisi-acc-vfio-pci +hisi-rng +hisi-sfc +hisi-spmi-controller +hisi-trng-v2 +hisi504_nand +hisi_femac +hisi_hikey_usb +hisi_hpre +hisi_pcie_pmu +hisi_powerkey +hisi_ptt +hisi_qm +hisi_sas_main +hisi_sas_v1_hw +hisi_sas_v2_hw +hisi_sas_v3_hw +hisi_sec +hisi_sec2 +hisi_thermal +hisi_uncore_cpa_pmu +hisi_uncore_ddrc_pmu +hisi_uncore_hha_pmu +hisi_uncore_l3c_pmu +hisi_uncore_pa_pmu +hisi_uncore_pmu +hisi_uncore_sllc_pmu +hisi_uncore_uc_pmu +hisi_zip +histb-rng +hix5hd2_gmac +hmc425a +hmc5843_core +hmc5843_i2c +hmc5843_spi +hmc6352 +hms-profinet +hnae +hnae3 +hns-roce-hw-v2 +hns3 +hns3_pmu +hns_dsaf +hns_enet_drv +hns_mdio +hopper +horus3a +host1x +hostap +hostap_pci +hostap_plx +hp03 +hp206c +hpfs +hpilo +hpsa +hptiop +hpwdt +hsi +hsi_char +hso +hsr +ht16k33 +hte-tegra194 +hte-tegra194-test +hts221 +hts221_i2c +hts221_spi +htu21 +huawei_cdc_ncm +hv_balloon +hv_netvsc +hv_sock +hv_storvsc +hv_utils +hv_vmbus +hwmon-vid +hwpoison-inject +hx711 +hx8357 +hx8357d +hycon-hy46xx +hynitron_cstxxx +hyperbus-core +hyperv-keyboard +hyperv_drm +hyperv_fb +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-altera +i2c-amd756 +i2c-amd8111 +i2c-apple +i2c-arb-gpio-challenge +i2c-cbus-gpio +i2c-ccgx-ucsi +i2c-cp2615 +i2c-cros-ec-tunnel +i2c-demux-pinctrl +i2c-designware-pci +i2c-diolan-u2c +i2c-dln2 +i2c-fsi +i2c-gpio +i2c-hid +i2c-hid-acpi +i2c-hid-of +i2c-hid-of-elan +i2c-hid-of-goodix +i2c-hisi +i2c-hix5hd2 +i2c-i801 +i2c-imx +i2c-imx-lpi2c +i2c-isch +i2c-kempld +i2c-matroxfb +i2c-mchp-pci1xxxx +i2c-meson +i2c-mlxbf +i2c-mt65xx +i2c-mux +i2c-mux-gpio +i2c-mux-gpmux +i2c-mux-ltc4306 +i2c-mux-mlxcpld +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-mux-pinctrl +i2c-mux-reg +i2c-mv64xxx +i2c-nforce2 +i2c-nomadik +i2c-npcm7xx +i2c-nvidia-gpu +i2c-ocores +i2c-owl +i2c-parport +i2c-pca-platform +i2c-piix4 +i2c-pxa +i2c-qcom-cci +i2c-qcom-geni +i2c-qup +i2c-rcar +i2c-riic +i2c-rk3x +i2c-robotfuzz-osif +i2c-rzv2m +i2c-scmi +i2c-sh_mobile +i2c-simtec +i2c-sis5595 +i2c-sis630 +i2c-sis96x +i2c-slave-eeprom +i2c-smbus +i2c-stm32f4 +i2c-stm32f7-drv +i2c-stub +i2c-synquacer +i2c-taos-evm +i2c-tegra +i2c-tegra-bpmp +i2c-thunderx +i2c-tiny-usb +i2c-versatile +i2c-via +i2c-viapro +i2c-viperboard +i2c-virtio +i2c-xgene-slimpro +i2c-xiic +i2c-xlp9xx +i3c +i3c-master-cdns +i40e +i5k_amb +i6300esb +i740fb +iavf +ib_cm +ib_core +ib_ipoib +ib_iser +ib_isert +ib_mthca +ib_srp +ib_srpt +ib_umad +ib_uverbs +ibm-cffps +ibm-panel +ibmaem +ibmpex +icc-bcm-voter +icc-bwmon +icc-clk +icc-osm-l3 +icc-rpmh +icc-smd-rpm +ice +ice40-spi +icp10100 +icp_multi +icplus +ics932s401 +idma64 +idmouse +idt77252 +idt_89hpesx +idt_gen2 +idt_gen3 +idtcps +ieee802154 +ieee802154_6lowpan +ieee802154_socket +ifb +ifcvf +ife +ifi_canfd +iforce +iforce-serio +iforce-usb +igb +igbvf +igc +igorplugusb +iguanair +ii_pci20kc +iio-mux +iio-rescale +iio-trig-hrtimer +iio-trig-interrupt +iio-trig-loop +iio-trig-sysfs +iio_dummy +iio_hwmon +ila +ili210x +ili9163 +ili9225 +ili922x +ili9320 +ili9341 +ili9486 +ilitek_ts_i2c +imagis +img-ascii-lcd +img-i2s-in +img-i2s-out +img-parallel-out +img-spdif-in +img-spdif-out +imm +imon +imon_raw +ims-pcu +imx-audio-rpmsg +imx-bus +imx-common +imx-cpufreq-dt +imx-dcss +imx-dma +imx-dsp +imx-interconnect +imx-lcdc +imx-lcdif +imx-ldb-helper +imx-mailbox +imx-media-common +imx-mipi-csis +imx-pcm-dma +imx-pcm-rpmsg +imx-pxp +imx-sdma +imx208 +imx214 +imx219 +imx258 +imx274 +imx290 +imx296 +imx2_wdt +imx319 +imx334 +imx335 +imx355 +imx412 +imx415 +imx6q-cpufreq +imx6ul_tsc +imx7-media-csi +imx7d_adc +imx7ulp_wdt +imx8-isi +imx8m-ddrc +imx8mm-interconnect +imx8mm_thermal +imx8mn-interconnect +imx8mp-interconnect +imx8mq-interconnect +imx8mq-mipi-csi2 +imx8qm-ldb +imx8qxp-adc +imx8qxp-ldb +imx8qxp-pixel-combiner +imx8qxp-pixel-link +imx8qxp-pxl2dpi +imx93-pd +imx93-src +imx93_adc +imx_dsp_rproc +imx_keypad +imx_rproc +imx_sc_key +imx_sc_thermal +imx_sc_wdt +imx_thermal +imxfb +ina209 +ina238 +ina2xx +ina2xx-adc +ina3221 +industrialio +industrialio-buffer-cb +industrialio-buffer-dma +industrialio-buffer-dmaengine +industrialio-configfs +industrialio-gts-helper +industrialio-hw-consumer +industrialio-sw-device +industrialio-sw-trigger +industrialio-triggered-buffer +industrialio-triggered-event +inet_diag +inexio +inftl +initio +input-leds +inspur-ipsps +int51x1 +intel-m10-bmc-core +intel-m10-bmc-hwmon +intel-m10-bmc-pmci +intel-m10-bmc-spi +intel-nand-controller +intel-xway +intel_qat +intel_th +intel_th_acpi +intel_th_gth +intel_th_msu +intel_th_msu_sink +intel_th_pci +intel_th_pti +intel_th_sth +intel_vr_nor +interact +interrupt-cnt +inv-icm42600 +inv-icm42600-i2c +inv-icm42600-spi +inv-mpu6050 +inv-mpu6050-i2c +inv-mpu6050-spi +io-domain +io_edgeport +io_ti +iommufd +ionic +iosm +iowarrior +ip5xxx_power +ip6_gre +ip6_tables +ip6_tunnel +ip6_udp_tunnel +ip6_vti +ip6t_NPT +ip6t_REJECT +ip6t_SYNPROXY +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_mh +ip6t_rpfilter +ip6t_rt +ip6t_srh +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6table_security +ip_gre +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmac +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_mac +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +ip_tables +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_fo +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_mh +ip_vs_nq +ip_vs_ovf +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_twos +ip_vs_wlc +ip_vs_wrr +ip_vti +ipa +ipack +ipaq +ipcomp +ipcomp6 +iphase +ipheth +ipip +ipmb_dev_int +ipmi_devintf +ipmi_ipmb +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_ssif +ipmi_watchdog +ipoctal +ipr +iproc_nand +ips +ipt_ECN +ipt_REJECT +ipt_SYNPROXY +ipt_ah +ipt_rpfilter +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +iptable_security +ipvlan +ipvtap +ipw +ipw2100 +ipw2200 +iqs269a +iqs5xx +iqs620at-temp +iqs621-als +iqs624-pos +iqs626a +iqs62x +iqs62x-keys +iqs7222 +ir-hix5hd2 +ir-imon-decoder +ir-jvc-decoder +ir-kbd-i2c +ir-mce_kbd-decoder +ir-nec-decoder +ir-rc5-decoder +ir-rc6-decoder +ir-rcmm-decoder +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +ir-spi +ir-usb +ir-xmp-decoder +ir35221 +ir36021 +ir38064 +ir_toy +irdma +irps5401 +irq-imx-mu-msi +irq-madera +irq-pruss-intc +irq-qcom-mpm +iscsi_boot_sysfs +iscsi_ibft +iscsi_target_mod +iscsi_tcp +isdnhdlc +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl29125 +isl29501 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isl68137 +isl7998x +isl9305 +isofs +isp116x-hcd +isp1704_charger +isp1760 +it87 +it913x +itd1000 +ite-cir +ite-it6505 +ite-it66121 +itg3200 +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_cm +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +ix2505v +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +jh7110-crypto +jmb38x_ms +jme +joydev +joydump +jr3_pci +jsa1212 +jsm +k3_bandgap +k3_j72xx_bandgap +k3dma +kafs +kalmia +kaweth +kbic +kbtab +kcm +kcomedilib +kcs_bmc +kcs_bmc_cdev_ipmi +kcs_bmc_npcm7xx +kcs_bmc_serio +ke_counter +keembay-ocs-aes +keembay-ocs-ecc +keembay-ocs-hcu +keembay_wdt +kempld-core +kempld_wdt +kernelcapi +keyspan +keyspan_pda +keyspan_remote +keywrap +kfifo_buf +khadas-mcu +khadas_mcu_fan +kheaders +kionix-kx022a +kionix-kx022a-i2c +kionix-kx022a-spi +kirin-drm +kl5kusb105 +kmb-drm +kmem +kmx61 +kobil_sct +komeda +kpss-xcc +ks0108 +ks0127 +ks7010 +ks8842 +ks8851_common +ks8851_par +ks8851_spi +ksmbd +ksz884x +ksz8863_smi +ksz9477_i2c +ksz_spi +ksz_switch +ktd253-backlight +ktti +ktz8866 +kvaser_pci +kvaser_pciefd +kvaser_usb +kxcjk-1013 +kxsd9 +kxsd9-i2c +kxsd9-spi +kxtj9 +kyber-iosched +kyrofb +l1oip +l2tp_core +l2tp_debugfs +l2tp_eth +l2tp_ip +l2tp_ip6 +l2tp_netlink +l2tp_ppp +l4f00242t03 +l64781 +lan743x +lan78xx +lan9303-core +lan9303_i2c +lan9303_mdio +lan966x-switch +lan966x_serdes +lanai +lantiq_gswip +lapb +lapbether +lattice-ecp3-config +lattice-sysconfig +lattice-sysconfig-spi +layerscape_edac_mod +lcd +lcd2s +ldusb +lec +led-class-flash +led-class-multicolor +led_bl +leds-88pm860x +leds-aat1290 +leds-adp5520 +leds-an30259a +leds-as3645a +leds-aw200xx +leds-aw2013 +leds-bcm6328 +leds-bcm6358 +leds-bd2606mvv +leds-bd2802 +leds-blinkm +leds-cpcap +leds-cr0014114 +leds-da903x +leds-da9052 +leds-dac124s085 +leds-el15203000 +leds-gpio +leds-is31fl319x +leds-is31fl32xx +leds-ktd2692 +leds-lm3530 +leds-lm3532 +leds-lm3533 +leds-lm355x +leds-lm3601x +leds-lm36274 +leds-lm3642 +leds-lm3692x +leds-lm3697 +leds-lp3944 +leds-lp3952 +leds-lp50xx +leds-lp5521 +leds-lp5523 +leds-lp5562 +leds-lp55xx-common +leds-lp8501 +leds-lp8788 +leds-lp8860 +leds-lt3593 +leds-max77650 +leds-max77693 +leds-max8997 +leds-mc13783 +leds-menf21bmc +leds-mlxreg +leds-mt6323 +leds-mt6360 +leds-mt6370-flash +leds-mt6370-rgb +leds-pca9532 +leds-pca955x +leds-pca963x +leds-pwm +leds-pwm-multicolor +leds-qcom-flash +leds-qcom-lpg +leds-regulator +leds-rt4505 +leds-rt8515 +leds-sc27xx-bltc +leds-sgm3140 +leds-spi-byte +leds-tca6507 +leds-ti-lmu-common +leds-tlc591xx +leds-tps6105x +leds-wm831x-status +leds-wm8350 +ledtrig-activity +ledtrig-audio +ledtrig-backlight +ledtrig-camera +ledtrig-default-on +ledtrig-heartbeat +ledtrig-netdev +ledtrig-oneshot +ledtrig-pattern +ledtrig-timer +ledtrig-transient +ledtrig-tty +ledtrig-usbport +legousbtower +lg-vl600 +lg2160 +lgdt3305 +lgdt3306a +lgdt330x +lgs8gl5 +lgs8gxx +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libarc4 +libceph +libchacha +libchacha20poly1305 +libcomposite +libcrc32c +libcurve25519 +libcurve25519-generic +libcxgb +libcxgbi +libdes +libertas +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libpoly1305 +libsas +libwx +lightning +lima +line-display +lineage-pem +linear +linkstation-poweroff +liquidio +liquidio-core +liquidio_vf +lis3lv02d +lis3lv02d_i2c +liteuart +litex_liteeth +litex_mmc +litex_soc_ctrl +lkkbd +ll_temac +llc +llc2 +llcc-qcom +lm25066 +lm3533-als +lm3533-core +lm3533-ctrlbank +lm3533_bl +lm3560 +lm3630a_bl +lm3639_bl +lm363x-regulator +lm3646 +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95234 +lm95241 +lm95245 +lmh +lmp91000 +lms283gf05 +lms501kf03 +lnbh25 +lnbh29 +lnbp21 +lnbp22 +lochnagar-hwmon +lochnagar-regulator +lockd +logicvc-drm +lontium-lt8912b +lontium-lt9211 +lontium-lt9611 +lontium-lt9611uxc +lp +lp3943 +lp3971 +lp3972 +lp855x_bl +lp8727_charger +lp872x +lp873x +lp873x-regulator +lp8755 +lp87565 +lp87565-regulator +lp8788-buck +lp8788-charger +lp8788-ldo +lp8788_adc +lp8788_bl +lpass-gfm-sm8250 +lpassaudiocc-sc7280 +lpasscc-sc7280 +lpasscc-sc8280xp +lpasscc-sdm845 +lpasscorecc-sc7180 +lpasscorecc-sc7280 +lpc_ich +lpc_sch +lpddr_cmds +lpfc +lru_cache +lrw +lt3651-charger +lt7182s +ltc1660 +ltc2471 +ltc2485 +ltc2496 +ltc2497 +ltc2497-core +ltc2632 +ltc2688 +ltc2941-battery-gauge +ltc2945 +ltc2947-core +ltc2947-i2c +ltc2947-spi +ltc2978 +ltc2983 +ltc2990 +ltc2992 +ltc3589 +ltc3676 +ltc3815 +ltc4151 +ltc4162-l-charger +ltc4215 +ltc4222 +ltc4245 +ltc4260 +ltc4261 +ltr501 +ltrf216a +ltv350qv +lv0104cs +lv5207lp +lvds-codec +lvstest +lvts_thermal +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m2m-deinterlace +m52790 +m62332 +m88ds3103 +m88rs2000 +m88rs6000t +mISDN_core +mISDN_dsp +mISDNinfineon +mISDNipac +mISDNisar +m_can +m_can_pci +m_can_platform +ma35d1_serial +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac-iceland +mac-inuit +mac-roman +mac-romanian +mac-turkish +mac80211 +mac80211_hwsim +mac802154 +mac802154_hwsim +macb +macb_pci +machxo2-spi +macmodes +macsec +macvlan +macvtap +madera +madera-i2c +madera-spi +mag3110 +magellan +mailbox-altera +mailbox-test +mailbox-xgene-slimpro +mali-dp +mantis +mantis_core +map_absent +map_funcs +map_ram +map_rom +marvell +marvell-88x2222 +marvell-cesa +marvell10g +marvell_cn10k_ddr_pmu +marvell_cn10k_tad_pmu +marvell_nand +matrix-keymap +matrix_keypad +matrox_w1 +matroxfb_DAC1064 +matroxfb_Ti3026 +matroxfb_accel +matroxfb_base +matroxfb_crtc2 +matroxfb_g450 +matroxfb_maven +matroxfb_misc +max1027 +max11100 +max1111 +max1118 +max11205 +max11410 +max11801_ts +max1241 +max127 +max1363 +max14577-regulator +max14577_charger +max14656_charger_detector +max15301 +max1586 +max16064 +max16065 +max1619 +max16601 +max1668 +max17040_battery +max17042_battery +max1721x_battery +max197 +max20086-regulator +max20411-regulator +max20730 +max20751 +max2165 +max2175 +max30100 +max30102 +max30208 +max3100 +max31722 +max31730 +max31760 +max31785 +max31790 +max31827 +max31856 +max31865 +max3420_udc +max3421-hcd +max34440 +max44000 +max44009 +max517 +max5432 +max5481 +max5487 +max5522 +max5821 +max63xx_wdt +max6620 +max6621 +max6639 +max6650 +max6697 +max6875 +max7359_keypad +max77541 +max77541-adc +max77541-regulator +max77620-regulator +max77620_thermal +max77620_wdt +max77650 +max77650-charger +max77650-onkey +max77650-regulator +max77686-regulator +max77693-haptic +max77693-regulator +max77693_charger +max77714 +max77802-regulator +max77826-regulator +max77976_charger +max8649 +max8660 +max8688 +max8893 +max8903_charger +max8907 +max8907-regulator +max8925-regulator +max8925_bl +max8925_onkey +max8925_power +max8952 +max8973-regulator +max8997-regulator +max8997_charger +max8997_haptic +max8998 +max8998_charger +max9271 +max9286 +max9611 +max96712 +maxim_thermocouple +mb1232 +mb862xxfb +mb86a16 +mb86a20s +mc +mc13783-adc +mc13783-pwrbutton +mc13783-regulator +mc13783_ts +mc13892-regulator +mc13xxx-core +mc13xxx-i2c +mc13xxx-regulator-core +mc13xxx-spi +mc3230 +mc34vr500 +mc44s803 +mcam-core +mcb +mcb-lpc +mcb-pci +mcba_usb +mceusb +mchp23k256 +mchp48l640 +mchp_pci1xxxx_gp +mchp_pci1xxxx_gpio +mcp16502 +mcp251x +mcp251xfd +mcp3021 +mcp320x +mcp3422 +mcp3911 +mcp4018 +mcp41010 +mcp4131 +mcp4531 +mcp4725 +mcp4922 +mcr20a +mcs5000_ts +mcs7830 +mcs_touchkey +mct_u232 +mctp-i2c +mctp-serial +md-cluster +md4 +mdc800 +mdio +mdio-bcm-unimac +mdio-cavium +mdio-gpio +mdio-hisi-femac +mdio-i2c +mdio-ipq4019 +mdio-ipq8064 +mdio-mscc-miim +mdio-mux +mdio-mux-gpio +mdio-mux-meson-g12a +mdio-mux-meson-gxl +mdio-mux-mmioreg +mdio-mux-multiplexer +mdio-mvusb +mdio-octeon +mdio-regmap +mdio-thunder +mdio-xgene +mdt_loader +me4000 +me_daq +mediatek +mediatek-cpufreq +mediatek-cpufreq-hw +mediatek-drm +mediatek-drm-hdmi +mediatek-ge +mediatek-ge-soc +megachips-stdpxxxx-ge-b850v3-fw +megaraid +megaraid_mbox +megaraid_mm +megaraid_sas +melfas_mip4 +memory-notifier-error-inject +memstick +men_z135_uart +men_z188_adc +mena21_wdt +menf21bmc +menf21bmc_hwmon +menf21bmc_wdt +menz69_wdt +meson-canvas +meson-drm +meson-gx-mmc +meson-gxl +meson-ir +meson-ir-tx +meson-mx-sdio +meson-rng +meson-vdec +meson_ddr_pmu_g12 +meson_dw_hdmi +meson_dw_mipi_dsi +meson_gxbb_wdt +meson_nand +meson_saradc +meson_wdt +metro-usb +metronomefb +mf6x4 +mgag200 +mhi +mhi_ep +mhi_net +mhi_pci_generic +mhi_wwan_ctrl +mhi_wwan_mbim +mi0283qt +michael_mic +micrel +microchip +microchip-spi +microchip_t1 +microchip_t1s +microread +microread_i2c +microtek +minix +mip6 +mipi-i3c-hci +mite +mkiss +ml86v7667 +mlx4_core +mlx4_en +mlx4_ib +mlx5-vfio-pci +mlx5_core +mlx5_ib +mlx5_vdpa +mlx90614 +mlx90632 +mlx_wdt +mlxbf-bootctl +mlxbf-pmc +mlxbf-tmfifo +mlxbf_gige +mlxfw +mlxreg-fan +mlxreg-hotplug +mlxreg-io +mlxreg-lc +mlxsw_core +mlxsw_i2c +mlxsw_minimal +mlxsw_pci +mlxsw_spectrum +mma7455_core +mma7455_i2c +mma7455_spi +mma7660 +mma8450 +mma8452 +mma9551 +mma9551_core +mma9553 +mmc35240 +mmc_hsq +mmc_spi +mmcc-msm8994 +mmcc-msm8996 +mmcc-msm8998 +mmcc-sdm660 +mms114 +mn88443x +mn88472 +mn88473 +mos7720 +mos7840 +most_cdev +most_core +most_dim2 +most_i2c +most_net +most_snd +most_usb +most_video +motorcomm +motorola-cpcap +moxa +moxtet +mp2629 +mp2629_adc +mp2629_charger +mp2888 +mp2975 +mp5023 +mp5416 +mp8859 +mp886x +mpc624 +mpi3mr +mpl115 +mpl115_i2c +mpl115_spi +mpl3115 +mpls_gso +mpls_iptunnel +mpls_router +mpoa +mpq7920 +mpq7932 +mpr121_touchkey +mprls0025pa +mpt3sas +mptbase +mptcp_diag +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +mpu3050 +mr75203 +mrf24j40 +mrp +ms5611_core +ms5611_i2c +ms5611_spi +ms5637 +ms_block +ms_sensors_i2c +msa311 +mscc +mscc_felix +mscc_felix_dsa_lib +mscc_ocelot +mscc_ocelot_ext +mscc_ocelot_switch_lib +mscc_seville +msdos +mse102x +msg2638 +msi001 +msi2500 +msm +msp3400 +mspro_block +mss-sc7180 +mt2060 +mt2063 +mt20xx +mt2131 +mt2266 +mt312 +mt352 +mt6311-regulator +mt6315-regulator +mt6323-regulator +mt6331-regulator +mt6332-regulator +mt6357-regulator +mt6358-regulator +mt6359-accdet +mt6359-regulator +mt6360-adc +mt6360-core +mt6360-regulator +mt6360_charger +mt6370 +mt6370-adc +mt6370-backlight +mt6370-charger +mt6370-regulator +mt6380-regulator +mt6397 +mt6397-regulator +mt6577_auxadc +mt6779-keypad +mt6797-mt6351 +mt7530 +mt7530-mdio +mt7530-mmio +mt76 +mt76-connac-lib +mt76-sdio +mt76-usb +mt7601u +mt7603e +mt7615-common +mt7615e +mt7663-usb-sdio-common +mt7663s +mt7663u +mt76x0-common +mt76x02-lib +mt76x02-usb +mt76x0e +mt76x0u +mt76x2-common +mt76x2e +mt76x2u +mt7915e +mt7921-common +mt7921e +mt7921s +mt7921u +mt7996e +mt8183-da7219-max98357 +mt8183-mt6358-ts3a227-max98357 +mt8186-mt6366-da7219-max98357 +mt8186-mt6366-rt1019-rt5682s +mt8188-mt6359 +mt8192-mt6359-rt1015-rt5682 +mt8195-mt6359 +mt9m001 +mt9m111 +mt9p031 +mt9t112 +mt9v011 +mt9v032 +mt9v111 +mtd +mtd_blkdevs +mtd_dataflash +mtdblock +mtdblock_ro +mtdoops +mtdpstore +mtdram +mtdswap +mtip32xx +mtk-adsp-common +mtk-adsp-ipc +mtk-adsp-mailbox +mtk-btcvsd +mtk-cci-devfreq +mtk-cir +mtk-cmdq-helper +mtk-cmdq-mailbox +mtk-cqdma +mtk-devapc +mtk-hsdma +mtk-mmsys +mtk-mutex +mtk-pmic-keys +mtk-pmic-wrap +mtk-rng +mtk-sd +mtk-smi +mtk-svs +mtk-uart-apdma +mtk-vpu +mtk_dp +mtk_iommu +mtk_nand +mtk_rpmsg +mtk_scp +mtk_scp_ipi +mtk_t7xx +mtk_wdt +mtouch +mtu3 +multipath +multiq3 +musb_hdrc +mux-adg792a +mux-adgs1408 +mux-core +mux-gpio +mux-mmio +mv88e6060 +mv88e6xxx +mv_u3d_core +mv_udc +mvmdio +mvneta +mvpp2 +mvsas +mvumi +mwifiex +mwifiex_pcie +mwifiex_sdio +mwifiex_usb +mwl8k +mxb +mxc-jpeg-encdec +mxc4005 +mxc6255 +mxc_nand +mxc_w1 +mxcmmc +mxic_nand +mxl-gpy +mxl111sf-demod +mxl111sf-tuner +mxl301rf +mxl5005s +mxl5007t +mxl5xx +mxl692 +mxser +mxsfb +mxuport +myrb +myri10ge +myrs +n5pf +n_gsm +n_hdlc +nand +nandcore +nandsim +national +natsemi +nau7802 +navman +nb7vpq904m +nbd +nci +nci_spi +nci_uart +ncn26000 +nct6683 +nct6775 +nct6775-core +nct6775-i2c +nct7802 +nct7904 +nd_btt +nd_pmem +nd_virtio +ne2k-pci +neofb +net1080 +net2272 +net2280 +netconsole +netdevsim +netfs +netjet +netlink_diag +netrom +netsec +netup-unidvb +netxen_nic +newtonkbd +nf_conncount +nf_conntrack +nf_conntrack_amanda +nf_conntrack_bridge +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_dup_ipv4 +nf_dup_ipv6 +nf_dup_netdev +nf_flow_table +nf_flow_table_inet +nf_log_syslog +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_irc +nf_nat_pptp +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nf_reject_ipv4 +nf_reject_ipv6 +nf_socket_ipv4 +nf_socket_ipv6 +nf_synproxy_core +nf_tables +nf_tproxy_ipv4 +nf_tproxy_ipv6 +nfc +nfc_digital +nfcmrvl +nfcmrvl_i2c +nfcmrvl_spi +nfcmrvl_uart +nfcmrvl_usb +nfcsim +nfit +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_hook +nfnetlink_log +nfnetlink_osf +nfnetlink_queue +nfp +nfs +nfs_acl +nfs_layout_flexfiles +nfs_layout_nfsv41_files +nfsd +nfsv2 +nfsv3 +nfsv4 +nft_chain_nat +nft_compat +nft_connlimit +nft_ct +nft_dup_ipv4 +nft_dup_ipv6 +nft_dup_netdev +nft_fib +nft_fib_inet +nft_fib_ipv4 +nft_fib_ipv6 +nft_fib_netdev +nft_flow_offload +nft_fwd_netdev +nft_hash +nft_limit +nft_log +nft_masq +nft_meta_bridge +nft_nat +nft_numgen +nft_osf +nft_queue +nft_quota +nft_redir +nft_reject +nft_reject_bridge +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +nft_reject_netdev +nft_socket +nft_synproxy +nft_tproxy +nft_tunnel +nft_xfrm +nftl +ngbe +ngene +nhc_dest +nhc_fragment +nhc_hop +nhc_ipv6 +nhc_mobility +nhc_routing +nhc_udp +nhpoly1305 +nhpoly1305-neon +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_a2150 +ni_at_ao +ni_atmio +ni_atmio16d +ni_labpc +ni_labpc_common +ni_labpc_pci +ni_pcidio +ni_pcimio +ni_routes_test +ni_routing +ni_tio +ni_tiocmd +ni_usb6501 +nicpf +nicstar +nicvf +nilfs2 +nitro_enclaves +niu +nixge +nlmon +nls_ascii +nls_cp1250 +nls_cp1251 +nls_cp1255 +nls_cp737 +nls_cp775 +nls_cp850 +nls_cp852 +nls_cp855 +nls_cp857 +nls_cp860 +nls_cp861 +nls_cp862 +nls_cp863 +nls_cp864 +nls_cp865 +nls_cp866 +nls_cp869 +nls_cp874 +nls_cp932 +nls_cp936 +nls_cp949 +nls_cp950 +nls_euc-jp +nls_iso8859-1 +nls_iso8859-13 +nls_iso8859-14 +nls_iso8859-15 +nls_iso8859-2 +nls_iso8859-3 +nls_iso8859-4 +nls_iso8859-5 +nls_iso8859-6 +nls_iso8859-7 +nls_iso8859-9 +nls_koi8-r +nls_koi8-ru +nls_koi8-u +nls_utf8 +noa1305 +nosy +notifier-error-inject +nouveau +novatek-nvt-ts +nozomi +npcm-rng +npcm750-pwm-fan +npcm_adc +npcm_edac +nps_enet +ns558 +ns83820 +nsh +ntb +ntb_hw_epf +ntb_hw_idt +ntb_hw_switchtec +ntb_netdev +ntb_perf +ntb_pingpong +ntb_tool +ntb_transport +ntc_thermistor +ntfs +ntfs3 +ntxec +null_blk +nuvoton-cir +nvec +nvec_kbd +nvec_paz00 +nvec_power +nvec_ps2 +nvidiafb +nvme +nvme-apple +nvme-common +nvme-core +nvme-fabrics +nvme-fc +nvme-loop +nvme-rdma +nvme-tcp +nvmem-apple-efuses +nvmem-imx-iim +nvmem-imx-ocotp +nvmem-imx-ocotp-ele +nvmem-imx-ocotp-scu +nvmem-layerscape-sfp +nvmem-rave-sp-eeprom +nvmem-reboot-mode +nvmem-rmem +nvmem-rockchip-otp +nvmem-sc27xx-efuse +nvmem_meson_mx_efuse +nvmem_mtk-efuse +nvmem_qcom-spmi-sdam +nvmem_qfprom +nvmem_rockchip_efuse +nvmem_snvs_lpgpr +nvmem_sprd_efuse +nvmem_stm32_romem +nvmem_sunxi_sid +nvmem_u-boot-env +nvmet +nvmet-fc +nvmet-rdma +nvmet-tcp +nvsw-sn2201 +nwl-dsi +nxp-bbnsm-pwrkey +nxp-c45-tja11xx +nxp-cbtx +nxp-nci +nxp-nci_i2c +nxp-ptn3460 +nxp-tja11xx +nxt200x +nxt6000 +nzxt-kraken2 +nzxt-smart2 +objagg +ocelot-soc +ocfb +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stack_o2cb +ocfs2_stack_user +ocfs2_stackglue +ocmem +ocrdma +octeon_ep +octeontx-cpt +octeontx-cptvf +of-fpga-region +of_mmc_spi +of_pmem +of_xilinx_wdt +ofb +ofpart +og01a1b +ohci-platform +omap-mailbox +omap-rng +omap2_nand +omap4-keypad +omap_elm +omap_hwspinlock +omfs +omninet +on20 +on26 +onboard_usb_hub +onenand +onie-tlv +open-dice +opencores-kbd +openvswitch +opt3001 +opt4001 +optee +optee-rng +opticon +option +or51132 +or51211 +orangefs +orinoco +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +oti6858 +otm3225a +otx2_ptp +ov01a10 +ov02a10 +ov08d10 +ov08x40 +ov13858 +ov13b10 +ov2640 +ov2659 +ov2680 +ov2685 +ov2740 +ov4689 +ov5640 +ov5645 +ov5647 +ov5648 +ov5670 +ov5675 +ov5693 +ov5695 +ov6650 +ov7251 +ov7640 +ov7670 +ov772x +ov7740 +ov8856 +ov8858 +ov8865 +ov9282 +ov9640 +ov9650 +ov9734 +overlay +owl-dma +owl-emac +owl-mmc +oxu210hp-hcd +p54common +p54pci +p54spi +p54usb +p8022 +pa12203001 +palmas-pwrbutton +palmas-regulator +palmas_gpadc +pandora_bl +panel +panel-abt-y030xx067a +panel-arm-versatile +panel-asus-z00t-tm5p5-n35596 +panel-auo-a030jtn01 +panel-boe-bf060y8m-aj0 +panel-boe-himax8279d +panel-boe-tv101wum-nl6 +panel-dsi-cm +panel-ebbg-ft8719 +panel-edp +panel-elida-kd35t133 +panel-feixin-k101-im2ba02 +panel-feiyang-fy07024di26a30d +panel-himax-hx8394 +panel-ilitek-ili9322 +panel-ilitek-ili9341 +panel-ilitek-ili9881c +panel-innolux-ej030na +panel-innolux-p079zca +panel-jadard-jd9365da-h3 +panel-jdi-fhd-r63452 +panel-jdi-lt070me05000 +panel-khadas-ts050 +panel-kingdisplay-kd097d04 +panel-leadtek-ltk050h3146w +panel-leadtek-ltk500hd1829 +panel-lg-lb035q02 +panel-lg-lg4573 +panel-lvds +panel-magnachip-d53e6ea8966 +panel-mantix-mlaf057we51 +panel-mipi-dbi +panel-nec-nl8048hl11 +panel-newvision-nv3051d +panel-newvision-nv3052c +panel-novatek-nt35510 +panel-novatek-nt35560 +panel-novatek-nt35950 +panel-novatek-nt36523 +panel-novatek-nt36672a +panel-novatek-nt39016 +panel-olimex-lcd-olinuxino +panel-orisetech-ota5601a +panel-orisetech-otm8009a +panel-osd-osd101t2587-53ts +panel-panasonic-vvx10f034n00 +panel-raspberrypi-touchscreen +panel-raydium-rm67191 +panel-raydium-rm68200 +panel-ronbo-rb070d30 +panel-samsung-atna33xc20 +panel-samsung-db7430 +panel-samsung-ld9040 +panel-samsung-s6d16d0 +panel-samsung-s6d27a1 +panel-samsung-s6d7aa0 +panel-samsung-s6e3ha2 +panel-samsung-s6e63j0x03 +panel-samsung-s6e63m0 +panel-samsung-s6e63m0-dsi +panel-samsung-s6e63m0-spi +panel-samsung-s6e88a0-ams452ef01 +panel-samsung-s6e8aa0 +panel-samsung-sofef00 +panel-seiko-43wvf1g +panel-sharp-lq101r1sx01 +panel-sharp-ls037v7dw01 +panel-sharp-ls043t1le01 +panel-sharp-ls060t1sx01 +panel-simple +panel-sitronix-st7701 +panel-sitronix-st7703 +panel-sitronix-st7789v +panel-sony-acx565akm +panel-sony-td4353-jdi +panel-sony-tulip-truly-nt35521 +panel-tdo-tl070wsh30 +panel-tpo-td028ttec1 +panel-tpo-td043mtea1 +panel-tpo-tpg110 +panel-truly-nt35597 +panel-visionox-rm69299 +panel-visionox-vtdr6130 +panel-widechips-ws2401 +panel-xinpeng-xpp055c272 +panfrost +parade-ps8622 +parade-ps8640 +parkbd +parman +parport +parport_pc +parport_serial +parser_trx +pata_acpi +pata_ali +pata_amd +pata_artop +pata_atiixp +pata_atp867x +pata_cmd640 +pata_cmd64x +pata_cypress +pata_efar +pata_hpt366 +pata_hpt37x +pata_hpt3x2n +pata_hpt3x3 +pata_imx +pata_it8213 +pata_it821x +pata_jmicron +pata_legacy +pata_marvell +pata_mpiix +pata_netcell +pata_ninja32 +pata_ns87410 +pata_ns87415 +pata_of_platform +pata_oldpiix +pata_opti +pata_optidma +pata_parport +pata_pdc2027x +pata_pdc202xx_old +pata_piccolo +pata_platform +pata_radisys +pata_rdc +pata_rz1000 +pata_sch +pata_serverworks +pata_sil680 +pata_sis +pata_sl82c105 +pata_triflex +pata_via +pc300too +pc87360 +pc87427 +pca9450-regulator +pcap-regulator +pcap_keys +pcap_ts +pcbc +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci +pci-epf-mhi +pci-epf-ntb +pci-epf-vntb +pci-hyperv +pci-hyperv-intf +pci-meson +pci-pf-stub +pci-stub +pci200syn +pcie-apple +pcie-mediatek-gen3 +pcie-qcom-ep +pcie-rockchip-host +pcie-tegra194 +pcips2 +pcl711 +pcl724 +pcl726 +pcl730 +pcl812 +pcl816 +pcl818 +pcm3724 +pcmad +pcmcia_core +pcmcia_rsrc +pcmda12 +pcmmio +pcmuio +pcnet32 +pcrypt +pcs-mtk-lynxi +pcs_xpcs +pcwd_pci +pcwd_usb +pdc_adma +pdr_interface +pds_core +pds_vdpa +peak_pci +peak_pciefd +peak_usb +peci +peci-cpu +peci-cputemp +peci-dimmtemp +pegasus +pegasus_notetaker +penmount +pf8x00-regulator +pfr_telemetry +pfr_update +pfuze100-regulator +phantom +phonet +phram +phy-am654-serdes +phy-armada38x-comphy +phy-bcm-kona-usb2 +phy-berlin-sata +phy-berlin-usb +phy-cadence-salvo +phy-cadence-sierra +phy-cadence-torrent +phy-can-transceiver +phy-cpcap-usb +phy-exynos-usb2 +phy-fsl-imx8-mipi-dphy +phy-fsl-imx8m-pcie +phy-fsl-imx8mq-usb +phy-fsl-imx8qm-lvds-phy +phy-fsl-lynx-28g +phy-generic +phy-gmii-sel +phy-gpio-vbus-usb +phy-hi3660-usb3 +phy-hi3670-pcie +phy-hi3670-usb3 +phy-hi6220-usb +phy-hisi-inno-usb2 +phy-histb-combphy +phy-intel-keembay-emmc +phy-intel-keembay-usb +phy-isp1301 +phy-j721e-wiz +phy-mapphone-mdm6600 +phy-meson-axg-mipi-dphy +phy-meson-g12a-mipi-dphy-analog +phy-meson-g12a-usb2 +phy-meson-g12a-usb3-pcie +phy-meson-gxl-usb2 +phy-meson8b-usb2 +phy-mtk-dp +phy-mtk-hdmi-drv +phy-mtk-mipi-dsi-drv +phy-mtk-pcie +phy-mtk-tphy +phy-mtk-ufs +phy-mtk-xsphy +phy-mvebu-a3700-comphy +phy-mvebu-a3700-utmi +phy-mvebu-cp110-comphy +phy-mvebu-cp110-utmi +phy-ocelot-serdes +phy-omap-usb2 +phy-pxa-28nm-hsic +phy-pxa-28nm-usb2 +phy-qcom-apq8064-sata +phy-qcom-edp +phy-qcom-eusb2-repeater +phy-qcom-ipq4019-usb +phy-qcom-ipq806x-sata +phy-qcom-ipq806x-usb +phy-qcom-pcie2 +phy-qcom-qmp-combo +phy-qcom-qmp-pcie +phy-qcom-qmp-pcie-msm8996 +phy-qcom-qmp-ufs +phy-qcom-qmp-usb +phy-qcom-qusb2 +phy-qcom-sgmii-eth +phy-qcom-snps-eusb2 +phy-qcom-snps-femto-v2 +phy-qcom-usb-hs +phy-qcom-usb-hs-28nm +phy-qcom-usb-hsic +phy-qcom-usb-ss +phy-rcar-gen2 +phy-rcar-gen3-pcie +phy-rcar-gen3-usb2 +phy-rcar-gen3-usb3 +phy-rockchip-dp +phy-rockchip-dphy-rx0 +phy-rockchip-emmc +phy-rockchip-inno-csidphy +phy-rockchip-inno-dsidphy +phy-rockchip-inno-hdmi +phy-rockchip-inno-usb2 +phy-rockchip-naneng-combphy +phy-rockchip-pcie +phy-rockchip-snps-pcie3 +phy-rockchip-typec +phy-rockchip-usb +phy-stm32-usbphyc +phy-sun4i-usb +phy-sun50i-usb3 +phy-sun6i-mipi-dphy +phy-tahvo +phy-tegra-usb +phy-tegra-xusb +phy-tegra194-p2u +phy-tusb1210 +phy-zynqmp +physmap +pi3usb30532 +pi433 +pim4328 +pinctrl-apple-gpio +pinctrl-axp209 +pinctrl-cy8c95x0 +pinctrl-da9062 +pinctrl-imx8ulp +pinctrl-imx93 +pinctrl-ipq5018 +pinctrl-ipq5332 +pinctrl-ipq6018 +pinctrl-ipq8074 +pinctrl-ipq9574 +pinctrl-keembay +pinctrl-lochnagar +pinctrl-lpass-lpi +pinctrl-madera +pinctrl-max77620 +pinctrl-mcp23s08 +pinctrl-mcp23s08_i2c +pinctrl-mcp23s08_spi +pinctrl-mdm9607 +pinctrl-meson-s4 +pinctrl-mlxbf3 +pinctrl-msm8916 +pinctrl-msm8953 +pinctrl-msm8976 +pinctrl-msm8994 +pinctrl-msm8996 +pinctrl-msm8998 +pinctrl-mt6779 +pinctrl-qcm2290 +pinctrl-qcs404 +pinctrl-qdf2xxx +pinctrl-qdu1000 +pinctrl-rk805 +pinctrl-sa8775p +pinctrl-sc7180 +pinctrl-sc7280 +pinctrl-sc7280-lpass-lpi +pinctrl-sc8180x +pinctrl-sc8280xp +pinctrl-sc8280xp-lpass-lpi +pinctrl-sdm660 +pinctrl-sdm670 +pinctrl-sdm845 +pinctrl-sdx75 +pinctrl-sm6115 +pinctrl-sm6125 +pinctrl-sm6350 +pinctrl-sm6375 +pinctrl-sm7150 +pinctrl-sm8150 +pinctrl-sm8250 +pinctrl-sm8250-lpass-lpi +pinctrl-sm8350 +pinctrl-sm8450 +pinctrl-sm8450-lpass-lpi +pinctrl-sm8550 +pinctrl-sm8550-lpass-lpi +pinctrl-spmi-gpio +pinctrl-spmi-mpp +pinctrl-ssbi-gpio +pinctrl-ssbi-mpp +pinctrl-stmfx +pinctrl-zynqmp +pinephone-keyboard +ping +pistachio-internal-dac +pixcir_i2c_ts +pkcs7_test_key +pkcs8_key_parser +pktgen +pl111_drm +pl172 +pl2303 +pl330 +plat-ram +plat_nand +platform_lcd +platform_mhu +platform_profile +plfxlc +pli1209bc +plip +plusb +pluto2 +plx_dma +plx_pci +pm-notifier-error-inject +pm2fb +pm3fb +pm6764tr +pm80xx +pm8916_wdt +pm8941-pwrkey +pm8xxx-vibrator +pmbus +pmbus_core +pmc551 +pmcraid +pmic_glink +pmic_glink_altmode +pms7003 +pn532_uart +pn533 +pn533_i2c +pn533_usb +pn544 +pn544_i2c +pn_pep +poly1305-neon +poly1305_generic +polynomial +polyval-ce +polyval-generic +port100 +powermate +powr1220 +ppa +ppdev +ppp_async +ppp_deflate +ppp_mppe +ppp_synctty +pppoatm +pppoe +pppox +pps-gpio +pps-ldisc +pps_parport +pptp +prestera +prestera_pci +pretimeout_panic +prism2_usb +pru_rproc +pruss +ps2-gpio +ps2mult +psample +pse_regulator +psmouse +psnap +pstore_blk +pstore_zone +psxpad-spi +ptp-qoriq +ptp_clockmatrix +ptp_dfl_tod +ptp_idt82p33 +ptp_ines +ptp_kvm +ptp_ocp +pulse8-cec +pulsedlight-lidar-lite-v2 +pv88060-regulator +pv88080-regulator +pv88090-regulator +pvcalls-front +pvpanic +pvpanic-mmio +pvpanic-pci +pvrusb2 +pwc +pwm-apple +pwm-atmel-hlcdc +pwm-atmel-tcb +pwm-beeper +pwm-berlin +pwm-clk +pwm-cros-ec +pwm-dwc +pwm-fan +pwm-fsl-ftm +pwm-hibvt +pwm-imx-tpm +pwm-imx1 +pwm-imx27 +pwm-iqs620a +pwm-ir-tx +pwm-keembay +pwm-lp3943 +pwm-mediatek +pwm-meson +pwm-mtk-disp +pwm-ntxec +pwm-omap-dmtimer +pwm-pca9685 +pwm-rcar +pwm-regulator +pwm-renesas-tpu +pwm-rockchip +pwm-rz-mtu3 +pwm-sl28cpld +pwm-sprd +pwm-stm32 +pwm-stm32-lp +pwm-sun4i +pwm-tegra +pwm-tiecap +pwm-tiehrpwm +pwm-twl +pwm-twl-led +pwm-vibra +pwm-visconti +pwm-xilinx +pwm_bl +pwr-mlxbf +pwrseq_emmc +pwrseq_sd8787 +pwrseq_simple +pxa168_eth +pxa27x_udc +pxe1610 +pxrc +q54sj108a2 +q6adm +q6afe +q6afe-clocks +q6afe-dai +q6apm-dai +q6apm-lpass-dais +q6asm +q6asm-dai +q6core +q6prm +q6prm-clocks +q6routing +q6sstop-qcs404 +qaic +qat_4xxx +qat_c3xxx +qat_c3xxxvf +qat_c62x +qat_c62xvf +qat_dh895xcc +qat_dh895xccvf +qca8k +qca_7k_common +qcaspi +qcauart +qcaux +qcom-apcs-ipc-mailbox +qcom-camss +qcom-coincell +qcom-cpufreq-hw +qcom-cpufreq-nvmem +qcom-emac +qcom-geni-se +qcom-labibb-regulator +qcom-pm8008 +qcom-pon +qcom-rng +qcom-rpmh-regulator +qcom-spmi-adc-tm5 +qcom-spmi-adc5 +qcom-spmi-iadc +qcom-spmi-pmic +qcom-spmi-rradc +qcom-spmi-temp-alarm +qcom-spmi-vadc +qcom-vadc-common +qcom-wdt +qcom-wled +qcom_aoss +qcom_bam_dmux +qcom_battmgr +qcom_common +qcom_edac +qcom_eud +qcom_geni_serial +qcom_glink +qcom_glink_rpm +qcom_glink_smem +qcom_gsbi +qcom_hwspinlock +qcom_ice +qcom_nandc +qcom_pil_info +qcom_pmi8998_charger +qcom_pmic_tcpm +qcom_q6v5 +qcom_q6v5_adsp +qcom_q6v5_mss +qcom_q6v5_pas +qcom_q6v5_wcss +qcom_rpm +qcom_rpm-regulator +qcom_smbb +qcom_smd +qcom_smd-regulator +qcom_spmi-regulator +qcom_stats +qcom_sysmon +qcom_tsens +qcom_usb_vbus-regulator +qcomsmempart +qcrypto +qcserial +qed +qede +qedf +qedi +qedr +qemu_fw_cfg +qinfo_probe +qla1280 +qla2xxx +qla3xxx +qla4xxx +qlcnic +qlge +qm1d1b0004 +qm1d1c0042 +qmi_helpers +qmi_wwan +qnoc-msm8916 +qnoc-msm8939 +qnoc-msm8974 +qnoc-msm8996 +qnoc-qcm2290 +qnoc-qcs404 +qnoc-qdu1000 +qnoc-sa8775p +qnoc-sc7180 +qnoc-sc7280 +qnoc-sc8180x +qnoc-sc8280xp +qnoc-sdm660 +qnoc-sdm670 +qnoc-sdm845 +qnoc-sdx55 +qnoc-sdx65 +qnoc-sm6350 +qnoc-sm8150 +qnoc-sm8250 +qnoc-sm8350 +qnoc-sm8450 +qnoc-sm8550 +qnx4 +qnx6 +qoriq-cpufreq +qoriq_thermal +qrtr +qrtr-mhi +qrtr-smd +qrtr-tun +qsemi +qt1010 +qt1050 +qt1070 +qt2160 +qtnfmac +qtnfmac_pcie +quatech2 +quota_tree +quota_v1 +quota_v2 +qwiic-joystick +qxl +r592 +r6040 +r8152 +r8153_ecm +r8169 +r8192e_pci +r8192u_usb +r820t +r852 +r8712u +r8723bs +r8a66597-hcd +r8a66597-udc +r8a779f0-ether-serdes +raa215300 +radeon +radeonfb +radio-keene +radio-ma901 +radio-maxiradio +radio-mr800 +radio-platform-si4713 +radio-raremono +radio-shark +radio-si470x-common +radio-si470x-i2c +radio-si470x-usb +radio-si476x +radio-tea5764 +radio-usb-si4713 +radio-wl1273 +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid_class +rainshadow-cec +ramoops +ramp_controller +ravb +rave-sp +rave-sp-backlight +rave-sp-pwrbutton +rave-sp-wdt +raw_diag +raw_gadget +raydium_i2c_ts +rbd +rc-adstech-dvb-t-pci +rc-alink-dtu-m +rc-anysee +rc-apac-viewcomp +rc-astrometa-t2hybrid +rc-asus-pc39 +rc-asus-ps3-100 +rc-ati-tv-wonder-hd-600 +rc-ati-x10 +rc-avermedia +rc-avermedia-a16d +rc-avermedia-cardbus +rc-avermedia-dvbt +rc-avermedia-m135a +rc-avermedia-m733a-rm-k6 +rc-avermedia-rm-ks +rc-avertv-303 +rc-azurewave-ad-tu700 +rc-beelink-gs1 +rc-beelink-mxiii +rc-behold +rc-behold-columbus +rc-budget-ci-old +rc-cinergy +rc-cinergy-1400 +rc-core +rc-ct-90405 +rc-d680-dmb +rc-delock-61959 +rc-dib0700-nec +rc-dib0700-rc5 +rc-digitalnow-tinytwin +rc-digittrade +rc-dm1105-nec +rc-dntv-live-dvb-t +rc-dntv-live-dvbt-pro +rc-dreambox +rc-dtt200u +rc-dvbsky +rc-dvico-mce +rc-dvico-portable +rc-em-terratec +rc-encore-enltv +rc-encore-enltv-fm53 +rc-encore-enltv2 +rc-evga-indtube +rc-eztv +rc-flydvb +rc-flyvideo +rc-fusionhdtv-mce +rc-gadmei-rm008z +rc-geekbox +rc-genius-tvgo-a11mce +rc-gotview7135 +rc-hauppauge +rc-hisi-poplar +rc-hisi-tv-demo +rc-imon-mce +rc-imon-pad +rc-imon-rsc +rc-iodata-bctv7e +rc-it913x-v1 +rc-it913x-v2 +rc-kaiomy +rc-khadas +rc-khamsin +rc-kworld-315u +rc-kworld-pc150u +rc-kworld-plus-tv-analog +rc-leadtek-y04g0051 +rc-lme2510 +rc-loopback +rc-manli +rc-mecool-kii-pro +rc-mecool-kiii-pro +rc-medion-x10 +rc-medion-x10-digitainer +rc-medion-x10-or2x +rc-minix-neo +rc-msi-digivox-ii +rc-msi-digivox-iii +rc-msi-tvanywhere +rc-msi-tvanywhere-plus +rc-nebula +rc-nec-terratec-cinergy-xs +rc-norwood +rc-npgtech +rc-odroid +rc-pctv-sedna +rc-pine64 +rc-pinnacle-color +rc-pinnacle-grey +rc-pinnacle-pctv-hd +rc-pixelview +rc-pixelview-002t +rc-pixelview-mk12 +rc-pixelview-new +rc-powercolor-real-angel +rc-proteus-2309 +rc-purpletv +rc-pv951 +rc-rc6-mce +rc-real-audio-220-32-keys +rc-reddo +rc-snapstream-firefly +rc-streamzap +rc-su3000 +rc-tanix-tx3mini +rc-tanix-tx5max +rc-tbs-nec +rc-technisat-ts35 +rc-technisat-usb2 +rc-terratec-cinergy-c-pci +rc-terratec-cinergy-s2-hd +rc-terratec-cinergy-xs +rc-terratec-slim +rc-terratec-slim-2 +rc-tevii-nec +rc-tivo +rc-total-media-in-hand +rc-total-media-in-hand-02 +rc-trekstor +rc-tt-1500 +rc-twinhan-dtv-cab-ci +rc-twinhan1027 +rc-vega-s9x +rc-videomate-m1f +rc-videomate-s350 +rc-videomate-tv-pvr +rc-videostrong-kii-pro +rc-wetek-hub +rc-wetek-play2 +rc-winfast +rc-winfast-usbii-deluxe +rc-x96max +rc-xbox-360 +rc-xbox-dvd +rc-zx-irdec +rc5t583-regulator +rcar-csi2 +rcar-dmac +rcar-du-drm +rcar-fcp +rcar-isp +rcar-vin +rcar_can +rcar_canfd +rcar_cmm +rcar_drif +rcar_dw_hdmi +rcar_fdp1 +rcar_gen3_thermal +rcar_jpu +rcar_lvds +rcar_mipi_dsi +rcar_rproc +rcar_thermal +rdacm20 +rdacm21 +rdc321x-southbridge +rdma_cm +rdma_rxe +rdma_ucm +rds +rds_rdma +rds_tcp +realtek +realtek-mdio +realtek-smi +reboot-mode +redboot +redrat3 +reed_solomon +regmap-ac97 +regmap-i3c +regmap-sccb +regmap-sdw +regmap-sdw-mbq +regmap-slimbus +regmap-spi-avmm +regmap-spmi +regmap-w1 +regulator-haptic +reiserfs +renesas-nand-controller +renesas-rpc-if +renesas_sdhi_core +renesas_sdhi_internal_dmac +renesas_sdhi_sys_dmac +renesas_usb3 +renesas_usbf +renesas_usbhs +renesas_wdt +repaper +reset-a10sr +reset-hi3660 +reset-meson-audio-arb +reset-qcom-pdc +reset-scmi +reset-ti-sci +reset-ti-syscon +reset-tps380x +resistive-adc-touch +retu-mfd +retu-pwrbutton +retu_wdt +rfc1051 +rfc1201 +rfcomm +rfd77402 +rfd_ftl +rfkill-gpio +rio-scan +rio_cm +rio_mport_cdev +rionet +rivafb +rj54n1cb0c +rk3399_dmc +rk805-pwrkey +rk808-regulator +rk817_charger +rk8xx-core +rk8xx-i2c +rk8xx-spi +rk_crypto +rm3100-core +rm3100-i2c +rm3100-spi +rmd160 +rmi_core +rmi_i2c +rmi_smbus +rmi_spi +rmnet +rmtfs_mem +rn5t618 +rn5t618-adc +rn5t618-regulator +rn5t618_power +rn5t618_wdt +rnbd-client +rnbd-server +rndis_host +rndis_wlan +rockchip +rockchip-dfi +rockchip-isp1 +rockchip-nand-controller +rockchip-rga +rockchip-vdec +rockchip_saradc +rockchip_thermal +rockchipdrm +rocker +rohm-bd71828 +rohm-bd718x7 +rohm-bd9576 +rohm-bu27008 +rohm-bu27034 +rohm-regulator +rohm_bu21023 +romfs +rose +rotary_encoder +rp2 +rpcrdma +rpcsec_gss_krb5 +rpi-panel-attiny-regulator +rpm_master_stats +rpmpd +rpmsg_char +rpmsg_core +rpmsg_ctrl +rpmsg_ns +rpmsg_tty +rpmsg_wwan_ctrl +rpr0521 +rsi_91x +rsi_sdio +rsi_usb +rsmu-i2c +rsmu-spi +rswitch_drv +rt1719 +rt2400pci +rt2500pci +rt2500usb +rt2800lib +rt2800mmio +rt2800pci +rt2800usb +rt2x00lib +rt2x00mmio +rt2x00pci +rt2x00usb +rt4801-regulator +rt4803 +rt4831 +rt4831-backlight +rt4831-regulator +rt5033 +rt5033-regulator +rt5033_battery +rt5033_charger +rt5120 +rt5120-pwrkey +rt5120-regulator +rt5190a-regulator +rt5739 +rt5759-regulator +rt6160-regulator +rt6190-regulator +rt61pci +rt6245-regulator +rt73usb +rt9455_charger +rt9467-charger +rt9471 +rtc-88pm80x +rtc-88pm860x +rtc-ab-b5ze-s3 +rtc-ab-eoz9 +rtc-abx80x +rtc-armada38x +rtc-as3722 +rtc-bd70528 +rtc-bq32k +rtc-bq4802 +rtc-cadence +rtc-cpcap +rtc-cros-ec +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1302 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1685 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-em3027 +rtc-fm3130 +rtc-fsl-ftm-alarm +rtc-ftrtc010 +rtc-goldfish +rtc-hid-sensor-time +rtc-hym8563 +rtc-imx-sc +rtc-imxdi +rtc-isl12022 +rtc-isl12026 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max6916 +rtc-max77686 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-meson-vrtc +rtc-msm6242 +rtc-mt2712 +rtc-mt6397 +rtc-mt7622 +rtc-mxc +rtc-mxc_v2 +rtc-nct3018y +rtc-ntxec +rtc-nxp-bbnsm +rtc-optee +rtc-palmas +rtc-pcap +rtc-pcf2123 +rtc-pcf2127 +rtc-pcf50633 +rtc-pcf85063 +rtc-pcf8523 +rtc-pcf85363 +rtc-pcf8563 +rtc-pcf8583 +rtc-pl030 +rtc-pl031 +rtc-pm8xxx +rtc-r7301 +rtc-r9701 +rtc-rc5t583 +rtc-rc5t619 +rtc-rk808 +rtc-rp5c01 +rtc-rs5c348 +rtc-rs5c372 +rtc-rv3028 +rtc-rv3029c2 +rtc-rv3032 +rtc-rv8803 +rtc-rx4581 +rtc-rx6110 +rtc-rx8010 +rtc-rx8025 +rtc-rx8581 +rtc-s35390a +rtc-s5m +rtc-sc27xx +rtc-sd3078 +rtc-sh +rtc-snvs +rtc-stk17ta8 +rtc-stm32 +rtc-tegra +rtc-ti-k3 +rtc-tps6586x +rtc-tps65910 +rtc-twl +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtc-zynqmp +rtd520 +rti800 +rti802 +rti_wdt +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192ee +rtl8192se +rtl8365mb +rtl8366 +rtl8723-common +rtl8723ae +rtl8723be +rtl8821ae +rtl8xxxu +rtl_pci +rtl_usb +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtlwifi +rtmv20-regulator +rtq2134-regulator +rtq6056 +rtq6752-regulator +rtrs-client +rtrs-core +rtrs-server +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rtw88_8723d +rtw88_8723de +rtw88_8723ds +rtw88_8723du +rtw88_8821c +rtw88_8821ce +rtw88_8821cs +rtw88_8821cu +rtw88_8822b +rtw88_8822be +rtw88_8822bs +rtw88_8822bu +rtw88_8822c +rtw88_8822ce +rtw88_8822cs +rtw88_8822cu +rtw88_core +rtw88_pci +rtw88_sdio +rtw88_usb +rtw89_8851b +rtw89_8851be +rtw89_8852a +rtw89_8852ae +rtw89_8852b +rtw89_8852be +rtw89_8852c +rtw89_8852ce +rtw89_core +rtw89_pci +rvu_af +rvu_cptcommon +rvu_cptpf +rvu_cptvf +rvu_mbox +rvu_nicpf +rvu_nicvf +rx51_battery +rxperf +rxrpc +rz-dmac +rz-mtu3-cnt +rza_wdt +rzg2l-cru +rzg2l-csi2 +rzg2l_adc +rzg2l_mipi_dsi +rzg2l_thermal +rzg2l_wdt +rzn1_wdt +rzv2m_usb3drd +s1d13xxxfb +s2250 +s2255drv +s2io +s2mpa01 +s2mps11 +s3fb +s3fwrn5 +s3fwrn5_i2c +s3fwrn82_uart +s526 +s5c73m3 +s5h1409 +s5h1411 +s5h1420 +s5h1432 +s5k5baf +s5k6a3 +s5m8767 +s626 +s6sy761 +s921 +sa2ul +saa6588 +saa6752hs +saa7110 +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7134-go7007 +saa7146 +saa7146_vv +saa7164 +saa717x +saa7185 +saa7706h +safe_serial +sahara +sample-trace-array +samsung-dsim +samsung-keypad +samsung-sxgbe +samsung_tty +sata_dwc_460ex +sata_inic162x +sata_mv +sata_nv +sata_promise +sata_qstor +sata_rcar +sata_sil +sata_sil24 +sata_sis +sata_svw +sata_sx4 +sata_uli +sata_via +sata_vsc +savagefb +sb1000 +sbp_target +sbrmi +sbs-battery +sbs-charger +sbs-manager +sbsa_gwdt +sbtsi_temp +sc16is7xx +sc2731-regulator +sc2731_charger +sc27xx-poweroff +sc27xx-vibra +sc27xx_adc +sc27xx_fuel_gauge +sc92031 +sc9860-clk +sc9863a-clk +sca3000 +sca3300 +scd30_core +scd30_i2c +scd30_serial +scd4x +sch5627 +sch5636 +sch56xx-common +sch_cake +sch_cbs +sch_choke +sch_codel +sch_drr +sch_etf +sch_ets +sch_fq +sch_fq_codel +sch_fq_pie +sch_gred +sch_hfsc +sch_hhf +sch_htb +sch_ingress +sch_mqprio +sch_mqprio_lib +sch_multiq +sch_netem +sch_pie +sch_plug +sch_prio +sch_qfq +sch_red +sch_sfb +sch_sfq +sch_skbprio +sch_taprio +sch_tbf +sch_teql +sci-clk +sclk-div +scmi-cpufreq +scmi-hwmon +scmi-regulator +scmi_iio +scmi_pm_domain +scmi_power_control +scpi-cpufreq +scpi-hwmon +scpi_pm_domain +scsi_debug +scsi_dh_alua +scsi_dh_emc +scsi_dh_hp_sw +scsi_dh_rdac +scsi_transport_fc +scsi_transport_iscsi +scsi_transport_sas +scsi_transport_spi +scsi_transport_srp +sctp +sctp_diag +sd_adc_modulator +sdhci +sdhci-acpi +sdhci-cadence +sdhci-esdhc-imx +sdhci-milbeaut +sdhci-msm +sdhci-of-arasan +sdhci-of-at91 +sdhci-of-dwcmshc +sdhci-of-esdhc +sdhci-of-sparx5 +sdhci-omap +sdhci-pci +sdhci-pltfm +sdhci-pxav3 +sdhci-sprd +sdhci-tegra +sdhci-xenon-driver +sdhci_am654 +sdhci_f_sdh30 +sdio_uart +sensehat-joystick +sensorhub +serial-tegra +serial_ir +serio_raw +sermouse +serpent_generic +serport +ses +sf-pdma +sfc +sfc-falcon +sfc-siena +sfp +sgi_w1 +sgp30 +sgp40 +sh_eth +sh_mmcif +sh_mobile_lcdcfb +sha1-ce +sha2-ce +sha256-arm64 +sha3-ce +shark2 +shmob-drm +sht15 +sht21 +sht3x +sht4x +shtc1 +si1133 +si1145 +si2157 +si2165 +si2168 +si21xx +si4713 +si476x-core +si7005 +si7020 +sidewinder +sierra +sierra_net +sifive +sii902x +sii9234 +sil-sii8620 +sil164 +silead +simple-bridge +simple-mfd-i2c +simpledrm +simplefb +siox-bus-gpio +siox-core +sis190 +sis5595 +sis900 +sis_i2c +sisfb +sisusbvga +sit +siw +sja1000 +sja1000_isa +sja1000_platform +sja1105 +skfp +skge +sky2 +sky81452 +sky81452-backlight +sky81452-regulator +sl28cpld-hwmon +sl28cpld_wdt +sl28vpd +sl811-hcd +slcan +slg51000-regulator +slic_ds26522 +slicoss +slim-qcom-ctrl +slim-qcom-ngd-ctrl +slimbus +slip +slram +sm2_generic +sm3 +sm3-ce +sm3-neon +sm3_generic +sm4 +sm4-ce +sm4-ce-ccm +sm4-ce-cipher +sm4-ce-gcm +sm4-neon +sm4_generic +sm501 +sm501fb +sm712fb +sm750fb +sm_common +sm_ftl +smartpqi +smb347-charger +smc +smc_diag +smd-rpm +smem +smipcie +smm665 +smp2p +smpro-core +smpro-errmon +smpro-hwmon +smpro-misc +smsc +smsc47b397 +smsc47m1 +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smscufx +smsdvb +smsm +smsmdtv +smssdio +smsusb +snd +snd-ac97-codec +snd-acp-config +snd-ad1889 +snd-ak4113 +snd-ak4114 +snd-ak4xxx-adda +snd-ali5451 +snd-aloop +snd-als300 +snd-atiixp +snd-atiixp-modem +snd-au8810 +snd-au8820 +snd-au8830 +snd-aw2 +snd-azt3328 +snd-bcd2000 +snd-bebob +snd-bt87x +snd-ca0106 +snd-cmipci +snd-compress +snd-cs4281 +snd-cs46xx +snd-cs8427 +snd-ctl-led +snd-ctxfi +snd-darla20 +snd-darla24 +snd-dice +snd-dummy +snd-echo3g +snd-emu10k1 +snd-emu10k1-synth +snd-emu10k1x +snd-emux-synth +snd-ens1370 +snd-ens1371 +snd-es1938 +snd-es1968 +snd-fireface +snd-firewire-digi00x +snd-firewire-lib +snd-firewire-motu +snd-firewire-tascam +snd-fireworks +snd-fm801 +snd-gina20 +snd-gina24 +snd-hda-codec +snd-hda-codec-analog +snd-hda-codec-ca0110 +snd-hda-codec-ca0132 +snd-hda-codec-cirrus +snd-hda-codec-cmedia +snd-hda-codec-conexant +snd-hda-codec-cs8409 +snd-hda-codec-generic +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-core +snd-hda-cs-dsp-ctls +snd-hda-ext-core +snd-hda-intel +snd-hda-scodec-cs35l41 +snd-hda-scodec-cs35l41-i2c +snd-hda-scodec-cs35l41-spi +snd-hda-tegra +snd-hdsp +snd-hdspm +snd-hrtimer +snd-hwdep +snd-i2c +snd-ice1712 +snd-ice1724 +snd-ice17xx-ak4xxx +snd-indigo +snd-indigodj +snd-indigodjx +snd-indigoio +snd-indigoiox +snd-intel-dspcfg +snd-intel-sdw-acpi +snd-intel8x0 +snd-intel8x0m +snd-isight +snd-korg1212 +snd-layla20 +snd-layla24 +snd-lola +snd-lx6464es +snd-maestro3 +snd-mia +snd-mixart +snd-mixer-oss +snd-mona +snd-mpu401 +snd-mpu401-uart +snd-mtpav +snd-mts64 +snd-nm256 +snd-opl3-lib +snd-opl3-synth +snd-oxfw +snd-oxygen +snd-oxygen-lib +snd-pcm +snd-pcm-dmaengine +snd-pcmtest +snd-pcxhr +snd-portman2x4 +snd-pt2258 +snd-q6apm +snd-q6dsp-common +snd-rawmidi +snd-riptide +snd-rme32 +snd-rme96 +snd-rme9652 +snd-seq +snd-seq-device +snd-seq-dummy +snd-seq-midi +snd-seq-midi-emul +snd-seq-midi-event +snd-seq-ump-client +snd-seq-virmidi +snd-serial-generic +snd-serial-u16550 +snd-soc-63xx +snd-soc-ac97 +snd-soc-acp-da7219mx98357-mach +snd-soc-acp-es8336-mach +snd-soc-acp-rt5645-mach +snd-soc-acpi +snd-soc-adau-utils +snd-soc-adau1372 +snd-soc-adau1372-i2c +snd-soc-adau1372-spi +snd-soc-adau1701 +snd-soc-adau1761 +snd-soc-adau1761-i2c +snd-soc-adau1761-spi +snd-soc-adau17x1 +snd-soc-adau7002 +snd-soc-adau7118 +snd-soc-adau7118-hw +snd-soc-adau7118-i2c +snd-soc-adi-axi-i2s +snd-soc-adi-axi-spdif +snd-soc-ak4104 +snd-soc-ak4118 +snd-soc-ak4375 +snd-soc-ak4458 +snd-soc-ak4554 +snd-soc-ak4613 +snd-soc-ak4642 +snd-soc-ak5386 +snd-soc-ak5558 +snd-soc-alc5623 +snd-soc-alc5632 +snd-soc-apple-mca +snd-soc-apq8016-sbc +snd-soc-apq8096 +snd-soc-armada-370-db +snd-soc-audio-graph-card +snd-soc-audio-graph-card2 +snd-soc-audio-graph-card2-custom-sample +snd-soc-aw8738 +snd-soc-aw88395 +snd-soc-aw88395-lib +snd-soc-bd28623 +snd-soc-bt-sco +snd-soc-chv3-codec +snd-soc-core +snd-soc-cpcap +snd-soc-cros-ec-codec +snd-soc-cs35l32 +snd-soc-cs35l33 +snd-soc-cs35l34 +snd-soc-cs35l35 +snd-soc-cs35l36 +snd-soc-cs35l41 +snd-soc-cs35l41-i2c +snd-soc-cs35l41-lib +snd-soc-cs35l41-spi +snd-soc-cs35l45 +snd-soc-cs35l45-i2c +snd-soc-cs35l45-spi +snd-soc-cs35l56 +snd-soc-cs35l56-i2c +snd-soc-cs35l56-sdw +snd-soc-cs35l56-shared +snd-soc-cs35l56-spi +snd-soc-cs4234 +snd-soc-cs4265 +snd-soc-cs4270 +snd-soc-cs4271 +snd-soc-cs4271-i2c +snd-soc-cs4271-spi +snd-soc-cs42l42 +snd-soc-cs42l42-i2c +snd-soc-cs42l42-sdw +snd-soc-cs42l51 +snd-soc-cs42l51-i2c +snd-soc-cs42l52 +snd-soc-cs42l56 +snd-soc-cs42l73 +snd-soc-cs42l83-i2c +snd-soc-cs42xx8 +snd-soc-cs42xx8-i2c +snd-soc-cs43130 +snd-soc-cs4341 +snd-soc-cs4349 +snd-soc-cs53l30 +snd-soc-cx2072x +snd-soc-da7213 +snd-soc-da7219 +snd-soc-davinci-mcasp +snd-soc-dmic +snd-soc-es7134 +snd-soc-es7241 +snd-soc-es8316 +snd-soc-es8326 +snd-soc-es8328 +snd-soc-es8328-i2c +snd-soc-es8328-spi +snd-soc-fsi +snd-soc-fsl-asoc-card +snd-soc-fsl-asrc +snd-soc-fsl-aud2htx +snd-soc-fsl-audmix +snd-soc-fsl-easrc +snd-soc-fsl-esai +snd-soc-fsl-micfil +snd-soc-fsl-mqs +snd-soc-fsl-rpmsg +snd-soc-fsl-sai +snd-soc-fsl-spdif +snd-soc-fsl-ssi +snd-soc-fsl-utils +snd-soc-fsl-xcvr +snd-soc-gtm601 +snd-soc-hda-codec +snd-soc-hdmi-codec +snd-soc-ics43432 +snd-soc-idt821034 +snd-soc-imx-audmix +snd-soc-imx-audmux +snd-soc-imx-card +snd-soc-imx-es8328 +snd-soc-imx-hdmi +snd-soc-imx-rpmsg +snd-soc-imx-sgtl5000 +snd-soc-imx-spdif +snd-soc-inno-rk3036 +snd-soc-j721e-evm +snd-soc-kirkwood +snd-soc-kmb_platform +snd-soc-lochnagar-sc +snd-soc-lpass-apq8016 +snd-soc-lpass-cdc-dma +snd-soc-lpass-cpu +snd-soc-lpass-hdmi +snd-soc-lpass-ipq806x +snd-soc-lpass-macro-common +snd-soc-lpass-platform +snd-soc-lpass-rx-macro +snd-soc-lpass-sc7180 +snd-soc-lpass-sc7280 +snd-soc-lpass-tx-macro +snd-soc-lpass-va-macro +snd-soc-lpass-wsa-macro +snd-soc-max9759 +snd-soc-max98088 +snd-soc-max98090 +snd-soc-max98357a +snd-soc-max98363 +snd-soc-max98373 +snd-soc-max98373-i2c +snd-soc-max98373-sdw +snd-soc-max98388 +snd-soc-max98390 +snd-soc-max98396 +snd-soc-max98504 +snd-soc-max98520 +snd-soc-max9860 +snd-soc-max9867 +snd-soc-max98927 +snd-soc-meson-aiu +snd-soc-meson-axg-fifo +snd-soc-meson-axg-frddr +snd-soc-meson-axg-pdm +snd-soc-meson-axg-sound-card +snd-soc-meson-axg-spdifin +snd-soc-meson-axg-spdifout +snd-soc-meson-axg-tdm-formatter +snd-soc-meson-axg-tdm-interface +snd-soc-meson-axg-tdmin +snd-soc-meson-axg-tdmout +snd-soc-meson-axg-toddr +snd-soc-meson-card-utils +snd-soc-meson-codec-glue +snd-soc-meson-g12a-toacodec +snd-soc-meson-g12a-tohdmitx +snd-soc-meson-gx-sound-card +snd-soc-meson-t9015 +snd-soc-mikroe-proto +snd-soc-msm8916-analog +snd-soc-msm8916-digital +snd-soc-mt6351 +snd-soc-mt6358 +snd-soc-mt6359 +snd-soc-mt6660 +snd-soc-mt6797-afe +snd-soc-mt8183-afe +snd-soc-mt8186-afe +snd-soc-mt8188-afe +snd-soc-mt8192-afe +snd-soc-mt8195-afe +snd-soc-mtk-common +snd-soc-nau8315 +snd-soc-nau8540 +snd-soc-nau8810 +snd-soc-nau8821 +snd-soc-nau8822 +snd-soc-nau8824 +snd-soc-nau8825 +snd-soc-pcm1681 +snd-soc-pcm1789-codec +snd-soc-pcm1789-i2c +snd-soc-pcm179x-codec +snd-soc-pcm179x-i2c +snd-soc-pcm179x-spi +snd-soc-pcm186x +snd-soc-pcm186x-i2c +snd-soc-pcm186x-spi +snd-soc-pcm3060 +snd-soc-pcm3060-i2c +snd-soc-pcm3060-spi +snd-soc-pcm3168a +snd-soc-pcm3168a-i2c +snd-soc-pcm3168a-spi +snd-soc-pcm5102a +snd-soc-pcm512x +snd-soc-pcm512x-i2c +snd-soc-pcm512x-spi +snd-soc-peb2466 +snd-soc-qcom-common +snd-soc-qcom-sdw +snd-soc-rcar +snd-soc-rk3288-hdmi-analog +snd-soc-rk3328 +snd-soc-rk3399-gru-sound +snd-soc-rk817 +snd-soc-rl6231 +snd-soc-rockchip-i2s +snd-soc-rockchip-i2s-tdm +snd-soc-rockchip-max98090 +snd-soc-rockchip-pdm +snd-soc-rockchip-rt5645 +snd-soc-rockchip-spdif +snd-soc-rt1011 +snd-soc-rt1015 +snd-soc-rt1015p +snd-soc-rt1308-sdw +snd-soc-rt1316-sdw +snd-soc-rt1318-sdw +snd-soc-rt5514 +snd-soc-rt5514-spi +snd-soc-rt5616 +snd-soc-rt5631 +snd-soc-rt5640 +snd-soc-rt5645 +snd-soc-rt5659 +snd-soc-rt5663 +snd-soc-rt5677 +snd-soc-rt5677-spi +snd-soc-rt5682 +snd-soc-rt5682-i2c +snd-soc-rt5682-sdw +snd-soc-rt5682s +snd-soc-rt700 +snd-soc-rt711 +snd-soc-rt711-sdca +snd-soc-rt712-sdca +snd-soc-rt712-sdca-dmic +snd-soc-rt715 +snd-soc-rt715-sdca +snd-soc-rt722-sdca +snd-soc-rt9120 +snd-soc-rz-ssi +snd-soc-sc7180 +snd-soc-sc7280 +snd-soc-sc8280xp +snd-soc-sdm845 +snd-soc-sdw-mockup +snd-soc-sgtl5000 +snd-soc-si476x +snd-soc-sigmadsp +snd-soc-sigmadsp-i2c +snd-soc-sigmadsp-regmap +snd-soc-simple-amplifier +snd-soc-simple-card +snd-soc-simple-card-utils +snd-soc-simple-mux +snd-soc-sm8250 +snd-soc-sma1303 +snd-soc-spdif-rx +snd-soc-spdif-tx +snd-soc-sprd-platform +snd-soc-src4xxx +snd-soc-src4xxx-i2c +snd-soc-ssm2305 +snd-soc-ssm2518 +snd-soc-ssm2602 +snd-soc-ssm2602-i2c +snd-soc-ssm2602-spi +snd-soc-ssm3515 +snd-soc-ssm4567 +snd-soc-sta32x +snd-soc-sta350 +snd-soc-sti-sas +snd-soc-stm32-i2s +snd-soc-stm32-sai +snd-soc-stm32-sai-sub +snd-soc-stm32-spdifrx +snd-soc-storm +snd-soc-tas2552 +snd-soc-tas2562 +snd-soc-tas2764 +snd-soc-tas2770 +snd-soc-tas2780 +snd-soc-tas2781-comlib +snd-soc-tas2781-fmwlib +snd-soc-tas2781-i2c +snd-soc-tas5086 +snd-soc-tas571x +snd-soc-tas5720 +snd-soc-tas5805m +snd-soc-tas6424 +snd-soc-tda7419 +snd-soc-tegra-audio-graph-card +snd-soc-tegra-machine +snd-soc-tegra-pcm +snd-soc-tegra-wm8903 +snd-soc-tegra186-asrc +snd-soc-tegra186-dspk +snd-soc-tegra20-ac97 +snd-soc-tegra20-das +snd-soc-tegra20-i2s +snd-soc-tegra20-spdif +snd-soc-tegra210-admaif +snd-soc-tegra210-adx +snd-soc-tegra210-ahub +snd-soc-tegra210-amx +snd-soc-tegra210-dmic +snd-soc-tegra210-i2s +snd-soc-tegra210-mixer +snd-soc-tegra210-mvc +snd-soc-tegra210-ope +snd-soc-tegra210-sfc +snd-soc-tegra30-ahub +snd-soc-tegra30-i2s +snd-soc-test-component +snd-soc-tfa9879 +snd-soc-tfa989x +snd-soc-ti-edma +snd-soc-ti-sdma +snd-soc-ti-udma +snd-soc-tlv320adc3xxx +snd-soc-tlv320adcx140 +snd-soc-tlv320aic23 +snd-soc-tlv320aic23-i2c +snd-soc-tlv320aic23-spi +snd-soc-tlv320aic31xx +snd-soc-tlv320aic32x4 +snd-soc-tlv320aic32x4-i2c +snd-soc-tlv320aic32x4-spi +snd-soc-tlv320aic3x +snd-soc-tlv320aic3x-i2c +snd-soc-tlv320aic3x-spi +snd-soc-tpa6130a2 +snd-soc-ts3a227e +snd-soc-tscs42xx +snd-soc-tscs454 +snd-soc-uda1334 +snd-soc-wcd-mbhc +snd-soc-wcd9335 +snd-soc-wcd934x +snd-soc-wcd938x +snd-soc-wcd938x-sdw +snd-soc-wm-adsp +snd-soc-wm-hubs +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8524 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8731-i2c +snd-soc-wm8731-spi +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8782 +snd-soc-wm8804 +snd-soc-wm8804-i2c +snd-soc-wm8804-spi +snd-soc-wm8903 +snd-soc-wm8904 +snd-soc-wm8940 +snd-soc-wm8960 +snd-soc-wm8961 +snd-soc-wm8962 +snd-soc-wm8974 +snd-soc-wm8978 +snd-soc-wm8985 +snd-soc-wm8994 +snd-soc-wm9712 +snd-soc-wsa881x +snd-soc-wsa883x +snd-soc-wsa884x +snd-soc-xlnx-formatter-pcm +snd-soc-xlnx-i2s +snd-soc-xlnx-spdif +snd-soc-xtfpga-i2s +snd-soc-zl38060 +snd-sof +snd-sof-imx8 +snd-sof-imx8m +snd-sof-imx8ulp +snd-sof-mt8186 +snd-sof-mt8195 +snd-sof-of +snd-sof-utils +snd-sof-xtensa-dsp +snd-sonicvibes +snd-timer +snd-trident +snd-ua101 +snd-ump +snd-usb-6fire +snd-usb-audio +snd-usb-caiaq +snd-usb-hiface +snd-usb-line6 +snd-usb-pod +snd-usb-podhd +snd-usb-toneport +snd-usb-variax +snd-usbmidi-lib +snd-util-mem +snd-via82xx +snd-via82xx-modem +snd-virmidi +snd-virtuoso +snd-vx-lib +snd-vx222 +snd-ymfpci +snd_xen_front +snet_vdpa +snic +snps_udc_core +snps_udc_plat +snvs_pwrkey +soc_button_array +socfpga +socfpga-a10 +socinfo +softdog +softing +solo6x10 +solos-pci +sony-btf-mpx +soundcore +soundwire-amd +soundwire-bus +soundwire-cadence +soundwire-generic-allocation +soundwire-intel +soundwire-qcom +sp2 +sp805_wdt +sp8870 +sp887x +spaceball +spaceorb +sparse-keymap +sparx5-switch +sparx5-temp +spcp8x5 +speakup +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_dectlk +speakup_dummy +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +speedfax +speedtch +spi-altera-core +spi-altera-dfl +spi-altera-platform +spi-amd +spi-amlogic-spifc-a1 +spi-armada-3700 +spi-axi-spi-engine +spi-bitbang +spi-butterfly +spi-cadence +spi-cadence-quadspi +spi-cadence-xspi +spi-dln2 +spi-dw +spi-dw-mmio +spi-dw-pci +spi-fsi +spi-fsl-dspi +spi-fsl-lpspi +spi-fsl-qspi +spi-geni-qcom +spi-gpio +spi-hisi-kunpeng +spi-hisi-sfc-v3xx +spi-imx +spi-lm70llp +spi-loopback-test +spi-meson-spicc +spi-meson-spifc +spi-microchip-core +spi-microchip-core-qspi +spi-mt65xx +spi-mtk-nor +spi-mtk-snfi +spi-mux +spi-mxic +spi-nor +spi-npcm-fiu +spi-npcm-pspi +spi-nxp-fspi +spi-oc-tiny +spi-orion +spi-pci1xxxx +spi-pl022 +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-qcom-qspi +spi-qup +spi-rockchip +spi-rockchip-sfc +spi-rpc-if +spi-rspi +spi-rzv2m-csi +spi-sc18is602 +spi-sh-hspi +spi-sh-msiof +spi-sifive +spi-slave-mt27xx +spi-slave-system-control +spi-slave-time +spi-sn-f-ospi +spi-sprd +spi-sprd-adi +spi-stm32 +spi-stm32-qspi +spi-sun6i +spi-synquacer +spi-tegra114 +spi-tegra20-sflash +spi-tegra20-slink +spi-tegra210-quad +spi-thunderx +spi-tle62x0 +spi-wpcm-fiu +spi-xcomm +spi-xlp +spi-zynqmp-gqspi +spi_ks8995 +spidev +spinand +spl +spmi +spmi-mtk-pmif +spmi-pmic-arb +sprd-dma +sprd-drm +sprd-iommu +sprd-mailbox +sprd-mcdt +sprd-sc27xx-spi +sprd_hwspinlock +sprd_serial +sprd_thermal +sprd_wdt +sps30 +sps30_i2c +sps30_serial +sr9700 +sr9800 +srf04 +srf08 +ssb +ssb-hcd +ssd1307fb +ssd130x +ssd130x-i2c +ssd130x-spi +ssfdc +ssif_bmc +ssp_accel_sensor +ssp_gyro_sensor +ssp_iio +sst25l +sstfb +ssu100 +st +st-mipid02 +st-nci +st-nci_i2c +st-nci_spi +st-vgxy61 +st1232 +st21nfca_hci +st21nfca_i2c +st7586 +st7735r +st95hf +st_accel +st_accel_i2c +st_accel_spi +st_drv +st_gyro +st_gyro_i2c +st_gyro_spi +st_lsm6dsx +st_lsm6dsx_i2c +st_lsm6dsx_i3c +st_lsm6dsx_spi +st_lsm9ds0 +st_lsm9ds0_i2c +st_lsm9ds0_spi +st_magn +st_magn_i2c +st_magn_spi +st_pressure +st_pressure_i2c +st_pressure_spi +st_sensors +st_sensors_i2c +st_sensors_spi +st_thermal +st_thermal_memmap +st_uvis25_core +st_uvis25_i2c +st_uvis25_spi +starfire +stb0899 +stb6000 +stb6100 +ste10Xp +stex +stinger +stk1160 +stk3310 +stk8312 +stk8ba50 +stm-drm +stm32-adc +stm32-adc-core +stm32-booster +stm32-cec +stm32-crc32 +stm32-cryp +stm32-dac +stm32-dac-core +stm32-dcmi +stm32-dfsdm-adc +stm32-dfsdm-core +stm32-dma2d +stm32-fmc2-ebi +stm32-hash +stm32-lptimer +stm32-lptimer-cnt +stm32-lptimer-trigger +stm32-rng +stm32-timer-cnt +stm32-timer-trigger +stm32-timers +stm32-usart +stm32-vrefbuf +stm32_adfsdm +stm32_fmc2_nand +stm32_iwdg +stm32_rproc +stm_console +stm_core +stm_ftrace +stm_heartbeat +stm_p_basic +stm_p_sys-t +stmfts +stmfx +stmmac +stmmac-pci +stmmac-platform +stmpe-adc +stmpe-keypad +stmpe-ts +stowaway +stp +stpddc60 +stpmic1 +stpmic1_onkey +stpmic1_regulator +stpmic1_wdt +stratix10-rsu +stratix10-soc +stratix10-svc +streamzap +streebog_generic +stts751 +stusb160x +stv0288 +stv0297 +stv0299 +stv0367 +stv0900 +stv090x +stv0910 +stv6110 +stv6110x +stv6111 +sun4i-csi +sun4i-drm +sun4i-gpadc +sun4i-ss +sun4i-tcon +sun4i_tv +sun50i-codec-analog +sun50i-cpufreq-nvmem +sun50i-dmic +sun6i-csi +sun6i-dma +sun6i-isp +sun6i-mipi-csi2 +sun6i-rtc-ccu +sun6i_drc +sun6i_hwspinlock +sun6i_mipi_dsi +sun8i-a33-mbus +sun8i-a83t-mipi-csi2 +sun8i-adda-pr-regmap +sun8i-ce +sun8i-codec +sun8i-codec-analog +sun8i-di +sun8i-drm-hdmi +sun8i-mixer +sun8i-rotate +sun8i-ss +sun8i_tcon_top +sun8i_thermal +sundance +sungem +sungem_phy +sunhme +suni +sunkbd +sunrise_co2 +sunrpc +sunxi +sunxi-cedrus +sunxi-cir +sunxi-mmc +sunxi-rsb +sunxi_wdt +sur40 +surface3_spi +surface_acpi_notify +surface_aggregator +surface_aggregator_cdev +surface_aggregator_hub +surface_aggregator_registry +surface_aggregator_tabletsw +surface_battery +surface_charger +surface_dtx +surface_gpe +surface_hid +surface_hid_core +surface_hotplug +surface_kbd +surface_platform_profile +svc-i3c-master +svgalib +switchtec +sx8654 +sx9310 +sx9324 +sx9360 +sx9500 +sx_common +sy7636a-hwmon +sy7636a-regulator +sy8106a-regulator +sy8824x +sy8827n +sym53c8xx +symbolserial +synaptics_i2c +synaptics_usb +synclink_gt +synopsys_edac +syscon-reboot-mode +sysv +t5403 +tag_ar9331 +tag_brcm +tag_dsa +tag_gswip +tag_hellcreek +tag_ksz +tag_lan9303 +tag_mtk +tag_none +tag_ocelot +tag_ocelot_8021q +tag_qca +tag_rtl4_a +tag_rtl8_4 +tag_rzn1_a5psw +tag_sja1105 +tag_trailer +tag_xrs700x +tap +target_core_file +target_core_iblock +target_core_mod +target_core_pscsi +target_core_user +tc-dwc-g210 +tc-dwc-g210-pci +tc-dwc-g210-pltfrm +tc358743 +tc358746 +tc358762 +tc358764 +tc358767 +tc358768 +tc358775 +tc3589x-keypad +tc654 +tc74 +tc90522 +tca6416-keypad +tca8418_keypad +tcan4x5x +tcm_fc +tcm_loop +tcm_qla2xxx +tcm_remote +tcm_usb_gadget +tcp_bbr +tcp_bic +tcp_cdg +tcp_dctcp +tcp_diag +tcp_highspeed +tcp_htcp +tcp_hybla +tcp_illinois +tcp_lp +tcp_nv +tcp_scalable +tcp_vegas +tcp_veno +tcp_westwood +tcp_yeah +tcpci +tcpci_maxim +tcpci_mt6360 +tcpci_mt6370 +tcpci_rt1711h +tcpm +tcrypt +tcs3414 +tcs3472 +tcsrcc-sm8550 +tda10021 +tda10023 +tda10048 +tda1004x +tda10071 +tda10086 +tda18212 +tda18218 +tda18250 +tda18271 +tda18271c2dd +tda1997x +tda38640 +tda665x +tda7432 +tda8083 +tda8261 +tda826x +tda827x +tda8290 +tda9840 +tda9887 +tda9950 +tda998x +tdfxfb +tdo24m +tea575x +tea5761 +tea5767 +tea6415c +tea6420 +team +team_mode_activebackup +team_mode_broadcast +team_mode_loadbalance +team_mode_random +team_mode_roundrobin +tee +tef6862 +tegra-aconnect +tegra-bpmp-thermal +tegra-drm +tegra-gmi +tegra-kbc +tegra-vde +tegra-video +tegra-xudc +tegra186-cpufreq +tegra186-gpc-dma +tegra194-cpufreq +tegra210-adma +tegra210-emc +tegra30-devfreq +tegra_cec +tegra_nand +tegra_wdt +tehuti +teranetics +test_blackhole_dev +test_bpf +test_power +tg3 +thc63lvd1024 +thermal-generic-adc +thermal_mmio +thmc50 +ths7303 +ths8200 +thunder_bgx +thunder_xcv +thunderbolt +thunderbolt_net +thunderx-mmc +thunderx2_pmu +thunderx_edac +thunderx_zip +ti-adc081c +ti-adc0832 +ti-adc084s021 +ti-adc108s102 +ti-adc12138 +ti-adc128s052 +ti-adc161s626 +ti-ads1015 +ti-ads1100 +ti-ads124s08 +ti-ads131e08 +ti-ads7924 +ti-ads7950 +ti-ads8344 +ti-ads8688 +ti-am65-cpsw-nuss +ti-cal +ti-dac082s085 +ti-dac5571 +ti-dac7311 +ti-dac7612 +ti-dlpc3433 +ti-ecap-capture +ti-j721e-ufs +ti-lmp92064 +ti-lmu +ti-sn65dsi83 +ti-sn65dsi86 +ti-tfp410 +ti-tlc4541 +ti-tpd12s015 +ti-tsc2046 +ti_am335x_adc +ti_am335x_tsc +ti_am335x_tscadc +ti_k3_dsp_remoteproc +ti_k3_r5_remoteproc +ti_sci_pm_domains +ti_usb_3410_5052 +tidss +tifm_7xx1 +tifm_core +tifm_ms +tifm_sd +timeriomem-rng +tipc +tlan +tls +tlv320aic23b +tm2-touchkey +tmag5273 +tmdc +tmio_mmc_core +tmp006 +tmp007 +tmp102 +tmp103 +tmp108 +tmp117 +tmp401 +tmp421 +tmp464 +tmp513 +toshsd +touchit213 +touchright +touchwin +tpci200 +tpl0102 +tpm_atmel +tpm_ftpm_tee +tpm_i2c_atmel +tpm_i2c_infineon +tpm_i2c_nuvoton +tpm_infineon +tpm_st33zp24 +tpm_st33zp24_i2c +tpm_st33zp24_spi +tpm_tis_i2c +tpm_tis_i2c_cr50 +tpm_tis_spi +tpm_tis_synquacer +tpm_vtpm_proxy +tps23861 +tps40422 +tps51632-regulator +tps53679 +tps546d24 +tps6105x +tps6105x-regulator +tps62360-regulator +tps6286x-regulator +tps6287x-regulator +tps65010 +tps65023-regulator +tps6507x +tps6507x-regulator +tps6507x-ts +tps65086 +tps65086-regulator +tps65090-charger +tps65090-regulator +tps65132-regulator +tps65217 +tps65217-regulator +tps65217_bl +tps65217_charger +tps65218 +tps65218-pwrbutton +tps65218-regulator +tps65219 +tps65219-pwrbutton +tps65219-regulator +tps6524x-regulator +tps6586x-regulator +tps65910-regulator +tps65912-regulator +tps6594-core +tps6594-esm +tps6594-i2c +tps6594-pfsm +tps6594-regulator +tps6594-spi +tps6598x +tqmx86 +trace-printk +trancevibrator +trf7970a +tridentfb +ts2020 +ts_bm +ts_fsm +ts_kmp +tsc2004 +tsc2005 +tsc2007 +tsc200x-core +tsc40 +tsi721_mport +tsl2550 +tsl2563 +tsl2583 +tsl2591 +tsl2772 +tsl4531 +tsnep +tsys01 +tsys02d +ttm +ttpci-eeprom +ttusb_dec +ttusbdecfe +ttusbir +ttynull +tua6100 +tua9001 +tulip +tuner +tuner-simple +tuner-types +tunnel4 +tunnel6 +turbografx +turingcc-qcs404 +turris-mox-rwtm +tvaudio +tveeprom +tvp514x +tvp5150 +tvp7002 +tw2804 +tw5864 +tw68 +tw686x +tw9903 +tw9906 +tw9910 +twidjoy +twl-regulator +twl4030-madc +twl4030-pwrbutton +twl4030-vibra +twl4030_charger +twl4030_keypad +twl4030_madc_battery +twl4030_wdt +twl6030-gpadc +twl6030-regulator +twl6040-vibra +twofish_common +twofish_generic +txgbe +typec +typec_displayport +typec_nvidia +typec_ucsi +typhoon +uPD60620 +u_audio +u_ether +u_serial +uacce +uartlite +uas +ubi +ubifs +ublk_drv +ubuntu-host +ucan +ucc_uart +ucd9000 +ucd9200 +ucs1002_power +ucsi_acpi +ucsi_ccg +ucsi_glink +ucsi_stm32g0 +uda1342 +udc-core +udc-xilinx +udf +udl +udlfb +udp_diag +udp_tunnel +ueagle-atm +ufs +ufs-hisi +ufs-mediatek +ufs-qcom +ufs-renesas +ufs-sprd +ufshcd-core +ufshcd-dwc +ufshcd-pci +ufshcd-pltfrm +ug3105_battery +uhid +uio +uio_aec +uio_cif +uio_dfl +uio_dmem_genirq +uio_hv_generic +uio_mf624 +uio_netx +uio_pci_generic +uio_pdrv_genirq +uio_pruss +uio_sercos3 +uleds +uli526x +ulpi +ums-alauda +ums-cypress +ums-datafab +ums-eneub6250 +ums-freecom +ums-isd200 +ums-jumpshot +ums-karma +ums-onetouch +ums-realtek +ums-sddr09 +ums-sddr55 +ums-usbat +ums512-clk +unix_diag +upd64031a +upd64083 +upd78f0730 +us5182d +usb-conn-gpio +usb-dmac +usb-serial-simple +usb-storage +usb251xb +usb3503 +usb4604 +usb8xxx +usb_8dev +usb_debug +usb_f_acm +usb_f_ecm +usb_f_ecm_subset +usb_f_eem +usb_f_fs +usb_f_hid +usb_f_mass_storage +usb_f_midi +usb_f_ncm +usb_f_obex +usb_f_phonet +usb_f_printer +usb_f_rndis +usb_f_serial +usb_f_ss_lb +usb_f_tcm +usb_f_uac1 +usb_f_uac1_legacy +usb_f_uac2 +usb_f_uvc +usb_wwan +usbatm +usbdux +usbduxfast +usbduxsigma +usbhid +usbip-core +usbip-host +usbip-vudc +usbkbd +usblcd +usblp +usbmisc_imx +usbmon +usbmouse +usbnet +usbserial +usbsevseg +usbtest +usbtmc +usbtouchscreen +usbtv +usdhi6rol0 +userio +userspace-consumer +ushc +uss720 +uvc +uvcvideo +uvesafb +v4l2-async +v4l2-dv-timings +v4l2-flash-led-class +v4l2-fwnode +v4l2-h264 +v4l2-jpeg +v4l2-mem2mem +v4l2-tpg +v4l2-vp9 +vcan +vcnl3020 +vcnl4000 +vcnl4035 +vcpu_stall_detector +vctrl-regulator +vdpa +vdpa_sim +vdpa_sim_blk +vdpa_sim_net +vduse +veml6030 +veml6070 +venus-core +venus-dec +venus-enc +versal-fpga +ves1820 +ves1x93 +veth +vexpress-hwmon +vexpress-regulator +vf610_adc +vf610_dac +vfio +vfio-amba +vfio-cdx +vfio-fsl-mc +vfio-pci +vfio-pci-core +vfio-platform +vfio-platform-amdxgbe +vfio-platform-base +vfio-platform-calxedaxgmac +vfio_iommu_type1 +vgastate +vgem +vgg2432a4 +vhci-hcd +vhost +vhost_iotlb +vhost_net +vhost_scsi +vhost_vdpa +vhost_vsock +via-rhine +via-sdmmc +via-velocity +via686a +vicodec +video +video-i2c +video-mux +videobuf-core +videobuf-dma-sg +videobuf2-common +videobuf2-dma-contig +videobuf2-dma-sg +videobuf2-dvb +videobuf2-memops +videobuf2-v4l2 +videobuf2-vmalloc +videocc-sc7180 +videocc-sc7280 +videocc-sdm845 +videocc-sm8150 +videocc-sm8250 +videocc-sm8350 +videocc-sm8450 +videocc-sm8550 +videodev +vim2m +vimc +viperboard +viperboard_adc +virt_wifi +virtio-gpu +virtio-rng +virtio_bt +virtio_crypto +virtio_dma_buf +virtio_input +virtio_mem +virtio_pmem +virtio_rpmsg_bus +virtio_snd +virtio_vdpa +virtiofs +virtual +virtual_ncidev +visconti_wdt +visl +visor +vitesse +vitesse-vsc73xx-core +vitesse-vsc73xx-platform +vitesse-vsc73xx-spi +vivid +vkms +vl53l0x-i2c +vl6180 +vmac +vme_fake +vme_tsi148 +vme_user +vmgenid +vmk80xx +vmw_vmci +vmw_vsock_virtio_transport +vmw_vsock_virtio_transport_common +vmw_vsock_vmci_transport +vmwgfx +vp27smpx +vp_vdpa +vport-geneve +vport-gre +vport-vxlan +vpx3220 +vqmmc-ipq4019-regulator +vrf +vringh +vsock +vsock_diag +vsock_loopback +vsockmon +vsp1 +vsxxxaa +vt1211 +vt6655_stage +vt6656_stage +vt8231 +vt8623fb +vub300 +vx855 +vxcan +vxlan +vz89x +w1-gpio +w1_ds2405 +w1_ds2406 +w1_ds2408 +w1_ds2413 +w1_ds2423 +w1_ds2430 +w1_ds2431 +w1_ds2433 +w1_ds2438 +w1_ds250x +w1_ds2780 +w1_ds2781 +w1_ds2805 +w1_ds28e04 +w1_ds28e17 +w1_smem +w1_therm +w5100 +w5100-spi +w5300 +w6692 +w83627ehf +w83627hf +w83773g +w83781d +w83791d +w83792d +w83793 +w83795 +w83l785ts +w83l786ng +wacom +wacom_i2c +wacom_serial4 +wacom_w8001 +walkera0701 +wanxl +warrior +wcd934x +wcn36xx +wcnss_ctrl +wd719x +wdat_wdt +wdt87xx_i2c +wdt_pci +wfx +whiteheat +wil6210 +wilc1000 +wilc1000-sdio +wilc1000-spi +winbond-840 +wire +wireguard +wishbone-serial +wl1251 +wl1251_sdio +wl1251_spi +wl1273-core +wl12xx +wl18xx +wlcore +wlcore_sdio +wlcore_spi +wm831x-dcdc +wm831x-hwmon +wm831x-isink +wm831x-ldo +wm831x-on +wm831x-ts +wm831x_backup +wm831x_bl +wm831x_power +wm831x_wdt +wm8350-hwmon +wm8350-regulator +wm8350_power +wm8350_wdt +wm8400-regulator +wm8739 +wm8775 +wm8994 +wm8994-regulator +wm97xx-ts +wp512 +wpcm450-soc +wusb3801 +wwan +wwan_hwsim +x25 +x9250 +x_tables +xbox_remote +xc2028 +xc4000 +xc5000 +xcbc +xctr +xdma +xdpe12284 +xdpe152c4 +xen-blkback +xen-evtchn +xen-fbfront +xen-front-pgdir-shbuf +xen-gntalloc +xen-gntdev +xen-hcd +xen-kbdfront +xen-netback +xen-pciback +xen-privcmd +xen-scsiback +xen-scsifront +xen-tpmfront +xen_wdt +xenfs +xfrm4_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_interface +xfrm_ipcomp +xfrm_user +xfs +xgene-dma +xgene-enet +xgene-enet-v2 +xgene-hwmon +xgene-rng +xgene_edac +xhci-histb +xhci-mtk-hcd +xhci-pci +xhci-pci-renesas +xhci-plat-hcd +xhci-rcar-hcd +xhci-tegra +xilinx-ams +xilinx-csi2rxss +xilinx-pr-decoupler +xilinx-spi +xilinx-tpg +xilinx-video +xilinx-vtc +xilinx-xadc +xilinx_can +xilinx_dma +xilinx_dpdma +xilinx_emac +xilinx_emaclite +xilinx_gmii2rgmii +xilinx_sdfec +xilinx_uartps +xilinx_wwdt +xilinxfb +xillybus_class +xillybus_core +xillybus_of +xillybus_pcie +xillyusb +xiphera-trng +xircom_cb +xlnx_r5_remoteproc +xlnx_vcu +xor +xor-neon +xpad +xr_serial +xrs700x +xrs700x_i2c +xrs700x_mdio +xsens_mt +xsk_diag +xt_AUDIT +xt_CHECKSUM +xt_CLASSIFY +xt_CONNSECMARK +xt_CT +xt_DSCP +xt_HL +xt_HMARK +xt_IDLETIMER +xt_LED +xt_LOG +xt_MASQUERADE +xt_NETMAP +xt_NFLOG +xt_NFQUEUE +xt_RATEEST +xt_REDIRECT +xt_SECMARK +xt_TCPMSS +xt_TCPOPTSTRIP +xt_TEE +xt_TPROXY +xt_TRACE +xt_addrtype +xt_bpf +xt_cgroup +xt_cluster +xt_comment +xt_connbytes +xt_connlabel +xt_connlimit +xt_connmark +xt_conntrack +xt_cpu +xt_dccp +xt_devgroup +xt_dscp +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_ipcomp +xt_iprange +xt_ipvs +xt_l2tp +xt_length +xt_limit +xt_mac +xt_mark +xt_multiport +xt_nat +xt_nfacct +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_realm +xt_recent +xt_sctp +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_tcpudp +xt_time +xt_u32 +xtkbd +xusbatm +xxhash_generic +xz_dec_test +yam +yamaha-yas530 +yealink +yellowfin +yenta_socket +yurex +z3fold +zaurus +zd1201 +zd1211rw +zd1301 +zd1301_demod +zet6223 +zforce_ts +zfs +zhenhua +ziirave_wdt +zinitix +zl10036 +zl10039 +zl10353 +zl6100 +zonefs +zopt2201 +zpa2326 +zpa2326_i2c +zpa2326_spi +zram +zstd +zynqmp-aes-gcm +zynqmp-dpsub +zynqmp-fpga +zynqmp-sha +zynqmp_dma +zynqmp_edac --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.master/abi/arm64/generic-64k.modules.builtin +++ linux-lowlatency-hwe-6.5-6.5.0/debian.master/abi/arm64/generic-64k.modules.builtin @@ -0,0 +1,536 @@ +8250 +8250_base +8250_dw +8250_fsl +8250_mtk +8250_of +8250_omap +8250_pci +8250_rt288x +8250_tegra +ac +acpi_mdio +aead +aes_generic +af_packet +ahci_imx +akcipher +amba-pl011 +arm-cci +arm-cci +arm-ccn +arm_smmu +arm_smmu_v3 +armada_thermal +armmmci +as3722 +asiliantfb +asn1_decoder +asn1_encoder +atkbd +axg +axg-aoclk +backlight +battery +bcm84881 +binfmt_script +brcmstb_gisb +bsg +button +cbc +cdrom +cfbcopyarea +cfbfillrect +cfbimgblt +charger-manager +clk-apmixed +clk-cpu-dyndiv +clk-cpumux +clk-dualdiv +clk-gate +clk-imx-lpcg-scu +clk-imx-scu +clk-imx8mm +clk-imx8mn +clk-imx8mp +clk-imx8mp-audiomix +clk-imx8mq +clk-ma35d1 +clk-mpll +clk-mt2712 +clk-mt2712-apmixedsys +clk-mt2712-bdp +clk-mt2712-img +clk-mt2712-jpgdec +clk-mt2712-mfg +clk-mt2712-mm +clk-mt2712-vdec +clk-mt2712-venc +clk-mt6765 +clk-mt6765-audio +clk-mt6765-cam +clk-mt6765-img +clk-mt6765-mipi0a +clk-mt6765-mm +clk-mt6765-vcodec +clk-mt6779 +clk-mt6779-aud +clk-mt6779-cam +clk-mt6779-img +clk-mt6779-ipe +clk-mt6779-mfg +clk-mt6779-mm +clk-mt6779-vdec +clk-mt6779-venc +clk-mt6797 +clk-mt6797-img +clk-mt6797-mm +clk-mt6797-vdec +clk-mt6797-venc +clk-mt7622 +clk-mt7622-apmixedsys +clk-mt7622-aud +clk-mt7622-eth +clk-mt7622-hif +clk-mt7622-infracfg +clk-mt7981-apmixed +clk-mt7981-infracfg +clk-mt7981-topckgen +clk-mt7986-apmixed +clk-mt7986-eth +clk-mt7986-infracfg +clk-mt7986-topckgen +clk-mt8167 +clk-mt8167-apmixedsys +clk-mt8167-aud +clk-mt8167-img +clk-mt8167-mfgcfg +clk-mt8167-mm +clk-mt8167-vdec +clk-mt8173-apmixedsys +clk-mt8173-infracfg +clk-mt8173-mm +clk-mt8173-pericfg +clk-mt8173-topckgen +clk-mt8183 +clk-mt8183-apmixedsys +clk-mt8183-audio +clk-mt8183-cam +clk-mt8183-img +clk-mt8183-ipu0 +clk-mt8183-ipu1 +clk-mt8183-ipu_adl +clk-mt8183-ipu_conn +clk-mt8183-mfgcfg +clk-mt8183-mm +clk-mt8183-vdec +clk-mt8183-venc +clk-mt8186-apmixedsys +clk-mt8186-infra_ao +clk-mt8186-topckgen +clk-mt8192 +clk-mt8192-apmixedsys +clk-mt8192-aud +clk-mt8192-cam +clk-mt8192-img +clk-mt8192-imp_iic_wrap +clk-mt8192-ipe +clk-mt8192-mdp +clk-mt8192-mfg +clk-mt8192-mm +clk-mt8192-msdc +clk-mt8192-scp_adsp +clk-mt8192-vdec +clk-mt8192-venc +clk-mt8195-apmixedsys +clk-mt8195-infra_ao +clk-mt8195-peri_ao +clk-mt8195-topckgen +clk-mt8516 +clk-mt8516-apmixedsys +clk-mt8516-aud +clk-mtk +clk-mux +clk-pll +clk-pll +clk-regmap +clk-scmi +clk-vexpress-osc +cmd-db +cn +configfs +cpufreq-dt +cpufreq-dt-platdev +cpufreq_conservative +cpufreq_ondemand +cpufreq_performance +cpufreq_powersave +cpufreq_userspace +crc-ccitt +crc-t10dif +crc16 +crc32 +crc32c_generic +crc64 +crc64-rocksoft +crc64_rocksoft_generic +crc8 +crct10dif_common +crct10dif_generic +crypto +crypto_acompress +crypto_algapi +crypto_hash +crypto_null +cryptomgr +ctr +cts +da9063 +davinci_mdio +dax +deflate +dh_generic +digsig +dm-mod +dns_resolver +drbg +drm_mipi_dsi +drm_panel_orientation_quirks +drop_monitor +dwc2 +ecb +ecryptfs +edac_core +efivarfs +ehci-hcd +ehci-orion +ehci-pci +encrypted-keys +evdev +exportfs +ext4 +extcon-core +failover +fan +fat +fb +fb_sys_fops +fddi +fec +firmware_class +fixed_phy +font +fsl_dpaa_fman +fsl_dpaa_fman_port +fsl_dpaa_mac +fuse +fwnode_mdio +g12a +g12a-aoclk +gcm +geniv +gf128mul +ghash-generic +ghes_edac +glob +governor_passive +governor_performance +governor_powersave +governor_simpleondemand +governor_userspace +gpio-davinci +gpio-generic +gpio-mxc +gpio-pl061 +gpio-tegra +gpio-tegra186 +gpio-xilinx +grant-dma-ops +gxbb +gxbb-aoclk +hed +hid_bpf +hmac +hwmon +i2c-core +i2c-designware-core +i2c-designware-platform +i2c-dev +i2c-omap +i2c-sprd +imsttfb +imx +imx-scu +imx-weim +imx8m-blk-ctrl +imx8mp-blk-ctrl +imx93-blk-ctrl +input-core +interconnect_qcom +iova +ipv6 +irq-meson-gpio +irq-mvebu-pic +irqbypass +jbd2 +jitterentropy_rng +k3-psil-lib +k3-ringacc +k3-udma +k3-udma-glue +kdf_sp800108 +kgdboc +kpp +kvm +led-class +libaes +libahci +libahci_platform +libata +libcryptoutils +libnvdimm +libphy +libps2 +libsha1 +libsha256 +linear_ranges +loop +lz4_decompress +lzo +lzo-rle +lzo_compress +lzo_decompress +max14577 +max310x +max77686 +max77693 +mbcache +md-mod +md5 +mdio-bitbang +mdio_devres +meson-aoclk +meson-clk-measure +meson-ee-pwrc +meson-eeclk +meson-gx-pwrc-vpu +meson_uart +mfd-core +mii +mmc_block +mmc_core +mousedev +mpi +mq-deadline +msm_serial +mtk-eint +mtk-regulator-coupler +mx3fb +mxc-clk +n_null +net_failover +nls_base +nls_cp437 +npcm_wdt +nvmem_zynqmp_nvmem +odroid-go-ultra-poweroff +of_mdio +ohci-hcd +ohci-pci +oid_registry +omap-gpmc +owl-uart +palmas +pci-aardvark +pci-host-common +pci-host-generic +pcie-altera +pcie-altera-msi +pcie-kirin +pcie-mediatek +pcs-lynx +phy-meson-axg-mipi-pcie-analog +phy-meson-axg-pcie +phy-mxs-usb +phy-xgene +phylink +pinctrl-as3722 +pinctrl-imx +pinctrl-imx8dxl +pinctrl-imx8mm +pinctrl-imx8mn +pinctrl-imx8mp +pinctrl-imx8mq +pinctrl-imx8qm +pinctrl-imx8qxp +pinctrl-meson +pinctrl-meson-a1 +pinctrl-meson-axg +pinctrl-meson-axg-pmx +pinctrl-meson-g12a +pinctrl-meson-gxbb +pinctrl-meson-gxl +pinctrl-meson8-pmx +pinctrl-microchip-sgpio +pinctrl-msm +pinctrl-mt6765 +pinctrl-mtk-common-v2 +pinctrl-ocelot +pinctrl-palmas +pinctrl-paris +pinctrl-rockchip +pinctrl-s32g2 +pinctrl-scu +pinctrl-single +pinctrl-sprd +pinctrl-sprd-sc9860 +pkcs7_message +ppp_generic +pps_core +pretimeout_noop +processor +pstore +ptp +public_key +pwc-rzv2m +qcom-ipcc +qcom-pdc +qcom-scm +qcom_rpmh +rapidio +rational +rcar-usb2-clock-sel +regmap-i2c +regmap-mmio +regmap-spi +reset +reset-berlin +reset-imx7 +reset-meson +reset-qcom-aoss +reset-rzg2l-usbphy-ctrl +rfkill +rng +rng-core +roles +rpmhpd +rsa_generic +rtc-efi +rtc-mv +rtc-xgene +rz-mtu3 +sccnxp +scmi-core +scmi-module +scsi_common +scsi_mod +scu-pd +sd_mod +sec-core +sec-irq +selftests +seqiv +serdev +serial_base +serial_mctrl_gpio +serio +sg +sh-sci +sha1_generic +sha256_generic +sha3_generic +sha512-arm64 +sha512-ce +sha512_generic +sig +skcipher +slhc +smc91x +soc-imx8m +spi-fsl-lib +spi-fsl-spi +spi-omap2-mcspi +spm +squashfs +sr_mod +sun20i-ppu +sun50i-a100-ccu +sun50i-a100-r-ccu +sun50i-a64-ccu +sun50i-h6-ccu +sun50i-h6-r-ccu +sun50i-h616-ccu +sun6i-msgbox +sun8i-de2-ccu +sun8i-h3-ccu +sun8i-r-ccu +sunxi-ccu +syscon-clk +syscopyarea +sysfillrect +sysimgblt +t10-pi +tcp_cubic +tegra-tcu +tegra20-apb-dma +tegra20-cpufreq +thermal +ti-cpufreq +ti-msgmgr +ti-opp-supply +ti_sci +tpm +tpm_crb +tpm_tis +tpm_tis_core +tps65912-core +tps65912-i2c +tps65912-spi +trusted +ttyprintk +tun +ucs2_string +uhci-hcd +uinput +unix +usb-common +usbcore +utf8data +vexpress-config +vexpress-sysreg +vfat +vid-pll-div +virt-dma +virtio +virtio-iommu +virtio_balloon +virtio_blk +virtio_console +virtio_mmio +virtio_net +virtio_pci +virtio_pci_legacy_dev +virtio_pci_modern_dev +virtio_ring +virtio_scsi +vivaldi-fmap +watchdog +wwnr +x509_key_parser +xen-blkfront +xen-netfront +xenbus +xenbus_probe_frontend +xgmac_mdio +xhci-hcd +xts +xxhash +xz_dec +zbud +zlib_deflate +zlib_inflate +zsmalloc +zstd_common +zstd_compress +zstd_decompress +zynqmp-ipi-mailbox --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.master/abi/arm64/generic-64k.retpoline +++ linux-lowlatency-hwe-6.5-6.5.0/debian.master/abi/arm64/generic-64k.retpoline @@ -0,0 +1 @@ +# RETPOLINE NOT ENABLED --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.master/abi/arm64/generic.compiler +++ linux-lowlatency-hwe-6.5-6.5.0/debian.master/abi/arm64/generic.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 13.2.0-4ubuntu3) 13.2.0 --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.master/abi/arm64/generic.modules +++ linux-lowlatency-hwe-6.5-6.5.0/debian.master/abi/arm64/generic.modules @@ -0,0 +1,7563 @@ +3c59x +3w-9xxx +3w-sas +3w-xxxx +6lowpan +6pack +8021q +8139cp +8139too +8250_dfl +8250_exar +8250_men_mcb +8250_pci1xxxx +8250_pericom +8255 +8255_pci +8390 +842 +842_compress +842_decompress +88pg86x +88pm800 +88pm800-regulator +88pm805 +88pm80x +88pm80x_onkey +88pm8607 +88pm860x-ts +88pm860x_battery +88pm860x_bl +88pm860x_charger +88pm860x_onkey +9p +9pnet +9pnet_fd +9pnet_rdma +9pnet_virtio +9pnet_xen +BusLogic +a1-peripherals +a1-pll +a100u2w +a3d +a53-pll +a7-pll +a8293 +aacraid +aat2870-regulator +aat2870_bl +abp060mg +ac97_bus +acard-ahci +acbel-fsg032 +acecad +acenic +acp_audio_dma +acpi-als +acpi_configfs +acpi_ipmi +acpi_power_meter +acpi_tad +acpiphp_ibm +act8865-regulator +act8945a +act8945a-regulator +act8945a_charger +act_bpf +act_connmark +act_csum +act_ct +act_ctinfo +act_gact +act_gate +act_ipt +act_mirred +act_mpls +act_nat +act_pedit +act_police +act_sample +act_simple +act_skbedit +act_skbmod +act_tunnel_key +act_vlan +ad2s1200 +ad2s1210 +ad2s90 +ad3552r +ad4130 +ad5064 +ad5110 +ad525x_dpot +ad525x_dpot-i2c +ad525x_dpot-spi +ad5272 +ad5360 +ad5380 +ad5398 +ad5421 +ad5446 +ad5449 +ad5504 +ad5592r +ad5592r-base +ad5593r +ad5624r_spi +ad5686 +ad5686-spi +ad5696-i2c +ad5755 +ad5758 +ad5761 +ad5764 +ad5766 +ad5770r +ad5791 +ad5820 +ad5933 +ad7091r-base +ad7091r5 +ad7124 +ad714x +ad714x-i2c +ad714x-spi +ad7150 +ad7192 +ad7266 +ad7280a +ad7291 +ad7292 +ad7293 +ad7298 +ad7303 +ad7314 +ad74115 +ad7414 +ad7418 +ad74413r +ad7476 +ad7606 +ad7606_par +ad7606_spi +ad7746 +ad7766 +ad7768-1 +ad7780 +ad7791 +ad7793 +ad7816 +ad7877 +ad7879 +ad7879-i2c +ad7879-spi +ad7887 +ad7923 +ad7949 +ad799x +ad8366 +ad8801 +ad9467 +ad9523 +ad9832 +ad9834 +ad_sigma_delta +ada4250 +adc-joystick +adc-keys +adc128d818 +adcxx +addi_apci_1032 +addi_apci_1500 +addi_apci_1516 +addi_apci_1564 +addi_apci_16xx +addi_apci_2032 +addi_apci_2200 +addi_apci_3120 +addi_apci_3501 +addi_apci_3xxx +addi_watchdog +adf4350 +adf4371 +adf4377 +adf7242 +adfs +adi +adi-axi-adc +adiantum +adin +adin1100 +adin1110 +adis16080 +adis16130 +adis16136 +adis16201 +adis16203 +adis16209 +adis16240 +adis16260 +adis16400 +adis16460 +adis16475 +adis16480 +adis_lib +adjd_s311 +adl_pci6208 +adl_pci7x3x +adl_pci8164 +adl_pci9111 +adl_pci9118 +adm1025 +adm1026 +adm1029 +adm1031 +adm1177 +adm1266 +adm1275 +adm8211 +adm9240 +admv1013 +admv1014 +admv4420 +admv8818 +adp1653 +adp5061 +adp5520-keys +adp5520_bl +adp5588-keys +adp5589-keys +adp8860_bl +adp8870_bl +adq12b +adrf6780 +ads7828 +ads7846 +ads7871 +adt7310 +adt7316 +adt7316-i2c +adt7316-spi +adt7410 +adt7411 +adt7462 +adt7470 +adt7475 +adt7x10 +adummy +adutux +adux1020 +adv7170 +adv7175 +adv7180 +adv7183 +adv7343 +adv7393 +adv748x +adv7511 +adv7604 +adv7842 +adv_pci1710 +adv_pci1720 +adv_pci1723 +adv_pci1724 +adv_pci1760 +adv_pci_dio +advansys +adxl313_core +adxl313_i2c +adxl313_spi +adxl34x +adxl34x-i2c +adxl34x-spi +adxl355_core +adxl355_i2c +adxl355_spi +adxl367 +adxl367_i2c +adxl367_spi +adxl372 +adxl372_i2c +adxl372_spi +adxrs290 +adxrs450 +aegis128 +aes-arm64 +aes-ce-blk +aes-ce-ccm +aes-ce-cipher +aes-neon-blk +aes-neon-bs +aes_ti +af9013 +af9033 +af_alg +af_key +af_packet_diag +afe4403 +afe4404 +affs +afs +ah4 +ah6 +ahci +ahci_ceva +ahci_dwc +ahci_mtk +ahci_mvebu +ahci_platform +ahci_qoriq +ahci_seattle +ahci_tegra +ahci_xgene +aht10 +aic79xx +aic7xxx +aic94xx +aio_aio12_8 +aio_iiro_16 +aiptek +aircable +airo +airspy +ak7375 +ak881x +ak8974 +ak8975 +al3010 +al3320a +alcor +alcor_pci +algif_aead +algif_hash +algif_rng +algif_skcipher +alibaba_uncore_drw_pmu +alim7101_wdt +allegro +altera-ci +altera-cvp +altera-fpga2sdram +altera-freeze-bridge +altera-hps2fpga +altera-msgdma +altera-pr-ip-core +altera-pr-ip-core-plat +altera-ps-spi +altera-stapl +altera_jtaguart +altera_ps2 +altera_tse +altera_uart +alx +am2315 +am53c974 +am65-cpts +amba-clcd +amba-pl010 +ambakmi +amc6821 +amd +amd-xgbe +amd5536udc_pci +amd8111e +amdgpu +amdxcp +amlogic-gxl-crypto +amlogic_thermal +amphion-vpu +amplc_dio200 +amplc_dio200_common +amplc_dio200_pci +amplc_pc236 +amplc_pc236_common +amplc_pc263 +amplc_pci224 +amplc_pci230 +amplc_pci236 +amplc_pci263 +ams-iaq-core +ams369fg06 +amt +analog +analogix-anx6345 +analogix-anx78xx +analogix_dp +anatop-regulator +ansi_cprng +anx7411 +anx7625 +anybuss_core +ao-cec +ao-cec-g12a +aoe +apbps2 +apcs-msm8916 +apcs-msm8996 +apds9300 +apds9802als +apds990x +apds9960 +apple-admac +apple-dart +apple-mailbox +apple-mfi-fastcharge +apple-rtkit +apple-sart +apple-soc-cpufreq +apple_wdt +appledisplay +appletalk +appletouch +applicom +apr +apss-ipq-pll +apss-ipq6018 +aptina-pll +aqc111 +aquacomputer_d5next +aquantia +ar0521 +ar1021_i2c +ar5523 +ar7part +ar9331 +arasan-nand-controller +arc-rawmode +arc-rimi +arc_emac +arc_ps2 +arc_uart +arcmsr +arcnet +arcpgu +arcx-anybus +arcxcnn_bl +aria_generic +arizona +arizona-haptics +arizona-i2c +arizona-ldo1 +arizona-micsupp +arizona-spi +ark3116 +arkfb +arm-cmn +arm_cspmu_module +arm_dmc620_pmu +arm_dsu_pmu +arm_mhu +arm_mhu_db +arm_mhuv2 +arm_scmi_powercap +arm_scpi +arm_smc_wdt +arm_smccc_trng +arm_smmuv3_pmu +arm_spe_pmu +armada-37xx-cpufreq +armada-37xx-rwtm-mailbox +armada-8k-cpufreq +armada_37xx_wdt +arp_tables +arpt_mangle +arptable_filter +as102_fe +as370-hwmon +as3711-regulator +as3711_bl +as3722-regulator +as3935 +as5011 +as73211 +asc7621 +ascot2e +asix +ast +async_memcpy +async_pq +async_raid6_recov +async_tx +async_xor +at24 +at25 +at76c50x-usb +at803x +at86rf230 +ata_generic +ata_piix +atbm8830 +atc260x-core +atc260x-i2c +atc260x-onkey +atc260x-poweroff +atc260x-regulator +aten +ath +ath10k_core +ath10k_pci +ath10k_sdio +ath10k_snoc +ath10k_usb +ath11k +ath11k_ahb +ath11k_pci +ath12k +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ath9k_pci_owl_loader +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atlantic +atlas-ezo-sensor +atlas-sensor +atm +atmel +atmel-ecc +atmel-flexcom +atmel-hlcdc +atmel-i2c +atmel-sha204a +atmel_captouch +atmel_mxt_ts +atmel_pci +atmtcp +atp870u +atusb +atxp1 +aty128fb +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +auo-pixcir-ts +auth_rpcgss +authenc +authencesn +autofs4 +auxadc_thermal +avmfritz +ax25 +ax88179_178a +ax88796b +ax88796c +axg-audio +axi-fan-control +axis-fifo +axp20x +axp20x-i2c +axp20x-pek +axp20x-regulator +axp20x-rsb +axp20x_ac_power +axp20x_adc +axp20x_battery +axp20x_usb_power +axp288_adc +b2c2-flexcop +b2c2-flexcop-pci +b2c2-flexcop-usb +b43 +b43legacy +b44 +b53_common +b53_mdio +b53_mmap +b53_serdes +b53_spi +b53_srab +ba431-rng +bam_dma +bareudp +batman-adv +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bcache +bch +bcm-keypad +bcm-phy-lib +bcm-phy-ptp +bcm-sba-raid +bcm-sf2 +bcm203x +bcm3510 +bcm54140 +bcm590xx +bcm590xx-regulator +bcm5974 +bcm63138_nand +bcm6368_nand +bcm7xxx +bcm87xx +bcm_vk +bcma +bcma-hcd +bcmsysport +bd6107 +bd71815-regulator +bd71828-regulator +bd718x7-regulator +bd9571mwv +bd9571mwv-regulator +bd9576-regulator +bd9576_wdt +bd99954-charger +bdc +be2iscsi +be2net +befs +bel-pfe +belkin_sa +berlin2-adc +bfa +bfq +bfs +bfusb +bh1750 +bh1770glc +bh1780 +binder_linux +binfmt_misc +blake2b_generic +block2mtd +blocklayoutdriver +blowfish_common +blowfish_generic +bluefield_edac +bluetooth +bluetooth_6lowpan +bma150 +bma220_spi +bma400_core +bma400_i2c +bma400_spi +bman-test +bmc150-accel-core +bmc150-accel-i2c +bmc150-accel-spi +bmc150_magn +bmc150_magn_i2c +bmc150_magn_spi +bme680_core +bme680_i2c +bme680_spi +bmg160_core +bmg160_i2c +bmg160_spi +bmi088-accel-core +bmi088-accel-spi +bmi160_core +bmi160_i2c +bmi160_spi +bmp280 +bmp280-i2c +bmp280-spi +bna +bnep +bno055 +bno055_i2c +bno055_ser +bnx2 +bnx2fc +bnx2i +bnx2x +bnxt_en +bnxt_re +bochs +bonding +bpa-rs600 +bpa10x +bpck +bpck6 +bpfilter +bpqether +bq2415x_charger +bq24190_charger +bq24257_charger +bq24735-charger +bq2515x_charger +bq256xx_charger +bq25890_charger +bq25980_charger +bq27xxx_battery +bq27xxx_battery_hdq +bq27xxx_battery_i2c +br2684 +br_netfilter +brcmfmac +brcmfmac-bca +brcmfmac-cyw +brcmfmac-wcc +brcmnand +brcmsmac +brcmstb_nand +brcmutil +brd +bridge +broadcom +bsd_comp +bt819 +bt856 +bt866 +bt878 +btbcm +btcoexist +btintel +btmrvl +btmrvl_sdio +btmtk +btmtksdio +btmtkuart +btnxpuart +btqca +btqcomsmd +btrfs +btrsi +btrtl +btsdio +bttv +btusb +bu21013_ts +bu21029_ts +budget +budget-av +budget-ci +budget-core +budget-patch +bxcan +c67x00 +c6xdigio +c_can +c_can_pci +c_can_platform +ca8210 +caam +caam_jr +caamalg_desc +caamhash_desc +cachefiles +cadence-nand-controller +cadence_wdt +cafe_ccic +cafe_nand +caif +caif_serial +caif_socket +caif_usb +caif_virtio +camcc-sc7180 +camcc-sc7280 +camcc-sdm845 +camcc-sm6350 +camcc-sm8250 +camcc-sm8450 +camellia_generic +can +can-bcm +can-dev +can-gw +can-isotp +can-j1939 +can-raw +can327 +cap11xx +capmode +capsule-loader +carl9170 +carminefb +cassini +cast5_generic +cast6_generic +cast_common +catc +cavium-rng +cavium-rng-vf +cavium_ptp +cb710 +cb710-mmc +cb_pcidas +cb_pcidas64 +cb_pcidda +cb_pcimdas +cb_pcimdda +cc10001_adc +cc2520 +cc770 +cc770_isa +cc770_platform +ccm +ccp +ccp-crypto +ccree +ccs +ccs-pll +ccs811 +cctrng +cdc-acm +cdc-phonet +cdc-wdm +cdc_eem +cdc_ether +cdc_mbim +cdc_ncm +cdc_subset +cdns-csi2rx +cdns-csi2tx +cdns-dphy +cdns-dphy-rx +cdns-dsi +cdns-mhdp8546 +cdns-pltfrm +cdns-usb-common +cdns2-udc-pci +cdns3 +cdns3-imx +cdns3-pci-wrap +cdns3-ti +cdnsp-udc-pci +cdx-controller +cec +cec-gpio +ceph +cfb +cfg80211 +cfi_cmdset_0001 +cfi_cmdset_0002 +cfi_cmdset_0020 +cfi_probe +cfi_util +ch +ch341 +ch7006 +ch7322 +ch9200 +ch_ipsec +ch_ktls +chacha-neon +chacha20poly1305 +chacha_generic +chaoskey +charlcd +chcr +chipone-icn6211 +chipone_icn8318 +chipone_icn8505 +chipreg +chnl_net +chromeos_acpi +chromeos_privacy_screen +chromeos_tbmc +chrontel-ch7033 +chv3-i2s +ci_hdrc +ci_hdrc_imx +ci_hdrc_msm +ci_hdrc_pci +ci_hdrc_tegra +ci_hdrc_usb2 +cicada +cifs +cifs_arc4 +cifs_md4 +cirrus +cirrusfb +clip +clk-apple-nco +clk-axi-clkgen +clk-bd718x7 +clk-cbf-8996 +clk-cdce706 +clk-cdce925 +clk-cpu-8996 +clk-cs2000-cp +clk-fsl-flexspi +clk-hi3519 +clk-hi655x +clk-imx8ulp +clk-imx93 +clk-lmk04832 +clk-lochnagar +clk-max77686 +clk-max9485 +clk-mt6795-apmixedsys +clk-mt6795-infracfg +clk-mt6795-mfg +clk-mt6795-mm +clk-mt6795-pericfg +clk-mt6795-topckgen +clk-mt6795-vdecsys +clk-mt6795-vencsys +clk-mt7981-eth +clk-mt8173-img +clk-mt8173-vdecsys +clk-mt8173-vencsys +clk-mt8186-cam +clk-mt8186-img +clk-mt8186-imp_iic_wrap +clk-mt8186-ipe +clk-mt8186-mcu +clk-mt8186-mdp +clk-mt8186-mfg +clk-mt8186-mm +clk-mt8186-vdec +clk-mt8186-venc +clk-mt8186-wpe +clk-mt8188-adsp_audio26m +clk-mt8188-apmixedsys +clk-mt8188-cam +clk-mt8188-ccu +clk-mt8188-img +clk-mt8188-imp_iic_wrap +clk-mt8188-infra_ao +clk-mt8188-ipe +clk-mt8188-mfg +clk-mt8188-peri_ao +clk-mt8188-topckgen +clk-mt8188-vdec +clk-mt8188-vdo0 +clk-mt8188-vdo1 +clk-mt8188-venc +clk-mt8188-vpp0 +clk-mt8188-vpp1 +clk-mt8188-wpe +clk-mt8195-apusys_pll +clk-mt8195-cam +clk-mt8195-ccu +clk-mt8195-img +clk-mt8195-imp_iic_wrap +clk-mt8195-ipe +clk-mt8195-mfg +clk-mt8195-scp_adsp +clk-mt8195-vdec +clk-mt8195-vdo0 +clk-mt8195-vdo1 +clk-mt8195-venc +clk-mt8195-vpp0 +clk-mt8195-vpp1 +clk-mt8195-wpe +clk-mt8365 +clk-mt8365-apmixedsys +clk-mt8365-apu +clk-mt8365-cam +clk-mt8365-mfg +clk-mt8365-mm +clk-mt8365-vdec +clk-mt8365-venc +clk-palmas +clk-phase +clk-plldig +clk-pwm +clk-qcom +clk-renesas-pcie +clk-rk808 +clk-rpm +clk-rpmh +clk-s2mps11 +clk-scpi +clk-si514 +clk-si521xx +clk-si5341 +clk-si5351 +clk-si544 +clk-si570 +clk-smd-rpm +clk-spmi-pmic-div +clk-sprd +clk-twl6040 +clk-versaclock5 +clk-versaclock7 +clk-wm831x +clk-xlnx-clock-wizard +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_flower +cls_fw +cls_matchall +cls_route +cls_u32 +cm109 +cm32181 +cm3232 +cm3323 +cm3605 +cm36651 +cma3000_d0x +cma3000_d0x_i2c +cmac +cmdlinepart +cmtp +cn10k-rng +cnic +cobra +coda +coda-vpu +colibri-vf50-ts +com20020 +com20020-pci +com90io +com90xx +comedi +comedi_8254 +comedi_8255 +comedi_bond +comedi_example_test +comedi_parport +comedi_pci +comedi_test +comedi_usb +contec_pci_dio +cordic +core +corsair-cpro +corsair-psu +cortina +counter +cp210x +cpcap-adc +cpcap-battery +cpcap-charger +cpcap-pwrbutton +cpcap-regulator +cppc_cpufreq +cpr +cptpf +cptvf +cqhci +cramfs +crc-itu-t +crc32_generic +crc4 +crc7 +crct10dif-ce +crg-hi3516cv300 +crg-hi3798cv200 +cros-ec-anx7688 +cros-ec-cec +cros-ec-regulator +cros-ec-sensorhub +cros-ec-typec +cros_ec +cros_ec_accel_legacy +cros_ec_baro +cros_ec_chardev +cros_ec_debugfs +cros_ec_dev +cros_ec_i2c +cros_ec_keyb +cros_ec_lid_angle +cros_ec_light_prox +cros_ec_lightbar +cros_ec_mkbp_proximity +cros_ec_rpmsg +cros_ec_sensors +cros_ec_sensors_core +cros_ec_spi +cros_ec_sysfs +cros_ec_uart +cros_ec_vbc +cros_hps_i2c +cros_kbd_led_backlight +cros_peripheral_charger +cros_typec_switch +cros_usbpd-charger +cros_usbpd_logger +cros_usbpd_notify +cryptd +crypto_engine +crypto_safexcel +crypto_user +cs3308 +cs5345 +cs53l32a +cs_dsp +csiostor +ctucanfd +ctucanfd_pci +ctucanfd_platform +curve25519-generic +cuse +cw1200_core +cw1200_wlan_sdio +cw1200_wlan_spi +cw2015_battery +cx18 +cx18-alsa +cx22700 +cx22702 +cx231xx +cx231xx-alsa +cx231xx-dvb +cx2341x +cx23885 +cx24110 +cx24113 +cx24116 +cx24117 +cx24120 +cx24123 +cx25821 +cx25821-alsa +cx25840 +cx82310_eth +cx88-alsa +cx88-blackbird +cx88-dvb +cx88-vp3054-i2c +cx8800 +cx8802 +cx88xx +cxacru +cxd2099 +cxd2820r +cxd2841er +cxd2880 +cxd2880-spi +cxgb +cxgb3 +cxgb3i +cxgb4 +cxgb4i +cxgb4vf +cxgbit +cxl_acpi +cxl_core +cxl_mem +cxl_pci +cxl_pmem +cxl_pmu +cxl_port +cy8ctma140 +cy8ctmg110_ts +cyapatp +cyber2000fb +cyberjack +cypress-sf +cypress_cy7c63 +cypress_firmware +cypress_m8 +cytherm +cyttsp4_core +cyttsp4_i2c +cyttsp4_spi +cyttsp5 +cyttsp_core +cyttsp_i2c +cyttsp_i2c_common +cyttsp_spi +da280 +da311 +da7280 +da9030_battery +da9034-ts +da903x-regulator +da903x_bl +da9052-battery +da9052-hwmon +da9052-regulator +da9052_bl +da9052_onkey +da9052_tsi +da9052_wdt +da9055-hwmon +da9055-regulator +da9055_onkey +da9055_wdt +da9062-core +da9062-regulator +da9062-thermal +da9062_wdt +da9063-regulator +da9063_onkey +da9063_wdt +da9121-regulator +da9150-charger +da9150-core +da9150-fg +da9150-gpadc +da9210-regulator +da9211-regulator +dac02 +daqboard2000 +das08 +das08_isa +das08_pci +das16 +das16m1 +das1800 +das6402 +das800 +davicom +dax_cxl +dax_hmem +dax_pmem +db9 +dc395x +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +ddbridge +ddbridge-dummy-fe +de2104x +defxx +delta-ahe50dc-fan +denali +denali_dt +denali_pci +des_generic +designware_i2s +device_dax +dfl +dfl-afu +dfl-emif +dfl-fme +dfl-fme-br +dfl-fme-mgr +dfl-fme-region +dfl-n3000-nios +dfl-pci +dht11 +diag +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dib9000 +dibx000_common +digi_acceleport +digicolor-usart +diskonchip +dispcc-qcm2290 +dispcc-sc7180 +dispcc-sc7280 +dispcc-sc8280xp +dispcc-sdm845 +dispcc-sm6115 +dispcc-sm6125 +dispcc-sm6350 +dispcc-sm6375 +dispcc-sm8250 +dispcc-sm8450 +dispcc-sm8550 +display-connector +dl2k +dlhl60d +dlink-dir685-touchkeys +dlm +dln2 +dln2-adc +dm-bio-prison +dm-bufio +dm-cache +dm-cache-smq +dm-clone +dm-crypt +dm-delay +dm-ebs +dm-era +dm-flakey +dm-historical-service-time +dm-integrity +dm-io-affinity +dm-log +dm-log-userspace +dm-log-writes +dm-mirror +dm-multipath +dm-persistent-data +dm-queue-length +dm-raid +dm-region-hash +dm-round-robin +dm-service-time +dm-snapshot +dm-switch +dm-thin-pool +dm-unstripe +dm-verity +dm-writecache +dm-zero +dm-zoned +dm1105 +dm9601 +dma-axi-dmac +dmard06 +dmard09 +dmard10 +dmc520_edac +dme1737 +dmfe +dmi-sysfs +dmm32at +dmx3191d +dnet +dp83640 +dp83822 +dp83848 +dp83867 +dp83869 +dp83tc811 +dp83td510 +dpaa2-console +dpaa2-qdma +dpaa2_caam +dpdmai +dpot-dac +dps310 +dps920ab +drbd +drivetemp +drm +drm_buddy +drm_display_helper +drm_dma_helper +drm_dp_aux_bus +drm_kms_helper +drm_mipi_dbi +drm_shmem_helper +drm_suballoc_helper +drm_ttm_helper +drm_vram_helper +drm_xen_front +drv260x +drv2665 +drv2667 +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1803 +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds4424 +ds620 +dsa_core +dsbr100 +dst +dst_ca +dstr +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt282x +dt3000 +dt3155 +dt9812 +dtpm +dummy +dummy-irq +dummy_stm +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-ttpci +dvb-ttusb-budget +dvb-usb +dvb-usb-a800 +dvb-usb-af9005 +dvb-usb-af9005-remote +dvb-usb-af9015 +dvb-usb-af9035 +dvb-usb-anysee +dvb-usb-au6610 +dvb-usb-az6007 +dvb-usb-az6027 +dvb-usb-ce6230 +dvb-usb-cinergyT2 +dvb-usb-cxusb +dvb-usb-dib0700 +dvb-usb-dibusb-common +dvb-usb-dibusb-mb +dvb-usb-dibusb-mc +dvb-usb-dibusb-mc-common +dvb-usb-digitv +dvb-usb-dtt200u +dvb-usb-dtv5100 +dvb-usb-dvbsky +dvb-usb-dw2102 +dvb-usb-ec168 +dvb-usb-gl861 +dvb-usb-gp8psk +dvb-usb-lmedm04 +dvb-usb-m920x +dvb-usb-mxl111sf +dvb-usb-nova-t-usb2 +dvb-usb-opera +dvb-usb-pctv452e +dvb-usb-rtl28xxu +dvb-usb-technisat-usb2 +dvb-usb-ttusb2 +dvb-usb-umt-010 +dvb-usb-vp702x +dvb-usb-vp7045 +dvb_dummy_fe +dvb_usb_v2 +dw-axi-dmac-platform +dw-edma +dw-edma-pcie +dw-hdmi +dw-hdmi-ahb-audio +dw-hdmi-cec +dw-hdmi-gp-audio +dw-hdmi-i2s-audio +dw-i3c-master +dw-mipi-dsi +dw-xdata-pcie +dw100 +dw9714 +dw9768 +dw9807-vcm +dw_dmac +dw_dmac_core +dw_dmac_pci +dw_drm_dsi +dw_mipi_dsi-stm +dw_mmc +dw_mmc-bluefield +dw_mmc-exynos +dw_mmc-hi3798cv200 +dw_mmc-k3 +dw_mmc-pci +dw_mmc-pltfm +dw_mmc-rockchip +dw_wdt +dwc-xlgmac +dwc2_pci +dwc3 +dwc3-am62 +dwc3-haps +dwc3-imx8mp +dwc3-keystone +dwc3-meson-g12a +dwc3-of-simple +dwc3-pci +dwc3-qcom +dwc3-xilinx +dwmac-altr-socfpga +dwmac-dwc-qos-eth +dwmac-generic +dwmac-imx +dwmac-intel-plat +dwmac-ipq806x +dwmac-loongson +dwmac-mediatek +dwmac-meson +dwmac-meson8b +dwmac-qcom-ethqos +dwmac-rk +dwmac-stm32 +dwmac-sun8i +dwmac-tegra +dwmac-visconti +dyna_pci10xx +dynapro +e100 +e1000 +e1000e +e3x0-button +e4000 +earth-pt1 +earth-pt3 +ebt_802_3 +ebt_among +ebt_arp +ebt_arpreply +ebt_dnat +ebt_ip +ebt_ip6 +ebt_limit +ebt_log +ebt_mark +ebt_mark_m +ebt_nflog +ebt_pkttype +ebt_redirect +ebt_snat +ebt_stp +ebt_vlan +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +ec100 +ec_sys +ecc +ecc-mtk +ecdh_generic +ecdsa_generic +echainiv +echo +ecrdsa_generic +edt-ft5x06 +ee1004 +eeprom +eeprom_93cx6 +eeprom_93xx46 +eeti_ts +efa +efct +efi-pstore +efi_test +efibc +efs +egalax_ts +egalax_ts_serial +ehci-fsl +ehci-npcm7xx +ehci-platform +ehset +einj +ektf2127 +elan_i2c +elants_i2c +elo +em28xx +em28xx-alsa +em28xx-dvb +em28xx-rc +em28xx-v4l +em_canid +em_cmp +em_ipset +em_ipt +em_meta +em_nbyte +em_text +em_u32 +emac_rockchip +emc1403 +emc2103 +emc2305 +emc6w201 +emi26 +emi62 +empeg +ems_pci +ems_usb +emu10k1-gp +emxx_udc +ena +enc28j60 +enclosure +encx24j600 +encx24j600-regmap +ene_ir +eni +enic +envelope-detector +epat +epia +epic100 +eql +erdma +erofs +error +esas2r +esd_usb +esp4 +esp4_offload +esp6 +esp6_offload +esp_scsi +essiv +et1011c +et131x +et8ek8 +etas_es58x +ethoc +etnaviv +evbug +exc3000 +exfat +extcon-adc-jack +extcon-fsa9480 +extcon-gpio +extcon-max14577 +extcon-max3355 +extcon-max77693 +extcon-max77843 +extcon-max8997 +extcon-palmas +extcon-ptn5150 +extcon-qcom-spmi-misc +extcon-rt8973a +extcon-sm5502 +extcon-usb-gpio +extcon-usbc-cros-ec +extcon-usbc-tusb320 +ezusb +f2fs +f71805f +f71882fg +f75375s +f81232 +f81534 +f81601 +f81604 +fakelb +fan53555 +fan53880 +farsync +fastrpc +faulty +fb_agm1264k-fl +fb_bd663474 +fb_ddc +fb_hx8340bn +fb_hx8347d +fb_hx8353d +fb_hx8357d +fb_ili9163 +fb_ili9320 +fb_ili9325 +fb_ili9340 +fb_ili9341 +fb_ili9481 +fb_ili9486 +fb_pcd8544 +fb_ra8875 +fb_s6d02a1 +fb_s6d1121 +fb_seps525 +fb_sh1106 +fb_ssd1289 +fb_ssd1305 +fb_ssd1306 +fb_ssd1325 +fb_ssd1331 +fb_ssd1351 +fb_st7735r +fb_st7789v +fb_tinylcd +fb_tls8204 +fb_uc1611 +fb_uc1701 +fb_upd161704 +fbtft +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fdomain_pci +fdp +fdp_i2c +fealnx +ff-memless +ffa-module +fieldbus_dev +fintek-cir +firedtv +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +fit2 +fit3 +fixed +fjes +fl512 +flexcan +fm10k +fm801-gp +fm_drv +forcedeth +fore_200e +fou +fou6 +fpga-bridge +fpga-mgr +fpga-region +freevxfs +friq +frpw +fsa4480 +fscache +fsi-core +fsi-master-aspeed +fsi-master-gpio +fsi-master-hub +fsi-occ +fsi-sbefifo +fsi-scom +fsia6b +fsl-dpaa2-eth +fsl-dpaa2-ptp +fsl-dpaa2-switch +fsl-edma +fsl-edma-common +fsl-enetc +fsl-enetc-core +fsl-enetc-ierb +fsl-enetc-mdio +fsl-enetc-ptp +fsl-enetc-vf +fsl-ldb +fsl-mc-dpio +fsl-mph-dr-of +fsl-qdma +fsl_dpa +fsl_ifc_nand +fsl_imx8_ddr_perf +fsl_imx9_ddr_perf +fsl_linflexuart +fsl_lpuart +fsl_pq_mdio +fsl_ucc_hdlc +fsp-3y +ftdi_sio +ftl +ftsteutates +fujitsu_ts +funcore +funeth +fusb302 +fxas21002c_core +fxas21002c_i2c +fxas21002c_spi +fxls8962af-core +fxls8962af-i2c +fxls8962af-spi +fxos8700_core +fxos8700_i2c +fxos8700_spi +g450_pll +g760a +g762 +g_acm_ms +g_audio +g_cdc +g_dbgp +g_ether +g_ffs +g_hid +g_mass_storage +g_midi +g_ncm +g_nokia +g_printer +g_serial +g_webcam +g_zero +gadgetfs +gamecon +gameport +garmin_gps +garp +gateworks-gsc +gb-audio-apbridgea +gb-audio-codec +gb-audio-gb +gb-audio-manager +gb-audio-module +gb-bootrom +gb-es2 +gb-firmware +gb-gbphy +gb-gpio +gb-hid +gb-i2c +gb-light +gb-log +gb-loopback +gb-power-supply +gb-pwm +gb-raw +gb-sdio +gb-spi +gb-spilib +gb-uart +gb-usb +gb-vibrator +gcc-ipq4019 +gcc-ipq5332 +gcc-ipq6018 +gcc-ipq8074 +gcc-ipq9574 +gcc-msm8916 +gcc-msm8917 +gcc-msm8939 +gcc-msm8953 +gcc-msm8976 +gcc-msm8994 +gcc-msm8996 +gcc-msm8998 +gcc-qcm2290 +gcc-qcs404 +gcc-qdu1000 +gcc-sa8775p +gcc-sc7180 +gcc-sc7280 +gcc-sc8180x +gcc-sc8280xp +gcc-sdm660 +gcc-sdm845 +gcc-sdx75 +gcc-sm6115 +gcc-sm6125 +gcc-sm6350 +gcc-sm6375 +gcc-sm7150 +gcc-sm8150 +gcc-sm8250 +gcc-sm8350 +gcc-sm8450 +gcc-sm8550 +gdmtty +gdmulte +ge2d +gemini +gen_probe +generic +generic-adc-battery +genet +geneve +genwqe_card +gf2k +gfs2 +ghash-ce +gianfar_driver +gl518sm +gl520sm +gl620a +gluebi +gm12u320 +gnss +gnss-mtk +gnss-serial +gnss-sirf +gnss-ubx +gnss-usb +go7007 +go7007-loader +go7007-usb +goku_udc +goldfish_battery +goodix_ts +gp2ap002 +gp2ap020a00f +gp8psk-fe +gpi +gpio +gpio-74x164 +gpio-74xx-mmio +gpio-adnp +gpio-adp5520 +gpio-aggregator +gpio-altera +gpio-altera-a10sr +gpio-amd-fch +gpio-amdpt +gpio-arizona +gpio-bd71815 +gpio-bd71828 +gpio-bd9571mwv +gpio-beeper +gpio-cadence +gpio-charger +gpio-da9052 +gpio-da9055 +gpio-dln2 +gpio-dwapb +gpio-eic-sprd +gpio-exar +gpio-fan +gpio-fxl6408 +gpio-grgpio +gpio-gw-pld +gpio-hisi +gpio-hlwd +gpio-idio-16 +gpio-ir-recv +gpio-ir-tx +gpio-janz-ttl +gpio-kempld +gpio-latch +gpio-logicvc +gpio-lp3943 +gpio-lp873x +gpio-lp87565 +gpio-madera +gpio-max3191x +gpio-max7300 +gpio-max7301 +gpio-max730x +gpio-max732x +gpio-max77620 +gpio-max77650 +gpio-mb86s7x +gpio-mc33880 +gpio-menz127 +gpio-mlxbf +gpio-mlxbf2 +gpio-mlxbf3 +gpio-moxtet +gpio-pca953x +gpio-pca9570 +gpio-pcf857x +gpio-pci-idio-16 +gpio-pcie-idio-24 +gpio-pisosr +gpio-pmic-eic-sprd +gpio-rcar +gpio-rdc321x +gpio-regmap +gpio-regulator +gpio-rockchip +gpio-sbu-mux +gpio-sim +gpio-siox +gpio-sl28cpld +gpio-sprd +gpio-syscon +gpio-thunderx +gpio-tpic2810 +gpio-tps65086 +gpio-tps65218 +gpio-tps65219 +gpio-tps65912 +gpio-tqmx86 +gpio-twl4030 +gpio-twl6040 +gpio-vibra +gpio-viperboard +gpio-virtio +gpio-visconti +gpio-wcd934x +gpio-wm831x +gpio-wm8350 +gpio-wm8994 +gpio-xgene-sb +gpio-xlp +gpio-xra1403 +gpio-zynq +gpio-zynqmp-modepin +gpio_backlight +gpio_decoder +gpio_keys +gpio_keys_polled +gpio_mouse +gpio_wdt +gpmi-nand +gpu-sched +gpucc-msm8998 +gpucc-sa8775p +gpucc-sc7180 +gpucc-sc7280 +gpucc-sc8280xp +gpucc-sdm660 +gpucc-sdm845 +gpucc-sm6115 +gpucc-sm6125 +gpucc-sm6350 +gpucc-sm6375 +gpucc-sm8150 +gpucc-sm8250 +gpucc-sm8350 +gpucc-sm8450 +gpucc-sm8550 +gr_udc +grace +grcan +gre +greybus +grip +grip_mp +gs1662 +gs_usb +gsc-hwmon +gsc_hpdi +gspca_benq +gspca_conex +gspca_cpia1 +gspca_dtcs033 +gspca_etoms +gspca_finepix +gspca_gl860 +gspca_jeilinj +gspca_jl2005bcd +gspca_kinect +gspca_konica +gspca_m5602 +gspca_main +gspca_mars +gspca_mr97310a +gspca_nw80x +gspca_ov519 +gspca_ov534 +gspca_ov534_9 +gspca_pac207 +gspca_pac7302 +gspca_pac7311 +gspca_se401 +gspca_sn9c2028 +gspca_sn9c20x +gspca_sonixb +gspca_sonixj +gspca_spca1528 +gspca_spca500 +gspca_spca501 +gspca_spca505 +gspca_spca506 +gspca_spca508 +gspca_spca561 +gspca_sq905 +gspca_sq905c +gspca_sq930x +gspca_stk014 +gspca_stk1135 +gspca_stv0680 +gspca_stv06xx +gspca_sunplus +gspca_t613 +gspca_topro +gspca_touptek +gspca_tv8532 +gspca_vc032x +gspca_vicam +gspca_xirlink_cit +gspca_zc3xx +gtp +gud +guillemot +gunze +gve +hackrf +hamachi +hampshire +hantro-vpu +hanwang +hbmc-am654 +hci +hci_bcm4377 +hci_nokia +hci_uart +hci_vhci +hclge +hclgevf +hctr2 +hd3ss3220 +hd44780 +hd44780_common +hdc100x +hdc2010 +hdlc +hdlc_cisco +hdlc_fr +hdlc_ppp +hdlc_raw +hdlc_raw_eth +hdlc_x25 +hdlcd +hdlcdrv +hdma +hdma_mgmt +hdpvr +he +helene +hellcreek_sw +hexium_gemini +hexium_orion +hfcmulti +hfcpci +hfcsusb +hfpll +hfs +hfsplus +hi311x +hi3660-mailbox +hi556 +hi6210-i2s +hi6220-mailbox +hi6220_reset +hi6421-pmic-core +hi6421-regulator +hi6421-spmi-pmic +hi6421v530-regulator +hi6421v600-irq +hi6421v600-regulator +hi655x-pmic +hi655x-regulator +hi8435 +hi846 +hi847 +hibmc-drm +hid +hid-a4tech +hid-accutouch +hid-alps +hid-apple +hid-appleir +hid-asus +hid-aureal +hid-axff +hid-belkin +hid-betopff +hid-bigbenff +hid-cherry +hid-chicony +hid-cmedia +hid-corsair +hid-cougar +hid-cp2112 +hid-creative-sb0540 +hid-cypress +hid-dr +hid-elan +hid-elecom +hid-elo +hid-emsff +hid-evision +hid-ezkey +hid-ft260 +hid-gaff +hid-gembird +hid-generic +hid-gfrm +hid-glorious +hid-google-hammer +hid-gt683r +hid-gyration +hid-holtek-kbd +hid-holtek-mouse +hid-holtekff +hid-hyperv +hid-icade +hid-ite +hid-jabra +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-led +hid-lenovo +hid-letsketch +hid-lg-g15 +hid-logitech +hid-logitech-dj +hid-logitech-hidpp +hid-macally +hid-magicmouse +hid-maltron +hid-mcp2221 +hid-megaworld +hid-mf +hid-microsoft +hid-monterey +hid-multitouch +hid-nintendo +hid-nti +hid-ntrig +hid-nvidia-shield +hid-ortek +hid-penmount +hid-petalynx +hid-picolcd +hid-pl +hid-plantronics +hid-playstation +hid-primax +hid-prodikeys +hid-pxrc +hid-razer +hid-redragon +hid-retrode +hid-rmi +hid-roccat +hid-roccat-arvo +hid-roccat-common +hid-roccat-isku +hid-roccat-kone +hid-roccat-koneplus +hid-roccat-konepure +hid-roccat-kovaplus +hid-roccat-lua +hid-roccat-pyra +hid-roccat-ryos +hid-roccat-savu +hid-saitek +hid-samsung +hid-semitek +hid-sensor-accel-3d +hid-sensor-als +hid-sensor-custom +hid-sensor-custom-intel-hinge +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-humidity +hid-sensor-iio-common +hid-sensor-incl-3d +hid-sensor-magn-3d +hid-sensor-press +hid-sensor-prox +hid-sensor-rotation +hid-sensor-temperature +hid-sensor-trigger +hid-sigmamicro +hid-sjoy +hid-sony +hid-speedlink +hid-steam +hid-steelseries +hid-sunplus +hid-thrustmaster +hid-tivo +hid-tmff +hid-topre +hid-topseed +hid-twinhan +hid-u2fzero +hid-uclogic +hid-udraw-ps3 +hid-viewsonic +hid-vivaldi +hid-vivaldi-common +hid-vrc2 +hid-waltop +hid-wiimote +hid-xiaomi +hid-xinmo +hid-zpff +hid-zydacron +hideep +hidp +hih6130 +himax_hx83112b +hinic +hip04_eth +hisi-acc-vfio-pci +hisi-rng +hisi-sfc +hisi-spmi-controller +hisi-trng-v2 +hisi504_nand +hisi_femac +hisi_hikey_usb +hisi_hpre +hisi_pcie_pmu +hisi_powerkey +hisi_ptt +hisi_qm +hisi_sas_main +hisi_sas_v1_hw +hisi_sas_v2_hw +hisi_sas_v3_hw +hisi_sec +hisi_sec2 +hisi_thermal +hisi_uncore_cpa_pmu +hisi_uncore_ddrc_pmu +hisi_uncore_hha_pmu +hisi_uncore_l3c_pmu +hisi_uncore_pa_pmu +hisi_uncore_pmu +hisi_uncore_sllc_pmu +hisi_uncore_uc_pmu +hisi_zip +histb-rng +hix5hd2_gmac +hmc425a +hmc5843_core +hmc5843_i2c +hmc5843_spi +hmc6352 +hms-profinet +hnae +hnae3 +hns-roce-hw-v2 +hns3 +hns3_pmu +hns_dsaf +hns_enet_drv +hns_mdio +hopper +horus3a +host1x +hostap +hostap_pci +hostap_plx +hp03 +hp206c +hpfs +hpilo +hpsa +hptiop +hpwdt +hsi +hsi_char +hso +hsr +ht16k33 +hte-tegra194 +hte-tegra194-test +hts221 +hts221_i2c +hts221_spi +htu21 +huawei_cdc_ncm +hv_balloon +hv_netvsc +hv_sock +hv_storvsc +hv_utils +hv_vmbus +hwmon-vid +hwpoison-inject +hx711 +hx8357 +hx8357d +hycon-hy46xx +hynitron_cstxxx +hyperbus-core +hyperv-keyboard +hyperv_drm +hyperv_fb +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-altera +i2c-amd756 +i2c-amd8111 +i2c-apple +i2c-arb-gpio-challenge +i2c-cbus-gpio +i2c-ccgx-ucsi +i2c-cp2615 +i2c-cros-ec-tunnel +i2c-demux-pinctrl +i2c-designware-pci +i2c-diolan-u2c +i2c-dln2 +i2c-fsi +i2c-gpio +i2c-hid +i2c-hid-acpi +i2c-hid-of +i2c-hid-of-elan +i2c-hid-of-goodix +i2c-hisi +i2c-hix5hd2 +i2c-i801 +i2c-imx +i2c-imx-lpi2c +i2c-isch +i2c-kempld +i2c-matroxfb +i2c-mchp-pci1xxxx +i2c-meson +i2c-mlxbf +i2c-mt65xx +i2c-mux +i2c-mux-gpio +i2c-mux-gpmux +i2c-mux-ltc4306 +i2c-mux-mlxcpld +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-mux-pinctrl +i2c-mux-reg +i2c-mv64xxx +i2c-nforce2 +i2c-nomadik +i2c-npcm7xx +i2c-nvidia-gpu +i2c-ocores +i2c-owl +i2c-parport +i2c-pca-platform +i2c-piix4 +i2c-pxa +i2c-qcom-cci +i2c-qcom-geni +i2c-qup +i2c-rcar +i2c-riic +i2c-rk3x +i2c-robotfuzz-osif +i2c-rzv2m +i2c-scmi +i2c-sh_mobile +i2c-simtec +i2c-sis5595 +i2c-sis630 +i2c-sis96x +i2c-slave-eeprom +i2c-smbus +i2c-stm32f4 +i2c-stm32f7-drv +i2c-stub +i2c-synquacer +i2c-taos-evm +i2c-tegra +i2c-tegra-bpmp +i2c-thunderx +i2c-tiny-usb +i2c-versatile +i2c-via +i2c-viapro +i2c-viperboard +i2c-virtio +i2c-xgene-slimpro +i2c-xiic +i2c-xlp9xx +i3c +i3c-master-cdns +i40e +i5k_amb +i6300esb +i740fb +iavf +ib_cm +ib_core +ib_ipoib +ib_iser +ib_isert +ib_mthca +ib_srp +ib_srpt +ib_umad +ib_uverbs +ibm-cffps +ibm-panel +ibmaem +ibmpex +icc-bcm-voter +icc-bwmon +icc-clk +icc-osm-l3 +icc-rpmh +icc-smd-rpm +ice +ice40-spi +icp10100 +icp_multi +icplus +ics932s401 +idma64 +idmouse +idt77252 +idt_89hpesx +idt_gen2 +idt_gen3 +idtcps +ieee802154 +ieee802154_6lowpan +ieee802154_socket +ifb +ifcvf +ife +ifi_canfd +iforce +iforce-serio +iforce-usb +igb +igbvf +igc +igorplugusb +iguanair +ii_pci20kc +iio-mux +iio-rescale +iio-trig-hrtimer +iio-trig-interrupt +iio-trig-loop +iio-trig-sysfs +iio_dummy +iio_hwmon +ila +ili210x +ili9163 +ili9225 +ili922x +ili9320 +ili9341 +ili9486 +ilitek_ts_i2c +imagis +img-ascii-lcd +img-i2s-in +img-i2s-out +img-parallel-out +img-spdif-in +img-spdif-out +imm +imon +imon_raw +ims-pcu +imx-audio-rpmsg +imx-bus +imx-common +imx-cpufreq-dt +imx-dcss +imx-dma +imx-dsp +imx-interconnect +imx-lcdc +imx-lcdif +imx-ldb-helper +imx-mailbox +imx-media-common +imx-mipi-csis +imx-pcm-dma +imx-pcm-rpmsg +imx-pxp +imx-sdma +imx208 +imx214 +imx219 +imx258 +imx274 +imx290 +imx296 +imx2_wdt +imx319 +imx334 +imx335 +imx355 +imx412 +imx415 +imx6q-cpufreq +imx6ul_tsc +imx7-media-csi +imx7d_adc +imx7ulp_wdt +imx8-isi +imx8m-ddrc +imx8mm-interconnect +imx8mm_thermal +imx8mn-interconnect +imx8mp-interconnect +imx8mq-interconnect +imx8mq-mipi-csi2 +imx8qm-ldb +imx8qxp-adc +imx8qxp-ldb +imx8qxp-pixel-combiner +imx8qxp-pixel-link +imx8qxp-pxl2dpi +imx93-pd +imx93-src +imx93_adc +imx_dsp_rproc +imx_keypad +imx_rproc +imx_sc_key +imx_sc_thermal +imx_sc_wdt +imx_thermal +imxfb +ina209 +ina238 +ina2xx +ina2xx-adc +ina3221 +industrialio +industrialio-buffer-cb +industrialio-buffer-dma +industrialio-buffer-dmaengine +industrialio-configfs +industrialio-gts-helper +industrialio-hw-consumer +industrialio-sw-device +industrialio-sw-trigger +industrialio-triggered-buffer +industrialio-triggered-event +inet_diag +inexio +inftl +initio +input-leds +inspur-ipsps +int51x1 +intel-m10-bmc-core +intel-m10-bmc-hwmon +intel-m10-bmc-pmci +intel-m10-bmc-spi +intel-nand-controller +intel-xway +intel_qat +intel_th +intel_th_acpi +intel_th_gth +intel_th_msu +intel_th_msu_sink +intel_th_pci +intel_th_pti +intel_th_sth +intel_vr_nor +interact +interrupt-cnt +inv-icm42600 +inv-icm42600-i2c +inv-icm42600-spi +inv-mpu6050 +inv-mpu6050-i2c +inv-mpu6050-spi +io-domain +io_edgeport +io_ti +iommufd +ionic +iosm +iowarrior +ip5xxx_power +ip6_gre +ip6_tables +ip6_tunnel +ip6_udp_tunnel +ip6_vti +ip6t_NPT +ip6t_REJECT +ip6t_SYNPROXY +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_mh +ip6t_rpfilter +ip6t_rt +ip6t_srh +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6table_security +ip_gre +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmac +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_mac +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +ip_tables +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_fo +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_mh +ip_vs_nq +ip_vs_ovf +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_twos +ip_vs_wlc +ip_vs_wrr +ip_vti +ipa +ipack +ipaq +ipcomp +ipcomp6 +iphase +ipheth +ipip +ipmb_dev_int +ipmi_devintf +ipmi_ipmb +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_ssif +ipmi_watchdog +ipoctal +ipr +iproc_nand +ips +ipt_ECN +ipt_REJECT +ipt_SYNPROXY +ipt_ah +ipt_rpfilter +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +iptable_security +ipvlan +ipvtap +ipw +ipw2100 +ipw2200 +iqs269a +iqs5xx +iqs620at-temp +iqs621-als +iqs624-pos +iqs626a +iqs62x +iqs62x-keys +iqs7222 +ir-hix5hd2 +ir-imon-decoder +ir-jvc-decoder +ir-kbd-i2c +ir-mce_kbd-decoder +ir-nec-decoder +ir-rc5-decoder +ir-rc6-decoder +ir-rcmm-decoder +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +ir-spi +ir-usb +ir-xmp-decoder +ir35221 +ir36021 +ir38064 +ir_toy +irdma +irps5401 +irq-imx-mu-msi +irq-madera +irq-pruss-intc +irq-qcom-mpm +iscsi_boot_sysfs +iscsi_ibft +iscsi_target_mod +iscsi_tcp +isdnhdlc +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl29125 +isl29501 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isl68137 +isl7998x +isl9305 +isofs +isp116x-hcd +isp1704_charger +isp1760 +it87 +it913x +itd1000 +ite-cir +ite-it6505 +ite-it66121 +itg3200 +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_cm +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +ix2505v +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +jh7110-crypto +jmb38x_ms +jme +joydev +joydump +jr3_pci +jsa1212 +jsm +k3_bandgap +k3_j72xx_bandgap +k3dma +kafs +kalmia +kaweth +kbic +kbtab +kcm +kcomedilib +kcs_bmc +kcs_bmc_cdev_ipmi +kcs_bmc_npcm7xx +kcs_bmc_serio +ke_counter +keembay-ocs-aes +keembay-ocs-ecc +keembay-ocs-hcu +keembay_wdt +kempld-core +kempld_wdt +kernelcapi +keyspan +keyspan_pda +keyspan_remote +keywrap +kfifo_buf +khadas-mcu +khadas_mcu_fan +kheaders +kionix-kx022a +kionix-kx022a-i2c +kionix-kx022a-spi +kirin-drm +kl5kusb105 +kmb-drm +kmem +kmx61 +kobil_sct +komeda +kpss-xcc +ks0108 +ks0127 +ks7010 +ks8842 +ks8851_common +ks8851_par +ks8851_spi +ksmbd +ksz884x +ksz8863_smi +ksz9477_i2c +ksz_spi +ksz_switch +ktd253-backlight +ktti +ktz8866 +kvaser_pci +kvaser_pciefd +kvaser_usb +kxcjk-1013 +kxsd9 +kxsd9-i2c +kxsd9-spi +kxtj9 +kyber-iosched +kyrofb +l1oip +l2tp_core +l2tp_debugfs +l2tp_eth +l2tp_ip +l2tp_ip6 +l2tp_netlink +l2tp_ppp +l4f00242t03 +l64781 +lan743x +lan78xx +lan9303-core +lan9303_i2c +lan9303_mdio +lan966x-switch +lan966x_serdes +lanai +lantiq_gswip +lapb +lapbether +lattice-ecp3-config +lattice-sysconfig +lattice-sysconfig-spi +layerscape_edac_mod +lcd +lcd2s +ldusb +lec +led-class-flash +led-class-multicolor +led_bl +leds-88pm860x +leds-aat1290 +leds-adp5520 +leds-an30259a +leds-as3645a +leds-aw200xx +leds-aw2013 +leds-bcm6328 +leds-bcm6358 +leds-bd2606mvv +leds-bd2802 +leds-blinkm +leds-cpcap +leds-cr0014114 +leds-da903x +leds-da9052 +leds-dac124s085 +leds-el15203000 +leds-gpio +leds-is31fl319x +leds-is31fl32xx +leds-ktd2692 +leds-lm3530 +leds-lm3532 +leds-lm3533 +leds-lm355x +leds-lm3601x +leds-lm36274 +leds-lm3642 +leds-lm3692x +leds-lm3697 +leds-lp3944 +leds-lp3952 +leds-lp50xx +leds-lp5521 +leds-lp5523 +leds-lp5562 +leds-lp55xx-common +leds-lp8501 +leds-lp8788 +leds-lp8860 +leds-lt3593 +leds-max77650 +leds-max77693 +leds-max8997 +leds-mc13783 +leds-menf21bmc +leds-mlxreg +leds-mt6323 +leds-mt6360 +leds-mt6370-flash +leds-mt6370-rgb +leds-pca9532 +leds-pca955x +leds-pca963x +leds-pwm +leds-pwm-multicolor +leds-qcom-flash +leds-qcom-lpg +leds-regulator +leds-rt4505 +leds-rt8515 +leds-sc27xx-bltc +leds-sgm3140 +leds-spi-byte +leds-tca6507 +leds-ti-lmu-common +leds-tlc591xx +leds-tps6105x +leds-wm831x-status +leds-wm8350 +ledtrig-activity +ledtrig-audio +ledtrig-backlight +ledtrig-camera +ledtrig-default-on +ledtrig-heartbeat +ledtrig-netdev +ledtrig-oneshot +ledtrig-pattern +ledtrig-timer +ledtrig-transient +ledtrig-tty +ledtrig-usbport +legousbtower +lg-vl600 +lg2160 +lgdt3305 +lgdt3306a +lgdt330x +lgs8gl5 +lgs8gxx +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libarc4 +libceph +libchacha +libchacha20poly1305 +libcomposite +libcrc32c +libcurve25519 +libcurve25519-generic +libcxgb +libcxgbi +libdes +libertas +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libpoly1305 +libsas +libwx +lightning +lima +line-display +lineage-pem +linear +linkstation-poweroff +liquidio +liquidio-core +liquidio_vf +lis3lv02d +lis3lv02d_i2c +liteuart +litex_liteeth +litex_mmc +litex_soc_ctrl +lkkbd +ll_temac +llc +llc2 +llcc-qcom +lm25066 +lm3533-als +lm3533-core +lm3533-ctrlbank +lm3533_bl +lm3560 +lm3630a_bl +lm3639_bl +lm363x-regulator +lm3646 +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95234 +lm95241 +lm95245 +lmh +lmp91000 +lms283gf05 +lms501kf03 +lnbh25 +lnbh29 +lnbp21 +lnbp22 +lochnagar-hwmon +lochnagar-regulator +lockd +logicvc-drm +lontium-lt8912b +lontium-lt9211 +lontium-lt9611 +lontium-lt9611uxc +lp +lp3943 +lp3971 +lp3972 +lp855x_bl +lp8727_charger +lp872x +lp873x +lp873x-regulator +lp8755 +lp87565 +lp87565-regulator +lp8788-buck +lp8788-charger +lp8788-ldo +lp8788_adc +lp8788_bl +lpass-gfm-sm8250 +lpassaudiocc-sc7280 +lpasscc-sc7280 +lpasscc-sc8280xp +lpasscc-sdm845 +lpasscorecc-sc7180 +lpasscorecc-sc7280 +lpc_ich +lpc_sch +lpddr_cmds +lpfc +lru_cache +lrw +lt3651-charger +lt7182s +ltc1660 +ltc2471 +ltc2485 +ltc2496 +ltc2497 +ltc2497-core +ltc2632 +ltc2688 +ltc2941-battery-gauge +ltc2945 +ltc2947-core +ltc2947-i2c +ltc2947-spi +ltc2978 +ltc2983 +ltc2990 +ltc2992 +ltc3589 +ltc3676 +ltc3815 +ltc4151 +ltc4162-l-charger +ltc4215 +ltc4222 +ltc4245 +ltc4260 +ltc4261 +ltr501 +ltrf216a +ltv350qv +lv0104cs +lv5207lp +lvds-codec +lvstest +lvts_thermal +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m2m-deinterlace +m52790 +m62332 +m88ds3103 +m88rs2000 +m88rs6000t +mISDN_core +mISDN_dsp +mISDNinfineon +mISDNipac +mISDNisar +m_can +m_can_pci +m_can_platform +ma35d1_serial +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac-iceland +mac-inuit +mac-roman +mac-romanian +mac-turkish +mac80211 +mac80211_hwsim +mac802154 +mac802154_hwsim +macb +macb_pci +machxo2-spi +macmodes +macsec +macvlan +macvtap +madera +madera-i2c +madera-spi +mag3110 +magellan +mailbox-altera +mailbox-test +mailbox-xgene-slimpro +mali-dp +mantis +mantis_core +map_absent +map_funcs +map_ram +map_rom +marvell +marvell-88x2222 +marvell-cesa +marvell10g +marvell_cn10k_ddr_pmu +marvell_cn10k_tad_pmu +marvell_nand +matrix-keymap +matrix_keypad +matrox_w1 +matroxfb_DAC1064 +matroxfb_Ti3026 +matroxfb_accel +matroxfb_base +matroxfb_crtc2 +matroxfb_g450 +matroxfb_maven +matroxfb_misc +max1027 +max11100 +max1111 +max1118 +max11205 +max11410 +max11801_ts +max1241 +max127 +max1363 +max14577-regulator +max14577_charger +max14656_charger_detector +max15301 +max1586 +max16064 +max16065 +max1619 +max16601 +max1668 +max17040_battery +max17042_battery +max1721x_battery +max197 +max20086-regulator +max20411-regulator +max20730 +max20751 +max2165 +max2175 +max30100 +max30102 +max30208 +max3100 +max31722 +max31730 +max31760 +max31785 +max31790 +max31827 +max31856 +max31865 +max3420_udc +max3421-hcd +max34440 +max44000 +max44009 +max517 +max5432 +max5481 +max5487 +max5522 +max5821 +max63xx_wdt +max6620 +max6621 +max6639 +max6650 +max6697 +max6875 +max7359_keypad +max77541 +max77541-adc +max77541-regulator +max77620-regulator +max77620_thermal +max77620_wdt +max77650 +max77650-charger +max77650-onkey +max77650-regulator +max77686-regulator +max77693-haptic +max77693-regulator +max77693_charger +max77714 +max77802-regulator +max77826-regulator +max77976_charger +max8649 +max8660 +max8688 +max8893 +max8903_charger +max8907 +max8907-regulator +max8925-regulator +max8925_bl +max8925_onkey +max8925_power +max8952 +max8973-regulator +max8997-regulator +max8997_charger +max8997_haptic +max8998 +max8998_charger +max9271 +max9286 +max9611 +max96712 +maxim_thermocouple +mb1232 +mb862xxfb +mb86a16 +mb86a20s +mc +mc13783-adc +mc13783-pwrbutton +mc13783-regulator +mc13783_ts +mc13892-regulator +mc13xxx-core +mc13xxx-i2c +mc13xxx-regulator-core +mc13xxx-spi +mc3230 +mc34vr500 +mc44s803 +mcam-core +mcb +mcb-lpc +mcb-pci +mcba_usb +mceusb +mchp23k256 +mchp48l640 +mchp_pci1xxxx_gp +mchp_pci1xxxx_gpio +mcp16502 +mcp251x +mcp251xfd +mcp3021 +mcp320x +mcp3422 +mcp3911 +mcp4018 +mcp41010 +mcp4131 +mcp4531 +mcp4725 +mcp4922 +mcr20a +mcs5000_ts +mcs7830 +mcs_touchkey +mct_u232 +mctp-i2c +mctp-serial +md-cluster +md4 +mdc800 +mdio +mdio-bcm-unimac +mdio-cavium +mdio-gpio +mdio-hisi-femac +mdio-i2c +mdio-ipq4019 +mdio-ipq8064 +mdio-mscc-miim +mdio-mux +mdio-mux-gpio +mdio-mux-meson-g12a +mdio-mux-meson-gxl +mdio-mux-mmioreg +mdio-mux-multiplexer +mdio-mvusb +mdio-octeon +mdio-regmap +mdio-thunder +mdio-xgene +mdt_loader +me4000 +me_daq +mediatek +mediatek-cpufreq +mediatek-cpufreq-hw +mediatek-drm +mediatek-drm-hdmi +mediatek-ge +mediatek-ge-soc +megachips-stdpxxxx-ge-b850v3-fw +megaraid +megaraid_mbox +megaraid_mm +megaraid_sas +melfas_mip4 +memory-notifier-error-inject +memstick +men_z135_uart +men_z188_adc +mena21_wdt +menf21bmc +menf21bmc_hwmon +menf21bmc_wdt +menz69_wdt +meson-canvas +meson-drm +meson-gx-mmc +meson-gxl +meson-ir +meson-ir-tx +meson-mx-sdio +meson-rng +meson-vdec +meson_ddr_pmu_g12 +meson_dw_hdmi +meson_dw_mipi_dsi +meson_gxbb_wdt +meson_nand +meson_saradc +meson_wdt +metro-usb +metronomefb +mf6x4 +mgag200 +mhi +mhi_ep +mhi_net +mhi_pci_generic +mhi_wwan_ctrl +mhi_wwan_mbim +mi0283qt +michael_mic +micrel +microchip +microchip-spi +microchip_t1 +microchip_t1s +microread +microread_i2c +microtek +minix +mip6 +mipi-i3c-hci +mite +mkiss +ml86v7667 +mlx4_core +mlx4_en +mlx4_ib +mlx5-vfio-pci +mlx5_core +mlx5_ib +mlx5_vdpa +mlx90614 +mlx90632 +mlx_wdt +mlxbf-bootctl +mlxbf-pmc +mlxbf-tmfifo +mlxbf_gige +mlxfw +mlxreg-fan +mlxreg-hotplug +mlxreg-io +mlxreg-lc +mlxsw_core +mlxsw_i2c +mlxsw_minimal +mlxsw_pci +mlxsw_spectrum +mma7455_core +mma7455_i2c +mma7455_spi +mma7660 +mma8450 +mma8452 +mma9551 +mma9551_core +mma9553 +mmc35240 +mmc_hsq +mmc_spi +mmcc-msm8994 +mmcc-msm8996 +mmcc-msm8998 +mmcc-sdm660 +mms114 +mn88443x +mn88472 +mn88473 +mos7720 +mos7840 +most_cdev +most_core +most_dim2 +most_i2c +most_net +most_snd +most_usb +most_video +motorcomm +motorola-cpcap +moxa +moxtet +mp2629 +mp2629_adc +mp2629_charger +mp2888 +mp2975 +mp5023 +mp5416 +mp8859 +mp886x +mpc624 +mpi3mr +mpl115 +mpl115_i2c +mpl115_spi +mpl3115 +mpls_gso +mpls_iptunnel +mpls_router +mpoa +mpq7920 +mpq7932 +mpr121_touchkey +mprls0025pa +mpt3sas +mptbase +mptcp_diag +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +mpu3050 +mr75203 +mrf24j40 +mrp +ms5611_core +ms5611_i2c +ms5611_spi +ms5637 +ms_block +ms_sensors_i2c +msa311 +mscc +mscc_felix +mscc_felix_dsa_lib +mscc_ocelot +mscc_ocelot_ext +mscc_ocelot_switch_lib +mscc_seville +msdos +mse102x +msg2638 +msi001 +msi2500 +msm +msp3400 +mspro_block +mss-sc7180 +mt2060 +mt2063 +mt20xx +mt2131 +mt2266 +mt312 +mt352 +mt6311-regulator +mt6315-regulator +mt6323-regulator +mt6331-regulator +mt6332-regulator +mt6357-regulator +mt6358-regulator +mt6359-accdet +mt6359-regulator +mt6360-adc +mt6360-core +mt6360-regulator +mt6360_charger +mt6370 +mt6370-adc +mt6370-backlight +mt6370-charger +mt6370-regulator +mt6380-regulator +mt6397 +mt6397-regulator +mt6577_auxadc +mt6779-keypad +mt6797-mt6351 +mt7530 +mt7530-mdio +mt7530-mmio +mt76 +mt76-connac-lib +mt76-sdio +mt76-usb +mt7601u +mt7603e +mt7615-common +mt7615e +mt7663-usb-sdio-common +mt7663s +mt7663u +mt76x0-common +mt76x02-lib +mt76x02-usb +mt76x0e +mt76x0u +mt76x2-common +mt76x2e +mt76x2u +mt7915e +mt7921-common +mt7921e +mt7921s +mt7921u +mt7996e +mt8183-da7219-max98357 +mt8183-mt6358-ts3a227-max98357 +mt8186-mt6366-da7219-max98357 +mt8186-mt6366-rt1019-rt5682s +mt8188-mt6359 +mt8192-mt6359-rt1015-rt5682 +mt8195-mt6359 +mt9m001 +mt9m111 +mt9p031 +mt9t112 +mt9v011 +mt9v032 +mt9v111 +mtd +mtd_blkdevs +mtd_dataflash +mtdblock +mtdblock_ro +mtdoops +mtdpstore +mtdram +mtdswap +mtip32xx +mtk-adsp-common +mtk-adsp-ipc +mtk-adsp-mailbox +mtk-btcvsd +mtk-cci-devfreq +mtk-cir +mtk-cmdq-helper +mtk-cmdq-mailbox +mtk-cqdma +mtk-devapc +mtk-hsdma +mtk-mmsys +mtk-mutex +mtk-pmic-keys +mtk-pmic-wrap +mtk-rng +mtk-sd +mtk-smi +mtk-svs +mtk-uart-apdma +mtk-vpu +mtk_dp +mtk_iommu +mtk_nand +mtk_rpmsg +mtk_scp +mtk_scp_ipi +mtk_t7xx +mtk_wdt +mtouch +mtu3 +multipath +multiq3 +musb_hdrc +mux-adg792a +mux-adgs1408 +mux-core +mux-gpio +mux-mmio +mv88e6060 +mv88e6xxx +mv_u3d_core +mv_udc +mvmdio +mvneta +mvpp2 +mvsas +mvumi +mwifiex +mwifiex_pcie +mwifiex_sdio +mwifiex_usb +mwl8k +mxb +mxc-jpeg-encdec +mxc4005 +mxc6255 +mxc_nand +mxc_w1 +mxcmmc +mxic_nand +mxl-gpy +mxl111sf-demod +mxl111sf-tuner +mxl301rf +mxl5005s +mxl5007t +mxl5xx +mxl692 +mxser +mxsfb +mxuport +myrb +myri10ge +myrs +n5pf +n_gsm +n_hdlc +nand +nandcore +nandsim +national +natsemi +nau7802 +navman +nb7vpq904m +nbd +nci +nci_spi +nci_uart +ncn26000 +nct6683 +nct6775 +nct6775-core +nct6775-i2c +nct7802 +nct7904 +nd_btt +nd_pmem +nd_virtio +ne2k-pci +neofb +net1080 +net2272 +net2280 +netconsole +netdevsim +netfs +netjet +netlink_diag +netrom +netsec +netup-unidvb +netxen_nic +newtonkbd +nf_conncount +nf_conntrack +nf_conntrack_amanda +nf_conntrack_bridge +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_dup_ipv4 +nf_dup_ipv6 +nf_dup_netdev +nf_flow_table +nf_flow_table_inet +nf_log_syslog +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_irc +nf_nat_pptp +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nf_reject_ipv4 +nf_reject_ipv6 +nf_socket_ipv4 +nf_socket_ipv6 +nf_synproxy_core +nf_tables +nf_tproxy_ipv4 +nf_tproxy_ipv6 +nfc +nfc_digital +nfcmrvl +nfcmrvl_i2c +nfcmrvl_spi +nfcmrvl_uart +nfcmrvl_usb +nfcsim +nfit +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_hook +nfnetlink_log +nfnetlink_osf +nfnetlink_queue +nfp +nfs +nfs_acl +nfs_layout_flexfiles +nfs_layout_nfsv41_files +nfsd +nfsv2 +nfsv3 +nfsv4 +nft_chain_nat +nft_compat +nft_connlimit +nft_ct +nft_dup_ipv4 +nft_dup_ipv6 +nft_dup_netdev +nft_fib +nft_fib_inet +nft_fib_ipv4 +nft_fib_ipv6 +nft_fib_netdev +nft_flow_offload +nft_fwd_netdev +nft_hash +nft_limit +nft_log +nft_masq +nft_meta_bridge +nft_nat +nft_numgen +nft_osf +nft_queue +nft_quota +nft_redir +nft_reject +nft_reject_bridge +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +nft_reject_netdev +nft_socket +nft_synproxy +nft_tproxy +nft_tunnel +nft_xfrm +nftl +ngbe +ngene +nhc_dest +nhc_fragment +nhc_hop +nhc_ipv6 +nhc_mobility +nhc_routing +nhc_udp +nhpoly1305 +nhpoly1305-neon +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_a2150 +ni_at_ao +ni_atmio +ni_atmio16d +ni_labpc +ni_labpc_common +ni_labpc_pci +ni_pcidio +ni_pcimio +ni_routes_test +ni_routing +ni_tio +ni_tiocmd +ni_usb6501 +nicpf +nicstar +nicvf +nilfs2 +nitro_enclaves +niu +nixge +nlmon +nls_ascii +nls_cp1250 +nls_cp1251 +nls_cp1255 +nls_cp737 +nls_cp775 +nls_cp850 +nls_cp852 +nls_cp855 +nls_cp857 +nls_cp860 +nls_cp861 +nls_cp862 +nls_cp863 +nls_cp864 +nls_cp865 +nls_cp866 +nls_cp869 +nls_cp874 +nls_cp932 +nls_cp936 +nls_cp949 +nls_cp950 +nls_euc-jp +nls_iso8859-1 +nls_iso8859-13 +nls_iso8859-14 +nls_iso8859-15 +nls_iso8859-2 +nls_iso8859-3 +nls_iso8859-4 +nls_iso8859-5 +nls_iso8859-6 +nls_iso8859-7 +nls_iso8859-9 +nls_koi8-r +nls_koi8-ru +nls_koi8-u +nls_utf8 +noa1305 +nosy +notifier-error-inject +nouveau +novatek-nvt-ts +nozomi +npcm-rng +npcm750-pwm-fan +npcm_adc +npcm_edac +nps_enet +ns558 +ns83820 +nsh +ntb +ntb_hw_epf +ntb_hw_idt +ntb_hw_switchtec +ntb_netdev +ntb_perf +ntb_pingpong +ntb_tool +ntb_transport +ntc_thermistor +ntfs +ntfs3 +ntxec +null_blk +nuvoton-cir +nvec +nvec_kbd +nvec_paz00 +nvec_power +nvec_ps2 +nvidiafb +nvme +nvme-apple +nvme-common +nvme-core +nvme-fabrics +nvme-fc +nvme-loop +nvme-rdma +nvme-tcp +nvmem-apple-efuses +nvmem-imx-iim +nvmem-imx-ocotp +nvmem-imx-ocotp-ele +nvmem-imx-ocotp-scu +nvmem-layerscape-sfp +nvmem-rave-sp-eeprom +nvmem-reboot-mode +nvmem-rmem +nvmem-rockchip-otp +nvmem-sc27xx-efuse +nvmem_meson_efuse +nvmem_meson_mx_efuse +nvmem_mtk-efuse +nvmem_qcom-spmi-sdam +nvmem_qfprom +nvmem_rockchip_efuse +nvmem_snvs_lpgpr +nvmem_sprd_efuse +nvmem_stm32_romem +nvmem_sunxi_sid +nvmem_u-boot-env +nvmet +nvmet-fc +nvmet-rdma +nvmet-tcp +nvsw-sn2201 +nwl-dsi +nxp-bbnsm-pwrkey +nxp-c45-tja11xx +nxp-cbtx +nxp-nci +nxp-nci_i2c +nxp-ptn3460 +nxp-tja11xx +nxt200x +nxt6000 +nzxt-kraken2 +nzxt-smart2 +objagg +ocelot-soc +ocfb +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stack_o2cb +ocfs2_stack_user +ocfs2_stackglue +ocmem +ocrdma +octeon_ep +octeontx-cpt +octeontx-cptvf +of-fpga-region +of_mmc_spi +of_pmem +of_xilinx_wdt +ofb +ofpart +og01a1b +ohci-platform +omap-mailbox +omap-rng +omap2_nand +omap4-keypad +omap_elm +omap_hwspinlock +omfs +omninet +on20 +on26 +onboard_usb_hub +onenand +onie-tlv +open-dice +opencores-kbd +openvswitch +opt3001 +opt4001 +optee +optee-rng +opticon +option +or51132 +or51211 +orangefs +orinoco +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +oti6858 +otm3225a +otx2_ptp +ov01a10 +ov02a10 +ov08d10 +ov08x40 +ov13858 +ov13b10 +ov2640 +ov2659 +ov2680 +ov2685 +ov2740 +ov4689 +ov5640 +ov5645 +ov5647 +ov5648 +ov5670 +ov5675 +ov5693 +ov5695 +ov6650 +ov7251 +ov7640 +ov7670 +ov772x +ov7740 +ov8856 +ov8858 +ov8865 +ov9282 +ov9640 +ov9650 +ov9734 +overlay +owl-dma +owl-emac +owl-mmc +oxu210hp-hcd +p54common +p54pci +p54spi +p54usb +p8022 +pa12203001 +palmas-pwrbutton +palmas-regulator +palmas_gpadc +pandora_bl +panel +panel-abt-y030xx067a +panel-arm-versatile +panel-asus-z00t-tm5p5-n35596 +panel-auo-a030jtn01 +panel-boe-bf060y8m-aj0 +panel-boe-himax8279d +panel-boe-tv101wum-nl6 +panel-dsi-cm +panel-ebbg-ft8719 +panel-edp +panel-elida-kd35t133 +panel-feixin-k101-im2ba02 +panel-feiyang-fy07024di26a30d +panel-himax-hx8394 +panel-ilitek-ili9322 +panel-ilitek-ili9341 +panel-ilitek-ili9881c +panel-innolux-ej030na +panel-innolux-p079zca +panel-jadard-jd9365da-h3 +panel-jdi-fhd-r63452 +panel-jdi-lt070me05000 +panel-khadas-ts050 +panel-kingdisplay-kd097d04 +panel-leadtek-ltk050h3146w +panel-leadtek-ltk500hd1829 +panel-lg-lb035q02 +panel-lg-lg4573 +panel-lvds +panel-magnachip-d53e6ea8966 +panel-mantix-mlaf057we51 +panel-mipi-dbi +panel-nec-nl8048hl11 +panel-newvision-nv3051d +panel-newvision-nv3052c +panel-novatek-nt35510 +panel-novatek-nt35560 +panel-novatek-nt35950 +panel-novatek-nt36523 +panel-novatek-nt36672a +panel-novatek-nt39016 +panel-olimex-lcd-olinuxino +panel-orisetech-ota5601a +panel-orisetech-otm8009a +panel-osd-osd101t2587-53ts +panel-panasonic-vvx10f034n00 +panel-raspberrypi-touchscreen +panel-raydium-rm67191 +panel-raydium-rm68200 +panel-ronbo-rb070d30 +panel-samsung-atna33xc20 +panel-samsung-db7430 +panel-samsung-ld9040 +panel-samsung-s6d16d0 +panel-samsung-s6d27a1 +panel-samsung-s6d7aa0 +panel-samsung-s6e3ha2 +panel-samsung-s6e63j0x03 +panel-samsung-s6e63m0 +panel-samsung-s6e63m0-dsi +panel-samsung-s6e63m0-spi +panel-samsung-s6e88a0-ams452ef01 +panel-samsung-s6e8aa0 +panel-samsung-sofef00 +panel-seiko-43wvf1g +panel-sharp-lq101r1sx01 +panel-sharp-ls037v7dw01 +panel-sharp-ls043t1le01 +panel-sharp-ls060t1sx01 +panel-simple +panel-sitronix-st7701 +panel-sitronix-st7703 +panel-sitronix-st7789v +panel-sony-acx565akm +panel-sony-td4353-jdi +panel-sony-tulip-truly-nt35521 +panel-tdo-tl070wsh30 +panel-tpo-td028ttec1 +panel-tpo-td043mtea1 +panel-tpo-tpg110 +panel-truly-nt35597 +panel-visionox-rm69299 +panel-visionox-vtdr6130 +panel-widechips-ws2401 +panel-xinpeng-xpp055c272 +panfrost +parade-ps8622 +parade-ps8640 +parkbd +parman +parport +parport_pc +parport_serial +parser_trx +pata_acpi +pata_ali +pata_amd +pata_artop +pata_atiixp +pata_atp867x +pata_cmd640 +pata_cmd64x +pata_cypress +pata_efar +pata_hpt366 +pata_hpt37x +pata_hpt3x2n +pata_hpt3x3 +pata_imx +pata_it8213 +pata_it821x +pata_jmicron +pata_legacy +pata_marvell +pata_mpiix +pata_netcell +pata_ninja32 +pata_ns87410 +pata_ns87415 +pata_of_platform +pata_oldpiix +pata_opti +pata_optidma +pata_parport +pata_pdc2027x +pata_pdc202xx_old +pata_piccolo +pata_platform +pata_radisys +pata_rdc +pata_rz1000 +pata_sch +pata_serverworks +pata_sil680 +pata_sis +pata_sl82c105 +pata_triflex +pata_via +pc300too +pc87360 +pc87427 +pca9450-regulator +pcap-regulator +pcap_keys +pcap_ts +pcbc +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci +pci-epf-mhi +pci-epf-ntb +pci-epf-vntb +pci-hyperv +pci-hyperv-intf +pci-meson +pci-pf-stub +pci-stub +pci200syn +pcie-apple +pcie-mediatek-gen3 +pcie-qcom-ep +pcie-rockchip-host +pcie-tegra194 +pcips2 +pcl711 +pcl724 +pcl726 +pcl730 +pcl812 +pcl816 +pcl818 +pcm3724 +pcmad +pcmcia_core +pcmcia_rsrc +pcmda12 +pcmmio +pcmuio +pcnet32 +pcrypt +pcs-mtk-lynxi +pcs_xpcs +pcwd_pci +pcwd_usb +pdc_adma +pdr_interface +pds_core +pds_vdpa +peak_pci +peak_pciefd +peak_usb +peci +peci-cpu +peci-cputemp +peci-dimmtemp +pegasus +pegasus_notetaker +penmount +pf8x00-regulator +pfr_telemetry +pfr_update +pfuze100-regulator +phantom +phonet +phram +phy-am654-serdes +phy-armada38x-comphy +phy-bcm-kona-usb2 +phy-berlin-sata +phy-berlin-usb +phy-cadence-salvo +phy-cadence-sierra +phy-cadence-torrent +phy-can-transceiver +phy-cpcap-usb +phy-exynos-usb2 +phy-fsl-imx8-mipi-dphy +phy-fsl-imx8m-pcie +phy-fsl-imx8mq-usb +phy-fsl-imx8qm-lvds-phy +phy-fsl-lynx-28g +phy-generic +phy-gmii-sel +phy-gpio-vbus-usb +phy-hi3660-usb3 +phy-hi3670-pcie +phy-hi3670-usb3 +phy-hi6220-usb +phy-hisi-inno-usb2 +phy-histb-combphy +phy-intel-keembay-emmc +phy-intel-keembay-usb +phy-isp1301 +phy-j721e-wiz +phy-mapphone-mdm6600 +phy-meson-axg-mipi-dphy +phy-meson-g12a-mipi-dphy-analog +phy-meson-g12a-usb2 +phy-meson-g12a-usb3-pcie +phy-meson-gxl-usb2 +phy-meson8b-usb2 +phy-mtk-dp +phy-mtk-hdmi-drv +phy-mtk-mipi-dsi-drv +phy-mtk-pcie +phy-mtk-tphy +phy-mtk-ufs +phy-mtk-xsphy +phy-mvebu-a3700-comphy +phy-mvebu-a3700-utmi +phy-mvebu-cp110-comphy +phy-mvebu-cp110-utmi +phy-ocelot-serdes +phy-omap-usb2 +phy-pxa-28nm-hsic +phy-pxa-28nm-usb2 +phy-qcom-apq8064-sata +phy-qcom-edp +phy-qcom-eusb2-repeater +phy-qcom-ipq4019-usb +phy-qcom-ipq806x-sata +phy-qcom-ipq806x-usb +phy-qcom-pcie2 +phy-qcom-qmp-combo +phy-qcom-qmp-pcie +phy-qcom-qmp-pcie-msm8996 +phy-qcom-qmp-ufs +phy-qcom-qmp-usb +phy-qcom-qusb2 +phy-qcom-sgmii-eth +phy-qcom-snps-eusb2 +phy-qcom-snps-femto-v2 +phy-qcom-usb-hs +phy-qcom-usb-hs-28nm +phy-qcom-usb-hsic +phy-qcom-usb-ss +phy-rcar-gen2 +phy-rcar-gen3-pcie +phy-rcar-gen3-usb2 +phy-rcar-gen3-usb3 +phy-rockchip-dp +phy-rockchip-dphy-rx0 +phy-rockchip-emmc +phy-rockchip-inno-csidphy +phy-rockchip-inno-dsidphy +phy-rockchip-inno-hdmi +phy-rockchip-inno-usb2 +phy-rockchip-naneng-combphy +phy-rockchip-pcie +phy-rockchip-snps-pcie3 +phy-rockchip-typec +phy-rockchip-usb +phy-stm32-usbphyc +phy-sun4i-usb +phy-sun50i-usb3 +phy-sun6i-mipi-dphy +phy-tahvo +phy-tegra-usb +phy-tegra-xusb +phy-tegra194-p2u +phy-tusb1210 +phy-zynqmp +physmap +pi3usb30532 +pi433 +pim4328 +pinctrl-apple-gpio +pinctrl-axp209 +pinctrl-cy8c95x0 +pinctrl-da9062 +pinctrl-imx8ulp +pinctrl-imx93 +pinctrl-ipq5018 +pinctrl-ipq5332 +pinctrl-ipq6018 +pinctrl-ipq8074 +pinctrl-ipq9574 +pinctrl-keembay +pinctrl-lochnagar +pinctrl-lpass-lpi +pinctrl-madera +pinctrl-max77620 +pinctrl-mcp23s08 +pinctrl-mcp23s08_i2c +pinctrl-mcp23s08_spi +pinctrl-mdm9607 +pinctrl-meson-s4 +pinctrl-mlxbf3 +pinctrl-msm8916 +pinctrl-msm8953 +pinctrl-msm8976 +pinctrl-msm8994 +pinctrl-msm8996 +pinctrl-msm8998 +pinctrl-mt6779 +pinctrl-qcm2290 +pinctrl-qcs404 +pinctrl-qdf2xxx +pinctrl-qdu1000 +pinctrl-rk805 +pinctrl-sa8775p +pinctrl-sc7180 +pinctrl-sc7280 +pinctrl-sc7280-lpass-lpi +pinctrl-sc8180x +pinctrl-sc8280xp +pinctrl-sc8280xp-lpass-lpi +pinctrl-sdm660 +pinctrl-sdm670 +pinctrl-sdm845 +pinctrl-sdx75 +pinctrl-sm6115 +pinctrl-sm6125 +pinctrl-sm6350 +pinctrl-sm6375 +pinctrl-sm7150 +pinctrl-sm8150 +pinctrl-sm8250 +pinctrl-sm8250-lpass-lpi +pinctrl-sm8350 +pinctrl-sm8450 +pinctrl-sm8450-lpass-lpi +pinctrl-sm8550 +pinctrl-sm8550-lpass-lpi +pinctrl-spmi-gpio +pinctrl-spmi-mpp +pinctrl-ssbi-gpio +pinctrl-ssbi-mpp +pinctrl-stmfx +pinctrl-zynqmp +pinephone-keyboard +ping +pistachio-internal-dac +pixcir_i2c_ts +pkcs7_test_key +pkcs8_key_parser +pktgen +pl111_drm +pl172 +pl2303 +pl330 +plat-ram +plat_nand +platform_lcd +platform_mhu +platform_profile +plfxlc +pli1209bc +plip +plusb +pluto2 +plx_dma +plx_pci +pm-notifier-error-inject +pm2fb +pm3fb +pm6764tr +pm80xx +pm8916_wdt +pm8941-pwrkey +pm8xxx-vibrator +pmbus +pmbus_core +pmc551 +pmcraid +pmic_glink +pmic_glink_altmode +pms7003 +pn532_uart +pn533 +pn533_i2c +pn533_usb +pn544 +pn544_i2c +pn_pep +poly1305-neon +poly1305_generic +polynomial +polyval-ce +polyval-generic +port100 +powermate +powr1220 +ppa +ppdev +ppp_async +ppp_deflate +ppp_mppe +ppp_synctty +pppoatm +pppoe +pppox +pps-gpio +pps-ldisc +pps_parport +pptp +prestera +prestera_pci +pretimeout_panic +prism2_usb +pru_rproc +pruss +ps2-gpio +ps2mult +psample +pse_regulator +psmouse +psnap +pstore_blk +pstore_zone +psxpad-spi +ptp-qoriq +ptp_clockmatrix +ptp_dfl_tod +ptp_idt82p33 +ptp_ines +ptp_kvm +ptp_ocp +pulse8-cec +pulsedlight-lidar-lite-v2 +pv88060-regulator +pv88080-regulator +pv88090-regulator +pvcalls-front +pvpanic +pvpanic-mmio +pvpanic-pci +pvrusb2 +pwc +pwm-apple +pwm-atmel-hlcdc +pwm-atmel-tcb +pwm-beeper +pwm-berlin +pwm-clk +pwm-cros-ec +pwm-dwc +pwm-fan +pwm-fsl-ftm +pwm-hibvt +pwm-imx-tpm +pwm-imx1 +pwm-imx27 +pwm-iqs620a +pwm-ir-tx +pwm-keembay +pwm-lp3943 +pwm-mediatek +pwm-meson +pwm-mtk-disp +pwm-ntxec +pwm-omap-dmtimer +pwm-pca9685 +pwm-rcar +pwm-regulator +pwm-renesas-tpu +pwm-rockchip +pwm-rz-mtu3 +pwm-sl28cpld +pwm-sprd +pwm-stm32 +pwm-stm32-lp +pwm-sun4i +pwm-tegra +pwm-tiecap +pwm-tiehrpwm +pwm-twl +pwm-twl-led +pwm-vibra +pwm-visconti +pwm-xilinx +pwm_bl +pwr-mlxbf +pwrseq_emmc +pwrseq_sd8787 +pwrseq_simple +pxa168_eth +pxa27x_udc +pxe1610 +pxrc +q54sj108a2 +q6adm +q6afe +q6afe-clocks +q6afe-dai +q6apm-dai +q6apm-lpass-dais +q6asm +q6asm-dai +q6core +q6prm +q6prm-clocks +q6routing +q6sstop-qcs404 +qaic +qat_4xxx +qat_c3xxx +qat_c3xxxvf +qat_c62x +qat_c62xvf +qat_dh895xcc +qat_dh895xccvf +qca8k +qca_7k_common +qcaspi +qcauart +qcaux +qcom-apcs-ipc-mailbox +qcom-camss +qcom-coincell +qcom-cpufreq-hw +qcom-cpufreq-nvmem +qcom-emac +qcom-geni-se +qcom-labibb-regulator +qcom-pm8008 +qcom-pon +qcom-rng +qcom-rpmh-regulator +qcom-spmi-adc-tm5 +qcom-spmi-adc5 +qcom-spmi-iadc +qcom-spmi-pmic +qcom-spmi-rradc +qcom-spmi-temp-alarm +qcom-spmi-vadc +qcom-vadc-common +qcom-wdt +qcom-wled +qcom_aoss +qcom_bam_dmux +qcom_battmgr +qcom_common +qcom_edac +qcom_eud +qcom_geni_serial +qcom_glink +qcom_glink_rpm +qcom_glink_smem +qcom_gsbi +qcom_hwspinlock +qcom_ice +qcom_nandc +qcom_pil_info +qcom_pmi8998_charger +qcom_pmic_tcpm +qcom_q6v5 +qcom_q6v5_adsp +qcom_q6v5_mss +qcom_q6v5_pas +qcom_q6v5_wcss +qcom_rpm +qcom_rpm-regulator +qcom_smbb +qcom_smd +qcom_smd-regulator +qcom_spmi-regulator +qcom_stats +qcom_sysmon +qcom_tsens +qcom_usb_vbus-regulator +qcomsmempart +qcrypto +qcserial +qed +qede +qedf +qedi +qedr +qemu_fw_cfg +qinfo_probe +qla1280 +qla2xxx +qla3xxx +qla4xxx +qlcnic +qlge +qm1d1b0004 +qm1d1c0042 +qmi_helpers +qmi_wwan +qnoc-msm8916 +qnoc-msm8939 +qnoc-msm8974 +qnoc-msm8996 +qnoc-qcm2290 +qnoc-qcs404 +qnoc-qdu1000 +qnoc-sa8775p +qnoc-sc7180 +qnoc-sc7280 +qnoc-sc8180x +qnoc-sc8280xp +qnoc-sdm660 +qnoc-sdm670 +qnoc-sdm845 +qnoc-sdx55 +qnoc-sdx65 +qnoc-sm6350 +qnoc-sm8150 +qnoc-sm8250 +qnoc-sm8350 +qnoc-sm8450 +qnoc-sm8550 +qnx4 +qnx6 +qoriq-cpufreq +qoriq_thermal +qrtr +qrtr-mhi +qrtr-smd +qrtr-tun +qsemi +qt1010 +qt1050 +qt1070 +qt2160 +qtnfmac +qtnfmac_pcie +quatech2 +quota_tree +quota_v1 +quota_v2 +qwiic-joystick +qxl +r592 +r6040 +r8152 +r8153_ecm +r8169 +r8192e_pci +r8192u_usb +r820t +r852 +r8712u +r8723bs +r8a66597-hcd +r8a66597-udc +r8a779f0-ether-serdes +raa215300 +radeon +radeonfb +radio-keene +radio-ma901 +radio-maxiradio +radio-mr800 +radio-platform-si4713 +radio-raremono +radio-shark +radio-si470x-common +radio-si470x-i2c +radio-si470x-usb +radio-si476x +radio-tea5764 +radio-usb-si4713 +radio-wl1273 +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid_class +rainshadow-cec +ramoops +ramp_controller +ravb +rave-sp +rave-sp-backlight +rave-sp-pwrbutton +rave-sp-wdt +raw_diag +raw_gadget +raydium_i2c_ts +rbd +rc-adstech-dvb-t-pci +rc-alink-dtu-m +rc-anysee +rc-apac-viewcomp +rc-astrometa-t2hybrid +rc-asus-pc39 +rc-asus-ps3-100 +rc-ati-tv-wonder-hd-600 +rc-ati-x10 +rc-avermedia +rc-avermedia-a16d +rc-avermedia-cardbus +rc-avermedia-dvbt +rc-avermedia-m135a +rc-avermedia-m733a-rm-k6 +rc-avermedia-rm-ks +rc-avertv-303 +rc-azurewave-ad-tu700 +rc-beelink-gs1 +rc-beelink-mxiii +rc-behold +rc-behold-columbus +rc-budget-ci-old +rc-cinergy +rc-cinergy-1400 +rc-core +rc-ct-90405 +rc-d680-dmb +rc-delock-61959 +rc-dib0700-nec +rc-dib0700-rc5 +rc-digitalnow-tinytwin +rc-digittrade +rc-dm1105-nec +rc-dntv-live-dvb-t +rc-dntv-live-dvbt-pro +rc-dreambox +rc-dtt200u +rc-dvbsky +rc-dvico-mce +rc-dvico-portable +rc-em-terratec +rc-encore-enltv +rc-encore-enltv-fm53 +rc-encore-enltv2 +rc-evga-indtube +rc-eztv +rc-flydvb +rc-flyvideo +rc-fusionhdtv-mce +rc-gadmei-rm008z +rc-geekbox +rc-genius-tvgo-a11mce +rc-gotview7135 +rc-hauppauge +rc-hisi-poplar +rc-hisi-tv-demo +rc-imon-mce +rc-imon-pad +rc-imon-rsc +rc-iodata-bctv7e +rc-it913x-v1 +rc-it913x-v2 +rc-kaiomy +rc-khadas +rc-khamsin +rc-kworld-315u +rc-kworld-pc150u +rc-kworld-plus-tv-analog +rc-leadtek-y04g0051 +rc-lme2510 +rc-loopback +rc-manli +rc-mecool-kii-pro +rc-mecool-kiii-pro +rc-medion-x10 +rc-medion-x10-digitainer +rc-medion-x10-or2x +rc-minix-neo +rc-msi-digivox-ii +rc-msi-digivox-iii +rc-msi-tvanywhere +rc-msi-tvanywhere-plus +rc-nebula +rc-nec-terratec-cinergy-xs +rc-norwood +rc-npgtech +rc-odroid +rc-pctv-sedna +rc-pine64 +rc-pinnacle-color +rc-pinnacle-grey +rc-pinnacle-pctv-hd +rc-pixelview +rc-pixelview-002t +rc-pixelview-mk12 +rc-pixelview-new +rc-powercolor-real-angel +rc-proteus-2309 +rc-purpletv +rc-pv951 +rc-rc6-mce +rc-real-audio-220-32-keys +rc-reddo +rc-snapstream-firefly +rc-streamzap +rc-su3000 +rc-tanix-tx3mini +rc-tanix-tx5max +rc-tbs-nec +rc-technisat-ts35 +rc-technisat-usb2 +rc-terratec-cinergy-c-pci +rc-terratec-cinergy-s2-hd +rc-terratec-cinergy-xs +rc-terratec-slim +rc-terratec-slim-2 +rc-tevii-nec +rc-tivo +rc-total-media-in-hand +rc-total-media-in-hand-02 +rc-trekstor +rc-tt-1500 +rc-twinhan-dtv-cab-ci +rc-twinhan1027 +rc-vega-s9x +rc-videomate-m1f +rc-videomate-s350 +rc-videomate-tv-pvr +rc-videostrong-kii-pro +rc-wetek-hub +rc-wetek-play2 +rc-winfast +rc-winfast-usbii-deluxe +rc-x96max +rc-xbox-360 +rc-xbox-dvd +rc-zx-irdec +rc5t583-regulator +rcar-csi2 +rcar-dmac +rcar-du-drm +rcar-fcp +rcar-isp +rcar-vin +rcar_can +rcar_canfd +rcar_cmm +rcar_drif +rcar_dw_hdmi +rcar_fdp1 +rcar_gen3_thermal +rcar_jpu +rcar_lvds +rcar_mipi_dsi +rcar_rproc +rcar_thermal +rdacm20 +rdacm21 +rdc321x-southbridge +rdma_cm +rdma_rxe +rdma_ucm +rds +rds_rdma +rds_tcp +realtek +realtek-mdio +realtek-smi +reboot-mode +redboot +redrat3 +reed_solomon +regmap-ac97 +regmap-i3c +regmap-sccb +regmap-sdw +regmap-sdw-mbq +regmap-slimbus +regmap-spi-avmm +regmap-spmi +regmap-w1 +regulator-haptic +reiserfs +renesas-nand-controller +renesas-rpc-if +renesas_sdhi_core +renesas_sdhi_internal_dmac +renesas_sdhi_sys_dmac +renesas_usb3 +renesas_usbf +renesas_usbhs +renesas_wdt +repaper +reset-a10sr +reset-hi3660 +reset-meson-audio-arb +reset-qcom-pdc +reset-scmi +reset-ti-sci +reset-ti-syscon +reset-tps380x +resistive-adc-touch +retu-mfd +retu-pwrbutton +retu_wdt +rfc1051 +rfc1201 +rfcomm +rfd77402 +rfd_ftl +rfkill-gpio +rio-scan +rio_cm +rio_mport_cdev +rionet +rivafb +rj54n1cb0c +rk3399_dmc +rk805-pwrkey +rk808-regulator +rk817_charger +rk8xx-core +rk8xx-i2c +rk8xx-spi +rk_crypto +rm3100-core +rm3100-i2c +rm3100-spi +rmd160 +rmi_core +rmi_i2c +rmi_smbus +rmi_spi +rmnet +rmtfs_mem +rn5t618 +rn5t618-adc +rn5t618-regulator +rn5t618_power +rn5t618_wdt +rnbd-client +rnbd-server +rndis_host +rndis_wlan +rockchip +rockchip-dfi +rockchip-isp1 +rockchip-nand-controller +rockchip-rga +rockchip-vdec +rockchip_saradc +rockchip_thermal +rockchipdrm +rocker +rohm-bd71828 +rohm-bd718x7 +rohm-bd9576 +rohm-bu27008 +rohm-bu27034 +rohm-regulator +rohm_bu21023 +romfs +rose +rotary_encoder +rp2 +rpcrdma +rpcsec_gss_krb5 +rpi-panel-attiny-regulator +rpm_master_stats +rpmpd +rpmsg_char +rpmsg_core +rpmsg_ctrl +rpmsg_ns +rpmsg_tty +rpmsg_wwan_ctrl +rpr0521 +rsi_91x +rsi_sdio +rsi_usb +rsmu-i2c +rsmu-spi +rswitch_drv +rt1719 +rt2400pci +rt2500pci +rt2500usb +rt2800lib +rt2800mmio +rt2800pci +rt2800usb +rt2x00lib +rt2x00mmio +rt2x00pci +rt2x00usb +rt4801-regulator +rt4803 +rt4831 +rt4831-backlight +rt4831-regulator +rt5033 +rt5033-regulator +rt5033_battery +rt5033_charger +rt5120 +rt5120-pwrkey +rt5120-regulator +rt5190a-regulator +rt5739 +rt5759-regulator +rt6160-regulator +rt6190-regulator +rt61pci +rt6245-regulator +rt73usb +rt9455_charger +rt9467-charger +rt9471 +rtc-88pm80x +rtc-88pm860x +rtc-ab-b5ze-s3 +rtc-ab-eoz9 +rtc-abx80x +rtc-armada38x +rtc-as3722 +rtc-bd70528 +rtc-bq32k +rtc-bq4802 +rtc-cadence +rtc-cpcap +rtc-cros-ec +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1302 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1685 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-em3027 +rtc-fm3130 +rtc-fsl-ftm-alarm +rtc-ftrtc010 +rtc-goldfish +rtc-hid-sensor-time +rtc-hym8563 +rtc-imx-sc +rtc-imxdi +rtc-isl12022 +rtc-isl12026 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max6916 +rtc-max77686 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-meson-vrtc +rtc-msm6242 +rtc-mt2712 +rtc-mt6397 +rtc-mt7622 +rtc-mxc +rtc-mxc_v2 +rtc-nct3018y +rtc-ntxec +rtc-nxp-bbnsm +rtc-optee +rtc-palmas +rtc-pcap +rtc-pcf2123 +rtc-pcf2127 +rtc-pcf50633 +rtc-pcf85063 +rtc-pcf8523 +rtc-pcf85363 +rtc-pcf8563 +rtc-pcf8583 +rtc-pl030 +rtc-pl031 +rtc-pm8xxx +rtc-r7301 +rtc-r9701 +rtc-rc5t583 +rtc-rc5t619 +rtc-rk808 +rtc-rp5c01 +rtc-rs5c348 +rtc-rs5c372 +rtc-rv3028 +rtc-rv3029c2 +rtc-rv3032 +rtc-rv8803 +rtc-rx4581 +rtc-rx6110 +rtc-rx8010 +rtc-rx8025 +rtc-rx8581 +rtc-s35390a +rtc-s5m +rtc-sc27xx +rtc-sd3078 +rtc-sh +rtc-snvs +rtc-stk17ta8 +rtc-stm32 +rtc-tegra +rtc-ti-k3 +rtc-tps6586x +rtc-tps65910 +rtc-twl +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtc-zynqmp +rtd520 +rti800 +rti802 +rti_wdt +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192ee +rtl8192se +rtl8365mb +rtl8366 +rtl8723-common +rtl8723ae +rtl8723be +rtl8821ae +rtl8xxxu +rtl_pci +rtl_usb +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtlwifi +rtmv20-regulator +rtq2134-regulator +rtq6056 +rtq6752-regulator +rtrs-client +rtrs-core +rtrs-server +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rtw88_8723d +rtw88_8723de +rtw88_8723ds +rtw88_8723du +rtw88_8821c +rtw88_8821ce +rtw88_8821cs +rtw88_8821cu +rtw88_8822b +rtw88_8822be +rtw88_8822bs +rtw88_8822bu +rtw88_8822c +rtw88_8822ce +rtw88_8822cs +rtw88_8822cu +rtw88_core +rtw88_pci +rtw88_sdio +rtw88_usb +rtw89_8851b +rtw89_8851be +rtw89_8852a +rtw89_8852ae +rtw89_8852b +rtw89_8852be +rtw89_8852c +rtw89_8852ce +rtw89_core +rtw89_pci +rvu_af +rvu_cptcommon +rvu_cptpf +rvu_cptvf +rvu_mbox +rvu_nicpf +rvu_nicvf +rx51_battery +rxperf +rxrpc +rz-dmac +rz-mtu3-cnt +rza_wdt +rzg2l-cru +rzg2l-csi2 +rzg2l_adc +rzg2l_mipi_dsi +rzg2l_thermal +rzg2l_wdt +rzn1_wdt +rzv2m_usb3drd +s1d13xxxfb +s2250 +s2255drv +s2io +s2mpa01 +s2mps11 +s3fb +s3fwrn5 +s3fwrn5_i2c +s3fwrn82_uart +s526 +s5c73m3 +s5h1409 +s5h1411 +s5h1420 +s5h1432 +s5k5baf +s5k6a3 +s5m8767 +s626 +s6sy761 +s921 +sa2ul +saa6588 +saa6752hs +saa7110 +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7134-go7007 +saa7146 +saa7146_vv +saa7164 +saa717x +saa7185 +saa7706h +safe_serial +sahara +sample-trace-array +samsung-dsim +samsung-keypad +samsung-sxgbe +samsung_tty +sata_dwc_460ex +sata_inic162x +sata_mv +sata_nv +sata_promise +sata_qstor +sata_rcar +sata_sil +sata_sil24 +sata_sis +sata_svw +sata_sx4 +sata_uli +sata_via +sata_vsc +savagefb +sb1000 +sbp_target +sbrmi +sbs-battery +sbs-charger +sbs-manager +sbsa_gwdt +sbtsi_temp +sc16is7xx +sc2731-regulator +sc2731_charger +sc27xx-poweroff +sc27xx-vibra +sc27xx_adc +sc27xx_fuel_gauge +sc92031 +sc9860-clk +sc9863a-clk +sca3000 +sca3300 +scd30_core +scd30_i2c +scd30_serial +scd4x +sch5627 +sch5636 +sch56xx-common +sch_cake +sch_cbs +sch_choke +sch_codel +sch_drr +sch_etf +sch_ets +sch_fq +sch_fq_codel +sch_fq_pie +sch_gred +sch_hfsc +sch_hhf +sch_htb +sch_ingress +sch_mqprio +sch_mqprio_lib +sch_multiq +sch_netem +sch_pie +sch_plug +sch_prio +sch_qfq +sch_red +sch_sfb +sch_sfq +sch_skbprio +sch_taprio +sch_tbf +sch_teql +sci-clk +sclk-div +scmi-cpufreq +scmi-hwmon +scmi-regulator +scmi_iio +scmi_pm_domain +scmi_power_control +scpi-cpufreq +scpi-hwmon +scpi_pm_domain +scsi_debug +scsi_dh_alua +scsi_dh_emc +scsi_dh_hp_sw +scsi_dh_rdac +scsi_transport_fc +scsi_transport_iscsi +scsi_transport_sas +scsi_transport_spi +scsi_transport_srp +sctp +sctp_diag +sd_adc_modulator +sdhci +sdhci-acpi +sdhci-cadence +sdhci-esdhc-imx +sdhci-milbeaut +sdhci-msm +sdhci-of-arasan +sdhci-of-at91 +sdhci-of-dwcmshc +sdhci-of-esdhc +sdhci-of-sparx5 +sdhci-omap +sdhci-pci +sdhci-pltfm +sdhci-pxav3 +sdhci-sprd +sdhci-tegra +sdhci-xenon-driver +sdhci_am654 +sdhci_f_sdh30 +sdio_uart +sensehat-joystick +sensorhub +serial-tegra +serial_ir +serio_raw +sermouse +serpent_generic +serport +ses +sf-pdma +sfc +sfc-falcon +sfc-siena +sfp +sgi_w1 +sgp30 +sgp40 +sh_eth +sh_mmcif +sh_mobile_lcdcfb +sha1-ce +sha2-ce +sha256-arm64 +sha3-ce +shark2 +shmob-drm +sht15 +sht21 +sht3x +sht4x +shtc1 +si1133 +si1145 +si2157 +si2165 +si2168 +si21xx +si4713 +si476x-core +si7005 +si7020 +sidewinder +sierra +sierra_net +sifive +sii902x +sii9234 +sil-sii8620 +sil164 +silead +simple-bridge +simple-mfd-i2c +simpledrm +simplefb +siox-bus-gpio +siox-core +sis190 +sis5595 +sis900 +sis_i2c +sisfb +sisusbvga +sit +siw +sja1000 +sja1000_isa +sja1000_platform +sja1105 +skfp +skge +sky2 +sky81452 +sky81452-backlight +sky81452-regulator +sl28cpld-hwmon +sl28cpld_wdt +sl28vpd +sl811-hcd +slcan +slg51000-regulator +slic_ds26522 +slicoss +slim-qcom-ctrl +slim-qcom-ngd-ctrl +slimbus +slip +slram +sm2_generic +sm3 +sm3-ce +sm3-neon +sm3_generic +sm4 +sm4-ce +sm4-ce-ccm +sm4-ce-cipher +sm4-ce-gcm +sm4-neon +sm4_generic +sm501 +sm501fb +sm712fb +sm750fb +sm_common +sm_ftl +smartpqi +smb347-charger +smc +smc_diag +smd-rpm +smem +smipcie +smm665 +smp2p +smpro-core +smpro-errmon +smpro-hwmon +smpro-misc +smsc +smsc47b397 +smsc47m1 +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smscufx +smsdvb +smsm +smsmdtv +smssdio +smsusb +snd +snd-ac97-codec +snd-acp-config +snd-ad1889 +snd-ak4113 +snd-ak4114 +snd-ak4xxx-adda +snd-ali5451 +snd-aloop +snd-als300 +snd-atiixp +snd-atiixp-modem +snd-au8810 +snd-au8820 +snd-au8830 +snd-aw2 +snd-azt3328 +snd-bcd2000 +snd-bebob +snd-bt87x +snd-ca0106 +snd-cmipci +snd-compress +snd-cs4281 +snd-cs46xx +snd-cs8427 +snd-ctl-led +snd-ctxfi +snd-darla20 +snd-darla24 +snd-dice +snd-dummy +snd-echo3g +snd-emu10k1 +snd-emu10k1-synth +snd-emu10k1x +snd-emux-synth +snd-ens1370 +snd-ens1371 +snd-es1938 +snd-es1968 +snd-fireface +snd-firewire-digi00x +snd-firewire-lib +snd-firewire-motu +snd-firewire-tascam +snd-fireworks +snd-fm801 +snd-gina20 +snd-gina24 +snd-hda-codec +snd-hda-codec-analog +snd-hda-codec-ca0110 +snd-hda-codec-ca0132 +snd-hda-codec-cirrus +snd-hda-codec-cmedia +snd-hda-codec-conexant +snd-hda-codec-cs8409 +snd-hda-codec-generic +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-core +snd-hda-cs-dsp-ctls +snd-hda-ext-core +snd-hda-intel +snd-hda-scodec-cs35l41 +snd-hda-scodec-cs35l41-i2c +snd-hda-scodec-cs35l41-spi +snd-hda-tegra +snd-hdsp +snd-hdspm +snd-hrtimer +snd-hwdep +snd-i2c +snd-ice1712 +snd-ice1724 +snd-ice17xx-ak4xxx +snd-indigo +snd-indigodj +snd-indigodjx +snd-indigoio +snd-indigoiox +snd-intel-dspcfg +snd-intel-sdw-acpi +snd-intel8x0 +snd-intel8x0m +snd-isight +snd-korg1212 +snd-layla20 +snd-layla24 +snd-lola +snd-lx6464es +snd-maestro3 +snd-mia +snd-mixart +snd-mixer-oss +snd-mona +snd-mpu401 +snd-mpu401-uart +snd-mtpav +snd-mts64 +snd-nm256 +snd-opl3-lib +snd-opl3-synth +snd-oxfw +snd-oxygen +snd-oxygen-lib +snd-pcm +snd-pcm-dmaengine +snd-pcmtest +snd-pcxhr +snd-portman2x4 +snd-pt2258 +snd-q6apm +snd-q6dsp-common +snd-rawmidi +snd-riptide +snd-rme32 +snd-rme96 +snd-rme9652 +snd-seq +snd-seq-device +snd-seq-dummy +snd-seq-midi +snd-seq-midi-emul +snd-seq-midi-event +snd-seq-ump-client +snd-seq-virmidi +snd-serial-generic +snd-serial-u16550 +snd-soc-63xx +snd-soc-ac97 +snd-soc-acp-da7219mx98357-mach +snd-soc-acp-es8336-mach +snd-soc-acp-rt5645-mach +snd-soc-acpi +snd-soc-adau-utils +snd-soc-adau1372 +snd-soc-adau1372-i2c +snd-soc-adau1372-spi +snd-soc-adau1701 +snd-soc-adau1761 +snd-soc-adau1761-i2c +snd-soc-adau1761-spi +snd-soc-adau17x1 +snd-soc-adau7002 +snd-soc-adau7118 +snd-soc-adau7118-hw +snd-soc-adau7118-i2c +snd-soc-adi-axi-i2s +snd-soc-adi-axi-spdif +snd-soc-ak4104 +snd-soc-ak4118 +snd-soc-ak4375 +snd-soc-ak4458 +snd-soc-ak4554 +snd-soc-ak4613 +snd-soc-ak4642 +snd-soc-ak5386 +snd-soc-ak5558 +snd-soc-alc5623 +snd-soc-alc5632 +snd-soc-apple-mca +snd-soc-apq8016-sbc +snd-soc-apq8096 +snd-soc-armada-370-db +snd-soc-audio-graph-card +snd-soc-audio-graph-card2 +snd-soc-audio-graph-card2-custom-sample +snd-soc-aw8738 +snd-soc-aw88395 +snd-soc-aw88395-lib +snd-soc-bd28623 +snd-soc-bt-sco +snd-soc-chv3-codec +snd-soc-core +snd-soc-cpcap +snd-soc-cros-ec-codec +snd-soc-cs35l32 +snd-soc-cs35l33 +snd-soc-cs35l34 +snd-soc-cs35l35 +snd-soc-cs35l36 +snd-soc-cs35l41 +snd-soc-cs35l41-i2c +snd-soc-cs35l41-lib +snd-soc-cs35l41-spi +snd-soc-cs35l45 +snd-soc-cs35l45-i2c +snd-soc-cs35l45-spi +snd-soc-cs35l56 +snd-soc-cs35l56-i2c +snd-soc-cs35l56-sdw +snd-soc-cs35l56-shared +snd-soc-cs35l56-spi +snd-soc-cs4234 +snd-soc-cs4265 +snd-soc-cs4270 +snd-soc-cs4271 +snd-soc-cs4271-i2c +snd-soc-cs4271-spi +snd-soc-cs42l42 +snd-soc-cs42l42-i2c +snd-soc-cs42l42-sdw +snd-soc-cs42l51 +snd-soc-cs42l51-i2c +snd-soc-cs42l52 +snd-soc-cs42l56 +snd-soc-cs42l73 +snd-soc-cs42l83-i2c +snd-soc-cs42xx8 +snd-soc-cs42xx8-i2c +snd-soc-cs43130 +snd-soc-cs4341 +snd-soc-cs4349 +snd-soc-cs53l30 +snd-soc-cx2072x +snd-soc-da7213 +snd-soc-da7219 +snd-soc-davinci-mcasp +snd-soc-dmic +snd-soc-es7134 +snd-soc-es7241 +snd-soc-es8316 +snd-soc-es8326 +snd-soc-es8328 +snd-soc-es8328-i2c +snd-soc-es8328-spi +snd-soc-fsi +snd-soc-fsl-asoc-card +snd-soc-fsl-asrc +snd-soc-fsl-aud2htx +snd-soc-fsl-audmix +snd-soc-fsl-easrc +snd-soc-fsl-esai +snd-soc-fsl-micfil +snd-soc-fsl-mqs +snd-soc-fsl-rpmsg +snd-soc-fsl-sai +snd-soc-fsl-spdif +snd-soc-fsl-ssi +snd-soc-fsl-utils +snd-soc-fsl-xcvr +snd-soc-gtm601 +snd-soc-hda-codec +snd-soc-hdmi-codec +snd-soc-ics43432 +snd-soc-idt821034 +snd-soc-imx-audmix +snd-soc-imx-audmux +snd-soc-imx-card +snd-soc-imx-es8328 +snd-soc-imx-hdmi +snd-soc-imx-rpmsg +snd-soc-imx-sgtl5000 +snd-soc-imx-spdif +snd-soc-inno-rk3036 +snd-soc-j721e-evm +snd-soc-kirkwood +snd-soc-kmb_platform +snd-soc-lochnagar-sc +snd-soc-lpass-apq8016 +snd-soc-lpass-cdc-dma +snd-soc-lpass-cpu +snd-soc-lpass-hdmi +snd-soc-lpass-ipq806x +snd-soc-lpass-macro-common +snd-soc-lpass-platform +snd-soc-lpass-rx-macro +snd-soc-lpass-sc7180 +snd-soc-lpass-sc7280 +snd-soc-lpass-tx-macro +snd-soc-lpass-va-macro +snd-soc-lpass-wsa-macro +snd-soc-max9759 +snd-soc-max98088 +snd-soc-max98090 +snd-soc-max98357a +snd-soc-max98363 +snd-soc-max98373 +snd-soc-max98373-i2c +snd-soc-max98373-sdw +snd-soc-max98388 +snd-soc-max98390 +snd-soc-max98396 +snd-soc-max98504 +snd-soc-max98520 +snd-soc-max9860 +snd-soc-max9867 +snd-soc-max98927 +snd-soc-meson-aiu +snd-soc-meson-axg-fifo +snd-soc-meson-axg-frddr +snd-soc-meson-axg-pdm +snd-soc-meson-axg-sound-card +snd-soc-meson-axg-spdifin +snd-soc-meson-axg-spdifout +snd-soc-meson-axg-tdm-formatter +snd-soc-meson-axg-tdm-interface +snd-soc-meson-axg-tdmin +snd-soc-meson-axg-tdmout +snd-soc-meson-axg-toddr +snd-soc-meson-card-utils +snd-soc-meson-codec-glue +snd-soc-meson-g12a-toacodec +snd-soc-meson-g12a-tohdmitx +snd-soc-meson-gx-sound-card +snd-soc-meson-t9015 +snd-soc-mikroe-proto +snd-soc-msm8916-analog +snd-soc-msm8916-digital +snd-soc-mt6351 +snd-soc-mt6358 +snd-soc-mt6359 +snd-soc-mt6660 +snd-soc-mt6797-afe +snd-soc-mt8183-afe +snd-soc-mt8186-afe +snd-soc-mt8188-afe +snd-soc-mt8192-afe +snd-soc-mt8195-afe +snd-soc-mtk-common +snd-soc-nau8315 +snd-soc-nau8540 +snd-soc-nau8810 +snd-soc-nau8821 +snd-soc-nau8822 +snd-soc-nau8824 +snd-soc-nau8825 +snd-soc-pcm1681 +snd-soc-pcm1789-codec +snd-soc-pcm1789-i2c +snd-soc-pcm179x-codec +snd-soc-pcm179x-i2c +snd-soc-pcm179x-spi +snd-soc-pcm186x +snd-soc-pcm186x-i2c +snd-soc-pcm186x-spi +snd-soc-pcm3060 +snd-soc-pcm3060-i2c +snd-soc-pcm3060-spi +snd-soc-pcm3168a +snd-soc-pcm3168a-i2c +snd-soc-pcm3168a-spi +snd-soc-pcm5102a +snd-soc-pcm512x +snd-soc-pcm512x-i2c +snd-soc-pcm512x-spi +snd-soc-peb2466 +snd-soc-qcom-common +snd-soc-qcom-sdw +snd-soc-rcar +snd-soc-rk3288-hdmi-analog +snd-soc-rk3328 +snd-soc-rk3399-gru-sound +snd-soc-rk817 +snd-soc-rl6231 +snd-soc-rockchip-i2s +snd-soc-rockchip-i2s-tdm +snd-soc-rockchip-max98090 +snd-soc-rockchip-pdm +snd-soc-rockchip-rt5645 +snd-soc-rockchip-spdif +snd-soc-rt1011 +snd-soc-rt1015 +snd-soc-rt1015p +snd-soc-rt1308-sdw +snd-soc-rt1316-sdw +snd-soc-rt1318-sdw +snd-soc-rt5514 +snd-soc-rt5514-spi +snd-soc-rt5616 +snd-soc-rt5631 +snd-soc-rt5640 +snd-soc-rt5645 +snd-soc-rt5659 +snd-soc-rt5663 +snd-soc-rt5677 +snd-soc-rt5677-spi +snd-soc-rt5682 +snd-soc-rt5682-i2c +snd-soc-rt5682-sdw +snd-soc-rt5682s +snd-soc-rt700 +snd-soc-rt711 +snd-soc-rt711-sdca +snd-soc-rt712-sdca +snd-soc-rt712-sdca-dmic +snd-soc-rt715 +snd-soc-rt715-sdca +snd-soc-rt722-sdca +snd-soc-rt9120 +snd-soc-rz-ssi +snd-soc-sc7180 +snd-soc-sc7280 +snd-soc-sc8280xp +snd-soc-sdm845 +snd-soc-sdw-mockup +snd-soc-sgtl5000 +snd-soc-si476x +snd-soc-sigmadsp +snd-soc-sigmadsp-i2c +snd-soc-sigmadsp-regmap +snd-soc-simple-amplifier +snd-soc-simple-card +snd-soc-simple-card-utils +snd-soc-simple-mux +snd-soc-sm8250 +snd-soc-sma1303 +snd-soc-spdif-rx +snd-soc-spdif-tx +snd-soc-sprd-platform +snd-soc-src4xxx +snd-soc-src4xxx-i2c +snd-soc-ssm2305 +snd-soc-ssm2518 +snd-soc-ssm2602 +snd-soc-ssm2602-i2c +snd-soc-ssm2602-spi +snd-soc-ssm3515 +snd-soc-ssm4567 +snd-soc-sta32x +snd-soc-sta350 +snd-soc-sti-sas +snd-soc-stm32-i2s +snd-soc-stm32-sai +snd-soc-stm32-sai-sub +snd-soc-stm32-spdifrx +snd-soc-storm +snd-soc-tas2552 +snd-soc-tas2562 +snd-soc-tas2764 +snd-soc-tas2770 +snd-soc-tas2780 +snd-soc-tas2781-comlib +snd-soc-tas2781-fmwlib +snd-soc-tas2781-i2c +snd-soc-tas5086 +snd-soc-tas571x +snd-soc-tas5720 +snd-soc-tas5805m +snd-soc-tas6424 +snd-soc-tda7419 +snd-soc-tegra-audio-graph-card +snd-soc-tegra-machine +snd-soc-tegra-pcm +snd-soc-tegra-wm8903 +snd-soc-tegra186-asrc +snd-soc-tegra186-dspk +snd-soc-tegra20-ac97 +snd-soc-tegra20-das +snd-soc-tegra20-i2s +snd-soc-tegra20-spdif +snd-soc-tegra210-admaif +snd-soc-tegra210-adx +snd-soc-tegra210-ahub +snd-soc-tegra210-amx +snd-soc-tegra210-dmic +snd-soc-tegra210-i2s +snd-soc-tegra210-mixer +snd-soc-tegra210-mvc +snd-soc-tegra210-ope +snd-soc-tegra210-sfc +snd-soc-tegra30-ahub +snd-soc-tegra30-i2s +snd-soc-test-component +snd-soc-tfa9879 +snd-soc-tfa989x +snd-soc-ti-edma +snd-soc-ti-sdma +snd-soc-ti-udma +snd-soc-tlv320adc3xxx +snd-soc-tlv320adcx140 +snd-soc-tlv320aic23 +snd-soc-tlv320aic23-i2c +snd-soc-tlv320aic23-spi +snd-soc-tlv320aic31xx +snd-soc-tlv320aic32x4 +snd-soc-tlv320aic32x4-i2c +snd-soc-tlv320aic32x4-spi +snd-soc-tlv320aic3x +snd-soc-tlv320aic3x-i2c +snd-soc-tlv320aic3x-spi +snd-soc-tpa6130a2 +snd-soc-ts3a227e +snd-soc-tscs42xx +snd-soc-tscs454 +snd-soc-uda1334 +snd-soc-wcd-mbhc +snd-soc-wcd9335 +snd-soc-wcd934x +snd-soc-wcd938x +snd-soc-wcd938x-sdw +snd-soc-wm-adsp +snd-soc-wm-hubs +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8524 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8731-i2c +snd-soc-wm8731-spi +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8782 +snd-soc-wm8804 +snd-soc-wm8804-i2c +snd-soc-wm8804-spi +snd-soc-wm8903 +snd-soc-wm8904 +snd-soc-wm8940 +snd-soc-wm8960 +snd-soc-wm8961 +snd-soc-wm8962 +snd-soc-wm8974 +snd-soc-wm8978 +snd-soc-wm8985 +snd-soc-wm8994 +snd-soc-wm9712 +snd-soc-wsa881x +snd-soc-wsa883x +snd-soc-wsa884x +snd-soc-xlnx-formatter-pcm +snd-soc-xlnx-i2s +snd-soc-xlnx-spdif +snd-soc-xtfpga-i2s +snd-soc-zl38060 +snd-sof +snd-sof-imx8 +snd-sof-imx8m +snd-sof-imx8ulp +snd-sof-mt8186 +snd-sof-mt8195 +snd-sof-of +snd-sof-utils +snd-sof-xtensa-dsp +snd-sonicvibes +snd-timer +snd-trident +snd-ua101 +snd-ump +snd-usb-6fire +snd-usb-audio +snd-usb-caiaq +snd-usb-hiface +snd-usb-line6 +snd-usb-pod +snd-usb-podhd +snd-usb-toneport +snd-usb-variax +snd-usbmidi-lib +snd-util-mem +snd-via82xx +snd-via82xx-modem +snd-virmidi +snd-virtuoso +snd-vx-lib +snd-vx222 +snd-ymfpci +snd_xen_front +snet_vdpa +snic +snps_udc_core +snps_udc_plat +snvs_pwrkey +soc_button_array +socfpga +socfpga-a10 +socinfo +softdog +softing +solo6x10 +solos-pci +sony-btf-mpx +soundcore +soundwire-amd +soundwire-bus +soundwire-cadence +soundwire-generic-allocation +soundwire-intel +soundwire-qcom +sp2 +sp805_wdt +sp8870 +sp887x +spaceball +spaceorb +sparse-keymap +sparx5-switch +sparx5-temp +spcp8x5 +speakup +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_dectlk +speakup_dummy +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +speedfax +speedtch +spi-altera-core +spi-altera-dfl +spi-altera-platform +spi-amd +spi-amlogic-spifc-a1 +spi-armada-3700 +spi-axi-spi-engine +spi-bitbang +spi-butterfly +spi-cadence +spi-cadence-quadspi +spi-cadence-xspi +spi-dln2 +spi-dw +spi-dw-mmio +spi-dw-pci +spi-fsi +spi-fsl-dspi +spi-fsl-lpspi +spi-fsl-qspi +spi-geni-qcom +spi-gpio +spi-hisi-kunpeng +spi-hisi-sfc-v3xx +spi-imx +spi-lm70llp +spi-loopback-test +spi-meson-spicc +spi-meson-spifc +spi-microchip-core +spi-microchip-core-qspi +spi-mt65xx +spi-mtk-nor +spi-mtk-snfi +spi-mux +spi-mxic +spi-nor +spi-npcm-fiu +spi-npcm-pspi +spi-nxp-fspi +spi-oc-tiny +spi-orion +spi-pci1xxxx +spi-pl022 +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-qcom-qspi +spi-qup +spi-rockchip +spi-rockchip-sfc +spi-rpc-if +spi-rspi +spi-rzv2m-csi +spi-sc18is602 +spi-sh-hspi +spi-sh-msiof +spi-sifive +spi-slave-mt27xx +spi-slave-system-control +spi-slave-time +spi-sn-f-ospi +spi-sprd +spi-sprd-adi +spi-stm32 +spi-stm32-qspi +spi-sun6i +spi-synquacer +spi-tegra114 +spi-tegra20-sflash +spi-tegra20-slink +spi-tegra210-quad +spi-thunderx +spi-tle62x0 +spi-wpcm-fiu +spi-xcomm +spi-xlp +spi-zynqmp-gqspi +spi_ks8995 +spidev +spinand +spl +spmi +spmi-mtk-pmif +spmi-pmic-arb +sprd-dma +sprd-drm +sprd-iommu +sprd-mailbox +sprd-mcdt +sprd-sc27xx-spi +sprd_hwspinlock +sprd_serial +sprd_thermal +sprd_wdt +sps30 +sps30_i2c +sps30_serial +sr9700 +sr9800 +srf04 +srf08 +ssb +ssb-hcd +ssd1307fb +ssd130x +ssd130x-i2c +ssd130x-spi +ssfdc +ssif_bmc +ssp_accel_sensor +ssp_gyro_sensor +ssp_iio +sst25l +sstfb +ssu100 +st +st-mipid02 +st-nci +st-nci_i2c +st-nci_spi +st-vgxy61 +st1232 +st21nfca_hci +st21nfca_i2c +st7586 +st7735r +st95hf +st_accel +st_accel_i2c +st_accel_spi +st_drv +st_gyro +st_gyro_i2c +st_gyro_spi +st_lsm6dsx +st_lsm6dsx_i2c +st_lsm6dsx_i3c +st_lsm6dsx_spi +st_lsm9ds0 +st_lsm9ds0_i2c +st_lsm9ds0_spi +st_magn +st_magn_i2c +st_magn_spi +st_pressure +st_pressure_i2c +st_pressure_spi +st_sensors +st_sensors_i2c +st_sensors_spi +st_thermal +st_thermal_memmap +st_uvis25_core +st_uvis25_i2c +st_uvis25_spi +starfire +stb0899 +stb6000 +stb6100 +ste10Xp +stex +stinger +stk1160 +stk3310 +stk8312 +stk8ba50 +stm-drm +stm32-adc +stm32-adc-core +stm32-booster +stm32-cec +stm32-crc32 +stm32-cryp +stm32-dac +stm32-dac-core +stm32-dcmi +stm32-dfsdm-adc +stm32-dfsdm-core +stm32-dma2d +stm32-fmc2-ebi +stm32-hash +stm32-lptimer +stm32-lptimer-cnt +stm32-lptimer-trigger +stm32-rng +stm32-timer-cnt +stm32-timer-trigger +stm32-timers +stm32-usart +stm32-vrefbuf +stm32_adfsdm +stm32_fmc2_nand +stm32_iwdg +stm32_rproc +stm_console +stm_core +stm_ftrace +stm_heartbeat +stm_p_basic +stm_p_sys-t +stmfts +stmfx +stmmac +stmmac-pci +stmmac-platform +stmpe-adc +stmpe-keypad +stmpe-ts +stowaway +stp +stpddc60 +stpmic1 +stpmic1_onkey +stpmic1_regulator +stpmic1_wdt +stratix10-rsu +stratix10-soc +stratix10-svc +streamzap +streebog_generic +stts751 +stusb160x +stv0288 +stv0297 +stv0299 +stv0367 +stv0900 +stv090x +stv0910 +stv6110 +stv6110x +stv6111 +sun4i-csi +sun4i-drm +sun4i-gpadc +sun4i-ss +sun4i-tcon +sun4i_tv +sun50i-codec-analog +sun50i-cpufreq-nvmem +sun50i-dmic +sun6i-csi +sun6i-dma +sun6i-isp +sun6i-mipi-csi2 +sun6i-rtc-ccu +sun6i_drc +sun6i_hwspinlock +sun6i_mipi_dsi +sun8i-a33-mbus +sun8i-a83t-mipi-csi2 +sun8i-adda-pr-regmap +sun8i-ce +sun8i-codec +sun8i-codec-analog +sun8i-di +sun8i-drm-hdmi +sun8i-mixer +sun8i-rotate +sun8i-ss +sun8i_tcon_top +sun8i_thermal +sundance +sungem +sungem_phy +sunhme +suni +sunkbd +sunrise_co2 +sunrpc +sunxi +sunxi-cedrus +sunxi-cir +sunxi-mmc +sunxi-rsb +sunxi_wdt +sur40 +surface3_spi +surface_acpi_notify +surface_aggregator +surface_aggregator_cdev +surface_aggregator_hub +surface_aggregator_registry +surface_aggregator_tabletsw +surface_battery +surface_charger +surface_dtx +surface_gpe +surface_hid +surface_hid_core +surface_hotplug +surface_kbd +surface_platform_profile +svc-i3c-master +svgalib +switchtec +sx8654 +sx9310 +sx9324 +sx9360 +sx9500 +sx_common +sy7636a-hwmon +sy7636a-regulator +sy8106a-regulator +sy8824x +sy8827n +sym53c8xx +symbolserial +synaptics_i2c +synaptics_usb +synclink_gt +synopsys_edac +syscon-reboot-mode +sysv +t5403 +tag_ar9331 +tag_brcm +tag_dsa +tag_gswip +tag_hellcreek +tag_ksz +tag_lan9303 +tag_mtk +tag_none +tag_ocelot +tag_ocelot_8021q +tag_qca +tag_rtl4_a +tag_rtl8_4 +tag_rzn1_a5psw +tag_sja1105 +tag_trailer +tag_xrs700x +tap +target_core_file +target_core_iblock +target_core_mod +target_core_pscsi +target_core_user +tc-dwc-g210 +tc-dwc-g210-pci +tc-dwc-g210-pltfrm +tc358743 +tc358746 +tc358762 +tc358764 +tc358767 +tc358768 +tc358775 +tc3589x-keypad +tc654 +tc74 +tc90522 +tca6416-keypad +tca8418_keypad +tcan4x5x +tcm_fc +tcm_loop +tcm_qla2xxx +tcm_remote +tcm_usb_gadget +tcp_bbr +tcp_bic +tcp_cdg +tcp_dctcp +tcp_diag +tcp_highspeed +tcp_htcp +tcp_hybla +tcp_illinois +tcp_lp +tcp_nv +tcp_scalable +tcp_vegas +tcp_veno +tcp_westwood +tcp_yeah +tcpci +tcpci_maxim +tcpci_mt6360 +tcpci_mt6370 +tcpci_rt1711h +tcpm +tcrypt +tcs3414 +tcs3472 +tcsrcc-sm8550 +tda10021 +tda10023 +tda10048 +tda1004x +tda10071 +tda10086 +tda18212 +tda18218 +tda18250 +tda18271 +tda18271c2dd +tda1997x +tda38640 +tda665x +tda7432 +tda8083 +tda8261 +tda826x +tda827x +tda8290 +tda9840 +tda9887 +tda9950 +tda998x +tdfxfb +tdo24m +tea575x +tea5761 +tea5767 +tea6415c +tea6420 +team +team_mode_activebackup +team_mode_broadcast +team_mode_loadbalance +team_mode_random +team_mode_roundrobin +tee +tef6862 +tegra-aconnect +tegra-bpmp-thermal +tegra-drm +tegra-gmi +tegra-kbc +tegra-vde +tegra-video +tegra-xudc +tegra186-cpufreq +tegra186-gpc-dma +tegra194-cpufreq +tegra210-adma +tegra210-emc +tegra30-devfreq +tegra_cec +tegra_nand +tegra_wdt +tehuti +teranetics +test_blackhole_dev +test_bpf +test_power +tg3 +thc63lvd1024 +thermal-generic-adc +thermal_mmio +thmc50 +ths7303 +ths8200 +thunder_bgx +thunder_xcv +thunderbolt +thunderbolt_net +thunderx-mmc +thunderx2_pmu +thunderx_edac +thunderx_zip +ti-adc081c +ti-adc0832 +ti-adc084s021 +ti-adc108s102 +ti-adc12138 +ti-adc128s052 +ti-adc161s626 +ti-ads1015 +ti-ads1100 +ti-ads124s08 +ti-ads131e08 +ti-ads7924 +ti-ads7950 +ti-ads8344 +ti-ads8688 +ti-am65-cpsw-nuss +ti-cal +ti-dac082s085 +ti-dac5571 +ti-dac7311 +ti-dac7612 +ti-dlpc3433 +ti-ecap-capture +ti-j721e-ufs +ti-lmp92064 +ti-lmu +ti-sn65dsi83 +ti-sn65dsi86 +ti-tfp410 +ti-tlc4541 +ti-tpd12s015 +ti-tsc2046 +ti_am335x_adc +ti_am335x_tsc +ti_am335x_tscadc +ti_k3_dsp_remoteproc +ti_k3_r5_remoteproc +ti_sci_pm_domains +ti_usb_3410_5052 +tidss +tifm_7xx1 +tifm_core +tifm_ms +tifm_sd +timeriomem-rng +tipc +tlan +tls +tlv320aic23b +tm2-touchkey +tmag5273 +tmdc +tmio_mmc_core +tmp006 +tmp007 +tmp102 +tmp103 +tmp108 +tmp117 +tmp401 +tmp421 +tmp464 +tmp513 +toshsd +touchit213 +touchright +touchwin +tpci200 +tpl0102 +tpm_atmel +tpm_ftpm_tee +tpm_i2c_atmel +tpm_i2c_infineon +tpm_i2c_nuvoton +tpm_infineon +tpm_st33zp24 +tpm_st33zp24_i2c +tpm_st33zp24_spi +tpm_tis_i2c +tpm_tis_i2c_cr50 +tpm_tis_spi +tpm_tis_synquacer +tpm_vtpm_proxy +tps23861 +tps40422 +tps51632-regulator +tps53679 +tps546d24 +tps6105x +tps6105x-regulator +tps62360-regulator +tps6286x-regulator +tps6287x-regulator +tps65010 +tps65023-regulator +tps6507x +tps6507x-regulator +tps6507x-ts +tps65086 +tps65086-regulator +tps65090-charger +tps65090-regulator +tps65132-regulator +tps65217 +tps65217-regulator +tps65217_bl +tps65217_charger +tps65218 +tps65218-pwrbutton +tps65218-regulator +tps65219 +tps65219-pwrbutton +tps65219-regulator +tps6524x-regulator +tps6586x-regulator +tps65910-regulator +tps65912-regulator +tps6594-core +tps6594-esm +tps6594-i2c +tps6594-pfsm +tps6594-regulator +tps6594-spi +tps6598x +tqmx86 +trace-printk +trancevibrator +trf7970a +tridentfb +ts2020 +ts_bm +ts_fsm +ts_kmp +tsc2004 +tsc2005 +tsc2007 +tsc200x-core +tsc40 +tsi721_mport +tsl2550 +tsl2563 +tsl2583 +tsl2591 +tsl2772 +tsl4531 +tsnep +tsys01 +tsys02d +ttm +ttpci-eeprom +ttusb_dec +ttusbdecfe +ttusbir +ttynull +tua6100 +tua9001 +tulip +tuner +tuner-simple +tuner-types +tunnel4 +tunnel6 +turbografx +turingcc-qcs404 +turris-mox-rwtm +tvaudio +tveeprom +tvp514x +tvp5150 +tvp7002 +tw2804 +tw5864 +tw68 +tw686x +tw9903 +tw9906 +tw9910 +twidjoy +twl-regulator +twl4030-madc +twl4030-pwrbutton +twl4030-vibra +twl4030_charger +twl4030_keypad +twl4030_madc_battery +twl4030_wdt +twl6030-gpadc +twl6030-regulator +twl6040-vibra +twofish_common +twofish_generic +txgbe +typec +typec_displayport +typec_nvidia +typec_ucsi +typhoon +uPD60620 +u_audio +u_ether +u_serial +uacce +uartlite +uas +ubi +ubifs +ublk_drv +ubuntu-host +ucan +ucc_uart +ucd9000 +ucd9200 +ucs1002_power +ucsi_acpi +ucsi_ccg +ucsi_glink +ucsi_stm32g0 +uda1342 +udc-core +udc-xilinx +udf +udl +udlfb +udp_diag +udp_tunnel +ueagle-atm +ufs +ufs-hisi +ufs-mediatek +ufs-qcom +ufs-renesas +ufs-sprd +ufshcd-core +ufshcd-dwc +ufshcd-pci +ufshcd-pltfrm +ug3105_battery +uhid +uio +uio_aec +uio_cif +uio_dfl +uio_dmem_genirq +uio_hv_generic +uio_mf624 +uio_netx +uio_pci_generic +uio_pdrv_genirq +uio_pruss +uio_sercos3 +uleds +uli526x +ulpi +ums-alauda +ums-cypress +ums-datafab +ums-eneub6250 +ums-freecom +ums-isd200 +ums-jumpshot +ums-karma +ums-onetouch +ums-realtek +ums-sddr09 +ums-sddr55 +ums-usbat +ums512-clk +unix_diag +upd64031a +upd64083 +upd78f0730 +us5182d +usb-conn-gpio +usb-dmac +usb-serial-simple +usb-storage +usb251xb +usb3503 +usb4604 +usb8xxx +usb_8dev +usb_debug +usb_f_acm +usb_f_ecm +usb_f_ecm_subset +usb_f_eem +usb_f_fs +usb_f_hid +usb_f_mass_storage +usb_f_midi +usb_f_ncm +usb_f_obex +usb_f_phonet +usb_f_printer +usb_f_rndis +usb_f_serial +usb_f_ss_lb +usb_f_tcm +usb_f_uac1 +usb_f_uac1_legacy +usb_f_uac2 +usb_f_uvc +usb_wwan +usbatm +usbdux +usbduxfast +usbduxsigma +usbhid +usbip-core +usbip-host +usbip-vudc +usbkbd +usblcd +usblp +usbmisc_imx +usbmon +usbmouse +usbnet +usbserial +usbsevseg +usbtest +usbtmc +usbtouchscreen +usbtv +usdhi6rol0 +userio +userspace-consumer +ushc +uss720 +uvc +uvcvideo +uvesafb +v4l2-async +v4l2-dv-timings +v4l2-flash-led-class +v4l2-fwnode +v4l2-h264 +v4l2-jpeg +v4l2-mem2mem +v4l2-tpg +v4l2-vp9 +vcan +vcnl3020 +vcnl4000 +vcnl4035 +vcpu_stall_detector +vctrl-regulator +vdpa +vdpa_sim +vdpa_sim_blk +vdpa_sim_net +vduse +veml6030 +veml6070 +venus-core +venus-dec +venus-enc +versal-fpga +ves1820 +ves1x93 +veth +vexpress-hwmon +vexpress-regulator +vf610_adc +vf610_dac +vfio +vfio-amba +vfio-cdx +vfio-fsl-mc +vfio-pci +vfio-pci-core +vfio-platform +vfio-platform-amdxgbe +vfio-platform-base +vfio-platform-calxedaxgmac +vfio_iommu_type1 +vgastate +vgem +vgg2432a4 +vhci-hcd +vhost +vhost_iotlb +vhost_net +vhost_scsi +vhost_vdpa +vhost_vsock +via-rhine +via-sdmmc +via-velocity +via686a +vicodec +video +video-i2c +video-mux +videobuf-core +videobuf-dma-sg +videobuf2-common +videobuf2-dma-contig +videobuf2-dma-sg +videobuf2-dvb +videobuf2-memops +videobuf2-v4l2 +videobuf2-vmalloc +videocc-sc7180 +videocc-sc7280 +videocc-sdm845 +videocc-sm8150 +videocc-sm8250 +videocc-sm8350 +videocc-sm8450 +videocc-sm8550 +videodev +vim2m +vimc +viperboard +viperboard_adc +virt_wifi +virtio-gpu +virtio-rng +virtio_bt +virtio_crypto +virtio_dma_buf +virtio_input +virtio_mem +virtio_pmem +virtio_rpmsg_bus +virtio_snd +virtio_vdpa +virtiofs +virtual +virtual_ncidev +visconti_wdt +visl +visor +vitesse +vitesse-vsc73xx-core +vitesse-vsc73xx-platform +vitesse-vsc73xx-spi +vivid +vkms +vl53l0x-i2c +vl6180 +vmac +vme_fake +vme_tsi148 +vme_user +vmgenid +vmk80xx +vmw_pvrdma +vmw_vmci +vmw_vsock_virtio_transport +vmw_vsock_virtio_transport_common +vmw_vsock_vmci_transport +vmwgfx +vmxnet3 +vp27smpx +vp_vdpa +vport-geneve +vport-gre +vport-vxlan +vpx3220 +vqmmc-ipq4019-regulator +vrf +vringh +vsock +vsock_diag +vsock_loopback +vsockmon +vsp1 +vsxxxaa +vt1211 +vt6655_stage +vt6656_stage +vt8231 +vt8623fb +vub300 +vx855 +vxcan +vxlan +vz89x +w1-gpio +w1_ds2405 +w1_ds2406 +w1_ds2408 +w1_ds2413 +w1_ds2423 +w1_ds2430 +w1_ds2431 +w1_ds2433 +w1_ds2438 +w1_ds250x +w1_ds2780 +w1_ds2781 +w1_ds2805 +w1_ds28e04 +w1_ds28e17 +w1_smem +w1_therm +w5100 +w5100-spi +w5300 +w6692 +w83627ehf +w83627hf +w83773g +w83781d +w83791d +w83792d +w83793 +w83795 +w83l785ts +w83l786ng +wacom +wacom_i2c +wacom_serial4 +wacom_w8001 +walkera0701 +wanxl +warrior +wcd934x +wcn36xx +wcnss_ctrl +wd719x +wdat_wdt +wdt87xx_i2c +wdt_pci +wfx +whiteheat +wil6210 +wilc1000 +wilc1000-sdio +wilc1000-spi +winbond-840 +wire +wireguard +wishbone-serial +wl1251 +wl1251_sdio +wl1251_spi +wl1273-core +wl12xx +wl18xx +wlcore +wlcore_sdio +wlcore_spi +wm831x-dcdc +wm831x-hwmon +wm831x-isink +wm831x-ldo +wm831x-on +wm831x-ts +wm831x_backup +wm831x_bl +wm831x_power +wm831x_wdt +wm8350-hwmon +wm8350-regulator +wm8350_power +wm8350_wdt +wm8400-regulator +wm8739 +wm8775 +wm8994 +wm8994-regulator +wm97xx-ts +wp512 +wpcm450-soc +wusb3801 +wwan +wwan_hwsim +x25 +x9250 +x_tables +xbox_remote +xc2028 +xc4000 +xc5000 +xcbc +xctr +xdma +xdpe12284 +xdpe152c4 +xen-blkback +xen-evtchn +xen-fbfront +xen-front-pgdir-shbuf +xen-gntalloc +xen-gntdev +xen-hcd +xen-kbdfront +xen-netback +xen-pciback +xen-privcmd +xen-scsiback +xen-scsifront +xen-tpmfront +xen_wdt +xenfs +xfrm4_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_interface +xfrm_ipcomp +xfrm_user +xfs +xgene-dma +xgene-enet +xgene-enet-v2 +xgene-hwmon +xgene-rng +xgene_edac +xhci-histb +xhci-mtk-hcd +xhci-pci +xhci-pci-renesas +xhci-plat-hcd +xhci-rcar-hcd +xhci-tegra +xilinx-ams +xilinx-csi2rxss +xilinx-pr-decoupler +xilinx-spi +xilinx-tpg +xilinx-video +xilinx-vtc +xilinx-xadc +xilinx_can +xilinx_dma +xilinx_dpdma +xilinx_emac +xilinx_emaclite +xilinx_gmii2rgmii +xilinx_sdfec +xilinx_uartps +xilinx_wwdt +xilinxfb +xillybus_class +xillybus_core +xillybus_of +xillybus_pcie +xillyusb +xiphera-trng +xircom_cb +xlnx_r5_remoteproc +xlnx_vcu +xor +xor-neon +xpad +xr_serial +xrs700x +xrs700x_i2c +xrs700x_mdio +xsens_mt +xsk_diag +xt_AUDIT +xt_CHECKSUM +xt_CLASSIFY +xt_CONNSECMARK +xt_CT +xt_DSCP +xt_HL +xt_HMARK +xt_IDLETIMER +xt_LED +xt_LOG +xt_MASQUERADE +xt_NETMAP +xt_NFLOG +xt_NFQUEUE +xt_RATEEST +xt_REDIRECT +xt_SECMARK +xt_TCPMSS +xt_TCPOPTSTRIP +xt_TEE +xt_TPROXY +xt_TRACE +xt_addrtype +xt_bpf +xt_cgroup +xt_cluster +xt_comment +xt_connbytes +xt_connlabel +xt_connlimit +xt_connmark +xt_conntrack +xt_cpu +xt_dccp +xt_devgroup +xt_dscp +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_ipcomp +xt_iprange +xt_ipvs +xt_l2tp +xt_length +xt_limit +xt_mac +xt_mark +xt_multiport +xt_nat +xt_nfacct +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_realm +xt_recent +xt_sctp +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_tcpudp +xt_time +xt_u32 +xtkbd +xusbatm +xxhash_generic +xz_dec_test +yam +yamaha-yas530 +yealink +yellowfin +yenta_socket +yurex +z3fold +zaurus +zd1201 +zd1211rw +zd1301 +zd1301_demod +zet6223 +zforce_ts +zfs +zhenhua +ziirave_wdt +zinitix +zl10036 +zl10039 +zl10353 +zl6100 +zonefs +zopt2201 +zpa2326 +zpa2326_i2c +zpa2326_spi +zram +zstd +zynqmp-aes-gcm +zynqmp-dpsub +zynqmp-fpga +zynqmp-sha +zynqmp_dma +zynqmp_edac --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.master/abi/arm64/generic.modules.builtin +++ linux-lowlatency-hwe-6.5-6.5.0/debian.master/abi/arm64/generic.modules.builtin @@ -0,0 +1,538 @@ +8250 +8250_base +8250_dw +8250_fsl +8250_mtk +8250_of +8250_omap +8250_pci +8250_rt288x +8250_tegra +ac +acpi_mdio +aead +aes_generic +af_packet +ahci_imx +akcipher +amba-pl011 +arm-cci +arm-cci +arm-ccn +arm_smmu +arm_smmu_v3 +armada_thermal +armmmci +as3722 +asiliantfb +asn1_decoder +asn1_encoder +atkbd +axg +axg-aoclk +backlight +battery +bcm84881 +binfmt_script +brcmstb_gisb +bsg +button +cbc +cdrom +cfbcopyarea +cfbfillrect +cfbimgblt +charger-manager +clk-apmixed +clk-cpu-dyndiv +clk-cpumux +clk-dualdiv +clk-gate +clk-imx-lpcg-scu +clk-imx-scu +clk-imx8mm +clk-imx8mn +clk-imx8mp +clk-imx8mp-audiomix +clk-imx8mq +clk-ma35d1 +clk-mpll +clk-mt2712 +clk-mt2712-apmixedsys +clk-mt2712-bdp +clk-mt2712-img +clk-mt2712-jpgdec +clk-mt2712-mfg +clk-mt2712-mm +clk-mt2712-vdec +clk-mt2712-venc +clk-mt6765 +clk-mt6765-audio +clk-mt6765-cam +clk-mt6765-img +clk-mt6765-mipi0a +clk-mt6765-mm +clk-mt6765-vcodec +clk-mt6779 +clk-mt6779-aud +clk-mt6779-cam +clk-mt6779-img +clk-mt6779-ipe +clk-mt6779-mfg +clk-mt6779-mm +clk-mt6779-vdec +clk-mt6779-venc +clk-mt6797 +clk-mt6797-img +clk-mt6797-mm +clk-mt6797-vdec +clk-mt6797-venc +clk-mt7622 +clk-mt7622-apmixedsys +clk-mt7622-aud +clk-mt7622-eth +clk-mt7622-hif +clk-mt7622-infracfg +clk-mt7981-apmixed +clk-mt7981-infracfg +clk-mt7981-topckgen +clk-mt7986-apmixed +clk-mt7986-eth +clk-mt7986-infracfg +clk-mt7986-topckgen +clk-mt8167 +clk-mt8167-apmixedsys +clk-mt8167-aud +clk-mt8167-img +clk-mt8167-mfgcfg +clk-mt8167-mm +clk-mt8167-vdec +clk-mt8173-apmixedsys +clk-mt8173-infracfg +clk-mt8173-mm +clk-mt8173-pericfg +clk-mt8173-topckgen +clk-mt8183 +clk-mt8183-apmixedsys +clk-mt8183-audio +clk-mt8183-cam +clk-mt8183-img +clk-mt8183-ipu0 +clk-mt8183-ipu1 +clk-mt8183-ipu_adl +clk-mt8183-ipu_conn +clk-mt8183-mfgcfg +clk-mt8183-mm +clk-mt8183-vdec +clk-mt8183-venc +clk-mt8186-apmixedsys +clk-mt8186-infra_ao +clk-mt8186-topckgen +clk-mt8192 +clk-mt8192-apmixedsys +clk-mt8192-aud +clk-mt8192-cam +clk-mt8192-img +clk-mt8192-imp_iic_wrap +clk-mt8192-ipe +clk-mt8192-mdp +clk-mt8192-mfg +clk-mt8192-mm +clk-mt8192-msdc +clk-mt8192-scp_adsp +clk-mt8192-vdec +clk-mt8192-venc +clk-mt8195-apmixedsys +clk-mt8195-infra_ao +clk-mt8195-peri_ao +clk-mt8195-topckgen +clk-mt8516 +clk-mt8516-apmixedsys +clk-mt8516-aud +clk-mtk +clk-mux +clk-pll +clk-pll +clk-regmap +clk-scmi +clk-vexpress-osc +cmd-db +cn +configfs +cpufreq-dt +cpufreq-dt-platdev +cpufreq_conservative +cpufreq_ondemand +cpufreq_performance +cpufreq_powersave +cpufreq_userspace +crc-ccitt +crc-t10dif +crc16 +crc32 +crc32c_generic +crc64 +crc64-rocksoft +crc64_rocksoft_generic +crc8 +crct10dif_common +crct10dif_generic +crypto +crypto_acompress +crypto_algapi +crypto_hash +crypto_null +cryptomgr +ctr +cts +da9063 +davinci_mdio +dax +deflate +dh_generic +digsig +dm-mod +dns_resolver +drbg +drm_mipi_dsi +drm_panel_orientation_quirks +drop_monitor +dwc2 +ecb +ecryptfs +edac_core +efivarfs +ehci-hcd +ehci-orion +ehci-pci +encrypted-keys +evdev +exportfs +ext4 +extcon-core +failover +fan +fat +fb +fb_sys_fops +fddi +fec +firmware_class +fixed_phy +font +fsl_dpaa_fman +fsl_dpaa_fman_port +fsl_dpaa_mac +fuse +fwnode_mdio +g12a +g12a-aoclk +gcm +geniv +gf128mul +ghash-generic +ghes_edac +glob +governor_passive +governor_performance +governor_powersave +governor_simpleondemand +governor_userspace +gpio-davinci +gpio-generic +gpio-mxc +gpio-pl061 +gpio-tegra +gpio-tegra186 +gpio-xilinx +grant-dma-ops +gxbb +gxbb-aoclk +hed +hid_bpf +hmac +hwmon +i2c-core +i2c-designware-core +i2c-designware-platform +i2c-dev +i2c-omap +i2c-sprd +imsttfb +imx +imx-scu +imx-weim +imx8m-blk-ctrl +imx8mp-blk-ctrl +imx93-blk-ctrl +input-core +interconnect_qcom +iova +ipv6 +irq-meson-gpio +irq-mvebu-pic +irqbypass +jbd2 +jitterentropy_rng +k3-psil-lib +k3-ringacc +k3-udma +k3-udma-glue +kdf_sp800108 +kgdboc +kpp +kvm +led-class +libaes +libahci +libahci_platform +libata +libcryptoutils +libnvdimm +libphy +libps2 +libsha1 +libsha256 +linear_ranges +loop +lz4_decompress +lzo +lzo-rle +lzo_compress +lzo_decompress +max14577 +max310x +max77686 +max77693 +mbcache +md-mod +md5 +mdio-bitbang +mdio_devres +meson-aoclk +meson-clk-measure +meson-ee-pwrc +meson-eeclk +meson-gx-pwrc-vpu +meson-secure-pwrc +meson_sm +meson_uart +mfd-core +mii +mmc_block +mmc_core +mousedev +mpi +mq-deadline +msm_serial +mtk-eint +mtk-regulator-coupler +mx3fb +mxc-clk +n_null +net_failover +nls_base +nls_cp437 +npcm_wdt +nvmem_zynqmp_nvmem +odroid-go-ultra-poweroff +of_mdio +ohci-hcd +ohci-pci +oid_registry +omap-gpmc +owl-uart +palmas +pci-aardvark +pci-host-common +pci-host-generic +pcie-altera +pcie-altera-msi +pcie-kirin +pcie-mediatek +pcs-lynx +phy-meson-axg-mipi-pcie-analog +phy-meson-axg-pcie +phy-mxs-usb +phy-xgene +phylink +pinctrl-as3722 +pinctrl-imx +pinctrl-imx8dxl +pinctrl-imx8mm +pinctrl-imx8mn +pinctrl-imx8mp +pinctrl-imx8mq +pinctrl-imx8qm +pinctrl-imx8qxp +pinctrl-meson +pinctrl-meson-a1 +pinctrl-meson-axg +pinctrl-meson-axg-pmx +pinctrl-meson-g12a +pinctrl-meson-gxbb +pinctrl-meson-gxl +pinctrl-meson8-pmx +pinctrl-microchip-sgpio +pinctrl-msm +pinctrl-mt6765 +pinctrl-mtk-common-v2 +pinctrl-ocelot +pinctrl-palmas +pinctrl-paris +pinctrl-rockchip +pinctrl-s32g2 +pinctrl-scu +pinctrl-single +pinctrl-sprd +pinctrl-sprd-sc9860 +pkcs7_message +ppp_generic +pps_core +pretimeout_noop +processor +pstore +ptp +public_key +pwc-rzv2m +qcom-ipcc +qcom-pdc +qcom-scm +qcom_rpmh +rapidio +rational +rcar-usb2-clock-sel +regmap-i2c +regmap-mmio +regmap-spi +reset +reset-berlin +reset-imx7 +reset-meson +reset-qcom-aoss +reset-rzg2l-usbphy-ctrl +rfkill +rng +rng-core +roles +rpmhpd +rsa_generic +rtc-efi +rtc-mv +rtc-xgene +rz-mtu3 +sccnxp +scmi-core +scmi-module +scsi_common +scsi_mod +scu-pd +sd_mod +sec-core +sec-irq +selftests +seqiv +serdev +serial_base +serial_mctrl_gpio +serio +sg +sh-sci +sha1_generic +sha256_generic +sha3_generic +sha512-arm64 +sha512-ce +sha512_generic +sig +skcipher +slhc +smc91x +soc-imx8m +spi-fsl-lib +spi-fsl-spi +spi-omap2-mcspi +spm +squashfs +sr_mod +sun20i-ppu +sun50i-a100-ccu +sun50i-a100-r-ccu +sun50i-a64-ccu +sun50i-h6-ccu +sun50i-h6-r-ccu +sun50i-h616-ccu +sun6i-msgbox +sun8i-de2-ccu +sun8i-h3-ccu +sun8i-r-ccu +sunxi-ccu +syscon-clk +syscopyarea +sysfillrect +sysimgblt +t10-pi +tcp_cubic +tegra-tcu +tegra20-apb-dma +tegra20-cpufreq +thermal +ti-cpufreq +ti-msgmgr +ti-opp-supply +ti_sci +tpm +tpm_crb +tpm_tis +tpm_tis_core +tps65912-core +tps65912-i2c +tps65912-spi +trusted +ttyprintk +tun +ucs2_string +uhci-hcd +uinput +unix +usb-common +usbcore +utf8data +vexpress-config +vexpress-sysreg +vfat +vid-pll-div +virt-dma +virtio +virtio-iommu +virtio_balloon +virtio_blk +virtio_console +virtio_mmio +virtio_net +virtio_pci +virtio_pci_legacy_dev +virtio_pci_modern_dev +virtio_ring +virtio_scsi +vivaldi-fmap +watchdog +wwnr +x509_key_parser +xen-blkfront +xen-netfront +xenbus +xenbus_probe_frontend +xgmac_mdio +xhci-hcd +xts +xxhash +xz_dec +zbud +zlib_deflate +zlib_inflate +zsmalloc +zstd_common +zstd_compress +zstd_decompress +zynqmp-ipi-mailbox --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.master/abi/arm64/generic.retpoline +++ linux-lowlatency-hwe-6.5-6.5.0/debian.master/abi/arm64/generic.retpoline @@ -0,0 +1 @@ +# RETPOLINE NOT ENABLED --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.master/abi/armhf/generic +++ linux-lowlatency-hwe-6.5-6.5.0/debian.master/abi/armhf/generic @@ -0,0 +1,27205 @@ +BRCMFMAC EXPORT_SYMBOL_GPL 0x42b0e1b9 brcmf_fwvid_unregister_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +BRCMFMAC EXPORT_SYMBOL_GPL 0xa3016779 brcmf_fwvid_register_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +COUNTER EXPORT_SYMBOL_GPL 0x34ef1972 counter_push_event drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x709b0c10 counter_put drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x70b34d94 devm_counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x7dfded5b counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x9b48f449 counter_unregister drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xa1fc5fe4 counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xe002599c devm_counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xe016abfa counter_priv drivers/counter/counter +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x04117077 crypto_cipher_setkey vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x4d63e805 crypto_cipher_decrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x9b829bce crypto_cipher_encrypt_one vmlinux +CXL EXPORT_SYMBOL_GPL 0x055c6ee3 cxl_mem_active_inc vmlinux +CXL EXPORT_SYMBOL_GPL 0x06312376 cxl_poison_state_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x08586e8e cxl_enumerate_cmds drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0cdac0bb cxl_mem_get_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0e438537 set_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0f0141f0 cxl_root_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0f72d5bc to_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x124cd5a0 cxl_memdev_state_create drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1255c491 cxl_trigger_poison_list drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x177435a7 cxl_inject_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x186666ba devm_cxl_add_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2395b395 devm_cxl_enumerate_decoders drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x24121da0 cxl_hb_modulo drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x246a4048 is_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x257c6c92 cxl_dpa_debug drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2644ce6c cxl_mem_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x267323b2 to_cxl_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x28fc8781 cxl_error_detected drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2b151de1 to_cxl_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x32a79e7b cxl_probe_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x32b51cb9 devm_cxl_add_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x32c89280 devm_cxl_add_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x33e2aa93 cxl_mem_active_dec vmlinux +CXL EXPORT_SYMBOL_GPL 0x3584d0fa devm_cxl_port_enumerate_dports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3ce61dc5 is_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3d2629c5 is_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3d9351c9 schedule_cxl_memdev_detach drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x43b0ac22 cxl_port_to_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x46452873 cxl_count_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4a260dc4 to_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4be12a35 is_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x52be13ed cxl_bus_type drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x543cd541 devm_cxl_dpa_reserve drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x54d2745e cxl_find_regblock_instance drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x59c5d39b cxl_endpoint_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5f0a45b5 is_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6155253f cxl_endpoint_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6b04d0fd to_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6bf4ac89 to_cxl_dax_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6e6cde87 cxl_map_pmu_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6f429ce3 cxl_cor_error_detected drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x701bbaad cxl_bus_rescan drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x72e6a73b __cxl_driver_register drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x72f2975c cxl_mem_get_event_records drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x738abcf6 devm_cxl_pmu_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x78c5349f cxl_mem_create_range_info drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7b49ab94 cxl_map_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7e8e7ffb cxl_find_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7fa19cc4 alloc_free_mem_region vmlinux +CXL EXPORT_SYMBOL_GPL 0x801a322b cxl_driver_unregister drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x82fe646b cxl_clear_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8394c5ed devm_cxl_register_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x84b45156 insert_resource_expand_to_fit vmlinux +CXL EXPORT_SYMBOL_GPL 0x876c9972 devm_cxl_add_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x87c06c04 cxl_debugfs_create_dir drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x87e6f6b8 cxl_map_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x89410dab cxl_probe_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8bbbde75 to_cxl_switch_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x90c4fdcd cxl_add_to_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x95267263 cxl_setup_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9796d0f6 read_cdat_data drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x98575e29 cxl_find_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x98628ac8 cxl_bus_drain drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9968d26e clear_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9a3f3d99 cxl_set_timestamp drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9b373aa9 devm_cxl_add_rch_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9f711c76 devm_cxl_sanitize_setup_notifier drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa0934439 cxl_switch_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa289c809 to_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xaa7995ad cxl_hdm_decode_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xab8dbe81 is_cxl_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb0355e51 cxl_decoder_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb103c9cb cxl_decoder_add_locked drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb1dced61 cxl_rcd_component_reg_phys drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb2fbc733 devm_cxl_add_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb4c02e26 cxl_dvsec_rr_decode drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xbdd67c1f devm_cxl_setup_fw_upload drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc03697dd is_switch_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc28d6981 cxl_pci_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc852d7fb is_cxl_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xcb74a893 to_cxl_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd4f5b70d cxl_await_media_ready drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xda986147 devm_cxl_enumerate_ports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xde3f510b devm_cxl_add_passthrough_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xdfbde188 cxl_dev_state_identify drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe42a29dc devm_cxl_setup_hdm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe684d6aa cxl_decoder_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xedf47bb6 find_cxl_root drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xef5e297a cxl_internal_send_cmd drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf5828670 is_root_decoder drivers/cxl/core/cxl_core +DMA_BUF EXPORT_SYMBOL_GPL 0x02d54cbd dma_buf_unmap_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x0baa90a7 dma_buf_vunmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x253c594b dma_buf_fd vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x2a8deca3 dma_buf_dynamic_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x30593975 dma_buf_pin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x312d520e dma_buf_begin_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x33bb1db3 dma_buf_map_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x3fab9fc9 dma_buf_vmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x44bd74f6 dma_buf_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x4a00e195 dma_buf_move_notify vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x4a7d9034 dma_buf_end_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x4ca10c3f dma_buf_vunmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x690e6cb2 dma_buf_detach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x90963327 dma_buf_put vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x9ede5545 dma_buf_vmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x9fd513c7 dma_buf_mmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x9fdfc364 dma_buf_map_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xd8e9ee0f dma_buf_get vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xdd92b40d dma_buf_unmap_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xe3dc19c7 dma_buf_export vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xebcf3558 dma_buf_unpin vmlinux +DRM_SSD130X EXPORT_SYMBOL_GPL 0x33cf1f58 ssd130x_variants drivers/gpu/drm/solomon/ssd130x +EFIVAR EXPORT_SYMBOL_GPL 0x02cfcd2e efivar_trylock vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0x11940489 efivar_set_variable vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0x2303b915 efivar_lock vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0x5a3c9dbb efivar_get_variable vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xa336852c efivar_get_next_variable vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xc961bff7 efivar_unlock vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xee5240dc efivar_query_variable_info vmlinux +EFIVAR EXPORT_SYMBOL_GPL 0xefc77711 efivar_set_variable_locked vmlinux +EXPORT_SYMBOL arch/arm/crypto/chacha-neon 0x220b49ab chacha_crypt_arch +EXPORT_SYMBOL arch/arm/crypto/chacha-neon 0xdc94f829 chacha_init_arch +EXPORT_SYMBOL arch/arm/crypto/chacha-neon 0xdd8ec6bd hchacha_block_arch +EXPORT_SYMBOL arch/arm/crypto/curve25519-neon 0x3c74a43e curve25519_base_arch +EXPORT_SYMBOL arch/arm/crypto/curve25519-neon 0xc832c670 curve25519_arch +EXPORT_SYMBOL arch/arm/crypto/poly1305-arm 0x1c3e6e5b poly1305_init_arch +EXPORT_SYMBOL arch/arm/crypto/poly1305-arm 0x6ddf27bc poly1305_update_arch +EXPORT_SYMBOL arch/arm/crypto/poly1305-arm 0xf39f5240 poly1305_final_arch +EXPORT_SYMBOL arch/arm/crypto/sha256-arm 0x01549010 crypto_sha256_arm_finup +EXPORT_SYMBOL arch/arm/crypto/sha256-arm 0x87cb9cd9 crypto_sha256_arm_update +EXPORT_SYMBOL arch/arm/lib/xor-neon 0x2e9a6ad4 xor_block_neon_inner +EXPORT_SYMBOL crypto/blake2b_generic 0x99d7fe16 blake2b_compress_generic +EXPORT_SYMBOL crypto/ecc 0x16e410ff vli_from_be64 +EXPORT_SYMBOL crypto/ecc 0x188a1647 ecc_is_pubkey_valid_full +EXPORT_SYMBOL crypto/ecc 0x1a5faa3a vli_mod_inv +EXPORT_SYMBOL crypto/ecc 0x4c281912 vli_is_zero +EXPORT_SYMBOL crypto/ecc 0x671f7aa5 ecc_is_key_valid +EXPORT_SYMBOL crypto/ecc 0x7c0fbb00 vli_mod_mult_slow +EXPORT_SYMBOL crypto/ecc 0x8261eccb ecc_get_curve25519 +EXPORT_SYMBOL crypto/ecc 0x8e688192 ecc_alloc_point +EXPORT_SYMBOL crypto/ecc 0x90cdc197 ecc_free_point +EXPORT_SYMBOL crypto/ecc 0x9263b417 ecc_point_mult_shamir +EXPORT_SYMBOL crypto/ecc 0x92668805 vli_cmp +EXPORT_SYMBOL crypto/ecc 0x932b6ff7 vli_num_bits +EXPORT_SYMBOL crypto/ecc 0x9f6efabd vli_sub +EXPORT_SYMBOL crypto/ecc 0xa76b31a2 crypto_ecdh_shared_secret +EXPORT_SYMBOL crypto/ecc 0xb10fc19e ecc_get_curve +EXPORT_SYMBOL crypto/ecc 0xd6315f31 ecc_gen_privkey +EXPORT_SYMBOL crypto/ecc 0xd94c8eb5 ecc_point_is_zero +EXPORT_SYMBOL crypto/ecc 0xde867c29 ecc_is_pubkey_valid_partial +EXPORT_SYMBOL crypto/ecc 0xeac9b99a vli_from_le64 +EXPORT_SYMBOL crypto/ecc 0xed4ae15e ecc_make_pub_key +EXPORT_SYMBOL crypto/nhpoly1305 0x28b7d228 crypto_nhpoly1305_init +EXPORT_SYMBOL crypto/nhpoly1305 0x3574cdf5 crypto_nhpoly1305_update +EXPORT_SYMBOL crypto/nhpoly1305 0x4bf19410 crypto_nhpoly1305_final +EXPORT_SYMBOL crypto/nhpoly1305 0x7dcc831d crypto_nhpoly1305_update_helper +EXPORT_SYMBOL crypto/nhpoly1305 0x84bf2ea9 crypto_nhpoly1305_final_helper +EXPORT_SYMBOL crypto/nhpoly1305 0x93cad9db crypto_nhpoly1305_setkey +EXPORT_SYMBOL crypto/sm4 0x2b098da5 crypto_sm4_ck +EXPORT_SYMBOL crypto/sm4 0x7931a202 crypto_sm4_fk +EXPORT_SYMBOL crypto/sm4 0xf4fd3bd2 crypto_sm4_sbox +EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks +EXPORT_SYMBOL drivers/atm/suni 0x5e603393 suni_init +EXPORT_SYMBOL drivers/bcma/bcma 0x7bff965c bcma_core_dma_translation +EXPORT_SYMBOL drivers/bcma/bcma 0xa32746f9 bcma_core_irq +EXPORT_SYMBOL drivers/block/drbd/drbd 0x127a5901 drbd_set_st_err_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0x35131b36 drbd_role_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0x7730f22d drbd_conn_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0xaf27bebf drbd_disk_str +EXPORT_SYMBOL drivers/bluetooth/btbcm 0xd1ce5b01 btbcm_patchram +EXPORT_SYMBOL drivers/bluetooth/btrsi 0x3dc2e923 rsi_bt_ops +EXPORT_SYMBOL drivers/bus/mhi/host/mhi 0xf17cdd6c mhi_sync_power_up +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x03bc993e ipmi_set_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x0705dd14 ipmi_register_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x12dd1e77 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1f65170f ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x230094ac ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c2054d7 ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x50f65edf ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67369b42 ipmi_addr_src_to_str +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x74778a80 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x7fe670c6 ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x80aa4656 ipmi_free_recv_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x89a5279a ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x9559ef77 ipmi_add_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96a6e5e8 ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x9b63b0eb ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xaca90ebd ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xae71627d ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd54a5050 ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4330a39 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe595adf0 ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe98c507d ipmb_checksum +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xec1c2a90 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf388b18b ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf5531bea ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfaaa4831 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfe0f2369 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x22540869 kcs_bmc_enable_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x559a45b7 kcs_bmc_handle_event +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x66809d7e kcs_bmc_read_data +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x676938bc kcs_bmc_register_driver +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0x74db6dff kcs_bmc_remove_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xa7d649ca kcs_bmc_write_data +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xac7406df kcs_bmc_add_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xcb49284e kcs_bmc_update_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xd83fda07 kcs_bmc_update_event_mask +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xe96281db kcs_bmc_disable_device +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xec355a0f kcs_bmc_read_status +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xef0b2ab5 kcs_bmc_unregister_driver +EXPORT_SYMBOL drivers/char/ipmi/kcs_bmc 0xf511c601 kcs_bmc_write_status +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x1c153d2d st33zp24_pm_resume +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x458ef26b st33zp24_probe +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0x7717a599 st33zp24_remove +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xd1be1e7b st33zp24_pm_suspend +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x1cb20836 xillybus_cleanup_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x3d74df56 xillybus_init_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0xacabf894 xillybus_find_inode +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x4e177cbc xillybus_init_endpoint +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x824c52a7 xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x8c93018d xillybus_endpoint_remove +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x5a05a302 atmel_i2c_enqueue +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x80a11b1d atmel_i2c_init_read_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xc71ed50c atmel_i2c_init_genkey_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xc80f14e8 atmel_i2c_flush_queue +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xcd402c4d atmel_i2c_probe +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xf283e995 atmel_i2c_init_random_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xfa2eaef9 atmel_i2c_send_receive +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xfaab573f atmel_i2c_init_ecdh_cmd +EXPORT_SYMBOL drivers/crypto/caam/caam 0x37734e06 caam_dpaa2 +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x0df115d4 caam_jr_free +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x3aee8d8c caam_jr_alloc +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x61dcaa13 split_key_done +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0x8b0ced58 caam_jr_enqueue +EXPORT_SYMBOL drivers/crypto/caam/caam_jr 0xf6b71f94 gen_split_key +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x2e152bb7 cnstr_shdsc_xts_skcipher_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x3b54a9ad cnstr_shdsc_aead_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x76a68e3e cnstr_shdsc_chachapoly +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x7b0c587f cnstr_shdsc_rfc4543_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x7b7bcab8 cnstr_shdsc_rfc4543_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x86bcdec7 cnstr_shdsc_xts_skcipher_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x88430d4c cnstr_shdsc_aead_null_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0x91ac0969 cnstr_shdsc_aead_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xa3115081 cnstr_shdsc_skcipher_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xa340e264 cnstr_shdsc_aead_givencap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xa99d7fa6 cnstr_shdsc_aead_null_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xebcdd349 cnstr_shdsc_skcipher_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xf92c5da5 cnstr_shdsc_gcm_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xf95bcf62 cnstr_shdsc_gcm_encap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xfd807e48 cnstr_shdsc_rfc4106_decap +EXPORT_SYMBOL drivers/crypto/caam/caamalg_desc 0xfdf7ec8f cnstr_shdsc_rfc4106_encap +EXPORT_SYMBOL drivers/crypto/caam/caamhash_desc 0x30a1e372 cnstr_shdsc_sk_hash +EXPORT_SYMBOL drivers/crypto/caam/caamhash_desc 0xb5571dbf cnstr_shdsc_ahash +EXPORT_SYMBOL drivers/crypto/caam/error 0x2eed504a caam_ptr_sz +EXPORT_SYMBOL drivers/crypto/caam/error 0x9fc21f10 caam_strstatus +EXPORT_SYMBOL drivers/crypto/caam/error 0xa51f16c7 caam_little_end +EXPORT_SYMBOL drivers/crypto/caam/error 0xbb7c7f1e caam_dump_sg +EXPORT_SYMBOL drivers/crypto/caam/error 0xbd67c092 caam_imx +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0x64f21e25 xdma_disable_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0x9737c24f xdma_get_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0x98ddf4b8 xdma_enable_user_irq +EXPORT_SYMBOL drivers/firewire/firewire-core 0x00626761 fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x12c0cf11 fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x12e2c29d fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0x13f78668 fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0x166d7aa6 fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0x175400f7 fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0x1ef238ba fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x283b4585 fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c24a7bb fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3dae71c9 fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x42f33ac3 fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x48c6fb7e fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0x556601c3 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x5705839f fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0x57ab890d fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0x58e2bc59 fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0x69f08f72 fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x793c8e63 fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7e601a23 fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0x85549f2c fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8ec4e37e fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x9099a758 fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa5f303ab fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xae864b56 fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaedf84ce fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0xdbb05fcc fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe20b09d8 fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe3fde125 fw_csr_iterator_next +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe7cb5563 fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe80e5087 fw_csr_iterator_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0xeb189f67 fw_iso_context_start +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0x3f5147b8 imx_dsp_ring_doorbell +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0xe9402607 imx_dsp_request_channel +EXPORT_SYMBOL drivers/firmware/imx/imx-dsp 0xfe04ba4d imx_dsp_free_channel +EXPORT_SYMBOL drivers/fpga/dfl 0x9f5035f1 __dfl_driver_register +EXPORT_SYMBOL drivers/fpga/dfl 0xff394817 dfl_driver_unregister +EXPORT_SYMBOL drivers/fpga/lattice-sysconfig 0x1b5427ad sysconfig_probe +EXPORT_SYMBOL drivers/gpu/drm/amd/amdxcp/amdxcp 0x0ea5d74b amdgpu_xcp_drv_release +EXPORT_SYMBOL drivers/gpu/drm/amd/amdxcp/amdxcp 0xb18a62c1 amdgpu_xcp_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x01c4bba9 drm_dp_lttpr_max_link_rate +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0550a772 drm_dp_mst_atomic_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x07a67f00 drm_hdmi_infoframe_set_hdr_metadata +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x09759d03 drm_hdmi_avi_infoframe_colorimetry +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0a06f46e drm_edp_backlight_disable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0fde43e0 drm_dp_read_mst_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x11790823 drm_lspcon_get_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x11ea69b0 drm_dp_downstream_id +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x12733e7e drm_dp_dual_mode_max_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1605d0ed drm_dp_lttpr_max_lane_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1709ddcf drm_dp_lttpr_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x17a6c6a4 drm_dp_pcon_frl_configure_1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x18223db5 drm_scdc_get_scrambling_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1a5bf3ca drm_dsc_dp_rc_buffer_size +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1b0a1fdc drm_dp_lttpr_voltage_swing_level_3_supported +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1b32c00a drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x22629325 drm_dp_read_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x23961837 drm_dp_downstream_max_bpc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x249845dd drm_dp_send_power_updown_phy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x24ada755 drm_dsc_set_rc_buf_thresh +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x26815dbc drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2a36474d drm_dp_mst_update_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2c182a7b drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2d38f50f drm_dp_get_vc_payload_bw +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2f107683 drm_dp_pcon_hdmi_link_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2fa94ef2 drm_dp_downstream_444_to_420_conversion +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x30517c26 drm_dp_cec_unregister_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x379f079d drm_dp_pcon_hdmi_frl_link_error_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x38d576bf drm_dp_read_lttpr_phy_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x392a838b drm_dp_downstream_max_dotclock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3f10f516 drm_dp_dual_mode_detect +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x40b667be drm_dp_dual_mode_get_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x41627e2e drm_dp_pcon_hdmi_link_active +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x43000d88 drm_dp_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x43144aef drm_dp_dual_mode_set_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4358ab88 drm_dp_dual_mode_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4603c416 drm_dp_pcon_dsc_bpp_incr +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4673d855 drm_hdmi_avi_infoframe_bars +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4863fe25 drm_hdmi_avi_infoframe_content_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x49d9f8f7 drm_edp_backlight_set_level +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4b2a0927 drm_dp_read_sink_count_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4f5081bc drm_dp_pcon_pps_default +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5407ae9e drm_dp_get_dual_mode_type_name +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5603cef7 drm_dp_lttpr_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5668789d drm_dp_start_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x56a663e9 drm_dp_dsc_sink_line_buf_depth +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x57492fd2 drm_dp_send_real_edid_checksum +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x582f248e drm_dp_get_adjust_request_pre_emphasis +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x58d8fcaa drm_dsc_pps_payload_pack +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x58d9746b drm_dp_dual_mode_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x595c1f2e drm_atomic_get_new_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x59f27ed7 drm_dp_pcon_enc_is_dsc_1_2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5a410061 drm_dp_mst_get_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5a60cd0c drm_dp_add_payload_part1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5a86f411 drm_dp_phy_name +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5bd25361 drm_dp_read_desc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5c21f246 drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5c322cd9 drm_dp_dpcd_read_phy_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5ce8b123 drm_dp_mst_connector_early_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5d341b99 drm_connector_attach_content_protection_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5e710c04 drm_dp_mst_topology_state_funcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5f1bc652 drm_dp_pcon_pps_override_param +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x627ba04b drm_dsc_set_const_params +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x63a477fb drm_dp_downstream_min_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x648d953b drm_dsc_dp_pps_header_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6898b759 drm_dp_set_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x68d8dce7 drm_dp_downstream_is_tmds +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x68f15b76 drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x69e53246 drm_hdcp_update_content_protection +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6a4df8c5 drm_dp_128b132b_eq_interlane_align_done +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6aacee47 drm_dp_128b132b_link_training_failed +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6b53e216 drm_dp_downstream_max_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6bc85b5c drm_scdc_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6bcbfdce drm_dp_read_sink_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6dae4e41 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6dbaa8b7 drm_dp_remove_payload +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x70497df3 drm_dp_mst_hpd_irq_handle_event +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7053fa72 drm_dp_get_pcon_max_frl_bw +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x73011db0 drm_dp_bw_code_to_link_rate +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x75a7fbad drm_dp_mst_edid_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x76ff6644 drm_dp_lttpr_pre_emphasis_level_3_supported +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x79008c7e drm_dsc_setup_rc_params +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x80e2f197 drm_dp_mst_connector_late_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x81faec4d drm_dp_read_lttpr_common_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x829b6048 drm_dp_dsc_sink_max_slice_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x86a7fe1a drm_atomic_get_mst_payload_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x86b4fb19 drm_dp_check_act_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x877bad9a drm_edp_backlight_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8949e203 drm_dp_cec_register_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8ca2d9e4 drm_dp_calc_pbn_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8d701329 drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8f671058 drm_dp_read_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8f6ff2d9 drm_dp_stop_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8ff27746 drm_dp_remote_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x91d35d02 drm_dp_dpcd_probe +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x92b9835e drm_dp_128b132b_cds_interlane_align_done +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x94d16e99 drm_dp_add_payload_part2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x95883bb4 drm_dsc_initial_scale_value +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x96b9c1e2 drm_dp_vsc_sdp_log +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9e545309 drm_dp_send_query_stream_enc_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa05f9263 drm_dp_mst_topology_mgr_resume +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa0b5edd4 drm_dp_downstream_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa182eb6d drm_dp_read_downstream_info +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa1fefe6a drm_dp_psr_setup_time +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa2192d9c drm_dp_cec_unset_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa458fd84 drm_dp_mst_get_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa4ade59f drm_dp_read_dpcd_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa578c677 drm_atomic_get_old_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa581dcb2 drm_dp_pcon_reset_frl_config +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa843606e drm_dp_dsc_sink_supported_input_bpcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xac9d8655 drm_dp_mst_hpd_irq_send_new_request +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaec43703 drm_dp_mst_topology_mgr_destroy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaf267620 drm_dp_lttpr_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb575c0ba drm_atomic_get_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb7aeb183 drm_dp_mst_dump_topology +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbcd0208d drm_panel_dp_aux_backlight +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbe6f17f0 drm_dp_atomic_find_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc020c0c1 drm_dp_pcon_dsc_max_slice_width +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc313a48b drm_dp_downstream_debug +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc5c99a79 drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc5da6eee drm_dp_mst_atomic_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc5f1602e drm_dp_pcon_frl_prepare +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc6a96cde drm_dp_128b132b_read_aux_rd_interval +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc703c617 drm_dp_pcon_pps_override_buf +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc79ecffb drm_dp_downstream_is_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc8b6a8ae drm_dp_128b132b_lane_channel_eq_done +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xca4fd92c drm_dp_cec_set_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xccf54d5e drm_dp_get_adjust_tx_ffe_preset +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcd24d96a drm_dp_mst_atomic_enable_dsc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xce9f16ed drm_dp_atomic_release_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xcf89144f drm_dp_mst_detect_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd0125a9c drm_dp_mst_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd0e95456 drm_dsc_get_bpp_int +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd119278c drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd1b5c4e5 drm_dp_set_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd3bd1ff2 drm_dp_pcon_frl_configure_2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd5a95eae drm_dp_128b132b_lane_symbol_locked +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd734862e drm_dp_mst_topology_mgr_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xda1fa37f drm_scdc_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdc079e08 drm_scdc_set_scrambling +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdd74b7a3 drm_scdc_set_high_tmds_clock_ratio +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xde7e949e drm_dp_pcon_is_frl_ready +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdfbee99e drm_dp_mst_topology_mgr_suspend +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe085ae60 drm_dp_mst_put_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe2468a48 drm_dsc_flatness_det_thresh +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe3ea7a7a drm_dp_mst_topology_mgr_set_mst +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe4a39791 drm_dp_pcon_convert_rgb_to_ycbcr +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe5360b84 drm_dp_pcon_dsc_max_slices +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe6b43579 drm_dp_cec_irq +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe8083d42 drm_dp_mst_dsc_aux_for_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xea12cc37 drm_edp_backlight_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xedcf81ce drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xeede576e drm_dp_mst_root_conn_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf1fb56db drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf68741fb drm_dp_subconnector_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf689ad25 drm_dp_downstream_420_passthrough +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf8be9306 drm_dp_pcon_frl_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfab2e668 drm_lspcon_set_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfb1a7a5a drm_dp_downstream_rgb_to_ycbcr_conversion +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfe12bcb9 drm_dsc_compute_rc_parameters +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfe221866 drm_dp_mst_add_affected_dsc_crtcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfede7bba drm_dp_get_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00f04e93 drm_atomic_set_crtc_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x01045f0d drm_crtc_accurate_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x012a5467 drm_gem_lru_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0148e448 drm_plane_create_rotation_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x041f6e52 drm_get_tv_mode_from_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04f68c02 drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0630264c drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x066289aa drm_writeback_queue_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x06bdbd1f drm_writeback_connector_init_with_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x06cacb5b drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x083cb172 drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0866fe7d drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x096309d6 drm_atomic_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x09fe050e drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a7c2b0c drm_atomic_get_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b4090e0 drm_writeback_get_out_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b9fef02 drm_client_framebuffer_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b9ff4ce drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0bab07b9 drm_connector_attach_privacy_screen_provider +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0bb943c8 drm_modeset_lock_all_ctx +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d32d25f drm_client_modeset_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d66b1c5 drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d882de1 drm_crtc_arm_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d9b4753 drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f7acb66 drm_mm_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f8b448d drm_gem_dmabuf_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fd60df2 drm_get_connector_status_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1018188b drm_panel_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x104cb226 devm_drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x107742a9 drm_get_subpixel_order_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x10b453e8 drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1222ca47 drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x132bbaba drm_connector_set_tile_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16b809c8 drm_print_memory_stats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16c89a6b drm_get_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16c8df5b drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16e43f24 drm_gem_prime_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17ae4d79 drm_connector_attach_dp_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x185be778 drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18793397 drm_panel_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x18a05a20 drm_atomic_get_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a345ea8 drmm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a411479 drm_syncobj_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1afe4933 drm_analog_tv_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b399d77 drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b5af3d5 drm_mode_create_aspect_ratio_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1d596e9b drm_panel_of_backlight +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e03b12b drm_plane_create_blend_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1eaf9c24 drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f2be6d0 drm_gem_map_detach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f79686e drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x20c90deb drm_object_property_get_default_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2183c08c drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2216e249 drm_bridge_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x22da0a9c drm_crtc_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x231d2552 drm_modeset_lock_single_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0x23bf2dcc drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24442506 drm_of_crtc_port_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2494ced8 drm_driver_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24993e50 drm_edid_are_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24d124ac drm_mode_equal_no_clocks_no_stereo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25737455 drm_crtc_vblank_helper_get_vblank_timestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25daad93 __drm_mm_interval_first +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2754dad8 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2761d008 drm_atomic_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2840d025 drm_invalid_op +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28779e52 drm_printf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28eb242f drm_connector_update_privacy_screen +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29f078d1 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a1e0ed2 drm_bridge_chain_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a32c15d drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a5b8980 drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a962499 drm_mm_scan_init_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ac6315b drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c71f872 drm_crtc_vblank_waitqueue +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c9eaf92 drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2cdf646d drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e30159d drm_writeback_cleanup_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ea0f1e6 drm_dev_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ed3c600 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f0d4ddf drm_edid_connector_add_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f8f2876 drm_client_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2faab42d drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x303e0dca drm_atomic_set_crtc_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x303f0e7c of_drm_find_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm 0x308d1fa3 drmm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x30f1d1b2 drm_vblank_work_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31b8a5e3 __drm_set_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32528171 drm_client_modeset_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x327d7fbe drm_connector_attach_max_bpc_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32a0cc37 drm_print_bits +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32a384d0 drmm_kmalloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32ca6f54 __drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x330208f9 drm_connector_atomic_hdr_metadata_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3316af82 drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x337acfae drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x339a8262 drm_panel_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3404d2a1 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x35534885 drm_client_buffer_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36ad8048 drm_send_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x37c38adb drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x380b5fbb __drm_get_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3861fe47 drm_atomic_get_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38690d99 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3882ee2c drm_atomic_get_new_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x389b329e drm_client_modeset_commit_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39093b79 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x397c3d27 drm_edid_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3981305b drm_client_framebuffer_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39c6fba6 drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39df7796 drm_atomic_get_connector_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3a9b2910 drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ab04635 drm_mode_validate_ycbcr420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ab87110 drm_mode_equal_no_clocks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b0e5e9c __drm_puts_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b784509 drm_framebuffer_plane_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cdc37e9 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e483cfe drm_plane_create_alpha_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ecdf8e7 drm_syncobj_get_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f405489 __drm_printfn_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f4b32a3 drm_atomic_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f71a552 drm_client_framebuffer_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x40ece62a drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x41624bd9 drm_atomic_get_crtc_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x417bdebe drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x41bfb8e2 drm_client_buffer_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x41f50360 drm_crtc_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4339ae58 drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43a7a053 devm_aperture_acquire_from_firmware +EXPORT_SYMBOL drivers/gpu/drm/drm 0x43e93d9c drm_crtc_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4403a9c3 drm_mode_get_hv_timing +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4489a5e9 drm_edid_raw +EXPORT_SYMBOL drivers/gpu/drm/drm 0x44a2cadb drm_prime_sg_to_dma_addr_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x44bd1322 drm_client_rotation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x452a21bd drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4575a0ca drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46714040 drm_get_edid_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x47344641 drm_atomic_state_default_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x48aa9805 drmm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49086ff2 drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49603142 drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a1be510 drm_connector_attach_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a35d30d drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4aad44ea drm_plane_get_damage_clips_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b7ebf95 drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c7fef6b drm_atomic_get_old_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d6402ec drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d73b36c drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e4a6aa7 drm_event_reserve_init_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e717103 drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e9d55e8 drm_mode_object_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4eee01d7 drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f8169e2 drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50674de7 drm_timeout_abs_to_jiffies +EXPORT_SYMBOL drivers/gpu/drm/drm 0x512deba6 drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x513072fe __drm_puts_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5137b282 drm_mode_plane_set_obj_prop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x521ad6d0 drm_puts +EXPORT_SYMBOL drivers/gpu/drm/drm 0x52337ae4 drm_of_find_possible_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0x523aa24f drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5242065d drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x52e576fd drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x540a23d3 drm_ioctl_kernel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5455dd2c drm_gem_dmabuf_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x545969a2 drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x54c28d45 drm_edid_read_custom +EXPORT_SYMBOL drivers/gpu/drm/drm 0x553ce3de drm_connector_attach_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55559258 drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55eb38da drm_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x562236f6 drm_vblank_work_cancel_sync +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56e7b914 drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57698a50 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57c361b3 drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5844145e drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59056243 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a798036 drm_dev_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5af088bc drm_sysfs_connector_status_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c027bd9 drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d2b17bc drm_syncobj_get_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d8da9ad drm_debugfs_add_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5da948ea drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5df64163 drm_plane_create_zpos_immutable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5df873b6 drm_atomic_check_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e786062 drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e84e750 drm_connector_list_iter_begin +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f7985a5 drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6025318b drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x605962cd drm_connector_set_panel_orientation_with_quirk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60a1ac52 drm_vma_node_allow_once +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60fd4cb8 drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60fe2824 __devm_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x613778e4 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6140e45d drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x620f8697 drm_dev_enter +EXPORT_SYMBOL drivers/gpu/drm/drm 0x622258e5 drm_atomic_nonblocking_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6275af37 drm_crtc_vblank_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6315a362 drm_connector_set_orientation_from_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x635ed9da drm_atomic_print_new_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x642ac92b drm_vblank_work_schedule +EXPORT_SYMBOL drivers/gpu/drm/drm 0x650fbd94 drm_client_modeset_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0x655d89cf drm_connector_set_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65702bd6 drm_default_rgb_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65f57068 drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6755437d drm_connector_attach_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x67b9e2b8 drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x67fed5fa drm_modeset_lock_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6910e4cd drm_format_info_min_pitch +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69353664 __drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x699d30fc drm_crtc_set_max_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ac01ea8 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6bdd3f27 drm_connector_has_possible_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6be9cf06 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c8dd97e drm_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ceeeae4 drm_framebuffer_plane_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6d213ea4 __drm_dev_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6dcc890f drm_any_plane_has_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ec205ab drm_crtc_next_vblank_start +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f87276b drm_atomic_state_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f8c77f3 drm_send_event_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x707f4733 drm_atomic_get_new_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71183b38 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71221d52 drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71d6c29e drm_plane_get_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x720f60a7 drm_atomic_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x732eaac0 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x740c677e drm_is_current_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0x745cceeb drm_panel_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74e0e0f0 drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74eaf26b drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74efee2b drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74fc6fbd drm_format_info_block_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x75853460 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x762c5900 drm_edid_override_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7630513a __drmm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x76569ea4 drm_atomic_set_mode_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x76b2e593 drm_gem_lru_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x76eff237 drm_of_component_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7726a294 drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0x77de005e drm_gem_vunmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7871e3b5 drm_property_replace_global_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7976af87 drm_file_get_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a4d7639 drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7abf31bc drm_crtc_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ba1d8d2 drm_mode_object_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ba7c117 drm_writeback_prepare_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c0d9cad drm_display_info_set_bus_formats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c545285 drm_edid_get_monitor_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c7568a1 drm_gem_lru_move_tail_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7d3cb2c2 drm_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e3292f5 drm_syncobj_replace_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e6f83e6 drm_sysfs_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ed629cf drm_show_fdinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7edf470b drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7f7781c4 drm_mode_create_tv_properties_legacy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7fdb6cff drm_connector_create_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x813fcd27 drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81ba15e0 drm_gem_unlock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8245a562 drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8251dc01 drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8279fa2f drm_atomic_bridge_chain_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8299b47e drm_plane_create_color_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x82ecfead drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8307f9be __drmm_add_action +EXPORT_SYMBOL drivers/gpu/drm/drm 0x840ca663 drm_edid_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x85376b56 drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x85461b9c drm_mode_create_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x856e0ce1 drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x858fd859 drm_client_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x859234cd drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x86cde75c drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x86f68c40 drm_connector_list_iter_end +EXPORT_SYMBOL drivers/gpu/drm/drm 0x871f7150 drm_dev_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x87c2eadd drm_send_event_timestamp_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x88bc17da drm_client_dev_hotplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x897e5b44 drm_mode_create_dp_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d454a54 drm_edid_read_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d72789e drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d9818d5 drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8e5f2f10 __drm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x905859a8 drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9063ded7 drm_aperture_remove_conflicting_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x90d4a9bc drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9113fbb7 drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0x92e83732 drm_edid_get_panel_id +EXPORT_SYMBOL drivers/gpu/drm/drm 0x93b77205 drm_property_blob_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x95147f97 drm_mode_put_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9561d02f drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x97d3df26 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x982d09b3 drm_format_info_block_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x987b74ba drm_atomic_private_obj_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x988329e8 drm_mode_create_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x98856e23 drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x989e7e82 drm_connector_list_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm 0x99819ea6 drm_dev_has_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x998d7e7d drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x99aa1219 drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x99bcae9c drm_connector_set_link_status_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x99c99f48 drm_panel_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ab1e10f drm_master_internal_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b10e4da drm_gem_objects_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b285573 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b95c885 drm_mode_match +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b9de1c1 drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9c8401f1 drm_event_reserve_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ce050be drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9df11a7a drm_connector_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9eb40881 drm_connector_attach_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f7c17f8 drm_syncobj_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9f90efde drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9fa3d313 drm_gem_map_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9fe1c520 drm_property_create_bool +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa0074a7e drm_panel_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa08f3b86 drm_gem_dmabuf_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa14d6c99 drm_atomic_add_encoder_bridges +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa21a1f1c drm_connector_attach_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa248afde drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa38c4c94 drm_memcpy_from_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa4352cd7 __drmm_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa44cba19 drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa45fd95e drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa499cb6a drm_prime_sg_to_page_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa552f06b drm_vblank_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6923456 drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6f8f1d4 of_drm_get_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa833ea2b drm_atomic_add_affected_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9d356a8 drm_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa3767fe drm_edid_read_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa6ea2ce drm_aperture_remove_conflicting_pci_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa9d7f5b drm_debugfs_add_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xabd2a995 drm_atomic_state_default_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad4e902b drm_color_ctm_s31_32_to_qm_n +EXPORT_SYMBOL drivers/gpu/drm/drm 0xada0433a drm_syncobj_add_point +EXPORT_SYMBOL drivers/gpu/drm/drm 0xade04c54 drm_hdmi_avi_infoframe_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae277372 __drm_crtc_commit_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae48dbcf drm_gem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaefa0fa5 drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaf3a88aa drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb025fbf5 drm_mode_create_suggested_offset_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0b05ff5 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0d2fc6a drm_writeback_signal_completion +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb11ac7a7 __drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb212dc3e drm_edid_dup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb217c04a drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb316b1d3 drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3368d24 drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3750192 drm_edid_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3e3c09c drm_edid_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4032484 drm_mm_insert_node_in_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5119c7a drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb52cda4c drm_vma_node_is_allowed +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb54eeed4 drm_property_lookup_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb55cb438 drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5b2fb79 drm_atomic_get_new_crtc_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6127243 drm_need_swiotlb +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6647f7f drm_master_internal_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb78bc12f drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb78e9a1b drm_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9c4492c ___drm_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9cad492 __drm_atomic_state_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9f0bc73 drm_crtc_commit_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbaa4d597 drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbae321b6 drm_atomic_state_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb69ca84 drm_color_lut_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbbed0c0b drm_gem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe435143 drm_connector_attach_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe43e13e drm_syncobj_find_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe71ab16 drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbefeebf4 drm_gem_private_object_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbfe0536b drm_atomic_get_old_crtc_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc05fee8e drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc07daf3d drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0862d8a drm_gem_unmap_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc0bd2ab5 drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc2980458 drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc38ab6fb drm_event_cancel_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc4af8767 drm_release_noglobal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc50057ff drm_bridge_chain_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc70baea8 drm_property_create_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc744d99b drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7acef43 drm_panel_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc805bc94 drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc8f8c1df drm_atomic_add_affected_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc9436871 drm_atomic_normalize_zpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc9587711 drm_atomic_set_mode_prop_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcad6c1f1 drm_property_blob_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb31cdcc drm_atomic_get_old_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcbcf08cd drm_mode_create_hdmi_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcbfe8c27 drm_gem_lru_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd0ead7c drm_atomic_get_new_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd135a4a drm_gem_map_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd3f2464 drm_client_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd660ac1 drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdb99cc9 drm_mode_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce33d5ed drm_property_replace_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce6c1a7d drm_connector_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce8c001e drm_gem_lock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf22395d drm_connector_attach_hdr_output_metadata_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd03ab578 drm_crtc_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd05fda43 drm_prime_get_contiguous_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd13f9985 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd296bd7d __drmm_crtc_alloc_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2c9e039 drm_plane_enable_fb_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd30ba6fc drm_gem_dma_resv_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd3e00d6a drm_plane_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd407945e drm_mode_validate_driver +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4914902 drm_crtc_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd55aebc7 drm_state_dump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd680a377 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd78a4278 drm_edid_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7a9cf42 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd82d4baf drm_syncobj_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd8a542fe drm_gem_vmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd9903509 drm_mode_create_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd9985819 drm_crtc_enable_color_mgmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdad41e85 drm_display_mode_from_cea_vic +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb320a08 drm_mode_is_420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb883da4 drm_crtc_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd3c6afa drm_mode_is_420_also +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd7402a9 drm_crtc_vblank_helper_get_vblank_timestamp_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xddab7d63 drm_client_modeset_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xde5e0a2f drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0xde8490c9 drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf373936 drm_print_regset32 +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf3f760d drm_mm_scan_color_evict +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf524347 drmm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf666902 drm_rotation_simplify +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdfadbe58 __drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe01d6a66 drm_mode_get_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe0927661 drm_gem_dmabuf_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe199720b drm_plane_create_zpos_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1edf82b drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe317082a __drm_printfn_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3ac15d5 drm_mode_is_420_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe423c92d drm_atomic_private_obj_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe633a4cd drm_format_info_bpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe641bbdd drm_atomic_state_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe76c6c63 __drmm_mutex_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8094d9c drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe82147b8 drm_crtc_vblank_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe82699cc drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a034df drm_dev_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe944585e drm_connector_set_path_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea00fe81 __drm_printfn_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea6cc151 drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb421ed0 drm_connector_init_with_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xebb8a302 drm_connector_set_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xedf4e228 drm_writeback_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0108121 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf02b512b drm_gem_lru_move_tail +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0517d7a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf10e0524 drm_atomic_get_old_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1b5340a drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf2a44aee drm_gem_evict +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf3466690 drm_plane_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf3fbbc00 drm_atomic_set_fb_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf406e46a drm_get_connector_type_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf41e899e drm_panel_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf479d719 drmm_kfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf56061ca drm_atomic_bridge_chain_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf64a7ec7 drm_connector_attach_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf676ebd4 drm_gem_prime_import_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf678040c drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf791fb5b drm_bridge_chain_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf824c7db __drm_printfn_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf8b141e2 of_drm_find_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9a5ebd7 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9a6d346 drm_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfaf226df drm_show_memory_stats +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfb2c5642 __drmm_add_action_or_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc007a57 drm_dev_unplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfea1b833 drm_connector_oob_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfeb953b1 __drm_printfn_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x22d53779 drm_buddy_free_list +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x2d9e9583 drm_buddy_print +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x40d76a49 drm_get_buddy +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x9f44c898 drm_buddy_init +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xabb5a026 drm_buddy_block_trim +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xbd5b3bcc drm_buddy_free_block +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xc30d71cc drm_buddy_block_print +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xfa150882 drm_buddy_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xff748b76 drm_buddy_alloc_blocks +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0x2e39d389 drm_gem_dma_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0x406d2f63 drm_gem_dma_prime_import_sg_table_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0x660a8055 drm_fbdev_dma_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0136390c drm_fb_xrgb8888_to_rgb888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x01efadb7 drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x04732e20 drm_self_refresh_helper_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x067ef8b7 drm_fb_xrgb8888_to_mono +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x06c326f5 drm_gem_fb_end_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x09068ab0 drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x09e0d9fb drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0a088cce drm_atomic_helper_wait_for_flip_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0a7b6b16 drm_gem_simple_kms_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0cb7fa36 drm_fb_xrgb8888_to_rgb332 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0e0fd323 devm_drm_of_get_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0e763387 drm_atomic_helper_commit_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1078be74 drm_atomic_helper_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x127eee5a drm_atomic_helper_update_legacy_modeset_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1328b03a drm_self_refresh_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x15002c3e drm_fb_helper_release_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x15a731a3 drm_panel_bridge_connector +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x16a2304a drm_fb_build_fourcc_list +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x197a9cd1 drm_atomic_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1a61a2d7 drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1b149df3 drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1c1c655f drm_fb_helper_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1cef61ad drm_fb_swab +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1d49e434 drm_fb_xrgb8888_to_rgba5551 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1da2409e drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1e392eb1 drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2193b5e3 drm_atomic_helper_page_flip +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x21ea7091 drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x22a788ec drm_fb_helper_fill_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x23929d97 drm_atomic_helper_page_flip_target +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x241634bb drm_fb_xrgb8888_to_xrgb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2485aa50 drm_gem_fb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x263eecb7 drm_plane_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x295648f3 drm_atomic_helper_dirtyfb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2c183bf7 drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2f9bafd8 __drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x31a0776b drm_atomic_helper_bridge_propagate_bus_fmt +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x339e09a6 drm_fb_helper_damage_area +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3421b8a6 drm_atomic_helper_shutdown +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x34701930 drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3624c726 drm_kms_helper_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x371f1ac0 drm_gem_fb_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3bbb23a6 drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3bcc71ba drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3c667f9a drm_plane_helper_update_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3f02143f drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x41d996e1 drm_fb_xrgb8888_to_argb1555 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x421b57d6 drm_atomic_helper_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x42a945e5 drm_gem_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x42e99fe2 drm_atomic_helper_async_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x430a3a41 devm_drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x454a7790 drm_gem_fb_create_handle +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x45c66294 drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x48129da5 drm_simple_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4834906a drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4928180f __drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x49acde9a drm_atomic_helper_wait_for_fences +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4a00de10 drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4c8c30d7 drm_connector_helper_get_modes_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4ec5bdf9 drm_self_refresh_helper_alter_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4f2d55b6 drm_atomic_helper_connector_tv_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4f3c2dde drm_mode_config_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5032578c drm_atomic_helper_commit_modeset_disables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x50e3a808 drmm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5118ff78 __drm_atomic_helper_crtc_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x556e1e8c drm_connector_helper_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5687f322 drm_fb_helper_set_suspend_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x591c828f __drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a4734d1 drm_kms_helper_is_poll_worker +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5dc5eed2 drm_fb_helper_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5f9e4c92 drm_helper_probe_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6022cba2 drm_atomic_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x636c6c72 __drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x637caf97 drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x63cbae39 drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x63d02d1f drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x65af653b drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x666d7998 __drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x67e9f012 drm_atomic_helper_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x68dbb732 drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6925f727 drm_fb_memcpy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x695ece88 drm_panel_bridge_set_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x69ad2bdf drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x69bd86f3 drm_crtc_helper_mode_valid_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x69e63345 drm_atomic_helper_commit_tail +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b0b9550 drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b1961c0 drm_connector_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b372ff5 drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b5c2b06 drm_atomic_helper_damage_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6cb1f9ac __drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6ce8a241 drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6df4cc38 devm_drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e30ba8e drm_rect_rotate_inv +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e92af94 drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6f7d4577 drm_fb_xrgb8888_to_argb8888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x703a45d2 drm_atomic_helper_commit_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x707fb18f drm_atomic_helper_update_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x717b9bc6 drm_atomic_helper_connector_tv_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x71982de9 drm_gem_simple_kms_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x73d93ecb drm_atomic_helper_commit_cleanup_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x757ef7af drm_self_refresh_helper_update_avg_times +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x76298084 drm_helper_force_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x76ce2173 drmm_of_get_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x776f0c85 drm_fb_xrgb8888_to_gray8 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x79c32c5c drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x79ed376b drm_atomic_helper_unprepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7a2f5707 drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7dc8e3f2 drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7e016d38 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8426e395 drm_fb_helper_damage_range +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x84622e03 __drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8567e139 drm_fb_helper_alloc_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x85b82718 drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x85fa2444 drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8780bf9c drm_atomic_helper_commit_modeset_enables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x89279be6 drm_plane_helper_disable_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x895d09a9 drm_atomic_helper_wait_for_vblanks +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8ae3bca5 drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8c0782fb drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8d2a0462 drm_atomic_helper_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8df211ba drm_fb_helper_output_poll_changed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8e1db8c6 drm_fb_helper_set_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8ec969d8 drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8ef6e908 drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8f12432a drm_atomic_helper_damage_iter_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8f7f71c2 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8fee4176 drm_atomic_helper_check_plane_damage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9004d3a3 drm_fb_helper_lastclose +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x905df30a drm_atomic_helper_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91d4bac3 drm_mode_config_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x93b731f2 drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x94262a83 drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9561109a drm_panel_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9602760d drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x985c0a59 drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99fd20aa drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9a31cb53 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa0cf77cc drm_gem_simple_kms_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa0f6a72b drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa17bb570 drm_atomic_helper_check_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa377bf7e __drm_atomic_helper_plane_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa4e51a41 drm_atomic_helper_prepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa6d00f09 drm_fb_xrgb8888_to_rgb565 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa8cd2e37 drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa8f39c0d __drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xab03ca86 drm_bridge_is_panel +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xadb93abc drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaef1c82d drm_atomic_helper_check_crtc_primary_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaf8e074d drm_gem_fb_begin_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb053adda drm_rect_rotate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb1f3ce84 drm_kms_helper_poll_reschedule +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb442cae3 __drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb51ab83c drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb6a6b711 drm_fb_clip_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb8ba1bd5 __drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xba938c23 drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbad78e89 drm_fb_helper_unregister_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbbf76a02 drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbc381f90 drm_atomic_helper_cleanup_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbd3c238b drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc03cdcdf __drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc22a827e drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc7867a88 drm_atomic_helper_check_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc7e74e3a drm_atomic_helper_async_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc8dd9f80 drm_atomic_helper_commit_tail_rpm +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc93493a7 __drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xca3450f2 drm_gem_simple_kms_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcac3dd2b drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcb2340b8 drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcb5d0ce6 drm_atomic_helper_check_wb_encoder_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcc856a37 drm_simple_display_pipe_attach_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xccc4eefb drm_atomic_helper_swap_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf11a549 drm_flip_work_allocate_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcffa5982 drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd04e23cd drm_fb_xrgb8888_to_xrgb1555 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd1fc5f14 drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd5f4c2fa drm_gem_simple_kms_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd7d4452b drm_gem_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd7e0c7ec drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd93aa1f4 drm_connector_helper_tv_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd9fa37b7 drm_atomic_helper_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xda8f8a92 drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdb3a85eb __drm_atomic_helper_private_obj_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdc3be0f8 drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdc833fbb drm_flip_work_queue_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdccb9720 drm_simple_display_pipe_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdd72f773 drm_fbdev_generic_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdd88b74e drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xde0313e4 drm_fb_blit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdf5227f5 __drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdfb6aa69 drm_atomic_helper_fake_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe03927cb __drmm_simple_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe2187c13 drm_atomic_helper_bridge_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe24bd452 __drm_atomic_helper_connector_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe298d7b4 drm_fb_xrgb8888_to_argb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe71bc766 drm_atomic_helper_commit_hw_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe8db986a drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xea3e5ace drm_fb_helper_deferred_io +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xead1754f drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xecf5c2e3 drm_atomic_helper_damage_merged +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xed9bebc0 drm_atomic_helper_commit_duplicated_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xef061c0b drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xef2dcad4 drm_plane_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xef95264e drm_gem_fb_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf464987b drm_atomic_helper_disable_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf56f73da drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf5a1bdec drm_atomic_helper_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf7c42b9e __drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfca60e3d drm_connector_helper_get_modes_from_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfcc2fea0 drm_crtc_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfe7b19a2 drm_fb_helper_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xff6f566e drm_atomic_helper_connector_tv_margins_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xffdccd1e drm_atomic_helper_check_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x0c8f9674 mipi_dbi_hw_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x0d7f822f mipi_dbi_pipe_duplicate_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x1a7f8544 mipi_dbi_dev_init_with_formats +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x30e21176 mipi_dbi_command_read +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x35c46219 mipi_dbi_pipe_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x3ca13b01 mipi_dbi_dev_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x3ee8a277 mipi_dbi_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x5ebb94e8 mipi_dbi_poweron_conditional_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x662fa37b mipi_dbi_spi_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x706aca9b mipi_dbi_poweron_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x7e8fb445 mipi_dbi_pipe_begin_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x807eff19 mipi_dbi_command_stackbuf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x8c747e41 mipi_dbi_pipe_update +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x9c4f8af0 mipi_dbi_pipe_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x9e7e3a98 mipi_dbi_pipe_destroy_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xaa702a82 mipi_dbi_pipe_end_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xbddcad8a mipi_dbi_buf_copy +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xbe3493bf mipi_dbi_display_is_on +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xc0fc2e0e mipi_dbi_enable_flush +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xc165d9bc mipi_dbi_command_buf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xea6eca11 mipi_dbi_spi_transfer +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xeb27b068 mipi_dbi_pipe_reset_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xf7e923b6 mipi_dbi_spi_cmd_max_speed +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x215e016f drm_gem_shmem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x30635642 drm_gem_shmem_purge_locked +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x306f827b drm_gem_shmem_madvise +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x4c992977 drm_gem_shmem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x58d09b6d drm_gem_shmem_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x6af64458 drm_gem_shmem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xd0a0ddd2 drm_gem_shmem_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xeb3b632a drm_gem_shmem_purge +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xefe0145c drm_gem_shmem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xfefa0846 drm_gem_shmem_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0x3ea3e147 drm_suballoc_free +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0xa5c1baba drm_suballoc_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0xc3df1eec drm_suballoc_new +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0xc9908474 drm_suballoc_manager_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0xcf372f7b drm_suballoc_dump_debug_info +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x25d54a72 drm_gem_ttm_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x3604c710 drm_gem_ttm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x8b8a0b14 drm_gem_ttm_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xf6e7f716 drm_gem_ttm_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xf733f5d6 drm_gem_ttm_dumb_map_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x1f6eba28 drm_gem_vram_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x225066ca drmm_vram_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x305e39f6 drm_gem_vram_plane_helper_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x346572e2 drm_gem_vram_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x3f96e8d3 drm_gem_vram_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x472dcd48 drm_gem_vram_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x8929e809 drm_gem_vram_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x939672a2 drm_vram_mm_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x9f71434e drm_gem_vram_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xb019891c drm_vram_helper_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xc231ad17 drm_gem_vram_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xc666d3ac drm_gem_vram_fill_create_dumb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xc6b1edf7 drm_gem_vram_driver_dumb_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xcb4176f8 drm_gem_vram_put +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xd8f8204e drm_gem_vram_plane_helper_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xe9c16415 drm_gem_vram_simple_display_pipe_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/rockchip/rockchipdrm 0x11efba3f rockchip_drm_wait_vact_end +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x1802212a drm_sched_resume_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x1db5fbe0 drm_sched_entity_flush +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x1ebf96a1 drm_sched_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x218c5dd4 drm_sched_stop +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x271ee207 drm_sched_entity_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x2b973bfb drm_sched_resubmit_jobs +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x30b24469 drm_sched_job_arm +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x3a74be12 drm_sched_suspend_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x45c94767 drm_sched_entity_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x6080f5a0 drm_sched_increase_karma +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x76e17415 drm_sched_pick_best +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x8a4106c7 drm_sched_job_add_syncobj_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x8b63173d to_drm_sched_fence +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x8c4b6022 drm_sched_start +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x8c6ebdf0 drm_sched_entity_modify_sched +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x9071d4fb drm_sched_entity_destroy +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x9ca36f16 drm_sched_fault +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x9e368df0 drm_sched_job_add_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xb2183c3b drm_sched_job_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xc03c7232 drm_sched_job_cleanup +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xcf6678e4 drm_sched_entity_error +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xd9a37e69 drm_sched_entity_push_job +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xdb49c8f1 drm_sched_job_add_implicit_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xefc170dc drm_sched_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xf44923b8 drm_sched_entity_set_priority +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xfac2cf51 drm_sched_job_add_resv_dependencies +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x02c4390e ttm_bo_vmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x094b389b ttm_resource_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0c5f8673 ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0fc12672 ttm_resource_manager_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0fe99dff ttm_bo_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1301d6b9 ttm_pool_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1a71d30c ttm_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1fb977ed ttm_bo_vunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x23c9755f ttm_range_man_init_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x258e79e4 ttm_bo_vm_open +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x359a957b ttm_pool_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x40cd9242 ttm_bo_init_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4f38663d ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x50a60442 ttm_bo_vm_fault_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5db57123 ttm_pool_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x675d0b6f ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x68be41a6 ttm_bo_vm_fault +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x69cc2943 ttm_tt_pages_limit +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6bf21620 ttm_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6e16fcd1 ttm_bo_move_to_lru_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x70e65c57 ttm_kmap_iter_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x71893066 ttm_bo_init_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x75ddfb4a ttm_bo_pin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7c95cf80 ttm_bo_vm_access +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7d06de45 ttm_device_clear_dma_mappings +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7e3f6ad5 ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8031ecb0 ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x85531cd5 ttm_bo_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8ae9db02 ttm_pool_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8e934d0c ttm_bo_vm_close +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x90c4e798 ttm_device_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9378e1c6 ttm_kmap_iter_iomap_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x95a5ba85 ttm_pool_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9c866717 ttm_bo_eviction_valuable +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9d9ed0fe ttm_resource_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xaa944696 ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xaadced9b ttm_resource_manager_usage +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xab4b5d1c ttm_resource_manager_create_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xae19df13 ttm_bo_set_bulk_move +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xae95f44e ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xaf92d43b ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb779bf5f ttm_range_man_fini_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb792f8d6 ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb8bd38df ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xbbe20892 ttm_bo_unpin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc5670779 ttm_resource_manager_debug +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcd93b169 ttm_lru_bulk_move_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcfe55c8d ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd18ea45b ttm_glob +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd48dbd8d ttm_bo_vm_dummy_page +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd531f10d ttm_bo_wait_ctx +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd74afe0e ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xdd8cfcbe ttm_bo_move_sync_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xde814eec ttm_bo_vm_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe68fcd0d ttm_resource_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe91b66d5 ttm_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xea71129c ttm_sg_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf2277d2d ttm_resource_manager_evict_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf3f1aac5 ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf6f58416 ttm_device_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf7db8524 ttm_lru_bulk_move_init +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x01cadf1b host1x_syncpt_incr_max +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x0b36dcdd __host1x_client_init +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x0db485a0 host1x_syncpt_read_min +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x16af2f7f host1x_syncpt_read_max +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x1c3ad92c host1x_job_add_wait +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x1f216a31 host1x_syncpt_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x2258e15d host1x_fence_create +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x30a1059d host1x_syncpt_read +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x31a21080 host1x_job_add_gather +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x3ee5192d host1x_job_alloc +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x43c08ee8 host1x_device_exit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x44ab5e3d host1x_bo_pin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x47647c81 host1x_syncpt_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x496ed5c7 __host1x_client_register +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x4f21ea68 host1x_job_pin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x51de13ce host1x_syncpt_base_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x5447a898 host1x_syncpt_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x54670244 host1x_channel_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x5bdad111 host1x_bo_unpin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x6154061a host1x_syncpt_incr +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x62f4a18c host1x_syncpt_alloc +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x645f7a7b host1x_job_unpin +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x65d23273 host1x_syncpt_release_vblank_reservation +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x6b838f87 host1x_client_unregister +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x72e78e54 tegra_mipi_start_calibration +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x75da4577 host1x_syncpt_get_by_id +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x846365c0 host1x_driver_unregister +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x873fc430 host1x_channel_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x90086a21 tegra_mipi_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x9451a33e tegra_mipi_free +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x96f0606c host1x_client_exit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0x991d2663 host1x_syncpt_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa025bd51 host1x_client_suspend +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa0a47577 host1x_syncpt_get_base +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa447d6ba host1x_syncpt_get_by_id_noref +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa733ff60 tegra_mipi_disable +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa79421ed host1x_syncpt_wait +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xa911205c host1x_channel_stop +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xaf385b4a host1x_job_get +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xb0d8dc3d host1x_job_submit +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xbcbe65a0 tegra_mipi_finish_calibration +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xbe30b775 host1x_device_init +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xbf961806 host1x_driver_register_full +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xc9fdf70b host1x_client_resume +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xe2038c31 host1x_get_dma_mask +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf01e6465 host1x_job_put +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf78e77bd host1x_fence_cancel +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf83c425b host1x_channel_request +EXPORT_SYMBOL drivers/gpu/host1x/host1x 0xf8a79b19 tegra_mipi_enable +EXPORT_SYMBOL drivers/hid/hid 0xd225ba11 hid_bus_type +EXPORT_SYMBOL drivers/hwmon/adt7x10 0x8d9efe9b adt7x10_dev_pm_ops +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x2f9e7f8e vid_which_vrm +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x446615bd vid_from_reg +EXPORT_SYMBOL drivers/hwmon/ltc2947-core 0xc88d4ea9 ltc2947_pm_ops +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x01568393 sch56xx_read_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x51bf83ee sch56xx_watchdog_register +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0x96ec3b26 sch56xx_read_virtual_reg12 +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xaa17a737 sch56xx_write_virtual_reg +EXPORT_SYMBOL drivers/hwmon/sch56xx-common 0xb37b9b81 sch56xx_read_virtual_reg16 +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xbfa1d61d i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xd18d29da i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xe0637b9f i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x24744d35 i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xba36c1c6 i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0x9684a80f amd756_smbus +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x10a4c688 qcom_adc5_hw_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x1fcd0103 qcom_adc_tm5_gen2_temp_res_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x39885d6b qcom_adc_tm5_temp_volt_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x401dc869 qcom_vadc_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x47f699dd qcom_adc5_decimation_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x4e64cdb9 qcom_adc5_hw_settle_time_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x53546ecd qcom_adc5_avg_samples_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x70e6eca1 qcom_vadc_decimation_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0xc61e7a34 qcom_adc5_prescaling_from_dt +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0x116b79ba iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0xbd4cec28 iio_triggered_buffer_setup_ext +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x3ee9d80d iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x8407e155 iio_kfifo_free +EXPORT_SYMBOL drivers/iio/imu/fxos8700_core 0x14e88122 fxos8700_regmap_config +EXPORT_SYMBOL drivers/iio/industrialio 0x1b841769 iio_trigger_set_immutable +EXPORT_SYMBOL drivers/iio/industrialio 0x1ce2f86a iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x2aa67dbb __iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x3cdc44f2 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0x4f71c5e4 iio_trigger_validate_own_device +EXPORT_SYMBOL drivers/iio/industrialio 0x5646dd8b iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0x577b20c8 iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0x60de5bc6 iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0x81da92fd iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0x895b5e48 iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio 0x8b8dffe0 iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0x8eb80129 iio_device_set_clock +EXPORT_SYMBOL drivers/iio/industrialio 0x94b52117 iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0x9819e272 iio_device_get_clock +EXPORT_SYMBOL drivers/iio/industrialio 0xc0ad1510 iio_get_time_ns +EXPORT_SYMBOL drivers/iio/industrialio 0xcad508f3 iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xd176f590 iio_trigger_poll_nested +EXPORT_SYMBOL drivers/iio/industrialio 0xdc4b3217 __iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xea031bd1 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0xec8fda32 iio_trigger_using_own +EXPORT_SYMBOL drivers/iio/industrialio 0xfa23c24a iio_read_mount_matrix +EXPORT_SYMBOL drivers/iio/industrialio 0xfa62529b iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio-configfs 0x3959a94b iio_configfs_subsys +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x2996705b iio_sw_device_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x811a0300 iio_register_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x9e7ab57d iio_sw_device_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xf08d7c2c iio_unregister_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x4a288b0b iio_sw_trigger_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x61773c24 iio_register_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x6f86b955 iio_unregister_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x9273fcc7 iio_sw_trigger_destroy +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0xa1bf8c03 iio_triggered_event_cleanup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0xf8bcafb6 iio_triggered_event_setup +EXPORT_SYMBOL drivers/iio/pressure/bmp280 0x9dc77751 bmp280_dev_pm_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x1df9dc58 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5e8f8287 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x69824a14 ibcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x93aa8ba9 ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9491d43b ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x96b05272 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9a683b67 ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9d398e1a ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xaec74cca ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xbc041587 ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc092abe0 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xccae0223 ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd16d1b8b ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd54d04e4 ib_cm_insert_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd9a6fede ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xefbfbd32 ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x003688c6 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x009dd839 ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00cd25ea ib_get_rdma_header_version +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00f607a7 ib_get_eth_speed +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0119f153 ib_get_cached_port_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x039d7a68 rdma_get_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x056457ae rdma_copy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x075e9d25 ib_get_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x08484e8a ib_create_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x08a1e9ac ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0983a708 ib_create_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x09c9d93e ib_mad_kernel_rmpp_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0d6e59aa ib_mr_pool_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0de958a9 rdma_read_gid_hw_context +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0eeb4480 ib_get_vf_stats +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x11dafd4d ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x12773e7f rdma_nl_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x13a0ef21 ib_create_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x15c198cc rdma_restrack_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x169889ff ib_modify_qp_with_udata +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x175fe633 ib_port_sysfs_get_ibdev_kobj +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x180bf690 ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x18557a0a rdma_nl_unicast_wait +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1985122e ib_mr_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x19a86072 ib_unregister_device_queued +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1aff12ec ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1b8bbbb0 ib_port_unregister_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e2a54b4 ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e2f0652 __ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1f3d57bf ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1f3dafdf rdma_move_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1f4c1ff6 ibdev_printk +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2010f09f ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x209743bb ib_destroy_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x214f3629 ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x21b9ef4e rdma_user_mmap_entry_insert_range +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ba3ab67 ib_destroy_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2c0022f9 rdma_user_mmap_entry_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2d9b188e rdma_alloc_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ea95d9b __rdma_block_iter_next +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2ee3259e rdma_read_gid_attr_ndev_rcu +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2f384613 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x30450adf __rdma_block_iter_start +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x305e5701 rdma_addr_size_kss +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x32024a90 rdma_rw_ctx_signature_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x367a4bab ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x38c496ad rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3acacaf7 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3c0b5e5b ib_device_get_by_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3c2bb369 ib_device_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3c8d71ac ib_map_mr_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3d31fa93 rdma_umap_priv_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fc2387c ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4159c774 ib_advise_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x42e0190c ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4316c1d3 rdma_restrack_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x434c5d10 zgid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4446370a ib_port_immutable_read +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45c32fd1 ib_alloc_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45fb8985 rdma_nl_chk_listeners +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4903e510 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4c3f3de2 rdma_rw_mr_factor +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4d111d2f rdma_rw_ctx_destroy_signature +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4d382eef ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4da9c72c rdma_nl_put_driver_string +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e06e4d7 rdma_restrack_parent_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e155af0 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e90435c ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x520b2638 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55058296 rdma_nl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55bb02f3 ib_cache_gid_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58cd726c ib_set_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58df5b94 ib_get_gids_from_rdma_hdr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5988c5a2 rdma_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5c70ef4d ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5ca8554a rdma_copy_src_l2_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5d72d904 ibdev_notice +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5e3c206f ib_cq_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5e78d485 ibdev_warn +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x613b1e2e ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61a121a0 ib_map_mr_sg_pi +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61d24c52 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x622556ef rdma_user_mmap_io +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x629deb0b rdma_destroy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6459d0d3 rdma_nl_stat_hwcounter_entry +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x646a5196 ibdev_emerg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6510e7e5 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6581ca90 ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x66a9ee9c rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x675181e2 rdma_dev_access_netns +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b958320 ib_ud_ip4_csum +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6dcbdf0c ib_drain_rq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f3614b6 rdma_is_zero_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x70807834 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75a729a0 rdma_nl_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x77d02c9c ib_drain_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x78409cad ib_dealloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x787ccc4c ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x78be7402 ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x795ada7d ib_device_get_by_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7b5ef4bc ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7c1ea3ff rdma_create_user_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7c872088 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7d2967f7 ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7f1eff88 ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7f51834b ib_drain_sq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7f7a2c8c rdma_destroy_ah_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x834a8394 rdma_read_gid_l2_fields +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x838de342 rdma_user_mmap_entry_get_pgoff +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x856bb92b ib_rdmacg_try_charge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x85b79615 rdma_set_cq_moderation +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x87948fd1 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x891113eb ib_get_cached_subnet_prefix +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8a622b41 ib_unregister_device_and_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8b5fd4bc ibdev_crit +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8bf8e324 _ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8c009568 ib_create_qp_kernel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8ef786c9 rdma_link_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8f44f963 ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90acec50 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90e807c7 ib_cache_gid_parse_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9182f867 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x94d77cd4 ib_set_device_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x957b23a5 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9654c8a0 rdma_query_gid_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x982486b8 rdma_link_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x99f0c0e2 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9cb38f93 ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9d225f72 rdma_put_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9ec3f36d ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa14cdab0 ib_process_cq_direct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa2dcb681 rdma_nl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa3ebde79 __ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa421a448 ib_device_set_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa7c4c123 ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa7f19a6c ib_sg_to_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa822127b ib_dealloc_pd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa8b298a4 ib_cq_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa954866f ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa9cdf54b ib_get_device_fw_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa9fb1769 rdma_nl_put_driver_u64_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaa6aab47 rdma_roce_rescan_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaa6ef4d6 ib_destroy_wq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae956dce ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae9bf640 ib_alloc_mr_integrity +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaf53e800 rdma_restrack_add +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xafd2e5f8 ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb056eb32 rdma_free_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1a312e1 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb2bafc45 __ib_alloc_cq_any +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb2c989af ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb2e1b414 rdma_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb353317e ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb3c49f2a ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb3e01fad ib_mr_pool_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb43d9738 ib_mr_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4c40040 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb530e7ca ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb5bbb8c5 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb70e42f3 rdma_restrack_new +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7852a05 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xba139aba rdma_rw_ctx_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbac3c7fc ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbb2237da ibdev_info +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbb7aa1b8 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbe4d6fd3 ib_qp_usecnt_inc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbfa4c16f rdma_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc0ab233a rdma_user_mmap_entry_insert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc13fb4af ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc1604f1e ib_get_vf_config +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc23576e6 rdma_user_mmap_entry_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc4b276df ibdev_err +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc52eb4b3 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc77fc34b ib_free_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc946780f ib_qp_usecnt_dec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcc36abe3 ib_init_ah_attr_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xccbcca2c rdma_nl_put_driver_u32 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcfd99cb8 rdma_rw_ctx_post +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd01f9c93 rdma_hold_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd03eefbe rdma_restrack_set_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0478dc4 ib_unregister_driver +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0d2c6a1 rdma_nl_put_driver_u32_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd18cccac __ib_alloc_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd21bb37a ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd31db565 rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd4d10897 rdma_restrack_del +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6636ca6 rdma_addr_size_in6 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6c0f948 ib_alloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd735de05 rdma_restrack_get_byid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda28ed8d ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdaa723c3 ib_destroy_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdb53fcc3 rdma_user_mmap_entry_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdb9b8b8a ib_create_qp_security +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdc7a5fc0 ib_port_register_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdf32c959 rdma_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe0531100 ib_reg_user_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe1cabe60 rdma_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe1f59d3e rdma_alloc_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe376396b rdma_replace_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe3dccdc2 ib_init_ah_attr_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5840ec6 ib_wc_status_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5aa7ee1 rdma_nl_put_driver_u64 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe71b4aa1 ib_get_net_dev_by_params +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe72acf53 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7b52e5f mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9afb1fc ib_set_vf_link_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9e799fc ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xead2e94c rdma_move_grh_sgid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xed1ba9e8 rdma_init_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xedc7f35d rdma_find_gid_by_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf3152008 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf323b2d4 rdma_restrack_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf3fdeb92 ibdev_alert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf447b469 ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5dedb30 rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf640afdc rdma_rw_ctx_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6ed3334 ib_event_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf74ce941 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf79bc125 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfa61cc5b roce_gid_type_mask_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfbab93e2 ib_rdmacg_uncharge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xff1a4ab1 rdma_rw_ctx_wrs +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x18a99917 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x23f308e8 ib_umem_odp_alloc_child +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x265c0809 ib_umem_odp_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2bb6299e ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3173900b ib_umem_find_best_pgsz +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x368e2a41 flow_resources_add +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x36c34dc6 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x37abaa21 _uverbs_get_const_signed +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x387b14b4 uverbs_uobject_put +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3c7db8eb ib_umem_odp_unmap_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x43210556 uverbs_idr_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x43c1a0e4 ib_umem_dmabuf_map_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x6073cdd2 ib_umem_odp_map_dma_and_lock +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x6e0662a4 ib_umem_odp_alloc_implicit +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x754b0000 ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x75d080a4 uverbs_finalize_uobj_create +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x796c5b18 ib_umem_dmabuf_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x86b109ac uverbs_copy_to +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x88ddef74 ib_umem_odp_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x93addf8c ib_umem_dmabuf_get_pinned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xa58a81cb ib_uverbs_get_ucontext_file +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb4644ce5 ib_uverbs_flow_resources_free +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb839fc75 uverbs_destroy_def_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc448508a ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc702fb2d _uverbs_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xcb1cc525 flow_resources_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd02467ff uverbs_get_flags64 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd2d6afd1 uverbs_uobject_fd_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xd8172469 uverbs_fd_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xda42aaed _uverbs_get_const_unsigned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe123ced1 uverbs_get_flags32 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe5d1d2ed ib_umem_dmabuf_unmap_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe72ba949 ib_umem_copy_from +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xfb120e63 uverbs_copy_to_struct_or_zero +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xfc272265 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x02116f05 iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x1743117a iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x4607fd62 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x624bbe1c iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x8ecce683 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xb51d1c62 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xea6bcb59 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf27c4b55 iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf3df871f iwcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0b5b8e38 rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0e15c355 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x10922e82 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x15f44d74 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2118a2b6 rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x36d3f21f rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x578c1c5e rdma_set_min_rnr_timer +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5aa2d4de rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x663f2755 rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x66d27337 rdma_accept_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x675f7a3e rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x67fb695b __rdma_create_kernel_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6bb80d81 rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6d48bba9 rdma_lock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x735575c9 rdma_set_ib_path +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x83571832 rdma_res_to_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8f86d2f6 rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8fedbf28 rdma_read_gids +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x907df803 rdma_event_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x926fa2ad rdma_connect_locked +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x96432d27 rdma_iw_cm_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9a186a70 rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9f3d7387 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc6d9e721 rdma_consumer_reject_data +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc8ceb2fc rdma_set_ack_timeout +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xcb2445b3 rdma_create_user_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd3178026 rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd4d4c558 rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd80dbd51 rdma_connect_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xdbf7724a rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe5490028 rdma_unlock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xecace239 rdma_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xee611ba1 rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xfd4c718d rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xff6ed879 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x27b9cfeb rtrs_clt_put_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x2abe43a3 rtrs_clt_rdma_cq_direct +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x2e50f81d rtrs_clt_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x539b4e7c rtrs_clt_query +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x83518e00 rtrs_clt_get_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xafb956ca rtrs_clt_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xdd1a6239 rtrs_clt_request +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x0767502a rtrs_rdma_dev_pd_deinit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x67029a33 rtrs_addr_to_sockaddr +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x926b41e5 rtrs_addr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xafff8b7a rtrs_ib_dev_find_or_add +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xdb817e15 rtrs_ib_dev_put +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xe0f9c582 sockaddr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xef0937d9 rtrs_rdma_dev_pd_init +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x1c5b8fa2 rtrs_srv_set_sess_priv +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x5c3fcb87 rtrs_srv_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x9a34812c rtrs_srv_get_queue_depth +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xb3f69481 rtrs_srv_resp_rdma +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xd77521f1 rtrs_srv_get_path_name +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xed2ea365 rtrs_srv_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0x156a05c0 gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0x243fb999 gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xa4359853 gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0xb95efcda gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0xdb8640c0 gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xf6420b1d gameport_close +EXPORT_SYMBOL drivers/input/gameport/gameport 0xf8509ecb __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0xf90f80b0 __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0xfb6adaca gameport_start_polling +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x18f33f02 iforce_init_device +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x2738d1ee iforce_send_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x41198105 iforce_process_packet +EXPORT_SYMBOL drivers/input/matrix-keymap 0x8466d7bb matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0xc9a65e05 ad714x_probe +EXPORT_SYMBOL drivers/input/misc/ad714x 0xe20ae3b1 ad714x_pm +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x892d76b2 cma3000_resume +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x89d9444e cma3000_exit +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x96d4f09c cma3000_init +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0xca3f100a cma3000_suspend +EXPORT_SYMBOL drivers/input/rmi4/rmi_core 0xd1fc24e1 rmi_unregister_transport_device +EXPORT_SYMBOL drivers/input/sparse-keymap 0x2515a988 sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0x7d537a0f sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0x9291a7d6 sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0xf33988f8 sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/sparse-keymap 0xfe19f55e sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x08f67805 ad7879_probe +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0x7a1a81e6 ad7879_pm_ops +EXPORT_SYMBOL drivers/interconnect/qcom/icc-smd-rpm 0x4351af12 qnoc_probe +EXPORT_SYMBOL drivers/interconnect/qcom/icc-smd-rpm 0x874c4ea7 qnoc_remove +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x3c6c1d7c detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x4d57ecd6 capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x8444d404 capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xc2f5853b attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xd1737c19 capi_ctr_down +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0x27c58fd5 isdnhdlc_decode +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0x4644eea5 isdnhdlc_out_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0x5b835a58 isdnhdlc_rcv_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0xef4ee223 isdnhdlc_encode +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x207ebe18 mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x422cc58b mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xc966dfff mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xcbccd341 mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0x2c1cdba1 mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xa9a65dd0 mISDNisar_init +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x03a68066 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x0fe7a23d mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2173595a mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x26236de8 mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2813061d recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2f29500f mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x30d25b0d mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x313b1fde mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3589acd9 recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x4840a804 get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x58870d8f recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x5f8b7290 mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6047df40 mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x63cd8ac9 mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x67709b40 mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6b8b043d mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6f49b6a0 recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7f5f6b6b create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x85b5f7b6 bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9c928457 mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa5cadb60 dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb337a426 mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc40a77d8 recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc4d4448b mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xcb1c5a1c bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd2462121 mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd285995f mISDN_clock_get +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd5145151 mISDN_FsmEvent +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe383c3c3 mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe4330a68 queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf5474ee8 get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x01087af0 mISDN_dsp_element_unregister +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x93df9e4b dsp_audio_law_to_s32 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb07a21b8 dsp_audio_s16_to_law +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb98308d8 mISDN_dsp_element_register +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x0f48c26c ti_lmu_common_get_ramp_params +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x54a12ec4 ti_lmu_common_set_ramp +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0xbb95e750 ti_lmu_common_get_brt_res +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0xced72aae ti_lmu_common_set_brightness +EXPORT_SYMBOL drivers/mailbox/mtk-cmdq-mailbox 0xe6917dc5 cmdq_get_shift_pa +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x48b38935 omap_mbox_request_channel +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x7061a7f8 omap_mbox_disable_irq +EXPORT_SYMBOL drivers/mailbox/omap-mailbox 0x73fd5552 omap_mbox_enable_irq +EXPORT_SYMBOL drivers/md/dm-bio-prison 0x476d2454 dm_cell_key_has_valid_range +EXPORT_SYMBOL drivers/md/dm-log 0x62926578 dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0x8f676bd6 dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-log 0xb86baedc dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-log 0xeca22a61 dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0x0b25441b dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x3c769a5e dm_snap_cow +EXPORT_SYMBOL drivers/md/dm-snapshot 0x55eb7f11 dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0x9c352344 dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0xbb66dc39 dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0xe441147c dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/raid456 0x2a70394a raid5_set_cache_size +EXPORT_SYMBOL drivers/md/raid456 0x53eeb9cf r5c_journal_mode_set +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x0b8c8fce flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x1f450edc flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x50fcf8e2 flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x6b123dd4 flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x91208723 flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xa60bcb71 flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xb2da5495 flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xbcb90825 flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xc10c735d flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xc3178030 flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xeaf56783 flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xed5ae53b flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xf8776252 flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/cx2341x 0x15ac1bd0 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/common/cx2341x 0x1fb87f9f cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0x28240e61 cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/common/cx2341x 0x4731d522 cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cx2341x 0x55aa7c5f cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x5b5cc43e cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x7b4dd2cb cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0x8aff2836 cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cx2341x 0xb916f6d0 cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cx2341x 0xdbc5583a cx2341x_update +EXPORT_SYMBOL drivers/media/common/cx2341x 0xe1fe1432 cx2341x_log_status +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0xbde2c417 cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0x693e74ba ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0xef9f241f ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/common/tveeprom 0x0dbf0296 tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/common/tveeprom 0x1dcfdc37 tveeprom_read +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x065246b8 frame_vector_create +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x1b700d37 put_vaddr_frames +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x1d5f9555 frame_vector_destroy +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x2228337a vb2_verify_memory_type +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xc5e5573a frame_vector_to_pages +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xc99b795b vb2_buffer_in_use +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xdffb744b frame_vector_to_pfns +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xe20dfe0f get_vaddr_frames +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x17254d38 vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x6a48424f vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x9316721b vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xa648e8ef vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xb05f7413 vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xfa636965 vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-memops 0xc7c2b85f vb2_create_framevec +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-memops 0xccd197c7 vb2_destroy_framevec +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-v4l2 0x35a623a0 vb2_querybuf +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x08733236 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x0b5cd57d dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x0e011ea8 dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1609d70c dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1a3d7b7e dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1d6363ba dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1e7a8283 dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x214d5b4e dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x27bf29fb dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x2c12c287 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x32fd5b1d dvb_device_get +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3b93d71a dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3fd96ba7 dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x42d15a1b dvb_ringbuffer_write_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4478fb73 dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x50740107 dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5f2b1d95 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x72be5b96 dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7760667c dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8026ef3e dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x82143c17 dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8c94bdf6 dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x938a5685 dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x989a4a69 dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa628adeb dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xae3a6e57 dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb2edd80a dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb7870bc7 dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb7feaf5a dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xbd42653e dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc0b93899 dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc3f01680 dvb_remove_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc4426d5c dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xc47cd254 dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd7a1edab dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd7fbbc73 dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd98b95c3 dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe21f42ef dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe267e2c8 dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe7367529 dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf21bd1ef dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xf55a94af dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xfe73d116 dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x1aadd1b5 au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x35549895 au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x7db94855 au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x7e72c85b au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x90584428 au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xb4cacb92 au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xbac434fa au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xe83b58fd au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xf22eef60 au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0x8d56e5f3 cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x832d44b5 cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x1dfcf910 dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x4d844adf dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xa979ab26 dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0xc46880e7 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x280270ad dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x36108ddc dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x373ef0f3 dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x45385852 dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x4a06f164 dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x7cbd008c dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x9d8a9263 dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x9e0bcb8e dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xa9fe9f98 dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xc194ad96 dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xd37857f2 dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xe5a24857 dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xe8943f33 dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x09687961 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x36dc66b4 dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x42f8631a dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x4a134192 dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xa471eaa5 dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x3a0a4ef3 dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xa43d9be3 dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xae80ef73 dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x0158fb2c dib9000_get_component_bus_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x03d80ada dib9000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x15c86e24 dib9000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x2f6c45c4 dib9000_fw_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x581532bd dib9000_firmware_post_pll_init +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x815fa173 dib9000_fw_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x8642654b dib9000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x938f8b34 dib9000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xa2e559c5 dib9000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xd685e740 dib9000_set_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xe107eb1c dib9000_fw_set_component_bus_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xe80ffc07 dib9000_get_tuner_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x113927e6 dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x4ee58dce dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x627b033a dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x66cd92ee dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xc516a7fb dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x21358501 dvb_dummy_fe_qpsk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x8afba169 dvb_dummy_fe_ofdm_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0xd4a9598c dvb_dummy_fe_qam_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gl5 0xea70d979 lgs8gl5_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbh29 0xcd7e531c lnbh29_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0x8868d128 m88ds3103_get_agc_pwm +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x94c2a92e s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0x2d302ecf zd1301_demod_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0xb5e2b9e0 zd1301_demod_get_dvb_frontend +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x2b416421 flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x3fc86b5a flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x54821fe0 flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x654ba12e flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xe4bfaac8 flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xe9a2ad11 flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xfa1d16fd flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x788bf6cd bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xc78ac2ef bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xf923640f bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xffc0132a bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x3b114ee2 bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x543de2d4 bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8ecf4acc bttv_write_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbcf2d2fb bttv_read_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xe3a4d996 bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x08709032 write_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x0a3c0770 dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x0d0c5e96 dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x29a2d492 dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x43a983fd dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x59a52a9f read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x90caa600 dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xc6d8cb05 dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xfd8f85ce rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x144efc56 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x8429dbda cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x9f12406b cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xc706b5f6 cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xdbf95d08 cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6ff7510d altera_ci_tuner_reset +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xc46aeddb altera_ci_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xdb3faf38 altera_ci_release +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xe66b9812 altera_ci_irq +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x44b517f5 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x4664e629 cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x4aa8a668 cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x52e1a95f cx25821_riscmem_alloc +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x5b9cd8f6 cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xaec8322d cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xc3fc0bc5 cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xd5825c57 cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe9050411 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x1d42832b vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x35e05c8e vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x2ce44f10 cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xa6e71bfb cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xb3a22e00 cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xdbd0c6c6 cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x3c8da8f9 cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x45de735d cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x48b043d7 cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x61a30baa cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x774f9e79 cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x8f63d66c cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xd54a1c9c cx8802_start_dma +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x23ac62c8 cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x43e152af cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x58294068 cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5edb7ae5 cx88_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5f33f3a8 cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6a7eb0bc cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x72072e12 cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x743e5f4f cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x78b9d9b8 cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8b7c20e6 cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8c28210c cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8d88137a cx88_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8ff8acbc cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x91c2304c cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x920bda22 cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x9e115cfc cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc0c1215a cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc4805ccb cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xcf63c883 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xd8e9386e cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe41a8ae1 cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xe43edecb cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x099973fc ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x11d346ea ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x151051db ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1bc4ea50 ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x1fae2f20 ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x359e2fbe ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3f2a541b ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x4a548df5 ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x68075489 ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x9691cf1c ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x9a5764de ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xa30d7c48 ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xa4d05754 ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xbf9dc51c ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xcdb1fccb ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xe1f10c28 ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xfc2d7f6e ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x04e83446 saa7134_tuner_callback +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1211df5d saa7134_devlist +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x19398f92 saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x3005bb4f saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x6a43ff0f saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x730c4be3 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x7731240d saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x7f68c76e saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x8fac6b32 saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x8fb7443f saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x9ce74ec0 saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xa08626e5 saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xa2c58068 saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xa6b08ba2 saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xd6326181 saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/platform/chips-media/imx-vdoa 0x6671c6ea vdoa_context_configure +EXPORT_SYMBOL drivers/media/platform/chips-media/imx-vdoa 0x6ce9e4a5 vdoa_device_run +EXPORT_SYMBOL drivers/media/platform/chips-media/imx-vdoa 0x7fe3d6f9 vdoa_context_create +EXPORT_SYMBOL drivers/media/platform/chips-media/imx-vdoa 0xd96c63ec vdoa_wait_for_completion +EXPORT_SYMBOL drivers/media/platform/chips-media/imx-vdoa 0xfc58eef7 vdoa_context_destroy +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-csc 0xc1e5f960 csc_dump_regs +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-csc 0xc390492f csc_create +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-csc 0xd51f1f90 csc_set_coeff +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-csc 0xff05d720 csc_set_coeff_bypass +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-sc 0x0627f440 sc_set_vs_coeffs +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-sc 0x397d39b2 sc_dump_regs +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-sc 0x69957c68 sc_create +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-sc 0xf6f83bd1 sc_config_scaler +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-sc 0xf8a90c2a sc_set_hs_coeffs +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x07464bcf vpdma_add_cfd_block +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x09168c0e vpdma_get_list_mask +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x19e8cccb vpdma_hwlist_get_priv +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x1e26321d vpdma_misc_fmts +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x1ee5d41c vpdma_add_in_dtd +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x23e443fb vpdma_set_bg_color +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x2e9174ea vpdma_list_busy +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x3269c1e2 vpdma_add_sync_on_channel_ctd +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x366a8e74 vpdma_set_line_mode +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x39c16116 vpdma_set_frame_start_event +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x3b3f4afb vpdma_create_desc_list +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x3c7d730f vpdma_hwlist_release +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x3f24c397 vpdma_submit_descs +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x43eefc4a vpdma_get_list_stat +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x4485d842 vpdma_clear_list_stat +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x49293b26 vpdma_yuv_fmts +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x50ec40af vpdma_rgb_fmts +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x60708dc6 vpdma_raw_fmts +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x6ea95e2f vpdma_free_desc_buf +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x6f3fd182 vpdma_list_cleanup +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x73ae3d42 vpdma_add_cfd_adb +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x76df721d vpdma_set_max_size +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x83c54c57 vpdma_map_desc_buf +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x9144a791 vpdma_dump_regs +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x9232c621 vpdma_unmap_desc_buf +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x9de56bd8 vpdma_add_abort_channel_ctd +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0x9ece601a vpdma_free_desc_list +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0xc3e66b09 vpdma_update_dma_addr +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0xcc78bec4 vpdma_rawchan_add_out_dtd +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0xcee8968b vpdma_hwlist_alloc +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0xcf800b5f vpdma_create +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0xd0aeae6a vpdma_add_out_dtd +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0xebbec4fb vpdma_alloc_desc_buf +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0xf0515644 vpdma_enable_list_complete_irq +EXPORT_SYMBOL drivers/media/platform/ti/vpe/ti-vpdma 0xf82483c6 vpdma_reset_desc_list +EXPORT_SYMBOL drivers/media/radio/tea575x 0x22578815 snd_tea575x_s_hw_freq_seek +EXPORT_SYMBOL drivers/media/radio/tea575x 0x26dd834d snd_tea575x_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x32872c31 snd_tea575x_g_tuner +EXPORT_SYMBOL drivers/media/radio/tea575x 0x3930a013 snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0x6ba3a6dc snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0x946fd7d4 snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0xa7867aac snd_tea575x_enum_freq_bands +EXPORT_SYMBOL drivers/media/rc/rc-core 0x01098f88 ir_raw_encode_scancode +EXPORT_SYMBOL drivers/media/rc/rc-core 0x2fe55cf5 ir_raw_gen_pd +EXPORT_SYMBOL drivers/media/rc/rc-core 0x71df722f ir_raw_handler_register +EXPORT_SYMBOL drivers/media/rc/rc-core 0x7a02ee87 ir_raw_gen_pl +EXPORT_SYMBOL drivers/media/rc/rc-core 0xb5516017 ir_raw_encode_carrier +EXPORT_SYMBOL drivers/media/rc/rc-core 0xce3696f3 ir_raw_gen_manchester +EXPORT_SYMBOL drivers/media/rc/rc-core 0xe4d44163 ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x8a5f21f5 fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xd7811717 fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x4c48939e tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x37afd675 cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xf142eeec cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x138f3bf8 dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x5fa4baa7 dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x798d08f3 dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x7afb0467 dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x858b3d6e dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x8e135b17 dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xc3163ee1 dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xcc64ad47 dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xce938591 dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x0d8b2dea dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x0f4523db dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x45d4d2f3 dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x65d933e3 dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xa0f6d594 dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xddecdb16 usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xe645a412 dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x274e5188 af9005_rc_decode +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x341530cb rc_map_af9005_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0xd4e288db rc_map_af9005_table_size +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x1246b0d8 dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x147ea695 dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x1d4f7da6 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x2dc266bd dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x3ad661a8 dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x48455631 dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x804474a6 dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x93822ecb rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xf354c83f dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xfdf7020d dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0xa58d6c54 dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0xd9ea283f dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0x39b661b3 em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xdf4a344c em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x30d9e5c6 go7007_register_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x518cffcc go7007_snd_remove +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x53bd3c94 go7007_read_addr +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x55bb84f1 go7007_alloc +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x60db3918 go7007_parse_video_stream +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x78da097a go7007_snd_init +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x8aa175c5 go7007_read_interrupt +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xe277b625 go7007_boot_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xe7296a80 go7007_update_board +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x1c7d7b06 gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x4a014f1b gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x6828ebe2 gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x6d73fc07 gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x8df30539 gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xd325a230 gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xd8ea448c gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xef1ae5e2 gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xd2472e84 ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0xf9802f4e ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x27467914 v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x304fb2f0 v4l2_async_nf_init +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x4ce4d5d4 v4l2_async_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x5a1b258a v4l2_async_subdev_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xf04364ad v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xfa6cd640 v4l2_async_nf_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x1b0ba5bd v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x1b8a4131 v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x3f7f195b v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x459e133f v4l2_m2m_get_curr_priv +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x5352d022 v4l2_m2m_resume +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xe3edffc3 v4l2_m2m_buf_done_and_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xf626dd03 v4l2_m2m_suspend +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0177bc2d v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x082737e8 v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0bd69bd9 v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x11285361 v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x11414ebf v4l2_ctrl_new_fwnode_properties +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1c098447 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1f6853b0 v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1f6b3695 v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2027334d v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x22faf6a2 v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x275450c1 v4l2_ctrl_type_op_equal +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x29eed5d5 __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2dcb59b9 v4l2_query_ext_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x315de2cf v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x32d43420 v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x34d94639 v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x35ff98bf v4l2_format_info +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x365d1bd4 video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x36a32e41 v4l2_ctrl_request_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3adbd595 v4l2_field_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3b7424f6 v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3b86cd9a v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3bdd0f94 v4l2_prio_change +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3cd6f8fd v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3f49c1c9 __v4l2_ctrl_s_ctrl_string +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x401bc1c9 v4l2_ctrl_poll +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x43b7ba1b v4l2_ctrl_request_complete +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x47f52b41 v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x48ca76c4 v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4c179953 v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x4e811ad2 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x523f1ccb v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x537fb3e9 v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5938cf3c v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x61d247ee __v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x66304716 v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x695987c1 video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6c33b408 v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x721f1d88 v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7fa07667 v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x87f3907f __v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x89e3897d v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8abd3e39 v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa0a4e2d2 v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa3262af9 __v4l2_ctrl_s_ctrl_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa6cbf7b4 v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa80ca6fc v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xab592024 v4l2_subdev_call_wrappers +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb09bdca4 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbb4b7d08 v4l2_ctrl_new_std_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc288b2fa video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcce9d016 v4l2_ctrl_type_op_validate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcdf476a4 video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd16d9c01 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xda93d2a9 v4l2_ctrl_type_op_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xdbd08dbc v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2ab2fbb v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe356f6d5 __v4l2_ctrl_modify_dimensions +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe48b8234 v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe741d566 video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xed3f499f v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xef6d9c56 v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf50fecbc v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf886ec45 v4l2_ctrl_type_op_log +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf973015a __v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfabd6301 __v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x191c74aa rpcif_sw_init +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0x9be49f7f rpcif_dirmap_read +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0xc6be9d3c rpcif_hw_init +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0xe076c447 rpcif_prepare +EXPORT_SYMBOL drivers/memory/renesas-rpc-if 0xfc6091df rpcif_manual_xfer +EXPORT_SYMBOL drivers/memstick/core/memstick 0x010a2be3 memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x376a5792 memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x48731d5a memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0x4a4e5778 memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x51cb13f8 memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x52f738fc memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x74df0e21 memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x866236e9 memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0xae0d9bb2 memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0xc10b96b4 memstick_free_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xc1a97083 memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xdd9c18ed memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xe0c0075b memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xe642399b memstick_add_host +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x043d5bca mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x0e304160 mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x10390dbc mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1c5406a6 mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x254432d0 mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2d6dae8b mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x33b2606d mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3815015d mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3a45f7cf mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x3ff4c134 mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x40bb400f mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x4a9bba27 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x56a22eb0 mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x5c95a116 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x610b257e mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x6cfbf0b0 mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x74a0134a mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7ab9dc33 mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x981efe92 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9c184832 mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa010118f mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa18cb72b mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb597cdd8 mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbfe7b06c mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc69651fc mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc81a224c mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd1dacae7 mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd878cb61 mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd975bf9f mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe0bffb10 mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe6c1e126 mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe937585b mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf1a69df4 mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x351ce6ac mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x40ec0bcd mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4149f054 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x56a799d5 mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x57d02cbb mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5d923c00 mptscsih_host_attr_groups +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x621aadbf mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x69d5738d mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x75545d1e mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7b138656 mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x7f39609d mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x88a99ca0 mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8c72e53a mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8faba897 mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9ac80933 mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x9c703d39 mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa3614801 mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb0c8647c mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb22e6c18 mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb62642a3 mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc3d39e6e mptscsih_ioc_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc63d88c1 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd19c65e4 mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd66a6f0c mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xe12735ec mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xf8ea193d mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xfe80ac1f mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/mfd/axp20x 0x1b4843bc axp20x_match_device +EXPORT_SYMBOL drivers/mfd/axp20x 0x2b1269f5 axp20x_device_probe +EXPORT_SYMBOL drivers/mfd/axp20x 0xb1066270 axp20x_device_remove +EXPORT_SYMBOL drivers/mfd/dln2 0x13b37fa3 dln2_unregister_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0x467c2cef dln2_transfer +EXPORT_SYMBOL drivers/mfd/dln2 0xe557d000 dln2_register_event_cb +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x1747c864 mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x1e45b68e mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x214e031f mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x219dd148 mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x2f7e9031 mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x3aabead9 mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x44da3489 mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x948c6b66 mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xb5673569 mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xcc882a8d mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xe4e6b8ca mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/qcom-spmi-pmic 0x85dba3a1 qcom_pmic_get +EXPORT_SYMBOL drivers/mfd/qcom_rpm 0x832aed94 qcom_rpm_write +EXPORT_SYMBOL drivers/mfd/tps65010 0x02d4ad0f tps65013_set_low_pwr +EXPORT_SYMBOL drivers/mfd/tps65010 0x0c6ad2cf tps65010_config_vdcdc2 +EXPORT_SYMBOL drivers/mfd/tps65010 0x28485130 tps65010_config_vregs1 +EXPORT_SYMBOL drivers/mfd/tps65010 0x33739de7 tps65010_set_vib +EXPORT_SYMBOL drivers/mfd/tps65010 0x9fd44c69 tps65010_set_led +EXPORT_SYMBOL drivers/mfd/tps65010 0xb14080cc tps65010_set_low_pwr +EXPORT_SYMBOL drivers/mfd/tps65010 0xd5bb106d tps65010_set_vbus_draw +EXPORT_SYMBOL drivers/mfd/tps65010 0xe99b3f36 tps65010_set_gpio_out_value +EXPORT_SYMBOL drivers/mfd/wm8994 0x63c59b07 wm1811_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x878f278c wm8994_irq_init +EXPORT_SYMBOL drivers/mfd/wm8994 0x9b336092 wm8994_base_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0xbdc49dde wm8994_irq_exit +EXPORT_SYMBOL drivers/mfd/wm8994 0xce9d22b3 wm8994_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0xfca7992a wm8958_regmap_config +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x9a3b59c6 ad_dpot_remove +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xbb6d626a ad_dpot_probe +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x2fb85933 altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0x760b0116 c2port_device_unregister +EXPORT_SYMBOL drivers/misc/c2port/core 0xd8ee8bed c2port_device_register +EXPORT_SYMBOL drivers/misc/tifm_core 0x05803bd6 tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x0b60db67 tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x0c28e5b0 tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x2411fae7 tifm_register_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0x28e13c25 tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x3924c655 tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x39f86aa1 tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x50b8c684 tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x5f17a874 tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x661b6d82 tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xa390aa3e tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0xaa017190 tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0xeaefaa33 tifm_alloc_device +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x04ca06db dw_mci_runtime_resume +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x090b9aab dw_mci_remove +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x13f1fcb6 dw_mci_runtime_suspend +EXPORT_SYMBOL drivers/mmc/host/dw_mmc 0x7788ea06 dw_mci_probe +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x84729c03 mmc_spi_get_pdata +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0xe6cc78b4 mmc_spi_put_pdata +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x05bbead7 cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x227b474f cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x48010aa6 cfi_build_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x5ab29c1b cfi_build_cmd_addr +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xe9e48407 cfi_send_gen_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xeee874d9 cfi_merge_status +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xf4aaf4a9 cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xff9fa623 cfi_udelay +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0xa0e0cc7b mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0x585de845 lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x102603bc mtk_ecc_get_parity_bits +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x5437e775 mtk_ecc_disable +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x5de55d81 mtk_ecc_get_stats +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x6df58afb mtk_ecc_release +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x76e53683 mtk_ecc_wait_done +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x8dcc87d2 mtk_ecc_enable +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0x9581774d of_mtk_ecc_get +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0xda64ef4a mtk_ecc_adjust_strength +EXPORT_SYMBOL drivers/mtd/nand/ecc-mtk 0xec8b9207 mtk_ecc_encode +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0x2736c3fd onenand_addr +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0x55afe715 flexonenand_region +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x30db096f denali_calc_ecc_bytes +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x845438bd denali_remove +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0xc3ecbad2 denali_init +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x12f10173 alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x436f1d56 arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6543b377 arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6f1601d4 arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x8c906c1a arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x9791289b arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xa767f915 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xde358e9d arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xe47c3b72 arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xe8637382 arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xff10b568 free_arcdev +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x1931e22d com20020_netdev_ops +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x351723e1 com20020_check +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xa8fd7ccc com20020_found +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x3014e384 ctucan_probe_common +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x9e7a10e1 ctucan_suspend +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0xc2c17627 ctucan_resume +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0x19d9f392 can_eth_ioctl_hwts +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0xef542577 can_ethtool_op_get_ts_info_hwts +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x034df9f0 b53_vlan_filtering +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x09769876 b53_vlan_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x09c0a4e5 b53_mirror_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x27181ae1 b53_port_event +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2fa8466b b53_br_fast_age +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x315c2409 b53_fdb_dump +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x350eac31 b53_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3b7def6b b53_setup_devlink_resources +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x46dd9b9b b53_configure_vlan +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x4cd2311b b53_imp_vlan_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x61010cb6 b53_eee_enable_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6c8cb2b4 b53_get_tag_protocol +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x703675e0 b53_vlan_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x70e8c574 b53_brcm_hdr_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x7b2f6389 b53_switch_register +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x7d3ae900 b53_eee_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x7f9017ce b53_br_leave +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8cbbb584 b53_br_join +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x9b9ec3d0 b53_phylink_mac_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xa4fe9abb b53_get_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xaa0d1e95 b53_br_flags_pre +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xaf287808 b53_enable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb706fbbb b53_get_ethtool_phy_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb78e225c b53_br_set_stp_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb9461905 b53_get_sset_count +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xbb27309c b53_phylink_mac_link_down +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc30b31e1 b53_get_strings +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc3509557 b53_br_flags +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc5e381c2 b53_fdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc9df1fa7 b53_set_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xe5aec585 b53_disable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xee0a0d50 b53_switch_detect +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf018125a b53_mdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf68b53e1 b53_mdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf749dbba b53_fdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf7c11a7a b53_mirror_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xfbd54bf9 b53_phylink_mac_link_up +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xff8275c2 b53_get_ethtool_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x13d9e4de b53_serdes_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x89091d74 b53_serdes_link_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x95451f70 b53_serdes_phylink_mac_select_pcs +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x986c4fe3 b53_serdes_phylink_get_caps +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x0ecaf3d9 lan9303_probe +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x9040bd05 lan9303_remove +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xada83f40 lan9303_register_set +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xafb3813a lan9303_shutdown +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x560f6af9 ksz_switch_register +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0xb4ff30e8 ksz_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0xc9f8b39b ksz_switch_remove +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x307ddfd4 vsc73xx_probe +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x722cd1bb vsc73xx_shutdown +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x99d242fe vsc73xx_is_addr_valid +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0xa67bb588 vsc73xx_remove +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x0b1d31e3 xrs700x_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x6ce9ca11 xrs700x_switch_shutdown +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xa84d5b54 xrs700x_switch_register +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xd7d44a07 xrs7004f_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xdd11431e xrs7003f_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xe63c509a xrs7004e_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xecf95983 xrs7003e_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xfdcc044b xrs700x_switch_remove +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x0e77506a NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x753a3aa8 ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x9184f1df ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x9fcb372f ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xa07cf7ac ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xb47597c0 ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xd47bdfab ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xdc1dc0c0 ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xdeb95f30 __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xe9e2a9c5 ei_close +EXPORT_SYMBOL drivers/net/ethernet/aquantia/atlantic/atlantic 0xea515029 aq_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x1ad806a7 bnxt_unregister_dev +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x7e3208ee bnxt_register_dev +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x9f4c5244 bnxt_send_msg +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0xe45b175d bnxt_register_async_events +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x7e13b8dd cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x2c9aaa47 cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x2e5fdb3c cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x34053a3e t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x60cb3abc cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x63b2bb61 t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x68b99a02 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x7218ccf6 cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x7bfcbe6f cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x8ed3c0d2 t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x955e6238 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x9d1ad17e cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xada647df cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xc01b3d32 cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf1bc541f cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf6c7462e t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xff2306da t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x06ad2a73 cxgb4_inline_tx_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x09719994 cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0a6cb0e4 cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0ceb9277 cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0f1a5528 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0f86b30d cxgb4_crypto_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1cd9c1c2 cxgb4_check_l2t_valid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x28029f1b cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2cac1ec1 cxgb4_port_e2cchan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x320832e6 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x35761271 cxgb4_write_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x35c093b0 cxgb4_reclaim_completed_tx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x3cfff258 cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x42959053 cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x46f08e6a cxgb4_immdata_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x46fa31a2 cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x488eadb7 cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x4979f110 cxgb4_write_partial_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ae76f3 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x57b9c199 cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x59d7b8c6 cxgb4_smt_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x674758e1 cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x74141cfd cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7ca17359 cxgb4_read_tpte +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7da22a4e cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x7f3d6da2 cxgb4_map_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x831bf143 cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x858cc01a cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa0cb3a54 cxgb4_clip_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xab94e983 cxgb4_read_sge_timestamp +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb29a12c2 cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc1820ca1 cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc5d3c08b cxgb4_l2t_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xcb732422 t4_cleanup_clip_tbl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xce0ec634 cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xceb0ddf3 cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd4f28aff cxgb4_get_srq_entry +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd79d2c12 cxgb4_clip_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd92ae664 cxgb4_ring_tx_db +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xded2869b cxgb4_smt_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xdff91e5d cxgb4_update_root_dev_clip +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe78ecd20 cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe88a0ce4 cxgb4_bar2_sge_qregs +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe90337a1 cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf2fc72b6 cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf86326c8 cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf975a2df cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xfab66b31 cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x1bdaafe1 cxgbi_tagmask_set +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x255ab30f cxgb_get_4tuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x5292a8db cxgbi_ppm_make_ppod_hdr +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x6c361dc2 cxgb_find_route +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x86843448 cxgbi_ppm_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x94e061ac cxgbi_ppm_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xac44d628 cxgb_find_route6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xe3df1866 cxgbi_ppm_ppods_reserve +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xe4ae2696 cxgbi_ppm_ppod_release +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x463a90f0 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x4c106910 enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x87b48d6f vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xbdb1f955 vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xc19f70a6 vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xdb1d79ef vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x4e2e10d2 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x61c43f3c be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x659a9223 be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/freescale/enetc/fsl-enetc-ierb 0x96d603a4 enetc_ierb_register_pf +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x279f4149 fun_release_irqs +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x54a7aa49 fun_reserve_irqs +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x931e8c52 fun_dev_enable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xd59a77fe fun_dev_disable +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x3f1256ca hnae_put_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0x8853a1bd hnae_ae_unregister +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xa4fac8db hnae_reinit_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xb1266858 hnae_register_notifier +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xb40c4890 hnae_ae_register +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xdf24adef hnae_unregister_notifier +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hnae 0xe1f0d9a2 hnae_get_handle +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns/hns_dsaf 0x3e928f79 hns_dsaf_roce_reset +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x470a01c0 hnae3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x4832d66d hnae3_register_client +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x7773e43f hnae3_register_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x784b3392 hnae3_unregister_ae_dev +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0x98dabbfc hnae3_unregister_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xc0477349 hnae3_unregister_ae_algo_prepare +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xdb798b6b hnae3_set_client_init_flag +EXPORT_SYMBOL drivers/net/ethernet/hisilicon/hns3/hnae3 0xf5eb9998 hnae3_register_ae_algo +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x60250c6b iavf_register_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x97ba1c17 iavf_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/intel/ice/ice 0x6dfaeca0 ice_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/intel/ixgbe/ixgbe 0xb1a07cbe ixgbe_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0x71cb0463 prestera_device_register +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0x72b81c8e prestera_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x00877621 mlx4_test_interrupt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x11847c91 set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x15c9fd8a mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x170d8c9f mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1f6d2da6 mlx4_get_eqs_per_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x20f3f905 mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x27b33135 mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x374ef94f mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x38902d08 mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x38d96ae7 set_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3b50284a mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3e1eb46d mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3f832a4b get_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x41576fd3 mlx4_SET_VPORT_QOS_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x49ff13e3 mlx4_SET_PORT_fcs_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x52b74ac5 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x53beac9b mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x54ff50ee mlx4_SET_PORT_BEACON +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x59a7350d mlx4_ALLOCATE_VPP_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5c2ae50b mlx4_SET_PORT_user_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x61a1ec12 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x67086b94 mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x735c924b mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x79929879 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7fdde0b4 mlx4_handle_eth_header_mcast_prio +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x812af134 mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x908c1f7a mlx4_SET_VPORT_QOS_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x91f139c9 mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa0978ba6 mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xccb28e86 mlx4_test_async +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd38f1b22 mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd4ab41a2 mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdb877dcc mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdf2e26d6 mlx4_is_eq_shared +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe018b99a mlx4_max_tc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe5c14654 mlx4_is_eq_vector_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xebd52007 mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee91e993 mlx4_query_diag_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeea922f3 mlx4_ALLOCATE_VPP_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeef26fca mlx4_get_cpu_rmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeefcc50b mlx4_get_is_vlan_offload_disabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf047f15b mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf1a1a58e mlx4_SET_PORT_user_mtu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfd62687c mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfe0dc95c mlx4_tunnel_steer_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x02eb7ae7 mlx5_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x02ebc66c mlx5_cmd_create_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0467c08c mlx5_fpga_mem_read +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x05b244c6 mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x07e409a2 __tracepoint_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0b7e8bce mlx5_eq_disable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0ccd8f4b mlx5_core_modify_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0fc79e7f mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x10c6a17d mlx5_eq_destroy_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1c567ab5 mlx5_fpga_sbu_conn_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1ce4ad6e mlx5_flow_table_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1e8bea41 mlx5_lag_is_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1fea5f03 mlx5_lag_mode_is_hash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2312c4f0 mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2338b9dc mlx5_core_destroy_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x236cfe25 mlx5_packet_reformat_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x25bb15fd mlx5_core_create_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x28ea1a86 mlx5_eq_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x29d2c248 mlx5_create_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2b5d155b mlx5_lag_is_shared_fdb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2c50448c mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2c726ec6 mlx5_debugfs_get_dev_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x310b0404 mlx5_modify_header_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3468ef50 mlx5_get_fdb_sub_ns +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3475821f __SCK__tp_func_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x39731083 __traceiter_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3c1491f6 mlx5_rl_add_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3cbce097 mlx5_destroy_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x41ea2fa8 mlx5_cmd_do +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x438ddc1b mlx5_fs_add_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4853957d mlx5_eswitch_get_vport_metadata_for_match +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x48d8ab96 mlx5_lag_get_next_peer_mdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x49db35ca mlx5_fc_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4a1c111f mlx5_eq_create_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4afa92ab mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4b1d2b28 mlx5_eswitch_register_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4bc04959 mlx5_fpga_get_sbu_caps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4cb09f9d mlx5_eq_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d5f5c07 __SCK__tp_func_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4ed74c90 mlx5_vf_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x50e72a3a mlx5_rl_remove_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x50faa015 __traceiter_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x517539e0 mlx5_create_lag_demux_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x52ff8b48 mlx5_comp_irq_get_affinity_mask +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x53a13b43 mlx5_lag_get_slave_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x54376a12 mlx5_rsc_dump_cmd_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x549b8682 mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x559ac38d __SCK__tp_func_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x577a9277 mlx5_eswitch_vport_match_metadata_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5813cc5d mlx5_core_modify_cq_moderation +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x589534fe mlx5_query_ib_port_oper +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5cbd52c8 __tracepoint_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5da08f6a mlx5_rl_is_in_range +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5e6c67fe mlx5_alloc_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5eaf1150 mlx5_cmd_init_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5f192646 mlx5_lag_query_cong_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x61492bb7 mlx5_rl_are_equal +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x63d8f09a mlx5_core_query_vendor_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6427fa09 mlx5_msix_free +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x65ea14c8 mlx5_debug_qp_remove +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x65ee03c9 mlx5_vector2eqn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x660b4830 __tracepoint_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x665ee5cb __tracepoint_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x66aa88d6 mlx5_eswitch_get_encap_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x697df2a1 mlx5_del_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6c2050d7 mlx5_core_query_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x701df2ef mlx5_qp_debugfs_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x716865fc mlx5_lag_is_sriov +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7261330b __SCK__tp_func_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x73ae5d1f mlx5_eswitch_get_vport_metadata_for_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7630455f mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x79a034eb mlx5_free_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7a5a604e mlx5_core_uplink_netdev_event_replay +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7a9d3aff mlx5_core_destroy_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7b03ff70 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7b359a09 __SCK__tp_func_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7ba61867 mlx5_sriov_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7c31326d mlx5_cmd_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7cdb5603 mlx5_vf_put_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7e23e355 mlx5_core_get_terminate_scatter_list_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7e37b977 mlx5_eq_update_ci +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7eac9a46 mlx5_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7f13ed88 __traceiter_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7f61ac9d mlx5_core_alloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8017807f mlx5_create_auto_grouped_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x80593d47 mlx5_rl_add_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x87a7124d mlx5_nic_vport_disable_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8911ccf2 __traceiter_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x89ffb658 mlx5_core_create_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8d55ac5b mlx5_destroy_flow_group +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8fc67867 __traceiter_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9038aada mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x90a11a71 mlx5_debug_qp_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x92d2a950 mlx5_msix_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x94985a6c mlx5_core_roce_gid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x94d1382c mlx5_modify_header_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x95f3bec7 mlx5_eswitch_reg_c1_loopback_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x965e297c mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96eb2c99 mlx5_fc_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x97121708 mlx5_packet_reformat_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x998e2916 mlx5_qp_debugfs_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x99bb603d __tracepoint_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x99f35888 mlx5_is_roce_on +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9a579995 mlx5_eswitch_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9d6135dc __SCK__tp_func_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9e5859a6 mlx5_core_destroy_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9fa83686 mlx5_core_modify_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa04cddc2 mlx5_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa2dcb482 mlx5_add_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa2f467e3 mlx5_cmd_destroy_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa36342dc mlx5_comp_vectors_count +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa52836ef mlx5_eq_get_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa6309275 mlx5_core_modify_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xab6c2593 mlx5_fc_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xad4a2be7 mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xad6815cd mlx5_rsc_dump_cmd_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xadc0287d mlx5_eswitch_vport_rep +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xae17bf57 mlx5_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaed21604 mlx5_create_flow_group +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaef0be61 __tracepoint_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb0643758 mlx5_mpfs_del_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb35a183f mlx5_cmd_cleanup_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb6d8822e mlx5_lag_is_mpesw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb891fa2e mlx5_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbd460223 mlx5_fpga_sbu_conn_sendmsg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbdcd4990 mlx5_mpfs_add_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbf6e771b mlx5_eswitch_uplink_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc0fdce49 mlx5_core_create_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc5446161 mlx5_eswitch_add_send_to_vport_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc546ea0c __tracepoint_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc8b44726 __traceiter_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xca39767e mlx5_rdma_rn_get_params +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xca64444a __traceiter_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcd9ac624 mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xce7e18da mlx5_get_flow_namespace +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcf1ffff3 __tracepoint_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd092f6a7 mlx5_cmd_out_err +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd18d409b mlx5_rl_remove_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd19bcadb __traceiter_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd3276030 mlx5_fc_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd38cee7d __tracepoint_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd3a5ebe2 mlx5_lag_get_roce_netdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd426ccf5 mlx5_eq_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd600f652 mlx5_cmd_exec_polling +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xde1e388f mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe16d94cd mlx5_fs_remove_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe2a69643 mlx5_fpga_sbu_conn_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe3b4b02f mlx5_lag_get_num_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe3f5be91 mlx5_core_dealloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe630d69e mlx5_lag_is_master +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe7e54ca6 mlx5_eswitch_unregister_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeb0712c7 mlx5_put_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeb9a8bcf __SCK__tp_func_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xef926cfb mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf05c27da mlx5_fpga_mem_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf1789bb9 mlx5_rsc_dump_next +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf204a62d mlx5_sriov_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf227b757 mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf3e01c44 mlx5_core_destroy_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf547c03d mlx5_core_create_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf5b85372 mlx5_lag_is_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf88d57b1 __SCK__tp_func_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfc8e744e __SCK__tp_func_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfca48079 __traceiter_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfd0095a9 mlx5_get_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xff4377ef mlx5_eswitch_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xff45e91a mlx5_core_query_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xffba4661 mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxfw/mlxfw 0x0728a89e mlxfw_firmware_flash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x00e4ccb3 mlxsw_core_port_netdev_link +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x02815b77 mlxsw_env_module_port_up +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x02dfd3d0 mlxsw_afk_key_info_block_encoding_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x07abcc0c mlxsw_afa_block_append_trap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x08d1f8cb mlxsw_core_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0ca34ccf mlxsw_core_max_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0d0129fc mlxsw_afa_block_append_qos_ecn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0e81c09c mlxsw_afk_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0f4a209d mlxsw_core_read_utc_sec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x14d6ca2e mlxsw_env_set_module_power_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x14e17bb4 mlxsw_linecards_event_ops_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x15801382 mlxsw_afk_key_info_put +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x16673aec mlxsw_afk_values_add_u32 +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x16f4221d mlxsw_core_irq_event_handler_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x19fa5852 mlxsw_core_flush_owq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x202693f0 mlxsw_afa_block_cur_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x23eddc68 mlxsw_core_cpu_port_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x299e2562 mlxsw_afk_values_add_buf +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2c68ced3 mlxsw_core_read_frc_h +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2f303cd3 mlxsw_afa_block_append_qos_dsfield +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x307c155c mlxsw_core_traps_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x383bc49a mlxsw_afa_block_append_qos_dscp +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x39684cfc mlxsw_core_rx_listener_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x3f672008 mlxsw_reg_trans_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x401099e1 mlxsw_core_skb_transmit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4036254f mlxsw_linecards_event_ops_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x43a9b87e mlxsw_afa_block_terminate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x47041e4e mlxsw_afk_key_info_blocks_count_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4765b9f0 mlxsw_core_res_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4866767a mlxsw_env_get_module_eeprom_by_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x495db822 mlxsw_core_skb_receive +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x49ec8a06 mlxsw_afa_block_append_police +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4a558271 mlxsw_env_get_module_power_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4d6ba108 mlxsw_core_trap_state_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x50359cc0 mlxsw_core_kvd_sizes_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x508923e3 mlxsw_core_port_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x51b5769d mlxsw_env_module_overheat_counter_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5684c6d5 mlxsw_env_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x57e736af mlxsw_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5c73d5a4 mlxsw_core_sdq_supports_cqe_v2 +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5cf3dd79 mlxsw_core_bus_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5d55fb68 mlxsw_afk_encode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5ff17b5c mlxsw_afa_block_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x60fe156d mlxsw_core_ptp_transmitted +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x618a30ab mlxsw_afa_block_commit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x63874d4c mlxsw_core_port_driver_priv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x65c7e645 mlxsw_afa_block_append_qos_switch_prio +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6929f2b4 mlxsw_env_module_port_map +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x718d28f4 mlxsw_afa_block_append_vlan_modify +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x75339042 mlxsw_core_lag_mapping_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x75c5b170 mlxsw_core_trap_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x77d83398 mlxsw_core_read_frc_l +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7b0bfeec mlxsw_core_port_fini +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7e08c6e0 mlxsw_core_event_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x827a2f1f mlxsw_afa_block_jump +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x829e8851 mlxsw_afa_block_first_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x83fb69af mlxsw_core_lag_mapping_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x858c30d0 mlxsw_afa_block_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x86817014 mlxsw_core_read_utc_nsec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x8854d198 mlxsw_reg_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x8c5b9126 mlxsw_core_bus_device_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x94646105 mlxsw_afa_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x9540e9bf mlxsw_core_rx_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x996c5d6d mlxsw_reg_trans_bulk_wait +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x9cbf026d mlxsw_afa_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa1b309d7 mlxsw_afa_block_append_mirror +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa509fafd mlxsw_afa_block_append_counter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa7765e88 mlxsw_reg_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa8e2509a mlxsw_afa_block_append_sampler +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xaa600760 mlxsw_reg_trans_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xaad5d38a mlxsw_core_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xac1074a5 mlxsw_core_skb_transmit_busy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xae11bd43 mlxsw_core_port_devlink_port_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb61a1acc mlxsw_env_reset_module +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb6517b2e mlxsw_afa_block_append_trap_and_forward +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb68e9fa8 mlxsw_env_module_port_unmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbbd7a457 mlxsw_core_schedule_work +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbc222a8d mlxsw_afk_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbda212df mlxsw_core_irq_event_handlers_call +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbfb7df3c mlxsw_core_driver_priv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc31fbb6a mlxsw_core_res_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc5eacafe mlxsw_afa_block_append_l4port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc66db510 mlxsw_core_traps_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xcbab836f mlxsw_core_fw_rev_minor_subminor_validate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xcbe4ef8f mlxsw_env_get_module_eeprom +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd111d3e8 mlxsw_core_irq_event_handler_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd1bab622 mlxsw_afk_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd21722b4 mlxsw_core_max_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd28256cf mlxsw_afa_block_append_allocated_counter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd7a93413 mlxsw_core_event_listener_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd888ffb3 mlxsw_afa_block_append_ip +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd9f711ae mlxsw_afa_block_append_mcrouter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdc415cf1 mlxsw_afa_block_continue +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdc5c95df mlxsw_core_resources_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdeb1dc2e mlxsw_afa_block_first_kvdl_index +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe16986dd mlxsw_afa_block_activity_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe1860dde mlxsw_afa_block_append_fid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe4d9ac5a mlxsw_afa_block_append_drop +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe532482a mlxsw_afk_key_info_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xeca0348c mlxsw_core_schedule_dw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xecab212a mlxsw_afa_cookie_lookup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xed2801d4 mlxsw_env_module_port_down +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf362efe8 mlxsw_core_trap_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf446732c mlxsw_afk_key_info_subset +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf82bdc70 mlxsw_core_lag_mapping_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xff007c25 mlxsw_core_cpu_port_fini +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xff0b141d mlxsw_afa_block_append_fwd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0x0ecc386f mlxsw_i2c_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0x7806ec34 mlxsw_i2c_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x36fd94a6 mlxsw_pci_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x38fa9c53 mlxsw_pci_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x01ba442e ocelot_ptp_settime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0421f4fb ocelot_sb_tc_pool_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0429811b ocelot_get_ts_info +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x08578165 ocelot_vcap_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x08791cd6 ocelot_wm_enc +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x09390385 ocelot_deinit +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x11e4a5af ocelot_port_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x183a7c70 ocelot_vlan_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x18474d9e ocelot_port_mdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1a1ef1cc ocelot_sb_occ_snapshot +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1c98c3d0 ocelot_port_inject_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1fd26c15 ocelot_devlink_sb_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x20d65749 ocelot_vlan_prepare +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x23aa6d41 ocelot_mrp_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2ee2eeab ocelot_vcap_block_find_filter_by_id +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x341d8180 ocelot_ptp_verify +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x342dbe9d ocelot_mact_forget +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3723921b ocelot_port_lag_change +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3df24544 ocelot_hwstamp_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x42acd395 ocelot_sb_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x43aeeeb3 ocelot_ptp_adjtime +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x470addfa ocelot_init_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4c5b55e3 ocelot_policer_validate +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4d967e98 ocelot_vcap_filter_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5125b124 ocelot_mact_learn_streamdata +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5445c7a9 ocelot_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x58b1e097 ocelot_get_sset_count +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5aa1efec ocelot_deinit_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5bcc648f ocelot_vcap_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5d3fd158 ocelot_bridge_stp_state_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x617bd238 ocelot_drain_cpu_queue +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x62de2eab ocelot_sb_occ_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x68f079b3 ocelot_ptp_rx_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6ce19e2a vsc7514_vcap_props +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x73d120ef ocelot_fdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x783acc8c ocelot_port_txtstamp_request +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x79d410c3 ocelot_ptp_gettime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7d48453f ocelot_port_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7e5aec55 vsc7514_regfields +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7f625c58 ocelot_can_inject +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x80c39ecf ocelot_port_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x83427dae ocelot_fdb_dump +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8380a5cd ocelot_vlan_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x843e2a53 ocelot_port_bridge_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x86029c39 ocelot_port_set_maxlen +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x87ac3bad ocelot_port_lag_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8b0b0ce0 ocelot_sb_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8d1ae7c6 ocelot_port_lag_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x97ab9c9e ocelot_port_mdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x98bdb4ee ocelot_sb_port_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9fe964af ocelot_fdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa04efd02 ocelot_mrp_del_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa260816d ocelot_pll5_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa646d0f8 ocelot_get_txtstamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa9cfb8f2 ocelot_get_strings +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xaa71fc08 ocelot_sb_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xace0f83a ocelot_reset +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xadb9047a ocelot_sb_occ_tc_port_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xaf45de0b ocelot_port_bridge_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb0fdd7fd ocelot_wm_dec +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb2afc11d ocelot_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb6a1cec9 ocelot_set_ageing_time +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb8b6134a ocelot_port_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb97916aa ocelot_port_vlan_filtering +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbb3fb0a6 ocelot_devlink_sb_register +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc367ee6b ocelot_mact_lookup +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc66107fe ocelot_xtr_poll_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd0c5dee2 ocelot_hwstamp_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd0ebefd9 ocelot_ifh_port_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd3fa1b8c ocelot_mrp_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd44231c0 ocelot_sb_tc_pool_bind_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdc6d61d9 ocelot_vcap_filter_replace +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdc8de078 ocelot_ptp_adjfine +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe30fc619 ocelot_wm_stat +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe47d120d ocelot_mact_learn +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe6864492 ocelot_sb_occ_max_clear +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe7129853 ocelot_mrp_add_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xea37be8d ocelot_get_ethtool_stats +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xeb16e84c ocelot_port_pre_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xec40cdc3 ocelot_deinit_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf1116f50 ocelot_init_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf80fc88d vsc7514_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfcd67f7b ocelot_vcap_filter_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfd8093e5 ocelot_ptp_enable +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x3a9ec6f5 qed_get_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x40cdc2a1 qed_get_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x4f264472 qed_put_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x992e03d0 qed_put_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x9eeeef48 qed_put_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xb9af0703 qed_get_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x01411756 wx_get_mac_addr +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x0fcb2dfd wx_set_mac +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x131d17af wx_check_flash_load +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x136115f7 wx_control_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x15bda3b2 wx_reset_misc +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x1697c721 wx_free_irq +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x178f9daf wx_vlan_rx_add_vid +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x1fa83181 wx_napi_disable_all +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x23f093c4 wx_get_pcie_msix_counts +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x25183ca2 wx_init_interrupt_scheme +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x25992421 wx_xmit_frame +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x27d18544 wx_set_rx_mode +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x29e023fd wx_irq_disable +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x2f5c17ca wx_start_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x317fd578 wx_read_ee_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x33538aae wx_free_isb_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x365a9ac9 wx_misc_isb +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x3985c231 wx_clean_all_tx_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x446e8d55 wx_change_mtu +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4b3398bd wx_msix_clean_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4e2f007b wx_get_drvinfo +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4e45f9e3 wx_sw_init +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x5231e96f wx_init_eeprom_params +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x5d5f0dc5 wx_disable_rx +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x60a50e56 wx_set_features +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x66c53d37 wx_init_rx_addrs +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x7bdebc64 wx_reset_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x923b765b wx_clear_interrupt_scheme +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x9b90960b wx_configure +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x9eb6bef4 wx_setup_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x9fbe9188 wx_intr_enable +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x9fd81e00 wx_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xab238a4c wx_host_interface_command +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xae4e7551 wx_napi_enable_all +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xaf0cdfff wx_mac_set_default_filter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xbf997631 wx_reset_interrupt_capability +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xc60438ad wx_free_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xc874bff1 wx_configure_vectors +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xca24adbd wx_disable_pcie_master +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd114cce5 wx_clean_all_rx_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd3adb848 wx_setup_isb_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd44397f2 wx_vlan_rx_kill_vid +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd81d35bd wx_flush_sw_mac_table +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xda6b02cf wx_stop_adapter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xe2a50fb4 wx_read_ee_hostif_buffer +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xe401c79b wx_disable_rx_queue +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xfe1d18ac wx_mng_present +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x3636bc4a hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x485424e7 hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xbe5a97b4 hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xce9c25de hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xdd79b8ea hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/mdio 0x3e17f466 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0x60443957 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0x62eb612a mdio45_ethtool_ksettings_get_npage +EXPORT_SYMBOL drivers/net/mdio 0x63e0fee5 mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0xb79a54ee mdio45_nway_restart +EXPORT_SYMBOL drivers/net/mdio 0xcdbdeca7 mdio45_ethtool_gset_npage +EXPORT_SYMBOL drivers/net/mdio 0xdaceb7a6 mdio_mii_ioctl +EXPORT_SYMBOL drivers/net/mdio/mdio-mscc-miim 0xa994fd3f mscc_miim_setup +EXPORT_SYMBOL drivers/net/pcs/pcs-lynx 0x5831828b lynx_pcs_create_mdiodev +EXPORT_SYMBOL drivers/net/pcs/pcs-lynx 0x6d933508 lynx_pcs_destroy +EXPORT_SYMBOL drivers/net/pcs/pcs-mtk-lynxi 0xa549f24f mtk_pcs_lynxi_create +EXPORT_SYMBOL drivers/net/pcs/pcs-mtk-lynxi 0xe9221a05 mtk_pcs_lynxi_destroy +EXPORT_SYMBOL drivers/net/pcs/pcs-rzn1-miic 0x2ea7f375 miic_destroy +EXPORT_SYMBOL drivers/net/pcs/pcs-rzn1-miic 0x4f56bd95 miic_create +EXPORT_SYMBOL drivers/net/phy/bcm-phy-lib 0xf6f36a28 bcm54xx_auxctl_write +EXPORT_SYMBOL drivers/net/ppp/pppox 0x5d3a7445 pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xa459ffa5 register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0xc5d2d86e pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0xc1a9f622 sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x364ad573 team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0x434f8f69 team_options_register +EXPORT_SYMBOL drivers/net/team/team 0x4ca83ccb team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0x5110598a team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0x5262fd04 team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0x55a399e6 team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0xbd962f33 team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0xe8701064 team_modeop_port_enter +EXPORT_SYMBOL drivers/net/usb/usbnet 0x3b41ee5b usbnet_link_change +EXPORT_SYMBOL drivers/net/usb/usbnet 0x6e9313aa usbnet_manage_power +EXPORT_SYMBOL drivers/net/usb/usbnet 0xb4236d05 usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/wan/hdlc 0x01603932 hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0x16cf9cdf unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0x30036754 hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0x401d4fcd hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0x4a68176d unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x6029f96d alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0x6b2bf2ff hdlc_ioctl +EXPORT_SYMBOL drivers/net/wan/hdlc 0xaa810b67 attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xc280c919 register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xcf5dfb41 detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0b1ab353 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x108b188f ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x17ec438a ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4571aea8 ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x5790211c ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x627f6b68 ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x78d78380 ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x94b30fde ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x9ca982ae ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa18f224e ath_regd_find_country_by_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa4ce1218 ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xab81f265 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb6588ba6 ath_bus_type_strings +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb82bd3da ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xc602b5a4 ath_hw_keysetmac +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xc75d220c ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xd9b2a8f5 dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xdb050dcb ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x012e2131 ath10k_core_fetch_board_file +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x015e5db2 ath10k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x024d8548 ath10k_core_napi_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x048fc262 ath10k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x063da74e ath10k_ce_free_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0686c59a ath10k_htt_txrx_compl_task +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0948deff ath10k_core_napi_sync_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0e04b304 ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x112c7297 __tracepoint_ath10k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x11472fe2 ath10k_htc_tx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x16192610 ath10k_htt_rx_pktlog_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1855b47f ath10k_htc_process_trailer +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1f4d91fd ath10k_ce_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x23d38da2 ath10k_ce_num_free_src_entries +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x281b0f80 ath10k_htt_hif_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x34c1a66b ath10k_ce_send +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3b737cc1 ath10k_ce_init_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x45c62e15 ath10k_ce_alloc_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x46eaa355 ath10k_htc_rx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x48da7ed0 ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4beb17fd ath10k_ce_enable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4d4ea561 ath10k_htt_t2h_msg_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x54e414cd ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x5addff0d ath10k_ce_send_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6ae3bf60 ath10k_ce_deinit_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6dc03c09 ath10k_print_driver_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7bba2a90 ath10k_ce_completed_recv_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7c88cd3c ath10k_coredump_get_mem_layout +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7f290f68 ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x80de8d8f ath10k_bmi_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x83088502 __ath10k_ce_rx_num_free_bufs +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8519a2d5 ath10k_ce_completed_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8710ddb8 ath10k_ce_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8e796a96 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x900a9005 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x92eeb4f5 ath10k_ce_completed_send_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x96e48d0e ath10k_ce_completed_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9748c3dd ath10k_bmi_read_memory +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9ca1ed62 ath10k_htc_notify_tx_completion +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x9dd88a79 ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa1da740e ath10k_core_free_board_files +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa2a687c7 ath10k_ce_alloc_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa2ad993b ath10k_ce_cancel_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa2b2214d ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb8737a8d ath10k_core_check_dt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb8e4566a __ath10k_ce_send_revert +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbb60b8c2 ath10k_ce_revoke_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbc19341f ath10k_core_start_recovery +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbd6287b1 ath10k_ce_dump_registers +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcb0ef035 ath10k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd0fe6a14 ath10k_mac_tx_push_pending +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd7c69ab0 ath10k_ce_disable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe13768ba ath10k_coredump_new +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe2c52f6d ath10k_ce_rx_update_write_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe3ddfa03 ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf2993427 ath10k_ce_per_engine_service_any +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf3895874 ath10k_htt_rx_hl_indication +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf94b294a ath10k_ce_free_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x02a3b528 ath11k_core_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x1bf44acd ath11k_pcic_write32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x36ffc971 ath11k_core_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x39152348 ath11k_core_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3a8141ea ath11k_pcic_config_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x4014f1b0 ath11k_qmi_deinit_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x43c5105e ath11k_pci_disable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x46f3165b ath11k_pcic_read32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x4c7c9009 ath11k_pci_enable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x4ce1e250 ath11k_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x5090ebb8 ath11k_pcic_map_service_to_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x50ad8458 ath11k_pcic_ext_irq_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x52633174 ath11k_pcic_read +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x59282d6c ath11k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x6374cdb9 ath11k_pcic_ce_irq_disable_sync +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x6dd3f8eb ath11k_pcic_ext_irq_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x80cf2912 ath11k_ce_alloc_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x84247dd2 ath11k_pcic_ce_irqs_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9225b03e ath11k_hal_srng_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x98a8fda1 ath11k_hal_srng_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9c51bcc4 ath11k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xa43c1b99 ath11k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xa77e4f45 ath11k_pcic_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb36b751c ath11k_core_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb3f4544e ath11k_pcic_get_ce_msi_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb6f963bc ath11k_ce_get_attr_flags +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc04cce9d ath11k_pcic_register_pci_ops +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc138b857 ath11k_debugfs_soc_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xccfe18ea ath11k_ce_cleanup_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd0a2ad57 __tracepoint_ath11k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd11661c6 ath11k_pcic_get_user_msi_assignment +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd5db7b68 ath11k_pcic_free_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xdf48dff3 ath11k_core_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xea362723 ath11k_ce_free_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xea450d52 ath11k_pcic_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xec69fe3b ath11k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf0197188 ath11k_cold_boot_cal +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf0cafad5 ath11k_core_pre_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf57bd340 ath11k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf668bb9c ath11k_pcic_get_msi_address +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf816d16c ath11k_pcic_init_msi_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf84a6644 ath11k_dp_service_srng +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xfa548e11 ath11k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xfa54daad ath11k_ce_get_shadow_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x0d9d74ef ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1354043d ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x177ddc62 ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1be1bc09 ath6kl_read_tgt_stats +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x268919fc ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x3502feef ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x551cfc7d ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x56bdbca9 ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x5cdd025e ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x6bc72145 ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x85ff26a0 ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x91cfb84a ath6kl_hif_rw_comp_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x9d248e94 ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb881b1a9 ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb9a689dd ath6kl_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xf6257e50 ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x0d666865 ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x140ad08b ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x17ab71c8 ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1a0aa030 ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1e5fe1ca ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x2d93ba46 ath9k_cmn_spectral_init_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x318462cd ath9k_cmn_spectral_scan_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x35faa720 ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x401ee3e7 ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x4fe34d93 ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x721defba ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x89e2d31c ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x8ffe1a14 ath_cmn_process_fft +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x96b8e952 ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9addbb4f ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9b80ea65 ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x9e1662de ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa9fa1ee4 ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xafef54fa ath9k_cmn_spectral_scan_trigger +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xb5a8d206 ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xbea0158a ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc72786e6 ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xc9a24f90 ath9k_cmn_spectral_deinit_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xcca7b243 ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x00f5e059 ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x020446d5 ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x025ce22a ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0365b1a0 ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x045192ad ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x072a1089 ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x07710f78 ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x078d3724 ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0af0e296 ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0b2168bf ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0be1cbc0 ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0e3cf818 ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f4c8f66 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f77dafc ath9k_hw_get_tsf_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f91df64 ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x10db7e10 ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x11cfe711 ath9k_hw_gpio_request_out +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x128b9697 ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x13da2b44 ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x145a6e7e ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1af53564 ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1af83abb ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1d4d1531 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1dd45453 ath9k_hw_gpio_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x204d321b ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2304e38c ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x236b29a5 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x27149c3e ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x28b0d63e ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2a5fd3c0 ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2cf80a17 ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x36df6759 ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3a968494 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3d7e867f ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4a0760e5 ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4ba106c1 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4bf9797b ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4c0901eb ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4dba514d ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4dd4a5c8 ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x52fcdce8 ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x54ea08fe ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x57982702 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x597011d7 ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x598f88d0 ath9k_hw_btcoex_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5d788b83 ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5f81807d ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x60553d87 ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x61bb35e7 ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x61c62246 ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6408e156 ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x67f9bc62 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6843519c ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x720eed6d ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x74c87055 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x75a5d588 ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x77857178 ath9k_hw_gpio_request_in +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7ac429f2 ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7dea4883 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8072459f ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x83a6bda7 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8be2b5fd ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8c65022f ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8ddf5426 ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8f31b238 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x92585ab7 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x936915d8 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9a61f4c0 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9de12009 ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9df6a113 ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa363ce8c ath9k_hw_loadnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa36d78b0 ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa3cf1783 ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa3d22e11 ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa75c7874 ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xac1ac35d ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xae459313 ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xafcbda03 ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb33695be ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb508bb18 ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb58db1a8 ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb5ec4f0f ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb8677c48 ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb9a71663 ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xba39a771 ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbb50a00d ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbe686c2f ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbfae5193 ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc1c4bbac ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc2b3f1e8 ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc3947f86 ath9k_hw_resume_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc41d97d1 ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc65676c8 ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd13387f3 ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd3d07fcf ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd61e33ef ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xde77d605 ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe07f16fc ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe20612e5 ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe2baf734 ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe57e92b1 ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf046a7f2 ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf15e367b ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf195734a ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf920d799 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfaa0d344 ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfde88b33 ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xffdaf69c ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x0b8541a5 atmel_open +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x605099de stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0xa018b8bf init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x117cbf6e brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x1906648e brcmu_boardrev_str +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x53942718 brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x7c1816b5 brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x7cdfbcc7 brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x7db042b0 brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x95b1aa06 brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xa17c0ccf brcmu_dotrev_str +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xad42dd17 brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xadacd2f0 brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xc58fa699 brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xd22e2fcc brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xd5e20855 brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xd6217d91 brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xd93ad460 brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xfd4dfe48 brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0x6dcef67b init_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0x83185f80 stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0x87442f8b reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x06a88163 free_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x1a401960 libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x1ab61fcb libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x22d89e89 libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x4194c24e alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x42e61ebd libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x49019a78 libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x4c95799e libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x55313029 libipw_rx +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x57292dbb libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x5a39e645 libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x6db75493 libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x76926bb6 libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x7ea0fe8a libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x926bc6e4 libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x992e32b2 libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xbb313bfe libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xc143e307 libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xec8ddd70 libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xf3a79dc4 libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x01b651a6 il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0297ffd2 il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0a70761f il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0bc8c859 il_update_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1206b16a il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x16a6c8bf il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x16cb2638 il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1d956180 il_init_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1de061cf il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1e597445 il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x20e78cd1 il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x23f10535 il_set_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x26845440 il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x26ddfdfe il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2bf7eea6 il_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2eddab79 il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x310b3df3 il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x32346f4f il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x35fe3ea4 il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x392ffad9 il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3e82e545 il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x416bd26a il_debug_level +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x44e45cc9 il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x45eb750e il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x56fe3429 il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5796d6b8 _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x57c98b7a il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5beb1524 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5e9914c1 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5ebbc90d il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x60693713 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x64ae42a8 il_set_rate +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6798154f il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6b583d24 il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6b813064 il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6cdece0f il_force_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6d20c536 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6dcd8d8b il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6ddfbf63 il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x75e273a4 il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x784fdacb il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7a07ef94 _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7aa71832 il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7b31323a il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7b665fa1 il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7c16b6ce il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7db9fd35 il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7e035d4c il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x847c18ed il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x84ce3802 il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x88d58616 il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8a383e0e il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8ac66bf8 il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8e82b5e1 il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8f490296 il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8f9da05a il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x91036877 il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x922bd59f il_apm_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x989485c7 il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x993269e0 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9cc714af il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa1280f02 il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa41497cb il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa549fa2d il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa56aee7b il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa5eadc6c il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xacbad043 il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xaed264d0 il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb3322630 il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb4271d5f il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb492cf1a il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb631a5d4 il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb65510a3 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbc76d77f il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbe57d51b il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbe9ef068 il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbf785275 il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc1f4bad2 il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc31628b9 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc9c9236b il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xca6f3007 il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcd764d16 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xcf041545 il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd52bec34 il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd5d0c44b il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd78ed96b il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd7c1856c il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdb95d3e8 il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdc9df233 il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe041f2a1 il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe13cdcbd il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe296f8ce il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe5c889ee il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe79b69f5 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xec7c0173 il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xee758e64 il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf0bded97 il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf19b72a5 il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf70a693b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfc13948a il_leds_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfc21b6ed il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfe0f308d il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xff9a0b9d il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x1bdb5aea __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x2102536d __traceiter_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x3981e77c __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x466ae44d __SCK__tp_func_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x66450f4c __traceiter_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x8113a3c4 __traceiter_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x970bf4ef __SCK__tp_func_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xae0d9b46 __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xcaa11797 iwl_trans_pcie_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xd1e69877 __SCK__tp_func_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x03bcbe2c hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x0ad69602 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x1042e1e5 hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x1f298c76 hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x22286501 hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x32896b13 hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x3806acf8 hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x3b917947 hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x493a07e2 prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x52f4a276 hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x573a24ac hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x57d04253 hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x5e5998ab hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x6289ecde hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x67165d31 hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x6bcb2896 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x7e196796 hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x7fb75891 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x8edf72b3 hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb79d59fd hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xba31b4fb hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xcd24b0cc hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xd0bac061 hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xdd5b6e0d hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xe006ce22 hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xef819da9 hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf3ee6d6d hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf91c03e2 hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x04f86333 orinoco_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x107abb16 orinoco_down +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x12af5141 orinoco_up +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x13be112b orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x1867bdac __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x248c9d67 orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x49def26e __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x4ceb0ea8 alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x4ee0dd85 orinoco_open +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x8bb7a239 orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xb90a0d97 orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xbb8873fd orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xeb06cb81 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xf5fc3e24 orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xfa492732 orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xfbe45b31 free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xffe27bca orinoco_interrupt +EXPORT_SYMBOL drivers/net/wireless/mediatek/mt76/mt76 0x327a9822 mt76_rx_signal +EXPORT_SYMBOL drivers/net/wireless/mediatek/mt76/mt76 0x963f655a mt76_wcid_key_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist 0x9d696375 rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x059e7d8a rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x123ae480 rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x13dd94b3 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x14979962 _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x19329c75 rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1db9367f rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2327d91c _rtl92c_phy_calculate_bit_shift +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2ebcbdaf rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x36f1a2e3 rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3baf60ff rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4a3d095e rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4b6e1630 _rtl92c_phy_dbm_to_txpwr_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x51b01904 _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x60a18a4c rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x66b90c32 rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6ed171d0 _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x70ad84c8 rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7130c841 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x72763473 rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7f52e001 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7f79c236 rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x823ba4b3 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8656eef7 rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x86e90f80 rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8998f971 rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9b6e1dc0 _rtl92c_store_pwrindex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xabaf2187 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xac5065b1 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbdf8bdb8 rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc1097572 _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc30a60cb rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc491cd44 rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xcfca288b rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd9790364 rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xdd3f4b32 rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe2805e22 _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xe5883cea rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf17f45a9 rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xfa5ddab5 _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xfddaeb25 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xff6129de rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xff8fc988 rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x707f46f6 rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x98b9040e rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xc2330c03 rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xc29c2031 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x22d0132f rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x58339af7 rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x67f660ab rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x8c731af7 rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x020eee07 rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0b038e24 channel5g_80m +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1b945315 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1c7277f6 rtl_wowlan_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1deebeb2 rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x308bf174 rtl_mrate_idx_to_arfr_id +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x30a956d7 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4474eb17 rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x459b32ac rtl_collect_scan_list +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x46960210 efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5284d41f efuse_power_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x54824f58 channel5g +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5507b3fc rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x5821e665 rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6a1eac6a rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x754057bd rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x88d408f0 rtl_c2hcmd_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8bcc5b70 rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8ce6631f efuse_one_byte_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8ee16723 rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x927f3fea rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x93f8c4e0 efuse_shadow_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x94b253e3 rtl_dm_diginit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x9b1a7379 rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa2d67a92 rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa7a7a8d0 rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xada49e2e rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb040584c rtl_init_sw_leds +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb22ec6e0 rtl_rx_ampdu_apply +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb8d6c99e rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xcf3b843c rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd4b50218 rtl_cmd_send_packet +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd5873508 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd686fc73 rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe23a5bf0 rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xed7c8cf2 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf2b19a31 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf71cda4f rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8723d 0xab3dcefc rtw8723d_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8821c 0x36fdb971 rtw8821c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822b 0x40ddb44e rtw8822b_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822c 0xaf1fdf70 rtw8822c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0132ba87 rtw_fw_c2h_cmd_isr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x01b9bf94 rtw_bf_enable_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x01ce17bb rtw_phy_read_rf_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0593ee6e rtw_unregister_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0cac0193 rtw_phy_pwrtrack_get_pwridx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x11dbfdab rtw_register_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1398de11 rtw_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1442abb2 rtw_fw_inform_rfk_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x15c89f94 rtw_bf_remove_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x167ebe0c rtw_phy_pwrtrack_need_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x171ff6d9 __rtw_dbg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1898e0cb rtw_bf_cfg_csi_rate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x19ced6ee rtw_phy_pwrtrack_need_lck +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1b82096a rtw_bf_remove_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1dc2d072 rtw_tx_ac_to_hwq +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1de499f4 rtw_regd_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x24bf0de8 rtw_rx_stats +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x25a838d1 rtw_tx_queue_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2668c6a6 rtw_rx_fill_rx_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2aa9d72a rtw_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x33b3f3c0 rtw_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x36c5bfca rtw_disable_lps_deep_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x3b7cba86 rtw_dump_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x440b7589 rtw_phy_rf_power_2_rssi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x4b37b5b1 rtw_coex_write_scbd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x4d683924 rtw_bf_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5121dd52 rtw_phy_config_swing_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x519c8ba9 rtw_rate_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x52624149 rtw_phy_cfg_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x55690959 rtw_power_mode_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5692a524 rtw_phy_cfg_bb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x58210e60 rtw_rate_section +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x71d9cace rtw_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x77b93a74 rtw_parse_tbl_txpwr_lmt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7a781dc9 check_hw_ready +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x83d0113c rtw_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x842f54b8 rtw_phy_load_tables +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x849e5ac8 rtw_phy_parsing_cfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x860b8fd1 rtw_tx_write_data_h2c_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8682dea9 rtw_phy_write_rf_reg_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x87e86f27 rtw_set_channel_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8f4673be rtw_phy_pwrtrack_get_delta +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9187e890 rtw_phy_pwrtrack_thermal_changed +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x951c0382 rtw_set_rx_freq_band +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x98c88882 rtw_phy_write_rf_reg_mix +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa0147bab rtw_bf_set_gid_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa0eb0e5f rtw_phy_pwrtrack_avg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa2b1de44 rtw_fw_do_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa858c15a rtw_coex_write_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xafc17da8 rtw_parse_tbl_phy_cond +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb3d3b6c0 rtw_phy_get_tx_power_index +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb6479a7e rtw_bf_enable_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb94344aa rtw_restore_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xba0261f3 rtw_tx_report_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xbce162ed rtw_parse_tbl_bb_pg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xbd0ce71b rtw_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc308ef4c rtw_phy_cfg_agc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc7cd9f7d rtw_phy_set_edcca_th +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xca3bf360 rtw_tx_fill_tx_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xcd542c50 rtw_phy_cfg_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xcfefa9cf rtw_coex_read_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xeeaf5eb7 rtw_read8_physical_efuse +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xefc916cb rtw_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf46ac1b6 rtw_dump_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf5e4e60e rtw_fw_c2h_cmd_rx_irqsafe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xf9e14ff0 rtw_phy_set_tx_power_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xfb91ff56 rtw_tx_write_data_rsvd_page_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x03d69ad6 rtw_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0xc9319212 rtw_pci_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0xeb0e59e5 rtw_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0xf8560dd6 rtw_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0x198e4336 rtw_sdio_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0x24014f6e rtw_sdio_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0x3130b641 rtw_sdio_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0x99d7fe64 rtw_sdio_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0x7afca227 rtw_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0x9ae28a79 rtw_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8851b 0xd7877775 rtw8851b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852a 0x1dd3c94b rtw8852a_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852b 0x6a4d1bbb rtw8852b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852c 0xf1e857d4 rtw8852c_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0218ba00 rtw89_mac_write_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x07084dc2 rtw89_core_fill_txdesc_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0838aa27 rtw89_mac_cfg_ctrl_path +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0bd9e8b5 rtw89_fw_h2c_rf_ntfy_mcc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0e10d444 rtw89_phy_write_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1476a39f rtw89_core_napi_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1499125a rtw89_core_fill_txdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x18eb75f7 rtw89_mac_read_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1f708e6b rtw89_mac_cfg_gnt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x22218d43 rtw89_phy_get_txsc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x35239967 rtw89_encode_chan_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x35b2c04b rtw89_free_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3663d581 rtw89_mac_set_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x38b44ee3 rtw89_phy_read_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3adf8f58 rtw89_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3af3b479 rtw89_btc_set_policy_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3e0e2b45 rtw89_mac_cfg_gnt_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3e78161b rtw89_core_unregister +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x482e49ac rtw89_mac_cfg_ctrl_path_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4c410ec7 rtw89_mac_stop_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x52d40ac8 rtw89_phy_load_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5cbde82a rtw89_core_napi_start +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x660382f1 rtw89_mac_disable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x689a1d88 rtw89_core_query_rxdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6a47158f rtw89_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6b7ad012 rtw89_mac_get_txpwr_cr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x70b854ee rtw89_fw_h2c_dctl_sec_cam_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x730aeb76 rtw89_phy_write_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x734ecf61 rtw89_core_rx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x77960779 rtw89_phy_write_reg3_tbl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7eee950b rtw89_btc_ntfy_wl_rfk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7fee33c7 rtw89_alloc_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8145821f rtw89_mac_get_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8486643a rtw89_mac_resume_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8ae6770f rtw89_core_fill_txdesc_fwcmd_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8b68c4ef rtw89_mac_resume_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x91c2b0be rtw89_ser_notify +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x924badbb rtw89_mac_coex_init_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x950fc7ab rtw89_phy_set_txpwr_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x97030e80 rtw89_core_register +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x98ba2728 rtw89_read_efuse_ver +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9ac85705 rtw89_mac_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9cceadef rtw89_phy_tssi_ctrl_set_bandedge_cfg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9f163fcf rtw89_mac_enable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa05d6c5b rtw89_btc_set_policy +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa85d5e37 rtw89_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb1175446 rtw89_phy_config_rf_reg_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb3e02461 rtw89_phy_read_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xb5383cec rtw89_phy_read32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xbbf849ad rtw89_rfk_parser +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xcde7f792 rtw89_phy_write32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd78d6dfa rtw89_mac_coex_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd7c57a1f __rtw89_debug +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe3168872 rtw89_phy_set_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe3f57b04 rtw89_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe5978e54 rtw89_core_napi_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xea47a4d7 rtw89_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xeb450876 rtw89_mac_cfg_ppdu_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf27a58ed rtw89_core_napi_stop +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf49c9bba rtw89_phy_set_txpwr_limit_ru +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf9aa593b rtw89_phy_set_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xfa0b3c67 rtw89_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xfabec3e0 rtw89_decode_chan_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xff25a50b rtw89_mac_stop_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x06d37603 rtw89_pci_config_intr_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x1bada381 rtw89_pci_ltr_set +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x325afb5d rtw89_pci_recognize_intrs_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x3407cd0c rtw89_pci_recognize_intrs +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x3d998832 rtw89_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x4e629d14 rtw89_pci_fill_txaddr_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x6efd9f2c rtw89_bd_ram_table_dual +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x71162055 rtw89_bd_ram_table_single +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x7920a7cd rtw89_pci_ltr_set_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x8826759c rtw89_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x93d08800 rtw89_pci_config_intr_mask_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x96ad2dee rtw89_pci_enable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x9ce0961b rtw89_pci_ch_dma_addr_set +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xb1c9859b rtw89_pci_disable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xb6a58d0d rtw89_pci_fill_txaddr_info_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xd4f13a35 rtw89_pci_disable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xd754d9a9 rtw89_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xd9da4a4f rtw89_pci_enable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xf630d9a9 rtw89_pci_ch_dma_addr_set_v1 +EXPORT_SYMBOL drivers/net/wireless/rsi/rsi_91x 0xc45789f1 rsi_config_wowlan +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x082c7caa wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x5f435479 wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x96773934 wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xeb266bed wl1271_free_tx_id +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x36c9adeb fdp_nci_remove +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0xe3db8dae fdp_nci_probe +EXPORT_SYMBOL drivers/nfc/microread/microread 0x8fa02289 microread_probe +EXPORT_SYMBOL drivers/nfc/microread/microread 0x9e3d23dc microread_remove +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0xb0eb81b2 nxp_nci_remove +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0xb82d22aa nxp_nci_fw_recv_frame +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0xe4b91645 nxp_nci_probe +EXPORT_SYMBOL drivers/nfc/pn533/pn533 0x54bc6b5b pn533_recv_frame +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x455ab536 pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x49497115 pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x363ee06a s3fwrn5_recv_frame +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x774203fc s3fwrn5_phy_set_wake +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x970fc051 s3fwrn5_remove +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x9c7e3486 s3fwrn5_phy_power_ctrl +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xedb12f10 s3fwrn5_phy_set_mode +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xefb945c6 s3fwrn5_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xf2ab60da s3fwrn5_phy_get_mode +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x200f8a4f st_nci_se_io +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x39fee0a2 ndlc_probe +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x44d2f50c st_nci_se_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x5773de83 ndlc_close +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x5803fad6 st_nci_se_deinit +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x7a795788 ndlc_send +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x91d302e3 ndlc_recv +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xa82b8a1a ndlc_open +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xa870fef0 ndlc_remove +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xce4a05b8 st_nci_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x0705d265 st21nfca_hci_discover_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x2d627eee st21nfca_tm_send_dep_res +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x2ecdb675 st21nfca_im_send_dep_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x3e6d1adf st21nfca_dep_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x69b754df st21nfca_hci_loopback_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x69c93011 st21nfca_connectivity_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x6f139ff5 st21nfca_hci_enable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x7cc804b3 st21nfca_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x845148dc st21nfca_dep_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x86c4dc05 st21nfca_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x877f90e1 st21nfca_se_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x937547c4 st21nfca_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x9830fae6 st21nfca_hci_disable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x98425214 st21nfca_im_send_atr_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xb1d5e05b st21nfca_se_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xeab8d2dc st21nfca_hci_se_io +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xee78858e st21nfca_dep_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xf5a8d0ed st21nfca_apdu_reader_event_received +EXPORT_SYMBOL drivers/ntb/ntb 0x084d8240 ntb_default_peer_port_idx +EXPORT_SYMBOL drivers/ntb/ntb 0x0e728ffa ntb_msi_peer_trigger +EXPORT_SYMBOL drivers/ntb/ntb 0x2dd884aa ntb_db_event +EXPORT_SYMBOL drivers/ntb/ntb 0x481ce9d8 __ntb_register_client +EXPORT_SYMBOL drivers/ntb/ntb 0x65f23011 ntb_msg_event +EXPORT_SYMBOL drivers/ntb/ntb 0x67463fe7 ntb_msi_peer_addr +EXPORT_SYMBOL drivers/ntb/ntb 0x6db38353 ntb_default_peer_port_count +EXPORT_SYMBOL drivers/ntb/ntb 0x6f48eadb ntb_msi_init +EXPORT_SYMBOL drivers/ntb/ntb 0x73209721 ntb_unregister_device +EXPORT_SYMBOL drivers/ntb/ntb 0x7fcf156a ntb_link_event +EXPORT_SYMBOL drivers/ntb/ntb 0x82611b36 ntb_default_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0xa3a20b57 ntb_clear_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0xaee145f6 ntb_msi_clear_mws +EXPORT_SYMBOL drivers/ntb/ntb 0xbd285c8a ntbm_msi_free_irq +EXPORT_SYMBOL drivers/ntb/ntb 0xd5780a28 ntb_default_peer_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0xd7460ef5 ntb_unregister_client +EXPORT_SYMBOL drivers/ntb/ntb 0xda9d356d ntb_set_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0xdbdf4db9 ntbm_msi_request_threaded_irq +EXPORT_SYMBOL drivers/ntb/ntb 0xea0470e1 ntb_register_device +EXPORT_SYMBOL drivers/ntb/ntb 0xf0cd6fae ntb_msi_setup_mws +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0x22d9bb14 nvdimm_namespace_attach_btt +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0x2d2245db nvdimm_namespace_detach_btt +EXPORT_SYMBOL drivers/parport/parport 0x03d9277f parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x08c81af7 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0x10544cbd parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0x115538d1 parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x303e64b3 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0x32f3c013 parport_del_port +EXPORT_SYMBOL drivers/parport/parport 0x3cc89563 parport_claim +EXPORT_SYMBOL drivers/parport/parport 0x44121e9a parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x4de71d30 parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0x53ac0b6a parport_release +EXPORT_SYMBOL drivers/parport/parport 0x556c3f16 parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x58b07fdd parport_read +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x69da49f7 parport_write +EXPORT_SYMBOL drivers/parport/parport 0x7a5950dd parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0x845a7d01 parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0x91c78852 parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0x92357c62 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0x9836ade5 __parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0x9be86640 parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0xa5f492ed parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0xa858926a parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0xb0c418c7 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0xbf87598d parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xd107be9e parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0xd1deb775 parport_register_dev_model +EXPORT_SYMBOL drivers/parport/parport 0xd9511273 parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0xe9edc7e8 parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0xf91d62ad parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0xfbbe5e4a parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xfd8a7dd7 parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0xfdb9dae6 parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport_pc 0x09dbd261 parport_pc_unregister_port +EXPORT_SYMBOL drivers/parport/parport_pc 0x615279b7 parport_pc_probe_port +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x0ca0f943 pcmcia_get_socket_by_nr +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x1c780fab pcmcia_socket_list_rwsem +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x212db8d2 pcmcia_socket_list +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x3e5e0865 pcmcia_put_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0x5b397c81 pcmcia_parse_events +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xc49ded36 pcmcia_parse_uevents +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xc9516b97 pcmcia_socket_class +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcd873d6d pcmcia_register_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xcf97f3bd dead_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xdf14ecf0 pcmcia_get_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xe3ed325c pcmcia_reset_card +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xfd83e63c pccard_register_pcmcia +EXPORT_SYMBOL drivers/pcmcia/pcmcia_core 0xfe9665bb pcmcia_unregister_socket +EXPORT_SYMBOL drivers/pcmcia/pcmcia_rsrc 0x08c5d436 pccard_static_ops +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x0519e191 cros_ec_register +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x1c7f8507 cros_ec_resume_complete +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x1cd147b2 cros_ec_unregister +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x82c097ed cros_ec_suspend +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0x95c67872 cros_ec_resume +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xb566b1d7 cros_ec_suspend_prepare +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xe640b853 cros_ec_suspend_late +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xe938d05a cros_ec_resume_early +EXPORT_SYMBOL drivers/platform/chrome/cros_ec 0xf25aacf5 cros_ec_irq_thread +EXPORT_SYMBOL drivers/regulator/rohm-regulator 0xdcc0c109 rohm_regulator_set_dvs_levels +EXPORT_SYMBOL drivers/rpmsg/qcom_glink 0xd7119b40 qcom_glink_native_rx +EXPORT_SYMBOL drivers/rpmsg/qcom_smd 0x8e12373b qcom_smd_register_edge +EXPORT_SYMBOL drivers/rpmsg/qcom_smd 0xadc8e61f qcom_smd_unregister_edge +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0x4b9cfcb9 rpmsg_chrdev_eptdev_destroy +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0x521d4044 rpmsg_chrdev_eptdev_create +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x0c0f29b5 rpmsg_destroy_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x11072925 unregister_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x14002d23 rpmsg_create_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x2365c3b4 rpmsg_trysend_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x286e2f88 rpmsg_sendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x3ac13ff9 rpmsg_release_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x5db6a3c0 rpmsg_unregister_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x62c90e5e rpmsg_poll +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x63038388 rpmsg_send +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x6c19be2a __register_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x7bc41c9e rpmsg_find_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x8bb30825 rpmsg_class +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x9dbc7c6c rpmsg_register_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xac01862e rpmsg_register_device_override +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xacd0f668 rpmsg_send_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xb6e2e998 rpmsg_trysend +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xbaae521e rpmsg_get_mtu +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xbd998417 rpmsg_create_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xe71e3506 rpmsg_trysendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_ns 0xb23fc14c rpmsg_ns_register_device +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x30c10b05 scsi_esp_register +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x4a29ab38 scsi_esp_intr +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xb337e616 scsi_esp_template +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xd47b29fa scsi_esp_unregister +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xf3075193 scsi_esp_cmd +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x1626f0db fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x4bc6b5dd fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x751b383f fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x8035241d fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x94d557d4 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x9d916505 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xa524f548 fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xa5cd15fe fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xb560a2f8 fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xc363fce0 fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xed81d5c1 fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0a968ff3 fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0db6de45 fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x106fd7f4 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x111bc78c fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x121d5f67 fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x14ea5b62 fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x18eeb647 fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2301173f fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x239949a1 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x371ed7cf fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3ef76ff4 fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x41ca17f2 fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x4518e0c3 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x506e890e fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x56d0c024 fc_seq_set_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x59bc1307 fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5ab41f0c fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5c1ed213 fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x607e1aa3 fc_exch_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x63a50fca fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x774cd115 fc_rport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x79da9b97 fc_rport_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7f3407a7 fc_seq_start_next +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7ffb44b9 fc_rport_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x806a5ebe fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x811811e0 fc_exch_done +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x837eccff fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x843eb41f fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x85c1cea6 fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8789ebb2 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x87b55e81 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8933d8e9 fc_rport_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x949c575a fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x950b1c9f fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x95224e49 fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9d50ed7e fc_rport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa01b66e2 fc_rport_recv_req +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa1787eb1 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa1bcd198 fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa4db9926 fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa4e7a9d1 fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa665303d fc_lport_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xab64ebed fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xae6c37b4 fc_seq_assign +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb0ddd5a1 fc_rport_flush_queue +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb704c2c7 _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb7ae4a6b fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbc29cb7d fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbc2d7398 fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbec259e3 fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbf3164bd fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc3ab2dcd libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xca929906 fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd17813a6 fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd3eb101a fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd7129fdc fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd9799f29 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe514d3b0 fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe6a2d92b fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe6c3c2e6 fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf29688f9 fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf5d14c53 fc_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfa4667d1 fc_seq_release +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfd471b29 fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xff7c049e fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x1c4b1525 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4a8e3d34 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x7cb33c59 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xb76c6895 sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xd08c714c sas_resume_ha_no_sync +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xa21fafb9 mraid_mm_adapter_app_handle +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xb2cf7c01 mraid_mm_unregister_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xc00b914e mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x04e6ed9c qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x383130fd qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x3bf340f2 qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x4d05a711 qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x6a986113 qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x7cd60d89 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x89476b28 qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x9f2748ce qlt_abort_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xa064ff8e qlt_lport_register +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xba88e71d qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xdaa392c6 qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xf88e1ff0 qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/raid_class 0x4fe8a8ff raid_class_attach +EXPORT_SYMBOL drivers/scsi/raid_class 0x5172bf7d raid_class_release +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x0a470eb5 fc_block_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x18a5112e fc_host_fpin_rcv +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x1d89f50f fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x2fd00557 fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x375f8bbd fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x3ea35a48 scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x51128290 fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x54b31e76 fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x57071d55 fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7c4796ab fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x8efbe138 fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x92de4e68 fc_find_rport_by_wwpn +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xad0181a0 fc_host_post_fc_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xb1be4bb0 fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xbfe62154 fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xc212672b fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xc3078bd4 fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xdba2d1aa fc_eh_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x047cee75 scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x094d6e85 sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0e1d4cca sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x10cad01c sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x29f4f3f8 sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x55e5bd8c scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x560e807b sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x58f5dd7e sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6588079b sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6c006e1c sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6d320c56 sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6dc2e037 sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x85f7788c sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8ed038db sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9e3d93c6 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb1da2aa6 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb327beae scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb7959e5b sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbe851480 sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbf8ef38d sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc7f3e175 sas_get_address +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xce27f9b9 sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd0077bdd sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd02f0631 sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd1b63d94 sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd3630218 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd5b07c3d sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd674707b sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf4bdc2a5 sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x0226d8b2 spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3cecf81b spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x896a8b0e spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x9c4a4150 spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xf18058df spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x4049a7bb srp_rport_put +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x405b6e05 srp_parse_tmo +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x69b12a16 srp_reconnect_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x813edc3b srp_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x8261ae16 srp_rport_get +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x97d9026f srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x07c67545 cmdq_pkt_write_s_mask_value +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x08e8f13b cmdq_dev_get_client_reg +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x0cafe582 cmdq_pkt_set_event +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x150e62d4 cmdq_pkt_wfe +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x1fbbd154 cmdq_pkt_write_mask +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x3b8edb0a cmdq_mbox_destroy +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x47372f33 cmdq_pkt_flush_async +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x5dc77432 cmdq_pkt_read_s +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x8361f498 cmdq_pkt_write_s_mask +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x85062817 cmdq_pkt_poll_mask +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x95cd56e4 cmdq_pkt_assign +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0x9a17804e cmdq_pkt_write +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xa4eda62a cmdq_pkt_write_s_value +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xb45e6557 cmdq_pkt_poll +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xbdd8c2b7 cmdq_pkt_write_s +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xc3a9e0eb cmdq_pkt_finalize +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xc4c5493d cmdq_pkt_destroy +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xc5616551 cmdq_pkt_clear_event +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xcacbd73a cmdq_pkt_create +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xdb655729 cmdq_mbox_create +EXPORT_SYMBOL drivers/soc/mediatek/mtk-cmdq-helper 0xf8ee0415 cmdq_pkt_jump +EXPORT_SYMBOL drivers/soc/qcom/ocmem 0x7ccf2ecf of_get_ocmem +EXPORT_SYMBOL drivers/soc/qcom/ocmem 0xc53d76b1 ocmem_allocate +EXPORT_SYMBOL drivers/soc/qcom/ocmem 0xf9b05967 ocmem_free +EXPORT_SYMBOL drivers/soc/qcom/pdr_interface 0x1c76ea4d pdr_restart_pd +EXPORT_SYMBOL drivers/soc/qcom/pdr_interface 0x432975e6 pdr_add_lookup +EXPORT_SYMBOL drivers/soc/qcom/pdr_interface 0x47b2ed49 pdr_handle_alloc +EXPORT_SYMBOL drivers/soc/qcom/pdr_interface 0xf618ca5b pdr_handle_release +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x0620ffb7 geni_icc_disable +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x0dd493c4 geni_se_rx_dma_prep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x34469115 geni_icc_enable +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x5d1135f1 geni_se_tx_dma_unprep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x6553936e geni_se_resources_off +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x68623b72 geni_se_get_qup_hw_version +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x8b6357b7 geni_se_rx_dma_unprep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x8d0270bf geni_se_tx_dma_prep +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x8d94ec12 geni_icc_set_bw +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0x9ccbe76a geni_se_init +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xa6967262 geni_se_config_packing +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xc12b05f2 geni_se_clk_tbl_get +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xcc20a29e geni_se_select_mode +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xcfd499fa geni_se_clk_freq_match +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xd9d6e05d geni_se_resources_on +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xe7e95473 geni_se_tx_init_dma +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xe905037e geni_icc_get +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xf7021d4c geni_icc_set_tag +EXPORT_SYMBOL drivers/soc/qcom/qcom-geni-se 0xf7839915 geni_se_rx_init_dma +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x0d4df54f qmp_get +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0x2333aed6 qmp_put +EXPORT_SYMBOL drivers/soc/qcom/qcom_aoss 0xae4b53c5 qmp_send +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x34c150c0 qmi_encode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x3705e5f4 qmi_handle_release +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x461c271b qmi_txn_wait +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x4cd2fe40 qmi_response_type_v01_ei +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x64319c2e qmi_send_indication +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x68eb5591 qmi_txn_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x8ab337af qmi_send_response +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xa1882643 qmi_txn_cancel +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xa7f82c2a qmi_send_request +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xd36c2657 qmi_add_server +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xe2d56b7e qmi_handle_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xf600d6b5 qmi_decode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xfd7fc563 qmi_add_lookup +EXPORT_SYMBOL drivers/soc/qcom/smd-rpm 0x46bb046c qcom_rpm_smd_write +EXPORT_SYMBOL drivers/soc/qcom/wcnss_ctrl 0x64dce203 qcom_wcnss_open_channel +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x0136d0e2 sdw_slave_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x0fcde734 sdw_write_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1259a9c3 sdw_compare_devid +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x16d1706b sdw_prepare_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1deee061 sdw_find_row_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x29636ddc sdw_nwrite +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x2fc52b54 sdw_nread +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x32997bcd sdw_master_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x36f6284c sdw_read +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3b0a8582 sdw_startup_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3b52d002 sdw_bus_master_delete +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4051306b sdw_update +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4cde88bf sdw_disable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4fdfbb20 sdw_stream_add_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x60e31fbb sdw_find_col_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x65077199 sdw_show_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x6b69905a sdw_update_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x6b907b67 sdw_slave_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x6f95b16b sdw_shutdown_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x713f20aa sdw_bus_master_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x71891d59 sdw_deprepare_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x75931d52 sdw_write +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x781cd479 sdw_nread_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x78faf357 sdw_bus_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x7eb49446 sdw_nwrite_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x85760d6d sdw_bus_prep_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x8e5b90aa sdw_read_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9e122d79 sdw_alloc_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xa53bd713 sdw_stream_remove_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xa7f35e58 sdw_bwrite_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xb01d8cee sdw_extract_slave_id +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xba54b904 sdw_cols +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xbbec2c2e sdw_enable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xd20d27c5 sdw_bread_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xda5bce09 sdw_release_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xe19c6c24 sdw_clear_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xe5a01c7a sdw_stream_remove_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf1d1dec5 sdw_handle_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf53ba0b8 sdw_rows +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf65d3813 sdw_bus_exit_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xfd6a7185 sdw_stream_add_slave +EXPORT_SYMBOL drivers/ssb/ssb 0x0432320b ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x2428cdb7 ssb_dma_translation +EXPORT_SYMBOL drivers/ssb/ssb 0x4178a758 ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0x498a40a3 ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0x5667e3ac ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x5a21b97b ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0x5cdfed66 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0x5e7dfdcd ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0x60506d2b ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x6270104a ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x6441a59d ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0x6b9e761b __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0x73374097 ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0x789150cb ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xa098725b ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0xb0578494 ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0xb17d8586 ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0xcb17f1cb ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xdfc7c6ef ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xe3c0f434 ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0xe5c7b4eb ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0xee52b842 ssb_bus_suspend +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x06b185ec fbtft_unregister_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x0df0fb57 fbtft_write_reg16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x137beb14 fbtft_dbg_hex +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x2e332d5b fbtft_write_spi_emulate_9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x44bd067d fbtft_probe_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x48ad61e6 fbtft_unregister_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x4ae46744 fbtft_init_display +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x57e1d626 fbtft_write_buf_dc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x5dccea5f fbtft_write_vmem16_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x72062a2a fbtft_framebuffer_alloc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x7a7ffca5 fbtft_write_vmem8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x80fb7b15 fbtft_write_gpio16_wr_latched +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x86f53386 fbtft_write_gpio8_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x89f6d8b3 fbtft_framebuffer_release +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x8dc5cd91 fbtft_write_vmem16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x9850779b fbtft_write_vmem16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xc48b6303 fbtft_write_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xc83b3dd8 fbtft_write_reg16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xca5c93fc fbtft_register_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xcb572083 fbtft_remove_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xce518231 fbtft_write_reg8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xdfcd66a9 fbtft_register_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xe781683a fbtft_read_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xedbe0899 fbtft_write_gpio16_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xf83b02c1 fbtft_write_reg8_bus9 +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x327264a2 gbaudio_unregister_module +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x6fd9b609 gbaudio_register_module +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0xf7f8effd gbaudio_module_update +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x2b4da0d7 adt7316_probe +EXPORT_SYMBOL drivers/staging/nvec/nvec 0x3c81e6f6 nvec_write_sync +EXPORT_SYMBOL drivers/staging/nvec/nvec 0x4ab06e49 nvec_write_async +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x00217093 RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x09e3c9ff rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0b183248 rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x10073221 rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1545b738 rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1b5b88fa HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x1b910fc0 rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22166084 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2742c45a rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x3a0e7c6e rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x46beee20 rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x47e61752 rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4c50f1a6 rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x520d74d6 rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x59581d05 rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x59f87548 rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x59f8e546 rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5b01506c rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x635a2531 alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x65a96f85 rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x67001e27 rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x756333e7 free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7c2e4212 rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7c682324 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x82d787ec rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8496ca0f dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8a5bd8f5 rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x8e16d134 dot11d_channel_map +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x99686d5a rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xa0aff55c rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xad43e5d7 rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xaf772ea6 rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb12aabd6 rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb8fe092f rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbbc70baf rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbdd8643c rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbe13ed5d rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbe5c0803 notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xbef2702c rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc4d112c9 rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc51f75c8 rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xce853320 rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd73c84dd rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd766d035 rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xda40f44c rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xdf1658be rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe0bc7111 rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe2fa3efa rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xed3c42b1 rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfde0b805 rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0563cbd0 ieee80211_softmac_xmit +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x07ed7517 ieee80211_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x166b3d3b ieee80211_wx_get_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x192f3528 ieee80211_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x19d91995 ieee80211_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1bc48fcb rtl8192u_dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x1f73bdeb ieee80211_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x232e7944 ieee80211_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x262bdb3c SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x35675333 ieee80211_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3a3c779a ieee80211_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3a785f31 ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3dc099a0 ieee80211_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x47ff3469 ieee80211_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4882bc82 ieee80211_txb_free +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x4a499916 ieee80211_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x51422234 dot11d_scan_complete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x517120bc ieee80211_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5ecc573e ieee80211_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x66979591 ieee80211_is_54g +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x71f445aa ieee80211_rx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7418ae6c ieee80211_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x74cedb48 ieee80211_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7715c2c8 ieee80211_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x79ba48e2 ieee80211_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7ca79dad ieee80211_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7ff1a209 ieee80211_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8080c50a ieee80211_disassociate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x852b5619 is_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8d1086ce ieee80211_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9508e078 notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9c52cd09 ieee80211_softmac_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9cedd06a HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x9e4506fa ieee80211_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa4df7872 dot11d_update_country_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc039339c ieee80211_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc1d6b816 ieee80211_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc46fe08d ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xc6a07aea ieee80211_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcf613840 ieee80211_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd0061c18 dot11d_reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd02cdc66 ieee80211_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd117d771 ieee80211_rx_mgt +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd3be3473 ieee80211_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd4fa2a2e ieee80211_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd8e73b14 dot11d_get_max_tx_pwr_in_dbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdbe4f668 ieee80211_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe1e66ae4 to_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe563b436 ieee80211_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe5b5c112 ieee80211_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe825617f ieee80211_is_shortslot +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe8b1c2fa ieee80211_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf1e6db4d ieee80211_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfa6a5189 ieee80211_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfc64ba7d ieee80211_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xffd41664 ieee80211_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x053adad8 iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x079b2996 iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1c086943 iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1fd032a8 iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x243b7179 iscsit_handle_snack +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2b0d1f87 iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x30e1edf7 iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3776d4a5 iscsit_aborted_task +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3de6774a iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4035909f iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x44f16eef iscsit_reject_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x477778c8 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4942b8be iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x49cdc027 iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4a931f8a iscsit_queue_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x57061a40 iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5a00085a iscsit_thread_check_cpumask +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x66b3d17c iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x693096a6 iscsit_set_unsolicited_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6b05ce35 iscsi_change_param_sprintf +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6e62675c iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x74d4dbc5 iscsit_add_cmd_to_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8383bf4f iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8a6e5cf0 iscsi_target_check_login_request +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8cc15c9f iscsit_response_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9b4e99ff iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa1355a1a iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa1bc164d iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa2f0521f iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa45c2bf0 iscsit_free_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xad5950c4 iscsit_build_datain_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb4fc0d78 iscsit_find_cmd_from_itt_or_dump +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc470331f iscsit_find_cmd_from_itt +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc681870a iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xce291433 iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd349919d iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdcf4b1fe __iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe700c356 iscsit_get_datain_values +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe938c4dc iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xea21bf86 iscsit_add_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf34332f0 iscsi_find_param_from_key +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf4d8341e iscsit_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf4e8b280 iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf7b9bf10 iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfcb0d696 iscsit_build_r2ts_for_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xfd708d32 iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/target_core_mod 0x043a6750 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x055f70b4 target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x06947c35 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x0871ffd6 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x0f121b99 target_set_cmd_data_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x1060f7eb sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x142072c0 transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x156ab446 target_unregister_template +EXPORT_SYMBOL drivers/target/target_core_mod 0x1715bf03 passthrough_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x182e191f target_setup_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x1b6c3394 transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x1bf756bb transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0x27ae9fd7 target_nacl_find_deve +EXPORT_SYMBOL drivers/target/target_core_mod 0x2cd64944 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x2f27a061 spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x30316c9c transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x386574dd target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x3a20a9d7 transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x3ac1a244 core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x3b6b64f7 __target_init_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x3f1f069c transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x4466f622 core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x44b5a1be target_register_template +EXPORT_SYMBOL drivers/target/target_core_mod 0x471fe3a7 target_tpg_has_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x4d01f4f6 target_cmd_init_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x4d339657 core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x4fb8caeb spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0x5e1fc034 target_send_busy +EXPORT_SYMBOL drivers/target/target_core_mod 0x5f2756f2 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x622fb4e8 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x62643e01 target_stop_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x638bffb7 target_free_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0x66e06624 target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0x6b5c3219 sbc_dif_copy_prot +EXPORT_SYMBOL drivers/target/target_core_mod 0x72d709dc sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0x73707053 transport_alloc_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x7a1d0d3c target_alloc_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0x7ba30f11 target_show_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x86eac702 target_backend_unregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x88981378 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x90cac9bb transport_copy_sense_to_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x9166043d core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x93962b45 target_show_dynamic_sessions +EXPORT_SYMBOL drivers/target/target_core_mod 0x94a838b1 target_complete_cmd_with_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x97175a1e target_lun_is_rdonly +EXPORT_SYMBOL drivers/target/target_core_mod 0x9794b600 target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0x98d60445 target_cmd_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x994ec816 transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xa23c9830 target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xa3eaf50b transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xa5bf5918 sbc_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0xaf076085 core_allocate_nexus_loss_ua +EXPORT_SYMBOL drivers/target/target_core_mod 0xaf07df65 core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xafd91b66 target_remove_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xb2617a45 transport_backend_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xb409f26f sbc_dif_verify +EXPORT_SYMBOL drivers/target/target_core_mod 0xbacbac0c target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0xc0dad2a5 passthrough_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0xc3eb002b transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xc69022dc transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0xc6e3945e sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xc9e2ffa9 transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0xcc180d6c transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xcd1a617c spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0xce0a5a72 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xd5b8d18b core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0xdc6381ec target_undepend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0xdd054640 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0xdd7d09b3 target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xe814547c target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0xea547d94 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xeb3e1c41 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0xefab40c1 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xf1bf7a2d spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0xf226890a core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3c2dfe0 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf5ff7c08 target_depend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0xf94e832c transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xfecc0e18 passthrough_pr_attrib_attrs +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x1fcf13e1 ufshcd_system_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x3ad4134a ufshcd_get_local_unipro_ver +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x7e772c18 ufshcd_runtime_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x814bf28d ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x82958608 ufshcd_alloc_host +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x9e03e31f ufshcd_system_resume +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0x4a2f4b1f tc_dwc_g210_config_40_bit +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0xf4c2f306 tc_dwc_g210_config_20_bit +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0x02e76ced ufshcd_dwc_dme_set_attrs +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0x714c7830 ufshcd_dwc_link_startup_notify +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0x16ba4d16 usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0xdf86b3fb usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0x43e433fe sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x06b56aa4 usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x41d563d5 usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x43880c39 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x9b63a023 usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x9f0ef93f usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xabddcaa4 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xbf8b4a3a usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xc8570ffa usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xe9a391da usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xed8a4f51 usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xf9badaf5 usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xce59d8df usb_serial_resume +EXPORT_SYMBOL drivers/usb/serial/usbserial 0xd2229e3b usb_serial_suspend +EXPORT_SYMBOL drivers/vdpa/vdpa 0xfac89da5 vdpa_set_status +EXPORT_SYMBOL drivers/vfio/vfio 0x05b8cfda vfio_set_irqs_validate_and_prepare +EXPORT_SYMBOL drivers/vfio/vfio 0x0f655355 vfio_info_add_capability +EXPORT_SYMBOL drivers/vfio/vfio 0x33411870 vfio_pin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0x51f16cdb vfio_info_cap_shift +EXPORT_SYMBOL drivers/vfio/vfio 0xccea51ac vfio_dma_rw +EXPORT_SYMBOL drivers/vfio/vfio 0xcd8357ca vfio_unpin_pages +EXPORT_SYMBOL drivers/vhost/vhost 0xab822baf vhost_chr_write_iter +EXPORT_SYMBOL drivers/vhost/vhost 0xe149b7a3 vhost_chr_poll +EXPORT_SYMBOL drivers/vhost/vringh 0x0bf267dd vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x1068cf96 vringh_getdesc_user +EXPORT_SYMBOL drivers/vhost/vringh 0x22d94896 vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0x23fd6ef7 vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x243ecc46 vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x2e18a52d vringh_notify_enable_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x2e91ca97 vringh_iov_pull_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x367ce26a vringh_iov_push_user +EXPORT_SYMBOL drivers/vhost/vringh 0x375218d7 vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x4e7f5f82 vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0x5cd2fe65 vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0x6241c431 vringh_init_iotlb_va +EXPORT_SYMBOL drivers/vhost/vringh 0x6af32dc4 vringh_init_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x752b778d vringh_init_user +EXPORT_SYMBOL drivers/vhost/vringh 0x7bda5e6d vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x7d814b09 vringh_iov_push_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x821e9390 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0x91d1e5ed vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xa455ffa4 vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xb5411ba6 vringh_kiov_advance +EXPORT_SYMBOL drivers/vhost/vringh 0xbbf8b4af vringh_need_notify_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xcfa6f049 vringh_complete_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xd22cec27 vringh_set_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xd71c6e4f vringh_abandon_user +EXPORT_SYMBOL drivers/vhost/vringh 0xe2c2baf8 vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xe4e5b06f vringh_iov_pull_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xede22d8f vringh_getdesc_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xf429e3cd vringh_abandon_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xf7b0edfb vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xfa4921e6 vringh_notify_disable_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xfb907629 vringh_notify_disable_user +EXPORT_SYMBOL drivers/video/backlight/lcd 0xa1501dd6 devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xb94088ec lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0xe28b57ff lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0xfca63b00 devm_lcd_device_register +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x17f3f471 svga_set_default_seq_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x1be6dc30 svga_set_textmode_vga_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x226298d8 svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x27fccd2b svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x75d79c9a svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x83a41489 svga_set_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x84c337c2 svga_wcrt_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x84c97d2a svga_match_format +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x8e8a59d7 svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x9c712168 svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x9f7a8ef2 svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xb0ab2b2e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xc9135531 svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd6ec2c44 svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xdcc5a013 svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x0cc3ede5 cyber2000fb_detach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x29c95a5a cyber2000fb_attach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x534b6f18 cyber2000fb_disable_extregs +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0xb39f68d1 cyber2000fb_enable_extregs +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0x233917d1 mac_vmode_to_var +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xa376ddde mac_find_mode +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xd3adf7bd g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xe001cd66 matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xef367c53 matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x1e0c28c7 matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x24c85cb4 DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x5109723f matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xe1066d00 DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0xb5094564 matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0x613a751a matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x1689c2e0 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x1c6ba5dd matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x8d30a969 matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x932ecd29 matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x0e8b5355 matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0x261bc9c6 matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x1dc8e032 matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xc1f500a5 matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xe1de1315 matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xeaa8f132 matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xf3e78bcc matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x01ea132e dispc_runtime_put +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x03005606 omapdss_get_version +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x11a1957f omapdss_output_unset_device +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x1abaf2e2 omapdss_unregister_display +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x1adf069b omapdss_output_set_device +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x21d530a2 omap_dss_get_overlay_manager +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x28f1257a dss_mgr_disable +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x3082a0b3 dss_feat_get_supported_color_modes +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x33e25aaa omap_dss_put_device +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x3a50573f dispc_ovl_check +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x3a5a7af2 omap_dss_get_next_device +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x3d36d54d dispc_mgr_set_lcd_config +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x3eb17b34 omapdss_unregister_output +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x42912b0c dispc_clear_irqstatus +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x44aab703 omap_dss_find_device +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x45d74ef6 dispc_mgr_enable +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x46ef202a omap_dss_get_output +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x4bd67a8d dispc_write_irqenable +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x4c33081d omapdss_compat_uninit +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x54f6830a omapdss_get_default_display_name +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x5689afe7 dispc_ovl_enable +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x584e8969 omapdss_find_mgr_from_display +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x5c611b1e dss_mgr_register_framedone_handler +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x636b3461 omap_dss_get_num_overlays +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x65b43970 omapdss_find_output_from_display +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x66cdd3c9 dispc_mgr_setup +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x6b1a3090 omap_dss_ntsc_timings +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x6e7ae584 dss_mgr_enable +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x70e39dae dss_uninstall_mgr_ops +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x7c0fb945 omapdss_register_display +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x7eaeea98 dss_install_mgr_ops +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x806913bc omapdss_default_get_timings +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x827143a1 omap_dispc_unregister_isr +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x87fdb051 dispc_mgr_go +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x8dc116ee omapdss_register_output +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x93963a85 dss_feat_get_num_mgrs +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x967cb4e8 dispc_ovl_set_channel_out +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xa03116c6 dss_mgr_connect +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xa13d27f5 dispc_read_irqenable +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xa4f6a175 dispc_mgr_get_sync_lost_irq +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xa84fcfb5 omap_dss_get_device +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xa860d7f5 dss_mgr_set_timings +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xb046333d dss_mgr_disconnect +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xb3ed5aa9 dispc_mgr_is_enabled +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xb7f94a15 dispc_mgr_set_timings +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xba8ddcea dispc_mgr_get_vsync_irq +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xbafeee36 dispc_runtime_get +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xbe0d4752 omap_video_timings_to_videomode +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xc45105c3 dispc_mgr_go_busy +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xc71fd5f4 omap_dss_find_output +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xca5c01dc omap_dss_get_overlay +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xcc197296 omap_dispc_register_isr +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xd1067ba7 dispc_ovl_enabled +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xd2a19e04 dss_mgr_unregister_framedone_handler +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xd70adbc1 videomode_to_omap_video_timings +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xd8ed186b omap_dss_pal_timings +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xdb93b838 dispc_free_irq +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xe47493c6 dss_mgr_start_update +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xec2f3a32 omapdss_default_get_resolution +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xee2bc2d0 omapdss_is_initialized +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xef3b2795 dispc_mgr_get_framedone_irq +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xf0209bfc omap_dss_find_output_by_port_node +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xf4a7fc6d omapdss_compat_init +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xf4f63234 dispc_read_irqstatus +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xf77ed0fb omapdss_default_get_recommended_bpp +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xf9427374 dispc_request_irq +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xfa95d18f dispc_ovl_setup +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xfb797788 dss_mgr_set_lcd_config +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xfe40bf95 dss_feat_get_num_ovls +EXPORT_SYMBOL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xffd2cf99 omap_dss_get_num_overlay_managers +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x3037658e sis_malloc +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0xfe963115 sis_free +EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga +EXPORT_SYMBOL drivers/video/vgastate 0xe7a2620e save_vga +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x1418a8d2 virtio_dma_buf_attach +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xaaf7c1bb virtio_dma_buf_get_uuid +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xacbcedfc is_virtio_dma_buf +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xd9d534a5 virtio_dma_buf_export +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xe05f1b24 w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0xf2960930 w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x61904d86 w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0xf886d777 w1_ds2781_io +EXPORT_SYMBOL drivers/w1/wire 0x969ea160 w1_add_master_device +EXPORT_SYMBOL drivers/w1/wire 0x9cef7b5f w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0xc4e7630f w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0xd6a93afc w1_register_family +EXPORT_SYMBOL fs/fscache/fscache 0x06c7f790 __fscache_use_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x07cec7c0 fscache_caching_failed +EXPORT_SYMBOL fs/fscache/fscache 0x0a5537a3 __tracepoint_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x1288f749 __fscache_begin_read_operation +EXPORT_SYMBOL fs/fscache/fscache 0x14f074ee fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0x1a0d09e7 fscache_n_write +EXPORT_SYMBOL fs/fscache/fscache 0x1b929b30 __fscache_unuse_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x1eba2435 __fscache_resize_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x234a140d __traceiter_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x249dd753 fscache_acquire_cache +EXPORT_SYMBOL fs/fscache/fscache 0x306805d3 __SCK__tp_func_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x342ac6a3 __tracepoint_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0x3a8e6927 fscache_get_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x4404d2aa fscache_n_no_create_space +EXPORT_SYMBOL fs/fscache/fscache 0x4551b39f fscache_end_cookie_access +EXPORT_SYMBOL fs/fscache/fscache 0x457eff66 fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0x4996bd29 fscache_n_updates +EXPORT_SYMBOL fs/fscache/fscache 0x4a9aa5d3 fscache_cookie_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0x4bd084ba __SCK__tp_func_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0x4d5daf97 fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0x5008d52a fscache_withdraw_volume +EXPORT_SYMBOL fs/fscache/fscache 0x5a3ab407 __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x69536890 fscache_withdraw_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x6e416521 __SCK__tp_func_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x713385ac fscache_resume_after_invalidation +EXPORT_SYMBOL fs/fscache/fscache 0x7218f4a5 __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x7547f433 fscache_dirty_folio +EXPORT_SYMBOL fs/fscache/fscache 0x79c17b43 fscache_addremove_sem +EXPORT_SYMBOL fs/fscache/fscache 0x7c4daa19 fscache_clearance_waiters +EXPORT_SYMBOL fs/fscache/fscache 0x7ea8b5be fscache_end_volume_access +EXPORT_SYMBOL fs/fscache/fscache 0x879540fb fscache_wait_for_operation +EXPORT_SYMBOL fs/fscache/fscache 0x90d447f3 fscache_n_culled +EXPORT_SYMBOL fs/fscache/fscache 0x9ffefcb2 fscache_n_read +EXPORT_SYMBOL fs/fscache/fscache 0xa63753a5 __fscache_clear_page_bits +EXPORT_SYMBOL fs/fscache/fscache 0xaaed39ad __tracepoint_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0xae6040a5 __traceiter_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0xaf24e83e __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xbca46908 fscache_wq +EXPORT_SYMBOL fs/fscache/fscache 0xbf821d2d __fscache_begin_write_operation +EXPORT_SYMBOL fs/fscache/fscache 0xcce11a60 fscache_n_no_write_space +EXPORT_SYMBOL fs/fscache/fscache 0xcd7b04fd fscache_relinquish_cache +EXPORT_SYMBOL fs/fscache/fscache 0xd0d0e8cb __fscache_write_to_cache +EXPORT_SYMBOL fs/fscache/fscache 0xdcb87498 __traceiter_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0xee6eab12 fscache_put_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xf95b58e4 __fscache_acquire_volume +EXPORT_SYMBOL fs/fscache/fscache 0xfe2dc4d6 __fscache_relinquish_volume +EXPORT_SYMBOL fs/netfs/netfs 0x249514fa netfs_stats_show +EXPORT_SYMBOL fs/netfs/netfs 0x3cad6290 netfs_read_folio +EXPORT_SYMBOL fs/netfs/netfs 0x475cdcba netfs_write_begin +EXPORT_SYMBOL fs/netfs/netfs 0x6e040866 netfs_subreq_terminated +EXPORT_SYMBOL fs/netfs/netfs 0xc571643b netfs_readahead +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x525ac333 qtree_get_next_id +EXPORT_SYMBOL fs/quota/quota_tree 0x74ea53e8 qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0xb151dafb qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xb2ed2600 qtree_delete_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xc754fc26 qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xdc522760 qtree_read_dquot +EXPORT_SYMBOL lib/crc-itu-t 0xa2048e95 crc_itu_t +EXPORT_SYMBOL lib/crc-itu-t 0xd819a524 crc_itu_t_table +EXPORT_SYMBOL lib/crc7 0x65aaf037 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc7 0xba95c5c0 crc7_be +EXPORT_SYMBOL lib/crypto/libarc4 0x2bb32ad1 arc4_setkey +EXPORT_SYMBOL lib/crypto/libarc4 0xcd47fcc4 arc4_crypt +EXPORT_SYMBOL lib/crypto/libchacha 0xcec122d7 chacha_crypt_generic +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x4c9268e1 xchacha20poly1305_decrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x635b1a76 chacha20poly1305_decrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x64375eb4 chacha20poly1305_encrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x738d84bf xchacha20poly1305_encrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0xb1693668 chacha20poly1305_decrypt_sg_inplace +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0xbb7cb0d3 chacha20poly1305_encrypt_sg_inplace +EXPORT_SYMBOL lib/crypto/libcurve25519-generic 0x12627f15 curve25519_generic +EXPORT_SYMBOL lib/crypto/libcurve25519-generic 0x4a5a8811 curve25519_null_point +EXPORT_SYMBOL lib/crypto/libcurve25519-generic 0x7e6fdbfc curve25519_base_point +EXPORT_SYMBOL lib/crypto/libpoly1305 0x021f3700 poly1305_core_blocks +EXPORT_SYMBOL lib/crypto/libpoly1305 0xbcb90cb3 poly1305_core_emit +EXPORT_SYMBOL lib/crypto/libpoly1305 0xd45b9cf4 poly1305_core_setkey +EXPORT_SYMBOL lib/libcrc32c 0xb15b4109 crc32c +EXPORT_SYMBOL lib/lru_cache 0x16a8e2ca lc_put +EXPORT_SYMBOL lib/lru_cache 0x2257d5b6 lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0x2838dcbd lc_create +EXPORT_SYMBOL lib/lru_cache 0x2ff949a9 lc_reset +EXPORT_SYMBOL lib/lru_cache 0x3dcbf915 lc_get +EXPORT_SYMBOL lib/lru_cache 0x4fbe8be4 lc_destroy +EXPORT_SYMBOL lib/lru_cache 0x5fd4497c lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0x72122451 lc_get_cumulative +EXPORT_SYMBOL lib/lru_cache 0x7d905c59 lc_del +EXPORT_SYMBOL lib/lru_cache 0x906000b2 lc_find +EXPORT_SYMBOL lib/lru_cache 0xa003b465 lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0xa7b3f653 lc_try_get +EXPORT_SYMBOL lib/lru_cache 0xa7d1f625 lc_committed +EXPORT_SYMBOL lib/lru_cache 0xad42a785 lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0xf6041b6e lc_is_used +EXPORT_SYMBOL lib/lz4/lz4_compress 0x4f4d78c5 LZ4_compress_default +EXPORT_SYMBOL lib/lz4/lz4_compress 0x5bc92e85 LZ4_compress_destSize +EXPORT_SYMBOL lib/lz4/lz4_compress 0x6004858d LZ4_compress_fast +EXPORT_SYMBOL lib/lz4/lz4_compress 0x635ff76d LZ4_saveDict +EXPORT_SYMBOL lib/lz4/lz4_compress 0x749849d8 LZ4_loadDict +EXPORT_SYMBOL lib/lz4/lz4_compress 0xf9eced44 LZ4_compress_fast_continue +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x4cc636f2 LZ4_loadDictHC +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x765fd165 LZ4_saveDictHC +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0xd02774b1 LZ4_compress_HC_continue +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0xddf86133 LZ4_compress_HC +EXPORT_SYMBOL lib/math/cordic 0x7e431c15 cordic_calc_iq +EXPORT_SYMBOL lib/objagg 0x0363233d objagg_obj_raw +EXPORT_SYMBOL lib/objagg 0x067fa594 objagg_create +EXPORT_SYMBOL lib/objagg 0x23865923 objagg_destroy +EXPORT_SYMBOL lib/objagg 0x24ca5ca9 objagg_obj_root_priv +EXPORT_SYMBOL lib/objagg 0x342aefe2 objagg_obj_delta_priv +EXPORT_SYMBOL lib/objagg 0x352633f4 objagg_hints_stats_get +EXPORT_SYMBOL lib/objagg 0x3c58e78f objagg_hints_put +EXPORT_SYMBOL lib/objagg 0x6691f29d objagg_obj_put +EXPORT_SYMBOL lib/objagg 0xb17ab162 objagg_obj_get +EXPORT_SYMBOL lib/objagg 0xdaa3ee68 objagg_stats_get +EXPORT_SYMBOL lib/objagg 0xf5511527 objagg_stats_put +EXPORT_SYMBOL lib/objagg 0xfaa9d1a8 objagg_hints_get +EXPORT_SYMBOL lib/parman 0x0f518717 parman_prio_init +EXPORT_SYMBOL lib/parman 0x7b03d378 parman_item_add +EXPORT_SYMBOL lib/parman 0x8b7e26f5 parman_item_remove +EXPORT_SYMBOL lib/parman 0xc3e2d892 parman_create +EXPORT_SYMBOL lib/parman 0xc6a3d260 parman_prio_fini +EXPORT_SYMBOL lib/parman 0xca39ae6a parman_destroy +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0b2c64a3 raid6_vgfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x17f54263 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x59a2712d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0xb0d904b7 raid6_empty_zero_page +EXPORT_SYMBOL lib/raid6/raid6_pq 0xc8e3332b raid6_gflog +EXPORT_SYMBOL lib/raid6/raid6_pq 0xcc4ee841 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd91319d6 raid6_gfmul +EXPORT_SYMBOL net/6lowpan/6lowpan 0x09026320 lowpan_nhc_add +EXPORT_SYMBOL net/6lowpan/6lowpan 0x098208df lowpan_register_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0x317b6a3e lowpan_unregister_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0x806a2632 lowpan_register_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0xd7583973 lowpan_nhc_del +EXPORT_SYMBOL net/6lowpan/6lowpan 0xf7a5ebf9 lowpan_unregister_netdevice +EXPORT_SYMBOL net/802/p8022 0x958e55c9 register_8022_client +EXPORT_SYMBOL net/802/p8022 0xd53c93f5 unregister_8022_client +EXPORT_SYMBOL net/802/psnap 0xa5f6840c unregister_snap_client +EXPORT_SYMBOL net/802/psnap 0xeb261a2d register_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x02f910b5 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x04b79162 p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x09ffcc62 p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0x0a4314d1 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0x0fa12c61 p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0x104abbea p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0x15203feb p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0x157e0728 do_trace_9p_fid_get +EXPORT_SYMBOL net/9p/9pnet 0x15b4d51d p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0x1e6f72ec p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0x1f8a9491 p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0x21a241d1 p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0x21f12d42 p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x250685d7 p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0x28e1cd13 p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0x2cb03eb0 v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0x2f7a5a92 p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0x34d6fe7a p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0x37d76aa6 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x3d986cf9 p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x41ca9b24 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0x44e3dc02 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x46baf750 p9_fcall_fini +EXPORT_SYMBOL net/9p/9pnet 0x54253b01 p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0x56cd6df0 do_trace_9p_fid_put +EXPORT_SYMBOL net/9p/9pnet 0x59b762e0 v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0x6db7033e p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x726b0dc9 __tracepoint_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0x72793a86 p9_client_read_once +EXPORT_SYMBOL net/9p/9pnet 0x76fe9aee v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0x8293abc0 p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0x83b126d1 p9_req_put +EXPORT_SYMBOL net/9p/9pnet 0x84bfcd2b p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0x9f1a450b p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0xa2ed8880 p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0xaaa086e0 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xb55ae777 __SCK__tp_func_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xbd3e1a33 p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0xbefd0553 __traceiter_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xbf1d4160 p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0xc0bfccfc p9_show_client_options +EXPORT_SYMBOL net/9p/9pnet 0xc56d5e8f p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0xc68b6656 p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0xcc2ec49e p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xd384c683 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0xd70c8c3a p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0xd9e1c7de p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0xdbd93ffc p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xe6b1e55e p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0xec414dad p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0xef03b463 p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xefc7b198 p9_client_create_dotl +EXPORT_SYMBOL net/appletalk/appletalk 0x357ae93c aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0x38cfa9d4 atalk_find_dev_addr +EXPORT_SYMBOL net/appletalk/appletalk 0x8dbf16dc alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0x953278db atrtr_get_dev +EXPORT_SYMBOL net/atm/atm 0x10f7acef vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0x18ebaee0 vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0x25e032b9 atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x5f0109b0 atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0x5f073e5e atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0x60d458aa atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0x6b9a3871 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xa5b1e32f vcc_release_async +EXPORT_SYMBOL net/atm/atm 0xa8e7a825 atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xb290fd58 deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xc639a328 atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0xd37d027a register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0xda7cb858 atm_charge +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/atm/atm 0xf5d5c2da atm_dev_register +EXPORT_SYMBOL net/ax25/ax25 0x14cecd59 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x18f6eafd ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0x1e74d4f0 ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x40876d14 ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0x9dd4bcae ax25_ip_xmit +EXPORT_SYMBOL net/ax25/ax25 0xac74f59c ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xc5336aba ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xee02e420 ax25_findbyuid +EXPORT_SYMBOL net/ax25/ax25 0xfd500184 ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0xff0dc528 ax25_send_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x04add047 l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0718b8b7 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x125b619c hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x12e82be0 bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0x140ecb5b bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x214e4265 bt_warn +EXPORT_SYMBOL net/bluetooth/bluetooth 0x22884cbf hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2301645b bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x26d9ef6f bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2d1807df hci_devcd_append +EXPORT_SYMBOL net/bluetooth/bluetooth 0x30021b7e hci_cmd_sync_queue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x30cf3b05 hci_mgmt_chan_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x32c9a10c hci_devcd_timeout +EXPORT_SYMBOL net/bluetooth/bluetooth 0x334e350e l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0x33c373c8 hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x33fdbe45 hci_cmd_sync_submit +EXPORT_SYMBOL net/bluetooth/bluetooth 0x380dc070 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x486d212f hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4aed0b98 hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4b559864 bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4f567294 hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x517adba8 __hci_cmd_send +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5312cc7b l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5da7b45a bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0x60f68676 bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0x63793b2a hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6731e823 hci_devcd_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6bdb6529 hci_set_fw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7119ca62 __hci_cmd_sync_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0x71e9be9c hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0x74b1e497 l2cap_chan_close +EXPORT_SYMBOL net/bluetooth/bluetooth 0x77622c48 hci_devcd_complete +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7aad008b bt_to_errno +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7b5ce5c3 baswap +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7b8c32f1 bt_err +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7bd9427a bt_status +EXPORT_SYMBOL net/bluetooth/bluetooth 0x81c9880a __hci_cmd_sync_status_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0x89f2d19a bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8a681b97 bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8bf86eb2 __hci_cmd_sync_status +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9f748072 bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9f8e9e45 hci_devcd_abort +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa03386ba hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb0af5fca __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb4870d75 hci_devcd_rx +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb60b0ef9 hci_reset_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xbdb77578 hci_alloc_dev_priv +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc11c8ea7 bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc95e93af hci_set_hw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0xccc0c562 l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcd82a8b2 hci_devcd_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcda9db3a bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcebbbb73 l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd11d0c68 bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd2d3c2d4 hci_cmd_sync_cancel +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd7613212 bt_err_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd95b1e37 bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0xddacccf6 bt_warn_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xde9b0c23 hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0xdfd488ef hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe813f4f5 hci_recv_diag +EXPORT_SYMBOL net/bluetooth/bluetooth 0xeb90ad43 bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0xebe5f867 hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0xec63250e __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf19e10d7 hci_devcd_append_pattern +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf61faf18 hci_mgmt_chan_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0xfa6f3fd2 hci_release_dev +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x4c510161 ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xb2ac1564 ebt_register_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xca0a3c94 ebt_unregister_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xcdc0ace3 ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xe6d3d407 ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xfeff3e48 ebt_unregister_table_pre_exit +EXPORT_SYMBOL net/caif/caif 0x02109c13 caif_connect_client +EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt +EXPORT_SYMBOL net/caif/caif 0x2a09f713 cfpkt_fromnative +EXPORT_SYMBOL net/caif/caif 0x329dbd06 cfpkt_info +EXPORT_SYMBOL net/caif/caif 0x38701a7c cfcnfg_del_phy_layer +EXPORT_SYMBOL net/caif/caif 0x3fa84493 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x40babbe0 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x5659dd64 caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0x7948a58a get_cfcnfg +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x86ad08cf cfcnfg_add_phy_layer +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xcdc67c68 caif_disconnect_client +EXPORT_SYMBOL net/can/can 0x0048f1f9 can_proto_register +EXPORT_SYMBOL net/can/can 0x73496d23 can_rx_register +EXPORT_SYMBOL net/can/can 0x9ab3185a can_rx_unregister +EXPORT_SYMBOL net/can/can 0xa8ec0b4b can_send +EXPORT_SYMBOL net/can/can 0xb74d653f can_sock_destruct +EXPORT_SYMBOL net/can/can 0xb7959c8b can_proto_unregister +EXPORT_SYMBOL net/ceph/libceph 0x02cb1113 ceph_osdc_clear_abort_err +EXPORT_SYMBOL net/ceph/libceph 0x049cf094 __ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x0a3c60e0 ceph_pagelist_alloc +EXPORT_SYMBOL net/ceph/libceph 0x0b63d245 ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x1037769b ceph_monc_blocklist_add +EXPORT_SYMBOL net/ceph/libceph 0x1325ac59 osd_req_op_extent_osd_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x1369279f ceph_monc_renew_subs +EXPORT_SYMBOL net/ceph/libceph 0x13e53c8b osd_req_op_extent_osd_data_bvec_pos +EXPORT_SYMBOL net/ceph/libceph 0x1589c806 ceph_print_client_options +EXPORT_SYMBOL net/ceph/libceph 0x18c123e1 ceph_parse_mon_ips +EXPORT_SYMBOL net/ceph/libceph 0x18c45a7c osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0x19396dbc ceph_auth_handle_svc_reply_done +EXPORT_SYMBOL net/ceph/libceph 0x1b458469 ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x1cba3f20 ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0x1e67ea9d ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0x1eaf55a5 ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x2087719e ceph_oid_copy +EXPORT_SYMBOL net/ceph/libceph 0x2101cbc9 ceph_oid_destroy +EXPORT_SYMBOL net/ceph/libceph 0x225aecbc ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0x2387ff08 ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0x24fbb20e __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x299acaec osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x2f34cec4 ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0x31660431 ceph_monc_want_map +EXPORT_SYMBOL net/ceph/libceph 0x317ac0ee ceph_oloc_copy +EXPORT_SYMBOL net/ceph/libceph 0x3198c113 ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0x33550609 ceph_osdc_watch +EXPORT_SYMBOL net/ceph/libceph 0x3522979c ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0x36e4e4f9 ceph_auth_handle_svc_reply_more +EXPORT_SYMBOL net/ceph/libceph 0x38f2d94e ceph_file_to_extents +EXPORT_SYMBOL net/ceph/libceph 0x3b975ce3 ceph_osdc_update_epoch_barrier +EXPORT_SYMBOL net/ceph/libceph 0x3bddcf00 ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x3c8d7111 ceph_get_num_objects +EXPORT_SYMBOL net/ceph/libceph 0x3d0f2a7c ceph_oloc_destroy +EXPORT_SYMBOL net/ceph/libceph 0x4466c07d osd_req_op_copy_from_init +EXPORT_SYMBOL net/ceph/libceph 0x45044d94 ceph_find_or_create_string +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x46a89ebd ceph_parse_param +EXPORT_SYMBOL net/ceph/libceph 0x477a1ad9 ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0x49188418 ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x494bb35c osd_req_op_extent_dup_last +EXPORT_SYMBOL net/ceph/libceph 0x4a86e01a ceph_msg_data_add_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x4affd6c2 ceph_parse_fsid +EXPORT_SYMBOL net/ceph/libceph 0x4f4613f5 ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0x50603ce3 ceph_decode_entity_addrvec +EXPORT_SYMBOL net/ceph/libceph 0x52b27eb5 ceph_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x56c80648 ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x5a5d5151 osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0x5aeeee62 ceph_oid_aprintf +EXPORT_SYMBOL net/ceph/libceph 0x5cb62d6c ceph_osdc_cancel_request +EXPORT_SYMBOL net/ceph/libceph 0x5d919261 ceph_client_gid +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x6416f567 ceph_cls_unlock +EXPORT_SYMBOL net/ceph/libceph 0x6431869a ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0x644b6e50 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x6507d6ac ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0x68b84f50 osd_req_op_cls_request_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x69cd1098 ceph_osdc_get_request +EXPORT_SYMBOL net/ceph/libceph 0x6a0c7b11 osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0x6a7a38a0 ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x6abff253 ceph_msg_new2 +EXPORT_SYMBOL net/ceph/libceph 0x6dd64bf2 osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0x6edb8cb7 ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0x6f342fef ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x73137bbe ceph_osdc_abort_requests +EXPORT_SYMBOL net/ceph/libceph 0x74f571ff ceph_cls_break_lock +EXPORT_SYMBOL net/ceph/libceph 0x77ce0560 ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x7819f7bd ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x786f8c39 ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x7fbffd4d ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x7fe321e9 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x820ea894 ceph_osdc_unwatch +EXPORT_SYMBOL net/ceph/libceph 0x83b9eac9 ceph_osdc_notify_ack +EXPORT_SYMBOL net/ceph/libceph 0x8408a4e1 ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x84d813af ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0x865966da ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0x86fca7e4 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x88db0e48 ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x8a4b2f5f ceph_cls_lock_info +EXPORT_SYMBOL net/ceph/libceph 0x8bd5050e ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0x8d2ed320 osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x9030b6e8 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0x987d3968 ceph_alloc_options +EXPORT_SYMBOL net/ceph/libceph 0x999d47f9 ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x9c35aee4 ceph_monc_get_version_async +EXPORT_SYMBOL net/ceph/libceph 0x9c851a63 osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x9ca95932 ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x9fefa3cb ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0xa0b43b75 ceph_msg_put +EXPORT_SYMBOL net/ceph/libceph 0xa4cff8b8 osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xa698f998 ceph_free_lockers +EXPORT_SYMBOL net/ceph/libceph 0xa6a242f7 ceph_pg_to_acting_primary +EXPORT_SYMBOL net/ceph/libceph 0xa70b0753 ceph_osdc_maybe_request_map +EXPORT_SYMBOL net/ceph/libceph 0xa8ef4968 ceph_wait_for_latest_osdmap +EXPORT_SYMBOL net/ceph/libceph 0xad703657 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb0032d73 ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0xb10e2964 ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xb13429fd ceph_cls_set_cookie +EXPORT_SYMBOL net/ceph/libceph 0xb186da00 ceph_osdc_notify +EXPORT_SYMBOL net/ceph/libceph 0xb38df8b7 ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xb5289443 ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb72c162e ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xb742730c ceph_osdc_call +EXPORT_SYMBOL net/ceph/libceph 0xb82d2f99 ceph_cls_lock +EXPORT_SYMBOL net/ceph/libceph 0xbae00da7 ceph_pg_pool_flags +EXPORT_SYMBOL net/ceph/libceph 0xbe3879aa ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xc0e91b99 ceph_osdc_alloc_messages +EXPORT_SYMBOL net/ceph/libceph 0xc16f5fb0 ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0xc20c8ca8 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0xc2178016 osd_req_op_xattr_init +EXPORT_SYMBOL net/ceph/libceph 0xc4ff4fa2 ceph_cls_assert_locked +EXPORT_SYMBOL net/ceph/libceph 0xc7633bfa ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0xc8e87355 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0xca80437b ceph_extent_to_file +EXPORT_SYMBOL net/ceph/libceph 0xce9a6ded ceph_osdc_put_request +EXPORT_SYMBOL net/ceph/libceph 0xd05e656a ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xd4d736db ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0xd4eb7735 ceph_decode_entity_addr +EXPORT_SYMBOL net/ceph/libceph 0xd61e176f ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0xd74738af ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0xdb21fd08 ceph_msg_get +EXPORT_SYMBOL net/ceph/libceph 0xdda4617f ceph_auth_handle_bad_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xde41e118 osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xdf6ef4a1 ceph_oid_printf +EXPORT_SYMBOL net/ceph/libceph 0xdfc091f9 ceph_entity_type_name +EXPORT_SYMBOL net/ceph/libceph 0xdfd9af6b ceph_object_locator_to_pg +EXPORT_SYMBOL net/ceph/libceph 0xe02ab092 ceph_auth_add_authorizer_challenge +EXPORT_SYMBOL net/ceph/libceph 0xe70e820d osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0xe764d500 osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0xe7ac147d __ceph_alloc_sparse_ext_map +EXPORT_SYMBOL net/ceph/libceph 0xed3917fc ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0xee120c03 ceph_release_string +EXPORT_SYMBOL net/ceph/libceph 0xee980e93 ceph_monc_get_version +EXPORT_SYMBOL net/ceph/libceph 0xeef6cfa3 ceph_iterate_extents +EXPORT_SYMBOL net/ceph/libceph 0xf117b937 ceph_osdc_list_watchers +EXPORT_SYMBOL net/ceph/libceph 0xf254297e ceph_addr_is_blank +EXPORT_SYMBOL net/ceph/libceph 0xf375a787 osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0xf562aab7 ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0xf6d017e3 osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0xf8740e44 ceph_reset_client_addr +EXPORT_SYMBOL net/ceph/libceph 0xf966a6fc ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0xfa8138b4 osd_req_op_extent_osd_iter +EXPORT_SYMBOL net/ceph/libceph 0xfb6ff48b ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0xff9b4f9b ceph_monc_got_map +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x6e94acd9 dccp_req_err +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x786f0ba7 dccp_syn_ack_timeout +EXPORT_SYMBOL net/hsr/hsr 0x292f2556 is_hsr_master +EXPORT_SYMBOL net/hsr/hsr 0xcaf76651 hsr_get_version +EXPORT_SYMBOL net/ieee802154/ieee802154 0x2389008b wpan_phy_new +EXPORT_SYMBOL net/ieee802154/ieee802154 0x4c0aac53 wpan_phy_find +EXPORT_SYMBOL net/ieee802154/ieee802154 0x6f1ffb00 wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0x750633ab wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0xa02fc0af wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0xfdade91e wpan_phy_for_each +EXPORT_SYMBOL net/ipv4/fou 0x19741ae4 gue_encap_hlen +EXPORT_SYMBOL net/ipv4/fou 0x26964f19 __fou_build_header +EXPORT_SYMBOL net/ipv4/fou 0x9f52344b __gue_build_header +EXPORT_SYMBOL net/ipv4/fou 0xff1adff3 fou_encap_hlen +EXPORT_SYMBOL net/ipv4/gre 0x5dcb577a gre_parse_header +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x5273c5aa ip_tunnel_encap_add_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x6f4da97f ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x91093186 ip_tunnel_encap_del_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xd1c50051 ip_tunnel_md_udp_encap +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xea994290 ip_tunnel_get_iflink +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x1c07ae50 arpt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x5da705fa arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xd038eed6 arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xd89fbc40 arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x23dc1983 ipt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xb00eb526 ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xeb59cedd ipt_unregister_table_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xf920814d ipt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/tunnel4 0x459332ef xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/tunnel4 0x9022a8b3 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/udp_tunnel 0x4d54c1aa udp_sock_create4 +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x01db6288 ip6_tnl_rcv +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x639bcfe9 ip6_tnl_encap_add_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x72b1cb1a ip6_tnl_get_iflink +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x9df7a922 ip6_tnl_get_link_net +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xcbaae87c ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xdb197f6b ip6_tnl_encap_del_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xe7e1588b ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xe97da31b ip6_tnl_change_mtu +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xf2adbf8d ip6_tnl_xmit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x43f71594 ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x608315c9 ip6t_unregister_table_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xa7164296 ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xba219052 ip6t_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv6/tunnel6 0xbe1c7f61 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/tunnel6 0xef56c386 xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x83c3acf3 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x8916bc77 xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/lapb/lapb 0x2bdd0082 lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0x2efa97c7 lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0x3be6e4b3 lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0x45cd580a lapb_register +EXPORT_SYMBOL net/lapb/lapb 0x92eae6ca lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0xc00a7ec8 lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0xc33bdd13 lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0xc4ab566a lapb_unregister +EXPORT_SYMBOL net/llc/llc 0x2f00ba9f llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x5197106c llc_add_pack +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x6ce8944b llc_sap_open +EXPORT_SYMBOL net/llc/llc 0xb5ea5f54 llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0xb80207fe llc_sap_close +EXPORT_SYMBOL net/llc/llc 0xc37daf4d llc_sap_find +EXPORT_SYMBOL net/llc/llc 0xd62be9b9 llc_set_station_handler +EXPORT_SYMBOL net/mac80211/mac80211 0x0036d747 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0x02736902 ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x02855d9a ieee80211_tdls_oper_request +EXPORT_SYMBOL net/mac80211/mac80211 0x02b94b32 ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac80211/mac80211 0x042d16bb ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0x069a6dc5 ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x092bf6bb ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x0b2f4f46 ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x1353441c __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x145ec06c ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0x174b6a5c ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x1848f14c ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x19f37f0d ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x1af644c5 ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0x1cf75d45 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x20f5db6e ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x21b7c207 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0x28f961a1 ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x296dfc24 ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0x2c80205c ieee80211_beacon_get_template_ema_index +EXPORT_SYMBOL net/mac80211/mac80211 0x30acbe42 ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x332cb76d ieee80211_send_eosp_nullfunc +EXPORT_SYMBOL net/mac80211/mac80211 0x35b97f2f ieee80211_txq_airtime_check +EXPORT_SYMBOL net/mac80211/mac80211 0x36368253 ieee80211_beacon_get_template_ema_list +EXPORT_SYMBOL net/mac80211/mac80211 0x391eda45 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0x3b4269a3 ieee80211_beacon_update_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0x3bac6809 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x3c3d69fa ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x3ca607a6 ieee80211_tx_rate_update +EXPORT_SYMBOL net/mac80211/mac80211 0x3d2351b7 ieee80211_beacon_free_ema_list +EXPORT_SYMBOL net/mac80211/mac80211 0x3e1ad927 ieee80211_manage_rx_ba_offl +EXPORT_SYMBOL net/mac80211/mac80211 0x3fa91f28 ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0x4c0304dd ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0x4e08a24b wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x52015ee5 ieee80211_beacon_cntdwn_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x54f5c948 ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x56bd9cf6 rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x595386cd ieee80211_alloc_hw_nm +EXPORT_SYMBOL net/mac80211/mac80211 0x599d8214 ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x5c381bdf ieee80211_unreserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0x6439b5f3 ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x654ee911 ieee80211_rx_list +EXPORT_SYMBOL net/mac80211/mac80211 0x66ccccda ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x690baabd ieee80211_refresh_tx_agg_session_timer +EXPORT_SYMBOL net/mac80211/mac80211 0x6a049dd2 ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0x6f26eb68 ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0x7112d40a ieee80211_handle_wake_tx_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x7190d2d0 ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0x781d09f9 ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0x79469e65 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0x7c931f23 ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0x7e571056 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x80986f90 ieee80211_txq_get_depth +EXPORT_SYMBOL net/mac80211/mac80211 0x80d77bff ieee80211_nan_func_terminated +EXPORT_SYMBOL net/mac80211/mac80211 0x80dbd24b ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0x8972cd02 __ieee80211_schedule_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x898f5b37 ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x8aece08e ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x8d195873 ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x8d41726d ieee80211_get_bssid +EXPORT_SYMBOL net/mac80211/mac80211 0x8f068808 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x8f0770fe ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0x907c6f7f ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0x98394116 ieee80211_mark_rx_ba_filtered_frames +EXPORT_SYMBOL net/mac80211/mac80211 0x991a0ca0 ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x99f17884 ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x9c07e222 ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x9e39731c ieee80211_tx_dequeue +EXPORT_SYMBOL net/mac80211/mac80211 0x9fa9a801 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xa7f42502 ieee80211_sta_pspoll +EXPORT_SYMBOL net/mac80211/mac80211 0xa8354fcd ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0xa8b2e78b ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0xaa3f2082 ieee80211_iter_keys_rcu +EXPORT_SYMBOL net/mac80211/mac80211 0xaaa3b1e1 ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0xaeb9a917 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xb29341e7 ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xb4b3ddd7 ieee80211_nan_func_match +EXPORT_SYMBOL net/mac80211/mac80211 0xb88c00d0 ieee80211_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0xb99486c5 ieee80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/mac80211/mac80211 0xc048da9a ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0xc283c703 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0xc350ab14 ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0xc52558ec ieee80211_txq_schedule_start +EXPORT_SYMBOL net/mac80211/mac80211 0xc538678c ieee80211_txq_may_transmit +EXPORT_SYMBOL net/mac80211/mac80211 0xc836e54a __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xcef0662a ieee80211_channel_switch_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0xd13a8ec2 ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0xd1b61801 ieee80211_next_txq +EXPORT_SYMBOL net/mac80211/mac80211 0xd54dfd08 ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0xd59bd9ae ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0xd8f63285 ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0xd9265ae4 ieee80211_get_fils_discovery_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0xde296ec6 ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xde58d7ef ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xe1d6e4ff __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xe584b112 ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0xe73c41dd ieee80211_reserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0xe954005b ieee80211_get_unsol_bcast_probe_resp_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0xea9d3ef6 ieee80211_sta_uapsd_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0xedaa05db ieee80211_sta_register_airtime +EXPORT_SYMBOL net/mac80211/mac80211 0xf29a4580 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0xf43af101 __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0xf53619d4 ieee80211_sta_recalc_aggregates +EXPORT_SYMBOL net/mac80211/mac80211 0xf67c7f5c ieee80211_rx_napi +EXPORT_SYMBOL net/mac80211/mac80211 0xf6db1ca9 ieee80211_rx_ba_timer_expired +EXPORT_SYMBOL net/mac80211/mac80211 0xf74e4d5f ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0xfa0a5407 ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xfae5c797 ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0xfbd76280 ieee80211_beacon_set_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0xfc9a65f4 ieee80211_tx_status_ext +EXPORT_SYMBOL net/mac802154/mac802154 0x05fe8792 ieee802154_configure_durations +EXPORT_SYMBOL net/mac802154/mac802154 0x076525b2 ieee802154_unregister_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x1bf15a95 ieee802154_xmit_error +EXPORT_SYMBOL net/mac802154/mac802154 0x354813dd ieee802154_xmit_hw_error +EXPORT_SYMBOL net/mac802154/mac802154 0x93e05215 ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0xb83f5ce1 ieee802154_free_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xd7660a0a ieee802154_alloc_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xd8281dce ieee802154_register_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xed93b6d4 ieee802154_xmit_complete +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x1fb57ee0 ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x2dd5981e ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x31161721 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x3cca020c register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x599a7c8d unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x5a71a49b ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x7b823ed2 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xa29e9d83 ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb5d98caa register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xb8194bd3 unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xbec01cba ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd9db63fa ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xda842431 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf130f3c8 ip_vs_new_conn_out +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xf3558cbb register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x3b08a8f0 nf_ct_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x89d99ee1 __nf_ct_ext_find +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xe193e75d nf_ct_ext_add +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0xf2a36612 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x16aff9e7 nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0x53908370 __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x5984cd98 nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xd70b3fd1 nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nft_fib 0x46170f23 nft_fib_policy +EXPORT_SYMBOL net/netfilter/x_tables 0x0d7f5fcd xt_alloc_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x29af9c2c xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x35d39fd9 xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0x3bf9d084 xt_check_table_hooks +EXPORT_SYMBOL net/netfilter/x_tables 0x48012e28 xt_check_proc_name +EXPORT_SYMBOL net/netfilter/x_tables 0x6fffdb78 xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x7c4fc5c1 xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x80852473 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0x8a8019cf xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x977fd4bf xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xb61dd3c8 xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0xcb3e91cc xt_counters_alloc +EXPORT_SYMBOL net/netfilter/x_tables 0xcbc9e3fd xt_find_table +EXPORT_SYMBOL net/netfilter/x_tables 0xd87ae60d xt_check_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0xe204e042 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xe656d34d xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0xec5c8519 xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0xfef779fa xt_find_jump_offset +EXPORT_SYMBOL net/nfc/hci/hci 0x02a97463 nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0x0aaa65b6 nfc_llc_start +EXPORT_SYMBOL net/nfc/hci/hci 0x1699af47 nfc_hci_reset_pipes_per_host +EXPORT_SYMBOL net/nfc/hci/hci 0x1c7f1619 nfc_llc_stop +EXPORT_SYMBOL net/nfc/hci/hci 0x24d57788 nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0x28bbe0ff nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x2d92c6ea nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0x3741caab nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0x39b8a7b2 nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0x3d019587 nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0x4f689313 nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0x6a968383 nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0x6f730985 nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x74fe3670 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x82a790f5 nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x99fa7f74 nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x9c448e39 nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0xb0b0b68b nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0xd0b69259 nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0xd2597c15 nfc_hci_reset_pipes +EXPORT_SYMBOL net/nfc/hci/hci 0xdd231c55 nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xf0a89e97 nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0xf30da403 nfc_hci_get_param +EXPORT_SYMBOL net/nfc/nci/nci 0x12d2aac5 nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0x16b2ac92 nci_core_init +EXPORT_SYMBOL net/nfc/nci/nci 0x29ce642a nci_hci_set_param +EXPORT_SYMBOL net/nfc/nci/nci 0x2a6df672 nci_send_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x2b63bb4b nci_prop_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x32b4e133 nci_hci_get_param +EXPORT_SYMBOL net/nfc/nci/nci 0x4bbf31c7 nci_core_conn_create +EXPORT_SYMBOL net/nfc/nci/nci 0x530ddf57 nci_hci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x53c34c96 nci_core_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x61c1abbf nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0x65538b31 nci_nfcee_discover +EXPORT_SYMBOL net/nfc/nci/nci 0x70c1175a nci_core_reset +EXPORT_SYMBOL net/nfc/nci/nci 0x783720b1 nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0x7974f544 nci_hci_connect_gate +EXPORT_SYMBOL net/nfc/nci/nci 0x79e1f72e nci_hci_send_event +EXPORT_SYMBOL net/nfc/nci/nci 0x81d79aae nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0x881682eb nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x8dddd604 nci_get_conn_info_by_dest_type_params +EXPORT_SYMBOL net/nfc/nci/nci 0x90db2034 nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0xa241debc nci_hci_open_pipe +EXPORT_SYMBOL net/nfc/nci/nci 0xa8651560 nci_nfcee_mode_set +EXPORT_SYMBOL net/nfc/nci/nci 0xb1cf4e53 nci_nfcc_loopback +EXPORT_SYMBOL net/nfc/nci/nci 0xb71d2ed8 nci_core_conn_close +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xbda7ec6a nci_send_data +EXPORT_SYMBOL net/nfc/nci/nci 0xc19b44b7 nci_hci_clear_all_pipes +EXPORT_SYMBOL net/nfc/nci/nci 0xccf467fb nci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xedf2c569 nci_conn_max_data_pkt_payload_size +EXPORT_SYMBOL net/nfc/nci/nci 0xf0f75949 nci_hci_dev_session_init +EXPORT_SYMBOL net/nfc/nci/nci 0xf1b338ee nci_req_complete +EXPORT_SYMBOL net/nfc/nfc 0x04753ea1 nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0x0d8c229b nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0x1528ea62 nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0x228fdecf nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc 0x26d22ec5 nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0x310f068b nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0x37e85bf3 nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x4a79fc24 nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0x679769a0 nfc_vendor_cmd_reply +EXPORT_SYMBOL net/nfc/nfc 0x782b4526 nfc_class +EXPORT_SYMBOL net/nfc/nfc 0x791256a5 nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x7b20de8d nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0x8abc7acb nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0x936af23f nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0x9592ff24 __nfc_alloc_vendor_cmd_reply_skb +EXPORT_SYMBOL net/nfc/nfc 0xa7868986 nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0xb0a0cb79 nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0xb24db568 nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0xb3c80ac2 nfc_se_connectivity +EXPORT_SYMBOL net/nfc/nfc 0xb75ed924 nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0xc3116077 nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0xc99e8dd1 nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0xcf152c2b nfc_se_transaction +EXPORT_SYMBOL net/nfc/nfc 0xe93de56d nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0xedfe1a95 nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc_digital 0x1af1c5a5 nfc_digital_allocate_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x68d4591b nfc_digital_unregister_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x963539b1 nfc_digital_free_device +EXPORT_SYMBOL net/nfc/nfc_digital 0xad3dbb07 nfc_digital_register_device +EXPORT_SYMBOL net/phonet/phonet 0x241f21e5 phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0x536795d0 pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0x8b2e7062 pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0x9b8bb8da pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0xb9f2a198 phonet_proto_unregister +EXPORT_SYMBOL net/phonet/phonet 0xd5ca5c83 pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0xe2f728a9 phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0xfc8fde22 phonet_proto_register +EXPORT_SYMBOL net/rxrpc/rxrpc 0x02c6f2f4 rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x171a1604 rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x224d6905 rxrpc_kernel_recv_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0x2f39475a rxrpc_sock_set_min_security_level +EXPORT_SYMBOL net/rxrpc/rxrpc 0x31bf3ca3 rxrpc_debug_id +EXPORT_SYMBOL net/rxrpc/rxrpc 0x39d69b3d key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/rxrpc 0x3ed14aa7 rxrpc_kernel_new_call_notification +EXPORT_SYMBOL net/rxrpc/rxrpc 0x4e767792 rxrpc_kernel_charge_accept +EXPORT_SYMBOL net/rxrpc/rxrpc 0x5022a6b2 rxrpc_kernel_check_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x552ab7e3 rxrpc_kernel_shutdown_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x65ea2684 rxrpc_kernel_put_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x6e9e7b76 rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x73420f87 rxrpc_kernel_set_max_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x83f69353 rxrpc_kernel_get_srtt +EXPORT_SYMBOL net/rxrpc/rxrpc 0x8c53fe84 rxrpc_kernel_get_peer +EXPORT_SYMBOL net/rxrpc/rxrpc 0x9ff528ff rxrpc_kernel_get_epoch +EXPORT_SYMBOL net/rxrpc/rxrpc 0xbbc7d4bf rxrpc_kernel_set_tx_length +EXPORT_SYMBOL net/rxrpc/rxrpc 0xcfc98d81 rxrpc_sock_set_security_keyring +EXPORT_SYMBOL net/rxrpc/rxrpc 0xe2c83665 rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0xf1051db0 rxrpc_kernel_begin_call +EXPORT_SYMBOL net/sctp/sctp 0xc32e1bbc sctp_do_peeloff +EXPORT_SYMBOL net/smc/smc 0x2977ed0d __tracepoint_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0x3153cc92 __SCK__tp_func_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x39b13d91 __traceiter_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0x533c7edb __traceiter_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x7d5ff7f3 __tracepoint_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0x91c6ccec __traceiter_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xabd6f0ec __tracepoint_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0xb3f2d173 __SCK__tp_func_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xe7dacb8d __SCK__tp_func_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xe8792e66 __traceiter_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xf85e5851 __tracepoint_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0xfb8cae0f __SCK__tp_func_smc_switch_to_fallback +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x03d5b50e gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x6c283a01 gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xb78f8452 gss_mech_get +EXPORT_SYMBOL net/sunrpc/sunrpc 0x0c5f00e6 xdr_restrict_buflen +EXPORT_SYMBOL net/sunrpc/sunrpc 0x5d66c06d xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0xb8ebd57a svc_pool_stats_open +EXPORT_SYMBOL net/tipc/tipc 0x005581af tipc_dump_start +EXPORT_SYMBOL net/tipc/tipc 0x37c25028 tipc_sk_fill_sock_diag +EXPORT_SYMBOL net/tipc/tipc 0x55a36b3e tipc_nl_sk_walk +EXPORT_SYMBOL net/tipc/tipc 0xc0a6c8c7 tipc_dump_done +EXPORT_SYMBOL net/tls/tls 0x96aaa4eb tls_get_record +EXPORT_SYMBOL net/wireless/cfg80211 0x01d7ffdb __cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0x02b60dd8 cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0x064c3ba8 cfg80211_rx_control_port +EXPORT_SYMBOL net/wireless/cfg80211 0x06ca71fd cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0x07a6333d cfg80211_sinfo_alloc_tid_stats +EXPORT_SYMBOL net/wireless/cfg80211 0x0abfe796 cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0x0bbb6280 cfg80211_bss_flush +EXPORT_SYMBOL net/wireless/cfg80211 0x0cc94001 cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0x0cc95bc2 ieee80211_s1g_channel_width +EXPORT_SYMBOL net/wireless/cfg80211 0x0ea8c03f regulatory_pre_cac_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0x10680854 cfg80211_assoc_comeback +EXPORT_SYMBOL net/wireless/cfg80211 0x111dcd88 cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x122b2cc7 cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x12a6bb82 regulatory_set_wiphy_regd +EXPORT_SYMBOL net/wireless/cfg80211 0x12f2353d cfg80211_send_layer2_update +EXPORT_SYMBOL net/wireless/cfg80211 0x13c58e52 ieee80211_get_8023_tunnel_proto +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x18c0582b wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0x1b82a85a cfg80211_valid_disable_subchannel_bitmap +EXPORT_SYMBOL net/wireless/cfg80211 0x1ce2497f reg_query_regdb_wmm +EXPORT_SYMBOL net/wireless/cfg80211 0x1e28255c ieee80211_get_channel_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x2016db1c cfg80211_register_netdevice +EXPORT_SYMBOL net/wireless/cfg80211 0x20b1cc78 cfg80211_iftype_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0x23c91117 cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x24091260 wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0x242d2488 ieee80211_data_to_8023_exthdr +EXPORT_SYMBOL net/wireless/cfg80211 0x2689dd31 ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x2745e921 cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x28167674 cfg80211_mgmt_tx_status_ext +EXPORT_SYMBOL net/wireless/cfg80211 0x2cb8d1d0 wiphy_rfkill_set_hw_state_reason +EXPORT_SYMBOL net/wireless/cfg80211 0x2dcc4a01 cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0x31c057fc __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x32b64d64 cfg80211_del_sta_sinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x3643b80f ieee80211_chandef_to_operating_class +EXPORT_SYMBOL net/wireless/cfg80211 0x377597c3 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0x38cb594a ieee80211_ie_split_ric +EXPORT_SYMBOL net/wireless/cfg80211 0x3968d25b __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x3c744e95 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0x3d60596f cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x3e025c70 wdev_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0x3f750e4a cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x40f940e8 cfg80211_bss_iter +EXPORT_SYMBOL net/wireless/cfg80211 0x41587a8c cfg80211_ch_switch_started_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x426ce053 cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x429c0c31 ieee80211_bss_get_elem +EXPORT_SYMBOL net/wireless/cfg80211 0x43afadee ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x47ed871f cfg80211_inform_bss_frame_data +EXPORT_SYMBOL net/wireless/cfg80211 0x4abed7d4 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x4df71256 cfg80211_rx_mgmt_ext +EXPORT_SYMBOL net/wireless/cfg80211 0x4e27cac8 cfg80211_background_cac_abort +EXPORT_SYMBOL net/wireless/cfg80211 0x4e92e8ad cfg80211_reg_can_beacon_relax +EXPORT_SYMBOL net/wireless/cfg80211 0x506f44dd regulatory_set_wiphy_regd_sync +EXPORT_SYMBOL net/wireless/cfg80211 0x51366451 cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x52e43445 cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0x53351a48 cfg80211_defragment_element +EXPORT_SYMBOL net/wireless/cfg80211 0x5584448a ieee80211_channel_to_freq_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x55978f93 cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x5da95900 __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x5db993ee cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x624d511a cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0x63bf398a wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0x66d9258b cfg80211_sched_scan_stopped_locked +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6be7106a cfg80211_report_obss_beacon_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x6bedf402 ieee80211_freq_khz_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x6e1801b7 get_wiphy_regdom +EXPORT_SYMBOL net/wireless/cfg80211 0x705de1ce cfg80211_sta_opmode_change_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x70844388 wiphy_new_nm +EXPORT_SYMBOL net/wireless/cfg80211 0x70eedf13 cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0x71194ff0 cfg80211_tx_mgmt_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x717b1395 cfg80211_assoc_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x72e11633 cfg80211_connect_done +EXPORT_SYMBOL net/wireless/cfg80211 0x75e775b3 wiphy_read_of_freq_limits +EXPORT_SYMBOL net/wireless/cfg80211 0x77e30890 cfg80211_external_auth_request +EXPORT_SYMBOL net/wireless/cfg80211 0x79b82a71 cfg80211_find_vendor_elem +EXPORT_SYMBOL net/wireless/cfg80211 0x7a003b6f cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x7a02e7fb cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x7acb86ed ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0x7c3ac925 ieee80211_get_vht_max_nss +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x7f555d7d cfg80211_get_drvinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x80c44746 cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x82e11777 freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0x83408773 cfg80211_get_ies_channel_number +EXPORT_SYMBOL net/wireless/cfg80211 0x835f374f cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0x85d2ff11 cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0x85de3f6f wiphy_delayed_work_timer +EXPORT_SYMBOL net/wireless/cfg80211 0x8631694e cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x8828fe9b cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x8873b455 cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0x89550166 wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0x8acfaf6a cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0x8b24e88f cfg80211_merge_profile +EXPORT_SYMBOL net/wireless/cfg80211 0x8d8a70bd cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0x8fa02936 cfg80211_free_nan_func +EXPORT_SYMBOL net/wireless/cfg80211 0x90baf0c7 cfg80211_get_iftype_ext_capa +EXPORT_SYMBOL net/wireless/cfg80211 0x93a320a2 ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0x95ad5127 cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0x9678fb78 cfg80211_nan_match +EXPORT_SYMBOL net/wireless/cfg80211 0x9c503d98 cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0x9d6cba30 cfg80211_find_elem_match +EXPORT_SYMBOL net/wireless/cfg80211 0x9d710da8 cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x9f59f834 cfg80211_bss_color_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xa066e42a cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0xa0f5734d ieee80211_strip_8023_mesh_hdr +EXPORT_SYMBOL net/wireless/cfg80211 0xa43386a7 cfg80211_any_usable_channels +EXPORT_SYMBOL net/wireless/cfg80211 0xa7f7bda3 cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xa9790fb1 cfg80211_port_authorized +EXPORT_SYMBOL net/wireless/cfg80211 0xaf30eba0 cfg80211_inform_bss_data +EXPORT_SYMBOL net/wireless/cfg80211 0xb19a644b cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0xbb65daf5 cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xbd003386 ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0xbd0c1426 cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xc222c65b cfg80211_links_removed +EXPORT_SYMBOL net/wireless/cfg80211 0xc278f88a cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0xc3fb97ca ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0xc4b4fc27 cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0xc52f53ab regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0xca43dd23 cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xcbfad076 cfg80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xcc1a7c48 cfg80211_is_element_inherited +EXPORT_SYMBOL net/wireless/cfg80211 0xcee18c3c cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0xd2eb345b nl80211_send_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0xd56d55f3 ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xd97eaad4 cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0xd98160b1 cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xdd66e70d ieee80211_is_valid_amsdu +EXPORT_SYMBOL net/wireless/cfg80211 0xde3c51fe cfg80211_nan_func_terminated +EXPORT_SYMBOL net/wireless/cfg80211 0xe47b3e02 cfg80211_control_port_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0xed6689fe cfg80211_update_owe_info_event +EXPORT_SYMBOL net/wireless/cfg80211 0xedeeb984 cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0xee42e2a3 cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0xf40bc2f5 ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0xf5596d89 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0xf66bd88f cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xfa487413 cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0xfafa0c16 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0xfb72911f cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/lib80211 0x1ed7464b lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0x24d93835 lib80211_unregister_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xa73f874b lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0xcac0b7aa lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xd1e3164c lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0xf7a62c2f lib80211_register_crypto_ops +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0xb6ea3cb8 snd_mixer_oss_ioctl_card +EXPORT_SYMBOL sound/core/seq/snd-seq 0x1a724fcc snd_seq_kernel_client_ctl +EXPORT_SYMBOL sound/core/seq/snd-seq 0x23738926 snd_seq_dump_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0x2df95fe3 snd_seq_kernel_client_write_poll +EXPORT_SYMBOL sound/core/seq/snd-seq 0x3061c52d snd_use_lock_sync_helper +EXPORT_SYMBOL sound/core/seq/snd-seq 0x6bb71038 snd_seq_delete_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7b8699eb snd_seq_event_port_detach +EXPORT_SYMBOL sound/core/seq/snd-seq 0x85cd59a8 snd_seq_kernel_client_dispatch +EXPORT_SYMBOL sound/core/seq/snd-seq 0x9a015622 snd_seq_kernel_client_enqueue +EXPORT_SYMBOL sound/core/seq/snd-seq 0x9b27efa9 snd_seq_event_port_attach +EXPORT_SYMBOL sound/core/seq/snd-seq 0xa6e19f8e snd_seq_expand_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0xa7f6cf66 snd_seq_create_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0xb8e448a0 snd_seq_set_queue_tempo +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0x6ea09972 snd_midi_channel_alloc_set +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0x74769de9 snd_midi_process_event +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0x833a3e07 snd_midi_channel_set_clear +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0xb9948d2c snd_midi_channel_free_set +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x1bbe48a1 snd_midi_event_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x1cff6e14 snd_midi_event_reset_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x2f853c43 snd_midi_event_no_status +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x4d5f7f98 snd_midi_event_free +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x56efbc6b snd_midi_event_reset_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xdaf3383a snd_midi_event_new +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xfc732294 snd_midi_event_encode_byte +EXPORT_SYMBOL sound/core/seq/snd-seq-virmidi 0xe9b0223c snd_virmidi_new +EXPORT_SYMBOL sound/core/snd-hwdep 0x211af311 snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0x0a76357c snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0x163e70eb snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x21f6bf1f snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2d19b2c8 snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x3bb043b4 snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0x47fe679f snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x5133e17c snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0x6813f454 snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0x7ffc061c snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0x845349d6 snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0x9f095bf3 snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0xa890c2ae snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0xbc1a865b snd_rawmidi_proceed +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc2e46bb9 snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-rawmidi 0xc95a26a4 snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0xce8197e2 snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0xfcb4fcc4 snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0xfd2fcd91 snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-seq-device 0x091def1c snd_seq_autoload_exit +EXPORT_SYMBOL sound/core/snd-seq-device 0x370a0736 snd_seq_autoload_init +EXPORT_SYMBOL sound/core/snd-seq-device 0x6339b6d0 snd_seq_device_load_drivers +EXPORT_SYMBOL sound/core/snd-seq-device 0xe0adbe56 snd_seq_device_new +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x6d629c59 snd_mpu401_uart_interrupt_tx +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x6e7c1164 snd_mpu401_uart_new +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0xc0fec227 snd_mpu401_uart_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x05060a19 snd_opl3_regmap +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x37fee106 snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x4e5c6760 snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x839b7593 snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x8cddb074 snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x8f53bc05 snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xabc32ecb snd_opl3_init +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xd628fe47 snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xe1fc7a09 snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xf41dcc6f snd_opl3_new +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x1b6b6705 snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x226138b0 snd_vx_threaded_irq_handler +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x25671769 snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x653d4032 snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x73d2dd92 snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xa9bb39f0 snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xb02b72dd snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xc2f469f1 snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xd62d291d snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xdb26734e snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x01d8c248 fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x05007927 avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x09a8216c amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x10533888 amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1adf397c iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x1bed4d1d fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x294267ce fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x2a792c1b cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x36e81cf7 avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x5e4341b6 amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6d31a925 iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6f74d0bc amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6fb050f0 cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x76dd2208 amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8fce7d41 cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x9ce8686e fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa11ad64e cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa19ad792 snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xabfba71f cmp_connection_reserve +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb40259b7 amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb5ed9bb4 fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xc73f48f8 cmp_connection_release +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xdce76a33 fw_iso_resources_free +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xdf5f3d58 cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe0ff3b42 amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe7f0e952 cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf61ecd8c fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xfd7d3b93 avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xfdad8672 amdtp_stream_destroy +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0x2a65c303 snd_ak4113_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0x8826d032 snd_ak4113_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x08743825 snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x2ebab080 snd_ak4114_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x3752c201 snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x450e244f snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xbc9d869f snd_ak4114_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xbf11795c snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xf25de22f snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xfc895d9f snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x44c76062 snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x46cd8bb6 snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xcdf216b5 snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0xe1ddb0ef snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x138b4e94 snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0xed6c0018 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x298857cd snd_cs8427_init +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x34bc76ca snd_cs8427_iec958_pcm +EXPORT_SYMBOL sound/i2c/snd-cs8427 0x38d9ef25 snd_cs8427_iec958_active +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xb4a059a8 snd_cs8427_iec958_build +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xdfa8ac6b snd_cs8427_reg_write +EXPORT_SYMBOL sound/i2c/snd-cs8427 0xec9f70e5 snd_cs8427_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x2b4fed94 snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0xb22f9200 snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-i2c 0xe2f62f3e snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0xeebaa212 snd_i2c_device_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0xf034964b snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xfe37ff90 snd_i2c_readbytes +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x10e6a31e snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x1c148b1b snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x1dc4c75f snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x301f0796 snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x3ce78f93 snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x4045526e snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x546784e6 snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x7097c63b snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x74c70a38 snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x794ae30d snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x99610aac snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x9e045f92 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xa40f8bac snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xac0b41e0 snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xafd11169 snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc74639b1 snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xd1f4904e snd_ac97_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x211a6e0f snd_emu10k1_synth_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x4c1fd90b snd_emu10k1_memblk_map +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x660534d3 snd_emu10k1_voice_alloc +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x957fab93 snd_emu10k1_synth_copy_from_user +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0x9a75fa27 snd_emu10k1_ptr_read +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xa8bc3b8e snd_emu10k1_ptr_write_multiple +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xb5853af8 snd_emu10k1_synth_bzero +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xdeaf7208 snd_emu10k1_voice_free +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xeb776343 snd_emu10k1_ptr_write +EXPORT_SYMBOL sound/pci/emu10k1/snd-emu10k1 0xf4d55d59 snd_emu10k1_synth_alloc +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x77446542 snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xc0e73fa6 snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xf52d055a snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x0029fe56 oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x0b18ae35 oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x182c870d oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x18ad8954 oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x24c41a15 oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3e81cec7 oxygen_write8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x4ab32a0e oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x5fa8b4b8 oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x7c78a07d oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9974468d oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9a471be1 oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xaae66c6b oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xbf24aa40 oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc3a4ab19 oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc78d01cd oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xcfa997a8 oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xdef9f323 oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xee287b59 oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xef9cd223 oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf05813f9 oxygen_write_uart +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x42647832 snd_trident_start_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x573c7f02 snd_trident_stop_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0x829c254c snd_trident_alloc_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xa1449ad1 snd_trident_free_voice +EXPORT_SYMBOL sound/pci/trident/snd-trident 0xc0424d03 snd_trident_write_voice_regs +EXPORT_SYMBOL sound/soc/amd/acp_audio_dma 0xf2cc2cce acp_bt_uart_enable +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0x2eca644d snd_amd_acp_find_config +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0x78660aab snd_soc_acpi_amd_rmb_sof_machines +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0xdafc27d2 snd_soc_acpi_amd_sof_machines +EXPORT_SYMBOL sound/soc/codecs/snd-soc-adau1372 0xef5a5130 adau1372_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-lpass-wsa-macro 0xea7f099c wsa_macro_set_spkr_mode +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x883414e0 pcm3060_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0xae3562f3 pcm3060_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-rt715 0xed2acb24 hda_to_sdw +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x080b120d tlv320aic23_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x4933f713 tlv320aic23_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x15b4aead aic32x4_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x4644c1a4 aic32x4_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0xe550ace5 aic32x4_regmap_config +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0x6936decf aic3x_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0xcbc434e4 aic3x_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x3a195ca9 wcd_mbhc_get_impedance +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x5c2a8e59 wcd_dt_parse_mbhc_data +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x789ebe56 wcd_mbhc_set_hph_type +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xa5758a49 wcd_mbhc_get_hph_type +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xa8437b1e wcd_mbhc_start +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xbba5102a wcd_mbhc_init +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xd094df47 wcd_mbhc_deinit +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xe2beca26 wcd_mbhc_stop +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x55d50005 fsl_asoc_reparent_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x913288bf fsl_asoc_get_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x9208e712 fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0x7885c65c mt8192_afe_gpio_request +EXPORT_SYMBOL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0xf3f92ebc mt8192_afe_gpio_init +EXPORT_SYMBOL sound/soc/qcom/qdsp6/q6afe 0x6dca4ed9 q6afe_vote_lpass_core_hw +EXPORT_SYMBOL sound/soc/qcom/qdsp6/q6afe 0xd98d528e q6afe_unvote_lpass_core_hw +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x3b00ff0e snd_emux_register +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x655cb202 snd_sf_linear_to_log +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0x6a5852f9 snd_emux_new +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xcc7cb13d snd_emux_free +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xceed5ddf snd_emux_unlock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xe0021b44 snd_emux_lock_voice +EXPORT_SYMBOL sound/synth/emux/snd-emux-synth 0xe664bc40 snd_emux_terminate_all +EXPORT_SYMBOL sound/synth/snd-util-mem 0x17b16e1d snd_util_mem_avail +EXPORT_SYMBOL sound/synth/snd-util-mem 0x2d2c67a0 snd_util_mem_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0x83c5ced7 snd_util_memhdr_free +EXPORT_SYMBOL sound/synth/snd-util-mem 0xa6d97fb6 __snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0xa977452d snd_util_memhdr_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xd5390e9f snd_util_mem_alloc +EXPORT_SYMBOL sound/synth/snd-util-mem 0xe160090a __snd_util_memblk_new +EXPORT_SYMBOL sound/synth/snd-util-mem 0xe18f74c7 __snd_util_mem_free +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x16756dc0 snd_usbmidi_input_start +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x63343b1d snd_usbmidi_input_stop +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x7fb19698 __snd_usbmidi_create +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xb2af19e1 snd_usbmidi_resume +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xbed43a41 snd_usbmidi_suspend +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xd9d2bb03 snd_usbmidi_disconnect +EXPORT_SYMBOL vmlinux 0x0013c2ce tcf_qevent_validate_change +EXPORT_SYMBOL vmlinux 0x001ee95a imx_ssi_fiq_base +EXPORT_SYMBOL vmlinux 0x0027b783 crypto_sha512_update +EXPORT_SYMBOL vmlinux 0x002d54aa hdmi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x004fafdb pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0x0051a626 netdev_change_features +EXPORT_SYMBOL vmlinux 0x006373e5 mmc_cqe_start_req +EXPORT_SYMBOL vmlinux 0x006f1771 pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x006ff2d5 config_item_get_unless_zero +EXPORT_SYMBOL vmlinux 0x0075dbe4 nonseekable_open +EXPORT_SYMBOL vmlinux 0x007d7070 __skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x0091f11f cros_ec_query_all +EXPORT_SYMBOL vmlinux 0x00a6eca0 qdisc_put_unlocked +EXPORT_SYMBOL vmlinux 0x00ada684 passthru_features_check +EXPORT_SYMBOL vmlinux 0x00b2dbd1 md_write_start +EXPORT_SYMBOL vmlinux 0x00b4e615 posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x00c09252 pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00dc13d2 __kmalloc_node +EXPORT_SYMBOL vmlinux 0x00e2a7db sg_miter_next +EXPORT_SYMBOL vmlinux 0x00f63fd5 tcf_block_get +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x0100263f rawnand_sw_hamming_correct +EXPORT_SYMBOL vmlinux 0x010dc37c blk_mq_run_hw_queue +EXPORT_SYMBOL vmlinux 0x01139ffc max_mapnr +EXPORT_SYMBOL vmlinux 0x01156ae4 utf8_strncasecmp_folded +EXPORT_SYMBOL vmlinux 0x011a9e53 elf_hwcap2 +EXPORT_SYMBOL vmlinux 0x011ecb15 mdiobus_c45_write_nested +EXPORT_SYMBOL vmlinux 0x01289ffc filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0x0129c4f8 par_io_data_set +EXPORT_SYMBOL vmlinux 0x01505d85 imx_scu_call_rpc +EXPORT_SYMBOL vmlinux 0x0150f88b simple_transaction_release +EXPORT_SYMBOL vmlinux 0x0165bdbd mdiobus_read +EXPORT_SYMBOL vmlinux 0x016699ae disk_stack_limits +EXPORT_SYMBOL vmlinux 0x016ee82c __blk_mq_alloc_disk +EXPORT_SYMBOL vmlinux 0x01722f80 ndisc_mc_map +EXPORT_SYMBOL vmlinux 0x01757935 rdmacg_register_device +EXPORT_SYMBOL vmlinux 0x017de3d5 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0x01812982 i2c_verify_client +EXPORT_SYMBOL vmlinux 0x01830813 kblockd_mod_delayed_work_on +EXPORT_SYMBOL vmlinux 0x019571be param_get_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x01a24056 sys_imageblit +EXPORT_SYMBOL vmlinux 0x01a900e3 rproc_elf_get_boot_addr +EXPORT_SYMBOL vmlinux 0x01bcee1c md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0x01bf55fc paddr_vmcoreinfo_note +EXPORT_SYMBOL vmlinux 0x01bf78b5 inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0x01d0a9a3 amba_release_regions +EXPORT_SYMBOL vmlinux 0x01d645e2 devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0x01e61227 devm_arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0x01f049be tegra_ivc_cleanup +EXPORT_SYMBOL vmlinux 0x01f2bea1 genphy_resume +EXPORT_SYMBOL vmlinux 0x0209f3a7 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x020dbf27 bitmap_alloc +EXPORT_SYMBOL vmlinux 0x0218cddb kill_pgrp +EXPORT_SYMBOL vmlinux 0x02196324 __aeabi_idiv +EXPORT_SYMBOL vmlinux 0x0222cf23 tty_devnum +EXPORT_SYMBOL vmlinux 0x026a111a xfrm_trans_queue_net +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x0283dfe3 _snd_pcm_hw_params_any +EXPORT_SYMBOL vmlinux 0x02940ac8 bio_alloc_clone +EXPORT_SYMBOL vmlinux 0x0296695f refcount_warn_saturate +EXPORT_SYMBOL vmlinux 0x0296dd87 padata_do_serial +EXPORT_SYMBOL vmlinux 0x02b216fe folio_migrate_flags +EXPORT_SYMBOL vmlinux 0x02b6f174 dma_sync_wait +EXPORT_SYMBOL vmlinux 0x02c065f8 ucc_set_qe_mux_mii_mng +EXPORT_SYMBOL vmlinux 0x02c11e3d __cgroup_bpf_run_filter_skb +EXPORT_SYMBOL vmlinux 0x02c4a609 may_umount +EXPORT_SYMBOL vmlinux 0x02d8292c jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0x02e1ba04 mr_mfc_seq_next +EXPORT_SYMBOL vmlinux 0x02ea664a param_set_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x02ee26c1 free_pages_exact +EXPORT_SYMBOL vmlinux 0x032d5a99 pci_write_config_dword +EXPORT_SYMBOL vmlinux 0x0334795d icst307_s2div +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x03368e83 dma_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0x0337e486 prepare_creds +EXPORT_SYMBOL vmlinux 0x033ff8fd end_page_writeback +EXPORT_SYMBOL vmlinux 0x03437673 unregister_binfmt +EXPORT_SYMBOL vmlinux 0x0344d9ad tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0x03481cc4 is_nd_btt +EXPORT_SYMBOL vmlinux 0x0349726f tegra194_miscreg_mask_serror +EXPORT_SYMBOL vmlinux 0x0360d67f make_flow_keys_digest +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x036cce78 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x037d61bd clkdev_add +EXPORT_SYMBOL vmlinux 0x03815f35 ledtrig_disk_activity +EXPORT_SYMBOL vmlinux 0x03856cee block_invalidate_folio +EXPORT_SYMBOL vmlinux 0x038a5cad bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x038f0ab7 xfrm6_rcv +EXPORT_SYMBOL vmlinux 0x0397edd5 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0x03a0bc45 phy_get_internal_delay +EXPORT_SYMBOL vmlinux 0x03b814ca bpf_dispatcher_xdp_func +EXPORT_SYMBOL vmlinux 0x03b88c1f inet_frag_queue_insert +EXPORT_SYMBOL vmlinux 0x03ba39b0 v7_flush_user_cache_all +EXPORT_SYMBOL vmlinux 0x03ca9a71 empty_aops +EXPORT_SYMBOL vmlinux 0x03fba701 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0x03fbb9ff netif_schedule_queue +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x04025af3 rproc_resource_cleanup +EXPORT_SYMBOL vmlinux 0x040f220f security_binder_transaction +EXPORT_SYMBOL vmlinux 0x04173d9a udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0x041776ca textsearch_prepare +EXPORT_SYMBOL vmlinux 0x04426f14 mem_section +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x0448ccba mr_table_dump +EXPORT_SYMBOL vmlinux 0x044f0ad9 get_random_u16 +EXPORT_SYMBOL vmlinux 0x044fb722 dev_base_lock +EXPORT_SYMBOL vmlinux 0x0479aac1 seq_list_next_rcu +EXPORT_SYMBOL vmlinux 0x048eb9d2 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0x04a8e130 tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0x04ae2183 input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x04c6b4c3 __crypto_memneq +EXPORT_SYMBOL vmlinux 0x04cda566 snd_interval_refine +EXPORT_SYMBOL vmlinux 0x04d24402 iwe_stream_add_point +EXPORT_SYMBOL vmlinux 0x04d9136b scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0x05003c3f md_bitmap_update_sb +EXPORT_SYMBOL vmlinux 0x05008a20 ram_aops +EXPORT_SYMBOL vmlinux 0x0503ef43 genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x0504367b devm_register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x0508088e ucs2_strnlen +EXPORT_SYMBOL vmlinux 0x050877b9 dmi_first_match +EXPORT_SYMBOL vmlinux 0x050ec953 fwnode_get_mac_address +EXPORT_SYMBOL vmlinux 0x0517fe49 nf_register_net_hook +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x054496b4 schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x0552ff41 is_bad_inode +EXPORT_SYMBOL vmlinux 0x056bcf7b dm_read_arg +EXPORT_SYMBOL vmlinux 0x0571a0ec bdev_start_io_acct +EXPORT_SYMBOL vmlinux 0x058b1f98 d_mark_dontcache +EXPORT_SYMBOL vmlinux 0x058cdbca kill_pid +EXPORT_SYMBOL vmlinux 0x059583be iov_iter_npages +EXPORT_SYMBOL vmlinux 0x0596fab6 nd_btt_version +EXPORT_SYMBOL vmlinux 0x05a22c51 blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x05b0caa0 hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x05b72ce6 genphy_c45_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x05bd0585 dma_resv_init +EXPORT_SYMBOL vmlinux 0x05cd617e gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x05d09cde filemap_invalidate_lock_two +EXPORT_SYMBOL vmlinux 0x05e29ca2 bitmap_from_arr64 +EXPORT_SYMBOL vmlinux 0x05ea32cd import_iovec +EXPORT_SYMBOL vmlinux 0x05edcf56 inet_rcv_saddr_equal +EXPORT_SYMBOL vmlinux 0x05f33cd7 netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0x06029394 unix_get_socket +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x061c043a vme_master_request +EXPORT_SYMBOL vmlinux 0x06216d35 has_capability_noaudit +EXPORT_SYMBOL vmlinux 0x062732fe fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x064ecd2f netdev_crit +EXPORT_SYMBOL vmlinux 0x065c320d insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0x0668b595 _kstrtoul +EXPORT_SYMBOL vmlinux 0x06741299 cros_ec_cmd_xfer +EXPORT_SYMBOL vmlinux 0x0691e4f2 inet6_offloads +EXPORT_SYMBOL vmlinux 0x06a660b7 of_find_node_with_property +EXPORT_SYMBOL vmlinux 0x06a89737 ip_mc_check_igmp +EXPORT_SYMBOL vmlinux 0x06c13ebd __traceiter_dma_fence_emit +EXPORT_SYMBOL vmlinux 0x06c35912 netpoll_setup +EXPORT_SYMBOL vmlinux 0x06caca8a unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x06d11488 __bitmap_equal +EXPORT_SYMBOL vmlinux 0x06da4466 tcf_chain_get_by_act +EXPORT_SYMBOL vmlinux 0x06e648b8 cad_pid +EXPORT_SYMBOL vmlinux 0x06e827e3 dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x06f04687 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0x07018f33 dst_init +EXPORT_SYMBOL vmlinux 0x07098248 xz_dec_microlzma_alloc +EXPORT_SYMBOL vmlinux 0x071809e5 __xa_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x0726a8a9 mini_qdisc_pair_swap +EXPORT_SYMBOL vmlinux 0x072a8f8d __set_fiq_regs +EXPORT_SYMBOL vmlinux 0x072e1585 msi_desc_to_pci_dev +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x07570a6d jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x077af67c init_opal_dev +EXPORT_SYMBOL vmlinux 0x07829313 iov_iter_advance +EXPORT_SYMBOL vmlinux 0x078545a5 snd_timer_global_new +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07ca4724 inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0x07cb87e8 sk_stream_error +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07d869b9 ptp_find_pin_unlocked +EXPORT_SYMBOL vmlinux 0x07e2c085 radix_tree_tagged +EXPORT_SYMBOL vmlinux 0x07f4018d d_set_d_op +EXPORT_SYMBOL vmlinux 0x07f57478 pci_unmap_iospace +EXPORT_SYMBOL vmlinux 0x0800473f __cond_resched +EXPORT_SYMBOL vmlinux 0x0805f2c8 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0x08294ec9 page_address +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x085ce942 mmc_can_gpio_ro +EXPORT_SYMBOL vmlinux 0x085e0c04 memcg_kmem_online_key +EXPORT_SYMBOL vmlinux 0x0870efe3 jent_testing_exit +EXPORT_SYMBOL vmlinux 0x0887bbb4 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0x08894e3c tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x08b38640 rproc_alloc +EXPORT_SYMBOL vmlinux 0x08be7a56 uart_resume_port +EXPORT_SYMBOL vmlinux 0x08d66d4b _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0x08d82126 inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0x08dd3965 devfreq_update_target +EXPORT_SYMBOL vmlinux 0x08e39050 of_lpddr3_get_ddr_timings +EXPORT_SYMBOL vmlinux 0x08e39398 cmd_db_read_addr +EXPORT_SYMBOL vmlinux 0x08edf3a8 ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x08f6695b fib_notifier_ops_unregister +EXPORT_SYMBOL vmlinux 0x090194ce setattr_should_drop_sgid +EXPORT_SYMBOL vmlinux 0x09031f72 sock_no_linger +EXPORT_SYMBOL vmlinux 0x09158839 tcf_exts_dump +EXPORT_SYMBOL vmlinux 0x091bd7dd genphy_c45_eee_is_active +EXPORT_SYMBOL vmlinux 0x091cd4fb phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0x0924f3e7 start_tty +EXPORT_SYMBOL vmlinux 0x09280fbf inet_dgram_connect +EXPORT_SYMBOL vmlinux 0x093c1267 sock_set_priority +EXPORT_SYMBOL vmlinux 0x09640fe9 dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0x0966a4d4 bio_copy_data_iter +EXPORT_SYMBOL vmlinux 0x096a5864 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0x09769037 dmt_modes +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x09b15c8e xsk_set_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x09bc4938 touch_buffer +EXPORT_SYMBOL vmlinux 0x09c14a5c tcf_chain_put_by_act +EXPORT_SYMBOL vmlinux 0x09c3662d __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x09cb05da fscrypt_ioctl_get_policy +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09edb4de of_find_device_by_node +EXPORT_SYMBOL vmlinux 0x0a012f73 mb_cache_entry_touch +EXPORT_SYMBOL vmlinux 0x0a0e735c rpmh_write +EXPORT_SYMBOL vmlinux 0x0a1e8769 utf8_casefold_hash +EXPORT_SYMBOL vmlinux 0x0a1ebb8b get_tree_bdev +EXPORT_SYMBOL vmlinux 0x0a212c8c pcie_bandwidth_available +EXPORT_SYMBOL vmlinux 0x0a3131f6 strnchr +EXPORT_SYMBOL vmlinux 0x0a567107 ip_tunnel_header_ops +EXPORT_SYMBOL vmlinux 0x0a76de69 security_cred_getsecid +EXPORT_SYMBOL vmlinux 0x0a7aa338 tcp_sock_set_keepintvl +EXPORT_SYMBOL vmlinux 0x0a80f855 send_sig +EXPORT_SYMBOL vmlinux 0x0a96b96a kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0x0a9c291d mark_info_dirty +EXPORT_SYMBOL vmlinux 0x0a9d95c6 rawnand_sw_hamming_init +EXPORT_SYMBOL vmlinux 0x0aa309cf synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x0aaccc92 pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x0ac6e051 __cpuhp_setup_state +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0ae38cd0 ipv6_dev_mc_inc +EXPORT_SYMBOL vmlinux 0x0ae4aa41 d_exact_alias +EXPORT_SYMBOL vmlinux 0x0ae547ed xxh64_update +EXPORT_SYMBOL vmlinux 0x0aefdb2a xfrm_register_type_offload +EXPORT_SYMBOL vmlinux 0x0aff7d54 user_path_create +EXPORT_SYMBOL vmlinux 0x0b1b939e kmemdup +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b2b9c05 __netif_napi_del +EXPORT_SYMBOL vmlinux 0x0b40612d kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0x0b4567bd pci_disable_msix +EXPORT_SYMBOL vmlinux 0x0b48677a __kfifo_init +EXPORT_SYMBOL vmlinux 0x0b4d152b max8998_read_reg +EXPORT_SYMBOL vmlinux 0x0b5c6480 simple_transaction_read +EXPORT_SYMBOL vmlinux 0x0b5dadbe cookie_ecn_ok +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b8de8dc dst_destroy +EXPORT_SYMBOL vmlinux 0x0b9fe697 genphy_setup_forced +EXPORT_SYMBOL vmlinux 0x0ba0b938 vm_brk +EXPORT_SYMBOL vmlinux 0x0ba54f80 phy_set_sym_pause +EXPORT_SYMBOL vmlinux 0x0bc4016b bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bd394d8 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x0bdd425a skb_unlink +EXPORT_SYMBOL vmlinux 0x0bf0e4a2 __SCK__tp_func_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x0bf25f05 __hw_addr_ref_sync_dev +EXPORT_SYMBOL vmlinux 0x0c25ec48 secure_tcpv6_seq +EXPORT_SYMBOL vmlinux 0x0c2f8814 snd_pcm_period_elapsed_under_stream_lock +EXPORT_SYMBOL vmlinux 0x0c2f91c1 snd_pcm_hw_rule_noresample +EXPORT_SYMBOL vmlinux 0x0c3483a3 configfs_depend_item_unlocked +EXPORT_SYMBOL vmlinux 0x0c3edbc3 mipi_dsi_dcs_enter_sleep_mode +EXPORT_SYMBOL vmlinux 0x0c4f7556 ipv6_dev_mc_dec +EXPORT_SYMBOL vmlinux 0x0c744ac2 __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x0c947aae vga_get +EXPORT_SYMBOL vmlinux 0x0ca089bc vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0x0ca54fee _test_and_set_bit +EXPORT_SYMBOL vmlinux 0x0cab85e5 nf_log_packet +EXPORT_SYMBOL vmlinux 0x0caec0bf phy_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x0caed543 ww_mutex_trylock +EXPORT_SYMBOL vmlinux 0x0cb11bc7 __SCK__tp_func_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x0cc79937 proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0x0ccdaf69 input_unregister_handle +EXPORT_SYMBOL vmlinux 0x0cdce87c rfkill_set_hw_state_reason +EXPORT_SYMBOL vmlinux 0x0cefa2d7 flow_rule_match_cvlan +EXPORT_SYMBOL vmlinux 0x0cf3dcfa tcp_ioctl +EXPORT_SYMBOL vmlinux 0x0cfcb042 iunique +EXPORT_SYMBOL vmlinux 0x0d07f543 get_anon_bdev +EXPORT_SYMBOL vmlinux 0x0d1b54c1 _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x0d1eaada snd_info_create_module_entry +EXPORT_SYMBOL vmlinux 0x0d2ca20f ucc_fast_get_qe_cr_subblock +EXPORT_SYMBOL vmlinux 0x0d41bdea of_device_register +EXPORT_SYMBOL vmlinux 0x0d4b5dd1 mpage_read_folio +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d58062f neigh_table_clear +EXPORT_SYMBOL vmlinux 0x0d5aa92b __mdiobus_write +EXPORT_SYMBOL vmlinux 0x0d678c1e page_symlink +EXPORT_SYMBOL vmlinux 0x0d90ccbb init_net +EXPORT_SYMBOL vmlinux 0x0d9d6025 nd_integrity_init +EXPORT_SYMBOL vmlinux 0x0dac2fad flow_block_cb_incref +EXPORT_SYMBOL vmlinux 0x0db3d1c8 neigh_update +EXPORT_SYMBOL vmlinux 0x0db85ab7 ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0x0dba5e9a radix_tree_delete +EXPORT_SYMBOL vmlinux 0x0dbb33d2 netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0x0dbdb441 __devm_of_mdiobus_register +EXPORT_SYMBOL vmlinux 0x0dc1a78c bin2hex +EXPORT_SYMBOL vmlinux 0x0df060a8 dcb_getapp +EXPORT_SYMBOL vmlinux 0x0df6e987 xfrm_lookup +EXPORT_SYMBOL vmlinux 0x0e1263b1 simple_unlink +EXPORT_SYMBOL vmlinux 0x0e15ebfd __register_chrdev +EXPORT_SYMBOL vmlinux 0x0e17678a siphash_4u64 +EXPORT_SYMBOL vmlinux 0x0e19a603 dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0x0e280f6c jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0x0e4867cc scsi_target_resume +EXPORT_SYMBOL vmlinux 0x0e5da8f0 utf8_normalize +EXPORT_SYMBOL vmlinux 0x0e6ebc85 fs_lookup_param +EXPORT_SYMBOL vmlinux 0x0e6fabd7 snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL vmlinux 0x0e7599b1 dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0x0e7a3900 param_ops_long +EXPORT_SYMBOL vmlinux 0x0e7af49d netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0x0e854a8b get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0x0ea3c74e tasklet_kill +EXPORT_SYMBOL vmlinux 0x0ea593f6 hdmi_drm_infoframe_init +EXPORT_SYMBOL vmlinux 0x0eb6eb87 add_taint +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ed89dcd locks_lock_inode_wait +EXPORT_SYMBOL vmlinux 0x0eea0399 strscpy +EXPORT_SYMBOL vmlinux 0x0f012940 md_write_end +EXPORT_SYMBOL vmlinux 0x0f058567 sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0x0f09cc34 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0x0f105b97 netif_skb_features +EXPORT_SYMBOL vmlinux 0x0f17a4d0 tcf_generic_walker +EXPORT_SYMBOL vmlinux 0x0f1ad8e2 seq_list_start_rcu +EXPORT_SYMBOL vmlinux 0x0f22af5d ip6_frag_init +EXPORT_SYMBOL vmlinux 0x0f27f23c unregister_filesystem +EXPORT_SYMBOL vmlinux 0x0f2d48bc folio_redirty_for_writepage +EXPORT_SYMBOL vmlinux 0x0f469f44 filemap_invalidate_unlock_two +EXPORT_SYMBOL vmlinux 0x0f4b88ae dma_fence_array_create +EXPORT_SYMBOL vmlinux 0x0f7b2cad devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x0f811fc7 jent_raw_hires_entropy_store +EXPORT_SYMBOL vmlinux 0x0f86f560 kthread_delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x0f9b7e34 nf_log_trace +EXPORT_SYMBOL vmlinux 0x0f9d15c2 tty_port_tty_get +EXPORT_SYMBOL vmlinux 0x0fa29d85 scsi_remove_host +EXPORT_SYMBOL vmlinux 0x0fb2f8a4 mktime64 +EXPORT_SYMBOL vmlinux 0x0fb6cb30 tcp_seq_stop +EXPORT_SYMBOL vmlinux 0x0fbad00a devm_of_find_backlight +EXPORT_SYMBOL vmlinux 0x0fbd33b7 udp_disconnect +EXPORT_SYMBOL vmlinux 0x0fcb870a scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0x0fd0f592 mutex_trylock +EXPORT_SYMBOL vmlinux 0x0fd902db mb_cache_entry_create +EXPORT_SYMBOL vmlinux 0x0ff178f6 __aeabi_idivmod +EXPORT_SYMBOL vmlinux 0x0ff20ea4 init_pseudo +EXPORT_SYMBOL vmlinux 0x0fff5afc time64_to_tm +EXPORT_SYMBOL vmlinux 0x10018cb0 __pv_offset +EXPORT_SYMBOL vmlinux 0x1017fdd1 request_key_rcu +EXPORT_SYMBOL vmlinux 0x101837d0 of_graph_get_next_endpoint +EXPORT_SYMBOL vmlinux 0x1025009a cpm_muram_alloc_fixed +EXPORT_SYMBOL vmlinux 0x102936ec qe_clock_source +EXPORT_SYMBOL vmlinux 0x1035c7c2 __release_region +EXPORT_SYMBOL vmlinux 0x104daa81 fs_param_is_u32 +EXPORT_SYMBOL vmlinux 0x104ff55b neigh_ifdown +EXPORT_SYMBOL vmlinux 0x1068004b gf128mul_bbe +EXPORT_SYMBOL vmlinux 0x106f13ab crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x106f3ca4 mfd_remove_devices +EXPORT_SYMBOL vmlinux 0x10723cde seg6_hmac_info_del +EXPORT_SYMBOL vmlinux 0x10739f1e swake_up_locked +EXPORT_SYMBOL vmlinux 0x107e5878 zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x10a6b310 set_nlink +EXPORT_SYMBOL vmlinux 0x10c292c2 __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x10d9f885 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x10df3c46 neigh_seq_start +EXPORT_SYMBOL vmlinux 0x10e6f74a free_contig_range +EXPORT_SYMBOL vmlinux 0x10f41730 dma_fence_allocate_private_stub +EXPORT_SYMBOL vmlinux 0x10f8c3aa iterate_dir +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x110e4851 kernel_sock_ip_overhead +EXPORT_SYMBOL vmlinux 0x11140e26 load_nls +EXPORT_SYMBOL vmlinux 0x111586b9 lease_get_mtime +EXPORT_SYMBOL vmlinux 0x111ac952 path_is_under +EXPORT_SYMBOL vmlinux 0x111d92fc tty_port_init +EXPORT_SYMBOL vmlinux 0x1126f8e7 mdio_device_register +EXPORT_SYMBOL vmlinux 0x1131e14a jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0x1138ecf8 lookup_one_qstr_excl +EXPORT_SYMBOL vmlinux 0x11445604 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x117194d7 kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0x117df79c of_platform_bus_probe +EXPORT_SYMBOL vmlinux 0x118ba14c uart_write_wakeup +EXPORT_SYMBOL vmlinux 0x118cb644 register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x1194b78c nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0x119b50e7 elf_check_arch +EXPORT_SYMBOL vmlinux 0x11af8a19 tcp_init_sock +EXPORT_SYMBOL vmlinux 0x11c409ea sock_no_bind +EXPORT_SYMBOL vmlinux 0x11e285d9 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0x11e30762 chacha_block_generic +EXPORT_SYMBOL vmlinux 0x11fe2b35 phy_device_free +EXPORT_SYMBOL vmlinux 0x11ffdfee ucc_slow_stop_tx +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x1210fb32 _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0x12221e33 eth_header +EXPORT_SYMBOL vmlinux 0x1227c530 pci_write_config_byte +EXPORT_SYMBOL vmlinux 0x124bad4d kstrtobool +EXPORT_SYMBOL vmlinux 0x12791bea ip_tunnel_parse_protocol +EXPORT_SYMBOL vmlinux 0x127d83ea security_locked_down +EXPORT_SYMBOL vmlinux 0x12827367 sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0x12a0c7f4 keyring_alloc +EXPORT_SYMBOL vmlinux 0x12c69214 snd_pcm_set_managed_buffer +EXPORT_SYMBOL vmlinux 0x12cabc89 siphash_2u64 +EXPORT_SYMBOL vmlinux 0x12e221e1 unlock_page +EXPORT_SYMBOL vmlinux 0x12e4116a udp_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x12f19edf __genradix_ptr_alloc +EXPORT_SYMBOL vmlinux 0x12f6f69c fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x12f8eecb kmalloc_node_trace +EXPORT_SYMBOL vmlinux 0x12fbfaf6 __bforget +EXPORT_SYMBOL vmlinux 0x13071151 inet_proto_csum_replace_by_diff +EXPORT_SYMBOL vmlinux 0x13087c68 dma_fence_array_first +EXPORT_SYMBOL vmlinux 0x13110126 request_resource +EXPORT_SYMBOL vmlinux 0x13116708 misc_deregister +EXPORT_SYMBOL vmlinux 0x135c54c2 udp_prot +EXPORT_SYMBOL vmlinux 0x135f56cc pcie_set_readrq +EXPORT_SYMBOL vmlinux 0x137fb313 __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x13a0d073 inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0x13b9c0b2 rproc_remove_subdev +EXPORT_SYMBOL vmlinux 0x13bc9a41 udp_set_csum +EXPORT_SYMBOL vmlinux 0x13c72e07 fuse_mount_destroy +EXPORT_SYMBOL vmlinux 0x13cdf9d5 iov_iter_discard +EXPORT_SYMBOL vmlinux 0x13d00fe6 fault_in_iov_iter_readable +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13d928f5 __SCK__tp_func_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x13e25ea6 input_register_handler +EXPORT_SYMBOL vmlinux 0x13f19361 request_key_tag +EXPORT_SYMBOL vmlinux 0x13f42152 system_entering_hibernation +EXPORT_SYMBOL vmlinux 0x13ffeac2 vmf_insert_mixed +EXPORT_SYMBOL vmlinux 0x140cef8e cmxgcr_lock +EXPORT_SYMBOL vmlinux 0x14172dfe vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0x141f2ee6 devm_kvasprintf +EXPORT_SYMBOL vmlinux 0x141fa5bc __genphy_config_aneg +EXPORT_SYMBOL vmlinux 0x14348598 in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x143fc629 sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x1451e8e5 vm_zone_stat +EXPORT_SYMBOL vmlinux 0x14524c1d nand_ecc_get_sw_engine +EXPORT_SYMBOL vmlinux 0x14605535 dma_fence_context_alloc +EXPORT_SYMBOL vmlinux 0x146289b7 crc16_table +EXPORT_SYMBOL vmlinux 0x14754e5c sys_fillrect +EXPORT_SYMBOL vmlinux 0x1486978a gen_pool_add_owner +EXPORT_SYMBOL vmlinux 0x14884743 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x149ff4c2 proc_symlink +EXPORT_SYMBOL vmlinux 0x14acd218 cros_ec_cmd_xfer_status +EXPORT_SYMBOL vmlinux 0x14b425ff is_nvdimm_bus_locked +EXPORT_SYMBOL vmlinux 0x14d4a9c5 _change_bit +EXPORT_SYMBOL vmlinux 0x14d7477f console_list_unlock +EXPORT_SYMBOL vmlinux 0x14d78a23 key_reject_and_link +EXPORT_SYMBOL vmlinux 0x14e88915 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0x151637a4 snd_pcm_hw_constraint_step +EXPORT_SYMBOL vmlinux 0x151f4898 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0x1526b301 unix_tot_inflight +EXPORT_SYMBOL vmlinux 0x1535155e may_setattr +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x155363ae phy_error +EXPORT_SYMBOL vmlinux 0x1557439c dma_fence_wait_timeout +EXPORT_SYMBOL vmlinux 0x157ea8d4 user_revoke +EXPORT_SYMBOL vmlinux 0x157f6944 handle_edge_irq +EXPORT_SYMBOL vmlinux 0x15ac3924 zero_fill_bio +EXPORT_SYMBOL vmlinux 0x15bafe29 unregister_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x15bed7a5 LZ4_decompress_safe_partial +EXPORT_SYMBOL vmlinux 0x15cdf558 nf_log_unset +EXPORT_SYMBOL vmlinux 0x15cfb2b3 _find_first_zero_bit_le +EXPORT_SYMBOL vmlinux 0x15d4229c bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0x15d676ed snd_register_oss_device +EXPORT_SYMBOL vmlinux 0x15f0358a __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x15f6a170 xattr_supports_user_prefix +EXPORT_SYMBOL vmlinux 0x15f90688 slhc_init +EXPORT_SYMBOL vmlinux 0x1612b674 mod_node_page_state +EXPORT_SYMBOL vmlinux 0x161a118a tegra_dfll_suspend +EXPORT_SYMBOL vmlinux 0x162659d4 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x162893fd hashlen_string +EXPORT_SYMBOL vmlinux 0x1632bc21 kvasprintf_const +EXPORT_SYMBOL vmlinux 0x163d2417 tegra_io_rail_power_off +EXPORT_SYMBOL vmlinux 0x1642572e of_chosen +EXPORT_SYMBOL vmlinux 0x16457e4f param_get_string +EXPORT_SYMBOL vmlinux 0x16525cc4 xa_find +EXPORT_SYMBOL vmlinux 0x165679f1 crypto_kdf108_ctr_generate +EXPORT_SYMBOL vmlinux 0x1661435a tcp_mmap +EXPORT_SYMBOL vmlinux 0x166c3af4 md_set_array_sectors +EXPORT_SYMBOL vmlinux 0x16707600 shmem_aops +EXPORT_SYMBOL vmlinux 0x16726b7b sockopt_release_sock +EXPORT_SYMBOL vmlinux 0x1675afc5 phy_loopback +EXPORT_SYMBOL vmlinux 0x1678ea69 jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0x169197b1 pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0x16adbf67 down_killable +EXPORT_SYMBOL vmlinux 0x16c7532b mmc_hw_reset +EXPORT_SYMBOL vmlinux 0x16c7bc04 fault_in_iov_iter_writeable +EXPORT_SYMBOL vmlinux 0x16ccbc62 inet_csk_reqsk_queue_add +EXPORT_SYMBOL vmlinux 0x16de1bb6 md_bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0x16dfd062 __folio_put +EXPORT_SYMBOL vmlinux 0x16e297c3 bit_wait +EXPORT_SYMBOL vmlinux 0x16e9737a __bh_read_batch +EXPORT_SYMBOL vmlinux 0x16f58a2a simple_get_link +EXPORT_SYMBOL vmlinux 0x16f7a167 dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0x16fa684e km_policy_expired +EXPORT_SYMBOL vmlinux 0x1703adaf flush_dcache_folio +EXPORT_SYMBOL vmlinux 0x171d7eeb rawnand_dt_parse_gpio_cs +EXPORT_SYMBOL vmlinux 0x1723cc51 __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0x172fdf94 i2c_smbus_read_i2c_block_data_or_emulated +EXPORT_SYMBOL vmlinux 0x1736d896 dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x17484ea1 mfd_remove_devices_late +EXPORT_SYMBOL vmlinux 0x174993f5 xsk_get_pool_from_qid +EXPORT_SYMBOL vmlinux 0x174e964e neigh_app_ns +EXPORT_SYMBOL vmlinux 0x1754801a lookup_one_unlocked +EXPORT_SYMBOL vmlinux 0x1756e785 param_set_bool +EXPORT_SYMBOL vmlinux 0x177304c1 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0x178c4894 qe_upload_firmware +EXPORT_SYMBOL vmlinux 0x17a659bc flow_block_cb_free +EXPORT_SYMBOL vmlinux 0x17aaa5e4 genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x17aebc51 pci_iounmap +EXPORT_SYMBOL vmlinux 0x17b9e6e8 amba_device_unregister +EXPORT_SYMBOL vmlinux 0x17c66d5d dquot_quotactl_sysfile_ops +EXPORT_SYMBOL vmlinux 0x17c75857 jbd2_transaction_committed +EXPORT_SYMBOL vmlinux 0x17c80309 nd_btt_probe +EXPORT_SYMBOL vmlinux 0x17ca7a4d param_get_short +EXPORT_SYMBOL vmlinux 0x17d12c76 nand_ecc_init_ctx +EXPORT_SYMBOL vmlinux 0x17d196d6 ip_do_fragment +EXPORT_SYMBOL vmlinux 0x17d88eaa proc_create_single_data +EXPORT_SYMBOL vmlinux 0x17e3a241 netif_set_tso_max_size +EXPORT_SYMBOL vmlinux 0x1809a58c dev_add_pack +EXPORT_SYMBOL vmlinux 0x1826bfce dmam_alloc_attrs +EXPORT_SYMBOL vmlinux 0x182ef12b pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0x18345b8e __bitmap_replace +EXPORT_SYMBOL vmlinux 0x183879a3 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x184690c7 dev_activate +EXPORT_SYMBOL vmlinux 0x186853e3 d_make_root +EXPORT_SYMBOL vmlinux 0x186a3605 xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0x186add29 fs_context_for_submount +EXPORT_SYMBOL vmlinux 0x186f43f1 dev_get_iflink +EXPORT_SYMBOL vmlinux 0x1870773b fs_param_is_bool +EXPORT_SYMBOL vmlinux 0x1875b56e read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0x187884a8 cpm_muram_free +EXPORT_SYMBOL vmlinux 0x188ea314 jiffies_to_timespec64 +EXPORT_SYMBOL vmlinux 0x18a9581c kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0x18b7678d crypto_sha3_update +EXPORT_SYMBOL vmlinux 0x18d7195e hdmi_avi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x18e60984 __do_once_start +EXPORT_SYMBOL vmlinux 0x1920d628 tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x193c8b94 unlock_buffer +EXPORT_SYMBOL vmlinux 0x193fe4f1 of_graph_get_endpoint_count +EXPORT_SYMBOL vmlinux 0x1947bb40 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0x195b4e78 param_get_int +EXPORT_SYMBOL vmlinux 0x196d9258 tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x19722c80 rtnl_unicast +EXPORT_SYMBOL vmlinux 0x197eac37 dst_release +EXPORT_SYMBOL vmlinux 0x1984d421 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0x198788b4 snd_lookup_oss_minor_data +EXPORT_SYMBOL vmlinux 0x1998ae31 md_finish_reshape +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19a8c34e proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x19a91af7 blk_queue_io_min +EXPORT_SYMBOL vmlinux 0x19aa23c6 cfb_fillrect +EXPORT_SYMBOL vmlinux 0x19bba86e con_copy_unimap +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19d1f5bd udpv6_sendmsg +EXPORT_SYMBOL vmlinux 0x19d6b449 handshake_req_submit +EXPORT_SYMBOL vmlinux 0x19db0440 cdev_alloc +EXPORT_SYMBOL vmlinux 0x19f03d6e skb_pull_data +EXPORT_SYMBOL vmlinux 0x19f366b9 sock_no_mmap +EXPORT_SYMBOL vmlinux 0x19f36da5 devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x1a0e7ad7 inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x1a1d1100 gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0x1a46dba9 fs_param_is_enum +EXPORT_SYMBOL vmlinux 0x1a4ad459 folio_account_redirty +EXPORT_SYMBOL vmlinux 0x1a5247e5 cdev_init +EXPORT_SYMBOL vmlinux 0x1a59353a __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x1a63f087 gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0x1a65f4ad __arm_ioremap_pfn +EXPORT_SYMBOL vmlinux 0x1a73328c udp6_seq_ops +EXPORT_SYMBOL vmlinux 0x1a7bc9ef xxh32 +EXPORT_SYMBOL vmlinux 0x1a868465 flow_rule_match_ports_range +EXPORT_SYMBOL vmlinux 0x1a9a433c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x1a9f0642 __skb_pad +EXPORT_SYMBOL vmlinux 0x1aa1922c devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0x1aa86d18 rdma_dim +EXPORT_SYMBOL vmlinux 0x1ad1f2e7 _memcpy_fromio +EXPORT_SYMBOL vmlinux 0x1ad4cd00 mipi_dsi_dcs_read +EXPORT_SYMBOL vmlinux 0x1ae53272 hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x1af610c5 pin_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0x1afcbb8c jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b25f187 __xa_store +EXPORT_SYMBOL vmlinux 0x1b411ae6 blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0x1b5c59a7 skb_vlan_push +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b6c1af1 inode_needs_sync +EXPORT_SYMBOL vmlinux 0x1b6e1ee6 __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x1b6ecaff sk_alloc +EXPORT_SYMBOL vmlinux 0x1b777357 rdmacg_unregister_device +EXPORT_SYMBOL vmlinux 0x1b9fc4ac tcf_exts_validate_ex +EXPORT_SYMBOL vmlinux 0x1ba90408 of_mdio_find_device +EXPORT_SYMBOL vmlinux 0x1bb5e989 tls_handshake_cancel +EXPORT_SYMBOL vmlinux 0x1bb67393 __page_frag_cache_drain +EXPORT_SYMBOL vmlinux 0x1bbfa2d6 netif_inherit_tso_max +EXPORT_SYMBOL vmlinux 0x1bc24949 fget_raw +EXPORT_SYMBOL vmlinux 0x1bcc4a20 mmc_can_gpio_cd +EXPORT_SYMBOL vmlinux 0x1bd10658 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0x1bd80d92 netdev_reset_tc +EXPORT_SYMBOL vmlinux 0x1bfd1a61 vm_event_states +EXPORT_SYMBOL vmlinux 0x1c04d741 netif_device_detach +EXPORT_SYMBOL vmlinux 0x1c0b16d6 mmc_request_done +EXPORT_SYMBOL vmlinux 0x1c0d093c ps2_drain +EXPORT_SYMBOL vmlinux 0x1c0e4ab4 jbd2_journal_put_journal_head +EXPORT_SYMBOL vmlinux 0x1c113e21 padata_do_parallel +EXPORT_SYMBOL vmlinux 0x1c1c336f proc_create_data +EXPORT_SYMBOL vmlinux 0x1c4b9b51 pci_request_irq +EXPORT_SYMBOL vmlinux 0x1c5e3878 icst525_idx2s +EXPORT_SYMBOL vmlinux 0x1c72ce8e sock_setsockopt +EXPORT_SYMBOL vmlinux 0x1c8c1b67 __tracepoint_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x1c9de4a5 seq_pad +EXPORT_SYMBOL vmlinux 0x1ca2656c bmap +EXPORT_SYMBOL vmlinux 0x1ca9f467 phy_start_cable_test_tdr +EXPORT_SYMBOL vmlinux 0x1caa6e84 udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0x1cb82d44 dma_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0x1cc11154 __SCK__tp_func_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x1cc2ed53 sync_filesystem +EXPORT_SYMBOL vmlinux 0x1cddf044 tcf_action_update_stats +EXPORT_SYMBOL vmlinux 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL vmlinux 0x1d24b3d2 pci_write_vpd_any +EXPORT_SYMBOL vmlinux 0x1d298759 snd_device_register +EXPORT_SYMBOL vmlinux 0x1d2e3624 inet_sk_get_local_port_range +EXPORT_SYMBOL vmlinux 0x1d300355 nvdimm_namespace_disk_name +EXPORT_SYMBOL vmlinux 0x1d3135c3 tcf_idr_release +EXPORT_SYMBOL vmlinux 0x1d37eeed ioremap +EXPORT_SYMBOL vmlinux 0x1d647ddc ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0x1d66ca27 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x1d6cd0ad sk_free +EXPORT_SYMBOL vmlinux 0x1d796395 hdmi_drm_infoframe_pack +EXPORT_SYMBOL vmlinux 0x1da315ab vme_slot_num +EXPORT_SYMBOL vmlinux 0x1db0c500 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x1db36ca8 fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x1dc13fb9 max8998_bulk_write +EXPORT_SYMBOL vmlinux 0x1dc6c93b lookup_user_key +EXPORT_SYMBOL vmlinux 0x1dcba274 vme_bus_type +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1de4ccb2 get_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x1de59c22 qcom_scm_ice_invalidate_key +EXPORT_SYMBOL vmlinux 0x1de67f9b qcom_scm_io_writel +EXPORT_SYMBOL vmlinux 0x1def6f2c __ip_dev_find +EXPORT_SYMBOL vmlinux 0x1e00be08 _dev_emerg +EXPORT_SYMBOL vmlinux 0x1e0373fc imx_scu_irq_group_enable +EXPORT_SYMBOL vmlinux 0x1e0a0c24 mod_timer_pending +EXPORT_SYMBOL vmlinux 0x1e0bcf99 kobject_get +EXPORT_SYMBOL vmlinux 0x1e148e41 skb_orphan_partial +EXPORT_SYMBOL vmlinux 0x1e16c185 flow_indr_dev_setup_offload +EXPORT_SYMBOL vmlinux 0x1e2b8985 iov_iter_get_pages2 +EXPORT_SYMBOL vmlinux 0x1e2eb178 generic_buffers_fsync +EXPORT_SYMBOL vmlinux 0x1e4a3c9c kmem_cache_size +EXPORT_SYMBOL vmlinux 0x1e520d4f lock_sock_nested +EXPORT_SYMBOL vmlinux 0x1e5284e4 vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x1e5ff13c hash_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e7aaee0 tcf_block_put +EXPORT_SYMBOL vmlinux 0x1e815d20 i2c_get_match_data +EXPORT_SYMBOL vmlinux 0x1e87da70 iget_failed +EXPORT_SYMBOL vmlinux 0x1e8d5555 ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0x1e96f43d __cpu_possible_mask +EXPORT_SYMBOL vmlinux 0x1e9927ef __dev_set_mtu +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1ea6e6d2 devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x1eb2808c genl_unregister_family +EXPORT_SYMBOL vmlinux 0x1eb64646 div64_s64 +EXPORT_SYMBOL vmlinux 0x1eb7408e blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0x1ed7eb60 __sg_free_table +EXPORT_SYMBOL vmlinux 0x1edb69d6 ktime_get_raw_ts64 +EXPORT_SYMBOL vmlinux 0x1edc27d6 pci_fixup_device +EXPORT_SYMBOL vmlinux 0x1ee1d820 seq_bprintf +EXPORT_SYMBOL vmlinux 0x1ef41b7e qcom_scm_iommu_set_pt_format +EXPORT_SYMBOL vmlinux 0x1efc8594 qcom_scm_assign_mem +EXPORT_SYMBOL vmlinux 0x1effa72a dev_deactivate +EXPORT_SYMBOL vmlinux 0x1f03fa01 phy_device_create +EXPORT_SYMBOL vmlinux 0x1f084d04 snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL vmlinux 0x1f0867a7 xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0x1f2c42f0 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0x1f3df812 reuseport_stop_listen_sock +EXPORT_SYMBOL vmlinux 0x1f463d07 netpoll_poll_dev +EXPORT_SYMBOL vmlinux 0x1f4cfdf9 snd_card_free +EXPORT_SYMBOL vmlinux 0x1f4d5778 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0x1f50353a mroute6_is_socket +EXPORT_SYMBOL vmlinux 0x1f523337 mii_nway_restart +EXPORT_SYMBOL vmlinux 0x1f615231 tcp_seq_next +EXPORT_SYMBOL vmlinux 0x1f70bc82 mr_vif_seq_idx +EXPORT_SYMBOL vmlinux 0x1f74cada vfs_parse_fs_param +EXPORT_SYMBOL vmlinux 0x1f87f47a ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x1f9ccd45 simple_release_fs +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fd0f584 pci_scan_root_bus_bridge +EXPORT_SYMBOL vmlinux 0x1fd50280 deactivate_super +EXPORT_SYMBOL vmlinux 0x1fe2e90a skb_put +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x200036a3 ip_tunnel_metadata_cnt +EXPORT_SYMBOL vmlinux 0x200544ac snd_info_free_entry +EXPORT_SYMBOL vmlinux 0x20070ea2 _atomic_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x2021bc02 unlock_new_inode +EXPORT_SYMBOL vmlinux 0x202408fe logfc +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x204c5067 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0x2073a0c5 of_n_size_cells +EXPORT_SYMBOL vmlinux 0x208199fd skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x2087c73d phy_driver_register +EXPORT_SYMBOL vmlinux 0x208b6bc0 mdio_bus_type +EXPORT_SYMBOL vmlinux 0x2092b19f eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20d65e40 fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0x20d97115 devm_extcon_unregister_notifier_all +EXPORT_SYMBOL vmlinux 0x20e178aa dev_uc_sync +EXPORT_SYMBOL vmlinux 0x20edfae6 vfs_create +EXPORT_SYMBOL vmlinux 0x20f6d4e0 locks_copy_conflock +EXPORT_SYMBOL vmlinux 0x21110dbf mmioset +EXPORT_SYMBOL vmlinux 0x211331fa __divsi3 +EXPORT_SYMBOL vmlinux 0x2121a50d dm_kobject_release +EXPORT_SYMBOL vmlinux 0x2123f0a7 sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0x21270664 ps2_init +EXPORT_SYMBOL vmlinux 0x21275f60 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0x2132b72d mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0x213a738d memregion_alloc +EXPORT_SYMBOL vmlinux 0x213e4965 ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x2142374f __of_get_address +EXPORT_SYMBOL vmlinux 0x215667b2 zstd_get_frame_header +EXPORT_SYMBOL vmlinux 0x215cc190 block_truncate_page +EXPORT_SYMBOL vmlinux 0x216d759a mmiocpy +EXPORT_SYMBOL vmlinux 0x2178af73 _dev_alert +EXPORT_SYMBOL vmlinux 0x2183b0a9 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x21878380 scm_detach_fds +EXPORT_SYMBOL vmlinux 0x218e600b pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0x21a367b7 dev_mc_unsync +EXPORT_SYMBOL vmlinux 0x21a7597b ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x21b2afb8 tcp_md5_key_copy +EXPORT_SYMBOL vmlinux 0x21bdb523 errseq_check_and_advance +EXPORT_SYMBOL vmlinux 0x21da3248 flow_rule_match_enc_keyid +EXPORT_SYMBOL vmlinux 0x21dc80f1 ethtool_aggregate_rmon_stats +EXPORT_SYMBOL vmlinux 0x21e13cb3 inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0x21ea5251 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x21f7eb8f claim_fiq +EXPORT_SYMBOL vmlinux 0x22054260 seq_file_path +EXPORT_SYMBOL vmlinux 0x221a746a dev_pick_tx_cpu_id +EXPORT_SYMBOL vmlinux 0x2220bd48 hdmi_drm_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x2229bad3 update_devfreq +EXPORT_SYMBOL vmlinux 0x222d1b06 __cpuhp_remove_state +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x2233e427 inet_getname +EXPORT_SYMBOL vmlinux 0x223468c6 devm_release_resource +EXPORT_SYMBOL vmlinux 0x223de738 of_find_mipi_dsi_host_by_node +EXPORT_SYMBOL vmlinux 0x223e06c8 kmem_cache_free +EXPORT_SYMBOL vmlinux 0x224408b4 max8925_set_bits +EXPORT_SYMBOL vmlinux 0x22552284 dma_async_device_register +EXPORT_SYMBOL vmlinux 0x225d5676 stream_open +EXPORT_SYMBOL vmlinux 0x22643c52 snd_timer_resolution +EXPORT_SYMBOL vmlinux 0x22694647 getname_kernel +EXPORT_SYMBOL vmlinux 0x2277d558 mx53_revision +EXPORT_SYMBOL vmlinux 0x22800e0f netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0x22ab76ea sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0x22b13de2 tcp_stream_memory_free +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22c1dd26 set_blocksize +EXPORT_SYMBOL vmlinux 0x22dbbfe7 cqhci_init +EXPORT_SYMBOL vmlinux 0x22e16542 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0x22e2621d device_match_acpi_handle +EXPORT_SYMBOL vmlinux 0x2336822b inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x2337fc8b nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0x23383655 locks_init_lock +EXPORT_SYMBOL vmlinux 0x23471e8a skb_expand_head +EXPORT_SYMBOL vmlinux 0x2354ad02 iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0x235fe753 devm_register_netdev +EXPORT_SYMBOL vmlinux 0x2364c85a tasklet_init +EXPORT_SYMBOL vmlinux 0x236d9b58 pps_register_source +EXPORT_SYMBOL vmlinux 0x2382a32b scsi_scan_target +EXPORT_SYMBOL vmlinux 0x238b099f mipi_dsi_packet_format_is_short +EXPORT_SYMBOL vmlinux 0x23963254 generic_fadvise +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23b9db73 mipi_dsi_dcs_nop +EXPORT_SYMBOL vmlinux 0x23c3b280 task_lookup_next_fd_rcu +EXPORT_SYMBOL vmlinux 0x23c92f85 proto_register +EXPORT_SYMBOL vmlinux 0x23d690c5 disk_check_media_change +EXPORT_SYMBOL vmlinux 0x23de7eca nla_put_64bit +EXPORT_SYMBOL vmlinux 0x23ead41f cros_ec_get_next_event +EXPORT_SYMBOL vmlinux 0x23f1d7a6 page_pool_ethtool_stats_get_count +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x2403e913 sock_rfree +EXPORT_SYMBOL vmlinux 0x2432d099 device_get_mac_address +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x244c5668 nd_btt_arena_is_valid +EXPORT_SYMBOL vmlinux 0x244c6f65 vfs_fadvise +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x246790df idr_for_each +EXPORT_SYMBOL vmlinux 0x246ea205 blake2s_update +EXPORT_SYMBOL vmlinux 0x24a5edcf get_vm_area +EXPORT_SYMBOL vmlinux 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL vmlinux 0x24ba293b of_n_addr_cells +EXPORT_SYMBOL vmlinux 0x24c0dc13 scsi_change_queue_depth +EXPORT_SYMBOL vmlinux 0x24ccab35 snd_ctl_rename +EXPORT_SYMBOL vmlinux 0x24d273d1 add_timer +EXPORT_SYMBOL vmlinux 0x24db36b3 dentry_open +EXPORT_SYMBOL vmlinux 0x24e1b558 seg6_hmac_compute +EXPORT_SYMBOL vmlinux 0x250113b4 memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x2508a7b7 vfs_unlink +EXPORT_SYMBOL vmlinux 0x251b55f3 cqhci_pltfm_init +EXPORT_SYMBOL vmlinux 0x252332f1 __SCK__tp_func_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x252629e2 dst_alloc +EXPORT_SYMBOL vmlinux 0x253ad0e9 vga_put +EXPORT_SYMBOL vmlinux 0x25458872 scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0x2562328d tegra_ivc_write_advance +EXPORT_SYMBOL vmlinux 0x2567bd7a snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL vmlinux 0x257bbdaa snd_pcm_release_substream +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x258d2f76 net_dim_get_tx_moderation +EXPORT_SYMBOL vmlinux 0x25a180cc inode_init_always +EXPORT_SYMBOL vmlinux 0x25aa0d82 ethtool_get_phc_vclocks +EXPORT_SYMBOL vmlinux 0x25adf238 key_unlink +EXPORT_SYMBOL vmlinux 0x25afa631 truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0x25b6075d mmc_release_host +EXPORT_SYMBOL vmlinux 0x25c5a5b1 kobject_set_name +EXPORT_SYMBOL vmlinux 0x25ccddd5 bio_put +EXPORT_SYMBOL vmlinux 0x25e39dcd fwnode_irq_get_byname +EXPORT_SYMBOL vmlinux 0x25e9d4bd resource_list_free +EXPORT_SYMBOL vmlinux 0x25f11a0f nvdimm_bus_unlock +EXPORT_SYMBOL vmlinux 0x25fa95fd ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0x2602212b ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0x260a095a __sg_alloc_table +EXPORT_SYMBOL vmlinux 0x2630260a inc_node_state +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x26562258 flow_rule_match_basic +EXPORT_SYMBOL vmlinux 0x26564038 input_set_poll_interval +EXPORT_SYMBOL vmlinux 0x2687e338 devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0x2688ec10 bitmap_zalloc +EXPORT_SYMBOL vmlinux 0x26897b52 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x268aec6e tegra_ivc_write_get_next_frame +EXPORT_SYMBOL vmlinux 0x268f213e tls_server_hello_psk +EXPORT_SYMBOL vmlinux 0x26a7b390 pci_alloc_dev +EXPORT_SYMBOL vmlinux 0x26bb950b __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0x26c44746 dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0x26d9709a pmem_sector_size +EXPORT_SYMBOL vmlinux 0x26dafc37 blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0x26dcc9b8 tty_port_put +EXPORT_SYMBOL vmlinux 0x26dda803 devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0x26e67e99 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0x26eae75f nd_region_acquire_lane +EXPORT_SYMBOL vmlinux 0x2705ca7e mii_check_gmii_support +EXPORT_SYMBOL vmlinux 0x270cf88f dump_stack_lvl +EXPORT_SYMBOL vmlinux 0x270ed2bd param_ops_uint +EXPORT_SYMBOL vmlinux 0x2715b1e0 free_netdev +EXPORT_SYMBOL vmlinux 0x2733eaf7 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0x273d247f __serio_register_driver +EXPORT_SYMBOL vmlinux 0x27404834 skb_condense +EXPORT_SYMBOL vmlinux 0x27479d14 param_free_charp +EXPORT_SYMBOL vmlinux 0x275dfee4 ucc_slow_free +EXPORT_SYMBOL vmlinux 0x275f3d49 hdmi_vendor_infoframe_check +EXPORT_SYMBOL vmlinux 0x276da046 dma_unmap_page_attrs +EXPORT_SYMBOL vmlinux 0x277337c4 devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0x27756bc8 scsi_sanitize_inquiry_string +EXPORT_SYMBOL vmlinux 0x2782b393 xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x279a4847 fb_get_mode +EXPORT_SYMBOL vmlinux 0x279d0a07 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0x27a23ba2 tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0x27a6c7e7 hdmi_infoframe_log +EXPORT_SYMBOL vmlinux 0x27b12a87 crypto_sha3_init +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27bc73a3 mdio_device_remove +EXPORT_SYMBOL vmlinux 0x27bddbec pci_rebar_get_possible_sizes +EXPORT_SYMBOL vmlinux 0x27c534e6 d_add +EXPORT_SYMBOL vmlinux 0x27cd89c2 of_device_get_match_data +EXPORT_SYMBOL vmlinux 0x27cdca93 pci_add_resource +EXPORT_SYMBOL vmlinux 0x27e3e36a mem_map +EXPORT_SYMBOL vmlinux 0x27e9e167 netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x27eaad51 sock_no_shutdown +EXPORT_SYMBOL vmlinux 0x280346cc dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x28118cb6 __get_user_1 +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x2829880c default_llseek +EXPORT_SYMBOL vmlinux 0x283b8e0e nand_ecc_sw_bch_get_engine +EXPORT_SYMBOL vmlinux 0x283bf48c ip6_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x28592325 blk_mq_unique_tag +EXPORT_SYMBOL vmlinux 0x2862b23b d_prune_aliases +EXPORT_SYMBOL vmlinux 0x286bd278 rproc_detach +EXPORT_SYMBOL vmlinux 0x2873438a zstd_init_dctx +EXPORT_SYMBOL vmlinux 0x2875a315 utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0x2878e15a idr_destroy +EXPORT_SYMBOL vmlinux 0x28903615 begin_new_exec +EXPORT_SYMBOL vmlinux 0x28a78f88 scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x28bc7481 phy_start_cable_test +EXPORT_SYMBOL vmlinux 0x28be48a1 unregister_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x28d9567d mdiobus_get_phy +EXPORT_SYMBOL vmlinux 0x28e7c073 skb_vlan_untag +EXPORT_SYMBOL vmlinux 0x28f94604 __ubsan_handle_builtin_unreachable +EXPORT_SYMBOL vmlinux 0x2902365d ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x290737e5 __tracepoint_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x2923db66 init_special_inode +EXPORT_SYMBOL vmlinux 0x2947f47e inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x294bcd3c elv_bio_merge_ok +EXPORT_SYMBOL vmlinux 0x294f48d2 netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0x29604158 napi_busy_loop +EXPORT_SYMBOL vmlinux 0x29862039 inode_init_once +EXPORT_SYMBOL vmlinux 0x2994eede scsi_vpd_lun_id +EXPORT_SYMBOL vmlinux 0x299a5a2a submit_bio_noacct +EXPORT_SYMBOL vmlinux 0x299f2d41 inet_frag_kill +EXPORT_SYMBOL vmlinux 0x29bb18f1 d_alloc +EXPORT_SYMBOL vmlinux 0x29d91e44 scsi_add_device +EXPORT_SYMBOL vmlinux 0x29d9bd63 lock_rename_child +EXPORT_SYMBOL vmlinux 0x29d9f26e cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x29e42588 find_inode_rcu +EXPORT_SYMBOL vmlinux 0x29edc908 filemap_dirty_folio +EXPORT_SYMBOL vmlinux 0x29f04c2a inc_node_page_state +EXPORT_SYMBOL vmlinux 0x29f5cc62 pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0x2a12bc8b blk_execute_rq +EXPORT_SYMBOL vmlinux 0x2a2c9cb1 dev_mc_sync +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a310922 find_inode_nowait +EXPORT_SYMBOL vmlinux 0x2a3aa678 _test_and_clear_bit +EXPORT_SYMBOL vmlinux 0x2a47f325 clear_inode +EXPORT_SYMBOL vmlinux 0x2a4a0a33 pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0x2a6a381e of_clk_get_by_name +EXPORT_SYMBOL vmlinux 0x2a6a5aac sockopt_capable +EXPORT_SYMBOL vmlinux 0x2a8f9bbd pci_unmap_rom +EXPORT_SYMBOL vmlinux 0x2a928918 slhc_free +EXPORT_SYMBOL vmlinux 0x2a9a3905 vme_master_get +EXPORT_SYMBOL vmlinux 0x2a9e0391 ppp_input +EXPORT_SYMBOL vmlinux 0x2aa0e4fc strncasecmp +EXPORT_SYMBOL vmlinux 0x2aa295d7 sock_queue_rcv_skb_reason +EXPORT_SYMBOL vmlinux 0x2ab29baa pci_scan_slot +EXPORT_SYMBOL vmlinux 0x2ab52d92 __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x2acd8cc5 key_move +EXPORT_SYMBOL vmlinux 0x2ad7491c page_pool_destroy +EXPORT_SYMBOL vmlinux 0x2ae04d53 inode_to_bdi +EXPORT_SYMBOL vmlinux 0x2aeeab83 __put_cred +EXPORT_SYMBOL vmlinux 0x2af3f7fa get_tree_single_reconf +EXPORT_SYMBOL vmlinux 0x2b213a43 kill_anon_super +EXPORT_SYMBOL vmlinux 0x2b550e65 __aperture_remove_legacy_vga_devices +EXPORT_SYMBOL vmlinux 0x2b565dad framebuffer_alloc +EXPORT_SYMBOL vmlinux 0x2b65ce21 cdrom_ioctl +EXPORT_SYMBOL vmlinux 0x2b6694b6 scsi_host_get +EXPORT_SYMBOL vmlinux 0x2b6a5b19 kthread_stop +EXPORT_SYMBOL vmlinux 0x2b77039d alloc_buffer_head +EXPORT_SYMBOL vmlinux 0x2b93637a blk_mq_delay_run_hw_queues +EXPORT_SYMBOL vmlinux 0x2b967390 __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x2b982772 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0x2b99722a __cpu_active_mask +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2ba47fe4 pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x2bb8511b nd_device_register +EXPORT_SYMBOL vmlinux 0x2bc77c17 vm_map_ram +EXPORT_SYMBOL vmlinux 0x2bd25ec4 flow_block_cb_decref +EXPORT_SYMBOL vmlinux 0x2bd45234 dqget +EXPORT_SYMBOL vmlinux 0x2be0f12d dql_completed +EXPORT_SYMBOL vmlinux 0x2bee4482 zap_page_range_single +EXPORT_SYMBOL vmlinux 0x2bff5887 xa_destroy +EXPORT_SYMBOL vmlinux 0x2c04e9aa pfifo_fast_ops +EXPORT_SYMBOL vmlinux 0x2c10f574 tcp_sock_set_user_timeout +EXPORT_SYMBOL vmlinux 0x2c164fe6 folio_migrate_copy +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c292ce8 iter_file_splice_write +EXPORT_SYMBOL vmlinux 0x2c329e54 tegra_powergate_sequence_power_up +EXPORT_SYMBOL vmlinux 0x2c42a97b _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x2c5460be serio_open +EXPORT_SYMBOL vmlinux 0x2c5d12f5 pci_request_region +EXPORT_SYMBOL vmlinux 0x2c6b6974 __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0x2c7c8e9a pcibios_min_mem +EXPORT_SYMBOL vmlinux 0x2c81de8a iterate_fd +EXPORT_SYMBOL vmlinux 0x2c81ec75 __irq_regs +EXPORT_SYMBOL vmlinux 0x2c82c36a security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x2ca90c88 filemap_get_folios_contig +EXPORT_SYMBOL vmlinux 0x2cc0b3d8 commit_creds +EXPORT_SYMBOL vmlinux 0x2cc598b5 snd_dma_free_pages +EXPORT_SYMBOL vmlinux 0x2cd30027 vme_unregister_driver +EXPORT_SYMBOL vmlinux 0x2ceabb6b dcache_readdir +EXPORT_SYMBOL vmlinux 0x2cf44ed4 snd_sgbuf_get_addr +EXPORT_SYMBOL vmlinux 0x2cfc2ab2 snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL vmlinux 0x2cfde9a2 warn_slowpath_fmt +EXPORT_SYMBOL vmlinux 0x2d02c558 set_security_override +EXPORT_SYMBOL vmlinux 0x2d0c0734 fb_validate_mode +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d382ae0 phy_remove_link_mode +EXPORT_SYMBOL vmlinux 0x2d39b0a7 kstrdup +EXPORT_SYMBOL vmlinux 0x2d4472c2 zstd_find_frame_compressed_size +EXPORT_SYMBOL vmlinux 0x2d4c773a hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0x2d4daef5 find_font +EXPORT_SYMBOL vmlinux 0x2d5e70ec skb_clone_sk +EXPORT_SYMBOL vmlinux 0x2d6fcc06 __kmalloc +EXPORT_SYMBOL vmlinux 0x2d7d8b42 d_rehash +EXPORT_SYMBOL vmlinux 0x2d8f5aee __mod_node_page_state +EXPORT_SYMBOL vmlinux 0x2d912bca dmi_get_bios_year +EXPORT_SYMBOL vmlinux 0x2d91d6b0 page_readlink +EXPORT_SYMBOL vmlinux 0x2d943363 param_set_copystring +EXPORT_SYMBOL vmlinux 0x2d994605 security_inode_copy_up_xattr +EXPORT_SYMBOL vmlinux 0x2d9ab5de snd_ctl_notify_one +EXPORT_SYMBOL vmlinux 0x2dab29f7 __tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0x2db69170 jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0x2dbfd40e security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0x2ddedcb3 dma_set_coherent_mask +EXPORT_SYMBOL vmlinux 0x2de125c0 page_frag_alloc_align +EXPORT_SYMBOL vmlinux 0x2e04271b locks_remove_posix +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e2cc80b udp6_csum_init +EXPORT_SYMBOL vmlinux 0x2e2dfa08 snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL vmlinux 0x2e439142 drm_get_panel_orientation_quirk +EXPORT_SYMBOL vmlinux 0x2e79865c __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0x2ec524ad __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x2ec6bba0 errseq_set +EXPORT_SYMBOL vmlinux 0x2ece4b23 vfs_parse_monolithic_sep +EXPORT_SYMBOL vmlinux 0x2ed54a75 __skb_checksum +EXPORT_SYMBOL vmlinux 0x2edf2f65 param_set_ushort +EXPORT_SYMBOL vmlinux 0x2ee98b00 max8998_bulk_read +EXPORT_SYMBOL vmlinux 0x2ef2bb2d pci_choose_state +EXPORT_SYMBOL vmlinux 0x2ef7e477 sync_blockdev_range +EXPORT_SYMBOL vmlinux 0x2efebfd2 dma_fence_default_wait +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f1254d1 ucc_tdm_init +EXPORT_SYMBOL vmlinux 0x2f1ed58f dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0x2f2e91b2 security_ib_alloc_security +EXPORT_SYMBOL vmlinux 0x2f2f36dd netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0x2f333aab imx_scu_get_handle +EXPORT_SYMBOL vmlinux 0x2f39d35b task_work_add +EXPORT_SYMBOL vmlinux 0x2f43e974 xfrm_state_add +EXPORT_SYMBOL vmlinux 0x2f47b35c dev_mc_add_global +EXPORT_SYMBOL vmlinux 0x2f5b0fdb gen_pool_alloc_algo_owner +EXPORT_SYMBOL vmlinux 0x2f6957bd zstd_end_stream +EXPORT_SYMBOL vmlinux 0x2f6f14b3 backlight_device_get_by_name +EXPORT_SYMBOL vmlinux 0x2f6f1d3f input_flush_device +EXPORT_SYMBOL vmlinux 0x2f74da4c sockopt_lock_sock +EXPORT_SYMBOL vmlinux 0x2f7754a8 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2f942dbd neigh_parms_release +EXPORT_SYMBOL vmlinux 0x2fb6405f ps2_begin_command +EXPORT_SYMBOL vmlinux 0x2fbdab93 inet_bind +EXPORT_SYMBOL vmlinux 0x2fd20307 pci_free_host_bridge +EXPORT_SYMBOL vmlinux 0x2fd28471 param_array_ops +EXPORT_SYMBOL vmlinux 0x2fd76b08 sock_init_data +EXPORT_SYMBOL vmlinux 0x2fe01cf7 netlink_kernel_release +EXPORT_SYMBOL vmlinux 0x2fe1c8e0 copy_page_to_iter +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x2fe8048f tcp_fastopen_defer_connect +EXPORT_SYMBOL vmlinux 0x2ff28081 dev_uc_unsync +EXPORT_SYMBOL vmlinux 0x3004b3db mipi_dsi_dcs_get_pixel_format +EXPORT_SYMBOL vmlinux 0x300d2248 i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0x300d2af4 dma_resv_add_fence +EXPORT_SYMBOL vmlinux 0x300d3482 phy_attached_info_irq +EXPORT_SYMBOL vmlinux 0x30349436 dma_fence_get_status +EXPORT_SYMBOL vmlinux 0x303a942f of_get_next_available_child +EXPORT_SYMBOL vmlinux 0x303c6d31 generic_mii_ioctl +EXPORT_SYMBOL vmlinux 0x30690c9b snd_pcm_open_substream +EXPORT_SYMBOL vmlinux 0x306ca0d4 __skb_gso_segment +EXPORT_SYMBOL vmlinux 0x30745185 wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x3096be16 names_cachep +EXPORT_SYMBOL vmlinux 0x309858d6 dcb_getrewr_prio_pcp_mask_map +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30acfde9 hsiphash_2u32 +EXPORT_SYMBOL vmlinux 0x30d9a471 gen_pool_create +EXPORT_SYMBOL vmlinux 0x31149600 address_space_init_once +EXPORT_SYMBOL vmlinux 0x3126a9e8 siphash_1u64 +EXPORT_SYMBOL vmlinux 0x312ed932 verify_spi_info +EXPORT_SYMBOL vmlinux 0x313bed8d devm_rproc_alloc +EXPORT_SYMBOL vmlinux 0x313d1ec7 mii_ethtool_gset +EXPORT_SYMBOL vmlinux 0x3140ecfa rproc_add_carveout +EXPORT_SYMBOL vmlinux 0x314b20c8 scnprintf +EXPORT_SYMBOL vmlinux 0x314e7f94 vfs_create_mount +EXPORT_SYMBOL vmlinux 0x317630cb flow_rule_match_pppoe +EXPORT_SYMBOL vmlinux 0x3178f294 tegra_ivc_read_advance +EXPORT_SYMBOL vmlinux 0x3181065b devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0x31913fef phy_connect_direct +EXPORT_SYMBOL vmlinux 0x31948cb5 unregister_mii_timestamper +EXPORT_SYMBOL vmlinux 0x31a4767f qcom_scm_hdcp_available +EXPORT_SYMBOL vmlinux 0x31c0df6e find_vma +EXPORT_SYMBOL vmlinux 0x31e2eed5 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0x31e71df2 bio_init +EXPORT_SYMBOL vmlinux 0x321ab4cd tcp_splice_read +EXPORT_SYMBOL vmlinux 0x321e3c2d devm_devfreq_add_governor +EXPORT_SYMBOL vmlinux 0x3221df67 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x3234487e nand_ecc_cleanup_ctx +EXPORT_SYMBOL vmlinux 0x32362e6a nand_ecc_finish_io_req +EXPORT_SYMBOL vmlinux 0x32394d4b qe_issue_cmd +EXPORT_SYMBOL vmlinux 0x32430023 _totalhigh_pages +EXPORT_SYMBOL vmlinux 0x325f0d92 set_page_dirty +EXPORT_SYMBOL vmlinux 0x32654d43 clkdev_drop +EXPORT_SYMBOL vmlinux 0x32736447 ipv4_specific +EXPORT_SYMBOL vmlinux 0x32787823 __skb_ext_put +EXPORT_SYMBOL vmlinux 0x327c84bf vme_lm_attach +EXPORT_SYMBOL vmlinux 0x327e0a7f iov_iter_get_pages_alloc2 +EXPORT_SYMBOL vmlinux 0x3283e6b0 prandom_seed_full_state +EXPORT_SYMBOL vmlinux 0x328a05f1 strncpy +EXPORT_SYMBOL vmlinux 0x328f452e xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0x329c37b9 rpmh_invalidate +EXPORT_SYMBOL vmlinux 0x32a19797 dma_fence_chain_walk +EXPORT_SYMBOL vmlinux 0x32a65d6a tcp_filter +EXPORT_SYMBOL vmlinux 0x32b84276 inet6_ioctl +EXPORT_SYMBOL vmlinux 0x32c028c6 fb_io_read +EXPORT_SYMBOL vmlinux 0x32cb984b snd_sgbuf_get_page +EXPORT_SYMBOL vmlinux 0x32cc6367 mipi_dsi_host_register +EXPORT_SYMBOL vmlinux 0x32cd08d5 tcp_sock_set_quickack +EXPORT_SYMBOL vmlinux 0x32ce3777 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x32e2080c scsi_device_resume +EXPORT_SYMBOL vmlinux 0x32fa457d mpage_writepages +EXPORT_SYMBOL vmlinux 0x3309dd45 iov_iter_kvec +EXPORT_SYMBOL vmlinux 0x333317e1 scsi_register_driver +EXPORT_SYMBOL vmlinux 0x3336ca0a vfs_rename +EXPORT_SYMBOL vmlinux 0x333a2760 fb_blank +EXPORT_SYMBOL vmlinux 0x33478f01 nand_write_page_raw +EXPORT_SYMBOL vmlinux 0x3352ef45 __block_write_full_folio +EXPORT_SYMBOL vmlinux 0x337a8af7 clocksource_change_rating +EXPORT_SYMBOL vmlinux 0x338b8ee1 of_get_parent +EXPORT_SYMBOL vmlinux 0x338cd550 tcp_make_synack +EXPORT_SYMBOL vmlinux 0x338fa7bc sock_no_getname +EXPORT_SYMBOL vmlinux 0x33991bc5 devm_free_irq +EXPORT_SYMBOL vmlinux 0x33b0978d kmem_cache_create +EXPORT_SYMBOL vmlinux 0x33cdd9ee timestamp_truncate +EXPORT_SYMBOL vmlinux 0x33dbfd93 tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x33e410d8 vfs_fsync +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x34003a13 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x3419719f sock_no_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x341cd498 snd_pcm_kernel_ioctl +EXPORT_SYMBOL vmlinux 0x341dbfa3 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x3429ec9a tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x34412b43 eth_platform_get_mac_address +EXPORT_SYMBOL vmlinux 0x346b076e file_update_time +EXPORT_SYMBOL vmlinux 0x347eca49 jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0x3487b4e6 sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x349b4277 xa_clear_mark +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34a04d71 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0x34abc737 ip_check_defrag +EXPORT_SYMBOL vmlinux 0x34c7cdbc lookup_bdev +EXPORT_SYMBOL vmlinux 0x34ca145c kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0x34e197d2 tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0x34f20f95 _atomic_dec_and_raw_lock +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x34f44f29 do_map_probe +EXPORT_SYMBOL vmlinux 0x3503e086 folio_zero_new_buffers +EXPORT_SYMBOL vmlinux 0x350bb82a bdi_put +EXPORT_SYMBOL vmlinux 0x35145027 filemap_range_has_page +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x3526f55d fs_param_is_s32 +EXPORT_SYMBOL vmlinux 0x35370c0a page_pool_return_skb_page +EXPORT_SYMBOL vmlinux 0x353e3fa5 __get_user_4 +EXPORT_SYMBOL vmlinux 0x3560e651 kmemdup_nul +EXPORT_SYMBOL vmlinux 0x356461c8 rtc_time64_to_tm +EXPORT_SYMBOL vmlinux 0x3576fe06 cgroup_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0x3599a458 genphy_aneg_done +EXPORT_SYMBOL vmlinux 0x35a2bb30 kernel_write +EXPORT_SYMBOL vmlinux 0x35a88f28 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x35b8ecf8 kobject_add +EXPORT_SYMBOL vmlinux 0x35bc179f xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x35c340b3 __lock_sock_fast +EXPORT_SYMBOL vmlinux 0x35da31bd build_skb +EXPORT_SYMBOL vmlinux 0x35dcab5f sock_no_connect +EXPORT_SYMBOL vmlinux 0x35e44a98 __kfree_skb +EXPORT_SYMBOL vmlinux 0x35ea78f5 atomic_io_modify_relaxed +EXPORT_SYMBOL vmlinux 0x35f13818 uart_unregister_driver +EXPORT_SYMBOL vmlinux 0x35fc6cdf sock_set_reuseport +EXPORT_SYMBOL vmlinux 0x35feb769 serio_unregister_port +EXPORT_SYMBOL vmlinux 0x360b1afe probe_irq_mask +EXPORT_SYMBOL vmlinux 0x3625ea71 tcp_rtx_synack +EXPORT_SYMBOL vmlinux 0x362cb8ef pcie_get_readrq +EXPORT_SYMBOL vmlinux 0x365acda7 set_normalized_timespec64 +EXPORT_SYMBOL vmlinux 0x365de429 scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0x365e7911 kstrdup_const +EXPORT_SYMBOL vmlinux 0x3660ea66 clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0x366707c9 jent_testing_init +EXPORT_SYMBOL vmlinux 0x3677d660 vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0x368a6524 vfs_dedupe_file_range_one +EXPORT_SYMBOL vmlinux 0x369c14cb inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x36a97d7b scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0x36af5e35 bpf_sk_lookup_enabled +EXPORT_SYMBOL vmlinux 0x36c09d5a inet6_del_offload +EXPORT_SYMBOL vmlinux 0x36c824b6 filp_open +EXPORT_SYMBOL vmlinux 0x36d69557 ipv6_flowlabel_exclusive +EXPORT_SYMBOL vmlinux 0x36dc216d udp_gro_complete +EXPORT_SYMBOL vmlinux 0x36ede83f rfkill_alloc +EXPORT_SYMBOL vmlinux 0x36f4bed0 skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0x36fcdd54 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0x370413a4 mdiobus_free +EXPORT_SYMBOL vmlinux 0x37079abc pci_clear_mwi +EXPORT_SYMBOL vmlinux 0x370b29c7 inet_frag_pull_head +EXPORT_SYMBOL vmlinux 0x371b1f80 snd_ctl_notify +EXPORT_SYMBOL vmlinux 0x371e1953 __printk_cpu_sync_wait +EXPORT_SYMBOL vmlinux 0x3726d385 __skb_get_hash +EXPORT_SYMBOL vmlinux 0x3729f5c7 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0x3735da37 cqhci_irq +EXPORT_SYMBOL vmlinux 0x373e2860 dev_kfree_skb_any_reason +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x3745a6df flow_rule_match_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x374a8103 pci_ep_cfs_add_epc_group +EXPORT_SYMBOL vmlinux 0x374c8161 simple_transaction_set +EXPORT_SYMBOL vmlinux 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL vmlinux 0x377498e4 zstd_dctx_workspace_bound +EXPORT_SYMBOL vmlinux 0x3796bdcc snd_pcm_format_little_endian +EXPORT_SYMBOL vmlinux 0x37a4ad7b nand_scan_with_ids +EXPORT_SYMBOL vmlinux 0x37b022f9 sg_split +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37d77e9f free_cgroup_ns +EXPORT_SYMBOL vmlinux 0x37db3af9 __mdiobus_read +EXPORT_SYMBOL vmlinux 0x37db8f19 dmi_get_date +EXPORT_SYMBOL vmlinux 0x37e27f56 unregister_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0x37edb091 shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0x37f614b7 __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x37fbe43d sock_set_sndtimeo +EXPORT_SYMBOL vmlinux 0x38100922 vfs_link +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x38201ef3 tcp_check_req +EXPORT_SYMBOL vmlinux 0x3836e3e2 jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0x38407985 __alloc_skb +EXPORT_SYMBOL vmlinux 0x3842b3a6 unix_gc_lock +EXPORT_SYMBOL vmlinux 0x38433fb0 seg6_hmac_info_add +EXPORT_SYMBOL vmlinux 0x3854774b kstrtoll +EXPORT_SYMBOL vmlinux 0x386ca651 free_task +EXPORT_SYMBOL vmlinux 0x386d9ce9 radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x38783434 unregister_mtd_chip_driver +EXPORT_SYMBOL vmlinux 0x38810794 module_layout +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x3891ffc8 ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0x389acf0c gpmc_configure +EXPORT_SYMBOL vmlinux 0x389ecf9e __bswapdi2 +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38b085c9 iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0x38c458f1 t10_pi_type1_crc +EXPORT_SYMBOL vmlinux 0x38cda7e0 __phy_read_mmd +EXPORT_SYMBOL vmlinux 0x38e46d4e rw_verify_area +EXPORT_SYMBOL vmlinux 0x38eb9f4e __neigh_event_send +EXPORT_SYMBOL vmlinux 0x3912227e __of_mdiobus_register +EXPORT_SYMBOL vmlinux 0x3926a2a6 kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0x392de939 pci_enable_msi +EXPORT_SYMBOL vmlinux 0x393797ad of_parse_phandle_with_args_map +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x39497d72 filp_close +EXPORT_SYMBOL vmlinux 0x394a1e11 phy_sfp_attach +EXPORT_SYMBOL vmlinux 0x394c0f86 dqput +EXPORT_SYMBOL vmlinux 0x395361ef inet6_register_protosw +EXPORT_SYMBOL vmlinux 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL vmlinux 0x3992bc63 __xa_set_mark +EXPORT_SYMBOL vmlinux 0x39991865 icmp_global_allow +EXPORT_SYMBOL vmlinux 0x399afa86 snd_dma_alloc_dir_pages +EXPORT_SYMBOL vmlinux 0x39ae3af7 pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x39b2280d netdev_txq_to_tc +EXPORT_SYMBOL vmlinux 0x39bb870c __vcalloc +EXPORT_SYMBOL vmlinux 0x39bf9301 _snd_pcm_hw_param_setempty +EXPORT_SYMBOL vmlinux 0x39c74235 dm_read_arg_group +EXPORT_SYMBOL vmlinux 0x39c88fd5 flush_rcu_work +EXPORT_SYMBOL vmlinux 0x39c95ec5 skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x39caff49 set_cached_acl +EXPORT_SYMBOL vmlinux 0x39d8a3a6 iommu_put_resv_regions +EXPORT_SYMBOL vmlinux 0x39dab74c of_find_node_by_name +EXPORT_SYMBOL vmlinux 0x39e68a04 mmc_erase +EXPORT_SYMBOL vmlinux 0x39e6a0b3 blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x39fdebee mmc_of_parse +EXPORT_SYMBOL vmlinux 0x3a13f54a sgl_alloc +EXPORT_SYMBOL vmlinux 0x3a18c004 sk_stop_timer_sync +EXPORT_SYMBOL vmlinux 0x3a2f6702 sg_alloc_table +EXPORT_SYMBOL vmlinux 0x3a303eac vc_cons +EXPORT_SYMBOL vmlinux 0x3a379292 dcache_dir_close +EXPORT_SYMBOL vmlinux 0x3a39adde rproc_get_by_phandle +EXPORT_SYMBOL vmlinux 0x3a3c9566 filemap_flush +EXPORT_SYMBOL vmlinux 0x3a4f9d28 rng_is_initialized +EXPORT_SYMBOL vmlinux 0x3a544024 __nlmsg_put +EXPORT_SYMBOL vmlinux 0x3a5fe5ef mmc_retune_pause +EXPORT_SYMBOL vmlinux 0x3a654407 tcp_read_sock +EXPORT_SYMBOL vmlinux 0x3a754e7e mipi_dsi_dcs_exit_sleep_mode +EXPORT_SYMBOL vmlinux 0x3a797d1f kunmap_high +EXPORT_SYMBOL vmlinux 0x3a84fed3 utf8_casefold +EXPORT_SYMBOL vmlinux 0x3ab28948 console_srcu_read_lock +EXPORT_SYMBOL vmlinux 0x3ab49690 tcf_classify +EXPORT_SYMBOL vmlinux 0x3ab7b1cc scsi_set_sense_field_pointer +EXPORT_SYMBOL vmlinux 0x3abfd9ec mq_change_real_num_tx +EXPORT_SYMBOL vmlinux 0x3ac7e9c6 netdev_notice +EXPORT_SYMBOL vmlinux 0x3ad6fd8e krait_get_l2_indirect_reg +EXPORT_SYMBOL vmlinux 0x3afb6d82 udp6_set_csum +EXPORT_SYMBOL vmlinux 0x3b020808 pcie_capability_clear_and_set_word_unlocked +EXPORT_SYMBOL vmlinux 0x3b046142 crypto_sha3_final +EXPORT_SYMBOL vmlinux 0x3b0e5692 rproc_of_resm_mem_entry_init +EXPORT_SYMBOL vmlinux 0x3b166de4 kset_register +EXPORT_SYMBOL vmlinux 0x3b17fb85 input_set_min_poll_interval +EXPORT_SYMBOL vmlinux 0x3b1a4415 security_task_getsecid_obj +EXPORT_SYMBOL vmlinux 0x3b1fa6ab generic_read_dir +EXPORT_SYMBOL vmlinux 0x3b208bd4 mipi_dsi_dcs_set_display_off +EXPORT_SYMBOL vmlinux 0x3b299067 percpu_counter_set +EXPORT_SYMBOL vmlinux 0x3b2cdf73 d_obtain_alias +EXPORT_SYMBOL vmlinux 0x3b321347 qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x3b3b6357 md_bitmap_unplug_async +EXPORT_SYMBOL vmlinux 0x3b3fa701 ip_sock_set_pktinfo +EXPORT_SYMBOL vmlinux 0x3b40879d check_zeroed_user +EXPORT_SYMBOL vmlinux 0x3b5abe58 pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0x3b644591 __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x3b67e965 tcp_conn_request +EXPORT_SYMBOL vmlinux 0x3b6c41ea kstrtouint +EXPORT_SYMBOL vmlinux 0x3b707ad5 imx_sc_rm_get_resource_owner +EXPORT_SYMBOL vmlinux 0x3b8910be generic_fill_statx_attr +EXPORT_SYMBOL vmlinux 0x3b8e65de pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0x3bafcdeb inet_stream_ops +EXPORT_SYMBOL vmlinux 0x3bafddcf tcf_idrinfo_destroy +EXPORT_SYMBOL vmlinux 0x3bbde190 pci_restore_state +EXPORT_SYMBOL vmlinux 0x3bbf46ea vga_base +EXPORT_SYMBOL vmlinux 0x3bcb568b fifo_create_dflt +EXPORT_SYMBOL vmlinux 0x3bdb1e4a jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0x3bec6ddb tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0x3c0f0328 thread_group_exited +EXPORT_SYMBOL vmlinux 0x3c185c61 page_put_link +EXPORT_SYMBOL vmlinux 0x3c1ce10a jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0x3c3215c4 qe_immr +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c3ff9fd sprintf +EXPORT_SYMBOL vmlinux 0x3c4ce943 phy_start +EXPORT_SYMBOL vmlinux 0x3c5c822b serio_close +EXPORT_SYMBOL vmlinux 0x3c60315c ioremap_cache +EXPORT_SYMBOL vmlinux 0x3c61cd2a blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0x3c65edca inode_newsize_ok +EXPORT_SYMBOL vmlinux 0x3c7db3d3 netdev_next_lower_dev_rcu +EXPORT_SYMBOL vmlinux 0x3c7e7dea __zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0x3c8b988f configfs_depend_item +EXPORT_SYMBOL vmlinux 0x3c8f6ef0 __xa_insert +EXPORT_SYMBOL vmlinux 0x3c93d318 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0x3cadfb07 flow_block_cb_priv +EXPORT_SYMBOL vmlinux 0x3cb092b3 __skb_recv_udp +EXPORT_SYMBOL vmlinux 0x3cb23db3 console_srcu_read_unlock +EXPORT_SYMBOL vmlinux 0x3cb56325 eth_mac_addr +EXPORT_SYMBOL vmlinux 0x3cc4a7b3 __sock_i_ino +EXPORT_SYMBOL vmlinux 0x3cc8ade9 elv_rb_del +EXPORT_SYMBOL vmlinux 0x3ce0df3e jbd2_journal_load +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3ce734e8 bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x3d0d0f71 vfs_iter_write +EXPORT_SYMBOL vmlinux 0x3d25fdd4 ps2_sliced_command +EXPORT_SYMBOL vmlinux 0x3d27dedf rawnand_sw_hamming_cleanup +EXPORT_SYMBOL vmlinux 0x3d2b3884 phy_ethtool_get_strings +EXPORT_SYMBOL vmlinux 0x3d350191 pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0x3d39291f phy_ethtool_get_sset_count +EXPORT_SYMBOL vmlinux 0x3d39919a simple_setattr +EXPORT_SYMBOL vmlinux 0x3d3c540f elf_hwcap +EXPORT_SYMBOL vmlinux 0x3d404ceb __vmalloc_array +EXPORT_SYMBOL vmlinux 0x3d475398 mntget +EXPORT_SYMBOL vmlinux 0x3d47bf4a rproc_set_firmware +EXPORT_SYMBOL vmlinux 0x3d5802ae snd_pcm_hw_constraint_ranges +EXPORT_SYMBOL vmlinux 0x3d994681 udp_lib_rehash +EXPORT_SYMBOL vmlinux 0x3da13888 keyring_search +EXPORT_SYMBOL vmlinux 0x3da39005 dev_get_stats +EXPORT_SYMBOL vmlinux 0x3da62f6c nd_device_unregister +EXPORT_SYMBOL vmlinux 0x3da8894c nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x3db6343d truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x3dc17ebd netpoll_print_options +EXPORT_SYMBOL vmlinux 0x3dcaad8a proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dce1903 dma_resv_replace_fences +EXPORT_SYMBOL vmlinux 0x3dd0ae54 simple_fill_super +EXPORT_SYMBOL vmlinux 0x3ddae83d module_put +EXPORT_SYMBOL vmlinux 0x3deb2635 file_check_and_advance_wb_err +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e018a08 __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0x3e0756c9 tty_name +EXPORT_SYMBOL vmlinux 0x3e0997a1 of_node_name_prefix +EXPORT_SYMBOL vmlinux 0x3e149766 pci_find_next_bus +EXPORT_SYMBOL vmlinux 0x3e17aca4 security_sb_mnt_opts_compat +EXPORT_SYMBOL vmlinux 0x3e1e8980 folio_mapping +EXPORT_SYMBOL vmlinux 0x3e3123db simple_lookup +EXPORT_SYMBOL vmlinux 0x3e3bad0a __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x3e41d5c4 make_bad_inode +EXPORT_SYMBOL vmlinux 0x3e475ccf sock_release +EXPORT_SYMBOL vmlinux 0x3e484ed2 __module_get +EXPORT_SYMBOL vmlinux 0x3e4cc1c8 nand_ecc_sw_bch_init_ctx +EXPORT_SYMBOL vmlinux 0x3e59c6f8 __traceiter_module_get +EXPORT_SYMBOL vmlinux 0x3e5ac6ad jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0x3e7a5230 __generic_file_fsync +EXPORT_SYMBOL vmlinux 0x3e82f3e9 get_random_bytes +EXPORT_SYMBOL vmlinux 0x3e875c0d __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0x3ea872cf pci_match_id +EXPORT_SYMBOL vmlinux 0x3ea8a0b6 fscrypt_ioctl_set_policy +EXPORT_SYMBOL vmlinux 0x3ebd7a94 seg6_push_hmac +EXPORT_SYMBOL vmlinux 0x3ec80fa0 _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0x3eccbe2c __find_nth_bit +EXPORT_SYMBOL vmlinux 0x3ed104a5 xa_set_mark +EXPORT_SYMBOL vmlinux 0x3edc66c8 mipi_dsi_dcs_set_tear_scanline +EXPORT_SYMBOL vmlinux 0x3ef84127 pps_lookup_dev +EXPORT_SYMBOL vmlinux 0x3efe1703 phy_unregister_fixup_for_id +EXPORT_SYMBOL vmlinux 0x3f1b6168 pcibios_fixup_bus +EXPORT_SYMBOL vmlinux 0x3f28c999 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0x3f291e42 blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x3f39f332 input_register_device +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f48618e __scsi_add_device +EXPORT_SYMBOL vmlinux 0x3f4af46f gen_pool_first_fit_order_align +EXPORT_SYMBOL vmlinux 0x3f5cf550 page_cache_next_miss +EXPORT_SYMBOL vmlinux 0x3f6c4371 __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0x3f7340cb sock_set_rcvbuf +EXPORT_SYMBOL vmlinux 0x3f7602e6 skb_copy_datagram_from_iter +EXPORT_SYMBOL vmlinux 0x3f7a5606 jbd2_fc_end_commit_fallback +EXPORT_SYMBOL vmlinux 0x3f7c4128 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x3f89071b security_ib_pkey_access +EXPORT_SYMBOL vmlinux 0x3f8eb791 pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0x3fb21438 mpage_readahead +EXPORT_SYMBOL vmlinux 0x3fb666b0 rproc_elf_load_segments +EXPORT_SYMBOL vmlinux 0x3fbea82c tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0x3fbf3c89 vme_slave_set +EXPORT_SYMBOL vmlinux 0x3fd78f3b register_chrdev_region +EXPORT_SYMBOL vmlinux 0x3fe2d0f8 sk_ns_capable +EXPORT_SYMBOL vmlinux 0x403a93e7 radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0x404aba91 fb_pan_display +EXPORT_SYMBOL vmlinux 0x4055fcf0 netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x4059792f print_hex_dump +EXPORT_SYMBOL vmlinux 0x405bcc2b inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x406b303e neigh_xmit +EXPORT_SYMBOL vmlinux 0x407136b1 __put_user_8 +EXPORT_SYMBOL vmlinux 0x40816133 serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x40a62432 __nla_validate +EXPORT_SYMBOL vmlinux 0x40a93e6b mmc_command_done +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40abd1f0 ip_defrag +EXPORT_SYMBOL vmlinux 0x40ad35a0 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x40b51c05 __sysfs_match_string +EXPORT_SYMBOL vmlinux 0x40b89880 mdiobus_c45_write +EXPORT_SYMBOL vmlinux 0x40c13966 tcf_qevent_destroy +EXPORT_SYMBOL vmlinux 0x40c2dc0d cdc_parse_cdc_header +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40c9b3b3 vme_new_dma_list +EXPORT_SYMBOL vmlinux 0x40d00a84 devfreq_update_interval +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d402ad do_wait_intr +EXPORT_SYMBOL vmlinux 0x40d41c23 filemap_map_pages +EXPORT_SYMBOL vmlinux 0x40d59096 unregister_restart_handler +EXPORT_SYMBOL vmlinux 0x40dccfec fs_param_is_u64 +EXPORT_SYMBOL vmlinux 0x40f07981 __ashldi3 +EXPORT_SYMBOL vmlinux 0x412f893c page_offline_begin +EXPORT_SYMBOL vmlinux 0x41334e00 netdev_get_by_index +EXPORT_SYMBOL vmlinux 0x4143da16 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x414975dd __genradix_prealloc +EXPORT_SYMBOL vmlinux 0x415e9059 __dquot_free_space +EXPORT_SYMBOL vmlinux 0x415f4d3e _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL vmlinux 0x41641470 dma_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0x4170c256 dma_pool_create +EXPORT_SYMBOL vmlinux 0x417d3d40 get_mem_type +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x418a5367 __scsi_format_command +EXPORT_SYMBOL vmlinux 0x419ae604 filemap_get_folios +EXPORT_SYMBOL vmlinux 0x41a077d7 vfs_path_parent_lookup +EXPORT_SYMBOL vmlinux 0x41a29033 skb_dump +EXPORT_SYMBOL vmlinux 0x41bc5e70 phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x42028b20 kern_path +EXPORT_SYMBOL vmlinux 0x420bbd1d param_get_ulong +EXPORT_SYMBOL vmlinux 0x420d45c9 __cpuhp_remove_state_cpuslocked +EXPORT_SYMBOL vmlinux 0x42130a3b component_match_add_release +EXPORT_SYMBOL vmlinux 0x4214823c serio_unregister_driver +EXPORT_SYMBOL vmlinux 0x421d4dcf krealloc +EXPORT_SYMBOL vmlinux 0x42253bc0 phy_modify_paged +EXPORT_SYMBOL vmlinux 0x4230a8d7 sg_nents_for_len +EXPORT_SYMBOL vmlinux 0x4230c37d pci_bus_type +EXPORT_SYMBOL vmlinux 0x423d4496 cpumask_next_wrap +EXPORT_SYMBOL vmlinux 0x4248ae3c single_task_running +EXPORT_SYMBOL vmlinux 0x424d3620 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x4253aa7e down_write +EXPORT_SYMBOL vmlinux 0x42561ea3 km_policy_notify +EXPORT_SYMBOL vmlinux 0x42604384 ucs2_strncmp +EXPORT_SYMBOL vmlinux 0x4298b775 v7_flush_kern_cache_all +EXPORT_SYMBOL vmlinux 0x429a6a84 netdev_set_sb_channel +EXPORT_SYMBOL vmlinux 0x429bb148 skb_tx_error +EXPORT_SYMBOL vmlinux 0x42a53112 snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL vmlinux 0x42a5bfeb pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0x42ae80af in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x42b2a8ab mtree_erase +EXPORT_SYMBOL vmlinux 0x42c7dd03 redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x42d4152c flow_rule_match_enc_opts +EXPORT_SYMBOL vmlinux 0x42f0dcde __ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0x42f1b900 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x4335b574 scsi_print_result +EXPORT_SYMBOL vmlinux 0x4336fcca ucs2_as_utf8 +EXPORT_SYMBOL vmlinux 0x43374bf9 flow_rule_match_tcp +EXPORT_SYMBOL vmlinux 0x4342d03e devm_extcon_register_notifier +EXPORT_SYMBOL vmlinux 0x434338a0 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x43546745 xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0x43698222 of_platform_device_create +EXPORT_SYMBOL vmlinux 0x437a0d6d __sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x437ba2b0 mipi_dsi_device_unregister +EXPORT_SYMBOL vmlinux 0x43846442 flow_rule_match_enc_control +EXPORT_SYMBOL vmlinux 0x4385ac80 iov_iter_zero +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x439fbab5 dev_uc_del +EXPORT_SYMBOL vmlinux 0x43b32533 mmc_gpio_set_cd_isr +EXPORT_SYMBOL vmlinux 0x43b6448c fb_class +EXPORT_SYMBOL vmlinux 0x43c4a433 xfrm_replay_seqhi +EXPORT_SYMBOL vmlinux 0x43d22fb9 groups_alloc +EXPORT_SYMBOL vmlinux 0x43da2179 mii_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x43f1ebb2 sock_ioctl_inout +EXPORT_SYMBOL vmlinux 0x43f9ebc8 slhc_remember +EXPORT_SYMBOL vmlinux 0x44006b5c __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0x4403928e snd_ctl_boolean_mono_info +EXPORT_SYMBOL vmlinux 0x4403bbd0 imx_sc_misc_set_control +EXPORT_SYMBOL vmlinux 0x440d97e2 set_bh_page +EXPORT_SYMBOL vmlinux 0x442134a8 pci_select_bars +EXPORT_SYMBOL vmlinux 0x44224f9c __i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x44230167 proc_do_large_bitmap +EXPORT_SYMBOL vmlinux 0x4428d513 finish_open +EXPORT_SYMBOL vmlinux 0x44296c8f set_anon_super_fc +EXPORT_SYMBOL vmlinux 0x442b0d3a pskb_expand_head +EXPORT_SYMBOL vmlinux 0x4430df0f follow_pfn +EXPORT_SYMBOL vmlinux 0x44366cfc simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0x443808dc bio_reset +EXPORT_SYMBOL vmlinux 0x443bcab0 pci_scan_single_device +EXPORT_SYMBOL vmlinux 0x44469a76 crc_ccitt_false_table +EXPORT_SYMBOL vmlinux 0x444dd41b bpf_prog_get_type_path +EXPORT_SYMBOL vmlinux 0x445827d5 mmc_free_host +EXPORT_SYMBOL vmlinux 0x4461eb55 gic_nonsecure_priorities +EXPORT_SYMBOL vmlinux 0x4462d35e cpufreq_get_hw_max_freq +EXPORT_SYMBOL vmlinux 0x44643b93 __aeabi_lmul +EXPORT_SYMBOL vmlinux 0x448d535a flow_indr_dev_register +EXPORT_SYMBOL vmlinux 0x44937371 mipi_dsi_dcs_write_buffer +EXPORT_SYMBOL vmlinux 0x44ba52ae xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0x44c1830b tegra_ivc_read_get_next_frame +EXPORT_SYMBOL vmlinux 0x44c9dc6c percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0x44d04017 snd_ctl_unregister_ioctl +EXPORT_SYMBOL vmlinux 0x44d9d8ba remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0x44da5d0f __csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0x44e66ed2 bitmap_print_bitmask_to_buf +EXPORT_SYMBOL vmlinux 0x44e7a594 tcp_mss_to_mtu +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44f3deef ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0x45006cee default_red +EXPORT_SYMBOL vmlinux 0x450d9a35 cmd_db_read_slave_id +EXPORT_SYMBOL vmlinux 0x452ba683 ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x454840c8 block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0x454fa18d dev_mc_init +EXPORT_SYMBOL vmlinux 0x4554b9be nd_region_release_lane +EXPORT_SYMBOL vmlinux 0x455af4a8 pps_event +EXPORT_SYMBOL vmlinux 0x45706509 of_phy_find_device +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x458b9a8e seq_path +EXPORT_SYMBOL vmlinux 0x458e85ae get_cached_acl +EXPORT_SYMBOL vmlinux 0x45a82284 jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0x45bd19de nla_strscpy +EXPORT_SYMBOL vmlinux 0x45bda0d5 system_serial_low +EXPORT_SYMBOL vmlinux 0x45d9d146 security_sctp_bind_connect +EXPORT_SYMBOL vmlinux 0x45e8afd1 genl_register_family +EXPORT_SYMBOL vmlinux 0x45ecdfaf __cgroup_bpf_run_filter_sock_ops +EXPORT_SYMBOL vmlinux 0x45ef9a9a alloc_fddidev +EXPORT_SYMBOL vmlinux 0x460d98af blk_sync_queue +EXPORT_SYMBOL vmlinux 0x460f4a34 flow_hash_from_keys +EXPORT_SYMBOL vmlinux 0x461d16ca sg_nents +EXPORT_SYMBOL vmlinux 0x462a2e75 match_strlcpy +EXPORT_SYMBOL vmlinux 0x463d74fb of_iomap +EXPORT_SYMBOL vmlinux 0x464342e3 seq_puts +EXPORT_SYMBOL vmlinux 0x4657c70c snd_ctl_find_id +EXPORT_SYMBOL vmlinux 0x465e24ff ucs2_utf8size +EXPORT_SYMBOL vmlinux 0x46632cc6 of_device_alloc +EXPORT_SYMBOL vmlinux 0x46669d36 _raw_write_lock_nested +EXPORT_SYMBOL vmlinux 0x466c4c90 blkdev_put +EXPORT_SYMBOL vmlinux 0x467f947a snd_timer_open +EXPORT_SYMBOL vmlinux 0x469a6ec7 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0x46a8b254 flow_rule_match_enc_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x46b52b3f mipi_dsi_dcs_write +EXPORT_SYMBOL vmlinux 0x46bd5d6e video_get_options +EXPORT_SYMBOL vmlinux 0x46cd5a7e jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0x46d3b28c __div0 +EXPORT_SYMBOL vmlinux 0x46e7402b skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0x47065c73 cpm_muram_offset +EXPORT_SYMBOL vmlinux 0x470cc74e devm_clk_get_optional +EXPORT_SYMBOL vmlinux 0x471e6fcd __dec_node_page_state +EXPORT_SYMBOL vmlinux 0x4725d282 uart_add_one_port +EXPORT_SYMBOL vmlinux 0x47425c2f eth_header_parse_protocol +EXPORT_SYMBOL vmlinux 0x4756260d ida_destroy +EXPORT_SYMBOL vmlinux 0x4767a361 vlan_vid_del +EXPORT_SYMBOL vmlinux 0x476fae3d __devm_release_region +EXPORT_SYMBOL vmlinux 0x47709e42 free_anon_bdev +EXPORT_SYMBOL vmlinux 0x478178ec dcb_getrewr +EXPORT_SYMBOL vmlinux 0x478f67fe __skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0x479137ca imx_scu_irq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x47a49422 blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0x47a7019e jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0x47b6d6d7 xfrm_lookup_with_ifid +EXPORT_SYMBOL vmlinux 0x47c20f8a refcount_dec_not_one +EXPORT_SYMBOL vmlinux 0x47c65bfc unregister_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0x47d090d2 mode_strip_sgid +EXPORT_SYMBOL vmlinux 0x47e70229 v7_flush_user_cache_range +EXPORT_SYMBOL vmlinux 0x47f04afc security_inet_conn_established +EXPORT_SYMBOL vmlinux 0x47f757de elf_platform +EXPORT_SYMBOL vmlinux 0x48124ea0 tegra_dfll_unregister +EXPORT_SYMBOL vmlinux 0x481814c4 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0x4828fdb3 zero_user_segments +EXPORT_SYMBOL vmlinux 0x482bbb87 phy_modify_paged_changed +EXPORT_SYMBOL vmlinux 0x4848cfb1 phy_mipi_dphy_get_default_config +EXPORT_SYMBOL vmlinux 0x484d176e pci_alloc_irq_vectors_affinity +EXPORT_SYMBOL vmlinux 0x484f6edf ktime_get_coarse_real_ts64 +EXPORT_SYMBOL vmlinux 0x4850087b tty_port_open +EXPORT_SYMBOL vmlinux 0x4853b900 phy_reset_after_clk_enable +EXPORT_SYMBOL vmlinux 0x48556ff3 freeze_super +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x485cb9ed page_pool_put_defragged_page +EXPORT_SYMBOL vmlinux 0x48623316 mmc_gpio_set_cd_irq +EXPORT_SYMBOL vmlinux 0x486e0cd3 proc_create_seq_private +EXPORT_SYMBOL vmlinux 0x487f5a0a uart_suspend_port +EXPORT_SYMBOL vmlinux 0x488d40e1 mtree_insert_range +EXPORT_SYMBOL vmlinux 0x48a5b067 __machine_arch_type +EXPORT_SYMBOL vmlinux 0x48a91171 string_get_size +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48bc7bf9 __pci_register_driver +EXPORT_SYMBOL vmlinux 0x48cc687d key_validate +EXPORT_SYMBOL vmlinux 0x48d27375 __bitmap_intersects +EXPORT_SYMBOL vmlinux 0x48d610e6 pci_dev_put +EXPORT_SYMBOL vmlinux 0x48d9fd9d setup_arg_pages +EXPORT_SYMBOL vmlinux 0x48dbcb6f rdmacg_uncharge +EXPORT_SYMBOL vmlinux 0x48e3539b tcp_sock_set_nodelay +EXPORT_SYMBOL vmlinux 0x48eb195c tcf_block_netif_keep_dst +EXPORT_SYMBOL vmlinux 0x48eb9e3b remap_pfn_range +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x49237da9 inode_get_bytes +EXPORT_SYMBOL vmlinux 0x49256082 of_cpu_device_node_get +EXPORT_SYMBOL vmlinux 0x492862e4 __remove_inode_hash +EXPORT_SYMBOL vmlinux 0x4944be50 netpoll_parse_options +EXPORT_SYMBOL vmlinux 0x495231ea mul_u64_u64_div_u64 +EXPORT_SYMBOL vmlinux 0x4959e62d proc_remove +EXPORT_SYMBOL vmlinux 0x4977c498 stack_depot_get_extra_bits +EXPORT_SYMBOL vmlinux 0x497e194c clk_hw_get_clk +EXPORT_SYMBOL vmlinux 0x497e634c nexthop_res_grp_activity_update +EXPORT_SYMBOL vmlinux 0x49860577 pm860x_reg_read +EXPORT_SYMBOL vmlinux 0x49871971 _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0x49879743 rproc_coredump_set_elf_info +EXPORT_SYMBOL vmlinux 0x49970de8 finish_wait +EXPORT_SYMBOL vmlinux 0x49972898 dma_fence_array_ops +EXPORT_SYMBOL vmlinux 0x499f0ecf nd_sb_checksum +EXPORT_SYMBOL vmlinux 0x49bb164e pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x49cb386b phy_ethtool_ksettings_get +EXPORT_SYMBOL vmlinux 0x49d35141 dev_get_by_index +EXPORT_SYMBOL vmlinux 0x49d3cb78 of_graph_get_remote_port_parent +EXPORT_SYMBOL vmlinux 0x49e07592 vfs_clone_file_range +EXPORT_SYMBOL vmlinux 0x49ebacbd _clear_bit +EXPORT_SYMBOL vmlinux 0x49f26466 kstrndup +EXPORT_SYMBOL vmlinux 0x4a047d11 __getblk_gfp +EXPORT_SYMBOL vmlinux 0x4a1b19b3 get_user_pages_remote +EXPORT_SYMBOL vmlinux 0x4a261637 kfree_skb_reason +EXPORT_SYMBOL vmlinux 0x4a27246a uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL vmlinux 0x4a50fb2a blk_rq_init +EXPORT_SYMBOL vmlinux 0x4a53d4c7 snd_jack_set_parent +EXPORT_SYMBOL vmlinux 0x4a6948de key_task_permission +EXPORT_SYMBOL vmlinux 0x4a78be61 mdiobus_c45_read +EXPORT_SYMBOL vmlinux 0x4a93576a ucc_fast_free +EXPORT_SYMBOL vmlinux 0x4a96a8eb xxh32_digest +EXPORT_SYMBOL vmlinux 0x4a9e804f scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0x4abbc8a5 bio_free_pages +EXPORT_SYMBOL vmlinux 0x4abd3171 textsearch_register +EXPORT_SYMBOL vmlinux 0x4abfcc6a md_integrity_register +EXPORT_SYMBOL vmlinux 0x4acc108b dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0x4ade86b5 hdmi_drm_infoframe_unpack_only +EXPORT_SYMBOL vmlinux 0x4ae90d8e hdmi_avi_infoframe_check +EXPORT_SYMBOL vmlinux 0x4af6ddf0 kstrtou16 +EXPORT_SYMBOL vmlinux 0x4b055ca8 mmc_add_host +EXPORT_SYMBOL vmlinux 0x4b1d6351 phys_mem_access_prot +EXPORT_SYMBOL vmlinux 0x4b291b53 vme_irq_free +EXPORT_SYMBOL vmlinux 0x4b401817 iwe_stream_add_value +EXPORT_SYMBOL vmlinux 0x4b4796d3 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x4b57254d vfs_dedupe_file_range +EXPORT_SYMBOL vmlinux 0x4b68c364 tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0x4b84a7cc dget_parent +EXPORT_SYMBOL vmlinux 0x4b888f81 param_get_ushort +EXPORT_SYMBOL vmlinux 0x4ba43539 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0x4ba7c568 import_single_range +EXPORT_SYMBOL vmlinux 0x4bcbe3f2 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x4be85a03 memweight +EXPORT_SYMBOL vmlinux 0x4bef1c67 empty_name +EXPORT_SYMBOL vmlinux 0x4bf5102b end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0x4bfdcefa __memset32 +EXPORT_SYMBOL vmlinux 0x4bffa7e2 __dev_queue_xmit +EXPORT_SYMBOL vmlinux 0x4c157bcb param_set_ulong +EXPORT_SYMBOL vmlinux 0x4c208ba5 dma_fence_chain_find_seqno +EXPORT_SYMBOL vmlinux 0x4c212d54 flow_rule_match_enc_ports +EXPORT_SYMBOL vmlinux 0x4c2ae700 strnstr +EXPORT_SYMBOL vmlinux 0x4c318f0e skb_checksum +EXPORT_SYMBOL vmlinux 0x4c416eb9 LZ4_decompress_fast +EXPORT_SYMBOL vmlinux 0x4c74340e inet_stream_connect +EXPORT_SYMBOL vmlinux 0x4c8b2e53 kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x4c9b55dd rproc_elf_find_loaded_rsc_table +EXPORT_SYMBOL vmlinux 0x4c9f1a27 dump_emit +EXPORT_SYMBOL vmlinux 0x4ca96d1e __udp_disconnect +EXPORT_SYMBOL vmlinux 0x4caf5cc2 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0x4cc2854d tegra114_clock_assert_dfll_dvco_reset +EXPORT_SYMBOL vmlinux 0x4cc63b08 generic_file_open +EXPORT_SYMBOL vmlinux 0x4cccd616 setup_new_exec +EXPORT_SYMBOL vmlinux 0x4cd7a436 netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0x4ce494b0 pci_find_bus +EXPORT_SYMBOL vmlinux 0x4cef985f udp_seq_ops +EXPORT_SYMBOL vmlinux 0x4cfbfbc7 ip_sock_set_tos +EXPORT_SYMBOL vmlinux 0x4cfc46a4 tcf_idr_check_alloc +EXPORT_SYMBOL vmlinux 0x4d0d163d copy_page +EXPORT_SYMBOL vmlinux 0x4d13b8ba skb_copy_expand +EXPORT_SYMBOL vmlinux 0x4d14d1a6 qdisc_offload_graft_helper +EXPORT_SYMBOL vmlinux 0x4d179642 pci_assign_resource +EXPORT_SYMBOL vmlinux 0x4d1cae56 call_fib_notifiers +EXPORT_SYMBOL vmlinux 0x4d38f0b6 inet_del_protocol +EXPORT_SYMBOL vmlinux 0x4d3c153f sigprocmask +EXPORT_SYMBOL vmlinux 0x4d3fabb6 user_path_at_empty +EXPORT_SYMBOL vmlinux 0x4d45d89e udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x4d514485 xa_store +EXPORT_SYMBOL vmlinux 0x4d5164d7 __break_lease +EXPORT_SYMBOL vmlinux 0x4d5f7797 simple_pin_fs +EXPORT_SYMBOL vmlinux 0x4d746df6 dquot_free_inode +EXPORT_SYMBOL vmlinux 0x4d75abff phy_connect +EXPORT_SYMBOL vmlinux 0x4d7d5a64 mipi_dsi_dcs_set_pixel_format +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4d9b6d35 snd_pcm_format_size +EXPORT_SYMBOL vmlinux 0x4da278d9 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4dce47d8 _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0x4ddb8786 flow_rule_match_l2tpv3 +EXPORT_SYMBOL vmlinux 0x4de779c7 jbd2_journal_inode_ranged_write +EXPORT_SYMBOL vmlinux 0x4de8b9ff input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0x4dec6038 memscan +EXPORT_SYMBOL vmlinux 0x4df2ea84 gen_estimator_read +EXPORT_SYMBOL vmlinux 0x4df87df4 padata_free_shell +EXPORT_SYMBOL vmlinux 0x4dff7adf request_partial_firmware_into_buf +EXPORT_SYMBOL vmlinux 0x4e017bdf vfs_setpos +EXPORT_SYMBOL vmlinux 0x4e05bdec mempool_init_node +EXPORT_SYMBOL vmlinux 0x4e097ee7 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x4e16c092 dev_set_allmulti +EXPORT_SYMBOL vmlinux 0x4e2e74c1 qcom_scm_io_readl +EXPORT_SYMBOL vmlinux 0x4e3297c2 vlan_uses_dev +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e36cdc4 __ubsan_handle_divrem_overflow +EXPORT_SYMBOL vmlinux 0x4e4afc1f tcp_time_wait +EXPORT_SYMBOL vmlinux 0x4e4eba19 param_ops_hexint +EXPORT_SYMBOL vmlinux 0x4e5133b0 msm_pinctrl_probe +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e8950ab alloc_mdio_bitbang +EXPORT_SYMBOL vmlinux 0x4e952862 d_invalidate +EXPORT_SYMBOL vmlinux 0x4ea5b347 ip6_output +EXPORT_SYMBOL vmlinux 0x4ea79d03 netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x4eada8f7 security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0x4eb2b066 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x4eb76ef4 key_invalidate +EXPORT_SYMBOL vmlinux 0x4ec64f8a cqhci_deactivate +EXPORT_SYMBOL vmlinux 0x4ecddc08 datagram_poll +EXPORT_SYMBOL vmlinux 0x4ee98ebd tcp_have_smc +EXPORT_SYMBOL vmlinux 0x4ef224f5 ethtool_aggregate_pause_stats +EXPORT_SYMBOL vmlinux 0x4f0202ab call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0x4f0ae3f3 iov_iter_xarray +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f20d80b zstd_min_clevel +EXPORT_SYMBOL vmlinux 0x4f2250ba rtc_tm_to_time64 +EXPORT_SYMBOL vmlinux 0x4f24210c rdmacg_try_charge +EXPORT_SYMBOL vmlinux 0x4f310f08 rtnl_kfree_skbs +EXPORT_SYMBOL vmlinux 0x4f5a8ee5 module_refcount +EXPORT_SYMBOL vmlinux 0x4f5be47b snd_card_file_add +EXPORT_SYMBOL vmlinux 0x4f6a4840 security_sctp_sk_clone +EXPORT_SYMBOL vmlinux 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL vmlinux 0x4f89c9de gpmc_cs_free +EXPORT_SYMBOL vmlinux 0x4fa4688e snd_pcm_mmap_data +EXPORT_SYMBOL vmlinux 0x4fad8c6d napi_consume_skb +EXPORT_SYMBOL vmlinux 0x4fc98ce5 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x4fe557d3 of_get_next_parent +EXPORT_SYMBOL vmlinux 0x4fef3ef4 completion_done +EXPORT_SYMBOL vmlinux 0x4ffb59bf __SCK__tp_func_kfree +EXPORT_SYMBOL vmlinux 0x4ffc544b simple_rename +EXPORT_SYMBOL vmlinux 0x4ffd6fba netdev_printk +EXPORT_SYMBOL vmlinux 0x4ffe23de regset_get_alloc +EXPORT_SYMBOL vmlinux 0x5004d5a8 skb_csum_hwoffload_help +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x5009c71d glob_match +EXPORT_SYMBOL vmlinux 0x501672e0 __ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x501d4b8a scsi_register_interface +EXPORT_SYMBOL vmlinux 0x502571b3 drop_super_exclusive +EXPORT_SYMBOL vmlinux 0x502b6647 mempool_create_node +EXPORT_SYMBOL vmlinux 0x50373144 init_task +EXPORT_SYMBOL vmlinux 0x503bd137 snd_interval_ranges +EXPORT_SYMBOL vmlinux 0x50624917 sha1_init +EXPORT_SYMBOL vmlinux 0x506ac7e0 snd_ctl_rename_id +EXPORT_SYMBOL vmlinux 0x506dff1a __genradix_free +EXPORT_SYMBOL vmlinux 0x5080c30e xfrm_unregister_type_offload +EXPORT_SYMBOL vmlinux 0x50846487 rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0x50885ecd __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0x50892e9d mipi_dsi_shutdown_peripheral +EXPORT_SYMBOL vmlinux 0x50894827 folio_wait_private_2 +EXPORT_SYMBOL vmlinux 0x5089f45f ip_send_check +EXPORT_SYMBOL vmlinux 0x50944630 seq_list_start_head_rcu +EXPORT_SYMBOL vmlinux 0x509af43c snd_register_device +EXPORT_SYMBOL vmlinux 0x50a4698c fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0x50b4f502 pci_release_regions +EXPORT_SYMBOL vmlinux 0x50b73ce2 rfkill_find_type +EXPORT_SYMBOL vmlinux 0x50b80992 mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0x50b82667 handshake_genl_put +EXPORT_SYMBOL vmlinux 0x50be748d security_ib_free_security +EXPORT_SYMBOL vmlinux 0x50c458b4 pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0x50d035c2 vsscanf +EXPORT_SYMBOL vmlinux 0x50d71bcf gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0x50e32ed0 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0x50f2e4ae netdev_alert +EXPORT_SYMBOL vmlinux 0x50f85302 __arm_smccc_hvc +EXPORT_SYMBOL vmlinux 0x51078af0 from_kuid_munged +EXPORT_SYMBOL vmlinux 0x51219218 ip_frag_next +EXPORT_SYMBOL vmlinux 0x513bc276 flow_rule_match_ip +EXPORT_SYMBOL vmlinux 0x514a62ec dq_data_lock +EXPORT_SYMBOL vmlinux 0x51641162 opal_unlock_from_suspend +EXPORT_SYMBOL vmlinux 0x516e2380 is_subdir +EXPORT_SYMBOL vmlinux 0x51841bda of_get_ddr_timings +EXPORT_SYMBOL vmlinux 0x519777bf mark_buffer_write_io_error +EXPORT_SYMBOL vmlinux 0x51a910c0 arm_copy_to_user +EXPORT_SYMBOL vmlinux 0x51d5ba83 update_region +EXPORT_SYMBOL vmlinux 0x51e77c97 pfn_valid +EXPORT_SYMBOL vmlinux 0x5203d176 cmd_db_ready +EXPORT_SYMBOL vmlinux 0x520953fc get_fs_type +EXPORT_SYMBOL vmlinux 0x520efca9 md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0x5219e746 xsk_uses_need_wakeup +EXPORT_SYMBOL vmlinux 0x521f4f39 snd_compr_free_pages +EXPORT_SYMBOL vmlinux 0x5221f720 param_ops_charp +EXPORT_SYMBOL vmlinux 0x522fb0e4 __hsiphash_unaligned +EXPORT_SYMBOL vmlinux 0x524b5e69 filemap_release_folio +EXPORT_SYMBOL vmlinux 0x5258a101 phy_device_remove +EXPORT_SYMBOL vmlinux 0x525b0917 sockopt_ns_capable +EXPORT_SYMBOL vmlinux 0x526c3a6c jiffies +EXPORT_SYMBOL vmlinux 0x5271b7a9 param_get_uint +EXPORT_SYMBOL vmlinux 0x52816059 netdev_offload_xstats_disable +EXPORT_SYMBOL vmlinux 0x528c709d simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x529c8c30 dma_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0x52a4433f sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x52b8bbf0 tty_port_close +EXPORT_SYMBOL vmlinux 0x52d717da xz_dec_init +EXPORT_SYMBOL vmlinux 0x52d97667 bitmap_to_arr64 +EXPORT_SYMBOL vmlinux 0x52df57a1 pci_free_irq_vectors +EXPORT_SYMBOL vmlinux 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL vmlinux 0x52f0557f mipi_dsi_dcs_set_display_on +EXPORT_SYMBOL vmlinux 0x52f2850a imx_sc_pm_cpu_start +EXPORT_SYMBOL vmlinux 0x53002e5a new_inode +EXPORT_SYMBOL vmlinux 0x53043064 ptp_find_pin +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x5317deaa of_graph_get_port_parent +EXPORT_SYMBOL vmlinux 0x531968b1 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0x53245d56 netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0x5325d75c netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0x532a585e blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0x5338184f ethtool_sprintf +EXPORT_SYMBOL vmlinux 0x534f2aa4 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x535576d2 snd_power_wait +EXPORT_SYMBOL vmlinux 0x535703be pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x535e68e5 xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0x536060af radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0x537c349d param_ops_bool +EXPORT_SYMBOL vmlinux 0x538862af debugfs_create_automount +EXPORT_SYMBOL vmlinux 0x53ac9589 current_in_userns +EXPORT_SYMBOL vmlinux 0x53cc121a amba_driver_unregister +EXPORT_SYMBOL vmlinux 0x53e0702b skb_checksum_trimmed +EXPORT_SYMBOL vmlinux 0x53e72b8f netdev_state_change +EXPORT_SYMBOL vmlinux 0x53f3a149 tcp_seq_start +EXPORT_SYMBOL vmlinux 0x53f8ced7 page_pool_ethtool_stats_get_strings +EXPORT_SYMBOL vmlinux 0x54030275 pci_save_state +EXPORT_SYMBOL vmlinux 0x5409b9b8 devm_mfd_add_devices +EXPORT_SYMBOL vmlinux 0x540c70f9 blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0x5416177d register_cdrom +EXPORT_SYMBOL vmlinux 0x54222780 remove_watch_from_object +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x5440d6fe qdisc_offload_dump_helper +EXPORT_SYMBOL vmlinux 0x544735a5 devm_clk_put +EXPORT_SYMBOL vmlinux 0x544d4dfb xfrm_state_free +EXPORT_SYMBOL vmlinux 0x546d8fd4 invalidate_disk +EXPORT_SYMBOL vmlinux 0x5489f957 sock_gettstamp +EXPORT_SYMBOL vmlinux 0x548af222 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0x5493f1bb generic_key_instantiate +EXPORT_SYMBOL vmlinux 0x54b1fac6 __ubsan_handle_load_invalid_value +EXPORT_SYMBOL vmlinux 0x54bf776e scsi_remove_device +EXPORT_SYMBOL vmlinux 0x54cdc74a ptp_clock_event +EXPORT_SYMBOL vmlinux 0x54cfacd5 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x54d0cb23 mmc_retune_release +EXPORT_SYMBOL vmlinux 0x54d242b1 generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x54dfb8cf inet_release +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54e7c608 omap_rtc_power_off_program +EXPORT_SYMBOL vmlinux 0x54f6d862 phy_read_paged +EXPORT_SYMBOL vmlinux 0x5501a063 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0x5506b8f7 netlbl_bitmap_setbit +EXPORT_SYMBOL vmlinux 0x550a0b13 ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x551a686b phy_init_hw +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x551c7e0f input_unregister_handler +EXPORT_SYMBOL vmlinux 0x5526156f tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x5542ea6e devm_request_resource +EXPORT_SYMBOL vmlinux 0x55462195 mtd_concat_destroy +EXPORT_SYMBOL vmlinux 0x5546eeef rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0x5547a6f7 crypto_sha1_finup +EXPORT_SYMBOL vmlinux 0x554ae3a4 irq_poll_sched +EXPORT_SYMBOL vmlinux 0x555209da clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x555695ec tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0x5562e403 prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0x558b281d aes_expandkey +EXPORT_SYMBOL vmlinux 0x55951661 rproc_da_to_va +EXPORT_SYMBOL vmlinux 0x55976c85 jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x559bb2b5 seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0x55a56bd4 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x55a665b2 blk_queue_max_write_zeroes_sectors +EXPORT_SYMBOL vmlinux 0x55afce65 mr_mfc_find_any +EXPORT_SYMBOL vmlinux 0x55ce763c bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0x55deb7a5 dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0x55df5253 dev_mc_add +EXPORT_SYMBOL vmlinux 0x55e31703 ethtool_convert_link_mode_to_legacy_u32 +EXPORT_SYMBOL vmlinux 0x55eb869a _raw_read_trylock +EXPORT_SYMBOL vmlinux 0x560b70a7 unregister_md_personality +EXPORT_SYMBOL vmlinux 0x56100e4b tcp_close +EXPORT_SYMBOL vmlinux 0x561421ca show_init_ipc_ns +EXPORT_SYMBOL vmlinux 0x5624e330 get_inode_acl +EXPORT_SYMBOL vmlinux 0x5632e353 md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x563952a3 kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0x565b8ca6 ip_output +EXPORT_SYMBOL vmlinux 0x565e1472 d_genocide +EXPORT_SYMBOL vmlinux 0x5667881d devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x56802ae8 rps_cpu_mask +EXPORT_SYMBOL vmlinux 0x568b3a21 icmp_ndo_send +EXPORT_SYMBOL vmlinux 0x569db698 inet_csk_reqsk_queue_drop_and_put +EXPORT_SYMBOL vmlinux 0x56a6a878 vlan_filter_push_vids +EXPORT_SYMBOL vmlinux 0x56b076c6 xp_dma_unmap +EXPORT_SYMBOL vmlinux 0x56bf9177 netdev_lower_state_changed +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56db9b19 blk_set_runtime_active +EXPORT_SYMBOL vmlinux 0x56e03440 input_match_device_id +EXPORT_SYMBOL vmlinux 0x56e31d8e copy_page_from_iter +EXPORT_SYMBOL vmlinux 0x56ed9daf tty_port_hangup +EXPORT_SYMBOL vmlinux 0x56eee937 xfrm_parse_spi +EXPORT_SYMBOL vmlinux 0x56f518e4 tcp_read_done +EXPORT_SYMBOL vmlinux 0x56feae8c bpf_link_put +EXPORT_SYMBOL vmlinux 0x574333e0 scsi_done_direct +EXPORT_SYMBOL vmlinux 0x574c2e74 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x5760a176 rproc_coredump_add_custom_segment +EXPORT_SYMBOL vmlinux 0x5761ac59 inode_maybe_inc_iversion +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x577c50ee pagecache_get_page +EXPORT_SYMBOL vmlinux 0x578557ab i2c_del_driver +EXPORT_SYMBOL vmlinux 0x57af0261 vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0x57bf80d8 sk_net_capable +EXPORT_SYMBOL vmlinux 0x57c3de37 inet_csk_complete_hashdance +EXPORT_SYMBOL vmlinux 0x57c64edd tcp_hashinfo +EXPORT_SYMBOL vmlinux 0x57ceedb1 lockref_put_not_zero +EXPORT_SYMBOL vmlinux 0x57dba886 complete_request_key +EXPORT_SYMBOL vmlinux 0x57e5170c qcom_scm_iommu_secure_ptbl_size +EXPORT_SYMBOL vmlinux 0x57e6eace path_has_submounts +EXPORT_SYMBOL vmlinux 0x57f38cdc qe_get_firmware_info +EXPORT_SYMBOL vmlinux 0x580a2efd snd_pci_quirk_lookup +EXPORT_SYMBOL vmlinux 0x580f79c3 flush_dcache_page +EXPORT_SYMBOL vmlinux 0x5818fe3c posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0x581ac1d3 ww_mutex_lock +EXPORT_SYMBOL vmlinux 0x581cde4e up +EXPORT_SYMBOL vmlinux 0x581f98da zlib_inflate +EXPORT_SYMBOL vmlinux 0x582b6275 xfrm_if_unregister_cb +EXPORT_SYMBOL vmlinux 0x583217d1 neigh_connected_output +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x583f106a mdiobus_is_registered_device +EXPORT_SYMBOL vmlinux 0x58408bb0 pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x58622c91 netdev_info +EXPORT_SYMBOL vmlinux 0x58788441 page_pool_unlink_napi +EXPORT_SYMBOL vmlinux 0x5878b79c to_nd_btt +EXPORT_SYMBOL vmlinux 0x587b0954 kvasprintf +EXPORT_SYMBOL vmlinux 0x587b5009 kill_fasync +EXPORT_SYMBOL vmlinux 0x587b892e qe_get_num_of_risc +EXPORT_SYMBOL vmlinux 0x588b701a inet_frag_reasm_finish +EXPORT_SYMBOL vmlinux 0x5897a680 __find_nth_and_andnot_bit +EXPORT_SYMBOL vmlinux 0x589afdb1 __destroy_inode +EXPORT_SYMBOL vmlinux 0x589e3200 jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x58a17434 blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0x58a2edad tcf_exts_init_ex +EXPORT_SYMBOL vmlinux 0x58a70c5e mii_link_ok +EXPORT_SYMBOL vmlinux 0x58acf24b mdiobus_register_board_info +EXPORT_SYMBOL vmlinux 0x58b4645c dev_close_many +EXPORT_SYMBOL vmlinux 0x58b66d16 pci_map_rom +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58bef3cb xsk_clear_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x58e260c9 ip_getsockopt +EXPORT_SYMBOL vmlinux 0x58e3306d bit_wait_io +EXPORT_SYMBOL vmlinux 0x58efa0a7 csum_and_copy_from_iter +EXPORT_SYMBOL vmlinux 0x58fad869 __var_waitqueue +EXPORT_SYMBOL vmlinux 0x58fe12fb of_find_property +EXPORT_SYMBOL vmlinux 0x5926d821 __nla_put_64bit +EXPORT_SYMBOL vmlinux 0x592b5bd9 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0x59310663 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x593e762c tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x5941436c qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x59429469 snd_timer_global_free +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x594e1317 __modsi3 +EXPORT_SYMBOL vmlinux 0x5978aed5 xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0x598b3dc6 setattr_prepare +EXPORT_SYMBOL vmlinux 0x598ce8dd folio_wait_private_2_killable +EXPORT_SYMBOL vmlinux 0x599b4888 qe_setbrg +EXPORT_SYMBOL vmlinux 0x59a17bfc tegra114_clock_tune_cpu_trimmers_high +EXPORT_SYMBOL vmlinux 0x59add5bd freezing_slow_path +EXPORT_SYMBOL vmlinux 0x59b7cab6 mempool_resize +EXPORT_SYMBOL vmlinux 0x59b8f482 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x59bf1ffb kthread_bind +EXPORT_SYMBOL vmlinux 0x59cf0b3b zstd_compress_bound +EXPORT_SYMBOL vmlinux 0x59d29dab v7_flush_kern_dcache_area +EXPORT_SYMBOL vmlinux 0x59da1492 mipi_dsi_dcs_get_display_brightness_large +EXPORT_SYMBOL vmlinux 0x59e5070d __do_div64 +EXPORT_SYMBOL vmlinux 0x59f6cbe3 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0x5a0b73d0 zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x5a14de15 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x5a21bc53 snd_ctl_replace +EXPORT_SYMBOL vmlinux 0x5a322e46 snd_jack_set_key +EXPORT_SYMBOL vmlinux 0x5a3ffe1b jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x5a4b7679 sock_i_uid +EXPORT_SYMBOL vmlinux 0x5a4b8730 pci_scan_bus +EXPORT_SYMBOL vmlinux 0x5a4d313e gf128mul_4k_lle +EXPORT_SYMBOL vmlinux 0x5a500de8 super_setup_bdi +EXPORT_SYMBOL vmlinux 0x5a517928 snd_timer_notify +EXPORT_SYMBOL vmlinux 0x5a546ab1 __skb_wait_for_more_packets +EXPORT_SYMBOL vmlinux 0x5a846dba blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0x5a8cf413 kernel_bind +EXPORT_SYMBOL vmlinux 0x5a8dcc03 pcie_ptm_enabled +EXPORT_SYMBOL vmlinux 0x5a99a0d7 flow_get_u32_dst +EXPORT_SYMBOL vmlinux 0x5aa8dddd dquot_get_state +EXPORT_SYMBOL vmlinux 0x5ab2cd97 snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL vmlinux 0x5ab68a66 generic_file_read_iter +EXPORT_SYMBOL vmlinux 0x5ad3b2bf of_graph_get_remote_node +EXPORT_SYMBOL vmlinux 0x5ada39d3 vme_dma_list_add +EXPORT_SYMBOL vmlinux 0x5ae1154b __traceiter_kfree +EXPORT_SYMBOL vmlinux 0x5aeeb1c7 key_put +EXPORT_SYMBOL vmlinux 0x5b04be5a disable_fiq +EXPORT_SYMBOL vmlinux 0x5b062284 gen_pool_fixed_alloc +EXPORT_SYMBOL vmlinux 0x5b0e5ab7 add_to_pipe +EXPORT_SYMBOL vmlinux 0x5b198b08 __d_lookup_unhash_wake +EXPORT_SYMBOL vmlinux 0x5b48f5a3 stop_tty +EXPORT_SYMBOL vmlinux 0x5b54903b qcom_scm_pas_mem_setup +EXPORT_SYMBOL vmlinux 0x5b57aa9c tcf_exts_num_actions +EXPORT_SYMBOL vmlinux 0x5b658f14 flow_indr_block_cb_alloc +EXPORT_SYMBOL vmlinux 0x5b8ede22 _dev_notice +EXPORT_SYMBOL vmlinux 0x5b9c19a9 simple_dir_operations +EXPORT_SYMBOL vmlinux 0x5ba52c26 input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0x5bb81a07 zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0x5bbe49f4 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0x5bd4ff88 flow_action_cookie_create +EXPORT_SYMBOL vmlinux 0x5bda4214 _raw_read_lock +EXPORT_SYMBOL vmlinux 0x5bdb7603 sock_copy_user_timeval +EXPORT_SYMBOL vmlinux 0x5bdf3f83 generic_file_direct_write +EXPORT_SYMBOL vmlinux 0x5be5eb17 snd_pcm_stop +EXPORT_SYMBOL vmlinux 0x5be63c5b crc32c_csum_stub +EXPORT_SYMBOL vmlinux 0x5bf2ce0e ip_sock_set_recverr +EXPORT_SYMBOL vmlinux 0x5bfc0bd7 thaw_bdev +EXPORT_SYMBOL vmlinux 0x5c040aaf xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x5c068a2f kernel_getsockname +EXPORT_SYMBOL vmlinux 0x5c094a2e __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0x5c1113db iget5_locked +EXPORT_SYMBOL vmlinux 0x5c3c7387 kstrtoull +EXPORT_SYMBOL vmlinux 0x5c3fb530 register_mtd_chip_driver +EXPORT_SYMBOL vmlinux 0x5c40f84c of_get_child_by_name +EXPORT_SYMBOL vmlinux 0x5c71211a snd_ctl_register_ioctl +EXPORT_SYMBOL vmlinux 0x5c716976 hdmi_audio_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x5c7aca1a mipi_dsi_attach +EXPORT_SYMBOL vmlinux 0x5c7f1284 int_sqrt64 +EXPORT_SYMBOL vmlinux 0x5c8c2971 tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0x5c8d1d89 skb_store_bits +EXPORT_SYMBOL vmlinux 0x5c921787 nand_create_bbt +EXPORT_SYMBOL vmlinux 0x5c9284a0 processor_id +EXPORT_SYMBOL vmlinux 0x5c9e0ceb capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0x5ca902e1 validate_slab_cache +EXPORT_SYMBOL vmlinux 0x5cba9d13 blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x5cbd8e69 __crc32c_le +EXPORT_SYMBOL vmlinux 0x5cbe0e27 generic_write_checks +EXPORT_SYMBOL vmlinux 0x5cc408c3 tls_client_hello_anon +EXPORT_SYMBOL vmlinux 0x5cc7876c dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0x5ccd050c rproc_vq_interrupt +EXPORT_SYMBOL vmlinux 0x5cd2ddf3 ethtool_intersect_link_masks +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5cf67fd2 inet_del_offload +EXPORT_SYMBOL vmlinux 0x5d2793f3 pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x5d33c340 unlock_rename +EXPORT_SYMBOL vmlinux 0x5d379639 __cpuhp_setup_state_cpuslocked +EXPORT_SYMBOL vmlinux 0x5d37d658 dim_park_tired +EXPORT_SYMBOL vmlinux 0x5d37e249 ip6_xmit +EXPORT_SYMBOL vmlinux 0x5d49aabc init_wait_var_entry +EXPORT_SYMBOL vmlinux 0x5d526bbd jbd2_journal_grab_journal_head +EXPORT_SYMBOL vmlinux 0x5d602f15 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0x5d63e950 dev_printk_emit +EXPORT_SYMBOL vmlinux 0x5d64bc1f __module_put_and_kthread_exit +EXPORT_SYMBOL vmlinux 0x5d7886e0 registered_fb +EXPORT_SYMBOL vmlinux 0x5d7bd60b pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0x5d8fd5fb __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0x5d98dd4b vme_dma_list_free +EXPORT_SYMBOL vmlinux 0x5da765cf skb_copy +EXPORT_SYMBOL vmlinux 0x5db01746 flow_rule_match_ports +EXPORT_SYMBOL vmlinux 0x5dbe7287 inode_nohighmem +EXPORT_SYMBOL vmlinux 0x5dcf6341 outer_cache +EXPORT_SYMBOL vmlinux 0x5dd6bd01 register_framebuffer +EXPORT_SYMBOL vmlinux 0x5de1387f flow_rule_match_mpls +EXPORT_SYMBOL vmlinux 0x5de33ff4 qdisc_watchdog_schedule_range_ns +EXPORT_SYMBOL vmlinux 0x5e0ccb9f sha1_transform +EXPORT_SYMBOL vmlinux 0x5e1a9386 jbd2_fc_release_bufs +EXPORT_SYMBOL vmlinux 0x5e373fb4 gf128mul_64k_bbe +EXPORT_SYMBOL vmlinux 0x5e49f811 xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x5e5d932d console_force_preferred_locked +EXPORT_SYMBOL vmlinux 0x5e5ffd4e freezer_active +EXPORT_SYMBOL vmlinux 0x5e674d25 truncate_inode_pages +EXPORT_SYMBOL vmlinux 0x5e6f91f9 tegra_powergate_remove_clamping +EXPORT_SYMBOL vmlinux 0x5e7e03a9 xz_dec_microlzma_run +EXPORT_SYMBOL vmlinux 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL vmlinux 0x5e8908cf lookup_one_len_unlocked +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5ea27377 get_unmapped_area +EXPORT_SYMBOL vmlinux 0x5eaaeea1 cros_ec_get_host_event +EXPORT_SYMBOL vmlinux 0x5eb34bad napi_enable +EXPORT_SYMBOL vmlinux 0x5ec4a4af mipi_dsi_generic_read +EXPORT_SYMBOL vmlinux 0x5ec4aee6 put_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x5ec9e4bc napi_gro_receive +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ed05bf6 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0x5ed0eaf2 __lock_buffer +EXPORT_SYMBOL vmlinux 0x5ed1f0ba generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x5ed90adc int_to_scsilun +EXPORT_SYMBOL vmlinux 0x5edb713c fwnode_mdiobus_register_phy +EXPORT_SYMBOL vmlinux 0x5ee152c9 skb_flow_dissect_hash +EXPORT_SYMBOL vmlinux 0x5efa90d2 _dev_printk +EXPORT_SYMBOL vmlinux 0x5f091e39 unregister_nls +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f1598ec scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x5f30e7a7 tegra_io_pad_power_disable +EXPORT_SYMBOL vmlinux 0x5f35ec09 dev_open +EXPORT_SYMBOL vmlinux 0x5f5441c8 __ubsan_handle_alignment_assumption +EXPORT_SYMBOL vmlinux 0x5f6b889c rproc_va_to_pa +EXPORT_SYMBOL vmlinux 0x5f754e5a memset +EXPORT_SYMBOL vmlinux 0x5f93d836 sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x5fa21084 trace_event_printf +EXPORT_SYMBOL vmlinux 0x5fb01358 alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x5fb0e647 ac97_bus_type +EXPORT_SYMBOL vmlinux 0x5fb7dc51 folio_unlock +EXPORT_SYMBOL vmlinux 0x5fbe81ad register_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x5fc3398b twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0x5fcee8d1 dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0x5fd268d4 skb_clone +EXPORT_SYMBOL vmlinux 0x5ff11cc3 pcibios_min_io +EXPORT_SYMBOL vmlinux 0x6005c351 zpool_has_pool +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x6008adcb tty_unregister_device +EXPORT_SYMBOL vmlinux 0x600d28f9 snd_card_register +EXPORT_SYMBOL vmlinux 0x60188700 inode_dio_wait +EXPORT_SYMBOL vmlinux 0x601c1df0 input_close_device +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x60277b86 tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0x602b8d82 snd_timer_interrupt +EXPORT_SYMBOL vmlinux 0x602c96f0 copy_to_user_fromio +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x603fd443 scsi_done +EXPORT_SYMBOL vmlinux 0x6042331c vme_register_driver +EXPORT_SYMBOL vmlinux 0x605790dc fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0x605d8b81 i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0x6091b333 unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x609bcd98 in6_pton +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL vmlinux 0x60b62a41 iov_iter_init +EXPORT_SYMBOL vmlinux 0x60bffe6d div64_u64 +EXPORT_SYMBOL vmlinux 0x60d8ab30 vme_lm_get +EXPORT_SYMBOL vmlinux 0x60d92adf __dev_direct_xmit +EXPORT_SYMBOL vmlinux 0x60da1c9e tegra_ivc_init +EXPORT_SYMBOL vmlinux 0x60eb623e pci_read_config_byte +EXPORT_SYMBOL vmlinux 0x60f5faa5 simple_empty +EXPORT_SYMBOL vmlinux 0x60fff347 blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x61328e23 sock_dequeue_err_skb +EXPORT_SYMBOL vmlinux 0x61347034 mb_cache_entry_delete_or_get +EXPORT_SYMBOL vmlinux 0x614adb70 serio_rescan +EXPORT_SYMBOL vmlinux 0x615204e6 register_sysctl +EXPORT_SYMBOL vmlinux 0x6156c7f4 net_dim +EXPORT_SYMBOL vmlinux 0x615911d7 __bitmap_set +EXPORT_SYMBOL vmlinux 0x61698963 mark_page_accessed +EXPORT_SYMBOL vmlinux 0x6176da42 configfs_unregister_default_group +EXPORT_SYMBOL vmlinux 0x6180bc14 ptp_clock_index +EXPORT_SYMBOL vmlinux 0x61850cbd __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x61936156 sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x619a30b6 netdev_set_num_tc +EXPORT_SYMBOL vmlinux 0x61a3d41c inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0x61a8e1df ip_frag_init +EXPORT_SYMBOL vmlinux 0x61b76bb9 smp_call_function_many +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61c8f214 clean_bdev_aliases +EXPORT_SYMBOL vmlinux 0x61e272c9 sha256_final +EXPORT_SYMBOL vmlinux 0x61ea189b fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x61fb5191 devm_extcon_register_notifier_all +EXPORT_SYMBOL vmlinux 0x620dac88 tegra_dfll_runtime_resume +EXPORT_SYMBOL vmlinux 0x620fc11d devfreq_get_freq_range +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x6218be2d mt_find +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x62342365 prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x62417879 ptp_schedule_worker +EXPORT_SYMBOL vmlinux 0x625ca6d9 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x62a97c83 snd_ctl_remove +EXPORT_SYMBOL vmlinux 0x62b8a97f __block_write_begin +EXPORT_SYMBOL vmlinux 0x62c4ae5b __tracepoint_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0x62da4764 __vfs_setxattr +EXPORT_SYMBOL vmlinux 0x62df8407 snd_timer_continue +EXPORT_SYMBOL vmlinux 0x62f576d9 trace_seq_hex_dump +EXPORT_SYMBOL vmlinux 0x630bc2a9 vga_remove_vgacon +EXPORT_SYMBOL vmlinux 0x630f6e0b __sk_queue_drop_skb +EXPORT_SYMBOL vmlinux 0x6310a826 qcom_scm_pas_init_image +EXPORT_SYMBOL vmlinux 0x6315c42c zstd_get_params +EXPORT_SYMBOL vmlinux 0x63200271 sk_common_release +EXPORT_SYMBOL vmlinux 0x632254f6 cdev_device_add +EXPORT_SYMBOL vmlinux 0x632897ff zpool_register_driver +EXPORT_SYMBOL vmlinux 0x6328d0ba to_ndd +EXPORT_SYMBOL vmlinux 0x6329c91f configfs_remove_default_groups +EXPORT_SYMBOL vmlinux 0x6342f99f mipi_dsi_create_packet +EXPORT_SYMBOL vmlinux 0x6351ac42 zstd_get_error_name +EXPORT_SYMBOL vmlinux 0x635dc3e3 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0x637493f3 __wake_up +EXPORT_SYMBOL vmlinux 0x637fa479 md_handle_request +EXPORT_SYMBOL vmlinux 0x6382b5ee folio_wait_bit_killable +EXPORT_SYMBOL vmlinux 0x638ab325 dquot_get_next_id +EXPORT_SYMBOL vmlinux 0x638d68cd filemap_get_folios_tag +EXPORT_SYMBOL vmlinux 0x6398f412 sock_kzfree_s +EXPORT_SYMBOL vmlinux 0x63a58370 flow_action_cookie_destroy +EXPORT_SYMBOL vmlinux 0x63a5f69e genphy_c37_config_aneg +EXPORT_SYMBOL vmlinux 0x63a7c28c bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x63a9d80e of_phy_deregister_fixed_link +EXPORT_SYMBOL vmlinux 0x63b17ece skb_trim +EXPORT_SYMBOL vmlinux 0x63d0b834 seg6_hmac_net_exit +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63f29eda mtree_alloc_range +EXPORT_SYMBOL vmlinux 0x63fea56c of_pci_range_to_resource +EXPORT_SYMBOL vmlinux 0x64127b67 bitmap_find_next_zero_area_off +EXPORT_SYMBOL vmlinux 0x6413f0fa of_mdiobus_child_is_phy +EXPORT_SYMBOL vmlinux 0x641d2c4c xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x6421a1df framebuffer_release +EXPORT_SYMBOL vmlinux 0x6421efd6 rproc_free +EXPORT_SYMBOL vmlinux 0x64462666 tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0x6455298a security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0x646a99b4 ip_cmsg_recv_offset +EXPORT_SYMBOL vmlinux 0x647af474 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x6481ffe0 hsiphash_1u32 +EXPORT_SYMBOL vmlinux 0x64833350 i2c_smbus_pec +EXPORT_SYMBOL vmlinux 0x648af5c4 of_get_compatible_child +EXPORT_SYMBOL vmlinux 0x648eb59d gc_inflight_list +EXPORT_SYMBOL vmlinux 0x64a9c928 default_blu +EXPORT_SYMBOL vmlinux 0x64b54fe5 flow_block_cb_setup_simple +EXPORT_SYMBOL vmlinux 0x64b64b2b snd_card_free_when_closed +EXPORT_SYMBOL vmlinux 0x64cb1b48 dma_fence_match_context +EXPORT_SYMBOL vmlinux 0x64d6bb80 pci_get_device +EXPORT_SYMBOL vmlinux 0x64dce32e block_read_full_folio +EXPORT_SYMBOL vmlinux 0x64df9f02 netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x6507599f fib_notifier_ops_register +EXPORT_SYMBOL vmlinux 0x65093b70 __inet_stream_connect +EXPORT_SYMBOL vmlinux 0x650f8603 snd_pcm_format_silence_64 +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x6514c1e6 flow_get_u32_src +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x652032cb mac_pton +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x65482b2a device_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x654989e1 __f_setown +EXPORT_SYMBOL vmlinux 0x6549aa29 tcf_block_get_ext +EXPORT_SYMBOL vmlinux 0x654aa26a sk_ioctl +EXPORT_SYMBOL vmlinux 0x6555b3f6 netpoll_send_udp +EXPORT_SYMBOL vmlinux 0x656f7316 qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0x6578533e prepare_to_wait +EXPORT_SYMBOL vmlinux 0x658ce1a8 xxh64_reset +EXPORT_SYMBOL vmlinux 0x65913666 thermal_zone_device_critical +EXPORT_SYMBOL vmlinux 0x65929cae ns_to_timespec64 +EXPORT_SYMBOL vmlinux 0x65997ffd devm_devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x659a4ccb of_device_unregister +EXPORT_SYMBOL vmlinux 0x659de201 dev_addr_add +EXPORT_SYMBOL vmlinux 0x659ded26 xfrm_flush_gc +EXPORT_SYMBOL vmlinux 0x65b3ded2 dquot_quota_on +EXPORT_SYMBOL vmlinux 0x65b94c08 dma_fence_enable_sw_signaling +EXPORT_SYMBOL vmlinux 0x65be2eda tcp_disconnect +EXPORT_SYMBOL vmlinux 0x65c2dc23 kernel_param_unlock +EXPORT_SYMBOL vmlinux 0x65d411e9 idr_get_next +EXPORT_SYMBOL vmlinux 0x65d9e877 cpufreq_register_notifier +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65edf807 mr_mfc_find_any_parent +EXPORT_SYMBOL vmlinux 0x65f49ea0 param_set_hexint +EXPORT_SYMBOL vmlinux 0x663870d1 cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0x665bc606 register_md_personality +EXPORT_SYMBOL vmlinux 0x665e2513 zstd_max_clevel +EXPORT_SYMBOL vmlinux 0x666863dc par_io_config_pin +EXPORT_SYMBOL vmlinux 0x666aae7f dev_pm_opp_register_notifier +EXPORT_SYMBOL vmlinux 0x6673f96d xxh32_reset +EXPORT_SYMBOL vmlinux 0x6679f6fc sock_init_data_uid +EXPORT_SYMBOL vmlinux 0x668fb4ba phy_register_fixup +EXPORT_SYMBOL vmlinux 0x669c191b dm_consume_args +EXPORT_SYMBOL vmlinux 0x66a47ab2 rtnl_offload_xstats_notify +EXPORT_SYMBOL vmlinux 0x66aed8c5 csum_partial_copy_from_user +EXPORT_SYMBOL vmlinux 0x66b392a5 configfs_register_group +EXPORT_SYMBOL vmlinux 0x66b51dbc inode_set_ctime_current +EXPORT_SYMBOL vmlinux 0x66ced684 netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0x66d2c7e4 devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0x66d99a8f file_path +EXPORT_SYMBOL vmlinux 0x66dadcac put_cmsg +EXPORT_SYMBOL vmlinux 0x66e14023 mipi_dsi_compression_mode +EXPORT_SYMBOL vmlinux 0x66edfc78 _find_next_or_bit +EXPORT_SYMBOL vmlinux 0x66f2b61b path_put +EXPORT_SYMBOL vmlinux 0x66fbd581 dma_fence_set_deadline +EXPORT_SYMBOL vmlinux 0x67047bca phy_get_pause +EXPORT_SYMBOL vmlinux 0x6722692b xfrm6_rcv_tnl +EXPORT_SYMBOL vmlinux 0x673e2545 __sk_dst_check +EXPORT_SYMBOL vmlinux 0x673eac1f dev_pick_tx_zero +EXPORT_SYMBOL vmlinux 0x67412d2f ucc_slow_enable +EXPORT_SYMBOL vmlinux 0x6742746e config_group_init +EXPORT_SYMBOL vmlinux 0x6749d53f hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x674ea8e7 netdev_name_in_use +EXPORT_SYMBOL vmlinux 0x676bbc0f _set_bit +EXPORT_SYMBOL vmlinux 0x6781670a unix_destruct_scm +EXPORT_SYMBOL vmlinux 0x67816aa2 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0x67862794 kset_unregister +EXPORT_SYMBOL vmlinux 0x678b96ec dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x6794b4dc __alloc_pages +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67e7bff6 freeze_bdev +EXPORT_SYMBOL vmlinux 0x67e7f037 flow_indr_dev_unregister +EXPORT_SYMBOL vmlinux 0x67e9a682 __cgroup_bpf_run_filter_sock_addr +EXPORT_SYMBOL vmlinux 0x67ea6e61 trace_print_hex_dump_seq +EXPORT_SYMBOL vmlinux 0x68238579 devm_memunmap +EXPORT_SYMBOL vmlinux 0x6837bcf6 blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0x683c70c4 gpiochip_irq_reqres +EXPORT_SYMBOL vmlinux 0x68577a29 generic_update_time +EXPORT_SYMBOL vmlinux 0x6859fe47 input_enable_softrepeat +EXPORT_SYMBOL vmlinux 0x6878398e block_write_begin +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x68844388 xfrm_dev_state_flush +EXPORT_SYMBOL vmlinux 0x688d367f mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0x68974248 backlight_device_register +EXPORT_SYMBOL vmlinux 0x68a24153 snd_pcm_format_physical_width +EXPORT_SYMBOL vmlinux 0x68ab5396 skb_dequeue +EXPORT_SYMBOL vmlinux 0x68b0d05c unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0x68dcca7a pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0x68df6fc9 flow_rule_match_enc_ip +EXPORT_SYMBOL vmlinux 0x68f58a09 of_range_to_resource +EXPORT_SYMBOL vmlinux 0x68fb581a icst307_idx2s +EXPORT_SYMBOL vmlinux 0x691938f8 sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0x69379741 netif_set_tso_max_segs +EXPORT_SYMBOL vmlinux 0x693eb938 locks_copy_lock +EXPORT_SYMBOL vmlinux 0x69477015 inc_nlink +EXPORT_SYMBOL vmlinux 0x694b47a9 dma_resv_iter_first_unlocked +EXPORT_SYMBOL vmlinux 0x694feb7f ip_sock_set_mtu_discover +EXPORT_SYMBOL vmlinux 0x6950f733 redraw_screen +EXPORT_SYMBOL vmlinux 0x695bb550 snd_ctl_remove_id +EXPORT_SYMBOL vmlinux 0x69668826 netdev_increment_features +EXPORT_SYMBOL vmlinux 0x696bc6a2 vfs_rmdir +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6972e413 __bitmap_weight_and +EXPORT_SYMBOL vmlinux 0x697c5bf6 pci_ep_cfs_add_epf_group +EXPORT_SYMBOL vmlinux 0x697e1bac vmf_insert_pfn_prot +EXPORT_SYMBOL vmlinux 0x698533f9 security_sctp_assoc_established +EXPORT_SYMBOL vmlinux 0x69854e22 bio_add_page +EXPORT_SYMBOL vmlinux 0x698f10db get_mem_cgroup_from_mm +EXPORT_SYMBOL vmlinux 0x69de8757 vme_check_window +EXPORT_SYMBOL vmlinux 0x69df744c kernel_tmpfile_open +EXPORT_SYMBOL vmlinux 0x69e51d08 __alloc_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0x69f2a59a seq_open +EXPORT_SYMBOL vmlinux 0x69f6f7c9 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0x69f8c84b handshake_req_alloc +EXPORT_SYMBOL vmlinux 0x69f9e320 blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x6a02c7e1 dma_fence_remove_callback +EXPORT_SYMBOL vmlinux 0x6a03751f sgl_free_order +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a07c524 neigh_carrier_down +EXPORT_SYMBOL vmlinux 0x6a3f1cb9 _dev_crit +EXPORT_SYMBOL vmlinux 0x6a432eab lookup_one_len +EXPORT_SYMBOL vmlinux 0x6a443701 inet_pton_with_scope +EXPORT_SYMBOL vmlinux 0x6a509988 remove_arg_zero +EXPORT_SYMBOL vmlinux 0x6a56c2b4 __find_get_block +EXPORT_SYMBOL vmlinux 0x6a5cb5ee __get_free_pages +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a61900a vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x6a660c06 invalidate_bdev +EXPORT_SYMBOL vmlinux 0x6a6e05bf kstrtou8 +EXPORT_SYMBOL vmlinux 0x6a730014 try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x6a7623ea do_clone_file_range +EXPORT_SYMBOL vmlinux 0x6a79ec84 rproc_add +EXPORT_SYMBOL vmlinux 0x6a8831e0 jiffies_64 +EXPORT_SYMBOL vmlinux 0x6aa11aa6 sgl_free_n_order +EXPORT_SYMBOL vmlinux 0x6aa48ac1 dquot_disable +EXPORT_SYMBOL vmlinux 0x6ab1373e configfs_register_subsystem +EXPORT_SYMBOL vmlinux 0x6ac3c49f phy_sfp_probe +EXPORT_SYMBOL vmlinux 0x6acbaf3a build_skb_around +EXPORT_SYMBOL vmlinux 0x6acdf245 textsearch_destroy +EXPORT_SYMBOL vmlinux 0x6ad928f0 ipv6_sock_mc_join +EXPORT_SYMBOL vmlinux 0x6add5c9a dmi_find_device +EXPORT_SYMBOL vmlinux 0x6aeefac4 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x6af7b21a packing +EXPORT_SYMBOL vmlinux 0x6b155297 dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b39972d jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0x6b510240 flow_block_cb_alloc +EXPORT_SYMBOL vmlinux 0x6b55acd0 rtnl_lock_killable +EXPORT_SYMBOL vmlinux 0x6b604710 lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x6b62d81a pci_disable_ptm +EXPORT_SYMBOL vmlinux 0x6b644ca5 rtnl_create_link +EXPORT_SYMBOL vmlinux 0x6b853d06 ns_to_kernel_old_timeval +EXPORT_SYMBOL vmlinux 0x6b8bf149 netif_receive_skb_list +EXPORT_SYMBOL vmlinux 0x6bb2835b register_sound_mixer +EXPORT_SYMBOL vmlinux 0x6bb93d9e sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x6bc1769a __nla_put +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6be09cd7 drop_reasons_by_subsys +EXPORT_SYMBOL vmlinux 0x6be7ccb2 __brelse +EXPORT_SYMBOL vmlinux 0x6bf54464 seq_release_private +EXPORT_SYMBOL vmlinux 0x6bf7d3c2 sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x6c05057d mmc_retune_timer_stop +EXPORT_SYMBOL vmlinux 0x6c1ce5ce strcspn +EXPORT_SYMBOL vmlinux 0x6c2776e6 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0x6c2f6bd4 cpu_tlb +EXPORT_SYMBOL vmlinux 0x6c30607a i2c_clients_command +EXPORT_SYMBOL vmlinux 0x6c3f233b sock_i_ino +EXPORT_SYMBOL vmlinux 0x6c4608f7 __xfrm_dst_lookup +EXPORT_SYMBOL vmlinux 0x6c4d01f7 nf_getsockopt +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c6b8da5 mem_cgroup_from_task +EXPORT_SYMBOL vmlinux 0x6c80f58e inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x6c810e42 __xa_clear_mark +EXPORT_SYMBOL vmlinux 0x6c819153 devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x6c8547d8 padata_alloc_shell +EXPORT_SYMBOL vmlinux 0x6c8fa81e console_start +EXPORT_SYMBOL vmlinux 0x6ca548e9 rproc_elf_sanity_check +EXPORT_SYMBOL vmlinux 0x6cb46525 netlbl_catmap_walk +EXPORT_SYMBOL vmlinux 0x6cb49cca phy_write_mmd +EXPORT_SYMBOL vmlinux 0x6ccce51d input_grab_device +EXPORT_SYMBOL vmlinux 0x6cd1e27c xfrm4_rcv +EXPORT_SYMBOL vmlinux 0x6cdd4705 mmc_detect_change +EXPORT_SYMBOL vmlinux 0x6cf0d67d qe_get_num_of_snums +EXPORT_SYMBOL vmlinux 0x6cf76f35 con_is_visible +EXPORT_SYMBOL vmlinux 0x6d127c8a folio_wait_bit +EXPORT_SYMBOL vmlinux 0x6d182722 snd_device_new +EXPORT_SYMBOL vmlinux 0x6d1b33f1 vfs_readlink +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d409ba9 tty_write_room +EXPORT_SYMBOL vmlinux 0x6d478291 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x6d494cd7 genphy_soft_reset +EXPORT_SYMBOL vmlinux 0x6d49a7a4 skb_flow_dissect_tunnel_info +EXPORT_SYMBOL vmlinux 0x6d4ce97d cdev_del +EXPORT_SYMBOL vmlinux 0x6d5342a3 path_get +EXPORT_SYMBOL vmlinux 0x6d59d922 flow_rule_match_control +EXPORT_SYMBOL vmlinux 0x6d6841ba snd_timer_start +EXPORT_SYMBOL vmlinux 0x6d759447 __kmap_local_page_prot +EXPORT_SYMBOL vmlinux 0x6d7c7dcc bitmap_cut +EXPORT_SYMBOL vmlinux 0x6d8dc2ac of_translate_dma_region +EXPORT_SYMBOL vmlinux 0x6dba9051 xz_dec_microlzma_end +EXPORT_SYMBOL vmlinux 0x6dbecd23 dns_query +EXPORT_SYMBOL vmlinux 0x6dc7a0b2 tso_build_data +EXPORT_SYMBOL vmlinux 0x6dcdbffe nand_ecc_get_on_die_hw_engine +EXPORT_SYMBOL vmlinux 0x6dcf857f uuid_null +EXPORT_SYMBOL vmlinux 0x6de724c5 elm_config +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6e0049fc ns_capable_setid +EXPORT_SYMBOL vmlinux 0x6e03acc4 always_delete_dentry +EXPORT_SYMBOL vmlinux 0x6e2d7c3e folio_end_private_2 +EXPORT_SYMBOL vmlinux 0x6e2e8db8 security_inode_invalidate_secctx +EXPORT_SYMBOL vmlinux 0x6e3ee596 register_quota_format +EXPORT_SYMBOL vmlinux 0x6e472b51 xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e86f5e3 xfrm_register_km +EXPORT_SYMBOL vmlinux 0x6e8d4ef8 set_capacity +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea9363b force_sig +EXPORT_SYMBOL vmlinux 0x6ebe9848 flush_signals +EXPORT_SYMBOL vmlinux 0x6ebf9bd9 kmalloc_size_roundup +EXPORT_SYMBOL vmlinux 0x6ec0aaa0 nf_log_register +EXPORT_SYMBOL vmlinux 0x6ec3bf67 udp_lib_unhash +EXPORT_SYMBOL vmlinux 0x6ecdb792 __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x6edcf38c __mmap_lock_do_trace_released +EXPORT_SYMBOL vmlinux 0x6ee20eba pci_iomap_range +EXPORT_SYMBOL vmlinux 0x6ee7eb12 sg_alloc_table_from_pages_segment +EXPORT_SYMBOL vmlinux 0x6ef266fa udp_seq_stop +EXPORT_SYMBOL vmlinux 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL vmlinux 0x6ef97ddf tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0x6f013ecd __init_rwsem +EXPORT_SYMBOL vmlinux 0x6f109eeb of_device_is_big_endian +EXPORT_SYMBOL vmlinux 0x6f14e9db console_list_lock +EXPORT_SYMBOL vmlinux 0x6f176537 mt_find_after +EXPORT_SYMBOL vmlinux 0x6f231bb3 of_get_nand_ecc_user_config +EXPORT_SYMBOL vmlinux 0x6f3abca2 tegra_dfll_resume +EXPORT_SYMBOL vmlinux 0x6f408f92 inet_frag_destroy +EXPORT_SYMBOL vmlinux 0x6f41a639 irq_cpu_rmap_remove +EXPORT_SYMBOL vmlinux 0x6f50b623 genphy_update_link +EXPORT_SYMBOL vmlinux 0x6f5fcf0b dma_resv_copy_fences +EXPORT_SYMBOL vmlinux 0x6f6dee98 tcf_qevent_handle +EXPORT_SYMBOL vmlinux 0x6f728588 create_empty_buffers +EXPORT_SYMBOL vmlinux 0x6f83fba8 hex2bin +EXPORT_SYMBOL vmlinux 0x6f897f1c __post_watch_notification +EXPORT_SYMBOL vmlinux 0x6f923a91 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x6f9bdb77 pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x6fa04091 ip_mc_join_group +EXPORT_SYMBOL vmlinux 0x6fb374e6 down_write_killable +EXPORT_SYMBOL vmlinux 0x6fbe4717 idr_replace +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fd487e6 __register_nls +EXPORT_SYMBOL vmlinux 0x6fd65e3e mdiobus_setup_mdiodev_from_board_info +EXPORT_SYMBOL vmlinux 0x6fd9c09c gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0x6fdba0fa neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x70002fe8 siphash_1u32 +EXPORT_SYMBOL vmlinux 0x70143266 tty_hangup +EXPORT_SYMBOL vmlinux 0x702946da ucs2_strlen +EXPORT_SYMBOL vmlinux 0x702de604 pci_add_new_bus +EXPORT_SYMBOL vmlinux 0x703f7110 dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0x7060d475 kern_sys_bpf +EXPORT_SYMBOL vmlinux 0x706b2e9e nvdimm_namespace_capacity +EXPORT_SYMBOL vmlinux 0x706b63f1 done_path_create +EXPORT_SYMBOL vmlinux 0x70703993 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0x70ac2c1a blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x70cf2e74 skb_copy_datagram_iter +EXPORT_SYMBOL vmlinux 0x70e4c8db __check_sticky +EXPORT_SYMBOL vmlinux 0x70e638a0 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x70f5152c skb_free_datagram +EXPORT_SYMBOL vmlinux 0x710232a2 simple_getattr +EXPORT_SYMBOL vmlinux 0x710ae7fb phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0x710c6e1a vm_insert_page +EXPORT_SYMBOL vmlinux 0x710d231a pci_claim_resource +EXPORT_SYMBOL vmlinux 0x710e7507 tcf_action_exec +EXPORT_SYMBOL vmlinux 0x71164f20 xfrm_state_update +EXPORT_SYMBOL vmlinux 0x711b8a9b __crc32c_le_shift +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x7133c066 blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x71414574 free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0x7150ca8b unregister_shrinker +EXPORT_SYMBOL vmlinux 0x715a5ed0 vprintk +EXPORT_SYMBOL vmlinux 0x715dc271 __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x7162b272 blk_mq_init_allocated_queue +EXPORT_SYMBOL vmlinux 0x716871d5 mini_qdisc_pair_block_init +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x7174cc1d pcie_print_link_status +EXPORT_SYMBOL vmlinux 0x717d1f96 hdmi_infoframe_check +EXPORT_SYMBOL vmlinux 0x71817757 skb_append +EXPORT_SYMBOL vmlinux 0x718f2074 snd_mixer_oss_notify_callback +EXPORT_SYMBOL vmlinux 0x7190fb25 snd_card_file_remove +EXPORT_SYMBOL vmlinux 0x71935ec3 default_qdisc_ops +EXPORT_SYMBOL vmlinux 0x71984412 mmc_put_card +EXPORT_SYMBOL vmlinux 0x719e18d9 dentry_path_raw +EXPORT_SYMBOL vmlinux 0x71a57eeb __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71c90087 memcmp +EXPORT_SYMBOL vmlinux 0x71ca39bf inet_frag_reasm_prepare +EXPORT_SYMBOL vmlinux 0x72090f18 __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0x720a27a7 __register_blkdev +EXPORT_SYMBOL vmlinux 0x72139598 dm_table_get_size +EXPORT_SYMBOL vmlinux 0x7228de3f pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0x72326397 ip6_fraglist_init +EXPORT_SYMBOL vmlinux 0x7244ddcb vme_dma_request +EXPORT_SYMBOL vmlinux 0x724d8379 override_creds +EXPORT_SYMBOL vmlinux 0x72547a01 inet_frag_find +EXPORT_SYMBOL vmlinux 0x72717e00 neigh_destroy +EXPORT_SYMBOL vmlinux 0x7271fa6b _copy_from_iter_nocache +EXPORT_SYMBOL vmlinux 0x72782e8a tcf_exts_terse_dump +EXPORT_SYMBOL vmlinux 0x72880a5c copy_string_kernel +EXPORT_SYMBOL vmlinux 0x7290825c mtree_store_range +EXPORT_SYMBOL vmlinux 0x72a50966 ucc_fast_disable +EXPORT_SYMBOL vmlinux 0x72aa5e03 netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x72b9d287 default_grn +EXPORT_SYMBOL vmlinux 0x72d46926 tcp_sock_set_cork +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x72f06038 of_find_backlight_by_node +EXPORT_SYMBOL vmlinux 0x72f3d1d0 posix_lock_file +EXPORT_SYMBOL vmlinux 0x72f428e2 nand_ecc_prepare_io_req +EXPORT_SYMBOL vmlinux 0x730073fc i2c_del_adapter +EXPORT_SYMBOL vmlinux 0x730394f2 vfs_fileattr_set +EXPORT_SYMBOL vmlinux 0x73076315 snd_pci_quirk_lookup_id +EXPORT_SYMBOL vmlinux 0x730a434d jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x730eaa0f snd_pcm_new +EXPORT_SYMBOL vmlinux 0x730f9f84 crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x7317790e lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0x731ea710 snd_card_disconnect +EXPORT_SYMBOL vmlinux 0x732dd326 groups_free +EXPORT_SYMBOL vmlinux 0x732fed98 __filemap_get_folio +EXPORT_SYMBOL vmlinux 0x7346c2b8 __fput_sync +EXPORT_SYMBOL vmlinux 0x73635f05 pcim_set_mwi +EXPORT_SYMBOL vmlinux 0x7364718e vme_master_mmap +EXPORT_SYMBOL vmlinux 0x73762afd phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0x737a0d52 dev_add_offload +EXPORT_SYMBOL vmlinux 0x7380dffa argv_split +EXPORT_SYMBOL vmlinux 0x73998efa cpm_muram_free_addr +EXPORT_SYMBOL vmlinux 0x739ebf23 mipi_dsi_device_register_full +EXPORT_SYMBOL vmlinux 0x739fd00f __SCK__tp_func_module_get +EXPORT_SYMBOL vmlinux 0x73ab489d nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x73abb180 alloc_contig_range +EXPORT_SYMBOL vmlinux 0x73b7d81f touchscreen_parse_properties +EXPORT_SYMBOL vmlinux 0x73cf82d9 retire_super +EXPORT_SYMBOL vmlinux 0x73d0f31f pci_enable_link_state +EXPORT_SYMBOL vmlinux 0x73d9734f of_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x73e20c1c strlcpy +EXPORT_SYMBOL vmlinux 0x73e99a6b config_item_get +EXPORT_SYMBOL vmlinux 0x73fd6f08 __napi_schedule_irqoff +EXPORT_SYMBOL vmlinux 0x7408d08a dst_discard_out +EXPORT_SYMBOL vmlinux 0x740d1e31 blk_rq_map_user_io +EXPORT_SYMBOL vmlinux 0x7410aba2 strreplace +EXPORT_SYMBOL vmlinux 0x742578a5 wait_for_random_bytes +EXPORT_SYMBOL vmlinux 0x7429e20c kstrtos8 +EXPORT_SYMBOL vmlinux 0x742fc1e7 fault_in_safe_writeable +EXPORT_SYMBOL vmlinux 0x7442dff0 nand_ecc_sw_bch_cleanup_ctx +EXPORT_SYMBOL vmlinux 0x744a433b snd_jack_add_new_kctl +EXPORT_SYMBOL vmlinux 0x74527de1 sdev_prefix_printk +EXPORT_SYMBOL vmlinux 0x7453d3e8 security_release_secctx +EXPORT_SYMBOL vmlinux 0x74606c3b config_item_set_name +EXPORT_SYMBOL vmlinux 0x747c64e6 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0x7483dc59 pci_dev_present +EXPORT_SYMBOL vmlinux 0x7494d38f follow_up +EXPORT_SYMBOL vmlinux 0x74a820e6 contig_page_data +EXPORT_SYMBOL vmlinux 0x74b44257 mount_subtree +EXPORT_SYMBOL vmlinux 0x74b8e674 slhc_toss +EXPORT_SYMBOL vmlinux 0x74bac947 netdev_unbind_sb_channel +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74c31839 nf_ct_get_tuple_skb +EXPORT_SYMBOL vmlinux 0x74ce8a4d reuseport_detach_sock +EXPORT_SYMBOL vmlinux 0x74d0a6c1 __neigh_create +EXPORT_SYMBOL vmlinux 0x74e46dac imx_ssi_fiq_tx_buffer +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x7505bdef memchr_inv +EXPORT_SYMBOL vmlinux 0x750cf9fa t10_pi_type3_crc +EXPORT_SYMBOL vmlinux 0x753c42ad dev_uc_flush +EXPORT_SYMBOL vmlinux 0x753c5d39 pci_disable_device +EXPORT_SYMBOL vmlinux 0x755041c7 proc_dointvec +EXPORT_SYMBOL vmlinux 0x7552ee8d pneigh_lookup +EXPORT_SYMBOL vmlinux 0x75535535 bio_init_clone +EXPORT_SYMBOL vmlinux 0x755a6d0c __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x7567d381 __get_fiq_regs +EXPORT_SYMBOL vmlinux 0x756b6de9 of_lpddr3_get_min_tck +EXPORT_SYMBOL vmlinux 0x756bc077 __tracepoint_dma_fence_emit +EXPORT_SYMBOL vmlinux 0x756d1c76 rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x7574e2ec skb_copy_bits +EXPORT_SYMBOL vmlinux 0x7575a80e netif_tx_stop_all_queues +EXPORT_SYMBOL vmlinux 0x7578388a dev_trans_start +EXPORT_SYMBOL vmlinux 0x7582fe25 sock_bindtoindex +EXPORT_SYMBOL vmlinux 0x7596b1db noop_fsync +EXPORT_SYMBOL vmlinux 0x759d901b inet_csk_reqsk_queue_drop +EXPORT_SYMBOL vmlinux 0x75a0ec85 __folio_lock +EXPORT_SYMBOL vmlinux 0x75add8ec tcp_add_backlog +EXPORT_SYMBOL vmlinux 0x75b670ca mr_fill_mroute +EXPORT_SYMBOL vmlinux 0x75b7d25d __serio_register_port +EXPORT_SYMBOL vmlinux 0x75bb51e0 mdio_device_create +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75c0ffea folio_mark_dirty +EXPORT_SYMBOL vmlinux 0x75c2b75c pci_remove_bus +EXPORT_SYMBOL vmlinux 0x75c7a0a6 ip6tun_encaps +EXPORT_SYMBOL vmlinux 0x75c89b41 snd_pcm_period_elapsed +EXPORT_SYMBOL vmlinux 0x75d0deb9 nsecs_to_jiffies64 +EXPORT_SYMBOL vmlinux 0x75d499dd vmcore_add_device_dump +EXPORT_SYMBOL vmlinux 0x75e42d59 tty_vhangup +EXPORT_SYMBOL vmlinux 0x75eca0d2 of_clk_get +EXPORT_SYMBOL vmlinux 0x75f86798 file_remove_privs +EXPORT_SYMBOL vmlinux 0x75fad96a cdev_add +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x760d321d xfrm_trans_queue +EXPORT_SYMBOL vmlinux 0x76231246 nf_register_net_hooks +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x7656848d set_user_nice +EXPORT_SYMBOL vmlinux 0x766a0927 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x767c7c4a dquot_alloc +EXPORT_SYMBOL vmlinux 0x7682ba4e __copy_overflow +EXPORT_SYMBOL vmlinux 0x7695d9b3 read_cache_folio +EXPORT_SYMBOL vmlinux 0x76996ef6 mmc_can_trim +EXPORT_SYMBOL vmlinux 0x769f6e64 errseq_check +EXPORT_SYMBOL vmlinux 0x76a6e54c nf_ct_attach +EXPORT_SYMBOL vmlinux 0x76ab2e45 tty_port_destroy +EXPORT_SYMBOL vmlinux 0x76b44a1d snd_ctl_add +EXPORT_SYMBOL vmlinux 0x76c01045 dma_resv_reserve_fences +EXPORT_SYMBOL vmlinux 0x76cbc48d skb_tunnel_check_pmtu +EXPORT_SYMBOL vmlinux 0x76cf47f6 __aeabi_llsl +EXPORT_SYMBOL vmlinux 0x76d16c51 write_cache_pages +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76df2eeb _atomic_dec_and_raw_lock_irqsave +EXPORT_SYMBOL vmlinux 0x76e2796c dquot_initialize +EXPORT_SYMBOL vmlinux 0x76e4ccad deactivate_locked_super +EXPORT_SYMBOL vmlinux 0x76e4de3f tcp_sock_set_keepcnt +EXPORT_SYMBOL vmlinux 0x76f48fa9 sock_kmalloc +EXPORT_SYMBOL vmlinux 0x76f9f593 xfrm6_rcv_encap +EXPORT_SYMBOL vmlinux 0x77358855 iomem_resource +EXPORT_SYMBOL vmlinux 0x773b4cec __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x773ea8dc snd_pcm_create_iec958_consumer +EXPORT_SYMBOL vmlinux 0x77668af5 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0x776a3d4b configfs_unregister_subsystem +EXPORT_SYMBOL vmlinux 0x776ca93a __clzdi2 +EXPORT_SYMBOL vmlinux 0x77704512 watchdog_register_governor +EXPORT_SYMBOL vmlinux 0x7791193f icst525_s2div +EXPORT_SYMBOL vmlinux 0x779d3779 max8925_reg_write +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77c660b8 set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x77e78268 cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x77e94e5f tc_setup_cb_destroy +EXPORT_SYMBOL vmlinux 0x77e9eb37 aes_encrypt +EXPORT_SYMBOL vmlinux 0x77f6929d pci_enable_device_io +EXPORT_SYMBOL vmlinux 0x77fb1901 blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0x7804cc7d sg_miter_start +EXPORT_SYMBOL vmlinux 0x7807f0f8 schedule_timeout_idle +EXPORT_SYMBOL vmlinux 0x780ab67c snd_pcm_hw_refine +EXPORT_SYMBOL vmlinux 0x780bc0e9 sock_enable_timestamps +EXPORT_SYMBOL vmlinux 0x7816fddb __splice_from_pipe +EXPORT_SYMBOL vmlinux 0x782e1c05 sg_miter_stop +EXPORT_SYMBOL vmlinux 0x7835b207 put_disk +EXPORT_SYMBOL vmlinux 0x783a8f6f rproc_add_subdev +EXPORT_SYMBOL vmlinux 0x785f5a72 inet_twsk_deschedule_put +EXPORT_SYMBOL vmlinux 0x78749c71 ptp_clock_register +EXPORT_SYMBOL vmlinux 0x78779c0b set_fiq_handler +EXPORT_SYMBOL vmlinux 0x788bc870 input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0x789c05ce vlan_vid_add +EXPORT_SYMBOL vmlinux 0x78a16f48 aes_decrypt +EXPORT_SYMBOL vmlinux 0x78b80269 sync_blockdev +EXPORT_SYMBOL vmlinux 0x78b887ed vsprintf +EXPORT_SYMBOL vmlinux 0x78bdd7a5 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x78c7870e ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x78ce9a7a xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0x78d39b43 nf_unregister_net_hook +EXPORT_SYMBOL vmlinux 0x78d4d19a pci_pme_capable +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78f3e3a8 inet_shutdown +EXPORT_SYMBOL vmlinux 0x78f945d2 sget_fc +EXPORT_SYMBOL vmlinux 0x78fad703 input_register_handle +EXPORT_SYMBOL vmlinux 0x7919b383 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x792a0df0 netif_tx_unlock +EXPORT_SYMBOL vmlinux 0x794765d1 mempool_free +EXPORT_SYMBOL vmlinux 0x794f2311 xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x7950c8b4 __netif_schedule +EXPORT_SYMBOL vmlinux 0x79519b0e phy_advertise_supported +EXPORT_SYMBOL vmlinux 0x795d77b1 dquot_destroy +EXPORT_SYMBOL vmlinux 0x795f5c8f md_register_thread +EXPORT_SYMBOL vmlinux 0x79736cad devfreq_add_device +EXPORT_SYMBOL vmlinux 0x7991ad79 get_thermal_instance +EXPORT_SYMBOL vmlinux 0x79964c67 of_find_matching_node_and_match +EXPORT_SYMBOL vmlinux 0x799ee4a8 security_sb_remount +EXPORT_SYMBOL vmlinux 0x79a4e992 fscrypt_decrypt_bio +EXPORT_SYMBOL vmlinux 0x79b89e8c snd_unregister_oss_device +EXPORT_SYMBOL vmlinux 0x79ce8f55 tcf_get_next_chain +EXPORT_SYMBOL vmlinux 0x79d219c0 __get_hash_from_flowi6 +EXPORT_SYMBOL vmlinux 0x79fa1deb imx_ssi_fiq_rx_buffer +EXPORT_SYMBOL vmlinux 0x79fe2290 devfreq_recommended_opp +EXPORT_SYMBOL vmlinux 0x7a099b67 napi_complete_done +EXPORT_SYMBOL vmlinux 0x7a1bcd59 gf128mul_x8_ble +EXPORT_SYMBOL vmlinux 0x7a2ff57e security_current_getsecid_subj +EXPORT_SYMBOL vmlinux 0x7a3e8a42 radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x7a44c000 bitmap_print_list_to_buf +EXPORT_SYMBOL vmlinux 0x7a53a06d flow_indr_dev_exists +EXPORT_SYMBOL vmlinux 0x7a642858 simple_link +EXPORT_SYMBOL vmlinux 0x7a64d01e of_get_cpu_state_node +EXPORT_SYMBOL vmlinux 0x7a699c38 inet_recvmsg +EXPORT_SYMBOL vmlinux 0x7a7143b2 proc_create_mount_point +EXPORT_SYMBOL vmlinux 0x7a86f258 ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0x7a8a3089 napi_schedule_prep +EXPORT_SYMBOL vmlinux 0x7a8aff83 xp_dma_sync_for_device_slow +EXPORT_SYMBOL vmlinux 0x7a95e5ae do_settimeofday64 +EXPORT_SYMBOL vmlinux 0x7a968137 ucc_slow_restart_tx +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7ab5abe7 pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7adc0fbf rb_replace_node_rcu +EXPORT_SYMBOL vmlinux 0x7aded2f7 down_write_trylock +EXPORT_SYMBOL vmlinux 0x7ae16b92 __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0x7ae5d317 qe_get_snum +EXPORT_SYMBOL vmlinux 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL vmlinux 0x7b00d702 console_stop +EXPORT_SYMBOL vmlinux 0x7b0835fd devm_clk_get +EXPORT_SYMBOL vmlinux 0x7b14ba32 get_phy_device +EXPORT_SYMBOL vmlinux 0x7b2747b0 no_seek_end_llseek +EXPORT_SYMBOL vmlinux 0x7b283ce3 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0x7b2fb85d __xa_cmpxchg +EXPORT_SYMBOL vmlinux 0x7b32b4f9 md_cluster_ops +EXPORT_SYMBOL vmlinux 0x7b466a2d from_kprojid_munged +EXPORT_SYMBOL vmlinux 0x7b5b8f31 sha256_update +EXPORT_SYMBOL vmlinux 0x7b5c8440 vm_munmap +EXPORT_SYMBOL vmlinux 0x7b6182f6 cdrom_mode_select +EXPORT_SYMBOL vmlinux 0x7b6ba445 of_mdio_find_bus +EXPORT_SYMBOL vmlinux 0x7b729b0f km_state_notify +EXPORT_SYMBOL vmlinux 0x7b77f247 configfs_register_default_group +EXPORT_SYMBOL vmlinux 0x7b8d6b10 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x7b9d96d9 dma_fence_signal +EXPORT_SYMBOL vmlinux 0x7b9ddc9e netdev_err +EXPORT_SYMBOL vmlinux 0x7ba5a3b4 tegra_powergate_power_off +EXPORT_SYMBOL vmlinux 0x7ba64456 skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0x7ba65f28 tc_setup_offload_action +EXPORT_SYMBOL vmlinux 0x7bbefef2 close_fd_get_file +EXPORT_SYMBOL vmlinux 0x7bc6b554 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0x7be11c2f flow_rule_match_ct +EXPORT_SYMBOL vmlinux 0x7bf191a0 filemap_fdatawait_range_keep_errors +EXPORT_SYMBOL vmlinux 0x7bf23330 udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0x7bf75cd8 d_alloc_parallel +EXPORT_SYMBOL vmlinux 0x7c08d2ed __invalidate_device +EXPORT_SYMBOL vmlinux 0x7c173634 __bitmap_complement +EXPORT_SYMBOL vmlinux 0x7c174568 pci_unregister_driver +EXPORT_SYMBOL vmlinux 0x7c4245ef dev_driver_string +EXPORT_SYMBOL vmlinux 0x7c42fead jbd2_fc_get_buf +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c70cc52 blk_queue_max_secure_erase_sectors +EXPORT_SYMBOL vmlinux 0x7c74ce3c unregister_quota_format +EXPORT_SYMBOL vmlinux 0x7c8cea9e key_create_or_update +EXPORT_SYMBOL vmlinux 0x7c9ca58f __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0x7c9ef6ef copy_page_from_iter_atomic +EXPORT_SYMBOL vmlinux 0x7cb3987f of_count_phandle_with_args +EXPORT_SYMBOL vmlinux 0x7cc035a7 __ucmpdi2 +EXPORT_SYMBOL vmlinux 0x7cc3bc02 vfs_fsync_range +EXPORT_SYMBOL vmlinux 0x7cc89e7d dev_addr_del +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7cf4e409 scmd_printk +EXPORT_SYMBOL vmlinux 0x7cfe368d net_dim_get_def_tx_moderation +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d17b326 __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x7d1d1e45 nand_ecc_sw_hamming_calculate +EXPORT_SYMBOL vmlinux 0x7d1d4159 scsi_vpd_tpg_id +EXPORT_SYMBOL vmlinux 0x7d22f6a6 gen_pool_dma_zalloc +EXPORT_SYMBOL vmlinux 0x7d23c3ca ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x7d27e504 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x7d2a6bf3 phy_drivers_register +EXPORT_SYMBOL vmlinux 0x7d2ef2b0 down_read_interruptible +EXPORT_SYMBOL vmlinux 0x7d3b011f netdev_get_by_name +EXPORT_SYMBOL vmlinux 0x7d478e2a prepare_to_swait_event +EXPORT_SYMBOL vmlinux 0x7d4b176a netlbl_catmap_setbit +EXPORT_SYMBOL vmlinux 0x7d85900a dev_kfree_skb_irq_reason +EXPORT_SYMBOL vmlinux 0x7d89f898 __blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x7daece67 quota_send_warning +EXPORT_SYMBOL vmlinux 0x7dba92e3 starget_for_each_device +EXPORT_SYMBOL vmlinux 0x7dc18cba mntput +EXPORT_SYMBOL vmlinux 0x7dc5ffa7 tc_skb_ext_tc_disable +EXPORT_SYMBOL vmlinux 0x7dc67c89 crypto_sha256_update +EXPORT_SYMBOL vmlinux 0x7dd1c636 jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0x7dd28e01 ip_local_deliver +EXPORT_SYMBOL vmlinux 0x7ddb3c2a udp_ioctl +EXPORT_SYMBOL vmlinux 0x7e0ce0c3 up_write +EXPORT_SYMBOL vmlinux 0x7e177627 irq_set_chip +EXPORT_SYMBOL vmlinux 0x7e20a7ee tls_server_hello_x509 +EXPORT_SYMBOL vmlinux 0x7e3191f6 try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x7e332a57 sock_no_listen +EXPORT_SYMBOL vmlinux 0x7e334dea max8925_bulk_read +EXPORT_SYMBOL vmlinux 0x7e3aeed5 __blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x7e4154da nand_read_oob_std +EXPORT_SYMBOL vmlinux 0x7e4c3df5 efi +EXPORT_SYMBOL vmlinux 0x7e4d5e40 mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0x7e53ffba __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0x7e6b76d3 vme_lm_request +EXPORT_SYMBOL vmlinux 0x7e72a8be security_path_rename +EXPORT_SYMBOL vmlinux 0x7e89c442 mipi_dsi_dcs_soft_reset +EXPORT_SYMBOL vmlinux 0x7e958171 dev_pm_opp_unregister_notifier +EXPORT_SYMBOL vmlinux 0x7e986abe try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x7ea0d4ca tegra_sku_info +EXPORT_SYMBOL vmlinux 0x7ea52579 simple_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x7ea913ce file_ns_capable +EXPORT_SYMBOL vmlinux 0x7eb33432 seq_vprintf +EXPORT_SYMBOL vmlinux 0x7eb870df inet6_csk_route_req +EXPORT_SYMBOL vmlinux 0x7ec7f1a7 kthread_complete_and_exit +EXPORT_SYMBOL vmlinux 0x7ed59707 netdev_has_upper_dev_all_rcu +EXPORT_SYMBOL vmlinux 0x7eece1be input_mt_drop_unused +EXPORT_SYMBOL vmlinux 0x7ef04ef4 dquot_commit_info +EXPORT_SYMBOL vmlinux 0x7f02188f __msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x7f03b6a9 crc_ccitt_table +EXPORT_SYMBOL vmlinux 0x7f11782a i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0x7f20a12f slab_build_skb +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f25745b kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x7f2926fc ppp_unit_number +EXPORT_SYMBOL vmlinux 0x7f5b4fe4 sg_free_table +EXPORT_SYMBOL vmlinux 0x7f63b31e _memcpy_toio +EXPORT_SYMBOL vmlinux 0x7f755e02 clear_nlink +EXPORT_SYMBOL vmlinux 0x7f78039a dcb_getrewr_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0x7f7d0479 lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x7f7f7bb4 irq_poll_disable +EXPORT_SYMBOL vmlinux 0x7f882cbe blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0x7f8cf142 netif_tx_lock +EXPORT_SYMBOL vmlinux 0x7fa25443 snd_ctl_boolean_stereo_info +EXPORT_SYMBOL vmlinux 0x7fbd3e41 __dev_get_by_flags +EXPORT_SYMBOL vmlinux 0x7fce778e tegra_ivc_total_queue_size +EXPORT_SYMBOL vmlinux 0x7fcf836c keyring_clear +EXPORT_SYMBOL vmlinux 0x7fd257c9 tcp_gro_complete +EXPORT_SYMBOL vmlinux 0x7fd3962c __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x7fde2edb vme_master_read +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7fe737f2 dev_set_mtu +EXPORT_SYMBOL vmlinux 0x7ff88906 xp_raw_get_data +EXPORT_SYMBOL vmlinux 0x800e4ffa __muldi3 +EXPORT_SYMBOL vmlinux 0x801521f6 __i2c_transfer +EXPORT_SYMBOL vmlinux 0x80155c3a of_phy_is_fixed_link +EXPORT_SYMBOL vmlinux 0x8039b3fd _totalram_pages +EXPORT_SYMBOL vmlinux 0x803ca270 generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0x803ddbb6 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x803f405c __cgroup_bpf_run_filter_sk +EXPORT_SYMBOL vmlinux 0x804c5ede snd_pcm_hw_constraint_list +EXPORT_SYMBOL vmlinux 0x8061b5c2 __tracepoint_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x807fd624 sock_bind_add +EXPORT_SYMBOL vmlinux 0x80816f26 get_user_ifreq +EXPORT_SYMBOL vmlinux 0x80883034 qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0x80990c6e fs_param_is_fd +EXPORT_SYMBOL vmlinux 0x80c4c319 crc32_le +EXPORT_SYMBOL vmlinux 0x80c87db4 vfs_mkobj +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d38ff8 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80d80e84 fasync_helper +EXPORT_SYMBOL vmlinux 0x80e5f86f fscrypt_fname_alloc_buffer +EXPORT_SYMBOL vmlinux 0x80f81d78 snd_pcm_lib_malloc_pages +EXPORT_SYMBOL vmlinux 0x8102d2c7 page_get_link +EXPORT_SYMBOL vmlinux 0x8108ac7a down_read_trylock +EXPORT_SYMBOL vmlinux 0x810bef7e sg_free_append_table +EXPORT_SYMBOL vmlinux 0x8112b3d2 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x81305393 vm_map_pages +EXPORT_SYMBOL vmlinux 0x813c7c45 kthread_destroy_worker +EXPORT_SYMBOL vmlinux 0x813e5051 d_instantiate +EXPORT_SYMBOL vmlinux 0x813f81ce snd_pcm_hw_constraint_integer +EXPORT_SYMBOL vmlinux 0x8154690d blk_queue_virt_boundary +EXPORT_SYMBOL vmlinux 0x8155e272 cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x817b36c0 bio_split +EXPORT_SYMBOL vmlinux 0x8183cda8 scsi_host_busy +EXPORT_SYMBOL vmlinux 0x818416e1 scsi_set_sense_information +EXPORT_SYMBOL vmlinux 0x818edf97 cpm_muram_alloc +EXPORT_SYMBOL vmlinux 0x81a1eb59 utf8_unload +EXPORT_SYMBOL vmlinux 0x81adef99 refcount_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x81ae5d7c sock_wake_async +EXPORT_SYMBOL vmlinux 0x81b20e8b ucc_fast_transmit_on_demand +EXPORT_SYMBOL vmlinux 0x81b25dcd fwnode_mdio_find_device +EXPORT_SYMBOL vmlinux 0x81b993c3 arp_xmit +EXPORT_SYMBOL vmlinux 0x81c51d19 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x81c5544e wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x81ceb726 tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x81d298d5 ipmi_platform_add +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81e2712f block_dirty_folio +EXPORT_SYMBOL vmlinux 0x81e6b37f dmi_get_system_info +EXPORT_SYMBOL vmlinux 0x8217fda5 devm_extcon_unregister_notifier +EXPORT_SYMBOL vmlinux 0x822137e2 arm_heavy_mb +EXPORT_SYMBOL vmlinux 0x822943d1 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x8245b362 unregister_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0x824e19d7 param_ops_ulong +EXPORT_SYMBOL vmlinux 0x825971ad phy_mipi_dphy_get_default_config_for_hsclk +EXPORT_SYMBOL vmlinux 0x82660f75 amba_driver_register +EXPORT_SYMBOL vmlinux 0x827f924e vmalloc_array +EXPORT_SYMBOL vmlinux 0x82805ace d_move +EXPORT_SYMBOL vmlinux 0x828ce6bb mutex_lock +EXPORT_SYMBOL vmlinux 0x82925d9d __traceiter_kmalloc +EXPORT_SYMBOL vmlinux 0x82a4fb92 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0x82b6de51 scm_fp_dup +EXPORT_SYMBOL vmlinux 0x82cf52fe qcom_scm_pas_metadata_release +EXPORT_SYMBOL vmlinux 0x82d2a906 i2c_register_driver +EXPORT_SYMBOL vmlinux 0x82ee90dc timer_delete_sync +EXPORT_SYMBOL vmlinux 0x8320bea8 __umodsi3 +EXPORT_SYMBOL vmlinux 0x8327d0c2 rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0x832a7480 fs_param_is_blockdev +EXPORT_SYMBOL vmlinux 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL vmlinux 0x8358f5ef mapping_read_folio_gfp +EXPORT_SYMBOL vmlinux 0x83592505 dmaenginem_async_device_register +EXPORT_SYMBOL vmlinux 0x838c5041 truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0x838d2bc8 siphash_3u32 +EXPORT_SYMBOL vmlinux 0x83b451b1 phy_get_eee_err +EXPORT_SYMBOL vmlinux 0x83bd9cc8 d_splice_alias +EXPORT_SYMBOL vmlinux 0x83cd0e6f atomic_io_modify +EXPORT_SYMBOL vmlinux 0x83cf0e0e ipv6_sock_mc_drop +EXPORT_SYMBOL vmlinux 0x83d9178a audit_log +EXPORT_SYMBOL vmlinux 0x840342c6 sgl_free +EXPORT_SYMBOL vmlinux 0x8424c3e2 skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0x8424e023 __sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x8431b7c4 fqdir_init +EXPORT_SYMBOL vmlinux 0x84356be7 zstd_dstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x843c2a0b get_watch_queue +EXPORT_SYMBOL vmlinux 0x8442c467 dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0x84454efc key_alloc +EXPORT_SYMBOL vmlinux 0x844ec025 tcf_register_action +EXPORT_SYMBOL vmlinux 0x8456e9a7 xa_erase +EXPORT_SYMBOL vmlinux 0x845a1603 phy_read_mmd +EXPORT_SYMBOL vmlinux 0x845c6691 vmf_insert_pfn +EXPORT_SYMBOL vmlinux 0x84660a15 inet6_protos +EXPORT_SYMBOL vmlinux 0x8467a8a0 tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0x84705bcd da903x_query_status +EXPORT_SYMBOL vmlinux 0x8475a866 rawnand_sw_bch_cleanup +EXPORT_SYMBOL vmlinux 0x847a85a8 config_group_init_type_name +EXPORT_SYMBOL vmlinux 0x84818f57 tegra_powergate_power_on +EXPORT_SYMBOL vmlinux 0x849e5df7 dma_map_page_attrs +EXPORT_SYMBOL vmlinux 0x84a0ca4d bitmap_zalloc_node +EXPORT_SYMBOL vmlinux 0x84b183ae strncmp +EXPORT_SYMBOL vmlinux 0x84b447cc pci_reenable_device +EXPORT_SYMBOL vmlinux 0x84bc5994 register_mii_timestamper +EXPORT_SYMBOL vmlinux 0x84cb827c serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0x84f93309 has_capability +EXPORT_SYMBOL vmlinux 0x8501eb07 tc_setup_cb_call +EXPORT_SYMBOL vmlinux 0x851982d3 kvmemdup +EXPORT_SYMBOL vmlinux 0x852d9272 km_query +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x857fa3ff unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x8582ebff cpu_all_bits +EXPORT_SYMBOL vmlinux 0x8585e158 __skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x8589f46a input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0x858ab299 sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x85901bf3 fscrypt_has_permitted_context +EXPORT_SYMBOL vmlinux 0x8591d7d5 ledtrig_mtd_activity +EXPORT_SYMBOL vmlinux 0x85a8f217 devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0x85a9f02a i2c_find_adapter_by_fwnode +EXPORT_SYMBOL vmlinux 0x85b1c867 nand_ecc_is_strong_enough +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85bd1608 __request_region +EXPORT_SYMBOL vmlinux 0x85c3bc1c dev_mc_flush +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85efc7e0 zero_pfn +EXPORT_SYMBOL vmlinux 0x85f83214 devm_aperture_acquire_for_platform_device +EXPORT_SYMBOL vmlinux 0x85f88381 nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x85ffa98c skb_queue_purge +EXPORT_SYMBOL vmlinux 0x85ffabbe security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0x86260db2 path_is_mountpoint +EXPORT_SYMBOL vmlinux 0x862bc663 memset16 +EXPORT_SYMBOL vmlinux 0x862c8035 bitmap_alloc_node +EXPORT_SYMBOL vmlinux 0x8632026b ip_setsockopt +EXPORT_SYMBOL vmlinux 0x863a276a color_table +EXPORT_SYMBOL vmlinux 0x86483465 rproc_elf_load_rsc_table +EXPORT_SYMBOL vmlinux 0x8656b81b scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0x86604cb2 __traceiter_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x8660ba03 ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0x866c627c mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0x86774c12 tcf_idr_create +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x869adfd3 unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0x86a75f35 page_mapping +EXPORT_SYMBOL vmlinux 0x86ad1516 blk_finish_plug +EXPORT_SYMBOL vmlinux 0x86d52ba5 lookup_constant +EXPORT_SYMBOL vmlinux 0x86d6d21c xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x86dd708d tc_skb_ext_tc_enable +EXPORT_SYMBOL vmlinux 0x86ee8a4d generic_remap_file_range_prep +EXPORT_SYMBOL vmlinux 0x86f1e76d blk_queue_flag_clear +EXPORT_SYMBOL vmlinux 0x86fb387b walk_stackframe +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x8701fc91 netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0x870d5a1c __init_swait_queue_head +EXPORT_SYMBOL vmlinux 0x87218887 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x874cf9b0 ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x877684a0 crypto_sha256_finup +EXPORT_SYMBOL vmlinux 0x87809aeb put_user_ifreq +EXPORT_SYMBOL vmlinux 0x87a21cb3 __ubsan_handle_out_of_bounds +EXPORT_SYMBOL vmlinux 0x87b8798d sg_next +EXPORT_SYMBOL vmlinux 0x87bd3394 folio_set_bh +EXPORT_SYMBOL vmlinux 0x87bd8ab5 sk_reset_timer +EXPORT_SYMBOL vmlinux 0x87be6a9f get_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0x87defa15 posix_acl_update_mode +EXPORT_SYMBOL vmlinux 0x87e2909a kernel_param_lock +EXPORT_SYMBOL vmlinux 0x87f1f3b5 pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x87f43161 netdev_get_xmit_slave +EXPORT_SYMBOL vmlinux 0x87f541e0 netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0x8800cf6e skb_find_text +EXPORT_SYMBOL vmlinux 0x880508fa dma_alloc_attrs +EXPORT_SYMBOL vmlinux 0x88062860 neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x881bad5e phy_mipi_dphy_config_validate +EXPORT_SYMBOL vmlinux 0x8822be3c devm_mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x8826a8c3 pci_resize_resource +EXPORT_SYMBOL vmlinux 0x882842c1 sk_stop_timer +EXPORT_SYMBOL vmlinux 0x882b92f7 _dev_err +EXPORT_SYMBOL vmlinux 0x88347248 __nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0x88688484 zstd_compress_cctx +EXPORT_SYMBOL vmlinux 0x887c9c0f pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0x88822d38 unregister_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0x888bb8ef snd_ctl_free_one +EXPORT_SYMBOL vmlinux 0x88a16b8b skb_ensure_writable +EXPORT_SYMBOL vmlinux 0x88b19f45 system_serial +EXPORT_SYMBOL vmlinux 0x88b970cf sock_register +EXPORT_SYMBOL vmlinux 0x88bf5b40 security_dentry_init_security +EXPORT_SYMBOL vmlinux 0x88d8badf xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0x88db665b kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0x88db9f48 __check_object_size +EXPORT_SYMBOL vmlinux 0x88e1d0f0 page_frag_free +EXPORT_SYMBOL vmlinux 0x88e234c6 jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0x88e5f98f inet_reqsk_alloc +EXPORT_SYMBOL vmlinux 0x88e6fee6 phy_get_c45_ids +EXPORT_SYMBOL vmlinux 0x88f0a290 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0x89087c28 __nd_driver_register +EXPORT_SYMBOL vmlinux 0x890defe4 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0x8917f414 kunmap_local_indexed +EXPORT_SYMBOL vmlinux 0x8924a23c ethtool_aggregate_ctrl_stats +EXPORT_SYMBOL vmlinux 0x892541ba jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0x893a6121 dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0x8969ca59 dquot_commit +EXPORT_SYMBOL vmlinux 0x8970d430 noop_dirty_folio +EXPORT_SYMBOL vmlinux 0x89749f21 iptun_encaps +EXPORT_SYMBOL vmlinux 0x897cbd8e csum_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x898eec84 genphy_read_status +EXPORT_SYMBOL vmlinux 0x89b66f51 input_setup_polling +EXPORT_SYMBOL vmlinux 0x89d8c350 lookup_one_positive_unlocked +EXPORT_SYMBOL vmlinux 0x89f030f6 rproc_report_crash +EXPORT_SYMBOL vmlinux 0x8a1eb33a sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x8a3b1285 __xa_erase +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a4fa83b __aeabi_llsr +EXPORT_SYMBOL vmlinux 0x8a63a47a tty_register_driver +EXPORT_SYMBOL vmlinux 0x8a69a937 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x8a7094ba vm_brk_flags +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a930cfb __bh_read +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8a9e6c27 md_bitmap_close_sync +EXPORT_SYMBOL vmlinux 0x8aa0402b _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x8ab1501f mipi_dsi_generic_write +EXPORT_SYMBOL vmlinux 0x8ac136ae imx_sc_misc_get_control +EXPORT_SYMBOL vmlinux 0x8ac2a352 crypto_sha512_finup +EXPORT_SYMBOL vmlinux 0x8ac3334b net_dim_get_def_rx_moderation +EXPORT_SYMBOL vmlinux 0x8acb6267 fqdir_exit +EXPORT_SYMBOL vmlinux 0x8ae29c74 __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0x8aebfc23 blk_get_queue +EXPORT_SYMBOL vmlinux 0x8aee544e set_binfmt +EXPORT_SYMBOL vmlinux 0x8af59dd8 filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0x8b0088d1 LZ4_decompress_safe_usingDict +EXPORT_SYMBOL vmlinux 0x8b066459 dm_table_event +EXPORT_SYMBOL vmlinux 0x8b0fd012 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x8b3a9be0 netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0x8b53f563 xp_dma_sync_for_cpu_slow +EXPORT_SYMBOL vmlinux 0x8b585bba arp_create +EXPORT_SYMBOL vmlinux 0x8b5927a0 down_timeout +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b69bb01 dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0x8b6f9f76 blake2s_compress +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b8f8f88 nvdimm_bus_lock +EXPORT_SYMBOL vmlinux 0x8b910be2 errseq_sample +EXPORT_SYMBOL vmlinux 0x8b9466af dput +EXPORT_SYMBOL vmlinux 0x8bba403b dev_lstats_read +EXPORT_SYMBOL vmlinux 0x8bc1b7d7 input_reset_device +EXPORT_SYMBOL vmlinux 0x8bcdd0e7 genl_notify +EXPORT_SYMBOL vmlinux 0x8bd6b632 nand_ecc_put_on_host_hw_engine +EXPORT_SYMBOL vmlinux 0x8bd8620b fscrypt_put_encryption_info +EXPORT_SYMBOL vmlinux 0x8bdb4fc3 finalize_exec +EXPORT_SYMBOL vmlinux 0x8bdfc47c __mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x8be189ab ucc_slow_disable +EXPORT_SYMBOL vmlinux 0x8be64389 xp_dma_map +EXPORT_SYMBOL vmlinux 0x8bf4a562 devm_iounmap +EXPORT_SYMBOL vmlinux 0x8bfd6fa8 genphy_read_mmd_unsupported +EXPORT_SYMBOL vmlinux 0x8c1902fd tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0x8c29a9b7 phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x8c3d2aa8 tcf_block_put_ext +EXPORT_SYMBOL vmlinux 0x8c444a15 scsi_alloc_sgtables +EXPORT_SYMBOL vmlinux 0x8c5016db cdrom_release +EXPORT_SYMBOL vmlinux 0x8c5929d5 inet6_bind +EXPORT_SYMBOL vmlinux 0x8c8569cb kstrtoint +EXPORT_SYMBOL vmlinux 0x8c9134c9 devm_clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x8c94cb19 ilookup5_nowait +EXPORT_SYMBOL vmlinux 0x8caf9305 uuid_is_valid +EXPORT_SYMBOL vmlinux 0x8cbb21b9 del_gendisk +EXPORT_SYMBOL vmlinux 0x8cc2232d mmc_run_bkops +EXPORT_SYMBOL vmlinux 0x8cc53d20 __par_io_config_pin +EXPORT_SYMBOL vmlinux 0x8ce13cc5 udplite_table +EXPORT_SYMBOL vmlinux 0x8ce14fd2 register_netdevice +EXPORT_SYMBOL vmlinux 0x8cf58454 __netif_rx +EXPORT_SYMBOL vmlinux 0x8d0a9a8f __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x8d17f316 of_graph_get_port_by_id +EXPORT_SYMBOL vmlinux 0x8d254ccb rio_query_mport +EXPORT_SYMBOL vmlinux 0x8d27f447 dev_set_threaded +EXPORT_SYMBOL vmlinux 0x8d33e672 __find_nth_andnot_bit +EXPORT_SYMBOL vmlinux 0x8d39283a ethtool_rx_flow_rule_destroy +EXPORT_SYMBOL vmlinux 0x8d4112df qcom_scm_mem_protect_video_var +EXPORT_SYMBOL vmlinux 0x8d450026 md_reload_sb +EXPORT_SYMBOL vmlinux 0x8d4c5366 __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d62a641 flow_rule_match_vlan +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d755b4b xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0x8d9df5fa md_bitmap_end_sync +EXPORT_SYMBOL vmlinux 0x8da67be3 nvdimm_namespace_common_probe +EXPORT_SYMBOL vmlinux 0x8db00135 tcf_exts_change +EXPORT_SYMBOL vmlinux 0x8dc56b0c arp_tbl +EXPORT_SYMBOL vmlinux 0x8ddc5298 phy_detach +EXPORT_SYMBOL vmlinux 0x8ddd8aad schedule_timeout +EXPORT_SYMBOL vmlinux 0x8de1369e dev_get_port_parent_id +EXPORT_SYMBOL vmlinux 0x8de17d1f __of_parse_phandle_with_args +EXPORT_SYMBOL vmlinux 0x8de27992 __d_drop +EXPORT_SYMBOL vmlinux 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL vmlinux 0x8df4afd9 qe_put_snum +EXPORT_SYMBOL vmlinux 0x8df9dd10 guid_null +EXPORT_SYMBOL vmlinux 0x8dfefc0d kvmalloc_node +EXPORT_SYMBOL vmlinux 0x8e0b3116 sock_create_lite +EXPORT_SYMBOL vmlinux 0x8e26b667 scsi_execute_cmd +EXPORT_SYMBOL vmlinux 0x8e479a85 snd_pcm_new_internal +EXPORT_SYMBOL vmlinux 0x8e4c60a3 cpm_muram_dma +EXPORT_SYMBOL vmlinux 0x8e7a66e4 __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0x8e865d3c arm_delay_ops +EXPORT_SYMBOL vmlinux 0x8e876807 rps_needed +EXPORT_SYMBOL vmlinux 0x8e93bd24 security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x8ea0d5d8 invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x8eb219fd blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x8ecbb3b8 nand_check_erased_ecc_chunk +EXPORT_SYMBOL vmlinux 0x8ecc550c sock_efree +EXPORT_SYMBOL vmlinux 0x8ece5013 blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0x8edbfffb hdmi_spd_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x8edea3db __xfrm_init_state +EXPORT_SYMBOL vmlinux 0x8f01afd6 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x8f157343 security_path_mknod +EXPORT_SYMBOL vmlinux 0x8f16ad57 key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0x8f2293c8 xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0x8f24097c sync_inodes_sb +EXPORT_SYMBOL vmlinux 0x8f2c4c01 padata_free +EXPORT_SYMBOL vmlinux 0x8f2e608c __traceiter_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x8f371157 devm_nvmem_cell_put +EXPORT_SYMBOL vmlinux 0x8f492dd4 blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0x8f5401e1 vfs_get_tree +EXPORT_SYMBOL vmlinux 0x8f553c20 eth_gro_complete +EXPORT_SYMBOL vmlinux 0x8f595b11 snd_major +EXPORT_SYMBOL vmlinux 0x8f6edc50 simple_nosetlease +EXPORT_SYMBOL vmlinux 0x8f81e94e input_release_device +EXPORT_SYMBOL vmlinux 0x8f89f101 bio_chain +EXPORT_SYMBOL vmlinux 0x8f8f657f bsearch +EXPORT_SYMBOL vmlinux 0x8f996a30 ethtool_convert_legacy_u32_to_link_mode +EXPORT_SYMBOL vmlinux 0x8fab1b69 mtree_load +EXPORT_SYMBOL vmlinux 0x8fb3002d generic_perform_write +EXPORT_SYMBOL vmlinux 0x8fc247ed security_binder_transfer_binder +EXPORT_SYMBOL vmlinux 0x8fc4e484 vme_bus_num +EXPORT_SYMBOL vmlinux 0x8fd180e7 kernel_neon_begin +EXPORT_SYMBOL vmlinux 0x8fe09cf5 zstd_cctx_workspace_bound +EXPORT_SYMBOL vmlinux 0x8fe35457 xxh32_update +EXPORT_SYMBOL vmlinux 0x8fe94424 mipi_dsi_turn_on_peripheral +EXPORT_SYMBOL vmlinux 0x8ff89ed0 seg6_hmac_exit +EXPORT_SYMBOL vmlinux 0x90006be6 dm_kcopyd_client_flush +EXPORT_SYMBOL vmlinux 0x9011bf51 __tracepoint_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x90186a79 zstd_cstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x90286057 mipi_dsi_set_maximum_return_packet_size +EXPORT_SYMBOL vmlinux 0x902d8722 vme_slave_get +EXPORT_SYMBOL vmlinux 0x903c50aa skb_queue_tail +EXPORT_SYMBOL vmlinux 0x90a2bd81 scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x90abfc3d vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0x90cbb13d jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0x90cea2b0 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0x90d273a0 trace_raw_output_prep +EXPORT_SYMBOL vmlinux 0x90f6042c security_dentry_create_files_as +EXPORT_SYMBOL vmlinux 0x90fb9eec tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x910a4668 fb_show_logo +EXPORT_SYMBOL vmlinux 0x91337768 phy_device_register +EXPORT_SYMBOL vmlinux 0x9135dba6 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0x913e14c5 kern_unmount_array +EXPORT_SYMBOL vmlinux 0x914f78e3 tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0x9166fc03 __flush_workqueue +EXPORT_SYMBOL vmlinux 0x917e1e9a bdi_alloc +EXPORT_SYMBOL vmlinux 0x91872199 _page_poisoning_enabled +EXPORT_SYMBOL vmlinux 0x918fa778 netdev_adjacent_change_abort +EXPORT_SYMBOL vmlinux 0x919029aa __readwrite_bug +EXPORT_SYMBOL vmlinux 0x919c58f3 __clzsi2 +EXPORT_SYMBOL vmlinux 0x91a488ac __netdev_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x91a7b1da qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x91a9c232 __siphash_unaligned +EXPORT_SYMBOL vmlinux 0x91abc163 of_find_compatible_node +EXPORT_SYMBOL vmlinux 0x91af4569 blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0x91ba1f54 ethtool_notify +EXPORT_SYMBOL vmlinux 0x91bf15c1 generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0x91c0980e icst_hz +EXPORT_SYMBOL vmlinux 0x91c6c6f3 skb_flow_dissect_ct +EXPORT_SYMBOL vmlinux 0x91da954e pldmfw_op_pci_match_record +EXPORT_SYMBOL vmlinux 0x91dc8f84 phy_validate_pause +EXPORT_SYMBOL vmlinux 0x91eb7be6 fwnode_irq_get +EXPORT_SYMBOL vmlinux 0x91f03ffe seq_escape_mem +EXPORT_SYMBOL vmlinux 0x91f672ae __ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0x91f68ea1 __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x920a9bab d_obtain_root +EXPORT_SYMBOL vmlinux 0x921b07b1 __cpu_online_mask +EXPORT_SYMBOL vmlinux 0x922f45a6 __bitmap_clear +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x924050c0 blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0x92515cfb vif_device_init +EXPORT_SYMBOL vmlinux 0x925ca8a0 cdrom_dummy_generic_packet +EXPORT_SYMBOL vmlinux 0x925dca9b cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0x925e520d mmc_gpio_set_cd_wake +EXPORT_SYMBOL vmlinux 0x9263e123 phy_stop +EXPORT_SYMBOL vmlinux 0x926bfafb tty_do_resize +EXPORT_SYMBOL vmlinux 0x926e893c genphy_suspend +EXPORT_SYMBOL vmlinux 0x9276bb1a ipv6_chk_addr_and_flags +EXPORT_SYMBOL vmlinux 0x92774cf8 __kfence_pool +EXPORT_SYMBOL vmlinux 0x92778b6c request_firmware_into_buf +EXPORT_SYMBOL vmlinux 0x9286b35f generic_listxattr +EXPORT_SYMBOL vmlinux 0x928bb850 __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0x92997ed8 _printk +EXPORT_SYMBOL vmlinux 0x9299c5bf pskb_extract +EXPORT_SYMBOL vmlinux 0x92b9b180 slash_name +EXPORT_SYMBOL vmlinux 0x92c856a3 iwe_stream_add_event +EXPORT_SYMBOL vmlinux 0x92d27d03 dma_fence_free +EXPORT_SYMBOL vmlinux 0x92d5838e request_threaded_irq +EXPORT_SYMBOL vmlinux 0x92da5eb1 dma_fence_wait_any_timeout +EXPORT_SYMBOL vmlinux 0x92dc3f16 radix_tree_iter_resume +EXPORT_SYMBOL vmlinux 0x92ec510d jiffies64_to_msecs +EXPORT_SYMBOL vmlinux 0x92ee87c5 xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0x92f4306e pci_set_power_state +EXPORT_SYMBOL vmlinux 0x92f81d20 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x93112433 snd_pcm_set_ops +EXPORT_SYMBOL vmlinux 0x93114962 page_pool_update_nid +EXPORT_SYMBOL vmlinux 0x931a006b napi_build_skb +EXPORT_SYMBOL vmlinux 0x93215e1d __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0x9322010b tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0x9323d7c0 __napi_schedule +EXPORT_SYMBOL vmlinux 0x93256641 netdev_offload_xstats_enabled +EXPORT_SYMBOL vmlinux 0x93316b20 skb_checksum_setup +EXPORT_SYMBOL vmlinux 0x9337ec7f security_path_mkdir +EXPORT_SYMBOL vmlinux 0x933f42fc cdrom_check_events +EXPORT_SYMBOL vmlinux 0x936eee04 snd_pcm_hw_param_last +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x937c7e5f eth_validate_addr +EXPORT_SYMBOL vmlinux 0x937dc1b8 uart_match_port +EXPORT_SYMBOL vmlinux 0x938030a5 dma_sync_single_for_device +EXPORT_SYMBOL vmlinux 0x93a136a2 snd_timer_instance_free +EXPORT_SYMBOL vmlinux 0x93a4c2c4 from_kgid_munged +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93d2caba input_free_device +EXPORT_SYMBOL vmlinux 0x93d73c18 nand_ecc_get_on_host_hw_engine +EXPORT_SYMBOL vmlinux 0x93e4c27d ipv6_select_ident +EXPORT_SYMBOL vmlinux 0x93e649e1 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0x93edc3ee netif_receive_skb +EXPORT_SYMBOL vmlinux 0x93fad5b1 dma_fence_signal_timestamp +EXPORT_SYMBOL vmlinux 0x94098ff8 snd_interval_list +EXPORT_SYMBOL vmlinux 0x940b7e28 mdio_device_free +EXPORT_SYMBOL vmlinux 0x9412dbd9 of_graph_get_endpoint_by_regs +EXPORT_SYMBOL vmlinux 0x942d0164 kernel_read +EXPORT_SYMBOL vmlinux 0x9430c96b posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x943dc8aa crc32_be +EXPORT_SYMBOL vmlinux 0x94441414 param_set_invbool +EXPORT_SYMBOL vmlinux 0x9446f55b fs_param_is_blob +EXPORT_SYMBOL vmlinux 0x944a564d is_console_locked +EXPORT_SYMBOL vmlinux 0x94534f7f sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0x945eb81c add_device_randomness +EXPORT_SYMBOL vmlinux 0x945ecd68 mdiobb_write_c45 +EXPORT_SYMBOL vmlinux 0x946211e2 __wait_on_buffer +EXPORT_SYMBOL vmlinux 0x947bf3f8 phy_queue_state_machine +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x94a42d0a vc_resize +EXPORT_SYMBOL vmlinux 0x94b4f052 bpf_empty_prog_array +EXPORT_SYMBOL vmlinux 0x94b5c755 xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x94bf03ca utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0x94c4a496 nla_append +EXPORT_SYMBOL vmlinux 0x94dae446 __traceiter_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0x9507c90f copy_fsxattr_to_user +EXPORT_SYMBOL vmlinux 0x950da88d regset_get +EXPORT_SYMBOL vmlinux 0x951b0e05 processor +EXPORT_SYMBOL vmlinux 0x9533304e configfs_unregister_group +EXPORT_SYMBOL vmlinux 0x953d2426 utf8_strncmp +EXPORT_SYMBOL vmlinux 0x954f099c idr_preload +EXPORT_SYMBOL vmlinux 0x956115ed xfrm4_udp_encap_rcv +EXPORT_SYMBOL vmlinux 0x95617b73 xp_set_rxq_info +EXPORT_SYMBOL vmlinux 0x957c0a36 phy_trigger_machine +EXPORT_SYMBOL vmlinux 0x958df68d bd_abort_claiming +EXPORT_SYMBOL vmlinux 0x95914bc7 devm_mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x959286c6 blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0x95bc04c7 blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0x95c93fb2 snd_timer_pause +EXPORT_SYMBOL vmlinux 0x95cb3de8 putname +EXPORT_SYMBOL vmlinux 0x95cb3f80 page_pool_create +EXPORT_SYMBOL vmlinux 0x95cf65d7 pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0x95d0a92e snd_ctl_make_virtual_master +EXPORT_SYMBOL vmlinux 0x95da69ea devm_pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x95dbe078 __get_user_2 +EXPORT_SYMBOL vmlinux 0x95e32a70 blkdev_issue_secure_erase +EXPORT_SYMBOL vmlinux 0x95f578aa pci_free_irq +EXPORT_SYMBOL vmlinux 0x95f7303e inet_addr_type +EXPORT_SYMBOL vmlinux 0x95fe6db9 dump_skip_to +EXPORT_SYMBOL vmlinux 0x96135468 __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x9618ede0 mutex_unlock +EXPORT_SYMBOL vmlinux 0x962c90c9 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0x963d60f7 file_modified +EXPORT_SYMBOL vmlinux 0x9645ed0b pgprot_user +EXPORT_SYMBOL vmlinux 0x9650a620 __icmp_send +EXPORT_SYMBOL vmlinux 0x96573b80 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x96603250 kmalloc_large +EXPORT_SYMBOL vmlinux 0x9673813d generic_shutdown_super +EXPORT_SYMBOL vmlinux 0x96898769 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x968ec03b blk_queue_flag_set +EXPORT_SYMBOL vmlinux 0x96904d7f fs_param_is_path +EXPORT_SYMBOL vmlinux 0x969359a7 inet_put_port +EXPORT_SYMBOL vmlinux 0x96a910fc finish_swait +EXPORT_SYMBOL vmlinux 0x96b5ef6e phy_do_ioctl_running +EXPORT_SYMBOL vmlinux 0x96c17136 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96e5618d dquot_operations +EXPORT_SYMBOL vmlinux 0x96e9f6fb bdev_end_io_acct +EXPORT_SYMBOL vmlinux 0x96ee12b7 dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0x96feba3e generic_parse_monolithic +EXPORT_SYMBOL vmlinux 0x96ffe4d7 mii_check_link +EXPORT_SYMBOL vmlinux 0x9709dbc5 current_work +EXPORT_SYMBOL vmlinux 0x97106714 memdup_user_nul +EXPORT_SYMBOL vmlinux 0x971d79a0 genphy_read_master_slave +EXPORT_SYMBOL vmlinux 0x97255bdf strlen +EXPORT_SYMBOL vmlinux 0x9729b43b __register_binfmt +EXPORT_SYMBOL vmlinux 0x97380b1a generic_setlease +EXPORT_SYMBOL vmlinux 0x974d2ff1 resource_list_create_entry +EXPORT_SYMBOL vmlinux 0x974ec008 simple_statfs +EXPORT_SYMBOL vmlinux 0x97762f16 snd_card_new +EXPORT_SYMBOL vmlinux 0x97936ea5 devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0x97958831 security_path_unlink +EXPORT_SYMBOL vmlinux 0x97aca104 set_page_writeback +EXPORT_SYMBOL vmlinux 0x97adb487 utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0x97b2561d pin_user_pages_remote +EXPORT_SYMBOL vmlinux 0x97b70659 ppp_register_compressor +EXPORT_SYMBOL vmlinux 0x97b79dc9 gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0x97bdfa60 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x97d5a5f5 vm_node_stat +EXPORT_SYMBOL vmlinux 0x97df9485 nf_hook_slow_list +EXPORT_SYMBOL vmlinux 0x97ed4a04 simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0x981a2fc9 of_get_mac_address +EXPORT_SYMBOL vmlinux 0x983ac031 remove_wait_queue +EXPORT_SYMBOL vmlinux 0x9858f364 get_random_u8 +EXPORT_SYMBOL vmlinux 0x985ec175 snd_ctl_find_numid +EXPORT_SYMBOL vmlinux 0x9872a2e8 sk_mc_loop +EXPORT_SYMBOL vmlinux 0x9875753d scsi_rescan_device +EXPORT_SYMBOL vmlinux 0x987c11c7 __pv_phys_pfn_offset +EXPORT_SYMBOL vmlinux 0x9890bcc1 pci_alloc_irq_vectors +EXPORT_SYMBOL vmlinux 0x98a568a4 qdisc_watchdog_init_clockid +EXPORT_SYMBOL vmlinux 0x98ad69fc tcp_req_err +EXPORT_SYMBOL vmlinux 0x98bef34b generic_buffers_fsync_noflush +EXPORT_SYMBOL vmlinux 0x98c89ade security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x98cc4c82 alloc_skb_with_frags +EXPORT_SYMBOL vmlinux 0x98db9084 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0x98e0463a dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0x98e508ef ignore_console_lock_warning +EXPORT_SYMBOL vmlinux 0x98eacdc8 i2c_find_device_by_fwnode +EXPORT_SYMBOL vmlinux 0x98fed1c1 fget +EXPORT_SYMBOL vmlinux 0x99026328 phy_config_aneg +EXPORT_SYMBOL vmlinux 0x99094fb2 qcom_scm_is_available +EXPORT_SYMBOL vmlinux 0x990d062b ihold +EXPORT_SYMBOL vmlinux 0x9914a341 set_posix_acl +EXPORT_SYMBOL vmlinux 0x9931f8c9 qcom_scm_lmh_dcvsh_available +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x993b03df percpu_counter_add_batch +EXPORT_SYMBOL vmlinux 0x993d6eb9 unregister_key_type +EXPORT_SYMBOL vmlinux 0x993e18d0 blk_mq_delay_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x996829ea swake_up_all +EXPORT_SYMBOL vmlinux 0x9975737a ps2_command +EXPORT_SYMBOL vmlinux 0x997c9ba4 skb_ext_add +EXPORT_SYMBOL vmlinux 0x99861edb tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0x998943a5 noop_qdisc +EXPORT_SYMBOL vmlinux 0x9995f90b dquot_initialize_needed +EXPORT_SYMBOL vmlinux 0x9996c671 __mdiobus_register +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99bb8806 memmove +EXPORT_SYMBOL vmlinux 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL vmlinux 0x99d472b1 net_dim_get_rx_moderation +EXPORT_SYMBOL vmlinux 0x99e6dc71 devm_pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x99e75a44 write_inode_now +EXPORT_SYMBOL vmlinux 0x99f9638f __napi_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x99fd4736 proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0x9a0f608d xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a2d7aef blk_mq_tagset_busy_iter +EXPORT_SYMBOL vmlinux 0x9a2fc923 put_watch_queue +EXPORT_SYMBOL vmlinux 0x9a328fee pci_dev_driver +EXPORT_SYMBOL vmlinux 0x9a583306 netlbl_bitmap_walk +EXPORT_SYMBOL vmlinux 0x9a58ef75 vfs_parse_fs_param_source +EXPORT_SYMBOL vmlinux 0x9a59c141 clk_add_alias +EXPORT_SYMBOL vmlinux 0x9a6b2c35 twl6040_power +EXPORT_SYMBOL vmlinux 0x9a6e3380 tegra_io_pad_power_enable +EXPORT_SYMBOL vmlinux 0x9a6f8cda mmc_card_alternative_gpt_sector +EXPORT_SYMBOL vmlinux 0x9a8318ef v7_coherent_kern_range +EXPORT_SYMBOL vmlinux 0x9a866526 d_delete +EXPORT_SYMBOL vmlinux 0x9a868d4a qdisc_hash_add +EXPORT_SYMBOL vmlinux 0x9a87e19f proc_mkdir +EXPORT_SYMBOL vmlinux 0x9a988b01 mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0x9a9c987f device_add_disk +EXPORT_SYMBOL vmlinux 0x9aa84212 amba_request_regions +EXPORT_SYMBOL vmlinux 0x9aa9cea4 trace_print_flags_seq_u64 +EXPORT_SYMBOL vmlinux 0x9aaeefce sysctl_nf_log_all_netns +EXPORT_SYMBOL vmlinux 0x9ad965ed phy_set_max_speed +EXPORT_SYMBOL vmlinux 0x9adef3bb devm_pci_remap_cfg_resource +EXPORT_SYMBOL vmlinux 0x9ae47436 _find_last_bit +EXPORT_SYMBOL vmlinux 0x9aef61e3 page_pool_get_stats +EXPORT_SYMBOL vmlinux 0x9b0e801c pmem_should_map_pages +EXPORT_SYMBOL vmlinux 0x9b0f5832 kfree_skb_list_reason +EXPORT_SYMBOL vmlinux 0x9b10218b pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0x9b124c76 mtree_store +EXPORT_SYMBOL vmlinux 0x9b128a66 qcom_scm_set_remote_state +EXPORT_SYMBOL vmlinux 0x9b1b7306 xxh64 +EXPORT_SYMBOL vmlinux 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL vmlinux 0x9b3255ba netlink_ack +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b496b21 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x9b4c7bbe dev_get_flags +EXPORT_SYMBOL vmlinux 0x9b6668c4 __traceiter_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x9b66d594 tcp_setsockopt +EXPORT_SYMBOL vmlinux 0x9b6eb137 ksize +EXPORT_SYMBOL vmlinux 0x9b806ea8 jbd2_journal_finish_inode_data_buffers +EXPORT_SYMBOL vmlinux 0x9b8e04c7 inode_io_list_del +EXPORT_SYMBOL vmlinux 0x9b96ebcf unregister_console +EXPORT_SYMBOL vmlinux 0x9bc4da2c mipi_dsi_dcs_set_tear_on +EXPORT_SYMBOL vmlinux 0x9bd2cf0c rpmh_write_batch +EXPORT_SYMBOL vmlinux 0x9c0992bc blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0x9c15e034 nd_device_notify +EXPORT_SYMBOL vmlinux 0x9c3717c9 pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0x9c3e1ba7 inode_permission +EXPORT_SYMBOL vmlinux 0x9c4063b5 netdev_offload_xstats_push_delta +EXPORT_SYMBOL vmlinux 0x9c46f6d2 xsk_set_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0x9c535b74 folio_end_writeback +EXPORT_SYMBOL vmlinux 0x9c566cee gpiochip_irq_relres +EXPORT_SYMBOL vmlinux 0x9c5a2ada ucc_fast_dump_regs +EXPORT_SYMBOL vmlinux 0x9c5b697c iov_iter_alignment +EXPORT_SYMBOL vmlinux 0x9c65b78a csum_partial_copy_nocheck +EXPORT_SYMBOL vmlinux 0x9c6f5bc0 neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0x9c75226b dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x9c86b9ab fileattr_fill_flags +EXPORT_SYMBOL vmlinux 0x9c9ce113 mtree_alloc_rrange +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cb3afe4 wireless_spy_update +EXPORT_SYMBOL vmlinux 0x9cb497fb param_set_int +EXPORT_SYMBOL vmlinux 0x9ccf7171 vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x9cd57581 __blk_alloc_disk +EXPORT_SYMBOL vmlinux 0x9cdbe0e2 fuse_dequeue_forget +EXPORT_SYMBOL vmlinux 0x9cdde885 inet_ioctl +EXPORT_SYMBOL vmlinux 0x9cdfb3f7 sysctl_fb_tunnels_only_for_init_net +EXPORT_SYMBOL vmlinux 0x9ce33273 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0x9ce5653d file_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x9cf0b3f9 write_dirty_buffer +EXPORT_SYMBOL vmlinux 0x9cfad79c dev_get_mac_address +EXPORT_SYMBOL vmlinux 0x9d06ac33 free_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d1eacdd inet_addr_type_dev_table +EXPORT_SYMBOL vmlinux 0x9d287b84 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x9d2a7d86 get_task_cred +EXPORT_SYMBOL vmlinux 0x9d2ab8ac __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x9d2e7707 unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0x9d5cbf88 mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0x9d5cd559 reservation_ww_class +EXPORT_SYMBOL vmlinux 0x9d669763 memcpy +EXPORT_SYMBOL vmlinux 0x9d6a810d vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x9d6b4613 tty_register_device +EXPORT_SYMBOL vmlinux 0x9d7bd69f unregister_qdisc +EXPORT_SYMBOL vmlinux 0x9d85a623 udp_seq_start +EXPORT_SYMBOL vmlinux 0x9d9ce3c0 simple_transaction_get +EXPORT_SYMBOL vmlinux 0x9dac3082 seq_release +EXPORT_SYMBOL vmlinux 0x9dbb951b snd_pcm_lib_free_pages +EXPORT_SYMBOL vmlinux 0x9dc26147 peernet2id +EXPORT_SYMBOL vmlinux 0x9dc894cc skb_seq_read +EXPORT_SYMBOL vmlinux 0x9dd9df13 dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0x9deed997 fsync_bdev +EXPORT_SYMBOL vmlinux 0x9df995fb stack_depot_set_extra_bits +EXPORT_SYMBOL vmlinux 0x9dfca85d devm_ioremap +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e0f6a89 rt_dst_clone +EXPORT_SYMBOL vmlinux 0x9e0fa5ae hsiphash_3u32 +EXPORT_SYMBOL vmlinux 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL vmlinux 0x9e4e9296 dql_init +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e5dfb73 netlink_net_capable +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e624967 ppp_register_channel +EXPORT_SYMBOL vmlinux 0x9e69919c devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL vmlinux 0x9e7f42cd phy_free_interrupt +EXPORT_SYMBOL vmlinux 0x9e86a08d bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0x9e905e08 udp_pre_connect +EXPORT_SYMBOL vmlinux 0x9e9a9cb4 trace_print_hex_seq +EXPORT_SYMBOL vmlinux 0x9e9dc80b pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0x9e9eab95 devcgroup_check_permission +EXPORT_SYMBOL vmlinux 0x9e9f9829 param_get_invbool +EXPORT_SYMBOL vmlinux 0x9e9fdd9d memunmap +EXPORT_SYMBOL vmlinux 0x9eb251d7 tcp_poll +EXPORT_SYMBOL vmlinux 0x9eb63dbe proc_create +EXPORT_SYMBOL vmlinux 0x9ec05e82 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0x9ec0e639 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0x9ec6ca96 ktime_get_real_ts64 +EXPORT_SYMBOL vmlinux 0x9ed978de vme_lm_set +EXPORT_SYMBOL vmlinux 0x9ee9ec69 input_get_timestamp +EXPORT_SYMBOL vmlinux 0x9ef1518a inetdev_by_index +EXPORT_SYMBOL vmlinux 0x9ef6343a xattr_full_name +EXPORT_SYMBOL vmlinux 0x9f06947d skb_split +EXPORT_SYMBOL vmlinux 0x9f14dc16 vm_insert_pages +EXPORT_SYMBOL vmlinux 0x9f2b81d1 d_lookup +EXPORT_SYMBOL vmlinux 0x9f449de1 dump_align +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f479883 pcie_get_width_cap +EXPORT_SYMBOL vmlinux 0x9f490cbe pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0x9f50b770 keyring_restrict +EXPORT_SYMBOL vmlinux 0x9f510dee pci_ep_cfs_remove_epf_group +EXPORT_SYMBOL vmlinux 0x9f54ead7 gro_cells_destroy +EXPORT_SYMBOL vmlinux 0x9f5ce9ad elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x9f68dab6 __traceiter_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x9f7ae060 node_states +EXPORT_SYMBOL vmlinux 0x9f846674 nand_write_oob_std +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9f98777c scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x9fb41842 netdev_offload_xstats_report_delta +EXPORT_SYMBOL vmlinux 0x9fbd3b85 ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0x9fd28d88 thaw_super +EXPORT_SYMBOL vmlinux 0x9fdb20e7 sync_inode_metadata +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9fea004f nexthop_set_hw_flags +EXPORT_SYMBOL vmlinux 0x9feed7ce timer_reduce +EXPORT_SYMBOL vmlinux 0x9fef8cf5 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa01d3df6 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0xa024204e ip6_frag_next +EXPORT_SYMBOL vmlinux 0xa032da5f kobject_del +EXPORT_SYMBOL vmlinux 0xa033d747 next_arg +EXPORT_SYMBOL vmlinux 0xa039ba17 udp_lib_get_port +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa04a1df3 _snd_ctl_add_follower +EXPORT_SYMBOL vmlinux 0xa04e33da qcom_scm_lmh_dcvsh +EXPORT_SYMBOL vmlinux 0xa057df8f twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xa05a2886 __traceiter_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xa05b1efe gnet_stats_basic_sync_init +EXPORT_SYMBOL vmlinux 0xa05b6be2 psched_ppscfg_precompute +EXPORT_SYMBOL vmlinux 0xa05b7262 kfree_skb_partial +EXPORT_SYMBOL vmlinux 0xa0695988 flow_rule_match_arp +EXPORT_SYMBOL vmlinux 0xa06df9e1 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0xa071249b scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0xa07a3aa0 get_user_pages +EXPORT_SYMBOL vmlinux 0xa07ab4ac kobject_init +EXPORT_SYMBOL vmlinux 0xa07d1b3c tasklet_setup +EXPORT_SYMBOL vmlinux 0xa084749a __bitmap_or +EXPORT_SYMBOL vmlinux 0xa085f544 netdev_features_change +EXPORT_SYMBOL vmlinux 0xa095e02e generic_check_addressable +EXPORT_SYMBOL vmlinux 0xa0a0e01c phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0xa0a65124 scsi_print_sense +EXPORT_SYMBOL vmlinux 0xa0aae687 imx_ssi_fiq_end +EXPORT_SYMBOL vmlinux 0xa0ae1e73 siphash_3u64 +EXPORT_SYMBOL vmlinux 0xa0aefe3e bit_waitqueue +EXPORT_SYMBOL vmlinux 0xa0af6c62 km_new_mapping +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0bba821 mdio_driver_register +EXPORT_SYMBOL vmlinux 0xa0d9741d km_report +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0eae826 smp_call_function +EXPORT_SYMBOL vmlinux 0xa0ebd14c sysctl_tcp_mem +EXPORT_SYMBOL vmlinux 0xa0ebd437 hdmi_drm_infoframe_check +EXPORT_SYMBOL vmlinux 0xa0ee2216 handshake_req_cancel +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa106751a clk_bulk_get_all +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa1124a77 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0xa12826fe kobject_put +EXPORT_SYMBOL vmlinux 0xa1313b68 follow_down +EXPORT_SYMBOL vmlinux 0xa1396be5 page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0xa14619df handshake_req_private +EXPORT_SYMBOL vmlinux 0xa14e4f61 cros_ec_check_result +EXPORT_SYMBOL vmlinux 0xa1588d31 dma_resv_fini +EXPORT_SYMBOL vmlinux 0xa1591454 qdisc_put +EXPORT_SYMBOL vmlinux 0xa15d0131 cancel_delayed_work +EXPORT_SYMBOL vmlinux 0xa165cd74 pci_read_vpd_any +EXPORT_SYMBOL vmlinux 0xa16b21fb wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0xa17bd3fc add_wait_queue +EXPORT_SYMBOL vmlinux 0xa1869501 copy_splice_read +EXPORT_SYMBOL vmlinux 0xa18c53f5 phy_attached_info +EXPORT_SYMBOL vmlinux 0xa1a08e85 bdi_register +EXPORT_SYMBOL vmlinux 0xa1d131ed vmemdup_user +EXPORT_SYMBOL vmlinux 0xa1de2c09 inet_add_offload +EXPORT_SYMBOL vmlinux 0xa1f61ca2 __filemap_set_wb_err +EXPORT_SYMBOL vmlinux 0xa2040b35 tegra_ivc_reset +EXPORT_SYMBOL vmlinux 0xa204d262 inet6_getname +EXPORT_SYMBOL vmlinux 0xa2060911 inet_current_timestamp +EXPORT_SYMBOL vmlinux 0xa209cd26 neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0xa20af72a xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0xa20b4df1 blk_rq_append_bio +EXPORT_SYMBOL vmlinux 0xa211bc53 tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0xa21bad7e genphy_handle_interrupt_no_ack +EXPORT_SYMBOL vmlinux 0xa2215b67 phy_attach_direct +EXPORT_SYMBOL vmlinux 0xa23edb11 mr_mfc_find_parent +EXPORT_SYMBOL vmlinux 0xa23ffc04 groups_sort +EXPORT_SYMBOL vmlinux 0xa24491bf ida_free +EXPORT_SYMBOL vmlinux 0xa24f23d8 __request_module +EXPORT_SYMBOL vmlinux 0xa25d6d3e misc_register +EXPORT_SYMBOL vmlinux 0xa263892b fscrypt_fname_free_buffer +EXPORT_SYMBOL vmlinux 0xa26c2513 mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0xa27e5fef pci_enable_atomic_ops_to_root +EXPORT_SYMBOL vmlinux 0xa2887b38 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0xa28cfcc0 gen_estimator_active +EXPORT_SYMBOL vmlinux 0xa28efa12 dma_fence_init +EXPORT_SYMBOL vmlinux 0xa2c0693d eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0xa2d4b75e qcom_scm_iommu_set_cp_pool_size +EXPORT_SYMBOL vmlinux 0xa2d7ec8d __SCK__tp_func_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xa2d89d5a __vfs_removexattr +EXPORT_SYMBOL vmlinux 0xa2e36540 dm_get_device +EXPORT_SYMBOL vmlinux 0xa30e6527 platform_get_ethdev_address +EXPORT_SYMBOL vmlinux 0xa32d767a skb_push +EXPORT_SYMBOL vmlinux 0xa33fa3ce insert_inode_locked +EXPORT_SYMBOL vmlinux 0xa34ec1a3 pcie_capability_clear_and_set_word_locked +EXPORT_SYMBOL vmlinux 0xa381944f dql_reset +EXPORT_SYMBOL vmlinux 0xa3a54979 init_on_free +EXPORT_SYMBOL vmlinux 0xa3ba27bf vme_free_consistent +EXPORT_SYMBOL vmlinux 0xa3bb2ac4 backlight_device_set_brightness +EXPORT_SYMBOL vmlinux 0xa3be0d35 can_nice +EXPORT_SYMBOL vmlinux 0xa3be8342 __ubsan_handle_type_mismatch +EXPORT_SYMBOL vmlinux 0xa3bfbf41 end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0xa3c00c06 memcg_sockets_enabled_key +EXPORT_SYMBOL vmlinux 0xa3c4e2e3 kthread_create_worker_on_cpu +EXPORT_SYMBOL vmlinux 0xa3c7bd47 kobject_get_unless_zero +EXPORT_SYMBOL vmlinux 0xa3cad44c ping_prot +EXPORT_SYMBOL vmlinux 0xa3fbeb14 jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0xa3fea172 sha224_final +EXPORT_SYMBOL vmlinux 0xa422a618 __netdev_notify_peers +EXPORT_SYMBOL vmlinux 0xa43799a8 rfs_needed +EXPORT_SYMBOL vmlinux 0xa440d121 flow_keys_dissector +EXPORT_SYMBOL vmlinux 0xa448c653 qcom_scm_ice_set_key +EXPORT_SYMBOL vmlinux 0xa4552208 init_on_alloc +EXPORT_SYMBOL vmlinux 0xa4610bc6 omap_rev +EXPORT_SYMBOL vmlinux 0xa476ead5 tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0xa4790e2a setattr_copy +EXPORT_SYMBOL vmlinux 0xa47ba47b phy_disconnect +EXPORT_SYMBOL vmlinux 0xa4834591 security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xa48dc4ba snd_pcm_hw_param_first +EXPORT_SYMBOL vmlinux 0xa4a607eb crypto_kdf108_setkey +EXPORT_SYMBOL vmlinux 0xa4aaf2e3 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0xa4d349dc jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0xa4e2a125 vfs_getattr +EXPORT_SYMBOL vmlinux 0xa4e3a8d6 mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0xa4ed1ee7 pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0xa4fca045 qcom_scm_ocmem_lock +EXPORT_SYMBOL vmlinux 0xa512d5ad ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0xa51a2967 _find_next_zero_bit_le +EXPORT_SYMBOL vmlinux 0xa51f186b seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0xa52d6316 sg_zero_buffer +EXPORT_SYMBOL vmlinux 0xa5490ba2 blk_integrity_compare +EXPORT_SYMBOL vmlinux 0xa54b9063 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0xa55193b9 phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa55acf32 tegra_ahb_enable_smmu +EXPORT_SYMBOL vmlinux 0xa5684076 ida_alloc_range +EXPORT_SYMBOL vmlinux 0xa56fde1c __genradix_iter_peek +EXPORT_SYMBOL vmlinux 0xa58abafd pcie_relaxed_ordering_enabled +EXPORT_SYMBOL vmlinux 0xa59ce1a5 fddi_type_trans +EXPORT_SYMBOL vmlinux 0xa59f42da __skb_try_recv_datagram +EXPORT_SYMBOL vmlinux 0xa5a91711 _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0xa5b93b52 __hw_addr_ref_unsync_dev +EXPORT_SYMBOL vmlinux 0xa5c035a9 __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0xa5c8d83a rtnl_configure_link +EXPORT_SYMBOL vmlinux 0xa5d3fe45 map_destroy +EXPORT_SYMBOL vmlinux 0xa5e18d0d __mmap_lock_do_trace_acquire_returned +EXPORT_SYMBOL vmlinux 0xa5e75607 xsk_tx_peek_desc +EXPORT_SYMBOL vmlinux 0xa5f96790 of_get_mac_address_nvmem +EXPORT_SYMBOL vmlinux 0xa5fedf6c elv_rb_former_request +EXPORT_SYMBOL vmlinux 0xa6059a88 pskb_trim_rcsum_slow +EXPORT_SYMBOL vmlinux 0xa60a1d28 max8925_bulk_write +EXPORT_SYMBOL vmlinux 0xa60af9a5 get_tree_nodev +EXPORT_SYMBOL vmlinux 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL vmlinux 0xa61ced89 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0xa61cf080 forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0xa6270a7c cqhci_resume +EXPORT_SYMBOL vmlinux 0xa63f5953 kmem_cache_alloc_bulk +EXPORT_SYMBOL vmlinux 0xa648e561 __ubsan_handle_shift_out_of_bounds +EXPORT_SYMBOL vmlinux 0xa64c7249 __printk_cpu_sync_try_get +EXPORT_SYMBOL vmlinux 0xa65fbec0 pci_find_capability +EXPORT_SYMBOL vmlinux 0xa66020ab of_get_next_child +EXPORT_SYMBOL vmlinux 0xa681cf7d mmc_get_card +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa68613dd get_jiffies_64 +EXPORT_SYMBOL vmlinux 0xa686f338 rproc_get_by_child +EXPORT_SYMBOL vmlinux 0xa6955cca mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0xa6970398 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0xa69b87e9 udp_skb_destructor +EXPORT_SYMBOL vmlinux 0xa69d151c _raw_write_lock +EXPORT_SYMBOL vmlinux 0xa69e22b8 dquot_drop +EXPORT_SYMBOL vmlinux 0xa6a7a2ad div_s64_rem +EXPORT_SYMBOL vmlinux 0xa6aafded snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL vmlinux 0xa6bcaa33 dm_io +EXPORT_SYMBOL vmlinux 0xa6c26d87 pcim_iounmap +EXPORT_SYMBOL vmlinux 0xa6cab4c1 of_node_name_eq +EXPORT_SYMBOL vmlinux 0xa6ce41a2 tegra_ivc_notified +EXPORT_SYMBOL vmlinux 0xa6d13bfd pcim_enable_device +EXPORT_SYMBOL vmlinux 0xa6e3c970 _find_first_bit_le +EXPORT_SYMBOL vmlinux 0xa6e64544 tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0xa6f2faeb alloc_fcdev +EXPORT_SYMBOL vmlinux 0xa6f3ff94 vme_irq_generate +EXPORT_SYMBOL vmlinux 0xa6f51463 fs_bio_set +EXPORT_SYMBOL vmlinux 0xa700b96b skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0xa705b028 netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0xa70bc96d qcom_scm_restore_sec_cfg_available +EXPORT_SYMBOL vmlinux 0xa714758e sg_copy_buffer +EXPORT_SYMBOL vmlinux 0xa7269035 scsi_host_alloc +EXPORT_SYMBOL vmlinux 0xa72fa1e1 of_lpddr2_get_info +EXPORT_SYMBOL vmlinux 0xa73e5329 dst_dev_put +EXPORT_SYMBOL vmlinux 0xa73ee62b _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0xa74c9877 refcount_dec_and_rtnl_lock +EXPORT_SYMBOL vmlinux 0xa7558c49 tso_build_hdr +EXPORT_SYMBOL vmlinux 0xa75ec04b get_tree_keyed +EXPORT_SYMBOL vmlinux 0xa7771f06 pci_get_subsys +EXPORT_SYMBOL vmlinux 0xa77bfd29 register_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0xa7878b47 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0xa79db4b3 snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL vmlinux 0xa7a71611 blk_mq_rq_cpu +EXPORT_SYMBOL vmlinux 0xa7b3181c up_read +EXPORT_SYMBOL vmlinux 0xa7d1f95f dev_load +EXPORT_SYMBOL vmlinux 0xa7eedcc4 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xa802febd mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0xa80acb56 lockref_mark_dead +EXPORT_SYMBOL vmlinux 0xa8151caf qdisc_reset +EXPORT_SYMBOL vmlinux 0xa829405e proto_unregister +EXPORT_SYMBOL vmlinux 0xa82bb1b3 pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0xa835c8b7 twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0xa8390b95 inode_init_owner +EXPORT_SYMBOL vmlinux 0xa83b7526 pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa84ce9e0 crypto_aes_inv_sbox +EXPORT_SYMBOL vmlinux 0xa84d857a pci_read_config_dword +EXPORT_SYMBOL vmlinux 0xa8698629 vme_register_error_handler +EXPORT_SYMBOL vmlinux 0xa88d1fae rproc_put +EXPORT_SYMBOL vmlinux 0xa89a1cf1 ipmi_dmi_get_slave_addr +EXPORT_SYMBOL vmlinux 0xa89f1ea7 get_ipc_ns_exported +EXPORT_SYMBOL vmlinux 0xa8a08caf trace_print_array_seq +EXPORT_SYMBOL vmlinux 0xa8a8110c kernel_neon_end +EXPORT_SYMBOL vmlinux 0xa8ac3b0f mdiobb_read_c45 +EXPORT_SYMBOL vmlinux 0xa8ae9ad0 __skb_gro_checksum_complete +EXPORT_SYMBOL vmlinux 0xa8b2ec4c dma_fence_add_callback +EXPORT_SYMBOL vmlinux 0xa8b6e8ca vlan_filter_drop_vids +EXPORT_SYMBOL vmlinux 0xa8baadd2 eth_header_cache_update +EXPORT_SYMBOL vmlinux 0xa8caa845 clk_bulk_put_all +EXPORT_SYMBOL vmlinux 0xa8d24620 zstd_init_cstream +EXPORT_SYMBOL vmlinux 0xa8db6216 eth_get_headlen +EXPORT_SYMBOL vmlinux 0xa8ea5417 tcp_peek_len +EXPORT_SYMBOL vmlinux 0xa8ec7d34 crc_ccitt +EXPORT_SYMBOL vmlinux 0xa8f36219 tty_port_close_end +EXPORT_SYMBOL vmlinux 0xa8f4e0fc dcb_ieee_getapp_default_prio_mask +EXPORT_SYMBOL vmlinux 0xa8f6c843 ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xa8f7f280 idr_get_next_ul +EXPORT_SYMBOL vmlinux 0xa90bdf0d rt_dst_alloc +EXPORT_SYMBOL vmlinux 0xa90c4cab of_phy_register_fixed_link +EXPORT_SYMBOL vmlinux 0xa90ca7ab scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0xa910c062 netdev_bonding_info_change +EXPORT_SYMBOL vmlinux 0xa913f580 vmap +EXPORT_SYMBOL vmlinux 0xa9140d96 qdisc_tree_reduce_backlog +EXPORT_SYMBOL vmlinux 0xa917c1de blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xa9256ce7 reuseport_select_sock +EXPORT_SYMBOL vmlinux 0xa93297b2 mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0xa947b14f zstd_reset_cstream +EXPORT_SYMBOL vmlinux 0xa9595326 dev_mc_del_global +EXPORT_SYMBOL vmlinux 0xa964dd13 gpmc_cs_request +EXPORT_SYMBOL vmlinux 0xa965ca81 reciprocal_value +EXPORT_SYMBOL vmlinux 0xa976957d bitmap_remap +EXPORT_SYMBOL vmlinux 0xa97da260 tcp_getsockopt +EXPORT_SYMBOL vmlinux 0xa990c61e __folio_alloc +EXPORT_SYMBOL vmlinux 0xa994641d flow_block_cb_lookup +EXPORT_SYMBOL vmlinux 0xa999060b __folio_cancel_dirty +EXPORT_SYMBOL vmlinux 0xa9ac9cce kill_litter_super +EXPORT_SYMBOL vmlinux 0xa9cdf69b page_pool_alloc_frag +EXPORT_SYMBOL vmlinux 0xa9da0706 dump_page +EXPORT_SYMBOL vmlinux 0xa9dab0db rtc_add_group +EXPORT_SYMBOL vmlinux 0xa9ed62d2 tegra_fuse_readl +EXPORT_SYMBOL vmlinux 0xa9eda8de scsi_partsize +EXPORT_SYMBOL vmlinux 0xa9f27896 mount_single +EXPORT_SYMBOL vmlinux 0xaa01f8aa register_shrinker +EXPORT_SYMBOL vmlinux 0xaa19e4aa _kstrtol +EXPORT_SYMBOL vmlinux 0xaa2537e6 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0xaa42bd6e input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0xaa42e16a gen_pool_has_addr +EXPORT_SYMBOL vmlinux 0xaa56f083 register_qdisc +EXPORT_SYMBOL vmlinux 0xaa58d052 blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0xaa6901ac __kfifo_out_r +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa76e502 mmc_cqe_recovery +EXPORT_SYMBOL vmlinux 0xaa77e1d2 pci_release_region +EXPORT_SYMBOL vmlinux 0xaa8106bc crc8_populate_msb +EXPORT_SYMBOL vmlinux 0xaa8f1b71 inet_addr_is_any +EXPORT_SYMBOL vmlinux 0xaaa39099 xfrm_if_register_cb +EXPORT_SYMBOL vmlinux 0xaaa4b9bc hchacha_block_generic +EXPORT_SYMBOL vmlinux 0xaaa50fb2 qcom_scm_lmh_profile_change +EXPORT_SYMBOL vmlinux 0xaaad0d21 set_groups +EXPORT_SYMBOL vmlinux 0xaab19c44 i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0xaab2bcb7 skb_get_hash_perturb +EXPORT_SYMBOL vmlinux 0xaab68926 dev_remove_pack +EXPORT_SYMBOL vmlinux 0xaac921e3 blk_mq_start_request +EXPORT_SYMBOL vmlinux 0xaacc9e27 sort +EXPORT_SYMBOL vmlinux 0xaad0ae78 __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaad8c7d6 default_wake_function +EXPORT_SYMBOL vmlinux 0xaae247de netdev_emerg +EXPORT_SYMBOL vmlinux 0xaaed7f6d sb_set_blocksize +EXPORT_SYMBOL vmlinux 0xaaf4a334 qcom_scm_set_cold_boot_addr +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab144178 submit_bio +EXPORT_SYMBOL vmlinux 0xab1484b8 mr_vif_seq_next +EXPORT_SYMBOL vmlinux 0xab1ae977 tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0xab1d21ec kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0xab2b1595 pci_find_resource +EXPORT_SYMBOL vmlinux 0xab3697e4 irq_poll_init +EXPORT_SYMBOL vmlinux 0xab37b750 inet_register_protosw +EXPORT_SYMBOL vmlinux 0xab3b75ea vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0xab3f0281 serio_interrupt +EXPORT_SYMBOL vmlinux 0xab44bd4f seq_read_iter +EXPORT_SYMBOL vmlinux 0xab5039f4 md_done_sync +EXPORT_SYMBOL vmlinux 0xab50b619 mdiobus_write_nested +EXPORT_SYMBOL vmlinux 0xab5c2be7 filemap_fault +EXPORT_SYMBOL vmlinux 0xab5fcddc scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0xab600421 probe_irq_off +EXPORT_SYMBOL vmlinux 0xab63baa5 unregister_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xab6d5b3b hex_to_bin +EXPORT_SYMBOL vmlinux 0xab7312ab nand_read_page_raw +EXPORT_SYMBOL vmlinux 0xab7603e7 imx_ssi_fiq_start +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab844c01 inode_insert5 +EXPORT_SYMBOL vmlinux 0xab847ac6 dma_fence_chain_ops +EXPORT_SYMBOL vmlinux 0xaba5da71 mnt_set_expiry +EXPORT_SYMBOL vmlinux 0xabaf526d put_ipc_ns +EXPORT_SYMBOL vmlinux 0xabbb2b21 vfs_dup_fs_context +EXPORT_SYMBOL vmlinux 0xabdbc3d4 pci_clear_master +EXPORT_SYMBOL vmlinux 0xabf23b9d bio_endio +EXPORT_SYMBOL vmlinux 0xabf32f29 utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0xabfb21db fwnode_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0xabfb9979 devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xac0daf95 tcf_qevent_init +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac22b219 security_binder_set_context_mgr +EXPORT_SYMBOL vmlinux 0xac3201b0 udp_flow_hashrnd +EXPORT_SYMBOL vmlinux 0xac390263 posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xac3f59b7 nand_ecc_sw_bch_correct +EXPORT_SYMBOL vmlinux 0xac437f7b snd_interval_ratnum +EXPORT_SYMBOL vmlinux 0xac5fcec0 in4_pton +EXPORT_SYMBOL vmlinux 0xac827a6e shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0xac8312f6 input_copy_abs +EXPORT_SYMBOL vmlinux 0xac84476b mdio_device_reset +EXPORT_SYMBOL vmlinux 0xac948b88 folio_clear_dirty_for_io +EXPORT_SYMBOL vmlinux 0xac9f31b5 blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0xaca1e6b4 neigh_changeaddr +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacbc49fc __sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0xacc2076b serio_reconnect +EXPORT_SYMBOL vmlinux 0xacc23c26 io_uring_get_socket +EXPORT_SYMBOL vmlinux 0xacd81eb3 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0xacddd806 ptp_get_vclocks_index +EXPORT_SYMBOL vmlinux 0xace817a7 mdio_driver_unregister +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacf649bf audit_log_task_info +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad164cfe sock_create_kern +EXPORT_SYMBOL vmlinux 0xad281998 scsi_device_set_state +EXPORT_SYMBOL vmlinux 0xad384e07 _dev_info +EXPORT_SYMBOL vmlinux 0xad39a03e cred_fscmp +EXPORT_SYMBOL vmlinux 0xad7115f1 file_fdatawait_range +EXPORT_SYMBOL vmlinux 0xad73041f autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xad7e378a nand_ecc_sw_hamming_correct +EXPORT_SYMBOL vmlinux 0xad93edc5 __write_overflow_field +EXPORT_SYMBOL vmlinux 0xad9a0095 hmm_range_fault +EXPORT_SYMBOL vmlinux 0xad9ccbea skb_queue_head +EXPORT_SYMBOL vmlinux 0xada9db19 tc_setup_cb_replace +EXPORT_SYMBOL vmlinux 0xadae6df8 blake2s_final +EXPORT_SYMBOL vmlinux 0xadb67e92 sock_set_reuseaddr +EXPORT_SYMBOL vmlinux 0xadbeed61 mipi_dsi_packet_format_is_long +EXPORT_SYMBOL vmlinux 0xadd22e70 LZ4_setStreamDecode +EXPORT_SYMBOL vmlinux 0xadfdffb2 i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0xae02b75d generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xae04012c __vmalloc +EXPORT_SYMBOL vmlinux 0xae05db44 tcf_qevent_dump +EXPORT_SYMBOL vmlinux 0xae1044dc dquot_file_open +EXPORT_SYMBOL vmlinux 0xae1d2c5e fb_modesetting_disabled +EXPORT_SYMBOL vmlinux 0xae23fe6b __fs_parse +EXPORT_SYMBOL vmlinux 0xae316c11 icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0xae353d77 arm_copy_from_user +EXPORT_SYMBOL vmlinux 0xae374777 bioset_exit +EXPORT_SYMBOL vmlinux 0xae491006 key_create +EXPORT_SYMBOL vmlinux 0xae577d60 _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xae7c1d11 i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0xae909724 of_node_get +EXPORT_SYMBOL vmlinux 0xaeac049a generate_random_guid +EXPORT_SYMBOL vmlinux 0xaeb17f40 tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0xaee4988e abort_creds +EXPORT_SYMBOL vmlinux 0xaef7b3d2 xfrm_input_resume +EXPORT_SYMBOL vmlinux 0xaf0be06c jbd2_submit_inode_data +EXPORT_SYMBOL vmlinux 0xaf23a15e __ip_queue_xmit +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf41a8b0 snd_compr_malloc_pages +EXPORT_SYMBOL vmlinux 0xaf4c5a25 pipe_unlock +EXPORT_SYMBOL vmlinux 0xaf50e76d elf_set_personality +EXPORT_SYMBOL vmlinux 0xaf59cb8a fb_set_suspend +EXPORT_SYMBOL vmlinux 0xaf6d981d mmc_gpiod_request_ro +EXPORT_SYMBOL vmlinux 0xaf81f3c6 reuseport_detach_prog +EXPORT_SYMBOL vmlinux 0xaf84865e __get_user_8 +EXPORT_SYMBOL vmlinux 0xaf8aa518 system_rev +EXPORT_SYMBOL vmlinux 0xaf93b6ff param_get_byte +EXPORT_SYMBOL vmlinux 0xaf9a0a2a radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0xafaa6031 _find_next_and_bit +EXPORT_SYMBOL vmlinux 0xafb87fc9 dma_find_channel +EXPORT_SYMBOL vmlinux 0xafc08054 dotdot_name +EXPORT_SYMBOL vmlinux 0xafc39c5f _copy_from_iter +EXPORT_SYMBOL vmlinux 0xafd5c773 snd_sgbuf_get_chunk_size +EXPORT_SYMBOL vmlinux 0xafe30f31 backlight_force_update +EXPORT_SYMBOL vmlinux 0xafeb1b31 blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0xafeba854 register_sysctl_mount_point +EXPORT_SYMBOL vmlinux 0xaffd7e15 mdiobus_register_device +EXPORT_SYMBOL vmlinux 0xb011eae1 kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xb019620a vfs_get_link +EXPORT_SYMBOL vmlinux 0xb01bebf9 xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xb031f3c0 unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xb0322a6c register_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0xb0328a7c skb_copy_header +EXPORT_SYMBOL vmlinux 0xb0423eb1 netif_carrier_off +EXPORT_SYMBOL vmlinux 0xb051d770 dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0xb055978a __ip_select_ident +EXPORT_SYMBOL vmlinux 0xb058ca07 dim_calc_stats +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb06974dc reuseport_has_conns_set +EXPORT_SYMBOL vmlinux 0xb06dbe9b posix_test_lock +EXPORT_SYMBOL vmlinux 0xb06ee3af gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0xb076a956 bio_copy_data +EXPORT_SYMBOL vmlinux 0xb080eea7 from_kprojid +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0a3c5d2 trace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0xb0b140df nvdimm_namespace_locked +EXPORT_SYMBOL vmlinux 0xb0b4f56e simple_open +EXPORT_SYMBOL vmlinux 0xb0cacb8c napi_gro_flush +EXPORT_SYMBOL vmlinux 0xb0cc93d6 proc_douintvec +EXPORT_SYMBOL vmlinux 0xb0dc82c4 mipi_dsi_dcs_set_page_address +EXPORT_SYMBOL vmlinux 0xb0ddd5cd neigh_resolve_output +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0e26e8b generic_pipe_buf_try_steal +EXPORT_SYMBOL vmlinux 0xb0fda5de tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0xb10c0b88 generic_delete_inode +EXPORT_SYMBOL vmlinux 0xb10e7df4 __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0xb121390a probe_irq_on +EXPORT_SYMBOL vmlinux 0xb1299553 netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0xb12b0fb6 phy_request_interrupt +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb14a8353 devfreq_update_status +EXPORT_SYMBOL vmlinux 0xb14ab1ef hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0xb14fc46a find_next_clump8 +EXPORT_SYMBOL vmlinux 0xb1521954 fb_io_write +EXPORT_SYMBOL vmlinux 0xb15b9836 xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0xb15e134a proc_set_user +EXPORT_SYMBOL vmlinux 0xb16c4a5e kernel_listen +EXPORT_SYMBOL vmlinux 0xb181c9a8 of_device_is_available +EXPORT_SYMBOL vmlinux 0xb18f980a d_drop +EXPORT_SYMBOL vmlinux 0xb1944cc4 sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0xb1a3ff78 sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0xb1ad28e0 __gnu_mcount_nc +EXPORT_SYMBOL vmlinux 0xb1b7d715 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xb1b81aea simple_dentry_operations +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1c879b1 nand_get_set_features_notsupp +EXPORT_SYMBOL vmlinux 0xb1d2a592 dquot_load_quota_sb +EXPORT_SYMBOL vmlinux 0xb1ddf995 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xb1e4606e napi_disable +EXPORT_SYMBOL vmlinux 0xb1e7a4f7 dec_node_page_state +EXPORT_SYMBOL vmlinux 0xb1f97aab devm_alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0xb20d06a2 pci_bus_claim_resources +EXPORT_SYMBOL vmlinux 0xb20f0be9 sock_create +EXPORT_SYMBOL vmlinux 0xb21144ba ptp_cancel_worker_sync +EXPORT_SYMBOL vmlinux 0xb213f76e mmc_remove_host +EXPORT_SYMBOL vmlinux 0xb22e16d5 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xb23669d7 tcp_sock_set_keepidle +EXPORT_SYMBOL vmlinux 0xb2388f90 submit_bio_wait +EXPORT_SYMBOL vmlinux 0xb23a519c zstd_decompress_stream +EXPORT_SYMBOL vmlinux 0xb24b1d3b inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0xb252fb1d consume_skb +EXPORT_SYMBOL vmlinux 0xb257bdd0 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0xb2668784 __traceiter_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0xb271d7c3 proc_dostring +EXPORT_SYMBOL vmlinux 0xb27674c2 dentry_create +EXPORT_SYMBOL vmlinux 0xb278a968 __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0xb27ab6d8 security_sk_clone +EXPORT_SYMBOL vmlinux 0xb27d5080 skb_flow_get_icmp_tci +EXPORT_SYMBOL vmlinux 0xb29a3325 ilookup +EXPORT_SYMBOL vmlinux 0xb2bdaeb8 __ClearPageMovable +EXPORT_SYMBOL vmlinux 0xb2bf69c9 vfs_copy_file_range +EXPORT_SYMBOL vmlinux 0xb2d48a2e queue_work_on +EXPORT_SYMBOL vmlinux 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL vmlinux 0xb2fba76f inet_sk_set_state +EXPORT_SYMBOL vmlinux 0xb308c97d wait_woken +EXPORT_SYMBOL vmlinux 0xb30b1690 blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0xb30b9822 vme_master_set +EXPORT_SYMBOL vmlinux 0xb320cc0e sg_init_one +EXPORT_SYMBOL vmlinux 0xb3258f79 __ubsan_handle_type_mismatch_v1 +EXPORT_SYMBOL vmlinux 0xb326c754 dma_fence_signal_locked +EXPORT_SYMBOL vmlinux 0xb32728bb qcom_scm_iommu_secure_ptbl_init +EXPORT_SYMBOL vmlinux 0xb32f1292 vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0xb3326f1e security_inode_copy_up +EXPORT_SYMBOL vmlinux 0xb3365bc3 cookie_timestamp_decode +EXPORT_SYMBOL vmlinux 0xb33c108e flow_rule_match_enc_ipv4_addrs +EXPORT_SYMBOL vmlinux 0xb34938e0 rt6_lookup +EXPORT_SYMBOL vmlinux 0xb36591b9 devm_arch_io_reserve_memtype_wc +EXPORT_SYMBOL vmlinux 0xb3667805 dqstats +EXPORT_SYMBOL vmlinux 0xb367c984 mxc_set_irq_fiq +EXPORT_SYMBOL vmlinux 0xb3687850 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xb36d0370 i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0xb37d87d9 __mmap_lock_do_trace_start_locking +EXPORT_SYMBOL vmlinux 0xb3832b72 cont_write_begin +EXPORT_SYMBOL vmlinux 0xb39475a6 param_get_long +EXPORT_SYMBOL vmlinux 0xb3c034c1 is_free_buddy_page +EXPORT_SYMBOL vmlinux 0xb3d110fb vme_bus_error_handler +EXPORT_SYMBOL vmlinux 0xb3d2c76d scsi_hostbyte_string +EXPORT_SYMBOL vmlinux 0xb3f6cf8b tcp_release_cb +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb3fad3b9 rawnand_sw_bch_init +EXPORT_SYMBOL vmlinux 0xb406163d find_vma_intersection +EXPORT_SYMBOL vmlinux 0xb4098c35 pci_enable_ptm +EXPORT_SYMBOL vmlinux 0xb410c33e lock_rename +EXPORT_SYMBOL vmlinux 0xb4146b43 __folio_start_writeback +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb43fc71c ps2_end_command +EXPORT_SYMBOL vmlinux 0xb4471bfe down_trylock +EXPORT_SYMBOL vmlinux 0xb4519a8f string_escape_mem +EXPORT_SYMBOL vmlinux 0xb4589ccd mdiobb_write_c22 +EXPORT_SYMBOL vmlinux 0xb468873e simple_map_init +EXPORT_SYMBOL vmlinux 0xb46a6feb ipv6_push_frag_opts +EXPORT_SYMBOL vmlinux 0xb46eaeb4 of_get_next_cpu_node +EXPORT_SYMBOL vmlinux 0xb46f2abe xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0xb47d1112 nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0xb481a1c6 of_graph_get_remote_endpoint +EXPORT_SYMBOL vmlinux 0xb48d4d22 security_sb_eat_lsm_opts +EXPORT_SYMBOL vmlinux 0xb49018a6 dev_change_flags +EXPORT_SYMBOL vmlinux 0xb4910192 arm_dma_zone_size +EXPORT_SYMBOL vmlinux 0xb49e3d39 ilookup5 +EXPORT_SYMBOL vmlinux 0xb4ae3ab1 __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0xb4b1e6d1 __xa_alloc +EXPORT_SYMBOL vmlinux 0xb4b34285 vfs_mkdir +EXPORT_SYMBOL vmlinux 0xb4bddb04 zstd_init_dstream +EXPORT_SYMBOL vmlinux 0xb4c5007f nexthop_bucket_set_hw_flags +EXPORT_SYMBOL vmlinux 0xb50b90e3 __dev_remove_pack +EXPORT_SYMBOL vmlinux 0xb51170c2 inet_sock_destruct +EXPORT_SYMBOL vmlinux 0xb522541d dev_uc_init +EXPORT_SYMBOL vmlinux 0xb52d0891 release_sock +EXPORT_SYMBOL vmlinux 0xb55212c4 tso_start +EXPORT_SYMBOL vmlinux 0xb58aeaab kernel_cpustat +EXPORT_SYMBOL vmlinux 0xb594ea5f dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0xb5a29453 elm_decode_bch_error_page +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5ac682f simple_write_begin +EXPORT_SYMBOL vmlinux 0xb5b39afa fscrypt_decrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0xb5b63711 fileattr_fill_xflags +EXPORT_SYMBOL vmlinux 0xb5e33610 tegra_dfll_register +EXPORT_SYMBOL vmlinux 0xb5e36458 udp_gro_receive +EXPORT_SYMBOL vmlinux 0xb5fdc18f mutex_is_locked +EXPORT_SYMBOL vmlinux 0xb6070dfe ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0xb62dbe99 phy_set_asym_pause +EXPORT_SYMBOL vmlinux 0xb630c278 request_firmware_nowait +EXPORT_SYMBOL vmlinux 0xb633f115 irq_poll_enable +EXPORT_SYMBOL vmlinux 0xb63beb9f uart_update_timeout +EXPORT_SYMBOL vmlinux 0xb6592f07 bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0xb664a4e8 kvrealloc +EXPORT_SYMBOL vmlinux 0xb66e96d8 netlbl_audit_start +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb67e736d sock_no_accept +EXPORT_SYMBOL vmlinux 0xb67fec0e uuid_parse +EXPORT_SYMBOL vmlinux 0xb6896671 crc_t10dif +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb6acaa13 phy_sfp_detach +EXPORT_SYMBOL vmlinux 0xb6b622ef vm_map_pages_zero +EXPORT_SYMBOL vmlinux 0xb6b6284e xz_dec_run +EXPORT_SYMBOL vmlinux 0xb6b96566 register_fib_notifier +EXPORT_SYMBOL vmlinux 0xb6cb556a _find_first_and_bit +EXPORT_SYMBOL vmlinux 0xb6e07654 amba_device_register +EXPORT_SYMBOL vmlinux 0xb6e36ce2 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb6f859f4 _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0xb6fde909 close_fd +EXPORT_SYMBOL vmlinux 0xb71589f0 skip_spaces +EXPORT_SYMBOL vmlinux 0xb71693c6 igrab +EXPORT_SYMBOL vmlinux 0xb71ae8e7 fwnode_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0xb71d986d snd_pcm_hw_limit_rates +EXPORT_SYMBOL vmlinux 0xb71ed69f __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0xb72a9718 snd_info_create_card_entry +EXPORT_SYMBOL vmlinux 0xb73162b2 fd_install +EXPORT_SYMBOL vmlinux 0xb7362c90 do_wait_intr_irq +EXPORT_SYMBOL vmlinux 0xb73f55e2 phy_start_aneg +EXPORT_SYMBOL vmlinux 0xb74f03e5 dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0xb751ad36 security_d_instantiate +EXPORT_SYMBOL vmlinux 0xb7566933 kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0xb7614293 snd_unregister_device +EXPORT_SYMBOL vmlinux 0xb7688155 ucc_slow_init +EXPORT_SYMBOL vmlinux 0xb786ada0 d_find_any_alias +EXPORT_SYMBOL vmlinux 0xb78debe3 LZ4_decompress_fast_usingDict +EXPORT_SYMBOL vmlinux 0xb7a9da8a netdev_port_same_parent_id +EXPORT_SYMBOL vmlinux 0xb7b4209d mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0xb7b62e11 folio_add_lru +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb7ced615 kthread_associate_blkcg +EXPORT_SYMBOL vmlinux 0xb7d28300 remove_proc_entry +EXPORT_SYMBOL vmlinux 0xb7d6cd4c dev_alloc_name +EXPORT_SYMBOL vmlinux 0xb7ec7aa9 ethtool_rx_flow_rule_create +EXPORT_SYMBOL vmlinux 0xb7ff182f down_read_killable +EXPORT_SYMBOL vmlinux 0xb802e943 from_kgid +EXPORT_SYMBOL vmlinux 0xb806d6a1 __sk_receive_skb +EXPORT_SYMBOL vmlinux 0xb8165738 of_match_node +EXPORT_SYMBOL vmlinux 0xb81733ec key_revoke +EXPORT_SYMBOL vmlinux 0xb829bb0d jbd2_journal_invalidate_folio +EXPORT_SYMBOL vmlinux 0xb842716c qcom_scm_ocmem_lock_available +EXPORT_SYMBOL vmlinux 0xb868ac5c register_sysrq_key +EXPORT_SYMBOL vmlinux 0xb88aa347 dma_fence_signal_timestamp_locked +EXPORT_SYMBOL vmlinux 0xb88bc7eb fb_set_cmap +EXPORT_SYMBOL vmlinux 0xb8983f8d xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0xb89b6e6b guid_parse +EXPORT_SYMBOL vmlinux 0xb8a0a01a security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0xb8a6ffeb __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0xb8aa5cbf genphy_read_lpa +EXPORT_SYMBOL vmlinux 0xb8b043f2 kfree_link +EXPORT_SYMBOL vmlinux 0xb8b1a1d1 page_pool_release_page +EXPORT_SYMBOL vmlinux 0xb8ddc627 inet_protos +EXPORT_SYMBOL vmlinux 0xb8e0a76c inet_listen +EXPORT_SYMBOL vmlinux 0xb8e39d53 percpu_counter_sync +EXPORT_SYMBOL vmlinux 0xb905192a mfd_add_devices +EXPORT_SYMBOL vmlinux 0xb9074ff1 sock_recvmsg +EXPORT_SYMBOL vmlinux 0xb9082bd3 prepare_to_swait_exclusive +EXPORT_SYMBOL vmlinux 0xb90fe783 set_anon_super +EXPORT_SYMBOL vmlinux 0xb911bb58 minmax_running_max +EXPORT_SYMBOL vmlinux 0xb924b012 security_socket_socketpair +EXPORT_SYMBOL vmlinux 0xb93bec7b tcp_set_rcvlowat +EXPORT_SYMBOL vmlinux 0xb94339c4 qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xb944e1ba t10_pi_type3_ip +EXPORT_SYMBOL vmlinux 0xb94fa579 md_flush_request +EXPORT_SYMBOL vmlinux 0xb95f98d6 _memset_io +EXPORT_SYMBOL vmlinux 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL vmlinux 0xb9654393 of_phy_get_and_connect +EXPORT_SYMBOL vmlinux 0xb96c4f9e audit_log_subject_context +EXPORT_SYMBOL vmlinux 0xb97112b7 inode_query_iversion +EXPORT_SYMBOL vmlinux 0xb97220ff bitmap_parse +EXPORT_SYMBOL vmlinux 0xb98c7e24 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0xb994de53 mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0xb99e508a mii_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0xb9a73228 md_update_sb +EXPORT_SYMBOL vmlinux 0xb9acd3d9 __put_user_2 +EXPORT_SYMBOL vmlinux 0xb9d1b9a8 seq_printf +EXPORT_SYMBOL vmlinux 0xb9e511a5 netdev_offload_xstats_enable +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9ed37cd xfrm_user_policy +EXPORT_SYMBOL vmlinux 0xb9ee8b47 nd_dev_to_uuid +EXPORT_SYMBOL vmlinux 0xb9f0f06a do_SAK +EXPORT_SYMBOL vmlinux 0xb9fc381a qcom_scm_hdcp_req +EXPORT_SYMBOL vmlinux 0xba03a7f7 snd_jack_new +EXPORT_SYMBOL vmlinux 0xba3729ff tcp_v4_connect +EXPORT_SYMBOL vmlinux 0xba3a338b vmf_insert_mixed_mkwrite +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba4ae097 enable_fiq +EXPORT_SYMBOL vmlinux 0xba5419eb rproc_coredump_add_segment +EXPORT_SYMBOL vmlinux 0xba54f975 register_sound_dsp +EXPORT_SYMBOL vmlinux 0xba707a78 qe_get_brg_clk +EXPORT_SYMBOL vmlinux 0xba76387c jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0xba7d1ff3 component_match_add_typed +EXPORT_SYMBOL vmlinux 0xba827c0f __ps2_command +EXPORT_SYMBOL vmlinux 0xba82d564 snd_component_add +EXPORT_SYMBOL vmlinux 0xba8ea5c4 blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0xba9c4aa2 gnet_stats_add_basic +EXPORT_SYMBOL vmlinux 0xbaa3fb7f nf_log_unregister +EXPORT_SYMBOL vmlinux 0xbaa69223 __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0xbab5b6b5 of_find_node_by_type +EXPORT_SYMBOL vmlinux 0xbab7ce26 alloc_file_pseudo +EXPORT_SYMBOL vmlinux 0xbabf7c5b ip_sock_set_freebind +EXPORT_SYMBOL vmlinux 0xbacb5e00 devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0xbad86f04 backlight_device_get_by_type +EXPORT_SYMBOL vmlinux 0xbaeb0d74 ip6_dst_alloc +EXPORT_SYMBOL vmlinux 0xbaee9718 devm_rproc_add +EXPORT_SYMBOL vmlinux 0xbaf55c36 nand_monolithic_write_page_raw +EXPORT_SYMBOL vmlinux 0xbafa632e __do_once_sleepable_start +EXPORT_SYMBOL vmlinux 0xbb026b89 mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0xbb0540aa zlib_inflateReset +EXPORT_SYMBOL vmlinux 0xbb0de2ef cfb_imageblit +EXPORT_SYMBOL vmlinux 0xbb14eb31 bcmp +EXPORT_SYMBOL vmlinux 0xbb24f607 init_cdrom_command +EXPORT_SYMBOL vmlinux 0xbb2df1ec __cond_resched_rwlock_write +EXPORT_SYMBOL vmlinux 0xbb4207b6 scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0xbb46a1be ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0xbb64c6d2 neigh_seq_next +EXPORT_SYMBOL vmlinux 0xbb669245 inet_frags_init +EXPORT_SYMBOL vmlinux 0xbb713228 rtnl_notify +EXPORT_SYMBOL vmlinux 0xbb72d4fe __put_user_1 +EXPORT_SYMBOL vmlinux 0xbb7572e7 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0xbb944b63 mtree_destroy +EXPORT_SYMBOL vmlinux 0xbba15e17 netlink_broadcast +EXPORT_SYMBOL vmlinux 0xbbbeaf32 __tracepoint_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0xbbc36243 eth_header_cache +EXPORT_SYMBOL vmlinux 0xbbe10fbe pps_unregister_source +EXPORT_SYMBOL vmlinux 0xbbe8eab2 __phy_write_mmd +EXPORT_SYMBOL vmlinux 0xbbf686cd request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0xbc10dd97 __put_user_4 +EXPORT_SYMBOL vmlinux 0xbc17573e tcp_read_skb +EXPORT_SYMBOL vmlinux 0xbc229463 d_add_ci +EXPORT_SYMBOL vmlinux 0xbc37bc81 sock_sendmsg +EXPORT_SYMBOL vmlinux 0xbc4a7b69 send_sig_info +EXPORT_SYMBOL vmlinux 0xbc5019cf would_dump +EXPORT_SYMBOL vmlinux 0xbc5864b4 skb_pull +EXPORT_SYMBOL vmlinux 0xbc6a9a91 of_get_property +EXPORT_SYMBOL vmlinux 0xbc70cc3e vfs_fileattr_get +EXPORT_SYMBOL vmlinux 0xbc7ab402 dquot_acquire +EXPORT_SYMBOL vmlinux 0xbc9e74e2 blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0xbca7e104 i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0xbcab6ee6 sscanf +EXPORT_SYMBOL vmlinux 0xbcdce375 of_io_request_and_map +EXPORT_SYMBOL vmlinux 0xbcf26d67 security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0xbcf422ba touchscreen_report_pos +EXPORT_SYMBOL vmlinux 0xbcf75dd6 mipi_dsi_driver_register_full +EXPORT_SYMBOL vmlinux 0xbcfcdd7c inet6_del_protocol +EXPORT_SYMBOL vmlinux 0xbcfce29c filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0xbcfe9bbb i2c_put_adapter +EXPORT_SYMBOL vmlinux 0xbd17f273 gen_new_estimator +EXPORT_SYMBOL vmlinux 0xbd1b4950 __cpu_dying_mask +EXPORT_SYMBOL vmlinux 0xbd2bf903 dcb_delrewr +EXPORT_SYMBOL vmlinux 0xbd35e214 sync_file_get_fence +EXPORT_SYMBOL vmlinux 0xbd3a17b5 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0xbd498ebc rt_mutex_base_init +EXPORT_SYMBOL vmlinux 0xbd4b75f7 napi_gro_frags +EXPORT_SYMBOL vmlinux 0xbd5e1d9c __cond_resched_rwlock_read +EXPORT_SYMBOL vmlinux 0xbd6815c7 padata_alloc +EXPORT_SYMBOL vmlinux 0xbd7039fd mipi_dsi_dcs_get_power_mode +EXPORT_SYMBOL vmlinux 0xbd71a0b1 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0xbd724b30 zstd_compress_stream +EXPORT_SYMBOL vmlinux 0xbd820297 rtc_lock +EXPORT_SYMBOL vmlinux 0xbd8f4b89 parse_int_array_user +EXPORT_SYMBOL vmlinux 0xbd939b87 ns_capable +EXPORT_SYMBOL vmlinux 0xbda0bff5 end_buffer_async_write +EXPORT_SYMBOL vmlinux 0xbdc06483 md_write_inc +EXPORT_SYMBOL vmlinux 0xbdcde9b6 xsk_tx_peek_release_desc_batch +EXPORT_SYMBOL vmlinux 0xbde5c37f netdev_set_tc_queue +EXPORT_SYMBOL vmlinux 0xbe0e3cba tcf_queue_work +EXPORT_SYMBOL vmlinux 0xbe0e5118 nla_memcmp +EXPORT_SYMBOL vmlinux 0xbe175516 __blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0xbe270d3d __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0xbe4a0c2b pci_write_vpd +EXPORT_SYMBOL vmlinux 0xbe4eb6ed secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xbe5487f1 pcie_set_mps +EXPORT_SYMBOL vmlinux 0xbe56b77a vfs_path_lookup +EXPORT_SYMBOL vmlinux 0xbe5a24e9 xxh32_copy_state +EXPORT_SYMBOL vmlinux 0xbe5ff59a snd_pcm_new_stream +EXPORT_SYMBOL vmlinux 0xbe6cd063 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0xbe72130a pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0xbe72755a cdev_device_del +EXPORT_SYMBOL vmlinux 0xbe7b5c4d tcp_get_cookie_sock +EXPORT_SYMBOL vmlinux 0xbe7d1e0f config_item_init_type_name +EXPORT_SYMBOL vmlinux 0xbe8626df genlmsg_put +EXPORT_SYMBOL vmlinux 0xbe89e439 nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0xbe8a49ba snd_timer_new +EXPORT_SYMBOL vmlinux 0xbea18c9a dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xbeac39d3 param_ops_ullong +EXPORT_SYMBOL vmlinux 0xbeb14ff9 mount_nodev +EXPORT_SYMBOL vmlinux 0xbec43e5f tc_skb_ext_tc +EXPORT_SYMBOL vmlinux 0xbecb946b mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0xbedf4e9d phy_attach +EXPORT_SYMBOL vmlinux 0xbee759a4 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0xbee90f2f __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0xbeeadb0a neigh_direct_output +EXPORT_SYMBOL vmlinux 0xbeebe4c8 phy_ethtool_nway_reset +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbefceb21 xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0xbf0687d5 fscrypt_zeroout_range +EXPORT_SYMBOL vmlinux 0xbf0b1d34 vfs_llseek +EXPORT_SYMBOL vmlinux 0xbf14470c __nla_reserve +EXPORT_SYMBOL vmlinux 0xbf18f402 __mmc_claim_host +EXPORT_SYMBOL vmlinux 0xbf21a545 rproc_shutdown +EXPORT_SYMBOL vmlinux 0xbf22664d pci_release_resource +EXPORT_SYMBOL vmlinux 0xbf2822cf param_set_short +EXPORT_SYMBOL vmlinux 0xbf2bcbda of_find_node_opts_by_path +EXPORT_SYMBOL vmlinux 0xbf3e876a bio_split_to_limits +EXPORT_SYMBOL vmlinux 0xbf47c4a5 sk_filter_trim_cap +EXPORT_SYMBOL vmlinux 0xbf4d4539 udp_table +EXPORT_SYMBOL vmlinux 0xbf4d7ef2 mdiobus_read_nested +EXPORT_SYMBOL vmlinux 0xbf519798 netdev_core_stats_alloc +EXPORT_SYMBOL vmlinux 0xbf59c419 posix_acl_init +EXPORT_SYMBOL vmlinux 0xbf5eab60 i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0xbf6e6d42 ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0xbf75ea6c tegra114_clock_tune_cpu_trimmers_low +EXPORT_SYMBOL vmlinux 0xbfa20179 pm860x_set_bits +EXPORT_SYMBOL vmlinux 0xbfae9e07 utf8_validate +EXPORT_SYMBOL vmlinux 0xbfc09e23 register_netdev +EXPORT_SYMBOL vmlinux 0xbfc9b483 pid_task +EXPORT_SYMBOL vmlinux 0xbfcbc0d2 stmp_reset_block +EXPORT_SYMBOL vmlinux 0xbfd23c16 phy_ethtool_get_stats +EXPORT_SYMBOL vmlinux 0xbfdf7bc3 mempool_create +EXPORT_SYMBOL vmlinux 0xbfed9796 jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0xbff88422 fwnode_iomap +EXPORT_SYMBOL vmlinux 0xbff9a90b block_write_full_page +EXPORT_SYMBOL vmlinux 0xc00a7c09 generic_copy_file_range +EXPORT_SYMBOL vmlinux 0xc00b964e inet_csk_accept +EXPORT_SYMBOL vmlinux 0xc012f182 sock_wmalloc +EXPORT_SYMBOL vmlinux 0xc025b92f of_root +EXPORT_SYMBOL vmlinux 0xc0290e25 security_inode_init_security +EXPORT_SYMBOL vmlinux 0xc02ed77c tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xc0477a36 iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0xc052f6e3 param_ops_int +EXPORT_SYMBOL vmlinux 0xc05e3dae __free_pages +EXPORT_SYMBOL vmlinux 0xc060c3f4 page_pool_ethtool_stats_get +EXPORT_SYMBOL vmlinux 0xc0657249 d_alloc_anon +EXPORT_SYMBOL vmlinux 0xc065eb21 dev_set_mac_address_user +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc07b0863 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0xc0825050 dm_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xc0a564fa dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0xc0a98385 profile_pc +EXPORT_SYMBOL vmlinux 0xc0c3dac6 pm860x_reg_write +EXPORT_SYMBOL vmlinux 0xc0da0e99 dim_on_top +EXPORT_SYMBOL vmlinux 0xc0dbf771 __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0xc0e220d0 pcie_get_speed_cap +EXPORT_SYMBOL vmlinux 0xc0f19c5f tls_client_hello_x509 +EXPORT_SYMBOL vmlinux 0xc0fe9137 __printk_cpu_sync_put +EXPORT_SYMBOL vmlinux 0xc0ff12fb nla_strdup +EXPORT_SYMBOL vmlinux 0xc0ff21c1 input_get_new_minor +EXPORT_SYMBOL vmlinux 0xc1198662 __warn_flushing_systemwide_wq +EXPORT_SYMBOL vmlinux 0xc1514a3b free_irq +EXPORT_SYMBOL vmlinux 0xc16593c9 writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0xc16be39d iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xc175b95c sk_dst_check +EXPORT_SYMBOL vmlinux 0xc19aa5de xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0xc1b0ee0e tty_hung_up_p +EXPORT_SYMBOL vmlinux 0xc1bf2d29 fb_prepare_logo +EXPORT_SYMBOL vmlinux 0xc1d0115c rproc_boot +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1db536d __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xc1e2c742 tegra_io_rail_power_on +EXPORT_SYMBOL vmlinux 0xc1e69160 __inet_hash +EXPORT_SYMBOL vmlinux 0xc1edf503 of_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0xc1f95230 genphy_read_abilities +EXPORT_SYMBOL vmlinux 0xc1fc7ae6 xfrm_dev_policy_flush +EXPORT_SYMBOL vmlinux 0xc2059c64 fscrypt_enqueue_decrypt_work +EXPORT_SYMBOL vmlinux 0xc21fb4df gen_replace_estimator +EXPORT_SYMBOL vmlinux 0xc22f6693 call_fib_notifier +EXPORT_SYMBOL vmlinux 0xc230592e fscrypt_free_inode +EXPORT_SYMBOL vmlinux 0xc230c9a8 wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0xc25271b9 fs_context_for_reconfigure +EXPORT_SYMBOL vmlinux 0xc252813e bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0xc259beaf block_write_end +EXPORT_SYMBOL vmlinux 0xc26b8d14 proc_dobool +EXPORT_SYMBOL vmlinux 0xc2acc033 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0xc2af7299 md_error +EXPORT_SYMBOL vmlinux 0xc2b1d4e1 lockref_put_return +EXPORT_SYMBOL vmlinux 0xc2b8eda2 netstamp_needed_key +EXPORT_SYMBOL vmlinux 0xc2bf6a1b scsi_report_opcode +EXPORT_SYMBOL vmlinux 0xc2cae53e refcount_dec_and_lock +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2e79d0e __mod_lruvec_page_state +EXPORT_SYMBOL vmlinux 0xc2ede9c5 gen_pool_destroy +EXPORT_SYMBOL vmlinux 0xc3055d20 usleep_range_state +EXPORT_SYMBOL vmlinux 0xc31db0ce is_vmalloc_addr +EXPORT_SYMBOL vmlinux 0xc32c71af register_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xc331203c max8998_update_reg +EXPORT_SYMBOL vmlinux 0xc3368a5f skb_eth_push +EXPORT_SYMBOL vmlinux 0xc3376c11 scsi_dma_map +EXPORT_SYMBOL vmlinux 0xc356ae1b ipv6_mc_check_mld +EXPORT_SYMBOL vmlinux 0xc358aaf8 snprintf +EXPORT_SYMBOL vmlinux 0xc359fb65 abort +EXPORT_SYMBOL vmlinux 0xc36d937d dma_fence_describe +EXPORT_SYMBOL vmlinux 0xc36f27e6 pci_enable_wake +EXPORT_SYMBOL vmlinux 0xc37335b0 complete +EXPORT_SYMBOL vmlinux 0xc37f5e12 key_payload_reserve +EXPORT_SYMBOL vmlinux 0xc37f9c6e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0xc384b2da t10_pi_type1_ip +EXPORT_SYMBOL vmlinux 0xc38c83b8 mod_timer +EXPORT_SYMBOL vmlinux 0xc3922795 __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0xc392843e dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0xc3bd0cd1 ether_setup +EXPORT_SYMBOL vmlinux 0xc3c1f1c0 mii_check_media +EXPORT_SYMBOL vmlinux 0xc3c34021 nand_ecc_sw_bch_calculate +EXPORT_SYMBOL vmlinux 0xc3cd034d crc8_populate_lsb +EXPORT_SYMBOL vmlinux 0xc3da5d5c submit_bh +EXPORT_SYMBOL vmlinux 0xc3dbcd10 seq_read +EXPORT_SYMBOL vmlinux 0xc3e88915 tty_port_close_start +EXPORT_SYMBOL vmlinux 0xc4159eae seq_dentry +EXPORT_SYMBOL vmlinux 0xc4176214 nf_setsockopt +EXPORT_SYMBOL vmlinux 0xc418efd7 register_key_type +EXPORT_SYMBOL vmlinux 0xc41ccd29 mdiobus_write +EXPORT_SYMBOL vmlinux 0xc41dd070 param_set_ullong +EXPORT_SYMBOL vmlinux 0xc4212ab9 qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xc434d2d0 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0xc44739d4 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0xc452212c utf8_strncasecmp +EXPORT_SYMBOL vmlinux 0xc4657dc8 mempool_init +EXPORT_SYMBOL vmlinux 0xc4708199 cpm_muram_addr +EXPORT_SYMBOL vmlinux 0xc4777aa9 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xc494f884 kernel_sendmsg_locked +EXPORT_SYMBOL vmlinux 0xc496f978 ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0xc4a4f605 phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0xc4adda05 tty_unthrottle +EXPORT_SYMBOL vmlinux 0xc4ae915e arch_touch_nmi_watchdog +EXPORT_SYMBOL vmlinux 0xc4b8340f sockfd_lookup +EXPORT_SYMBOL vmlinux 0xc4bdd2c9 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0xc4c9110b vfs_iocb_iter_write +EXPORT_SYMBOL vmlinux 0xc4d13069 skb_set_owner_w +EXPORT_SYMBOL vmlinux 0xc4f34185 xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xc4f5b5e9 mipi_dsi_dcs_set_display_brightness +EXPORT_SYMBOL vmlinux 0xc4fa8417 ndisc_send_skb +EXPORT_SYMBOL vmlinux 0xc4fb18bc mmc_start_request +EXPORT_SYMBOL vmlinux 0xc4fdb80c udp_read_skb +EXPORT_SYMBOL vmlinux 0xc52767f1 param_set_bint +EXPORT_SYMBOL vmlinux 0xc536f3dc tcp_ld_RTO_revert +EXPORT_SYMBOL vmlinux 0xc540e742 __sock_create +EXPORT_SYMBOL vmlinux 0xc557cc28 pci_irq_get_affinity +EXPORT_SYMBOL vmlinux 0xc56c3609 xz_dec_microlzma_reset +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc59b8834 secure_tcpv6_ts_off +EXPORT_SYMBOL vmlinux 0xc5a48e55 folio_migrate_mapping +EXPORT_SYMBOL vmlinux 0xc5a6d10b release_and_free_resource +EXPORT_SYMBOL vmlinux 0xc5b20cd7 __seq_open_private +EXPORT_SYMBOL vmlinux 0xc5b3be82 jbd2_journal_start +EXPORT_SYMBOL vmlinux 0xc5b6e579 icmpv6_ndo_send +EXPORT_SYMBOL vmlinux 0xc5baba06 vcalloc +EXPORT_SYMBOL vmlinux 0xc5c9ccc4 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0xc5cbdc54 kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0xc5cd6953 scsi_device_get +EXPORT_SYMBOL vmlinux 0xc5e74216 release_resource +EXPORT_SYMBOL vmlinux 0xc5e7b212 twl6040_reg_write +EXPORT_SYMBOL vmlinux 0xc5e7d9e8 alloc_anon_inode +EXPORT_SYMBOL vmlinux 0xc5ee6c48 kvfree_sensitive +EXPORT_SYMBOL vmlinux 0xc5f7e801 sg_last +EXPORT_SYMBOL vmlinux 0xc5fb853d tcf_get_next_proto +EXPORT_SYMBOL vmlinux 0xc6010632 devm_devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0xc6057302 bio_integrity_trim +EXPORT_SYMBOL vmlinux 0xc6096a33 kthread_create_on_cpu +EXPORT_SYMBOL vmlinux 0xc60d0620 __num_online_cpus +EXPORT_SYMBOL vmlinux 0xc61a6167 skb_flow_dissector_init +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc63366f2 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xc633d82d phy_unregister_fixup +EXPORT_SYMBOL vmlinux 0xc6343b67 kern_path_create +EXPORT_SYMBOL vmlinux 0xc65e4e97 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0xc671786a single_open +EXPORT_SYMBOL vmlinux 0xc675212a netdev_pick_tx +EXPORT_SYMBOL vmlinux 0xc675c08f of_node_put +EXPORT_SYMBOL vmlinux 0xc6836d93 xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xc69fce52 qcom_scm_qsmmu500_wait_safe_toggle +EXPORT_SYMBOL vmlinux 0xc6a0561a of_match_device +EXPORT_SYMBOL vmlinux 0xc6a0d4cd md_bitmap_free +EXPORT_SYMBOL vmlinux 0xc6b15c5b fb_find_mode +EXPORT_SYMBOL vmlinux 0xc6b27f79 try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xc6bd3b8e bio_add_folio +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6cfa1cf input_allocate_device +EXPORT_SYMBOL vmlinux 0xc6e2d440 tcf_em_register +EXPORT_SYMBOL vmlinux 0xc6efd2a6 refcount_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0xc6f3b3fc refcount_dec_if_one +EXPORT_SYMBOL vmlinux 0xc6f46339 init_timer_key +EXPORT_SYMBOL vmlinux 0xc70b1954 dst_release_immediate +EXPORT_SYMBOL vmlinux 0xc70b98dd i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0xc7157d03 writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0xc71a7e49 __do_once_done +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc75a86f1 phy_find_first +EXPORT_SYMBOL vmlinux 0xc7634761 d_tmpfile +EXPORT_SYMBOL vmlinux 0xc77223f5 cpumask_any_distribute +EXPORT_SYMBOL vmlinux 0xc77b176d twl6040_get_pll +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7ae1903 security_lock_kernel_down +EXPORT_SYMBOL vmlinux 0xc7b715d6 may_umount_tree +EXPORT_SYMBOL vmlinux 0xc7c1107a LZ4_decompress_safe +EXPORT_SYMBOL vmlinux 0xc7c129ab wake_up_process +EXPORT_SYMBOL vmlinux 0xc7db0d70 request_firmware +EXPORT_SYMBOL vmlinux 0xc7ec6c27 strspn +EXPORT_SYMBOL vmlinux 0xc8017921 pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0xc82469f7 input_inject_event +EXPORT_SYMBOL vmlinux 0xc830d0b6 nf_hook_slow +EXPORT_SYMBOL vmlinux 0xc8339e24 string_unescape +EXPORT_SYMBOL vmlinux 0xc839afed hdmi_audio_infoframe_check +EXPORT_SYMBOL vmlinux 0xc842fa20 param_ops_string +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc86b2140 i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc877b9d7 ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0xc8827b75 sysctl_vals +EXPORT_SYMBOL vmlinux 0xc890c008 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xc89387c8 block_commit_write +EXPORT_SYMBOL vmlinux 0xc8a91f5b cpumask_local_spread +EXPORT_SYMBOL vmlinux 0xc8b13ed0 flow_rule_match_eth_addrs +EXPORT_SYMBOL vmlinux 0xc8b58a25 __memset64 +EXPORT_SYMBOL vmlinux 0xc8bf124d blk_mq_delay_run_hw_queue +EXPORT_SYMBOL vmlinux 0xc8cfdb96 scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0xc8e173ed _find_next_bit_le +EXPORT_SYMBOL vmlinux 0xc8f57eba neigh_lookup +EXPORT_SYMBOL vmlinux 0xc8fd05a4 vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0xc901c8c7 kill_block_super +EXPORT_SYMBOL vmlinux 0xc9160772 sg_miter_skip +EXPORT_SYMBOL vmlinux 0xc9165b57 rproc_mem_entry_init +EXPORT_SYMBOL vmlinux 0xc916dd46 __SCK__tp_func_kmalloc +EXPORT_SYMBOL vmlinux 0xc91df467 kmem_cache_alloc_lru +EXPORT_SYMBOL vmlinux 0xc924678a __kmalloc_node_track_caller +EXPORT_SYMBOL vmlinux 0xc930a2e1 fscrypt_fname_disk_to_usr +EXPORT_SYMBOL vmlinux 0xc93ce73d vfs_parse_fs_string +EXPORT_SYMBOL vmlinux 0xc947d7fd jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc972449f mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0xc9822234 clk_register_clkdev +EXPORT_SYMBOL vmlinux 0xc99cbb83 gen_pool_dma_alloc_align +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9a915d4 vfs_symlink +EXPORT_SYMBOL vmlinux 0xc9baf1a8 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0xc9bfaa0f touch_atime +EXPORT_SYMBOL vmlinux 0xc9d47398 devm_memremap +EXPORT_SYMBOL vmlinux 0xc9df055a xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xc9e9d5f9 vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0xc9ed0401 imx_sc_rm_is_resource_owned +EXPORT_SYMBOL vmlinux 0xc9f0bebd dev_mc_del +EXPORT_SYMBOL vmlinux 0xc9f2cbca mr_table_alloc +EXPORT_SYMBOL vmlinux 0xca06e749 pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0xca13137d netdev_adjacent_change_prepare +EXPORT_SYMBOL vmlinux 0xca146a2e jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0xca17ac01 _find_next_andnot_bit +EXPORT_SYMBOL vmlinux 0xca21ebd3 bitmap_free +EXPORT_SYMBOL vmlinux 0xca431c05 wake_bit_function +EXPORT_SYMBOL vmlinux 0xca5a7528 down_interruptible +EXPORT_SYMBOL vmlinux 0xca5f0b7d skb_eth_pop +EXPORT_SYMBOL vmlinux 0xca72ea87 of_property_read_reg +EXPORT_SYMBOL vmlinux 0xca77bdbf kmalloc_large_node +EXPORT_SYMBOL vmlinux 0xca7ee9b2 fault_in_writeable +EXPORT_SYMBOL vmlinux 0xca813ce6 LZ4_decompress_safe_continue +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xca9445a6 single_release +EXPORT_SYMBOL vmlinux 0xcac789f4 netdev_sk_get_lowest_dev +EXPORT_SYMBOL vmlinux 0xcac79f45 pcim_pin_device +EXPORT_SYMBOL vmlinux 0xcad59842 iterate_supers_type +EXPORT_SYMBOL vmlinux 0xcaec73f0 mmc_is_req_done +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb09318b qdisc_offload_query_caps +EXPORT_SYMBOL vmlinux 0xcb0e14bd __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0xcb30b6ea gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0xcb3ae215 call_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xcb4a875b tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0xcb4d41ce netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0xcb510bc2 complete_all +EXPORT_SYMBOL vmlinux 0xcb5eabf8 md_bitmap_endwrite +EXPORT_SYMBOL vmlinux 0xcb606eb9 xa_load +EXPORT_SYMBOL vmlinux 0xcb77a31d zstd_is_error +EXPORT_SYMBOL vmlinux 0xcb7b59cf xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0xcb8c753b mempool_exit +EXPORT_SYMBOL vmlinux 0xcb958a8b netif_receive_skb_core +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbd4898c fortify_panic +EXPORT_SYMBOL vmlinux 0xcbd4d60d xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0xcbe8ce81 inet6_add_offload +EXPORT_SYMBOL vmlinux 0xcbf66e89 jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc277ec8 param_ops_dyndbg_classes +EXPORT_SYMBOL vmlinux 0xcc2b53a2 gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0xcc2ef0db iget_locked +EXPORT_SYMBOL vmlinux 0xcc30721b serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0xcc30f0f1 tcp_tx_delay_enabled +EXPORT_SYMBOL vmlinux 0xcc411ed1 ptp_convert_timestamp +EXPORT_SYMBOL vmlinux 0xcc445ceb __sg_page_iter_dma_next +EXPORT_SYMBOL vmlinux 0xcc47eba6 iov_iter_revert +EXPORT_SYMBOL vmlinux 0xcc4f8b3b dev_get_by_name +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc54cdeb follow_down_one +EXPORT_SYMBOL vmlinux 0xcc5d22d9 can_do_mlock +EXPORT_SYMBOL vmlinux 0xcc683b98 tty_kref_put +EXPORT_SYMBOL vmlinux 0xcc6a729f snd_ctl_enum_info +EXPORT_SYMBOL vmlinux 0xcc6ab606 clocksource_unregister +EXPORT_SYMBOL vmlinux 0xcc916615 __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0xcca1fd4e rawnand_sw_bch_correct +EXPORT_SYMBOL vmlinux 0xcca51a7a inode_set_bytes +EXPORT_SYMBOL vmlinux 0xccba45b7 tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0xccd4c999 __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0xccd8039f make_kgid +EXPORT_SYMBOL vmlinux 0xccfb9e07 dst_default_metrics +EXPORT_SYMBOL vmlinux 0xccfd2ebc scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0xcd00abbc add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd43ad12 zstd_get_error_code +EXPORT_SYMBOL vmlinux 0xcd495997 xsk_clear_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0xcd63c845 __aeabi_lasr +EXPORT_SYMBOL vmlinux 0xcd6cccf9 mr_rtm_dumproute +EXPORT_SYMBOL vmlinux 0xcd751933 nla_put_nohdr +EXPORT_SYMBOL vmlinux 0xcd7c3b5f dquot_quota_off +EXPORT_SYMBOL vmlinux 0xcd7f34db param_ops_ushort +EXPORT_SYMBOL vmlinux 0xcd90311b generic_file_llseek +EXPORT_SYMBOL vmlinux 0xcd967fa7 fscrypt_setup_filename +EXPORT_SYMBOL vmlinux 0xcd9c13a3 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0xcda251b2 sock_edemux +EXPORT_SYMBOL vmlinux 0xcdacef4c tegra_dfll_runtime_suspend +EXPORT_SYMBOL vmlinux 0xcdbcb1f0 __phy_resume +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdce149d input_set_max_poll_interval +EXPORT_SYMBOL vmlinux 0xcdd2caed gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0xcdd5df57 devm_ioremap_wc +EXPORT_SYMBOL vmlinux 0xcdd76788 arp_send +EXPORT_SYMBOL vmlinux 0xcde2a8e1 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0xcde77bcc free_opal_dev +EXPORT_SYMBOL vmlinux 0xcdf4079f xfrm_policy_hash_rebuild +EXPORT_SYMBOL vmlinux 0xce19bf3d read_code +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce2c7b85 reuseport_add_sock +EXPORT_SYMBOL vmlinux 0xce2f8d40 zstd_flush_stream +EXPORT_SYMBOL vmlinux 0xce3ca308 copy_from_user_toio +EXPORT_SYMBOL vmlinux 0xce415754 sound_class +EXPORT_SYMBOL vmlinux 0xce4cdb8e fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xce4e8964 input_open_device +EXPORT_SYMBOL vmlinux 0xce516021 md_check_recovery +EXPORT_SYMBOL vmlinux 0xce5359af mmc_sw_reset +EXPORT_SYMBOL vmlinux 0xce548b3a dcache_dir_open +EXPORT_SYMBOL vmlinux 0xce552f63 scsi_host_put +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce731b34 ucc_slow_get_qe_cr_subblock +EXPORT_SYMBOL vmlinux 0xce8daac8 phy_print_status +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xced8407f blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0xcedc99af mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0xcede275c memremap +EXPORT_SYMBOL vmlinux 0xcee1e60d devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0xcee956fc neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xcf01f610 panic_notifier_list +EXPORT_SYMBOL vmlinux 0xcf057c3b __kmap_to_page +EXPORT_SYMBOL vmlinux 0xcf072db1 audit_log_start +EXPORT_SYMBOL vmlinux 0xcf1f9b4f sk_capable +EXPORT_SYMBOL vmlinux 0xcf30b74e pci_pme_active +EXPORT_SYMBOL vmlinux 0xcf443a12 iput +EXPORT_SYMBOL vmlinux 0xcf44994f dcb_setrewr +EXPORT_SYMBOL vmlinux 0xcf596e80 con_is_bound +EXPORT_SYMBOL vmlinux 0xcf5f8216 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0xcf775b0e imx_scu_enable_general_irq_channel +EXPORT_SYMBOL vmlinux 0xcf7e1d1d hdmi_vendor_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0xcf86cdac queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xcf9aace4 msm_pinctrl_remove +EXPORT_SYMBOL vmlinux 0xcf9af0cb fscrypt_encrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0xcf9b558d touchscreen_set_mt_pos +EXPORT_SYMBOL vmlinux 0xcfa69a7e atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0xcfb58184 jbd2_fc_end_commit +EXPORT_SYMBOL vmlinux 0xcfc25bce tcp_shutdown +EXPORT_SYMBOL vmlinux 0xcfcda6e8 set_disk_ro +EXPORT_SYMBOL vmlinux 0xcfd30c86 fc_mount +EXPORT_SYMBOL vmlinux 0xcfdc320f blk_mq_alloc_disk_for_queue +EXPORT_SYMBOL vmlinux 0xcffb85cf generic_write_checks_count +EXPORT_SYMBOL vmlinux 0xd00f9d8f __do_once_sleepable_done +EXPORT_SYMBOL vmlinux 0xd0236346 kernel_getpeername +EXPORT_SYMBOL vmlinux 0xd030c227 ip_fraglist_prepare +EXPORT_SYMBOL vmlinux 0xd039df9a devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0xd04c1a64 sysctl_devconf_inherit_init_net +EXPORT_SYMBOL vmlinux 0xd04febe9 arm_elf_read_implies_exec +EXPORT_SYMBOL vmlinux 0xd063f62c fib6_info_hw_flags_set +EXPORT_SYMBOL vmlinux 0xd0654aba woken_wake_function +EXPORT_SYMBOL vmlinux 0xd06c9c3e security_unix_may_send +EXPORT_SYMBOL vmlinux 0xd06f06b0 phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0xd0760fc0 kfree_sensitive +EXPORT_SYMBOL vmlinux 0xd0781294 __blk_mq_end_request +EXPORT_SYMBOL vmlinux 0xd08e45ce fs_context_for_mount +EXPORT_SYMBOL vmlinux 0xd09641a3 unpin_user_pages +EXPORT_SYMBOL vmlinux 0xd0c30217 __dev_get_by_name +EXPORT_SYMBOL vmlinux 0xd0cf230d sget +EXPORT_SYMBOL vmlinux 0xd0e9fb09 release_firmware +EXPORT_SYMBOL vmlinux 0xd0fa00e1 phy_resume +EXPORT_SYMBOL vmlinux 0xd109778f gen_pool_dma_alloc_algo +EXPORT_SYMBOL vmlinux 0xd1123862 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0xd1363cc1 ucs2_strsize +EXPORT_SYMBOL vmlinux 0xd13928df of_phy_connect +EXPORT_SYMBOL vmlinux 0xd14e5354 dev_remove_offload +EXPORT_SYMBOL vmlinux 0xd153cd62 generic_file_fsync +EXPORT_SYMBOL vmlinux 0xd165ef08 dcb_setapp +EXPORT_SYMBOL vmlinux 0xd168f1b1 simple_rmdir +EXPORT_SYMBOL vmlinux 0xd1772c92 generic_ro_fops +EXPORT_SYMBOL vmlinux 0xd18f2345 nla_put +EXPORT_SYMBOL vmlinux 0xd193c6f6 blk_integrity_register +EXPORT_SYMBOL vmlinux 0xd1b9cfd7 tcp_enter_cwr +EXPORT_SYMBOL vmlinux 0xd1d21195 softnet_data +EXPORT_SYMBOL vmlinux 0xd1d87e92 scsi_mlreturn_string +EXPORT_SYMBOL vmlinux 0xd1daf348 genphy_check_and_restart_aneg +EXPORT_SYMBOL vmlinux 0xd1dbad3b snd_info_register +EXPORT_SYMBOL vmlinux 0xd2051916 qcom_scm_cpu_power_down +EXPORT_SYMBOL vmlinux 0xd2086c70 fput +EXPORT_SYMBOL vmlinux 0xd20f39c2 max8998_write_reg +EXPORT_SYMBOL vmlinux 0xd22c68e9 reuseport_attach_prog +EXPORT_SYMBOL vmlinux 0xd24108d4 rfkill_soft_blocked +EXPORT_SYMBOL vmlinux 0xd2493270 mipi_dsi_dcs_set_tear_off +EXPORT_SYMBOL vmlinux 0xd2582f8f __SCK__tp_func_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xd25a8e4f elv_rb_find +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd2728e40 sk_error_report +EXPORT_SYMBOL vmlinux 0xd27aa1ce pci_get_slot +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd2800691 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0xd2802d5c pgprot_kernel +EXPORT_SYMBOL vmlinux 0xd297df4d scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0xd2abef1c param_set_byte +EXPORT_SYMBOL vmlinux 0xd2b46a3c vme_unregister_error_handler +EXPORT_SYMBOL vmlinux 0xd2d88506 netdev_offload_xstats_report_used +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2dd0841 of_graph_get_remote_port +EXPORT_SYMBOL vmlinux 0xd2eb1af9 nand_ecc_sw_hamming_cleanup_ctx +EXPORT_SYMBOL vmlinux 0xd3045d33 snd_pcm_lib_ioctl +EXPORT_SYMBOL vmlinux 0xd309c94e snd_pcm_hw_rule_add +EXPORT_SYMBOL vmlinux 0xd3184149 xfrm_input +EXPORT_SYMBOL vmlinux 0xd318f63b scsi_device_put +EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible +EXPORT_SYMBOL vmlinux 0xd3235019 mmc_of_parse_clk_phase +EXPORT_SYMBOL vmlinux 0xd32d1408 nand_monolithic_read_page_raw +EXPORT_SYMBOL vmlinux 0xd32d6c08 lockref_get +EXPORT_SYMBOL vmlinux 0xd32dfaf1 forget_cached_acl +EXPORT_SYMBOL vmlinux 0xd35a6d31 mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xd35f75a1 match_string +EXPORT_SYMBOL vmlinux 0xd36dc10c get_random_u32 +EXPORT_SYMBOL vmlinux 0xd36f69ac sk_wait_data +EXPORT_SYMBOL vmlinux 0xd38a2e4a tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0xd38f9133 i2c_transfer_buffer_flags +EXPORT_SYMBOL vmlinux 0xd39b88b0 blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0xd39fa6ab __kfifo_alloc +EXPORT_SYMBOL vmlinux 0xd3c52a5f skb_kill_datagram +EXPORT_SYMBOL vmlinux 0xd3c7736d vfs_iter_read +EXPORT_SYMBOL vmlinux 0xd3d1b947 udp_seq_next +EXPORT_SYMBOL vmlinux 0xd3d82d6b xp_can_alloc +EXPORT_SYMBOL vmlinux 0xd3e8068a genphy_c45_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0xd3f3a14c nand_ecc_unregister_on_host_hw_engine +EXPORT_SYMBOL vmlinux 0xd406d266 fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xd40a4619 of_cpu_node_to_id +EXPORT_SYMBOL vmlinux 0xd40c9737 pci_read_vpd +EXPORT_SYMBOL vmlinux 0xd439eebf dup_iter +EXPORT_SYMBOL vmlinux 0xd44ccdbf napi_get_frags +EXPORT_SYMBOL vmlinux 0xd45c1165 dcb_ieee_getapp_dscp_prio_mask_map +EXPORT_SYMBOL vmlinux 0xd45ddb66 kstrtobool_from_user +EXPORT_SYMBOL vmlinux 0xd467c35e input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0xd46b54dd flush_delayed_work +EXPORT_SYMBOL vmlinux 0xd4777b5d fiemap_prep +EXPORT_SYMBOL vmlinux 0xd482de36 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0xd4835ef8 dmi_check_system +EXPORT_SYMBOL vmlinux 0xd484b549 kmalloc_caches +EXPORT_SYMBOL vmlinux 0xd49ef1e1 dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0xd4afea5d free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0xd4bb4a82 inet6addr_validator_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xd4cfead9 of_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0xd4dab474 set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0xd4e2f0e4 gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0xd4ed1b0e ip_queue_xmit +EXPORT_SYMBOL vmlinux 0xd4efc36e pldmfw_flash_image +EXPORT_SYMBOL vmlinux 0xd4f612f3 vlan_for_each +EXPORT_SYMBOL vmlinux 0xd4fa5a87 __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0xd4fc2eb5 input_get_poll_interval +EXPORT_SYMBOL vmlinux 0xd4fd99c1 __scm_send +EXPORT_SYMBOL vmlinux 0xd525761d fb_firmware_edid +EXPORT_SYMBOL vmlinux 0xd5263820 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xd5370ef2 page_cache_prev_miss +EXPORT_SYMBOL vmlinux 0xd5371544 rpmh_write_async +EXPORT_SYMBOL vmlinux 0xd5404410 inet_frags_fini +EXPORT_SYMBOL vmlinux 0xd541df10 rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0xd544478c param_ops_short +EXPORT_SYMBOL vmlinux 0xd564a950 read_cache_page +EXPORT_SYMBOL vmlinux 0xd57dcf69 unpin_user_pages_dirty_lock +EXPORT_SYMBOL vmlinux 0xd589bed3 snd_timer_stop +EXPORT_SYMBOL vmlinux 0xd597d8f0 nf_unregister_net_hooks +EXPORT_SYMBOL vmlinux 0xd59ceffe __tracepoint_mmap_lock_released +EXPORT_SYMBOL vmlinux 0xd5b3d0d5 xxh64_copy_state +EXPORT_SYMBOL vmlinux 0xd5ce6ca9 tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0xd5df2750 sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0xd5f389bd fscrypt_decrypt_block_inplace +EXPORT_SYMBOL vmlinux 0xd5f52d4f netdev_rss_key_fill +EXPORT_SYMBOL vmlinux 0xd5f681f4 vme_irq_request +EXPORT_SYMBOL vmlinux 0xd606bf96 phy_aneg_done +EXPORT_SYMBOL vmlinux 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL vmlinux 0xd6163c3e ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0xd617c729 phy_attached_print +EXPORT_SYMBOL vmlinux 0xd61b6307 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0xd61ba31a mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0xd627480b strncat +EXPORT_SYMBOL vmlinux 0xd63fafc2 div64_u64_rem +EXPORT_SYMBOL vmlinux 0xd642f3f6 video_firmware_drivers_only +EXPORT_SYMBOL vmlinux 0xd651471e md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0xd6582ab0 xa_extract +EXPORT_SYMBOL vmlinux 0xd65cdf99 tty_unlock +EXPORT_SYMBOL vmlinux 0xd65fe1fc dquot_transfer +EXPORT_SYMBOL vmlinux 0xd6631d63 blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0xd6721881 dev_get_by_napi_id +EXPORT_SYMBOL vmlinux 0xd68ad7f9 super_setup_bdi_name +EXPORT_SYMBOL vmlinux 0xd68af56c dev_pre_changeaddr_notify +EXPORT_SYMBOL vmlinux 0xd68c5a1f adjust_resource +EXPORT_SYMBOL vmlinux 0xd6a489ec put_cmsg_scm_timestamping64 +EXPORT_SYMBOL vmlinux 0xd6a91f54 twl_i2c_read +EXPORT_SYMBOL vmlinux 0xd6bc04ff cmd_db_read_aux_data +EXPORT_SYMBOL vmlinux 0xd6cd6b79 uart_register_driver +EXPORT_SYMBOL vmlinux 0xd6eaaea1 full_name_hash +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6fde043 is_module_sig_enforced +EXPORT_SYMBOL vmlinux 0xd70d35a1 gf128mul_4k_bbe +EXPORT_SYMBOL vmlinux 0xd71ce937 devm_of_iomap +EXPORT_SYMBOL vmlinux 0xd738ca1b phy_unregister_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xd73c8c2b synchronize_shrinkers +EXPORT_SYMBOL vmlinux 0xd74c26b1 mipi_dsi_detach +EXPORT_SYMBOL vmlinux 0xd75a3ac7 find_inode_by_ino_rcu +EXPORT_SYMBOL vmlinux 0xd75b2b11 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0xd76645cb serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0xd76b032c ata_print_version +EXPORT_SYMBOL vmlinux 0xd76f6099 vscnprintf +EXPORT_SYMBOL vmlinux 0xd77c9fad xp_alloc +EXPORT_SYMBOL vmlinux 0xd78f2e69 blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0xd790316f set_create_files_as +EXPORT_SYMBOL vmlinux 0xd795c993 unregister_netdev +EXPORT_SYMBOL vmlinux 0xd797b9a5 vme_master_write +EXPORT_SYMBOL vmlinux 0xd7987177 utf8_load +EXPORT_SYMBOL vmlinux 0xd7a59663 netlink_set_err +EXPORT_SYMBOL vmlinux 0xd7b6146d inet_accept +EXPORT_SYMBOL vmlinux 0xd7d220c0 __mdiobus_c45_read +EXPORT_SYMBOL vmlinux 0xd7d280ad irq_poll_complete +EXPORT_SYMBOL vmlinux 0xd7d44907 seg6_hmac_info_lookup +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7e637a3 inet_frag_rbtree_purge +EXPORT_SYMBOL vmlinux 0xd7e6c96a __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7f319a3 tcp_sock_set_syncnt +EXPORT_SYMBOL vmlinux 0xd8085b0a gro_cells_receive +EXPORT_SYMBOL vmlinux 0xd819c7f1 devm_gen_pool_create +EXPORT_SYMBOL vmlinux 0xd81a37ca rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0xd81f9e2f f_setown +EXPORT_SYMBOL vmlinux 0xd82fddba device_match_acpi_dev +EXPORT_SYMBOL vmlinux 0xd8410611 mempool_alloc +EXPORT_SYMBOL vmlinux 0xd8415515 pci_request_regions +EXPORT_SYMBOL vmlinux 0xd84820df mini_qdisc_pair_init +EXPORT_SYMBOL vmlinux 0xd859f320 tcf_idr_cleanup +EXPORT_SYMBOL vmlinux 0xd85a4012 cdev_set_parent +EXPORT_SYMBOL vmlinux 0xd86b61c4 _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0xd875584a __genradix_ptr +EXPORT_SYMBOL vmlinux 0xd878c12f blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0xd88d883a xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd89ee11f krait_set_l2_indirect_reg +EXPORT_SYMBOL vmlinux 0xd8a994eb scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0xd8b076dc snd_timer_instance_new +EXPORT_SYMBOL vmlinux 0xd8b61304 get_default_font +EXPORT_SYMBOL vmlinux 0xd8b6d96f __find_nth_and_bit +EXPORT_SYMBOL vmlinux 0xd8beaf1e __folio_batch_release +EXPORT_SYMBOL vmlinux 0xd8c8bbbb ipmr_rule_default +EXPORT_SYMBOL vmlinux 0xd8eccb0a param_set_charp +EXPORT_SYMBOL vmlinux 0xd919acb3 unregister_nexthop_notifier +EXPORT_SYMBOL vmlinux 0xd91f6ab6 strnlen_user +EXPORT_SYMBOL vmlinux 0xd9222f57 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0xd93e894b nf_reinject +EXPORT_SYMBOL vmlinux 0xd9443f1b mount_bdev +EXPORT_SYMBOL vmlinux 0xd9516506 jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xd97cd080 netif_napi_add_weight +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd9986a94 dm_put_device +EXPORT_SYMBOL vmlinux 0xd9a88d16 nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xd9ad316f param_get_ullong +EXPORT_SYMBOL vmlinux 0xd9b252bf single_open_size +EXPORT_SYMBOL vmlinux 0xd9b8eaea __SCK__tp_func_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xd9b98df3 kmalloc_trace +EXPORT_SYMBOL vmlinux 0xd9ce8f0c strnlen +EXPORT_SYMBOL vmlinux 0xd9d8fd16 register_restart_handler +EXPORT_SYMBOL vmlinux 0xd9d952d1 crypto_aes_sbox +EXPORT_SYMBOL vmlinux 0xd9debe49 bpf_map_get +EXPORT_SYMBOL vmlinux 0xd9ebdcd2 nand_ecc_sw_hamming_init_ctx +EXPORT_SYMBOL vmlinux 0xd9f22e2b bioset_init +EXPORT_SYMBOL vmlinux 0xd9fc92e1 adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0xda048352 vm_mmap +EXPORT_SYMBOL vmlinux 0xda244084 blk_mq_run_hw_queues +EXPORT_SYMBOL vmlinux 0xda2821e3 par_io_of_config +EXPORT_SYMBOL vmlinux 0xda28a300 eth_type_trans +EXPORT_SYMBOL vmlinux 0xda2b7192 __inode_add_bytes +EXPORT_SYMBOL vmlinux 0xda314a06 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda413ca3 readahead_expand +EXPORT_SYMBOL vmlinux 0xda446b6b register_sound_special +EXPORT_SYMBOL vmlinux 0xda4b6017 configfs_undepend_item +EXPORT_SYMBOL vmlinux 0xda6fc0b3 __percpu_counter_compare +EXPORT_SYMBOL vmlinux 0xda79b553 ps2_interrupt +EXPORT_SYMBOL vmlinux 0xda887299 __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xdaac8b7c blackhole_netdev +EXPORT_SYMBOL vmlinux 0xdac4913a bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0xdac86dc7 generic_block_bmap +EXPORT_SYMBOL vmlinux 0xdacfe419 scsi_is_host_device +EXPORT_SYMBOL vmlinux 0xdad4b75a icmp6_send +EXPORT_SYMBOL vmlinux 0xdad97f94 __raw_writesw +EXPORT_SYMBOL vmlinux 0xdaf4e73f page_pool_alloc_pages +EXPORT_SYMBOL vmlinux 0xdaf65445 vsnprintf +EXPORT_SYMBOL vmlinux 0xdb17d949 copy_page_to_iter_nofault +EXPORT_SYMBOL vmlinux 0xdb1b4d56 xfrm_state_walk +EXPORT_SYMBOL vmlinux 0xdb4aa7b5 kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xdb5e0391 input_set_timestamp +EXPORT_SYMBOL vmlinux 0xdb62c2c9 from_kuid +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb73486c secpath_set +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb7d83a0 tcp_prot +EXPORT_SYMBOL vmlinux 0xdb7f2838 kmem_cache_free_bulk +EXPORT_SYMBOL vmlinux 0xdb81e2fc __wait_on_bit +EXPORT_SYMBOL vmlinux 0xdb935430 padata_set_cpumask +EXPORT_SYMBOL vmlinux 0xdb9e1b99 md_unregister_thread +EXPORT_SYMBOL vmlinux 0xdba1038b scsi_ioctl +EXPORT_SYMBOL vmlinux 0xdba20e12 blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0xdba46541 __skb_ext_del +EXPORT_SYMBOL vmlinux 0xdbad7dfc inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0xdbaf08ef mdio_find_bus +EXPORT_SYMBOL vmlinux 0xdbb1b184 __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0xdbb929d5 md_bitmap_start_sync +EXPORT_SYMBOL vmlinux 0xdbbd137e register_filesystem +EXPORT_SYMBOL vmlinux 0xdbc43e6a qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xdbdf6c92 ioport_resource +EXPORT_SYMBOL vmlinux 0xdbeca6c3 poll_freewait +EXPORT_SYMBOL vmlinux 0xdbf58f2b mmc_register_driver +EXPORT_SYMBOL vmlinux 0xdc009d56 vfs_get_fsid +EXPORT_SYMBOL vmlinux 0xdc03c897 tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0xdc0e4855 timer_delete +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc1aa066 balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0xdc25552c __bio_advance +EXPORT_SYMBOL vmlinux 0xdc3c8388 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc49c198 reciprocal_value_adv +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc5b81b2 __vfs_getxattr +EXPORT_SYMBOL vmlinux 0xdc5c7961 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0xdc791dab inet6_add_protocol +EXPORT_SYMBOL vmlinux 0xdc81901a wait_for_completion_io +EXPORT_SYMBOL vmlinux 0xdca6a9c3 pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0xdca96422 nlmsg_notify +EXPORT_SYMBOL vmlinux 0xdcbdd65e mipi_dsi_picture_parameter_set +EXPORT_SYMBOL vmlinux 0xdcd1f547 register_sound_special_device +EXPORT_SYMBOL vmlinux 0xdcdc0040 slhc_compress +EXPORT_SYMBOL vmlinux 0xdce7e850 __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0xdcf6d045 radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0xdd0a2ba2 strlcat +EXPORT_SYMBOL vmlinux 0xdd13309f ndisc_ns_create +EXPORT_SYMBOL vmlinux 0xdd1571a0 try_lookup_one_len +EXPORT_SYMBOL vmlinux 0xdd226fa9 __raw_readsw +EXPORT_SYMBOL vmlinux 0xdd27fa87 memchr +EXPORT_SYMBOL vmlinux 0xdd297317 devm_get_clk_from_child +EXPORT_SYMBOL vmlinux 0xdd2c169b mb_cache_create +EXPORT_SYMBOL vmlinux 0xdd2f60df snd_device_free +EXPORT_SYMBOL vmlinux 0xdd4b4cea __dynamic_ibdev_dbg +EXPORT_SYMBOL vmlinux 0xdd5e4cea rtnl_nla_parse_ifinfomsg +EXPORT_SYMBOL vmlinux 0xdd62bf0e rproc_coredump_using_sections +EXPORT_SYMBOL vmlinux 0xdd745464 cancel_work +EXPORT_SYMBOL vmlinux 0xdd7bdc70 noop_llseek +EXPORT_SYMBOL vmlinux 0xdd7e3192 qcom_scm_pas_auth_and_reset +EXPORT_SYMBOL vmlinux 0xdd81421f trace_print_symbols_seq_u64 +EXPORT_SYMBOL vmlinux 0xdd849d51 scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0xdd8b8833 phy_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0xdd909ddf unix_detach_fds +EXPORT_SYMBOL vmlinux 0xdd9cb1dd get_tree_single +EXPORT_SYMBOL vmlinux 0xddb7e761 netpoll_send_skb +EXPORT_SYMBOL vmlinux 0xddddba17 seq_write +EXPORT_SYMBOL vmlinux 0xdde5bc78 ns_capable_noaudit +EXPORT_SYMBOL vmlinux 0xddf40141 add_watch_to_object +EXPORT_SYMBOL vmlinux 0xddff5bee twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0xde4bf88b __mutex_init +EXPORT_SYMBOL vmlinux 0xde55e795 _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0xde577a9b reuseport_migrate_sock +EXPORT_SYMBOL vmlinux 0xde5bdc1f scsi_mode_sense +EXPORT_SYMBOL vmlinux 0xde6aaafa dev_addr_mod +EXPORT_SYMBOL vmlinux 0xde7109f3 proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xde8d913c mdiobus_unregister_device +EXPORT_SYMBOL vmlinux 0xde96967c mdiobus_c45_read_nested +EXPORT_SYMBOL vmlinux 0xdeaf8a34 netlink_unicast +EXPORT_SYMBOL vmlinux 0xdecd0a79 mmc_can_discard +EXPORT_SYMBOL vmlinux 0xded39a6b gen_kill_estimator +EXPORT_SYMBOL vmlinux 0xdee8dffd eth_gro_receive +EXPORT_SYMBOL vmlinux 0xdeeef278 pci_get_class +EXPORT_SYMBOL vmlinux 0xdef68d34 flow_keys_basic_dissector +EXPORT_SYMBOL vmlinux 0xdef7c893 fb_match_mode +EXPORT_SYMBOL vmlinux 0xdf098710 __inc_node_page_state +EXPORT_SYMBOL vmlinux 0xdf0f9433 tc_cleanup_offload_action +EXPORT_SYMBOL vmlinux 0xdf1897d2 mutex_lock_killable +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf3a693d crc_t10dif_update +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf5513b6 folio_mark_accessed +EXPORT_SYMBOL vmlinux 0xdf565c05 mptcp_subflow_reqsk_alloc +EXPORT_SYMBOL vmlinux 0xdf744685 param_set_long +EXPORT_SYMBOL vmlinux 0xdf7a6198 xsk_tx_release +EXPORT_SYMBOL vmlinux 0xdf80c427 pci_set_master +EXPORT_SYMBOL vmlinux 0xdf849435 rawnand_sw_hamming_calculate +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdf93b9d8 timespec64_to_jiffies +EXPORT_SYMBOL vmlinux 0xdfb0565b dev_uc_add +EXPORT_SYMBOL vmlinux 0xdfcaba69 fs_param_is_string +EXPORT_SYMBOL vmlinux 0xdfd8110c flow_block_cb_is_busy +EXPORT_SYMBOL vmlinux 0xdfd91ce9 omap_type +EXPORT_SYMBOL vmlinux 0xdfed57b6 unload_nls +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xdffc80fc vesa_modes +EXPORT_SYMBOL vmlinux 0xe00b8ac9 netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0xe0105d20 tcp_inbound_md5_hash +EXPORT_SYMBOL vmlinux 0xe01b3696 pci_write_config_word +EXPORT_SYMBOL vmlinux 0xe0220336 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0xe03605df poll_initwait +EXPORT_SYMBOL vmlinux 0xe03eebb6 pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0xe03ff743 tty_register_ldisc +EXPORT_SYMBOL vmlinux 0xe0419ac4 kstrtos16 +EXPORT_SYMBOL vmlinux 0xe0559f80 mmc_card_is_blockaddr +EXPORT_SYMBOL vmlinux 0xe05c1c24 ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0xe06ee745 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0xe080e8f0 set_current_groups +EXPORT_SYMBOL vmlinux 0xe0832e4b empty_zero_page +EXPORT_SYMBOL vmlinux 0xe091c977 list_sort +EXPORT_SYMBOL vmlinux 0xe09e2dc7 snd_timer_global_register +EXPORT_SYMBOL vmlinux 0xe0a3ee5b phy_ethtool_ksettings_set +EXPORT_SYMBOL vmlinux 0xe0a46769 vfs_mknod +EXPORT_SYMBOL vmlinux 0xe0a73494 skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b9065b security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xe0bef318 icst_hz_to_vco +EXPORT_SYMBOL vmlinux 0xe0e13c88 pci_iomap +EXPORT_SYMBOL vmlinux 0xe0f8b23e __devm_mdiobus_register +EXPORT_SYMBOL vmlinux 0xe113bbbc csum_partial +EXPORT_SYMBOL vmlinux 0xe116e9ba genphy_loopback +EXPORT_SYMBOL vmlinux 0xe123f3d9 dma_fence_release +EXPORT_SYMBOL vmlinux 0xe12bda79 vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xe13cd8a7 dmi_name_in_vendors +EXPORT_SYMBOL vmlinux 0xe13da8e7 dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0xe14990d9 nf_log_set +EXPORT_SYMBOL vmlinux 0xe14b4e65 nand_ecc_sw_hamming_get_engine +EXPORT_SYMBOL vmlinux 0xe14f01b1 discard_new_inode +EXPORT_SYMBOL vmlinux 0xe153f436 __cpu_present_mask +EXPORT_SYMBOL vmlinux 0xe15fb579 __traceiter_mmap_lock_released +EXPORT_SYMBOL vmlinux 0xe1657a0e netif_rx +EXPORT_SYMBOL vmlinux 0xe16b9f6b md_bitmap_startwrite +EXPORT_SYMBOL vmlinux 0xe1753eff sys_copyarea +EXPORT_SYMBOL vmlinux 0xe178e5d8 fwnode_phy_find_device +EXPORT_SYMBOL vmlinux 0xe1831a80 brioctl_set +EXPORT_SYMBOL vmlinux 0xe196647e i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0xe1bdb5fc input_set_keycode +EXPORT_SYMBOL vmlinux 0xe1c70b4e snd_pcm_set_sync +EXPORT_SYMBOL vmlinux 0xe1dcf64a audit_log_format +EXPORT_SYMBOL vmlinux 0xe1e2997c ethtool_virtdev_set_link_ksettings +EXPORT_SYMBOL vmlinux 0xe1e4a014 tc_setup_cb_reoffload +EXPORT_SYMBOL vmlinux 0xe1e758f1 iov_iter_gap_alignment +EXPORT_SYMBOL vmlinux 0xe1ec86cf flow_rule_alloc +EXPORT_SYMBOL vmlinux 0xe2036830 d_path +EXPORT_SYMBOL vmlinux 0xe217aa2a bprm_change_interp +EXPORT_SYMBOL vmlinux 0xe21cea64 fault_in_readable +EXPORT_SYMBOL vmlinux 0xe2274a1c __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0xe231392e kthread_create_on_node +EXPORT_SYMBOL vmlinux 0xe23a4119 jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0xe2603031 __skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0xe266f098 xa_get_mark +EXPORT_SYMBOL vmlinux 0xe28c12e4 security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0xe296d849 _dev_warn +EXPORT_SYMBOL vmlinux 0xe29bd06c register_md_cluster_operations +EXPORT_SYMBOL vmlinux 0xe2a76bd2 setattr_should_drop_suidgid +EXPORT_SYMBOL vmlinux 0xe2aeef54 blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0xe2b2f8fd register_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0xe2b4711c snd_card_set_id +EXPORT_SYMBOL vmlinux 0xe2c2cb95 drop_nlink +EXPORT_SYMBOL vmlinux 0xe2c2f218 rtc_add_groups +EXPORT_SYMBOL vmlinux 0xe2c37a54 put_fs_context +EXPORT_SYMBOL vmlinux 0xe2cb72f6 dev_set_alias +EXPORT_SYMBOL vmlinux 0xe2d47398 crc_ccitt_false +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2d77706 seq_hex_dump +EXPORT_SYMBOL vmlinux 0xe2e8065e memdup_user +EXPORT_SYMBOL vmlinux 0xe2f3d99f rename_lock +EXPORT_SYMBOL vmlinux 0xe314fff3 refresh_frequency_limits +EXPORT_SYMBOL vmlinux 0xe32ab4d8 xxh64_digest +EXPORT_SYMBOL vmlinux 0xe344e1dd aperture_remove_conflicting_pci_devices +EXPORT_SYMBOL vmlinux 0xe3482046 radix_tree_iter_delete +EXPORT_SYMBOL vmlinux 0xe353cf34 hdmi_infoframe_unpack +EXPORT_SYMBOL vmlinux 0xe370ae79 notify_change +EXPORT_SYMBOL vmlinux 0xe375b9b7 dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0xe37d57b7 security_sctp_assoc_request +EXPORT_SYMBOL vmlinux 0xe39b2ea5 sha256 +EXPORT_SYMBOL vmlinux 0xe3a90dfa radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0xe3b52dbd generic_fillattr +EXPORT_SYMBOL vmlinux 0xe3ded383 snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL vmlinux 0xe3ec2f2b alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0xe3fbd30a _raw_write_trylock +EXPORT_SYMBOL vmlinux 0xe3fc173a flow_rule_match_meta +EXPORT_SYMBOL vmlinux 0xe3feba56 tasklet_unlock_spin_wait +EXPORT_SYMBOL vmlinux 0xe3ff2c41 get_random_u64 +EXPORT_SYMBOL vmlinux 0xe4105a18 netif_carrier_on +EXPORT_SYMBOL vmlinux 0xe41a9260 scsi_print_command +EXPORT_SYMBOL vmlinux 0xe44084f7 dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0xe450bf64 inode_set_flags +EXPORT_SYMBOL vmlinux 0xe45baed1 security_binder_transfer_file +EXPORT_SYMBOL vmlinux 0xe461a38c dev_disable_lro +EXPORT_SYMBOL vmlinux 0xe4631f74 xfrm_register_type +EXPORT_SYMBOL vmlinux 0xe463c012 phy_suspend +EXPORT_SYMBOL vmlinux 0xe49ee460 sock_alloc_file +EXPORT_SYMBOL vmlinux 0xe4baff6c inode_add_bytes +EXPORT_SYMBOL vmlinux 0xe4c42ef3 netlbl_calipso_ops_register +EXPORT_SYMBOL vmlinux 0xe4c80097 cacheid +EXPORT_SYMBOL vmlinux 0xe4cac997 remove_proc_subtree +EXPORT_SYMBOL vmlinux 0xe4df6026 mipi_dsi_dcs_set_column_address +EXPORT_SYMBOL vmlinux 0xe4e96fa3 pcie_get_mps +EXPORT_SYMBOL vmlinux 0xe4f4baf4 netdev_update_features +EXPORT_SYMBOL vmlinux 0xe5112029 fscrypt_free_bounce_page +EXPORT_SYMBOL vmlinux 0xe514fac2 filemap_splice_read +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe5288eb2 sock_pfree +EXPORT_SYMBOL vmlinux 0xe548b121 msm_pinctrl_dev_pm_ops +EXPORT_SYMBOL vmlinux 0xe563c259 bdi_unregister +EXPORT_SYMBOL vmlinux 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL vmlinux 0xe56ff909 ppp_channel_index +EXPORT_SYMBOL vmlinux 0xe57715dd __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0xe57feefb qcom_scm_ocmem_unlock +EXPORT_SYMBOL vmlinux 0xe5807e62 gen_pool_first_fit_align +EXPORT_SYMBOL vmlinux 0xe58090ca security_ib_endport_manage_subnet +EXPORT_SYMBOL vmlinux 0xe590dea3 sk_busy_loop_end +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5ca020f skb_eth_gso_segment +EXPORT_SYMBOL vmlinux 0xe5ce598c netif_tx_wake_queue +EXPORT_SYMBOL vmlinux 0xe5eac9af __SetPageMovable +EXPORT_SYMBOL vmlinux 0xe5f9703e phy_support_asym_pause +EXPORT_SYMBOL vmlinux 0xe6018405 blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0xe62cdb0e memcpy_and_pad +EXPORT_SYMBOL vmlinux 0xe6489ea2 xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xe66f09c9 proc_set_size +EXPORT_SYMBOL vmlinux 0xe66f3678 jbd2_journal_inode_ranged_wait +EXPORT_SYMBOL vmlinux 0xe671cde4 mipi_dsi_dcs_get_display_brightness +EXPORT_SYMBOL vmlinux 0xe6796356 call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0xe67ea51a ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xe68f628e drop_super +EXPORT_SYMBOL vmlinux 0xe693a6ce vme_get_size +EXPORT_SYMBOL vmlinux 0xe695948c netdev_adjacent_change_commit +EXPORT_SYMBOL vmlinux 0xe699f452 fscrypt_encrypt_block_inplace +EXPORT_SYMBOL vmlinux 0xe6be3bdd __traceiter_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0xe6be7085 pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0xe6cd5d7d unregister_cdrom +EXPORT_SYMBOL vmlinux 0xe6d2458e do_trace_netlink_extack +EXPORT_SYMBOL vmlinux 0xe6db989b ecc_sw_hamming_correct +EXPORT_SYMBOL vmlinux 0xe6e949ea buffer_migrate_folio +EXPORT_SYMBOL vmlinux 0xe6f9d331 snd_pcm_suspend_all +EXPORT_SYMBOL vmlinux 0xe6fdcfca truncate_setsize +EXPORT_SYMBOL vmlinux 0xe707d823 __aeabi_uidiv +EXPORT_SYMBOL vmlinux 0xe70b825a no_seek_end_llseek_size +EXPORT_SYMBOL vmlinux 0xe70edb12 io_uring_destruct_scm +EXPORT_SYMBOL vmlinux 0xe713ef17 hdmi_audio_infoframe_pack_for_dp +EXPORT_SYMBOL vmlinux 0xe718de7e phy_support_sym_pause +EXPORT_SYMBOL vmlinux 0xe71b2804 vga_client_register +EXPORT_SYMBOL vmlinux 0xe734ba67 fb_set_var +EXPORT_SYMBOL vmlinux 0xe76cd75a pci_dev_get +EXPORT_SYMBOL vmlinux 0xe770223e sock_kfree_s +EXPORT_SYMBOL vmlinux 0xe77b62e7 qdisc_hash_del +EXPORT_SYMBOL vmlinux 0xe78909ae skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xe78ceee5 revert_creds +EXPORT_SYMBOL vmlinux 0xe78ed519 dma_map_sg_attrs +EXPORT_SYMBOL vmlinux 0xe78f509e kmap_high +EXPORT_SYMBOL vmlinux 0xe7b7ed32 blk_mq_destroy_queue +EXPORT_SYMBOL vmlinux 0xe7bfcb06 param_ops_byte +EXPORT_SYMBOL vmlinux 0xe7c230b3 get_bitmap_from_slot +EXPORT_SYMBOL vmlinux 0xe7c71894 neigh_table_init +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7e4d52a _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0xe7eac8a6 udplite_prot +EXPORT_SYMBOL vmlinux 0xe7f0305b ppp_input_error +EXPORT_SYMBOL vmlinux 0xe80cc3b6 cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0xe816048f tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0xe819bfc2 open_exec +EXPORT_SYMBOL vmlinux 0xe82054af dma_fence_chain_init +EXPORT_SYMBOL vmlinux 0xe8221f25 generic_permission +EXPORT_SYMBOL vmlinux 0xe832e574 generic_set_encrypted_ci_d_ops +EXPORT_SYMBOL vmlinux 0xe84979ca mipi_dsi_host_unregister +EXPORT_SYMBOL vmlinux 0xe85a1972 reuseport_alloc +EXPORT_SYMBOL vmlinux 0xe86f653c tcf_action_set_ctrlact +EXPORT_SYMBOL vmlinux 0xe8792475 genphy_read_status_fixed +EXPORT_SYMBOL vmlinux 0xe8804f54 current_time +EXPORT_SYMBOL vmlinux 0xe899bb00 eth_header_parse +EXPORT_SYMBOL vmlinux 0xe8a4900a nla_reserve +EXPORT_SYMBOL vmlinux 0xe8b9a3d4 mx51_revision +EXPORT_SYMBOL vmlinux 0xe8c6db6a of_get_min_tck +EXPORT_SYMBOL vmlinux 0xe8cd0a2c crc32_le_shift +EXPORT_SYMBOL vmlinux 0xe8cfce09 tegra114_clock_deassert_dfll_dvco_reset +EXPORT_SYMBOL vmlinux 0xe8d222fa __netlink_dump_start +EXPORT_SYMBOL vmlinux 0xe8d285b2 nla_policy_len +EXPORT_SYMBOL vmlinux 0xe8df2170 ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0xe8f42d8c irq_stat +EXPORT_SYMBOL vmlinux 0xe8fec884 of_find_net_device_by_node +EXPORT_SYMBOL vmlinux 0xe903fc45 kthread_create_worker +EXPORT_SYMBOL vmlinux 0xe904d335 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0xe907b2ac of_device_is_compatible +EXPORT_SYMBOL vmlinux 0xe9097858 generic_write_end +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe9275cf6 snd_soc_alloc_ac97_component +EXPORT_SYMBOL vmlinux 0xe92ac02a pcim_iomap +EXPORT_SYMBOL vmlinux 0xe9325f03 downgrade_write +EXPORT_SYMBOL vmlinux 0xe9338583 mmc_wait_for_req_done +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe9628ce8 sort_r +EXPORT_SYMBOL vmlinux 0xe96c892a devfreq_resume_device +EXPORT_SYMBOL vmlinux 0xe98e0438 elevator_alloc +EXPORT_SYMBOL vmlinux 0xe99b7111 LZ4_decompress_fast_continue +EXPORT_SYMBOL vmlinux 0xe9cbf734 radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0xe9cc57c6 tty_lock +EXPORT_SYMBOL vmlinux 0xe9d33848 of_graph_is_present +EXPORT_SYMBOL vmlinux 0xe9d990e4 pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0xe9e444db skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0xe9e8faeb efi_tpm_final_log_size +EXPORT_SYMBOL vmlinux 0xe9ee782d inet6_release +EXPORT_SYMBOL vmlinux 0xe9f6eeb3 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xe9ff4685 textsearch_unregister +EXPORT_SYMBOL vmlinux 0xea00e1a3 security_sock_graft +EXPORT_SYMBOL vmlinux 0xea0564a2 skb_checksum_help +EXPORT_SYMBOL vmlinux 0xea1ab4ef km_state_expired +EXPORT_SYMBOL vmlinux 0xea2e4659 pci_disable_msi +EXPORT_SYMBOL vmlinux 0xea3c8e4e scsilun_to_int +EXPORT_SYMBOL vmlinux 0xea4bca51 pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0xea669949 elv_rb_add +EXPORT_SYMBOL vmlinux 0xea66d48b bio_add_pc_page +EXPORT_SYMBOL vmlinux 0xea6f9a36 zlib_deflate_dfltcc_enabled +EXPORT_SYMBOL vmlinux 0xea72455c kernel_connect +EXPORT_SYMBOL vmlinux 0xea7987f1 key_update +EXPORT_SYMBOL vmlinux 0xea7daa08 __video_get_options +EXPORT_SYMBOL vmlinux 0xea84ec6d of_translate_address +EXPORT_SYMBOL vmlinux 0xea922967 dump_skip +EXPORT_SYMBOL vmlinux 0xeaa3aae6 d_alloc_name +EXPORT_SYMBOL vmlinux 0xeab3a1fd cros_ec_prepare_tx +EXPORT_SYMBOL vmlinux 0xeae3687c try_module_get +EXPORT_SYMBOL vmlinux 0xeaf12b83 jbd2_wait_inode_data +EXPORT_SYMBOL vmlinux 0xeaf46059 pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0xeafc141f __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xeb03b389 __raw_readsl +EXPORT_SYMBOL vmlinux 0xeb0bafb0 dquot_get_next_dqblk +EXPORT_SYMBOL vmlinux 0xeb0c6c21 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb3c9212 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0xeb4c4f3b dma_free_attrs +EXPORT_SYMBOL vmlinux 0xeb53178a crc8 +EXPORT_SYMBOL vmlinux 0xeb55a931 __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xeb59182d mdiobb_read_c22 +EXPORT_SYMBOL vmlinux 0xeb5b7600 scsi_device_lookup +EXPORT_SYMBOL vmlinux 0xeb66348a __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0xeb7329a2 qcom_scm_set_warm_boot_addr +EXPORT_SYMBOL vmlinux 0xeb8805f3 input_set_capability +EXPORT_SYMBOL vmlinux 0xeb88273c file_open_root +EXPORT_SYMBOL vmlinux 0xeb9e913d sgl_alloc_order +EXPORT_SYMBOL vmlinux 0xeb9eef52 match_uint +EXPORT_SYMBOL vmlinux 0xeba77cb7 send_sig_mceerr +EXPORT_SYMBOL vmlinux 0xebb3cadd pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0xebbd776f tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0xebbe13c5 skb_copy_and_csum_datagram_msg +EXPORT_SYMBOL vmlinux 0xebca1612 devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0xebe516df clk_get +EXPORT_SYMBOL vmlinux 0xebe632db zstd_decompress_dctx +EXPORT_SYMBOL vmlinux 0xebe88c80 dquot_load_quota_inode +EXPORT_SYMBOL vmlinux 0xebf4611e tcf_idr_create_from_flags +EXPORT_SYMBOL vmlinux 0xebfdcbdf system_serial_high +EXPORT_SYMBOL vmlinux 0xebffaee7 add_to_page_cache_lru +EXPORT_SYMBOL vmlinux 0xec036a2d put_cmsg_scm_timestamping +EXPORT_SYMBOL vmlinux 0xec0db740 key_type_keyring +EXPORT_SYMBOL vmlinux 0xec33c668 __SCK__tp_func_spi_transfer_start +EXPORT_SYMBOL vmlinux 0xec37a2e8 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0xec43dce9 of_iommu_get_resv_regions +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec6ebea3 input_unregister_device +EXPORT_SYMBOL vmlinux 0xec7c2563 tcf_action_check_ctrlact +EXPORT_SYMBOL vmlinux 0xec7e8fd8 skb_copy_and_hash_datagram_iter +EXPORT_SYMBOL vmlinux 0xec9a89de unregister_fib_notifier +EXPORT_SYMBOL vmlinux 0xeca957d1 __bitmap_and +EXPORT_SYMBOL vmlinux 0xecaa5365 cfb_copyarea +EXPORT_SYMBOL vmlinux 0xecbe7f89 dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0xecc403e8 tcp_connect +EXPORT_SYMBOL vmlinux 0xeccdccac qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0xece056c6 snd_jack_report +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xecf1a208 i2c_add_adapter +EXPORT_SYMBOL vmlinux 0xecf8a3b4 __raw_writesl +EXPORT_SYMBOL vmlinux 0xecffea15 __napi_alloc_skb +EXPORT_SYMBOL vmlinux 0xed15ec08 phy_write_paged +EXPORT_SYMBOL vmlinux 0xed2400c1 cpu_user +EXPORT_SYMBOL vmlinux 0xed3d5f21 phy_driver_unregister +EXPORT_SYMBOL vmlinux 0xed598df2 tc_setup_cb_add +EXPORT_SYMBOL vmlinux 0xed656e30 udp_encap_disable +EXPORT_SYMBOL vmlinux 0xed7027d5 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0xed7457ca snd_dma_buffer_mmap +EXPORT_SYMBOL vmlinux 0xed8a261b rproc_del +EXPORT_SYMBOL vmlinux 0xeda2e038 scsi_cmd_allowed +EXPORT_SYMBOL vmlinux 0xeda8222c mdiobus_scan_c22 +EXPORT_SYMBOL vmlinux 0xedba6d68 flow_rule_match_icmp +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedd17b31 sock_get_timeout +EXPORT_SYMBOL vmlinux 0xedd47477 netlink_capable +EXPORT_SYMBOL vmlinux 0xedd500c8 finish_no_open +EXPORT_SYMBOL vmlinux 0xedd9106d __ashrdi3 +EXPORT_SYMBOL vmlinux 0xedeabe9d mr_dump +EXPORT_SYMBOL vmlinux 0xedec3a9c udp_sendmsg +EXPORT_SYMBOL vmlinux 0xedfde216 blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0xee0118df aperture_remove_conflicting_devices +EXPORT_SYMBOL vmlinux 0xee10f23d lookup_one +EXPORT_SYMBOL vmlinux 0xee29fb38 __quota_error +EXPORT_SYMBOL vmlinux 0xee2aca86 mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee356cd8 snd_pcm_set_managed_buffer_all +EXPORT_SYMBOL vmlinux 0xee3bea9f nvdimm_check_and_set_ro +EXPORT_SYMBOL vmlinux 0xee3f3203 xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0xee43fd9b ___ratelimit +EXPORT_SYMBOL vmlinux 0xee4eb1c3 dma_fence_array_next +EXPORT_SYMBOL vmlinux 0xee58e970 fb_add_videomode +EXPORT_SYMBOL vmlinux 0xee6ada87 pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0xee77ade7 skb_headers_offset_update +EXPORT_SYMBOL vmlinux 0xee7dac87 d_instantiate_anon +EXPORT_SYMBOL vmlinux 0xee8c02e9 vprintk_emit +EXPORT_SYMBOL vmlinux 0xee8d74d6 jiffies64_to_nsecs +EXPORT_SYMBOL vmlinux 0xee8ec3d6 ethtool_aggregate_phy_stats +EXPORT_SYMBOL vmlinux 0xee9028c6 sock_alloc +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xee922b77 gen_pool_dma_zalloc_align +EXPORT_SYMBOL vmlinux 0xeea36178 iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeed4eb81 ppp_dev_name +EXPORT_SYMBOL vmlinux 0xeed825f5 filemap_fdatawait_keep_errors +EXPORT_SYMBOL vmlinux 0xeee121cd gnet_stats_copy_basic_hw +EXPORT_SYMBOL vmlinux 0xeee75d91 ucc_fast_init +EXPORT_SYMBOL vmlinux 0xeeeb42b0 dma_unmap_resource +EXPORT_SYMBOL vmlinux 0xeeee4036 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0xeef1b19b clk_bulk_get +EXPORT_SYMBOL vmlinux 0xeef54c25 tcp_recv_skb +EXPORT_SYMBOL vmlinux 0xeeff2026 genphy_write_mmd_unsupported +EXPORT_SYMBOL vmlinux 0xef175d16 snd_dma_alloc_pages_fallback +EXPORT_SYMBOL vmlinux 0xef3779a3 md_bitmap_sync_with_cluster +EXPORT_SYMBOL vmlinux 0xef3d8ee8 inet_add_protocol +EXPORT_SYMBOL vmlinux 0xef45174c xp_raw_get_dma +EXPORT_SYMBOL vmlinux 0xef4cad92 trace_print_flags_seq +EXPORT_SYMBOL vmlinux 0xef6b2b96 pci_irq_vector +EXPORT_SYMBOL vmlinux 0xef732d4a xfrm_init_state +EXPORT_SYMBOL vmlinux 0xef78e8a4 devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xef7c0cd6 posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0xef850b24 snd_seq_root +EXPORT_SYMBOL vmlinux 0xef8ac53d qcom_scm_restore_sec_cfg +EXPORT_SYMBOL vmlinux 0xef9ac13e neigh_seq_stop +EXPORT_SYMBOL vmlinux 0xefb75811 mipi_dsi_dcs_set_display_brightness_large +EXPORT_SYMBOL vmlinux 0xefbb431c mmc_can_erase +EXPORT_SYMBOL vmlinux 0xefc7cde7 skb_splice_from_iter +EXPORT_SYMBOL vmlinux 0xefd1fad3 dma_map_resource +EXPORT_SYMBOL vmlinux 0xefd3b1bb sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0xefd627fe genphy_config_eee_advert +EXPORT_SYMBOL vmlinux 0xefd931eb jbd2_fc_begin_commit +EXPORT_SYMBOL vmlinux 0xefe49a10 pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0xefe66ee5 sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0xefeef7dd register_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0xefeefc09 __SCK__tp_func_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xeff030d9 __tty_insert_flip_char +EXPORT_SYMBOL vmlinux 0xeff68b34 ipv6_dev_find +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf00910e0 sock_wfree +EXPORT_SYMBOL vmlinux 0xf01528a4 dim_turn +EXPORT_SYMBOL vmlinux 0xf015d998 md_bitmap_unplug +EXPORT_SYMBOL vmlinux 0xf01a6c3c vme_slave_request +EXPORT_SYMBOL vmlinux 0xf028249e param_get_bool +EXPORT_SYMBOL vmlinux 0xf02a6977 queue_rcu_work +EXPORT_SYMBOL vmlinux 0xf02c9d60 filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0xf03423dd memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0xf05d260a tcp_sendmsg +EXPORT_SYMBOL vmlinux 0xf0658a78 lease_modify +EXPORT_SYMBOL vmlinux 0xf06cee2c radix_tree_replace_slot +EXPORT_SYMBOL vmlinux 0xf06d81c8 mr_mfc_seq_idx +EXPORT_SYMBOL vmlinux 0xf07025e5 vm_iomap_memory +EXPORT_SYMBOL vmlinux 0xf0898a5e dquot_release +EXPORT_SYMBOL vmlinux 0xf08ecd6e posix_acl_valid +EXPORT_SYMBOL vmlinux 0xf09b06fd seq_lseek +EXPORT_SYMBOL vmlinux 0xf09b5d9a get_zeroed_page +EXPORT_SYMBOL vmlinux 0xf0a343ed release_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0xf0a5baf4 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0xf0b4fc10 jbd2_fc_wait_bufs +EXPORT_SYMBOL vmlinux 0xf0b9e2ea dev_close +EXPORT_SYMBOL vmlinux 0xf0cdd752 __breadahead +EXPORT_SYMBOL vmlinux 0xf0d3ad4f mipi_dsi_driver_unregister +EXPORT_SYMBOL vmlinux 0xf0ed2ef4 __raw_writesb +EXPORT_SYMBOL vmlinux 0xf0ef52e8 down +EXPORT_SYMBOL vmlinux 0xf0f3b4ca flow_rule_match_ipv4_addrs +EXPORT_SYMBOL vmlinux 0xf0fdf6cb __stack_chk_fail +EXPORT_SYMBOL vmlinux 0xf0ff7ddb proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0xf102732a crc16 +EXPORT_SYMBOL vmlinux 0xf107ec8b __snd_pcm_lib_xfer +EXPORT_SYMBOL vmlinux 0xf11dd46e _page_poisoning_enabled_early +EXPORT_SYMBOL vmlinux 0xf12180ff blk_set_queue_depth +EXPORT_SYMBOL vmlinux 0xf12dc552 cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0xf13f5918 serio_bus +EXPORT_SYMBOL vmlinux 0xf14c51f6 mdiobus_unregister +EXPORT_SYMBOL vmlinux 0xf15681c5 dm_table_get_md +EXPORT_SYMBOL vmlinux 0xf159ed6a sock_set_keepalive +EXPORT_SYMBOL vmlinux 0xf162fa95 of_get_cpu_node +EXPORT_SYMBOL vmlinux 0xf17744b6 genphy_c37_read_status +EXPORT_SYMBOL vmlinux 0xf1896e1e I_BDEV +EXPORT_SYMBOL vmlinux 0xf18f7b0a input_event +EXPORT_SYMBOL vmlinux 0xf194c20c gen_pool_dma_zalloc_algo +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf1969a8e __usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xf1a488a5 __dquot_transfer +EXPORT_SYMBOL vmlinux 0xf1ad9c4b tegra_ivc_align +EXPORT_SYMBOL vmlinux 0xf1c0cc54 dma_fence_get_stub +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1dd14c5 neigh_for_each +EXPORT_SYMBOL vmlinux 0xf1e046cc panic +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1ea6f1c __bswapsi2 +EXPORT_SYMBOL vmlinux 0xf1ef9aa7 memcg_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0xf1f88a0e dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0xf1f8f4dc dma_get_sgtable_attrs +EXPORT_SYMBOL vmlinux 0xf217d499 zstd_init_cctx +EXPORT_SYMBOL vmlinux 0xf21f9498 mtd_concat_create +EXPORT_SYMBOL vmlinux 0xf236c75e swake_up_one +EXPORT_SYMBOL vmlinux 0xf236e7ef dquot_quota_sync +EXPORT_SYMBOL vmlinux 0xf23ebe22 gro_cells_init +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf2669a2c imx_scu_irq_register_notifier +EXPORT_SYMBOL vmlinux 0xf2827a01 load_nls_default +EXPORT_SYMBOL vmlinux 0xf28cf0ae __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf2925681 mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0xf2a6c8aa vfs_ioctl +EXPORT_SYMBOL vmlinux 0xf2a8efae dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0xf2aaa25c dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0xf2ad80d9 snd_pcm_create_iec958_consumer_hw_params +EXPORT_SYMBOL vmlinux 0xf2c43f3f zlib_deflate +EXPORT_SYMBOL vmlinux 0xf2cc0b59 mmc_retune_unpause +EXPORT_SYMBOL vmlinux 0xf2e046d2 d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0xf2e5bd87 security_free_mnt_opts +EXPORT_SYMBOL vmlinux 0xf2f53617 memregion_free +EXPORT_SYMBOL vmlinux 0xf30189c7 xp_alloc_batch +EXPORT_SYMBOL vmlinux 0xf311f143 kern_unmount +EXPORT_SYMBOL vmlinux 0xf31a1195 seq_putc +EXPORT_SYMBOL vmlinux 0xf3398480 tcp_child_process +EXPORT_SYMBOL vmlinux 0xf33d4161 blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf34833bf sync_file_create +EXPORT_SYMBOL vmlinux 0xf348ff41 bpf_stats_enabled_key +EXPORT_SYMBOL vmlinux 0xf34e5244 mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf362dc7f arm_clear_user +EXPORT_SYMBOL vmlinux 0xf36f42a9 slhc_uncompress +EXPORT_SYMBOL vmlinux 0xf380db99 unix_attach_fds +EXPORT_SYMBOL vmlinux 0xf3824d1b scsi_block_requests +EXPORT_SYMBOL vmlinux 0xf390f6f1 __bitmap_andnot +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf3932313 mb_cache_entry_wait_unused +EXPORT_SYMBOL vmlinux 0xf3a11c35 xa_find_after +EXPORT_SYMBOL vmlinux 0xf3a2b549 snd_timer_close +EXPORT_SYMBOL vmlinux 0xf3a3c307 dquot_resume +EXPORT_SYMBOL vmlinux 0xf3b58927 __mdiobus_c45_write +EXPORT_SYMBOL vmlinux 0xf3ba2b19 i2c_transfer +EXPORT_SYMBOL vmlinux 0xf3bdbfe3 vfs_iocb_iter_read +EXPORT_SYMBOL vmlinux 0xf3d0b495 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0xf3d0caa7 fwnode_get_phy_id +EXPORT_SYMBOL vmlinux 0xf3d96271 kmem_cache_create_usercopy +EXPORT_SYMBOL vmlinux 0xf3db005e pneigh_enqueue +EXPORT_SYMBOL vmlinux 0xf3df87f3 ip6mr_rule_default +EXPORT_SYMBOL vmlinux 0xf3e0e1df allocate_resource +EXPORT_SYMBOL vmlinux 0xf3e1be7b free_mdio_bitbang +EXPORT_SYMBOL vmlinux 0xf3eb1323 kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0xf3f1ac49 iov_iter_bvec +EXPORT_SYMBOL vmlinux 0xf3f6de58 ip_route_me_harder +EXPORT_SYMBOL vmlinux 0xf3f9f1f5 wrap_directory_iterator +EXPORT_SYMBOL vmlinux 0xf40019c0 tegra114_clock_tune_cpu_trimmers_init +EXPORT_SYMBOL vmlinux 0xf40b0c7b fifo_set_limit +EXPORT_SYMBOL vmlinux 0xf418e2a1 inet_addr_type_table +EXPORT_SYMBOL vmlinux 0xf43962ab locks_free_lock +EXPORT_SYMBOL vmlinux 0xf44a904a net_ns_barrier +EXPORT_SYMBOL vmlinux 0xf44f852a phy_check_valid +EXPORT_SYMBOL vmlinux 0xf462988d lookup_positive_unlocked +EXPORT_SYMBOL vmlinux 0xf474c21c bitmap_print_to_pagebuf +EXPORT_SYMBOL vmlinux 0xf474fdcb kfree_const +EXPORT_SYMBOL vmlinux 0xf4764476 param_set_uint +EXPORT_SYMBOL vmlinux 0xf4823a96 i2c_get_adapter +EXPORT_SYMBOL vmlinux 0xf4889714 free_buffer_head +EXPORT_SYMBOL vmlinux 0xf48dde94 inet_select_addr +EXPORT_SYMBOL vmlinux 0xf49158ad locks_delete_block +EXPORT_SYMBOL vmlinux 0xf4a04498 nmi_panic +EXPORT_SYMBOL vmlinux 0xf4b49586 make_kuid +EXPORT_SYMBOL vmlinux 0xf4cb429e pci_disable_link_state +EXPORT_SYMBOL vmlinux 0xf4db35bc stpcpy +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf5146cb5 ethtool_aggregate_mac_stats +EXPORT_SYMBOL vmlinux 0xf52e283f nd_region_to_nstype +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf55c8b6d __read_overflow2_field +EXPORT_SYMBOL vmlinux 0xf55d48ba netdev_has_any_upper_dev +EXPORT_SYMBOL vmlinux 0xf564412a __aeabi_ulcmp +EXPORT_SYMBOL vmlinux 0xf566285b folio_create_empty_buffers +EXPORT_SYMBOL vmlinux 0xf570e2db migrate_folio +EXPORT_SYMBOL vmlinux 0xf571fc7d input_set_abs_params +EXPORT_SYMBOL vmlinux 0xf585c220 pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0xf59d03bb inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0xf5a0190b param_get_hexint +EXPORT_SYMBOL vmlinux 0xf5af7c39 mmc_alloc_host +EXPORT_SYMBOL vmlinux 0xf5b22473 seg6_hmac_validate_skb +EXPORT_SYMBOL vmlinux 0xf5b666ef __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xf5ccb720 take_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0xf5ce992f param_ops_bint +EXPORT_SYMBOL vmlinux 0xf5db30ae gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0xf5e19a6d phy_do_ioctl +EXPORT_SYMBOL vmlinux 0xf5e7ea40 ktime_get_coarse_ts64 +EXPORT_SYMBOL vmlinux 0xf5f2417c __devm_request_region +EXPORT_SYMBOL vmlinux 0xf61e0b74 zstd_reset_dstream +EXPORT_SYMBOL vmlinux 0xf62c39fe ucc_slow_graceful_stop_tx +EXPORT_SYMBOL vmlinux 0xf63644bc tcp_sync_mss +EXPORT_SYMBOL vmlinux 0xf63cf6be sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0xf63d75b0 devfreq_add_governor +EXPORT_SYMBOL vmlinux 0xf640b1cc input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0xf6411584 unpin_user_page +EXPORT_SYMBOL vmlinux 0xf643d104 hsiphash_4u32 +EXPORT_SYMBOL vmlinux 0xf64b3fce _copy_to_iter +EXPORT_SYMBOL vmlinux 0xf64bf255 wait_for_completion +EXPORT_SYMBOL vmlinux 0xf652d359 __wake_up_bit +EXPORT_SYMBOL vmlinux 0xf656a4ce tty_check_change +EXPORT_SYMBOL vmlinux 0xf665f74f sock_load_diag_module +EXPORT_SYMBOL vmlinux 0xf679d57d tcp_parse_options +EXPORT_SYMBOL vmlinux 0xf67fdd7d seq_open_private +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf68db7d0 bio_kmalloc +EXPORT_SYMBOL vmlinux 0xf69526e2 filemap_fdatawrite_wbc +EXPORT_SYMBOL vmlinux 0xf6c10a8d jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0xf6e23655 pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0xf6e4df71 on_each_cpu_cond_mask +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6fc8791 __bitmap_xor +EXPORT_SYMBOL vmlinux 0xf703dd9e filemap_check_errors +EXPORT_SYMBOL vmlinux 0xf704a35d give_up_console +EXPORT_SYMBOL vmlinux 0xf705fa49 gen_pool_free_owner +EXPORT_SYMBOL vmlinux 0xf70fce86 skb_udp_tunnel_segment +EXPORT_SYMBOL vmlinux 0xf7163ec9 __raw_readsb +EXPORT_SYMBOL vmlinux 0xf71ace1a scsi_scan_host +EXPORT_SYMBOL vmlinux 0xf71cca0d inet_offloads +EXPORT_SYMBOL vmlinux 0xf71d99d3 netdev_offload_xstats_get +EXPORT_SYMBOL vmlinux 0xf71ff60f max8925_reg_read +EXPORT_SYMBOL vmlinux 0xf731d5d1 ip6_err_gen_icmpv6_unreach +EXPORT_SYMBOL vmlinux 0xf7370f56 system_state +EXPORT_SYMBOL vmlinux 0xf738d1be register_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xf7503c54 twl6040_set_bits +EXPORT_SYMBOL vmlinux 0xf75f59d8 blk_start_plug +EXPORT_SYMBOL vmlinux 0xf76843b5 qcom_scm_pas_supported +EXPORT_SYMBOL vmlinux 0xf77ad550 of_find_node_by_phandle +EXPORT_SYMBOL vmlinux 0xf7802486 __aeabi_uidivmod +EXPORT_SYMBOL vmlinux 0xf795c177 watchdog_unregister_governor +EXPORT_SYMBOL vmlinux 0xf7a8ffdb blk_rq_map_user +EXPORT_SYMBOL vmlinux 0xf7dabfd5 pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0xf7e0ba68 vfs_statfs +EXPORT_SYMBOL vmlinux 0xf7ebde4e backlight_device_unregister +EXPORT_SYMBOL vmlinux 0xf808ac63 fault_in_subpage_writeable +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf81e843c dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0xf82112dc fixed_size_llseek +EXPORT_SYMBOL vmlinux 0xf82a6c23 config_group_find_item +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf8374460 twl6040_reg_read +EXPORT_SYMBOL vmlinux 0xf838fd97 dim_park_on_top +EXPORT_SYMBOL vmlinux 0xf844988a d_find_alias +EXPORT_SYMBOL vmlinux 0xf85b6380 param_get_charp +EXPORT_SYMBOL vmlinux 0xf86c043f xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0xf86f27cd idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0xf888ca21 sg_init_table +EXPORT_SYMBOL vmlinux 0xf8892651 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0xf8b0db87 ip_fraglist_init +EXPORT_SYMBOL vmlinux 0xf8bbea23 mtree_insert +EXPORT_SYMBOL vmlinux 0xf8c6d826 pipe_lock +EXPORT_SYMBOL vmlinux 0xf8c908f7 __put_user_ns +EXPORT_SYMBOL vmlinux 0xf8caf7ec inet_dgram_ops +EXPORT_SYMBOL vmlinux 0xf8cb765b vme_register_bridge +EXPORT_SYMBOL vmlinux 0xf8e74d54 sg_alloc_append_table_from_pages +EXPORT_SYMBOL vmlinux 0xf8e78194 input_get_keycode +EXPORT_SYMBOL vmlinux 0xf8f61ebc wake_up_var +EXPORT_SYMBOL vmlinux 0xf8fb71ef tcp_md5_needed +EXPORT_SYMBOL vmlinux 0xf919c859 netdev_bind_sb_channel_queue +EXPORT_SYMBOL vmlinux 0xf92780fb do_splice_direct +EXPORT_SYMBOL vmlinux 0xf928bfbf simple_recursive_removal +EXPORT_SYMBOL vmlinux 0xf93aae46 __arm_smccc_smc +EXPORT_SYMBOL vmlinux 0xf93fd09c fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xf9433bbe vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0xf9456b4b cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0xf9526cc3 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0xf968cbc9 pcim_iomap_table +EXPORT_SYMBOL vmlinux 0xf9722676 twl_i2c_write +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9a673b9 blk_put_queue +EXPORT_SYMBOL vmlinux 0xf9b033f3 sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0xf9e2410e sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0xf9ec3eba rproc_of_parse_firmware +EXPORT_SYMBOL vmlinux 0xf9eef52a zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0xf9f0c951 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0xf9f2fa97 scsi_remove_target +EXPORT_SYMBOL vmlinux 0xfa0490f2 inet_sendmsg +EXPORT_SYMBOL vmlinux 0xfa08c34a page_offline_end +EXPORT_SYMBOL vmlinux 0xfa208b20 inode_update_time +EXPORT_SYMBOL vmlinux 0xfa3d06c7 param_ops_invbool +EXPORT_SYMBOL vmlinux 0xfa41f180 scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0xfa4d2f03 __nla_parse +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa72be38 xa_get_order +EXPORT_SYMBOL vmlinux 0xfa7a0886 config_item_put +EXPORT_SYMBOL vmlinux 0xfa7d9189 phy_init_eee +EXPORT_SYMBOL vmlinux 0xfa8f2311 truncate_pagecache +EXPORT_SYMBOL vmlinux 0xfaacdbd6 netif_set_real_num_queues +EXPORT_SYMBOL vmlinux 0xfabea5bf kernel_accept +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfacf63d0 blk_mq_tagset_wait_completed_request +EXPORT_SYMBOL vmlinux 0xfad3a6b1 __scm_destroy +EXPORT_SYMBOL vmlinux 0xfaf3ca85 pci_read_config_word +EXPORT_SYMBOL vmlinux 0xfafd22dc pci_enable_device +EXPORT_SYMBOL vmlinux 0xfb1d7438 down_read +EXPORT_SYMBOL vmlinux 0xfb291c2e jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0xfb2a278f sock_set_mark +EXPORT_SYMBOL vmlinux 0xfb336634 mempool_destroy +EXPORT_SYMBOL vmlinux 0xfb384d37 kasprintf +EXPORT_SYMBOL vmlinux 0xfb424bd0 nand_ecc_register_on_host_hw_engine +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb7d9c45 __udivsi3 +EXPORT_SYMBOL vmlinux 0xfb916801 fbcon_update_vcs +EXPORT_SYMBOL vmlinux 0xfb9331dd dma_set_mask +EXPORT_SYMBOL vmlinux 0xfba7a5f5 __get_random_u32_below +EXPORT_SYMBOL vmlinux 0xfba7ddd2 match_u64 +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbad3cf0 scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0xfbb23168 xsk_tx_completed +EXPORT_SYMBOL vmlinux 0xfbc4f89e io_schedule_timeout +EXPORT_SYMBOL vmlinux 0xfbdb353d trace_seq_acquire +EXPORT_SYMBOL vmlinux 0xfbdb491b make_kprojid +EXPORT_SYMBOL vmlinux 0xfbdfd3f1 ioremap_wc +EXPORT_SYMBOL vmlinux 0xfbea611e _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0xfbf7bbb7 __bread_gfp +EXPORT_SYMBOL vmlinux 0xfc033fff bio_uninit +EXPORT_SYMBOL vmlinux 0xfc0a4eb9 of_translate_dma_address +EXPORT_SYMBOL vmlinux 0xfc31eec2 _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap +EXPORT_SYMBOL vmlinux 0xfc3c54fd __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xfc3f3589 strscpy_pad +EXPORT_SYMBOL vmlinux 0xfc421e79 gnet_stats_add_queue +EXPORT_SYMBOL vmlinux 0xfc52abc7 qcom_scm_pas_shutdown +EXPORT_SYMBOL vmlinux 0xfc7549b9 ip_options_compile +EXPORT_SYMBOL vmlinux 0xfc7fa444 uart_get_divisor +EXPORT_SYMBOL vmlinux 0xfc9d61b7 snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL vmlinux 0xfc9ed8c3 qcom_scm_ice_available +EXPORT_SYMBOL vmlinux 0xfca4804c tls_client_hello_psk +EXPORT_SYMBOL vmlinux 0xfcb5f1aa neigh_event_ns +EXPORT_SYMBOL vmlinux 0xfcb6520c mmc_cqe_post_req +EXPORT_SYMBOL vmlinux 0xfcc55f73 cpumask_any_and_distribute +EXPORT_SYMBOL vmlinux 0xfcce2f7d ucc_fast_enable +EXPORT_SYMBOL vmlinux 0xfccf02cd edac_mc_find +EXPORT_SYMBOL vmlinux 0xfcd1819a hdmi_spd_infoframe_check +EXPORT_SYMBOL vmlinux 0xfcdcc3ab register_console +EXPORT_SYMBOL vmlinux 0xfce5d020 netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfd1ec2b6 netdev_warn +EXPORT_SYMBOL vmlinux 0xfd203a19 of_find_mipi_dsi_device_by_node +EXPORT_SYMBOL vmlinux 0xfd34f007 security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0xfd48cf2a release_pages +EXPORT_SYMBOL vmlinux 0xfd8b76b5 vme_init_bridge +EXPORT_SYMBOL vmlinux 0xfd8c5afc release_fiq +EXPORT_SYMBOL vmlinux 0xfd8f0c2b vme_irq_handler +EXPORT_SYMBOL vmlinux 0xfd91786f skb_flow_dissect_meta +EXPORT_SYMBOL vmlinux 0xfda834aa vma_set_file +EXPORT_SYMBOL vmlinux 0xfdad2367 wait_for_completion_state +EXPORT_SYMBOL vmlinux 0xfdb17b11 d_instantiate_new +EXPORT_SYMBOL vmlinux 0xfdb2ace4 tcf_action_update_hw_stats +EXPORT_SYMBOL vmlinux 0xfdb8d7f4 sock_from_file +EXPORT_SYMBOL vmlinux 0xfdcc8a0e fb_find_best_display +EXPORT_SYMBOL vmlinux 0xfde2d1fc wait_for_key_construction +EXPORT_SYMBOL vmlinux 0xfde86764 dma_resv_iter_next_unlocked +EXPORT_SYMBOL vmlinux 0xfdff8813 ucc_of_parse_tdm +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe0a2835 dm_register_target +EXPORT_SYMBOL vmlinux 0xfe143e1f netif_device_attach +EXPORT_SYMBOL vmlinux 0xfe171764 ioremap_page +EXPORT_SYMBOL vmlinux 0xfe1a12c7 ___pskb_trim +EXPORT_SYMBOL vmlinux 0xfe1ddd0f bpf_link_get_from_fd +EXPORT_SYMBOL vmlinux 0xfe20c277 wireless_send_event +EXPORT_SYMBOL vmlinux 0xfe313dea mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xfe41829c xa_store_range +EXPORT_SYMBOL vmlinux 0xfe487975 init_wait_entry +EXPORT_SYMBOL vmlinux 0xfe49d627 irq_domain_set_info +EXPORT_SYMBOL vmlinux 0xfe4b79d8 cdrom_open +EXPORT_SYMBOL vmlinux 0xfe4d60a3 generic_file_mmap +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe698e7c page_pool_put_page_bulk +EXPORT_SYMBOL vmlinux 0xfe7512e7 tcf_idr_search +EXPORT_SYMBOL vmlinux 0xfe7a67c1 __ip_options_compile +EXPORT_SYMBOL vmlinux 0xfe7ee2e1 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0xfe7f8072 of_find_all_nodes +EXPORT_SYMBOL vmlinux 0xfe9856b2 dcb_ieee_getapp_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0xfeb9e833 mii_ethtool_sset +EXPORT_SYMBOL vmlinux 0xfec920f8 i2c_get_adapter_by_fwnode +EXPORT_SYMBOL vmlinux 0xfed21c22 udp_poll +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfee1d56e pci_ep_cfs_remove_epc_group +EXPORT_SYMBOL vmlinux 0xfee24ec1 dquot_scan_active +EXPORT_SYMBOL vmlinux 0xfeed4e4b dm_unregister_target +EXPORT_SYMBOL vmlinux 0xfef8daa8 key_link +EXPORT_SYMBOL vmlinux 0xfefcb98e vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xff0a0879 rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0xff0c46f9 snd_ctl_new1 +EXPORT_SYMBOL vmlinux 0xff0f57aa pin_user_pages +EXPORT_SYMBOL vmlinux 0xff18e8e8 pci_set_mwi +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff282521 rfkill_register +EXPORT_SYMBOL vmlinux 0xff30c804 xp_free +EXPORT_SYMBOL vmlinux 0xff4351b0 ecc_sw_hamming_calculate +EXPORT_SYMBOL vmlinux 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL vmlinux 0xff67b37f __lshrdi3 +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff6ebf1a dma_mmap_attrs +EXPORT_SYMBOL vmlinux 0xff79595a dmam_pool_create +EXPORT_SYMBOL vmlinux 0xff8640b9 unpin_user_page_range_dirty_lock +EXPORT_SYMBOL vmlinux 0xff86cc85 mmc_cqe_request_done +EXPORT_SYMBOL vmlinux 0xff8c2e5a radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0xff996450 gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0xffb410da ptp_clock_unregister +EXPORT_SYMBOL vmlinux 0xffb94ef0 _test_and_change_bit +EXPORT_SYMBOL vmlinux 0xffc45551 devm_pci_remap_cfgspace +EXPORT_SYMBOL vmlinux 0xffca9aac tcp_mtu_to_mss +EXPORT_SYMBOL vmlinux 0xffcc4ec7 tcp_bpf_bypass_getsockopt +EXPORT_SYMBOL vmlinux 0xffd6f61e jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0xffd72bf1 d_set_fallthru +EXPORT_SYMBOL vmlinux 0xffdad97d scsicam_bios_param +EXPORT_SYMBOL vmlinux 0xffeedf6a delayed_work_timer_fn +EXPORT_SYMBOL_GPL arch/arm/crypto/sha1-arm 0x18a61db3 sha1_finup_arm +EXPORT_SYMBOL_GPL arch/arm/crypto/sha1-arm 0x696e9ddd sha1_update_arm +EXPORT_SYMBOL_GPL crypto/af_alg 0x1d80c023 af_alg_free_resources +EXPORT_SYMBOL_GPL crypto/af_alg 0x23afe2dc af_alg_register_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x2507bf41 af_alg_sendmsg +EXPORT_SYMBOL_GPL crypto/af_alg 0x27e92408 af_alg_async_cb +EXPORT_SYMBOL_GPL crypto/af_alg 0x3da406e8 af_alg_alloc_areq +EXPORT_SYMBOL_GPL crypto/af_alg 0x3e1981ce af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/af_alg 0x4016dc3b af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x59c69979 af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0x6109a6ae af_alg_pull_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xb0dd46e2 af_alg_wait_for_data +EXPORT_SYMBOL_GPL crypto/af_alg 0xb2ca2d57 af_alg_poll +EXPORT_SYMBOL_GPL crypto/af_alg 0xb984d37c af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0xbe425fa5 af_alg_get_rsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xc0f21268 af_alg_wmem_wakeup +EXPORT_SYMBOL_GPL crypto/af_alg 0xc3a115b1 af_alg_count_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xcb7a4737 af_alg_accept +EXPORT_SYMBOL_GPL crypto/aria_generic 0x4a61978a aria_encrypt +EXPORT_SYMBOL_GPL crypto/aria_generic 0x7a4d1d45 aria_set_key +EXPORT_SYMBOL_GPL crypto/aria_generic 0xbdad6df6 aria_decrypt +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x6bd5bbd1 async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x797b1cd8 async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xfd119dc3 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x658f3511 async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x71b71e02 async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x1932c39d async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x643265a5 __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x913ec434 async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xb4762a3d async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x486e14f5 async_xor_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x4e53962c async_xor_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x79085fff async_xor +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xd1b872bc async_xor_val_offs +EXPORT_SYMBOL_GPL crypto/authenc 0x2479193e crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0x16767ccb blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x188d9d26 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0xe561025a cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0xef81a4af __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x3dbae082 __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x4be143fa cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xcfce512f __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xd76a5716 __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast_common 0x5609ce41 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0x5b17be06 cast_s4 +EXPORT_SYMBOL_GPL crypto/cast_common 0xb9cba57f cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xbd3e7542 cast_s1 +EXPORT_SYMBOL_GPL crypto/cryptd 0x04437e9c cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x09e168a9 cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x4a404415 cryptd_skcipher_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x6a065fa5 cryptd_free_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x6a869dff cryptd_ahash_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x6b143cad cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x6f443c16 cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x9d13b968 cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0xab68b5e3 cryptd_skcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xd7651545 cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0xf9d772e1 cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0xfb657567 cryptd_aead_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0xfe527951 cryptd_alloc_skcipher +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x0e44e182 crypto_engine_exit +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x1c23b2da crypto_finalize_skcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x288ef1ac crypto_finalize_kpp_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x5eb50432 crypto_finalize_akcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x6cea839d crypto_engine_stop +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x727f42e0 crypto_engine_alloc_init_and_set +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x7a34faf7 crypto_finalize_aead_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x89db6170 crypto_engine_alloc_init +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x8e48f646 crypto_finalize_hash_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xa528b3ec crypto_transfer_skcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xc773c01c crypto_transfer_aead_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xe03253c6 crypto_engine_start +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xf334098d crypto_transfer_hash_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xf5932b13 crypto_transfer_kpp_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xff807143 crypto_transfer_akcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x16db8e2e simd_register_aeads_compat +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x504cb053 simd_aead_create_compat +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x66983e96 simd_skcipher_create +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x8139eb9c simd_unregister_aeads +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x851c747c simd_aead_create +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x88638552 simd_skcipher_create_compat +EXPORT_SYMBOL_GPL crypto/crypto_simd 0x8af411b1 simd_register_skciphers_compat +EXPORT_SYMBOL_GPL crypto/crypto_simd 0xbfd26f15 simd_aead_free +EXPORT_SYMBOL_GPL crypto/crypto_simd 0xdc3ad2bd simd_unregister_skciphers +EXPORT_SYMBOL_GPL crypto/crypto_simd 0xefe73979 simd_skcipher_free +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0x33b866ce crypto_ecdh_decode_key +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0x7475be8e crypto_ecdh_key_len +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0xb230d2ec crypto_ecdh_encode_key +EXPORT_SYMBOL_GPL crypto/polyval-generic 0x1936413e polyval_mul_non4k +EXPORT_SYMBOL_GPL crypto/polyval-generic 0x42c78b47 polyval_update_non4k +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x0c6e5494 serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x4eb4c55e __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xbcc074f3 __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xd4c9681a __serpent_setkey +EXPORT_SYMBOL_GPL crypto/sm2_generic 0xb0824780 sm2_compute_z_digest +EXPORT_SYMBOL_GPL crypto/sm3 0xa98edad1 sm3_update +EXPORT_SYMBOL_GPL crypto/sm3 0xf04338f9 sm3_final +EXPORT_SYMBOL_GPL crypto/sm3_generic 0x0bddca87 sm3_zero_message_hash +EXPORT_SYMBOL_GPL crypto/sm4 0x24e254e8 sm4_expandkey +EXPORT_SYMBOL_GPL crypto/sm4 0xfa81970e sm4_crypt_block +EXPORT_SYMBOL_GPL crypto/twofish_common 0xb20b1b56 twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0xe22b7787 __twofish_setkey +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x01cc50e6 spk_do_catch_up_unicode +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x02311ec8 spk_synth_get_index +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x07b08433 spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x08f0212d spk_set_num_var +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x1e39eb14 synth_putws +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x2e7e21d7 speakup_event +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x45eda959 spk_get_var +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x466f5eb7 synth_putwc +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x469b60b8 spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x5c568424 synth_add +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x76d40046 synth_buffer_skip_nonlatin1 +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8181ceec speakup_info +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x84dad068 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8c82dfca synth_request_region +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8fe0db01 synth_putwc_s +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xa7561396 spk_ttyio_release +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xaadb0612 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xaadf8f64 spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xad5e9cb6 spk_var_show +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xaec80d51 synth_current +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xb17953fd spk_ttyio_synth_immediate +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xb6a8f255 spk_synth_flush +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xbce4495a synth_remove +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xbe7c0df6 spk_var_store +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc319c604 synth_putws_s +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc58f6e50 spk_get_var_header +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xccc09755 spk_ttyio_ops +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd8fd86cf synth_release_region +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xe194d0ef synth_printf +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xf02d51d1 spk_ttyio_synth_probe +EXPORT_SYMBOL_GPL drivers/ata/pata_parport/pata_parport 0x24d146d6 pata_parport_unregister_driver +EXPORT_SYMBOL_GPL drivers/ata/pata_parport/pata_parport 0x8a72ea69 pata_parport_register_driver +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0xa4a01f8b __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/ata/pata_sis 0x578a600b sis_info133_for_sata +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0x09917359 charlcd_poke +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0x6fd9cc4a charlcd_register +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0x8b45326c charlcd_alloc +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0xd3e29970 charlcd_backlight +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0xf3304696 charlcd_free +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0xf883c540 charlcd_unregister +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x07b26ecc hd44780_common_gotoxy +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x1aa688fd hd44780_common_lines +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x23159a5b hd44780_common_clear_display +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x30e85287 hd44780_common_shift_display +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x36dc00a2 hd44780_common_print +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x3c4c183f hd44780_common_home +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x489c89e8 hd44780_common_redefine_char +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x64415593 hd44780_common_display +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x79e8e259 hd44780_common_alloc +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x8585e5fd hd44780_common_blink +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x8d4f3fa4 hd44780_common_init_display +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0xa22afdaa hd44780_common_cursor +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0xc369090d hd44780_common_shift_cursor +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0xf360d788 hd44780_common_fontsize +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x14102f23 ks0108_displaystate +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x48a70518 ks0108_writedata +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x4f506333 ks0108_startline +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x6edae968 ks0108_isinited +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xbf4774db ks0108_writecontrol +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xedde6df2 ks0108_page +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xfee8ef7b ks0108_address +EXPORT_SYMBOL_GPL drivers/auxdisplay/line-display 0x5e4a24f8 linedisp_register +EXPORT_SYMBOL_GPL drivers/auxdisplay/line-display 0xa354c1b9 linedisp_unregister +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0x20ccdd80 regmap_ac97_default_volatile +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0x69b00aa4 __devm_regmap_init_ac97 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-ac97 0xe0649665 __regmap_init_ac97 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-i3c 0xf5df5504 __devm_regmap_init_i3c +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0x3931dee0 __regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0xb4faedcb __devm_regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0x0ca42d66 __regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0xa4eb168b __devm_regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0x77fb6f23 __devm_regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0xd43c84a7 __regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x723ab62f __regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x8400772d __devm_regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0x0e24d458 __regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0xece528cf __devm_regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x4e7fdad2 __regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x8829ffa4 __devm_regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x97da1864 __devm_regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xfbb1954d __regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0xade3fb54 __devm_regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0xbb117ec7 __regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x037e320a bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0a2b2e5a bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x198d3d50 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1b964f2e bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1df55ac0 bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x1f60ad4a bcma_host_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x29159d43 bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x322b6cff bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x36163bdb bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x3a4ca161 bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x46fe4c16 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4a15a546 bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x4f6cea32 bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x63ccb2f0 __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x855deabb bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x91606531 bcma_host_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x92d97bb3 bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xad6e0e0b bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb2f6b2be bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xb403ceb3 bcma_host_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xccf1a46d bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xdc063485 bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xeb3ec090 bcma_chipco_b_mii_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xed0c5259 bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x1bdc4868 btbcm_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x46c81bbe btbcm_read_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x84069837 btbcm_setup_apple +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xab53d79f btbcm_finalize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xaeede777 btbcm_setup_patchram +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xd21df8c6 btbcm_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xdcbfc396 btbcm_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xf461a256 btbcm_write_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x010b78f5 btintel_read_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x114ee620 btintel_regmap_init +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x28fe3091 btintel_bootup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x2af14992 btintel_set_event_mask_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x4498bb7a btintel_configure_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x45dcd757 btintel_version_info +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x5b1f4d57 btintel_send_intel_reset +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x7c7f1ac9 btintel_exit_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x7e7b0d3d btintel_read_boot_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x8b7f7140 btintel_enter_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x94d0de50 btintel_set_diag +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x9cf94d51 btintel_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xaa9a53ef btintel_set_quality_report +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xb0f66b10 btintel_secure_send_result +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xc3b3eeab btintel_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xcf42cc61 btintel_load_ddc_config +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xdde8052a btintel_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x19cedb3a btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x27973c19 btmrvl_pscan_window_reporting +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x33924a61 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x3904bfeb btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x394bddfc btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x49968e2c btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x5a4c3b5b btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x5ecb2810 btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x77586541 btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x9cd71fd5 btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xa195398c btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x4a074687 btmtk_setup_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x97963170 btmtk_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0xde0d3653 btmtk_setup_firmware_79xx +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x01c69432 qca_uart_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x30c7e741 qca_set_bdaddr_rome +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x4f2e109d qca_read_soc_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xe3916620 qca_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xf8ab0e2d qca_send_pre_shutdown_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x1eaf3248 btrtl_set_quirks +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x79de1cb8 btrtl_setup_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xa54ea107 btrtl_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xaf78f260 btrtl_free +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xca7f719b btrtl_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xf178a8b2 btrtl_shutdown_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xf9e735f5 btrtl_get_uart_settings +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x0e815421 hci_uart_unregister_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x15e5fa3a hci_uart_tx_wakeup +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xbee0e030 h4_recv_buf +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xeb04759e hci_uart_register_device +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x0a152b9a mhi_ep_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x0c6bf709 mhi_ep_queue_is_empty +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x6f17192b mhi_ep_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x85edafc7 __mhi_ep_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x8890bdc7 mhi_ep_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x8dcbfb61 mhi_ep_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x8ed56f27 mhi_ep_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xbb0d327d mhi_ep_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x026b1068 mhi_prepare_for_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x0b8cee07 mhi_device_put +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x0bf3d2c4 mhi_device_get +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x17ef2139 mhi_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x235186e6 mhi_prepare_for_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x27e41008 mhi_get_exec_env +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x2cbe5f08 mhi_get_free_desc_count +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x31397b94 mhi_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x3c0c6578 mhi_device_get_sync +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x4390a6f7 mhi_queue_dma +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x5677fff6 mhi_alloc_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x5afdb2f6 mhi_get_mhi_state +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x5b8fef35 mhi_unprepare_after_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x60a60bda mhi_queue_buf +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x61808ebf mhi_notify +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x672af169 mhi_queue_is_full +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x69cbe5fa mhi_prepare_for_transfer_autoqueue +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x817708b6 mhi_free_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xa4a5bcf9 mhi_force_rddm_mode +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xa6db714d mhi_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xad9e0393 __mhi_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xc003ce3d mhi_pm_suspend +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xc9c73607 mhi_download_rddm_image +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xd373e0df mhi_pm_resume_force +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xdc0bfbe1 mhi_pm_resume +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xdf5af75d mhi_unprepare_from_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xe977eda0 mhi_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xee42f7ec mhi_async_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xef45c758 mhi_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xffe65f98 mhi_soc_reset +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x32378ac1 moxtet_device_written +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0xb044ca38 moxtet_device_read +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0xe08e3f2e moxtet_device_write +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0xfdd7b238 __moxtet_register_driver +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x03351dae clk_rcg_floor_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x03e7eb9a clk_alpha_pll_stromer_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x040b256b clk_fabia_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x07935d8b clk_alpha_pll_postdiv_fabia_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0ae351c4 clk_alpha_pll_fabia_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0bb849d9 clk_is_enabled_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0d678ab9 qcom_reset_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0ed823f3 clk_alpha_pll_lucid_evo_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x0f33f9b4 qcom_cc_map +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1d0f06af clk_byte2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1de81c63 clk_pll_configure_sr_hpm_lp +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1ea782c8 clk_alpha_pll_huayra_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1eade75c clk_zonda_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1f83275f clk_regmap_mux_div_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x1f88365f clk_alpha_pll_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x22dc5dd7 clk_lucid_evo_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x233e5373 clk_rcg_bypass_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x2d293905 clk_alpha_pll_postdiv_lucid_5lpe_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x35261f7e clk_alpha_pll_regs +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x35964fa4 qcom_cc_register_board_clk +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x363d9eb4 clk_rivian_evo_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x38229fba clk_alpha_pll_reset_lucid_evo_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x395868a1 qcom_find_freq_floor +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x45180f77 clk_dyn_rcg_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x45226263 clk_gfx3d_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x468b22ce clk_pll_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x4a930432 clk_branch_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x55db854e qcom_cc_register_rcg_dfs +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x5875c6f8 qcom_cc_probe +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x59eabda5 mux_div_set_src_div +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x5c035f38 clk_alpha_pll_lucid_5lpe_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x5c3e75ee clk_pll_vote_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x62cf95cf clk_stromer_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x64b8755d clk_alpha_pll_fixed_lucid_5lpe_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x66580ca3 clk_regmap_mux_closest_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x6af41b8b qcom_pll_set_fsm_mode +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x6b8e2aa0 clk_pll_configure_sr +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x6bf29926 qcom_cc_register_sleep_clk +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x6d308251 clk_alpha_pll_fixed_lucid_evo_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x70156ec0 clk_alpha_pll_postdiv_ro_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x708a435d clk_alpha_pll_lucid_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x71b860b8 krait_div2_clk_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7319e51c clk_alpha_pll_trion_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x73748d88 qcom_find_cfg_index +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x787e8234 qcom_find_freq +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7b87fe3e clk_alpha_pll_postdiv_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7dfa4f12 clk_alpha_pll_postdiv_lucid_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7e14e326 gdsc_gx_do_nothing_enable +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x7e69e953 clk_alpha_pll_postdiv_trion_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x82afa55e clk_regmap_phy_mux_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x85831405 clk_alpha_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x88c0add9 clk_rcg_pixel_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x8e4c395e clk_edp_pixel_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x93bc2a64 clk_ops_hfpll +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x94c464a3 clk_rcg2_floor_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x953b97b7 clk_alpha_pll_postdiv_lucid_evo_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9821a599 clk_rcg_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9950d9f4 clk_trion_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0x9c401604 clk_rcg_esc_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa0755dc3 clk_alpha_pll_fixed_trion_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xa95ed447 clk_rcg2_shared_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xaa1c1b1b clk_enable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xaea28295 clk_rcg_bypass2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xaf105ec4 clk_branch2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xb06b360a qcom_find_src_index +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xb3d93f1b clk_branch_simple_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xb8694bf5 clk_rcg2_mux_closest_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xbc1c0045 qcom_cc_probe_by_index +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xc0126fe0 clk_pll_sr2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xc0d2ecb0 clk_regmap_div_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xc9cb9fbf clk_alpha_pll_zonda_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xcb2d25f8 clk_alpha_pll_fixed_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xd2ec30a3 clk_dp_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xd83794fd devm_clk_register_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xd846a036 clk_alpha_pll_stromer_plus_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xd98fe91b clk_alpha_pll_fixed_fabia_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xdfbf2cdb krait_mux_clk_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe4d191e1 clk_rcg_lcc_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe88890ab clk_disable_regmap +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe8b8b851 qcom_cc_really_probe +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xe8c0478b clk_byte_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xeec69605 clk_rcg2_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf2522383 clk_alpha_pll_rivian_evo_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf3bf69c3 clk_pixel_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf439f21a clk_alpha_pll_agera_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf566bbef clk_agera_pll_configure +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xf84b8d59 clk_regmap_div_ro_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xfafc1469 clk_branch2_aon_ops +EXPORT_SYMBOL_GPL drivers/clk/qcom/clk-qcom 0xfbd6578d clk_alpha_pll_hwfsm_ops +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x095e0a44 comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0a2b1efc comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0becee71 comedi_dev_put +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0c8ed41d comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x133593ae comedi_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x14edd8ca comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x15d1df0d comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x17ee3299 comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2486fb64 comedi_readback_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x37f77a4c comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x3d0f3f4d comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x3d2dbb9e comedi_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x476e1c9b comedi_alloc_subdev_readback +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4786bc8d comedi_nsamples_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4be08ea3 comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4efc15ed comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x567b8a98 comedi_handle_events +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x5d43443f comedi_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x679e6279 comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x85568626 comedi_timeout +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x93ab0e29 comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x940403a9 __comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x9e466be4 comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xa5115ef0 comedi_bytes_per_scan_cmd +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xabbd991e comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xae8f46a3 comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb45d5c09 comedi_buf_write_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb679cebc range_0_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb9502275 comedi_set_spriv_auto_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbab74082 comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbb52fc7f range_bipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbbef7a0d comedi_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbc9965ef comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbdbe75c6 range_unipolar2_5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xd9b10b6f comedi_buf_read_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xe743c7ed comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xe88b0d91 comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xf4855505 comedi_event +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xfc2d0cde comedi_nscans_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x089e2abf comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x12586440 comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x3fd7fd42 comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x4563918b comedi_pci_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x53447f6a comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xad78f845 comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xb91953be comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xe6da61a1 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x065d6ce9 comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x229d1311 comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x39ec4f4d comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x5371c0df comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x8564426f comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xac7b3f9b comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0xdaf6a235 addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0x85aa2dbe amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0x9579a806 amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_pc236_common 0xfa19ad2d amplc_pc236_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x05c1d39a comedi_8254_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x0785b6f7 comedi_8254_load +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x0af53c1b comedi_8254_update_divisors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x2fb044c8 comedi_8254_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x3dac8261 comedi_8254_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x4fd81399 comedi_8254_cascade_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x553266c4 comedi_8254_status +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x7dd3c581 comedi_8254_pacer_enable +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xa0fdd790 comedi_8254_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xb1464ff6 comedi_8254_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xccca7dc1 comedi_8254_set_busy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xd3b4bb16 comedi_8254_set_mode +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xf0b439a8 comedi_8254_subdevice_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x1901ea7b subdev_8255_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x1c9a9ec9 subdev_8255_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0xa0ad637c subdev_8255_regbase +EXPORT_SYMBOL_GPL drivers/comedi/drivers/das08 0x5853a77d das08_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x047798c9 mite_done +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x09bdba07 mite_sync_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x20464871 mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x5c95630d mite_request_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x600ea3a2 mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x75a025bb mite_prep_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x7e5c0273 mite_release_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x82b8fe86 mite_ack_linkc +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x93348323 mite_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xa6d7d49c mite_init_ring_descriptors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xa94f34ff mite_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xc1850ff0 mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xc2d89e99 mite_free_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xe0c72b80 mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xf94ad646 mite_dma_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xff581a39 mite_buf_change +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0x9e6bc937 labpc_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0xaf92606d labpc_common_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x076bc308 ni_find_route_source +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x0921123e ni_lookup_route_register +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x1facf7f8 ni_is_cmd_dest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x64443d67 ni_get_valid_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x6c18c54e ni_count_valid_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x85e75c94 ni_assign_device_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x863a306d ni_sort_device_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x8ab47ba4 ni_route_set_has_source +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x8f0f0901 ni_find_route_set +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0xb3e302a3 ni_route_to_register +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x2f2960b4 ni_tio_unset_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x35814f95 ni_tio_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x3829dc3e ni_tio_set_gate_src_raw +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x5b13cc8d ni_tio_get_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x78854d8a ni_tio_set_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x87aa1c6f ni_tio_set_bits +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x88562d9b ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x8ca38c0b ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x9a8c9b13 ni_tio_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xaaedf0f6 ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xab4ec745 ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xbc3fac6a ni_tio_get_soft_copy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xcb5c4a10 ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xcedab722 ni_tio_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xf986e821 ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xff45381b ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x1634be91 ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x348e4527 ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x7edd092e ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x82dcef25 ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x98cc400d ni_tio_acknowledge +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0xde580910 ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x46d80271 comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x53da201d comedi_close +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x6c42c193 comedi_dio_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x84cf5d05 comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xd2a31a41 comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xe281dda3 comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xfe090a80 comedi_open +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x011c2302 adf_cfg_section_add +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x02460e7f adf_flush_vf_wq +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x05e8e81e adf_err_handler +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x0baa5642 adf_enable_pf2vf_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x0e9bace2 adf_dbgfs_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x0efb75a4 adf_devmgr_update_class_index +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x100cc370 adf_gen2_enable_error_correction +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x11333647 adf_devmgr_in_reset +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x25304260 adf_dev_restart +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x2ad8899d adf_disable_pf2vf_interrupts +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x2be4e269 adf_gen2_get_arb_info +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x2c2c7b88 adf_dev_get +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x2cd993aa adf_cfg_dev_remove +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x2df528a4 adf_sysfs_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x36246c1c adf_devmgr_add_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x399b1f10 adf_reset_sbr +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3e707f37 adf_gen2_get_admin_info +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x40e4af8c adf_disable_sriov +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x42d1e53c adf_cleanup_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x464d7c46 adf_exit_arb +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x52b28e3c adf_gen2_cfg_iov_thds +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5491886a adf_gen2_get_num_aes +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x553b6e43 adf_dbgfs_exit +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5553484b adf_vf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x60504298 adf_dev_down +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x79ca4e06 adf_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x7c10c889 adf_vf2pf_notify_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x83bcdab5 adf_cfg_dev_add +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x8d47ded6 adf_enable_vf2pf_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x8e97106b adf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x949a4e8d adf_cfg_get_param_value +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x9a8a3c14 adf_dev_in_use +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa4336c60 adf_send_admin_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa7fbf49d adf_vf2pf_notify_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa8e4f7c9 adf_dev_up +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa93bc207 adf_pfvf_comms_disabled +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa99f467f adf_devmgr_rm_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xab7f1ee8 adf_cfg_add_key_value_param +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xaf885a62 adf_gen2_init_vf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xafe27aba adf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xb200a7fa adf_exit_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xb37542e0 adf_gen4_handle_pm_interrupt +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xb3ea128e adf_init_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xb60678ba adf_gen2_dev_config +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xb78a6a61 adf_vf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc031847d adf_reset_flr +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc45cc715 adf_init_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc501ac82 adf_gen4_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xcc3b167a adf_clean_vf_map +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xce727089 adf_gen2_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd002832d adf_dev_put +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd1521c24 adf_gen4_enable_pm +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd64519f1 adf_gen2_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd6d57a75 adf_dev_started +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd7ec9784 adf_gen4_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xdf40932e adf_devmgr_pci_to_accel_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe327f1f1 adf_gen4_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe45f3512 adf_gen2_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe8fa81f7 adf_gen4_ring_pair_reset +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe8fc7cae adf_gen4_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xeb86cede adf_gen2_enable_ints +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xec506ec3 adf_gen2_get_num_accels +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xecd3f70c adf_gen2_get_accel_cap +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xf1629ba3 adf_gen2_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xf75bf3f3 adf_init_arb +EXPORT_SYMBOL_GPL drivers/crypto/omap-crypto 0x5c2673e4 omap_crypto_cleanup +EXPORT_SYMBOL_GPL drivers/crypto/omap-crypto 0xd9009a51 omap_crypto_align_sg +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0x1d77c0c7 dw_edma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0x95a40d0e dw_edma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x431160b1 idma32_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x450f34a6 dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x5da4b98f do_dw_dma_enable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x786dd443 dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xabeb789f do_dw_dma_disable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xacd672b3 idma32_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xd1c68f93 dw_dma_filter +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x175179ea fsl_edma_resume +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x3c34818f fsl_edma_cleanup_vchan +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x53d5f9cc fsl_edma_free_desc +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x61670c1b fsl_edma_prep_memcpy +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x6a137b10 fsl_edma_disable_request +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x71d0c77d fsl_edma_slave_config +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x7e91638a fsl_edma_chan_mux +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x9fd640f8 fsl_edma_tx_status +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xa11e4143 fsl_edma_setup_regs +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xc6bafc74 fsl_edma_pause +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xd95992f5 fsl_edma_prep_dma_cyclic +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xde77a995 fsl_edma_terminate_all +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xdedf5eee fsl_edma_alloc_chan_resources +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xe4c3fb60 fsl_edma_xfer_desc +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xe4fedd73 fsl_edma_free_chan_resources +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xf8c3b227 fsl_edma_issue_pending +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xfe648d2f fsl_edma_prep_slave_sg +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0xe604bc4d hidma_mgmt_setup +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0xec74b5ab hidma_mgmt_init_sys +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0x14ede486 fw_card_read_cycle_time +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xabb5547d fw_request_get_timestamp +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xbe2574cc __fw_send_request +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xe86fb5c7 fw_card_release +EXPORT_SYMBOL_GPL drivers/firmware/arm_scpi 0x7d82b7db get_scpi_ops +EXPORT_SYMBOL_GPL drivers/firmware/mtk-adsp-ipc 0x5b0c4b0e mtk_adsp_ipc_send +EXPORT_SYMBOL_GPL drivers/fpga/altera-pr-ip-core 0x5a8170ea alt_pr_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x118590d4 dfl_fpga_dev_ops_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x1ef5b59e dfl_fpga_port_ops_put +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x20dbcb6b dfl_fpga_port_ops_get +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x24db3315 dfl_fpga_port_ops_add +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x35e52f3d dfl_fpga_enum_info_free +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x5ebfaf08 dfl_feature_ioctl_get_num_irqs +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x700d4a39 dfl_fpga_dev_feature_init +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x7324227d dfl_fpga_cdev_config_ports_vf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x749a43e5 dfl_fpga_port_ops_del +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x7937d27d dfl_fpga_enum_info_add_dfl +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x798ee320 dfh_find_param +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x83448965 dfl_fpga_feature_devs_remove +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x84042dc9 __dfl_fpga_cdev_find_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x88e6ca81 dfl_fpga_cdev_config_ports_pf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x916a1997 dfl_fpga_feature_devs_enumerate +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xa33163a9 dfl_feature_ioctl_set_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xa498cd17 dfl_fpga_enum_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xa8df9e2d dfl_fpga_check_port_id +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xb68c9382 dfl_fpga_cdev_release_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xd481c641 dfl_fpga_cdev_assign_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xd9c673e9 dfl_fpga_set_irq_triggers +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xe99c9050 dfl_fpga_dev_feature_uinit +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xea341315 dfl_fpga_enum_info_add_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xef87d5ff dfl_fpga_dev_ops_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x0633c4b9 fpga_bridges_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x0b2b884c fpga_bridges_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x238602bc of_fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x2a2a8780 fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x2c8167cf fpga_bridges_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x7c0daf10 fpga_bridge_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x8b2ebb28 fpga_bridge_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x9a870791 of_fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xbf23c4c0 fpga_bridge_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xc9526e21 fpga_bridge_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xdda9506f fpga_bridge_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xe892c4fe fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x7ffbae95 fpga_mgr_lock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x8546e076 of_fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x88391aaa fpga_mgr_unlock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x8c1e730d fpga_mgr_load +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x99c9dd3c fpga_mgr_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x9d236131 devm_fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x9e7458f5 fpga_mgr_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xa05d2ad9 fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xa4af2c64 fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xb7cdabdc devm_fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xe1adb807 fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xf7a30308 fpga_image_info_free +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xfd5200cf fpga_image_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x1eb1e5f9 fpga_region_program_fpga +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x2e62d08c fpga_region_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x6f7034ce fpga_region_class_find +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x99312d9f fpga_region_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xe9df8ca1 fpga_region_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x237d2fca fsi_cdev_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x2f6fce62 fsi_bus_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x3a93847e fsi_slave_claim_range +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x4201b426 fsi_device_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x5a57d574 fsi_free_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x60a97912 fsi_slave_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x6be98d26 fsi_master_rescan +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x71d4a709 fsi_driver_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x740cc0e2 fsi_master_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xab93484f fsi_driver_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xb4386078 fsi_get_new_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xce22aee2 fsi_slave_release_range +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xdc8acb4e fsi_master_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xe4ac7aa2 fsi_slave_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xfeaab3de fsi_device_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-occ 0x1ab68d17 fsi_occ_submit +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0xc47fbb7f sbefifo_parse_status +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0xe7fe0556 sbefifo_submit +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x30addcac gnss_deregister_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x93e14f8b gnss_register_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xbd9cf400 gnss_allocate_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xf5025b4d gnss_put_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xf55484be gnss_insert_raw +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x5637ab04 gnss_serial_deregister +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x9b3fecb2 gnss_serial_register +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xb6447c75 gnss_serial_allocate +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xe285dcd1 gnss_serial_free +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xe3ccbc59 gnss_serial_pm_ops +EXPORT_SYMBOL_GPL drivers/gpio/gpio-aspeed 0x0c2bc3bc aspeed_gpio_copro_release_gpio +EXPORT_SYMBOL_GPL drivers/gpio/gpio-aspeed 0x54a7a7ff aspeed_gpio_copro_grab_gpio +EXPORT_SYMBOL_GPL drivers/gpio/gpio-aspeed 0x5dcbe46c aspeed_gpio_copro_set_ops +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x19564f02 idio_16_set +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x40780f24 idio_16_state_init +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x8bfb9315 idio_16_get_multiple +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x8fe1179b idio_16_get +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0xf3237eda idio_16_set_multiple +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x32a0fd0a __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0xc1f660dc __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x1e5649b4 devm_gpio_regmap_register +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x496ce291 gpio_regmap_get_drvdata +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x5d7947eb gpio_regmap_register +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0xb7066570 gpio_regmap_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x2c9e424e analogix_dp_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x3c23e73a analogix_dp_resume +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x555f48f3 analogix_dp_start_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x6cf5e963 analogix_dp_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x9c5dce42 analogix_dp_suspend +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xa48651ad analogix_dp_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xb20cf3da analogix_dp_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xb478b989 analogix_dp_stop_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xe4978c9d anx_dp_aux_transfer +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x2941f8bd ldb_channel_is_split_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x30711ca5 ldb_remove_bridge_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x3fd5958c ldb_channel_is_single_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x470f8997 ldb_bridge_mode_set_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x5d3217c9 ldb_bridge_atomic_check_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x60f3bab0 ldb_find_next_bridge_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0x798b6a01 ldb_bridge_attach_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xa7f9be85 ldb_init_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xbeea22b7 ldb_bridge_disable_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xf84a665e ldb_bridge_enable_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/imx/imx-ldb-helper 0xfeef50bd ldb_add_bridge_helper +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/samsung-dsim 0x0aaef8a2 samsung_dsim_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/samsung-dsim 0x5bb306c0 samsung_dsim_pm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/samsung-dsim 0xbe8f88ae samsung_dsim_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x09340e05 dw_hdmi_set_channel_count +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x094f6fc5 dw_hdmi_phy_i2c_set_addr +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x1461e227 dw_hdmi_set_channel_status +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x26d629cd dw_hdmi_phy_gen2_reset +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x2d1c0e80 dw_hdmi_setup_rx_sense +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x2fac9436 dw_hdmi_set_channel_allocation +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x316212a8 dw_hdmi_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x42926f4a dw_hdmi_resume +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x4a9b174f dw_hdmi_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x5275184b dw_hdmi_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x56f72e25 dw_hdmi_set_sample_non_pcm +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x6712b5a7 dw_hdmi_phy_gen2_txpwron +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x79bf2a1a dw_hdmi_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x7d8a3aee dw_hdmi_phy_i2c_write +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x8dcd6f43 dw_hdmi_set_sample_rate +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x96f3e250 dw_hdmi_set_sample_width +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0x9b44a60b dw_hdmi_phy_gen2_pddq +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xbb924986 dw_hdmi_set_plugged_cb +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xc59f9e6f dw_hdmi_phy_gen1_reset +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xce27012a dw_hdmi_audio_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xd32faf88 dw_hdmi_set_high_tmds_clock_ratio +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xd6968220 dw_hdmi_phy_setup_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xd8fe547b dw_hdmi_audio_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xdafa1790 dw_hdmi_phy_read_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-hdmi 0xf5922009 dw_hdmi_phy_update_hpd +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi 0x0d667204 dw_mipi_dsi_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi 0x25a8af09 dw_mipi_dsi_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi 0x41361ae4 dw_mipi_dsi_set_slave +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi 0x42ac3b2e dw_mipi_dsi_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi 0x4cecc41e dw_mipi_dsi_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_display_helper 0xcc57e5d1 drm_hdcp_check_ksvs_revoked +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x35bb9bac of_dp_aux_depopulate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x4172af52 dp_aux_dp_driver_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x67235a0a of_dp_aux_populate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0xc1e30e96 devm_of_dp_aux_populate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0xcf27bcf8 __dp_aux_dp_driver_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x0909548a drm_of_lvds_get_dual_link_pixel_order +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x208c6761 drm_gem_dumb_map_offset +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x2ae56945 drm_do_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x2b1904d2 drm_of_find_panel_or_bridge +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x36bc7e41 accel_open +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x4ded9bda drm_of_lvds_get_data_mapping +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x4e982d3b drm_bridge_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x58dc334d drm_of_component_match_add +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x66cf2f64 drm_display_mode_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x7ff4a6f1 drm_bridge_get_modes +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x820e99e9 drm_of_get_dsi_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x96cc1736 drm_bridge_hpd_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xaaf1edac drm_of_get_data_lanes_count_ep +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xad885165 drm_bus_flags_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xb4ab535a of_get_drm_panel_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xba691f6b drm_crtc_add_crc_entry +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xc01d455b drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xc6b21151 drm_bridge_hpd_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xd022c074 of_get_drm_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xd0be7f5a drm_bridge_hpd_notify +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xd14ac383 drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xd82e9964 drmm_kstrdup +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xe63a88c4 drm_of_encoder_active_endpoint +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xe6f4d4bb drm_of_get_data_lanes_count +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfc719e6e drm_bridge_detect +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfe9f72f3 drm_display_mode_to_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x02181166 drm_fb_dma_sync_non_coherent +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x1ea3f1a2 drm_gem_dma_vmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x26a68cd8 drm_gem_dma_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x2fb08185 drm_fb_dma_get_gem_addr +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x541bb546 drm_gem_dma_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x5ac40c20 drm_fb_dma_get_gem_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x732782ae drm_gem_dma_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x809eb49f drm_gem_dma_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x918d2056 drm_gem_dma_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x93b2fad5 drm_gem_dma_dumb_create_internal +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x966f54de drm_gem_dma_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xcb2a993f drm_gem_dma_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x23e9a360 drm_gem_fb_afbc_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x438ec9b6 drm_gem_fb_get_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x6354dd3d drm_gem_fb_init_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x870bedfb drm_gem_fb_create_with_dirty +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xa4024624 drm_gem_fb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xbcf416e8 drm_bridge_connector_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xbdc9d51a drm_gem_plane_helper_prepare_fb +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xc9fadea2 drm_gem_fb_create_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x14519b7d drm_gem_shmem_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x6486e32d drm_gem_shmem_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x67152279 drm_gem_shmem_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xb341483c drm_gem_shmem_get_pages_sgt +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xb56a82be drm_gem_shmem_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xbe53c272 drm_gem_shmem_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xbfcac03e drm_gem_shmem_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xffc45158 drm_gem_shmem_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/imx/ipuv3/imxdrm 0x17cee289 imx_drm_connector_destroy +EXPORT_SYMBOL_GPL drivers/gpu/drm/imx/ipuv3/imxdrm 0x1b255bb3 imx_drm_encoder_parse_of +EXPORT_SYMBOL_GPL drivers/gpu/drm/mcde/mcde_drm 0x7e87007b mcde_display_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x0a285d03 meson_vclk_vic_supported_freq +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x0ba5239a meson_venc_hdmi_mode_set +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x21cdb226 meson_venc_mipi_dsi_mode_set +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x2c73cfcf meson_venc_hdmi_venc_repeat +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x65c9cbd4 meson_vclk_setup +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0x94a785f8 meson_venc_hdmi_supported_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0xab5bee2f meson_venc_hdmi_supported_vic +EXPORT_SYMBOL_GPL drivers/gpu/drm/meson/meson-drm 0xfa38ede7 meson_vclk_dmt_supported_freq +EXPORT_SYMBOL_GPL drivers/gpu/drm/panel/panel-samsung-s6e63m0 0x20fce3fb s6e63m0_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/panel/panel-samsung-s6e63m0 0x84e34218 s6e63m0_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/panfrost/panfrost 0x5d3200f2 panfrost_pm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/pl111/pl111_drm 0x314ca3e1 pl111_versatile_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_cmm 0x3f6614e1 rcar_cmm_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_cmm 0x9094bb07 rcar_cmm_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_cmm 0x97c87244 rcar_cmm_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_cmm 0xe5fec17d rcar_cmm_setup +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_lvds 0x061ac1d8 rcar_lvds_pclk_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_lvds 0x5f7052d0 rcar_lvds_is_connected +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_lvds 0x7a2f19e1 rcar_lvds_dual_link +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_lvds 0x8a5ebb22 rcar_lvds_pclk_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_mipi_dsi 0x3922b1b8 rcar_mipi_dsi_pclk_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/renesas/rcar-du/rcar_mipi_dsi 0x62552359 rcar_mipi_dsi_pclk_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0x4e4e598c vop_component_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0xd7330c7a rockchip_rgb_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0xf5d6e1c4 vop2_component_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/rockchip/rockchipdrm 0xfead7585 rockchip_rgb_fini +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x50fe231e ssd130x_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x55e22b9d ssd130x_shutdown +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x5773a847 ssd130x_probe +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0x4ba66b86 host1x_memory_context_get +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0x6f6139c1 host1x_memory_context_put +EXPORT_SYMBOL_GPL drivers/gpu/host1x/host1x 0x71b91faf host1x_memory_context_alloc +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x011bd30a ipu_ic_task_idma_init +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x050f0d7b ipu_di_adjust_videomode +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x0728116a ipu_csi_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x0751b572 ipu_prg_format_supported +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x08507d60 ipu_cpmem_set_resolution +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x0e42bd95 ipu_csi_set_dest +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x0fbb37d9 ipu_prg_channel_configure +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x114209ee ipu_dp_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x118160e1 ipu_ic_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x12e33b5b ipu_cpmem_set_format_passthrough +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x13952dfe ipu_dmfc_enable_channel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x144c1959 __ipu_ic_calc_csc +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x14d69537 ipu_idmac_disable_channel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x15ec2ba5 ipu_di_put +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x18730251 ipu_rot_mode_to_degrees +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x18aa0dcd ipu_image_convert_abort +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x1ab2665d ipu_prg_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x1e913d9f ipu_csi_get_window +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x213ea159 ipu_ic_task_init +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x21619a54 ipu_prg_present +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x2424c9a6 ipu_csi_is_interlaced +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x2bc0895f ipu_get_num +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x2cf7ed72 ipu_dc_init_sync +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x2e825a67 ipu_smfc_set_watermark +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x2f01eb85 ipu_cpmem_zero +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x2f4aef4f ipu_cpmem_set_yuv_planar_full +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x2f92d651 ipu_ic_task_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x3020d65c ipu_prg_max_active_channels +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x3166aec7 ipu_dmfc_disable_channel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x331fa620 ipu_idmac_enable_watermark +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x35d27d82 ipu_ic_task_graphics_init +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x3e86ea72 ipu_di_get_num +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x418a282f ipu_drm_fourcc_to_colorspace +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x42d3d500 ipu_image_convert_unprepare +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x440c27f2 ipu_cpmem_skip_odd_chroma_rows +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x48f7e0ae ipu_cpmem_set_fmt +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x4917f47a ipu_ic_dump +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x492a422d ipu_csi_set_mipi_datatype +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x493c7c44 ipu_cpmem_dump +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x498b4c7b ipu_image_convert_enum_format +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x4a3ce81a ipu_ic_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x4b2dce52 ipu_cpmem_set_high_priority +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x4c179b49 ipu_dp_put +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x4cb417d5 ipu_idmac_buffer_is_ready +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x511b93ed ipu_module_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x51475e87 ipu_dmfc_put +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x527f3b94 ipu_smfc_set_burstsize +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x53de277c ipu_di_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x55767280 ipu_vdi_set_motion +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x5638e5cc ipu_dmfc_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x570d6536 ipu_cpmem_set_rotation +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x580d2f81 ipu_vdi_put +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x5a362ed9 ipu_cpmem_set_axi_id +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x5a6db14c ipu_idmac_enable_channel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x5b15aea8 ipu_dp_disable_channel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x5cae270a ipu_vdi_unsetup +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x609eefb2 ipu_set_csi_src_mux +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x60bdf2ec ipu_csi_put +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x60cc7d1a ipu_smfc_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x623722e2 ipu_ic_task_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x64f41b37 ipu_cpmem_set_uv_offset +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x6b2513f4 ipu_idmac_unlink +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x6c07d189 ipu_idmac_wait_busy +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x6f9e9f97 ipu_cpmem_set_buffer +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x7068e939 ipu_dc_put +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x726006c4 ipu_image_convert +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x76a1b325 ipu_vdi_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x8497c7d4 ipu_degrees_to_rot_mode +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x85a75464 ipu_dc_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x886c35aa ipu_smfc_map_channel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x8a9458d2 ipu_image_convert_verify +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x8c95a81c ipu_cpmem_set_yuv_interleaved +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x8eb22643 ipu_dp_set_global_alpha +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x9058e289 ipu_smfc_put +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x91ce1a04 ipu_dp_set_window_pos +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x93f2449f ipu_cpmem_interlaced_scan +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x951a09d5 ipu_csi_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x9babfdb4 ipu_dc_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x9bb907ee ipu_dc_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x9bfaaf29 ipu_module_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x9d8a9205 ipu_image_convert_prepare +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x9dbd5905 ipu_ic_calc_csc +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x9f38e177 ipu_dp_enable_channel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0x9fefdc4e ipu_idmac_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xa29fefa2 ipu_fsu_link +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xa37c88bc ipu_di_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xa4b0cabd ipu_dc_disable_channel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xa560c24f ipu_idmac_channel_irq +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xa60b144b ipu_csi_set_window +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xa6daa1cb ipu_image_convert_queue +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xa7ef3bd0 ipu_set_ic_src_mux +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xa8adc101 ipu_pixelformat_to_colorspace +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xa96882d8 ipu_ic_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xac21e1df ipu_csi_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xace08855 ipu_idmac_channel_busy +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xb5049040 ipu_map_irq +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xb649c281 ipu_idmac_clear_buffer +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xb9ea6823 ipu_dp_setup_channel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xba458b8f ipu_csi_set_test_generator +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xbc018116 ipu_idmac_set_double_buffer +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xbf983ba6 ipu_vdi_set_field_order +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xbf9ba97d ipu_fsu_unlink +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xc0731cd9 ipu_dp_get +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xc10c5375 ipu_dp_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xc2370f1f ipu_prg_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xc3c2cdb0 ipu_smfc_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xc4af2e81 ipu_dmfc_config_wait4eot +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xc4b15642 ipu_csi_set_skip_smfc +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xc603fac7 ipu_image_convert_adjust +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xc6675aa9 ipu_csi_dump +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xc677177d ipu_smfc_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xc95f59f1 ipu_cpmem_get_burstsize +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xc97e7a0f ipu_di_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xca17cd2e ipu_idmac_link +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xcad209dd ipu_srm_dp_update +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xcbd7ff59 ipu_cpmem_set_image +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xcbea3eec ipu_di_init_sync_panel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xccc59f77 ipu_cpmem_set_format_rgb +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xce95adee ipu_idmac_get_current_buffer +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xd1126e0a ipu_prg_channel_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xd2d823db ipu_cpmem_set_burstsize +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xd8e5d190 ipu_dump +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xd8f285f0 ipu_vdi_setup +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xd9044f73 ipu_prg_channel_configure_pending +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xd9f17693 ipu_idmac_put +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xdba679dd ipu_cpmem_set_stride +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xdd8aca5a ipu_idmac_select_buffer +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xe064348c ipu_idmac_lock_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xe37e45b0 ipu_image_convert_sync +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xe6243c52 ipu_dc_enable_channel +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xeea12b31 ipu_vdi_enable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xef964eb7 ipu_csi_init_interface +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xf1440dc1 ipu_ic_put +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xf1abac7e ipu_csi_set_downsize +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xf541df2d ipu_vdi_disable +EXPORT_SYMBOL_GPL drivers/gpu/ipu-v3/imx-ipu-v3 0xf6135a47 ipu_cpmem_set_block_mode +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0c859461 __tracepoint_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0f2bd929 gb_connection_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x14028e17 __SCK__tp_func_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x15d1942f greybus_disabled +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x1acc32de __traceiter_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x1cf80e35 gb_connection_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x20381d16 gb_connection_disable_forced +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x21de0331 greybus_message_sent +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2adb64b5 gb_operation_unidirectional_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2f9eb3e7 greybus_data_rcvd +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3544e9cd gb_debugfs_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x39f25c93 gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x40fca43a gb_interface_request_mode_switch +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x4a905b0f greybus_register_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x4c6dec9a gb_operation_cancel +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x5847df7f gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x62630c71 __traceiter_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x63bcff63 gb_operation_result +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6d3bb9ec __SCK__tp_func_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x71498e04 gb_connection_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x775890a1 __traceiter_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x7819e530 gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x78afe78b gb_hd_cport_reserve +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x81e221fb __SCK__tp_func_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8235b8d0 gb_svc_intf_set_power_mode +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x868eb662 gb_hd_cport_release_reserved +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x88c458ce gb_operation_request_send +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x891b0c2e gb_operation_request_send_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x89f514a1 __SCK__tp_func_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8c262711 gb_operation_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x8ee33553 gb_hd_shutdown +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x945ae55d greybus_deregister_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x94b54014 __traceiter_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x94c09d9b gb_connection_latency_tag_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x9b55cc74 gb_connection_destroy +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa0c4b39b gb_connection_create_offloaded +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa748debd gb_connection_latency_tag_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa8a36eee __tracepoint_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb2afc601 gb_operation_get_payload_size_max +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb59a2c4b gb_operation_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbb7b6e9a __tracepoint_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbf11fe6b gb_operation_response_alloc +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbf1a7b37 gb_operation_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc05cbc75 __traceiter_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc66d2833 gb_connection_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc79cd1fc gb_connection_disable_rx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xc9ae96ce gb_hd_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xcb8869a3 __tracepoint_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd2c23c11 gb_hd_output +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xdd75f27c __tracepoint_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xdf207953 gb_connection_enable_tx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe2eec9a0 __traceiter_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xeac79e1a __SCK__tp_func_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf107a122 __SCK__tp_func_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf240846c __tracepoint_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf5beb5f0 gb_operation_create_flags +EXPORT_SYMBOL_GPL drivers/hid/hid 0x041853df hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x04734d4a hid_hw_stop +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0c65568c hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0x118897a1 hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x11aa988c hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x15cd3ba5 hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x18ecd2f9 hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x19d52f1f hid_quirks_exit +EXPORT_SYMBOL_GPL drivers/hid/hid 0x27a060f6 hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0x27d37204 hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2863197b hid_field_extract +EXPORT_SYMBOL_GPL drivers/hid/hid 0x28ed6f5f hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x29e4cb85 hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2a852e80 hid_compare_device_paths +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2bdcd229 hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x467feba8 hid_driver_reset_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0x49db1c8a hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x51977fa3 __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x58b27e62 hid_hw_start +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5fe2e44f hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0x68314bfc hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x756a8d83 hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x79e64054 hid_driver_suspend +EXPORT_SYMBOL_GPL drivers/hid/hid 0x81cf8dd0 hid_hw_raw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8b13a8b8 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x90c7f750 hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x94c7af76 hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa023ca76 hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa34a642a hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa588655a hid_match_id +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa83c7b22 hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa992d566 hid_hw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0xaf3dd8ee hid_hw_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb4160a41 hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xbbbcaea3 hid_hw_close +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc7a52bea hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcd13f09b hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcd62ece9 __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xced458b3 hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd79360f1 hid_hw_open +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd7e33118 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe2be3c51 hid_driver_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe5e14c43 hid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/hid 0xe75a683b hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf0ed1979 hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf3e59627 hid_setup_resolution_multiplier +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf8629822 hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf86dd27b hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xf8eac479 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfa355613 hid_quirks_init +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfe12b888 hid_match_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfe336f19 hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xff238301 hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x3e4427c8 roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0xf48b51b0 roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x0787d62f roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x216ae706 roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x665de239 roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x843b93cc roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xbb82739b roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xc8f02b1d roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x04d20f45 sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x04ff70bb sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x20f1d1c4 sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x44dc77ba sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x577bd387 sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x8a907b2f sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xaa24936f sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xb3c1d842 hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xf3810632 sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0x0b0cdc99 vivaldi_feature_mapping +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0xd551f6d9 vivaldi_attribute_groups +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x005314dd i2c_hid_core_shutdown +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x0fa300d3 i2c_hid_core_pm +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xa41777f9 i2c_hid_core_remove +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xef2ff211 i2c_hid_core_probe +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x1a196699 hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x272e9637 hid_is_usb +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x32197b97 hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5de9a4de hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x6bf805bc hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x756ebda5 hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x7c87eaff hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x86c109b6 hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x929e1b34 hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x94b5e286 hsi_add_clients_from_dt +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x94c84c97 hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x9eb6132f hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xaa0e9e32 hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xb52bf374 hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xbade7424 hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xc3753114 hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xc4583b54 hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd6f98bae hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xe2d41e38 hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xe6e044d9 hsi_async +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0xb6e3448d adt7x10_probe +EXPORT_SYMBOL_GPL drivers/hwmon/ltc2947-core 0x5cbb5274 ltc2947_core_probe +EXPORT_SYMBOL_GPL drivers/hwmon/ltc2947-core 0xbc54f93e ltc2947_of_match +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x020e473c nct6775_show_alarm +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x03d15a63 nct6775_store_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x28af0272 nct6775_probe +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x8a455357 nct6775_update_device +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xabee78c0 nct6775_reg_is_word_sized +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xce334324 nct6775_show_beep +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x002ee5c9 intel_th_alloc +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x0956715a intel_th_free +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x174b3c0c intel_th_trace_switch +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x4353ac7d intel_th_set_output +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x5f1459c5 intel_th_driver_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x62ddce37 intel_th_driver_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x8c0d5448 intel_th_trace_disable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xc81655a0 intel_th_trace_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xe56aa83a intel_th_output_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x03ce1b56 intel_th_msu_buffer_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x59246fd9 intel_th_msc_window_unlock +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xe5990b0a intel_th_msu_buffer_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x0cdd7001 stm_source_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x1038d595 stm_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x20e9ab38 stm_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x29ccd5d1 stm_data_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x3331a1ce to_pdrv_policy_node +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x86870e14 stm_source_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xb483af0c stm_unregister_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xb5b0a1a9 stm_source_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xc7dd14a5 stm_register_protocol +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-ccgx-ucsi 0xc42ee9c6 i2c_new_ccgx_ucsi +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x40b78be7 i2c_mux_del_adapters +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xb2dc050a i2c_root_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xced48d2d i2c_mux_alloc +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xcff57b29 i2c_mux_add_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x2418b73f i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x3a657b61 i2c_free_slave_host_notify_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x99570736 i2c_new_slave_host_notify_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0xa673b8d2 i2c_register_spd +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x03dc0d5a i3c_device_do_setdasa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x07619c1f i3c_master_do_daa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x1130678e i3c_device_do_priv_xfers +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x29c21b34 i3c_generic_ibi_get_free_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x33dd2de2 i3c_device_match_id +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x3abcbf24 i3c_master_add_i3c_dev_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x416bdc6a i3c_master_get_free_addr +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x45756e96 i3c_device_disable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x4a44f07e i3c_master_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x6159c438 i3c_device_get_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x629b3cb6 i3c_driver_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x739dedb4 i3c_generic_ibi_recycle_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x76fe3e05 i3c_generic_ibi_free_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x821f839a i3c_master_entdaa_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x8357dc69 i3c_master_defslvs_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x8da56ed0 i3c_generic_ibi_alloc_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x91fd3035 i3c_master_register +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xae5760df i3c_device_free_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xb8294f76 i3c_driver_register_with_owner +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xbc4132eb i3c_device_request_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xce17692a i3c_master_queue_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xcfa91642 i3c_master_set_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xd4fb3341 i3c_device_enable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xdbb40d66 i3c_master_disec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xeeb7a68c i3c_master_enec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xfa0957be i3cdev_to_dev +EXPORT_SYMBOL_GPL drivers/i3c/master/dw-i3c-master 0x1f028230 dw_i3c_common_remove +EXPORT_SYMBOL_GPL drivers/i3c/master/dw-i3c-master 0x9cfad866 dw_i3c_common_probe +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x168da872 iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x267c0508 iio_channel_release_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x2a1fab3c iio_channel_stop_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0xc890cffc iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0xd832bc80 iio_channel_cb_get_iio_dev +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0xfff2647d iio_channel_cb_set_buffer_watermark +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x0be0b87f iio_dma_buffer_block_done +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x0c423ce5 iio_dma_buffer_set_bytes_per_datum +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x36bfe481 iio_dma_buffer_release +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x4787a4be iio_dma_buffer_read +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x585a3993 iio_dma_buffer_init +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x6b713f61 iio_dma_buffer_disable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x878d11d9 iio_dma_buffer_request_update +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x8a1ea433 iio_dma_buffer_block_list_abort +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xa95965e7 iio_dma_buffer_enable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xb75bff07 iio_dma_buffer_set_length +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xcde6c24c iio_dma_buffer_data_available +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xd2b73510 iio_dma_buffer_exit +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dmaengine 0xf207983f devm_iio_dmaengine_buffer_setup +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x3391543d iio_hw_consumer_disable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x704270b4 devm_iio_hw_consumer_alloc +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x9671bc15 iio_hw_consumer_free +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0xbf358fa9 iio_hw_consumer_enable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0xe1ae8a66 iio_hw_consumer_alloc +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-triggered-buffer 0x741d6feb devm_iio_triggered_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/buffer/kfifo_buf 0x1b031bbe devm_iio_kfifo_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x1bc7c8e4 cros_ec_sensors_core_init +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x27b45f6f cros_ec_sensors_read_cmd +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x2a12c899 cros_ec_sensors_core_read +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x499fa6f7 cros_ec_sensors_core_read_avail +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x56c1256c cros_ec_sensors_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x6af0c362 cros_ec_sensors_core_register +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x6cc0a2be cros_ec_sensors_core_write +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x73099103 cros_ec_sensors_ext_info +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x82ed8a94 cros_ec_sensors_push_data +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x9971dac4 cros_ec_sensors_capture +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0x9be74030 cros_ec_sensors_read_lpc +EXPORT_SYMBOL_GPL drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core 0xa1b2bd39 cros_ec_motion_send_host_cmd +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x08a49f7c bmg160_core_probe +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x85e73756 bmg160_core_remove +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0xc462d6f6 bmg160_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/imu/fxos8700_core 0x191c1d70 fxos8700_core_probe +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x030579b4 iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x09067d34 devm_iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0c84b231 devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x125545b6 iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x18cb1540 iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x20ce344a iio_format_value +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2e1450c7 iio_read_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x400f54d8 iio_write_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x454847a1 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x462a875c iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x47cdfcf1 iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4ddb9039 iio_device_claim_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4fd889d3 iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x57e2b337 iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5a5b4360 iio_pop_from_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5d8312e6 __devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x5ddeb74c devm_iio_trigger_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x67740cdf devm_iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6f0563d4 iio_device_claim_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x709b8545 iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x74a58820 iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x764fd83d devm_iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x76a7a128 iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x79c21627 iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7a5fb96d iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x825dbae0 iio_read_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x86fb23cd iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x87dd48b2 iio_read_channel_processed_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8dda1721 devm_fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x92922a74 iio_device_id +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x94b104b3 iio_read_avail_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x95d11530 iio_push_to_buffers_with_ts_unaligned +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x993a4337 iio_device_release_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9b58a9ee iio_device_attach_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa8945f4c iio_read_avail_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xaa8f07af iio_get_channel_ext_info_count +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb8fe46c9 iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xba1f21be iio_write_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbbe4b0da iio_device_release_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbc75e5c0 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbce80b07 __devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xbf550b1d iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc3e44d56 iio_read_max_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcb02dd60 iio_buffer_enabled +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcb28003d iio_read_channel_offset +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcdeb6ad9 iio_get_debugfs_dentry +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd76a476c iio_device_get_current_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xda4b79bb iio_validate_own_trigger +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdb51cccf iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdd39bc34 fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xedd8d525 iio_write_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf03ff05f iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf598716c iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf8c6f419 iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfadaf35b iio_show_mount_matrix +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfb8411ed iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x0476ba37 rtrs_start_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x31e5de18 rtrs_stop_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x40f15061 rtrs_iu_post_recv +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x5a05c6ce rtrs_iu_post_send +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x79a56daa rtrs_iu_alloc +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x81ea7afa rtrs_cq_qp_create +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x898b99d7 rtrs_cq_qp_destroy +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x8df2715e rtrs_iu_post_rdma_write_imm +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xa076f324 rtrs_init_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xa83c81c1 rtrs_iu_free +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xd074083e rtrs_post_recv_empty +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xd73eb333 rtrs_send_hb_ack +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0xdb6d67f5 input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0x9a54be2f matrix_keypad_parse_properties +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x14f8948b adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xec511022 adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xfd44d5f3 adxl34x_pm +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x0f5f9a6f rmi_driver_resume +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x10cda8a1 __rmi_register_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x4653ce91 rmi_2d_sensor_abs_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x470dd252 rmi_2d_sensor_rel_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x6d04179d rmi_2d_sensor_of_probe +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x834bcaaa rmi_driver_suspend +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x9125305f rmi_2d_sensor_abs_process +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x9f2298a5 rmi_set_attn_data +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xb6a7d4e5 rmi_2d_sensor_configure_input +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xbfad6c99 rmi_dbg +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xd47aa3fe rmi_of_property_read_u32 +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xe4b3a7b7 rmi_unregister_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xe80ca537 rmi_register_transport_device +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x541fa790 cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x8a59f6b1 cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xfc6a88eb cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x452f5319 cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xc4ef1be5 cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x8162f187 cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x8dedb893 cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x047156f6 tsc200x_regmap_config +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x0edfe78d tsc200x_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x888660d2 tsc200x_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xddbf4a78 tsc200x_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x0033d798 wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x24c321f4 wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x26df0e8d wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x40c30133 wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x44e544de wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x9596d946 wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x975bfb69 wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xdc871b06 wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xe869216a wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xe8c2265d wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xf5d73c30 wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xfcda7748 wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/interconnect/imx/imx-interconnect 0x5d565b96 imx_icc_register +EXPORT_SYMBOL_GPL drivers/interconnect/imx/imx-interconnect 0xae801478 imx_icc_unregister +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-bcm-voter 0x0b39b783 qcom_icc_bcm_voter_commit +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-bcm-voter 0xb8488728 qcom_icc_bcm_voter_add +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-bcm-voter 0xccdcf941 of_bcm_voter_get +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x2a4202a2 qcom_icc_pre_aggregate +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0x4c3c9e87 qcom_icc_bcm_init +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xa6ba8e68 qcom_icc_rpmh_remove +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xaf6fc003 qcom_icc_set +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xb747458f qcom_icc_aggregate +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-rpmh 0xd1a10fbc qcom_icc_rpmh_probe +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0x81e513ad qcom_icc_rpm_smd_available +EXPORT_SYMBOL_GPL drivers/interconnect/qcom/icc-smd-rpm 0xe8dbdc6c qcom_icc_rpm_smd_send +EXPORT_SYMBOL_GPL drivers/iommu/iova 0x0f7c9e2a free_iova +EXPORT_SYMBOL_GPL drivers/iommu/iova 0x438d8df2 iova_cache_get +EXPORT_SYMBOL_GPL drivers/iommu/iova 0x48b9ac87 find_iova +EXPORT_SYMBOL_GPL drivers/iommu/iova 0x4a42a414 reserve_iova +EXPORT_SYMBOL_GPL drivers/iommu/iova 0x8b09406d alloc_iova +EXPORT_SYMBOL_GPL drivers/iommu/iova 0x9980a114 alloc_iova_fast +EXPORT_SYMBOL_GPL drivers/iommu/iova 0xb8bb867a put_iova_domain +EXPORT_SYMBOL_GPL drivers/iommu/iova 0xbf65335a __free_iova +EXPORT_SYMBOL_GPL drivers/iommu/iova 0xc7061ef3 iova_cache_put +EXPORT_SYMBOL_GPL drivers/iommu/iova 0xea42a6ea iova_domain_init_rcaches +EXPORT_SYMBOL_GPL drivers/iommu/iova 0xebae13d2 free_iova_fast +EXPORT_SYMBOL_GPL drivers/iommu/iova 0xf6ca2ba0 init_iova_domain +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x22b4058c ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x4cb6bd32 ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x51fb109d ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x5b52e7e0 ipack_device_init +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x7a58bff0 ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x85b97e55 ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x91c860c2 ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xa6eb9b84 ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xfdd984c8 ipack_bus_register +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x23966d8e devm_led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x46563b55 devm_led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x4f8ab840 led_get_flash_fault +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x924ba5e0 led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xa6c38bb3 led_update_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xc73a9af4 led_set_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xc91d0aac led_set_flash_timeout +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xf6c240b9 led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x1c853b87 devm_led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x34802dfa devm_led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x77a53ff5 led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x795647d6 led_mc_calc_color_components +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xf999dbe0 led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x20638455 lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x410b253f lp55xx_unregister_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x5ecccfcf lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x75668202 lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x849cabb5 lp55xx_read +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x860199a4 lp55xx_is_extclk_used +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x8ac64090 lp55xx_update_bits +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xbde10956 lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xcb26263a lp55xx_deinit_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xed551e20 lp55xx_write +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-audio 0x3bd45b0d ledtrig_audio_set +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-audio 0xce593c22 ledtrig_audio_get +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-camera 0x749e05f2 ledtrig_flash_ctrl +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-camera 0x7903e46e ledtrig_torch_ctrl +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0634e43b __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x06bceaa1 __SCK__tp_func_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x090897a1 __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0bc0be45 __SCK__tp_func_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0e915587 __traceiter_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x11c949ae __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x15f3de09 __SCK__tp_func_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x17a83e40 __traceiter_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x180cee58 __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x181a1930 __SCK__tp_func_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1b083369 __SCK__tp_func_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1c599ebe __traceiter_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1c83d5b7 __SCK__tp_func_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x22ae6324 __SCK__tp_func_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2766fb04 __traceiter_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2af60833 __SCK__tp_func_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2f82dcbb __traceiter_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x360e96a8 __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x361468fa __traceiter_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x39224baa __traceiter_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4312ecf0 __traceiter_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4331d6a9 __traceiter_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x447eec16 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x46c66897 __SCK__tp_func_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4a2d1241 __SCK__tp_func_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x509a23cd __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x51d0e534 __SCK__tp_func_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x564bdfb4 __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5d9c8fc8 __SCK__tp_func_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5fd7c423 __SCK__tp_func_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6026e276 __SCK__tp_func_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x61763eb9 __traceiter_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x64e39418 __traceiter_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x654e8b42 __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x65bc6b3f __traceiter_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6697827f __SCK__tp_func_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6b34dbd6 __traceiter_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6da62af9 __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6db283a4 __traceiter_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6e74dca7 __SCK__tp_func_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x705c5512 __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x706dc6c3 __traceiter_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x71bbf385 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x765ace80 __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x77305f4e __traceiter_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x79eeb380 __SCK__tp_func_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7b269a64 __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7e5a0b0f __traceiter_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x7f1c61eb __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x800bf4be __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x80e3881d __SCK__tp_func_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x81286d0a __traceiter_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x829f254e __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8a49f89c __traceiter_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8ad20d61 __SCK__tp_func_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9a6a89e7 __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9a6f4d9f __SCK__tp_func_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9c8c6b72 __traceiter_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9ce21c84 __SCK__tp_func_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa16f383b __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa187023e __SCK__tp_func_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa5bd9599 __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa5edfdb7 __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa64134e4 __SCK__tp_func_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa842a5c8 __SCK__tp_func_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xad6440b4 __traceiter_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xae7ecd21 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb0ac3514 __traceiter_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb2b5cdb6 __traceiter_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb3c68880 __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb5a62a8c __traceiter_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb671e2fe __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xba3d6825 __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xba843c3f __SCK__tp_func_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc8ae4213 __SCK__tp_func_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xcb0117cd __traceiter_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xcb424017 __traceiter_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xcc0847b9 __traceiter_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xcdd32d84 __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xda06fe86 __SCK__tp_func_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdb6cce07 __traceiter_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe16c06b3 __SCK__tp_func_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe3185e9d __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe7d18371 __traceiter_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xec29e22a __traceiter_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xec92a163 __SCK__tp_func_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xecf64c73 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf5284f78 __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf52a15a5 __traceiter_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf6249e5f __SCK__tp_func_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf6882307 __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf8443005 __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfd6b5d80 __SCK__tp_func_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x17dd39d6 dm_deferred_set_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x1d8a9dca dm_cell_visit_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2889a555 dm_cell_get_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2eb01e04 dm_deferred_set_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x398b137e dm_cell_put_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x40f636e6 dm_cell_unlock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x53c8adc0 dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x637dc74c dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x727042e9 dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x753e20b2 dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x8363df3a dm_bio_prison_free_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x8c5a928c dm_cell_lock_promote_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x8d783394 dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x8f25372a dm_cell_quiesce_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xa7030386 dm_cell_lock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xace9b57b dm_bio_prison_destroy_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb6d5c65d dm_deferred_set_add_work +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb70b342a dm_bio_prison_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xc7db90b9 dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xcbdd0a60 dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xce3a40a8 dm_bio_prison_alloc_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd99e003d dm_bio_prison_create_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xda5e4da0 dm_cell_promote_or_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xe681746f dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x24772bfe dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x2e0774dc dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x5347426f dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x656100cc dm_bufio_client_reset +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6a2f40e1 dm_bufio_mark_partial_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6aebce95 dm_bufio_issue_discard +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6cdb2d56 dm_bufio_prefetch +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d3f57bd dm_bufio_get_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d83826d dm_bufio_get_block_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x74dcd98c dm_bufio_get_aux_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x867e87eb dm_bufio_get_dm_io_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x91f00abc dm_bufio_set_minimum_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa82b2066 dm_bufio_write_dirty_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xb04f56ab dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc0d7df85 dm_bufio_new +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xcd2ba798 dm_bufio_forget +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd991e3b9 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe6024e59 dm_bufio_release +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xebcc64a4 dm_bufio_get_block_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xeca7949e dm_bufio_client_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xed3283a4 dm_bufio_set_sector_offset +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xf241a6eb dm_bufio_forget_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x0efbca4c btracker_promotion_already_present +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x1c852cab btracker_nr_demotions_queued +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x2632ab11 dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x4627c218 dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x481a0b15 btracker_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x5adc2807 btracker_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x65eea825 btracker_nr_writebacks_queued +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x7d1a32a3 dm_cache_policy_get_hint_size +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x87bee547 btracker_queue +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x8ec1d0a7 dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa2365f44 btracker_issue +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa7eadcb5 btracker_complete +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xb6515661 dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xb816e47e dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xde33f911 dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x24156f64 dm_register_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xfcb378b0 dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x01d2f9ac dm_rh_recovery_start +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x0bad723f dm_rh_inc_pending +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x38972f23 dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x38efaf5a dm_region_hash_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x3a18389a dm_rh_update_states +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x3b955e17 dm_rh_delay +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x57e16c3e dm_rh_get_state +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x5f4a6e61 dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x6512e334 dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x676456ab dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7774620f dm_rh_stop_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d053fc5 dm_rh_start_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d5e1815 dm_rh_get_region_key +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x87125f86 dm_region_hash_create +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x9549c216 dm_rh_bio_to_region +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa53387c7 dm_rh_flush +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa83588eb dm_rh_recovery_end +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xbe38a431 dm_rh_recovery_prepare +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd8aa4284 dm_rh_region_context +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf92b8a3d dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfd93482e dm_rh_recovery_in_flight +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0054f69d dm_tm_pre_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x01f7c2b0 dm_btree_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0211c39e dm_tm_with_runs +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x07ed9022 dm_bitset_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x088a5b30 dm_btree_find_lowest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0cf7c42f dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0d251167 dm_array_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x109eae1f dm_btree_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x15a2bf57 dm_btree_lookup_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1ae16d40 dm_tm_dec_range +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1d0d53f7 dm_array_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2842d760 dm_bitset_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x29c25d50 dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2f40da68 dm_bm_set_read_write +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x32bf4f4b dm_bitset_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3646e38f dm_tm_issue_prefetches +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3896f8d8 dm_array_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x38d53eec dm_array_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ad0f55b dm_bm_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ae50a4a dm_tm_inc_range +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40720a25 dm_bitset_set_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x418204e4 dm_array_set_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x46af8087 dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x46c56110 dm_bitset_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x46eff63a dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x48e323be dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4f2c653e dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x51005cef dm_bitset_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5475ba9e dm_block_location +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x563946a0 dm_btree_remove_leaves +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5b04d3fe dm_bitset_clear_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x64976f82 dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x67c6c5b9 dm_array_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x68f34c27 dm_array_cursor_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6bfa88c8 dm_bitset_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6c600395 dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6fac2256 dm_array_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x703aa099 dm_block_manager_reset +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x72289260 dm_block_manager_destroy +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7612cd9c dm_bm_block_size +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7ade1071 dm_tm_destroy +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7b047bd9 dm_tm_create_non_blocking_clone +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x807c17a2 dm_sm_disk_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x836693c5 dm_disk_bitset_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x87419c51 dm_array_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x87c934be dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x88295b96 dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x8a56150c dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x8e057e61 dm_array_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x900896b9 dm_btree_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x91baa32f dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x94daa188 dm_bitset_cursor_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x95a52abd dm_bm_is_read_only +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x99338730 dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9e798e22 dm_bm_set_read_only +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa0bc1801 dm_btree_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa433adbc dm_bm_write_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa99029b9 dm_bitset_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb940af6a dm_array_info_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbdde4031 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xcd28942d dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd017c9c7 dm_array_new +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd8682982 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xdb2c8e97 dm_btree_lookup +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe07a2542 dm_bitset_new +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe0e68183 dm_array_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe41c4f79 dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe781f874 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xecc1aeba dm_bitset_test_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xedf5036f dm_bitset_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf2b4509a dm_btree_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf3e25192 dm_bm_checksum +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf71f197e dm_btree_cursor_next +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x007b7623 cec_received_msg_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x0e52e661 cec_transmit_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x146abb99 cec_queue_pin_5v_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x1488664a cec_unregister_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x48378462 cec_notifier_conn_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x5806d723 cec_queue_pin_hpd_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x6693b7bc cec_notifier_parse_hdmi_phandle +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x68cf3aee cec_queue_pin_cec_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x857b5879 cec_notifier_cec_adap_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x8c2a85c8 cec_delete_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x8ce634ce cec_fill_conn_info_from_drm +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xa01fbb6b cec_notifier_set_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xad03097f cec_s_log_addrs +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xaee236c6 cec_notifier_conn_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xaf6f2574 cec_s_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xb05816c3 cec_transmit_msg +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xbe4de675 cec_get_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xc0420dfc cec_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xc16f2887 cec_notifier_set_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xc3a7045a cec_register_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xce71f22f cec_s_conn_info +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xe7c3c00e cec_transmit_attempt_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xf00a1fc5 cec_notifier_cec_adap_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xfc7a4236 cec_s_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x02a55614 saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x245a49cb saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x6965beec saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x85cb58cb saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x8808676d saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x92de20df saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xa1758e77 saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xbdcd4841 saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xcc3eb931 saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xd012ac08 saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x106db3d6 saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x487bde65 saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x510bdf19 saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x6a2c10eb saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0x79b8c492 saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x0fcc2b73 sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x26bd0384 smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x2e03b806 smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x34bf0e61 smscore_translate_msg +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x37d91069 smsendian_handle_tx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x410ee165 smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x43410513 smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x45284ae9 smsendian_handle_rx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x63222b29 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x6ee23464 sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x70986730 sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x74ee9098 sms_board_load_modules +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7c576277 smsendian_handle_message_header +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x844539ae sms_get_board +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x90a20900 sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xb1a32ef3 smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbb64fddc smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xc8023913 smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xcdd3558e smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xd1567d46 smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xd947628f smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xfb5ec8b9 smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xfe47952f sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xff9a086b smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/uvc 0x08c5db3e uvc_format_by_guid +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x040dc7cd tpg_aspect_strings +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x21bfae4e tpg_gen_text +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x4a738cc1 tpg_g_interleaved_plane +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x7e83543f tpg_s_crop_compose +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x80aaf962 tpg_g_color_order +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xa8a3f406 tpg_free +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xaa5503d9 tpg_set_font +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xb052969d tpg_init +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xbbc315dd tpg_update_mv_step +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xcaede3e2 tpg_fill_plane_buffer +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xce8159bb tpg_pattern_strings +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xe2169014 tpg_log_status +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xe6f04b89 tpg_alloc +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xe7ee5819 tpg_s_fourcc +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xf064e392 tpg_fillbuffer +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xf7a5f765 tpg_calc_text_basep +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xf7ec0949 tpg_reset_source +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x00d66fa5 vb2_core_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x0579c68d vb2_core_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x07729fd4 __SCK__tp_func_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x1ea06696 vb2_core_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x30a22656 vb2_core_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x3dfd5755 __tracepoint_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x47d44870 __traceiter_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x495fe708 vb2_request_object_is_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x507430b3 vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x529ce8b3 vb2_request_buffer_cnt +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x5a8a652e vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x5f90d542 __tracepoint_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x613645c0 vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x801df3f2 vb2_core_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x8c50c36e vb2_core_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x8d40dfb5 vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x8e15f760 vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x8f5f40f2 __traceiter_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x9527f1a9 vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x96bb17d1 vb2_core_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x97a2ca7e __tracepoint_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xa0cb6c23 vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb6f4b031 __SCK__tp_func_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb9d2df39 __SCK__tp_func_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc5b39163 __traceiter_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc7b45aa4 __SCK__tp_func_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc922a710 vb2_core_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc996dfa7 vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xca6c43e4 vb2_core_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xce167072 vb2_core_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xd1619b4c vb2_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xd44776ed vb2_core_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xdb292ed5 __traceiter_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xdb55970f vb2_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xdcef5d43 vb2_core_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xdf6e0cf2 vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xfd2d15c5 __tracepoint_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0x712eebad vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0xdbe6ae8f vb2_dma_contig_set_max_seg_size +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-sg 0x90334194 vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-memops 0x4ba3858a vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x001ab472 vb2_queue_change_type +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x1148b44d vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x1d23f6cb vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x227edaee vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x270f3a62 vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x2ba5d67a vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x43ade1ff _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x4c46c7fa vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x4cc52288 vb2_request_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x4fc36bf2 vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x4fd426a5 vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x5043d1c7 vb2_queue_init_name +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x599b5104 vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x5a607469 vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x68730544 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x692a6e4c vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x71d68568 vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x7d9b3a8e vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x823e43a0 vb2_find_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x83432446 vb2_video_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x8befd112 vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x9dd7c022 vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x9f2da770 vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xa5372abc vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xa54f7fa2 vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xab7fdfc4 vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xb122309d vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xb33bcc1b vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xb4458813 vb2_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xc12759ac vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xeac3a653 vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xec8d739c vb2_request_validate +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xfc19fcc0 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xfd952a1f vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-vmalloc 0x8e2f1e21 vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x325c9803 dvb_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x961496b0 dvb_module_probe +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0xde94614d dvb_module_release +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/as102_fe 0x282681f5 as102_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ascot2e 0x8e387b0a ascot2e_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/atbm8830 0x991ef8e1 atbm8830_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/au8522_dig 0x265b010a au8522_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/bcm3510 0x51476b15 bcm3510_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx22700 0xb388c5f5 cx22700_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx22702 0x56a14b47 cx22702_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24110 0xa8988f9a cx24110_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24113 0xfc7e9d3f cx24113_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24116 0xb5c28719 cx24116_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0x66baefc3 cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24120 0xaf4fe89e cx24120_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24123 0x1a6433c1 cx24123_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2820r 0xda486b80 cxd2820r_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2841er 0x4db5593c cxd2841er_attach_s +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2841er 0xfba99864 cxd2841er_attach_t_c +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2880/cxd2880 0x0684a837 cxd2880_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0070 0x1596b2e4 dib0070_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0090 0x3a68f017 dib0090_fw_register +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0090 0x9bd4550a dib0090_register +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib3000mb 0xf216502f dib3000mb_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib3000mc 0xa80cebdf dib3000mc_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib7000m 0x132d3d93 dib7000m_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib7000p 0x6f4577c5 dib7000p_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib8000 0x34bcfc74 dib8000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib9000 0x871b2ee8 dib9000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0xe0a738a9 drx39xxj_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drxd 0x3220f9c6 drxd_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drxk 0xf0cca374 drxk_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ds3000 0x9c4b6ecd ds3000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dvb-pll 0x03c46afd dvb_pll_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ec100 0x54cb0f1c ec100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/gp8psk-fe 0xb2d618ce gp8psk_fe_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/helene 0x7e9f43d1 helene_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/helene 0xbc62ecb1 helene_attach_s +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/horus3a 0x31aa1101 horus3a_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6405 0xf8a64d3a isl6405_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6421 0xe88a8e58 isl6421_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6423 0x4c050f27 isl6423_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/itd1000 0x5b3ff2d4 itd1000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ix2505v 0xb31ea78f ix2505v_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/l64781 0xb1197aa2 l64781_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lg2160 0x553628bf lg2160_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt3305 0x3a46b4a6 lgdt3305_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt3306a 0xf878566c lgdt3306a_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt330x 0x7b4fa828 lgdt330x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgs8gxx 0xb4d21b7f lgs8gxx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbh25 0x57700464 lnbh25_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp21 0x1adb4662 lnbh24_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp21 0x8c896a85 lnbp21_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp22 0x78fa1d58 lnbp22_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/m88ds3103 0x27aae49c m88ds3103_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/m88rs2000 0x320fcfb8 m88rs2000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mb86a16 0xc3cf07f7 mb86a16_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mb86a20s 0xb7dc0702 mb86a20s_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mt312 0xe3d5efa8 mt312_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mt352 0x41280c24 mt352_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mxl5xx 0x4177fd15 mxl5xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/nxt200x 0x90e0a49f nxt200x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/nxt6000 0x5ec6a1b3 nxt6000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/or51132 0x7253d443 or51132_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/or51211 0xb2df7633 or51211_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1409 0x7ee726be s5h1409_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1411 0xc06310c3 s5h1411_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1420 0xd54a8909 s5h1420_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1432 0xced23d1f s5h1432_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s921 0xd8eb1605 s921_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/si21xx 0x584a87cd si21xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/sp887x 0xa5663841 sp887x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb0899 0xdf674613 stb0899_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb6000 0xc42dfde9 stb6000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb6100 0x78dcb603 stb6100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0288 0x312260ba stv0288_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0297 0x948c0b0a stv0297_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0299 0xa421e1cb stv0299_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0x5663cbdc stv0367ddb_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0x6693d5e6 stv0367ter_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0xe7a12f8b stv0367cab_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0900 0x5f6e013e stv0900_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv090x 0x470b3da4 stv090x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0910 0x707ffcc5 stv0910_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6110 0x15d1a88c stv6110_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6110x 0x9be0cbe7 stv6110x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6111 0xf8abde54 stv6111_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10021 0xf464046d tda10021_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10023 0xa2c37bd2 tda10023_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10048 0x17cff836 tda10048_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda1004x 0x928caae8 tda10045_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda1004x 0xa901b59c tda10046_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10086 0x4e4791be tda10086_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0x05f35a3d tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda665x 0xa3ef54d2 tda665x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda8083 0xdc8931b3 tda8083_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda8261 0xaec47dfc tda8261_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda826x 0x6a716886 tda826x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ts2020 0x725722e6 ts2020_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tua6100 0x56e1cd0d tua6100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ves1820 0x00d24d3f ves1820_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ves1x93 0xa2633c45 ves1x93_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10036 0xf8698b0c zl10036_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10039 0x3e6275e2 zl10039_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10353 0x955e1310 zl10353_attach +EXPORT_SYMBOL_GPL drivers/media/i2c/aptina-pll 0xb83f2b31 aptina_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/ccs-pll 0x63164fe5 ccs_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x03f5b331 max9271_wake_up +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x114f263c max9271_configure_i2c +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x519c5066 max9271_set_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x66741dc6 max9271_set_deserializer_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x6e614a8c max9271_verify_id +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x6f2a6a44 max9271_enable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x9452b700 max9271_set_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xa48ccc8d max9271_disable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xa7fe27c2 max9271_configure_gmsl_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xc060d579 max9271_set_high_threshold +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xcef6cb17 max9271_set_translation +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xd3197499 max9271_clear_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xfa44db48 max9271_set_serial_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x00142de4 media_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x073b24e0 media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0b634c33 media_entity_get_fwnode_pad +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0dab34aa media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0f18e1c6 __media_pipeline_entity_iter_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x152959e9 media_device_usb_allocate +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x18fec448 media_pad_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1c6e7eb9 media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x21916b6f media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x242721f5 media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2a017b62 media_create_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2e3e222c media_create_ancillary_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x38978641 media_graph_walk_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3d1737f7 media_graph_walk_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x56c2e0ad media_pipeline_entity_iter_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x56eecd7c media_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x59a64b81 __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x60cad534 media_entity_enum_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x65034f92 media_device_unregister_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x65dd67e0 media_pipeline_entity_iter_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x71a5cd50 __media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x72e7c2bf media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x75951256 media_pad_remote_pad_first +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x7e8281fd media_create_pad_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x82a7b581 media_entity_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x84690f28 __media_device_usb_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9aa3400b __media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9adcbac9 __media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9d81825f __media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa2b3592d media_request_object_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa5f0ccc6 media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xab2029f1 media_device_pci_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xac571c45 media_entity_pads_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xacbce6a7 media_devnode_remove +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xae37d052 media_device_register_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb4e0b016 media_request_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbacf8a92 __media_entity_next_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc338e6b6 media_request_object_find +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc510eb9a __media_device_register +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc7f9b8ee __media_pipeline_pad_iter_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xcce13bf7 media_entity_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xcd04fd73 media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd1c83bac media_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd2599d7a media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd3371694 media_request_object_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd468c21e media_devnode_create +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd49caae2 media_request_object_bind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd725d2d0 media_request_object_unbind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd81f6c62 media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xda85c569 media_device_delete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe14cdc75 media_get_pad_index +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe48fd149 media_request_object_complete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe5ceecd6 media_entity_enum_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf2632507 media_pad_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf4101730 media_request_get_by_fd +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xfd2e5f97 media_device_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xff09075a media_create_pad_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xff1a8426 media_device_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xfffa0a11 __media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/pci/bt8xx/dst 0xe35aa208 dst_attach +EXPORT_SYMBOL_GPL drivers/media/pci/bt8xx/dst_ca 0xb557fba6 dst_ca_attach +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0xdeb4bfc3 cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/ddbridge/ddbridge-dummy-fe 0xe632fb2a ddbridge_dummy_fe_qam_attach +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x1d87a9a9 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x249558bb mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x28ebc1d1 mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x3553e5a3 mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x68269a77 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x713b07b0 mantis_input_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x751e5ed4 mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x8169be32 mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x88681cff mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x911a869e mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x9847447e mantis_input_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x9d4a8908 mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa23fd255 mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb24ceaf9 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xc5e460c7 mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xcf452ca0 mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xe923e33e mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf9ff1d2d mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xfc60786b mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x00d9cf35 saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x04723f2a saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x0bbd0dc6 saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x0c0dbe28 saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1d026981 saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x38f566e5 saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x473c8c9b saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x63fed32b saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x6fc19723 saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x96895a31 saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x977c523f saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x9c21f875 saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x9e449215 saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xac975e03 saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb46d3e29 saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xcc6a07f4 saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xcfcb9b5d saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xe0a20d3f saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xe524e4eb saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x35184831 ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x384ab084 ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x56d09b1e ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x6810b24f ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x9fd5b026 ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xd1a01d84 ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xf560de72 ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x205af8c1 mccic_shutdown +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x5a36f6b8 mccic_suspend +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x698ca7fa mccic_register +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x883402d1 mccic_irq +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x9391f53d mccic_resume +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x19d6fd4c vpu_ipi_send +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x3abea722 vpu_get_venc_hw_capa +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x3ee75e21 vpu_load_firmware +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x49d03f17 vpu_wdt_reg_handler +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x6479b6e0 vpu_get_plat_device +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0x7a17f17f vpu_ipi_register +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xd839906a vpu_get_vdec_hw_capa +EXPORT_SYMBOL_GPL drivers/media/platform/mediatek/vpu/mtk-vpu 0xe2b193eb vpu_mapping_dm_addr +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x3d858696 rcar_fcp_put +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x4ad5d888 rcar_fcp_enable +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x5fe6f6e8 rcar_fcp_disable +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0x9877c29f rcar_fcp_get +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/rcar-fcp 0xaa25550f rcar_fcp_get_device +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x2fcc58ac vsp1_du_atomic_flush +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x4d22f425 vsp1_du_atomic_update +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x5bdf7f29 vsp1_du_map_sg +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x7f1c092d vsp1_du_setup_lif +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x936dae5b vsp1_du_init +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0x9b594b1d vsp1_du_unmap_sg +EXPORT_SYMBOL_GPL drivers/media/platform/renesas/vsp1/vsp1 0xc6d64555 vsp1_du_atomic_begin +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x1ab877e0 xvip_of_get_format +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x2852a951 xvip_clr_or_set +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x32a020d5 xvip_set_format_size +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x6b5ef495 xvip_init_resources +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xa5660af9 xvip_clr_and_set +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xb67940fb xvip_get_format_by_fourcc +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xe08e6063 xvip_get_format_by_code +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xe20c6139 xvip_enum_mbus_code +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xf19714f4 xvip_enum_frame_size +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xf217eced xvip_cleanup_resources +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0x3c16a6b1 xvtc_generator_stop +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0x47d7900b xvtc_generator_start +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0xa8a0f912 xvtc_put +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0xe62555b9 xvtc_of_get +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x78b0bb09 radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0xd08cb685 radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x1d8a27db si470x_set_freq +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x6de4e16d si470x_start +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xa195c9f1 si470x_viddev_template +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xb47a6e75 si470x_ctrl_ops +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xeb13c0b4 si470x_stop +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x0a80a531 ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x180a440f devm_rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x28af3c3f rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x42769db1 rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x46609179 rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x46b04806 rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x58c53b37 rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x5f43ce48 ir_raw_event_store_with_timeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x65e749a0 lirc_scancode_event +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x6aed7828 rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x7209e7ce ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x86ff4623 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x87e07210 devm_rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x9ebee7c1 rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xb85215dc rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xc95f457f ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe1bc9681 rc_map_get +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe7648541 rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xee44b854 rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xf115f3b5 rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xfce8a7a2 ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0011 0xa9c24629 fc0011_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0012 0x77610835 fc0012_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0013 0x856c0c35 fc0013_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/max2165 0x25768c7a max2165_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mc44s803 0x1529e40e mc44s803_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2060 0xe57d2305 mt2060_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0x4be7323f mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0xb9bb21a3 microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2131 0xf8e1b10d mt2131_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2266 0x2a98af09 mt2266_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5005s 0xcefb5a35 mxl5005s_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0xc4ac14f1 mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/qt1010 0x878efc0d qt1010_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0xcf122101 r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18218 0x50fa67fe tda18218_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0xd1021523 tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0x630a1f1d tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x219ab830 tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0x971ddc06 tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0x2a3940b3 tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x39e2e769 tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x8364502e tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x3aff6b84 tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0xd4552c20 tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0x9379beb3 simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc2028 0xc79349af xc2028_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc4000 0x4a45a928 xc4000_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc5000 0x8014acce xc5000_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x07e838b4 cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x243f5881 cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x2d02f066 cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x3173a6f3 cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x3aaf4db5 cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x3c6a71bc cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x40c9ddbb cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x417aa664 cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x50a200b0 cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x52035da9 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x54819fb6 cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x5c51f85c cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7b51237d cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x87f51e63 cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa2ec7036 cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa2ffa3d2 cx231xx_get_i2c_adap +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xb8f595e9 is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xd00127eb cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xef218a18 cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf7e3ff40 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0xdd054b25 mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0x929ed96b mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x059b7278 em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x0be05630 em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x2482e604 em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x28c009af em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x3684b2ef em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x4b8e96b5 em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x4ce75ab5 em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x57e71d58 em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x58651e7c em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x633c80f4 em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x721f7cc7 em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x82f502e1 em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x890f88e9 em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x921d7c65 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xb3b7ab2d em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xc56417e0 em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xd547dc9e em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xd9ac8a96 em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xdce91f47 em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xe64d0941 em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x653eb3d7 __v4l2_async_nf_add_fwnode_remote +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x8ec9a1d1 __v4l2_async_nf_add_fwnode +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xa8b4d7b7 v4l2_async_nf_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xbb1b64ef __v4l2_async_nf_add_i2c +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xc97fd2ea __v4l2_async_nf_add_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x01612c0b v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x08402862 v4l2_print_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x0958448b v4l2_set_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x0af3d134 v4l2_valid_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x2bf67def v4l2_calc_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x370cfe6e v4l2_dv_timings_presets +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x3aa68d7a v4l2_find_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x4839762f v4l2_calc_timeperframe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x7b6ac78f v4l2_phys_addr_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x8f8d4341 v4l2_get_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x922ecd29 v4l2_enum_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xa22fbfeb v4l2_hdmi_rx_colorimetry +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xa97e00eb v4l2_detect_cvt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xae575c8f v4l2_phys_addr_for_input +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xd034392d v4l2_match_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xf56238f4 v4l2_find_dv_timings_cea861_vic +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xff585440 v4l2_dv_timings_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0x31f3d9b2 v4l2_flash_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0xbd13f611 v4l2_flash_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0xc244ed49 v4l2_flash_indicator_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x0fcfab56 v4l2_fwnode_endpoint_alloc_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x418d209c v4l2_fwnode_device_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x5c7d445f v4l2_fwnode_put_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x612ddce5 v4l2_fwnode_connector_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x6782fef7 v4l2_async_nf_parse_fwnode_endpoints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x7fe8af12 v4l2_fwnode_connector_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x9b37e15b v4l2_fwnode_connector_add_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xb4ce9714 v4l2_fwnode_parse_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xc227f151 v4l2_fwnode_endpoint_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xf5deb291 v4l2_fwnode_endpoint_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xfcea9297 v4l2_async_register_subdev_sensor +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-h264 0x639ecc68 v4l2_h264_init_reflist_builder +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-h264 0x6a1429ff v4l2_h264_build_p_ref_list +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-h264 0xf568bf81 v4l2_h264_build_b_ref_lists +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0x4c847e31 v4l2_jpeg_parse_huffman_tables +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0x5e92a994 v4l2_jpeg_parse_scan_header +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0xa24bdf6d v4l2_jpeg_parse_header +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0xd8c706cb v4l2_jpeg_parse_frame_header +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-jpeg 0xdc58b7d5 v4l2_jpeg_parse_quantization_tables +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x05075c1a v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x06b15045 v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x084d91bc v4l2_m2m_buf_remove_by_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0a5b0bfd v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0e75b312 v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x121a5cae v4l2_m2m_buf_copy_metadata +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x129c075e v4l2_m2m_buf_remove_by_idx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x136e98c1 v4l2_m2m_last_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x196c2e38 v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1e095941 v4l2_m2m_ioctl_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1e70fff1 v4l2_m2m_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x23d33146 v4l2_m2m_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3015b9ef v4l2_m2m_try_schedule +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x320d5758 v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3648b35e v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x44e60707 v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4bcc6df7 v4l2_m2m_ioctl_stateless_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x50c65c49 v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x65622b2f v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6819e651 v4l2_m2m_ioctl_stateless_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x730f2eae v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x79eaa789 v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x7fbdd09d v4l2_m2m_ioctl_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x80586ad5 v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x80b18faa v4l2_m2m_register_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x88d14327 v4l2_m2m_last_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8d1a255a v4l2_m2m_ioctl_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8e9918e3 v4l2_m2m_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa20cf9b5 v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xa81adf36 v4l2_m2m_update_start_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xac82fc31 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb681c534 v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb6fddb4a v4l2_m2m_request_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbddf7be2 v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbf59d182 v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbfe016da v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc86638fd v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd357d9ab v4l2_m2m_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd4f29809 v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe6018711 v4l2_m2m_ioctl_try_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe77292c2 v4l2_m2m_update_stop_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xecebbf00 v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xee80f25b v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf13ff84d v4l2_m2m_unregister_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xfae14cb8 v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xfe671372 v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0x4137d90c v4l2_vp9_adapt_coef_probs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0x8ef1a3dd v4l2_vp9_reset_frame_ctx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0x8ef25d5d v4l2_vp9_seg_feat_enabled +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0x9dec35a2 v4l2_vp9_fw_update_probs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0xb3cf2529 v4l2_vp9_adapt_noncoef_probs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0xcf15018a v4l2_vp9_kf_partition_probs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0xdf6586d2 v4l2_vp9_kf_uv_mode_prob +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0xf5c55c43 v4l2_vp9_default_probs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-vp9 0xfbf87a5e v4l2_vp9_kf_y_mode_prob +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x02cc1a62 videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x0c0a0ad8 videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x10b6289e __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x1ab0027f videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x25b549b9 videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x324c3c64 videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x3585e6c3 videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x4619af24 videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x552b5cb7 videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x635d1dd0 videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x79c3887b videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8642018d videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x898c48eb videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8dcc3944 videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x904b1038 videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x9e7afd59 videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa7f2efdc videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xace40244 videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xba2c5cf1 videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xcc9a77c1 videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xcfa8686c videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd7d48b2f videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xde376a36 videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xdf404998 videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x370e35f5 videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x38a85d8a videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x6681d358 videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xa825c75b videobuf_sg_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xe6fa879c videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0146d194 v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x033a9921 v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x076981eb __traceiter_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x07dd1cc6 v4l2_pipeline_link_notify +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x086beeec v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x11f3044c __SCK__tp_func_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1267c4f6 __v4l2_subdev_state_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1300bcf6 __v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1bf0fc75 __video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x1f39f83e v4l2_ctrl_request_hdl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2298a043 v4l2_subdev_state_get_stream_crop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x22a852e6 __v4l2_subdev_init_finalize +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x29ee9373 v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2ae0877b __SCK__tp_func_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x30365827 v4l2_mc_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x31bb00fe video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x32ba07fb v4l2_subdev_state_get_stream_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x33804db1 v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x34e7a133 v4l2_subdev_state_get_stream_compose +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x351d97ba v4l2_subdev_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x35b0faab v4l2_s_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x44e55c23 v4l2_subdev_state_xlate_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x490ed98b v4l2_subdev_put_privacy_led +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4b643df1 v4l2_pipeline_pm_get +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4dc625d7 v4l2_subdev_routing_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4e52f0a5 v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5074e573 v4l2_fraction_to_interval +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x514a44f6 v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x55b040b5 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x563ba93a v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5abc3c8d v4l2_create_fwnode_links_to_pad +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x665bdad6 v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6a4162c7 __traceiter_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6ce1c95c __SCK__tp_func_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6d1610bc __traceiter_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6e9acc41 v4l2_fill_pixfmt_mp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7364c44a v4l2_subdev_get_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x73dfad66 v4l2_subdev_s_stream_helper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x756900c8 v4l2_get_link_freq +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7ee93fee v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x809301fa v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x80984712 v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x81b78701 v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x82c1f99a v4l2_subdev_notify_event +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x864b437b __v4l2_ctrl_handler_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x89630c9e v4l2_subdev_set_routing_with_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8c7a4827 v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x90dfaba8 v4l2_subdev_state_get_opposite_stream_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x914324e4 v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x918247ff v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x93e872ec v4l_disable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9565bf24 v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x99e591ea v4l_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9aaecceb __tracepoint_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9fef35ac v4l2_apply_frmsize_constraints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa21a323a v4l2_subdev_get_privacy_led +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa2e54a72 __traceiter_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xad5c3c93 v4l2_simplify_fraction +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xae3dd8d6 __v4l2_subdev_next_active_route +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb0d4126f v4l2_subdev_disable_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb13908b8 v4l2_subdev_set_routing +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb189b77d v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb63fd955 __video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb7b51285 v4l2_subdev_get_fwnode_pad_1_to_1 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbdb5e55b v4l2_event_wake_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc20e1903 v4l2_subdev_has_pad_interdep +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc2fea6b7 v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc4a922df v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc789399d v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcc501597 v4l2_fill_pixfmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xce595cf4 v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcf754c8f v4l2_subdev_routing_find_opposite_end +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd19dcea4 v4l2_pipeline_pm_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd395592d video_device_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd5b01e16 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd72b2e6a v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd7bcdde4 v4l2_ctrl_request_hdl_ctrl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd88d0317 v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd8bd5f1e v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdc98cffe v4l_vb2q_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdd808e31 video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdf2cf992 __tracepoint_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdf975159 __v4l2_subdev_state_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe14cd943 __tracepoint_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe5a33113 __SCK__tp_func_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe8058a02 v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe83ba60f v4l2_i2c_subdev_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe8515619 video_device_pipeline +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe9910394 v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xea915170 v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xeb6cb425 v4l2_create_fwnode_links +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xec6e5eab v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xef3c4f58 v4l2_subdev_enable_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xef861884 v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf664f522 __tracepoint_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf6ae8513 v4l2_g_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xff76573f __v4l2_find_nearest_size +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x3e008281 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xa4bb35a1 pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xe929acac pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x02b2fecf cs47l24_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x14e54080 arizona_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x15ab2661 wm5110_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x1949d8fa wm5110_revd_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x2c5a2f52 arizona_request_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x3501187e wm5110_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x39419a43 wm8997_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x5693e72d wm5110_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x64b67103 wm5110_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x779d46d1 arizona_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x77ec2866 arizona_set_irq_wake +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x9632634e arizona_clk32k_enable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x98350dea arizona_clk32k_disable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x9d42b0d1 wm8997_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xabc0b310 wm5102_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xb62589b8 arizona_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xba3265e4 wm8998_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xc04bbbe0 cs47l24_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xd3fee6a6 wm5110_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xde916ddc wm8997_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xdfbe649b wm8997_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xe70749a3 cs47l24_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xe8f8725c wm5102_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xea149c90 arizona_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0x56fc91c1 atc260x_device_probe +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0x6293a292 atc260x_match_device +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x23de70c2 da9150_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x423efbd1 da9150_bulk_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x5853622f da9150_write_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x6cf45659 da9150_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xbbd18ad1 da9150_bulk_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xbe384f51 da9150_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xef722737 da9150_read_qif +EXPORT_SYMBOL_GPL drivers/mfd/gateworks-gsc 0xa142a524 gsc_read +EXPORT_SYMBOL_GPL drivers/mfd/gateworks-gsc 0xb7abd1c4 gsc_write +EXPORT_SYMBOL_GPL drivers/mfd/iqs62x 0xa436f4de iqs62x_events +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x254ed188 kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x3ad28533 kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x6fe3c2e9 kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xa6d5b4c5 kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xac9806f4 kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xdd800138 kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xf6b48950 kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0xfda659dc kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x558a8fd4 lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x8c3450f8 lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xd6a34e4f lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x4ad4cb44 lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x63f379c4 lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x75808ef6 lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x76ce4031 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x7c0afe92 lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xec3952a1 lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xfc34f9e1 lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x121cda4b lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xb1baff9b lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xc76ad57b lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0f379262 madera_of_match +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x1183a0d2 cs47l15_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x118e7c92 cs47l15_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x12248ce3 madera_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x1c447a1a madera_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x3665dd5e cs47l35_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x52b6bdde cs47l15_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x52bb619e cs47l15_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x7e52496a cs47l15_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x7f0325a0 cs47l92_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x8553e027 cs47l92_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x855e3c67 cs47l92_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x98751712 cs47l35_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x9878cb52 cs47l35_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xa1e6d5e1 cs47l85_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xaa078c6a cs47l85_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xaa0a502a cs47l85_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xb2d2fbda cs47l90_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xb2df279a cs47l90_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xc666fd2b cs47l92_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xc66b216b cs47l92_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xdb400a1e cs47l35_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xdb4dd65e cs47l35_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xe9329166 cs47l85_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xe93f4d26 cs47l85_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xeb6925ac madera_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xebe384cb madera_name_from_type +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xf1e7e6d6 cs47l90_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xf1ea3a96 cs47l90_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xfaa15a07 cs47l90_patch +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x06e30ed1 mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x14ecfbb9 mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x2aa614cf mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x5456b099 mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x8aadb74e mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x950fc878 mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/motorola-cpcap 0xa226dbe8 cpcap_sense_virq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x0454d58d pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x120b2199 pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x16ad2446 pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x1e11c5e5 pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x2e6ea34a pcf50633_pm +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x5a15939e pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x74d1c0da pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x805cc8af pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x9186f1a7 pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x994813f0 pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xdce4b8f4 pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xf56fbb04 pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x11b5ab54 pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x92586e0a pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x33b3d6ec pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x65ccf6ac pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x75f2ea10 pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xa6a41db8 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xe18e7d21 pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x0e5eb0a0 devm_rave_sp_register_event_notifier +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0xeecaf484 rave_sp_exec +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x56d1a8c5 retu_read +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0xa074c8b6 retu_write +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0x113612de rk8xx_suspend +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0x83ba768b rk8xx_probe +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0xa200ee9a rk8xx_shutdown +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0xdcff38f9 rk8xx_resume +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0342540f si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x03a7cd53 si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x08c84e8f si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x177dd5b0 si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x284e85cd si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x30224a43 si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x42fc1f58 si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4514af7d si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x48499ab8 si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4e936daf si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x70b1ae77 si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x750c5c94 devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x76626e00 si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x860215a5 si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x88be9e8f si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9667f914 si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9ed63b98 si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa1f88d22 si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa6e9d5da si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa9bce9c6 si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xae54ad65 si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xbb0da0a1 si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc1fd8a30 si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc3cdd159 si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xccbc907e si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xceadd6db si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd43e8e68 si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xd85ab247 si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xdd75934e si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe0a3009e si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xe6713f84 si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf65da559 si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf88bc90d si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf9955fdb si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/ssbi 0x962ba25e ssbi_write +EXPORT_SYMBOL_GPL drivers/mfd/ssbi 0x96431ab8 ssbi_read +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0x6a23eeb8 stmfx_function_disable +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0xb9031dab stmfx_function_enable +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x55e9a192 am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x86fd032c am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xab8d8e3c am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xe664d667 am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x33382947 tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x599c4317 tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xd8446c30 tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps6594-core 0x6e5c4639 tps6594_is_volatile_reg +EXPORT_SYMBOL_GPL drivers/mfd/tps6594-core 0xd3823b72 tps6594_device_init +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x0f6c7c93 alcor_write32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x6cff2f89 alcor_write8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x70e93a58 alcor_read32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x94fe4219 alcor_write32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x99449b6f alcor_read32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x9bafaeae alcor_write16 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xdb9e6f60 alcor_read8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x07325b4d rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x092558d5 rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x11570681 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x11f742d1 rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x1516d086 rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x2b43242a rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x3819d37e rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x3a234f8c rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x42f3918a rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x57b83440 rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x5d512088 rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x6b526621 rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x755313b9 rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x79d45869 rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x8345d13f rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x89293872 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x95c4d2c6 rtsx_pci_dma_map_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xa628f306 rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xa73c2fb3 rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xb453c76a rtsx_pci_dma_unmap_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xbc1c1ca3 rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xc0fbf7b5 rtsx_pci_dma_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xcd0b289d rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xd7027a56 rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x062300f5 rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x1fb55122 rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x647f9356 rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x72c0430e rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x9f3a2566 rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xb2ac1f35 rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xbdf35a67 rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xc0dbd9c9 rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xcbba8536 rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xdb10fbde rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xe0bdf7c5 rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xf404e29e rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xf9122ad9 rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x0e4f7fd4 cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xa5c864df cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xb206617d cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xdf1dda51 cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x0b008db0 oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x296a8983 oslec_update +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x3115970d oslec_create +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x4b711f77 oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x5909e701 oslec_snapshot +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x780d3f01 oslec_flush +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x84eba96d oslec_free +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x3cb83d5b eeprom_93cx6_multireadb +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x870b53e9 eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x884deb9d eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0xc9c6bb25 eeprom_93cx6_readb +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0xff7a0fdf eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x2cab6ceb enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x927cd2ec enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x93d0d695 enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x9501ddf1 enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xa3dc5563 enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xb76e5368 enclosure_component_alloc +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xdce084bb enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xfe0f3972 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x3700e155 lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x7d6c7d80 lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xa5123a4d lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xac759d6e lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xbd52e135 lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xc1ff461d lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xdbc274da lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xffa7b84d lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/pvpanic/pvpanic 0x82e47e4b devm_pvpanic_probe +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x00bd9da2 st_unregister +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0x67370ae3 st_register +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x0697b08b uacce_remove +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x1106b69e uacce_alloc +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x59c7a7d4 uacce_register +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0x1b11395c dw_mci_pltfm_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0xbf8111a1 dw_mci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/dw_mmc-pltfm 0xc82e7f9d dw_mci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/mmc/host/renesas_sdhi_core 0x4dd2e034 renesas_sdhi_probe +EXPORT_SYMBOL_GPL drivers/mmc/host/renesas_sdhi_core 0xc8dd4447 renesas_sdhi_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x230bbafe tmio_mmc_do_data_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x258ee8ec tmio_mmc_enable_mmc_irqs +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x378f2335 tmio_mmc_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x5070376c tmio_mmc_host_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x7de6f6df tmio_mmc_disable_mmc_irqs +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0x90bf96f7 tmio_mmc_host_runtime_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xa191972f tmio_mmc_host_probe +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xd65d943d tmio_mmc_host_free +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xda9a36e0 tmio_mmc_host_alloc +EXPORT_SYMBOL_GPL drivers/mmc/host/tmio_mmc_core 0xfb3f9b6c tmio_mmc_host_runtime_suspend +EXPORT_SYMBOL_GPL drivers/most/most_core 0x46573b86 most_register_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0x4c5a30c7 most_resume_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0x58d04d98 most_stop_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0x5be5344c most_get_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x5ef7e86e channel_has_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x65b08237 most_put_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x67e0eceb most_stop_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0x69ebb357 most_deregister_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0x7c0d6aff most_deregister_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0x9cf333d2 most_start_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0xa9dafa56 most_deregister_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0xb9d54e7f most_register_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0xe8070e4b most_register_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0xf708ffdc most_submit_mbo +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x085b6ff9 cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x37724a11 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xca6c6f87 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x28e6d8e5 cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x56b49335 cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xdb1f1763 cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0xb921be62 cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x357c13b8 cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xdac5374f cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xfeb9ea25 cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0xc52ff82d hyperbus_register_device +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0xeefe2012 hyperbus_unregister_device +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0x1c4355bb onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0x62f3eea5 onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0x29c1b0f7 brcmnand_remove +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0x40599b3b brcmnand_probe +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/brcmnand/brcmnand 0xc139f86d brcmnand_pm_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/denali 0xf28c5c39 denali_chip_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/sm_common 0x59a526c5 sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x9bb10a39 spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x01717f44 ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x148b8ffa ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x209b00cd ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x2a8e674f ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x2ccc9ebe ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x382f5618 ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x38e10c1d ubi_flush +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x3f87b7e7 ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x42801d20 ubi_sync +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x66011ab6 ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x6eefccef ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x71e3d2b1 ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x80ff06d6 ubi_leb_read_sg +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xa93852c1 ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xb3da9610 ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xec34f66a ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xfe2d6ca9 ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x019f941a mux_control_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x0a65c89f mux_state_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x1621b6e7 mux_control_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x1e3166d5 devm_mux_state_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x2be1e86b mux_control_put +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x2e4ba298 devm_mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x59812eea mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x6b358fbc mux_chip_unregister +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x6f153bf4 mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7cf08396 mux_state_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x821220e4 devm_mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x881623e6 mux_chip_free +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x89a3b555 devm_mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x8d8b0abd mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xac79d918 mux_control_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xe9678be4 mux_control_states +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xfa76e911 mux_state_select_delay +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x5c0181de devm_arcnet_led_init +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0xff069551 arcnet_led_event +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x473621dd c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x4b3d7688 free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x57e1f1a7 register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x6ce6d2f7 alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x7c00ab66 unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xbcb06fe7 c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x73f9d9a6 unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xc58501e2 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xd966dd8f register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xeff68eea alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x00637a78 alloc_candev_mqs +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x053e986c can_rx_offload_add_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x10d892eb can_get_state_str +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2ddca90c can_rx_offload_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x2ecb2f53 can_rx_offload_enable +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x38cde0e1 can_rx_offload_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x3a60fa2b can_dropped_invalid_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x3c93a4ef alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x4d032cc3 open_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x4e12841e can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x55c27422 can_rx_offload_queue_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6047ede6 can_fd_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x65ebc9fc can_rx_offload_add_manual +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x747adc47 can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x74b0baff alloc_canxl_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x799ca0ba can_rx_offload_irq_offload_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x7c69b3bb can_skb_get_frame_len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x865432df free_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x936cd9e9 can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x981dab53 alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x9a61d178 can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xb15a86be register_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xc1c824de close_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xcc690b7f safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xd6780bce alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xd7130cc1 unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xd843094c can_rx_offload_irq_offload_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xe2b0a322 can_change_state +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xe58e53a5 can_rx_offload_del +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xe5e495c3 can_rx_offload_threaded_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xea3e84c2 can_rx_offload_queue_tail +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xef77bc51 can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf12d9387 can_fd_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xfebcb4f2 of_can_transceiver +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xffeade32 can_rx_offload_add_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x0a8a34af m_can_class_free_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x2276c0ea m_can_class_unregister +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x26deab2d m_can_class_register +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x3f5c0452 m_can_class_allocate_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x4056fc64 m_can_class_suspend +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x93768c61 m_can_class_resume +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xa94e3726 m_can_class_get_clocks +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xce30b786 m_can_init_ram +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x0d510d7c register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x4e7afc11 unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x52679a8a free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x9f9faa7d alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/dsa/lan9303-core 0x7cb3a2a7 lan9303_indirect_phy_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_switch 0x1a8c7067 ksz_switch_chips +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0x2592fc9a mt7530_probe_common +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0x875c193d mt7530_remove_common +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0x9e5d103c mt753x_table +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0xc2dca972 mt7530_switch_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0x5f9c5868 felix_port_to_netdev +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0x862a7bb2 felix_netdev_to_port +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0xf32ecc38 felix_switch_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8365mb 0x660b93be rtl8365mb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x118a3bd9 rtl8366_vlan_del +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x262f8b48 rtl8366_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x2c9b7143 rtl8366rb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x37f4c108 rtl8366_mc_is_used +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x713cb0e6 rtl8366_enable_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x733e9f54 rtl8366_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xa68443c2 rtl8366_set_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xad739fbd rtl8366_set_pvid +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xb179a40e rtl8366_enable_vlan4k +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xb8af6708 rtl8366_get_strings +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xddf0c2b1 rtl8366_reset_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xe9172f54 rtl8366_vlan_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/8390/ax88796 0xafc120a9 ax_NS8390_reinit +EXPORT_SYMBOL_GPL drivers/net/ethernet/arc/arc_emac 0x5ecab008 arc_emac_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/arc/arc_emac 0xbb18a5fc arc_emac_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x056bc054 enetc_close +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x05990304 enetc_reset_tc_mqprio +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x08ea3e1c enetc_pci_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x0c9f938a enetc_xmit +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x0db72df5 enetc_alloc_msix +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x1d30894a enetc_alloc_si_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x27a201f2 enetc_setup_bpf +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x290512bd enetc_set_rss_key +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x2e1537e5 enetc_get_rss_table +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x31e9623d enetc_set_ethtool_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x35e1082a enetc_get_si_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x3929e8cd enetc_start +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x3d89a735 enetc_init_si_rings_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x408b1b3b enetc_clear_mac_flt_entry +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x44fe8a12 enetc_setup_cbdr +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x4d67c5f5 enetc_mm_link_state_update +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x5a0ddfd4 enetc_setup_tc_mqprio +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x5e5c5f4b enetc_set_features +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x63496045 enetc_teardown_cbdr +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x6521e828 enetc_free_msix +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x7c709379 enetc_free_si_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x7ff750e3 enetc_set_mac_flt_entry +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x821270a3 enetc_set_fs_entry +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x8fa85744 enetc_configure_si +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xab53a7d9 enetc_ioctl +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xb6484bc3 enetc_pci_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xc40338ba enetc_port_mac_rd +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xd3c5f46b enetc_get_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xdb501882 enetc_open +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xdc0a57ed enetc_send_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xe0924fe8 enetc_xdp_xmit +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xeab9dd88 enetc_set_rss_table +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xf0e958c1 enetc_port_mac_wr +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xf98ac697 enetc_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x5a8578ef enetc_hw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0xd5221d7d enetc_mdio_read_c22 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0xf1be7b78 enetc_mdio_write_c22 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0xf494ed3a enetc_mdio_write_c45 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0xf68ac32d enetc_mdio_lock +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0xf6ccc501 enetc_mdio_read_c45 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-ptp 0x5431a304 enetc_phc_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x1a12d683 fun_sq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x225fa3b4 fun_alloc_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x3fce12c1 fun_res_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x7052dbac fun_serv_restart +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x80336740 fun_get_res_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xa184a5a3 fun_free_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xa1bde747 fun_submit_admin_sync_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xb885ebb2 fun_bind +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xbd8b177e fun_serv_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xc3de1e7d fun_serv_sched +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xcbb41ea8 fun_cq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0x3ca8e287 i40e_client_device_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0x6a1f9756 i40e_client_device_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x5c78abeb ice_del_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x64a69a03 ice_rdma_request_reset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x6d5b6571 ice_rdma_update_vsi_filter +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xa52d5d0e ice_add_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xbd2c868e ice_get_qos_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0075c358 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x02e5ddce mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x03178fc9 mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x04295e1a mlx4_config_roce_v2_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x04cc3d9c mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x054c3a61 mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x07ec90c8 mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x07f4a60b mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0ab06963 mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0bf33020 mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0c382a57 mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0da82f0b mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1093feff mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x110bbf42 mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x13feba1b mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x19e0d662 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1b827783 mlx4_get_counter_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1c28bb61 mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1e228dee mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1e256e26 mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1f989d92 __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x21d656f0 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2928e301 mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x29dd5f4b mlx4_get_devlink_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2b66ad24 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2c48815b mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x30abbc01 __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3a0d88cd mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3ec119b4 mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x41f61d46 mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x420f85da mlx4_mr_rereg_mem_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x43d4d788 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x43d9ed8b mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x45495c1a mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x464a63d6 mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x492b0286 mlx4_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x494a3cb3 mlx4_mr_hw_write_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4b8b3645 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4e48cae5 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4ecc172d mlx4_config_dev_retrieval +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4f070d5e mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4f543f1f mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x53a25f60 mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x55c52b81 mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x570e8aaf mlx4_mr_hw_change_pd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5808ed80 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x587dcb4c mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5ac0a6fd __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5ac0b7a0 mlx4_unbond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5cb3b552 mlx4_set_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x60e14354 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6291ddf1 mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x659124c9 mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x675e2bff mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x703d657c mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7097bdec mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x70c864f0 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x71ee92c6 mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x72c628a6 mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7640f069 mlx4_replace_zero_macs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x765f9fcf mlx4_mr_rereg_mem_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x76843c47 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x79039e5e mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7ec0ab81 mlx4_get_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7f12b551 mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7f492d81 mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7f63952c mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8308ca0c mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8534cef4 mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x87d0550e mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x899b8d78 mlx4_set_vf_rate +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8fda87d7 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x95a3025f mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x969a28f1 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x979920d6 mlx4_put_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x98653bd0 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x98fd9e29 mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x99e5d146 mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9ecc2b73 mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa0d103f3 mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa3431d0d mlx4_mr_hw_change_access +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa6759359 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa9092940 mlx4_get_default_counter_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaa3e6146 mlx4_mr_hw_get_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xab543b97 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xacbd7a1a mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xada177c5 mlx4_mr_hw_put_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb470ba7d mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb493c05f mlx4_port_map_set +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb6bb9355 __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb787e2b8 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb927c29c mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbdc20d5b mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbea07366 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbf04ef05 mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbf918b57 mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc3ae1df4 mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcaa54fba mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd1cf6acc mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd5896e34 mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd5fec30a mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd7e892d0 mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd957796d mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd9ec6563 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdb95b6cb mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdce7412b mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdd422e9b mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe3459543 mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe35c37b4 mlx4_bond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe67b91be mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe7ab80b7 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xebe8e385 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xec0af890 mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee4b9d4c mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf0beb93e mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf1409651 mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf1649a92 mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf1f4e4ae mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf51b775d mlx4_get_internal_clock_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf5ddc461 mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf80027a7 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xffab6d6b mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x00e44388 mlx5_nic_vport_affiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x072460c4 mlx5_fill_page_frag_array +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x07529741 mlx5_query_nic_vport_qkey_viol_cntr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0869d58e mlx5_core_modify_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0a5d9678 mlx5_query_hca_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x10fc6150 mlx5_query_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x13413796 mlx5_nic_vport_query_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1f30e543 mlx5_query_hca_vport_pkey +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1fc5c303 mlx5_eswitch_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x22133fe5 mlx5_vport_get_other_func_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x23565bf1 mlx5_core_reserved_gids_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2627b8b2 mlx5_modify_nic_vport_vlans +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x27784759 mlx5_query_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x27d23683 mlx5_frag_buf_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2ade4335 mlx5_core_query_sq_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2b0d7f58 mlx5_nic_vport_enable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x301d61ae mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x35e08cd6 mlx5_ipsec_device_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x37333457 mlx5_query_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3fdccb13 mlx5_query_hca_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x43319ea5 mlx5_query_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x492fca84 mlx5_set_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6218fda4 mlx5_query_module_eeprom_by_page +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x64747991 mlx5_query_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x67cb03b2 mlx5_query_nic_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6d57b8a6 mlx5_query_port_vl_hw_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6f8a4f09 mlx5_modify_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6fdd6c00 mlx5_set_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7625f62e mlx5_query_port_max_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x77551ca1 mlx5_query_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7967512b mlx5_query_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7a9353eb mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x808abe92 mlx5_core_query_vport_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x81aadc6a mlx5_fill_page_frag_array_perm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x81ce44b5 mlx5_set_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8509e9e3 mlx5_modify_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x892ba7ee mlx5_query_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8ca86f0d mlx5_db_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x983548e0 mlx5_toggle_port_link +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9ecbdf5c mlx5_dm_sw_icm_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaa5f9560 mlx5_query_nic_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xabbbf7ce mlx5_query_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaf767e48 mlx5_query_module_eeprom +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb0912167 mlx5_query_port_oper_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb2ce2fe3 mlx5_query_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb78a650b mlx5_modify_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb9c1d4ea mlx5_query_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbc8d8a38 mlx5_modify_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbdd0ae16 mlx5_set_port_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc08aa3dd mlx5_set_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc16a9783 mlx5_nic_vport_unaffiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc3d9e9fe mlx5_query_port_ptys +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc68dfefa mlx5_query_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcb43d665 mlx5_query_hca_vport_gid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcb4ec038 mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcd4ac0fd mlx5_query_nic_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd642bb79 mlx5_set_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd6e27539 mlx5_frag_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xda4aa32f mlx5_query_nic_vport_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdb901b66 mlx5_set_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdf09b979 mlx5_set_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe0efa83b mlx5_dm_sw_icm_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe9cfb39b mlx5_query_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeaee186a mlx5_modify_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xedb993e0 mlx5_query_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf32e9063 mlx5_query_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf7804a32 mlx5_nic_vport_update_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfa28c52f mlx5_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xff6f47ad mlx5_eswitch_get_total_vports +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x10aab61e ks8851_probe_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x21b3bc2d ks8851_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x3c8d4bc6 ks8851_remove_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x8df898d6 ks8851_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0x2695f52f regmap_encx24j600_spi_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0x4be2f862 regmap_encx24j600_spi_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0x8a05b888 devm_regmap_init_encx24j600 +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x03c1971e ocelot_lag_fdb_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x07895025 ocelot_phylink_mac_link_up +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0f7916b4 ocelot_cls_flower_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0f98888a ocelot_phylink_mac_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1a3918e6 ocelot_phylink_mac_link_down +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1eafa5ac ocelot_cls_flower_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x20ad807b ocelot_port_set_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x24a8107c __ocelot_bulk_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x32e1d118 ocelot_port_set_mm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3aeb88a2 ocelot_port_assigned_dsa_8021q_cpu_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3bc067bb __ocelot_rmw_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3fbdbe39 ocelot_mm_irq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4046bac0 ocelot_port_get_eth_mac_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x44307f9a ocelot_regmap_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4619fadb __ocelot_write_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4da13f53 ocelot_port_mirror_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5a09ce4a ocelot_bond_get_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5f7d4a3c ocelot_port_unassign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x61b84a80 ocelot_port_mqprio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x652cd36a ocelot_port_get_eth_ctrl_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6e1d87d2 ocelot_cls_flower_replace +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7176bb8a ocelot_migrate_mdbs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7527253d ocelot_port_teardown_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7547b8e0 ocelot_port_writel +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x95409857 ocelot_port_setup_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa9b0c9bb ocelot_port_del_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xaa1fe42d ocelot_port_get_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb10d8a22 ocelot_port_add_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb581c97d ocelot_port_rmwl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbf5c83ec ocelot_port_get_mm_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc19463ca ocelot_lag_fdb_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc41e4ecc ocelot_port_get_rmon_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcc121ee8 __ocelot_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd96c6c08 ocelot_port_mirror_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdc4264c0 ocelot_get_bridge_fwd_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdd8cd204 ocelot_regfields_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdfa94435 ocelot_port_configure_serdes +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe0ac99ab ocelot_port_get_eth_phy_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe1ad7d05 ocelot_bridge_num_find +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xee1627cc ocelot_mact_flush +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xee30c6a4 ocelot_port_readl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf2f8cd0b ocelot_port_assign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfb04c068 ocelot_port_get_pause_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xfdfd53ae ocelot_port_get_mm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xffc933a5 ocelot_port_get_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/qualcomm/qca_7k_common 0x0b28a9ad qcafrm_create_footer +EXPORT_SYMBOL_GPL drivers/net/ethernet/qualcomm/qca_7k_common 0x2b6ddf3f qcafrm_fsm_decode +EXPORT_SYMBOL_GPL drivers/net/ethernet/qualcomm/qca_7k_common 0x41da0375 qcafrm_create_header +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x32b12cb0 stmmac_bus_clks_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x545572d4 stmmac_set_mac_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x5d49a2b0 stmmac_init_tstamp_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x7235c654 stmmac_dvr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x8ee94f88 stmmac_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x92d778bb stmmac_get_mac_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xd96aea75 stmmac_dvr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xddf5a4f9 stmmac_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x05726482 stmmac_remove_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x3494a5c3 stmmac_pltfr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x39b5454a stmmac_pltfr_remove_no_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x64bb9bf7 stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x64f54dc4 stmmac_pltfr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x94ad0e1d stmmac_pltfr_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xa28ccd70 devm_stmmac_pltfr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xb62ec22c stmmac_get_platform_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xbdbd08cf devm_stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xcfa55f42 stmmac_pltfr_exit +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xfb8abb87 stmmac_pltfr_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x1d1b7b7b w5100_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x549571c0 w5100_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xbb69803f w5100_ops_priv +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xfe6c2a9a w5100_pm_ops +EXPORT_SYMBOL_GPL drivers/net/geneve 0x2f829cba geneve_dev_create_fb +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x475d236f ipvlan_count_rx +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x71ba6815 ipvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x72f32832 ipvlan_link_setup +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xc6362704 ipvlan_link_new +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xe4767850 ipvlan_link_delete +EXPORT_SYMBOL_GPL drivers/net/macsec 0x0d82b9c6 macsec_pn_wrapped +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x46477fdb macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x574d6205 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x5f5bc4b2 macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x701b09ba macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-i2c 0x7ef71922 mdio_i2c_alloc +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-mux 0x36f711e1 mdio_mux_init +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-mux 0x6318757f mdio_mux_uninit +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-regmap 0x3a68870b devm_mdio_regmap_register +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs-lynx 0xbd09ae77 lynx_pcs_create_fwnode +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x13dc53a4 xpcs_do_config +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x2f20e42e xpcs_create_mdiodev +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x39d2b97a xpcs_config_eee +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x8937caa2 xpcs_get_an_mode +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x9b430bc5 xpcs_link_up +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xb1f3ab0f xpcs_destroy +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xfbfcb31b xpcs_get_interfaces +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x005fe975 bcm_phy_read_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x05c93222 bcm_phy_read_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x073831a0 bcm_phy_write_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x0a4f8725 __bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x0d246bdf bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x129f6e73 bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x180dbef0 __bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x1b628b0a bcm_phy_cable_test_get_status_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x30df8241 bcm_phy_get_strings +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x46d948c7 bcm_phy_get_stats +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x55e40b87 bcm_phy_cable_test_start +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x5e8e7d31 bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x6006c0e4 bcm_phy_led_brightness_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x68fa923f bcm_phy_cable_test_get_status +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x74b60b15 bcm_phy_set_wol +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x76445156 __bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x766c959f bcm_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x8f0c7801 bcm54xx_auxctl_read +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x92ebbf70 bcm_phy_set_eee +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x9ae532ef bcm_phy_enable_jumbo +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x9cb9f0ca bcm_phy_enable_apd +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x9d5d1f2b bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x9d9f4286 bcm_phy_cable_test_start_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x9f6a4645 bcm_phy_downshift_get +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa0f0ddfd bcm_phy_wol_isr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa170bbcc __bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa5f846a4 bcm_phy_r_rc_cal_reset +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa92f9231 bcm_phy_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xb2aba43d bcm_phy_28nm_a0b0_afe_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xb30cda15 bcm_phy_get_wol +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc2516f46 bcm_phy_write_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xcc6e57cd bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xd384ee21 bcm_phy_downshift_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xd8526705 bcm_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xde2c6e18 bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xf25927d6 bcm_phy_ack_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xf2daad22 __bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xf986200e __bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x652729a1 bcm_ptp_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x8679050e bcm_ptp_probe +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0xe54c4503 bcm_ptp_stop +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x07077db2 phylink_mii_c22_pcs_get_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x08213956 phylink_ethtool_get_wol +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x12135396 phylink_mac_change +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x15c4e3e2 phylink_ethtool_set_pauseparam +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x16ca1a8a phylink_suspend +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x2c8e28ee phylink_ethtool_get_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x3abe6fe5 phylink_validate_mask_caps +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x4278d56a phylink_expects_phy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x57727285 phylink_ethtool_set_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x59e0695d phylink_speed_down +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x5d0c4dcc phylink_speed_up +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x5dc19747 phylink_mii_c22_pcs_encode_advertisement +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x62104126 phylink_ethtool_set_wol +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x66e8b5b0 phylink_caps_to_linkmodes +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x6fa426d2 phylink_ethtool_nway_reset +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x773914c8 phylink_mii_c45_pcs_get_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x7a904f20 phylink_of_phy_connect +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x825c7340 phylink_get_eee_err +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x911fcd6c phylink_start +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x91bc11e4 phylink_create +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x94299178 phylink_decode_usxgmii_word +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x9616a255 phylink_ethtool_ksettings_get +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x983276da phylink_disconnect_phy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x99265059 phylink_connect_phy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x9b652b6e phylink_resolve_c73 +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xa16449b4 phylink_ethtool_ksettings_set +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xb1b3f6ed phylink_mii_c22_pcs_decode_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xc0a8f4be phylink_resume +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xc1d15a4c phylink_set_port_modes +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xc63efb0b phylink_generic_validate +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xc9482ad6 phylink_mii_c22_pcs_config +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xd2ef6a40 phylink_mii_ioctl +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xd903f419 phylink_get_capabilities +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xdcb0a2c0 phylink_stop +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xe03a846d phylink_mii_c22_pcs_an_restart +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xe13caf71 phylink_fwnode_phy_connect +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xec02ebe0 phylink_init_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xf3083a1d phylink_destroy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xf8fe5642 phylink_ethtool_get_pauseparam +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x0ee215bf smsc_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x2d5ac916 smsc_phy_probe +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x3d9cad1f smsc_phy_set_tunable +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x70a2f978 smsc_phy_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x9f8ac86a smsc_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xf2518c60 lan87xx_read_status +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xfe58dce0 smsc_phy_get_tunable +EXPORT_SYMBOL_GPL drivers/net/tap 0x038014d6 tap_free_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0x225307e0 tap_get_ptr_ring +EXPORT_SYMBOL_GPL drivers/net/tap 0x25e06bcf tap_create_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0x34448a1a tap_handle_frame +EXPORT_SYMBOL_GPL drivers/net/tap 0x401068a0 tap_get_socket +EXPORT_SYMBOL_GPL drivers/net/tap 0x5071fa95 tap_destroy_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0x77f76ffb tap_queue_resize +EXPORT_SYMBOL_GPL drivers/net/tap 0xbab9b05d tap_del_queues +EXPORT_SYMBOL_GPL drivers/net/tap 0xecf304b4 tap_get_minor +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x08d79a5d usbnet_cdc_zte_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x284b1ad3 usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x572eea54 usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x5afbf9d5 usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x618fbe75 usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x9d6d6166 usbnet_ether_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xe366d536 usbnet_cdc_update_filter +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x255668dd cdc_ncm_rx_verify_ndp32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x65c1a1f1 cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x78cca096 cdc_ncm_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x7ed844c0 cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x80cf5785 cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x9f42f266 cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xa1012a09 cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xa7a9c926 cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xcfef1b0a cdc_ncm_rx_verify_nth32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xe39201c6 cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xed341bcd cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/r8152 0xd99cbf7f rtl8152_get_version +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x0052655d rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x2b4199d4 rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x3caee78b rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x6ea8f9e6 generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x78731be3 rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x7998bda3 rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x055c88f3 usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1684ae49 usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x1b7dbe19 usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3f64140d usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x40a1e625 usbnet_set_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x44f93e31 usbnet_set_rx_mode +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x558d579e usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x5b940380 usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6c94d22f usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x752a14d2 usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x77cd1fe8 usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x798c2b73 usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8d4a2734 usbnet_get_link_ksettings_internal +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x92d1d0e9 usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9792b089 usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9b4bdd70 usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x9fc8290c usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa5a07f0a usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xaa969403 usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xac13283b usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb298d894 usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb393daaf usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xbe738058 usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc1e84c76 usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xc87c3870 usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd51f058f usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xda9ceb26 usbnet_get_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xdd3aa568 usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe1af32bc usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe99fe0a9 usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf03b3a89 usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf384f1b7 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf5f29ce1 usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xf87872bb usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xb82e0b19 vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xbf75ce78 vxlan_fdb_replay +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xc4051398 vxlan_fdb_clear_offload +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xfa893478 vxlan_fdb_find_uc +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/ipw2x00/libipw 0x771fa66f libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1d5e656d il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x39917fe2 il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x443b7358 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x45717808 il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc8be106e il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x3140d84d iwl_fw_lookup_cmd_ver +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x5987fe45 iwl_fw_lookup_assert_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xccfc78e8 iwl_fw_lookup_notif_ver +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x1c1d82a5 p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x2c059044 p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x66c770a7 p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xbf4fd13c p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xbffb79ff p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xc0696018 p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xc7b148f0 p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xe49f94ad p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xf2294d06 p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x22d506ae lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x38d17adb lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x41b58b85 lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x4698c330 lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x46fc4123 lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x4cec4d06 __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x564feda2 lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x5c445a51 lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x5c747358 lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x973c83f5 lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x975a1800 lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x9e1f91d9 lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xd75261c2 lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xed33b5a9 lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xef04ccaf lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xfdc3c894 lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x199da427 lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x29556511 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x2c81b0f3 lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x3b907602 lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x496c2b08 lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x8ed3abf0 lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xe17b14be __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xfa57afde lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x04419af6 mwifiex_multi_chan_resync +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x0d98d513 mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x2a7d682e _mwifiex_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x3675561a mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x407c67ab mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x565a5802 mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x58bfd04e mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x5d7cd291 mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x6d93590f mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x6fa5ec42 mwifiex_drv_info_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x8ad4624c mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x8d96823f mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x8e3a93d5 mwifiex_reinit_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x8e3e8125 mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x8ea34100 mwifiex_queue_main_work +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x952c11b9 mwifiex_prepare_fw_dump_info +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x981133fd mwifiex_dnld_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xa8936a1d mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xb4e1277a mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc213e1b5 mwifiex_fw_dump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xce456f44 mwifiex_shutdown_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd4dad9f3 mwifiex_alloc_dma_align_buf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xee9fac92 mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xefb2ab46 mwifiex_upload_device_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf2d60446 mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0100b730 __tracepoint_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x01bf5a0e mt76_csa_finish +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x020a8b8f mt76_tx_worker_run +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x02f19773 mt76_tx_status_skb_get +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x07903e54 mt76_update_survey_active_time +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0aa6bde3 mt76_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0bdf7e2c mt76_mcu_get_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0d943c9b mt76_mmio_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0f822f31 mt76_init_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x102fb688 mt76_get_min_avg_rssi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x11b57e35 mt76_tx_status_skb_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x16cd2d64 mt76_tx_check_agg_ssn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x17f568e9 mt76_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1b030105 mt76_dma_rx_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1b52c855 mt76_txq_schedule +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1b7a8192 mt76_get_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1ec57b4f __mt76_worker_fn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1f90c754 __mt76_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x211da184 mt76_skb_adjust_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x21e96205 mt76_set_irq_mask +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x235bdf28 mt76_ethtool_page_pool_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2416940b mt76_tx_status_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x25ae6b4b mt76_dma_wed_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x286d4ea8 mt76_put_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2a3b54c5 mt76_rx_aggr_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2c071879 mt76_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x335cadfa __mt76_mcu_send_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3921f5c2 mt76_tx_status_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3a647d47 mt76_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3aefa73d mt76_free_pending_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3c962efe mt76_mcu_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x413b0bd9 mt76_stop_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x43093bd5 mt76_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x43ea1190 mt76_set_stream_caps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4750ddb4 mt76_pci_disable_aspm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5408105e mt76_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5b57db9e mt76_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x62d13b0e __tracepoint_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x668fe463 __mt76_set_tx_blocked +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6d92502a mt76_eeprom_override +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x71752db4 mt76_free_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x74b2b152 mt76_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x753f9418 mt76_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x79aacd28 mt76_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7f97fdc6 mt76_register_debugfs_fops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x805fc13a __SCK__tp_func_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x82cf3acd __mt76_mcu_msg_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x83c8f1e2 mt76_alloc_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x85464f33 __traceiter_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x86716831 mt76_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x87c52f21 mt76_tx_status_unlock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8c24b25a mt76_create_page_pool +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8ddcfb9e mt76_get_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9098e757 mt76_release_buffered_frames +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x916ed955 mt76_mcu_skb_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x97dc990f mt76_mcu_rx_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x994272f9 mt76_sw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x999e5636 mt76_unregister_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9a9c846e mt76_phy_dfs_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9ad600f7 mt76_wake_tx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa0774820 mt76_rx_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa16605b5 mt76_init_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xab9d88b8 mt76_ethtool_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb389112f mt76_register_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb8e61955 mt76_csa_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb93c4c3f mt76_seq_puts_array +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb9414171 mt76_tx_status_skb_done +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb96d46d9 mt76_insert_ccmp_hdr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbe3c298c mt76_get_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbe6168d7 mt76_rx_aggr_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbf74bd64 mt76_get_of_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc2a29162 ____mt76_poll_msec +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc3f1787d __mt76_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc6315d8e __SCK__tp_func_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc6634315 mt76_ac_to_hwq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc742c72f mt76_put_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc8091b47 mt76_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xca9333b8 __mt76_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcbee1abc mt76_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcbfe56d3 mt76_update_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcdcdc3ae mt76_sta_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xce8604cd mt76_get_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcff238fd __traceiter_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd85aa295 mt76_queues_read +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdd60b4d9 mt76_dma_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe40b66ef mt76_wcid_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe506716f mt76_unregister_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe6f5881b mt76_alloc_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xec51ebad mt76_txq_schedule_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xec8fe8d7 mt76_get_rate_power_limits +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf3ef256d mt76_has_tx_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf6013419 mt76_sta_pre_rcu_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf693dbb0 mt76_calculate_default_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf911e023 mt76_rx_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfa534806 mt76_queue_tx_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfdb3adbd mt76_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x00e8e79d mt76_connac_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x055de1e3 mt76_connac_mcu_wtbl_smps_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x05fb99dc mt76_connac2_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x08205d0f mt76_connac_init_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0a25337f mt76_connac_gen_ppe_thresh +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1127635b mt76_connac_mcu_sta_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x15929125 mt76_connac2_load_ram +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1a25e5af mt76_connac2_load_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x20b2d37d mt76_connac_mcu_alloc_wtbl_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x21ffde9c mt76_connac_mcu_sta_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2780d87d mt76_connac_mcu_set_channel_domain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x27bc5fcd mt76_connac_mcu_cancel_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2abf227c __mt76_connac_mcu_alloc_sta_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2ec6c0c0 mt76_connac_mcu_uni_add_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x300efa63 mt76_connac2_reverse_frag0_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x36d775af mt76_connac_mcu_coredump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3be8a138 mt76_connac_pm_queue_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3ca6d4b7 mt76_connac_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3e614034 mt76_connac_mcu_init_download +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x3ec8bcdf mt76_connac_mcu_wtbl_hdr_trans_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x43a3bd8a mt76_connac_mcu_wtbl_generic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x46415245 mt76_connac2_mac_fill_rx_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4651d198 mt76_connac2_mac_add_txs_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4b2e125a mt76_connac_mcu_chip_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4bdee9bc mt76_connac_mcu_wtbl_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4f2ad514 mt76_connac_mcu_set_deep_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x52d844e9 mt76_connac_mcu_set_p2p_oppps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5ac68358 mt76_connac_mcu_uni_set_chctx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x604f729b mt76_connac_power_save_sched +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6243fffe mt76_connac_mcu_uni_add_bss +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6517f461 mt76_connac_mcu_start_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x65c8d208 mt76_connac_mcu_wtbl_ht_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6631c954 mt76_connac_get_eht_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x66d6896d mt76_connac_mcu_update_arp_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6d8fab2c mt76_connac_mcu_set_mac_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x70e223df mt76_connac_mcu_set_vif_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x78abb80a mt76_connac_mcu_sta_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7948010a mt76_connac2_mac_decode_he_radiotap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7b2a6740 mt76_connac_get_phy_mode +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7bece2e8 mt76_connac2_mcu_fill_message +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7e55e098 mt76_connac_mcu_set_suspend_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8553ed76 mt76_connac2_mac_fill_txs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x85c20f1c mt76_connac_mcu_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8d862ce8 mt76_connac_txp_skb_unmap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x908ca40c mt76_connac_wowlan_support +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x929738fc mt76_connac_mcu_add_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x96618d4e mt76_connac_free_pending_tx_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x98ace477 mt76_connac_mcu_set_pm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9abdc9bd mt76_connac_mcu_sta_ba +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9d0c6585 mt76_connac_mcu_get_nic_capability +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9e5b7211 mt76_connac_mcu_sta_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9f6dc438 mt76_connac_mcu_patch_sem_ctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa03603f5 mt76_connac_mcu_sched_scan_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa053705c mt76_connac_mcu_bss_omac_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa1b5f455 mt76_connac_mcu_beacon_loss_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa67c2859 mt76_connac_pm_dequeue_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa861a7f0 mt76_connac_mcu_rdd_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb0f861e3 mt76_connac_mcu_set_hif_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb2691944 mt76_connac_mcu_update_gtk_rekey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb3fd6063 mt76_connac_mcu_start_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb423c0f4 mt76_connac_mcu_sta_uapsd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbb78726a mt76_connac_mcu_reg_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbcf5c25f mt76_connac_mcu_sta_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc8756d5e mt76_connac_mcu_reg_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc9ac3aaa mt76_connac_pm_wake +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xca6646a5 mt76_connac_mcu_set_rts_thresh +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcddfeb0b mt76_connac_mcu_add_nested_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd21a60d4 mt76_connac2_mac_tx_rate_val +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd82c70c5 mt76_connac_get_phy_mode_ext +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xdd1fc574 mt76_connac_mcu_sta_wed_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xdfbeea0c mt76_connac_mcu_sched_scan_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xdffde683 mt76_connac_mcu_wtbl_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe37847a0 mt76_connac_mcu_bss_ext_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe9d0462e mt76_connac_get_he_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe9dfaa00 mt76_connac_mcu_set_rate_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf0c8f7cf mt76_connac_mcu_bss_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf854d9e6 mt76_connac_write_hw_txp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xff0021d0 mt76_connac_sta_state_dp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x08b37253 mt76s_rmw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x0ddb5bb2 mt76s_rd_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x14eb5f5e mt76s_write_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x213afb57 mt76s_read_pcr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x2518f4ee mt76s_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x2a21eb22 mt76s_txrx_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x2efcd34d mt76s_alloc_rx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x39e44f53 mt76s_sdio_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x3ffa6204 mt76s_alloc_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x409a8120 mt76s_txqs_empty +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x47e5bf84 mt76s_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x5d7c3778 mt76s_hw_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x64bf90b8 mt76s_wr_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x70606512 mt76s_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x8e74a71d mt76s_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x9c95f613 mt76s_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x01b277cb mt76u_single_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x0c44041f __mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x0eee7db0 mt76u_resume_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x23fd5be4 ___mt76u_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x2d2b9061 mt76u_stop_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x2f21759a mt76u_queues_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x3a07accf mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x4b04bf15 mt76u_alloc_mcu_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x701a2c50 mt76u_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x832ff626 mt76u_stop_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xa7b5f7ea mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xd233e44f ___mt76u_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xeb983fd2 mt76u_alloc_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xf8f97902 __mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x12a911df mt7615_tx_token_put +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x1e66dde7 mt7615_wait_for_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x211785a1 mt7622_trigger_hif_int +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x234837e9 mt7615_mac_set_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x25043298 mt7615_thermal_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x2a85e94a mt7615_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x4a8f69fd mt7615_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x53260295 mt7615_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x6748484a mt7615_led_set_blink +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x67bd1f72 mt7615_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x6c87dc14 mt7615_register_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x6f9143d8 mt7615_mcu_fill_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x704b2f7c mt7615_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x709c629b mt7615_unregister_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x736d2af0 mt7615_led_set_brightness +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x8b998a0d __mt7663_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x8dd89d02 mt7615_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x95300954 mt7615_mac_enable_rtscts +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x9c9f95fc mt7615_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xab3128f6 mt7615_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xb04004fd mt7615_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xbd1b75cf mt7615_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xc698e8f6 mt7615_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xcf2fe81d mt7615_mcu_exit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xde29b017 mt7615_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xe0ca4d3c mt7615_reg_map +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xe1db2bed mt7615_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xee533d10 mt7615_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xf53a2bde mt7615_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xfee33166 mt7615_init_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615e 0x884ddc0a mt7615_dma_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x018cf2f4 mt7663_usb_sdio_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x14078166 mt7663_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x1506ffca mt7663_usb_sdio_reg_map +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x5d87428a mt7663_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x70396f16 mt7663_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x34248033 mt76x0_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xb68b1fb8 mt76x0_chip_onoff +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xcfcf4583 mt76x0_init_hardware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xd1429580 mt76x0_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xd548c5de mt76x0_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xdd46af91 mt76x0_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xf37a1ebc mt76x0_phy_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x009a2dfa mt76x02_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x062d1ea7 mt76x02_set_tx_ackto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1644beef mt76x02_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1784161a mt76x02e_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1b7aba7d mt76x02_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x22877b2e mt76x02_mac_shared_key_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x28faa498 mt76x02_mac_set_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2a7025f1 mt76x02_update_beacon_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2a727916 mt76x02_dma_disable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2af109c4 mt76x02_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2c9a813a mt76x02_mcu_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2ce69351 mt76x02_phy_set_txdac +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2d15058a mt76x02_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2f59ff35 mt76x02_init_agc_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x32f686ca mt76x02_config_mac_addr_list +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x33eed2c4 mt76x02_phy_set_bw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3617bda6 mt76x02_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x377d2c79 mt76x02_mac_reset_counters +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3c209204 mt76x02_eeprom_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4107da7f mt76x02_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x433ce479 mt76x02_remove_hdr_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4b6102b9 mt76x02_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x50c2de70 mt76x02_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x558a4bc6 mt76x02_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x585764c2 mt76x02_mac_cc_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x58576c99 mt76x02_set_ethtool_fwver +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5882c965 mt76x02_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5bd84fd5 mt76x02_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5d0b17f0 mt76x02_edcca_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5d421bbd mt76x02_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x60084f9a mt76x02_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x63bc6f5a mt76x02_get_efuse_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x64e3d557 mt76x02_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x66430ec4 mt76x02_mcu_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6ea7be57 mt76x02_phy_set_rxpath +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7552c674 mt76x02_ext_pa_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x75bfb311 mt76x02_enqueue_buffered_bc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x75fef85d mt76x02_add_rate_power_offset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7642be1e mt76x02_get_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x77a65fca mt76x02_phy_dfs_adjust_agc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7dcc1024 mt76x02_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8377f540 mt76x02_mcu_function_select +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x890bf647 mt76x02_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x8a285fac mt76x02_mac_wcid_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x91d5b9ee mt76x02_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x91e5ac8a mt76x02_tx_set_txpwr_auto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x93c479bc mt76x02_limit_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9c0e8b4c mt76x02_eeprom_parse_hw_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9c460910 mt76x02_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa0c71881 mt76x02_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa9d1775a mt76x02_get_lna_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xabfd16f4 mt76x02_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xad5d3ba8 mt76x02_get_max_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb78b541d mt76x02_sta_rate_tbl_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb8f27850 mt76x02_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xb9fdf791 mt76x02_phy_adjust_vga_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc100cf55 mt76x02_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc13e3590 mt76x02_mac_setaddr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc2e4f377 mt76x02_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc4e5ea75 mt76x02_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xcae17b6d mt76x02_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xcb91cef7 mt76x02_dfs_init_params +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd28f722a mt76x02_mcu_set_radio_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdc843a2e mt76x02_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe42a8f26 mt76x02_resync_beacon_timer +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xe7a71176 mt76x02_mcu_msg_send +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xef0bf06a mt76x02_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf2410fe1 mt76x02_dma_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf65700ba mt76x02_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf67013c8 mt76x02_phy_set_band +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfbfb31e2 mt76x02_set_coverage_class +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x03944c7c mt76x02u_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x0e0a8f54 mt76x02u_exit_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x2cd5e474 mt76x02u_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x40eb1776 mt76x02u_mcu_fw_send_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x7943a7b6 mt76x02u_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x864e29f2 mt76x02u_init_mcu +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xb6a42e41 mt76x02u_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xfb73ca31 mt76x02u_mcu_fw_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x08406cb7 mt76x2_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x0d5c0664 mt76x2_apply_gain_adj +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x257f797c mt76x2_reset_wlan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x2a7eab30 mt76x2_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x2ada5493 mt76x2_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x33f27a67 mt76x2_get_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x3cec1cc0 mt76x2_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x4630abd6 mt76x2_phy_tssi_compensate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x5158309d mt76x2_mcu_tssi_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x6699200f mt76x2_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x7038ef48 mt76x2_read_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x7f969f34 mt76_write_mac_initvals +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x80e30e26 mt76x2_mcu_init_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x82611a8b mt76x2_mcu_load_cr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x87e92b19 mt76x2_configure_tx_delay +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xc43a6ea9 mt76x2_phy_set_txpower_regs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xc4b8557a mt76x2_phy_update_channel_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xc658f5b8 mt76x2_get_power_info +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xcc7f81a1 mt76x2_mcu_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xf1eaf140 mt76x2_get_temp_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x0a7a9f55 mt7921_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x145f58f4 mt7921_mcu_fw_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x2aa28e52 mt7921_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x3731461e mt7921_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x3c27dc09 mt7921_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x49c475fc mt7921_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x5519b94b mt7921_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x59f01916 mt7921_mac_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x71a1c648 mt7921_txwi_free +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x8c46bb33 mt7921_mac_sta_assoc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x9b1f9390 __mt7921_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x9cd4bd51 mt7921_get_mac80211_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x9eb795e3 mt7921_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xa3224b25 mt7921_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xb03a31aa mt7921_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xb9d605fa mt7921_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xc908a9de mt7921_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xcd5a5569 mt7921_mcu_drv_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xd7fbe45d mt7921_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xd86430ad mt7921_mcu_set_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xd9a2d0a0 mt7921_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xdfa56ee7 mt7921_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xee85dc84 mt7921_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x1da173f6 host_sleep_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x39687d6c chip_allow_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x8b00ece6 chip_wakeup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x8b920ced host_wakeup_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x9d45dd41 wilc_cfg80211_init +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xaedbf0cf wilc_netdev_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xcd84d137 wilc_handle_isr +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x07164f7c qtnf_get_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x0df8de76 qtnf_trans_handle_rx_ctl_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x31fab83c qtnf_chipid_to_string +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x52fb2091 qtnf_core_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x6d449118 qtnf_classify_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x7464fbda qtnf_wake_all_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xf6b9105f qtnf_core_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x08107404 rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x089d6311 rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0d873c1c rt2800_txstatus_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x12b2f7fd rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x156a027d rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x17e58dbf rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1c0b2eaf rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1fa56509 rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2aa0fe38 rt2800_pre_reset_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2c8652cf rt2800_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x385c0555 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x46ea7637 rt2800_get_key_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x55a6337e rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x57bfa5a8 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5b0f260d rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5f5888bb rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x69e36fe3 rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x70a6dea1 rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7bcbb6f0 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7c039499 rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8197c7e5 rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x86e3eedf rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8763dc37 rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x888e65f9 rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8c36beeb rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8ff0fedd rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x904f6f52 rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x98409a5b rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa2940d21 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xae1b723c rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb002062e rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xbe5156ee rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc2bda714 rt2800_txstatus_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc4f8a348 rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc5a13043 rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc617f8c7 rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc9234747 rt2800_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd011dc8a rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd691d310 rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xdaf690c1 rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe46f43a7 rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xec9fb7fe rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf09944ee rt2800_txdone_nostatus +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xf6dd6239 rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x03504b75 rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x09e82084 rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x0a6d8aac rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x149bff31 rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x32ac3645 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3d741c87 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5028bbb2 rt2800mmio_tbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x52eb27f8 rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5b2ba402 rt2800mmio_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x6910e2fe rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x6df55966 rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x6ee7670b rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x97e3c029 rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x9f3c8921 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xa2caaaf4 rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xa91a9b36 rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xaefc21c2 rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xb29cc456 rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xdb8f2cd6 rt2800mmio_get_dma_done +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xe3ab6b97 rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xe68ddd37 rt2800mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x03e72292 rt2x00lib_set_mac_address +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x07a4dbec rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x07f4ca9a rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0949acbd rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0b1cc994 rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0c01ff2e rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0cd6bc26 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x132e0e15 rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x15ee9849 rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x162c2610 rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x17996fd4 rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1d30f5f0 rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x22fd476e rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x30e0e694 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x31fca8fe rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4ec1dab8 rt2x00lib_txdone_nomatch +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x54833388 rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x58d59466 rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x65d83eaf rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6895dba5 rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6d9cc0cb rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x7297b4ec rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x74fff68d rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x79617bd2 rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8073fec0 rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8f3ce721 rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x91766c9f rt2x00mac_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x92b553fb rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9fdf1d9f rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa0ebc993 rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xaaf22c4e rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb23b4e0d rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb2a17c91 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb4005bdb rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb824469e rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb8995017 rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb8e86590 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb9d3705c rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xba938ed1 rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc4a9a7c6 rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc634e2e6 rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc71f8a1a rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xccca2172 rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd183ac49 rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xde2381ca rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe3cc5543 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xeb3630fa rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x1f322e9b rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x3d84d7cc rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x8757fcc0 rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x8c030c51 rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0xa03c6d82 rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x0c8bbb89 rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x4d7a2380 rt2x00pci_pm_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x9c8a54b5 rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x1cd340c8 rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x21a8a191 rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x27a51d84 rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x371bfd60 rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x380033b3 rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x654ad833 rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x694344f0 rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x7b7a57f9 rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x8125d77c rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x841430a4 rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x9ffe01f9 rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xa6da217d rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xd3e17eae rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xd9d9bc30 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xf45c8708 rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xfa58763d rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x416b04cd dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x52ca7f0b dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc778195d dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd087580f rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x0b1c2941 rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x0de3651e rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x208e8070 rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x2dfc1ea3 rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3f5bf9c0 rtl8723_phy_calculate_bit_shift +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x401d6c54 rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x52c937c9 rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x54a72e53 rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x5c27c5be rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x66ba0426 rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7c829e57 rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7ffe3024 rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x886c08b7 rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8baf8913 rtl8723_phy_set_sw_chnl_cmdarray +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8f5a4412 rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8f62c352 rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8f82d333 rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xa0a8798d rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xa5e327c0 rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xaa36c340 rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xac9e5c84 rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xbccf55f7 rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xc91c5553 rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xc99f491f rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xd049e8e8 rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xdc91744c rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xefb3c620 rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2921a4d4 rtl_btc_status_false +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x29b96918 rtl_update_beacon_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2bcd0473 rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2e5382f9 rtl_fill_dummy +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x36dfc36a rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x37b993b4 rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x397fb57c rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x406cd8bb read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x47fe91f3 rtl_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x490cad97 rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x515e1fc4 rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x564f904c rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x584a4473 rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x7736193c rtl_get_hwinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8488ba7d rtl_lps_leave +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x97e05663 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xa225c773 rtl_get_hal_edca_param +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xaa7e4f65 rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xaaa1078b rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb1985427 rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb42166e2 rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb5db449a rtl_efuse_ops_init +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc0c49233 rtl_set_tx_report +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc504d0bb rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc662bcb8 rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xcca42ba0 rtl_tx_report_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xdda2471e rtl_tx_ackqueue +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xe0cf6897 rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf8ff6add rtl_lps_change_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xfc9f290b rtl_lps_enter +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xfdc81d95 rtl_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x0f5c3ce9 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x29c3b67c rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x40ac29c2 rsi_hal_device_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x4905bb95 rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x78c9d5e6 rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xc48105be rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xcd173710 rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x9a46a271 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x9c79dbcc cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xcd5b0252 cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xcf97f9fc cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x2252cc8c wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x78882f56 wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0xab4f8838 wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x006c83a2 wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x06d3b27e wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0aec5387 wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1b11c192 wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x1b21cebf wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20351125 wlcore_get_native_channel_type +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2ab8e93e wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x4bd2a7e9 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x569c5d71 wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5ca99ca3 wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x5e630f7a wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6689a488 wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7c9aa430 wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x7d66a7e8 wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x841f9266 wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x84bba82a wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8963c636 wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8a85d0b9 wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8ac74b3b wlcore_event_fw_logger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8c8c0ad2 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x903a7520 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9344a76a wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x97ca9ae7 wlcore_cmd_generic_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9c33a5f1 wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9c4bc340 wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa2731c22 wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa52adc56 wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xae051faa wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xae39ec89 wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xaf96a161 wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc1db71fa wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc2c9347a wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc98604a5 wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xccf8559e wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xcdd5ae59 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd02dfc40 wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd2b52459 wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xd5f745ca wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdba6cc92 wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdc5fe552 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe2ad7b66 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe9afcc9b wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xee7d338c wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf6fd1a00 wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf9a1d220 wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfc66ff5d wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x3f2bdff0 nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xa5a82003 nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xe64c668d nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xe792f605 nfcmrvl_parse_dt +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x325208a4 pn533_finalize_setup +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x80018335 pn53x_common_clean +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x80e58b4b pn53x_common_init +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xab60250c pn53x_unregister_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xc814c27e pn53x_register_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xdecfd339 pn533_rx_frame_is_ack +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xea1f9f6e pn532_i2c_nfc_alloc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xee8e5abe pn533_rx_frame_is_cmd_response +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x188bc10a st_nci_enable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x37c776dd st_nci_probe +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x5094a4e7 st_nci_hci_event_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x54266e1f st_nci_remove +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x6cf37f42 st_nci_discover_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xa3ecd233 st_nci_disable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xbaf4397d st_nci_hci_load_session +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xcdba51ff st_nci_hci_cmd_received +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x7419c129 st95hf_spi_recv_echo_res +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0xaa0ce752 st95hf_spi_send +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0xfab186ef st95hf_spi_recv_response +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x0862001f ntb_transport_tx_free_entry +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x0b44aa91 ntb_transport_register_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x2bd03b4a ntb_transport_unregister_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x30934216 ntb_transport_max_size +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x32537aca ntb_transport_link_query +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x3d54dbfc ntb_transport_tx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x436098aa ntb_transport_link_down +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x4647cc5c ntb_transport_create_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x82e6c13d ntb_transport_qp_num +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x9c992c8f ntb_transport_link_up +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xc270dc24 ntb_transport_free_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xc37d9036 ntb_transport_rx_remove +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xd40e7a02 ntb_transport_rx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xf55d6313 ntb_transport_register_client_dev +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xf9eb813f ntb_transport_unregister_client_dev +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0x48d757bd virtio_pmem_host_ack +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0xb2e1cbca async_pmem_flush +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x1f0da484 nvme_auth_augmented_challenge +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x37a166fe nvme_auth_extract_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x51873876 nvme_auth_get_seqnum +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x561aff40 nvme_auth_gen_shared_secret +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x578dd031 nvme_auth_gen_privkey +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x674c5bc1 nvme_auth_hmac_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x6e91ee1b nvme_auth_digest_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x780989d1 nvme_auth_dhgroup_id +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xa43a2d05 nvme_auth_gen_pubkey +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xb4e95750 nvme_auth_free_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xb9cf4c3a nvme_auth_hmac_hash_len +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xc31b3ca0 nvme_auth_transform_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xc9bb48ac nvme_auth_dhgroup_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xcb39603c nvme_auth_hmac_id +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xd8aa50b6 nvme_auth_generate_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xf0ccf2d4 nvme_auth_dhgroup_kpp +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x04fb3f80 nvme_set_queue_count +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x077ec6ff nvme_setup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0e14d399 nvme_dev_attrs_group +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x11abc494 __SCK__tp_func_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1252f024 nvme_init_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x18081839 nvme_auth_wait +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1e40c1bf nvme_host_path_error +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x218f8db4 nvme_cancel_admin_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x26c29a72 nvme_start_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2a3644d9 nvme_get_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2ce10431 nvme_change_ctrl_state +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x34453c96 nvme_sync_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x49224181 nvme_reset_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4ab9d33c nvme_cancel_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4c71d807 nvme_remove_namespaces +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4f80e023 nvme_wait_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4f9b8b1c nvme_start_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x5271402d nvme_complete_rq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x5eba629c nvme_auth_negotiate +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x617cd605 nvme_unquiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x622aab72 nvme_wait_freeze_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x64a584f8 nvme_auth_stop +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x64b62862 nvme_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x684b2152 nvme_stop_keep_alive +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x68867c53 nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6931ef5d nvme_alloc_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x795efa40 nvme_uninit_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7e006e4e nvme_disable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x813bc3a9 nvme_remove_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x813cf212 nvme_io_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x88065ba6 nvme_complete_async_event +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8abe3eac nvme_quiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8b3edd59 nvme_reset_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x972ddd32 nvme_mpath_start_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa0d75f13 nvme_unfreeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa96afa69 nvme_fail_nonready_command +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xaedcdbf4 nvme_remove_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb5db98b5 nvme_cancel_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb672203f nvme_unquiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb765ea87 nvme_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb87d801f nvme_auth_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xbb3f9a4c __traceiter_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xbbcf925c nvme_alloc_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc11f0e73 nvme_quiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc2925d3f nvme_mark_namespaces_dead +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc355d81c nvme_complete_batch_req +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc35dc4ef nvme_set_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd45434ee admin_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd58bbbcb nvme_delete_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd74d11f3 nvme_sync_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd7cc1355 nvme_cleanup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xdcd3739d nvme_enable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xddcf30f4 nvme_auth_free +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe949d9f8 __nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xeccca165 nvme_wait_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf0eecc66 nvme_init_ctrl_finish +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf3253ea0 __tracepoint_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf96bc4b3 nvme_stop_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xf99c5975 __nvme_check_ready +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xfdafc820 nvme_delete_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xfe7b8ab7 nvme_try_sched_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x0b48d1db nvmf_ip_options_match +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x10912921 nvmf_reg_write32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x4b080585 nvmf_free_options +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x63dfcdaf nvmf_should_reconnect +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x6cbfa2f6 nvmf_get_address +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x71e8c670 nvmf_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xbf55122d nvmf_connect_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xbf6f9c36 nvmf_set_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xcf239c6f nvmf_reg_read32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xd9332942 nvmf_map_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xeb758d22 nvmf_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xf485a10a nvmf_connect_io_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xfe8b7761 nvmf_reg_read64 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x0d12e564 nvme_fc_register_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3884f8b8 nvme_fc_unregister_localport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3e33ac54 nvme_fc_rescan_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x8a9cf5a7 nvme_fc_set_remoteport_devloss +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xb58f3678 nvme_fc_io_getuuid +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xbb0e18a6 nvme_fc_rcv_ls_req +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xbb89270b nvme_fc_register_localport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xfca9dc99 nvme_fc_unregister_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x1c238190 nvmet_ctrl_fatal_error +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3e0ef07a nvmet_wq +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x8cb7fdb5 nvmet_sq_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x98bb748c nvmet_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xa892a4a5 nvmet_req_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xda8a12d2 nvmet_req_alloc_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xe446368a nvmet_req_complete +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xe45b8d4b nvmet_check_transfer_len +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xe49501d8 nvmet_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xea7f26d9 nvmet_req_uninit +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xed378c66 nvmet_sq_destroy +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xf4f3bb06 nvmet_req_free_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x0b98123d nvmet_fc_rcv_ls_req +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x1048b92a nvmet_fc_rcv_fcp_req +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x21754cd1 nvmet_fc_register_targetport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x4a013682 nvmet_fc_invalidate_host +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x7fa5302a nvmet_fc_rcv_fcp_abort +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x9ef76d99 nvmet_fc_unregister_targetport +EXPORT_SYMBOL_GPL drivers/pci/switch/switchtec 0x834bc39a switchtec_class +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x3fa43be0 tegra_xusb_padctl_set_vbus_override +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x5aeb7bfe tegra124_xusb_padctl_soc +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x7aa627a0 tegra_xusb_padctl_disable_phy_sleepwalk +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x7cf27102 tegra_xusb_padctl_enable_phy_sleepwalk +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x80720a75 tegra_xusb_padctl_get +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x849d7f4b tegra_phy_xusb_utmi_port_reset +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x87bd26b7 tegra_xusb_padctl_usb3_save_context +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x93d29cf1 tegra_phy_xusb_utmi_pad_power_down +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0x9b7b8832 tegra_xusb_padctl_disable_phy_wake +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xa14d4d03 tegra_xusb_padctl_put +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xa341f176 tegra_xusb_padctl_usb3_set_lfps_detect +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xc16a5390 tegra_phy_xusb_utmi_pad_power_on +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xc32b8901 tegra_xusb_padctl_get_usb3_companion +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xe070c03e tegra_xusb_padctl_enable_phy_wake +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xf2c507f5 tegra_xusb_padctl_remote_wake_detected +EXPORT_SYMBOL_GPL drivers/phy/tegra/phy-tegra-xusb 0xf6102aa8 tegra_xusb_padctl_hsic_set_idle +EXPORT_SYMBOL_GPL drivers/phy/ti/phy-omap-control 0x581484bf omap_control_phy_power +EXPORT_SYMBOL_GPL drivers/phy/ti/phy-omap-control 0x6ad5721c omap_control_pcie_pcs +EXPORT_SYMBOL_GPL drivers/phy/ti/phy-omap-control 0xc15c30c3 omap_control_usb_set_mode +EXPORT_SYMBOL_GPL drivers/phy/ti/phy-omap-usb2 0x00d48f33 omap_usb2_set_comparator +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x0516e4f4 mcp23x08_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x356d401b mcp23x17_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x4e75e2e8 mcp23s08_probe_one +EXPORT_SYMBOL_GPL drivers/pinctrl/qcom/pinctrl-lpass-lpi 0xa0d99d4f lpi_pinctrl_probe +EXPORT_SYMBOL_GPL drivers/pinctrl/qcom/pinctrl-lpass-lpi 0xa24042b3 lpi_pinctrl_remove +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0xa666e780 cros_ec_sensorhub_unregister_push_data +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros-ec-sensorhub 0xbf43e369 cros_ec_sensorhub_register_push_data +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros_usbpd_notify 0x6b1be500 cros_usbpd_unregister_notify +EXPORT_SYMBOL_GPL drivers/platform/chrome/cros_usbpd_notify 0x8bda2df3 cros_usbpd_register_notify +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0x03c519a5 devm_reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0x55a65b91 reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0x962a06d0 devm_reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xf1820a39 reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x33fab6c9 bq27xxx_battery_teardown +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0xa688d4e1 bq27xxx_battery_update +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0xd3574595 bq27xxx_battery_setup +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x2f0c66a2 pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x795703fa pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0xe8d85ea0 pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x0c4c7b86 ptp_qoriq_gettime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x11b05272 ptp_qoriq_init +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x1abd50a8 ptp_qoriq_enable +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x24fe411f ptp_qoriq_free +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x2eae82b0 ptp_qoriq_isr +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x9f2094f8 extts_clean_up +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xb4c97533 ptp_qoriq_adjfine +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xb672daf1 ptp_qoriq_settime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xf3d3c774 ptp_qoriq_adjtime +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x04bdf5ec mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x2ba20dfa mc13xxx_get_num_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x3a8b0494 mc13xxx_parse_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x3c77cbf4 mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x45577cae mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/rohm-regulator 0x902b27da rohm_regulator_set_voltage_sel_restricted +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x0ee65772 wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x3c661871 wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x8ef41458 wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xbfb64ddf wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xcea25a57 wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xd3815a20 wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0x2acf2c71 wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x276b62ba scp_get_device +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x6a24754d scp_get_vdec_hw_capa +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x6d00b00c scp_get +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0x7c60ea0d scp_mapping_dm_addr +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xcdd1d238 scp_put +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xe7fe6e15 scp_get_rproc +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp 0xf80f55d6 scp_get_venc_hw_capa +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x09313652 scp_memcpy_aligned +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x1f2e9187 scp_ipi_unregister +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x56d52b2e scp_ipi_register +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x6fe80975 scp_ipi_lock +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x81810d93 scp_ipi_unlock +EXPORT_SYMBOL_GPL drivers/remoteproc/mtk_scp_ipi 0x8275ee56 scp_ipi_send +EXPORT_SYMBOL_GPL drivers/remoteproc/pru_rproc 0x0b37f144 pru_rproc_put +EXPORT_SYMBOL_GPL drivers/remoteproc/pru_rproc 0x3130262f pru_rproc_set_ctable +EXPORT_SYMBOL_GPL drivers/remoteproc/pru_rproc 0x6cc88e41 pru_rproc_get +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x0fa538df qcom_register_ssr_notifier +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x25f5fe6c qcom_remove_glink_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x278ecba0 qcom_remove_ssr_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x3def5e24 qcom_add_glink_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x49d74b74 qcom_add_smd_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0x8697e31c qcom_add_ssr_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xb1644e5e qcom_minidump +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xd6cc0cc0 qcom_unregister_ssr_notifier +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xe24264fc qcom_remove_smd_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_common 0xfed50de3 qcom_register_dump_segments +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_pil_info 0x950d8f20 qcom_pil_info_store +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x13c460bc qcom_q6v5_request_stop +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x76270288 qcom_q6v5_init +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0x8f76ef86 qcom_q6v5_deinit +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xa58ba0f8 qcom_q6v5_prepare +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xc039f697 qcom_q6v5_panic +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xc2a05b8b qcom_q6v5_wait_for_start +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_q6v5 0xe712d3a3 qcom_q6v5_unprepare +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_sysmon 0x1482d168 qcom_sysmon_shutdown_acked +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_sysmon 0xa881c6fc qcom_remove_sysmon_subdev +EXPORT_SYMBOL_GPL drivers/remoteproc/qcom_sysmon 0xa90522ca qcom_add_sysmon_subdev +EXPORT_SYMBOL_GPL drivers/rpmsg/mtk_rpmsg 0x31769384 mtk_rpmsg_create_rproc_subdev +EXPORT_SYMBOL_GPL drivers/rpmsg/mtk_rpmsg 0x86903274 mtk_rpmsg_destroy_rproc_subdev +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0x149236da qcom_glink_native_remove +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0x6b66959c qcom_glink_native_probe +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xf14f5684 qcom_glink_ssr_notify +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_smem 0x4fe311b0 qcom_glink_smem_unregister +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink_smem 0xfffd8fc4 qcom_glink_smem_register +EXPORT_SYMBOL_GPL drivers/rtc/rtc-ds1685 0x22018558 ds1685_rtc_poweroff +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x04a8303d cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0c10b4c5 cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x15731661 cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1d4bff20 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1f40d209 cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x26d7903f cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2c625a49 cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x399fbf1a cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x441b0d71 cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x47cc06bd cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x492e17eb cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x58482113 cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5b475090 cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5ba9ee0d cxgbi_device_find_by_netdev_rcu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5f46999e cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6e9ca6c1 cxgbi_ddp_ppm_setup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x73ce26cf cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x786c5a80 cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8a4c9070 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8d3433f8 cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x93562f28 cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9c4dac7c cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9e756ed1 cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9f8d7229 cxgbi_device_find_by_netdev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa462ef0d cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa9daa594 cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa9f797da cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa9f8c599 cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xac732407 cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xad805776 cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb22e22dd cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb2f40cef cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb4259637 cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb917e4f7 cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbfaa20e6 cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc011af75 cxgbi_ddp_set_one_ppod +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd822891a cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xda942103 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdd53e24d cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xea8779a9 cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xefcb49b7 cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf4c59c78 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf61c35ac cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf6688610 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf7ebaa55 cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x1187ed5d fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x17d29437 fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x22ed8a0e fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x243bcbda fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x259ab69d __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x61a40431 fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x79ae9ad3 fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x8bf043a5 fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x8d45ff4c fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x96002575 fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xa46d93c6 fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb4649c95 fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbac58840 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbe92a483 fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbf4bbab0 fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc3f30cc0 fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xcce21938 fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xdb20e381 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf167cb7a fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0xe668fe3a fdomain_create +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0xf35395ac fdomain_destroy +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x497e7bca iscsi_boot_create_acpitbl +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x4b590b31 iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x76f44f98 iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x80d8eca8 iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xc7879159 iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xc9dee203 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xffaec248 iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/libfc/libfc 0xba51c2ac fc_seq_els_rsp_send +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x10275878 iscsi_session_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x11c85c42 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12c0880e iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1619ea1d iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x167b17b3 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x20652ce6 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x314a8ea6 iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x37fe6112 iscsi_host_get_max_scsi_cmds +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3a9a6b6d iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x43b7aa8b iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x448d4eac iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4775881a iscsi_conn_queue_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x51b0b474 iscsi_session_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5262f796 iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x54e4ef07 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x55568f7e __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5c12ae8c iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7e1ed20c iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x88c7a306 iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8a9b8aaf iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x94369e2e iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x94a3623c iscsi_eh_cmd_timed_out +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x972b4c43 iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9d9dffca iscsi_conn_queue_recv +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9fdf6408 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa54916a1 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa867bb5e iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xae310120 iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xaf9062bd iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb204c584 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb52b7cda iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xba38773e iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbf5337b8 iscsi_suspend_rx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc4562838 iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc4ba1379 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc595e753 iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcd8041fb iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcdf76cc5 iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcfd42583 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd20a3386 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd229609c iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdf2270e5 iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe817d20a iscsi_conn_unbind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeab9cbd5 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf2723cec __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf469c5d5 iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf78100ac iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf7e5b603 iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfae4e13b iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x116bf8b7 iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x131451b3 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x1542158b iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x16d1d97d iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x2536ea72 iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x339fbaa2 iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x51263bc4 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x65ecdb5a iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x671e6eef iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x694b3895 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x6ef1e27e iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x85be738b iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x8cd090e4 iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb3956f29 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xc7f2c293 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xe0fcf0d3 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xfbd55871 iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0c711bcd sas_clear_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1ddecebb sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1e67bccc sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1fd65f18 sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x217c6437 dev_attr_phy_event_threshold +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x285c75bc sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4ff62464 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x522730a1 sas_abort_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5334334c sas_eh_target_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5fe80bdf sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x78f20a8d sas_execute_ata_cmd +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8520bb77 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x89557ea8 sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8bd3f6c3 sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9391d32e sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9762d4e6 sas_ata_device_link_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9a4be96a sas_find_attached_phy_id +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9fcb6686 sas_notify_port_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa45ba3f8 sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb1276a34 sas_execute_internal_abort_dev +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb52a4f9c sas_abort_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb974954c sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbd965e55 sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbdafc260 sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbfc97691 sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc0ef9bc2 sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc9386d33 sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xcbb89ce5 sas_execute_internal_abort_single +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd61275e7 sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd793a502 sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xdaf1ef71 sas_query_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xdcadf2ed sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xde9bef30 sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe5b64bdc sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe8cc446a sas_lu_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf2b381c4 smp_ata_check_ready_type +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_fc 0x39b50d59 fc_eh_should_retry_cmd +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x01781c0a iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x04a6ed51 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0f52d8f3 iscsi_alloc_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x11d5fcec iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x18b1c217 iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1b02a5e2 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x259cbed6 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2d83fd34 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x30982e5e iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x31aa9d3d iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3595c6b2 __tracepoint_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x411f828c iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4258eca5 iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4888bf3f iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x4dc3ac68 iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x50ff6921 iscsi_add_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x54acc29c iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x54bcac95 iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x56a54bca iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x584a31ab __SCK__tp_func_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x65f1a209 iscsi_force_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x67d9ebcd iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6882e57c iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x69cc331d __traceiter_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6d057c1f iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x70199764 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7146ddcf iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x71b768b0 __SCK__tp_func_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x777c0994 iscsi_remove_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7c7ccd41 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7dce9aa7 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7ff6e742 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x853b4d96 iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x862314b8 __traceiter_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x88768c48 __SCK__tp_func_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8ec4f8bd iscsi_put_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x99878965 __traceiter_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xab4674c8 __SCK__tp_func_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb2f944c9 __tracepoint_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb6fe8eb0 iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbbfdcdbd iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc75eac67 iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd4167723 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd4d0cd1e iscsi_dbg_trace +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd58b8b0d iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd67b37f4 iscsi_get_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd895e6de iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdc152add __traceiter_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xde5ed0c7 __tracepoint_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe395d5fe iscsi_put_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe39c5efb __traceiter_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe4c79fa6 __SCK__tp_func_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe55dd2ee iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe8047a3b __tracepoint_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe898ee07 iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xeb3254ce __tracepoint_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xffc75ec0 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xffee160c iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x473d449a sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x8bdbc27f sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xce5c10ca sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0xd05e092a sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x0ef06974 spi_populate_ppr_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x701c08cb spi_populate_tag_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xa0c71dac spi_populate_sync_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xcffa2aff spi_populate_width_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x1902178a srp_tmo_valid +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x5b8c91aa srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x8d4a6e79 srp_rport_add +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xa0de63bf srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xde443b4f srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xec3164ca srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xf8e6e759 srp_remove_host +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x23788c42 siox_device_synced +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x41bc3fa5 siox_master_alloc +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x5bd364b2 siox_device_connected +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x79bee331 siox_master_unregister +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xb50e9163 siox_master_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xf89e3f0d __siox_driver_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x07f23a0c slim_free_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x146aa4f7 slim_read +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x1541077e slim_stream_disable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x2e515e8d slim_register_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x3185bf21 slim_ctrl_clk_pause +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x32e05fda slim_readb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x331a9ef8 slim_stream_prepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x34be4d27 slim_stream_allocate +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x5ab9c17a slim_unregister_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x64d903d2 slim_alloc_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x67fda818 slim_get_logical_addr +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x7dd9cf57 of_slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x8661ed2c slim_driver_unregister +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x89ebf903 slimbus_bus +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x91374841 slim_writeb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x9b33934f slim_write +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x9f634e08 slim_msg_response +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xbe5e1f39 slim_stream_free +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xd04eba6b slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xd4d95539 slim_stream_unprepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xd52cadf7 slim_stream_enable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xed8722ef __slim_driver_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf3c1fe8f slim_report_absent +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf3ee8417 slim_do_transfer +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf734fa10 slim_device_report_present +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xfaf3f0ea slim_xfer_msg +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0x494128eb meson_canvas_alloc +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0x673c5a86 meson_canvas_config +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0x86d41eb1 meson_canvas_get +EXPORT_SYMBOL_GPL drivers/soc/amlogic/meson-canvas 0xfbd79150 meson_canvas_free +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x08d54949 mtk_mmsys_ddp_dpi_fmt_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x0e07996b mtk_mmsys_ddp_disconnect +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x0fdc612b mtk_mmsys_hdr_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x5253e545 mtk_mmsys_vpp_rsz_dcm_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x5bdf846b mtk_mmsys_ddp_connect +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0x7a10e43b mtk_mmsys_vpp_rsz_merge_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0xc2737cc2 mtk_mmsys_mixer_in_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0xe45fbc5b mtk_mmsys_merge_async_config +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mmsys 0xedb4072d mtk_mmsys_mixer_in_channel_swap +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x1736cec6 mtk_mutex_remove_comp +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x1d6696b0 mtk_mutex_disable +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x2fcc9ff2 mtk_mutex_add_comp +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x4e2f3c90 mtk_mutex_enable_by_cmdq +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x51991b38 mtk_mutex_enable +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x5ec2319a mtk_mutex_unprepare +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x71a9a3ab mtk_mutex_acquire +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x7534596b mtk_mutex_write_sof +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x7a34cda0 mtk_mutex_get +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0x8b650752 mtk_mutex_release +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0xab7f853d mtk_mutex_prepare +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0xbbb4ab02 mtk_mutex_put +EXPORT_SYMBOL_GPL drivers/soc/mediatek/mtk-mutex 0xfa95f801 mtk_mutex_write_mod +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x09f0e995 gpr_send_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x15b96224 __apr_driver_register +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x1a1d2684 apr_send_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x68edc668 aprbus +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x722b1bf6 gpr_alloc_port +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x8f021a8c gpr_send_port_pkt +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0x94cbdf32 apr_driver_unregister +EXPORT_SYMBOL_GPL drivers/soc/qcom/apr 0xbf513db6 gpr_free_port +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-qcom 0x06285798 llcc_slice_deactivate +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-qcom 0x09afc16e llcc_slice_activate +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-qcom 0x14f99b76 llcc_get_slice_id +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-qcom 0x2027e82d llcc_slice_getd +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-qcom 0x62ff6e92 llcc_slice_putd +EXPORT_SYMBOL_GPL drivers/soc/qcom/llcc-qcom 0xdffee709 llcc_get_slice_size +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x17b6b90a qcom_mdt_read_metadata +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x271a0c1b qcom_mdt_load +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x45e1cd7c qcom_mdt_get_size +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0x6e29aed3 qcom_mdt_pas_init +EXPORT_SYMBOL_GPL drivers/soc/qcom/mdt_loader 0xefcac118 qcom_mdt_load_no_init +EXPORT_SYMBOL_GPL drivers/soc/qcom/pmic_glink 0x621f8f38 devm_pmic_glink_register_client +EXPORT_SYMBOL_GPL drivers/soc/qcom/pmic_glink 0x9bafd667 pmic_glink_send +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0x50d28b20 qcom_ice_evict_key +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0x821440f7 of_qcom_ice_get +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0x82936acb qcom_ice_enable +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0xc994d57b qcom_ice_suspend +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0xe4280d97 qcom_ice_program_key +EXPORT_SYMBOL_GPL drivers/soc/qcom/qcom_ice 0xf0e63b1a qcom_ice_resume +EXPORT_SYMBOL_GPL drivers/soc/qcom/smem 0x5a710273 qcom_smem_get_free_space +EXPORT_SYMBOL_GPL drivers/soc/qcom/smem 0x63ef36e3 qcom_smem_alloc +EXPORT_SYMBOL_GPL drivers/soc/qcom/smem 0x932eb0e3 qcom_smem_get +EXPORT_SYMBOL_GPL drivers/soc/qcom/smem 0x9979b76e qcom_smem_virt_to_phys +EXPORT_SYMBOL_GPL drivers/soc/qcom/smem 0xe583bba3 qcom_smem_get_soc_id +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x0d2cc6a9 pruss_cfg_miirt_enable +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x0db01a39 pruss_get +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x439eacf9 pruss_cfg_xfr_enable +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x50f10deb pruss_cfg_set_gpmux +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0x71325583 pruss_put +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0xb3b0a0f3 pruss_cfg_gpimode +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0xd229866e pruss_release_mem_region +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0xd4765d54 pruss_request_mem_region +EXPORT_SYMBOL_GPL drivers/soc/ti/pruss 0xd7b4f865 pruss_cfg_get_gpmux +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x850ae3be __sdw_register_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xa343742f sdw_unregister_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xdfa52ecc sdw_bus_type +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0x61a3ba53 altera_spi_init_host +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0xb9edd149 altera_spi_irq +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x07338323 spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x355d1e4a spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x387fac33 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x527c62c1 spi_bitbang_init +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x6521dfa8 spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xaa8da7d7 spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x1475d302 spi_test_execute_msg +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x2e153544 spi_test_run_test +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x78b30cf3 spi_test_run_tests +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x0ef8ec7f spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x0f3d75cf spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x12b05fe8 spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x1da59188 spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x226b926e spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x38a6ca6f spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x3b75b542 spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x448db8fc spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x53976bc4 spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x5b64f587 spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x9c2abce4 spmi_device_from_of +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xa0313f10 __spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xaedc3122 spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb3381f2d spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xc5ed30ba spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xcc220f83 spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd721d932 spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xdd120757 spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xed0bc7d5 spmi_device_add +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x318a6dea ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x240da5fb anybuss_write_input +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x2de8eb53 anybuss_read_fbctrl +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x2ec25ffa anybuss_send_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x6ddabf84 anybuss_client_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x83e58be1 anybuss_start_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x8a976915 anybuss_set_power +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x8c73f2a0 anybuss_read_output +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x97c27f67 anybuss_recv_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xb1bd8563 anybuss_host_common_probe +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xb2c2ee1e anybuss_finish_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xda1107c6 anybuss_send_ext +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xe88a84ff anybuss_client_driver_register +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xfce879ad anybuss_host_common_remove +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xfd65a600 devm_anybuss_host_common_probe +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x35996855 fieldbus_dev_register +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x94bdde16 fieldbus_dev_area_updated +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xc04b21a2 fieldbus_dev_online_changed +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xcd9d4071 fieldbus_dev_unregister +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x3380301a gb_audio_apbridgea_prepare_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x490efcf9 gb_audio_apbridgea_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x4ac5fc5d gb_audio_apbridgea_stop_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x65fff742 gb_audio_apbridgea_shutdown_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x7f8981e2 gb_audio_apbridgea_unregister_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x876d0411 gb_audio_apbridgea_stop_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x97f14f9a gb_audio_apbridgea_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xa8570f0e gb_audio_apbridgea_shutdown_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xb2db2d21 gb_audio_apbridgea_register_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xb501ed32 gb_audio_apbridgea_start_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xd2c15883 gb_audio_apbridgea_set_config +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xecbff09b gb_audio_apbridgea_start_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xfe28c856 gb_audio_apbridgea_prepare_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x1f4e6aa4 gb_audio_gb_set_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x20e3b604 gb_audio_gb_get_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x3829b820 gb_audio_gb_deactivate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x3d4cc0cd gb_audio_gb_get_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x545d87cb gb_audio_gb_set_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x686e700b gb_audio_gb_activate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x866ac15d gb_audio_gb_get_topology +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x9841930c gb_audio_gb_enable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x99f5f748 gb_audio_gb_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xa6e3b8fb gb_audio_gb_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xacfbf66c gb_audio_gb_deactivate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xd76d7b36 gb_audio_gb_disable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xfcbc3e47 gb_audio_gb_activate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x19e9e6b1 gb_audio_manager_remove_all +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x1fa35cf3 gb_audio_manager_put_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x32e6391e gb_audio_manager_remove +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x5a108b0f gb_audio_manager_add +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x79eef2f8 gb_audio_manager_dump_all +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x89f731f5 gb_audio_manager_get_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0xaeac8ca2 gb_audio_manager_dump_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0x0784cc85 gb_gbphy_register_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0x70ae8298 gb_gbphy_deregister_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0x27c46286 gb_spilib_master_exit +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0x9ea6e738 gb_spilib_master_init +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0x20942f52 adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/media/av7110/sp8870 0x7d5d3382 sp8870_attach +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x0dd8b97d imx_media_add_video_device +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x17118b52 imx_media_capture_device_init +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x26a19c44 imx_media_free_dma_buf +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x29a9c801 imx_media_add_of_subdevs +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x3afc4948 imx_media_find_pixel_format +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x483f4f53 imx_media_capture_device_register +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x4d7ba53c imx_media_pipeline_subdev +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x534ba9e1 imx_media_find_mbus_format +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x5716b801 imx_media_probe_complete +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x5f916b6a imx_media_dev_init +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x63c869aa imx_media_capture_device_error +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x696fa7db imx_media_dev_notifier_register +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x6c2a8e69 imx_media_pipeline_set_stream +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x78726157 imx_media_capture_device_next_buf +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0x7f4140f9 imx_media_capture_device_remove +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xa3e20cad imx_media_capture_device_unregister +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xa631199b imx_media_grp_id_to_sd_name +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xa9e2459f imx_media_enum_mbus_formats +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xba1c7b7e imx_media_mbus_fmt_to_pix_fmt +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xbde20e67 imx_media_alloc_dma_buf +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xc02b8590 imx_media_pipeline_pad +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xc0e6162e imx_media_init_mbus_fmt +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xca6cdaf6 imx_media_init_cfg +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xd4e45b7e imx_media_try_colorimetry +EXPORT_SYMBOL_GPL drivers/staging/media/imx/imx-media-common 0xe932b00b imx_media_enum_pixel_formats +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x115655e9 amvdec_am21c_body_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x16bd87c5 amvdec_read_parser +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x1cb1e6d9 amvdec_am21c_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x22700eca amvdec_remove_ts +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x2e0eef26 codec_hevc_setup_buffers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x48bd2cdb amvdec_write_dos +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x4c903ae2 amvdec_dst_buf_done_idx +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x5786e544 codec_hevc_free_mmu_headers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x5ff35ee8 amvdec_am21c_head_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x88648e39 codec_hevc_fill_mmu_map +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0x95f965be amvdec_set_canvases +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xa6a1187d amvdec_abort +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xbb635963 amvdec_write_parser +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xbbb931b2 amvdec_src_change +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xc2b2e242 amvdec_read_dos +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xc848a4e4 amvdec_dst_buf_done_offset +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xcbcac566 amvdec_dst_buf_done +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xce844b20 amvdec_set_par_from_dar +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xd967abb0 codec_hevc_setup_decode_head +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xdac5a738 amvdec_get_output_size +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xde3fea36 amvdec_add_ts +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xdfc71d53 amvdec_clear_dos_bits +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xe837ec9c codec_hevc_free_fbc_buffers +EXPORT_SYMBOL_GPL drivers/staging/media/meson/vdec/meson-vdec 0xea48b76a amvdec_write_dos_bits +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0x51b54f92 nvec_unregister_notifier +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0x55f421aa nvec_register_notifier +EXPORT_SYMBOL_GPL drivers/staging/nvec/nvec 0xbe2e79b6 nvec_msg_free +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x1d296186 target_submit_prep +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x648da418 target_free_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x7224cac6 target_init_cmd +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x8ab064d5 target_submit +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x8b7517a4 target_stop_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xc03dcf6e target_alloc_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xc30fd7f7 target_wait_for_cmds +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xc708ac50 target_queue_submission +EXPORT_SYMBOL_GPL drivers/tee/tee 0x071f94b2 tee_shm_get_va +EXPORT_SYMBOL_GPL drivers/tee/tee 0x13e67f67 tee_shm_pool_alloc_res_mem +EXPORT_SYMBOL_GPL drivers/tee/tee 0x5ae0eeb2 tee_shm_alloc_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0x5b96a5e8 tee_device_alloc +EXPORT_SYMBOL_GPL drivers/tee/tee 0x5f3f870c tee_client_open_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0x6ffeaea6 tee_shm_get_from_id +EXPORT_SYMBOL_GPL drivers/tee/tee 0x716f059e tee_shm_free +EXPORT_SYMBOL_GPL drivers/tee/tee 0x8290a85b tee_shm_get_pa +EXPORT_SYMBOL_GPL drivers/tee/tee 0x85fd9922 tee_session_calc_client_uuid +EXPORT_SYMBOL_GPL drivers/tee/tee 0x8a6fd12f tee_shm_register_kernel_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0x8c3ef40d tee_device_unregister +EXPORT_SYMBOL_GPL drivers/tee/tee 0x90efba7a tee_shm_alloc_priv_buf +EXPORT_SYMBOL_GPL drivers/tee/tee 0x96aa70c2 tee_client_close_session +EXPORT_SYMBOL_GPL drivers/tee/tee 0xa3ad1660 teedev_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0xa4d2059d teedev_open +EXPORT_SYMBOL_GPL drivers/tee/tee 0xb24308a9 tee_client_get_version +EXPORT_SYMBOL_GPL drivers/tee/tee 0xb351b084 tee_bus_type +EXPORT_SYMBOL_GPL drivers/tee/tee 0xbba99ee5 tee_device_register +EXPORT_SYMBOL_GPL drivers/tee/tee 0xbcb2fbde tee_client_open_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0xc08451f7 tee_client_invoke_func +EXPORT_SYMBOL_GPL drivers/tee/tee 0xeb1a5e90 tee_client_close_context +EXPORT_SYMBOL_GPL drivers/tee/tee 0xf2b4b9f4 tee_get_drvdata +EXPORT_SYMBOL_GPL drivers/tee/tee 0xf7a7980a tee_shm_put +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x01d23ee1 tb_property_create_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x07f0c7e0 tb_xdomain_alloc_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x083cff01 tb_ring_poll_complete +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x12baf60c tb_unregister_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x1db051dd tb_ring_poll +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x1ea66995 tb_ring_alloc_rx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x21a31526 tb_unregister_protocol_handler +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x2c953e26 tb_register_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x2cc90d97 tb_xdomain_lane_bonding_enable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x36521060 tb_register_protocol_handler +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x393b4f2f tb_property_free_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x3d7c4514 tb_ring_stop +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4036e3ae tb_xdomain_request +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4310f5c0 tb_xdomain_response +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x54aa0fcd tb_xdomain_release_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x603249ed tb_unregister_property_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x658e3d97 tb_property_add_immediate +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x66629b96 tb_service_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x6ceee74b tb_property_remove +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x7c559f30 tb_ring_alloc_tx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x86166e8c tb_property_get_next +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x883d71a3 tb_xdomain_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8b62f95e tb_property_add_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x9a8bd3e0 tb_xdomain_enable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x9f4cc7aa tb_ring_free +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa88d1b95 tb_xdomain_release_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb7c7cdce tb_property_add_text +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xc64da6ae tb_property_find +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xd8f67a6d tb_xdomain_disable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xddddee0e tb_xdomain_find_by_route +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xe2697cd4 tb_property_add_data +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xed011d28 tb_xdomain_alloc_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf0176003 tb_xdomain_lane_bonding_disable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf1cfd1ff tb_register_property_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf46a1082 tb_ring_start +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf7618d08 tb_xdomain_find_by_uuid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf94bdace __tb_ring_enqueue +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x0fa1db41 ufshcd_resume_complete +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x10b3871c ufshcd_mcq_write_cqis +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x1213f5cf ufshcd_uic_change_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x16894ab8 ufshcd_clkgate_delay_set +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x17707415 ufshcd_hold +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x1f53259e ufshcd_uic_hibern8_exit +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x25eaa0c6 ufshcd_mcq_config_esi +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x2cc92009 ufshcd_system_thaw +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x332dccac ufshcd_mcq_poll_cqe_lock +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x362f6f7a ufshcd_config_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x39a42c1f ufshcd_system_freeze +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x3e33297b ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x3ea5de94 ufshcd_hba_stop +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x40faa27a __ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x49617b41 ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x4afd9af9 ufshcd_system_restore +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x4f4a0f69 ufshcd_release +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x689442ef ufshcd_dme_configure_adapt +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x723b1abf ufshcd_delay_us +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x7dad5c21 ufshcd_init +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x7deaf01c ufshcd_make_hba_operational +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x7e4357e4 ufshcd_update_evt_hist +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x95066cf0 ufshcd_remove +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x9d4ae25a ufshcd_dealloc_host +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xabbd6568 ufshcd_get_vreg +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xad32bda4 ufshcd_hba_enable +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xb65f596d ufshcd_auto_hibern8_update +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xc571a05a ufshcd_uic_hibern8_enter +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xcbb6dca8 ufshcd_fixup_dev_quirks +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xcd254593 ufshcd_mcq_enable_esi +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xe3ad57fa ufshcd_dump_regs +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xe8ab7b66 ufshcd_link_recovery +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xefce3235 ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x54c946de ufshcd_init_pwr_dev_param +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x7a0460ff ufshcd_get_pwr_dev_param +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0xbae4a800 ufshcd_pltfrm_init +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0xf75a8985 ufshcd_populate_vreg +EXPORT_SYMBOL_GPL drivers/uio/uio 0x89f8fbeb uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0x9899954c uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xf4822a36 __uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xf683549a __devm_uio_register_device +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xa849b9ef usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xe3635a1f usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x1510d97c cdns_drd_gadget_on +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x5329f723 cdns_power_is_lost +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x53d3f37a cdns_drd_gadget_off +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x79f59340 cdns_resume +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x7e14bc75 cdns_set_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xaaaddcfb cdns_suspend +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xb6f8de21 cdns_init +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xb7203222 cdns_set_active +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xe4337e45 cdns_remove +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xfc8689b0 cdns_clear_vbus +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x45edf069 hw_phymode_configure +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x5b4d40e3 ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x75c625e5 ci_hdrc_query_available_role +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xad2fc94e ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x020bca0d imx_usbmisc_suspend +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x2eebd200 imx_usbmisc_init_post +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x8049f861 imx_usbmisc_charger_detection +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x8421382f imx_usbmisc_resume +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xb3dd3954 imx_usbmisc_hsic_set_connect +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xf625d38e imx_usbmisc_init +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x00c3850a __ulpi_register_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x502e99d3 ulpi_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x5db84585 ulpi_read +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x732f6033 ulpi_unregister_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x8ee6e8d4 ulpi_register_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xcd1bf4a9 ulpi_write +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x1b46e72a g_audio_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x26b1d617 u_audio_get_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x2ace1fdf u_audio_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x3db3a1cf u_audio_set_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x40f5a726 u_audio_set_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x613381f4 u_audio_start_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x7cb4b0e6 u_audio_get_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x9db2c9fc u_audio_set_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xa3621ea0 u_audio_start_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xace41a5d u_audio_get_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xb313bf39 u_audio_stop_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xcae8426e u_audio_stop_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xd198d6a8 g_audio_setup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xe13bef71 u_audio_set_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xe553a3b7 u_audio_get_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x03cc8c75 gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x1592d4c8 gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x2dd5b72c gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x43cb445a gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x4c835bab gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x5072c284 gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x7483afd6 gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x7af0b5d4 gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x8acdff4d gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x93c67714 gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x96378e56 gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x9811e496 gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x9bdc0047 gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xb134e2d2 gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xc2a61a60 gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xce1fc813 gether_set_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xe6c7bf3d gether_resume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xf71c9aae gether_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x1bba9e26 gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x45a7ddb2 gserial_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x4a3df9d0 gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x54657b49 gserial_resume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x60ea48a0 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x77dbf841 gserial_get_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xa18ee0bd gserial_set_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xc5a348ea gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xe89dc424 gserial_alloc_line_no_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x12772b85 ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x253a0ef8 ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x9634c03c ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x004b6f57 fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x105cfea4 fsg_show_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x141fce2a fsg_common_remove_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1710b539 fsg_fs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1a222742 fsg_store_forced_eject +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1ccb58f7 fsg_common_set_num_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x27a4ce16 fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x398778e1 fsg_ss_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x3c6a07d0 fsg_common_create_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x423845e4 fsg_ss_bulk_in_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x4b60a1ad fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x5b8deea7 fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x6c7253b0 fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x6eb35bce fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x722e8300 fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x7e26d4a5 fsg_common_set_sysfs +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x7fccd784 fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x7fd7a21d fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x95cffb3e fsg_hs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x9a0221c7 fsg_common_free_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x9a0ab970 fsg_store_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa5cae92f fsg_ss_bulk_out_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa5f99b69 fsg_fs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xab6c68ac fsg_config_from_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb3adf38d store_cdrom_address +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb3de1137 fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb52ba28a fsg_intf_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb54d0d95 fsg_fs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xbc6311bd fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xbdc83f2e fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xcb12afd7 fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xd1a3e8e0 fsg_common_create_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xdc944c92 fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xf223e5ed fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x0f999941 rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x20cc63b1 rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x2b4d8880 rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x30d0492d rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x3a28a102 rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x8aaf048d rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x992dba42 rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xa6109f94 rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xb27ddb09 rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xb36098b8 rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xb4c2f44b rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xbc6f3f27 rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xd65ac2b6 rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xd9218120 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xfbc070c1 rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0a51ecce usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0c589aba usb_validate_langid +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0cb7e477 usb_ep_autoconfig_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x16ed3566 usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1707fdf6 usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1e642133 usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x25561b38 usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x28112639 usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x28d1423a usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3598c40d usb_func_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3cfc96cd usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4402489b usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x451ae20d usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4927a7fc config_ep_by_speed_and_alt +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4beb505d usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4d8c876e usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x52d911ef usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6481c4b5 usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x665fbf3e usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7ac3c673 config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8709138e usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x982cb36d alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xaa86cd31 usb_otg_descriptor_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xafc25985 usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xb2d7b1ed usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbd4c26bd usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbde59bff usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xbf2a4057 usb_otg_descriptor_alloc +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xc4e2fb44 usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd225cf09 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2d9b59c usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe1f6ff59 usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xec9afb48 usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xeea065b0 usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf3445700 usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xfdbbf387 usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x03ef7ebe udc_enable_dev_setup_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x147dc15d udc_remove +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x2eb562fd empty_req_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x413379ce udc_basic_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x5d01d078 udc_irq +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x7a9f1a91 udc_mask_unused_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x83d4a9ba free_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xa48184b3 udc_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xb0f26274 gadget_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xf98ab8bd init_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-pci-renesas 0x7ac48c55 renesas_xhci_check_request_fw +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0x17d776e8 xhci_plat_remove +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0x588dc7bb xhci_plat_probe +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0xe4b33da6 xhci_plat_pm_ops +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x631809dc ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0xd2dc9fb4 ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-am335x-control 0xe0f57492 am335x_get_phy_control +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0xd89d9b49 isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x8b5cb49f tegra_usb_phy_preresume +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0x9f719b42 tegra_usb_phy_postresume +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0xcd2fb67e tegra_ehci_phy_restore_end +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-tegra-usb 0xd8b8d178 tegra_ehci_phy_restore_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0xd781c27d usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x154491ea usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x16b69d88 usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x4fcf95cc usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x536dd5b3 usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x5e1d3070 usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x6333195f usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x64494b88 usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x6bc49986 usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x76395b52 usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x791ccec8 usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x79d69c24 usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x7b054720 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x90f5dca9 usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x92bc7046 usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x92ce1b65 usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb1395a53 usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb1fd6ac6 usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xe3845152 usb_serial_claim_interface +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xe898dacb usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xfd5c338a usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0x5ec3cb7a dp_altmode_probe +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0xde2b1336 dp_altmode_remove +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x2a43062b tcpci_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x6f497a3c tcpci_irq +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0xbe111953 tcpci_get_tcpm_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0xc529e32e tcpci_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x10ec6d2d tcpm_sink_frs +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x3b84657b tcpm_pd_transmit_complete +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x76eeda4b tcpm_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x9e0bd753 tcpm_pd_hard_reset +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xb655342c tcpm_pd_receive +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xc37b9769 tcpm_cc_change +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xceb50012 tcpm_vbus_change +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xd680581d tcpm_port_clean +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xda86a83d tcpm_port_is_toggling +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xe01bb5e0 tcpm_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xea220941 tcpm_tcpc_reset +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xeb779665 tcpm_sourcing_vbus +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x00f11f7f typec_unregister_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x068a723c typec_cable_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x09e549dd typec_altmode_attention +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0cf9a962 usb_power_delivery_unregister_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x10ca2c3b typec_altmode_get_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x11820fb9 typec_mux_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x15012c88 typec_plug_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x17dabf76 typec_get_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x193b5c44 typec_register_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1c40e990 typec_get_fw_cap +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1e649fc5 typec_mux_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x200f1966 __typec_altmode_register_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x21fbf48b typec_port_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x29065313 typec_cable_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2ada8cc4 typec_switch_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2d1e301d typec_find_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x30f64ef1 typec_retimer_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x33f47ff4 typec_altmode_get_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x35267f29 usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x35db95b0 typec_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3ca09ae6 typec_register_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x3eac75f8 typec_retimer_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x452f39ea usb_power_delivery_unlink_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5333a74a typec_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5639797d usb_power_delivery_register_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5681468f typec_mux_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x56f22e9f typec_get_negotiated_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x582615f3 typec_cable_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x60846e4f typec_port_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x609e8b53 typec_altmode_notify +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x64082423 typec_match_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x67743e6f typec_unregister_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6b3d9465 typec_mux_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x79d3d482 usb_power_delivery_link_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7e9675d1 typec_retimer_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x80c13042 typec_partner_set_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x83e9f76e typec_unregister_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x85a27bdd fwnode_typec_retimer_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x86521d45 typec_switch_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x881bfed5 typec_set_pwr_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8ab96721 typec_partner_usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8ae7d305 typec_switch_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8b54db1d typec_retimer_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9049491e typec_find_port_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x90b94fc6 typec_mux_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x91b65361 fwnode_typec_switch_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x92cbf88f typec_partner_set_pd_revision +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9b502e55 typec_altmode_exit +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9d486ab7 usb_power_delivery_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa0783caf typec_altmode2port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa08ea142 typec_retimer_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa254de98 typec_find_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa3911a0c typec_partner_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa8d45157 typec_partner_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xace1cf66 typec_set_mode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc21f2f1d typec_set_vconn_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc70117bf typec_altmode_update_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc7ac1dba typec_altmode_vdm +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xcafb8812 typec_altmode_enter +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xcfb3fb9e typec_unregister_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd2fa1286 typec_switch_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd5d1b9ee typec_switch_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd8e45fbe typec_partner_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xdc4278c5 typec_plug_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xde07d01e typec_switch_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe472c04e typec_register_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe90f9acd typec_port_register_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xeafc1eb8 typec_find_port_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xec1d2f5e typec_altmode_put_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xedaeec15 typec_set_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf020c551 typec_partner_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf103e9b3 fwnode_typec_mux_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf1234a8b typec_find_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf4d5e220 typec_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf84c78c4 typec_cable_is_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf9945a32 typec_altmode_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfc8df340 typec_mux_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfd6191b7 typec_set_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xff1336c4 typec_set_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x195a2a77 ucsi_destroy +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x230cd941 ucsi_send_command +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x49c8e73e ucsi_register +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x561f2d06 ucsi_resume +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x5a14920b ucsi_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x7205d7c9 ucsi_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xab9d6643 ucsi_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xad8eed90 ucsi_connector_change +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xc93a71c6 ucsi_create +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x032ffe17 usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x0366499b usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x0e445d76 dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x269d0787 usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x4a4a7498 usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x7d53a59e usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xa773adad usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xbf3f882b usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xc2e00005 usbip_in_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd02753dc usbip_header_correct_endian +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd5e6802c usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe1ea0586 usbip_dump_header +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xea3072b7 usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xfcea183d usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xfd3bacd2 usbip_start_eh +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x02286cfd vdpa_get_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x036974e1 _vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x0597169b __vdpa_alloc_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x0f8e80fb _vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x2a0944a1 vdpa_unregister_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x2fbf6499 vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x39609197 vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x5678b3aa __vdpa_register_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x718f75c9 vdpa_mgmtdev_unregister +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xa2050187 vdpa_mgmtdev_register +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xc7457d7d vdpa_set_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0x81fd382b vdpasim_create +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0xb53ee048 vdpasim_schedule_work +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x0335f141 vfio_pci_core_disable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x08664fb4 vfio_pci_core_init_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x1423e81a vfio_pci_core_sriov_configure +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x2a73c2c7 vfio_pci_core_read +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x348c630c vfio_pci_core_release_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x3e9d343a vfio_pci_core_unregister_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x412cf9e0 vfio_pci_core_finish_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x4cf699b8 vfio_pci_core_set_params +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x551e2347 vfio_pci_core_register_dev_region +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x58d36b54 vfio_pci_core_mmap +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x6fa527dc vfio_pci_core_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x7f87d74c vfio_pci_core_aer_err_detected +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x81f61d2a vfio_pci_core_write +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xa82805b1 vfio_pci_core_match +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xc3c5b8c6 vfio_pci_core_close_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xc48bc450 vfio_pci_core_request +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xc79ff6bf vfio_pci_core_register_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xd94aafe7 vfio_pci_core_err_handlers +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xf25810da vfio_pci_core_ioctl_feature +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xfd6c0dbd vfio_pci_core_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x36fad861 vfio_platform_write +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x3a252bcd vfio_platform_release_common +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x5d9b0837 vfio_platform_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x6d2b25f6 vfio_platform_close_device +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x6f2fa4f9 vfio_platform_init_common +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0x98e17957 vfio_platform_open_device +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xa2f37aad vfio_platform_unregister_reset +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xaddf7703 vfio_platform_read +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xfa5a3e73 vfio_platform_mmap +EXPORT_SYMBOL_GPL drivers/vfio/platform/vfio-platform-base 0xfb6e1dae __vfio_platform_register_reset +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x01a9b514 vfio_file_has_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x08f8f476 vfio_file_set_kvm +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x0f77ca06 vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x0f78da04 vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x1bb92f95 _vfio_alloc_device +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x293a6a7e vfio_file_iommu_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x322792fd vfio_virqfd_enable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3dc20a7f vfio_unregister_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x3f0daab6 vfio_register_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x40d211eb vfio_iommufd_physical_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x44b83e00 vfio_info_cap_add +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x50573f05 vfio_iommufd_emulated_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x6bee665d vfio_mig_get_next_state +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x88124c75 vfio_iommufd_emulated_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x9bc14c6c vfio_device_set_open_count +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x9c818dcb vfio_register_emulated_iommu_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x9f7f179c vfio_iommufd_physical_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xa51436dc vfio_file_is_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xb22a803e vfio_iommufd_physical_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xe1d309d0 vfio_file_enforced_coherent +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xf523dee3 vfio_virqfd_disable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xf5d5a4e3 vfio_assign_device_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xfcbcb7a1 vfio_iommufd_emulated_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xfe2eae00 iova_bitmap_set +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x006c5c8c vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x050f8b76 vhost_init_device_iotlb +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x06e9edd8 vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x108adcab vhost_set_backend_features +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x10e47764 vhost_enqueue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1e03b361 vhost_vq_has_work +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x29878a0e vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2c502920 vhost_clear_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2eb282cd vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3fab8961 vhost_exceeds_weight +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x40c213d5 vq_meta_prefetch +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4d6dcbc1 vhost_dequeue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5601bfaa vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x57e46967 vhost_vq_init_access +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5e392cb5 vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x66aff8ed vhost_vq_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6cf7a825 vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8132c0d7 vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8174f27b vhost_vq_is_setup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8708d8b6 vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9091b010 vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9d88dd84 vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa630605b vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa909cfc5 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xaabeae91 vhost_new_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xadb99be8 vhost_dev_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb1159ef8 vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb275a3aa vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb707bb49 vhost_worker_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb8ddea7c vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xbaaf94c9 vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc165f997 vhost_chr_read_iter +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc3a268c8 vhost_vq_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xcbd0c8fd vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd47f5aba vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xdb026135 vhost_vq_avail_empty +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xdc8c9e59 vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xddedbd35 vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe181f828 vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xedd9d204 vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf2085b09 vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfbf89b67 vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfd2b3e45 vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfeadad28 vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x38ff875f vhost_iotlb_add_range +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x5f4e5249 vhost_iotlb_reset +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x69e872f9 vhost_iotlb_itree_first +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x6bec0e66 vhost_iotlb_del_range +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x83be64b9 vhost_iotlb_itree_next +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x885512a2 vhost_iotlb_add_range_ctx +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x8a7d8ee9 vhost_iotlb_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xa24517eb vhost_iotlb_free +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xc577832d vhost_iotlb_alloc +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xf9deb0db vhost_iotlb_map_free +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x04a98278 ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x1a644b54 ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x340f5a90 ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x47faefaa ili9320_write +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x506681b1 ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x552cf67c ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xe2364fb5 ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0x43eb3a55 fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x5225375f omapdss_of_get_next_port +EXPORT_SYMBOL_GPL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0x75cfbd5c omapdss_of_get_next_endpoint +EXPORT_SYMBOL_GPL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xb5bec659 omapdss_of_find_source_for_first_ep +EXPORT_SYMBOL_GPL drivers/video/fbdev/omap2/omapfb/dss/omapdss 0xbb6072e8 omapdss_of_get_first_endpoint +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x2b92fb63 sis_free_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x9cbe6f1d sis_malloc_new +EXPORT_SYMBOL_GPL drivers/w1/wire 0x04dbcb06 w1_touch_bit +EXPORT_SYMBOL_GPL drivers/w1/wire 0x279b029e w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0x3496f589 w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x63757e92 w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x63eb053c w1_reset_bus +EXPORT_SYMBOL_GPL drivers/w1/wire 0x766bcc73 w1_triplet +EXPORT_SYMBOL_GPL drivers/w1/wire 0x8fe727c9 w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0xce6be7d3 w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0xd2ffc842 w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0xd99c68bd w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xe366f7f2 w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xf54f0dfd w1_write_8 +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x02f12d70 dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x11627045 dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x4b62826c dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x7c19f3ce dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x8a6c5f1b dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcd224e1d dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x12a79d4b nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x2eafa613 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x2f4f9007 lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x31bbd479 nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x46202ea5 nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x79b7a3dd nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9cbde0a0 nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9ea8a9dd nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xa91e9876 nlmclnt_rpc_clnt +EXPORT_SYMBOL_GPL fs/netfs/netfs 0x67aa3f2f netfs_extract_user_iter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x00cd4339 nfs_probe_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0294c6a2 nfs_callback_nr_threads +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0306046b nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x03387054 nfs_writeback_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x03eacb8c nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0573b246 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0600df55 nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x07107331 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x07de46d8 __traceiter_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0a8619e4 nfs_set_verifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0b259459 nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0c2a78aa nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0d4490b5 nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0f336d9e nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10962bc2 nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x11649c8f nfs_client_for_each_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x11c12b8e alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x134dfe27 nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x159183a5 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x199ec933 nfs_alloc_fattr_with_label +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1a29ef12 nfs_scan_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1a88eb22 nfs_try_get_tree +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1ae31b59 nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1b1a3b87 nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1c04f13d nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1c51440f nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1c5ec7b9 nfs_wait_on_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x20f0caa8 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22a8a514 nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22d795a8 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2498d88f nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x269bfb78 unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26d5b341 nfs_reconfigure +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x287fd3c2 nfs_commit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x29148744 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2a2a09ff nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2cac3b5e nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2f70bdec nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3003c500 nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x30dca977 nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x35029c28 nfs_d_prune_case_insensitive_aliases +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3601df58 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3607bd10 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x36767443 nfs_sync_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3843569e nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x38af9258 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e248a3 nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3abb8d58 nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f39ba5f put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f967399 nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3fdbb2ed nfs_access_get_cached +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40739385 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x41464201 nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42a769e6 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x44c69ee9 nfs_read_alloc_scratch +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4612b44d nfs_free_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x47b099ce nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4ddd7837 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4e290b5a nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4e48ddc3 __tracepoint_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x524b7817 register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x537a0861 nfs_pageio_resend +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x576d9b62 nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x577c99ef nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x584b8482 nfs_inc_attr_generation_counter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x59a3ce6f nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x59d4ffaf nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5d67e6fc nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x60f229b0 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x62e4f97c nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x63cd4c28 nfs_request_add_commit_list_locked +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x644a839a nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x67f12af5 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6c83ed25 nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6ce5c67e nfs_pgio_current_mirror +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e0d38d5 nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e81f032 __SCK__tp_func_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7310ebb5 nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x733c7bbe nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73dff4c0 __SCK__tp_func_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x75337b2c nfs_filemap_write_and_wait_range +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x79649d7e __traceiter_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7a364f8d nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7c70333d nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7d5ba9da nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7d8aebd0 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7ef20d3f nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8070bc62 nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8129bba8 nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x814062d8 nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x832f6d88 nfs_add_or_obtain +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8499de4f nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x84d06048 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8644f0cb nfs_sysfs_add_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x875dca45 nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8ba7c420 nfs_release_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8bb7800d nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x902a5357 nfs_set_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x92e205c6 nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9431ebca nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x95007f7e __SCK__tp_func_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x95f8bf41 nfs_check_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9604827d nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9680138f nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x96892db3 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x96a73eaf nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x96d28920 __tracepoint_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x973fe2cf nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b0ece8 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9a0c966b nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9c05e3ad nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9e858144 nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9f9badc8 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa293fe31 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa694b395 nfs_clear_verifier_delegated +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa7ba9fb5 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa7c97377 get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8d58c0f nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaa6b6fc2 nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaae69fa7 nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaafd4acc max_session_cb_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xae8323ca nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaee36c41 nfs_client_init_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaf4280ee nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb05ee110 nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb1d5cbf8 nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb3ece218 nfs_file_fsync +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb6f43e7d nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbe1d51fc nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc0097579 nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc32d7440 nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3a2be67 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6c8b8f1 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc7171917 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc90bbfd9 nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd218178b nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd3a1d3ac nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd6c516fe nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd6fddd1f nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdc6278d9 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe0e6e7aa nfs_async_iocounter_wait +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe35d4942 nfs_sysfs_link_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe452ca65 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe64ea972 nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe783e315 __traceiter_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe95ac8be __tracepoint_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe9e19c30 nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeaa933f2 nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeb1cafb2 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xec6924b3 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xecbfe4ab nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf0a52127 nfs_client_init_is_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf404cc4c __tracepoint_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf5980a40 nfs_put_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf5d95481 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf6016689 nfs_get_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf96f04c4 __SCK__tp_func_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf9a97894 nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfe228dea __traceiter_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0x814573ef nfs3_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x041ef7ed __traceiter_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0524be0b pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x054bef45 layoutstats_timer +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x07a644b2 __tracepoint_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x08b2c467 __SCK__tp_func_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0b603239 __tracepoint_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0c948f21 pnfs_nfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0da07c59 pnfs_generic_ds_cinfo_release_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0e7fd199 __traceiter_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0f8834c9 nfs4_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0ff289f3 __SCK__tp_func_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x100099a9 nfs4_pnfs_ds_connect +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x127b6bd7 __traceiter_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x166c5c3f pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1870c8bb nfs4_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1af6b2ef pnfs_generic_recover_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x27ad47ea __SCK__tp_func_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x30a44ac3 __SCK__tp_func_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x30ab65ed __traceiter_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x30c68d23 __tracepoint_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x32aea268 nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x36ae6e18 __tracepoint_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3fce661c pnfs_generic_layout_insert_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x40352b1f pnfs_layoutcommit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x40ecbae9 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x410db5aa nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4647349c __traceiter_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x464769a3 __traceiter_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4e844edc pnfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x50f0213b nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x50f76f98 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x51241e9b __traceiter_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x519baf22 pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x527370e7 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x533c198f __SCK__tp_func_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x54b01841 __tracepoint_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x551f901d nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x561e99a4 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x56763f98 __traceiter_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x579126b8 __SCK__tp_func_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x584644db __tracepoint_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5a4314e9 __SCK__tp_func_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5a6e4d70 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5d2ce52a __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x606344bd pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x62b583a0 pnfs_read_resend_pnfs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69d3558d pnfs_generic_rw_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6c2437db __traceiter_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6ecdc153 __tracepoint_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x75a8869a nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x77c0a558 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x785c06ab __SCK__tp_func_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7875c940 nfs4_test_session_trunk +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x78f3c091 nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x79585cc1 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7a4e7f4e __SCK__tp_func_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7cd013a8 __SCK__tp_func_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7d822cf8 nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7dbcbbcf pnfs_generic_pg_cleanup +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x838ab79a nfs42_proc_layouterror +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x85a062c3 pnfs_generic_ds_cinfo_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x86579e1b pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8c69be65 pnfs_generic_prepare_to_resend_writes +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8f16a182 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x92d5d083 pnfs_add_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x930ffc5e pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9381bb98 pnfs_report_layoutstat +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9ecfc105 pnfs_generic_search_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa02df320 nfs_map_string_to_numeric +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa2671975 pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa328fc1b __traceiter_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa66bca0a pnfs_generic_write_commit_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa81e4aee nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb062fce9 pnfs_generic_clear_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb2fbdc07 nfs4_decode_mp_ds_addr +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb402a906 pnfs_generic_scan_commit_lists +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb44df636 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb81960c1 pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb8433727 nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb9efbf01 pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xba53a1ef __SCK__tp_func_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbe8f3491 pnfs_generic_commit_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbf0fd01e nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbfa0edb9 pnfs_alloc_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc161e2c5 nfs4_mark_deviceid_available +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc2d49afc __traceiter_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc4eeca24 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc7a9d954 __SCK__tp_func_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xca0cb6a5 __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcb1915cf pnfs_generic_pg_check_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd17c1650 pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd565e17b pnfs_error_mark_layout_for_return +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xda0a98f6 pnfs_generic_pg_check_range +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdf6991a4 __SCK__tp_func_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe04a924a pnfs_free_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe0a0ec7b nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe4034102 __traceiter_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe41bc088 __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe507880c __tracepoint_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe80218f1 pnfs_layout_mark_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe888f6b3 __tracepoint_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xeadbd3c4 nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xec947bda __traceiter_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf25675f7 nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf7801360 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf999267e pnfs_generic_commit_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfabcaeb9 nfs4_pnfs_ds_put +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfb40f502 __tracepoint_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfbd6b72f nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfc86721a pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x1fe1e1ad locks_end_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x7a184cd1 locks_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0xac4e74ca opens_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0xea2a339f locks_start_grace +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x71904b48 nfsacl_decode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x9678ae37 nfs_stream_encode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xa30c56ac nfs_stream_decode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xd1426ac8 nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfsd/nfsd 0x19edcac1 nfsd4_ssc_init_umount_work +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x01c1ea16 o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1cb231d0 mlog_not_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x364f639b o2net_send_message_vec +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x446906c3 o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x45298fcf o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4900035b o2hb_stop_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x58c88ff2 o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x687f6251 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x6a0c3847 __mlog_printk +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x89e012e0 o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x960bc8e8 o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa941cb47 o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xb0359894 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xb6ebf62a o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbd13ee5d o2hb_check_node_heartbeating_no_sem +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc4d99852 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd859ac8c o2net_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xec98acf6 o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf1a5611d o2net_unregister_handler_list +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf982e6db o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xfe1298f3 o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x0979a99f dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x0c56259a dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x154732cf dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x54009aef dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x9d423552 dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xc9f35a0f dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd7ba575e dlm_errmsg +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd8fa57a6 dlm_unregister_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x0a726931 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x0c4b3219 ocfs2_kset +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x0cfd3fc5 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x1475f64b ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x37febd3e ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d4ced08 ocfs2_plock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x76f40744 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x9507547f ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xaf969565 ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbe595a47 ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xc5196999 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xc9fae756 ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xcafdd707 ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xd344e4ee ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xd806a273 ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x43cc3d4b pstore_blk_get_config +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x4ac8683c unregister_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x4e33cba2 register_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0x95872430 unregister_pstore_zone +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0xd26a19ee register_pstore_zone +EXPORT_SYMBOL_GPL fs/smb/common/cifs_arc4 0xabd9af6d cifs_arc4_crypt +EXPORT_SYMBOL_GPL fs/smb/common/cifs_arc4 0xc4c73891 cifs_arc4_setkey +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0x798f3830 cifs_md4_init +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0xceecd9e4 cifs_md4_final +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0xdef1096d cifs_md4_update +EXPORT_SYMBOL_GPL lib/842/842_compress 0xcf048a91 sw842_compress +EXPORT_SYMBOL_GPL lib/842/842_decompress 0xa4adedf1 sw842_decompress +EXPORT_SYMBOL_GPL lib/crc4 0x696b3a5a crc4 +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x0105b595 des_encrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x574eda34 des3_ede_decrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x856a5ef3 des3_ede_encrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa6aa9857 des_decrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa77b3b62 des3_ede_expand_key +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa8fb743d des_expand_key +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0x39e8fa4b poly1305_update_generic +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0x4a833012 poly1305_final_generic +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0x8c874435 poly1305_init_generic +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x90d82331 notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xa5c2ba1f notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/polynomial 0xb8b44e50 polynomial_calc +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x021957e1 raid6_datap_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x0f8a2742 raid6_2data_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x39a7ce3a raid6_call +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0xd1cfdb8b lowpan_header_compress +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0xee4142b7 lowpan_header_decompress +EXPORT_SYMBOL_GPL net/802/garp 0x3493bac7 garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0x4d7223df garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0xa83761c2 garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xe373db38 garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0xe81cc584 garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xf9285384 garp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0x503cfa0c mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x88f42b40 mrp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0x9fee2b74 mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0xb49aff40 mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0xe4b500fb mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xe9666311 mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/stp 0x48a0b2ea stp_proto_register +EXPORT_SYMBOL_GPL net/802/stp 0x5c462bb4 stp_proto_unregister +EXPORT_SYMBOL_GPL net/9p/9pnet 0x154a905e p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/9p/9pnet 0x1a88fdab p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/atm/atm 0xb09faf79 register_atmdevice_notifier +EXPORT_SYMBOL_GPL net/atm/atm 0xcfb6a3da unregister_atmdevice_notifier +EXPORT_SYMBOL_GPL net/ax25/ax25 0x2697a1a1 ax25_register_pid +EXPORT_SYMBOL_GPL net/ax25/ax25 0xac93ae05 ax25_bcast +EXPORT_SYMBOL_GPL net/ax25/ax25 0xaeb7451e ax25_defaddr +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x355a4fae l2cap_chan_create +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x4075e684 l2cap_chan_list +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x5a48ecdb l2cap_chan_del +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x5d64469f l2cap_chan_connect +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x7f9f83f4 l2cap_chan_set_defaults +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xc113f37c l2cap_chan_put +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xc9bd9942 bt_debugfs +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xf4a42bf7 l2cap_add_psm +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xff2f23a1 l2cap_chan_send +EXPORT_SYMBOL_GPL net/bridge/bridge 0x053bed52 br_mst_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x074d8879 br_forward +EXPORT_SYMBOL_GPL net/bridge/bridge 0x0e567b22 br_mst_get_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0x1f0f2488 br_handle_frame_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x223da948 br_vlan_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x373f1045 br_forward_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x3dd254f2 nf_br_ops +EXPORT_SYMBOL_GPL net/bridge/bridge 0x46801470 br_fdb_find_port +EXPORT_SYMBOL_GPL net/bridge/bridge 0x4fcb76fc br_multicast_router +EXPORT_SYMBOL_GPL net/bridge/bridge 0x526e87a0 br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x5a68a399 br_multicast_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x5f401ad4 br_vlan_get_proto +EXPORT_SYMBOL_GPL net/bridge/bridge 0x61b46571 br_vlan_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x718bf7b6 br_vlan_get_pvid +EXPORT_SYMBOL_GPL net/bridge/bridge 0x82c55d18 br_port_flag_is_set +EXPORT_SYMBOL_GPL net/bridge/bridge 0x89019473 br_get_ageing_time +EXPORT_SYMBOL_GPL net/bridge/bridge 0xac804b14 br_multicast_has_querier_anywhere +EXPORT_SYMBOL_GPL net/bridge/bridge 0xad185f93 br_port_get_stp_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0xb9882a9e br_multicast_has_router_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xc0b3ba8e br_vlan_get_info_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0xc25db8a1 br_dev_queue_push_xmit +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd79fb8f3 br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xe24b97a6 br_fdb_clear_offload +EXPORT_SYMBOL_GPL net/bridge/bridge 0xe6745ea4 br_mst_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0xfebf12c7 br_vlan_get_pvid_rcu +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0fda5df3 dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x182ec2bf dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x19b31c11 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1a9e6074 dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0x23f5ab5f dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0x30e3c1fe dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3d17fba2 dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3e6388a1 dccp_destruct_common +EXPORT_SYMBOL_GPL net/dccp/dccp 0x438b8c5f dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x43e26553 dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x48da1d99 dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4a08bf99 dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x538deb6b dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x762e34a5 dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x78b749d2 dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7ccb6488 dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7e01e1c2 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0x80993155 dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x87b1a7e0 dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0x90b590ee dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9bf850d3 dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa03a4174 dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa4b4f5c4 dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa7fadd3b dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0xac70c73a dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0xaff39cc0 dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb21eaf57 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd126011f dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd13f56b3 dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd217f95a dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd5f058e1 inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd75b7072 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd961b814 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xdd2dfdb2 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0xdef1c8f7 dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xec34a12e dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0xfd316d5b dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x08f14a1c dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x5c59f803 dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xa94081bd dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xbfb75f46 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xc6e1b3a4 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xe232906a dccp_v4_connect +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0826bfda dsa_enqueue_skb +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0c6039ac dsa_flush_workqueue +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x19b61085 dsa_switch_find +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1a97d110 dsa_8021q_rcv +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1d6eb2c8 dsa_devlink_resources_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1e50c8a8 dsa_devlink_resource_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x2ca28bd9 dsa_devlink_params_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x2f878cf8 dsa_devlink_port_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x3070f66e dsa_tag_8021q_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x417d1fed dsa_8021q_rx_switch_id +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x45ca5090 dsa_tag_8021q_bridge_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x49d72d5e dsa_fdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x579632db dsa_tag_8021q_standalone_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x59345040 dsa_switch_shutdown +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x5ec54d3a dsa_tag_drivers_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x65855c11 dsa_tag_8021q_find_port_by_vbid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x6a7e6191 dsa_devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x70640000 dsa_tag_drivers_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x734a69f6 dsa_switch_resume +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7669bc5c dsa_switch_suspend +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x78c31f11 dsa_tag_8021q_bridge_join +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7a782db3 dsa_port_from_netdev +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x83d25067 dsa_tag_8021q_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x968f9d2e dsa_devlink_params_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9e59271d dsa_8021q_rx_source_port +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xaee52996 dsa_port_phylink_mac_change +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xaf095402 dsa_mdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc19c1b43 dsa_unregister_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc23e8d5f dsa_devlink_region_destroy +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc2980107 dsa_slave_dev_check +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xcc4815fc dsa_register_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd077e855 dsa_devlink_param_get +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd985cf88 dsa_devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf13e1803 vid_is_dsa_8021q +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf90e68e5 dsa_8021q_xmit +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xfd3e2b67 dsa_devlink_param_set +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xfe32c812 dsa_tag_8021q_bridge_leave +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xffe24c75 dsa_devlink_region_create +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x16e718fe ieee802154_mac_cmd_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x3784f6e5 ieee802154_mac_cmd_pl_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x3df6e2fd ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x5192dcf7 nl802154_beaconing_done +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x519d0131 ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x6caa564b ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x87e2553b ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xaba04d0d nl802154_scan_event +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xbf6c0c2f ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xc2638320 nl802154_scan_started +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xd3dc89c0 nl802154_scan_done +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xfc64b983 ieee802154_beacon_push +EXPORT_SYMBOL_GPL net/ife/ife 0x1cdeb2c6 ife_encode +EXPORT_SYMBOL_GPL net/ife/ife 0x6210e871 ife_tlv_meta_next +EXPORT_SYMBOL_GPL net/ife/ife 0x67db2029 ife_tlv_meta_decode +EXPORT_SYMBOL_GPL net/ife/ife 0xcbf30fe6 ife_decode +EXPORT_SYMBOL_GPL net/ife/ife 0xe7888e98 ife_tlv_meta_encode +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x81ae8946 esp_input_done2 +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xbe6c6f2e esp_output_head +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xcfeef3aa esp_output_tail +EXPORT_SYMBOL_GPL net/ipv4/gre 0x35500a93 gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0x4015f5d9 gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x19d81448 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x3d89ab55 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x4f476cb6 inet_diag_msg_attrs_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x96274e6a inet_diag_find_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xb629d580 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xbd421a9a inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xca55c0de inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xd4791f01 inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xd95232b8 inet_diag_msg_common_fill +EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0x4e1d8fc0 gretap_fb_dev_create +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x04e535a1 ip_tunnel_delete_nets +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x308394d7 ip_tunnel_ctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x39c8c035 ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x4149e3f7 ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x48dc123e ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x87004245 __ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x934d9a26 ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x96b679f0 ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9e3905d4 ip_tunnel_siocdevprivate +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xaf8d3c06 ip_tunnel_encap_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xb03a5824 ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xbbbb171d ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc05140df ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd55b0925 ip_md_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xd6a9de97 ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xe393d54c ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xf4a36bf5 ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x4d2f1071 arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x36360a2b ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x5e90161a nf_defrag_ipv4_disable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x650ce168 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0xcc6849ee nf_dup_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x05e714fd nf_reject_skb_v4_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x18a78639 nf_send_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x1a8751d8 nf_reject_ip_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x4026952f nf_send_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x634f20bc nf_reject_ip_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x67156a77 nf_reject_skb_v4_tcp_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x7350e235 nf_reject_iphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0x8e2ef54f nf_sk_lookup_slow_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x269c8cc4 nf_tproxy_laddr4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x68d1ce2a nf_tproxy_get_sock_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0xf0b12985 nf_tproxy_handle_time_wait4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x2d772dad nft_fib4_eval +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0xfedd24fe nft_fib4_eval_type +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x529809f6 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x86e36069 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x9d3e21eb tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xb24f8304 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xd549188a tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x578c7a7f udp_tunnel_xmit_skb +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x5e0e0491 udp_tunnel_notify_add_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x67f1f704 udp_tunnel_sock_release +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x70e965c8 udp_tun_rx_dst +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x9434cc7c setup_udp_tunnel_sock +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xa0083fb8 udp_tunnel_push_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xe539b1e5 udp_tunnel_drop_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xed62504f udp_tunnel_notify_del_rx_port +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x4d96afec esp6_output_head +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x5fb8adad esp6_input_done2 +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xc04ee55f esp6_output_tail +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x6b7559ac ip6_tnl_encap_setup +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x8f54b3bf ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xf27a2615 ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x8a19c2a6 udp_tunnel6_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0xa77f9bad udp_sock_create6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x40a4b9e0 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x1c4b8a8d nf_ct_frag6_gather +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x36166a09 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x4565a696 nf_defrag_ipv6_disable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0xe550c0bd nf_dup_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x256237e1 nf_reject_ip6_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x33dd2a27 nf_send_unreach6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x3953cd13 nf_reject_skb_v6_unreach +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x48b50497 nf_reject_ip6hdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x616ddfe2 nf_reject_skb_v6_tcp_reset +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x97eddcd6 nf_send_reset6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xd9e18c83 nf_reject_ip6_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0x09495426 nf_sk_lookup_slow_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x56bd7930 nf_tproxy_get_sock_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x9f6ffd00 nf_tproxy_handle_time_wait6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xe9ae5807 nf_tproxy_laddr6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x4b1e9c0b nft_fib6_eval +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x54836782 nft_fib6_eval_type +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x07797129 l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0a6d9c0a l2tp_recv_common +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0a97c0da l2tp_tunnel_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x16e89891 l2tp_session_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x33c16279 l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x3fccc88a l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5a3849cb l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5f8c4fc2 l2tp_tunnel_get_session +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7bba401a l2tp_tunnel_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7c7ff668 l2tp_session_get_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x946ac21f l2tp_tunnel_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb6849998 l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc9a4e3d0 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xcc549d18 l2tp_session_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xdc2f14a1 l2tp_tunnel_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xdd821360 l2tp_session_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe3d348e6 l2tp_session_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xea5ac9b4 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xed98e988 l2tp_session_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf736db67 l2tp_tunnel_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xfa5d2b9a l2tp_sk_to_tunnel +EXPORT_SYMBOL_GPL net/l2tp/l2tp_ip 0x76ab31bb l2tp_ioctl +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x74853ddc l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0bf12866 ieee80211_update_mu_groups +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0d872593 ieee80211_calc_rx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x16ad7c5f ieee80211_tkip_add_iv +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x189afd84 ieee80211_find_sta_by_link_addrs +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1dab0efe ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x243bff72 ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x2e27726e ieee80211_set_active_links +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3c985c7d ieee80211_color_change_finish +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x3e34e950 ieee80211_iterate_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x420b0607 ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x45336319 ieee80211_calc_tx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x484218e2 ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5dc0956d ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x6056f820 ieee80211_iterate_active_interfaces_mtx +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x61ff3c19 ieee80211_obss_color_collision_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x6b8b2c54 ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x6bb50122 ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x6cf12889 ieee80211_set_active_links_async +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x6e6d065b ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x73b5b124 wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x7f362ffd ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9ca7c5c4 ieee80211_hw_restart_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9e1c1431 ieee80211_key_replay +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xa27a146f ieee80211_iterate_stations_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xce37aac2 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd004ea88 ieee80211_key_mic_failure +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd5421864 ieee80211_vif_to_wdev +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xea792270 ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xf99ddb3d ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x05162c00 mpls_dev_mtu +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x8ee316eb nla_get_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xa4a3f009 mpls_pkt_too_big +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xaf5a8140 mpls_output_possible +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xe27cf2f9 mpls_stats_inc_outucastpkts +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xe5f499ba nla_put_labels +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x06d5d66f ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x0f42a3ef ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x22d966c6 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x28740cac ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x28f91e25 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x2d1bf600 ip_set_put_flags +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x32f586f6 ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x33730186 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x3852d5ad ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x425d5f5a ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x44366c14 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x4eb17793 ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x6344eaf6 ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7c57faba ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x876f8e3e ip_set_init_comment +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb8a77d8b ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc28da8fc ip_set_put_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xccd617ec ip_set_match_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xda891ace ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf1cb4304 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3c07101 ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x397aedd5 register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x4b56cb82 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x7cda93d4 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xbd880f24 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x0b2aab46 nf_conncount_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x2c5c7d51 nf_conncount_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x364b5b35 nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x5aba9fda nf_conncount_list_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x9944cf08 nf_conncount_gc_list +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xb2d711d4 nf_conncount_cache_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xbd52472d nf_conncount_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0460ec0f nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x067f6d42 nf_ct_netns_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x087f6b4c nf_ct_add_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x09bfaf35 nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bbc4fdd nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bbdb32b nf_ct_bridge_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bc00f80 nf_nat_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0e18d5bd nf_ct_helper_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0e932c5e nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0ef4bb5b nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x12ddd86b nf_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x14a48d32 nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x17502f8e nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x184b5967 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1c2bbc06 nf_ct_untimeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1d1ca3c0 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x203cc39a __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x231e54f0 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x236ebf66 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x23b4a8cf nf_conn_pernet_ecache +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x24307d90 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x255fc9c1 nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x267ce1ce nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x28e52fee nf_nat_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x28eff409 nf_conntrack_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2963e5a9 nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2ba53157 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x37312e9d nf_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3aa71bbf nf_ct_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3b753436 nf_ct_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3d4c2551 nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3fb7eaf2 nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x45f964d2 nf_conntrack_helpers_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x473e385d nf_conntrack_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x49f73d11 nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4deb7537 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4ea258d2 nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5d9164a6 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x604ef392 nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6245f04a nf_ct_netns_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x65d1a8d8 nf_conntrack_helpers_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6834218a nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6fd1d0cd nf_conntrack_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x70153c7a nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x710acfe4 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7193118a nf_ct_skb_network_trim +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x752f0aa2 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x75ac5e7c nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7bd4c0ae __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7db06cf8 nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7e5f38db nf_ct_handle_fragments +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7f3db0fb nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x82aeeff6 nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x843dae42 nf_ct_get_id +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8447a752 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8b8faefd nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8c015ad6 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8c6e11f4 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8f9bd5e1 nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x912865b4 nf_ct_change_status_common +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x94dd418d nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x99b1fdb5 nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa7bd55e7 nf_ct_destroy_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa965e8ee nf_ct_tmpl_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaf36ac36 nf_ct_ecache_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb39356f5 nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb5d6aedf nf_conntrack_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb83fbc18 __nf_ct_change_status +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb962fdc9 nf_connlabels_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb9d3a531 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbab3b7d8 nf_ct_tmpl_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbb49ca2b nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbc180e69 nf_connlabels_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbd1771d8 nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbda79169 nf_ct_remove_expect +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbf883c53 nf_ct_acct_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc11ddc8d nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc4b6b32e nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc89339a6 nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd0619a86 nf_ct_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd1950338 nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd505c3e0 nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdc4da441 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe31f08eb nf_conntrack_eventmask_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe6316524 nf_ct_bridge_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe899e2ce nf_ct_expect_iterate_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec8beba6 nf_ct_expect_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xef137091 nf_nat_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf06482e9 nf_ct_timeout_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf074aefb nf_ct_iterate_cleanup_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf09ab59f nf_ct_set_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf23694b1 nf_ct_expect_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf59dfdf3 nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfbae27e8 __nf_ct_change_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfd6a7726 nf_nat_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x7dbd1834 nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0xbe93a49a nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x223d1184 nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x62e4fefa get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xf4d599d1 nfct_h323_nat_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0x2a65759f nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0x6b1dd3dd nf_nat_pptp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x6ff8900e ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x9f9e6bba ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xa5012566 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xdc433ef9 ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xe30791ce ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xf8f90675 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xf9f9e31b ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x3e1e1237 nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0xd7138750 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x209df9d0 nf_fwd_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x40a9729a nft_fwd_dup_netdev_offload +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x66f6e5fc nf_dup_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x0e797b14 flow_offload_add +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x16ee93af flow_offload_teardown +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x264b51a6 nf_flow_offload_ipv6_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x40d4d8a3 nf_flow_rule_route_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x6a797db1 nf_flow_table_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x6bddf88b nf_flow_rule_route_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x6c4a997c nf_flow_dnat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x72c055de flow_offload_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x816dff09 nf_flow_table_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x8929d641 flow_offload_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x99f4bdfb flow_offload_refresh +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xb0cd076c nf_flow_table_offload_setup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xb1b69593 nf_flow_table_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xdaa26466 nf_flow_snat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xe86bd99c nf_flow_offload_ip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xe8a7e3e4 flow_offload_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xf4413abd flow_offload_route_init +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x0e2b6529 nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x2562371a nf_nat_ipv4_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3bc17c49 nf_nat_masquerade_inet_register_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3e73335d nf_nat_masquerade_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x5403f714 nf_nat_inet_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x56162ed3 nf_nat_ipv4_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x5ed61ef6 nf_nat_inet_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x656cd204 nf_nat_inet_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x6f592fe5 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x7a44b363 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x7be64284 nf_ct_nat +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x8766cc9f nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x8b0301e1 nf_nat_masquerade_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x900d5323 nf_nat_redirect_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x985d2a0e nf_nat_exp_find_port +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc2a9111c nf_nat_redirect_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd9c25654 nf_nat_masquerade_inet_unregister_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xda690e4e nf_nat_ipv6_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xdae36ffa nf_nat_ipv6_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xe8f60171 nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x0eb2f93c nf_synproxy_ipv6_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x10d029f5 nf_synproxy_ipv4_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x160a049a synproxy_send_client_synack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1f099794 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x5228b429 synproxy_recv_client_ack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x52986c02 synproxy_recv_client_ack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8e14b49b nf_synproxy_ipv4_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x90766452 nf_synproxy_ipv6_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb58185a0 synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb5e08ceb ipv6_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xca9fc082 synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xf3657e84 synproxy_send_client_synack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xff35e2f3 ipv4_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x06b3d75e nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1226e34d nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x199f20c4 nf_tables_bind_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x29cd1b8c nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2b5ec7da nft_request_module +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x31252f64 nft_set_catchall_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x31ba25ef nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3251d762 nf_tables_trans_destroy_flush_work +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x355a535b nf_tables_deactivate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x39029aca nft_meta_set_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3e425517 nft_dump_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4cecbb60 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x521a3dd3 nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5641991f nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5776d1b9 nft_meta_inner_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5b30211c nft_chain_validate_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5b4251c5 nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5e8f3d5a nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5ed7217f nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5efea4d4 nf_tables_deactivate_flowtable +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x65acfc80 nf_tables_destroy_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x660d9f51 nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x75b152df nft_register_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8bdd1568 nft_chain_validate_dependency +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8ce59c1e nft_flowtable_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8cf15f5c nft_reg_track_update +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8d3180a5 nft_data_release +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x997dbd2c nf_tables_activate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa2b453a7 nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa3bfbaf3 nft_meta_get_reduce +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa561407f __nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa6252b97 nft_parse_register_store +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa67abe5a nft_register_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa9ffc821 nft_trace_enabled +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xaecc3ee4 nft_obj_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xaf932b92 nft_set_lookup_global +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbd82af56 nft_expr_reduce_bitwise +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xc9b114d7 __nft_release_basechain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xcd383fc9 nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd660011f nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xde0808f1 nft_set_elem_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xde57b5f5 nft_parse_u32_check +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe27e7b26 nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe2b8cc13 nft_parse_register_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe2c1f8db nft_chain_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe4fa3464 nft_obj_notify +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf2184d9b nft_unregister_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfa2363aa nft_unregister_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xfb2e644d nft_meta_set_destroy +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x1978fb84 nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x33b4dd5f nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x4547f65a nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x7a30c0aa nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x903248f5 nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x92b2e15c nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xf0bb3665 nfnetlink_broadcast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x0e47fed6 nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x6fb7cfb6 nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xfb14284f nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x35eff5e0 nf_osf_fingers +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x4603c1af nf_osf_find +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0xdb6364e5 nf_osf_match +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x2e928def nft_fib_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x3b3fd3f4 nft_fib_init +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x44bc5ff9 nft_fib_reduce +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xb9e222a7 nft_fib_store_result +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xc6204fce nft_fib_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1de558c1 nft_reject_icmpv6_code +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x9d46ccf8 nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xaf07977c nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xcc1ad715 nft_reject_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xe2c84666 nft_reject_icmp_code +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xec8ae2e3 nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x019563ca xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x1b56cba9 xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x26413e04 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x33111609 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x3f1ef70a xt_tee_enabled +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x4569d39e xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x5c92267e xt_register_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7bce4603 xt_data_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x8d48b183 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9c995c69 xt_percpu_counter_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa02188c8 xt_request_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa6e1699b xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xaabca67a xt_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xacd2c190 xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xb9cb61a1 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbe2fe6ac xt_hook_ops_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbfacb837 xt_percpu_counter_free +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xcc112fb6 xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xcc8d7748 xt_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd1510be0 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd35de0c9 xt_unregister_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xddf68fc6 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf6abeb06 xt_copy_counters +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x756a5d80 xt_rateest_put +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xd6a51f42 xt_rateest_lookup +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x29c6efbe nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x4586bbd3 nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x49d945ba nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0x7d84f11f nci_uart_register +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xbf9931db nci_uart_set_config +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xe88eeeb8 nci_uart_unregister +EXPORT_SYMBOL_GPL net/nsh/nsh 0x3690c421 nsh_push +EXPORT_SYMBOL_GPL net/nsh/nsh 0x76a5e484 nsh_pop +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x27f6e417 ovs_vport_ops_unregister +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x427507dc ovs_vport_free +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x45dafddd ovs_netdev_link +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x901d40b1 ovs_netdev_tunnel_destroy +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xc69ac2b2 __ovs_vport_ops_register +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xded916ca ovs_vport_alloc +EXPORT_SYMBOL_GPL net/psample/psample 0x5270a172 psample_group_take +EXPORT_SYMBOL_GPL net/psample/psample 0x84259c76 psample_group_put +EXPORT_SYMBOL_GPL net/psample/psample 0xa3b862b9 psample_group_get +EXPORT_SYMBOL_GPL net/psample/psample 0xaa27644c psample_sample_packet +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x2de9e8f1 qrtr_endpoint_register +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x44f792e6 qrtr_endpoint_post +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x8d25501f qrtr_ns_remove +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x9df26be2 qrtr_endpoint_unregister +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0xa47e91ba qrtr_ns_init +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x0a568a71 rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x0c95e954 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x113190a2 rds_inc_path_init +EXPORT_SYMBOL_GPL net/rds/rds 0x12b50a29 rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0x1657adae rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0x1cdaa93e rds_send_ping +EXPORT_SYMBOL_GPL net/rds/rds 0x1d0f9d3c rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0x29285561 rds_connect_path_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x29877b2e rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x2a8ed74f rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0x2a92d50e rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0x2b0d543c rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x35a23cb7 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0x36087aa4 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x45a4781e rds_addr_cmp +EXPORT_SYMBOL_GPL net/rds/rds 0x4b30663f rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x5081392b rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0x582fe5cf rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x585f567b rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x5cf69383 rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x5e2628b9 rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0x70d4cba7 rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x77012bb1 rds_send_path_reset +EXPORT_SYMBOL_GPL net/rds/rds 0x7710bba2 rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x7b399e66 rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0x7d45a226 rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x83b7ccbf rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0xa8c37722 rds_conn_path_drop +EXPORT_SYMBOL_GPL net/rds/rds 0xa99476b1 rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0xaad0b94a rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0xb555fcd7 rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0xb5a56328 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xc125c80c rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xe044b0a0 rds_send_xmit +EXPORT_SYMBOL_GPL net/rds/rds 0xf4c257e8 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xffd06f6a rds_conn_path_connect_if_down +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0x1c805dd0 mqprio_validate_qopt +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0x1ea928f0 mqprio_qopt_reconstruct +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0xcede419b mqprio_fp_to_offload +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x6ce9b467 pie_calculate_probability +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x8e7e7503 pie_drop_early +EXPORT_SYMBOL_GPL net/sched/sch_pie 0xbeb6ce45 pie_process_dequeue +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0xd844d7c1 taprio_offload_get +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0xe84c0d41 taprio_offload_free +EXPORT_SYMBOL_GPL net/sctp/sctp 0x3dd2b3ab sctp_for_each_endpoint +EXPORT_SYMBOL_GPL net/sctp/sctp 0x71976551 sctp_get_sctp_info +EXPORT_SYMBOL_GPL net/sctp/sctp 0xb77411b5 sctp_transport_traverse_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0xd76842fa sctp_transport_lookup_process +EXPORT_SYMBOL_GPL net/smc/smc 0x0ed67287 smc_hash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0x22b9d426 smc_unhash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0x89dc96f9 smc_proto6 +EXPORT_SYMBOL_GPL net/smc/smc 0xf403dcce smc_proto +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x38d3dce5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x482ac5a4 g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8bb1bec8 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x8d732d69 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x99e15e6d svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xa07a41b0 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd7673035 g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0279cc00 rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x030f7f27 xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x044b6d34 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0496c33a auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05e807a9 xdr_encode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x065994f1 xdr_encode_opaque_fixed +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x06833303 xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x06d4a060 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x08536757 rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x09e66442 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0abae8a3 rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b11be26 xdr_stream_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b84fea0 rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c28008b rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0cfbfff7 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0dceba50 xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x10ac6ae7 rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x12ea1180 rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x13066d2b sunrpc_cache_pipe_upcall_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x135d4b38 svc_generic_rpcbind_set +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x13fdf5b7 xprt_lock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x14e7357a xprt_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x17cc1b6b rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1807e7d1 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1ade9d5d cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1c0cfd99 rpc_cancel_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1d137238 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1d3f4101 svc_xprt_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e0ec36c xprt_wake_up_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e119a79 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x21e0063b cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x25114a98 rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x260c3854 xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2660ae80 sunrpc_cache_unhash +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x276ea474 rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x27efeb5c svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x28399e70 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x28ea7216 svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x29e4c8ac xprt_wait_for_reply_request_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2b16c34e rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2b557ab6 svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2c87a256 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2cc45b3e svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2eff1532 xdr_stream_decode_string_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f1a3061 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x300ea6d3 rpc_task_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3126c68d rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a34e22 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31b58379 svc_generic_init_request +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x32403417 rpc_clnt_xprt_switch_has_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x32cdcde2 xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x36d0f053 xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x36d4f566 xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x381ef768 svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x38b626e1 xprt_request_get_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x38d0dbec xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x39bef634 cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3adeb0b7 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3afadff7 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3bfcbfce xdr_stream_zero +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3c4f6ded rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3cc0b17d write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d5647a1 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d6624e7 rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d7f99fd rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3e716236 rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3ea9f104 rpc_task_release_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f9a2b0b rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3fb8acea xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x40c46b35 sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x425174bc rpc_clnt_xprt_switch_remove_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x42c984d0 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x434a84f6 rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4374fa4e xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x468e3a43 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x47ecd78a svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4a659ee2 rpc_clnt_xprt_switch_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4afedab1 xprtiod_workqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4c1d6eaf svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d1abcf7 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d9e4729 svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dac77f0 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e79cb56 sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e8f6ca7 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4f4dc883 xprt_free_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x505c42f0 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x518e4417 xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5245aa1b xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5412d61a rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x54699f86 rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x55bdf26f rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x562b7b2b rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57723b28 xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x578a5420 read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57d3d8b9 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57d922b2 svc_xprt_received +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x59815b1e xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a45ba31 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a487980 svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a667f4a xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5ad99731 put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5b8aa40d rpc_clnt_swap_activate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5b8e9990 cache_seq_stop_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5bf47e8c rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5e507ce3 xprt_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5e9ff9a4 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5f183b29 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5f6c9382 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5f6da43b rpc_clnt_manage_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x609202f9 rpc_task_gfp_mask +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x618d2dc9 svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x629bf462 rpc_clnt_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x63469a87 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x63ce77a6 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6561f602 cache_seq_next_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65e018fe svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65e30584 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x67d88b5f rpc_clnt_iterate_for_each_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x690e5da7 csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6953b01d xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6ac3182c rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6c40f82b rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6d938636 rpc_clnt_xprt_switch_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6f7c65c1 rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7094f703 cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71dadf81 svc_age_temp_xprts_now +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7408e7c8 rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x754a643b rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x78f5ef39 xdr_stream_move_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7c38558b svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e1a2f43 rpc_sleep_on_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7f0b11fb xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7f5c8f28 sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x806f7f13 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8101e845 rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8182bd03 rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x82360ad9 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x829f9fe0 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x85f70c49 cache_seq_start_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x879ca927 rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x87fd2d19 svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88f2c05f xprt_wait_for_reply_request_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8add0514 xprt_reconnect_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b523956 xdr_stream_decode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8c049686 rpc_num_bc_slots +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8cb89fb9 rpc_clnt_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8e7a20b7 rpc_set_connect_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f9700df rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9224516d rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x96da4d25 xdr_init_encode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x974b766b rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x984028d3 svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98745226 rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98b30c26 rpc_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99a5f88a xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99e73b5e rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9bd5a088 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9bec03ba svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9c9e43f7 rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9cc5b160 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9cdd5da2 xprt_pin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9dcbf77b rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa3b9956f rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5110aa5 rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa7b6b806 xprt_unpin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa8115b73 xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa92ec2c1 svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa993e1ae xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xab0bff2f rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xab37e8b7 rpc_clnt_show_stats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xac0516e2 rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xac829e45 rpc_clnt_probe_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad207337 rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad49f41a svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xae64f7f1 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xae6fda29 rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xae78e6b1 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb010b830 rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb27b723f cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb28fff52 sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb2b03f73 svc_fill_symlink_pathname +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb2c5994a rpcauth_unwrap_resp_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb3f35673 svc_rqst_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb50711e4 svc_encode_result_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb621b7da xprt_add_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb72877ab xdr_stream_decode_opaque_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb964017a rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbae0dcc9 xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb5dd2c2 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbbea1467 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbd00769e xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbd14bdcc svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbd425abf rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbe1e38d1 xdr_set_pagelen +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf28cdb5 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf511c10 xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc06e696f xdr_page_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0908dd0 svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0bb250a rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc169d947 rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc2019ae4 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc21a00d5 rpc_count_iostats_metrics +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc30aa554 xdr_stream_encode_opaque_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc3f32cb6 xprt_unlock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc45b04ae rpc_sleep_on_priority_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc6932c50 xdr_reserve_space_vec +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc94289b0 xdr_stream_decode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc9d622b7 gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcb29f04c svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xccb3377b svc_xprt_destroy_all +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcd2406a0 rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcd69fc00 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce678a59 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xced0eb2d xdr_stream_decode_opaque_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf1a5a83 svc_rqst_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd00bfe8a svc_xprt_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd202e964 svc_rqst_replace_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd208a72e xprt_force_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd250e295 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd38463d4 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd42a909d rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd86a75b8 svc_xprt_deferred_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdbefccc2 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc0e1a80 xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc68e4be svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc90401f rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdcba05cc xdr_truncate_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd5cf79c __xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd691402 xprt_find_transport_ident +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xde11c264 rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe034c5c9 rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe0b2bea5 rpc_clnt_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe6964c62 svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe6d2866c rpc_prepare_reply_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe84d14a1 xprt_reconnect_backoff +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe883e671 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe95c348f rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeabd75c8 sunrpc_cache_lookup_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeac23ded xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xebb2454d svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec0588c7 rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed511be4 svc_rpcbind_set_version +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee02b57d rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xee3b7dd6 svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf18b6fb6 rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf3255913 svc_fill_write_vector +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf40e14eb rpcauth_stringify_acceptor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf46bab83 rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf6540226 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf703ddcf rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7762310 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf8ee0c84 svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf9edc5fa rpc_max_bc_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfaea9f40 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfc5b0546 rpcauth_wrap_req_encode +EXPORT_SYMBOL_GPL net/tls/tls 0x277c6ea2 tls_device_sk_destruct +EXPORT_SYMBOL_GPL net/tls/tls 0x9c86b3ff tls_offload_tx_resync_request +EXPORT_SYMBOL_GPL net/tls/tls 0xc253d197 tls_validate_xmit_skb +EXPORT_SYMBOL_GPL net/tls/tls 0xdf3673a6 tls_encrypt_skb +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x03a81e69 virtio_transport_stream_allow +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x04472b5c virtio_transport_stream_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x0e49d1ee virtio_transport_seqpacket_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x0e9efecf virtio_transport_seqpacket_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x228dfe80 virtio_transport_do_socket_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x22dd5473 virtio_transport_stream_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x2369eedf virtio_transport_stream_rcvhiwat +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x30f0b082 virtio_transport_inc_tx_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x3422740c virtio_transport_notify_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x3535060b virtio_transport_read_skb +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x49380eff virtio_transport_shutdown +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x495458b9 virtio_transport_release +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x4b64ed6b virtio_transport_purge_skbs +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x4ff136ad virtio_transport_dgram_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x51a1b90a virtio_transport_notify_send_pre_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x522581d6 virtio_transport_dgram_bind +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x57762635 virtio_transport_notify_poll_out +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6794bee9 virtio_transport_recv_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6c935866 virtio_transport_notify_recv_post_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x71c65257 virtio_transport_dgram_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x7f8b9235 virtio_transport_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x8492e236 virtio_transport_connect +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x8ef6e3b4 virtio_transport_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x9671acbf virtio_transport_put_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x9a579505 virtio_transport_destruct +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x9c999abc virtio_transport_seqpacket_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xae6fe94a virtio_transport_notify_send_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb34a6db6 virtio_transport_notify_send_post_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb47d6d3e virtio_transport_stream_is_active +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb90d374e virtio_transport_notify_recv_pre_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xbabd30f5 virtio_transport_dgram_allow +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xbf941bcc virtio_transport_notify_poll_in +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xc1405a5d virtio_transport_get_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xc5e32593 virtio_transport_notify_recv_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd35a4a6f virtio_transport_notify_send_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd7f18098 virtio_transport_deliver_tap_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xdb9d1d47 virtio_transport_notify_recv_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x01590830 vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0c4027e6 vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0e9bc9b6 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x10c9e0d4 vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x15f0ae6d vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x1b004eb9 vsock_remove_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x284e07d8 vsock_bind_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2b4f4a7e vsock_data_ready +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2c7961f7 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3d4b0fca vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x44420515 vsock_table_lock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x469f0c27 vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4b6cc184 vsock_create_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4b99648c vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x51d0d0b0 vsock_core_get_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x54fcc496 vsock_dgram_recvmsg +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x625ae66a vsock_deliver_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x6598fbec vsock_core_register +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7000d1e9 vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x789fb254 vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x7f577e48 vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x82704e86 vsock_remove_sock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x90aa8549 vsock_find_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9bb6fd09 vsock_connected_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xaf2674b5 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc9d73c7c vsock_add_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xcab8a655 vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xcecf5677 vsock_core_unregister +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xd1769c73 vsock_connectible_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe4b500f8 vsock_assign_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xec96eadf vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xf0e3a9a8 vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xfc5dbc2e vsock_connectible_recvmsg +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xff10279f vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x0002be67 wiphy_work_queue +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x01604d0b cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x1a01dc0c cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x1cd58181 cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x3049faa9 cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x306a3970 cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x326cf22b cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x37556233 cfg80211_pmsr_complete +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x39ad1bee cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x47e7d994 cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x4f86f942 cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x50781f06 wiphy_delayed_work_flush +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x6be21bca wiphy_work_flush +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x6d447852 cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x6ffc392c cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x8a0bf88e cfg80211_vendor_cmd_get_sender +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xa163d9eb cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xaaa2302e cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xe6e56002 wiphy_work_cancel +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xe79fa7a4 wiphy_delayed_work_cancel +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xf69f80a0 cfg80211_pmsr_report +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xfad6f532 wiphy_delayed_work_queue +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0049ca83 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x00c80741 xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0a575945 xfrm_count_pfkey_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x37a02412 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x5c699441 xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x72395dc1 xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7a8ca627 xfrm_count_pfkey_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xaab23340 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xb73be794 xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xc6b1fdbe xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xd6f50cf7 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x07699e28 ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x80443d53 ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xaa2f35c6 ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0xaf791b14 ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_user 0x4a0c7516 xfrm_msg_min +EXPORT_SYMBOL_GPL net/xfrm/xfrm_user 0xa294bed8 xfrma_policy +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0x5ce047ce snd_seq_kernel_client_put +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xadb51cff snd_seq_client_ioctl_unlock +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xcbf9166f snd_seq_system_broadcast +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xe50413d7 snd_seq_client_ioctl_lock +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xf0c8f9fa snd_seq_expand_var_event_at +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xf3275491 snd_seq_kernel_client_get +EXPORT_SYMBOL_GPL sound/core/snd-rawmidi 0xca5107ce snd_rawmidi_free +EXPORT_SYMBOL_GPL sound/core/snd-rawmidi 0xd75c3fae snd_rawmidi_init +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0x17785536 snd_seq_driver_unregister +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0xf85f8b43 __snd_seq_driver_register +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x504212d7 snd_ump_endpoint_new +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x5b39d06f snd_ump_convert_from_ump +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x60d039a5 snd_ump_receive +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x62a13823 snd_ump_parse_endpoint +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xd66d29ee snd_ump_block_new +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xe3590e5b snd_ump_convert_to_ump +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xe613d502 snd_ump_transmit +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xe8de7d6b snd_ump_attach_legacy_rawmidi +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xeb3cf421 snd_ump_receive_ump_val +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xf64bd5c2 snd_ump_switch_protocol +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x1331c224 amdtp_am824_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x231c8c6e amdtp_domain_stop +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x2e538b21 amdtp_domain_stream_pcm_ack +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x37a75c65 amdtp_domain_start +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x50af9a80 amdtp_am824_midi_trigger +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x7c74354e amdtp_domain_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x9a8ad9d1 amdtp_am824_add_pcm_hw_constraints +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xaf5ae6a5 amdtp_am824_set_pcm_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xbe02a89a amdtp_am824_set_midi_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xce41ca63 amdtp_domain_destroy +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xd6350b51 amdtp_domain_add_stream +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xe45ae59a amdtp_am824_set_parameters +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xfa811159 amdtp_domain_stream_pcm_pointer +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x08d301bd snd_hdac_ext_bus_exit +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x0e59bdf9 snd_hdac_ext_bus_link_set_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x2dd1d327 snd_hdac_ext_link_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x31281b89 snd_hdac_ext_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x370fd8e5 snd_hdac_ext_bus_link_power_up_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x43f0354a snd_hdac_ext_bus_get_hlink_by_name +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x49dffabf snd_hdac_ext_bus_get_ml_capabilities +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x5665178f snd_hdac_ext_stream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x5bba9c61 snd_hdac_ext_stream_clear +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x6bf20081 snd_hdac_ext_bus_link_power_down_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x705089f4 snd_hdac_ext_stream_start +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x72c9a381 snd_hdac_ext_bus_ppcap_int_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x7fde74a3 snd_hdac_ext_stream_setup +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x8a8cecc3 snd_hdac_ext_bus_link_clear_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x8fdbd7e6 snd_hdac_ext_stream_decouple_locked +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x95e53fbd snd_hdac_ext_stream_reset +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x9f35f269 snd_hdac_ext_bus_init +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xa1eb7a1b snd_hda_ext_driver_register +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xa21fc60c snd_hdac_ext_bus_get_hlink_by_addr +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xa7bc50b7 snd_hdac_ext_stream_release +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xb00b78a6 snd_hdac_ext_stream_init_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xb15f8f7d snd_hdac_ext_bus_device_remove +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xb6129953 snd_hdac_ext_stream_decouple +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xbb00c5b9 snd_hdac_ext_bus_link_get +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xcb94b552 snd_hdac_ext_bus_link_power_up +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xd2f8e3d6 snd_hdac_ext_cstream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xd36e3f9f snd_hdac_ext_stream_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xe6512278 snd_hdac_ext_bus_link_put +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xe68f10e1 snd_hdac_ext_bus_link_power_down +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xec135344 snd_hda_ext_driver_unregister +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xf2b932e1 snd_hdac_ext_bus_ppcap_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x024fe5fd snd_hdac_regmap_update_raw_once +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x03ace3d6 snd_hdac_set_codec_wakeup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x04567346 hdac_get_device_id +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x05636f93 snd_hdac_aligned_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0698f248 snd_hdac_stream_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0a904844 snd_hdac_stream_set_params +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0bfde4f6 snd_hdac_get_connections +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0de45213 snd_hdac_query_supported_pcm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x0f37a38c snd_hdac_register_chmap_ops +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x10dcfc24 snd_hdac_regmap_update_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x12c8a671 snd_hdac_dsp_prepare +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1488641f snd_hdac_aligned_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x14963337 snd_hdac_setup_channel_mapping +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x16b4cfd1 snd_hdac_bus_free_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1a34a7fe snd_hdac_stream_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1b068407 snd_hdac_bus_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1d26aea7 snd_hdac_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1ff0b2d4 snd_hdac_stream_assign +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x20f5ab1c snd_hdac_stop_streams_and_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2602a671 snd_hdac_stop_streams +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x29f2c811 snd_hdac_stream_release_locked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2af57532 snd_hdac_bus_exec_verb_unlocked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2f2fa530 snd_hdac_bus_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3bd544c2 snd_hdac_get_active_channels +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3e3bf568 snd_hdac_codec_modalias +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3f16e0cb snd_hdac_sync_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x42950a7e snd_hdac_power_down_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x475c43ba snd_hdac_stream_sync_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x479a2f48 snd_hdac_device_set_chip_name +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x49957fe9 snd_hdac_override_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4c7ec4b6 snd_hdac_get_ch_alloc_from_ca +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x537153b9 snd_hdac_stream_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x557ab68d snd_hdac_bus_init_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x58192743 snd_hdac_stream_set_dpibr +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x59284b17 snd_hdac_bus_send_cmd +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5a906ed4 snd_hdac_bus_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5c07cb49 snd_hdac_calc_stream_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5cb28572 snd_hdac_regmap_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x641f24c3 snd_hdac_stream_release +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x67bfe791 snd_hdac_spk_to_chmap +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6a314ede snd_hdac_stream_start +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6ff7d383 snd_hdac_bus_exit_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x71d804ba snd_hdac_bus_update_rirb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7225b349 snd_hdac_stream_set_lpib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7574f905 snd_hdac_read_parm_uncached +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x75bbcdf8 snd_hdac_stream_timecounter_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x76354e1a snd_hdac_codec_link_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x770ee9af _snd_hdac_read_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x77c754a8 snd_hdac_chmap_to_spk_mask +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x789a96ec snd_hdac_is_supported_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7bf85b2a snd_hdac_acomp_get_eld +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x836dbbc2 snd_hdac_stream_stop +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x838c3df2 snd_hdac_acomp_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x868a7b7c snd_hdac_dsp_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8768c6d5 snd_hdac_stream_spbcap_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8cbd7c3b snd_hdac_bus_init_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8cf24f90 snd_hdac_bus_reset_link +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8f30400f snd_hdac_stream_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x90411b75 snd_hda_bus_type +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x93097306 snd_hdac_regmap_write_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x938f05d6 snd_hdac_regmap_add_vendor_verb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x93fee56e snd_hdac_codec_link_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9d9d8c35 snd_hdac_regmap_read_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa01fbd88 snd_hdac_stream_wait_drsm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa2d2b3dc snd_hdac_stream_set_spib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa4f1e6f2 snd_hdac_power_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xac59777b snd_hdac_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xac7e4cf4 snd_hdac_refresh_widgets +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xae7aed08 snd_hdac_dsp_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xaf77d155 snd_hdac_acomp_register_notifier +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb794ee79 snd_hdac_get_stream +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbffecbe2 snd_hdac_stream_setup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc680aba6 snd_hdac_bus_stop_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc845a2e4 snd_hdac_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xcc60bbd2 snd_hdac_acomp_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xcd1d9046 snd_hdac_device_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd014635a snd_hdac_regmap_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd5dd65f9 snd_hdac_get_sub_nodes +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xdca2bdfd snd_hdac_regmap_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xdcd3bb64 snd_hdac_stream_setup_periods +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe10d83db snd_hdac_sync_audio_rate +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe3514a66 snd_hdac_bus_stop_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe49fc1fb snd_hdac_check_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe4d9f47c snd_hdac_power_up_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe4e07754 snd_hdac_print_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe7ac5e68 snd_hdac_stream_get_spbmaxfifo +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe9e8cad9 snd_hdac_bus_handle_stream_irq +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xebe7a572 snd_hdac_bus_get_response +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xecf38be7 snd_hdac_device_unregister +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xee0ce6ef snd_hdac_device_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xee3ae9bf snd_hdac_codec_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xee471157 snd_hdac_power_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf11a4dcc snd_hdac_bus_enter_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf20302ca snd_hdac_get_stream_stripe_ctl +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf2cd6344 snd_hdac_bus_parse_capabilities +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf84f57cc snd_hdac_codec_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf8541027 snd_hdac_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfba7ae85 snd_hdac_device_register +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfc0676a4 snd_hdac_display_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfc738c75 snd_hdac_stream_drsm_enable +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x3c563780 snd_intel_acpi_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x55330bfb snd_intel_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x7274adea snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x850c04b3 snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x91b2fca7 snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x9de50167 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xa34ded3d snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0xdd7e3b91 snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x014fb77b snd_hda_codec_device_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x04e0db7f snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0676f5ac snd_hda_get_input_pin_attr +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0b173de9 snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0bb5bbad snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0f8a771b azx_get_pos_posbuf +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x13da9a04 snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1554ea1f snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x173dbf8c azx_get_pos_lpib +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1b49fca7 snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1fefad92 snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x208e12c7 snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2100c21f snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x210b07aa snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x21bde9db snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x23ed4183 snd_hda_get_num_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2571697a snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x292ceb4d snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x29b60a8b __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2ab9bc83 query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2b6c188c snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2e4bb499 snd_hda_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3018e42a __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x310ee764 snd_hda_codec_cleanup_for_unbind +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x32084500 snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x368705aa snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3795eb4f snd_hda_codec_load_dsp_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x379a2e5d snd_hda_codec_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x39a651c3 snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3ca9a390 snd_hda_codec_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3caa3224 snd_hda_codec_pcm_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4001469e azx_bus_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x402b58a8 snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x44a9865d azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4517d753 snd_hda_set_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4574435b hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x45d9ca3f snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x46c01dc9 snd_hda_jack_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x46e321dc snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4714bdc4 snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x47bd9346 snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4b1a3ded snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4c962b93 snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x51a81ef2 snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5297231e snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x54b7b4cd snd_hda_get_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x553ca856 snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6133d0f9 snd_hda_jack_bind_keymap +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x64d51eae snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x65d58b1c snd_hda_jack_add_kctl_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x666ad1ba snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6d27546d hda_codec_driver_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6e2bf273 snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x704934a3 snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7100d58d snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7248edf5 snd_hda_codec_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x738f0d25 snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x76602ff2 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x76a59bfd azx_free_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7741d6df snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x778a2b34 snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x78ce309a is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7af21a05 snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7b94fe5c snd_hda_codec_load_dsp_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7c13be5c snd_hda_codec_set_name +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7f0e75b5 snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x84c976aa snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8740bbdd snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8b2762ee azx_init_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8bb4bdc9 snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8cdf2f70 snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x921c5e11 snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9361d6fb snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x957d58cc snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x964842ba snd_hda_jack_detect_enable_callback_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x97f62cbe snd_hda_codec_device_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x98ac5f78 snd_hda_codec_parse_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9947695f snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9e06d700 snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa0d49e64 snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa13c5ea1 snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa350b4b7 snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa432f5d0 snd_hda_check_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa56dab82 snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa7fc5009 snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaa1c32fc snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xac8cc240 snd_hda_jack_tbl_get_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xacf140d7 snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaef96481 snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaf868d4d snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xaff10d9c snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb10a3dc3 snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb39a48ec snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb614333d snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb831cad2 snd_hda_jack_set_button_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb98ee8e7 __snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xba101b2e snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbf2a9f00 snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc1c0fe2a snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc26ef25a snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc3214150 snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc5f37b7f snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc626f6f0 azx_probe_codecs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc79766e2 azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc9ad148c azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcad4d313 __hda_codec_driver_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcc788056 snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcd183fe5 snd_hda_jack_detect_state_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd38513c3 snd_hda_codec_load_dsp_trigger +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd50cf1de snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd8a0c411 snd_hda_codec_pcm_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xdeb1f184 snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe242e2a6 snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe422ebda snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe430d854 snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe453996a snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe6dd0900 snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe893b11a _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe89694e0 snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xea7967cb azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeab9b59a snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xef29a0f6 snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf2900e52 snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf3b388ad azx_stop_all_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf4dcf147 snd_hda_codec_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8629fd8 snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8dc35ac snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfba1706f snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfc1a402a snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfd78487a snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xff5e5095 snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0090468d snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x040d5bad snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0b6d4dac snd_hda_gen_update_outputs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0e9be2ef snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x0fffcac9 snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x17f7d0c8 snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x183635fc snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x206ff5ac snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x3bdc9063 snd_hda_gen_add_mute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x41191254 snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x5564ee37 snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x5f368fb1 snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x66237343 snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x6e74c23f snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x76dc6871 hda_main_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x7f261bea snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x871a6e44 hda_extra_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xad1e3d79 snd_hda_gen_stream_pm +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xc16858cf snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd169e7b3 snd_hda_gen_fix_pin_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd5600821 snd_hda_gen_add_micmute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xdeee32af snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xe18cdfd9 snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/soc/codecs/mt6359-accdet 0xdd8d7f41 mt6359_accdet_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau-utils 0xae620be9 adau_calc_pll_cfg +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1372 0x255cee03 adau1372_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0xdb8ba0ac adau1761_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0xfa816ea8 adau1761_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x1e505a09 adau17x1_add_widgets +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x52155f58 adau17x1_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x57364708 adau17x1_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x801f8046 adau17x1_add_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x84035fa2 adau17x1_precious_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xaaecd5af adau17x1_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xc203e410 adau17x1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xc65b6930 adau17x1_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xd6c7b075 adau17x1_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xec19422c adau17x1_set_micbias_voltage +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau7118 0xd02fd538 adau7118_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x14076871 aw88395_dev_start +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x1c7bf7d7 aw88395_dev_get_prof_name +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x23ac6205 aw88395_dev_fw_update +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x2b61b830 aw88395_dev_stop +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x527a6a0d aw88395_dev_set_profile_index +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x694626ec aw88395_dev_set_volume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x6d74f70e aw88395_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x81371266 aw88395_dev_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x813a23a8 aw88395_dev_get_prof_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xd7c7fdfc aw88395_dev_get_profile_count +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xf2681b9d aw88395_dev_mute +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xfc583256 aw88395_dev_get_profile_index +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395-lib 0x2d239867 aw88395_dev_load_acf_check +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395-lib 0x7f3087ab aw88395_dev_cfg_load +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x07048cc5 cs35l41_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x10a1579f cs35l41_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x838d8f13 cs35l41_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x0082b253 cs35l41_test_key_unlock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x1200c07e cs35l41_init_boost +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x1d17791b cs35l41_exit_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x389e86c7 cs35l41_safe_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x6940bf8a cs35l41_regmap_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x7c1fd7e8 cs35l41_set_cspl_mbox_cmd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x7d21aae5 cs35l41_set_channels +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x9fa15c65 cs35l41_configure_cs_dsp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xab498ae1 cs35l41_write_fs_errata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xb5f95600 cs35l41_otp_unpack +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xb856dc20 cs35l41_test_key_lock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xc585d27b cs35l41_register_errata_patch +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xdf15b955 cs35l41_regmap_spi +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xe10702eb cs35l41_enter_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xe92ff6ad cs35l41_gpio_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xed213900 cs35l41_global_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x0e2bafc6 cs35l56_system_resume_early +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x168ab1a7 cs35l56_system_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x5567899d cs35l56_system_resume_no_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x8c33b6df cs35l56_system_suspend_late +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xe1e3cbb3 cs35l56_system_suspend_no_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xe70efcc8 cs35l56_system_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x7d05786f cs4271_dt_ids +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x8819629c cs4271_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x8d7a4341 cs4271_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x0ab228a0 cs42l51_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x4ea5d4a1 cs42l51_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xbb49f8bb cs42l51_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xd1e4f8b4 cs42l51_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xdfdad625 cs42l51_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x1cb4f743 cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x259d8f7e cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x79095aec cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7cac7292 cs42888_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3794c9 cs42448_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0x176cec67 es8328_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0x61478825 es8328_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x06bd2569 snd_soc_hda_codec_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x870be777 hda_codec_probe_complete +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x950fc2f3 soc_hda_ext_bus_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0x62a192ef lpass_macro_pds_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0x8bf360b1 lpass_macro_pds_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0x6abe1e85 max98090_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x49323957 soc_codec_dev_max98373 +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0xa8924f34 soc_codec_dev_max98373_sdw +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0xad18d96e max98373_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0xfef688d2 max98373_slot_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x52e10026 mt6358_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x5c4c4ad6 mt6358_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x9dc22898 mt6358_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xf423a4c9 mt6358_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x229699f5 mt6359_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x394e9e2b mt6359_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0x9f8c3ac4 mt6359_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6359 0xa5e0a63d mt6359_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8821 0x0bed2b41 nau8821_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0xb39e0aff nau8824_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0xbf55f96a nau8824_components +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8825 0x4f1b03f3 nau8825_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x1861d649 pcm1789_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0xd4fbae85 pcm1789_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0xe1d7aa9d pcm1789_common_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0x1fd17a61 pcm179x_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0xe61c0b02 pcm179x_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0x3cb6fabe pcm186x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0x4aa97e7e pcm186x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x2525e15d pcm3168a_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x2a31e48c pcm3168a_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x8019ff09 pcm3168a_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0xd0eef6ea pcm3168a_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x3b09dbfe pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x8f4928b0 pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xbb5063bc pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xe21463d1 pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x5dc92cdf rl6231_pll_calc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x70617a04 rl6231_get_clk_info +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x8d7fa148 rl6231_get_pre_div +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0xdba4502f rl6231_calc_dmic_clk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5514-spi 0x554467a3 rt5514_spi_burst_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5514-spi 0xbb4583f6 rt5514_spi_burst_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x06d31674 rt5640_disable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x1ae0ce20 rt5640_detect_headset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x56089e27 rt5640_enable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xde161261 rt5640_set_ovcd_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xe5b652d1 rt5640_dmic_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xfa083ece rt5640_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0x36897c01 rt5645_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0xff823a3b rt5645_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5659 0x47511bda rt5659_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5663 0xec1f6e7e rt5663_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677 0x6401dad3 rt5677_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677-spi 0x425a794d rt5677_spi_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677-spi 0xa8c77592 rt5677_spi_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677-spi 0xc6695825 rt5677_spi_hotword_detected +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5677-spi 0xf17750f8 rt5677_spi_write_firmware +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x01056b8d rt5682_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x0d18594a rt5682_supply_names +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x1bdadaf1 rt5682_aif1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x31ee7ed9 rt5682_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x6f2ec0f0 rt5682_soc_component_dev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x73f1b27b rt5682_apply_patch_list +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x91079df2 rt5682_jack_detect_handler +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xa3cb7767 rt5682_register_dai_clks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xac46fda9 rt5682_calibrate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xb87004ab rt5682_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xb897de56 rt5682_reg +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xf0ed61f2 rt5682_aif2_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xf9afa1fe rt5682_parse_dt +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xfcdff92a rt5682_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682s 0xa238aa00 rt5682s_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x201f5e9f sigmadsp_attach +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x2256ec79 sigmadsp_restrict_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x49237363 sigmadsp_setup +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x793b401c devm_sigmadsp_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x8a7f3cb9 sigmadsp_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-i2c 0x3224603d devm_sigmadsp_init_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-regmap 0xee84cde7 devm_sigmadsp_init_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0x43f7fa31 src4xxx_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0x689a49ba src4xxx_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0x9a323d8e ssm2602_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0xf12f2c79 ssm2602_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x11823173 tasdevice_dev_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x1e138202 tasdevice_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x4e6654d1 tasdevice_amp_putvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x4f6fbb0e tasdevice_dev_update_bits +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x50755356 tasdevice_dev_bulk_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x69d9a346 tasdevice_amp_getvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x865b9a83 tascodec_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x8d2d1bcd tasdevice_kzalloc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x9bb9d922 tasdevice_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x9e4e8dbc tasdevice_dev_bulk_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xae258332 tasdevice_dev_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xcec19898 tasdevice_digital_getvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xceda69fc tas2781_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xd60d28da tasdevice_dsp_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xe97e6f0f tasdevice_digital_putvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic32x4 0x3ad5b997 aic32x4_register_clocks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic3x 0xe39394e2 aic3x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ts3a227e 0xa75013a0 ts3a227e_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd-mbhc 0x936c1623 wcd_mbhc_event_notify +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x1632daa7 wcd938x_sdw_device_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x735307e0 wcd938x_sdw_set_sdw_stream +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x89832810 wcd938x_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x916f0846 wcd938x_swr_get_current_bank +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xd55c7455 wcd938x_sdw_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x0827d6b1 wm_adsp_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x09c7d0d8 wm_adsp_early_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x101c2237 wm_adsp_fw_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x1907a4d8 wm_halo_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x2900cde7 wm_adsp_fw_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x489ba7c2 wm_adsp2_preloader_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x4c0ed210 wm_adsp_power_up +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x52b508e0 wm_adsp_compr_copy +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x52c16479 wm_halo_wdt_expire +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x57bb8435 wm_adsp_compr_open +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x641a6be1 wm_adsp2_component_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x71874812 wm_adsp2_preloader_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x7448c0ff wm_adsp2_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x765819a1 wm_adsp2_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x79df7121 wm_adsp_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x82cefe64 wm_adsp_write_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x8727933c wm_adsp1_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x9d537164 wm_adsp_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xa5786212 wm_adsp_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xac414568 wm_adsp1_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xae3c3600 wm_adsp2_component_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xba2bdde8 wm_adsp2_set_dspclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xd03e880d wm_adsp_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xd09be4fb wm_adsp_fw_enum +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xd451f9b5 wm_adsp_compr_handle_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xdd3c79ef wm_adsp2_bus_error +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xea38ee07 wm_halo_bus_error +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xefe34a3d wm_adsp_read_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xf0e6557a wm_adsp_compr_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x219ce329 wm_hubs_handle_analogue_pdata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x46084007 wm_hubs_update_class_w +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x559d2ed0 wm_hubs_hpl_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x5cd7eb9b wm_hubs_dcs_done +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x6c414d3b wm_hubs_hpr_mux +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x74d24f54 wm_hubs_add_analogue_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0x757206d5 wm_hubs_spkmix_tlv +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xb8747884 wm_hubs_add_analogue_controls +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xce0074ae wm_hubs_set_bias_level +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-hubs 0xf6f389aa wm_hubs_vmid_ena +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0x22208e55 wm8731_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0x51a9a1c7 wm8731_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x1cbd1e11 wm8804_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x5846fedb wm8804_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x7b11da99 wm8804_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xcfbb2fd5 wm8804_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0x86c0ee98 wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0xafed5296 wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0x872e85ea wm8958_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8994 0x883a6f59 wm8994_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-asrc 0x839d7d5f fsl_asrc_component +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card 0x938e7aad audio_graph_parse_of +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x1a72ba48 audio_graph2_link_c2c +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x257d8220 audio_graph2_link_dpcm +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x51704a17 audio_graph2_parse_of +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0xb9f95acb audio_graph2_link_normal +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x00647597 asoc_simple_clean_reference +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x00e1d1ff asoc_simple_is_convert_required +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x04ee71b0 asoc_simple_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x0a7aaab6 asoc_simple_parse_tdm_width_map +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x12ed3550 asoc_simple_init_aux_jacks +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x158908f1 asoc_simple_parse_routing +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x1f2d9a5a asoc_graph_parse_dai +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x2c686c09 asoc_simple_shutdown +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x3534d1aa asoc_simple_hw_params +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x4b9e31b9 asoc_simple_init_jack +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x74eea3a2 asoc_simple_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x821be6df asoc_simple_canonicalize_cpu +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x883040de asoc_simple_canonicalize_platform +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x93e74805 asoc_simple_dai_init +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x9c0ff115 asoc_simple_startup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xb41e5a3f asoc_simple_parse_widgets +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xb9c53649 asoc_graph_is_ports0 +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xc007cb55 asoc_simple_parse_clk +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xc4dbda4d asoc_simple_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xc6912994 asoc_simple_remove +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xc6ebabf9 asoc_simple_set_dailink_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xe4ad574c asoc_graph_card_probe +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xe5fc93c9 asoc_simple_init_priv +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xef1caca7 asoc_simple_be_hw_params_fixup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xf79c3896 asoc_simple_parse_convert +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x01c1306a mtk_memif_set_enable +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x0fe36fdc mtk_memif_set_pbuf_size +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x0ff7af85 mtk_afe_fe_trigger +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x181e6bf8 mtk_memif_set_channel +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x1950b016 mtk_memif_set_disable +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x2ad9f0cc clean_card_reference +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x3215f911 mtk_afe_combine_sub_dai +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x382dfa8a parse_dai_link_info +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x3c0127a0 mtk_afe_resume +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x44b5a3e8 mtk_dynamic_irq_acquire +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x4aba1337 mtk_afe_fe_hw_free +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x785a72a5 mtk_sof_card_probe +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x7fe4fd3f mtk_afe_suspend +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x9478f7fd mtk_afe_pcm_new +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0x970f5864 mtk_sof_card_late_probe +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xa1b425f6 mtk_memif_set_addr +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xa80b6d1b mtk_memif_set_format +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xa98a19f5 mtk_afe_pcm_platform +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xac0c3826 mtk_dynamic_irq_release +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xb9feca40 mtk_sof_dailink_parse_of +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xc884ef61 mtk_afe_fe_ops +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xca4f6194 mtk_memif_set_rate_substream +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xcc5d8f14 mtk_afe_fe_hw_params +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xcdbcdc09 mtk_afe_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xd7a48634 mtk_memif_set_rate +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xdadc16bd mtk_afe_fe_startup +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xe2ee0677 mtk_afe_fe_prepare +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xf478bb87 mtk_afe_add_sub_dai_control +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xf6d5d60e mtk_afe_fe_shutdown +EXPORT_SYMBOL_GPL sound/soc/mediatek/common/snd-soc-mtk-common 0xfd585827 mtk_sof_dai_link_fixup +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8183/snd-soc-mt8183-afe 0x8781e169 mt8183_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0x01178a75 mt8186_mt6366_init +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0x109c3819 mt8186_mt6366_card_set_be_link +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0x3058bf48 mt8186_afe_gpio_init +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8186/snd-soc-mt8186-afe 0x5372be37 mt8186_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8188/snd-soc-mt8188-afe 0x230a7b29 mt8188_afe_enable_clk +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8188/snd-soc-mt8188-afe 0x5a72ec40 mt8188_afe_disable_clk +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8192/snd-soc-mt8192-afe 0x23cad9cc mt8192_dai_i2s_set_share +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8195/snd-soc-mt8195-afe 0x062a9a42 mt8195_afe_enable_clk +EXPORT_SYMBOL_GPL sound/soc/mediatek/mt8195/snd-soc-mt8195-afe 0x80377471 mt8195_afe_disable_clk +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x0588201a axg_fifo_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x3544f223 axg_fifo_pcm_new +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x5b47c2ca axg_fifo_pcm_trigger +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x66c82215 axg_fifo_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0x83bfff90 axg_fifo_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xa21017a2 axg_fifo_pcm_open +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xa4f5d386 g12a_fifo_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xd9a1e2e1 axg_fifo_pcm_close +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-fifo 0xe3795d50 axg_fifo_pcm_hw_free +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x14468237 axg_tdm_formatter_set_channel_masks +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x314f9f02 axg_tdm_stream_alloc +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x3ea0519c axg_tdm_formatter_event +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x443d22ba axg_tdm_stream_free +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x506c837c axg_tdm_stream_stop +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0x970060bd axg_tdm_stream_start +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-formatter 0xa4a7ac58 axg_tdm_formatter_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-axg-tdm-interface 0x4f4cd93b axg_tdm_set_tdm_slots +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x78927130 meson_card_set_be_link +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x832606e7 meson_card_i2s_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x9472f529 meson_card_set_fe_link +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0x9a737993 meson_card_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xa27cfbcf meson_card_reallocate_links +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xbc0f3ef9 meson_card_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xf0acca02 meson_card_parse_dai +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-card-utils 0xffebe900 meson_card_remove +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x02abc3ed meson_codec_glue_input_get_data +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x2f4df6c0 meson_codec_glue_input_dai_probe +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x64162a3f meson_codec_glue_output_startup +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x72315547 meson_codec_glue_input_set_fmt +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0x93c0b957 meson_codec_glue_input_hw_params +EXPORT_SYMBOL_GPL sound/soc/meson/snd-soc-meson-codec-glue 0xce1b7ba7 meson_codec_glue_input_dai_remove +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x28421460 q6adm_get_copp_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x3248cfa4 q6adm_matrix_map +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0x388cf0cb q6adm_close +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6adm 0xfd95acff q6adm_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x025d3119 q6afe_set_lpass_clock +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x07a54780 q6afe_cdc_dma_port_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x369b6eeb q6afe_port_put +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x3b16d6e7 q6afe_port_stop +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x498d993b q6afe_get_port_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x5332304f q6afe_slim_port_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0x7df60063 q6afe_port_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0xae809786 q6afe_hdmi_port_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0xd4523c59 q6afe_i2s_port_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0xdba23fa9 q6afe_port_get_from_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0xe45246a8 q6afe_port_start +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6afe 0xfaf22370 q6afe_tdm_port_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x13b7efd9 q6asm_cmd +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x1b6c77fc q6asm_stream_media_format_block_alac +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x25bfa476 q6asm_open_write +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x2b693eed q6asm_stream_media_format_block_wma_v9 +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x4afe6f73 q6asm_read +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x4fba2f0c q6asm_run_nowait +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x53097a62 q6asm_audio_client_alloc +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x68db31e2 q6asm_unmap_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x6cec4b17 q6asm_stream_remove_trailing_silence +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x856b4fdb q6asm_stream_media_format_block_wma_v10 +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0x9d0cf85f q6asm_stream_media_format_block_flac +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xa7d3a3a6 q6asm_media_format_block_multi_ch_pcm +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xb37ed108 q6asm_enc_cfg_blk_pcm_format_support +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xb4f98cb3 q6asm_map_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xc0dd8d67 q6asm_open_read +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xc1347db0 q6asm_write_async +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xc5a116a4 q6asm_get_session_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xcbee5e42 q6asm_stream_remove_initial_silence +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xcc4952e4 q6asm_audio_client_free +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xd2cf1a0f q6asm_run +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xd38aa312 q6asm_cmd_nowait +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6asm 0xf47f4b35 q6asm_stream_media_format_block_ape +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6core 0x7e52e977 q6core_is_adsp_ready +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6core 0x9b02ea0d q6core_get_svc_api_info +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0x533ffa7a q6prm_set_lpass_clock +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0x8633d508 q6prm_unvote_lpass_core_hw +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6prm 0xf4132e47 q6prm_vote_lpass_core_hw +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6routing 0x5b75f756 q6routing_stream_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/q6routing 0xa7a64259 q6routing_stream_close +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x09d833bb audioreach_gain_set_vol_ctrl +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x0f75ddbe audioreach_compr_set_param +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x145cf8f6 audioreach_alloc_apm_cmd_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x14fda6ef audioreach_send_cmd_sync +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x2c0c4385 q6apm_enable_compress_module +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x2fe33fd3 q6apm_is_adsp_ready +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x33944681 q6apm_set_real_module_id +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x34a236cb audioreach_tplg_init +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x4e1107a1 q6apm_unmap_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x51103439 audioreach_shared_memory_send_eos +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x5543dd66 audioreach_alloc_apm_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x5e584f89 audioreach_map_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x618cff40 q6apm_read +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x64dc5171 audioreach_alloc_cmd_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x6b64a0c9 q6apm_map_memory_regions +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x6bcc28ea q6apm_graph_open +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x74efaaa2 q6apm_graph_flush +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x7ba28258 q6apm_graph_close +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x7c5c7a00 q6apm_graph_get_rx_shmem_module_iid +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x7f4d39c8 audioreach_alloc_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x8b24e63b q6apm_remove_trailing_silence +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x9801fd94 audioreach_graph_free_buf +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x9b3352eb audioreach_set_media_format +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x9b6b3af9 q6apm_graph_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0x9f6ae0b2 audioreach_send_u32_param +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xa3e5a0ac q6apm_remove_initial_silence +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xa63f1a6f q6apm_graph_media_format_pcm +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xa69c5d66 audioreach_alloc_graph_pkt +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xc231e085 q6apm_graph_start +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xd53c468c q6apm_write_async +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xd8f7968a q6apm_graph_stop +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xdc68cb24 audioreach_graph_send_cmd_sync +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6apm 0xed794959 q6apm_graph_media_format_shmem +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x17142e58 q6dsp_map_channels +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x381da410 q6dsp_audio_ports_set_config +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x6e7e405f q6dsp_audio_ports_of_xlate_dai_name +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0x9501f8e4 q6dsp_get_channel_allocation +EXPORT_SYMBOL_GPL sound/soc/qcom/qdsp6/snd-q6dsp-common 0xae6dced8 q6dsp_clock_dev_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cdc-dma 0xb286a53c asoc_qcom_lpass_cdc_dma_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x3f6e14e1 lpass_cpu_pcm_new +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x456ba2f9 asoc_qcom_lpass_cpu_platform_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x4bd68aa0 asoc_qcom_lpass_cpu_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x5253799d asoc_qcom_lpass_cpu_platform_remove +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0x61644ec1 asoc_qcom_lpass_cpu_platform_shutdown +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-cpu 0xec1e1dc2 asoc_qcom_lpass_cpu_dai_probe +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-hdmi 0x993db1cb asoc_qcom_lpass_hdmi_dai_ops +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-lpass-platform 0x16c20c5f asoc_qcom_lpass_platform_register +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-common 0xaad51b09 qcom_snd_wcd_jack_setup +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-common 0xe4606190 qcom_snd_parse_of +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0x46aadb23 qcom_snd_sdw_prepare +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0x9bc5f81d qcom_snd_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/qcom/snd-soc-qcom-sdw 0xf352a86b qcom_snd_sdw_hw_free +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-machine 0x1cab5aa5 tegra_asoc_machine_probe +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-machine 0x6d8e8a4d tegra_asoc_machine_init +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x26e812ad tegra_pcm_hw_params +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x461099cb tegra_pcm_platform_register_with_chan_names +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x5728e510 tegra_pcm_platform_unregister +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x5c8439aa tegra_pcm_construct +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0x98c8ed03 devm_tegra_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xaa527e22 tegra_pcm_pointer +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xad131a7e tegra_pcm_close +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xb81e57d0 tegra_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra-pcm 0xed7fb257 tegra_pcm_open +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0x0427e3da tegra30_ahub_allocate_tx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0x55a40206 tegra30_ahub_disable_rx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0x5d7237ff tegra30_ahub_set_cif +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0x6fe20143 tegra30_ahub_set_rx_cif_source +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xb419329b tegra30_ahub_disable_tx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xb4a9367d tegra30_ahub_enable_tx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xb81bca9d tegra30_ahub_free_rx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xc78c7125 tegra30_ahub_free_tx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xccb67e55 tegra124_ahub_set_cif +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xccc98372 tegra30_ahub_enable_rx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xd01de23b tegra30_ahub_allocate_rx_fifo +EXPORT_SYMBOL_GPL sound/soc/tegra/snd-soc-tegra30-ahub 0xe549513a tegra30_ahub_unset_rx_cif_source +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-omap-mcbsp 0xe6543dd3 omap_mcbsp_st_add_controls +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-edma 0x7a95587a edma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-sdma 0xadca5c0a sdma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/soc/ti/snd-soc-ti-udma 0x5d58ade7 udma_pcm_platform_register +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x1f5e22e3 line6_disconnect +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x202a1b1b line6_midi_id +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x23f0f276 line6_send_raw_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x2bd788e6 line6_send_raw_message_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x393f4fe6 line6_pcm_release +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x3a24fbcc line6_alloc_sysex_buffer +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x3dee6e78 line6_send_sysex_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x481858fb line6_version_request_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x505b0db2 line6_resume +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x5361f1f0 line6_init_pcm +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x5c4584f8 line6_suspend +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x6809ecbf line6_read_serial_number +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x8524a42b line6_write_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xa6362dcc line6_init_midi +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xa7ccd7e1 line6_pcm_acquire +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xdf26f7f3 line6_probe +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xecd3605e line6_read_data +EXPORT_SYMBOL_GPL virt/lib/irqbypass 0x3fe35aea irq_bypass_unregister_consumer +EXPORT_SYMBOL_GPL virt/lib/irqbypass 0x418873cc irq_bypass_register_producer +EXPORT_SYMBOL_GPL virt/lib/irqbypass 0x888c5be5 irq_bypass_register_consumer +EXPORT_SYMBOL_GPL virt/lib/irqbypass 0xf6e772c3 irq_bypass_unregister_producer +EXPORT_SYMBOL_GPL vmlinux 0x000447e8 uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x000cd830 pinctrl_find_gpio_range_from_pin_nolock +EXPORT_SYMBOL_GPL vmlinux 0x001aced2 mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0029dda9 gpiochip_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x00317e6a simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x00388d30 __devm_clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0x00480786 folio_invalidate +EXPORT_SYMBOL_GPL vmlinux 0x0049f99e pci_intx +EXPORT_SYMBOL_GPL vmlinux 0x00513f58 get_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x00632780 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x006a740d devm_spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0074be05 __iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0x007e8c23 thermal_zone_get_crit_temp +EXPORT_SYMBOL_GPL vmlinux 0x00a50b80 musb_root_disconnect +EXPORT_SYMBOL_GPL vmlinux 0x00cd1c21 device_match_devt +EXPORT_SYMBOL_GPL vmlinux 0x00d469cf dev_pm_genpd_set_next_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x00d4c500 usb_decode_interval +EXPORT_SYMBOL_GPL vmlinux 0x00e86f78 devm_request_pci_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x00ee1bb2 devm_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x00f54620 tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0x01032082 nand_soft_waitrdy +EXPORT_SYMBOL_GPL vmlinux 0x0106a230 bio_poll +EXPORT_SYMBOL_GPL vmlinux 0x012ace93 of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x013e3341 fb_deferred_io_mmap +EXPORT_SYMBOL_GPL vmlinux 0x014537f6 netif_carrier_event +EXPORT_SYMBOL_GPL vmlinux 0x014e8186 cpu_scale +EXPORT_SYMBOL_GPL vmlinux 0x01580787 sdhci_start_signal_voltage_switch +EXPORT_SYMBOL_GPL vmlinux 0x015a8498 imx_clk_hw_cpu +EXPORT_SYMBOL_GPL vmlinux 0x017a43aa dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x017f00b0 kthread_use_mm +EXPORT_SYMBOL_GPL vmlinux 0x0183896d sched_set_fifo_low +EXPORT_SYMBOL_GPL vmlinux 0x01866a57 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x018821ac tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x019942de tracing_cond_snapshot_data +EXPORT_SYMBOL_GPL vmlinux 0x01b12a5e class_create +EXPORT_SYMBOL_GPL vmlinux 0x01b12bfb usb_ep_free_request +EXPORT_SYMBOL_GPL vmlinux 0x01b8ad58 clk_gate_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x01c6cb0c cpu_cluster_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x01d11e0f sk_msg_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x01d69f4d tpm_chip_register +EXPORT_SYMBOL_GPL vmlinux 0x01dc0eb1 __fsverity_cleanup_inode +EXPORT_SYMBOL_GPL vmlinux 0x01e1a066 dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x0207a6c6 reset_control_bulk_acquire +EXPORT_SYMBOL_GPL vmlinux 0x0210692e generic_device_group +EXPORT_SYMBOL_GPL vmlinux 0x02394899 play_idle_precise +EXPORT_SYMBOL_GPL vmlinux 0x0246a57e pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0x024d13dd request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x0252ef46 dst_blackhole_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x0256d146 sdio_retune_crc_disable +EXPORT_SYMBOL_GPL vmlinux 0x026f3380 btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0279046a metadata_dst_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x028241c9 ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0x029679c9 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0x029778e8 pci_epc_raise_irq +EXPORT_SYMBOL_GPL vmlinux 0x02a339b0 ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0x02a75b9e dev_pm_opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x02ae8faa sdhci_end_tuning +EXPORT_SYMBOL_GPL vmlinux 0x02b764dc pwm_apply_state +EXPORT_SYMBOL_GPL vmlinux 0x02c1e6eb of_pci_get_max_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x02c56acd usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0x02c5c501 power_supply_find_ocv2cap_table +EXPORT_SYMBOL_GPL vmlinux 0x02cd5771 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x02cf29af get_device +EXPORT_SYMBOL_GPL vmlinux 0x02d00452 sock_map_destroy +EXPORT_SYMBOL_GPL vmlinux 0x02ea61a6 dax_flush +EXPORT_SYMBOL_GPL vmlinux 0x02ee6e4b extract_iter_to_sg +EXPORT_SYMBOL_GPL vmlinux 0x03000f05 __tracepoint_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x030cbca2 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x0312b3b0 reset_controller_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x03157138 rcu_read_unlock_trace_special +EXPORT_SYMBOL_GPL vmlinux 0x031c0592 clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x0321cdbf of_alias_get_highest_id +EXPORT_SYMBOL_GPL vmlinux 0x0323206b devl_lock +EXPORT_SYMBOL_GPL vmlinux 0x03315f0c btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x033e1e5d cpufreq_disable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x0340cf49 sdhci_remove_host +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x0343f3d3 regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x0344dea0 palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0x0345d3cd bio_trim +EXPORT_SYMBOL_GPL vmlinux 0x03473884 phy_basic_t1s_p2mp_features +EXPORT_SYMBOL_GPL vmlinux 0x034e3d81 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x035a3dd9 usb_phy_generic_register +EXPORT_SYMBOL_GPL vmlinux 0x036d8e9b klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0x036dd1f3 vp_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0x037c9609 phy_led_triggers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0380aa84 edac_pci_handle_pe +EXPORT_SYMBOL_GPL vmlinux 0x03931127 proc_create_net_single +EXPORT_SYMBOL_GPL vmlinux 0x0393671f __vfs_setxattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x03952887 ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x039d5862 dma_vunmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x03b40854 netdev_walk_all_lower_dev +EXPORT_SYMBOL_GPL vmlinux 0x03c52ea4 devl_linecard_create +EXPORT_SYMBOL_GPL vmlinux 0x03c61376 snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL vmlinux 0x03dc8b19 irq_domain_alloc_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x0407033d of_phandle_iterator_next +EXPORT_SYMBOL_GPL vmlinux 0x0412332f rcar_rst_set_rproc_boot_addr +EXPORT_SYMBOL_GPL vmlinux 0x0422a652 led_set_brightness_sync +EXPORT_SYMBOL_GPL vmlinux 0x043c5e3a tegra_xusb_padctl_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0x04453dbc of_mm_gpiochip_add_data +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x046f359e of_overlay_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x04852fc5 scmi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x04966a70 phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0x04974227 skb_consume_udp +EXPORT_SYMBOL_GPL vmlinux 0x04a75cc3 usb_gadget_udc_reset +EXPORT_SYMBOL_GPL vmlinux 0x04ae4635 trace_handle_return +EXPORT_SYMBOL_GPL vmlinux 0x04b16bad crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0x04c1fc19 usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04c8aebf console_verbose +EXPORT_SYMBOL_GPL vmlinux 0x04c8de88 xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x04e1b99f snd_pcm_std_chmaps +EXPORT_SYMBOL_GPL vmlinux 0x04ee03b6 pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0x04ee40f8 usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x050a765a usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x050d2fb5 tpm_chip_unregister +EXPORT_SYMBOL_GPL vmlinux 0x051085e3 lock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x05131419 irq_chip_disable_parent +EXPORT_SYMBOL_GPL vmlinux 0x051a0bc1 stack_depot_fetch +EXPORT_SYMBOL_GPL vmlinux 0x052aa55b of_remove_property +EXPORT_SYMBOL_GPL vmlinux 0x052b4013 register_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x052c9aed ktime_get_real_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x052cf0b2 platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0x053b35c4 dev_pm_opp_remove_all_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x053d738a __SCK__tp_func_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x05610897 of_changeset_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0566ff96 vchan_tx_desc_free +EXPORT_SYMBOL_GPL vmlinux 0x05883a64 ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0x05883efb __traceiter_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x059136df of_get_display_timings +EXPORT_SYMBOL_GPL vmlinux 0x05aad490 nand_change_write_column_op +EXPORT_SYMBOL_GPL vmlinux 0x05ab6039 nd_cmd_in_size +EXPORT_SYMBOL_GPL vmlinux 0x05b428c2 dmaengine_desc_attach_metadata +EXPORT_SYMBOL_GPL vmlinux 0x05cd1dd4 vcap_rule_add_key_bit +EXPORT_SYMBOL_GPL vmlinux 0x05d6ee26 unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x05e826bd ahci_init_controller +EXPORT_SYMBOL_GPL vmlinux 0x05ecf121 mctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x05f34fc5 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0x0601036f crypto_register_rng +EXPORT_SYMBOL_GPL vmlinux 0x06055f7f usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x0608f1e3 imx_clk_fracn_gppll_integer +EXPORT_SYMBOL_GPL vmlinux 0x06122337 atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x06209f49 phy_lookup_setting +EXPORT_SYMBOL_GPL vmlinux 0x062201f2 PageHuge +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x062a86cb scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x065387ed blk_queue_flag_test_and_set +EXPORT_SYMBOL_GPL vmlinux 0x0679ac5d posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0x068efb82 devm_hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x06974c6c blk_queue_zone_write_granularity +EXPORT_SYMBOL_GPL vmlinux 0x06a3bd23 l3mdev_table_lookup_unregister +EXPORT_SYMBOL_GPL vmlinux 0x06b53bd2 memalloc_socks_key +EXPORT_SYMBOL_GPL vmlinux 0x06bdcf08 driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x06c4a387 pm_clk_suspend +EXPORT_SYMBOL_GPL vmlinux 0x06ca2d2f edac_pci_add_device +EXPORT_SYMBOL_GPL vmlinux 0x06cca30b ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0x06d21b97 synth_event_create +EXPORT_SYMBOL_GPL vmlinux 0x06d2b195 btree_init +EXPORT_SYMBOL_GPL vmlinux 0x06d8b289 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0x06e109df devl_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0x06e8d0d6 ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x06e90155 sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0x06e92aea nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x06eb1bc9 __traceiter_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x06f520bc crypto_unregister_kpp +EXPORT_SYMBOL_GPL vmlinux 0x0713645c hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0723e271 meson8_aobus_parse_dt_extra +EXPORT_SYMBOL_GPL vmlinux 0x07242d92 put_dax +EXPORT_SYMBOL_GPL vmlinux 0x072b2550 devm_of_phy_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x073205e7 vcap_filter_rule_keys +EXPORT_SYMBOL_GPL vmlinux 0x07363f8f dm_bio_get_target_bio_nr +EXPORT_SYMBOL_GPL vmlinux 0x073924b0 pwm_capture +EXPORT_SYMBOL_GPL vmlinux 0x07483e13 cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0x07514f15 fsverity_get_digest +EXPORT_SYMBOL_GPL vmlinux 0x0756a31c register_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0x076356e7 sfp_may_have_phy +EXPORT_SYMBOL_GPL vmlinux 0x0767b9eb vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0x0776572c iptunnel_metadata_reply +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07be6905 net_inc_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x07cadee5 rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0x07cd68f1 led_blink_set_nosleep +EXPORT_SYMBOL_GPL vmlinux 0x07d046bd eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0x07dcff2c genphy_c45_pma_read_abilities +EXPORT_SYMBOL_GPL vmlinux 0x0800ef56 sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL vmlinux 0x080348a0 raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x0806fee3 pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0x0810c975 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0x08135613 dax_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x0847d36c tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x084bb859 blk_mq_freeze_queue_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x08548dbd wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x087f5dc5 wm831x_of_match +EXPORT_SYMBOL_GPL vmlinux 0x0887ad41 bpf_prog_create_from_user +EXPORT_SYMBOL_GPL vmlinux 0x088a0213 trace_event_ignore_this_pid +EXPORT_SYMBOL_GPL vmlinux 0x089c3b9a of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0x08a32d46 clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x08a88a9f __SCK__tp_func_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x08b613c2 strp_process +EXPORT_SYMBOL_GPL vmlinux 0x08be220f serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x08d291a1 nf_queue_nf_hook_drop +EXPORT_SYMBOL_GPL vmlinux 0x08d7d001 snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL vmlinux 0x08da8c3c ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0x08dddd62 sdio_retune_release +EXPORT_SYMBOL_GPL vmlinux 0x08e2b8d5 pci_ims_alloc_irq +EXPORT_SYMBOL_GPL vmlinux 0x08f1dd92 devl_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x090fc7cd devlink_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x091341a2 snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x09248cd1 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0x09306fe8 fscrypt_ioctl_add_key +EXPORT_SYMBOL_GPL vmlinux 0x09323e85 __traceiter_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x09328bbf aead_init_geniv +EXPORT_SYMBOL_GPL vmlinux 0x0932c2f2 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x09482ca9 ata_host_put +EXPORT_SYMBOL_GPL vmlinux 0x09492220 musb_mailbox +EXPORT_SYMBOL_GPL vmlinux 0x094db777 dev_pm_qos_update_user_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x096be6ef devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0x09717731 pinconf_generic_dt_free_map +EXPORT_SYMBOL_GPL vmlinux 0x0976822d sfp_get_module_eeprom_by_page +EXPORT_SYMBOL_GPL vmlinux 0x09778b6b dsa_stubs +EXPORT_SYMBOL_GPL vmlinux 0x09b53e14 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x09b6356a sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0x09c53320 regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x09d3748d devm_clk_get_prepared +EXPORT_SYMBOL_GPL vmlinux 0x09d94983 rio_add_net +EXPORT_SYMBOL_GPL vmlinux 0x09e1bfb7 gpiochip_generic_config +EXPORT_SYMBOL_GPL vmlinux 0x09e2709f blk_mq_unfreeze_queue +EXPORT_SYMBOL_GPL vmlinux 0x09e449b0 tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0x09e544f5 phy_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x09e58041 genphy_c45_check_and_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x09e913c1 snd_pcm_alt_chmaps +EXPORT_SYMBOL_GPL vmlinux 0x09e95b44 regulator_irq_map_event_simple +EXPORT_SYMBOL_GPL vmlinux 0x09ef70f5 gpiochip_get_data +EXPORT_SYMBOL_GPL vmlinux 0x09f65352 crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x0a01cb16 nf_ip_route +EXPORT_SYMBOL_GPL vmlinux 0x0a0ff93f udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0a197b7a ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0x0a19fabc transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0x0a314afa tpm2_get_cc_attrs_tbl +EXPORT_SYMBOL_GPL vmlinux 0x0a3408e4 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0x0a3893e5 tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0x0a3e9723 cgroup_get_from_id +EXPORT_SYMBOL_GPL vmlinux 0x0a48dbf0 snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x0a4c8a98 __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x0a4d5b99 handle_bad_irq +EXPORT_SYMBOL_GPL vmlinux 0x0a56beb7 sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0x0a7430a1 iommu_dev_enable_feature +EXPORT_SYMBOL_GPL vmlinux 0x0a77f2b4 rockchip_clk_register_armclk +EXPORT_SYMBOL_GPL vmlinux 0x0a811a49 sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0x0a89664d disk_uevent +EXPORT_SYMBOL_GPL vmlinux 0x0a8a303b sbitmap_del_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x0a8c3b4b usb_ep_set_halt +EXPORT_SYMBOL_GPL vmlinux 0x0a8d3bbd meson_a1_parse_dt_extra +EXPORT_SYMBOL_GPL vmlinux 0x0a8e458b crypto_req_done +EXPORT_SYMBOL_GPL vmlinux 0x0a983f64 snd_soc_get_dlc +EXPORT_SYMBOL_GPL vmlinux 0x0a9c54b6 pinctrl_utils_add_map_configs +EXPORT_SYMBOL_GPL vmlinux 0x0aa45da0 bpf_trace_run5 +EXPORT_SYMBOL_GPL vmlinux 0x0aa533a1 snd_soc_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x0aac21c5 gpiod_disable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0x0ab3871f ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x0ac4a897 ip_icmp_error_rfc4884 +EXPORT_SYMBOL_GPL vmlinux 0x0ac834b3 virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0x0acfe2e7 usb_ep_set_wedge +EXPORT_SYMBOL_GPL vmlinux 0x0ad4d2da switchdev_handle_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x0ad9f418 nexthop_for_each_fib6_nh +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b0b6a56 mtk_pinconf_adv_pull_get +EXPORT_SYMBOL_GPL vmlinux 0x0b10cd89 stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0x0b19b18f register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x0b232fe9 usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0x0b2970fe klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x0b2db2d5 remove_resource +EXPORT_SYMBOL_GPL vmlinux 0x0b46c1af ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0x0b47524b bio_add_zone_append_page +EXPORT_SYMBOL_GPL vmlinux 0x0b4a8834 musb_writeb +EXPORT_SYMBOL_GPL vmlinux 0x0b56c1a8 tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0x0b5b8fbc gpiochip_irq_map +EXPORT_SYMBOL_GPL vmlinux 0x0b60e739 pci_epf_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0b61c42e scsi_unregister_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x0b632934 snd_soc_component_init_regmap +EXPORT_SYMBOL_GPL vmlinux 0x0b69e104 pse_ethtool_get_status +EXPORT_SYMBOL_GPL vmlinux 0x0b6d4cc0 fuse_dev_install +EXPORT_SYMBOL_GPL vmlinux 0x0b6e3936 tpm2_flush_context +EXPORT_SYMBOL_GPL vmlinux 0x0b87ac6b dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0x0ba6b795 ata_sas_tport_add +EXPORT_SYMBOL_GPL vmlinux 0x0ba7ba49 nvdimm_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x0bb028d4 hisi_clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x0bbc85b9 bpfilter_ops +EXPORT_SYMBOL_GPL vmlinux 0x0bcfabd9 fwnode_connection_find_matches +EXPORT_SYMBOL_GPL vmlinux 0x0beb37a1 fscrypt_show_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0x0bf32478 __SCK__tp_func_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x0bf7c807 pinctrl_dev_get_devname +EXPORT_SYMBOL_GPL vmlinux 0x0bfa6bda deregister_mtd_parser +EXPORT_SYMBOL_GPL vmlinux 0x0bfd4c79 pci_epc_bme_notify +EXPORT_SYMBOL_GPL vmlinux 0x0c0cdb55 lwtunnel_encap_add_ops +EXPORT_SYMBOL_GPL vmlinux 0x0c0e842a watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x0c1fa343 make_vfsgid +EXPORT_SYMBOL_GPL vmlinux 0x0c212eff blk_bio_list_merge +EXPORT_SYMBOL_GPL vmlinux 0x0c2714d0 pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x0c2e3aa2 ping_bind +EXPORT_SYMBOL_GPL vmlinux 0x0c2f6f2e da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x0c303f52 bch_encode +EXPORT_SYMBOL_GPL vmlinux 0x0c308b65 blk_crypto_reprogram_all_keys +EXPORT_SYMBOL_GPL vmlinux 0x0c31d7cd dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x0c3e5619 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x0c46f82f led_set_brightness +EXPORT_SYMBOL_GPL vmlinux 0x0c560534 usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x0c5c84e4 ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x0c6ab8f8 regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x0c7781ec thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0c88c1c3 pci_vpd_find_id_string +EXPORT_SYMBOL_GPL vmlinux 0x0c9628ab crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0x0c96d58f __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x0ca00eb5 shash_no_setkey +EXPORT_SYMBOL_GPL vmlinux 0x0ca63529 dev_pm_opp_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x0cbb2c38 balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x0cc4829f skcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x0cc9d36c iommu_group_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x0ce4a26e fb_deferred_io_release +EXPORT_SYMBOL_GPL vmlinux 0x0cedd657 crypto_grab_kpp +EXPORT_SYMBOL_GPL vmlinux 0x0cfde19f devm_regulator_get_enable +EXPORT_SYMBOL_GPL vmlinux 0x0d09285a clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x0d0aeb4f snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL vmlinux 0x0d0de619 xhci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x0d2176e5 sk_msg_return_zero +EXPORT_SYMBOL_GPL vmlinux 0x0d3d6c92 snd_soc_register_component +EXPORT_SYMBOL_GPL vmlinux 0x0d3e3481 bch_free +EXPORT_SYMBOL_GPL vmlinux 0x0d3fb7d4 phy_interface_num_ports +EXPORT_SYMBOL_GPL vmlinux 0x0d4961de nf_log_buf_open +EXPORT_SYMBOL_GPL vmlinux 0x0d5285e3 snd_soc_component_force_enable_pin +EXPORT_SYMBOL_GPL vmlinux 0x0d5a7ecf nanddev_ecc_engine_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x0d6982f3 request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x0d6a49d4 tcp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d7d6b7f edac_mc_free +EXPORT_SYMBOL_GPL vmlinux 0x0d81232d __clk_mux_determine_rate_closest +EXPORT_SYMBOL_GPL vmlinux 0x0d871e35 tegra_bpmp_free_mrq +EXPORT_SYMBOL_GPL vmlinux 0x0d8b8a3e crypto_register_scomps +EXPORT_SYMBOL_GPL vmlinux 0x0d90d784 usb_ep_fifo_flush +EXPORT_SYMBOL_GPL vmlinux 0x0d922875 debugfs_write_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x0da036aa dev_pm_opp_disable +EXPORT_SYMBOL_GPL vmlinux 0x0db2ab18 __strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0x0dc85137 mtk_pinconf_adv_drive_set +EXPORT_SYMBOL_GPL vmlinux 0x0dca3ef0 xdp_attachment_setup +EXPORT_SYMBOL_GPL vmlinux 0x0dd3bae4 component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0df9b948 devl_rate_node_create +EXPORT_SYMBOL_GPL vmlinux 0x0e024c6e gpiod_set_array_value +EXPORT_SYMBOL_GPL vmlinux 0x0e0c6a7d crypto_dh_encode_key +EXPORT_SYMBOL_GPL vmlinux 0x0e127a2b blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0x0e22fdbf hwmon_notify_event +EXPORT_SYMBOL_GPL vmlinux 0x0e29f9a7 topology_update_thermal_pressure +EXPORT_SYMBOL_GPL vmlinux 0x0e40e04c devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x0e41e7f2 perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0x0e42b682 tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x0e42fc5e fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x0e4d6ffa crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0x0e506ce6 altr_sysmgr_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x0e56bf0a dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x0e5bcde2 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x0e5cadb9 list_lru_walk_one +EXPORT_SYMBOL_GPL vmlinux 0x0e5cc9d7 xdp_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x0e7a8a7b devm_gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0x0e7f0bae sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0x0e8a574a cpuacct_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x0e8debe7 snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0x0e980a26 extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0x0e993ce4 nvdimm_pmem_region_create +EXPORT_SYMBOL_GPL vmlinux 0x0e9fd651 gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0x0eb07ddd pinconf_generic_dump_config +EXPORT_SYMBOL_GPL vmlinux 0x0ebaca02 sdio_retune_hold_now +EXPORT_SYMBOL_GPL vmlinux 0x0ec12dab mtd_lock +EXPORT_SYMBOL_GPL vmlinux 0x0ecfea88 btf_type_by_id +EXPORT_SYMBOL_GPL vmlinux 0x0eda495b meson_clk_pll_ops +EXPORT_SYMBOL_GPL vmlinux 0x0eeb5417 __kprobe_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x0ef114f5 sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x0f13c564 l3mdev_fib_table_by_index +EXPORT_SYMBOL_GPL vmlinux 0x0f15dbbb dapm_mark_endpoints_dirty +EXPORT_SYMBOL_GPL vmlinux 0x0f180070 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x0f1a82a1 bpf_map_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x0f1ad036 __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x0f1ea185 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL vmlinux 0x0f27f69c iommu_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0f2da3dc rdma_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x0f346758 pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x0f36d939 xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0x0f430f2c sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x0f43c739 virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0x0f46543d bpf_prog_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0f630af9 irq_chip_set_vcpu_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0x0f66c016 device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0x0f6a281e xhci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x0f722f72 regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0x0f7ca236 dmi_memdev_name +EXPORT_SYMBOL_GPL vmlinux 0x0f7e6955 vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0x0f842a23 crypto_hash_alg_has_setkey +EXPORT_SYMBOL_GPL vmlinux 0x0fa1410e mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0x0fa70feb usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x0fa9ff4e rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x0fc060a0 check_move_unevictable_folios +EXPORT_SYMBOL_GPL vmlinux 0x0fc24df5 umd_unload_blob +EXPORT_SYMBOL_GPL vmlinux 0x0fc9bd23 devlink_port_type_ib_set +EXPORT_SYMBOL_GPL vmlinux 0x0fcc7ab9 of_pci_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x0fd3f0b4 snd_soc_tplg_component_load +EXPORT_SYMBOL_GPL vmlinux 0x0fd4610e kmem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0x0fecb970 cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0fef2a60 serial8250_rx_dma_flush +EXPORT_SYMBOL_GPL vmlinux 0x0ff51762 cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x0ff6e703 skb_mpls_dec_ttl +EXPORT_SYMBOL_GPL vmlinux 0x0ffed434 bpf_preload_ops +EXPORT_SYMBOL_GPL vmlinux 0x10034b7c rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x100359e4 stop_machine +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x10350038 dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x10355890 irq_create_mapping_affinity +EXPORT_SYMBOL_GPL vmlinux 0x1041d4bc nf_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0x10421a12 serial8250_do_set_mctrl +EXPORT_SYMBOL_GPL vmlinux 0x10430b6e inet_bhash2_update_saddr +EXPORT_SYMBOL_GPL vmlinux 0x1043cac3 queue_work_node +EXPORT_SYMBOL_GPL vmlinux 0x1048757b strp_check_rcv +EXPORT_SYMBOL_GPL vmlinux 0x104898d8 mtd_ooblayout_set_eccbytes +EXPORT_SYMBOL_GPL vmlinux 0x104a8517 pci_status_get_and_clear_errors +EXPORT_SYMBOL_GPL vmlinux 0x104b2b7d vcap_rule_get_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x106ad9e1 software_node_unregister_node_group +EXPORT_SYMBOL_GPL vmlinux 0x106e7366 sdhci_adma_write_desc +EXPORT_SYMBOL_GPL vmlinux 0x1083f2b9 mtk_clk_unregister_ref2usb_tx +EXPORT_SYMBOL_GPL vmlinux 0x108c2863 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x109fbe2b ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x10a2c37d nanddev_bbt_get_block_status +EXPORT_SYMBOL_GPL vmlinux 0x10a96502 ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0x10b0e42e attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0x10b4426b of_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x10b89330 crypto_has_shash +EXPORT_SYMBOL_GPL vmlinux 0x10cb5445 mbox_request_channel_byname +EXPORT_SYMBOL_GPL vmlinux 0x10d9f317 stack_depot_init +EXPORT_SYMBOL_GPL vmlinux 0x10e043d9 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x10e6e465 virtio_device_restore +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x10f250da sdhci_suspend_host +EXPORT_SYMBOL_GPL vmlinux 0x10fec58f phy_modify +EXPORT_SYMBOL_GPL vmlinux 0x1104c4d5 trace_seq_puts +EXPORT_SYMBOL_GPL vmlinux 0x11091291 nand_extract_bits +EXPORT_SYMBOL_GPL vmlinux 0x110f2db6 power_supply_battery_info_properties_size +EXPORT_SYMBOL_GPL vmlinux 0x1121e638 perf_trace_run_bpf_submit +EXPORT_SYMBOL_GPL vmlinux 0x11450f9d usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0x114e0de5 ethtool_set_ethtool_phy_ops +EXPORT_SYMBOL_GPL vmlinux 0x114e92bb snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL vmlinux 0x1152eece cpufreq_dbs_governor_init +EXPORT_SYMBOL_GPL vmlinux 0x116315c0 ahci_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x116ba4a4 rockchip_clk_register_plls +EXPORT_SYMBOL_GPL vmlinux 0x116c1967 pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x116f648e pinconf_generic_dt_subnode_to_map +EXPORT_SYMBOL_GPL vmlinux 0x116ff851 crypto_sig_set_privkey +EXPORT_SYMBOL_GPL vmlinux 0x1171c909 ZSTD_getErrorName +EXPORT_SYMBOL_GPL vmlinux 0x11763136 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0x117a84dd sdio_retune_crc_enable +EXPORT_SYMBOL_GPL vmlinux 0x118e39bb usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x1194755b usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0x11b61949 iommu_device_register +EXPORT_SYMBOL_GPL vmlinux 0x11b80198 folio_mkclean +EXPORT_SYMBOL_GPL vmlinux 0x11c28f5f evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0x11c6f05d snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL vmlinux 0x11dc494a meson8_pmx_ops +EXPORT_SYMBOL_GPL vmlinux 0x11df0e75 devlink_fmsg_binary_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x11e399f1 __iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x11fc19ae devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x120a6741 metadata_dst_alloc +EXPORT_SYMBOL_GPL vmlinux 0x120d9bf8 devl_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0x120e4fa3 tpm_tis_remove +EXPORT_SYMBOL_GPL vmlinux 0x1219544d ethnl_cable_test_result +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x121fe6f1 skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0x123211d8 devm_of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0x12328c16 of_clk_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0x1234e483 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0x124afd05 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x126c8661 __thermal_zone_get_trip +EXPORT_SYMBOL_GPL vmlinux 0x1280e104 clk_regmap_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x128135d7 xas_nomem +EXPORT_SYMBOL_GPL vmlinux 0x12821f6e bdev_disk_changed +EXPORT_SYMBOL_GPL vmlinux 0x12822cd4 kvm_arch_ptp_get_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0x128a7397 clkdev_hw_create +EXPORT_SYMBOL_GPL vmlinux 0x1293f24a snd_soc_of_get_dai_link_codecs +EXPORT_SYMBOL_GPL vmlinux 0x12c22356 usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0x12eab84e genphy_c45_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x13148305 kthread_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x13166bb5 ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0x1316cfe0 __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x131e9f43 irq_domain_remove_sim +EXPORT_SYMBOL_GPL vmlinux 0x132858cf HUF_readStats_wksp +EXPORT_SYMBOL_GPL vmlinux 0x133319e3 switchdev_handle_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x133969d7 __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x134d1a7b fscrypt_ioctl_remove_key +EXPORT_SYMBOL_GPL vmlinux 0x13500c22 devl_rate_leaf_destroy +EXPORT_SYMBOL_GPL vmlinux 0x13589f8b compat_only_sysfs_link_entry_to_kobj +EXPORT_SYMBOL_GPL vmlinux 0x13619717 rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x13640660 get_cached_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0x1371e990 pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x137ecb27 power_supply_put +EXPORT_SYMBOL_GPL vmlinux 0x1381d4f3 net_cls_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x1386575f mmu_interval_notifier_remove +EXPORT_SYMBOL_GPL vmlinux 0x138ce5a6 __mtd_next_device +EXPORT_SYMBOL_GPL vmlinux 0x138e0957 dax_write_cache_enabled +EXPORT_SYMBOL_GPL vmlinux 0x139f9d5d i2c_adapter_depth +EXPORT_SYMBOL_GPL vmlinux 0x13a8d005 pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0x13bbbe33 sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x13d748b4 wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x13d94c40 spi_get_device_match_data +EXPORT_SYMBOL_GPL vmlinux 0x13ed8784 sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x13f60ec8 dev_pm_opp_get_power +EXPORT_SYMBOL_GPL vmlinux 0x13fbee22 usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0x1403ad09 cpufreq_add_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x1405715d __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x141a8720 crypto_grab_spawn +EXPORT_SYMBOL_GPL vmlinux 0x141f38bf ktime_get_raw_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x1443bbc4 pinmux_generic_get_function_name +EXPORT_SYMBOL_GPL vmlinux 0x1446d646 devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x1447d17a fwnode_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x144aa99c cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0x14507bd4 dw_pcie_read_dbi +EXPORT_SYMBOL_GPL vmlinux 0x145f395a scmi_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1475b92b snd_soc_put_strobe +EXPORT_SYMBOL_GPL vmlinux 0x147b4faa usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x148a9e30 sdhci_calc_clk +EXPORT_SYMBOL_GPL vmlinux 0x14a98a21 cpu_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x14af0877 vcap_del_rule +EXPORT_SYMBOL_GPL vmlinux 0x14c006c9 iomap_readahead +EXPORT_SYMBOL_GPL vmlinux 0x14c15bc9 to_nd_region +EXPORT_SYMBOL_GPL vmlinux 0x14c3e206 __mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0x14c4af8e fib6_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x14d525f8 __serdev_device_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x14f61db0 vp_modern_set_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0x14f7f90a bpf_prog_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0x15034b6f ip6_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x150eb0f5 blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0x15176b87 extcon_set_property +EXPORT_SYMBOL_GPL vmlinux 0x153aa98d device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x153b60a6 klist_del +EXPORT_SYMBOL_GPL vmlinux 0x154105eb blk_mq_alloc_request_hctx +EXPORT_SYMBOL_GPL vmlinux 0x15484f51 snd_soc_dapm_force_bias_level +EXPORT_SYMBOL_GPL vmlinux 0x1550efdf inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0x15510a89 devlink_fmsg_binary_put +EXPORT_SYMBOL_GPL vmlinux 0x15776d18 thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0x15886f48 hte_disable_ts +EXPORT_SYMBOL_GPL vmlinux 0x15a74773 tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x15ade1cc filter_irq_stacks +EXPORT_SYMBOL_GPL vmlinux 0x15b1732a policy_has_boost_freq +EXPORT_SYMBOL_GPL vmlinux 0x15bd7435 psi_memstall_leave +EXPORT_SYMBOL_GPL vmlinux 0x15c41e8e extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0x15cdfd15 ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x15d190b3 snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x15e1cbdc ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x15eab644 pci_epc_get_msix +EXPORT_SYMBOL_GPL vmlinux 0x15eb7eb3 fhctl_parse_dt +EXPORT_SYMBOL_GPL vmlinux 0x15eca580 percpu_ref_switch_to_percpu +EXPORT_SYMBOL_GPL vmlinux 0x15fdc4bb snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL vmlinux 0x15ffe5cf wbt_disable_default +EXPORT_SYMBOL_GPL vmlinux 0x160791cc usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0x1615209e input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0x16407300 sdhci_send_tuning +EXPORT_SYMBOL_GPL vmlinux 0x16422a6e xdp_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x164cb8c6 dw_pcie_host_init +EXPORT_SYMBOL_GPL vmlinux 0x165e7672 pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0x166608dc blk_mq_freeze_queue +EXPORT_SYMBOL_GPL vmlinux 0x1669e634 dw_pcie_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x166ccf79 __fscrypt_prepare_readdir +EXPORT_SYMBOL_GPL vmlinux 0x166fa950 device_link_add +EXPORT_SYMBOL_GPL vmlinux 0x167afcb9 regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0x167bc20d blk_mq_end_request_batch +EXPORT_SYMBOL_GPL vmlinux 0x1687ec20 tty_get_frame_size +EXPORT_SYMBOL_GPL vmlinux 0x1690b503 usb_role_switch_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x169b185f verify_pkcs7_signature +EXPORT_SYMBOL_GPL vmlinux 0x16a53f39 crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0x16b0e166 __trace_trigger_soft_disabled +EXPORT_SYMBOL_GPL vmlinux 0x16b78862 amba_bustype +EXPORT_SYMBOL_GPL vmlinux 0x16c7c48e dma_mmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x16cbaab2 extcon_unregister_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0x16d784db devm_create_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x16d7c5cf da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x16d9f9ff pci_remap_cfgspace +EXPORT_SYMBOL_GPL vmlinux 0x16da1f88 devlink_fmsg_u32_put +EXPORT_SYMBOL_GPL vmlinux 0x16dd7d15 wakeup_sources_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x16dfbf36 add_interrupt_randomness +EXPORT_SYMBOL_GPL vmlinux 0x16eeb256 devm_krealloc +EXPORT_SYMBOL_GPL vmlinux 0x1702adea sysfs_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x170cc36c put_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x170ceaa9 component_compare_dev +EXPORT_SYMBOL_GPL vmlinux 0x172d0739 skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0x174c6274 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x175098d7 pci_get_dsn +EXPORT_SYMBOL_GPL vmlinux 0x175b3085 devm_watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x175de67f sbitmap_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x176031a7 devlink_fmsg_string_put +EXPORT_SYMBOL_GPL vmlinux 0x1767a6d9 vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0x176cd6d5 proc_create_net_data +EXPORT_SYMBOL_GPL vmlinux 0x17743faf phy_exit +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x178581b6 apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0x17878fd6 tty_ldisc_receive_buf +EXPORT_SYMBOL_GPL vmlinux 0x17a86345 pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0x17d0e911 devm_platform_ioremap_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x17de6a06 espintcp_push_skb +EXPORT_SYMBOL_GPL vmlinux 0x17f57f33 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x18008c59 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0x1800fd9e seg6_do_srh_inline +EXPORT_SYMBOL_GPL vmlinux 0x1818cd6d blk_mq_unquiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0x181b8e7e ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x18266ca5 pm_clk_remove +EXPORT_SYMBOL_GPL vmlinux 0x1828bdd2 rio_free_net +EXPORT_SYMBOL_GPL vmlinux 0x182e2f09 cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x18428692 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x18454e72 tpm2_probe +EXPORT_SYMBOL_GPL vmlinux 0x1867c959 shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x18777619 bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0x18867295 phy_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x188fbe89 usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x18967569 pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0x189c14e4 snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL vmlinux 0x189e941d device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x18a3ae78 devres_remove +EXPORT_SYMBOL_GPL vmlinux 0x18b7692d devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0x18b91e23 __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x18c9945d fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x18cd3928 regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0x18ce8a33 snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL vmlinux 0x18e4f8aa swphy_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x18e8c440 arch_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0x18e9ba93 lwtunnel_output +EXPORT_SYMBOL_GPL vmlinux 0x18f7d6e4 dev_pm_qos_hide_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x18fb2caf cpus_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x1907cd07 sk_msg_return +EXPORT_SYMBOL_GPL vmlinux 0x190947b2 da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x190ddcb5 ncsi_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x1913d7c3 crypto_clone_cipher +EXPORT_SYMBOL_GPL vmlinux 0x191fb059 ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x19242b85 relay_late_setup_files +EXPORT_SYMBOL_GPL vmlinux 0x192ba7a3 lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x19339523 pci_epf_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x193a8fd1 irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x194132fa zs_huge_class_size +EXPORT_SYMBOL_GPL vmlinux 0x1941382a device_move +EXPORT_SYMBOL_GPL vmlinux 0x1941be18 ext_pi_type1_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x19480c7b regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0x194af2ed scmi_protocol_register +EXPORT_SYMBOL_GPL vmlinux 0x194dd751 alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0x19558e70 ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL vmlinux 0x19777bf0 dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0x197e71b3 meson_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0x19815b18 usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x198f94ff __virtqueue_unbreak +EXPORT_SYMBOL_GPL vmlinux 0x199c36e3 pm_clk_remove_clk +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19ab9b5f devlink_port_fini +EXPORT_SYMBOL_GPL vmlinux 0x19b146ae devl_trap_policers_register +EXPORT_SYMBOL_GPL vmlinux 0x19c20269 soc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x19c42957 blk_op_str +EXPORT_SYMBOL_GPL vmlinux 0x19e81304 btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x19eb0313 usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0x19ec21f9 trace_seq_path +EXPORT_SYMBOL_GPL vmlinux 0x19edaa95 component_del +EXPORT_SYMBOL_GPL vmlinux 0x19f33626 nf_ctnetlink_has_listener +EXPORT_SYMBOL_GPL vmlinux 0x1a05c249 mas_find_rev +EXPORT_SYMBOL_GPL vmlinux 0x1a0cb4db misc_cg_uncharge +EXPORT_SYMBOL_GPL vmlinux 0x1a10c32b crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x1a146ec3 usb_ep_type_string +EXPORT_SYMBOL_GPL vmlinux 0x1a2194ad gpiochip_free_own_desc +EXPORT_SYMBOL_GPL vmlinux 0x1a248b17 pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x1a267fa8 bch_init +EXPORT_SYMBOL_GPL vmlinux 0x1a2912c1 rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x1a41c434 vp_modern_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0x1a4325d9 of_irq_get +EXPORT_SYMBOL_GPL vmlinux 0x1a57affd sm501_modify_reg +EXPORT_SYMBOL_GPL vmlinux 0x1a5acc8b sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0x1a5e5d07 mas_next_range +EXPORT_SYMBOL_GPL vmlinux 0x1a6bf28f fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x1a702199 iommu_get_domain_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x1a71be60 usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x1a81909e fib_alias_hw_flags_set +EXPORT_SYMBOL_GPL vmlinux 0x1a85dc11 led_blink_set +EXPORT_SYMBOL_GPL vmlinux 0x1a8b28fe tpm_try_get_ops +EXPORT_SYMBOL_GPL vmlinux 0x1a90b4a8 sk_msg_trim +EXPORT_SYMBOL_GPL vmlinux 0x1aa0ce2b dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x1aa51500 of_resolve_phandles +EXPORT_SYMBOL_GPL vmlinux 0x1acef13b dma_vmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x1adadcd5 bpf_event_output +EXPORT_SYMBOL_GPL vmlinux 0x1aef1782 pci_ecam_map_bus +EXPORT_SYMBOL_GPL vmlinux 0x1af267f8 int_pow +EXPORT_SYMBOL_GPL vmlinux 0x1af828c8 mmu_interval_notifier_insert +EXPORT_SYMBOL_GPL vmlinux 0x1af87680 mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL vmlinux 0x1afa487a securityfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x1b008302 ahci_platform_disable_clks +EXPORT_SYMBOL_GPL vmlinux 0x1b0602c1 cond_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x1b0b1e0c device_link_remove +EXPORT_SYMBOL_GPL vmlinux 0x1b14c3be raw_abort +EXPORT_SYMBOL_GPL vmlinux 0x1b1669fe pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0x1b1b21be switchdev_handle_port_obj_add_foreign +EXPORT_SYMBOL_GPL vmlinux 0x1b1dd428 iommu_device_unlink +EXPORT_SYMBOL_GPL vmlinux 0x1b1ef2bf debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0x1b1fa46b dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0x1b2bab5f cpufreq_table_index_unsorted +EXPORT_SYMBOL_GPL vmlinux 0x1b474de2 dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0x1b47fe0e of_property_read_u32_index +EXPORT_SYMBOL_GPL vmlinux 0x1b5d147c sysfs_groups_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x1b5f3a54 da903x_read +EXPORT_SYMBOL_GPL vmlinux 0x1b8014a3 __vfs_removexattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x1b86999e blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b92e41d inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x1ba4bac2 regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0x1bc40a8d gpmc_omap_get_nand_ops +EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1bc77099 devm_of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0x1bdf726b component_compare_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x1bee4974 sg_alloc_table_chained +EXPORT_SYMBOL_GPL vmlinux 0x1c19ff5f fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0x1c344d76 phy_check_downshift +EXPORT_SYMBOL_GPL vmlinux 0x1c3dc257 pci_ims_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x1c45ac9b thermal_remove_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c5ff742 clk_get_phase +EXPORT_SYMBOL_GPL vmlinux 0x1c6644f1 modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x1c6f963c __virtio_unbreak_device +EXPORT_SYMBOL_GPL vmlinux 0x1c75ddbc dst_cache_set_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x1c807899 regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c83dd21 vcap_alloc_rule +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1c8c0563 __traceiter_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x1c8f39a6 devlink_port_type_eth_set +EXPORT_SYMBOL_GPL vmlinux 0x1c970d4f device_add_software_node +EXPORT_SYMBOL_GPL vmlinux 0x1c9dc98c devm_gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x1cb2df01 tegra_bpmp_mrq_return +EXPORT_SYMBOL_GPL vmlinux 0x1cb9e6e5 snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL vmlinux 0x1cbcf781 crypto_unregister_scomp +EXPORT_SYMBOL_GPL vmlinux 0x1cbd92b0 cpu_mitigations_off +EXPORT_SYMBOL_GPL vmlinux 0x1cbdedb8 ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x1cc01710 __xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x1cc64884 dev_pm_opp_of_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x1cdd0605 xhci_port_state_to_neutral +EXPORT_SYMBOL_GPL vmlinux 0x1cdf4efb copy_from_kernel_nofault +EXPORT_SYMBOL_GPL vmlinux 0x1cea3104 rhashtable_walk_start_check +EXPORT_SYMBOL_GPL vmlinux 0x1cf687d1 report_iommu_fault +EXPORT_SYMBOL_GPL vmlinux 0x1d09a4fa tegra_mc_get_carveout_info +EXPORT_SYMBOL_GPL vmlinux 0x1d0e334f dw_pcie_write_dbi +EXPORT_SYMBOL_GPL vmlinux 0x1d0ee9dc __devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0x1d186d2c crypto_create_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x1d207baa debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0x1d210408 crypto_unregister_scomps +EXPORT_SYMBOL_GPL vmlinux 0x1d222ced irq_get_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0x1d29b9e1 decode_rs8 +EXPORT_SYMBOL_GPL vmlinux 0x1d2b21db regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x1d38e860 __tracepoint_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0x1d563e4d kernel_read_file_from_path_initns +EXPORT_SYMBOL_GPL vmlinux 0x1d62cbb6 ti_cm_get_macid +EXPORT_SYMBOL_GPL vmlinux 0x1d6bba2e get_mtd_device_nm +EXPORT_SYMBOL_GPL vmlinux 0x1d808cf1 tegra_bpmp_mrq_is_supported +EXPORT_SYMBOL_GPL vmlinux 0x1d812983 hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0x1d8d492d lochnagar_update_config +EXPORT_SYMBOL_GPL vmlinux 0x1d94a218 dmi_memdev_handle +EXPORT_SYMBOL_GPL vmlinux 0x1d9695b4 do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0x1dae23ad vfs_splice_read +EXPORT_SYMBOL_GPL vmlinux 0x1daedb0b da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x1db154fc led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0x1db74333 file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0x1dcc0aaa debugfs_create_devm_seqfile +EXPORT_SYMBOL_GPL vmlinux 0x1defee74 sdhci_cqe_irq +EXPORT_SYMBOL_GPL vmlinux 0x1df6f617 device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0x1dfa5dbd mpi_invm +EXPORT_SYMBOL_GPL vmlinux 0x1dfb69f4 vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0x1e06324d regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0x1e0670c6 reset_control_release +EXPORT_SYMBOL_GPL vmlinux 0x1e0c4b40 tpm_tis_resume +EXPORT_SYMBOL_GPL vmlinux 0x1e0d1d4c mtk_clk_unregister_plls +EXPORT_SYMBOL_GPL vmlinux 0x1e183797 usb_gadget_ep_match_desc +EXPORT_SYMBOL_GPL vmlinux 0x1e3dcdde nand_read_page_hwecc_oob_first +EXPORT_SYMBOL_GPL vmlinux 0x1e53f827 stack_depot_print +EXPORT_SYMBOL_GPL vmlinux 0x1e5b7a31 vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x1e6791be perf_aux_output_skip +EXPORT_SYMBOL_GPL vmlinux 0x1e6bdd5e ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0x1e7590ee devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e7d6157 freezer_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x1e7d663e ahci_platform_enable_clks +EXPORT_SYMBOL_GPL vmlinux 0x1e81076a open_related_ns +EXPORT_SYMBOL_GPL vmlinux 0x1e89d938 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x1e8a7ffe virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0x1e8f1ea6 __traceiter_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0x1e8fac8e wireless_nlevent_flush +EXPORT_SYMBOL_GPL vmlinux 0x1e960703 pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x1e9c590a usb_find_common_endpoints_reverse +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebedc28 vcap_tc_flower_handler_tcp_usage +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ec456f5 nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x1eca3ece pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x1ecd523f bdi_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x1ed7988e nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x1ee46955 of_clk_hw_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0x1ee47e00 is_vmalloc_or_module_addr +EXPORT_SYMBOL_GPL vmlinux 0x1eee68aa fsverity_ioctl_measure +EXPORT_SYMBOL_GPL vmlinux 0x1ef34ddc pci_epc_mem_alloc_addr +EXPORT_SYMBOL_GPL vmlinux 0x1efc9431 irq_domain_translate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x1f127796 dev_pm_opp_set_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x1f1d68c6 debugfs_read_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x1f326745 fsverity_ioctl_enable +EXPORT_SYMBOL_GPL vmlinux 0x1f38a4f6 mpi_set_highbit +EXPORT_SYMBOL_GPL vmlinux 0x1f449588 mctrl_gpio_disable_ms +EXPORT_SYMBOL_GPL vmlinux 0x1f470cbe snd_pcm_stream_unlock_irqrestore +EXPORT_SYMBOL_GPL vmlinux 0x1f54bebe devm_hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0x1f563160 bpf_offload_dev_priv +EXPORT_SYMBOL_GPL vmlinux 0x1f592489 fib4_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x1f5fc4a5 cpu_latency_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0x1f774f46 cpuset_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x1f7caba9 fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x1f7d69c4 badblocks_exit +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f865299 wwan_create_port +EXPORT_SYMBOL_GPL vmlinux 0x1f8ef923 __account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x1f95afd2 serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0x1fa1d95c sha256_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x1fa48995 efivar_supports_writes +EXPORT_SYMBOL_GPL vmlinux 0x1fb56241 unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x1fca0b38 housekeeping_overridden +EXPORT_SYMBOL_GPL vmlinux 0x1fcfbd5e serial8250_do_startup +EXPORT_SYMBOL_GPL vmlinux 0x1fd2ce56 __synth_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x1fd6c840 handle_fasteoi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0x1fd953f5 ethnl_cable_test_amplitude +EXPORT_SYMBOL_GPL vmlinux 0x1fe6e504 gpiod_add_hogs +EXPORT_SYMBOL_GPL vmlinux 0x1fed34e8 of_irq_parse_and_map_pci +EXPORT_SYMBOL_GPL vmlinux 0x1ff2725e pse_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1ff4d301 snd_soc_card_remove_dai_link +EXPORT_SYMBOL_GPL vmlinux 0x1ff51d39 snd_soc_component_nc_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0x1ffae16f is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0x1ffce6df rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0x2009e400 devlink_info_board_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x200efddf mt_prev +EXPORT_SYMBOL_GPL vmlinux 0x201d32f2 to_nvdimm_bus +EXPORT_SYMBOL_GPL vmlinux 0x202dee50 __tracepoint_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x2039b023 __devres_alloc_node +EXPORT_SYMBOL_GPL vmlinux 0x203c18fa dw_pcie_ep_linkup +EXPORT_SYMBOL_GPL vmlinux 0x203f7d5b kstrdup_quotable_file +EXPORT_SYMBOL_GPL vmlinux 0x204446cb devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x2055b07c of_property_read_variable_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x20630ae7 of_alias_from_compatible +EXPORT_SYMBOL_GPL vmlinux 0x207a383e of_clk_src_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0x207d47f1 xhci_drop_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x208ae278 dev_pm_set_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x209214db of_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x20b5fffc devm_gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x20c26493 pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0x20c88c64 sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x20c8ff99 ip_route_output_tunnel +EXPORT_SYMBOL_GPL vmlinux 0x21087621 mm_unaccount_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x210b87c9 __clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0x211ca93a vcap_tc_flower_handler_ip_usage +EXPORT_SYMBOL_GPL vmlinux 0x2123d065 __fsverity_file_open +EXPORT_SYMBOL_GPL vmlinux 0x212734c5 vcap_netbytes_copy +EXPORT_SYMBOL_GPL vmlinux 0x212fb0e1 snd_soc_component_set_pll +EXPORT_SYMBOL_GPL vmlinux 0x21494650 mvebu_mbus_get_dram_win_info +EXPORT_SYMBOL_GPL vmlinux 0x21563e68 stack_depot_snprint +EXPORT_SYMBOL_GPL vmlinux 0x215a8ad0 nvdimm_flush +EXPORT_SYMBOL_GPL vmlinux 0x2166e3d7 snd_compress_new +EXPORT_SYMBOL_GPL vmlinux 0x216de4e1 rcu_get_gp_kthreads_prio +EXPORT_SYMBOL_GPL vmlinux 0x21726652 pernet_ops_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x2181b0a1 usb_bus_idr_lock +EXPORT_SYMBOL_GPL vmlinux 0x218841a1 device_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x21887134 public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x2194129a genphy_c45_read_status +EXPORT_SYMBOL_GPL vmlinux 0x219fc8da regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0x21a563da clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x21a65a6e snd_power_ref_and_wait +EXPORT_SYMBOL_GPL vmlinux 0x21a9138a rhashtable_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x21a9d84b bpf_trace_run10 +EXPORT_SYMBOL_GPL vmlinux 0x21b2b9ee regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x21b6486d fuse_fill_super_common +EXPORT_SYMBOL_GPL vmlinux 0x21bd1d2e __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x21c8b3be badblocks_set +EXPORT_SYMBOL_GPL vmlinux 0x21cd536a crypto_put_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x21ce5e5b ahci_platform_suspend_host +EXPORT_SYMBOL_GPL vmlinux 0x21de791c __tracepoint_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x21dee79c snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x21e837de ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x21f0c881 power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x220ce70c kvm_arm_hyp_service_available +EXPORT_SYMBOL_GPL vmlinux 0x221e286c sysfs_group_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x221e60c0 regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2226aa00 nl_table +EXPORT_SYMBOL_GPL vmlinux 0x22302da7 pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x224eb319 sdhci_pltfm_register +EXPORT_SYMBOL_GPL vmlinux 0x2268a447 cpufreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0x227f4a56 iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0x2286e65e set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0x228b90b5 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0x229e4a49 screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0x22a2f9fb relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0x22a83a25 devm_pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x22abf8ed mtk_clk_unregister_fixed_clks +EXPORT_SYMBOL_GPL vmlinux 0x22bd15c7 of_pwm_single_xlate +EXPORT_SYMBOL_GPL vmlinux 0x22c65c56 serdev_device_write_room +EXPORT_SYMBOL_GPL vmlinux 0x22d29fad tpmm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x22d6268e devm_platform_get_irqs_affinity +EXPORT_SYMBOL_GPL vmlinux 0x22d9409b iomap_sort_ioends +EXPORT_SYMBOL_GPL vmlinux 0x22f4f813 nanddev_bbt_init +EXPORT_SYMBOL_GPL vmlinux 0x22fd5187 snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL vmlinux 0x230ebac1 gpiochip_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x231adba3 mtk_hw_set_value +EXPORT_SYMBOL_GPL vmlinux 0x23326ae0 netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x234102e9 component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0x23412816 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0x2347a743 usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0x234cb245 usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0x234cf416 devlink_fmsg_string_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x234f1179 device_initialize +EXPORT_SYMBOL_GPL vmlinux 0x237e85f9 pm_clk_add +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x239277a8 sdhci_set_power_noreg +EXPORT_SYMBOL_GPL vmlinux 0x2393e395 sbitmap_queue_resize +EXPORT_SYMBOL_GPL vmlinux 0x2396c7f0 clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x239acd82 vp_modern_remove +EXPORT_SYMBOL_GPL vmlinux 0x239b41b2 spi_controller_dma_unmap_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0x23a26443 pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x23b7ef84 xas_pause +EXPORT_SYMBOL_GPL vmlinux 0x23c3b778 phy_basic_features +EXPORT_SYMBOL_GPL vmlinux 0x23cde157 snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL vmlinux 0x23cf3a71 key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0x23d64ae3 of_usb_host_tpl_support +EXPORT_SYMBOL_GPL vmlinux 0x23ed7635 gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0x23f2d24e device_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0x23f6a82f attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0x23f7c2d2 genphy_c45_pma_baset1_setup_master_slave +EXPORT_SYMBOL_GPL vmlinux 0x23fa4b9a generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x24004129 scmi_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x240104cb devm_clk_get_enabled +EXPORT_SYMBOL_GPL vmlinux 0x2416cdb0 clk_gate_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x2421097b mpi_const +EXPORT_SYMBOL_GPL vmlinux 0x24215359 phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0x24235223 phy_10gbit_full_features +EXPORT_SYMBOL_GPL vmlinux 0x24273ff5 imx_clk_hw_pllv4 +EXPORT_SYMBOL_GPL vmlinux 0x244b5af2 ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x245aaaf4 usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0x246b84a4 r9a06g032_sysctrl_set_dmamux +EXPORT_SYMBOL_GPL vmlinux 0x2471c727 phy_driver_is_genphy_10g +EXPORT_SYMBOL_GPL vmlinux 0x24852826 __SCK__tp_func_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x248579bd sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x248bc867 raw_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0x249e44dc clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x24a7e449 snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL vmlinux 0x24abb8fb regulator_suspend_disable +EXPORT_SYMBOL_GPL vmlinux 0x24ad11db wakeup_sources_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x24af63b1 event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0x24b625fe __tracepoint_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x24c027c6 genphy_c45_loopback +EXPORT_SYMBOL_GPL vmlinux 0x24c82133 xas_store +EXPORT_SYMBOL_GPL vmlinux 0x24c84cb2 dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0x24da0093 rcu_inkernel_boot_has_ended +EXPORT_SYMBOL_GPL vmlinux 0x24e4bb84 snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24ec03c8 elv_rqhash_add +EXPORT_SYMBOL_GPL vmlinux 0x24ec0c54 spi_take_timestamp_pre +EXPORT_SYMBOL_GPL vmlinux 0x24ed4b5d ptp_msg_is_sync +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x24f4d97a dma_fence_unwrap_next +EXPORT_SYMBOL_GPL vmlinux 0x24fc50f4 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x24fd3c4a ethnl_cable_test_fault_length +EXPORT_SYMBOL_GPL vmlinux 0x250b6825 iommu_present +EXPORT_SYMBOL_GPL vmlinux 0x25102d27 ethnl_cable_test_step +EXPORT_SYMBOL_GPL vmlinux 0x2516b727 mtd_add_partition +EXPORT_SYMBOL_GPL vmlinux 0x2517d7eb device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x2534f99f debounce_time_mt6795 +EXPORT_SYMBOL_GPL vmlinux 0x25379e73 clk_set_min_rate +EXPORT_SYMBOL_GPL vmlinux 0x253babab cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL vmlinux 0x2555baba tegra_bpmp_request_mrq +EXPORT_SYMBOL_GPL vmlinux 0x25622964 skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x2565e879 ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0x256a77b2 pci_epf_alloc_space +EXPORT_SYMBOL_GPL vmlinux 0x25752f03 iommu_fwspec_init +EXPORT_SYMBOL_GPL vmlinux 0x25837328 cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0x258a0077 __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x2592fc6c console_printk +EXPORT_SYMBOL_GPL vmlinux 0x2598f2d1 led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x25bbfa9a security_kernel_load_data +EXPORT_SYMBOL_GPL vmlinux 0x25c31985 dev_pm_opp_find_freq_floor +EXPORT_SYMBOL_GPL vmlinux 0x25c42796 onboard_hub_destroy_pdevs +EXPORT_SYMBOL_GPL vmlinux 0x25c9af41 crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x25cfedc0 perf_aux_output_begin +EXPORT_SYMBOL_GPL vmlinux 0x25ea7303 of_clk_del_provider +EXPORT_SYMBOL_GPL vmlinux 0x25fd2748 i2c_parse_fw_timings +EXPORT_SYMBOL_GPL vmlinux 0x260f5bfc usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0x26452c34 ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0x26487101 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x264e8a78 of_msi_get_domain +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x2652f953 of_clk_hw_simple_get +EXPORT_SYMBOL_GPL vmlinux 0x265bbef9 kexec_crash_loaded +EXPORT_SYMBOL_GPL vmlinux 0x265c185c get_net_ns_by_id +EXPORT_SYMBOL_GPL vmlinux 0x2660e7cc __udp_enqueue_schedule_skb +EXPORT_SYMBOL_GPL vmlinux 0x266309ef css_next_descendant_pre +EXPORT_SYMBOL_GPL vmlinux 0x2668881f ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0x266a4b08 tasklet_unlock +EXPORT_SYMBOL_GPL vmlinux 0x267c9bef __virtqueue_break +EXPORT_SYMBOL_GPL vmlinux 0x267df662 smp_call_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0x268a77d7 ahci_start_fis_rx +EXPORT_SYMBOL_GPL vmlinux 0x2692c204 perf_aux_output_end +EXPORT_SYMBOL_GPL vmlinux 0x26ab4755 put_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x26b3ff22 virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x26c547c0 bL_switcher_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26ed2186 register_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0x26fe8152 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0x2704bc02 blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x27095462 perf_event_update_userpage +EXPORT_SYMBOL_GPL vmlinux 0x270b2d2f pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x271b2aff addrconf_prefix_rcv_add_addr +EXPORT_SYMBOL_GPL vmlinux 0x2728cb34 devm_hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x272e9d77 hisi_reset_exit +EXPORT_SYMBOL_GPL vmlinux 0x2734197f musb_readb +EXPORT_SYMBOL_GPL vmlinux 0x273bad29 sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0x274dd1a3 sg_free_table_chained +EXPORT_SYMBOL_GPL vmlinux 0x2750820e crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x2757de78 __tracepoint_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x27618b4f __inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0x27687b34 __ndisc_fill_addr_option +EXPORT_SYMBOL_GPL vmlinux 0x276c70a7 ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0x27889441 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x278d46a8 fw_devlink_purge_absent_suppliers +EXPORT_SYMBOL_GPL vmlinux 0x2792bdcf __devm_pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0x27944cbb mmc_cmdq_disable +EXPORT_SYMBOL_GPL vmlinux 0x2795bf5e rio_add_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0x2795fc9d vcap_set_rule_set_actionset +EXPORT_SYMBOL_GPL vmlinux 0x279630e4 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0x2796a7e2 irq_find_matching_fwspec +EXPORT_SYMBOL_GPL vmlinux 0x27a95c15 tpm2_get_tpm_pt +EXPORT_SYMBOL_GPL vmlinux 0x27d17c38 of_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x27ea9a05 arm_iommu_release_mapping +EXPORT_SYMBOL_GPL vmlinux 0x27f00754 class_is_registered +EXPORT_SYMBOL_GPL vmlinux 0x27f2943f of_pci_range_parser_one +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27f5acc2 xdp_return_buff +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x27fad660 ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0x27fdaba5 nvmem_device_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x280b0b74 bio_associate_blkg +EXPORT_SYMBOL_GPL vmlinux 0x280b841e debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0x28118b70 perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0x2815bb45 fsnotify_put_mark +EXPORT_SYMBOL_GPL vmlinux 0x2817d321 sk_msg_free_nocharge +EXPORT_SYMBOL_GPL vmlinux 0x2827c931 usb_gadget_map_request_by_dev +EXPORT_SYMBOL_GPL vmlinux 0x282cdabc usb_led_activity +EXPORT_SYMBOL_GPL vmlinux 0x2833f2b3 da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0x28457b28 rio_unregister_mport +EXPORT_SYMBOL_GPL vmlinux 0x285432d8 reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x285e681a pci_bridge_emul_conf_read +EXPORT_SYMBOL_GPL vmlinux 0x2864abc9 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x286b3df1 pci_msix_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x286cc647 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0x2874aa3c dm_audit_log_bio +EXPORT_SYMBOL_GPL vmlinux 0x287e512d devm_of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x2882d40e usb_role_switch_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2890e4d4 driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x28a40868 dev_fill_forward_path +EXPORT_SYMBOL_GPL vmlinux 0x28a7db63 nd_fletcher64 +EXPORT_SYMBOL_GPL vmlinux 0x28aa6a67 call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x28ab4fb9 pinctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x28afe5d6 mtk_pinconf_adv_pull_set +EXPORT_SYMBOL_GPL vmlinux 0x28b030d2 of_overlay_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x28c58ecb yield_to +EXPORT_SYMBOL_GPL vmlinux 0x28d7fd90 pci_epc_linkdown +EXPORT_SYMBOL_GPL vmlinux 0x28e105c9 proc_dou8vec_minmax +EXPORT_SYMBOL_GPL vmlinux 0x28e46794 usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0x28e5c822 mas_store +EXPORT_SYMBOL_GPL vmlinux 0x28f2daac sdhci_set_power +EXPORT_SYMBOL_GPL vmlinux 0x28f7df52 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x2903c534 sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0x2904b138 kernel_read_file_from_path +EXPORT_SYMBOL_GPL vmlinux 0x2912d84b create_signature +EXPORT_SYMBOL_GPL vmlinux 0x291876f3 mpi_ec_get_affine +EXPORT_SYMBOL_GPL vmlinux 0x292a10b3 ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0x29301686 fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0x293ac660 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0x293d8a3b crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x295b982a hisi_clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x29647e17 md_run +EXPORT_SYMBOL_GPL vmlinux 0x296526d6 snd_soc_suspend +EXPORT_SYMBOL_GPL vmlinux 0x296e49e2 pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0x2976ef30 __udp_gso_segment +EXPORT_SYMBOL_GPL vmlinux 0x29809d0c sbitmap_bitmap_show +EXPORT_SYMBOL_GPL vmlinux 0x2980e49c dev_pm_genpd_set_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x2984eb90 device_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x2986c9b6 serdev_device_write_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x29a43c45 scsi_dh_attach +EXPORT_SYMBOL_GPL vmlinux 0x29c3676b ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0x29c6a1d0 gpiochip_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x29cf2470 rdma_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x29d75de7 kthread_park +EXPORT_SYMBOL_GPL vmlinux 0x29e34769 fat_truncate_time +EXPORT_SYMBOL_GPL vmlinux 0x29e47d89 adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0x29ea73a9 devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x29eba37f current_is_async +EXPORT_SYMBOL_GPL vmlinux 0x29f2002b pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x29f8b4af ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x2a0649e7 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x2a26234d devlink_port_linecard_set +EXPORT_SYMBOL_GPL vmlinux 0x2a2961c7 crypto_register_acomp +EXPORT_SYMBOL_GPL vmlinux 0x2a2f04fa ip_tunnel_netlink_parms +EXPORT_SYMBOL_GPL vmlinux 0x2a330b74 disk_force_media_change +EXPORT_SYMBOL_GPL vmlinux 0x2a34a913 platform_bus +EXPORT_SYMBOL_GPL vmlinux 0x2a3f5361 usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x2a463296 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0x2a4ed9ed gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0x2a55f557 tps65217_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x2a58fe2e br_ip6_fragment +EXPORT_SYMBOL_GPL vmlinux 0x2a62cb3a ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2a64e378 snd_soc_get_volsw +EXPORT_SYMBOL_GPL vmlinux 0x2a65b208 snd_soc_component_disable_pin +EXPORT_SYMBOL_GPL vmlinux 0x2a7316da __SCK__tp_func_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x2a7bdece dev_pm_set_dedicated_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x2a976d1c dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x2a9b236b rtm_getroute_parse_ip_proto +EXPORT_SYMBOL_GPL vmlinux 0x2a9dbd96 crypto_unregister_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x2aa81098 vfs_inode_has_locks +EXPORT_SYMBOL_GPL vmlinux 0x2aa815a0 vp_modern_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x2aadad1a efi_capsule_update +EXPORT_SYMBOL_GPL vmlinux 0x2ac1bf81 of_irq_to_resource_table +EXPORT_SYMBOL_GPL vmlinux 0x2ac34025 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x2ac43575 clk_hw_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x2acf52cf __tracepoint_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x2af679ce pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0x2af6c311 fb_sys_write +EXPORT_SYMBOL_GPL vmlinux 0x2afca3d2 regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0x2b0c9177 led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0x2b0ddd55 hisi_clk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2b0e4838 invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x2b4509dd devlink_health_reporter_state_update +EXPORT_SYMBOL_GPL vmlinux 0x2b4df396 __traceiter_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0x2b581533 rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x2b6150fb power_supply_temp2resist_simple +EXPORT_SYMBOL_GPL vmlinux 0x2b651578 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0x2b719dc3 pci_epc_clear_bar +EXPORT_SYMBOL_GPL vmlinux 0x2b71b7dc of_pse_control_get +EXPORT_SYMBOL_GPL vmlinux 0x2b840e57 spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x2b8c6e82 snd_soc_dai_compr_set_metadata +EXPORT_SYMBOL_GPL vmlinux 0x2b964ec7 skb_mpls_update_lse +EXPORT_SYMBOL_GPL vmlinux 0x2b98513f ahci_platform_enable_phys +EXPORT_SYMBOL_GPL vmlinux 0x2ba9d684 tpm1_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x2bba5c4f sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0x2bc2aa5f mmc_pwrseq_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2bc7611c debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x2bcd11b7 devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x2bd733cd virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0x2bd8a8bb blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x2bdc44dc mpc8xxx_spi_tx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0x2bdf5ab0 pm_wakeup_pending +EXPORT_SYMBOL_GPL vmlinux 0x2bdfa731 tracing_snapshot_cond_disable +EXPORT_SYMBOL_GPL vmlinux 0x2be47b84 anon_inode_getfd_secure +EXPORT_SYMBOL_GPL vmlinux 0x2be5030f copy_to_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0x2bfaf907 devm_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x2bfdaec8 snd_soc_put_volsw +EXPORT_SYMBOL_GPL vmlinux 0x2c000275 mtk_clk_gate_ops_no_setclr +EXPORT_SYMBOL_GPL vmlinux 0x2c02d0f5 devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x2c09a856 pstore_register +EXPORT_SYMBOL_GPL vmlinux 0x2c1e5bbf ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c29da2f usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x2c2d781d clk_hw_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2c3054f9 net_inc_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x2c41af7d pci_pri_supported +EXPORT_SYMBOL_GPL vmlinux 0x2c465fcb ping_err +EXPORT_SYMBOL_GPL vmlinux 0x2c5522b4 regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0x2c5c0d56 devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x2c6272f4 ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x2c664ec6 snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL vmlinux 0x2c66ac85 devlink_info_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2c69311e irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x2c796b58 spi_mem_dirmap_read +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c7e1261 hwrng_yield +EXPORT_SYMBOL_GPL vmlinux 0x2c81a826 imx_1443x_pll +EXPORT_SYMBOL_GPL vmlinux 0x2c83b4a9 for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0x2c84b898 strp_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x2c8dd6b8 edac_mem_types +EXPORT_SYMBOL_GPL vmlinux 0x2c934902 fwnode_usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0x2c97f8a2 of_reconfig_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x2cb83e4a pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x2ccc2b0a rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x2ccf0565 vcap_rule_find_keysets +EXPORT_SYMBOL_GPL vmlinux 0x2ce61f33 __SCK__tp_func_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x2cf7f60b usb_gen_phy_init +EXPORT_SYMBOL_GPL vmlinux 0x2d0624e7 devm_platform_get_and_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0x2d06dfe2 usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0x2d198f5c snd_soc_component_set_sysclk +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d1cd2e3 __clocksource_update_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0x2d2dd36f kobj_ns_grab_current +EXPORT_SYMBOL_GPL vmlinux 0x2d368c4c nand_subop_get_addr_start_off +EXPORT_SYMBOL_GPL vmlinux 0x2d3e05f9 __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x2d3e6c23 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d4f9a3d mtd_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2d5d3be6 devfreq_get_devfreq_by_node +EXPORT_SYMBOL_GPL vmlinux 0x2d5f69b3 rcu_read_unlock_strict +EXPORT_SYMBOL_GPL vmlinux 0x2d609547 dax_direct_access +EXPORT_SYMBOL_GPL vmlinux 0x2d713a52 snd_soc_link_compr_set_params +EXPORT_SYMBOL_GPL vmlinux 0x2d833893 inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0x2d9c5097 __irq_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x2d9e0d1b devlink_register +EXPORT_SYMBOL_GPL vmlinux 0x2db67d4a owl_sps_set_pg +EXPORT_SYMBOL_GPL vmlinux 0x2dbcf545 clk_hw_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x2dc04eeb dev_pm_opp_find_freq_ceil +EXPORT_SYMBOL_GPL vmlinux 0x2dc93eb6 strp_stop +EXPORT_SYMBOL_GPL vmlinux 0x2dd07dc1 devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x2dd43626 snd_soc_component_compr_get_params +EXPORT_SYMBOL_GPL vmlinux 0x2dde1e86 spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x2de7df55 gpiod_get_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x2df45974 kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x2dffded5 ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x2e0189e0 vcap_lookup_rule_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0x2e028ae6 rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x2e0bfd2f __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x2e1976ae sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL vmlinux 0x2e1b86ca dev_pm_genpd_synced_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e2652d0 ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x2e288445 tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0x2e3d5e32 disk_set_zoned +EXPORT_SYMBOL_GPL vmlinux 0x2e4261f6 snmp_get_cpu_field64 +EXPORT_SYMBOL_GPL vmlinux 0x2e4e7361 qcom_smem_state_register +EXPORT_SYMBOL_GPL vmlinux 0x2e58049d xfrm_dev_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x2e63dd19 mtk_clk_gate_ops_setclr_inv +EXPORT_SYMBOL_GPL vmlinux 0x2e66298c __SCK__tp_func_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x2e721935 power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x2e748829 crypto_register_kpp +EXPORT_SYMBOL_GPL vmlinux 0x2e777a7f __traceiter_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x2e7887d2 nf_ct_set_closing +EXPORT_SYMBOL_GPL vmlinux 0x2e7bf441 dpcm_end_walk_at_be +EXPORT_SYMBOL_GPL vmlinux 0x2e8d011d pm_clk_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x2e94bdce scsi_build_sense +EXPORT_SYMBOL_GPL vmlinux 0x2eaa3b84 pci_epc_unmap_addr +EXPORT_SYMBOL_GPL vmlinux 0x2eaeaea2 dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x2eaef9f3 sched_set_fifo +EXPORT_SYMBOL_GPL vmlinux 0x2eb4a9c4 mtk_pinconf_drive_set_raw +EXPORT_SYMBOL_GPL vmlinux 0x2eb5f8c4 gpiochip_line_is_irq +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2eca6a19 phy_basic_t1s_p2mp_features_array +EXPORT_SYMBOL_GPL vmlinux 0x2ed249ae uart_xchar_out +EXPORT_SYMBOL_GPL vmlinux 0x2ee01d63 tracing_snapshot_cond +EXPORT_SYMBOL_GPL vmlinux 0x2ee5b403 ahci_platform_disable_phys +EXPORT_SYMBOL_GPL vmlinux 0x2eea8fc0 of_detach_node +EXPORT_SYMBOL_GPL vmlinux 0x2ef2e216 pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x2ef767d4 da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f1ea064 __SCK__tp_func_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x2f1f3028 clk_hw_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x2f352c58 of_phandle_iterator_init +EXPORT_SYMBOL_GPL vmlinux 0x2f374bcf __regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x2f393979 serial8250_em485_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2f3efb1d __devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x2f56a70f platform_unregister_drivers +EXPORT_SYMBOL_GPL vmlinux 0x2f5cd3dd mvebu_mbus_add_window_by_id +EXPORT_SYMBOL_GPL vmlinux 0x2f63e634 usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x2f656efb snd_ctl_get_preferred_subdevice +EXPORT_SYMBOL_GPL vmlinux 0x2f7a93b2 usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0x2f85aa8c rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0x2f9124c3 acct_bioset_exit +EXPORT_SYMBOL_GPL vmlinux 0x2f967b24 ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0x2faac966 pci_bridge_emul_init +EXPORT_SYMBOL_GPL vmlinux 0x2fade0be synth_event_add_field +EXPORT_SYMBOL_GPL vmlinux 0x2faed3a1 fwnode_property_present +EXPORT_SYMBOL_GPL vmlinux 0x2fbbdc05 spi_setup +EXPORT_SYMBOL_GPL vmlinux 0x2fbdd22d nand_ecc_cleanup_req_tweaking +EXPORT_SYMBOL_GPL vmlinux 0x2fc1e0fe kmem_valid_obj +EXPORT_SYMBOL_GPL vmlinux 0x2fd4e7d4 xdp_convert_zc_to_xdp_frame +EXPORT_SYMBOL_GPL vmlinux 0x2ffc62ab devm_tegra_core_dev_init_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x2fff71e1 ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0x30011335 genphy_c45_pma_resume +EXPORT_SYMBOL_GPL vmlinux 0x300701ea pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x300d3f5d __traceiter_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x30110a29 phy_eee_cap1_features +EXPORT_SYMBOL_GPL vmlinux 0x3012d2da fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x303f0785 sec_irq_init +EXPORT_SYMBOL_GPL vmlinux 0x3040bcef clk_hw_rate_is_protected +EXPORT_SYMBOL_GPL vmlinux 0x304d3fef pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x304d9fc8 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x304e5893 io_uring_cmd_import_fixed +EXPORT_SYMBOL_GPL vmlinux 0x30513a25 pci_iomap_wc +EXPORT_SYMBOL_GPL vmlinux 0x305249cd dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x305787a3 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x305b0f22 iomap_dio_bio_end_io +EXPORT_SYMBOL_GPL vmlinux 0x3061cfce ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0x30693bb7 imx_audmux_v1_configure_port +EXPORT_SYMBOL_GPL vmlinux 0x306a11c3 dm_start_time_ns_from_clone +EXPORT_SYMBOL_GPL vmlinux 0x3071c3ea virtqueue_add_inbuf_ctx +EXPORT_SYMBOL_GPL vmlinux 0x3079b3d3 nfs_ssc_client_tbl +EXPORT_SYMBOL_GPL vmlinux 0x3079e6e9 mvebu_mbus_add_window_remap_by_id +EXPORT_SYMBOL_GPL vmlinux 0x3094d25d lwtunnel_fill_encap +EXPORT_SYMBOL_GPL vmlinux 0x309a7a96 uart_get_rs485_mode +EXPORT_SYMBOL_GPL vmlinux 0x309d853a thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x30a262dc look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0x30a2b5f5 cpuacct_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x30b25e42 __regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x30b5f8d2 snd_soc_bytes_tlv_callback +EXPORT_SYMBOL_GPL vmlinux 0x30bf1e5f snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL vmlinux 0x30e7e774 pci_aer_clear_nonfatal_status +EXPORT_SYMBOL_GPL vmlinux 0x30fd569b balloon_page_list_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x31019477 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x310b6270 alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0x31163b72 sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x312755ca snd_soc_component_compr_set_params +EXPORT_SYMBOL_GPL vmlinux 0x313cab91 genphy_c45_plca_get_cfg +EXPORT_SYMBOL_GPL vmlinux 0x313ea5fd ipi_send_single +EXPORT_SYMBOL_GPL vmlinux 0x314968f2 crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0x3150bfc8 devlink_is_reload_failed +EXPORT_SYMBOL_GPL vmlinux 0x3150e40a rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0x315c3204 vfs_fallocate +EXPORT_SYMBOL_GPL vmlinux 0x315e52c6 vcap_is_next_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3163f44e register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x316c958c pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0x31777b9a filemap_range_has_writeback +EXPORT_SYMBOL_GPL vmlinux 0x317d407a ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0x3192d768 cpufreq_remove_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x319c5ee5 simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x31a3a0e1 __traceiter_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x31a95e8b ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x31a96b36 __tracepoint_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0x31acf887 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31cd02b8 mas_walk +EXPORT_SYMBOL_GPL vmlinux 0x31cd561c __traceiter_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x31d0493d hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x31d9effc irq_domain_update_bus_token +EXPORT_SYMBOL_GPL vmlinux 0x31dddd83 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x31f2e26d peernet2id_alloc +EXPORT_SYMBOL_GPL vmlinux 0x31f9a38f spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0x320b285a synth_event_add_val +EXPORT_SYMBOL_GPL vmlinux 0x320c7056 param_ops_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x32164cce i2c_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x3224b2a9 mpi_read_raw_from_sgl +EXPORT_SYMBOL_GPL vmlinux 0x3228f270 skb_clone_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x32295715 dev_pm_opp_clear_config +EXPORT_SYMBOL_GPL vmlinux 0x322a63d6 devm_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x3230a7be pci_epc_mem_exit +EXPORT_SYMBOL_GPL vmlinux 0x324a0368 inet_pernet_hashinfo_free +EXPORT_SYMBOL_GPL vmlinux 0x325f9d61 vcap_rule_add_key_u72 +EXPORT_SYMBOL_GPL vmlinux 0x327b5def pci_epc_get +EXPORT_SYMBOL_GPL vmlinux 0x329c60af perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0x329d2125 iommu_report_device_fault +EXPORT_SYMBOL_GPL vmlinux 0x32ab06cc irq_percpu_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x32b37429 fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0x32c07384 ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x32c24398 ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32c517a2 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x32d3d204 fscrypt_mergeable_bio_bh +EXPORT_SYMBOL_GPL vmlinux 0x32d6fad9 usb_phy_get_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x32fa0562 scsi_ioctl_block_when_processing_errors +EXPORT_SYMBOL_GPL vmlinux 0x33049c42 bsg_job_get +EXPORT_SYMBOL_GPL vmlinux 0x33092361 vcap_tc_flower_handler_vlan_usage +EXPORT_SYMBOL_GPL vmlinux 0x330c0f22 mmc_crypto_prepare_req +EXPORT_SYMBOL_GPL vmlinux 0x330f6116 set_dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x3316a5b2 pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0x331b0bfc gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0x3323a2cf debugfs_lookup +EXPORT_SYMBOL_GPL vmlinux 0x332d0f39 extcon_get_state +EXPORT_SYMBOL_GPL vmlinux 0x33324101 vp_modern_set_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x33338211 rcuref_get_slowpath +EXPORT_SYMBOL_GPL vmlinux 0x3335ae32 freq_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x333fcfb7 blk_crypto_intersect_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x33407046 dmaengine_desc_get_metadata_ptr +EXPORT_SYMBOL_GPL vmlinux 0x33413fcb bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x33441591 kiocb_modified +EXPORT_SYMBOL_GPL vmlinux 0x33472bd5 qcom_icc_xlate_extended +EXPORT_SYMBOL_GPL vmlinux 0x33540b99 get_mtd_device +EXPORT_SYMBOL_GPL vmlinux 0x3355e07a subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x3363d5f6 bpf_offload_dev_match +EXPORT_SYMBOL_GPL vmlinux 0x336636bb clk_hw_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x3389bc12 user_read +EXPORT_SYMBOL_GPL vmlinux 0x338ecfec devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x3393fa69 mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL vmlinux 0x339864e3 bpf_offload_dev_netdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x339eb5ce devlink_port_type_clear +EXPORT_SYMBOL_GPL vmlinux 0x33b9d560 irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0x33bc9cd3 sm501_misc_control +EXPORT_SYMBOL_GPL vmlinux 0x33cd2cd6 cpu_latency_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x33dde944 led_blink_set_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x33dea59f __fscrypt_prepare_rename +EXPORT_SYMBOL_GPL vmlinux 0x33e0d415 i2c_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0x33e9e0a2 atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x33efc8c8 trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x33f1dbf3 devm_serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x33f97f81 ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0x33fcadba fib6_get_table +EXPORT_SYMBOL_GPL vmlinux 0x33fecd66 md_start +EXPORT_SYMBOL_GPL vmlinux 0x3405967e platform_get_irq_byname_optional +EXPORT_SYMBOL_GPL vmlinux 0x340601a3 fsverity_ioctl_read_metadata +EXPORT_SYMBOL_GPL vmlinux 0x341b2693 crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0x342708e8 irq_chip_enable_parent +EXPORT_SYMBOL_GPL vmlinux 0x342d337b snd_soc_component_compr_get_metadata +EXPORT_SYMBOL_GPL vmlinux 0x34407691 crypto_has_ahash +EXPORT_SYMBOL_GPL vmlinux 0x344361a1 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0x3444e956 ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0x344997fe sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0x3450ad94 mpi_set_ui +EXPORT_SYMBOL_GPL vmlinux 0x345d6119 amba_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3461ba36 usb_bus_idr +EXPORT_SYMBOL_GPL vmlinux 0x3480448c rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x348340e9 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x348556ec crypto_register_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x3493aefd max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x349d30bc regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0x34a7b142 __SCK__tp_func_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x34ac50a4 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x34ac8cf2 __devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x34b668ed ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x34bb59fe irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x34be1e60 trace_array_destroy +EXPORT_SYMBOL_GPL vmlinux 0x34be7e94 phy_init +EXPORT_SYMBOL_GPL vmlinux 0x34cd81fa of_nvmem_layout_get_container +EXPORT_SYMBOL_GPL vmlinux 0x34d61478 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0x34d7a4fe firmware_upload_register +EXPORT_SYMBOL_GPL vmlinux 0x34dbc133 inet_ehash_locks_alloc +EXPORT_SYMBOL_GPL vmlinux 0x34dccfb2 context_tracking +EXPORT_SYMBOL_GPL vmlinux 0x34ee9530 edac_device_handle_ue_count +EXPORT_SYMBOL_GPL vmlinux 0x34f16f8d bpf_trace_run4 +EXPORT_SYMBOL_GPL vmlinux 0x3501c9dd gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x3503dd61 usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x350b26f6 rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x350f6ce5 tasklet_unlock_wait +EXPORT_SYMBOL_GPL vmlinux 0x352b3813 maxim_charger_calc_reg_current +EXPORT_SYMBOL_GPL vmlinux 0x352ec68b bpf_offload_dev_destroy +EXPORT_SYMBOL_GPL vmlinux 0x352eebad tracing_snapshot_cond_enable +EXPORT_SYMBOL_GPL vmlinux 0x353d3507 ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0x353f03ec snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL vmlinux 0x3542e347 phy_10gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x3551aab4 __tracepoint_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3551fa39 ksm_madvise +EXPORT_SYMBOL_GPL vmlinux 0x3565a929 utf8_data_table +EXPORT_SYMBOL_GPL vmlinux 0x3577a43b rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0x357cd341 snd_soc_dai_is_dummy +EXPORT_SYMBOL_GPL vmlinux 0x3583e855 devl_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x358f5824 fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x35a5aad2 gpiod_set_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0x35b1d0f1 dev_pm_opp_get_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x35bc34bc iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0x35bfc3e5 sdhci_switch_external_dma +EXPORT_SYMBOL_GPL vmlinux 0x35ddcec9 meson_pmx_get_groups +EXPORT_SYMBOL_GPL vmlinux 0x35e4416a regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0x35f1bae9 crypto_unregister_rng +EXPORT_SYMBOL_GPL vmlinux 0x35f228ce nand_prog_page_op +EXPORT_SYMBOL_GPL vmlinux 0x35f26049 iomap_swapfile_activate +EXPORT_SYMBOL_GPL vmlinux 0x35fd6714 scsi_dh_set_params +EXPORT_SYMBOL_GPL vmlinux 0x3608e786 __tracepoint_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x361f6544 rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x36242943 switchdev_deferred_process +EXPORT_SYMBOL_GPL vmlinux 0x3624eca9 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0x36356eda tegra124_clk_set_emc_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x36360db7 vfs_set_acl +EXPORT_SYMBOL_GPL vmlinux 0x363e228d devfreq_event_enable_edev +EXPORT_SYMBOL_GPL vmlinux 0x3640d868 devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x364c40c3 usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0x3657205c extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x365989e5 imx_1416x_pll +EXPORT_SYMBOL_GPL vmlinux 0x365ab454 devlink_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x36898d6f gpiod_remove_hogs +EXPORT_SYMBOL_GPL vmlinux 0x369efa7c tegra_bpmp_transfer +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36a3420f usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0x36b1bf78 __traceiter_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x36c975d2 device_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x36d23b18 pinmux_generic_add_function +EXPORT_SYMBOL_GPL vmlinux 0x36db87c1 sdhci_enable_sdio_irq +EXPORT_SYMBOL_GPL vmlinux 0x36f1e569 mas_pause +EXPORT_SYMBOL_GPL vmlinux 0x36f98bee dev_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0x37159122 ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x3734db69 gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x37396a5e __tracepoint_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x3742e305 cpufreq_dbs_governor_exit +EXPORT_SYMBOL_GPL vmlinux 0x37500031 imx_pinctrl_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x37515416 xfrm_dev_offload_ok +EXPORT_SYMBOL_GPL vmlinux 0x3754a093 virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0x375a947e devm_request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x375bceb3 devm_gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x3760a394 regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0x37743b64 iomap_dio_complete +EXPORT_SYMBOL_GPL vmlinux 0x377bbcbc pm_suspend_target_state +EXPORT_SYMBOL_GPL vmlinux 0x378c20b1 serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x379e8f48 usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x37a709fa tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0x37b726bc lwtunnel_build_state +EXPORT_SYMBOL_GPL vmlinux 0x37c1e9a1 fat_attach +EXPORT_SYMBOL_GPL vmlinux 0x37c85007 sdio_signal_irq +EXPORT_SYMBOL_GPL vmlinux 0x37caa5df devm_gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x37d1c11a da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0x37d3c3ee devm_mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x37d56947 ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0x37d64924 __traceiter_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x37d9476f clk_hw_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x37e87865 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x37efb5ee blkdev_zone_mgmt +EXPORT_SYMBOL_GPL vmlinux 0x37f45d77 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x37f68a25 irq_chip_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0x3809fae3 genphy_c45_pma_baset1_read_master_slave +EXPORT_SYMBOL_GPL vmlinux 0x380dde36 power_supply_batinfo_ocv2cap +EXPORT_SYMBOL_GPL vmlinux 0x38268b62 icc_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x382909f4 nvmem_cell_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0x382b45e7 find_mci_by_dev +EXPORT_SYMBOL_GPL vmlinux 0x382f0bec fwnode_get_next_parent +EXPORT_SYMBOL_GPL vmlinux 0x38354b40 dev_pm_opp_of_register_em +EXPORT_SYMBOL_GPL vmlinux 0x38367b81 null_dailink_component +EXPORT_SYMBOL_GPL vmlinux 0x38374815 clear_selection +EXPORT_SYMBOL_GPL vmlinux 0x383dc53f __devm_rtc_register_device +EXPORT_SYMBOL_GPL vmlinux 0x38534cdc max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0x3868c23f xhci_get_ep_ctx +EXPORT_SYMBOL_GPL vmlinux 0x38711070 wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x3882eeb8 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x38853f69 inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0x388de77a blk_mq_sched_try_merge +EXPORT_SYMBOL_GPL vmlinux 0x38a15706 devm_regmap_init_vexpress_config +EXPORT_SYMBOL_GPL vmlinux 0x38a3db54 pinmux_generic_get_function +EXPORT_SYMBOL_GPL vmlinux 0x38a9c2c7 input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x38aa1397 gpiod_add_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0x38bc484f vp_legacy_set_queue_address +EXPORT_SYMBOL_GPL vmlinux 0x38c0c9e4 btree_update +EXPORT_SYMBOL_GPL vmlinux 0x38cb5614 pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x38dfe70e dev_pm_opp_put_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x38e1fde7 mpi_set +EXPORT_SYMBOL_GPL vmlinux 0x38e5bc5a clk_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x38edcb2c anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0x38f704de dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x3915ea4b clk_regmap_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0x39189aea devm_tegra_memory_controller_get +EXPORT_SYMBOL_GPL vmlinux 0x39227e9e __dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0x39297559 nvmem_cell_read_variable_le_u32 +EXPORT_SYMBOL_GPL vmlinux 0x392cc97a icc_get_name +EXPORT_SYMBOL_GPL vmlinux 0x3934db83 pci_bridge_emul_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x393ff8cf cookie_tcp_reqsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3942f27f gpiod_count +EXPORT_SYMBOL_GPL vmlinux 0x39432c14 desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0x3949c37a bpf_prog_put +EXPORT_SYMBOL_GPL vmlinux 0x394a251e acct_bioset_init +EXPORT_SYMBOL_GPL vmlinux 0x394ee48f phy_select_page +EXPORT_SYMBOL_GPL vmlinux 0x396c07bf devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x396ef543 device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x3979110a l3mdev_ifindex_lookup_by_table_id +EXPORT_SYMBOL_GPL vmlinux 0x397bbc70 fwnode_get_next_available_child_node +EXPORT_SYMBOL_GPL vmlinux 0x397e2142 __SCK__tp_func_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x3993df99 nvdimm_cmd_mask +EXPORT_SYMBOL_GPL vmlinux 0x39aa4888 usb_role_string +EXPORT_SYMBOL_GPL vmlinux 0x39b24a64 imx_fracn_gppll_integer +EXPORT_SYMBOL_GPL vmlinux 0x39b37036 snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0x39bf2c57 usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x39c04882 bio_blkcg_css +EXPORT_SYMBOL_GPL vmlinux 0x39c32aca __SCK__tp_func_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x39c442a0 vcap_tc_flower_handler_ethaddr_usage +EXPORT_SYMBOL_GPL vmlinux 0x39e3d714 vcap_add_rule +EXPORT_SYMBOL_GPL vmlinux 0x39e73888 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0x39ec3bbd gpiochip_irq_unmap +EXPORT_SYMBOL_GPL vmlinux 0x3a053e3d devlink_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3a06bddf led_trigger_write +EXPORT_SYMBOL_GPL vmlinux 0x3a14f027 sbitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x3a15013b ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x3a171150 srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x3a2407c7 sdhci_request_atomic +EXPORT_SYMBOL_GPL vmlinux 0x3a43cf17 of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a551a7d pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x3a5805cb rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0x3a59fc7a serial8250_em485_start_tx +EXPORT_SYMBOL_GPL vmlinux 0x3a63db2a dmi_kobj +EXPORT_SYMBOL_GPL vmlinux 0x3a71a5c5 blk_stat_enable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x3a7735a8 tpm_transmit_cmd +EXPORT_SYMBOL_GPL vmlinux 0x3a8bbdce gpiod_set_transitory +EXPORT_SYMBOL_GPL vmlinux 0x3a9be019 asymmetric_key_id_partial +EXPORT_SYMBOL_GPL vmlinux 0x3a9e4b57 __traceiter_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x3aacc0a2 pcie_aspm_enabled +EXPORT_SYMBOL_GPL vmlinux 0x3aad2959 __tracepoint_console +EXPORT_SYMBOL_GPL vmlinux 0x3ab28f59 inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x3ab3e1fc ahci_handle_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x3ab5f4a8 stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0x3ab70944 list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x3accb2ab crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ace40d9 devres_add +EXPORT_SYMBOL_GPL vmlinux 0x3addd0f5 nand_get_large_page_hamming_ooblayout +EXPORT_SYMBOL_GPL vmlinux 0x3ae65f46 netdev_cmd_to_name +EXPORT_SYMBOL_GPL vmlinux 0x3afcf80f spi_controller_suspend +EXPORT_SYMBOL_GPL vmlinux 0x3b03208d power_supply_battery_info_has_prop +EXPORT_SYMBOL_GPL vmlinux 0x3b0714f7 fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0x3b08a01d rhashtable_walk_enter +EXPORT_SYMBOL_GPL vmlinux 0x3b165040 mas_find_range_rev +EXPORT_SYMBOL_GPL vmlinux 0x3b278bc5 skb_send_sock_locked +EXPORT_SYMBOL_GPL vmlinux 0x3b2fe974 of_pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0x3b39a99b usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x3b3b0974 irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0x3b4c240a display_timings_release +EXPORT_SYMBOL_GPL vmlinux 0x3b666e1e perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0x3b67e244 __spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x3b80e486 bdev_nr_zones +EXPORT_SYMBOL_GPL vmlinux 0x3b97cbef xas_find +EXPORT_SYMBOL_GPL vmlinux 0x3ba573ab tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x3bbd29f3 tcp_unregister_ulp +EXPORT_SYMBOL_GPL vmlinux 0x3bbd7a86 do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x3bcb1f85 trace_array_printk +EXPORT_SYMBOL_GPL vmlinux 0x3bd9ac98 devlink_port_region_create +EXPORT_SYMBOL_GPL vmlinux 0x3bdb5d28 alg_test +EXPORT_SYMBOL_GPL vmlinux 0x3bddb420 icc_link_create +EXPORT_SYMBOL_GPL vmlinux 0x3be200ce phy_10gbit_fec_features +EXPORT_SYMBOL_GPL vmlinux 0x3bf17755 mpi_read_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3bf76961 __blk_req_zone_write_unlock +EXPORT_SYMBOL_GPL vmlinux 0x3bfb646f mtd_writev +EXPORT_SYMBOL_GPL vmlinux 0x3bfdfad4 fat_time_fat2unix +EXPORT_SYMBOL_GPL vmlinux 0x3c00e334 __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x3c034666 usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0x3c07cb71 pci_iov_virtfn_devfn +EXPORT_SYMBOL_GPL vmlinux 0x3c1820f9 ima_file_hash +EXPORT_SYMBOL_GPL vmlinux 0x3c1bd234 fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0x3c1c3725 rcu_fwd_progress_check +EXPORT_SYMBOL_GPL vmlinux 0x3c241c2c public_key_free +EXPORT_SYMBOL_GPL vmlinux 0x3c2a224b __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x3c2b68f7 of_changeset_apply +EXPORT_SYMBOL_GPL vmlinux 0x3c38ab05 snd_ac97_reset +EXPORT_SYMBOL_GPL vmlinux 0x3c3c85d8 __SCK__tp_func_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x3c44aed5 crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x3c4fdac7 sk_msg_memcopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x3c52bf3b __blk_req_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0x3c6785b7 block_pr_type_to_scsi +EXPORT_SYMBOL_GPL vmlinux 0x3c681dc4 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0x3c71a3d5 icc_provider_init +EXPORT_SYMBOL_GPL vmlinux 0x3c72724e usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0x3c83bc8c __tracepoint_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0x3c851cac tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x3c8b7b13 ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3c914c31 attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x3ca909dc crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0x3cc35bbc folio_alloc_buffers +EXPORT_SYMBOL_GPL vmlinux 0x3cc84cc3 replace_page_cache_folio +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cd1b510 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x3cd62564 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x3ce8fa7e ncsi_unregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x3cebf963 dapm_pinctrl_event +EXPORT_SYMBOL_GPL vmlinux 0x3cec2d25 __traceiter_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x3d04aa89 pkcs7_supply_detached_data +EXPORT_SYMBOL_GPL vmlinux 0x3d056c6c pinctrl_generic_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x3d1ae5c2 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x3d285349 nand_ecc_init_req_tweaking +EXPORT_SYMBOL_GPL vmlinux 0x3d297f98 usb_of_has_combined_node +EXPORT_SYMBOL_GPL vmlinux 0x3d29f8fe do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x3d300eb0 vp_modern_generation +EXPORT_SYMBOL_GPL vmlinux 0x3d335a72 perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d510a7b rcu_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0x3d5cadb0 kthread_unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0x3d61b4a9 spi_async +EXPORT_SYMBOL_GPL vmlinux 0x3d6a316f tty_get_icount +EXPORT_SYMBOL_GPL vmlinux 0x3d7ebd7f unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0x3d866e05 __SCK__tp_func_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x3d93a648 rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x3d9aed70 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x3d9bbf75 wwan_port_txon +EXPORT_SYMBOL_GPL vmlinux 0x3d9e95a5 iommu_register_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x3da62d22 usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0x3da63d14 usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0x3db58a77 snd_soc_of_parse_pin_switches +EXPORT_SYMBOL_GPL vmlinux 0x3dba8d5f tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x3dbf5f14 udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3dc1fba0 devm_release_action +EXPORT_SYMBOL_GPL vmlinux 0x3dd56577 crypto_unregister_aead +EXPORT_SYMBOL_GPL vmlinux 0x3ddee58f _snd_pcm_stream_lock_irqsave_nested +EXPORT_SYMBOL_GPL vmlinux 0x3de2e64c blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3df86f90 vcap_debugfs +EXPORT_SYMBOL_GPL vmlinux 0x3dfb071f __cpuhp_state_remove_instance +EXPORT_SYMBOL_GPL vmlinux 0x3e0de373 mmc_get_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0x3e124093 reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3e1795c4 gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x3e19805b of_icc_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0x3e22774f uprobe_register_refctr +EXPORT_SYMBOL_GPL vmlinux 0x3e31d9c3 net_prio_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x3e31f3dc cg_regs_dummy +EXPORT_SYMBOL_GPL vmlinux 0x3e328fc1 gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x3e32b5e8 devl_resource_size_get +EXPORT_SYMBOL_GPL vmlinux 0x3e34e96d mtk_clk_unregister_cpumuxes +EXPORT_SYMBOL_GPL vmlinux 0x3e38dcf4 snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL vmlinux 0x3e411ace sfp_select_interface +EXPORT_SYMBOL_GPL vmlinux 0x3e4725db pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x3e48aba3 pinconf_generic_parse_dt_config +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e903560 ip_tunnel_netlink_encap_parms +EXPORT_SYMBOL_GPL vmlinux 0x3e947424 blk_mq_unquiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x3e99872e mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0x3ea26e1b device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0x3eab595d devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x3eb7ac8c regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x3ec40239 idr_alloc_u32 +EXPORT_SYMBOL_GPL vmlinux 0x3ed4f4d1 kthread_data +EXPORT_SYMBOL_GPL vmlinux 0x3ed5972e usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x3edb086b pse_control_put +EXPORT_SYMBOL_GPL vmlinux 0x3eea869c led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0x3eec66f3 snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0x3ef051c8 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x3ef22016 fwnode_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x3ef89c53 mdiobus_modify +EXPORT_SYMBOL_GPL vmlinux 0x3f060887 __ioread32_copy +EXPORT_SYMBOL_GPL vmlinux 0x3f0ba102 irq_domain_free_irqs_common +EXPORT_SYMBOL_GPL vmlinux 0x3f0c7378 usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0x3f2a83c8 regulator_set_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x3f2be421 kill_pid_usb_asyncio +EXPORT_SYMBOL_GPL vmlinux 0x3f491f49 reset_control_bulk_reset +EXPORT_SYMBOL_GPL vmlinux 0x3f4c3b14 dm_internal_resume_fast +EXPORT_SYMBOL_GPL vmlinux 0x3f4f4533 mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0x3f510848 failover_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3f65fc06 virtio_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x3f77a1fb snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL vmlinux 0x3f84bcd7 dax_alive +EXPORT_SYMBOL_GPL vmlinux 0x3f873e5f i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x3f88a1df relay_reset +EXPORT_SYMBOL_GPL vmlinux 0x3f9d6181 fixed_phy_register +EXPORT_SYMBOL_GPL vmlinux 0x3f9f34f0 handle_fasteoi_ack_irq +EXPORT_SYMBOL_GPL vmlinux 0x3fb2bb0b __tracepoint_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x3fb5dd46 virtqueue_get_used_addr +EXPORT_SYMBOL_GPL vmlinux 0x3fb5fbba lwtunnel_encap_del_ops +EXPORT_SYMBOL_GPL vmlinux 0x3fbf1a11 fwnode_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x3fe4b970 regulator_set_pull_down_regmap +EXPORT_SYMBOL_GPL vmlinux 0x3fe6c346 devlink_fmsg_binary_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x3fea029c hisi_clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x3fedb36b debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0x3ff2e349 hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x3ff2ebe9 crypto_grab_shash +EXPORT_SYMBOL_GPL vmlinux 0x3ffc292e rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x3ffdacf3 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0x40051c5d snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL vmlinux 0x401ea797 pci_host_probe +EXPORT_SYMBOL_GPL vmlinux 0x4020bf18 tegra_mc_get_emem_device_count +EXPORT_SYMBOL_GPL vmlinux 0x402ea695 nand_ecc_choose_conf +EXPORT_SYMBOL_GPL vmlinux 0x4030e2df snd_soc_daifmt_parse_clock_provider_raw +EXPORT_SYMBOL_GPL vmlinux 0x40336d2a dev_pm_genpd_resume +EXPORT_SYMBOL_GPL vmlinux 0x403b8aa4 wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0x403e6d83 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x404ea8eb platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0x4058e7cc thermal_zone_get_offset +EXPORT_SYMBOL_GPL vmlinux 0x4065c4a0 sm501_find_clock +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x406c4cb1 hrtimer_resolution +EXPORT_SYMBOL_GPL vmlinux 0x4071b517 out_of_line_wait_on_bit_timeout +EXPORT_SYMBOL_GPL vmlinux 0x4082f95f pci_epc_get_first_free_bar +EXPORT_SYMBOL_GPL vmlinux 0x4087d4cf component_add +EXPORT_SYMBOL_GPL vmlinux 0x408e134b thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x4099f919 tun_ptr_free +EXPORT_SYMBOL_GPL vmlinux 0x40bdb2e6 da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x40c6b26d bdev_discard_alignment +EXPORT_SYMBOL_GPL vmlinux 0x40c9c69f devl_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0x40caffcb nf_checksum +EXPORT_SYMBOL_GPL vmlinux 0x40de4779 of_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x40f17bb5 mxic_ecc_put_pipelined_engine +EXPORT_SYMBOL_GPL vmlinux 0x40f3620d thermal_zone_device_enable +EXPORT_SYMBOL_GPL vmlinux 0x40f8b94e ring_buffer_iter_dropped +EXPORT_SYMBOL_GPL vmlinux 0x40f8bd4e klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x4100a662 clk_get_scaled_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x411c77d6 sdhci_reset +EXPORT_SYMBOL_GPL vmlinux 0x412bc681 ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x41310604 fwnode_connection_find_match +EXPORT_SYMBOL_GPL vmlinux 0x414538e6 synth_event_add_field_str +EXPORT_SYMBOL_GPL vmlinux 0x414c572a devl_param_driverinit_value_set +EXPORT_SYMBOL_GPL vmlinux 0x414c5c9a snd_soc_component_compr_set_metadata +EXPORT_SYMBOL_GPL vmlinux 0x414d119a videomode_from_timings +EXPORT_SYMBOL_GPL vmlinux 0x415319c8 __kmap_local_pfn_prot +EXPORT_SYMBOL_GPL vmlinux 0x41580488 mtk_clk_unregister_gates +EXPORT_SYMBOL_GPL vmlinux 0x4163abf6 snd_soc_card_add_dai_link +EXPORT_SYMBOL_GPL vmlinux 0x4163ed34 devlink_net +EXPORT_SYMBOL_GPL vmlinux 0x41673a66 netdev_is_rx_handler_busy +EXPORT_SYMBOL_GPL vmlinux 0x41711a7a __fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x418a7f4c devlink_region_create +EXPORT_SYMBOL_GPL vmlinux 0x4199802e sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0x419e7efd sfp_module_stop +EXPORT_SYMBOL_GPL vmlinux 0x41b9a6e6 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x41c30f3a trace_seq_bprintf +EXPORT_SYMBOL_GPL vmlinux 0x41c6a458 clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0x41d348f9 bsg_job_put +EXPORT_SYMBOL_GPL vmlinux 0x41e11ea0 tty_save_termios +EXPORT_SYMBOL_GPL vmlinux 0x41e5f883 fwnode_property_get_reference_args +EXPORT_SYMBOL_GPL vmlinux 0x41ec5829 swapcache_mapping +EXPORT_SYMBOL_GPL vmlinux 0x41ed3cec eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x41f0e2ab nand_reset +EXPORT_SYMBOL_GPL vmlinux 0x41f537a3 tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0x41f5a2a3 rockchip_register_softrst_lut +EXPORT_SYMBOL_GPL vmlinux 0x41f91ea0 of_irq_parse_one +EXPORT_SYMBOL_GPL vmlinux 0x42005e32 iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x42041512 i2c_get_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x4205ad24 cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x4208e40c sbitmap_queue_wake_up +EXPORT_SYMBOL_GPL vmlinux 0x420f3d01 nvmem_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4218531d key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0x423a54e5 nand_get_small_page_ooblayout +EXPORT_SYMBOL_GPL vmlinux 0x424c4389 pci_msi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0x4261649a addrconf_add_linklocal +EXPORT_SYMBOL_GPL vmlinux 0x42635d55 pm_suspend_global_flags +EXPORT_SYMBOL_GPL vmlinux 0x4263f595 dma_resv_iter_first +EXPORT_SYMBOL_GPL vmlinux 0x4273af5d devm_clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x42775909 fat_update_time +EXPORT_SYMBOL_GPL vmlinux 0x42786530 vp_legacy_set_features +EXPORT_SYMBOL_GPL vmlinux 0x427a285d __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x42837827 devm_clk_get_optional_prepared +EXPORT_SYMBOL_GPL vmlinux 0x428be733 bpf_trace_run6 +EXPORT_SYMBOL_GPL vmlinux 0x428e72db dev_pm_opp_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x429639b8 class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x429b48b7 __fsverity_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x429c3f9c reboot_mode +EXPORT_SYMBOL_GPL vmlinux 0x42a54d7f blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x42a7d48a nvdimm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x42bbf12f sk_psock_init +EXPORT_SYMBOL_GPL vmlinux 0x42be009c rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x42cb923a ip_fib_metrics_init +EXPORT_SYMBOL_GPL vmlinux 0x42cf2fc5 devm_regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x42d33f37 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x42e732cb vcap_rule_add_key_u128 +EXPORT_SYMBOL_GPL vmlinux 0x42e77daa __get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0x42efb127 nvmem_del_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0x42f728aa mctrl_gpio_get_outputs +EXPORT_SYMBOL_GPL vmlinux 0x430d88ec __traceiter_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x430eba10 tegra_mc_write_emem_configuration +EXPORT_SYMBOL_GPL vmlinux 0x4320c355 imx_clk_hw_frac_pll +EXPORT_SYMBOL_GPL vmlinux 0x433f3702 devlink_port_init +EXPORT_SYMBOL_GPL vmlinux 0x43449dd8 make_vfsuid +EXPORT_SYMBOL_GPL vmlinux 0x4344ace2 spi_controller_resume +EXPORT_SYMBOL_GPL vmlinux 0x434f14ae snd_soc_get_stream_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4352e16f __traceiter_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0x436d817f mpi_clear_bit +EXPORT_SYMBOL_GPL vmlinux 0x436e93bc fixed_phy_change_carrier +EXPORT_SYMBOL_GPL vmlinux 0x4372f3c2 sbitmap_init_node +EXPORT_SYMBOL_GPL vmlinux 0x437eb1df ipv6_mod_enabled +EXPORT_SYMBOL_GPL vmlinux 0x4384d550 clk_hw_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x4394caee ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x43a5b46e lwtunnel_get_encap_size +EXPORT_SYMBOL_GPL vmlinux 0x43aa319e lease_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x43ae4eca fuse_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x43b2daec clk_hw_register_gate2 +EXPORT_SYMBOL_GPL vmlinux 0x43b8786b pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0x43c36b75 tpm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x43c76ea6 mtk_pinconf_bias_disable_get +EXPORT_SYMBOL_GPL vmlinux 0x43c91368 irq_chip_mask_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0x43ca3c85 snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL vmlinux 0x43caa7c0 regmap_irq_get_irq_reg_linear +EXPORT_SYMBOL_GPL vmlinux 0x43ceea54 snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL vmlinux 0x43d14d75 user_update +EXPORT_SYMBOL_GPL vmlinux 0x43dbbf74 stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0x43df1e73 snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL vmlinux 0x43ee3cc4 imx_pcm_fiq_exit +EXPORT_SYMBOL_GPL vmlinux 0x43f81957 clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x43f92edd wait_for_initramfs +EXPORT_SYMBOL_GPL vmlinux 0x4401e6c2 mpi_cmpabs +EXPORT_SYMBOL_GPL vmlinux 0x4402d07d usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x4419676b vfs_submount +EXPORT_SYMBOL_GPL vmlinux 0x441a1f25 devm_pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x442deaa9 poll_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x44398199 mvebu_mbus_del_window +EXPORT_SYMBOL_GPL vmlinux 0x4439bcd2 __SCK__tp_func_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x4444b248 skb_defer_rx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x444f1735 cpu_pm_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x444fb9d8 crypto_alg_extsize +EXPORT_SYMBOL_GPL vmlinux 0x4454ea6f snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL vmlinux 0x44589e23 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0x445fa626 sdhci_get_cd_nogpio +EXPORT_SYMBOL_GPL vmlinux 0x44627ec0 mptcp_pm_get_subflows_max +EXPORT_SYMBOL_GPL vmlinux 0x4463c888 snd_soc_component_get_jack_type +EXPORT_SYMBOL_GPL vmlinux 0x4465ea70 cgroup_path_ns +EXPORT_SYMBOL_GPL vmlinux 0x4471a51d vhost_task_stop +EXPORT_SYMBOL_GPL vmlinux 0x4476b113 show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0x447b3930 bpf_prog_sub +EXPORT_SYMBOL_GPL vmlinux 0x447f809c imx_clk_hw_pllv3 +EXPORT_SYMBOL_GPL vmlinux 0x4482569b scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x448479af __tracepoint_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x449396fd query_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x4499ef2a phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0x449d518e dev_pm_opp_find_bw_floor +EXPORT_SYMBOL_GPL vmlinux 0x44a00acb pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0x44a03ccf crypto_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x44aa73b8 dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x44ad9141 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x44bae227 bit_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x44c10a52 kvfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x44c557e5 rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x44c68f2f usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0x44cf8cf0 blk_zone_cond_str +EXPORT_SYMBOL_GPL vmlinux 0x44f26f94 sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0x4507f4a8 cpuhp_tasks_frozen +EXPORT_SYMBOL_GPL vmlinux 0x451881ed mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x451895ee register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x45231d93 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x452c1388 perf_aux_output_flag +EXPORT_SYMBOL_GPL vmlinux 0x4544151b omap_iommu_save_ctx +EXPORT_SYMBOL_GPL vmlinux 0x45558f56 clk_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x4555af80 unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x45582de9 xhci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4561f990 qcom_smem_state_unregister +EXPORT_SYMBOL_GPL vmlinux 0x457123fe pinctrl_utils_add_map_mux +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x457e083c io_uring_cmd_do_in_task_lazy +EXPORT_SYMBOL_GPL vmlinux 0x458a8113 get_tree_mtd +EXPORT_SYMBOL_GPL vmlinux 0x4594fdfc gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x4599effb __tracepoint_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x459b0312 pkcs7_parse_message +EXPORT_SYMBOL_GPL vmlinux 0x459f6cf0 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x45a130d3 devl_params_register +EXPORT_SYMBOL_GPL vmlinux 0x45b69c98 cpts_rx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x45bf3f64 pci_d3cold_enable +EXPORT_SYMBOL_GPL vmlinux 0x45c00298 devl_traps_register +EXPORT_SYMBOL_GPL vmlinux 0x45d07221 region_intersects +EXPORT_SYMBOL_GPL vmlinux 0x45e8b450 mnt_idmap_get +EXPORT_SYMBOL_GPL vmlinux 0x45e96051 clk_regmap_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0x45ff8535 trace_seq_putc +EXPORT_SYMBOL_GPL vmlinux 0x46013233 net_dec_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x46046194 spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0x462edf5e vcap_find_admin +EXPORT_SYMBOL_GPL vmlinux 0x4649f848 usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0x46531af1 event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0x466a1765 edac_device_del_device +EXPORT_SYMBOL_GPL vmlinux 0x466e5342 net_prio_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x46701b0e regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x46711c5b driver_find +EXPORT_SYMBOL_GPL vmlinux 0x4672bed1 inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x46801db1 netdev_walk_all_upper_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x46a1f79c efivars_unregister +EXPORT_SYMBOL_GPL vmlinux 0x46b30af9 pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x46b57825 snd_soc_debugfs_root +EXPORT_SYMBOL_GPL vmlinux 0x46bc5114 __imx8m_clk_hw_composite +EXPORT_SYMBOL_GPL vmlinux 0x46be2a1e inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x46c06c19 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0x46cf1963 dma_alloc_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x46ea0eba snd_soc_of_put_dai_link_codecs +EXPORT_SYMBOL_GPL vmlinux 0x46fdb750 devm_hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x470933d1 rio_del_device +EXPORT_SYMBOL_GPL vmlinux 0x4714b973 sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0x471b853a dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x471d8159 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x4724b51a kernel_file_open +EXPORT_SYMBOL_GPL vmlinux 0x47317949 crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x473a0f19 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0x473b5f86 rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x473d6a51 regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x4741b42f pm_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x475bca5c rio_mport_initialize +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x47663cfe vcap_rule_mod_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x4766eb21 trace_add_event_call +EXPORT_SYMBOL_GPL vmlinux 0x4769246c devm_mipi_dsi_attach +EXPORT_SYMBOL_GPL vmlinux 0x47695a48 nd_region_provider_data +EXPORT_SYMBOL_GPL vmlinux 0x4771c88d max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0x477cf123 bpf_prog_create +EXPORT_SYMBOL_GPL vmlinux 0x4785756c pinctrl_generic_get_group_count +EXPORT_SYMBOL_GPL vmlinux 0x4786caf5 genphy_c45_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x478e81f8 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x47925794 idr_find +EXPORT_SYMBOL_GPL vmlinux 0x4794f26e security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x479803b9 base64_encode +EXPORT_SYMBOL_GPL vmlinux 0x479f7d4b clk_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x47a4b3c9 debugfs_create_file_size +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47b0e8b0 usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0x47b101bd ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x47b897e9 crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0x47d56083 usb_initialize_gadget +EXPORT_SYMBOL_GPL vmlinux 0x47d7ce10 usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0x47de0dc7 clk_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x47e7212f soc_ac97_ops +EXPORT_SYMBOL_GPL vmlinux 0x47ed43e1 shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0x47fb3293 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0x47fbe4d0 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x48020c1c irq_get_percpu_devid_partition +EXPORT_SYMBOL_GPL vmlinux 0x480305ca kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0x480933b7 iomap_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0x480e336c skcipher_walk_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x481f9b7d mpi_mulm +EXPORT_SYMBOL_GPL vmlinux 0x48203853 em_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x483fdd8f iomap_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x484296f3 snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4842e9bd vp_modern_set_features +EXPORT_SYMBOL_GPL vmlinux 0x484779ef __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0x486ba5c2 crc64_rocksoft_generic +EXPORT_SYMBOL_GPL vmlinux 0x487e0011 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0x488feb2b snd_soc_dapm_widget_name_cmp +EXPORT_SYMBOL_GPL vmlinux 0x48902305 meson_pmx_get_func_name +EXPORT_SYMBOL_GPL vmlinux 0x489a214b __tracepoint_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x48a3d20b mctrl_gpio_get +EXPORT_SYMBOL_GPL vmlinux 0x48a96e93 watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x48b206d8 blk_crypto_profile_destroy +EXPORT_SYMBOL_GPL vmlinux 0x48c32847 __SCK__tp_func_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x48d3df5c pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x48f15219 usb_gadget_unmap_request_by_dev +EXPORT_SYMBOL_GPL vmlinux 0x48f410d0 hisi_reset_init +EXPORT_SYMBOL_GPL vmlinux 0x48fc3025 ip6_input +EXPORT_SYMBOL_GPL vmlinux 0x4901e46a sdhci_add_host +EXPORT_SYMBOL_GPL vmlinux 0x49290755 bpf_prog_get_type_dev +EXPORT_SYMBOL_GPL vmlinux 0x49326ef6 irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x49327ed5 devlink_dpipe_action_put +EXPORT_SYMBOL_GPL vmlinux 0x4934bdd0 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x4937e6f7 ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x493a02f5 skb_splice_bits +EXPORT_SYMBOL_GPL vmlinux 0x4946afcc bdev_alignment_offset +EXPORT_SYMBOL_GPL vmlinux 0x49515654 snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL vmlinux 0x49549eb1 tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0x49608959 migrate_disable +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49bbc808 snd_ctl_disconnect_layer +EXPORT_SYMBOL_GPL vmlinux 0x49bc866f iommu_page_response +EXPORT_SYMBOL_GPL vmlinux 0x49c43be1 devm_hte_register_chip +EXPORT_SYMBOL_GPL vmlinux 0x49c93bd3 raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0x49cd25ed alloc_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x49d96707 freq_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x49d9f030 usb_ep_fifo_status +EXPORT_SYMBOL_GPL vmlinux 0x49ddf303 __tracepoint_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x49de68ed debugfs_file_get +EXPORT_SYMBOL_GPL vmlinux 0x49e4376a cpufreq_cpu_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x49eb0b56 register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x49fcaab2 __devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x49fef123 fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0x4a026c1c gpiochip_generic_free +EXPORT_SYMBOL_GPL vmlinux 0x4a0e916c get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0x4a17ed66 sysrq_mask +EXPORT_SYMBOL_GPL vmlinux 0x4a2c9ad8 crc64_rocksoft +EXPORT_SYMBOL_GPL vmlinux 0x4a30e8c6 dev_pm_genpd_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4a3364c0 crypto_clone_ahash +EXPORT_SYMBOL_GPL vmlinux 0x4a3ff4d2 usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x4a4da01e __nvmem_layout_register +EXPORT_SYMBOL_GPL vmlinux 0x4a6bec1c securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x4a720725 __traceiter_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x4a727b0e __tracepoint_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x4a83b5e5 edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x4a99ed30 devm_pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0x4a9d53f5 __dev_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x4acabac5 powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x4ad9c1ab mtd_unlock +EXPORT_SYMBOL_GPL vmlinux 0x4aef6426 kpp_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x4af026e0 usb_gadget_activate +EXPORT_SYMBOL_GPL vmlinux 0x4af6019b sdhci_resume_host +EXPORT_SYMBOL_GPL vmlinux 0x4b009664 usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x4b0b6498 fwnode_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x4b145187 pm_relax +EXPORT_SYMBOL_GPL vmlinux 0x4b205c09 crypto_alloc_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x4b24550f devm_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x4b34369c devlink_params_register +EXPORT_SYMBOL_GPL vmlinux 0x4b35e91e l3mdev_link_scope_lookup +EXPORT_SYMBOL_GPL vmlinux 0x4b40b07f sk_psock_tls_strp_read +EXPORT_SYMBOL_GPL vmlinux 0x4b48b57c fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0x4b4a9ec6 sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0x4b54a998 ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0x4b56a076 gpiochip_line_is_open_source +EXPORT_SYMBOL_GPL vmlinux 0x4b57442f phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x4b5e60eb fwnode_graph_get_endpoint_count +EXPORT_SYMBOL_GPL vmlinux 0x4b68c12a usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0x4b69a4ad inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x4b7a98b7 of_usb_get_dr_mode_by_phy +EXPORT_SYMBOL_GPL vmlinux 0x4b8a6a37 clk_hw_forward_rate_request +EXPORT_SYMBOL_GPL vmlinux 0x4b97bef3 power_supply_set_property +EXPORT_SYMBOL_GPL vmlinux 0x4b9b6144 tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x4ba245b6 usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x4bb47c87 dst_cache_set_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x4bbdb58b nf_checksum_partial +EXPORT_SYMBOL_GPL vmlinux 0x4bbe2cd1 cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0x4bc96be8 fuse_dev_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4bd5b48c get_net_ns +EXPORT_SYMBOL_GPL vmlinux 0x4bd91b66 crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x4bdb8dcc housekeeping_test_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4bde2d6b pci_sriov_configure_simple +EXPORT_SYMBOL_GPL vmlinux 0x4bf6c0ed component_master_del +EXPORT_SYMBOL_GPL vmlinux 0x4bfe5067 blk_mq_sched_mark_restart_hctx +EXPORT_SYMBOL_GPL vmlinux 0x4c0f3cf4 i2c_dw_adjust_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0x4c166f45 fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0x4c16a952 ata_port_classify +EXPORT_SYMBOL_GPL vmlinux 0x4c16becc snd_soc_card_jack_new +EXPORT_SYMBOL_GPL vmlinux 0x4c2400f9 rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x4c286c05 devm_hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0x4c2b351d start_poll_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x4c2d11be vcap_tc_flower_handler_arp_usage +EXPORT_SYMBOL_GPL vmlinux 0x4c2d664d dev_pm_opp_config_clks_simple +EXPORT_SYMBOL_GPL vmlinux 0x4c373065 devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4c4ae8b9 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x4c4e3652 fscrypt_set_bio_crypt_ctx +EXPORT_SYMBOL_GPL vmlinux 0x4c549b36 __traceiter_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x4c63d3cd dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0x4c66de19 mtk_is_virt_gpio +EXPORT_SYMBOL_GPL vmlinux 0x4c6de63f ip_route_output_key_hash +EXPORT_SYMBOL_GPL vmlinux 0x4c6f0b13 dma_resv_describe +EXPORT_SYMBOL_GPL vmlinux 0x4c96f997 regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x4ca2918a regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0x4ca5ea7f blk_crypto_has_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x4cb27100 ktime_get_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x4cb81fda __SCK__tp_func_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x4cbd0379 device_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x4cbd813b usb_gadget_vbus_draw +EXPORT_SYMBOL_GPL vmlinux 0x4cdf022b phy_get +EXPORT_SYMBOL_GPL vmlinux 0x4cf24332 __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x4cf75324 ata_eh_read_sense_success_ncq_log +EXPORT_SYMBOL_GPL vmlinux 0x4cf8880f vcap_rule_add_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x4cfabe6e iommu_fwspec_free +EXPORT_SYMBOL_GPL vmlinux 0x4d0015e2 cpu_hotplug_disable +EXPORT_SYMBOL_GPL vmlinux 0x4d0224fe handle_fasteoi_nmi +EXPORT_SYMBOL_GPL vmlinux 0x4d0a111e dev_pm_domain_attach_by_name +EXPORT_SYMBOL_GPL vmlinux 0x4d0ab314 clean_acked_data_disable +EXPORT_SYMBOL_GPL vmlinux 0x4d108e77 kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x4d12ec36 component_release_of +EXPORT_SYMBOL_GPL vmlinux 0x4d25d3e2 usb_phy_set_event +EXPORT_SYMBOL_GPL vmlinux 0x4d29f83e shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x4d38f1e0 bL_switcher_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4d3921bc nf_route +EXPORT_SYMBOL_GPL vmlinux 0x4d3a0696 __SCK__tp_func_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x4d439195 ipv6_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0x4d66b5ae devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x4d69dcff __skb_get_hash_symmetric +EXPORT_SYMBOL_GPL vmlinux 0x4d6d0bbc iommu_group_ref_get +EXPORT_SYMBOL_GPL vmlinux 0x4d7272e4 migrate_enable +EXPORT_SYMBOL_GPL vmlinux 0x4d784ec3 ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x4d7883f9 shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0x4d7fbbed mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0x4d83c63c _snd_pcm_stream_lock_irqsave +EXPORT_SYMBOL_GPL vmlinux 0x4d96d922 snd_soc_jack_report +EXPORT_SYMBOL_GPL vmlinux 0x4d9c65c9 device_property_present +EXPORT_SYMBOL_GPL vmlinux 0x4da5f145 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0x4dae16e4 i2c_put_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x4dbaaaca blk_set_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x4dbf4260 mtd_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0x4dc56b88 ZSTD_customMalloc +EXPORT_SYMBOL_GPL vmlinux 0x4dcaa665 dapm_regulator_event +EXPORT_SYMBOL_GPL vmlinux 0x4ddc24e1 pci_dev_lock +EXPORT_SYMBOL_GPL vmlinux 0x4de12bd4 elv_rqhash_del +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4de2381e register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x4dff61e5 wwan_port_txoff +EXPORT_SYMBOL_GPL vmlinux 0x4e1541c1 ZSTD_customFree +EXPORT_SYMBOL_GPL vmlinux 0x4e16642f __tracepoint_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x4e17827a regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x4e66ef9f snd_card_disconnect_sync +EXPORT_SYMBOL_GPL vmlinux 0x4e6fc9b0 power_supply_battery_info_get_prop +EXPORT_SYMBOL_GPL vmlinux 0x4e7a7a1c bpf_warn_invalid_xdp_action +EXPORT_SYMBOL_GPL vmlinux 0x4e8abb9b sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL vmlinux 0x4e98ef83 unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x4ea515e9 ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0x4eac5fc1 cpu_mitigations_auto_nosmt +EXPORT_SYMBOL_GPL vmlinux 0x4ec2f223 crypto_enqueue_request_head +EXPORT_SYMBOL_GPL vmlinux 0x4ed2167d kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x4ed36711 inet6_cleanup_sock +EXPORT_SYMBOL_GPL vmlinux 0x4eea67fe page_reporting_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4eed3ae2 blk_queue_max_discard_segments +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4efcf021 mpi_normalize +EXPORT_SYMBOL_GPL vmlinux 0x4f1737fd gpiod_get_array_value +EXPORT_SYMBOL_GPL vmlinux 0x4f2e62d7 tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0x4f358adb relay_flush +EXPORT_SYMBOL_GPL vmlinux 0x4f3ba219 blkg_rwstat_init +EXPORT_SYMBOL_GPL vmlinux 0x4f3ecae1 __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4f541086 device_find_child_by_name +EXPORT_SYMBOL_GPL vmlinux 0x4f6315fc iomap_page_mkwrite +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f6a4b63 snd_soc_component_set_jack +EXPORT_SYMBOL_GPL vmlinux 0x4f72a987 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0x4f78ae1e dst_cache_get_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x4f7f96b9 rockchip_clk_init +EXPORT_SYMBOL_GPL vmlinux 0x4f806334 usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0x4f86448c pci_epc_put +EXPORT_SYMBOL_GPL vmlinux 0x4f9045e4 ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0x4f98d766 cpu_pm_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4fa1782d snd_soc_tdm_params_to_bclk +EXPORT_SYMBOL_GPL vmlinux 0x4fae9772 serdev_device_add +EXPORT_SYMBOL_GPL vmlinux 0x4fd4b1cf regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fde8d74 unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4feb8a59 devl_port_register_with_ops +EXPORT_SYMBOL_GPL vmlinux 0x4ff4345b __traceiter_map +EXPORT_SYMBOL_GPL vmlinux 0x4ff9be00 musb_set_peripheral +EXPORT_SYMBOL_GPL vmlinux 0x4ffb739e devlink_flash_update_timeout_notify +EXPORT_SYMBOL_GPL vmlinux 0x502664dc trace_output_call +EXPORT_SYMBOL_GPL vmlinux 0x5031d0b1 gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0x5036b88f xhci_run +EXPORT_SYMBOL_GPL vmlinux 0x503eeebb synth_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x5048ee47 devm_led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0x505050b6 icmp_build_probe +EXPORT_SYMBOL_GPL vmlinux 0x50543bf9 irq_domain_free_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x506a48d1 snd_soc_bytes_put +EXPORT_SYMBOL_GPL vmlinux 0x506ab3a9 usb_ep_queue +EXPORT_SYMBOL_GPL vmlinux 0x506e778c da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0x507f8af2 pinctrl_pm_select_sleep_state +EXPORT_SYMBOL_GPL vmlinux 0x50827322 xdp_features_clear_redirect_target +EXPORT_SYMBOL_GPL vmlinux 0x5083609d bpf_map_inc +EXPORT_SYMBOL_GPL vmlinux 0x50858693 unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x508afef4 usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x50a4ee6c of_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x50b88f41 usb_get_gadget_udc_name +EXPORT_SYMBOL_GPL vmlinux 0x50bebe62 regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x50c7384e ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0x50c89f23 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x50cfee04 ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0x50e556c9 devlink_priv +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50e9c18c power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x50f116c1 dm_bio_from_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x50f43ac0 thermal_zone_device_priv +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x51022faf usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0x510ffe6b fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0x51156981 lwtstate_free +EXPORT_SYMBOL_GPL vmlinux 0x511d1279 pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0x511fb9b1 mtk_clk_unregister_pllfhs +EXPORT_SYMBOL_GPL vmlinux 0x5122186c skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0x5138af82 otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0x51390c96 rcu_barrier_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x51400178 dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0x515b390f __SCK__tp_func_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x515da1ce to_of_pinfo +EXPORT_SYMBOL_GPL vmlinux 0x5162f70b hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x51767777 __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x517d9bfb regmap_get_reg_stride +EXPORT_SYMBOL_GPL vmlinux 0x51801221 pci_epc_map_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x51812151 paste_selection +EXPORT_SYMBOL_GPL vmlinux 0x518468a3 em_pd_get +EXPORT_SYMBOL_GPL vmlinux 0x518748fb class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x518b7451 sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0x518b828c blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0x518e55e3 power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0x519b5cd1 phy_set_speed +EXPORT_SYMBOL_GPL vmlinux 0x51a348cc usb_role_switch_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x51bde7f0 xdp_return_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x51ee8ffb usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0x51f48958 __netif_set_xps_queue +EXPORT_SYMBOL_GPL vmlinux 0x51fea973 serdev_controller_alloc +EXPORT_SYMBOL_GPL vmlinux 0x52078667 regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x5209011e irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x520abe3a cdrom_multisession +EXPORT_SYMBOL_GPL vmlinux 0x520ed189 devm_gpiod_unhinge +EXPORT_SYMBOL_GPL vmlinux 0x521177e8 rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0x521471e9 wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0x52155a73 omap_iommu_restore_ctx +EXPORT_SYMBOL_GPL vmlinux 0x522055e7 regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0x52252316 clk_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x5226dfe2 regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0x5236497d trace_clock +EXPORT_SYMBOL_GPL vmlinux 0x523a025f pm_clk_init +EXPORT_SYMBOL_GPL vmlinux 0x5249ab24 get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0x5261322c rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0x52647db1 ct_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x526bcf2a wwan_port_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x5287862e device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x52a55486 arm_iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x52b1e3c7 pci_flags +EXPORT_SYMBOL_GPL vmlinux 0x52b5f72d debugfs_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0x52bc879d rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0x52c353b2 task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x52c35e83 call_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x52c5468b perf_event_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0x52c7b94d proc_douintvec_minmax +EXPORT_SYMBOL_GPL vmlinux 0x52cb596b inet6_sock_destruct +EXPORT_SYMBOL_GPL vmlinux 0x52d2b248 vc_scrolldelta_helper +EXPORT_SYMBOL_GPL vmlinux 0x52d54fce devlink_info_version_stored_put +EXPORT_SYMBOL_GPL vmlinux 0x52df4de3 snd_soc_tplg_widget_bind_event +EXPORT_SYMBOL_GPL vmlinux 0x52e3bc2e cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x52e7a5e5 switchdev_bridge_port_offload +EXPORT_SYMBOL_GPL vmlinux 0x52ea2869 phy_led_triggers_register +EXPORT_SYMBOL_GPL vmlinux 0x530e0f8c devl_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x530f5672 irq_chip_get_parent_state +EXPORT_SYMBOL_GPL vmlinux 0x531e40f7 platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0x5321d15a mtd_erase_user_prot_reg +EXPORT_SYMBOL_GPL vmlinux 0x5325c0ab pcie_port_find_device +EXPORT_SYMBOL_GPL vmlinux 0x532bee1b pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0x5334aa67 vcap_admin_rule_count +EXPORT_SYMBOL_GPL vmlinux 0x534f7d1f pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0x535169a5 fsl8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x5353d1c6 nand_select_target +EXPORT_SYMBOL_GPL vmlinux 0x5354663a kill_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x535689d5 imx_pcm_dma_init +EXPORT_SYMBOL_GPL vmlinux 0x5358864e devlink_fmsg_binary_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x535cff21 crypto_akcipher_sync_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x537252cf __SCK__tp_func_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x538d073d phy_duplex_to_str +EXPORT_SYMBOL_GPL vmlinux 0x53a634e6 snd_soc_dai_compr_get_params +EXPORT_SYMBOL_GPL vmlinux 0x53a83b8a led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0x53a92c1c fwnode_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x53c1793e devm_register_power_off_handler +EXPORT_SYMBOL_GPL vmlinux 0x53d7c01e __traceiter_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x53e052aa of_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0x540a2988 usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0x5412958a mbox_chan_received_data +EXPORT_SYMBOL_GPL vmlinux 0x54172702 cci_disable_port_by_cpu +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x54203549 pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0x542204b5 ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x5426ed0a iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0x54293195 device_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x542b9da6 devfreq_cooling_em_register +EXPORT_SYMBOL_GPL vmlinux 0x542f998d kthread_unpark +EXPORT_SYMBOL_GPL vmlinux 0x543362eb perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0x54374e0f snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL vmlinux 0x5460f79f work_on_cpu_safe_key +EXPORT_SYMBOL_GPL vmlinux 0x546a43bb cgroup_get_e_css +EXPORT_SYMBOL_GPL vmlinux 0x546f044d edac_mc_del_mc +EXPORT_SYMBOL_GPL vmlinux 0x546f75f7 of_clk_src_simple_get +EXPORT_SYMBOL_GPL vmlinux 0x547d6b7d vp_modern_set_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x5486d9c5 blk_mq_flush_busy_ctxs +EXPORT_SYMBOL_GPL vmlinux 0x549298fb device_for_each_child_reverse +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x5495bcf5 i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x5498f4b7 vp_modern_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0x549d7e61 sched_setattr_nocheck +EXPORT_SYMBOL_GPL vmlinux 0x549e41cf debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0x54a0ceb7 rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x54a25da2 qcom_smem_state_put +EXPORT_SYMBOL_GPL vmlinux 0x54b8aa70 kill_mtd_super +EXPORT_SYMBOL_GPL vmlinux 0x54f6ef33 ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x54f73593 pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0x54fafa59 register_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x5504aaa9 devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x550d7a12 dax_recovery_write +EXPORT_SYMBOL_GPL vmlinux 0x550f3e05 i2c_freq_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x551279e9 ethtool_dev_mm_supported +EXPORT_SYMBOL_GPL vmlinux 0x5518c408 rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0x551f9651 ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0x55339365 flush_delayed_fput +EXPORT_SYMBOL_GPL vmlinux 0x55355db4 regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0x553b49a4 cpufreq_get_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5546b6ad usb_phy_roothub_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5563fb4e ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x556af501 iommu_device_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x556c2ae2 uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0x556c601c balloon_page_alloc +EXPORT_SYMBOL_GPL vmlinux 0x556e4390 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x55802b99 dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0x5582b3ab firmware_request_nowarn +EXPORT_SYMBOL_GPL vmlinux 0x558890d6 mtk_clk_register_composites +EXPORT_SYMBOL_GPL vmlinux 0x5595c676 serial8250_rpm_get_tx +EXPORT_SYMBOL_GPL vmlinux 0x55ae1b37 edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0x55b9bde8 pinctrl_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0x55beee18 snd_soc_set_dmi_name +EXPORT_SYMBOL_GPL vmlinux 0x55c28a2a synth_event_trace +EXPORT_SYMBOL_GPL vmlinux 0x55c76a23 ksys_sync_helper +EXPORT_SYMBOL_GPL vmlinux 0x55cf966c genphy_c45_read_eee_abilities +EXPORT_SYMBOL_GPL vmlinux 0x55cfbb0d group_cpus_evenly +EXPORT_SYMBOL_GPL vmlinux 0x55d0fbe2 serdev_device_write_buf +EXPORT_SYMBOL_GPL vmlinux 0x55d518c1 usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0x55d8ee09 mtk_eint_do_init +EXPORT_SYMBOL_GPL vmlinux 0x55de9f71 rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x55eecff4 bit_wait_io_timeout +EXPORT_SYMBOL_GPL vmlinux 0x55f2ab25 serdev_device_set_baudrate +EXPORT_SYMBOL_GPL vmlinux 0x56054c05 crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x561285e9 handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0x56173654 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x561835eb init_rs_non_canonical +EXPORT_SYMBOL_GPL vmlinux 0x561aa8f4 __tracepoint_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x561c041a devfreq_event_set_event +EXPORT_SYMBOL_GPL vmlinux 0x56214285 simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0x56256e8a orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x5626eb5c clk_hw_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x562c7bf2 devm_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0x562f4953 devm_power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x5632e63d nand_subop_get_num_addr_cyc +EXPORT_SYMBOL_GPL vmlinux 0x563769e8 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5640a81d srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x5642a527 mtd_pairing_info_to_wunit +EXPORT_SYMBOL_GPL vmlinux 0x5645234c validate_xmit_skb_list +EXPORT_SYMBOL_GPL vmlinux 0x564995ec lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0x5662f468 netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0x5667a31e sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0x5671dfab mpc8xxx_spi_rx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0x5676c9ed usb_of_get_interface_node +EXPORT_SYMBOL_GPL vmlinux 0x569c7551 syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x56a6a76c net_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x56acc8fa get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0x56af72d1 crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x56b63670 lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x56c02f6a tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0x56c4af6d extcon_set_property_capability +EXPORT_SYMBOL_GPL vmlinux 0x56e5e921 pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0x56e73df0 fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0x56e9103b cpu_pm_enter +EXPORT_SYMBOL_GPL vmlinux 0x56f171c1 vcap_tc_flower_handler_cvlan_usage +EXPORT_SYMBOL_GPL vmlinux 0x56f6d3d8 snd_card_rw_proc_new +EXPORT_SYMBOL_GPL vmlinux 0x56fbb130 no_hash_pointers +EXPORT_SYMBOL_GPL vmlinux 0x571b1e9c regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0x57204c24 mddev_unlock +EXPORT_SYMBOL_GPL vmlinux 0x5728b551 irq_chip_unmask_parent +EXPORT_SYMBOL_GPL vmlinux 0x57296c80 crypto_unregister_aeads +EXPORT_SYMBOL_GPL vmlinux 0x57318674 device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x5755299a __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0x57653610 spi_controller_dma_map_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0x57654b34 gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0x576afe4f perf_event_period +EXPORT_SYMBOL_GPL vmlinux 0x577eb61d dev_queue_xmit_nit +EXPORT_SYMBOL_GPL vmlinux 0x57884d5a securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x57973616 power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57a231cc usb_decode_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x57a2deb7 bsg_remove_queue +EXPORT_SYMBOL_GPL vmlinux 0x57a2e44a __tracepoint_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x57a4d369 icc_sync_state +EXPORT_SYMBOL_GPL vmlinux 0x57aec827 cpufreq_enable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x57afd7cf usb_gadget_vbus_connect +EXPORT_SYMBOL_GPL vmlinux 0x57aff318 meson_pmx_get_funcs_count +EXPORT_SYMBOL_GPL vmlinux 0x57b43454 cpufreq_policy_transition_delay_us +EXPORT_SYMBOL_GPL vmlinux 0x57c03b5d regmap_write +EXPORT_SYMBOL_GPL vmlinux 0x57c0bb39 __reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x57d1c040 dm_disk +EXPORT_SYMBOL_GPL vmlinux 0x57d4050a xhci_get_endpoint_index +EXPORT_SYMBOL_GPL vmlinux 0x57d45b40 filemap_read +EXPORT_SYMBOL_GPL vmlinux 0x57d97e75 devm_fwnode_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x57df7b1c crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x57e24786 kernfs_path_from_node +EXPORT_SYMBOL_GPL vmlinux 0x57e5ba62 spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0x57eda402 transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x57f576b9 mpi_ec_curve_point +EXPORT_SYMBOL_GPL vmlinux 0x57fa6c6f misc_cg_try_charge +EXPORT_SYMBOL_GPL vmlinux 0x57fd4bba msi_device_has_isolated_msi +EXPORT_SYMBOL_GPL vmlinux 0x57fecd98 blk_mq_wait_quiesce_done +EXPORT_SYMBOL_GPL vmlinux 0x580a7be6 devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x581085e8 inode_dax +EXPORT_SYMBOL_GPL vmlinux 0x58123e71 power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0x58186a22 linear_hugepage_index +EXPORT_SYMBOL_GPL vmlinux 0x5818d9b8 devlink_alloc_ns +EXPORT_SYMBOL_GPL vmlinux 0x581fefcb devm_qcom_smem_state_get +EXPORT_SYMBOL_GPL vmlinux 0x58286551 fwnode_find_reference +EXPORT_SYMBOL_GPL vmlinux 0x582b88ef nvdimm_volatile_region_create +EXPORT_SYMBOL_GPL vmlinux 0x582cdff4 bio_clone_blkg_association +EXPORT_SYMBOL_GPL vmlinux 0x5831e062 cpus_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0x58490123 crypto_comp_decompress +EXPORT_SYMBOL_GPL vmlinux 0x58599583 trace_remove_event_call +EXPORT_SYMBOL_GPL vmlinux 0x58631dab imx_audmux_v2_configure_port +EXPORT_SYMBOL_GPL vmlinux 0x5879a27d sfp_get_module_info +EXPORT_SYMBOL_GPL vmlinux 0x587ac04d cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0x588a86de xdp_master_redirect +EXPORT_SYMBOL_GPL vmlinux 0x58936e1e disk_set_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0x589efcfc dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x58ae0adb devfreq_event_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x58b9e3ac led_update_brightness +EXPORT_SYMBOL_GPL vmlinux 0x58c346f2 ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0x58c370db ftrace_ops_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x58d14442 devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x58db1176 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x58def6ca sfp_module_remove +EXPORT_SYMBOL_GPL vmlinux 0x59007d3f phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0x590d91e0 fuse_get_unique +EXPORT_SYMBOL_GPL vmlinux 0x5924cd60 sk_free_unlock_clone +EXPORT_SYMBOL_GPL vmlinux 0x5929e340 usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0x593fd58d usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x5947ca28 sbitmap_get +EXPORT_SYMBOL_GPL vmlinux 0x59498838 virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0x59551cc1 atomic_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x5957cddb zs_lookup_class_index +EXPORT_SYMBOL_GPL vmlinux 0x5961f782 phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0x5962f71e sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x596c9950 ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0x597528a2 __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x5977ed68 rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x597d6b30 driver_set_override +EXPORT_SYMBOL_GPL vmlinux 0x5986d190 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0x598896f7 del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL vmlinux 0x59a1d8b3 gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0x59a1fab8 ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x59a64630 pinctrl_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x59ac1bc4 snd_soc_new_compress +EXPORT_SYMBOL_GPL vmlinux 0x59adf7ad nf_ip6_check_hbh_len +EXPORT_SYMBOL_GPL vmlinux 0x59b063ba start_poll_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x59b43735 ncsi_start_dev +EXPORT_SYMBOL_GPL vmlinux 0x59b895e3 user_destroy +EXPORT_SYMBOL_GPL vmlinux 0x59c43dc9 __traceiter_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x59c98f5a fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x59cc09cc snd_soc_unregister_dai +EXPORT_SYMBOL_GPL vmlinux 0x59cf9aaa __fscrypt_prepare_link +EXPORT_SYMBOL_GPL vmlinux 0x59d2d223 __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x59de32ff iomap_invalidate_folio +EXPORT_SYMBOL_GPL vmlinux 0x59e1cd40 gov_update_cpu_data +EXPORT_SYMBOL_GPL vmlinux 0x59e8f230 extcon_sync +EXPORT_SYMBOL_GPL vmlinux 0x59edfeb8 phy_rate_matching_to_str +EXPORT_SYMBOL_GPL vmlinux 0x59f32720 mpi_subm +EXPORT_SYMBOL_GPL vmlinux 0x59f54902 ip_local_out +EXPORT_SYMBOL_GPL vmlinux 0x5a12e60c __SCK__tp_func_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x5a1d134a rcu_momentary_dyntick_idle +EXPORT_SYMBOL_GPL vmlinux 0x5a1ea351 __tracepoint_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x5a2d61db irq_chip_eoi_parent +EXPORT_SYMBOL_GPL vmlinux 0x5a31421a regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0x5a36ab93 rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0x5a49dbc9 timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x5a5cad1f inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0x5a69aae9 crypto_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x5a6cdb52 nf_ct_zone_dflt +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a8a5e7a crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0x5a8e42c9 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0x5a8fd3f3 iomap_seek_hole +EXPORT_SYMBOL_GPL vmlinux 0x5aa3629e vcap_chain_offset +EXPORT_SYMBOL_GPL vmlinux 0x5ab09745 edac_get_owner +EXPORT_SYMBOL_GPL vmlinux 0x5abc90b7 nvdimm_bus_register +EXPORT_SYMBOL_GPL vmlinux 0x5ad60881 wbt_enable_default +EXPORT_SYMBOL_GPL vmlinux 0x5ad80358 snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL vmlinux 0x5ae03bd7 usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x5ae16704 device_get_child_node_count +EXPORT_SYMBOL_GPL vmlinux 0x5ae8c10e dev_nit_active +EXPORT_SYMBOL_GPL vmlinux 0x5af755ff __scsi_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x5af762f1 snd_fasync_free +EXPORT_SYMBOL_GPL vmlinux 0x5af7d9a4 snd_soc_component_compr_trigger +EXPORT_SYMBOL_GPL vmlinux 0x5afc722e __audit_log_nfcfg +EXPORT_SYMBOL_GPL vmlinux 0x5b06ca98 pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0x5b0f68b9 blk_mark_disk_dead +EXPORT_SYMBOL_GPL vmlinux 0x5b21ceff ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0x5b28519d ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0x5b2ad2ec extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5b2c2c51 mtd_del_partition +EXPORT_SYMBOL_GPL vmlinux 0x5b30e25c vhost_task_wake +EXPORT_SYMBOL_GPL vmlinux 0x5b3b9861 fuse_conn_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5b3bdea8 alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x5b4eddad sysfs_file_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x5b64b965 ext_pi_type3_crc64 +EXPORT_SYMBOL_GPL vmlinux 0x5b79741f screen_pos +EXPORT_SYMBOL_GPL vmlinux 0x5b7cc507 sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x5b7d03f0 sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x5b8a9f5f mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL vmlinux 0x5b8de0ad cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x5b91e4cf sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0x5b994e71 ima_measure_critical_data +EXPORT_SYMBOL_GPL vmlinux 0x5b9b0a00 __traceiter_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x5b9c6265 mtk_pinconf_bias_set +EXPORT_SYMBOL_GPL vmlinux 0x5b9e12e4 devl_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5ba9c87f blk_crypto_keyslot_index +EXPORT_SYMBOL_GPL vmlinux 0x5bacdadb pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0x5bae6b08 device_match_name +EXPORT_SYMBOL_GPL vmlinux 0x5bb8ea76 pl08x_filter_id +EXPORT_SYMBOL_GPL vmlinux 0x5bbd0d15 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0x5bbdfa26 scatterwalk_ffwd +EXPORT_SYMBOL_GPL vmlinux 0x5bc950fe regulator_irq_helper_cancel +EXPORT_SYMBOL_GPL vmlinux 0x5bcc0df7 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x5bd008cb crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0x5bd0748f crypto_del_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x5bd6dbd3 dw8250_do_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x5bdae35b usb_phy_roothub_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x5bdbac4e rcu_unexpedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x5be2a620 ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x5bec83e3 devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5bf1261b nfct_btf_struct_access +EXPORT_SYMBOL_GPL vmlinux 0x5bfcbc52 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x5bfea7bc vfs_remove_acl +EXPORT_SYMBOL_GPL vmlinux 0x5c0098c8 dt_init_idle_driver +EXPORT_SYMBOL_GPL vmlinux 0x5c0a0631 folio_wait_stable +EXPORT_SYMBOL_GPL vmlinux 0x5c2c3373 pci_epc_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x5c2d0eea cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0x5c309e65 hibernate_quiet_exec +EXPORT_SYMBOL_GPL vmlinux 0x5c3365d6 to_nd_desc +EXPORT_SYMBOL_GPL vmlinux 0x5c3bbd06 __SCK__tp_func_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x5c3fadc6 ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x5c47ee3c tpm_chip_start +EXPORT_SYMBOL_GPL vmlinux 0x5c4fc0a9 of_regulator_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0x5c515122 regmap_field_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x5c5a1b16 tick_broadcast_control +EXPORT_SYMBOL_GPL vmlinux 0x5c5afb9a devm_i2c_add_adapter +EXPORT_SYMBOL_GPL vmlinux 0x5c5c28d4 xhci_stop +EXPORT_SYMBOL_GPL vmlinux 0x5c724709 memory_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x5c74b41d public_key_signature_free +EXPORT_SYMBOL_GPL vmlinux 0x5c775b50 trace_put_event_file +EXPORT_SYMBOL_GPL vmlinux 0x5c82016e __SCK__tp_func_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x5c84d1f6 mvebu_mbus_get_io_win_info +EXPORT_SYMBOL_GPL vmlinux 0x5c867903 fuse_init_fs_context_submount +EXPORT_SYMBOL_GPL vmlinux 0x5ca7b369 ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x5cab86f7 vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL vmlinux 0x5cad8fc3 power_supply_ocv2cap_simple +EXPORT_SYMBOL_GPL vmlinux 0x5cb3bcb0 devm_thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x5cb3f611 vcap_keyfieldset +EXPORT_SYMBOL_GPL vmlinux 0x5cbb52c8 dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x5cc2862a bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0x5cc29b51 device_driver_attach +EXPORT_SYMBOL_GPL vmlinux 0x5cc2a511 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0x5cc77c45 led_colors +EXPORT_SYMBOL_GPL vmlinux 0x5cd2a2ab devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x5ce27082 __clk_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x5cede0a7 xdp_flush_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x5cfb8503 crypto_unregister_templates +EXPORT_SYMBOL_GPL vmlinux 0x5cfd0a01 mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL vmlinux 0x5d096a9c sdhci_start_tuning +EXPORT_SYMBOL_GPL vmlinux 0x5d14cd0d usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0x5d2bc42a reset_control_rearm +EXPORT_SYMBOL_GPL vmlinux 0x5d2ea6cd cgroup_get_from_path +EXPORT_SYMBOL_GPL vmlinux 0x5d32c69f mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0x5d357e48 irq_gc_unmask_enable_reg +EXPORT_SYMBOL_GPL vmlinux 0x5d3b03a4 scsi_template_proc_dir +EXPORT_SYMBOL_GPL vmlinux 0x5d3ea9ab blk_steal_bios +EXPORT_SYMBOL_GPL vmlinux 0x5d4d51a4 nand_op_parser_exec_op +EXPORT_SYMBOL_GPL vmlinux 0x5d5ca9ce __traceiter_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x5d6720b4 alloc_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0x5d6a73c0 __tracepoint_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x5d72f644 md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0x5d7475d8 crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0x5d79aad2 balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x5d8476d3 bpf_sk_storage_diag_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5da67adc zs_compact +EXPORT_SYMBOL_GPL vmlinux 0x5da751a6 rdev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x5dabf59e usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x5dce8b29 blk_mq_virtio_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x5dd77848 __tracepoint_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x5dee0f44 fwnode_graph_get_next_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x5df790ae tcpv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x5dff6fda x509_decode_time +EXPORT_SYMBOL_GPL vmlinux 0x5e07c7b0 devm_clk_hw_get_clk +EXPORT_SYMBOL_GPL vmlinux 0x5e0bd1c3 software_node_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x5e1207d5 led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0x5e191e3f is_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x5e2f3d29 devm_pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x5e3801a7 nand_decode_ext_id +EXPORT_SYMBOL_GPL vmlinux 0x5e515be6 ktime_get_ts64 +EXPORT_SYMBOL_GPL vmlinux 0x5e65d648 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x5e663c42 snd_ctl_register_layer +EXPORT_SYMBOL_GPL vmlinux 0x5e67b71d evm_set_key +EXPORT_SYMBOL_GPL vmlinux 0x5e798ffb divider_get_val +EXPORT_SYMBOL_GPL vmlinux 0x5e85415b ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x5e898fe0 genphy_c45_plca_get_status +EXPORT_SYMBOL_GPL vmlinux 0x5e9c25f1 put_device +EXPORT_SYMBOL_GPL vmlinux 0x5e9efc87 blk_freeze_queue_start +EXPORT_SYMBOL_GPL vmlinux 0x5eae5408 clk_is_enabled_when_prepared +EXPORT_SYMBOL_GPL vmlinux 0x5eb417e0 __SCK__tp_func_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x5ebd92b4 bpf_map_put +EXPORT_SYMBOL_GPL vmlinux 0x5ec771a7 fwnode_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x5edfe6d6 fuse_mount_remove +EXPORT_SYMBOL_GPL vmlinux 0x5eff24ca perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x5f04ed1c snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL vmlinux 0x5f0dff3d serdev_device_get_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x5f14e40f of_platform_device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5f1b26fd usb_gadget_map_request +EXPORT_SYMBOL_GPL vmlinux 0x5f23e3fa insert_resource +EXPORT_SYMBOL_GPL vmlinux 0x5f384a68 x509_free_certificate +EXPORT_SYMBOL_GPL vmlinux 0x5f3e1a97 led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5f4673c3 clean_acked_data_enable +EXPORT_SYMBOL_GPL vmlinux 0x5f4b33c0 irq_domain_set_hwirq_and_chip +EXPORT_SYMBOL_GPL vmlinux 0x5f64e89d snd_soc_component_enable_pin +EXPORT_SYMBOL_GPL vmlinux 0x5f6cb410 sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x5f6f1e9e dax_get_private +EXPORT_SYMBOL_GPL vmlinux 0x5f720cb6 pci_generic_config_write32 +EXPORT_SYMBOL_GPL vmlinux 0x5f7b3018 mddev_init +EXPORT_SYMBOL_GPL vmlinux 0x5f83710c fscrypt_ioctl_get_policy_ex +EXPORT_SYMBOL_GPL vmlinux 0x5f876039 skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x5f8cd4ff amba_device_add +EXPORT_SYMBOL_GPL vmlinux 0x5f96bf3a kstrdup_quotable_cmdline +EXPORT_SYMBOL_GPL vmlinux 0x5f9beba1 vp_legacy_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0x5f9c8ae6 bpf_offload_dev_netdev_register +EXPORT_SYMBOL_GPL vmlinux 0x5fa625ed mpi_ec_mul_point +EXPORT_SYMBOL_GPL vmlinux 0x5fa680bd debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x5fa72a00 devl_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x5fa7d5a8 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0x5fa7decf ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x5fb16041 pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x5fb7cc52 switchdev_bridge_port_unoffload +EXPORT_SYMBOL_GPL vmlinux 0x5fc294ef usb_ep_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0x5fd11c7b cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x5fde0c8f pinmux_generic_get_function_count +EXPORT_SYMBOL_GPL vmlinux 0x5fe12e23 key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x5ff96282 xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0x60009237 from_vfsgid +EXPORT_SYMBOL_GPL vmlinux 0x6004498e spi_mem_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x60091316 clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x600ae082 dma_can_mmap +EXPORT_SYMBOL_GPL vmlinux 0x6011eb03 rhashtable_init +EXPORT_SYMBOL_GPL vmlinux 0x6038489d __traceiter_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x604d179f snd_pcm_hw_constraint_eld +EXPORT_SYMBOL_GPL vmlinux 0x604d5ac0 put_pid +EXPORT_SYMBOL_GPL vmlinux 0x60552fb7 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x6055b624 of_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x6060ee96 housekeeping_cpumask +EXPORT_SYMBOL_GPL vmlinux 0x606b4aba devlink_linecard_provision_set +EXPORT_SYMBOL_GPL vmlinux 0x6075d0c7 omap_tll_init +EXPORT_SYMBOL_GPL vmlinux 0x607b69ee ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0x607c4683 devlink_info_version_fixed_put +EXPORT_SYMBOL_GPL vmlinux 0x6091797f synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x609f5bb6 filemap_migrate_folio +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60ab2aeb bpf_trace_run9 +EXPORT_SYMBOL_GPL vmlinux 0x60ae0922 power_supply_vbat2ri +EXPORT_SYMBOL_GPL vmlinux 0x60bcf14e devlink_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0x60c677c7 vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0x60ebc96f ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x60fb1424 __tracepoint_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x60fc2a8b power_supply_charge_behaviour_show +EXPORT_SYMBOL_GPL vmlinux 0x6105d28c wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0x611cb0a2 dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x6129fb93 sfp_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x612bfd89 errno_to_blk_status +EXPORT_SYMBOL_GPL vmlinux 0x614782f1 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0x614adcb7 of_overlay_remove_all +EXPORT_SYMBOL_GPL vmlinux 0x614f48c9 serdev_device_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x61506d8e rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0x615da564 mtk_clk_register_pllfhs +EXPORT_SYMBOL_GPL vmlinux 0x6176addb skb_zerocopy_iter_stream +EXPORT_SYMBOL_GPL vmlinux 0x61774cd4 mtk_alloc_clk_data +EXPORT_SYMBOL_GPL vmlinux 0x6181e79f timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x618206d0 pinctrl_utils_add_config +EXPORT_SYMBOL_GPL vmlinux 0x61839ca6 ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0x618bc84c phy_create_lookup +EXPORT_SYMBOL_GPL vmlinux 0x6190f202 xdp_rxq_info_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x6198dfea __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6199ad5d crypto_has_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x61a26705 bpf_trace_run7 +EXPORT_SYMBOL_GPL vmlinux 0x61b1ca40 governor_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x61b5f818 switchdev_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x61bb5efe security_kernel_post_read_file +EXPORT_SYMBOL_GPL vmlinux 0x61bd0bd0 get_completed_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x61c1ca29 __SCK__tp_func_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x61c3d819 of_pci_dma_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0x61c651a3 imx93_clk_composite_flags +EXPORT_SYMBOL_GPL vmlinux 0x61ca68a6 __irq_resolve_mapping +EXPORT_SYMBOL_GPL vmlinux 0x61e2b3cc firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x61f05c0f iomap_writepages +EXPORT_SYMBOL_GPL vmlinux 0x61f67c92 phy_gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0x620bcd62 usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0x62118fe1 scmi_protocol_unregister +EXPORT_SYMBOL_GPL vmlinux 0x621e6a6c x509_load_certificate_list +EXPORT_SYMBOL_GPL vmlinux 0x621eb946 rhashtable_walk_stop +EXPORT_SYMBOL_GPL vmlinux 0x62219149 pci_msix_alloc_irq_at +EXPORT_SYMBOL_GPL vmlinux 0x62273499 sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x622bf39e clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x623311a4 snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL vmlinux 0x62377a7b blk_io_schedule +EXPORT_SYMBOL_GPL vmlinux 0x623c3b54 tracepoint_srcu +EXPORT_SYMBOL_GPL vmlinux 0x6246a629 synchronize_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x6257dda7 clk_rate_exclusive_get +EXPORT_SYMBOL_GPL vmlinux 0x62595c35 param_set_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x6259d291 clk_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x6266fd44 dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0x626ce317 of_dma_is_coherent +EXPORT_SYMBOL_GPL vmlinux 0x626f2070 cros_ec_cmd +EXPORT_SYMBOL_GPL vmlinux 0x6288e600 of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x628fac91 ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0x6298a776 vcap_rule_set_counter +EXPORT_SYMBOL_GPL vmlinux 0x62a2f04a bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0x62a87547 sysfs_unbreak_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x62aecfa5 device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x62b65686 devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x62bb09bf clocks_calc_mult_shift +EXPORT_SYMBOL_GPL vmlinux 0x62d0e2a6 __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x62e6b2d9 pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x62e9ffeb crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0x62eb48ea fscrypt_drop_inode +EXPORT_SYMBOL_GPL vmlinux 0x6305c6be sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0x63090722 trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x63150e06 clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x63197685 s2idle_wake +EXPORT_SYMBOL_GPL vmlinux 0x631e9280 devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0x6327e187 dev_attr_ncq_prio_enable +EXPORT_SYMBOL_GPL vmlinux 0x633cb2c6 register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x634b9d42 __SCK__tp_func_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x6357adec sk_msg_free_partial +EXPORT_SYMBOL_GPL vmlinux 0x6363183f i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0x636bf9ab device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0x636da949 sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x636e3da3 devlink_port_attrs_pci_pf_set +EXPORT_SYMBOL_GPL vmlinux 0x63714509 serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x63808708 xas_get_mark +EXPORT_SYMBOL_GPL vmlinux 0x638119bb of_mm_gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x638ab360 serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x63963ceb crypto_alloc_acomp +EXPORT_SYMBOL_GPL vmlinux 0x63984728 sk_psock_msg_verdict +EXPORT_SYMBOL_GPL vmlinux 0x63adbf92 encode_rs8 +EXPORT_SYMBOL_GPL vmlinux 0x63ae1070 class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x63b1905e to_nvdimm +EXPORT_SYMBOL_GPL vmlinux 0x63b59362 snd_soc_add_pcm_runtimes +EXPORT_SYMBOL_GPL vmlinux 0x63c08029 clk_bulk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x63c9d672 __reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x63cb24dc __platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0x63d52c74 regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0x63d5c0bd mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x63e7b032 nexthop_select_path +EXPORT_SYMBOL_GPL vmlinux 0x63f6bd8f pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0x640620ff edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x641b449e devm_clk_hw_register_fixed_factor_index +EXPORT_SYMBOL_GPL vmlinux 0x641d7226 clk_hw_determine_rate_no_reparent +EXPORT_SYMBOL_GPL vmlinux 0x641ee30c snd_soc_component_notify_control +EXPORT_SYMBOL_GPL vmlinux 0x64256424 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0x642e33ff thermal_zone_get_trip +EXPORT_SYMBOL_GPL vmlinux 0x6449d0b9 virtqueue_resize +EXPORT_SYMBOL_GPL vmlinux 0x644bfdcf trace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x644dec5e aead_exit_geniv +EXPORT_SYMBOL_GPL vmlinux 0x64639a02 irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0x646979b5 nand_prog_page_end_op +EXPORT_SYMBOL_GPL vmlinux 0x646b2b5a pci_epc_set_msix +EXPORT_SYMBOL_GPL vmlinux 0x646eca33 rockchip_clk_of_add_provider +EXPORT_SYMBOL_GPL vmlinux 0x647537f3 pl320_ipc_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x648e6b53 snd_soc_component_exit_regmap +EXPORT_SYMBOL_GPL vmlinux 0x648f59a9 sfp_module_insert +EXPORT_SYMBOL_GPL vmlinux 0x6499ca92 copy_from_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0x649e8520 devm_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x64a77439 spi_mem_get_name +EXPORT_SYMBOL_GPL vmlinux 0x64b98b84 gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0x64ba4921 __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0x64c07d32 btree_remove +EXPORT_SYMBOL_GPL vmlinux 0x64c123b0 anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0x64cd63e6 irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0x64d472be register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x64d5a3bc iomap_read_folio +EXPORT_SYMBOL_GPL vmlinux 0x64d5c81a usb_alloc_dev +EXPORT_SYMBOL_GPL vmlinux 0x64e27c4f synth_event_delete +EXPORT_SYMBOL_GPL vmlinux 0x64f6bda3 pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0x64f75c25 ftrace_set_filter_ips +EXPORT_SYMBOL_GPL vmlinux 0x651d10e5 ktime_get_tai_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x651dfd45 tps65217_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x651f3b88 of_cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x6524488a ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0x65298771 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x652c1646 snd_soc_dai_compr_get_metadata +EXPORT_SYMBOL_GPL vmlinux 0x6531a37f mpi_add +EXPORT_SYMBOL_GPL vmlinux 0x653e1b48 dev_coredumpv +EXPORT_SYMBOL_GPL vmlinux 0x6543d750 ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x65449018 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x654c598c udp_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0x65506d3f dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x65537437 freezer_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x655794a7 proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0x6560090e crypto_akcipher_sync_post +EXPORT_SYMBOL_GPL vmlinux 0x6563f899 ahci_platform_enable_resources +EXPORT_SYMBOL_GPL vmlinux 0x65880ee4 bpf_redirect_info +EXPORT_SYMBOL_GPL vmlinux 0x658f04f1 usb_phy_set_charger_state +EXPORT_SYMBOL_GPL vmlinux 0x65a40ef6 udp_destruct_common +EXPORT_SYMBOL_GPL vmlinux 0x65b3f73d of_icc_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65cdb93a edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0x65eb130b nvdimm_delete +EXPORT_SYMBOL_GPL vmlinux 0x66034d10 nop_posix_acl_access +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x66166e86 nvdimm_bus_add_badrange +EXPORT_SYMBOL_GPL vmlinux 0x6618eb88 genpd_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0x661974f2 spi_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0x66268a67 genphy_c45_read_mdix +EXPORT_SYMBOL_GPL vmlinux 0x662826a8 switchdev_handle_port_obj_del_foreign +EXPORT_SYMBOL_GPL vmlinux 0x66285e35 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x66286528 devm_mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x662bf94a fsl_mc_device_group +EXPORT_SYMBOL_GPL vmlinux 0x66329f2f snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL vmlinux 0x6636c3c9 irq_set_vcpu_affinity +EXPORT_SYMBOL_GPL vmlinux 0x663bb448 devlink_fmsg_obj_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x664caf6a spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0x664f08ac sock_diag_destroy +EXPORT_SYMBOL_GPL vmlinux 0x665e92a0 clk_set_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x6666113f regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0x6668508f clk_register +EXPORT_SYMBOL_GPL vmlinux 0x666ae0a0 __tracepoint_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x668b84ec trace_array_put +EXPORT_SYMBOL_GPL vmlinux 0x669594ad musb_clearw +EXPORT_SYMBOL_GPL vmlinux 0x66a3a788 crypto_init_akcipher_ops_sig +EXPORT_SYMBOL_GPL vmlinux 0x66a77a88 __mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x66b4077d nanddev_mtd_max_bad_blocks +EXPORT_SYMBOL_GPL vmlinux 0x66b97421 sfp_link_up +EXPORT_SYMBOL_GPL vmlinux 0x66bd671c inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66dcedbd __tracepoint_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x66df26a5 srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x66dfb7bb devlink_free +EXPORT_SYMBOL_GPL vmlinux 0x66e4a5fe locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0x66f5729a vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0x66fc2bc0 badrange_add +EXPORT_SYMBOL_GPL vmlinux 0x670fdafb ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0x6717a902 device_register +EXPORT_SYMBOL_GPL vmlinux 0x6724cb5a kthread_flush_worker +EXPORT_SYMBOL_GPL vmlinux 0x672ee6ea dev_pm_opp_set_opp +EXPORT_SYMBOL_GPL vmlinux 0x672f2661 pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x6734192d perf_event_addr_filters_sync +EXPORT_SYMBOL_GPL vmlinux 0x673836ee devres_find +EXPORT_SYMBOL_GPL vmlinux 0x673a3539 skb_gso_validate_network_len +EXPORT_SYMBOL_GPL vmlinux 0x6740c56b crypto_sig_sign +EXPORT_SYMBOL_GPL vmlinux 0x67429c91 __SCK__tp_func_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x674a6f4f usb_gadget_register_driver_owner +EXPORT_SYMBOL_GPL vmlinux 0x6757d960 regulator_get_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0x676c50bb udp_cmsg_send +EXPORT_SYMBOL_GPL vmlinux 0x67786640 fscrypt_limit_io_blocks +EXPORT_SYMBOL_GPL vmlinux 0x677a8995 regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x6781513c __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x679a646b of_device_compatible_match +EXPORT_SYMBOL_GPL vmlinux 0x67a166ec __fscrypt_prepare_lookup +EXPORT_SYMBOL_GPL vmlinux 0x67a1cff1 list_lru_count_one +EXPORT_SYMBOL_GPL vmlinux 0x67a5f4fc register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0x67a65b0c led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0x67a85e18 l3mdev_master_ifindex_rcu +EXPORT_SYMBOL_GPL vmlinux 0x67c3c795 get_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x67c5dfd5 class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x67cbebd3 __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0x67d52e04 usb_del_gadget +EXPORT_SYMBOL_GPL vmlinux 0x67da1efd of_genpd_remove_last +EXPORT_SYMBOL_GPL vmlinux 0x67da9f7c sha512_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x67f74a2c blk_mq_quiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0x67f99beb of_genpd_add_provider_onecell +EXPORT_SYMBOL_GPL vmlinux 0x68146b13 ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x6822de1a firmware_upload_unregister +EXPORT_SYMBOL_GPL vmlinux 0x68294cdc sdhci_enable_clk +EXPORT_SYMBOL_GPL vmlinux 0x682ff057 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x6857100e mctp_register_netdev +EXPORT_SYMBOL_GPL vmlinux 0x68637595 snd_soc_unregister_component_by_driver +EXPORT_SYMBOL_GPL vmlinux 0x6867e7c9 debugfs_lookup_and_remove +EXPORT_SYMBOL_GPL vmlinux 0x68758fda nvmem_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x687fca31 imx6q_cpuidle_fec_irqs_used +EXPORT_SYMBOL_GPL vmlinux 0x68845fa5 dst_cache_get_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x688aec79 of_dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x68952493 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x689d70c5 rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x68acbbc5 irq_chip_mask_parent +EXPORT_SYMBOL_GPL vmlinux 0x68b1a326 regmap_mmio_detach_clk +EXPORT_SYMBOL_GPL vmlinux 0x68bfa157 crypto_type_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x68d67549 ulpi_viewport_access_ops +EXPORT_SYMBOL_GPL vmlinux 0x68eaf7aa cpts_unregister +EXPORT_SYMBOL_GPL vmlinux 0x690f585e phy_basic_ports_array +EXPORT_SYMBOL_GPL vmlinux 0x6913865a trace_clock_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x691da110 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x6926c3fa vcap_rule_get_counter +EXPORT_SYMBOL_GPL vmlinux 0x692a4f08 idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0x693be1cd nvdimm_region_notify +EXPORT_SYMBOL_GPL vmlinux 0x6945725e mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0x694c631e uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0x695bf5e9 hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0x69637b2c __traceiter_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0x696f2b63 of_changeset_init +EXPORT_SYMBOL_GPL vmlinux 0x69729c17 device_link_del +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x697d4640 regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0x698aed8b rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0x69a5c5e7 usb_phy_roothub_suspend +EXPORT_SYMBOL_GPL vmlinux 0x69b1352b ahci_platform_assert_rsts +EXPORT_SYMBOL_GPL vmlinux 0x69b1745e FSE_readNCount +EXPORT_SYMBOL_GPL vmlinux 0x69b87ab1 uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x69c7b17c clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0x69cf0632 mpi_fromstr +EXPORT_SYMBOL_GPL vmlinux 0x69df53bc rtnl_register_module +EXPORT_SYMBOL_GPL vmlinux 0x69e683de uuid_gen +EXPORT_SYMBOL_GPL vmlinux 0x69e83605 mc146818_get_time +EXPORT_SYMBOL_GPL vmlinux 0x69ee2220 linear_range_get_selector_high +EXPORT_SYMBOL_GPL vmlinux 0x6a05b65b fb_videomode_from_videomode +EXPORT_SYMBOL_GPL vmlinux 0x6a1e447a i2c_client_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x6a2478a0 __auxiliary_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x6a29e5d2 irq_force_affinity +EXPORT_SYMBOL_GPL vmlinux 0x6a2d9b32 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x6a3b9b0b thermal_zone_get_slope +EXPORT_SYMBOL_GPL vmlinux 0x6a441fe4 devm_reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x6a45ba74 sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0x6a460dc5 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0x6a4aedfb gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a6ac82e skb_mpls_push +EXPORT_SYMBOL_GPL vmlinux 0x6a7217cc regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0x6a8003e2 snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL vmlinux 0x6a8030c5 fscrypt_fname_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x6a83965f devm_led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x6a8a98a8 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0x6a95bf8b snd_soc_dai_compr_trigger +EXPORT_SYMBOL_GPL vmlinux 0x6a9e90af ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x6aa3e8e3 vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0x6aa5e412 gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0x6aa7f82e split_page +EXPORT_SYMBOL_GPL vmlinux 0x6abc6018 gpiochip_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x6ada2e9e srcu_torture_stats_print +EXPORT_SYMBOL_GPL vmlinux 0x6ae5c22c nand_gpio_waitrdy +EXPORT_SYMBOL_GPL vmlinux 0x6aeee938 of_property_read_variable_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x6af1517c d_same_name +EXPORT_SYMBOL_GPL vmlinux 0x6af8c6dc musb_writel +EXPORT_SYMBOL_GPL vmlinux 0x6aff86ee usb_udc_vbus_handler +EXPORT_SYMBOL_GPL vmlinux 0x6b1d97d2 alloc_dax +EXPORT_SYMBOL_GPL vmlinux 0x6b334acc trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0x6b413c9b sfp_link_down +EXPORT_SYMBOL_GPL vmlinux 0x6b47f8a4 hisi_clk_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x6b54d4c4 __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x6b5ffb62 cpufreq_driver_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x6b6e09d7 snd_soc_dai_active +EXPORT_SYMBOL_GPL vmlinux 0x6b7f1abe virtio_config_changed +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b84b64d elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6b88ca2c devm_device_add_group +EXPORT_SYMBOL_GPL vmlinux 0x6bad83ad ethnl_cable_test_free +EXPORT_SYMBOL_GPL vmlinux 0x6bb04338 rhashtable_insert_slow +EXPORT_SYMBOL_GPL vmlinux 0x6bc0f5e6 i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0x6bcdedc0 mpi_point_init +EXPORT_SYMBOL_GPL vmlinux 0x6bd1aa56 stack_trace_save +EXPORT_SYMBOL_GPL vmlinux 0x6bd86f13 devres_get +EXPORT_SYMBOL_GPL vmlinux 0x6bdd680c snd_pcm_fill_iec958_consumer_hw_params +EXPORT_SYMBOL_GPL vmlinux 0x6bf3cb5d inet_ehash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0x6bf71178 snd_soc_dai_action +EXPORT_SYMBOL_GPL vmlinux 0x6bf7e0b9 skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0x6c075722 driver_deferred_probe_check_state +EXPORT_SYMBOL_GPL vmlinux 0x6c1ab18e mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x6c227f2b __dax_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x6c28091a crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0x6c2cf529 regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x6c2d7e15 devm_regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6c339310 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x6c3bd288 snd_soc_dai_compr_ack +EXPORT_SYMBOL_GPL vmlinux 0x6c3dd5ad snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL vmlinux 0x6c3f70e0 guid_gen +EXPORT_SYMBOL_GPL vmlinux 0x6c43b737 ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x6c4700a9 platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0x6c4a3331 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c556272 pinctrl_generic_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0x6c5ad0cd kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0x6c607f3f pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0x6c641988 add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL vmlinux 0x6c67f04e dax_inode +EXPORT_SYMBOL_GPL vmlinux 0x6c6c7cd9 __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x6c6fda90 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x6c75de9a dm_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x6c772a06 snd_soc_dapm_sync +EXPORT_SYMBOL_GPL vmlinux 0x6c7b435f mc146818_does_rtc_work +EXPORT_SYMBOL_GPL vmlinux 0x6c8b8f22 sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0x6c9509c3 class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x6c956075 __SCK__tp_func_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x6c95bc66 pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6cbcb229 component_add_typed +EXPORT_SYMBOL_GPL vmlinux 0x6cccb495 devlink_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6ccd3f1e devlink_port_register_with_ops +EXPORT_SYMBOL_GPL vmlinux 0x6cd07ab2 snd_soc_component_get_pin_status +EXPORT_SYMBOL_GPL vmlinux 0x6cd17e49 zs_pool_stats +EXPORT_SYMBOL_GPL vmlinux 0x6cdf68a0 usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0x6ce2045b snd_soc_of_get_dai_link_cpus +EXPORT_SYMBOL_GPL vmlinux 0x6cefca24 debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0x6cfccd4d clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0x6d09843f copy_bpf_fprog_from_user +EXPORT_SYMBOL_GPL vmlinux 0x6d0ae550 pinctrl_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x6d0c843b skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0x6d1ccf94 clk_hw_register_composite +EXPORT_SYMBOL_GPL vmlinux 0x6d201d4c component_master_add_with_match +EXPORT_SYMBOL_GPL vmlinux 0x6d211d05 pm_report_hw_sleep_time +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d33be10 snd_soc_close_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x6d467b08 arm_smccc_1_1_get_conduit +EXPORT_SYMBOL_GPL vmlinux 0x6d49c8ed iommu_group_has_isolated_msi +EXPORT_SYMBOL_GPL vmlinux 0x6d4d7b4d irqchip_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x6d6fec1f ktime_mono_to_any +EXPORT_SYMBOL_GPL vmlinux 0x6d7832b7 __stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x6d7e951e rcu_exp_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x6d8eee63 sdhci_setup_host +EXPORT_SYMBOL_GPL vmlinux 0x6d96bc62 usb_urb_ep_type_check +EXPORT_SYMBOL_GPL vmlinux 0x6d999eb6 dw_pcie_ep_init_complete +EXPORT_SYMBOL_GPL vmlinux 0x6da3cb4e cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0x6da97f97 pin_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x6dacaff9 ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x6dbaafd3 put_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6dc43f43 imx6q_cpuidle_fec_irqs_unused +EXPORT_SYMBOL_GPL vmlinux 0x6dc5dac4 snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL vmlinux 0x6dceb6f2 pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x6dd1b8a7 parse_OID +EXPORT_SYMBOL_GPL vmlinux 0x6dd24dbe ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x6dd5680d sprint_symbol_build_id +EXPORT_SYMBOL_GPL vmlinux 0x6de9ac5a mtd_block_isbad +EXPORT_SYMBOL_GPL vmlinux 0x6e08a913 led_set_brightness_nopm +EXPORT_SYMBOL_GPL vmlinux 0x6e09d93d __SCK__tp_func_map +EXPORT_SYMBOL_GPL vmlinux 0x6e0c95bd devl_dpipe_table_resource_set +EXPORT_SYMBOL_GPL vmlinux 0x6e0ee5af iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0x6e2cb453 ip6_pol_route +EXPORT_SYMBOL_GPL vmlinux 0x6e2fdb65 snd_soc_of_parse_aux_devs +EXPORT_SYMBOL_GPL vmlinux 0x6e353c26 mpi_rshift +EXPORT_SYMBOL_GPL vmlinux 0x6e3b5544 ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x6e4432e6 device_store_int +EXPORT_SYMBOL_GPL vmlinux 0x6e4bfcb0 vcap_is_last_chain +EXPORT_SYMBOL_GPL vmlinux 0x6e4d7161 trace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0x6e5b61c4 pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6e5d7e44 pci_ignore_hotplug +EXPORT_SYMBOL_GPL vmlinux 0x6e635087 percpu_ref_exit +EXPORT_SYMBOL_GPL vmlinux 0x6e679321 xas_find_conflict +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6e8c5582 set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x6e9388f1 find_vpid +EXPORT_SYMBOL_GPL vmlinux 0x6e9f1cd5 bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0x6eb6bd5a rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x6eb97f58 badblocks_check +EXPORT_SYMBOL_GPL vmlinux 0x6ebe366f ktime_get_mono_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6ebed14b of_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0x6ec5c614 ahci_do_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x6ec7b228 dev_fill_metadata_dst +EXPORT_SYMBOL_GPL vmlinux 0x6ee990d1 lpddr2_jedec_manufacturer +EXPORT_SYMBOL_GPL vmlinux 0x6ef499cb phy_get_rate_matching +EXPORT_SYMBOL_GPL vmlinux 0x6ef6b54f ktime_get_boot_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6f083c94 radix_tree_preloads +EXPORT_SYMBOL_GPL vmlinux 0x6f12560a get_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6f2017de misc_cg_set_capacity +EXPORT_SYMBOL_GPL vmlinux 0x6f21ddc1 mdiobus_c45_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x6f2e3e13 snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL vmlinux 0x6f585012 snd_soc_component_enable_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0x6f5c0a09 __traceiter_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x6f6b52e9 __ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x6f71626e dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0x6f7e6040 irq_has_action +EXPORT_SYMBOL_GPL vmlinux 0x6f7fd995 snd_soc_component_read +EXPORT_SYMBOL_GPL vmlinux 0x6f802d4a skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0x6f84e28a device_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x6f9ac199 mtk_clk_register_muxes +EXPORT_SYMBOL_GPL vmlinux 0x6f9e763b timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x6fa95233 gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0x6fb00394 pci_set_host_bridge_release +EXPORT_SYMBOL_GPL vmlinux 0x6fbf70dc task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0x6fc82f7d blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0x6fc8fc2a bpf_offload_dev_create +EXPORT_SYMBOL_GPL vmlinux 0x6fcef6ab ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0x6fd52ffb debugfs_create_file_unsafe +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6ffee36d pci_ioremap_wc_bar +EXPORT_SYMBOL_GPL vmlinux 0x7006586e iommu_get_group_resv_regions +EXPORT_SYMBOL_GPL vmlinux 0x700a13ae metadata_dst_free +EXPORT_SYMBOL_GPL vmlinux 0x700dbc6d ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0x70125e5a task_cputime_adjusted +EXPORT_SYMBOL_GPL vmlinux 0x7018f3ee regmap_fields_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x701cf44f uart_console_device +EXPORT_SYMBOL_GPL vmlinux 0x701ff207 sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL vmlinux 0x70224654 sdhci_set_power_and_bus_voltage +EXPORT_SYMBOL_GPL vmlinux 0x7073c04f phy_10_100_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7073cccd cros_ec_get_sensor_count +EXPORT_SYMBOL_GPL vmlinux 0x708c9d56 fscrypt_ioctl_remove_key_all_users +EXPORT_SYMBOL_GPL vmlinux 0x70aebcb9 devres_release +EXPORT_SYMBOL_GPL vmlinux 0x70bf2dd5 extcon_set_property_sync +EXPORT_SYMBOL_GPL vmlinux 0x70c0bf54 device_add +EXPORT_SYMBOL_GPL vmlinux 0x70c52dc5 nf_skb_duplicated +EXPORT_SYMBOL_GPL vmlinux 0x70c6d827 mc146818_set_time +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70d9e9ee devm_clk_get_optional_enabled +EXPORT_SYMBOL_GPL vmlinux 0x70e24953 percpu_ref_switch_to_atomic +EXPORT_SYMBOL_GPL vmlinux 0x70e5a27a ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x70f41128 snd_soc_runtime_set_dai_fmt +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x71105655 fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0x71128542 fwnode_get_nth_parent +EXPORT_SYMBOL_GPL vmlinux 0x7117e03a mtk_clk_gate_ops_no_setclr_inv +EXPORT_SYMBOL_GPL vmlinux 0x711b5bd5 posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x711f5d46 irq_chip_retrigger_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x715337f5 gpiod_set_config +EXPORT_SYMBOL_GPL vmlinux 0x715430f4 ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x715a4f37 __wake_up_pollfree +EXPORT_SYMBOL_GPL vmlinux 0x715d1614 pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x71690ee2 fuse_simple_background +EXPORT_SYMBOL_GPL vmlinux 0x71724493 mctrl_gpio_enable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x717bd699 dev_pm_opp_put +EXPORT_SYMBOL_GPL vmlinux 0x71840886 nand_status_op +EXPORT_SYMBOL_GPL vmlinux 0x7188a59b skcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0x718c5c5b vcap_find_keystream_keysets +EXPORT_SYMBOL_GPL vmlinux 0x718d198e serial8250_rpm_put_tx +EXPORT_SYMBOL_GPL vmlinux 0x7195940a mctrl_gpio_disable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x719a5e41 musb_readw +EXPORT_SYMBOL_GPL vmlinux 0x719e17ff clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x71a1728a od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x71a20f4a __SCK__tp_func_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x71a47b7e ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0x71ab98d1 __tracepoint_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x71adbec6 of_hte_req_count +EXPORT_SYMBOL_GPL vmlinux 0x71b15830 clk_register_hisi_phase +EXPORT_SYMBOL_GPL vmlinux 0x71b6cf94 dst_cache_reset_now +EXPORT_SYMBOL_GPL vmlinux 0x71c04231 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0x71c89ef0 nfs_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0x71d571e1 __traceiter_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x71e57bc9 mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x71eda76f register_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0x71f8ae7f __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x720dd0c2 devm_regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0x721955ac inet_bhash2_reset_saddr +EXPORT_SYMBOL_GPL vmlinux 0x72212f8c sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0x72571ae4 genpd_dev_pm_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0x725e0856 __traceiter_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x7262172c regmap_get_device +EXPORT_SYMBOL_GPL vmlinux 0x7265f2b0 pci_vpd_check_csum +EXPORT_SYMBOL_GPL vmlinux 0x726796b1 __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x7268b43a tps65912_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x7282ecb6 rcu_async_hurry +EXPORT_SYMBOL_GPL vmlinux 0x728af5f3 crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x728b1f1d devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x72a19155 pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x72a653db pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0x72ae1839 base64_decode +EXPORT_SYMBOL_GPL vmlinux 0x72b299e1 efi_capsule_supported +EXPORT_SYMBOL_GPL vmlinux 0x72b422f9 mmu_notifier_put +EXPORT_SYMBOL_GPL vmlinux 0x72b56c67 clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x72c3b6d9 led_sysfs_enable +EXPORT_SYMBOL_GPL vmlinux 0x72e5d524 add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0x72e6200d usb_del_gadget_udc +EXPORT_SYMBOL_GPL vmlinux 0x72f5d318 ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0x7316e31a crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0x731b0f9f serdev_device_remove +EXPORT_SYMBOL_GPL vmlinux 0x7335dd3a devlink_remote_reload_actions_performed +EXPORT_SYMBOL_GPL vmlinux 0x733af2ca devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0x7346dddc mtd_ooblayout_get_eccbytes +EXPORT_SYMBOL_GPL vmlinux 0x73480db1 cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x734d7574 input_device_enabled +EXPORT_SYMBOL_GPL vmlinux 0x7358413d crypto_register_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x73603abc fuse_dev_fiq_ops +EXPORT_SYMBOL_GPL vmlinux 0x736a33c9 platform_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x73868220 dev_pm_opp_find_bw_ceil +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73a53a25 i2c_dw_probe_master +EXPORT_SYMBOL_GPL vmlinux 0x73a86773 ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0x73ad8e09 mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x73ae7a57 blkdev_report_zones +EXPORT_SYMBOL_GPL vmlinux 0x73b3d633 virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0x73b98231 asymmetric_key_generate_id +EXPORT_SYMBOL_GPL vmlinux 0x73b9a361 tty_port_default_client_ops +EXPORT_SYMBOL_GPL vmlinux 0x73bb128e __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0x73cc8631 oiap +EXPORT_SYMBOL_GPL vmlinux 0x73d3619d inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0x73d4509e scsi_host_complete_all_commands +EXPORT_SYMBOL_GPL vmlinux 0x73d5b042 devm_pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x73de8c3d nd_cmd_out_size +EXPORT_SYMBOL_GPL vmlinux 0x73ec905c transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x74038ee1 regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x741519e9 ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x7419c0bd init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0x742082d8 sbitmap_queue_recalculate_wake_batch +EXPORT_SYMBOL_GPL vmlinux 0x7428a085 usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x7429297b interval_tree_span_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x743e845b posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0x7443c662 blk_mq_alloc_sq_tag_set +EXPORT_SYMBOL_GPL vmlinux 0x744ff1c6 generic_handle_domain_irq +EXPORT_SYMBOL_GPL vmlinux 0x745af525 tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x745d8837 __traceiter_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x74615c36 __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x746687c2 evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0x74946bc8 devlink_flash_update_status_notify +EXPORT_SYMBOL_GPL vmlinux 0x74a0cb8c regulator_suspend_enable +EXPORT_SYMBOL_GPL vmlinux 0x74b5ea68 lcm_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74bf2e01 scsi_pr_type_to_block +EXPORT_SYMBOL_GPL vmlinux 0x74d2f929 watchdog_set_last_hw_keepalive +EXPORT_SYMBOL_GPL vmlinux 0x74feb0af vivaldi_function_row_physmap_show +EXPORT_SYMBOL_GPL vmlinux 0x75034d68 usb_role_switch_find_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x7504a301 devm_nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x75063b16 __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x75064e6a power_supply_get_battery_info +EXPORT_SYMBOL_GPL vmlinux 0x7506eff1 blkcg_get_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x750919e4 regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x750abe1f da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7513b5ec __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0x751b6b17 __dev_fwnode_const +EXPORT_SYMBOL_GPL vmlinux 0x751d2e97 bpf_log +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x753f94f8 nvmem_device_find +EXPORT_SYMBOL_GPL vmlinux 0x7540aea0 md_bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x754374ee vcap_set_tc_exterr +EXPORT_SYMBOL_GPL vmlinux 0x754fd7cc i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0x755a1cc7 power_supply_get_property_from_supplier +EXPORT_SYMBOL_GPL vmlinux 0x755ae3c8 trusted_tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x755ca460 crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0x756085bb pm_wakeup_ws_event +EXPORT_SYMBOL_GPL vmlinux 0x75705812 dma_fence_unwrap_first +EXPORT_SYMBOL_GPL vmlinux 0x757c1bbb housekeeping_any_cpu +EXPORT_SYMBOL_GPL vmlinux 0x759139cb of_pci_check_probe_only +EXPORT_SYMBOL_GPL vmlinux 0x7597633c pci_generic_config_write +EXPORT_SYMBOL_GPL vmlinux 0x75a67ae4 power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x75a750e4 vcap_rule_rem_key +EXPORT_SYMBOL_GPL vmlinux 0x75a94d16 pm_runtime_get_if_active +EXPORT_SYMBOL_GPL vmlinux 0x75b68ab7 devm_regulator_bulk_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x75bf6cc0 is_binary_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0x75d1e440 drop_reasons_register_subsys +EXPORT_SYMBOL_GPL vmlinux 0x75dd4ebe of_overlay_remove +EXPORT_SYMBOL_GPL vmlinux 0x75e51945 __SCK__tp_func_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x75e9c735 pci_ats_disabled +EXPORT_SYMBOL_GPL vmlinux 0x75fb9062 arch_timer_read_counter +EXPORT_SYMBOL_GPL vmlinux 0x760ece5e elv_register +EXPORT_SYMBOL_GPL vmlinux 0x76170ce3 crypto_unregister_acomp +EXPORT_SYMBOL_GPL vmlinux 0x761b19f0 ping_hash +EXPORT_SYMBOL_GPL vmlinux 0x7624bc54 of_hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0x7637d75b __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x76517f03 interval_tree_span_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0x76560928 clk_regmap_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x7656410c mpi_sub +EXPORT_SYMBOL_GPL vmlinux 0x765ad27e blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x765d4b23 sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x7671b574 scsi_internal_device_block_nowait +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x768d90c0 hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x76a326f1 dev_pm_opp_remove +EXPORT_SYMBOL_GPL vmlinux 0x76ab4b66 pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0x76ac1322 crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0x76ac71f1 nd_region_dev +EXPORT_SYMBOL_GPL vmlinux 0x76c29570 devm_pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x76d1af56 debounce_time_mt2701 +EXPORT_SYMBOL_GPL vmlinux 0x76d73503 of_get_named_gpio +EXPORT_SYMBOL_GPL vmlinux 0x76d96d2c edac_device_handle_ce_count +EXPORT_SYMBOL_GPL vmlinux 0x76d9b876 clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x76e0f60a __alloc_pages_bulk +EXPORT_SYMBOL_GPL vmlinux 0x76e10a88 __wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0x76eeeb0f sha384_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x76ef3604 phy_reset +EXPORT_SYMBOL_GPL vmlinux 0x770a5ae9 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x77126b1c efivars_register +EXPORT_SYMBOL_GPL vmlinux 0x7713aa1b gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x771a3bab debugfs_create_ulong +EXPORT_SYMBOL_GPL vmlinux 0x771ad802 xhci_reset_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0x77251d91 tcp_bpf_sendmsg_redir +EXPORT_SYMBOL_GPL vmlinux 0x77307284 ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0x773c1beb usb_phy_generic_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7749da19 phy_speed_up +EXPORT_SYMBOL_GPL vmlinux 0x774e0ff5 phy_set_mode_ext +EXPORT_SYMBOL_GPL vmlinux 0x7751cd91 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0x7752526d snd_card_ref +EXPORT_SYMBOL_GPL vmlinux 0x7757b51a clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x77641ae2 devm_thermal_of_zone_unregister +EXPORT_SYMBOL_GPL vmlinux 0x77663e45 badblocks_show +EXPORT_SYMBOL_GPL vmlinux 0x777301b8 usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x7786f68a nfs42_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7791e066 dw_pcie_read +EXPORT_SYMBOL_GPL vmlinux 0x7797fbb5 imx_clk_hw_pfdv2 +EXPORT_SYMBOL_GPL vmlinux 0x77ae495d usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0x77b3328b xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0x77b7767c tty_kclose +EXPORT_SYMBOL_GPL vmlinux 0x77bbf02a nand_deselect_target +EXPORT_SYMBOL_GPL vmlinux 0x77e45c50 pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0x77e75be3 sfp_bus_put +EXPORT_SYMBOL_GPL vmlinux 0x77f19f5e badblocks_init +EXPORT_SYMBOL_GPL vmlinux 0x77f67a57 irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0x77f811d3 dev_pm_opp_of_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x77f8614c bio_start_io_acct +EXPORT_SYMBOL_GPL vmlinux 0x77fee761 icc_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x78164d20 snd_soc_bytes_get +EXPORT_SYMBOL_GPL vmlinux 0x781f145a gpiod_set_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x7820e205 platform_irq_count +EXPORT_SYMBOL_GPL vmlinux 0x78230062 scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x7827775b regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x782c3f87 regulator_get_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x7847c621 sfp_parse_support +EXPORT_SYMBOL_GPL vmlinux 0x784dc0ee virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0x784f7d3c msi_lock_descs +EXPORT_SYMBOL_GPL vmlinux 0x785a93b4 si_mem_available +EXPORT_SYMBOL_GPL vmlinux 0x785bcc92 omap_iommu_domain_deactivate +EXPORT_SYMBOL_GPL vmlinux 0x785d7b9b da903x_update +EXPORT_SYMBOL_GPL vmlinux 0x786ad60a mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL vmlinux 0x788b5ea4 pci_epc_init_notify +EXPORT_SYMBOL_GPL vmlinux 0x788bfbad ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0x7893a907 snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL vmlinux 0x789c73d9 rcu_cpu_stall_suppress_at_boot +EXPORT_SYMBOL_GPL vmlinux 0x78bbe518 fsnotify_find_mark +EXPORT_SYMBOL_GPL vmlinux 0x78c499da meson_clk_pcie_pll_ops +EXPORT_SYMBOL_GPL vmlinux 0x78d45b8f blk_stat_disable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x78dd4a14 usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0x78ddb76b dmi_match +EXPORT_SYMBOL_GPL vmlinux 0x78e422e9 devl_dpipe_headers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x78ee8b6f rhltable_init +EXPORT_SYMBOL_GPL vmlinux 0x78f7c7b2 usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x78fd5ce2 wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x7926be26 cpts_register +EXPORT_SYMBOL_GPL vmlinux 0x79385720 pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x79404c36 rockchip_pcie_parse_dt +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x79470a2c TSS_authhmac +EXPORT_SYMBOL_GPL vmlinux 0x794a0461 rockchip_pcie_disable_clocks +EXPORT_SYMBOL_GPL vmlinux 0x794b0ca3 platform_get_irq_optional +EXPORT_SYMBOL_GPL vmlinux 0x794b7271 orderly_reboot +EXPORT_SYMBOL_GPL vmlinux 0x794f49ac mas_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7952d93b pm_clk_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x795a663d ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x7966feb3 nanddev_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x796e3580 nf_conn_btf_access_lock +EXPORT_SYMBOL_GPL vmlinux 0x79808a56 serial8250_do_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x7981dea9 __platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0x798bc46b regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0x79952ecb gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x799ad51f crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0x799fe71d find_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x79d7d9b5 subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0x79defbe1 kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x79f2e4ad fib_nl_delrule +EXPORT_SYMBOL_GPL vmlinux 0x7a0990c1 devfreq_event_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x7a160c13 devm_rtc_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x7a18952c dev_pm_opp_get_level +EXPORT_SYMBOL_GPL vmlinux 0x7a2ee1bf bpf_map_inc_with_uref +EXPORT_SYMBOL_GPL vmlinux 0x7a2f252d devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x7a3f16a2 devl_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7a41b9f2 usb_ep_set_maxpacket_limit +EXPORT_SYMBOL_GPL vmlinux 0x7a48d06c cpu_latency_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x7a602f15 auxiliary_find_device +EXPORT_SYMBOL_GPL vmlinux 0x7a68dd66 devm_i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0x7a6afa7b devm_snd_soc_register_component +EXPORT_SYMBOL_GPL vmlinux 0x7a73e605 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7a77e5e5 __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x7a7d88dd nand_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x7a7f1396 zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0x7a81541b async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x7a8917bf io_uring_cmd_sock +EXPORT_SYMBOL_GPL vmlinux 0x7a917996 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x7a9ea30a unregister_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0x7aa1fff7 ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0x7aa35158 snd_pcm_stop_xrun +EXPORT_SYMBOL_GPL vmlinux 0x7aaaa571 scsi_alloc_request +EXPORT_SYMBOL_GPL vmlinux 0x7ab3a4a2 fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0x7ab9635f wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7aba330c vcap_addr_keysets +EXPORT_SYMBOL_GPL vmlinux 0x7abaa2b1 pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x7ac10ad8 icst_clk_register +EXPORT_SYMBOL_GPL vmlinux 0x7ac385e3 fib6_new_table +EXPORT_SYMBOL_GPL vmlinux 0x7ac722bd phy_all_ports_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7ad02a41 asn1_encode_tag +EXPORT_SYMBOL_GPL vmlinux 0x7ad1ded1 pinctrl_register_mappings +EXPORT_SYMBOL_GPL vmlinux 0x7ad6109f devlink_dpipe_entry_ctx_close +EXPORT_SYMBOL_GPL vmlinux 0x7ade8525 pci_epc_stop +EXPORT_SYMBOL_GPL vmlinux 0x7ae30c8c irq_domain_disconnect_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x7ae66ccd bus_register +EXPORT_SYMBOL_GPL vmlinux 0x7ae77194 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x7ae79041 rockchip_pcie_deinit_phys +EXPORT_SYMBOL_GPL vmlinux 0x7b005890 virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0x7b160519 __regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x7b243e87 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0x7b3a2e77 ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0x7b3d2751 pci_load_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x7b45cef2 dma_async_device_channel_register +EXPORT_SYMBOL_GPL vmlinux 0x7b56a308 ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x7b5a4926 sha1_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x7b6263fc ahci_platform_deassert_rsts +EXPORT_SYMBOL_GPL vmlinux 0x7b658b8c dma_pci_p2pdma_supported +EXPORT_SYMBOL_GPL vmlinux 0x7b6de411 __traceiter_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x7b750da8 dev_pm_opp_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x7b7e5597 rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x7b8910f4 kfence_sample_interval +EXPORT_SYMBOL_GPL vmlinux 0x7b9793a2 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x7b9dac1c fwnode_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x7bb045a7 __request_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x7bb3fa18 vcap_rule_add_action_bit +EXPORT_SYMBOL_GPL vmlinux 0x7bb5602b blk_mq_hctx_set_fq_lock_class +EXPORT_SYMBOL_GPL vmlinux 0x7bb5f32c of_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0x7bb9c8cc of_i2c_get_board_info +EXPORT_SYMBOL_GPL vmlinux 0x7bbcb973 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0x7bbfa472 led_compose_name +EXPORT_SYMBOL_GPL vmlinux 0x7bc15fa6 usb_phy_roothub_resume +EXPORT_SYMBOL_GPL vmlinux 0x7bcb7d08 ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0x7be0d4ad mptcp_get_reset_option +EXPORT_SYMBOL_GPL vmlinux 0x7be89624 usb_gadget_giveback_request +EXPORT_SYMBOL_GPL vmlinux 0x7bf565e4 bpf_prog_inc +EXPORT_SYMBOL_GPL vmlinux 0x7bfb32c8 gpiochip_relres_irq +EXPORT_SYMBOL_GPL vmlinux 0x7c0131ac crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0x7c1a217c input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7c22f851 md_stop +EXPORT_SYMBOL_GPL vmlinux 0x7c23a209 l3mdev_update_flow +EXPORT_SYMBOL_GPL vmlinux 0x7c242901 devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x7c252ebd of_get_mtd_device_by_node +EXPORT_SYMBOL_GPL vmlinux 0x7c29176c snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL vmlinux 0x7c291e86 show_rcu_tasks_trace_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0x7c33e0de debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x7c3d8a4b icc_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x7c44f05d __srcu_read_lock_nmisafe +EXPORT_SYMBOL_GPL vmlinux 0x7c4e8221 usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0x7c5968da disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x7c7c66ac regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x7c81eeaa spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0x7c891e58 nanddev_markbad +EXPORT_SYMBOL_GPL vmlinux 0x7c983a5d dmi_walk +EXPORT_SYMBOL_GPL vmlinux 0x7c9a7371 clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0x7ca64a0b __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x7cb1aea1 devlink_dpipe_header_ethernet +EXPORT_SYMBOL_GPL vmlinux 0x7ccd05dc snd_soc_dai_compr_startup +EXPORT_SYMBOL_GPL vmlinux 0x7cd08185 dw_pcie_ep_init_notify +EXPORT_SYMBOL_GPL vmlinux 0x7cd4b539 snd_soc_resume +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7cefaf64 vring_notification_data +EXPORT_SYMBOL_GPL vmlinux 0x7d00c65b nd_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x7d20ec99 clk_hw_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x7d22bc99 devlink_dpipe_match_put +EXPORT_SYMBOL_GPL vmlinux 0x7d29a110 sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0x7d399440 pci_vpd_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7d52f5f1 trace_array_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0x7d54d167 pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d616293 rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0x7d6b4a25 metadata_dst_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0x7d6b7bf3 dma_mmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x7d6dc749 __tracepoint_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x7d6ff210 fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0x7d702d74 __traceiter_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7dddda81 power_supply_get_property +EXPORT_SYMBOL_GPL vmlinux 0x7de39e07 phy_basic_t1_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7df20815 devm_gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x7e11b817 transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0x7e19fd23 direct_write_fallback +EXPORT_SYMBOL_GPL vmlinux 0x7e1cd99f dma_map_sgtable +EXPORT_SYMBOL_GPL vmlinux 0x7e26370b __traceiter_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x7e3bdecd __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0x7e5db80b pstore_name_to_type +EXPORT_SYMBOL_GPL vmlinux 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e6ce0b2 crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0x7e6ec99c __put_mtd_device +EXPORT_SYMBOL_GPL vmlinux 0x7e71d1e4 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x7e732d5f led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0x7e7843da device_set_of_node_from_dev +EXPORT_SYMBOL_GPL vmlinux 0x7e7e3f58 ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7e862ec7 net_failover_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7e917894 __SCK__tp_func_unmap +EXPORT_SYMBOL_GPL vmlinux 0x7ea57d32 cgroup_get_from_fd +EXPORT_SYMBOL_GPL vmlinux 0x7ea8efcc devm_of_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x7eb808d0 add_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7ec49158 rcu_tasks_trace_qs_blkd +EXPORT_SYMBOL_GPL vmlinux 0x7ed26254 crypto_rng_reset +EXPORT_SYMBOL_GPL vmlinux 0x7edd2b44 scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0x7ee4b4b8 perf_get_aux +EXPORT_SYMBOL_GPL vmlinux 0x7ee9e3b5 tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x7eea6b8b pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0x7f2623ee mm_account_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x7f4111bb gpiod_set_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x7f651925 simple_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0x7f700739 snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL vmlinux 0x7f7cbc64 ip_tunnel_need_metadata +EXPORT_SYMBOL_GPL vmlinux 0x7f84f35d rcu_gp_slow_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7f8c4b32 pci_assign_unassigned_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x7f8dd2bb bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x7f94e270 dma_resv_get_singleton +EXPORT_SYMBOL_GPL vmlinux 0x7f96aa29 blk_mq_pci_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x7f9872c1 iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x7fa1e065 devl_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7fde5582 spi_take_timestamp_post +EXPORT_SYMBOL_GPL vmlinux 0x7fded079 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0x7fdf1c11 mtk_build_eint +EXPORT_SYMBOL_GPL vmlinux 0x80099d2c ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x801eb65d dev_pm_opp_of_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x8027b599 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0x8027b905 dm_report_zones +EXPORT_SYMBOL_GPL vmlinux 0x8031ab9d of_reserved_mem_device_init_by_idx +EXPORT_SYMBOL_GPL vmlinux 0x8035bed7 rockchip_clk_protect_critical +EXPORT_SYMBOL_GPL vmlinux 0x803dbf00 pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8046712e divider_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0x8048601c pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0x805500ab ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0x80577248 meson_clk_pll_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x80584211 misc_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x805979a4 snd_soc_info_enum_double +EXPORT_SYMBOL_GPL vmlinux 0x80639475 platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0x80746ec6 btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0x807fdcc4 call_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x8083ed23 __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0x808d9c35 md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x809de729 regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0x80abf064 auxiliary_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x80b63c4a tegra20_clk_prepare_emc_mc_same_freq +EXPORT_SYMBOL_GPL vmlinux 0x80c4678f icc_node_add +EXPORT_SYMBOL_GPL vmlinux 0x80c68137 nf_log_buf_close +EXPORT_SYMBOL_GPL vmlinux 0x80ca4443 of_dma_router_register +EXPORT_SYMBOL_GPL vmlinux 0x80d2e929 imx_clk_fracn_gppll +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80dfacc1 devm_namespace_disable +EXPORT_SYMBOL_GPL vmlinux 0x80ee30d7 usb_gadget_frame_number +EXPORT_SYMBOL_GPL vmlinux 0x80efd015 imx_dev_clk_hw_pll14xx +EXPORT_SYMBOL_GPL vmlinux 0x80f2ae50 synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x80f457a2 snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL vmlinux 0x80f46036 unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x80f5fcb2 snd_soc_get_enum_double +EXPORT_SYMBOL_GPL vmlinux 0x810e7e09 usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0x8110a73a cond_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x8118caef regulator_find_closest_bigger +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x811dd245 __tracepoint_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x813ab323 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x814b917c tpm1_getcap +EXPORT_SYMBOL_GPL vmlinux 0x81554917 crypto_comp_compress +EXPORT_SYMBOL_GPL vmlinux 0x815588a6 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x815fda83 sed_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x816151a0 devm_hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x816a41ca cpufreq_update_limits +EXPORT_SYMBOL_GPL vmlinux 0x8170c8fb regmap_get_raw_read_max +EXPORT_SYMBOL_GPL vmlinux 0x8179481c crypto_clone_tfm +EXPORT_SYMBOL_GPL vmlinux 0x8180cede asn1_encode_sequence +EXPORT_SYMBOL_GPL vmlinux 0x81af55aa devm_hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0x81c39a07 tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x81d3e6d8 proc_create_net_single_write +EXPORT_SYMBOL_GPL vmlinux 0x81d96f10 devfreq_event_disable_edev +EXPORT_SYMBOL_GPL vmlinux 0x81dffbcb regmap_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x81e2bdf4 generic_handle_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x81e74021 xdp_return_frame +EXPORT_SYMBOL_GPL vmlinux 0x81ee81f0 percpu_ref_reinit +EXPORT_SYMBOL_GPL vmlinux 0x81f372a2 unregister_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x81f5ab65 pm_clk_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8202b650 irq_set_affinity +EXPORT_SYMBOL_GPL vmlinux 0x82091258 pinctrl_force_default +EXPORT_SYMBOL_GPL vmlinux 0x82226c53 pinctrl_unregister_mappings +EXPORT_SYMBOL_GPL vmlinux 0x822a918d serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0x823e6b1e dw_pcie_find_capability +EXPORT_SYMBOL_GPL vmlinux 0x8246cf86 anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x82542b76 dma_request_chan_by_mask +EXPORT_SYMBOL_GPL vmlinux 0x8263f861 crypto_alloc_kpp +EXPORT_SYMBOL_GPL vmlinux 0x82640017 rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0x827123a3 ethnl_cable_test_alloc +EXPORT_SYMBOL_GPL vmlinux 0x82876b0b sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0x8288b562 adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0x8288c738 regulator_get_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0x828c61a8 snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL vmlinux 0x8292e0df fscrypt_context_for_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x829887b2 nvmem_cell_read_u16 +EXPORT_SYMBOL_GPL vmlinux 0x829ebec2 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0x82a2709f powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0x82a80545 __SCK__tp_func_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x82bd055b mas_prev_range +EXPORT_SYMBOL_GPL vmlinux 0x82c562d1 crypto_alloc_sync_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82de66f6 ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0x82fad882 dev_pm_opp_adjust_voltage +EXPORT_SYMBOL_GPL vmlinux 0x82fddd61 mbox_flush +EXPORT_SYMBOL_GPL vmlinux 0x830184a2 sysfs_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x830c8adb nand_read_page_op +EXPORT_SYMBOL_GPL vmlinux 0x8319a2ae debugfs_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x831f13df devm_rtc_allocate_device +EXPORT_SYMBOL_GPL vmlinux 0x8320cda9 scmi_device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x832d631c device_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x8339df73 klist_add_behind +EXPORT_SYMBOL_GPL vmlinux 0x8340e13a __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x8341cb95 spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8349a895 nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x83544515 edac_pci_handle_npe +EXPORT_SYMBOL_GPL vmlinux 0x8367b41a gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x836d652f poll_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x83838773 mtk_pinconf_bias_disable_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0x838fc4c0 xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0x83907a51 pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x83955133 pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0x83971642 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x839c33a3 generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0x83a00bdb debugfs_create_str +EXPORT_SYMBOL_GPL vmlinux 0x83a888e0 serdev_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x83af2f5b rockchip_clk_register_branches +EXPORT_SYMBOL_GPL vmlinux 0x83b50053 usb_check_int_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x83b51760 i2c_of_match_device +EXPORT_SYMBOL_GPL vmlinux 0x83bcee31 free_fib_info +EXPORT_SYMBOL_GPL vmlinux 0x83c082ca snd_soc_link_compr_startup +EXPORT_SYMBOL_GPL vmlinux 0x83dbd262 blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0x83e6f842 __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x83ebf46a vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0x840ed7c1 __traceiter_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x84106f36 devlink_trap_ctx_priv +EXPORT_SYMBOL_GPL vmlinux 0x84264ced fs_umode_to_ftype +EXPORT_SYMBOL_GPL vmlinux 0x844712df perf_event_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x844f552b transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0x844fb875 cpufreq_driver_resolve_freq +EXPORT_SYMBOL_GPL vmlinux 0x84502a47 blk_status_to_errno +EXPORT_SYMBOL_GPL vmlinux 0x8459df96 ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0x845aa3dc lpddr2_jedec_timings +EXPORT_SYMBOL_GPL vmlinux 0x845b2069 usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0x845d213c nand_prog_page_begin_op +EXPORT_SYMBOL_GPL vmlinux 0x845dbf3b scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0x8460afb6 devl_rate_nodes_destroy +EXPORT_SYMBOL_GPL vmlinux 0x846210c7 snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL vmlinux 0x8462cb62 atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0x847b25ff snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL vmlinux 0x847c21bb crypto_clone_shash +EXPORT_SYMBOL_GPL vmlinux 0x847fd9b3 irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x84875185 sfp_bus_add_upstream +EXPORT_SYMBOL_GPL vmlinux 0x848a020e device_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x84a3ad69 mtk_eint_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x84a8d0eb of_changeset_revert +EXPORT_SYMBOL_GPL vmlinux 0x84ac42dc blocking_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x84ca1cf9 clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x84cd8956 nand_read_oob_op +EXPORT_SYMBOL_GPL vmlinux 0x84d175e8 mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0x84f99fdc serial8250_do_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x84fc10bb snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL vmlinux 0x84fce5f7 vchan_tx_submit +EXPORT_SYMBOL_GPL vmlinux 0x84fe53b4 vp_modern_get_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0x84ff0b3c generic_handle_domain_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x8501178f ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0x8506baa8 clk_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x850bb6db devlink_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x85135ff1 led_get_default_pattern +EXPORT_SYMBOL_GPL vmlinux 0x85175f44 irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0x851e6003 usb_phy_roothub_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x851fe124 __SCK__tp_func_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x852d2046 mtd_ooblayout_count_freebytes +EXPORT_SYMBOL_GPL vmlinux 0x854025d0 tps65217_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0x8542171f sched_show_task +EXPORT_SYMBOL_GPL vmlinux 0x85540ebc nvmem_cell_put +EXPORT_SYMBOL_GPL vmlinux 0x85558fa0 pci_epc_start +EXPORT_SYMBOL_GPL vmlinux 0x8557e647 dma_resv_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x8559d42e pm_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0x855a94f3 scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0x85647219 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0x8574ca6c gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x858a265f __traceiter_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x858e2628 dax_holder +EXPORT_SYMBOL_GPL vmlinux 0x85a0128c of_property_read_u64_index +EXPORT_SYMBOL_GPL vmlinux 0x85aa7a07 icc_nodes_remove +EXPORT_SYMBOL_GPL vmlinux 0x85ac18e2 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0x85ae1c77 crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x85b7bbdd regulator_set_soft_start_regmap +EXPORT_SYMBOL_GPL vmlinux 0x85c43619 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x85c99cb5 udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0x85cf901f spi_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x85d38a61 nand_readid_op +EXPORT_SYMBOL_GPL vmlinux 0x85d49b6d pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x860175e9 nand_erase_op +EXPORT_SYMBOL_GPL vmlinux 0x860a2eab bch_decode +EXPORT_SYMBOL_GPL vmlinux 0x860f6fff mvebu_mbus_get_pcie_mem_aperture +EXPORT_SYMBOL_GPL vmlinux 0x861a7a70 fscrypt_dummy_policies_equal +EXPORT_SYMBOL_GPL vmlinux 0x862258db timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x862bb17b linear_range_values_in_range_array +EXPORT_SYMBOL_GPL vmlinux 0x8633baf8 dev_coredumpsg +EXPORT_SYMBOL_GPL vmlinux 0x86345e99 mtd_read_oob +EXPORT_SYMBOL_GPL vmlinux 0x86389f1f ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0x865210ca folio_test_hugetlb +EXPORT_SYMBOL_GPL vmlinux 0x86585a33 devlink_fmsg_obj_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x865e84fc ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x8664f0c3 devm_regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x86704321 mvebu_mbus_get_pcie_io_aperture +EXPORT_SYMBOL_GPL vmlinux 0x8672737f vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x86735d73 gpiochip_irq_domain_deactivate +EXPORT_SYMBOL_GPL vmlinux 0x8677245d unregister_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8682354a rio_dma_prep_xfer +EXPORT_SYMBOL_GPL vmlinux 0x86871b40 devlink_info_version_stored_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x8696808c phy_gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x86977ba5 pci_epc_linkup +EXPORT_SYMBOL_GPL vmlinux 0x86b612f1 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x86c87b19 usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0x86d6609d __spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0x86da0bee serdev_device_set_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x86e3131a snd_soc_unregister_component +EXPORT_SYMBOL_GPL vmlinux 0x86e7a634 alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f85114 net_dec_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x86fab027 dev_pm_opp_get_max_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0x871c395b snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL vmlinux 0x87245ec4 device_create_managed_software_node +EXPORT_SYMBOL_GPL vmlinux 0x8726e493 syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x872bfdbb regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x872f9814 of_prop_next_string +EXPORT_SYMBOL_GPL vmlinux 0x874712d2 of_phandle_args_to_fwspec +EXPORT_SYMBOL_GPL vmlinux 0x87548ab0 genphy_c45_read_link +EXPORT_SYMBOL_GPL vmlinux 0x8774fa67 of_request_module +EXPORT_SYMBOL_GPL vmlinux 0x8780d09e fb_sys_read +EXPORT_SYMBOL_GPL vmlinux 0x878260bd wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x87a60a0f snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL vmlinux 0x87b210d0 clkdev_create +EXPORT_SYMBOL_GPL vmlinux 0x87d4f23c ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x87dea089 of_get_regulator_init_data +EXPORT_SYMBOL_GPL vmlinux 0x87f38644 usb_wakeup_enabled_descendants +EXPORT_SYMBOL_GPL vmlinux 0x8800746d regulator_get_hardware_vsel_register +EXPORT_SYMBOL_GPL vmlinux 0x8805a073 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x880ef295 property_entries_dup +EXPORT_SYMBOL_GPL vmlinux 0x8812465d of_property_read_variable_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x882077d5 usb_ep_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x882b05cf mbox_bind_client +EXPORT_SYMBOL_GPL vmlinux 0x8839d0fd edac_mc_add_mc_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x884dec08 strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0x88523274 usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0x885528a6 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x88558b9a pm_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x885d0f46 blk_mq_free_request +EXPORT_SYMBOL_GPL vmlinux 0x88787526 nvdimm_security_setup_events +EXPORT_SYMBOL_GPL vmlinux 0x88833d88 __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x888d898a fib_nh_common_init +EXPORT_SYMBOL_GPL vmlinux 0x8893d51e devm_platform_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0x889d20e2 blk_mq_complete_request_remote +EXPORT_SYMBOL_GPL vmlinux 0x88a1db02 of_pci_parse_bus_range +EXPORT_SYMBOL_GPL vmlinux 0x88a32828 __sdhci_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88b4ae92 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x88bd257b snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL vmlinux 0x88ef0ff8 ethtool_params_from_link_mode +EXPORT_SYMBOL_GPL vmlinux 0x88f31a64 usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0x88fac4e8 xhci_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x89079914 dev_pm_opp_get_max_clock_latency +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x892719cc devfreq_event_get_event +EXPORT_SYMBOL_GPL vmlinux 0x892e6ebb nvmem_layout_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x892ee0b4 crypto_aead_setkey +EXPORT_SYMBOL_GPL vmlinux 0x893a3963 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0x893abbdd devlink_fmsg_u32_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x893c5ddb unlock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x893fea6c mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x8954287c devlink_dpipe_entry_ctx_prepare +EXPORT_SYMBOL_GPL vmlinux 0x8954dc8e __SCK__tp_func_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x8954ed53 dma_async_device_channel_unregister +EXPORT_SYMBOL_GPL vmlinux 0x896de032 ioc_find_get_icq +EXPORT_SYMBOL_GPL vmlinux 0x89755eea mtk_clk_dummy_ops +EXPORT_SYMBOL_GPL vmlinux 0x897780f4 rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x8978c539 inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0x897f1d73 md_bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x8983e29c sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0x8994df11 strp_init +EXPORT_SYMBOL_GPL vmlinux 0x89a28f4b dev_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0x89b3ac1f vcap_get_rule +EXPORT_SYMBOL_GPL vmlinux 0x89b3f73c cpts_release +EXPORT_SYMBOL_GPL vmlinux 0x89b9ef57 fwnode_graph_get_remote_port +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89bfe270 __wake_up_locked_key_bookmark +EXPORT_SYMBOL_GPL vmlinux 0x89c4f3ac tcp_rate_check_app_limited +EXPORT_SYMBOL_GPL vmlinux 0x89cd33f7 ata_ncq_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x89cfef89 of_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0x89d00454 tps65217_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x89d333dd thermal_zone_device_id +EXPORT_SYMBOL_GPL vmlinux 0x89db4165 __put_net +EXPORT_SYMBOL_GPL vmlinux 0x89de66e8 regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0x8a2e1b52 nf_hook_entries_insert_raw +EXPORT_SYMBOL_GPL vmlinux 0x8a2efae0 rhashtable_free_and_destroy +EXPORT_SYMBOL_GPL vmlinux 0x8a34694b tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x8a37d51f rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x8a3f84ba linear_range_get_selector_low +EXPORT_SYMBOL_GPL vmlinux 0x8a43a879 pm_genpd_opp_to_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x8a46cb6c mc146818_avoid_UIP +EXPORT_SYMBOL_GPL vmlinux 0x8a554a36 mpc8xxx_spi_strmode +EXPORT_SYMBOL_GPL vmlinux 0x8a62b81b sfp_upstream_stop +EXPORT_SYMBOL_GPL vmlinux 0x8a83fb45 mpi_point_free_parts +EXPORT_SYMBOL_GPL vmlinux 0x8a8763fd platform_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x8a94b6ec skb_segment_list +EXPORT_SYMBOL_GPL vmlinux 0x8a94d405 __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0x8a97c62d extcon_register_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0x8aa1b702 __tracepoint_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x8aab413a __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x8aab84a0 irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x8aad89f7 exynos_get_pmu_regmap +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8ac0629b device_get_dma_attr +EXPORT_SYMBOL_GPL vmlinux 0x8ac1407b sfp_get_module_eeprom +EXPORT_SYMBOL_GPL vmlinux 0x8ad9e1e9 sbitmap_queue_wake_all +EXPORT_SYMBOL_GPL vmlinux 0x8adfce74 tty_port_register_device_serdev +EXPORT_SYMBOL_GPL vmlinux 0x8ae99c6b tcp_plb_check_rehash +EXPORT_SYMBOL_GPL vmlinux 0x8ae9fbf6 of_devfreq_cooling_register_power +EXPORT_SYMBOL_GPL vmlinux 0x8aed6311 is_nvdimm_sync +EXPORT_SYMBOL_GPL vmlinux 0x8af85b6f pinctrl_generic_get_group +EXPORT_SYMBOL_GPL vmlinux 0x8b0378e7 pci_dev_unlock +EXPORT_SYMBOL_GPL vmlinux 0x8b13d337 devm_kstrdup_const +EXPORT_SYMBOL_GPL vmlinux 0x8b149c36 clk_is_match +EXPORT_SYMBOL_GPL vmlinux 0x8b1d9c75 __devm_irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x8b1e1c4e pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8b3567dc mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x8b38cfbf ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x8b3e9efa __traceiter_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x8b3f6e4a pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0x8b4a1b3e ping_close +EXPORT_SYMBOL_GPL vmlinux 0x8b4a2aaf nanddev_ecc_engine_init +EXPORT_SYMBOL_GPL vmlinux 0x8b529ce4 nvmem_add_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0x8b5c4f41 input_ff_flush +EXPORT_SYMBOL_GPL vmlinux 0x8b5f1268 __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0x8b67d63c usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x8b72c98f device_attach +EXPORT_SYMBOL_GPL vmlinux 0x8b7f74e3 msi_domain_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x8b91f7a7 nr_swap_pages +EXPORT_SYMBOL_GPL vmlinux 0x8ba0131b spi_split_transfers_maxwords +EXPORT_SYMBOL_GPL vmlinux 0x8bda9b90 i2c_slave_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8bdf8dc7 gpiod_get_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x8be5b01d sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0x8beaf315 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x8bf99537 nand_write_data_op +EXPORT_SYMBOL_GPL vmlinux 0x8c019352 dev_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0x8c01c40a regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0x8c0215f2 pm_system_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x8c039043 tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c09cb50 vcap_rule_add_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x8c0d4c3a __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x8c0ed103 rcu_check_boost_fail +EXPORT_SYMBOL_GPL vmlinux 0x8c2b4556 dm_post_suspending +EXPORT_SYMBOL_GPL vmlinux 0x8c2d4119 of_get_required_opp_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x8c3218c9 sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0x8c716c22 snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL vmlinux 0x8c71fa48 unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0x8c743fb6 reset_control_status +EXPORT_SYMBOL_GPL vmlinux 0x8c7fd963 devl_assert_locked +EXPORT_SYMBOL_GPL vmlinux 0x8c80d5b4 snd_card_free_on_error +EXPORT_SYMBOL_GPL vmlinux 0x8c89e3b8 usb_phy_roothub_power_off +EXPORT_SYMBOL_GPL vmlinux 0x8c98d248 unregister_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x8c9d857b tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0x8c9e54d3 devlink_info_version_running_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x8cae40ff trace_get_event_file +EXPORT_SYMBOL_GPL vmlinux 0x8caf5e9c snd_soc_component_write_field +EXPORT_SYMBOL_GPL vmlinux 0x8cb7a903 fscrypt_d_revalidate +EXPORT_SYMBOL_GPL vmlinux 0x8cbd4fd4 xdp_rxq_info_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x8cc6dabe class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0x8cc9b9c9 vchan_find_desc +EXPORT_SYMBOL_GPL vmlinux 0x8cca5c49 snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL vmlinux 0x8cdce50c nanddev_mtd_erase +EXPORT_SYMBOL_GPL vmlinux 0x8cf41ea0 regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x8d1a83a5 usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d25f58c sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0x8d431d77 devl_param_value_changed +EXPORT_SYMBOL_GPL vmlinux 0x8d59336c dw_pcie_ep_raise_legacy_irq +EXPORT_SYMBOL_GPL vmlinux 0x8d6625c2 snd_soc_dapm_update_dai +EXPORT_SYMBOL_GPL vmlinux 0x8d864069 snd_pcm_rate_range_to_bits +EXPORT_SYMBOL_GPL vmlinux 0x8d8c299d dev_pm_opp_init_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x8d908ebf power_supply_get_maintenance_charging_setting +EXPORT_SYMBOL_GPL vmlinux 0x8dbde127 mmc_send_abort_tuning +EXPORT_SYMBOL_GPL vmlinux 0x8dbf50b9 xas_set_mark +EXPORT_SYMBOL_GPL vmlinux 0x8dc11669 lpddr2_jedec_addressing_table +EXPORT_SYMBOL_GPL vmlinux 0x8dd218b0 icc_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x8deabe03 ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0x8dfd1816 __netdev_watchdog_up +EXPORT_SYMBOL_GPL vmlinux 0x8e0a7cf7 iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x8e0d5bb0 em_dev_register_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0x8e0dd2d0 irq_create_fwspec_mapping +EXPORT_SYMBOL_GPL vmlinux 0x8e0fed09 genphy_c45_fast_retrain +EXPORT_SYMBOL_GPL vmlinux 0x8e13f154 irq_chip_set_parent_state +EXPORT_SYMBOL_GPL vmlinux 0x8e198a5c snd_device_get_state +EXPORT_SYMBOL_GPL vmlinux 0x8e1f940e pci_ats_supported +EXPORT_SYMBOL_GPL vmlinux 0x8e476393 snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL vmlinux 0x8e4b63a6 hisi_clk_register_gate_sep +EXPORT_SYMBOL_GPL vmlinux 0x8e4eb451 bpf_sk_storage_diag_free +EXPORT_SYMBOL_GPL vmlinux 0x8e51a3c7 dev_pm_opp_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x8e6b1a9e net_selftest_get_count +EXPORT_SYMBOL_GPL vmlinux 0x8e73b2f0 phy_package_leave +EXPORT_SYMBOL_GPL vmlinux 0x8e7f71e8 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x8e81c98b crypto_register_aeads +EXPORT_SYMBOL_GPL vmlinux 0x8e85ad53 kick_process +EXPORT_SYMBOL_GPL vmlinux 0x8e96b225 devfreq_event_get_edev_count +EXPORT_SYMBOL_GPL vmlinux 0x8ea53b7a ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x8eb3f9ba of_pci_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0x8ec664de fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0x8ec9d769 clockevents_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0x8edc6959 blk_mq_start_stopped_hw_queue +EXPORT_SYMBOL_GPL vmlinux 0x8eec19bd __SCK__tp_func_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x8eee3399 dax_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x8eee368f sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0x8eef0aa1 devlink_dpipe_table_counter_enabled +EXPORT_SYMBOL_GPL vmlinux 0x8f00f6d1 vhost_task_start +EXPORT_SYMBOL_GPL vmlinux 0x8f041e23 usb_control_msg_send +EXPORT_SYMBOL_GPL vmlinux 0x8f0748af rcu_expedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x8f132870 fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x8f16c9cc housekeeping_affine +EXPORT_SYMBOL_GPL vmlinux 0x8f1a8cf9 rsa_parse_pub_key +EXPORT_SYMBOL_GPL vmlinux 0x8f1be0bb usb_gadget_deactivate +EXPORT_SYMBOL_GPL vmlinux 0x8f1f4ab7 dw_pcie_upconfig_setup +EXPORT_SYMBOL_GPL vmlinux 0x8f21755e irq_domain_pop_irq +EXPORT_SYMBOL_GPL vmlinux 0x8f2b0475 __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0x8f37b14d set_primary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x8f3dbfbd cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0x8f430ef0 sk_msg_free +EXPORT_SYMBOL_GPL vmlinux 0x8f45f667 user_describe +EXPORT_SYMBOL_GPL vmlinux 0x8f55642f rockchip_pcie_enable_clocks +EXPORT_SYMBOL_GPL vmlinux 0x8f591f7a pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0x8f5a2165 imx_pinctrl_probe +EXPORT_SYMBOL_GPL vmlinux 0x8f5fea9f __percpu_down_read +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f7116e0 xhci_check_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0x8f71369f ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x8f725e67 probes_decode_arm_table +EXPORT_SYMBOL_GPL vmlinux 0x8f7302e2 vcap_keyfield_name +EXPORT_SYMBOL_GPL vmlinux 0x8f74f844 sk_set_peek_off +EXPORT_SYMBOL_GPL vmlinux 0x8f786bee fs_umode_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0x8f848468 ncsi_vlan_rx_kill_vid +EXPORT_SYMBOL_GPL vmlinux 0x8f8823c0 ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x8f952e21 vp_legacy_get_features +EXPORT_SYMBOL_GPL vmlinux 0x8f9890da smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x8f9f2b5a cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0x8fa86c40 sdhci_cleanup_host +EXPORT_SYMBOL_GPL vmlinux 0x8fbad1f4 mpc8xxx_spi_tx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0x8fd180d1 fixed_phy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8fd30db3 sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0x8fd83694 pci_ecam_free +EXPORT_SYMBOL_GPL vmlinux 0x8fda3377 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0x8fdbdf1f vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0x8fe93b3d __tracepoint_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0x8fea36f6 genphy_c45_aneg_done +EXPORT_SYMBOL_GPL vmlinux 0x8fecb588 vcap_select_min_rule_keyset +EXPORT_SYMBOL_GPL vmlinux 0x8feeee05 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0x8ff60436 mpi_ec_add_points +EXPORT_SYMBOL_GPL vmlinux 0x900f627b regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0x902b36be regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x902c7df3 devm_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0x903b627c list_lru_isolate_move +EXPORT_SYMBOL_GPL vmlinux 0x904ca30a devm_pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0x905ed879 perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0x90673d74 pinctrl_utils_free_map +EXPORT_SYMBOL_GPL vmlinux 0x906dd327 usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x907d9f9a folio_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x9082c9a1 regulator_is_equal +EXPORT_SYMBOL_GPL vmlinux 0x90872147 __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0x9089ad1d mtd_write +EXPORT_SYMBOL_GPL vmlinux 0x90915f97 of_console_check +EXPORT_SYMBOL_GPL vmlinux 0x909287c6 dev_get_tstats64 +EXPORT_SYMBOL_GPL vmlinux 0x90957d5d __nf_ip6_route +EXPORT_SYMBOL_GPL vmlinux 0x909a1368 icc_disable +EXPORT_SYMBOL_GPL vmlinux 0x909a2d78 devl_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0x90a4f6a6 synth_event_add_next_val +EXPORT_SYMBOL_GPL vmlinux 0x90b28583 sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0x90b72aab set_selection_kernel +EXPORT_SYMBOL_GPL vmlinux 0x90b93d21 scsi_internal_device_unblock_nowait +EXPORT_SYMBOL_GPL vmlinux 0x90c5448c device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0x90ea9053 devlink_dpipe_entry_ctx_append +EXPORT_SYMBOL_GPL vmlinux 0x90fea9c5 usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0x9105c630 failover_register +EXPORT_SYMBOL_GPL vmlinux 0x910b08e8 regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x9110dc97 usb_role_switch_register +EXPORT_SYMBOL_GPL vmlinux 0x9137d15a kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0x913dc288 bpf_trace_run11 +EXPORT_SYMBOL_GPL vmlinux 0x913ebd32 stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x91409b92 irq_set_chained_handler_and_data +EXPORT_SYMBOL_GPL vmlinux 0x91519a16 dev_pm_opp_of_cpumask_add_table +EXPORT_SYMBOL_GPL vmlinux 0x91587a41 vp_modern_get_num_queues +EXPORT_SYMBOL_GPL vmlinux 0x915b3244 iomap_get_folio +EXPORT_SYMBOL_GPL vmlinux 0x915b4d42 xhci_dbg_trace +EXPORT_SYMBOL_GPL vmlinux 0x91832101 __xdp_rxq_info_reg +EXPORT_SYMBOL_GPL vmlinux 0x9184a032 dev_pm_opp_get_of_node +EXPORT_SYMBOL_GPL vmlinux 0x91955a9f start_poll_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x919590d9 of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0x919fb7e2 get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x91a118dd irq_chip_set_type_parent +EXPORT_SYMBOL_GPL vmlinux 0x91a53bc3 sdhci_pltfm_init +EXPORT_SYMBOL_GPL vmlinux 0x91a8cac0 vp_modern_map_vq_notify +EXPORT_SYMBOL_GPL vmlinux 0x91a8e1e7 virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0x91b774a1 mpi_scanval +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91c7c547 serial8250_do_set_divisor +EXPORT_SYMBOL_GPL vmlinux 0x91d3877b snd_soc_dapm_new_control +EXPORT_SYMBOL_GPL vmlinux 0x91e0e966 of_reserved_mem_device_release +EXPORT_SYMBOL_GPL vmlinux 0x91ea8726 asn1_encode_boolean +EXPORT_SYMBOL_GPL vmlinux 0x91eac764 mpi_print +EXPORT_SYMBOL_GPL vmlinux 0x91f5cd2d usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x92079a72 xfrm_state_afinfo_get_rcu +EXPORT_SYMBOL_GPL vmlinux 0x921ee10b snd_soc_of_get_slot_mask +EXPORT_SYMBOL_GPL vmlinux 0x9223e19a rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0x9227807f mtk_hw_get_value +EXPORT_SYMBOL_GPL vmlinux 0x923686a9 sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0x923e42aa sysfb_disable +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x9250b83a kthread_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x9250ba43 i2c_dw_configure_master +EXPORT_SYMBOL_GPL vmlinux 0x92545377 kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x92776a09 __netpoll_free +EXPORT_SYMBOL_GPL vmlinux 0x927c7ad7 vp_modern_probe +EXPORT_SYMBOL_GPL vmlinux 0x92833e5c devm_of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0x92890001 cpufreq_dbs_governor_stop +EXPORT_SYMBOL_GPL vmlinux 0x9297d9ec mtk_pinconf_adv_drive_get +EXPORT_SYMBOL_GPL vmlinux 0x929e95cf psi_memstall_enter +EXPORT_SYMBOL_GPL vmlinux 0x92ab14f7 __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0x92b57248 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x92bd968c bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x92c63ea0 mxic_ecc_get_pipelined_engine +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92d95a03 class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92ddb037 pwm_adjust_config +EXPORT_SYMBOL_GPL vmlinux 0x92e57e14 ahci_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x92e70c68 __percpu_init_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x92e7ca9f devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0x9301eb14 __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x930b806c __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x9313aa56 pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0x931446f1 __tracepoint_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x93149d0a dma_resv_test_signaled +EXPORT_SYMBOL_GPL vmlinux 0x9315b8e4 register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x93184627 dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x931da438 devm_pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0x931e3a26 mbox_client_peek_data +EXPORT_SYMBOL_GPL vmlinux 0x93255b2b ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x932c8d7a linear_range_get_value_array +EXPORT_SYMBOL_GPL vmlinux 0x932d5ac0 wbc_account_cgroup_owner +EXPORT_SYMBOL_GPL vmlinux 0x93335116 led_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0x93373eef ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0x93418afa devfreq_event_reset_event +EXPORT_SYMBOL_GPL vmlinux 0x9342e724 clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0x9347a30c tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x9348ec98 hte_ts_get +EXPORT_SYMBOL_GPL vmlinux 0x934e0839 __regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x934f30af ata_pci_shutdown_one +EXPORT_SYMBOL_GPL vmlinux 0x93605e9a vfsgid_in_group_p +EXPORT_SYMBOL_GPL vmlinux 0x936f988e dev_pm_opp_get_required_pstate +EXPORT_SYMBOL_GPL vmlinux 0x93746407 rcuwait_wake_up +EXPORT_SYMBOL_GPL vmlinux 0x93805369 software_node_register_node_group +EXPORT_SYMBOL_GPL vmlinux 0x938efca5 fscrypt_file_open +EXPORT_SYMBOL_GPL vmlinux 0x9396c787 __wake_up_locked_sync_key +EXPORT_SYMBOL_GPL vmlinux 0x939fee6f extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x93ade3cf get_device_system_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0x93af9993 dev_pm_opp_add +EXPORT_SYMBOL_GPL vmlinux 0x93b211e4 gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x93c7edeb usb_find_common_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x93e71266 dev_pm_opp_find_level_ceil +EXPORT_SYMBOL_GPL vmlinux 0x93edef07 devlink_health_report +EXPORT_SYMBOL_GPL vmlinux 0x93f96856 mmu_interval_notifier_insert_locked +EXPORT_SYMBOL_GPL vmlinux 0x93fe1184 regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0x9412516f fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0x94160518 __put_task_struct_rcu_cb +EXPORT_SYMBOL_GPL vmlinux 0x941ae386 tcp_get_syncookie_mss +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x9425bb34 nvmem_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x9430b198 trace_dump_stack +EXPORT_SYMBOL_GPL vmlinux 0x94368f1d fixup_user_fault +EXPORT_SYMBOL_GPL vmlinux 0x9437bae7 get_net_ns_by_fd +EXPORT_SYMBOL_GPL vmlinux 0x94464390 trace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0x9448620e snd_soc_dapm_kcontrol_dapm +EXPORT_SYMBOL_GPL vmlinux 0x945cb56c usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0x945fcccf iommu_unmap_fast +EXPORT_SYMBOL_GPL vmlinux 0x9468ea70 schedule_hrtimeout_range_clock +EXPORT_SYMBOL_GPL vmlinux 0x946dd559 sha224_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x946fa082 hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0x9476337b spi_delay_to_ns +EXPORT_SYMBOL_GPL vmlinux 0x947ce0b9 mtd_write_oob +EXPORT_SYMBOL_GPL vmlinux 0x949b5176 devlink_region_snapshot_create +EXPORT_SYMBOL_GPL vmlinux 0x94a7f310 serdev_device_set_parity +EXPORT_SYMBOL_GPL vmlinux 0x94abb745 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0x94ac832d hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x94b9ec8b register_btf_id_dtor_kfuncs +EXPORT_SYMBOL_GPL vmlinux 0x94cfa69f nand_ecc_tweak_req +EXPORT_SYMBOL_GPL vmlinux 0x94e15cc4 irq_domain_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x94ed6d38 snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x950d51d3 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x951a2773 crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x952377a6 clk_register_composite +EXPORT_SYMBOL_GPL vmlinux 0x953e1b9e ktime_get_real_seconds +EXPORT_SYMBOL_GPL vmlinux 0x954149bf cpts_misc_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x9550255a pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0x9558549f spi_target_abort +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x955ee96c crc64_be +EXPORT_SYMBOL_GPL vmlinux 0x956188da skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0x95649040 __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x95649813 mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL vmlinux 0x95677410 edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x956ac400 ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x956d7356 virtio_add_status +EXPORT_SYMBOL_GPL vmlinux 0x957166d8 regmap_irq_set_type_config_simple +EXPORT_SYMBOL_GPL vmlinux 0x95747987 blk_mq_sched_try_insert_merge +EXPORT_SYMBOL_GPL vmlinux 0x95843030 mpi_ec_init +EXPORT_SYMBOL_GPL vmlinux 0x9584fee6 switchdev_handle_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x95900595 watchdog_notify_pretimeout +EXPORT_SYMBOL_GPL vmlinux 0x9591455f snd_soc_dapm_free +EXPORT_SYMBOL_GPL vmlinux 0x95920f5c ZSTD_customCalloc +EXPORT_SYMBOL_GPL vmlinux 0x9593ef31 register_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x95a1fed5 blk_next_bio +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95d74dd0 spi_mem_poll_status +EXPORT_SYMBOL_GPL vmlinux 0x95ea9120 vfs_get_acl +EXPORT_SYMBOL_GPL vmlinux 0x95eef097 class_register +EXPORT_SYMBOL_GPL vmlinux 0x95ef1ccc dmi_memdev_size +EXPORT_SYMBOL_GPL vmlinux 0x95f798c6 snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL vmlinux 0x9606f380 nop_posix_acl_default +EXPORT_SYMBOL_GPL vmlinux 0x960fc23b debugfs_file_put +EXPORT_SYMBOL_GPL vmlinux 0x961286e0 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x9614d866 tpm_tis_core_init +EXPORT_SYMBOL_GPL vmlinux 0x961ad381 __pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0x961c5298 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0x9622c4ab snd_soc_component_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0x962c6e28 fib_rules_dump +EXPORT_SYMBOL_GPL vmlinux 0x9631de99 devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x9634409b sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x9642282f ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0x965147f7 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x965e0fb0 ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x9660b5c8 __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x966126b0 virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x96691f34 dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x968fa5ad sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0x9695332c of_mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0x96969f84 tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0x96b2a255 fscrypt_fname_encrypted_size +EXPORT_SYMBOL_GPL vmlinux 0x96b4aa50 get_user_pages_fast_only +EXPORT_SYMBOL_GPL vmlinux 0x96f9a01b __SCK__tp_func_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x96fb8187 xfrm_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x970afa25 mas_empty_area_rev +EXPORT_SYMBOL_GPL vmlinux 0x9714e0bb ktime_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x97385eee fwnode_graph_get_endpoint_by_id +EXPORT_SYMBOL_GPL vmlinux 0x973d09aa hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0x973fbee4 led_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x975519c1 asymmetric_key_id_same +EXPORT_SYMBOL_GPL vmlinux 0x97692fd0 vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0x976c1bc0 trace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0x9777cc4c usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0x97a53e61 ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0x97b7c783 devm_regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x97c9ec46 snd_soc_component_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x97d7e262 __ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x97db9099 __tracepoint_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97e001af iommu_map_sg +EXPORT_SYMBOL_GPL vmlinux 0x97f0e62e devm_snd_soc_register_card +EXPORT_SYMBOL_GPL vmlinux 0x980a5df3 tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9815df8a wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x98219025 __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0x98235976 percpu_up_write +EXPORT_SYMBOL_GPL vmlinux 0x982ca9d8 snd_ctl_activate_id +EXPORT_SYMBOL_GPL vmlinux 0x982f476b sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x9836a234 param_set_uint_minmax +EXPORT_SYMBOL_GPL vmlinux 0x9843dc7d clk_hw_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0x9843f501 __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x98519697 devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x985453e1 lease_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9855ec55 sock_map_unhash +EXPORT_SYMBOL_GPL vmlinux 0x985ddacd balance_dirty_pages_ratelimited_flags +EXPORT_SYMBOL_GPL vmlinux 0x985ffb5f clk_mux_val_to_index +EXPORT_SYMBOL_GPL vmlinux 0x9874f5d4 gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9879e5c3 vring_create_virtqueue_dma +EXPORT_SYMBOL_GPL vmlinux 0x9881f9c7 tcp_is_ulp_esp +EXPORT_SYMBOL_GPL vmlinux 0x98829171 blk_req_needs_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0x9889c7ea ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0x988c503a snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL vmlinux 0x989074ff kmsg_dump_reason_str +EXPORT_SYMBOL_GPL vmlinux 0x98a0ed3f usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL vmlinux 0x98b4159d skcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x98bd2bcc gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x98be2282 pskb_put +EXPORT_SYMBOL_GPL vmlinux 0x98c0201b device_set_node +EXPORT_SYMBOL_GPL vmlinux 0x98c598fb ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0x98d3475c pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x98e4f84c dax_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x98ee62b2 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x98f361e8 wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0x98f7768d ftrace_free_filter +EXPORT_SYMBOL_GPL vmlinux 0x98fe6251 __traceiter_unmap +EXPORT_SYMBOL_GPL vmlinux 0x990a322f ahci_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x9912fdfe __irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0x9920f3c8 rio_del_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0x99252f36 snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL vmlinux 0x992b9a57 mpc8xxx_spi_tx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0x993a0f30 to_nvdimm_bus_dev +EXPORT_SYMBOL_GPL vmlinux 0x9942fd85 usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0x99504f3e raw_v6_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x99523ab2 devlink_to_dev +EXPORT_SYMBOL_GPL vmlinux 0x9957f4e2 regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x9958928a sdhci_cqe_disable +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x995e5298 ima_inode_hash +EXPORT_SYMBOL_GPL vmlinux 0x9968c2c3 soc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x996a225b mtd_pairing_groups +EXPORT_SYMBOL_GPL vmlinux 0x9991db90 rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0x9999e4e9 snd_soc_dai_get_channel_map +EXPORT_SYMBOL_GPL vmlinux 0x99a03078 dax_holder_notify_failure +EXPORT_SYMBOL_GPL vmlinux 0x99b54d00 snd_pcm_fill_iec958_consumer +EXPORT_SYMBOL_GPL vmlinux 0x99b7191f dynevent_create +EXPORT_SYMBOL_GPL vmlinux 0x99cc0d4e device_match_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x99d9433c regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0x99f2d00a sysfs_emit_at +EXPORT_SYMBOL_GPL vmlinux 0x9a03c101 iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x9a05495a pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a21633c regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0x9a2829a6 mmc_regulator_enable_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0x9a2b0748 fwnode_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x9a42ee0e pin_get_name +EXPORT_SYMBOL_GPL vmlinux 0x9a5a53d0 ahci_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x9a691947 __traceiter_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x9a6ea54a mmc_prepare_busy_cmd +EXPORT_SYMBOL_GPL vmlinux 0x9a75494d dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x9a7cec0b hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0x9a8e078a __traceiter_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0x9a8efdc2 regulator_bulk_set_supply_names +EXPORT_SYMBOL_GPL vmlinux 0x9a8fed55 snd_soc_dapm_stream_stop +EXPORT_SYMBOL_GPL vmlinux 0x9a952ed7 skb_complete_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x9a9a0d32 wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0x9aae1cb5 mtk_clk_pdev_probe +EXPORT_SYMBOL_GPL vmlinux 0x9ab287f7 serial8250_read_char +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9ace5160 ahci_platform_find_clk +EXPORT_SYMBOL_GPL vmlinux 0x9ad4e02a devm_clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x9ad55b99 clk_hw_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x9ada9495 sbitmap_queue_clear +EXPORT_SYMBOL_GPL vmlinux 0x9ae63a94 snd_pcm_stream_unlock +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9af0c58b usb_phy_set_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x9af49514 icc_bulk_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x9af54d39 ahci_kick_engine +EXPORT_SYMBOL_GPL vmlinux 0x9b15dc44 fib_nexthop_info +EXPORT_SYMBOL_GPL vmlinux 0x9b16e4ee phy_gbit_fibre_features +EXPORT_SYMBOL_GPL vmlinux 0x9b1a6429 filemap_add_folio +EXPORT_SYMBOL_GPL vmlinux 0x9b1aa97a __tracepoint_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0x9b1cca6b crypto_register_rngs +EXPORT_SYMBOL_GPL vmlinux 0x9b1df09b folio_wait_writeback +EXPORT_SYMBOL_GPL vmlinux 0x9b228a1d ip6_dst_lookup_tunnel +EXPORT_SYMBOL_GPL vmlinux 0x9b3684ec arm_iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0x9b38b6d9 platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x9b440aea devlink_traps_register +EXPORT_SYMBOL_GPL vmlinux 0x9b4cb81a spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x9b555c8c pm_suspend_default_s2idle +EXPORT_SYMBOL_GPL vmlinux 0x9b6ec967 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x9b6f66f1 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0x9b746c56 snd_pcm_create_iec958_consumer_default +EXPORT_SYMBOL_GPL vmlinux 0x9b7dca4d gpiochip_generic_request +EXPORT_SYMBOL_GPL vmlinux 0x9b7dd24e thermal_zone_device +EXPORT_SYMBOL_GPL vmlinux 0x9b7fcdfd sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0x9b809e9d snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL vmlinux 0x9b880d82 fbcon_modechange_possible +EXPORT_SYMBOL_GPL vmlinux 0x9b9071cb get_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x9b92d16e pinctrl_gpio_set_config +EXPORT_SYMBOL_GPL vmlinux 0x9bab8f7c regmap_get_val_endian +EXPORT_SYMBOL_GPL vmlinux 0x9bb71443 pci_epf_add_vepf +EXPORT_SYMBOL_GPL vmlinux 0x9bbad5b9 usb_gadget_connect +EXPORT_SYMBOL_GPL vmlinux 0x9bc23b86 xdp_set_features_flag +EXPORT_SYMBOL_GPL vmlinux 0x9bd7ccce fwnode_handle_get +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9bee4f74 regulator_list_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x9bffce69 pkcs7_validate_trust +EXPORT_SYMBOL_GPL vmlinux 0x9c013eaa spi_mem_default_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x9c0abdbf ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL vmlinux 0x9c0d9941 pm_genpd_init +EXPORT_SYMBOL_GPL vmlinux 0x9c156911 pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0x9c195938 tcp_sendmsg_locked +EXPORT_SYMBOL_GPL vmlinux 0x9c25d19a dw_pcie_setup_rc +EXPORT_SYMBOL_GPL vmlinux 0x9c38c7a6 tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0x9c3acfcc __traceiter_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x9c40b38e dev_pm_opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0x9c4a283b tpm_chip_bootstrap +EXPORT_SYMBOL_GPL vmlinux 0x9c570df5 __tracepoint_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x9c671aee blk_queue_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x9c6ce740 phy_led_trigger_change_speed +EXPORT_SYMBOL_GPL vmlinux 0x9c6febfc add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x9c803020 usb_phy_roothub_power_on +EXPORT_SYMBOL_GPL vmlinux 0x9c856872 platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0x9c8f43c5 ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x9c93de38 nand_get_large_page_ooblayout +EXPORT_SYMBOL_GPL vmlinux 0x9c93ef3c adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x9c9dcd18 register_mtd_user +EXPORT_SYMBOL_GPL vmlinux 0x9cbc452a imx8ulp_clk_hw_composite +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9cccef3e crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0x9ccf7801 sbitmap_queue_show +EXPORT_SYMBOL_GPL vmlinux 0x9cd3dae3 rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x9cdd6a66 sysctl_long_vals +EXPORT_SYMBOL_GPL vmlinux 0x9cefda37 fscrypt_prepare_lookup_partial +EXPORT_SYMBOL_GPL vmlinux 0x9d09e8ae ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9d14197b serial8250_get_port +EXPORT_SYMBOL_GPL vmlinux 0x9d1ef8eb usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0x9d1ff73c switchdev_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x9d2f49ef __SCK__tp_func_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x9d36295e mmc_regulator_set_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0x9d463aff alloc_dax_region +EXPORT_SYMBOL_GPL vmlinux 0x9d5a8178 hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x9d62963c wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0x9d66e8bd ahci_reset_em +EXPORT_SYMBOL_GPL vmlinux 0x9d79eb82 sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0x9d8bb00e set_dax_nocache +EXPORT_SYMBOL_GPL vmlinux 0x9d98d5dd percpu_down_write +EXPORT_SYMBOL_GPL vmlinux 0x9d9e01ad dev_pm_domain_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0x9da3ae48 snd_devm_alloc_dir_pages +EXPORT_SYMBOL_GPL vmlinux 0x9dc29eac usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x9dc39a2a pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0x9dd988b5 powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0x9ddf0042 splice_to_pipe +EXPORT_SYMBOL_GPL vmlinux 0x9de88bc8 __SCK__tp_func_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x9dfdf722 gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0x9dfe94d9 crypto_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x9e016686 digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0x9e0312fb vp_modern_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x9e075b8e synth_event_gen_cmd_array_start +EXPORT_SYMBOL_GPL vmlinux 0x9e242171 tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0x9e3a137c devl_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e4b19bd pstore_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9e52f37e vcap_rule_mod_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x9e596ff0 gpiochip_populate_parent_fwspec_fourcell +EXPORT_SYMBOL_GPL vmlinux 0x9e5e0538 fwnode_get_phy_node +EXPORT_SYMBOL_GPL vmlinux 0x9e65ed2b __kprobe_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x9e66ef27 __list_lru_init +EXPORT_SYMBOL_GPL vmlinux 0x9e6d0253 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x9e7404e8 devm_devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0x9e77681a mmc_cmdq_enable +EXPORT_SYMBOL_GPL vmlinux 0x9e795e70 devm_thermal_of_zone_register +EXPORT_SYMBOL_GPL vmlinux 0x9e8d5eba power_supply_put_battery_info +EXPORT_SYMBOL_GPL vmlinux 0x9e98060d pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x9e9c4f24 set_dax_nomc +EXPORT_SYMBOL_GPL vmlinux 0x9eab1f56 gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x9eb0c613 crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0x9eb52803 usb_ep_disable +EXPORT_SYMBOL_GPL vmlinux 0x9eb840a0 extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x9ebc5105 dev_pm_domain_attach +EXPORT_SYMBOL_GPL vmlinux 0x9ec6e860 proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0x9eca8d31 access_process_vm +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ed70412 badblocks_store +EXPORT_SYMBOL_GPL vmlinux 0x9ee5e40a __ktime_divns +EXPORT_SYMBOL_GPL vmlinux 0x9eeb485c pinmux_generic_remove_function +EXPORT_SYMBOL_GPL vmlinux 0x9eeb72d8 xhci_add_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x9eebdde7 mpi_point_new +EXPORT_SYMBOL_GPL vmlinux 0x9efa5f66 serdev_controller_add +EXPORT_SYMBOL_GPL vmlinux 0x9efb9c75 handle_untracked_irq +EXPORT_SYMBOL_GPL vmlinux 0x9f02afe1 serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0x9f121229 fscrypt_symlink_getattr +EXPORT_SYMBOL_GPL vmlinux 0x9f140889 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x9f1eee3f icc_node_del +EXPORT_SYMBOL_GPL vmlinux 0x9f2ed1fc pci_find_doe_mailbox +EXPORT_SYMBOL_GPL vmlinux 0x9f466c37 __hwspin_unlock +EXPORT_SYMBOL_GPL vmlinux 0x9f53b8bf tcf_dev_queue_xmit +EXPORT_SYMBOL_GPL vmlinux 0x9f56c4b9 __SCK__tp_func_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x9f5c6dc2 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x9f6428d5 devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9f964647 tegra20_clk_set_emc_round_callback +EXPORT_SYMBOL_GPL vmlinux 0x9fa4564a timer_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x9fc4d549 blk_crypto_register +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fd612f9 xas_find_marked +EXPORT_SYMBOL_GPL vmlinux 0x9fe248b6 __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x9fe6c5e2 snd_soc_jack_get_type +EXPORT_SYMBOL_GPL vmlinux 0x9fe899b7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0xa0023522 security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0xa010eceb raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xa01a8d9b nd_cmd_bus_desc +EXPORT_SYMBOL_GPL vmlinux 0xa038f306 __rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xa03a8fac skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0xa03e6ea5 snd_pcm_stream_lock_irq +EXPORT_SYMBOL_GPL vmlinux 0xa04f945a cpus_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xa0634ae2 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0xa09b75c7 snd_soc_dapm_dai_free_widgets +EXPORT_SYMBOL_GPL vmlinux 0xa0a726ae wbc_detach_inode +EXPORT_SYMBOL_GPL vmlinux 0xa0cd541a devm_hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa0d99d02 mctp_unregister_netdev +EXPORT_SYMBOL_GPL vmlinux 0xa0e5310b __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xa0e55141 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0xa0e9bf25 irq_gc_mask_disable_reg +EXPORT_SYMBOL_GPL vmlinux 0xa10bb266 tegra_mc_probe_device +EXPORT_SYMBOL_GPL vmlinux 0xa1440ed5 icc_node_create +EXPORT_SYMBOL_GPL vmlinux 0xa14c792f __hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0xa15ee08d blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0xa16e7a6e msg_zerocopy_callback +EXPORT_SYMBOL_GPL vmlinux 0xa17ba0c8 mmc_pwrseq_register +EXPORT_SYMBOL_GPL vmlinux 0xa1868e24 mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0xa19561fb __SCK__tp_func_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0xa19d5442 mtk_clk_simple_probe +EXPORT_SYMBOL_GPL vmlinux 0xa19d82e6 regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0xa1a55f55 of_reconfig_get_state_change +EXPORT_SYMBOL_GPL vmlinux 0xa1b1bb40 mptcp_token_get_sock +EXPORT_SYMBOL_GPL vmlinux 0xa1bc70ec shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0xa1d8004a videomode_from_timing +EXPORT_SYMBOL_GPL vmlinux 0xa1ed9f8d phy_save_page +EXPORT_SYMBOL_GPL vmlinux 0xa1f1bd3a arm_check_condition +EXPORT_SYMBOL_GPL vmlinux 0xa204e3b5 phy_resolve_aneg_pause +EXPORT_SYMBOL_GPL vmlinux 0xa208b5a7 pm_debug_messages_should_print +EXPORT_SYMBOL_GPL vmlinux 0xa20d01ba __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xa216d5b1 page_cache_async_ra +EXPORT_SYMBOL_GPL vmlinux 0xa21f2ce7 clk_mux_index_to_val +EXPORT_SYMBOL_GPL vmlinux 0xa2303107 imx_pcm_fiq_init +EXPORT_SYMBOL_GPL vmlinux 0xa2303d7d phy_speed_down +EXPORT_SYMBOL_GPL vmlinux 0xa2354d5b of_map_id +EXPORT_SYMBOL_GPL vmlinux 0xa2402218 __traceiter_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0xa243a51d blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0xa2500ef6 __SCK__tp_func_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xa257d606 platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0xa25ab6f0 wwan_put_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0xa25cb6bf usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0xa26c6497 xas_load +EXPORT_SYMBOL_GPL vmlinux 0xa26d1631 of_reserved_mem_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL vmlinux 0xa28dc9b9 mtd_unpoint +EXPORT_SYMBOL_GPL vmlinux 0xa2ad4cf4 sbitmap_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0xa2b0820d __SCK__tp_func_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xa2b68953 validate_xmit_xfrm +EXPORT_SYMBOL_GPL vmlinux 0xa2c0f59a ct_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0xa2c69df0 shash_free_singlespawn_instance +EXPORT_SYMBOL_GPL vmlinux 0xa2ccd9bb devm_otg_ulpi_create +EXPORT_SYMBOL_GPL vmlinux 0xa2d29aa5 usb_hcd_setup_local_mem +EXPORT_SYMBOL_GPL vmlinux 0xa2deb776 pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0xa2e1b3ef trace_printk_init_buffers +EXPORT_SYMBOL_GPL vmlinux 0xa2ecaeb3 fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0xa2f07a1d ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0xa2f63a3b dev_pm_opp_find_level_exact +EXPORT_SYMBOL_GPL vmlinux 0xa3016d37 acomp_request_free +EXPORT_SYMBOL_GPL vmlinux 0xa308ddbf mtd_ooblayout_count_eccbytes +EXPORT_SYMBOL_GPL vmlinux 0xa3144d28 rcu_trc_cmpxchg_need_qs +EXPORT_SYMBOL_GPL vmlinux 0xa31b8a12 stmpe811_adc_common_init +EXPORT_SYMBOL_GPL vmlinux 0xa32ac61d devl_unlock +EXPORT_SYMBOL_GPL vmlinux 0xa32f3d9e decode_rs16 +EXPORT_SYMBOL_GPL vmlinux 0xa33744aa edac_stop_work +EXPORT_SYMBOL_GPL vmlinux 0xa3397229 mxic_ecc_get_pipelined_ops +EXPORT_SYMBOL_GPL vmlinux 0xa346975c idr_remove +EXPORT_SYMBOL_GPL vmlinux 0xa346a8a8 __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa35cdda6 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0xa360258c usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0xa362bf8f hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0xa36c36f2 mtk_clk_register_gates +EXPORT_SYMBOL_GPL vmlinux 0xa378c9f4 iommu_set_pgtable_quirks +EXPORT_SYMBOL_GPL vmlinux 0xa37b9b99 usb_gadget_clear_selfpowered +EXPORT_SYMBOL_GPL vmlinux 0xa37e5cc6 devm_regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa38a9f71 get_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a47fbb ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0xa3a64448 hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0xa3b01fb0 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0xa3b6b550 device_find_any_child +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3c1db37 nf_hooks_lwtunnel_enabled +EXPORT_SYMBOL_GPL vmlinux 0xa3c3ab56 da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0xa3c5d4ad gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xa3dabfaf __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xa3f12f69 __crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0xa4031b7f sfp_parse_port +EXPORT_SYMBOL_GPL vmlinux 0xa406db7d fwnode_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0xa410a295 devlink_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa41c34a7 wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xa41fbe9a mtd_ooblayout_find_eccregion +EXPORT_SYMBOL_GPL vmlinux 0xa4222b39 nanddev_init +EXPORT_SYMBOL_GPL vmlinux 0xa4256b33 regmap_might_sleep +EXPORT_SYMBOL_GPL vmlinux 0xa42af283 fib_info_nh_uses_dev +EXPORT_SYMBOL_GPL vmlinux 0xa435c8bd edac_pci_del_device +EXPORT_SYMBOL_GPL vmlinux 0xa43f1d14 pci_device_group +EXPORT_SYMBOL_GPL vmlinux 0xa444c3ca topology_clear_scale_freq_source +EXPORT_SYMBOL_GPL vmlinux 0xa44a1307 interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xa44f4a4a sbitmap_prepare_to_wait +EXPORT_SYMBOL_GPL vmlinux 0xa45b81e8 devm_hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0xa45c7b90 stack_trace_print +EXPORT_SYMBOL_GPL vmlinux 0xa45dc275 trace_seq_putmem +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa481ff13 inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0xa49fcd86 nvmem_cell_read_u8 +EXPORT_SYMBOL_GPL vmlinux 0xa4ab5391 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xa4ab7c1c ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xa4b07fe7 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0xa4c00324 asn1_encode_octet_string +EXPORT_SYMBOL_GPL vmlinux 0xa4c085f8 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0xa4c898bd clk_hw_is_prepared +EXPORT_SYMBOL_GPL vmlinux 0xa4cae570 ahci_platform_resume +EXPORT_SYMBOL_GPL vmlinux 0xa4cd16b6 blk_queue_can_use_dma_map_merging +EXPORT_SYMBOL_GPL vmlinux 0xa4da23da spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0xa4daeb9d rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0xa4dc79c3 blocking_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0xa4e03a86 i2c_dw_validate_speed +EXPORT_SYMBOL_GPL vmlinux 0xa4e61d02 pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0xa5073fb6 dev_pm_domain_set +EXPORT_SYMBOL_GPL vmlinux 0xa50a615b __crypto_alloc_tfmgfp +EXPORT_SYMBOL_GPL vmlinux 0xa527bcb7 devm_of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0xa531471e clk_save_context +EXPORT_SYMBOL_GPL vmlinux 0xa532bf8f HUF_readStats +EXPORT_SYMBOL_GPL vmlinux 0xa5341da7 kthread_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xa53f0dd7 tnum_strn +EXPORT_SYMBOL_GPL vmlinux 0xa540231e of_alias_get_id +EXPORT_SYMBOL_GPL vmlinux 0xa54a2cba devlink_linecard_provision_clear +EXPORT_SYMBOL_GPL vmlinux 0xa54d0909 nanddev_isbad +EXPORT_SYMBOL_GPL vmlinux 0xa5799514 ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xa5983ef4 gpmc_omap_onenand_set_timings +EXPORT_SYMBOL_GPL vmlinux 0xa5ad14d0 __irq_apply_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xa5ba30a4 rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0xa5c4bf84 ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0xa5d72a8f cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0xa5d7c388 pstore_type_to_name +EXPORT_SYMBOL_GPL vmlinux 0xa5d90c38 __tracepoint_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xa5e9abf5 sdhci_alloc_host +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa5f9e553 tcp_enter_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xa60aa57a balloon_mops +EXPORT_SYMBOL_GPL vmlinux 0xa61185c2 dev_err_probe +EXPORT_SYMBOL_GPL vmlinux 0xa613949b platform_irqchip_probe +EXPORT_SYMBOL_GPL vmlinux 0xa61c1a4a mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0xa61d8e37 bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xa625a15a devm_led_get +EXPORT_SYMBOL_GPL vmlinux 0xa630a881 subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0xa65d4e5a of_get_videomode +EXPORT_SYMBOL_GPL vmlinux 0xa669ddfa relay_open +EXPORT_SYMBOL_GPL vmlinux 0xa66c4741 of_platform_default_populate +EXPORT_SYMBOL_GPL vmlinux 0xa6815cc6 power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0xa68744b2 phy_create +EXPORT_SYMBOL_GPL vmlinux 0xa68b9dc7 vp_legacy_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0xa6a088b7 fscrypt_match_name +EXPORT_SYMBOL_GPL vmlinux 0xa6a50fd7 i2c_dw_prepare_clk +EXPORT_SYMBOL_GPL vmlinux 0xa6a8b49b nanddev_bbt_update +EXPORT_SYMBOL_GPL vmlinux 0xa6af1e35 __SCK__tp_func_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6b5ee5b __SCK__tp_func_block_split +EXPORT_SYMBOL_GPL vmlinux 0xa6dc0d97 tegra_read_ram_code +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6f118b4 vcap_get_rule_count_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0xa6f802b5 pci_epc_get_features +EXPORT_SYMBOL_GPL vmlinux 0xa6f94eba attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa700eb02 unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xa709c835 fib6_info_destroy_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa710d3f6 snd_soc_info_volsw +EXPORT_SYMBOL_GPL vmlinux 0xa7119f65 rht_bucket_nested_insert +EXPORT_SYMBOL_GPL vmlinux 0xa71e810d usb_gadget_set_remote_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xa722d0f1 wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0xa72dd105 pci_bridge_emul_conf_write +EXPORT_SYMBOL_GPL vmlinux 0xa731b411 vp_modern_get_features +EXPORT_SYMBOL_GPL vmlinux 0xa7323850 nfs_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa73aaba8 __bio_release_pages +EXPORT_SYMBOL_GPL vmlinux 0xa742b52a pinctrl_generic_add_group +EXPORT_SYMBOL_GPL vmlinux 0xa74595ce gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0xa74f6761 power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0xa75ebdc3 phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0xa7729316 crypto_unregister_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xa7802e2e btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0xa788126d blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0xa7a3aa3c device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0xa7a6f7b3 class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0xa7aaafde klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xa7aabcd5 snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL vmlinux 0xa7b6e057 dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0xa7ba8a87 devl_rate_leaf_create +EXPORT_SYMBOL_GPL vmlinux 0xa7ce64c0 __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0xa7d3cf18 debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0xa7d8aa34 nvdimm_provider_data +EXPORT_SYMBOL_GPL vmlinux 0xa80ef19d nand_ecc_restore_req +EXPORT_SYMBOL_GPL vmlinux 0xa81485e6 __traceiter_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0xa8270148 ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0xa82732b1 __mt_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa849ce75 pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa85b53f5 snd_soc_component_compr_copy +EXPORT_SYMBOL_GPL vmlinux 0xa8782330 devm_blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0xa88980c4 tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xa8940758 proc_create_net_data_write +EXPORT_SYMBOL_GPL vmlinux 0xa89926dc crypto_dh_decode_key +EXPORT_SYMBOL_GPL vmlinux 0xa8993d65 snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL vmlinux 0xa8c983b3 pci_epf_remove_vepf +EXPORT_SYMBOL_GPL vmlinux 0xa8d77c9a pci_find_vsec_capability +EXPORT_SYMBOL_GPL vmlinux 0xa8df660a of_clk_get_parent_count +EXPORT_SYMBOL_GPL vmlinux 0xa8e2a91a devm_of_led_get +EXPORT_SYMBOL_GPL vmlinux 0xa8eb8233 irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xa8f5853f usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0xa8fca52c __traceiter_console +EXPORT_SYMBOL_GPL vmlinux 0xa8fec3a3 snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL vmlinux 0xa9017069 clk_hw_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xa9037962 stmpe_enable +EXPORT_SYMBOL_GPL vmlinux 0xa909811a badrange_forget +EXPORT_SYMBOL_GPL vmlinux 0xa90c8509 netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0xa91a6755 raw_v6_match +EXPORT_SYMBOL_GPL vmlinux 0xa91e7b13 fwnode_graph_get_remote_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xa9295472 __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xa9295af6 device_phy_find_device +EXPORT_SYMBOL_GPL vmlinux 0xa9320d27 ktime_get_seconds +EXPORT_SYMBOL_GPL vmlinux 0xa934c00b devm_bitmap_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa93c7965 call_switchdev_notifiers +EXPORT_SYMBOL_GPL vmlinux 0xa9463e14 __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0xa94a6c48 sdhci_execute_tuning +EXPORT_SYMBOL_GPL vmlinux 0xa95b5c77 hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0xa960831e nf_hook_entries_delete_raw +EXPORT_SYMBOL_GPL vmlinux 0xa97cfb6f l3mdev_table_lookup_register +EXPORT_SYMBOL_GPL vmlinux 0xa9832a57 rio_map_outb_region +EXPORT_SYMBOL_GPL vmlinux 0xa98d731f crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa98e7c9e of_usb_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xa99b8e70 __SCK__tp_func_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0xa99ef899 devlink_fmsg_bool_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xa9b41e9d platform_find_device_by_driver +EXPORT_SYMBOL_GPL vmlinux 0xa9d0f118 fsnotify_init_mark +EXPORT_SYMBOL_GPL vmlinux 0xa9dbfed2 fib_new_table +EXPORT_SYMBOL_GPL vmlinux 0xa9e05660 io_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xa9e74462 usb_ep_alloc_request +EXPORT_SYMBOL_GPL vmlinux 0xa9fc1bfe usb_pipe_type_check +EXPORT_SYMBOL_GPL vmlinux 0xaa02b068 mtk_clk_unregister_factors +EXPORT_SYMBOL_GPL vmlinux 0xaa094091 fat_scan +EXPORT_SYMBOL_GPL vmlinux 0xaa152108 hrtimer_active +EXPORT_SYMBOL_GPL vmlinux 0xaa1a4911 wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xaa1bea26 snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL vmlinux 0xaa25ac28 mptcp_subflow_init_cookie_req +EXPORT_SYMBOL_GPL vmlinux 0xaa297ec3 xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0xaa2a72bf __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0xaa3982a3 snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL vmlinux 0xaa437e21 tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xaa44acff omap_tll_disable +EXPORT_SYMBOL_GPL vmlinux 0xaa54d825 pinctrl_pm_select_idle_state +EXPORT_SYMBOL_GPL vmlinux 0xaa5a2b14 regmap_noinc_write +EXPORT_SYMBOL_GPL vmlinux 0xaa69a316 vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0xaa79d7be __fscrypt_encrypt_symlink +EXPORT_SYMBOL_GPL vmlinux 0xaa88ba94 seq_buf_printf +EXPORT_SYMBOL_GPL vmlinux 0xaa8de489 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0xaa8fea07 xhci_gen_setup +EXPORT_SYMBOL_GPL vmlinux 0xaa92422a fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0xaa9c1084 dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0xaaa5980a user_preparse +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaaabcd6b pkcs7_get_content_data +EXPORT_SYMBOL_GPL vmlinux 0xaaae6b78 xas_split_alloc +EXPORT_SYMBOL_GPL vmlinux 0xaab409f0 __traceiter_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xaab9c421 clk_multiplier_ops +EXPORT_SYMBOL_GPL vmlinux 0xaababce6 nvmem_cell_read_variable_le_u64 +EXPORT_SYMBOL_GPL vmlinux 0xaabb31cc fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0xaacdf32f ip6_route_output_flags +EXPORT_SYMBOL_GPL vmlinux 0xaad1727c sk_msg_zerocopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0xaada0922 blkcg_punt_bio_submit +EXPORT_SYMBOL_GPL vmlinux 0xaaeac87a snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0xaaecf75d perf_trace_buf_alloc +EXPORT_SYMBOL_GPL vmlinux 0xaaf77931 sbitmap_queue_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0xaaf7d2f0 snd_soc_free_ac97_component +EXPORT_SYMBOL_GPL vmlinux 0xaafafbff rockchip_pmu_unblock +EXPORT_SYMBOL_GPL vmlinux 0xab0125f9 devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0xab20e8e5 usb_get_role_switch_default_mode +EXPORT_SYMBOL_GPL vmlinux 0xab21de9b gpiochip_irqchip_add_domain +EXPORT_SYMBOL_GPL vmlinux 0xab28c9c3 fwnode_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xab33dda7 ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xab4668ce led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0xab4f4b32 bprintf +EXPORT_SYMBOL_GPL vmlinux 0xab5646c0 pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0xab812deb dmaengine_desc_set_metadata_len +EXPORT_SYMBOL_GPL vmlinux 0xab8bc1a2 snd_pcm_rate_mask_intersect +EXPORT_SYMBOL_GPL vmlinux 0xab915fe8 sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0xabb0c4b3 __get_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0xabbac04b nvmem_cell_read_u32 +EXPORT_SYMBOL_GPL vmlinux 0xabbbe972 rio_local_set_device_id +EXPORT_SYMBOL_GPL vmlinux 0xabc640f3 list_lru_isolate +EXPORT_SYMBOL_GPL vmlinux 0xabc6e9e4 pm_report_max_hw_sleep +EXPORT_SYMBOL_GPL vmlinux 0xabcda29e leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0xabdf986c usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xabf62a03 xdp_do_redirect +EXPORT_SYMBOL_GPL vmlinux 0xabf6a9eb of_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0xac01dcce __sk_flush_backlog +EXPORT_SYMBOL_GPL vmlinux 0xac103ed7 gadget_find_ep_by_name +EXPORT_SYMBOL_GPL vmlinux 0xac16394d amba_device_put +EXPORT_SYMBOL_GPL vmlinux 0xac2217ae snd_soc_unregister_card +EXPORT_SYMBOL_GPL vmlinux 0xac25e190 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0xac2abf91 __traceiter_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xac2fb069 vcap_chain_id_to_lookup +EXPORT_SYMBOL_GPL vmlinux 0xac3521c7 tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xac3cd5f3 alloc_skb_for_msg +EXPORT_SYMBOL_GPL vmlinux 0xac54c849 pci_dev_trylock +EXPORT_SYMBOL_GPL vmlinux 0xac62049e rhashtable_destroy +EXPORT_SYMBOL_GPL vmlinux 0xac6ad6b9 sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0xac6e70e1 add_hwgenerator_randomness +EXPORT_SYMBOL_GPL vmlinux 0xac827a39 umd_cleanup_helper +EXPORT_SYMBOL_GPL vmlinux 0xac8a0999 scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xac8d79f8 follow_pte +EXPORT_SYMBOL_GPL vmlinux 0xac961298 nf_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xac9f1721 clk_hw_init_rate_request +EXPORT_SYMBOL_GPL vmlinux 0xacb4d88c clk_rate_exclusive_put +EXPORT_SYMBOL_GPL vmlinux 0xacb7c844 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0xacc1849e dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0xacc32f73 sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0xacd4f1ca sdhci_set_ios +EXPORT_SYMBOL_GPL vmlinux 0xacd6e52f pinctrl_parse_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0xacd9fd81 hrtimer_sleeper_start_expires +EXPORT_SYMBOL_GPL vmlinux 0xace36369 of_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xacf6c220 led_trigger_read +EXPORT_SYMBOL_GPL vmlinux 0xacf81bc7 of_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xacf9c0fa mmc_send_tuning +EXPORT_SYMBOL_GPL vmlinux 0xad1c483f sysfs_update_groups +EXPORT_SYMBOL_GPL vmlinux 0xad324368 devm_power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0xad42dff8 __SCK__tp_func_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xad4e6259 remove_cpu +EXPORT_SYMBOL_GPL vmlinux 0xad4f0fe5 regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0xad5f44c3 fork_usermode_driver +EXPORT_SYMBOL_GPL vmlinux 0xad645234 register_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xad64d9b2 of_led_get +EXPORT_SYMBOL_GPL vmlinux 0xad6e9b73 wwan_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0xad76a3f0 __SCK__tp_func_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xad966615 mtk_pinconf_drive_get +EXPORT_SYMBOL_GPL vmlinux 0xad9fb247 lwtunnel_valid_encap_type_attr +EXPORT_SYMBOL_GPL vmlinux 0xada38766 dst_cache_destroy +EXPORT_SYMBOL_GPL vmlinux 0xadaf5313 bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xadb129d6 hisi_clk_init +EXPORT_SYMBOL_GPL vmlinux 0xadb73152 spi_mem_exec_op +EXPORT_SYMBOL_GPL vmlinux 0xadbd6274 gpiod_set_consumer_name +EXPORT_SYMBOL_GPL vmlinux 0xadc844ed xas_create_range +EXPORT_SYMBOL_GPL vmlinux 0xadca6a87 of_irq_parse_raw +EXPORT_SYMBOL_GPL vmlinux 0xadce4485 nvdimm_name +EXPORT_SYMBOL_GPL vmlinux 0xadd70565 __platform_register_drivers +EXPORT_SYMBOL_GPL vmlinux 0xadda44d0 regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0xade3e56c musb_writew +EXPORT_SYMBOL_GPL vmlinux 0xade4d678 snd_soc_component_async_complete +EXPORT_SYMBOL_GPL vmlinux 0xade5339b hte_get_clk_src_info +EXPORT_SYMBOL_GPL vmlinux 0xadfede5a __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0xae048011 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0xae19d39e exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0xae1feb86 clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xae39f80e dst_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xae4312b5 xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0xae5c4e21 iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0xae5dbdd2 snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae6c01ef user_free_preparse +EXPORT_SYMBOL_GPL vmlinux 0xae76e472 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0xae7b0930 usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae830bc9 snd_soc_dapm_kcontrol_widget +EXPORT_SYMBOL_GPL vmlinux 0xae84404b unmap_mapping_pages +EXPORT_SYMBOL_GPL vmlinux 0xae9520de fib_rules_seq_read +EXPORT_SYMBOL_GPL vmlinux 0xaece74a8 bio_associate_blkg_from_css +EXPORT_SYMBOL_GPL vmlinux 0xaecfdb94 auxiliary_device_init +EXPORT_SYMBOL_GPL vmlinux 0xaede61ee snd_soc_component_compr_free +EXPORT_SYMBOL_GPL vmlinux 0xaee01ed9 devlink_port_attrs_set +EXPORT_SYMBOL_GPL vmlinux 0xaee4dc4d devm_init_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xaee54ecd sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0xaeeca274 rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0xaef4353b __bio_add_page +EXPORT_SYMBOL_GPL vmlinux 0xaef48c17 ahci_stop_engine +EXPORT_SYMBOL_GPL vmlinux 0xaef4e3ed serdev_device_wait_until_sent +EXPORT_SYMBOL_GPL vmlinux 0xaef5142c omap_iommu_domain_activate +EXPORT_SYMBOL_GPL vmlinux 0xaefb5923 blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0xaf04877a tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0xaf151524 mtk_clk_register_fixed_clks +EXPORT_SYMBOL_GPL vmlinux 0xaf18a5c1 crypto_akcipher_sync_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xaf201fa6 usb_ep_enable +EXPORT_SYMBOL_GPL vmlinux 0xaf212646 to_software_node +EXPORT_SYMBOL_GPL vmlinux 0xaf32bf22 __traceiter_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0xaf348da7 cpu_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xaf3a44e9 __SCK__tp_func_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xaf3bcc5d driver_attach +EXPORT_SYMBOL_GPL vmlinux 0xaf3cd565 uart_try_toggle_sysrq +EXPORT_SYMBOL_GPL vmlinux 0xaf4014ff usb_amd_quirk_pll_check +EXPORT_SYMBOL_GPL vmlinux 0xaf47a37b iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0xaf6d38c0 vcap_mod_rule +EXPORT_SYMBOL_GPL vmlinux 0xaf7ad94c __SCK__tp_func_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xaf83ddc8 dev_pm_opp_is_turbo +EXPORT_SYMBOL_GPL vmlinux 0xaf955618 sdhci_request +EXPORT_SYMBOL_GPL vmlinux 0xaf9bcb87 __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0xafa65522 blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0xafb2a495 pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0xafc4f062 snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL vmlinux 0xafcab5d8 snd_fasync_helper +EXPORT_SYMBOL_GPL vmlinux 0xafddd545 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xafded55e unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xafe506b5 irq_of_parse_and_map +EXPORT_SYMBOL_GPL vmlinux 0xafe5434d mtk_free_clk_data +EXPORT_SYMBOL_GPL vmlinux 0xafeabdc9 snd_soc_dpcm_runtime_update +EXPORT_SYMBOL_GPL vmlinux 0xafeb58c1 __SCK__tp_func_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xaff78ccd crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0xb0025583 pci_doe +EXPORT_SYMBOL_GPL vmlinux 0xb01e2658 crypto_register_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xb0232477 klist_prev +EXPORT_SYMBOL_GPL vmlinux 0xb02a8e64 nanddev_bbt_set_block_status +EXPORT_SYMBOL_GPL vmlinux 0xb034e18e samsung_sdi_battery_get_info +EXPORT_SYMBOL_GPL vmlinux 0xb03587bb led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0xb03bf684 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0xb040f0b3 snd_soc_get_dai_id +EXPORT_SYMBOL_GPL vmlinux 0xb049659b mbox_send_message +EXPORT_SYMBOL_GPL vmlinux 0xb049a294 __SCK__tp_func_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0xb04d1f7b perf_event_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xb057cc69 mtk_clk_register_plls +EXPORT_SYMBOL_GPL vmlinux 0xb058a3be sdhci_set_clock +EXPORT_SYMBOL_GPL vmlinux 0xb060f904 of_css +EXPORT_SYMBOL_GPL vmlinux 0xb06fa3d9 dma_resv_get_fences +EXPORT_SYMBOL_GPL vmlinux 0xb0747ed2 rcu_cpu_stall_suppress +EXPORT_SYMBOL_GPL vmlinux 0xb0752421 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0xb077e70a clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0xb09fdbd0 regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xb0a567d1 iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0be0bfa usb_check_bulk_endpoints +EXPORT_SYMBOL_GPL vmlinux 0xb0eb8b1d __traceiter_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xb0edbee0 blk_rq_poll +EXPORT_SYMBOL_GPL vmlinux 0xb0f0fa4a ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xb0f34f8e rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0xb105114e extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xb10911b1 iommu_get_domain_for_dev_pasid +EXPORT_SYMBOL_GPL vmlinux 0xb10d964d devlink_fmsg_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xb1135689 ncsi_stop_dev +EXPORT_SYMBOL_GPL vmlinux 0xb11625b9 cpu_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xb1178249 bpf_trace_run3 +EXPORT_SYMBOL_GPL vmlinux 0xb11d9000 tty_dev_name_to_number +EXPORT_SYMBOL_GPL vmlinux 0xb11dfa0e serdev_controller_remove +EXPORT_SYMBOL_GPL vmlinux 0xb1236e4b mtk_clk_unregister_composites +EXPORT_SYMBOL_GPL vmlinux 0xb13837ce vcap_rule_add_key_u48 +EXPORT_SYMBOL_GPL vmlinux 0xb13d017e crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0xb13f377e nand_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0xb154481f devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb1582067 msi_domain_first_desc +EXPORT_SYMBOL_GPL vmlinux 0xb1647fc2 devlink_info_version_running_put +EXPORT_SYMBOL_GPL vmlinux 0xb1778931 snd_soc_find_dai_with_mutex +EXPORT_SYMBOL_GPL vmlinux 0xb17a94ef icc_put +EXPORT_SYMBOL_GPL vmlinux 0xb189c583 usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0xb19c5f68 ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xb1a2fdf0 tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0xb1aff164 vmf_insert_pfn_pmd +EXPORT_SYMBOL_GPL vmlinux 0xb1baa71a devlink_linecard_provision_fail +EXPORT_SYMBOL_GPL vmlinux 0xb1bba312 get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1c13dc6 ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0xb1c35eb7 dma_get_merge_boundary +EXPORT_SYMBOL_GPL vmlinux 0xb1c58422 sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0xb1c82b0a mmu_notifier_get_locked +EXPORT_SYMBOL_GPL vmlinux 0xb1ca4765 free_io_pgtable_ops +EXPORT_SYMBOL_GPL vmlinux 0xb1da5785 irq_domain_create_simple +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1f1e091 devm_bitmap_zalloc +EXPORT_SYMBOL_GPL vmlinux 0xb1fc1782 pci_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xb2022b18 __io_uring_cmd_do_in_task +EXPORT_SYMBOL_GPL vmlinux 0xb21d00c6 hte_ts_put +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb22c5189 regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0xb2347bf1 list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb2357e83 tcp_ca_openreq_child +EXPORT_SYMBOL_GPL vmlinux 0xb23b7691 start_poll_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0xb2405efc secure_tcp_seq +EXPORT_SYMBOL_GPL vmlinux 0xb2465ff0 wwan_unregister_ops +EXPORT_SYMBOL_GPL vmlinux 0xb256be16 efivar_is_available +EXPORT_SYMBOL_GPL vmlinux 0xb25f4d17 irq_domain_create_legacy +EXPORT_SYMBOL_GPL vmlinux 0xb268bff5 devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL vmlinux 0xb26a1add elfcorehdr_addr +EXPORT_SYMBOL_GPL vmlinux 0xb2818491 is_software_node +EXPORT_SYMBOL_GPL vmlinux 0xb29fd943 ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0xb2a4b860 clk_mux_determine_rate_flags +EXPORT_SYMBOL_GPL vmlinux 0xb2a6f197 bpf_fentry_test1 +EXPORT_SYMBOL_GPL vmlinux 0xb2ad8455 icc_enable +EXPORT_SYMBOL_GPL vmlinux 0xb2aff533 snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL vmlinux 0xb2b0c74b __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0xb2c1732e rcu_gp_set_torture_wait +EXPORT_SYMBOL_GPL vmlinux 0xb2ccc9e1 soc_device_match +EXPORT_SYMBOL_GPL vmlinux 0xb2d94d60 rockchip_clk_register_ddrclk +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb2f4b11d tpm_put_ops +EXPORT_SYMBOL_GPL vmlinux 0xb2fa093e blk_mq_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xb305025a fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb307c909 devlink_fmsg_u64_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xb3086232 fsnotify_alloc_group +EXPORT_SYMBOL_GPL vmlinux 0xb30f5ff7 pci_find_dvsec_capability +EXPORT_SYMBOL_GPL vmlinux 0xb33d7daa pci_remove_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xb34591c6 devl_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0xb3487312 __auxiliary_device_add +EXPORT_SYMBOL_GPL vmlinux 0xb34d5c3a platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb34e083b of_clk_get_parent_name +EXPORT_SYMBOL_GPL vmlinux 0xb353fa47 usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL vmlinux 0xb35c1892 inet_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0xb360ff4e driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0xb36e351c crypto_register_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xb37734eb mtk_clk_register_dividers +EXPORT_SYMBOL_GPL vmlinux 0xb378559e freq_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xb379ee5b regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xb39c7cf9 trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0xb3ad29f4 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xb3be1477 lwtunnel_state_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb3bf1326 of_irq_find_parent +EXPORT_SYMBOL_GPL vmlinux 0xb3d85f71 regulator_set_load +EXPORT_SYMBOL_GPL vmlinux 0xb3da4ab8 adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb3ec2f72 device_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0xb3f1b5ac raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xb3f538cb page_reporting_register +EXPORT_SYMBOL_GPL vmlinux 0xb40291ad irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0xb40b6a69 rio_unmap_outb_region +EXPORT_SYMBOL_GPL vmlinux 0xb40c6376 cpuset_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xb43f9365 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xb443b9b6 __traceiter_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb44e18ea audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb452dc51 ipv6_bpf_stub +EXPORT_SYMBOL_GPL vmlinux 0xb45b47f0 register_mtd_blktrans +EXPORT_SYMBOL_GPL vmlinux 0xb465286a pcie_aspm_capable +EXPORT_SYMBOL_GPL vmlinux 0xb469cf14 rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0xb47423b6 usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0xb492ddd1 netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb493e3a4 net_ns_get_ownership +EXPORT_SYMBOL_GPL vmlinux 0xb495a9ee pci_epc_get_msi +EXPORT_SYMBOL_GPL vmlinux 0xb4a9b112 fuse_dev_alloc_install +EXPORT_SYMBOL_GPL vmlinux 0xb4abd150 spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0xb4b2a193 __pci_epf_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4bf69bf __dma_fence_unwrap_merge +EXPORT_SYMBOL_GPL vmlinux 0xb4c5e738 rdev_get_name +EXPORT_SYMBOL_GPL vmlinux 0xb4d57537 of_property_read_string_helper +EXPORT_SYMBOL_GPL vmlinux 0xb4dc4d99 usb_device_match_id +EXPORT_SYMBOL_GPL vmlinux 0xb4e9b6e4 i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4eda0da ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0xb4fcdab7 gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0xb501b2df nd_cmd_dimm_desc +EXPORT_SYMBOL_GPL vmlinux 0xb5093dd3 console_list +EXPORT_SYMBOL_GPL vmlinux 0xb5099d3f scsi_host_busy_iter +EXPORT_SYMBOL_GPL vmlinux 0xb509b731 devfreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb50b655e devl_sb_register +EXPORT_SYMBOL_GPL vmlinux 0xb511a4aa __traceiter_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0xb5168ffc bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb52c9aee __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xb5377fe9 devm_spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0xb53a8458 regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0xb54a3eb6 devl_register +EXPORT_SYMBOL_GPL vmlinux 0xb54db700 udp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0xb55970f6 edac_device_add_device +EXPORT_SYMBOL_GPL vmlinux 0xb561c490 mpi_mul +EXPORT_SYMBOL_GPL vmlinux 0xb5663ce7 nf_queue +EXPORT_SYMBOL_GPL vmlinux 0xb570745c __SCK__tp_func_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0xb5770e43 __hwspin_trylock +EXPORT_SYMBOL_GPL vmlinux 0xb5b4c2e8 key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0xb5ba0eb0 mtk_pinconf_drive_set +EXPORT_SYMBOL_GPL vmlinux 0xb5c14e75 thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xb5cf4304 cpufreq_dbs_governor_limits +EXPORT_SYMBOL_GPL vmlinux 0xb5dcd8a0 klist_init +EXPORT_SYMBOL_GPL vmlinux 0xb5e69a3d mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xb602648c fscrypt_fname_siphash +EXPORT_SYMBOL_GPL vmlinux 0xb61043d5 cpts_create +EXPORT_SYMBOL_GPL vmlinux 0xb6188cb5 disk_update_readahead +EXPORT_SYMBOL_GPL vmlinux 0xb61db827 platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xb620f44f inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb6309fb0 perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0xb633f205 ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0xb6410433 mpi_addm +EXPORT_SYMBOL_GPL vmlinux 0xb655442d add_swap_extent +EXPORT_SYMBOL_GPL vmlinux 0xb65d38a3 fwnode_graph_get_port_parent +EXPORT_SYMBOL_GPL vmlinux 0xb668bfe4 blk_mq_freeze_queue_wait +EXPORT_SYMBOL_GPL vmlinux 0xb66c2f95 is_hash_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xb67192cb aead_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xb676e1e1 sm501_set_clock +EXPORT_SYMBOL_GPL vmlinux 0xb6787346 sfp_unregister_socket +EXPORT_SYMBOL_GPL vmlinux 0xb681def3 __fscrypt_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0xb682eff7 platform_msi_domain_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0xb696a5fe dev_pm_opp_of_find_icc_paths +EXPORT_SYMBOL_GPL vmlinux 0xb69afbb0 devlink_linecard_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xb69c46c4 devm_fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xb6ba84e6 ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0xb6bce718 free_uid +EXPORT_SYMBOL_GPL vmlinux 0xb6ca5f96 host1x_context_device_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xb6d7c3a1 dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0xb6da4141 imx_check_clk_hws +EXPORT_SYMBOL_GPL vmlinux 0xb6e6d99d clk_disable +EXPORT_SYMBOL_GPL vmlinux 0xb6ebe121 da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xb6ec0cbb pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xb7075882 mtd_check_expert_analysis_mode +EXPORT_SYMBOL_GPL vmlinux 0xb708eaee dev_pm_genpd_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb709f3c0 rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0xb70a39ce onboard_hub_create_pdevs +EXPORT_SYMBOL_GPL vmlinux 0xb7179feb pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0xb71b1e1c regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xb72e6ff2 __traceiter_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xb7329c06 clk_set_phase +EXPORT_SYMBOL_GPL vmlinux 0xb73969db shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xb73f0c1b snd_soc_info_volsw_sx +EXPORT_SYMBOL_GPL vmlinux 0xb74538d2 kprobe_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0xb7491c17 lzorle1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0xb74c31cd wwan_remove_port +EXPORT_SYMBOL_GPL vmlinux 0xb7504e84 rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb7590942 fscrypt_parse_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0xb7717176 clk_hw_get_parent_index +EXPORT_SYMBOL_GPL vmlinux 0xb771e6b7 bL_switch_request_cb +EXPORT_SYMBOL_GPL vmlinux 0xb77db4cd software_node_find_by_name +EXPORT_SYMBOL_GPL vmlinux 0xb786bf75 pci_write_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0xb791e13f iomap_file_buffered_write +EXPORT_SYMBOL_GPL vmlinux 0xb79de3e7 wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xb79ea352 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xb79f5bf5 devm_irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xb79f88fb fscrypt_get_symlink +EXPORT_SYMBOL_GPL vmlinux 0xb7a23927 irq_chip_release_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0xb7a387fc synchronize_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0xb7b000a7 blk_req_zone_write_trylock +EXPORT_SYMBOL_GPL vmlinux 0xb7ba241e au_platform_setup +EXPORT_SYMBOL_GPL vmlinux 0xb7baeae2 skcipher_walk_async +EXPORT_SYMBOL_GPL vmlinux 0xb7c69a63 unregister_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb7db5ea6 device_create +EXPORT_SYMBOL_GPL vmlinux 0xb7eab117 devl_linecard_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb7f47a33 blk_mq_queue_inflight +EXPORT_SYMBOL_GPL vmlinux 0xb8154195 ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0xb81b011c rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0xb82130df ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0xb822129e iov_iter_extract_pages +EXPORT_SYMBOL_GPL vmlinux 0xb82566eb omap_tll_enable +EXPORT_SYMBOL_GPL vmlinux 0xb86758bf unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xb86cba8a exportfs_decode_fh_raw +EXPORT_SYMBOL_GPL vmlinux 0xb86f9a69 devm_thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0xb87770da pci_generic_config_read32 +EXPORT_SYMBOL_GPL vmlinux 0xb8781582 imx_clk_hw_sscg_pll +EXPORT_SYMBOL_GPL vmlinux 0xb878a2e4 pci_epc_set_msi +EXPORT_SYMBOL_GPL vmlinux 0xb87a49cd fsnotify_destroy_mark +EXPORT_SYMBOL_GPL vmlinux 0xb87e76f9 encrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0xb88dbfce irq_set_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0xb89d0552 arm_iommu_create_mapping +EXPORT_SYMBOL_GPL vmlinux 0xb89e5c2a pci_stop_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xb8a142c5 perf_event_pause +EXPORT_SYMBOL_GPL vmlinux 0xb8a510e1 pinconf_generic_dt_node_to_map +EXPORT_SYMBOL_GPL vmlinux 0xb8ad2e7f rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0xb8cd3a7f nf_logger_put +EXPORT_SYMBOL_GPL vmlinux 0xb8d4f22d spi_slave_abort +EXPORT_SYMBOL_GPL vmlinux 0xb8db336d serdev_device_break_ctl +EXPORT_SYMBOL_GPL vmlinux 0xb8df84df gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0xb8e72a3c __device_reset +EXPORT_SYMBOL_GPL vmlinux 0xb8ed981f cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0xb8f9191b kthread_mod_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0xb90a1fcd rsa_parse_priv_key +EXPORT_SYMBOL_GPL vmlinux 0xb90cb81c regulator_set_active_discharge_regmap +EXPORT_SYMBOL_GPL vmlinux 0xb9176155 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0xb917b6d7 return_address +EXPORT_SYMBOL_GPL vmlinux 0xb91b86c0 ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0xb92bc4b0 hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0xb939ce51 __register_mtd_parser +EXPORT_SYMBOL_GPL vmlinux 0xb93c8e85 vp_legacy_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xb93fcfe1 snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL vmlinux 0xb940d90d hte_enable_ts +EXPORT_SYMBOL_GPL vmlinux 0xb9475e3b wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0xb953f826 tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0xb953fb02 ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0xb953fe2d buffer_migrate_folio_norefs +EXPORT_SYMBOL_GPL vmlinux 0xb95ad0bb usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0xb9681621 xdp_do_flush +EXPORT_SYMBOL_GPL vmlinux 0xb9802aa1 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xb9852d11 __traceiter_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xb98ba107 edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL vmlinux 0xb992dec4 fwnode_handle_put +EXPORT_SYMBOL_GPL vmlinux 0xb99a93f5 crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0xb99d3629 synth_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0xb9a2e111 iomap_file_buffered_write_punch_delalloc +EXPORT_SYMBOL_GPL vmlinux 0xb9b51e9d alarm_start +EXPORT_SYMBOL_GPL vmlinux 0xb9b8c5ae rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9c9872d __traceiter_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9e338a8 msi_next_desc +EXPORT_SYMBOL_GPL vmlinux 0xb9e3cfa7 __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xb9e87b94 bL_switcher_trace_trigger +EXPORT_SYMBOL_GPL vmlinux 0xb9f532af tegra_bpmp_put +EXPORT_SYMBOL_GPL vmlinux 0xb9fb518c ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0xba032f94 btree_insert +EXPORT_SYMBOL_GPL vmlinux 0xba051a68 dev_pm_opp_sync_regulators +EXPORT_SYMBOL_GPL vmlinux 0xba18d67a rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xba19287e dm_audit_log_ti +EXPORT_SYMBOL_GPL vmlinux 0xba1f0d65 kthread_cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0xba2544fd pci_epc_write_header +EXPORT_SYMBOL_GPL vmlinux 0xba2ad83a phy_set_media +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba35869c locks_owner_has_blockers +EXPORT_SYMBOL_GPL vmlinux 0xba362cdb devm_clk_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xba3ba2f3 mtd_table_mutex +EXPORT_SYMBOL_GPL vmlinux 0xba3c41a8 __hwspin_lock_timeout +EXPORT_SYMBOL_GPL vmlinux 0xba63f91f ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0xba65f3e9 free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xba883dee fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0xba8b171d sbitmap_queue_init_node +EXPORT_SYMBOL_GPL vmlinux 0xba8ccff2 wakeup_sources_walk_start +EXPORT_SYMBOL_GPL vmlinux 0xba8e916d gpiochip_reqres_irq +EXPORT_SYMBOL_GPL vmlinux 0xba9210e0 mmput +EXPORT_SYMBOL_GPL vmlinux 0xbab8e3cb rt288x_setup +EXPORT_SYMBOL_GPL vmlinux 0xbab9a9f0 maxim_charger_currents +EXPORT_SYMBOL_GPL vmlinux 0xbac00b15 __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xbac37927 tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0xbac58322 snd_soc_component_write +EXPORT_SYMBOL_GPL vmlinux 0xbace170a vring_create_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xbadfb476 vp_modern_set_status +EXPORT_SYMBOL_GPL vmlinux 0xbaf6850c fsnotify_wait_marks_destroyed +EXPORT_SYMBOL_GPL vmlinux 0xbafc8f53 nvmem_layout_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbaff05d2 ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0xbb028ad3 rcu_gp_slow_register +EXPORT_SYMBOL_GPL vmlinux 0xbb042654 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb102ade mas_expected_entries +EXPORT_SYMBOL_GPL vmlinux 0xbb179e43 pinmux_generic_get_function_groups +EXPORT_SYMBOL_GPL vmlinux 0xbb191248 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0xbb24f372 __SCK__tp_func_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xbb27518a thermal_zone_device_disable +EXPORT_SYMBOL_GPL vmlinux 0xbb282978 kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0xbb289e60 snd_soc_find_dai +EXPORT_SYMBOL_GPL vmlinux 0xbb2b8460 devl_dpipe_table_register +EXPORT_SYMBOL_GPL vmlinux 0xbb4146b3 get_completed_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xbb4c7570 pids_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xbb4d70e8 crypto_akcipher_sync_prep +EXPORT_SYMBOL_GPL vmlinux 0xbb567e73 crypto_shash_tfm_digest +EXPORT_SYMBOL_GPL vmlinux 0xbb5ce133 platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0xbb6508da random_get_entropy_fallback +EXPORT_SYMBOL_GPL vmlinux 0xbb6a3cbd devlink_fmsg_arr_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xbb6cf9f9 invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0xbb7195a5 xdp_warn +EXPORT_SYMBOL_GPL vmlinux 0xbb82f7e3 ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0xbb8ef90d tcp_plb_update_state +EXPORT_SYMBOL_GPL vmlinux 0xbbae4a5b of_clk_parent_fill +EXPORT_SYMBOL_GPL vmlinux 0xbbd56062 sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xbbdd76e5 bio_end_io_acct_remapped +EXPORT_SYMBOL_GPL vmlinux 0xbbe729a9 vp_modern_get_status +EXPORT_SYMBOL_GPL vmlinux 0xbbe7df16 sysfs_create_link_nowarn +EXPORT_SYMBOL_GPL vmlinux 0xbbee4e35 power_supply_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xbbf90ecd nvdimm_region_delete +EXPORT_SYMBOL_GPL vmlinux 0xbbff0b15 clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0xbc314156 nop_mnt_idmap +EXPORT_SYMBOL_GPL vmlinux 0xbc3a7b62 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xbc3f2cb0 timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xbc49172b clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xbc50ffe9 xhci_find_slot_id_by_port +EXPORT_SYMBOL_GPL vmlinux 0xbc569bd5 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0xbc631adb vcap_tc_flower_handler_portnum_usage +EXPORT_SYMBOL_GPL vmlinux 0xbc6bec66 free_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc6e85b1 xhci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0xbc861dad iommu_device_sysfs_add +EXPORT_SYMBOL_GPL vmlinux 0xbca07358 regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xbcb0d2a6 dapm_kcontrol_get_value +EXPORT_SYMBOL_GPL vmlinux 0xbcb47c7d gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xbcb60fbf cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0xbcc15e75 ktime_get_coarse_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xbccc8b27 pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xbcd7b226 snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbcdc28bb pci_epc_map_addr +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbce12556 clk_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xbce35a6b usb_add_gadget +EXPORT_SYMBOL_GPL vmlinux 0xbcf1f0e6 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xbcf8a0d3 sk_psock_drop +EXPORT_SYMBOL_GPL vmlinux 0xbcfddc82 devm_regulator_get_enable_optional +EXPORT_SYMBOL_GPL vmlinux 0xbd06f3a9 ata_get_cmd_name +EXPORT_SYMBOL_GPL vmlinux 0xbd0a89a1 __phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0xbd0cc771 snd_card_add_dev_attr +EXPORT_SYMBOL_GPL vmlinux 0xbd0cf997 tty_kopen_shared +EXPORT_SYMBOL_GPL vmlinux 0xbd2c9177 cci_ace_get_port +EXPORT_SYMBOL_GPL vmlinux 0xbd2c9b57 snd_soc_runtime_calc_hw +EXPORT_SYMBOL_GPL vmlinux 0xbd3744e0 trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0xbd3fe1e3 disable_hardirq +EXPORT_SYMBOL_GPL vmlinux 0xbd455684 fsverity_verify_blocks +EXPORT_SYMBOL_GPL vmlinux 0xbd4ce870 devm_devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0xbd51780d xdp_features_set_redirect_target +EXPORT_SYMBOL_GPL vmlinux 0xbd5d3ef8 rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xbd956139 __devm_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0xbd956863 ahci_save_initial_config +EXPORT_SYMBOL_GPL vmlinux 0xbd9df850 devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0xbda00063 usb_gadget_unmap_request +EXPORT_SYMBOL_GPL vmlinux 0xbda04a91 cond_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xbda768f4 regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0xbdb4d2fa ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0xbdbf96bb rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0xbdc117ca crypto_register_templates +EXPORT_SYMBOL_GPL vmlinux 0xbdcd6e5e imx_unregister_hw_clocks +EXPORT_SYMBOL_GPL vmlinux 0xbdd6e522 iommu_device_sysfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xbdd73ec7 mtd_is_locked +EXPORT_SYMBOL_GPL vmlinux 0xbdda1b5f vmalloc_huge +EXPORT_SYMBOL_GPL vmlinux 0xbddb1fc6 strp_done +EXPORT_SYMBOL_GPL vmlinux 0xbdee4074 __get_mtd_device +EXPORT_SYMBOL_GPL vmlinux 0xbdf4b96f percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0xbdfae8de devlink_region_snapshot_id_get +EXPORT_SYMBOL_GPL vmlinux 0xbe01091a tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0xbe046f13 gov_attr_set_init +EXPORT_SYMBOL_GPL vmlinux 0xbe105677 net_selftest +EXPORT_SYMBOL_GPL vmlinux 0xbe137c1e imx_fracn_gppll +EXPORT_SYMBOL_GPL vmlinux 0xbe1c3eeb devm_irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xbe259d14 stmpe_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xbe2daeae wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xbe2e51d0 __inode_attach_wb +EXPORT_SYMBOL_GPL vmlinux 0xbe31cc00 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0xbe411525 ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0xbe5da7b2 __folio_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0xbe687e88 wake_up_all_idle_cpus +EXPORT_SYMBOL_GPL vmlinux 0xbe7466d1 iomap_bmap +EXPORT_SYMBOL_GPL vmlinux 0xbe861d48 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0xbe8fb3ec asoc_dummy_dlc +EXPORT_SYMBOL_GPL vmlinux 0xbe96dfd8 of_reconfig_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbe9a83d5 dw_pcie_write +EXPORT_SYMBOL_GPL vmlinux 0xbe9fd787 account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0xbea3efbf spi_mem_driver_register_with_owner +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbea70666 device_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xbeaaadbb usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xbeafe789 pci_create_ims_domain +EXPORT_SYMBOL_GPL vmlinux 0xbeb28eab bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0xbeb7d7c1 tcp_plb_update_state_upon_rto +EXPORT_SYMBOL_GPL vmlinux 0xbeb86d23 scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xbebc6fde driver_register +EXPORT_SYMBOL_GPL vmlinux 0xbebd769d __sdhci_read_caps +EXPORT_SYMBOL_GPL vmlinux 0xbec90d03 usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xbecb15a6 usb_get_maximum_ssp_rate +EXPORT_SYMBOL_GPL vmlinux 0xbed26f12 xdp_rxq_info_unused +EXPORT_SYMBOL_GPL vmlinux 0xbef57a90 snd_soc_of_get_dlc +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf12c81e key_type_user +EXPORT_SYMBOL_GPL vmlinux 0xbf16c505 platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0xbf2e2e71 housekeeping_enabled +EXPORT_SYMBOL_GPL vmlinux 0xbf4513c3 devlink_linecard_activate +EXPORT_SYMBOL_GPL vmlinux 0xbf4784af relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0xbf5667ba __blk_trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0xbf728975 phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0xbf778abf ehci_reset +EXPORT_SYMBOL_GPL vmlinux 0xbf7a7253 ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0xbf8fcdbd fwnode_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0xbf903986 virtqueue_get_desc_addr +EXPORT_SYMBOL_GPL vmlinux 0xbf99dbc7 fib_rule_matchall +EXPORT_SYMBOL_GPL vmlinux 0xbfb7c74c skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0xbfb8c3e0 spi_split_transfers_maxsize +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfc5683d iommu_device_link +EXPORT_SYMBOL_GPL vmlinux 0xbfc7dc02 ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0xbfc96a10 crypto_alloc_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0xbfddf87e __devm_spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0xbfe4bde4 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0xbfe5616d tick_broadcast_oneshot_control +EXPORT_SYMBOL_GPL vmlinux 0xbfe83bb4 imx_ccm_lock +EXPORT_SYMBOL_GPL vmlinux 0xbfeb40d2 dev_pm_genpd_get_next_hrtimer +EXPORT_SYMBOL_GPL vmlinux 0xc00131cf visitor64 +EXPORT_SYMBOL_GPL vmlinux 0xc024c306 blk_clear_pm_only +EXPORT_SYMBOL_GPL vmlinux 0xc037830b pci_epf_bind +EXPORT_SYMBOL_GPL vmlinux 0xc04166c7 tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0xc046cf84 imx93_clk_gate +EXPORT_SYMBOL_GPL vmlinux 0xc04e20c3 percpu_ref_switch_to_atomic_sync +EXPORT_SYMBOL_GPL vmlinux 0xc050f336 clk_regmap_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0xc053d241 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0xc055c09f usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0xc0583e20 edac_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xc058db8f security_file_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xc05b591a fixed_phy_register_with_gpiod +EXPORT_SYMBOL_GPL vmlinux 0xc05cee80 ipi_get_hwirq +EXPORT_SYMBOL_GPL vmlinux 0xc06b77b3 __cci_control_port_by_index +EXPORT_SYMBOL_GPL vmlinux 0xc06f2830 mxic_ecc_process_data_pipelined +EXPORT_SYMBOL_GPL vmlinux 0xc081c246 bL_switcher_put_enabled +EXPORT_SYMBOL_GPL vmlinux 0xc082a62f genphy_c45_an_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0xc08326b7 sbitmap_queue_min_shallow_depth +EXPORT_SYMBOL_GPL vmlinux 0xc090c376 net_selftest_get_strings +EXPORT_SYMBOL_GPL vmlinux 0xc0967f58 regmap_mmio_attach_clk +EXPORT_SYMBOL_GPL vmlinux 0xc0a96e14 rcu_gp_is_expedited +EXPORT_SYMBOL_GPL vmlinux 0xc0b2664d devlink_dpipe_header_ipv4 +EXPORT_SYMBOL_GPL vmlinux 0xc0bc0440 unregister_mtd_user +EXPORT_SYMBOL_GPL vmlinux 0xc0ca664f wb_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL vmlinux 0xc0e75cec visitor128 +EXPORT_SYMBOL_GPL vmlinux 0xc0f0458a ip_tunnel_unneed_metadata +EXPORT_SYMBOL_GPL vmlinux 0xc0f72f88 devl_trap_policers_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc0fe2c9e kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0xc105ba23 of_property_count_elems_of_size +EXPORT_SYMBOL_GPL vmlinux 0xc1086e0c sysrq_toggle_support +EXPORT_SYMBOL_GPL vmlinux 0xc112830d component_compare_of +EXPORT_SYMBOL_GPL vmlinux 0xc12457f3 ahci_platform_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc124c3c3 mmc_sanitize +EXPORT_SYMBOL_GPL vmlinux 0xc128eb6e pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0xc13cf6ff raw_v4_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0xc14d1352 ahci_platform_disable_resources +EXPORT_SYMBOL_GPL vmlinux 0xc159f565 rtnl_get_net_ns_capable +EXPORT_SYMBOL_GPL vmlinux 0xc1613304 regmap_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0xc167f2fd bio_iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0xc174ffe7 phy_calibrate +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc18086d1 adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xc18f0360 vcap_del_rules +EXPORT_SYMBOL_GPL vmlinux 0xc1a23cc3 ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0xc1bad725 usb_asmedia_modifyflowcontrol +EXPORT_SYMBOL_GPL vmlinux 0xc1bf74a2 pci_msi_unmask_irq +EXPORT_SYMBOL_GPL vmlinux 0xc1c28c2a pci_generic_ecam_ops +EXPORT_SYMBOL_GPL vmlinux 0xc1e07267 ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0xc1e67fa6 devm_mipi_dsi_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0xc1e6986e interval_tree_span_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xc1f755ee snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL vmlinux 0xc2014ebc dma_get_slave_caps +EXPORT_SYMBOL_GPL vmlinux 0xc20d5952 xhci_ext_cap_init +EXPORT_SYMBOL_GPL vmlinux 0xc218e5f3 extcon_get_property_capability +EXPORT_SYMBOL_GPL vmlinux 0xc21b3cca devices_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc21b980f ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc21d7561 usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0xc2265869 of_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0xc2277580 of_pci_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc235701f dev_pm_opp_get_supplies +EXPORT_SYMBOL_GPL vmlinux 0xc2368ea5 ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0xc2417793 bpf_sk_storage_diag_put +EXPORT_SYMBOL_GPL vmlinux 0xc24c32e5 blk_queue_max_zone_append_sectors +EXPORT_SYMBOL_GPL vmlinux 0xc24c867b mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xc25df92f br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0xc25f1cea genphy_c45_an_disable_aneg +EXPORT_SYMBOL_GPL vmlinux 0xc2692173 wakeup_sources_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xc2787686 regulator_set_suspend_voltage +EXPORT_SYMBOL_GPL vmlinux 0xc27f1392 regmap_read +EXPORT_SYMBOL_GPL vmlinux 0xc282f8fd crypto_register_aead +EXPORT_SYMBOL_GPL vmlinux 0xc287215d sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0xc289e46d cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xc28d680b snd_soc_new_ac97_component +EXPORT_SYMBOL_GPL vmlinux 0xc2928d2c dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0xc2960bb1 seg6_do_srh_encap +EXPORT_SYMBOL_GPL vmlinux 0xc2a63209 phy_driver_is_genphy +EXPORT_SYMBOL_GPL vmlinux 0xc2a814db tcp_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xc2b1443c ahci_shost_groups +EXPORT_SYMBOL_GPL vmlinux 0xc2c89852 sbitmap_finish_wait +EXPORT_SYMBOL_GPL vmlinux 0xc2d55962 work_on_cpu_key +EXPORT_SYMBOL_GPL vmlinux 0xc2d60fff nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0xc2e0144c regmap_field_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0xc2f2db44 hisi_clk_register_phase +EXPORT_SYMBOL_GPL vmlinux 0xc2fc0d11 usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xc3008f0e pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0xc3025407 tps65912_device_init +EXPORT_SYMBOL_GPL vmlinux 0xc30561ef mptcp_token_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xc30dda7f devl_dpipe_headers_register +EXPORT_SYMBOL_GPL vmlinux 0xc30f0689 snd_soc_register_card +EXPORT_SYMBOL_GPL vmlinux 0xc317a15e snd_soc_daifmt_clock_provider_flipped +EXPORT_SYMBOL_GPL vmlinux 0xc3384d86 call_switchdev_blocking_notifiers +EXPORT_SYMBOL_GPL vmlinux 0xc33ee02e debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc34e4c7b kernel_read_file_from_fd +EXPORT_SYMBOL_GPL vmlinux 0xc361fd92 devm_regulator_bulk_get_const +EXPORT_SYMBOL_GPL vmlinux 0xc36a1591 mmc_regulator_disable_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0xc3708747 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc3805cd1 fs_ftype_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0xc3836345 iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0xc3884e17 irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xc3a599de dma_request_chan +EXPORT_SYMBOL_GPL vmlinux 0xc3acb2a6 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0xc3acd7df edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xc3b47825 rcu_async_relax +EXPORT_SYMBOL_GPL vmlinux 0xc3b64452 serial8250_rpm_get +EXPORT_SYMBOL_GPL vmlinux 0xc3bf5002 debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0xc3bf7cd5 gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0xc3c4c6cc hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0xc3ca2b5f gpiochip_line_is_open_drain +EXPORT_SYMBOL_GPL vmlinux 0xc3cc1795 pm_genpd_remove +EXPORT_SYMBOL_GPL vmlinux 0xc3ce6ec8 xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0xc3dd2117 pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0xc3de65ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc3dec815 nand_reset_op +EXPORT_SYMBOL_GPL vmlinux 0xc3e2ac0c mtk_pinconf_drive_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xc3e31951 usb_gadget_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xc3e6e916 vchan_init +EXPORT_SYMBOL_GPL vmlinux 0xc3ea5305 iommu_default_passthrough +EXPORT_SYMBOL_GPL vmlinux 0xc405dbfa sfp_register_socket +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc4296a0b mtk_eint_find_irq +EXPORT_SYMBOL_GPL vmlinux 0xc42e14b9 sbitmap_any_bit_set +EXPORT_SYMBOL_GPL vmlinux 0xc441d6c0 i2c_match_id +EXPORT_SYMBOL_GPL vmlinux 0xc44afc48 pse_ethtool_set_config +EXPORT_SYMBOL_GPL vmlinux 0xc44e31fc devm_register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc4594a51 iommu_map +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc473f58c mtk_clk_unregister_dividers +EXPORT_SYMBOL_GPL vmlinux 0xc4815270 class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc4915115 sm501_unit_power +EXPORT_SYMBOL_GPL vmlinux 0xc4937fde ti_clk_is_in_standby +EXPORT_SYMBOL_GPL vmlinux 0xc49868fd tcp_reno_undo_cwnd +EXPORT_SYMBOL_GPL vmlinux 0xc49c8475 iomap_finish_ioends +EXPORT_SYMBOL_GPL vmlinux 0xc4b459df snd_ctl_apply_vmaster_followers +EXPORT_SYMBOL_GPL vmlinux 0xc4bd2e39 sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0xc4ce0186 pci_epf_create +EXPORT_SYMBOL_GPL vmlinux 0xc4cf2420 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0xc4d8ac61 snd_pcm_stream_unlock_irq +EXPORT_SYMBOL_GPL vmlinux 0xc4e41c00 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xc4ea0a30 pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xc4f0da12 ktime_get_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xc5053a51 x509_cert_parse +EXPORT_SYMBOL_GPL vmlinux 0xc507a0c9 l3mdev_fib_table_rcu +EXPORT_SYMBOL_GPL vmlinux 0xc509a896 cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xc51525bc led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0xc51bf857 virtio_device_freeze +EXPORT_SYMBOL_GPL vmlinux 0xc52c8bcf regulator_list_hardware_vsel +EXPORT_SYMBOL_GPL vmlinux 0xc533d2f6 dw_pcie_ep_raise_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0xc5351624 hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0xc5384fb0 musb_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xc53aa4ae led_init_default_state_get +EXPORT_SYMBOL_GPL vmlinux 0xc54d2af4 __tracepoint_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0xc55d5b3f phy_start_machine +EXPORT_SYMBOL_GPL vmlinux 0xc5604800 clk_set_rate_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xc5649450 devm_kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0xc5655177 tcp_done +EXPORT_SYMBOL_GPL vmlinux 0xc569d8ce __clk_get_name +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc5777fca linear_range_get_selector_low_array +EXPORT_SYMBOL_GPL vmlinux 0xc58a3ee6 icc_node_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc5907549 cgrp_dfl_root +EXPORT_SYMBOL_GPL vmlinux 0xc5a45ff1 pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0xc5a50802 blk_crypto_update_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xc5a5c678 uart_parse_earlycon +EXPORT_SYMBOL_GPL vmlinux 0xc5a65a8c vcap_enable_lookups +EXPORT_SYMBOL_GPL vmlinux 0xc5c1fce7 snd_soc_component_initialize +EXPORT_SYMBOL_GPL vmlinux 0xc5c35255 snd_soc_dpcm_can_be_prepared +EXPORT_SYMBOL_GPL vmlinux 0xc5de27c9 tcp_leave_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xc5f904e7 fscrypt_dio_supported +EXPORT_SYMBOL_GPL vmlinux 0xc601a53e crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc63a85e6 devl_dpipe_table_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc63ce017 devlink_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0xc64a903e fuse_request_end +EXPORT_SYMBOL_GPL vmlinux 0xc64b8e59 lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0xc6569014 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0xc65bab16 register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xc660ec34 sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc672756e ahci_platform_get_resources +EXPORT_SYMBOL_GPL vmlinux 0xc6779093 ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xc677d086 dev_pm_opp_xlate_required_opp +EXPORT_SYMBOL_GPL vmlinux 0xc67e2532 of_changeset_action +EXPORT_SYMBOL_GPL vmlinux 0xc67e47ad dev_pm_opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0xc68c41d6 __SCK__tp_func_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xc68e9fa5 pci_iov_vf_id +EXPORT_SYMBOL_GPL vmlinux 0xc693534f driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc6a4a872 __clk_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xc6a8d594 fib_nl_newrule +EXPORT_SYMBOL_GPL vmlinux 0xc6adc8ba __xas_next +EXPORT_SYMBOL_GPL vmlinux 0xc6b32405 __devm_reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xc6be45c4 crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xc6c0fbaf skb_gso_validate_mac_len +EXPORT_SYMBOL_GPL vmlinux 0xc6e12e3a fuse_send_init +EXPORT_SYMBOL_GPL vmlinux 0xc6e5bcf3 linear_range_get_selector_within +EXPORT_SYMBOL_GPL vmlinux 0xc6e667f1 thread_notify_head +EXPORT_SYMBOL_GPL vmlinux 0xc6e91dbf __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0xc6e9de67 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xc6f32ed4 debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xc6fed16e dapm_clock_event +EXPORT_SYMBOL_GPL vmlinux 0xc71236db ahci_platform_enable_regulators +EXPORT_SYMBOL_GPL vmlinux 0xc7275675 xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0xc73b62bb get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0xc7558a47 dst_blackhole_mtu +EXPORT_SYMBOL_GPL vmlinux 0xc77367b3 of_property_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0xc782e17f synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xc7876431 sock_map_close +EXPORT_SYMBOL_GPL vmlinux 0xc78c7a2a nvdimm_in_overwrite +EXPORT_SYMBOL_GPL vmlinux 0xc79144f5 trace_seq_putmem_hex +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7a7e770 clk_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xc7ab20d6 put_io_context +EXPORT_SYMBOL_GPL vmlinux 0xc7b3aa91 fscrypt_prepare_new_inode +EXPORT_SYMBOL_GPL vmlinux 0xc7b62598 of_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0xc7c658f6 of_dma_xlate_by_chan_id +EXPORT_SYMBOL_GPL vmlinux 0xc7d19356 fib6_check_nexthop +EXPORT_SYMBOL_GPL vmlinux 0xc7d3ab52 usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xc7d75a79 wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xc7d9b15b icc_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xc7e64fc2 asn1_encode_integer +EXPORT_SYMBOL_GPL vmlinux 0xc7e78b2e vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0xc7fa4aa9 kobj_ns_drop +EXPORT_SYMBOL_GPL vmlinux 0xc80e9dad tty_release_struct +EXPORT_SYMBOL_GPL vmlinux 0xc813974e sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0xc81df19e kthread_func +EXPORT_SYMBOL_GPL vmlinux 0xc8231890 mtk_pinconf_bias_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xc824613c nd_tbl +EXPORT_SYMBOL_GPL vmlinux 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL vmlinux 0xc82826f9 of_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xc8282ebc crypto_sig_verify +EXPORT_SYMBOL_GPL vmlinux 0xc82b3a88 __SCK__tp_func_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xc82c721f klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xc836fa82 iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0xc847ad72 poll_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xc8514df2 snd_soc_dapm_dai_get_connected_widgets +EXPORT_SYMBOL_GPL vmlinux 0xc8594d3d reset_control_acquire +EXPORT_SYMBOL_GPL vmlinux 0xc85d087d clk_hw_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0xc870778c fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0xc8721bc8 dm_table_device_name +EXPORT_SYMBOL_GPL vmlinux 0xc87c483d ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0xc8831d47 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0xc88b50e0 snd_soc_rtdcom_lookup +EXPORT_SYMBOL_GPL vmlinux 0xc89c1db6 mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0xc8b08a3b devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0xc8b69edc serial8250_do_get_mctrl +EXPORT_SYMBOL_GPL vmlinux 0xc8bc90bf pkcs7_free_message +EXPORT_SYMBOL_GPL vmlinux 0xc8c604b8 mtd_panic_write +EXPORT_SYMBOL_GPL vmlinux 0xc8d964d1 iommu_alloc_resv_region +EXPORT_SYMBOL_GPL vmlinux 0xc8ddd5b5 kstrdup_quotable +EXPORT_SYMBOL_GPL vmlinux 0xc8e18f08 usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0xc8f38352 of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0xc91724ce __traceiter_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xc9172aff pci_epc_get_next_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xc926ae1b start_poll_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xc93a3655 mtk_eint_do_resume +EXPORT_SYMBOL_GPL vmlinux 0xc93ee1e7 usb_phy_roothub_init +EXPORT_SYMBOL_GPL vmlinux 0xc94ac469 cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0xc94ba54d sbitmap_show +EXPORT_SYMBOL_GPL vmlinux 0xc9511eb2 mmc_crypto_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc963855a mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL vmlinux 0xc969fcba decrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0xc96fb674 nvmem_device_read +EXPORT_SYMBOL_GPL vmlinux 0xc9715630 __SCK__tp_func_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc972af6c bpf_prog_add +EXPORT_SYMBOL_GPL vmlinux 0xc9825415 percpu_ref_is_zero +EXPORT_SYMBOL_GPL vmlinux 0xc9827693 __bpf_call_base +EXPORT_SYMBOL_GPL vmlinux 0xc984b6f4 pcie_flr +EXPORT_SYMBOL_GPL vmlinux 0xc989e11b ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0xc99d68fe gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0xc9a0e768 devlink_sb_register +EXPORT_SYMBOL_GPL vmlinux 0xc9a228ce property_entries_free +EXPORT_SYMBOL_GPL vmlinux 0xc9ad08d1 synth_event_trace_array +EXPORT_SYMBOL_GPL vmlinux 0xc9c6af94 dev_pm_domain_detach +EXPORT_SYMBOL_GPL vmlinux 0xc9ca2dd6 dma_resv_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xc9ceea06 clk_has_parent +EXPORT_SYMBOL_GPL vmlinux 0xc9db0991 ZSTD_isError +EXPORT_SYMBOL_GPL vmlinux 0xc9e184f4 usb_control_msg_recv +EXPORT_SYMBOL_GPL vmlinux 0xc9e23c3a nf_queue_entry_free +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9f76eb1 __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0xc9fb00f7 pl320_ipc_transmit +EXPORT_SYMBOL_GPL vmlinux 0xc9fd634a usb_role_switch_put +EXPORT_SYMBOL_GPL vmlinux 0xc9ffd688 usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xca0c36ee mptcp_pm_get_add_addr_signal_max +EXPORT_SYMBOL_GPL vmlinux 0xca149521 inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xca1b6caf pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0xca31350e devlink_region_snapshot_id_put +EXPORT_SYMBOL_GPL vmlinux 0xca3d3cc5 xas_split +EXPORT_SYMBOL_GPL vmlinux 0xca40ebc3 xas_clear_mark +EXPORT_SYMBOL_GPL vmlinux 0xca454a34 vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0xca467318 hibernation_set_ops +EXPORT_SYMBOL_GPL vmlinux 0xca545922 smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xca54852e pinctrl_enable +EXPORT_SYMBOL_GPL vmlinux 0xca5947fa fwnode_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0xca69496a devm_clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0xca76b23a __clk_hw_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0xca7d7e2e sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca90bfa8 of_get_fb_videomode +EXPORT_SYMBOL_GPL vmlinux 0xca967ed4 genphy_c45_read_lpa +EXPORT_SYMBOL_GPL vmlinux 0xca9a1d5e ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0xca9d6424 virtqueue_get_buf_ctx +EXPORT_SYMBOL_GPL vmlinux 0xcab6058a nvdimm_badblocks_populate +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcad2b76c imx_clk_hw_pfd +EXPORT_SYMBOL_GPL vmlinux 0xcae5e27e mt_next +EXPORT_SYMBOL_GPL vmlinux 0xcaecc540 kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0xcb000308 ahci_platform_disable_regulators +EXPORT_SYMBOL_GPL vmlinux 0xcb0aca32 devm_ioremap_uc +EXPORT_SYMBOL_GPL vmlinux 0xcb2aebd6 extcon_get_property +EXPORT_SYMBOL_GPL vmlinux 0xcb2bfe2b nvmem_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcb2e166b __tracepoint_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xcb349fa4 clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0xcb443e70 dev_pm_opp_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0xcb4a7d9b public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0xcb561441 mem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0xcb5a9ae4 devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0xcb628197 pci_epc_multi_mem_init +EXPORT_SYMBOL_GPL vmlinux 0xcb64abd0 mtk_register_reset_controller_with_dev +EXPORT_SYMBOL_GPL vmlinux 0xcb65d948 musb_get_mode +EXPORT_SYMBOL_GPL vmlinux 0xcb707f13 pcie_reset_flr +EXPORT_SYMBOL_GPL vmlinux 0xcb70c429 gpiochip_irq_domain_activate +EXPORT_SYMBOL_GPL vmlinux 0xcb70cf05 input_class +EXPORT_SYMBOL_GPL vmlinux 0xcb87e247 spi_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0xcb888196 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xcb931d12 vp_modern_config_vector +EXPORT_SYMBOL_GPL vmlinux 0xcb9f0201 __clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0xcbb6d9fb rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xcbbb0356 nf_hooks_lwtunnel_sysctl_handler +EXPORT_SYMBOL_GPL vmlinux 0xcbd18c4f devm_power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xcbdefc5d bpf_prog_alloc +EXPORT_SYMBOL_GPL vmlinux 0xcbe56bc2 zs_get_total_pages +EXPORT_SYMBOL_GPL vmlinux 0xcbfe0680 from_vfsuid +EXPORT_SYMBOL_GPL vmlinux 0xcc1cdbbe register_btf_kfunc_id_set +EXPORT_SYMBOL_GPL vmlinux 0xcc215423 sched_set_normal +EXPORT_SYMBOL_GPL vmlinux 0xcc269bbf rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xcc39c03e nvmem_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcc56519e blkcg_set_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0xcc615674 tpm_default_chip +EXPORT_SYMBOL_GPL vmlinux 0xcc6ad26a trace_array_init_printk +EXPORT_SYMBOL_GPL vmlinux 0xcc70da6b icc_std_aggregate +EXPORT_SYMBOL_GPL vmlinux 0xcc92e189 rockchip_pcie_init_port +EXPORT_SYMBOL_GPL vmlinux 0xcc935375 walk_iomem_res_desc +EXPORT_SYMBOL_GPL vmlinux 0xcc95ef9c misc_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xccba7c8c wait_on_page_writeback +EXPORT_SYMBOL_GPL vmlinux 0xccc2cec6 __tracepoint_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccd0d935 snd_soc_cnew +EXPORT_SYMBOL_GPL vmlinux 0xccd26a51 spi_transfer_cs_change_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0xccd86806 ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0xccda7fea __devm_clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xccecb643 snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL vmlinux 0xccf52bc9 sfp_upstream_start +EXPORT_SYMBOL_GPL vmlinux 0xcd017042 static_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0xcd0545dd pci_epc_set_bar +EXPORT_SYMBOL_GPL vmlinux 0xcd0f5141 iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xcd24e146 hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0xcd43147f snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL vmlinux 0xcd467029 gov_attr_set_put +EXPORT_SYMBOL_GPL vmlinux 0xcd4c7c8d snd_soc_component_compr_get_caps +EXPORT_SYMBOL_GPL vmlinux 0xcd58e739 of_reserved_mem_device_init_by_name +EXPORT_SYMBOL_GPL vmlinux 0xcd633eb2 devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xcd652efd pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0xcd6f2dc9 nf_log_buf_add +EXPORT_SYMBOL_GPL vmlinux 0xcd856d0b hte_push_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcd9356ba priv_to_devlink +EXPORT_SYMBOL_GPL vmlinux 0xcd935d13 ahci_reset_controller +EXPORT_SYMBOL_GPL vmlinux 0xcd95c215 rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0xcd974f00 rcu_all_qs +EXPORT_SYMBOL_GPL vmlinux 0xcd98f922 vp_legacy_config_vector +EXPORT_SYMBOL_GPL vmlinux 0xcd9cd2ff wakeme_after_rcu +EXPORT_SYMBOL_GPL vmlinux 0xcd9efac1 wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0xcda170d9 dev_pm_domain_start +EXPORT_SYMBOL_GPL vmlinux 0xcdb46879 crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0xcdb6adcc ras_userspace_consumers +EXPORT_SYMBOL_GPL vmlinux 0xcdbacd1b put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xcdbd2426 ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0xcdc13761 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdcf3977 snd_soc_component_nc_pin +EXPORT_SYMBOL_GPL vmlinux 0xcddf7b1f md_bitmap_copy_from_slot +EXPORT_SYMBOL_GPL vmlinux 0xcdef309e dw_pcie_link_up +EXPORT_SYMBOL_GPL vmlinux 0xcdf5e956 regmap_get_max_register +EXPORT_SYMBOL_GPL vmlinux 0xce0922ab ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xce09e8f6 crypto_unregister_acomps +EXPORT_SYMBOL_GPL vmlinux 0xce0d9d47 iommu_detach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0xce1ed548 serdev_device_close +EXPORT_SYMBOL_GPL vmlinux 0xce24fa30 virtio_check_mem_acc_cb +EXPORT_SYMBOL_GPL vmlinux 0xce2bf282 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xce2cf9fb __devm_clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0xce4110a3 snd_soc_card_jack_new_pins +EXPORT_SYMBOL_GPL vmlinux 0xce54d144 msi_unlock_descs +EXPORT_SYMBOL_GPL vmlinux 0xce5bbb35 pci_ecam_create +EXPORT_SYMBOL_GPL vmlinux 0xce5c1135 pci_host_common_probe +EXPORT_SYMBOL_GPL vmlinux 0xce5fd05d snd_device_disconnect +EXPORT_SYMBOL_GPL vmlinux 0xce63f977 musb_queue_resume_work +EXPORT_SYMBOL_GPL vmlinux 0xce6db5bd regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce737959 of_msi_configure +EXPORT_SYMBOL_GPL vmlinux 0xce78ac1d serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0xce9aec20 snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL vmlinux 0xcea29652 __srcu_read_unlock_nmisafe +EXPORT_SYMBOL_GPL vmlinux 0xcea47352 blk_queue_required_elevator_features +EXPORT_SYMBOL_GPL vmlinux 0xcea71101 mtk_clk_register_factors +EXPORT_SYMBOL_GPL vmlinux 0xcebb6436 thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0xcec6a9bb cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xceca871c sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcee825b3 xas_init_marks +EXPORT_SYMBOL_GPL vmlinux 0xcee88e7a of_overlay_fdt_apply +EXPORT_SYMBOL_GPL vmlinux 0xcef4d5b4 __alloc_percpu_gfp +EXPORT_SYMBOL_GPL vmlinux 0xcefbb5ac __tracepoint_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0xcf0dc957 dm_table_set_type +EXPORT_SYMBOL_GPL vmlinux 0xcf1f7739 icc_provider_deregister +EXPORT_SYMBOL_GPL vmlinux 0xcf271322 kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0xcf28f55e trace_clock_global +EXPORT_SYMBOL_GPL vmlinux 0xcf2f1c7f thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xcf40eae7 blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0xcf427ba1 fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0xcf5f2616 task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0xcf6fbeff spi_mem_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcf7225d1 iocb_bio_iopoll +EXPORT_SYMBOL_GPL vmlinux 0xcf72b70d switchdev_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0xcf798ba5 regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xcf7c4a89 __kernel_write +EXPORT_SYMBOL_GPL vmlinux 0xcf843a9c fwnode_get_name +EXPORT_SYMBOL_GPL vmlinux 0xcf87a0d2 acomp_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0xcf914414 __mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0xcf921d2e thermal_zone_device_register_with_trips +EXPORT_SYMBOL_GPL vmlinux 0xcfa15312 of_gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0xcfa70ee0 kobject_move +EXPORT_SYMBOL_GPL vmlinux 0xcfb370a0 device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0xcfb6a11b mtk_pinconf_bias_get +EXPORT_SYMBOL_GPL vmlinux 0xcfbddb8b iomap_seek_data +EXPORT_SYMBOL_GPL vmlinux 0xcfc5108a devlink_fmsg_u8_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xcfc7b4e4 rcu_barrier_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0xcfce1bd4 vp_legacy_set_status +EXPORT_SYMBOL_GPL vmlinux 0xcfd55798 mtk_devm_alloc_clk_data +EXPORT_SYMBOL_GPL vmlinux 0xcfd6bc38 devm_regulator_bulk_get_enable +EXPORT_SYMBOL_GPL vmlinux 0xcffad19a i2c_handle_smbus_host_notify +EXPORT_SYMBOL_GPL vmlinux 0xd00fa5eb mptcp_pm_get_add_addr_accept_max +EXPORT_SYMBOL_GPL vmlinux 0xd0108270 crypto_register_scomp +EXPORT_SYMBOL_GPL vmlinux 0xd01684f7 snd_pcm_stream_lock +EXPORT_SYMBOL_GPL vmlinux 0xd036263d spi_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0xd03683d5 mtk_pinconf_bias_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xd038b9c8 mpc8xxx_spi_rx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0xd03eaf4c schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0xd041ea06 trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0xd045c9d5 skcipher_walk_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xd04aedfd __SCK__tp_func_arm_event +EXPORT_SYMBOL_GPL vmlinux 0xd04be9f1 of_clk_add_provider +EXPORT_SYMBOL_GPL vmlinux 0xd05c2bce mas_empty_area +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd0654596 __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd0686cd4 rcuref_put_slowpath +EXPORT_SYMBOL_GPL vmlinux 0xd073f112 devlink_linecard_nested_dl_set +EXPORT_SYMBOL_GPL vmlinux 0xd0bbf4a9 crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0c3addf pci_d3cold_disable +EXPORT_SYMBOL_GPL vmlinux 0xd0db0f12 run_dax +EXPORT_SYMBOL_GPL vmlinux 0xd0dbdb1a xhci_resume +EXPORT_SYMBOL_GPL vmlinux 0xd0e16f9c ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0xd0eb22c2 genphy_c45_pma_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd0f218b7 mtk_clk_gate_ops_setclr +EXPORT_SYMBOL_GPL vmlinux 0xd0f44ce3 i2c_slave_register +EXPORT_SYMBOL_GPL vmlinux 0xd0f7b063 ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xd0fb9c41 smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xd11acd5c crypto_alloc_sig +EXPORT_SYMBOL_GPL vmlinux 0xd12097e4 mbox_client_txdone +EXPORT_SYMBOL_GPL vmlinux 0xd12159a7 stack_trace_snprint +EXPORT_SYMBOL_GPL vmlinux 0xd13628d3 fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xd13d01ec pci_epc_remove_epf +EXPORT_SYMBOL_GPL vmlinux 0xd13e7714 blkcg_root_css +EXPORT_SYMBOL_GPL vmlinux 0xd142c501 mas_prev +EXPORT_SYMBOL_GPL vmlinux 0xd1457827 devl_region_create +EXPORT_SYMBOL_GPL vmlinux 0xd1481de7 mpi_clear +EXPORT_SYMBOL_GPL vmlinux 0xd14969bb snd_soc_register_dai +EXPORT_SYMBOL_GPL vmlinux 0xd14ef877 dm_internal_suspend_fast +EXPORT_SYMBOL_GPL vmlinux 0xd14f1741 pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xd15ee076 blk_mq_quiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0xd15ee93f netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0xd1636732 wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0xd1733238 sampling_rate_store +EXPORT_SYMBOL_GPL vmlinux 0xd17c088c of_fdt_unflatten_tree +EXPORT_SYMBOL_GPL vmlinux 0xd1840977 blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0xd189c643 of_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0xd18f2863 led_set_brightness_nosleep +EXPORT_SYMBOL_GPL vmlinux 0xd18f9781 net_failover_create +EXPORT_SYMBOL_GPL vmlinux 0xd1963207 dm_internal_suspend_noflush +EXPORT_SYMBOL_GPL vmlinux 0xd19b00c3 device_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0xd1a9ca15 __SCK__tp_func_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xd1aad0f9 iommu_enable_nesting +EXPORT_SYMBOL_GPL vmlinux 0xd1b8def2 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xd1c2f9f7 device_match_any +EXPORT_SYMBOL_GPL vmlinux 0xd1c3fb44 vcap_free_rule +EXPORT_SYMBOL_GPL vmlinux 0xd1cbc23c add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0xd1dcb44c ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd1dfd478 backing_file_open +EXPORT_SYMBOL_GPL vmlinux 0xd1e87095 widget_in_list +EXPORT_SYMBOL_GPL vmlinux 0xd1ea1a87 ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0xd1ea72dd blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0xd1f2eee2 nf_logger_find_get +EXPORT_SYMBOL_GPL vmlinux 0xd20de0fb dbs_update +EXPORT_SYMBOL_GPL vmlinux 0xd216e56a kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd21b61bd async_schedule_node_domain +EXPORT_SYMBOL_GPL vmlinux 0xd21da002 sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd21f1d35 __SCK__tp_func_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0xd229911c snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL vmlinux 0xd2461901 tty_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0xd24786f1 ip_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0xd248a519 rockchip_pmu_block +EXPORT_SYMBOL_GPL vmlinux 0xd2495446 irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0xd24bad3f tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0xd256c723 cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0xd25841b4 regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xd260af0d ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0xd269f3ac mpc8xxx_spi_rx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0xd26f1ae5 sdhci_free_host +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd2780326 divider_recalc_rate +EXPORT_SYMBOL_GPL vmlinux 0xd27adfa5 mas_find_range +EXPORT_SYMBOL_GPL vmlinux 0xd2822ee9 __traceiter_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xd29c1f10 __traceiter_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0xd2a0af2c vp_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0xd2a19c1f pci_epf_unbind +EXPORT_SYMBOL_GPL vmlinux 0xd2a2ec8d bpf_prog_free +EXPORT_SYMBOL_GPL vmlinux 0xd2a68e9f ncsi_vlan_rx_add_vid +EXPORT_SYMBOL_GPL vmlinux 0xd2ad0ea6 sfp_bus_find_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xd2b10a05 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0xd2b438b7 device_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0xd2bdb9d7 sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd2d7cac8 snd_soc_component_compr_ack +EXPORT_SYMBOL_GPL vmlinux 0xd2d7e59b unregister_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0xd2db488c spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xd2e455d0 of_property_read_variable_u16_array +EXPORT_SYMBOL_GPL vmlinux 0xd2e7868c debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xd2faf27c snd_soc_tplg_component_remove +EXPORT_SYMBOL_GPL vmlinux 0xd2fbf59c wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0xd302621b divider_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xd305d338 spi_mem_dirmap_write +EXPORT_SYMBOL_GPL vmlinux 0xd31a2ac5 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xd31c4877 shmem_read_folio_gfp +EXPORT_SYMBOL_GPL vmlinux 0xd31f06f9 clk_regmap_gate_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xd329bf2b lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0xd33ada8b cci_probed +EXPORT_SYMBOL_GPL vmlinux 0xd33c7200 ata_scsi_dma_need_drain +EXPORT_SYMBOL_GPL vmlinux 0xd3444fe4 hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd3516ff2 device_del +EXPORT_SYMBOL_GPL vmlinux 0xd351e49e mtd_block_isreserved +EXPORT_SYMBOL_GPL vmlinux 0xd36143c5 mtd_wunit_to_pairing_info +EXPORT_SYMBOL_GPL vmlinux 0xd3705592 fsverity_verify_bio +EXPORT_SYMBOL_GPL vmlinux 0xd3777bf6 bpf_trace_run1 +EXPORT_SYMBOL_GPL vmlinux 0xd37c8976 debounce_time_mt6765 +EXPORT_SYMBOL_GPL vmlinux 0xd3862f62 __traceiter_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0xd38b928c pci_epf_free_space +EXPORT_SYMBOL_GPL vmlinux 0xd3946516 ahci_check_ready +EXPORT_SYMBOL_GPL vmlinux 0xd39e9848 put_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xd3a0230f sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0xd3b5bd7a tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xd3b78f1a tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0xd3c02fc3 security_kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0xd3c672b8 nand_subop_get_data_len +EXPORT_SYMBOL_GPL vmlinux 0xd3d3695c mtd_ooblayout_set_databytes +EXPORT_SYMBOL_GPL vmlinux 0xd3e1afa3 pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xd3e66c68 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0xd3e97c21 hugetlb_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xd3eaf1ed devlink_dpipe_entry_clear +EXPORT_SYMBOL_GPL vmlinux 0xd3f0cd42 misc_cg_res_total_usage +EXPORT_SYMBOL_GPL vmlinux 0xd3f5a57a edac_mc_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd3f628e4 tegra_xusb_padctl_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0xd3fd0089 snd_device_initialize +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4057361 phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0xd405a1ed snd_soc_dapm_new_dai_widgets +EXPORT_SYMBOL_GPL vmlinux 0xd40d671a devm_regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0xd4132914 regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xd41ff2ac nand_subop_get_data_start_off +EXPORT_SYMBOL_GPL vmlinux 0xd42713e6 inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0xd42f1d4e show_rcu_tasks_rude_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd43438f7 blk_rq_is_poll +EXPORT_SYMBOL_GPL vmlinux 0xd44823ed of_prop_next_u32 +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd459169a input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0xd4680988 ahci_platform_init_host +EXPORT_SYMBOL_GPL vmlinux 0xd46faf0c pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0xd4935851 __SCK__tp_func_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0xd499c42e percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0xd49a549c sdhci_enable_v4_mode +EXPORT_SYMBOL_GPL vmlinux 0xd4a0d903 usb_gadget_disconnect +EXPORT_SYMBOL_GPL vmlinux 0xd4a44e13 debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0xd4b6157e devlink_health_reporter_recovery_done +EXPORT_SYMBOL_GPL vmlinux 0xd4b8854d fuse_free_conn +EXPORT_SYMBOL_GPL vmlinux 0xd4b9a616 reset_control_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4cbdbe3 __SCK__tp_func_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xd4e6d7e0 linear_range_get_value +EXPORT_SYMBOL_GPL vmlinux 0xd4f7a9a6 ata_sas_tport_delete +EXPORT_SYMBOL_GPL vmlinux 0xd501c5d4 mmput_async +EXPORT_SYMBOL_GPL vmlinux 0xd51290ed sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0xd51afa5c gpiochip_request_own_desc +EXPORT_SYMBOL_GPL vmlinux 0xd51ce8a4 fscrypt_ioctl_get_nonce +EXPORT_SYMBOL_GPL vmlinux 0xd51f4d4b pci_host_common_remove +EXPORT_SYMBOL_GPL vmlinux 0xd5301b2c linear_range_get_max_value +EXPORT_SYMBOL_GPL vmlinux 0xd530aaa0 ahci_platform_ops +EXPORT_SYMBOL_GPL vmlinux 0xd533b81b thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd5474690 usb_role_switch_set_role +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd55e2106 dma_opt_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0xd5627950 dma_need_sync +EXPORT_SYMBOL_GPL vmlinux 0xd564603b rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0xd579b224 synth_event_trace_end +EXPORT_SYMBOL_GPL vmlinux 0xd5888f2e msg_zerocopy_realloc +EXPORT_SYMBOL_GPL vmlinux 0xd58f8cb7 noop_direct_IO +EXPORT_SYMBOL_GPL vmlinux 0xd59a1587 linkmode_resolve_pause +EXPORT_SYMBOL_GPL vmlinux 0xd5a9f59a da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0xd5ac24e5 blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xd5ada7f6 led_classdev_notify_brightness_hw_changed +EXPORT_SYMBOL_GPL vmlinux 0xd5be020e inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xd5d66dcb devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd5dd942d rhashtable_walk_exit +EXPORT_SYMBOL_GPL vmlinux 0xd5f9cb05 iommu_unregister_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xd5fe06e3 ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xd6164816 blkg_rwstat_exit +EXPORT_SYMBOL_GPL vmlinux 0xd6242fab snd_soc_component_disable_pin_unlocked +EXPORT_SYMBOL_GPL vmlinux 0xd6256706 usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0xd62f720f i2c_new_client_device +EXPORT_SYMBOL_GPL vmlinux 0xd6345b6c usb_gadget_set_state +EXPORT_SYMBOL_GPL vmlinux 0xd64b1fe3 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0xd64ed259 __memcat_p +EXPORT_SYMBOL_GPL vmlinux 0xd64fd0e9 regulator_set_ramp_delay_regmap +EXPORT_SYMBOL_GPL vmlinux 0xd65e7d48 regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xd65fd8db pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0xd66135dc relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd6749358 of_hwspin_lock_get_id_byname +EXPORT_SYMBOL_GPL vmlinux 0xd678fb06 raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0xd686d5e9 mtk_clk_unregister_muxes +EXPORT_SYMBOL_GPL vmlinux 0xd6abadd4 pm_wakeup_dev_event +EXPORT_SYMBOL_GPL vmlinux 0xd6ae9ba7 rcu_async_should_hurry +EXPORT_SYMBOL_GPL vmlinux 0xd6ba4da8 ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0xd6ba7f6b virtio_require_restricted_mem_acc +EXPORT_SYMBOL_GPL vmlinux 0xd6c2c864 crypto_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xd6c55c8f dev_fetch_sw_netstats +EXPORT_SYMBOL_GPL vmlinux 0xd6cc1ed5 vp_legacy_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0xd6e1fb9a usb_amd_pt_check_port +EXPORT_SYMBOL_GPL vmlinux 0xd6e31a96 device_rename +EXPORT_SYMBOL_GPL vmlinux 0xd6e81119 device_match_of_node +EXPORT_SYMBOL_GPL vmlinux 0xd6e995dd nfs42_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0xd6f1aa7f device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0xd6ff5c0b device_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0xd70b0263 usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0xd70db8cc mtk_clk_register_cpumuxes +EXPORT_SYMBOL_GPL vmlinux 0xd70e8b9e blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0xd73eaf89 pci_common_swizzle +EXPORT_SYMBOL_GPL vmlinux 0xd7584bde kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0xd766e8f2 btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd774957d mpi_write_to_sgl +EXPORT_SYMBOL_GPL vmlinux 0xd7754064 unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xd78aaea2 pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0xd78fe874 regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xd7961b36 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0xd79bfe73 phy_configure +EXPORT_SYMBOL_GPL vmlinux 0xd7a36e25 __xas_prev +EXPORT_SYMBOL_GPL vmlinux 0xd7a86ea4 tcp_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xd7b600ce dw_pcie_ep_reset_bar +EXPORT_SYMBOL_GPL vmlinux 0xd7b813de tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xd7c66ec4 crypto_wait_for_test +EXPORT_SYMBOL_GPL vmlinux 0xd7d88a68 musb_set_host +EXPORT_SYMBOL_GPL vmlinux 0xd7d97d82 gpiochip_line_is_valid +EXPORT_SYMBOL_GPL vmlinux 0xd7dccd23 __SCK__tp_func_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0xd7e6729f devm_clk_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0xd808a2af tty_kopen_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xd823d36d __SCK__tp_func_console +EXPORT_SYMBOL_GPL vmlinux 0xd82429e7 thp_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0xd82b24a6 pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0xd82bb27b fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0xd82d200f mas_store_gfp +EXPORT_SYMBOL_GPL vmlinux 0xd82d3267 sch_frag_xmit_hook +EXPORT_SYMBOL_GPL vmlinux 0xd8356341 sk_msg_clone +EXPORT_SYMBOL_GPL vmlinux 0xd83beb28 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0xd8493c26 mtk_pinconf_drive_set_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xd84d35bd dax_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd84f7a50 ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd85d6990 device_find_child +EXPORT_SYMBOL_GPL vmlinux 0xd86738d1 __kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0xd86823fc thermal_zone_device_type +EXPORT_SYMBOL_GPL vmlinux 0xd86ec1b2 rockchip_pcie_cfg_configuration_accesses +EXPORT_SYMBOL_GPL vmlinux 0xd8718d9f ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd875070e __sdhci_add_host +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd88bebc8 kill_device +EXPORT_SYMBOL_GPL vmlinux 0xd8911cf5 devlink_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0xd8a3b2a7 platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd8a8ce34 tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0xd8aefe0f watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0xd8b67d26 finish_rcuwait +EXPORT_SYMBOL_GPL vmlinux 0xd8c108eb crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xd8cb3d6e virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0xd8d1f4d5 __tcp_send_ack +EXPORT_SYMBOL_GPL vmlinux 0xd8d68ab1 dmi_memdev_type +EXPORT_SYMBOL_GPL vmlinux 0xd8d75f43 thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0xd8d8d761 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xd8fd65cc devm_spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xd9103069 crypto_get_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xd91d035f usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0xd91dbd1f xdp_alloc_skb_bulk +EXPORT_SYMBOL_GPL vmlinux 0xd92abd78 crypto_alloc_acomp_node +EXPORT_SYMBOL_GPL vmlinux 0xd92ef192 security_kernel_post_load_data +EXPORT_SYMBOL_GPL vmlinux 0xd938dbc4 security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0xd94c12f3 md_submit_discard_bio +EXPORT_SYMBOL_GPL vmlinux 0xd94ceca6 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0xd9503b74 handle_mm_fault +EXPORT_SYMBOL_GPL vmlinux 0xd962ca4b devlink_resource_register +EXPORT_SYMBOL_GPL vmlinux 0xd968560a inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd973109f tcf_frag_xmit_count +EXPORT_SYMBOL_GPL vmlinux 0xd974573d md_account_bio +EXPORT_SYMBOL_GPL vmlinux 0xd977f11d iommu_dev_disable_feature +EXPORT_SYMBOL_GPL vmlinux 0xd99d65b2 dw8250_setup_port +EXPORT_SYMBOL_GPL vmlinux 0xd9ad7619 pci_find_host_bridge +EXPORT_SYMBOL_GPL vmlinux 0xd9b9b782 pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xd9d388ec bpf_verifier_log_write +EXPORT_SYMBOL_GPL vmlinux 0xd9e24457 ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0xd9e61980 phy_gbit_all_ports_features +EXPORT_SYMBOL_GPL vmlinux 0xd9ea6e47 ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xd9f9148a dev_attr_ncq_prio_supported +EXPORT_SYMBOL_GPL vmlinux 0xd9ff2172 ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xda022869 register_btf_fmodret_id_set +EXPORT_SYMBOL_GPL vmlinux 0xda0371c3 devm_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0xda0947de kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda10e1e2 phy_basic_t1_features +EXPORT_SYMBOL_GPL vmlinux 0xda223703 clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0xda25bd67 usb_intf_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0xda320d31 sfp_module_start +EXPORT_SYMBOL_GPL vmlinux 0xda743bd9 rt_mutex_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0xda7e8fa3 __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xda910b9e sdhci_reset_tuning +EXPORT_SYMBOL_GPL vmlinux 0xda923625 crypto_skcipher_setkey +EXPORT_SYMBOL_GPL vmlinux 0xda98b796 devm_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0xdaa04156 __tracepoint_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xdaa3398d irq_domain_translate_twocell +EXPORT_SYMBOL_GPL vmlinux 0xdaaadcae pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0xdab2cc6f snd_soc_component_compr_pointer +EXPORT_SYMBOL_GPL vmlinux 0xdab5a1eb interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xdac559f0 devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0xdacc3128 devl_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdb037ea6 __traceiter_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0xdb057040 ahci_platform_resume_host +EXPORT_SYMBOL_GPL vmlinux 0xdb06d263 snd_soc_of_parse_node_prefix +EXPORT_SYMBOL_GPL vmlinux 0xdb0ac7e7 __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xdb1e7a2c cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0xdb2526b0 meson_clk_mpll_ops +EXPORT_SYMBOL_GPL vmlinux 0xdb374b44 usb_gadget_vbus_disconnect +EXPORT_SYMBOL_GPL vmlinux 0xdb5f5b99 devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xdb5fcc10 switchdev_handle_fdb_event_to_device +EXPORT_SYMBOL_GPL vmlinux 0xdb74e151 snd_soc_bytes_info +EXPORT_SYMBOL_GPL vmlinux 0xdb7daefd clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdb90604b rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0xdba22696 software_node_register +EXPORT_SYMBOL_GPL vmlinux 0xdba7b390 devm_register_restart_handler +EXPORT_SYMBOL_GPL vmlinux 0xdbac19f9 skb_append_pagefrags +EXPORT_SYMBOL_GPL vmlinux 0xdbb4ac01 page_cache_sync_ra +EXPORT_SYMBOL_GPL vmlinux 0xdbc670de snd_soc_component_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xdbd04913 of_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xdbdb0e8b request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xdbe0f21d fwnode_create_software_node +EXPORT_SYMBOL_GPL vmlinux 0xdbe221ad sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0xdbe3dbe0 vhost_task_create +EXPORT_SYMBOL_GPL vmlinux 0xdbe69ef6 snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL vmlinux 0xdbe8d8a0 __SCK__tp_func_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xdbea9fb3 usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xdbed17ec virtio_max_dma_size +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdc02eb39 dmi_available +EXPORT_SYMBOL_GPL vmlinux 0xdc0e5968 usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0xdc143d50 find_ge_pid +EXPORT_SYMBOL_GPL vmlinux 0xdc16bedb mtk_clk_pdev_remove +EXPORT_SYMBOL_GPL vmlinux 0xdc1c47a3 get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xdc231760 io_uring_cmd_done +EXPORT_SYMBOL_GPL vmlinux 0xdc2d5547 rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0xdc3caafa fwnode_device_is_available +EXPORT_SYMBOL_GPL vmlinux 0xdc43bdc6 pci_vpd_find_ro_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xdc465409 pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0xdc495480 usb_gadget_check_config +EXPORT_SYMBOL_GPL vmlinux 0xdc4cbd69 tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xdc63f528 irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xdc63f6c2 pwm_put +EXPORT_SYMBOL_GPL vmlinux 0xdc6596fa irq_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xdc7ce353 mv_mbus_dram_info_nooverlap +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc8ea137 irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0xdc905ef9 fwnode_count_parents +EXPORT_SYMBOL_GPL vmlinux 0xdc93394e tpm_is_tpm2 +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc9f6bca __SCK__tp_func_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdcad1dfd driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0xdcad8652 phy_resolve_aneg_linkmode +EXPORT_SYMBOL_GPL vmlinux 0xdcca7e5f rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0xdccadd1a stmpe_dev_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xdcd0f3ea tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xdceb5362 efi_status_to_err +EXPORT_SYMBOL_GPL vmlinux 0xdcf7f5b9 put_mtd_device +EXPORT_SYMBOL_GPL vmlinux 0xdcfda953 inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0xdd01c2e7 blkg_conf_exit +EXPORT_SYMBOL_GPL vmlinux 0xdd0762df set_worker_desc +EXPORT_SYMBOL_GPL vmlinux 0xdd0f3df4 blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0xdd1508a9 xdp_return_frame_rx_napi +EXPORT_SYMBOL_GPL vmlinux 0xdd1b6296 sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0xdd1d83af scsi_register_device_handler +EXPORT_SYMBOL_GPL vmlinux 0xdd214b34 pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0xdd26077f alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0xdd3b5136 regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0xdd48efb6 led_sysfs_disable +EXPORT_SYMBOL_GPL vmlinux 0xdd4e4f3e ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0xdd60b07c usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0xdd626ee3 fuse_len_args +EXPORT_SYMBOL_GPL vmlinux 0xdd63a51a watchdog_set_restart_priority +EXPORT_SYMBOL_GPL vmlinux 0xdd641b0b imx_get_clk_hw_by_name +EXPORT_SYMBOL_GPL vmlinux 0xdd81d8f6 __SCK__tp_func_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xdd85063c lpddr2_jedec_min_tck +EXPORT_SYMBOL_GPL vmlinux 0xdd892a1f vcap_keyset_name +EXPORT_SYMBOL_GPL vmlinux 0xdd8d8464 inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xdd936d60 ZSTD_getErrorCode +EXPORT_SYMBOL_GPL vmlinux 0xdd96fa2d __cpuhp_state_add_instance +EXPORT_SYMBOL_GPL vmlinux 0xdda2811c pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0xdda50594 cpu_device_create +EXPORT_SYMBOL_GPL vmlinux 0xdda9e106 rtnl_delete_link +EXPORT_SYMBOL_GPL vmlinux 0xddade827 mtk_mux_clr_set_upd_ops +EXPORT_SYMBOL_GPL vmlinux 0xddae139e mtd_erase +EXPORT_SYMBOL_GPL vmlinux 0xddbcab5f of_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddc2fd28 badblocks_clear +EXPORT_SYMBOL_GPL vmlinux 0xddc6f1ea ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0xddc930c5 tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0xddcb7b03 nvdimm_has_cache +EXPORT_SYMBOL_GPL vmlinux 0xddcf6ccb pci_create_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xddcff38f snd_compr_stop_error +EXPORT_SYMBOL_GPL vmlinux 0xddd0a3b5 irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xddd1ddb3 scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0xddd41e4d vcap_lookup_keyfield +EXPORT_SYMBOL_GPL vmlinux 0xddd55ccb genphy_c45_pma_setup_forced +EXPORT_SYMBOL_GPL vmlinux 0xddd5a818 pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xddd6a7be devices_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xddd8cc19 page_cache_ra_unbounded +EXPORT_SYMBOL_GPL vmlinux 0xdddb9d57 percpu_ref_resurrect +EXPORT_SYMBOL_GPL vmlinux 0xddebb0d5 pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xddef0abb snd_soc_of_put_dai_link_cpus +EXPORT_SYMBOL_GPL vmlinux 0xddef82bb debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xddf423a6 ahci_start_engine +EXPORT_SYMBOL_GPL vmlinux 0xddfe1ad7 __SCK__tp_func_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xde0af24f udp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0xde14c9ff srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0xde31bf7e unregister_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xde39c6b8 clk_hw_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0xde511712 dev_pm_qos_expose_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0xde5b5f00 crypto_register_acomps +EXPORT_SYMBOL_GPL vmlinux 0xde5ca2fa hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0xde668b20 set_capacity_and_notify +EXPORT_SYMBOL_GPL vmlinux 0xde69c22d serial8250_rpm_put +EXPORT_SYMBOL_GPL vmlinux 0xde6b4251 pkcs7_verify +EXPORT_SYMBOL_GPL vmlinux 0xde6b81f9 crypto_grab_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xde6f1851 TSS_checkhmac1 +EXPORT_SYMBOL_GPL vmlinux 0xde72f495 sk_msg_alloc +EXPORT_SYMBOL_GPL vmlinux 0xde7c29b2 pci_epc_mem_free_addr +EXPORT_SYMBOL_GPL vmlinux 0xde7c92cb backing_file_real_path +EXPORT_SYMBOL_GPL vmlinux 0xde7f0d89 of_usb_update_otg_caps +EXPORT_SYMBOL_GPL vmlinux 0xde86b5e2 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0xde8d5498 nfnl_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xde8ddac1 md_find_rdev_nr_rcu +EXPORT_SYMBOL_GPL vmlinux 0xde9153da usb_of_get_companion_dev +EXPORT_SYMBOL_GPL vmlinux 0xdea63b8e pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0xdea9d3df i2c_new_smbus_alert_device +EXPORT_SYMBOL_GPL vmlinux 0xdeb65c8f crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0xdebfafea irq_domain_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xdece47ac dw_pcie_own_conf_map_bus +EXPORT_SYMBOL_GPL vmlinux 0xded7cb3d max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0xdee26254 scsi_free_sgtables +EXPORT_SYMBOL_GPL vmlinux 0xdee419c5 irq_chip_request_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0xdee91d7a dtpm_destroy_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xdef1641a sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0xdeffa0a7 edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0xdf0203ef bpf_trace_run12 +EXPORT_SYMBOL_GPL vmlinux 0xdf0c757f ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf1593ea snd_soc_get_strobe +EXPORT_SYMBOL_GPL vmlinux 0xdf1e3544 __phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0xdf237453 timer_shutdown_sync +EXPORT_SYMBOL_GPL vmlinux 0xdf255dcf memory_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdf2a61b8 io_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0xdf2d3bf0 power_supply_property_is_writeable +EXPORT_SYMBOL_GPL vmlinux 0xdf32481b __traceiter_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0xdf431d92 mptcp_pm_get_local_addr_max +EXPORT_SYMBOL_GPL vmlinux 0xdf558314 power_supply_battery_info_properties +EXPORT_SYMBOL_GPL vmlinux 0xdf58d221 pci_platform_power_transition +EXPORT_SYMBOL_GPL vmlinux 0xdf62a4c2 rio_alloc_net +EXPORT_SYMBOL_GPL vmlinux 0xdf665749 tracepoint_probe_register_prio_may_exist +EXPORT_SYMBOL_GPL vmlinux 0xdf6a517c sock_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0xdf75d34e netdev_sw_irq_coalesce_default_on +EXPORT_SYMBOL_GPL vmlinux 0xdf76bc03 ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0xdf790997 clk_hw_get_flags +EXPORT_SYMBOL_GPL vmlinux 0xdf809f39 pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdf8823f1 __traceiter_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0xdf9e362e seq_buf_do_printk +EXPORT_SYMBOL_GPL vmlinux 0xdfa15384 of_pci_get_devfn +EXPORT_SYMBOL_GPL vmlinux 0xdfacf5ed devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0xdfc03cd7 __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0xdfc9fa7e devl_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdfcb6c90 mctrl_gpio_set +EXPORT_SYMBOL_GPL vmlinux 0xdfcc9774 ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xdfdb1ab8 deregister_mtd_blktrans +EXPORT_SYMBOL_GPL vmlinux 0xdfe08e82 __skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0xdfe10ad2 __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0xdff04cd9 rio_pw_enable +EXPORT_SYMBOL_GPL vmlinux 0xe0059d6d devm_usb_get_phy_by_node +EXPORT_SYMBOL_GPL vmlinux 0xe020b08e mtk_pinconf_bias_set_combo +EXPORT_SYMBOL_GPL vmlinux 0xe026fa1a netdev_walk_all_lower_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe02b5710 dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0xe0324e2e regmap_noinc_read +EXPORT_SYMBOL_GPL vmlinux 0xe03b88ec crc64_rocksoft_update +EXPORT_SYMBOL_GPL vmlinux 0xe03c1758 usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0xe041ace3 screen_glyph_unicode +EXPORT_SYMBOL_GPL vmlinux 0xe048ed09 cpts_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xe049a2e7 mas_preallocate +EXPORT_SYMBOL_GPL vmlinux 0xe04cdb6b dummy_con +EXPORT_SYMBOL_GPL vmlinux 0xe04e99d7 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xe05e2f85 nexthop_free_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe06411bf dev_pm_opp_get_max_volt_latency +EXPORT_SYMBOL_GPL vmlinux 0xe07ae65a pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xe099bb44 ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xe0ae685c scsi_host_block +EXPORT_SYMBOL_GPL vmlinux 0xe0b1c103 clk_set_max_rate +EXPORT_SYMBOL_GPL vmlinux 0xe0b68811 devm_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0xe0b9b3a8 tps65912_device_exit +EXPORT_SYMBOL_GPL vmlinux 0xe0bd3cac cdrom_read_tocentry +EXPORT_SYMBOL_GPL vmlinux 0xe0d99efe i2c_slave_event +EXPORT_SYMBOL_GPL vmlinux 0xe0e87bfa nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0xe0f0e43c genphy_c45_plca_set_cfg +EXPORT_SYMBOL_GPL vmlinux 0xe11a8fe7 __traceiter_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xe11ad7f7 cpu_topology +EXPORT_SYMBOL_GPL vmlinux 0xe123ba9c ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0xe12a339f dev_pm_opp_of_get_opp_desc_node +EXPORT_SYMBOL_GPL vmlinux 0xe13c3e93 dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL vmlinux 0xe14df123 crypto_grab_ahash +EXPORT_SYMBOL_GPL vmlinux 0xe1612f1a device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0xe1653a54 software_node_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe16640c5 clk_hw_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0xe1671021 __tracepoint_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xe1696e01 mtk_pinconf_adv_drive_set_raw +EXPORT_SYMBOL_GPL vmlinux 0xe16d7c34 devm_hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe17298c3 debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0xe1731549 device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0xe18681cd pci_epc_add_epf +EXPORT_SYMBOL_GPL vmlinux 0xe18960ba nvmem_device_write +EXPORT_SYMBOL_GPL vmlinux 0xe19cdbb0 fib_nh_common_release +EXPORT_SYMBOL_GPL vmlinux 0xe19fd256 fscrypt_set_bio_crypt_ctx_bh +EXPORT_SYMBOL_GPL vmlinux 0xe1b9b55c tcp_register_ulp +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1c87a2f kernel_can_power_off +EXPORT_SYMBOL_GPL vmlinux 0xe1d273ee regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0xe1e80857 usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0xe1f3c8c0 dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0xe20a43ad __traceiter_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xe20e8320 virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0xe217b1ce pinctrl_generic_get_group_name +EXPORT_SYMBOL_GPL vmlinux 0xe233762a input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0xe233d9ca extcon_set_state_sync +EXPORT_SYMBOL_GPL vmlinux 0xe23cd479 alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0xe244b8c8 ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0xe2458329 pm_genpd_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xe24ae56e blockdev_superblock +EXPORT_SYMBOL_GPL vmlinux 0xe255455b snd_soc_component_compr_open +EXPORT_SYMBOL_GPL vmlinux 0xe2643152 snd_soc_link_compr_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xe2717792 dax_zero_page_range +EXPORT_SYMBOL_GPL vmlinux 0xe2766e98 snd_soc_lookup_component +EXPORT_SYMBOL_GPL vmlinux 0xe27a9bcd kthread_cancel_delayed_work_sync +EXPORT_SYMBOL_GPL vmlinux 0xe2932d36 pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0xe29e9ccb xfrm_dev_state_add +EXPORT_SYMBOL_GPL vmlinux 0xe29f71e5 sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0xe2a12626 vp_modern_queue_address +EXPORT_SYMBOL_GPL vmlinux 0xe2b3207a unregister_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe2cbb224 ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0xe2d4f386 vcap_val_rule +EXPORT_SYMBOL_GPL vmlinux 0xe2d52f30 hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0xe2e02231 ethnl_cable_test_finished +EXPORT_SYMBOL_GPL vmlinux 0xe2fa6aed crypto_sig_set_pubkey +EXPORT_SYMBOL_GPL vmlinux 0xe2fcb9fe net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0xe300b446 devm_nvdimm_memremap +EXPORT_SYMBOL_GPL vmlinux 0xe3147327 synth_event_trace_start +EXPORT_SYMBOL_GPL vmlinux 0xe31a0e5b netlink_strict_get_check +EXPORT_SYMBOL_GPL vmlinux 0xe320a99a cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xe336394a mbox_chan_txdone +EXPORT_SYMBOL_GPL vmlinux 0xe341d794 serial8250_init_port +EXPORT_SYMBOL_GPL vmlinux 0xe35c299e rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0xe35ea8f2 of_get_pci_domain_nr +EXPORT_SYMBOL_GPL vmlinux 0xe36fbd51 irq_gc_set_wake +EXPORT_SYMBOL_GPL vmlinux 0xe374e98a spi_mem_adjust_op_size +EXPORT_SYMBOL_GPL vmlinux 0xe38344b9 serdev_device_set_flow_control +EXPORT_SYMBOL_GPL vmlinux 0xe3840e18 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xe387e507 sdhci_set_bus_width +EXPORT_SYMBOL_GPL vmlinux 0xe38b0c51 pci_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0xe39d0794 usb_phy_roothub_exit +EXPORT_SYMBOL_GPL vmlinux 0xe39db888 irq_gc_noop +EXPORT_SYMBOL_GPL vmlinux 0xe3a3a347 ip_valid_fib_dump_req +EXPORT_SYMBOL_GPL vmlinux 0xe3b09712 kprobe_event_delete +EXPORT_SYMBOL_GPL vmlinux 0xe3d01933 __traceiter_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe3d29074 nvmem_add_cell_table +EXPORT_SYMBOL_GPL vmlinux 0xe3d9ac7b fib_add_nexthop +EXPORT_SYMBOL_GPL vmlinux 0xe3e21a4e iommu_fwspec_add_ids +EXPORT_SYMBOL_GPL vmlinux 0xe3e423ac iommu_group_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xe3ea6c10 stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xe3f21241 dm_submit_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xe4059c63 regulator_get_error_flags +EXPORT_SYMBOL_GPL vmlinux 0xe4086868 phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0xe40bb23e devlink_health_reporter_priv +EXPORT_SYMBOL_GPL vmlinux 0xe41c9d94 crypto_unregister_ahashes +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe435c685 cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0xe4428d32 mddev_init_writes_pending +EXPORT_SYMBOL_GPL vmlinux 0xe446c662 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0xe452f954 clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0xe47999a4 kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0xe48740cf virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0xe4941c03 ethnl_cable_test_pulse +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe4b064f9 pcie_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xe4b818c3 phy_speed_to_str +EXPORT_SYMBOL_GPL vmlinux 0xe4b986ce snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL vmlinux 0xe4c2c66c rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0xe4c9f178 btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0xe4d1bba8 tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0xe4d8dabf shmem_file_setup_with_mnt +EXPORT_SYMBOL_GPL vmlinux 0xe4db64bb regmap_get_raw_write_max +EXPORT_SYMBOL_GPL vmlinux 0xe4dc484d skcipher_alloc_instance_simple +EXPORT_SYMBOL_GPL vmlinux 0xe4e11d21 of_get_display_timing +EXPORT_SYMBOL_GPL vmlinux 0xe4e1f695 sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0xe4e48b12 swphy_validate_state +EXPORT_SYMBOL_GPL vmlinux 0xe4f0f7a7 devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xe50428bf serial8250_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0xe5044e90 extcon_get_edev_name +EXPORT_SYMBOL_GPL vmlinux 0xe50e23d2 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0xe5120757 sdhci_get_property +EXPORT_SYMBOL_GPL vmlinux 0xe51d7968 pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0xe51d83c5 nanddev_bbt_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xe52173f2 devm_gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0xe524dedf of_clk_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0xe5367683 crypto_alloc_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xe5405282 __traceiter_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0xe5446417 regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xe555f3e6 ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0xe5690eae alarmtimer_get_rtcdev +EXPORT_SYMBOL_GPL vmlinux 0xe56ea4a1 lwtunnel_cmp_encap +EXPORT_SYMBOL_GPL vmlinux 0xe57e9e7e snd_soc_dapm_free_widget +EXPORT_SYMBOL_GPL vmlinux 0xe58586d3 uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58a1d95 edac_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0xe58d416e akcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xe59efb0e musb_clearb +EXPORT_SYMBOL_GPL vmlinux 0xe5a39ac1 device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0xe5a92ef4 snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL vmlinux 0xe5b38a33 eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0xe5bd2906 cpufreq_dbs_governor_start +EXPORT_SYMBOL_GPL vmlinux 0xe5c288ca dw_pcie_ep_init +EXPORT_SYMBOL_GPL vmlinux 0xe5cb1943 hisi_clk_register_divider +EXPORT_SYMBOL_GPL vmlinux 0xe5ce9288 unregister_trace_event +EXPORT_SYMBOL_GPL vmlinux 0xe5d7565c init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0xe5e1782b ip6_route_input_lookup +EXPORT_SYMBOL_GPL vmlinux 0xe5edf025 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0xe613b27c em_dev_unregister_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0xe6214183 snd_soc_component_read_field +EXPORT_SYMBOL_GPL vmlinux 0xe623ebd7 dev_pm_genpd_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe626ba28 gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xe628bb9f phy_fibre_port_array +EXPORT_SYMBOL_GPL vmlinux 0xe629e035 folio_wait_writeback_killable +EXPORT_SYMBOL_GPL vmlinux 0xe62a6bdd ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0xe636ad1d sdhci_dumpregs +EXPORT_SYMBOL_GPL vmlinux 0xe63c4c42 ata_common_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0xe63fc500 xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0xe6402d1c iomap_is_partially_uptodate +EXPORT_SYMBOL_GPL vmlinux 0xe6587b4c irq_chip_set_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0xe65cf5eb ahci_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xe6680d60 usb_gadget_set_selfpowered +EXPORT_SYMBOL_GPL vmlinux 0xe66a3793 reset_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0xe67e5427 iomap_zero_range +EXPORT_SYMBOL_GPL vmlinux 0xe68e9d28 regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0xe6938717 ahci_set_em_messages +EXPORT_SYMBOL_GPL vmlinux 0xe6972bb8 ahci_do_softreset +EXPORT_SYMBOL_GPL vmlinux 0xe6b6b0b3 uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0xe6ba1397 kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0xe6c9df53 crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0xe6d3edc8 percpu_free_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xe6d881f9 dma_resv_set_deadline +EXPORT_SYMBOL_GPL vmlinux 0xe6e40502 rcu_get_gp_seq +EXPORT_SYMBOL_GPL vmlinux 0xe6e6b684 md_new_event +EXPORT_SYMBOL_GPL vmlinux 0xe6e80fa7 ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0xe700d767 reset_control_bulk_deassert +EXPORT_SYMBOL_GPL vmlinux 0xe711074e do_xdp_generic +EXPORT_SYMBOL_GPL vmlinux 0xe718031c usb_cache_string +EXPORT_SYMBOL_GPL vmlinux 0xe71e2e7f int_active_memcg +EXPORT_SYMBOL_GPL vmlinux 0xe72eeb19 mas_store_prealloc +EXPORT_SYMBOL_GPL vmlinux 0xe73f3aad usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xe7463f31 sysfs_break_active_protection +EXPORT_SYMBOL_GPL vmlinux 0xe753b68d devlink_fmsg_arr_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xe75625fb cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0xe762a742 tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe769f6f5 vcap_tc_flower_handler_ipv6_usage +EXPORT_SYMBOL_GPL vmlinux 0xe76c7657 devl_trylock +EXPORT_SYMBOL_GPL vmlinux 0xe771d256 __tracepoint_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xe77d5ef3 ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0xe77fd213 __traceiter_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xe783e261 sysfs_emit +EXPORT_SYMBOL_GPL vmlinux 0xe79de836 usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0xe7a71db4 sdhci_pltfm_resume +EXPORT_SYMBOL_GPL vmlinux 0xe7ac5346 stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xe7b18634 pktgen_xfrm_outer_mode_output +EXPORT_SYMBOL_GPL vmlinux 0xe7b5500c crypto_unregister_rngs +EXPORT_SYMBOL_GPL vmlinux 0xe7b7be2b kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0xe7b999e7 dst_cache_get +EXPORT_SYMBOL_GPL vmlinux 0xe7c11851 hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0xe7c65c19 __blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0xe7c8eaeb ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xe7d3dbd0 dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xe7d6d2d4 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0xe7eeb387 qcom_smem_state_get +EXPORT_SYMBOL_GPL vmlinux 0xe80be285 i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0xe8128764 fwnode_graph_get_remote_port_parent +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe829d31f irq_chip_set_wake_parent +EXPORT_SYMBOL_GPL vmlinux 0xe83c1e90 iomap_ioend_try_merge +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe84f8d15 gen10g_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0xe85a9fd3 cpu_cluster_pm_exit +EXPORT_SYMBOL_GPL vmlinux 0xe85dd810 bio_split_rw +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe872b6f6 find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0xe876004a tegra_bpmp_transfer_atomic +EXPORT_SYMBOL_GPL vmlinux 0xe87c9146 firmware_request_platform +EXPORT_SYMBOL_GPL vmlinux 0xe89d96d5 crypto_sig_maxsize +EXPORT_SYMBOL_GPL vmlinux 0xe89e4923 crypto_inst_setname +EXPORT_SYMBOL_GPL vmlinux 0xe8a42136 of_devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0xe8a772bd vcap_keyset_list_add +EXPORT_SYMBOL_GPL vmlinux 0xe8ac38a3 sfp_add_phy +EXPORT_SYMBOL_GPL vmlinux 0xe8bc40c5 cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xe8d71b5b regulator_map_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xe8dbb666 rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0xe8e6e3f3 usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0xe8fdb0a3 blk_mq_quiesce_queue_nowait +EXPORT_SYMBOL_GPL vmlinux 0xe90479c9 __sock_recv_cmsgs +EXPORT_SYMBOL_GPL vmlinux 0xe90a01e5 __cci_control_port_by_device +EXPORT_SYMBOL_GPL vmlinux 0xe911df29 eventfd_ctx_do_read +EXPORT_SYMBOL_GPL vmlinux 0xe9275bd3 irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0xe931a6ec crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe94986d6 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0xe94f8ada ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0xe956a75c pl320_ipc_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe9771e06 wbc_attach_and_unlock_inode +EXPORT_SYMBOL_GPL vmlinux 0xe9802cd2 find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xe98f55f2 arm_smccc_get_version +EXPORT_SYMBOL_GPL vmlinux 0xe9a1b282 device_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xe9a5f58e clk_hw_unregister_composite +EXPORT_SYMBOL_GPL vmlinux 0xe9a7fe16 nvmem_cell_read +EXPORT_SYMBOL_GPL vmlinux 0xe9aa000f blk_revalidate_disk_zones +EXPORT_SYMBOL_GPL vmlinux 0xe9ad2d39 regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xe9c616de cpu_latency_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xe9cee3e9 usb_of_get_device_node +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9f5116f rcu_exp_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0xe9fa0720 cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0xea018bbb mpi_test_bit +EXPORT_SYMBOL_GPL vmlinux 0xea08c7d2 blk_mq_update_nr_hw_queues +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea17a8db md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0xea1bb291 bL_switcher_get_enabled +EXPORT_SYMBOL_GPL vmlinux 0xea1f6e0e hugetlb_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xea24bb59 iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0xea279287 regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xea27c40f of_add_property +EXPORT_SYMBOL_GPL vmlinux 0xea28b5a0 skb_segment +EXPORT_SYMBOL_GPL vmlinux 0xea2a5f6d devm_snd_soc_register_dai +EXPORT_SYMBOL_GPL vmlinux 0xea38036f ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0xea413f9f gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0xea43697e clk_hw_get_name +EXPORT_SYMBOL_GPL vmlinux 0xea4a09cb mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL vmlinux 0xea615761 scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0xea6d1e54 regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0xea716eba phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0xea87d539 meson_clk_mpll_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0xea8e67d8 __tracepoint_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0xeaa10687 of_genpd_parse_idle_states +EXPORT_SYMBOL_GPL vmlinux 0xeaa8cda1 virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0xeac4662c mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xead3e41b __traceiter_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xead5317b device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0xead54924 mctrl_gpio_to_gpiod +EXPORT_SYMBOL_GPL vmlinux 0xead5c8e5 clk_bulk_prepare +EXPORT_SYMBOL_GPL vmlinux 0xead63a7a regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xeada03b9 regulator_desc_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xeadb83e7 genphy_c45_baset1_read_status +EXPORT_SYMBOL_GPL vmlinux 0xeae0f496 clean_acked_data_flush +EXPORT_SYMBOL_GPL vmlinux 0xeae8e836 usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xeaec0222 xfrm_state_mtu +EXPORT_SYMBOL_GPL vmlinux 0xeb00ae1b virtqueue_get_avail_addr +EXPORT_SYMBOL_GPL vmlinux 0xeb05aefe ahci_print_info +EXPORT_SYMBOL_GPL vmlinux 0xeb08e33b ipi_send_mask +EXPORT_SYMBOL_GPL vmlinux 0xeb111dc8 snd_soc_dai_link_set_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xeb188d5d mtk_eint_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0xeb1bff45 umd_load_blob +EXPORT_SYMBOL_GPL vmlinux 0xeb1c45d6 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xeb1c59b7 bus_get_dev_root +EXPORT_SYMBOL_GPL vmlinux 0xeb299ed9 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0xeb2f825c init_rs_gfp +EXPORT_SYMBOL_GPL vmlinux 0xeb308574 __tracepoint_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xeb36ab3f __tracepoint_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0xeb493e5c scsi_host_unblock +EXPORT_SYMBOL_GPL vmlinux 0xeb5907a0 da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xeb5deec8 pm_clk_resume +EXPORT_SYMBOL_GPL vmlinux 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL vmlinux 0xeb8a131a xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0xeb8d8c39 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0xeb945022 devfreq_get_devfreq_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xeb9abbee ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xeb9bcb5d handle_fasteoi_irq +EXPORT_SYMBOL_GPL vmlinux 0xeb9e8486 nvmem_device_cell_read +EXPORT_SYMBOL_GPL vmlinux 0xeba10d11 tcp_set_keepalive +EXPORT_SYMBOL_GPL vmlinux 0xeba15c7e bpf_prog_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0xebbe1622 io_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xebc4812c devlink_port_attrs_pci_vf_set +EXPORT_SYMBOL_GPL vmlinux 0xebca005b cros_ec_check_features +EXPORT_SYMBOL_GPL vmlinux 0xebd3a84e devlink_port_attrs_pci_sf_set +EXPORT_SYMBOL_GPL vmlinux 0xebd4cc11 mctrl_gpio_enable_ms +EXPORT_SYMBOL_GPL vmlinux 0xebd7f58d __tracepoint_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0xebe19e54 snd_soc_add_card_controls +EXPORT_SYMBOL_GPL vmlinux 0xebe73e64 devm_kasprintf +EXPORT_SYMBOL_GPL vmlinux 0xebeb24a2 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xebeb9fb5 gpiochip_populate_parent_fwspec_twocell +EXPORT_SYMBOL_GPL vmlinux 0xebf30201 devm_mtk_clk_mux_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xebfcf01f mtd_get_user_prot_info +EXPORT_SYMBOL_GPL vmlinux 0xebfdd584 scsi_check_sense +EXPORT_SYMBOL_GPL vmlinux 0xec0aff02 phy_validate +EXPORT_SYMBOL_GPL vmlinux 0xec0f8740 edac_mod_work +EXPORT_SYMBOL_GPL vmlinux 0xec1e75fc phy_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0xec2a3a7a devm_led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xec2f15de mtk_clk_simple_remove +EXPORT_SYMBOL_GPL vmlinux 0xec3c6310 usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xec493008 devm_gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0xec523f88 hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0xec56e2e0 iomap_release_folio +EXPORT_SYMBOL_GPL vmlinux 0xec590c0c srcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0xec5baf87 espintcp_queue_out +EXPORT_SYMBOL_GPL vmlinux 0xec74368e fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0xec774acb cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xec7e56ca pm_runtime_suspended_time +EXPORT_SYMBOL_GPL vmlinux 0xec7f5c04 __phy_modify +EXPORT_SYMBOL_GPL vmlinux 0xec8c2c09 pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xecae98a6 __irq_domain_alloc_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xecea22f6 snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL vmlinux 0xecec87a6 lwtunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0xeced4d0e snd_soc_runtime_action +EXPORT_SYMBOL_GPL vmlinux 0xed0449bc snd_soc_add_component_controls +EXPORT_SYMBOL_GPL vmlinux 0xed09ebbb irq_domain_push_irq +EXPORT_SYMBOL_GPL vmlinux 0xed20580d devl_param_driverinit_value_get +EXPORT_SYMBOL_GPL vmlinux 0xed271095 fscrypt_prepare_symlink +EXPORT_SYMBOL_GPL vmlinux 0xed2c5bcf power_supply_charge_behaviour_parse +EXPORT_SYMBOL_GPL vmlinux 0xed30a5cc of_genpd_del_provider +EXPORT_SYMBOL_GPL vmlinux 0xed344146 mcpm_is_available +EXPORT_SYMBOL_GPL vmlinux 0xed45260a xhci_update_hub_device +EXPORT_SYMBOL_GPL vmlinux 0xed491ff8 dev_xdp_prog_count +EXPORT_SYMBOL_GPL vmlinux 0xed4d123d sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xed5fe298 inet_pernet_hashinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0xed62d25e pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0xed62d31a pci_iov_get_pf_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xed7065fb devm_regulator_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xed79ae79 set_secondary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xed8444b1 mtk_clk_register_ref2usb_tx +EXPORT_SYMBOL_GPL vmlinux 0xed8c384b netdev_xmit_skip_txqueue +EXPORT_SYMBOL_GPL vmlinux 0xed918dde hte_init_line_attr +EXPORT_SYMBOL_GPL vmlinux 0xed953684 inet6_hash +EXPORT_SYMBOL_GPL vmlinux 0xeda53336 md_find_rdev_rcu +EXPORT_SYMBOL_GPL vmlinux 0xedb2b556 debugfs_real_fops +EXPORT_SYMBOL_GPL vmlinux 0xedb9e9d8 extcon_find_edev_by_node +EXPORT_SYMBOL_GPL vmlinux 0xedbb37db max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xedc1d843 rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0xedd2e335 nanddev_isreserved +EXPORT_SYMBOL_GPL vmlinux 0xedf625c7 tty_port_register_device_attr_serdev +EXPORT_SYMBOL_GPL vmlinux 0xee37b66d dev_coredumpm +EXPORT_SYMBOL_GPL vmlinux 0xee38ef57 register_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee391042 snd_soc_dapm_init +EXPORT_SYMBOL_GPL vmlinux 0xee3f06d9 bpf_trace_run2 +EXPORT_SYMBOL_GPL vmlinux 0xee4ef9dc ata_scsi_slave_alloc +EXPORT_SYMBOL_GPL vmlinux 0xee4fedd8 clk_hw_get_rate_range +EXPORT_SYMBOL_GPL vmlinux 0xee508f19 fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0xee549df0 devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0xee580f37 of_pci_get_slot_power_limit +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xee73983d snd_soc_limit_volume +EXPORT_SYMBOL_GPL vmlinux 0xee798f01 scsi_dh_activate +EXPORT_SYMBOL_GPL vmlinux 0xee948089 rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0xee957b62 blkg_conf_init +EXPORT_SYMBOL_GPL vmlinux 0xee9b876a devm_irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0xeea76283 divider_ro_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xeeaa8f96 tty_port_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xeeb4f5e0 mctrl_gpio_init_noauto +EXPORT_SYMBOL_GPL vmlinux 0xeecba84a usb_set_wireless_status +EXPORT_SYMBOL_GPL vmlinux 0xeed5fb39 dma_free_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xeedd987e phy_10gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0xeee21cc3 snd_soc_get_dai_name +EXPORT_SYMBOL_GPL vmlinux 0xeee32752 nand_read_data_op +EXPORT_SYMBOL_GPL vmlinux 0xeee4b172 mnt_idmap_put +EXPORT_SYMBOL_GPL vmlinux 0xeee5fe32 bpf_master_redirect_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xeeec2bd6 fscrypt_set_context +EXPORT_SYMBOL_GPL vmlinux 0xeef871e5 device_iommu_capable +EXPORT_SYMBOL_GPL vmlinux 0xef02f78d mtd_ooblayout_free +EXPORT_SYMBOL_GPL vmlinux 0xef0577a4 kset_find_obj +EXPORT_SYMBOL_GPL vmlinux 0xef0a6acf snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL vmlinux 0xef1bdcb2 bpf_trace_run8 +EXPORT_SYMBOL_GPL vmlinux 0xef25cff2 dev_pm_opp_get_freq +EXPORT_SYMBOL_GPL vmlinux 0xef29fcdd clk_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xef464c28 getboottime64 +EXPORT_SYMBOL_GPL vmlinux 0xef480d0d serdev_device_write +EXPORT_SYMBOL_GPL vmlinux 0xef4c592a fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0xef592053 blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0xef5db66d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xef69b290 serial8250_update_uartclk +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef70eb7e ring_buffer_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0xef72c431 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xef7ba8fa mutex_lock_io +EXPORT_SYMBOL_GPL vmlinux 0xef83eed1 usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefaa4343 rockchip_pcie_get_phys +EXPORT_SYMBOL_GPL vmlinux 0xefaace6e mv_mbus_dram_info +EXPORT_SYMBOL_GPL vmlinux 0xefb681f0 ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xefc3b1dd devm_pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0xefc74e75 usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xefcd8e79 __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0xefdd5eca __sbitmap_queue_get +EXPORT_SYMBOL_GPL vmlinux 0xefe992e0 serial8250_em485_config +EXPORT_SYMBOL_GPL vmlinux 0xefeafcf1 edac_has_mcs +EXPORT_SYMBOL_GPL vmlinux 0xeff0482a failover_slave_unregister +EXPORT_SYMBOL_GPL vmlinux 0xeff2afbb rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0xeff5f3a9 lwtunnel_valid_encap_type +EXPORT_SYMBOL_GPL vmlinux 0xf0107621 crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0xf026009c nvmem_del_cell_table +EXPORT_SYMBOL_GPL vmlinux 0xf04b71fb clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0xf04d63e8 of_irq_get_byname +EXPORT_SYMBOL_GPL vmlinux 0xf05a52fe asn1_encode_oid +EXPORT_SYMBOL_GPL vmlinux 0xf05fbf09 pci_pio_to_address +EXPORT_SYMBOL_GPL vmlinux 0xf0707c1c usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0xf081c4ab __tracepoint_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0xf087cf26 gov_attr_set_get +EXPORT_SYMBOL_GPL vmlinux 0xf0910075 sfp_bus_del_upstream +EXPORT_SYMBOL_GPL vmlinux 0xf0b85533 pm_clk_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf0c16df9 clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xf0d5217d regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0xf0e4d0c5 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0xf0f297c3 syscon_regmap_lookup_by_phandle_args +EXPORT_SYMBOL_GPL vmlinux 0xf0f95e51 musb_readl +EXPORT_SYMBOL_GPL vmlinux 0xf0fb1ce1 mcore_booted +EXPORT_SYMBOL_GPL vmlinux 0xf1124ecd sfp_upstream_set_signal_rate +EXPORT_SYMBOL_GPL vmlinux 0xf12180fd imx_1443x_dram_pll +EXPORT_SYMBOL_GPL vmlinux 0xf14b46a3 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0xf14ec812 firmware_request_cache +EXPORT_SYMBOL_GPL vmlinux 0xf15480fb adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf1683e8b bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0xf175226e xdp_rxq_info_is_reg +EXPORT_SYMBOL_GPL vmlinux 0xf183d7d5 sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf1883e13 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf18e6865 __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0xf1b15806 fsnotify_put_group +EXPORT_SYMBOL_GPL vmlinux 0xf1b1976e __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xf1b2d0dd gpiod_enable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0xf1cfbbae trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0xf1df666c led_get +EXPORT_SYMBOL_GPL vmlinux 0xf1ecda92 vcap_set_rule_set_keyset +EXPORT_SYMBOL_GPL vmlinux 0xf1f245ed divider_ro_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0xf1faa13d vcap_find_actionfield +EXPORT_SYMBOL_GPL vmlinux 0xf1ffb44f vcap_rule_set_counter_id +EXPORT_SYMBOL_GPL vmlinux 0xf2056e3f usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0xf20a18a9 hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0xf20dc4ad xdp_rxq_info_unreg +EXPORT_SYMBOL_GPL vmlinux 0xf21005e9 pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0xf215162a snd_devm_card_new +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf22116c2 uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0xf23317a7 __clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xf2370588 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0xf239158c snd_soc_dai_compr_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xf23ce376 nvmem_add_one_cell +EXPORT_SYMBOL_GPL vmlinux 0xf244cc86 mtd_ooblayout_get_databytes +EXPORT_SYMBOL_GPL vmlinux 0xf24744b0 wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xf261fc91 snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL vmlinux 0xf26bd4ce device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf26e3661 rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xf2762320 usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xf28404cf devlink_dpipe_header_ipv6 +EXPORT_SYMBOL_GPL vmlinux 0xf2884035 rockchip_register_restart_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf2884b7e mtk_pinconf_bias_disable_set +EXPORT_SYMBOL_GPL vmlinux 0xf2923f29 usb_add_gadget_udc +EXPORT_SYMBOL_GPL vmlinux 0xf2967796 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0xf29989fa tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xf29d49ea dst_blackhole_redirect +EXPORT_SYMBOL_GPL vmlinux 0xf2c5592f xdp_do_redirect_frame +EXPORT_SYMBOL_GPL vmlinux 0xf2cc8da1 mdiobus_c45_modify +EXPORT_SYMBOL_GPL vmlinux 0xf2d94af8 iommu_device_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xf2df6a5c ahci_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xf2e2fe0e mas_find +EXPORT_SYMBOL_GPL vmlinux 0xf2eef6fe power_supply_external_power_changed +EXPORT_SYMBOL_GPL vmlinux 0xf2fb61bd vprintk_default +EXPORT_SYMBOL_GPL vmlinux 0xf2fbb012 snd_soc_lookup_component_nolocked +EXPORT_SYMBOL_GPL vmlinux 0xf2ff4bc2 serial8250_em485_supported +EXPORT_SYMBOL_GPL vmlinux 0xf302576d crypto_alloc_rng +EXPORT_SYMBOL_GPL vmlinux 0xf30a5502 cpufreq_enable_boost_support +EXPORT_SYMBOL_GPL vmlinux 0xf30fda27 lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0xf311e156 key_being_used_for +EXPORT_SYMBOL_GPL vmlinux 0xf3121bda ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0xf31632e0 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf31c317d fat_detach +EXPORT_SYMBOL_GPL vmlinux 0xf3256284 devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0xf3298a12 nvdimm_bus_check_dimm_count +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf3372a61 of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0xf33c9c5d vcap_port_debugfs +EXPORT_SYMBOL_GPL vmlinux 0xf342fd5d freq_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0xf344076b skb_mpls_pop +EXPORT_SYMBOL_GPL vmlinux 0xf3481856 rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0xf34dff8f reset_control_get_count +EXPORT_SYMBOL_GPL vmlinux 0xf350bb8d mas_erase +EXPORT_SYMBOL_GPL vmlinux 0xf36f076c is_swiotlb_active +EXPORT_SYMBOL_GPL vmlinux 0xf3797506 mpi_ec_deinit +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf38c805d __devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0xf38d6aa9 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf3937782 noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0xf3a09fe7 crypto_has_kpp +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3b72f6b lwtunnel_input +EXPORT_SYMBOL_GPL vmlinux 0xf3c3e58f ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0xf3d30c41 spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xf3e0dbbe devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0xf3e185e8 tun_get_tx_ring +EXPORT_SYMBOL_GPL vmlinux 0xf3f2cd32 nvdimm_bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf3f7b039 thermal_cooling_device_update +EXPORT_SYMBOL_GPL vmlinux 0xf405d83a devm_namespace_enable +EXPORT_SYMBOL_GPL vmlinux 0xf40b55dd receive_fd +EXPORT_SYMBOL_GPL vmlinux 0xf40c4db9 handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0xf41a9fb0 rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0xf4200be8 __traceiter_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0xf421d47e vcap_copy_rule +EXPORT_SYMBOL_GPL vmlinux 0xf42911a6 trace_array_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0xf43fb467 irq_get_default_host +EXPORT_SYMBOL_GPL vmlinux 0xf4510b88 crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0xf4689d50 linkmode_set_pause +EXPORT_SYMBOL_GPL vmlinux 0xf46d0782 devm_device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0xf47654df irq_check_status_bit +EXPORT_SYMBOL_GPL vmlinux 0xf47d3e3c of_genpd_add_provider_simple +EXPORT_SYMBOL_GPL vmlinux 0xf47de486 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xf486af81 pci_msix_can_alloc_dyn +EXPORT_SYMBOL_GPL vmlinux 0xf48ceebd net_cls_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xf4937872 rio_request_mport_dma +EXPORT_SYMBOL_GPL vmlinux 0xf495d80f dev_pm_set_dedicated_wake_irq_reverse +EXPORT_SYMBOL_GPL vmlinux 0xf4966a87 tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0xf49af43b gpiod_get_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0xf49c680a fsverity_enqueue_verify_work +EXPORT_SYMBOL_GPL vmlinux 0xf4a1b403 ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0xf4af35c2 rcu_gp_is_normal +EXPORT_SYMBOL_GPL vmlinux 0xf4bca4db pci_bridge_secondary_bus_reset +EXPORT_SYMBOL_GPL vmlinux 0xf4c23bf8 register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xf4cd9f8f reset_control_bulk_release +EXPORT_SYMBOL_GPL vmlinux 0xf4dbc7bb devm_gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0xf4e2f947 vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0xf4eaf5b4 get_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xf4efd75d scsi_block_targets +EXPORT_SYMBOL_GPL vmlinux 0xf4f18279 regulator_set_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0xf4f544aa dev_pm_clear_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xf50ec768 of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0xf5228929 sdhci_set_data_timeout_irq +EXPORT_SYMBOL_GPL vmlinux 0xf5277127 rhashtable_walk_peek +EXPORT_SYMBOL_GPL vmlinux 0xf52e14e9 snmp_fold_field64 +EXPORT_SYMBOL_GPL vmlinux 0xf52ec840 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf54f5949 pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf558fe1f evict_inodes +EXPORT_SYMBOL_GPL vmlinux 0xf5651880 of_regulator_match +EXPORT_SYMBOL_GPL vmlinux 0xf569a506 __traceiter_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0xf573eb37 snd_soc_dai_compr_set_params +EXPORT_SYMBOL_GPL vmlinux 0xf5754309 __nvdimm_create +EXPORT_SYMBOL_GPL vmlinux 0xf5776cb8 tcp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0xf57b6db5 debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0xf5834bb0 platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0xf59b608b virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0xf5a067bf iommu_group_dma_owner_claimed +EXPORT_SYMBOL_GPL vmlinux 0xf5a3ba99 linear_range_values_in_range +EXPORT_SYMBOL_GPL vmlinux 0xf5a3de4c md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5a79e7a pci_generic_config_read +EXPORT_SYMBOL_GPL vmlinux 0xf5b07e0a __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xf5b1718e i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0xf5b7e6e7 __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xf5b96435 sdhci_pltfm_free +EXPORT_SYMBOL_GPL vmlinux 0xf5c609a2 ahci_host_activate +EXPORT_SYMBOL_GPL vmlinux 0xf5d45f07 irq_domain_free_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xf5d7c027 apply_to_existing_page_range +EXPORT_SYMBOL_GPL vmlinux 0xf5da5095 dma_max_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0xf5f370e0 async_schedule_node +EXPORT_SYMBOL_GPL vmlinux 0xf5fc550c platform_get_mem_or_io +EXPORT_SYMBOL_GPL vmlinux 0xf5fce574 rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf603a28a vp_legacy_get_status +EXPORT_SYMBOL_GPL vmlinux 0xf60e51e6 ahci_ops +EXPORT_SYMBOL_GPL vmlinux 0xf610e5c6 regulator_set_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0xf61baa65 pids_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xf6249be4 tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xf63d7be3 xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0xf6406e4e __of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xf64e3860 __usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0xf65ac93c tracepoint_probe_register_prio +EXPORT_SYMBOL_GPL vmlinux 0xf661e4e1 ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0xf663ee2f pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0xf66986d2 debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0xf66e246d snd_dmaengine_pcm_refine_runtime_hwparams +EXPORT_SYMBOL_GPL vmlinux 0xf68ffcd7 skcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0xf69761e8 dw_pcie_host_deinit +EXPORT_SYMBOL_GPL vmlinux 0xf6a6fb76 hwrng_msleep +EXPORT_SYMBOL_GPL vmlinux 0xf6b4c8a6 mtd_get_device_size +EXPORT_SYMBOL_GPL vmlinux 0xf6bb2c6e sdhci_abort_tuning +EXPORT_SYMBOL_GPL vmlinux 0xf6beee37 __SCK__tp_func_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xf6c7d5e9 devlink_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf6c8dc62 cpu_hotplug_enable +EXPORT_SYMBOL_GPL vmlinux 0xf6dade9f thermal_zone_get_num_trips +EXPORT_SYMBOL_GPL vmlinux 0xf6dcb6a5 pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0xf6e632fc perf_report_aux_output_id +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6f2ddf2 ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0xf6f81990 raw_v4_match +EXPORT_SYMBOL_GPL vmlinux 0xf6f8f22e serial8250_em485_stop_tx +EXPORT_SYMBOL_GPL vmlinux 0xf6fcaebe i2c_detect_slave_mode +EXPORT_SYMBOL_GPL vmlinux 0xf6fccfd2 devlink_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf7059261 __devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xf70bb651 pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xf7145dc4 drop_reasons_unregister_subsys +EXPORT_SYMBOL_GPL vmlinux 0xf724b6c4 input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0xf72a65ea tty_get_char_size +EXPORT_SYMBOL_GPL vmlinux 0xf72bb5f9 ehci_adjust_port_wakeup_flags +EXPORT_SYMBOL_GPL vmlinux 0xf730fb4a qcom_smem_state_update_bits +EXPORT_SYMBOL_GPL vmlinux 0xf73daea5 led_put +EXPORT_SYMBOL_GPL vmlinux 0xf73ea44c regulator_desc_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0xf73ebaf9 mmu_interval_read_begin +EXPORT_SYMBOL_GPL vmlinux 0xf7455c16 input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0xf749debc md5_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0xf74cc6b5 tcp_abort +EXPORT_SYMBOL_GPL vmlinux 0xf74d1c17 sdhci_cqe_enable +EXPORT_SYMBOL_GPL vmlinux 0xf75bb308 nvdimm_has_flush +EXPORT_SYMBOL_GPL vmlinux 0xf75dd951 regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0xf76b0a59 read_current_timer +EXPORT_SYMBOL_GPL vmlinux 0xf77942b8 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0xf785de3e phy_put +EXPORT_SYMBOL_GPL vmlinux 0xf7927ca8 tcp_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0xf798fe1d thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0xf7b901d4 snd_soc_remove_pcm_runtime +EXPORT_SYMBOL_GPL vmlinux 0xf7bc95b0 devlink_fmsg_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xf7bfbd2c tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0xf7cc82ff irq_domain_reset_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xf7df0d79 of_icc_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0xf7e2cfdd tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0xf7fa117d genphy_c45_read_pma +EXPORT_SYMBOL_GPL vmlinux 0xf80f5fc7 __SCK__tp_func_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xf81dce70 thermal_genl_cpu_capability_event +EXPORT_SYMBOL_GPL vmlinux 0xf821c754 snd_dma_buffer_sync +EXPORT_SYMBOL_GPL vmlinux 0xf82c0c7e devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0xf82f16b3 execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0xf846fa46 of_pm_clk_add_clks +EXPORT_SYMBOL_GPL vmlinux 0xf85459f2 class_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf86502ab ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xf867ca08 devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0xf878493f ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0xf883bf93 crypto_dh_key_len +EXPORT_SYMBOL_GPL vmlinux 0xf89142eb da903x_write +EXPORT_SYMBOL_GPL vmlinux 0xf898325c scmi_device_create +EXPORT_SYMBOL_GPL vmlinux 0xf8a16b05 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0xf8a36a52 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0xf8b25bc2 devm_clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0xf8b68c87 skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0xf8bc3d8c fscrypt_ioctl_get_key_status +EXPORT_SYMBOL_GPL vmlinux 0xf8c8ac42 nand_change_read_column_op +EXPORT_SYMBOL_GPL vmlinux 0xf8ce085f pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0xf8f2339f wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xf8f2a4eb snd_kill_fasync +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8f7bdc0 pci_iomap_wc_range +EXPORT_SYMBOL_GPL vmlinux 0xf8f876c4 led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0xf902afd8 vcap_tc_flower_handler_ipv4_usage +EXPORT_SYMBOL_GPL vmlinux 0xf91d3ee3 sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL vmlinux 0xf91fabc5 of_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0xf9289616 iomap_fiemap +EXPORT_SYMBOL_GPL vmlinux 0xf92ddc78 __traceiter_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0xf93258a3 wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0xf9366e5b gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0xf95322f4 kthread_parkme +EXPORT_SYMBOL_GPL vmlinux 0xf9622dd1 snd_soc_daifmt_clock_provider_from_bitmap +EXPORT_SYMBOL_GPL vmlinux 0xf9673c63 i2c_new_scanned_device +EXPORT_SYMBOL_GPL vmlinux 0xf96da44f xa_delete_node +EXPORT_SYMBOL_GPL vmlinux 0xf97b463f kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0xf98e7bc3 percpu_is_read_locked +EXPORT_SYMBOL_GPL vmlinux 0xf995112d led_init_core +EXPORT_SYMBOL_GPL vmlinux 0xf9965adb phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9a37a95 __traceiter_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xf9b9fd2d ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xf9ba89f9 device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0xf9d129df klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0xf9de5fa3 usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0xf9e306bd mtk_pinconf_adv_drive_get_raw +EXPORT_SYMBOL_GPL vmlinux 0xf9e53ba2 __traceiter_block_split +EXPORT_SYMBOL_GPL vmlinux 0xf9fe5f49 dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0xfa00f067 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0xfa03858a sram_exec_copy +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa20488d tcp_parse_mss_option +EXPORT_SYMBOL_GPL vmlinux 0xfa287deb pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0xfa4f1f17 tpm_chip_stop +EXPORT_SYMBOL_GPL vmlinux 0xfa53ab30 led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0xfa55d8b8 snd_soc_component_compr_get_codec_caps +EXPORT_SYMBOL_GPL vmlinux 0xfa61d16f pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xfa6c0507 mctrl_gpio_init +EXPORT_SYMBOL_GPL vmlinux 0xfa6c4b56 scmi_requested_devices_nh +EXPORT_SYMBOL_GPL vmlinux 0xfa710664 crypto_unregister_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xfa74f2fe inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0xfa765266 devm_regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xfa79f81a mtk_pinconf_drive_get_raw +EXPORT_SYMBOL_GPL vmlinux 0xfa7c2e49 mas_next +EXPORT_SYMBOL_GPL vmlinux 0xfa82f473 klist_next +EXPORT_SYMBOL_GPL vmlinux 0xfa831a61 pinctrl_count_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0xfa8e58be snd_soc_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xfaae8dd6 sk_msg_is_readable +EXPORT_SYMBOL_GPL vmlinux 0xfaaf8621 power_supply_battery_bti_in_range +EXPORT_SYMBOL_GPL vmlinux 0xfab30dc0 mdio_bus_exit +EXPORT_SYMBOL_GPL vmlinux 0xfab53ed9 pinctrl_gpio_can_use_line +EXPORT_SYMBOL_GPL vmlinux 0xfab91922 sbitmap_weight +EXPORT_SYMBOL_GPL vmlinux 0xfaba248a usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xfac2bc7d inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0xfac925d4 balloon_page_list_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xfad7bc54 mtd_device_parse_register +EXPORT_SYMBOL_GPL vmlinux 0xfad9c827 kill_dax +EXPORT_SYMBOL_GPL vmlinux 0xfae521c2 inet_send_prepare +EXPORT_SYMBOL_GPL vmlinux 0xfae56a7a exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0xfaef8b6f msg_zerocopy_put_abort +EXPORT_SYMBOL_GPL vmlinux 0xfaf326a4 of_irq_to_resource +EXPORT_SYMBOL_GPL vmlinux 0xfaf598c6 snd_ctl_request_layer +EXPORT_SYMBOL_GPL vmlinux 0xfafb1de4 iommu_attach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0xfb148132 __skb_zcopy_downgrade_managed +EXPORT_SYMBOL_GPL vmlinux 0xfb17ddb0 __trace_array_puts +EXPORT_SYMBOL_GPL vmlinux 0xfb19b3f1 ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0xfb2154fc vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xfb216ed4 led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0xfb24d4ab blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfb2e271d ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb3f2625 mtd_point +EXPORT_SYMBOL_GPL vmlinux 0xfb48c768 extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfb51f520 gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0xfb577710 dm_put +EXPORT_SYMBOL_GPL vmlinux 0xfb60faf5 posix_acl_clone +EXPORT_SYMBOL_GPL vmlinux 0xfb611a59 __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0xfb6a97da bd_prepare_to_claim +EXPORT_SYMBOL_GPL vmlinux 0xfb6bb131 class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb73451f alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xfb791e41 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0xfb7a4a7f btree_last +EXPORT_SYMBOL_GPL vmlinux 0xfb82614c iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0xfb82c16e mtk_mux_gate_clr_set_upd_ops +EXPORT_SYMBOL_GPL vmlinux 0xfb96f72b topology_set_scale_freq_source +EXPORT_SYMBOL_GPL vmlinux 0xfba08f9d fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0xfba2ef1b snd_soc_daifmt_parse_format +EXPORT_SYMBOL_GPL vmlinux 0xfbb826f0 anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbd6b726 snd_soc_put_enum_double +EXPORT_SYMBOL_GPL vmlinux 0xfbd8fff4 regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xfbdcf9b6 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0xfbe7e6ec power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0xfbee05ef bgpio_init +EXPORT_SYMBOL_GPL vmlinux 0xfc014cb6 smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc0b405c syscon_regmap_lookup_by_phandle_optional +EXPORT_SYMBOL_GPL vmlinux 0xfc13f611 scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0xfc145586 __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0xfc1e9c41 dev_pm_opp_get_suspend_opp_freq +EXPORT_SYMBOL_GPL vmlinux 0xfc3560b7 usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0xfc55c55d thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0xfc6b2990 spi_sync +EXPORT_SYMBOL_GPL vmlinux 0xfc73d3f6 fscrypt_mergeable_bio +EXPORT_SYMBOL_GPL vmlinux 0xfc7e51ea snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL vmlinux 0xfc81ce86 gpiochip_line_is_persistent +EXPORT_SYMBOL_GPL vmlinux 0xfc82d182 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0xfc87183e gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0xfc9c6d2a tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xfc9d8477 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0xfca45375 devlink_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfca8dd4c disk_alloc_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0xfcb14d15 tegra_bpmp_get +EXPORT_SYMBOL_GPL vmlinux 0xfcb26cc2 mtk_pinconf_bias_disable_get_rev1 +EXPORT_SYMBOL_GPL vmlinux 0xfcc41ba8 ata_qc_get_active +EXPORT_SYMBOL_GPL vmlinux 0xfcc7be6e pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0xfccea163 spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0xfcf20db0 l3mdev_master_upper_ifindex_by_index_rcu +EXPORT_SYMBOL_GPL vmlinux 0xfcf54d1d add_wait_queue_priority +EXPORT_SYMBOL_GPL vmlinux 0xfcf9ef73 hw_protection_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xfcfcbc27 kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0xfd000ae6 __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0xfd0057ee relay_close +EXPORT_SYMBOL_GPL vmlinux 0xfd02af03 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfd34a12e powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0xfd36b173 pinctrl_utils_reserve_map +EXPORT_SYMBOL_GPL vmlinux 0xfd40ad83 kfree_strarray +EXPORT_SYMBOL_GPL vmlinux 0xfd473631 wwan_register_ops +EXPORT_SYMBOL_GPL vmlinux 0xfd4dba7d freq_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xfd544b19 badrange_init +EXPORT_SYMBOL_GPL vmlinux 0xfd55e4d8 virtqueue_get_vring +EXPORT_SYMBOL_GPL vmlinux 0xfd57c24c stmpe_disable +EXPORT_SYMBOL_GPL vmlinux 0xfd581da1 free_rs +EXPORT_SYMBOL_GPL vmlinux 0xfd5c5715 power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0xfd620d6f dm_copy_name_and_uuid +EXPORT_SYMBOL_GPL vmlinux 0xfd779e3d gpiod_toggle_active_low +EXPORT_SYMBOL_GPL vmlinux 0xfd77e268 register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xfd7898d7 fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0xfd807273 ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xfd80dfb4 __kthread_init_worker +EXPORT_SYMBOL_GPL vmlinux 0xfda25a82 mtd_ooblayout_ecc +EXPORT_SYMBOL_GPL vmlinux 0xfda9a176 mptcp_diag_fill_info +EXPORT_SYMBOL_GPL vmlinux 0xfdb03d00 srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0xfdb46f63 sync_blockdev_nowait +EXPORT_SYMBOL_GPL vmlinux 0xfdb85084 xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0xfdbd7a17 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xfdc318f3 dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0xfdc7994f usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0xfdcdad96 snd_soc_add_component +EXPORT_SYMBOL_GPL vmlinux 0xfddec742 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0xfddfd3da mtk_pinconf_bias_get_combo +EXPORT_SYMBOL_GPL vmlinux 0xfde260b8 udp_abort +EXPORT_SYMBOL_GPL vmlinux 0xfdfb473e __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0xfe0bbbd2 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xfe146b78 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0xfe19f815 ptp_parse_header +EXPORT_SYMBOL_GPL vmlinux 0xfe1a7a7b mpi_point_release +EXPORT_SYMBOL_GPL vmlinux 0xfe1b2f45 ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xfe1de2f9 mtd_block_markbad +EXPORT_SYMBOL_GPL vmlinux 0xfe27cf63 snd_soc_dai_compr_pointer +EXPORT_SYMBOL_GPL vmlinux 0xfe29d810 trace_seq_to_user +EXPORT_SYMBOL_GPL vmlinux 0xfe43a384 uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0xfe476039 ktime_get_resolution_ns +EXPORT_SYMBOL_GPL vmlinux 0xfe5661b9 nvdimm_clear_poison +EXPORT_SYMBOL_GPL vmlinux 0xfe5fcaf5 usb_string +EXPORT_SYMBOL_GPL vmlinux 0xfe63687d _proc_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xfe682387 dw_pcie_wait_for_link +EXPORT_SYMBOL_GPL vmlinux 0xfe6a7742 usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0xfe7875eb udp_tunnel_nic_ops +EXPORT_SYMBOL_GPL vmlinux 0xfe8cdb84 ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfe99dad0 dtpm_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xfea1b3f1 inet_hashinfo2_init_mod +EXPORT_SYMBOL_GPL vmlinux 0xfea8c9d0 iov_iter_is_aligned +EXPORT_SYMBOL_GPL vmlinux 0xfeaabf88 pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0xfeaf6c9c gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0xfeb804c1 gpiochip_irqchip_irq_valid +EXPORT_SYMBOL_GPL vmlinux 0xfec3bf84 icst_clk_setup +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xff0451e3 snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff15f853 dev_pm_opp_enable +EXPORT_SYMBOL_GPL vmlinux 0xff1666f3 reset_control_bulk_assert +EXPORT_SYMBOL_GPL vmlinux 0xff291ecf clk_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xff37a104 nexthop_find_by_id +EXPORT_SYMBOL_GPL vmlinux 0xff42c374 usb_role_switch_get_role +EXPORT_SYMBOL_GPL vmlinux 0xff495e29 mtd_read +EXPORT_SYMBOL_GPL vmlinux 0xff4a4615 devm_phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0xff732ee2 debugfs_attr_write +EXPORT_SYMBOL_GPL vmlinux 0xff738320 cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0xff7e33bf mpi_sub_ui +EXPORT_SYMBOL_GPL vmlinux 0xff81487d gpiod_remove_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0xff84a8a5 page_reporting_order +EXPORT_SYMBOL_GPL vmlinux 0xff86080b wwan_port_rx +EXPORT_SYMBOL_GPL vmlinux 0xff951c78 gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0xff979016 blk_crypto_evict_key +EXPORT_SYMBOL_GPL vmlinux 0xff99f237 __fscrypt_inode_uses_inline_crypto +EXPORT_SYMBOL_GPL vmlinux 0xff9f23eb rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0xffa0020a perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0xffa3c56e phy_restore_page +EXPORT_SYMBOL_GPL vmlinux 0xffade2cf devm_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0xffae8e8b nsecs_to_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xffc84041 snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL vmlinux 0xffe5664d icc_set_tag +EXPORT_SYMBOL_GPL vmlinux 0xffe6ff79 fsnotify_add_mark +EXPORT_SYMBOL_GPL vmlinux 0xffe7e475 ndo_dflt_bridge_getlink +EXPORT_SYMBOL_GPL vmlinux 0xffe98c36 simple_rename_exchange +EXPORT_SYMBOL_GPL vmlinux 0xffee937c i2c_client_type +FIRMWARE_LOADER_PRIVATE EXPORT_SYMBOL_GPL 0x07342898 unregister_firmware_config_sysctl vmlinux +FIRMWARE_LOADER_PRIVATE EXPORT_SYMBOL_GPL 0xae43feea register_firmware_config_sysctl vmlinux +FIRMWARE_LOADER_PRIVATE EXPORT_SYMBOL_GPL 0xd3ae7756 fw_fallback_config vmlinux +FW_CS_DSP EXPORT_SYMBOL_GPL 0x045f5819 cs_dsp_find_alg_region drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x10031c38 cs_dsp_remove drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x1059fa1f cs_dsp_stop drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x144d6986 cs_dsp_mem_region_name drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x4711e8d2 cs_dsp_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x4a5c70c8 cs_dsp_get_ctl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x4af4245c cs_dsp_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x4e5562f8 cs_dsp_remove_padding drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x5be08180 cs_dsp_coeff_write_acked_control drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x65ef6a6a cs_dsp_read_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x66dbfc8a cs_dsp_halo_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x6b68ff7e cs_dsp_cleanup_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x6e0cce2d cs_dsp_chunk_write drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x7595a6a7 cs_dsp_adsp2_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x763d2a08 cs_dsp_set_dspclk drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x78e09522 cs_dsp_halo_wdt_expire drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9535c760 cs_dsp_read_raw_data_block drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x970ecfb1 cs_dsp_coeff_write_ctrl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x98da71f5 cs_dsp_adsp1_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9d2ed077 cs_dsp_init_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9ddeb348 cs_dsp_halo_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9e324cb0 cs_dsp_chunk_flush drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xb6c0d9e7 cs_dsp_chunk_read drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xb73a90ff cs_dsp_adsp1_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xbdde25c2 cs_dsp_adsp2_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xddc37892 cs_dsp_write_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xe5200c48 cs_dsp_run drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xfbed9072 cs_dsp_coeff_read_ctrl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xfef7e00c cs_dsp_adsp1_power_up drivers/firmware/cirrus/cs_dsp +HWMON_THERMAL EXPORT_SYMBOL_GPL 0x11e1c5d8 hwmon_device_register_for_thermal vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x0fc850a1 idle_inject_register vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x5b3a2cd6 idle_inject_start vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x85c2b7eb idle_inject_stop vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x95e93783 idle_inject_set_latency vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0xa3630126 idle_inject_register_full vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0xc18575af idle_inject_set_duration vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0xe9cbcfd0 idle_inject_get_duration vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0xf0e96547 idle_inject_unregister vmlinux +IIO_AD5592R EXPORT_SYMBOL_GPL 0xd275d759 ad5592r_remove drivers/iio/dac/ad5592r-base +IIO_AD5592R EXPORT_SYMBOL_GPL 0xe18e9ef5 ad5592r_probe drivers/iio/dac/ad5592r-base +IIO_AD5686 EXPORT_SYMBOL_GPL 0x33081569 ad5686_remove drivers/iio/dac/ad5686 +IIO_AD5686 EXPORT_SYMBOL_GPL 0x7e54984f ad5686_probe drivers/iio/dac/ad5686 +IIO_AD7091R EXPORT_SYMBOL_GPL 0xbb933deb ad7091r_regmap_config drivers/iio/adc/ad7091r-base +IIO_AD7091R EXPORT_SYMBOL_GPL 0xcfb21b02 ad7091r_probe drivers/iio/adc/ad7091r-base +IIO_AD7606 EXPORT_SYMBOL_GPL 0x153e4e07 ad7606_probe drivers/iio/adc/ad7606 +IIO_AD7606 EXPORT_SYMBOL_GPL 0xdc2b4fff ad7606_pm_ops drivers/iio/adc/ad7606 +IIO_ADISLIB EXPORT_SYMBOL 0x267f4ab3 adis_debugfs_reg_access drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL 0xc2e20625 __adis_enable_irq drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x1e5e8425 devm_adis_probe_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x50e83fb6 __adis_initial_startup drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x50f85f60 devm_adis_setup_buffer_and_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x63e3dd90 __adis_read_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x68dfd36e adis_single_conversion drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x9ae85f46 adis_update_scan_mode drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xabbaab00 __adis_update_bits_base drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xef23a1ab __adis_check_status drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xf5236f0c adis_init drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xfe3e75ee __adis_write_reg drivers/iio/imu/adis_lib +IIO_ADIS_LIB EXPORT_SYMBOL_GPL 0x5734c383 __adis_reset drivers/iio/imu/adis_lib +IIO_ADI_AXI EXPORT_SYMBOL_GPL 0x6b0508dd devm_adi_axi_adc_conv_register drivers/iio/adc/adi-axi-adc +IIO_ADI_AXI EXPORT_SYMBOL_GPL 0xef659882 adi_axi_adc_conv_priv drivers/iio/adc/adi-axi-adc +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x81402d16 adxl31x_chip_info drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x8401eedc adxl313_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x93298a1c adxl312_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x932e87b3 adxl314_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xa4de571b adxl313_core_probe drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe1d8d09c adxl314_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe1dfdd33 adxl312_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xf6f7b9f3 adxl313_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0x4d2f5e0f adxl35x_chip_info drivers/iio/accel/adxl355_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0x597104a8 adxl355_core_probe drivers/iio/accel/adxl355_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0x6ff5403b adxl355_readable_regs_tbl drivers/iio/accel/adxl355_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0xb446fa86 adxl355_writeable_regs_tbl drivers/iio/accel/adxl355_core +IIO_ADXL367 EXPORT_SYMBOL_GPL 0xe41d34fe adxl367_probe drivers/iio/accel/adxl367 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0x064cea8b adxl372_readable_noinc_reg drivers/iio/accel/adxl372 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0x66a764d1 adxl372_probe drivers/iio/accel/adxl372 +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x36fcc682 ad_sd_read_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x5622dfec ad_sd_init drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x69d04667 ad_sigma_delta_single_conversion drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x878573b0 ad_sd_validate_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x8d97109f ad_sd_calibrate_all drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x9ccbb79b ad_sd_write_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xcfdf4f50 ad_sd_set_comm drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xdca20c22 devm_ad_sd_setup_buffer_and_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xe6417070 ad_sd_calibrate drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xf50805f4 ad_sd_reset drivers/iio/adc/ad_sigma_delta +IIO_BMA400 EXPORT_SYMBOL 0xc684bd93 bma400_regmap_config drivers/iio/accel/bma400_core +IIO_BMA400 EXPORT_SYMBOL 0xfefa11a0 bma400_probe drivers/iio/accel/bma400_core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x21bc6bbf bmc150_accel_core_probe drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x4db4454d bmc150_accel_core_remove drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x934f718f bmc150_regmap_conf drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x97017475 bmc150_accel_pm_ops drivers/iio/accel/bmc150-accel-core +IIO_BMC150_MAGN EXPORT_SYMBOL 0x621fefc3 bmc150_magn_pm_ops drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0xc5458c53 bmc150_magn_probe drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0xe5f3b5e1 bmc150_magn_remove drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0xf497e414 bmc150_magn_regmap_config drivers/iio/magnetometer/bmc150_magn +IIO_BME680 EXPORT_SYMBOL 0x7d6ce390 bme680_regmap_config drivers/iio/chemical/bme680_core +IIO_BME680 EXPORT_SYMBOL_GPL 0x27ef1866 bme680_core_probe drivers/iio/chemical/bme680_core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x36c1a7c4 bmi088_regmap_conf drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x6a6c1a42 bmi088_accel_core_remove drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x6ff89eee bmi088_accel_pm_ops drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x99152603 bmi088_accel_core_probe drivers/iio/accel/bmi088-accel-core +IIO_BMI160 EXPORT_SYMBOL 0xca19cfae bmi160_enable_irq drivers/iio/imu/bmi160/bmi160_core +IIO_BMI160 EXPORT_SYMBOL 0xf2bd16c7 bmi160_regmap_config drivers/iio/imu/bmi160/bmi160_core +IIO_BMI160 EXPORT_SYMBOL_GPL 0x93ad8849 bmi160_core_probe drivers/iio/imu/bmi160/bmi160_core +IIO_BMP280 EXPORT_SYMBOL 0x00ce28b8 bmp180_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x051a433b bmp380_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x0b66ffbe bmp580_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x355358e2 bmp380_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x66286f89 bmp280_common_probe drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xa85cb994 bmp280_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xcd911354 bmp580_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xd43d9c4f bmp180_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xdfb99850 bme280_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xea48f5da bmp280_regmap_config drivers/iio/pressure/bmp280 +IIO_BNO055 EXPORT_SYMBOL_GPL 0x2c3387f0 bno055_regmap_config drivers/iio/imu/bno055/bno055 +IIO_BNO055 EXPORT_SYMBOL_GPL 0xd3f77970 bno055_probe drivers/iio/imu/bno055/bno055 +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x2393eba8 fxas21002c_pm_ops drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x43745786 fxas21002c_core_remove drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x70176f4b fxas21002c_core_probe drivers/iio/gyro/fxas21002c_core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x62f9bdec fxls8962af_i2c_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x9ad4dda4 fxls8962af_pm_ops drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xbc94bd45 fxls8962af_core_probe drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xc0272929 fxls8962af_spi_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x094bee02 iio_gts_avail_scales_for_time drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x296bb0cd iio_gts_all_avail_scales drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x4ed89402 iio_gts_find_sel_by_gain drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x53000dc5 iio_gts_find_gain_by_sel drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x54a7bad7 iio_gts_get_min_gain drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x5f338fa0 iio_gts_find_new_gain_sel_by_old_gain_time drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xa3374797 iio_gts_get_scale drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xaf40a957 devm_iio_init_iio_gts drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xaf5aaa85 iio_find_closest_gain_low drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xc061498b iio_gts_avail_times drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xc25ccf30 iio_gts_find_new_gain_by_old_gain_time drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xd7e29768 iio_gts_find_gain_sel_for_scale_using_time drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xf42af90f iio_gts_total_gain_to_scale drivers/iio/industrialio-gts-helper +IIO_HID EXPORT_SYMBOL 0x1737d4e6 hid_sensor_read_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x3af037ba hid_sensor_parse_common_attributes drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x404272ef hid_sensor_setup_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x469bf584 hid_sensor_write_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x6a0ce55c hid_sensor_convert_timestamp drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x745382fa hid_sensor_read_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x7f7621ec hid_sensor_format_scale drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xa1cbe851 hid_sensor_read_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xa6e29a88 hid_sensor_remove_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0xb9468f23 hid_sensor_write_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xc1812668 hid_sensor_power_state drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0xcc1c6835 hid_sensor_write_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xe82d352c hid_sensor_pm_ops drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x24503a88 hid_sensor_read_poll_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xa464f97b hid_sensor_batch_mode_supported drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xad5746d4 hid_sensor_set_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xcb511fc4 hid_sensor_get_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HMC5843 EXPORT_SYMBOL 0x4c103e7c hmc5843_common_probe drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0x4ee706cb hmc5843_pm_ops drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0xff9815d4 hmc5843_common_remove drivers/iio/magnetometer/hmc5843_core +IIO_HTS221 EXPORT_SYMBOL 0x4438e338 hts221_probe drivers/iio/humidity/hts221 +IIO_HTS221 EXPORT_SYMBOL 0x9efcc3cf hts221_pm_ops drivers/iio/humidity/hts221 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x3ce1f2e5 inv_icm42600_pm_ops drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x4efe6cae inv_icm42600_core_probe drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0xb7afa015 inv_icm42600_regmap_config drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_KX022A EXPORT_SYMBOL_GPL 0x8c4164ca kx022a_regmap drivers/iio/accel/kionix-kx022a +IIO_KX022A EXPORT_SYMBOL_GPL 0xcab78cf6 kx022a_probe_internal drivers/iio/accel/kionix-kx022a +IIO_KXSD9 EXPORT_SYMBOL 0x5af97560 kxsd9_dev_pm_ops drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0xa46df913 kxsd9_common_probe drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0xdf255932 kxsd9_common_remove drivers/iio/accel/kxsd9 +IIO_LSM6DSX EXPORT_SYMBOL 0x5ae8d168 st_lsm6dsx_probe drivers/iio/imu/st_lsm6dsx/st_lsm6dsx +IIO_LSM6DSX EXPORT_SYMBOL 0xb7c1d8a0 st_lsm6dsx_pm_ops drivers/iio/imu/st_lsm6dsx/st_lsm6dsx +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x045688dd ms_sensors_read_prom_word drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x287ac77b ms_sensors_read_serial drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x2d2f5cd5 ms_sensors_reset drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x42b6a050 ms_sensors_convert_and_read drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x4537ec7d ms_sensors_ht_read_humidity drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x6ad08332 ms_sensors_show_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x740f5c89 ms_sensors_ht_read_temperature drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x79a1ff9d ms_sensors_tp_read_prom drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x873b1740 ms_sensors_show_battery_low drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xd797ad63 ms_sensors_write_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xde27db1c ms_sensors_read_temp_and_pressure drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xf6c7cfb8 ms_sensors_write_resolution drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x7b602311 mma7455_core_remove drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0xd478de59 mma7455_core_regmap drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0xdad41451 mma7455_core_probe drivers/iio/accel/mma7455_core +IIO_MMA9551 EXPORT_SYMBOL 0x020efb98 mma9551_set_device_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x0470fddb mma9551_update_config_bits drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x1e6ca134 mma9551_write_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x260e4c2e mma9551_read_status_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x27820ebe mma9551_gpio_config drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x355f8e31 mma9551_read_accel_chan drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x401db8ef mma9551_read_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x41ef446c mma9551_read_accel_scale drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x43495ddd mma9551_app_reset drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x50bbcc22 mma9551_read_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x671e32f8 mma9551_set_power_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x89ea69c3 mma9551_write_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x93b77533 mma9551_read_status_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xbcd7fe96 mma9551_sleep drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xbd6952a3 mma9551_read_version drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xd6bd1894 mma9551_write_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xfa76e973 mma9551_read_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xfce9624c mma9551_read_status_words drivers/iio/accel/mma9551_core +IIO_MPL115 EXPORT_SYMBOL 0xa167b898 mpl115_dev_pm_ops drivers/iio/pressure/mpl115 +IIO_MPL115 EXPORT_SYMBOL_GPL 0x064dd951 mpl115_probe drivers/iio/pressure/mpl115 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0x152a5961 inv_mpu_pmops drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0x705a6a52 inv_mpu_core_probe drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MS5611 EXPORT_SYMBOL 0xdb82639a ms5611_probe drivers/iio/pressure/ms5611_core +IIO_RESCALE EXPORT_SYMBOL_GPL 0x375a393e rescale_process_offset drivers/iio/afe/iio-rescale +IIO_RESCALE EXPORT_SYMBOL_GPL 0xb40943cd rescale_process_scale drivers/iio/afe/iio-rescale +IIO_RM3100 EXPORT_SYMBOL_GPL 0x0a1424e0 rm3100_volatile_table drivers/iio/magnetometer/rm3100-core +IIO_RM3100 EXPORT_SYMBOL_GPL 0x50257b71 rm3100_common_probe drivers/iio/magnetometer/rm3100-core +IIO_RM3100 EXPORT_SYMBOL_GPL 0xaa911f08 rm3100_readable_table drivers/iio/magnetometer/rm3100-core +IIO_RM3100 EXPORT_SYMBOL_GPL 0xcc7209be rm3100_writable_table drivers/iio/magnetometer/rm3100-core +IIO_SCD30 EXPORT_SYMBOL 0x5ca8ddc5 scd30_pm_ops drivers/iio/chemical/scd30_core +IIO_SCD30 EXPORT_SYMBOL 0xd4997de6 scd30_probe drivers/iio/chemical/scd30_core +IIO_SPS30 EXPORT_SYMBOL_GPL 0xc686b16c sps30_probe drivers/iio/chemical/sps30 +IIO_SSP_SENSORS EXPORT_SYMBOL 0x5eccf17e ssp_common_process_data drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x839f9c4a ssp_common_buffer_postenable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x843a0cc8 ssp_get_sensor_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x97b1c47f ssp_register_consumer drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xb038825a ssp_enable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xbe7f394c ssp_disable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xbf683666 ssp_change_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xfe2a0629 ssp_common_buffer_postdisable drivers/iio/common/ssp_sensors/ssp_iio +IIO_ST_SENSORS EXPORT_SYMBOL 0x074d7047 st_sensors_trigger_handler drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x12692298 st_accel_get_settings drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0x140d08d6 st_press_get_settings drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0x1b1e4af7 st_gyro_get_settings drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0x247a14b7 st_magn_common_probe drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0x27ed5680 st_sensors_debugfs_reg_access drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x2dde75be st_sensors_set_fullscale_by_gain drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x463d9720 st_sensors_get_settings_index drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x4f39b4f3 st_sensors_sysfs_scale_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x50232526 st_sensors_read_info_raw drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x558a9312 st_sensors_set_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x602cafcb st_sensors_set_dataready_irq drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x6b675218 st_sensors_i2c_configure drivers/iio/common/st_sensors/st_sensors_i2c +IIO_ST_SENSORS EXPORT_SYMBOL 0x6bc484f9 st_accel_common_probe drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0x8aea8156 st_magn_get_settings drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0x9293db71 st_sensors_allocate_trigger drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x9385ff70 st_sensors_verify_id drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x9578c943 st_sensors_validate_device drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x9ffc70eb st_sensors_power_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xa2c54960 st_gyro_common_probe drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0xbf18205a st_sensors_spi_configure drivers/iio/common/st_sensors/st_sensors_spi +IIO_ST_SENSORS EXPORT_SYMBOL 0xd3ade87e st_sensors_set_axis_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xd6762c4e st_sensors_set_odr drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xde41ea62 st_press_common_probe drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0xe3766a0e st_sensors_sysfs_sampling_frequency_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xfb4b7a94 st_sensors_init_sensor drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xfd634d0b st_sensors_dev_name_probe drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL_GPL 0x8e9a8dcf st_lsm9ds0_probe drivers/iio/imu/st_lsm9ds0/st_lsm9ds0 +IIO_UVIS25 EXPORT_SYMBOL 0x1ebbec68 st_uvis25_probe drivers/iio/light/st_uvis25_core +IIO_UVIS25 EXPORT_SYMBOL 0xeb786b14 st_uvis25_pm_ops drivers/iio/light/st_uvis25_core +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x4c25691c zpa2326_pm_ops drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x6b4daec8 zpa2326_isreg_writeable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x754fc1da zpa2326_isreg_readable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x797f07e0 zpa2326_probe drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xeda79635 zpa2326_isreg_precious drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xf442d1bc zpa2326_remove drivers/iio/pressure/zpa2326 +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0x3a2aeb7a m10bmc_sys_update_bits drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0x4dcb8f41 m10bmc_fw_state_set drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0x6e4fd1d5 m10bmc_sys_read drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0x9335430f m10bmc_dev_groups drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xd639c74e m10bmc_dev_init drivers/mfd/intel-m10-bmc-core +IOMMUFD EXPORT_SYMBOL_GPL 0x2979ce72 iommufd_access_create drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x29c8f0d3 iommufd_access_rw drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x58a4ac7b iommufd_access_unpin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x5dc5f2ee iommufd_access_pin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x6243d88c iommufd_device_attach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x7a2ee0cb iommufd_device_unbind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x7c556b4f iommufd_access_attach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x7f72c7c0 iommufd_ctx_get drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x9f087d7d iommufd_device_detach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xb9436316 iommufd_ctx_from_file drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xea6a51e4 iommufd_device_bind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xeba9450a iommufd_ctx_put drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xfec8ad90 iommufd_access_destroy drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x4d47465d iommufd_vfio_compat_ioas_get_id drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0xa6954c57 iommufd_vfio_compat_ioas_create drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0xc846fe05 iommufd_vfio_compat_set_no_iommu drivers/iommu/iommufd/iommufd +IWLWIFI EXPORT_SYMBOL_GPL 0x0456384e iwl_read32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x04ce397a iwl_write8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1053e7b8 iwl_parse_mei_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x16cd3246 iwl_write_direct64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x19cf04a6 iwl_write_prph64_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1b013728 iwl_fw_start_dbg_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1c48129a iwl_dump_desc_assert drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1eafdf7d iwl_write_prph_delay drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x201a7189 iwl_pnvm_load drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2c0f571f iwl_init_notification_wait drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2eaf2d3d iwl_write32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2f8d92e7 iwl_parse_eeprom_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x347592dd _iwl_dbg_tlv_time_point drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x35033c81 iwl_phy_db_free drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x37956b72 rs_pretty_print_rate drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x38a8206f iwl_cmd_groups_verify_sorted drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3cb30e9b iwl_set_soc_latency drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x42b02b0b __iwl_crit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x47ff752c iwl_init_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x49e0135d iwl_new_rate_from_v1 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5223abc5 iwl_write_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x58023c05 iwl_dbg_tlv_del_timers drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5c3c66e9 __iwl_warn drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5c52e109 iwl_opmode_deregister drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5ef4a44d iwl_notification_wait drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x65b269cd iwl_drv_get_fwname_pre drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x663efaf3 iwl_fw_runtime_suspend drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6930936f iwl_fw_dbg_error_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x69a35812 iwl_fwrt_dump_error_logs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6f3fae7c iwl_parse_nvm_mcc_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x745497ea __iwl_dbg drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x75e15762 iwl_read_external_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x776221bf iwl_send_phy_db_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x776a0e13 iwl_trans_send_cmd drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x78971d7e iwl_he_is_sgi drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x795542df iwl_set_bits_mask_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x799add4f iwl_free_fw_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7cd3b537 iwl_fw_dbg_collect_trig drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7e81c2c1 iwl_fw_dbg_stop_restart_recording drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x81b502d0 iwl_read_eeprom drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x82767a75 iwl_uefi_get_step_table drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x828c6838 iwlwifi_mod_params drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x84bb50e1 iwl_rs_pretty_ant drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x874c77de iwl_fw_rate_idx_to_plcp drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8aa6a460 iwl_clear_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8d5e18b0 iwl_fw_dbg_stop_sync drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9156d3a1 iwl_configure_rxq drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x93160e9e iwl_abort_notification_waits drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x97c315b7 iwl_write64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9e98bd53 iwl_fw_runtime_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9ed903e4 iwl_poll_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9ef0934a iwl_fw_dbg_read_d3_debug_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa6504287 iwl_read_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa7676431 iwl_fw_dbg_collect_desc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xad5ea2d3 iwl_get_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xaecae033 iwl_get_cmd_string drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xafa10acc iwl_write_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xafa5ea9d iwl_read_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb1e39cb3 iwl_remove_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb37b318c iwl_rs_pretty_bw drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb389479c iwl_parse_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb64bb4a8 iwl_opmode_register drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb7d5ffb1 iwl_rate_mcs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb90abfba iwl_read_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xbb962afc iwl_set_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc579ec38 __iwl_err drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xce0c6460 iwl_phy_db_set_section drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd1acff9e iwl_finish_nic_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd2de3cc1 iwl_wait_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd82f077e __iwl_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xdd611048 iwl_get_shared_mem_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xddb338c6 iwl_phy_db_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xdec9e66d iwl_notification_wait_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe023b244 iwl_fw_dbg_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xea1b26fc iwl_nvm_fixups drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xea44c623 iwl_fw_runtime_resume drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xedfa0b72 iwl_force_nmi drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf8804ced iwl_poll_direct_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +LTC2497 EXPORT_SYMBOL 0x1c7a9245 ltc2497core_remove drivers/iio/adc/ltc2497-core +LTC2497 EXPORT_SYMBOL 0xade252c8 ltc2497core_probe drivers/iio/adc/ltc2497-core +MCB EXPORT_SYMBOL_GPL 0x030df051 mcb_request_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x1d571c45 mcb_get_irq drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x21072748 mcb_bus_get drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x215dc3ea mcb_release_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x225b5955 chameleon_parse_cells drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x22f7af3b mcb_get_resource drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x40376768 mcb_free_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x47402b56 mcb_unregister_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x576b7fc5 mcb_alloc_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x7bbb55b6 mcb_device_register drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x7efbb6fd mcb_bus_put drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x8efb6cc9 mcb_bus_add_devices drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xad8f1bb6 mcb_alloc_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xe30ba98d __mcb_register_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xeb2c8905 mcb_release_mem drivers/mcb/mcb +MFD_OCELOT EXPORT_SYMBOL 0x7c05239b ocelot_core_init drivers/mfd/ocelot-soc +MFD_OCELOT EXPORT_SYMBOL 0x8233b24e ocelot_chip_reset drivers/mfd/ocelot-soc +MFD_OCELOT_SPI EXPORT_SYMBOL 0x48b598e1 ocelot_spi_init_regmap drivers/mfd/ocelot-soc +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x0303d98f nvme_passthru_end drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x09da03a4 nvme_ctrl_from_file drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x12639cbc nvme_command_effects drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x69dd456a nvme_find_get_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x8aaedf5c nvme_passthru_start drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xf67e0590 nvme_execute_rq drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xfeab1a8e nvme_put_ns drivers/nvme/host/nvme-core +PECI EXPORT_SYMBOL_GPL 0x09b24adc peci_xfer_pkg_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x0c328cd6 peci_xfer_get_temp drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x0f1c5c53 peci_request_status drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x13fb8dc1 peci_request_data_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x16775e29 peci_xfer_ep_pci_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x1ce2b7db peci_request_free drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x2503b084 peci_xfer_pkg_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x2e70b4f4 peci_xfer_ep_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x329789b8 peci_xfer_ep_mmio64_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x481b7bf9 peci_xfer_ep_mmio32_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x55761d74 peci_xfer_ep_pci_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x68d4996d devm_peci_controller_add drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x6a38b918 peci_xfer_pkg_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x6d71f7a9 peci_xfer_ep_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x6e2102ec peci_xfer_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x73f1966b peci_xfer_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x84012ac9 peci_xfer_get_dib drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x8bf27764 peci_xfer_ep_pci_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x8e84f3a3 peci_request_temp_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x93aefeed peci_request_data_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x93b15a35 peci_request_dib_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x97593ffe peci_request_data_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xc086b0e2 __peci_driver_register drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xd57b0885 peci_xfer_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xe92aa6c6 peci_request_alloc drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xf0f4dee4 peci_xfer_ep_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xf1e8b9d6 peci_xfer_pkg_cfg_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xf3d5a6b2 peci_driver_unregister drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xf5b1d152 peci_request_data_readq drivers/peci/peci +PECI_CPU EXPORT_SYMBOL_GPL 0x3084c5a5 peci_ep_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x4624d8f3 peci_mmio_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x851e2f03 peci_pcs_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x9490ff8a peci_temp_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0xadac5d3b peci_pci_local_read drivers/peci/peci-cpu +PMBUS EXPORT_SYMBOL_GPL 0x030fa846 pmbus_read_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x16b201dd pmbus_write_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x282fe459 pmbus_get_fan_rate_cached drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x29e6003b pmbus_set_update drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x434f5ff6 pmbus_clear_cache drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x44531aa7 pmbus_check_word_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x44a9162d pmbus_clear_faults drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x651c3e86 pmbus_unlock drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x80ed3097 pmbus_update_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xb664d35d pmbus_get_driver_info drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xc97279e0 pmbus_write_byte drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xca46b3a9 pmbus_set_page drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xccc7c382 pmbus_check_byte_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xd0cef849 pmbus_get_debugfs_dir drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xd2111bc7 pmbus_read_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xd95018fe pmbus_write_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xda7deb64 pmbus_update_fan drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xdca3ffaa pmbus_regulator_ops drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xe2723528 pmbus_do_probe drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xe8be46d7 pmbus_get_fan_rate_device drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xeba8445a pmbus_lock_interruptible drivers/hwmon/pmbus/pmbus_core +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x2eeb2b18 sx_common_read_event_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x561794fb sx_common_read_proximity drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x6266fb61 sx_common_get_raw_register_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xa103ce02 sx_common_events drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xa224cf1a sx_common_write_event_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xe4b573ec sx_common_probe drivers/iio/proximity/sx_common +SERIAL_8250_PCI EXPORT_SYMBOL_GPL 0x0bfe7f8a serial8250_pci_setup_port vmlinux +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x3394696d cs35l45_probe sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x3431c8ad cs35l45_get_clk_freq_id sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x374da3e6 cs35l45_spi_regmap sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x747562aa cs35l45_i2c_regmap sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x84ce11bd cs35l45_remove sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xa3fa1500 cs35l45_apply_patch sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xde61de1f cs35l45_pm_ops sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x05482545 cs35l56_irq sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x0dd8a930 cs35l56_init sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x246d5022 cs35l56_common_probe sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x3babc551 cs35l56_pm_ops_i2c_spi sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x5d145ec1 cs35l56_runtime_resume_common sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0xa60cdebd cs35l56_irq_request sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0xa8c67539 cs35l56_remove sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0xb77b9e29 cs35l56_runtime_suspend sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x01ada49e cs35l56_regmap_spi sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x05c2529e cs35l56_tx_input_values sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x312c0e0f cs35l56_dsp1_regions sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x64e759e4 cs35l56_tx_input_texts sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x650f6b3b cs35l56_reread_firmware_registers sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x88762c92 cs35l56_get_bclk_freq_id sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xb7f8a241 cs35l56_regmap_i2c sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xcd5438ad cs35l56_fill_supply_names sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xcec390ed cs35l56_regmap_sdw sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x0686e8c6 cs42l42_common_probe sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x07abaf4f cs42l42_regmap sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x2ded3fc7 cs42l42_common_remove sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x3a26db5f cs42l42_mute_stream sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x41683f7b cs42l42_readable_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x4cc75dc5 cs42l42_resume sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x689004bb cs42l42_suspend sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x6e23b778 cs42l42_resume_restore sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x6edce817 cs42l42_dai sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x75cc133a cs42l42_init sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xa4684942 cs42l42_soc_component sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xae4be5c4 cs42l42_irq_thread sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xb0508770 cs42l42_volatile_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xba2d3654 cs42l42_pll_config sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xc053efa9 cs42l42_page_range sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xe8d7b394 cs42l42_src_config sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x09351149 tasdevice_prmg_calibdata_load sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x1a949c7c tasdevice_select_cfg_blk sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x1ab9b7d9 tasdevice_select_tuningprm_cfg sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x23c94cc6 tasdevice_tuning_switch sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x2c2d92de tasdevice_config_info_remove sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x40ec23ee tasdevice_calbin_remove sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x768f48a3 tasdevice_rca_parser sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x957998f4 tas2781_load_calibration sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0xfa72134b tasdevice_dsp_parser sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0xfe3a6722 tasdevice_prmg_load sound/soc/codecs/snd-soc-tas2781-fmwlib +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x0c53ecec dw_spi_set_cs drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x4f7a9133 dw_spi_dma_setup_generic drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x7f27bbc6 dw_spi_resume_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xa49bb56d dw_spi_dma_setup_mfld drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xbadbec4a dw_spi_suspend_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xc4269fbc dw_spi_remove_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xcb15b38d dw_spi_update_config drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xd314ff61 dw_spi_add_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xf2c19d13 dw_spi_check_status drivers/spi/spi-dw +TEST_FIRMWARE EXPORT_SYMBOL_GPL 0xf02aeff0 firmware_request_builtin vmlinux +USB_STORAGE EXPORT_SYMBOL_GPL 0x0e603c8d usb_stor_disconnect drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x149d2744 usb_stor_access_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x169d083d usb_stor_Bulk_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x19d7db62 usb_stor_probe1 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x1bc3edc2 usb_stor_sense_invalidCDB drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x2167ead4 usb_stor_bulk_transfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x2bc335c2 usb_stor_bulk_transfer_sg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x4a632e66 fill_inquiry_response drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x590f3676 usb_stor_reset_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x5e75a67f usb_stor_adjust_quirks drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x7714a569 usb_stor_suspend drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x80660fdf usb_stor_pre_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x82abb4d5 usb_stor_Bulk_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x94dfddfc usb_stor_clear_halt drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x9920086f usb_stor_set_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x999f4ace usb_stor_ctrl_transfer drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x9ad584f2 usb_stor_probe2 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x9cd9d054 usb_stor_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xa571f119 usb_stor_bulk_srb drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xd64b8fb9 usb_stor_control_msg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xd78a99b9 usb_stor_CB_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xd7a26196 usb_stor_CB_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xdd2503b6 usb_stor_transparent_scsi_command drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xddfc0444 usb_stor_post_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xef61805c usb_stor_host_template_init drivers/usb/storage/usb-storage --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.master/abi/armhf/generic.compiler +++ linux-lowlatency-hwe-6.5-6.5.0/debian.master/abi/armhf/generic.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 13.2.0-4ubuntu3) 13.2.0 --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.master/abi/armhf/generic.modules +++ linux-lowlatency-hwe-6.5-6.5.0/debian.master/abi/armhf/generic.modules @@ -0,0 +1,7025 @@ +3w-9xxx +3w-sas +3w-xxxx +6lowpan +6pack +8021q +8139cp +8139too +8250_aspeed_vuart +8250_dfl +8250_dw +8250_exar +8250_men_mcb +8250_pci1xxxx +8250_pericom +8255 +8255_pci +8390 +842 +842_compress +842_decompress +88pg86x +88pm800 +88pm800-regulator +88pm805 +88pm80x +88pm80x_onkey +88pm8607 +88pm860x-ts +88pm860x_battery +88pm860x_bl +88pm860x_charger +88pm860x_onkey +9p +9pnet +9pnet_fd +9pnet_rdma +9pnet_virtio +BusLogic +a100u2w +a3d +a53-pll +a7-pll +a8293 +aacraid +aat2870-regulator +aat2870_bl +abp060mg +acard-ahci +acbel-fsg032 +acecad +acenic +acer-ec-a500 +acer_a500_battery +acp_audio_dma +act8865-regulator +act8945a +act8945a-regulator +act8945a_charger +act_bpf +act_connmark +act_csum +act_ct +act_ctinfo +act_gact +act_gate +act_ipt +act_mirred +act_mpls +act_nat +act_pedit +act_police +act_sample +act_simple +act_skbedit +act_skbmod +act_tunnel_key +act_vlan +ad2s1200 +ad2s1210 +ad2s90 +ad3552r +ad4130 +ad5064 +ad5110 +ad525x_dpot +ad525x_dpot-i2c +ad525x_dpot-spi +ad5272 +ad5360 +ad5380 +ad5398 +ad5421 +ad5446 +ad5449 +ad5504 +ad5592r +ad5592r-base +ad5593r +ad5624r_spi +ad5686 +ad5686-spi +ad5696-i2c +ad5755 +ad5758 +ad5761 +ad5764 +ad5766 +ad5770r +ad5791 +ad5820 +ad5933 +ad7091r-base +ad7091r5 +ad7124 +ad714x +ad714x-i2c +ad714x-spi +ad7150 +ad7192 +ad7266 +ad7280a +ad7291 +ad7292 +ad7293 +ad7298 +ad7303 +ad7314 +ad74115 +ad7414 +ad7418 +ad74413r +ad7476 +ad7606 +ad7606_par +ad7606_spi +ad7746 +ad7766 +ad7768-1 +ad7780 +ad7791 +ad7793 +ad7816 +ad7877 +ad7879 +ad7879-i2c +ad7879-spi +ad7887 +ad7923 +ad7949 +ad799x +ad8366 +ad8801 +ad9467 +ad9523 +ad9832 +ad9834 +ad_sigma_delta +ada4250 +adc-joystick +adc-keys +adc128d818 +adcxx +addi_apci_1032 +addi_apci_1500 +addi_apci_1516 +addi_apci_1564 +addi_apci_16xx +addi_apci_2032 +addi_apci_2200 +addi_apci_3120 +addi_apci_3501 +addi_apci_3xxx +addi_watchdog +adf4350 +adf4371 +adf4377 +adf7242 +adfs +adi +adi-axi-adc +adiantum +adin +adin1100 +adin1110 +adis16080 +adis16130 +adis16136 +adis16201 +adis16203 +adis16209 +adis16240 +adis16260 +adis16400 +adis16460 +adis16475 +adis16480 +adis_lib +adjd_s311 +adl_pci6208 +adl_pci7x3x +adl_pci8164 +adl_pci9111 +adl_pci9118 +adm1025 +adm1026 +adm1029 +adm1031 +adm1177 +adm1266 +adm1275 +adm8211 +adm9240 +admv1013 +admv4420 +adp1653 +adp5061 +adp5520-keys +adp5520_bl +adp5588-keys +adp5589-keys +adp8860_bl +adp8870_bl +adq12b +adrf6780 +ads7828 +ads7846 +ads7871 +adt7310 +adt7316 +adt7316-i2c +adt7316-spi +adt7410 +adt7411 +adt7462 +adt7470 +adt7475 +adt7x10 +adummy +adutux +adux1020 +adv7170 +adv7175 +adv7180 +adv7183 +adv7343 +adv7393 +adv748x +adv7511 +adv7604 +adv7842 +adv_pci1710 +adv_pci1720 +adv_pci1723 +adv_pci1724 +adv_pci1760 +adv_pci_dio +advansys +adxl313_core +adxl313_i2c +adxl313_spi +adxl34x +adxl34x-i2c +adxl34x-spi +adxl355_core +adxl355_i2c +adxl355_spi +adxl367 +adxl367_i2c +adxl367_spi +adxl372 +adxl372_i2c +adxl372_spi +adxrs290 +adxrs450 +aegis128 +aes-arm +aes-arm-bs +aes-arm-ce +aes_ti +af9013 +af9033 +af_alg +af_key +af_packet_diag +afe4403 +afe4404 +affs +afs +ah4 +ah6 +ahci +ahci_ceva +ahci_dm816 +ahci_dwc +ahci_mtk +ahci_mvebu +ahci_tegra +aht10 +aic79xx +aic7xxx +aic94xx +aio_aio12_8 +aio_iiro_16 +aiptek +aircable +airo +airspy +ak7375 +ak881x +ak8974 +ak8975 +al3010 +al3320a +alcor +alcor_pci +algif_aead +algif_hash +algif_rng +algif_skcipher +alim7101_wdt +altera-ci +altera-cvp +altera-fpga2sdram +altera-freeze-bridge +altera-hps2fpga +altera-msgdma +altera-pr-ip-core +altera-pr-ip-core-plat +altera-ps-spi +altera-stapl +altera_jtaguart +altera_ps2 +altera_tse +altera_uart +alx +am2315 +am53c974 +amba-clcd +amba-pl010 +ambakmi +amc6821 +amd +amd5536udc_pci +amd8111e +amdgpu +amdxcp +amlogic-gxl-crypto +amlogic_thermal +amphion-vpu +amplc_dio200 +amplc_dio200_common +amplc_dio200_pci +amplc_pc236 +amplc_pc236_common +amplc_pc263 +amplc_pci224 +amplc_pci230 +amplc_pci236 +amplc_pci263 +ams-iaq-core +ams369fg06 +amt +analog +analogix-anx6345 +analogix-anx78xx +analogix_dp +anatop-regulator +ansi_cprng +anx7411 +anx7625 +anybuss_core +ao-cec +ao-cec-g12a +aoe +apbps2 +apcs-msm8916 +apcs-sdx55 +apds9300 +apds9802als +apds990x +apds9960 +apple-mfi-fastcharge +appledisplay +appletalk +appletouch +applicom +apr +apss-ipq-pll +apss-ipq6018 +aptina-pll +aqc111 +aquacomputer_d5next +aquantia +ar0521 +ar1021_i2c +ar5523 +ar7part +ar9331 +arasan-nand-controller +arc-rawmode +arc-rimi +arc_emac +arc_ps2 +arc_uart +arcmsr +arcnet +arcpgu +arcx-anybus +arcxcnn_bl +aria_generic +arizona +arizona-haptics +arizona-i2c +arizona-ldo1 +arizona-micsupp +arizona-spi +ark3116 +arkfb +arm_mhu +arm_mhu_db +arm_mhuv2 +arm_scmi_powercap +arm_scpi +arm_smc_wdt +arm_smccc_trng +armada +armada-37xx-cpufreq +armada-37xx-rwtm-mailbox +armada-8k-cpufreq +armada_37xx_wdt +arp_tables +arpt_mangle +arptable_filter +artpec6_crypto +as102_fe +as370-hwmon +as3711-regulator +as3711_bl +as3722-regulator +as3935 +as5011 +as73211 +asc7621 +ascot2e +asix +aspeed-acry +aspeed-lpc-ctrl +aspeed-lpc-snoop +aspeed-p2a-ctrl +aspeed-pwm-tacho +aspeed-uart-routing +aspeed-vhub +aspeed-video +aspeed_adc +aspeed_crypto +aspeed_edac +aspeed_gfx +aspeed_udc +ast +ast2600-i3c-master +async_memcpy +async_pq +async_raid6_recov +async_tx +async_xor +at24 +at25 +at76c50x-usb +at803x +at86rf230 +ata_generic +ata_piix +atbm8830 +atc260x-core +atc260x-i2c +atc260x-onkey +atc260x-poweroff +atc260x-regulator +aten +ath +ath10k_core +ath10k_pci +ath10k_sdio +ath10k_snoc +ath10k_usb +ath11k +ath11k_ahb +ath11k_pci +ath12k +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ath9k_pci_owl_loader +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atlantic +atlas-ezo-sensor +atlas-sensor +atm +atmel +atmel-ecc +atmel-flexcom +atmel-hlcdc +atmel-hlcdc-dc +atmel-i2c +atmel-sha204a +atmel_captouch +atmel_mxt_ts +atmel_pci +atmtcp +atp870u +atusb +atxp1 +aty128fb +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +auo-pixcir-ts +auth_rpcgss +authenc +authencesn +autofs4 +auxadc_thermal +avmfritz +ax25 +ax88179_178a +ax88796 +ax88796b +ax88796c +axi-fan-control +axis-fifo +axp20x +axp20x-i2c +axp20x-pek +axp20x-regulator +axp20x_ac_power +axp20x_adc +axp20x_battery +axp20x_usb_power +axp288_adc +b2c2-flexcop +b2c2-flexcop-pci +b2c2-flexcop-usb +b43 +b43legacy +b44 +b53_common +b53_mdio +b53_mmap +b53_serdes +b53_spi +b53_srab +bL_switcher_dummy_if +ba431-rng +bam_dma +bareudp +batman-adv +baycom_epp +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bcache +bcm-keypad +bcm-phy-lib +bcm-phy-ptp +bcm-sf2 +bcm203x +bcm3510 +bcm47xxsflash +bcm54140 +bcm590xx +bcm590xx-regulator +bcm5974 +bcm63138_nand +bcm6368_nand +bcm7xxx +bcm87xx +bcm_vk +bcma +bcma-hcd +bcmsysport +bd6107 +bd71815-regulator +bd71828-regulator +bd718x7-regulator +bd9571mwv +bd9571mwv-regulator +bd9576-regulator +bd9576_wdt +bd99954-charger +bdc +be2iscsi +be2net +befs +bel-pfe +belkin_sa +berlin2-adc +bfa +bfq +bfs +bfusb +bh1750 +bh1770glc +bh1780 +binder_linux +binfmt_misc +blake2b-neon +blake2b_generic +block2mtd +blocklayoutdriver +blowfish_common +blowfish_generic +bluetooth +bluetooth_6lowpan +bma150 +bma220_spi +bma400_core +bma400_i2c +bma400_spi +bmc150-accel-core +bmc150-accel-i2c +bmc150-accel-spi +bmc150_magn +bmc150_magn_i2c +bmc150_magn_spi +bme680_core +bme680_i2c +bme680_spi +bmg160_core +bmg160_i2c +bmg160_spi +bmi088-accel-core +bmi088-accel-spi +bmi160_core +bmi160_i2c +bmi160_spi +bmp280 +bmp280-i2c +bmp280-spi +bna +bnep +bno055 +bno055_i2c +bno055_ser +bnx2 +bnx2fc +bnx2i +bnx2x +bnxt_en +bochs +bonding +bpa-rs600 +bpa10x +bpck +bpck6 +bpfilter +bpqether +bq2415x_charger +bq24190_charger +bq24257_charger +bq24735-charger +bq2515x_charger +bq256xx_charger +bq25890_charger +bq25980_charger +bq27xxx_battery +bq27xxx_battery_hdq +bq27xxx_battery_i2c +br2684 +br_netfilter +brcmfmac +brcmfmac-bca +brcmfmac-cyw +brcmfmac-wcc +brcmnand +brcmsmac +brcmstb_nand +brcmutil +brd +bridge +broadcom +bsd_comp +bt-bmc +bt819 +bt856 +bt866 +bt878 +btbcm +btcoexist +btintel +btmrvl +btmrvl_sdio +btmtk +btmtksdio +btmtkuart +btnxpuart +btqca +btqcomsmd +btrfs +btrsi +btrtl +btsdio +bttv +btusb +bu21013_ts +bu21029_ts +budget +budget-av +budget-ci +budget-core +budget-patch +c67x00 +c6xdigio +c_can +c_can_pci +c_can_platform +ca8210 +caam +caam_jr +caamalg_desc +caamhash_desc +cachefiles +cadence-nand-controller +cadence_wdt +cafe_ccic +cafe_nand +caif +caif_serial +caif_socket +caif_usb +caif_virtio +camellia_generic +can +can-bcm +can-dev +can-gw +can-isotp +can-j1939 +can-raw +can327 +cap11xx +capmode +capsule-loader +carl9170 +carminefb +cassini +cast5_generic +cast6_generic +cast_common +catc +cb710 +cb710-mmc +cb_pcidas +cb_pcidas64 +cb_pcidda +cb_pcimdas +cb_pcimdda +cc10001_adc +cc2520 +cc770 +cc770_isa +cc770_platform +ccm +ccree +ccs +ccs-pll +ccs811 +cctrng +cdc-acm +cdc-phonet +cdc-wdm +cdc_eem +cdc_ether +cdc_mbim +cdc_ncm +cdc_subset +cdns-csi2rx +cdns-csi2tx +cdns-dphy +cdns-dphy-rx +cdns-dsi +cdns-mhdp8546 +cdns-pltfrm +cdns-usb-common +cdns3 +cdns3-imx +cec +ceph +cfb +cfg80211 +cfi_cmdset_0001 +cfi_cmdset_0002 +cfi_cmdset_0020 +cfi_probe +cfi_util +ch +ch341 +ch7006 +ch7322 +ch9200 +ch_ipsec +ch_ktls +chacha-neon +chacha20poly1305 +chacha_generic +chaoskey +charlcd +chcr +chipone-icn6211 +chipone_icn8318 +chnl_net +chrontel-ch7033 +chv3-i2s +ci_hdrc +ci_hdrc_imx +ci_hdrc_msm +ci_hdrc_pci +ci_hdrc_tegra +ci_hdrc_usb2 +cicada +cifs +cifs_arc4 +cifs_md4 +cirrus +cirrusfb +clip +clk-axi-clkgen +clk-bd718x7 +clk-cdce706 +clk-cdce925 +clk-cs2000-cp +clk-hi3519 +clk-hi655x +clk-imx8ulp +clk-imx93 +clk-lmk04832 +clk-lochnagar +clk-max77686 +clk-max9485 +clk-mt6795-apmixedsys +clk-mt6795-infracfg +clk-mt6795-mfg +clk-mt6795-mm +clk-mt6795-pericfg +clk-mt6795-topckgen +clk-mt6795-vdecsys +clk-mt6795-vencsys +clk-mt7981-eth +clk-mt8365 +clk-mt8365-apmixedsys +clk-mt8365-apu +clk-mt8365-cam +clk-mt8365-mfg +clk-mt8365-mm +clk-mt8365-vdec +clk-mt8365-venc +clk-palmas +clk-pwm +clk-qcom +clk-renesas-pcie +clk-rk808 +clk-rpm +clk-rpmh +clk-s2mps11 +clk-scmi +clk-scpi +clk-si514 +clk-si521xx +clk-si5341 +clk-si5351 +clk-si544 +clk-si570 +clk-smd-rpm +clk-sp7021 +clk-spmi-pmic-div +clk-twl6040 +clk-versaclock5 +clk-versaclock7 +clk-wm831x +clk-xlnx-clock-wizard +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_flower +cls_fw +cls_matchall +cls_route +cls_u32 +cm109 +cm32181 +cm3232 +cm3323 +cm3605 +cm36651 +cma3000_d0x +cma3000_d0x_i2c +cmac +cmtp +cnic +cobra +coda +coda-vpu +colibri-vf50-ts +com20020 +com20020-pci +com90io +com90xx +comedi +comedi_8254 +comedi_8255 +comedi_bond +comedi_example_test +comedi_parport +comedi_pci +comedi_test +comedi_usb +comm +contec_pci_dio +cordic +core +corsair-cpro +corsair-psu +cortina +counter +cp210x +cpcap-adc +cpcap-battery +cpcap-charger +cpcap-pwrbutton +cpcap-regulator +cppi41 +cpr +cramfs +crc-itu-t +crc32-arm-ce +crc32_generic +crc4 +crc7 +crct10dif-arm-ce +crg-hi3516cv300 +crg-hi3798cv200 +cros-ec-anx7688 +cros-ec-cec +cros-ec-regulator +cros-ec-sensorhub +cros-ec-typec +cros_ec +cros_ec_accel_legacy +cros_ec_baro +cros_ec_chardev +cros_ec_debugfs +cros_ec_dev +cros_ec_i2c +cros_ec_keyb +cros_ec_lid_angle +cros_ec_light_prox +cros_ec_lightbar +cros_ec_mkbp_proximity +cros_ec_rpmsg +cros_ec_sensors +cros_ec_sensors_core +cros_ec_spi +cros_ec_sysfs +cros_ec_vbc +cros_hps_i2c +cros_kbd_led_backlight +cros_peripheral_charger +cros_usbpd-charger +cros_usbpd_logger +cros_usbpd_notify +cryptd +crypto_engine +crypto_safexcel +crypto_simd +crypto_user +cs3308 +cs5345 +cs53l32a +cs89x0 +cs_dsp +csiostor +ctucanfd +ctucanfd_pci +ctucanfd_platform +curve25519-generic +curve25519-neon +cuse +cw1200_core +cw1200_wlan_sdio +cw1200_wlan_spi +cw2015_battery +cx18 +cx18-alsa +cx22700 +cx22702 +cx231xx +cx231xx-alsa +cx231xx-dvb +cx2341x +cx23885 +cx24110 +cx24113 +cx24116 +cx24117 +cx24120 +cx24123 +cx25821 +cx25821-alsa +cx25840 +cx82310_eth +cx88-alsa +cx88-blackbird +cx88-dvb +cx88-vp3054-i2c +cx8800 +cx8802 +cx88xx +cxacru +cxd2099 +cxd2820r +cxd2841er +cxd2880 +cxd2880-spi +cxgb +cxgb3 +cxgb3i +cxgb4 +cxgb4i +cxgb4vf +cxgbit +cxl_core +cxl_mem +cxl_pci +cxl_pmem +cxl_pmu +cxl_port +cy8ctma140 +cy8ctmg110_ts +cyapatp +cyber2000fb +cyberjack +cypress-sf +cypress_cy7c63 +cypress_firmware +cypress_m8 +cytherm +cyttsp4_core +cyttsp4_i2c +cyttsp4_spi +cyttsp5 +cyttsp_core +cyttsp_i2c +cyttsp_i2c_common +cyttsp_spi +da280 +da311 +da7280 +da9030_battery +da9034-ts +da903x-regulator +da903x_bl +da9052-battery +da9052-hwmon +da9052-regulator +da9052_bl +da9052_onkey +da9052_tsi +da9052_wdt +da9055-hwmon +da9055-regulator +da9055_onkey +da9055_wdt +da9062-core +da9062-regulator +da9062-thermal +da9062_wdt +da9063-regulator +da9063_onkey +da9063_wdt +da9121-regulator +da9150-charger +da9150-core +da9150-fg +da9150-gpadc +da9210-regulator +da9211-regulator +dac02 +daqboard2000 +das08 +das08_isa +das08_pci +das16 +das16m1 +das1800 +das6402 +das800 +davicom +dax_cxl +db9 +dc395x +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +ddbridge +ddbridge-dummy-fe +de2104x +defxx +delta-ahe50dc-fan +denali +denali_dt +denali_pci +des_generic +designware_i2s +device_dax +dfl +dfl-afu +dfl-emif +dfl-fme +dfl-fme-br +dfl-fme-mgr +dfl-fme-region +dfl-n3000-nios +dfl-pci +dht11 +diag +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dib9000 +dibx000_common +digi_acceleport +digicolor-usart +diskonchip +dispcc-qcm2290 +display-connector +dl2k +dlhl60d +dlink-dir685-touchkeys +dlm +dln2 +dln2-adc +dm-bio-prison +dm-bufio +dm-cache +dm-cache-smq +dm-clone +dm-crypt +dm-delay +dm-era +dm-flakey +dm-historical-service-time +dm-integrity +dm-io-affinity +dm-log +dm-log-userspace +dm-log-writes +dm-mirror +dm-multipath +dm-persistent-data +dm-queue-length +dm-raid +dm-region-hash +dm-round-robin +dm-service-time +dm-snapshot +dm-switch +dm-thin-pool +dm-unstripe +dm-verity +dm-writecache +dm-zero +dm-zoned +dm1105 +dm9000 +dm9051 +dm9601 +dma-axi-dmac +dmard06 +dmard09 +dmard10 +dme1737 +dmfe +dmi-sysfs +dmm32at +dmx3191d +dnet +dove_thermal +dp83640 +dp83822 +dp83848 +dp83867 +dp83869 +dp83tc811 +dp83td510 +dpot-dac +dps310 +dps920ab +drbd +drivetemp +drm +drm_buddy +drm_display_helper +drm_dma_helper +drm_dp_aux_bus +drm_kms_helper +drm_mipi_dbi +drm_shmem_helper +drm_suballoc_helper +drm_ttm_helper +drm_vram_helper +drv260x +drv2665 +drv2667 +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1803 +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds4424 +ds620 +dsa_core +dsbr100 +dst +dst_ca +dstr +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt282x +dt3000 +dt3155 +dt9812 +dtpm +dummy +dummy-irq +dummy_stm +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-ttpci +dvb-ttusb-budget +dvb-usb +dvb-usb-a800 +dvb-usb-af9005 +dvb-usb-af9005-remote +dvb-usb-af9015 +dvb-usb-af9035 +dvb-usb-anysee +dvb-usb-au6610 +dvb-usb-az6007 +dvb-usb-az6027 +dvb-usb-ce6230 +dvb-usb-cinergyT2 +dvb-usb-cxusb +dvb-usb-dib0700 +dvb-usb-dibusb-common +dvb-usb-dibusb-mb +dvb-usb-dibusb-mc +dvb-usb-dibusb-mc-common +dvb-usb-digitv +dvb-usb-dtt200u +dvb-usb-dtv5100 +dvb-usb-dvbsky +dvb-usb-dw2102 +dvb-usb-ec168 +dvb-usb-gl861 +dvb-usb-gp8psk +dvb-usb-lmedm04 +dvb-usb-m920x +dvb-usb-mxl111sf +dvb-usb-nova-t-usb2 +dvb-usb-opera +dvb-usb-pctv452e +dvb-usb-rtl28xxu +dvb-usb-technisat-usb2 +dvb-usb-ttusb2 +dvb-usb-umt-010 +dvb-usb-vp702x +dvb-usb-vp7045 +dvb_dummy_fe +dvb_usb_v2 +dw-axi-dmac-platform +dw-edma +dw-edma-pcie +dw-hdmi +dw-hdmi-ahb-audio +dw-hdmi-cec +dw-hdmi-gp-audio +dw-hdmi-i2s-audio +dw-i3c-master +dw-mipi-dsi +dw-xdata-pcie +dw100 +dw9714 +dw9768 +dw9807-vcm +dw_dmac +dw_dmac_core +dw_dmac_pci +dw_hdmi-imx +dw_mmc +dw_mmc-bluefield +dw_mmc-exynos +dw_mmc-hi3798cv200 +dw_mmc-k3 +dw_mmc-pci +dw_mmc-pltfm +dw_mmc-rockchip +dw_wdt +dwc-xlgmac +dwc2_pci +dwc3 +dwc3-haps +dwc3-meson-g12a +dwc3-of-simple +dwc3-omap +dwc3-qcom +dwmac-altr-socfpga +dwmac-dwc-qos-eth +dwmac-generic +dwmac-imx +dwmac-intel-plat +dwmac-ipq806x +dwmac-loongson +dwmac-mediatek +dwmac-meson +dwmac-meson8b +dwmac-qcom-ethqos +dwmac-rk +dwmac-tegra +dyna_pci10xx +dynapro +e100 +e1000 +e1000e +e3x0-button +e4000 +earth-pt1 +earth-pt3 +ebt_802_3 +ebt_among +ebt_arp +ebt_arpreply +ebt_dnat +ebt_ip +ebt_ip6 +ebt_limit +ebt_log +ebt_mark +ebt_mark_m +ebt_nflog +ebt_pkttype +ebt_redirect +ebt_snat +ebt_stp +ebt_vlan +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +ec100 +ecc +ecc-mtk +ecdh_generic +ecdsa_generic +echainiv +echo +ecrdsa_generic +edt-ft5x06 +ee1004 +eeprom +eeprom_93cx6 +eeprom_93xx46 +eeti_ts +efct +efi-pstore +efi_test +efibc +efs +egalax_ts +egalax_ts_serial +ehci-fsl +ehci-npcm7xx +ehci-omap +ehci-platform +ehset +ektf2127 +elan_i2c +elants_i2c +elo +em28xx +em28xx-alsa +em28xx-dvb +em28xx-rc +em28xx-v4l +em_canid +em_cmp +em_ipset +em_ipt +em_meta +em_nbyte +em_text +em_u32 +emac_rockchip +emc1403 +emc2103 +emc2305 +emc6w201 +emi26 +emi62 +emif +empeg +ems_pci +ems_usb +emu10k1-gp +ena +enc28j60 +enclosure +encx24j600 +encx24j600-regmap +eni +enic +envelope-detector +epat +epia +epic100 +eql +erofs +error +esas2r +esd_usb +esp4 +esp4_offload +esp6 +esp6_offload +esp_scsi +essiv +et1011c +et131x +et8ek8 +etas_es58x +ethoc +etnaviv +evbug +exc3000 +exfat +extcon-adc-jack +extcon-fsa9480 +extcon-gpio +extcon-max14577 +extcon-max3355 +extcon-max77693 +extcon-max77843 +extcon-max8997 +extcon-palmas +extcon-ptn5150 +extcon-qcom-spmi-misc +extcon-rt8973a +extcon-sm5502 +extcon-usb-gpio +extcon-usbc-cros-ec +extcon-usbc-tusb320 +exynosdrm +ezusb +f2fs +f71805f +f71882fg +f75375s +f81232 +f81534 +f81601 +f81604 +fakelb +fan53555 +fan53880 +farsync +fastrpc +faulty +fb_agm1264k-fl +fb_bd663474 +fb_ddc +fb_hx8340bn +fb_hx8347d +fb_hx8353d +fb_hx8357d +fb_ili9163 +fb_ili9320 +fb_ili9325 +fb_ili9340 +fb_ili9341 +fb_ili9481 +fb_ili9486 +fb_pcd8544 +fb_ra8875 +fb_s6d02a1 +fb_s6d1121 +fb_seps525 +fb_sh1106 +fb_ssd1289 +fb_ssd1305 +fb_ssd1306 +fb_ssd1325 +fb_ssd1331 +fb_ssd1351 +fb_st7735r +fb_st7789v +fb_tinylcd +fb_tls8204 +fb_uc1611 +fb_uc1701 +fb_upd161704 +fbtft +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fdomain_pci +fdp +fdp_i2c +fealnx +ff-memless +fieldbus_dev +firedtv +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +fit2 +fit3 +fl512 +flexcan +fm10k +fm801-gp +fm_drv +forcedeth +fore_200e +fou +fou6 +fpga-bridge +fpga-mgr +fpga-region +freevxfs +friq +frpw +fsa4480 +fscache +fsi-core +fsi-master-aspeed +fsi-master-ast-cf +fsi-master-gpio +fsi-master-hub +fsi-occ +fsi-sbefifo +fsi-scom +fsia6b +fsl-dcu-drm +fsl-edma +fsl-edma-common +fsl-enetc +fsl-enetc-core +fsl-enetc-ierb +fsl-enetc-mdio +fsl-enetc-ptp +fsl-enetc-vf +fsl-ldb +fsl-mph-dr-of +fsl-qdma +fsl_imx8_ddr_perf +fsl_imx9_ddr_perf +fsl_linflexuart +fsl_lpuart +fsl_pq_mdio +fsl_ucc_hdlc +fsp-3y +ftdi_sio +ftgmac100 +ftl +ftmac100 +ftsteutates +ftwdt010_wdt +fujitsu_ts +funcore +funeth +fusb302 +fxas21002c_core +fxas21002c_i2c +fxas21002c_spi +fxls8962af-core +fxls8962af-i2c +fxls8962af-spi +fxos8700_core +fxos8700_i2c +fxos8700_spi +g450_pll +g760a +g762 +g_acm_ms +g_audio +g_cdc +g_dbgp +g_ether +g_ffs +g_hid +g_mass_storage +g_midi +g_ncm +g_nokia +g_printer +g_serial +g_webcam +g_zero +gadgetfs +gamecon +gameport +garmin_gps +garp +gateworks-gsc +gb-audio-apbridgea +gb-audio-codec +gb-audio-gb +gb-audio-manager +gb-audio-module +gb-bootrom +gb-es2 +gb-firmware +gb-gbphy +gb-gpio +gb-hid +gb-i2c +gb-light +gb-log +gb-loopback +gb-power-supply +gb-pwm +gb-raw +gb-sdio +gb-spi +gb-spilib +gb-uart +gb-usb +gb-vibrator +gcc-apq8084 +gcc-ipq4019 +gcc-ipq6018 +gcc-ipq806x +gcc-ipq8074 +gcc-ipq9574 +gcc-mdm9607 +gcc-mdm9615 +gcc-msm8660 +gcc-msm8909 +gcc-msm8916 +gcc-msm8939 +gcc-msm8953 +gcc-msm8960 +gcc-msm8974 +gcc-msm8976 +gcc-msm8994 +gcc-msm8996 +gcc-msm8998 +gcc-qcm2290 +gcc-qcs404 +gcc-qdu1000 +gcc-sa8775p +gcc-sdx55 +gcc-sdx65 +gcc-sdx75 +gcc-sm7150 +gdmtty +gdmulte +ge2d +gemini +gen_probe +generic +generic-adc-battery +genet +geneve +gf2k +gfs2 +ghash-arm-ce +gianfar_driver +gl518sm +gl520sm +gl620a +gluebi +gm12u320 +gnss +gnss-mtk +gnss-serial +gnss-sirf +gnss-ubx +gnss-usb +go7007 +go7007-loader +go7007-usb +goku_udc +goldfish_battery +goodix_ts +gp2ap002 +gp2ap020a00f +gp8psk-fe +gpi +gpio +gpio-74x164 +gpio-74xx-mmio +gpio-adnp +gpio-adp5520 +gpio-aggregator +gpio-altera +gpio-altera-a10sr +gpio-amd-fch +gpio-arizona +gpio-aspeed +gpio-bd71815 +gpio-bd71828 +gpio-bd9571mwv +gpio-beeper +gpio-cadence +gpio-charger +gpio-da9052 +gpio-da9055 +gpio-dln2 +gpio-dwapb +gpio-en7523 +gpio-exar +gpio-fan +gpio-fxl6408 +gpio-grgpio +gpio-gw-pld +gpio-hlwd +gpio-idio-16 +gpio-ir-recv +gpio-ir-tx +gpio-janz-ttl +gpio-kempld +gpio-latch +gpio-logicvc +gpio-lp3943 +gpio-lp873x +gpio-lp87565 +gpio-madera +gpio-max3191x +gpio-max7300 +gpio-max7301 +gpio-max730x +gpio-max732x +gpio-max77620 +gpio-max77650 +gpio-mb86s7x +gpio-mc33880 +gpio-menz127 +gpio-moxtet +gpio-pca953x +gpio-pca9570 +gpio-pcf857x +gpio-pci-idio-16 +gpio-pcie-idio-24 +gpio-pisosr +gpio-rcar +gpio-rdc321x +gpio-regmap +gpio-regulator +gpio-rockchip +gpio-sbu-mux +gpio-sim +gpio-siox +gpio-syscon +gpio-tpic2810 +gpio-tps65086 +gpio-tps65218 +gpio-tps65219 +gpio-tps65912 +gpio-ts4800 +gpio-ts4900 +gpio-vibra +gpio-viperboard +gpio-virtio +gpio-wcd934x +gpio-wm831x +gpio-wm8350 +gpio-wm8994 +gpio-xra1403 +gpio_backlight +gpio_decoder +gpio_keys +gpio_keys_polled +gpio_mouse +gpio_wdt +gpmi-nand +gpu-sched +gpucc-msm8998 +gpucc-sa8775p +gr_udc +grace +grcan +gre +greybus +grip +grip_mp +gs1662 +gs_usb +gsc-hwmon +gsc_hpdi +gspca_benq +gspca_conex +gspca_cpia1 +gspca_dtcs033 +gspca_etoms +gspca_finepix +gspca_gl860 +gspca_jeilinj +gspca_jl2005bcd +gspca_kinect +gspca_konica +gspca_m5602 +gspca_main +gspca_mars +gspca_mr97310a +gspca_nw80x +gspca_ov519 +gspca_ov534 +gspca_ov534_9 +gspca_pac207 +gspca_pac7302 +gspca_pac7311 +gspca_se401 +gspca_sn9c2028 +gspca_sn9c20x +gspca_sonixb +gspca_sonixj +gspca_spca1528 +gspca_spca500 +gspca_spca501 +gspca_spca505 +gspca_spca506 +gspca_spca508 +gspca_spca561 +gspca_sq905 +gspca_sq905c +gspca_sq930x +gspca_stk014 +gspca_stk1135 +gspca_stv0680 +gspca_stv06xx +gspca_sunplus +gspca_t613 +gspca_topro +gspca_touptek +gspca_tv8532 +gspca_vc032x +gspca_vicam +gspca_xirlink_cit +gspca_zc3xx +gtp +gud +guillemot +gunze +gve +gxp-fan-ctrl +gxp-wdt +hackrf +hamachi +hampshire +hantro-vpu +hanwang +hci +hci_bcm4377 +hci_nokia +hci_uart +hci_vhci +hclge +hclgevf +hctr2 +hd3ss3220 +hd44780 +hd44780_common +hdc100x +hdc2010 +hdlc +hdlc_cisco +hdlc_fr +hdlc_ppp +hdlc_raw +hdlc_raw_eth +hdlc_x25 +hdlcd +hdlcdrv +hdma +hdma_mgmt +hdpvr +he +helene +hellcreek_sw +hexium_gemini +hexium_orion +hfcmulti +hfcpci +hfcsusb +hfpll +hfs +hfsplus +hi311x +hi3660-mailbox +hi556 +hi6210-i2s +hi6220-mailbox +hi6220_reset +hi6421-pmic-core +hi6421-regulator +hi6421-spmi-pmic +hi6421v530-regulator +hi6421v600-irq +hi6421v600-regulator +hi655x-pmic +hi655x-regulator +hi8435 +hi846 +hi847 +hid +hid-a4tech +hid-accutouch +hid-alps +hid-apple +hid-appleir +hid-asus +hid-aureal +hid-axff +hid-belkin +hid-betopff +hid-bigbenff +hid-cherry +hid-chicony +hid-cmedia +hid-corsair +hid-cougar +hid-cp2112 +hid-creative-sb0540 +hid-cypress +hid-dr +hid-elan +hid-elecom +hid-elo +hid-emsff +hid-evision +hid-ezkey +hid-ft260 +hid-gaff +hid-gembird +hid-generic +hid-gfrm +hid-glorious +hid-google-hammer +hid-gt683r +hid-gyration +hid-holtek-kbd +hid-holtek-mouse +hid-holtekff +hid-icade +hid-ite +hid-jabra +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-led +hid-lenovo +hid-letsketch +hid-lg-g15 +hid-logitech +hid-logitech-dj +hid-logitech-hidpp +hid-macally +hid-magicmouse +hid-maltron +hid-mcp2221 +hid-megaworld +hid-mf +hid-microsoft +hid-monterey +hid-multitouch +hid-nintendo +hid-nti +hid-ntrig +hid-nvidia-shield +hid-ortek +hid-penmount +hid-petalynx +hid-picolcd +hid-pl +hid-plantronics +hid-playstation +hid-primax +hid-prodikeys +hid-pxrc +hid-razer +hid-redragon +hid-retrode +hid-rmi +hid-roccat +hid-roccat-arvo +hid-roccat-common +hid-roccat-isku +hid-roccat-kone +hid-roccat-koneplus +hid-roccat-konepure +hid-roccat-kovaplus +hid-roccat-lua +hid-roccat-pyra +hid-roccat-ryos +hid-roccat-savu +hid-saitek +hid-samsung +hid-semitek +hid-sensor-accel-3d +hid-sensor-als +hid-sensor-custom +hid-sensor-custom-intel-hinge +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-humidity +hid-sensor-iio-common +hid-sensor-incl-3d +hid-sensor-magn-3d +hid-sensor-press +hid-sensor-prox +hid-sensor-rotation +hid-sensor-temperature +hid-sensor-trigger +hid-sigmamicro +hid-sjoy +hid-sony +hid-speedlink +hid-steam +hid-steelseries +hid-sunplus +hid-thrustmaster +hid-tivo +hid-tmff +hid-topre +hid-topseed +hid-twinhan +hid-u2fzero +hid-uclogic +hid-udraw-ps3 +hid-viewsonic +hid-vivaldi +hid-vivaldi-common +hid-vrc2 +hid-waltop +hid-wiimote +hid-xiaomi +hid-xinmo +hid-zpff +hid-zydacron +hideep +hidp +highbank-cpufreq +highbank_l2_edac +highbank_mc_edac +hih6130 +himax_hx83112b +hip04_eth +hisi-rng +hisi-sfc +hisi-spmi-controller +hisi504_nand +hisi_dma +hisi_femac +hisi_hikey_usb +hisi_powerkey +hisi_thermal +histb-rng +hix5hd2_gmac +hmc425a +hmc5843_core +hmc5843_i2c +hmc5843_spi +hmc6352 +hms-profinet +hnae +hnae3 +hns_dsaf +hns_enet_drv +hns_mdio +hopper +horus3a +host1x +hostap +hostap_pci +hostap_plx +hp03 +hp206c +hpfs +hpilo +hpsa +hptiop +hsi +hsi_char +hso +hsr +ht16k33 +hts221 +hts221_i2c +hts221_spi +htu21 +huawei_cdc_ncm +hwmon-vid +hx711 +hx8357 +hx8357d +hycon-hy46xx +hynitron_cstxxx +hyperbus-core +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-altera +i2c-amd756 +i2c-amd8111 +i2c-arb-gpio-challenge +i2c-aspeed +i2c-axxia +i2c-cbus-gpio +i2c-ccgx-ucsi +i2c-cp2615 +i2c-cros-ec-tunnel +i2c-demux-pinctrl +i2c-designware-pci +i2c-diolan-u2c +i2c-dln2 +i2c-fsi +i2c-gpio +i2c-gxp +i2c-hid +i2c-hid-of +i2c-hid-of-elan +i2c-hid-of-goodix +i2c-hix5hd2 +i2c-i801 +i2c-imx-lpi2c +i2c-isch +i2c-kempld +i2c-matroxfb +i2c-mchp-pci1xxxx +i2c-meson +i2c-mt65xx +i2c-mux +i2c-mux-gpio +i2c-mux-gpmux +i2c-mux-ltc4306 +i2c-mux-mlxcpld +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-mux-pinctrl +i2c-mux-reg +i2c-mv64xxx +i2c-nforce2 +i2c-nomadik +i2c-npcm7xx +i2c-nvidia-gpu +i2c-ocores +i2c-owl +i2c-parport +i2c-pca-platform +i2c-piix4 +i2c-pxa +i2c-qcom-cci +i2c-qcom-geni +i2c-qup +i2c-rcar +i2c-riic +i2c-rk3x +i2c-robotfuzz-osif +i2c-rzv2m +i2c-sh_mobile +i2c-simtec +i2c-sis5595 +i2c-sis630 +i2c-sis96x +i2c-slave-eeprom +i2c-smbus +i2c-stub +i2c-taos-evm +i2c-tegra +i2c-tegra-bpmp +i2c-tiny-usb +i2c-versatile +i2c-via +i2c-viapro +i2c-viperboard +i2c-virtio +i2c-xiic +i3c +i3c-master-cdns +i40e +i5k_amb +i6300esb +i740fb +iavf +ib_cm +ib_core +ib_ipoib +ib_iser +ib_isert +ib_mthca +ib_srp +ib_srpt +ib_umad +ib_uverbs +ibm-cffps +ibm-panel +ibmaem +ibmpex +icc-bcm-voter +icc-bwmon +icc-osm-l3 +icc-rpmh +icc-smd-rpm +ice +ice40-spi +icp10100 +icp_multi +icplus +ics932s401 +idma64 +idmouse +idt77252 +idt_89hpesx +idt_gen2 +idt_gen3 +idtcps +ieee802154 +ieee802154_6lowpan +ieee802154_socket +ifb +ifcvf +ife +ifi_canfd +iforce +iforce-serio +iforce-usb +igb +igbvf +igc +igorplugusb +iguanair +ii_pci20kc +iio-mux +iio-rescale +iio-trig-hrtimer +iio-trig-interrupt +iio-trig-loop +iio-trig-sysfs +iio_dummy +iio_hwmon +ila +ili210x +ili9163 +ili9225 +ili922x +ili9320 +ili9341 +ili9486 +ilitek_ts_i2c +imagis +img-ascii-lcd +img-i2s-in +img-i2s-out +img-parallel-out +img-spdif-in +img-spdif-out +imm +imon +imon_raw +impa7 +ims-pcu +imx-audio-rpmsg +imx-bus +imx-cpufreq-dt +imx-dma +imx-dsp +imx-interconnect +imx-ipu-v3 +imx-lcdc +imx-lcdif +imx-ldb +imx-ldb-helper +imx-mailbox +imx-media-common +imx-mipi-csis +imx-pcm-rpmsg +imx-pxp +imx-rngc +imx-sdma +imx-tve +imx-vdoa +imx208 +imx214 +imx219 +imx258 +imx274 +imx290 +imx296 +imx2_wdt +imx319 +imx334 +imx335 +imx355 +imx412 +imx415 +imx6-media +imx6-media-csi +imx6-mipi-csi2 +imx6q-cpufreq +imx6ul_tsc +imx7-media-csi +imx7d_adc +imx7ulp_wdt +imx8-isi +imx8m-ddrc +imx8mm-interconnect +imx8mm_thermal +imx8mn-interconnect +imx8mp-interconnect +imx8mq-interconnect +imx8mq-mipi-csi2 +imx8qm-ldb +imx8qxp-adc +imx8qxp-ldb +imx8qxp-pixel-combiner +imx8qxp-pixel-link +imx8qxp-pxl2dpi +imx93-pd +imx93-src +imx93_adc +imx_dsp_rproc +imx_keypad +imx_rproc +imx_sc_key +imx_sc_thermal +imx_sc_wdt +imx_thermal +imxdrm +imxfb +ina209 +ina238 +ina2xx +ina2xx-adc +ina3221 +industrialio +industrialio-buffer-cb +industrialio-buffer-dma +industrialio-buffer-dmaengine +industrialio-configfs +industrialio-gts-helper +industrialio-hw-consumer +industrialio-sw-device +industrialio-sw-trigger +industrialio-triggered-buffer +industrialio-triggered-event +inet_diag +inexio +inftl +initio +input-leds +inspur-ipsps +int51x1 +intel-m10-bmc-core +intel-m10-bmc-hwmon +intel-m10-bmc-pmci +intel-m10-bmc-spi +intel-nand-controller +intel-xway +intel_qat +intel_th +intel_th_gth +intel_th_msu +intel_th_msu_sink +intel_th_pci +intel_th_pti +intel_th_sth +intel_vr_nor +interact +interrupt-cnt +inv-icm42600 +inv-icm42600-i2c +inv-icm42600-spi +inv-mpu6050 +inv-mpu6050-i2c +inv-mpu6050-spi +io-domain +io_edgeport +io_ti +iommufd +iosm +iova +iowarrior +ip5xxx_power +ip6_gre +ip6_tables +ip6_tunnel +ip6_udp_tunnel +ip6_vti +ip6t_NPT +ip6t_REJECT +ip6t_SYNPROXY +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_mh +ip6t_rpfilter +ip6t_rt +ip6t_srh +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6table_security +ip_gre +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmac +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_mac +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +ip_tables +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_fo +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_mh +ip_vs_nq +ip_vs_ovf +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_twos +ip_vs_wlc +ip_vs_wrr +ip_vti +ipa +ipack +ipaq +ipcomp +ipcomp6 +iphase +ipheth +ipip +ipmb_dev_int +ipmi_devintf +ipmi_ipmb +ipmi_msghandler +ipmi_poweroff +ipmi_si +ipmi_ssif +ipmi_watchdog +ipoctal +ipr +iproc_nand +ips +ipt_ECN +ipt_REJECT +ipt_SYNPROXY +ipt_ah +ipt_rpfilter +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +iptable_security +ipvlan +ipvtap +ipw +ipw2100 +ipw2200 +iqs269a +iqs5xx +iqs620at-temp +iqs621-als +iqs624-pos +iqs626a +iqs62x +iqs62x-keys +iqs7222 +ir-hix5hd2 +ir-imon-decoder +ir-jvc-decoder +ir-kbd-i2c +ir-mce_kbd-decoder +ir-nec-decoder +ir-rc5-decoder +ir-rc6-decoder +ir-rcmm-decoder +ir-rx51 +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +ir-spi +ir-usb +ir-xmp-decoder +ir35221 +ir36021 +ir38064 +ir_toy +irdma +irps5401 +irq-imx-mu-msi +irq-madera +irq-pruss-intc +irq-qcom-mpm +irq-ts4800 +irqbypass +iscsi_boot_sysfs +iscsi_target_mod +iscsi_tcp +isdnhdlc +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl29125 +isl29501 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isl68137 +isl7998x +isl9305 +isofs +isp116x-hcd +isp1704_charger +isp1760 +it87 +it913x +itd1000 +ite-it6505 +ite-it66121 +itg3200 +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_cm +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +ix2505v +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +jh7110-crypto +jmb38x_ms +jme +joydev +joydump +jr3_pci +jsa1212 +jsm +k3dma +kafs +kalmia +kaweth +kbic +kbtab +kcm +kcomedilib +kcs_bmc +kcs_bmc_aspeed +kcs_bmc_cdev_ipmi +kcs_bmc_npcm7xx +kcs_bmc_serio +ke_counter +kempld-core +kempld_wdt +kernelcapi +keyspan +keyspan_pda +keyspan_remote +keywrap +kfifo_buf +khadas-mcu +khadas_mcu_fan +kheaders +kionix-kx022a +kionix-kx022a-i2c +kionix-kx022a-spi +kl5kusb105 +kmx61 +kobil_sct +komeda +kpss-xcc +krait-cc +ks0108 +ks0127 +ks7010 +ks8842 +ks8851_common +ks8851_par +ks8851_spi +ksmbd +ksz884x +ksz8863_smi +ksz9477_i2c +ksz_spi +ksz_switch +ktd253-backlight +ktti +ktz8866 +kvaser_pci +kvaser_pciefd +kvaser_usb +kxcjk-1013 +kxsd9 +kxsd9-i2c +kxsd9-spi +kxtj9 +kyber-iosched +kyrofb +l1oip +l2tp_core +l2tp_debugfs +l2tp_eth +l2tp_ip +l2tp_ip6 +l2tp_netlink +l2tp_ppp +l4f00242t03 +l64781 +lan743x +lan78xx +lan9303-core +lan9303_i2c +lan9303_mdio +lan966x-switch +lan966x_serdes +lanai +lantiq_gswip +lapb +lapbether +lattice-ecp3-config +lattice-sysconfig +lattice-sysconfig-spi +lcc-ipq806x +lcc-mdm9615 +lcc-msm8960 +lcd +lcd2s +ldusb +lec +led-class-flash +led-class-multicolor +led_bl +leds-88pm860x +leds-aat1290 +leds-acer-a500 +leds-adp5520 +leds-an30259a +leds-as3645a +leds-aw200xx +leds-aw2013 +leds-bcm6328 +leds-bcm6358 +leds-bd2606mvv +leds-bd2802 +leds-blinkm +leds-cpcap +leds-cr0014114 +leds-da903x +leds-da9052 +leds-dac124s085 +leds-el15203000 +leds-gpio +leds-is31fl319x +leds-is31fl32xx +leds-ktd2692 +leds-lm3530 +leds-lm3532 +leds-lm3533 +leds-lm355x +leds-lm3601x +leds-lm36274 +leds-lm3642 +leds-lm3692x +leds-lm3697 +leds-lp3944 +leds-lp3952 +leds-lp50xx +leds-lp5521 +leds-lp5523 +leds-lp5562 +leds-lp55xx-common +leds-lp8501 +leds-lp8788 +leds-lp8860 +leds-lt3593 +leds-max77650 +leds-max77693 +leds-max8997 +leds-mc13783 +leds-menf21bmc +leds-mlxreg +leds-mt6323 +leds-mt6360 +leds-mt6370-flash +leds-mt6370-rgb +leds-ns2 +leds-pca9532 +leds-pca955x +leds-pca963x +leds-pm8058 +leds-pwm +leds-pwm-multicolor +leds-qcom-flash +leds-qcom-lpg +leds-regulator +leds-rt4505 +leds-rt8515 +leds-sgm3140 +leds-spi-byte +leds-tca6507 +leds-ti-lmu-common +leds-tlc591xx +leds-tps6105x +leds-turris-omnia +leds-wm831x-status +leds-wm8350 +ledtrig-activity +ledtrig-audio +ledtrig-backlight +ledtrig-camera +ledtrig-default-on +ledtrig-heartbeat +ledtrig-netdev +ledtrig-oneshot +ledtrig-pattern +ledtrig-timer +ledtrig-transient +ledtrig-tty +ledtrig-usbport +legousbtower +lg-vl600 +lg2160 +lgdt3305 +lgdt3306a +lgdt330x +lgs8gl5 +lgs8gxx +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libarc4 +libceph +libchacha +libchacha20poly1305 +libcomposite +libcrc32c +libcurve25519 +libcurve25519-generic +libcxgb +libcxgbi +libdes +libertas +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libpoly1305 +libsas +libwx +lightning +lima +line-display +lineage-pem +linear +linkstation-poweroff +lis3lv02d +lis3lv02d_i2c +lis3lv02d_spi +liteuart +litex_liteeth +litex_mmc +litex_soc_ctrl +lkkbd +ll_temac +llc +llc2 +llcc-qcom +lm25066 +lm3533-als +lm3533-core +lm3533-ctrlbank +lm3533_bl +lm3560 +lm3630a_bl +lm3639_bl +lm363x-regulator +lm3646 +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95234 +lm95241 +lm95245 +lmh +lmp91000 +lms283gf05 +lms501kf03 +lnbh25 +lnbh29 +lnbp21 +lnbp22 +lochnagar-hwmon +lochnagar-regulator +lockd +logicvc-drm +lontium-lt8912b +lontium-lt9211 +lontium-lt9611 +lontium-lt9611uxc +lp +lp3943 +lp3971 +lp3972 +lp855x_bl +lp8727_charger +lp872x +lp873x +lp873x-regulator +lp8755 +lp87565 +lp87565-regulator +lp8788-buck +lp8788-charger +lp8788-ldo +lp8788_adc +lp8788_bl +lpc_ich +lpc_sch +lpddr2_nvm +lpddr_cmds +lpfc +lru_cache +lrw +lt3651-charger +lt7182s +ltc1660 +ltc2471 +ltc2485 +ltc2496 +ltc2497 +ltc2497-core +ltc2632 +ltc2688 +ltc2941-battery-gauge +ltc2945 +ltc2947-core +ltc2947-i2c +ltc2947-spi +ltc2978 +ltc2983 +ltc2990 +ltc2992 +ltc3589 +ltc3676 +ltc3815 +ltc4151 +ltc4162-l-charger +ltc4215 +ltc4222 +ltc4245 +ltc4260 +ltc4261 +ltr501 +ltrf216a +ltv350qv +lv0104cs +lv5207lp +lvds-codec +lvstest +lvts_thermal +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m2m-deinterlace +m52790 +m62332 +m88ds3103 +m88rs2000 +m88rs6000t +mISDN_core +mISDN_dsp +mISDNinfineon +mISDNipac +mISDNisar +m_can +m_can_pci +m_can_platform +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac-iceland +mac-inuit +mac-roman +mac-romanian +mac-turkish +mac80211 +mac80211_hwsim +mac802154 +mac802154_hwsim +macb +macb_pci +machxo2-spi +macmodes +macsec +macvlan +macvtap +madera +madera-i2c +madera-spi +mag3110 +magellan +mailbox-altera +mailbox-test +mali-dp +mantis +mantis_core +map_absent +map_ram +map_rom +marvell +marvell-88x2222 +marvell-cesa +marvell10g +marvell_nand +matrix-keymap +matrix_keypad +matrox_w1 +matroxfb_DAC1064 +matroxfb_Ti3026 +matroxfb_accel +matroxfb_base +matroxfb_crtc2 +matroxfb_g450 +matroxfb_maven +matroxfb_misc +max1027 +max11100 +max1111 +max1118 +max11205 +max11410 +max11801_ts +max1241 +max127 +max1363 +max14577-regulator +max14577_charger +max14656_charger_detector +max15301 +max1586 +max16064 +max16065 +max1619 +max16601 +max1668 +max17040_battery +max17042_battery +max1721x_battery +max197 +max20086-regulator +max20411-regulator +max20730 +max20751 +max2165 +max2175 +max30100 +max30102 +max30208 +max3100 +max31722 +max31730 +max31760 +max31785 +max31790 +max31827 +max31856 +max31865 +max3420_udc +max3421-hcd +max34440 +max44000 +max44009 +max517 +max5432 +max5481 +max5487 +max5522 +max5821 +max63xx_wdt +max6620 +max6621 +max6639 +max6650 +max6697 +max6875 +max7359_keypad +max77541 +max77541-adc +max77541-regulator +max77620-regulator +max77620_thermal +max77620_wdt +max77650 +max77650-charger +max77650-onkey +max77650-regulator +max77686-regulator +max77693-haptic +max77693-regulator +max77693_charger +max77714 +max77802-regulator +max77826-regulator +max77976_charger +max8649 +max8660 +max8688 +max8893 +max8903_charger +max8907 +max8907-regulator +max8925-regulator +max8925_bl +max8925_onkey +max8925_power +max8952 +max8973-regulator +max8997-regulator +max8997_charger +max8997_haptic +max8998 +max8998_charger +max9271 +max9286 +max9611 +max96712 +maxim_thermocouple +mb1232 +mb862xxfb +mb86a16 +mb86a20s +mc +mc13783-adc +mc13783-pwrbutton +mc13783-regulator +mc13783_ts +mc13892-regulator +mc13xxx-core +mc13xxx-i2c +mc13xxx-regulator-core +mc13xxx-spi +mc3230 +mc34vr500 +mc44s803 +mcam-core +mcb +mcb-lpc +mcb-pci +mcba_usb +mcde_drm +mceusb +mchp23k256 +mchp48l640 +mchp_pci1xxxx_gp +mchp_pci1xxxx_gpio +mcp16502 +mcp251x +mcp251xfd +mcp3021 +mcp320x +mcp3422 +mcp3911 +mcp4018 +mcp41010 +mcp4131 +mcp4531 +mcp4725 +mcp4922 +mcr20a +mcs5000_ts +mcs7830 +mcs_touchkey +mct_u232 +mctp-i2c +mctp-serial +md-cluster +md4 +mdc800 +mdio +mdio-aspeed +mdio-bcm-unimac +mdio-gpio +mdio-hisi-femac +mdio-i2c +mdio-ipq4019 +mdio-ipq8064 +mdio-mscc-miim +mdio-mux +mdio-mux-gpio +mdio-mux-meson-g12a +mdio-mux-meson-gxl +mdio-mux-mmioreg +mdio-mux-multiplexer +mdio-mvusb +mdio-regmap +mdt_loader +me4000 +me_daq +mediatek +mediatek-cpufreq +mediatek-cpufreq-hw +mediatek-drm +mediatek-drm-hdmi +mediatek-ge +megachips-stdpxxxx-ge-b850v3-fw +megaraid +megaraid_mbox +megaraid_mm +megaraid_sas +melfas_mip4 +memstick +men_z135_uart +men_z188_adc +mena21_wdt +menf21bmc +menf21bmc_hwmon +menf21bmc_wdt +menz69_wdt +meson-canvas +meson-drm +meson-gx-mmc +meson-gxl +meson-ir +meson-ir-tx +meson-mx-sdhc +meson-mx-sdio +meson-rng +meson-vdec +meson_ddr_pmu_g12 +meson_dw_hdmi +meson_dw_mipi_dsi +meson_gxbb_wdt +meson_mx_ao_arc +meson_nand +meson_saradc +meson_wdt +metro-usb +metronomefb +mf6x4 +mgag200 +mhi +mhi_ep +mhi_net +mhi_pci_generic +mhi_wwan_ctrl +mhi_wwan_mbim +mi0283qt +michael_mic +micrel +microchip +microchip-spi +microchip_t1 +microchip_t1s +microread +microread_i2c +microtek +milbeaut-hdmac +milbeaut-xdmac +milbeaut_usio +minix +mip6 +mipi-i3c-hci +mite +mkiss +ml86v7667 +mlx4_core +mlx4_en +mlx4_ib +mlx5-vfio-pci +mlx5_core +mlx5_ib +mlx5_vdpa +mlx90614 +mlx90632 +mlx_wdt +mlxfw +mlxreg-fan +mlxreg-hotplug +mlxreg-io +mlxreg-lc +mlxsw_core +mlxsw_i2c +mlxsw_minimal +mlxsw_pci +mlxsw_spectrum +mma7455_core +mma7455_i2c +mma7455_spi +mma7660 +mma8450 +mma8452 +mma9551 +mma9551_core +mma9553 +mmc35240 +mmc_spi +mmcc-apq8084 +mmcc-msm8960 +mmcc-msm8974 +mmcc-msm8994 +mmcc-msm8996 +mmcc-msm8998 +mms114 +mn88443x +mn88472 +mn88473 +mos7720 +mos7840 +most_cdev +most_core +most_dim2 +most_i2c +most_net +most_snd +most_usb +most_video +motorcomm +motorola-cpcap +moxa +moxtet +mp2629 +mp2629_adc +mp2629_charger +mp2888 +mp2975 +mp5023 +mp5416 +mp8859 +mp886x +mpc624 +mpi3mr +mpl115 +mpl115_i2c +mpl115_spi +mpl3115 +mpls_gso +mpls_iptunnel +mpls_router +mpoa +mpq7920 +mpq7932 +mpr121_touchkey +mprls0025pa +mpt3sas +mptbase +mptcp_diag +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +mpu3050 +mr75203 +mrf24j40 +mrp +ms5611_core +ms5611_i2c +ms5611_spi +ms5637 +ms_block +ms_sensors_i2c +msa311 +msc313e_wdt +mscc +mscc_felix +mscc_felix_dsa_lib +mscc_ocelot +mscc_ocelot_ext +mscc_ocelot_switch_lib +mscc_seville +msdos +mse102x +msg2638 +msi001 +msi2500 +msm +msp3400 +mspro_block +mt2060 +mt2063 +mt20xx +mt2131 +mt2266 +mt312 +mt352 +mt6311-regulator +mt6315-regulator +mt6323-regulator +mt6331-regulator +mt6332-regulator +mt6357-regulator +mt6358-regulator +mt6359-accdet +mt6359-regulator +mt6360-adc +mt6360-core +mt6360-regulator +mt6360_charger +mt6370 +mt6370-adc +mt6370-backlight +mt6370-charger +mt6370-regulator +mt6380-regulator +mt6397 +mt6397-regulator +mt6577_auxadc +mt6779-keypad +mt6797-mt6351 +mt7530 +mt7530-mdio +mt7530-mmio +mt76 +mt76-connac-lib +mt76-sdio +mt76-usb +mt7601u +mt7603e +mt7615-common +mt7615e +mt7663-usb-sdio-common +mt7663s +mt7663u +mt76x0-common +mt76x02-lib +mt76x02-usb +mt76x0e +mt76x0u +mt76x2-common +mt76x2e +mt76x2u +mt7915e +mt7921-common +mt7921e +mt7921s +mt7921u +mt7996e +mt8183-da7219-max98357 +mt8183-mt6358-ts3a227-max98357 +mt8186-mt6366-da7219-max98357 +mt8186-mt6366-rt1019-rt5682s +mt8188-mt6359 +mt8192-mt6359-rt1015-rt5682 +mt8195-mt6359 +mt9m001 +mt9m111 +mt9p031 +mt9t112 +mt9v011 +mt9v032 +mt9v111 +mtd_dataflash +mtdoops +mtdpstore +mtdram +mtdswap +mtip32xx +mtk-adsp-ipc +mtk-adsp-mailbox +mtk-btcvsd +mtk-cci-devfreq +mtk-cir +mtk-cmdq-helper +mtk-cmdq-mailbox +mtk-cqdma +mtk-devapc +mtk-hsdma +mtk-mmsys +mtk-mutex +mtk-pmic-keys +mtk-pmic-wrap +mtk-rng +mtk-sd +mtk-smi +mtk-svs +mtk-uart-apdma +mtk-vpu +mtk_dp +mtk_nand +mtk_rpmsg +mtk_scp +mtk_scp_ipi +mtk_t7xx +mtk_wdt +mtouch +mtu3 +multipath +multiq3 +musb_dsps +mux-adg792a +mux-adgs1408 +mux-core +mux-gpio +mux-mmio +mv643xx_eth +mv88e6060 +mv88e6xxx +mv_u3d_core +mv_udc +mvmdio +mvneta +mvpp2 +mvsas +mvsdio +mvumi +mwifiex +mwifiex_pcie +mwifiex_sdio +mwifiex_usb +mwl8k +mxb +mxc-jpeg-encdec +mxc4005 +mxc6255 +mxc_nand +mxc_w1 +mxcmmc +mxic_nand +mxl-gpy +mxl111sf-demod +mxl111sf-tuner +mxl301rf +mxl5005s +mxl5007t +mxl5xx +mxl692 +mxser +mxsfb +mxuport +myrb +myri10ge +myrs +n_gsm +n_hdlc +nandsim +national +natsemi +nau7802 +navman +nb7vpq904m +nbd +nbpfaxi +nci +nci_spi +nci_uart +ncn26000 +nct6683 +nct6775-core +nct6775-i2c +nct7802 +nct7904 +nd_btt +nd_pmem +nd_virtio +ne2k-pci +neofb +net1080 +net2272 +net2280 +netconsole +netdevsim +netfs +netjet +netlink_diag +netrom +netup-unidvb +netxen_nic +newtonkbd +nf_conncount +nf_conntrack +nf_conntrack_amanda +nf_conntrack_bridge +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_dup_ipv4 +nf_dup_ipv6 +nf_dup_netdev +nf_flow_table +nf_flow_table_inet +nf_log_syslog +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_irc +nf_nat_pptp +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nf_reject_ipv4 +nf_reject_ipv6 +nf_socket_ipv4 +nf_socket_ipv6 +nf_synproxy_core +nf_tables +nf_tproxy_ipv4 +nf_tproxy_ipv6 +nfc +nfc_digital +nfcmrvl +nfcmrvl_i2c +nfcmrvl_spi +nfcmrvl_uart +nfcmrvl_usb +nfcsim +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_hook +nfnetlink_log +nfnetlink_osf +nfnetlink_queue +nfp +nfs +nfs_acl +nfs_layout_flexfiles +nfs_layout_nfsv41_files +nfsd +nfsv2 +nfsv3 +nfsv4 +nft_chain_nat +nft_compat +nft_connlimit +nft_ct +nft_dup_ipv4 +nft_dup_ipv6 +nft_dup_netdev +nft_fib +nft_fib_inet +nft_fib_ipv4 +nft_fib_ipv6 +nft_fib_netdev +nft_flow_offload +nft_fwd_netdev +nft_hash +nft_limit +nft_log +nft_masq +nft_meta_bridge +nft_nat +nft_numgen +nft_osf +nft_queue +nft_quota +nft_redir +nft_reject +nft_reject_bridge +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +nft_reject_netdev +nft_socket +nft_synproxy +nft_tproxy +nft_tunnel +nft_xfrm +nftl +ngbe +ngene +nhc_dest +nhc_fragment +nhc_hop +nhc_ipv6 +nhc_mobility +nhc_routing +nhc_udp +nhpoly1305 +nhpoly1305-neon +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_a2150 +ni_at_ao +ni_atmio +ni_atmio16d +ni_labpc +ni_labpc_common +ni_labpc_pci +ni_pcidio +ni_pcimio +ni_routes_test +ni_routing +ni_tio +ni_tiocmd +ni_usb6501 +nicstar +nilfs2 +niu +nixge +nlmon +nls_ascii +nls_cp1250 +nls_cp1251 +nls_cp1255 +nls_cp737 +nls_cp775 +nls_cp850 +nls_cp852 +nls_cp855 +nls_cp857 +nls_cp860 +nls_cp861 +nls_cp862 +nls_cp863 +nls_cp864 +nls_cp865 +nls_cp866 +nls_cp869 +nls_cp874 +nls_cp932 +nls_cp936 +nls_cp949 +nls_cp950 +nls_euc-jp +nls_iso8859-1 +nls_iso8859-13 +nls_iso8859-14 +nls_iso8859-15 +nls_iso8859-2 +nls_iso8859-3 +nls_iso8859-4 +nls_iso8859-5 +nls_iso8859-6 +nls_iso8859-7 +nls_iso8859-9 +nls_koi8-r +nls_koi8-ru +nls_koi8-u +nls_utf8 +noa1305 +nosy +notifier-error-inject +nouveau +novatek-nvt-ts +nozomi +npcm-rng +npcm750-pwm-fan +npcm_adc +npcm_edac +nps_enet +ns558 +ns83820 +nsh +nsp32 +ntb +ntb_hw_epf +ntb_hw_idt +ntb_hw_switchtec +ntb_netdev +ntb_perf +ntb_pingpong +ntb_tool +ntb_transport +ntc_thermistor +ntfs +ntfs3 +ntxec +null_blk +nvec +nvec_kbd +nvec_paz00 +nvec_power +nvec_ps2 +nvidiafb +nvme +nvme-common +nvme-core +nvme-fabrics +nvme-fc +nvme-loop +nvme-rdma +nvme-tcp +nvmem-imx-iim +nvmem-imx-ocotp +nvmem-imx-ocotp-ele +nvmem-imx-ocotp-scu +nvmem-rave-sp-eeprom +nvmem-reboot-mode +nvmem-rmem +nvmem-rockchip-otp +nvmem_meson_mx_efuse +nvmem_mtk-efuse +nvmem_qcom-spmi-sdam +nvmem_qfprom +nvmem_rockchip_efuse +nvmem_snvs_lpgpr +nvmem_sunplus_ocotp +nvmem_u-boot-env +nvmet +nvmet-fc +nvmet-rdma +nvmet-tcp +nwl-dsi +nxp-bbnsm-pwrkey +nxp-c45-tja11xx +nxp-cbtx +nxp-nci +nxp-nci_i2c +nxp-ptn3460 +nxp-tja11xx +nxt200x +nxt6000 +nzxt-kraken2 +nzxt-smart2 +objagg +ocelot-soc +ocfb +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stack_o2cb +ocfs2_stack_user +ocfs2_stackglue +ocmem +ocrdma +of-fpga-region +of_mmc_spi +of_pmem +of_xilinx_wdt +ofb +og01a1b +ohci-platform +omap +omap-aes-driver +omap-crypto +omap-des +omap-mailbox +omap-ocp2scp +omap-rng +omap-sham +omap2430 +omap2fb +omap4-keypad +omap_hdq +omap_hwspinlock +omap_remoteproc +omap_wdt +omapdss +omfs +omninet +on20 +on26 +onboard_usb_hub +onenand +onie-tlv +open-dice +opencores-kbd +openvswitch +opt3001 +opt4001 +optee +optee-rng +opticon +option +or51132 +or51211 +orangefs +orinoco +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +orion_nand +orion_wdt +oti6858 +otm3225a +ov01a10 +ov02a10 +ov08d10 +ov08x40 +ov13858 +ov13b10 +ov2640 +ov2659 +ov2680 +ov2685 +ov4689 +ov5640 +ov5645 +ov5647 +ov5648 +ov5670 +ov5675 +ov5693 +ov5695 +ov6650 +ov7251 +ov7640 +ov7670 +ov772x +ov7740 +ov8856 +ov8858 +ov8865 +ov9282 +ov9640 +ov9650 +overlay +owl-dma +owl-emac +owl-mmc +oxu210hp-hcd +p54common +p54pci +p54spi +p54usb +p8022 +pa12203001 +palmas-pwrbutton +palmas-regulator +palmas_gpadc +pandora_bl +panel +panel-abt-y030xx067a +panel-arm-versatile +panel-asus-z00t-tm5p5-n35596 +panel-auo-a030jtn01 +panel-boe-bf060y8m-aj0 +panel-boe-himax8279d +panel-boe-tv101wum-nl6 +panel-dsi-cm +panel-ebbg-ft8719 +panel-edp +panel-elida-kd35t133 +panel-feixin-k101-im2ba02 +panel-feiyang-fy07024di26a30d +panel-himax-hx8394 +panel-ilitek-ili9322 +panel-ilitek-ili9341 +panel-ilitek-ili9881c +panel-innolux-ej030na +panel-innolux-p079zca +panel-jadard-jd9365da-h3 +panel-jdi-fhd-r63452 +panel-jdi-lt070me05000 +panel-khadas-ts050 +panel-kingdisplay-kd097d04 +panel-leadtek-ltk050h3146w +panel-leadtek-ltk500hd1829 +panel-lg-lb035q02 +panel-lg-lg4573 +panel-lvds +panel-magnachip-d53e6ea8966 +panel-mantix-mlaf057we51 +panel-mipi-dbi +panel-nec-nl8048hl11 +panel-newvision-nv3051d +panel-newvision-nv3052c +panel-novatek-nt35510 +panel-novatek-nt35560 +panel-novatek-nt35950 +panel-novatek-nt36523 +panel-novatek-nt36672a +panel-novatek-nt39016 +panel-olimex-lcd-olinuxino +panel-orisetech-ota5601a +panel-orisetech-otm8009a +panel-osd-osd101t2587-53ts +panel-panasonic-vvx10f034n00 +panel-raspberrypi-touchscreen +panel-raydium-rm67191 +panel-raydium-rm68200 +panel-ronbo-rb070d30 +panel-samsung-atna33xc20 +panel-samsung-db7430 +panel-samsung-ld9040 +panel-samsung-s6d16d0 +panel-samsung-s6d27a1 +panel-samsung-s6d7aa0 +panel-samsung-s6e3ha2 +panel-samsung-s6e63j0x03 +panel-samsung-s6e63m0 +panel-samsung-s6e63m0-dsi +panel-samsung-s6e63m0-spi +panel-samsung-s6e88a0-ams452ef01 +panel-samsung-s6e8aa0 +panel-samsung-sofef00 +panel-seiko-43wvf1g +panel-sharp-lq101r1sx01 +panel-sharp-ls037v7dw01 +panel-sharp-ls043t1le01 +panel-sharp-ls060t1sx01 +panel-simple +panel-sitronix-st7701 +panel-sitronix-st7703 +panel-sitronix-st7789v +panel-sony-acx565akm +panel-sony-td4353-jdi +panel-sony-tulip-truly-nt35521 +panel-tdo-tl070wsh30 +panel-tpo-td028ttec1 +panel-tpo-td043mtea1 +panel-tpo-tpg110 +panel-truly-nt35597 +panel-visionox-rm69299 +panel-visionox-vtdr6130 +panel-widechips-ws2401 +panel-xinpeng-xpp055c272 +panfrost +parade-ps8622 +parade-ps8640 +parallel-display +parkbd +parman +parport +parport_pc +parport_serial +parser_trx +pata_ali +pata_amd +pata_artop +pata_atiixp +pata_atp867x +pata_cmd640 +pata_cmd64x +pata_cypress +pata_efar +pata_hpt366 +pata_hpt37x +pata_hpt3x2n +pata_hpt3x3 +pata_imx +pata_it8213 +pata_it821x +pata_jmicron +pata_legacy +pata_marvell +pata_mpiix +pata_netcell +pata_ninja32 +pata_ns87410 +pata_ns87415 +pata_of_platform +pata_oldpiix +pata_opti +pata_optidma +pata_parport +pata_pdc2027x +pata_pdc202xx_old +pata_piccolo +pata_platform +pata_radisys +pata_rdc +pata_rz1000 +pata_sch +pata_serverworks +pata_sil680 +pata_sis +pata_sl82c105 +pata_triflex +pata_via +pbias-regulator +pc300too +pc87360 +pc87427 +pca9450-regulator +pcap-regulator +pcap_keys +pcap_ts +pcbc +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci +pci-dra7xx +pci-epf-mhi +pci-epf-ntb +pci-epf-vntb +pci-mvebu +pci-pf-stub +pci-stub +pci200syn +pcie-mediatek-gen3 +pcie-qcom-ep +pcie-rockchip-host +pcips2 +pcl711 +pcl724 +pcl726 +pcl730 +pcl812 +pcl816 +pcl818 +pcm3724 +pcmad +pcmcia_core +pcmcia_rsrc +pcmda12 +pcmmio +pcmuio +pcnet32 +pcrypt +pcs-lynx +pcs-mtk-lynxi +pcs-rzn1-miic +pcs_xpcs +pcwd_pci +pcwd_usb +pdc_adma +pdr_interface +peak_pci +peak_pciefd +peak_usb +peci +peci-aspeed +peci-cpu +peci-cputemp +peci-dimmtemp +pegasus +pegasus_notetaker +penmount +pf8x00-regulator +pfuze100-regulator +phantom +phonet +phram +phy-am335x +phy-am335x-control +phy-armada38x-comphy +phy-bcm-kona-usb2 +phy-berlin-sata +phy-berlin-usb +phy-cadence-salvo +phy-cadence-sierra +phy-cadence-torrent +phy-can-transceiver +phy-cpcap-usb +phy-dm816x-usb +phy-exynos-usb2 +phy-gpio-vbus-usb +phy-hisi-inno-usb2 +phy-hix5hd2-sata +phy-isp1301 +phy-mapphone-mdm6600 +phy-meson-axg-mipi-dphy +phy-meson-g12a-mipi-dphy-analog +phy-meson-g12a-usb2 +phy-meson-g12a-usb3-pcie +phy-meson-gxl-usb2 +phy-meson8-hdmi-tx +phy-meson8b-usb2 +phy-mtk-dp +phy-mtk-hdmi-drv +phy-mtk-mipi-dsi-drv +phy-mtk-pcie +phy-mtk-tphy +phy-mtk-ufs +phy-mtk-xsphy +phy-mvebu-a3700-comphy +phy-mvebu-a3700-utmi +phy-mvebu-cp110-comphy +phy-mvebu-cp110-utmi +phy-ocelot-serdes +phy-omap-control +phy-omap-usb2 +phy-pxa-28nm-hsic +phy-pxa-28nm-usb2 +phy-qcom-apq8064-sata +phy-qcom-edp +phy-qcom-eusb2-repeater +phy-qcom-ipq4019-usb +phy-qcom-ipq806x-sata +phy-qcom-ipq806x-usb +phy-qcom-pcie2 +phy-qcom-qmp-combo +phy-qcom-qmp-pcie +phy-qcom-qmp-pcie-msm8996 +phy-qcom-qmp-ufs +phy-qcom-qmp-usb +phy-qcom-qusb2 +phy-qcom-sgmii-eth +phy-qcom-snps-eusb2 +phy-qcom-snps-femto-v2 +phy-qcom-usb-hs +phy-qcom-usb-hs-28nm +phy-qcom-usb-hsic +phy-qcom-usb-ss +phy-rcar-gen2 +phy-rcar-gen3-pcie +phy-rcar-gen3-usb2 +phy-rcar-gen3-usb3 +phy-rockchip-dp +phy-rockchip-dphy-rx0 +phy-rockchip-emmc +phy-rockchip-inno-csidphy +phy-rockchip-inno-dsidphy +phy-rockchip-inno-hdmi +phy-rockchip-inno-usb2 +phy-rockchip-naneng-combphy +phy-rockchip-pcie +phy-rockchip-snps-pcie3 +phy-rockchip-typec +phy-rockchip-usb +phy-sunplus-usb2 +phy-tahvo +phy-tegra-usb +phy-tegra-xusb +phy-ti-pipe3 +phy-tusb1210 +phy-twl4030-usb +phy-twl6030-usb +phylink +physmap +pi3usb30532 +pi433 +pim4328 +pinctrl-apq8064 +pinctrl-apq8084 +pinctrl-axp209 +pinctrl-cy8c95x0 +pinctrl-da9062 +pinctrl-imx8ulp +pinctrl-imx93 +pinctrl-ipq4019 +pinctrl-ipq8064 +pinctrl-lochnagar +pinctrl-lpass-lpi +pinctrl-madera +pinctrl-max77620 +pinctrl-mcp23s08 +pinctrl-mcp23s08_i2c +pinctrl-mcp23s08_spi +pinctrl-mdm9607 +pinctrl-mdm9615 +pinctrl-msm8226 +pinctrl-msm8660 +pinctrl-msm8909 +pinctrl-msm8916 +pinctrl-msm8960 +pinctrl-msm8x74 +pinctrl-rk805 +pinctrl-sdx55 +pinctrl-sdx65 +pinctrl-spmi-gpio +pinctrl-spmi-mpp +pinctrl-ssbi-gpio +pinctrl-ssbi-mpp +pinctrl-stmfx +pinephone-keyboard +ping +pistachio-internal-dac +pixcir_i2c_ts +pkcs7_test_key +pkcs8_key_parser +pktgen +pl111_drm +pl172 +pl2303 +pl330 +pl353-smc +pl35x-nand-controller +plat-ram +plat_nand +platform_lcd +platform_mhu +plfxlc +pli1209bc +plip +plusb +pluto2 +plx_dma +plx_pci +pm-notifier-error-inject +pm2fb +pm3fb +pm6764tr +pm80xx +pm8916_wdt +pm8941-pwrkey +pm8xxx-vibrator +pmbus +pmbus_core +pmc551 +pmcraid +pmic8xxx-keypad +pmic8xxx-pwrkey +pmic_glink +pmic_glink_altmode +pms7003 +pn532_uart +pn533 +pn533_i2c +pn533_usb +pn544 +pn544_i2c +pn_pep +poly1305-arm +poly1305_generic +polynomial +polyval-generic +port100 +powermate +powr1220 +ppa +ppdev +ppp_async +ppp_deflate +ppp_mppe +ppp_synctty +pppoatm +pppoe +pppox +pps-gpio +pps-ldisc +pps_parport +pptp +prestera +prestera_pci +pretimeout_panic +prism2_usb +pru_rproc +pruss +ps2-gpio +ps2mult +psample +pse_regulator +psmouse +psnap +pstore_blk +pstore_zone +psxpad-spi +ptp-qoriq +ptp_clockmatrix +ptp_dfl_tod +ptp_idt82p33 +ptp_ines +ptp_kvm +ptp_ocp +pulse8-cec +pulsedlight-lidar-lite-v2 +pv88060-regulator +pv88080-regulator +pv88090-regulator +pvpanic +pvpanic-mmio +pvpanic-pci +pvrusb2 +pwc +pwm-atmel-hlcdc +pwm-atmel-tcb +pwm-beeper +pwm-berlin +pwm-clk +pwm-cros-ec +pwm-dwc +pwm-fan +pwm-fsl-ftm +pwm-hibvt +pwm-imx-tpm +pwm-imx1 +pwm-imx27 +pwm-iqs620a +pwm-ir-tx +pwm-lp3943 +pwm-mediatek +pwm-meson +pwm-mtk-disp +pwm-ntxec +pwm-omap-dmtimer +pwm-pca9685 +pwm-rcar +pwm-regulator +pwm-renesas-tpu +pwm-rockchip +pwm-sunplus +pwm-tegra +pwm-tiecap +pwm-tiehrpwm +pwm-twl +pwm-twl-led +pwm-vibra +pwm-xilinx +pwm_bl +pwrseq_emmc +pwrseq_sd8787 +pwrseq_simple +pxa168_eth +pxa27x_udc +pxe1610 +pxrc +q54sj108a2 +q6adm +q6afe +q6afe-clocks +q6afe-dai +q6apm-dai +q6apm-lpass-dais +q6asm +q6asm-dai +q6core +q6prm +q6prm-clocks +q6routing +q6sstop-qcs404 +qaic +qat_4xxx +qat_c3xxx +qat_c3xxxvf +qat_c62x +qat_c62xvf +qat_dh895xcc +qat_dh895xccvf +qca8k +qca_7k_common +qcaspi +qcauart +qcaux +qcom-apcs-ipc-mailbox +qcom-coincell +qcom-cpufreq-hw +qcom-cpufreq-nvmem +qcom-emac +qcom-geni-se +qcom-labibb-regulator +qcom-pm8008 +qcom-pm8xxx +qcom-pm8xxx-xoadc +qcom-pon +qcom-rng +qcom-rpmh-regulator +qcom-spmi-adc-tm5 +qcom-spmi-adc5 +qcom-spmi-iadc +qcom-spmi-pmic +qcom-spmi-rradc +qcom-spmi-temp-alarm +qcom-spmi-vadc +qcom-vadc-common +qcom-wdt +qcom-wled +qcom_aoss +qcom_bam_dmux +qcom_battmgr +qcom_common +qcom_edac +qcom_eud +qcom_geni_serial +qcom_glink +qcom_glink_rpm +qcom_glink_smem +qcom_gsbi +qcom_hwspinlock +qcom_ice +qcom_nandc +qcom_pil_info +qcom_pmi8998_charger +qcom_pmic_tcpm +qcom_q6v5 +qcom_q6v5_adsp +qcom_q6v5_mss +qcom_q6v5_pas +qcom_q6v5_wcss +qcom_rpm +qcom_rpm-regulator +qcom_smbb +qcom_smd +qcom_smd-regulator +qcom_spmi-regulator +qcom_stats +qcom_sysmon +qcom_tsens +qcom_usb_vbus-regulator +qcomsmempart +qcrypto +qcserial +qed +qede +qedf +qedi +qinfo_probe +qla1280 +qla2xxx +qla3xxx +qla4xxx +qlcnic +qlge +qm1d1b0004 +qm1d1c0042 +qmi_helpers +qmi_wwan +qnoc-msm8916 +qnoc-msm8939 +qnoc-msm8974 +qnoc-msm8996 +qnoc-qcm2290 +qnoc-qcs404 +qnoc-qdu1000 +qnoc-sa8775p +qnoc-sc7180 +qnoc-sc7280 +qnoc-sc8180x +qnoc-sc8280xp +qnoc-sdm660 +qnoc-sdm670 +qnoc-sdm845 +qnoc-sdx55 +qnoc-sdx65 +qnoc-sm6350 +qnoc-sm8150 +qnoc-sm8250 +qnoc-sm8350 +qnoc-sm8450 +qnoc-sm8550 +qnx4 +qnx6 +qrtr +qrtr-mhi +qrtr-smd +qrtr-tun +qsemi +qt1010 +qt1050 +qt1070 +qt2160 +qtnfmac +qtnfmac_pcie +quatech2 +quota_tree +quota_v1 +quota_v2 +qwiic-joystick +qxl +r592 +r6040 +r8152 +r8153_ecm +r8169 +r8192e_pci +r8192u_usb +r820t +r852 +r8712u +r8723bs +r8a66597-hcd +r8a66597-udc +r8a779f0-ether-serdes +raa215300 +radeon +radeonfb +radio-keene +radio-ma901 +radio-maxiradio +radio-mr800 +radio-platform-si4713 +radio-raremono +radio-shark +radio-si470x-common +radio-si470x-i2c +radio-si470x-usb +radio-si476x +radio-tea5764 +radio-usb-si4713 +radio-wl1273 +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid_class +rainshadow-cec +ramp_controller +ravb +rave-sp +rave-sp-backlight +rave-sp-pwrbutton +rave-sp-wdt +raw_diag +raw_gadget +raydium_i2c_ts +rbd +rc-adstech-dvb-t-pci +rc-alink-dtu-m +rc-anysee +rc-apac-viewcomp +rc-astrometa-t2hybrid +rc-asus-pc39 +rc-asus-ps3-100 +rc-ati-tv-wonder-hd-600 +rc-ati-x10 +rc-avermedia +rc-avermedia-a16d +rc-avermedia-cardbus +rc-avermedia-dvbt +rc-avermedia-m135a +rc-avermedia-m733a-rm-k6 +rc-avermedia-rm-ks +rc-avertv-303 +rc-azurewave-ad-tu700 +rc-beelink-gs1 +rc-beelink-mxiii +rc-behold +rc-behold-columbus +rc-budget-ci-old +rc-cinergy +rc-cinergy-1400 +rc-core +rc-ct-90405 +rc-d680-dmb +rc-delock-61959 +rc-dib0700-nec +rc-dib0700-rc5 +rc-digitalnow-tinytwin +rc-digittrade +rc-dm1105-nec +rc-dntv-live-dvb-t +rc-dntv-live-dvbt-pro +rc-dreambox +rc-dtt200u +rc-dvbsky +rc-dvico-mce +rc-dvico-portable +rc-em-terratec +rc-encore-enltv +rc-encore-enltv-fm53 +rc-encore-enltv2 +rc-evga-indtube +rc-eztv +rc-flydvb +rc-flyvideo +rc-fusionhdtv-mce +rc-gadmei-rm008z +rc-geekbox +rc-genius-tvgo-a11mce +rc-gotview7135 +rc-hauppauge +rc-hisi-poplar +rc-hisi-tv-demo +rc-imon-mce +rc-imon-pad +rc-imon-rsc +rc-iodata-bctv7e +rc-it913x-v1 +rc-it913x-v2 +rc-kaiomy +rc-khadas +rc-khamsin +rc-kworld-315u +rc-kworld-pc150u +rc-kworld-plus-tv-analog +rc-leadtek-y04g0051 +rc-lme2510 +rc-loopback +rc-manli +rc-mecool-kii-pro +rc-mecool-kiii-pro +rc-medion-x10 +rc-medion-x10-digitainer +rc-medion-x10-or2x +rc-minix-neo +rc-msi-digivox-ii +rc-msi-digivox-iii +rc-msi-tvanywhere +rc-msi-tvanywhere-plus +rc-nebula +rc-nec-terratec-cinergy-xs +rc-norwood +rc-npgtech +rc-odroid +rc-pctv-sedna +rc-pine64 +rc-pinnacle-color +rc-pinnacle-grey +rc-pinnacle-pctv-hd +rc-pixelview +rc-pixelview-002t +rc-pixelview-mk12 +rc-pixelview-new +rc-powercolor-real-angel +rc-proteus-2309 +rc-purpletv +rc-pv951 +rc-rc6-mce +rc-real-audio-220-32-keys +rc-reddo +rc-snapstream-firefly +rc-streamzap +rc-su3000 +rc-tanix-tx3mini +rc-tanix-tx5max +rc-tbs-nec +rc-technisat-ts35 +rc-technisat-usb2 +rc-terratec-cinergy-c-pci +rc-terratec-cinergy-s2-hd +rc-terratec-cinergy-xs +rc-terratec-slim +rc-terratec-slim-2 +rc-tevii-nec +rc-tivo +rc-total-media-in-hand +rc-total-media-in-hand-02 +rc-trekstor +rc-tt-1500 +rc-twinhan-dtv-cab-ci +rc-twinhan1027 +rc-vega-s9x +rc-videomate-m1f +rc-videomate-s350 +rc-videomate-tv-pvr +rc-videostrong-kii-pro +rc-wetek-hub +rc-wetek-play2 +rc-winfast +rc-winfast-usbii-deluxe +rc-x96max +rc-xbox-360 +rc-xbox-dvd +rc-zx-irdec +rc5t583-regulator +rcar-csi2 +rcar-dmac +rcar-du-drm +rcar-fcp +rcar-gyroadc +rcar-isp +rcar-vin +rcar_can +rcar_canfd +rcar_cmm +rcar_drif +rcar_dw_hdmi +rcar_fdp1 +rcar_gen3_thermal +rcar_jpu +rcar_lvds +rcar_mipi_dsi +rcar_rproc +rcar_thermal +rdacm20 +rdacm21 +rdc321x-southbridge +rdma_cm +rdma_ucm +rds +rds_rdma +rds_tcp +realtek +realtek-mdio +realtek-smi +reboot-mode +redboot +redrat3 +regmap-ac97 +regmap-i3c +regmap-sccb +regmap-sdw +regmap-sdw-mbq +regmap-slimbus +regmap-spi-avmm +regmap-spmi +regmap-w1 +regulator-haptic +reiserfs +renesas-ceu +renesas-nand-controller +renesas-rpc-if +renesas_sdhi_core +renesas_sdhi_internal_dmac +renesas_sdhi_sys_dmac +renesas_usb3 +renesas_usbf +renesas_usbhs +renesas_wdt +repaper +reset-a10sr +reset-hi3660 +reset-meson-audio-arb +reset-qcom-pdc +reset-scmi +reset-ti-syscon +reset-tps380x +resistive-adc-touch +retu-mfd +retu-pwrbutton +retu_wdt +rfc1051 +rfc1201 +rfcomm +rfd77402 +rfd_ftl +rfkill-gpio +rio-scan +rio_cm +rio_mport_cdev +rionet +rivafb +rj54n1cb0c +rk3399_dmc +rk805-pwrkey +rk808-regulator +rk817_charger +rk8xx-core +rk8xx-i2c +rk8xx-spi +rk_crypto +rm3100-core +rm3100-i2c +rm3100-spi +rmd160 +rmi_core +rmi_i2c +rmi_smbus +rmi_spi +rmnet +rmobile-reset +rmtfs_mem +rn5t618 +rn5t618-adc +rn5t618-regulator +rn5t618_power +rn5t618_wdt +rnbd-client +rnbd-server +rndis_host +rndis_wlan +rockchip +rockchip-dfi +rockchip-isp1 +rockchip-nand-controller +rockchip-rga +rockchip-vdec +rockchip_saradc +rockchip_thermal +rockchipdrm +rocker +rohm-bd71828 +rohm-bd718x7 +rohm-bd9576 +rohm-bu27008 +rohm-bu27034 +rohm-regulator +rohm_bu21023 +romfs +rose +rotary_encoder +rp2 +rpcrdma +rpcsec_gss_krb5 +rpi-panel-attiny-regulator +rpm_master_stats +rpmpd +rpmsg_char +rpmsg_core +rpmsg_ctrl +rpmsg_ns +rpmsg_tty +rpmsg_wwan_ctrl +rpr0521 +rsi_91x +rsi_sdio +rsi_usb +rsmu-i2c +rsmu-spi +rswitch_drv +rt1719 +rt2400pci +rt2500pci +rt2500usb +rt2800lib +rt2800mmio +rt2800pci +rt2800usb +rt2x00lib +rt2x00mmio +rt2x00pci +rt2x00usb +rt4801-regulator +rt4803 +rt4831 +rt4831-backlight +rt4831-regulator +rt5033 +rt5033-regulator +rt5033_battery +rt5033_charger +rt5120 +rt5120-pwrkey +rt5120-regulator +rt5190a-regulator +rt5739 +rt5759-regulator +rt6160-regulator +rt6190-regulator +rt61pci +rt6245-regulator +rt73usb +rt9455_charger +rt9467-charger +rt9471 +rtc-88pm80x +rtc-88pm860x +rtc-ab-b5ze-s3 +rtc-ab-eoz9 +rtc-abx80x +rtc-armada38x +rtc-as3722 +rtc-aspeed +rtc-bd70528 +rtc-bq32k +rtc-bq4802 +rtc-cadence +rtc-cmos +rtc-cpcap +rtc-cros-ec +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1302 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1685 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-em3027 +rtc-fm3130 +rtc-ftrtc010 +rtc-goldfish +rtc-hid-sensor-time +rtc-hym8563 +rtc-imx-sc +rtc-imxdi +rtc-isl12022 +rtc-isl12026 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max6916 +rtc-max77686 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-meson +rtc-meson-vrtc +rtc-msc313 +rtc-msm6242 +rtc-mt2712 +rtc-mt6397 +rtc-mt7622 +rtc-mxc +rtc-mxc_v2 +rtc-nct3018y +rtc-ntxec +rtc-nxp-bbnsm +rtc-optee +rtc-palmas +rtc-pcap +rtc-pcf2123 +rtc-pcf2127 +rtc-pcf50633 +rtc-pcf85063 +rtc-pcf85363 +rtc-pcf8563 +rtc-pcf8583 +rtc-pl030 +rtc-pm8xxx +rtc-r7301 +rtc-r9701 +rtc-rc5t583 +rtc-rc5t619 +rtc-rk808 +rtc-rp5c01 +rtc-rs5c348 +rtc-rs5c372 +rtc-rv3028 +rtc-rv3029c2 +rtc-rv3032 +rtc-rv8803 +rtc-rx4581 +rtc-rx6110 +rtc-rx8010 +rtc-rx8025 +rtc-rx8581 +rtc-rzn1 +rtc-s35390a +rtc-s5m +rtc-sd3078 +rtc-sh +rtc-snvs +rtc-stk17ta8 +rtc-sunplus +rtc-tegra +rtc-tps6586x +rtc-tps65910 +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtc-zynqmp +rtd520 +rti800 +rti802 +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192ee +rtl8192se +rtl8365mb +rtl8366 +rtl8723-common +rtl8723ae +rtl8723be +rtl8821ae +rtl8xxxu +rtl_pci +rtl_usb +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtlwifi +rtmv20-regulator +rtq2134-regulator +rtq6056 +rtq6752-regulator +rtrs-client +rtrs-core +rtrs-server +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rtw88_8723d +rtw88_8723de +rtw88_8723ds +rtw88_8723du +rtw88_8821c +rtw88_8821ce +rtw88_8821cs +rtw88_8821cu +rtw88_8822b +rtw88_8822be +rtw88_8822bs +rtw88_8822bu +rtw88_8822c +rtw88_8822ce +rtw88_8822cs +rtw88_8822cu +rtw88_core +rtw88_pci +rtw88_sdio +rtw88_usb +rtw89_8851b +rtw89_8851be +rtw89_8852a +rtw89_8852ae +rtw89_8852b +rtw89_8852be +rtw89_8852c +rtw89_8852ce +rtw89_core +rtw89_pci +rx51_battery +rxrpc +rza_wdt +rzg2l-cru +rzg2l-csi2 +rzg2l_mipi_dsi +rzg2l_thermal +rzg2l_wdt +rzn1-dmamux +rzn1_a5psw +rzn1_wdt +s1d13xxxfb +s2250 +s2255drv +s2io +s2mpa01 +s2mps11 +s3fb +s3fwrn5 +s3fwrn5_i2c +s3fwrn82_uart +s526 +s5c73m3 +s5h1409 +s5h1411 +s5h1420 +s5h1432 +s5k5baf +s5k6a3 +s5m8767 +s626 +s6sy761 +s921 +saa6588 +saa6752hs +saa7110 +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7134-go7007 +saa7146 +saa7146_vv +saa7164 +saa717x +saa7185 +saa7706h +safe_serial +sahara +sample-trace-array +samsung-dsim +samsung-keypad +samsung-sxgbe +samsung_tty +sata_dwc_460ex +sata_inic162x +sata_mv +sata_nv +sata_promise +sata_qstor +sata_rcar +sata_sil +sata_sil24 +sata_sis +sata_svw +sata_sx4 +sata_uli +sata_via +sata_vsc +savagefb +sbp_target +sbrmi +sbs-battery +sbs-charger +sbs-manager +sbtsi_temp +sc16is7xx +sc92031 +sca3000 +sca3300 +scd30_core +scd30_i2c +scd30_serial +scd4x +sch5627 +sch5636 +sch56xx-common +sch_cake +sch_cbs +sch_choke +sch_codel +sch_drr +sch_etf +sch_ets +sch_fq +sch_fq_codel +sch_fq_pie +sch_gred +sch_hfsc +sch_hhf +sch_htb +sch_ingress +sch_mqprio +sch_mqprio_lib +sch_multiq +sch_netem +sch_pie +sch_plug +sch_prio +sch_qfq +sch_red +sch_sfb +sch_sfq +sch_skbprio +sch_taprio +sch_tbf +sch_teql +scmi-cpufreq +scmi-hwmon +scmi-regulator +scmi_iio +scmi_pm_domain +scmi_power_control +scpi-cpufreq +scpi-hwmon +scpi_pm_domain +scsi_debug +scsi_dh_alua +scsi_dh_emc +scsi_dh_hp_sw +scsi_dh_rdac +scsi_transport_fc +scsi_transport_iscsi +scsi_transport_sas +scsi_transport_spi +scsi_transport_srp +sctp +sctp_diag +sd_adc_modulator +sdhci-cadence +sdhci-dove +sdhci-milbeaut +sdhci-msm +sdhci-of-arasan +sdhci-of-aspeed +sdhci-of-at91 +sdhci-of-dwcmshc +sdhci-of-esdhc +sdhci-omap +sdhci-pci +sdhci-pxav3 +sdhci-tegra +sdhci-xenon-driver +sdhci_am654 +sdhci_f_sdh30 +sdio_uart +sensehat-joystick +sensorhub +serial-tegra +serial_ir +serio_raw +sermouse +serpent_generic +serport +ses +sf-pdma +sfc +sfc-falcon +sfc-siena +sfp +sgi_w1 +sgp30 +sgp40 +sh_eth +sh_mmcif +sh_mobile_lcdcfb +sha1-arm +sha1-arm-ce +sha1-arm-neon +sha2-arm-ce +sha256-arm +shark2 +shmob-drm +sht15 +sht21 +sht3x +sht4x +shtc1 +si1133 +si1145 +si2157 +si2165 +si2168 +si21xx +si4713 +si476x-core +si7005 +si7020 +sidewinder +sierra +sierra_net +sifive +sii902x +sii9234 +sil-sii8620 +sil164 +silead +simple-bridge +simple-mfd-i2c +simpledrm +simplefb +siox-bus-gpio +siox-core +sis190 +sis5595 +sis900 +sis_i2c +sisfb +sisusbvga +sit +sja1000 +sja1000_isa +sja1000_platform +sja1105 +skfp +skge +sky2 +sky81452 +sky81452-backlight +sky81452-regulator +sl28vpd +sl811-hcd +slcan +slg51000-regulator +slic_ds26522 +slicoss +slim-qcom-ctrl +slim-qcom-ngd-ctrl +slimbus +slip +slram +sm2_generic +sm3 +sm3_generic +sm4 +sm4_generic +sm501fb +sm712fb +sm750fb +sm_common +sm_ftl +smartpqi +smb347-charger +smc +smc_diag +smd-rpm +smem +smipcie +smm665 +smp2p +smpro-core +smpro-errmon +smpro-hwmon +smpro-misc +smsc +smsc47b397 +smsc47m1 +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smscufx +smsdvb +smsm +smsmdtv +smssdio +smsusb +snd-aaci +snd-ac97-codec +snd-acp-config +snd-ad1889 +snd-ak4113 +snd-ak4114 +snd-ak4xxx-adda +snd-ali5451 +snd-aloop +snd-als300 +snd-atiixp +snd-atiixp-modem +snd-au8810 +snd-au8820 +snd-au8830 +snd-aw2 +snd-azt3328 +snd-bcd2000 +snd-bebob +snd-bt87x +snd-ca0106 +snd-cmipci +snd-cs4281 +snd-cs46xx +snd-cs8427 +snd-ctl-led +snd-ctxfi +snd-darla20 +snd-darla24 +snd-dice +snd-dummy +snd-echo3g +snd-emu10k1 +snd-emu10k1-synth +snd-emu10k1x +snd-emux-synth +snd-ens1370 +snd-ens1371 +snd-es1938 +snd-es1968 +snd-fireface +snd-firewire-digi00x +snd-firewire-lib +snd-firewire-motu +snd-firewire-tascam +snd-fireworks +snd-fm801 +snd-gina20 +snd-gina24 +snd-hda-codec +snd-hda-codec-analog +snd-hda-codec-ca0110 +snd-hda-codec-ca0132 +snd-hda-codec-cirrus +snd-hda-codec-cmedia +snd-hda-codec-conexant +snd-hda-codec-cs8409 +snd-hda-codec-generic +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-core +snd-hda-ext-core +snd-hda-intel +snd-hda-tegra +snd-hdsp +snd-hdspm +snd-hrtimer +snd-hwdep +snd-i2c +snd-ice1712 +snd-ice1724 +snd-ice17xx-ak4xxx +snd-indigo +snd-indigodj +snd-indigodjx +snd-indigoio +snd-indigoiox +snd-intel-dspcfg +snd-intel8x0 +snd-intel8x0m +snd-isight +snd-korg1212 +snd-layla20 +snd-layla24 +snd-lola +snd-maestro3 +snd-mia +snd-mixart +snd-mixer-oss +snd-mona +snd-mpu401 +snd-mpu401-uart +snd-mtpav +snd-mts64 +snd-nm256 +snd-opl3-lib +snd-opl3-synth +snd-oxfw +snd-oxygen +snd-oxygen-lib +snd-pcmtest +snd-pcxhr +snd-portman2x4 +snd-pt2258 +snd-q6apm +snd-q6dsp-common +snd-rawmidi +snd-riptide +snd-rme32 +snd-rme96 +snd-rme9652 +snd-seq +snd-seq-device +snd-seq-dummy +snd-seq-midi +snd-seq-midi-emul +snd-seq-midi-event +snd-seq-ump-client +snd-seq-virmidi +snd-serial-generic +snd-serial-u16550 +snd-soc-63xx +snd-soc-ac97 +snd-soc-acp-rt5645-mach +snd-soc-adau-utils +snd-soc-adau1372 +snd-soc-adau1372-i2c +snd-soc-adau1372-spi +snd-soc-adau1701 +snd-soc-adau1761 +snd-soc-adau1761-i2c +snd-soc-adau1761-spi +snd-soc-adau17x1 +snd-soc-adau7002 +snd-soc-adau7118 +snd-soc-adau7118-hw +snd-soc-adau7118-i2c +snd-soc-adi-axi-i2s +snd-soc-adi-axi-spdif +snd-soc-ak4104 +snd-soc-ak4118 +snd-soc-ak4375 +snd-soc-ak4458 +snd-soc-ak4554 +snd-soc-ak4613 +snd-soc-ak4642 +snd-soc-ak5386 +snd-soc-ak5558 +snd-soc-alc5623 +snd-soc-alc5632 +snd-soc-apq8016-sbc +snd-soc-apq8096 +snd-soc-armada-370-db +snd-soc-audio-graph-card +snd-soc-audio-graph-card2 +snd-soc-audio-graph-card2-custom-sample +snd-soc-aw8738 +snd-soc-aw88395 +snd-soc-aw88395-lib +snd-soc-bd28623 +snd-soc-bt-sco +snd-soc-chv3-codec +snd-soc-cpcap +snd-soc-cros-ec-codec +snd-soc-cs35l32 +snd-soc-cs35l33 +snd-soc-cs35l34 +snd-soc-cs35l35 +snd-soc-cs35l36 +snd-soc-cs35l41 +snd-soc-cs35l41-i2c +snd-soc-cs35l41-lib +snd-soc-cs35l41-spi +snd-soc-cs35l45 +snd-soc-cs35l45-i2c +snd-soc-cs35l45-spi +snd-soc-cs35l56 +snd-soc-cs35l56-i2c +snd-soc-cs35l56-sdw +snd-soc-cs35l56-shared +snd-soc-cs35l56-spi +snd-soc-cs4234 +snd-soc-cs4265 +snd-soc-cs4270 +snd-soc-cs4271 +snd-soc-cs4271-i2c +snd-soc-cs4271-spi +snd-soc-cs42l42 +snd-soc-cs42l42-i2c +snd-soc-cs42l42-sdw +snd-soc-cs42l51 +snd-soc-cs42l51-i2c +snd-soc-cs42l52 +snd-soc-cs42l56 +snd-soc-cs42l73 +snd-soc-cs42l83-i2c +snd-soc-cs42xx8 +snd-soc-cs42xx8-i2c +snd-soc-cs43130 +snd-soc-cs4341 +snd-soc-cs4349 +snd-soc-cs53l30 +snd-soc-cx2072x +snd-soc-da7213 +snd-soc-da7219 +snd-soc-davinci-mcasp +snd-soc-dmic +snd-soc-es7134 +snd-soc-es7241 +snd-soc-es8316 +snd-soc-es8326 +snd-soc-es8328 +snd-soc-es8328-i2c +snd-soc-es8328-spi +snd-soc-eukrea-tlv320 +snd-soc-fsi +snd-soc-fsl-asoc-card +snd-soc-fsl-asrc +snd-soc-fsl-aud2htx +snd-soc-fsl-audmix +snd-soc-fsl-easrc +snd-soc-fsl-esai +snd-soc-fsl-micfil +snd-soc-fsl-mqs +snd-soc-fsl-rpmsg +snd-soc-fsl-sai +snd-soc-fsl-spdif +snd-soc-fsl-utils +snd-soc-fsl-xcvr +snd-soc-gtm601 +snd-soc-hda-codec +snd-soc-hdmi-codec +snd-soc-ics43432 +snd-soc-idt821034 +snd-soc-imx-audmix +snd-soc-imx-card +snd-soc-imx-es8328 +snd-soc-imx-hdmi +snd-soc-imx-rpmsg +snd-soc-imx-spdif +snd-soc-inno-rk3036 +snd-soc-kirkwood +snd-soc-lochnagar-sc +snd-soc-lpass-apq8016 +snd-soc-lpass-cdc-dma +snd-soc-lpass-cpu +snd-soc-lpass-hdmi +snd-soc-lpass-ipq806x +snd-soc-lpass-macro-common +snd-soc-lpass-platform +snd-soc-lpass-rx-macro +snd-soc-lpass-sc7180 +snd-soc-lpass-sc7280 +snd-soc-lpass-tx-macro +snd-soc-lpass-va-macro +snd-soc-lpass-wsa-macro +snd-soc-max9759 +snd-soc-max98088 +snd-soc-max98090 +snd-soc-max98357a +snd-soc-max98363 +snd-soc-max98373 +snd-soc-max98373-i2c +snd-soc-max98373-sdw +snd-soc-max98388 +snd-soc-max98390 +snd-soc-max98396 +snd-soc-max98504 +snd-soc-max98520 +snd-soc-max9860 +snd-soc-max9867 +snd-soc-max98927 +snd-soc-meson-aiu +snd-soc-meson-axg-fifo +snd-soc-meson-axg-frddr +snd-soc-meson-axg-pdm +snd-soc-meson-axg-sound-card +snd-soc-meson-axg-spdifin +snd-soc-meson-axg-spdifout +snd-soc-meson-axg-tdm-formatter +snd-soc-meson-axg-tdm-interface +snd-soc-meson-axg-tdmin +snd-soc-meson-axg-tdmout +snd-soc-meson-axg-toddr +snd-soc-meson-card-utils +snd-soc-meson-codec-glue +snd-soc-meson-g12a-toacodec +snd-soc-meson-g12a-tohdmitx +snd-soc-meson-gx-sound-card +snd-soc-meson-t9015 +snd-soc-mikroe-proto +snd-soc-msm8916-analog +snd-soc-msm8916-digital +snd-soc-mt6351 +snd-soc-mt6358 +snd-soc-mt6359 +snd-soc-mt6660 +snd-soc-mt6797-afe +snd-soc-mt8183-afe +snd-soc-mt8186-afe +snd-soc-mt8188-afe +snd-soc-mt8192-afe +snd-soc-mt8195-afe +snd-soc-mtk-common +snd-soc-nau8315 +snd-soc-nau8540 +snd-soc-nau8810 +snd-soc-nau8821 +snd-soc-nau8822 +snd-soc-nau8824 +snd-soc-nau8825 +snd-soc-omap-mcbsp +snd-soc-pcm1681 +snd-soc-pcm1789-codec +snd-soc-pcm1789-i2c +snd-soc-pcm179x-codec +snd-soc-pcm179x-i2c +snd-soc-pcm179x-spi +snd-soc-pcm186x +snd-soc-pcm186x-i2c +snd-soc-pcm186x-spi +snd-soc-pcm3060 +snd-soc-pcm3060-i2c +snd-soc-pcm3060-spi +snd-soc-pcm3168a +snd-soc-pcm3168a-i2c +snd-soc-pcm3168a-spi +snd-soc-pcm5102a +snd-soc-pcm512x +snd-soc-pcm512x-i2c +snd-soc-pcm512x-spi +snd-soc-peb2466 +snd-soc-qcom-common +snd-soc-qcom-sdw +snd-soc-rcar +snd-soc-rk3288-hdmi-analog +snd-soc-rk3328 +snd-soc-rk3399-gru-sound +snd-soc-rk817 +snd-soc-rl6231 +snd-soc-rockchip-i2s +snd-soc-rockchip-i2s-tdm +snd-soc-rockchip-max98090 +snd-soc-rockchip-pdm +snd-soc-rockchip-rt5645 +snd-soc-rockchip-spdif +snd-soc-rt1011 +snd-soc-rt1015 +snd-soc-rt1015p +snd-soc-rt1308-sdw +snd-soc-rt1316-sdw +snd-soc-rt1318-sdw +snd-soc-rt5514 +snd-soc-rt5514-spi +snd-soc-rt5616 +snd-soc-rt5631 +snd-soc-rt5640 +snd-soc-rt5645 +snd-soc-rt5659 +snd-soc-rt5663 +snd-soc-rt5677 +snd-soc-rt5677-spi +snd-soc-rt5682 +snd-soc-rt5682-i2c +snd-soc-rt5682-sdw +snd-soc-rt5682s +snd-soc-rt700 +snd-soc-rt711 +snd-soc-rt711-sdca +snd-soc-rt712-sdca +snd-soc-rt712-sdca-dmic +snd-soc-rt715 +snd-soc-rt715-sdca +snd-soc-rt722-sdca +snd-soc-rt9120 +snd-soc-sc7180 +snd-soc-sc7280 +snd-soc-sc8280xp +snd-soc-sdm845 +snd-soc-sdw-mockup +snd-soc-si476x +snd-soc-sigmadsp +snd-soc-sigmadsp-i2c +snd-soc-sigmadsp-regmap +snd-soc-simple-amplifier +snd-soc-simple-card +snd-soc-simple-card-utils +snd-soc-simple-mux +snd-soc-sm8250 +snd-soc-sma1303 +snd-soc-spdif-rx +snd-soc-spdif-tx +snd-soc-src4xxx +snd-soc-src4xxx-i2c +snd-soc-ssm2305 +snd-soc-ssm2518 +snd-soc-ssm2602 +snd-soc-ssm2602-i2c +snd-soc-ssm2602-spi +snd-soc-ssm3515 +snd-soc-ssm4567 +snd-soc-sta32x +snd-soc-sta350 +snd-soc-sti-sas +snd-soc-storm +snd-soc-tas2552 +snd-soc-tas2562 +snd-soc-tas2764 +snd-soc-tas2770 +snd-soc-tas2780 +snd-soc-tas2781-comlib +snd-soc-tas2781-fmwlib +snd-soc-tas2781-i2c +snd-soc-tas5086 +snd-soc-tas571x +snd-soc-tas5720 +snd-soc-tas5805m +snd-soc-tas6424 +snd-soc-tda7419 +snd-soc-tegra-audio-graph-card +snd-soc-tegra-machine +snd-soc-tegra-pcm +snd-soc-tegra-wm8903 +snd-soc-tegra186-asrc +snd-soc-tegra186-dspk +snd-soc-tegra20-ac97 +snd-soc-tegra20-das +snd-soc-tegra20-i2s +snd-soc-tegra20-spdif +snd-soc-tegra210-admaif +snd-soc-tegra210-adx +snd-soc-tegra210-ahub +snd-soc-tegra210-amx +snd-soc-tegra210-dmic +snd-soc-tegra210-i2s +snd-soc-tegra210-mixer +snd-soc-tegra210-mvc +snd-soc-tegra210-ope +snd-soc-tegra210-sfc +snd-soc-tegra30-ahub +snd-soc-tegra30-i2s +snd-soc-test-component +snd-soc-tfa9879 +snd-soc-tfa989x +snd-soc-ti-edma +snd-soc-ti-sdma +snd-soc-ti-udma +snd-soc-tlv320adc3xxx +snd-soc-tlv320adcx140 +snd-soc-tlv320aic23 +snd-soc-tlv320aic23-i2c +snd-soc-tlv320aic23-spi +snd-soc-tlv320aic31xx +snd-soc-tlv320aic32x4 +snd-soc-tlv320aic32x4-i2c +snd-soc-tlv320aic32x4-spi +snd-soc-tlv320aic3x +snd-soc-tlv320aic3x-i2c +snd-soc-tlv320aic3x-spi +snd-soc-tpa6130a2 +snd-soc-ts3a227e +snd-soc-tscs42xx +snd-soc-tscs454 +snd-soc-uda1334 +snd-soc-wcd-mbhc +snd-soc-wcd9335 +snd-soc-wcd934x +snd-soc-wcd938x +snd-soc-wcd938x-sdw +snd-soc-wm-adsp +snd-soc-wm-hubs +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8524 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8731-i2c +snd-soc-wm8731-spi +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8782 +snd-soc-wm8804 +snd-soc-wm8804-i2c +snd-soc-wm8804-spi +snd-soc-wm8903 +snd-soc-wm8904 +snd-soc-wm8940 +snd-soc-wm8960 +snd-soc-wm8961 +snd-soc-wm8962 +snd-soc-wm8974 +snd-soc-wm8978 +snd-soc-wm8985 +snd-soc-wm8994 +snd-soc-wm9712 +snd-soc-wsa881x +snd-soc-wsa883x +snd-soc-wsa884x +snd-soc-xlnx-formatter-pcm +snd-soc-xlnx-i2s +snd-soc-xlnx-spdif +snd-soc-xtfpga-i2s +snd-soc-zl38060 +snd-sonicvibes +snd-trident +snd-ua101 +snd-ump +snd-usb-6fire +snd-usb-audio +snd-usb-caiaq +snd-usb-hiface +snd-usb-line6 +snd-usb-pod +snd-usb-podhd +snd-usb-toneport +snd-usb-variax +snd-usbmidi-lib +snd-util-mem +snd-via82xx +snd-via82xx-modem +snd-virmidi +snd-virtuoso +snd-vx-lib +snd-vx222 +snd-ymfpci +snet_vdpa +snic +snps_udc_core +snps_udc_plat +snvs_pwrkey +socfpga +socfpga-a10 +socinfo +softdog +softing +solo6x10 +solos-pci +sony-btf-mpx +soundwire-bus +soundwire-qcom +sp2 +sp7021_emac +sp805_wdt +sp8870 +sp887x +spaceball +spaceorb +sparse-keymap +spcp8x5 +speakup +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_dectlk +speakup_dummy +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +speedfax +speedtch +spi-altera-core +spi-altera-dfl +spi-altera-platform +spi-amd +spi-amlogic-spifc-a1 +spi-armada-3700 +spi-aspeed-smc +spi-axi-spi-engine +spi-bitbang +spi-butterfly +spi-cadence +spi-cadence-quadspi +spi-cadence-xspi +spi-dln2 +spi-dw +spi-dw-mmio +spi-dw-pci +spi-fsi +spi-fsl-dspi +spi-fsl-lpspi +spi-fsl-qspi +spi-geni-qcom +spi-gpio +spi-gxp +spi-imx +spi-lm70llp +spi-loopback-test +spi-meson-spicc +spi-meson-spifc +spi-microchip-core +spi-microchip-core-qspi +spi-mt65xx +spi-mtk-nor +spi-mtk-snfi +spi-mux +spi-mxic +spi-nor +spi-npcm-fiu +spi-npcm-pspi +spi-nxp-fspi +spi-oc-tiny +spi-orion +spi-pci1xxxx +spi-pl022 +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-qcom-qspi +spi-qup +spi-rockchip +spi-rockchip-sfc +spi-rpc-if +spi-rspi +spi-rzv2m-csi +spi-sc18is602 +spi-sh-hspi +spi-sh-msiof +spi-sifive +spi-slave-mt27xx +spi-slave-system-control +spi-slave-time +spi-sn-f-ospi +spi-sunplus-sp7021 +spi-tegra114 +spi-tegra20-sflash +spi-tegra20-slink +spi-tegra210-quad +spi-ti-qspi +spi-tle62x0 +spi-wpcm-fiu +spi-xcomm +spi-zynqmp-gqspi +spi_ks8995 +spidev +spinand +spmi +spmi-mtk-pmif +spmi-pmic-arb +sprd_serial +sps30 +sps30_i2c +sps30_serial +sr9700 +sr9800 +srf04 +srf08 +ssb +ssb-hcd +ssbi +ssd1307fb +ssd130x +ssd130x-i2c +ssd130x-spi +ssfdc +ssif_bmc +ssp_accel_sensor +ssp_gyro_sensor +ssp_iio +sst25l +sstfb +ssu100 +st +st-asc +st-mipid02 +st-nci +st-nci_i2c +st-nci_spi +st-vgxy61 +st1232 +st21nfca_hci +st21nfca_i2c +st7586 +st7735r +st95hf +st_accel +st_accel_i2c +st_accel_spi +st_drv +st_gyro +st_gyro_i2c +st_gyro_spi +st_lsm6dsx +st_lsm6dsx_i2c +st_lsm6dsx_i3c +st_lsm6dsx_spi +st_lsm9ds0 +st_lsm9ds0_i2c +st_lsm9ds0_spi +st_magn +st_magn_i2c +st_magn_spi +st_pressure +st_pressure_i2c +st_pressure_spi +st_sensors +st_sensors_i2c +st_sensors_spi +st_uvis25_core +st_uvis25_i2c +st_uvis25_spi +starfire +stb0899 +stb6000 +stb6100 +ste10Xp +stex +stinger +stk1160 +stk3310 +stk8312 +stk8ba50 +stm_console +stm_core +stm_ftrace +stm_heartbeat +stm_p_basic +stm_p_sys-t +stmfts +stmfx +stmmac +stmmac-pci +stmmac-platform +stmpe-adc +stmpe-keypad +stmpe-ts +stowaway +stp +stpddc60 +stpmic1 +stpmic1_onkey +stpmic1_regulator +stpmic1_wdt +streamzap +streebog_generic +stts751 +stusb160x +stv0288 +stv0297 +stv0299 +stv0367 +stv0900 +stv090x +stv0910 +stv6110 +stv6110x +stv6111 +sundance +sungem +sungem_phy +sunhme +suni +sunkbd +sunplus-mmc +sunplus_wdt +sunrise_co2 +sunrpc +sur40 +surface3_spi +svc-i3c-master +svgalib +switchtec +sx8654 +sx9310 +sx9324 +sx9360 +sx9500 +sx_common +sy7636a-hwmon +sy7636a-regulator +sy8106a-regulator +sy8824x +sy8827n +sym53c8xx +symbolserial +synaptics_i2c +synaptics_usb +synclink_gt +synopsys_edac +syscon-reboot-mode +sysv +t5403 +tag_ar9331 +tag_brcm +tag_dsa +tag_gswip +tag_hellcreek +tag_ksz +tag_lan9303 +tag_mtk +tag_none +tag_ocelot +tag_ocelot_8021q +tag_qca +tag_rtl4_a +tag_rtl8_4 +tag_rzn1_a5psw +tag_sja1105 +tag_trailer +tag_xrs700x +tap +target_core_file +target_core_iblock +target_core_mod +target_core_pscsi +target_core_user +tc-dwc-g210 +tc-dwc-g210-pci +tc-dwc-g210-pltfrm +tc358743 +tc358746 +tc358762 +tc358764 +tc358767 +tc358768 +tc358775 +tc3589x-keypad +tc654 +tc74 +tc90522 +tca6416-keypad +tca8418_keypad +tcan4x5x +tcm_fc +tcm_loop +tcm_qla2xxx +tcm_remote +tcm_usb_gadget +tcp_bbr +tcp_bic +tcp_cdg +tcp_dctcp +tcp_diag +tcp_highspeed +tcp_htcp +tcp_hybla +tcp_illinois +tcp_lp +tcp_nv +tcp_scalable +tcp_vegas +tcp_veno +tcp_westwood +tcp_yeah +tcpci +tcpci_maxim +tcpci_mt6360 +tcpci_mt6370 +tcpci_rt1711h +tcpm +tcrypt +tcs3414 +tcs3472 +tda10021 +tda10023 +tda10048 +tda1004x +tda10071 +tda10086 +tda18212 +tda18218 +tda18250 +tda18271 +tda18271c2dd +tda1997x +tda38640 +tda665x +tda7432 +tda8083 +tda8261 +tda826x +tda827x +tda8290 +tda9840 +tda9887 +tda9950 +tda998x +tdfxfb +tdo24m +tea575x +tea5761 +tea5767 +tea6415c +tea6420 +team +team_mode_activebackup +team_mode_broadcast +team_mode_loadbalance +team_mode_random +team_mode_roundrobin +tee +tef6862 +tegra-bpmp-thermal +tegra-drm +tegra-gmi +tegra-kbc +tegra-vde +tegra-video +tegra-xudc +tegra186-cpufreq +tegra186-gpc-dma +tegra30-devfreq +tegra30-tsensor +tegra_cec +tegra_nand +tegra_wdt +tehuti +teranetics +test-kprobes +test_blackhole_dev +test_bpf +test_power +tg3 +thc63lvd1024 +thermal-generic-adc +thermal_mmio +thmc50 +ths7303 +ths8200 +thunderbolt +thunderbolt_net +ti-adc081c +ti-adc0832 +ti-adc084s021 +ti-adc108s102 +ti-adc12138 +ti-adc128s052 +ti-adc161s626 +ti-ads1015 +ti-ads1100 +ti-ads124s08 +ti-ads131e08 +ti-ads7924 +ti-ads7950 +ti-ads8344 +ti-ads8688 +ti-cal +ti-csc +ti-dac082s085 +ti-dac5571 +ti-dac7311 +ti-dac7612 +ti-dlpc3433 +ti-ecap-capture +ti-lmp92064 +ti-lmu +ti-sc +ti-sn65dsi83 +ti-sn65dsi86 +ti-tfp410 +ti-tlc4541 +ti-tpd12s015 +ti-tsc2046 +ti-vpdma +ti-vpe +ti_am335x_adc +ti_am335x_tsc +ti_am335x_tscadc +ti_cpsw_new +ti_edac +ti_hecc +ti_usb_3410_5052 +tidss +tifm_7xx1 +tifm_core +tifm_ms +tifm_sd +tilcdc +timeriomem-rng +tipc +tlan +tls +tlv320aic23b +tm2-touchkey +tmag5273 +tmdc +tmio_mmc_core +tmp006 +tmp007 +tmp102 +tmp103 +tmp108 +tmp117 +tmp401 +tmp421 +tmp464 +tmp513 +toshsd +touchit213 +touchright +touchwin +tpci200 +tpl0102 +tpm_ftpm_tee +tpm_i2c_atmel +tpm_i2c_infineon +tpm_i2c_nuvoton +tpm_st33zp24 +tpm_st33zp24_i2c +tpm_st33zp24_spi +tpm_tis_i2c +tpm_tis_i2c_cr50 +tpm_tis_spi +tpm_vtpm_proxy +tps23861 +tps40422 +tps51632-regulator +tps53679 +tps546d24 +tps6105x +tps6105x-regulator +tps62360-regulator +tps6286x-regulator +tps6287x-regulator +tps65010 +tps65023-regulator +tps6507x +tps6507x-regulator +tps6507x-ts +tps65086 +tps65086-regulator +tps65090-charger +tps65090-regulator +tps65132-regulator +tps65217_bl +tps65217_charger +tps65218 +tps65218-pwrbutton +tps65218-regulator +tps65219 +tps65219-pwrbutton +tps65219-regulator +tps6524x-regulator +tps6586x-regulator +tps65910-regulator +tps65912-regulator +tps6594-core +tps6594-esm +tps6594-i2c +tps6594-pfsm +tps6594-regulator +tps6594-spi +tps6598x +tqmx86 +trace-printk +trancevibrator +trf7970a +tridentfb +ts2020 +ts4800-ts +ts4800_wdt +ts_bm +ts_fsm +ts_kmp +tsc2004 +tsc2005 +tsc2007 +tsc200x-core +tsc40 +tsi721_mport +tsl2550 +tsl2563 +tsl2583 +tsl2591 +tsl2772 +tsl4531 +tsnep +tsys01 +tsys02d +ttm +ttpci-eeprom +ttusb_dec +ttusbdecfe +ttusbir +ttynull +tua6100 +tua9001 +tulip +tuner +tuner-simple +tuner-types +tunnel4 +tunnel6 +turbografx +turingcc-qcs404 +turris-mox-rwtm +tusb6010 +tvaudio +tve200_drm +tveeprom +tvp514x +tvp5150 +tvp7002 +tw2804 +tw5864 +tw68 +tw686x +tw9903 +tw9906 +tw9910 +twidjoy +twl4030-madc +twl4030-pwrbutton +twl4030-vibra +twl4030_charger +twl4030_keypad +twl4030_madc_battery +twl4030_wdt +twl6030-gpadc +twl6040-vibra +twofish_common +twofish_generic +txgbe +typec +typec_displayport +typec_nvidia +typec_ucsi +typhoon +uPD60620 +u_audio +u_ether +u_serial +uacce +uartlite +uas +ubi +ubifs +ublk_drv +ubuntu-host +ucan +ucc_uart +ucd9000 +ucd9200 +ucs1002_power +ucsi_ccg +ucsi_glink +ucsi_stm32g0 +uda1342 +udc-xilinx +udf +udl +udlfb +udp_diag +udp_tunnel +ueagle-atm +ufs +ufs-hisi +ufs-mediatek +ufs-qcom +ufs-renesas +ufshcd-core +ufshcd-dwc +ufshcd-pci +ufshcd-pltfrm +ug3105_battery +uhid +uio +uio_aec +uio_cif +uio_dfl +uio_dmem_genirq +uio_mf624 +uio_netx +uio_pci_generic +uio_pdrv_genirq +uio_pruss +uio_sercos3 +uleds +uli526x +ulpi +ums-alauda +ums-cypress +ums-datafab +ums-eneub6250 +ums-freecom +ums-isd200 +ums-jumpshot +ums-karma +ums-onetouch +ums-realtek +ums-sddr09 +ums-sddr55 +ums-usbat +unix_diag +upd64031a +upd64083 +upd78f0730 +us5182d +usb-conn-gpio +usb-dmac +usb-serial-simple +usb-storage +usb251xb +usb3503 +usb4604 +usb8xxx +usb_8dev +usb_debug +usb_f_acm +usb_f_ecm +usb_f_ecm_subset +usb_f_eem +usb_f_fs +usb_f_hid +usb_f_mass_storage +usb_f_midi +usb_f_ncm +usb_f_obex +usb_f_phonet +usb_f_printer +usb_f_rndis +usb_f_serial +usb_f_ss_lb +usb_f_tcm +usb_f_uac1 +usb_f_uac1_legacy +usb_f_uac2 +usb_f_uvc +usb_wwan +usbatm +usbdux +usbduxfast +usbduxsigma +usbhid +usbip-core +usbip-host +usbip-vudc +usbkbd +usblcd +usblp +usbmisc_imx +usbmon +usbmouse +usbnet +usbserial +usbsevseg +usbtest +usbtmc +usbtouchscreen +usbtv +usdhi6rol0 +userio +userspace-consumer +ushc +uss720 +uvc +uvcvideo +uvesafb +v4l2-async +v4l2-dv-timings +v4l2-flash-led-class +v4l2-fwnode +v4l2-h264 +v4l2-jpeg +v4l2-mem2mem +v4l2-tpg +v4l2-vp9 +vcan +vcnl3020 +vcnl4000 +vcnl4035 +vcpu_stall_detector +vctrl-regulator +vdpa +vdpa_sim +vdpa_sim_blk +vdpa_sim_net +vduse +veml6030 +veml6070 +ves1820 +ves1x93 +veth +vexpress-hwmon +vexpress-regulator +vexpress-spc-cpufreq +vf610_adc +vf610_dac +vfio +vfio-amba +vfio-pci +vfio-pci-core +vfio-platform +vfio-platform-amdxgbe +vfio-platform-base +vfio-platform-calxedaxgmac +vfio_iommu_type1 +vgastate +vgem +vgg2432a4 +vhci-hcd +vhost +vhost_iotlb +vhost_net +vhost_scsi +vhost_vdpa +vhost_vsock +via-rhine +via-sdmmc +via-velocity +via686a +vicodec +video-i2c +video-mux +videobuf-core +videobuf-dma-sg +videobuf2-common +videobuf2-dma-contig +videobuf2-dma-sg +videobuf2-dvb +videobuf2-memops +videobuf2-v4l2 +videobuf2-vmalloc +videodev +vim2m +vimc +viperboard +viperboard_adc +virt_wifi +virtio-gpu +virtio-rng +virtio_bt +virtio_crypto +virtio_dma_buf +virtio_input +virtio_pmem +virtio_rpmsg_bus +virtio_snd +virtio_vdpa +virtiofs +virtual +virtual_ncidev +visl +visor +vitesse +vitesse-vsc73xx-core +vitesse-vsc73xx-platform +vitesse-vsc73xx-spi +vivid +vkms +vl53l0x-i2c +vl6180 +vmac +vme_fake +vme_tsi148 +vme_user +vmk80xx +vmw_pvrdma +vmw_vsock_virtio_transport +vmw_vsock_virtio_transport_common +vmxnet3 +vp27smpx +vp_vdpa +vport-geneve +vport-gre +vport-vxlan +vpx3220 +vqmmc-ipq4019-regulator +vrf +vringh +vsock +vsock_diag +vsock_loopback +vsockmon +vsp1 +vsxxxaa +vt1211 +vt6655_stage +vt6656_stage +vt8231 +vt8623fb +vub300 +vx855 +vxcan +vxlan +vz89x +w1-gpio +w1_ds2405 +w1_ds2406 +w1_ds2408 +w1_ds2413 +w1_ds2423 +w1_ds2430 +w1_ds2431 +w1_ds2433 +w1_ds2438 +w1_ds250x +w1_ds2780 +w1_ds2781 +w1_ds2805 +w1_ds28e04 +w1_ds28e17 +w1_smem +w1_therm +w5100 +w5100-spi +w5300 +w6692 +w83627ehf +w83627hf +w83773g +w83781d +w83791d +w83792d +w83793 +w83795 +w83l785ts +w83l786ng +wacom +wacom_i2c +wacom_serial4 +wacom_w8001 +walkera0701 +wanxl +warrior +wcd934x +wcn36xx +wcnss_ctrl +wd719x +wdt87xx_i2c +wdt_pci +wfx +whiteheat +wil6210 +wilc1000 +wilc1000-sdio +wilc1000-spi +winbond-840 +wire +wireguard +wishbone-serial +wl1251 +wl1251_sdio +wl1251_spi +wl1273-core +wl12xx +wl18xx +wlcore +wlcore_sdio +wlcore_spi +wm831x-dcdc +wm831x-hwmon +wm831x-isink +wm831x-ldo +wm831x-on +wm831x-ts +wm831x_backup +wm831x_bl +wm831x_power +wm831x_wdt +wm8350-hwmon +wm8350-regulator +wm8350_power +wm8350_wdt +wm8400-regulator +wm8739 +wm8775 +wm8994 +wm8994-regulator +wm97xx-ts +wp512 +wpcm450-soc +wusb3801 +wwan_hwsim +x25 +x9250 +x_tables +xbox_remote +xc2028 +xc4000 +xc5000 +xcbc +xctr +xdma +xdpe12284 +xdpe152c4 +xfrm4_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_interface +xfrm_ipcomp +xfrm_user +xfs +xgmac +xhci-histb +xhci-mtk-hcd +xhci-pci +xhci-pci-renesas +xhci-plat-hcd +xhci-rcar-hcd +xhci-tegra +xilinx-csi2rxss +xilinx-pr-decoupler +xilinx-spi +xilinx-tpg +xilinx-video +xilinx-vtc +xilinx-xadc +xilinx_dpdma +xilinx_emac +xilinx_emaclite +xilinx_gmii2rgmii +xilinx_sdfec +xilinx_uartps +xillybus_class +xillybus_core +xillybus_of +xillybus_pcie +xillyusb +xiphera-trng +xircom_cb +xlnx_vcu +xor +xor-neon +xpad +xr_serial +xrs700x +xrs700x_i2c +xrs700x_mdio +xsens_mt +xsk_diag +xt_AUDIT +xt_CHECKSUM +xt_CLASSIFY +xt_CONNSECMARK +xt_CT +xt_DSCP +xt_HL +xt_HMARK +xt_IDLETIMER +xt_LED +xt_LOG +xt_MASQUERADE +xt_NETMAP +xt_NFLOG +xt_NFQUEUE +xt_RATEEST +xt_REDIRECT +xt_SECMARK +xt_TCPMSS +xt_TCPOPTSTRIP +xt_TEE +xt_TPROXY +xt_TRACE +xt_addrtype +xt_bpf +xt_cgroup +xt_cluster +xt_comment +xt_connbytes +xt_connlabel +xt_connlimit +xt_connmark +xt_conntrack +xt_cpu +xt_dccp +xt_devgroup +xt_dscp +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_ipcomp +xt_iprange +xt_ipvs +xt_l2tp +xt_length +xt_limit +xt_mac +xt_mark +xt_multiport +xt_nat +xt_nfacct +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_realm +xt_recent +xt_sctp +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_tcpudp +xt_time +xt_u32 +xtkbd +xusbatm +xxhash_generic +xz_dec_test +yam +yamaha-yas530 +yealink +yellowfin +yenta_socket +yurex +z3fold +zaurus +zd1201 +zd1211rw +zd1301 +zd1301_demod +zet6223 +zforce_ts +zhenhua +ziirave_wdt +zinitix +zl10036 +zl10039 +zl10353 +zl6100 +zonefs +zopt2201 +zpa2326 +zpa2326_i2c +zpa2326_spi +zram +zstd --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.master/abi/armhf/generic.modules.builtin +++ linux-lowlatency-hwe-6.5-6.5.0/debian.master/abi/armhf/generic.modules.builtin @@ -0,0 +1,448 @@ +8250 +8250_base +8250_fsl +8250_mtk +8250_of +8250_omap +8250_pci +8250_rt288x +8250_tegra +ac97_bus +adpll +aead +aes_generic +af_packet +ahci_imx +ahci_platform +akcipher +amba-pl011 +arm-cci +arm-cci +arm-ccn +armada_thermal +armada_xp_edac +armmmci +as3722 +asiliantfb +asn1_decoder +asn1_encoder +aspeed_wdt +atkbd +backlight +bch +bcm84881 +binfmt_elf_fdpic +binfmt_script +brcmstb_gisb +bsg +cbc +cdrom +cfbcopyarea +cfbfillrect +cfbimgblt +charger-manager +chipreg +clk-apmixed +clk-axm5516 +clk-cpumux +clk-gate +clk-imx8mm +clk-imx8mn +clk-imx8mp +clk-imx8mp-audiomix +clk-imx8mq +clk-mpll +clk-mt7622 +clk-mt7622-apmixedsys +clk-mt7622-aud +clk-mt7622-eth +clk-mt7622-hif +clk-mt7622-infracfg +clk-mt7629 +clk-mt7629-eth +clk-mt7629-hif +clk-mt7981-apmixed +clk-mt7981-infracfg +clk-mt7981-topckgen +clk-mt7986-apmixed +clk-mt7986-eth +clk-mt7986-infracfg +clk-mt7986-topckgen +clk-mt8135 +clk-mt8135-apmixedsys +clk-mt8516 +clk-mt8516-apmixedsys +clk-mt8516-aud +clk-mtk +clk-mux +clk-pll +clk-pll +clk-regmap +clk-vexpress-osc +cmd-db +cmdlinepart +cn +configfs +cpsw-common +cpts +cpufreq-dt +cpufreq-dt-platdev +cpufreq_conservative +cpufreq_ondemand +cpufreq_performance +cpufreq_powersave +cpufreq_userspace +cpuidle-mvebu-v7 +cqhci +crc-ccitt +crc-t10dif +crc16 +crc32 +crc32c_generic +crc64 +crc64-rocksoft +crc64_rocksoft_generic +crc8 +crct10dif_common +crct10dif_generic +crypto +crypto_acompress +crypto_algapi +crypto_hash +crypto_null +cryptomgr +ctr +cts +da9063 +davinci_mdio +dax +deflate +dh_generic +digsig +dm-mod +dns_resolver +drbg +drm_mipi_dsi +drm_panel_orientation_quirks +drop_monitor +dwc2 +ecb +ecryptfs +edac_core +edma +efivarfs +ehci-hcd +ehci-orion +ehci-pci +emxx_udc +encrypted-keys +evdev +exportfs +ext4 +extcon-core +exynos_thermal +failover +fat +fb +fb_sys_fops +fddi +fec +firmware_class +fixed +fixed_phy +font +fuse +fwnode_mdio +gcm +geniv +gf128mul +ghash-generic +glob +governor_passive +governor_performance +governor_powersave +governor_simpleondemand +governor_userspace +gpio-generic +gpio-mxc +gpio-omap +gpio-pl061 +gpio-tegra +gpio-twl4030 +gpio-twl6040 +gpio-xilinx +hmac +hwmon +i2c-core +i2c-designware-core +i2c-designware-platform +i2c-dev +i2c-imx +i2c-omap +imsttfb +imx +imx-pcm-dma +imx-pcm-fiq +imx-scu +imx-weim +imx93-blk-ctrl +input-core +interconnect_qcom +ipv6 +irq-meson-gpio +jbd2 +jitterentropy_rng +kdf_sp800108 +kgdboc +kpp +led-class +libaes +libahci +libahci_platform +libata +libcryptoutils +libnvdimm +libphy +libps2 +libsha1 +libsha256 +linear_ranges +loop +lz4_decompress +lzo +lzo-rle +lzo_compress +lzo_decompress +map_funcs +max14577 +max310x +max77686 +max77693 +mbcache +md-mod +md5 +mdio-bitbang +mdio_devres +meson-clk-measure +meson-ee-pwrc +meson-gx-pwrc-vpu +meson_uart +mfd-core +mii +mmc_block +mmc_core +mousedev +mpi +mq-deadline +msm_serial +mtd +mtd_blkdevs +mtdblock +mtk-eint +mtk-regulator-coupler +musb_hdrc +mx3fb +mxc-clk +n_null +nand +nandcore +net_failover +nls_base +nls_cp437 +npcm_wdt +odroid-go-ultra-poweroff +of_mdio +ofpart +ohci-hcd +ohci-pci +oid_registry +omap-cpufreq +omap-dma +omap-gpmc +omap2_nand +omap_elm +omap_hsmmc +omap_l3_noc +omap_l3_smx +owl-uart +palmas +pci-host-common +pci-host-generic +pcie-altera +pcie-altera-msi +pcie-mediatek +phy-generic +phy-gmii-sel +phy-meson-axg-mipi-pcie-analog +phy-meson-axg-pcie +phy-mxs-usb +pinctrl-as3722 +pinctrl-imx +pinctrl-meson +pinctrl-meson8-pmx +pinctrl-microchip-sgpio +pinctrl-msm +pinctrl-mtk-common-v2 +pinctrl-ocelot +pinctrl-palmas +pinctrl-rockchip +pinctrl-single +pinctrl-ti-iodelay +pkcs7_message +ppp_generic +pps_core +pretimeout_noop +pstore +ptp +public_key +qcom-ipcc +qcom-pdc +qcom-scm +qcom_rpmh +ramoops +rapidio +rational +rcar-usb2-clock-sel +rda-uart +reed_solomon +regmap-i2c +regmap-mmio +regmap-spi +reset +reset-berlin +reset-imx7 +reset-meson +reset-qcom-aoss +rfkill +rng +rng-core +roles +rpmhpd +rsa_generic +rtc-efi +rtc-mv +rtc-omap +rtc-pcf8523 +rtc-pl031 +rtc-twl +sata_highbank +sccnxp +scmi-core +scmi-module +scsi_common +scsi_mod +scu-pd +sd_mod +sdhci +sdhci-esdhc-imx +sdhci-pltfm +sec-core +sec-irq +selftests +seqiv +serdev +serial_base +serial_mctrl_gpio +serio +sg +sh-sci +sha1_generic +sha256_generic +sha3_generic +sha512-arm +sha512_generic +sig +skcipher +slhc +sm501 +smc91x +snd +snd-compress +snd-pcm +snd-pcm-dmaengine +snd-soc-core +snd-soc-fsl-ssi +snd-soc-imx-audmux +snd-soc-imx-sgtl5000 +snd-soc-sgtl5000 +snd-timer +soundcore +spi-fsl-lib +spi-fsl-spi +spi-omap2-mcspi +spm +sppinctrl +squashfs +sr_mod +sunplus-uart +syscopyarea +sysfillrect +sysimgblt +t10-pi +tcp_cubic +tegra-tcu +tegra124-emc +tegra20-apb-dma +tegra20-cpufreq +tegra20-emc +tegra30-emc +ti-abb-regulator +ti-cpufreq +ti-opp-supply +ti-pwmss +ti-sysc +ti_cpsw +tpm +tpm_tis +tpm_tis_core +tps65217 +tps65217-regulator +tps65912-core +tps65912-i2c +tps65912-spi +trusted +ttyprintk +tun +twl-regulator +twl4030-power +twl6030-regulator +ucs2_string +udc-core +uhci-hcd +uinput +unix +usb-common +usbcore +utf8data +vexpress-config +vexpress-sysreg +vfat +virt-dma +virtio +virtio_balloon +virtio_blk +virtio_console +virtio_mmio +virtio_net +virtio_pci +virtio_pci_legacy_dev +virtio_pci_modern_dev +virtio_ring +virtio_scsi +vivaldi-fmap +watchdog +wwan +wwnr +x509_key_parser +xgmac_mdio +xhci-hcd +xts +xxhash +xz_dec +zbud +zlib_deflate +zlib_inflate +zsmalloc +zstd_common +zstd_compress +zstd_decompress --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.master/abi/armhf/generic.retpoline +++ linux-lowlatency-hwe-6.5-6.5.0/debian.master/abi/armhf/generic.retpoline @@ -0,0 +1 @@ +# RETPOLINE NOT ENABLED --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.master/abi/fwinfo +++ linux-lowlatency-hwe-6.5-6.5.0/debian.master/abi/fwinfo @@ -0,0 +1,2238 @@ +firmware: 3826.arm +firmware: 3826.eeprom +firmware: 3com/typhoon.bin +firmware: 6fire/dmx6fireap.ihx +firmware: 6fire/dmx6firecf.bin +firmware: 6fire/dmx6firel2.ihx +firmware: BCM2033-FW.bin +firmware: BCM2033-MD.hex +firmware: BT3CPCC.bin +firmware: RTL8192E/boot.img +firmware: RTL8192E/data.img +firmware: RTL8192E/main.img +firmware: RTL8192U/boot.img +firmware: RTL8192U/data.img +firmware: RTL8192U/main.img +firmware: acenic/tg1.bin +firmware: acenic/tg2.bin +firmware: adaptec/starfire_rx.bin +firmware: adaptec/starfire_tx.bin +firmware: adf7242_firmware.bin +firmware: advansys/3550.bin +firmware: advansys/38C0800.bin +firmware: advansys/38C1600.bin +firmware: advansys/mcode.bin +firmware: agere_ap_fw.bin +firmware: agere_sta_fw.bin +firmware: aic94xx-seq.fw +firmware: amd/amd_sev_fam17h_model0xh.sbin +firmware: amd/amd_sev_fam17h_model3xh.sbin +firmware: amd/amd_sev_fam19h_model0xh.sbin +firmware: amd/amd_sev_fam19h_model1xh.sbin +firmware: amdgpu/aldebaran_cap.bin +firmware: amdgpu/aldebaran_mec.bin +firmware: amdgpu/aldebaran_mec2.bin +firmware: amdgpu/aldebaran_rlc.bin +firmware: amdgpu/aldebaran_sdma.bin +firmware: amdgpu/aldebaran_sjt_mec.bin +firmware: amdgpu/aldebaran_sjt_mec2.bin +firmware: amdgpu/aldebaran_smc.bin +firmware: amdgpu/aldebaran_sos.bin +firmware: amdgpu/aldebaran_ta.bin +firmware: amdgpu/aldebaran_vcn.bin +firmware: amdgpu/arcturus_asd.bin +firmware: amdgpu/arcturus_gpu_info.bin +firmware: amdgpu/arcturus_mec.bin +firmware: amdgpu/arcturus_rlc.bin +firmware: amdgpu/arcturus_sdma.bin +firmware: amdgpu/arcturus_smc.bin +firmware: amdgpu/arcturus_sos.bin +firmware: amdgpu/arcturus_ta.bin +firmware: amdgpu/arcturus_vcn.bin +firmware: amdgpu/banks_k_2_smc.bin +firmware: amdgpu/beige_goby_ce.bin +firmware: amdgpu/beige_goby_dmcub.bin +firmware: amdgpu/beige_goby_me.bin +firmware: amdgpu/beige_goby_mec.bin +firmware: amdgpu/beige_goby_mec2.bin +firmware: amdgpu/beige_goby_pfp.bin +firmware: amdgpu/beige_goby_rlc.bin +firmware: amdgpu/beige_goby_sdma.bin +firmware: amdgpu/beige_goby_smc.bin +firmware: amdgpu/beige_goby_sos.bin +firmware: amdgpu/beige_goby_ta.bin +firmware: amdgpu/beige_goby_vcn.bin +firmware: amdgpu/bonaire_ce.bin +firmware: amdgpu/bonaire_k_smc.bin +firmware: amdgpu/bonaire_mc.bin +firmware: amdgpu/bonaire_me.bin +firmware: amdgpu/bonaire_mec.bin +firmware: amdgpu/bonaire_pfp.bin +firmware: amdgpu/bonaire_rlc.bin +firmware: amdgpu/bonaire_sdma.bin +firmware: amdgpu/bonaire_sdma1.bin +firmware: amdgpu/bonaire_smc.bin +firmware: amdgpu/bonaire_uvd.bin +firmware: amdgpu/bonaire_vce.bin +firmware: amdgpu/carrizo_ce.bin +firmware: amdgpu/carrizo_me.bin +firmware: amdgpu/carrizo_mec.bin +firmware: amdgpu/carrizo_mec2.bin +firmware: amdgpu/carrizo_pfp.bin +firmware: amdgpu/carrizo_rlc.bin +firmware: amdgpu/carrizo_sdma.bin +firmware: amdgpu/carrizo_sdma1.bin +firmware: amdgpu/carrizo_uvd.bin +firmware: amdgpu/carrizo_vce.bin +firmware: amdgpu/cyan_skillfish2_ce.bin +firmware: amdgpu/cyan_skillfish2_me.bin +firmware: amdgpu/cyan_skillfish2_mec.bin +firmware: amdgpu/cyan_skillfish2_mec2.bin +firmware: amdgpu/cyan_skillfish2_pfp.bin +firmware: amdgpu/cyan_skillfish2_rlc.bin +firmware: amdgpu/cyan_skillfish2_sdma.bin +firmware: amdgpu/cyan_skillfish2_sdma1.bin +firmware: amdgpu/dcn_3_1_4_dmcub.bin +firmware: amdgpu/dcn_3_1_5_dmcub.bin +firmware: amdgpu/dcn_3_1_6_dmcub.bin +firmware: amdgpu/dcn_3_2_0_dmcub.bin +firmware: amdgpu/dcn_3_2_1_dmcub.bin +firmware: amdgpu/dimgrey_cavefish_ce.bin +firmware: amdgpu/dimgrey_cavefish_dmcub.bin +firmware: amdgpu/dimgrey_cavefish_me.bin +firmware: amdgpu/dimgrey_cavefish_mec.bin +firmware: amdgpu/dimgrey_cavefish_mec2.bin +firmware: amdgpu/dimgrey_cavefish_pfp.bin +firmware: amdgpu/dimgrey_cavefish_rlc.bin +firmware: amdgpu/dimgrey_cavefish_sdma.bin +firmware: amdgpu/dimgrey_cavefish_smc.bin +firmware: amdgpu/dimgrey_cavefish_sos.bin +firmware: amdgpu/dimgrey_cavefish_ta.bin +firmware: amdgpu/dimgrey_cavefish_vcn.bin +firmware: amdgpu/fiji_ce.bin +firmware: amdgpu/fiji_me.bin +firmware: amdgpu/fiji_mec.bin +firmware: amdgpu/fiji_mec2.bin +firmware: amdgpu/fiji_pfp.bin +firmware: amdgpu/fiji_rlc.bin +firmware: amdgpu/fiji_sdma.bin +firmware: amdgpu/fiji_sdma1.bin +firmware: amdgpu/fiji_smc.bin +firmware: amdgpu/fiji_uvd.bin +firmware: amdgpu/fiji_vce.bin +firmware: amdgpu/gc_10_3_6_ce.bin +firmware: amdgpu/gc_10_3_6_me.bin +firmware: amdgpu/gc_10_3_6_mec.bin +firmware: amdgpu/gc_10_3_6_mec2.bin +firmware: amdgpu/gc_10_3_6_pfp.bin +firmware: amdgpu/gc_10_3_6_rlc.bin +firmware: amdgpu/gc_10_3_7_ce.bin +firmware: amdgpu/gc_10_3_7_me.bin +firmware: amdgpu/gc_10_3_7_mec.bin +firmware: amdgpu/gc_10_3_7_mec2.bin +firmware: amdgpu/gc_10_3_7_pfp.bin +firmware: amdgpu/gc_10_3_7_rlc.bin +firmware: amdgpu/gc_11_0_0_imu.bin +firmware: amdgpu/gc_11_0_0_me.bin +firmware: amdgpu/gc_11_0_0_mec.bin +firmware: amdgpu/gc_11_0_0_mes.bin +firmware: amdgpu/gc_11_0_0_mes1.bin +firmware: amdgpu/gc_11_0_0_mes_2.bin +firmware: amdgpu/gc_11_0_0_pfp.bin +firmware: amdgpu/gc_11_0_0_rlc.bin +firmware: amdgpu/gc_11_0_0_toc.bin +firmware: amdgpu/gc_11_0_1_imu.bin +firmware: amdgpu/gc_11_0_1_me.bin +firmware: amdgpu/gc_11_0_1_mec.bin +firmware: amdgpu/gc_11_0_1_mes.bin +firmware: amdgpu/gc_11_0_1_mes1.bin +firmware: amdgpu/gc_11_0_1_mes_2.bin +firmware: amdgpu/gc_11_0_1_pfp.bin +firmware: amdgpu/gc_11_0_1_rlc.bin +firmware: amdgpu/gc_11_0_2_imu.bin +firmware: amdgpu/gc_11_0_2_me.bin +firmware: amdgpu/gc_11_0_2_mec.bin +firmware: amdgpu/gc_11_0_2_mes.bin +firmware: amdgpu/gc_11_0_2_mes1.bin +firmware: amdgpu/gc_11_0_2_mes_2.bin +firmware: amdgpu/gc_11_0_2_pfp.bin +firmware: amdgpu/gc_11_0_2_rlc.bin +firmware: amdgpu/gc_11_0_3_imu.bin +firmware: amdgpu/gc_11_0_3_me.bin +firmware: amdgpu/gc_11_0_3_mec.bin +firmware: amdgpu/gc_11_0_3_mes.bin +firmware: amdgpu/gc_11_0_3_mes1.bin +firmware: amdgpu/gc_11_0_3_mes_2.bin +firmware: amdgpu/gc_11_0_3_pfp.bin +firmware: amdgpu/gc_11_0_3_rlc.bin +firmware: amdgpu/gc_11_0_4_imu.bin +firmware: amdgpu/gc_11_0_4_me.bin +firmware: amdgpu/gc_11_0_4_mec.bin +firmware: amdgpu/gc_11_0_4_mes.bin +firmware: amdgpu/gc_11_0_4_mes1.bin +firmware: amdgpu/gc_11_0_4_mes_2.bin +firmware: amdgpu/gc_11_0_4_pfp.bin +firmware: amdgpu/gc_11_0_4_rlc.bin +firmware: amdgpu/gc_9_4_3_mec.bin +firmware: amdgpu/gc_9_4_3_rlc.bin +firmware: amdgpu/green_sardine_asd.bin +firmware: amdgpu/green_sardine_ce.bin +firmware: amdgpu/green_sardine_dmcub.bin +firmware: amdgpu/green_sardine_me.bin +firmware: amdgpu/green_sardine_mec.bin +firmware: amdgpu/green_sardine_mec2.bin +firmware: amdgpu/green_sardine_pfp.bin +firmware: amdgpu/green_sardine_rlc.bin +firmware: amdgpu/green_sardine_sdma.bin +firmware: amdgpu/green_sardine_ta.bin +firmware: amdgpu/green_sardine_vcn.bin +firmware: amdgpu/hainan_ce.bin +firmware: amdgpu/hainan_k_smc.bin +firmware: amdgpu/hainan_mc.bin +firmware: amdgpu/hainan_me.bin +firmware: amdgpu/hainan_pfp.bin +firmware: amdgpu/hainan_rlc.bin +firmware: amdgpu/hainan_smc.bin +firmware: amdgpu/hawaii_ce.bin +firmware: amdgpu/hawaii_k_smc.bin +firmware: amdgpu/hawaii_mc.bin +firmware: amdgpu/hawaii_me.bin +firmware: amdgpu/hawaii_mec.bin +firmware: amdgpu/hawaii_pfp.bin +firmware: amdgpu/hawaii_rlc.bin +firmware: amdgpu/hawaii_sdma.bin +firmware: amdgpu/hawaii_sdma1.bin +firmware: amdgpu/hawaii_smc.bin +firmware: amdgpu/hawaii_uvd.bin +firmware: amdgpu/hawaii_vce.bin +firmware: amdgpu/ip_discovery.bin +firmware: amdgpu/kabini_ce.bin +firmware: amdgpu/kabini_me.bin +firmware: amdgpu/kabini_mec.bin +firmware: amdgpu/kabini_pfp.bin +firmware: amdgpu/kabini_rlc.bin +firmware: amdgpu/kabini_sdma.bin +firmware: amdgpu/kabini_sdma1.bin +firmware: amdgpu/kabini_uvd.bin +firmware: amdgpu/kabini_vce.bin +firmware: amdgpu/kaveri_ce.bin +firmware: amdgpu/kaveri_me.bin +firmware: amdgpu/kaveri_mec.bin +firmware: amdgpu/kaveri_mec2.bin +firmware: amdgpu/kaveri_pfp.bin +firmware: amdgpu/kaveri_rlc.bin +firmware: amdgpu/kaveri_sdma.bin +firmware: amdgpu/kaveri_sdma1.bin +firmware: amdgpu/kaveri_uvd.bin +firmware: amdgpu/kaveri_vce.bin +firmware: amdgpu/mullins_ce.bin +firmware: amdgpu/mullins_me.bin +firmware: amdgpu/mullins_mec.bin +firmware: amdgpu/mullins_pfp.bin +firmware: amdgpu/mullins_rlc.bin +firmware: amdgpu/mullins_sdma.bin +firmware: amdgpu/mullins_sdma1.bin +firmware: amdgpu/mullins_uvd.bin +firmware: amdgpu/mullins_vce.bin +firmware: amdgpu/navi10_asd.bin +firmware: amdgpu/navi10_ce.bin +firmware: amdgpu/navi10_me.bin +firmware: amdgpu/navi10_mec.bin +firmware: amdgpu/navi10_mec2.bin +firmware: amdgpu/navi10_mes.bin +firmware: amdgpu/navi10_pfp.bin +firmware: amdgpu/navi10_rlc.bin +firmware: amdgpu/navi10_sdma.bin +firmware: amdgpu/navi10_sdma1.bin +firmware: amdgpu/navi10_smc.bin +firmware: amdgpu/navi10_sos.bin +firmware: amdgpu/navi10_ta.bin +firmware: amdgpu/navi10_vcn.bin +firmware: amdgpu/navi12_asd.bin +firmware: amdgpu/navi12_cap.bin +firmware: amdgpu/navi12_ce.bin +firmware: amdgpu/navi12_dmcu.bin +firmware: amdgpu/navi12_gpu_info.bin +firmware: amdgpu/navi12_me.bin +firmware: amdgpu/navi12_mec.bin +firmware: amdgpu/navi12_mec2.bin +firmware: amdgpu/navi12_pfp.bin +firmware: amdgpu/navi12_rlc.bin +firmware: amdgpu/navi12_sdma.bin +firmware: amdgpu/navi12_sdma1.bin +firmware: amdgpu/navi12_smc.bin +firmware: amdgpu/navi12_sos.bin +firmware: amdgpu/navi12_ta.bin +firmware: amdgpu/navi12_vcn.bin +firmware: amdgpu/navi14_asd.bin +firmware: amdgpu/navi14_ce.bin +firmware: amdgpu/navi14_ce_wks.bin +firmware: amdgpu/navi14_me.bin +firmware: amdgpu/navi14_me_wks.bin +firmware: amdgpu/navi14_mec.bin +firmware: amdgpu/navi14_mec2.bin +firmware: amdgpu/navi14_mec2_wks.bin +firmware: amdgpu/navi14_mec_wks.bin +firmware: amdgpu/navi14_pfp.bin +firmware: amdgpu/navi14_pfp_wks.bin +firmware: amdgpu/navi14_rlc.bin +firmware: amdgpu/navi14_sdma.bin +firmware: amdgpu/navi14_sdma1.bin +firmware: amdgpu/navi14_smc.bin +firmware: amdgpu/navi14_sos.bin +firmware: amdgpu/navi14_ta.bin +firmware: amdgpu/navi14_vcn.bin +firmware: amdgpu/navy_flounder_ce.bin +firmware: amdgpu/navy_flounder_dmcub.bin +firmware: amdgpu/navy_flounder_me.bin +firmware: amdgpu/navy_flounder_mec.bin +firmware: amdgpu/navy_flounder_mec2.bin +firmware: amdgpu/navy_flounder_pfp.bin +firmware: amdgpu/navy_flounder_rlc.bin +firmware: amdgpu/navy_flounder_sdma.bin +firmware: amdgpu/navy_flounder_smc.bin +firmware: amdgpu/navy_flounder_sos.bin +firmware: amdgpu/navy_flounder_ta.bin +firmware: amdgpu/navy_flounder_vcn.bin +firmware: amdgpu/oland_ce.bin +firmware: amdgpu/oland_k_smc.bin +firmware: amdgpu/oland_mc.bin +firmware: amdgpu/oland_me.bin +firmware: amdgpu/oland_pfp.bin +firmware: amdgpu/oland_rlc.bin +firmware: amdgpu/oland_smc.bin +firmware: amdgpu/oland_uvd.bin +firmware: amdgpu/picasso_asd.bin +firmware: amdgpu/picasso_ce.bin +firmware: amdgpu/picasso_gpu_info.bin +firmware: amdgpu/picasso_me.bin +firmware: amdgpu/picasso_mec.bin +firmware: amdgpu/picasso_mec2.bin +firmware: amdgpu/picasso_pfp.bin +firmware: amdgpu/picasso_rlc.bin +firmware: amdgpu/picasso_rlc_am4.bin +firmware: amdgpu/picasso_sdma.bin +firmware: amdgpu/picasso_ta.bin +firmware: amdgpu/picasso_vcn.bin +firmware: amdgpu/pitcairn_ce.bin +firmware: amdgpu/pitcairn_k_smc.bin +firmware: amdgpu/pitcairn_mc.bin +firmware: amdgpu/pitcairn_me.bin +firmware: amdgpu/pitcairn_pfp.bin +firmware: amdgpu/pitcairn_rlc.bin +firmware: amdgpu/pitcairn_smc.bin +firmware: amdgpu/pitcairn_uvd.bin +firmware: amdgpu/polaris10_ce.bin +firmware: amdgpu/polaris10_ce_2.bin +firmware: amdgpu/polaris10_k2_smc.bin +firmware: amdgpu/polaris10_k_mc.bin +firmware: amdgpu/polaris10_k_smc.bin +firmware: amdgpu/polaris10_mc.bin +firmware: amdgpu/polaris10_me.bin +firmware: amdgpu/polaris10_me_2.bin +firmware: amdgpu/polaris10_mec.bin +firmware: amdgpu/polaris10_mec2.bin +firmware: amdgpu/polaris10_mec2_2.bin +firmware: amdgpu/polaris10_mec_2.bin +firmware: amdgpu/polaris10_pfp.bin +firmware: amdgpu/polaris10_pfp_2.bin +firmware: amdgpu/polaris10_rlc.bin +firmware: amdgpu/polaris10_sdma.bin +firmware: amdgpu/polaris10_sdma1.bin +firmware: amdgpu/polaris10_smc.bin +firmware: amdgpu/polaris10_smc_sk.bin +firmware: amdgpu/polaris10_uvd.bin +firmware: amdgpu/polaris10_vce.bin +firmware: amdgpu/polaris11_ce.bin +firmware: amdgpu/polaris11_ce_2.bin +firmware: amdgpu/polaris11_k2_smc.bin +firmware: amdgpu/polaris11_k_mc.bin +firmware: amdgpu/polaris11_k_smc.bin +firmware: amdgpu/polaris11_mc.bin +firmware: amdgpu/polaris11_me.bin +firmware: amdgpu/polaris11_me_2.bin +firmware: amdgpu/polaris11_mec.bin +firmware: amdgpu/polaris11_mec2.bin +firmware: amdgpu/polaris11_mec2_2.bin +firmware: amdgpu/polaris11_mec_2.bin +firmware: amdgpu/polaris11_pfp.bin +firmware: amdgpu/polaris11_pfp_2.bin +firmware: amdgpu/polaris11_rlc.bin +firmware: amdgpu/polaris11_sdma.bin +firmware: amdgpu/polaris11_sdma1.bin +firmware: amdgpu/polaris11_smc.bin +firmware: amdgpu/polaris11_smc_sk.bin +firmware: amdgpu/polaris11_uvd.bin +firmware: amdgpu/polaris11_vce.bin +firmware: amdgpu/polaris12_32_mc.bin +firmware: amdgpu/polaris12_ce.bin +firmware: amdgpu/polaris12_ce_2.bin +firmware: amdgpu/polaris12_k_mc.bin +firmware: amdgpu/polaris12_k_smc.bin +firmware: amdgpu/polaris12_mc.bin +firmware: amdgpu/polaris12_me.bin +firmware: amdgpu/polaris12_me_2.bin +firmware: amdgpu/polaris12_mec.bin +firmware: amdgpu/polaris12_mec2.bin +firmware: amdgpu/polaris12_mec2_2.bin +firmware: amdgpu/polaris12_mec_2.bin +firmware: amdgpu/polaris12_pfp.bin +firmware: amdgpu/polaris12_pfp_2.bin +firmware: amdgpu/polaris12_rlc.bin +firmware: amdgpu/polaris12_sdma.bin +firmware: amdgpu/polaris12_sdma1.bin +firmware: amdgpu/polaris12_smc.bin +firmware: amdgpu/polaris12_uvd.bin +firmware: amdgpu/polaris12_vce.bin +firmware: amdgpu/psp_13_0_0_sos.bin +firmware: amdgpu/psp_13_0_0_ta.bin +firmware: amdgpu/psp_13_0_10_sos.bin +firmware: amdgpu/psp_13_0_10_ta.bin +firmware: amdgpu/psp_13_0_11_ta.bin +firmware: amdgpu/psp_13_0_11_toc.bin +firmware: amdgpu/psp_13_0_4_ta.bin +firmware: amdgpu/psp_13_0_4_toc.bin +firmware: amdgpu/psp_13_0_5_ta.bin +firmware: amdgpu/psp_13_0_5_toc.bin +firmware: amdgpu/psp_13_0_6_sos.bin +firmware: amdgpu/psp_13_0_6_ta.bin +firmware: amdgpu/psp_13_0_7_sos.bin +firmware: amdgpu/psp_13_0_7_ta.bin +firmware: amdgpu/psp_13_0_8_ta.bin +firmware: amdgpu/psp_13_0_8_toc.bin +firmware: amdgpu/raven2_asd.bin +firmware: amdgpu/raven2_ce.bin +firmware: amdgpu/raven2_gpu_info.bin +firmware: amdgpu/raven2_me.bin +firmware: amdgpu/raven2_mec.bin +firmware: amdgpu/raven2_mec2.bin +firmware: amdgpu/raven2_pfp.bin +firmware: amdgpu/raven2_rlc.bin +firmware: amdgpu/raven2_sdma.bin +firmware: amdgpu/raven2_ta.bin +firmware: amdgpu/raven2_vcn.bin +firmware: amdgpu/raven_asd.bin +firmware: amdgpu/raven_ce.bin +firmware: amdgpu/raven_dmcu.bin +firmware: amdgpu/raven_gpu_info.bin +firmware: amdgpu/raven_kicker_rlc.bin +firmware: amdgpu/raven_me.bin +firmware: amdgpu/raven_mec.bin +firmware: amdgpu/raven_mec2.bin +firmware: amdgpu/raven_pfp.bin +firmware: amdgpu/raven_rlc.bin +firmware: amdgpu/raven_sdma.bin +firmware: amdgpu/raven_ta.bin +firmware: amdgpu/raven_vcn.bin +firmware: amdgpu/renoir_asd.bin +firmware: amdgpu/renoir_ce.bin +firmware: amdgpu/renoir_dmcub.bin +firmware: amdgpu/renoir_me.bin +firmware: amdgpu/renoir_mec.bin +firmware: amdgpu/renoir_pfp.bin +firmware: amdgpu/renoir_rlc.bin +firmware: amdgpu/renoir_sdma.bin +firmware: amdgpu/renoir_ta.bin +firmware: amdgpu/renoir_vcn.bin +firmware: amdgpu/sdma_4_4_2.bin +firmware: amdgpu/sdma_5_2_6.bin +firmware: amdgpu/sdma_5_2_7.bin +firmware: amdgpu/sdma_6_0_0.bin +firmware: amdgpu/sdma_6_0_1.bin +firmware: amdgpu/sdma_6_0_2.bin +firmware: amdgpu/sdma_6_0_3.bin +firmware: amdgpu/si58_mc.bin +firmware: amdgpu/sienna_cichlid_cap.bin +firmware: amdgpu/sienna_cichlid_ce.bin +firmware: amdgpu/sienna_cichlid_dmcub.bin +firmware: amdgpu/sienna_cichlid_me.bin +firmware: amdgpu/sienna_cichlid_mec.bin +firmware: amdgpu/sienna_cichlid_mec2.bin +firmware: amdgpu/sienna_cichlid_mes.bin +firmware: amdgpu/sienna_cichlid_mes1.bin +firmware: amdgpu/sienna_cichlid_pfp.bin +firmware: amdgpu/sienna_cichlid_rlc.bin +firmware: amdgpu/sienna_cichlid_sdma.bin +firmware: amdgpu/sienna_cichlid_smc.bin +firmware: amdgpu/sienna_cichlid_sos.bin +firmware: amdgpu/sienna_cichlid_ta.bin +firmware: amdgpu/sienna_cichlid_vcn.bin +firmware: amdgpu/smu_13_0_0.bin +firmware: amdgpu/smu_13_0_10.bin +firmware: amdgpu/smu_13_0_7.bin +firmware: amdgpu/stoney_ce.bin +firmware: amdgpu/stoney_me.bin +firmware: amdgpu/stoney_mec.bin +firmware: amdgpu/stoney_pfp.bin +firmware: amdgpu/stoney_rlc.bin +firmware: amdgpu/stoney_sdma.bin +firmware: amdgpu/stoney_uvd.bin +firmware: amdgpu/stoney_vce.bin +firmware: amdgpu/tahiti_ce.bin +firmware: amdgpu/tahiti_mc.bin +firmware: amdgpu/tahiti_me.bin +firmware: amdgpu/tahiti_pfp.bin +firmware: amdgpu/tahiti_rlc.bin +firmware: amdgpu/tahiti_smc.bin +firmware: amdgpu/tahiti_uvd.bin +firmware: amdgpu/tonga_ce.bin +firmware: amdgpu/tonga_k_smc.bin +firmware: amdgpu/tonga_mc.bin +firmware: amdgpu/tonga_me.bin +firmware: amdgpu/tonga_mec.bin +firmware: amdgpu/tonga_mec2.bin +firmware: amdgpu/tonga_pfp.bin +firmware: amdgpu/tonga_rlc.bin +firmware: amdgpu/tonga_sdma.bin +firmware: amdgpu/tonga_sdma1.bin +firmware: amdgpu/tonga_smc.bin +firmware: amdgpu/tonga_uvd.bin +firmware: amdgpu/tonga_vce.bin +firmware: amdgpu/topaz_ce.bin +firmware: amdgpu/topaz_k_smc.bin +firmware: amdgpu/topaz_mc.bin +firmware: amdgpu/topaz_me.bin +firmware: amdgpu/topaz_mec.bin +firmware: amdgpu/topaz_pfp.bin +firmware: amdgpu/topaz_rlc.bin +firmware: amdgpu/topaz_sdma.bin +firmware: amdgpu/topaz_sdma1.bin +firmware: amdgpu/topaz_smc.bin +firmware: amdgpu/vangogh_asd.bin +firmware: amdgpu/vangogh_ce.bin +firmware: amdgpu/vangogh_dmcub.bin +firmware: amdgpu/vangogh_me.bin +firmware: amdgpu/vangogh_mec.bin +firmware: amdgpu/vangogh_mec2.bin +firmware: amdgpu/vangogh_pfp.bin +firmware: amdgpu/vangogh_rlc.bin +firmware: amdgpu/vangogh_sdma.bin +firmware: amdgpu/vangogh_toc.bin +firmware: amdgpu/vangogh_vcn.bin +firmware: amdgpu/vcn_3_1_2.bin +firmware: amdgpu/vcn_4_0_0.bin +firmware: amdgpu/vcn_4_0_2.bin +firmware: amdgpu/vcn_4_0_3.bin +firmware: amdgpu/vcn_4_0_4.bin +firmware: amdgpu/vega10_acg_smc.bin +firmware: amdgpu/vega10_asd.bin +firmware: amdgpu/vega10_cap.bin +firmware: amdgpu/vega10_ce.bin +firmware: amdgpu/vega10_gpu_info.bin +firmware: amdgpu/vega10_me.bin +firmware: amdgpu/vega10_mec.bin +firmware: amdgpu/vega10_mec2.bin +firmware: amdgpu/vega10_pfp.bin +firmware: amdgpu/vega10_rlc.bin +firmware: amdgpu/vega10_sdma.bin +firmware: amdgpu/vega10_sdma1.bin +firmware: amdgpu/vega10_smc.bin +firmware: amdgpu/vega10_sos.bin +firmware: amdgpu/vega10_uvd.bin +firmware: amdgpu/vega10_vce.bin +firmware: amdgpu/vega12_asd.bin +firmware: amdgpu/vega12_ce.bin +firmware: amdgpu/vega12_gpu_info.bin +firmware: amdgpu/vega12_me.bin +firmware: amdgpu/vega12_mec.bin +firmware: amdgpu/vega12_mec2.bin +firmware: amdgpu/vega12_pfp.bin +firmware: amdgpu/vega12_rlc.bin +firmware: amdgpu/vega12_sdma.bin +firmware: amdgpu/vega12_sdma1.bin +firmware: amdgpu/vega12_smc.bin +firmware: amdgpu/vega12_sos.bin +firmware: amdgpu/vega12_uvd.bin +firmware: amdgpu/vega12_vce.bin +firmware: amdgpu/vega20_asd.bin +firmware: amdgpu/vega20_ce.bin +firmware: amdgpu/vega20_me.bin +firmware: amdgpu/vega20_mec.bin +firmware: amdgpu/vega20_mec2.bin +firmware: amdgpu/vega20_pfp.bin +firmware: amdgpu/vega20_rlc.bin +firmware: amdgpu/vega20_sdma.bin +firmware: amdgpu/vega20_sdma1.bin +firmware: amdgpu/vega20_smc.bin +firmware: amdgpu/vega20_sos.bin +firmware: amdgpu/vega20_ta.bin +firmware: amdgpu/vega20_uvd.bin +firmware: amdgpu/vega20_vce.bin +firmware: amdgpu/vegam_ce.bin +firmware: amdgpu/vegam_me.bin +firmware: amdgpu/vegam_mec.bin +firmware: amdgpu/vegam_mec2.bin +firmware: amdgpu/vegam_pfp.bin +firmware: amdgpu/vegam_rlc.bin +firmware: amdgpu/vegam_sdma.bin +firmware: amdgpu/vegam_sdma1.bin +firmware: amdgpu/vegam_smc.bin +firmware: amdgpu/vegam_uvd.bin +firmware: amdgpu/vegam_vce.bin +firmware: amdgpu/verde_ce.bin +firmware: amdgpu/verde_k_smc.bin +firmware: amdgpu/verde_mc.bin +firmware: amdgpu/verde_me.bin +firmware: amdgpu/verde_pfp.bin +firmware: amdgpu/verde_rlc.bin +firmware: amdgpu/verde_smc.bin +firmware: amdgpu/verde_uvd.bin +firmware: amdgpu/yellow_carp_ce.bin +firmware: amdgpu/yellow_carp_dmcub.bin +firmware: amdgpu/yellow_carp_me.bin +firmware: amdgpu/yellow_carp_mec.bin +firmware: amdgpu/yellow_carp_mec2.bin +firmware: amdgpu/yellow_carp_pfp.bin +firmware: amdgpu/yellow_carp_rlc.bin +firmware: amdgpu/yellow_carp_sdma.bin +firmware: amdgpu/yellow_carp_ta.bin +firmware: amdgpu/yellow_carp_toc.bin +firmware: amdgpu/yellow_carp_vcn.bin +firmware: ar5523.bin +firmware: asihpi/dsp5000.bin +firmware: asihpi/dsp6200.bin +firmware: asihpi/dsp6205.bin +firmware: asihpi/dsp6400.bin +firmware: asihpi/dsp6600.bin +firmware: asihpi/dsp8700.bin +firmware: asihpi/dsp8900.bin +firmware: ast_dp501_fw.bin +firmware: ath10k/QCA6174/hw2.1/board-2.bin +firmware: ath10k/QCA6174/hw2.1/board.bin +firmware: ath10k/QCA6174/hw2.1/firmware-4.bin +firmware: ath10k/QCA6174/hw2.1/firmware-5.bin +firmware: ath10k/QCA6174/hw3.0/board-2.bin +firmware: ath10k/QCA6174/hw3.0/board.bin +firmware: ath10k/QCA6174/hw3.0/firmware-4.bin +firmware: ath10k/QCA6174/hw3.0/firmware-5.bin +firmware: ath10k/QCA6174/hw3.0/firmware-6.bin +firmware: ath10k/QCA9377/hw1.0/board.bin +firmware: ath10k/QCA9377/hw1.0/firmware-5.bin +firmware: ath10k/QCA9377/hw1.0/firmware-6.bin +firmware: ath10k/QCA9887/hw1.0/board-2.bin +firmware: ath10k/QCA9887/hw1.0/board.bin +firmware: ath10k/QCA9887/hw1.0/firmware-5.bin +firmware: ath10k/QCA988X/hw2.0/board-2.bin +firmware: ath10k/QCA988X/hw2.0/board.bin +firmware: ath10k/QCA988X/hw2.0/firmware-2.bin +firmware: ath10k/QCA988X/hw2.0/firmware-3.bin +firmware: ath10k/QCA988X/hw2.0/firmware-4.bin +firmware: ath10k/QCA988X/hw2.0/firmware-5.bin +firmware: ath11k/QCA6390/hw2.0/* +firmware: ath11k/QCN9074/hw1.0/* +firmware: ath11k/WCN6855/hw2.0/* +firmware: ath11k/WCN6855/hw2.1/* +firmware: ath3k-1.fw +firmware: ath6k/AR6003/hw2.0/athwlan.bin.z77 +firmware: ath6k/AR6003/hw2.0/bdata.SD31.bin +firmware: ath6k/AR6003/hw2.0/bdata.bin +firmware: ath6k/AR6003/hw2.0/data.patch.bin +firmware: ath6k/AR6003/hw2.0/otp.bin.z77 +firmware: ath6k/AR6003/hw2.1.1/athwlan.bin +firmware: ath6k/AR6003/hw2.1.1/bdata.SD31.bin +firmware: ath6k/AR6003/hw2.1.1/bdata.bin +firmware: ath6k/AR6003/hw2.1.1/data.patch.bin +firmware: ath6k/AR6003/hw2.1.1/otp.bin +firmware: ath6k/AR6004/hw1.0/bdata.DB132.bin +firmware: ath6k/AR6004/hw1.0/bdata.bin +firmware: ath6k/AR6004/hw1.0/fw.ram.bin +firmware: ath6k/AR6004/hw1.1/bdata.DB132.bin +firmware: ath6k/AR6004/hw1.1/bdata.bin +firmware: ath6k/AR6004/hw1.1/fw.ram.bin +firmware: ath6k/AR6004/hw1.2/bdata.bin +firmware: ath6k/AR6004/hw1.2/fw.ram.bin +firmware: ath6k/AR6004/hw1.3/bdata.bin +firmware: ath6k/AR6004/hw1.3/fw.ram.bin +firmware: ath9k_htc/htc_7010-1.4.0.fw +firmware: ath9k_htc/htc_9271-1.4.0.fw +firmware: atmel/wilc1000_wifi_firmware-1.bin +firmware: atmel_at76c502-wpa.bin +firmware: atmel_at76c502.bin +firmware: atmel_at76c502_3com-wpa.bin +firmware: atmel_at76c502_3com.bin +firmware: atmel_at76c502d-wpa.bin +firmware: atmel_at76c502d.bin +firmware: atmel_at76c502e-wpa.bin +firmware: atmel_at76c502e.bin +firmware: atmel_at76c503-i3861.bin +firmware: atmel_at76c503-i3863.bin +firmware: atmel_at76c503-rfmd-acc.bin +firmware: atmel_at76c503-rfmd.bin +firmware: atmel_at76c504-wpa.bin +firmware: atmel_at76c504.bin +firmware: atmel_at76c504_2958-wpa.bin +firmware: atmel_at76c504_2958.bin +firmware: atmel_at76c504a_2958-wpa.bin +firmware: atmel_at76c504a_2958.bin +firmware: atmel_at76c505-rfmd.bin +firmware: atmel_at76c505-rfmd2958.bin +firmware: atmel_at76c505a-rfmd2958.bin +firmware: atmel_at76c505amx-rfmd.bin +firmware: atmel_at76c506-wpa.bin +firmware: atmel_at76c506.bin +firmware: atsc_denver.inp +firmware: av7110/bootcode.bin +firmware: b43/ucode11.fw +firmware: b43/ucode13.fw +firmware: b43/ucode14.fw +firmware: b43/ucode15.fw +firmware: b43/ucode16_lp.fw +firmware: b43/ucode16_mimo.fw +firmware: b43/ucode24_lcn.fw +firmware: b43/ucode25_lcn.fw +firmware: b43/ucode25_mimo.fw +firmware: b43/ucode26_mimo.fw +firmware: b43/ucode29_mimo.fw +firmware: b43/ucode30_mimo.fw +firmware: b43/ucode33_lcn40.fw +firmware: b43/ucode40.fw +firmware: b43/ucode42.fw +firmware: b43/ucode5.fw +firmware: b43/ucode9.fw +firmware: b43legacy/ucode2.fw +firmware: b43legacy/ucode4.fw +firmware: bfubase.frm +firmware: bnx2/bnx2-mips-06-6.2.3.fw +firmware: bnx2/bnx2-mips-09-6.2.1b.fw +firmware: bnx2/bnx2-rv2p-06-6.0.15.fw +firmware: bnx2/bnx2-rv2p-09-6.0.17.fw +firmware: bnx2/bnx2-rv2p-09ax-6.0.17.fw +firmware: bnx2x/bnx2x-e1-7.13.15.0.fw +firmware: bnx2x/bnx2x-e1-7.13.21.0.fw +firmware: bnx2x/bnx2x-e1h-7.13.15.0.fw +firmware: bnx2x/bnx2x-e1h-7.13.21.0.fw +firmware: bnx2x/bnx2x-e2-7.13.15.0.fw +firmware: bnx2x/bnx2x-e2-7.13.21.0.fw +firmware: brcm/bcm43xx-0.fw +firmware: brcm/bcm43xx_hdr-0.fw +firmware: brcm/brcmbt4377*.bin +firmware: brcm/brcmbt4377*.ptb +firmware: brcm/brcmbt4378*.bin +firmware: brcm/brcmbt4378*.ptb +firmware: brcm/brcmbt4387*.bin +firmware: brcm/brcmbt4387*.ptb +firmware: brcm/brcmfmac*-pcie.*.bin +firmware: brcm/brcmfmac*-pcie.*.clm_blob +firmware: brcm/brcmfmac*-pcie.*.txcap_blob +firmware: brcm/brcmfmac*-pcie.*.txt +firmware: brcm/brcmfmac*-pcie.txt +firmware: brcm/brcmfmac*-sdio.*.bin +firmware: brcm/brcmfmac*-sdio.*.txt +firmware: brcm/brcmfmac43012-sdio.bin +firmware: brcm/brcmfmac43012-sdio.clm_blob +firmware: brcm/brcmfmac43143-sdio.bin +firmware: brcm/brcmfmac43143.bin +firmware: brcm/brcmfmac43236b.bin +firmware: brcm/brcmfmac43241b0-sdio.bin +firmware: brcm/brcmfmac43241b4-sdio.bin +firmware: brcm/brcmfmac43241b5-sdio.bin +firmware: brcm/brcmfmac43242a.bin +firmware: brcm/brcmfmac4329-sdio.bin +firmware: brcm/brcmfmac4330-sdio.bin +firmware: brcm/brcmfmac4334-sdio.bin +firmware: brcm/brcmfmac43340-sdio.bin +firmware: brcm/brcmfmac4335-sdio.bin +firmware: brcm/brcmfmac43362-sdio.bin +firmware: brcm/brcmfmac4339-sdio.bin +firmware: brcm/brcmfmac43430-sdio.bin +firmware: brcm/brcmfmac43430-sdio.clm_blob +firmware: brcm/brcmfmac43430a0-sdio.bin +firmware: brcm/brcmfmac43430b0-sdio.bin +firmware: brcm/brcmfmac43439-sdio.bin +firmware: brcm/brcmfmac43439-sdio.clm_blob +firmware: brcm/brcmfmac43455-sdio.bin +firmware: brcm/brcmfmac43455-sdio.clm_blob +firmware: brcm/brcmfmac43456-sdio.bin +firmware: brcm/brcmfmac4350-pcie.bin +firmware: brcm/brcmfmac4350c2-pcie.bin +firmware: brcm/brcmfmac4354-sdio.bin +firmware: brcm/brcmfmac4354-sdio.clm_blob +firmware: brcm/brcmfmac4355-pcie.bin +firmware: brcm/brcmfmac4355-pcie.clm_blob +firmware: brcm/brcmfmac4355c1-pcie.bin +firmware: brcm/brcmfmac4355c1-pcie.clm_blob +firmware: brcm/brcmfmac4356-pcie.bin +firmware: brcm/brcmfmac4356-pcie.clm_blob +firmware: brcm/brcmfmac4356-sdio.bin +firmware: brcm/brcmfmac4356-sdio.clm_blob +firmware: brcm/brcmfmac43569.bin +firmware: brcm/brcmfmac43570-pcie.bin +firmware: brcm/brcmfmac43570-pcie.clm_blob +firmware: brcm/brcmfmac4358-pcie.bin +firmware: brcm/brcmfmac4359-pcie.bin +firmware: brcm/brcmfmac4359-sdio.bin +firmware: brcm/brcmfmac4359c-pcie.bin +firmware: brcm/brcmfmac43602-pcie.bin +firmware: brcm/brcmfmac4364b2-pcie.bin +firmware: brcm/brcmfmac4364b2-pcie.clm_blob +firmware: brcm/brcmfmac4364b3-pcie.bin +firmware: brcm/brcmfmac4364b3-pcie.clm_blob +firmware: brcm/brcmfmac4365b-pcie.bin +firmware: brcm/brcmfmac4365c-pcie.bin +firmware: brcm/brcmfmac4366b-pcie.bin +firmware: brcm/brcmfmac4366c-pcie.bin +firmware: brcm/brcmfmac4371-pcie.bin +firmware: brcm/brcmfmac4373-sdio.bin +firmware: brcm/brcmfmac4373-sdio.clm_blob +firmware: brcm/brcmfmac4373.bin +firmware: brcm/brcmfmac43752-sdio.bin +firmware: brcm/brcmfmac43752-sdio.clm_blob +firmware: brcm/brcmfmac4377b3-pcie.bin +firmware: brcm/brcmfmac4377b3-pcie.clm_blob +firmware: brcm/brcmfmac4378b1-pcie.bin +firmware: brcm/brcmfmac4378b1-pcie.clm_blob +firmware: brcm/brcmfmac4378b3-pcie.bin +firmware: brcm/brcmfmac4378b3-pcie.clm_blob +firmware: brcm/brcmfmac4387c2-pcie.bin +firmware: brcm/brcmfmac4387c2-pcie.clm_blob +firmware: c218tunx.cod +firmware: c320tunx.cod +firmware: cadence/mhdp8546.bin +firmware: carl9170-1.fw +firmware: cavium/cnn55xx_se.fw +firmware: cbfw-3.2.5.1.bin +firmware: cf-fsi-fw.bin +firmware: cis/3CCFEM556.cis +firmware: cis/3CXEM556.cis +firmware: cis/COMpad2.cis +firmware: cis/COMpad4.cis +firmware: cis/DP83903.cis +firmware: cis/LA-PCM.cis +firmware: cis/MT5634ZLX.cis +firmware: cis/NE2K.cis +firmware: cis/PCMLM28.cis +firmware: cis/PE-200.cis +firmware: cis/PE520.cis +firmware: cis/RS-COM-2P.cis +firmware: cis/SW_555_SER.cis +firmware: cis/SW_7xx_SER.cis +firmware: cis/SW_8xx_SER.cis +firmware: cis/tamarack.cis +firmware: cmmb_ming_app.inp +firmware: cmmb_vega_12mhz.inp +firmware: cmmb_venice_12mhz.inp +firmware: comedi/jr3pci.idm +firmware: cp204unx.cod +firmware: cs46xx/cwc4630 +firmware: cs46xx/cwcasync +firmware: cs46xx/cwcbinhack +firmware: cs46xx/cwcdma +firmware: cs46xx/cwcsnoop +firmware: ct2fw-3.2.5.1.bin +firmware: ctefx-desktop.bin +firmware: ctefx-r3di.bin +firmware: ctefx.bin +firmware: ctfw-3.2.5.1.bin +firmware: cxgb3/ael2005_opt_edc.bin +firmware: cxgb3/ael2005_twx_edc.bin +firmware: cxgb3/ael2020_twx_edc.bin +firmware: cxgb3/t3b_psram-1.1.0.bin +firmware: cxgb3/t3c_psram-1.1.0.bin +firmware: cxgb3/t3fw-7.12.0.bin +firmware: cxgb4/t4fw.bin +firmware: cxgb4/t5fw.bin +firmware: cxgb4/t6fw.bin +firmware: daqboard2000_firmware.bin +firmware: digiface_firmware.bin +firmware: digiface_firmware_rev11.bin +firmware: dvb-cx18-mpc718-mt352.fw +firmware: dvb-demod-m88ds3103.fw +firmware: dvb-demod-m88ds3103b.fw +firmware: dvb-demod-m88rs6000.fw +firmware: dvb-demod-mn88472-02.fw +firmware: dvb-demod-mn88473-01.fw +firmware: dvb-demod-mxl692.fw +firmware: dvb-demod-si2165.fw +firmware: dvb-demod-si2168-a20-01.fw +firmware: dvb-demod-si2168-a30-01.fw +firmware: dvb-demod-si2168-b40-01.fw +firmware: dvb-demod-si2168-d60-01.fw +firmware: dvb-fe-af9013.fw +firmware: dvb-fe-cx24117.fw +firmware: dvb-fe-drxj-mc-1.0.8.fw +firmware: dvb-fe-ds3000.fw +firmware: dvb-fe-tda10071.fw +firmware: dvb-fe-xc4000-1.4.1.fw +firmware: dvb-fe-xc4000-1.4.fw +firmware: dvb-fe-xc5000-1.6.114.fw +firmware: dvb-fe-xc5000c-4.1.30.7.fw +firmware: dvb-tuner-si2141-a10-01.fw +firmware: dvb-tuner-si2157-a30-01.fw +firmware: dvb-tuner-si2158-a20-01.fw +firmware: dvb-usb-af9015.fw +firmware: dvb-usb-af9035-02.fw +firmware: dvb-usb-dib0700-1.20.fw +firmware: dvb-usb-dw2101.fw +firmware: dvb-usb-dw2102.fw +firmware: dvb-usb-dw2104.fw +firmware: dvb-usb-dw3101.fw +firmware: dvb-usb-ec168.fw +firmware: dvb-usb-it9135-01.fw +firmware: dvb-usb-it9135-02.fw +firmware: dvb-usb-it9303-01.fw +firmware: dvb-usb-lme2510-lg.fw +firmware: dvb-usb-lme2510-s0194.fw +firmware: dvb-usb-lme2510c-lg.fw +firmware: dvb-usb-lme2510c-rs2000.fw +firmware: dvb-usb-lme2510c-s0194.fw +firmware: dvb-usb-lme2510c-s7395.fw +firmware: dvb-usb-p1100.fw +firmware: dvb-usb-p7500.fw +firmware: dvb-usb-s630.fw +firmware: dvb-usb-s660.fw +firmware: dvb-usb-terratec-h7-az6007.fw +firmware: dvb_driver_si2141_rom60.fw +firmware: dvb_driver_si2141_rom61.fw +firmware: dvb_driver_si2146_rom11.fw +firmware: dvb_driver_si2147_rom50.fw +firmware: dvb_driver_si2148_rom32.fw +firmware: dvb_driver_si2148_rom33.fw +firmware: dvb_driver_si2157_rom50.fw +firmware: dvb_driver_si2158_rom51.fw +firmware: dvb_driver_si2177_rom50.fw +firmware: dvb_driver_si2178_rom50.fw +firmware: dvb_nova_12mhz.inp +firmware: dvb_nova_12mhz_b0.inp +firmware: dvb_rio.inp +firmware: dvbh_rio.inp +firmware: e100/d101m_ucode.bin +firmware: e100/d101s_ucode.bin +firmware: e100/d102e_ucode.bin +firmware: ea/3g_asic.fw +firmware: ea/darla20_dsp.fw +firmware: ea/darla24_dsp.fw +firmware: ea/echo3g_dsp.fw +firmware: ea/gina20_dsp.fw +firmware: ea/gina24_301_asic.fw +firmware: ea/gina24_301_dsp.fw +firmware: ea/gina24_361_asic.fw +firmware: ea/gina24_361_dsp.fw +firmware: ea/indigo_dj_dsp.fw +firmware: ea/indigo_djx_dsp.fw +firmware: ea/indigo_dsp.fw +firmware: ea/indigo_io_dsp.fw +firmware: ea/indigo_iox_dsp.fw +firmware: ea/layla20_asic.fw +firmware: ea/layla20_dsp.fw +firmware: ea/layla24_1_asic.fw +firmware: ea/layla24_2A_asic.fw +firmware: ea/layla24_2S_asic.fw +firmware: ea/layla24_dsp.fw +firmware: ea/loader_dsp.fw +firmware: ea/mia_dsp.fw +firmware: ea/mona_2_asic.fw +firmware: ea/mona_301_1_asic_48.fw +firmware: ea/mona_301_1_asic_96.fw +firmware: ea/mona_301_dsp.fw +firmware: ea/mona_361_1_asic_48.fw +firmware: ea/mona_361_1_asic_96.fw +firmware: ea/mona_361_dsp.fw +firmware: edgeport/boot.fw +firmware: edgeport/boot2.fw +firmware: edgeport/down.fw +firmware: edgeport/down2.fw +firmware: edgeport/down3.bin +firmware: emi26/bitstream.fw +firmware: emi26/firmware.fw +firmware: emi26/loader.fw +firmware: emi62/bitstream.fw +firmware: emi62/loader.fw +firmware: emi62/spdif.fw +firmware: emu/audio_dock.fw +firmware: emu/emu0404.fw +firmware: emu/emu1010_notebook.fw +firmware: emu/emu1010b.fw +firmware: emu/hana.fw +firmware: emu/micro_dock.fw +firmware: ene-ub6250/ms_init.bin +firmware: ene-ub6250/ms_rdwr.bin +firmware: ene-ub6250/msp_rdwr.bin +firmware: ene-ub6250/sd_init1.bin +firmware: ene-ub6250/sd_init2.bin +firmware: ene-ub6250/sd_rdwr.bin +firmware: ess/maestro3_assp_kernel.fw +firmware: ess/maestro3_assp_minisrc.fw +firmware: f2255usb.bin +firmware: fm_radio.inp +firmware: fm_radio_rio.inp +firmware: fw.ram.bin +firmware: go7007/go7007fw.bin +firmware: go7007/go7007tv.bin +firmware: go7007/lr192.fw +firmware: go7007/px-m402u.fw +firmware: go7007/px-tv402u.fw +firmware: go7007/s2250-1.fw +firmware: go7007/s2250-2.fw +firmware: go7007/wis-startrek.fw +firmware: hfi1_dc8051.fw +firmware: hfi1_fabric.fw +firmware: hfi1_pcie.fw +firmware: hfi1_sbus.fw +firmware: i915/adlp_dmc.bin +firmware: i915/adlp_dmc_ver2_16.bin +firmware: i915/adlp_guc_69.0.3.bin +firmware: i915/adlp_guc_70.1.1.bin +firmware: i915/adlp_guc_70.bin +firmware: i915/adls_dmc_ver2_01.bin +firmware: i915/bxt_dmc_ver1_07.bin +firmware: i915/bxt_guc_70.1.1.bin +firmware: i915/bxt_huc_2.0.0.bin +firmware: i915/cml_guc_70.1.1.bin +firmware: i915/cml_huc_4.0.0.bin +firmware: i915/dg1_dmc_ver2_02.bin +firmware: i915/dg1_guc_70.bin +firmware: i915/dg1_huc.bin +firmware: i915/dg2_dmc_ver2_08.bin +firmware: i915/dg2_guc_70.bin +firmware: i915/dg2_huc_gsc.bin +firmware: i915/ehl_guc_70.1.1.bin +firmware: i915/ehl_huc_9.0.0.bin +firmware: i915/glk_dmc_ver1_04.bin +firmware: i915/glk_guc_70.1.1.bin +firmware: i915/glk_huc_4.0.0.bin +firmware: i915/icl_dmc_ver1_09.bin +firmware: i915/icl_guc_70.1.1.bin +firmware: i915/icl_huc_9.0.0.bin +firmware: i915/kbl_dmc_ver1_04.bin +firmware: i915/kbl_guc_70.1.1.bin +firmware: i915/kbl_huc_4.0.0.bin +firmware: i915/mtl_dmc.bin +firmware: i915/mtl_guc_70.bin +firmware: i915/mtl_huc_gsc.bin +firmware: i915/rkl_dmc_ver2_03.bin +firmware: i915/skl_dmc_ver1_27.bin +firmware: i915/skl_guc_70.1.1.bin +firmware: i915/skl_huc_2.0.0.bin +firmware: i915/tgl_dmc_ver2_12.bin +firmware: i915/tgl_guc_69.0.3.bin +firmware: i915/tgl_guc_70.1.1.bin +firmware: i915/tgl_guc_70.bin +firmware: i915/tgl_huc.bin +firmware: i915/tgl_huc_7.9.3.bin +firmware: icom_asc.bin +firmware: icom_call_setup.bin +firmware: icom_res_dce.bin +firmware: idt82p33xxx.bin +firmware: ifpp.bin +firmware: imx/sdma/sdma-imx6q.bin +firmware: imx/sdma/sdma-imx7d.bin +firmware: inside-secure/eip197_minifw/ifpp.bin +firmware: inside-secure/eip197_minifw/ipue.bin +firmware: inside-secure/eip197b/ifpp.bin +firmware: inside-secure/eip197b/ipue.bin +firmware: inside-secure/eip197d/ifpp.bin +firmware: inside-secure/eip197d/ipue.bin +firmware: intel/ibt-11-5.ddc +firmware: intel/ibt-11-5.sfi +firmware: intel/ibt-12-16.ddc +firmware: intel/ibt-12-16.sfi +firmware: intel/ice/ddp/ice.pkg +firmware: ipue.bin +firmware: ipw2100-1.3-i.fw +firmware: ipw2100-1.3-p.fw +firmware: ipw2100-1.3.fw +firmware: ipw2200-bss.fw +firmware: ipw2200-ibss.fw +firmware: ipw2200-sniffer.fw +firmware: isci/isci_firmware.bin +firmware: isdbt_nova_12mhz.inp +firmware: isdbt_nova_12mhz_b0.inp +firmware: isdbt_pele.inp +firmware: isdbt_rio.inp +firmware: isdn/ISAR.BIN +firmware: isight.fw +firmware: isl3886pci +firmware: isl3886usb +firmware: isl3887usb +firmware: iwlwifi-100-5.ucode +firmware: iwlwifi-1000-5.ucode +firmware: iwlwifi-105-6.ucode +firmware: iwlwifi-135-6.ucode +firmware: iwlwifi-2000-6.ucode +firmware: iwlwifi-2030-6.ucode +firmware: iwlwifi-3160-17.ucode +firmware: iwlwifi-3168-29.ucode +firmware: iwlwifi-3945-2.ucode +firmware: iwlwifi-4965-2.ucode +firmware: iwlwifi-5000-5.ucode +firmware: iwlwifi-5150-2.ucode +firmware: iwlwifi-6000-6.ucode +firmware: iwlwifi-6000g2a-6.ucode +firmware: iwlwifi-6000g2b-6.ucode +firmware: iwlwifi-6050-5.ucode +firmware: iwlwifi-7260-17.ucode +firmware: iwlwifi-7265-17.ucode +firmware: iwlwifi-7265D-29.ucode +firmware: iwlwifi-8000C-36.ucode +firmware: iwlwifi-8265-36.ucode +firmware: iwlwifi-9000-pu-b0-jf-b0-46.ucode +firmware: iwlwifi-9260-th-b0-jf-b0-46.ucode +firmware: iwlwifi-Qu-b0-hr-b0-77.ucode +firmware: iwlwifi-Qu-b0-jf-b0-77.ucode +firmware: iwlwifi-Qu-c0-hr-b0-77.ucode +firmware: iwlwifi-QuZ-a0-hr-b0-77.ucode +firmware: iwlwifi-QuZ-a0-jf-b0-77.ucode +firmware: iwlwifi-bz-a0-fm-b0-83.ucode +firmware: iwlwifi-bz-a0-fm-c0-83.ucode +firmware: iwlwifi-bz-a0-fm4-b0-83.ucode +firmware: iwlwifi-bz-a0-gf-a0-83.ucode +firmware: iwlwifi-bz-a0-gf4-a0-83.ucode +firmware: iwlwifi-bz-a0-hr-b0-83.ucode +firmware: iwlwifi-cc-a0-77.ucode +firmware: iwlwifi-gl-b0-fm-b0-83.ucode +firmware: iwlwifi-gl-c0-fm-c0-83.ucode +firmware: iwlwifi-ma-a0-gf-a0-83.ucode +firmware: iwlwifi-ma-a0-gf4-a0-83.ucode +firmware: iwlwifi-ma-a0-hr-b0-83.ucode +firmware: iwlwifi-ma-a0-mr-a0-83.ucode +firmware: iwlwifi-ma-b0-gf-a0-83.ucode +firmware: iwlwifi-ma-b0-gf4-a0-83.ucode +firmware: iwlwifi-ma-b0-hr-b0-83.ucode +firmware: iwlwifi-ma-b0-mr-a0-83.ucode +firmware: iwlwifi-sc-a0-fm-b0-83.ucode +firmware: iwlwifi-sc-a0-fm-c0-83.ucode +firmware: iwlwifi-sc-a0-gf-a0-83.ucode +firmware: iwlwifi-sc-a0-gf4-a0-83.ucode +firmware: iwlwifi-sc-a0-hr-b0-83.ucode +firmware: iwlwifi-sc-a0-wh-a0-83.ucode +firmware: iwlwifi-so-a0-gf-a0-83.ucode +firmware: iwlwifi-so-a0-hr-b0-83.ucode +firmware: iwlwifi-so-a0-jf-b0-83.ucode +firmware: iwlwifi-ty-a0-gf-a0-83.ucode +firmware: kaweth/new_code.bin +firmware: kaweth/new_code_fix.bin +firmware: kaweth/trigger_code.bin +firmware: kaweth/trigger_code_fix.bin +firmware: keyspan/mpr.fw +firmware: keyspan/usa18x.fw +firmware: keyspan/usa19.fw +firmware: keyspan/usa19qi.fw +firmware: keyspan/usa19qw.fw +firmware: keyspan/usa19w.fw +firmware: keyspan/usa28.fw +firmware: keyspan/usa28x.fw +firmware: keyspan/usa28xa.fw +firmware: keyspan/usa28xb.fw +firmware: keyspan/usa49w.fw +firmware: keyspan/usa49wlc.fw +firmware: keyspan_pda/keyspan_pda.fw +firmware: keyspan_pda/xircom_pgs.fw +firmware: korg/k1212.dsp +firmware: ks7010sd.rom +firmware: lantiq/xrx200_phy11g_a14.bin +firmware: lantiq/xrx200_phy11g_a22.bin +firmware: lantiq/xrx200_phy22f_a14.bin +firmware: lantiq/xrx200_phy22f_a22.bin +firmware: lantiq/xrx300_phy11g_a21.bin +firmware: lantiq/xrx300_phy22f_a21.bin +firmware: lattice-ecp3.bit +firmware: lbtf_usb.bin +firmware: lgs8g75.fw +firmware: libertas/cf8305.bin +firmware: libertas/cf8381.bin +firmware: libertas/cf8381_helper.bin +firmware: libertas/cf8385.bin +firmware: libertas/cf8385_helper.bin +firmware: libertas/gspi8385.bin +firmware: libertas/gspi8385_helper.bin +firmware: libertas/gspi8385_hlp.bin +firmware: libertas/gspi8686.bin +firmware: libertas/gspi8686_hlp.bin +firmware: libertas/gspi8686_v9.bin +firmware: libertas/gspi8686_v9_helper.bin +firmware: libertas/gspi8688.bin +firmware: libertas/gspi8688_helper.bin +firmware: libertas/sd8385.bin +firmware: libertas/sd8385_helper.bin +firmware: libertas/sd8686_v8.bin +firmware: libertas/sd8686_v8_helper.bin +firmware: libertas/sd8686_v9.bin +firmware: libertas/sd8686_v9_helper.bin +firmware: libertas/sd8688.bin +firmware: libertas/sd8688_helper.bin +firmware: libertas/usb8388.bin +firmware: libertas/usb8388_v5.bin +firmware: libertas/usb8388_v9.bin +firmware: libertas/usb8682.bin +firmware: libertas_cs.fw +firmware: libertas_cs_helper.fw +firmware: liquidio/lio_210nv_nic.bin +firmware: liquidio/lio_210sv_nic.bin +firmware: liquidio/lio_23xx_nic.bin +firmware: liquidio/lio_410nv_nic.bin +firmware: me2600_firmware.bin +firmware: me4000_firmware.bin +firmware: mediatek/BT_RAM_CODE_MT7961_1_2_hdr.bin +firmware: mediatek/WIFI_MT7922_patch_mcu_1_1_hdr.bin +firmware: mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin +firmware: mediatek/WIFI_RAM_CODE_MT7922_1.bin +firmware: mediatek/WIFI_RAM_CODE_MT7961_1.bin +firmware: mediatek/mt7610e.bin +firmware: mediatek/mt7610u.bin +firmware: mediatek/mt7615_cr4.bin +firmware: mediatek/mt7615_n9.bin +firmware: mediatek/mt7615_rom_patch.bin +firmware: mediatek/mt7622_n9.bin +firmware: mediatek/mt7622_rom_patch.bin +firmware: mediatek/mt7622pr2h.bin +firmware: mediatek/mt7650e.bin +firmware: mediatek/mt7663_n9_rebb.bin +firmware: mediatek/mt7663_n9_v3.bin +firmware: mediatek/mt7663pr2h.bin +firmware: mediatek/mt7663pr2h_rebb.bin +firmware: mediatek/mt7668pr2h.bin +firmware: mediatek/mt7915_rom_patch.bin +firmware: mediatek/mt7915_wa.bin +firmware: mediatek/mt7915_wm.bin +firmware: mediatek/mt7916_rom_patch.bin +firmware: mediatek/mt7916_wa.bin +firmware: mediatek/mt7916_wm.bin +firmware: mediatek/mt7986_rom_patch.bin +firmware: mediatek/mt7986_rom_patch_mt7975.bin +firmware: mediatek/mt7986_wa.bin +firmware: mediatek/mt7986_wm.bin +firmware: mediatek/mt7986_wm_mt7975.bin +firmware: mediatek/mt7996/mt7996_rom_patch.bin +firmware: mediatek/mt7996/mt7996_wa.bin +firmware: mediatek/mt7996/mt7996_wm.bin +firmware: mellanox/lc_ini_bundle_2010_1006.bin +firmware: mellanox/mlxsw_spectrum-13.2010.1006.mfa2 +firmware: mellanox/mlxsw_spectrum2-29.2010.1006.mfa2 +firmware: mellanox/mlxsw_spectrum3-30.2010.1006.mfa2 +firmware: metronome.wbf +firmware: microchip/mscc_vsc8574_revb_int8051_29e8.bin +firmware: microchip/mscc_vsc8584_revb_int8051_fb48.bin +firmware: mixart/miXart8.elf +firmware: mixart/miXart8.xlx +firmware: mixart/miXart8AES.xlx +firmware: moxa/moxa-1110.fw +firmware: moxa/moxa-1130.fw +firmware: moxa/moxa-1131.fw +firmware: moxa/moxa-1150.fw +firmware: moxa/moxa-1151.fw +firmware: mrvl/sd8688.bin +firmware: mrvl/sd8688_helper.bin +firmware: mrvl/sd8786_uapsta.bin +firmware: mrvl/sd8787_uapsta.bin +firmware: mrvl/sd8797_uapsta.bin +firmware: mrvl/sd8887_uapsta.bin +firmware: mrvl/sd8897_uapsta.bin +firmware: mrvl/sd8987_uapsta.bin +firmware: mrvl/sdiouart8997_combo_v4.bin +firmware: mrvl/sdiouartiw416_combo_v0.bin +firmware: mrvl/sdsd8977_combo_v2.bin +firmware: mrvl/sdsd8997_combo_v4.bin +firmware: mrvl/usb8766_uapsta.bin +firmware: mrvl/usb8797_uapsta.bin +firmware: mrvl/usb8801_uapsta.bin +firmware: mrvl/usbusb8997_combo_v4.bin +firmware: mt7601u.bin +firmware: mt7603_e1.bin +firmware: mt7603_e2.bin +firmware: mt7628_e1.bin +firmware: mt7628_e2.bin +firmware: mt7662.bin +firmware: mt7662_rom_patch.bin +firmware: mts_cdma.fw +firmware: mts_edge.fw +firmware: mts_gsm.fw +firmware: mts_mt9234mu.fw +firmware: mts_mt9234zba.fw +firmware: multiface_firmware.bin +firmware: multiface_firmware_rev11.bin +firmware: mwl8k/fmimage_8363.fw +firmware: mwl8k/fmimage_8366.fw +firmware: mwl8k/fmimage_8366_ap-3.fw +firmware: mwl8k/fmimage_8687.fw +firmware: mwl8k/helper_8363.fw +firmware: mwl8k/helper_8366.fw +firmware: mwl8k/helper_8687.fw +firmware: myri10ge_eth_z8e.dat +firmware: myri10ge_ethp_z8e.dat +firmware: myri10ge_rss_eth_z8e.dat +firmware: myri10ge_rss_ethp_z8e.dat +firmware: netronome/nic_AMDA0058-0011_2x40.nffw +firmware: netronome/nic_AMDA0058-0012_2x40.nffw +firmware: netronome/nic_AMDA0081-0001_1x40.nffw +firmware: netronome/nic_AMDA0081-0001_4x10.nffw +firmware: netronome/nic_AMDA0096-0001_2x10.nffw +firmware: netronome/nic_AMDA0097-0001_2x40.nffw +firmware: netronome/nic_AMDA0097-0001_4x10_1x40.nffw +firmware: netronome/nic_AMDA0097-0001_8x10.nffw +firmware: netronome/nic_AMDA0099-0001_1x10_1x25.nffw +firmware: netronome/nic_AMDA0099-0001_2x10.nffw +firmware: netronome/nic_AMDA0099-0001_2x25.nffw +firmware: ni6534a.bin +firmware: niscrb01.bin +firmware: niscrb02.bin +firmware: nvidia/ga102/acr/ucode_ahesasc.bin +firmware: nvidia/ga102/acr/ucode_asb.bin +firmware: nvidia/ga102/acr/ucode_unload.bin +firmware: nvidia/ga102/gr/NET_img.bin +firmware: nvidia/ga102/gr/fecs_bl.bin +firmware: nvidia/ga102/gr/fecs_sig.bin +firmware: nvidia/ga102/gr/gpccs_bl.bin +firmware: nvidia/ga102/gr/gpccs_sig.bin +firmware: nvidia/ga102/nvdec/scrubber.bin +firmware: nvidia/ga102/sec2/desc.bin +firmware: nvidia/ga102/sec2/hs_bl_sig.bin +firmware: nvidia/ga102/sec2/image.bin +firmware: nvidia/ga102/sec2/sig.bin +firmware: nvidia/ga103/acr/ucode_ahesasc.bin +firmware: nvidia/ga103/acr/ucode_asb.bin +firmware: nvidia/ga103/acr/ucode_unload.bin +firmware: nvidia/ga103/gr/NET_img.bin +firmware: nvidia/ga103/gr/fecs_bl.bin +firmware: nvidia/ga103/gr/fecs_sig.bin +firmware: nvidia/ga103/gr/gpccs_bl.bin +firmware: nvidia/ga103/gr/gpccs_sig.bin +firmware: nvidia/ga103/nvdec/scrubber.bin +firmware: nvidia/ga103/sec2/desc.bin +firmware: nvidia/ga103/sec2/hs_bl_sig.bin +firmware: nvidia/ga103/sec2/image.bin +firmware: nvidia/ga103/sec2/sig.bin +firmware: nvidia/ga104/acr/ucode_ahesasc.bin +firmware: nvidia/ga104/acr/ucode_asb.bin +firmware: nvidia/ga104/acr/ucode_unload.bin +firmware: nvidia/ga104/gr/NET_img.bin +firmware: nvidia/ga104/gr/fecs_bl.bin +firmware: nvidia/ga104/gr/fecs_sig.bin +firmware: nvidia/ga104/gr/gpccs_bl.bin +firmware: nvidia/ga104/gr/gpccs_sig.bin +firmware: nvidia/ga104/nvdec/scrubber.bin +firmware: nvidia/ga104/sec2/desc.bin +firmware: nvidia/ga104/sec2/hs_bl_sig.bin +firmware: nvidia/ga104/sec2/image.bin +firmware: nvidia/ga104/sec2/sig.bin +firmware: nvidia/ga106/acr/ucode_ahesasc.bin +firmware: nvidia/ga106/acr/ucode_asb.bin +firmware: nvidia/ga106/acr/ucode_unload.bin +firmware: nvidia/ga106/gr/NET_img.bin +firmware: nvidia/ga106/gr/fecs_bl.bin +firmware: nvidia/ga106/gr/fecs_sig.bin +firmware: nvidia/ga106/gr/gpccs_bl.bin +firmware: nvidia/ga106/gr/gpccs_sig.bin +firmware: nvidia/ga106/nvdec/scrubber.bin +firmware: nvidia/ga106/sec2/desc.bin +firmware: nvidia/ga106/sec2/hs_bl_sig.bin +firmware: nvidia/ga106/sec2/image.bin +firmware: nvidia/ga106/sec2/sig.bin +firmware: nvidia/ga107/acr/ucode_ahesasc.bin +firmware: nvidia/ga107/acr/ucode_asb.bin +firmware: nvidia/ga107/acr/ucode_unload.bin +firmware: nvidia/ga107/gr/NET_img.bin +firmware: nvidia/ga107/gr/fecs_bl.bin +firmware: nvidia/ga107/gr/fecs_sig.bin +firmware: nvidia/ga107/gr/gpccs_bl.bin +firmware: nvidia/ga107/gr/gpccs_sig.bin +firmware: nvidia/ga107/nvdec/scrubber.bin +firmware: nvidia/ga107/sec2/desc.bin +firmware: nvidia/ga107/sec2/hs_bl_sig.bin +firmware: nvidia/ga107/sec2/image.bin +firmware: nvidia/ga107/sec2/sig.bin +firmware: nvidia/gk20a/fecs_data.bin +firmware: nvidia/gk20a/fecs_inst.bin +firmware: nvidia/gk20a/gpccs_data.bin +firmware: nvidia/gk20a/gpccs_inst.bin +firmware: nvidia/gk20a/sw_bundle_init.bin +firmware: nvidia/gk20a/sw_ctx.bin +firmware: nvidia/gk20a/sw_method_init.bin +firmware: nvidia/gk20a/sw_nonctx.bin +firmware: nvidia/gm200/acr/bl.bin +firmware: nvidia/gm200/acr/ucode_load.bin +firmware: nvidia/gm200/acr/ucode_unload.bin +firmware: nvidia/gm200/gr/fecs_bl.bin +firmware: nvidia/gm200/gr/fecs_data.bin +firmware: nvidia/gm200/gr/fecs_inst.bin +firmware: nvidia/gm200/gr/fecs_sig.bin +firmware: nvidia/gm200/gr/gpccs_bl.bin +firmware: nvidia/gm200/gr/gpccs_data.bin +firmware: nvidia/gm200/gr/gpccs_inst.bin +firmware: nvidia/gm200/gr/gpccs_sig.bin +firmware: nvidia/gm200/gr/sw_bundle_init.bin +firmware: nvidia/gm200/gr/sw_ctx.bin +firmware: nvidia/gm200/gr/sw_method_init.bin +firmware: nvidia/gm200/gr/sw_nonctx.bin +firmware: nvidia/gm204/acr/bl.bin +firmware: nvidia/gm204/acr/ucode_load.bin +firmware: nvidia/gm204/acr/ucode_unload.bin +firmware: nvidia/gm204/gr/fecs_bl.bin +firmware: nvidia/gm204/gr/fecs_data.bin +firmware: nvidia/gm204/gr/fecs_inst.bin +firmware: nvidia/gm204/gr/fecs_sig.bin +firmware: nvidia/gm204/gr/gpccs_bl.bin +firmware: nvidia/gm204/gr/gpccs_data.bin +firmware: nvidia/gm204/gr/gpccs_inst.bin +firmware: nvidia/gm204/gr/gpccs_sig.bin +firmware: nvidia/gm204/gr/sw_bundle_init.bin +firmware: nvidia/gm204/gr/sw_ctx.bin +firmware: nvidia/gm204/gr/sw_method_init.bin +firmware: nvidia/gm204/gr/sw_nonctx.bin +firmware: nvidia/gm206/acr/bl.bin +firmware: nvidia/gm206/acr/ucode_load.bin +firmware: nvidia/gm206/acr/ucode_unload.bin +firmware: nvidia/gm206/gr/fecs_bl.bin +firmware: nvidia/gm206/gr/fecs_data.bin +firmware: nvidia/gm206/gr/fecs_inst.bin +firmware: nvidia/gm206/gr/fecs_sig.bin +firmware: nvidia/gm206/gr/gpccs_bl.bin +firmware: nvidia/gm206/gr/gpccs_data.bin +firmware: nvidia/gm206/gr/gpccs_inst.bin +firmware: nvidia/gm206/gr/gpccs_sig.bin +firmware: nvidia/gm206/gr/sw_bundle_init.bin +firmware: nvidia/gm206/gr/sw_ctx.bin +firmware: nvidia/gm206/gr/sw_method_init.bin +firmware: nvidia/gm206/gr/sw_nonctx.bin +firmware: nvidia/gm20b/acr/bl.bin +firmware: nvidia/gm20b/acr/ucode_load.bin +firmware: nvidia/gm20b/gr/fecs_bl.bin +firmware: nvidia/gm20b/gr/fecs_data.bin +firmware: nvidia/gm20b/gr/fecs_inst.bin +firmware: nvidia/gm20b/gr/fecs_sig.bin +firmware: nvidia/gm20b/gr/gpccs_data.bin +firmware: nvidia/gm20b/gr/gpccs_inst.bin +firmware: nvidia/gm20b/gr/sw_bundle_init.bin +firmware: nvidia/gm20b/gr/sw_ctx.bin +firmware: nvidia/gm20b/gr/sw_method_init.bin +firmware: nvidia/gm20b/gr/sw_nonctx.bin +firmware: nvidia/gm20b/pmu/desc.bin +firmware: nvidia/gm20b/pmu/image.bin +firmware: nvidia/gm20b/pmu/sig.bin +firmware: nvidia/gp100/acr/bl.bin +firmware: nvidia/gp100/acr/ucode_load.bin +firmware: nvidia/gp100/acr/ucode_unload.bin +firmware: nvidia/gp100/gr/fecs_bl.bin +firmware: nvidia/gp100/gr/fecs_data.bin +firmware: nvidia/gp100/gr/fecs_inst.bin +firmware: nvidia/gp100/gr/fecs_sig.bin +firmware: nvidia/gp100/gr/gpccs_bl.bin +firmware: nvidia/gp100/gr/gpccs_data.bin +firmware: nvidia/gp100/gr/gpccs_inst.bin +firmware: nvidia/gp100/gr/gpccs_sig.bin +firmware: nvidia/gp100/gr/sw_bundle_init.bin +firmware: nvidia/gp100/gr/sw_ctx.bin +firmware: nvidia/gp100/gr/sw_method_init.bin +firmware: nvidia/gp100/gr/sw_nonctx.bin +firmware: nvidia/gp102/acr/bl.bin +firmware: nvidia/gp102/acr/ucode_load.bin +firmware: nvidia/gp102/acr/ucode_unload.bin +firmware: nvidia/gp102/acr/unload_bl.bin +firmware: nvidia/gp102/gr/fecs_bl.bin +firmware: nvidia/gp102/gr/fecs_data.bin +firmware: nvidia/gp102/gr/fecs_inst.bin +firmware: nvidia/gp102/gr/fecs_sig.bin +firmware: nvidia/gp102/gr/gpccs_bl.bin +firmware: nvidia/gp102/gr/gpccs_data.bin +firmware: nvidia/gp102/gr/gpccs_inst.bin +firmware: nvidia/gp102/gr/gpccs_sig.bin +firmware: nvidia/gp102/gr/sw_bundle_init.bin +firmware: nvidia/gp102/gr/sw_ctx.bin +firmware: nvidia/gp102/gr/sw_method_init.bin +firmware: nvidia/gp102/gr/sw_nonctx.bin +firmware: nvidia/gp102/nvdec/scrubber.bin +firmware: nvidia/gp102/sec2/desc-1.bin +firmware: nvidia/gp102/sec2/desc.bin +firmware: nvidia/gp102/sec2/image-1.bin +firmware: nvidia/gp102/sec2/image.bin +firmware: nvidia/gp102/sec2/sig-1.bin +firmware: nvidia/gp102/sec2/sig.bin +firmware: nvidia/gp104/acr/bl.bin +firmware: nvidia/gp104/acr/ucode_load.bin +firmware: nvidia/gp104/acr/ucode_unload.bin +firmware: nvidia/gp104/acr/unload_bl.bin +firmware: nvidia/gp104/gr/fecs_bl.bin +firmware: nvidia/gp104/gr/fecs_data.bin +firmware: nvidia/gp104/gr/fecs_inst.bin +firmware: nvidia/gp104/gr/fecs_sig.bin +firmware: nvidia/gp104/gr/gpccs_bl.bin +firmware: nvidia/gp104/gr/gpccs_data.bin +firmware: nvidia/gp104/gr/gpccs_inst.bin +firmware: nvidia/gp104/gr/gpccs_sig.bin +firmware: nvidia/gp104/gr/sw_bundle_init.bin +firmware: nvidia/gp104/gr/sw_ctx.bin +firmware: nvidia/gp104/gr/sw_method_init.bin +firmware: nvidia/gp104/gr/sw_nonctx.bin +firmware: nvidia/gp104/nvdec/scrubber.bin +firmware: nvidia/gp104/sec2/desc-1.bin +firmware: nvidia/gp104/sec2/desc.bin +firmware: nvidia/gp104/sec2/image-1.bin +firmware: nvidia/gp104/sec2/image.bin +firmware: nvidia/gp104/sec2/sig-1.bin +firmware: nvidia/gp104/sec2/sig.bin +firmware: nvidia/gp106/acr/bl.bin +firmware: nvidia/gp106/acr/ucode_load.bin +firmware: nvidia/gp106/acr/ucode_unload.bin +firmware: nvidia/gp106/acr/unload_bl.bin +firmware: nvidia/gp106/gr/fecs_bl.bin +firmware: nvidia/gp106/gr/fecs_data.bin +firmware: nvidia/gp106/gr/fecs_inst.bin +firmware: nvidia/gp106/gr/fecs_sig.bin +firmware: nvidia/gp106/gr/gpccs_bl.bin +firmware: nvidia/gp106/gr/gpccs_data.bin +firmware: nvidia/gp106/gr/gpccs_inst.bin +firmware: nvidia/gp106/gr/gpccs_sig.bin +firmware: nvidia/gp106/gr/sw_bundle_init.bin +firmware: nvidia/gp106/gr/sw_ctx.bin +firmware: nvidia/gp106/gr/sw_method_init.bin +firmware: nvidia/gp106/gr/sw_nonctx.bin +firmware: nvidia/gp106/nvdec/scrubber.bin +firmware: nvidia/gp106/sec2/desc-1.bin +firmware: nvidia/gp106/sec2/desc.bin +firmware: nvidia/gp106/sec2/image-1.bin +firmware: nvidia/gp106/sec2/image.bin +firmware: nvidia/gp106/sec2/sig-1.bin +firmware: nvidia/gp106/sec2/sig.bin +firmware: nvidia/gp107/acr/bl.bin +firmware: nvidia/gp107/acr/ucode_load.bin +firmware: nvidia/gp107/acr/ucode_unload.bin +firmware: nvidia/gp107/acr/unload_bl.bin +firmware: nvidia/gp107/gr/fecs_bl.bin +firmware: nvidia/gp107/gr/fecs_data.bin +firmware: nvidia/gp107/gr/fecs_inst.bin +firmware: nvidia/gp107/gr/fecs_sig.bin +firmware: nvidia/gp107/gr/gpccs_bl.bin +firmware: nvidia/gp107/gr/gpccs_data.bin +firmware: nvidia/gp107/gr/gpccs_inst.bin +firmware: nvidia/gp107/gr/gpccs_sig.bin +firmware: nvidia/gp107/gr/sw_bundle_init.bin +firmware: nvidia/gp107/gr/sw_ctx.bin +firmware: nvidia/gp107/gr/sw_method_init.bin +firmware: nvidia/gp107/gr/sw_nonctx.bin +firmware: nvidia/gp107/nvdec/scrubber.bin +firmware: nvidia/gp107/sec2/desc-1.bin +firmware: nvidia/gp107/sec2/desc.bin +firmware: nvidia/gp107/sec2/image-1.bin +firmware: nvidia/gp107/sec2/image.bin +firmware: nvidia/gp107/sec2/sig-1.bin +firmware: nvidia/gp107/sec2/sig.bin +firmware: nvidia/gp108/acr/bl.bin +firmware: nvidia/gp108/acr/ucode_load.bin +firmware: nvidia/gp108/acr/ucode_unload.bin +firmware: nvidia/gp108/acr/unload_bl.bin +firmware: nvidia/gp108/gr/fecs_bl.bin +firmware: nvidia/gp108/gr/fecs_data.bin +firmware: nvidia/gp108/gr/fecs_inst.bin +firmware: nvidia/gp108/gr/fecs_sig.bin +firmware: nvidia/gp108/gr/gpccs_bl.bin +firmware: nvidia/gp108/gr/gpccs_data.bin +firmware: nvidia/gp108/gr/gpccs_inst.bin +firmware: nvidia/gp108/gr/gpccs_sig.bin +firmware: nvidia/gp108/gr/sw_bundle_init.bin +firmware: nvidia/gp108/gr/sw_ctx.bin +firmware: nvidia/gp108/gr/sw_method_init.bin +firmware: nvidia/gp108/gr/sw_nonctx.bin +firmware: nvidia/gp108/nvdec/scrubber.bin +firmware: nvidia/gp108/sec2/desc.bin +firmware: nvidia/gp108/sec2/image.bin +firmware: nvidia/gp108/sec2/sig.bin +firmware: nvidia/gp10b/acr/bl.bin +firmware: nvidia/gp10b/acr/ucode_load.bin +firmware: nvidia/gp10b/gr/fecs_bl.bin +firmware: nvidia/gp10b/gr/fecs_data.bin +firmware: nvidia/gp10b/gr/fecs_inst.bin +firmware: nvidia/gp10b/gr/fecs_sig.bin +firmware: nvidia/gp10b/gr/gpccs_bl.bin +firmware: nvidia/gp10b/gr/gpccs_data.bin +firmware: nvidia/gp10b/gr/gpccs_inst.bin +firmware: nvidia/gp10b/gr/gpccs_sig.bin +firmware: nvidia/gp10b/gr/sw_bundle_init.bin +firmware: nvidia/gp10b/gr/sw_ctx.bin +firmware: nvidia/gp10b/gr/sw_method_init.bin +firmware: nvidia/gp10b/gr/sw_nonctx.bin +firmware: nvidia/gp10b/pmu/desc.bin +firmware: nvidia/gp10b/pmu/image.bin +firmware: nvidia/gp10b/pmu/sig.bin +firmware: nvidia/gv100/acr/bl.bin +firmware: nvidia/gv100/acr/ucode_load.bin +firmware: nvidia/gv100/acr/ucode_unload.bin +firmware: nvidia/gv100/acr/unload_bl.bin +firmware: nvidia/gv100/gr/fecs_bl.bin +firmware: nvidia/gv100/gr/fecs_data.bin +firmware: nvidia/gv100/gr/fecs_inst.bin +firmware: nvidia/gv100/gr/fecs_sig.bin +firmware: nvidia/gv100/gr/gpccs_bl.bin +firmware: nvidia/gv100/gr/gpccs_data.bin +firmware: nvidia/gv100/gr/gpccs_inst.bin +firmware: nvidia/gv100/gr/gpccs_sig.bin +firmware: nvidia/gv100/gr/sw_bundle_init.bin +firmware: nvidia/gv100/gr/sw_ctx.bin +firmware: nvidia/gv100/gr/sw_method_init.bin +firmware: nvidia/gv100/gr/sw_nonctx.bin +firmware: nvidia/gv100/nvdec/scrubber.bin +firmware: nvidia/gv100/sec2/desc.bin +firmware: nvidia/gv100/sec2/image.bin +firmware: nvidia/gv100/sec2/sig.bin +firmware: nvidia/tegra124/vic03_ucode.bin +firmware: nvidia/tegra124/xusb.bin +firmware: nvidia/tegra186/nvdec.bin +firmware: nvidia/tegra186/vic04_ucode.bin +firmware: nvidia/tegra186/xusb.bin +firmware: nvidia/tegra194/nvdec.bin +firmware: nvidia/tegra194/vic.bin +firmware: nvidia/tegra194/xusb.bin +firmware: nvidia/tegra210/nvdec.bin +firmware: nvidia/tegra210/vic04_ucode.bin +firmware: nvidia/tegra210/xusb.bin +firmware: nvidia/tegra234/vic.bin +firmware: nvidia/tu102/acr/bl.bin +firmware: nvidia/tu102/acr/ucode_ahesasc.bin +firmware: nvidia/tu102/acr/ucode_asb.bin +firmware: nvidia/tu102/acr/ucode_unload.bin +firmware: nvidia/tu102/acr/unload_bl.bin +firmware: nvidia/tu102/gr/fecs_bl.bin +firmware: nvidia/tu102/gr/fecs_data.bin +firmware: nvidia/tu102/gr/fecs_inst.bin +firmware: nvidia/tu102/gr/fecs_sig.bin +firmware: nvidia/tu102/gr/gpccs_bl.bin +firmware: nvidia/tu102/gr/gpccs_data.bin +firmware: nvidia/tu102/gr/gpccs_inst.bin +firmware: nvidia/tu102/gr/gpccs_sig.bin +firmware: nvidia/tu102/gr/sw_bundle_init.bin +firmware: nvidia/tu102/gr/sw_ctx.bin +firmware: nvidia/tu102/gr/sw_method_init.bin +firmware: nvidia/tu102/gr/sw_nonctx.bin +firmware: nvidia/tu102/gr/sw_veid_bundle_init.bin +firmware: nvidia/tu102/nvdec/scrubber.bin +firmware: nvidia/tu102/sec2/desc.bin +firmware: nvidia/tu102/sec2/image.bin +firmware: nvidia/tu102/sec2/sig.bin +firmware: nvidia/tu104/acr/bl.bin +firmware: nvidia/tu104/acr/ucode_ahesasc.bin +firmware: nvidia/tu104/acr/ucode_asb.bin +firmware: nvidia/tu104/acr/ucode_unload.bin +firmware: nvidia/tu104/acr/unload_bl.bin +firmware: nvidia/tu104/gr/fecs_bl.bin +firmware: nvidia/tu104/gr/fecs_data.bin +firmware: nvidia/tu104/gr/fecs_inst.bin +firmware: nvidia/tu104/gr/fecs_sig.bin +firmware: nvidia/tu104/gr/gpccs_bl.bin +firmware: nvidia/tu104/gr/gpccs_data.bin +firmware: nvidia/tu104/gr/gpccs_inst.bin +firmware: nvidia/tu104/gr/gpccs_sig.bin +firmware: nvidia/tu104/gr/sw_bundle_init.bin +firmware: nvidia/tu104/gr/sw_ctx.bin +firmware: nvidia/tu104/gr/sw_method_init.bin +firmware: nvidia/tu104/gr/sw_nonctx.bin +firmware: nvidia/tu104/gr/sw_veid_bundle_init.bin +firmware: nvidia/tu104/nvdec/scrubber.bin +firmware: nvidia/tu104/sec2/desc.bin +firmware: nvidia/tu104/sec2/image.bin +firmware: nvidia/tu104/sec2/sig.bin +firmware: nvidia/tu106/acr/bl.bin +firmware: nvidia/tu106/acr/ucode_ahesasc.bin +firmware: nvidia/tu106/acr/ucode_asb.bin +firmware: nvidia/tu106/acr/ucode_unload.bin +firmware: nvidia/tu106/acr/unload_bl.bin +firmware: nvidia/tu106/gr/fecs_bl.bin +firmware: nvidia/tu106/gr/fecs_data.bin +firmware: nvidia/tu106/gr/fecs_inst.bin +firmware: nvidia/tu106/gr/fecs_sig.bin +firmware: nvidia/tu106/gr/gpccs_bl.bin +firmware: nvidia/tu106/gr/gpccs_data.bin +firmware: nvidia/tu106/gr/gpccs_inst.bin +firmware: nvidia/tu106/gr/gpccs_sig.bin +firmware: nvidia/tu106/gr/sw_bundle_init.bin +firmware: nvidia/tu106/gr/sw_ctx.bin +firmware: nvidia/tu106/gr/sw_method_init.bin +firmware: nvidia/tu106/gr/sw_nonctx.bin +firmware: nvidia/tu106/gr/sw_veid_bundle_init.bin +firmware: nvidia/tu106/nvdec/scrubber.bin +firmware: nvidia/tu106/sec2/desc.bin +firmware: nvidia/tu106/sec2/image.bin +firmware: nvidia/tu106/sec2/sig.bin +firmware: nvidia/tu116/acr/bl.bin +firmware: nvidia/tu116/acr/ucode_ahesasc.bin +firmware: nvidia/tu116/acr/ucode_asb.bin +firmware: nvidia/tu116/acr/ucode_unload.bin +firmware: nvidia/tu116/acr/unload_bl.bin +firmware: nvidia/tu116/gr/fecs_bl.bin +firmware: nvidia/tu116/gr/fecs_data.bin +firmware: nvidia/tu116/gr/fecs_inst.bin +firmware: nvidia/tu116/gr/fecs_sig.bin +firmware: nvidia/tu116/gr/gpccs_bl.bin +firmware: nvidia/tu116/gr/gpccs_data.bin +firmware: nvidia/tu116/gr/gpccs_inst.bin +firmware: nvidia/tu116/gr/gpccs_sig.bin +firmware: nvidia/tu116/gr/sw_bundle_init.bin +firmware: nvidia/tu116/gr/sw_ctx.bin +firmware: nvidia/tu116/gr/sw_method_init.bin +firmware: nvidia/tu116/gr/sw_nonctx.bin +firmware: nvidia/tu116/gr/sw_veid_bundle_init.bin +firmware: nvidia/tu116/nvdec/scrubber.bin +firmware: nvidia/tu116/sec2/desc.bin +firmware: nvidia/tu116/sec2/image.bin +firmware: nvidia/tu116/sec2/sig.bin +firmware: nvidia/tu117/acr/bl.bin +firmware: nvidia/tu117/acr/ucode_ahesasc.bin +firmware: nvidia/tu117/acr/ucode_asb.bin +firmware: nvidia/tu117/acr/ucode_unload.bin +firmware: nvidia/tu117/acr/unload_bl.bin +firmware: nvidia/tu117/gr/fecs_bl.bin +firmware: nvidia/tu117/gr/fecs_data.bin +firmware: nvidia/tu117/gr/fecs_inst.bin +firmware: nvidia/tu117/gr/fecs_sig.bin +firmware: nvidia/tu117/gr/gpccs_bl.bin +firmware: nvidia/tu117/gr/gpccs_data.bin +firmware: nvidia/tu117/gr/gpccs_inst.bin +firmware: nvidia/tu117/gr/gpccs_sig.bin +firmware: nvidia/tu117/gr/sw_bundle_init.bin +firmware: nvidia/tu117/gr/sw_ctx.bin +firmware: nvidia/tu117/gr/sw_method_init.bin +firmware: nvidia/tu117/gr/sw_nonctx.bin +firmware: nvidia/tu117/gr/sw_veid_bundle_init.bin +firmware: nvidia/tu117/nvdec/scrubber.bin +firmware: nvidia/tu117/sec2/desc.bin +firmware: nvidia/tu117/sec2/image.bin +firmware: nvidia/tu117/sec2/sig.bin +firmware: orinoco_ezusb_fw +firmware: ositech/Xilinx7OD.bin +firmware: otp.bin +firmware: pca200e.bin +firmware: pca200e_ecd.bin2 +firmware: pcxhr/dspb1222e.b56 +firmware: pcxhr/dspb1222hr.b56 +firmware: pcxhr/dspb882e.b56 +firmware: pcxhr/dspb882hr.b56 +firmware: pcxhr/dspb924.b56 +firmware: pcxhr/dspd1222.d56 +firmware: pcxhr/dspd222.d56 +firmware: pcxhr/dspd882.d56 +firmware: pcxhr/dspe882.e56 +firmware: pcxhr/dspe924.e56 +firmware: pcxhr/xlxc1222e.dat +firmware: pcxhr/xlxc1222hr.dat +firmware: pcxhr/xlxc222.dat +firmware: pcxhr/xlxc882e.dat +firmware: pcxhr/xlxc882hr.dat +firmware: pcxhr/xlxc924.dat +firmware: pcxhr/xlxint.dat +firmware: phanfw.bin +firmware: plfxlc/lifi-x.bin +firmware: prism2_ru.fw +firmware: prism_ap_fw.bin +firmware: prism_sta_fw.bin +firmware: qat_4xxx.bin +firmware: qat_4xxx_mmp.bin +firmware: qat_895xcc.bin +firmware: qat_895xcc_mmp.bin +firmware: qat_c3xxx.bin +firmware: qat_c3xxx_mmp.bin +firmware: qat_c62x.bin +firmware: qat_c62x_mmp.bin +firmware: qcom/a300_pfp.fw +firmware: qcom/a300_pm4.fw +firmware: qcom/a330_pfp.fw +firmware: qcom/a330_pm4.fw +firmware: qcom/a420_pfp.fw +firmware: qcom/a420_pm4.fw +firmware: qcom/a530_pfp.fw +firmware: qcom/a530_pm4.fw +firmware: qcom/a530_zap.b00 +firmware: qcom/a530_zap.b01 +firmware: qcom/a530_zap.b02 +firmware: qcom/a530_zap.mdt +firmware: qcom/a530v3_gpmu.fw2 +firmware: qcom/a619_gmu.bin +firmware: qcom/a630_gmu.bin +firmware: qcom/a630_sqe.fw +firmware: qcom/a630_zap.mbn +firmware: qed/qed_init_values_zipped-8.59.1.0.bin +firmware: ql2100_fw.bin +firmware: ql2200_fw.bin +firmware: ql2300_fw.bin +firmware: ql2322_fw.bin +firmware: ql2400_fw.bin +firmware: ql2500_fw.bin +firmware: qlogic/1040.bin +firmware: qlogic/12160.bin +firmware: qlogic/1280.bin +firmware: qlogic/sd7220.fw +firmware: r8a779x_usb3_v1.dlmem +firmware: r8a779x_usb3_v3.dlmem +firmware: radeon/ARUBA_me.bin +firmware: radeon/ARUBA_pfp.bin +firmware: radeon/ARUBA_rlc.bin +firmware: radeon/BARTS_mc.bin +firmware: radeon/BARTS_me.bin +firmware: radeon/BARTS_pfp.bin +firmware: radeon/BARTS_smc.bin +firmware: radeon/BONAIRE_ce.bin +firmware: radeon/BONAIRE_mc.bin +firmware: radeon/BONAIRE_mc2.bin +firmware: radeon/BONAIRE_me.bin +firmware: radeon/BONAIRE_mec.bin +firmware: radeon/BONAIRE_pfp.bin +firmware: radeon/BONAIRE_rlc.bin +firmware: radeon/BONAIRE_sdma.bin +firmware: radeon/BONAIRE_smc.bin +firmware: radeon/BONAIRE_uvd.bin +firmware: radeon/BONAIRE_vce.bin +firmware: radeon/BTC_rlc.bin +firmware: radeon/CAICOS_mc.bin +firmware: radeon/CAICOS_me.bin +firmware: radeon/CAICOS_pfp.bin +firmware: radeon/CAICOS_smc.bin +firmware: radeon/CAYMAN_mc.bin +firmware: radeon/CAYMAN_me.bin +firmware: radeon/CAYMAN_pfp.bin +firmware: radeon/CAYMAN_rlc.bin +firmware: radeon/CAYMAN_smc.bin +firmware: radeon/CEDAR_me.bin +firmware: radeon/CEDAR_pfp.bin +firmware: radeon/CEDAR_rlc.bin +firmware: radeon/CEDAR_smc.bin +firmware: radeon/CYPRESS_me.bin +firmware: radeon/CYPRESS_pfp.bin +firmware: radeon/CYPRESS_rlc.bin +firmware: radeon/CYPRESS_smc.bin +firmware: radeon/CYPRESS_uvd.bin +firmware: radeon/HAINAN_ce.bin +firmware: radeon/HAINAN_mc.bin +firmware: radeon/HAINAN_mc2.bin +firmware: radeon/HAINAN_me.bin +firmware: radeon/HAINAN_pfp.bin +firmware: radeon/HAINAN_rlc.bin +firmware: radeon/HAINAN_smc.bin +firmware: radeon/HAWAII_ce.bin +firmware: radeon/HAWAII_mc.bin +firmware: radeon/HAWAII_mc2.bin +firmware: radeon/HAWAII_me.bin +firmware: radeon/HAWAII_mec.bin +firmware: radeon/HAWAII_pfp.bin +firmware: radeon/HAWAII_rlc.bin +firmware: radeon/HAWAII_sdma.bin +firmware: radeon/HAWAII_smc.bin +firmware: radeon/JUNIPER_me.bin +firmware: radeon/JUNIPER_pfp.bin +firmware: radeon/JUNIPER_rlc.bin +firmware: radeon/JUNIPER_smc.bin +firmware: radeon/KABINI_ce.bin +firmware: radeon/KABINI_me.bin +firmware: radeon/KABINI_mec.bin +firmware: radeon/KABINI_pfp.bin +firmware: radeon/KABINI_rlc.bin +firmware: radeon/KABINI_sdma.bin +firmware: radeon/KAVERI_ce.bin +firmware: radeon/KAVERI_me.bin +firmware: radeon/KAVERI_mec.bin +firmware: radeon/KAVERI_pfp.bin +firmware: radeon/KAVERI_rlc.bin +firmware: radeon/KAVERI_sdma.bin +firmware: radeon/MULLINS_ce.bin +firmware: radeon/MULLINS_me.bin +firmware: radeon/MULLINS_mec.bin +firmware: radeon/MULLINS_pfp.bin +firmware: radeon/MULLINS_rlc.bin +firmware: radeon/MULLINS_sdma.bin +firmware: radeon/OLAND_ce.bin +firmware: radeon/OLAND_mc.bin +firmware: radeon/OLAND_mc2.bin +firmware: radeon/OLAND_me.bin +firmware: radeon/OLAND_pfp.bin +firmware: radeon/OLAND_rlc.bin +firmware: radeon/OLAND_smc.bin +firmware: radeon/PALM_me.bin +firmware: radeon/PALM_pfp.bin +firmware: radeon/PITCAIRN_ce.bin +firmware: radeon/PITCAIRN_mc.bin +firmware: radeon/PITCAIRN_mc2.bin +firmware: radeon/PITCAIRN_me.bin +firmware: radeon/PITCAIRN_pfp.bin +firmware: radeon/PITCAIRN_rlc.bin +firmware: radeon/PITCAIRN_smc.bin +firmware: radeon/R100_cp.bin +firmware: radeon/R200_cp.bin +firmware: radeon/R300_cp.bin +firmware: radeon/R420_cp.bin +firmware: radeon/R520_cp.bin +firmware: radeon/R600_me.bin +firmware: radeon/R600_pfp.bin +firmware: radeon/R600_rlc.bin +firmware: radeon/R600_uvd.bin +firmware: radeon/R700_rlc.bin +firmware: radeon/REDWOOD_me.bin +firmware: radeon/REDWOOD_pfp.bin +firmware: radeon/REDWOOD_rlc.bin +firmware: radeon/REDWOOD_smc.bin +firmware: radeon/RS600_cp.bin +firmware: radeon/RS690_cp.bin +firmware: radeon/RS780_me.bin +firmware: radeon/RS780_pfp.bin +firmware: radeon/RS780_uvd.bin +firmware: radeon/RV610_me.bin +firmware: radeon/RV610_pfp.bin +firmware: radeon/RV620_me.bin +firmware: radeon/RV620_pfp.bin +firmware: radeon/RV630_me.bin +firmware: radeon/RV630_pfp.bin +firmware: radeon/RV635_me.bin +firmware: radeon/RV635_pfp.bin +firmware: radeon/RV670_me.bin +firmware: radeon/RV670_pfp.bin +firmware: radeon/RV710_me.bin +firmware: radeon/RV710_pfp.bin +firmware: radeon/RV710_smc.bin +firmware: radeon/RV710_uvd.bin +firmware: radeon/RV730_me.bin +firmware: radeon/RV730_pfp.bin +firmware: radeon/RV730_smc.bin +firmware: radeon/RV740_smc.bin +firmware: radeon/RV770_me.bin +firmware: radeon/RV770_pfp.bin +firmware: radeon/RV770_smc.bin +firmware: radeon/RV770_uvd.bin +firmware: radeon/SUMO2_me.bin +firmware: radeon/SUMO2_pfp.bin +firmware: radeon/SUMO_me.bin +firmware: radeon/SUMO_pfp.bin +firmware: radeon/SUMO_rlc.bin +firmware: radeon/SUMO_uvd.bin +firmware: radeon/TAHITI_ce.bin +firmware: radeon/TAHITI_mc.bin +firmware: radeon/TAHITI_mc2.bin +firmware: radeon/TAHITI_me.bin +firmware: radeon/TAHITI_pfp.bin +firmware: radeon/TAHITI_rlc.bin +firmware: radeon/TAHITI_smc.bin +firmware: radeon/TAHITI_uvd.bin +firmware: radeon/TAHITI_vce.bin +firmware: radeon/TURKS_mc.bin +firmware: radeon/TURKS_me.bin +firmware: radeon/TURKS_pfp.bin +firmware: radeon/TURKS_smc.bin +firmware: radeon/VERDE_ce.bin +firmware: radeon/VERDE_mc.bin +firmware: radeon/VERDE_mc2.bin +firmware: radeon/VERDE_me.bin +firmware: radeon/VERDE_pfp.bin +firmware: radeon/VERDE_rlc.bin +firmware: radeon/VERDE_smc.bin +firmware: radeon/banks_k_2_smc.bin +firmware: radeon/bonaire_ce.bin +firmware: radeon/bonaire_k_smc.bin +firmware: radeon/bonaire_mc.bin +firmware: radeon/bonaire_me.bin +firmware: radeon/bonaire_mec.bin +firmware: radeon/bonaire_pfp.bin +firmware: radeon/bonaire_rlc.bin +firmware: radeon/bonaire_sdma.bin +firmware: radeon/bonaire_smc.bin +firmware: radeon/bonaire_uvd.bin +firmware: radeon/hainan_ce.bin +firmware: radeon/hainan_k_smc.bin +firmware: radeon/hainan_mc.bin +firmware: radeon/hainan_me.bin +firmware: radeon/hainan_pfp.bin +firmware: radeon/hainan_rlc.bin +firmware: radeon/hainan_smc.bin +firmware: radeon/hawaii_ce.bin +firmware: radeon/hawaii_k_smc.bin +firmware: radeon/hawaii_mc.bin +firmware: radeon/hawaii_me.bin +firmware: radeon/hawaii_mec.bin +firmware: radeon/hawaii_pfp.bin +firmware: radeon/hawaii_rlc.bin +firmware: radeon/hawaii_sdma.bin +firmware: radeon/hawaii_smc.bin +firmware: radeon/kabini_ce.bin +firmware: radeon/kabini_me.bin +firmware: radeon/kabini_mec.bin +firmware: radeon/kabini_pfp.bin +firmware: radeon/kabini_rlc.bin +firmware: radeon/kabini_sdma.bin +firmware: radeon/kaveri_ce.bin +firmware: radeon/kaveri_me.bin +firmware: radeon/kaveri_mec.bin +firmware: radeon/kaveri_mec2.bin +firmware: radeon/kaveri_pfp.bin +firmware: radeon/kaveri_rlc.bin +firmware: radeon/kaveri_sdma.bin +firmware: radeon/mullins_ce.bin +firmware: radeon/mullins_me.bin +firmware: radeon/mullins_mec.bin +firmware: radeon/mullins_pfp.bin +firmware: radeon/mullins_rlc.bin +firmware: radeon/mullins_sdma.bin +firmware: radeon/oland_ce.bin +firmware: radeon/oland_k_smc.bin +firmware: radeon/oland_mc.bin +firmware: radeon/oland_me.bin +firmware: radeon/oland_pfp.bin +firmware: radeon/oland_rlc.bin +firmware: radeon/oland_smc.bin +firmware: radeon/pitcairn_ce.bin +firmware: radeon/pitcairn_k_smc.bin +firmware: radeon/pitcairn_mc.bin +firmware: radeon/pitcairn_me.bin +firmware: radeon/pitcairn_pfp.bin +firmware: radeon/pitcairn_rlc.bin +firmware: radeon/pitcairn_smc.bin +firmware: radeon/si58_mc.bin +firmware: radeon/tahiti_ce.bin +firmware: radeon/tahiti_mc.bin +firmware: radeon/tahiti_me.bin +firmware: radeon/tahiti_pfp.bin +firmware: radeon/tahiti_rlc.bin +firmware: radeon/tahiti_smc.bin +firmware: radeon/verde_ce.bin +firmware: radeon/verde_k_smc.bin +firmware: radeon/verde_mc.bin +firmware: radeon/verde_me.bin +firmware: radeon/verde_pfp.bin +firmware: radeon/verde_rlc.bin +firmware: radeon/verde_smc.bin +firmware: ram.bin +firmware: regulatory.db +firmware: regulatory.db.p7s +firmware: renesas_usb_fw.mem +firmware: riptide.hex +firmware: rockchip/dptx.bin +firmware: rp2.fw +firmware: rpm_firmware.bin +firmware: rs9113_wlan_qspi.rps +firmware: rt2561.bin +firmware: rt2561s.bin +firmware: rt2661.bin +firmware: rt2860.bin +firmware: rt2870.bin +firmware: rt5677_elf_vad +firmware: rt73.bin +firmware: rtl_bt/rtl8723a_fw.bin +firmware: rtl_bt/rtl8723b_config.bin +firmware: rtl_bt/rtl8723b_fw.bin +firmware: rtl_bt/rtl8723bs_config.bin +firmware: rtl_bt/rtl8723bs_fw.bin +firmware: rtl_bt/rtl8723cs_cg_config.bin +firmware: rtl_bt/rtl8723cs_cg_fw.bin +firmware: rtl_bt/rtl8723cs_vf_config.bin +firmware: rtl_bt/rtl8723cs_vf_fw.bin +firmware: rtl_bt/rtl8723cs_xx_config.bin +firmware: rtl_bt/rtl8723cs_xx_fw.bin +firmware: rtl_bt/rtl8723d_config.bin +firmware: rtl_bt/rtl8723d_fw.bin +firmware: rtl_bt/rtl8723ds_config.bin +firmware: rtl_bt/rtl8723ds_fw.bin +firmware: rtl_bt/rtl8761a_config.bin +firmware: rtl_bt/rtl8761a_fw.bin +firmware: rtl_bt/rtl8761b_config.bin +firmware: rtl_bt/rtl8761b_fw.bin +firmware: rtl_bt/rtl8761bu_config.bin +firmware: rtl_bt/rtl8761bu_fw.bin +firmware: rtl_bt/rtl8821a_config.bin +firmware: rtl_bt/rtl8821a_fw.bin +firmware: rtl_bt/rtl8821c_config.bin +firmware: rtl_bt/rtl8821c_fw.bin +firmware: rtl_bt/rtl8821cs_config.bin +firmware: rtl_bt/rtl8821cs_fw.bin +firmware: rtl_bt/rtl8822b_config.bin +firmware: rtl_bt/rtl8822b_fw.bin +firmware: rtl_bt/rtl8822cs_config.bin +firmware: rtl_bt/rtl8822cs_fw.bin +firmware: rtl_bt/rtl8822cu_config.bin +firmware: rtl_bt/rtl8822cu_fw.bin +firmware: rtl_bt/rtl8851bu_config.bin +firmware: rtl_bt/rtl8851bu_fw.bin +firmware: rtl_bt/rtl8852au_config.bin +firmware: rtl_bt/rtl8852au_fw.bin +firmware: rtl_bt/rtl8852bs_config.bin +firmware: rtl_bt/rtl8852bs_fw.bin +firmware: rtl_bt/rtl8852bu_config.bin +firmware: rtl_bt/rtl8852bu_fw.bin +firmware: rtl_bt/rtl8852cu_config.bin +firmware: rtl_bt/rtl8852cu_fw.bin +firmware: rtl_bt/rtl8852cu_fw_v2.bin +firmware: rtl_nic/rtl8105e-1.fw +firmware: rtl_nic/rtl8106e-1.fw +firmware: rtl_nic/rtl8106e-2.fw +firmware: rtl_nic/rtl8107e-2.fw +firmware: rtl_nic/rtl8125a-3.fw +firmware: rtl_nic/rtl8125b-2.fw +firmware: rtl_nic/rtl8153a-2.fw +firmware: rtl_nic/rtl8153a-3.fw +firmware: rtl_nic/rtl8153a-4.fw +firmware: rtl_nic/rtl8153b-2.fw +firmware: rtl_nic/rtl8153c-1.fw +firmware: rtl_nic/rtl8156a-2.fw +firmware: rtl_nic/rtl8156b-2.fw +firmware: rtl_nic/rtl8168d-1.fw +firmware: rtl_nic/rtl8168d-2.fw +firmware: rtl_nic/rtl8168e-1.fw +firmware: rtl_nic/rtl8168e-2.fw +firmware: rtl_nic/rtl8168e-3.fw +firmware: rtl_nic/rtl8168f-1.fw +firmware: rtl_nic/rtl8168f-2.fw +firmware: rtl_nic/rtl8168fp-3.fw +firmware: rtl_nic/rtl8168g-2.fw +firmware: rtl_nic/rtl8168g-3.fw +firmware: rtl_nic/rtl8168h-2.fw +firmware: rtl_nic/rtl8402-1.fw +firmware: rtl_nic/rtl8411-1.fw +firmware: rtl_nic/rtl8411-2.fw +firmware: rtlwifi/rtl8188efw.bin +firmware: rtlwifi/rtl8188eufw.bin +firmware: rtlwifi/rtl8188fufw.bin +firmware: rtlwifi/rtl8192cfw.bin +firmware: rtlwifi/rtl8192cfwU.bin +firmware: rtlwifi/rtl8192cfwU_B.bin +firmware: rtlwifi/rtl8192cufw.bin +firmware: rtlwifi/rtl8192cufw_A.bin +firmware: rtlwifi/rtl8192cufw_B.bin +firmware: rtlwifi/rtl8192cufw_TMSC.bin +firmware: rtlwifi/rtl8192defw.bin +firmware: rtlwifi/rtl8192eefw.bin +firmware: rtlwifi/rtl8192eu_nic.bin +firmware: rtlwifi/rtl8192fufw.bin +firmware: rtlwifi/rtl8192sefw.bin +firmware: rtlwifi/rtl8710bufw_SMIC.bin +firmware: rtlwifi/rtl8710bufw_UMC.bin +firmware: rtlwifi/rtl8712u.bin +firmware: rtlwifi/rtl8723aufw_A.bin +firmware: rtlwifi/rtl8723aufw_B.bin +firmware: rtlwifi/rtl8723aufw_B_NoBT.bin +firmware: rtlwifi/rtl8723befw.bin +firmware: rtlwifi/rtl8723befw_36.bin +firmware: rtlwifi/rtl8723bu_bt.bin +firmware: rtlwifi/rtl8723bu_nic.bin +firmware: rtlwifi/rtl8723efw.bin +firmware: rtlwifi/rtl8821aefw.bin +firmware: rtlwifi/rtl8821aefw_29.bin +firmware: rtw88/rtw8723d_fw.bin +firmware: rtw88/rtw8821c_fw.bin +firmware: rtw88/rtw8822b_fw.bin +firmware: rtw88/rtw8822c_fw.bin +firmware: rtw88/rtw8822c_wow_fw.bin +firmware: rtw89/rtw8851b_fw.bin +firmware: rtw89/rtw8852a_fw.bin +firmware: rtw89/rtw8852b_fw-1.bin +firmware: rtw89/rtw8852c_fw.bin +firmware: sd8385.bin +firmware: sd8385_helper.bin +firmware: sd8686.bin +firmware: sd8686_helper.bin +firmware: sd8688.bin +firmware: sd8688_helper.bin +firmware: slicoss/gbdownload.sys +firmware: slicoss/gbrcvucode.sys +firmware: slicoss/oasisdownload.sys +firmware: slicoss/oasisrcvucode.sys +firmware: sms1xxx-hcw-55xxx-dvbt-02.fw +firmware: sms1xxx-hcw-55xxx-isdbt-02.fw +firmware: sms1xxx-nova-a-dvbt-01.fw +firmware: sms1xxx-nova-b-dvbt-01.fw +firmware: sms1xxx-stellar-dvbt-01.fw +firmware: softing-4.6/bcard.bin +firmware: softing-4.6/bcard2.bin +firmware: softing-4.6/cancard.bin +firmware: softing-4.6/cancrd2.bin +firmware: softing-4.6/cansja.bin +firmware: softing-4.6/ldcard.bin +firmware: softing-4.6/ldcard2.bin +firmware: solos-FPGA.bin +firmware: solos-Firmware.bin +firmware: solos-db-FPGA.bin +firmware: sun/cassini.bin +firmware: symbol_sp24t_prim_fw +firmware: symbol_sp24t_sec_fw +firmware: tdmb_denver.inp +firmware: tdmb_nova_12mhz.inp +firmware: tdmb_nova_12mhz_b0.inp +firmware: tehuti/bdx.bin +firmware: ti-connectivity/wl1251-fw.bin +firmware: ti-connectivity/wl1251-nvs.bin +firmware: ti-connectivity/wl127x-fw-5-mr.bin +firmware: ti-connectivity/wl127x-fw-5-plt.bin +firmware: ti-connectivity/wl127x-fw-5-sr.bin +firmware: ti-connectivity/wl128x-fw-5-mr.bin +firmware: ti-connectivity/wl128x-fw-5-plt.bin +firmware: ti-connectivity/wl128x-fw-5-sr.bin +firmware: ti-connectivity/wl18xx-fw-4.bin +firmware: ti_3410.fw +firmware: ti_5052.fw +firmware: tigon/tg3.bin +firmware: tigon/tg357766.bin +firmware: tigon/tg3_tso.bin +firmware: tigon/tg3_tso5.bin +firmware: ttusb-budget/dspbootcode.bin +firmware: ueagle-atm/930-fpga.bin +firmware: ueagle-atm/CMV4i.bin +firmware: ueagle-atm/CMV4i.bin.v2 +firmware: ueagle-atm/CMV4p.bin +firmware: ueagle-atm/CMV4p.bin.v2 +firmware: ueagle-atm/CMV9i.bin +firmware: ueagle-atm/CMV9i.bin.v2 +firmware: ueagle-atm/CMV9p.bin +firmware: ueagle-atm/CMV9p.bin.v2 +firmware: ueagle-atm/CMVei.bin +firmware: ueagle-atm/CMVei.bin.v2 +firmware: ueagle-atm/CMVep.bin +firmware: ueagle-atm/CMVep.bin.v2 +firmware: ueagle-atm/DSP4i.bin +firmware: ueagle-atm/DSP4p.bin +firmware: ueagle-atm/DSP9i.bin +firmware: ueagle-atm/DSP9p.bin +firmware: ueagle-atm/DSPei.bin +firmware: ueagle-atm/DSPep.bin +firmware: ueagle-atm/adi930.fw +firmware: ueagle-atm/eagle.fw +firmware: ueagle-atm/eagleI.fw +firmware: ueagle-atm/eagleII.fw +firmware: ueagle-atm/eagleIII.fw +firmware: ueagle-atm/eagleIV.fw +firmware: usb8388.bin +firmware: usbdux_firmware.bin +firmware: usbduxfast_firmware.bin +firmware: usbduxsigma_firmware.bin +firmware: v4l-cx231xx-avcore-01.fw +firmware: v4l-cx23418-apu.fw +firmware: v4l-cx23418-cpu.fw +firmware: v4l-cx23418-dig.fw +firmware: v4l-cx2341x-dec.fw +firmware: v4l-cx2341x-enc.fw +firmware: v4l-cx2341x-init.mpg +firmware: v4l-cx23885-avcore-01.fw +firmware: v4l-cx23885-enc.fw +firmware: v4l-cx25840.fw +firmware: v4l-pvrusb2-24xxx-01.fw +firmware: v4l-pvrusb2-29xxx-01.fw +firmware: v4l-pvrusb2-73xxx-01.fw +firmware: vicam/firmware.fw +firmware: vntwusb.fw +firmware: vpdma-1b8.bin +firmware: vx/bd56002.boot +firmware: vx/bd563s3.boot +firmware: vx/bd563v2.boot +firmware: vx/bx_1_vp4.b56 +firmware: vx/bx_1_vxp.b56 +firmware: vx/l_1_v22.d56 +firmware: vx/l_1_vp4.d56 +firmware: vx/l_1_vx2.d56 +firmware: vx/l_1_vxp.d56 +firmware: vx/x1_1_vp4.xlx +firmware: vx/x1_1_vx2.xlx +firmware: vx/x1_1_vxp.xlx +firmware: vx/x1_2_v22.xlx +firmware: wd719x-risc.bin +firmware: wd719x-wcs.bin +firmware: whiteheat.fw +firmware: whiteheat_loader.fw +firmware: wil6210.brd +firmware: wil6210.fw +firmware: wil6210_sparrow_plus.fw +firmware: wil6436.brd +firmware: wil6436.fw +firmware: wlan/prima/WCNSS_qcom_wlan_nv.bin +firmware: xc3028-v27.fw +firmware: xc3028L-v36.fw +firmware: yam/1200.bin +firmware: yam/9600.bin +firmware: yamaha/ds1_ctrl.fw +firmware: yamaha/ds1_dsp.fw +firmware: yamaha/ds1e_ctrl.fw +firmware: zd1201-ap.fw +firmware: zd1201.fw +firmware: zd1211/zd1211_ub +firmware: zd1211/zd1211_uphr +firmware: zd1211/zd1211_ur +firmware: zd1211/zd1211b_ub +firmware: zd1211/zd1211b_uphr +firmware: zd1211/zd1211b_ur --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.master/abi/ppc64el/generic +++ linux-lowlatency-hwe-6.5-6.5.0/debian.master/abi/ppc64el/generic @@ -0,0 +1,26444 @@ +BRCMFMAC EXPORT_SYMBOL_GPL 0x48c58a09 brcmf_fwvid_register_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +BRCMFMAC EXPORT_SYMBOL_GPL 0x8141ba8b brcmf_fwvid_unregister_vendor drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac +COUNTER EXPORT_SYMBOL_GPL 0x3088983e counter_unregister drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x47c19764 counter_priv drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x6286a3eb devm_counter_alloc drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x77f69466 counter_push_event drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0x8874457c counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xbf43b138 counter_put drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xf5a3733d devm_counter_add drivers/counter/counter +COUNTER EXPORT_SYMBOL_GPL 0xfbd90153 counter_alloc drivers/counter/counter +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x0711e829 crypto_cipher_setkey vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x0a28bff9 crypto_cipher_encrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x9c79f02b crypto_cipher_decrypt_one vmlinux +CXL EXPORT_SYMBOL_GPL 0x055c6ee3 cxl_mem_active_inc vmlinux +CXL EXPORT_SYMBOL_GPL 0x0564f981 cxl_endpoint_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x072c7157 read_cdat_data drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x073a38bf devm_cxl_add_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x079a1540 is_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0ac4cf2e cxl_error_detected drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0f03871e cxl_dev_state_identify drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x0fcc45bc cxl_map_pmu_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1502633f devm_cxl_add_rch_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x1bed86f8 cxl_dvsec_rr_decode drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2215b6bf cxl_decoder_autoremove drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x27cb7afe is_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x28ba8fc7 devm_cxl_add_dport drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2d148abd devm_cxl_enumerate_ports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x2d8537ee cxl_root_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x32408de2 cxl_hdm_decode_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x33e2aa93 cxl_mem_active_dec vmlinux +CXL EXPORT_SYMBOL_GPL 0x39d59298 is_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x3a2969a3 to_cxl_pmem_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x47d2d9d9 devm_cxl_pmu_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x491bb693 cxl_switch_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4a1d6c14 is_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x4aa1189c set_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x51ae9faa cxl_enumerate_cmds drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x56fb9596 cxl_hb_modulo drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5c28dd22 to_cxl_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5c77b614 to_cxl_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x5d1eab03 __cxl_driver_register drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x604229f9 cxl_setup_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6217d82c devm_cxl_register_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x64e3478c cxl_map_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x67fab5c5 cxl_pci_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x6ac94be1 cxl_rcd_component_reg_phys drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x701bbaad cxl_bus_rescan drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7632a453 cxl_decoder_add_locked drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7982b2e0 cxl_find_regblock_instance drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7b96374a to_cxl_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x7fa19cc4 alloc_free_mem_region vmlinux +CXL EXPORT_SYMBOL_GPL 0x801d590d schedule_cxl_memdev_detach drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x82bf3089 cxl_debugfs_create_dir drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x84b45156 insert_resource_expand_to_fit vmlinux +CXL EXPORT_SYMBOL_GPL 0x876cf937 clear_exclusive_cxl_commands drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x87832932 cxl_inject_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8b441aff cxl_trigger_poison_list drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8c36ce6b devm_cxl_add_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x8cd640de cxl_mem_get_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x91120a22 is_root_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x93232e94 cxl_decoder_add drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x949ad2b1 cxl_set_timestamp drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x98628ac8 cxl_bus_drain drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9da52c69 is_switch_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0x9e145cf9 cxl_count_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa05a6838 to_cxl_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa4e2f7d9 devm_cxl_enumerate_decoders drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa613132d is_cxl_memdev drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa6d86b52 cxl_mem_find_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa75de243 is_endpoint_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa817dc14 cxl_port_to_pci_bus drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xa94d7295 is_cxl_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xaabbe7d1 devm_cxl_port_enumerate_dports drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xad0b654e cxl_probe_device_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb4c3e636 cxl_endpoint_decoder_alloc drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb5f36c88 cxl_find_regblock drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb6573766 cxl_add_to_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xb6df657a cxl_map_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xba764697 devm_cxl_sanitize_setup_notifier drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc0201c8f devm_cxl_add_port drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc3b496cb cxl_memdev_state_create drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc6ac1c80 cxl_dpa_debug drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xc711323a cxl_mem_get_event_records drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd0970ec6 cxl_probe_component_regs drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd36f65cd to_cxl_dax_region drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd516bedc to_cxl_switch_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd82176a9 devm_cxl_setup_fw_upload drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xd8bed701 find_cxl_root drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xdabeab2e cxl_poison_state_init drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xdbd15d14 cxl_find_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xdcba1c12 devm_cxl_add_nvdimm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xdfe64068 cxl_mem_create_range_info drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe50d7f0b devm_cxl_setup_hdm drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe59d2724 devm_cxl_add_passthrough_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe677ab64 cxl_internal_send_cmd drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe8999e45 to_cxl_nvdimm_bridge drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xe8f18bbb cxl_driver_unregister drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xed923ca3 cxl_bus_type drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf1af62ea to_cxl_decoder drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf54b0bf8 cxl_cor_error_detected drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xf9ac2219 devm_cxl_dpa_reserve drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xfc7db14d cxl_clear_poison drivers/cxl/core/cxl_core +CXL EXPORT_SYMBOL_GPL 0xfd2f775a cxl_await_media_ready drivers/cxl/core/cxl_core +DMA_BUF EXPORT_SYMBOL_GPL 0x037b0ec2 dma_buf_unpin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x0596c6ea dma_buf_get vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x0b46925e dma_buf_export vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x15bf3e55 dma_buf_vmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x1777e7a7 dma_buf_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x1ffa7d44 dma_buf_vunmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x31bf23fb dma_buf_dynamic_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x37b7b396 dma_buf_unmap_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x3b3bd1bb dma_buf_put vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x43887847 dma_buf_fd vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x4671b924 dma_buf_map_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x55150930 dma_buf_move_notify vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x709c194c dma_buf_end_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x880b1f38 dma_buf_mmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xb62f42d7 dma_buf_begin_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xbb6c8b8b dma_buf_detach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xc46fc8ec dma_buf_vmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xcac4f96f dma_buf_map_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xdb722d78 dma_buf_pin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xe5678686 dma_buf_vunmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xf0a4890c dma_buf_unmap_attachment_unlocked vmlinux +DRM_SSD130X EXPORT_SYMBOL_GPL 0x33cf1f58 ssd130x_variants drivers/gpu/drm/solomon/ssd130x +EXPORT_SYMBOL arch/powerpc/kvm/kvm 0xc515b998 kvmppc_core_queue_syscall +EXPORT_SYMBOL arch/powerpc/platforms/pseries/hvcserver 0x913f1e6d hvcs_get_partner_info +EXPORT_SYMBOL arch/powerpc/platforms/pseries/hvcserver 0xa73464c7 hvcs_register_connection +EXPORT_SYMBOL arch/powerpc/platforms/pseries/hvcserver 0xbdf97f58 hvcs_free_connection +EXPORT_SYMBOL arch/powerpc/platforms/pseries/hvcserver 0xc39c3704 hvcs_free_partner_info +EXPORT_SYMBOL crypto/blake2b_generic 0x32e24c8a blake2b_compress_generic +EXPORT_SYMBOL crypto/ecc 0x16e410ff vli_from_be64 +EXPORT_SYMBOL crypto/ecc 0x188a1647 ecc_is_pubkey_valid_full +EXPORT_SYMBOL crypto/ecc 0x1a5faa3a vli_mod_inv +EXPORT_SYMBOL crypto/ecc 0x4c281912 vli_is_zero +EXPORT_SYMBOL crypto/ecc 0x671f7aa5 ecc_is_key_valid +EXPORT_SYMBOL crypto/ecc 0x7c0fbb00 vli_mod_mult_slow +EXPORT_SYMBOL crypto/ecc 0x8261eccb ecc_get_curve25519 +EXPORT_SYMBOL crypto/ecc 0x8e688192 ecc_alloc_point +EXPORT_SYMBOL crypto/ecc 0x90cdc197 ecc_free_point +EXPORT_SYMBOL crypto/ecc 0x9263b417 ecc_point_mult_shamir +EXPORT_SYMBOL crypto/ecc 0x92668805 vli_cmp +EXPORT_SYMBOL crypto/ecc 0x932b6ff7 vli_num_bits +EXPORT_SYMBOL crypto/ecc 0x9f6efabd vli_sub +EXPORT_SYMBOL crypto/ecc 0xa76b31a2 crypto_ecdh_shared_secret +EXPORT_SYMBOL crypto/ecc 0xb10fc19e ecc_get_curve +EXPORT_SYMBOL crypto/ecc 0xd6315f31 ecc_gen_privkey +EXPORT_SYMBOL crypto/ecc 0xd94c8eb5 ecc_point_is_zero +EXPORT_SYMBOL crypto/ecc 0xde867c29 ecc_is_pubkey_valid_partial +EXPORT_SYMBOL crypto/ecc 0xeac9b99a vli_from_le64 +EXPORT_SYMBOL crypto/ecc 0xed4ae15e ecc_make_pub_key +EXPORT_SYMBOL crypto/nhpoly1305 0x29ded403 crypto_nhpoly1305_final_helper +EXPORT_SYMBOL crypto/nhpoly1305 0x482937be crypto_nhpoly1305_update +EXPORT_SYMBOL crypto/nhpoly1305 0x6161773d crypto_nhpoly1305_init +EXPORT_SYMBOL crypto/nhpoly1305 0x7b3cdf6d crypto_nhpoly1305_update_helper +EXPORT_SYMBOL crypto/nhpoly1305 0xdabe5f3a crypto_nhpoly1305_setkey +EXPORT_SYMBOL crypto/nhpoly1305 0xf82c197f crypto_nhpoly1305_final +EXPORT_SYMBOL crypto/sm4 0x2b098da5 crypto_sm4_ck +EXPORT_SYMBOL crypto/sm4 0x7931a202 crypto_sm4_fk +EXPORT_SYMBOL crypto/sm4 0xf4fd3bd2 crypto_sm4_sbox +EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks +EXPORT_SYMBOL drivers/atm/suni 0xa3d95d00 suni_init +EXPORT_SYMBOL drivers/bcma/bcma 0x14457289 bcma_core_dma_translation +EXPORT_SYMBOL drivers/bcma/bcma 0x4f5e342d bcma_core_irq +EXPORT_SYMBOL drivers/block/drbd/drbd 0x127a5901 drbd_set_st_err_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0x35131b36 drbd_role_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0x7730f22d drbd_conn_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0xaf27bebf drbd_disk_str +EXPORT_SYMBOL drivers/bluetooth/btbcm 0xd33d2cdf btbcm_patchram +EXPORT_SYMBOL drivers/bluetooth/btrsi 0xe5d68782 rsi_bt_ops +EXPORT_SYMBOL drivers/bus/mhi/host/mhi 0x5aaf729c mhi_sync_power_up +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x03bc993e ipmi_set_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x0705dd14 ipmi_register_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x12dd1e77 ipmi_set_maintenance_mode +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x1f65170f ipmi_alloc_smi_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x230094ac ipmi_smi_watchdog_pretimeout +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x43a343cc ipmi_smi_watcher_unregister +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x4c2054d7 ipmi_request_settime +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x50f65edf ipmi_set_gets_events +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x67369b42 ipmi_addr_src_to_str +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x74778a80 ipmi_get_my_LUN +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x804f922a ipmi_addr_length +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x80aa4656 ipmi_free_recv_msg +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x89a5279a ipmi_get_version +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0x96a6e5e8 ipmi_smi_msg_received +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xa414b6d8 ipmi_add_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xaca90ebd ipmi_request_supply_msgs +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xae71627d ipmi_create_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xbdfd63d4 ipmi_smi_watcher_register +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xc3762777 ipmi_get_smi_info +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xd54a5050 ipmi_unregister_for_cmd +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4330a39 ipmi_unregister_smi +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe4f4665b ipmi_validate_addr +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xe98c507d ipmb_checksum +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xec1c2a90 ipmi_get_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf388b18b ipmi_destroy_user +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xf5531bea ipmi_poll_interface +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfaaa4831 ipmi_set_my_address +EXPORT_SYMBOL drivers/char/ipmi/ipmi_msghandler 0xfe0f2369 ipmi_get_maintenance_mode +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xacefb97f st33zp24_probe +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xc3c1f67a st33zp24_pm_resume +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xd7fd7e74 st33zp24_remove +EXPORT_SYMBOL drivers/char/tpm/st33zp24/tpm_st33zp24 0xd9007de6 st33zp24_pm_suspend +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0x2f56cdd9 xillybus_find_inode +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0xa6f22956 xillybus_init_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_class 0xf008addd xillybus_cleanup_chrdev +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x25978d50 xillybus_isr +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x3be28f17 xillybus_endpoint_discovery +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0x651c7d06 xillybus_endpoint_remove +EXPORT_SYMBOL drivers/char/xillybus/xillybus_core 0xa6355a09 xillybus_init_endpoint +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x05af9b8b atmel_i2c_send_receive +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x5427bcf6 atmel_i2c_enqueue +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0x80a11b1d atmel_i2c_init_read_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xb6c854bb atmel_i2c_init_ecdh_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xc71ed50c atmel_i2c_init_genkey_cmd +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xc80f14e8 atmel_i2c_flush_queue +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xf1ee0548 atmel_i2c_probe +EXPORT_SYMBOL drivers/crypto/atmel-i2c 0xf283e995 atmel_i2c_init_random_cmd +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0x1fcc2a40 xdma_disable_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0x63c08d08 xdma_get_user_irq +EXPORT_SYMBOL drivers/dma/xilinx/xdma 0xbc8b93d2 xdma_enable_user_irq +EXPORT_SYMBOL drivers/firewire/firewire-core 0x043aa9d2 fw_core_handle_request +EXPORT_SYMBOL drivers/firewire/firewire-core 0x0bc6094c fw_core_remove_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x2885fec5 fw_get_request_speed +EXPORT_SYMBOL drivers/firewire/firewire-core 0x28c56261 fw_iso_context_stop +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3406a80f fw_card_add +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3a771e39 fw_core_add_descriptor +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3b3c070f fw_core_remove_card +EXPORT_SYMBOL drivers/firewire/firewire-core 0x3c56ef91 fw_workqueue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x417cfc71 fw_schedule_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0x4d33397c fw_iso_resource_manage +EXPORT_SYMBOL drivers/firewire/firewire-core 0x59edaa92 fw_core_handle_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x5dff2113 fw_device_enable_phys_dma +EXPORT_SYMBOL drivers/firewire/firewire-core 0x635dbffb fw_iso_context_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0x6dc50487 fw_csr_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x7e886c48 fw_iso_context_start +EXPORT_SYMBOL drivers/firewire/firewire-core 0x86468d44 fw_rcode_string +EXPORT_SYMBOL drivers/firewire/firewire-core 0x8f2b6e20 fw_iso_context_queue +EXPORT_SYMBOL drivers/firewire/firewire-core 0x937fcc18 fw_send_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0x95c63c5e fw_run_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x99c220df fw_cancel_transaction +EXPORT_SYMBOL drivers/firewire/firewire-core 0x9ea6b780 fw_iso_context_create +EXPORT_SYMBOL drivers/firewire/firewire-core 0xa74d58bf fw_card_initialize +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaa7a5dde fw_bus_type +EXPORT_SYMBOL drivers/firewire/firewire-core 0xab9df097 fw_fill_response +EXPORT_SYMBOL drivers/firewire/firewire-core 0xaedf84ce fw_high_memory_region +EXPORT_SYMBOL drivers/firewire/firewire-core 0xbf3c4a5f fw_core_remove_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc1443c6d fw_core_add_address_handler +EXPORT_SYMBOL drivers/firewire/firewire-core 0xc1921236 fw_iso_buffer_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0xda114fa5 fw_iso_context_queue_flush +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe1d45343 fw_iso_buffer_destroy +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe3fde125 fw_csr_iterator_next +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe59f0897 fw_core_handle_bus_reset +EXPORT_SYMBOL drivers/firewire/firewire-core 0xe80e5087 fw_csr_iterator_init +EXPORT_SYMBOL drivers/firewire/firewire-core 0xf47fd6de fw_iso_context_flush_completions +EXPORT_SYMBOL drivers/fpga/dfl 0xe4e28656 __dfl_driver_register +EXPORT_SYMBOL drivers/fpga/dfl 0xf4d8e861 dfl_driver_unregister +EXPORT_SYMBOL drivers/fpga/lattice-sysconfig 0x980e0f18 sysconfig_probe +EXPORT_SYMBOL drivers/gpu/drm/amd/amdxcp/amdxcp 0x0ea5d74b amdgpu_xcp_drv_release +EXPORT_SYMBOL drivers/gpu/drm/amd/amdxcp/amdxcp 0x648ea64b amdgpu_xcp_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x01c4bba9 drm_dp_lttpr_max_link_rate +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x05a8a00e drm_dp_mst_edid_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x06c60d25 drm_connector_attach_content_protection_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x084e1e18 drm_dp_dual_mode_max_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x08aa9eb4 drm_dp_pcon_frl_configure_2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x08c87921 drm_dp_pcon_is_frl_ready +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0a68a5d5 drm_dp_read_mst_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0beb30a2 drm_dp_pcon_reset_frl_config +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x0c1fdd27 drm_dp_mst_topology_mgr_set_mst +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x102a2c95 drm_dp_pcon_hdmi_link_active +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1078b5c7 drm_dp_read_lttpr_common_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x128333b7 drm_hdmi_infoframe_set_hdr_metadata +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1605d0ed drm_dp_lttpr_max_lane_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x166724a4 drm_dp_mst_root_conn_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1709ddcf drm_dp_lttpr_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1a5bf3ca drm_dsc_dp_rc_buffer_size +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1b06f59b drm_dp_dual_mode_detect +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x1b0a1fdc drm_dp_lttpr_voltage_swing_level_3_supported +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x214e8b94 drm_edp_backlight_disable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2364f9b2 drm_hdmi_avi_infoframe_colorimetry +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x23961837 drm_dp_downstream_max_bpc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x24754c5b drm_dp_get_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x24ada755 drm_dsc_set_rc_buf_thresh +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x262cb295 drm_dp_cec_unregister_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x26815dbc drm_dp_link_rate_to_bw_code +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x26a0b406 drm_dp_cec_register_connector +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x285d9106 drm_dp_mst_atomic_enable_dsc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2dd5c548 drm_dp_read_dpcd_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2e3a38ed drm_edp_backlight_set_level +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2e8f850d drm_dp_set_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2f3e2e4b drm_edp_backlight_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2fa94ef2 drm_dp_downstream_444_to_420_conversion +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x2fb53e76 drm_dp_send_power_updown_phy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x30a2c937 drm_dp_downstream_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3393175d drm_dp_mst_connector_early_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x37e5a5ba drm_dp_pcon_frl_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x38e249e6 drm_dp_mst_topology_mgr_resume +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x392a838b drm_dp_downstream_max_dotclock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3bd2895a drm_atomic_get_new_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3cff4f92 drm_dp_mst_detect_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x3d32b07d drm_dp_dpcd_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4174c37c drm_dp_vsc_sdp_log +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x419eb066 drm_dp_dpcd_read_phy_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4603c416 drm_dp_pcon_dsc_bpp_incr +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4830bf6b drm_dp_read_desc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x48adb8bd drm_dp_mst_atomic_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4a0ad156 drm_lspcon_set_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4a13228e drm_dp_dual_mode_get_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4b519731 drm_dp_link_train_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4cd2de26 drm_dp_dual_mode_set_tmds_output +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4d87398b drm_dp_read_sink_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x4ef65065 drm_dp_mst_topology_mgr_suspend +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5407ae9e drm_dp_get_dual_mode_type_name +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5587dfdc drm_dp_send_real_edid_checksum +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x564dccb1 drm_dp_mst_atomic_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x56a663e9 drm_dp_dsc_sink_line_buf_depth +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x582f248e drm_dp_get_adjust_request_pre_emphasis +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x587fced1 drm_dp_cec_set_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x58d8fcaa drm_dsc_pps_payload_pack +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x59f27ed7 drm_dp_pcon_enc_is_dsc_1_2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5a86f411 drm_dp_phy_name +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5aefc411 drm_dp_add_payload_part1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x5c501faf drm_scdc_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x627ba04b drm_dsc_set_const_params +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6305da7d drm_atomic_get_mst_payload_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x63a477fb drm_dp_downstream_min_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x648d953b drm_dsc_dp_pps_header_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x648ff7fe drm_dp_mst_topology_mgr_destroy +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x68d8dce7 drm_dp_downstream_is_tmds +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6945c9cc drm_dp_mst_dsc_aux_for_port +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6a4349c8 drm_hdmi_avi_infoframe_bars +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6a4df8c5 drm_dp_128b132b_eq_interlane_align_done +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6aacee47 drm_dp_128b132b_link_training_failed +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x6b53e216 drm_dp_downstream_max_tmds_clock +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7053fa72 drm_dp_get_pcon_max_frl_bw +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x70bcef09 drm_dp_pcon_pps_override_param +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7270ef28 drm_dp_mst_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x73011db0 drm_dp_bw_code_to_link_rate +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x76ff6644 drm_dp_lttpr_pre_emphasis_level_3_supported +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x79008c7e drm_dsc_setup_rc_params +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7af6773d drm_dp_mst_hpd_irq_send_new_request +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7e047bc3 drm_dp_mst_get_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x7f50d4ec drm_dp_read_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x829b6048 drm_dp_dsc_sink_max_slice_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x82b40613 drm_dp_dual_mode_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8468f3ad drm_dp_pcon_hdmi_frl_link_error_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x879392d7 drm_dp_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8b313651 drm_dp_set_phy_test_pattern +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8c7dab27 drm_dp_pcon_convert_rgb_to_ycbcr +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8ca2d9e4 drm_dp_calc_pbn_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8d0ba7e8 drm_dp_cec_irq +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8d62a43c drm_scdc_set_high_tmds_clock_ratio +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x8d701329 drm_dp_clock_recovery_ok +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9285c985 drm_dp_mst_topology_mgr_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x929e4949 drm_dp_add_payload_part2 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x92b9835e drm_dp_128b132b_cds_interlane_align_done +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x95883bb4 drm_dsc_initial_scale_value +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9c02d852 drm_dp_downstream_debug +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9d82b14d drm_dp_remove_payload +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9d83d58d drm_dp_atomic_find_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0x9d962e4e drm_dp_lttpr_link_train_channel_eq_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa1fefe6a drm_dp_psr_setup_time +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa2f77932 drm_dp_send_query_stream_enc_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa3a737c1 drm_dp_check_act_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa3e6af3a drm_scdc_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa824bbad drm_dp_mst_put_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xa843606e drm_dp_dsc_sink_supported_input_bpcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xacb9c5b3 drm_lspcon_get_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaee9905c drm_dp_mst_update_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xaf267620 drm_dp_lttpr_count +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb242f0c4 drm_dp_dual_mode_read +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb4eca3c8 drm_scdc_set_scrambling +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb4f58fc9 drm_dp_aux_unregister +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb5571e18 drm_dp_pcon_hdmi_link_mode +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb5d9dded drm_dp_downstream_id +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb68c3358 drm_dp_dpcd_write +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xb959873d drm_dp_remote_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbc022b11 drm_dp_mst_add_affected_dsc_crtcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xbed5fb0c drm_hdcp_update_content_protection +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc020c0c1 drm_dp_pcon_dsc_max_slice_width +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc0506e8c drm_dp_pcon_pps_override_buf +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc0914888 drm_dp_get_vc_payload_bw +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc3450481 drm_dp_cec_unset_edid +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc39e7502 drm_hdmi_avi_infoframe_content_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc5c99a79 drm_dp_get_adjust_request_voltage +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc79ecffb drm_dp_downstream_is_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc7f65003 drm_atomic_get_old_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xc8b6a8ae drm_dp_128b132b_lane_channel_eq_done +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xccf54d5e drm_dp_get_adjust_tx_ffe_preset +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xceaa7cb0 drm_atomic_get_mst_topology_state +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd0e95456 drm_dsc_get_bpp_int +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd21061fb drm_dp_aux_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd26490e5 drm_dp_pcon_frl_prepare +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd2c41de8 drm_dp_mst_get_port_malloc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd561d37b drm_dp_read_clock_recovery_delay +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd5a95eae drm_dp_128b132b_lane_symbol_locked +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd6ccebed drm_dp_start_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd7388c4c drm_dp_mst_hpd_irq_handle_event +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd85027f8 drm_dp_read_lttpr_phy_caps +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xd8c5e99a drm_dp_aux_init +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xda4458cc drm_dp_dpcd_read_link_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdb8c64ac drm_dp_atomic_release_time_slots +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xdbebcbc6 drm_dp_128b132b_read_aux_rd_interval +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe2468a48 drm_dsc_flatness_det_thresh +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe51da574 drm_dp_pcon_pps_default +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe5360b84 drm_dp_pcon_dsc_max_slices +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe63e9b28 drm_dp_mst_connector_late_register +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xe643fb04 drm_dp_pcon_frl_configure_1 +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xea0a060d drm_dp_stop_crc +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xeafcf617 drm_dp_read_downstream_info +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xedcf81ce drm_dp_channel_eq_ok +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xeed2e5af drm_dp_mst_topology_state_funcs +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf0b642ed drm_dp_dpcd_probe +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf2271c9a drm_panel_dp_aux_backlight +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf52c6a7a drm_scdc_get_scrambling_status +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf68741fb drm_dp_subconnector_type +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf689ad25 drm_dp_downstream_420_passthrough +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xf7dd69bd drm_dp_read_sink_count_cap +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfb1a7a5a drm_dp_downstream_rgb_to_ycbcr_conversion +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfdb40144 drm_edp_backlight_enable +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xfe12bcb9 drm_dsc_compute_rc_parameters +EXPORT_SYMBOL drivers/gpu/drm/display/drm_display_helper 0xffc4cb26 drm_dp_mst_dump_topology +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0013b196 drm_gem_lock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0x026ab412 drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x02d45ea6 drm_syncobj_get_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x032fbc36 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x036e7ba7 drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03773cb7 drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03a6b750 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03c63897 __drm_get_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04dfed59 drm_master_internal_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x04e84c82 drm_edid_read_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0544044e drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x05e75295 drm_property_lookup_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07001cee drm_plane_create_rotation_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x072a5b4b drm_atomic_nonblocking_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x07f1454d drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x09f30432 drm_panel_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ba02f2a drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0c04d2c5 drm_panel_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0c392d6c drm_gem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0cfbfd5b drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d139c48 drm_dev_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d4899f7 drm_atomic_add_affected_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d93c9ca drm_writeback_connector_init_with_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d9b4753 drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0e011a76 drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f7acb66 drm_mm_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fd60df2 drm_get_connector_status_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x10168666 drm_atomic_get_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x107742a9 drm_get_subpixel_order_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11814e67 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1184cad1 drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x11a4a203 drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12cf7bae drm_connector_oob_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12e44b9e drm_gem_lru_move_tail_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12ff3c03 drm_mode_create_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13882e4a drm_atomic_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x139cdf00 devm_drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13a0dfc8 drm_atomic_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x145e1f56 drm_atomic_get_new_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x14b1abaf drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1541ab95 drm_of_find_possible_crtcs +EXPORT_SYMBOL drivers/gpu/drm/drm 0x157b23ce drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16b809c8 drm_print_memory_stats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16f9f1b1 drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x172e5d19 drm_panel_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x17a82333 of_drm_get_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x189aa184 drm_mode_create_suggested_offset_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x192a46d6 drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x196f5461 drm_display_mode_from_cea_vic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a2a3e75 drm_gem_evict +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a411479 drm_syncobj_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a5297d1 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1acca25e drm_dev_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1b6951d8 drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c5d5714 __drmm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e8a402f drmm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1ef11014 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1f26dfe7 drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1fc43778 drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1fcab0d0 drm_crtc_vblank_waitqueue +EXPORT_SYMBOL drivers/gpu/drm/drm 0x21359ab0 drm_gem_unmap_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2183c08c drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x228cef30 drm_connector_attach_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24993e50 drm_edid_are_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24d124ac drm_mode_equal_no_clocks_no_stereo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25daad93 __drm_mm_interval_first +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25ec4945 drm_gem_map_detach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25f4e5b9 drm_atomic_bridge_chain_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x26cead8e drm_gem_lru_move_tail +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27079bca drm_edid_connector_add_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2754dad8 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28779e52 drm_printf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28d400bb drm_plane_create_alpha_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29196b57 drm_client_framebuffer_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29f078d1 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a39c8f5 drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a962499 drm_mm_scan_init_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ba05ef7 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2baab256 drm_send_event_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c7d0272 drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c9fb563 drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2cebf389 drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e783651 drmm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ed3c600 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2fa48a18 drm_connector_set_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2fbcb5e6 drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x30db8405 drm_edid_read_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3134a34c drm_edid_override_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31b8a5e3 __drm_set_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31f90e43 drm_syncobj_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32a0cc37 drm_print_bits +EXPORT_SYMBOL drivers/gpu/drm/drm 0x336b2061 drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x349763eb drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x34d7971b drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x364ba122 drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x36e385c6 drm_connector_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3731f78f drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3823ded8 drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x382c6d0a drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38690d99 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38afe582 drm_writeback_prepare_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39070873 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39230447 drm_client_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3974e95e drm_plane_enable_fb_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x397c3d27 drm_edid_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ab87110 drm_mode_equal_no_clocks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b0e5e9c __drm_puts_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cdc37e9 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3dcf2ed9 drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3e423240 drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ef69e4c drm_send_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f13cc48 drm_plane_create_color_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f211584 drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f405489 __drm_printfn_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f5db771 drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3fb45595 drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4137f1bb drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4265ef5e drm_edid_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x429c4b87 drm_atomic_normalize_zpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4403a9c3 drm_mode_get_hv_timing +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4445d50f drm_connector_attach_dp_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4489a5e9 drm_edid_raw +EXPORT_SYMBOL drivers/gpu/drm/drm 0x453ed322 drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4575a0ca drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4588fcb4 drm_plane_get_damage_clips_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x475ca61e drm_gem_dmabuf_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x49036133 drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a35d30d drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ab7b2f3 drm_analog_tv_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b7ebf95 drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c1bb1c2 drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c2cb430 drm_bridge_chain_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c6c6748 drm_gem_lru_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4cccbe80 drm_dev_unplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d13aa22 drm_event_reserve_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d378687 drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4df31890 drm_panel_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e2a621e drm_prime_sg_to_dma_addr_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e4917aa drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e4a3715 drm_connector_attach_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4e9f91d8 drm_mode_create_dp_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f02ee78 drm_connector_attach_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4fcc088a drm_connector_has_possible_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50505fac drm_connector_update_privacy_screen +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50674de7 drm_timeout_abs_to_jiffies +EXPORT_SYMBOL drivers/gpu/drm/drm 0x513072fe __drm_puts_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0x51be0331 drm_atomic_print_new_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5208a196 drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x521ad6d0 drm_puts +EXPORT_SYMBOL drivers/gpu/drm/drm 0x527b6419 drm_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x529427af drm_mode_create_tv_properties_legacy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x52a3fa9d drm_atomic_get_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x53b174ce drm_atomic_get_old_crtc_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55af321d drm_atomic_state_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55eb38da drm_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56580621 drm_property_create_bool +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56c81bb8 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x572036cf drm_dev_enter +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5746f680 drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5751ab01 drm_gem_private_object_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57698a50 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57736ee3 drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58493300 drm_connector_set_orientation_from_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58a114f1 drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58b94e66 drm_atomic_get_old_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x58c247de drm_gem_prime_import_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59056243 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5961b115 drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x596ccb5f drm_vma_node_is_allowed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59e3dcdc drm_atomic_get_new_crtc_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a74cd28 __drmm_mutex_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5bcc7683 drm_aperture_remove_conflicting_pci_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c2e29f2 drm_connector_attach_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c546a82 drm_atomic_bridge_chain_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c8ab0fc drm_edid_read_custom +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5ccfde0a drm_edid_get_panel_id +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d27e4eb drm_ioctl_kernel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5df80e3e drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e621306 drm_mode_create_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5ed4073a drm_connector_attach_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f092904 drm_gem_unlock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f7985a5 drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x604692c4 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x61d1fbfa drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x620a366e drm_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x62845853 drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x62fc80d2 drm_plane_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6312fca4 drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x639d0eb0 __drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63fe8193 drm_gem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x64ad25b3 drm_writeback_get_out_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x64d6793b drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65702bd6 drm_default_rgb_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x67525786 drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x67742422 drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x67a67b8c __drmm_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x67b1ba17 drm_plane_create_zpos_immutable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x680154b0 drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x681e352f drm_client_modeset_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x68a66ee7 drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6910e4cd drm_format_info_min_pitch +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69353664 __drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x698ce34a drm_crtc_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69e1bf40 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6a804c0c drm_atomic_private_obj_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ac01ea8 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ae60bd6 drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b203dc2 drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b75955b drm_crtc_accurate_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ba72b74 drm_event_reserve_init_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c136c31 drm_gem_map_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6c2e5828 drm_connector_set_tile_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6cb93628 drm_panel_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6d598d54 drm_any_plane_has_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6d95cd2e drm_get_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6d9bddda drm_prime_sg_to_page_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e331282 drm_mode_object_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e5ea5d9 drm_show_fdinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ee79f8e drm_mode_validate_ycbcr420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f117702 drm_show_memory_stats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f1792c3 of_drm_find_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f317f28 drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f8b5af2 drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6fade1a5 drm_client_framebuffer_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7055c75b drm_connector_attach_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x709b3f88 drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x717e4346 drm_gem_prime_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x72315fa3 drm_atomic_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7303c8e8 drm_atomic_add_affected_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm 0x733e1ee0 drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x73ccd361 drm_connector_attach_max_bpc_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x73e56389 drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74fc6fbd drm_format_info_block_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x757694a0 drm_atomic_get_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x77224ea9 drm_atomic_get_old_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x77325473 drm_crtc_vblank_helper_get_vblank_timestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x773d62c9 drm_panel_of_backlight +EXPORT_SYMBOL drivers/gpu/drm/drm 0x78b48ab0 drm_sysfs_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79267264 drm_invalid_op +EXPORT_SYMBOL drivers/gpu/drm/drm 0x793a0432 drm_atomic_set_mode_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79c00fa2 drm_edid_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a169f8c drm_client_modeset_commit_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a703bd3 drm_crtc_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ab7e6ff drm_bridge_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b0cc0c6 drm_mode_plane_set_obj_prop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b184faa __devm_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b4fa88a drm_syncobj_get_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7b735967 drm_mode_object_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c0d9cad drm_display_info_set_bus_formats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c0e32c1 drm_client_modeset_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c545285 drm_edid_get_monitor_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7dc90cf8 drm_modeset_lock_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e3277f8 ___drm_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7edf470b drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x806ea01c drm_connector_init_with_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81d5d0ed drm_atomic_state_default_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0x81eee5b3 drm_atomic_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x82a731fa drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8300667a __drmm_add_action_or_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x831248e8 drm_debugfs_add_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0x84916d49 drm_atomic_get_new_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8560b1b8 drm_mode_get_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x86c83b00 drm_atomic_set_fb_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x86d26bd6 drm_gem_map_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x87333284 drm_atomic_check_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0x875a5e27 drm_dev_has_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8836574f drm_connector_atomic_hdr_metadata_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x88ba7950 drm_send_event_timestamp_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x89333803 drm_release_noglobal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x893fa83a __drmm_add_action +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8953ee89 drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a24c948 drm_writeback_signal_completion +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8a60a1b3 drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ab2d5bd drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b06a6a9 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b2c5f68 drm_writeback_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b659447 drm_connector_list_iter_begin +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8cafd66e drm_crtc_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8cd8b80b drm_sysfs_connector_status_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ce11a4e drm_print_regset32 +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d72789e drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ebad873 drm_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8edb1ee7 __drm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f2b58da drm_client_dev_hotplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f8b47ba drm_modeset_lock_all_ctx +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f9808fa drm_state_dump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x92383987 drm_mode_put_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9262678a drm_property_replace_global_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x92ba8339 drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x93bebeb1 drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x94b0d135 drm_connector_attach_hdr_output_metadata_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x952f5d41 drm_atomic_get_old_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9694c725 drm_gem_dma_resv_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x969e1bc0 drm_crtc_set_max_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x97a14ed3 drm_mode_validate_driver +EXPORT_SYMBOL drivers/gpu/drm/drm 0x982d09b3 drm_format_info_block_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x983ff0aa drm_edid_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x99f86f1b drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b2250f5 drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b285573 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b42252b drm_connector_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b95c885 drm_mode_match +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b9de1c1 drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9cc0113c drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ce050be drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9d961049 drm_crtc_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9dbcfb74 drm_connector_set_panel_orientation_with_quirk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa0553b60 drmm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa1f04dda drm_gem_lru_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa248afde drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa38c4c94 drm_memcpy_from_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3ea9018 drm_connector_attach_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa4a69965 drm_gem_vunmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa552912f drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa590d183 drm_panel_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa5bc775d drm_plane_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa65516ce drm_crtc_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa7a16495 drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa88da3bd drm_bridge_chain_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa8d9ff88 drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa9af7aea of_drm_find_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa60b35f drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa88008d drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad0896f3 drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad10c800 drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad4e902b drm_color_ctm_s31_32_to_qm_n +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad91e6f7 drm_gem_dmabuf_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xadd50e1b drm_atomic_private_obj_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae0671ff drm_crtc_commit_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae277372 __drm_crtc_commit_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaebdc60d drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xafa6bc78 drm_crtc_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb11ac7a7 __drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb212dc3e drm_edid_dup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb32c6c3d drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3750192 drm_edid_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb402a398 drm_client_modeset_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4032484 drm_mm_insert_node_in_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4ae52fe drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb58d5336 drm_crtc_vblank_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5edd99d drm_master_internal_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6127243 drm_need_swiotlb +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb643c69e drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb97a011a drm_file_get_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9a817a2 drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9cad492 __drm_atomic_state_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xba719f12 drm_syncobj_find_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbae20029 drm_debugfs_add_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbbd246bc drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc864abb drm_get_edid_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbce7b167 drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbd1ef45b drm_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbd5e667e drm_connector_list_iter_end +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbd6a9603 drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbd7ccc43 drm_atomic_state_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe1c2c2e drm_property_blob_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf26aa06 drm_writeback_cleanup_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf9b65c6 drm_aperture_remove_conflicting_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbfd47c9b drm_modeset_lock_single_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc00d41f6 drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc04973d6 drm_is_current_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc19e6dad drm_syncobj_add_point +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc22ba563 drm_hdmi_avi_infoframe_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc3b031a9 drmm_kfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc6fffab5 drm_client_modeset_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7b219ee drm_color_lut_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcab433a6 drm_of_component_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcab54f61 drm_framebuffer_plane_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb1fbfb1 drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb2c6a7f drm_connector_set_path_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb437d4b drm_atomic_add_encoder_bridges +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcbc647d8 drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcbd78c85 drm_atomic_set_crtc_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcbdee8b3 drm_syncobj_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc02a28f drm_gem_lru_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc9f86d0 drmm_kmalloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xccaa0c80 drm_connector_list_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd474b71 __drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdb99cc9 drm_mode_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcebd395d drm_property_replace_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcf702aca drm_bridge_chain_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcff242bb drm_client_rotation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd11201e8 __drmm_crtc_alloc_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd13f9985 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd232fd17 drm_property_create_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd343ed92 __drm_dev_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd35c398d drm_plane_create_zpos_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd4ea6574 drm_client_framebuffer_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd62b018a drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd680a377 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd6ab1e03 drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7807b63 drm_client_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd794b52c drm_writeback_queue_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7a9cf42 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7be7973 drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7c3d134 drm_property_blob_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd8204bc1 drm_event_cancel_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd85c7b01 drm_plane_create_blend_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd9c80c71 drm_atomic_get_new_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdad9c8b1 drm_prime_get_contiguous_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb320a08 drm_mode_is_420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdcc7ed39 drm_connector_set_link_status_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd03b588 drm_gem_objects_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd3c6afa drm_mode_is_420_also +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd9a0e79 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xde276874 drm_compat_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0xde4cf990 drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf3f760d drm_mm_scan_color_evict +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf5a8733 drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf666902 drm_rotation_simplify +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf6913b1 drm_vblank_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe0137b67 drm_gem_vmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe0b403bc drm_gem_dmabuf_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe15de936 drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe287451b drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2c4dc08 drm_atomic_state_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe317082a __drm_printfn_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3ac15d5 drm_mode_is_420_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4680c55 drm_syncobj_replace_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe49aef70 drm_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe4b82980 drm_atomic_get_connector_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe50098ae drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe5dbd82a drm_mode_create_aspect_ratio_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe633a4cd drm_format_info_bpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe686fd58 drm_crtc_next_vblank_start +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a034df drm_dev_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8ddd173 drm_client_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe9d0f603 drm_mode_create_hdmi_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea00fe81 __drm_printfn_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea455ddb drm_of_crtc_port_mask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeba1bb29 drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed1e236c drm_crtc_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xee1873eb drm_atomic_state_default_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xef1eb6e6 drm_crtc_enable_color_mgmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0xef52ce6a drm_client_buffer_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf01bb736 drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0517d7a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf095dc96 drm_get_tv_mode_from_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0bd0b33 drm_connector_create_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0be8537 drm_connector_attach_privacy_screen_provider +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf17bc213 drm_atomic_set_crtc_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1998df2 drm_client_buffer_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1a5a6e1 drm_crtc_vblank_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1b5340a drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1be6851 drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1d619bf drm_mode_create_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1d89d4f drm_crtc_vblank_helper_get_vblank_timestamp_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf21bd8ab drm_driver_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf25a13b3 drm_atomic_get_crtc_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf2af87d4 drm_vblank_work_schedule +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf321af48 drm_panel_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf32ca096 drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf336b9e9 drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf406e46a drm_get_connector_type_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf436c402 drmm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf44e3ecd devm_aperture_acquire_from_firmware +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf485986d drm_vma_node_allow_once +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf5379ff2 drm_vblank_work_cancel_sync +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf5550754 drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf7d6e1ff drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf824c7db __drm_printfn_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf8b40368 drm_atomic_set_mode_prop_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf9c11d23 drm_connector_set_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfb4ea66b drm_plane_get_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfbdaf6d9 drm_object_property_get_default_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc297887 drm_framebuffer_plane_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfd014158 drm_crtc_arm_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfdb91208 drm_dev_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfde0016f drm_panel_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfdeb468f drm_gem_dmabuf_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfeb953b1 __drm_printfn_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfec7ef02 drm_vblank_work_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0xff4bded2 drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x22d53779 drm_buddy_free_list +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x2d9e9583 drm_buddy_print +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x40d76a49 drm_get_buddy +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0x9f44c898 drm_buddy_init +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xabb5a026 drm_buddy_block_trim +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xbd5b3bcc drm_buddy_free_block +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xc30d71cc drm_buddy_block_print +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xfa150882 drm_buddy_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_buddy 0xff748b76 drm_buddy_alloc_blocks +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0x72dafbed drm_gem_dma_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0xa98ffc0d drm_fbdev_dma_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_dma_helper 0xcd5c0bf4 drm_gem_dma_prime_import_sg_table_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x01aa9e87 drm_connector_helper_tv_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x027d8975 __drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0375105e drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x04685457 drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x04a59f27 drm_fb_helper_release_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x060859c6 drm_atomic_helper_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x088c7fec drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0920bce3 drm_connector_helper_get_modes_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0b79cf2f drm_atomic_helper_commit_hw_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0bcbbb61 drm_fb_helper_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0c009320 __drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0c6b6eff drm_gem_simple_kms_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0c834d49 drm_gem_fb_create_handle +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0c9a459c drm_gem_simple_kms_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0e427b8f drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0eee484d drm_self_refresh_helper_update_avg_times +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x10c5d201 __drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x13869025 drm_atomic_helper_dirtyfb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x14651536 drm_gem_simple_kms_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x158b0bb5 drm_atomic_helper_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x16b89cb1 drm_atomic_helper_bridge_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x16df4aae drm_atomic_helper_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x172c5e7b drm_fb_helper_alloc_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x18caff23 drm_fb_xrgb8888_to_argb8888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x18ecb341 drm_fb_xrgb8888_to_xrgb1555 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x19121a8d drm_self_refresh_helper_alter_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1944bf78 drm_gem_fb_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1949916e drm_atomic_helper_connector_tv_margins_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x197d8e88 drm_atomic_helper_update_legacy_modeset_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x19a717f8 __drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1b0c0ddb drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1b92a8de drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1caab011 drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1cea2616 drm_atomic_helper_page_flip_target +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1f34d494 drm_atomic_helper_connector_tv_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1fae1f38 drm_fb_xrgb8888_to_xrgb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x205796f9 drm_connector_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x24f4872c drm_gem_simple_kms_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x283ef0f8 drm_gem_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x29831c7e drm_fb_blit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2a8313f3 drm_atomic_helper_commit_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2b7453c2 drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2fcb4209 drm_crtc_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x30afc7f3 drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x30b5007e drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x31d498f8 drm_fb_xrgb8888_to_argb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x323ba6a8 drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x323d9970 drm_atomic_helper_async_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x33783750 drm_fb_helper_set_suspend_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x33c19742 drm_panel_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x33ca096f drm_atomic_helper_check_crtc_primary_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x357a25b6 drm_fb_helper_damage_range +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x36eea39a __drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x379250e7 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x393ce075 drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3b17fc63 drm_atomic_helper_shutdown +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3cad4a11 drm_gem_fb_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3cf13d32 drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3db872fc drm_fb_build_fourcc_list +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3df0fa8a __drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4026cecd drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x41cb2838 drm_atomic_helper_damage_merged +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4211b6b8 drm_fb_helper_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x42491a15 drm_connector_helper_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4370d5f2 drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4764f94c drm_atomic_helper_wait_for_fences +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x47d6dadb drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x49ea62ec drm_gem_fb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4af10f09 drm_atomic_helper_commit_duplicated_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4af8de21 drm_crtc_helper_mode_valid_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4b994bec drm_atomic_helper_disable_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4cb49c1a __drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4e93b0a3 drm_gem_simple_kms_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4f1e316d drm_atomic_helper_fake_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4f7ef67c __drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x501c7ee5 drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x507ba01d drm_atomic_helper_commit_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x535050cb drm_atomic_helper_bridge_propagate_bus_fmt +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5664848a drm_atomic_helper_commit_modeset_enables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x56f82675 drm_atomic_helper_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a4734d1 drm_kms_helper_is_poll_worker +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5aef8bb7 drm_helper_probe_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5c393136 drmm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5f9aa3e0 drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x612e5506 devm_drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x619fb27b drm_simple_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x65b8fb7b drm_atomic_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6854479a drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x68bf6cb4 drm_atomic_helper_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6a4838d0 drm_gem_fb_end_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6a6b0152 drm_mode_config_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6ac8ed14 drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b039cb8 drm_fb_helper_damage_area +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b5c2b06 drm_atomic_helper_damage_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6d3342bf drm_fb_xrgb8888_to_rgba5551 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e30ba8e drm_rect_rotate_inv +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x70021801 drm_atomic_helper_wait_for_flip_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x70b1e84f drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x72b5b445 drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x72c32542 drm_atomic_helper_check_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7367c9c9 drm_plane_helper_update_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x73ddfb79 drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x74e756fe drm_fb_xrgb8888_to_rgb332 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7570f3fa drm_atomic_helper_update_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x77bf49c3 drm_atomic_helper_wait_for_vblanks +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x77db0196 __drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x791b0f82 drm_panel_bridge_set_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7bed4cc5 drm_atomic_helper_unprepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7d17d4b6 drm_atomic_helper_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7e9a3690 drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7ecf465f drm_panel_bridge_connector +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7fd17c17 drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x80bb8c3f drm_bridge_is_panel +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x811d0baa drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x86f12444 drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x88c79db5 drm_kms_helper_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x89f748e5 drm_fb_xrgb8888_to_mono +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8e19934a drm_atomic_helper_async_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8e573932 drm_simple_display_pipe_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9067e4ec drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x937787c1 drm_flip_work_queue_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x969871e4 drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99009f91 drm_self_refresh_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x991abf17 drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99fd20aa drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9b22fc0c drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9b3cdc88 drm_atomic_helper_check_wb_encoder_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9bf0ce16 drm_atomic_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9ce4eca1 drm_fb_helper_unregister_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9da1aa33 __drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9f4ad64b drm_fb_helper_set_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa0ec9b88 __drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa11dd707 drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa15f0579 drm_atomic_helper_cleanup_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa281270d drm_gem_fb_begin_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa3c16aa2 drm_atomic_helper_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa403a8dd drm_atomic_helper_commit_modeset_disables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa4a0a421 drm_atomic_helper_page_flip +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa5744148 drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa5f1cdd7 drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa7ad7c05 drm_fb_helper_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa7f6f31a __drm_atomic_helper_plane_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaa0b5083 drm_atomic_helper_commit_cleanup_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xac0becfb drm_mode_config_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xac281d70 drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xacf746f3 drm_fb_xrgb8888_to_rgb888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xafc78b00 drm_connector_helper_get_modes_from_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb053adda drm_rect_rotate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb18d11dc drm_atomic_helper_check_plane_damage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb24ffc1e devm_drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb338fb84 drm_fb_xrgb8888_to_argb1555 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb387c752 drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb3a6123e drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb409ecad drmm_of_get_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb436479c drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb4a49587 drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb4dd1f2f __drm_atomic_helper_connector_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb62e50cd drm_atomic_helper_swap_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb6a6b711 drm_fb_clip_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb741ac3e drm_gem_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb8106e15 drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb9bc3abe drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xba949fea drm_fb_helper_lastclose +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbcae49b6 drm_fbdev_generic_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbdb84568 drm_atomic_helper_check_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbdf0fb74 drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbfe65315 drm_plane_helper_disable_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc55dc607 drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc5f6bb36 drm_atomic_helper_damage_iter_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc6daea72 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcb2340b8 drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xccc81efd devm_drm_of_get_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcd79a5ff drm_atomic_helper_check_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xce6b0956 drm_plane_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcec68f33 drm_fb_helper_deferred_io +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf11a549 drm_flip_work_allocate_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcfa6a8ff drm_fb_xrgb8888_to_gray8 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd14684d2 drm_helper_force_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd356e6c6 drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd56e37dc drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd946dcc4 drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xda868ce3 drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xda935cf6 drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdbd9213b drm_atomic_helper_commit_tail +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdd0a2c9c drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xde2de235 __drm_atomic_helper_private_obj_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdf18c8ed __drm_atomic_helper_crtc_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdfde43d8 drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe09c4da9 __drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe0fa7ee6 drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe258eaf6 drm_fb_xrgb8888_to_rgb565 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe49524e5 drm_simple_display_pipe_attach_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe4d14fb2 drm_atomic_helper_prepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe5a3efad drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe6c78afa drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe6ddb9eb drm_plane_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe778059d drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xea464bed drm_atomic_helper_connector_tv_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xea4df512 drm_self_refresh_helper_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeacc1f0a drm_fb_helper_output_poll_changed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xef81f69c drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf3c90d23 drm_fb_memcpy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf6834298 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf73418f2 __drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf78b976c drm_kms_helper_poll_reschedule +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf83a80b9 drm_fb_swab +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf9d7c20d drm_fb_helper_fill_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfb058203 drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfb9b601d drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfc6eeb0d drm_atomic_helper_commit_tail_rpm +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfe80185a __drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfe8d0372 drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfeaacce3 __drmm_simple_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x0af0c0df mipi_dbi_command_read +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x17fb8e97 mipi_dbi_command_buf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x2a9b28cc mipi_dbi_dev_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x31e68f0c mipi_dbi_hw_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x3fa70073 mipi_dbi_pipe_update +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x41f2077f mipi_dbi_spi_transfer +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x4fee8b94 mipi_dbi_pipe_destroy_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x50ae7563 mipi_dbi_poweron_conditional_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x6a0e1cfb mipi_dbi_buf_copy +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x72214ba6 mipi_dbi_enable_flush +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x722c65df mipi_dbi_command_stackbuf +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x8dc141cf mipi_dbi_poweron_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x8f54762f mipi_dbi_pipe_duplicate_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0x9589436b mipi_dbi_spi_cmd_max_speed +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xae712b47 mipi_dbi_display_is_on +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xaf198827 mipi_dbi_spi_init +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xb6778479 mipi_dbi_pipe_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xba0de6b2 mipi_dbi_pipe_reset_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xba7aab84 mipi_dbi_pipe_begin_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xbc087994 mipi_dbi_pipe_end_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xd31acbdf mipi_dbi_pipe_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xdb7f34e0 mipi_dbi_dev_init_with_formats +EXPORT_SYMBOL drivers/gpu/drm/drm_mipi_dbi 0xfc39f309 mipi_dbi_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_panel_orientation_quirks 0x2e439142 drm_get_panel_orientation_quirk +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x0b37a9fd drm_gem_shmem_purge +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x28ad5988 drm_gem_shmem_purge_locked +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x2d181480 drm_gem_shmem_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x3cf93fed drm_gem_shmem_madvise +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x65bf2647 drm_gem_shmem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x788b8a64 drm_gem_shmem_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x8654124c drm_gem_shmem_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x897a1eb4 drm_gem_shmem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xa8ee4232 drm_gem_shmem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xfb6960bd drm_gem_shmem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0x46c366a6 drm_suballoc_new +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0x4deccd24 drm_suballoc_dump_debug_info +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0x64de42c3 drm_suballoc_free +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0xd5778c0f drm_suballoc_manager_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_suballoc_helper 0xe47dd04d drm_suballoc_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x010052fe drm_gem_ttm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x24e2525d drm_gem_ttm_dumb_map_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x368e442b drm_gem_ttm_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x4210fb9c drm_gem_ttm_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x4b772f6a drm_gem_ttm_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x07587679 drm_gem_vram_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x280e7d08 drm_gem_vram_put +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x290de31b drm_vram_helper_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x3d17b3de drm_gem_vram_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x5610c61f drmm_vram_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x5c12c911 drm_gem_vram_plane_helper_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x6744ba5a drm_gem_vram_plane_helper_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x839d06a4 drm_gem_vram_driver_dumb_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x8bde22da drm_gem_vram_simple_display_pipe_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x99ba4670 drm_gem_vram_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xb5b86660 drm_gem_vram_fill_create_dumb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xba159ae0 drm_gem_vram_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xc1973e78 drm_gem_vram_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xc5c322ec drm_vram_mm_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xee27a0e6 drm_gem_vram_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xfd9a162e drm_gem_vram_unpin +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x043ec896 drm_sched_pick_best +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x094549c4 drm_sched_job_add_implicit_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x19accb41 drm_sched_job_add_resv_dependencies +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x211accad drm_sched_entity_set_priority +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x350e87c4 drm_sched_stop +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x529ddfec drm_sched_entity_push_job +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x56f850d2 drm_sched_increase_karma +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x6341b875 drm_sched_suspend_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x63ab34a3 drm_sched_job_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x63cf17f2 drm_sched_entity_init +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x6d1d29ec drm_sched_resubmit_jobs +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x72ff13ce drm_sched_entity_flush +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x7405e9ac drm_sched_entity_modify_sched +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x7cbc3d39 drm_sched_job_add_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x9971e3c7 drm_sched_resume_timeout +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0x9bc8424e to_drm_sched_fence +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xa3c32ce6 drm_sched_job_cleanup +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xb9c7aa0d drm_sched_entity_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xc36b1f6d drm_sched_entity_destroy +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xd2079807 drm_sched_job_arm +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xe2c3a9b8 drm_sched_entity_error +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xe3d3af42 drm_sched_fini +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xe5ba092b drm_sched_job_add_syncobj_dependency +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xed35bf6a drm_sched_fault +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xf84e1258 drm_sched_start +EXPORT_SYMBOL drivers/gpu/drm/scheduler/gpu-sched 0xfc0aedb6 drm_sched_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0486bdbb ttm_bo_vm_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x04ecf529 ttm_agp_tt_create +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0676f4c8 ttm_bo_vunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0677a933 ttm_kmap_iter_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0dc769fd ttm_glob +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0f351e2b ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x124c8541 ttm_device_clear_dma_mappings +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x15cf1754 ttm_bo_unpin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x16facb86 ttm_bo_vm_fault +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1919af45 ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1a71d30c ttm_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1c305150 ttm_bo_set_bulk_move +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1dfd20eb ttm_pool_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x22c2ef38 ttm_sg_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x251b128f ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x261eeda9 ttm_bo_init_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x26f3a966 ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2a73b329 ttm_pool_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2a897952 ttm_resource_manager_create_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x38721c0f ttm_resource_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3e242d7e ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x477e00d8 ttm_pool_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4d16e552 ttm_lru_bulk_move_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4e585a50 ttm_agp_bind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x56061247 ttm_pool_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x59e745c5 ttm_resource_manager_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5a2dd1d3 ttm_range_man_fini_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5bc4966b ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5c5ccec7 ttm_agp_destroy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5f5ef637 ttm_pool_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x666de99d ttm_resource_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x685509db ttm_bo_vm_access +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x69cc2943 ttm_tt_pages_limit +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6cb11284 ttm_bo_pin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6d11dcae ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x73ab236a ttm_bo_vm_dummy_page +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x7e9ef5ea ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x84bf0eec ttm_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8d283670 ttm_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8dc069e7 ttm_bo_move_sync_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8fdcb5f8 ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x926a6f4d ttm_bo_move_to_lru_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x949f952b ttm_lru_bulk_move_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x99733b17 ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa107d6f0 ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa6a905a6 ttm_resource_manager_debug +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa8d8e50f ttm_device_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb330f993 ttm_agp_unbind +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc2816143 ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc4009c28 ttm_bo_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xc64c422e ttm_bo_init_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xca56f73f ttm_resource_manager_usage +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xca60a527 ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd24d6cdb ttm_bo_vm_close +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xddd7c84a ttm_resource_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xde2ad454 ttm_range_man_init_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xde9556b6 ttm_bo_wait_ctx +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe0930001 ttm_kmap_iter_iomap_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe6d84841 ttm_agp_is_bound +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe8582980 ttm_resource_manager_evict_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe8b8cdbc ttm_bo_vm_fault_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xea51f131 ttm_bo_eviction_valuable +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xeda0f0a5 ttm_bo_vm_open +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf0bf4fcd ttm_device_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf19dc1d5 ttm_bo_vmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xf5cc3e7d ttm_bo_mmap_obj +EXPORT_SYMBOL drivers/hid/hid 0xa69973c1 hid_bus_type +EXPORT_SYMBOL drivers/hwmon/adt7x10 0xd488d1e1 adt7x10_dev_pm_ops +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x2f9e7f8e vid_which_vrm +EXPORT_SYMBOL drivers/hwmon/hwmon-vid 0x446615bd vid_from_reg +EXPORT_SYMBOL drivers/hwmon/ltc2947-core 0x24395190 ltc2947_pm_ops +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x6a1a4eba i2c_bit_algo +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0x92ff5ec3 i2c_bit_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-bit 0xd3730a83 i2c_bit_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0x3f6dbcfc i2c_pca_add_bus +EXPORT_SYMBOL drivers/i2c/algos/i2c-algo-pca 0xfb1bb18d i2c_pca_add_numbered_bus +EXPORT_SYMBOL drivers/i2c/busses/i2c-amd756 0x381dfbde amd756_smbus +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x10a4c688 qcom_adc5_hw_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x1fcd0103 qcom_adc_tm5_gen2_temp_res_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x39885d6b qcom_adc_tm5_temp_volt_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x401dc869 qcom_vadc_scale +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x47f699dd qcom_adc5_decimation_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x4e64cdb9 qcom_adc5_hw_settle_time_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x53546ecd qcom_adc5_avg_samples_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0x70e6eca1 qcom_vadc_decimation_from_dt +EXPORT_SYMBOL drivers/iio/adc/qcom-vadc-common 0xc61e7a34 qcom_adc5_prescaling_from_dt +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0x7614f697 iio_triggered_buffer_cleanup +EXPORT_SYMBOL drivers/iio/buffer/industrialio-triggered-buffer 0x88c9648e iio_triggered_buffer_setup_ext +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0x0279a27d iio_kfifo_allocate +EXPORT_SYMBOL drivers/iio/buffer/kfifo_buf 0xc9813972 iio_kfifo_free +EXPORT_SYMBOL drivers/iio/imu/fxos8700_core 0xf730f04f fxos8700_regmap_config +EXPORT_SYMBOL drivers/iio/industrialio 0x00338526 iio_trigger_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x02c3a89f iio_trigger_validate_own_device +EXPORT_SYMBOL drivers/iio/industrialio 0x217c1ee9 iio_trigger_using_own +EXPORT_SYMBOL drivers/iio/industrialio 0x2d6bcdcb iio_trigger_generic_data_rdy_poll +EXPORT_SYMBOL drivers/iio/industrialio 0x3bb2967e iio_trigger_free +EXPORT_SYMBOL drivers/iio/industrialio 0x436d2335 iio_buffer_init +EXPORT_SYMBOL drivers/iio/industrialio 0x4551470a iio_get_time_ns +EXPORT_SYMBOL drivers/iio/industrialio 0x47a34e24 iio_device_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x5c1a6d1d iio_trigger_unregister +EXPORT_SYMBOL drivers/iio/industrialio 0x606f46c0 __iio_device_register +EXPORT_SYMBOL drivers/iio/industrialio 0x6b2e1911 iio_trigger_register +EXPORT_SYMBOL drivers/iio/industrialio 0x746b4e18 iio_device_free +EXPORT_SYMBOL drivers/iio/industrialio 0x7be3f69a iio_trigger_set_immutable +EXPORT_SYMBOL drivers/iio/industrialio 0x81df2310 iio_push_event +EXPORT_SYMBOL drivers/iio/industrialio 0x942a64e6 iio_trigger_poll_nested +EXPORT_SYMBOL drivers/iio/industrialio 0x9c563038 iio_read_mount_matrix +EXPORT_SYMBOL drivers/iio/industrialio 0x9d9939e4 iio_device_set_clock +EXPORT_SYMBOL drivers/iio/industrialio 0xb231abed iio_device_get_clock +EXPORT_SYMBOL drivers/iio/industrialio 0xb85da93c iio_bus_type +EXPORT_SYMBOL drivers/iio/industrialio 0xc5608c1b __iio_trigger_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xdf76bbeb iio_pollfunc_store_time +EXPORT_SYMBOL drivers/iio/industrialio 0xf0ddcb11 iio_trigger_notify_done +EXPORT_SYMBOL drivers/iio/industrialio 0xf12941a2 iio_device_alloc +EXPORT_SYMBOL drivers/iio/industrialio 0xfdf21f7d iio_read_const_attr +EXPORT_SYMBOL drivers/iio/industrialio-configfs 0x81693fb2 iio_configfs_subsys +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0x074e1f3a iio_unregister_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xb5a9680e iio_register_sw_device_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xc65a936a iio_sw_device_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-device 0xdad00a5b iio_sw_device_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x2f77e773 iio_sw_trigger_create +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0x429c8692 iio_register_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xb5cc32c6 iio_sw_trigger_destroy +EXPORT_SYMBOL drivers/iio/industrialio-sw-trigger 0xb8d9bc3a iio_unregister_sw_trigger_type +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x377fd8ee iio_triggered_event_cleanup +EXPORT_SYMBOL drivers/iio/industrialio-triggered-event 0x5f400cab iio_triggered_event_setup +EXPORT_SYMBOL drivers/iio/pressure/bmp280 0xfdd1ecc7 bmp280_dev_pm_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x104515da ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x1fa4066f ib_cm_insert_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x3f7970b4 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x547e65a5 ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x646d3493 ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x69824a14 ibcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x7462b0a6 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x77e4386e ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x962e1b54 ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x9b2623ad ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa5a90e5d ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xa8e72a43 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xbfdf26d7 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xce0b0fba ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd43acc32 ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf9244554 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0039674e ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00cd25ea ib_get_rdma_header_version +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x012c1a14 rdma_nl_put_driver_u32_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x02dbf67a ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x02fcd3fa ib_set_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x03274453 rdma_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x038b7ab0 ib_port_register_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0391e551 rdma_nl_unicast_wait +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x04dc8553 rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x066a9149 ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x078a4020 ib_mad_kernel_rmpp_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x092c2081 ib_get_vf_config +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0a28bdef rdma_alloc_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0ad34386 rdma_user_mmap_entry_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0b9d280a ib_init_ah_attr_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0bd7d104 ib_device_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0be51356 rdma_user_mmap_entry_insert_range +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0bf41658 ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c315d6f rdma_copy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0f1b16b5 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x123b8259 ib_cq_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x129e708b ib_process_cq_direct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x139cccb0 rdma_nl_stat_hwcounter_entry +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x13f2f9fc rdma_nl_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x18380c15 ib_sg_to_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x188c416f ib_get_device_fw_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1ac5a9b4 rdma_roce_rescan_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1b1db92e rdma_move_grh_sgid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1b9a04a6 ib_get_eth_speed +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1d62c7cf rdma_query_gid_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e8210a6 ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1ea54916 ib_set_vf_link_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1eb4dfe4 ib_cq_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x21f65272 rdma_create_user_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22da7198 rdma_restrack_parent_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x22f3cf93 ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x266e42f0 ib_get_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x279d853d ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2924dc1f ibdev_err +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2a83ce0f rdma_user_mmap_io +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2acd2a5c ibdev_info +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2b452e7f rdma_copy_src_l2_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2d68b65c ib_unregister_device_queued +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2d7e38f4 rdma_user_mmap_entry_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2e164a84 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2f85de5c ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x305e5701 rdma_addr_size_kss +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x314327e6 ib_create_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x32eb4a63 ib_mr_pool_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x339e22de rdma_set_cq_moderation +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x34208236 ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3a153da3 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3a84eb40 ib_unregister_device_and_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3ab75713 rdma_rw_ctx_signature_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3bba15f4 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3be26d73 ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3cdce6ee ib_create_qp_security +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fc2387c ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x402ce06c ib_qp_usecnt_inc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x42183ef2 rdma_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x434c5d10 zgid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4404e58b ib_alloc_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45933f19 ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45df003f ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45fb8985 rdma_nl_chk_listeners +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x475c6798 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4b2d01bb ib_free_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4d47d941 ib_get_vf_stats +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4d55a46b rdma_restrack_add +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4d56cca0 ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4d698ad6 ib_set_device_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4dd70576 rdma_restrack_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e155af0 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e90435c ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5058c28c ib_get_cached_subnet_prefix +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x51ef582d ib_drain_rq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x522a2333 ib_mr_pool_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5363ca62 rdma_nl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x54598fde ib_port_immutable_read +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x54af8d04 ib_mr_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55863af9 rdma_replace_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55a525e9 ib_rdmacg_try_charge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55bb02f3 ib_cache_gid_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x57065fef ib_qp_usecnt_dec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5876390a rdma_rw_mr_factor +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58c97a7d ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x58df5b94 ib_get_gids_from_rdma_hdr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5ab274ca _ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5b5d26ef rdma_rw_ctx_destroy_signature +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5bdc4b24 ib_destroy_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5bddf2d8 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5d5933b8 ib_modify_qp_with_udata +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61373fd2 __rdma_block_iter_next +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x613b1e2e ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x614a92e5 ib_port_sysfs_get_ibdev_kobj +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61d24c52 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x622a8f71 ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x627f2b1a ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6347af2f ib_create_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x644fac40 ibdev_emerg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x64755d7d rdma_restrack_set_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x65c569f8 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x67aeabc7 ib_destroy_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x680e3cfd __rdma_block_iter_start +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6824dd1f ib_device_get_by_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x69237bae ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x697eff4e ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6a3b73cc rdma_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b958320 ib_ud_ip4_csum +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6d680dba ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f311a44 rdma_nl_put_driver_u64_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f3614b6 rdma_is_zero_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x70807834 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x71fffcd5 rdma_put_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73baf9a2 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75a729a0 rdma_nl_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x761d1b27 ibdev_notice +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x787ccc4c ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x79a6d511 ib_alloc_mr_integrity +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7b43b495 ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x842f20e6 ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x84adbe72 rdma_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8503f595 rdma_user_mmap_entry_get_pgoff +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x85ac2e2a ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x86cf132d rdma_read_gid_attr_ndev_rcu +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x880fc5df ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x88273906 rdma_rw_ctx_post +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x888a9ebd ib_device_set_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x897a09db ib_device_get_by_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8acb2123 rdma_rw_ctx_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8b93d504 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8d456102 ib_destroy_wq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8d4f15e3 rdma_nl_put_driver_string +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8eb1bd8d ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8f27f12b ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9051ae8c ib_get_cached_port_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90aa94f4 __ib_alloc_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90e807c7 ib_cache_gid_parse_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9139b1f2 ibdev_warn +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x92397316 ibdev_printk +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x928f00e5 __ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9294eef3 __ib_alloc_cq_any +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x93413b68 ib_rdmacg_uncharge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9369e194 rdma_find_gid_by_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x940b1077 ib_mr_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9556f76a ib_create_qp_kernel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x960eec94 ibdev_crit +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x975ff2b9 ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9799520b rdma_restrack_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x99ce8527 rdma_restrack_del +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9afe4a50 ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9c0380e4 rdma_get_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9c8ac946 ib_dealloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9cca3174 ibdev_alert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9fde3494 rdma_read_gid_hw_context +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa2034b82 rdma_read_gid_l2_fields +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa432baf6 ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa5b247d5 ib_dealloc_pd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa8ddd2e0 rdma_nl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa8dff08b ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa9c1d4fb ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xab56f883 ib_destroy_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xad0345d7 rdma_restrack_get_byid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xade23044 ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae956dce ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb1a4c75a rdma_move_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb2bfba27 ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb3026905 ib_drain_sq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4c40040 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb56dd2b0 ib_reg_user_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb689fc11 ib_advise_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7852a05 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7d1ffb4 rdma_umap_priv_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb834f2b8 ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb9d0ae27 rdma_restrack_new +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbb0a741c ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbe9cd2c0 roce_gid_type_mask_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbfcb4c1c ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc009d30c rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc044f273 rdma_link_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc112273d ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc12c321c rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc15225c5 rdma_nl_put_driver_u64 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc6d27e36 rdma_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xca1a3f8c ib_dma_virt_map_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcae3b0c0 ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcecb3fe8 rdma_restrack_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcf9b42b4 ib_map_mr_sg_pi +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0478dc4 ib_unregister_driver +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0a834af ib_map_mr_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd21bb37a ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd27bae87 ib_alloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd2fdd0df rdma_init_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd467a979 rdma_destroy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6636ca6 rdma_addr_size_in6 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd8c90f95 ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda9683e1 rdma_link_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdaa015be ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe16db7bb rdma_dev_access_netns +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe367c54a rdma_alloc_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe3bcc58c ib_get_net_dev_by_params +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5840ec6 ib_wc_status_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe714cc89 rdma_destroy_ah_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7b52e5f mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9e799fc ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xea8be4aa rdma_nl_put_driver_u32 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeca77ee0 ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xed08d857 ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xef222433 rdma_hold_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf33f1ef3 ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf3e226c6 __ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf43637cd rdma_rw_ctx_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf59ec969 rdma_rw_ctx_wrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5dedb30 rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6ded65f ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6ed3334 ib_event_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf74ccb9a rdma_free_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf8239fca rdma_user_mmap_entry_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf8e231dd ib_drain_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfc731ce3 ib_port_unregister_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfe61b5cc rdma_user_mmap_entry_insert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xff6a8b51 ib_init_ah_attr_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xffe95a68 ib_create_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x0541b71d _uverbs_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x11edbd36 uverbs_uobject_fd_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x11faa502 ib_umem_dmabuf_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x26c5baeb ib_umem_dmabuf_get_pinned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x36c34dc6 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3d475daa uverbs_get_flags32 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x4bd78696 uverbs_fd_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5917dbd3 ib_umem_odp_unmap_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5fd4a489 uverbs_get_flags64 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5fe6d68c ib_uverbs_flow_resources_free +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x60ff4138 ib_umem_dmabuf_unmap_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x6eb02a79 uverbs_idr_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x754b0000 ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x793d7d96 uverbs_destroy_def_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x80aaaea7 ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x84aa63d7 ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x8e8350cd flow_resources_add +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x946cb930 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9dbf48d1 uverbs_copy_to_struct_or_zero +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9f5b8d1f ib_umem_copy_from +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xae87729b ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xafe485bd ib_umem_odp_alloc_implicit +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb0de0ede flow_resources_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb4221a88 _uverbs_get_const_signed +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb4bb1eb3 uverbs_copy_to +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb7cae5f8 _uverbs_get_const_unsigned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb9de76df uverbs_finalize_uobj_create +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xba1d74b8 ib_umem_odp_alloc_child +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc198853c ib_umem_odp_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xdd92a3af uverbs_uobject_put +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xdf5b632e ib_umem_find_best_pgsz +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xe1648aef ib_umem_dmabuf_map_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xf814c581 ib_umem_odp_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xfb5a6187 ib_uverbs_get_ucontext_file +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xff761def ib_umem_odp_map_dma_and_lock +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x5cde49f0 iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x902e1716 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xa4c502f9 iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xae9dc5b0 iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xb6811f56 iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xd55d6756 iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xdc8d1bf4 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xe7ddcce0 iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf3df871f iwcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0773ba7d rdma_listen +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x085f8b35 rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0aadc33e rdma_read_gids +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0dead78d rdma_connect_locked +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0f6d5b6e rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x1819132e rdma_accept_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x22b2528d rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x256b0a72 rdma_lock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x2a611c85 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x382282ea rdma_create_user_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3a2bfec3 rdma_set_ib_path +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3b7de129 rdma_unlock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x50f70e12 rdma_consumer_reject_data +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x54d0e71e rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x556a975c rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x578a9ea6 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x66db2cc7 rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6ba1f77a rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x81d78e49 rdma_set_ack_timeout +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8437cc8e __rdma_create_kernel_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x907df803 rdma_event_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x98beaba0 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x9d96adbe rdma_res_to_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa3ad0504 rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xbe814b17 rdma_set_min_rnr_timer +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc07de975 rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc17f44dd rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc6b46095 rdma_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd0a801c9 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd292ce17 rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd55f865e rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe93a82d7 rdma_iw_cm_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf3e3b906 rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xfc202061 rdma_connect_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xfd27cb18 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x00ed237f rtrs_clt_get_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x2d40ed83 rtrs_clt_put_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x3f2b0db1 rtrs_clt_query +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x675def4f rtrs_clt_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xa67161be rtrs_clt_request +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xc0f06f0f rtrs_clt_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xf40afa0d rtrs_clt_rdma_cq_direct +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x046bdc4a rtrs_rdma_dev_pd_init +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x242a8646 rtrs_addr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x3636bb61 rtrs_ib_dev_put +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x73245ee9 rtrs_ib_dev_find_or_add +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x8741a9cc rtrs_rdma_dev_pd_deinit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x887302f3 rtrs_addr_to_sockaddr +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xe15357ef sockaddr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x18ce3b03 rtrs_srv_resp_rdma +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x1e64ed57 rtrs_srv_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x1f9af2cf rtrs_srv_set_sess_priv +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x4d94c695 rtrs_srv_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x7ce3b1af rtrs_srv_get_queue_depth +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xc26e4b5e rtrs_srv_get_path_name +EXPORT_SYMBOL drivers/input/gameport/gameport 0x0021c2b8 gameport_open +EXPORT_SYMBOL drivers/input/gameport/gameport 0x15eb04a0 gameport_set_phys +EXPORT_SYMBOL drivers/input/gameport/gameport 0x1728ed8d gameport_unregister_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x1eb8ef11 gameport_unregister_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x232fdd33 __gameport_register_port +EXPORT_SYMBOL drivers/input/gameport/gameport 0x5b200c45 __gameport_register_driver +EXPORT_SYMBOL drivers/input/gameport/gameport 0x6cb45c70 gameport_start_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xacdbdfd6 gameport_stop_polling +EXPORT_SYMBOL drivers/input/gameport/gameport 0xe4282a51 gameport_close +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x2202d1ca iforce_process_packet +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0x86568307 iforce_init_device +EXPORT_SYMBOL drivers/input/joystick/iforce/iforce 0xd5c136f6 iforce_send_packet +EXPORT_SYMBOL drivers/input/matrix-keymap 0x6b10838f matrix_keypad_build_keymap +EXPORT_SYMBOL drivers/input/misc/ad714x 0x315aa045 ad714x_pm +EXPORT_SYMBOL drivers/input/misc/ad714x 0x443953d5 ad714x_probe +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x892d76b2 cma3000_resume +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0x89d9444e cma3000_exit +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0xca3f100a cma3000_suspend +EXPORT_SYMBOL drivers/input/misc/cma3000_d0x 0xf10961db cma3000_init +EXPORT_SYMBOL drivers/input/rmi4/rmi_core 0x308a62f8 rmi_unregister_transport_device +EXPORT_SYMBOL drivers/input/sparse-keymap 0x14912708 sparse_keymap_report_entry +EXPORT_SYMBOL drivers/input/sparse-keymap 0x8cd95c47 sparse_keymap_entry_from_scancode +EXPORT_SYMBOL drivers/input/sparse-keymap 0xc6b7ecd7 sparse_keymap_report_event +EXPORT_SYMBOL drivers/input/sparse-keymap 0xd8998703 sparse_keymap_setup +EXPORT_SYMBOL drivers/input/sparse-keymap 0xfb378f45 sparse_keymap_entry_from_keycode +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xb49afea5 ad7879_probe +EXPORT_SYMBOL drivers/input/touchscreen/ad7879 0xdf5ab579 ad7879_pm_ops +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x567435c0 attach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x7037532c detach_capi_ctr +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0x9e095467 capi_ctr_ready +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xd64137d3 capi_ctr_handle_message +EXPORT_SYMBOL drivers/isdn/capi/kernelcapi 0xf6d1a637 capi_ctr_down +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0x27c58fd5 isdnhdlc_decode +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0x4644eea5 isdnhdlc_out_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0x5b835a58 isdnhdlc_rcv_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/isdnhdlc 0xef4ee223 isdnhdlc_encode +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x0a3d511d mISDNisac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x0d07cb5d mISDNipac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0x70fee25f mISDNisac_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNipac 0xc1a16e2a mISDNipac_init +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xc169a483 mISDNisar_irq +EXPORT_SYMBOL drivers/isdn/hardware/mISDN/mISDNisar 0xf9b2e1c8 mISDNisar_init +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x0003f26b mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x03a68066 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x26236de8 mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x266009d1 mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x30d25b0d mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x313b1fde mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3eb5153c create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x3f3b41d1 recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6047df40 mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x635d0ab7 mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6fdf655c get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x73b78aad get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7d55a5cb mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7d7eba19 recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x80b77cff mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x836ce7d9 mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x8e867186 dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9c4c26bf mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9c928457 mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xabddfe25 bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xb0bd708f mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xca070c57 recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd285995f mISDN_clock_get +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd5145151 mISDN_FsmEvent +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xdeb8b3ad bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe24887d8 queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe39202f5 recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe48b6b57 mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe7863f1b mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe7f8c831 recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8d334cf mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x01087af0 mISDN_dsp_element_unregister +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x93df9e4b dsp_audio_law_to_s32 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb07a21b8 dsp_audio_s16_to_law +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb98308d8 mISDN_dsp_element_register +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x3491fab1 ti_lmu_common_get_brt_res +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x54a12ec4 ti_lmu_common_set_ramp +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0x70e34cd5 ti_lmu_common_get_ramp_params +EXPORT_SYMBOL drivers/leds/leds-ti-lmu-common 0xced72aae ti_lmu_common_set_brightness +EXPORT_SYMBOL drivers/md/dm-bio-prison 0x476d2454 dm_cell_key_has_valid_range +EXPORT_SYMBOL drivers/md/dm-log 0x2d00781a dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0x3654caca dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0x4dedf476 dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-log 0xeeb95119 dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0x2a1def93 dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0x44668081 dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0x5238d08b dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0x6e4255e9 dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0x7b1bf80e dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0x8e1f6e2f dm_snap_cow +EXPORT_SYMBOL drivers/md/raid456 0x973bade7 raid5_set_cache_size +EXPORT_SYMBOL drivers/md/raid456 0xec1fa306 r5c_journal_mode_set +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x12d48fb4 flexcop_dump_reg +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x1665df94 flexcop_device_kmalloc +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x330eed99 flexcop_eeprom_check_mac_addr +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x34cf896f flexcop_device_kfree +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x358691ed flexcop_device_initialize +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0x7e61de97 flexcop_pass_dmx_data +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xa1afa521 flexcop_i2c_request +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xac61956c flexcop_device_exit +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xb53935e6 flexcop_sram_ctrl +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xbc151b5f flexcop_pass_dmx_packets +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xbd6f4a8f flexcop_sram_set_dest +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xc99a453d flexcop_wan_set_speed +EXPORT_SYMBOL drivers/media/common/b2c2/b2c2-flexcop 0xe27d4018 flexcop_pid_feed_control +EXPORT_SYMBOL drivers/media/common/cx2341x 0x0b43d1f9 cx2341x_handler_set_50hz +EXPORT_SYMBOL drivers/media/common/cx2341x 0x15ac1bd0 cx2341x_ctrl_query +EXPORT_SYMBOL drivers/media/common/cx2341x 0x28240e61 cx2341x_ctrl_get_menu +EXPORT_SYMBOL drivers/media/common/cx2341x 0x55aa7c5f cx2341x_mpeg_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x59e28a6e cx2341x_handler_init +EXPORT_SYMBOL drivers/media/common/cx2341x 0x5b5cc43e cx2341x_ext_ctrls +EXPORT_SYMBOL drivers/media/common/cx2341x 0x7b4dd2cb cx2341x_fill_defaults +EXPORT_SYMBOL drivers/media/common/cx2341x 0x7cccc71f cx2341x_handler_set_busy +EXPORT_SYMBOL drivers/media/common/cx2341x 0xdbc5583a cx2341x_update +EXPORT_SYMBOL drivers/media/common/cx2341x 0xe1fe1432 cx2341x_log_status +EXPORT_SYMBOL drivers/media/common/cx2341x 0xffdc7003 cx2341x_handler_setup +EXPORT_SYMBOL drivers/media/common/cypress_firmware 0xe76862a8 cypress_load_firmware +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0x693e74ba ttpci_eeprom_decode_mac +EXPORT_SYMBOL drivers/media/common/ttpci-eeprom 0xc1b5a3a6 ttpci_eeprom_parse_mac +EXPORT_SYMBOL drivers/media/common/tveeprom 0x0dbf0296 tveeprom_hauppauge_analog +EXPORT_SYMBOL drivers/media/common/tveeprom 0xb70747f9 tveeprom_read +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x065246b8 frame_vector_create +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x1b3f806c vb2_verify_memory_type +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x1b700d37 put_vaddr_frames +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0x1d5f9555 frame_vector_destroy +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xbd9aa5de vb2_buffer_in_use +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xc5e5573a frame_vector_to_pages +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xdffb744b frame_vector_to_pfns +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-common 0xe20dfe0f get_vaddr_frames +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x253ea395 vb2_dvb_dealloc_frontends +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x3f85b114 vb2_dvb_alloc_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x57e3c344 vb2_dvb_register_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0x72de50af vb2_dvb_unregister_bus +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xb27a4321 vb2_dvb_get_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-dvb 0xc750a6f3 vb2_dvb_find_frontend +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-memops 0xc7c2b85f vb2_create_framevec +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-memops 0xccd197c7 vb2_destroy_framevec +EXPORT_SYMBOL drivers/media/common/videobuf2/videobuf2-v4l2 0xb90942e1 vb2_querybuf +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x003b8f66 dvb_frontend_reinitialise +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x064fd246 dvb_ringbuffer_read_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x08733236 intlog10 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x08c6aafd dvb_register_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x0d712da2 dvb_ca_en50221_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x11643b57 dvb_generic_open +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x15052806 dvb_dmx_swfilter_204 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1623a318 dvb_frontend_suspend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x1803904b dvb_ca_en50221_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x29d58443 dvb_ringbuffer_empty +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3a56374b dvb_unregister_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x3b93d71a dvb_frontend_sleep_until +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x4502c3be dvb_ringbuffer_flush +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x516e5ac1 dvb_register_frontend +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5830a49a dvb_ringbuffer_flush_spinlock_wakeup +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x5f2b1d95 intlog2 +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x66a68864 dvb_ringbuffer_avail +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x66bd7694 dvb_ringbuffer_free +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6ab6aac6 dvb_dmx_swfilter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6d291dc3 dvb_generic_ioctl +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6ef5628b dvb_ringbuffer_read +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x6f47429f dvb_remove_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x7392c91b dvb_net_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x80b4e30a dvb_frontend_resume +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x82878c35 dvb_ringbuffer_write +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x86385e10 dvb_unregister_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8b2cd806 dvb_dmxdev_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8f4bb2f1 dvb_net_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x8fd6e094 dvb_dmx_swfilter_packets +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x93e6fc48 dvb_dmxdev_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0x9dffb35d dvb_dmx_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xa090ac00 dvb_ca_en50221_camready_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xaaa3d2a4 dvb_frontend_detach +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xb5a3524f dvb_ringbuffer_init +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xbc05d026 dvb_dmx_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xbd99e892 dvb_ca_en50221_camchange_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xcc424d88 dvb_generic_release +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xce748c8d dvb_ringbuffer_write_user +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xd4b7b10f dvb_device_get +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xdd1cad9c dvb_unregister_adapter +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xe64720ef dvb_ca_en50221_frda_irq +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xeb77b397 dvb_register_device +EXPORT_SYMBOL drivers/media/dvb-core/dvb-core 0xed056cde dvb_dmx_swfilter_raw +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x27d0f9eb au8522_writereg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x3c1a0a82 au8522_get_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x3e76e992 au8522_readreg +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x5027ab40 au8522_analog_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x69e8a13e au8522_i2c_gate_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x7c5ebbab au8522_sleep +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0x9aa9c40e au8522_init +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xc6740336 au8522_release_state +EXPORT_SYMBOL drivers/media/dvb-frontends/au8522_common 0xc6b0b7c7 au8522_led_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24113 0xb02a832f cx24113_agc_callback +EXPORT_SYMBOL drivers/media/dvb-frontends/cx24123 0x08bf8f5c cx24123_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x240bbf83 dib0070_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x2f4e84ee dib0070_ctrl_agc_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x51731742 dib0070_set_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0070 0x7f2b2116 dib0070_get_rf_output +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x108c14d6 dib0090_set_switch +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x1cf48968 dib0090_set_vga +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x303b741d dib0090_get_wbd_target +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x3e357e09 dib0090_dcc_freq +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x4337dee3 dib0090_set_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x48e40317 dib0090_get_wbd_offset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x529d627a dib0090_gain_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x6842dc55 dib0090_update_tuning_table_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x6deb8c8f dib0090_pwm_gain_reset +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x71edd901 dib0090_update_rframp_7090 +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0x7860578c dib0090_get_tune_state +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xb352af0d dib0090_get_current_gain +EXPORT_SYMBOL drivers/media/dvb-frontends/dib0090 0xb9aa3350 dib0090_set_dc_servo +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x3dbaf85f dib3000mc_set_config +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x5f498d84 dib3000mc_pid_parse +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0x75e13198 dib3000mc_get_tuner_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xa1453725 dib3000mc_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib3000mc 0xe1e78936 dib3000mc_pid_control +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0x6aca215c dib7000m_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xa50e8adc dib7000m_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib7000m 0xec5b11c3 dib7000m_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x42922db9 dib9000_get_tuner_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x429f6b15 dib9000_i2c_enumeration +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x54ffb5e2 dib9000_get_component_bus_interface +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x5b63f352 dib9000_fw_set_component_bus_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x610a9760 dib9000_fw_pid_filter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x66c8febc dib9000_set_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x6e225c0a dib9000_get_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x8333c2b5 dib9000_set_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0x958af485 dib9000_get_slave_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xae0eb751 dib9000_fw_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xd8bc5083 dib9000_set_gpio +EXPORT_SYMBOL drivers/media/dvb-frontends/dib9000 0xe50655d2 dib9000_firmware_post_pll_init +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x26f6ed75 dibx000_reset_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x2ff76c0b dibx000_exit_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0x7b72112b dibx000_init_i2c_master +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xb1c0843b dibx000_get_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/dibx000_common 0xb6340f79 dibx000_i2c_set_speed +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0x4546429e dvb_dummy_fe_ofdm_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0xd3df37ba dvb_dummy_fe_qam_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/dvb_dummy_fe 0xee8866f6 dvb_dummy_fe_qpsk_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lgs8gl5 0x6b834b75 lgs8gl5_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/lnbh29 0xb3cad9a6 lnbh29_attach +EXPORT_SYMBOL drivers/media/dvb-frontends/m88ds3103 0x5f0cad76 m88ds3103_get_agc_pwm +EXPORT_SYMBOL drivers/media/dvb-frontends/s5h1420 0x1f5062c7 s5h1420_get_tuner_i2c_adapter +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0xbdd7e62c zd1301_demod_get_dvb_frontend +EXPORT_SYMBOL drivers/media/dvb-frontends/zd1301_demod 0xcfc13778 zd1301_demod_get_i2c_adapter +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x11d9ead2 flexcop_dma_config_timer +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x2cae5485 flexcop_dma_xfer_control +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x689c0b0b flexcop_dma_free +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x93a8d8fe flexcop_dma_control_size_irq +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0x9bb5b6bf flexcop_dma_config +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xbaf8e349 flexcop_dma_allocate +EXPORT_SYMBOL drivers/media/pci/b2c2/b2c2-flexcop-pci 0xe2be0386 flexcop_dma_control_timer_irq +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x511b60af bt878_start +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x530d0848 bt878 +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x5524822f bt878_device_control +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0x6dd81531 bt878_stop +EXPORT_SYMBOL drivers/media/pci/bt8xx/bt878 0xd5d0bdef bt878_num +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x11dc4b6d bttv_gpio_enable +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x3497379c bttv_get_pcidev +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x3cd5b75a bttv_sub_unregister +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0x8ecf4acc bttv_write_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xbcf2d2fb bttv_read_gpio +EXPORT_SYMBOL drivers/media/pci/bt8xx/bttv 0xce876307 bttv_sub_register +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x3e4ca6d7 dst_comm_init +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x3ee9b6ad dst_error_bailout +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x43a983fd dst_check_sum +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x6bacf672 dst_wait_dst_ready +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x6cb42c54 dst_pio_disable +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0x89b21c64 read_dst +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xc0705c9a dst_error_recovery +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xcdb474bd rdc_reset_state +EXPORT_SYMBOL drivers/media/pci/bt8xx/dst 0xfcb1d032 write_dst +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x17e4448a cx18_release_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0x2cdea06d cx18_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xb0dc9dc3 cx18_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xca2f8b6b cx18_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xeb490f31 cx18_claim_stream +EXPORT_SYMBOL drivers/media/pci/cx18/cx18 0xf550f881 cx18_ext_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0x6ff7510d altera_ci_tuner_reset +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xbd2ab821 altera_ci_init +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xdb3faf38 altera_ci_release +EXPORT_SYMBOL drivers/media/pci/cx23885/altera-ci 0xe66b9812 altera_ci_irq +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x0fd3e165 cx25821_dev_unregister +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x2d7e4af7 cx25821_dev_get +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x44b517f5 cx25821_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x66b7f520 cx25821_riscmem_alloc +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0x6da83942 cx25821_risc_databuffer_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xa9ce502a cx25821_set_gpiopin_direction +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xb2e15eb3 cx25821_sram_channel_dump_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xdb7dbc9c cx25821_sram_channel_setup_audio +EXPORT_SYMBOL drivers/media/pci/cx25821/cx25821 0xe9050411 cx25821_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0x96a44edc vp3054_i2c_remove +EXPORT_SYMBOL drivers/media/pci/cx88/cx88-vp3054-i2c 0xc0bd33fa vp3054_i2c_probe +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x006dc68f cx88_querycap +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0x97f5ddf9 cx88_set_freq +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xadfd4842 cx88_enum_input +EXPORT_SYMBOL drivers/media/pci/cx88/cx8800 0xc69951cd cx88_video_mux +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x0e43b426 cx8802_start_dma +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x23fb89a6 cx8802_unregister_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x38f09f1a cx8802_cancel_buffers +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x4555c1a8 cx8802_buf_prepare +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0x9df558b6 cx8802_buf_queue +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xb7b40c9a cx8802_get_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx8802 0xdb2d49d1 cx8802_register_driver +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x003d825c cx88_dsp_detect_stereo_sap +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x02202391 cx88_set_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x09e32abf cx88_risc_databuffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x104d0497 cx88_risc_buffer +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x13a70e10 cx88_sram_channel_dump +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x25f4e26e cx88_ir_stop +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x3a62ff42 cx88_set_scale +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x4cf74dfe cx88_core_put +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5720ec90 cx88_vdev_init +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x59a65f84 cx88_get_stereo +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x5edb7ae5 cx88_print_irqbits +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x6141c8c5 cx88_tuner_callback +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x720c2227 cx88_core_get +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x7ca897dc cx88_reset +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8868c8b5 cx88_core_irq +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x8d88137a cx88_sram_channels +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x904b8696 cx88_audio_thread +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0x970cf2f4 cx88_wakeup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb343ea90 cx88_ir_start +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xb7f6e91a cx88_sram_channel_setup +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xba998d51 cx88_set_tvaudio +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xc841dd69 cx88_set_tvnorm +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xede19381 cx88_newstation +EXPORT_SYMBOL drivers/media/pci/cx88/cx88xx 0xf673bb6c cx88_shutdown +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x0d38e3ac ivtv_vapi +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x13c96ac5 ivtv_init_on_first_open +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x14f67530 ivtv_debug +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x25cae36a ivtv_release_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x32573252 ivtv_udma_unmap +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x3f805b07 ivtv_reset_ir_gpio +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x58254084 ivtv_firmware_check +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x6a35fd56 ivtv_api +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x724559be ivtv_claim_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x8ebb99ad ivtv_udma_alloc +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x915cff29 ivtv_vapi_result +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0x9b64d375 ivtv_stop_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xa61daa2d ivtv_set_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xb1f09629 ivtv_start_v4l2_encode_stream +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xc239bc51 ivtv_ext_init +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xd367c4d4 ivtv_udma_prepare +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xe8f2e312 ivtv_clear_irq_mask +EXPORT_SYMBOL drivers/media/pci/ivtv/ivtv 0xf8bbbaf7 ivtv_udma_setup +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x04e83446 saa7134_tuner_callback +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x0a946c92 saa7134_pgtable_build +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x1211df5d saa7134_devlist +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x17c67a1e saa_dsp_writel +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x3402c2c3 saa7134_pgtable_alloc +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x4e418c3a saa7134_devlist_lock +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x6874a8d7 saa7134_dmasound_init +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0x730c4be3 saa7134_boards +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xaad88438 saa7134_ts_register +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xb58db45f saa7134_tvaudio_setmute +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xbfbc9538 saa7134_dmasound_exit +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xe4e0ef18 saa7134_set_gpio +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xf00cf6c1 saa7134_set_dmabits +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xf5d36fb3 saa7134_pgtable_free +EXPORT_SYMBOL drivers/media/pci/saa7134/saa7134 0xf9580699 saa7134_ts_unregister +EXPORT_SYMBOL drivers/media/radio/tea575x 0x529ab8a1 snd_tea575x_s_hw_freq_seek +EXPORT_SYMBOL drivers/media/radio/tea575x 0x5f1f3574 snd_tea575x_exit +EXPORT_SYMBOL drivers/media/radio/tea575x 0x8bc695a3 snd_tea575x_set_freq +EXPORT_SYMBOL drivers/media/radio/tea575x 0xaeadbfcc snd_tea575x_init +EXPORT_SYMBOL drivers/media/radio/tea575x 0xbd0c6eb7 snd_tea575x_enum_freq_bands +EXPORT_SYMBOL drivers/media/radio/tea575x 0xbe9b7261 snd_tea575x_g_tuner +EXPORT_SYMBOL drivers/media/radio/tea575x 0xe72b603f snd_tea575x_hw_init +EXPORT_SYMBOL drivers/media/rc/rc-core 0x01098f88 ir_raw_encode_scancode +EXPORT_SYMBOL drivers/media/rc/rc-core 0x2fe55cf5 ir_raw_gen_pd +EXPORT_SYMBOL drivers/media/rc/rc-core 0x7a02ee87 ir_raw_gen_pl +EXPORT_SYMBOL drivers/media/rc/rc-core 0xaa07f8fb ir_raw_handler_register +EXPORT_SYMBOL drivers/media/rc/rc-core 0xb5516017 ir_raw_encode_carrier +EXPORT_SYMBOL drivers/media/rc/rc-core 0xce3696f3 ir_raw_gen_manchester +EXPORT_SYMBOL drivers/media/rc/rc-core 0xe2131554 ir_raw_handler_unregister +EXPORT_SYMBOL drivers/media/tuners/fc0013 0x03dd5e7d fc0013_rc_cal_reset +EXPORT_SYMBOL drivers/media/tuners/fc0013 0xf9a721ad fc0013_rc_cal_add +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0x4c48939e tuners +EXPORT_SYMBOL drivers/media/tuners/tuner-types 0xc2821775 tuner_count +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0x8bdfbef2 cx231xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/cx231xx/cx231xx 0xbd3c17c6 cx231xx_register_extension +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x003f0f22 dvb_usbv2_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x06434598 dvb_usbv2_probe +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x08cbe66c dvb_usbv2_disconnect +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x1d4621b9 dvb_usbv2_generic_rw_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x38fc6e74 dvb_usbv2_generic_write_locked +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x68a79fdf dvb_usbv2_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0x91fb916c dvb_usbv2_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xb9056c09 dvb_usbv2_reset_resume +EXPORT_SYMBOL drivers/media/usb/dvb-usb-v2/dvb_usb_v2 0xfa1551a9 dvb_usbv2_suspend +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x1ac8a991 dvb_usb_device_init +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x2b495393 dvb_usb_device_exit +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x354e7d37 dvb_usb_nec_rc_key_to_event +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x409f2fac usb_cypress_load_firmware +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0x8b6f5395 dvb_usb_get_hexline +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xdb104a75 dvb_usb_generic_write +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb 0xe53c617e dvb_usb_generic_rw +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x341530cb rc_map_af9005_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0x35f45b77 af9005_rc_decode +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-af9005-remote 0xd4e288db rc_map_af9005_table_size +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x11a4b5cc dibusb_pid_filter +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x2b7df997 dibusb_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x4371d2f0 dibusb2_0_streaming_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x6862e710 dibusb2_0_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x7d7a270c dibusb_rc_query +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x88b39780 dibusb_power_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0x93822ecb rc_map_dibusb_table +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xcd09a919 dibusb_pid_filter_ctrl +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xce3c6f7e dibusb_i2c_algo +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-common 0xd94b14b3 dibusb_read_eeprom_byte +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0x61ceb41d dibusb_dib3000mc_tuner_attach +EXPORT_SYMBOL drivers/media/usb/dvb-usb/dvb-usb-dibusb-mc-common 0xad8bb957 dibusb_dib3000mc_frontend_attach +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xfda6e9d2 em28xx_unregister_extension +EXPORT_SYMBOL drivers/media/usb/em28xx/em28xx 0xff448edd em28xx_register_extension +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x0a8a4307 go7007_boot_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x24262c97 go7007_snd_remove +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x3705e28d go7007_snd_init +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x74afe8db go7007_read_addr +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0x7d5339c9 go7007_update_board +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xa2d395bf go7007_alloc +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xb8b3024d go7007_register_encoder +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xbbd28adf go7007_read_interrupt +EXPORT_SYMBOL drivers/media/usb/go7007/go7007 0xc3b52535 go7007_parse_video_stream +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x1640cc1b gspca_frame_add +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x507fac82 gspca_dev_probe2 +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x5706b678 gspca_coarse_grained_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x70bb7ddc gspca_suspend +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x8762d05d gspca_resume +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9670af2c gspca_debug +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0x9ccccdfd gspca_disconnect +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xc95eca08 gspca_expo_autogain +EXPORT_SYMBOL drivers/media/usb/gspca/gspca_main 0xcf28d7c6 gspca_dev_probe +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x0c315f30 ttusbdecfe_dvbt_attach +EXPORT_SYMBOL drivers/media/usb/ttusb-dec/ttusbdecfe 0x27f65efa ttusbdecfe_dvbs_attach +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x3170d37f v4l2_async_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x602877ff v4l2_async_nf_unregister +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0x6832a56c v4l2_async_nf_init +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xce2f69db v4l2_async_register_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xe34e954d v4l2_async_unregister_subdev +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-async 0xe7b0276c v4l2_async_subdev_nf_register +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x0d2d99b2 v4l2_m2m_mmap +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x459e133f v4l2_m2m_get_curr_priv +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x504d6a1b v4l2_m2m_get_vq +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x5352d022 v4l2_m2m_resume +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0x6eb47173 v4l2_m2m_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xf06530af v4l2_m2m_buf_done_and_job_finish +EXPORT_SYMBOL drivers/media/v4l2-core/v4l2-mem2mem 0xf626dd03 v4l2_m2m_suspend +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x010f6b0b __v4l2_ctrl_s_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0614dd5a v4l2_video_std_frame_period +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x082737e8 v4l2_ctrl_merge +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x0c80e52e v4l2_ctrl_handler_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x123959a1 v4l2_type_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x126104f9 v4l2_ctrl_type_op_equal +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x161f3d5a video_unregister_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x16244fe5 v4l2_prio_check +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x1dd3e6e9 v4l2_ctrl_new_std_menu_items +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2342f1ae v4l2_prio_open +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2374db65 v4l2_ctrl_new_std_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x237f2d07 v4l2_ctrl_new_std_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x23e8c53c v4l2_ctrl_subdev_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2d8c0cde v4l2_ctrl_handler_free +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2da8f100 v4l2_ctrl_type_op_log +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x2db75517 v4l2_ctrl_request_complete +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x315de2cf v4l2_ctrl_get_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x32d43420 v4l2_ctrl_get_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x34dc3b36 video_device_release +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x35ff98bf v4l2_format_info +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x388da3cc __v4l2_ctrl_s_ctrl_string +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x395a6947 v4l2_ctrl_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3adbd595 v4l2_field_names +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3b86cd9a v4l2_ctrl_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x3bdd0f94 v4l2_prio_change +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x410e0880 v4l2_queryctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x486f218f v4l2_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x510ceb0e v4l2_query_ext_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x56e2dad6 v4l2_ctrl_new_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x592aa100 v4l2_ctrl_type_op_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x5a2db01c v4l2_try_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6855b289 v4l2_ctrl_g_ctrl_int64 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x6cf6a590 v4l2_ctrl_add_handler +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x712186a7 v4l2_s_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x78d432b4 video_devdata +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x7f22e008 video_device_release_empty +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x80ee78f6 v4l2_subdev_call_wrappers +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8106095a v4l2_prio_max +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x81f56797 __v4l2_ctrl_s_ctrl_compound +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x89c44769 video_ioctl2 +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x89e3897d v4l2_ctrl_query_fill +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8c5f61f1 video_device_alloc +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8e4ae495 __v4l2_ctrl_grab +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x8ec790d2 v4l2_ctrl_activate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x97135928 __v4l2_ctrl_modify_range +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9996e787 v4l2_querymenu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0x9b8b64f6 v4l2_g_ext_ctrls +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa05bfcba v4l2_ctrl_handler_init_class +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xa570e5b3 __video_register_device +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xaaa0a9dd v4l2_ctrl_subdev_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xaabd7738 v4l2_ctrl_type_op_validate +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xb77b0159 v4l2_prio_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbb2ac70a v4l2_ctrl_handler_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbc5671dc v4l_printk_ioctl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbd9383ca v4l2_ctrl_new_fwnode_properties +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xbe22d77a v4l2_ctrl_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xc61e98dc v4l2_ctrl_new_custom +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xca1ce100 v4l2_ctrl_find +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xccd644c4 v4l2_ctrl_subscribe_event +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xcda04a5b v4l2_prio_close +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd16d9c01 v4l2_ctrl_get_int_menu +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xd6a06aca v4l2_ctrl_notify +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xddb3cf97 v4l2_subdev_init +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2202cf1 __v4l2_ctrl_s_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe2b92059 v4l2_video_std_construct +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xe5621137 v4l2_ctrl_request_setup +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xec190cd3 v4l2_ctrl_new_std +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xed258c76 v4l2_ctrl_radio_filter +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xed64475b v4l2_g_ctrl +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf058c53d v4l2_ctrl_log_status +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf1385cbc __v4l2_ctrl_modify_dimensions +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf27fd003 v4l2_ctrl_sub_ev_ops +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf3251e7b v4l2_norm_to_name +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xf50fecbc v4l2_ctrl_replace +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfc99c4d7 v4l2_ctrl_auto_cluster +EXPORT_SYMBOL drivers/media/v4l2-core/videodev 0xfd947256 v4l2_ctrl_poll +EXPORT_SYMBOL drivers/memstick/core/memstick 0x01a8149f memstick_register_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x199305e6 memstick_init_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x1b4f2909 memstick_new_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x22de86b1 memstick_next_req +EXPORT_SYMBOL drivers/memstick/core/memstick 0x287277cb memstick_init_req_sg +EXPORT_SYMBOL drivers/memstick/core/memstick 0x4670b775 memstick_detect_change +EXPORT_SYMBOL drivers/memstick/core/memstick 0x50b471eb memstick_alloc_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x6870660c memstick_remove_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x71733d67 memstick_unregister_driver +EXPORT_SYMBOL drivers/memstick/core/memstick 0x7839a03c memstick_suspend_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x86bd3e78 memstick_resume_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0x9fdaa9c1 memstick_set_rw_addr +EXPORT_SYMBOL drivers/memstick/core/memstick 0xc7464213 memstick_add_host +EXPORT_SYMBOL drivers/memstick/core/memstick 0xd24d5d4b memstick_free_host +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x07845cdb mpt_alloc_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x099c3e96 mpt_Soft_Hard_ResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x17067ee1 mpt_set_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x189b91a3 mpt_raid_phys_disk_get_num_paths +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x1daeb77b mpt_clear_taskmgmt_in_progress_flag +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x20466efe mpt_free_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2208a5d3 mpt_event_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2997cdfa mpt_send_handshake_request +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x2ed2981b mpt_suspend +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x42c6dab8 mpt_raid_phys_disk_pg1 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x44d9a953 mpt_reset_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x502108d0 mpt_fwfault_debug +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x55c1849f mpt_HardResetHandler +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x610b257e mpt_reset_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x64816862 mpt_detach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x74a0134a mpt_device_driver_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7c2ae730 mpt_attach +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x7e842512 mpt_halt_firmware +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x80443d9c mpt_put_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x86140514 mpt_get_msg_frame +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x9621b3ba mpt_print_ioc_summary +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x973ba7ff mpt_findImVolumes +EXPORT_SYMBOL drivers/message/fusion/mptbase 0x981efe92 mpt_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa5405e71 mptbase_sas_persist_operation +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xa84922a3 mpt_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xb79baf22 mpt_verify_adapter +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xbc09971a mpt_GetIocState +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xc33271e4 mpt_device_driver_register +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xd300b9f2 mpt_raid_phys_disk_pg0 +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xdd805159 ioc_list +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xe6c1e126 mpt_event_deregister +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xea5e2744 mpt_resume +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xef3a9a12 mpt_put_msg_frame_hi_pri +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf3efe161 mpt_config +EXPORT_SYMBOL drivers/message/fusion/mptbase 0xf8be80da mpt_free_fw_memory +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x03a37f98 mptscsih_qcmd +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x03e1e288 mptscsih_suspend +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x27d81669 mptscsih_host_attr_groups +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x3188f084 mptscsih_IssueTaskMgmt +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x35b68d21 mptscsih_flush_running_cmds +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x4c916806 mptscsih_io_done +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x509c5eec mptscsih_event_process +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x52839142 mptscsih_slave_configure +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5848f15e mptscsih_abort +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x5dfa4828 mptscsih_host_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x725eca6b mptscsih_show_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x874739f1 mptscsih_bios_param +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8a762dc1 mptscsih_remove +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0x8cd11100 mptscsih_change_queue_depth +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xa3257643 mptscsih_taskmgmt_response_code +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb0feb6f9 mptscsih_dev_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb4bd2368 mptscsih_is_phys_disk +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xb5f4ba03 mptscsih_taskmgmt_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xc0306c8e mptscsih_shutdown +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xce096b45 mptscsih_slave_destroy +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd5052d29 mptscsih_get_scsi_lookup +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd874a447 mptscsih_bus_reset +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xd95d42da mptscsih_resume +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xdc122842 mptscsih_scandv_complete +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xdd6ec1cd mptscsih_raid_id_to_num +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xee21a7f3 mptscsih_info +EXPORT_SYMBOL drivers/message/fusion/mptscsih 0xeedb09d0 mptscsih_ioc_reset +EXPORT_SYMBOL drivers/mfd/axp20x 0x53df0813 axp20x_device_probe +EXPORT_SYMBOL drivers/mfd/axp20x 0x91c0b5ab axp20x_match_device +EXPORT_SYMBOL drivers/mfd/axp20x 0x96477a24 axp20x_device_remove +EXPORT_SYMBOL drivers/mfd/dln2 0x5606c056 dln2_unregister_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0x99f09f26 dln2_register_event_cb +EXPORT_SYMBOL drivers/mfd/dln2 0xe909dd76 dln2_transfer +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x04da69fb mc13xxx_lock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x233cc200 mc13xxx_get_flags +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x34e025ec mc13xxx_reg_read +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x5311e7d1 mc13xxx_irq_free +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x6506873a mc13xxx_irq_mask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0x651edc2c mc13xxx_unlock +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xaac18c9d mc13xxx_reg_rmw +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xb1b9c0e6 mc13xxx_irq_request +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xbe55d449 mc13xxx_irq_unmask +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xc17df328 mc13xxx_irq_status +EXPORT_SYMBOL drivers/mfd/mc13xxx-core 0xf0968946 mc13xxx_reg_write +EXPORT_SYMBOL drivers/mfd/tps65010 0x02d4ad0f tps65013_set_low_pwr +EXPORT_SYMBOL drivers/mfd/tps65010 0x0c6ad2cf tps65010_config_vdcdc2 +EXPORT_SYMBOL drivers/mfd/tps65010 0x28485130 tps65010_config_vregs1 +EXPORT_SYMBOL drivers/mfd/tps65010 0x33739de7 tps65010_set_vib +EXPORT_SYMBOL drivers/mfd/tps65010 0x9fd44c69 tps65010_set_led +EXPORT_SYMBOL drivers/mfd/tps65010 0xb14080cc tps65010_set_low_pwr +EXPORT_SYMBOL drivers/mfd/tps65010 0xd5bb106d tps65010_set_vbus_draw +EXPORT_SYMBOL drivers/mfd/tps65010 0xe99b3f36 tps65010_set_gpio_out_value +EXPORT_SYMBOL drivers/mfd/wm8994 0x12da43d0 wm8958_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x20e0f849 wm8994_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x20fd9b92 wm8994_irq_exit +EXPORT_SYMBOL drivers/mfd/wm8994 0x4c8a54f2 wm8994_base_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x8db841fd wm1811_regmap_config +EXPORT_SYMBOL drivers/mfd/wm8994 0x8f48bfe1 wm8994_irq_init +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0x109d224b ad_dpot_probe +EXPORT_SYMBOL drivers/misc/ad525x_dpot 0xb0cbda99 ad_dpot_remove +EXPORT_SYMBOL drivers/misc/altera-stapl/altera-stapl 0x5bafa76e altera_init +EXPORT_SYMBOL drivers/misc/c2port/core 0xeae67352 c2port_device_register +EXPORT_SYMBOL drivers/misc/c2port/core 0xf5c0d877 c2port_device_unregister +EXPORT_SYMBOL drivers/misc/tifm_core 0x0897efa3 tifm_remove_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x09afd4d0 tifm_free_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x0ffb277f tifm_queue_work +EXPORT_SYMBOL drivers/misc/tifm_core 0x2059e1f4 tifm_eject +EXPORT_SYMBOL drivers/misc/tifm_core 0x32ba5fa3 tifm_add_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0x34c9349b tifm_map_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x427c9f35 tifm_alloc_device +EXPORT_SYMBOL drivers/misc/tifm_core 0x4547ae5d tifm_unmap_sg +EXPORT_SYMBOL drivers/misc/tifm_core 0x562a0484 tifm_has_ms_pif +EXPORT_SYMBOL drivers/misc/tifm_core 0x97619ea1 tifm_free_device +EXPORT_SYMBOL drivers/misc/tifm_core 0xaff38341 tifm_alloc_adapter +EXPORT_SYMBOL drivers/misc/tifm_core 0xe2740fe1 tifm_unregister_driver +EXPORT_SYMBOL drivers/misc/tifm_core 0xfc986749 tifm_register_driver +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x0280fa98 cqhci_irq +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x2bbfcf1a cqhci_pltfm_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x3f2d5672 cqhci_deactivate +EXPORT_SYMBOL drivers/mmc/host/cqhci 0x45fbb595 cqhci_init +EXPORT_SYMBOL drivers/mmc/host/cqhci 0xb1c166fc cqhci_resume +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0x923d1fe4 mmc_spi_put_pdata +EXPORT_SYMBOL drivers/mmc/host/of_mmc_spi 0xfa5a9a33 mmc_spi_get_pdata +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x0962496f cfi_build_cmd_addr +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x11f0f7de cfi_fixup +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x62ef328e cfi_send_gen_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x6712a764 cfi_read_pri +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0x6faf8312 cfi_varsize_frob +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xf2220752 cfi_merge_status +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xf29a0b25 cfi_build_cmd +EXPORT_SYMBOL drivers/mtd/chips/cfi_util 0xff9fa623 cfi_udelay +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x4182bbaf register_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x5cd66b56 do_map_probe +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0x62e1d68e unregister_mtd_chip_driver +EXPORT_SYMBOL drivers/mtd/chips/chipreg 0xa105fb53 map_destroy +EXPORT_SYMBOL drivers/mtd/chips/gen_probe 0xa526d514 mtd_do_chip_probe +EXPORT_SYMBOL drivers/mtd/lpddr/lpddr_cmds 0x19f2675a lpddr_cmdset +EXPORT_SYMBOL drivers/mtd/maps/map_funcs 0x670a743e simple_map_init +EXPORT_SYMBOL drivers/mtd/mtd 0xe0e03713 mtd_concat_create +EXPORT_SYMBOL drivers/mtd/mtd 0xe551bdd8 mtd_concat_destroy +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x0e5d733d nand_ecc_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x0ec9e917 nand_ecc_sw_bch_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x195ebf46 nand_ecc_get_sw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x1a6e9919 nand_ecc_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x210612cc nand_ecc_unregister_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x2ad5a2b3 nand_ecc_sw_bch_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x2ec14f19 nand_ecc_sw_hamming_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x365060ae nand_ecc_prepare_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x415ff706 nand_ecc_get_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x49322ea9 of_get_nand_ecc_user_config +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x61942273 nand_ecc_register_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x75458d17 nand_ecc_sw_hamming_get_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x83bf042a nand_ecc_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x8acf4134 nand_ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0x8fc73d17 nand_ecc_sw_hamming_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xb7dcc8c2 nand_ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xcacf7416 nand_ecc_finish_io_req +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xd722c75c nand_ecc_put_on_host_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xd9a8ff40 nand_ecc_is_strong_enough +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xe3a0fc0e nand_ecc_sw_bch_cleanup_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xe6db989b ecc_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xe8835cd8 nand_ecc_get_on_die_hw_engine +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xf6b3308b nand_ecc_sw_bch_init_ctx +EXPORT_SYMBOL drivers/mtd/nand/nandcore 0xff4351b0 ecc_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0xaa44e9a6 onenand_addr +EXPORT_SYMBOL drivers/mtd/nand/onenand/onenand 0xe6d4ec92 flexonenand_region +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x30db096f denali_calc_ecc_bytes +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x5be48b72 denali_remove +EXPORT_SYMBOL drivers/mtd/nand/raw/denali 0x84d85f35 denali_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x01e28e5c rawnand_sw_bch_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x17f26ff6 nand_monolithic_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x2086d632 nand_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x2394c931 nand_scan_with_ids +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x247f8cfd rawnand_sw_hamming_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x26eadc3f nand_get_set_features_notsupp +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x31519299 nand_create_bbt +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x3cd9b08c rawnand_sw_hamming_correct +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x4f9b7462 rawnand_sw_bch_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x67179b7c rawnand_sw_hamming_calculate +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x6c8f1340 rawnand_sw_hamming_init +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8052b763 rawnand_sw_bch_cleanup +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x834c53e0 nand_monolithic_write_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0x8ecbb3b8 nand_check_erased_ecc_chunk +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xa91ff6a4 nand_read_page_raw +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xd7fbd11a rawnand_dt_parse_gpio_cs +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xe2d71596 nand_read_oob_std +EXPORT_SYMBOL drivers/mtd/nand/raw/nand 0xefe1af23 nand_write_oob_std +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x09e09154 arc_proto_map +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x22af73e4 alloc_arcdev +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x22b42e0f arcnet_send_packet +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x55dc252a arcnet_timeout +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0x6534792a arcnet_debug +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xadcf45c8 arc_proto_default +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xb19749c7 arcnet_close +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xc28023d4 arc_raw_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xcb1d1035 arcnet_unregister_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xcc5c8abc arcnet_open +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xecb730b0 arcnet_interrupt +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xf9b5b7b7 arc_bcast_proto +EXPORT_SYMBOL drivers/net/arcnet/arcnet 0xfc973ff9 free_arcdev +EXPORT_SYMBOL drivers/net/arcnet/com20020 0x325e6ba2 com20020_check +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xc4d7b52a com20020_netdev_ops +EXPORT_SYMBOL drivers/net/arcnet/com20020 0xe2c5b612 com20020_found +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0x15296254 ctucan_suspend +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0xd06a4b63 ctucan_resume +EXPORT_SYMBOL drivers/net/can/ctucanfd/ctucanfd 0xe62ada0d ctucan_probe_common +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0x274aa02b can_ethtool_op_get_ts_info_hwts +EXPORT_SYMBOL drivers/net/can/dev/can-dev 0x80752c43 can_eth_ioctl_hwts +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x061159b7 b53_fdb_dump +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x09c13def b53_mdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x0c46f4b7 b53_phylink_mac_link_down +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x1af7f6bc b53_mirror_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x1b652274 b53_vlan_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x1fe1b8cb b53_imp_vlan_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x23821312 b53_phylink_mac_config +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x2d65918d b53_enable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3126129c b53_eee_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x321ca384 b53_disable_port +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3792f7a9 b53_vlan_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x38758ffa b53_mdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x39aedc1e b53_get_tag_protocol +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3d94faf7 b53_br_flags_pre +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x3e6c20f0 b53_get_strings +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x53ac925e b53_get_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x58864494 b53_br_leave +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x633fe41d b53_br_join +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x6804efbe b53_get_ethtool_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x7548f615 b53_port_event +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x75bca557 b53_vlan_filtering +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x7b871726 b53_phylink_mac_link_up +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x7ecc0953 b53_get_sset_count +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0x8bd204cb b53_fdb_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xab3fe604 b53_get_ethtool_phy_stats +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xaf738b28 b53_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb0f2d0bb b53_switch_detect +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb133b28b b53_switch_register +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb1ee139c b53_set_mac_eee +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xb4204719 b53_brcm_hdr_setup +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc0fe278d b53_mirror_del +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xc619f47e b53_br_set_stp_state +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd09d7628 b53_setup_devlink_resources +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xd2ecc8a3 b53_eee_enable_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf23865d2 b53_br_flags +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf46e2830 b53_configure_vlan +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xf825ebc2 b53_fdb_add +EXPORT_SYMBOL drivers/net/dsa/b53/b53_common 0xfb66370f b53_br_fast_age +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x32c709d0 b53_serdes_link_set +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x902a1796 b53_serdes_init +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0x94f53de9 b53_serdes_phylink_mac_select_pcs +EXPORT_SYMBOL drivers/net/dsa/b53/b53_serdes 0xa62e2a52 b53_serdes_phylink_get_caps +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x691a7af5 lan9303_remove +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0x95facbc3 lan9303_probe +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xada83f40 lan9303_register_set +EXPORT_SYMBOL drivers/net/dsa/lan9303-core 0xd0711a7a lan9303_shutdown +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0x56942271 ksz_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0xae091d9d ksz_switch_register +EXPORT_SYMBOL drivers/net/dsa/microchip/ksz_switch 0xefcaf8d2 ksz_switch_remove +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x0c44f47b vsc73xx_shutdown +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x706a121e vsc73xx_probe +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0x99d242fe vsc73xx_is_addr_valid +EXPORT_SYMBOL drivers/net/dsa/vitesse-vsc73xx-core 0xda4a5273 vsc73xx_remove +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x35416d72 xrs700x_switch_register +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x79f7bd69 xrs700x_switch_alloc +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x83b7b667 xrs7003f_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0x8972bf7e xrs7004f_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xaf8b3669 xrs700x_switch_remove +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xb25facfa xrs7003e_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xb89aa5e3 xrs7004e_info +EXPORT_SYMBOL drivers/net/dsa/xrs700x/xrs700x 0xd5135cce xrs700x_switch_shutdown +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x119721ac ei_interrupt +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x414de608 __alloc_ei_netdev +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x500a8dbd ei_poll +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x7c741742 ei_get_stats +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x8157fcf0 ei_open +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0x9b5d05f4 ei_start_xmit +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xa6949902 ei_set_multicast_list +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xb41d02be ei_tx_timeout +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xbc6788a9 ei_netdev_ops +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xe84bf8f8 NS8390_init +EXPORT_SYMBOL drivers/net/ethernet/8390/8390 0xf54d4bad ei_close +EXPORT_SYMBOL drivers/net/ethernet/aquantia/atlantic/atlantic 0x9b089d76 aq_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x1150db04 bnxt_unregister_dev +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0x70677da9 bnxt_send_msg +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0xe978c0df bnxt_register_async_events +EXPORT_SYMBOL drivers/net/ethernet/broadcom/bnxt/bnxt_en 0xf89b34bd bnxt_register_dev +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x59be0a84 cnic_register_driver +EXPORT_SYMBOL drivers/net/ethernet/broadcom/cnic 0x636af174 cnic_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x603d6c41 cavium_ptp_get +EXPORT_SYMBOL drivers/net/ethernet/cavium/common/cavium_ptp 0x92c57018 cavium_ptp_put +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x0d8be5fd bgx_lmac_rx_tx_enable +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x34eeb48a bgx_set_dmac_cam_filter +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x42264715 bgx_get_lmac_count +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x46cdf933 bgx_config_timestamping +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x539ca253 bgx_get_lmac_mac +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x60cd1f2f bgx_lmac_get_pfc +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x6ca2152d bgx_lmac_set_pfc +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x716fd7f0 bgx_reset_xcast_mode +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0x72b238e4 bgx_get_rx_stats +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xbe654297 bgx_get_tx_stats +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xc397f585 bgx_lmac_internal_loopback +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xc82be691 bgx_get_map +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xd8ed0bcc bgx_set_lmac_mac +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xf101d1b2 bgx_get_lmac_link_state +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_bgx 0xff987a02 bgx_set_xcast_mode +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_xcv 0x13912e4b xcv_init_hw +EXPORT_SYMBOL drivers/net/ethernet/cavium/thunder/thunder_xcv 0x4f739dc0 xcv_setup_link +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x0f3d2b01 cxgb3_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x292db693 cxgb3_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x2cf31564 t3_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x3e500f7a cxgb3_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x4201f51c cxgb3_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x448769f6 cxgb3_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x49054343 cxgb3_queue_tid_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0x88d8dcf4 cxgb3_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xb1cb1e01 t3_l2t_send_event +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xb30893fa cxgb3_register_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xda6193a8 cxgb3_insert_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xdb425c24 dev2t3cdev +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xee3f1bad cxgb3_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf7d4536c t3_register_cpl_handler +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xf9386435 t3_l2t_send_slow +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb3/cxgb3 0xfddb72c5 t3_l2e_free +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0145ba43 cxgb4_pktgl_to_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x08abcc5e cxgb4_l2t_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0c81c786 cxgb4_port_idx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0eaf6d98 cxgb4_update_root_dev_clip +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x0f1a5528 cxgb4_unregister_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x111848ab cxgb4_create_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x128a6527 cxgb4_clip_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x1a9a54e2 cxgb4_crypto_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x2295882c cxgb4_ofld_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x345c8265 cxgb4_alloc_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x439b9c0f cxgb4_create_server6 +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x45ddf12c cxgb4_write_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x463a3b71 cxgb4_alloc_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x50ee5c07 cxgb4_best_aligned_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x514a45fa cxgb4_reclaim_completed_tx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x533d251c cxgb4_ring_tx_db +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x565bd58f cxgb4_remove_tid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x5c3a228b cxgb4_read_tpte +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x62b1160f cxgb4_port_e2cchan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x654e0c37 cxgb4_register_uld +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x65d6a41e cxgb4_remove_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x71a45d3f cxgb4_select_ntuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x72009d19 cxgb4_free_atid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x794bbe70 cxgb4_get_tcp_stats +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x8056a4d1 cxgb4_check_l2t_valid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x81951ac2 cxgb4_read_sge_timestamp +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9078551b cxgb4_immdata_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x95eb88f9 cxgb4_map_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x96faa5fe cxgb4_free_stid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9bd7b424 cxgb4_flush_eq_cache +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0x9d538985 cxgb4_remove_server_filter +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xa04f35a3 cxgb4_l2t_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xaf975ce5 cxgb4_create_server +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb042817f t4_cleanup_clip_tbl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb44eaf43 cxgb4_port_viid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb48f81d2 cxgb4_iscsi_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb60f2063 cxgb4_smt_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xb61ee66c cxgb4_write_partial_sgl +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xbcd2bdd4 cxgb4_clip_get +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xc4127983 cxgb4_l2t_send +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xccb5ff59 cxgb4_inline_tx_skb +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd4c3419e cxgb4_dbfifo_count +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xd69a0294 cxgb4_best_mtu +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xde6d5882 cxgb4_alloc_sftid +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xdf2b044a cxgb4_port_chan +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe00381bd cxgb4_bar2_sge_qregs +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xe163c84d cxgb4_l2t_alloc_switching +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xeddf3615 cxgb4_sync_txq_pidx +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf1fb0fde cxgb4_smt_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/cxgb4/cxgb4 0xf9c5df5e cxgb4_get_srq_entry +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x1bdaafe1 cxgbi_tagmask_set +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x255ab30f cxgb_get_4tuple +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x4d8a9a9b cxgbi_ppm_ppods_reserve +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x5b9f0db8 cxgb_find_route +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x6c6a33a3 cxgbi_ppm_ppod_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x8b901413 cxgbi_ppm_release +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0x905031f1 cxgbi_ppm_make_ppod_hdr +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xacb21b14 cxgbi_ppm_init +EXPORT_SYMBOL drivers/net/ethernet/chelsio/libcxgb/libcxgb 0xfc5a46eb cxgb_find_route6 +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x34abe265 vnic_dev_get_res +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x50e97052 vnic_dev_get_res_count +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0x69d0a03c enic_api_devcmd_proxy_by_index +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xdda4264f vnic_dev_get_pdev +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xe40aa3c8 vnic_dev_register +EXPORT_SYMBOL drivers/net/ethernet/cisco/enic/enic 0xf41722e3 vnic_dev_unregister +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x32b153d2 be_roce_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0x4e2e10d2 be_roce_mcc_cmd +EXPORT_SYMBOL drivers/net/ethernet/emulex/benet/be2net 0xc561c17d be_roce_register_driver +EXPORT_SYMBOL drivers/net/ethernet/freescale/enetc/fsl-enetc-ierb 0x337e3108 enetc_ierb_register_pf +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x3c08aa05 fun_release_irqs +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0x998e0b83 fun_dev_disable +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xbc5d53b6 fun_reserve_irqs +EXPORT_SYMBOL drivers/net/ethernet/fungible/funcore/funcore 0xf31e5880 fun_dev_enable +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0x2b27702a iavf_unregister_client +EXPORT_SYMBOL drivers/net/ethernet/intel/iavf/iavf 0xebcbdc2d iavf_register_client +EXPORT_SYMBOL drivers/net/ethernet/intel/ice/ice 0x965ff908 ice_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/intel/ixgbe/ixgbe 0xbaa35511 ixgbe_xdp_locking_key +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0x542e65f9 prestera_device_register +EXPORT_SYMBOL drivers/net/ethernet/marvell/prestera/prestera 0xd1541ad4 prestera_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x036e08fc mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x10b0b324 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x13c76fd4 mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1502d7b6 mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1c03d827 mlx4_SET_PORT_fcs_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1ccc7f6a mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x23d0156f mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x257e5ef5 mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x25e82e1f mlx4_get_is_vlan_offload_disabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x264073b7 set_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2ab9cedc mlx4_SET_VPORT_QOS_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2e4ddc0c set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4400a358 mlx4_test_interrupt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4979e79c mlx4_SET_PORT_BEACON +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x510bfc0c mlx4_test_async +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x527291e7 mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x57536a72 mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5ab7ac12 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x617b2bae mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6494e79f mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x65037318 mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x650dcf2f mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7c9e3b1b mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7f3b767a mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7fdde0b4 mlx4_handle_eth_header_mcast_prio +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x87c41db2 mlx4_max_tc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x952e4cc9 mlx4_is_eq_shared +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9a833f5a get_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa235ec9d mlx4_is_eq_vector_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa352068e mlx4_SET_PORT_user_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa72193e6 mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb214fd98 mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb322adaf mlx4_SET_VPORT_QOS_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbc82e6e3 mlx4_query_diag_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc8ec9823 mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd0a59a52 mlx4_tunnel_steer_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd1a0088d mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd200ec72 mlx4_get_cpu_rmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd4372a5b mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd96c2b61 mlx4_ALLOCATE_VPP_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe2bf3196 mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf34eab89 mlx4_SET_PORT_user_mtu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf5109cbb mlx4_ALLOCATE_VPP_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfaea37fb mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfc0431b1 mlx4_get_eqs_per_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0005d56f mlx5_create_auto_grouped_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x00d020e4 __traceiter_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x02413f1e mlx5_eswitch_uplink_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x036551ce mlx5_lag_is_sriov +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0377bace mlx5_core_get_terminate_scatter_list_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x03b16bd5 __traceiter_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x043023a0 mlx5_qp_debugfs_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x056635d4 __traceiter_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0aac4742 mlx5_rl_add_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0e453cd2 mlx5_eq_update_ci +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0f8f57c8 mlx5_comp_irq_get_affinity_mask +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x12135c1c __tracepoint_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x15142363 mlx5_core_create_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x17dac5e2 mlx5_rl_is_in_range +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1da0e6b4 mlx5_core_modify_cq_moderation +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1e52c14d mlx5_nic_vport_disable_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1ec5bbc7 mlx5_del_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1ef23b99 mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1f0eb359 mlx5_vector2eqn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1fdc6c85 mlx5_core_create_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2142c53c mlx5_vf_put_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x23d1e4d6 mlx5_fpga_mem_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x245d80ac mlx5_rl_add_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x25c5b957 mlx5_eswitch_reg_c1_loopback_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x26ab08d0 mlx5_debug_qp_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x26da9588 mlx5_core_query_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2880fa00 mlx5_core_create_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2991db41 mlx5_lag_is_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2a1fc906 mlx5_eq_disable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2eb24076 mlx5_put_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x32953e08 mlx5_debug_qp_remove +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3475821f __SCK__tp_func_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x393517ec mlx5_alloc_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3ce5d97a mlx5_eq_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x42ca40ab mlx5_lag_get_slave_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x43b31c88 mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x45b52e00 __tracepoint_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x47ac2c83 mlx5_core_query_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4a0626c6 mlx5_eswitch_get_vport_metadata_for_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4add9660 mlx5_rl_remove_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d464479 mlx5_eswitch_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d5f5c07 __SCK__tp_func_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d62e046 __tracepoint_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d8e9706 mlx5_cmd_create_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4ed3f5c0 mlx5_flow_table_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4f0460d9 mlx5_cmd_init_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4f937d0a mlx5_eswitch_vport_rep +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x51a02fcf mlx5_qp_debugfs_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x51cedbfe mlx5_fc_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x559ac38d __SCK__tp_func_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x57eb83f2 mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x58332269 mlx5_core_dealloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5aecda1c mlx5_eswitch_unregister_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5d14e08f mlx5_core_destroy_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5d827d1f mlx5_eq_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x61492bb7 mlx5_rl_are_equal +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6318874e mlx5_fpga_sbu_conn_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x63426eec mlx5_debugfs_get_dev_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x648e0cfb mlx5_fc_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x64e75a46 mlx5_lag_is_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x655e1970 mlx5_cmd_exec_polling +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x65a94439 mlx5_msix_free +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x66e5b2c0 mlx5_fs_remove_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x67af9a06 mlx5_comp_vectors_count +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x68cb5a64 __traceiter_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x69895975 mlx5_lag_mode_is_hash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6a2f3595 mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6a701b93 mlx5_mpfs_add_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6cd5a182 __tracepoint_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6d58b88d mlx5_modify_header_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6f4c8ebd mlx5_core_modify_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6fa1d611 mlx5_modify_header_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7261330b __SCK__tp_func_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x72e03510 mlx5_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x73fc1d8e __tracepoint_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x74dbaedf mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7708cb7e mlx5_sriov_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x77fa51be mlx5_lag_is_shared_fdb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7b359a09 __SCK__tp_func_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8059ba1c __traceiter_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x808f86a2 mlx5_fpga_get_sbu_caps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x816885a6 mlx5_eswitch_add_send_to_vport_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x81bd0b33 mlx5_vf_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x81d6665e mlx5_core_destroy_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x820a0137 mlx5_fpga_mem_read +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8482cece mlx5_eq_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x854c586a mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x85739ecb mlx5_fs_add_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8a9d6d10 mlx5_fc_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8c6e61ad mlx5_create_flow_group +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8ccc8b59 mlx5_mpfs_del_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x91aca266 mlx5_core_modify_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x91c32d93 mlx5_core_destroy_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9300254e __traceiter_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96eb2c99 mlx5_fc_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x98d4af94 mlx5_lag_get_next_peer_mdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x99dc2f03 mlx5_core_alloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9a99797e mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9ae45457 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9cdd5ab8 mlx5_rsc_dump_next +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9d6135dc __SCK__tp_func_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9e65ab68 mlx5_is_roce_on +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9f422cc6 mlx5_core_uplink_netdev_event_replay +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa0127fcb mlx5_cmd_do +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa06554f2 mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa3cbf69a mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa5bd281a mlx5_eswitch_get_vport_metadata_for_match +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa6704391 mlx5_lag_query_cong_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa6984481 mlx5_query_ib_port_oper +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa79765d3 mlx5_cmd_out_err +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa7bba301 mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa87a3842 mlx5_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xad6815cd mlx5_rsc_dump_cmd_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaed7cad5 mlx5_fpga_sbu_conn_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaf968ea1 mlx5_eq_get_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xafb0170d __traceiter_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb468f241 mlx5_lag_is_mpesw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb72311ed mlx5_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb93b9671 mlx5_cmd_destroy_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbaa3e028 mlx5_sriov_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbab5a533 mlx5_eswitch_get_encap_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbb07ebdf __tracepoint_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbb5fbc58 mlx5_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbc4d4075 mlx5_core_roce_gid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbca910da mlx5_lag_get_num_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbcd12f22 mlx5_rdma_rn_get_params +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbd150811 mlx5_eswitch_register_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbe2f22db mlx5_create_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbe971340 mlx5_packet_reformat_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbf335531 mlx5_core_create_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc00934ad mlx5_add_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc13f6dfb mlx5_core_destroy_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc163f3f8 mlx5_get_fdb_sub_ns +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc498e140 mlx5_rl_remove_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc89978e7 mlx5_fpga_sbu_conn_sendmsg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcaf6ed58 mlx5_lag_get_roce_netdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcd0b63f7 mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcfbb99b7 mlx5_lag_is_master +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd0350fe2 mlx5_eswitch_vport_match_metadata_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd06483ac mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd1978c87 mlx5_destroy_flow_group +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd81236c7 mlx5_destroy_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdae8aa4d __tracepoint_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xde376d65 mlx5_cmd_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdf67ae2c mlx5_eswitch_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdfdcd594 mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe01aa758 mlx5_get_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe36360c5 __traceiter_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe4bb5e0b mlx5_cmd_cleanup_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe542bacc mlx5_eq_destroy_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe9d14144 __traceiter_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe9e8edad mlx5_eq_create_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xea0366f6 mlx5_rsc_dump_cmd_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeb9a8bcf __SCK__tp_func_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xed4374e9 mlx5_free_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeddbbf2a mlx5_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf06725b6 __tracepoint_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf0da1b6d mlx5_core_modify_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf1eb03c3 mlx5_create_lag_demux_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf52c6b07 mlx5_msix_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf52e1946 __tracepoint_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf6ac2ac6 mlx5_core_query_vendor_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf88d57b1 __SCK__tp_func_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfc8e744e __SCK__tp_func_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfd07f63f mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfd1f24fd mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfd1f9af4 mlx5_get_flow_namespace +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfe13cfe6 mlx5_packet_reformat_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxfw/mlxfw 0xc4d702d9 mlxfw_firmware_flash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x02815b77 mlxsw_env_module_port_up +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x02dfd3d0 mlxsw_afk_key_info_block_encoding_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x07abcc0c mlxsw_afa_block_append_trap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0ca34ccf mlxsw_core_max_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0d0129fc mlxsw_afa_block_append_qos_ecn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0d29a0ff mlxsw_core_traps_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0e81c09c mlxsw_afk_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0f4a209d mlxsw_core_read_utc_sec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x14d6ca2e mlxsw_env_set_module_power_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x14e17bb4 mlxsw_linecards_event_ops_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x15801382 mlxsw_afk_key_info_put +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x16673aec mlxsw_afk_values_add_u32 +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x16f4221d mlxsw_core_irq_event_handler_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x19576bd3 mlxsw_core_trap_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x19fa5852 mlxsw_core_flush_owq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x1cb8f858 mlxsw_reg_trans_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x202693f0 mlxsw_afa_block_cur_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x23eddc68 mlxsw_core_cpu_port_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x299e2562 mlxsw_afk_values_add_buf +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2c68ced3 mlxsw_core_read_frc_h +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2f0fee04 mlxsw_core_traps_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2f303cd3 mlxsw_afa_block_append_qos_dsfield +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x300ab87c mlxsw_core_port_netdev_link +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x3778f6eb mlxsw_afa_block_append_mirror +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x383bc49a mlxsw_afa_block_append_qos_dscp +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4036254f mlxsw_linecards_event_ops_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x43a9b87e mlxsw_afa_block_terminate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x47041e4e mlxsw_afk_key_info_blocks_count_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4765b9f0 mlxsw_core_res_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x484489a4 mlxsw_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4866767a mlxsw_env_get_module_eeprom_by_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x49ec8a06 mlxsw_afa_block_append_police +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4a558271 mlxsw_env_get_module_power_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x50359cc0 mlxsw_core_kvd_sizes_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x508923e3 mlxsw_core_port_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x51b5769d mlxsw_env_module_overheat_counter_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5c73d5a4 mlxsw_core_sdq_supports_cqe_v2 +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5cf3dd79 mlxsw_core_bus_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5d55fb68 mlxsw_afk_encode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5e10b876 mlxsw_core_rx_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5ff17b5c mlxsw_afa_block_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5ff73d89 mlxsw_env_reset_module +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x618a30ab mlxsw_afa_block_commit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x627da5ba mlxsw_core_bus_device_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x63874d4c mlxsw_core_port_driver_priv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x65c7e645 mlxsw_afa_block_append_qos_switch_prio +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6929f2b4 mlxsw_env_module_port_map +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6ae6bf8a mlxsw_core_skb_transmit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6db43b47 mlxsw_core_trap_state_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x718d28f4 mlxsw_afa_block_append_vlan_modify +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7356f33e mlxsw_core_trap_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x74227dc7 mlxsw_core_skb_receive +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x75339042 mlxsw_core_lag_mapping_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x77d83398 mlxsw_core_read_frc_l +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x79647af4 mlxsw_afa_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7b0bfeec mlxsw_core_port_fini +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7e08c6e0 mlxsw_core_event_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x827a2f1f mlxsw_afa_block_jump +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x829e8851 mlxsw_afa_block_first_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x83fb69af mlxsw_core_lag_mapping_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x858c30d0 mlxsw_afa_block_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x85d98572 mlxsw_core_ptp_transmitted +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x86557491 mlxsw_env_get_module_eeprom +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x86817014 mlxsw_core_read_utc_nsec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x8854d198 mlxsw_reg_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x902c3533 mlxsw_core_schedule_dw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x996c5d6d mlxsw_reg_trans_bulk_wait +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x9a54e5ec mlxsw_core_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x9cbf026d mlxsw_afa_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa509fafd mlxsw_afa_block_append_counter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa75be71c mlxsw_core_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa7765e88 mlxsw_reg_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa8e2509a mlxsw_afa_block_append_sampler +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xac1074a5 mlxsw_core_skb_transmit_busy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb4acd95e mlxsw_core_port_devlink_port_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb6517b2e mlxsw_afa_block_append_trap_and_forward +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb68e9fa8 mlxsw_env_module_port_unmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbc222a8d mlxsw_afk_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbda212df mlxsw_core_irq_event_handlers_call +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbef22d98 mlxsw_core_rx_listener_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbfb7df3c mlxsw_core_driver_priv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc31fbb6a mlxsw_core_res_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc5eacafe mlxsw_afa_block_append_l4port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xcbab836f mlxsw_core_fw_rev_minor_subminor_validate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd111d3e8 mlxsw_core_irq_event_handler_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd1bab622 mlxsw_afk_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd21722b4 mlxsw_core_max_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd28256cf mlxsw_afa_block_append_allocated_counter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd71566b9 mlxsw_core_schedule_work +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd7a93413 mlxsw_core_event_listener_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd888ffb3 mlxsw_afa_block_append_ip +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd9f711ae mlxsw_afa_block_append_mcrouter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdc31781e mlxsw_reg_trans_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdc415cf1 mlxsw_afa_block_continue +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdc5c95df mlxsw_core_resources_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdeb1dc2e mlxsw_afa_block_first_kvdl_index +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe16986dd mlxsw_afa_block_activity_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe1860dde mlxsw_afa_block_append_fid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe4d9ac5a mlxsw_afa_block_append_drop +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe532482a mlxsw_afk_key_info_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xecab212a mlxsw_afa_cookie_lookup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xed2801d4 mlxsw_env_module_port_down +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf446732c mlxsw_afk_key_info_subset +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf82bdc70 mlxsw_core_lag_mapping_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf8614db0 mlxsw_env_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xff007c25 mlxsw_core_cpu_port_fini +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xff0b141d mlxsw_afa_block_append_fwd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0xa360b95b mlxsw_i2c_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_i2c 0xb8b7c59f mlxsw_i2c_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x954b9702 mlxsw_pci_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0xcef9d9b5 mlxsw_pci_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x04fc8c8d ocelot_port_set_maxlen +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x08791cd6 ocelot_wm_enc +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0bbfc4d7 ocelot_get_strings +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x101c501f ocelot_mact_lookup +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x10eb7fe0 ocelot_mact_forget +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x163fe8fc ocelot_vlan_prepare +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1795e39a ocelot_mrp_del_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1ae93801 ocelot_port_mdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x1fe19ad4 ocelot_port_lag_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2095352a ocelot_fdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x21bc1f28 ocelot_init_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x22cd25f9 ocelot_vcap_filter_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x28d4657b ocelot_sb_occ_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2e26ce85 ocelot_devlink_sb_unregister +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2ee2eeab ocelot_vcap_block_find_filter_by_id +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x36cb624a ocelot_can_inject +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x37641680 ocelot_port_mdb_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3986da27 ocelot_get_ts_info +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x408f2e63 ocelot_reset +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x46392d66 ocelot_sb_tc_pool_bind_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x497932f6 ocelot_port_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4bf4ef82 ocelot_hwstamp_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4c69a54d ocelot_sb_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4de8926d ocelot_hwstamp_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x517ad20c ocelot_fdb_dump +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5196e321 ocelot_ptp_gettime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x51a35c77 ocelot_deinit_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x54195548 ocelot_mact_learn_streamdata +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x59638ce7 ocelot_port_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5c12f026 ocelot_port_bridge_leave +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5c3902a4 ocelot_sb_tc_pool_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x5dd5395a ocelot_port_pre_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x616ab207 ocelot_drain_cpu_queue +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x62ae8035 ocelot_ptp_verify +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x633491e9 ocelot_sb_occ_tc_port_bind_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x696b42a5 ocelot_sb_port_pool_get +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6a72038b ocelot_port_lag_change +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6ae5391a ocelot_set_ageing_time +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x6ce19e2a vsc7514_vcap_props +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x74ba21d2 ocelot_mact_learn +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x760b35bf ocelot_vlan_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7614a38f ocelot_port_bridge_flags +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x766bcc77 ocelot_vlan_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x785250db ocelot_get_ethtool_stats +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7e5aec55 vsc7514_regfields +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7e7c01af ocelot_port_lag_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7f40e7f0 ocelot_ptp_adjfine +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8b37d1cb ocelot_port_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x959055ee ocelot_port_bridge_join +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9794e3b7 ocelot_get_max_mtu +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x99cc4480 ocelot_deinit +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9b17c969 ocelot_pll5_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9f33aae1 ocelot_mrp_add_ring_role +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9f66d780 ocelot_sb_occ_snapshot +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa0d002ba ocelot_bridge_stp_state_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa90d4d68 ocelot_vcap_policer_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xaa056969 ocelot_ptp_enable +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xafe4a560 ocelot_port_inject_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb0fdd7fd ocelot_wm_dec +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb7cb4246 ocelot_devlink_sb_register +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xba55ee28 ocelot_ptp_settime64 +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xbb2d5c26 ocelot_get_sset_count +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc1b0682f ocelot_policer_validate +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc4b9488e ocelot_vcap_policer_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc4c337ba ocelot_mrp_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc521b226 ocelot_init_port +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc6e3a6a0 ocelot_init +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc7b87659 ocelot_sb_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc9e03eca ocelot_vcap_filter_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcceb2527 ocelot_get_txtstamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcf8e82a1 ocelot_ptp_adjtime +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd0965b35 ocelot_mrp_add +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd0ebefd9 ocelot_ifh_port_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xdf448ea7 ocelot_ptp_rx_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe30fc619 ocelot_wm_stat +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe4060b79 ocelot_fdb_del +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe54ba2ad ocelot_sb_occ_max_clear +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xeb293b31 ocelot_xtr_poll_frame +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xeb97f24a ocelot_port_txtstamp_request +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf136cd2f ocelot_sb_port_pool_set +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf688b047 ocelot_vcap_filter_replace +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf80fc88d vsc7514_regmap +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf9250a89 ocelot_deinit_timestamp +EXPORT_SYMBOL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf9c1f8d7 ocelot_port_vlan_filtering +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x04a8edee qed_get_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x0d6841be qed_get_rdma_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x4f264472 qed_put_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x992e03d0 qed_put_fcoe_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x9e837709 qed_get_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0x9eeeef48 qed_put_eth_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qed/qed 0xc6033599 qed_get_iscsi_ops +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0x3d813207 qede_rdma_unregister_driver +EXPORT_SYMBOL drivers/net/ethernet/qlogic/qede/qede 0xc05de6c8 qede_rdma_register_driver +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x014d8af9 wx_flush_sw_mac_table +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x05481740 wx_vlan_rx_kill_vid +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x0805aa1b wx_control_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x0cd4a225 wx_intr_enable +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x0cfc85ff wx_napi_enable_all +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x130c7abc wx_change_mtu +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x1857947d wx_setup_isb_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x2009bcc6 wx_napi_disable_all +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x277db4c7 wx_mac_set_default_filter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x2d20b987 wx_get_mac_addr +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x2d683824 wx_host_interface_command +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x2eddf2d7 wx_reset_misc +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x30c97a79 wx_configure +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x3cc63e6a wx_clean_all_rx_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x432d4038 wx_sw_init +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x45a45b18 wx_get_stats64 +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4b3398bd wx_msix_clean_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x4ef85cb2 wx_read_ee_hostif_buffer +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x53a9f4fb wx_set_features +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x55f95a9b wx_disable_rx +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x5d040046 wx_init_rx_addrs +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x632456fd wx_set_mac +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x6a542b46 wx_get_drvinfo +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x75172add wx_reset_interrupt_capability +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x765d250a wx_stop_adapter +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x769b02a3 wx_get_pcie_msix_counts +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x80d40364 wx_clean_all_tx_rings +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x81fb95b8 wx_mng_present +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x8342d976 wx_init_interrupt_scheme +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x856d99a4 wx_set_rx_mode +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x90266883 wx_disable_pcie_master +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x9b183a9d wx_free_isb_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0x9bfda938 wx_misc_isb +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xa63dd2a6 wx_free_irq +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xa9934b45 wx_setup_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xad9eaae1 wx_irq_disable +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xb9960d4f wx_vlan_rx_add_vid +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xbea24786 wx_check_flash_load +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xc80d2d43 wx_start_hw +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd36830ff wx_disable_rx_queue +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd4b5fbd4 wx_clear_interrupt_scheme +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xd88942b2 wx_free_resources +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xde05a718 wx_init_eeprom_params +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xe01e0fdc wx_xmit_frame +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xe2f0b284 wx_configure_vectors +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xe7d85be7 wx_reset_hostif +EXPORT_SYMBOL drivers/net/ethernet/wangxun/libwx/libwx 0xfcc6b2af wx_read_ee_hostif +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x06b551b2 hdlcdrv_register +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x2dc4d723 hdlcdrv_arbitrate +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x64ac2f47 hdlcdrv_receiver +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0x8e54dfbc hdlcdrv_transmitter +EXPORT_SYMBOL drivers/net/hamradio/hdlcdrv 0xe8f32924 hdlcdrv_unregister +EXPORT_SYMBOL drivers/net/mdio 0x3e17f466 mdio_set_flag +EXPORT_SYMBOL drivers/net/mdio 0x60443957 mdio45_probe +EXPORT_SYMBOL drivers/net/mdio 0x62eb612a mdio45_ethtool_ksettings_get_npage +EXPORT_SYMBOL drivers/net/mdio 0x63e0fee5 mdio45_links_ok +EXPORT_SYMBOL drivers/net/mdio 0xb79a54ee mdio45_nway_restart +EXPORT_SYMBOL drivers/net/mdio 0xcdbdeca7 mdio45_ethtool_gset_npage +EXPORT_SYMBOL drivers/net/mdio 0xdaceb7a6 mdio_mii_ioctl +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0x3c051f3f mdiobb_write_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0x460c377e mdiobb_write_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0x581a8a3a mdiobb_read_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0x812d218c alloc_mdio_bitbang +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0x9643d8e0 mdiobb_read_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-bitbang 0xe60d71a4 free_mdio_bitbang +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x0cce4790 cavium_mdiobus_read_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0x884f362f cavium_mdiobus_write_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0xa7d61e61 cavium_mdiobus_write_c22 +EXPORT_SYMBOL drivers/net/mdio/mdio-cavium 0xefd964fa cavium_mdiobus_read_c45 +EXPORT_SYMBOL drivers/net/mdio/mdio-mscc-miim 0x1858d9a9 mscc_miim_setup +EXPORT_SYMBOL drivers/net/mii 0x075c3658 mii_check_gmii_support +EXPORT_SYMBOL drivers/net/mii 0x12675083 mii_check_media +EXPORT_SYMBOL drivers/net/mii 0x28a69ba8 mii_nway_restart +EXPORT_SYMBOL drivers/net/mii 0x5c3ddcd4 mii_check_link +EXPORT_SYMBOL drivers/net/mii 0x659067c0 mii_ethtool_get_link_ksettings +EXPORT_SYMBOL drivers/net/mii 0x6db209ce mii_link_ok +EXPORT_SYMBOL drivers/net/mii 0xa7e721b5 mii_ethtool_sset +EXPORT_SYMBOL drivers/net/mii 0xae9e6f32 mii_ethtool_set_link_ksettings +EXPORT_SYMBOL drivers/net/mii 0xca91b983 mii_ethtool_gset +EXPORT_SYMBOL drivers/net/mii 0xe914f156 generic_mii_ioctl +EXPORT_SYMBOL drivers/net/pcs/pcs-lynx 0x25444de9 lynx_pcs_create_mdiodev +EXPORT_SYMBOL drivers/net/pcs/pcs-lynx 0x6d933508 lynx_pcs_destroy +EXPORT_SYMBOL drivers/net/pcs/pcs-mtk-lynxi 0xc857ae8a mtk_pcs_lynxi_create +EXPORT_SYMBOL drivers/net/pcs/pcs-mtk-lynxi 0xe9221a05 mtk_pcs_lynxi_destroy +EXPORT_SYMBOL drivers/net/phy/bcm-phy-lib 0x5800713f bcm54xx_auxctl_write +EXPORT_SYMBOL drivers/net/ppp/pppox 0x30c90787 register_pppox_proto +EXPORT_SYMBOL drivers/net/ppp/pppox 0x6744eaa0 pppox_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xb52e1062 pppox_compat_ioctl +EXPORT_SYMBOL drivers/net/ppp/pppox 0xcef33b40 pppox_unbind_sock +EXPORT_SYMBOL drivers/net/ppp/pppox 0xe0ff7a18 unregister_pppox_proto +EXPORT_SYMBOL drivers/net/sungem_phy 0x68937c0c sungem_phy_probe +EXPORT_SYMBOL drivers/net/team/team 0x05758b93 team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0xa4994367 team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0xb0d60d1d team_options_register +EXPORT_SYMBOL drivers/net/team/team 0xb907ffdd team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0xcf42abfb team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0xee61ae39 team_options_change_check +EXPORT_SYMBOL drivers/net/team/team 0xf05a609f team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0xf371429b team_mode_register +EXPORT_SYMBOL drivers/net/usb/usbnet 0x3763865b usbnet_device_suggests_idle +EXPORT_SYMBOL drivers/net/usb/usbnet 0xa2d7afe0 usbnet_link_change +EXPORT_SYMBOL drivers/net/usb/usbnet 0xd8d08ec0 usbnet_manage_power +EXPORT_SYMBOL drivers/net/wan/hdlc 0x148e0af5 alloc_hdlcdev +EXPORT_SYMBOL drivers/net/wan/hdlc 0x482539a9 hdlc_close +EXPORT_SYMBOL drivers/net/wan/hdlc 0x4ad944eb detach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x58ec7f51 unregister_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x659f0250 unregister_hdlc_device +EXPORT_SYMBOL drivers/net/wan/hdlc 0x777295de hdlc_start_xmit +EXPORT_SYMBOL drivers/net/wan/hdlc 0x8c7ad947 attach_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0x8e5bd860 hdlc_open +EXPORT_SYMBOL drivers/net/wan/hdlc 0xa9be9a41 register_hdlc_protocol +EXPORT_SYMBOL drivers/net/wan/hdlc 0xb72f8337 hdlc_ioctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x002ccbe9 ath_regd_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x0b1ab353 ath_regd_get_band_ctl +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x108b188f ath_is_49ghz_allowed +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x2eb94c84 ath_hw_cycle_counters_update +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x4571aea8 ath_is_world_regd +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x5f3f14d2 ath_hw_keyreset +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x65f54e15 dfs_pattern_detector_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x6aa71165 ath_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x726c9ef8 ath_hw_setbssidmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x8a191087 ath_reg_notifier_apply +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0x9c9699fb ath_hw_get_listen_time +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa18f224e ath_regd_find_country_by_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xa7133b9c ath_hw_keysetmac +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xb6588ba6 ath_bus_type_strings +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xca9a2582 ath_key_delete +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xcea2ece8 ath_rxbuf_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xd01d197f ath_key_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath 0xddf16c0b ath_is_mybeacon +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x00bf25b9 ath10k_ce_completed_recv_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x015e5db2 ath10k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x03a87700 ath10k_htc_process_trailer +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0b7ced32 ath10k_core_check_dt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0c074c0c ath10k_core_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0c944a8b __ath10k_ce_rx_num_free_bufs +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x0d09a905 ath10k_core_napi_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1148326a ath10k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x17d0622a ath10k_ce_completed_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1a887a1f ath10k_ce_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x1bec06e9 ath10k_htc_rx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2029c31f ath10k_htt_t2h_msg_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x21a8761e ath10k_ce_free_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x267136e8 ath10k_htc_notify_tx_completion +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x2b26aff1 ath10k_htt_rx_pktlog_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3a6ffcca ath10k_mac_tx_push_pending +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3aa5daab ath10k_bmi_read_memory +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3c625a40 ath10k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x3fd43260 ath10k_htc_tx_completion_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x40d11bc5 ath10k_htt_hif_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x43372be9 ath10k_ce_deinit_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x44494f1c ath10k_core_start_recovery +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4d27cb50 ath10k_ce_completed_send_next_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x4eb5a2d5 ath10k_core_unregister +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x50258f8d ath10k_coredump_new +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x52f6b165 __ath10k_ce_send_revert +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x55108e1e ath10k_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x590d318e ath10k_ce_enable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x592c86c2 ath10k_ce_free_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x694cab86 ath10k_core_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x6c591799 ath10k_ce_disable_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7221cafb ath10k_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x779eb838 ath10k_ce_completed_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x79894b63 ath10k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x7edc644f ath10k_core_free_board_files +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x856faf70 ath10k_htt_rx_hl_indication +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x87f740f3 ath10k_ce_per_engine_service_any +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x8a19e80e ath10k_ce_send +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x90429613 ath10k_ce_num_free_src_entries +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0x92c2bf82 ath10k_htt_txrx_compl_task +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xa66a218c ath10k_ce_revoke_recv_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb4e27f42 ath10k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xb785b6dc ath10k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xbb01359c ath10k_print_driver_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xcc20d178 __tracepoint_ath10k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd365eb69 ath10k_ce_dump_registers +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd4e8f599 ath10k_bmi_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd59a3bc9 ath10k_core_register +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xd7954d57 ath10k_ce_init_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xdaa27531 ath10k_coredump_get_mem_layout +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xdce179ed ath10k_core_napi_sync_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xe84a1500 ath10k_ce_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf281d9d8 ath10k_ce_cancel_send_next +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf3693f87 ath10k_ce_alloc_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xf629da92 ath10k_ce_alloc_rri +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xfa64d0bd ath10k_core_fetch_board_file +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xfb326ae1 ath10k_ce_send_nolock +EXPORT_SYMBOL drivers/net/wireless/ath/ath10k/ath10k_core 0xfc028f54 ath10k_ce_rx_update_write_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x000796ad ath11k_core_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x004f57d3 ath11k_pcic_get_user_msi_assignment +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0169f55e ath11k_pci_enable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x0dae0eb8 __tracepoint_ath11k_log_dbg +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x29dcda12 ath11k_pcic_ext_irq_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x3a0ec027 ath11k_core_pre_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x44f6d9a5 ath11k_qmi_deinit_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x4cd0f06d ath11k_pcic_ce_irq_disable_sync +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x55739d87 ath11k_ce_free_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x63c3d33b ath11k_pcic_write32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x688280f9 ath11k_pcic_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x6db77f7f ath11k_pcic_get_ce_msi_idx +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x75018d1b ath11k_core_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x752aeb18 ath11k_ce_rx_post_buf +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x7553031f ath11k_ce_cleanup_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x7971c119 ath11k_pcic_free_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x7c500b87 ath11k_dp_service_srng +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x8049d5fa ath11k_debugfs_soc_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x8631d908 ath11k_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x885a9abb ath11k_hal_srng_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x8ff460a2 ath11k_pcic_init_msi_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0x9c51bcc4 ath11k_debug_mask +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xa57b9cb8 ath11k_pcic_register_pci_ops +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xa7ad925f ath11k_pcic_ext_irq_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xa840692e ath11k_ce_alloc_pipes +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb575f8d9 ath11k_ce_get_attr_flags +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xb5ac1e26 ath11k_hal_srng_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xbff0e84b ath11k_pcic_get_msi_address +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc2501b4a ath11k_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc2f43cc4 ath11k_pcic_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc6b97a98 ath11k_pcic_ce_irqs_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc8c44d3d ath11k_core_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xc9825863 ath11k_pci_disable_ce_irqs_except_wake_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xcdcd8c98 ath11k_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xcde4694a ath11k_pcic_config_irq +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xd242df12 ath11k_pcic_read32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xdc23fae8 ath11k_pcic_map_service_to_pipe +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe0debb02 ath11k_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xe12a7b02 ath11k_pcic_read +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xed9ced23 ath11k_core_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf0197188 ath11k_cold_boot_cal +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf16f0f60 ath11k_core_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xf5dbac57 ath11k_ce_get_shadow_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath11k/ath11k 0xfbd05889 ath11k_ce_per_engine_service +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x1354043d ath6kl_warn +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x3475113f ath6kl_core_create +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x34e4b34b ath6kl_core_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x3502feef ath6kl_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x3ac47029 ath6kl_hif_intr_bh_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x4f383844 ath6kl_cfg80211_suspend +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x794a09ec ath6kl_stop_txrx +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x91cfb84a ath6kl_hif_rw_comp_handler +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0x96a6b4e5 ath6kl_core_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xa04d6cc3 ath6kl_core_rx_complete +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xa1a60a99 ath6kl_cfg80211_resume +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xab8ecbde ath6kl_read_tgt_stats +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb881b1a9 ath6kl_printk +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xb9a689dd ath6kl_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xc462b70c ath6kl_core_destroy +EXPORT_SYMBOL drivers/net/wireless/ath/ath6kl/ath6kl_core 0xcbed6124 ath6kl_core_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x16272b2d ath9k_cmn_update_txpow +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1a0aa030 ath9k_cmn_debug_stat_rx +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1d69dc70 ath9k_cmn_rx_accept +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x1e9c229d ath9k_cmn_get_hw_crypto_keytype +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x3b3f9574 ath9k_cmn_init_channels_rates +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x3b5d870c ath9k_cmn_beacon_config_ap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x42572a21 ath9k_cmn_debug_phy_err +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x46656905 ath9k_cmn_init_crypto +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6710a45c ath9k_cmn_get_channel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x69660fcd ath9k_cmn_setup_ht_cap +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x6c394150 ath9k_cmn_debug_recv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x8014d81e ath9k_cmn_spectral_deinit_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x841e6f25 ath9k_cmn_spectral_scan_trigger +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x8793dd2c ath9k_cmn_spectral_scan_config +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0x97084b2e ath9k_cmn_beacon_config_sta +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xa046cc20 ath9k_cmn_debug_base_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xba87780c ath9k_cmn_process_rate +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xbc919458 ath9k_cmn_rx_skb_postprocess +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xca36b656 ath9k_cmn_reload_chainmask +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd2981357 ath9k_cmn_count_streams +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xd3a9ab7f ath9k_cmn_spectral_init_debug +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xda41e746 ath9k_cmn_debug_modal_eeprom +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf6a5132a ath9k_cmn_beacon_config_adhoc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xf9f2c627 ath9k_cmn_process_rssi +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_common 0xffb8c86f ath_cmn_process_fft +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x00cb3afc ar9003_paprd_setup_gain_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x00d4187d ath9k_hw_loadnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x01bda018 ath9k_hw_btcoex_init_scheme +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x030deb09 ath9k_hw_getnf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x08d03707 ath9k_hw_addrxbuf_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0905d9f8 ath9k_hw_btcoex_init_3wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0bc75d75 ar9003_get_pll_sqsum_dvc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0df62caa ath9k_hw_btcoex_init_2wire +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0dfb420e ar9003_paprd_is_done +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x0f77dafc ath9k_hw_get_tsf_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x11090bfe ath9k_hw_btcoex_set_weight +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x11d302ad ath9k_hw_wow_apply_pattern +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x12013a2b ar9003_mci_send_wlan_channels +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x13ab4476 ath9k_hw_updatetxtriglevel +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x15995a72 ar9003_mci_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1963b11c ath9k_hw_beaconinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x196c10da ath9k_hw_puttxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1a723518 ath9k_hw_init +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1ee54a8a ath9k_hw_stopdmarecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x1f264566 ath9k_hw_set_gpio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2435cc48 ath9k_hw_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2b5720bb ath9k_hw_putrxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2be057c9 ath9k_hw_settsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2ceb87ab ar9003_hw_disable_phy_restart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2dc1df8f ath9k_hw_btcoex_bt_stomp +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x2edfc735 ath9k_hw_resume_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3374a35c ath9k_hw_gpio_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3510862b ath9k_hw_init_btcoex_hw +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x39087b1a ath9k_hw_set_txpowerlimit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3a3dca8a ath9k_hw_txstart +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3bfb0231 ath9k_hw_setuptxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x3c6a12f7 ar9003_paprd_create_curve +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x45b72d1c ath9k_hw_wow_wakeup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4ac56904 ar9003_is_paprd_enabled +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4c022eb1 ath9k_hw_set_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4c504506 ath9k_hw_check_nav +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x4e2cbf4f ath9k_hw_setup_statusring +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5408ad5e ar9003_paprd_init_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x547c6db7 ath9k_hw_startpcureceive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x55d89b0b ath9k_hw_computetxtime +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x56f4639f ath9k_hw_setrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x56f9af0f ath9k_hw_setuprxdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x57e03f7d ath9k_hw_gpio_request_in +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5ae03826 ar9003_mci_get_next_gpm_offset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x5d9f59f3 ath9k_hw_reset +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x60eca47d ath9k_hw_set_tsfadjust +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6221316b ath9k_hw_set_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x63a64fe1 ath9k_hw_btcoex_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x64243c39 ath9k_hw_bstuck_nfcal +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x686723c2 ath_gen_timer_free +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x68827420 ath9k_hw_reset_calvalid +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6b649abc ath9k_hw_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6c5629a8 ath9k_hw_setrxabort +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6c880b6f ath9k_hw_setopmode +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6d861dfa ar9003_mci_send_message +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x6da34316 ath_gen_timer_isr +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x715ec536 ath9k_hw_rxprocdesc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x757daf3e ath9k_hw_btcoex_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x75bd2f54 ath_gen_timer_alloc +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x76391c83 ath9k_hw_gettxbuf +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7a759770 ath9k_hw_get_txq_props +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7bb3fc6c ath9k_hw_getchan_noise +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x7c297bb8 ath9k_hw_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x843d1d12 ath9k_hw_gettsf64 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x84565c65 ar9003_hw_bb_watchdog_check +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x854021d6 ath9k_hw_setantenna +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x87f064db ath9k_hw_gpio_get +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x89fffbd4 ath9k_hw_setmcastfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8a6aee2e ath9k_hw_gettsf32 +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8c339d38 ath9k_hw_setpower +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8ce247ee ath9k_hw_btcoex_init_mci +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x8e46bc26 ath9k_hw_set_tx_filter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x969dd0cc ar9003_mci_set_bt_version +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x97c15f56 ath9k_hw_name +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9b358f6f ath9k_hw_getrxfilter +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9c812cf3 ath9k_hw_ani_monitor +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9d2c64b2 ath9k_hw_resettxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9fd63ef4 ath9k_hw_releasetxqueue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0x9fdf27aa ath9k_hw_write_associd +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa25160d1 ar9003_mci_get_interrupt +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa3364018 ath9k_hw_stop_dma_queue +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xa5b016c3 ath9k_hw_init_global_settings +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xad2f17c9 ath9k_hw_abortpcurecv +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xaeb7dc72 ath9k_hw_gen_timer_start +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb04a2c09 ath9k_hw_abort_tx_dma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb0cb1688 ar9003_hw_bb_watchdog_dbg_info +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xb14dfcc8 ath9k_hw_phy_disable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbafe374e ath9k_hw_btcoex_set_concur_txprio +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbc61033e ar9003_mci_cleanup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbd35f8b3 ath9k_hw_set_sta_beacon_timers +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xbf68e0e1 ath9k_hw_btcoex_deinit +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xc89f94b7 ath9k_hw_set_rx_bufsize +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcaae906c ath9k_hw_intrpend +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xcf668992 ath9k_hw_numtxpending +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xd48c3871 ar9003_mci_state +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdba9641e ar9003_paprd_populate_single_table +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdd5f3e63 ath9k_hw_kill_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xdf7e11f0 ath9k_hw_wow_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe0eeebd3 ath9k_hw_beaconq_setup +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe14bc068 ar9003_paprd_enable +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xe34db5e1 ath9k_hw_check_alive +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xeabce156 ath9k_hw_gen_timer_stop +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xefef5659 ath9k_hw_enable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf558d07d ath9k_hw_gpio_request_out +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf788cfa7 ath9k_hw_process_rxdesc_edma +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xf84022a4 ath9k_hw_disable_mib_counters +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfae59cca ath9k_hw_disable_interrupts +EXPORT_SYMBOL drivers/net/wireless/ath/ath9k/ath9k_hw 0xfd1a7a45 ath9k_hw_wait +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x07f314fa atmel_open +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0x87a3c354 stop_atmel_card +EXPORT_SYMBOL drivers/net/wireless/atmel/atmel 0xc4b19190 init_atmel_card +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x00730f75 brcmu_pktq_penq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x023b3f24 brcmu_pktq_penq_head +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x07aa58c1 brcmu_pktq_init +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x12b46f05 brcmu_pktq_mlen +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x1906648e brcmu_boardrev_str +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x274640f4 brcmu_pktq_mdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x43f6cb5c brcmu_pktq_pdeq +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x568d67a5 brcmu_pkt_buf_get_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0x69ce2752 brcmu_pkt_buf_free_skb +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xa17c0ccf brcmu_dotrev_str +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xaf57f04f brcmu_pktq_pdeq_match +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xc06dafaf brcmu_pktq_pdeq_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xd6217d91 brcmu_d11_attach +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xd6957293 brcmu_pktq_peek_tail +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xdcd1553c brcmu_pktq_flush +EXPORT_SYMBOL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil 0xebe5e3e4 brcmu_pktq_pflush +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0x823ed410 init_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0x8413e0da reset_airo_card +EXPORT_SYMBOL drivers/net/wireless/cisco/airo 0xa653ced4 stop_airo_card +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x0ae550c1 libipw_wx_set_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x10b1d164 libipw_get_channel_flags +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x17235054 libipw_freq_to_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x3204c7c5 libipw_get_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x38f453a6 libipw_rx +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x4a76b466 libipw_is_valid_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x55370a00 libipw_wx_get_scan +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x58229118 alloc_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x5e4b4f64 libipw_wx_get_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x64064568 libipw_txb_free +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x67f19803 free_libipw +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x6d4543a6 libipw_wx_get_encode +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x794a3288 libipw_get_channel +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x887aca3b libipw_set_geo +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0x981f43c9 libipw_networks_age +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xa4abe27a libipw_xmit +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xa4ea70dc libipw_wx_set_encodeext +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xaaef9372 libipw_rx_mgt +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xb5b4b9e0 libipw_channel_to_freq +EXPORT_SYMBOL drivers/net/wireless/intel/ipw2x00/libipw 0xf56b2031 libipw_channel_to_index +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x021ee2d3 il_mac_reset_tsf +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x02d26170 il_set_rxon_hwcrypto +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x038b8a3c il_dbgfs_register +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0880a3e6 il_is_ht40_tx_allowed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0a1f7a1f _il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x0ad8d83b il_send_add_sta +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x10321d51 il_send_cmd_pdu_async +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x10e091db il_clear_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x12b02484 il_get_channel_info +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1481de03 il_set_flags_for_band +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x16834d02 il_add_beacon_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x19520e28 il_alloc_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x19e171f8 il_clear_ucode_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1ba333c1 il_set_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x1ca349c9 il_init_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x202e50a9 il_mac_sta_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x21c2a037 il_txq_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x236ee571 il_send_cmd_sync +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x25b10311 il_send_lq_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x25fe1886 il_set_rxon_channel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2631e767 il_apm_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x28e1bac9 il_eeprom_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2b46dd1b il_mac_hw_scan +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2bf7eea6 il_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2d47350e il_mac_change_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2dce64b3 il_hdl_spectrum_measurement +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x2f6f5f65 il_tx_cmd_protection +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x369b6ab2 il_tx_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3ae7fb54 il_tx_queue_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3b6e2ca3 il_leds_init +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x3e6ea7dd il_rx_queue_space +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x416bd26a il_debug_level +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x41876931 il_apm_stop +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x41d0151d il_add_station_common +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x494c65f5 il_free_geos +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4c279bdd il_read_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4cc3959a il_mac_add_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x4d4e69b0 il_eeprom_query_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x504cb6ce il_chswitch_done +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x54e58ff9 il_get_passive_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5558a2ab il_hdl_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5a4decbf il_rx_queue_alloc +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x5d2f374b il_send_rxon_timing +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x627b4c0c il_fill_probe_req +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x62e2340e il_tx_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x69541316 il_mac_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6b4c0715 il_mac_flush +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x6cc45000 il_send_bt_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x744334b8 il_irq_handle_error +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7e37fd62 il_tx_queue_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x7fa46d0b il_scan_cancel +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8216fb66 il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x88c1212d il_get_active_dwell_time +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x8938ae56 il_dbgfs_unregister +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x94dd1c3f il_force_reset +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9a5396e5 il_setup_rx_scan_handlers +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9beac857 il_mac_bss_info_changed +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9cc714af il_bg_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9d590dc1 il_mac_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9d5da374 il_hdl_pm_sleep +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x9e97f470 il_send_cmd_pdu +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa4081fbf il_eeprom_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa48dbb9e il_setup_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa793bfbb il_eeprom_query16 +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa816abb2 _il_poll_bit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa97f234d il_pm_ops +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xaf12d22f il_get_lowest_plcp +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb0140ae8 il_send_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb13daddc il_init_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb4d954cd il_set_tx_power +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb65510a3 il_get_cmd_string +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb73d8edc il_connection_init_rx_config +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb7bd33ff il_isr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb858039a il_set_rxon_ht +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb9a066d9 il_mac_conf_tx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xbaa5048a il_restore_stations +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc2618465 il_tx_cmd_complete +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc52b1a50 il_power_update_mode +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc5bce766 il_rx_queue_update_write_ptr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xc668dff4 il_free_txq_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xca002b20 il_usecs_to_beacons +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xca499c4b il_scan_cancel_timeout +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xceacc2f3 il_cmd_queue_free +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd159b41b il_send_stats_request +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd311d748 il_leds_exit +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd487f750 il_hdl_csa +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd4af016c il_full_rxon_required +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd6b2f65d il_write_targ_mem +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd6e8b1c1 il_get_single_channel_number +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xd9ee9efe il_init_scan_params +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdaa56e0f il_update_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xdf3b8703 il_power_initialize +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe0fa87a9 il_hdl_pm_debug_stats +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe5fb15ff il_rd_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xe8216b17 il_get_free_ucode_key_idx +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xec5d4c90 il_cmd_queue_unmap +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xed4f0f16 il_setup_watchdog +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xef7c4e32 il_set_rate +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf5231838 il_wr_prph +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf55cff3c il_set_decrypted_flag +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf583b82a il_cancel_scan_deferred_work +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf70a693b il_bcast_addr +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf8c70829 il_free_channel_map +EXPORT_SYMBOL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xfa88ffe2 il_check_rxon_cmd +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x0fa4d950 __tracepoint_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x466ae44d __SCK__tp_func_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x970bf4ef __SCK__tp_func_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x9828a56a __tracepoint_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xb396913a __tracepoint_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xbc692afe __traceiter_iwlwifi_dev_ucode_wrap_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xcc4bbeb2 __traceiter_iwlwifi_dev_ucode_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xd1e69877 __SCK__tp_func_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xf0b77aaa iwl_trans_pcie_remove +EXPORT_SYMBOL drivers/net/wireless/intel/iwlwifi/iwlwifi 0xfa49d484 __traceiter_iwlwifi_dev_ucode_cont_event +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x00f9c9f6 hostap_remove_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x15cedbe4 hostap_set_antsel +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x15d2f288 hostap_set_hostapd_sta +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x1e71600a hostap_info_init +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x2b9e8df7 hostap_add_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x365839f8 hostap_80211_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x49a09a04 hostap_set_string +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x53e80a35 hostap_init_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x5dc95933 prism2_update_comms_qual +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x62141d0c hostap_free_data +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x64537aac hostap_get_porttype +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x6d756974 hostap_setup_dev +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x6e6a13a7 hostap_remove_interface +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x75934c58 hostap_set_multicast_list_queue +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x7fb75891 hostap_dump_rx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x89a67648 hostap_init_ap_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x8f7d4d43 hostap_80211_ops +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x92b14e49 hostap_check_sta_fw_version +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x935f16f8 hostap_set_hostapd +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0x9afec507 hostap_set_roaming +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xab366a54 hostap_set_word +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xafdca11f hostap_set_encryption +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb4b77c8b hostap_80211_get_hdrlen +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xb94a92db hostap_init_proc +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xc0b9e970 hostap_set_auth_algs +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf6b0bd22 hostap_master_start_xmit +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf817bed8 hostap_info_process +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xf91c03e2 hostap_dump_tx_header +EXPORT_SYMBOL drivers/net/wireless/intersil/hostap/hostap 0xfa202242 hostap_handle_sta_tx_exc +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x0067ea0f orinoco_process_xmit_skb +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x037a5652 orinoco_change_mtu +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x2348a427 orinoco_if_del +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x275befba orinoco_tx_timeout +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x31cef479 orinoco_stop +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x3df87ddf orinoco_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x4e93fcd4 free_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0x95a509ce orinoco_up +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xa678431b orinoco_if_add +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xc06982a7 __orinoco_ev_rx +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xc29737d4 hermes_struct_init +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xc8aa1df9 __orinoco_ev_info +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xe4b6a790 orinoco_down +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xf10ed607 orinoco_set_multicast_list +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xf6668c75 orinoco_open +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xf9be275e alloc_orinocodev +EXPORT_SYMBOL drivers/net/wireless/intersil/orinoco/orinoco 0xffe27bca orinoco_interrupt +EXPORT_SYMBOL drivers/net/wireless/mediatek/mt76/mt76 0x1c69ba0d mt76_wcid_key_setup +EXPORT_SYMBOL drivers/net/wireless/mediatek/mt76/mt76 0x327a9822 mt76_rx_signal +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/btcoexist/btcoexist 0x715b411a rtl_btc_get_ops_pointer +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x079bfe6a rtl92c_phy_set_io_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x09deeb5d rtl92c_phy_rf_config +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x0f0366a8 rtl92c_phy_iq_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1740063a rtl92c_phy_set_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x18705be5 rtl8192_phy_check_is_legal_rfpath +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x1fa79328 rtl92c_phy_lc_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x20db4fef _rtl92c_phy_fw_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2327d91c _rtl92c_phy_calculate_bit_shift +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2b3e5fc1 rtl92c_set_fw_joinbss_report_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x2ee29d59 rtl92ce_phy_set_rf_on +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x37216bbf rtl92c_download_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3781b6a7 rtl92c_phy_sw_chnl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x3ec6b3ca rtl92c_phy_set_txpower_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4293b394 _rtl92c_phy_rf_serial_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x46b7a60f rtl92c_phy_ap_calibrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x48ab9c3c rtl92c_phy_set_io +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x4ee47eee _rtl92c_phy_bb8192c_config_parafile +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x515f3df4 _rtl92c_phy_init_bb_rf_register_definition +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x546b18cc rtl92c_dm_check_txpower_tracking +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5b1aed16 rtl92c_phy_sw_chnl_callback +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5bf648f8 rtl92c_set_fw_rsvdpagepkt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x5d323b71 rtl92c_phy_set_bw_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x6ae3edac _rtl92c_phy_fw_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x72ad01ed rtl92c_phy_query_bb_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7cb4cf32 rtl92c_firmware_selfreset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x83f81286 _rtl92c_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8c283340 rtl92c_dm_rf_saving +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x8fd505bb rtl92c_dm_watchdog +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x900abea6 rtl92c_dm_write_dig +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x9a0630f2 rtl92c_phy_update_txpower_dbm +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa0188cfb rtl92c_fill_h2c_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xa42e8903 rtl92c_dm_init_rate_adaptive_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xaf9a8fe9 rtl92c_set_fw_pwrmode_cmd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc4013e7b _rtl92c_store_pwrindex_diffrate_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc519115c rtl92c_dm_bt_coexist +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xc9b363a0 _rtl92c_phy_rf_serial_write +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd5dde7cd rtl92c_dm_init_edca_turbo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xd9fc6222 rtl92c_bt_rssi_state_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xdad70e1f rtl92c_phy_set_rfpath_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xdd06b37d _rtl92c_phy_dbm_to_txpwr_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xecc0e334 rtl92c_dm_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xf2f7bc0c _rtl92c_phy_set_rf_sleep +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x34ae8c11 rtl_pci_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x45deb8f3 rtl_pci_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0x725ce0d5 rtl_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_pci 0xd96461a2 rtl_pci_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x4d208655 rtl_usb_resume +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0x7113c28d rtl_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xa40f12ed rtl_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtl_usb 0xdbcd4b9b rtl_usb_suspend +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x01bfa0f5 rtl_phy_scan_operation_backup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x06f89894 rtl_ps_enable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x06fe835e rtlwifi_rate_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0b038e24 channel5g_80m +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0cda11db rtl_cam_reset_all_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1268fa8b rtl_collect_scan_list +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x15c7cb6a efuse_power_switch +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1b5bfb4a rtl_bb_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1b945315 rtl_addr_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2cde9ac3 rtl_dm_diginit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x30a956d7 rtl_query_rxpwrpercentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4347f3f2 rtl_signal_scale_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x54824f58 channel5g +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x58d3abf2 rtl_cam_get_free_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x609ee31b rtl_rx_ampdu_apply +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6692c80e rtl_c2hcmd_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6ccb48ba rtl_cam_delete_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8196c830 rtl_send_smps_action +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x85af2a04 rtl_mrate_idx_to_arfr_id +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x87e8ac32 rtl_get_tcb_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x87f5a9cc rtl_init_sw_leds +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x89ffa159 rtl_ps_disable_nic +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8ea60059 rtl_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x8fef4d01 rtl_init_rfkill +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x98310c4a rtl_process_phyinfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xaf242c94 rtl_cam_empty_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb20aa08e efuse_shadow_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xbf660db8 efuse_one_byte_read +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc809481b rtl_hal_pwrseqcmdparsing +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xcde15b28 rtl_cam_add_one_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd143b481 rtl_efuse_shadow_map_update +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xebedfe5f rtl_wowlan_fw_cb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xed7c8cf2 rtl_evm_db_to_percentage +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf08be1e0 efuse_read_1byte +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf186b5e6 rtl_cmd_send_packet +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf3e24239 rtl_cam_mark_invalid +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xf708dff1 rtl_cam_del_entry +EXPORT_SYMBOL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xfb2a2350 rtl_rfreg_delay +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8723d 0xcd48e198 rtw8723d_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8821c 0x50889615 rtw8821c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822b 0x26a89b2a rtw8822b_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_8822c 0xc96af014 rtw8822c_hw_spec +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0088715a rtw_phy_config_swing_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x03992e19 rtw_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x0dc870b3 rtw_parse_tbl_bb_pg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x10fba8a5 rtw_rx_stats +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x159280e2 rtw_phy_write_rf_reg_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x1dc2d072 rtw_tx_ac_to_hwq +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2029c21f rtw_phy_load_tables +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2651638f rtw_fw_c2h_cmd_isr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2759ae08 rtw_tx_write_data_rsvd_page_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x2aa4850e rtw_bf_remove_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x308ef082 rtw_coex_read_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x33b3f3c0 rtw_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x35f66af3 rtw_phy_pwrtrack_need_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x36c5bfca rtw_disable_lps_deep_mode +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x428a4519 rtw_dump_fw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x440178e0 rtw_tx_fill_tx_desc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x440b7589 rtw_phy_rf_power_2_rssi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x519c8ba9 rtw_rate_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5424083d rtw_phy_pwrtrack_get_pwridx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x57622342 rtw_read8_physical_efuse +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x58210e60 rtw_rate_section +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x59373873 rtw_phy_set_edcca_th +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5abfe4ae rtw_phy_cfg_agc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5b4e0311 rtw_fw_inform_rfk_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5d8bd7a5 rtw_regd_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5d8bf402 rtw_bf_remove_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x5fc8ce7c rtw_fw_c2h_cmd_rx_irqsafe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x62128510 rtw_phy_parsing_cfo +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6446b83d __rtw_dbg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x64ed4f9a rtw_phy_pwrtrack_thermal_changed +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x6fc25458 rtw_fw_do_iqk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7682fb2a check_hw_ready +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x78a6237b rtw_phy_read_rf_sipi +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x797d3a1c rtw_unregister_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7a6e2365 rtw_phy_cfg_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x7bd4ebe4 rtw_phy_write_rf_reg_mix +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8616f615 rtw_tx_write_data_h2c_get +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8742fad3 rtw_rx_fill_rx_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8801e4c8 rtw_dump_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x8cba49a0 rtw_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x93bda650 rtw_bf_enable_bfee_mu +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x951b0925 rtw_set_rx_freq_band +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x97069696 rtw_bf_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9dbcf572 rtw_parse_tbl_txpwr_lmt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0x9ff0dedd rtw_bf_enable_bfee_su +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa12c89c6 rtw_restore_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa1c69368 rtw_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa2312b16 rtw_bf_cfg_csi_rate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xa2c287b0 rtw_tx_queue_mapping +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xac0cc8a7 rtw_phy_pwrtrack_avg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xacd5589e rtw_phy_cfg_bb +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xade5c03f rtw_phy_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xaefce0ed rtw_phy_pwrtrack_get_delta +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb1b8bd00 rtw_phy_get_tx_power_index +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xb851eeb4 rtw_power_mode_change +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xc640ce2e rtw_bf_set_gid_table +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xd9731f64 rtw_parse_tbl_phy_cond +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xdc0e4df2 rtw_coex_write_indirect_reg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xdc341e6f rtw_phy_cfg_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xddfe1a65 rtw_set_channel_mac +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe2291924 rtw_coex_write_scbd +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe30fbbe3 rtw_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe4c4f761 rtw_tx_report_enqueue +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xe75d5f99 rtw_phy_pwrtrack_need_lck +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xeacad86c rtw_register_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xfbc878d1 rtw_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_core 0xfe3badcb rtw_phy_set_tx_power_level +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0x34494bb0 rtw_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0xbe2b2a1e rtw_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0xdb57486d rtw_pci_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_pci 0xfaa4d122 rtw_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0x1cf37946 rtw_sdio_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0xa6ba6ce5 rtw_sdio_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0xb1c05fd4 rtw_sdio_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_sdio 0xd033a824 rtw_sdio_shutdown +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0x13c372b2 rtw_usb_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw88/rtw88_usb 0x48b9238d rtw_usb_disconnect +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8851b 0xb2c1cc34 rtw8851b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852a 0x7895720a rtw8852a_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852b 0x0f0ba0fa rtw8852b_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_8852c 0x94aeec95 rtw8852c_chip_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x03df6cfc rtw89_phy_get_txsc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x05df5936 rtw89_mac_coex_init_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x07e07491 rtw89_core_query_rxdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0ac2f99c rtw89_fw_h2c_dctl_sec_cam_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0b58ba13 rtw89_phy_write_reg3_tbl +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x0f936963 rtw89_core_register +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1497827f rtw89_phy_set_txpwr_offset +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x1e75948e rtw89_fw_h2c_rf_ntfy_mcc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x29461a8e rtw89_mac_disable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x2f39c15d rtw89_mac_cfg_ctrl_path_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3b242b2d rtw89_rfk_parser +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x3eff8547 rtw89_alloc_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4115915d rtw89_core_napi_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x41c9070f rtw89_decode_chan_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x453167c5 rtw89_phy_load_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x462d5737 rtw89_mac_write_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4c8024d1 rtw89_phy_write_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x4e366ed6 rtw89_core_napi_start +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x54158599 rtw89_phy_read_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x56a685dc rtw89_phy_read32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x570fdd31 rtw89_mac_enable_bb_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x59530752 rtw89_phy_set_txpwr_limit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x5ee52504 rtw89_btc_set_policy_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6b8418bf rtw89_phy_set_txpwr_limit_ru +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x6dbcd8d9 rtw89_mac_stop_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x71419498 rtw89_core_deinit +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x71bb92aa rtw89_btc_set_policy +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x71bd94a1 rtw89_mac_cfg_gnt +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x71d63b35 rtw89_mac_cfg_ctrl_path +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x72ef515e rtw89_phy_read_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x765f69ce rtw89_mac_resume_sch_tx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7bf6356f rtw89_chip_info_setup +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x7c16b564 rtw89_ser_notify +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x8464943f rtw89_core_fill_txdesc +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x98508a66 rtw89_mac_set_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9857588f rtw89_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x999d5776 rtw89_core_unregister +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9ac85705 rtw89_mac_size +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9acba874 rtw89_mac_cfg_ppdu_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9cdcd6a4 rtw89_core_napi_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0x9e4cf423 rtw89_phy_write_rf_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa004456e rtw89_core_fill_txdesc_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xa493c327 rtw89_mac_coex_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xbb5fdfd2 rtw89_core_fill_txdesc_fwcmd_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xbd214f63 rtw89_mac_stop_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xbe1cba85 rtw89_mac_resume_sch_tx_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc156ce53 rtw89_free_ieee80211_hw +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc6a6fda3 rtw89_mac_get_txpwr_cr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xc98c9303 rtw89_phy_read_rf +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xd617c1af rtw89_read_efuse_ver +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xdb83a5b6 rtw89_btc_ntfy_wl_rfk +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe3f57b04 rtw89_debug_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe7abba7f rtw89_mac_cfg_gnt_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe83506f6 rtw89_core_rx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xe93c49ec rtw89_encode_chan_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xea827ebf __rtw89_debug +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xead141a4 rtw89_mac_read_xtal_si +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf20486c2 rtw89_core_init +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf23c49e1 rtw89_mac_get_err_status +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf5e695c9 rtw89_phy_config_rf_reg_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf6dd2f47 rtw89_core_napi_stop +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf8ab7104 rtw89_phy_set_txpwr_byrate +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xf9dedbc3 rtw89_phy_write32_idx +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_core 0xfb8f39cd rtw89_phy_tssi_ctrl_set_bandedge_cfg +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x08d5f5ce rtw89_pci_ltr_set +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x21559e0b rtw89_pci_ltr_set_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x2523ad44 rtw89_pci_disable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x29abbee9 rtw89_pci_probe +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x3605eeec rtw89_pci_enable_intr +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x4a140004 rtw89_pci_config_intr_mask +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x58dc6bba rtw89_pci_disable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x6cbaa73e rtw89_pci_config_intr_mask_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x6efd9f2c rtw89_bd_ram_table_dual +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x71162055 rtw89_bd_ram_table_single +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x7d6edb9e rtw89_pci_fill_txaddr_info +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x86eefe4a rtw89_pci_enable_intr_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x8a0224c7 rtw89_pci_fill_txaddr_info_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x8de2b69b rtw89_pci_remove +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0x9ce0961b rtw89_pci_ch_dma_addr_set +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xbc537282 rtw89_pm_ops +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xf630d9a9 rtw89_pci_ch_dma_addr_set_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xf7b66dda rtw89_pci_recognize_intrs_v1 +EXPORT_SYMBOL drivers/net/wireless/realtek/rtw89/rtw89_pci 0xff08c97a rtw89_pci_recognize_intrs +EXPORT_SYMBOL drivers/net/wireless/rsi/rsi_91x 0x38468758 rsi_config_wowlan +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x037a929e wlcore_tx_complete +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0x63938538 wl1271_free_tx_id +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xdb1ac1ee wl12xx_is_dummy_packet +EXPORT_SYMBOL drivers/net/wireless/ti/wlcore/wlcore 0xf8e34433 wlcore_calc_packet_alignment +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0x411aa5d7 fdp_nci_probe +EXPORT_SYMBOL drivers/nfc/fdp/fdp 0xad64cefe fdp_nci_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0x435ce1d9 microread_remove +EXPORT_SYMBOL drivers/nfc/microread/microread 0x6c02e5fe microread_probe +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0x0dcc5262 nxp_nci_fw_recv_frame +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0xab7b6138 nxp_nci_probe +EXPORT_SYMBOL drivers/nfc/nxp-nci/nxp-nci 0xc9f7ec04 nxp_nci_remove +EXPORT_SYMBOL drivers/nfc/pn533/pn533 0x855f8161 pn533_recv_frame +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x12788d93 pn544_hci_remove +EXPORT_SYMBOL drivers/nfc/pn544/pn544 0x4a6fee78 pn544_hci_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x02a95c83 s3fwrn5_probe +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x0aa63c28 s3fwrn5_phy_power_ctrl +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x2cc57551 s3fwrn5_recv_frame +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x774203fc s3fwrn5_phy_set_wake +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0x8a74b060 s3fwrn5_remove +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xedb12f10 s3fwrn5_phy_set_mode +EXPORT_SYMBOL drivers/nfc/s3fwrn5/s3fwrn5 0xf2ab60da s3fwrn5_phy_get_mode +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x0204d96a ndlc_send +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x0fe6fb40 ndlc_close +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x1cb88882 st_nci_se_deinit +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x34565959 st_nci_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x87ccdbd6 ndlc_probe +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x9a069a02 ndlc_open +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0x9f518ced st_nci_se_init +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xc1ad54eb st_nci_se_io +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xc3563e34 ndlc_remove +EXPORT_SYMBOL drivers/nfc/st-nci/st-nci 0xcace8416 ndlc_recv +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x08b731ca st21nfca_dep_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x416a5627 st21nfca_hci_probe +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x427b98b2 st21nfca_se_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x42c28d7f st21nfca_im_send_dep_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x4e6010aa st21nfca_hci_enable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x59218eea st21nfca_vendor_cmds_init +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x6e56d815 st21nfca_hci_discover_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x8788c96f st21nfca_hci_se_io +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x8d9026d5 st21nfca_dep_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x8e8a8c20 st21nfca_apdu_reader_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x99c7dc5b st21nfca_dep_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0x9b9ffc13 st21nfca_hci_disable_se +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xa9adab44 st21nfca_im_send_atr_req +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xc017c7bf st21nfca_hci_loopback_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xc57c84ab st21nfca_se_deinit +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xce4397ef st21nfca_hci_remove +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xde72bcd3 st21nfca_connectivity_event_received +EXPORT_SYMBOL drivers/nfc/st21nfca/st21nfca_hci 0xf5d38d0a st21nfca_tm_send_dep_res +EXPORT_SYMBOL drivers/ntb/ntb 0x03b04ee9 ntbm_msi_free_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x0a33765a ntb_default_peer_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0x1b79f563 ntb_unregister_client +EXPORT_SYMBOL drivers/ntb/ntb 0x21aab1fd ntb_msi_peer_addr +EXPORT_SYMBOL drivers/ntb/ntb 0x23fafaa8 ntb_msi_peer_trigger +EXPORT_SYMBOL drivers/ntb/ntb 0x2c19131e ntbm_msi_request_threaded_irq +EXPORT_SYMBOL drivers/ntb/ntb 0x30f6fbff ntb_db_event +EXPORT_SYMBOL drivers/ntb/ntb 0x3e855f6e ntb_link_event +EXPORT_SYMBOL drivers/ntb/ntb 0x4ca011b6 __ntb_register_client +EXPORT_SYMBOL drivers/ntb/ntb 0x631e5743 ntb_set_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0x702c68ce ntb_default_peer_port_count +EXPORT_SYMBOL drivers/ntb/ntb 0x7f3b5783 ntb_msi_setup_mws +EXPORT_SYMBOL drivers/ntb/ntb 0x85baa730 ntb_msi_init +EXPORT_SYMBOL drivers/ntb/ntb 0xa4e290a5 ntb_clear_ctx +EXPORT_SYMBOL drivers/ntb/ntb 0xaecbea73 ntb_default_peer_port_idx +EXPORT_SYMBOL drivers/ntb/ntb 0xb0a9a2a2 ntb_msg_event +EXPORT_SYMBOL drivers/ntb/ntb 0xb5570c00 ntb_register_device +EXPORT_SYMBOL drivers/ntb/ntb 0xc107cfbf ntb_default_port_number +EXPORT_SYMBOL drivers/ntb/ntb 0xf3c253e7 ntb_msi_clear_mws +EXPORT_SYMBOL drivers/ntb/ntb 0xfc6cc869 ntb_unregister_device +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0x00594983 nvdimm_namespace_detach_btt +EXPORT_SYMBOL drivers/nvdimm/nd_btt 0xba3c5d02 nvdimm_namespace_attach_btt +EXPORT_SYMBOL drivers/parport/parport 0x08755c22 parport_claim_or_block +EXPORT_SYMBOL drivers/parport/parport 0x0c532e2e parport_del_port +EXPORT_SYMBOL drivers/parport/parport 0x0de68589 parport_announce_port +EXPORT_SYMBOL drivers/parport/parport 0x22d1afbe parport_get_port +EXPORT_SYMBOL drivers/parport/parport 0x2346dcef parport_ieee1284_write_compat +EXPORT_SYMBOL drivers/parport/parport 0x2891735d parport_ieee1284_epp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0x29c1476c parport_negotiate +EXPORT_SYMBOL drivers/parport/parport 0x2f0030b7 parport_ieee1284_epp_read_addr +EXPORT_SYMBOL drivers/parport/parport 0x37fc5e24 parport_ieee1284_read_nibble +EXPORT_SYMBOL drivers/parport/parport 0x3d237730 parport_wait_peripheral +EXPORT_SYMBOL drivers/parport/parport 0x4d2a941b parport_ieee1284_interrupt +EXPORT_SYMBOL drivers/parport/parport 0x5e3a3912 parport_irq_handler +EXPORT_SYMBOL drivers/parport/parport 0x772722d7 parport_ieee1284_epp_write_data +EXPORT_SYMBOL drivers/parport/parport 0x84fb9904 parport_unregister_driver +EXPORT_SYMBOL drivers/parport/parport 0x87ddcefa parport_ieee1284_read_byte +EXPORT_SYMBOL drivers/parport/parport 0x89f0fb10 parport_register_port +EXPORT_SYMBOL drivers/parport/parport 0x89f6d1cd parport_unregister_device +EXPORT_SYMBOL drivers/parport/parport 0x8d23c333 parport_read +EXPORT_SYMBOL drivers/parport/parport 0x91ae34fd parport_find_number +EXPORT_SYMBOL drivers/parport/parport 0x96b8b490 parport_put_port +EXPORT_SYMBOL drivers/parport/parport 0x9bf526ab parport_register_dev_model +EXPORT_SYMBOL drivers/parport/parport 0xa65af57d parport_write +EXPORT_SYMBOL drivers/parport/parport 0xb4e7d5de parport_ieee1284_ecp_write_data +EXPORT_SYMBOL drivers/parport/parport 0xb55ad624 __parport_register_driver +EXPORT_SYMBOL drivers/parport/parport 0xb79c9d94 parport_find_base +EXPORT_SYMBOL drivers/parport/parport 0xbed3992a parport_set_timeout +EXPORT_SYMBOL drivers/parport/parport 0xc59249aa parport_wait_event +EXPORT_SYMBOL drivers/parport/parport 0xc7730191 parport_ieee1284_ecp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xc96cd839 parport_remove_port +EXPORT_SYMBOL drivers/parport/parport 0xdb3408dd parport_claim +EXPORT_SYMBOL drivers/parport/parport 0xe88fb4b9 parport_ieee1284_epp_read_data +EXPORT_SYMBOL drivers/parport/parport 0xeb518454 parport_ieee1284_ecp_write_addr +EXPORT_SYMBOL drivers/parport/parport 0xfa800825 parport_release +EXPORT_SYMBOL drivers/parport/parport_pc 0x1267a8f8 parport_pc_probe_port +EXPORT_SYMBOL drivers/parport/parport_pc 0x9e11a9fd parport_pc_unregister_port +EXPORT_SYMBOL drivers/regulator/rohm-regulator 0x283ea0d4 rohm_regulator_set_dvs_levels +EXPORT_SYMBOL drivers/rpmsg/qcom_glink 0xd7119b40 qcom_glink_native_rx +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0x55105ce3 rpmsg_chrdev_eptdev_destroy +EXPORT_SYMBOL drivers/rpmsg/rpmsg_char 0xb1e4ea27 rpmsg_chrdev_eptdev_create +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x1061e22c rpmsg_unregister_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x19ee72db rpmsg_register_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x1c59eed0 rpmsg_create_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x308cd8af rpmsg_destroy_ept +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x350379c7 rpmsg_get_mtu +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x3bfa507f rpmsg_create_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x470212fe rpmsg_class +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x4ca82bb0 rpmsg_find_device +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x56a67ef9 rpmsg_send_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x63d6777e __register_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0x75cedc6e rpmsg_release_channel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xbafb2cbf rpmsg_register_device_override +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xbb4553eb rpmsg_send +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xbee843be rpmsg_trysendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xd452ba91 unregister_rpmsg_driver +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xd54c51aa rpmsg_trysend_offchannel +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xe068a2a9 rpmsg_trysend +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xe3a85f71 rpmsg_sendto +EXPORT_SYMBOL drivers/rpmsg/rpmsg_core 0xef8f8af5 rpmsg_poll +EXPORT_SYMBOL drivers/rpmsg/rpmsg_ns 0x10f21da4 rpmsg_ns_register_device +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x1ff9b21e scsi_esp_register +EXPORT_SYMBOL drivers/scsi/esp_scsi 0x4a29ab38 scsi_esp_intr +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xba7b71fb scsi_esp_unregister +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xc7f69461 scsi_esp_template +EXPORT_SYMBOL drivers/scsi/esp_scsi 0xfac6cd1d scsi_esp_cmd +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x02a4b973 fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x284370dd fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x353dd132 fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x376f9132 fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x4305123a fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x4c2997d2 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x5a8d5a7f fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x773b967c fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x8453e8e5 fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xbbebc210 fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xc9525167 fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0768b2df fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x09e43a6f libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0aa9156c fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0c588c9b fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0e75aa27 fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1279f14e fc_exch_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2112686e fc_rport_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x252e6c2f fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x279d7b0f fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x295e4c85 fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2a876eb1 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x30a3e08f fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x31efc8dd fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x32a1d899 fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x34ae43a0 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x36d5939c fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x37d672fa fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3b4e1949 _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3bf7f268 fc_rport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x403504f7 fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x44a53ec3 fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x489df4e3 fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x53192639 fc_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x566084d7 fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x58f9f07f fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x61ecd54e fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x63d61f8e fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x757e731f fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x79fb9b65 fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7b512554 fc_rport_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7cf1bf5a fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7f3407a7 fc_seq_start_next +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7f57f404 fc_seq_assign +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8063427c fc_seq_set_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x811811e0 fc_exch_done +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8c4004e7 fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x96aa18bc fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9d50ed7e fc_rport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa0d8dc21 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa1bcd198 fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa2753aa0 fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa2c7f5d8 fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa3cf1d0e fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa9024f45 fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa99df829 fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xafd78f3d fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb0ddd5a1 fc_rport_flush_queue +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb9c352d9 fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbbbd2435 fc_rport_recv_req +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbd967989 fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc1e80ad9 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc20cae55 fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd29c4016 fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xdc13e559 fc_lport_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe263c90e fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe4dfdfc5 fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xeb409d73 fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xec7fce9b fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf0fd96f1 fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf2f0279a fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf49c41cf fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfa4667d1 fc_seq_release +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfcacbfb9 fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfdd5b24d fc_rport_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfddc4bd0 fc_linkup +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4a8e3d34 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x67c62594 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xe16cce37 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xe39ed7b9 sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xe45b9d70 sas_resume_ha_no_sync +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xa21fafb9 mraid_mm_adapter_app_handle +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xb2cf7c01 mraid_mm_unregister_adp +EXPORT_SYMBOL drivers/scsi/megaraid/megaraid_mm 0xd75c5b2f mraid_mm_register_adp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x03354268 qlt_stop_phase1 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x11b54130 qlt_stop_phase2 +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x3124bd12 qlt_xmit_tm_rsp +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x4f214508 qlt_unreg_sess +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x54fb093c qlt_xmit_response +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x668238e4 qlt_free_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x6f946266 qlt_lport_deregister +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x797e7daf qlt_free_mcmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0x877f80a0 qlt_enable_vha +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb3820ad3 qlt_rdy_to_xfer +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xb3ffcfc0 qlt_abort_cmd +EXPORT_SYMBOL drivers/scsi/qla2xxx/qla2xxx 0xd30c0ecd qlt_lport_register +EXPORT_SYMBOL drivers/scsi/raid_class 0x8c3bae49 raid_class_release +EXPORT_SYMBOL drivers/scsi/raid_class 0xa0a8df1d raid_class_attach +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x0104a476 fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x011cdd24 fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x0ec8d8aa fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x0fea9070 fc_host_fpin_rcv +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x138d356e fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x2746b05d fc_host_post_fc_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x33b3c71b fc_block_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x375f8bbd fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x57736bf0 fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x5a47cb8c fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x6a27cb43 fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x75b64ea8 fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x7b4b9ef9 scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xbf187cd0 fc_find_rport_by_wwpn +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xcc9e25d6 fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xdab1c1fe fc_eh_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xe4d8bef7 fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xedf714fa fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x011d3072 scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0eb316ba sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x38693851 sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x4a48685e sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5c2166e7 sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x68bcfd20 sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6c8a2d45 sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x7187bebe sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x82ccc4e0 scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x86e05de1 sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8c0ec514 sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9835ef37 sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa21f1cf3 sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa4a8181a sas_get_address +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa7d30b29 sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa85d106f scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xac474748 sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb7c246b4 sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbff1521c sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc94e0621 sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xcb83c756 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd3838923 sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd6311d92 sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd85884d0 sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xdcdeb6b9 sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe1a77104 sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe29d2530 sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xf8a69dea sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xffbdd671 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x1c58b87b spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x268e5b2e spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x6cea0cc3 spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x9fcd6c37 spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xac58b6f7 spi_attach_transport +EXPORT_SYMBOL drivers/soc/qcom/pdr_interface 0x1c76ea4d pdr_restart_pd +EXPORT_SYMBOL drivers/soc/qcom/pdr_interface 0x432975e6 pdr_add_lookup +EXPORT_SYMBOL drivers/soc/qcom/pdr_interface 0x47b2ed49 pdr_handle_alloc +EXPORT_SYMBOL drivers/soc/qcom/pdr_interface 0xf618ca5b pdr_handle_release +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x029420a6 qmi_handle_release +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x05257fae qmi_add_lookup +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x08ea312c qmi_txn_wait +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x1898523a qmi_handle_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x28ac2fd2 qmi_encode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x3f21f8a8 qmi_txn_cancel +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x48ed2c62 qmi_send_response +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x4cd2fe40 qmi_response_type_v01_ei +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x6051451d qmi_decode_message +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x8e4e4a7a qmi_send_request +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0x8f1ac885 qmi_send_indication +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xa235774b qmi_txn_init +EXPORT_SYMBOL drivers/soc/qcom/qmi_helpers 0xc08e5bdb qmi_add_server +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x0c535721 sdw_nwrite +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x0e4f2835 sdw_slave_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x16d1706b sdw_prepare_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1b65ae1d sdw_stream_remove_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x1deee061 sdw_find_row_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x20fb53b2 sdw_nwrite_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x395e9acc sdw_clear_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x3b0a8582 sdw_startup_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x4cde88bf sdw_disable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x6010e62e sdw_stream_add_slave +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x60e31fbb sdw_find_col_index +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x6f95b16b sdw_shutdown_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x714560ef sdw_stream_remove_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x71891d59 sdw_deprepare_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x73372f90 sdw_read_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x7b00d641 sdw_read +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x7ff5abbe sdw_bus_master_add +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x85f05b91 sdw_bus_exit_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x879fb274 sdw_show_ping_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x8abff0bb sdw_master_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x930ce19e sdw_nread +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x953c37f6 sdw_extract_slave_id +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0x9e122d79 sdw_alloc_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xafdebc3e sdw_write_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xba54b904 sdw_cols +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xbbec2c2e sdw_enable_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xc0078a3a sdw_bus_master_delete +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xc25c8d3c sdw_handle_slave_status +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xd202cf1d sdw_bwrite_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xd2992de4 sdw_bread_no_pm_unlocked +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xd5ead33d sdw_compare_devid +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xd63105e1 sdw_update_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xd764de69 sdw_slave_read_prop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xda5bce09 sdw_release_stream +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xe0386fb2 sdw_update +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xe3aefa1a sdw_stream_add_master +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xe51a3538 sdw_nread_no_pm +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xed67dab3 sdw_write +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xeddf0994 sdw_bus_prep_clk_stop +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xf53ba0b8 sdw_rows +EXPORT_SYMBOL drivers/soundwire/soundwire-bus 0xfd09dcac sdw_bus_clk_stop +EXPORT_SYMBOL drivers/ssb/ssb 0x040d18cb ssb_set_devtypedata +EXPORT_SYMBOL drivers/ssb/ssb 0x0ac051e7 ssb_clockspeed +EXPORT_SYMBOL drivers/ssb/ssb 0x135802a7 ssb_bus_resume +EXPORT_SYMBOL drivers/ssb/ssb 0x1dc795cd ssb_bus_sdiobus_register +EXPORT_SYMBOL drivers/ssb/ssb 0x1fbee746 ssb_device_disable +EXPORT_SYMBOL drivers/ssb/ssb 0x20d3d394 ssb_device_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x219b3fa0 ssb_pcihost_register +EXPORT_SYMBOL drivers/ssb/ssb 0x383ff4f6 ssb_device_is_enabled +EXPORT_SYMBOL drivers/ssb/ssb 0x54bb9537 __ssb_driver_register +EXPORT_SYMBOL drivers/ssb/ssb 0x5dc32046 ssb_bus_suspend +EXPORT_SYMBOL drivers/ssb/ssb 0x72304071 ssb_bus_may_powerdown +EXPORT_SYMBOL drivers/ssb/ssb 0x7dfa79c2 ssb_pmu_set_ldo_voltage +EXPORT_SYMBOL drivers/ssb/ssb 0x8530542e ssb_pcicore_dev_irqvecs_enable +EXPORT_SYMBOL drivers/ssb/ssb 0x8825e58c ssb_commit_settings +EXPORT_SYMBOL drivers/ssb/ssb 0x9c94aa4d ssb_pmu_set_ldo_paref +EXPORT_SYMBOL drivers/ssb/ssb 0xa1659196 ssb_chipco_gpio_control +EXPORT_SYMBOL drivers/ssb/ssb 0xb727c6f5 ssb_bus_powerup +EXPORT_SYMBOL drivers/ssb/ssb 0xc2c70fab ssb_driver_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xcb17f1cb ssb_admatch_base +EXPORT_SYMBOL drivers/ssb/ssb 0xdfc7c6ef ssb_admatch_size +EXPORT_SYMBOL drivers/ssb/ssb 0xe1ec9465 ssb_bus_unregister +EXPORT_SYMBOL drivers/ssb/ssb 0xeeec2a8e ssb_dma_translation +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x039162b9 fbtft_dbg_hex +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x0ab6e6d5 fbtft_write_gpio16_wr_latched +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x1c56ff1c fbtft_register_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x275cb9df fbtft_remove_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x2f6f7005 fbtft_write_reg8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x375ee06b fbtft_probe_common +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x3ef4f18b fbtft_write_gpio16_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x405c94ad fbtft_unregister_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x67b0a5ee fbtft_write_vmem16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x67f9765e fbtft_read_spi +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x6ffbce36 fbtft_register_backlight +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x728d19cc fbtft_write_reg8_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x86b5ec07 fbtft_write_reg16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x8f52baae fbtft_init_display +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0x96cc1a0a fbtft_write_buf_dc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xb84530cc fbtft_write_reg16_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xc5362464 fbtft_write_vmem16_bus16 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xc61cb245 fbtft_framebuffer_release +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xcc94c51e fbtft_unregister_framebuffer +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xd54336a9 fbtft_write_spi_emulate_9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xd965742e fbtft_framebuffer_alloc +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xd9c11c91 fbtft_write_vmem8_bus8 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xdd67cbfe fbtft_write_vmem16_bus9 +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xea1c7252 fbtft_write_gpio8_wr +EXPORT_SYMBOL drivers/staging/fbtft/fbtft 0xeaf5d5df fbtft_write_spi +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x105ec47d gbaudio_module_update +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0x876b5d26 gbaudio_register_module +EXPORT_SYMBOL drivers/staging/greybus/gb-audio-codec 0xd3197cda gbaudio_unregister_module +EXPORT_SYMBOL drivers/staging/iio/addac/adt7316 0x9c3c4832 adt7316_probe +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x02a9f3bf rtllib_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0566a351 rtllib_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x07a76bb2 rtllib_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x0b7096ba HT_update_self_and_peer_setting +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x215df485 rtllib_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x22166084 rt_global_debug_component +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x237915e7 notify_wx_assoc_event +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x299176fc rtllib_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2b208963 rtllib_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x2d1604b7 rtllib_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x34a09aa8 RemovePeerTS +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4df1f3f1 rtllib_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4f903670 rtllib_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x4fae9663 rtllib_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x556bdbca rtllib_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5783c700 rtllib_act_scanning +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5814b124 rtllib_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5898bac3 dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5c1ed4ef rtllib_MgntDisconnect +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x5f88e8bd rtllib_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x6296d8fa rtllib_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x65d99aa3 rtllib_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x664704c2 rtllib_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x67ec5bf2 rtllib_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x69d7ea36 rtllib_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7972778a rtllib_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x7fa49027 rtllib_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x839fff1e rtllib_sta_ps_send_null_frame +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x94676ce4 rtllib_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x986e5f20 rtllib_EnableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0x9c4f6647 dot11d_channel_map +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xaa847561 rtllib_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xae8c75fa rtllib_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb2602001 rtllib_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb4164b8d rtllib_wx_set_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xb82dcd60 rtllib_DisableIntelPromiscuousMode +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xc83d047f rtllib_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xcac357b5 rtllib_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xcaecf0f7 rtllib_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xcb4b0027 free_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xccb53c39 rtllib_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xce3994ca rtllib_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd40b7fa0 rtllib_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xd4b5c117 rtllib_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe645f948 rtllib_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe6d44423 rtllib_stop_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xe7f09146 rtllib_rx +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf1518ca9 alloc_rtllib +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xf2b287d4 rtllib_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192e/rtllib 0xfc9838aa rtllib_xmit +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x05ec2b88 ieee80211_softmac_xmit +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x09d71d80 ieee80211_wx_get_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0c1cb074 ieee80211_wx_set_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x0e433ab8 dot11d_update_country_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x10285f28 ieee80211_disassociate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x10f93c3c ieee80211_wx_set_rawtx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x142c2393 ieee80211_start_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x20f617e7 ieee80211_get_beacon +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x232e7944 ieee80211_wlan_frequencies +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x27eaf550 ieee80211_ps_tx_ack +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2ca42a76 to_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2d06e5f3 dot11d_scan_complete +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2f3860d2 ieee80211_softmac_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x2fa53b19 ieee80211_wx_get_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x34390511 ieee80211_wx_set_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x350b8602 ieee80211_wx_set_mode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x3d1e6794 ieee80211_start_scan_syncro +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x40506305 ieee80211_wx_get_wap +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x42b3d3f5 ieee80211_wx_set_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x45154ccc notify_wx_assoc_event_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x56f334c1 HTUpdateSelfAndPeerSetting +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5d777eef ieee80211_reset_queue +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x5e55cdf0 ieee80211_wx_get_encode +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x6651f895 ieee80211_is_shortslot +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x76bb63f8 ieee80211_wake_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x7efa48ff dot11d_get_max_tx_pwr_in_dbm +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x83a87ad1 ieee80211_wx_set_essid +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8663d725 ieee80211_wx_get_power +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8a9819da ieee80211_softmac_stop_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8b1d27a4 ieee80211_softmac_start_protocol +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x8b28c1f9 ieee80211_rx_mgt +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0x90f7f5ad dot11d_reset +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xa018f839 ieee80211_wx_set_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xaa0af117 ieee80211_wx_get_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb0a44c0c ieee80211_wx_set_freq +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb785c70c ieee80211_wx_get_name +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xb825dd0f rtl8192u_dot11d_init +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xba817808 ieee80211_stop_queue_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbab64522 ieee80211_wx_get_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbb2fb30a ieee80211_wx_set_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbc1be7bd ieee80211_rx +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xbe272fb9 ieee80211_stop_send_beacons +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcb3b6935 ieee80211_wx_set_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcb5cb10a ieee80211_txb_free +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcf46d51e ieee80211_wx_get_rts +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xcf63c864 ieee80211_wx_set_auth +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xd66eeafd ieee80211_wx_set_gen_ie +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xdf71838b ieee80211_stop_scan +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe0c1458f ieee80211_wx_get_rate +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe3372510 ieee80211_is_54g +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe566b461 ieee80211_wx_set_mlme +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe70bbaf7 SendDisassociation_rsl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xe93af19c is_legal_channel +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xed0877da ieee80211_wpa_supplicant_ioctl +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xf6781f58 ieee80211_wx_get_encode_ext +EXPORT_SYMBOL drivers/staging/rtl8192u/r8192u_usb 0xfa6ff894 ieee80211_wx_set_rate +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0f975f69 iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x11e4384a iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1798bac6 iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x199e5e2f iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2cdb994b iscsit_add_cmd_to_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x39a6a719 iscsit_response_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3b2eefec iscsit_free_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x43f831ab iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x448ef2a7 iscsit_get_datain_values +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x45d48f92 iscsit_thread_check_cpumask +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4f73e85a iscsit_reject_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x52a15015 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5507bed6 iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x55a5635b iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5bf8d00f iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x616e9708 iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x67b8ae12 iscsit_aborted_task +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6bc643f2 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x710bcff1 iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x76b6a537 iscsit_queue_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7aea93b9 iscsit_set_unsolicited_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7dcfe744 iscsit_build_r2ts_for_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7f68ef2e iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8da44838 iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x99062604 iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9b7eb857 iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9dd2b70b iscsi_target_check_login_request +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa26e581c iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa3b5feeb iscsit_find_cmd_from_itt_or_dump +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa4c7a80f iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa741930f iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa961232a iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb3d9d07e iscsi_change_param_sprintf +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc5de3b89 iscsit_find_cmd_from_itt +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xc9e50699 iscsit_handle_snack +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd8da7408 iscsit_add_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdf1fcb11 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe438e713 iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe7afd7f1 iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe8e75be9 iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf1179987 iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf20e3dc5 __iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf34332f0 iscsi_find_param_from_key +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf50bd0d4 iscsit_build_datain_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf7345468 iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xffd69b15 iscsit_immediate_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0x00f1d061 target_lun_is_rdonly +EXPORT_SYMBOL drivers/target/target_core_mod 0x01ad4d81 transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x05280345 target_send_busy +EXPORT_SYMBOL drivers/target/target_core_mod 0x0871ffd6 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x09cef957 target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x0ab38077 sbc_dif_verify +EXPORT_SYMBOL drivers/target/target_core_mod 0x0e4b30ec sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0x0e874d90 target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x0ff28f9c spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0x11cba9b2 core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x142072c0 transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x15233f96 target_nacl_find_deve +EXPORT_SYMBOL drivers/target/target_core_mod 0x17d90886 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x1da58012 target_unregister_template +EXPORT_SYMBOL drivers/target/target_core_mod 0x25f8e185 target_stop_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x27224e1e core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x2e5e2689 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x2f885937 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x31106ddb transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x31fac953 passthrough_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x3644aa17 target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x39c0f6cd target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x39e4aa64 transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x3a20a9d7 transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x3ba4cd87 target_show_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x3bc2f9ac target_register_template +EXPORT_SYMBOL drivers/target/target_core_mod 0x42bac800 transport_backend_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x46cc2625 transport_alloc_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x4b4a96af transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x4eccc97e transport_copy_sense_to_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x51b8a106 sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x52fbcd81 target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0x541e9b9a transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x565eb7f1 target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0x5bdb610a target_free_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0x60a76952 passthrough_pr_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x65bbb8a9 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x7cda578f target_backend_unregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x81b69969 core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0x8200301d target_complete_cmd_with_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x8502e98e sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x868497c9 target_cmd_init_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x87eab87e transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x88377bd5 sbc_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x8b903d80 target_setup_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x91ac56a5 core_allocate_nexus_loss_ua +EXPORT_SYMBOL drivers/target/target_core_mod 0x9855818c spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x9f4214ed transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xa0aef8a4 spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0xa6b4590b target_cmd_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xa6e23576 target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0xaefbcacd target_alloc_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0xb162e4c0 target_depend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0xb1b7fa2b target_show_dynamic_sessions +EXPORT_SYMBOL drivers/target/target_core_mod 0xb2e9d5f6 passthrough_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0xbd27a574 core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0xbe298e26 spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xbf30a332 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0xc4e76906 transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xc7471dc1 __target_init_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xc945a250 sbc_dif_copy_prot +EXPORT_SYMBOL drivers/target/target_core_mod 0xc962a8f2 core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xca0f59d3 core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xcaf68256 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xcebc8dc6 target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0xd4f00651 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0xd89309b8 transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0xdf748dea transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xe38e4c04 target_tpg_has_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xe3abb6f7 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xe7cfbf31 target_undepend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0xe936af00 target_set_cmd_data_length +EXPORT_SYMBOL drivers/target/target_core_mod 0xef840fe1 target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xf1157eee target_remove_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xf148ec73 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3c2dfe0 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf900e0f4 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0xfd700bba transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0xfdc9a008 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x2260f06f ufshcd_system_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x24257be0 ufshcd_runtime_resume +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x302f641f ufshcd_runtime_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x4d2ebf25 ufshcd_system_suspend +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0x93bfc4ab ufshcd_alloc_host +EXPORT_SYMBOL drivers/ufs/core/ufshcd-core 0xe5d53849 ufshcd_get_local_unipro_ver +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0x0b90c24e tc_dwc_g210_config_40_bit +EXPORT_SYMBOL drivers/ufs/host/tc-dwc-g210 0x214dfcd0 tc_dwc_g210_config_20_bit +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0x0a05b811 ufshcd_dwc_link_startup_notify +EXPORT_SYMBOL drivers/ufs/host/ufshcd-dwc 0x7d942a7e ufshcd_dwc_dme_set_attrs +EXPORT_SYMBOL drivers/usb/class/cdc-wdm 0x69a5b31e usb_cdc_wdm_register +EXPORT_SYMBOL drivers/usb/gadget/libcomposite 0xdff98318 usb_os_desc_prepare_interf_dir +EXPORT_SYMBOL drivers/usb/host/sl811-hcd 0xbc004566 sl811h_driver +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x20df3a5e usb_wwan_close +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x3a1690e8 usb_wwan_dtr_rts +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x4e2249c9 usb_wwan_port_remove +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x5a7b6ca2 usb_wwan_tiocmget +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x70502256 usb_wwan_tiocmset +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x970d3de5 usb_wwan_write_room +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0x9d21d2c8 usb_wwan_chars_in_buffer +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xca26ef72 usb_wwan_resume +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xef19e3d8 usb_wwan_suspend +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xf0871930 usb_wwan_open +EXPORT_SYMBOL drivers/usb/serial/usb_wwan 0xfde6705c usb_wwan_write +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x13aca327 usb_serial_resume +EXPORT_SYMBOL drivers/usb/serial/usbserial 0x4cb163be usb_serial_suspend +EXPORT_SYMBOL drivers/vdpa/vdpa 0x6fa675e6 vdpa_set_status +EXPORT_SYMBOL drivers/vfio/vfio 0x19567d06 vfio_info_cap_shift +EXPORT_SYMBOL drivers/vfio/vfio 0x6c28be5a vfio_info_add_capability +EXPORT_SYMBOL drivers/vfio/vfio 0xadc044b7 vfio_set_irqs_validate_and_prepare +EXPORT_SYMBOL drivers/vfio/vfio 0xb0b7ff99 vfio_pin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0xd8bdc1b6 vfio_unpin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0xfc118032 vfio_dma_rw +EXPORT_SYMBOL drivers/vhost/vhost 0x6a22abaa vhost_chr_poll +EXPORT_SYMBOL drivers/vhost/vhost 0x7d7bf857 vhost_chr_write_iter +EXPORT_SYMBOL drivers/vhost/vringh 0x02bc4d97 vringh_notify_disable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x0cb6a9ec vringh_complete_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x14cc0ebd vringh_notify_disable_user +EXPORT_SYMBOL drivers/vhost/vringh 0x1dd360c5 vringh_init_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x26cb6780 vringh_notify_enable_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x3981a144 vringh_abandon_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3b304ebb vringh_iov_push_user +EXPORT_SYMBOL drivers/vhost/vringh 0x3d877ff0 vringh_init_user +EXPORT_SYMBOL drivers/vhost/vringh 0x4311cd91 vringh_iov_pull_user +EXPORT_SYMBOL drivers/vhost/vringh 0x48ce6126 vringh_notify_enable_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x58551583 vringh_getdesc_user +EXPORT_SYMBOL drivers/vhost/vringh 0x5e7271d9 vringh_complete_multi_user +EXPORT_SYMBOL drivers/vhost/vringh 0x660779c8 vringh_kiov_advance +EXPORT_SYMBOL drivers/vhost/vringh 0x708b9086 vringh_complete_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x7ce68484 vringh_notify_enable_user +EXPORT_SYMBOL drivers/vhost/vringh 0x89c716cb vringh_need_notify_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x8edb7712 vringh_need_notify_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x8f39ada0 vringh_getdesc_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x9747a2fe vringh_init_iotlb_va +EXPORT_SYMBOL drivers/vhost/vringh 0x97494ede vringh_iov_push_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0x97fa07e9 vringh_iov_push_kern +EXPORT_SYMBOL drivers/vhost/vringh 0x9fb755e1 vringh_need_notify_user +EXPORT_SYMBOL drivers/vhost/vringh 0xb242047e vringh_abandon_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xd3cd56ae vringh_abandon_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xd6547e3e vringh_iov_pull_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xde804bb9 vringh_iov_pull_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xe4b46292 vringh_complete_user +EXPORT_SYMBOL drivers/vhost/vringh 0xebf76785 vringh_getdesc_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xec8d1196 vringh_notify_disable_iotlb +EXPORT_SYMBOL drivers/vhost/vringh 0xfb0ddc22 vringh_init_kern +EXPORT_SYMBOL drivers/vhost/vringh 0xfbd17af8 vringh_set_iotlb +EXPORT_SYMBOL drivers/video/backlight/lcd 0x086e20ee lcd_device_unregister +EXPORT_SYMBOL drivers/video/backlight/lcd 0x2813e0cc devm_lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0x5e2165bb lcd_device_register +EXPORT_SYMBOL drivers/video/backlight/lcd 0x5f66f999 devm_lcd_device_unregister +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x10fee0e5 svga_tilefill +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x127b5113 svga_get_caps +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x17f3f471 svga_set_default_seq_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x1be6dc30 svga_set_textmode_vga_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x42a98b8d svga_tilecursor +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x45360374 svga_get_tilemax +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x4ab38ef2 svga_set_default_crt_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x5476a713 svga_tileblit +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x83a41489 svga_set_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x84c337c2 svga_wcrt_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x84c97d2a svga_match_format +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0x9973a4a6 svga_tilecopy +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xb0ab2b2e svga_check_timings +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd22ca511 svga_set_default_atc_regs +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xd6ec2c44 svga_compute_pll +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xdcc5a013 svga_wseq_multi +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe17f24eb svga_settile +EXPORT_SYMBOL drivers/video/fbdev/core/svgalib 0xe28d2a49 svga_set_default_gfx_regs +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x0cc3ede5 cyber2000fb_detach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x534b6f18 cyber2000fb_disable_extregs +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0x6ecc0dcb cyber2000fb_attach +EXPORT_SYMBOL drivers/video/fbdev/cyber2000fb 0xb39f68d1 cyber2000fb_enable_extregs +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0x233917d1 mac_vmode_to_var +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xe2304303 mac_map_monitor_sense +EXPORT_SYMBOL drivers/video/fbdev/macmodes 0xf8355dd2 mac_find_mode +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0x813eb281 matroxfb_g450_setpll_cond +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xa29ade07 g450_mnp2f +EXPORT_SYMBOL drivers/video/fbdev/matrox/g450_pll 0xa4f249ff matroxfb_g450_setclk +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x64bc33a6 DAC1064_global_restore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x8610cf26 matrox_G100 +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0x8bc4d46c matrox_mystique +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_DAC1064 0xa262c147 DAC1064_global_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_Ti3026 0x1b2a97e3 matrox_millennium +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_accel 0xe45aad98 matrox_cfbX_init +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x291732d2 matroxfb_register_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0x66edf04f matroxfb_enable_irq +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xba59c27f matroxfb_unregister_driver +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_base 0xccc5d761 matroxfb_wait_for_sync +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xb0bcbeeb matroxfb_g450_connect +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_g450 0xc0598961 matroxfb_g450_shutdown +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x25cf8049 matroxfb_PLL_calcclock +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x329c9ac8 matroxfb_vgaHWinit +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x3d5ecef3 matroxfb_DAC_out +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0x5eb52d9d matroxfb_DAC_in +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xa5d40fc9 matroxfb_vgaHWrestore +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xcdc90c64 matroxfb_var2my +EXPORT_SYMBOL drivers/video/fbdev/matrox/matroxfb_misc 0xe5396179 matroxfb_read_pins +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0x3037658e sis_malloc +EXPORT_SYMBOL drivers/video/fbdev/sis/sisfb 0xfe963115 sis_free +EXPORT_SYMBOL drivers/video/vgastate 0x686de290 restore_vga +EXPORT_SYMBOL drivers/video/vgastate 0xe7a2620e save_vga +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x2d0ecb46 virtio_dma_buf_export +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x58bede1e virtio_dma_buf_get_uuid +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x8944dbca is_virtio_dma_buf +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x8d4e2166 virtio_dma_buf_attach +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x53c00da9 w1_ds2780_io +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2780 0x5fa83fd2 w1_ds2780_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x3596a8b6 w1_ds2781_eeprom_cmd +EXPORT_SYMBOL drivers/w1/slaves/w1_ds2781 0x9ab9d4b0 w1_ds2781_io +EXPORT_SYMBOL drivers/w1/wire 0x6bebfb3f w1_unregister_family +EXPORT_SYMBOL drivers/w1/wire 0x7456acbc w1_add_master_device +EXPORT_SYMBOL drivers/w1/wire 0xe0c8da02 w1_remove_master_device +EXPORT_SYMBOL drivers/w1/wire 0xe92fc1bd w1_register_family +EXPORT_SYMBOL fs/fscache/fscache 0x00e2b379 fscache_cookie_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0x0d872135 fscache_end_volume_access +EXPORT_SYMBOL fs/fscache/fscache 0x160a324b fscache_addremove_sem +EXPORT_SYMBOL fs/fscache/fscache 0x1a0d09e7 fscache_n_write +EXPORT_SYMBOL fs/fscache/fscache 0x1e5e50db __fscache_begin_write_operation +EXPORT_SYMBOL fs/fscache/fscache 0x1eee7a23 __fscache_relinquish_volume +EXPORT_SYMBOL fs/fscache/fscache 0x204accba fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0x234a140d __traceiter_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x2b389369 __tracepoint_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0x2d409279 __fscache_write_to_cache +EXPORT_SYMBOL fs/fscache/fscache 0x2fedaa52 fscache_get_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x306805d3 __SCK__tp_func_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x32377c3c fscache_withdraw_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x34179680 fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0x3fe42867 fscache_end_cookie_access +EXPORT_SYMBOL fs/fscache/fscache 0x4404d2aa fscache_n_no_create_space +EXPORT_SYMBOL fs/fscache/fscache 0x4996bd29 fscache_n_updates +EXPORT_SYMBOL fs/fscache/fscache 0x49ef0782 fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0x4bd084ba __SCK__tp_func_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0x4c9f2312 __fscache_begin_read_operation +EXPORT_SYMBOL fs/fscache/fscache 0x4ce67a7c fscache_dirty_folio +EXPORT_SYMBOL fs/fscache/fscache 0x5103424b __fscache_acquire_volume +EXPORT_SYMBOL fs/fscache/fscache 0x62722eea fscache_wait_for_operation +EXPORT_SYMBOL fs/fscache/fscache 0x68e334fb __fscache_unuse_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x6e416521 __SCK__tp_func_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x71fb0e58 __tracepoint_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x76e8462f fscache_relinquish_cache +EXPORT_SYMBOL fs/fscache/fscache 0x77e19a42 __tracepoint_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x7c6c4a5f fscache_acquire_cache +EXPORT_SYMBOL fs/fscache/fscache 0x898d0c30 __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0x8c792c2b fscache_resume_after_invalidation +EXPORT_SYMBOL fs/fscache/fscache 0x8d0ad93e __fscache_clear_page_bits +EXPORT_SYMBOL fs/fscache/fscache 0x90d447f3 fscache_n_culled +EXPORT_SYMBOL fs/fscache/fscache 0x982ae969 fscache_caching_failed +EXPORT_SYMBOL fs/fscache/fscache 0x9ffefcb2 fscache_n_read +EXPORT_SYMBOL fs/fscache/fscache 0xa4199120 __fscache_resize_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xa683c64c __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xa8813673 fscache_put_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xae6040a5 __traceiter_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0xbca46908 fscache_wq +EXPORT_SYMBOL fs/fscache/fscache 0xcce11a60 fscache_n_no_write_space +EXPORT_SYMBOL fs/fscache/fscache 0xcd7bd402 fscache_withdraw_volume +EXPORT_SYMBOL fs/fscache/fscache 0xdcb87498 __traceiter_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0xe9355746 fscache_clearance_waiters +EXPORT_SYMBOL fs/fscache/fscache 0xf1afd76c __fscache_use_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xf4e1ac05 __fscache_acquire_cookie +EXPORT_SYMBOL fs/netfs/netfs 0x28b26b5c netfs_readahead +EXPORT_SYMBOL fs/netfs/netfs 0x40bad82d netfs_read_folio +EXPORT_SYMBOL fs/netfs/netfs 0x8f06b6a3 netfs_stats_show +EXPORT_SYMBOL fs/netfs/netfs 0xdd361ea3 netfs_write_begin +EXPORT_SYMBOL fs/netfs/netfs 0xf3b8636b netfs_subreq_terminated +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x241741c2 qtree_delete_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x7402c8f0 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xa2f46d5a qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0xcdb5aee6 qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xdf5acfd6 qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xec2cdbf6 qtree_get_next_id +EXPORT_SYMBOL lib/crc-itu-t 0x09a34a2b crc_itu_t +EXPORT_SYMBOL lib/crc-itu-t 0xd819a524 crc_itu_t_table +EXPORT_SYMBOL lib/crc7 0x65aaf037 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc7 0xba55d23e crc7_be +EXPORT_SYMBOL lib/crc8 0x9c5d5b94 crc8 +EXPORT_SYMBOL lib/crc8 0xaa8106bc crc8_populate_msb +EXPORT_SYMBOL lib/crc8 0xc3cd034d crc8_populate_lsb +EXPORT_SYMBOL lib/crypto/libarc4 0x2bb32ad1 arc4_setkey +EXPORT_SYMBOL lib/crypto/libarc4 0xcd47fcc4 arc4_crypt +EXPORT_SYMBOL lib/crypto/libchacha 0xcec122d7 chacha_crypt_generic +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x147c3f2e chacha20poly1305_encrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x521c7102 xchacha20poly1305_decrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x6c713da5 chacha20poly1305_encrypt_sg_inplace +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x916491ac chacha20poly1305_decrypt_sg_inplace +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0xc20134e7 chacha20poly1305_decrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0xce15a526 xchacha20poly1305_encrypt +EXPORT_SYMBOL lib/crypto/libcurve25519-generic 0x12627f15 curve25519_generic +EXPORT_SYMBOL lib/crypto/libcurve25519-generic 0x4a5a8811 curve25519_null_point +EXPORT_SYMBOL lib/crypto/libcurve25519-generic 0x7e6fdbfc curve25519_base_point +EXPORT_SYMBOL lib/crypto/libpoly1305 0x021f3700 poly1305_core_blocks +EXPORT_SYMBOL lib/crypto/libpoly1305 0xbcb90cb3 poly1305_core_emit +EXPORT_SYMBOL lib/crypto/libpoly1305 0xd45b9cf4 poly1305_core_setkey +EXPORT_SYMBOL lib/libcrc32c 0xb15b4109 crc32c +EXPORT_SYMBOL lib/lru_cache 0x0cb562e6 lc_put +EXPORT_SYMBOL lib/lru_cache 0x12de578e lc_committed +EXPORT_SYMBOL lib/lru_cache 0x1d2ebc6a lc_get +EXPORT_SYMBOL lib/lru_cache 0x2675693b lc_del +EXPORT_SYMBOL lib/lru_cache 0x75e88edc lc_destroy +EXPORT_SYMBOL lib/lru_cache 0x8cbe3c45 lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0x96d40a48 lc_try_get +EXPORT_SYMBOL lib/lru_cache 0xa79000a0 lc_is_used +EXPORT_SYMBOL lib/lru_cache 0xaeb959aa lc_create +EXPORT_SYMBOL lib/lru_cache 0xbf18a077 lc_reset +EXPORT_SYMBOL lib/lru_cache 0xc4d8d7a4 lc_find +EXPORT_SYMBOL lib/lru_cache 0xdbdee578 lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0xeacf51dd lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0xf0e20f9b lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0xfba16232 lc_get_cumulative +EXPORT_SYMBOL lib/lz4/lz4_compress 0x4f4d78c5 LZ4_compress_default +EXPORT_SYMBOL lib/lz4/lz4_compress 0x5bc92e85 LZ4_compress_destSize +EXPORT_SYMBOL lib/lz4/lz4_compress 0x6004858d LZ4_compress_fast +EXPORT_SYMBOL lib/lz4/lz4_compress 0x635ff76d LZ4_saveDict +EXPORT_SYMBOL lib/lz4/lz4_compress 0x749849d8 LZ4_loadDict +EXPORT_SYMBOL lib/lz4/lz4_compress 0xf9eced44 LZ4_compress_fast_continue +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x38f7b6e0 LZ4_compress_HC_continue +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x93ff008c LZ4_loadDictHC +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x9cef495b LZ4_saveDictHC +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0xddf86133 LZ4_compress_HC +EXPORT_SYMBOL lib/math/cordic 0x7e431c15 cordic_calc_iq +EXPORT_SYMBOL lib/objagg 0x0363233d objagg_obj_raw +EXPORT_SYMBOL lib/objagg 0x23865923 objagg_destroy +EXPORT_SYMBOL lib/objagg 0x24ca5ca9 objagg_obj_root_priv +EXPORT_SYMBOL lib/objagg 0x342aefe2 objagg_obj_delta_priv +EXPORT_SYMBOL lib/objagg 0x352633f4 objagg_hints_stats_get +EXPORT_SYMBOL lib/objagg 0x3c58e78f objagg_hints_put +EXPORT_SYMBOL lib/objagg 0x6691f29d objagg_obj_put +EXPORT_SYMBOL lib/objagg 0x679e8cc2 objagg_create +EXPORT_SYMBOL lib/objagg 0xb17ab162 objagg_obj_get +EXPORT_SYMBOL lib/objagg 0xdaa3ee68 objagg_stats_get +EXPORT_SYMBOL lib/objagg 0xf5511527 objagg_stats_put +EXPORT_SYMBOL lib/objagg 0xfaa9d1a8 objagg_hints_get +EXPORT_SYMBOL lib/parman 0x0f518717 parman_prio_init +EXPORT_SYMBOL lib/parman 0x7b03d378 parman_item_add +EXPORT_SYMBOL lib/parman 0x8b7e26f5 parman_item_remove +EXPORT_SYMBOL lib/parman 0xc3e2d892 parman_create +EXPORT_SYMBOL lib/parman 0xc6a3d260 parman_prio_fini +EXPORT_SYMBOL lib/parman 0xca39ae6a parman_destroy +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0b2c64a3 raid6_vgfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x17f54263 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x59a2712d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0xc8e3332b raid6_gflog +EXPORT_SYMBOL lib/raid6/raid6_pq 0xcc4ee841 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd91319d6 raid6_gfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0xefc78e77 raid6_empty_zero_page +EXPORT_SYMBOL net/6lowpan/6lowpan 0x6d5d9ba8 lowpan_nhc_add +EXPORT_SYMBOL net/6lowpan/6lowpan 0x8cc0f5b0 lowpan_unregister_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0xb688294e lowpan_register_netdevice +EXPORT_SYMBOL net/6lowpan/6lowpan 0xc44320a2 lowpan_register_netdev +EXPORT_SYMBOL net/6lowpan/6lowpan 0xc7848d06 lowpan_nhc_del +EXPORT_SYMBOL net/6lowpan/6lowpan 0xd379a055 lowpan_unregister_netdev +EXPORT_SYMBOL net/802/p8022 0x0d93fb66 register_8022_client +EXPORT_SYMBOL net/802/p8022 0x7a272845 unregister_8022_client +EXPORT_SYMBOL net/802/psnap 0xb413460e unregister_snap_client +EXPORT_SYMBOL net/802/psnap 0xd1e13aaa register_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x040d2b68 p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0x048c335b p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x0926cc32 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x0d5f3095 p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0x18a66506 p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0x1d44cbd8 v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0x236ebec2 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0x3114c05b __traceiter_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0x35495943 p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0x3c83fdb2 v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0x3cd2359b p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x3e7c8206 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0x40ab92ad v9fs_get_default_trans +EXPORT_SYMBOL net/9p/9pnet 0x4ba99359 p9_fcall_fini +EXPORT_SYMBOL net/9p/9pnet 0x5825e125 v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0x6f8d746b p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0x707b6ed2 p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0x74806629 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0x7605e893 p9_req_put +EXPORT_SYMBOL net/9p/9pnet 0x761cad64 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x780eb16b p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0x7c5cabdc p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0x7cfdd61c p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0x7ee9b0cc p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0x80e8db0e p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x8100b675 p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0x87e38978 p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0x9594eabe p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x9680fc58 p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0xa50fe10a p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0xa53caa5a p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0xa57a98fd p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0xa9c90a45 p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0xad076a05 p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0xb101d9ae do_trace_9p_fid_put +EXPORT_SYMBOL net/9p/9pnet 0xb55ae777 __SCK__tp_func_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xb62e0905 p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0xb9e56a6d p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0xbb16bd01 p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0xbfb2dd6d p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0xc3ac9c74 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0xc7236681 p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0xc917d432 p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0xcc5dd185 p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0xcd3e454b do_trace_9p_fid_get +EXPORT_SYMBOL net/9p/9pnet 0xce00d612 p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0xce5e4c89 p9_client_read_once +EXPORT_SYMBOL net/9p/9pnet 0xd384c683 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0xd8fcd46e p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xed8ccd62 p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0xee437897 __tracepoint_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xef936fd9 p9_show_client_options +EXPORT_SYMBOL net/appletalk/appletalk 0x3e02aabc atrtr_get_dev +EXPORT_SYMBOL net/appletalk/appletalk 0x455e3eeb aarp_send_ddp +EXPORT_SYMBOL net/appletalk/appletalk 0x778324a0 alloc_ltalkdev +EXPORT_SYMBOL net/appletalk/appletalk 0x879bd4fc atalk_find_dev_addr +EXPORT_SYMBOL net/atm/atm 0x0254ae7a atm_dev_signal_change +EXPORT_SYMBOL net/atm/atm 0x1c9e570b atm_dev_register +EXPORT_SYMBOL net/atm/atm 0x20c6b4f5 vcc_release_async +EXPORT_SYMBOL net/atm/atm 0x2cc2d52d vcc_hash +EXPORT_SYMBOL net/atm/atm 0x3ed93760 register_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x4443d399 atm_proc_root +EXPORT_SYMBOL net/atm/atm 0x67954640 atm_alloc_charge +EXPORT_SYMBOL net/atm/atm 0x843becad deregister_atm_ioctl +EXPORT_SYMBOL net/atm/atm 0x9067daa7 atm_charge +EXPORT_SYMBOL net/atm/atm 0x9feaf287 sonet_subtract_stats +EXPORT_SYMBOL net/atm/atm 0xa812fe7d atm_dev_release_vccs +EXPORT_SYMBOL net/atm/atm 0xaa024146 sonet_copy_stats +EXPORT_SYMBOL net/atm/atm 0xac7830de atm_init_aal5 +EXPORT_SYMBOL net/atm/atm 0xca81472e vcc_insert_socket +EXPORT_SYMBOL net/atm/atm 0xca87b453 vcc_sklist_lock +EXPORT_SYMBOL net/atm/atm 0xcef28eea vcc_process_recv_queue +EXPORT_SYMBOL net/atm/atm 0xde29fa45 atm_dev_lookup +EXPORT_SYMBOL net/atm/atm 0xe21b7063 atm_dev_deregister +EXPORT_SYMBOL net/atm/atm 0xf49bc67a atm_pcr_goal +EXPORT_SYMBOL net/ax25/ax25 0x0713f398 ax25_linkfail_release +EXPORT_SYMBOL net/ax25/ax25 0x0a2550b6 ax25_header_ops +EXPORT_SYMBOL net/ax25/ax25 0x14cecd59 ax25_display_timer +EXPORT_SYMBOL net/ax25/ax25 0x1a4a4e5d ax25_linkfail_register +EXPORT_SYMBOL net/ax25/ax25 0x242852b9 ax25_uid_policy +EXPORT_SYMBOL net/ax25/ax25 0x4502c65a asc2ax +EXPORT_SYMBOL net/ax25/ax25 0x496deaa1 ax25_send_frame +EXPORT_SYMBOL net/ax25/ax25 0x4fa51572 ax25_listen_register +EXPORT_SYMBOL net/ax25/ax25 0x53dea1ff ax2asc +EXPORT_SYMBOL net/ax25/ax25 0x8ede9e26 ax25_protocol_release +EXPORT_SYMBOL net/ax25/ax25 0xa709a6ee ax25_find_cb +EXPORT_SYMBOL net/ax25/ax25 0xc1444946 ax25cmp +EXPORT_SYMBOL net/ax25/ax25 0xd43ecbf1 null_ax25_address +EXPORT_SYMBOL net/ax25/ax25 0xe5ac0516 ax25_listen_release +EXPORT_SYMBOL net/ax25/ax25 0xe765dcce ax25_ip_xmit +EXPORT_SYMBOL net/ax25/ax25 0xee02e420 ax25_findbyuid +EXPORT_SYMBOL net/bluetooth/bluetooth 0x00699c2b bt_sock_stream_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0718b8b7 bt_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x095496e5 __hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x0d48d481 hci_mgmt_chan_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1433a7cf hci_set_hw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x17ad97fc bt_sock_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1c92cbe9 l2cap_unregister_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0x1e38d5de hci_free_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x214e4265 bt_warn +EXPORT_SYMBOL net/bluetooth/bluetooth 0x226f9fac hci_release_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x26953709 hci_cmd_sync_submit +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2992a95b bt_sock_recvmsg +EXPORT_SYMBOL net/bluetooth/bluetooth 0x2aacbc4d hci_conn_security +EXPORT_SYMBOL net/bluetooth/bluetooth 0x3c2cc398 hci_devcd_append +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4677fd7c bt_accept_dequeue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x496fde15 l2cap_chan_close +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4ce731a1 hci_set_fw_info +EXPORT_SYMBOL net/bluetooth/bluetooth 0x4f846a9f __hci_cmd_sync_status +EXPORT_SYMBOL net/bluetooth/bluetooth 0x52379e32 hci_cmd_sync_cancel +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5581f6e3 hci_suspend_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x55838961 l2cap_is_socket +EXPORT_SYMBOL net/bluetooth/bluetooth 0x57eb9601 hci_devcd_append_pattern +EXPORT_SYMBOL net/bluetooth/bluetooth 0x58c3b758 hci_unregister_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x5dd7f45b bt_procfs_cleanup +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6622cd8c hci_conn_switch_role +EXPORT_SYMBOL net/bluetooth/bluetooth 0x66c325ed bt_sock_poll +EXPORT_SYMBOL net/bluetooth/bluetooth 0x690ee5c1 hci_resume_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6a154554 hci_devcd_complete +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6cca8add hci_reset_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x6e5482bc bt_accept_enqueue +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7055badf hci_conn_check_secure +EXPORT_SYMBOL net/bluetooth/bluetooth 0x78ba7420 hci_get_route +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7aad008b bt_to_errno +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7b5ce5c3 baswap +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7b8c32f1 bt_err +EXPORT_SYMBOL net/bluetooth/bluetooth 0x7bd9427a bt_status +EXPORT_SYMBOL net/bluetooth/bluetooth 0x865faa01 hci_cmd_sync +EXPORT_SYMBOL net/bluetooth/bluetooth 0x86c34c7a __hci_cmd_sync_ev +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8857bbb5 __hci_cmd_sync_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8ba45edc bt_sock_reclassify_lock +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8d932fed hci_unregister_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8df1fb8b bt_sock_wait_ready +EXPORT_SYMBOL net/bluetooth/bluetooth 0x8fea24bd bt_sock_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0x93c5cd31 bt_accept_unlink +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9ab52464 hci_recv_diag +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9b41c87b hci_devcd_abort +EXPORT_SYMBOL net/bluetooth/bluetooth 0x9e874f30 hci_devcd_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa36d67be hci_devcd_rx +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa60137a1 hci_devcd_timeout +EXPORT_SYMBOL net/bluetooth/bluetooth 0xa8ba6f6e __hci_cmd_sync_status_sk +EXPORT_SYMBOL net/bluetooth/bluetooth 0xaf0d570d bt_procfs_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0xb4565ef1 hci_register_cb +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc5ebb64e hci_cmd_sync_queue +EXPORT_SYMBOL net/bluetooth/bluetooth 0xc688dbf1 l2cap_conn_get +EXPORT_SYMBOL net/bluetooth/bluetooth 0xcee4f793 __hci_cmd_send +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd34c0732 bt_sock_ioctl +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd73a6cd1 hci_mgmt_chan_unregister +EXPORT_SYMBOL net/bluetooth/bluetooth 0xd7613212 bt_err_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xddacccf6 bt_warn_ratelimited +EXPORT_SYMBOL net/bluetooth/bluetooth 0xde3d5f76 hci_recv_frame +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe2896fd4 hci_register_dev +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe70ca2b3 bt_sock_register +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe80f1266 bt_sock_wait_state +EXPORT_SYMBOL net/bluetooth/bluetooth 0xe94f802f l2cap_conn_put +EXPORT_SYMBOL net/bluetooth/bluetooth 0xec2f49d4 hci_devcd_init +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf01d4b6c l2cap_register_user +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf0f13489 bt_sock_link +EXPORT_SYMBOL net/bluetooth/bluetooth 0xf86795de hci_alloc_dev_priv +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x056e63a2 ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x1bda654b ebt_unregister_table_pre_exit +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xa467f5f1 ebt_unregister_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xcae58a15 ebt_register_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xda5b088f ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xf3ea0095 ebt_unregister_table +EXPORT_SYMBOL net/caif/caif 0x1446b60a caif_client_register_refcnt +EXPORT_SYMBOL net/caif/caif 0x2a09f713 cfpkt_fromnative +EXPORT_SYMBOL net/caif/caif 0x30f562a4 caif_connect_client +EXPORT_SYMBOL net/caif/caif 0x329dbd06 cfpkt_info +EXPORT_SYMBOL net/caif/caif 0x38701a7c cfcnfg_del_phy_layer +EXPORT_SYMBOL net/caif/caif 0x3fa84493 cfpkt_add_head +EXPORT_SYMBOL net/caif/caif 0x40babbe0 cfpkt_extr_head +EXPORT_SYMBOL net/caif/caif 0x4a237e57 cfpkt_tonative +EXPORT_SYMBOL net/caif/caif 0x68d341cd caif_disconnect_client +EXPORT_SYMBOL net/caif/caif 0x839ddb7b cfcnfg_set_phy_state +EXPORT_SYMBOL net/caif/caif 0x9e3e305d cfpkt_set_prio +EXPORT_SYMBOL net/caif/caif 0xa1c6614b get_cfcnfg +EXPORT_SYMBOL net/caif/caif 0xa3b51d9f caif_enroll_dev +EXPORT_SYMBOL net/caif/caif 0xb7b6874e caif_free_client +EXPORT_SYMBOL net/caif/caif 0xffc9a4e2 cfcnfg_add_phy_layer +EXPORT_SYMBOL net/can/can 0x1e45f8bb can_proto_register +EXPORT_SYMBOL net/can/can 0x2c3ef3e3 can_sock_destruct +EXPORT_SYMBOL net/can/can 0x6f065412 can_proto_unregister +EXPORT_SYMBOL net/can/can 0x8060a037 can_rx_register +EXPORT_SYMBOL net/can/can 0xd95d5224 can_send +EXPORT_SYMBOL net/can/can 0xed6fd0d6 can_rx_unregister +EXPORT_SYMBOL net/ceph/libceph 0x019ca662 ceph_cls_assert_locked +EXPORT_SYMBOL net/ceph/libceph 0x05bccb12 ceph_osdc_maybe_request_map +EXPORT_SYMBOL net/ceph/libceph 0x07dcf46b ceph_osdc_list_watchers +EXPORT_SYMBOL net/ceph/libceph 0x0881b8ea ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x0be89604 ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0x147162ec osd_req_op_copy_from_init +EXPORT_SYMBOL net/ceph/libceph 0x148fde95 osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0x163c8b5e ceph_monc_renew_subs +EXPORT_SYMBOL net/ceph/libceph 0x165b1948 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0x173fadff ceph_osdc_call +EXPORT_SYMBOL net/ceph/libceph 0x183cf3ee osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0x1d4c1b4c osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0x1ec898a0 ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0x1ee9faff ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0x20277ac3 ceph_print_client_options +EXPORT_SYMBOL net/ceph/libceph 0x2087719e ceph_oid_copy +EXPORT_SYMBOL net/ceph/libceph 0x2101cbc9 ceph_oid_destroy +EXPORT_SYMBOL net/ceph/libceph 0x2258879b ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0x22712242 ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0x25838e9a ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0x26beef89 ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0x275ac4fe ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0x2a983d26 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x2d8423de ceph_auth_handle_bad_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x2ed0ffdf ceph_msg_put +EXPORT_SYMBOL net/ceph/libceph 0x35c47ef2 __ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x35cc1cfd ceph_osdc_abort_requests +EXPORT_SYMBOL net/ceph/libceph 0x367aa5aa __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x38f2d94e ceph_file_to_extents +EXPORT_SYMBOL net/ceph/libceph 0x39b64b64 osd_req_op_xattr_init +EXPORT_SYMBOL net/ceph/libceph 0x3a6323f4 ceph_osdc_watch +EXPORT_SYMBOL net/ceph/libceph 0x3b354daf ceph_monc_get_version_async +EXPORT_SYMBOL net/ceph/libceph 0x3b64a804 ceph_parse_mon_ips +EXPORT_SYMBOL net/ceph/libceph 0x3bb3da25 ceph_pg_to_acting_primary +EXPORT_SYMBOL net/ceph/libceph 0x3c8d7111 ceph_get_num_objects +EXPORT_SYMBOL net/ceph/libceph 0x3f1c8906 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0x3f3f0e0b ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0x417a9131 ceph_oloc_destroy +EXPORT_SYMBOL net/ceph/libceph 0x431dea12 ceph_cls_lock +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x46ae0665 osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0x484bdc89 ceph_wait_for_latest_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x4affd6c2 ceph_parse_fsid +EXPORT_SYMBOL net/ceph/libceph 0x4b6fe029 ceph_osdc_alloc_messages +EXPORT_SYMBOL net/ceph/libceph 0x4c89163d ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x4c957a44 __ceph_alloc_sparse_ext_map +EXPORT_SYMBOL net/ceph/libceph 0x4cf4b0aa ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x4cf80729 osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0x50603ce3 ceph_decode_entity_addrvec +EXPORT_SYMBOL net/ceph/libceph 0x53bde46a ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x5aeeee62 ceph_oid_aprintf +EXPORT_SYMBOL net/ceph/libceph 0x6274ad74 ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0x630d77ef ceph_msg_data_add_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x66b6dcab ceph_monc_got_map +EXPORT_SYMBOL net/ceph/libceph 0x66cdb60d ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x6a7a38a0 ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x6afb8cbf ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x6bd30a8f ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x6ef433e1 ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x6f730838 ceph_object_locator_to_pg +EXPORT_SYMBOL net/ceph/libceph 0x702a3945 osd_req_op_extent_osd_iter +EXPORT_SYMBOL net/ceph/libceph 0x76fc8918 ceph_osdc_update_epoch_barrier +EXPORT_SYMBOL net/ceph/libceph 0x771d063f osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0x797ac444 osd_req_op_extent_dup_last +EXPORT_SYMBOL net/ceph/libceph 0x7d5c7b83 ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x7d7bf540 ceph_reset_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x7ebb4db7 ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0x80526915 osd_req_op_extent_osd_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x83f753ce ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0x85d4c127 ceph_monc_want_map +EXPORT_SYMBOL net/ceph/libceph 0x86fca7e4 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x88118e7b ceph_monc_get_version +EXPORT_SYMBOL net/ceph/libceph 0x8911c90d ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x8bd89c47 ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0x9002ee15 osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x93a744fa ceph_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x95e7554f osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x9694b185 ceph_cls_unlock +EXPORT_SYMBOL net/ceph/libceph 0x987d3968 ceph_alloc_options +EXPORT_SYMBOL net/ceph/libceph 0x9a673f56 ceph_osdc_unwatch +EXPORT_SYMBOL net/ceph/libceph 0x9bc6b539 ceph_find_or_create_string +EXPORT_SYMBOL net/ceph/libceph 0x9ca95932 ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x9dea3399 ceph_osdc_cancel_request +EXPORT_SYMBOL net/ceph/libceph 0x9fbba67f ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0x9fefa3cb ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0xa1ed62e9 ceph_osdc_notify +EXPORT_SYMBOL net/ceph/libceph 0xa3d23ef0 osd_req_op_extent_osd_data_bvec_pos +EXPORT_SYMBOL net/ceph/libceph 0xa6156d75 ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0xa6987136 osd_req_op_cls_request_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0xa698f998 ceph_free_lockers +EXPORT_SYMBOL net/ceph/libceph 0xad703657 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb1c2c4ab ceph_msg_new2 +EXPORT_SYMBOL net/ceph/libceph 0xb4d164ba ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb6dc8be1 ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0xb72c162e ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xbd2f79ae ceph_oloc_copy +EXPORT_SYMBOL net/ceph/libceph 0xbe3879aa ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xc1ca18b6 osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0xc366bfa1 ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0xc69f3852 ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0xc8486230 ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xca80437b ceph_extent_to_file +EXPORT_SYMBOL net/ceph/libceph 0xcb856880 ceph_osdc_clear_abort_err +EXPORT_SYMBOL net/ceph/libceph 0xce16d636 ceph_client_gid +EXPORT_SYMBOL net/ceph/libceph 0xce7f1b27 osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xcf496f53 ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0xd01279e7 ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0xd4d736db ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0xd4eb7735 ceph_decode_entity_addr +EXPORT_SYMBOL net/ceph/libceph 0xd53a6554 ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xd6bcec8c ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xd7c0de4f ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0xd9a38e6f ceph_osdc_notify_ack +EXPORT_SYMBOL net/ceph/libceph 0xdb27c4cb ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0xdf6ef4a1 ceph_oid_printf +EXPORT_SYMBOL net/ceph/libceph 0xdfc091f9 ceph_entity_type_name +EXPORT_SYMBOL net/ceph/libceph 0xe022108c ceph_pg_pool_flags +EXPORT_SYMBOL net/ceph/libceph 0xe1fa7d27 ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xe253091a ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xe6fcde37 ceph_osdc_get_request +EXPORT_SYMBOL net/ceph/libceph 0xe76e7226 ceph_pagelist_alloc +EXPORT_SYMBOL net/ceph/libceph 0xe95c791b osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xe98a1728 ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0xe9da4968 ceph_auth_handle_svc_reply_more +EXPORT_SYMBOL net/ceph/libceph 0xeb973106 ceph_osdc_put_request +EXPORT_SYMBOL net/ceph/libceph 0xec9f6295 ceph_cls_lock_info +EXPORT_SYMBOL net/ceph/libceph 0xed4655c5 ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0xedf5dbeb ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0xee120c03 ceph_release_string +EXPORT_SYMBOL net/ceph/libceph 0xeec21ef7 ceph_cls_break_lock +EXPORT_SYMBOL net/ceph/libceph 0xeef6cfa3 ceph_iterate_extents +EXPORT_SYMBOL net/ceph/libceph 0xefc847e2 ceph_cls_set_cookie +EXPORT_SYMBOL net/ceph/libceph 0xefce3c3b ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0xefce991c ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0xf03fe862 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0xf06112f1 ceph_msg_get +EXPORT_SYMBOL net/ceph/libceph 0xf22e73f6 ceph_parse_param +EXPORT_SYMBOL net/ceph/libceph 0xf254297e ceph_addr_is_blank +EXPORT_SYMBOL net/ceph/libceph 0xf2c569d9 ceph_monc_blocklist_add +EXPORT_SYMBOL net/ceph/libceph 0xf3fb2abb ceph_auth_add_authorizer_challenge +EXPORT_SYMBOL net/ceph/libceph 0xf91bf951 ceph_auth_handle_svc_reply_done +EXPORT_SYMBOL net/ceph/libceph 0xfa171277 osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0xfb3a054c osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x107ddb60 dccp_syn_ack_timeout +EXPORT_SYMBOL net/dccp/dccp_ipv4 0xe4021cc4 dccp_req_err +EXPORT_SYMBOL net/hsr/hsr 0x8b5fb609 hsr_get_version +EXPORT_SYMBOL net/hsr/hsr 0xa43ea0f4 is_hsr_master +EXPORT_SYMBOL net/ieee802154/ieee802154 0x022a30d2 wpan_phy_new +EXPORT_SYMBOL net/ieee802154/ieee802154 0x0fdab2b8 wpan_phy_free +EXPORT_SYMBOL net/ieee802154/ieee802154 0x52538cdc wpan_phy_register +EXPORT_SYMBOL net/ieee802154/ieee802154 0x54b5e53f wpan_phy_unregister +EXPORT_SYMBOL net/ieee802154/ieee802154 0xd94d28ee wpan_phy_for_each +EXPORT_SYMBOL net/ieee802154/ieee802154 0xfbcf2e92 wpan_phy_find +EXPORT_SYMBOL net/ipv4/fou 0x1757d1a4 fou_encap_hlen +EXPORT_SYMBOL net/ipv4/fou 0x4fff9452 __fou_build_header +EXPORT_SYMBOL net/ipv4/fou 0x507b4e80 __gue_build_header +EXPORT_SYMBOL net/ipv4/fou 0xf13914b3 gue_encap_hlen +EXPORT_SYMBOL net/ipv4/gre 0x3edb3aa7 gre_parse_header +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x0cb1d57c ip_tunnel_get_iflink +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x24307e9e ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xef08f284 ip_tunnel_encap_del_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xf604cfc7 ip_tunnel_md_udp_encap +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xf9b25447 ip_tunnel_encap_add_ops +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x73d98dde arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x79cd07fc arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xcb602575 arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xf83bd86a arpt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x0a5a34b3 ipt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x25ea3f90 ipt_unregister_table_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x8889cbbd ipt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xa9064fc6 ipt_do_table +EXPORT_SYMBOL net/ipv4/tunnel4 0x474e5557 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/tunnel4 0xb739b95e xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/udp_tunnel 0xe934b559 udp_sock_create4 +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x03d524fa ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x2ead0ea4 ip6_tnl_get_iflink +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x677f1c7e ip6_tnl_encap_del_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x8c771681 ip6_tnl_rcv +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xb623ac02 ip6_tnl_get_link_net +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xc6c5c734 ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xd5aba4ad ip6_tnl_xmit +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xf4ccd0ab ip6_tnl_encap_add_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xf871d147 ip6_tnl_change_mtu +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xa6078822 ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xa93fa25e ip6t_unregister_table_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xca1dc6cd ip6t_do_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xff606de9 ip6t_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv6/tunnel6 0x8339a1b0 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/tunnel6 0xde48647c xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x88d58b2a xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xbbcc5ad2 xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/lapb/lapb 0x18f18dac lapb_connect_request +EXPORT_SYMBOL net/lapb/lapb 0x454d4a5e lapb_getparms +EXPORT_SYMBOL net/lapb/lapb 0x4aafeaeb lapb_data_received +EXPORT_SYMBOL net/lapb/lapb 0x7c49af56 lapb_data_request +EXPORT_SYMBOL net/lapb/lapb 0xb47ab49b lapb_disconnect_request +EXPORT_SYMBOL net/lapb/lapb 0xc2aba9b7 lapb_setparms +EXPORT_SYMBOL net/lapb/lapb 0xd26312c7 lapb_unregister +EXPORT_SYMBOL net/lapb/lapb 0xf90b9e0a lapb_register +EXPORT_SYMBOL net/llc/llc 0x1c93268f llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0x21c87095 llc_add_pack +EXPORT_SYMBOL net/llc/llc 0x22262b10 llc_sap_find +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x46cb91f4 llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0xc8fb2a5b llc_sap_close +EXPORT_SYMBOL net/llc/llc 0xd1a0a112 llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0xd2beafa6 llc_sap_open +EXPORT_SYMBOL net/mac80211/mac80211 0x046dd452 ieee80211_sta_block_awake +EXPORT_SYMBOL net/mac80211/mac80211 0x048c07dc ieee80211_connection_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x0a373ca2 ieee80211_beacon_set_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0x0c1ef8fb ieee80211_register_hw +EXPORT_SYMBOL net/mac80211/mac80211 0x11a0fe7b ieee80211_tx_status_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x1218744d ieee80211_stop_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x15db8e0c ieee80211_rts_get +EXPORT_SYMBOL net/mac80211/mac80211 0x167695d6 ieee80211_beacon_get_template +EXPORT_SYMBOL net/mac80211/mac80211 0x18b5e2fe ieee80211_start_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x190dca97 ieee80211_wake_queues +EXPORT_SYMBOL net/mac80211/mac80211 0x1947f366 ieee80211_beacon_get_template_ema_list +EXPORT_SYMBOL net/mac80211/mac80211 0x19dbbf69 ieee80211_report_wowlan_wakeup +EXPORT_SYMBOL net/mac80211/mac80211 0x19f37f0d ieee80211_update_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x1cf75d45 ieee80211_get_tkip_p1k_iv +EXPORT_SYMBOL net/mac80211/mac80211 0x1d6acf34 ieee80211_get_unsol_bcast_probe_resp_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0x1e5d780a ieee80211_get_tkip_p2k +EXPORT_SYMBOL net/mac80211/mac80211 0x1ff450f6 ieee80211_sched_scan_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0x20a7892d ieee80211_mark_rx_ba_filtered_frames +EXPORT_SYMBOL net/mac80211/mac80211 0x2393be7f ieee80211_stop_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0x249dbacd ieee80211_scan_completed +EXPORT_SYMBOL net/mac80211/mac80211 0x24a26314 ieee80211_cqm_rssi_notify +EXPORT_SYMBOL net/mac80211/mac80211 0x24ea7ce5 ieee80211_beacon_get_tim +EXPORT_SYMBOL net/mac80211/mac80211 0x25302462 ieee80211_chswitch_done +EXPORT_SYMBOL net/mac80211/mac80211 0x336aa6e4 ieee80211_free_txskb +EXPORT_SYMBOL net/mac80211/mac80211 0x345b71b2 ieee80211_stop_queue +EXPORT_SYMBOL net/mac80211/mac80211 0x389af706 ieee80211_proberesp_get +EXPORT_SYMBOL net/mac80211/mac80211 0x391eda45 ieee80211_get_tkip_rx_p1k +EXPORT_SYMBOL net/mac80211/mac80211 0x3a0c4ad9 ieee80211_nullfunc_get +EXPORT_SYMBOL net/mac80211/mac80211 0x3adc640b ieee80211_get_tx_rates +EXPORT_SYMBOL net/mac80211/mac80211 0x3bbaa7d9 ieee80211_txq_airtime_check +EXPORT_SYMBOL net/mac80211/mac80211 0x3fd9e291 ieee80211_iter_keys +EXPORT_SYMBOL net/mac80211/mac80211 0x4216a764 ieee80211_get_fils_discovery_tmpl +EXPORT_SYMBOL net/mac80211/mac80211 0x46472284 __ieee80211_get_assoc_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x4dde8e96 ieee80211_beacon_loss +EXPORT_SYMBOL net/mac80211/mac80211 0x50c590fb ieee80211_sta_pspoll +EXPORT_SYMBOL net/mac80211/mac80211 0x52f2e713 __ieee80211_get_tx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x56dcc6c3 ieee80211_iter_keys_rcu +EXPORT_SYMBOL net/mac80211/mac80211 0x56e561c4 ieee80211_nan_func_terminated +EXPORT_SYMBOL net/mac80211/mac80211 0x5a1d7493 ieee80211_rx_ba_timer_expired +EXPORT_SYMBOL net/mac80211/mac80211 0x5a4cdbdf ieee80211_sta_register_airtime +EXPORT_SYMBOL net/mac80211/mac80211 0x5ebb4ca4 ieee80211_alloc_hw_nm +EXPORT_SYMBOL net/mac80211/mac80211 0x629ed220 ieee80211_find_sta +EXPORT_SYMBOL net/mac80211/mac80211 0x67974901 ieee80211_nan_func_match +EXPORT_SYMBOL net/mac80211/mac80211 0x67b92de9 __ieee80211_schedule_txq +EXPORT_SYMBOL net/mac80211/mac80211 0x6ea39480 ieee80211_sched_scan_results +EXPORT_SYMBOL net/mac80211/mac80211 0x70e1d7fe ieee80211_refresh_tx_agg_session_timer +EXPORT_SYMBOL net/mac80211/mac80211 0x742790ff ieee80211_disable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0x74735c6f ieee80211_stop_tx_ba_cb_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0x7bb7cf94 ieee80211_beacon_cntdwn_is_complete +EXPORT_SYMBOL net/mac80211/mac80211 0x7bf2b0ee ieee80211_tx_status +EXPORT_SYMBOL net/mac80211/mac80211 0x7cfe8df8 ieee80211_txq_may_transmit +EXPORT_SYMBOL net/mac80211/mac80211 0x874852e6 ieee80211_ctstoself_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x8ce30b90 ieee80211_beacon_free_ema_list +EXPORT_SYMBOL net/mac80211/mac80211 0x923ef9ef __ieee80211_get_radio_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0x92834d8b ieee80211_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0x92eb9085 ieee80211_sta_uapsd_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0x935fd610 ieee80211_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0x95febea6 ieee80211_get_bssid +EXPORT_SYMBOL net/mac80211/mac80211 0x966bac1b ieee80211_sta_set_buffered +EXPORT_SYMBOL net/mac80211/mac80211 0x991a0ca0 ieee80211_parse_p2p_noa +EXPORT_SYMBOL net/mac80211/mac80211 0x9974be49 ieee80211_generic_frame_duration +EXPORT_SYMBOL net/mac80211/mac80211 0x9975e130 ieee80211_unreserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0x9d7b14f3 ieee80211_send_eosp_nullfunc +EXPORT_SYMBOL net/mac80211/mac80211 0x9ef6d53c ieee80211_channel_switch_disconnect +EXPORT_SYMBOL net/mac80211/mac80211 0xa429e54f ieee80211_next_txq +EXPORT_SYMBOL net/mac80211/mac80211 0xa6a4b69c ieee80211_start_tx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xa911d560 ieee80211_pspoll_get +EXPORT_SYMBOL net/mac80211/mac80211 0xa97d2e82 ieee80211_queue_stopped +EXPORT_SYMBOL net/mac80211/mac80211 0xaeb9a917 ieee80211_get_key_rx_seq +EXPORT_SYMBOL net/mac80211/mac80211 0xb01a257b rate_control_set_rates +EXPORT_SYMBOL net/mac80211/mac80211 0xb1b23f74 ieee80211_csa_finish +EXPORT_SYMBOL net/mac80211/mac80211 0xb2a606f3 ieee80211_sta_recalc_aggregates +EXPORT_SYMBOL net/mac80211/mac80211 0xb5d4bf2a ieee80211_send_bar +EXPORT_SYMBOL net/mac80211/mac80211 0xb9ca586a ieee80211_rx_list +EXPORT_SYMBOL net/mac80211/mac80211 0xbe80bad8 __ieee80211_create_tpt_led_trigger +EXPORT_SYMBOL net/mac80211/mac80211 0xc10bbadf ieee80211_txq_get_depth +EXPORT_SYMBOL net/mac80211/mac80211 0xc12a0c1c ieee80211_stop_rx_ba_session +EXPORT_SYMBOL net/mac80211/mac80211 0xc1f153eb ieee80211_queue_delayed_work +EXPORT_SYMBOL net/mac80211/mac80211 0xc2b43a08 ieee80211_queue_work +EXPORT_SYMBOL net/mac80211/mac80211 0xc51d04a5 ieee80211_enable_rssi_reports +EXPORT_SYMBOL net/mac80211/mac80211 0xc60482f4 ieee80211_manage_rx_ba_offl +EXPORT_SYMBOL net/mac80211/mac80211 0xc6ecb531 ieee80211_sta_eosp +EXPORT_SYMBOL net/mac80211/mac80211 0xc82ffd7d ieee80211_unregister_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xca0e4ec4 ieee80211_rx_napi +EXPORT_SYMBOL net/mac80211/mac80211 0xcd73edd9 ieee80211_tx_rate_update +EXPORT_SYMBOL net/mac80211/mac80211 0xce5290bd ieee80211_beacon_update_cntdwn +EXPORT_SYMBOL net/mac80211/mac80211 0xd2a46cd7 __ieee80211_get_rx_led_name +EXPORT_SYMBOL net/mac80211/mac80211 0xd9b2a2e4 ieee80211_sta_ps_transition +EXPORT_SYMBOL net/mac80211/mac80211 0xdb92da9a ieee80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/mac80211/mac80211 0xdbee0e63 ieee80211_get_buffered_bc +EXPORT_SYMBOL net/mac80211/mac80211 0xdc285fc9 ieee80211_free_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xdc88705e ieee80211_tdls_oper_request +EXPORT_SYMBOL net/mac80211/mac80211 0xdcad7cb3 ieee80211_report_low_ack +EXPORT_SYMBOL net/mac80211/mac80211 0xdd667783 ieee80211_rx_irqsafe +EXPORT_SYMBOL net/mac80211/mac80211 0xe2b37fd2 ieee80211_tx_dequeue +EXPORT_SYMBOL net/mac80211/mac80211 0xe5075cbf ieee80211_ctstoself_get +EXPORT_SYMBOL net/mac80211/mac80211 0xe58878f5 ieee80211_beacon_get_template_ema_index +EXPORT_SYMBOL net/mac80211/mac80211 0xe6f56e6e ieee80211_reserve_tid +EXPORT_SYMBOL net/mac80211/mac80211 0xed622439 wiphy_to_ieee80211_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xeeaca8a7 ieee80211_txq_schedule_start +EXPORT_SYMBOL net/mac80211/mac80211 0xf0d3926b ieee80211_tx_status_ext +EXPORT_SYMBOL net/mac80211/mac80211 0xf3aa97b3 ieee80211_wake_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xf5b395ea ieee80211_rate_control_register +EXPORT_SYMBOL net/mac80211/mac80211 0xf9c1e0d6 ieee80211_restart_hw +EXPORT_SYMBOL net/mac80211/mac80211 0xfbb2c768 ieee80211_rate_control_unregister +EXPORT_SYMBOL net/mac80211/mac80211 0xfbb482cb ieee80211_radar_detected +EXPORT_SYMBOL net/mac80211/mac80211 0xfbd33b6e ieee80211_rts_duration +EXPORT_SYMBOL net/mac80211/mac80211 0xfd8f6aef ieee80211_handle_wake_tx_queue +EXPORT_SYMBOL net/mac80211/mac80211 0xfe4582a0 ieee80211_ap_probereq_get +EXPORT_SYMBOL net/mac80211/mac80211 0xff19b92b ieee80211_tx_prepare_skb +EXPORT_SYMBOL net/mac802154/mac802154 0x0807a684 ieee802154_alloc_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x4541f212 ieee802154_xmit_error +EXPORT_SYMBOL net/mac802154/mac802154 0x74f37ae3 ieee802154_xmit_hw_error +EXPORT_SYMBOL net/mac802154/mac802154 0x8f470fff ieee802154_register_hw +EXPORT_SYMBOL net/mac802154/mac802154 0x8fb24e02 ieee802154_rx_irqsafe +EXPORT_SYMBOL net/mac802154/mac802154 0xb69e6f38 ieee802154_free_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xd64156db ieee802154_xmit_complete +EXPORT_SYMBOL net/mac802154/mac802154 0xde1169d1 ieee802154_unregister_hw +EXPORT_SYMBOL net/mac802154/mac802154 0xf383ac5c ieee802154_configure_durations +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x0b46ac30 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x1425e337 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x1a544ec3 ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x37f66caa ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x543a68ba ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x564cd3b7 ip_vs_new_conn_out +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x6474698d register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x797f8b59 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x8160e08d ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xa93e144f ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xbde9fa03 ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xc98a8080 unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd00bc4cd register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xebdcfb0e register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xfd2e8edc ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x3b08a8f0 nf_ct_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x89d99ee1 __nf_ct_ext_find +EXPORT_SYMBOL net/netfilter/nf_conntrack 0xb804c3af nf_ct_ext_add +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0xf2a36612 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x2d06db8e nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nf_nat 0xa48ad90b nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xf019edd0 __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xf497bd9a nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nft_fib 0x46170f23 nft_fib_policy +EXPORT_SYMBOL net/netfilter/x_tables 0x0d7f5fcd xt_alloc_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x281a217e xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x2a8c3d15 xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x3bf9d084 xt_check_table_hooks +EXPORT_SYMBOL net/netfilter/x_tables 0x41cfd0ff xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0x48012e28 xt_check_proc_name +EXPORT_SYMBOL net/netfilter/x_tables 0x50873741 xt_compat_init_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x58d5efa9 xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0x93da65a5 xt_find_table +EXPORT_SYMBOL net/netfilter/x_tables 0x977fd4bf xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0x9badfe33 xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xa25fc115 xt_compat_check_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0xcab463ee xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0xcb3e91cc xt_counters_alloc +EXPORT_SYMBOL net/netfilter/x_tables 0xd87ae60d xt_check_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0xd8adf1cf xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0xe204e042 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xe620659a xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0xfa1aa32f xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0xfef779fa xt_find_jump_offset +EXPORT_SYMBOL net/nfc/hci/hci 0x0b1ecfc5 nfc_hci_disconnect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x2005efdd nfc_hci_unregister_device +EXPORT_SYMBOL net/nfc/hci/hci 0x30c5f76b nfc_hci_send_cmd +EXPORT_SYMBOL net/nfc/hci/hci 0x322e5239 nfc_hci_reset_pipes +EXPORT_SYMBOL net/nfc/hci/hci 0x4035fbfa nfc_hci_free_device +EXPORT_SYMBOL net/nfc/hci/hci 0x661aeae2 nfc_hci_get_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0x6adddee3 nfc_hci_send_cmd_async +EXPORT_SYMBOL net/nfc/hci/hci 0x6e740361 nfc_hci_allocate_device +EXPORT_SYMBOL net/nfc/hci/hci 0x74fe3670 nfc_hci_result_to_errno +EXPORT_SYMBOL net/nfc/hci/hci 0x783e75c3 nfc_hci_send_event +EXPORT_SYMBOL net/nfc/hci/hci 0x80de4822 nfc_hci_connect_gate +EXPORT_SYMBOL net/nfc/hci/hci 0x9d507ec8 nfc_hci_set_clientdata +EXPORT_SYMBOL net/nfc/hci/hci 0xa07b30fe nfc_hci_driver_failure +EXPORT_SYMBOL net/nfc/hci/hci 0xa50cb96f nfc_llc_start +EXPORT_SYMBOL net/nfc/hci/hci 0xac4bcd39 nfc_llc_stop +EXPORT_SYMBOL net/nfc/hci/hci 0xac89f09d nfc_hci_set_param +EXPORT_SYMBOL net/nfc/hci/hci 0xbb1ea990 nfc_hci_register_device +EXPORT_SYMBOL net/nfc/hci/hci 0xd6219893 nfc_hci_target_discovered +EXPORT_SYMBOL net/nfc/hci/hci 0xd76acbd3 nfc_hci_reset_pipes_per_host +EXPORT_SYMBOL net/nfc/hci/hci 0xdd231c55 nfc_hci_sak_to_protocol +EXPORT_SYMBOL net/nfc/hci/hci 0xeaa01fa9 nfc_hci_recv_frame +EXPORT_SYMBOL net/nfc/hci/hci 0xfccf0111 nfc_hci_disconnect_all_gates +EXPORT_SYMBOL net/nfc/hci/hci 0xfffeee5a nfc_hci_get_param +EXPORT_SYMBOL net/nfc/nci/nci 0x09273950 nci_core_conn_create +EXPORT_SYMBOL net/nfc/nci/nci 0x13331414 nci_hci_open_pipe +EXPORT_SYMBOL net/nfc/nci/nci 0x146c2a40 nci_conn_max_data_pkt_payload_size +EXPORT_SYMBOL net/nfc/nci/nci 0x162a7478 nci_core_init +EXPORT_SYMBOL net/nfc/nci/nci 0x18843890 nci_register_device +EXPORT_SYMBOL net/nfc/nci/nci 0x1a5b00ac nci_req_complete +EXPORT_SYMBOL net/nfc/nci/nci 0x229b75cb nci_core_conn_close +EXPORT_SYMBOL net/nfc/nci/nci 0x35d6fe41 nci_nfcee_discover +EXPORT_SYMBOL net/nfc/nci/nci 0x50fedaf4 nci_hci_get_param +EXPORT_SYMBOL net/nfc/nci/nci 0x5622a6f7 nci_get_conn_info_by_dest_type_params +EXPORT_SYMBOL net/nfc/nci/nci 0x56a961f9 nci_nfcc_loopback +EXPORT_SYMBOL net/nfc/nci/nci 0x652ecaa3 nci_unregister_device +EXPORT_SYMBOL net/nfc/nci/nci 0x66be656a nci_hci_clear_all_pipes +EXPORT_SYMBOL net/nfc/nci/nci 0x6d450466 nci_core_reset +EXPORT_SYMBOL net/nfc/nci/nci 0x6e2b8970 nci_allocate_device +EXPORT_SYMBOL net/nfc/nci/nci 0x7700e5f3 nci_hci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0x810ea7c6 nci_set_config +EXPORT_SYMBOL net/nfc/nci/nci 0x849bcbe8 nci_send_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x8f0997f8 nci_recv_frame +EXPORT_SYMBOL net/nfc/nci/nci 0x914d20a0 nci_hci_connect_gate +EXPORT_SYMBOL net/nfc/nci/nci 0xa2af97b6 nci_hci_send_event +EXPORT_SYMBOL net/nfc/nci/nci 0xaf1f1093 nci_hci_set_param +EXPORT_SYMBOL net/nfc/nci/nci 0xba490602 nci_to_errno +EXPORT_SYMBOL net/nfc/nci/nci 0xbbd2d488 nci_send_data +EXPORT_SYMBOL net/nfc/nci/nci 0xc4072065 nci_send_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xc42f6558 nci_nfcee_mode_set +EXPORT_SYMBOL net/nfc/nci/nci 0xd05c00f7 nci_free_device +EXPORT_SYMBOL net/nfc/nci/nci 0xda8f2965 nci_core_cmd +EXPORT_SYMBOL net/nfc/nci/nci 0xe51b25c3 nci_hci_dev_session_init +EXPORT_SYMBOL net/nfc/nci/nci 0xf77ebf1f nci_prop_cmd +EXPORT_SYMBOL net/nfc/nfc 0x00be84dd nfc_allocate_device +EXPORT_SYMBOL net/nfc/nfc 0x0a276b89 nfc_remove_se +EXPORT_SYMBOL net/nfc/nfc 0x10317fbe nfc_target_lost +EXPORT_SYMBOL net/nfc/nfc 0x181204b7 nfc_se_transaction +EXPORT_SYMBOL net/nfc/nfc 0x1aad1ab4 nfc_fw_download_done +EXPORT_SYMBOL net/nfc/nfc 0x20539189 nfc_driver_failure +EXPORT_SYMBOL net/nfc/nfc 0x22f8839d nfc_tm_data_received +EXPORT_SYMBOL net/nfc/nfc 0x26b5064a nfc_get_local_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0x31dae1c3 nfc_proto_register +EXPORT_SYMBOL net/nfc/nfc 0x3513b56a __nfc_alloc_vendor_cmd_reply_skb +EXPORT_SYMBOL net/nfc/nfc 0x48db1599 nfc_find_se +EXPORT_SYMBOL net/nfc/nfc 0x4a4a6b55 nfc_unregister_device +EXPORT_SYMBOL net/nfc/nfc 0x5ee2878f nfc_dep_link_is_up +EXPORT_SYMBOL net/nfc/nfc 0x5f4f2f34 nfc_vendor_cmd_reply +EXPORT_SYMBOL net/nfc/nfc 0x624f5a0e nfc_class +EXPORT_SYMBOL net/nfc/nfc 0x661bc069 nfc_tm_deactivated +EXPORT_SYMBOL net/nfc/nfc 0x69d8225e nfc_se_connectivity +EXPORT_SYMBOL net/nfc/nfc 0x7ec185e4 nfc_proto_unregister +EXPORT_SYMBOL net/nfc/nfc 0x7efd6120 nfc_tm_activated +EXPORT_SYMBOL net/nfc/nfc 0x9d90ab78 nfc_register_device +EXPORT_SYMBOL net/nfc/nfc 0xa909277b nfc_set_remote_general_bytes +EXPORT_SYMBOL net/nfc/nfc 0xb7782ac2 nfc_add_se +EXPORT_SYMBOL net/nfc/nfc 0xc0601fab nfc_alloc_recv_skb +EXPORT_SYMBOL net/nfc/nfc 0xcabab17a nfc_send_to_raw_sock +EXPORT_SYMBOL net/nfc/nfc 0xe7a87632 nfc_targets_found +EXPORT_SYMBOL net/nfc/nfc_digital 0x3030fbe7 nfc_digital_unregister_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x372f1d11 nfc_digital_register_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x754de123 nfc_digital_allocate_device +EXPORT_SYMBOL net/nfc/nfc_digital 0x93bd6760 nfc_digital_free_device +EXPORT_SYMBOL net/phonet/phonet 0x25c7b674 pn_sock_unhash +EXPORT_SYMBOL net/phonet/phonet 0x3f6eea5a phonet_stream_ops +EXPORT_SYMBOL net/phonet/phonet 0x6b5f0434 pn_sock_get_port +EXPORT_SYMBOL net/phonet/phonet 0x7acfc35e phonet_header_ops +EXPORT_SYMBOL net/phonet/phonet 0xd2e22053 phonet_proto_register +EXPORT_SYMBOL net/phonet/phonet 0xdceeb1da pn_sock_hash +EXPORT_SYMBOL net/phonet/phonet 0xed2d33fa pn_skb_send +EXPORT_SYMBOL net/phonet/phonet 0xed6f869e phonet_proto_unregister +EXPORT_SYMBOL net/rxrpc/rxrpc 0x1a422354 rxrpc_sock_set_min_security_level +EXPORT_SYMBOL net/rxrpc/rxrpc 0x30acfad8 key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/rxrpc 0x31bf3ca3 rxrpc_debug_id +EXPORT_SYMBOL net/rxrpc/rxrpc 0x3c08c05c rxrpc_kernel_shutdown_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x5adedac3 rxrpc_kernel_put_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x68df915d rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x6e83312e rxrpc_kernel_check_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x99ce0e82 rxrpc_kernel_new_call_notification +EXPORT_SYMBOL net/rxrpc/rxrpc 0x9a534b6c rxrpc_kernel_recv_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0x9f3b0f5b rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0xaebd18a4 rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xb0eac1d5 rxrpc_kernel_charge_accept +EXPORT_SYMBOL net/rxrpc/rxrpc 0xc21b1a84 rxrpc_sock_set_security_keyring +EXPORT_SYMBOL net/rxrpc/rxrpc 0xc2644d92 rxrpc_kernel_get_peer +EXPORT_SYMBOL net/rxrpc/rxrpc 0xd18ad97e rxrpc_kernel_get_srtt +EXPORT_SYMBOL net/rxrpc/rxrpc 0xd1fc7b59 rxrpc_kernel_set_max_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0xd9ad6721 rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0xe555521a rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xee915211 rxrpc_kernel_set_tx_length +EXPORT_SYMBOL net/rxrpc/rxrpc 0xfee30172 rxrpc_kernel_get_epoch +EXPORT_SYMBOL net/sctp/sctp 0x833a050c sctp_do_peeloff +EXPORT_SYMBOL net/smc/smc 0x2e6ef01c __traceiter_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0x3153cc92 __SCK__tp_func_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x34ceed26 __traceiter_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x50333ec2 __traceiter_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0x76da5303 __tracepoint_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0xa053541c __tracepoint_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xb3f2d173 __SCK__tp_func_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xce195db5 __traceiter_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xd24addfc __tracepoint_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0xe7dacb8d __SCK__tp_func_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xf47b4ee2 __tracepoint_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xfb8cae0f __SCK__tp_func_smc_switch_to_fallback +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x34b7062e gss_mech_get +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x8575bf6e gss_mech_put +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xe1b7e400 gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/sunrpc 0x8188da40 xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0xb79a98db svc_pool_stats_open +EXPORT_SYMBOL net/sunrpc/sunrpc 0xc581ab3a xdr_restrict_buflen +EXPORT_SYMBOL net/tipc/tipc 0x02bf5df5 tipc_nl_sk_walk +EXPORT_SYMBOL net/tipc/tipc 0x1396b7a8 tipc_dump_done +EXPORT_SYMBOL net/tipc/tipc 0x61a30305 tipc_dump_start +EXPORT_SYMBOL net/tipc/tipc 0x6772d320 tipc_sk_fill_sock_diag +EXPORT_SYMBOL net/tls/tls 0xf2e38404 tls_get_record +EXPORT_SYMBOL net/wireless/cfg80211 0x01848b19 cfg80211_classify8021d +EXPORT_SYMBOL net/wireless/cfg80211 0x05d5c0a3 ieee80211_strip_8023_mesh_hdr +EXPORT_SYMBOL net/wireless/cfg80211 0x06ca71fd cfg80211_chandef_create +EXPORT_SYMBOL net/wireless/cfg80211 0x0a826a30 cfg80211_rx_control_port +EXPORT_SYMBOL net/wireless/cfg80211 0x0cc95bc2 ieee80211_s1g_channel_width +EXPORT_SYMBOL net/wireless/cfg80211 0x0d4e946c cfg80211_nan_match +EXPORT_SYMBOL net/wireless/cfg80211 0x0ec3b719 cfg80211_probe_status +EXPORT_SYMBOL net/wireless/cfg80211 0x0ff7b34e regulatory_pre_cac_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0x117aca91 cfg80211_merge_profile +EXPORT_SYMBOL net/wireless/cfg80211 0x137ca93b cfg80211_report_obss_beacon_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x13c58e52 ieee80211_get_8023_tunnel_proto +EXPORT_SYMBOL net/wireless/cfg80211 0x1879fcbd bridge_tunnel_header +EXPORT_SYMBOL net/wireless/cfg80211 0x1ab63b05 cfg80211_notify_new_peer_candidate +EXPORT_SYMBOL net/wireless/cfg80211 0x1b38baa5 nl80211_send_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0x1b82a85a cfg80211_valid_disable_subchannel_bitmap +EXPORT_SYMBOL net/wireless/cfg80211 0x1ce2497f reg_query_regdb_wmm +EXPORT_SYMBOL net/wireless/cfg80211 0x227ab099 cfg80211_chandef_usable +EXPORT_SYMBOL net/wireless/cfg80211 0x255c43f4 cfg80211_cac_event +EXPORT_SYMBOL net/wireless/cfg80211 0x261fd6b9 cfg80211_auth_timeout +EXPORT_SYMBOL net/wireless/cfg80211 0x275269b3 ieee80211_ie_split_ric +EXPORT_SYMBOL net/wireless/cfg80211 0x29744307 cfg80211_reg_can_beacon_relax +EXPORT_SYMBOL net/wireless/cfg80211 0x2b694650 cfg80211_cqm_pktloss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x2d3f99ec ieee80211_amsdu_to_8023s +EXPORT_SYMBOL net/wireless/cfg80211 0x2e08c12e cfg80211_rx_unexpected_4addr_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x2e6b0174 wiphy_rfkill_set_hw_state_reason +EXPORT_SYMBOL net/wireless/cfg80211 0x2f874684 cfg80211_tdls_oper_request +EXPORT_SYMBOL net/wireless/cfg80211 0x318278bb cfg80211_get_drvinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x360e40ec cfg80211_links_removed +EXPORT_SYMBOL net/wireless/cfg80211 0x3636add3 wiphy_register +EXPORT_SYMBOL net/wireless/cfg80211 0x3643b80f ieee80211_chandef_to_operating_class +EXPORT_SYMBOL net/wireless/cfg80211 0x3aca71a1 cfg80211_get_ies_channel_number +EXPORT_SYMBOL net/wireless/cfg80211 0x3c744e95 cfg80211_calculate_bitrate +EXPORT_SYMBOL net/wireless/cfg80211 0x3c86019a cfg80211_sinfo_alloc_tid_stats +EXPORT_SYMBOL net/wireless/cfg80211 0x3cc701e9 freq_reg_info +EXPORT_SYMBOL net/wireless/cfg80211 0x3e7f5206 cfg80211_disconnected +EXPORT_SYMBOL net/wireless/cfg80211 0x429c0c31 ieee80211_bss_get_elem +EXPORT_SYMBOL net/wireless/cfg80211 0x43afadee ieee80211_radiotap_iterator_init +EXPORT_SYMBOL net/wireless/cfg80211 0x454d32b2 cfg80211_inform_bss_frame_data +EXPORT_SYMBOL net/wireless/cfg80211 0x46ea6a4a cfg80211_inform_bss_data +EXPORT_SYMBOL net/wireless/cfg80211 0x4792c372 cfg80211_report_wowlan_wakeup +EXPORT_SYMBOL net/wireless/cfg80211 0x4abed7d4 ieee80211_mandatory_rates +EXPORT_SYMBOL net/wireless/cfg80211 0x51051cac cfg80211_del_sta_sinfo +EXPORT_SYMBOL net/wireless/cfg80211 0x540ed5fe cfg80211_put_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x54475d77 cfg80211_ready_on_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x5584448a ieee80211_channel_to_freq_khz +EXPORT_SYMBOL net/wireless/cfg80211 0x58326daf cfg80211_ft_event +EXPORT_SYMBOL net/wireless/cfg80211 0x5d0a8422 wiphy_new_nm +EXPORT_SYMBOL net/wireless/cfg80211 0x5fc0cb81 cfg80211_iter_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x632f9b69 cfg80211_sched_scan_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x671dffd5 cfg80211_ch_switch_started_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x689c8990 cfg80211_michael_mic_failure +EXPORT_SYMBOL net/wireless/cfg80211 0x68f3d52c cfg80211_chandef_dfs_required +EXPORT_SYMBOL net/wireless/cfg80211 0x69b18f43 rfc1042_header +EXPORT_SYMBOL net/wireless/cfg80211 0x6a984205 ieee80211_is_valid_amsdu +EXPORT_SYMBOL net/wireless/cfg80211 0x6b8bb86a cfg80211_rx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x6bedf402 ieee80211_freq_khz_to_channel +EXPORT_SYMBOL net/wireless/cfg80211 0x6f7d4cc7 cfg80211_nan_func_terminated +EXPORT_SYMBOL net/wireless/cfg80211 0x700ffdcd cfg80211_sta_opmode_change_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x7023963f cfg80211_check_combinations +EXPORT_SYMBOL net/wireless/cfg80211 0x7023a457 cfg80211_any_usable_channels +EXPORT_SYMBOL net/wireless/cfg80211 0x703145cb cfg80211_get_station +EXPORT_SYMBOL net/wireless/cfg80211 0x7052bb2d cfg80211_get_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x70ea479d cfg80211_gtk_rekey_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x75ce4927 cfg80211_get_iftype_ext_capa +EXPORT_SYMBOL net/wireless/cfg80211 0x79b82a71 cfg80211_find_vendor_elem +EXPORT_SYMBOL net/wireless/cfg80211 0x7acb86ed ieee80211_radiotap_iterator_next +EXPORT_SYMBOL net/wireless/cfg80211 0x7c3ac925 ieee80211_get_vht_max_nss +EXPORT_SYMBOL net/wireless/cfg80211 0x7c550f52 cfg80211_sched_scan_stopped_locked +EXPORT_SYMBOL net/wireless/cfg80211 0x7e1e997c wiphy_unregister +EXPORT_SYMBOL net/wireless/cfg80211 0x7ef39823 ieee80211_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0x84412cad cfg80211_check_station_change +EXPORT_SYMBOL net/wireless/cfg80211 0x85d3e02f cfg80211_cqm_beacon_loss_notify +EXPORT_SYMBOL net/wireless/cfg80211 0x85de3f6f wiphy_delayed_work_timer +EXPORT_SYMBOL net/wireless/cfg80211 0x85eabf75 cfg80211_ref_bss +EXPORT_SYMBOL net/wireless/cfg80211 0x86c9d920 cfg80211_assoc_comeback +EXPORT_SYMBOL net/wireless/cfg80211 0x889e2d39 cfg80211_tx_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0x8d7f11da cfg80211_rx_mgmt_ext +EXPORT_SYMBOL net/wireless/cfg80211 0x8fa02936 cfg80211_free_nan_func +EXPORT_SYMBOL net/wireless/cfg80211 0x9068a371 wdev_chandef +EXPORT_SYMBOL net/wireless/cfg80211 0x91b9d285 cfg80211_crit_proto_stopped +EXPORT_SYMBOL net/wireless/cfg80211 0x9341f74d cfg80211_new_sta +EXPORT_SYMBOL net/wireless/cfg80211 0x938697c2 cfg80211_conn_failed +EXPORT_SYMBOL net/wireless/cfg80211 0x957a6de9 cfg80211_connect_done +EXPORT_SYMBOL net/wireless/cfg80211 0x9b190da3 wiphy_free +EXPORT_SYMBOL net/wireless/cfg80211 0x9b4f541e cfg80211_rx_spurious_frame +EXPORT_SYMBOL net/wireless/cfg80211 0x9d3a2c7a cfg80211_unregister_wdev +EXPORT_SYMBOL net/wireless/cfg80211 0x9d6cba30 cfg80211_find_elem_match +EXPORT_SYMBOL net/wireless/cfg80211 0x9e416a13 cfg80211_scan_done +EXPORT_SYMBOL net/wireless/cfg80211 0xa0058981 wiphy_rfkill_start_polling +EXPORT_SYMBOL net/wireless/cfg80211 0xa02105b6 cfg80211_bss_iter +EXPORT_SYMBOL net/wireless/cfg80211 0xa16cd8ed cfg80211_ch_switch_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xa3820b33 __cfg80211_radar_event +EXPORT_SYMBOL net/wireless/cfg80211 0xabbff579 cfg80211_external_auth_request +EXPORT_SYMBOL net/wireless/cfg80211 0xb75d07a5 regulatory_set_wiphy_regd_sync +EXPORT_SYMBOL net/wireless/cfg80211 0xbef85cf0 cfg80211_update_owe_info_event +EXPORT_SYMBOL net/wireless/cfg80211 0xbf47c062 cfg80211_stop_iface +EXPORT_SYMBOL net/wireless/cfg80211 0xbff1313e cfg80211_bss_color_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xc3fb97ca ieee80211_get_response_rate +EXPORT_SYMBOL net/wireless/cfg80211 0xc4b4fc27 cfg80211_chandef_valid +EXPORT_SYMBOL net/wireless/cfg80211 0xc56b895a cfg80211_control_port_tx_status +EXPORT_SYMBOL net/wireless/cfg80211 0xc83bda30 regulatory_set_wiphy_regd +EXPORT_SYMBOL net/wireless/cfg80211 0xc92a97d0 cfg80211_iftype_allowed +EXPORT_SYMBOL net/wireless/cfg80211 0xc99d8ab3 cfg80211_sched_scan_results +EXPORT_SYMBOL net/wireless/cfg80211 0xcb480af3 cfg80211_mgmt_tx_status_ext +EXPORT_SYMBOL net/wireless/cfg80211 0xcbafb815 cfg80211_unlink_bss +EXPORT_SYMBOL net/wireless/cfg80211 0xcbc5b40e cfg80211_background_cac_abort +EXPORT_SYMBOL net/wireless/cfg80211 0xcc1a7c48 cfg80211_is_element_inherited +EXPORT_SYMBOL net/wireless/cfg80211 0xcc2f7e97 wiphy_apply_custom_regulatory +EXPORT_SYMBOL net/wireless/cfg80211 0xcf299e65 cfg80211_bss_flush +EXPORT_SYMBOL net/wireless/cfg80211 0xcfcd558f cfg80211_rx_unprot_mlme_mgmt +EXPORT_SYMBOL net/wireless/cfg80211 0xd066dd67 __cfg80211_send_event_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xd110e110 cfg80211_pmksa_candidate_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xd56d55f3 ieee80211_get_mesh_hdrlen +EXPORT_SYMBOL net/wireless/cfg80211 0xd6c87a05 cfg80211_defragment_element +EXPORT_SYMBOL net/wireless/cfg80211 0xd80913ae ieee80211_data_to_8023_exthdr +EXPORT_SYMBOL net/wireless/cfg80211 0xd9353778 ieee80211_get_num_supported_channels +EXPORT_SYMBOL net/wireless/cfg80211 0xd97eaad4 cfg80211_chandef_compatible +EXPORT_SYMBOL net/wireless/cfg80211 0xd9f3c926 cfg80211_reg_can_beacon +EXPORT_SYMBOL net/wireless/cfg80211 0xdba126c1 reg_initiator_name +EXPORT_SYMBOL net/wireless/cfg80211 0xddea7d7a get_wiphy_regdom +EXPORT_SYMBOL net/wireless/cfg80211 0xde31e641 cfg80211_roamed +EXPORT_SYMBOL net/wireless/cfg80211 0xde55be03 cfg80211_register_netdevice +EXPORT_SYMBOL net/wireless/cfg80211 0xe08409ae ieee80211_get_channel_khz +EXPORT_SYMBOL net/wireless/cfg80211 0xe2fad5fe cfg80211_ibss_joined +EXPORT_SYMBOL net/wireless/cfg80211 0xe3a9175d cfg80211_cqm_rssi_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xe42f3f61 cfg80211_tx_mgmt_expired +EXPORT_SYMBOL net/wireless/cfg80211 0xe5578216 cfg80211_remain_on_channel_expired +EXPORT_SYMBOL net/wireless/cfg80211 0xe6a03051 cfg80211_send_layer2_update +EXPORT_SYMBOL net/wireless/cfg80211 0xe6f7f95a ieee80211_get_hdrlen_from_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xe7ed8994 wiphy_read_of_freq_limits +EXPORT_SYMBOL net/wireless/cfg80211 0xf3de76dd cfg80211_cqm_txe_notify +EXPORT_SYMBOL net/wireless/cfg80211 0xf40bc2f5 ieee80211_operating_class_to_band +EXPORT_SYMBOL net/wireless/cfg80211 0xf421ed92 __cfg80211_alloc_reply_skb +EXPORT_SYMBOL net/wireless/cfg80211 0xf5596d89 cfg80211_get_p2p_attr +EXPORT_SYMBOL net/wireless/cfg80211 0xfb54905b cfg80211_rx_assoc_resp +EXPORT_SYMBOL net/wireless/cfg80211 0xfbb2df47 cfg80211_assoc_failure +EXPORT_SYMBOL net/wireless/cfg80211 0xfbeb509e regulatory_hint +EXPORT_SYMBOL net/wireless/cfg80211 0xfd366ab9 cfg80211_port_authorized +EXPORT_SYMBOL net/wireless/cfg80211 0xfd781ece __cfg80211_alloc_event_skb +EXPORT_SYMBOL net/wireless/lib80211 0x4a5128ca lib80211_get_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0x89f931dc lib80211_register_crypto_ops +EXPORT_SYMBOL net/wireless/lib80211 0xc2596bc7 lib80211_crypt_info_init +EXPORT_SYMBOL net/wireless/lib80211 0xcac234c3 lib80211_crypt_info_free +EXPORT_SYMBOL net/wireless/lib80211 0xcf71c496 lib80211_crypt_delayed_deinit +EXPORT_SYMBOL net/wireless/lib80211 0xedec7fe2 lib80211_unregister_crypto_ops +EXPORT_SYMBOL sound/ac97_bus 0xe48c60c6 ac97_bus_type +EXPORT_SYMBOL sound/core/oss/snd-mixer-oss 0x433ccc36 snd_mixer_oss_ioctl_card +EXPORT_SYMBOL sound/core/seq/snd-seq 0x1a724fcc snd_seq_kernel_client_ctl +EXPORT_SYMBOL sound/core/seq/snd-seq 0x23738926 snd_seq_dump_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0x3061c52d snd_use_lock_sync_helper +EXPORT_SYMBOL sound/core/seq/snd-seq 0x5d117b27 snd_seq_create_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x6bb71038 snd_seq_delete_kernel_client +EXPORT_SYMBOL sound/core/seq/snd-seq 0x7b8699eb snd_seq_event_port_detach +EXPORT_SYMBOL sound/core/seq/snd-seq 0x85cd59a8 snd_seq_kernel_client_dispatch +EXPORT_SYMBOL sound/core/seq/snd-seq 0x9abd5c0f snd_seq_kernel_client_write_poll +EXPORT_SYMBOL sound/core/seq/snd-seq 0xa6e19f8e snd_seq_expand_var_event +EXPORT_SYMBOL sound/core/seq/snd-seq 0xb8e448a0 snd_seq_set_queue_tempo +EXPORT_SYMBOL sound/core/seq/snd-seq 0xc583e6d2 snd_seq_event_port_attach +EXPORT_SYMBOL sound/core/seq/snd-seq 0xe5aaf668 snd_seq_kernel_client_enqueue +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0x6ea09972 snd_midi_channel_alloc_set +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0x74769de9 snd_midi_process_event +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0x833a3e07 snd_midi_channel_set_clear +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-emul 0xb9948d2c snd_midi_channel_free_set +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x072d978b snd_midi_event_new +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x13a17752 snd_midi_event_reset_encode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x2eed26bf snd_midi_event_no_status +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x548ad13a snd_midi_event_encode_byte +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x592f6e9b snd_midi_event_free +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0x6eb7a979 snd_midi_event_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-midi-event 0xe60fb228 snd_midi_event_reset_decode +EXPORT_SYMBOL sound/core/seq/snd-seq-virmidi 0xae2e840d snd_virmidi_new +EXPORT_SYMBOL sound/core/snd 0x0571302d snd_info_create_card_entry +EXPORT_SYMBOL sound/core/snd 0x09c6677e snd_ctl_unregister_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0x11a96de7 snd_card_free_when_closed +EXPORT_SYMBOL sound/core/snd 0x18e1683f snd_dma_program +EXPORT_SYMBOL sound/core/snd 0x191e88cf snd_dma_pointer +EXPORT_SYMBOL sound/core/snd 0x198788b4 snd_lookup_oss_minor_data +EXPORT_SYMBOL sound/core/snd 0x1e8e7b8c snd_unregister_device +EXPORT_SYMBOL sound/core/snd 0x224e4031 snd_power_wait +EXPORT_SYMBOL sound/core/snd 0x22d40f99 snd_jack_set_key +EXPORT_SYMBOL sound/core/snd 0x24a94b26 snd_info_get_line +EXPORT_SYMBOL sound/core/snd 0x26cd4616 snd_card_register +EXPORT_SYMBOL sound/core/snd 0x2dea8e14 snd_info_create_module_entry +EXPORT_SYMBOL sound/core/snd 0x342a2354 copy_to_user_fromio +EXPORT_SYMBOL sound/core/snd 0x396482e7 snd_ctl_notify_one +EXPORT_SYMBOL sound/core/snd 0x3971b4df snd_ecards_limit +EXPORT_SYMBOL sound/core/snd 0x3af13a86 snd_ctl_replace +EXPORT_SYMBOL sound/core/snd 0x432afaad snd_card_set_id +EXPORT_SYMBOL sound/core/snd 0x460b1936 snd_card_free +EXPORT_SYMBOL sound/core/snd 0x49599211 snd_ctl_remove +EXPORT_SYMBOL sound/core/snd 0x4a3ea5c0 snd_request_card +EXPORT_SYMBOL sound/core/snd 0x4c6761fc snd_device_register +EXPORT_SYMBOL sound/core/snd 0x52ddb5c1 snd_info_register +EXPORT_SYMBOL sound/core/snd 0x540ad814 snd_ctl_remove_id +EXPORT_SYMBOL sound/core/snd 0x5d6e1e3c snd_info_free_entry +EXPORT_SYMBOL sound/core/snd 0x6b44fd3a snd_ctl_add +EXPORT_SYMBOL sound/core/snd 0x70c15ac1 snd_dma_disable +EXPORT_SYMBOL sound/core/snd 0x73076315 snd_pci_quirk_lookup_id +EXPORT_SYMBOL sound/core/snd 0x73e249a0 snd_card_new +EXPORT_SYMBOL sound/core/snd 0x784d60d1 snd_ctl_find_numid +EXPORT_SYMBOL sound/core/snd 0x799a16dd snd_ctl_rename +EXPORT_SYMBOL sound/core/snd 0x8a9f8290 snd_jack_add_new_kctl +EXPORT_SYMBOL sound/core/snd 0x8df3789f snd_oss_info_register +EXPORT_SYMBOL sound/core/snd 0x8f595b11 snd_major +EXPORT_SYMBOL sound/core/snd 0x90afb084 snd_ctl_boolean_mono_info +EXPORT_SYMBOL sound/core/snd 0x90de7836 snd_device_free +EXPORT_SYMBOL sound/core/snd 0x9e6d79f8 snd_info_get_str +EXPORT_SYMBOL sound/core/snd 0x9f9ad69d snd_ctl_register_ioctl_compat +EXPORT_SYMBOL sound/core/snd 0xa0032823 snd_ctl_notify +EXPORT_SYMBOL sound/core/snd 0xa2b0912b snd_card_file_remove +EXPORT_SYMBOL sound/core/snd 0xa63cc43a snd_card_disconnect +EXPORT_SYMBOL sound/core/snd 0xab7772fc snd_register_device +EXPORT_SYMBOL sound/core/snd 0xab850570 snd_jack_set_parent +EXPORT_SYMBOL sound/core/snd 0xae6ba061 snd_component_add +EXPORT_SYMBOL sound/core/snd 0xb18c6d89 snd_mixer_oss_notify_callback +EXPORT_SYMBOL sound/core/snd 0xb2610710 snd_card_file_add +EXPORT_SYMBOL sound/core/snd 0xb2e5ae4a snd_lookup_minor_data +EXPORT_SYMBOL sound/core/snd 0xbfce4afe snd_jack_report +EXPORT_SYMBOL sound/core/snd 0xc29700e4 snd_ctl_boolean_stereo_info +EXPORT_SYMBOL sound/core/snd 0xc5a6d10b release_and_free_resource +EXPORT_SYMBOL sound/core/snd 0xc848e386 snd_unregister_oss_device +EXPORT_SYMBOL sound/core/snd 0xcb9a0574 snd_seq_root +EXPORT_SYMBOL sound/core/snd 0xcc6a729f snd_ctl_enum_info +EXPORT_SYMBOL sound/core/snd 0xcd96bdd2 snd_pci_quirk_lookup +EXPORT_SYMBOL sound/core/snd 0xd0859339 snd_ctl_free_one +EXPORT_SYMBOL sound/core/snd 0xd200b112 snd_jack_new +EXPORT_SYMBOL sound/core/snd 0xd81e93dc snd_device_new +EXPORT_SYMBOL sound/core/snd 0xd88cfaa3 snd_ctl_make_virtual_master +EXPORT_SYMBOL sound/core/snd 0xd98a6e2f snd_ctl_find_id +EXPORT_SYMBOL sound/core/snd 0xd9912733 snd_register_oss_device +EXPORT_SYMBOL sound/core/snd 0xdd041168 snd_ctl_rename_id +EXPORT_SYMBOL sound/core/snd 0xe53f7d36 snd_ctl_register_ioctl +EXPORT_SYMBOL sound/core/snd 0xf0d633f2 _snd_ctl_add_follower +EXPORT_SYMBOL sound/core/snd 0xf4d39517 snd_ctl_unregister_ioctl +EXPORT_SYMBOL sound/core/snd 0xfa4270e6 snd_ctl_new1 +EXPORT_SYMBOL sound/core/snd 0xfffd89db copy_from_user_toio +EXPORT_SYMBOL sound/core/snd-compress 0x044922a3 snd_compr_free_pages +EXPORT_SYMBOL sound/core/snd-compress 0xde30cefa snd_compr_malloc_pages +EXPORT_SYMBOL sound/core/snd-hwdep 0x4ea8cea3 snd_hwdep_new +EXPORT_SYMBOL sound/core/snd-pcm 0x0283dfe3 _snd_pcm_hw_params_any +EXPORT_SYMBOL sound/core/snd-pcm 0x049ee7f5 snd_pcm_lib_malloc_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x04cda566 snd_interval_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x11eba48e snd_pcm_create_iec958_consumer_hw_params +EXPORT_SYMBOL sound/core/snd-pcm 0x1863aabf snd_pcm_set_sync +EXPORT_SYMBOL sound/core/snd-pcm 0x19e78a18 snd_dma_alloc_dir_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x1d027e4b snd_pcm_format_signed +EXPORT_SYMBOL sound/core/snd-pcm 0x1fbcb18e snd_pcm_hw_constraint_pow2 +EXPORT_SYMBOL sound/core/snd-pcm 0x20f74c06 snd_pcm_hw_param_last +EXPORT_SYMBOL sound/core/snd-pcm 0x2f3b1c50 snd_pcm_hw_param_first +EXPORT_SYMBOL sound/core/snd-pcm 0x3796bdcc snd_pcm_format_little_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x39bf9301 _snd_pcm_hw_param_setempty +EXPORT_SYMBOL sound/core/snd-pcm 0x3a12f601 _snd_pcm_lib_alloc_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x3af2aaa9 snd_pcm_hw_constraint_ratnums +EXPORT_SYMBOL sound/core/snd-pcm 0x4794650d snd_pcm_lib_preallocate_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x48373b18 snd_pcm_lib_get_vmalloc_page +EXPORT_SYMBOL sound/core/snd-pcm 0x4f816e9b snd_pcm_format_big_endian +EXPORT_SYMBOL sound/core/snd-pcm 0x503bd137 snd_interval_ranges +EXPORT_SYMBOL sound/core/snd-pcm 0x52e3e4a5 snd_pcm_hw_param_value +EXPORT_SYMBOL sound/core/snd-pcm 0x53a385b4 snd_pcm_release_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x55aa9252 snd_pcm_stop +EXPORT_SYMBOL sound/core/snd-pcm 0x5b483596 snd_pcm_period_elapsed +EXPORT_SYMBOL sound/core/snd-pcm 0x5d1282f2 snd_pcm_hw_constraint_minmax +EXPORT_SYMBOL sound/core/snd-pcm 0x5e14fec1 snd_pcm_hw_constraint_msbits +EXPORT_SYMBOL sound/core/snd-pcm 0x5e337e84 snd_pcm_open_substream +EXPORT_SYMBOL sound/core/snd-pcm 0x5e7f4920 snd_pcm_format_set_silence +EXPORT_SYMBOL sound/core/snd-pcm 0x63a906b2 snd_dma_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0x63f1c790 __snd_pcm_lib_xfer +EXPORT_SYMBOL sound/core/snd-pcm 0x650f8603 snd_pcm_format_silence_64 +EXPORT_SYMBOL sound/core/snd-pcm 0x68a24153 snd_pcm_format_physical_width +EXPORT_SYMBOL sound/core/snd-pcm 0x69255f54 snd_pcm_hw_limit_rates +EXPORT_SYMBOL sound/core/snd-pcm 0x6ef8fcd8 snd_pcm_format_linear +EXPORT_SYMBOL sound/core/snd-pcm 0x6f043ed2 snd_pcm_lib_free_vmalloc_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0x73ae9a07 snd_dma_alloc_pages_fallback +EXPORT_SYMBOL sound/core/snd-pcm 0x7bddd75b snd_pcm_hw_constraint_ratdens +EXPORT_SYMBOL sound/core/snd-pcm 0x7e774205 snd_pcm_lib_mmap_iomem +EXPORT_SYMBOL sound/core/snd-pcm 0x834dc955 snd_pcm_format_size +EXPORT_SYMBOL sound/core/snd-pcm 0x849d93d8 snd_pcm_hw_refine +EXPORT_SYMBOL sound/core/snd-pcm 0x8beffe1d snd_pcm_kernel_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0x8d3b7438 snd_pcm_set_ops +EXPORT_SYMBOL sound/core/snd-pcm 0x91d98303 snd_pcm_hw_rule_add +EXPORT_SYMBOL sound/core/snd-pcm 0x9307600a snd_pcm_lib_preallocate_free_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0x94098ff8 snd_interval_list +EXPORT_SYMBOL sound/core/snd-pcm 0x9b99769e snd_pcm_hw_rule_noresample +EXPORT_SYMBOL sound/core/snd-pcm 0xa1cb1534 snd_pcm_mmap_data +EXPORT_SYMBOL sound/core/snd-pcm 0xa228759a snd_pcm_create_iec958_consumer +EXPORT_SYMBOL sound/core/snd-pcm 0xa54adea4 snd_pcm_lib_preallocate_pages_for_all +EXPORT_SYMBOL sound/core/snd-pcm 0xa61aa028 snd_pcm_format_unsigned +EXPORT_SYMBOL sound/core/snd-pcm 0xa9844eee snd_pcm_lib_free_pages +EXPORT_SYMBOL sound/core/snd-pcm 0xac437f7b snd_interval_ratnum +EXPORT_SYMBOL sound/core/snd-pcm 0xac6ab062 snd_pcm_hw_constraint_step +EXPORT_SYMBOL sound/core/snd-pcm 0xae1d0d65 snd_pcm_hw_constraint_ranges +EXPORT_SYMBOL sound/core/snd-pcm 0xb327ac58 snd_pcm_hw_constraint_integer +EXPORT_SYMBOL sound/core/snd-pcm 0xb617b15e snd_pcm_set_managed_buffer_all +EXPORT_SYMBOL sound/core/snd-pcm 0xb7e534ed snd_pcm_new_stream +EXPORT_SYMBOL sound/core/snd-pcm 0xb9638db4 snd_pcm_rate_to_rate_bit +EXPORT_SYMBOL sound/core/snd-pcm 0xb9d48edd snd_sgbuf_get_page +EXPORT_SYMBOL sound/core/snd-pcm 0xbeba3061 snd_pcm_suspend_all +EXPORT_SYMBOL sound/core/snd-pcm 0xc9c2faeb snd_sgbuf_get_addr +EXPORT_SYMBOL sound/core/snd-pcm 0xcb7c9766 snd_pcm_new +EXPORT_SYMBOL sound/core/snd-pcm 0xcb844886 snd_pcm_new_internal +EXPORT_SYMBOL sound/core/snd-pcm 0xcb85a515 snd_pcm_set_managed_buffer +EXPORT_SYMBOL sound/core/snd-pcm 0xd0fd0a6e snd_pcm_lib_ioctl +EXPORT_SYMBOL sound/core/snd-pcm 0xd57882c0 snd_pcm_period_elapsed_under_stream_lock +EXPORT_SYMBOL sound/core/snd-pcm 0xdfc5d574 snd_pcm_hw_constraint_list +EXPORT_SYMBOL sound/core/snd-pcm 0xe56a9336 snd_pcm_format_width +EXPORT_SYMBOL sound/core/snd-pcm 0xef895665 snd_dma_buffer_mmap +EXPORT_SYMBOL sound/core/snd-pcm 0xf1636748 snd_sgbuf_get_chunk_size +EXPORT_SYMBOL sound/core/snd-pcm 0xf7a3b404 snd_pcm_hw_constraint_mask64 +EXPORT_SYMBOL sound/core/snd-pcm 0xff6104d0 snd_pcm_rate_bit_to_rate +EXPORT_SYMBOL sound/core/snd-rawmidi 0x1c37536d snd_rawmidi_transmit_peek +EXPORT_SYMBOL sound/core/snd-rawmidi 0x1e79f19d snd_rawmidi_drain_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x2a20404e snd_rawmidi_kernel_release +EXPORT_SYMBOL sound/core/snd-rawmidi 0x43e6d0a7 snd_rawmidi_proceed +EXPORT_SYMBOL sound/core/snd-rawmidi 0x6decd447 snd_rawmidi_info_select +EXPORT_SYMBOL sound/core/snd-rawmidi 0x711613bd snd_rawmidi_new +EXPORT_SYMBOL sound/core/snd-rawmidi 0x721d599b snd_rawmidi_drop_output +EXPORT_SYMBOL sound/core/snd-rawmidi 0x7aab7b02 snd_rawmidi_kernel_open +EXPORT_SYMBOL sound/core/snd-rawmidi 0x7fc56e17 snd_rawmidi_output_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x911a71ad snd_rawmidi_input_params +EXPORT_SYMBOL sound/core/snd-rawmidi 0x947c213d snd_rawmidi_transmit +EXPORT_SYMBOL sound/core/snd-rawmidi 0xcbed16f4 snd_rawmidi_kernel_write +EXPORT_SYMBOL sound/core/snd-rawmidi 0xd7342d86 snd_rawmidi_transmit_ack +EXPORT_SYMBOL sound/core/snd-rawmidi 0xddaae729 snd_rawmidi_drain_input +EXPORT_SYMBOL sound/core/snd-rawmidi 0xde796f49 snd_rawmidi_kernel_read +EXPORT_SYMBOL sound/core/snd-rawmidi 0xe23aa632 snd_rawmidi_set_ops +EXPORT_SYMBOL sound/core/snd-rawmidi 0xf39de78d snd_rawmidi_transmit_empty +EXPORT_SYMBOL sound/core/snd-rawmidi 0xfdde7229 snd_rawmidi_receive +EXPORT_SYMBOL sound/core/snd-seq-device 0x091def1c snd_seq_autoload_exit +EXPORT_SYMBOL sound/core/snd-seq-device 0x370a0736 snd_seq_autoload_init +EXPORT_SYMBOL sound/core/snd-seq-device 0x6339b6d0 snd_seq_device_load_drivers +EXPORT_SYMBOL sound/core/snd-seq-device 0x8754633d snd_seq_device_new +EXPORT_SYMBOL sound/core/snd-timer 0x0711a644 snd_timer_global_new +EXPORT_SYMBOL sound/core/snd-timer 0x1ff09dc0 snd_timer_pause +EXPORT_SYMBOL sound/core/snd-timer 0x6d8a9956 snd_timer_instance_free +EXPORT_SYMBOL sound/core/snd-timer 0x81f9eb59 snd_timer_global_register +EXPORT_SYMBOL sound/core/snd-timer 0x8e10488f snd_timer_instance_new +EXPORT_SYMBOL sound/core/snd-timer 0x994da6ba snd_timer_start +EXPORT_SYMBOL sound/core/snd-timer 0xa6b9e061 snd_timer_stop +EXPORT_SYMBOL sound/core/snd-timer 0xc0b6e44b snd_timer_interrupt +EXPORT_SYMBOL sound/core/snd-timer 0xc0c00dbc snd_timer_notify +EXPORT_SYMBOL sound/core/snd-timer 0xc16b8958 snd_timer_close +EXPORT_SYMBOL sound/core/snd-timer 0xc496b728 snd_timer_global_free +EXPORT_SYMBOL sound/core/snd-timer 0xd2022097 snd_timer_open +EXPORT_SYMBOL sound/core/snd-timer 0xd24202bc snd_timer_new +EXPORT_SYMBOL sound/core/snd-timer 0xe65ffa24 snd_timer_resolution +EXPORT_SYMBOL sound/core/snd-timer 0xf0ed3cb6 snd_timer_continue +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x6d629c59 snd_mpu401_uart_interrupt_tx +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0x6e22b676 snd_mpu401_uart_new +EXPORT_SYMBOL sound/drivers/mpu401/snd-mpu401-uart 0xc0fec227 snd_mpu401_uart_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x05060a19 snd_opl3_regmap +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x135ea5de snd_opl3_hwdep_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x4c9fd892 snd_opl3_reset +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x4dc0963b snd_opl3_interrupt +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0x9dcf376a snd_opl3_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xaec23c09 snd_opl3_find_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xbcfb49cd snd_opl3_timer_new +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xc4583b5d snd_opl3_create +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xd69a1344 snd_opl3_load_patch +EXPORT_SYMBOL sound/drivers/opl3/snd-opl3-lib 0xdc59455e snd_opl3_init +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x226138b0 snd_vx_threaded_irq_handler +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x4febdb2f snd_vx_setup_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x5378bf3d snd_vx_dsp_load +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x6bcf0d14 snd_vx_resume +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0x78120ffa snd_vx_check_reg_bit +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xad83dae3 snd_vx_free_firmware +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xb91c199a snd_vx_create +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xcb9bf193 snd_vx_dsp_boot +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xeab4e584 snd_vx_suspend +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xead75884 snd_vx_load_boot_image +EXPORT_SYMBOL sound/drivers/vx/snd-vx-lib 0xf1f04d23 snd_vx_irq_handler +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x009e9479 amdtp_stream_pcm_prepare +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x139ba174 cmp_connection_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x20254e45 amdtp_syt_intervals +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x342dd3ad cmp_connection_release +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x351c0e96 avc_general_get_plug_info +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x3cc9b977 fcp_avc_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x42aefd99 cmp_connection_check_used +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x53ca18e8 amdtp_rate_table +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x57040fbd amdtp_stream_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x6877e367 iso_packets_buffer_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x76f588f0 amdtp_stream_add_pcm_hw_constraints +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x776ddabc fcp_bus_reset +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x77ed22d2 cmp_connection_break +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x7cd29974 cmp_connection_establish +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x7f68b3d0 amdtp_stream_get_max_payload +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x81230cc7 amdtp_stream_set_parameters +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x8f7b6597 amdtp_stream_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x92833016 amdtp_stream_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x94773494 cmp_connection_reserve +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x94f15672 avc_general_get_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x98432c73 avc_general_set_sig_fmt +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0x9ed4c173 amdtp_stream_pcm_abort +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xa9cd3871 cmp_connection_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xadccde7b fw_iso_resources_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xb5f17d25 fw_iso_resources_init +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xca8a3992 snd_fw_transaction +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xcf459630 iso_packets_buffer_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe4f23aab cmp_connection_destroy +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xe81a337a fw_iso_resources_update +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xeb64db86 fw_iso_resources_allocate +EXPORT_SYMBOL sound/firewire/snd-firewire-lib 0xf771e867 fw_iso_resources_free +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0x0124dcfa snd_ak4113_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4113 0x9af4fb5c snd_ak4113_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x2e436cb5 snd_ak4114_build +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x4a94e190 snd_ak4114_suspend +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x692618a5 snd_ak4114_reg_write +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x7af3c89c snd_ak4114_check_rate_and_errors +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x83cda229 snd_ak4114_resume +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x8bf1257d snd_ak4114_external_rate +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0x8f92992d snd_ak4114_reinit +EXPORT_SYMBOL sound/i2c/other/snd-ak4114 0xccdbbc38 snd_ak4114_create +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x04505dc0 snd_akm4xxx_init +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x78e1f1eb snd_akm4xxx_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x7b18ff99 snd_akm4xxx_reset +EXPORT_SYMBOL sound/i2c/other/snd-ak4xxx-adda 0x9a160453 snd_akm4xxx_write +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x363d50f2 snd_pt2258_build_controls +EXPORT_SYMBOL sound/i2c/other/snd-pt2258 0x8070e757 snd_pt2258_reset +EXPORT_SYMBOL sound/i2c/snd-i2c 0x01982f58 snd_i2c_bus_create +EXPORT_SYMBOL sound/i2c/snd-i2c 0x107833ba snd_i2c_sendbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0x6579fccc snd_i2c_probeaddr +EXPORT_SYMBOL sound/i2c/snd-i2c 0x717d428d snd_i2c_device_free +EXPORT_SYMBOL sound/i2c/snd-i2c 0xae934dd1 snd_i2c_readbytes +EXPORT_SYMBOL sound/i2c/snd-i2c 0xfa464c6f snd_i2c_device_create +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x0a2465fc snd_sbdsp_get_byte +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x0efc5d30 snd_sbmixer_new +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x21122360 snd_sbmixer_suspend +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x33af986e snd_sbdsp_reset +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x440e6ce9 snd_sbmixer_write +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x530320cc snd_sbmixer_read +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x704365c2 snd_sbdsp_create +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0x7332f8b2 snd_sbmixer_resume +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xcf75bf9a snd_sbdsp_command +EXPORT_SYMBOL sound/isa/sb/snd-sb-common 0xfcf4cb8e snd_sbmixer_add_ctl +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x02f110a9 snd_ac97_set_rate +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x1508fc37 snd_ac97_suspend +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x26e0bf12 snd_ac97_resume +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x35461800 snd_ac97_write +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x48c55d80 snd_ac97_pcm_open +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x53137915 snd_ac97_update_bits +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x596b7861 snd_ac97_get_short_name +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x629ee80a snd_ac97_pcm_close +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x7993c0b5 snd_ac97_mixer +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x80cb5671 snd_ac97_update +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x9ba4d22d snd_ac97_tune_hardware +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0x9f133bd9 snd_ac97_update_power +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xae101634 snd_ac97_read +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xb89f5999 snd_ac97_pcm_assign +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xc518acd9 snd_ac97_bus +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xdbd97365 snd_ac97_pcm_double_rate_rules +EXPORT_SYMBOL sound/pci/ac97/snd-ac97-codec 0xe1d0b60d snd_ac97_write_cache +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0x183fa7ca snd_ice1712_akm4xxx_build_controls +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xd4b06ade snd_ice1712_akm4xxx_free +EXPORT_SYMBOL sound/pci/ice1712/snd-ice17xx-ak4xxx 0xfcd5463f snd_ice1712_akm4xxx_init +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x03c1388a oxygen_read32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x04199bf0 oxygen_write_spi +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x19f44802 oxygen_write_i2c +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x3b570156 oxygen_pci_pm +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x440a0569 oxygen_read16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x504ee095 oxygen_write16 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x55f14cd6 oxygen_reset_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x630d70c4 oxygen_write32 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x64475edd oxygen_write16_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x68ee52d9 oxygen_write_ac97_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x6f1bbf1a oxygen_read_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x956c0b8d oxygen_write_uart +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0x9884bedb oxygen_write8_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc213e520 oxygen_write32_masked +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc66e742b oxygen_write_ac97 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xc6b56d62 oxygen_update_dac_routing +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xd3717193 oxygen_pci_shutdown +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xefd8de2a oxygen_read8 +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xf5e48500 oxygen_pci_probe +EXPORT_SYMBOL sound/pci/oxygen/snd-oxygen-lib 0xfab839da oxygen_write8 +EXPORT_SYMBOL sound/soc/amd/acp_audio_dma 0xf2cc2cce acp_bt_uart_enable +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0x42331a25 snd_amd_acp_find_config +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0x52e7a599 snd_soc_acpi_amd_sof_machines +EXPORT_SYMBOL sound/soc/amd/snd-acp-config 0x9c97daf1 snd_soc_acpi_amd_rmb_sof_machines +EXPORT_SYMBOL sound/soc/codecs/snd-soc-adau1372 0x6ead68b8 adau1372_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-lpass-wsa-macro 0x851c4114 wsa_macro_set_spkr_mode +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x5c12ce89 pcm3060_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-pcm3060 0x709da00b pcm3060_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-rt715 0xed2acb24 hda_to_sdw +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x18892952 tlv320aic23_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic23 0x559dd7a4 tlv320aic23_regmap +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x2c215c9d aic32x4_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x33178b10 aic32x4_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic32x4 0x7575e804 aic32x4_regmap_config +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0x0251031a aic3x_remove +EXPORT_SYMBOL sound/soc/codecs/snd-soc-tlv320aic3x 0x72580ea4 aic3x_probe +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x3a195ca9 wcd_mbhc_get_impedance +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x4d5fd759 wcd_dt_parse_mbhc_data +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x77775a25 wcd_mbhc_start +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0x789ebe56 wcd_mbhc_set_hph_type +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xa5758a49 wcd_mbhc_get_hph_type +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xb663df1c wcd_mbhc_init +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xd094df47 wcd_mbhc_deinit +EXPORT_SYMBOL sound/soc/codecs/snd-soc-wcd-mbhc 0xe2beca26 wcd_mbhc_stop +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x2c635f0e fsl_asoc_get_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x4de02029 fsl_asoc_reparent_pll_clocks +EXPORT_SYMBOL sound/soc/fsl/snd-soc-fsl-utils 0x5cbc4129 fsl_asoc_get_dma_channel +EXPORT_SYMBOL sound/soc/snd-soc-core 0x90de2d12 snd_soc_alloc_ac97_component +EXPORT_SYMBOL sound/soundcore 0x082aa73a register_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x261bd124 register_sound_special +EXPORT_SYMBOL sound/soundcore 0x6484a049 register_sound_special_device +EXPORT_SYMBOL sound/soundcore 0x7afc9d8a unregister_sound_mixer +EXPORT_SYMBOL sound/soundcore 0x99c95fa5 unregister_sound_special +EXPORT_SYMBOL sound/soundcore 0xb2825102 register_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xcd083b10 unregister_sound_dsp +EXPORT_SYMBOL sound/soundcore 0xd4a24289 sound_class +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x16756dc0 snd_usbmidi_input_start +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x63343b1d snd_usbmidi_input_stop +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0x85bc5f7f __snd_usbmidi_create +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xb2af19e1 snd_usbmidi_resume +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xbed43a41 snd_usbmidi_suspend +EXPORT_SYMBOL sound/usb/snd-usbmidi-lib 0xd9d2bb03 snd_usbmidi_disconnect +EXPORT_SYMBOL vmlinux 0x0005f91d pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0x0008dd08 generic_permission +EXPORT_SYMBOL vmlinux 0x00148653 vsnprintf +EXPORT_SYMBOL vmlinux 0x00346a44 rt6_lookup +EXPORT_SYMBOL vmlinux 0x003a7a96 h_ipi_redirect +EXPORT_SYMBOL vmlinux 0x004c988a dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0x004d1be9 kill_fasync +EXPORT_SYMBOL vmlinux 0x00549067 netdev_get_by_index +EXPORT_SYMBOL vmlinux 0x00551f0f padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x005e5bc1 __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0x0060a5be security_sctp_assoc_established +EXPORT_SYMBOL vmlinux 0x006c730b xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x009249fe gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0x00a3b833 skb_splice_from_iter +EXPORT_SYMBOL vmlinux 0x00a65262 arch_debugfs_dir +EXPORT_SYMBOL vmlinux 0x00b0f1a4 napi_get_frags +EXPORT_SYMBOL vmlinux 0x00b4e615 posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x00c5f722 locks_lock_inode_wait +EXPORT_SYMBOL vmlinux 0x00cb7f82 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0x00d7e722 vme_lm_count +EXPORT_SYMBOL vmlinux 0x00e86047 __traceiter_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x0106f3c1 mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x0107fc6c blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0x010e5a96 dmam_alloc_attrs +EXPORT_SYMBOL vmlinux 0x01156ae4 utf8_strncasecmp_folded +EXPORT_SYMBOL vmlinux 0x01284db2 ip_sock_set_pktinfo +EXPORT_SYMBOL vmlinux 0x012878ab pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0x0129c4f8 par_io_data_set +EXPORT_SYMBOL vmlinux 0x0129fc42 file_fdatawait_range +EXPORT_SYMBOL vmlinux 0x01354187 pci_enable_msi +EXPORT_SYMBOL vmlinux 0x0140c525 gen_pool_create +EXPORT_SYMBOL vmlinux 0x0147812c kblockd_mod_delayed_work_on +EXPORT_SYMBOL vmlinux 0x016f123e sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x01757935 rdmacg_register_device +EXPORT_SYMBOL vmlinux 0x017de3d5 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0x0188cd88 vme_alloc_consistent +EXPORT_SYMBOL vmlinux 0x018a32e9 is_bad_inode +EXPORT_SYMBOL vmlinux 0x0190d406 scsi_vpd_lun_id +EXPORT_SYMBOL vmlinux 0x01982074 xa_set_mark +EXPORT_SYMBOL vmlinux 0x019c5e69 dma_sync_wait +EXPORT_SYMBOL vmlinux 0x01a48c40 skb_flow_get_icmp_tci +EXPORT_SYMBOL vmlinux 0x01a99a60 bio_reset +EXPORT_SYMBOL vmlinux 0x01bf55fc paddr_vmcoreinfo_note +EXPORT_SYMBOL vmlinux 0x01c7de90 i2c_clients_command +EXPORT_SYMBOL vmlinux 0x01e07195 filemap_release_folio +EXPORT_SYMBOL vmlinux 0x01e80408 timer_interrupt +EXPORT_SYMBOL vmlinux 0x0209f3a7 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x020dbf27 bitmap_alloc +EXPORT_SYMBOL vmlinux 0x0210fa69 tcf_exts_validate +EXPORT_SYMBOL vmlinux 0x0228925f iowrite64_hi_lo +EXPORT_SYMBOL vmlinux 0x0235432c tcf_get_next_chain +EXPORT_SYMBOL vmlinux 0x0248efd3 kstrtobool_from_user +EXPORT_SYMBOL vmlinux 0x024e4698 __cgroup_bpf_run_filter_sock_addr +EXPORT_SYMBOL vmlinux 0x025aca4e dev_uc_flush +EXPORT_SYMBOL vmlinux 0x025c1602 __debugger_sstep +EXPORT_SYMBOL vmlinux 0x025da059 key_revoke +EXPORT_SYMBOL vmlinux 0x02683783 reuseport_select_sock +EXPORT_SYMBOL vmlinux 0x026d3998 netdev_offload_xstats_enable +EXPORT_SYMBOL vmlinux 0x026dc54d stop_tty +EXPORT_SYMBOL vmlinux 0x026edfb8 filemap_get_folios_tag +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x0277d10d devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0x028a0298 dquot_transfer +EXPORT_SYMBOL vmlinux 0x028adeca i2c_del_adapter +EXPORT_SYMBOL vmlinux 0x028f3664 pps_unregister_source +EXPORT_SYMBOL vmlinux 0x0291db60 md_bitmap_close_sync +EXPORT_SYMBOL vmlinux 0x0296695f refcount_warn_saturate +EXPORT_SYMBOL vmlinux 0x02b3a92d try_wait_for_completion +EXPORT_SYMBOL vmlinux 0x02b6fc52 mmc_of_parse_voltage +EXPORT_SYMBOL vmlinux 0x02c065f8 ucc_set_qe_mux_mii_mng +EXPORT_SYMBOL vmlinux 0x02c38fed inet_dgram_ops +EXPORT_SYMBOL vmlinux 0x02c3c40e __debugger_break_match +EXPORT_SYMBOL vmlinux 0x02de660c mipi_dsi_generic_write +EXPORT_SYMBOL vmlinux 0x02df50b0 jiffies +EXPORT_SYMBOL vmlinux 0x02e62250 tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0x02ec82e6 inet_frags_fini +EXPORT_SYMBOL vmlinux 0x03220aef gro_cells_init +EXPORT_SYMBOL vmlinux 0x0329a9ce reuseport_add_sock +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x033e8a4f file_update_time +EXPORT_SYMBOL vmlinux 0x03592944 backlight_force_update +EXPORT_SYMBOL vmlinux 0x035d25ab memcg_kmem_online_key +EXPORT_SYMBOL vmlinux 0x0360d67f make_flow_keys_digest +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x0368b2fd fscrypt_ioctl_get_policy +EXPORT_SYMBOL vmlinux 0x03740125 __dev_get_by_name +EXPORT_SYMBOL vmlinux 0x0378275b phy_ethtool_nway_reset +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x037d61bd clkdev_add +EXPORT_SYMBOL vmlinux 0x03815f35 ledtrig_disk_activity +EXPORT_SYMBOL vmlinux 0x03827a85 netdev_has_any_upper_dev +EXPORT_SYMBOL vmlinux 0x0397edd5 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0x039f0ade netif_tx_stop_all_queues +EXPORT_SYMBOL vmlinux 0x03b17da2 vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x03b814ca bpf_dispatcher_xdp_func +EXPORT_SYMBOL vmlinux 0x03bc0e57 folio_end_writeback +EXPORT_SYMBOL vmlinux 0x03c57326 security_unix_may_send +EXPORT_SYMBOL vmlinux 0x03f698d7 phy_start +EXPORT_SYMBOL vmlinux 0x03faccf2 devm_pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x04017e78 dma_fence_chain_walk +EXPORT_SYMBOL vmlinux 0x042840e9 generic_block_bmap +EXPORT_SYMBOL vmlinux 0x042f3655 genl_register_family +EXPORT_SYMBOL vmlinux 0x04312678 vlan_filter_drop_vids +EXPORT_SYMBOL vmlinux 0x04327d6b inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x04375fe3 skb_unlink +EXPORT_SYMBOL vmlinux 0x044154c6 tc_skb_ext_tc +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x044a8c0e dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x044f0ad9 get_random_u16 +EXPORT_SYMBOL vmlinux 0x0464da52 jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0x047155cc srp_timed_out +EXPORT_SYMBOL vmlinux 0x0474edef kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0x04789d34 __nla_put_64bit +EXPORT_SYMBOL vmlinux 0x0479aac1 seq_list_next_rcu +EXPORT_SYMBOL vmlinux 0x04863e28 hdmi_audio_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x0489ab0c _raw_read_lock_irq +EXPORT_SYMBOL vmlinux 0x04b2546f netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0x04bbaa36 skb_udp_tunnel_segment +EXPORT_SYMBOL vmlinux 0x04bc46e9 ethtool_rx_flow_rule_destroy +EXPORT_SYMBOL vmlinux 0x04bf5c02 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0x04c77bda napi_enable +EXPORT_SYMBOL vmlinux 0x04d24402 iwe_stream_add_point +EXPORT_SYMBOL vmlinux 0x04d62e64 skb_trim +EXPORT_SYMBOL vmlinux 0x04ea5d10 ksize +EXPORT_SYMBOL vmlinux 0x04f158be cpu_sibling_map +EXPORT_SYMBOL vmlinux 0x04f3f9bf devm_clk_put +EXPORT_SYMBOL vmlinux 0x05016ae9 flow_indr_dev_setup_offload +EXPORT_SYMBOL vmlinux 0x05186ca4 flush_icache_range +EXPORT_SYMBOL vmlinux 0x051c8149 of_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x05266f7e fwnode_mdio_find_device +EXPORT_SYMBOL vmlinux 0x054496b4 schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x0562dc30 __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0x056bcf7b dm_read_arg +EXPORT_SYMBOL vmlinux 0x05a161ef netdev_set_tc_queue +EXPORT_SYMBOL vmlinux 0x05b3b215 vfs_copy_file_range +EXPORT_SYMBOL vmlinux 0x05b6114e do_SAK +EXPORT_SYMBOL vmlinux 0x05bc18d6 pnv_cxl_get_irq_count +EXPORT_SYMBOL vmlinux 0x060b76f6 inet_stream_connect +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x0668b595 _kstrtoul +EXPORT_SYMBOL vmlinux 0x06738835 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x067ecdc1 remap_pfn_range +EXPORT_SYMBOL vmlinux 0x068018b3 dma_alloc_attrs +EXPORT_SYMBOL vmlinux 0x068a7274 clk_hw_get_clk +EXPORT_SYMBOL vmlinux 0x0699d5b5 dquot_resume +EXPORT_SYMBOL vmlinux 0x06a3c007 clean_bdev_aliases +EXPORT_SYMBOL vmlinux 0x06a86bc1 iowrite16 +EXPORT_SYMBOL vmlinux 0x06c1a02b qdisc_watchdog_schedule_range_ns +EXPORT_SYMBOL vmlinux 0x06d11488 __bitmap_equal +EXPORT_SYMBOL vmlinux 0x06ed529e nf_log_set +EXPORT_SYMBOL vmlinux 0x06f677c3 _raw_spin_unlock_bh +EXPORT_SYMBOL vmlinux 0x06fe0211 xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0x07098248 xz_dec_microlzma_alloc +EXPORT_SYMBOL vmlinux 0x07143ac9 pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0x07143b44 __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0x0715432e xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x071c3ec6 rt_dst_clone +EXPORT_SYMBOL vmlinux 0x072f901c vme_master_rmw +EXPORT_SYMBOL vmlinux 0x0737e18c folio_mapping +EXPORT_SYMBOL vmlinux 0x07457749 phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0x075f15e6 dquot_drop +EXPORT_SYMBOL vmlinux 0x077343c1 dma_fence_remove_callback +EXPORT_SYMBOL vmlinux 0x0783ed9d xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x07877626 __wait_on_buffer +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07bfe2dd seg6_hmac_net_exit +EXPORT_SYMBOL vmlinux 0x07c0654b alloc_skb_with_frags +EXPORT_SYMBOL vmlinux 0x07cc485f napi_gro_flush +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07da7309 pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x07eda53d xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0x07f2e09e setattr_prepare +EXPORT_SYMBOL vmlinux 0x07f57478 pci_unmap_iospace +EXPORT_SYMBOL vmlinux 0x07faeccb tcf_idr_release +EXPORT_SYMBOL vmlinux 0x0800473f __cond_resched +EXPORT_SYMBOL vmlinux 0x0804f4a3 dquot_load_quota_inode +EXPORT_SYMBOL vmlinux 0x0805f2c8 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0x081c3eef jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0x081f8b7d hmm_range_fault +EXPORT_SYMBOL vmlinux 0x082ad054 tcf_exts_num_actions +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x083eb21c rfkill_unregister +EXPORT_SYMBOL vmlinux 0x08445377 __aperture_remove_legacy_vga_devices +EXPORT_SYMBOL vmlinux 0x0867dc5d scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0x086b23a2 block_dirty_folio +EXPORT_SYMBOL vmlinux 0x086b4c87 bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0x0870efe3 jent_testing_exit +EXPORT_SYMBOL vmlinux 0x08823d1a page_pool_alloc_pages +EXPORT_SYMBOL vmlinux 0x0888cdc2 i2c_find_adapter_by_fwnode +EXPORT_SYMBOL vmlinux 0x088c6f1d __skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x0892efdb tcp_req_err +EXPORT_SYMBOL vmlinux 0x089eaff9 pcie_get_width_cap +EXPORT_SYMBOL vmlinux 0x08aeecc5 vfs_get_link +EXPORT_SYMBOL vmlinux 0x08aefb16 skb_flow_dissect_ct +EXPORT_SYMBOL vmlinux 0x08bb25e9 bio_alloc_clone +EXPORT_SYMBOL vmlinux 0x08c86556 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0x08cc778e jbd2_transaction_committed +EXPORT_SYMBOL vmlinux 0x08cfd226 flow_rule_match_enc_control +EXPORT_SYMBOL vmlinux 0x08dbb5ab cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0x08e84846 get_fs_type +EXPORT_SYMBOL vmlinux 0x08fc9141 security_sctp_assoc_request +EXPORT_SYMBOL vmlinux 0x0926c3cf devfreq_monitor_suspend +EXPORT_SYMBOL vmlinux 0x0928b0e4 serio_bus +EXPORT_SYMBOL vmlinux 0x092d0893 d_find_alias +EXPORT_SYMBOL vmlinux 0x0938c1d7 softnet_data +EXPORT_SYMBOL vmlinux 0x093ec126 __dev_direct_xmit +EXPORT_SYMBOL vmlinux 0x09401eb8 copy_string_kernel +EXPORT_SYMBOL vmlinux 0x09616283 validate_slab_cache +EXPORT_SYMBOL vmlinux 0x0968cb2b devm_free_irq +EXPORT_SYMBOL vmlinux 0x096a7e99 mutex_lock +EXPORT_SYMBOL vmlinux 0x09769037 dmt_modes +EXPORT_SYMBOL vmlinux 0x0985ecb1 __pci_register_driver +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x09a1e0dd bdi_put +EXPORT_SYMBOL vmlinux 0x09b02270 security_inode_copy_up +EXPORT_SYMBOL vmlinux 0x09bcbac0 phy_resume +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x09e73425 shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0x0a012f73 mb_cache_entry_touch +EXPORT_SYMBOL vmlinux 0x0a0a2126 __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0x0a153537 uart_get_baud_rate +EXPORT_SYMBOL vmlinux 0x0a15e6dd dma_resv_reserve_fences +EXPORT_SYMBOL vmlinux 0x0a1b8d1b pipe_lock +EXPORT_SYMBOL vmlinux 0x0a1e8769 utf8_casefold_hash +EXPORT_SYMBOL vmlinux 0x0a2876d1 dquot_alloc +EXPORT_SYMBOL vmlinux 0x0a2cee28 vfs_mknod +EXPORT_SYMBOL vmlinux 0x0a4d444b udp_sendmsg +EXPORT_SYMBOL vmlinux 0x0a4d5079 mipi_dsi_dcs_set_column_address +EXPORT_SYMBOL vmlinux 0x0a51888b agp_generic_alloc_user +EXPORT_SYMBOL vmlinux 0x0a5e981c flow_rule_match_mpls +EXPORT_SYMBOL vmlinux 0x0a67db4b bmap +EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier +EXPORT_SYMBOL vmlinux 0x0a7e51d8 max8998_write_reg +EXPORT_SYMBOL vmlinux 0x0a83a3fb qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x0a84a445 mmc_cqe_post_req +EXPORT_SYMBOL vmlinux 0x0a84b15d zstd_init_cctx +EXPORT_SYMBOL vmlinux 0x0aa0751e ptp_schedule_worker +EXPORT_SYMBOL vmlinux 0x0aa078c5 fwnode_get_mac_address +EXPORT_SYMBOL vmlinux 0x0aa309cf synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x0aaccc92 pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x0aaf0ba6 xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0x0ac01dbd inet6_bind +EXPORT_SYMBOL vmlinux 0x0ac6e051 __cpuhp_setup_state +EXPORT_SYMBOL vmlinux 0x0ac72958 unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x0acf7679 dma_issue_pending_all +EXPORT_SYMBOL vmlinux 0x0ae13a27 serial8250_do_set_termios +EXPORT_SYMBOL vmlinux 0x0ae406f4 dma_resv_iter_next_unlocked +EXPORT_SYMBOL vmlinux 0x0ae5ae1b __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0x0aedd920 __d_lookup_unhash_wake +EXPORT_SYMBOL vmlinux 0x0af76c8b fifo_create_dflt +EXPORT_SYMBOL vmlinux 0x0afc1e0b gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x0b0755fc blk_pm_runtime_init +EXPORT_SYMBOL vmlinux 0x0b19b445 ioread8 +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b298e3e dma_async_tx_descriptor_init +EXPORT_SYMBOL vmlinux 0x0b2e1ec7 h_get_mpp +EXPORT_SYMBOL vmlinux 0x0b3bc824 sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b78a7fc sock_create_kern +EXPORT_SYMBOL vmlinux 0x0b7accdb fuse_mount_destroy +EXPORT_SYMBOL vmlinux 0x0ba0b938 vm_brk +EXPORT_SYMBOL vmlinux 0x0ba23e02 starget_for_each_device +EXPORT_SYMBOL vmlinux 0x0bba4fc5 xp_raw_get_data +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bceac31 reuseport_has_conns_set +EXPORT_SYMBOL vmlinux 0x0bf0e4a2 __SCK__tp_func_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x0bf36885 do_wait_intr +EXPORT_SYMBOL vmlinux 0x0bfc1d1a check_zeroed_user +EXPORT_SYMBOL vmlinux 0x0c0aeb0e scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0x0c25ec48 secure_tcpv6_seq +EXPORT_SYMBOL vmlinux 0x0c51bf2f sync_file_get_fence +EXPORT_SYMBOL vmlinux 0x0c543a0d vfs_iter_read +EXPORT_SYMBOL vmlinux 0x0c5cc941 __seq_open_private +EXPORT_SYMBOL vmlinux 0x0c6bdc3f vme_master_read +EXPORT_SYMBOL vmlinux 0x0c73ab50 skb_store_bits +EXPORT_SYMBOL vmlinux 0x0c822f0b get_tree_keyed +EXPORT_SYMBOL vmlinux 0x0ca5b583 neigh_changeaddr +EXPORT_SYMBOL vmlinux 0x0cabbca3 eth_validate_addr +EXPORT_SYMBOL vmlinux 0x0cad07ec dev_mc_sync +EXPORT_SYMBOL vmlinux 0x0cb11bc7 __SCK__tp_func_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x0cb12092 xa_destroy +EXPORT_SYMBOL vmlinux 0x0cc4b4b6 crc_ccitt_false +EXPORT_SYMBOL vmlinux 0x0cc9908b security_inet_conn_request +EXPORT_SYMBOL vmlinux 0x0cd11c04 devm_memremap +EXPORT_SYMBOL vmlinux 0x0cd24b60 netdev_info +EXPORT_SYMBOL vmlinux 0x0cd5835b ipv6_flowlabel_exclusive +EXPORT_SYMBOL vmlinux 0x0cdce87c rfkill_set_hw_state_reason +EXPORT_SYMBOL vmlinux 0x0cf98ca0 __xa_alloc +EXPORT_SYMBOL vmlinux 0x0d001db9 padata_free +EXPORT_SYMBOL vmlinux 0x0d07f543 get_anon_bdev +EXPORT_SYMBOL vmlinux 0x0d0a5789 _raw_write_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x0d1e5f4b fwnode_mdiobus_register_phy +EXPORT_SYMBOL vmlinux 0x0d24f923 devm_arch_io_reserve_memtype_wc +EXPORT_SYMBOL vmlinux 0x0d2ca20f ucc_fast_get_qe_cr_subblock +EXPORT_SYMBOL vmlinux 0x0d333b64 zstd_end_stream +EXPORT_SYMBOL vmlinux 0x0d4080de udpv6_sendmsg +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d5d57ea node_data +EXPORT_SYMBOL vmlinux 0x0d622c90 xp_free +EXPORT_SYMBOL vmlinux 0x0d6b46e9 ppp_channel_index +EXPORT_SYMBOL vmlinux 0x0d7e92a0 vfs_link +EXPORT_SYMBOL vmlinux 0x0d848aff __remove_inode_hash +EXPORT_SYMBOL vmlinux 0x0d86104e __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x0d86597c kmem_cache_free +EXPORT_SYMBOL vmlinux 0x0dabd500 of_graph_get_port_parent +EXPORT_SYMBOL vmlinux 0x0dc68d60 tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0x0dcdea77 mmc_cqe_recovery +EXPORT_SYMBOL vmlinux 0x0dd7e399 request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0x0de632ed finish_swait +EXPORT_SYMBOL vmlinux 0x0deacabb scsi_add_device +EXPORT_SYMBOL vmlinux 0x0deefc6a inode_set_bytes +EXPORT_SYMBOL vmlinux 0x0df93327 inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0x0e097537 max8998_bulk_write +EXPORT_SYMBOL vmlinux 0x0e11e868 qdisc_put_unlocked +EXPORT_SYMBOL vmlinux 0x0e175fbd devfreq_add_device +EXPORT_SYMBOL vmlinux 0x0e17678a siphash_4u64 +EXPORT_SYMBOL vmlinux 0x0e2008ac pci_enable_device_io +EXPORT_SYMBOL vmlinux 0x0e20a449 pci_find_capability +EXPORT_SYMBOL vmlinux 0x0e4262c6 __siphash_unaligned +EXPORT_SYMBOL vmlinux 0x0e4b13fa gnet_stats_basic_sync_init +EXPORT_SYMBOL vmlinux 0x0e53f123 netdev_reset_tc +EXPORT_SYMBOL vmlinux 0x0e5942c9 vio_disable_interrupts +EXPORT_SYMBOL vmlinux 0x0e7707f3 get_user_pages +EXPORT_SYMBOL vmlinux 0x0e785cda fib_notifier_ops_register +EXPORT_SYMBOL vmlinux 0x0ea3c74e tasklet_kill +EXPORT_SYMBOL vmlinux 0x0ea593f6 hdmi_drm_infoframe_init +EXPORT_SYMBOL vmlinux 0x0eb6eb87 add_taint +EXPORT_SYMBOL vmlinux 0x0eb9a66a vfs_parse_monolithic_sep +EXPORT_SYMBOL vmlinux 0x0ec5babe vme_dma_free +EXPORT_SYMBOL vmlinux 0x0ee11624 of_device_get_match_data +EXPORT_SYMBOL vmlinux 0x0eec1975 pci_scan_slot +EXPORT_SYMBOL vmlinux 0x0eef1b45 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0x0f09cc34 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0x0f0a2988 filemap_range_has_page +EXPORT_SYMBOL vmlinux 0x0f1ad8e2 seq_list_start_rcu +EXPORT_SYMBOL vmlinux 0x0f22ea70 ipv6_dev_mc_dec +EXPORT_SYMBOL vmlinux 0x0f3f3174 make_kuid +EXPORT_SYMBOL vmlinux 0x0f4fbf37 __serio_register_port +EXPORT_SYMBOL vmlinux 0x0f5a3867 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x0f612918 netlink_capable +EXPORT_SYMBOL vmlinux 0x0f66c772 devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x0f74e7bc tcp_poll +EXPORT_SYMBOL vmlinux 0x0f8097f3 __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0x0f811fc7 jent_raw_hires_entropy_store +EXPORT_SYMBOL vmlinux 0x0f86f560 kthread_delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x0f9242ee xp_dma_unmap +EXPORT_SYMBOL vmlinux 0x0fab1ab0 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0x0fb2f8a4 mktime64 +EXPORT_SYMBOL vmlinux 0x0fc75a35 sg_miter_stop +EXPORT_SYMBOL vmlinux 0x0fcaa965 udplite_prot +EXPORT_SYMBOL vmlinux 0x0fd902db mb_cache_entry_create +EXPORT_SYMBOL vmlinux 0x0fdae699 bio_add_folio +EXPORT_SYMBOL vmlinux 0x0fe1e4bf pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0x0ffed345 request_key_rcu +EXPORT_SYMBOL vmlinux 0x0fff5afc time64_to_tm +EXPORT_SYMBOL vmlinux 0x10010375 register_key_type +EXPORT_SYMBOL vmlinux 0x10017aa5 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x100291f1 pmem_should_map_pages +EXPORT_SYMBOL vmlinux 0x1017cb64 from_kprojid_munged +EXPORT_SYMBOL vmlinux 0x10191541 alloc_file_pseudo +EXPORT_SYMBOL vmlinux 0x101c2c8d generic_fill_statx_attr +EXPORT_SYMBOL vmlinux 0x1025009a cpm_muram_alloc_fixed +EXPORT_SYMBOL vmlinux 0x102936ec qe_clock_source +EXPORT_SYMBOL vmlinux 0x1035c7c2 __release_region +EXPORT_SYMBOL vmlinux 0x103e4890 tty_unthrottle +EXPORT_SYMBOL vmlinux 0x103fc4d7 phy_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x104249cc __xfrm_init_state +EXPORT_SYMBOL vmlinux 0x10563864 fqdir_init +EXPORT_SYMBOL vmlinux 0x1057a279 bsearch +EXPORT_SYMBOL vmlinux 0x1068004b gf128mul_bbe +EXPORT_SYMBOL vmlinux 0x107c0b07 kobject_get +EXPORT_SYMBOL vmlinux 0x107e5878 zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x1081a5f8 agp_generic_destroy_page +EXPORT_SYMBOL vmlinux 0x1082cb17 done_path_create +EXPORT_SYMBOL vmlinux 0x108a8c36 devm_of_iomap +EXPORT_SYMBOL vmlinux 0x10969e43 cdrom_dummy_generic_packet +EXPORT_SYMBOL vmlinux 0x10a4c1d5 unregister_shrinker +EXPORT_SYMBOL vmlinux 0x10bbef56 mdiobus_is_registered_device +EXPORT_SYMBOL vmlinux 0x10c5c72c vfs_parse_fs_string +EXPORT_SYMBOL vmlinux 0x10c8491e read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0x10d9f885 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x10e0f124 __pud_index_size +EXPORT_SYMBOL vmlinux 0x10e6f74a free_contig_range +EXPORT_SYMBOL vmlinux 0x10f42225 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x111fa7c9 qe_pin_set_dedicated +EXPORT_SYMBOL vmlinux 0x112061c3 pci_free_irq_vectors +EXPORT_SYMBOL vmlinux 0x11328a98 folio_wait_private_2_killable +EXPORT_SYMBOL vmlinux 0x11330ca9 ip6_xmit +EXPORT_SYMBOL vmlinux 0x11360f58 tcp_read_sock +EXPORT_SYMBOL vmlinux 0x1154ed8a tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x11581e54 fscrypt_encrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0x116627c9 ioremap_prot +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x1182d83a cpuidle_disable +EXPORT_SYMBOL vmlinux 0x11990dbb flow_rule_match_enc_ip +EXPORT_SYMBOL vmlinux 0x11a540f7 vga_set_legacy_decoding +EXPORT_SYMBOL vmlinux 0x11a6b0f3 __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0x11af3690 vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0x11e30762 chacha_block_generic +EXPORT_SYMBOL vmlinux 0x11f3d11b ps2_init +EXPORT_SYMBOL vmlinux 0x11f58ac0 ip_sock_set_mtu_discover +EXPORT_SYMBOL vmlinux 0x11f709dc genphy_resume +EXPORT_SYMBOL vmlinux 0x11ffdfee ucc_slow_stop_tx +EXPORT_SYMBOL vmlinux 0x1201ac63 xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0x1202e7ae of_cpu_node_to_id +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x12203f3a phy_detach +EXPORT_SYMBOL vmlinux 0x12320983 __bh_read_batch +EXPORT_SYMBOL vmlinux 0x123d0f8f mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x124bad4d kstrtobool +EXPORT_SYMBOL vmlinux 0x127d83ea security_locked_down +EXPORT_SYMBOL vmlinux 0x128856ec configfs_register_subsystem +EXPORT_SYMBOL vmlinux 0x12a8f5fb iw_handler_get_spy +EXPORT_SYMBOL vmlinux 0x12c0f4f8 unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x12c4f33e blk_mq_tagset_busy_iter +EXPORT_SYMBOL vmlinux 0x12cabc89 siphash_2u64 +EXPORT_SYMBOL vmlinux 0x12f6f69c fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x12fce9f3 ppp_input +EXPORT_SYMBOL vmlinux 0x130737b8 decrementer_clockevent +EXPORT_SYMBOL vmlinux 0x130a1312 vio_get_attribute +EXPORT_SYMBOL vmlinux 0x13110126 request_resource +EXPORT_SYMBOL vmlinux 0x133eed38 gen_pool_dma_zalloc_algo +EXPORT_SYMBOL vmlinux 0x13426802 security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x134f9d93 rproc_get_by_child +EXPORT_SYMBOL vmlinux 0x135f99d7 handle_edge_irq +EXPORT_SYMBOL vmlinux 0x13731c3d user_path_create +EXPORT_SYMBOL vmlinux 0x137f6fd0 param_get_bool +EXPORT_SYMBOL vmlinux 0x139f2189 __kfifo_alloc +EXPORT_SYMBOL vmlinux 0x13a9df2c __tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0x13bcd391 pci_write_vpd_any +EXPORT_SYMBOL vmlinux 0x13c0c8ce giveup_altivec +EXPORT_SYMBOL vmlinux 0x13c49cc2 _copy_from_user +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13d4e4a4 input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0x13d928f5 __SCK__tp_func_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x13e1b2d5 current_stack_frame +EXPORT_SYMBOL vmlinux 0x13e35ada blk_mq_start_request +EXPORT_SYMBOL vmlinux 0x13f53da6 CMO_PageSize +EXPORT_SYMBOL vmlinux 0x14352504 skb_orphan_partial +EXPORT_SYMBOL vmlinux 0x14387475 kernel_accept +EXPORT_SYMBOL vmlinux 0x145ae157 pcie_get_mps +EXPORT_SYMBOL vmlinux 0x145e0ec7 register_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x14605535 dma_fence_context_alloc +EXPORT_SYMBOL vmlinux 0x146289b7 crc16_table +EXPORT_SYMBOL vmlinux 0x14775cda register_console +EXPORT_SYMBOL vmlinux 0x147e0857 gen_pool_dma_alloc_algo +EXPORT_SYMBOL vmlinux 0x147f4b9f param_ops_ulong +EXPORT_SYMBOL vmlinux 0x1480737a xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x14996272 genl_unregister_family +EXPORT_SYMBOL vmlinux 0x14a2b413 gen_pool_first_fit_order_align +EXPORT_SYMBOL vmlinux 0x14b30908 sys_fillrect +EXPORT_SYMBOL vmlinux 0x14b76947 dev_get_port_parent_id +EXPORT_SYMBOL vmlinux 0x14c67e3e tcp_tx_delay_enabled +EXPORT_SYMBOL vmlinux 0x14c9a4c5 napi_schedule_prep +EXPORT_SYMBOL vmlinux 0x14d7477f console_list_unlock +EXPORT_SYMBOL vmlinux 0x14da3b68 phy_ethtool_get_sset_count +EXPORT_SYMBOL vmlinux 0x14ff66c5 zero_fill_bio +EXPORT_SYMBOL vmlinux 0x1500243a xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0x1502f9ed nd_btt_arena_is_valid +EXPORT_SYMBOL vmlinux 0x150321e9 tcf_block_put_ext +EXPORT_SYMBOL vmlinux 0x150bd0c1 watchdog_unregister_governor +EXPORT_SYMBOL vmlinux 0x1518c673 dma_resv_copy_fences +EXPORT_SYMBOL vmlinux 0x151f4898 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0x1526b301 unix_tot_inflight +EXPORT_SYMBOL vmlinux 0x1543b427 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0x1548d970 __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x155907a0 migrate_vma_setup +EXPORT_SYMBOL vmlinux 0x1571e499 kthread_destroy_worker +EXPORT_SYMBOL vmlinux 0x157ca4e6 jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0x1599a762 of_phy_deregister_fixed_link +EXPORT_SYMBOL vmlinux 0x15bafe29 unregister_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x15bc6d47 agp_generic_create_gatt_table +EXPORT_SYMBOL vmlinux 0x15bed7a5 LZ4_decompress_safe_partial +EXPORT_SYMBOL vmlinux 0x15c7f062 dev_kfree_skb_any_reason +EXPORT_SYMBOL vmlinux 0x15ca842d finalize_exec +EXPORT_SYMBOL vmlinux 0x15f093f1 get_bitmap_from_slot +EXPORT_SYMBOL vmlinux 0x15f90688 slhc_init +EXPORT_SYMBOL vmlinux 0x16010e1f sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x160bd642 ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x16286538 iowrite64be_lo_hi +EXPORT_SYMBOL vmlinux 0x162893fd hashlen_string +EXPORT_SYMBOL vmlinux 0x16314157 pci_find_bus +EXPORT_SYMBOL vmlinux 0x1632bc21 kvasprintf_const +EXPORT_SYMBOL vmlinux 0x164233a2 skb_flow_dissect_hash +EXPORT_SYMBOL vmlinux 0x164383ec touchscreen_report_pos +EXPORT_SYMBOL vmlinux 0x164e5382 fs_param_is_string +EXPORT_SYMBOL vmlinux 0x1654bcd2 fs_param_is_u64 +EXPORT_SYMBOL vmlinux 0x165d8dc4 uart_get_divisor +EXPORT_SYMBOL vmlinux 0x167a4c33 dev_set_mac_address_user +EXPORT_SYMBOL vmlinux 0x167c5967 print_hex_dump +EXPORT_SYMBOL vmlinux 0x169938c1 __sysfs_match_string +EXPORT_SYMBOL vmlinux 0x16a2b066 mmc_gpiod_request_cd_irq +EXPORT_SYMBOL vmlinux 0x16a7b16f __traceiter_kmalloc +EXPORT_SYMBOL vmlinux 0x16c1f97e tty_port_hangup +EXPORT_SYMBOL vmlinux 0x16dc22e5 mipi_dsi_detach +EXPORT_SYMBOL vmlinux 0x16dfe11f jbd2_fc_get_buf +EXPORT_SYMBOL vmlinux 0x16e297c3 bit_wait +EXPORT_SYMBOL vmlinux 0x16eb2df6 sock_from_file +EXPORT_SYMBOL vmlinux 0x16f4e3d5 kmem_cache_create +EXPORT_SYMBOL vmlinux 0x170816ea kernel_read +EXPORT_SYMBOL vmlinux 0x170b65ef dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0x171f8c82 vme_slave_request +EXPORT_SYMBOL vmlinux 0x1727be12 vfs_parse_fs_param +EXPORT_SYMBOL vmlinux 0x175ab958 nf_log_packet +EXPORT_SYMBOL vmlinux 0x17648396 dev_base_lock +EXPORT_SYMBOL vmlinux 0x1765a73a dev_uc_add +EXPORT_SYMBOL vmlinux 0x17799312 inet_add_offload +EXPORT_SYMBOL vmlinux 0x1782b716 sock_set_reuseport +EXPORT_SYMBOL vmlinux 0x1783ad37 folio_zero_new_buffers +EXPORT_SYMBOL vmlinux 0x17843969 rproc_detach +EXPORT_SYMBOL vmlinux 0x178c4894 qe_upload_firmware +EXPORT_SYMBOL vmlinux 0x179359f0 __f_setown +EXPORT_SYMBOL vmlinux 0x17b0609f phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0x17b17040 phy_get_internal_delay +EXPORT_SYMBOL vmlinux 0x17bf82f9 mmc_gpio_get_ro +EXPORT_SYMBOL vmlinux 0x17e6c955 elv_rb_add +EXPORT_SYMBOL vmlinux 0x17e7d3ee vfs_path_lookup +EXPORT_SYMBOL vmlinux 0x17ef3544 swake_up_one +EXPORT_SYMBOL vmlinux 0x17f341a0 i8042_lock_chip +EXPORT_SYMBOL vmlinux 0x17ff55a3 generic_ro_fops +EXPORT_SYMBOL vmlinux 0x1818aef9 reuseport_detach_sock +EXPORT_SYMBOL vmlinux 0x18212bca dma_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0x18255679 of_get_mac_address +EXPORT_SYMBOL vmlinux 0x18255c0d __init_rwsem +EXPORT_SYMBOL vmlinux 0x18345b8e __bitmap_replace +EXPORT_SYMBOL vmlinux 0x1837a4fa xfrm_lookup_with_ifid +EXPORT_SYMBOL vmlinux 0x183940e9 jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0x183b0145 ip6_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x183ea120 copy_page_from_iter_atomic +EXPORT_SYMBOL vmlinux 0x184d427c jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0x184f7930 dmaenginem_async_device_register +EXPORT_SYMBOL vmlinux 0x1851f447 mpage_read_folio +EXPORT_SYMBOL vmlinux 0x18635f87 generic_file_llseek +EXPORT_SYMBOL vmlinux 0x187884a8 cpm_muram_free +EXPORT_SYMBOL vmlinux 0x187dcc6b posix_acl_valid +EXPORT_SYMBOL vmlinux 0x1881e2e3 ip_mc_join_group +EXPORT_SYMBOL vmlinux 0x188ea314 jiffies_to_timespec64 +EXPORT_SYMBOL vmlinux 0x18df107f serial8250_register_8250_port +EXPORT_SYMBOL vmlinux 0x18e60984 __do_once_start +EXPORT_SYMBOL vmlinux 0x19011f21 d_find_any_alias +EXPORT_SYMBOL vmlinux 0x190dfd3f shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0x1934c539 __put_devmap_managed_page_refs +EXPORT_SYMBOL vmlinux 0x1940c41a mr_mfc_seq_next +EXPORT_SYMBOL vmlinux 0x1956afc7 sock_kzfree_s +EXPORT_SYMBOL vmlinux 0x195ba3ad __skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0x195deec6 seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0x196a5a99 radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0x1984d421 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x19a26b2f tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0x19a3dfb3 inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x19b16b34 up_read +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19c29a79 flow_rule_match_cvlan +EXPORT_SYMBOL vmlinux 0x19cbb4a8 dma_resv_init +EXPORT_SYMBOL vmlinux 0x19d68628 xa_get_mark +EXPORT_SYMBOL vmlinux 0x19e90528 of_io_request_and_map +EXPORT_SYMBOL vmlinux 0x19ff0d6b udp_seq_next +EXPORT_SYMBOL vmlinux 0x1a1b7baf tty_vhangup +EXPORT_SYMBOL vmlinux 0x1a1bec62 rtc_add_groups +EXPORT_SYMBOL vmlinux 0x1a2cca7e input_set_capability +EXPORT_SYMBOL vmlinux 0x1a39075c can_nice +EXPORT_SYMBOL vmlinux 0x1a3ef583 elv_rb_former_request +EXPORT_SYMBOL vmlinux 0x1a4ebc0b blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0x1a6d61bf noop_llseek +EXPORT_SYMBOL vmlinux 0x1a9a433c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x1aa2b3f1 tlbie_capable +EXPORT_SYMBOL vmlinux 0x1aa8ea18 vme_unregister_bridge +EXPORT_SYMBOL vmlinux 0x1aacb096 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x1aaf94cb xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0x1ab719ec sb_set_blocksize +EXPORT_SYMBOL vmlinux 0x1ac0481a scm_fp_dup +EXPORT_SYMBOL vmlinux 0x1ac113f2 xfrm_if_register_cb +EXPORT_SYMBOL vmlinux 0x1ac2c08c dev_load +EXPORT_SYMBOL vmlinux 0x1ac2d6ca mipi_dsi_dcs_set_display_on +EXPORT_SYMBOL vmlinux 0x1ac5d3cb strcspn +EXPORT_SYMBOL vmlinux 0x1acdf57a bpf_map_get +EXPORT_SYMBOL vmlinux 0x1adbf0ab msi_bitmap_free_hwirqs +EXPORT_SYMBOL vmlinux 0x1af0dcd2 twl6040_set_pll +EXPORT_SYMBOL vmlinux 0x1af62a99 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x1afdc244 mutex_trylock +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b01a20c phy_advertise_supported +EXPORT_SYMBOL vmlinux 0x1b0c009d devfreq_monitor_stop +EXPORT_SYMBOL vmlinux 0x1b1e6d32 tty_hung_up_p +EXPORT_SYMBOL vmlinux 0x1b2851a9 mmc_of_parse +EXPORT_SYMBOL vmlinux 0x1b2b3be6 md_bitmap_startwrite +EXPORT_SYMBOL vmlinux 0x1b2dde89 nd_dax_probe +EXPORT_SYMBOL vmlinux 0x1b335af2 __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x1b58aaec sock_no_socketpair +EXPORT_SYMBOL vmlinux 0x1b5e3ea9 machine_id +EXPORT_SYMBOL vmlinux 0x1b625d33 enable_kernel_vsx +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b709b91 rproc_boot +EXPORT_SYMBOL vmlinux 0x1b777357 rdmacg_unregister_device +EXPORT_SYMBOL vmlinux 0x1b88ae13 phy_connect_direct +EXPORT_SYMBOL vmlinux 0x1b8b95ad i8042_unlock_chip +EXPORT_SYMBOL vmlinux 0x1ba59527 __kmalloc_node +EXPORT_SYMBOL vmlinux 0x1bb51249 tcp_have_smc +EXPORT_SYMBOL vmlinux 0x1bc08efd of_device_alloc +EXPORT_SYMBOL vmlinux 0x1bc91716 mipi_dsi_dcs_get_power_mode +EXPORT_SYMBOL vmlinux 0x1bcf1bae ptp_find_pin +EXPORT_SYMBOL vmlinux 0x1bd59dbe vme_free_consistent +EXPORT_SYMBOL vmlinux 0x1bd83f2a neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x1be8bcaf filemap_flush +EXPORT_SYMBOL vmlinux 0x1beae85e xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0x1bef58ab alloc_pages +EXPORT_SYMBOL vmlinux 0x1bf13099 nf_log_unset +EXPORT_SYMBOL vmlinux 0x1c2a01ea pcie_set_mps +EXPORT_SYMBOL vmlinux 0x1c37cf2e mdiobus_read +EXPORT_SYMBOL vmlinux 0x1c3e02e4 memcmp +EXPORT_SYMBOL vmlinux 0x1c3ec262 input_set_abs_params +EXPORT_SYMBOL vmlinux 0x1c430d92 netpoll_setup +EXPORT_SYMBOL vmlinux 0x1c4b6759 security_socket_socketpair +EXPORT_SYMBOL vmlinux 0x1c5a12d9 sget_fc +EXPORT_SYMBOL vmlinux 0x1c6fcd5c uart_update_timeout +EXPORT_SYMBOL vmlinux 0x1c702dd6 input_release_device +EXPORT_SYMBOL vmlinux 0x1c70eb3d vfs_iter_write +EXPORT_SYMBOL vmlinux 0x1c7cfdb1 __init_swait_queue_head +EXPORT_SYMBOL vmlinux 0x1c83743a md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0x1c866740 ptp_clock_index +EXPORT_SYMBOL vmlinux 0x1c8a2567 clear_nlink +EXPORT_SYMBOL vmlinux 0x1c9ea518 nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0x1ca1b1be radix_tree_delete +EXPORT_SYMBOL vmlinux 0x1ca527fa ioread64be_hi_lo +EXPORT_SYMBOL vmlinux 0x1ca62794 gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0x1cb27472 tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0x1cb3ec13 scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x1cb71a60 mmc_get_card +EXPORT_SYMBOL vmlinux 0x1cbef5f4 vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0x1cbf574c neigh_app_ns +EXPORT_SYMBOL vmlinux 0x1cc11154 __SCK__tp_func_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x1cceac65 __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x1cd7bceb flow_block_cb_priv +EXPORT_SYMBOL vmlinux 0x1cd99525 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0x1cde0a51 wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0x1ce15d0a __irq_regs +EXPORT_SYMBOL vmlinux 0x1cee2dcf get_task_cred +EXPORT_SYMBOL vmlinux 0x1d07e365 memdup_user_nul +EXPORT_SYMBOL vmlinux 0x1d0d4acb mmc_wait_for_req +EXPORT_SYMBOL vmlinux 0x1d16f9b7 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0x1d24c40f twl6040_get_sysclk +EXPORT_SYMBOL vmlinux 0x1d2ea330 ucc_of_parse_tdm +EXPORT_SYMBOL vmlinux 0x1d492ab1 mdio_device_reset +EXPORT_SYMBOL vmlinux 0x1d4a9e51 mmc_can_gpio_ro +EXPORT_SYMBOL vmlinux 0x1d5276b1 of_phy_register_fixed_link +EXPORT_SYMBOL vmlinux 0x1d669a8b __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0x1d794855 __tracepoint_spi_transfer_start +EXPORT_SYMBOL vmlinux 0x1d81da3e dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0x1d8a06a2 i8042_remove_filter +EXPORT_SYMBOL vmlinux 0x1d90d099 free_task +EXPORT_SYMBOL vmlinux 0x1d9672bd fault_in_subpage_writeable +EXPORT_SYMBOL vmlinux 0x1d9c9b8b request_firmware_into_buf +EXPORT_SYMBOL vmlinux 0x1da6e0b7 agp_backend_acquire +EXPORT_SYMBOL vmlinux 0x1db0f2ca rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0x1dbba318 mdiobus_get_phy +EXPORT_SYMBOL vmlinux 0x1dc6c93b lookup_user_key +EXPORT_SYMBOL vmlinux 0x1dc879f4 tty_lock +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1dd6744a forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0x1de4ccb2 get_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x1df6ce1f inode_needs_sync +EXPORT_SYMBOL vmlinux 0x1dfddab3 __bswapdi2 +EXPORT_SYMBOL vmlinux 0x1e0a0c24 mod_timer_pending +EXPORT_SYMBOL vmlinux 0x1e0b0733 pskb_expand_head +EXPORT_SYMBOL vmlinux 0x1e0c0018 sock_wfree +EXPORT_SYMBOL vmlinux 0x1e1992cc __memset64 +EXPORT_SYMBOL vmlinux 0x1e3c8963 prepare_to_swait_exclusive +EXPORT_SYMBOL vmlinux 0x1e421217 inet_ioctl +EXPORT_SYMBOL vmlinux 0x1e438fbc i2c_verify_adapter +EXPORT_SYMBOL vmlinux 0x1e47075f fb_show_logo +EXPORT_SYMBOL vmlinux 0x1e4a0d59 blk_finish_plug +EXPORT_SYMBOL vmlinux 0x1e5af05b scsi_target_resume +EXPORT_SYMBOL vmlinux 0x1e6adaa0 bitmap_print_bitmask_to_buf +EXPORT_SYMBOL vmlinux 0x1e6af801 of_find_mipi_dsi_device_by_node +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e6fe995 mipi_dsi_picture_parameter_set +EXPORT_SYMBOL vmlinux 0x1e7fba11 iommu_put_resv_regions +EXPORT_SYMBOL vmlinux 0x1e875885 add_wait_queue +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1ec84339 ndisc_mc_map +EXPORT_SYMBOL vmlinux 0x1ecf9cb3 cdrom_check_events +EXPORT_SYMBOL vmlinux 0x1ed4a756 from_kprojid +EXPORT_SYMBOL vmlinux 0x1ed5296c phy_driver_register +EXPORT_SYMBOL vmlinux 0x1edb69d6 ktime_get_raw_ts64 +EXPORT_SYMBOL vmlinux 0x1eec6d22 netdev_core_stats_alloc +EXPORT_SYMBOL vmlinux 0x1eee8ea5 adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0x1f0b98fb pm860x_page_bulk_read +EXPORT_SYMBOL vmlinux 0x1f0c3b04 sock_efree +EXPORT_SYMBOL vmlinux 0x1f10f382 param_set_uint +EXPORT_SYMBOL vmlinux 0x1f16291f param_get_invbool +EXPORT_SYMBOL vmlinux 0x1f2730c0 mmc_retune_unpause +EXPORT_SYMBOL vmlinux 0x1f30f357 sk_send_sigurg +EXPORT_SYMBOL vmlinux 0x1f3c57fa fs_lookup_param +EXPORT_SYMBOL vmlinux 0x1f5a99e7 sock_bind_add +EXPORT_SYMBOL vmlinux 0x1f5e8ea4 __devm_of_mdiobus_register +EXPORT_SYMBOL vmlinux 0x1f64042a unregister_binfmt +EXPORT_SYMBOL vmlinux 0x1f6b37fa xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x1f711351 skb_ensure_writable +EXPORT_SYMBOL vmlinux 0x1f73ff96 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x1f9a041c tty_port_close_start +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fc512ba mmc_hw_reset +EXPORT_SYMBOL vmlinux 0x1fd07fff kdb_grepping_flag +EXPORT_SYMBOL vmlinux 0x1fd26dee csum_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x1fe61365 phy_aneg_done +EXPORT_SYMBOL vmlinux 0x1ff414f7 param_ops_uint +EXPORT_SYMBOL vmlinux 0x1ff6760b __traceiter_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x20022660 devm_mfd_add_devices +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x200c7503 ps2_interrupt +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x204c5067 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0x205521f3 ip_mc_check_igmp +EXPORT_SYMBOL vmlinux 0x20594ae8 clear_user_page +EXPORT_SYMBOL vmlinux 0x20623cb9 scsi_register_interface +EXPORT_SYMBOL vmlinux 0x20667ba3 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x207261bc lease_get_mtime +EXPORT_SYMBOL vmlinux 0x208921d4 try_module_get +EXPORT_SYMBOL vmlinux 0x209cc342 elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x209d762a vfs_rename +EXPORT_SYMBOL vmlinux 0x20a6420f vio_register_device_node +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20a99fca mod_node_page_state +EXPORT_SYMBOL vmlinux 0x20b20dba km_query +EXPORT_SYMBOL vmlinux 0x20cb92d4 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x20d65e40 fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0x20d90ba3 dma_sync_single_for_device +EXPORT_SYMBOL vmlinux 0x20e1c93c skb_seq_read +EXPORT_SYMBOL vmlinux 0x20e84e75 blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0x21009a1d __dev_remove_pack +EXPORT_SYMBOL vmlinux 0x210862e5 mtree_insert +EXPORT_SYMBOL vmlinux 0x210e9ffe ps2_end_command +EXPORT_SYMBOL vmlinux 0x21295ac1 register_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x212eec4f rdmacg_try_charge +EXPORT_SYMBOL vmlinux 0x213a738d memregion_alloc +EXPORT_SYMBOL vmlinux 0x213e4965 ps2_is_keyboard_id +EXPORT_SYMBOL vmlinux 0x21434ea5 iov_iter_gap_alignment +EXPORT_SYMBOL vmlinux 0x21830852 mark_page_accessed +EXPORT_SYMBOL vmlinux 0x218e600b pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0x219f7aa5 xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0x21b33085 inode_init_owner +EXPORT_SYMBOL vmlinux 0x21b60242 bit_waitqueue +EXPORT_SYMBOL vmlinux 0x21b7dd57 xsk_tx_release +EXPORT_SYMBOL vmlinux 0x21bdb523 errseq_check_and_advance +EXPORT_SYMBOL vmlinux 0x21d19a59 get_agp_version +EXPORT_SYMBOL vmlinux 0x21d32890 scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x21e13cb3 inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0x21e1f259 locks_init_lock +EXPORT_SYMBOL vmlinux 0x21ea5251 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x21edf489 scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0x21f20e38 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x21fcd693 __bforget +EXPORT_SYMBOL vmlinux 0x2223d632 ps2_sliced_command +EXPORT_SYMBOL vmlinux 0x222d1b06 __cpuhp_remove_state +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x223d1dca wireless_spy_update +EXPORT_SYMBOL vmlinux 0x2242912e nd_integrity_init +EXPORT_SYMBOL vmlinux 0x2257da9f mipi_dsi_dcs_soft_reset +EXPORT_SYMBOL vmlinux 0x22694647 getname_kernel +EXPORT_SYMBOL vmlinux 0x2279d363 cdrom_open +EXPORT_SYMBOL vmlinux 0x229a0caa folio_migrate_mapping +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22beccc2 xp_dma_sync_for_cpu_slow +EXPORT_SYMBOL vmlinux 0x22cff059 of_range_to_resource +EXPORT_SYMBOL vmlinux 0x22d55eda dcb_setrewr +EXPORT_SYMBOL vmlinux 0x22eb4a95 phy_ethtool_get_stats +EXPORT_SYMBOL vmlinux 0x22ecb85d input_get_keycode +EXPORT_SYMBOL vmlinux 0x2332a0e1 vme_lm_request +EXPORT_SYMBOL vmlinux 0x23346249 of_chosen +EXPORT_SYMBOL vmlinux 0x23400b01 netif_tx_unlock +EXPORT_SYMBOL vmlinux 0x23619cff jiffies_64 +EXPORT_SYMBOL vmlinux 0x2364c85a tasklet_init +EXPORT_SYMBOL vmlinux 0x236965f7 pci_read_vpd_any +EXPORT_SYMBOL vmlinux 0x23704402 __sk_receive_skb +EXPORT_SYMBOL vmlinux 0x23717e1e devm_devfreq_remove_device +EXPORT_SYMBOL vmlinux 0x238b099f mipi_dsi_packet_format_is_short +EXPORT_SYMBOL vmlinux 0x238b2368 dma_fence_array_first +EXPORT_SYMBOL vmlinux 0x23a59a65 __xfrm_dst_lookup +EXPORT_SYMBOL vmlinux 0x23b5b617 mempool_create +EXPORT_SYMBOL vmlinux 0x23b7a844 key_task_permission +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23babe15 flow_block_cb_free +EXPORT_SYMBOL vmlinux 0x23c1caec would_dump +EXPORT_SYMBOL vmlinux 0x23c59513 netdev_sk_get_lowest_dev +EXPORT_SYMBOL vmlinux 0x23daa989 mipi_dsi_create_packet +EXPORT_SYMBOL vmlinux 0x23dc7f6c hdmi_avi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x23dd6e29 iov_iter_advance +EXPORT_SYMBOL vmlinux 0x23e31b18 generic_shutdown_super +EXPORT_SYMBOL vmlinux 0x23f1d7a6 page_pool_ethtool_stats_get_count +EXPORT_SYMBOL vmlinux 0x23fbd4b4 blk_queue_flag_set +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x240b0e36 agp_generic_remove_memory +EXPORT_SYMBOL vmlinux 0x242e3f24 of_get_compatible_child +EXPORT_SYMBOL vmlinux 0x243a67c2 tcf_qevent_handle +EXPORT_SYMBOL vmlinux 0x24428be5 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x247df72b input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0x2484adc3 __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0x24cc7f77 kern_path +EXPORT_SYMBOL vmlinux 0x24d273d1 add_timer +EXPORT_SYMBOL vmlinux 0x24e1b558 seg6_hmac_compute +EXPORT_SYMBOL vmlinux 0x24e62861 genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x24e6e172 brioctl_set +EXPORT_SYMBOL vmlinux 0x24e8def2 tcp_recv_skb +EXPORT_SYMBOL vmlinux 0x24f7029f blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0x2505bf18 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x250788f0 rename_lock +EXPORT_SYMBOL vmlinux 0x25120dba rproc_coredump_set_elf_info +EXPORT_SYMBOL vmlinux 0x252332f1 __SCK__tp_func_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x252aedea lease_modify +EXPORT_SYMBOL vmlinux 0x252b39ba phy_error +EXPORT_SYMBOL vmlinux 0x252fae22 pcim_set_mwi +EXPORT_SYMBOL vmlinux 0x253d7d6b netdev_set_sb_channel +EXPORT_SYMBOL vmlinux 0x2548cda3 of_graph_get_next_endpoint +EXPORT_SYMBOL vmlinux 0x254c9287 ioremap +EXPORT_SYMBOL vmlinux 0x2560c6c9 simple_fill_super +EXPORT_SYMBOL vmlinux 0x257cf1f8 pneigh_lookup +EXPORT_SYMBOL vmlinux 0x257dfa09 bpf_prog_get_type_path +EXPORT_SYMBOL vmlinux 0x2580b9c2 empty_aops +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x258bff04 pnv_cxl_release_hwirq_ranges +EXPORT_SYMBOL vmlinux 0x258d2f76 net_dim_get_tx_moderation +EXPORT_SYMBOL vmlinux 0x2598c6c0 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x259e2950 nonseekable_open +EXPORT_SYMBOL vmlinux 0x25a586a4 dev_close +EXPORT_SYMBOL vmlinux 0x25b21478 simple_get_link +EXPORT_SYMBOL vmlinux 0x25dc3893 sync_inode_metadata +EXPORT_SYMBOL vmlinux 0x25e3696f page_get_link +EXPORT_SYMBOL vmlinux 0x25e9d4bd resource_list_free +EXPORT_SYMBOL vmlinux 0x2604fd2f gnet_stats_copy_basic_hw +EXPORT_SYMBOL vmlinux 0x261d1771 md_wakeup_thread +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x263c3152 bcmp +EXPORT_SYMBOL vmlinux 0x2654fedf dma_fence_allocate_private_stub +EXPORT_SYMBOL vmlinux 0x2657146c __scm_send +EXPORT_SYMBOL vmlinux 0x2676303b blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0x267b46f6 lookup_one_positive_unlocked +EXPORT_SYMBOL vmlinux 0x2688ec10 bitmap_zalloc +EXPORT_SYMBOL vmlinux 0x26897b52 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x26976304 input_register_handle +EXPORT_SYMBOL vmlinux 0x26a0c1e7 tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0x26a13eab devm_devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0x26a8a692 configfs_unregister_subsystem +EXPORT_SYMBOL vmlinux 0x26abaf92 pci_enable_wake +EXPORT_SYMBOL vmlinux 0x26b1e9e6 security_binder_transaction +EXPORT_SYMBOL vmlinux 0x26b61deb migrate_vma_finalize +EXPORT_SYMBOL vmlinux 0x26b92d4f fsync_bdev +EXPORT_SYMBOL vmlinux 0x26c7e6f5 is_free_buddy_page +EXPORT_SYMBOL vmlinux 0x26cd0d29 find_vma_intersection +EXPORT_SYMBOL vmlinux 0x26d41ceb pci_add_new_bus +EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x26e67e99 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0x26ec48e4 tcp_make_synack +EXPORT_SYMBOL vmlinux 0x26f8f0b8 iowrite16be +EXPORT_SYMBOL vmlinux 0x26fb6d4f migrate_folio +EXPORT_SYMBOL vmlinux 0x270a93a1 audit_log +EXPORT_SYMBOL vmlinux 0x270cf88f dump_stack_lvl +EXPORT_SYMBOL vmlinux 0x272a8933 udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x2733eaf7 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0x27392fae super_setup_bdi +EXPORT_SYMBOL vmlinux 0x27479d14 param_free_charp +EXPORT_SYMBOL vmlinux 0x27597bcb dm_io +EXPORT_SYMBOL vmlinux 0x275b129b add_watch_to_object +EXPORT_SYMBOL vmlinux 0x275dfee4 ucc_slow_free +EXPORT_SYMBOL vmlinux 0x275f3d49 hdmi_vendor_infoframe_check +EXPORT_SYMBOL vmlinux 0x276c2cb4 netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0x27756bc8 scsi_sanitize_inquiry_string +EXPORT_SYMBOL vmlinux 0x277ecee1 down_write +EXPORT_SYMBOL vmlinux 0x2782b393 xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27bcd12f set_cached_acl +EXPORT_SYMBOL vmlinux 0x27cdca93 pci_add_resource +EXPORT_SYMBOL vmlinux 0x27d98ca5 ip6tun_encaps +EXPORT_SYMBOL vmlinux 0x27f01f60 dma_fence_get_status +EXPORT_SYMBOL vmlinux 0x280065ac blk_integrity_compare +EXPORT_SYMBOL vmlinux 0x2801d670 mipi_dsi_compression_mode +EXPORT_SYMBOL vmlinux 0x2803c43c agp_generic_destroy_pages +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x281f8fc4 cpufreq_generic_suspend +EXPORT_SYMBOL vmlinux 0x282b49cb __mdiobus_c45_read +EXPORT_SYMBOL vmlinux 0x282c7e12 __tracepoint_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x286bfcf8 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0x2875a315 utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0x2877e8a3 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x287fda04 pci_scan_bridge +EXPORT_SYMBOL vmlinux 0x28864fef __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0x28a04c9c jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0x28a1886a tcf_idr_cleanup +EXPORT_SYMBOL vmlinux 0x28b2ed61 set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0x28c48d5c seq_release +EXPORT_SYMBOL vmlinux 0x28f264d7 __tracepoint_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x28f94604 __ubsan_handle_builtin_unreachable +EXPORT_SYMBOL vmlinux 0x28fd7c8f genphy_update_link +EXPORT_SYMBOL vmlinux 0x290a5b8c hash_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x29139d96 cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0x292c9756 blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x2937d475 netdev_unbind_sb_channel +EXPORT_SYMBOL vmlinux 0x29534bae flow_rule_match_arp +EXPORT_SYMBOL vmlinux 0x2959f3c0 find_inode_rcu +EXPORT_SYMBOL vmlinux 0x295e83a6 rtnl_create_link +EXPORT_SYMBOL vmlinux 0x29604158 napi_busy_loop +EXPORT_SYMBOL vmlinux 0x296348c7 redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0x296b8bbf __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0x297101eb devm_register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x2975e889 __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0x2988d6b1 get_inode_acl +EXPORT_SYMBOL vmlinux 0x299880bd path_is_mountpoint +EXPORT_SYMBOL vmlinux 0x299fd937 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x29b3ec45 __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x29c0307d agp_generic_type_to_mask_type +EXPORT_SYMBOL vmlinux 0x29d7b4bc t10_pi_type1_ip +EXPORT_SYMBOL vmlinux 0x29e1e204 hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0x2a08448c filemap_splice_read +EXPORT_SYMBOL vmlinux 0x2a2448f6 dcb_getrewr_prio_pcp_mask_map +EXPORT_SYMBOL vmlinux 0x2a303d4d check_signature +EXPORT_SYMBOL vmlinux 0x2a4685d5 xfrm_init_replay +EXPORT_SYMBOL vmlinux 0x2a4b4de2 mipi_dsi_device_unregister +EXPORT_SYMBOL vmlinux 0x2a4cdba5 md_write_end +EXPORT_SYMBOL vmlinux 0x2a5af1f8 fscrypt_put_encryption_info +EXPORT_SYMBOL vmlinux 0x2a61004a rproc_coredump_add_custom_segment +EXPORT_SYMBOL vmlinux 0x2a6a5aac sockopt_capable +EXPORT_SYMBOL vmlinux 0x2a6d3ce7 i2c_smbus_write_byte +EXPORT_SYMBOL vmlinux 0x2a6ebfba dst_discard_out +EXPORT_SYMBOL vmlinux 0x2a7e4363 tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x2a8a0b96 page_frag_alloc_align +EXPORT_SYMBOL vmlinux 0x2a8e32b1 _raw_spin_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x2a928918 slhc_free +EXPORT_SYMBOL vmlinux 0x2a958c04 tcp_ioctl +EXPORT_SYMBOL vmlinux 0x2a97fd0b ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0x2a9a3905 vme_master_get +EXPORT_SYMBOL vmlinux 0x2aa0e2d6 devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x2aabcdc8 vmalloc_array +EXPORT_SYMBOL vmlinux 0x2aad233f qdisc_offload_query_caps +EXPORT_SYMBOL vmlinux 0x2ad84bb9 mapping_read_folio_gfp +EXPORT_SYMBOL vmlinux 0x2adb3914 of_get_next_cpu_node +EXPORT_SYMBOL vmlinux 0x2ae50f55 fuse_dequeue_forget +EXPORT_SYMBOL vmlinux 0x2b0562f8 udp_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x2b174fde devm_clk_get +EXPORT_SYMBOL vmlinux 0x2b19f4a7 vme_master_request +EXPORT_SYMBOL vmlinux 0x2b291ea3 padata_alloc_shell +EXPORT_SYMBOL vmlinux 0x2b2b06f5 folio_set_bh +EXPORT_SYMBOL vmlinux 0x2b3bf796 dquot_quota_on +EXPORT_SYMBOL vmlinux 0x2b4560c2 cfb_copyarea +EXPORT_SYMBOL vmlinux 0x2b51339c textsearch_destroy +EXPORT_SYMBOL vmlinux 0x2b70b352 dns_query +EXPORT_SYMBOL vmlinux 0x2b7e002c pci_get_slot +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2ba08165 tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0x2bb4a48e __skb_ext_del +EXPORT_SYMBOL vmlinux 0x2bca5041 xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0x2bf39846 proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x2c03dd6d __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x2c0cf940 of_graph_get_remote_port +EXPORT_SYMBOL vmlinux 0x2c19be1b inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0x2c250959 security_path_mknod +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c29a056 of_create_pci_dev +EXPORT_SYMBOL vmlinux 0x2c437a54 tcf_exts_terse_dump +EXPORT_SYMBOL vmlinux 0x2c43d886 inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0x2c44bbcb of_n_size_cells +EXPORT_SYMBOL vmlinux 0x2c640bb0 scsi_dma_map +EXPORT_SYMBOL vmlinux 0x2c65baa7 __fput_sync +EXPORT_SYMBOL vmlinux 0x2c762def touch_atime +EXPORT_SYMBOL vmlinux 0x2c7d6648 thread_group_exited +EXPORT_SYMBOL vmlinux 0x2c82c36a security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x2c8b9ebe netdev_get_by_name +EXPORT_SYMBOL vmlinux 0x2c985136 qdisc_reset +EXPORT_SYMBOL vmlinux 0x2ca2664f udp_prot +EXPORT_SYMBOL vmlinux 0x2ca59913 dma_fence_signal_locked +EXPORT_SYMBOL vmlinux 0x2ca75d41 nf_ct_get_tuple_skb +EXPORT_SYMBOL vmlinux 0x2cac7630 sock_queue_rcv_skb_reason +EXPORT_SYMBOL vmlinux 0x2ccd059a dim_on_top +EXPORT_SYMBOL vmlinux 0x2cf0c910 sg_init_table +EXPORT_SYMBOL vmlinux 0x2cf56265 __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d170010 blk_set_queue_depth +EXPORT_SYMBOL vmlinux 0x2d1d7554 task_lookup_next_fd_rcu +EXPORT_SYMBOL vmlinux 0x2d212403 phy_find_first +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d38263e nvdimm_namespace_common_probe +EXPORT_SYMBOL vmlinux 0x2d39b0a7 kstrdup +EXPORT_SYMBOL vmlinux 0x2d3b35eb pci_ep_cfs_add_epc_group +EXPORT_SYMBOL vmlinux 0x2d4c773a hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0x2d4daef5 find_font +EXPORT_SYMBOL vmlinux 0x2d528576 pnv_cxl_alloc_hwirq_ranges +EXPORT_SYMBOL vmlinux 0x2d5b0b22 skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0x2d62acab sockopt_lock_sock +EXPORT_SYMBOL vmlinux 0x2d68ba81 netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0x2d6ea528 dev_remove_pack +EXPORT_SYMBOL vmlinux 0x2d73032d pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x2d994605 security_inode_copy_up_xattr +EXPORT_SYMBOL vmlinux 0x2d9a0a29 dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0x2dc4e156 prepare_to_wait +EXPORT_SYMBOL vmlinux 0x2dc89b31 __dev_queue_xmit +EXPORT_SYMBOL vmlinux 0x2dcdea36 chip_to_vas_id +EXPORT_SYMBOL vmlinux 0x2dce19f1 __wait_on_bit +EXPORT_SYMBOL vmlinux 0x2ddc2797 jbd2_fc_wait_bufs +EXPORT_SYMBOL vmlinux 0x2df7635c give_up_console +EXPORT_SYMBOL vmlinux 0x2e1ca751 clk_put +EXPORT_SYMBOL vmlinux 0x2e1fab2f _raw_read_unlock_irqrestore +EXPORT_SYMBOL vmlinux 0x2e2b40d2 strncat +EXPORT_SYMBOL vmlinux 0x2e317d4d __lock_buffer +EXPORT_SYMBOL vmlinux 0x2e3f9dae rtnl_kfree_skbs +EXPORT_SYMBOL vmlinux 0x2e45e90a tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0x2e49ce7c elv_rb_del +EXPORT_SYMBOL vmlinux 0x2e4cdbd5 path_get +EXPORT_SYMBOL vmlinux 0x2e5fe036 __skb_ext_put +EXPORT_SYMBOL vmlinux 0x2e646ac2 freezing_slow_path +EXPORT_SYMBOL vmlinux 0x2e64ef56 pci_pme_capable +EXPORT_SYMBOL vmlinux 0x2e6a4f1d clocksource_unregister +EXPORT_SYMBOL vmlinux 0x2e7ea774 __ClearPageMovable +EXPORT_SYMBOL vmlinux 0x2eb3be4c scsi_remove_device +EXPORT_SYMBOL vmlinux 0x2ec6bba0 errseq_set +EXPORT_SYMBOL vmlinux 0x2edfa09d get_vm_area +EXPORT_SYMBOL vmlinux 0x2f000c44 __percpu_counter_compare +EXPORT_SYMBOL vmlinux 0x2f023763 __blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f1254d1 ucc_tdm_init +EXPORT_SYMBOL vmlinux 0x2f16af82 phy_modify_paged +EXPORT_SYMBOL vmlinux 0x2f23c76b filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x2f2e91b2 security_ib_alloc_security +EXPORT_SYMBOL vmlinux 0x2f519a06 kernel_listen +EXPORT_SYMBOL vmlinux 0x2f550d49 __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0x2f57f21e dquot_get_next_id +EXPORT_SYMBOL vmlinux 0x2f7754a8 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2f7b66e2 pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0x2f8264bd gtm_get_timer16 +EXPORT_SYMBOL vmlinux 0x2f83353d tty_port_put +EXPORT_SYMBOL vmlinux 0x2fb26368 seg6_hmac_info_add +EXPORT_SYMBOL vmlinux 0x2fc78fcc xa_erase +EXPORT_SYMBOL vmlinux 0x2fcb66c1 free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0x2fd8d12f agp_enable +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x300d1de5 xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x30204c84 get_tree_single +EXPORT_SYMBOL vmlinux 0x30308371 bpf_empty_prog_array +EXPORT_SYMBOL vmlinux 0x305a9368 pci_read_vpd +EXPORT_SYMBOL vmlinux 0x305ed3fe pci_alloc_irq_vectors +EXPORT_SYMBOL vmlinux 0x30617cb3 fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0x307bd914 kfree_skb_list_reason +EXPORT_SYMBOL vmlinux 0x3080df7c kthread_bind +EXPORT_SYMBOL vmlinux 0x3096be16 names_cachep +EXPORT_SYMBOL vmlinux 0x30a14a60 pci_clear_master +EXPORT_SYMBOL vmlinux 0x30a1cf3d rtnl_configure_link +EXPORT_SYMBOL vmlinux 0x30a73c07 pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30ab07f5 iget5_locked +EXPORT_SYMBOL vmlinux 0x30acfde9 hsiphash_2u32 +EXPORT_SYMBOL vmlinux 0x30b8b35c cpu_to_chip_id +EXPORT_SYMBOL vmlinux 0x30bbc4b4 nf_unregister_net_hook +EXPORT_SYMBOL vmlinux 0x30cb0977 dev_pick_tx_zero +EXPORT_SYMBOL vmlinux 0x30d11465 __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0x30d2a2f8 devm_mmc_alloc_host +EXPORT_SYMBOL vmlinux 0x30d4c429 remove_proc_subtree +EXPORT_SYMBOL vmlinux 0x30d69839 of_phy_is_fixed_link +EXPORT_SYMBOL vmlinux 0x30dfce20 netdev_bonding_info_change +EXPORT_SYMBOL vmlinux 0x30e11ab3 __register_nls +EXPORT_SYMBOL vmlinux 0x30e568e7 dma_fence_chain_find_seqno +EXPORT_SYMBOL vmlinux 0x30ffea1a mmc_put_card +EXPORT_SYMBOL vmlinux 0x3102e9c4 pci_disable_msi +EXPORT_SYMBOL vmlinux 0x3118f860 xp_alloc +EXPORT_SYMBOL vmlinux 0x3126a9e8 siphash_1u64 +EXPORT_SYMBOL vmlinux 0x312d5eb2 dump_emit +EXPORT_SYMBOL vmlinux 0x312ed932 verify_spi_info +EXPORT_SYMBOL vmlinux 0x31466768 ip_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x314b105f tcf_idr_create_from_flags +EXPORT_SYMBOL vmlinux 0x3153450c pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0x315f867a key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0x318af6ab skb_append +EXPORT_SYMBOL vmlinux 0x318c3929 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x31b033dc mmc_remove_host +EXPORT_SYMBOL vmlinux 0x31b1a41c __debugger_fault_handler +EXPORT_SYMBOL vmlinux 0x31c19c19 phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0x31c2efbb misc_deregister +EXPORT_SYMBOL vmlinux 0x31e94744 readahead_expand +EXPORT_SYMBOL vmlinux 0x31fcf9bf devm_gen_pool_create +EXPORT_SYMBOL vmlinux 0x3212a4b4 configfs_depend_item +EXPORT_SYMBOL vmlinux 0x3217c3a3 __memset32 +EXPORT_SYMBOL vmlinux 0x321bdafa twl6040_clear_bits +EXPORT_SYMBOL vmlinux 0x3221df67 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x32323ae1 dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0x32394d4b qe_issue_cmd +EXPORT_SYMBOL vmlinux 0x32433a8d phy_get_eee_err +EXPORT_SYMBOL vmlinux 0x32581e18 input_set_min_poll_interval +EXPORT_SYMBOL vmlinux 0x3259a3a9 __tty_insert_flip_char +EXPORT_SYMBOL vmlinux 0x32654d43 clkdev_drop +EXPORT_SYMBOL vmlinux 0x3268bace of_translate_dma_region +EXPORT_SYMBOL vmlinux 0x327c84bf vme_lm_attach +EXPORT_SYMBOL vmlinux 0x3283e6b0 prandom_seed_full_state +EXPORT_SYMBOL vmlinux 0x3285e6ac flush_dcache_icache_page +EXPORT_SYMBOL vmlinux 0x32863268 serio_open +EXPORT_SYMBOL vmlinux 0x328918bc of_read_drc_info_cell +EXPORT_SYMBOL vmlinux 0x32b6f7e3 sg_miter_skip +EXPORT_SYMBOL vmlinux 0x32b7d5b2 lockref_put_not_zero +EXPORT_SYMBOL vmlinux 0x32ce3777 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x32d3050f ip_frag_next +EXPORT_SYMBOL vmlinux 0x32dbd4d0 sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0x32f3948a jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0x3304ae3f d_add +EXPORT_SYMBOL vmlinux 0x330961fd block_invalidate_folio +EXPORT_SYMBOL vmlinux 0x330b3e0c eth_header_parse +EXPORT_SYMBOL vmlinux 0x330c33ef gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0x3312141b devm_memunmap +EXPORT_SYMBOL vmlinux 0x33202a2d sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x33230681 sock_set_sndtimeo +EXPORT_SYMBOL vmlinux 0x33297631 param_get_uint +EXPORT_SYMBOL vmlinux 0x3334c113 tcf_exts_init_ex +EXPORT_SYMBOL vmlinux 0x333bfca1 hdmi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x3341c06d neigh_seq_start +EXPORT_SYMBOL vmlinux 0x334d05a1 __blk_mq_alloc_disk +EXPORT_SYMBOL vmlinux 0x33573313 dcb_ieee_getapp_default_prio_mask +EXPORT_SYMBOL vmlinux 0x33577532 pci_bus_claim_resources +EXPORT_SYMBOL vmlinux 0x33736a1d __genradix_ptr_alloc +EXPORT_SYMBOL vmlinux 0x338942ab rproc_of_parse_firmware +EXPORT_SYMBOL vmlinux 0x339b6869 pcie_set_readrq +EXPORT_SYMBOL vmlinux 0x33b84f74 copy_page +EXPORT_SYMBOL vmlinux 0x33bba369 sockfd_lookup +EXPORT_SYMBOL vmlinux 0x33c18f7b backlight_device_get_by_name +EXPORT_SYMBOL vmlinux 0x33e2280a tcp_seq_stop +EXPORT_SYMBOL vmlinux 0x33e813f4 ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0x33e9f3ca scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0x33ee975d __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0x33f0768c cpufreq_quick_get_max +EXPORT_SYMBOL vmlinux 0x33f388ae tcf_exts_change +EXPORT_SYMBOL vmlinux 0x33fcf44a __kfifo_out_r +EXPORT_SYMBOL vmlinux 0x3402dc8b __write_overflow_field +EXPORT_SYMBOL vmlinux 0x340e1ef9 pci_dev_put +EXPORT_SYMBOL vmlinux 0x3412d079 sys_imageblit +EXPORT_SYMBOL vmlinux 0x3417ae4e cdev_set_parent +EXPORT_SYMBOL vmlinux 0x341f7882 sget +EXPORT_SYMBOL vmlinux 0x345893bc param_get_short +EXPORT_SYMBOL vmlinux 0x345c8916 strict_msr_control +EXPORT_SYMBOL vmlinux 0x346a8de3 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x346afdd6 proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0x346fcdd1 tcp_hashinfo +EXPORT_SYMBOL vmlinux 0x3491d740 fd_install +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34aa93b3 dma_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0x34c7cdbc lookup_bdev +EXPORT_SYMBOL vmlinux 0x34d5525f skb_get_hash_perturb +EXPORT_SYMBOL vmlinux 0x34d62219 mipi_dsi_dcs_set_tear_on +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x351791fe request_firmware_nowait +EXPORT_SYMBOL vmlinux 0x35257e6c epapr_hypercall_start +EXPORT_SYMBOL vmlinux 0x352bb201 xa_store +EXPORT_SYMBOL vmlinux 0x3539f11b match_strlcpy +EXPORT_SYMBOL vmlinux 0x355cdf0f take_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0x3560799b sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0x356461c8 rtc_time64_to_tm +EXPORT_SYMBOL vmlinux 0x3573e0d0 radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0x35830e6f agp3_generic_tlbflush +EXPORT_SYMBOL vmlinux 0x3586ea8e dma_async_device_register +EXPORT_SYMBOL vmlinux 0x3586f20d ip_sock_set_tos +EXPORT_SYMBOL vmlinux 0x35a20d02 km_policy_expired +EXPORT_SYMBOL vmlinux 0x35a88f28 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x35c1d11e tcf_register_action +EXPORT_SYMBOL vmlinux 0x35c79799 kobject_get_unless_zero +EXPORT_SYMBOL vmlinux 0x35d2f7ef fput +EXPORT_SYMBOL vmlinux 0x35e4b5e2 kernel_getpeername +EXPORT_SYMBOL vmlinux 0x35e6f60b tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x360c8ca9 tcp_ld_RTO_revert +EXPORT_SYMBOL vmlinux 0x3625e96e eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0x363cef6b mark_info_dirty +EXPORT_SYMBOL vmlinux 0x36568587 kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x365acda7 set_normalized_timespec64 +EXPORT_SYMBOL vmlinux 0x365e7911 kstrdup_const +EXPORT_SYMBOL vmlinux 0x36609ef7 seg6_hmac_info_lookup +EXPORT_SYMBOL vmlinux 0x366707c9 jent_testing_init +EXPORT_SYMBOL vmlinux 0x3680ff4a param_ops_long +EXPORT_SYMBOL vmlinux 0x3691ee7f flow_indr_block_cb_alloc +EXPORT_SYMBOL vmlinux 0x369d0932 skb_queue_purge +EXPORT_SYMBOL vmlinux 0x36ab18d3 discard_new_inode +EXPORT_SYMBOL vmlinux 0x36bc0a0d ipmr_rule_default +EXPORT_SYMBOL vmlinux 0x36ca3f7d vfs_fileattr_get +EXPORT_SYMBOL vmlinux 0x36df42e9 param_ops_hexint +EXPORT_SYMBOL vmlinux 0x36eaafe2 __cpu_active_mask +EXPORT_SYMBOL vmlinux 0x371d2130 check_legacy_ioport +EXPORT_SYMBOL vmlinux 0x371e1953 __printk_cpu_sync_wait +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x3753f853 __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL vmlinux 0x3763ef80 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0x3771a0f5 mmc_detect_card_removed +EXPORT_SYMBOL vmlinux 0x377355bd jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0x379739e6 mmc_wait_for_req_done +EXPORT_SYMBOL vmlinux 0x37ae2ac9 phy_stop +EXPORT_SYMBOL vmlinux 0x37b8b39e screen_info +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37f40aa5 _raw_write_lock_irq +EXPORT_SYMBOL vmlinux 0x38026cb6 complete +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x382dea4b kernel_sendmsg +EXPORT_SYMBOL vmlinux 0x384c6f9b ip_sock_set_recverr +EXPORT_SYMBOL vmlinux 0x3854774b kstrtoll +EXPORT_SYMBOL vmlinux 0x385c7481 __tracepoint_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x387d469a input_set_keycode +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x3891ffc8 ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0x389617b0 LZ4_decompress_fast_continue +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38d9ba2b register_fib_notifier +EXPORT_SYMBOL vmlinux 0x38dded41 dma_fence_init +EXPORT_SYMBOL vmlinux 0x38e2cead block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0x38e8769c __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x38fb9933 tty_std_termios +EXPORT_SYMBOL vmlinux 0x391df80a netstamp_needed_key +EXPORT_SYMBOL vmlinux 0x392bafdb may_setattr +EXPORT_SYMBOL vmlinux 0x3939f8f0 rfkill_pause_polling +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x394a1e11 phy_sfp_attach +EXPORT_SYMBOL vmlinux 0x394b63e9 dquot_free_inode +EXPORT_SYMBOL vmlinux 0x394cc659 mipi_dsi_host_register +EXPORT_SYMBOL vmlinux 0x3955fcf6 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0x3959d1d9 devfreq_recommended_opp +EXPORT_SYMBOL vmlinux 0x396353e7 i2c_smbus_write_word_data +EXPORT_SYMBOL vmlinux 0x396e4877 blk_mq_unique_tag +EXPORT_SYMBOL vmlinux 0x3970eaea mipi_dsi_driver_unregister +EXPORT_SYMBOL vmlinux 0x397911c5 unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x398b1dc9 udp6_seq_ops +EXPORT_SYMBOL vmlinux 0x39991865 icmp_global_allow +EXPORT_SYMBOL vmlinux 0x399ad043 __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0x39a2683f __scsi_add_device +EXPORT_SYMBOL vmlinux 0x39c74235 dm_read_arg_group +EXPORT_SYMBOL vmlinux 0x39d25491 inode_set_ctime_current +EXPORT_SYMBOL vmlinux 0x39d95ca4 zstd_reset_cstream +EXPORT_SYMBOL vmlinux 0x39decc93 eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0x39ea636c skb_copy_bits +EXPORT_SYMBOL vmlinux 0x39ef5d79 pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0x3a0a2c49 blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0x3a254de1 qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0x3a4f9d28 rng_is_initialized +EXPORT_SYMBOL vmlinux 0x3a559e68 page_pool_release_page +EXPORT_SYMBOL vmlinux 0x3a62465a set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x3a6b2cf0 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x3a72ea7b nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0x3a875620 __xa_store +EXPORT_SYMBOL vmlinux 0x3a8d5858 netif_set_tso_max_size +EXPORT_SYMBOL vmlinux 0x3aa63bdf ip_getsockopt +EXPORT_SYMBOL vmlinux 0x3aaf3b5f flow_rule_match_tcp +EXPORT_SYMBOL vmlinux 0x3ab28948 console_srcu_read_lock +EXPORT_SYMBOL vmlinux 0x3ab7b1cc scsi_set_sense_field_pointer +EXPORT_SYMBOL vmlinux 0x3acfb1e6 kfree_skb_reason +EXPORT_SYMBOL vmlinux 0x3ad37f54 skb_clone_sk +EXPORT_SYMBOL vmlinux 0x3ade26e0 inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0x3ae34aeb zstd_init_dctx +EXPORT_SYMBOL vmlinux 0x3ae34fd5 platform_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x3ae448b4 tcp_seq_start +EXPORT_SYMBOL vmlinux 0x3ae46bfe clk_bulk_get_all +EXPORT_SYMBOL vmlinux 0x3b07aadc devm_register_netdev +EXPORT_SYMBOL vmlinux 0x3b0d93a6 mmc_retune_timer_stop +EXPORT_SYMBOL vmlinux 0x3b0f0391 sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0x3b157473 folio_redirty_for_writepage +EXPORT_SYMBOL vmlinux 0x3b2c8414 __kfree_skb +EXPORT_SYMBOL vmlinux 0x3b2e994c blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0x3b321462 LZ4_setStreamDecode +EXPORT_SYMBOL vmlinux 0x3b60c766 nf_ip_checksum +EXPORT_SYMBOL vmlinux 0x3b644591 __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x3b6c41ea kstrtouint +EXPORT_SYMBOL vmlinux 0x3b6f48db iget_failed +EXPORT_SYMBOL vmlinux 0x3b80a643 mdio_driver_register +EXPORT_SYMBOL vmlinux 0x3b81a7ea eth_mac_addr +EXPORT_SYMBOL vmlinux 0x3b823e29 mmc_can_gpio_cd +EXPORT_SYMBOL vmlinux 0x3b843fca xfrm_parse_spi +EXPORT_SYMBOL vmlinux 0x3b9617b6 vfs_symlink +EXPORT_SYMBOL vmlinux 0x3bbd722e sock_init_data +EXPORT_SYMBOL vmlinux 0x3bcd5315 writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x3bcefa30 pci_get_subsys +EXPORT_SYMBOL vmlinux 0x3bd23d4c register_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0x3bdaafab pci_disable_link_state +EXPORT_SYMBOL vmlinux 0x3bdcae2e default_qdisc_ops +EXPORT_SYMBOL vmlinux 0x3bfb09fa gen_pool_has_addr +EXPORT_SYMBOL vmlinux 0x3c0b4abc tcp_getsockopt +EXPORT_SYMBOL vmlinux 0x3c15b1e3 jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0x3c185c61 page_put_link +EXPORT_SYMBOL vmlinux 0x3c1df79a skb_push +EXPORT_SYMBOL vmlinux 0x3c2d51ea inet6_protos +EXPORT_SYMBOL vmlinux 0x3c3215c4 qe_immr +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c3ff9fd sprintf +EXPORT_SYMBOL vmlinux 0x3c493d56 qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0x3c85f773 devm_iounmap +EXPORT_SYMBOL vmlinux 0x3cae9d51 bio_chain +EXPORT_SYMBOL vmlinux 0x3cb1de8a rproc_elf_find_loaded_rsc_table +EXPORT_SYMBOL vmlinux 0x3cb23db3 console_srcu_read_unlock +EXPORT_SYMBOL vmlinux 0x3cb4215a dev_pre_changeaddr_notify +EXPORT_SYMBOL vmlinux 0x3cb902ee scsi_ioctl +EXPORT_SYMBOL vmlinux 0x3cbb940b zstd_init_dstream +EXPORT_SYMBOL vmlinux 0x3cc3f72e __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x3cc6fd7a inet_sk_get_local_port_range +EXPORT_SYMBOL vmlinux 0x3ccfdd48 kfree_skb_partial +EXPORT_SYMBOL vmlinux 0x3cd24bcd scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x3cdf2e65 vmemmap +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3cfd219c register_netdev +EXPORT_SYMBOL vmlinux 0x3d0441b8 tcp_connect +EXPORT_SYMBOL vmlinux 0x3d081bfd simple_open +EXPORT_SYMBOL vmlinux 0x3d179edb blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0x3d44f029 dev_mc_del +EXPORT_SYMBOL vmlinux 0x3d6f9eb6 from_kuid_munged +EXPORT_SYMBOL vmlinux 0x3d701847 sk_stop_timer_sync +EXPORT_SYMBOL vmlinux 0x3d732940 configfs_undepend_item +EXPORT_SYMBOL vmlinux 0x3d8e309f get_cached_acl +EXPORT_SYMBOL vmlinux 0x3d938d66 mptcp_subflow_reqsk_alloc +EXPORT_SYMBOL vmlinux 0x3d947011 genphy_loopback +EXPORT_SYMBOL vmlinux 0x3d9e9e8e neigh_table_init +EXPORT_SYMBOL vmlinux 0x3dabf271 memcg_sockets_enabled_key +EXPORT_SYMBOL vmlinux 0x3dac779a bpf_sk_lookup_enabled +EXPORT_SYMBOL vmlinux 0x3dad9978 cancel_delayed_work +EXPORT_SYMBOL vmlinux 0x3dae5452 iter_file_splice_write +EXPORT_SYMBOL vmlinux 0x3dc38334 pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x3dc3ea70 folio_wait_private_2 +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3df5ebf0 mdiobus_write_nested +EXPORT_SYMBOL vmlinux 0x3dfb86b9 resource_list_create_entry +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e16a6cf scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0x3e22cd9f put_cmsg_scm_timestamping64 +EXPORT_SYMBOL vmlinux 0x3e3249e0 inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0x3e3bad0a __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x3e6a5b1b mini_qdisc_pair_swap +EXPORT_SYMBOL vmlinux 0x3e711d70 tcp_set_rcvlowat +EXPORT_SYMBOL vmlinux 0x3e737b7d reuseport_stop_listen_sock +EXPORT_SYMBOL vmlinux 0x3e8e5608 cdev_del +EXPORT_SYMBOL vmlinux 0x3e976835 phys_mem_access_prot +EXPORT_SYMBOL vmlinux 0x3e99052d d_alloc_name +EXPORT_SYMBOL vmlinux 0x3e9fc6d7 gpiochip_irq_reqres +EXPORT_SYMBOL vmlinux 0x3ea99b79 netlbl_calipso_ops_register +EXPORT_SYMBOL vmlinux 0x3eb817d1 put_watch_queue +EXPORT_SYMBOL vmlinux 0x3eccbe2c __find_nth_bit +EXPORT_SYMBOL vmlinux 0x3ed1b289 mipi_dsi_dcs_set_display_brightness +EXPORT_SYMBOL vmlinux 0x3efe1703 phy_unregister_fixup_for_id +EXPORT_SYMBOL vmlinux 0x3f0eabd2 xxh64_update +EXPORT_SYMBOL vmlinux 0x3f1b4a37 __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0x3f25182a dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0x3f34644d zstd_dstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x3f406a3b enable_kernel_altivec +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f4909c9 fb_set_var +EXPORT_SYMBOL vmlinux 0x3f726e46 fb_prepare_logo +EXPORT_SYMBOL vmlinux 0x3f75673d netdev_set_num_tc +EXPORT_SYMBOL vmlinux 0x3f7adc06 bio_uninit +EXPORT_SYMBOL vmlinux 0x3f8389c9 param_get_ulong +EXPORT_SYMBOL vmlinux 0x3f89071b security_ib_pkey_access +EXPORT_SYMBOL vmlinux 0x3f9e32e0 md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0x3fb15120 param_get_byte +EXPORT_SYMBOL vmlinux 0x3fbf3c89 vme_slave_set +EXPORT_SYMBOL vmlinux 0x3fcbdc11 __neigh_create +EXPORT_SYMBOL vmlinux 0x3fd44b1c ptp_clock_event +EXPORT_SYMBOL vmlinux 0x3fd78f3b register_chrdev_region +EXPORT_SYMBOL vmlinux 0x3fe2ccbe memweight +EXPORT_SYMBOL vmlinux 0x3fe9a5d8 put_cmsg_scm_timestamping +EXPORT_SYMBOL vmlinux 0x3ff4c9aa dump_skip +EXPORT_SYMBOL vmlinux 0x401fb14c kmalloc_node_trace +EXPORT_SYMBOL vmlinux 0x40234ff1 blk_post_runtime_suspend +EXPORT_SYMBOL vmlinux 0x4043aa27 netif_carrier_off +EXPORT_SYMBOL vmlinux 0x40459354 mdiobus_c45_write_nested +EXPORT_SYMBOL vmlinux 0x40462a0e of_find_node_by_name +EXPORT_SYMBOL vmlinux 0x4053b14b devm_pci_remap_cfg_resource +EXPORT_SYMBOL vmlinux 0x40564383 security_sock_graft +EXPORT_SYMBOL vmlinux 0x405b04ec rproc_vq_interrupt +EXPORT_SYMBOL vmlinux 0x405b6e05 srp_parse_tmo +EXPORT_SYMBOL vmlinux 0x406be754 seg6_hmac_validate_skb +EXPORT_SYMBOL vmlinux 0x406d8af6 __skb_gro_checksum_complete +EXPORT_SYMBOL vmlinux 0x40734a1c scm_detach_fds +EXPORT_SYMBOL vmlinux 0x4079d21c tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0x408051b0 tcp_v4_connect +EXPORT_SYMBOL vmlinux 0x4083cc59 tcp_mtu_to_mss +EXPORT_SYMBOL vmlinux 0x4087fef8 setup_new_exec +EXPORT_SYMBOL vmlinux 0x4096ce5e __dquot_free_space +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x40a4916f dma_fence_get_stub +EXPORT_SYMBOL vmlinux 0x40a62432 __nla_validate +EXPORT_SYMBOL vmlinux 0x40a8d38d netif_set_tso_max_segs +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40b5cd7a seq_read +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40cfd6c0 unregister_md_personality +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d075e4 padata_alloc +EXPORT_SYMBOL vmlinux 0x40d59096 unregister_restart_handler +EXPORT_SYMBOL vmlinux 0x40da1a7b generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x40f48958 mipi_dsi_device_register_full +EXPORT_SYMBOL vmlinux 0x40f76a86 __vcalloc +EXPORT_SYMBOL vmlinux 0x40fb79fc unpin_user_page_range_dirty_lock +EXPORT_SYMBOL vmlinux 0x412f893c page_offline_begin +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x414e3eab nvdimm_namespace_disk_name +EXPORT_SYMBOL vmlinux 0x417eb3bf sync_file_create +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x418b8b94 md_error +EXPORT_SYMBOL vmlinux 0x418ef7b9 get_ipc_ns_exported +EXPORT_SYMBOL vmlinux 0x419de07f qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0x41ab8f4e pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x41abd4db _raw_write_trylock +EXPORT_SYMBOL vmlinux 0x41ae718a __percpu_counter_init +EXPORT_SYMBOL vmlinux 0x41ba0672 _copy_from_iter_nocache +EXPORT_SYMBOL vmlinux 0x41bd9077 genphy_c37_read_status +EXPORT_SYMBOL vmlinux 0x41c149c8 locks_free_lock +EXPORT_SYMBOL vmlinux 0x41c9e983 fscrypt_decrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0x41cb7c3f netdev_warn +EXPORT_SYMBOL vmlinux 0x41dd6b07 d_delete +EXPORT_SYMBOL vmlinux 0x41ed3709 get_random_bytes +EXPORT_SYMBOL vmlinux 0x420d45c9 __cpuhp_remove_state_cpuslocked +EXPORT_SYMBOL vmlinux 0x420e53b6 set_disk_ro +EXPORT_SYMBOL vmlinux 0x42342dd7 pm860x_reg_read +EXPORT_SYMBOL vmlinux 0x423de1b4 dev_driver_string +EXPORT_SYMBOL vmlinux 0x423f7340 dma_fence_default_wait +EXPORT_SYMBOL vmlinux 0x4248ae3c single_task_running +EXPORT_SYMBOL vmlinux 0x424d3620 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x4259c7ae scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0x42736793 _raw_spin_trylock_bh +EXPORT_SYMBOL vmlinux 0x4274d3b5 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0x427dec51 file_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x42863091 d_path +EXPORT_SYMBOL vmlinux 0x429653a9 nd_device_notify +EXPORT_SYMBOL vmlinux 0x42bd1b96 load_nls +EXPORT_SYMBOL vmlinux 0x42cfc3b1 __netif_rx +EXPORT_SYMBOL vmlinux 0x42dddf23 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0x42ec1438 of_clk_get_by_name +EXPORT_SYMBOL vmlinux 0x42f1b900 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x42fcd0c4 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x4301451e iw_handler_get_thrspy +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x430e8ec0 dev_get_flags +EXPORT_SYMBOL vmlinux 0x433edee0 mr_mfc_seq_idx +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x43586822 tcf_qevent_dump +EXPORT_SYMBOL vmlinux 0x4365ec49 default_llseek +EXPORT_SYMBOL vmlinux 0x437515c4 param_ops_short +EXPORT_SYMBOL vmlinux 0x437a0d6d __sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x437c16d2 mq_change_real_num_tx +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x439f0741 sdev_prefix_printk +EXPORT_SYMBOL vmlinux 0x43a4938f vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x43b39ca0 __devm_mdiobus_register +EXPORT_SYMBOL vmlinux 0x43babd19 sg_init_one +EXPORT_SYMBOL vmlinux 0x43c82edf wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0x43d22fb9 groups_alloc +EXPORT_SYMBOL vmlinux 0x43d23adc xfrm_trans_queue +EXPORT_SYMBOL vmlinux 0x43d60748 dma_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0x43f9ebc8 slhc_remember +EXPORT_SYMBOL vmlinux 0x43fa0f4d vlan_vid_add +EXPORT_SYMBOL vmlinux 0x4426b3ae __skb_get_hash +EXPORT_SYMBOL vmlinux 0x442c4916 d_add_ci +EXPORT_SYMBOL vmlinux 0x442e2364 dev_get_by_napi_id +EXPORT_SYMBOL vmlinux 0x4438b77e device_add_disk +EXPORT_SYMBOL vmlinux 0x443ef735 set_capacity +EXPORT_SYMBOL vmlinux 0x44469a76 crc_ccitt_false_table +EXPORT_SYMBOL vmlinux 0x4455c3bc rproc_free +EXPORT_SYMBOL vmlinux 0x4462d35e cpufreq_get_hw_max_freq +EXPORT_SYMBOL vmlinux 0x446dec79 inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0x446ffb8b rproc_mem_entry_init +EXPORT_SYMBOL vmlinux 0x4488bc8a prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x4499ce55 xfrm6_rcv +EXPORT_SYMBOL vmlinux 0x44b5c41b proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x44bd460e unregister_netdev +EXPORT_SYMBOL vmlinux 0x44d3d471 fscrypt_free_bounce_page +EXPORT_SYMBOL vmlinux 0x44e03d3a gen_pool_dma_zalloc +EXPORT_SYMBOL vmlinux 0x44e801a0 fs_bio_set +EXPORT_SYMBOL vmlinux 0x44e9a519 scmd_printk +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x45006cee default_red +EXPORT_SYMBOL vmlinux 0x4502db8d pci_request_irq +EXPORT_SYMBOL vmlinux 0x450639ab sg_last +EXPORT_SYMBOL vmlinux 0x450bd37e __pmd_index_size +EXPORT_SYMBOL vmlinux 0x452287df gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0x452ba683 ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x45383754 md_handle_request +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x454fc1b6 del_gendisk +EXPORT_SYMBOL vmlinux 0x45535485 xxh32_update +EXPORT_SYMBOL vmlinux 0x455c2733 textsearch_register +EXPORT_SYMBOL vmlinux 0x4565163c mtree_insert_range +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x45884a9f of_get_next_available_child +EXPORT_SYMBOL vmlinux 0x4593d504 agp_generic_mask_memory +EXPORT_SYMBOL vmlinux 0x45a3774c pci_free_host_bridge +EXPORT_SYMBOL vmlinux 0x45a4d452 unregister_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x45c86ac9 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0x45e92619 twl6040_set_bits +EXPORT_SYMBOL vmlinux 0x45f14c72 d_alloc_parallel +EXPORT_SYMBOL vmlinux 0x46001d34 percpu_counter_add_batch +EXPORT_SYMBOL vmlinux 0x460f4a34 flow_hash_from_keys +EXPORT_SYMBOL vmlinux 0x4615d3bf blk_start_plug +EXPORT_SYMBOL vmlinux 0x461ebfa0 __copy_tofrom_user +EXPORT_SYMBOL vmlinux 0x462dd1cb xsk_get_pool_from_qid +EXPORT_SYMBOL vmlinux 0x46451cee zstd_get_frame_header +EXPORT_SYMBOL vmlinux 0x46562f1b __module_get +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x4674ec42 __pgd_val_bits +EXPORT_SYMBOL vmlinux 0x467a401d mipi_dsi_dcs_get_display_brightness_large +EXPORT_SYMBOL vmlinux 0x467df16d netdev_rss_key_fill +EXPORT_SYMBOL vmlinux 0x4687a38b jbd2_journal_load +EXPORT_SYMBOL vmlinux 0x469603e1 filemap_get_folios_contig +EXPORT_SYMBOL vmlinux 0x469a6ec7 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0x46ab63c7 register_quota_format +EXPORT_SYMBOL vmlinux 0x46bd5d6e video_get_options +EXPORT_SYMBOL vmlinux 0x46bf4c0b blk_mq_tagset_wait_completed_request +EXPORT_SYMBOL vmlinux 0x46c47fb6 __node_distance +EXPORT_SYMBOL vmlinux 0x46c5d9bf fs_param_is_u32 +EXPORT_SYMBOL vmlinux 0x46c8b840 tcf_block_get +EXPORT_SYMBOL vmlinux 0x46c9ffea crypto_kdf108_setkey +EXPORT_SYMBOL vmlinux 0x46dc05c9 giveup_all +EXPORT_SYMBOL vmlinux 0x46ef9e87 i2c_smbus_read_i2c_block_data_or_emulated +EXPORT_SYMBOL vmlinux 0x46f57e0e redraw_screen +EXPORT_SYMBOL vmlinux 0x46f9f2b5 xa_find_after +EXPORT_SYMBOL vmlinux 0x47065c73 cpm_muram_offset +EXPORT_SYMBOL vmlinux 0x47117911 bdev_end_io_acct +EXPORT_SYMBOL vmlinux 0x472b36af gro_cells_receive +EXPORT_SYMBOL vmlinux 0x4734283b locks_delete_block +EXPORT_SYMBOL vmlinux 0x473b3782 netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x47446884 seq_open_private +EXPORT_SYMBOL vmlinux 0x474afe07 jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0x4764b66c generic_fillattr +EXPORT_SYMBOL vmlinux 0x47673005 fscrypt_fname_disk_to_usr +EXPORT_SYMBOL vmlinux 0x47709e42 free_anon_bdev +EXPORT_SYMBOL vmlinux 0x478b5a05 iov_iter_alignment +EXPORT_SYMBOL vmlinux 0x47b759e2 netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0x47c20f8a refcount_dec_not_one +EXPORT_SYMBOL vmlinux 0x47c48af3 store_fp_state +EXPORT_SYMBOL vmlinux 0x47c65bfc unregister_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0x47c8802f submit_bio_wait +EXPORT_SYMBOL vmlinux 0x47cf8a68 key_invalidate +EXPORT_SYMBOL vmlinux 0x47cfd825 kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0x47dc7c37 d_alloc +EXPORT_SYMBOL vmlinux 0x47e7a329 inet_accept +EXPORT_SYMBOL vmlinux 0x47f5f9fb crypto_sha3_init +EXPORT_SYMBOL vmlinux 0x47f86523 param_ops_invbool +EXPORT_SYMBOL vmlinux 0x47fc6eac ptp_clock_register +EXPORT_SYMBOL vmlinux 0x47fd62a5 __ip_options_compile +EXPORT_SYMBOL vmlinux 0x481814c4 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0x481c5db5 ip_frag_init +EXPORT_SYMBOL vmlinux 0x481f60e8 eeh_dev_release +EXPORT_SYMBOL vmlinux 0x4829a47e memcpy +EXPORT_SYMBOL vmlinux 0x4829cf6b fscrypt_enqueue_decrypt_work +EXPORT_SYMBOL vmlinux 0x48352457 ndisc_ns_create +EXPORT_SYMBOL vmlinux 0x48355cb4 qe_pin_request +EXPORT_SYMBOL vmlinux 0x48370dd0 tcp_disconnect +EXPORT_SYMBOL vmlinux 0x483d40b0 keyring_search +EXPORT_SYMBOL vmlinux 0x4841bdee strnchr +EXPORT_SYMBOL vmlinux 0x4848cfb1 phy_mipi_dphy_get_default_config +EXPORT_SYMBOL vmlinux 0x484f6edf ktime_get_coarse_real_ts64 +EXPORT_SYMBOL vmlinux 0x4859a684 vio_h_cop_sync +EXPORT_SYMBOL vmlinux 0x4859b8bb rtc_year_days +EXPORT_SYMBOL vmlinux 0x486c17db __xa_erase +EXPORT_SYMBOL vmlinux 0x487e4b6e stream_open +EXPORT_SYMBOL vmlinux 0x4884bd1f netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0x488b6738 page_readlink +EXPORT_SYMBOL vmlinux 0x4892bc4c srp_rport_get +EXPORT_SYMBOL vmlinux 0x489f0fe1 dquot_load_quota_sb +EXPORT_SYMBOL vmlinux 0x489f6e0b rdma_dim +EXPORT_SYMBOL vmlinux 0x48a2808d of_parse_phandle_with_args_map +EXPORT_SYMBOL vmlinux 0x48a91171 string_get_size +EXPORT_SYMBOL vmlinux 0x48aa5b89 input_setup_polling +EXPORT_SYMBOL vmlinux 0x48b99a13 vme_lm_free +EXPORT_SYMBOL vmlinux 0x48d27375 __bitmap_intersects +EXPORT_SYMBOL vmlinux 0x48d3fa27 kmalloc_large_node +EXPORT_SYMBOL vmlinux 0x48e4aed2 is_nd_pfn +EXPORT_SYMBOL vmlinux 0x48efb1f2 xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0x48f79d00 __sk_queue_drop_skb +EXPORT_SYMBOL vmlinux 0x48f9a8bd jbd2_fc_begin_commit +EXPORT_SYMBOL vmlinux 0x48fb3219 vme_unregister_driver +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x4916fb1e __register_chrdev +EXPORT_SYMBOL vmlinux 0x49189c5d netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0x4933b013 d_invalidate +EXPORT_SYMBOL vmlinux 0x4946ed6d km_report +EXPORT_SYMBOL vmlinux 0x4949664b trace_seq_acquire +EXPORT_SYMBOL vmlinux 0x495231ea mul_u64_u64_div_u64 +EXPORT_SYMBOL vmlinux 0x495d8087 input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0x4963c796 jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0x4977c498 stack_depot_get_extra_bits +EXPORT_SYMBOL vmlinux 0x4983f15b of_scan_pci_bridge +EXPORT_SYMBOL vmlinux 0x499bfc6d __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x499f0ecf nd_sb_checksum +EXPORT_SYMBOL vmlinux 0x49a4711e pcie_print_link_status +EXPORT_SYMBOL vmlinux 0x49a4b6a6 mdiobus_c45_write +EXPORT_SYMBOL vmlinux 0x49b9de89 dcb_ieee_getapp_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0x49bba79d scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0x49c0e404 finish_open +EXPORT_SYMBOL vmlinux 0x49d29693 iptun_encaps +EXPORT_SYMBOL vmlinux 0x49f1616e cpumask_next_wrap +EXPORT_SYMBOL vmlinux 0x49f4c318 sock_edemux +EXPORT_SYMBOL vmlinux 0x49fde8a9 ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x4a0312d4 kobject_add +EXPORT_SYMBOL vmlinux 0x4a069f89 seg6_push_hmac +EXPORT_SYMBOL vmlinux 0x4a0a2b0d __blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x4a0c0c03 security_inode_invalidate_secctx +EXPORT_SYMBOL vmlinux 0x4a0c711e pci_release_region +EXPORT_SYMBOL vmlinux 0x4a1d3dca __i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0x4a3a7d41 elv_bio_merge_ok +EXPORT_SYMBOL vmlinux 0x4a448448 security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0x4a453f53 iowrite32 +EXPORT_SYMBOL vmlinux 0x4a4ca4e9 mipi_dsi_driver_register_full +EXPORT_SYMBOL vmlinux 0x4a55c8ea ioremap_wc +EXPORT_SYMBOL vmlinux 0x4a5ab454 __nd_driver_register +EXPORT_SYMBOL vmlinux 0x4a71f2c9 __ip_select_ident +EXPORT_SYMBOL vmlinux 0x4a76d8eb param_get_hexint +EXPORT_SYMBOL vmlinux 0x4a771e79 dev_mc_add +EXPORT_SYMBOL vmlinux 0x4a8e00b1 ps2_drain +EXPORT_SYMBOL vmlinux 0x4a93576a ucc_fast_free +EXPORT_SYMBOL vmlinux 0x4a96a8eb xxh32_digest +EXPORT_SYMBOL vmlinux 0x4aa52baf devm_devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0x4ab03843 blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x4ab0b3e1 irq_domain_set_info +EXPORT_SYMBOL vmlinux 0x4ac1217d kset_unregister +EXPORT_SYMBOL vmlinux 0x4acf15e4 flow_rule_match_l2tpv3 +EXPORT_SYMBOL vmlinux 0x4ad2a57a opal_event_request +EXPORT_SYMBOL vmlinux 0x4ae90d8e hdmi_avi_infoframe_check +EXPORT_SYMBOL vmlinux 0x4aea463f crc32_le_shift +EXPORT_SYMBOL vmlinux 0x4af6ddf0 kstrtou16 +EXPORT_SYMBOL vmlinux 0x4af797b2 kthread_create_worker_on_cpu +EXPORT_SYMBOL vmlinux 0x4b085dbf agp3_generic_configure +EXPORT_SYMBOL vmlinux 0x4b1074a2 setattr_should_drop_sgid +EXPORT_SYMBOL vmlinux 0x4b2a1f65 xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x4b401817 iwe_stream_add_value +EXPORT_SYMBOL vmlinux 0x4b443154 mipi_dsi_dcs_set_display_brightness_large +EXPORT_SYMBOL vmlinux 0x4b5b9bbc clk_get +EXPORT_SYMBOL vmlinux 0x4b5e8964 skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x4b629e0d consume_skb +EXPORT_SYMBOL vmlinux 0x4b779470 pci_dev_driver +EXPORT_SYMBOL vmlinux 0x4b82169e device_get_mac_address +EXPORT_SYMBOL vmlinux 0x4b863798 devm_alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x4bb881e9 mdiobus_c45_read_nested +EXPORT_SYMBOL vmlinux 0x4bdc849f rtc_add_group +EXPORT_SYMBOL vmlinux 0x4bdff2a7 bioset_exit +EXPORT_SYMBOL vmlinux 0x4bef1c67 empty_name +EXPORT_SYMBOL vmlinux 0x4c01a129 is_nd_btt +EXPORT_SYMBOL vmlinux 0x4c379c7f send_sig +EXPORT_SYMBOL vmlinux 0x4c3a660e devm_rproc_alloc +EXPORT_SYMBOL vmlinux 0x4c416eb9 LZ4_decompress_fast +EXPORT_SYMBOL vmlinux 0x4c44af8e rproc_add_carveout +EXPORT_SYMBOL vmlinux 0x4c52f405 inet_stream_ops +EXPORT_SYMBOL vmlinux 0x4ca1527f input_set_max_poll_interval +EXPORT_SYMBOL vmlinux 0x4ca89283 genphy_read_status +EXPORT_SYMBOL vmlinux 0x4cae4074 proc_dobool +EXPORT_SYMBOL vmlinux 0x4cc6534b cpu_l2_cache_map +EXPORT_SYMBOL vmlinux 0x4cf0a561 flow_rule_match_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x4cf59730 d_move +EXPORT_SYMBOL vmlinux 0x4d216b60 mmc_of_parse_clk_phase +EXPORT_SYMBOL vmlinux 0x4d3d1d07 tcp_sock_set_quickack +EXPORT_SYMBOL vmlinux 0x4d5396b4 request_partial_firmware_into_buf +EXPORT_SYMBOL vmlinux 0x4d65cbd5 csum_ipv6_magic +EXPORT_SYMBOL vmlinux 0x4d6ae35f rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0x4d924f20 memremap +EXPORT_SYMBOL vmlinux 0x4d95d6d1 memcpy_flushcache +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4d9e3767 sk_common_release +EXPORT_SYMBOL vmlinux 0x4d9eeec7 filp_open +EXPORT_SYMBOL vmlinux 0x4d9fe53b agp_bridge +EXPORT_SYMBOL vmlinux 0x4da278d9 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4dd69785 unix_detach_fds +EXPORT_SYMBOL vmlinux 0x4df02057 crc32_be +EXPORT_SYMBOL vmlinux 0x4df2ea84 gen_estimator_read +EXPORT_SYMBOL vmlinux 0x4e191ea2 do_clone_file_range +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e357330 inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x4e36cdc4 __ubsan_handle_divrem_overflow +EXPORT_SYMBOL vmlinux 0x4e3bf5bd max8925_reg_read +EXPORT_SYMBOL vmlinux 0x4e465eb6 genphy_c45_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x4e533909 serial8250_do_pm +EXPORT_SYMBOL vmlinux 0x4e547048 __kmalloc_node_track_caller +EXPORT_SYMBOL vmlinux 0x4e5dedd7 generic_file_open +EXPORT_SYMBOL vmlinux 0x4e65ff73 dma_fence_signal_timestamp +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e69e6fa netdev_crit +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e73af52 skb_headers_offset_update +EXPORT_SYMBOL vmlinux 0x4e75d695 vm_insert_page +EXPORT_SYMBOL vmlinux 0x4e77ac7c _dev_err +EXPORT_SYMBOL vmlinux 0x4e92fb4c dst_release +EXPORT_SYMBOL vmlinux 0x4e94ac67 truncate_pagecache +EXPORT_SYMBOL vmlinux 0x4eada8f7 security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0x4eb2b066 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x4eb7203c inet_bind +EXPORT_SYMBOL vmlinux 0x4eb7ae3d hvc_get_chars +EXPORT_SYMBOL vmlinux 0x4ec0e353 unpin_user_page +EXPORT_SYMBOL vmlinux 0x4ec54e78 bitmap_to_arr32 +EXPORT_SYMBOL vmlinux 0x4eca09b8 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x4edc6a7e netdev_bind_sb_channel_queue +EXPORT_SYMBOL vmlinux 0x4ee9b6c9 udp_seq_stop +EXPORT_SYMBOL vmlinux 0x4f01b275 dqput +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f1db108 netdev_txq_to_tc +EXPORT_SYMBOL vmlinux 0x4f20d80b zstd_min_clevel +EXPORT_SYMBOL vmlinux 0x4f2250ba rtc_tm_to_time64 +EXPORT_SYMBOL vmlinux 0x4f232256 nf_log_trace +EXPORT_SYMBOL vmlinux 0x4f482eb8 of_node_put +EXPORT_SYMBOL vmlinux 0x4f4979dd sock_wmalloc +EXPORT_SYMBOL vmlinux 0x4f7386f4 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x4fa65563 gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x4fb5dde3 user_path_at_empty +EXPORT_SYMBOL vmlinux 0x4fba2741 put_fs_context +EXPORT_SYMBOL vmlinux 0x4fbbaba4 inode_to_bdi +EXPORT_SYMBOL vmlinux 0x4fc0662f skb_flow_dissect_meta +EXPORT_SYMBOL vmlinux 0x4fca6781 twl6030_mmc_card_detect +EXPORT_SYMBOL vmlinux 0x4fcfdd8c phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0x4fdee897 i8042_command +EXPORT_SYMBOL vmlinux 0x4ffb59bf __SCK__tp_func_kfree +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x5009c71d glob_match +EXPORT_SYMBOL vmlinux 0x5020c0d4 fasync_helper +EXPORT_SYMBOL vmlinux 0x50231446 d_obtain_alias +EXPORT_SYMBOL vmlinux 0x505346da proc_create_mount_point +EXPORT_SYMBOL vmlinux 0x50624917 sha1_init +EXPORT_SYMBOL vmlinux 0x506dff1a __genradix_free +EXPORT_SYMBOL vmlinux 0x50707ae1 flow_block_cb_lookup +EXPORT_SYMBOL vmlinux 0x50779386 fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x50793fe5 dev_get_by_name +EXPORT_SYMBOL vmlinux 0x5079c9d7 __pte_index_size +EXPORT_SYMBOL vmlinux 0x50874b67 component_match_add_release +EXPORT_SYMBOL vmlinux 0x5089f45f ip_send_check +EXPORT_SYMBOL vmlinux 0x50910860 tls_client_hello_anon +EXPORT_SYMBOL vmlinux 0x5092e84e __read_overflow2_field +EXPORT_SYMBOL vmlinux 0x50944630 seq_list_start_head_rcu +EXPORT_SYMBOL vmlinux 0x509ad3ae mmc_gpiod_request_cd +EXPORT_SYMBOL vmlinux 0x50a4698c fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0x50b73ce2 rfkill_find_type +EXPORT_SYMBOL vmlinux 0x50b80992 mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0x50be748d security_ib_free_security +EXPORT_SYMBOL vmlinux 0x50bfb9d3 __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0x50cf7585 hex2bin +EXPORT_SYMBOL vmlinux 0x50d035c2 vsscanf +EXPORT_SYMBOL vmlinux 0x50ea1d42 genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0x50f8e915 uart_add_one_port +EXPORT_SYMBOL vmlinux 0x50f91491 __genradix_ptr +EXPORT_SYMBOL vmlinux 0x50fa57c4 fsl_lbc_ctrl_dev +EXPORT_SYMBOL vmlinux 0x513630d2 of_root +EXPORT_SYMBOL vmlinux 0x514811ac page_cache_next_miss +EXPORT_SYMBOL vmlinux 0x514e3c5d mmc_cqe_start_req +EXPORT_SYMBOL vmlinux 0x51641162 opal_unlock_from_suspend +EXPORT_SYMBOL vmlinux 0x5181a74e input_allocate_device +EXPORT_SYMBOL vmlinux 0x519bb223 path_is_under +EXPORT_SYMBOL vmlinux 0x519bb3e7 gen_replace_estimator +EXPORT_SYMBOL vmlinux 0x51b67636 netdev_features_change +EXPORT_SYMBOL vmlinux 0x51b69aa1 fwnode_irq_get_byname +EXPORT_SYMBOL vmlinux 0x51b8fa3f da903x_query_status +EXPORT_SYMBOL vmlinux 0x51e4114e set_bh_page +EXPORT_SYMBOL vmlinux 0x51e90f33 fscrypt_ioctl_set_policy +EXPORT_SYMBOL vmlinux 0x52180e98 cfb_fillrect +EXPORT_SYMBOL vmlinux 0x52242155 fs_context_for_mount +EXPORT_SYMBOL vmlinux 0x52430a31 ip_tunnel_header_ops +EXPORT_SYMBOL vmlinux 0x524a8514 pneigh_enqueue +EXPORT_SYMBOL vmlinux 0x524a9d55 key_alloc +EXPORT_SYMBOL vmlinux 0x524f7251 mdiobus_free +EXPORT_SYMBOL vmlinux 0x525db41a csum_partial_copy_generic +EXPORT_SYMBOL vmlinux 0x526eef2c hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0x5271c34a input_register_handler +EXPORT_SYMBOL vmlinux 0x528477fa blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0x52859fc1 dev_pm_opp_unregister_notifier +EXPORT_SYMBOL vmlinux 0x528c64da blk_mq_run_hw_queues +EXPORT_SYMBOL vmlinux 0x52975448 mipi_dsi_dcs_set_tear_scanline +EXPORT_SYMBOL vmlinux 0x52983a4f vme_master_write +EXPORT_SYMBOL vmlinux 0x529afda3 mmc_set_data_timeout +EXPORT_SYMBOL vmlinux 0x52a4f98a _dev_notice +EXPORT_SYMBOL vmlinux 0x52c87bbb rtnl_notify +EXPORT_SYMBOL vmlinux 0x52d717da xz_dec_init +EXPORT_SYMBOL vmlinux 0x52e6f16c io_uring_destruct_scm +EXPORT_SYMBOL vmlinux 0x52e896fd mmu_feature_keys +EXPORT_SYMBOL vmlinux 0x52ecbc75 crc_ccitt +EXPORT_SYMBOL vmlinux 0x52f135c7 mr_table_dump +EXPORT_SYMBOL vmlinux 0x5308e350 __vmalloc_start +EXPORT_SYMBOL vmlinux 0x530ac803 tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x530b1e98 pm_suspend +EXPORT_SYMBOL vmlinux 0x5317e7dc t10_pi_type3_ip +EXPORT_SYMBOL vmlinux 0x5327125b __phy_read_mmd +EXPORT_SYMBOL vmlinux 0x532fcbe4 __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x5338184f ethtool_sprintf +EXPORT_SYMBOL vmlinux 0x534f2aa4 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x535af740 scsi_device_put +EXPORT_SYMBOL vmlinux 0x535cb8c1 cont_write_begin +EXPORT_SYMBOL vmlinux 0x5364f5c1 alloc_fddidev +EXPORT_SYMBOL vmlinux 0x53684d41 d_lookup +EXPORT_SYMBOL vmlinux 0x536a3289 init_pseudo +EXPORT_SYMBOL vmlinux 0x537be1df dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0x53934ade pci_bus_type +EXPORT_SYMBOL vmlinux 0x539fc389 scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0x53a19f74 input_open_device +EXPORT_SYMBOL vmlinux 0x53a1e8d9 _find_next_bit +EXPORT_SYMBOL vmlinux 0x53a49741 tcp_get_cookie_sock +EXPORT_SYMBOL vmlinux 0x53abc327 dma_fence_chain_ops +EXPORT_SYMBOL vmlinux 0x53b0c355 inc_node_page_state +EXPORT_SYMBOL vmlinux 0x53d4943d md_register_thread +EXPORT_SYMBOL vmlinux 0x53d93852 ilookup5 +EXPORT_SYMBOL vmlinux 0x53f8ced7 page_pool_ethtool_stats_get_strings +EXPORT_SYMBOL vmlinux 0x540ecfa3 tty_port_destroy +EXPORT_SYMBOL vmlinux 0x5412422e of_phy_connect +EXPORT_SYMBOL vmlinux 0x5412c7c7 up +EXPORT_SYMBOL vmlinux 0x541e7733 xor_altivec_4 +EXPORT_SYMBOL vmlinux 0x5425f60c config_item_put +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x54423940 serio_reconnect +EXPORT_SYMBOL vmlinux 0x544cd82a agp_allocate_memory +EXPORT_SYMBOL vmlinux 0x544d03b0 close_fd_get_file +EXPORT_SYMBOL vmlinux 0x5450092a device_match_acpi_dev +EXPORT_SYMBOL vmlinux 0x546e8cce thermal_zone_device_critical +EXPORT_SYMBOL vmlinux 0x547b2196 dma_fence_set_deadline +EXPORT_SYMBOL vmlinux 0x548823c5 posix_test_lock +EXPORT_SYMBOL vmlinux 0x548bf60a proc_douintvec +EXPORT_SYMBOL vmlinux 0x54906db3 textsearch_unregister +EXPORT_SYMBOL vmlinux 0x5490c34e call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0x5495cb40 bio_split_to_limits +EXPORT_SYMBOL vmlinux 0x54b040ea xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0x54b1fac6 __ubsan_handle_load_invalid_value +EXPORT_SYMBOL vmlinux 0x54b23e67 sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x54ba4891 crypto_sha3_final +EXPORT_SYMBOL vmlinux 0x54c22726 d_splice_alias +EXPORT_SYMBOL vmlinux 0x54c3dad3 proc_create_single_data +EXPORT_SYMBOL vmlinux 0x54c76a7a keyring_clear +EXPORT_SYMBOL vmlinux 0x54c9bd67 devfreq_update_status +EXPORT_SYMBOL vmlinux 0x54cfacd5 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x54d68053 unregister_console +EXPORT_SYMBOL vmlinux 0x54d89d0e vmf_insert_mixed +EXPORT_SYMBOL vmlinux 0x54e119ff vme_dma_list_exec +EXPORT_SYMBOL vmlinux 0x54e3d5fd __pmd_frag_nr +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x5506b8f7 netlbl_bitmap_setbit +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x552022ce dec_zone_page_state +EXPORT_SYMBOL vmlinux 0x554ae3a4 irq_poll_sched +EXPORT_SYMBOL vmlinux 0x554e2cc6 netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0x555209da clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0x55686530 __arch_clear_user +EXPORT_SYMBOL vmlinux 0x556de831 iunique +EXPORT_SYMBOL vmlinux 0x556e2dfe jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0x55716083 fs_param_is_blob +EXPORT_SYMBOL vmlinux 0x5575601b netif_napi_add_weight +EXPORT_SYMBOL vmlinux 0x557b7b47 udp6_set_csum +EXPORT_SYMBOL vmlinux 0x55872dce mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x558b281d aes_expandkey +EXPORT_SYMBOL vmlinux 0x55985ac1 inet_add_protocol +EXPORT_SYMBOL vmlinux 0x55e31703 ethtool_convert_link_mode_to_legacy_u32 +EXPORT_SYMBOL vmlinux 0x55e5ee64 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0x562e9776 fsl_lbc_find +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x5635e9ae udp_set_csum +EXPORT_SYMBOL vmlinux 0x5639c293 jbd2_journal_start +EXPORT_SYMBOL vmlinux 0x56470118 __warn_printk +EXPORT_SYMBOL vmlinux 0x56640b61 edac_mc_find +EXPORT_SYMBOL vmlinux 0x567239f2 send_sig_mceerr +EXPORT_SYMBOL vmlinux 0x56802ae8 rps_cpu_mask +EXPORT_SYMBOL vmlinux 0x568f6ea9 clk_bulk_get +EXPORT_SYMBOL vmlinux 0x56ac2a7c _atomic_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0x56bfd020 fib6_info_hw_flags_set +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56f6c7de lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x56faa942 key_unlink +EXPORT_SYMBOL vmlinux 0x56fdca78 inet6_ioctl +EXPORT_SYMBOL vmlinux 0x5717bbe5 blk_queue_max_secure_erase_sectors +EXPORT_SYMBOL vmlinux 0x572ff27b jbd2_fc_end_commit_fallback +EXPORT_SYMBOL vmlinux 0x574c2e74 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x57575f08 dmaengine_put +EXPORT_SYMBOL vmlinux 0x575b7064 pcie_capability_clear_and_set_word_locked +EXPORT_SYMBOL vmlinux 0x57607d44 netif_rx +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x576910c2 d_mark_dontcache +EXPORT_SYMBOL vmlinux 0x576cb60b __blk_alloc_disk +EXPORT_SYMBOL vmlinux 0x5779732a __skb_gso_segment +EXPORT_SYMBOL vmlinux 0x5792f848 strlcpy +EXPORT_SYMBOL vmlinux 0x57a7d8a7 fs_param_is_path +EXPORT_SYMBOL vmlinux 0x57b20d93 md_bitmap_unplug_async +EXPORT_SYMBOL vmlinux 0x57cdf74a blk_queue_max_write_zeroes_sectors +EXPORT_SYMBOL vmlinux 0x57db8fd6 utf8_normalize +EXPORT_SYMBOL vmlinux 0x57e26ef5 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0x57f0240f folio_alloc +EXPORT_SYMBOL vmlinux 0x57f38cdc qe_get_firmware_info +EXPORT_SYMBOL vmlinux 0x58126313 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0x58131d9a fget +EXPORT_SYMBOL vmlinux 0x5818fe3c posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0x581d2b37 phy_device_register +EXPORT_SYMBOL vmlinux 0x581f98da zlib_inflate +EXPORT_SYMBOL vmlinux 0x582b6275 xfrm_if_unregister_cb +EXPORT_SYMBOL vmlinux 0x58312733 inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0x5838f6c9 rtc_valid_tm +EXPORT_SYMBOL vmlinux 0x5845889e simple_rename +EXPORT_SYMBOL vmlinux 0x5846f586 rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x5848b0fc mtree_store +EXPORT_SYMBOL vmlinux 0x58554d35 devfreq_get_freq_range +EXPORT_SYMBOL vmlinux 0x585f2652 nf_log_unregister +EXPORT_SYMBOL vmlinux 0x58742b8b nexthop_set_hw_flags +EXPORT_SYMBOL vmlinux 0x587b0954 kvasprintf +EXPORT_SYMBOL vmlinux 0x587b892e qe_get_num_of_risc +EXPORT_SYMBOL vmlinux 0x587db06f iterate_supers_type +EXPORT_SYMBOL vmlinux 0x587f22d7 devmap_managed_key +EXPORT_SYMBOL vmlinux 0x58927cb1 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0x5897a680 __find_nth_and_andnot_bit +EXPORT_SYMBOL vmlinux 0x58a036ba inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x58a3e1f5 devm_of_find_backlight +EXPORT_SYMBOL vmlinux 0x58acf24b mdiobus_register_board_info +EXPORT_SYMBOL vmlinux 0x58b4645c dev_close_many +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58be4976 dm_put_device +EXPORT_SYMBOL vmlinux 0x58c238fb register_filesystem +EXPORT_SYMBOL vmlinux 0x58d3a3e3 sock_no_listen +EXPORT_SYMBOL vmlinux 0x58e3306d bit_wait_io +EXPORT_SYMBOL vmlinux 0x58e62d39 neigh_carrier_down +EXPORT_SYMBOL vmlinux 0x591c3c98 __mdiobus_c45_write +EXPORT_SYMBOL vmlinux 0x59211831 deactivate_locked_super +EXPORT_SYMBOL vmlinux 0x594bf15b ioport_map +EXPORT_SYMBOL vmlinux 0x595d0946 empty_zero_page +EXPORT_SYMBOL vmlinux 0x59685220 neigh_ifdown +EXPORT_SYMBOL vmlinux 0x59757699 refcount_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0x59894fa7 down_write_trylock +EXPORT_SYMBOL vmlinux 0x599b4888 qe_setbrg +EXPORT_SYMBOL vmlinux 0x599fb41c kvmalloc_node +EXPORT_SYMBOL vmlinux 0x59a2f0ee packing +EXPORT_SYMBOL vmlinux 0x59a9f144 phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x59b494af dqget +EXPORT_SYMBOL vmlinux 0x59b4ac3e tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x59bd0d11 blk_sync_queue +EXPORT_SYMBOL vmlinux 0x59be55ef tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0x59bf6d25 of_property_read_reg +EXPORT_SYMBOL vmlinux 0x59c342f8 md_bitmap_sync_with_cluster +EXPORT_SYMBOL vmlinux 0x59c49b7d truncate_inode_pages +EXPORT_SYMBOL vmlinux 0x59c785b2 i8042_install_filter +EXPORT_SYMBOL vmlinux 0x59e36981 __vfs_getxattr +EXPORT_SYMBOL vmlinux 0x59e8b4d8 tcf_block_get_ext +EXPORT_SYMBOL vmlinux 0x59f6a44a radix__flush_tlb_page +EXPORT_SYMBOL vmlinux 0x5a025f7b arch_local_irq_restore +EXPORT_SYMBOL vmlinux 0x5a032030 gtm_put_timer16 +EXPORT_SYMBOL vmlinux 0x5a048bff __mmc_claim_host +EXPORT_SYMBOL vmlinux 0x5a04d8c5 cfb_imageblit +EXPORT_SYMBOL vmlinux 0x5a088923 up_write +EXPORT_SYMBOL vmlinux 0x5a0b73d0 zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x5a0bcbcd xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0x5a251766 dput +EXPORT_SYMBOL vmlinux 0x5a290250 hdmi_drm_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x5a44f8cb __crypto_memneq +EXPORT_SYMBOL vmlinux 0x5a4d313e gf128mul_4k_lle +EXPORT_SYMBOL vmlinux 0x5a60ba35 lookup_positive_unlocked +EXPORT_SYMBOL vmlinux 0x5a6180e2 scsi_rescan_device +EXPORT_SYMBOL vmlinux 0x5a6f426f no_seek_end_llseek +EXPORT_SYMBOL vmlinux 0x5a73bc35 filp_close +EXPORT_SYMBOL vmlinux 0x5a7a624d agp_find_bridge +EXPORT_SYMBOL vmlinux 0x5a921311 strncmp +EXPORT_SYMBOL vmlinux 0x5a97dbd7 xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0x5a98643e ip_output +EXPORT_SYMBOL vmlinux 0x5a99a0d7 flow_get_u32_dst +EXPORT_SYMBOL vmlinux 0x5a9f1d63 memmove +EXPORT_SYMBOL vmlinux 0x5aa43024 kern_unmount +EXPORT_SYMBOL vmlinux 0x5ae1154b __traceiter_kfree +EXPORT_SYMBOL vmlinux 0x5aeef9ed mmc_card_is_blockaddr +EXPORT_SYMBOL vmlinux 0x5b1235cb arp_create +EXPORT_SYMBOL vmlinux 0x5b2b31ff blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0x5b2c5f31 vmalloc_to_page +EXPORT_SYMBOL vmlinux 0x5b368b94 nd_region_acquire_lane +EXPORT_SYMBOL vmlinux 0x5b36ecea gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0x5b420de4 mdio_device_register +EXPORT_SYMBOL vmlinux 0x5b470d85 sock_rfree +EXPORT_SYMBOL vmlinux 0x5b4c84e8 __folio_lock +EXPORT_SYMBOL vmlinux 0x5b4dd9e3 md_bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0x5b56860c vm_munmap +EXPORT_SYMBOL vmlinux 0x5b907557 jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x5b9828c5 dma_spin_lock +EXPORT_SYMBOL vmlinux 0x5b9d0f4b simple_empty +EXPORT_SYMBOL vmlinux 0x5bcea5f1 sgl_free_n_order +EXPORT_SYMBOL vmlinux 0x5bd4595c tcp_stream_memory_free +EXPORT_SYMBOL vmlinux 0x5bd4ff88 flow_action_cookie_create +EXPORT_SYMBOL vmlinux 0x5bdb7603 sock_copy_user_timeval +EXPORT_SYMBOL vmlinux 0x5bdc1859 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0x5be63c5b crc32c_csum_stub +EXPORT_SYMBOL vmlinux 0x5bf56028 dec_node_page_state +EXPORT_SYMBOL vmlinux 0x5c152125 param_set_ulong +EXPORT_SYMBOL vmlinux 0x5c3c7387 kstrtoull +EXPORT_SYMBOL vmlinux 0x5c502f01 sg_alloc_table_from_pages_segment +EXPORT_SYMBOL vmlinux 0x5c55b405 __mod_lruvec_page_state +EXPORT_SYMBOL vmlinux 0x5c777e0b reuseport_alloc +EXPORT_SYMBOL vmlinux 0x5c805bf8 of_node_name_prefix +EXPORT_SYMBOL vmlinux 0x5c849859 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0x5c905b8a xmon +EXPORT_SYMBOL vmlinux 0x5cacc060 tty_name +EXPORT_SYMBOL vmlinux 0x5cafd7a7 refresh_frequency_limits +EXPORT_SYMBOL vmlinux 0x5cd2ddf3 ethtool_intersect_link_masks +EXPORT_SYMBOL vmlinux 0x5ce2f85b flow_rule_match_enc_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x5ce999e8 dma_set_coherent_mask +EXPORT_SYMBOL vmlinux 0x5cee3236 __folio_alloc +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5d062ed7 rproc_elf_load_rsc_table +EXPORT_SYMBOL vmlinux 0x5d2481dd pcim_iounmap +EXPORT_SYMBOL vmlinux 0x5d379639 __cpuhp_setup_state_cpuslocked +EXPORT_SYMBOL vmlinux 0x5d49aabc init_wait_var_entry +EXPORT_SYMBOL vmlinux 0x5d50b85d netpoll_send_skb +EXPORT_SYMBOL vmlinux 0x5d50cd20 vfs_statfs +EXPORT_SYMBOL vmlinux 0x5d5d2292 of_find_node_by_phandle +EXPORT_SYMBOL vmlinux 0x5d5d9234 __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0x5d61a48e rtnl_unicast +EXPORT_SYMBOL vmlinux 0x5d64bd05 mmc_can_discard +EXPORT_SYMBOL vmlinux 0x5d7061b8 sock_alloc_file +EXPORT_SYMBOL vmlinux 0x5d725271 scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x5d73bc08 rproc_shutdown +EXPORT_SYMBOL vmlinux 0x5d82dac3 setattr_copy +EXPORT_SYMBOL vmlinux 0x5d84dd8a i2c_get_adapter +EXPORT_SYMBOL vmlinux 0x5d8bc0b4 mmc_register_driver +EXPORT_SYMBOL vmlinux 0x5da7a17d uart_register_driver +EXPORT_SYMBOL vmlinux 0x5da80007 tcf_get_next_proto +EXPORT_SYMBOL vmlinux 0x5da9ed3f tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0x5dad14c7 mpage_writepages +EXPORT_SYMBOL vmlinux 0x5db3f8ec tty_register_ldisc +EXPORT_SYMBOL vmlinux 0x5dbf2a57 tcf_chain_get_by_act +EXPORT_SYMBOL vmlinux 0x5dc00dd5 eth_header +EXPORT_SYMBOL vmlinux 0x5dcfb4e5 ethtool_virtdev_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x5dea6287 agp_unbind_memory +EXPORT_SYMBOL vmlinux 0x5df49be6 radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0x5dfad3ac module_layout +EXPORT_SYMBOL vmlinux 0x5dff402c vma_set_file +EXPORT_SYMBOL vmlinux 0x5e0ccb9f sha1_transform +EXPORT_SYMBOL vmlinux 0x5e121807 __SetPageMovable +EXPORT_SYMBOL vmlinux 0x5e174ebc phy_attached_print +EXPORT_SYMBOL vmlinux 0x5e26027b vfs_mkdir +EXPORT_SYMBOL vmlinux 0x5e2b3919 __napi_schedule +EXPORT_SYMBOL vmlinux 0x5e2fc3fc pci_irq_get_affinity +EXPORT_SYMBOL vmlinux 0x5e305fe6 locks_copy_lock +EXPORT_SYMBOL vmlinux 0x5e373fb4 gf128mul_64k_bbe +EXPORT_SYMBOL vmlinux 0x5e3a6fbf pci_write_config_dword +EXPORT_SYMBOL vmlinux 0x5e412159 of_mdiobus_child_is_phy +EXPORT_SYMBOL vmlinux 0x5e5a29be nf_register_net_hook +EXPORT_SYMBOL vmlinux 0x5e6740dd jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0x5e678a65 to_ndd +EXPORT_SYMBOL vmlinux 0x5e690ce0 blk_rq_init +EXPORT_SYMBOL vmlinux 0x5e78c71a dev_uc_unsync +EXPORT_SYMBOL vmlinux 0x5e7925f8 iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0x5e8d8875 pci_request_regions +EXPORT_SYMBOL vmlinux 0x5e934fc7 sgl_alloc +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5e99dfca uaccess_flush_key +EXPORT_SYMBOL vmlinux 0x5ea48f28 kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0x5ea5a7a1 fc_mount +EXPORT_SYMBOL vmlinux 0x5ec4aee6 put_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x5ecdff79 scsi_remove_target +EXPORT_SYMBOL vmlinux 0x5ecfd064 vfs_clone_file_range +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ed7df1f of_find_property +EXPORT_SYMBOL vmlinux 0x5ed90adc int_to_scsilun +EXPORT_SYMBOL vmlinux 0x5eda0a55 simple_recursive_removal +EXPORT_SYMBOL vmlinux 0x5eddb914 lockref_put_return +EXPORT_SYMBOL vmlinux 0x5eecf818 ip_setsockopt +EXPORT_SYMBOL vmlinux 0x5ef5d4b8 nf_register_sockopt +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f147c43 devm_release_resource +EXPORT_SYMBOL vmlinux 0x5f3a3d20 noop_fsync +EXPORT_SYMBOL vmlinux 0x5f512e14 generic_file_read_iter +EXPORT_SYMBOL vmlinux 0x5f5441c8 __ubsan_handle_alignment_assumption +EXPORT_SYMBOL vmlinux 0x5f5d3f5c neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x5f6b889c rproc_va_to_pa +EXPORT_SYMBOL vmlinux 0x5f7cffbe dquot_quota_sync +EXPORT_SYMBOL vmlinux 0x5f8a2728 isa_io_base +EXPORT_SYMBOL vmlinux 0x5f8a9274 revert_creds +EXPORT_SYMBOL vmlinux 0x5f99383a ioread64_hi_lo +EXPORT_SYMBOL vmlinux 0x5fb516f8 xa_find +EXPORT_SYMBOL vmlinux 0x5fc67252 ioread16_rep +EXPORT_SYMBOL vmlinux 0x5fc6dfd9 bio_endio +EXPORT_SYMBOL vmlinux 0x5fc72f0e alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x5fca16ef security_binder_set_context_mgr +EXPORT_SYMBOL vmlinux 0x5fd4014f dquot_scan_active +EXPORT_SYMBOL vmlinux 0x5fe6aa74 of_match_node +EXPORT_SYMBOL vmlinux 0x5feb1193 kill_pgrp +EXPORT_SYMBOL vmlinux 0x5ff3d238 blkdev_put +EXPORT_SYMBOL vmlinux 0x6005c351 zpool_has_pool +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x600710ff super_setup_bdi_name +EXPORT_SYMBOL vmlinux 0x60159173 inet6_release +EXPORT_SYMBOL vmlinux 0x6016531a gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x6056496a dev_uc_del +EXPORT_SYMBOL vmlinux 0x605790dc fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0x60596cca dev_add_pack +EXPORT_SYMBOL vmlinux 0x606a9333 cdev_add +EXPORT_SYMBOL vmlinux 0x606f2c7b xfrm_state_update +EXPORT_SYMBOL vmlinux 0x608d0267 zstd_get_error_code +EXPORT_SYMBOL vmlinux 0x6091b333 unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x609a6a91 lookup_one +EXPORT_SYMBOL vmlinux 0x609bcd98 in6_pton +EXPORT_SYMBOL vmlinux 0x609cbdd2 __of_parse_phandle_with_args +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60bad95e bioset_integrity_create +EXPORT_SYMBOL vmlinux 0x60d8ab30 vme_lm_get +EXPORT_SYMBOL vmlinux 0x6105495b bdev_start_io_acct +EXPORT_SYMBOL vmlinux 0x6118dc26 start_thread +EXPORT_SYMBOL vmlinux 0x6121bd54 dql_init +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x61347034 mb_cache_entry_delete_or_get +EXPORT_SYMBOL vmlinux 0x61358de1 may_umount_tree +EXPORT_SYMBOL vmlinux 0x615911d7 __bitmap_set +EXPORT_SYMBOL vmlinux 0x615f8bec xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x6160967d rt_dst_alloc +EXPORT_SYMBOL vmlinux 0x61709f54 device_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x617f4d41 compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0x618911fc numa_node +EXPORT_SYMBOL vmlinux 0x619cb7dd simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x61b345db blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61c7a083 crypto_sha512_update +EXPORT_SYMBOL vmlinux 0x61cb246f _raw_write_lock +EXPORT_SYMBOL vmlinux 0x61e272c9 sha256_final +EXPORT_SYMBOL vmlinux 0x61e5d24e scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0x61ea189b fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x61eddf28 dev_set_alias +EXPORT_SYMBOL vmlinux 0x61f61c99 set_nlink +EXPORT_SYMBOL vmlinux 0x61f61ccc filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0x62148a48 of_node_to_nid +EXPORT_SYMBOL vmlinux 0x6214aef2 cpufreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0x62267eb1 __free_pages +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x62309f92 __alloc_pages +EXPORT_SYMBOL vmlinux 0x623b7c2a ppp_unregister_channel +EXPORT_SYMBOL vmlinux 0x623c511c call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0x623f23d6 giveup_fpu +EXPORT_SYMBOL vmlinux 0x624d2797 xattr_full_name +EXPORT_SYMBOL vmlinux 0x626fe21d of_mdio_find_bus +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x6276af56 migrate_device_range +EXPORT_SYMBOL vmlinux 0x6280f5d8 radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x628692d4 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0x628775d9 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x628dfb17 from_kgid +EXPORT_SYMBOL vmlinux 0x62ad7db1 dev_kfree_skb_irq_reason +EXPORT_SYMBOL vmlinux 0x62d6a5ac security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0x62efff5e flow_block_cb_incref +EXPORT_SYMBOL vmlinux 0x62f20dbd pci_scan_root_bus_bridge +EXPORT_SYMBOL vmlinux 0x63090a43 jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0x6315c42c zstd_get_params +EXPORT_SYMBOL vmlinux 0x63254b74 inet_csk_reqsk_queue_add +EXPORT_SYMBOL vmlinux 0x63362234 of_phy_get_and_connect +EXPORT_SYMBOL vmlinux 0x633c2d39 arp_tbl +EXPORT_SYMBOL vmlinux 0x635769e4 pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0x63a58370 flow_action_cookie_destroy +EXPORT_SYMBOL vmlinux 0x63a7c28c bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x63ad492e dma_resv_replace_fences +EXPORT_SYMBOL vmlinux 0x63ae8663 fs_param_is_s32 +EXPORT_SYMBOL vmlinux 0x63b353e6 blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x63c0ae59 _dev_crit +EXPORT_SYMBOL vmlinux 0x63c4512e i2c_add_adapter +EXPORT_SYMBOL vmlinux 0x63d2d042 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0x63d6068e end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0x63e4bb6e flow_rule_match_eth_addrs +EXPORT_SYMBOL vmlinux 0x63eb4965 vme_register_error_handler +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63f2d247 security_path_mkdir +EXPORT_SYMBOL vmlinux 0x63fab4ee udp_pre_connect +EXPORT_SYMBOL vmlinux 0x64127b67 bitmap_find_next_zero_area_off +EXPORT_SYMBOL vmlinux 0x6414df59 pci_select_bars +EXPORT_SYMBOL vmlinux 0x643064bd vlan_vid_del +EXPORT_SYMBOL vmlinux 0x64418e43 i2c_put_adapter +EXPORT_SYMBOL vmlinux 0x6455298a security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0x646486b5 pcim_iomap +EXPORT_SYMBOL vmlinux 0x6469a7bc phy_set_sym_pause +EXPORT_SYMBOL vmlinux 0x6481ffe0 hsiphash_1u32 +EXPORT_SYMBOL vmlinux 0x64831cb8 xa_extract +EXPORT_SYMBOL vmlinux 0x648eb59d gc_inflight_list +EXPORT_SYMBOL vmlinux 0x648f31ee flow_indr_dev_unregister +EXPORT_SYMBOL vmlinux 0x64992e44 tls_client_hello_x509 +EXPORT_SYMBOL vmlinux 0x649bbaee sock_no_linger +EXPORT_SYMBOL vmlinux 0x64a9c928 default_blu +EXPORT_SYMBOL vmlinux 0x64aa92bf refcount_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x64ae8102 mmc_detect_change +EXPORT_SYMBOL vmlinux 0x64bbc288 string_unescape +EXPORT_SYMBOL vmlinux 0x64c967d6 inet_sk_set_state +EXPORT_SYMBOL vmlinux 0x64cee2b0 skb_copy_header +EXPORT_SYMBOL vmlinux 0x64e0bd98 bprm_change_interp +EXPORT_SYMBOL vmlinux 0x64e275fd netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0x64eeb532 add_to_pipe +EXPORT_SYMBOL vmlinux 0x64fdb0a6 mtree_erase +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x6514c1e6 flow_get_u32_src +EXPORT_SYMBOL vmlinux 0x6517dc56 follow_down_one +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x651f6670 trace_event_printf +EXPORT_SYMBOL vmlinux 0x652032cb mac_pton +EXPORT_SYMBOL vmlinux 0x6528256b slab_build_skb +EXPORT_SYMBOL vmlinux 0x652c430a twl6040_reg_read +EXPORT_SYMBOL vmlinux 0x652ce9aa nla_memcmp +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x655be916 __netif_napi_del +EXPORT_SYMBOL vmlinux 0x656c1a0e string_escape_mem +EXPORT_SYMBOL vmlinux 0x656e4a6e snprintf +EXPORT_SYMBOL vmlinux 0x657b9994 radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x658ce1a8 xxh64_reset +EXPORT_SYMBOL vmlinux 0x65929cae ns_to_timespec64 +EXPORT_SYMBOL vmlinux 0x659ded26 xfrm_flush_gc +EXPORT_SYMBOL vmlinux 0x65a75361 flow_rule_match_enc_keyid +EXPORT_SYMBOL vmlinux 0x65b4a4a0 security_d_instantiate +EXPORT_SYMBOL vmlinux 0x65c6d74c blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0x65d30759 filemap_invalidate_unlock_two +EXPORT_SYMBOL vmlinux 0x65d9e877 cpufreq_register_notifier +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65e0d6d7 memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x65e350fe tty_register_driver +EXPORT_SYMBOL vmlinux 0x6611068a radix__local_flush_tlb_mm +EXPORT_SYMBOL vmlinux 0x66258bbb scsi_execute_cmd +EXPORT_SYMBOL vmlinux 0x66361408 netif_set_real_num_queues +EXPORT_SYMBOL vmlinux 0x66415a8a sk_stop_timer +EXPORT_SYMBOL vmlinux 0x66453ad9 nla_reserve +EXPORT_SYMBOL vmlinux 0x665e2513 zstd_max_clevel +EXPORT_SYMBOL vmlinux 0x66628bf3 ip_tunnel_metadata_cnt +EXPORT_SYMBOL vmlinux 0x66656111 create_empty_buffers +EXPORT_SYMBOL vmlinux 0x666863dc par_io_config_pin +EXPORT_SYMBOL vmlinux 0x6673f96d xxh32_reset +EXPORT_SYMBOL vmlinux 0x667b0e93 xfrm_dev_policy_flush +EXPORT_SYMBOL vmlinux 0x669be3cd phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0x669c191b dm_consume_args +EXPORT_SYMBOL vmlinux 0x66b4cc41 kmemdup +EXPORT_SYMBOL vmlinux 0x66b8a278 pm_vt_switch_required +EXPORT_SYMBOL vmlinux 0x66d20e86 kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0x66d850e7 phy_init_eee +EXPORT_SYMBOL vmlinux 0x66edfc78 _find_next_or_bit +EXPORT_SYMBOL vmlinux 0x66f3d2aa serio_unregister_child_port +EXPORT_SYMBOL vmlinux 0x66f98191 __icmp_send +EXPORT_SYMBOL vmlinux 0x670116c6 scsi_is_host_device +EXPORT_SYMBOL vmlinux 0x671397b1 of_device_unregister +EXPORT_SYMBOL vmlinux 0x6714e56e rproc_put +EXPORT_SYMBOL vmlinux 0x67224f97 phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0x673f815e agp_bridges +EXPORT_SYMBOL vmlinux 0x67412d2f ucc_slow_enable +EXPORT_SYMBOL vmlinux 0x6744f376 vme_bus_num +EXPORT_SYMBOL vmlinux 0x6748077c lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x67484c2e dma_resv_iter_first_unlocked +EXPORT_SYMBOL vmlinux 0x6749d53f hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x67500caa netdev_printk +EXPORT_SYMBOL vmlinux 0x676eef99 proc_do_large_bitmap +EXPORT_SYMBOL vmlinux 0x678b9103 nvdimm_namespace_capacity +EXPORT_SYMBOL vmlinux 0x678b96ec dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x67b02e6d folio_add_lru +EXPORT_SYMBOL vmlinux 0x67b0c9ec xp_dma_sync_for_device_slow +EXPORT_SYMBOL vmlinux 0x67b3a128 blackhole_netdev +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67b82f90 generic_perform_write +EXPORT_SYMBOL vmlinux 0x67c6e4c4 kvmppc_hv_find_lock_hpte +EXPORT_SYMBOL vmlinux 0x67cbedd3 folio_end_private_2 +EXPORT_SYMBOL vmlinux 0x67dcba03 of_graph_get_remote_node +EXPORT_SYMBOL vmlinux 0x67e79d7f pci_save_state +EXPORT_SYMBOL vmlinux 0x67fc472c gen_pool_dma_alloc_align +EXPORT_SYMBOL vmlinux 0x67ff9309 has_capability +EXPORT_SYMBOL vmlinux 0x67ffeb53 input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0x68181bcb vme_slot_num +EXPORT_SYMBOL vmlinux 0x682065a5 inet_del_offload +EXPORT_SYMBOL vmlinux 0x685687b0 idr_replace +EXPORT_SYMBOL vmlinux 0x686818bb down_read +EXPORT_SYMBOL vmlinux 0x686909bc phy_print_status +EXPORT_SYMBOL vmlinux 0x68698339 sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0x686da32b d_set_d_op +EXPORT_SYMBOL vmlinux 0x6873d67c noop_qdisc +EXPORT_SYMBOL vmlinux 0x687b6a16 kdbgetsymval +EXPORT_SYMBOL vmlinux 0x688d04f8 security_task_getsecid_obj +EXPORT_SYMBOL vmlinux 0x68929740 inode_insert5 +EXPORT_SYMBOL vmlinux 0x68a30ffe shared_processor +EXPORT_SYMBOL vmlinux 0x68a36161 pcibus_to_node +EXPORT_SYMBOL vmlinux 0x68c34af3 cad_pid +EXPORT_SYMBOL vmlinux 0x68d83462 get_phy_device +EXPORT_SYMBOL vmlinux 0x68e0dbcf xfrm_trans_queue_net +EXPORT_SYMBOL vmlinux 0x68e90509 generic_file_fsync +EXPORT_SYMBOL vmlinux 0x6909440b __pgd_table_size +EXPORT_SYMBOL vmlinux 0x69233487 devm_extcon_unregister_notifier_all +EXPORT_SYMBOL vmlinux 0x692494ad from_kgid_munged +EXPORT_SYMBOL vmlinux 0x692a281c jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x692d872f netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0x69456b75 param_set_long +EXPORT_SYMBOL vmlinux 0x694b61ec wait_for_completion_state +EXPORT_SYMBOL vmlinux 0x695bdb05 srp_reconnect_rport +EXPORT_SYMBOL vmlinux 0x696071b3 mtree_load +EXPORT_SYMBOL vmlinux 0x69668826 netdev_increment_features +EXPORT_SYMBOL vmlinux 0x6971447a rtc_month_days +EXPORT_SYMBOL vmlinux 0x6972e413 __bitmap_weight_and +EXPORT_SYMBOL vmlinux 0x697ed5f0 memcpy_and_pad +EXPORT_SYMBOL vmlinux 0x69873224 retire_super +EXPORT_SYMBOL vmlinux 0x699df861 tty_hangup +EXPORT_SYMBOL vmlinux 0x69c9eadb sock_create +EXPORT_SYMBOL vmlinux 0x69ceb258 devm_clk_get_optional +EXPORT_SYMBOL vmlinux 0x69dd3b5b crc32_le +EXPORT_SYMBOL vmlinux 0x69de8757 vme_check_window +EXPORT_SYMBOL vmlinux 0x69e201e8 xfrm_state_walk +EXPORT_SYMBOL vmlinux 0x69e5a337 __block_write_begin +EXPORT_SYMBOL vmlinux 0x69ea8feb vfs_rmdir +EXPORT_SYMBOL vmlinux 0x69fa584e get_tree_single_reconf +EXPORT_SYMBOL vmlinux 0x6a0169d7 tcp_sock_set_user_timeout +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a32c469 phy_free_interrupt +EXPORT_SYMBOL vmlinux 0x6a387273 io_uring_get_socket +EXPORT_SYMBOL vmlinux 0x6a45ecc2 ethtool_notify +EXPORT_SYMBOL vmlinux 0x6a549b26 kmem_cache_alloc_lru +EXPORT_SYMBOL vmlinux 0x6a5cb5ee __get_free_pages +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a5fa363 sigprocmask +EXPORT_SYMBOL vmlinux 0x6a67b8ea unregister_nls +EXPORT_SYMBOL vmlinux 0x6a6a2071 nvdimm_namespace_locked +EXPORT_SYMBOL vmlinux 0x6a6e05bf kstrtou8 +EXPORT_SYMBOL vmlinux 0x6a82d8f8 atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x6abdae82 rproc_coredump_add_segment +EXPORT_SYMBOL vmlinux 0x6ad32d30 register_cdrom +EXPORT_SYMBOL vmlinux 0x6ade6454 trace_print_array_seq +EXPORT_SYMBOL vmlinux 0x6adf3a6c serio_interrupt +EXPORT_SYMBOL vmlinux 0x6aeefac4 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x6aff7d57 rproc_del +EXPORT_SYMBOL vmlinux 0x6b03f996 netdev_adjacent_change_abort +EXPORT_SYMBOL vmlinux 0x6b10bee1 _copy_to_user +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b4ffdde prepare_to_swait_event +EXPORT_SYMBOL vmlinux 0x6b55acd0 rtnl_lock_killable +EXPORT_SYMBOL vmlinux 0x6b5a6d06 key_type_keyring +EXPORT_SYMBOL vmlinux 0x6b5b706f security_cred_getsecid +EXPORT_SYMBOL vmlinux 0x6b5dc955 mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0x6b664fae dev_open +EXPORT_SYMBOL vmlinux 0x6b6ba8e2 mr_mfc_find_any_parent +EXPORT_SYMBOL vmlinux 0x6b8196b5 mipi_dsi_dcs_write +EXPORT_SYMBOL vmlinux 0x6b8342f5 sock_create_lite +EXPORT_SYMBOL vmlinux 0x6b853d06 ns_to_kernel_old_timeval +EXPORT_SYMBOL vmlinux 0x6b86f2d7 param_ops_bool +EXPORT_SYMBOL vmlinux 0x6b8bf149 netif_receive_skb_list +EXPORT_SYMBOL vmlinux 0x6b920f57 __mod_node_page_state +EXPORT_SYMBOL vmlinux 0x6b98797e mount_subtree +EXPORT_SYMBOL vmlinux 0x6baa739c kill_litter_super +EXPORT_SYMBOL vmlinux 0x6baf7b8e tcp_inbound_md5_hash +EXPORT_SYMBOL vmlinux 0x6bb90a8e tcf_action_set_ctrlact +EXPORT_SYMBOL vmlinux 0x6bb94be7 skb_eth_pop +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6bc6f2a6 dma_unmap_resource +EXPORT_SYMBOL vmlinux 0x6bcf629e xsk_tx_peek_release_desc_batch +EXPORT_SYMBOL vmlinux 0x6bdeab7f down_read_interruptible +EXPORT_SYMBOL vmlinux 0x6bf49262 _raw_write_unlock_bh +EXPORT_SYMBOL vmlinux 0x6bf82fff neigh_resolve_output +EXPORT_SYMBOL vmlinux 0x6bfe2b8d unregister_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0x6c07e135 dma_fence_free +EXPORT_SYMBOL vmlinux 0x6c0e66b2 sockopt_release_sock +EXPORT_SYMBOL vmlinux 0x6c1e07a8 __mmap_lock_do_trace_acquire_returned +EXPORT_SYMBOL vmlinux 0x6c2f87db uart_match_port +EXPORT_SYMBOL vmlinux 0x6c378582 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0x6c47615c netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0x6c4e9695 vme_irq_handler +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c7b4918 md_finish_reshape +EXPORT_SYMBOL vmlinux 0x6c882a1b tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0x6c95b69f input_free_device +EXPORT_SYMBOL vmlinux 0x6ca416d2 filemap_fault +EXPORT_SYMBOL vmlinux 0x6cb1266c tcf_generic_walker +EXPORT_SYMBOL vmlinux 0x6cb46525 netlbl_catmap_walk +EXPORT_SYMBOL vmlinux 0x6cb4abd2 register_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x6cb5eb00 kmalloc_caches +EXPORT_SYMBOL vmlinux 0x6cbec8f6 mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0x6cc09945 ioread32_rep +EXPORT_SYMBOL vmlinux 0x6ccbf6b9 genphy_read_master_slave +EXPORT_SYMBOL vmlinux 0x6cf0d67d qe_get_num_of_snums +EXPORT_SYMBOL vmlinux 0x6d0dd82f ata_scsi_cmd_error_handler +EXPORT_SYMBOL vmlinux 0x6d24a808 vfs_readlink +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d509fff unlock_new_inode +EXPORT_SYMBOL vmlinux 0x6d58f69e agp3_generic_sizes +EXPORT_SYMBOL vmlinux 0x6d5c6ced zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0x6d7c7dcc bitmap_cut +EXPORT_SYMBOL vmlinux 0x6d7c898d pci_enable_ptm +EXPORT_SYMBOL vmlinux 0x6da374e2 crypto_sha1_finup +EXPORT_SYMBOL vmlinux 0x6db51445 generic_fadvise +EXPORT_SYMBOL vmlinux 0x6dba9051 xz_dec_microlzma_end +EXPORT_SYMBOL vmlinux 0x6dca88b8 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0x6dcf857f uuid_null +EXPORT_SYMBOL vmlinux 0x6dd888dd vio_unregister_device +EXPORT_SYMBOL vmlinux 0x6de52784 agp_bind_memory +EXPORT_SYMBOL vmlinux 0x6dee3b71 get_tree_nodev +EXPORT_SYMBOL vmlinux 0x6dee6752 sys_copyarea +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6df1ac69 pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0x6df4b8f1 thaw_super +EXPORT_SYMBOL vmlinux 0x6df5edd0 dquot_initialize_needed +EXPORT_SYMBOL vmlinux 0x6df9b4fb dentry_open +EXPORT_SYMBOL vmlinux 0x6e01bd0b __traceiter_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x6e0355ce skb_copy_datagram_from_iter +EXPORT_SYMBOL vmlinux 0x6e064eb4 in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x6e25d756 inet_frags_init +EXPORT_SYMBOL vmlinux 0x6e414789 dma_get_sgtable_attrs +EXPORT_SYMBOL vmlinux 0x6e5b8651 xz_dec_run +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e8082f1 inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0x6e8e6d55 file_modified +EXPORT_SYMBOL vmlinux 0x6e9a448d __pte_frag_nr +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea425b3 to_nd_pfn +EXPORT_SYMBOL vmlinux 0x6ea9363b force_sig +EXPORT_SYMBOL vmlinux 0x6eae25cb d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0x6ebc8b06 security_binder_transfer_file +EXPORT_SYMBOL vmlinux 0x6ed8067f dmaengine_get_unmap_data +EXPORT_SYMBOL vmlinux 0x6ede1b37 eth_gro_complete +EXPORT_SYMBOL vmlinux 0x6eecfaf4 sg_copy_buffer +EXPORT_SYMBOL vmlinux 0x6eee70e1 vme_new_dma_list +EXPORT_SYMBOL vmlinux 0x6f08b1c6 mempool_exit +EXPORT_SYMBOL vmlinux 0x6f1283ee idr_for_each +EXPORT_SYMBOL vmlinux 0x6f129371 input_register_device +EXPORT_SYMBOL vmlinux 0x6f14e9db console_list_lock +EXPORT_SYMBOL vmlinux 0x6f41a639 irq_cpu_rmap_remove +EXPORT_SYMBOL vmlinux 0x6f48112d page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x6f4a59e4 sort_r +EXPORT_SYMBOL vmlinux 0x6f4ef9e4 ping_prot +EXPORT_SYMBOL vmlinux 0x6f65b4a4 tcp_enter_cwr +EXPORT_SYMBOL vmlinux 0x6f6bd3f2 cpu_rmap_update +EXPORT_SYMBOL vmlinux 0x6f70cb91 max8925_bulk_read +EXPORT_SYMBOL vmlinux 0x6f74ef30 handshake_genl_put +EXPORT_SYMBOL vmlinux 0x6f7793a5 skb_flow_dissector_init +EXPORT_SYMBOL vmlinux 0x6f986d12 write_dirty_buffer +EXPORT_SYMBOL vmlinux 0x6fada960 inet_shutdown +EXPORT_SYMBOL vmlinux 0x6fb49676 queue_rcu_work +EXPORT_SYMBOL vmlinux 0x6fcb87a1 touch_softlockup_watchdog +EXPORT_SYMBOL vmlinux 0x6fd99bbe __blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x6ff38806 sg_alloc_append_table_from_pages +EXPORT_SYMBOL vmlinux 0x70002fe8 siphash_1u32 +EXPORT_SYMBOL vmlinux 0x700c6c17 key_create +EXPORT_SYMBOL vmlinux 0x704115b3 qe_usb_clock_set +EXPORT_SYMBOL vmlinux 0x7054a3e4 request_dma +EXPORT_SYMBOL vmlinux 0x7060d475 kern_sys_bpf +EXPORT_SYMBOL vmlinux 0x7080832f gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0x7081a611 invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0x7092d08f is_subdir +EXPORT_SYMBOL vmlinux 0x70a225a4 debugfs_create_automount +EXPORT_SYMBOL vmlinux 0x70ac2c1a blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x70ae84ee sync_blockdev_range +EXPORT_SYMBOL vmlinux 0x70b2c5a4 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0x70cccd66 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x70f1d8dc scsi_host_busy +EXPORT_SYMBOL vmlinux 0x70f83a20 _dev_printk +EXPORT_SYMBOL vmlinux 0x70fc2bb8 cookie_timestamp_decode +EXPORT_SYMBOL vmlinux 0x710929e9 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0x711ac5b3 dev_mc_init +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x714333c4 dump_page +EXPORT_SYMBOL vmlinux 0x714e4835 set_security_override +EXPORT_SYMBOL vmlinux 0x71548d58 secure_tcpv6_ts_off +EXPORT_SYMBOL vmlinux 0x715a5ed0 vprintk +EXPORT_SYMBOL vmlinux 0x715b9731 bpf_link_get_from_fd +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x7173a95f __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0x717a0fb8 pci_match_id +EXPORT_SYMBOL vmlinux 0x717d1f96 hdmi_infoframe_check +EXPORT_SYMBOL vmlinux 0x718aeaab netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0x719cddca gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71ba56a5 textsearch_prepare +EXPORT_SYMBOL vmlinux 0x71bcd5e0 nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x71cec0ef tty_do_resize +EXPORT_SYMBOL vmlinux 0x71e4e9ce nvdimm_check_and_set_ro +EXPORT_SYMBOL vmlinux 0x71eca29e devfreq_remove_governor +EXPORT_SYMBOL vmlinux 0x720149a1 block_write_end +EXPORT_SYMBOL vmlinux 0x720a27a7 __register_blkdev +EXPORT_SYMBOL vmlinux 0x72159768 mtree_alloc_rrange +EXPORT_SYMBOL vmlinux 0x721a8cf9 page_pool_create +EXPORT_SYMBOL vmlinux 0x7240d75b tcp_gro_complete +EXPORT_SYMBOL vmlinux 0x725a8cb1 tty_port_close_end +EXPORT_SYMBOL vmlinux 0x72608c0e do_uaccess_flush +EXPORT_SYMBOL vmlinux 0x72681354 __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x72730f43 handshake_req_submit +EXPORT_SYMBOL vmlinux 0x72744b1d agp_generic_free_by_type +EXPORT_SYMBOL vmlinux 0x72a50966 ucc_fast_disable +EXPORT_SYMBOL vmlinux 0x72b243d4 free_dma +EXPORT_SYMBOL vmlinux 0x72b9d287 default_grn +EXPORT_SYMBOL vmlinux 0x72be6d94 crypto_sha512_finup +EXPORT_SYMBOL vmlinux 0x72c03302 put_cmsg +EXPORT_SYMBOL vmlinux 0x72c98139 __arch_hweight64 +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x730a9f04 make_bad_inode +EXPORT_SYMBOL vmlinux 0x730def1e pci_ep_cfs_add_epf_group +EXPORT_SYMBOL vmlinux 0x730e6d10 dquot_commit +EXPORT_SYMBOL vmlinux 0x730fbe19 proc_create_seq_private +EXPORT_SYMBOL vmlinux 0x73109446 down_interruptible +EXPORT_SYMBOL vmlinux 0x7315a4e9 twl6030_mmc_card_detect_config +EXPORT_SYMBOL vmlinux 0x731a747a pci_io_base +EXPORT_SYMBOL vmlinux 0x732dd326 groups_free +EXPORT_SYMBOL vmlinux 0x73408cab skb_copy_datagram_iter +EXPORT_SYMBOL vmlinux 0x73585a08 mipi_dsi_turn_on_peripheral +EXPORT_SYMBOL vmlinux 0x736590c4 iov_iter_get_pages_alloc2 +EXPORT_SYMBOL vmlinux 0x73682990 agp_create_memory +EXPORT_SYMBOL vmlinux 0x736a2efc __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x7380dffa argv_split +EXPORT_SYMBOL vmlinux 0x73924078 __mdiobus_read +EXPORT_SYMBOL vmlinux 0x73998efa cpm_muram_free_addr +EXPORT_SYMBOL vmlinux 0x739fd00f __SCK__tp_func_module_get +EXPORT_SYMBOL vmlinux 0x73a45eb8 scsi_block_requests +EXPORT_SYMBOL vmlinux 0x73abb180 alloc_contig_range +EXPORT_SYMBOL vmlinux 0x73b00099 iov_iter_get_pages2 +EXPORT_SYMBOL vmlinux 0x73be5162 __dev_get_by_flags +EXPORT_SYMBOL vmlinux 0x73c7f404 security_binder_transfer_binder +EXPORT_SYMBOL vmlinux 0x73fe165f tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x73fe5ecd mmc_retune_release +EXPORT_SYMBOL vmlinux 0x7410aba2 strreplace +EXPORT_SYMBOL vmlinux 0x7412ed5b kvfree_sensitive +EXPORT_SYMBOL vmlinux 0x7419a017 block_read_full_folio +EXPORT_SYMBOL vmlinux 0x741b0770 rproc_coredump_using_sections +EXPORT_SYMBOL vmlinux 0x741c0a84 mtree_destroy +EXPORT_SYMBOL vmlinux 0x742578a5 wait_for_random_bytes +EXPORT_SYMBOL vmlinux 0x74272ae0 security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x7429e20c kstrtos8 +EXPORT_SYMBOL vmlinux 0x742a8d36 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0x742cf905 tty_port_open +EXPORT_SYMBOL vmlinux 0x7439fd86 radix_tree_lookup +EXPORT_SYMBOL vmlinux 0x7453d3e8 security_release_secctx +EXPORT_SYMBOL vmlinux 0x746ee3f7 i2c_del_driver +EXPORT_SYMBOL vmlinux 0x7483dc59 pci_dev_present +EXPORT_SYMBOL vmlinux 0x748842e0 prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0x748c4c41 input_get_timestamp +EXPORT_SYMBOL vmlinux 0x748d9c66 devfreq_register_notifier +EXPORT_SYMBOL vmlinux 0x749910ec unix_attach_fds +EXPORT_SYMBOL vmlinux 0x74b8e674 slhc_toss +EXPORT_SYMBOL vmlinux 0x74bb67d3 proto_register +EXPORT_SYMBOL vmlinux 0x74be61bd netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74c3b603 remove_proc_entry +EXPORT_SYMBOL vmlinux 0x74e3aca7 dquot_get_state +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x74eceaae cdrom_ioctl +EXPORT_SYMBOL vmlinux 0x74f1cd69 __cpu_present_mask +EXPORT_SYMBOL vmlinux 0x75207686 ps2_sendbyte +EXPORT_SYMBOL vmlinux 0x752ab077 set_binfmt +EXPORT_SYMBOL vmlinux 0x7538b132 agp_off +EXPORT_SYMBOL vmlinux 0x7541d455 __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0x755f4ba3 blake2s_compress_generic +EXPORT_SYMBOL vmlinux 0x75785398 skb_copy +EXPORT_SYMBOL vmlinux 0x7599140c single_open +EXPORT_SYMBOL vmlinux 0x75a68a9a vme_irq_generate +EXPORT_SYMBOL vmlinux 0x75aa6ca1 __kernel_virt_start +EXPORT_SYMBOL vmlinux 0x75b963bf mmc_gpio_set_cd_wake +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75c5a0e1 tcp_sock_set_cork +EXPORT_SYMBOL vmlinux 0x75d0deb9 nsecs_to_jiffies64 +EXPORT_SYMBOL vmlinux 0x75d26eb6 param_get_long +EXPORT_SYMBOL vmlinux 0x75d499dd vmcore_add_device_dump +EXPORT_SYMBOL vmlinux 0x75dbb974 agp_generic_free_gatt_table +EXPORT_SYMBOL vmlinux 0x75df8db4 __getblk_gfp +EXPORT_SYMBOL vmlinux 0x75f3a843 netdev_state_change +EXPORT_SYMBOL vmlinux 0x75f6247c configfs_register_group +EXPORT_SYMBOL vmlinux 0x75fb6c0b netif_inherit_tso_max +EXPORT_SYMBOL vmlinux 0x76059e2f tcp_mss_to_mtu +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x760f4616 dev_uc_sync +EXPORT_SYMBOL vmlinux 0x761b2d09 md_bitmap_free +EXPORT_SYMBOL vmlinux 0x762267f7 pci_scan_bus +EXPORT_SYMBOL vmlinux 0x7624249e dim_park_tired +EXPORT_SYMBOL vmlinux 0x76399b10 backlight_device_unregister +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x765118a4 pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0x765bee79 tcf_em_register +EXPORT_SYMBOL vmlinux 0x765ff474 crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x76697815 flow_indr_dev_register +EXPORT_SYMBOL vmlinux 0x766a0927 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x7672cadf setattr_should_drop_suidgid +EXPORT_SYMBOL vmlinux 0x7682ba4e __copy_overflow +EXPORT_SYMBOL vmlinux 0x768af2f8 md_cluster_ops +EXPORT_SYMBOL vmlinux 0x76958633 jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0x769f6e64 errseq_check +EXPORT_SYMBOL vmlinux 0x76b28d98 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0x76b5092e netif_device_detach +EXPORT_SYMBOL vmlinux 0x76b93112 add_to_page_cache_lru +EXPORT_SYMBOL vmlinux 0x76bebcbf blk_pre_runtime_resume +EXPORT_SYMBOL vmlinux 0x76cb5cf8 skb_copy_expand +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x76d442dd skb_copy_and_csum_datagram_msg +EXPORT_SYMBOL vmlinux 0x76f902f8 sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x76fb0df3 flush_all_to_thread +EXPORT_SYMBOL vmlinux 0x7707d62d locks_remove_posix +EXPORT_SYMBOL vmlinux 0x7716e0d7 xfrm_user_policy +EXPORT_SYMBOL vmlinux 0x771ea1f6 import_iovec +EXPORT_SYMBOL vmlinux 0x77234d37 downgrade_write +EXPORT_SYMBOL vmlinux 0x772fd697 alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0x773240ea md_integrity_register +EXPORT_SYMBOL vmlinux 0x77358855 iomem_resource +EXPORT_SYMBOL vmlinux 0x773e3043 proc_symlink +EXPORT_SYMBOL vmlinux 0x773fa409 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0x77400f69 scsi_alloc_sgtables +EXPORT_SYMBOL vmlinux 0x7741adc5 vme_dma_list_free +EXPORT_SYMBOL vmlinux 0x77493feb inet_frag_reasm_prepare +EXPORT_SYMBOL vmlinux 0x77562dcf skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0x775d7e1d km_policy_notify +EXPORT_SYMBOL vmlinux 0x776a4156 mach_pseries +EXPORT_SYMBOL vmlinux 0x776ca93a __clzdi2 +EXPORT_SYMBOL vmlinux 0x77710809 regset_get +EXPORT_SYMBOL vmlinux 0x777fff91 ip_options_compile +EXPORT_SYMBOL vmlinux 0x77934543 generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x77965ebc pci_map_rom +EXPORT_SYMBOL vmlinux 0x77a9ec92 tcf_idr_search +EXPORT_SYMBOL vmlinux 0x77ad0fc2 vfs_fsync_range +EXPORT_SYMBOL vmlinux 0x77b08536 security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77e9eb37 aes_encrypt +EXPORT_SYMBOL vmlinux 0x77ec2fac filemap_map_pages +EXPORT_SYMBOL vmlinux 0x77ecbae5 netdev_offload_xstats_disable +EXPORT_SYMBOL vmlinux 0x77f4d0d3 devm_arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0x7807a748 genl_notify +EXPORT_SYMBOL vmlinux 0x7807f0f8 schedule_timeout_idle +EXPORT_SYMBOL vmlinux 0x78192e17 page_pool_put_page_bulk +EXPORT_SYMBOL vmlinux 0x782d868a generic_set_encrypted_ci_d_ops +EXPORT_SYMBOL vmlinux 0x7846af3e __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x78617673 neigh_xmit +EXPORT_SYMBOL vmlinux 0x78619a60 mdiobus_setup_mdiodev_from_board_info +EXPORT_SYMBOL vmlinux 0x7881e6e5 bio_integrity_prep +EXPORT_SYMBOL vmlinux 0x78851d2f _outsb +EXPORT_SYMBOL vmlinux 0x788daaa0 d_exact_alias +EXPORT_SYMBOL vmlinux 0x78993b9d mdio_device_create +EXPORT_SYMBOL vmlinux 0x78a16f48 aes_decrypt +EXPORT_SYMBOL vmlinux 0x78a9e905 _numa_mem_ +EXPORT_SYMBOL vmlinux 0x78b887ed vsprintf +EXPORT_SYMBOL vmlinux 0x78ba1dfd devm_aperture_acquire_for_platform_device +EXPORT_SYMBOL vmlinux 0x78db0837 of_get_ibm_chip_id +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78f10b5f fscrypt_has_permitted_context +EXPORT_SYMBOL vmlinux 0x790b1151 path_has_submounts +EXPORT_SYMBOL vmlinux 0x790e8ecc sk_filter_trim_cap +EXPORT_SYMBOL vmlinux 0x7919b383 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x7921b07b __traceiter_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x79265f02 dquot_destroy +EXPORT_SYMBOL vmlinux 0x7941f832 tcf_qevent_validate_change +EXPORT_SYMBOL vmlinux 0x7946704d nd_btt_version +EXPORT_SYMBOL vmlinux 0x7954c6f3 skb_eth_push +EXPORT_SYMBOL vmlinux 0x795fd8ae i2c_verify_client +EXPORT_SYMBOL vmlinux 0x79735e93 bdi_register +EXPORT_SYMBOL vmlinux 0x79741397 remove_watch_from_object +EXPORT_SYMBOL vmlinux 0x7984eefc key_update +EXPORT_SYMBOL vmlinux 0x799203d4 touch_buffer +EXPORT_SYMBOL vmlinux 0x79a33f85 vme_get_size +EXPORT_SYMBOL vmlinux 0x79a93daf mmc_erase +EXPORT_SYMBOL vmlinux 0x79b3d80b sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x79b6185b nvdimm_bus_unlock +EXPORT_SYMBOL vmlinux 0x79d1ae53 __mdiobus_register +EXPORT_SYMBOL vmlinux 0x79d219c0 __get_hash_from_flowi6 +EXPORT_SYMBOL vmlinux 0x79d3d8c8 param_set_bool +EXPORT_SYMBOL vmlinux 0x79d6e540 __cpu_dying_mask +EXPORT_SYMBOL vmlinux 0x7a061809 uart_remove_one_port +EXPORT_SYMBOL vmlinux 0x7a1bcd59 gf128mul_x8_ble +EXPORT_SYMBOL vmlinux 0x7a1df401 of_graph_get_remote_endpoint +EXPORT_SYMBOL vmlinux 0x7a2d6c97 __debugger_ipi +EXPORT_SYMBOL vmlinux 0x7a2ff57e security_current_getsecid_subj +EXPORT_SYMBOL vmlinux 0x7a3b2f37 page_pool_put_defragged_page +EXPORT_SYMBOL vmlinux 0x7a53a06d flow_indr_dev_exists +EXPORT_SYMBOL vmlinux 0x7a674ba3 make_kprojid +EXPORT_SYMBOL vmlinux 0x7a71741f __xa_cmpxchg +EXPORT_SYMBOL vmlinux 0x7a73160d neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0x7a782115 blk_rq_map_user_io +EXPORT_SYMBOL vmlinux 0x7a7de0d6 mempool_init_node +EXPORT_SYMBOL vmlinux 0x7a80f2f2 sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x7a8c12a6 scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0x7a91ff6c rfkill_alloc +EXPORT_SYMBOL vmlinux 0x7a95e5ae do_settimeofday64 +EXPORT_SYMBOL vmlinux 0x7a968137 ucc_slow_restart_tx +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7aa57af4 blkdev_issue_secure_erase +EXPORT_SYMBOL vmlinux 0x7ab200ed rproc_report_crash +EXPORT_SYMBOL vmlinux 0x7ab5f8c3 _insw_ns +EXPORT_SYMBOL vmlinux 0x7aba86db node_to_cpumask_map +EXPORT_SYMBOL vmlinux 0x7aca8b9f klp_sched_try_switch_key +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7adc0fbf rb_replace_node_rcu +EXPORT_SYMBOL vmlinux 0x7ae5d317 qe_get_snum +EXPORT_SYMBOL vmlinux 0x7ae771a8 dev_pick_tx_cpu_id +EXPORT_SYMBOL vmlinux 0x7af6557a folio_unlock +EXPORT_SYMBOL vmlinux 0x7afeedc8 vfs_fadvise +EXPORT_SYMBOL vmlinux 0x7b1ca735 ndisc_send_skb +EXPORT_SYMBOL vmlinux 0x7b1faefc qdisc_offload_graft_helper +EXPORT_SYMBOL vmlinux 0x7b20638f kmem_cache_create_usercopy +EXPORT_SYMBOL vmlinux 0x7b2f0703 hdmi_infoframe_log +EXPORT_SYMBOL vmlinux 0x7b37d4a7 _find_first_zero_bit +EXPORT_SYMBOL vmlinux 0x7b39cec9 keyring_alloc +EXPORT_SYMBOL vmlinux 0x7b5b8f31 sha256_update +EXPORT_SYMBOL vmlinux 0x7b5f7185 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x7b65fb29 param_set_hexint +EXPORT_SYMBOL vmlinux 0x7b6718a1 vmf_insert_pfn_prot +EXPORT_SYMBOL vmlinux 0x7b7e27d9 devm_request_resource +EXPORT_SYMBOL vmlinux 0x7b7ea76d pci_assign_resource +EXPORT_SYMBOL vmlinux 0x7b84bb12 sock_i_uid +EXPORT_SYMBOL vmlinux 0x7b8d4c3c abort_creds +EXPORT_SYMBOL vmlinux 0x7ba71e9b copy_splice_read +EXPORT_SYMBOL vmlinux 0x7ba813c5 __wake_up +EXPORT_SYMBOL vmlinux 0x7bad4a78 netlink_net_capable +EXPORT_SYMBOL vmlinux 0x7bbba0d5 dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0x7bbccd05 nr_node_ids +EXPORT_SYMBOL vmlinux 0x7bcde7bb cur_cpu_spec +EXPORT_SYMBOL vmlinux 0x7bcdeb70 vlan_uses_dev +EXPORT_SYMBOL vmlinux 0x7bd1e532 neigh_update +EXPORT_SYMBOL vmlinux 0x7bd8f50d radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0x7bd9ee3b rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0x7be165ff jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0x7c173634 __bitmap_complement +EXPORT_SYMBOL vmlinux 0x7c1b26c2 tls_server_hello_x509 +EXPORT_SYMBOL vmlinux 0x7c1b6785 inet_select_addr +EXPORT_SYMBOL vmlinux 0x7c2ffe57 shmem_aops +EXPORT_SYMBOL vmlinux 0x7c405ceb key_payload_reserve +EXPORT_SYMBOL vmlinux 0x7c42be09 phy_write_mmd +EXPORT_SYMBOL vmlinux 0x7c46233a cpufreq_quick_get +EXPORT_SYMBOL vmlinux 0x7c4c45b5 simple_nosetlease +EXPORT_SYMBOL vmlinux 0x7c4cb92a filemap_fdatawait_keep_errors +EXPORT_SYMBOL vmlinux 0x7c63a098 radix_tree_insert +EXPORT_SYMBOL vmlinux 0x7c8360bb xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0x7c8b272d udp_lib_unhash +EXPORT_SYMBOL vmlinux 0x7c9026c5 blk_integrity_register +EXPORT_SYMBOL vmlinux 0x7c929033 bio_copy_data +EXPORT_SYMBOL vmlinux 0x7c98d3c3 single_open_size +EXPORT_SYMBOL vmlinux 0x7c9e5d5a submit_bio +EXPORT_SYMBOL vmlinux 0x7ca19a3d pm860x_bulk_write +EXPORT_SYMBOL vmlinux 0x7caf035d netif_device_attach +EXPORT_SYMBOL vmlinux 0x7cbe0cd2 drop_reasons_by_subsys +EXPORT_SYMBOL vmlinux 0x7cd9fd0a migrate_device_pages +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7ce58981 kvrealloc +EXPORT_SYMBOL vmlinux 0x7cf35220 vme_master_free +EXPORT_SYMBOL vmlinux 0x7cfa8418 scsi_host_put +EXPORT_SYMBOL vmlinux 0x7cfe368d net_dim_get_def_tx_moderation +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d1a6db4 netdev_next_lower_dev_rcu +EXPORT_SYMBOL vmlinux 0x7d1a9c95 max8925_reg_write +EXPORT_SYMBOL vmlinux 0x7d20f020 fb_class +EXPORT_SYMBOL vmlinux 0x7d27e504 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x7d2b8117 configfs_unregister_default_group +EXPORT_SYMBOL vmlinux 0x7d2dbcd9 vme_init_bridge +EXPORT_SYMBOL vmlinux 0x7d4b176a netlbl_catmap_setbit +EXPORT_SYMBOL vmlinux 0x7d569be0 skb_pull +EXPORT_SYMBOL vmlinux 0x7d5e1008 __crc32c_le_shift +EXPORT_SYMBOL vmlinux 0x7d65d049 nla_put_64bit +EXPORT_SYMBOL vmlinux 0x7d6e39fb register_md_personality +EXPORT_SYMBOL vmlinux 0x7d74d522 kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0x7d845f0e _raw_spin_lock_irq +EXPORT_SYMBOL vmlinux 0x7d9eac2d security_inet_conn_established +EXPORT_SYMBOL vmlinux 0x7da06ac8 dcb_ieee_getapp_dscp_prio_mask_map +EXPORT_SYMBOL vmlinux 0x7da8f93b xor_altivec_2 +EXPORT_SYMBOL vmlinux 0x7daece67 quota_send_warning +EXPORT_SYMBOL vmlinux 0x7dc5ffa7 tc_skb_ext_tc_disable +EXPORT_SYMBOL vmlinux 0x7dd20138 mmc_cqe_request_done +EXPORT_SYMBOL vmlinux 0x7dfc8277 isa_mem_base +EXPORT_SYMBOL vmlinux 0x7e0b255f hdmi_audio_infoframe_pack_for_dp +EXPORT_SYMBOL vmlinux 0x7e0f7d1e genphy_setup_forced +EXPORT_SYMBOL vmlinux 0x7e2d6436 ida_free +EXPORT_SYMBOL vmlinux 0x7e3191f6 try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x7e3f656d mmc_erase_group_aligned +EXPORT_SYMBOL vmlinux 0x7e4cdc54 __cond_resched_rwlock_write +EXPORT_SYMBOL vmlinux 0x7e5c9cbd migrate_device_finalize +EXPORT_SYMBOL vmlinux 0x7e829be5 ip_fraglist_init +EXPORT_SYMBOL vmlinux 0x7e948965 seg6_hmac_info_del +EXPORT_SYMBOL vmlinux 0x7e9ae0f5 pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0x7eaaacf6 icmp6_send +EXPORT_SYMBOL vmlinux 0x7ee21aa9 mdio_device_free +EXPORT_SYMBOL vmlinux 0x7ee4f1a9 twl6040_get_pll +EXPORT_SYMBOL vmlinux 0x7ef4bddc __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0x7f02188f __msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x7f03b6a9 crc_ccitt_table +EXPORT_SYMBOL vmlinux 0x7f0a39ca kernel_bind +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f39ac59 phy_do_ioctl +EXPORT_SYMBOL vmlinux 0x7f52071a net_dim +EXPORT_SYMBOL vmlinux 0x7f5e5437 rproc_remove_subdev +EXPORT_SYMBOL vmlinux 0x7f62eaa4 sgl_free +EXPORT_SYMBOL vmlinux 0x7f6c447e linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0x7f71fb97 xa_load +EXPORT_SYMBOL vmlinux 0x7f7f7bb4 irq_poll_disable +EXPORT_SYMBOL vmlinux 0x7f96d66c get_user_pages_remote +EXPORT_SYMBOL vmlinux 0x7f9f5e7b flow_rule_match_ports +EXPORT_SYMBOL vmlinux 0x7fb09520 dev_addr_mod +EXPORT_SYMBOL vmlinux 0x7fb5145c __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0x7fc2e649 copy_page_from_iter +EXPORT_SYMBOL vmlinux 0x7fc71781 disk_stack_limits +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7fe8399f of_platform_device_create +EXPORT_SYMBOL vmlinux 0x800975cd of_count_phandle_with_args +EXPORT_SYMBOL vmlinux 0x800f2a0c bio_put +EXPORT_SYMBOL vmlinux 0x8028dc3a mr_mfc_find_parent +EXPORT_SYMBOL vmlinux 0x803488c3 sock_alloc +EXPORT_SYMBOL vmlinux 0x803a47af inet_frag_pull_head +EXPORT_SYMBOL vmlinux 0x803bdce2 tcp_time_wait +EXPORT_SYMBOL vmlinux 0x803ddbb6 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x805522c6 inet_csk_accept +EXPORT_SYMBOL vmlinux 0x80565e7a xp_raw_get_dma +EXPORT_SYMBOL vmlinux 0x8056a616 mdio_bus_type +EXPORT_SYMBOL vmlinux 0x806d556b filemap_alloc_folio +EXPORT_SYMBOL vmlinux 0x8077d521 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0x80816f26 get_user_ifreq +EXPORT_SYMBOL vmlinux 0x80831c08 xfrm6_rcv_encap +EXPORT_SYMBOL vmlinux 0x8096561a trace_raw_output_prep +EXPORT_SYMBOL vmlinux 0x80c181fd tty_unregister_device +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80e5f86f fscrypt_fname_alloc_buffer +EXPORT_SYMBOL vmlinux 0x80efea50 proc_dostring +EXPORT_SYMBOL vmlinux 0x80fc2976 fs_context_for_reconfigure +EXPORT_SYMBOL vmlinux 0x8112b3d2 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x81147582 mipi_dsi_dcs_get_pixel_format +EXPORT_SYMBOL vmlinux 0x8116a6e4 dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0x81188c30 match_string +EXPORT_SYMBOL vmlinux 0x8122f630 scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0x8122fde7 init_special_inode +EXPORT_SYMBOL vmlinux 0x812c7248 netdev_notice +EXPORT_SYMBOL vmlinux 0x8139aef5 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0x813b77c9 tcp_parse_options +EXPORT_SYMBOL vmlinux 0x81533963 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x815c27da dma_async_device_unregister +EXPORT_SYMBOL vmlinux 0x815f066e kill_block_super +EXPORT_SYMBOL vmlinux 0x816152cf blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0x816347c6 agp_device_command +EXPORT_SYMBOL vmlinux 0x816cd753 devm_ioport_unmap +EXPORT_SYMBOL vmlinux 0x816e2d87 n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0x8172f780 filemap_dirty_folio +EXPORT_SYMBOL vmlinux 0x818416e1 scsi_set_sense_information +EXPORT_SYMBOL vmlinux 0x818e9275 __phy_write_mmd +EXPORT_SYMBOL vmlinux 0x818edf97 cpm_muram_alloc +EXPORT_SYMBOL vmlinux 0x81931873 inet_register_protosw +EXPORT_SYMBOL vmlinux 0x819c3134 path_put +EXPORT_SYMBOL vmlinux 0x81a07f4e _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0x81a1eb59 utf8_unload +EXPORT_SYMBOL vmlinux 0x81b20e8b ucc_fast_transmit_on_demand +EXPORT_SYMBOL vmlinux 0x81b8379a truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0x81c51d19 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81df78d4 phy_attached_info +EXPORT_SYMBOL vmlinux 0x81f75bae pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0x821559d6 __vmalloc_end +EXPORT_SYMBOL vmlinux 0x82166467 xfrm_lookup +EXPORT_SYMBOL vmlinux 0x8219351b mmc_retune_pause +EXPORT_SYMBOL vmlinux 0x821f41da tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0x82246bfa folio_account_redirty +EXPORT_SYMBOL vmlinux 0x824cd463 skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x824cdf42 uart_unregister_driver +EXPORT_SYMBOL vmlinux 0x825971ad phy_mipi_dphy_get_default_config_for_hsclk +EXPORT_SYMBOL vmlinux 0x825a1b94 rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x826a115a netlink_kernel_release +EXPORT_SYMBOL vmlinux 0x826bdac3 unlock_rename +EXPORT_SYMBOL vmlinux 0x826c4f3d tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0x8299ae67 tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0x829ffdde vme_dma_list_add +EXPORT_SYMBOL vmlinux 0x82c87ad5 nr_online_nodes +EXPORT_SYMBOL vmlinux 0x82cbba1d ethtool_aggregate_mac_stats +EXPORT_SYMBOL vmlinux 0x82d4e064 ip6_dst_alloc +EXPORT_SYMBOL vmlinux 0x82d67ffa fscrypt_decrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x82dbd559 nd_device_unregister +EXPORT_SYMBOL vmlinux 0x82ea51d6 radix__flush_pmd_tlb_range +EXPORT_SYMBOL vmlinux 0x82ee90dc timer_delete_sync +EXPORT_SYMBOL vmlinux 0x82ef7743 mr_rtm_dumproute +EXPORT_SYMBOL vmlinux 0x82fa6cce xfrm_register_type +EXPORT_SYMBOL vmlinux 0x82fc8dac sock_no_bind +EXPORT_SYMBOL vmlinux 0x831e53d0 inode_dio_wait +EXPORT_SYMBOL vmlinux 0x83200c4c dma_fence_wait_any_timeout +EXPORT_SYMBOL vmlinux 0x83241b48 sk_reset_timer +EXPORT_SYMBOL vmlinux 0x83323c7e netif_skb_features +EXPORT_SYMBOL vmlinux 0x833af369 pci_write_config_word +EXPORT_SYMBOL vmlinux 0x834658ac cmxgcr_lock +EXPORT_SYMBOL vmlinux 0x8351c6f6 sock_enable_timestamps +EXPORT_SYMBOL vmlinux 0x83538a74 lock_rename_child +EXPORT_SYMBOL vmlinux 0x8355d1ce ata_print_version +EXPORT_SYMBOL vmlinux 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL vmlinux 0x8363ef08 netlink_unicast +EXPORT_SYMBOL vmlinux 0x83697063 tcp_splice_read +EXPORT_SYMBOL vmlinux 0x836f736f inode_nohighmem +EXPORT_SYMBOL vmlinux 0x837da977 secpath_set +EXPORT_SYMBOL vmlinux 0x838d2bc8 siphash_3u32 +EXPORT_SYMBOL vmlinux 0x83ae9bdb iget_locked +EXPORT_SYMBOL vmlinux 0x83afb84d of_get_next_child +EXPORT_SYMBOL vmlinux 0x83b2094d __cond_resched_rwlock_read +EXPORT_SYMBOL vmlinux 0x83b37596 devm_devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0x83e942e1 scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0x840237db nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x8422aca6 dma_fence_match_context +EXPORT_SYMBOL vmlinux 0x84285b16 sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0x842c8e9d ioread16 +EXPORT_SYMBOL vmlinux 0x843c657d __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0x84458e4f wrap_directory_iterator +EXPORT_SYMBOL vmlinux 0x844c1b8c km_state_notify +EXPORT_SYMBOL vmlinux 0x8455f7af pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0x84823cf3 nla_strscpy +EXPORT_SYMBOL vmlinux 0x848d372e iowrite8 +EXPORT_SYMBOL vmlinux 0x84914079 __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0x849daf6e posix_lock_file +EXPORT_SYMBOL vmlinux 0x84a0ca4d bitmap_zalloc_node +EXPORT_SYMBOL vmlinux 0x84bd69bf dq_data_lock +EXPORT_SYMBOL vmlinux 0x84be3eb6 call_fib_notifiers +EXPORT_SYMBOL vmlinux 0x84d059f6 __netif_schedule +EXPORT_SYMBOL vmlinux 0x84d082f5 inode_io_list_del +EXPORT_SYMBOL vmlinux 0x84eebaa3 current_time +EXPORT_SYMBOL vmlinux 0x84fdad00 pm8606_osc_enable +EXPORT_SYMBOL vmlinux 0x85250ccc xa_store_range +EXPORT_SYMBOL vmlinux 0x8535853c tty_port_tty_get +EXPORT_SYMBOL vmlinux 0x8539c182 con_is_bound +EXPORT_SYMBOL vmlinux 0x8545b013 kobject_put +EXPORT_SYMBOL vmlinux 0x85466086 blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0x854d1c21 udp_seq_ops +EXPORT_SYMBOL vmlinux 0x8556bfc8 vfs_ioctl +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x85748cac md_set_array_sectors +EXPORT_SYMBOL vmlinux 0x857fd0c2 read_cache_folio +EXPORT_SYMBOL vmlinux 0x8591d7d5 ledtrig_mtd_activity +EXPORT_SYMBOL vmlinux 0x8594723e in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x8597eb47 plpar_hcall +EXPORT_SYMBOL vmlinux 0x85a0f30d to_nd_dax +EXPORT_SYMBOL vmlinux 0x85ad81e3 insert_inode_locked +EXPORT_SYMBOL vmlinux 0x85b5e625 rfkill_set_states +EXPORT_SYMBOL vmlinux 0x85bd1608 __request_region +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85e4235a flow_rule_match_vlan +EXPORT_SYMBOL vmlinux 0x85efc7e0 zero_pfn +EXPORT_SYMBOL vmlinux 0x85f5908d pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0x8605f4e2 __ps2_command +EXPORT_SYMBOL vmlinux 0x86216ba1 __netlink_dump_start +EXPORT_SYMBOL vmlinux 0x862877cb dma_fence_describe +EXPORT_SYMBOL vmlinux 0x862c8035 bitmap_alloc_node +EXPORT_SYMBOL vmlinux 0x863a276a color_table +EXPORT_SYMBOL vmlinux 0x86567fab neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x866dbee9 genlmsg_put +EXPORT_SYMBOL vmlinux 0x86769d76 eth_platform_get_mac_address +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x8690b145 phy_loopback +EXPORT_SYMBOL vmlinux 0x8694d367 tc_setup_cb_destroy +EXPORT_SYMBOL vmlinux 0x869e9320 blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0x86a491b3 ipv6_select_ident +EXPORT_SYMBOL vmlinux 0x86a958b3 proc_create_data +EXPORT_SYMBOL vmlinux 0x86aa2cd4 phy_connect +EXPORT_SYMBOL vmlinux 0x86b45a9b mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x86b735b8 bio_split +EXPORT_SYMBOL vmlinux 0x86cceac6 tcf_block_put +EXPORT_SYMBOL vmlinux 0x86cd1a39 vfs_create +EXPORT_SYMBOL vmlinux 0x86d52ba5 lookup_constant +EXPORT_SYMBOL vmlinux 0x86dd708d tc_skb_ext_tc_enable +EXPORT_SYMBOL vmlinux 0x86f122ce vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x870290b3 jbd2_submit_inode_data +EXPORT_SYMBOL vmlinux 0x872a5283 gen_pool_dma_zalloc_align +EXPORT_SYMBOL vmlinux 0x873a53ea __arch_hweight8 +EXPORT_SYMBOL vmlinux 0x8756c914 do_wait_intr_irq +EXPORT_SYMBOL vmlinux 0x87616f5c fscrypt_decrypt_bio +EXPORT_SYMBOL vmlinux 0x8761c87b rps_needed +EXPORT_SYMBOL vmlinux 0x8775615c __inet_hash +EXPORT_SYMBOL vmlinux 0x8776d586 ppp_register_net_channel +EXPORT_SYMBOL vmlinux 0x87809aeb put_user_ifreq +EXPORT_SYMBOL vmlinux 0x878cb5b0 fb_io_read +EXPORT_SYMBOL vmlinux 0x8799d803 security_dentry_init_security +EXPORT_SYMBOL vmlinux 0x879e0fe9 iov_iter_revert +EXPORT_SYMBOL vmlinux 0x87a21cb3 __ubsan_handle_out_of_bounds +EXPORT_SYMBOL vmlinux 0x87b2a629 input_unregister_handle +EXPORT_SYMBOL vmlinux 0x87c95dff __nla_put +EXPORT_SYMBOL vmlinux 0x87fa3370 max8998_update_reg +EXPORT_SYMBOL vmlinux 0x880e4a88 inet_rcv_saddr_equal +EXPORT_SYMBOL vmlinux 0x8810754a _find_first_bit +EXPORT_SYMBOL vmlinux 0x881bad5e phy_mipi_dphy_config_validate +EXPORT_SYMBOL vmlinux 0x883c3ab3 phy_ethtool_get_strings +EXPORT_SYMBOL vmlinux 0x88430a0a dev_get_by_index +EXPORT_SYMBOL vmlinux 0x886f2913 sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0x887ba18c kobject_del +EXPORT_SYMBOL vmlinux 0x887d2fea fb_get_mode +EXPORT_SYMBOL vmlinux 0x88822d38 unregister_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0x8888f1fe xxh32 +EXPORT_SYMBOL vmlinux 0x88ac8fcb twl6040_power +EXPORT_SYMBOL vmlinux 0x88b511f3 dcb_getapp +EXPORT_SYMBOL vmlinux 0x88b7e0f7 from_kuid +EXPORT_SYMBOL vmlinux 0x88d8c959 uart_write_wakeup +EXPORT_SYMBOL vmlinux 0x88db9f48 __check_object_size +EXPORT_SYMBOL vmlinux 0x88e1d0f0 page_frag_free +EXPORT_SYMBOL vmlinux 0x88e392d4 generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x88f6cdac devm_nvmem_cell_put +EXPORT_SYMBOL vmlinux 0x88fd426b __module_put_and_kthread_exit +EXPORT_SYMBOL vmlinux 0x88fd848e of_graph_get_port_by_id +EXPORT_SYMBOL vmlinux 0x88ff3cd0 gen_pool_free_owner +EXPORT_SYMBOL vmlinux 0x88fff363 d_set_fallthru +EXPORT_SYMBOL vmlinux 0x890cc807 __check_sticky +EXPORT_SYMBOL vmlinux 0x891dbb8f sgl_free_order +EXPORT_SYMBOL vmlinux 0x89382d6e netdev_pick_tx +EXPORT_SYMBOL vmlinux 0x893d1ade netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x895577b0 numa_cpu_lookup_table +EXPORT_SYMBOL vmlinux 0x895dd82a netlink_set_err +EXPORT_SYMBOL vmlinux 0x896f4971 pnv_cxl_alloc_hwirqs +EXPORT_SYMBOL vmlinux 0x89791f11 build_skb +EXPORT_SYMBOL vmlinux 0x89898459 kvm_irq_bypass +EXPORT_SYMBOL vmlinux 0x89938329 scsi_vpd_tpg_id +EXPORT_SYMBOL vmlinux 0x8996d642 new_inode +EXPORT_SYMBOL vmlinux 0x8998a914 dma_resv_fini +EXPORT_SYMBOL vmlinux 0x89a52c33 flow_rule_match_enc_ports +EXPORT_SYMBOL vmlinux 0x89add396 pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0x89d7da2b __napi_alloc_skb +EXPORT_SYMBOL vmlinux 0x89e57292 console_stop +EXPORT_SYMBOL vmlinux 0x89ef4fa9 mnt_set_expiry +EXPORT_SYMBOL vmlinux 0x89f49c51 km_state_expired +EXPORT_SYMBOL vmlinux 0x89f4edda d_prune_aliases +EXPORT_SYMBOL vmlinux 0x8a0078a2 fwnode_phy_find_device +EXPORT_SYMBOL vmlinux 0x8a226675 gpiochip_irq_relres +EXPORT_SYMBOL vmlinux 0x8a270270 rt_mutex_base_init +EXPORT_SYMBOL vmlinux 0x8a29df80 phy_disconnect +EXPORT_SYMBOL vmlinux 0x8a47043d LZ4_decompress_safe_continue +EXPORT_SYMBOL vmlinux 0x8a490c90 rfkill_set_sw_state +EXPORT_SYMBOL vmlinux 0x8a54050b __pud_cache_index +EXPORT_SYMBOL vmlinux 0x8a7094ba vm_brk_flags +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8aa36984 nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0x8ab74434 inet_addr_type_table +EXPORT_SYMBOL vmlinux 0x8ac3334b net_dim_get_def_rx_moderation +EXPORT_SYMBOL vmlinux 0x8af89616 pci_release_regions +EXPORT_SYMBOL vmlinux 0x8b0088d1 LZ4_decompress_safe_usingDict +EXPORT_SYMBOL vmlinux 0x8b0cd5a5 devm_ioremap +EXPORT_SYMBOL vmlinux 0x8b4831df filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b8e4e3d seq_pad +EXPORT_SYMBOL vmlinux 0x8b910be2 errseq_sample +EXPORT_SYMBOL vmlinux 0x8b92d745 jbd2_journal_put_journal_head +EXPORT_SYMBOL vmlinux 0x8b9b8d73 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0x8bac4a79 genphy_handle_interrupt_no_ack +EXPORT_SYMBOL vmlinux 0x8bad238e qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0x8bb03278 xfrm_register_km +EXPORT_SYMBOL vmlinux 0x8bb8004c __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0x8bbb6f17 tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0x8bbd471d phy_get_c45_ids +EXPORT_SYMBOL vmlinux 0x8bc4d0ac blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0x8bc57eba devm_ioremap_wc +EXPORT_SYMBOL vmlinux 0x8bdfc47c __mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x8be189ab ucc_slow_disable +EXPORT_SYMBOL vmlinux 0x8beda979 ata_std_end_eh +EXPORT_SYMBOL vmlinux 0x8c07a31f blk_queue_flag_clear +EXPORT_SYMBOL vmlinux 0x8c0ef97a generic_parse_monolithic +EXPORT_SYMBOL vmlinux 0x8c13b15d pin_user_pages +EXPORT_SYMBOL vmlinux 0x8c30bf67 zstd_dctx_workspace_bound +EXPORT_SYMBOL vmlinux 0x8c656f4d simple_transaction_read +EXPORT_SYMBOL vmlinux 0x8c706db2 mr_mfc_find_any +EXPORT_SYMBOL vmlinux 0x8c77ccad bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0x8c7a74c6 kmem_cache_free_bulk +EXPORT_SYMBOL vmlinux 0x8c8569cb kstrtoint +EXPORT_SYMBOL vmlinux 0x8c8ab2a6 mipi_dsi_dcs_get_display_brightness +EXPORT_SYMBOL vmlinux 0x8cadcc0c tcp_peek_len +EXPORT_SYMBOL vmlinux 0x8caf9305 uuid_is_valid +EXPORT_SYMBOL vmlinux 0x8cbdda81 input_unregister_handler +EXPORT_SYMBOL vmlinux 0x8cc071e3 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0x8cc53d20 __par_io_config_pin +EXPORT_SYMBOL vmlinux 0x8cc79cab iowrite16_rep +EXPORT_SYMBOL vmlinux 0x8cd6cafd flush_dcache_folio +EXPORT_SYMBOL vmlinux 0x8ce0bf25 __filemap_get_folio +EXPORT_SYMBOL vmlinux 0x8ce2e5a1 unregister_cdrom +EXPORT_SYMBOL vmlinux 0x8cec0839 udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0x8cf07041 __block_write_full_folio +EXPORT_SYMBOL vmlinux 0x8d2753bc radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x8d308f1a generic_remap_file_range_prep +EXPORT_SYMBOL vmlinux 0x8d33e672 __find_nth_andnot_bit +EXPORT_SYMBOL vmlinux 0x8d355de5 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x8d46ccc6 mdio_device_remove +EXPORT_SYMBOL vmlinux 0x8d4c5e23 override_creds +EXPORT_SYMBOL vmlinux 0x8d4d631e pcie_get_speed_cap +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d5f6335 jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x8d6b1e5a mmc_command_done +EXPORT_SYMBOL vmlinux 0x8d731edb napi_gro_receive +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d9ce724 trace_print_hex_dump_seq +EXPORT_SYMBOL vmlinux 0x8da4389f sock_setsockopt +EXPORT_SYMBOL vmlinux 0x8da715e2 clk_add_alias +EXPORT_SYMBOL vmlinux 0x8dafaf22 hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x8db3a315 sock_gettstamp +EXPORT_SYMBOL vmlinux 0x8dc1fa27 lookup_one_len_unlocked +EXPORT_SYMBOL vmlinux 0x8dc7504b pcim_iomap_table +EXPORT_SYMBOL vmlinux 0x8dd64992 vmf_insert_pfn +EXPORT_SYMBOL vmlinux 0x8ddd8aad schedule_timeout +EXPORT_SYMBOL vmlinux 0x8dde679c pcie_get_readrq +EXPORT_SYMBOL vmlinux 0x8dee7121 con_is_visible +EXPORT_SYMBOL vmlinux 0x8def2634 ppp_register_channel +EXPORT_SYMBOL vmlinux 0x8df4afd9 qe_put_snum +EXPORT_SYMBOL vmlinux 0x8df92f66 memchr_inv +EXPORT_SYMBOL vmlinux 0x8df9dd10 guid_null +EXPORT_SYMBOL vmlinux 0x8dff30d1 ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0x8dff898a pm860x_bulk_read +EXPORT_SYMBOL vmlinux 0x8e026a0d sock_no_mmap +EXPORT_SYMBOL vmlinux 0x8e3435d4 seq_file_path +EXPORT_SYMBOL vmlinux 0x8e3afb72 pcie_ptm_enabled +EXPORT_SYMBOL vmlinux 0x8e3e0f7d fault_in_readable +EXPORT_SYMBOL vmlinux 0x8e45843a unregister_mii_timestamper +EXPORT_SYMBOL vmlinux 0x8e4c60a3 cpm_muram_dma +EXPORT_SYMBOL vmlinux 0x8e56a3e5 qdisc_tree_reduce_backlog +EXPORT_SYMBOL vmlinux 0x8e8238e3 input_mt_drop_unused +EXPORT_SYMBOL vmlinux 0x8e932ba3 tc_setup_cb_call +EXPORT_SYMBOL vmlinux 0x8e93bd24 security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x8eb48e31 bio_integrity_trim +EXPORT_SYMBOL vmlinux 0x8eb74b1d devm_backlight_device_register +EXPORT_SYMBOL vmlinux 0x8ec760b0 cgroup_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0x8edc33e7 xfrm_state_free +EXPORT_SYMBOL vmlinux 0x8eec42b2 __debugger_bpt +EXPORT_SYMBOL vmlinux 0x8f01afd6 twl6030_interrupt_mask +EXPORT_SYMBOL vmlinux 0x8f0e76b4 i2c_smbus_write_block_data +EXPORT_SYMBOL vmlinux 0x8f221489 bio_free_pages +EXPORT_SYMBOL vmlinux 0x8f665a6d dcb_delrewr +EXPORT_SYMBOL vmlinux 0x8f68da79 __cpu_online_mask +EXPORT_SYMBOL vmlinux 0x8f68e8c5 sg_miter_start +EXPORT_SYMBOL vmlinux 0x8f794a45 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0x8f7f045f read_cache_page +EXPORT_SYMBOL vmlinux 0x8f859de7 pm_vt_switch_unregister +EXPORT_SYMBOL vmlinux 0x8f996a30 ethtool_convert_legacy_u32_to_link_mode +EXPORT_SYMBOL vmlinux 0x8faa867d phy_support_asym_pause +EXPORT_SYMBOL vmlinux 0x8fadd8f4 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0x8fcf5a2f kernel_sock_ip_overhead +EXPORT_SYMBOL vmlinux 0x8fd0b2c1 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0x8fd43be7 drop_super +EXPORT_SYMBOL vmlinux 0x8febacdd unregister_fib_notifier +EXPORT_SYMBOL vmlinux 0x8ff56c02 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0x8ff89ed0 seg6_hmac_exit +EXPORT_SYMBOL vmlinux 0x90006be6 dm_kcopyd_client_flush +EXPORT_SYMBOL vmlinux 0x90026b97 security_path_unlink +EXPORT_SYMBOL vmlinux 0x9002ade9 open_exec +EXPORT_SYMBOL vmlinux 0x9013758d pci_get_class +EXPORT_SYMBOL vmlinux 0x90152cbe page_pool_get_stats +EXPORT_SYMBOL vmlinux 0x90171567 prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x901c71a8 of_cpu_device_node_get +EXPORT_SYMBOL vmlinux 0x902d8722 vme_slave_get +EXPORT_SYMBOL vmlinux 0x90540661 ip_tunnel_parse_protocol +EXPORT_SYMBOL vmlinux 0x90576ec4 vmemdup_user +EXPORT_SYMBOL vmlinux 0x905a19b4 mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x9060c863 devm_mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x908b7ef1 inode_get_bytes +EXPORT_SYMBOL vmlinux 0x90bfad9e tcf_action_update_hw_stats +EXPORT_SYMBOL vmlinux 0x90c9dec5 flush_signals +EXPORT_SYMBOL vmlinux 0x90d9c130 eth_gro_receive +EXPORT_SYMBOL vmlinux 0x90def452 ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0x90e07cd9 __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0x91092bc1 inet_frag_destroy +EXPORT_SYMBOL vmlinux 0x910e147d dev_get_stats +EXPORT_SYMBOL vmlinux 0x9110b441 nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0x911df721 pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x9149ab5c xsk_clear_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x915e1208 tb_ticks_per_usec +EXPORT_SYMBOL vmlinux 0x9166fada strncpy +EXPORT_SYMBOL vmlinux 0x9166fc03 __flush_workqueue +EXPORT_SYMBOL vmlinux 0x916758a3 node_states +EXPORT_SYMBOL vmlinux 0x9183b862 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0x91929276 devm_pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x9192fae0 iterate_fd +EXPORT_SYMBOL vmlinux 0x919819db jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0x919c58f3 __clzsi2 +EXPORT_SYMBOL vmlinux 0x91a488ac __netdev_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x91a4f39d blk_mq_rq_cpu +EXPORT_SYMBOL vmlinux 0x91a7b1da qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x91aeedc1 md_write_inc +EXPORT_SYMBOL vmlinux 0x91c374bd neigh_for_each +EXPORT_SYMBOL vmlinux 0x91d82fe0 tcp_add_backlog +EXPORT_SYMBOL vmlinux 0x91e1dd89 seq_open +EXPORT_SYMBOL vmlinux 0x91eb0f79 kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x91f68ea1 __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x92053604 drop_nlink +EXPORT_SYMBOL vmlinux 0x920d5f23 dentry_create +EXPORT_SYMBOL vmlinux 0x92246dd0 __vfs_setxattr +EXPORT_SYMBOL vmlinux 0x922f45a6 __bitmap_clear +EXPORT_SYMBOL vmlinux 0x923b1276 dmaengine_get +EXPORT_SYMBOL vmlinux 0x92423a47 dma_fence_signal +EXPORT_SYMBOL vmlinux 0x92468215 pci_disable_device +EXPORT_SYMBOL vmlinux 0x924fe978 seq_read_iter +EXPORT_SYMBOL vmlinux 0x92519b94 proc_create +EXPORT_SYMBOL vmlinux 0x9251f0d2 wait_for_completion +EXPORT_SYMBOL vmlinux 0x9258c776 hdmi_vendor_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x926024a2 __put_user_ns +EXPORT_SYMBOL vmlinux 0x9276bfa4 copy_page_to_iter +EXPORT_SYMBOL vmlinux 0x92774cf8 __kfence_pool +EXPORT_SYMBOL vmlinux 0x928961d2 input_event +EXPORT_SYMBOL vmlinux 0x928f06c6 skb_queue_tail +EXPORT_SYMBOL vmlinux 0x9291cd3b memdup_user +EXPORT_SYMBOL vmlinux 0x92954c49 fb_set_cmap +EXPORT_SYMBOL vmlinux 0x92997ed8 _printk +EXPORT_SYMBOL vmlinux 0x92b9b180 slash_name +EXPORT_SYMBOL vmlinux 0x92bd2fe4 simple_transaction_release +EXPORT_SYMBOL vmlinux 0x92c856a3 iwe_stream_add_event +EXPORT_SYMBOL vmlinux 0x92d20ea7 genphy_read_status_fixed +EXPORT_SYMBOL vmlinux 0x92d5838e request_threaded_irq +EXPORT_SYMBOL vmlinux 0x92ec510d jiffies64_to_msecs +EXPORT_SYMBOL vmlinux 0x92f0753c jbd2_journal_invalidate_folio +EXPORT_SYMBOL vmlinux 0x92fa5abb vme_lm_detach +EXPORT_SYMBOL vmlinux 0x93022ba6 __scsi_format_command +EXPORT_SYMBOL vmlinux 0x9305f8e6 cpufreq_get +EXPORT_SYMBOL vmlinux 0x930ff0f6 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0x931010ec register_shrinker +EXPORT_SYMBOL vmlinux 0x93125563 wait_for_key_construction +EXPORT_SYMBOL vmlinux 0x9315a038 __sk_dst_check +EXPORT_SYMBOL vmlinux 0x932c7688 crypto_sha256_update +EXPORT_SYMBOL vmlinux 0x933708a7 seq_lseek +EXPORT_SYMBOL vmlinux 0x9342353b generic_write_checks_count +EXPORT_SYMBOL vmlinux 0x934d9653 sk_ioctl +EXPORT_SYMBOL vmlinux 0x934e3f17 unpin_user_pages_dirty_lock +EXPORT_SYMBOL vmlinux 0x934ecbb1 mount_nodev +EXPORT_SYMBOL vmlinux 0x93583f74 netpoll_poll_dev +EXPORT_SYMBOL vmlinux 0x93662fbe fb_blank +EXPORT_SYMBOL vmlinux 0x93677eb1 pci_disable_msix +EXPORT_SYMBOL vmlinux 0x936a485e dev_printk_emit +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x9378ea75 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0x939abcf5 watchdog_register_governor +EXPORT_SYMBOL vmlinux 0x939e01d4 begin_new_exec +EXPORT_SYMBOL vmlinux 0x93a4fb09 xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93a922a5 pci_write_vpd +EXPORT_SYMBOL vmlinux 0x93a93521 tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0x93af3d9a __skb_pad +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93b94137 netlink_ack +EXPORT_SYMBOL vmlinux 0x93d696f1 fwnode_iomap +EXPORT_SYMBOL vmlinux 0x93e54d06 max8998_read_reg +EXPORT_SYMBOL vmlinux 0x94045e80 dquot_get_next_dqblk +EXPORT_SYMBOL vmlinux 0x940843b4 skb_flow_dissect_tunnel_info +EXPORT_SYMBOL vmlinux 0x942041a3 tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0x9428f816 dim_turn +EXPORT_SYMBOL vmlinux 0x94330966 submit_bh +EXPORT_SYMBOL vmlinux 0x9434d1ae of_n_addr_cells +EXPORT_SYMBOL vmlinux 0x9438428c blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0x944375db _totalram_pages +EXPORT_SYMBOL vmlinux 0x9444eedf skb_vlan_untag +EXPORT_SYMBOL vmlinux 0x944a564d is_console_locked +EXPORT_SYMBOL vmlinux 0x945372f6 igrab +EXPORT_SYMBOL vmlinux 0x945d2131 netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0x94667988 trace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x9466f4ac ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0x946a23b5 default_amr +EXPORT_SYMBOL vmlinux 0x94700eeb bdi_unregister +EXPORT_SYMBOL vmlinux 0x9476984d unlock_page +EXPORT_SYMBOL vmlinux 0x947da247 md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0x947df5c4 flow_rule_match_enc_opts +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x94a55eac blk_queue_io_min +EXPORT_SYMBOL vmlinux 0x94a89e00 ipv6_dev_find +EXPORT_SYMBOL vmlinux 0x94a9a4aa _raw_spin_lock_irqsave +EXPORT_SYMBOL vmlinux 0x94aba6c8 tcf_idr_check_alloc +EXPORT_SYMBOL vmlinux 0x94b34f1f _dev_info +EXPORT_SYMBOL vmlinux 0x94baab6c seq_hex_dump +EXPORT_SYMBOL vmlinux 0x94bf03ca utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0x94de4628 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0x94e1a41c xfrm_register_type_offload +EXPORT_SYMBOL vmlinux 0x94e3dd6c udp_disconnect +EXPORT_SYMBOL vmlinux 0x94ea0d11 vga_con +EXPORT_SYMBOL vmlinux 0x94f42713 dev_set_mtu +EXPORT_SYMBOL vmlinux 0x94f80710 security_sb_mnt_opts_compat +EXPORT_SYMBOL vmlinux 0x94fdba3f __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x9501c311 __bread_gfp +EXPORT_SYMBOL vmlinux 0x9507c90f copy_fsxattr_to_user +EXPORT_SYMBOL vmlinux 0x9511fe3d pci_enable_atomic_ops_to_root +EXPORT_SYMBOL vmlinux 0x9514151a _mcount +EXPORT_SYMBOL vmlinux 0x9517a51e rproc_resource_cleanup +EXPORT_SYMBOL vmlinux 0x951c1892 end_page_writeback +EXPORT_SYMBOL vmlinux 0x953d2426 utf8_strncmp +EXPORT_SYMBOL vmlinux 0x954bbc30 pm8606_osc_disable +EXPORT_SYMBOL vmlinux 0x954cef6f init_on_alloc +EXPORT_SYMBOL vmlinux 0x954f099c idr_preload +EXPORT_SYMBOL vmlinux 0x955e8368 xor_altivec_5 +EXPORT_SYMBOL vmlinux 0x9560e686 of_node_get +EXPORT_SYMBOL vmlinux 0x956bc7af vme_master_mmap +EXPORT_SYMBOL vmlinux 0x959c9b73 __tracepoint_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0x95af6127 ptp_cancel_worker_sync +EXPORT_SYMBOL vmlinux 0x95b97cb7 lookup_one_qstr_excl +EXPORT_SYMBOL vmlinux 0x95bdd3ab tcf_exts_dump +EXPORT_SYMBOL vmlinux 0x95c4099c pci_find_next_bus +EXPORT_SYMBOL vmlinux 0x95c6c48a qe_pin_set_gpio +EXPORT_SYMBOL vmlinux 0x95cb3de8 putname +EXPORT_SYMBOL vmlinux 0x95ff70c2 jbd2_fc_release_bufs +EXPORT_SYMBOL vmlinux 0x96101bec unregister_filesystem +EXPORT_SYMBOL vmlinux 0x962be356 param_set_charp +EXPORT_SYMBOL vmlinux 0x96653063 inet_reqsk_alloc +EXPORT_SYMBOL vmlinux 0x967a665d devfreq_update_interval +EXPORT_SYMBOL vmlinux 0x9682acf5 agp_free_memory +EXPORT_SYMBOL vmlinux 0x96848186 scnprintf +EXPORT_SYMBOL vmlinux 0x96860568 iov_iter_bvec +EXPORT_SYMBOL vmlinux 0x969987fc lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0x969f154d trace_seq_hex_dump +EXPORT_SYMBOL vmlinux 0x96a1fd2d blk_pre_runtime_suspend +EXPORT_SYMBOL vmlinux 0x96b29254 strncasecmp +EXPORT_SYMBOL vmlinux 0x96b6058b agp_put_bridge +EXPORT_SYMBOL vmlinux 0x96c17136 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96fab350 dim_park_on_top +EXPORT_SYMBOL vmlinux 0x970d475b kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x97104807 of_match_device +EXPORT_SYMBOL vmlinux 0x971ec27c hvc_put_chars +EXPORT_SYMBOL vmlinux 0x973c09e5 __pgd_index_size +EXPORT_SYMBOL vmlinux 0x97771412 pcie_relaxed_ordering_enabled +EXPORT_SYMBOL vmlinux 0x97796289 vm_node_stat +EXPORT_SYMBOL vmlinux 0x9798c135 I_BDEV +EXPORT_SYMBOL vmlinux 0x979d02f7 flow_rule_alloc +EXPORT_SYMBOL vmlinux 0x97a1e796 padata_do_serial +EXPORT_SYMBOL vmlinux 0x97a57333 crc_t10dif_update +EXPORT_SYMBOL vmlinux 0x97adb487 utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0x97ae4054 __cgroup_bpf_run_filter_sk +EXPORT_SYMBOL vmlinux 0x97bc5a89 blk_get_queue +EXPORT_SYMBOL vmlinux 0x97bdfa60 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x97df68c7 __hw_addr_ref_unsync_dev +EXPORT_SYMBOL vmlinux 0x97e7975f mipi_dsi_dcs_exit_sleep_mode +EXPORT_SYMBOL vmlinux 0x97f03d6f vio_cmo_entitlement_update +EXPORT_SYMBOL vmlinux 0x980143c7 jbd2_journal_inode_ranged_write +EXPORT_SYMBOL vmlinux 0x981468c2 unlock_buffer +EXPORT_SYMBOL vmlinux 0x9826ba2e blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0x9827a72f phy_read_paged +EXPORT_SYMBOL vmlinux 0x9829fc11 __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0x9858f364 get_random_u8 +EXPORT_SYMBOL vmlinux 0x985b14fd percpu_counter_set +EXPORT_SYMBOL vmlinux 0x9866e4a9 of_device_is_compatible +EXPORT_SYMBOL vmlinux 0x9883cb3b i2c_smbus_read_byte_data +EXPORT_SYMBOL vmlinux 0x988c18b3 simple_link +EXPORT_SYMBOL vmlinux 0x989d5818 mr_dump +EXPORT_SYMBOL vmlinux 0x98a7c565 mmc_wait_for_cmd +EXPORT_SYMBOL vmlinux 0x98ac2dd4 audit_log_start +EXPORT_SYMBOL vmlinux 0x98c01300 dcb_getrewr_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0x98c7a9f5 dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0x98c89ade security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x98ce7f88 xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0x98cf60b3 strlen +EXPORT_SYMBOL vmlinux 0x98e00b20 complete_request_key +EXPORT_SYMBOL vmlinux 0x98e508ef ignore_console_lock_warning +EXPORT_SYMBOL vmlinux 0x98ef9994 cdrom_release +EXPORT_SYMBOL vmlinux 0x98f1580b mmc_can_secure_erase_trim +EXPORT_SYMBOL vmlinux 0x98faf058 scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0x98fdfa97 generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0x9900ec02 scsi_done_direct +EXPORT_SYMBOL vmlinux 0x990e4b1e inc_nlink +EXPORT_SYMBOL vmlinux 0x99297083 of_pci_range_to_resource +EXPORT_SYMBOL vmlinux 0x99343126 kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0x9939eba0 backlight_unregister_notifier +EXPORT_SYMBOL vmlinux 0x993a7eba mdio_find_bus +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x996ade9a follow_up +EXPORT_SYMBOL vmlinux 0x997e8394 jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0x99943ded scsi_print_command +EXPORT_SYMBOL vmlinux 0x999ae69c forget_cached_acl +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x999fd563 rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0x99ac1437 tcf_exts_validate_ex +EXPORT_SYMBOL vmlinux 0x99cb1106 phy_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x99d14c58 mipi_dsi_shutdown_peripheral +EXPORT_SYMBOL vmlinux 0x99d472b1 net_dim_get_rx_moderation +EXPORT_SYMBOL vmlinux 0x99daa9bf try_offline_node +EXPORT_SYMBOL vmlinux 0x99e60747 f_setown +EXPORT_SYMBOL vmlinux 0x99f9638f __napi_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x99fb4fb8 dquot_initialize +EXPORT_SYMBOL vmlinux 0x9a0dea66 tcp_conn_request +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a583306 netlbl_bitmap_walk +EXPORT_SYMBOL vmlinux 0x9a6b2be6 neigh_parms_release +EXPORT_SYMBOL vmlinux 0x9a6dc28d page_pool_alloc_frag +EXPORT_SYMBOL vmlinux 0x9a859c4a blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0x9a98d983 mmc_request_done +EXPORT_SYMBOL vmlinux 0x9aa2b29b qdisc_watchdog_init_clockid +EXPORT_SYMBOL vmlinux 0x9aaeefce sysctl_nf_log_all_netns +EXPORT_SYMBOL vmlinux 0x9ab87d05 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0x9abf8c92 tcf_classify +EXPORT_SYMBOL vmlinux 0x9acde112 gtm_ack_timer16 +EXPORT_SYMBOL vmlinux 0x9ad1dbb3 blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0x9ad67d67 dcache_dir_open +EXPORT_SYMBOL vmlinux 0x9ae47436 _find_last_bit +EXPORT_SYMBOL vmlinux 0x9af18c4d fb_pan_display +EXPORT_SYMBOL vmlinux 0x9af6ca08 netif_tx_wake_queue +EXPORT_SYMBOL vmlinux 0x9afe7b50 blk_mq_alloc_disk_for_queue +EXPORT_SYMBOL vmlinux 0x9b1128a6 __cgroup_bpf_run_filter_sock_ops +EXPORT_SYMBOL vmlinux 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b378206 param_set_invbool +EXPORT_SYMBOL vmlinux 0x9b37e3ba console_force_preferred_locked +EXPORT_SYMBOL vmlinux 0x9b496b21 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x9b4ebbde mr_vif_seq_next +EXPORT_SYMBOL vmlinux 0x9b553f93 tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0x9b585804 reuseport_migrate_sock +EXPORT_SYMBOL vmlinux 0x9b5d789a blk_rq_append_bio +EXPORT_SYMBOL vmlinux 0x9b7de908 iov_iter_xarray +EXPORT_SYMBOL vmlinux 0x9b8c826f unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x9bb4e317 ioread32be +EXPORT_SYMBOL vmlinux 0x9bf0bd49 of_get_child_by_name +EXPORT_SYMBOL vmlinux 0x9c09ef57 blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x9c0c7182 iov_iter_init +EXPORT_SYMBOL vmlinux 0x9c1a4c9b end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x9c1f8a1f km_new_mapping +EXPORT_SYMBOL vmlinux 0x9c534267 phy_start_aneg +EXPORT_SYMBOL vmlinux 0x9c5a2ada ucc_fast_dump_regs +EXPORT_SYMBOL vmlinux 0x9c61ab3c of_translate_address +EXPORT_SYMBOL vmlinux 0x9c7c58cf __cgroup_bpf_run_filter_skb +EXPORT_SYMBOL vmlinux 0x9c86b9ab fileattr_fill_flags +EXPORT_SYMBOL vmlinux 0x9c9aa3b9 parse_int_array_user +EXPORT_SYMBOL vmlinux 0x9c9b2edd mach_powernv +EXPORT_SYMBOL vmlinux 0x9cab34a6 rfkill_set_led_trigger_name +EXPORT_SYMBOL vmlinux 0x9cae8eb2 tty_port_init +EXPORT_SYMBOL vmlinux 0x9cb964cf __splice_from_pipe +EXPORT_SYMBOL vmlinux 0x9cc46637 phy_sfp_probe +EXPORT_SYMBOL vmlinux 0x9ccf7171 vme_dma_pci_attribute +EXPORT_SYMBOL vmlinux 0x9cdfb3f7 sysctl_fb_tunnels_only_for_init_net +EXPORT_SYMBOL vmlinux 0x9cfd23d5 unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0x9cffcf9a t10_pi_type1_crc +EXPORT_SYMBOL vmlinux 0x9d010d52 scsi_report_opcode +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d14983a ppc_enable_pmcs +EXPORT_SYMBOL vmlinux 0x9d194132 vma_alloc_folio +EXPORT_SYMBOL vmlinux 0x9d2031a4 kthread_complete_and_exit +EXPORT_SYMBOL vmlinux 0x9d2399b9 mr_table_alloc +EXPORT_SYMBOL vmlinux 0x9d26675e zstd_cstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x9d2677eb __generic_file_fsync +EXPORT_SYMBOL vmlinux 0x9d2ab8ac __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x9d2e7707 unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0x9d55f990 kthread_create_worker +EXPORT_SYMBOL vmlinux 0x9d5984b6 netif_receive_skb +EXPORT_SYMBOL vmlinux 0x9d5e48c6 set_anon_super +EXPORT_SYMBOL vmlinux 0x9d6a73b0 folio_migrate_copy +EXPORT_SYMBOL vmlinux 0x9d76544f xp_can_alloc +EXPORT_SYMBOL vmlinux 0x9d79e85f make_kgid +EXPORT_SYMBOL vmlinux 0x9d96a9b0 mmu_hash_ops +EXPORT_SYMBOL vmlinux 0x9db1c2c2 import_single_range +EXPORT_SYMBOL vmlinux 0x9dc447ce inode_set_flags +EXPORT_SYMBOL vmlinux 0x9dd6d849 input_grab_device +EXPORT_SYMBOL vmlinux 0x9dd8dd57 load_fp_state +EXPORT_SYMBOL vmlinux 0x9dd9df13 dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0x9de706b5 mempool_destroy +EXPORT_SYMBOL vmlinux 0x9df995fb stack_depot_set_extra_bits +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e0fa5ae hsiphash_3u32 +EXPORT_SYMBOL vmlinux 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL vmlinux 0x9e18342e __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x9e216096 tty_kref_put +EXPORT_SYMBOL vmlinux 0x9e29f4aa scsi_device_get +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e6df5d3 dump_skip_to +EXPORT_SYMBOL vmlinux 0x9e78e253 truncate_setsize +EXPORT_SYMBOL vmlinux 0x9e9eab95 devcgroup_check_permission +EXPORT_SYMBOL vmlinux 0x9e9fdd9d memunmap +EXPORT_SYMBOL vmlinux 0x9eacf8a5 kstrndup +EXPORT_SYMBOL vmlinux 0x9ec0e639 twl6030_interrupt_unmask +EXPORT_SYMBOL vmlinux 0x9ec3b5a3 devfreq_suspend_device +EXPORT_SYMBOL vmlinux 0x9ec6ca96 ktime_get_real_ts64 +EXPORT_SYMBOL vmlinux 0x9ec788cb i2c_get_match_data +EXPORT_SYMBOL vmlinux 0x9ecbf9f6 netdev_offload_xstats_push_delta +EXPORT_SYMBOL vmlinux 0x9ecd8fb3 __ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x9ed12e20 kmalloc_large +EXPORT_SYMBOL vmlinux 0x9ed978de vme_lm_set +EXPORT_SYMBOL vmlinux 0x9edd3fbd dma_mmap_attrs +EXPORT_SYMBOL vmlinux 0x9edff47e pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0x9ef37c6c to_nd_btt +EXPORT_SYMBOL vmlinux 0x9f339269 key_put +EXPORT_SYMBOL vmlinux 0x9f33fa90 mmc_sw_reset +EXPORT_SYMBOL vmlinux 0x9f44384a neigh_seq_stop +EXPORT_SYMBOL vmlinux 0x9f44a0f1 noop_dirty_folio +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f50b770 keyring_restrict +EXPORT_SYMBOL vmlinux 0x9f529ef1 mroute6_is_socket +EXPORT_SYMBOL vmlinux 0x9f54ead7 gro_cells_destroy +EXPORT_SYMBOL vmlinux 0x9f5db2d5 try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x9f5f7384 __blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x9f64aa7a pci_read_config_dword +EXPORT_SYMBOL vmlinux 0x9f7b4e93 security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0x9f7e5ee3 mipi_dsi_set_maximum_return_packet_size +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9fa7184a cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x9fad518e irq_stat +EXPORT_SYMBOL vmlinux 0x9fb41842 netdev_offload_xstats_report_delta +EXPORT_SYMBOL vmlinux 0x9fbb5869 gen_new_estimator +EXPORT_SYMBOL vmlinux 0x9fd3ed0b blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0x9fd85027 ppp_input_error +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9feed7ce timer_reduce +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa00249b8 of_get_property +EXPORT_SYMBOL vmlinux 0xa013a381 inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0xa01d3df6 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0xa0262284 radix_tree_iter_delete +EXPORT_SYMBOL vmlinux 0xa026325f pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0xa02e2a25 param_set_dyndbg_classes +EXPORT_SYMBOL vmlinux 0xa0336ae3 pci_restore_state +EXPORT_SYMBOL vmlinux 0xa033d747 next_arg +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa056d6f5 fscrypt_free_inode +EXPORT_SYMBOL vmlinux 0xa057df8f twl_set_regcache_bypass +EXPORT_SYMBOL vmlinux 0xa05836f6 genphy_read_lpa +EXPORT_SYMBOL vmlinux 0xa05b6be2 psched_ppscfg_precompute +EXPORT_SYMBOL vmlinux 0xa07a37f0 memchr +EXPORT_SYMBOL vmlinux 0xa07d1b3c tasklet_setup +EXPORT_SYMBOL vmlinux 0xa07d7968 srp_rport_put +EXPORT_SYMBOL vmlinux 0xa084749a __bitmap_or +EXPORT_SYMBOL vmlinux 0xa0943289 phy_attach_direct +EXPORT_SYMBOL vmlinux 0xa095d543 netdev_lower_state_changed +EXPORT_SYMBOL vmlinux 0xa095e02e generic_check_addressable +EXPORT_SYMBOL vmlinux 0xa09e0ef3 xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0xa0a59e44 __break_lease +EXPORT_SYMBOL vmlinux 0xa0ae1e73 siphash_3u64 +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0cae404 phy_device_create +EXPORT_SYMBOL vmlinux 0xa0d1c9ab tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0xa0d1f675 __put_cred +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0e9363a mipi_dsi_dcs_nop +EXPORT_SYMBOL vmlinux 0xa0eae826 smp_call_function +EXPORT_SYMBOL vmlinux 0xa0ebd14c sysctl_tcp_mem +EXPORT_SYMBOL vmlinux 0xa0ebd437 hdmi_drm_infoframe_check +EXPORT_SYMBOL vmlinux 0xa0f10085 __sg_free_table +EXPORT_SYMBOL vmlinux 0xa0f68bb8 __i2c_transfer +EXPORT_SYMBOL vmlinux 0xa0fb1ef4 md_reload_sb +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa1086857 pci_enable_device +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa115da49 __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0xa12b6fb1 load_nls_default +EXPORT_SYMBOL vmlinux 0xa12bdea8 __bh_read +EXPORT_SYMBOL vmlinux 0xa12d1323 qdisc_hash_add +EXPORT_SYMBOL vmlinux 0xa134e008 nf_setsockopt +EXPORT_SYMBOL vmlinux 0xa1483d19 md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0xa14d128e flow_rule_match_enc_ipv4_addrs +EXPORT_SYMBOL vmlinux 0xa1601a94 sock_set_reuseaddr +EXPORT_SYMBOL vmlinux 0xa1608a7d update_devfreq +EXPORT_SYMBOL vmlinux 0xa174766d register_sysctl_mount_point +EXPORT_SYMBOL vmlinux 0xa17725a9 neigh_direct_output +EXPORT_SYMBOL vmlinux 0xa19d00ca pci_read_config_word +EXPORT_SYMBOL vmlinux 0xa1c6a933 d_instantiate_anon +EXPORT_SYMBOL vmlinux 0xa1cd4ddf agp_collect_device_status +EXPORT_SYMBOL vmlinux 0xa1d7a86b __breadahead +EXPORT_SYMBOL vmlinux 0xa1eaa2cd mempool_init +EXPORT_SYMBOL vmlinux 0xa1f637bc pps_lookup_dev +EXPORT_SYMBOL vmlinux 0xa1f86e20 component_match_add_typed +EXPORT_SYMBOL vmlinux 0xa1ff8be2 tty_devnum +EXPORT_SYMBOL vmlinux 0xa2060911 inet_current_timestamp +EXPORT_SYMBOL vmlinux 0xa206f870 jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0xa218060b mdiobus_read_nested +EXPORT_SYMBOL vmlinux 0xa23ab79a flow_rule_match_ip +EXPORT_SYMBOL vmlinux 0xa23b1d8f ww_mutex_trylock +EXPORT_SYMBOL vmlinux 0xa23ffc04 groups_sort +EXPORT_SYMBOL vmlinux 0xa24f23d8 __request_module +EXPORT_SYMBOL vmlinux 0xa250e5cd __page_frag_cache_drain +EXPORT_SYMBOL vmlinux 0xa250f6f1 phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0xa250f9b8 get_watch_queue +EXPORT_SYMBOL vmlinux 0xa2555a30 bio_init +EXPORT_SYMBOL vmlinux 0xa25ccc6b xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0xa263892b fscrypt_fname_free_buffer +EXPORT_SYMBOL vmlinux 0xa28cfcc0 gen_estimator_active +EXPORT_SYMBOL vmlinux 0xa29edff9 netif_receive_skb_core +EXPORT_SYMBOL vmlinux 0xa2bbed37 crash_shutdown_register +EXPORT_SYMBOL vmlinux 0xa2d7ec8d __SCK__tp_func_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xa2dd4988 skb_free_datagram +EXPORT_SYMBOL vmlinux 0xa2de2b85 phy_register_fixup +EXPORT_SYMBOL vmlinux 0xa2eaac8e tcp_sock_set_keepidle +EXPORT_SYMBOL vmlinux 0xa2f4d38b blk_mq_destroy_queue +EXPORT_SYMBOL vmlinux 0xa2f7e05a devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0xa2fa2fcf dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0xa3017238 sock_release +EXPORT_SYMBOL vmlinux 0xa30c8334 pid_task +EXPORT_SYMBOL vmlinux 0xa31dd7bf __devm_release_region +EXPORT_SYMBOL vmlinux 0xa33dcde5 nf_getsockopt +EXPORT_SYMBOL vmlinux 0xa34afd08 ip6mr_rule_default +EXPORT_SYMBOL vmlinux 0xa34ea576 trace_print_hex_seq +EXPORT_SYMBOL vmlinux 0xa3539031 write_inode_now +EXPORT_SYMBOL vmlinux 0xa353f455 blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xa354add4 of_platform_bus_probe +EXPORT_SYMBOL vmlinux 0xa35a339a xsk_clear_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0xa35cbde5 input_reset_device +EXPORT_SYMBOL vmlinux 0xa366ff8d xa_get_order +EXPORT_SYMBOL vmlinux 0xa36fec2f update_region +EXPORT_SYMBOL vmlinux 0xa376a236 get_thermal_instance +EXPORT_SYMBOL vmlinux 0xa37bc049 ram_aops +EXPORT_SYMBOL vmlinux 0xa38415ec seq_puts +EXPORT_SYMBOL vmlinux 0xa38e691a ioremap_bot +EXPORT_SYMBOL vmlinux 0xa3970d32 sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0xa39b4cf2 udelay +EXPORT_SYMBOL vmlinux 0xa3aa550e of_iommu_get_resv_regions +EXPORT_SYMBOL vmlinux 0xa3b82de7 i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL vmlinux 0xa3bd5cb4 sk_capable +EXPORT_SYMBOL vmlinux 0xa3be8342 __ubsan_handle_type_mismatch +EXPORT_SYMBOL vmlinux 0xa3cefaa0 blake2s_update +EXPORT_SYMBOL vmlinux 0xa3d411ba folio_mark_accessed +EXPORT_SYMBOL vmlinux 0xa3d5ac3b devm_get_clk_from_child +EXPORT_SYMBOL vmlinux 0xa3d68c09 xfrm_find_acq +EXPORT_SYMBOL vmlinux 0xa3d949ec sock_kfree_s +EXPORT_SYMBOL vmlinux 0xa3ded2fb netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0xa3ef6527 dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0xa3f7fd60 kern_unmount_array +EXPORT_SYMBOL vmlinux 0xa3fea172 sha224_final +EXPORT_SYMBOL vmlinux 0xa4383a3c dma_fence_add_callback +EXPORT_SYMBOL vmlinux 0xa440b401 phy_do_ioctl_running +EXPORT_SYMBOL vmlinux 0xa440d121 flow_keys_dissector +EXPORT_SYMBOL vmlinux 0xa448495b __traceiter_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xa44d0028 param_get_ullong +EXPORT_SYMBOL vmlinux 0xa49a9b46 mempool_alloc +EXPORT_SYMBOL vmlinux 0xa4b305c4 unregister_qdisc +EXPORT_SYMBOL vmlinux 0xa4b94fea iowrite8_rep +EXPORT_SYMBOL vmlinux 0xa4d2eef8 neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0xa4d4f0e6 global_cache_flush +EXPORT_SYMBOL vmlinux 0xa4f7c457 fbcon_update_vcs +EXPORT_SYMBOL vmlinux 0xa5071dda fifo_set_limit +EXPORT_SYMBOL vmlinux 0xa5129d2c pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0xa517682f sock_set_rcvbuf +EXPORT_SYMBOL vmlinux 0xa519fcad pm860x_reg_write +EXPORT_SYMBOL vmlinux 0xa51a0832 d_make_root +EXPORT_SYMBOL vmlinux 0xa51a2ba8 init_net +EXPORT_SYMBOL vmlinux 0xa52db255 __mmap_lock_do_trace_released +EXPORT_SYMBOL vmlinux 0xa53b2919 ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0xa54b9063 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa55a43fb nla_put +EXPORT_SYMBOL vmlinux 0xa55ca5eb tso_start +EXPORT_SYMBOL vmlinux 0xa57307e9 block_write_begin +EXPORT_SYMBOL vmlinux 0xa580d6b3 lock_rename +EXPORT_SYMBOL vmlinux 0xa5a248d8 module_put +EXPORT_SYMBOL vmlinux 0xa5b58ea0 qdisc_put +EXPORT_SYMBOL vmlinux 0xa5cebe02 skb_expand_head +EXPORT_SYMBOL vmlinux 0xa609f651 skb_checksum_setup +EXPORT_SYMBOL vmlinux 0xa6197ec6 mark_buffer_write_io_error +EXPORT_SYMBOL vmlinux 0xa61ced89 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0xa635d2a6 profile_pc +EXPORT_SYMBOL vmlinux 0xa63eeb22 alloc_buffer_head +EXPORT_SYMBOL vmlinux 0xa644ec74 input_set_timestamp +EXPORT_SYMBOL vmlinux 0xa6457c89 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0xa648e561 __ubsan_handle_shift_out_of_bounds +EXPORT_SYMBOL vmlinux 0xa64bfaab dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0xa64c7249 __printk_cpu_sync_try_get +EXPORT_SYMBOL vmlinux 0xa6579f21 __pud_val_bits +EXPORT_SYMBOL vmlinux 0xa65972b8 _memcpy_toio +EXPORT_SYMBOL vmlinux 0xa65d7738 devfreq_resume_device +EXPORT_SYMBOL vmlinux 0xa6607646 pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0xa6788b11 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0xa67d9114 netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa691dda5 vm_mmap +EXPORT_SYMBOL vmlinux 0xa695527c __lock_sock_fast +EXPORT_SYMBOL vmlinux 0xa69c0dad pci_pme_active +EXPORT_SYMBOL vmlinux 0xa6a84cb6 __of_get_address +EXPORT_SYMBOL vmlinux 0xa6c2efaa __traceiter_module_get +EXPORT_SYMBOL vmlinux 0xa6d2c26f __traceiter_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xa6e7b7e3 tcf_qevent_destroy +EXPORT_SYMBOL vmlinux 0xa6eabbd9 set_create_files_as +EXPORT_SYMBOL vmlinux 0xa711543c input_match_device_id +EXPORT_SYMBOL vmlinux 0xa71d2e2c ioread16be +EXPORT_SYMBOL vmlinux 0xa72996c7 security_sctp_bind_connect +EXPORT_SYMBOL vmlinux 0xa734d951 __devm_request_region +EXPORT_SYMBOL vmlinux 0xa73b319d proto_unregister +EXPORT_SYMBOL vmlinux 0xa73dc4a1 posix_acl_update_mode +EXPORT_SYMBOL vmlinux 0xa7406177 scsi_scan_target +EXPORT_SYMBOL vmlinux 0xa745fbac napi_disable +EXPORT_SYMBOL vmlinux 0xa74c9877 refcount_dec_and_rtnl_lock +EXPORT_SYMBOL vmlinux 0xa7674e57 pci_ep_cfs_remove_epc_group +EXPORT_SYMBOL vmlinux 0xa77422c8 devm_ioport_map +EXPORT_SYMBOL vmlinux 0xa77812a2 config_item_init_type_name +EXPORT_SYMBOL vmlinux 0xa77b1ed6 __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xa77b5ca6 nf_hook_slow_list +EXPORT_SYMBOL vmlinux 0xa77bfd29 register_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0xa78af5f3 ioread32 +EXPORT_SYMBOL vmlinux 0xa78d1563 generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0xa78ea779 __traceiter_spi_transfer_stop +EXPORT_SYMBOL vmlinux 0xa799f421 inode_update_time +EXPORT_SYMBOL vmlinux 0xa79bff2d hpage_shift +EXPORT_SYMBOL vmlinux 0xa7a4a7f6 devfreq_unregister_opp_notifier +EXPORT_SYMBOL vmlinux 0xa7ae6db4 clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0xa7bcb536 blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0xa7eedcc4 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xa7efd8cd pci_request_region +EXPORT_SYMBOL vmlinux 0xa80f9bbe mipi_dsi_dcs_read +EXPORT_SYMBOL vmlinux 0xa816028d md_bitmap_unplug +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa84474aa _raw_write_lock_irqsave +EXPORT_SYMBOL vmlinux 0xa84ce9e0 crypto_aes_inv_sbox +EXPORT_SYMBOL vmlinux 0xa8634513 __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0xa8676398 __tracepoint_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xa8694ecd kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0xa88468ba sock_set_priority +EXPORT_SYMBOL vmlinux 0xa8896319 __xa_clear_mark +EXPORT_SYMBOL vmlinux 0xa89ec595 vfs_unlink +EXPORT_SYMBOL vmlinux 0xa8a3095d sock_pfree +EXPORT_SYMBOL vmlinux 0xa8ab9283 mode_strip_sgid +EXPORT_SYMBOL vmlinux 0xa8caa845 clk_bulk_put_all +EXPORT_SYMBOL vmlinux 0xa8d2617b sock_kmalloc +EXPORT_SYMBOL vmlinux 0xa8f0afa0 tc_cleanup_offload_action +EXPORT_SYMBOL vmlinux 0xa8f6c843 ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xa8f98fa9 ip_local_deliver +EXPORT_SYMBOL vmlinux 0xa90a593c register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0xa90ca0de flush_rcu_work +EXPORT_SYMBOL vmlinux 0xa910bb06 ipmi_platform_add +EXPORT_SYMBOL vmlinux 0xa916b694 strnlen +EXPORT_SYMBOL vmlinux 0xa917c1de blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xa9358783 md_bitmap_endwrite +EXPORT_SYMBOL vmlinux 0xa94049c6 devm_extcon_register_notifier +EXPORT_SYMBOL vmlinux 0xa948b85a of_get_cpu_state_node +EXPORT_SYMBOL vmlinux 0xa95f3c34 input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0xa965ca81 reciprocal_value +EXPORT_SYMBOL vmlinux 0xa9763a5f mipi_dsi_host_unregister +EXPORT_SYMBOL vmlinux 0xa976957d bitmap_remap +EXPORT_SYMBOL vmlinux 0xa97e2fe5 _atomic_dec_and_raw_lock +EXPORT_SYMBOL vmlinux 0xa9a1bb74 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0xa9ba6296 sync_inodes_sb +EXPORT_SYMBOL vmlinux 0xa9c9fb64 dev_set_threaded +EXPORT_SYMBOL vmlinux 0xa9dffce5 mempool_free +EXPORT_SYMBOL vmlinux 0xa9e13f23 is_nvdimm_bus_locked +EXPORT_SYMBOL vmlinux 0xa9e9d02a tcp_setsockopt +EXPORT_SYMBOL vmlinux 0xa9f27629 crypto_sha256_finup +EXPORT_SYMBOL vmlinux 0xa9fd53da sock_register +EXPORT_SYMBOL vmlinux 0xaa038e35 neigh_table_clear +EXPORT_SYMBOL vmlinux 0xaa07fd2b pci_domain_nr +EXPORT_SYMBOL vmlinux 0xaa0c318b vscnprintf +EXPORT_SYMBOL vmlinux 0xaa19e4aa _kstrtol +EXPORT_SYMBOL vmlinux 0xaa28a0a2 __invalidate_device +EXPORT_SYMBOL vmlinux 0xaa3f6f04 radix__flush_tlb_kernel_range +EXPORT_SYMBOL vmlinux 0xaa498223 skb_queue_head +EXPORT_SYMBOL vmlinux 0xaa4efac9 get_mem_cgroup_from_mm +EXPORT_SYMBOL vmlinux 0xaa5040f1 register_mii_timestamper +EXPORT_SYMBOL vmlinux 0xaa516435 __sock_cmsg_send +EXPORT_SYMBOL vmlinux 0xaa5c8a90 bd_abort_claiming +EXPORT_SYMBOL vmlinux 0xaa6f23ad rfkill_get_led_trigger_name +EXPORT_SYMBOL vmlinux 0xaa767d2d of_iomap +EXPORT_SYMBOL vmlinux 0xaa7eac50 pci_disable_ptm +EXPORT_SYMBOL vmlinux 0xaa8ee8a5 vc_resize +EXPORT_SYMBOL vmlinux 0xaa8f1b71 inet_addr_is_any +EXPORT_SYMBOL vmlinux 0xaa9179c4 ida_alloc_range +EXPORT_SYMBOL vmlinux 0xaaa4b9bc hchacha_block_generic +EXPORT_SYMBOL vmlinux 0xaaa5a598 dev_trans_start +EXPORT_SYMBOL vmlinux 0xaaa5d25b sk_stream_error +EXPORT_SYMBOL vmlinux 0xaaaa36d1 vio_cmo_set_dev_desired +EXPORT_SYMBOL vmlinux 0xaab2ee91 complete_all +EXPORT_SYMBOL vmlinux 0xaab68fec mfd_add_devices +EXPORT_SYMBOL vmlinux 0xaac99f14 ihold +EXPORT_SYMBOL vmlinux 0xaacf7ab3 flow_rule_match_ipv4_addrs +EXPORT_SYMBOL vmlinux 0xaad0ae78 __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0xaad6d92f rfkill_init_sw_state +EXPORT_SYMBOL vmlinux 0xaad82fbe cdev_device_del +EXPORT_SYMBOL vmlinux 0xaad8c7d6 default_wake_function +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab085351 vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0xab14a268 folio_create_empty_buffers +EXPORT_SYMBOL vmlinux 0xab2bbba5 blk_mq_init_allocated_queue +EXPORT_SYMBOL vmlinux 0xab3697e4 irq_poll_init +EXPORT_SYMBOL vmlinux 0xab3b75ea vme_dma_pattern_attribute +EXPORT_SYMBOL vmlinux 0xab5b0d21 unix_destruct_scm +EXPORT_SYMBOL vmlinux 0xab63baa5 unregister_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xab6d5b3b hex_to_bin +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xaba3fd32 blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0xabad74fb netdev_name_in_use +EXPORT_SYMBOL vmlinux 0xabbb094c mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0xabc2e2a8 misc_register +EXPORT_SYMBOL vmlinux 0xabd83185 param_get_dyndbg_classes +EXPORT_SYMBOL vmlinux 0xabdbbf7c tso_build_hdr +EXPORT_SYMBOL vmlinux 0xabe60d6b max8925_set_bits +EXPORT_SYMBOL vmlinux 0xabf32f29 utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0xac018cd4 tcp_md5_key_copy +EXPORT_SYMBOL vmlinux 0xac0809e2 devm_devfreq_add_device +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac3201b0 udp_flow_hashrnd +EXPORT_SYMBOL vmlinux 0xac430423 __pmd_val_bits +EXPORT_SYMBOL vmlinux 0xac580bd3 i2c_transfer_buffer_flags +EXPORT_SYMBOL vmlinux 0xac5fcec0 in4_pton +EXPORT_SYMBOL vmlinux 0xac7b5ec8 tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0xac94e7c6 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0xac9c86d8 tcp_close +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacb83a56 __ip_dev_find +EXPORT_SYMBOL vmlinux 0xacc89af4 neigh_lookup +EXPORT_SYMBOL vmlinux 0xacd30d91 tty_register_device +EXPORT_SYMBOL vmlinux 0xacd7465e netif_tx_lock +EXPORT_SYMBOL vmlinux 0xacd81eb3 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0xacddd806 ptp_get_vclocks_index +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacf649bf audit_log_task_info +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad04b7da phy_ethtool_ksettings_get +EXPORT_SYMBOL vmlinux 0xad2b400d inet_csk_complete_hashdance +EXPORT_SYMBOL vmlinux 0xad34639d key_reject_and_link +EXPORT_SYMBOL vmlinux 0xad429f11 init_task +EXPORT_SYMBOL vmlinux 0xad50cebb i8253_lock +EXPORT_SYMBOL vmlinux 0xad73041f autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xada2c245 inet_del_protocol +EXPORT_SYMBOL vmlinux 0xadae6df8 blake2s_final +EXPORT_SYMBOL vmlinux 0xadb6c68e nf_reinject +EXPORT_SYMBOL vmlinux 0xadbeed61 mipi_dsi_packet_format_is_long +EXPORT_SYMBOL vmlinux 0xadd139d4 rfs_needed +EXPORT_SYMBOL vmlinux 0xadd91282 cpumask_any_distribute +EXPORT_SYMBOL vmlinux 0xadd930b5 __skb_recv_udp +EXPORT_SYMBOL vmlinux 0xade0c7f5 pps_register_source +EXPORT_SYMBOL vmlinux 0xadf02c98 dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0xae04012c __vmalloc +EXPORT_SYMBOL vmlinux 0xae0a35c1 dm_register_target +EXPORT_SYMBOL vmlinux 0xae1d2c5e fb_modesetting_disabled +EXPORT_SYMBOL vmlinux 0xae29c350 skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0xae316c11 icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0xae4c8439 __pte_table_size +EXPORT_SYMBOL vmlinux 0xae56d531 poll_freewait +EXPORT_SYMBOL vmlinux 0xae595932 mmc_gpio_set_cd_isr +EXPORT_SYMBOL vmlinux 0xae5f6430 tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0xae66472b scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0xae720020 xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0xae7bba1c ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0xae7e826e qdisc_hash_del +EXPORT_SYMBOL vmlinux 0xaea7429a configfs_depend_item_unlocked +EXPORT_SYMBOL vmlinux 0xaea967d8 flow_rule_match_control +EXPORT_SYMBOL vmlinux 0xaeac049a generate_random_guid +EXPORT_SYMBOL vmlinux 0xaec2deed xfrm4_rcv +EXPORT_SYMBOL vmlinux 0xaeed751a pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0xaefac245 clocksource_change_rating +EXPORT_SYMBOL vmlinux 0xaf0183b3 module_refcount +EXPORT_SYMBOL vmlinux 0xaf0d5f86 dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0xaf125e89 dev_mc_add_global +EXPORT_SYMBOL vmlinux 0xaf2ee640 inet_frag_reasm_finish +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf4c4a82 dev_get_mac_address +EXPORT_SYMBOL vmlinux 0xaf56b195 iw_handler_set_thrspy +EXPORT_SYMBOL vmlinux 0xaf7f102d posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0xaf834fe3 icmp_ndo_send +EXPORT_SYMBOL vmlinux 0xaf9a0718 sock_i_ino +EXPORT_SYMBOL vmlinux 0xafaa6031 _find_next_and_bit +EXPORT_SYMBOL vmlinux 0xafaa67b7 mem_cgroup_from_task +EXPORT_SYMBOL vmlinux 0xafb090a1 blk_execute_rq +EXPORT_SYMBOL vmlinux 0xafb5185d udp_gro_complete +EXPORT_SYMBOL vmlinux 0xafb7ba3b config_item_get_unless_zero +EXPORT_SYMBOL vmlinux 0xafc06bcd wait_for_completion_io +EXPORT_SYMBOL vmlinux 0xafc08054 dotdot_name +EXPORT_SYMBOL vmlinux 0xafc6c68e zstd_is_error +EXPORT_SYMBOL vmlinux 0xafdc3a16 elv_rb_find +EXPORT_SYMBOL vmlinux 0xafe6c899 mt_find +EXPORT_SYMBOL vmlinux 0xb0019522 vm_map_ram +EXPORT_SYMBOL vmlinux 0xb002579e ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0xb00692f8 inode_add_bytes +EXPORT_SYMBOL vmlinux 0xb019a288 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0xb01bebf9 xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xb01da64e agp_copy_info +EXPORT_SYMBOL vmlinux 0xb0234c5f mt_find_after +EXPORT_SYMBOL vmlinux 0xb0276cce pps_event +EXPORT_SYMBOL vmlinux 0xb036b325 dquot_commit_info +EXPORT_SYMBOL vmlinux 0xb04345de __sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0xb051ec8d netlink_ns_capable +EXPORT_SYMBOL vmlinux 0xb055fbc9 posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xb058ca07 dim_calc_stats +EXPORT_SYMBOL vmlinux 0xb05922e6 fwnode_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb0662ae8 mount_bdev +EXPORT_SYMBOL vmlinux 0xb06b2221 ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0xb06fad04 __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0xb090ee00 netdev_notify_peers +EXPORT_SYMBOL vmlinux 0xb093dfbc ppp_unit_number +EXPORT_SYMBOL vmlinux 0xb0a0da0c rational_best_approximation +EXPORT_SYMBOL vmlinux 0xb0ab13ad blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0xb0cbccd4 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0xb0cd4ddc iov_iter_kvec +EXPORT_SYMBOL vmlinux 0xb0d302d0 param_ops_string +EXPORT_SYMBOL vmlinux 0xb0e097bf dev_mc_del_global +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0ed4c5b jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0xb0fc7729 ps2_begin_command +EXPORT_SYMBOL vmlinux 0xb11066ee phy_write_paged +EXPORT_SYMBOL vmlinux 0xb11649fd simple_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0xb12124d5 param_set_bint +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb13d6955 dm_table_event +EXPORT_SYMBOL vmlinux 0xb147a855 dql_reset +EXPORT_SYMBOL vmlinux 0xb14ab1ef hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0xb14fc46a find_next_clump8 +EXPORT_SYMBOL vmlinux 0xb1518e15 cancel_work +EXPORT_SYMBOL vmlinux 0xb15bd8fa tb_ticks_per_sec +EXPORT_SYMBOL vmlinux 0xb15f93f9 simple_setattr +EXPORT_SYMBOL vmlinux 0xb165ec11 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0xb16e49ed xfrm_input_resume +EXPORT_SYMBOL vmlinux 0xb1713957 kernel_getsockname +EXPORT_SYMBOL vmlinux 0xb19d55df fsl_upm_run_pattern +EXPORT_SYMBOL vmlinux 0xb1acb153 __quota_error +EXPORT_SYMBOL vmlinux 0xb1b89179 dma_fence_array_ops +EXPORT_SYMBOL vmlinux 0xb1be6259 pci_unregister_driver +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1c5c64e gtm_set_exact_timer16 +EXPORT_SYMBOL vmlinux 0xb1d08f11 d_instantiate_new +EXPORT_SYMBOL vmlinux 0xb1d7502c kobject_init +EXPORT_SYMBOL vmlinux 0xb1d7efb1 clear_inode +EXPORT_SYMBOL vmlinux 0xb1dda270 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0xb1ddf995 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xb1f0c589 dev_mc_unsync +EXPORT_SYMBOL vmlinux 0xb205c03f dmam_pool_create +EXPORT_SYMBOL vmlinux 0xb20e89c2 nvdimm_bus_lock +EXPORT_SYMBOL vmlinux 0xb215cb7d xp_alloc_batch +EXPORT_SYMBOL vmlinux 0xb21b0fae zpool_register_driver +EXPORT_SYMBOL vmlinux 0xb2266f37 config_group_init +EXPORT_SYMBOL vmlinux 0xb227e231 dcache_readdir +EXPORT_SYMBOL vmlinux 0xb22e16d5 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xb22f4e6a fb_firmware_edid +EXPORT_SYMBOL vmlinux 0xb23027c1 kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xb233e6d1 ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0xb237e28a register_framebuffer +EXPORT_SYMBOL vmlinux 0xb24091e1 inode_newsize_ok +EXPORT_SYMBOL vmlinux 0xb240d3c1 genphy_c37_config_aneg +EXPORT_SYMBOL vmlinux 0xb2412e13 dquot_file_open +EXPORT_SYMBOL vmlinux 0xb24be15d xfrm_input +EXPORT_SYMBOL vmlinux 0xb26a1750 writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0xb26e6e1c dev_pm_opp_register_notifier +EXPORT_SYMBOL vmlinux 0xb26ebf94 __dynamic_ibdev_dbg +EXPORT_SYMBOL vmlinux 0xb2a3fbf0 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0xb2a55794 register_qdisc +EXPORT_SYMBOL vmlinux 0xb2acc4cd __msr_check_and_clear +EXPORT_SYMBOL vmlinux 0xb2acd9e5 free_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0xb2cb352c pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xb2d096d7 of_translate_dma_address +EXPORT_SYMBOL vmlinux 0xb2db9f6d input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0xb2e04470 security_sk_clone +EXPORT_SYMBOL vmlinux 0xb2e3d729 kobject_set_name +EXPORT_SYMBOL vmlinux 0xb2e3f1a9 gnet_stats_add_basic +EXPORT_SYMBOL vmlinux 0xb2f1c63a eth_header_cache_update +EXPORT_SYMBOL vmlinux 0xb2f1d948 flow_rule_match_icmp +EXPORT_SYMBOL vmlinux 0xb2f35c6a xxh64 +EXPORT_SYMBOL vmlinux 0xb2fcb56d queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xb2ff9ed7 xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0xb300d007 __skb_wait_for_more_packets +EXPORT_SYMBOL vmlinux 0xb306ec50 __sg_alloc_table +EXPORT_SYMBOL vmlinux 0xb308c97d wait_woken +EXPORT_SYMBOL vmlinux 0xb30b9822 vme_master_set +EXPORT_SYMBOL vmlinux 0xb3258f79 __ubsan_handle_type_mismatch_v1 +EXPORT_SYMBOL vmlinux 0xb34bb134 finish_no_open +EXPORT_SYMBOL vmlinux 0xb350f6f2 dqstats +EXPORT_SYMBOL vmlinux 0xb3545fd0 posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0xb3624ddd submit_bio_noacct +EXPORT_SYMBOL vmlinux 0xb362e586 pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0xb364b627 try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xb364f885 file_remove_privs +EXPORT_SYMBOL vmlinux 0xb3687850 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xb36d0560 handshake_req_cancel +EXPORT_SYMBOL vmlinux 0xb3904096 dm_unregister_target +EXPORT_SYMBOL vmlinux 0xb3992df8 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xb3d2c76d scsi_hostbyte_string +EXPORT_SYMBOL vmlinux 0xb3e3ac95 _raw_read_lock +EXPORT_SYMBOL vmlinux 0xb3ec4a45 vc_cons +EXPORT_SYMBOL vmlinux 0xb3f0de55 xz_dec_microlzma_run +EXPORT_SYMBOL vmlinux 0xb3f39efa scsicam_bios_param +EXPORT_SYMBOL vmlinux 0xb3f49446 kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0xb3f548ad kmemdup_nul +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb3f81b36 generic_file_mmap +EXPORT_SYMBOL vmlinux 0xb3f985a8 sg_alloc_table +EXPORT_SYMBOL vmlinux 0xb4060514 __folio_batch_release +EXPORT_SYMBOL vmlinux 0xb40a3bd5 skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0xb40b8e5e fscrypt_setup_filename +EXPORT_SYMBOL vmlinux 0xb4167fa1 vmap +EXPORT_SYMBOL vmlinux 0xb421cd3a blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb42bf0f0 udp_gro_receive +EXPORT_SYMBOL vmlinux 0xb43820ca ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0xb44478a6 qe_pin_free +EXPORT_SYMBOL vmlinux 0xb473e2c2 lockref_get +EXPORT_SYMBOL vmlinux 0xb47be20e pseries_disable_reloc_on_exc +EXPORT_SYMBOL vmlinux 0xb48d4d22 security_sb_eat_lsm_opts +EXPORT_SYMBOL vmlinux 0xb49601a1 sg_zero_buffer +EXPORT_SYMBOL vmlinux 0xb4bba524 netdev_err +EXPORT_SYMBOL vmlinux 0xb4c80f58 vm_map_pages +EXPORT_SYMBOL vmlinux 0xb4ce7a59 __skb_flow_dissect +EXPORT_SYMBOL vmlinux 0xb4d7b942 tls_handshake_cancel +EXPORT_SYMBOL vmlinux 0xb4e97066 blk_mq_delay_run_hw_queue +EXPORT_SYMBOL vmlinux 0xb4ef7762 start_tty +EXPORT_SYMBOL vmlinux 0xb4fada3a vga_client_register +EXPORT_SYMBOL vmlinux 0xb502457e notify_change +EXPORT_SYMBOL vmlinux 0xb5031aa3 mmc_calc_max_discard +EXPORT_SYMBOL vmlinux 0xb531bf92 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xb531e2f0 tcp_read_done +EXPORT_SYMBOL vmlinux 0xb555f9f3 gtm_get_specific_timer16 +EXPORT_SYMBOL vmlinux 0xb5634b32 handshake_req_alloc +EXPORT_SYMBOL vmlinux 0xb578daf2 udp6_csum_init +EXPORT_SYMBOL vmlinux 0xb57d094e cdev_alloc +EXPORT_SYMBOL vmlinux 0xb58ff59c msi_desc_to_pci_dev +EXPORT_SYMBOL vmlinux 0xb5969a62 filemap_invalidate_lock_two +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5b5f173 fb_validate_mode +EXPORT_SYMBOL vmlinux 0xb5b63711 fileattr_fill_xflags +EXPORT_SYMBOL vmlinux 0xb5bf67c5 tcp_sock_set_keepcnt +EXPORT_SYMBOL vmlinux 0xb5e73116 flush_delayed_work +EXPORT_SYMBOL vmlinux 0xb5eecc2b param_ops_ushort +EXPORT_SYMBOL vmlinux 0xb6001164 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0xb602fc45 unpin_user_pages +EXPORT_SYMBOL vmlinux 0xb6192383 prepare_creds +EXPORT_SYMBOL vmlinux 0xb62d2f50 inet_sendmsg +EXPORT_SYMBOL vmlinux 0xb62f27e9 pci_free_irq +EXPORT_SYMBOL vmlinux 0xb633f115 irq_poll_enable +EXPORT_SYMBOL vmlinux 0xb6361231 mutex_is_locked +EXPORT_SYMBOL vmlinux 0xb64a0dc5 jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0xb64c7333 vfs_create_mount +EXPORT_SYMBOL vmlinux 0xb64fbd0d dup_iter +EXPORT_SYMBOL vmlinux 0xb653a29c commit_creds +EXPORT_SYMBOL vmlinux 0xb66e96d8 netlbl_audit_start +EXPORT_SYMBOL vmlinux 0xb677941a dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb67f317e of_get_cpu_node +EXPORT_SYMBOL vmlinux 0xb67fec0e uuid_parse +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb69fac7c cpufreq_get_policy +EXPORT_SYMBOL vmlinux 0xb6a94bba filemap_get_folios +EXPORT_SYMBOL vmlinux 0xb6acaa13 phy_sfp_detach +EXPORT_SYMBOL vmlinux 0xb6b0bbdb dma_map_page_attrs +EXPORT_SYMBOL vmlinux 0xb6c71dd5 __register_binfmt +EXPORT_SYMBOL vmlinux 0xb6ca9b55 genphy_aneg_done +EXPORT_SYMBOL vmlinux 0xb6cb556a _find_first_and_bit +EXPORT_SYMBOL vmlinux 0xb6cef248 flow_block_cb_decref +EXPORT_SYMBOL vmlinux 0xb6cf111f skb_dequeue +EXPORT_SYMBOL vmlinux 0xb6d29b50 get_unmapped_area +EXPORT_SYMBOL vmlinux 0xb6d59d35 file_open_root +EXPORT_SYMBOL vmlinux 0xb6d8e591 capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0xb6d9fbed genphy_write_mmd_unsupported +EXPORT_SYMBOL vmlinux 0xb6e36ce2 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb6e79622 file_ns_capable +EXPORT_SYMBOL vmlinux 0xb6f5cf69 __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0xb6fde909 close_fd +EXPORT_SYMBOL vmlinux 0xb71589f0 skip_spaces +EXPORT_SYMBOL vmlinux 0xb715f29d pskb_extract +EXPORT_SYMBOL vmlinux 0xb71ed69f __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0xb720e1ab mem_section +EXPORT_SYMBOL vmlinux 0xb724415b ethtool_get_phc_vclocks +EXPORT_SYMBOL vmlinux 0xb735d074 netdev_alert +EXPORT_SYMBOL vmlinux 0xb73e879d xfrm_policy_hash_rebuild +EXPORT_SYMBOL vmlinux 0xb75186c6 of_node_name_eq +EXPORT_SYMBOL vmlinux 0xb7688155 ucc_slow_init +EXPORT_SYMBOL vmlinux 0xb776548f __inet_stream_connect +EXPORT_SYMBOL vmlinux 0xb78debe3 LZ4_decompress_fast_usingDict +EXPORT_SYMBOL vmlinux 0xb78e3a1d iput +EXPORT_SYMBOL vmlinux 0xb790b46a simple_lookup +EXPORT_SYMBOL vmlinux 0xb7bfde2b ptp_find_pin_unlocked +EXPORT_SYMBOL vmlinux 0xb7c0f443 sort +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb7cac8fc blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0xb7cf4a3a pci_iomap_range +EXPORT_SYMBOL vmlinux 0xb7d2ef3d gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0xb7db907c devm_pci_remap_cfgspace +EXPORT_SYMBOL vmlinux 0xb7fae1a5 kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0xb8076a6e mmc_can_trim +EXPORT_SYMBOL vmlinux 0xb80afb09 __vio_register_driver +EXPORT_SYMBOL vmlinux 0xb80b4a18 zstd_compress_bound +EXPORT_SYMBOL vmlinux 0xb812e037 md_bitmap_end_sync +EXPORT_SYMBOL vmlinux 0xb82e5026 netdev_offload_xstats_enabled +EXPORT_SYMBOL vmlinux 0xb844aa81 pci_rebar_get_possible_sizes +EXPORT_SYMBOL vmlinux 0xb844ac79 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0xb848f8e8 netdev_adjacent_change_prepare +EXPORT_SYMBOL vmlinux 0xb84e6c18 dcache_dir_close +EXPORT_SYMBOL vmlinux 0xb8537484 pci_find_resource +EXPORT_SYMBOL vmlinux 0xb868ac5c register_sysrq_key +EXPORT_SYMBOL vmlinux 0xb87d2d97 ip_route_me_harder +EXPORT_SYMBOL vmlinux 0xb8823ed2 ip6_frag_next +EXPORT_SYMBOL vmlinux 0xb88eaf78 ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0xb89b6e6b guid_parse +EXPORT_SYMBOL vmlinux 0xb8a06f88 lock_sock_nested +EXPORT_SYMBOL vmlinux 0xb8a8c507 inet_csk_reqsk_queue_drop_and_put +EXPORT_SYMBOL vmlinux 0xb8a9d834 of_device_is_available +EXPORT_SYMBOL vmlinux 0xb8ab2c05 ns_capable_noaudit +EXPORT_SYMBOL vmlinux 0xb8b043f2 kfree_link +EXPORT_SYMBOL vmlinux 0xb8bfbbd9 vm_insert_pages +EXPORT_SYMBOL vmlinux 0xb8d7945d page_symlink +EXPORT_SYMBOL vmlinux 0xb8e34c42 touchscreen_parse_properties +EXPORT_SYMBOL vmlinux 0xb8fe4183 mtree_store_range +EXPORT_SYMBOL vmlinux 0xb907513f unpoison_memory +EXPORT_SYMBOL vmlinux 0xb90bf4d4 __mdiobus_write +EXPORT_SYMBOL vmlinux 0xb911bb58 minmax_running_max +EXPORT_SYMBOL vmlinux 0xb91d31e5 page_cache_prev_miss +EXPORT_SYMBOL vmlinux 0xb91d5adc vfs_getattr +EXPORT_SYMBOL vmlinux 0xb92297df vfs_dup_fs_context +EXPORT_SYMBOL vmlinux 0xb92a4f7f mmc_add_host +EXPORT_SYMBOL vmlinux 0xb92ca5bc arp_xmit +EXPORT_SYMBOL vmlinux 0xb94339c4 qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xb9478d90 hdmi_drm_infoframe_unpack_only +EXPORT_SYMBOL vmlinux 0xb9487bfc nd_device_register +EXPORT_SYMBOL vmlinux 0xb951cb4d unregister_quota_format +EXPORT_SYMBOL vmlinux 0xb951ecff radix__flush_all_mm +EXPORT_SYMBOL vmlinux 0xb9585730 skb_checksum_help +EXPORT_SYMBOL vmlinux 0xb95ce5d9 scsi_mode_sense +EXPORT_SYMBOL vmlinux 0xb95d1c95 page_mapping +EXPORT_SYMBOL vmlinux 0xb96c4f9e audit_log_subject_context +EXPORT_SYMBOL vmlinux 0xb97220ff bitmap_parse +EXPORT_SYMBOL vmlinux 0xb9825984 __klp_sched_try_switch +EXPORT_SYMBOL vmlinux 0xb9845b46 pci_find_hose_for_OF_device +EXPORT_SYMBOL vmlinux 0xb9974f44 pcie_capability_clear_and_set_word_unlocked +EXPORT_SYMBOL vmlinux 0xb9a5ac4a nlmsg_notify +EXPORT_SYMBOL vmlinux 0xb9c47264 vfs_fileattr_set +EXPORT_SYMBOL vmlinux 0xb9cfe593 generic_file_direct_write +EXPORT_SYMBOL vmlinux 0xb9e3d639 param_array_ops +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9f3b158 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0xb9f42abb simple_transaction_set +EXPORT_SYMBOL vmlinux 0xba0676e2 vm_zone_stat +EXPORT_SYMBOL vmlinux 0xba0751ba dm_get_device +EXPORT_SYMBOL vmlinux 0xba093b30 devm_extcon_unregister_notifier +EXPORT_SYMBOL vmlinux 0xba1008c8 __crc32c_le +EXPORT_SYMBOL vmlinux 0xba13b8ed set_user_nice +EXPORT_SYMBOL vmlinux 0xba2a43f8 qdisc_offload_dump_helper +EXPORT_SYMBOL vmlinux 0xba446e11 of_find_mipi_dsi_host_by_node +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba4baf92 nf_register_net_hooks +EXPORT_SYMBOL vmlinux 0xba56d4ab xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0xba59ad2b cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0xba67a355 nmi_panic +EXPORT_SYMBOL vmlinux 0xba691c85 _insb +EXPORT_SYMBOL vmlinux 0xba707a78 qe_get_brg_clk +EXPORT_SYMBOL vmlinux 0xba84605e follow_pfn +EXPORT_SYMBOL vmlinux 0xba9ea5be mdiobus_c45_read +EXPORT_SYMBOL vmlinux 0xbaa40a99 gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0xbac8aeea sg_nents_for_len +EXPORT_SYMBOL vmlinux 0xbacaa8a0 dcb_setapp +EXPORT_SYMBOL vmlinux 0xbad39ccd mmc_start_request +EXPORT_SYMBOL vmlinux 0xbad4bea5 __ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xbad5d1ed dev_alloc_name +EXPORT_SYMBOL vmlinux 0xbae16111 rproc_of_resm_mem_entry_init +EXPORT_SYMBOL vmlinux 0xbaed37d5 dget_parent +EXPORT_SYMBOL vmlinux 0xbafa632e __do_once_sleepable_start +EXPORT_SYMBOL vmlinux 0xbb01827a dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0xbb0540aa zlib_inflateReset +EXPORT_SYMBOL vmlinux 0xbb109a78 vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0xbb19bc1c framebuffer_release +EXPORT_SYMBOL vmlinux 0xbb1cbf7d kthread_create_on_cpu +EXPORT_SYMBOL vmlinux 0xbb1f5eeb jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0xbb217143 eth_header_parse_protocol +EXPORT_SYMBOL vmlinux 0xbb24f607 init_cdrom_command +EXPORT_SYMBOL vmlinux 0xbb266429 iw_handler_set_spy +EXPORT_SYMBOL vmlinux 0xbb2e115b fs_param_is_fd +EXPORT_SYMBOL vmlinux 0xbb3e9e90 __pmd_table_size +EXPORT_SYMBOL vmlinux 0xbb41b1c9 netdev_offload_xstats_get +EXPORT_SYMBOL vmlinux 0xbb43b7da ip6_fraglist_init +EXPORT_SYMBOL vmlinux 0xbb4f4766 simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0xbb4fa6fb __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0xbb5e8c2d d_drop +EXPORT_SYMBOL vmlinux 0xbb6e4870 vme_register_bridge +EXPORT_SYMBOL vmlinux 0xbb7b414e gtm_stop_timer16 +EXPORT_SYMBOL vmlinux 0xbb937aa8 inet_addr_type_dev_table +EXPORT_SYMBOL vmlinux 0xbb94f66e genphy_c45_eee_is_active +EXPORT_SYMBOL vmlinux 0xbba75607 down_killable +EXPORT_SYMBOL vmlinux 0xbba9d4f5 pci_remove_bus +EXPORT_SYMBOL vmlinux 0xbbd44854 key_move +EXPORT_SYMBOL vmlinux 0xbbf365ba datagram_poll +EXPORT_SYMBOL vmlinux 0xbbf4e2b3 param_set_ushort +EXPORT_SYMBOL vmlinux 0xbc07b3bc pfifo_fast_ops +EXPORT_SYMBOL vmlinux 0xbc1b0cfb __brelse +EXPORT_SYMBOL vmlinux 0xbc2d8a45 inet_twsk_deschedule_put +EXPORT_SYMBOL vmlinux 0xbc42c17f mutex_unlock +EXPORT_SYMBOL vmlinux 0xbc507e42 of_find_matching_node_and_match +EXPORT_SYMBOL vmlinux 0xbc58cbc5 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0xbc5ddc1c tcf_action_check_ctrlact +EXPORT_SYMBOL vmlinux 0xbc62b1b7 ip_sock_set_freebind +EXPORT_SYMBOL vmlinux 0xbc7fd516 vmf_insert_mixed_mkwrite +EXPORT_SYMBOL vmlinux 0xbc88e51a inet6_del_offload +EXPORT_SYMBOL vmlinux 0xbc8cf22c fwnode_get_phy_id +EXPORT_SYMBOL vmlinux 0xbc91c8cc scsi_remove_host +EXPORT_SYMBOL vmlinux 0xbc982b06 eeh_subsystem_flags +EXPORT_SYMBOL vmlinux 0xbc9b0e18 config_item_get +EXPORT_SYMBOL vmlinux 0xbca44b47 tcp_child_process +EXPORT_SYMBOL vmlinux 0xbcab6ee6 sscanf +EXPORT_SYMBOL vmlinux 0xbcbb1184 __alloc_skb +EXPORT_SYMBOL vmlinux 0xbcf54e7f _raw_write_lock_bh +EXPORT_SYMBOL vmlinux 0xbd12fdad ipv6_push_frag_opts +EXPORT_SYMBOL vmlinux 0xbd294092 jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0xbd393ca3 ioread64be_lo_hi +EXPORT_SYMBOL vmlinux 0xbd462b55 __kfifo_init +EXPORT_SYMBOL vmlinux 0xbd5b49aa input_close_device +EXPORT_SYMBOL vmlinux 0xbd5e69b0 devm_clk_hw_register_clkdev +EXPORT_SYMBOL vmlinux 0xbd606e03 nexthop_bucket_set_hw_flags +EXPORT_SYMBOL vmlinux 0xbd6841d4 crc16 +EXPORT_SYMBOL vmlinux 0xbd6b4855 param_get_int +EXPORT_SYMBOL vmlinux 0xbd7b0c92 inet6_add_protocol +EXPORT_SYMBOL vmlinux 0xbd818822 phy_attached_info_irq +EXPORT_SYMBOL vmlinux 0xbda189e4 seq_dentry +EXPORT_SYMBOL vmlinux 0xbdaf6ed9 simple_getattr +EXPORT_SYMBOL vmlinux 0xbdcb6f9b kernel_connect +EXPORT_SYMBOL vmlinux 0xbde10bbe input_get_poll_interval +EXPORT_SYMBOL vmlinux 0xbde91cc1 __serio_register_driver +EXPORT_SYMBOL vmlinux 0xbe144437 nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0xbe1f41c4 input_copy_abs +EXPORT_SYMBOL vmlinux 0xbe28b4eb inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0xbe376f16 d_tmpfile +EXPORT_SYMBOL vmlinux 0xbe4eb6ed secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xbe564620 ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0xbe5a24e9 xxh32_copy_state +EXPORT_SYMBOL vmlinux 0xbe5d443b md_flush_request +EXPORT_SYMBOL vmlinux 0xbe62877e page_pool_return_skb_page +EXPORT_SYMBOL vmlinux 0xbe69fd8e d_instantiate +EXPORT_SYMBOL vmlinux 0xbe6a8c96 zstd_cctx_workspace_bound +EXPORT_SYMBOL vmlinux 0xbe73c5fd netpoll_print_options +EXPORT_SYMBOL vmlinux 0xbe76c47a tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0xbe7d2340 icmpv6_ndo_send +EXPORT_SYMBOL vmlinux 0xbe8685bd dst_alloc +EXPORT_SYMBOL vmlinux 0xbe8aba24 key_link +EXPORT_SYMBOL vmlinux 0xbe999921 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0xbeaba441 task_work_add +EXPORT_SYMBOL vmlinux 0xbead7fdc __nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xbeb5595a pnv_cxl_ioda_msi_setup +EXPORT_SYMBOL vmlinux 0xbec1a944 _copy_to_iter +EXPORT_SYMBOL vmlinux 0xbed915c2 ppp_dev_name +EXPORT_SYMBOL vmlinux 0xbedde78e pci_iounmap +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbefa76db ns_capable_setid +EXPORT_SYMBOL vmlinux 0xbefc084b scsi_scan_host +EXPORT_SYMBOL vmlinux 0xbefe26a2 xfrm_dev_state_flush +EXPORT_SYMBOL vmlinux 0xbf141c49 pm860x_page_reg_write +EXPORT_SYMBOL vmlinux 0xbf1cd29f regset_get_alloc +EXPORT_SYMBOL vmlinux 0xbf306ab4 con_copy_unimap +EXPORT_SYMBOL vmlinux 0xbf31ec0f seq_putc +EXPORT_SYMBOL vmlinux 0xbf3df86d flow_block_cb_setup_simple +EXPORT_SYMBOL vmlinux 0xbf596f45 _insl_ns +EXPORT_SYMBOL vmlinux 0xbf59c419 posix_acl_init +EXPORT_SYMBOL vmlinux 0xbf5a5cc1 sk_net_capable +EXPORT_SYMBOL vmlinux 0xbf6908b2 _raw_spin_lock +EXPORT_SYMBOL vmlinux 0xbfae9e07 utf8_validate +EXPORT_SYMBOL vmlinux 0xbfc177bc iowrite32_rep +EXPORT_SYMBOL vmlinux 0xbfc3de8b fwnode_mdiobus_phy_device_register +EXPORT_SYMBOL vmlinux 0xbfc4d8b6 ppc_md +EXPORT_SYMBOL vmlinux 0xbfca053d __genphy_config_aneg +EXPORT_SYMBOL vmlinux 0xbfcc4646 bioset_init +EXPORT_SYMBOL vmlinux 0xbfcdd7f8 sock_no_shutdown +EXPORT_SYMBOL vmlinux 0xbff32aca tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0xbff8182c plpar_hcall_norets +EXPORT_SYMBOL vmlinux 0xbffbc21e tcp_mtup_init +EXPORT_SYMBOL vmlinux 0xc01f0e20 inet_proto_csum_replace_by_diff +EXPORT_SYMBOL vmlinux 0xc0364007 fault_in_writeable +EXPORT_SYMBOL vmlinux 0xc04ee18f pci_ep_cfs_remove_epf_group +EXPORT_SYMBOL vmlinux 0xc058a958 xfrm_unregister_type_offload +EXPORT_SYMBOL vmlinux 0xc0590679 dst_init +EXPORT_SYMBOL vmlinux 0xc060c3f4 page_pool_ethtool_stats_get +EXPORT_SYMBOL vmlinux 0xc060c424 generic_write_checks +EXPORT_SYMBOL vmlinux 0xc0763484 rfkill_blocked +EXPORT_SYMBOL vmlinux 0xc078d22c zstd_init_cstream +EXPORT_SYMBOL vmlinux 0xc0790283 cookie_ecn_ok +EXPORT_SYMBOL vmlinux 0xc07b0863 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0xc07bfb27 deactivate_super +EXPORT_SYMBOL vmlinux 0xc0889e5f __do_once_sleepable_done +EXPORT_SYMBOL vmlinux 0xc0990cc8 sock_set_mark +EXPORT_SYMBOL vmlinux 0xc0b346d8 opal_nx_coproc_init +EXPORT_SYMBOL vmlinux 0xc0c919bc lookup_one_len +EXPORT_SYMBOL vmlinux 0xc0d6d78f __var_waitqueue +EXPORT_SYMBOL vmlinux 0xc0e48eaa sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0xc0fe9137 __printk_cpu_sync_put +EXPORT_SYMBOL vmlinux 0xc0ff12fb nla_strdup +EXPORT_SYMBOL vmlinux 0xc0ff21c1 input_get_new_minor +EXPORT_SYMBOL vmlinux 0xc11625b2 of_find_node_with_property +EXPORT_SYMBOL vmlinux 0xc1198662 __warn_flushing_systemwide_wq +EXPORT_SYMBOL vmlinux 0xc1237d65 bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0xc1447c42 sock_no_sendmsg_locked +EXPORT_SYMBOL vmlinux 0xc1469a3e invalidate_bdev +EXPORT_SYMBOL vmlinux 0xc1514a3b free_irq +EXPORT_SYMBOL vmlinux 0xc1548379 simple_write_begin +EXPORT_SYMBOL vmlinux 0xc15cea07 __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xc15e4051 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0xc163f59f dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0xc16be39d iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xc18ee70c gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0xc1ce2bd1 gen_pool_fixed_alloc +EXPORT_SYMBOL vmlinux 0xc1d5f919 ip6_frag_init +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1ec1b2a _dev_alert +EXPORT_SYMBOL vmlinux 0xc1fc6f81 sk_error_report +EXPORT_SYMBOL vmlinux 0xc202af82 elevator_alloc +EXPORT_SYMBOL vmlinux 0xc2173382 request_key_tag +EXPORT_SYMBOL vmlinux 0xc2186ef7 kmalloc_trace +EXPORT_SYMBOL vmlinux 0xc22f6693 call_fib_notifier +EXPORT_SYMBOL vmlinux 0xc2424641 agp3_generic_cleanup +EXPORT_SYMBOL vmlinux 0xc2490212 _raw_read_lock_bh +EXPORT_SYMBOL vmlinux 0xc25383fc seq_write +EXPORT_SYMBOL vmlinux 0xc256dd7e mini_qdisc_pair_block_init +EXPORT_SYMBOL vmlinux 0xc25de342 jbd2_wait_inode_data +EXPORT_SYMBOL vmlinux 0xc2610689 skb_condense +EXPORT_SYMBOL vmlinux 0xc267f3de fscrypt_zeroout_range +EXPORT_SYMBOL vmlinux 0xc29bf967 strspn +EXPORT_SYMBOL vmlinux 0xc2a529f6 tcp_mmap +EXPORT_SYMBOL vmlinux 0xc2addae6 proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0xc2b3f6aa phy_reset_after_clk_enable +EXPORT_SYMBOL vmlinux 0xc2c3e4db backlight_device_set_brightness +EXPORT_SYMBOL vmlinux 0xc2c4f689 __scm_destroy +EXPORT_SYMBOL vmlinux 0xc2c59fd9 phy_device_remove +EXPORT_SYMBOL vmlinux 0xc2cb862e sgl_alloc_order +EXPORT_SYMBOL vmlinux 0xc2e003f9 md_check_recovery +EXPORT_SYMBOL vmlinux 0xc2e3d656 ethtool_aggregate_rmon_stats +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2efc754 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0xc2fec22a mr_fill_mroute +EXPORT_SYMBOL vmlinux 0xc3055d20 usleep_range_state +EXPORT_SYMBOL vmlinux 0xc310b981 strnstr +EXPORT_SYMBOL vmlinux 0xc31c0fe5 pci_choose_state +EXPORT_SYMBOL vmlinux 0xc31db0ce is_vmalloc_addr +EXPORT_SYMBOL vmlinux 0xc31edcab fs_context_for_submount +EXPORT_SYMBOL vmlinux 0xc3292bf7 of_find_node_by_type +EXPORT_SYMBOL vmlinux 0xc32c71af register_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xc3308623 ppp_register_compressor +EXPORT_SYMBOL vmlinux 0xc33181d7 __skb_try_recv_datagram +EXPORT_SYMBOL vmlinux 0xc331b43c input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0xc3429d6a vme_bus_error_handler +EXPORT_SYMBOL vmlinux 0xc3570bf4 scsi_done +EXPORT_SYMBOL vmlinux 0xc359fb65 abort +EXPORT_SYMBOL vmlinux 0xc35d3e13 filemap_check_errors +EXPORT_SYMBOL vmlinux 0xc3671a43 dcb_getrewr +EXPORT_SYMBOL vmlinux 0xc36fc0c8 pm860x_set_bits +EXPORT_SYMBOL vmlinux 0xc3715f74 __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0xc375a0a5 skb_tx_error +EXPORT_SYMBOL vmlinux 0xc37e5967 netpoll_send_udp +EXPORT_SYMBOL vmlinux 0xc37f9c6e cpufreq_update_policy +EXPORT_SYMBOL vmlinux 0xc38c83b8 mod_timer +EXPORT_SYMBOL vmlinux 0xc3a6b34c unregister_key_type +EXPORT_SYMBOL vmlinux 0xc3aa8aa9 pci_set_power_state +EXPORT_SYMBOL vmlinux 0xc3b35488 seq_escape_mem +EXPORT_SYMBOL vmlinux 0xc3b9e5d3 proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0xc3bf22e3 __napi_schedule_irqoff +EXPORT_SYMBOL vmlinux 0xc3cb05f4 napi_consume_skb +EXPORT_SYMBOL vmlinux 0xc3d113ad inet6_add_offload +EXPORT_SYMBOL vmlinux 0xc3f73eec filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0xc40b9902 __ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0xc410a568 param_ops_charp +EXPORT_SYMBOL vmlinux 0xc4180188 mtree_alloc_range +EXPORT_SYMBOL vmlinux 0xc4212ab9 qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xc452212c utf8_strncasecmp +EXPORT_SYMBOL vmlinux 0xc4551c81 phy_driver_unregister +EXPORT_SYMBOL vmlinux 0xc4708199 cpm_muram_addr +EXPORT_SYMBOL vmlinux 0xc4777aa9 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xc493b40e ip_cmsg_recv_offset +EXPORT_SYMBOL vmlinux 0xc4a06c99 inet_frag_find +EXPORT_SYMBOL vmlinux 0xc4ae915e arch_touch_nmi_watchdog +EXPORT_SYMBOL vmlinux 0xc4b2943e __post_watch_notification +EXPORT_SYMBOL vmlinux 0xc4caae8c __hw_addr_ref_sync_dev +EXPORT_SYMBOL vmlinux 0xc4cdf48f _raw_read_unlock_bh +EXPORT_SYMBOL vmlinux 0xc4d1f4d7 simple_dentry_operations +EXPORT_SYMBOL vmlinux 0xc4d677f9 pcibios_fixup_bus +EXPORT_SYMBOL vmlinux 0xc4e46dc4 iterate_dir +EXPORT_SYMBOL vmlinux 0xc4ec83c0 phy_ethtool_ksettings_set +EXPORT_SYMBOL vmlinux 0xc51a3640 down_write_killable +EXPORT_SYMBOL vmlinux 0xc51f846b pci_alloc_dev +EXPORT_SYMBOL vmlinux 0xc51fd522 __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0xc525aed5 tcf_chain_put_by_act +EXPORT_SYMBOL vmlinux 0xc52c7ea3 netdev_has_upper_dev_all_rcu +EXPORT_SYMBOL vmlinux 0xc5651e33 xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0xc56c3609 xz_dec_microlzma_reset +EXPORT_SYMBOL vmlinux 0xc570e208 phy_drivers_register +EXPORT_SYMBOL vmlinux 0xc57e8244 zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0xc58d5a90 kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0xc59248be tcp_fastopen_defer_connect +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc5a396fd udplite_table +EXPORT_SYMBOL vmlinux 0xc5b6f236 queue_work_on +EXPORT_SYMBOL vmlinux 0xc5d9c46c agp_try_unsupported_boot +EXPORT_SYMBOL vmlinux 0xc5e74216 release_resource +EXPORT_SYMBOL vmlinux 0xc5ff47da vme_dma_request +EXPORT_SYMBOL vmlinux 0xc6026adb blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xc6091452 netdev_change_features +EXPORT_SYMBOL vmlinux 0xc60d0620 __num_online_cpus +EXPORT_SYMBOL vmlinux 0xc61b8087 idr_destroy +EXPORT_SYMBOL vmlinux 0xc61ca65e iowrite64be_hi_lo +EXPORT_SYMBOL vmlinux 0xc630d7f6 folio_clear_dirty_for_io +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc633d82d phy_unregister_fixup +EXPORT_SYMBOL vmlinux 0xc63dc123 param_ops_ullong +EXPORT_SYMBOL vmlinux 0xc64a3153 blk_queue_virt_boundary +EXPORT_SYMBOL vmlinux 0xc64d190d xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0xc65c1099 simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0xc65e4e97 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0xc664b528 mempool_create_node +EXPORT_SYMBOL vmlinux 0xc666a132 crc_t10dif +EXPORT_SYMBOL vmlinux 0xc6692523 kthread_stop +EXPORT_SYMBOL vmlinux 0xc66e8ed2 __skb_checksum +EXPORT_SYMBOL vmlinux 0xc67d9993 nf_log_register +EXPORT_SYMBOL vmlinux 0xc67eb7f4 may_umount +EXPORT_SYMBOL vmlinux 0xc6845aa7 phy_read_mmd +EXPORT_SYMBOL vmlinux 0xc687a2a7 pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0xc6881eaf tcf_idr_create +EXPORT_SYMBOL vmlinux 0xc690d7a4 try_lookup_one_len +EXPORT_SYMBOL vmlinux 0xc6aba4b0 inode_init_always +EXPORT_SYMBOL vmlinux 0xc6b2f4dc request_firmware +EXPORT_SYMBOL vmlinux 0xc6b61a82 sockopt_ns_capable +EXPORT_SYMBOL vmlinux 0xc6ca005e jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0xc6cb465a __kfifo_max_r +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6d09aa9 release_firmware +EXPORT_SYMBOL vmlinux 0xc6d6af46 ppc_pci_io +EXPORT_SYMBOL vmlinux 0xc6db44e0 mmc_is_req_done +EXPORT_SYMBOL vmlinux 0xc6dbba41 tcf_action_update_stats +EXPORT_SYMBOL vmlinux 0xc6e89f23 phy_remove_link_mode +EXPORT_SYMBOL vmlinux 0xc6f3b3fc refcount_dec_if_one +EXPORT_SYMBOL vmlinux 0xc6f46339 init_timer_key +EXPORT_SYMBOL vmlinux 0xc71113ee xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0xc7117e40 simple_rmdir +EXPORT_SYMBOL vmlinux 0xc71f7833 logfc +EXPORT_SYMBOL vmlinux 0xc7207fc3 vfs_mkobj +EXPORT_SYMBOL vmlinux 0xc7208c3a serial8250_resume_port +EXPORT_SYMBOL vmlinux 0xc725e18d phy_queue_state_machine +EXPORT_SYMBOL vmlinux 0xc735ca3b pskb_trim_rcsum_slow +EXPORT_SYMBOL vmlinux 0xc75cc6da xsk_set_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0xc7717ae7 vga_get +EXPORT_SYMBOL vmlinux 0xc781bd9f rfkill_resume_polling +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc78c47c7 generic_buffers_fsync +EXPORT_SYMBOL vmlinux 0xc7919357 netdev_adjacent_change_commit +EXPORT_SYMBOL vmlinux 0xc792a764 d_alloc_anon +EXPORT_SYMBOL vmlinux 0xc79ccfdf dma_fence_wait_timeout +EXPORT_SYMBOL vmlinux 0xc7a44f19 dma_find_channel +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7ae1903 security_lock_kernel_down +EXPORT_SYMBOL vmlinux 0xc7b7b6bc bio_init_clone +EXPORT_SYMBOL vmlinux 0xc7c1107a LZ4_decompress_safe +EXPORT_SYMBOL vmlinux 0xc7ecaad2 dev_get_iflink +EXPORT_SYMBOL vmlinux 0xc7f484b1 ida_destroy +EXPORT_SYMBOL vmlinux 0xc8052786 blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0xc814da93 __of_mdiobus_register +EXPORT_SYMBOL vmlinux 0xc81a8ee7 pldmfw_op_pci_match_record +EXPORT_SYMBOL vmlinux 0xc81b7b4b seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0xc82d7a73 security_inode_init_security +EXPORT_SYMBOL vmlinux 0xc839afed hdmi_audio_infoframe_check +EXPORT_SYMBOL vmlinux 0xc8446a38 sync_blockdev +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc84cae28 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0xc858c70c ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0xc85c791f of_mdio_find_device +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc87dce80 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0xc8827b75 sysctl_vals +EXPORT_SYMBOL vmlinux 0xc890c008 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xc8a91f5b cpumask_local_spread +EXPORT_SYMBOL vmlinux 0xc8be79cf tcf_qevent_init +EXPORT_SYMBOL vmlinux 0xc8c85086 sg_free_table +EXPORT_SYMBOL vmlinux 0xc8dcc62a krealloc +EXPORT_SYMBOL vmlinux 0xc8f5a95a wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0xc8f98108 jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0xc8fe3a99 blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0xc90d2b54 dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0xc91312e9 security_sctp_sk_clone +EXPORT_SYMBOL vmlinux 0xc916dd46 __SCK__tp_func_kmalloc +EXPORT_SYMBOL vmlinux 0xc91f4a8d inetdev_by_index +EXPORT_SYMBOL vmlinux 0xc92614a7 dev_addr_del +EXPORT_SYMBOL vmlinux 0xc944a2db devm_kvasprintf +EXPORT_SYMBOL vmlinux 0xc955cb2c down_trylock +EXPORT_SYMBOL vmlinux 0xc9566927 configfs_register_default_group +EXPORT_SYMBOL vmlinux 0xc95bede0 inet_release +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc972449f mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0xc97d7443 wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0xc98167c0 jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0xc9822234 clk_register_clkdev +EXPORT_SYMBOL vmlinux 0xc9873b06 ptp_clock_unregister +EXPORT_SYMBOL vmlinux 0xc98c329d phy_device_free +EXPORT_SYMBOL vmlinux 0xc990d5d1 kill_anon_super +EXPORT_SYMBOL vmlinux 0xc99e2a55 twl_rev +EXPORT_SYMBOL vmlinux 0xc9ac852b dm_table_get_md +EXPORT_SYMBOL vmlinux 0xc9b12a79 genphy_read_abilities +EXPORT_SYMBOL vmlinux 0xc9b7ce42 xfrm4_udp_encap_rcv +EXPORT_SYMBOL vmlinux 0xc9d28153 set_posix_acl +EXPORT_SYMBOL vmlinux 0xc9dc3d79 __pte_frag_size_shift +EXPORT_SYMBOL vmlinux 0xc9df055a xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xc9eed4c4 simple_release_fs +EXPORT_SYMBOL vmlinux 0xc9fe0c42 ilookup +EXPORT_SYMBOL vmlinux 0xca15c1c6 sock_sendmsg +EXPORT_SYMBOL vmlinux 0xca1648d4 zstd_decompress_dctx +EXPORT_SYMBOL vmlinux 0xca17ac01 _find_next_andnot_bit +EXPORT_SYMBOL vmlinux 0xca21ebd3 bitmap_free +EXPORT_SYMBOL vmlinux 0xca3b28c6 store_vr_state +EXPORT_SYMBOL vmlinux 0xca3e32ba sock_bindtoindex +EXPORT_SYMBOL vmlinux 0xca431c05 wake_bit_function +EXPORT_SYMBOL vmlinux 0xca545396 set_page_writeback +EXPORT_SYMBOL vmlinux 0xca5f3154 radix_tree_iter_resume +EXPORT_SYMBOL vmlinux 0xca6ca3c8 input_set_poll_interval +EXPORT_SYMBOL vmlinux 0xca7b15af dma_set_mask +EXPORT_SYMBOL vmlinux 0xca882598 backlight_device_register +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xcaab283a vm_map_pages_zero +EXPORT_SYMBOL vmlinux 0xcac53dc6 send_sig_info +EXPORT_SYMBOL vmlinux 0xcacc02f6 skb_find_text +EXPORT_SYMBOL vmlinux 0xcaf05f48 mr_vif_seq_idx +EXPORT_SYMBOL vmlinux 0xcaf13ced ether_setup +EXPORT_SYMBOL vmlinux 0xcaf182f7 neigh_destroy +EXPORT_SYMBOL vmlinux 0xcaf5dd5e xsk_tx_peek_desc +EXPORT_SYMBOL vmlinux 0xcb0288ea ledtrig_cpu +EXPORT_SYMBOL vmlinux 0xcb0b60fc md_write_start +EXPORT_SYMBOL vmlinux 0xcb2ea0b5 finish_wait +EXPORT_SYMBOL vmlinux 0xcb39fed2 iov_iter_zero +EXPORT_SYMBOL vmlinux 0xcb3ae215 call_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xcb3c8a7d ___ratelimit +EXPORT_SYMBOL vmlinux 0xcb4d99e6 agp_alloc_page_array +EXPORT_SYMBOL vmlinux 0xcb559eaf vme_bus_type +EXPORT_SYMBOL vmlinux 0xcb5deffe devfreq_remove_device +EXPORT_SYMBOL vmlinux 0xcb614d8e find_inode_nowait +EXPORT_SYMBOL vmlinux 0xcb683712 skb_clone +EXPORT_SYMBOL vmlinux 0xcb6ff444 phy_get_pause +EXPORT_SYMBOL vmlinux 0xcb701b2e serial8250_set_isa_configurator +EXPORT_SYMBOL vmlinux 0xcb7b9c20 file_path +EXPORT_SYMBOL vmlinux 0xcbaa6ee4 generic_listxattr +EXPORT_SYMBOL vmlinux 0xcbb16d03 inet_offloads +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbbf89b2 release_pages +EXPORT_SYMBOL vmlinux 0xcbc3b94e eeh_check_failure +EXPORT_SYMBOL vmlinux 0xcbcbc74e sock_recvmsg +EXPORT_SYMBOL vmlinux 0xcbd4898c fortify_panic +EXPORT_SYMBOL vmlinux 0xcbdbde47 __debugger_iabr_match +EXPORT_SYMBOL vmlinux 0xcbe2e841 of_device_register +EXPORT_SYMBOL vmlinux 0xcbe43c31 pagecache_get_page +EXPORT_SYMBOL vmlinux 0xcbfb33e4 init_opal_dev +EXPORT_SYMBOL vmlinux 0xcc1ae2ed rproc_add +EXPORT_SYMBOL vmlinux 0xcc248d26 serial8250_suspend_port +EXPORT_SYMBOL vmlinux 0xcc254b15 sb_min_blocksize +EXPORT_SYMBOL vmlinux 0xcc328a5c reservation_ww_class +EXPORT_SYMBOL vmlinux 0xcc38fbcf input_inject_event +EXPORT_SYMBOL vmlinux 0xcc392eea kmalloc_size_roundup +EXPORT_SYMBOL vmlinux 0xcc411ed1 ptp_convert_timestamp +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc5948da tcf_action_exec +EXPORT_SYMBOL vmlinux 0xcc5d22d9 can_do_mlock +EXPORT_SYMBOL vmlinux 0xcc626c2c completion_done +EXPORT_SYMBOL vmlinux 0xcc710122 mmc_unregister_driver +EXPORT_SYMBOL vmlinux 0xcc7112a9 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0xcc789cf1 pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0xccad98bf aperture_remove_conflicting_pci_devices +EXPORT_SYMBOL vmlinux 0xccdaddb8 rproc_set_firmware +EXPORT_SYMBOL vmlinux 0xccf36c92 sock_no_ioctl +EXPORT_SYMBOL vmlinux 0xccfb9e07 dst_default_metrics +EXPORT_SYMBOL vmlinux 0xccfd2ebc scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0xcd02d0d8 rproc_alloc +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd345f65 param_ops_bint +EXPORT_SYMBOL vmlinux 0xcd364beb of_find_net_device_by_node +EXPORT_SYMBOL vmlinux 0xcd46528d dma_fence_array_create +EXPORT_SYMBOL vmlinux 0xcd6a79e7 mdiobus_write +EXPORT_SYMBOL vmlinux 0xcd83f622 msi_bitmap_alloc_hwirqs +EXPORT_SYMBOL vmlinux 0xcd86c87f __cond_resched_lock +EXPORT_SYMBOL vmlinux 0xcd8a945c tty_port_close +EXPORT_SYMBOL vmlinux 0xcd959b08 udp_lib_rehash +EXPORT_SYMBOL vmlinux 0xcd9ee290 jbd2_fc_end_commit +EXPORT_SYMBOL vmlinux 0xcda0ae1a dev_disable_lro +EXPORT_SYMBOL vmlinux 0xcdab1fef handshake_req_private +EXPORT_SYMBOL vmlinux 0xcdac3368 phy_validate_pause +EXPORT_SYMBOL vmlinux 0xcdb11c81 free_cgroup_ns +EXPORT_SYMBOL vmlinux 0xcdb56086 sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0xcdc0349c add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcdd3cc03 netif_schedule_queue +EXPORT_SYMBOL vmlinux 0xcdd3fa3f simple_dir_operations +EXPORT_SYMBOL vmlinux 0xcdd71a3c pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0xcdd86d8e i2c_smbus_xfer +EXPORT_SYMBOL vmlinux 0xcde77bcc free_opal_dev +EXPORT_SYMBOL vmlinux 0xcde7f7fb console_start +EXPORT_SYMBOL vmlinux 0xcdee038f _raw_spin_trylock +EXPORT_SYMBOL vmlinux 0xce108b7b jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0xce16b8c3 register_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0xce1847c8 unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0xce18bbe1 fsl_lbc_addr +EXPORT_SYMBOL vmlinux 0xce1caa7f __nlmsg_put +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce294482 jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0xce447240 ethtool_aggregate_phy_stats +EXPORT_SYMBOL vmlinux 0xce4cdb8e fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xce4e47b6 __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0xce4e7409 devfreq_monitor_start +EXPORT_SYMBOL vmlinux 0xce57ff4f vme_irq_free +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce61c8f2 sync_filesystem +EXPORT_SYMBOL vmlinux 0xce731b34 ucc_slow_get_qe_cr_subblock +EXPORT_SYMBOL vmlinux 0xce807151 idr_get_next +EXPORT_SYMBOL vmlinux 0xce99b71a blk_post_runtime_resume +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xcec766f1 __memset16 +EXPORT_SYMBOL vmlinux 0xcecfb9d9 skb_csum_hwoffload_help +EXPORT_SYMBOL vmlinux 0xcee54bdf serio_unregister_driver +EXPORT_SYMBOL vmlinux 0xcee95e57 dm_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xceeff65f generic_copy_file_range +EXPORT_SYMBOL vmlinux 0xcef49a87 kmem_cache_alloc_bulk +EXPORT_SYMBOL vmlinux 0xcefcd99a serial8250_unregister_port +EXPORT_SYMBOL vmlinux 0xceff1dd1 generic_update_time +EXPORT_SYMBOL vmlinux 0xcf27b9db inet_frag_queue_insert +EXPORT_SYMBOL vmlinux 0xcf2ea86b __tracepoint_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xcf3799b0 devm_backlight_device_unregister +EXPORT_SYMBOL vmlinux 0xcf3b69b3 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xcf626097 generic_read_dir +EXPORT_SYMBOL vmlinux 0xcf76fcf2 tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0xcf8c16a6 mipi_dsi_attach +EXPORT_SYMBOL vmlinux 0xcf9a189a down_timeout +EXPORT_SYMBOL vmlinux 0xcf9b558d touchscreen_set_mt_pos +EXPORT_SYMBOL vmlinux 0xcfb76f60 remove_arg_zero +EXPORT_SYMBOL vmlinux 0xcfc2df47 udp_skb_destructor +EXPORT_SYMBOL vmlinux 0xcfd884a8 __hsiphash_unaligned +EXPORT_SYMBOL vmlinux 0xcfdbf1d5 padata_do_parallel +EXPORT_SYMBOL vmlinux 0xcfe5e7c6 mdiobus_register_device +EXPORT_SYMBOL vmlinux 0xd00b63e0 pci_read_config_byte +EXPORT_SYMBOL vmlinux 0xd01ab73a netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0xd01d1230 end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0xd021d079 set_page_dirty +EXPORT_SYMBOL vmlinux 0xd0405b13 vfs_setpos +EXPORT_SYMBOL vmlinux 0xd0459da4 eth_get_headlen +EXPORT_SYMBOL vmlinux 0xd045d50e mdiobus_scan_c22 +EXPORT_SYMBOL vmlinux 0xd04c1a64 sysctl_devconf_inherit_init_net +EXPORT_SYMBOL vmlinux 0xd0522535 pci_reenable_device +EXPORT_SYMBOL vmlinux 0xd05b3ab3 proc_mkdir +EXPORT_SYMBOL vmlinux 0xd0654aba woken_wake_function +EXPORT_SYMBOL vmlinux 0xd0674d89 passthru_features_check +EXPORT_SYMBOL vmlinux 0xd0760fc0 kfree_sensitive +EXPORT_SYMBOL vmlinux 0xd07bdd9d udp_lib_get_port +EXPORT_SYMBOL vmlinux 0xd088d63b tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0xd0890ebf i2c_find_device_by_fwnode +EXPORT_SYMBOL vmlinux 0xd0a59c9b d_genocide +EXPORT_SYMBOL vmlinux 0xd0aa0eaa configfs_remove_default_groups +EXPORT_SYMBOL vmlinux 0xd0aa631c ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0xd0aae30d param_set_short +EXPORT_SYMBOL vmlinux 0xd0ae7665 rw_verify_area +EXPORT_SYMBOL vmlinux 0xd0bbb5cc pipe_unlock +EXPORT_SYMBOL vmlinux 0xd0ea12ab sock_no_connect +EXPORT_SYMBOL vmlinux 0xd0fef3b2 agp_free_key +EXPORT_SYMBOL vmlinux 0xd11f763d pci_get_device +EXPORT_SYMBOL vmlinux 0xd124f3b2 radix__flush_tlb_range +EXPORT_SYMBOL vmlinux 0xd128a7e3 blk_mq_delay_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xd135661b dev_uc_init +EXPORT_SYMBOL vmlinux 0xd1376e91 t10_pi_type3_crc +EXPORT_SYMBOL vmlinux 0xd13b015d pci_fixup_device +EXPORT_SYMBOL vmlinux 0xd13dcd08 gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0xd17887f4 rdmacg_uncharge +EXPORT_SYMBOL vmlinux 0xd1ca21a1 param_set_ullong +EXPORT_SYMBOL vmlinux 0xd1d84eb0 mount_single +EXPORT_SYMBOL vmlinux 0xd1d87e92 scsi_mlreturn_string +EXPORT_SYMBOL vmlinux 0xd1dc7827 cdev_device_add +EXPORT_SYMBOL vmlinux 0xd201f8fc iov_iter_discard +EXPORT_SYMBOL vmlinux 0xd20ab861 agp_backend_release +EXPORT_SYMBOL vmlinux 0xd20afd7e vfs_dedupe_file_range_one +EXPORT_SYMBOL vmlinux 0xd21c5139 iowrite64_lo_hi +EXPORT_SYMBOL vmlinux 0xd24108d4 rfkill_soft_blocked +EXPORT_SYMBOL vmlinux 0xd2437637 jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0xd2582f8f __SCK__tp_func_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd264b89c get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0xd269acf8 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd2800691 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0xd2871ba7 show_init_ipc_ns +EXPORT_SYMBOL vmlinux 0xd28f7bd1 __starget_for_each_device +EXPORT_SYMBOL vmlinux 0xd29ea5d2 napi_gro_frags +EXPORT_SYMBOL vmlinux 0xd2a7444f vfs_iocb_iter_write +EXPORT_SYMBOL vmlinux 0xd2ae16a4 max8998_bulk_read +EXPORT_SYMBOL vmlinux 0xd2b46a3c vme_unregister_error_handler +EXPORT_SYMBOL vmlinux 0xd2c5e263 pci_iomap +EXPORT_SYMBOL vmlinux 0xd2ca1640 bpf_link_put +EXPORT_SYMBOL vmlinux 0xd2d3f69b simple_statfs +EXPORT_SYMBOL vmlinux 0xd2d88506 netdev_offload_xstats_report_used +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd2df2d61 inode_maybe_inc_iversion +EXPORT_SYMBOL vmlinux 0xd2e2a9d0 hdmi_spd_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0xd2e47a55 blkdev_compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0xd30e91f9 simple_transaction_get +EXPORT_SYMBOL vmlinux 0xd31ccb06 of_machine_is_compatible +EXPORT_SYMBOL vmlinux 0xd3263bb5 simple_unlink +EXPORT_SYMBOL vmlinux 0xd33945e9 generic_write_end +EXPORT_SYMBOL vmlinux 0xd341e9b5 follow_down +EXPORT_SYMBOL vmlinux 0xd34c2ed1 bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xd35a6d31 mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xd36cb38b tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0xd36ccb6b srp_start_tl_fail_timers +EXPORT_SYMBOL vmlinux 0xd36dc10c get_random_u32 +EXPORT_SYMBOL vmlinux 0xd36e3d59 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0xd37c75ff tcp_prot +EXPORT_SYMBOL vmlinux 0xd380df79 inet_addr_type +EXPORT_SYMBOL vmlinux 0xd38665c4 thaw_bdev +EXPORT_SYMBOL vmlinux 0xd3a0211d seq_release_private +EXPORT_SYMBOL vmlinux 0xd3c2c7cd md_bitmap_update_sb +EXPORT_SYMBOL vmlinux 0xd3d11392 vfs_path_parent_lookup +EXPORT_SYMBOL vmlinux 0xd3dd71e4 register_sysctl +EXPORT_SYMBOL vmlinux 0xd3ec200e tty_check_change +EXPORT_SYMBOL vmlinux 0xd3f1404b buffer_migrate_folio +EXPORT_SYMBOL vmlinux 0xd3fbd015 skb_ext_add +EXPORT_SYMBOL vmlinux 0xd406d266 fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xd40c9807 mipi_dsi_dcs_write_buffer +EXPORT_SYMBOL vmlinux 0xd41499e1 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0xd425ad98 mipi_dsi_dcs_set_display_off +EXPORT_SYMBOL vmlinux 0xd455d56f dm_table_get_size +EXPORT_SYMBOL vmlinux 0xd45cc6ca bin2hex +EXPORT_SYMBOL vmlinux 0xd469bccc __tracepoint_mmap_lock_released +EXPORT_SYMBOL vmlinux 0xd48120a2 disk_check_media_change +EXPORT_SYMBOL vmlinux 0xd48cb3f5 mntget +EXPORT_SYMBOL vmlinux 0xd48fdeef dql_completed +EXPORT_SYMBOL vmlinux 0xd4a225ee seq_bprintf +EXPORT_SYMBOL vmlinux 0xd4afea5d free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0xd4bb4a82 inet6addr_validator_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xd4cf069c eth_header_cache +EXPORT_SYMBOL vmlinux 0xd4d7c068 fsl_upm_find +EXPORT_SYMBOL vmlinux 0xd4ddb58e fddi_type_trans +EXPORT_SYMBOL vmlinux 0xd4fd0ec2 radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0xd51185a3 skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xd5187139 cdev_init +EXPORT_SYMBOL vmlinux 0xd51b7b97 scsi_device_resume +EXPORT_SYMBOL vmlinux 0xd5263820 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xd529c667 vm_iomap_memory +EXPORT_SYMBOL vmlinux 0xd55ad075 free_buffer_head +EXPORT_SYMBOL vmlinux 0xd587d1e4 kmem_cache_size +EXPORT_SYMBOL vmlinux 0xd595e187 param_set_byte +EXPORT_SYMBOL vmlinux 0xd5973f72 file_check_and_advance_wb_err +EXPORT_SYMBOL vmlinux 0xd5a4af20 __zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0xd5af4b01 i2c_transfer +EXPORT_SYMBOL vmlinux 0xd5b12f7d radix_tree_replace_slot +EXPORT_SYMBOL vmlinux 0xd5b3d0d5 xxh64_copy_state +EXPORT_SYMBOL vmlinux 0xd5be130e cpu_core_map +EXPORT_SYMBOL vmlinux 0xd5c0a43b no_seek_end_llseek_size +EXPORT_SYMBOL vmlinux 0xd5dca922 of_phy_find_device +EXPORT_SYMBOL vmlinux 0xd5e0aacc rproc_elf_load_segments +EXPORT_SYMBOL vmlinux 0xd5ea865c tc_setup_offload_action +EXPORT_SYMBOL vmlinux 0xd5fa2e1a nd_pfn_probe +EXPORT_SYMBOL vmlinux 0xd5fb01cf vio_enable_interrupts +EXPORT_SYMBOL vmlinux 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL vmlinux 0xd627dc8e netpoll_parse_options +EXPORT_SYMBOL vmlinux 0xd642f3f6 video_firmware_drivers_only +EXPORT_SYMBOL vmlinux 0xd657e055 dev_lstats_read +EXPORT_SYMBOL vmlinux 0xd66c8184 add_device_randomness +EXPORT_SYMBOL vmlinux 0xd6742a28 vm_event_states +EXPORT_SYMBOL vmlinux 0xd6806ab8 __traceiter_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xd68c5a1f adjust_resource +EXPORT_SYMBOL vmlinux 0xd6942a84 pmem_sector_size +EXPORT_SYMBOL vmlinux 0xd697c9c7 security_path_rename +EXPORT_SYMBOL vmlinux 0xd6a91f54 twl_i2c_read +EXPORT_SYMBOL vmlinux 0xd6c0a6a9 tcp_rtx_synack +EXPORT_SYMBOL vmlinux 0xd6c0f21f __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0xd6d3815b jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0xd6d7a98c sock_no_getname +EXPORT_SYMBOL vmlinux 0xd6e63210 dquot_acquire +EXPORT_SYMBOL vmlinux 0xd6ea5a5f fiemap_prep +EXPORT_SYMBOL vmlinux 0xd6eaaea1 full_name_hash +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6f094ad genphy_c45_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0xd6f209a8 seq_vprintf +EXPORT_SYMBOL vmlinux 0xd6fd4053 __arch_hweight32 +EXPORT_SYMBOL vmlinux 0xd6fde043 is_module_sig_enforced +EXPORT_SYMBOL vmlinux 0xd704084c jbd2_journal_inode_ranged_wait +EXPORT_SYMBOL vmlinux 0xd70d35a1 gf128mul_4k_bbe +EXPORT_SYMBOL vmlinux 0xd73653c4 freezer_active +EXPORT_SYMBOL vmlinux 0xd738ca1b phy_unregister_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xd73c8c2b synchronize_shrinkers +EXPORT_SYMBOL vmlinux 0xd7482f05 vcalloc +EXPORT_SYMBOL vmlinux 0xd751ebff ip_defrag +EXPORT_SYMBOL vmlinux 0xd75cce09 pci_unmap_rom +EXPORT_SYMBOL vmlinux 0xd769fa1c tls_server_hello_psk +EXPORT_SYMBOL vmlinux 0xd7736e18 cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0xd78536c3 blk_put_queue +EXPORT_SYMBOL vmlinux 0xd786c0ea plpar_hcall9 +EXPORT_SYMBOL vmlinux 0xd78e3254 kernel_write +EXPORT_SYMBOL vmlinux 0xd7987177 utf8_load +EXPORT_SYMBOL vmlinux 0xd7a7c5aa sock_ioctl_inout +EXPORT_SYMBOL vmlinux 0xd7d280ad irq_poll_complete +EXPORT_SYMBOL vmlinux 0xd7da84b2 generic_buffers_fsync_noflush +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7e637a3 inet_frag_rbtree_purge +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7ea9bd9 param_get_string +EXPORT_SYMBOL vmlinux 0xd7f93de7 i2c_get_adapter_by_fwnode +EXPORT_SYMBOL vmlinux 0xd7fa7735 get_tree_bdev +EXPORT_SYMBOL vmlinux 0xd7fbac1d truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0xd8101371 put_ipc_ns +EXPORT_SYMBOL vmlinux 0xd81addd8 _dev_emerg +EXPORT_SYMBOL vmlinux 0xd82e523e nd_pfn_validate +EXPORT_SYMBOL vmlinux 0xd830c97b kthread_associate_blkcg +EXPORT_SYMBOL vmlinux 0xd83898d5 nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xd84da3cb dev_activate +EXPORT_SYMBOL vmlinux 0xd8500356 sock_wake_async +EXPORT_SYMBOL vmlinux 0xd8548b30 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0xd867adaa dentry_path_raw +EXPORT_SYMBOL vmlinux 0xd87d6e9b of_find_device_by_node +EXPORT_SYMBOL vmlinux 0xd880c52a nd_region_release_lane +EXPORT_SYMBOL vmlinux 0xd89180fe ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd8a994eb scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0xd8ae3d3e pci_write_config_byte +EXPORT_SYMBOL vmlinux 0xd8b61304 get_default_font +EXPORT_SYMBOL vmlinux 0xd8b6d96f __find_nth_and_bit +EXPORT_SYMBOL vmlinux 0xd8fb85b9 nf_unregister_net_hooks +EXPORT_SYMBOL vmlinux 0xd908f7b3 md_unregister_thread +EXPORT_SYMBOL vmlinux 0xd91f6ab6 strnlen_user +EXPORT_SYMBOL vmlinux 0xd931e07d inode_init_once +EXPORT_SYMBOL vmlinux 0xd932cdca freeze_bdev +EXPORT_SYMBOL vmlinux 0xd93427b3 __alloc_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0xd943097a dma_fence_enable_sw_signaling +EXPORT_SYMBOL vmlinux 0xd943d5ff phy_init_hw +EXPORT_SYMBOL vmlinux 0xd947e2e3 fs_param_is_bool +EXPORT_SYMBOL vmlinux 0xd9503a52 bio_copy_data_iter +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd9950966 inet_dgram_connect +EXPORT_SYMBOL vmlinux 0xd9a39abb address_space_init_once +EXPORT_SYMBOL vmlinux 0xd9b8eaea __SCK__tp_func_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xd9d44fd0 devm_devfreq_add_governor +EXPORT_SYMBOL vmlinux 0xd9d8fd16 register_restart_handler +EXPORT_SYMBOL vmlinux 0xd9d952d1 crypto_aes_sbox +EXPORT_SYMBOL vmlinux 0xd9e7728a agp_generic_alloc_pages +EXPORT_SYMBOL vmlinux 0xd9ee2670 devfreq_register_opp_notifier +EXPORT_SYMBOL vmlinux 0xd9f89bdd flow_rule_match_basic +EXPORT_SYMBOL vmlinux 0xd9ff89bd inet_recvmsg +EXPORT_SYMBOL vmlinux 0xda05d7e4 genphy_soft_reset +EXPORT_SYMBOL vmlinux 0xda0962fd __phy_resume +EXPORT_SYMBOL vmlinux 0xda341637 kill_pid +EXPORT_SYMBOL vmlinux 0xda3656d3 radix__local_flush_tlb_page +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda50c2dc phy_start_cable_test_tdr +EXPORT_SYMBOL vmlinux 0xda760973 locks_copy_conflock +EXPORT_SYMBOL vmlinux 0xda9358f3 dev_change_flags +EXPORT_SYMBOL vmlinux 0xdab6c171 __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xdac4913a bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0xdac7457b configfs_unregister_group +EXPORT_SYMBOL vmlinux 0xdacdba06 _atomic_dec_and_raw_lock_irqsave +EXPORT_SYMBOL vmlinux 0xdad1fc3f zstd_flush_stream +EXPORT_SYMBOL vmlinux 0xdad6f658 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0xdae2c3e0 rproc_da_to_va +EXPORT_SYMBOL vmlinux 0xdaf57cb9 scsi_print_result +EXPORT_SYMBOL vmlinux 0xdaf7ce37 dev_mc_flush +EXPORT_SYMBOL vmlinux 0xdb048f68 genphy_check_and_restart_aneg +EXPORT_SYMBOL vmlinux 0xdb1edee6 hdmi_infoframe_unpack +EXPORT_SYMBOL vmlinux 0xdb3143a8 xsk_tx_completed +EXPORT_SYMBOL vmlinux 0xdb46b8ff inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0xdb4ddbc4 sk_mc_loop +EXPORT_SYMBOL vmlinux 0xdb68bbad rfkill_destroy +EXPORT_SYMBOL vmlinux 0xdb70b731 dm_kobject_release +EXPORT_SYMBOL vmlinux 0xdb70dcd1 __vfs_removexattr +EXPORT_SYMBOL vmlinux 0xdb714e71 fs_param_is_enum +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb77fd67 of_graph_get_endpoint_count +EXPORT_SYMBOL vmlinux 0xdb91942f _copy_from_iter +EXPORT_SYMBOL vmlinux 0xdba20e12 blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0xdbc43e6a qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xdbce41cd netdev_port_same_parent_id +EXPORT_SYMBOL vmlinux 0xdbceb116 tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0xdbdf6c92 ioport_resource +EXPORT_SYMBOL vmlinux 0xdbf0966a mmc_can_erase +EXPORT_SYMBOL vmlinux 0xdbf3110e gen_pool_first_fit_align +EXPORT_SYMBOL vmlinux 0xdbfa0017 cpu_all_bits +EXPORT_SYMBOL vmlinux 0xdc0e4855 timer_delete +EXPORT_SYMBOL vmlinux 0xdc0f251a build_skb_around +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc3fcbcb __mutex_init +EXPORT_SYMBOL vmlinux 0xdc41fb7c skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0xdc49c198 reciprocal_value_adv +EXPORT_SYMBOL vmlinux 0xdc512134 backlight_register_notifier +EXPORT_SYMBOL vmlinux 0xdc658bcd input_unregister_device +EXPORT_SYMBOL vmlinux 0xdc79dabe migrate_vma_pages +EXPORT_SYMBOL vmlinux 0xdc893c65 dev_deactivate +EXPORT_SYMBOL vmlinux 0xdc9498dd down +EXPORT_SYMBOL vmlinux 0xdc94d1fe tcp_filter +EXPORT_SYMBOL vmlinux 0xdc99931e unregister_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0xdca425ae skb_checksum +EXPORT_SYMBOL vmlinux 0xdca48b4f phy_config_aneg +EXPORT_SYMBOL vmlinux 0xdcaa63c1 netdev_update_features +EXPORT_SYMBOL vmlinux 0xdcb3e5f1 mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0xdcb6b5d7 config_group_find_item +EXPORT_SYMBOL vmlinux 0xdcb764ad memset +EXPORT_SYMBOL vmlinux 0xdcbdc7ca __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0xdcbeba1d sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0xdcd1861c put_disk +EXPORT_SYMBOL vmlinux 0xdcdc0040 slhc_compress +EXPORT_SYMBOL vmlinux 0xdcff7362 mipi_dsi_generic_read +EXPORT_SYMBOL vmlinux 0xdd2c169b mb_cache_create +EXPORT_SYMBOL vmlinux 0xdd39a290 jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0xdd39d304 __destroy_inode +EXPORT_SYMBOL vmlinux 0xdd4ed497 mfd_remove_devices_late +EXPORT_SYMBOL vmlinux 0xdd5e4cea rtnl_nla_parse_ifinfomsg +EXPORT_SYMBOL vmlinux 0xdd64e639 strscpy +EXPORT_SYMBOL vmlinux 0xdd7f982e __netdev_notify_peers +EXPORT_SYMBOL vmlinux 0xdd849d51 scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0xdda42b40 skb_pull_data +EXPORT_SYMBOL vmlinux 0xddb3769b lockref_mark_dead +EXPORT_SYMBOL vmlinux 0xddb5a5a7 fqdir_exit +EXPORT_SYMBOL vmlinux 0xddc0316a rproc_get_by_phandle +EXPORT_SYMBOL vmlinux 0xddcc6dbe dma_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0xddd699f7 cdc_parse_cdc_header +EXPORT_SYMBOL vmlinux 0xdde70f07 cpumask_any_and_distribute +EXPORT_SYMBOL vmlinux 0xddf43b29 mmc_card_alternative_gpt_sector +EXPORT_SYMBOL vmlinux 0xddfdb8ac tcp_md5_needed +EXPORT_SYMBOL vmlinux 0xde072733 has_capability_noaudit +EXPORT_SYMBOL vmlinux 0xde146260 pci_scan_single_device +EXPORT_SYMBOL vmlinux 0xde163bf1 folio_wait_bit_killable +EXPORT_SYMBOL vmlinux 0xde1954a2 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0xde1a6ce6 write_cache_pages +EXPORT_SYMBOL vmlinux 0xde31c13a tcp_read_skb +EXPORT_SYMBOL vmlinux 0xde3300d8 do_splice_direct +EXPORT_SYMBOL vmlinux 0xde78c616 __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0xde87b431 pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0xde91448c load_vr_state +EXPORT_SYMBOL vmlinux 0xde9642a5 bdi_alloc +EXPORT_SYMBOL vmlinux 0xde9b17ed agp3_generic_fetch_size +EXPORT_SYMBOL vmlinux 0xde9c730f __nla_reserve +EXPORT_SYMBOL vmlinux 0xdea54f8c uart_resume_port +EXPORT_SYMBOL vmlinux 0xdebdab0d pci_irq_vector +EXPORT_SYMBOL vmlinux 0xded16383 nf_ct_attach +EXPORT_SYMBOL vmlinux 0xded39a6b gen_kill_estimator +EXPORT_SYMBOL vmlinux 0xdeda0f9e flow_rule_match_meta +EXPORT_SYMBOL vmlinux 0xdedb2582 xp_set_rxq_info +EXPORT_SYMBOL vmlinux 0xdee3056d cdrom_mode_select +EXPORT_SYMBOL vmlinux 0xdef68d34 flow_keys_basic_dissector +EXPORT_SYMBOL vmlinux 0xdef7c893 fb_match_mode +EXPORT_SYMBOL vmlinux 0xdefb20e9 mmc_set_blocklen +EXPORT_SYMBOL vmlinux 0xdf00b5d7 percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0xdf256037 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0xdf2604b6 nd_dev_to_uuid +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf450d4c param_ops_byte +EXPORT_SYMBOL vmlinux 0xdf521442 _find_next_zero_bit +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf55e54b vlan_for_each +EXPORT_SYMBOL vmlinux 0xdf71a394 vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0xdf73b1f4 dma_map_resource +EXPORT_SYMBOL vmlinux 0xdf8bacc7 seq_path +EXPORT_SYMBOL vmlinux 0xdf8cb4f2 tc_setup_cb_add +EXPORT_SYMBOL vmlinux 0xdf8d60c1 peernet2id +EXPORT_SYMBOL vmlinux 0xdf90dc3a netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdf93b9d8 timespec64_to_jiffies +EXPORT_SYMBOL vmlinux 0xdf9734a7 sg_nents +EXPORT_SYMBOL vmlinux 0xdfa1014d devfreq_monitor_resume +EXPORT_SYMBOL vmlinux 0xdfb85a0e kern_path_create +EXPORT_SYMBOL vmlinux 0xdfc12ef1 zstd_decompress_stream +EXPORT_SYMBOL vmlinux 0xdfcc992c current_work +EXPORT_SYMBOL vmlinux 0xdfd07594 ns_capable +EXPORT_SYMBOL vmlinux 0xdfd8110c flow_block_cb_is_busy +EXPORT_SYMBOL vmlinux 0xdff905e5 vme_slave_free +EXPORT_SYMBOL vmlinux 0xdffc80fc vesa_modes +EXPORT_SYMBOL vmlinux 0xe001709e phy_request_interrupt +EXPORT_SYMBOL vmlinux 0xe0092aa1 phy_support_sym_pause +EXPORT_SYMBOL vmlinux 0xe022e639 gen_pool_alloc_algo_owner +EXPORT_SYMBOL vmlinux 0xe026e3b6 __d_drop +EXPORT_SYMBOL vmlinux 0xe0272409 set_groups +EXPORT_SYMBOL vmlinux 0xe0419ac4 kstrtos16 +EXPORT_SYMBOL vmlinux 0xe053a20b scsi_device_set_state +EXPORT_SYMBOL vmlinux 0xe055e1a8 tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0xe080e8f0 set_current_groups +EXPORT_SYMBOL vmlinux 0xe091c977 list_sort +EXPORT_SYMBOL vmlinux 0xe096a6ff alloc_fcdev +EXPORT_SYMBOL vmlinux 0xe097079f __find_get_block +EXPORT_SYMBOL vmlinux 0xe0a8e09c tcp_sock_set_keepintvl +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b9065b security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xe0e50d09 param_ops_dyndbg_classes +EXPORT_SYMBOL vmlinux 0xe0f0b996 ww_mutex_lock +EXPORT_SYMBOL vmlinux 0xe0f72275 security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0xe0fc2825 devm_extcon_register_notifier_all +EXPORT_SYMBOL vmlinux 0xe1156452 inet6_offloads +EXPORT_SYMBOL vmlinux 0xe123f3d9 dma_fence_release +EXPORT_SYMBOL vmlinux 0xe12bda79 vme_dma_free_attribute +EXPORT_SYMBOL vmlinux 0xe1317694 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0xe13926a9 crypto_sha1_update +EXPORT_SYMBOL vmlinux 0xe13c45e8 mntput +EXPORT_SYMBOL vmlinux 0xe13fe603 ipv6_sock_mc_join +EXPORT_SYMBOL vmlinux 0xe15c40fc __sock_create +EXPORT_SYMBOL vmlinux 0xe17d9eb2 lookup_one_unlocked +EXPORT_SYMBOL vmlinux 0xe194057c of_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0xe1b447ee xsk_uses_need_wakeup +EXPORT_SYMBOL vmlinux 0xe1b717a9 pci_resize_resource +EXPORT_SYMBOL vmlinux 0xe1d43b84 _raw_write_lock_nested +EXPORT_SYMBOL vmlinux 0xe1dcf64a audit_log_format +EXPORT_SYMBOL vmlinux 0xe1e11946 jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0xe1fbb724 __inc_node_page_state +EXPORT_SYMBOL vmlinux 0xe2122bfa input_enable_softrepeat +EXPORT_SYMBOL vmlinux 0xe21f18ac __genradix_iter_peek +EXPORT_SYMBOL vmlinux 0xe2260bcb tls_client_hello_psk +EXPORT_SYMBOL vmlinux 0xe24ad996 udp_poll +EXPORT_SYMBOL vmlinux 0xe2567841 param_ops_int +EXPORT_SYMBOL vmlinux 0xe25a1acf nexthop_res_grp_activity_update +EXPORT_SYMBOL vmlinux 0xe25d20d3 __xa_alloc_cyclic +EXPORT_SYMBOL vmlinux 0xe26c3235 inode_permission +EXPORT_SYMBOL vmlinux 0xe26d2701 twl6040_get_vibralr_status +EXPORT_SYMBOL vmlinux 0xe2898de6 of_get_parent +EXPORT_SYMBOL vmlinux 0xe2c85edf ip_check_defrag +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe306c381 vfs_parse_fs_param_source +EXPORT_SYMBOL vmlinux 0xe3142194 __udp_disconnect +EXPORT_SYMBOL vmlinux 0xe3192c34 sock_no_accept +EXPORT_SYMBOL vmlinux 0xe31c8a8f netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0xe32ab4d8 xxh64_digest +EXPORT_SYMBOL vmlinux 0xe3307b4e call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0xe3417ef1 flow_rule_match_ports_range +EXPORT_SYMBOL vmlinux 0xe3463d0d of_graph_get_remote_port_parent +EXPORT_SYMBOL vmlinux 0xe355203c xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0xe35fbdb8 pci_set_master +EXPORT_SYMBOL vmlinux 0xe3662d81 ___pskb_trim +EXPORT_SYMBOL vmlinux 0xe39b2ea5 sha256 +EXPORT_SYMBOL vmlinux 0xe39bf11f generic_pipe_buf_try_steal +EXPORT_SYMBOL vmlinux 0xe39c9863 vga_put +EXPORT_SYMBOL vmlinux 0xe39e0858 balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0xe3ad3046 __sg_page_iter_dma_next +EXPORT_SYMBOL vmlinux 0xe3bfe38f inet_listen +EXPORT_SYMBOL vmlinux 0xe3c331ab twl6040_reg_write +EXPORT_SYMBOL vmlinux 0xe3c77809 is_nd_dax +EXPORT_SYMBOL vmlinux 0xe3ec2f2b alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0xe3f29f70 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0xe3feba56 tasklet_unlock_spin_wait +EXPORT_SYMBOL vmlinux 0xe3ff2c41 get_random_u64 +EXPORT_SYMBOL vmlinux 0xe412b43f mipi_dsi_dcs_set_pixel_format +EXPORT_SYMBOL vmlinux 0xe419bc99 iowrite32be +EXPORT_SYMBOL vmlinux 0xe42d9e23 tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0xe430e464 tc_setup_cb_replace +EXPORT_SYMBOL vmlinux 0xe4354183 i2c_smbus_read_block_data +EXPORT_SYMBOL vmlinux 0xe43f2605 page_pool_update_nid +EXPORT_SYMBOL vmlinux 0xe45036ca netdev_get_xmit_slave +EXPORT_SYMBOL vmlinux 0xe461965c blk_rq_map_user +EXPORT_SYMBOL vmlinux 0xe47ecc37 config_item_set_name +EXPORT_SYMBOL vmlinux 0xe481d2f6 dma_resv_add_fence +EXPORT_SYMBOL vmlinux 0xe490b5fb block_commit_write +EXPORT_SYMBOL vmlinux 0xe4a33af1 single_release +EXPORT_SYMBOL vmlinux 0xe4a6886d folio_mark_dirty +EXPORT_SYMBOL vmlinux 0xe4ab4b7a fscrypt_encrypt_block_inplace +EXPORT_SYMBOL vmlinux 0xe4ae7f38 param_get_charp +EXPORT_SYMBOL vmlinux 0xe4b92ab8 freeze_super +EXPORT_SYMBOL vmlinux 0xe4bc2c2f hdmi_drm_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe4cb2bfd neigh_event_ns +EXPORT_SYMBOL vmlinux 0xe4d60e75 vio_find_node +EXPORT_SYMBOL vmlinux 0xe4e7cff3 tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0xe4f3ef3c i2c_smbus_read_word_data +EXPORT_SYMBOL vmlinux 0xe5027a6b skb_vlan_push +EXPORT_SYMBOL vmlinux 0xe5052c35 gtm_set_timer16 +EXPORT_SYMBOL vmlinux 0xe50a0ea9 register_netdevice +EXPORT_SYMBOL vmlinux 0xe50d9509 pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0xe51caa12 mmc_gpio_get_cd +EXPORT_SYMBOL vmlinux 0xe521d843 i2c_smbus_read_byte +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe52519a0 of_graph_get_endpoint_by_regs +EXPORT_SYMBOL vmlinux 0xe541a378 fb_find_mode +EXPORT_SYMBOL vmlinux 0xe541ea94 vfs_fsync +EXPORT_SYMBOL vmlinux 0xe54cbfc7 fault_in_iov_iter_writeable +EXPORT_SYMBOL vmlinux 0xe568d8b5 ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0xe58090ca security_ib_endport_manage_subnet +EXPORT_SYMBOL vmlinux 0xe590dea3 sk_busy_loop_end +EXPORT_SYMBOL vmlinux 0xe5ad2450 inet_pton_with_scope +EXPORT_SYMBOL vmlinux 0xe5c32b8c tty_unlock +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5cf06f1 xfrm_state_add +EXPORT_SYMBOL vmlinux 0xe5cfe83b agp_generic_alloc_by_type +EXPORT_SYMBOL vmlinux 0xe5d71a61 __cpu_possible_mask +EXPORT_SYMBOL vmlinux 0xe5da4ad2 devfreq_add_governor +EXPORT_SYMBOL vmlinux 0xe5e46dbe pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0xe5e94ce7 always_delete_dentry +EXPORT_SYMBOL vmlinux 0xe5f2ede0 config_group_init_type_name +EXPORT_SYMBOL vmlinux 0xe609209b generic_key_instantiate +EXPORT_SYMBOL vmlinux 0xe609cebb set_blocksize +EXPORT_SYMBOL vmlinux 0xe6159454 netif_carrier_on +EXPORT_SYMBOL vmlinux 0xe63482fd inode_query_iversion +EXPORT_SYMBOL vmlinux 0xe6414bf2 tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0xe64b32f7 dma_pool_create +EXPORT_SYMBOL vmlinux 0xe654d1f2 ppp_output_wakeup +EXPORT_SYMBOL vmlinux 0xe6550092 utf8_casefold +EXPORT_SYMBOL vmlinux 0xe65b6469 arp_send +EXPORT_SYMBOL vmlinux 0xe664e1ae mmc_gpio_set_cd_irq +EXPORT_SYMBOL vmlinux 0xe66bb26d rtnl_offload_xstats_notify +EXPORT_SYMBOL vmlinux 0xe67702b3 phy_set_asym_pause +EXPORT_SYMBOL vmlinux 0xe68dd2c4 sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0xe694077f gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0xe6965749 param_set_copystring +EXPORT_SYMBOL vmlinux 0xe6b43b98 unregister_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0xe6d2458e do_trace_netlink_extack +EXPORT_SYMBOL vmlinux 0xe6d6d7fa scsi_host_alloc +EXPORT_SYMBOL vmlinux 0xe6daf0cc __folio_put +EXPORT_SYMBOL vmlinux 0xe6f27bb4 dquot_operations +EXPORT_SYMBOL vmlinux 0xe7004a90 drop_super_exclusive +EXPORT_SYMBOL vmlinux 0xe711d584 sock_init_data_uid +EXPORT_SYMBOL vmlinux 0xe719789f mmc_free_host +EXPORT_SYMBOL vmlinux 0xe725bfc7 skb_set_owner_w +EXPORT_SYMBOL vmlinux 0xe73aab7b nd_region_to_nstype +EXPORT_SYMBOL vmlinux 0xe75391b8 backlight_device_get_by_type +EXPORT_SYMBOL vmlinux 0xe76335c5 __debugger +EXPORT_SYMBOL vmlinux 0xe7679ba0 ps2_command +EXPORT_SYMBOL vmlinux 0xe776cdff fs_param_is_blockdev +EXPORT_SYMBOL vmlinux 0xe78694f9 inet_getname +EXPORT_SYMBOL vmlinux 0xe795228e of_clk_get +EXPORT_SYMBOL vmlinux 0xe795f7a5 fb_set_suspend +EXPORT_SYMBOL vmlinux 0xe79b1a93 bio_kmalloc +EXPORT_SYMBOL vmlinux 0xe7a3d6a7 set_anon_super_fc +EXPORT_SYMBOL vmlinux 0xe7c52245 tcp_release_cb +EXPORT_SYMBOL vmlinux 0xe7ce7439 _memcpy_fromio +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7f0b41e reuseport_attach_prog +EXPORT_SYMBOL vmlinux 0xe7fd6fee fib_notifier_ops_unregister +EXPORT_SYMBOL vmlinux 0xe814a5f4 find_inode_by_ino_rcu +EXPORT_SYMBOL vmlinux 0xe82c2655 filemap_fdatawrite_wbc +EXPORT_SYMBOL vmlinux 0xe83c7c93 i2c_smbus_write_byte_data +EXPORT_SYMBOL vmlinux 0xe83ebb4a tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0xe8493660 nla_append +EXPORT_SYMBOL vmlinux 0xe854b35e udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0xe8614b39 block_truncate_page +EXPORT_SYMBOL vmlinux 0xe86b4dc9 skb_vlan_pop +EXPORT_SYMBOL vmlinux 0xe878cc22 radix_tree_tagged +EXPORT_SYMBOL vmlinux 0xe8977a0e __bio_advance +EXPORT_SYMBOL vmlinux 0xe8c8f9b7 phy_trigger_machine +EXPORT_SYMBOL vmlinux 0xe8d285b2 nla_policy_len +EXPORT_SYMBOL vmlinux 0xe8d54c77 xa_clear_mark +EXPORT_SYMBOL vmlinux 0xe8dffa1d skb_eth_gso_segment +EXPORT_SYMBOL vmlinux 0xe8e7e83b vlan_filter_push_vids +EXPORT_SYMBOL vmlinux 0xe8f98b3e ipv6_chk_addr_and_flags +EXPORT_SYMBOL vmlinux 0xe909997a bitmap_print_list_to_buf +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe915b123 scsi_change_queue_depth +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe95eb5ab mmc_gpiod_request_ro +EXPORT_SYMBOL vmlinux 0xe966cafe phy_start_cable_test +EXPORT_SYMBOL vmlinux 0xe968180c proc_remove +EXPORT_SYMBOL vmlinux 0xe982cbb1 scsi_register_driver +EXPORT_SYMBOL vmlinux 0xe99d37a5 jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0xe9be1459 __dec_node_page_state +EXPORT_SYMBOL vmlinux 0xe9bfe3d1 sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0xe9dc12a4 zstd_get_error_name +EXPORT_SYMBOL vmlinux 0xe9e20fe8 rproc_elf_sanity_check +EXPORT_SYMBOL vmlinux 0xe9e3b3c9 of_graph_is_present +EXPORT_SYMBOL vmlinux 0xe9f695bd arch_get_random_seed_longs +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xe9fc8b01 gen_pool_add_owner +EXPORT_SYMBOL vmlinux 0xea2c8d3f __traceiter_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xea3c8e4e scsilun_to_int +EXPORT_SYMBOL vmlinux 0xea426e43 mempool_resize +EXPORT_SYMBOL vmlinux 0xea596a0a uart_suspend_port +EXPORT_SYMBOL vmlinux 0xea677b78 registered_fb +EXPORT_SYMBOL vmlinux 0xea6f9a36 zlib_deflate_dfltcc_enabled +EXPORT_SYMBOL vmlinux 0xea71ec91 tcp_check_req +EXPORT_SYMBOL vmlinux 0xea7596d9 __fs_parse +EXPORT_SYMBOL vmlinux 0xea7b4e89 serio_close +EXPORT_SYMBOL vmlinux 0xea7daa08 __video_get_options +EXPORT_SYMBOL vmlinux 0xea80392f on_each_cpu_cond_mask +EXPORT_SYMBOL vmlinux 0xea82c1fc inc_node_state +EXPORT_SYMBOL vmlinux 0xea931520 fb_io_write +EXPORT_SYMBOL vmlinux 0xea983e78 mmc_alloc_host +EXPORT_SYMBOL vmlinux 0xeaa1d67a inet_protos +EXPORT_SYMBOL vmlinux 0xeaad5599 neigh_connected_output +EXPORT_SYMBOL vmlinux 0xeab4a2de udp_ioctl +EXPORT_SYMBOL vmlinux 0xeae7850e inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0xeae843de find_vma +EXPORT_SYMBOL vmlinux 0xeaeacf29 pcim_enable_device +EXPORT_SYMBOL vmlinux 0xeaee2196 phy_attach +EXPORT_SYMBOL vmlinux 0xeaf74ebf __do_once_done +EXPORT_SYMBOL vmlinux 0xeafc141f __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xeb233a45 __kmalloc +EXPORT_SYMBOL vmlinux 0xeb252f77 folio_migrate_flags +EXPORT_SYMBOL vmlinux 0xeb29962d nd_btt_probe +EXPORT_SYMBOL vmlinux 0xeb2b1a34 reuseport_detach_prog +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb44339a free_pages_exact +EXPORT_SYMBOL vmlinux 0xeb59040d sk_wait_data +EXPORT_SYMBOL vmlinux 0xeb5d4c78 timestamp_truncate +EXPORT_SYMBOL vmlinux 0xeb8c7b7b cxl_use_count +EXPORT_SYMBOL vmlinux 0xeb8f2d4f __pmd_frag_size_shift +EXPORT_SYMBOL vmlinux 0xeb9c119c sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0xeb9eef52 match_uint +EXPORT_SYMBOL vmlinux 0xeba2885d bio_add_page +EXPORT_SYMBOL vmlinux 0xebd96e6d __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0xec18ebb6 vif_device_init +EXPORT_SYMBOL vmlinux 0xec33c668 __SCK__tp_func_spi_transfer_start +EXPORT_SYMBOL vmlinux 0xec4d9e3a clk_get_sys +EXPORT_SYMBOL vmlinux 0xec4fb493 remove_wait_queue +EXPORT_SYMBOL vmlinux 0xec692969 pcim_pin_device +EXPORT_SYMBOL vmlinux 0xec742323 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xec77ce71 dma_free_attrs +EXPORT_SYMBOL vmlinux 0xec7e95d6 unload_nls +EXPORT_SYMBOL vmlinux 0xec875be0 input_flush_device +EXPORT_SYMBOL vmlinux 0xec91319e i2c_register_driver +EXPORT_SYMBOL vmlinux 0xec97ead8 __kernel_io_start +EXPORT_SYMBOL vmlinux 0xeca957d1 __bitmap_and +EXPORT_SYMBOL vmlinux 0xecda3d13 tcp_shutdown +EXPORT_SYMBOL vmlinux 0xecde46c1 nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0xece45e4d kernel_sendmsg_locked +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xece7f5b7 pin_user_pages_remote +EXPORT_SYMBOL vmlinux 0xeceb0ffd ipv6_dev_mc_inc +EXPORT_SYMBOL vmlinux 0xecef6015 invalidate_disk +EXPORT_SYMBOL vmlinux 0xed26ca56 radix__flush_tlb_mm +EXPORT_SYMBOL vmlinux 0xed3672c1 netdev_emerg +EXPORT_SYMBOL vmlinux 0xed4eba57 crypto_kdf108_ctr_generate +EXPORT_SYMBOL vmlinux 0xed5afee4 dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0xed5dd8e0 mmc_release_host +EXPORT_SYMBOL vmlinux 0xed656e30 udp_encap_disable +EXPORT_SYMBOL vmlinux 0xed662e74 mdiobus_unregister_device +EXPORT_SYMBOL vmlinux 0xed768c26 sock_set_keepalive +EXPORT_SYMBOL vmlinux 0xed7e0f25 skb_split +EXPORT_SYMBOL vmlinux 0xed9e0789 mipi_dsi_dcs_enter_sleep_mode +EXPORT_SYMBOL vmlinux 0xeda2e038 scsi_cmd_allowed +EXPORT_SYMBOL vmlinux 0xedaab9bf rio_query_mport +EXPORT_SYMBOL vmlinux 0xedab0930 devm_rproc_add +EXPORT_SYMBOL vmlinux 0xedb5b8f5 unix_gc_lock +EXPORT_SYMBOL vmlinux 0xedb7be9c of_device_is_big_endian +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedbe2a71 dquot_release +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedd17b31 sock_get_timeout +EXPORT_SYMBOL vmlinux 0xede17a82 dma_map_sg_attrs +EXPORT_SYMBOL vmlinux 0xedf07c4b bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0xedfc0b49 dev_set_mac_address +EXPORT_SYMBOL vmlinux 0xedfc24b8 __traceiter_spi_transfer_start +EXPORT_SYMBOL vmlinux 0xee0118df aperture_remove_conflicting_devices +EXPORT_SYMBOL vmlinux 0xee077e77 phy_suspend +EXPORT_SYMBOL vmlinux 0xee1337a2 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0xee19050c flow_rule_match_pppoe +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee58a9de proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xee58e970 fb_add_videomode +EXPORT_SYMBOL vmlinux 0xee6e9f02 pcie_bandwidth_available +EXPORT_SYMBOL vmlinux 0xee7aefc5 pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0xee883b06 __vmalloc_array +EXPORT_SYMBOL vmlinux 0xee8c02e9 vprintk_emit +EXPORT_SYMBOL vmlinux 0xee8d74d6 jiffies64_to_nsecs +EXPORT_SYMBOL vmlinux 0xee8ef74e down_read_killable +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeb6f80a xfrm_replay_seqhi +EXPORT_SYMBOL vmlinux 0xeed3f7f3 zap_page_range_single +EXPORT_SYMBOL vmlinux 0xeed5bcca __pud_table_size +EXPORT_SYMBOL vmlinux 0xeee75d91 ucc_fast_init +EXPORT_SYMBOL vmlinux 0xeeff2850 refcount_dec_and_lock +EXPORT_SYMBOL vmlinux 0xef07cef4 key_validate +EXPORT_SYMBOL vmlinux 0xef15924d seq_printf +EXPORT_SYMBOL vmlinux 0xef15add2 input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0xef1ee9cd nf_hook_slow +EXPORT_SYMBOL vmlinux 0xef20e85a unix_get_socket +EXPORT_SYMBOL vmlinux 0xef6457a1 pin_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0xef6bf1a1 skb_checksum_trimmed +EXPORT_SYMBOL vmlinux 0xef71a22c wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0xefaf2e4f tcf_queue_work +EXPORT_SYMBOL vmlinux 0xefb22dc6 vio_unregister_driver +EXPORT_SYMBOL vmlinux 0xefcfe1df fget_raw +EXPORT_SYMBOL vmlinux 0xefeefc09 __SCK__tp_func_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf0062692 fault_in_iov_iter_readable +EXPORT_SYMBOL vmlinux 0xf0100584 wireless_send_event +EXPORT_SYMBOL vmlinux 0xf0246e6d blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0xf0329ad1 down_read_trylock +EXPORT_SYMBOL vmlinux 0xf052d649 pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0xf0538186 __neigh_event_send +EXPORT_SYMBOL vmlinux 0xf07ac9a5 ipv6_mc_check_mld +EXPORT_SYMBOL vmlinux 0xf07b07f6 sg_free_append_table +EXPORT_SYMBOL vmlinux 0xf07b78ba bio_add_pc_page +EXPORT_SYMBOL vmlinux 0xf07fe9a0 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0xf0856a5d dev_addr_add +EXPORT_SYMBOL vmlinux 0xf086156b xor_altivec_3 +EXPORT_SYMBOL vmlinux 0xf08d8c98 kthread_create_on_node +EXPORT_SYMBOL vmlinux 0xf0910ebc nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xf091fb8c xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0xf09b5d9a get_zeroed_page +EXPORT_SYMBOL vmlinux 0xf0a7ca78 serio_unregister_port +EXPORT_SYMBOL vmlinux 0xf0b0583a dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0xf0b1bd73 ip6_err_gen_icmpv6_unreach +EXPORT_SYMBOL vmlinux 0xf0b645dc netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0xf0c13e2f d_rehash +EXPORT_SYMBOL vmlinux 0xf0cf65c4 ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0xf0da9d8b of_get_mac_address_nvmem +EXPORT_SYMBOL vmlinux 0xf0fdf6cb __stack_chk_fail +EXPORT_SYMBOL vmlinux 0xf10ac208 inet6_csk_route_req +EXPORT_SYMBOL vmlinux 0xf110d1cb pseries_enable_reloc_on_exc +EXPORT_SYMBOL vmlinux 0xf11dd46e _page_poisoning_enabled_early +EXPORT_SYMBOL vmlinux 0xf12e6b06 alloc_anon_inode +EXPORT_SYMBOL vmlinux 0xf1349228 swake_up_locked +EXPORT_SYMBOL vmlinux 0xf135097f pnv_cxl_release_hwirqs +EXPORT_SYMBOL vmlinux 0xf151dde0 flow_rule_match_ct +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf1969a8e __usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xf19ab6ac phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0xf1a65f7b zstd_reset_dstream +EXPORT_SYMBOL vmlinux 0xf1a9a793 release_sock +EXPORT_SYMBOL vmlinux 0xf1be5b63 dma_fence_chain_init +EXPORT_SYMBOL vmlinux 0xf1d18e90 _outsw_ns +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1e046cc panic +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1eee75b phy_modify_paged_changed +EXPORT_SYMBOL vmlinux 0xf1f88a0e dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0xf1fdf9ae pci_release_resource +EXPORT_SYMBOL vmlinux 0xf21e0696 agp_generic_enable +EXPORT_SYMBOL vmlinux 0xf22c5aeb of_get_ethdev_address +EXPORT_SYMBOL vmlinux 0xf2334ea5 pci_claim_resource +EXPORT_SYMBOL vmlinux 0xf2378c7e paca_ptrs +EXPORT_SYMBOL vmlinux 0xf23f2d64 skb_put +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf241461f __xa_insert +EXPORT_SYMBOL vmlinux 0xf24b53eb ppp_unregister_compressor +EXPORT_SYMBOL vmlinux 0xf2628676 zstd_compress_cctx +EXPORT_SYMBOL vmlinux 0xf28cf0ae __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf29b28a5 pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0xf2a8efae dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0xf2c43f3f zlib_deflate +EXPORT_SYMBOL vmlinux 0xf2e5bd87 security_free_mnt_opts +EXPORT_SYMBOL vmlinux 0xf2e77777 __inode_add_bytes +EXPORT_SYMBOL vmlinux 0xf2f53617 memregion_free +EXPORT_SYMBOL vmlinux 0xf2f96c2f mmc_run_bkops +EXPORT_SYMBOL vmlinux 0xf2fd5eba tty_write_room +EXPORT_SYMBOL vmlinux 0xf32041f7 __mmap_lock_do_trace_start_locking +EXPORT_SYMBOL vmlinux 0xf321d12d pci_alloc_irq_vectors_affinity +EXPORT_SYMBOL vmlinux 0xf3274a02 skb_copy_and_hash_datagram_iter +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf34ca0c8 dev_remove_offload +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf35fa325 flow_block_cb_alloc +EXPORT_SYMBOL vmlinux 0xf36457e8 folio_wait_bit +EXPORT_SYMBOL vmlinux 0xf36f42a9 slhc_uncompress +EXPORT_SYMBOL vmlinux 0xf390f6f1 __bitmap_andnot +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf3932313 mb_cache_entry_wait_unused +EXPORT_SYMBOL vmlinux 0xf3989e35 __ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0xf39e42dc vga_remove_vgacon +EXPORT_SYMBOL vmlinux 0xf3a43a62 padata_free_shell +EXPORT_SYMBOL vmlinux 0xf3a57892 release_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0xf3b4f7d6 sk_ns_capable +EXPORT_SYMBOL vmlinux 0xf3bc38ed iov_iter_npages +EXPORT_SYMBOL vmlinux 0xf3d1fbb6 vfs_dedupe_file_range +EXPORT_SYMBOL vmlinux 0xf3dd70f9 ipv4_specific +EXPORT_SYMBOL vmlinux 0xf3e0564b ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0xf3e0e1df allocate_resource +EXPORT_SYMBOL vmlinux 0xf3edf208 pldmfw_flash_image +EXPORT_SYMBOL vmlinux 0xf3f159a9 proc_set_size +EXPORT_SYMBOL vmlinux 0xf3f612d8 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0xf40a6119 kset_register +EXPORT_SYMBOL vmlinux 0xf41273c6 truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0xf423434f udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0xf44588b0 of_find_backlight_by_node +EXPORT_SYMBOL vmlinux 0xf44a904a net_ns_barrier +EXPORT_SYMBOL vmlinux 0xf44f852a phy_check_valid +EXPORT_SYMBOL vmlinux 0xf457ed75 tcp_seq_next +EXPORT_SYMBOL vmlinux 0xf4705de1 pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0xf472017a swake_up_all +EXPORT_SYMBOL vmlinux 0xf474c21c bitmap_print_to_pagebuf +EXPORT_SYMBOL vmlinux 0xf474fdcb kfree_const +EXPORT_SYMBOL vmlinux 0xf47731f0 tso_build_data +EXPORT_SYMBOL vmlinux 0xf489135d __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0xf48efec3 rc5t583_ext_power_req_config +EXPORT_SYMBOL vmlinux 0xf493bf6d ilookup5_nowait +EXPORT_SYMBOL vmlinux 0xf49b33c9 eth_type_trans +EXPORT_SYMBOL vmlinux 0xf4a8aef6 param_get_ushort +EXPORT_SYMBOL vmlinux 0xf4b8785c inet_frag_kill +EXPORT_SYMBOL vmlinux 0xf4bd83fc skb_tunnel_check_pmtu +EXPORT_SYMBOL vmlinux 0xf4d36a4c simple_pin_fs +EXPORT_SYMBOL vmlinux 0xf4d6e041 device_match_acpi_handle +EXPORT_SYMBOL vmlinux 0xf4db35bc stpcpy +EXPORT_SYMBOL vmlinux 0xf4dd5e4a tcp_sync_mss +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf4f47923 security_dentry_create_files_as +EXPORT_SYMBOL vmlinux 0xf4f5ca8c dev_add_offload +EXPORT_SYMBOL vmlinux 0xf502c117 tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0xf507ee69 fixed_size_llseek +EXPORT_SYMBOL vmlinux 0xf512666d jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0xf515a442 filemap_fdatawait_range_keep_errors +EXPORT_SYMBOL vmlinux 0xf52163b9 rproc_elf_get_boot_addr +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf53f722e trace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0xf5488fd9 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0xf54a40db proc_dointvec +EXPORT_SYMBOL vmlinux 0xf54f5e1c xsk_set_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0xf558ae81 par_io_of_config +EXPORT_SYMBOL vmlinux 0xf55b383d pnv_phb_to_cxl_mode +EXPORT_SYMBOL vmlinux 0xf55b3b3d __arch_hweight16 +EXPORT_SYMBOL vmlinux 0xf55b4f36 pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0xf56a4053 pnv_pci_get_phb_node +EXPORT_SYMBOL vmlinux 0xf56ea87c napi_build_skb +EXPORT_SYMBOL vmlinux 0xf588d1e5 sock_dequeue_err_skb +EXPORT_SYMBOL vmlinux 0xf5a20ed2 __genradix_prealloc +EXPORT_SYMBOL vmlinux 0xf5a617ec genphy_config_eee_advert +EXPORT_SYMBOL vmlinux 0xf5a62ecc _memset_io +EXPORT_SYMBOL vmlinux 0xf5ae1a14 blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0xf5c4bc4a vfs_get_tree +EXPORT_SYMBOL vmlinux 0xf5c9b564 kernel_param_unlock +EXPORT_SYMBOL vmlinux 0xf5e1558d crash_shutdown_unregister +EXPORT_SYMBOL vmlinux 0xf5e27f3c dma_fence_signal_timestamp_locked +EXPORT_SYMBOL vmlinux 0xf5e7ea40 ktime_get_coarse_ts64 +EXPORT_SYMBOL vmlinux 0xf60e4c6c ip_do_fragment +EXPORT_SYMBOL vmlinux 0xf6148f0c inet_put_port +EXPORT_SYMBOL vmlinux 0xf6150d63 __xa_set_mark +EXPORT_SYMBOL vmlinux 0xf617186b sg_miter_next +EXPORT_SYMBOL vmlinux 0xf61f763f __filemap_set_wb_err +EXPORT_SYMBOL vmlinux 0xf623b236 jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0xf626dc93 max8925_bulk_write +EXPORT_SYMBOL vmlinux 0xf62c39fe ucc_slow_graceful_stop_tx +EXPORT_SYMBOL vmlinux 0xf638c46a tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0xf643d104 hsiphash_4u32 +EXPORT_SYMBOL vmlinux 0xf64dfc62 dquot_quotactl_sysfile_ops +EXPORT_SYMBOL vmlinux 0xf6525293 xattr_supports_user_prefix +EXPORT_SYMBOL vmlinux 0xf6582bd5 neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0xf665f39b __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0xf665f74f sock_load_diag_module +EXPORT_SYMBOL vmlinux 0xf666474c vfs_get_fsid +EXPORT_SYMBOL vmlinux 0xf66ec3b1 genphy_read_mmd_unsupported +EXPORT_SYMBOL vmlinux 0xf681a177 of_get_next_parent +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf6905afb d_obtain_root +EXPORT_SYMBOL vmlinux 0xf6bce976 jbd2_journal_finish_inode_data_buffers +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6f9d58d init_on_free +EXPORT_SYMBOL vmlinux 0xf6fc8791 __bitmap_xor +EXPORT_SYMBOL vmlinux 0xf7100cc9 input_mt_init_slots +EXPORT_SYMBOL vmlinux 0xf711cb9a poll_initwait +EXPORT_SYMBOL vmlinux 0xf713a201 security_sb_remount +EXPORT_SYMBOL vmlinux 0xf715cb12 __dquot_transfer +EXPORT_SYMBOL vmlinux 0xf718f5eb blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0xf72f5832 pci_dev_get +EXPORT_SYMBOL vmlinux 0xf7370f56 system_state +EXPORT_SYMBOL vmlinux 0xf738d1be register_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xf78d0d37 fwnode_irq_get +EXPORT_SYMBOL vmlinux 0xf79889f5 kernel_param_lock +EXPORT_SYMBOL vmlinux 0xf79f762e user_revoke +EXPORT_SYMBOL vmlinux 0xf7a6a5ef rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0xf7a983a4 block_write_full_page +EXPORT_SYMBOL vmlinux 0xf7b8997c tcp_sock_set_nodelay +EXPORT_SYMBOL vmlinux 0xf7c2df39 __wake_up_bit +EXPORT_SYMBOL vmlinux 0xf7d05a1d __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0xf7d31de9 kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf812cff6 memscan +EXPORT_SYMBOL vmlinux 0xf812e574 _raw_read_lock_irqsave +EXPORT_SYMBOL vmlinux 0xf8238e4d sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf83df451 pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0xf84bd6ee bpf_stats_enabled_key +EXPORT_SYMBOL vmlinux 0xf8798f4c dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0xf87ce61c mfd_remove_devices +EXPORT_SYMBOL vmlinux 0xf88ecec4 kvmemdup +EXPORT_SYMBOL vmlinux 0xf89350c0 md_done_sync +EXPORT_SYMBOL vmlinux 0xf8aafc5b xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0xf8d07858 bitmap_from_arr32 +EXPORT_SYMBOL vmlinux 0xf8d2bc2c zstd_find_frame_compressed_size +EXPORT_SYMBOL vmlinux 0xf8d3d246 generic_setlease +EXPORT_SYMBOL vmlinux 0xf8d43fa4 page_pool_destroy +EXPORT_SYMBOL vmlinux 0xf8daf05b napi_complete_done +EXPORT_SYMBOL vmlinux 0xf8e1115e _outsl_ns +EXPORT_SYMBOL vmlinux 0xf8f61ebc wake_up_var +EXPORT_SYMBOL vmlinux 0xf908d2b9 md_update_sb +EXPORT_SYMBOL vmlinux 0xf92027c8 dmam_free_coherent +EXPORT_SYMBOL vmlinux 0xf92f5a2b dev_set_allmulti +EXPORT_SYMBOL vmlinux 0xf93fd09c fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xf961f845 memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0xf9722676 twl_i2c_write +EXPORT_SYMBOL vmlinux 0xf974f02d vfs_llseek +EXPORT_SYMBOL vmlinux 0xf98f5a3f page_pool_unlink_napi +EXPORT_SYMBOL vmlinux 0xf9a0e49b neigh_seq_next +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9a67c43 dquot_disable +EXPORT_SYMBOL vmlinux 0xf9ae2121 proc_set_user +EXPORT_SYMBOL vmlinux 0xf9b1061f dquot_quota_off +EXPORT_SYMBOL vmlinux 0xf9b1cdcd smp_call_function_many +EXPORT_SYMBOL vmlinux 0xf9b599df scsi_print_sense +EXPORT_SYMBOL vmlinux 0xf9b67c20 __skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0xf9c0b663 strlcat +EXPORT_SYMBOL vmlinux 0xf9c45f94 jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0xf9ca2eb4 kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0xf9d1b620 sk_alloc +EXPORT_SYMBOL vmlinux 0xf9d2edff devm_devfreq_unregister_notifier +EXPORT_SYMBOL vmlinux 0xf9ec613f xp_dma_map +EXPORT_SYMBOL vmlinux 0xfa08c34a page_offline_end +EXPORT_SYMBOL vmlinux 0xfa134bf6 wake_up_process +EXPORT_SYMBOL vmlinux 0xfa1bbb46 xfrm_init_state +EXPORT_SYMBOL vmlinux 0xfa1d3e5b jbd2_journal_grab_journal_head +EXPORT_SYMBOL vmlinux 0xfa1e698b genphy_suspend +EXPORT_SYMBOL vmlinux 0xfa2b0318 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0xfa2e5f32 i2c_smbus_pec +EXPORT_SYMBOL vmlinux 0xfa39d300 tc_setup_cb_reoffload +EXPORT_SYMBOL vmlinux 0xfa4d2f03 __nla_parse +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa63da45 __sock_i_ino +EXPORT_SYMBOL vmlinux 0xfa6dd387 tcf_idrinfo_destroy +EXPORT_SYMBOL vmlinux 0xfa75de04 md_bitmap_start_sync +EXPORT_SYMBOL vmlinux 0xfa75e2d6 rproc_add_subdev +EXPORT_SYMBOL vmlinux 0xfa9c2ece _raw_read_trylock +EXPORT_SYMBOL vmlinux 0xfa9d39f6 generic_delete_inode +EXPORT_SYMBOL vmlinux 0xfaaa12d0 _page_poisoning_enabled +EXPORT_SYMBOL vmlinux 0xfaaf6847 __folio_cancel_dirty +EXPORT_SYMBOL vmlinux 0xfaaf70d3 mpage_readahead +EXPORT_SYMBOL vmlinux 0xfac7226d agp_generic_alloc_page +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfacf869f dst_destroy +EXPORT_SYMBOL vmlinux 0xfaecb308 memcg_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0xfaed5be6 ethtool_aggregate_ctrl_stats +EXPORT_SYMBOL vmlinux 0xfaf259aa param_set_int +EXPORT_SYMBOL vmlinux 0xfb05171d inet6_getname +EXPORT_SYMBOL vmlinux 0xfb0985c6 dst_dev_put +EXPORT_SYMBOL vmlinux 0xfb0ec54c ipv6_sock_mc_drop +EXPORT_SYMBOL vmlinux 0xfb1d3cad sk_free +EXPORT_SYMBOL vmlinux 0xfb232c7e idr_get_next_ul +EXPORT_SYMBOL vmlinux 0xfb23bdf0 __dev_set_mtu +EXPORT_SYMBOL vmlinux 0xfb2bbac0 __folio_start_writeback +EXPORT_SYMBOL vmlinux 0xfb3432f8 udp_seq_start +EXPORT_SYMBOL vmlinux 0xfb348fea fault_in_safe_writeable +EXPORT_SYMBOL vmlinux 0xfb384d37 kasprintf +EXPORT_SYMBOL vmlinux 0xfb41abf9 dst_release_immediate +EXPORT_SYMBOL vmlinux 0xfb456f9e cred_fscmp +EXPORT_SYMBOL vmlinux 0xfb469207 inet_sock_destruct +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb82c6f6 pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0xfb8a8f75 vme_register_driver +EXPORT_SYMBOL vmlinux 0xfb93e38f agp_alloc_bridge +EXPORT_SYMBOL vmlinux 0xfba7a5f5 __get_random_u32_below +EXPORT_SYMBOL vmlinux 0xfba7ddd2 match_u64 +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbab1bb1 ioread8_rep +EXPORT_SYMBOL vmlinux 0xfbad3cf0 scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0xfbb8a761 strscpy_pad +EXPORT_SYMBOL vmlinux 0xfbb9089c pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0xfbc39aa1 vme_irq_request +EXPORT_SYMBOL vmlinux 0xfbc4f89e io_schedule_timeout +EXPORT_SYMBOL vmlinux 0xfbd66c30 dump_align +EXPORT_SYMBOL vmlinux 0xfbe215e4 sg_next +EXPORT_SYMBOL vmlinux 0xfbed8dcd devfreq_update_target +EXPORT_SYMBOL vmlinux 0xfbf18b6a blk_set_runtime_active +EXPORT_SYMBOL vmlinux 0xfc27b9d3 pci_set_mwi +EXPORT_SYMBOL vmlinux 0xfc39e32f ioport_unmap +EXPORT_SYMBOL vmlinux 0xfc421e79 gnet_stats_add_queue +EXPORT_SYMBOL vmlinux 0xfc47e666 of_find_compatible_node +EXPORT_SYMBOL vmlinux 0xfc5d2d04 of_find_all_nodes +EXPORT_SYMBOL vmlinux 0xfc75050c inet_csk_reqsk_queue_drop +EXPORT_SYMBOL vmlinux 0xfc7ae789 free_netdev +EXPORT_SYMBOL vmlinux 0xfcb27ff0 percpu_counter_sync +EXPORT_SYMBOL vmlinux 0xfcbf873e scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0xfcce2f7d ucc_fast_enable +EXPORT_SYMBOL vmlinux 0xfcd1819a hdmi_spd_infoframe_check +EXPORT_SYMBOL vmlinux 0xfce0a108 tcp_init_sock +EXPORT_SYMBOL vmlinux 0xfce79e07 pci_enable_link_state +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfd285486 dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0xfd2935d3 mipi_dsi_dcs_set_tear_off +EXPORT_SYMBOL vmlinux 0xfd30af89 crypto_sha3_update +EXPORT_SYMBOL vmlinux 0xfd479192 serio_rescan +EXPORT_SYMBOL vmlinux 0xfd5d589c arch_free_page +EXPORT_SYMBOL vmlinux 0xfd60f2e6 pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0xfd61ea5a dma_unmap_page_attrs +EXPORT_SYMBOL vmlinux 0xfd6e1e45 mini_qdisc_pair_init +EXPORT_SYMBOL vmlinux 0xfd73bad6 jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xfd9f8fff ethtool_aggregate_pause_stats +EXPORT_SYMBOL vmlinux 0xfda2a2fd skb_dump +EXPORT_SYMBOL vmlinux 0xfda53fbd scsi_partsize +EXPORT_SYMBOL vmlinux 0xfdcc8a0e fb_find_best_display +EXPORT_SYMBOL vmlinux 0xfdd4216d pcibios_align_resource +EXPORT_SYMBOL vmlinux 0xfded48ed enable_kernel_fp +EXPORT_SYMBOL vmlinux 0xfdf530d2 agp_generic_insert_memory +EXPORT_SYMBOL vmlinux 0xfdfcdd5f __csum_partial +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe052363 ioread64_lo_hi +EXPORT_SYMBOL vmlinux 0xfe1c9ea5 sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0xfe1d2e94 key_create_or_update +EXPORT_SYMBOL vmlinux 0xfe20e077 tcf_block_netif_keep_dst +EXPORT_SYMBOL vmlinux 0xfe2f7271 _dev_warn +EXPORT_SYMBOL vmlinux 0xfe33df85 sk_dst_check +EXPORT_SYMBOL vmlinux 0xfe34a8f2 mdio_driver_unregister +EXPORT_SYMBOL vmlinux 0xfe453d74 netlink_broadcast +EXPORT_SYMBOL vmlinux 0xfe487975 init_wait_entry +EXPORT_SYMBOL vmlinux 0xfe5820e0 scsi_host_get +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe8ff47f current_in_userns +EXPORT_SYMBOL vmlinux 0xfe916dc6 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0xfea0b847 dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0xfeb6f01a mipi_dsi_dcs_set_page_address +EXPORT_SYMBOL vmlinux 0xfeb87eeb kernel_tmpfile_open +EXPORT_SYMBOL vmlinux 0xfed177b6 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfee4f543 dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0xfee8de6a _raw_spin_lock_bh +EXPORT_SYMBOL vmlinux 0xfeebc7c4 __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0xfef55c9b vfs_iocb_iter_read +EXPORT_SYMBOL vmlinux 0xfef7c41a phy_set_max_speed +EXPORT_SYMBOL vmlinux 0xfefcb98e vme_dma_vme_attribute +EXPORT_SYMBOL vmlinux 0xfefe3f54 pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0xff0038e4 ip6_output +EXPORT_SYMBOL vmlinux 0xff0e2dd3 of_find_node_opts_by_path +EXPORT_SYMBOL vmlinux 0xff1a0cda get_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff23eb97 i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL vmlinux 0xff282521 rfkill_register +EXPORT_SYMBOL vmlinux 0xff41a709 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0xff489e75 devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0xff4971c0 xfrm6_rcv_tnl +EXPORT_SYMBOL vmlinux 0xff606687 blk_mq_run_hw_queue +EXPORT_SYMBOL vmlinux 0xff66e0fe tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0xff6791df tcp_sock_set_syncnt +EXPORT_SYMBOL vmlinux 0xff68758f blk_mq_delay_run_hw_queues +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff71fca2 copy_page_to_iter_nofault +EXPORT_SYMBOL vmlinux 0xff77b861 irq_set_chip +EXPORT_SYMBOL vmlinux 0xff87a58b dma_fence_array_next +EXPORT_SYMBOL vmlinux 0xffae3371 setup_arg_pages +EXPORT_SYMBOL vmlinux 0xffb91072 __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0xffc4f200 zstd_compress_stream +EXPORT_SYMBOL vmlinux 0xffcc4ec7 tcp_bpf_bypass_getsockopt +EXPORT_SYMBOL vmlinux 0xffdb916e csum_and_copy_from_iter +EXPORT_SYMBOL vmlinux 0xffe50596 udp_read_skb +EXPORT_SYMBOL vmlinux 0xffe690fd udp_table +EXPORT_SYMBOL vmlinux 0xffeedf6a delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0xfff0eebf ethtool_rx_flow_rule_create +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x0684241b kvmppc_emulate_mmio +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x0731bd44 vcpu_put +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x07602246 gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x09cedaf3 kvm_read_guest +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x0a841347 kvm_vcpu_wake_up +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x0b91821d kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x0c249cf9 kvmppc_hv_ops +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x0ccd335d kvm_io_bus_get_dev +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x0f1f730d kvmppc_h_stuff_tce +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x1144f99e kvmppc_xive_rearm_escalation +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x185edcbc kvm_vcpu_map +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x18fd9b35 gfn_to_memslot +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x20dbdfe1 kvmppc_handle_store +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x28545b1a kvmppc_ld +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x28f38233 kvmppc_load_last_inst +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x2aa6b692 kvmppc_xics_clr_mapped +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x2d4a8c31 kvm_vcpu_gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x33457ad8 __gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x33af8df2 kvmppc_core_queue_data_storage +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x361eaeb7 kvm_vcpu_read_guest +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x370c772c gfn_to_pfn_prot +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x37aa6499 kvmppc_h_logical_ci_load +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x39e8697f kvm_put_kvm_no_destroy +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x39fd83db halt_poll_ns_shrink +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x3d095c09 kvm_vcpu_is_visible_gfn +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x3ffb1b79 kvmppc_core_dequeue_dec +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x44c100ab __SCK__tp_func_kvm_ppc_instr +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x47201e73 kvm_read_guest_offset_cached +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x4acb2945 kvm_clear_guest +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x4e3fd1b4 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x4eb51f61 kvmppc_xive_pull_vcpu +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x4ec755f1 gfn_to_pfn +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x4f4b0141 kvm_read_guest_cached +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x52aa62c6 kvm_release_page_clean +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x52e8aafb kvm_write_guest_offset_cached +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x5727df98 kvm_vcpu_unmap +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x57b1109c kvmppc_xive_clr_mapped +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x595546c8 kvmppc_rtas_hcall +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x59e640c0 halt_poll_ns +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x5dbbfb88 kvm_destroy_vcpus +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x5e032417 kvm_vcpu_mark_page_dirty +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x5fb8848b halt_poll_ns_grow_start +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x6171eaf1 kvmppc_st +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x6356c316 kvm_is_visible_gfn +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x67916096 kvm_init +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x6892e3c3 kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x68b876c5 kvmppc_h_get_tce +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x6bfe9abf kvm_vcpu_write_guest_page +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x6c0d8021 kvmppc_core_pending_dec +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x73503eb6 kvmppc_set_msr +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x76a1c914 gfn_to_hva +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x76c96b4c kvm_vcpu_gfn_to_hva +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x76dbbfd1 kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x77ec9499 kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x7afe324e halt_poll_ns_grow +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x7c94c99a kvm_release_pfn_dirty +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x7d3b3e08 __traceiter_kvm_ppc_instr +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x7f91ee45 __tracepoint_kvm_ppc_instr +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x803ed117 kvmppc_book3s_queue_irqprio +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x817e80fc kvmppc_xive_push_vcpu +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x88dbf094 kvm_flush_remote_tlbs +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x8ba8a376 kvmppc_xics_rm_complete +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x8bf6ff68 kvmppc_core_queue_program +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x8cbf0627 __kvm_set_memory_region +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x8ceb559f kvm_write_guest_page +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x8f1d6e34 kvm_release_page_dirty +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x91c7c000 mark_page_dirty +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x97b52ed8 gfn_to_page +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x99acdf35 kvm_write_guest_cached +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0x9c9ffbb0 kvmppc_h_logical_ci_store +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xa1c4231f kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xa560df24 mark_page_dirty_in_slot +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xa80ad5ce kvmppc_sanity_check +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xa9f45e33 kvmppc_core_queue_dec +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xab59d373 kvmppc_free_lpid +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xab856331 kvm_put_kvm +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xaf0de20c kvmppc_handle_load +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xb0458a70 gfn_to_hva_memslot +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xb1d0ca29 kvmppc_gpa_to_pfn +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xb2b028a6 kvm_read_guest_page +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xb3e482a1 kvm_get_kvm_safe +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xb539403c kvm_get_running_vcpu +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xba0da9a1 kvm_irq_has_notifier +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xbd3cf725 kvm_vcpu_gfn_to_pfn +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xbe4acba6 kvmppc_prepare_to_enter +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xc1148390 kvmppc_core_queue_machine_check +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xc1627e67 kvm_vcpu_read_guest_atomic +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xc3840c46 kvmppc_pr_ops +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xcc44961f kvmppc_alloc_lpid +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xcc545a3c kvmppc_core_prepare_to_enter +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xcd67ef3a kvm_are_all_memslots_empty +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xcf647ec6 kvm_io_bus_write +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xd6529d0b kvm_vcpu_read_guest_page +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xd73cce3b kvmppc_core_queue_inst_storage +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xd9fafe3d kvm_get_kvm +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xdd113964 kvmppc_kvm_pv +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xdf5b9f84 kvm_write_guest +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xe15876c2 kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xe3a1bf74 kvmppc_xive_xics_hcall +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xe67e7edf file_is_kvm +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xe7d85826 kvmppc_h_put_tce +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xe8a492fd kvm_vcpu_halt +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xeaade229 kvm_vcpu_write_guest +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xec0dce1e gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xf06de534 kvmppc_xics_hcall +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xf3707428 kvm_make_all_cpus_request +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xf3f78b45 kvmppc_xics_set_mapped +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xf4da3546 kvmppc_init_lpid +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xf521224d kvm_get_dirty_log +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xf7237343 kvm_vcpu_kick +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xf7aae247 gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xf88c6c63 kvmppc_xive_set_mapped +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xf8e33172 kvm_debugfs_dir +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xfc492c2b vcpu_load +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm 0xfffba5f7 kvmppc_h_put_tce_indirect +EXPORT_SYMBOL_GPL arch/powerpc/kvm/kvm-pr 0x0b2a93b7 kvmppc_emulate_instruction +EXPORT_SYMBOL_GPL crypto/af_alg 0x0b0c4c69 af_alg_sendmsg +EXPORT_SYMBOL_GPL crypto/af_alg 0x1cbf97ce af_alg_count_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x27e92408 af_alg_async_cb +EXPORT_SYMBOL_GPL crypto/af_alg 0x3e7fde03 af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/af_alg 0x49017198 af_alg_free_resources +EXPORT_SYMBOL_GPL crypto/af_alg 0x4d482d75 af_alg_wmem_wakeup +EXPORT_SYMBOL_GPL crypto/af_alg 0x5629c276 af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0x5f6b1019 af_alg_pull_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0x634264a9 af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0x6a9d92bb af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0x922f7dcc af_alg_alloc_areq +EXPORT_SYMBOL_GPL crypto/af_alg 0xa3a07894 af_alg_get_rsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xa4b57239 af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0xb6472a08 af_alg_poll +EXPORT_SYMBOL_GPL crypto/af_alg 0xe968631c af_alg_wait_for_data +EXPORT_SYMBOL_GPL crypto/af_alg 0xf26e862a af_alg_register_type +EXPORT_SYMBOL_GPL crypto/aria_generic 0x4a61978a aria_encrypt +EXPORT_SYMBOL_GPL crypto/aria_generic 0x6e9f6c58 aria_set_key +EXPORT_SYMBOL_GPL crypto/aria_generic 0xbdad6df6 aria_decrypt +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x717f21f9 async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xb86a00d2 async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0xd01bc596 async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x25c054c1 async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x7ded07aa async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x130b16ca async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x43229c9d __async_tx_find_channel +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xaf3bcada async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0xca874abc async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x4191a28b async_xor_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xe0ba0b63 async_xor +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xec42c00d async_xor_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xef61acc0 async_xor_val_offs +EXPORT_SYMBOL_GPL crypto/authenc 0x2479193e crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0xfd60fe04 blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x02c78a9d cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x188d9d26 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0xef81a4af __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x3dbae082 __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x47ce03ca cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xcfce512f __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xd76a5716 __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast_common 0x5609ce41 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0x5b17be06 cast_s4 +EXPORT_SYMBOL_GPL crypto/cast_common 0xb9cba57f cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xbd3e7542 cast_s1 +EXPORT_SYMBOL_GPL crypto/cryptd 0x01fece7d cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x04d60276 cryptd_ahash_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x23350309 cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x3f0a4adb cryptd_free_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x4641cbb5 cryptd_aead_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x5450b1f3 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x55a8b1f7 cryptd_alloc_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x5c21f373 cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x7e896c7e cryptd_skcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x8f316e95 cryptd_skcipher_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0xdc06080b cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0xdd773150 cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0xfa500998 cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x00fdbc37 crypto_finalize_aead_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x1f033eb5 crypto_engine_start +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x395d4d9a crypto_engine_exit +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x3cc87bdc crypto_engine_alloc_init_and_set +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x3ddc3409 crypto_transfer_hash_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x4f3e3d8c crypto_transfer_aead_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x619aaf20 crypto_transfer_akcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x7b21d8dd crypto_transfer_kpp_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x7f25984f crypto_engine_stop +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x968e0ed2 crypto_finalize_hash_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x9921bbf3 crypto_finalize_akcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x9de08492 crypto_transfer_skcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xac51248e crypto_engine_alloc_init +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xb251f891 crypto_finalize_kpp_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xbcd96c21 crypto_finalize_skcipher_request +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0x33b866ce crypto_ecdh_decode_key +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0x7475be8e crypto_ecdh_key_len +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0xb230d2ec crypto_ecdh_encode_key +EXPORT_SYMBOL_GPL crypto/polyval-generic 0x1936413e polyval_mul_non4k +EXPORT_SYMBOL_GPL crypto/polyval-generic 0x49dece42 polyval_update_non4k +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x4eb4c55e __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xbcc074f3 __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xd4c9681a __serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xeebbd054 serpent_setkey +EXPORT_SYMBOL_GPL crypto/sm2_generic 0x64e4a0cd sm2_compute_z_digest +EXPORT_SYMBOL_GPL crypto/sm3 0xa98edad1 sm3_update +EXPORT_SYMBOL_GPL crypto/sm3 0xf04338f9 sm3_final +EXPORT_SYMBOL_GPL crypto/sm3_generic 0x0bddca87 sm3_zero_message_hash +EXPORT_SYMBOL_GPL crypto/sm4 0x24e254e8 sm4_expandkey +EXPORT_SYMBOL_GPL crypto/sm4 0xfa81970e sm4_crypt_block +EXPORT_SYMBOL_GPL crypto/twofish_common 0x8e2b68c6 twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0xe22b7787 __twofish_setkey +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x08f0212d spk_set_num_var +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x0c80690f spk_ttyio_release +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x0ef1d765 speakup_info +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x1cbbc39c synth_add +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x1e39eb14 synth_putws +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x3c8f6316 spk_synth_flush +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x41a160e5 synth_buffer_empty +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x4449e1dd synth_buffer_clear +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x45eda959 spk_get_var +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x466f5eb7 synth_putwc +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x594ef1b4 spk_ttyio_synth_immediate +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x6ef6c590 synth_current +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x7551f4b0 spk_ttyio_synth_probe +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x76d40046 synth_buffer_skip_nonlatin1 +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x84dad068 synth_buffer_getc +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8c82dfca synth_request_region +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8d7fb709 synth_remove +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8ee7a8a9 spk_synth_get_index +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0x8fe0db01 synth_putwc_s +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xa6dbb270 spk_synth_is_alive_nop +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xa7ede9e2 spk_do_catch_up_unicode +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xaadb0612 synth_buffer_peek +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xb988ea78 spk_do_catch_up +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xba0088e0 speakup_event +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xba346119 spk_synth_is_alive_restart +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xbbd15a51 speakup_start_ttys +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xbd4ec814 spk_var_store +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc319c604 synth_putws_s +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xc58f6e50 spk_get_var_header +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd10c157a spk_ttyio_ops +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd167e8ff spk_var_show +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xd8fd86cf synth_release_region +EXPORT_SYMBOL_GPL drivers/accessibility/speakup/speakup 0xe194d0ef synth_printf +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x1929dce4 ahci_stop_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x1c576042 ahci_handle_port_intr +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x256960d6 ahci_do_softreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x2af45e57 ahci_fill_cmd_slot +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x2e442bba ahci_host_activate +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x3cdc76a3 ahci_save_initial_config +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x3ec0af76 ahci_shost_groups +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x40603c3a ahci_do_hardreset +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x51fb6719 ahci_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5a86484f ahci_sdev_groups +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x5d57440c ahci_reset_em +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x6049cdd7 ahci_set_em_messages +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x6e303624 ahci_kick_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x757fe430 ahci_start_engine +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8560e622 ahci_print_info +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x86ec90e9 ahci_port_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x890ae97a ahci_start_fis_rx +EXPORT_SYMBOL_GPL drivers/ata/libahci 0x8a04c70c ahci_init_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xb8fe3769 ahci_error_handler +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xcb4adf25 ahci_reset_controller +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xd892ec20 ahci_pmp_retry_srst_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xd8aaa316 ahci_dev_classify +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xe148a1d6 ahci_qc_issue +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xea50dad3 ahci_ignore_sss +EXPORT_SYMBOL_GPL drivers/ata/libahci 0xfd382fd8 ahci_check_ready +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x0cd2a0e3 ahci_platform_disable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x1ba7293e ahci_platform_disable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x24a748ba ahci_platform_suspend +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x3f996bae ahci_platform_find_clk +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x65644b6a ahci_platform_enable_clks +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x694156b7 ahci_platform_shutdown +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x6c18857d ahci_platform_init_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x723b8a01 ahci_platform_enable_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x7833b6ef ahci_platform_get_resources +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x7ef9c23b ahci_platform_resume +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x9a213722 ahci_platform_ops +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0x9ef085c9 ahci_platform_assert_rsts +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xa7b470f1 ahci_platform_disable_phys +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xa9f139df ahci_platform_deassert_rsts +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xbce33508 ahci_platform_enable_regulators +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xca68441f ahci_platform_suspend_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xd97712a5 ahci_platform_enable_phys +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xe27c3d06 ahci_platform_resume_host +EXPORT_SYMBOL_GPL drivers/ata/libahci_platform 0xf2995f76 ahci_platform_disable_regulators +EXPORT_SYMBOL_GPL drivers/ata/pata_platform 0x01df63ce __pata_platform_probe +EXPORT_SYMBOL_GPL drivers/ata/pata_sis 0x3ac6902c sis_info133_for_sata +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0x09917359 charlcd_poke +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0x6fd9cc4a charlcd_register +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0x8b45326c charlcd_alloc +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0xd3e29970 charlcd_backlight +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0xf3304696 charlcd_free +EXPORT_SYMBOL_GPL drivers/auxdisplay/charlcd 0xf883c540 charlcd_unregister +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x07b26ecc hd44780_common_gotoxy +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x1aa688fd hd44780_common_lines +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x23159a5b hd44780_common_clear_display +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x30e85287 hd44780_common_shift_display +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x36dc00a2 hd44780_common_print +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x3c4c183f hd44780_common_home +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x489c89e8 hd44780_common_redefine_char +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x64415593 hd44780_common_display +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x79e8e259 hd44780_common_alloc +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x8585e5fd hd44780_common_blink +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0x8d4f3fa4 hd44780_common_init_display +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0xa22afdaa hd44780_common_cursor +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0xc369090d hd44780_common_shift_cursor +EXPORT_SYMBOL_GPL drivers/auxdisplay/hd44780_common 0xf360d788 hd44780_common_fontsize +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x14102f23 ks0108_displaystate +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x48a70518 ks0108_writedata +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x4f506333 ks0108_startline +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0x6edae968 ks0108_isinited +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xbf4774db ks0108_writecontrol +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xedde6df2 ks0108_page +EXPORT_SYMBOL_GPL drivers/auxdisplay/ks0108 0xfee8ef7b ks0108_address +EXPORT_SYMBOL_GPL drivers/auxdisplay/line-display 0x2c1e47b8 linedisp_register +EXPORT_SYMBOL_GPL drivers/auxdisplay/line-display 0x35e690f9 linedisp_unregister +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-i3c 0x3a04460a __devm_regmap_init_i3c +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0x8df49bf9 __regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sccb 0x9868420a __devm_regmap_init_sccb +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0x16fbf48e __regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw 0x30deffd0 __devm_regmap_init_sdw +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0x85ee5b2e __regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-sdw-mbq 0x98979944 __devm_regmap_init_sdw_mbq +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x1b2dc4bc __devm_regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-slimbus 0x81a6ef30 __regmap_init_slimbus +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0x65a6add5 __devm_regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spi-avmm 0x8afff25c __regmap_init_spi_avmm +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x7a344924 __devm_regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x91c465ce __regmap_init_spmi_ext +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0x9ba3393a __devm_regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-spmi 0xdb97c270 __regmap_init_spmi_base +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0x619f546a __devm_regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-w1 0xe4e6511f __regmap_init_w1 +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x0de28d22 bcma_core_pci_power_save +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x12ca631c bcma_chipco_gpio_control +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x174ef680 bcma_chipco_pll_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x19826777 bcma_host_pci_down +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x21c4fba8 bcma_driver_unregister +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x321623c9 bcma_find_core_unit +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x502bda33 bcma_host_pci_up +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x5907d2e0 bcma_core_enable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x6cbc68eb bcma_chipco_chipctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x76621cc1 __bcma_driver_register +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7a8797aa bcma_core_disable +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x7f0d0fcd bcma_chipco_pll_write +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x81c8dd51 bcma_core_set_clockmode +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x85f8ced1 bcma_chipco_pll_read +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x8d5f65ac bcma_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x957e183e bcma_host_pci_irq_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x9b755fbd bcma_core_is_enabled +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x9babb15b bcma_chipco_get_alp_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0x9bbcab4a bcma_core_pll_ctl +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa61976ea bcma_chipco_regctl_maskset +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xa7c9f71d bcma_chipco_gpio_outen +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xc2ed8c03 bcma_chipco_gpio_out +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xd9183669 bcma_pmu_get_bus_clock +EXPORT_SYMBOL_GPL drivers/bcma/bcma 0xf1a3fa54 bcma_chipco_b_mii_write +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x104c0e24 btbcm_finalize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x77434ad0 btbcm_read_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x7ce1a353 btbcm_setup_apple +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x829ce2e5 btbcm_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x846e11c9 btbcm_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0x8c06cd49 btbcm_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xad54d3f7 btbcm_setup_patchram +EXPORT_SYMBOL_GPL drivers/bluetooth/btbcm 0xaf6f8daa btbcm_write_pcm_int_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x08b5a228 btintel_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x23285508 btintel_exit_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x312a0034 btintel_regmap_init +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x3f120a04 btintel_set_diag +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x447697e2 btintel_read_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x5a398974 btintel_load_ddc_config +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x609bc63b btintel_set_event_mask_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x64f1b73f btintel_send_intel_reset +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x6a360a81 btintel_read_boot_params +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x794521aa btintel_secure_send_result +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0x7c29cd62 btintel_version_info +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xb5c5e105 btintel_configure_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xc166b89c btintel_set_quality_report +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xc19edb4e btintel_check_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xdb88c655 btintel_bootup +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xe7c6e8dd btintel_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btintel 0xebe19a75 btintel_enter_mfg +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x181fd8e4 btmrvl_enable_ps +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x569a5325 btmrvl_register_hdev +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x8225a8e2 btmrvl_pscan_window_reporting +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x90c31f16 btmrvl_process_event +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x90dc4ace btmrvl_enable_hs +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0x95a90c01 btmrvl_check_evtpkt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xc8c0e74a btmrvl_remove_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xe1e4f637 btmrvl_send_hscfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xe6cc554f btmrvl_interrupt +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xf34389dc btmrvl_add_card +EXPORT_SYMBOL_GPL drivers/bluetooth/btmrvl 0xfad72f2d btmrvl_send_module_cfg_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x399dc784 btmtk_setup_firmware_79xx +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0x3dd9c4dc btmtk_setup_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btmtk 0xd4f6f83f btmtk_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x0cc11e38 qca_read_soc_version +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x935e2df2 qca_send_pre_shutdown_cmd +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0x9de89b62 qca_uart_setup +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xa4945a3d qca_set_bdaddr_rome +EXPORT_SYMBOL_GPL drivers/bluetooth/btqca 0xbaa2d55b qca_set_bdaddr +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x00874616 btrtl_get_uart_settings +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x49a67d96 btrtl_shutdown_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x5e427513 btrtl_download_firmware +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x80fc0fbb btrtl_set_quirks +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0x85b9fd39 btrtl_setup_realtek +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xaf78f260 btrtl_free +EXPORT_SYMBOL_GPL drivers/bluetooth/btrtl 0xffec978b btrtl_initialize +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0x8963145c hci_uart_register_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xc0f2b259 h4_recv_buf +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xe1636e81 hci_uart_unregister_device +EXPORT_SYMBOL_GPL drivers/bluetooth/hci_uart 0xe2596522 hci_uart_tx_wakeup +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x09298ae4 __mhi_ep_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x2b252a97 mhi_ep_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x5e4fbaeb mhi_ep_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x5fe39817 mhi_ep_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x75a15468 mhi_ep_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0x809a3109 mhi_ep_queue_is_empty +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xc985fd4b mhi_ep_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/ep/mhi_ep 0xce71d8dc mhi_ep_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x06adbb29 mhi_prepare_for_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x16dd6336 __mhi_driver_register +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x2b47d56a mhi_prepare_for_transfer_autoqueue +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x3ea8a4d0 mhi_device_get +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x430e5d6a mhi_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x4ce20d72 mhi_force_rddm_mode +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x5a28627c mhi_soc_reset +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x61224bcd mhi_pm_suspend +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x651f7d9d mhi_free_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x65274f57 mhi_queue_dma +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x76191150 mhi_pm_resume +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x7c24d3ea mhi_prepare_for_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x7ca104e5 mhi_download_rddm_image +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x7d3e42b4 mhi_unprepare_from_transfer +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x80147a3c mhi_notify +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x863c7a4c mhi_queue_is_full +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x8812ae64 mhi_get_mhi_state +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x9647fd95 mhi_device_put +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0x9823e853 mhi_driver_unregister +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xa5f919c6 mhi_unregister_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xa8f76215 mhi_get_exec_env +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xacda3792 mhi_unprepare_after_power_down +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xb6c7cfff mhi_async_power_up +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xba1de7be mhi_register_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xbccc21f6 mhi_pm_resume_force +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xcd3d7224 mhi_queue_skb +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xdf84fba8 mhi_get_free_desc_count +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xe9d2ff2a mhi_device_get_sync +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xf7b54ba8 mhi_alloc_controller +EXPORT_SYMBOL_GPL drivers/bus/mhi/host/mhi 0xff020386 mhi_queue_buf +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0x45a7db31 moxtet_device_read +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0xac6a247f __moxtet_register_driver +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0xae62d95c moxtet_device_write +EXPORT_SYMBOL_GPL drivers/bus/moxtet 0xdae708a7 moxtet_device_written +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0cd330f4 range_unknown +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x0e51dddc comedi_event +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x169f2956 comedi_dio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x21102f87 range_0_32mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x289b026e comedi_buf_read_n_available +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2d5cc571 comedi_buf_write_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x2f0ad9d3 range_bipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x310fcbc3 comedi_buf_read_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x34bafc07 comedi_alloc_devpriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x3b11b1f8 comedi_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4236eaaf range_4_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4e9753c9 comedi_alloc_spriv +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4f6ce585 comedi_dio_update_state +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x4fe634f3 range_bipolar2_5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x52d6173d comedi_is_subdevice_running +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x5379ae6a comedi_check_chanlist +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x564eb396 comedi_dev_put +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x57d23d6a comedi_nsamples_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x5851a853 comedi_load_firmware +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x65579ee7 comedi_alloc_subdev_readback +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x678e94b1 comedi_buf_write_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x69c0fabf comedi_set_spriv_auto_free +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x69db887e comedi_nscans_left +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x8113872c range_unipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x82a44396 comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x90f7e425 comedi_bytes_per_scan_cmd +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x9117c7af comedi_readback_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x919f0977 comedi_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x9301543e comedi_buf_read_alloc +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x97eb1ffe comedi_legacy_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0x9da084c4 comedi_buf_read_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xa8bf24c5 comedi_handle_events +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xac8a6e3f comedi_inc_scan_progress +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xae1f74c2 comedi_dev_get_from_minor +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb679cebc range_0_20mA +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb7885d51 comedi_bytes_per_scan +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xb85eed07 comedi_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbb52fc7f range_bipolar10 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbb997cfc comedi_set_hw_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbdbe75c6 range_unipolar2_5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xbedfc235 comedi_timeout +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xd3f5b113 comedi_buf_write_samples +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xd7104d3c comedi_alloc_subdevices +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdb2044b2 range_unipolar5 +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xdfe61b11 __comedi_request_region +EXPORT_SYMBOL_GPL drivers/comedi/comedi 0xff64ad90 comedi_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x1acc715e comedi_pci_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x420be58f comedi_pci_detach +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x57a0d24b comedi_pci_enable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0x9bab5041 comedi_pci_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xc0c76df2 comedi_to_pci_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xc7047b29 comedi_pci_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xca0d7435 comedi_pci_disable +EXPORT_SYMBOL_GPL drivers/comedi/comedi_pci 0xf6d30f17 comedi_pci_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x1d7cf36c comedi_usb_driver_register +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x790d9591 comedi_usb_auto_config +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x79beae56 comedi_usb_driver_unregister +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0x879d6f20 comedi_usb_auto_unconfig +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xae248cf3 comedi_to_usb_dev +EXPORT_SYMBOL_GPL drivers/comedi/comedi_usb 0xf718574a comedi_to_usb_interface +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0x79f4a6cf addi_watchdog_reset +EXPORT_SYMBOL_GPL drivers/comedi/drivers/addi_watchdog 0xc416b55b addi_watchdog_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0x81ae5a90 amplc_dio200_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_dio200_common 0xa66b18ea amplc_dio200_set_enhance +EXPORT_SYMBOL_GPL drivers/comedi/drivers/amplc_pc236_common 0x5d7081db amplc_pc236_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x12c272eb comedi_8254_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x1b5fa9aa comedi_8254_set_mode +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x23dfee59 comedi_8254_subdevice_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x27f975a4 comedi_8254_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x2fbfc76c comedi_8254_load +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x5f469ef7 comedi_8254_status +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x7b1c2712 comedi_8254_cascade_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x8d88fcb8 comedi_8254_ns_to_timer +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x9091bd85 comedi_8254_pacer_enable +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0x95a8d162 comedi_8254_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xc0126b7e comedi_8254_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xcd43facf comedi_8254_set_busy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8254 0xfb9852e0 comedi_8254_update_divisors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0x33392386 subdev_8255_regbase +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0xbf79933f subdev_8255_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_8255 0xf69fb489 subdev_8255_mm_init +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0x12fba874 comedi_isadma_disable +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0x2bfb93b5 comedi_isadma_free +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0x4a17474e comedi_isadma_disable_on_sample +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0x5b566655 comedi_isadma_alloc +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0xca784d4b comedi_isadma_set_mode +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0xd19df7d9 comedi_isadma_poll +EXPORT_SYMBOL_GPL drivers/comedi/drivers/comedi_isadma 0xea878430 comedi_isadma_program +EXPORT_SYMBOL_GPL drivers/comedi/drivers/das08 0xc37b4328 das08_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x08a9000f mite_buf_change +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x17cd8bfa mite_done +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x1e3750cf mite_request_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x20f51b7f mite_dma_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x2e82084b mite_dma_disarm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x333f02e1 mite_bytes_in_transit +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x46d2373e mite_request_channel_in_range +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x5d5b44d6 mite_ack_linkc +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x6061ec65 mite_sync_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x73cd30fb mite_free_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0x782f6bab mite_alloc_ring +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xa5d9a076 mite_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xb0b63a9e mite_release_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xb40e0714 mite_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xcf1ed130 mite_init_ring_descriptors +EXPORT_SYMBOL_GPL drivers/comedi/drivers/mite 0xf877fb60 mite_prep_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0x48187abf labpc_common_detach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_common 0xae782cb5 labpc_common_attach +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0x64b0631a labpc_drain_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0xa79162a9 labpc_setup_dma +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0xb582738b labpc_free_dma_chan +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0xd7d1bc01 labpc_init_dma_chan +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_labpc_isadma 0xd99c1214 labpc_handle_dma_status +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x076bc308 ni_find_route_source +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x0921123e ni_lookup_route_register +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x1facf7f8 ni_is_cmd_dest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x64443d67 ni_get_valid_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x6c18c54e ni_count_valid_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x85e75c94 ni_assign_device_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x863a306d ni_sort_device_routes +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x8ab47ba4 ni_route_set_has_source +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0x8f0f0901 ni_find_route_set +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_routing 0xb3e302a3 ni_route_to_register +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x07144187 ni_tio_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x23fe2aca ni_tio_arm +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x29f039ee ni_tio_insn_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x452c1844 ni_tio_unset_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x58271a84 ni_tio_init_counter +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x5dc81dd8 ni_tio_set_gate_src_raw +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x64d0bcb4 ni_tio_get_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x6dde8b1b ni_tio_insn_config +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x7251d4e2 ni_tio_set_bits +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x8d86fd4f ni_gpct_device_destroy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0x9eb9845a ni_tio_insn_read +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xa4e8982b ni_tio_set_gate_src +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xb9a235e2 ni_gpct_device_construct +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xc07fe748 ni_tio_write +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xef1a964a ni_tio_set_routing +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tio 0xf738d2a1 ni_tio_get_soft_copy +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x03eb6a3c ni_tio_cmdtest +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x088e936e ni_tio_handle_interrupt +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x0f406295 ni_tio_cmd +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x1f65cd2b ni_tio_set_mite_channel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x2235bc6d ni_tio_cancel +EXPORT_SYMBOL_GPL drivers/comedi/drivers/ni_tiocmd 0x3ae3db73 ni_tio_acknowledge +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x245d1b93 comedi_find_subdevice_by_type +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x70d2beaa comedi_open +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x85899fa4 comedi_get_n_channels +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0x86f5ccc6 comedi_dio_config +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xa4be3502 comedi_dio_bitfield2 +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xc7e8ea9e comedi_close +EXPORT_SYMBOL_GPL drivers/comedi/kcomedilib/kcomedilib 0xf51cdfa4 comedi_dio_get_config +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x018d1eae adf_dev_get +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x0549d60f adf_sysfs_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x055c5e92 adf_dev_down +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x08a19f28 adf_vf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x0b404d04 adf_cfg_section_add +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x0d793a26 adf_gen2_get_accel_cap +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x135b1f85 adf_gen4_handle_pm_interrupt +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x1575858c adf_gen4_ring_pair_reset +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x157df05b adf_devmgr_rm_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x1e69844d adf_disable_pf2vf_interrupts +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x1e7dd5a9 adf_cfg_get_param_value +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x21cb3589 adf_devmgr_add_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x2b564644 adf_gen2_get_num_accels +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x2be4e269 adf_gen2_get_arb_info +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x2d640552 adf_flush_vf_wq +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x301cdd2a adf_cfg_dev_remove +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3719f0e9 adf_sriov_configure +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3c21a837 adf_dev_started +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3da352c7 adf_vf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3e657ab1 adf_send_admin_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x3e707f37 adf_gen2_get_admin_info +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x4268e460 adf_vf2pf_notify_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x47c6858c adf_isr_resource_free +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x48cb2cc1 adf_devmgr_in_reset +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x4976c4de adf_pfvf_comms_disabled +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x4a48bd0d adf_dbgfs_exit +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x4c195bb2 adf_cleanup_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x5b8a23f4 adf_gen2_enable_error_correction +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x60569474 adf_devmgr_update_class_index +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x612662c9 adf_gen2_init_vf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x627a1075 adf_dev_put +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x6c754327 adf_gen2_cfg_iov_thds +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x72012050 adf_exit_arb +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x7efbe356 adf_cfg_add_key_value_param +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x8a143db3 adf_dbgfs_init +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x8bc55cf8 adf_reset_flr +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x8e9a89b5 adf_dev_in_use +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x93c5ad44 adf_gen2_dev_config +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x974ec329 adf_enable_vf2pf_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x99bd3c57 adf_init_arb +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x99bfdca8 adf_vf2pf_notify_shutdown +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x9cedb320 adf_gen4_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0x9d8ce6a5 adf_init_etr_data +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa1610234 adf_gen2_enable_ints +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xa5485665 adf_gen2_set_ssm_wdtimer +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xad2868f3 adf_reset_sbr +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xaf8d486a adf_exit_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xb153448b adf_dev_restart +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc19d42b6 adf_enable_pf2vf_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc2fdf7d6 adf_isr_resource_alloc +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc501ac82 adf_gen4_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xc671d196 adf_init_admin_comms +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xcc3b167a adf_clean_vf_map +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xce8b86be adf_gen2_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd4d63e02 adf_dev_up +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd5732ddd adf_gen2_get_num_aes +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xd64519f1 adf_gen2_init_hw_csr_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xde4c5f5b adf_gen4_enable_pm +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe327f1f1 adf_gen4_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xe45f3512 adf_gen2_init_dc_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xecc2346f adf_disable_sriov +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xedeb0472 adf_cfg_dev_add +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xee0dd503 adf_devmgr_pci_to_accel_dev +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xf72e63fb adf_gen4_init_pf_pfvf_ops +EXPORT_SYMBOL_GPL drivers/crypto/intel/qat/qat_common/intel_qat 0xfd87c8c5 adf_err_handler +EXPORT_SYMBOL_GPL drivers/crypto/nx/nx-compress 0x072ba977 nx842_crypto_exit +EXPORT_SYMBOL_GPL drivers/crypto/nx/nx-compress 0x89cf420e nx842_crypto_compress +EXPORT_SYMBOL_GPL drivers/crypto/nx/nx-compress 0x9d163311 nx842_crypto_init +EXPORT_SYMBOL_GPL drivers/crypto/nx/nx-compress 0xca143d69 nx842_crypto_decompress +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0xcf84da00 dw_edma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw-edma/dw-edma 0xe6d0d5fc dw_edma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x17e98468 do_dw_dma_disable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0x42fd27aa idma32_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xbc48046a dw_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xc0359203 idma32_dma_remove +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xd2ddb66e do_dw_dma_enable +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xde01e338 dw_dma_probe +EXPORT_SYMBOL_GPL drivers/dma/dw/dw_dmac_core 0xef18a4b3 dw_dma_filter +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x0285a62d fsl_edma_pause +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x10acdb58 fsl_edma_setup_regs +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x1302f637 fsl_edma_slave_config +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x20e6a5b1 fsl_edma_terminate_all +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x31d6891f fsl_edma_resume +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x6372cc10 fsl_edma_prep_memcpy +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x63e41301 fsl_edma_tx_status +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x6b077308 fsl_edma_alloc_chan_resources +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x71d04e74 fsl_edma_xfer_desc +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x7cb0d68d fsl_edma_free_desc +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x98c94cf8 fsl_edma_issue_pending +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0x9b18c833 fsl_edma_disable_request +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xccb803b2 fsl_edma_cleanup_vchan +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xcf62f34c fsl_edma_prep_slave_sg +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xf668d30f fsl_edma_chan_mux +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xfb94d9be fsl_edma_free_chan_resources +EXPORT_SYMBOL_GPL drivers/dma/fsl-edma-common 0xff7804ae fsl_edma_prep_dma_cyclic +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0x8c6dd785 hidma_mgmt_init_sys +EXPORT_SYMBOL_GPL drivers/dma/qcom/hdma_mgmt 0xcb8e3c96 hidma_mgmt_setup +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0x3405efc1 vchan_tx_desc_free +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0x4e1c0826 vchan_dma_desc_free_list +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0x59d800d3 vchan_init +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0xe2fc7e39 vchan_tx_submit +EXPORT_SYMBOL_GPL drivers/dma/virt-dma 0xe6ce19e8 vchan_find_desc +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0x62c6b4f7 fw_card_read_cycle_time +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xabb5547d fw_request_get_timestamp +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xbdc3a940 __fw_send_request +EXPORT_SYMBOL_GPL drivers/firewire/firewire-core 0xe86fb5c7 fw_card_release +EXPORT_SYMBOL_GPL drivers/fpga/altera-pr-ip-core 0xa2ef9c30 alt_pr_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x07277ece dfl_fpga_dev_ops_unregister +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x0917f123 dfl_fpga_cdev_config_ports_pf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x1099a51d dfl_fpga_cdev_config_ports_vf +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x171a040b dfl_fpga_cdev_assign_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x203b3924 dfl_fpga_port_ops_del +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x24db1ad6 dfl_fpga_enum_info_add_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x4e42d6fd dfl_fpga_enum_info_add_dfl +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x7a3f3c10 dfl_fpga_dev_feature_init +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x7e29028e __dfl_fpga_cdev_find_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x7efdad18 dfl_fpga_dev_ops_register +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x829089a5 dfl_feature_ioctl_get_num_irqs +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x8b7b21f3 dfl_fpga_enum_info_free +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x8ea57008 dfl_fpga_set_irq_triggers +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x8f3cd603 dfl_fpga_check_port_id +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0x9c86ae97 dfl_fpga_feature_devs_enumerate +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xa81d5a1f dfh_find_param +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xb2e5f814 dfl_fpga_cdev_release_port +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xb6fe5c72 dfl_fpga_port_ops_add +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xbe2b186b dfl_fpga_feature_devs_remove +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xd9d923b9 dfl_fpga_dev_feature_uinit +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xdf1de934 dfl_feature_ioctl_set_irq +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xe400a8ca dfl_fpga_port_ops_get +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xf5fd9c0a dfl_fpga_enum_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/dfl 0xf69a2477 dfl_fpga_port_ops_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x02a892a0 fpga_bridge_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x0633c4b9 fpga_bridges_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x0b2b884c fpga_bridges_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x2c8167cf fpga_bridges_disable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x3fd916dc fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x3fe9ef51 fpga_bridge_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x6bcd0398 fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x7a87ac98 of_fpga_bridge_get_to_list +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x8e277fc8 of_fpga_bridge_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x93c95dc0 fpga_bridge_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0x97988bde fpga_bridge_enable +EXPORT_SYMBOL_GPL drivers/fpga/fpga-bridge 0xf523d903 fpga_bridge_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x1348cb40 fpga_image_info_alloc +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x2b2b1b11 fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x50784be9 fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x546942eb fpga_mgr_load +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x5533d90c of_fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x5d4f3046 fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x5f0ffbab fpga_mgr_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x7633bd05 fpga_mgr_unlock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x84da088d devm_fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x9bad08fc fpga_mgr_lock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x9eee1b3c fpga_mgr_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xa05c1749 devm_fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xc062371b fpga_image_info_free +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0x77bd47f9 fpga_region_program_fpga +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xb73fe825 fpga_region_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xc3ec7eb9 fpga_region_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xe41f2405 fpga_region_class_find +EXPORT_SYMBOL_GPL drivers/fpga/fpga-region 0xf3ed7f47 fpga_region_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x219e887c fsi_cdev_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x3a93847e fsi_slave_claim_range +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x3b5deb9b fsi_device_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x59c79ca7 fsi_driver_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x5a57d574 fsi_free_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x6c2ffdc5 fsi_master_rescan +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0x78060f23 fsi_slave_read +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xa59799ce fsi_master_unregister +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xcac3a511 fsi_device_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xcc9e6362 fsi_master_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xce22aee2 fsi_slave_release_range +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xd3c8007d fsi_get_new_minor +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xd942f235 fsi_slave_write +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xeac1eda5 fsi_bus_type +EXPORT_SYMBOL_GPL drivers/fsi/fsi-core 0xf64acd6c fsi_driver_register +EXPORT_SYMBOL_GPL drivers/fsi/fsi-occ 0x35196f35 fsi_occ_submit +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0x02bfed98 sbefifo_parse_status +EXPORT_SYMBOL_GPL drivers/fsi/fsi-sbefifo 0x94b01218 sbefifo_submit +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x08874273 gnss_register_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x3c69c729 gnss_insert_raw +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x3fa3c3ee gnss_deregister_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0x775570b2 gnss_allocate_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss 0xb8fc8f8a gnss_put_device +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x0c1aa2fe gnss_serial_allocate +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x2518a433 gnss_serial_pm_ops +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x92174a4c gnss_serial_free +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0x9bc209d9 gnss_serial_register +EXPORT_SYMBOL_GPL drivers/gnss/gnss-serial 0xfbfa170f gnss_serial_deregister +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x074a8e0d idio_16_set +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x2fea5ebb idio_16_set_multiple +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0xa376d180 idio_16_state_init +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0xc0c67d80 idio_16_get_multiple +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0xec4ea66a idio_16_get +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0x23d463db __max730x_remove +EXPORT_SYMBOL_GPL drivers/gpio/gpio-max730x 0xddc354b7 __max730x_probe +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x3f0fb170 gpio_regmap_register +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x496ce291 gpio_regmap_get_drvdata +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0x9d6cb2fc devm_gpio_regmap_register +EXPORT_SYMBOL_GPL drivers/gpio/gpio-regmap 0xb7066570 gpio_regmap_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x00fcbdf8 analogix_dp_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x10829c78 analogix_dp_stop_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x3ee0dd60 anx_dp_aux_transfer +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x4027394a analogix_dp_suspend +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x5b6c022e analogix_dp_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x88c9647c analogix_dp_resume +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0x88fd8584 analogix_dp_unbind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xb2212fe8 analogix_dp_bind +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/analogix/analogix_dp 0xc4b82ead analogix_dp_start_crc +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/samsung-dsim 0x11419254 samsung_dsim_pm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/samsung-dsim 0x8768cd82 samsung_dsim_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/bridge/samsung-dsim 0xb0a9d7e7 samsung_dsim_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_display_helper 0x7b54b295 drm_hdcp_check_ksvs_revoked +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x070baa8f dp_aux_dp_driver_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0x0de2293d __dp_aux_dp_driver_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0xa0613156 of_dp_aux_depopulate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0xc302ad3c devm_of_dp_aux_populate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/display/drm_dp_aux_bus 0xde182538 of_dp_aux_populate_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x027d88f4 drm_do_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x28e6ed98 drm_crtc_add_crc_entry +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x3816f22e drm_bridge_get_modes +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x3b97e087 drmm_kstrdup +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x66cf2f64 drm_display_mode_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x68a651ad accel_open +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x6e848725 drm_of_get_data_lanes_count_ep +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x724032de drm_of_lvds_get_dual_link_pixel_order +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x7c7f9c4a of_get_drm_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x7fd28d14 drm_bridge_hpd_notify +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x83dd7a52 drm_bridge_hpd_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x84764bb1 drm_of_encoder_active_endpoint +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x8df2459d drm_bridge_detect +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x99a19737 drm_of_get_dsi_bus +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x9ec78842 drm_of_get_data_lanes_count +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xa9a074c8 drm_gem_dumb_map_offset +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xad8735ea drm_of_lvds_get_data_mapping +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xad885165 drm_bus_flags_from_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xb1e95b79 drm_bridge_hpd_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xbc2f98d5 drm_of_component_match_add +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xc78e45fe drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xcbe84b51 drm_of_find_panel_or_bridge +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xe06407ef drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xe391a71f of_get_drm_panel_display_mode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xe6bbdb7f drm_bridge_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xfe9f72f3 drm_display_mode_to_videomode +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x074801c3 drm_gem_dma_vmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x10f00a59 drm_fb_dma_get_gem_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x23b484c2 drm_gem_dma_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x281633ad drm_gem_dma_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x283b33b8 drm_gem_dma_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x62a49280 drm_fb_dma_get_gem_addr +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x8c72b77e drm_gem_dma_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0x90f4fe3b drm_fb_dma_sync_non_coherent +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xb48c664b drm_gem_dma_dumb_create_internal +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xc9854c85 drm_gem_dma_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xfb298221 drm_gem_dma_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_dma_helper 0xfbebc6da drm_gem_dma_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x09ab552c drm_gem_plane_helper_prepare_fb +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x2f262af5 drm_gem_fb_init_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x850df42c drm_gem_fb_get_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x9f65fdb7 drm_bridge_connector_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xa06ad3ce drm_gem_fb_create_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xb4d69639 drm_gem_fb_create_with_dirty +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xc79ec234 drm_gem_fb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xea30a056 drm_gem_fb_afbc_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x32dc87fe drm_gem_shmem_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x415972b9 drm_gem_shmem_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x5492d55a drm_gem_shmem_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x68ab7088 drm_gem_shmem_get_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xa3c7e7fd drm_gem_shmem_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xb39289b2 drm_gem_shmem_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xc171a5e4 drm_gem_shmem_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xf648efa8 drm_gem_shmem_get_pages_sgt +EXPORT_SYMBOL_GPL drivers/gpu/drm/panel/panel-samsung-s6e63m0 0x79d2ad44 s6e63m0_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/panel/panel-samsung-s6e63m0 0xcb79c190 s6e63m0_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x0e2b50ed ssd130x_remove +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0x5779f885 ssd130x_probe +EXPORT_SYMBOL_GPL drivers/gpu/drm/solomon/ssd130x 0xcc13775e ssd130x_shutdown +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0314c0e7 gb_hd_cport_release_reserved +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0461f64f gb_interface_request_mode_switch +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x099401f8 gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x0ce2d37e gb_operation_response_alloc +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x13d8b61d greybus_data_rcvd +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x14028e17 __SCK__tp_func_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x15d1942f greybus_disabled +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x1ddd630b gb_connection_destroy +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2b81afcc gb_hd_output +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2db08d95 gb_operation_get_payload_size_max +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2df663a5 __tracepoint_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2ed5dbf5 __traceiter_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x2fbebb4c gb_debugfs_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x34e68519 greybus_register_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3cb2375e gb_operation_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x3e1bfbfc gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x44144e7d greybus_message_sent +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x469b4eb0 __traceiter_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x49c407ff gb_hd_shutdown +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x52f5e557 gb_operation_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x531894b5 gb_connection_create_flags +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x578c6ed9 gb_connection_latency_tag_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6369d053 __traceiter_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6b5b9562 __traceiter_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6d3bb9ec __SCK__tp_func_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6d5b4e5a gb_hd_put +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x6fa01fda __tracepoint_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x81d73990 gb_connection_enable_tx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x81e221fb __SCK__tp_func_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x89f514a1 __SCK__tp_func_gb_hd_in +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x922c93e2 gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0x99649477 gb_hd_cport_reserve +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa2ed7d04 gb_connection_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa4debc92 gb_operation_request_send_sync_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xa7512b52 gb_connection_disable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xabaf0d07 gb_operation_request_send +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xb0cddf90 greybus_deregister_driver +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xbf2c07db __tracepoint_gb_hd_create +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xca574fcc __tracepoint_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd33373a8 __tracepoint_gb_hd_add +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd4f455af __traceiter_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xd5b5381c gb_operation_result +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xda2cc0ca gb_connection_latency_tag_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe1e82530 gb_connection_disable_forced +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe6e44d31 gb_operation_unidirectional_timeout +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xe8194aae gb_connection_disable_rx +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xeac79e1a __SCK__tp_func_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xeca2f25c gb_connection_create_offloaded +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf107a122 __SCK__tp_func_gb_hd_release +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf2072e7c gb_connection_enable +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf357c63d __tracepoint_gb_message_submit +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf741f944 gb_operation_get +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xf9ee76cf gb_operation_cancel +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xfb27d36a gb_svc_intf_set_power_mode +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xfd51b8d8 __traceiter_gb_hd_del +EXPORT_SYMBOL_GPL drivers/greybus/greybus 0xfe9da8c3 gb_operation_sync_timeout +EXPORT_SYMBOL_GPL drivers/hid/hid 0x021a5059 hid_driver_reset_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0x0bc79222 hid_hw_stop +EXPORT_SYMBOL_GPL drivers/hid/hid 0x12e756d5 hid_dump_input +EXPORT_SYMBOL_GPL drivers/hid/hid 0x19d52f1f hid_quirks_exit +EXPORT_SYMBOL_GPL drivers/hid/hid 0x1e4277fd hid_field_extract +EXPORT_SYMBOL_GPL drivers/hid/hid 0x247ae4ea hid_driver_suspend +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2bb184c9 hid_dump_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x2e6c6b3e hidraw_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x45e80160 hid_dump_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x545d30a6 hid_allocate_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x56b384de hidinput_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x56f4dde4 hid_hw_start +EXPORT_SYMBOL_GPL drivers/hid/hid 0x59445236 hid_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5c4b165e hid_report_raw_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5d33b6a9 hid_hw_raw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5db265c9 hid_hw_close +EXPORT_SYMBOL_GPL drivers/hid/hid 0x5ea775b4 hidraw_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x62484b23 hid_dump_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x62b1c35e hid_alloc_report_buf +EXPORT_SYMBOL_GPL drivers/hid/hid 0x66d31b3a hid_open_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x6c3b1b50 hid_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x759fa02e hid_ignore +EXPORT_SYMBOL_GPL drivers/hid/hid 0x76e5394b __hid_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0x79c91f75 hid_debug_event +EXPORT_SYMBOL_GPL drivers/hid/hid 0x819e1529 hid_resolv_usage +EXPORT_SYMBOL_GPL drivers/hid/hid 0x866bee5b hid_parse_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x879a80cf hid_add_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8a6fb70d hidinput_get_led_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8a843e44 hid_validate_values +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8aad9311 hid_register_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0x8b13a8b8 hid_snto32 +EXPORT_SYMBOL_GPL drivers/hid/hid 0x96599285 hidinput_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0x9837da5e hid_hw_output_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa2d43d8b hidinput_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa66d162c hid_unregister_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xa72163f3 hid_input_report +EXPORT_SYMBOL_GPL drivers/hid/hid 0xab7005db hid_setup_resolution_multiplier +EXPORT_SYMBOL_GPL drivers/hid/hid 0xabc134f4 hid_check_keys_pressed +EXPORT_SYMBOL_GPL drivers/hid/hid 0xae8bd332 hid_compare_device_paths +EXPORT_SYMBOL_GPL drivers/hid/hid 0xb3d684bb hid_match_id +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc03fdd02 hid_driver_resume +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc2b09543 hid_destroy_device +EXPORT_SYMBOL_GPL drivers/hid/hid 0xc850e0f1 hidinput_calc_abs_res +EXPORT_SYMBOL_GPL drivers/hid/hid 0xcb2a2e3d hidraw_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd018d36c hid_connect +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd06e53ac hidinput_count_leds +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd5184063 hid_set_field +EXPORT_SYMBOL_GPL drivers/hid/hid 0xd626d456 hid_lookup_quirk +EXPORT_SYMBOL_GPL drivers/hid/hid 0xde6ab495 __hid_register_driver +EXPORT_SYMBOL_GPL drivers/hid/hid 0xea7f5b12 hid_hw_open +EXPORT_SYMBOL_GPL drivers/hid/hid 0xeb86fcf6 hid_hw_request +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfa355613 hid_quirks_init +EXPORT_SYMBOL_GPL drivers/hid/hid 0xfe00b4d2 hid_match_device +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x2f622ea1 roccat_disconnect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0x3e4427c8 roccat_report_event +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat 0xe6001c9e roccat_connect +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x19628224 roccat_common2_sysfs_read +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x5aa4e616 roccat_common2_receive +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0x8d415d0d roccat_common2_send +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xa9fddeb6 roccat_common2_sysfs_write +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xaea00588 roccat_common2_device_init_struct +EXPORT_SYMBOL_GPL drivers/hid/hid-roccat-common 0xd0856594 roccat_common2_send_with_status +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x1142e7bd sensor_hub_get_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x34772d80 sensor_hub_register_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x35083786 sensor_hub_input_attr_get_raw_value +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x3ecf2a48 sensor_hub_device_open +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x41844e5e sensor_hub_device_close +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x6086dce9 sensor_hub_input_get_attribute_info +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0x689237dc sensor_hub_set_feature +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xb7f614cf sensor_hub_remove_callback +EXPORT_SYMBOL_GPL drivers/hid/hid-sensor-hub 0xded9d07f hid_sensor_get_usage_index +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0x2bd76de8 vivaldi_feature_mapping +EXPORT_SYMBOL_GPL drivers/hid/hid-vivaldi-common 0x6840409d vivaldi_attribute_groups +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0x19ad6855 i2c_hid_core_pm +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xc46481e1 i2c_hid_core_probe +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xd0b3f031 i2c_hid_core_remove +EXPORT_SYMBOL_GPL drivers/hid/i2c-hid/i2c-hid 0xd235092b i2c_hid_core_shutdown +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0x4d190e52 hiddev_hid_event +EXPORT_SYMBOL_GPL drivers/hid/usbhid/usbhid 0xc640d398 hid_is_usb +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x1a7c99cb hsi_remove_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x1d0e2402 hsi_register_client_driver +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x20ec8183 hsi_unregister_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x51f08b43 hsi_async +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5210a5bf hsi_board_list +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x576e37e3 hsi_alloc_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x5d0269c7 hsi_release_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x611359ca hsi_new_client +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0x6483fbc0 hsi_get_channel_id_by_name +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xa18e9501 hsi_alloc_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xaa8755e0 hsi_claim_port +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xbfd0a059 hsi_port_unregister_clients +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xc0c30de8 hsi_free_msg +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xd843e5f8 hsi_register_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xe65d8f32 hsi_put_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xea5d3e53 hsi_unregister_controller +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xebf6783c hsi_register_port_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xec52ddc2 hsi_event +EXPORT_SYMBOL_GPL drivers/hsi/hsi 0xecca8500 hsi_add_clients_from_dt +EXPORT_SYMBOL_GPL drivers/hwmon/adt7x10 0x0d2012b4 adt7x10_probe +EXPORT_SYMBOL_GPL drivers/hwmon/ltc2947-core 0x5cbb5274 ltc2947_core_probe +EXPORT_SYMBOL_GPL drivers/hwmon/ltc2947-core 0xbc54f93e ltc2947_of_match +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x3342ef74 nct6775_reg_is_word_sized +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x7ef8bd10 nct6775_show_beep +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0x86557bab nct6775_update_device +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xbf210aa3 nct6775_probe +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xc2dc1076 nct6775_show_alarm +EXPORT_SYMBOL_GPL drivers/hwmon/nct6775-core 0xf302827a nct6775_store_beep +EXPORT_SYMBOL_GPL drivers/hwmon/occ/occ-hwmon-common 0x32c9a15b occ_setup +EXPORT_SYMBOL_GPL drivers/hwmon/occ/occ-hwmon-common 0x639bac23 occ_shutdown +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x003d07be intel_th_free +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x5097f558 intel_th_trace_disable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x56be4481 intel_th_driver_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x73c4e12a intel_th_output_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x84c699b7 intel_th_driver_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xb119acac intel_th_alloc +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xcad73b35 intel_th_trace_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xce33f6ab intel_th_set_output +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xf979744d intel_th_trace_switch +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x1cff1a31 intel_th_msu_buffer_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0x36e5c0ab intel_th_msu_buffer_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xafc42dcb intel_th_msc_window_unlock +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x06632663 stm_unregister_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x3c5f3298 to_pdrv_policy_node +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x841eac14 stm_source_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x84735437 stm_register_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x8ba703ac stm_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xa57a7b65 stm_source_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xb60dbe49 stm_source_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xc1e330e2 stm_data_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xf80cb752 stm_unregister_device +EXPORT_SYMBOL_GPL drivers/i2c/busses/i2c-ccgx-ucsi 0x1ac8c62f i2c_new_ccgx_ucsi +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x79dd2f0c i2c_mux_add_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xa284d545 i2c_mux_del_adapters +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xc880eb92 i2c_mux_alloc +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xd0fa6743 i2c_root_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-smbus 0x1fa66151 i2c_handle_smbus_alert +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x01302434 i3c_device_free_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x041e6061 i3c_master_set_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x055115d3 i3c_device_do_priv_xfers +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x267ad476 i3c_generic_ibi_alloc_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x2879ed03 i3c_device_request_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x366d0d8e i3c_master_disec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x36d026a9 i3c_master_enec_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x36ec6ad7 i3c_master_register +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x4d2add25 i3c_master_do_daa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x4df09ffa i3c_device_match_id +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x53bcf19a i3c_device_do_setdasa +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x5c6a6383 i3c_master_defslvs_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x64405ff7 i3c_generic_ibi_recycle_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x7689c13c i3c_device_get_info +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x76fe3e05 i3c_generic_ibi_free_pool +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x7be7f821 i3c_generic_ibi_get_free_slot +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0x81926bff i3c_device_enable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xc2d5b735 i3c_master_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xcc63e5cb i3c_master_entdaa_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xd146385c i3c_driver_register_with_owner +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xd7763cc3 i3c_master_add_i3c_dev_locked +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xdd9bd166 i3c_driver_unregister +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xdee0f16d i3c_device_disable_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xec3a0cd6 i3c_master_queue_ibi +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xf75e85c0 i3cdev_to_dev +EXPORT_SYMBOL_GPL drivers/i3c/i3c 0xfca6cbc8 i3c_master_get_free_addr +EXPORT_SYMBOL_GPL drivers/i3c/master/dw-i3c-master 0x869b59d1 dw_i3c_common_remove +EXPORT_SYMBOL_GPL drivers/i3c/master/dw-i3c-master 0x969dbc38 dw_i3c_common_probe +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x267c0508 iio_channel_release_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x2a1fab3c iio_channel_stop_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x7340de10 iio_channel_cb_get_channels +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x7a711aef iio_channel_start_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0x9acf62ab iio_channel_cb_set_buffer_watermark +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0xc4c9ba1c iio_channel_cb_get_iio_dev +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-cb 0xf2361d5a iio_channel_get_all_cb +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x1cd1f8a4 iio_dma_buffer_enable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x2621f27a iio_dma_buffer_init +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x391080a2 iio_dma_buffer_set_bytes_per_datum +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x635bedc7 iio_dma_buffer_exit +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x69fac16e iio_dma_buffer_request_update +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0x9fa1ab41 iio_dma_buffer_disable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xaac15a28 iio_dma_buffer_set_length +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xb96a3958 iio_dma_buffer_block_done +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xbe8b0672 iio_dma_buffer_release +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xd0331c8e iio_dma_buffer_data_available +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xd8c1f328 iio_dma_buffer_block_list_abort +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dma 0xe9e13ef8 iio_dma_buffer_read +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-buffer-dmaengine 0x10f54713 devm_iio_dmaengine_buffer_setup +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x3391543d iio_hw_consumer_disable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x4897ae86 iio_hw_consumer_alloc +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x63d585e2 devm_iio_hw_consumer_alloc +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0x9671bc15 iio_hw_consumer_free +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-hw-consumer 0xbf358fa9 iio_hw_consumer_enable +EXPORT_SYMBOL_GPL drivers/iio/buffer/industrialio-triggered-buffer 0xbc155c5b devm_iio_triggered_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/buffer/kfifo_buf 0xf5139d46 devm_iio_kfifo_buffer_setup_ext +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x2de0bdf6 bmg160_pm_ops +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0x96311b72 bmg160_core_probe +EXPORT_SYMBOL_GPL drivers/iio/gyro/bmg160_core 0xe459d47e bmg160_core_remove +EXPORT_SYMBOL_GPL drivers/iio/imu/fxos8700_core 0x93589aa3 fxos8700_core_probe +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0056c78b iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x06b06d52 iio_read_channel_average_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x070d423a iio_read_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0b71799d iio_read_channel_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x0dc097e9 iio_read_channel_processed_scale +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1252a30c iio_validate_own_trigger +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x15338c0d iio_get_channel_type +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x1b2fc88c iio_write_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x202ef6a3 iio_enum_write +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2542011e iio_write_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26ed998c iio_enum_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x26f6b499 iio_str_to_fixpoint +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2baddfb6 __devm_iio_trigger_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x2cb64235 iio_read_channel_offset +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x34aeb35e iio_get_channel_ext_info_count +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x390e961d iio_pop_from_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3b2cb7d3 iio_validate_scan_mask_onehot +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3cf31854 iio_read_avail_channel_attribute +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x3f896088 iio_map_array_unregister +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x44a6077d iio_read_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4dce7dd4 iio_format_value +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4ef513d5 iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x4fec347b iio_write_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x54049f29 iio_device_id +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x57ed9381 iio_push_to_buffers_with_ts_unaligned +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6236becc iio_buffer_enabled +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x63bf6c23 iio_device_release_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x64fab243 devm_iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x6738f8b4 devm_fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x7199d903 iio_device_release_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x85b0f691 devm_iio_channel_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8995dcaf iio_convert_raw_to_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8c47565c iio_read_channel_processed +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8e6e7b22 iio_channel_release +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8f388f46 iio_enum_available_read +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x8fbaeb32 iio_get_debugfs_dentry +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x90d2e33a iio_update_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x970b2e87 iio_dealloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0x9f348858 devm_iio_trigger_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa1fb41d5 iio_alloc_pollfunc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa7579263 iio_show_mount_matrix +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xa9aa74f6 iio_push_to_buffers +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xb4353bc5 iio_device_get_current_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc54aec79 iio_buffer_put +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc6837d0a iio_map_array_register +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xc8c98224 iio_device_claim_buffer_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xce1295f0 devm_iio_device_alloc +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xcf213d61 iio_channel_release_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd1841df3 iio_read_max_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xd924aa9c iio_read_channel_ext_info +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdaef3704 iio_device_claim_direct_mode +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xdaf1b394 iio_read_avail_channel_raw +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xe29d3057 fwnode_iio_channel_get_by_name +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xed74bef7 iio_device_attach_buffer +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xf53cccda iio_buffer_get +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xff733217 devm_iio_channel_get_all +EXPORT_SYMBOL_GPL drivers/iio/industrialio 0xfff2fd77 __devm_iio_device_register +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x03793289 rtrs_cq_qp_create +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x0ceccfc2 rtrs_iu_post_recv +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x1d8095c6 rtrs_iu_post_rdma_write_imm +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x5ff1aa7d rtrs_send_hb_ack +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x6b5e9450 rtrs_post_recv_empty +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x6c3c0690 rtrs_start_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x7112016a rtrs_iu_free +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x83107bea rtrs_iu_post_send +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xab947412 rtrs_cq_qp_destroy +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xee26b259 rtrs_stop_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xf0cf1906 rtrs_iu_alloc +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xf379e043 rtrs_init_hb +EXPORT_SYMBOL_GPL drivers/input/ff-memless 0x4c87026a input_ff_create_memless +EXPORT_SYMBOL_GPL drivers/input/matrix-keymap 0x84a77c89 matrix_keypad_parse_properties +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x3c423d87 adxl34x_probe +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0x4747b3b5 adxl34x_pm +EXPORT_SYMBOL_GPL drivers/input/misc/adxl34x 0xec511022 adxl34x_remove +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x18020d33 rmi_2d_sensor_abs_process +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x35d76114 rmi_2d_sensor_of_probe +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x3aeee1f1 rmi_set_attn_data +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x4361ea78 rmi_driver_resume +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x45d87d6e rmi_of_property_read_u32 +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x7091ea5a rmi_unregister_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x7b24de61 rmi_2d_sensor_configure_input +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x80a45f32 __rmi_register_function_handler +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0x821109bb rmi_dbg +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xa673349c rmi_driver_suspend +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xdbbcdf68 rmi_2d_sensor_rel_report +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xe1f0cb7e rmi_register_transport_device +EXPORT_SYMBOL_GPL drivers/input/rmi4/rmi_core 0xf2aee97e rmi_2d_sensor_abs_report +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x05009be7 cyttsp4_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0x78e54f93 cyttsp4_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp4_core 0xcd6eb9dc cyttsp4_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0x8d98ab6d cyttsp_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_core 0xd5ff393e cyttsp_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x51613d21 cyttsp_i2c_write_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/cyttsp_i2c_common 0x74cbd285 cyttsp_i2c_read_block_data +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x291a0d4b tsc200x_remove +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0x555599b8 tsc200x_regmap_config +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xe5c8350a tsc200x_probe +EXPORT_SYMBOL_GPL drivers/input/touchscreen/tsc200x-core 0xe88140c6 tsc200x_pm_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x359dd154 wm97xx_set_suspend_mode +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x3735c0a6 wm97xx_unregister_mach_ops +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x53796ac3 wm97xx_reg_read +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x559c0a6f wm97xx_get_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x596f3115 wm97xx_reg_write +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x668bdc8a wm97xx_set_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x69987ca5 wm9705_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0x742661ff wm9712_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xb88c6161 wm9713_codec +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xbe2af39b wm97xx_read_aux_adc +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xd16a591c wm97xx_config_gpio +EXPORT_SYMBOL_GPL drivers/input/touchscreen/wm97xx-ts 0xfd56631a wm97xx_register_mach_ops +EXPORT_SYMBOL_GPL drivers/iommu/iova 0x42acbf2f free_iova_fast +EXPORT_SYMBOL_GPL drivers/iommu/iova 0x438d8df2 iova_cache_get +EXPORT_SYMBOL_GPL drivers/iommu/iova 0x5a7ce630 alloc_iova +EXPORT_SYMBOL_GPL drivers/iommu/iova 0x651f2a1d iova_domain_init_rcaches +EXPORT_SYMBOL_GPL drivers/iommu/iova 0x695e804c __free_iova +EXPORT_SYMBOL_GPL drivers/iommu/iova 0x826ad319 alloc_iova_fast +EXPORT_SYMBOL_GPL drivers/iommu/iova 0x91c07a28 reserve_iova +EXPORT_SYMBOL_GPL drivers/iommu/iova 0xbb0cc449 free_iova +EXPORT_SYMBOL_GPL drivers/iommu/iova 0xbd08f9e0 find_iova +EXPORT_SYMBOL_GPL drivers/iommu/iova 0xc7061ef3 iova_cache_put +EXPORT_SYMBOL_GPL drivers/iommu/iova 0xcefe03d4 init_iova_domain +EXPORT_SYMBOL_GPL drivers/iommu/iova 0xef4d8133 put_iova_domain +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x22370d34 ipack_device_add +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x27996ec0 ipack_driver_register +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x8922ef7c ipack_get_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x8defd9a2 ipack_device_init +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0x9df60532 ipack_device_del +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xa8f5c9b3 ipack_put_device +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xcd0cfc7f ipack_bus_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xdaad59ab ipack_driver_unregister +EXPORT_SYMBOL_GPL drivers/ipack/ipack 0xf1da5044 ipack_bus_register +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x027d7da9 led_get_flash_fault +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x05f52c37 led_set_flash_timeout +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x6c8c00c7 led_update_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x85ea38ca led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0x8c8f93f4 led_set_flash_brightness +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xbc806968 devm_led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xd2c26423 led_classdev_flash_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-flash 0xd35611cb devm_led_classdev_flash_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x1ac6662f led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0x6fe7a93f led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xd9fdf199 devm_led_classdev_multicolor_unregister +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xe18aa903 led_mc_calc_color_components +EXPORT_SYMBOL_GPL drivers/leds/led-class-multicolor 0xf190ec5f devm_led_classdev_multicolor_register_ext +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x120d6f86 lp55xx_update_bits +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x27157aff lp55xx_read +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x41d7f425 lp55xx_register_leds +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x61fcf1e7 lp55xx_init_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x8261e34f lp55xx_register_sysfs +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x85266aa3 lp55xx_of_populate_pdata +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0x8b108ec9 lp55xx_write +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xbd3afb9f lp55xx_is_extclk_used +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xc3b8aece lp55xx_deinit_device +EXPORT_SYMBOL_GPL drivers/leds/leds-lp55xx-common 0xdd4a05dd lp55xx_unregister_sysfs +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-audio 0x3bd45b0d ledtrig_audio_set +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-audio 0xce593c22 ledtrig_audio_get +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-camera 0x749e05f2 ledtrig_flash_ctrl +EXPORT_SYMBOL_GPL drivers/leds/trigger/ledtrig-camera 0x7903e46e ledtrig_torch_ctrl +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x0a0527be wf_register_client +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x1aaa7ce3 wf_get_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x31b6334b wf_register_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x5dc02a14 wf_put_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x61a873c9 wf_unregister_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x6b7d53cd wf_unregister_control +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x75147afa wf_set_overtemp +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x89fc273e wf_get_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0x97660ae5 wf_register_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xbcace2a5 wf_unregister_client +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xc891092f wf_put_sensor +EXPORT_SYMBOL_GPL drivers/macintosh/windfarm_core 0xed82a14f wf_clear_overtemp +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x038ee571 __traceiter_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x04b25810 __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x050364bf __traceiter_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x05058957 __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x063306f1 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x06bceaa1 __SCK__tp_func_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0bc0be45 __SCK__tp_func_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0bd4343e __traceiter_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x117e62f9 __traceiter_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x15f3de09 __SCK__tp_func_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x17a83e40 __traceiter_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x17d5d775 __traceiter_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x181a1930 __SCK__tp_func_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1b083369 __SCK__tp_func_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1c599ebe __traceiter_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1c83d5b7 __SCK__tp_func_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1ddcbbe1 __traceiter_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x22ae6324 __SCK__tp_func_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2766fb04 __traceiter_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2af60833 __SCK__tp_func_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x320e266f __traceiter_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x362eda19 __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x37808fd7 __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x37b31e4f __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3a3eb678 __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3feb7def __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x41d76d91 __traceiter_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x44bb87a3 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x46c66897 __SCK__tp_func_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x47b2af54 __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4a2d1241 __SCK__tp_func_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4b96c8a0 __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4cd5c249 __traceiter_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x51d0e534 __SCK__tp_func_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x54ea1889 __traceiter_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x54eac379 __traceiter_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5d9c8fc8 __SCK__tp_func_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5f9386a1 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5fd7c423 __SCK__tp_func_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6026e276 __SCK__tp_func_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6119e203 __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x64e39418 __traceiter_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x66232cfe __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6697827f __SCK__tp_func_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x66c4843d __traceiter_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6e74dca7 __SCK__tp_func_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6e7df078 __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x71a90620 __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x79eeb380 __SCK__tp_func_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x80e3881d __SCK__tp_func_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x81d4d2d1 __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x885d1ae7 __traceiter_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8ad20d61 __SCK__tp_func_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8b9fa1d8 __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8bba9251 __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8f7308be __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x91f5b2b6 __traceiter_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x93c8c39b __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x96799280 __traceiter_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9a6f4d9f __SCK__tp_func_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9ce21c84 __SCK__tp_func_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa09a6b09 __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa187023e __SCK__tp_func_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa21ad9d2 __traceiter_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa64134e4 __SCK__tp_func_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa842a5c8 __SCK__tp_func_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa88227cc __traceiter_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xad6440b4 __traceiter_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb5a62a8c __traceiter_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xba843c3f __SCK__tp_func_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc046385d __traceiter_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc6a63599 __traceiter_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc8ae4213 __SCK__tp_func_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd8aa1746 __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd9f63855 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xda06fe86 __SCK__tp_func_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdd1455a7 __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdfb01c07 __traceiter_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe16c06b3 __SCK__tp_func_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe241bc8b __traceiter_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xea3a1ab2 __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xec29e22a __traceiter_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xec3327c6 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xec92a163 __SCK__tp_func_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xece912bb __traceiter_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xeec18529 __traceiter_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf021519f __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf6249e5f __SCK__tp_func_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf7ee666a __traceiter_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfc0a0b57 __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfd5d057b __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfd6b5d80 __SCK__tp_func_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfed8327b __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x0c20fe99 dm_cell_visit_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x0cee7d81 dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x0fe0acdb dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x13f2ac82 dm_cell_promote_or_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x17dd39d6 dm_deferred_set_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x1d5206ed dm_bio_prison_alloc_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x286b5f42 dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2eb01e04 dm_deferred_set_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x3e03d03e dm_cell_unlock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x48e31176 dm_cell_put_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x4d6c0d6e dm_bio_prison_free_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x753e20b2 dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x80205106 dm_cell_get_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x8db9086a dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xa2d5f67e dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xa7e8cd71 dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xace9b57b dm_bio_prison_destroy_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb6d5c65d dm_deferred_set_add_work +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb70b342a dm_bio_prison_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xba18d347 dm_cell_lock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xceb811d6 dm_cell_quiesce_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd99e003d dm_bio_prison_create_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xe0629158 dm_cell_lock_promote_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xe45b948f dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x1f92b59d dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x24772bfe dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x2e0774dc dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x656100cc dm_bufio_client_reset +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6a2f40e1 dm_bufio_mark_partial_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6aebce95 dm_bufio_issue_discard +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6cdb2d56 dm_bufio_prefetch +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d3f57bd dm_bufio_get_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d83826d dm_bufio_get_block_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x74dcd98c dm_bufio_get_aux_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x867e87eb dm_bufio_get_dm_io_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x91f00abc dm_bufio_set_minimum_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa82b2066 dm_bufio_write_dirty_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xb04f56ab dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc0d7df85 dm_bufio_new +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xcd2ba798 dm_bufio_forget +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd991e3b9 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe6024e59 dm_bufio_release +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xebcc64a4 dm_bufio_get_block_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xeca7949e dm_bufio_client_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xed3283a4 dm_bufio_set_sector_offset +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xf241a6eb dm_bufio_forget_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x0efbca4c btracker_promotion_already_present +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x1c852cab btracker_nr_demotions_queued +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x23ddc5ab dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x28ec3a44 dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x37ef59a5 dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x481a0b15 btracker_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x4becb830 dm_cache_policy_get_hint_size +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x50b3c64c dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x5adc2807 btracker_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x65eea825 btracker_nr_writebacks_queued +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x7a03960a dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x87bee547 btracker_queue +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa2365f44 btracker_issue +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa7eadcb5 btracker_complete +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xf9f3e74b dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x4eca9d3a dm_register_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xcb1acd0b dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x01d2f9ac dm_rh_recovery_start +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x2c786726 dm_rh_inc_pending +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x38972f23 dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x38efaf5a dm_region_hash_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x3a18389a dm_rh_update_states +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x57e16c3e dm_rh_get_state +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x5f4a6e61 dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x61c96496 dm_rh_delay +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7774620f dm_rh_stop_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d053fc5 dm_rh_start_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d5e1815 dm_rh_get_region_key +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa4e827ce dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa53387c7 dm_rh_flush +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa83588eb dm_rh_recovery_end +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xb1388be5 dm_rh_bio_to_region +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xbe38a431 dm_rh_recovery_prepare +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd8aa4284 dm_rh_region_context +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xeaf51a62 dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf92b8a3d dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf97b5cac dm_region_hash_create +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfd93482e dm_rh_recovery_in_flight +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0054f69d dm_tm_pre_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x01f7c2b0 dm_btree_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0211c39e dm_tm_with_runs +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x07ed9022 dm_bitset_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x088a5b30 dm_btree_find_lowest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0cf7c42f dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0d251167 dm_array_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x109eae1f dm_btree_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x15a2bf57 dm_btree_lookup_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1ae16d40 dm_tm_dec_range +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1d0d53f7 dm_array_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2842d760 dm_bitset_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2bc1a8d9 dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2f40da68 dm_bm_set_read_write +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x30c37cc0 dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x32bf4f4b dm_bitset_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3646e38f dm_tm_issue_prefetches +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3896f8d8 dm_array_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x38d53eec dm_array_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ad0f55b dm_bm_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ae50a4a dm_tm_inc_range +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40720a25 dm_bitset_set_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x418204e4 dm_array_set_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x46c56110 dm_bitset_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x48e323be dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4f2c653e dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4f477261 dm_bm_checksum +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x51005cef dm_bitset_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5375ca71 dm_bm_write_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5475ba9e dm_block_location +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x563946a0 dm_btree_remove_leaves +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5b04d3fe dm_bitset_clear_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x67c6c5b9 dm_array_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x68f34c27 dm_array_cursor_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6bfa88c8 dm_bitset_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6c600395 dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6fac2256 dm_array_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x703aa099 dm_block_manager_reset +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x72289260 dm_block_manager_destroy +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7612cd9c dm_bm_block_size +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x79bdc649 dm_sm_disk_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7ade1071 dm_tm_destroy +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7b047bd9 dm_tm_create_non_blocking_clone +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7b6b3af5 dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x836693c5 dm_disk_bitset_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x87419c51 dm_array_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x87c934be dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x88295b96 dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x8e057e61 dm_array_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x900896b9 dm_btree_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x91baa32f dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9290e07a dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x932a6ffc dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x94daa188 dm_bitset_cursor_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x95a52abd dm_bm_is_read_only +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9718cffa dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9e798e22 dm_bm_set_read_only +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa0bc1801 dm_btree_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa99029b9 dm_bitset_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb940af6a dm_array_info_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbdde4031 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd017c9c7 dm_array_new +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd8682982 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xdb2c8e97 dm_btree_lookup +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xdbbb4efd dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xdf3a4e7d dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe07a2542 dm_bitset_new +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe0e68183 dm_array_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe781f874 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xecc1aeba dm_bitset_test_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xedf5036f dm_bitset_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf2b4509a dm_btree_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf71f197e dm_btree_cursor_next +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x0901082d cec_s_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x4b8eb4a7 cec_transmit_msg +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x4e6491ae cec_transmit_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x5025ec96 cec_s_conn_info +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x5aa81b61 cec_s_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x5fa5ff0c cec_notifier_cec_adap_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x694eab1b cec_unregister_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x69ce13da cec_queue_pin_5v_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x71c31204 cec_transmit_attempt_done_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x7d68c20e cec_queue_pin_cec_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x7fde261e cec_notifier_cec_adap_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0x8d9b96b4 cec_notifier_parse_hdmi_phandle +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xa01fbb6b cec_notifier_set_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xad2bd0c2 cec_register_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xaee236c6 cec_notifier_conn_unregister +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xbe4de675 cec_get_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xc0044aa6 cec_notifier_conn_register +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xc16f2887 cec_notifier_set_phys_addr_from_edid +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xd0bc3623 cec_fill_conn_info_from_drm +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xd551abb0 cec_delete_adapter +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xd6296049 cec_s_log_addrs +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xef240758 cec_queue_pin_hpd_event +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xf8799261 cec_received_msg_ts +EXPORT_SYMBOL_GPL drivers/media/cec/core/cec 0xfd11316d cec_allocate_adapter +EXPORT_SYMBOL_GPL drivers/media/common/b2c2/b2c2-flexcop 0x66c0289a b2c2_flexcop_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x07b6ccde saa7146_i2c_adapter_prepare +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x135ac995 saa7146_setgpio +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x2fa81e8a saa7146_wait_for_debi_done +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x398b3c69 saa7146_pgtable_build_single +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x6fee9947 saa7146_vfree_destroy_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0x7b69a392 saa7146_register_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xa620f1b1 saa7146_pgtable_alloc +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xb25afe73 saa7146_unregister_extension +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xc6c25da6 saa7146_pgtable_free +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xe3cd9b5c saa7146_debug +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146 0xf21a5063 saa7146_vmalloc_build_pgtable +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xa8f9b24b saa7146_register_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xe32d3f1e saa7146_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xf65a141e saa7146_vv_release +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xf6c5457b saa7146_set_hps_source_and_sync +EXPORT_SYMBOL_GPL drivers/media/common/saa7146/saa7146_vv 0xfc1410cc saa7146_vv_init +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x12b008c4 sms_board_event +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x1fc78d02 smscore_unregister_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21d79fbf smscore_get_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x21e36bf2 smscore_registry_getmode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x34bf0e61 smscore_translate_msg +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x37d91069 smsendian_handle_tx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x3f89728f smscore_getbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x45284ae9 smsendian_handle_rx_message +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x5d315abe smscore_register_hotplug +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x6bbf16d6 sms_board_lna_control +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x6dddbc7e smscore_putbuffer +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x74ee9098 sms_board_load_modules +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x78ddaab1 sms_board_power +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x7c576277 smsendian_handle_message_header +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x844539ae sms_get_board +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x87e40c59 sms_board_led_feedback +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x987d9007 smscore_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0x99a81ab3 smsclient_sendrequest +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xb698a42c smscore_start_device +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xbbdb5c42 smscore_unregister_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xdc4ddd1b sms_board_setup +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xde1d6089 smscore_set_board_id +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xe8e13652 smscore_get_device_mode +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xea5deb47 smscore_onresponse +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xebc9801e smscore_register_client +EXPORT_SYMBOL_GPL drivers/media/common/siano/smsmdtv 0xee08b57c smscore_register_device +EXPORT_SYMBOL_GPL drivers/media/common/uvc 0x08c5db3e uvc_format_by_guid +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x040dc7cd tpg_aspect_strings +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x21bfae4e tpg_gen_text +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x4a738cc1 tpg_g_interleaved_plane +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x7e83543f tpg_s_crop_compose +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0x80aaf962 tpg_g_color_order +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xa8a3f406 tpg_free +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xaa5503d9 tpg_set_font +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xb052969d tpg_init +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xbbc315dd tpg_update_mv_step +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xcaede3e2 tpg_fill_plane_buffer +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xce8159bb tpg_pattern_strings +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xe2169014 tpg_log_status +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xe6f04b89 tpg_alloc +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xe7ee5819 tpg_s_fourcc +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xf064e392 tpg_fillbuffer +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xf7a5f765 tpg_calc_text_basep +EXPORT_SYMBOL_GPL drivers/media/common/v4l2-tpg/v4l2-tpg 0xf7ec0949 tpg_reset_source +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x0134f72b vb2_core_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x07729fd4 __SCK__tp_func_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x1514552b __traceiter_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x1638389d vb2_core_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x245e78cb vb2_thread_start +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x27cee6b4 vb2_core_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x29ad5f9d __traceiter_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x33d03c96 vb2_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x3618845e vb2_plane_vaddr +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x3a3a1f2b vb2_core_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x3c22713a __tracepoint_vb2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x3f708e3c vb2_core_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x49023247 vb2_core_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x50a1bb4a __tracepoint_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x595585de vb2_core_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x606e7766 __traceiter_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x62c1e50c vb2_core_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x70f90962 __traceiter_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x7ee32286 __tracepoint_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x80a18726 vb2_core_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0x8ddd45da vb2_plane_cookie +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xaa8cebe5 vb2_core_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb6f4b031 __SCK__tp_func_vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb979d164 vb2_buffer_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb9a9b5b3 vb2_queue_error +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xb9d2df39 __SCK__tp_func_vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xc7b45aa4 __SCK__tp_func_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xcebc8baa vb2_request_object_is_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xd498995f vb2_thread_stop +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe187cc49 vb2_discard_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe55d0283 vb2_core_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe763cdfb vb2_request_buffer_cnt +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xe81a37d9 vb2_core_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xebd750ea vb2_wait_for_all_buffers +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xed9aff33 vb2_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf418560d vb2_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-common 0xf97a7c84 __tracepoint_vb2_buf_done +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0x203b8aa9 vb2_dma_contig_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-contig 0xf9e83686 vb2_dma_contig_set_max_seg_size +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-dma-sg 0x258eb48b vb2_dma_sg_memops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-memops 0xc669a894 vb2_common_vm_ops +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x03c7ee03 vb2_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x0ae3ae17 _vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x0eec9a0c vb2_video_unregister_device +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x158492a0 vb2_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x189ec66e vb2_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x21449ab2 vb2_ops_wait_finish +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x28ba3c3d vb2_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x2c108ffd vb2_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x2ff9b349 vb2_fop_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x300dd8b3 vb2_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x3a005640 vb2_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x4af45bcf vb2_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x4b19b959 vb2_streamon +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x4d96cdcd vb2_fop_read +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x4dc28105 vb2_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x76f5c119 vb2_find_buffer +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x8358b8c8 vb2_expbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x8f719d15 vb2_create_bufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x93051c1e vb2_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x94f680d5 vb2_queue_init +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x9d3f2594 vb2_request_queue +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0x9f55a8b7 vb2_reqbufs +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xadd1a802 vb2_qbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xade63194 vb2_queue_change_type +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xc2f54bba vb2_queue_release +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xc3fe98d7 vb2_fop_write +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xd0d6911b vb2_fop_poll +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xd593c996 vb2_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xe06ec25a vb2_queue_init_name +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xe10ebbbe vb2_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xf29d8fc6 vb2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xf9875a90 vb2_streamoff +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xfaec889f vb2_ops_wait_prepare +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-v4l2 0xff44943b vb2_request_validate +EXPORT_SYMBOL_GPL drivers/media/common/videobuf2/videobuf2-vmalloc 0x0392ae21 vb2_vmalloc_memops +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0x320d7cbd dvb_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0xc546f8e3 dvb_module_release +EXPORT_SYMBOL_GPL drivers/media/dvb-core/dvb-core 0xe72b0854 dvb_module_probe +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/as102_fe 0x8e90cdfd as102_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ascot2e 0x3f431898 ascot2e_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/atbm8830 0x65178aa2 atbm8830_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/au8522_dig 0x601b7bef au8522_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/bcm3510 0x1d8a583e bcm3510_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx22700 0x212bc00f cx22700_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx22702 0x85e7beb5 cx22702_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24110 0x852557a0 cx24110_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24113 0x430bb4ce cx24113_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24116 0x793636b2 cx24116_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24117 0x6e55d3a7 cx24117_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24120 0x65444f10 cx24120_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cx24123 0x7c605eef cx24123_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2820r 0xa7e6f871 cxd2820r_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2841er 0x370b25ee cxd2841er_attach_s +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2841er 0xc9b3fc13 cxd2841er_attach_t_c +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/cxd2880/cxd2880 0xd2a1e5c7 cxd2880_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0070 0x1723ad6f dib0070_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0090 0x8e103bc4 dib0090_fw_register +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib0090 0xbda3e70c dib0090_register +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib3000mb 0x88a2759b dib3000mb_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib3000mc 0xd65b7971 dib3000mc_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib7000m 0x64c737bf dib7000m_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib7000p 0x9f22f253 dib7000p_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib8000 0x28e11e42 dib8000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dib9000 0x0aee5600 dib9000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drx39xyj/drx39xyj 0xdc989559 drx39xxj_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drxd 0xf6e80059 drxd_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/drxk 0x9262e70d drxk_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ds3000 0xdaadb10c ds3000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/dvb-pll 0x2f2c7bab dvb_pll_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ec100 0x8e0e4a15 ec100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/gp8psk-fe 0x59fc45fe gp8psk_fe_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/helene 0x13cd48be helene_attach_s +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/helene 0xff8ca61f helene_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/horus3a 0xbac0efd0 horus3a_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6405 0x9b85f898 isl6405_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6421 0xc76ee853 isl6421_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/isl6423 0x674a8eb2 isl6423_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/itd1000 0x03529860 itd1000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ix2505v 0x57c7c676 ix2505v_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/l64781 0xcdf65a41 l64781_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lg2160 0x76cc3998 lg2160_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt3305 0x5e87533b lgdt3305_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt3306a 0x0f628230 lgdt3306a_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgdt330x 0xc5b4237a lgdt330x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lgs8gxx 0xe763f857 lgs8gxx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbh25 0x85b8d07d lnbh25_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp21 0xa35c6f6f lnbh24_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp21 0xfb5de06e lnbp21_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/lnbp22 0xd4c9ec3c lnbp22_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/m88ds3103 0x9e4a4ef5 m88ds3103_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/m88rs2000 0x6356d795 m88rs2000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mb86a16 0x70b224a8 mb86a16_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mb86a20s 0xa7238a2c mb86a20s_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mt312 0x61d7aab3 mt312_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mt352 0x80ed2041 mt352_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/mxl5xx 0xf0347b7c mxl5xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/nxt200x 0x418a9b1d nxt200x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/nxt6000 0x6202f99d nxt6000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/or51132 0xb70653cb or51132_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/or51211 0x58575007 or51211_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1409 0xf34ab009 s5h1409_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1411 0xbdcd5bb6 s5h1411_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1420 0xb6007418 s5h1420_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s5h1432 0x33cf1729 s5h1432_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/s921 0x723309ea s921_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/si21xx 0x84aae365 si21xx_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/sp887x 0x2faed011 sp887x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb0899 0x67a1a40c stb0899_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb6000 0x42693870 stb6000_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stb6100 0xcdc2d7e2 stb6100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0288 0x1dac6158 stv0288_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0297 0x04363854 stv0297_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0299 0x67bdf44f stv0299_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0x3d066d6c stv0367ter_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0x9ace8b4b stv0367ddb_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0367 0xe9bad82e stv0367cab_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0900 0x5e93c9bd stv0900_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv090x 0xfa7b7697 stv090x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv0910 0xdd7b96ab stv0910_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6110 0xf29859d1 stv6110_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6110x 0x385819cd stv6110x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/stv6111 0x8ad81216 stv6111_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10021 0x72695aec tda10021_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10023 0x647ce216 tda10023_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10048 0x281b0faa tda10048_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda1004x 0x28e14d1f tda10045_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda1004x 0xdc829b45 tda10046_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda10086 0xb84eb7f7 tda10086_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda18271c2dd 0x1713fdea tda18271c2dd_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda665x 0xedafe14e tda665x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda8083 0x3e5a18de tda8083_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda8261 0x61c0bf85 tda8261_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tda826x 0x26c9656f tda826x_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ts2020 0x60b87d21 ts2020_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/tua6100 0xe453cd15 tua6100_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ves1820 0xec7df717 ves1820_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/ves1x93 0xeff8744e ves1x93_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10036 0x8d6b5e84 zl10036_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10039 0xb972c529 zl10039_attach +EXPORT_SYMBOL_GPL drivers/media/dvb-frontends/zl10353 0x8eb63469 zl10353_attach +EXPORT_SYMBOL_GPL drivers/media/i2c/aptina-pll 0x105bc954 aptina_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/ccs-pll 0x998c40e4 ccs_pll_calculate +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x028b252f max9271_set_high_threshold +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x15bc7b6b max9271_enable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x2935f8a0 max9271_wake_up +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x40b92750 max9271_configure_gmsl_link +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x591c3a33 max9271_set_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x643df60d max9271_clear_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x748775bd max9271_set_deserializer_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x7e1504a8 max9271_disable_gpios +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0x9801e115 max9271_set_address +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xbc350e6a max9271_verify_id +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xca25c415 max9271_set_translation +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xddf53d79 max9271_configure_i2c +EXPORT_SYMBOL_GPL drivers/media/i2c/max9271 0xfe2ba2bb max9271_set_serial_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0398a7ed media_entity_find_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x0b807927 media_entity_get_fwnode_pad +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x133b11ef media_create_ancillary_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x1d54bee5 __media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x2c1dab9a media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x313c37f2 __media_pipeline_pad_iter_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x31d1e54a media_device_unregister +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x34517e77 media_pipeline_entity_iter_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x38d84fb4 media_graph_walk_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x390812a7 __media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3a952c4b media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x3bd45754 media_device_register_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x41176e56 media_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x4373dd06 media_entity_setup_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x45a0c698 media_entity_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x4a023078 media_devnode_create +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x5147ba58 media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x536f0e65 media_device_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x551ffa3b __media_entity_next_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x55d0e7ad media_request_object_find +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x639a0222 __media_pipeline_entity_iter_next +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x65a6dd8e media_device_unregister_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x65dd67e0 media_pipeline_entity_iter_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x669f1c0d media_device_unregister_entity +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x67775c5b media_create_pad_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x6c1af4f9 media_pad_remote_pad_first +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x78fdb4f3 media_entity_pads_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x83b90c04 media_request_object_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x86a205c3 media_request_object_bind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x87577dda media_request_object_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9885be39 media_devnode_remove +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9b7eae62 media_request_put +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9ba301b8 __media_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0x9fe633bd media_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xa50e6fe9 media_device_pci_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xaa511194 media_graph_walk_start +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xaac6dccf __media_device_usb_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb0c57e2d media_request_get_by_fd +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb148fc09 __media_entity_remove_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xb4131498 media_pad_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xbc9607b1 media_device_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc4461375 __media_device_register +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc63a9505 media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc648be27 media_request_object_complete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xc9260b7e media_graph_walk_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xcb023651 __media_remove_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd33f6e10 media_pad_pipeline +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xd81b6bb3 media_request_object_unbind +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xdab6fb21 __media_remove_intf_links +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xdd9f86d8 media_entity_enum_init +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xdf670c83 media_device_register_entity_notify +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe487185b media_entity_remote_pad_unique +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe541fd49 media_device_usb_allocate +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xe5ceecd6 media_entity_enum_cleanup +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xedb012c4 media_create_intf_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xeef575bc media_device_delete +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf391cfd1 media_get_pad_index +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf4e5d2c5 media_create_pad_link +EXPORT_SYMBOL_GPL drivers/media/mc/mc 0xf7053182 media_graph_walk_next +EXPORT_SYMBOL_GPL drivers/media/pci/bt8xx/dst 0xfa4e656a dst_attach +EXPORT_SYMBOL_GPL drivers/media/pci/bt8xx/dst_ca 0x908ec312 dst_ca_attach +EXPORT_SYMBOL_GPL drivers/media/pci/cx88/cx88xx 0xa02bd853 cx88_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/pci/ddbridge/ddbridge-dummy-fe 0x0c97b419 ddbridge_dummy_fe_qam_attach +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x056ba964 mantis_i2c_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x05aece0d mantis_dvb_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x0abafa29 mantis_stream_control +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x17f6624c mantis_ca_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x1ee35279 mantis_input_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x4f64177f mantis_frontend_soft_reset +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x51823b92 mantis_uart_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x5c7786d6 mantis_pci_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x5dbb20bc mantis_dma_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x759b2f4d mantis_input_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x76276cb8 mantis_frontend_power +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0x87a9fe34 mantis_uart_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xa6c4e3a3 mantis_dma_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xb6797d66 mantis_ca_exit +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xbc283460 mantis_gpio_set_bits +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xcf83db63 mantis_get_mac +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xf1e17136 mantis_pci_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xfe146a7b mantis_i2c_init +EXPORT_SYMBOL_GPL drivers/media/pci/mantis/mantis_core 0xfed10d12 mantis_dvb_exit +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x0bab3353 saa7134_querycap +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1ae4db29 saa7134_ts_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x1b97e15b saa7134_stop_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x3137f0ca saa7134_g_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x358d5afa saa7134_g_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x5e9c2685 saa7134_ts_buffer_init +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x645bdaee saa7134_s_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0x92b29ae2 saa7134_g_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xa435d3da saa7134_vb2_buffer_queue +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb0665ab4 saa7134_querystd +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb58171a2 saa7134_ts_start_streaming +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb8bd6f47 saa7134_enum_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xb958d49d saa7134_ts_qops +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xc2e8d56e saa7134_g_std +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xc5381b65 saa7134_ts_queue_setup +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xe04594c7 saa7134_s_frequency +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xe4755a94 saa7134_s_input +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xea796554 saa7134_ts_buffer_prepare +EXPORT_SYMBOL_GPL drivers/media/pci/saa7134/saa7134 0xf4db01a1 saa7134_s_tuner +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x00452765 ttpci_budget_debiwrite +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x33566046 ttpci_budget_init +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x6ff12ff0 ttpci_budget_debiread +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x7948c222 budget_debug +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0x89b658b1 ttpci_budget_init_hooks +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xc2b0fb87 ttpci_budget_set_video_port +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xc72c57dd ttpci_budget_deinit +EXPORT_SYMBOL_GPL drivers/media/pci/ttpci/budget-core 0xd73e10af ttpci_budget_irq10_handler +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x00645e10 mccic_register +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x1ed4a373 mccic_suspend +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0x57435e4a mccic_resume +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xc4b4bf74 mccic_shutdown +EXPORT_SYMBOL_GPL drivers/media/platform/marvell/mcam-core 0xea4785d7 mccic_irq +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x22868be3 xvip_enum_frame_size +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x29f13afc xvip_clr_or_set +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x32a020d5 xvip_set_format_size +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x38ce7a40 xvip_cleanup_resources +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x8711bb1b xvip_clr_and_set +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0x9bbcbd72 xvip_of_get_format +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xad6f9ca5 xvip_enum_mbus_code +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xb67940fb xvip_get_format_by_fourcc +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xcad088bb xvip_init_resources +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-video 0xe08e6063 xvip_get_format_by_code +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0x3c16a6b1 xvtc_generator_stop +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0x47d7900b xvtc_generator_start +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0x5e3f1bd9 xvtc_of_get +EXPORT_SYMBOL_GPL drivers/media/platform/xilinx/xilinx-vtc 0xa8a0f912 xvtc_put +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x42503ecd radio_tea5777_exit +EXPORT_SYMBOL_GPL drivers/media/radio/shark2 0x59619819 radio_tea5777_init +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x29825222 si470x_start +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x2c562753 si470x_ctrl_ops +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x34ad10b4 si470x_set_freq +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0x49b5f55a si470x_viddev_template +EXPORT_SYMBOL_GPL drivers/media/radio/si470x/radio-si470x-common 0xdda31ded si470x_stop +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x076ae28f rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x097479bb rc_repeat +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x0983a3b7 ir_raw_event_store_edge +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x17a96f32 ir_raw_event_store_with_filter +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x2aa56980 ir_raw_event_store +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x49f873f0 rc_free_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x5017f63d rc_keydown +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x6733d5c0 ir_raw_event_handle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x6cb27873 rc_keyup +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0x98883ff4 ir_raw_event_set_idle +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xa0499121 rc_keydown_notimeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xa61e4e5c devm_rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xaf1c6040 rc_map_register +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xbcc2807f rc_unregister_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xbef1458e rc_map_get +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xcae941d5 lirc_scancode_event +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd5e2e74e rc_g_keycode_from_table +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xd7875151 rc_map_unregister +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe7a98535 devm_rc_register_device +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xe7e2a7af ir_raw_event_store_with_timeout +EXPORT_SYMBOL_GPL drivers/media/rc/rc-core 0xed9b051d rc_allocate_device +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0011 0x59ba8fbf fc0011_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0012 0x22dc2a8e fc0012_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/fc0013 0xbef4ec4b fc0013_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/max2165 0x143b7d3a max2165_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mc44s803 0x26a73cbf mc44s803_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2060 0x8237161d mt2060_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2063 0x8f97f56c mt2063_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt20xx 0xc9d59411 microtune_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2131 0x0df877b4 mt2131_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mt2266 0x085494ef mt2266_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5005s 0x59594cd9 mxl5005s_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/mxl5007t 0x1b06ee74 mxl5007t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/qt1010 0x25fe519f qt1010_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/r820t 0x6750630e r820t_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18218 0x1f917410 tda18218_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda18271 0xcebe977a tda18271_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda827x 0xfc95151a tda827x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xa9f935f8 tda829x_probe +EXPORT_SYMBOL_GPL drivers/media/tuners/tda8290 0xf4b18025 tda829x_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tda9887 0x71b0e54c tda9887_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x26c5e2f5 tea5761_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5761 0x5751e383 tea5761_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x2b2f3ff3 tea5767_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/tea5767 0x3485afff tea5767_autodetection +EXPORT_SYMBOL_GPL drivers/media/tuners/tuner-simple 0x3e751360 simple_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc2028 0x85586c9c xc2028_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc4000 0xfe160633 xc4000_attach +EXPORT_SYMBOL_GPL drivers/media/tuners/xc5000 0x2e97940c xc5000_attach +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x017ea7c7 cx231xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x0f2a40af cx231xx_set_alt_setting +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x375a66e1 cx231xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x3f1ad30e cx231xx_get_i2c_adap +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x44e6893d cx231xx_init_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x46a63af9 cx231xx_uninit_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x5f8a5640 cx231xx_init_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7778f8ff cx231xx_unmute_audio +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7d17ba42 cx231xx_dev_init +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x7e88be21 cx231xx_disable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9b62f498 cx231xx_uninit_bulk +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0x9c80d47c cx231xx_send_gpio_cmd +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xa4e0460a cx231xx_enable_i2c_port_3 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xb5d21a7b is_fw_load +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xca04c91c cx231xx_dev_uninit +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xcacefe9a cx231xx_demod_reset +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xddd38989 cx231xx_enable656 +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xe4b6fc17 cx231xx_uninit_vbi_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xe99d6ca9 cx231xx_capture_start +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xf69fe5f6 cx231xx_init_isoc +EXPORT_SYMBOL_GPL drivers/media/usb/cx231xx/cx231xx 0xfc7742f5 cx231xx_send_usb_command +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-demod 0x8ee90933 mxl111sf_demod_attach +EXPORT_SYMBOL_GPL drivers/media/usb/dvb-usb-v2/mxl111sf-tuner 0x1df0299d mxl111sf_tuner_attach +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x07bffa28 em28xx_write_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x090b7b70 em28xx_set_mode +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x0e722436 em28xx_gpio_set +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x0f9eace4 em28xx_init_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x0fca40fa em28xx_write_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x18df6bfe em28xx_read_ac97 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x3dc4700c em28xx_write_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x3e6cbd09 em28xx_uninit_usb_xfer +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x518b7ac3 em28xx_toggle_reg_bits +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x53769771 em28xx_audio_setup +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x64e4f891 em28xx_read_reg +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x721f7cc7 em28xx_free_device +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x7fc8652c em28xx_tuner_callback +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x8bdc75c1 em28xx_setup_xc3028 +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x921d7c65 em28xx_boards +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0x9d9727e0 em28xx_alloc_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xae74d41f em28xx_stop_urbs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xb214b660 em28xx_write_regs +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xb6b2a5e2 em28xx_find_led +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xd9218224 em28xx_init_camera +EXPORT_SYMBOL_GPL drivers/media/usb/em28xx/em28xx 0xdf2274c7 em28xx_audio_analog_set +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x156a4c19 __v4l2_async_nf_add_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x39b39e82 v4l2_async_nf_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x3c3a7aae __v4l2_async_nf_add_fwnode_remote +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0x7455eca8 __v4l2_async_nf_add_fwnode +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-async 0xce68cb21 __v4l2_async_nf_add_i2c +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x01612c0b v4l2_detect_gtf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x08402862 v4l2_print_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x0958448b v4l2_set_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x0af3d134 v4l2_valid_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x2bf67def v4l2_calc_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x370cfe6e v4l2_dv_timings_presets +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x3aa68d7a v4l2_find_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x4839762f v4l2_calc_timeperframe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x7b6ac78f v4l2_phys_addr_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x8f8d4341 v4l2_get_edid_phys_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0x922ecd29 v4l2_enum_dv_timings_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xa22fbfeb v4l2_hdmi_rx_colorimetry +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xa97e00eb v4l2_detect_cvt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xae575c8f v4l2_phys_addr_for_input +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xd034392d v4l2_match_dv_timings +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xf56238f4 v4l2_find_dv_timings_cea861_vic +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-dv-timings 0xff585440 v4l2_dv_timings_aspect_ratio +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0x841c78d0 v4l2_flash_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0x899f2fa3 v4l2_flash_indicator_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-flash-led-class 0xea9cc95a v4l2_flash_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x0185f76b v4l2_async_register_subdev_sensor +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x04607ce8 v4l2_fwnode_connector_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x0d24ac1a v4l2_fwnode_device_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x4325d401 v4l2_fwnode_endpoint_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x459af256 v4l2_async_nf_parse_fwnode_endpoints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x504ff83c v4l2_fwnode_endpoint_alloc_parse +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x612ddce5 v4l2_fwnode_connector_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0x6b0cf7f8 v4l2_fwnode_connector_add_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xc5e3cffb v4l2_fwnode_endpoint_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xcf25ca7b v4l2_fwnode_parse_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-fwnode 0xf56bad49 v4l2_fwnode_put_link +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x055a090d v4l2_m2m_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x060e85cb v4l2_m2m_ctx_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x08ee0c07 v4l2_m2m_ioctl_try_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x0ffa0ac5 v4l2_m2m_ioctl_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x172466b1 v4l2_m2m_buf_remove_by_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1a5af6cf v4l2_m2m_next_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x1b3016d6 v4l2_m2m_ioctl_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x2b8b33aa v4l2_m2m_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x35d396a1 v4l2_m2m_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x3b1bdb96 v4l2_m2m_try_schedule +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4098c7fb v4l2_m2m_fop_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x44440260 v4l2_m2m_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x4fc7daf8 v4l2_m2m_request_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x51e00063 v4l2_m2m_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5464c8a9 v4l2_m2m_last_buffer_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x565ce414 v4l2_m2m_buf_remove +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x56ac5d80 v4l2_m2m_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x56bd2762 v4l2_m2m_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5a79099d v4l2_m2m_ioctl_expbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x5b55c02c v4l2_m2m_ioctl_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6a6518e6 v4l2_m2m_encoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x6b123c05 v4l2_m2m_buf_remove_by_idx +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x730f2eae v4l2_m2m_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x778019cb v4l2_m2m_ioctl_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x78c91ac6 v4l2_m2m_ioctl_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8353d058 v4l2_m2m_poll +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x857b190b v4l2_m2m_ioctl_stateless_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8db449ec v4l2_m2m_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x8fef1406 v4l2_m2m_update_start_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9d283742 v4l2_m2m_buf_copy_metadata +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0x9f708967 v4l2_m2m_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xabb7ab88 v4l2_m2m_ioctl_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xb66dbf8c v4l2_m2m_last_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xbc502851 v4l2_m2m_update_stop_streaming_state +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc6fca5ad v4l2_m2m_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xc97b892a v4l2_m2m_fop_mmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xd421bae4 v4l2_m2m_ctx_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xdb356b29 v4l2_m2m_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xded04780 v4l2_m2m_ioctl_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe0085451 v4l2_m2m_register_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe1c36c66 v4l2_m2m_ioctl_create_bufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe30799ef v4l2_m2m_ioctl_stateless_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xe81b73a7 v4l2_m2m_ioctl_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xecb1e65c v4l2_m2m_ioctl_prepare_buf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xed1d91d2 v4l2_m2m_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf13ff84d v4l2_m2m_unregister_media_controller +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/v4l2-mem2mem 0xf738f9ad v4l2_m2m_ioctl_try_decoder_cmd +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x0ba81924 videobuf_streamon +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x0e2a84f1 videobuf_mmap_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x0ec8a94f videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x10ae3bc6 videobuf_read_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x22c32c4e videobuf_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x3f928027 videobuf_poll_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x45499d63 videobuf_read_stream +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x4a4e5c3c __videobuf_mmap_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x50c2b2eb videobuf_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5a14da17 videobuf_querybuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5c7c1d1d videobuf_waiton +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x5e71c758 videobuf_queue_core_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x80acece1 videobuf_iolock +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x83c57a6d videobuf_read_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x850c980b videobuf_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0x8996b23d videobuf_next_field +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xa252c8e7 videobuf_alloc_vb +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xbbcf5b26 videobuf_mmap_mapper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xc4be4b35 videobuf_reqbufs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd3f868cf videobuf_queue_to_vaddr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xd53231eb videobuf_queue_is_busy +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xddb3f25c videobuf_read_one +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xe46a57a1 videobuf_queue_cancel +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-core 0xf595b9cf videobuf_streamoff +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x24b05102 videobuf_dma_unmap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x4084ee5f videobuf_dma_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x553a86d0 videobuf_sg_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0x83c4bdca videobuf_to_dma +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videobuf-dma-sg 0xdb775080 videobuf_queue_sg_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x01ac43ec v4l2_mc_create_media_graph +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x01c4e4ce v4l2_subdev_state_get_stream_compose +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0278e312 v4l2_fh_release +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x03aa219a v4l2_subdev_notify_event +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x03e32b86 __video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x04cc1a4e v4l2_subdev_has_pad_interdep +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0578c72a v4l2_subdev_s_stream_helper +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x05e9246e v4l2_fh_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x0cb0f6f5 v4l_disable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x11f3044c __SCK__tp_func_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x27a2b750 v4l2_event_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x29fd0fd0 __traceiter_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2ae0877b __SCK__tp_func_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2b6856cd __tracepoint_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2ba0f4f8 v4l2_subdev_disable_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x2c031fa4 v4l2_subdev_state_get_opposite_stream_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x30757a96 v4l2_spi_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x30e0fca0 v4l2_subdev_set_routing_with_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x368c2928 v4l2_src_change_event_subdev_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x3e2ecc82 __v4l2_device_register_subdev_nodes +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x40041ff7 v4l2_g_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x453be8a6 v4l2_s_parm_cap +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x487079ef v4l2_device_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4aa6673a video_device_pipeline +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x4f3f217c v4l2_device_disconnect +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5074e573 v4l2_fraction_to_interval +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x509232ba v4l2_pipeline_pm_put +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x518e7ca5 v4l2_fh_open +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x56e160e3 v4l2_fh_exit +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5effd7e7 __traceiter_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5ff822a8 v4l2_spi_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x5ffa0c5f video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6010e90f v4l2_i2c_subdev_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x626bf287 v4l2_subdev_put_privacy_led +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6576a22d v4l2_subdev_cleanup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6ce1c95c __SCK__tp_func_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6e50b7b4 v4l_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6e9acc41 v4l2_fill_pixfmt_mp +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x6eac6668 __v4l2_ctrl_handler_setup +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x70e051a2 v4l2_i2c_new_subdev_board +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x74831815 v4l2_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7492f237 v4l2_subdev_state_xlate_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x75ed547b v4l2_device_register_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x788a1f0a v4l2_src_change_event_subscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7910afd6 v4l2_fh_add +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x79588f7b v4l2_fh_is_singular +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7f4c1db3 v4l2_subdev_get_fwnode_pad_1_to_1 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7f4edaee v4l2_i2c_subdev_addr +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x7f9f9810 v4l2_create_fwnode_links +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x814ee6e4 __video_device_pipeline_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8688dc5b v4l2_event_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x887e38cf v4l2_compat_ioctl32 +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x8d257993 video_device_pipeline_alloc_start +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x91bc9225 __v4l2_subdev_state_alloc +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x936ff40e v4l2_device_register +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x93f3047f v4l2_subdev_routing_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x97571c45 v4l2_pipeline_link_notify +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x97764e0e v4l2_event_unsubscribe_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x989b5af8 v4l2_subdev_link_validate +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x99d9ed55 v4l2_pipeline_pm_get +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0x9fef35ac v4l2_apply_frmsize_constraints +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa0a7a54e v4l2_device_set_name +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa79a830a video_device_pipeline_stop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xa874b377 v4l_vb2q_enable_media_source +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xad5c3c93 v4l2_simplify_fraction +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xae3dd8d6 __v4l2_subdev_next_active_route +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb48cf8aa __tracepoint_vb2_v4l2_buf_done +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb6cd298c v4l2_create_fwnode_links_to_pad +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xb82afeb5 v4l2_subdev_state_get_stream_format +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xba6a42cc v4l2_event_queue_fh +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xbb7b2c5a v4l2_i2c_subdev_init +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc087734e v4l2_subdev_get_fmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc28b9ccd v4l2_event_pending +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xc52eefff v4l2_ctrl_request_hdl_ctrl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcb3a4209 v4l2_get_link_freq +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcba167f0 v4l2_device_unregister_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcc501597 v4l2_fill_pixfmt +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xccdfb5eb v4l2_ctrl_request_hdl_find +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xcf754c8f v4l2_subdev_routing_find_opposite_end +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd20d1b7b v4l2_fh_del +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd3182e47 v4l2_subdev_get_privacy_led +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xd7af63e9 v4l2_event_dequeue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdb1226ed __v4l2_subdev_state_free +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdef3dffd __tracepoint_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xdf9ce2e4 v4l2_event_subdev_unsubscribe +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe0b98a71 __tracepoint_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe2822320 __v4l2_find_nearest_size +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe3455eda v4l2_subdev_set_routing +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe5a33113 __SCK__tp_func_vb2_v4l2_qbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xe976c7df __traceiter_vb2_v4l2_buf_queue +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xebbcb4a1 v4l2_subdev_enable_streams +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xedde7c27 v4l2_subdev_state_get_stream_crop +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xee10ebfe v4l2_event_wake_all +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xef09fab8 v4l2_subdev_link_validate_default +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xefe76809 v4l2_i2c_new_subdev +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf2a353ac v4l2_i2c_tuner_addrs +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf5ef842e v4l_bound_align_image +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf8346b72 v4l2_device_unregister +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xf92b9c11 __traceiter_vb2_v4l2_dqbuf +EXPORT_SYMBOL_GPL drivers/media/v4l2-core/videodev 0xfe36e4ec __v4l2_subdev_init_finalize +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0x50fcdd63 pm80x_regmap_config +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xae9630d4 pm80x_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd62ce8d6 pm80x_init +EXPORT_SYMBOL_GPL drivers/mfd/88pm80x 0xd99fd720 pm80x_deinit +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x02b2fecf cs47l24_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x1439fadc cs47l24_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x1929c1e8 arizona_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x1949d8fa wm5110_revd_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x1a646e93 arizona_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x1a8087c3 wm8997_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x1fe2ff71 wm5110_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x2c028402 wm5102_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x3501187e wm5110_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x39419a43 wm8997_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x39add1bf arizona_set_irq_wake +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x39af22d4 cs47l24_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x3b867931 arizona_request_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x3df052f6 wm8998_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x42a34c6f arizona_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x677fa6d9 arizona_clk32k_enable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x6f3a454e wm5102_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x7d1fabc9 wm8997_patch +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x8139a9e5 arizona_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0x92691173 wm5110_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xa3760ef7 arizona_clk32k_disable +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xd151d03f wm5110_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xd3fee6a6 wm5110_aod +EXPORT_SYMBOL_GPL drivers/mfd/arizona 0xdfbe649b wm8997_aod +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0x3b77daf8 atc260x_device_probe +EXPORT_SYMBOL_GPL drivers/mfd/atc260x-core 0xadb50f85 atc260x_match_device +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x058638c2 da9150_bulk_read +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x2b7c8fb3 da9150_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x2fa7dbc0 da9150_read_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x43548af9 da9150_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x62f43ec0 da9150_write_qif +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0x6a190c75 da9150_bulk_write +EXPORT_SYMBOL_GPL drivers/mfd/da9150-core 0xcc579378 da9150_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/gateworks-gsc 0xa142a524 gsc_read +EXPORT_SYMBOL_GPL drivers/mfd/gateworks-gsc 0xb7abd1c4 gsc_write +EXPORT_SYMBOL_GPL drivers/mfd/iqs62x 0xa436f4de iqs62x_events +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x050a9c8a kempld_write16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x0ce2b0cc kempld_release_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x10e2f1db kempld_write32 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x19db5211 kempld_write8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x1be3c146 kempld_read8 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x56b15f40 kempld_read16 +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x6a437c83 kempld_get_mutex +EXPORT_SYMBOL_GPL drivers/mfd/kempld-core 0x7caadfe4 kempld_read32 +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0x9c4d65ca lm3533_write +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xa35e44c5 lm3533_read +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-core 0xcc5fcf6a lm3533_update +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x16722f07 lm3533_ctrlbank_set_max_current +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x1914ca30 lm3533_ctrlbank_get_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x486c34e2 lm3533_ctrlbank_enable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x6307f625 lm3533_ctrlbank_set_pwm +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x647b390b lm3533_ctrlbank_get_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0x860d55a2 lm3533_ctrlbank_disable +EXPORT_SYMBOL_GPL drivers/mfd/lm3533-ctrlbank 0xc7364352 lm3533_ctrlbank_set_brightness +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x08a7ba67 lp3943_read_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0x6f6e0f44 lp3943_write_byte +EXPORT_SYMBOL_GPL drivers/mfd/lp3943 0xfb48f3a6 lp3943_update_bits +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x0f379262 madera_of_match +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x1be62f19 cs47l15_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x1bebf359 cs47l15_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x58d33215 cs47l15_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x58deee55 cs47l15_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x60cb6184 madera_pm_ops +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x60e96c51 cs47l15_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x7c92b235 cs47l85_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x8b95f307 madera_dev_exit +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x8f366fec cs47l92_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x8f3bb3ac cs47l92_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x921098d9 cs47l35_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0x921d4499 cs47l35_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xa06203a1 cs47l85_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xa06fdfe1 cs47l85_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xa83b7af4 cs47l35_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xb8b77411 cs47l90_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xb8baa851 cs47l90_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xcc0372e0 cs47l92_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xcc0eaea0 cs47l92_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xd12585d5 cs47l35_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xd1285995 cs47l35_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xe3571ead cs47l85_16bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xe35ac2ed cs47l85_32bit_spi_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xe48332ee madera_dev_init +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xebe384cb madera_name_from_type +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xf829c788 cs47l92_patch +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xfb82691d cs47l90_16bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xfb8fb55d cs47l90_32bit_i2c_regmap +EXPORT_SYMBOL_GPL drivers/mfd/madera 0xfd6ee2ba cs47l90_patch +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x273bd53f mc13xxx_variant_mc13892 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x5cbd2ca0 mc13xxx_common_init +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x67819e1f mc13xxx_variant_mc13783 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0x758e6b77 mc13xxx_variant_mc34708 +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xb0ce4b71 mc13xxx_common_exit +EXPORT_SYMBOL_GPL drivers/mfd/mc13xxx-core 0xe20e412d mc13xxx_adc_do_conversion +EXPORT_SYMBOL_GPL drivers/mfd/motorola-cpcap 0xa226dbe8 cpcap_sense_virq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x07c16745 pcf50633_pm +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x0e43872f pcf50633_reg_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x20d68c42 pcf50633_irq_mask_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x2c841499 pcf50633_irq_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x32615d6c pcf50633_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x36e6cb0e pcf50633_register_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x3ca8e880 pcf50633_read_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x437b34a1 pcf50633_reg_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x4b3d4c5d pcf50633_irq_unmask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x69311117 pcf50633_reg_set_bit_mask +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0x99831658 pcf50633_free_irq +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633 0xffcbcb75 pcf50633_write_block +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x570a5cd5 pcf50633_adc_sync_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-adc 0x57304c0d pcf50633_adc_async_read +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x43ead0bc pcf50633_gpio_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0x86bef073 pcf50633_gpio_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xfa009908 pcf50633_gpio_invert_set +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xfbcda6e2 pcf50633_gpio_invert_get +EXPORT_SYMBOL_GPL drivers/mfd/pcf50633-gpio 0xff1d5102 pcf50633_gpio_power_supply_set +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0x43e53ef9 rave_sp_exec +EXPORT_SYMBOL_GPL drivers/mfd/rave-sp 0xd956976c devm_rave_sp_register_event_notifier +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0x56d1a8c5 retu_read +EXPORT_SYMBOL_GPL drivers/mfd/retu-mfd 0xa074c8b6 retu_write +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0x289089c4 rk8xx_suspend +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0x3fc5ffdf rk8xx_shutdown +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0x4adc0b7b rk8xx_probe +EXPORT_SYMBOL_GPL drivers/mfd/rk8xx-core 0xccf07c24 rk8xx_resume +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x08961f66 si476x_core_cmd_power_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x0c6c35e7 si476x_core_cmd_ic_link_gpo_ctl_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x10892b6e si476x_core_is_a_primary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x1939ae71 si476x_core_is_in_am_receiver_mode +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x22419f2b si476x_core_cmd_func_info +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3494d863 si476x_core_cmd_fm_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x3cf15273 si476x_core_cmd_set_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x43dd7ddb si476x_core_cmd_fm_rds_blockcount +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4504f11b si476x_core_cmd_fm_phase_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x4d2409ec si476x_core_has_diversity +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x51fe79ac si476x_core_cmd_dig_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x62552480 si476x_core_cmd_zif_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x74b53f2f si476x_core_cmd_fm_phase_div_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x7e0ff1bb si476x_core_has_am +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x87a3ea6d si476x_core_is_a_secondary_tuner +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x92a4ee06 si476x_core_stop +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x94c83abd si476x_core_cmd_fm_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x97fa031d si476x_core_cmd_agc_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0x9bd917d8 si476x_core_cmd_fm_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xa59abafa si476x_core_set_power_state +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xaa68370c si476x_core_cmd_ana_audio_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xaae6f7f0 si476x_core_cmd_get_property +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xabdf4273 si476x_core_cmd_am_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb1a6ff0c si476x_core_cmd_fm_rds_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb1c31c8c si476x_core_cmd_intb_pin_cfg +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xb2d1da85 si476x_core_cmd_am_seek_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xbbb97606 si476x_core_start +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xc03092ca si476x_core_is_powered_up +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xcb78aff9 si476x_core_cmd_fm_rsq_status +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf0ab6342 si476x_core_cmd_power_down +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf3afefa0 si476x_core_i2c_xfer +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf4fbe6eb devm_regmap_init_si476x +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xf7e461dc si476x_core_cmd_am_tune_freq +EXPORT_SYMBOL_GPL drivers/mfd/si476x-core 0xff3fa46f si476x_core_cmd_am_acf_status +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x43c51a37 sm501_set_clock +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0x9712bb3d sm501_modify_reg +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xa4c2dac8 sm501_misc_control +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xcd3b3ae7 sm501_unit_power +EXPORT_SYMBOL_GPL drivers/mfd/sm501 0xed4bf17a sm501_find_clock +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0x04a1b329 stmfx_function_disable +EXPORT_SYMBOL_GPL drivers/mfd/stmfx 0x16c2de13 stmfx_function_enable +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x4946e70e am335x_tsc_se_set_once +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x62fe2d99 am335x_tsc_se_clr +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0x633a1095 am335x_tsc_se_set_cache +EXPORT_SYMBOL_GPL drivers/mfd/ti_am335x_tscadc 0xbe3efa40 am335x_tsc_se_adc_done +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x6d765ab1 tps65218_reg_write +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0x746a8fe2 tps65218_set_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps65218 0xb30297ee tps65218_clear_bits +EXPORT_SYMBOL_GPL drivers/mfd/tps6594-core 0x0a752f2a tps6594_device_init +EXPORT_SYMBOL_GPL drivers/mfd/tps6594-core 0x7c55c619 tps6594_is_volatile_reg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x0d02c697 alcor_read32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x250e7d50 alcor_read32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x4199e628 alcor_write8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x4f8d0ccd alcor_write32 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x6ad52344 alcor_write32be +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0x8d32d193 alcor_write16 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/alcor_pci 0xed77404b alcor_read8 +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x146efe3d rtsx_pci_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x2530fcac rtsx_pci_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x308bac56 rtsx_pci_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x37cc1823 rtsx_pci_card_pull_ctl_enable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x3b9931da rtsx_pci_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x3d554edc rtsx_pci_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x4677eb27 rtsx_pci_dma_unmap_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x533ce361 rtsx_pci_complete_unfinished_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x76d6c818 rtsx_pci_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x8b967b8c rtsx_pci_card_power_on +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x96c3aa20 rtsx_pci_card_power_off +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0x99e39c59 rtsx_pci_dma_transfer +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xa71ac591 rtsx_pci_switch_output_voltage +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xac294541 rtsx_pci_card_pull_ctl_disable +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xc7d1cf87 rtsx_pci_send_cmd_no_wait +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xe63f70d3 rtsx_pci_start_run +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xe7186dde rtsx_pci_dma_map_sg +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xe802e144 rtsx_pci_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xed3f9f06 rtsx_pci_read_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xeec6f58a rtsx_pci_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xf35e2668 rtsx_pci_write_phy_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xf5792131 rtsx_pci_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xfa4df7b0 rtsx_pci_stop_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_pci 0xfbd0608a rtsx_pci_card_exist +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x0db6632b rtsx_usb_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x3c85594f rtsx_usb_ep0_write_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x4f9a40f4 rtsx_usb_get_card_status +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x558dea58 rtsx_usb_card_exclusive_check +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x578476bd rtsx_usb_transfer_data +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x773fbe48 rtsx_usb_switch_clock +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0x7c57b1d2 rtsx_usb_add_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xc00a90d4 rtsx_usb_ep0_read_register +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xcf096dd8 rtsx_usb_get_rsp +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xd17b7ac5 rtsx_usb_send_cmd +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xda7de0cf rtsx_usb_read_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xe352c908 rtsx_usb_write_ppbuf +EXPORT_SYMBOL_GPL drivers/misc/cardreader/rtsx_usb 0xf8a7cd8e rtsx_usb_write_register +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x2207bae8 cb710_sg_dwiter_read_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x558c3f90 cb710_pci_update_config_reg +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0x59b03eed cb710_sg_dwiter_write_next_block +EXPORT_SYMBOL_GPL drivers/misc/cb710/cb710 0xc73e1ae4 cb710_set_irq_handler +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x17b442d1 cxl_context_events_pending +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x1ab2a729 cxl_start_work +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x219a5904 cxl_set_master +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x3215562a cxl_fd_mmap +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x359398b5 cxllib_slot_is_supported +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x39c7c7d9 cxl_allocate_afu_irqs +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x3e436483 cxl_free_afu_irqs +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x46a71a7b cxl_perst_reloads_same_image +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x52001408 cxl_fd_ioctl +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x6f32c21e cxl_set_priv +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x70bd7cab cxllib_get_PE_attributes +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x73efed9d cxl_fd_poll +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x7c8479ca cxl_release_context +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x7cea3f32 cxl_process_element +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x8440bc34 cxl_unmap_afu_irq +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x8444e6d7 cxl_afu_reset +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x8740bc47 cxl_psa_unmap +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x8db34daf cxl_psa_map +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x95aa98b8 cxl_pci_to_afu +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x99dfd2db cxllib_set_device_dma +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x99fdb1ae cxl_pci_to_cfg_record +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0x9d845112 cxl_get_priv +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xa83d721a cxl_fd_read +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xab74940e cxl_read_adapter_vpd +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xb0ade45d cxl_fd_release +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xb4743336 cxl_get_fd +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xbf053012 cxl_dev_context_init +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xc07492d4 cxl_map_afu_irq +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xc28ca1e9 cxl_fd_open +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xc457c8d0 cxl_get_context +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xc6540d8b cxl_stop_context +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xc66f8674 cxl_start_context +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xc68a538e cxllib_get_xsl_config +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xec47a2fa cxl_set_driver_ops +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xf6936a3b cxllib_switch_phb_mode +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xfc33029e cxl_fops_get_context +EXPORT_SYMBOL_GPL drivers/misc/cxl/cxl 0xfe2699b2 cxllib_handle_fault +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x0b008db0 oslec_hpf_tx +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x296a8983 oslec_update +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x3115970d oslec_create +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x4b711f77 oslec_adaption_mode +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x5909e701 oslec_snapshot +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x780d3f01 oslec_flush +EXPORT_SYMBOL_GPL drivers/misc/echo/echo 0x84eba96d oslec_free +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x3cb83d5b eeprom_93cx6_multireadb +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x63d2ff63 eeprom_93cx6_wren +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x870b53e9 eeprom_93cx6_write +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0x884deb9d eeprom_93cx6_read +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0xc9c6bb25 eeprom_93cx6_readb +EXPORT_SYMBOL_GPL drivers/misc/eeprom/eeprom_93cx6 0xff7a0fdf eeprom_93cx6_multiread +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x0bbfd416 enclosure_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x19966dcd enclosure_remove_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x5f33c063 enclosure_add_device +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0x865b61cd enclosure_component_alloc +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xbb59efd3 enclosure_component_register +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xc986cc03 enclosure_unregister +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xef52a1e9 enclosure_find +EXPORT_SYMBOL_GPL drivers/misc/enclosure 0xf194cdef enclosure_for_each_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x2a6e0c8c lis3lv02d_poweron +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x2ba86f08 lis3lv02d_init_dt +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x39c171d1 lis3lv02d_poweroff +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x64a77b48 lis3lv02d_joystick_disable +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0x9024ce07 lis3lv02d_remove_fs +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xa052677f lis3lv02d_init_device +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xa96a5506 lis3_dev +EXPORT_SYMBOL_GPL drivers/misc/lis3lv02d/lis3lv02d 0xe2f56b8e lis3lv02d_joystick_enable +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x14398394 ocxl_config_set_afu_state +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x1c3442c7 ocxl_config_set_actag +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x229a4682 ocxl_global_mmio_clear64 +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x2338146c ocxl_function_fetch_afu +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x271f1861 ocxl_config_set_afu_pasid +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x2d876dd2 ocxl_link_remove_pe +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x2f7305df ocxl_function_config +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x3f0a0d98 ocxl_global_mmio_clear32 +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x450f4e87 ocxl_afu_get_private +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x5324fc84 ocxl_config_get_actag_info +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x5d8814ea ocxl_link_free_irq +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x66af49ae ocxl_config_set_afu_actag +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x722a7272 ocxl_link_setup +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x84bed41e ocxl_afu_irq_get_addr +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x868536c8 ocxl_afu_get +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x8cc74f8c ocxl_afu_irq_free +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x8f43fe03 ocxl_function_open +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0x99d6b9e5 ocxl_link_release +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xabca0c7f ocxl_context_attach +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xb1becf2a ocxl_global_mmio_read32 +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xb2ec990b ocxl_context_detach +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xb4fb4a48 ocxl_function_close +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xbc998dfb ocxl_config_read_afu +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xc3593d0e ocxl_config_read_function +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xca695783 ocxl_global_mmio_write32 +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xd57e0fa7 ocxl_link_irq_alloc +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xd7f91c99 ocxl_global_mmio_write64 +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xd94ea029 ocxl_function_afu_list +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xe09db079 ocxl_global_mmio_read64 +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xe1ab27f1 ocxl_afu_set_private +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xe3944dec ocxl_irq_set_handler +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xe6ef1416 ocxl_global_mmio_set32 +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xe9af071c ocxl_afu_put +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xec0ff650 ocxl_config_set_TL +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xf00154a1 ocxl_config_terminate_pasid +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xf00298e3 ocxl_link_add_pe +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xf6092ab7 ocxl_context_free +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xf7954867 ocxl_context_alloc +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xf91489dc ocxl_afu_irq_alloc +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xfb7f5f0c ocxl_global_mmio_set64 +EXPORT_SYMBOL_GPL drivers/misc/ocxl/ocxl 0xfeb2fd48 ocxl_afu_config +EXPORT_SYMBOL_GPL drivers/misc/pvpanic/pvpanic 0x7f8946fc devm_pvpanic_probe +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0xcdba761a st_register +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0xcf941c17 st_unregister +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0x137c47bd uacce_register +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0xa2f7e0b4 uacce_alloc +EXPORT_SYMBOL_GPL drivers/misc/uacce/uacce 0xf453c886 uacce_remove +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x06fd00e2 sdhci_runtime_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x10d10be2 sdhci_runtime_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x1c91e34b sdhci_end_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x281d1320 sdhci_reset +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x29e5cafa sdhci_switch_external_dma +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x3b093363 sdhci_execute_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x4cabe08e sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x569e5614 sdhci_start_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x62af3d1d sdhci_calc_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x62e00cb4 sdhci_start_signal_voltage_switch +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x633fe837 sdhci_request +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x69ee7f49 sdhci_suspend_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x73aa1bc8 sdhci_adma_write_desc +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x754481ff sdhci_cqe_enable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x7613eac5 sdhci_set_power +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x7904c164 sdhci_cleanup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x793278bb sdhci_enable_sdio_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x7e024d11 sdhci_free_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x8b580725 sdhci_abort_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x942067e0 sdhci_resume_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x96ce13da __sdhci_set_timeout +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x9b0cfe06 sdhci_alloc_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x9cc801c0 sdhci_send_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0x9f544e75 __sdhci_add_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xabbcf5e0 sdhci_set_ios +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb2a256f8 sdhci_set_power_and_bus_voltage +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb2f4ae30 sdhci_cqe_disable +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xb7b4ddc9 sdhci_remove_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xba352f99 sdhci_enable_v4_mode +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc4767992 __sdhci_read_caps +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc65e40b6 sdhci_request_atomic +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xc7012e24 sdhci_set_uhs_signaling +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xca0e5db9 sdhci_set_power_noreg +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xcced011b sdhci_cqe_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd4d8c4a9 sdhci_dumpregs +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd68035a0 sdhci_set_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xd8d16e42 sdhci_enable_clk +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xdfaf5066 sdhci_setup_host +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xe4237142 sdhci_set_bus_width +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xee81cee2 sdhci_get_cd_nogpio +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xee9483c2 sdhci_reset_tuning +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci 0xf2602f09 sdhci_set_data_timeout_irq +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x1363e21a sdhci_pltfm_suspend +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x29fb4dc3 sdhci_pltfm_free +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x3ce6bb2d sdhci_pltfm_resume +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x475ae360 sdhci_pltfm_unregister +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x4b496a99 sdhci_pltfm_register +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x5d5f0aa2 sdhci_pltfm_init +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0x643ea14d sdhci_pltfm_clk_get_max_clock +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xbbad3f75 sdhci_get_property +EXPORT_SYMBOL_GPL drivers/mmc/host/sdhci-pltfm 0xeeb99545 sdhci_pltfm_pmops +EXPORT_SYMBOL_GPL drivers/most/most_core 0x308743b1 most_stop_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0x3c1c10d5 channel_has_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0x3cd0adde most_resume_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0x4d0cca6d most_register_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0x4df16538 most_start_channel +EXPORT_SYMBOL_GPL drivers/most/most_core 0x62dcaf00 most_deregister_component +EXPORT_SYMBOL_GPL drivers/most/most_core 0x6b5582ab most_register_interface +EXPORT_SYMBOL_GPL drivers/most/most_core 0x6b99a175 most_stop_enqueue +EXPORT_SYMBOL_GPL drivers/most/most_core 0x9ded40d4 most_register_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0xb6c1c97c most_submit_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0xb72ccfa3 most_put_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0xb735db3e most_deregister_configfs_subsys +EXPORT_SYMBOL_GPL drivers/most/most_core 0xbac9f6eb most_get_mbo +EXPORT_SYMBOL_GPL drivers/most/most_core 0xbe293325 most_deregister_interface +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x46fdd915 cfi_cmdset_0003 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0x79d4fcfd cfi_cmdset_0001 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0001 0xbbe3fc83 cfi_cmdset_0200 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x273b0031 cfi_cmdset_0006 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0x59694be1 cfi_cmdset_0002 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0002 0xaa908467 cfi_cmdset_0701 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_cmdset_0020 0xc8ae2d66 cfi_cmdset_0020 +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x76d07348 cfi_qry_present +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0x9fd7c43d cfi_qry_mode_off +EXPORT_SYMBOL_GPL drivers/mtd/chips/cfi_util 0xf5082aea cfi_qry_mode_on +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0x10e48576 hyperbus_unregister_device +EXPORT_SYMBOL_GPL drivers/mtd/hyperbus/hyperbus-core 0x4a9397e1 hyperbus_register_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0036ea07 unregister_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x00c8fce3 deregister_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0a72d376 mtd_ooblayout_get_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x0c2cf296 mtd_table_mutex +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1248db8c mtd_erase_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x126adb40 mtd_block_markbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x16094bb1 put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x1bacda94 mtd_block_isbad +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2147f864 mtd_read +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2386490d mtd_block_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2808e9f7 mtd_point +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x28c06f84 get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x29fefcb9 get_mtd_device_nm +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x2b53f075 mtd_read_fact_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x372687ae mtd_unlock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x38c3f39b __put_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x38dbcff5 mtd_kmalloc_up_to +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x454c2cfc mtd_write_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x53ec7d4b mtd_lock +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x55dc3393 mtd_ooblayout_ecc +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x59f8ba5b mtd_ooblayout_count_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x62b73ccd mtd_ooblayout_find_eccregion +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6469b7c8 mtd_lock_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x64ba71b0 mtd_ooblayout_set_eccbytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x66697e06 mtd_pairing_info_to_wunit +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x66b1715d mtd_ooblayout_count_freebytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x67ed3e53 mtd_get_user_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6959970d mtd_read_oob +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x6b610771 __mtd_next_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x75a59077 of_get_mtd_device_by_node +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x75daaba9 mtd_device_unregister +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x77db28b0 mtd_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x794da93e mtd_pairing_groups +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x812a94fb mtd_get_fact_prot_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x825bb296 mtd_ooblayout_free +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x82828f84 __register_mtd_parser +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x8fa5593a mtd_read_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0x9867ff73 mtd_get_device_size +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xa609431c __get_mtd_device +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xaa579089 kill_mtd_super +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xab8d90ac mtd_get_unmapped_area +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xafd1b04e mtd_add_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb0c6cd49 mtd_ooblayout_set_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb3ba3102 mtd_del_partition +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xb7075882 mtd_check_expert_analysis_mode +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd09c99d2 register_mtd_user +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd14a3f58 get_tree_mtd +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xd937e8ac mtd_unpoint +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe3d8145d mtd_is_locked +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe4360de8 mtd_ooblayout_get_databytes +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe78b2e37 mtd_wunit_to_pairing_info +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xe89573ed mtd_device_parse_register +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf3f42f01 mtd_writev +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xf8f3340c mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfcae7157 mtd_panic_write +EXPORT_SYMBOL_GPL drivers/mtd/mtd 0xfd6e670c mtd_write_user_prot_reg +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x02894bad register_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x39d56c69 add_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0x9c4d9604 deregister_mtd_blktrans +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xda4aa28d mtd_blktrans_cease_background +EXPORT_SYMBOL_GPL drivers/mtd/mtd_blkdevs 0xee0d9215 del_mtd_blktrans_dev +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x0043325a nanddev_bbt_update +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x04e8f301 nanddev_isreserved +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x1ca5a0ca nanddev_isbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x21484312 nanddev_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x23967ff5 nanddev_ecc_engine_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x29522067 nanddev_bbt_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x408f199d nand_get_large_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x4c99b5f1 mxic_ecc_process_data_pipelined +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x4e376b1a mxic_ecc_get_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x5cee219a mxic_ecc_get_pipelined_ops +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x65e153e4 nanddev_mtd_erase +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x702a889d nanddev_bbt_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x8392ef9c nand_ecc_cleanup_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x83b807e5 nanddev_ecc_engine_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x85dc47bf nand_ecc_restore_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x89f169d7 nanddev_bbt_get_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0x9e269340 nand_get_small_page_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xa571a85a nanddev_bbt_set_block_status +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xab58efdc nanddev_mtd_max_bad_blocks +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xaefb685b nanddev_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xb14ebf48 nand_ecc_init_req_tweaking +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xdcc8fa65 mxic_ecc_put_pipelined_engine +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xe9dbc8a0 nand_get_large_page_hamming_ooblayout +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xf3faac8e nanddev_markbad +EXPORT_SYMBOL_GPL drivers/mtd/nand/nandcore 0xf62cea5f nand_ecc_tweak_req +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0xb1cf6a89 onenand_scan +EXPORT_SYMBOL_GPL drivers/mtd/nand/onenand/onenand 0xeb34ffc2 onenand_release +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/denali 0xc52238b1 denali_chip_init +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x0b662a07 nand_prog_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x11091291 nand_extract_bits +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x15098984 nand_reset_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x1673ff27 nand_select_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x19ce83ec nand_decode_ext_id +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x2d368c4c nand_subop_get_addr_start_off +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x2e12edc5 nand_change_write_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x382aac92 nand_read_page_hwecc_oob_first +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x3cf64e0f nand_soft_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x45a047e8 nand_wait_ready +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x4b1408ba nand_prog_page_begin_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x4c13697e nand_read_page_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x4d8ae105 nand_gpio_waitrdy +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x4e4b5e9b nand_erase_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x4f3bfaa1 nand_prog_page_end_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x5632e63d nand_subop_get_num_addr_cyc +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x59ed87db nand_op_parser_exec_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x62af8ec5 nand_status_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x6e7d45b0 nand_deselect_target +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x70058322 nand_change_read_column_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x783cffad nand_ecc_choose_conf +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x7c7b27d1 nand_read_oob_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x84152e2a nand_write_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x88762520 nand_cleanup +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x9be141ba nand_read_data_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0x9dc44681 nand_readid_op +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd271389a nand_reset +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd3c672b8 nand_subop_get_data_len +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/nand 0xd41ff2ac nand_subop_get_data_start_off +EXPORT_SYMBOL_GPL drivers/mtd/nand/raw/sm_common 0x1d1fef74 sm_register_device +EXPORT_SYMBOL_GPL drivers/mtd/spi-nor/spi-nor 0x2216077b spi_nor_scan +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x38e10c1d ubi_flush +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x3d8684f7 ubi_get_volume_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x41f68acf ubi_open_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x42801d20 ubi_sync +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x553ce0e9 ubi_leb_change +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x57a4eb4f ubi_leb_read +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x5c62022b ubi_do_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x62a5646b ubi_is_mapped +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x66011ab6 ubi_get_device_info +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0x85a8ee76 ubi_unregister_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xc3fe017b ubi_leb_write +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xcfc67190 ubi_leb_unmap +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xd743a279 ubi_open_volume_path +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xda57a01c ubi_leb_read_sg +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xdcb35da4 ubi_leb_map +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xdf313dd4 ubi_leb_erase +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xe4069e6d ubi_close_volume +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xf5ee9ba8 ubi_register_volume_notifier +EXPORT_SYMBOL_GPL drivers/mtd/ubi/ubi 0xfa401fc9 ubi_open_volume_nm +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x0a65c89f mux_state_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x1234c04f devm_mux_state_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x1ca8e091 mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x23ffce81 mux_control_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x515801be mux_control_put +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x6581b8c8 mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x6a0a04bd devm_mux_chip_register +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7985bc93 devm_mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x79b63968 mux_chip_unregister +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7ad15b99 mux_control_get +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0x7cf08396 mux_state_deselect +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xb77e705f mux_control_try_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xc1e98223 devm_mux_chip_alloc +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xc279b715 mux_control_states +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xeb069e71 mux_chip_free +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xef22f0f7 mux_control_select_delay +EXPORT_SYMBOL_GPL drivers/mux/mux-core 0xfa76e911 mux_state_select_delay +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0x63d03ea7 devm_arcnet_led_init +EXPORT_SYMBOL_GPL drivers/net/arcnet/arcnet 0xec809ae5 arcnet_led_event +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x00b77457 c_can_power_up +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x250d5592 alloc_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x4cd1af4e unregister_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0x7876e215 free_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xb7f89170 register_c_can_dev +EXPORT_SYMBOL_GPL drivers/net/can/c_can/c_can 0xfcf7bc3f c_can_power_down +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x656b05d5 free_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0x7c4bfcb6 alloc_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xad042980 unregister_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/cc770/cc770 0xf114aa43 register_cc770dev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x02b3a481 can_rx_offload_add_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x02cfe3d0 free_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x0396d4ad can_rx_offload_irq_offload_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x07e366de safe_candev_priv +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x10d892eb can_get_state_str +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x13208668 can_rx_offload_enable +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x27ba2b7d can_rx_offload_queue_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x289bbe9e can_rx_offload_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x4203a7a8 can_rx_offload_add_manual +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x4419ab57 can_free_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x49c00c0d can_change_state +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x4fe5a0fa can_dropped_invalid_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x53b1fd93 alloc_can_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x56230dd3 of_can_transceiver +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x5ea0fb2a close_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x6047ede6 can_fd_len2dlc +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x759f37d8 open_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x7a7de53c alloc_canfd_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x7b90d186 can_skb_get_frame_len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x84d46515 can_rx_offload_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x8b1f119f register_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0x97d968e6 alloc_can_err_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xa1106ec4 alloc_candev_mqs +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xa48dde67 can_bus_off +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xa659b0a2 can_change_mtu +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xa9563b96 can_get_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xb09e6663 can_rx_offload_irq_offload_timestamp +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xb4c3a38c can_rx_offload_queue_tail +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xbf9abc7b can_put_echo_skb +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xdcc90fca can_rx_offload_add_fifo +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xde219753 can_rx_offload_del +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xe5db245d can_rx_offload_threaded_irq_finish +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xef254c43 unregister_candev +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf12d9387 can_fd_dlc2len +EXPORT_SYMBOL_GPL drivers/net/can/dev/can-dev 0xf7800d34 alloc_canxl_skb +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x2e1770b3 m_can_class_register +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x5ec55f18 m_can_class_get_clocks +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x777d5b0f m_can_class_suspend +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x7b8bb9a3 m_can_class_free_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x89e8ad8d m_can_init_ram +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0x98299fdd m_can_class_unregister +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xbb561339 m_can_class_allocate_dev +EXPORT_SYMBOL_GPL drivers/net/can/m_can/m_can 0xeed91ffc m_can_class_resume +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x275345e8 free_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x379a3b88 alloc_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x46214272 register_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0x49ebd0d2 sja1000_interrupt +EXPORT_SYMBOL_GPL drivers/net/can/sja1000/sja1000 0xd2474875 unregister_sja1000dev +EXPORT_SYMBOL_GPL drivers/net/dsa/lan9303-core 0x9c861dbd lan9303_indirect_phy_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/microchip/ksz_switch 0x5ee5c7db ksz_switch_chips +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0x72ea509a mt7530_probe_common +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0x7a47ccd4 mt7530_remove_common +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0x9519b00f mt753x_table +EXPORT_SYMBOL_GPL drivers/net/dsa/mt7530 0xb5938ac0 mt7530_switch_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0x448de713 felix_switch_ops +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0x62b640d0 felix_netdev_to_port +EXPORT_SYMBOL_GPL drivers/net/dsa/ocelot/mscc_felix_dsa_lib 0xa1a86d4d felix_port_to_netdev +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8365mb 0xd7bae98b rtl8365mb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x087d8b3a rtl8366_vlan_del +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x1a682391 rtl8366_reset_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x356ff82c rtl8366_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x4611f3a0 rtl8366_enable_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x69ca97ec rtl8366_get_strings +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x7c521546 rtl8366_get_ethtool_stats +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x8f3eaa99 rtl8366_mc_is_used +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x99f355ec rtl8366_set_pvid +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0x9d2a0b76 rtl8366rb_variant +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xd7a746a0 rtl8366_vlan_add +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xe6600223 rtl8366_set_vlan +EXPORT_SYMBOL_GPL drivers/net/dsa/realtek/rtl8366 0xfea1995c rtl8366_enable_vlan4k +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x33403073 pdsc_get_pf_struct +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x45b87b4f pdsc_register_notify +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x4aa6df4f pds_client_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x848cf1d3 pds_client_adminq_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0x90e63595 pdsc_adminq_post +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0xce714617 pdsc_unregister_notify +EXPORT_SYMBOL_GPL drivers/net/ethernet/amd/pds_core/pds_core 0xd899dbaa pds_client_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0b0a4345 octeon_free_device_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x0ecbc634 octeon_get_conf +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x107a6cde octeon_init_dispatch_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x13280446 cn23xx_fw_loaded +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x15e025bc lio_process_iq_request_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x15f36d65 lio_setup_glists +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x1949ab2f octeon_free_ioq_vector +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x197e3bc1 lio_setup_cn68xx_octeon_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x19cb4e69 liquidio_link_ctrl_cmd_completion +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x1cd0c828 cn23xx_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x240c165f octeon_delete_instr_queue +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x241a2a6c lio_fetch_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x2586bae8 octeon_setup_instr_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x27676ec7 octeon_deregister_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x29e2a265 liquidio_set_ethtool_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x31556b27 cleanup_rx_oom_poll_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x327e2f6e octeon_free_sc_done_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x35307eee cn23xx_setup_octeon_vf_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x3609ccb0 octeon_pci_write_core_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x387a9572 liquidio_get_fec +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x3d23dcdc octeon_free_sc_buffer_pool +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x3f1a32fe octeon_droq_process_packets +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x4405a892 cn23xx_octeon_pfvf_handshake +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x4a30c75a octeon_register_dispatch_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x4e68b448 lio_delete_glists +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x4fa46b17 octnet_send_nic_data_pkt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x4ffb0ffc lio_get_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x52c7d4a2 octeon_ring_doorbell_locked +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x52d6d70f lio_wait_for_instr_fetch +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x55ec5935 octeon_alloc_soft_command_resp +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5708e207 octeon_register_reqtype_free_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5728b654 octeon_allocate_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5a5f168f octeon_setup_interrupt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x5dac19d3 setup_rx_oom_poll_fn +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x6400796e octeon_free_sc_zombie_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x670a2af3 lio_process_ordered_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x67f44639 octeon_delete_dispatch_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x6d0d28ef octeon_init_device_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x763dbbdc octeon_set_io_queues_off +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x7ea61558 liquidio_get_speed +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x7fca21ee octeon_droq_check_hw_for_pkts +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x80cd70c3 octeon_read_device_mem64 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x857177a3 lio_wait_for_clean_oq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x895ae637 octeon_write_device_mem32 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x8b3f9ee4 octeon_mem_access_ok +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x8ca80fa9 octeon_pci_read_core_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x8d3ebd8a lio_setup_cn66xx_octeon_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x90a7cf22 lio_pci_writeq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x916ba5bb octeon_alloc_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0x9ff7ea23 octeon_delete_droq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xa778fbae octeon_send_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xab9b96f0 setup_cn23xx_octeon_pf_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xad394fde liquidio_change_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xae17efb9 octeon_send_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xb2c7b60a octeon_setup_sc_buffer_pool +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xb3cb4001 lio_enable_irq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xbd70e8c5 lio_pci_readq +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc2e8c450 octeon_setup_response_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc6abc5b1 octeon_core_drv_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc749ac4b octeon_get_rx_qsize +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xc8f97ea9 octeon_prepare_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xce24e705 octnet_send_nic_ctrl_pkt +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xd0180138 cn23xx_tell_vf_its_macaddr_changed +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xdb22a650 octeon_free_soft_command +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xdbe08335 liquidio_set_feature +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xe0317423 octeon_register_device +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xe2dd238b octeon_get_tx_qsize +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xe64254f6 octeon_allocate_ioq_vector +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xe90dfbc6 octeon_read_device_mem32 +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xec7f00a5 lio_get_state_string +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xecb45cdd octeon_wait_for_ddr_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xf9ec9862 octeon_delete_response_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xfa0c8b99 liquidio_setup_io_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xfab6f8c3 octeon_setup_output_queues +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xfc105c24 cn23xx_vf_ask_pf_to_do_flr +EXPORT_SYMBOL_GPL drivers/net/ethernet/cavium/liquidio/liquidio-core 0xfe7f3dd8 octeon_unregister_droq_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x083eee15 enetc_get_si_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x0927c885 enetc_teardown_cbdr +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x0c7bff3f enetc_setup_tc_mqprio +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x0fd77f1d enetc_set_fs_entry +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x1a54c6e7 enetc_xdp_xmit +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x1ef5d02d enetc_open +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x290512bd enetc_set_rss_key +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x2c6c4c4c enetc_close +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x43582814 enetc_xmit +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x469b2edd enetc_port_mac_rd +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x493f49db enetc_set_features +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x4dfbb8f2 enetc_configure_si +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x53eca879 enetc_pci_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x5528b2cb enetc_free_msix +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x62e45ef3 enetc_setup_bpf +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x63c49b39 enetc_free_si_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x64618259 enetc_get_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x65df2163 enetc_send_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x66b302ee enetc_set_mac_flt_entry +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x6dd6e6ef enetc_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x6dd9a1c8 enetc_alloc_msix +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x74cbb0d6 enetc_init_si_rings_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x75594279 enetc_pci_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x7e3a1dc8 enetc_ioctl +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x8345aa15 enetc_set_ethtool_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0x8db12154 enetc_port_mac_wr +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xc3a6f7e1 enetc_reset_tc_mqprio +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xcd1e7351 enetc_setup_cbdr +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xd3ea37d8 enetc_start +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xe2b629bb enetc_set_rss_table +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xeccb3194 enetc_mm_link_state_update +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xef1eb071 enetc_get_rss_table +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xf4e22372 enetc_alloc_si_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-core 0xffdc2b33 enetc_clear_mac_flt_entry +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x3d260650 enetc_mdio_read_c45 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x429046eb enetc_mdio_read_c22 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x57974f0f enetc_mdio_lock +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x640598a8 enetc_mdio_write_c45 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0x85f82afc enetc_hw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-mdio 0xe89facb8 enetc_mdio_write_c22 +EXPORT_SYMBOL_GPL drivers/net/ethernet/freescale/enetc/fsl-enetc-ptp 0x5431a304 enetc_phc_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x080e2164 fun_get_res_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x1d42010d fun_cq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x26821932 fun_alloc_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x584282d8 fun_sq_create +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x80421891 fun_serv_sched +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x88d5e964 fun_serv_stop +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0x9930b66c fun_free_ring_mem +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xa4db8849 fun_res_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xaf747e12 fun_serv_restart +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xb0bdfdce fun_bind +EXPORT_SYMBOL_GPL drivers/net/ethernet/fungible/funcore/funcore 0xfbe7c7b7 fun_submit_admin_sync_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0xcedb3767 i40e_client_device_register +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/i40e/i40e 0xd23a5c91 i40e_client_device_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x5f7b2214 ice_del_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0x92c527ce ice_rdma_update_vsi_filter +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xaaf32276 ice_get_qos_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xb7f17fd1 ice_rdma_request_reset +EXPORT_SYMBOL_GPL drivers/net/ethernet/intel/ice/ice 0xcf966b3d ice_add_rdma_qset +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x01019e70 mlx4_mr_rereg_mem_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x02c9a3d2 mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x039b2e08 mlx4_put_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0497a60b mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x071b8f29 mlx4_mr_hw_change_access +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0880c91f mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x095c5fac mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0bd1d6a4 __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0c92ef96 mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x11ae7799 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1215825e mlx4_get_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x12a4ef15 mlx4_mr_hw_get_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x18521f5d mlx4_set_vf_rate +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x19392a90 mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x199dd740 mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1cb16a75 mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1e25e47b mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x205d7429 mlx4_replace_zero_macs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2368cd40 mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x25314edc mlx4_get_default_counter_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x27868750 mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2893b629 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2b66ae01 mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2ecb2e11 mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2faba51f mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x308b686c mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x32640078 mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x39776821 mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3d21bf0f mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3d309f52 mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3f21fd83 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4439aea9 mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x44f23e52 mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x463a0e25 mlx4_mr_hw_put_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x49a8590e mlx4_set_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4d5d5367 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4df52d43 mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4fbe99c1 mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x52c3fcb5 mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x54e8f56c mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x57a1a2cf mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x58aff943 mlx4_port_map_set +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x58df4bdd mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5ccfd852 mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5d7260a1 mlx4_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5de1a26f mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6125d103 mlx4_unbond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x64f4dd48 mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x66b98a50 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6ec28be0 mlx4_config_dev_retrieval +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x70638f71 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7125241f mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x75dce5b1 mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7954b7b9 mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7a6ca58f mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7e70ad53 mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x80698eeb mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8153e8c3 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x84a93be8 mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x85df71a5 mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x86509cf4 __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x87819688 mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x87a39e58 mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x881a9fd4 mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x88abf02e mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x88fa12fb mlx4_config_roce_v2_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8bc6bbba __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8c2b2ec9 mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8ebba4eb mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8f302e5a mlx4_bond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x946c6244 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x97ff146b mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9cc6312d mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9e224a14 mlx4_mr_rereg_mem_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9fa92731 mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9fbf289e mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa1582ec5 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa25b346b mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa3109f4c mlx4_mr_hw_write_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa359429b mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa4546086 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa663e390 mlx4_get_internal_clock_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaab250ae mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xad1faf49 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb0722fd6 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb20ba971 mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb2387bc7 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb6eab3c7 mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb87fde4f mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbc8cec8c mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbc95f7c5 mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc3814ea4 mlx4_get_counter_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc5bd152e mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc675ea95 mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc7976bb0 mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc903911c mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc911fc8c mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcda20f96 mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcde984ef mlx4_mr_hw_change_pd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcfdf8247 mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd2533696 mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd6e5bbbb mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd8e1cc78 mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdcbf42ff mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xddc29d27 mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe36d6eb6 mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe5ca5c25 mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe7282232 mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe779b257 mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe8529f06 mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe908d274 __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe9f88905 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xebab8468 mlx4_get_devlink_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xece24639 mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee01ee17 mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xef403e19 mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf00672a8 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf4ec86f6 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf7a18cfa mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf97d60e1 mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfdbaf253 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xffc3bdcf mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x02c48252 mlx5_query_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x03dc715e mlx5_query_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x041d29bf mlx5_query_hca_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x072460c4 mlx5_fill_page_frag_array +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0c0c3a55 mlx5_query_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0c552c40 mlx5_query_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x11d60bb4 mlx5_query_hca_vport_gid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x14a2b54b mlx5_query_hca_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x198118af mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1c08bfa5 mlx5_set_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1e63580b mlx5_query_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x214009d0 mlx5_eswitch_get_total_vports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x25b81a9e mlx5_query_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x267f81e9 mlx5_core_reserved_gids_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2a09c43a mlx5_query_port_oper_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2c2b3fed mlx5_query_nic_vport_qkey_viol_cntr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x36a51cde mlx5_query_nic_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3c68d3ad mlx5_frag_buf_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3d2372db mlx5_nic_vport_update_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3e17a185 mlx5_set_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4321e581 mlx5_eswitch_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x442af2ea mlx5_modify_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4da1c3c9 mlx5_modify_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4e983d70 mlx5_core_query_sq_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x54d67e86 mlx5_query_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x58189265 mlx5_query_port_ptys +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5f26350d mlx5_modify_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6b5f996b mlx5_modify_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x78a99ec2 mlx5_frag_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x79639363 mlx5_set_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7ec757ce mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x81aadc6a mlx5_fill_page_frag_array_perm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x83362e76 mlx5_query_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8b00ae7c mlx5_db_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8ce6dc22 mlx5_query_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8f4caa57 mlx5_core_modify_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x97fa62c2 mlx5_query_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9a6e4f5d mlx5_query_module_eeprom_by_page +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9d97eac1 mlx5_nic_vport_query_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa306b761 mlx5_core_query_vport_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa669f8fd mlx5_query_module_eeprom +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa72635bf mlx5_query_port_max_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xad90b555 mlx5_set_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xae9b46aa mlx5_query_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaea83ab4 mlx5_set_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaf0d13d2 mlx5_dm_sw_icm_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbcfa7dfe mlx5_query_port_vl_hw_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbdbe77f5 mlx5_query_nic_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbecd13a2 mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc5d1646c mlx5_ipsec_device_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc6014739 mlx5_query_nic_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc6ec8f91 mlx5_nic_vport_enable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc74dcd17 mlx5_set_port_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcd6cf668 mlx5_vport_get_other_func_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd2b40655 mlx5_query_hca_vport_pkey +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd4244f00 mlx5_query_nic_vport_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdccd1364 mlx5_modify_nic_vport_vlans +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdefe11e7 mlx5_set_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe5bcc3fc mlx5_query_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe5ea46a1 mlx5_dm_sw_icm_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe6b2eddc mlx5_query_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe6bb66d5 mlx5_toggle_port_link +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xecdc9b20 mlx5_set_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf34524d3 mlx5_modify_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf507180f mlx5_nic_vport_affiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf8eddde6 mlx5_query_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf9769930 mlx5_nic_vport_unaffiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfca2e166 mlx5_query_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfd1e3732 mlx5_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x601260f0 ks8851_probe_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0x8169ebeb ks8851_remove_common +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0xa101ccca ks8851_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/micrel/ks8851_common 0xe350a7df ks8851_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0xa9469d60 devm_regmap_init_encx24j600 +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0xcc4fa41a regmap_encx24j600_spi_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/microchip/encx24j600-regmap 0xe8c8c6c2 regmap_encx24j600_spi_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0ad3409c ocelot_port_get_rmon_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0efadc85 ocelot_lag_fdb_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x0fe0822e ocelot_port_del_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x12468a14 __ocelot_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x12861021 ocelot_port_set_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x201e4e6f ocelot_port_unassign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2736091b ocelot_phylink_mac_link_up +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2af16eb9 ocelot_port_assign_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x2f1efb38 ocelot_port_configure_serdes +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x3766ecbb ocelot_port_teardown_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4010d238 ocelot_phylink_mac_link_down +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4800f17b ocelot_port_get_mm_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4ae07402 ocelot_port_writel +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x4e4e0d9b ocelot_port_setup_dsa_8021q_cpu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x595b39d6 ocelot_port_mqprio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x59d2f8d9 ocelot_port_mirror_del +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x647439f6 ocelot_mm_irq +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x64acec76 __ocelot_bulk_read_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x719c01cf ocelot_port_assigned_dsa_8021q_cpu_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x75a7dfa5 ocelot_phylink_mac_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x76b1cae6 ocelot_port_get_mm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7a0c93d2 ocelot_regmap_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x7f61ae04 ocelot_cls_flower_destroy +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8638e569 ocelot_migrate_mdbs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8a4131c8 ocelot_lag_fdb_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x8fa18555 ocelot_port_add_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9323cde6 ocelot_port_get_eth_ctrl_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x94ecb962 __ocelot_write_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x9606fa01 ocelot_port_readl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0x96915a18 ocelot_regfields_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa08ec713 ocelot_port_get_eth_mac_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa6828f5b ocelot_mact_flush +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xa69b8a55 ocelot_bridge_num_find +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xabe2b33d ocelot_port_get_default_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb134d93e ocelot_port_set_mm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xb8352515 ocelot_get_bridge_fwd_mask +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xc5148298 __ocelot_rmw_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xcc026ded ocelot_port_rmwl +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xce406147 ocelot_cls_flower_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xd9074b34 ocelot_bond_get_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe95a8506 ocelot_port_get_dscp_prio +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xe961a9ed ocelot_port_get_eth_phy_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xef57baf3 ocelot_port_mirror_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf302a0ad ocelot_port_get_pause_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mscc/mscc_ocelot_switch_lib 0xf5888def ocelot_cls_flower_replace +EXPORT_SYMBOL_GPL drivers/net/ethernet/qualcomm/qca_7k_common 0x0b28a9ad qcafrm_create_footer +EXPORT_SYMBOL_GPL drivers/net/ethernet/qualcomm/qca_7k_common 0x2b6ddf3f qcafrm_fsm_decode +EXPORT_SYMBOL_GPL drivers/net/ethernet/qualcomm/qca_7k_common 0x41da0375 qcafrm_create_header +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x10f24ea4 stmmac_dvr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x545572d4 stmmac_set_mac_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x6e546cdb stmmac_init_tstamp_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x7ba9f404 stmmac_resume +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0x92d778bb stmmac_get_mac_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xa1d1ea50 stmmac_bus_clks_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xb9cb86b5 stmmac_suspend +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac 0xc8f74c1f stmmac_dvr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x065b0eea stmmac_pltfr_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x20345a34 stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x7288cdef stmmac_get_platform_resources +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x78354191 stmmac_pltfr_remove_no_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x7ce0292e stmmac_pltfr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0x8a887b3d stmmac_pltfr_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xa385c51b devm_stmmac_probe_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xab01da70 stmmac_remove_config_dt +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xbe85714e stmmac_pltfr_exit +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xc756d60c stmmac_pltfr_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/stmicro/stmmac/stmmac-platform 0xd5c3f10c devm_stmmac_pltfr_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x24ce6e7e w5100_pm_ops +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x64d8531c w5100_ops_priv +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0x66c7bff9 w5100_probe +EXPORT_SYMBOL_GPL drivers/net/ethernet/wiznet/w5100 0xc066ab21 w5100_remove +EXPORT_SYMBOL_GPL drivers/net/geneve 0xad47f128 geneve_dev_create_fb +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x04528fad ipvlan_link_setup +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x2359904e ipvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x2d46323a ipvlan_link_new +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xd04a6c75 ipvlan_count_rx +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xfc70576d ipvlan_link_delete +EXPORT_SYMBOL_GPL drivers/net/macsec 0x3dee6bf9 macsec_pn_wrapped +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x0ffc8528 macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x17b307b6 macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x95be77e9 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xe836f266 macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-i2c 0xfa180453 mdio_i2c_alloc +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-mux 0x1bc5ecae mdio_mux_init +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-mux 0x6318757f mdio_mux_uninit +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-regmap 0xa7aad45a devm_mdio_regmap_register +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs-lynx 0x05dbcd65 lynx_pcs_create_fwnode +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x23796b33 xpcs_do_config +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x3a27fad3 xpcs_get_interfaces +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x4d08f3eb xpcs_get_an_mode +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x909c96f3 xpcs_destroy +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0x9b430bc5 xpcs_link_up +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xc02a5f6a xpcs_create_mdiodev +EXPORT_SYMBOL_GPL drivers/net/pcs/pcs_xpcs 0xef2456f7 xpcs_config_eee +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x0b94ca2e bcm_phy_write_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x16cee560 bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x1e64a1d2 bcm_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x29c6a7fd __bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x2a4c321f bcm_phy_set_wol +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x31343caa bcm_phy_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x3820d569 __bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x44826d45 __bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x492a9590 bcm_phy_cable_test_start +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x4f1e50cf bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x581facca bcm_phy_28nm_a0b0_afe_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x5bca7d8d bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x5c5448a2 bcm54xx_auxctl_read +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x5eba5970 bcm_phy_write_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x668f205a bcm_phy_set_eee +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x77d03eef bcm_phy_enable_jumbo +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x804cec66 bcm_phy_read_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x82e8d184 bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x862a48d1 bcm_phy_led_brightness_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x917e8d25 bcm_phy_cable_test_get_status +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x951e76ef bcm_phy_ack_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x97e142a0 __bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x9a5c5999 bcm_phy_downshift_get +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x9c2eacd1 bcm_phy_r_rc_cal_reset +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa0f0ddfd bcm_phy_wol_isr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa4cb857a bcm_phy_enable_apd +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xb7b6cd4f bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc2882189 bcm_phy_get_stats +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc5adca85 bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc5ba173f __bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xd4155bd4 bcm_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xde5462e7 bcm_phy_cable_test_start_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xdf5d1cd9 bcm_phy_cable_test_get_status_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xe210de0a bcm_phy_get_strings +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xee0e5e84 bcm_phy_get_wol +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xf34c8bb0 bcm_phy_downshift_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xf5d65422 __bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xf9617d13 bcm_phy_read_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x0129fb7b bcm_ptp_probe +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0x520dcafe bcm_ptp_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0xe54c4503 bcm_ptp_stop +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x08213956 phylink_ethtool_get_wol +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x12135396 phylink_mac_change +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x12d8a37d phylink_fwnode_phy_connect +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x15c4e3e2 phylink_ethtool_set_pauseparam +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x16ca1a8a phylink_suspend +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x2c8e28ee phylink_ethtool_get_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x3abe6fe5 phylink_validate_mask_caps +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x4278d56a phylink_expects_phy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x57727285 phylink_ethtool_set_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x59e0695d phylink_speed_down +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x5d0c4dcc phylink_speed_up +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x5dc19747 phylink_mii_c22_pcs_encode_advertisement +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x62104126 phylink_ethtool_set_wol +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x66e8b5b0 phylink_caps_to_linkmodes +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x6fa426d2 phylink_ethtool_nway_reset +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x803f8ef9 phylink_mii_c22_pcs_config +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x825c7340 phylink_get_eee_err +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x875018e6 phylink_generic_validate +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x8a51b344 phylink_mii_c22_pcs_get_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x911fcd6c phylink_start +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x94299178 phylink_decode_usxgmii_word +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x9616a255 phylink_ethtool_ksettings_get +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x983276da phylink_disconnect_phy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x9b652b6e phylink_resolve_c73 +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x9c3db4c7 phylink_create +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x9cceaddd phylink_mii_c45_pcs_get_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xa16449b4 phylink_ethtool_ksettings_set +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xb1b3f6ed phylink_mii_c22_pcs_decode_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xc0a8f4be phylink_resume +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xc1d15a4c phylink_set_port_modes +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xd2264d8a phylink_mii_c22_pcs_an_restart +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xd2ef6a40 phylink_mii_ioctl +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xd903f419 phylink_get_capabilities +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xdcb0a2c0 phylink_stop +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xe308a832 phylink_of_phy_connect +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xec02ebe0 phylink_init_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xf3083a1d phylink_destroy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xf8fe5642 phylink_ethtool_get_pauseparam +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xf9e86001 phylink_connect_phy +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x01c3e3cb smsc_phy_get_tunable +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x16950cca smsc_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x1e346335 smsc_phy_probe +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x3f816f43 smsc_phy_set_tunable +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x70ec17b1 smsc_phy_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x7dd09702 lan87xx_read_status +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xfe5ed5ce smsc_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/tap 0x33f03985 tap_get_socket +EXPORT_SYMBOL_GPL drivers/net/tap 0x3bf8b5cc tap_destroy_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0x58f485d0 tap_get_ptr_ring +EXPORT_SYMBOL_GPL drivers/net/tap 0x7a38b26d tap_del_queues +EXPORT_SYMBOL_GPL drivers/net/tap 0x95a09e86 tap_queue_resize +EXPORT_SYMBOL_GPL drivers/net/tap 0xaad4d7bb tap_free_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0xdd959a00 tap_get_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0xecb8cd84 tap_create_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0xfd9ace58 tap_handle_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x2a604483 usbnet_cdc_status +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x5d33a243 usbnet_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x802e5758 usbnet_cdc_update_filter +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x9152d2db usbnet_cdc_zte_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0x98f3d029 usbnet_ether_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xe6c8ec79 usbnet_generic_cdc_bind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ether 0xf2da1849 usbnet_cdc_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x0907dd4e cdc_ncm_rx_verify_nth32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x143f9c7b cdc_ncm_select_altsetting +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x41171318 cdc_ncm_rx_verify_ndp32 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x5822b5ae cdc_ncm_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x73a472a4 cdc_ncm_rx_verify_nth16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0x9356b567 cdc_ncm_fill_tx_frame +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xada4dbf6 cdc_ncm_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xb1b244ed cdc_ncm_rx_verify_ndp16 +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xdcbfa803 cdc_ncm_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xdf0c54c6 cdc_ncm_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/cdc_ncm 0xead68a7c cdc_ncm_bind_common +EXPORT_SYMBOL_GPL drivers/net/usb/r8152 0xb9fe92a0 rtl8152_get_version +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x6c857d42 rndis_unbind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x834e1922 rndis_rx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x87016b96 generic_rndis_bind +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0x995e7fa0 rndis_tx_fixup +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xade6fa8d rndis_command +EXPORT_SYMBOL_GPL drivers/net/usb/rndis_host 0xe84a47ba rndis_status +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2a2638e2 usbnet_open +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2ab6ea58 usbnet_write_cmd_async +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2b2eb5b2 usbnet_purge_paused_rxq +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2b3e87c3 usbnet_get_link +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x2f803b07 usbnet_update_max_qlen +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3122c711 usbnet_skb_return +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x32b54938 usbnet_status_start +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x381703b8 usbnet_get_endpoints +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3a141e24 usbnet_set_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x3e1e895a usbnet_disconnect +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x419dff8c usbnet_set_rx_mode +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x48cdcf49 usbnet_write_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x4f6cf2d9 usbnet_tx_timeout +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x501f7da4 usbnet_change_mtu +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x5cdac122 usbnet_start_xmit +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x6575529d usbnet_suspend +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x709eb9d9 usbnet_write_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7555c0cf usbnet_pause_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7c2ba596 usbnet_set_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x7e628481 usbnet_read_cmd_nopm +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8007f0ac usbnet_read_cmd +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x82361ea1 usbnet_defer_kevent +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x874f6971 usbnet_resume +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0x8f02d0c1 usbnet_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa2989354 usbnet_get_msglevel +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xa67b097e usbnet_status_stop +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb0b83883 usbnet_nway_reset +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xb985a3c5 usbnet_unlink_rx_urbs +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xcc808cd0 usbnet_resume_rx +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd0dfc346 usbnet_get_link_ksettings_internal +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd2308a66 usbnet_get_ethernet_addr +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xd2a17bf0 usbnet_get_drvinfo +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xdd19fbd6 usbnet_probe +EXPORT_SYMBOL_GPL drivers/net/usb/usbnet 0xe9b95640 usbnet_get_link_ksettings_mii +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x00b4c6ca vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x262f1055 vxlan_fdb_clear_offload +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x4e2ad109 vxlan_fdb_replay +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xdc106a54 vxlan_fdb_find_uc +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/ipw2x00/libipw 0xc48bc1c6 libipw_rx_any +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x35ca4182 il_dealloc_bcast_stations +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0x97e57cb5 il_remove_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xa2cdd0bb il_mac_tx_last_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xb62aa0a2 il_prep_station +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlegacy/iwlegacy 0xf4c05ef0 _il_grab_nic_access +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x13863121 iwl_fw_lookup_cmd_ver +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x443a0ac3 iwl_fw_lookup_notif_ver +EXPORT_SYMBOL_GPL drivers/net/wireless/intel/iwlwifi/iwlwifi 0x5987fe45 iwl_fw_lookup_assert_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x0e09f23b p54_register_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x1354c8d8 p54_parse_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x21ceff76 p54_read_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x22c795d8 p54_init_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x26658de2 p54_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x51b4efe0 p54_unregister_common +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x84b8e1a3 p54_free_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0x92b2b41c p54_parse_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/intersil/p54/p54common 0xb5ea319e p54_free_common +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x079e43b9 lbs_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x0c070084 lbs_host_sleep_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x668a766f lbs_queue_event +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x6cd36a33 lbs_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x7c29533d lbs_stop_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x91a78a40 lbs_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0x9b29b0fc lbs_notify_command_response +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xbc06952a lbs_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xbedf4dc5 lbs_process_rxed_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xbf771229 __lbs_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xcc2d97dc lbs_host_to_card_done +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xd3c9b4ba lbs_start_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xd67f6f53 lbs_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xd9b45f6d lbs_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xdf4c5d64 lbs_get_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xebd50e38 lbs_get_firmware_async +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas/libertas 0xf64277de lbs_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x25666367 __lbtf_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x62665a96 lbtf_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x861257b1 lbtf_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x871dc714 lbtf_cmd_response_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x89a9b988 lbtf_send_tx_feedback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0x98ab9e89 lbtf_bcn_sent +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xc3403791 lbtf_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xc50b5590 lbtf_cmd_copyback +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/libertas_tf/libertas_tf 0xc85e6899 lbtf_debug +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x150aa5bf mwifiex_add_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x2468b0d7 mwifiex_disable_auto_ds +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x2ef1b72b mwifiex_multi_chan_resync +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x340267e1 mwifiex_remove_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x497b8b51 mwifiex_drv_info_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x50138490 mwifiex_write_data_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x5873da98 mwifiex_init_shutdown_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x62260312 mwifiex_handle_rx_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x67c3d576 mwifiex_prepare_fw_dump_info +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x783bb477 mwifiex_process_sleep_confirm_resp +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x7a46ccc6 _mwifiex_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x8509d215 mwifiex_process_hs_config +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x88c56e98 mwifiex_upload_device_dump +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x8ae6d632 mwifiex_main_process +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x97903f88 mwifiex_add_card +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0x99f93bdf mwifiex_enable_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xa3a2edc6 mwifiex_del_virtual_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xb2b6fe7d mwifiex_cancel_hs +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc55962e8 mwifiex_dnld_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xc5e8d3d5 mwifiex_shutdown_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd4dad9f3 mwifiex_alloc_dma_align_buf +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xd985edd5 mwifiex_reinit_sw +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xe2d644dd mwifiex_queue_main_work +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xeda70495 mwifiex_deauthenticate_all +EXPORT_SYMBOL_GPL drivers/net/wireless/marvell/mwifiex/mwifiex 0xf0e9825e mwifiex_fw_dump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x00496ca2 mt76_get_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x00c6c017 mt76_tx_status_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x01a9cd14 mt76_csa_finish +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x0ae5f407 mt76_register_debugfs_fops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x132556b5 mt76_tx_worker_run +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x17f568e9 mt76_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x195e4182 mt76_has_tx_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1bf3aedb mt76_update_survey_active_time +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1c9ab3d1 mt76_free_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1ea1bfcc mt76_init_sar_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1ec57b4f __mt76_worker_fn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x1ed07fcf mt76_get_rate_power_limits +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x2037e631 mt76_update_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x24d799a7 mt76_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x29b3fb15 mt76_put_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3689a266 mt76_pci_disable_aspm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x37e7b250 mt76_tx_status_skb_done +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x39c16782 mt76_put_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x39f90ffa mt76_mcu_get_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x3fb20332 mt76_dma_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x45a63d52 mt76_alloc_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x46f5d192 mt76_tx_check_agg_ssn +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x492c9521 mt76_free_pending_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4b3b3dff mt76_stop_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x4ee5d536 mt76_queues_read +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5166d822 mt76_register_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x55beaf4c mt76_dma_rx_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5ac51a2d mt76_rx_aggr_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5e2eeb25 mt76_rx_aggr_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5e31bae4 mt76_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x5fd6d250 mt76_release_buffered_frames +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x606e7fee mt76_get_of_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x62a22a62 mt76_txq_schedule +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x66dd304d mt76_insert_ccmp_hdr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x68555b43 mt76_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x6b14e7de mt76_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x756b4b58 __mt76_mcu_msg_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x78dd625e mt76_queue_tx_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x791dab02 mt76_txq_schedule_all +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x79eb5c13 mt76_get_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7a064f80 mt76_unregister_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x7f713102 __mt76_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x805fc13a __SCK__tp_func_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x807fbff2 __mt76_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x838237ba mt76_tx_status_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x88919b60 mt76_csa_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x8cb5a73a mt76_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x903154b1 mt76_alloc_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x944bc22c mt76_set_irq_mask +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x99a1b684 mt76_unregister_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9adc534b mt76_ethtool_page_pool_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0x9d28c26e __tracepoint_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa199b70a mt76_tx_status_unlock +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa22c9390 mt76_rx_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa6d88631 mt76_get_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa6dc8731 mt76_set_stream_caps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa70bd714 __traceiter_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa75e8e15 mt76_create_page_pool +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xa8d4523e mt76_phy_dfs_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xab9d88b8 mt76_ethtool_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xaba4c472 mt76_mcu_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xac8757c7 mt76_mmio_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xae82c61b mt76_get_min_avg_rssi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb597bac1 mt76_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb608bb75 __tracepoint_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb79dae3b __mt76_set_tx_blocked +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xb9b3d365 __traceiter_dev_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xba96d1d1 mt76_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbc829d7d mt76_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbef1c369 mt76_mcu_skb_send_and_get_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xbf209355 mt76_seq_puts_array +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc130f525 mt76_get_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc6315d8e __SCK__tp_func_mac_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc6634315 mt76_ac_to_hwq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc6f572d8 mt76_token_release +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc93e335c mt76_init_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xc9f8b63e mt76_tx_status_skb_get +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcc70b411 mt76_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xcff6c9e0 mt76_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd1742f7a mt76_dma_wed_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd2409b95 mt76_sw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd2cf2db1 ____mt76_poll_msec +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd607d936 __mt76_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xd915e31b mt76_sta_pre_rcu_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xdc2946f6 __mt76_mcu_send_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe0f803be mt76_mcu_rx_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe40b66ef mt76_wcid_alloc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe4bbff4d mt76_skb_adjust_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe4e63ea2 mt76_calculate_default_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xe7a759c3 mt76_rx_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xee8eabfe mt76_sta_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xef0aeded mt76_tx_status_skb_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf3f4e0dc mt76_token_consume +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf5527204 mt76_dma_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xf9d0cbe8 mt76_wake_tx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76 0xfbc9ed0b mt76_eeprom_override +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x02363750 mt76_connac_mcu_start_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x06820600 mt76_connac_mcu_set_suspend_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0a25337f mt76_connac_gen_ppe_thresh +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0ad46a5a mt76_connac_mcu_start_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0b613b35 mt76_connac2_load_patch +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x0f98cd73 mt76_connac2_load_ram +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x148dac5e mt76_connac_mcu_coredump_event +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x15fb8ccf mt76_connac2_mcu_fill_message +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1874b8db mt76_connac_mcu_wtbl_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x18763ba8 mt76_connac_mcu_set_pm +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1a8329da mt76_connac_mcu_bss_omac_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1ad90db1 mt76_connac_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x1ceedccb mt76_connac_write_hw_txp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x223855cf mt76_connac_get_phy_mode_ext +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x2e3e3b21 mt76_connac_mcu_set_channel_domain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x307ccb12 mt76_connac_mcu_set_mac_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x327ac8ee mt76_connac_mcu_set_p2p_oppps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x36262432 mt76_connac_mcu_sta_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x415e8e3a mt76_connac_mcu_sched_scan_enable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x41b9905a mt76_connac_mcu_cancel_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x45707dbb mt76_connac_power_save_sched +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x47e12738 mt76_connac_mcu_hw_scan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x49765876 mt76_connac_mcu_wtbl_ba_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x4dd8e467 mt76_connac2_mac_fill_txs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x511773de mt76_connac_mcu_add_nested_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5724eb22 mt76_connac_pm_wake +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x59d1fbfd mt76_connac_mcu_wtbl_smps_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5c233e15 mt76_connac_mcu_update_gtk_rekey +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5ceb76c4 mt76_connac_pm_dequeue_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x5e7ad09e mt76_connac_pm_queue_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x60a8a127 mt76_connac_mcu_sta_ba +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x6570ab4d mt76_connac_mcu_sta_uapsd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x73f395f8 mt76_connac_mcu_uni_set_chctx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7ac0a19c __mt76_connac_mcu_alloc_sta_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7da4835d mt76_connac_sta_state_dp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x7f1fa1f8 mt76_connac_get_he_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x800b93b9 mt76_connac_mcu_set_vif_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x814950ec mt76_connac_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x82747f04 mt76_connac_mcu_reg_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x834f4b7a mt76_connac2_mac_add_txs_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x86140ab2 mt76_connac_mcu_rdd_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8666add7 mt76_connac_mcu_set_rts_thresh +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x87211123 mt76_connac_mcu_init_download +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x8d0ce1e3 mt76_connac_mcu_sta_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x908ca40c mt76_connac_wowlan_support +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9707d1a7 mt76_connac_mcu_patch_sem_ctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0x9e255d02 mt76_connac_free_pending_tx_skbs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa047e01c mt76_connac_mcu_set_deep_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa2a29ff9 mt76_connac_mcu_set_rate_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xa66aece6 mt76_connac2_mac_fill_rx_rate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xab750b26 mt76_connac_mcu_reg_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xad1edc7d mt76_connac_mcu_sta_wed_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb1a0f030 mt76_connac2_mac_decode_he_radiotap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb3a37709 mt76_connac_mcu_get_nic_capability +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb40d9b10 mt76_connac_mcu_alloc_wtbl_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb504d6f7 mt76_connac_mcu_chip_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xb575b4a0 mt76_connac2_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbc8fce8e mt76_connac_mcu_wtbl_ht_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbcb738ed mt76_connac_mcu_update_arp_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xbe7514ba mt76_connac_get_phy_mode +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc0896eb6 mt76_connac_mcu_add_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc4f1abf1 mt76_connac_mcu_set_hif_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xc7ff8b71 mt76_connac_mcu_bss_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xcb6d67e1 mt76_connac2_reverse_frag0_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd09214b3 mt76_connac_mcu_beacon_loss_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd5d24ede mt76_connac_mcu_wtbl_generic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xd7e0debd mt76_connac_mcu_sta_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe0173ccc mt76_connac_init_tx_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe0c0f307 mt76_connac2_mac_tx_rate_val +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe238e79a mt76_connac_mcu_sta_basic_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xe29481a5 mt76_connac_mcu_sched_scan_req +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xec510654 mt76_connac_get_eht_phy_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf12f423e mt76_connac_mcu_wtbl_hdr_trans_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf3e1dc23 mt76_connac_mcu_uni_add_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf4c4b88c mt76_connac_mcu_bss_ext_tlv +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xf942add4 mt76_connac_mcu_sta_update_hdr_trans +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfda0e2d0 mt76_connac_mcu_uni_add_bss +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-connac-lib 0xfe754c68 mt76_connac_txp_skb_unmap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x022d71c7 mt76s_alloc_rx_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x0e603183 mt76s_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x199460e5 mt76s_sdio_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x1f221560 mt76s_rd_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x4fa7c6a5 mt76s_write_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x524310bb mt76s_alloc_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x5381cfef mt76s_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x7034b968 mt76s_txqs_empty +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x7af7f0da mt76s_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x7ba46f20 mt76s_wr_rp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0x9ecdf5ab mt76s_read_pcr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xc704965e mt76s_hw_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xd7f34c41 mt76s_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xd9a8c197 mt76s_rmw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xe26c0367 mt76s_txrx_worker +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-sdio 0xfb108371 mt76s_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x14cf68ac mt76u_stop_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x2ebf0aa8 ___mt76u_rr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x3d64414f mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x4f3c4d98 __mt76u_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x65d36b42 mt76u_alloc_mcu_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x69c42a1b mt76u_stop_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x728c9323 mt76u_single_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x7b0a7963 mt76u_alloc_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x7ea8ecb0 ___mt76u_wr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x91c361a6 mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0x9ee0d2b6 mt76u_read_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xb7ce7f6b mt76u_queues_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xbb233b6a __mt76u_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76-usb 0xbe7f42a1 mt76u_resume_rx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x0c869afa mt7615_thermal_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x0cb3d934 mt7615_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x0f8e65fe mt7615_mcu_fill_msg +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x19431b0f mt7615_init_work +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x216bc2cd mt7615_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x328ce2c1 mt7615_reg_map +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x3753ad17 mt7615_wait_for_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x4d2575b4 mt7615_register_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x5654a821 mt7615_mac_set_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x5fe3f962 mt7622_trigger_hif_int +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x687c6efb mt7615_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x71ecb883 mt7615_mac_enable_rtscts +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x76845d78 mt7615_led_set_brightness +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x7afb3cf9 __mt7663_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x7b3e8764 mt7615_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x852cda4e mt7615_tx_token_put +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x874ed942 mt7615_mcu_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x8daa47c2 mt7615_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x94c48e12 mt7615_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0x9aa60750 mt7615_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xa020cfea mt7615_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xae68de94 mt7615_unregister_ext_phy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xb1fdbc25 mt7615_mcu_exit +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xb8816706 mt7615_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xc498b932 mt7615_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xc6193e6a mt7615_led_set_blink +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xca1a7df2 mt7615_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xd5c76463 mt7615_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xda3fd1d1 mt7615_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615-common 0xdd47bd29 mt7615_mcu_restart +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7615e 0xadf43f6b mt7615_dma_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x1506ffca mt7663_usb_sdio_reg_map +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x24401e3d mt7663_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x5614e782 mt7663_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0x6b80d720 mt7663_usb_sdio_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7615/mt7663-usb-sdio-common 0xe5213236 mt7663_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x3478230a mt76x0_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x5a65f04e mt76x0_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x63b29f37 mt76x0_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x65628394 mt76x0_init_hardware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x69601237 mt76x0_phy_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0x8bdc7369 mt76x0_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0-common 0xf7c16763 mt76x0_chip_onoff +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x04f83c81 mt76x02_mac_shared_key_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x05d4ecef mt76x02_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0650867e mt76x02_ext_pa_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0980745d mt76x02_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0a7d2f56 mt76x02_init_debugfs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0be9afc1 mt76x02_set_tx_ackto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0c28a5fe mt76x02_mac_setaddr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0c410c39 mt76x02_init_agc_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x0f124944 mt76x02_mac_write_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x16ea2793 mt76x02_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x17d865bd mt76x02_config_mac_addr_list +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x18c2620f mt76x02_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x1ec8dbed mt76x02e_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x224f7ba2 mt76x02_eeprom_parse_hw_cap +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x23b64603 mt76x02_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x24c23164 mt76x02_update_beacon_iter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2688494c mt76x02_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2d8369c2 mt76x02_phy_set_txdac +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x2f02332d mt76x02_mcu_calibrate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3746b151 mt76x02_eeprom_copy +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3df17dda mt76x02_get_lna_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3e30dcfa mt76x02_sta_ps +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x3e81965b mt76x02_mac_set_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4461fbc8 mt76x02_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x46527cee mt76x02_dma_disable +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x4aef86b1 mt76x02_phy_dfs_adjust_agc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x50ddda98 mt76x02_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x584e6305 mt76x02_phy_set_band +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5865d791 mt76x02_get_efuse_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x5bd84fd5 mt76x02_rates +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6326437e mt76x02_phy_set_rxpath +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x640bbd82 mt76x02_tx_set_txpwr_auto +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x64f80532 mt76x02_phy_set_bw +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6903212e mt76x02_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x691451cd mt76x02_sta_rate_tbl_update +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6c813061 mt76x02_mac_reset_counters +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x6db425bb mt76x02_set_ethtool_fwver +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x75fef85d mt76x02_add_rate_power_offset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7623e9b2 mt76x02_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x78fb4a3f mt76x02_mcu_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7f131ab2 mt76x02_edcca_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x7f903e24 mt76x02_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x83703223 mt76x02_dfs_init_params +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x841b2689 mt76x02_dma_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x886af242 mt76x02_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x91d5b9ee mt76x02_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x93c479bc mt76x02_limit_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x99a591f5 mt76x02_mcu_function_select +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9a5eb09e mt76x02_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9ab9fa6d mt76x02_rx_poll_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9ae620fa mt76x02_remove_hdr_pad +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0x9ef90fbf mt76x02_mcu_msg_send +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa32061bb mt76x02_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa3b69350 mt76x02_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa6841e8d mt76x02_mac_wcid_setup +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa6a8d506 mt76x02_mcu_set_radio_state +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xa6c2f82c mt76x02_resync_beacon_timer +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xab56d2f7 mt76x02_set_coverage_class +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xabcf32ff mt76x02_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xad5d3ba8 mt76x02_get_max_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xbc490118 mt76x02_init_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc12b1855 mt76x02_phy_adjust_vga_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xc99d2008 mt76x02_enqueue_buffered_bc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xccc5cfe6 mt76x02_mac_cc_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd5af3e76 mt76x02_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xd7f61c71 mt76x02_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xdb2c08da mt76x02_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf19e2270 mt76x02_get_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xf20c0c95 mt76x02_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfe68c353 mt76x02_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-lib 0xfe861c90 mt76x02_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x02d3df0a mt76x02u_init_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x2494c7b5 mt76x02u_mcu_fw_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x73099dde mt76x02u_mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x9610f3e1 mt76x02u_mcu_fw_send_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0x9a314477 mt76x02u_init_mcu +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xab157ff5 mt76x02u_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xc3c34614 mt76x02u_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x02-usb 0xfdec0580 mt76x02u_exit_beacon_config +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x0b9a64b4 mt76x2_get_temp_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x0c9edcb0 mt76x2_mcu_load_cr +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x13bbf266 mt76x2_phy_set_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x1b25ed8d mt76x2_get_rate_power +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x22b7b6fe mt76x2_apply_gain_adj +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x231a9038 mt76x2_phy_update_channel_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x234d79d3 mt76_write_mac_initvals +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x35ddf619 mt76x2_init_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x3d4078d4 mt76x2_phy_tssi_compensate +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x4b32317d mt76x2_set_sar_specs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x56c40a4c mt76x2_mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0x734379d6 mt76x2_eeprom_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xb4f5c7c1 mt76x2_configure_tx_delay +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xba4b6f51 mt76x2_mcu_tssi_comp +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xcbf03e1a mt76x2_mcu_set_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xd99f3334 mt76x2_read_rx_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xe63d4f3e mt76x2_phy_set_txpower_regs +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xe87d9e77 mt76x2_get_power_info +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xe8bd2b33 mt76x2_reset_wlan +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2-common 0xf9977f14 mt76x2_mcu_init_gain +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x01535713 mt7921_mac_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x15e2b224 mt7921_mcu_parse_response +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x212cab99 mt7921_mcu_drv_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x246d19d2 mt7921_mac_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x3e0389e3 mt7921_usb_sdio_tx_status_data +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x435584aa mt7921_rx_check +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x6054a758 mt7921_update_channel +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x6b306d2b mt7921_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x6b918ea9 mt7921_mac_init +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x73bbbeac mt7921_reset +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x7e6bcdfc mt7921_usb_sdio_tx_complete_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x7ee2a8c2 mt7921_txwi_free +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x801199a1 mt7921_mcu_set_eeprom +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x846cc994 mt7921_mac_sta_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0x9859c147 mt7921_queue_rx_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xa3b5f518 mt7921_get_mac80211_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xb674e61f __mt7921_start +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xcc37b464 mt7921_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xd00f44e3 mt7921_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xd73a58b9 mt7921_mac_sta_assoc +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xe709db28 mt7921_register_device +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xf260e2c1 mt7921_mcu_fw_pmctrl +EXPORT_SYMBOL_GPL drivers/net/wireless/mediatek/mt76/mt7921/mt7921-common 0xf30b1676 mt7921_usb_sdio_tx_prepare_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x37b6109f chip_wakeup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x6967749a host_wakeup_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x7da32118 host_sleep_notify +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0x949c64ff wilc_handle_isr +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xbc889b2d chip_allow_sleep +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xdb36d0ea wilc_netdev_cleanup +EXPORT_SYMBOL_GPL drivers/net/wireless/microchip/wilc1000/wilc1000 0xe7280171 wilc_cfg80211_init +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x31fab83c qtnf_chipid_to_string +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x51be5ef6 qtnf_trans_handle_rx_ctl_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x520a5604 qtnf_core_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x8b22bb8d qtnf_wake_all_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x922c7be8 qtnf_core_attach +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0x9a01668b qtnf_classify_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/quantenna/qtnfmac/qtnfmac 0xefb2b1aa qtnf_get_debugfs_dir +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x01ec80d5 rt2800_config_shared_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0363786c rt2800_config_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x06af9e3a rt2800_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x0b2830d1 rt2800_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x1bf8936f rt2800_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x21daf74d rt2800_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x243a316b rt2800_txdone_nostatus +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2b3ba3ca rt2800_txstatus_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x2c149bdf rt2800_vco_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x3007bc74 rt2800_sta_add +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x33d8dbb1 rt2800_gain_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x35ef7f1b rt2800_pre_reset_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x40c92d1b rt2800_link_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x45967b6c rt2800_get_key_seq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x5f5e3587 rt2800_config_pairwise_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x63dbb237 rt2800_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x693dabe7 rt2800_disable_wpdma +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x704bd378 rt2800_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x77a6c87b rt2800_write_tx_data +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x78b8f5f4 rt2800_txdone_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x7e045ea8 rt2800_config_erp +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8248f703 rt2800_get_tsf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8920e126 rt2800_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x8db1e78d rt2800_read_eeprom_efuse +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x97a5f996 rt2800_mcu_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9cedc702 rt2800_txstatus_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9d3f251e rt2800_reset_tuner +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0x9de5a45b rt2800_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xa871fc1c rt2800_wait_wpdma_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xab81be9c rt2800_get_survey +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xace66639 rt2800_config_intf +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xb3ea4887 rt2800_get_txwi_rxwi_size +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc06307b8 rt2800_sta_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc2f3294d rt2800_write_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc7488a70 rt2800_efuse_detect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xc8e04988 rt2800_clear_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd36a9659 rt2800_link_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd66a3440 rt2800_wait_csr_ready +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xd8b38d0c rt2800_load_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xdd4b4fd9 rt2800_config_ant +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe5055d06 rt2800_set_rts_threshold +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xe728a044 rt2800_ampdu_action +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xeb0dbd8a rt2800_check_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800lib 0xfc75f7f2 rt2800_process_rxwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x1734eb82 rt2800mmio_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x2dde2064 rt2800mmio_enable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x302f2689 rt2800mmio_get_entry_state +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x30f36e07 rt2800mmio_init_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x32ac3645 rt2800mmio_rxdone_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x37892f85 rt2800mmio_write_tx_desc +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x38f08e20 rt2800mmio_queue_init +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3d0acd86 rt2800mmio_fill_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x3d741c87 rt2800mmio_pretbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x415ec673 rt2800mmio_get_txwi +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5028bbb2 rt2800mmio_tbtt_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x5fa4db64 rt2800mmio_interrupt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x67912a4c rt2800mmio_init_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x97e3c029 rt2800mmio_autowake_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x981d3a70 rt2800mmio_get_dma_done +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x98430237 rt2800mmio_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0x9f3c8921 rt2800mmio_txstatus_tasklet +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xa345456b rt2800mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xa9ed3359 rt2800mmio_probe_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xb068c15e rt2800mmio_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xd3f56637 rt2800mmio_toggle_irq +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2800mmio 0xef61a786 rt2800mmio_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x027a5f2b rt2x00queue_stop_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x042a5c10 rt2x00lib_probe_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x07244c12 rt2x00queue_for_each_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x0903cc8a rt2x00lib_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x115c5456 rt2x00queue_start_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x14327bd1 rt2x00lib_set_mac_address +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x17bcbc0f rt2x00queue_pause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x1ee47c0f rt2x00mac_add_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x23b5ac05 rt2x00mac_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x27380313 rt2x00mac_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x316b6cc3 rt2x00queue_stop_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x35ce9cb9 rt2x00queue_map_txskb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x3a324a36 rt2x00mac_configure_filter +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4219d091 rt2x00lib_remove_dev +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x453c417e rt2x00mac_conf_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x4d970f2f rt2x00mac_reconfig_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x5221b6de rt2x00mac_sw_scan_start +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x53ae9e46 rt2x00mac_sw_scan_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x59359027 rt2x00lib_txdone_noinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x60c701a7 rt2x00lib_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x692018e0 rt2x00mac_get_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6d254dab rt2x00mac_set_antenna +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x6df8d614 rt2x00lib_pretbtt +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x822d245f rt2x00mac_get_ringparam +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x823f0fd8 rt2x00queue_start_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x84975eaa rt2x00lib_dmadone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x85978774 rt2x00queue_unmap_skb +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x899aee03 rt2x00mac_bss_info_changed +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8a79dedd rt2x00mac_get_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8c6c1137 rt2x00mac_tx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x8cfeb72a rt2x00queue_flush_queues +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9a4ec3c2 rt2x00mac_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0x9b7ca0cd rt2x00queue_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa2bbe8d4 rt2x00queue_get_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa46e9072 rt2x00mac_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xa8e3782e rt2x00queue_unpause_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xad59eca2 rt2x00lib_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xb36067d6 rt2x00mac_stop +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xbe70e2e7 rt2x00lib_get_bssidx +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xc95a35df rt2x00mac_remove_interface +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd3d2e4eb rt2x00lib_dmastart +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xd48be795 rt2x00lib_txdone_nomatch +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xdb6e2e57 rt2x00lib_beacondone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xe0f22622 rt2x00lib_txdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf4eb3d99 rt2x00mac_tx_frames_pending +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf5cd4225 rt2x00mac_set_tim +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00lib 0xf901316c rt2x00mac_rfkill_poll +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x0f3c214b rt2x00mmio_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x2906e620 rt2x00mmio_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x3105a867 rt2x00mmio_rxdone +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x45b0cf49 rt2x00mmio_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00mmio 0x62601760 rt2x00mmio_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x55e4b669 rt2x00pci_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0x8b0f6caf rt2x00pci_pm_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00pci 0xea10f786 rt2x00pci_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x3e6e628b rt2x00usb_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x45eec8a6 rt2x00usb_vendor_request +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x4806c4e1 rt2x00usb_disable_radio +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x5799a724 rt2x00usb_vendor_req_buff_lock +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x5cdf8cc0 rt2x00usb_watchdog +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x61e27a4f rt2x00usb_uninitialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x67ebaa95 rt2x00usb_vendor_request_buff +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x83d1ed66 rt2x00usb_initialize +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0x9687931b rt2x00usb_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xa4ccec7d rt2x00usb_resume +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xb63c8862 rt2x00usb_clear_entry +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xc5fc5cc2 rt2x00usb_flush_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xd2722c98 rt2x00usb_regbusy_read +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xdc1a53fe rt2x00usb_kick_queue +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xdd059502 rt2x00usb_disconnect +EXPORT_SYMBOL_GPL drivers/net/wireless/ralink/rt2x00/rt2x00usb 0xe6f39a4b rt2x00usb_register_read_async +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x58844467 dm_restorepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0x7b915232 dm_writepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xb1253731 dm_savepowerindex +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common 0xbbaf637e rtl92c_set_p2p_ps_offload_cmd +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x01111d2e rtl8723_enable_fw_download +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x1637a4df rtl8723_phy_save_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x1e7816bd rtl8723_phy_txpwr_idx_to_dbm +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x37a57f12 rtl8723_save_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3bc0c72e rtl8723_phy_query_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x3f5bf9c0 rtl8723_phy_calculate_bit_shift +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x45541eb1 rtl8723_phy_rf_serial_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x54887384 rtl8723_phy_path_a_fill_iqk_matrix +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x569bafdc rtl8723_phy_rf_serial_read +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x5bbfbddb rtl8723_phy_set_bb_reg +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x68c43872 rtl8723_dm_init_dynamic_bb_powersaving +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x6d395a4f rtl8723_phy_path_a_standby +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7a9fd012 rtl8723_phy_reload_adda_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x7eeb7f7b rtl8723ae_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8a9e5004 rtl8723_write_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8baf8913 rtl8723_phy_set_sw_chnl_cmdarray +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8bcd9e1c rtl8723_dm_init_edca_turbo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x8bfa70a6 rtl8723_download_fw +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0x9b2cdc0d rtl8723_fw_free_to_go +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xae0f01b9 rtl8723_phy_init_bb_rf_reg_def +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xb210cc1e rtl8723_cmd_send_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xbc7f87b4 rtl8723be_firmware_selfreset +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xbe20e7eb rtl8723_phy_path_adda_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xc0593267 rtl8723_phy_pi_mode_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xc4f0520c rtl8723_dm_init_dynamic_txpower +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xe6ab439f rtl8723_phy_mac_setting_calibration +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtl8723com/rtl8723-common 0xf4b04302 rtl8723_phy_reload_mac_registers +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x00fc75c7 rtl_fw_block_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x088549cc rtl_swlps_beacon +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0d0b6636 rtl_global_var +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x0df6bbff rtl_is_special_data +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x11e3e503 read_efuse_byte +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x13577955 rtl_beacon_statistic +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x1427209a rtl_fw_page_write +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x14e11010 rtl_set_tx_report +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x163e88f4 rtl_action_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x17614c2f rtl_tx_mgmt_proc +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x186a0f80 rtl_lps_leave +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x20d9b4a2 rtl_ips_nic_on +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2921a4d4 rtl_btc_status_false +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2d32cdfc rtl_lps_change_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x2e5382f9 rtl_fill_dummy +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x3f7b612e rtl_lps_enter +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4042e233 rtl_get_hal_edca_param +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x426b2f29 rtl_init_rx_config +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4adaa560 rtl_tx_ackqueue +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x4c186fc0 rtl_tx_report_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x54360c7c rtl_init_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x6db3ba37 rtl_update_beacon_work_callback +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x94f9ade9 rtl_deinit_core +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0x97e05663 rtl_tid_to_ac +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xabced81c rtl_efuse_ops_init +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xaf4b0114 rtl_deinit_deferred_work +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xb2715f1d rtl_get_hwinfo +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc00718f8 rtl_recognize_peer +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xc0ce5925 rtl_ops +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd976add2 rtl_deinit_rfkill +EXPORT_SYMBOL_GPL drivers/net/wireless/realtek/rtlwifi/rtlwifi 0xd9c1f416 rtl_p2p_info +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x0f5c3ce9 rsi_zone_enabled +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x398a6d9b rsi_91x_deinit +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x40577f9a rsi_91x_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x4cb7a08b rsi_hal_device_init +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x765edc47 rsi_mac80211_detach +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0x8b5f9bcf rsi_read_pkt +EXPORT_SYMBOL_GPL drivers/net/wireless/rsi/rsi_91x 0xcd173710 rsi_dbg +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x1ca95e0c cw1200_core_release +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x6756410f cw1200_irq_handler +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0x942b8cd1 cw1200_core_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/st/cw1200/cw1200_core 0xf07f8a07 cw1200_can_suspend +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x1735d8d7 wl1251_free_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x49c37635 wl1251_init_ieee80211 +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wl1251/wl1251 0x5294d011 wl1251_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x015f186b wl1271_debugfs_update_stats +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0339fb57 wlcore_translate_addr +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x06d3b27e wl12xx_debug_level +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x0dfa1b3f wlcore_event_channel_switch +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x12c16d2b wlcore_event_sched_scan_completed +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x132424e1 wl1271_cmd_test +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20351125 wlcore_get_native_channel_type +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x20dad7a7 wlcore_event_dummy_packet +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2bda925e wl1271_cmd_data_path +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2caed9a0 wlcore_enable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x2cb27b0d wlcore_event_rssi_trigger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x34a95d68 wlcore_synchronize_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x41c983b5 wlcore_disable_interrupts_nosync +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x435b5012 wl1271_cmd_send +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x62d13c51 wlcore_disable_interrupts +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x65ce2945 wl1271_tx_min_rate_get +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x69271a70 wlcore_remove +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x693c1440 wlcore_event_beacon_loss +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6ae3134c wl12xx_cmd_build_probe_req +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x6fb12949 wl1271_acx_set_ht_capabilities +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x85498cd1 wl1271_format_buffer +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x86d4cb50 wlcore_event_inactive_sta +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x893c9967 wl12xx_acx_mem_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x8c52fba6 wlcore_set_key +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x94056915 wlcore_event_soft_gemini_sense +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9430b0c9 wlcore_cmd_wait_for_event_or_timeout +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x988669d5 wlcore_event_max_tx_failure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0x9a91d7b2 wlcore_scan_sched_scan_ssid_list +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xa9efae51 wlcore_boot_upload_nvs +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xad07e6d7 wlcore_alloc_hw +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xb1c90653 wlcore_cmd_generic_cfg +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc30d70c0 wlcore_event_roc_complete +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc50d9a1c wlcore_event_ba_rx_constraint +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xc527673f wl1271_tx_flush +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdbed523a wlcore_set_scan_chan_params +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xdd44b176 wl1271_cmd_configure +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe389a648 wlcore_event_fw_logger +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe5f33b32 wlcore_boot_run_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xe868dac6 wl1271_acx_sleep_auth +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xeb21dbcd wl1271_acx_pm_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xec9bfed7 wlcore_scan_sched_scan_results +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xeeeee2d2 wlcore_probe +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf222ba09 wlcore_set_partition +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf4acca98 wlcore_boot_upload_firmware +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xf70d7274 wl1271_acx_init_mem_config +EXPORT_SYMBOL_GPL drivers/net/wireless/ti/wlcore/wlcore 0xfd6f3162 wlcore_free_hw +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0x7ebe9364 nfcmrvl_nci_register_dev +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xed83499e nfcmrvl_parse_dt +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xeed091c5 nfcmrvl_nci_recv_frame +EXPORT_SYMBOL_GPL drivers/nfc/nfcmrvl/nfcmrvl 0xfbf217e2 nfcmrvl_nci_unregister_dev +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x04d915d9 pn53x_unregister_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x12c1b751 pn53x_common_init +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x24317cf5 pn533_rx_frame_is_cmd_response +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x827e7e00 pn53x_common_clean +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0x95d59b7e pn53x_register_nfc +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xaa1810c1 pn533_finalize_setup +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xdecfd339 pn533_rx_frame_is_ack +EXPORT_SYMBOL_GPL drivers/nfc/pn533/pn533 0xfcf4c5a5 pn532_i2c_nfc_alloc +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x367da696 st_nci_remove +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x4428fce6 st_nci_disable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x60ad05cc st_nci_hci_event_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0x71e11670 st_nci_hci_cmd_received +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xb9292273 st_nci_discover_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xbdc235d8 st_nci_enable_se +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xc26133e1 st_nci_probe +EXPORT_SYMBOL_GPL drivers/nfc/st-nci/st-nci 0xc542f120 st_nci_hci_load_session +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0x61fe3f8f st95hf_spi_recv_response +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0xccdba874 st95hf_spi_send +EXPORT_SYMBOL_GPL drivers/nfc/st95hf/st95hf 0xd9e03610 st95hf_spi_recv_echo_res +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x0862001f ntb_transport_tx_free_entry +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x30934216 ntb_transport_max_size +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x32537aca ntb_transport_link_query +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x3d54dbfc ntb_transport_tx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x436098aa ntb_transport_link_down +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x5cb39b53 ntb_transport_register_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x7ffe688c ntb_transport_create_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x82e6c13d ntb_transport_qp_num +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0x9c992c8f ntb_transport_link_up +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xa3082ef1 ntb_transport_unregister_client +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xc270dc24 ntb_transport_free_queue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xc37d9036 ntb_transport_rx_remove +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xd40e7a02 ntb_transport_rx_enqueue +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xf55d6313 ntb_transport_register_client_dev +EXPORT_SYMBOL_GPL drivers/ntb/ntb_transport 0xf9eb813f ntb_transport_unregister_client_dev +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0x5f098af1 virtio_pmem_host_ack +EXPORT_SYMBOL_GPL drivers/nvdimm/nd_virtio 0xeb4a6486 async_pmem_flush +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x01850555 nvme_auth_generate_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x1d3b270f nvme_auth_transform_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x22e5d1de nvme_auth_augmented_challenge +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x399d9ac8 nvme_auth_hmac_hash_len +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x3c1555ae nvme_auth_gen_privkey +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x51873876 nvme_auth_get_seqnum +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x640e760e nvme_auth_gen_shared_secret +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x674c5bc1 nvme_auth_hmac_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x6adadbb4 nvme_auth_free_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x6e91ee1b nvme_auth_digest_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x780989d1 nvme_auth_dhgroup_id +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x9070925e nvme_auth_extract_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xc9bb48ac nvme_auth_dhgroup_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xcb39603c nvme_auth_hmac_id +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xf0ccf2d4 nvme_auth_dhgroup_kpp +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xf38df1bf nvme_auth_gen_pubkey +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x11abc494 __SCK__tp_func_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1399168a nvme_unquiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1689587e nvme_try_sched_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1975d7c1 nvme_quiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1d60a81a nvme_mpath_start_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1e1136c0 nvme_mark_namespaces_dead +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x24e0fb91 nvme_auth_negotiate +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x25afd777 nvme_wait_freeze_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x268ec5e2 nvme_unquiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x2790700f nvme_stop_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x27fcbedb __tracepoint_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x36699dee nvme_unfreeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x38ed3b00 nvme_set_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3bbe5235 nvme_remove_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3ccd52b0 __nvme_check_ready +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x43247537 nvme_wait_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x454d5e42 nvme_dev_attrs_group +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x49224181 nvme_reset_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4a16c790 __nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4b5babd1 nvme_init_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x5324e137 nvme_wait_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x54e17eb1 nvme_cancel_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x58eb2cf5 nvme_uninit_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x5ae74e62 nvme_alloc_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x5e892f58 nvme_quiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x64b62862 nvme_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x693044eb nvme_auth_stop +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x6acd4346 nvme_stop_keep_alive +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x741b9d70 nvme_enable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x74946361 nvme_auth_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7613da11 nvme_delete_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x77dbce6b nvme_sync_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8111a353 nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x813cf212 nvme_io_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x823252e2 nvme_cancel_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x823810f6 nvme_init_ctrl_finish +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x837cf06f nvme_disable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x84042c49 nvme_remove_namespaces +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x886a6265 nvme_get_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8dac05ac nvme_alloc_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8f2b98ff nvme_start_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8f449b9b nvme_complete_batch_req +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa0690d72 nvme_start_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa1e89a9f nvme_remove_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xae1442fd nvme_complete_async_event +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb02f543e nvme_complete_rq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb448678f nvme_fail_nonready_command +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb8f29c54 nvme_cleanup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xbb8398de nvme_auth_free +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xcc1a88f0 nvme_sync_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xcdb7ef37 nvme_auth_wait +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd45434ee admin_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd58bbbcb nvme_delete_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xdab02d2a __traceiter_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xdaf36898 nvme_setup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe82b1ce6 nvme_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe9e84544 nvme_host_path_error +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xeabf5ce3 nvme_reset_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xeb5f764d nvme_cancel_admin_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xfd1643ff nvme_set_queue_count +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xfd2b6c83 nvme_change_ctrl_state +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x046ebf3d nvmf_get_address +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x1e328d22 nvmf_set_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x2fcff90a nvmf_reg_write32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x4493bf50 nvmf_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x5bb9c48e nvmf_map_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x7e88199d nvmf_should_reconnect +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x800b521e nvmf_reg_read64 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x823b0c27 nvmf_connect_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x9eeb42e8 nvmf_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xaa38c962 nvmf_reg_read32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xd35624c5 nvmf_ip_options_match +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xdd8af66e nvmf_free_options +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xde87eb39 nvmf_connect_io_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x0d12e564 nvme_fc_register_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3884f8b8 nvme_fc_unregister_localport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3e33ac54 nvme_fc_rescan_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x8a9cf5a7 nvme_fc_set_remoteport_devloss +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xb96022ae nvme_fc_register_localport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xbb0e18a6 nvme_fc_rcv_ls_req +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xcc8a2d78 nvme_fc_io_getuuid +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xfca9dc99 nvme_fc_unregister_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x1b34da87 nvmet_sq_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x2111a999 nvmet_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3e0ef07a nvmet_wq +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x426ed3cc nvmet_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x4b837183 nvmet_req_uninit +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x6573e033 nvmet_sq_destroy +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x7dbee09b nvmet_req_complete +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x8da6670f nvmet_req_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x9f7164a1 nvmet_req_alloc_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xe22ad5be nvmet_req_free_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xf208a337 nvmet_ctrl_fatal_error +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xf23ad993 nvmet_check_transfer_len +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x0b98123d nvmet_fc_rcv_ls_req +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x4a013682 nvmet_fc_invalidate_host +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x5ebbf4c4 nvmet_fc_register_targetport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x6ff62dab nvmet_fc_rcv_fcp_abort +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x7bfa9497 nvmet_fc_rcv_fcp_req +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x9ef76d99 nvmet_fc_unregister_targetport +EXPORT_SYMBOL_GPL drivers/pci/hotplug/pnv-php 0x928cd112 pnv_php_find_slot +EXPORT_SYMBOL_GPL drivers/pci/hotplug/pnv-php 0xa48ad9ab pnv_php_set_slot_power_state +EXPORT_SYMBOL_GPL drivers/pci/hotplug/rpaphp 0x01cc7086 rpaphp_slot_head +EXPORT_SYMBOL_GPL drivers/pci/hotplug/rpaphp 0x3fbf0c2a rpaphp_deregister_slot +EXPORT_SYMBOL_GPL drivers/pci/hotplug/rpaphp 0x4fc7629c rpaphp_check_drc_props +EXPORT_SYMBOL_GPL drivers/pci/hotplug/rpaphp 0xdab8dd78 rpaphp_add_slot +EXPORT_SYMBOL_GPL drivers/pci/switch/switchtec 0xc5e64d7d switchtec_class +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x112c9e2d mcp23s08_probe_one +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x4703c1d7 mcp23x17_regmap +EXPORT_SYMBOL_GPL drivers/pinctrl/pinctrl-mcp23s08 0x77786538 mcp23x08_regmap +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0x8c65169f reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xc56196d0 devm_reboot_mode_register +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xd6615ef8 reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/reset/reboot-mode 0xf0f12e2c devm_reboot_mode_unregister +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x63636bdf bq27xxx_battery_setup +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0x6f84c2cc bq27xxx_battery_update +EXPORT_SYMBOL_GPL drivers/power/supply/bq27xxx_battery 0xc42f85f4 bq27xxx_battery_teardown +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0x4fe46aaa pcf50633_mbc_get_usb_online_status +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0xa2757259 pcf50633_mbc_usb_curlim_set +EXPORT_SYMBOL_GPL drivers/power/supply/pcf50633-charger 0xd0a29bd6 pcf50633_mbc_get_status +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x237363f7 ptp_qoriq_settime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x2eae82b0 ptp_qoriq_isr +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x3adb2a96 ptp_qoriq_enable +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0x422ad1bb extts_clean_up +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xb45ad85d ptp_qoriq_init +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xe1f7f0fe ptp_qoriq_adjtime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xeda45fbe ptp_qoriq_gettime +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xf781638d ptp_qoriq_adjfine +EXPORT_SYMBOL_GPL drivers/ptp/ptp-qoriq 0xfb58f11b ptp_qoriq_free +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x06e11995 mc13xxx_get_num_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x390b95df mc13xxx_fixed_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0x7e402afa mc13xxx_fixed_regulator_set_voltage +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xccd6480d mc13xxx_parse_regulators_dt +EXPORT_SYMBOL_GPL drivers/regulator/mc13xxx-regulator-core 0xfb82d9d7 mc13xxx_regulator_ops +EXPORT_SYMBOL_GPL drivers/regulator/rohm-regulator 0xf53e6311 rohm_regulator_set_voltage_sel_restricted +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x22cd0108 wm8350_register_regulator +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x32c5f40a wm8350_isink_set_flash +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0x61b523d8 wm8350_dcdc25_set_mode +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xae81490c wm8350_ldo_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xc13074ac wm8350_register_led +EXPORT_SYMBOL_GPL drivers/regulator/wm8350-regulator 0xd7202d29 wm8350_dcdc_set_slot +EXPORT_SYMBOL_GPL drivers/regulator/wm8400-regulator 0x34573419 wm8400_register_regulator +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0x149236da qcom_glink_native_remove +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0x2d8c299a qcom_glink_native_probe +EXPORT_SYMBOL_GPL drivers/rpmsg/qcom_glink 0xf14f5684 qcom_glink_ssr_notify +EXPORT_SYMBOL_GPL drivers/rtc/rtc-ds1685 0x0a074879 ds1685_rtc_poweroff +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x01738bfa cxgbi_sock_rcv_close_conn_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x021dbe49 cxgbi_sock_skb_entail +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x0b92b960 cxgbi_device_find_by_lldev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1595f56b cxgbi_ep_connect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x16d90122 cxgbi_conn_pdu_ready +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1df75507 cxgbi_device_portmap_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1f72108a cxgbi_conn_alloc_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x1f8aa3f6 cxgbi_get_ep_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x2be7d3db cxgbi_sock_fail_act_open +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3257a5f2 cxgbi_device_register +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x387e91a2 cxgbi_sock_purge_wr_queue +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x3ed1e75d cxgbi_get_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4168372b cxgbi_sock_rcv_peer_close +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x49c4cf10 cxgbi_hbas_add +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x4b739f3c cxgbi_iscsi_cleanup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x573f8cb8 cxgbi_bind_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5b8960c1 cxgbi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x5e24c3e2 cxgbi_sock_rcv_wr_ack +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x65a64ab7 cxgbi_iscsi_init +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x6d0f78aa cxgbi_sock_free_cpl_skbs +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x71289e48 cxgbi_device_portmap_create +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x741c898a cxgbi_ep_poll +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x79305021 cxgbi_sock_established +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7c034358 cxgbi_get_conn_stats +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x7fdb6004 cxgbi_device_unregister_all +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x81ba737e cxgbi_set_conn_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x8319f739 cxgbi_ddp_set_one_ppod +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x89c5ba37 cxgbi_set_host_param +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0x9532bd88 cxgbi_sock_closed +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xa12d223e cxgbi_conn_xmit_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xae929dc4 cxgbi_create_conn +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xb43aeeee cxgbi_device_unregister +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbc89cbd7 cxgbi_sock_rcv_abort_rpl +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xbefa5208 cxgbi_parse_pdu_itt +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc47b3c61 cxgbi_sock_check_wr_invariants +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc62c4814 cxgbi_sock_act_open_req_arp_failure +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xc640336f cxgbi_device_find_by_netdev +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xd00612d8 cxgbi_ep_disconnect +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xdf0b2673 cxgbi_sock_select_mss +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe5721561 cxgbi_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xe8690848 cxgbi_conn_init_pdu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xee0e4fdd cxgbi_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xef346615 cxgbi_attr_is_visible +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf1f22142 cxgbi_ddp_ppm_setup +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xf86d4e48 cxgbi_device_find_by_netdev_rcu +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfa069bc0 cxgbi_hbas_remove +EXPORT_SYMBOL_GPL drivers/scsi/cxgbi/libcxgbi 0xfe6994d1 cxgbi_conn_tx_open +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x31a82f9c fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x36608806 fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x3ccabb11 fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x4331c52f fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x5b814a1e fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x5db0bdda fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x8284480c fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x8c7da3f3 fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x8de30348 fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x9990dba4 fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xaed9cd8b fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb401090b __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbac58840 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc3f30cc0 fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xd37422db fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf167cb7a fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf27bdef7 fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xff72ded5 fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xff9428c2 fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0x4ed8cef9 fdomain_destroy +EXPORT_SYMBOL_GPL drivers/scsi/fdomain 0x98a1f9df fdomain_create +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x07c6cd82 iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xa39c86ac iscsi_boot_create_acpitbl +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xa8b9f302 iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xb762b32c iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xbbf2a353 iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xc9cc108f iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xd2cf6908 iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/libfc/libfc 0x5b5d4b09 fc_seq_els_rsp_send +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x02b2ebc4 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x054fbef5 iscsi_conn_queue_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0921fa9a iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x15e82258 iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x163f028c iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x28995156 iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2b15c6cf iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x2c368bca iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x41b94dd0 __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x440c06f1 iscsi_conn_unbind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x48ec497b iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4b607eca iscsi_conn_queue_recv +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x4b85c6d9 iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x53ca4db0 iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5525da90 iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x58a979be iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x60fdfb63 iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x67b7a0c3 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x6ac737dc iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7617bf23 iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x76ac5fbb iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7ad11b11 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7d4e24b8 iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7e7eaf31 iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x7efb6767 iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x88bba452 iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8953dad3 iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8a755ac4 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x95cc3a01 iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x99c1a7fb iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9d80a895 iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9e9ff944 iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xadfa9a76 iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb233e404 iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb7789503 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb82504e8 iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb91e1176 iscsi_host_get_max_scsi_cmds +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbd40a8b2 iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc0fa0fd4 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc4b7c3d3 iscsi_session_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd00c60af iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd9fd9b7a iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xdc68e9f7 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe45ca871 iscsi_eh_cmd_timed_out +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeab9cbd5 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeb5d1871 iscsi_suspend_rx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeb7c9f18 iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeeeb87b4 iscsi_session_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf81ee21f iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x1f95349e iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x22e5b122 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x28d6d446 iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x3673d503 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x3b17e6aa iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x420dbfcb iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x4f2f0e48 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x667cdb7a iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x719feebf iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x763a4e98 iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x7a7f8332 iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x87eb7558 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x9ab2fd73 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb09a6c56 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb2af801c iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xbb157c89 iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xc5fedf0b iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x06441660 sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x086b93f3 smp_ata_check_ready_type +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x0f903a85 sas_eh_target_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x1a747cbb sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x22ae7a2c dev_attr_phy_event_threshold +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x26a118ac sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x30df4327 sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3c48292d sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x4bd8ba36 sas_ata_schedule_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5168e005 sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x602cb5fa sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x6e9b900e sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x707c7e88 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x7762adde sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x8e562d82 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9d071872 sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x9f1fe9e1 sas_abort_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa1ac352c sas_abort_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xa3050614 sas_clear_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xaf36e3ec sas_execute_internal_abort_dev +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb7b47219 sas_lu_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb8259d6b sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbd62b520 sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbd6f6fd5 sas_execute_internal_abort_single +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xbe77f3a3 sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc31c2279 sas_ata_device_link_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc6c59499 sas_notify_port_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xdd2d7f6e sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xdd87e4ea sas_query_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe1b9f17f sas_find_attached_phy_id +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe276d10a sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xe693f35b sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xea7c1301 sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf762b7db sas_execute_ata_cmd +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfba38284 sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xfbd4286f sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_fc 0xe894bdee fc_eh_should_retry_cmd +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x00f52f74 iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x0d811c16 iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x13c57da7 iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x14345a67 iscsi_put_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x14827343 iscsi_dbg_trace +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x18bf3953 iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x27826840 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x27ce5804 iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2e2d1d21 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x363ef721 __tracepoint_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3b2b35d7 iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3fb1ec5d iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x475ab741 iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x51132593 iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5640eff6 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x584a31ab __SCK__tp_func_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5c08bdd5 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x673aef64 iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6c443ace iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6dc54479 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6fd414c1 iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x71b768b0 __SCK__tp_func_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x73b5739d __traceiter_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x87441f0d __traceiter_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x88768c48 __SCK__tp_func_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x8ff19375 iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x94b8bc7d iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x94db9ac4 __traceiter_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9c39a23f __traceiter_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa13e9b6d iscsi_force_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa256cad7 iscsi_remove_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa2f84895 iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa3ac06cf __tracepoint_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa9e6acc9 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xab4674c8 __SCK__tp_func_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaea09cfc iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb0c7c748 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb32662a6 __tracepoint_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb3802e6a iscsi_get_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbd3d2520 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc6264e7a __tracepoint_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc931d18c iscsi_alloc_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd009b6a9 iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd67c2186 __traceiter_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xda09b986 __tracepoint_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdbccf40b iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdc104c9b iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xde0da052 iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe4c79fa6 __SCK__tp_func_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe6600721 iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe7992ffd iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xed80f8e2 iscsi_add_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf00e1e2c iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf0b3d745 iscsi_put_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf11e410a iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf1367a15 iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfab6abc6 iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfe1ad28f iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x40be124f sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x58ab0d69 sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x80373bd2 sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x952eccaf sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x0ef06974 spi_populate_ppr_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x7c13e76b spi_populate_tag_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xa0c71dac spi_populate_sync_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xcffa2aff spi_populate_width_msg +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x3a36e01e siox_master_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x97bf9aef siox_master_unregister +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xc59bd87f siox_device_synced +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xd3a8a3d2 __siox_driver_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xdb6e4aa4 siox_master_alloc +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xf51f455d siox_device_connected +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x0337daa9 slim_stream_unprepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x085fef16 slim_msg_response +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x17483e08 slim_free_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x1aa7edef slim_unregister_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x1cf0a866 slim_stream_allocate +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x1fbe170b slim_get_logical_addr +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x3c60ad67 slim_xfer_msg +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x41158c7c slim_do_transfer +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x419b2baf slim_read +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x4bda8923 slim_stream_enable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x54f76ab6 slim_readb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x7abf36b1 slim_report_absent +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x8715d73f slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x9d085b38 slim_register_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xaaa7d6a7 slim_device_report_present +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xabf8a58a slim_alloc_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xae850c54 slim_stream_disable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xb09a5ffd slimbus_bus +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xbdfcc3b2 slim_writeb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xc45675c4 slim_stream_prepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xd5f94f19 of_slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xd8cd1222 slim_write +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xddc5dfdf slim_stream_free +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xdf9f800c __slim_driver_register +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xed008c4a slim_ctrl_clk_pause +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xfcbc6c69 slim_driver_unregister +EXPORT_SYMBOL_GPL drivers/soc/qcom/pmic_glink 0x60b96ed4 devm_pmic_glink_register_client +EXPORT_SYMBOL_GPL drivers/soc/qcom/pmic_glink 0xc161d729 pmic_glink_send +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x52b46606 sdw_bus_type +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0x5e259aff __sdw_register_driver +EXPORT_SYMBOL_GPL drivers/soundwire/soundwire-bus 0xfbe45569 sdw_unregister_driver +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0x8cd5a65d altera_spi_init_host +EXPORT_SYMBOL_GPL drivers/spi/spi-altera-core 0xb9edd149 altera_spi_irq +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x68ea48ad spi_bitbang_init +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x792c6a10 spi_bitbang_setup_transfer +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x89d046b3 spi_bitbang_start +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0x95d23cab spi_bitbang_stop +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xdcd8a9e1 spi_bitbang_setup +EXPORT_SYMBOL_GPL drivers/spi/spi-bitbang 0xe7f333d2 spi_bitbang_cleanup +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x29b9a3f7 spi_test_run_test +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x4fecf647 spi_test_run_tests +EXPORT_SYMBOL_GPL drivers/spi/spi-loopback-test 0x80a36567 spi_test_execute_msg +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x15cd5f13 spmi_ext_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x204bceb2 spmi_command_wakeup +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x2786b41c spmi_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x2dbc3ee4 spmi_command_reset +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x342b05eb spmi_device_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x3c93a71a spmi_controller_alloc +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x4090c922 spmi_ext_register_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x419d16c5 spmi_controller_remove +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x5cf120a1 spmi_register_read +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x6c9f0ac3 spmi_device_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x90b104b2 spmi_controller_add +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0x97414ae1 spmi_register_zero_write +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xa41c87a0 spmi_ext_register_readl +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xa7830ba9 spmi_ext_register_writel +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xb454f4ed spmi_command_shutdown +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xd3fd6d80 spmi_device_from_of +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xfce98942 __spmi_driver_register +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xfe9eba56 spmi_command_sleep +EXPORT_SYMBOL_GPL drivers/spmi/spmi 0xfebdef49 spmi_device_alloc +EXPORT_SYMBOL_GPL drivers/ssb/ssb 0x560d7f70 ssb_pmu_spuravoid_pllupdate +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x053e0fea anybuss_read_fbctrl +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x1442e1c8 anybuss_send_ext +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x1fd7020d anybuss_start_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x345822e8 devm_anybuss_host_common_probe +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x4596ad60 anybuss_finish_init +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x46fd0900 anybuss_send_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x7c64a573 anybuss_write_input +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x9353d059 anybuss_read_output +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0x95c4535d anybuss_client_driver_register +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xb53a3b46 anybuss_host_common_probe +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xc8ac0e94 anybuss_client_driver_unregister +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xcee768b1 anybuss_set_power +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xe5ef2d53 anybuss_recv_msg +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/anybuss/anybuss_core 0xfce879ad anybuss_host_common_remove +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x213d1946 fieldbus_dev_online_changed +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x52fafceb fieldbus_dev_area_updated +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0x5b2d0d1b fieldbus_dev_register +EXPORT_SYMBOL_GPL drivers/staging/fieldbus/fieldbus_dev 0xaa2469a8 fieldbus_dev_unregister +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x04f0a7f3 gb_audio_apbridgea_stop_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x0f645463 gb_audio_apbridgea_start_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x282092f5 gb_audio_apbridgea_prepare_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x2f483bf0 gb_audio_apbridgea_set_config +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x41c25274 gb_audio_apbridgea_unregister_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x4263a232 gb_audio_apbridgea_stop_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x5847a75f gb_audio_apbridgea_register_cport +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x6eb39734 gb_audio_apbridgea_prepare_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0x8c05d067 gb_audio_apbridgea_shutdown_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xa78c3a13 gb_audio_apbridgea_start_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xabfdc900 gb_audio_apbridgea_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xca96d5a6 gb_audio_apbridgea_shutdown_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-apbridgea 0xdff4cd9b gb_audio_apbridgea_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x210d8edf gb_audio_gb_set_rx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x21fcc67d gb_audio_gb_deactivate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x24906f8d gb_audio_gb_set_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x2a2b771d gb_audio_gb_get_topology +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x41b4ae4f gb_audio_gb_activate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x465b47e9 gb_audio_gb_set_tx_data_size +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x71c914a1 gb_audio_gb_set_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x736470d8 gb_audio_gb_disable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0x95790a63 gb_audio_gb_deactivate_rx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xc74a9e67 gb_audio_gb_enable_widget +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xcedf0cf6 gb_audio_gb_get_pcm +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xe05ddbaf gb_audio_gb_get_control +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-gb 0xf5316251 gb_audio_gb_activate_tx +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x19e9e6b1 gb_audio_manager_remove_all +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x32e6391e gb_audio_manager_remove +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x48516cf3 gb_audio_manager_get_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x5a108b0f gb_audio_manager_add +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x79eef2f8 gb_audio_manager_dump_all +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0x9f2c02ae gb_audio_manager_put_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-audio-manager 0xaeac8ca2 gb_audio_manager_dump_module +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0x0e516b06 gb_gbphy_register_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-gbphy 0xa0b9ef4c gb_gbphy_deregister_driver +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0x0073a109 gb_spilib_master_init +EXPORT_SYMBOL_GPL drivers/staging/greybus/gb-spilib 0xd60f7b11 gb_spilib_master_exit +EXPORT_SYMBOL_GPL drivers/staging/iio/addac/adt7316 0x39e1a757 adt7316_pm_ops +EXPORT_SYMBOL_GPL drivers/staging/media/av7110/sp8870 0x4901a0d1 sp8870_attach +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x2c534d14 target_wait_for_cmds +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x5cc70fce target_submit +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x7b99d123 target_stop_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x96b379b3 target_free_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xa2f24f36 target_init_cmd +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xaf4ca84f target_alloc_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xb3e7800d target_queue_submission +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xf0452cd1 target_submit_prep +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x01d23ee1 tb_property_create_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x16f9fc15 tb_xdomain_enable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x23b039ab tb_xdomain_release_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x30b1c502 tb_service_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x35aa9ba1 tb_ring_alloc_tx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x393b4f2f tb_property_free_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x3a1d72e4 tb_xdomain_request +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x3dd7b51f tb_ring_poll_complete +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x47e0e28a tb_ring_start +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4e5064a7 tb_property_find +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4e64bdfd tb_register_protocol_handler +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x4fd4d23f tb_register_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x5c9fa9ef tb_xdomain_alloc_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x603249ed tb_unregister_property_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x658e3d97 tb_property_add_immediate +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x6d5dfdef tb_xdomain_find_by_uuid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x73ad2acb tb_property_get_next +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x785eb82c tb_property_remove +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x86306e46 tb_xdomain_release_in_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8b62f95e tb_property_add_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x8c608d20 tb_xdomain_alloc_out_hopid +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0x9bb9f436 tb_ring_free +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa3d2b403 tb_property_add_data +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xa6bfbe17 tb_xdomain_response +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xacde356c tb_ring_alloc_rx +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb0104c7b tb_unregister_service_driver +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb3a29a89 tb_ring_stop +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xb7c7cdce tb_property_add_text +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xbd8b4589 tb_xdomain_lane_bonding_disable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xce3a8164 tb_xdomain_find_by_route +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xd646dbd4 __tb_ring_enqueue +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xdeee2f37 tb_xdomain_type +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xef36b866 tb_ring_poll +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xefa9207c tb_xdomain_lane_bonding_enable +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf1cfd1ff tb_register_property_dir +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf62d211e tb_xdomain_disable_paths +EXPORT_SYMBOL_GPL drivers/thunderbolt/thunderbolt 0xf76028c7 tb_unregister_protocol_handler +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x0a789161 ufshcd_dump_regs +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x0c52ba4c ufshcd_dme_get_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x10177663 ufshcd_fixup_dev_quirks +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x1a8ed64a ufshcd_uic_hibern8_exit +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x1b9a02c0 ufshcd_get_vreg +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x3339a0e3 ufshcd_mcq_enable_esi +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x360b5c2a ufshcd_system_restore +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x36b1e370 ufshcd_remove +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x4ee45d66 ufshcd_link_recovery +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x4f50b040 ufshcd_init +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x547c8c20 ufshcd_uic_hibern8_enter +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x5757c637 ufshcd_dme_configure_adapt +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x5979c6f5 ufshcd_system_thaw +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x59855eef __ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x5a00ea13 ufshcd_hold +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x67cedef0 ufshcd_hba_enable +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x69a86b80 ufshcd_resume_complete +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x723b1abf ufshcd_delay_us +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x7351ef78 ufshcd_dme_set_attr +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x76829c2b ufshcd_mcq_write_cqis +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x79fc33eb ufshcd_uic_change_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x8736019c ufshcd_dealloc_host +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x8939e152 ufshcd_suspend_prepare +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x8d388f8e ufshcd_auto_hibern8_update +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x918676e9 ufshcd_mcq_poll_cqe_lock +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0x97dd8682 ufshcd_system_freeze +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xb14adf7d ufshcd_make_hba_operational +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xb2658432 ufshcd_clkgate_delay_set +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xb4f0fe76 ufshcd_config_pwr_mode +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xb711548d ufshcd_hba_stop +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xea653424 ufshcd_release +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xf59964eb ufshcd_update_evt_hist +EXPORT_SYMBOL_GPL drivers/ufs/core/ufshcd-core 0xf7abee5c ufshcd_mcq_config_esi +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x0228b721 ufshcd_pltfrm_init +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x54c946de ufshcd_init_pwr_dev_param +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x6c90dab6 ufshcd_populate_vreg +EXPORT_SYMBOL_GPL drivers/ufs/host/ufshcd-pltfrm 0x7a0460ff ufshcd_get_pwr_dev_param +EXPORT_SYMBOL_GPL drivers/uio/uio 0x10f741ef __devm_uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0x60b13cfa uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0x72ebc995 uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0x89f4e21a __uio_register_device +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0x70ca3d97 usbatm_usb_disconnect +EXPORT_SYMBOL_GPL drivers/usb/atm/usbatm 0xbed660a9 usbatm_usb_probe +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x034ae828 cdns_suspend +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x1ce95c75 cdns_clear_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x20a952e9 cdns_resume +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x38673741 cdns_set_active +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x4eab2cc0 cdns_drd_gadget_off +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x9cb9662f cdns_remove +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0x9daf9540 cdns_drd_gadget_on +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xae172cae cdns_init +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xd9fa62a9 cdns_set_vbus +EXPORT_SYMBOL_GPL drivers/usb/cdns3/cdns-usb-common 0xe9e46796 cdns_power_is_lost +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x58791799 ci_hdrc_query_available_role +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0x87003b7e ci_hdrc_add_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xa24f3f9d ci_hdrc_remove_device +EXPORT_SYMBOL_GPL drivers/usb/chipidea/ci_hdrc 0xa4d1b0d6 hw_phymode_configure +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x34df7f46 imx_usbmisc_charger_detection +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0x847f672c imx_usbmisc_suspend +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xa1cd6e58 imx_usbmisc_init +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xb24b797f imx_usbmisc_hsic_set_connect +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xb911b17a imx_usbmisc_resume +EXPORT_SYMBOL_GPL drivers/usb/chipidea/usbmisc_imx 0xd7731f0f imx_usbmisc_init_post +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x1c4df9bd ulpi_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x46b1affb ulpi_unregister_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x7ab8c88c ulpi_register_interface +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0x884c432e __ulpi_register_driver +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xd5c1673a ulpi_read +EXPORT_SYMBOL_GPL drivers/usb/common/ulpi 0xe2596316 ulpi_write +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x10bc0b8c u_audio_get_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x1110ffb9 u_audio_start_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x1e4ee353 u_audio_set_mute +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x25024593 u_audio_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x28ae8243 u_audio_set_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x5d370e78 g_audio_setup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x61477704 u_audio_set_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x7f0fbb95 u_audio_stop_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x892a87bc u_audio_stop_playback +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0x975702d7 u_audio_start_capture +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xbf3574ba u_audio_get_playback_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xc21ae069 u_audio_set_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xd203be80 g_audio_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xdd026489 u_audio_get_volume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_audio 0xfce947ad u_audio_get_capture_srate +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x13d3010f gether_setup_name_default +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x1ac522ca gether_set_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x281e270e gether_set_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x3035594d gether_setup_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x42473c68 gether_get_host_addr_cdc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x53f428c8 gether_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x5561d9fa gether_register_netdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x62f23f69 gether_resume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x8878cfa6 gether_cleanup +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x8a51f798 gether_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x8cc0a5dd gether_set_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0x958cb1e0 gether_get_qmult +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xa1229368 gether_get_dev_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xa76fb89b gether_set_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xaed024fe gether_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xcd0c13f2 gether_set_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xcdf532bd gether_get_ifname +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xf73b7f4c gether_get_host_addr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_ether 0xfd5d7a15 gether_get_host_addr_u8 +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x33bfdca2 gserial_alloc_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x506f8035 gserial_suspend +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x5f820894 gserial_resume +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x60db48f5 gserial_get_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0x77268a68 gs_free_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xb6652875 gserial_free_line +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xc0a01527 gserial_set_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xe89dc424 gserial_alloc_line_no_console +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xefbeac69 gserial_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xf6986566 gserial_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/u_serial 0xfb78a286 gs_alloc_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0x1f1383f6 ffs_lock +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0xb8f1f494 ffs_single_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_fs 0xfb621ca5 ffs_name_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x05c253ab fsg_store_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x141fce2a fsg_common_remove_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x16699ffe fsg_lun_fsync_sub +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1710b539 fsg_fs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x1ccb58f7 fsg_common_set_num_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x2933ee1d fsg_ss_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x398778e1 fsg_ss_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x3c6a07d0 fsg_common_create_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x423845e4 fsg_ss_bulk_in_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x46db26bb fsg_common_set_cdev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x47a1af83 fsg_store_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x483ea5b6 fsg_show_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x56344daf fsg_hs_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x56b9ebff fsg_store_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x5f7e89e5 fsg_show_ro +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x6acb4179 fsg_common_set_inquiry_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x7c73aa64 fsg_lun_open +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x7e26d4a5 fsg_common_set_sysfs +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x7ff3e05d fsg_show_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x835b3e8b fsg_store_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x857b6dc2 fsg_hs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x95cffb3e fsg_hs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0x9a0221c7 fsg_common_free_buffers +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa04b926c fsg_common_remove_lun +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa5cae92f fsg_ss_bulk_out_comp_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xa5f99b69 fsg_fs_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xab6c68ac fsg_config_from_params +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xac589fa6 fsg_show_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb1c15663 fsg_store_removable +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb3adf38d store_cdrom_address +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb52ba28a fsg_intf_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xb54d0d95 fsg_fs_bulk_in_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xc18b85c7 fsg_lun_close +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xc9a095f0 fsg_show_nofua +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xcb382ce4 fsg_store_cdrom +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xd1a3e8e0 fsg_common_create_luns +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xdb130222 fsg_show_file +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xf24a46a0 fsg_store_forced_eject +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_mass_storage 0xf4efc0c8 fsg_ss_bulk_out_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x039f935d rndis_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x1d0392be rndis_deregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x34f978ed rndis_uninit +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x3d49676f rndis_set_param_medium +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x5200899e rndis_set_param_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x5a51c2f2 rndis_set_param_vendor +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x6c04f58e rndis_signal_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x86bee3cb rndis_free_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x8e55afc5 rndis_rm_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0x9d6ecc63 rndis_set_host_mac +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xc4c5b78f rndis_add_hdr +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xcf377c04 rndis_borrow_net +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xd2d3e119 rndis_msg_parser +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xe87ce759 rndis_signal_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/function/usb_f_rndis 0xfde3f200 rndis_get_next_response +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x04439ca1 usb_otg_descriptor_alloc +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0c331cf9 usb_string_ids_tab +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x0c589aba usb_validate_langid +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x191b0fbd usb_free_all_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x1fadad46 usb_put_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x246b39bb usb_function_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x24b8849c usb_ep_autoconfig_ss +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2a5ab010 alloc_ep_req +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x2e09263f usb_copy_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x332fef0a usb_ep_autoconfig_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x38df5a3b usb_get_function_instance +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x3b03d419 usb_ep_autoconfig +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x4beb505d usb_gadget_get_string +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x520735dd usb_interface_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x571a18ce usb_composite_unregister +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x585cab06 usb_function_activate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5a2a70ed usb_function_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x5b282e16 usb_string_id +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x62692b61 unregister_gadget_item +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x6b6f79a0 usb_assign_descriptors +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7148ceb2 usb_ep_autoconfig_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x7f1070e4 usb_string_ids_n +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x85d40f7f usb_composite_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x8a76930e usb_gstrings_attach +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x902b783a usb_get_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9b6a0347 usb_put_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9c5b20ef usb_composite_overwrite_options +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0x9fd232aa usb_function_register +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xa03ea514 usb_otg_descriptor_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xce78aef4 usb_add_config_only +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd2ea2134 usb_descriptor_fillbuf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xd7be48e4 usb_add_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xdbdbf85c config_ep_by_speed +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe2b79719 usb_composite_setup_continue +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xe4a7c853 config_ep_by_speed_and_alt +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf06feff2 usb_func_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf474a207 usb_gadget_config_buf +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xf9bd8d49 usb_add_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/libcomposite 0xff330016 usb_remove_function +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x3aa73c3f udc_enable_dev_setup_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x430b8c8b free_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x47895d15 empty_req_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x4b0b9fa5 gadget_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x5681bf76 udc_probe +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x5d01d078 udc_irq +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x90017ec4 udc_mask_unused_interrupts +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x9af0cfdd udc_basic_init +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0x9d8151ea init_dma_pools +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/snps_udc_core 0xc6ec6db9 udc_remove +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x004c6380 usb_ep_fifo_flush +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x0f196021 usb_add_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x1146fb6f usb_gadget_set_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2279d391 usb_gadget_map_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x260073a1 usb_gadget_ep_match_desc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2af38e5f usb_ep_free_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2c53cadb usb_ep_disable +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x2f15cc85 usb_gadget_unmap_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x32db8c0d usb_gadget_register_driver_owner +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x37a57197 usb_gadget_vbus_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x37d218a1 usb_udc_vbus_handler +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x385ff0a7 usb_initialize_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x3ea59b5d usb_ep_alloc_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x405d007d usb_ep_set_wedge +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x41445602 usb_gadget_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x473f1180 usb_gadget_frame_number +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x4902dba7 usb_gadget_set_state +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x4fa2450c usb_ep_dequeue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x50b88f41 usb_get_gadget_udc_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x54d10a34 usb_gadget_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x66dee350 usb_gadget_vbus_disconnect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x6a3d764f usb_gadget_connect +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x6a509651 usb_gadget_unmap_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x6ecff88f usb_gadget_clear_selfpowered +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x707fb0bf usb_add_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x74e312e2 usb_del_gadget +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x784d9a58 usb_ep_enable +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x79c3b872 usb_ep_fifo_status +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x9231daa4 usb_del_gadget_udc +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x93d5fdc4 usb_gadget_giveback_request +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0x97d15cf9 usb_gadget_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xac5667d9 usb_ep_queue +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xae24cc2c usb_gadget_map_request_by_dev +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xbb8d7052 usb_gadget_check_config +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xbee6af28 usb_ep_set_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc3d4d06b usb_ep_set_maxpacket_limit +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc44bb1f0 usb_gadget_deactivate +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc8ac2c4f usb_ep_clear_halt +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xc9aa9842 usb_gadget_set_remote_wakeup +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xcb8cd56d usb_add_gadget_udc_release +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xe1d29336 gadget_find_ep_by_name +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xe2a55486 usb_gadget_udc_reset +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xf08e784c usb_gadget_vbus_draw +EXPORT_SYMBOL_GPL drivers/usb/gadget/udc/udc-core 0xfae472f5 usb_gadget_activate +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-pci-renesas 0xd7dba737 renesas_xhci_check_request_fw +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0x54a98790 xhci_plat_remove +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0x5cb377a2 xhci_plat_probe +EXPORT_SYMBOL_GPL drivers/usb/host/xhci-plat-hcd 0xe407f662 xhci_plat_pm_ops +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x9be31c56 ezusb_fx1_set_reset +EXPORT_SYMBOL_GPL drivers/usb/misc/ezusb 0x9d7fe58c ezusb_fx1_ihex_firmware_download +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x055b8303 musb_set_peripheral +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x09492220 musb_mailbox +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x0b4a8834 musb_writeb +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x2734197f musb_readb +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x57f8d8f9 musb_root_disconnect +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x669594ad musb_clearw +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x6af8c6dc musb_writel +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x719a5e41 musb_readw +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0x74376a08 musb_set_host +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xade3e56c musb_writew +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xbeb4c115 musb_get_mode +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xd47897f4 musb_interrupt +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xe59efb0e musb_clearb +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xf0f95e51 musb_readl +EXPORT_SYMBOL_GPL drivers/usb/musb/musb_hdrc 0xf5024de5 musb_queue_resume_work +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x162e3c79 usb_phy_generic_register +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x4a21ff19 usb_phy_gen_create_phy +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x60f2b30d usb_phy_generic_unregister +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0x9c09220b usb_gen_phy_shutdown +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-generic 0xa8fb2385 usb_gen_phy_init +EXPORT_SYMBOL_GPL drivers/usb/phy/phy-isp1301 0x3f15cf9b isp1301_get_client +EXPORT_SYMBOL_GPL drivers/usb/serial/usb_wwan 0xe0a8898b usb_wwan_port_probe +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x04146a7d usb_serial_generic_write_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x0892d1ac usb_serial_generic_write +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x241fc081 usb_serial_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x2eed682c usb_serial_generic_chars_in_buffer +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x342a6f2f usb_serial_generic_resume +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x395ccd2b usb_serial_generic_throttle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x43a53d30 usb_serial_generic_open +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x59a523e1 usb_serial_generic_unthrottle +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x61a4f07c usb_serial_generic_wait_until_sent +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x72855273 usb_serial_port_softint +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x91f9ea14 usb_serial_generic_write_start +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0x94799436 usb_serial_deregister_drivers +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xafcd93c3 usb_serial_generic_process_read_urb +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xb381a68a usb_serial_generic_submit_read_urbs +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xbf35de2d usb_serial_generic_read_bulk_callback +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xe1194e72 usb_serial_generic_get_icount +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xe16ea00a usb_serial_generic_tiocmiwait +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xe272797f usb_serial_generic_close +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xef807126 usb_serial_claim_interface +EXPORT_SYMBOL_GPL drivers/usb/serial/usbserial 0xf8f0760f usb_serial_register_drivers +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0x86e875df dp_altmode_probe +EXPORT_SYMBOL_GPL drivers/usb/typec/altmodes/typec_displayport 0xfc533d38 dp_altmode_remove +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x435bc56f tcpci_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0x6f497a3c tcpci_irq +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0xbe111953 tcpci_get_tcpm_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpci 0xc529e32e tcpci_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x10ec6d2d tcpm_sink_frs +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x3b84657b tcpm_pd_transmit_complete +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x76eeda4b tcpm_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0x9e0bd753 tcpm_pd_hard_reset +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xb3d607e4 tcpm_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xb655342c tcpm_pd_receive +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xc37b9769 tcpm_cc_change +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xceb50012 tcpm_vbus_change +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xd680581d tcpm_port_clean +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xda86a83d tcpm_port_is_toggling +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xea220941 tcpm_tcpc_reset +EXPORT_SYMBOL_GPL drivers/usb/typec/tcpm/tcpm 0xeb779665 tcpm_sourcing_vbus +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0162fede typec_cable_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0303fc25 typec_mux_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x05113df0 usb_power_delivery_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x084adda0 typec_set_mode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0a1f4747 usb_power_delivery_register_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0c6808f7 typec_cable_is_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x0fa31557 typec_altmode_vdm +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x16802d87 typec_cable_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1bfe3536 typec_retimer_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1ca99726 fwnode_typec_retimer_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x1cea32f9 typec_port_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2074c7b4 typec_mux_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x20cd1c12 typec_port_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x23792fb1 usb_power_delivery_unregister_capabilities +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2b75b133 typec_altmode_update_active +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x2d1e301d typec_find_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x31e39fe8 typec_cable_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x35ec435c typec_partner_set_identity +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x405918c2 typec_unregister_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x450033be typec_unregister_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x490704f0 usb_power_delivery_link_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x4c8afa75 typec_port_register_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x56cb6c65 typec_match_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x5d4bd3fd typec_register_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x63bc480e typec_altmode2port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6b3d9465 typec_mux_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x6c556a36 typec_plug_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x701af28c typec_set_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7062e4d5 usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x73d17f57 typec_altmode_get_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x767e828d typec_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x77b63f30 typec_partner_set_usb_power_delivery +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x7fbc8c21 typec_partner_set_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x81c2926f typec_get_negotiated_svdm_version +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x82f6c7e9 typec_altmode_unregister_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x83705b90 typec_register_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x86521d45 typec_switch_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x89f91332 typec_altmode_put_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x8d01404b typec_unregister_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9049491e typec_find_port_data_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9383055f typec_register_port +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x94b972b5 __typec_altmode_register_driver +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x99b2b7a5 typec_retimer_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9b0d9939 typec_retimer_put +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0x9ec4888b typec_unregister_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa06f409c typec_altmode_attention +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa254de98 typec_find_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa72c37cf typec_altmode_get_plug +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa97006ed typec_get_fw_cap +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xa9dfa5c2 typec_altmode_notify +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xaa0910d9 typec_mux_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xae0a00d8 typec_switch_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xaef9c47e typec_switch_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xb0268935 typec_set_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbb7970ef typec_partner_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xbd5cdc99 usb_power_delivery_unlink_device +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc1c493ee typec_mux_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xc95eb21b typec_switch_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xca39f5d9 typec_partner_set_pd_revision +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xca6f22e2 typec_retimer_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xcc8316d1 typec_register_partner +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xcf04018e typec_partner_usb_power_delivery_register +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd289d0d7 typec_set_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd2fa1286 typec_switch_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xd71d7b7e typec_altmode_enter +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xdb7a0e51 typec_partner_set_num_altmodes +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xdd9267c4 fwnode_typec_switch_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe30d93d5 fwnode_typec_mux_get +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe57cc0c6 typec_altmode_exit +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xe777d4aa typec_set_vconn_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xeafc1eb8 typec_find_port_power_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xec52cd7e typec_get_orientation +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xef145d55 typec_retimer_set +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf1234a8b typec_find_pwr_opmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf2a5eb42 typec_plug_register_altmode +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf431fe7c typec_switch_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf5936b03 typec_set_pwr_role +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xf890fb77 typec_unregister_cable +EXPORT_SYMBOL_GPL drivers/usb/typec/typec 0xfc8df340 typec_mux_put +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x4fdc2dc4 ucsi_destroy +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x56cf6c57 ucsi_register +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x59ff50f0 ucsi_resume +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x62344319 ucsi_set_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x76233cb7 ucsi_create +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0x8197dba6 ucsi_get_drvdata +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xb6362f93 ucsi_unregister +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xd938ee5d ucsi_connector_change +EXPORT_SYMBOL_GPL drivers/usb/typec/ucsi/typec_ucsi 0xfc3a6c6e ucsi_send_command +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x09fe6618 dev_attr_usbip_debug +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x14477ed7 usbip_in_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x56752ff2 usbip_start_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x63dc5cee usbip_pad_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x73dcfcc4 usbip_dump_urb +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0x78b72f44 usbip_debug_flag +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xa49a7891 usbip_recv +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xa584999a usbip_event_happened +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xb3a5feab usbip_stop_eh +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xb7234b74 usbip_recv_iso +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xb9e4b869 usbip_pack_pdu +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xbd171573 usbip_recv_xbuff +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xd02753dc usbip_header_correct_endian +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe1ea0586 usbip_dump_header +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xe7ded2f6 usbip_event_add +EXPORT_SYMBOL_GPL drivers/usb/usbip/usbip-core 0xfde73c71 usbip_alloc_iso_desc_pdu +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x1e7ea0d2 vdpa_mgmtdev_register +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x5fba8bfc vdpa_get_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0x7f2172dc vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xb0f08b2e vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xc170ccaa vdpa_set_config +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xc2b4d4e0 _vdpa_unregister_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xcc73a08a _vdpa_register_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xcf538ce7 __vdpa_register_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xd8e3c8dd vdpa_mgmtdev_unregister +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xe00dd8f7 vdpa_unregister_driver +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa 0xf2f420c1 __vdpa_alloc_device +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0x4c30dbb8 vdpasim_create +EXPORT_SYMBOL_GPL drivers/vdpa/vdpa_sim/vdpa_sim 0x5e726f76 vdpasim_schedule_work +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x004a8975 vfio_pci_core_aer_err_detected +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x028e3799 vfio_pci_core_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x06241c57 vfio_pci_core_mmap +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x0b2dcbe6 vfio_pci_core_disable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x26542c6b vfio_pci_core_init_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x2e6828bf vfio_pci_core_request +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x37c10f88 vfio_pci_core_write +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x3fb804bb vfio_pci_core_unregister_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x427019f9 vfio_pci_core_ioctl_feature +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x473556cb vfio_pci_core_err_handlers +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x4cf699b8 vfio_pci_core_set_params +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x57be85ef vfio_pci_core_release_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x6b3d90e9 vfio_pci_core_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x90d8d09c vfio_pci_core_register_dev_region +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xa3d969e3 vfio_pci_core_register_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xaba649fd vfio_pci_core_sriov_configure +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xe2bed1b1 vfio_pci_core_match +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xfa171b95 vfio_pci_core_finish_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xfa714197 vfio_pci_core_read +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xfb4181c9 vfio_pci_core_close_device +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x104f51e9 vfio_unregister_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x125bb06a vfio_file_iommu_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x180a352d vfio_iommufd_physical_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x1f9283f3 vfio_virqfd_enable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x440674f3 vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x55efb640 vfio_iommufd_emulated_attach_ioas +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x569ce7cf vfio_virqfd_disable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x56bab07b _vfio_alloc_device +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x5f135d73 vfio_file_enforced_coherent +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x60a634c4 vfio_info_cap_add +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x6a1a7bed vfio_iommufd_emulated_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x6b1087aa vfio_file_has_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7447d182 vfio_iommufd_physical_bind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x76239a7f vfio_mig_get_next_state +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7ae1426d vfio_device_set_open_count +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7bab2185 vfio_file_is_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7d2ed4c3 iova_bitmap_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x7e47f4c6 vfio_assign_device_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xb01680a7 vfio_register_emulated_iommu_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xb5b0bad0 vfio_iommufd_physical_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xd4635e36 vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xe24e004d vfio_iommufd_emulated_unbind +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xe66dcd90 vfio_file_set_kvm +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xfdbaac76 vfio_register_group_dev +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x1c2120d2 vhost_enqueue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x26481a6a vhost_vq_init_access +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x2b249767 vhost_dequeue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x30582ab2 vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x33a6ebaf vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x46d35212 vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4a07beca vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x4b86a590 vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x51f960dc vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x61c9a0f9 vhost_exceeds_weight +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x697a7b76 vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6f58acd4 vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x74055c13 vhost_vq_has_work +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x74aaefb3 vhost_dev_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x89f151b6 vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8d323232 vhost_set_backend_features +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x8fdba2cd vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x90644d2c vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9708cd2c vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa1a39c18 vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa3b65e73 vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa909cfc5 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb7e2e772 vhost_clear_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xbfb5559e vq_meta_prefetch +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc119c2ee vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc3558cf8 vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc4622559 vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc7f74881 vhost_vq_is_setup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xcaaa21b4 vhost_vq_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xcb494396 vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xccb96191 vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd3b13af1 vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xd7637032 vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xdc31bdfb vhost_vq_avail_empty +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe0435d30 vhost_worker_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe2c9852a vhost_chr_read_iter +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe47f1fea vhost_vq_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe6218257 vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xed688386 vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf81c046f vhost_new_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf84de278 vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfb370452 vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfd2b3e45 vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xff774417 vhost_init_device_iotlb +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x38ff875f vhost_iotlb_add_range +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x5f4e5249 vhost_iotlb_reset +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x69e872f9 vhost_iotlb_itree_first +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x6bec0e66 vhost_iotlb_del_range +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x83be64b9 vhost_iotlb_itree_next +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x885512a2 vhost_iotlb_add_range_ctx +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x8a7d8ee9 vhost_iotlb_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xa24517eb vhost_iotlb_free +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xc577832d vhost_iotlb_alloc +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xf9deb0db vhost_iotlb_map_free +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x28ae19ab ili9320_probe_spi +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x2e565e63 ili9320_remove +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x58022247 ili9320_suspend +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x8f55a38b ili9320_write_regs +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0x90f3885c ili9320_shutdown +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xa68e6f74 ili9320_resume +EXPORT_SYMBOL_GPL drivers/video/backlight/ili9320 0xba504245 ili9320_write +EXPORT_SYMBOL_GPL drivers/video/fbdev/core/fb_ddc 0xa3f8a25b fb_ddc_read +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x1eeb7a4f sis_free_new +EXPORT_SYMBOL_GPL drivers/video/fbdev/sis/sisfb 0x726706cf sis_malloc_new +EXPORT_SYMBOL_GPL drivers/w1/wire 0x32f20c30 w1_read_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x3990328d w1_touch_bit +EXPORT_SYMBOL_GPL drivers/w1/wire 0x5aeeefee w1_reset_resume_command +EXPORT_SYMBOL_GPL drivers/w1/wire 0x63757e92 w1_calc_crc8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0x6f822a66 w1_next_pullup +EXPORT_SYMBOL_GPL drivers/w1/wire 0x71b3f11c w1_write_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0x8e28ffb8 w1_reset_select_slave +EXPORT_SYMBOL_GPL drivers/w1/wire 0xb2bd3247 w1_triplet +EXPORT_SYMBOL_GPL drivers/w1/wire 0xb5e65b90 w1_write_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0xc9849ee7 w1_touch_block +EXPORT_SYMBOL_GPL drivers/w1/wire 0xe23627a2 w1_read_8 +EXPORT_SYMBOL_GPL drivers/w1/wire 0xfeddb71b w1_reset_bus +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x4b62826c dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x4e17b616 dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x7ba3f36a dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x8a6c5f1b dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xbafe2d4b dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcd224e1d dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x1379231a nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x16794274 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x44d40496 lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x51329152 nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9cbde0a0 nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xa2f405e8 nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xbc622983 nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xec049c68 nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xffcaa573 nlmclnt_rpc_clnt +EXPORT_SYMBOL_GPL fs/netfs/netfs 0xa6e3c2dc netfs_extract_user_iter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0294c6a2 nfs_callback_nr_threads +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x02ae8b18 nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x03eacb8c nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x045d79cc nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x04bf1fa6 nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x08b855e2 nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0aea6ca2 nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0d2e9a23 register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10962bc2 nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x132e0c4e nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x164b8196 nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x16d4b9dc nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1898da2d nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1bc429a1 nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1c844d2e nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1c9bcdad get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1d05f7a6 nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1da77e90 nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1e2fbe25 __traceiter_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x212fc434 nfs_check_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x225a6d62 nfs_free_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22d795a8 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x289c3ee6 nfs_release_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x29086fa3 __tracepoint_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x309faa41 nfs_writeback_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x311c0927 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x33b23a09 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x34566b51 __tracepoint_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x348c1c7c nfs_file_fsync +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x371ec915 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3c30b7dc nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3c977828 nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3e9c3a96 nfs_client_init_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40464f01 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40739385 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x43a74f39 nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x43ad3c00 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x44922b63 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x45697c18 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4ae7d7a2 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x546ee0d6 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x55badd86 nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x584b8482 nfs_inc_attr_generation_counter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x58fd627d nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x59996c9a nfs_get_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5ce14086 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5d0ef60d nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5ecb543d nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x64e8181b nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x66cb2dd1 nfs_sysfs_add_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6757d5da nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x67cee2e6 nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x67d4a7e6 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6df6cbc1 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e81f032 __SCK__tp_func_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7235eab0 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x732d1a75 nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x732efe58 nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73dff4c0 __SCK__tp_func_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7a30e142 nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7e202e89 __tracepoint_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7e4e2cc2 nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7f134558 nfs_client_init_is_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7f50e42c unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x80f92214 nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8145eac3 nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x83345e51 nfs_add_or_obtain +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x83eee354 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8459ce5e nfs_sysfs_link_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8499de4f nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x86d83396 nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8715b388 nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x87f8d5a8 nfs_client_for_each_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8a5d6348 nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8a9e5b09 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8b47cc34 nfs_try_get_tree +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8bdd1b70 nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8c9faa5f nfs_scan_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90510d9c nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a50af1 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x92c9f5e6 nfs_reconfigure +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x95007f7e __SCK__tp_func_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x952700d2 nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x975faaa0 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x97c8cf68 nfs_filemap_write_and_wait_range +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b0ece8 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x997d3b33 nfs_wait_on_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9dd2c772 nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa0ed7026 nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa3557ff8 nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa3cfc02f nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa563e71c nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa7b84a5c put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaa2afc03 __traceiter_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaafd4acc max_session_cb_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xad3447a6 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb0b86cc0 nfs_clear_verifier_delegated +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb21d93df nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb28e1721 nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb5cfbc37 nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb9c707db nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbace7d15 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbbd79e2f nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbcc60c8d __tracepoint_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbd56b9e3 nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbe6cd322 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbea4e913 nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbf2d4a60 nfs_alloc_fattr_with_label +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc1983906 nfs_set_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc222f9fc nfs_commit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc34b6627 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3981275 nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3a2be67 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6c8b8f1 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc796bf85 nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc907f15d nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc91895de nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc956e3b2 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xce0e6426 nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xceff600c nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcfef2d17 nfs_d_prune_case_insensitive_aliases +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd1c51046 __traceiter_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd1f418a2 nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd2a227a5 nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd638e330 nfs_access_get_cached +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd90ec871 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdd3eb8cf nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xddd1a25c nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xde808ca1 nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe05d74f4 nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe0ad35ac nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe281429b nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe4f3f641 nfs_pgio_current_mirror +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe52349f3 nfs_set_verifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe6a2f9c0 nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe6b8515e nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe70e5087 nfs_sync_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe8116cf8 nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe876a692 alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe93d56e6 nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe9c0e79d nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xec9db075 nfs_pageio_resend +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeeab3543 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xeefa736b nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xef5f3a61 nfs_put_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xef987307 nfs_read_alloc_scratch +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf0489d9d nfs_async_iocounter_wait +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf1106311 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf239ac51 nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf3aa3ad6 __traceiter_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf5c10c4d nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf90468c7 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf96f04c4 __SCK__tp_func_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfd6e38c4 nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfe028320 nfs_probe_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xff2022b9 nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xff2379d2 nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xff59147b nfs_request_add_commit_list_locked +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xff68c623 nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0x6f3a61a6 nfs3_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x01c984a8 nfs4_pnfs_ds_connect +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x02da1276 __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x04f6b5aa pnfs_add_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x054bef45 layoutstats_timer +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x07cb739d __traceiter_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x08b2c467 __SCK__tp_func_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0bd06bd1 __tracepoint_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0d381e90 __tracepoint_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0d78065f nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0d9e21bf pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0ff289f3 __SCK__tp_func_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x13252593 __traceiter_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1487898f pnfs_generic_ds_cinfo_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x169c41a9 nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1871a767 pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x18b41178 __tracepoint_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x19a50e81 pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1a18dbd8 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1d57c82c __tracepoint_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1da182c6 __traceiter_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x20eff510 pnfs_free_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x211be382 __traceiter_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2174b794 __tracepoint_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x23b5f8e5 nfs4_decode_mp_ds_addr +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x24471411 nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x25b1a310 nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x27ad47ea __SCK__tp_func_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2d419e89 nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2f1e21ba __tracepoint_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x30a44ac3 __SCK__tp_func_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x30ec75bf pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3174ae2f __traceiter_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x370178e2 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3c71ed0f nfs4_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3e7e607a pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3fa489c5 pnfs_generic_write_commit_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x467381a7 nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x48b7cd4c pnfs_generic_pg_check_range +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x4eb277f1 __traceiter_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x533c198f __SCK__tp_func_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x54dbfc2f nfs4_mark_deviceid_available +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x55047f55 nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x555bb1db __tracepoint_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x579126b8 __SCK__tp_func_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5a4314e9 __SCK__tp_func_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5b266df7 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5f499fcb __traceiter_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6085edbd nfs_map_string_to_numeric +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69d3558d pnfs_generic_rw_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6ce59278 __traceiter_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6e637af7 __tracepoint_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x74b654c5 pnfs_generic_pg_check_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x76201602 pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x76a29a46 pnfs_layoutcommit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x785c06ab __SCK__tp_func_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7a4e7f4e __SCK__tp_func_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7c587dbf nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7cd013a8 __SCK__tp_func_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x802046c5 __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x824b5496 nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8330f948 nfs4_pnfs_ds_put +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x846531b3 pnfs_generic_recover_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x861b184d pnfs_generic_prepare_to_resend_writes +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x89cf9bf3 pnfs_read_resend_pnfs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8abf6536 pnfs_generic_commit_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8be24f50 __tracepoint_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9146fa0e pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x928978d6 pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x939b72c3 pnfs_generic_pg_cleanup +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9a18a317 pnfs_generic_ds_cinfo_release_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9a5cc47f __traceiter_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9aa2a35f pnfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9f0828be nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9f6d60ec nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa2c5d35f pnfs_generic_clear_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa45f0dfa nfs42_proc_layouterror +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa7950ea8 nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xaed35a52 pnfs_generic_scan_commit_lists +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb26c4d50 __traceiter_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb47df92e pnfs_report_layoutstat +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xba53a1ef __SCK__tp_func_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc2b88d23 nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc5818093 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc583bafa nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc6043d13 pnfs_generic_search_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc7a9d954 __SCK__tp_func_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcaa48078 __traceiter_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcc9fe8c8 __traceiter_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd0ca9ded pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd1f8dafe pnfs_nfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd47333c2 __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd5219bf4 nfs4_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd776c0a7 pnfs_generic_layout_insert_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdb394e61 pnfs_alloc_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdd342fa8 __tracepoint_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdf568d23 nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdf6991a4 __SCK__tp_func_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe3267dc5 nfs4_test_session_trunk +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe9b071fe pnfs_layout_mark_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf2d2698d pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf5900eb4 pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf5c965fe nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf7801360 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf82cc1d5 __traceiter_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf840010d pnfs_error_mark_layout_for_return +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf999267e pnfs_generic_commit_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfa8666ab pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfb682a08 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfc7f49b0 nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfdcb246a nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x1c956c62 locks_start_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x1fe1e1ad locks_end_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x81e47a47 opens_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0xe7dbdd1c locks_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xa0d89961 nfsacl_decode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xb3e0084c nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xb755bde8 nfs_stream_encode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xe1cd17e1 nfs_stream_decode_acl +EXPORT_SYMBOL_GPL fs/nfsd/nfsd 0x8ce0e2d4 nfsd4_ssc_init_umount_work +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x04c17948 o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1b48675d o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x20357c06 o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4900035b o2hb_stop_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x58c88ff2 o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x5e95a4b2 o2net_send_message_vec +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x5f9e37b8 o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x6a0c3847 __mlog_printk +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x81a17396 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa4e23cbe o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa941cb47 o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xb6ebf62a o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbd13ee5d o2hb_check_node_heartbeating_no_sem +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc43fd0a6 o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc4d99852 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xce32a0f1 o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd859ac8c o2net_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf1a5611d o2net_unregister_handler_list +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf56c2017 mlog_not_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf982e6db o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xfe1298f3 o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x419e999c dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x4ea26dfb dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x5cb03140 dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7cce35b6 dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7f38811c dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x84ac9242 dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd7ba575e dlm_errmsg +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd8fa57a6 dlm_unregister_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x0a726931 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x0cfd3fc5 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x1475f64b ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x43215a9e ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x534acf87 ocfs2_kset +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x76f40744 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x9507547f ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xa565f427 ocfs2_plock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xaf969565 ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xb978055e ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xc5196999 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xc9fae756 ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xcafdd707 ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xd344e4ee ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xd806a273 ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x43cc3d4b pstore_blk_get_config +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0x6e5924b7 register_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_blk 0xd715fc62 unregister_pstore_device +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0x07a047ed unregister_pstore_zone +EXPORT_SYMBOL_GPL fs/pstore/pstore_zone 0xde7faee5 register_pstore_zone +EXPORT_SYMBOL_GPL fs/smb/common/cifs_arc4 0xabd9af6d cifs_arc4_crypt +EXPORT_SYMBOL_GPL fs/smb/common/cifs_arc4 0xc4c73891 cifs_arc4_setkey +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0x798f3830 cifs_md4_init +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0xceecd9e4 cifs_md4_final +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0xdef1096d cifs_md4_update +EXPORT_SYMBOL_GPL lib/842/842_compress 0xcf048a91 sw842_compress +EXPORT_SYMBOL_GPL lib/842/842_decompress 0xa4adedf1 sw842_decompress +EXPORT_SYMBOL_GPL lib/bch 0x0c303f52 bch_encode +EXPORT_SYMBOL_GPL lib/bch 0x0d3e3481 bch_free +EXPORT_SYMBOL_GPL lib/bch 0x1a267fa8 bch_init +EXPORT_SYMBOL_GPL lib/bch 0x860a2eab bch_decode +EXPORT_SYMBOL_GPL lib/crc4 0x696b3a5a crc4 +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x0105b595 des_encrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x574eda34 des3_ede_decrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x856a5ef3 des3_ede_encrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa6aa9857 des_decrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa77b3b62 des3_ede_expand_key +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa8fb743d des_expand_key +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0x31d4e581 poly1305_init_generic +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0xd7219de2 poly1305_update_generic +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0xf3945fcd poly1305_final_generic +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x0e4bf21b notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0xe6a6265b notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/polynomial 0xb8b44e50 polynomial_calc +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x1803a6ed raid6_2data_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x804a5b70 raid6_call +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0xe4b051cf raid6_datap_recov +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x1d29b9e1 decode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x561835eb init_rs_non_canonical +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0x63adbf92 encode_rs8 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xa32f3d9e decode_rs16 +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xeb2f825c init_rs_gfp +EXPORT_SYMBOL_GPL lib/reed_solomon/reed_solomon 0xfd581da1 free_rs +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0x0f37a59c lowpan_header_compress +EXPORT_SYMBOL_GPL net/6lowpan/6lowpan 0xbdd84b5f lowpan_header_decompress +EXPORT_SYMBOL_GPL net/802/garp 0x5895d8f7 garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0x72df9576 garp_request_leave +EXPORT_SYMBOL_GPL net/802/garp 0x862aedc9 garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0x872e2ec0 garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xcb840b68 garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0xdb309f6f garp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x3a61e303 mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x4119fea6 mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0x425abe2b mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0x8336c605 mrp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0xc199d59f mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0xc8c9f457 mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/stp 0x17d3ffa8 stp_proto_register +EXPORT_SYMBOL_GPL net/802/stp 0x8fce16a2 stp_proto_unregister +EXPORT_SYMBOL_GPL net/9p/9pnet 0x815ee339 p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/9p/9pnet 0xaa16887d p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/atm/atm 0xb09faf79 register_atmdevice_notifier +EXPORT_SYMBOL_GPL net/atm/atm 0xcfb6a3da unregister_atmdevice_notifier +EXPORT_SYMBOL_GPL net/ax25/ax25 0xac93ae05 ax25_bcast +EXPORT_SYMBOL_GPL net/ax25/ax25 0xaeb7451e ax25_defaddr +EXPORT_SYMBOL_GPL net/ax25/ax25 0xd3473efc ax25_register_pid +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x0d301ffe l2cap_chan_put +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x2c23a7eb l2cap_chan_create +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x95690b58 l2cap_chan_send +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x9a5e9b37 l2cap_add_psm +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0x9a6ff3ef l2cap_chan_connect +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xc959db9e l2cap_chan_set_defaults +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xccefc67c bt_debugfs +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xd2c3dca8 l2cap_chan_del +EXPORT_SYMBOL_GPL net/bluetooth/bluetooth 0xef752dd5 l2cap_chan_list +EXPORT_SYMBOL_GPL net/bridge/bridge 0x02db6576 br_vlan_get_pvid_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0x0f28d2ea br_fdb_find_port +EXPORT_SYMBOL_GPL net/bridge/bridge 0x13c5974a br_fdb_clear_offload +EXPORT_SYMBOL_GPL net/bridge/bridge 0x14bafd5b br_vlan_get_info_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0x188463ac br_forward +EXPORT_SYMBOL_GPL net/bridge/bridge 0x1d62a6ea br_multicast_has_router_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x26b56908 br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x27107a4d br_mst_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x305207f0 br_mst_get_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0x32f36591 br_mst_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x3334978c br_multicast_router +EXPORT_SYMBOL_GPL net/bridge/bridge 0x38433859 br_port_flag_is_set +EXPORT_SYMBOL_GPL net/bridge/bridge 0x4a78b877 br_port_get_stp_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0x4ef75933 br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x626e5837 br_multicast_has_querier_anywhere +EXPORT_SYMBOL_GPL net/bridge/bridge 0x6ee96f6c br_vlan_get_proto +EXPORT_SYMBOL_GPL net/bridge/bridge 0x826426fd br_vlan_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0xabb42efe br_get_ageing_time +EXPORT_SYMBOL_GPL net/bridge/bridge 0xb4104a2c br_vlan_get_pvid +EXPORT_SYMBOL_GPL net/bridge/bridge 0xb43a2920 br_handle_frame_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd25f9c31 br_forward_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0xe0804a8b br_vlan_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0xe685462a br_dev_queue_push_xmit +EXPORT_SYMBOL_GPL net/bridge/bridge 0xefb5140c nf_br_ops +EXPORT_SYMBOL_GPL net/bridge/bridge 0xf1431a7f br_multicast_enabled +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0d65d3a5 inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0e9bf234 dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0x12910efb dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x1704d459 dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0x182ec2bf dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2c235e6c dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2cf95de9 dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3192e7ae dccp_destruct_common +EXPORT_SYMBOL_GPL net/dccp/dccp 0x34f2c33c dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x36bbab50 dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3b5df649 dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4f67b5aa dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x54c5f057 dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7132cad4 dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0x717045f6 dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0x75ae6ab1 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x7be268d3 dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x80993155 dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x80b06fc1 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9bdf94d2 dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9f2ba997 dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa06c5587 dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa9efa4dc dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0xaba9f541 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0xac70683b dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb6b6f013 dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb879e788 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbd7d9478 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0xc37cff5f dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0xcaf9961a dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0xcf0801f1 dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd75b7072 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd90d31f7 dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xdebfb2e7 dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xe9cefe76 dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xebe4e136 dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf70f9e48 dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x17d4aa5e dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x18096f45 dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x1d292973 dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x636bdd2b dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x9ce8e357 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xecb9b3fb dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x01b0faa1 dsa_slave_dev_check +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0c6039ac dsa_flush_workqueue +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x0e99acf2 dsa_tag_8021q_bridge_leave +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x1d8c4029 dsa_devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x2465bbc7 dsa_devlink_resources_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x3197c32b dsa_tag_drivers_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x3e18b271 dsa_switch_suspend +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x417d1fed dsa_8021q_rx_switch_id +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x41f9b2e0 dsa_switch_resume +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x45ca5090 dsa_tag_8021q_bridge_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x51255066 dsa_devlink_port_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x55c57a36 dsa_tag_drivers_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x6064e6db dsa_tag_8021q_bridge_join +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x609a2e70 dsa_8021q_rcv +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x65ea0b71 dsa_devlink_params_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x77e8cc82 dsa_enqueue_skb +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x7816e167 dsa_devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x797e7752 dsa_tag_8021q_standalone_vid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x86d63b3a dsa_switch_find +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x92c29ef5 dsa_8021q_xmit +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x968f5902 dsa_tag_8021q_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0x9e59271d dsa_8021q_rx_source_port +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xa03e835b dsa_unregister_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb19c8b29 dsa_fdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb20d0953 dsa_register_switch +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb32264ff dsa_mdb_present_in_other_db +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb64759bd dsa_devlink_resource_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb68a37aa dsa_port_phylink_mac_change +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xb9954766 dsa_tag_8021q_unregister +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc23e8d5f dsa_devlink_region_destroy +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc6d834d5 dsa_devlink_params_register +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xc7992e4a dsa_devlink_region_create +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xca2b3ab2 dsa_port_from_netdev +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xd077e855 dsa_devlink_param_get +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xe07ba729 dsa_tag_8021q_find_port_by_vbid +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf13e1803 vid_is_dsa_8021q +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xf7526f4a dsa_switch_shutdown +EXPORT_SYMBOL_GPL net/dsa/dsa_core 0xfd3e2b67 dsa_devlink_param_set +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x0660a77e ieee802154_hdr_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x2a274d03 ieee802154_mac_cmd_pl_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x2df1f9e2 nl802154_scan_done +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x39ec63d6 ieee802154_hdr_peek_addrs +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x5c46ae81 ieee802154_beacon_push +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x75742f83 ieee802154_hdr_pull +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x80580c05 ieee802154_hdr_peek +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x828f4223 nl802154_scan_started +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0x87e2553b ieee802154_max_payload +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xbd42dc20 nl802154_scan_event +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xd55afcf3 nl802154_beaconing_done +EXPORT_SYMBOL_GPL net/ieee802154/ieee802154 0xdb56c7fc ieee802154_mac_cmd_push +EXPORT_SYMBOL_GPL net/ife/ife 0x242481f6 ife_encode +EXPORT_SYMBOL_GPL net/ife/ife 0x6210e871 ife_tlv_meta_next +EXPORT_SYMBOL_GPL net/ife/ife 0x67db2029 ife_tlv_meta_decode +EXPORT_SYMBOL_GPL net/ife/ife 0xcae49473 ife_decode +EXPORT_SYMBOL_GPL net/ife/ife 0xe7888e98 ife_tlv_meta_encode +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x171c0d3a esp_output_tail +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x509e0bc5 esp_input_done2 +EXPORT_SYMBOL_GPL net/ipv4/esp4 0xe19b9e36 esp_output_head +EXPORT_SYMBOL_GPL net/ipv4/gre 0x505199fe gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0xa2bf73a3 gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x050b0606 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x1edf87d5 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x420c74f2 inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x539dbe67 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xa4521e21 inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xb46488e5 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xb56d477f inet_diag_msg_attrs_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xbfc26159 inet_diag_find_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xd3865578 inet_diag_msg_common_fill +EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0xe04e8883 gretap_fb_dev_create +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x020e7bf1 __ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x0b3449f6 ip_tunnel_delete_nets +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x2c34f496 ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x3937cb87 ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x44dc17d9 ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x4647e75b ip_md_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x53753c36 ip_tunnel_siocdevprivate +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x53d9d3c1 ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x62877bdf ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x782088df ip_tunnel_encap_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x7f96c0df ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9f29981c ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xa8064c09 ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xabf6c21f ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xbcdb81e5 ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xe1339fba ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xf7d33065 ip_tunnel_ctl +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x0b295d03 arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x1ca18256 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x8e728dec nf_defrag_ipv4_disable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0xaeff5478 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0x35f1ea38 nf_dup_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x20aeac52 nf_reject_skb_v4_tcp_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x2e258906 nf_reject_ip_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x385a03d0 nf_reject_iphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x70aac68c nf_send_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x7acef435 nf_send_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x8a118867 nf_reject_ip_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xfa728a7d nf_reject_skb_v4_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0xe022f19a nf_sk_lookup_slow_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x0b17579e nf_tproxy_get_sock_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x1acad5d9 nf_tproxy_laddr4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x2781d6f4 nf_tproxy_handle_time_wait4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0xbf532820 nft_fib4_eval_type +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0xd3ed416b nft_fib4_eval +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x02709491 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x25307767 tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x33b8b7fb tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x87e75e6e tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xf8fcb8fc tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x35322ec6 udp_tunnel_push_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x392b69f7 udp_tunnel_drop_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x76ce33a2 udp_tunnel_notify_add_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x7cdc568b udp_tunnel_sock_release +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x8c6f9c77 udp_tunnel_notify_del_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xa45ac527 setup_udp_tunnel_sock +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xb16db29a udp_tun_rx_dst +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xee771ae9 udp_tunnel_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x01b119c1 esp6_input_done2 +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x14b8728f esp6_output_head +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xb19564ad esp6_output_tail +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xac09e1f5 ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xc7e8dc63 ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xc99cc063 ip6_tnl_encap_setup +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x6cf14308 udp_tunnel6_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0x7abf216b udp_sock_create6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0x0add3978 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x009d1977 nf_ct_frag6_gather +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x4b1cc4d0 nf_defrag_ipv6_disable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x4b6d7b8c nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0x505bdacf nf_dup_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x0646e387 nf_reject_ip6_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x179cbe7c nf_send_unreach6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x20aad10e nf_reject_skb_v6_unreach +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x5e257f4a nf_reject_ip6hdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xaad89318 nf_send_reset6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xb4bce81d nf_reject_ip6_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xf833952a nf_reject_skb_v6_tcp_reset +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0x674550f3 nf_sk_lookup_slow_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x1bfa1731 nf_tproxy_handle_time_wait6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x24f1cf63 nf_tproxy_laddr6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xe7efcb01 nf_tproxy_get_sock_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x2d25c997 nft_fib6_eval +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0xafbd1a0d nft_fib6_eval_type +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x1612f333 l2tp_tunnel_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x2b0ce793 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x2f2bcb6f l2tp_session_get_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x444d2a7b l2tp_tunnel_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x487bdca4 l2tp_recv_common +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x56a2e02a l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x612d951a l2tp_tunnel_get_session +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x648573ae l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x7503a248 l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x8df7b711 l2tp_tunnel_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x905314ee l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x92a3b5d1 l2tp_tunnel_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x92c4559e l2tp_sk_to_tunnel +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x933ac2a2 l2tp_tunnel_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9e55ee87 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xb1e5deab l2tp_session_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xbc594f20 l2tp_session_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xbcd4d300 l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc8a872b3 l2tp_session_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xf74798c5 l2tp_session_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xfc4266fe l2tp_session_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_ip 0xe71e5ecc l2tp_ioctl +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x5f6946ef l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x09359bf2 ieee80211_iterate_stations_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x09826e79 ieee80211_set_active_links +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x0e3ca3b9 ieee80211_iterate_active_interfaces_mtx +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x16ad7c5f ieee80211_tkip_add_iv +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1a23dc71 ieee80211_iterate_interfaces +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x1dab0efe ieee80211_set_key_rx_seq +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x405631cb ieee80211_gtk_rekey_add +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x452213ad ieee80211_remain_on_channel_expired +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x583f236e ieee80211_color_change_finish +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x5a3b927b ieee80211_iterate_active_interfaces_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x67147d6d ieee80211_find_sta_by_ifaddr +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x836c7cc8 ieee80211_hw_restart_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x8b441b3e ieee80211_find_sta_by_link_addrs +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x913010f2 ieee80211_resume_disconnect +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9e18334f ieee80211_ready_on_channel +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0x9e1c1431 ieee80211_key_replay +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xab1b4055 ieee80211_iter_chan_contexts_atomic +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xac5f4f1a ieee80211_vif_to_wdev +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xaf9ec841 ieee80211_gtk_rekey_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb00d2a7e ieee80211_calc_rx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb2d0c52c ieee80211_set_active_links_async +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb3ddb96a ieee80211_calc_tx_airtime +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb8976c98 ieee80211_update_mu_groups +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xb9dec492 ieee80211_ave_rssi +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xc3fe1d24 ieee80211_request_smps +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xd004ea88 ieee80211_key_mic_failure +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xe57e7154 wdev_to_ieee80211_vif +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xea67bb6b ieee80211_obss_color_collision_notify +EXPORT_SYMBOL_GPL net/mac80211/mac80211 0xea792270 ieee80211_remove_key +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x8ee316eb nla_get_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x8f9f9bc3 mpls_dev_mtu +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x91dfd077 nla_put_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xaf116dc1 mpls_output_possible +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xcf2e449b mpls_pkt_too_big +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xe8eaa459 mpls_stats_inc_outucastpkts +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x0376a487 ip_set_put_flags +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1160e0fe ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x17096fc3 ip_set_init_comment +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1743d4bd ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x175242ac ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1ae23c3d ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x22d966c6 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x28a18673 ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x32d62fbe ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x40c4be11 ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x414949bc ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x4d5abaf3 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x80611cf0 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9be62b32 ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xbc65cd32 ip_set_match_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xc5723606 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd3b2c77b ip_set_put_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xd4e59e93 ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf065967d ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf232254d ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf3b4d4ae ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x60a1ce09 ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xb3281eb6 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xf07790ec unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xf7c17245 register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x00091dc9 nf_conncount_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x1f0f56d3 nf_conncount_list_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x484a4990 nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x5732ef62 nf_conncount_cache_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x8f3f573a nf_conncount_gc_list +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x92f87b00 nf_conncount_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xbe230c6d nf_conncount_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x028f77b5 nf_conntrack_helpers_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0460ec0f nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bc00f80 nf_nat_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0c835678 nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0cb61fe3 nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0d9dee5b nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x116669bb nf_connlabels_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x171aed8b nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x178e89c4 nf_ct_iterate_cleanup_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1a299dbf nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1e512ae4 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1e99e69a nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1ed39cd6 nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x214f2b60 nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x23c2869d nf_ct_netns_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x246813cc nf_ct_bridge_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x26a723c4 nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x28eff409 nf_conntrack_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x32dc9837 nf_ct_netns_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x341b2dd2 nf_ct_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x37ad47a6 nf_conntrack_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3859691d nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3b284ef6 nf_nat_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3c8ced28 nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3e6d4a38 nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x418503d9 nf_ct_expect_iterate_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x44b67b8a nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x49a90ed7 nf_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x49b56089 nf_ct_skb_network_trim +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4c39e059 nf_ct_handle_fragments +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4e3e7a98 __nf_ct_change_status +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4f2ed187 nf_nat_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x51a9fa66 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x52292ab3 __nf_ct_change_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x54e83812 nf_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x570f5f80 nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5bca8fa5 nf_ct_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5f7b5129 nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6284a8e9 nf_ct_untimeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x667de369 nf_conntrack_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x67b7d9df nf_ct_tmpl_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6a3b605a __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6e5950a5 nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x707cfd25 nf_ct_acct_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x72453383 nf_conn_pernet_ecache +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x752f0aa2 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x879d9127 nf_conntrack_eventmask_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8a66c4fc nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8d1e0c9a nf_ct_add_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8d78a399 nf_ct_change_status_common +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8da43d3e __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8dc1feb5 nf_nat_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8f8ece4a __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x908c5688 nf_connlabels_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x92dc2c0d nf_conntrack_helpers_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9775913f nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x97e7fc26 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9cceb915 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa1790204 nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa3d7afba nf_ct_remove_expect +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa7d7484d __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xab9a102e nf_ct_destroy_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xad94ad69 nf_ct_ecache_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xadce20b4 nf_ct_set_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaddbcae3 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb01c8a93 nf_ct_timeout_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb39356f5 nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb8be7e0f nf_ct_expect_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb9cc2053 nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbe9add7f nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbf6219e5 nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc8056fe6 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc841a44c nf_ct_helper_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xcb3b2db2 nf_ct_tmpl_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xccb8887b nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd202994e nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd505c3e0 nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd55fe6e3 nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd688e2c8 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd8bb9676 nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xe937f971 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xeb493c14 nf_ct_bridge_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec8beba6 nf_ct_expect_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xecf53e00 nf_ct_get_id +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xed28cbfc nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xeebad536 nf_conntrack_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf0550dd3 nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf10217f9 nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf67c3645 nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfa8d0989 nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfd6ed05e nf_ct_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfe0f28c4 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xff40b965 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xff4d4738 nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xffd70ad8 nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0x10871638 nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x453295ce nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0xf988bacf nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x8b526734 get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xfd4dba2f nfct_h323_nat_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0xe4aca5d2 nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xc4061298 nf_nat_pptp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x07e4f190 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x81d27744 nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x9686b4fe ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x9e5dd30d ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xae9dd0a8 ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xb01d844a ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xcd02aa4f ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0xda6ff830 nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x7b789f4d nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x454e19fb nft_fwd_dup_netdev_offload +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0xd577fbef nf_fwd_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0xfc483112 nf_dup_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x010aac92 nf_flow_table_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x048900e8 flow_offload_add +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x064c0c85 flow_offload_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x2175a2e0 flow_offload_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x279fb3c1 nf_flow_dnat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x2fb79174 nf_flow_offload_ip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x351adb6c nf_flow_table_offload_setup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x566d5440 flow_offload_teardown +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x636637eb nf_flow_rule_route_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x699d3f51 flow_offload_refresh +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x6eeee6d3 flow_offload_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x75d528f4 flow_offload_route_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x7627a177 nf_flow_table_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x7e1ddc04 nf_flow_rule_route_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xc08a44ee nf_flow_table_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xd4852691 nf_flow_snat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xe106da3f nf_flow_offload_ipv6_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x07835d89 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x2ec21fe0 nf_nat_exp_find_port +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x36c84b00 nf_nat_masquerade_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3bc17c49 nf_nat_masquerade_inet_register_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x417230b0 nf_nat_redirect_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x59221365 nf_nat_masquerade_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x7572fb46 nf_nat_ipv4_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x7fb5578e nf_nat_inet_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x8870d810 nf_nat_redirect_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x8ab60199 nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x91cd4097 nf_ct_nat +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x97de4ecc nf_nat_ipv6_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x9d386ff1 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa5bc2b02 nf_nat_ipv4_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xa780e21f nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xac69d2b2 nf_nat_ipv6_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb7ec6ed5 nf_nat_inet_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc87032f2 nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xcaf23523 nf_nat_inet_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd9c25654 nf_nat_masquerade_inet_unregister_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x047ef271 nf_synproxy_ipv4_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1a88fdf2 nf_synproxy_ipv4_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1f099794 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8d74581b ipv6_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xadbd0e78 ipv4_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb442b0d5 synproxy_send_client_synack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xbc57ac94 synproxy_recv_client_ack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xca9fc082 synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xd8b5f389 synproxy_recv_client_ack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xe1465682 nf_synproxy_ipv6_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xf5f0b80f synproxy_send_client_synack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xf8120059 synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xffb05901 nf_synproxy_ipv6_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x01a3d271 nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0305e84e nft_chain_validate_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x051c1132 nft_set_elem_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x06e89da5 nf_tables_deactivate_flowtable +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x089e9cad nf_tables_destroy_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0bd61789 nft_meta_inner_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0dc5f4af nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1100c358 nft_dump_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x14f29ad4 __nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1a6097cd nft_chain_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1d96359f nft_unregister_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x1e6c047f nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x286ee59b nft_unregister_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x2ad1e43e nft_parse_register_store +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3251d762 nf_tables_trans_destroy_flush_work +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3a60865c nft_meta_set_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x40c33255 nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x41b71e65 nft_trace_enabled +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x422daeeb nf_tables_activate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4cecbb60 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x55d44416 nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5df75379 nft_set_lookup_global +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x62d13465 nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x64a82f33 nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6578dda8 nft_flowtable_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6b51f718 nft_register_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6bb628b1 nf_tables_deactivate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6ccd65ff nft_meta_set_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x74e5924a nft_data_release +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x75eb0ab6 __nft_release_basechain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7932dd1e nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8716889e nf_tables_bind_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x8d37cb87 nft_meta_get_reduce +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9004169d nft_set_catchall_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x910e2023 nft_obj_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x94807ed1 nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa2c1c60f nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa78da113 nft_request_module +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa95c901c nft_obj_notify +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb6789f6d nft_register_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb74b3029 nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xbf4339db nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd0ba8069 nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd4d2c0bc nft_reg_track_update +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xdaefe2f6 nft_chain_validate_dependency +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xde57b5f5 nft_parse_u32_check +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe223a206 nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe2b8cc13 nft_parse_register_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf71eca39 nft_expr_reduce_bitwise +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x0eb2729a nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x68625e53 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x743f3560 nfnetlink_broadcast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x7b3f8efc nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xa4c8f82f nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xcf65ffda nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xd73da32c nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x4c630241 nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x5d58396a nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x8869ad0a nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x35eff5e0 nf_osf_fingers +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x6f1ef3af nf_osf_find +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x7658aa7b nf_osf_match +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x6cfcc95f nft_fib_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x758a90d0 nft_fib_init +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x9fe694a2 nft_fib_reduce +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xd8752c13 nft_fib_store_result +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0xe1b27749 nft_fib_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x0ba0ea22 nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1de558c1 nft_reject_icmpv6_code +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x85062108 nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x9d46ccf8 nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xc2e95b72 nft_reject_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xe2c84666 nft_reject_icmp_code +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x04e27719 xt_compat_flush_offsets +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x09d7d1d9 xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x0ae7259f xt_register_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x0de2a687 xt_hook_ops_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x21721dee xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x44dcff17 xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x4a84fbb5 xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x6315707c xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x66666ff1 xt_unregister_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7788f10b xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x78fd6f05 xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7bce4603 xt_data_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x823edea5 xt_compat_add_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x824227e3 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x87b4f640 xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9749c7ac xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9c995c69 xt_percpu_counter_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9e696a4c xt_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa318887b xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa7c94f1d xt_compat_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa85c8db9 xt_request_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbfacb837 xt_percpu_counter_free +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc5bd6b96 xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc7fae024 xt_compat_calc_jump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xcf0e98c3 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd1e246a2 xt_compat_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd3fcc511 xt_tee_enabled +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xddf68fc6 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xde3d2f36 xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe8f22fbe xt_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf0b1d178 xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf6abeb06 xt_copy_counters +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf6f9fc56 xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf9b43337 xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xd20f472b xt_rateest_lookup +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xf3794d71 xt_rateest_put +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0x78366c45 nci_spi_read +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0xb7759cd2 nci_spi_allocate_spi +EXPORT_SYMBOL_GPL net/nfc/nci/nci_spi 0xc43787e4 nci_spi_send +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xa2f53a5e nci_uart_unregister +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xa38a8c7e nci_uart_register +EXPORT_SYMBOL_GPL net/nfc/nci/nci_uart 0xaf77559c nci_uart_set_config +EXPORT_SYMBOL_GPL net/nsh/nsh 0x210401e4 nsh_push +EXPORT_SYMBOL_GPL net/nsh/nsh 0xfc34406b nsh_pop +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x67be64c5 ovs_vport_free +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x689212c8 ovs_netdev_tunnel_destroy +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x9d690d35 ovs_vport_alloc +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xb2c8cb79 __ovs_vport_ops_register +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xd88c179d ovs_netdev_link +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xe2d6cfac ovs_vport_ops_unregister +EXPORT_SYMBOL_GPL net/psample/psample 0x10ce3fec psample_group_take +EXPORT_SYMBOL_GPL net/psample/psample 0x8eca1ec8 psample_group_put +EXPORT_SYMBOL_GPL net/psample/psample 0xb09b8e44 psample_group_get +EXPORT_SYMBOL_GPL net/psample/psample 0xe37de5b2 psample_sample_packet +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x396884b5 qrtr_endpoint_post +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x48eccdbd qrtr_endpoint_unregister +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x6753b330 qrtr_endpoint_register +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0x8d25501f qrtr_ns_remove +EXPORT_SYMBOL_GPL net/qrtr/qrtr 0xa47e91ba qrtr_ns_init +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x163dc282 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0x1697050d rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x1ad3a643 rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0x1d8f8755 rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x2224e513 rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0x26b0ce5c rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x29b5973e rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x2b0d543c rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x2b71de6a rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0x36087aa4 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x4340121d rds_conn_path_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x45a4781e rds_addr_cmp +EXPORT_SYMBOL_GPL net/rds/rds 0x45d9a230 rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x45e76e00 rds_send_path_reset +EXPORT_SYMBOL_GPL net/rds/rds 0x4ac3d5b8 rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x582fe5cf rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x585f567b rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x68a5547c rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x692fb9d3 rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0x74c9a478 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x77e45344 rds_connect_path_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x81b30122 rds_inc_path_init +EXPORT_SYMBOL_GPL net/rds/rds 0x84e08c9f rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x85e4e520 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0x8ad085e8 rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x94c13dd3 rds_send_ping +EXPORT_SYMBOL_GPL net/rds/rds 0x9dcbbbf0 rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0xb0612de0 rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0xbff7423a rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xce2241c4 rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0xd24509a0 rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xd877bd40 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0xe2a31138 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0xe3494b2a rds_send_xmit +EXPORT_SYMBOL_GPL net/rds/rds 0xef2fff8a rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0xf24171f5 rds_conn_path_connect_if_down +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0xafbecb18 mqprio_qopt_reconstruct +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0xc781c184 mqprio_validate_qopt +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0xcede419b mqprio_fp_to_offload +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x2ada9527 pie_process_dequeue +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x31aceca1 pie_drop_early +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x6ce9b467 pie_calculate_probability +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x16f8ba5d taprio_offload_get +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x6a6b1c12 taprio_offload_free +EXPORT_SYMBOL_GPL net/sctp/sctp 0x2151d90e sctp_transport_traverse_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0x8d821267 sctp_get_sctp_info +EXPORT_SYMBOL_GPL net/sctp/sctp 0xce4b7649 sctp_for_each_endpoint +EXPORT_SYMBOL_GPL net/sctp/sctp 0xfd585947 sctp_transport_lookup_process +EXPORT_SYMBOL_GPL net/smc/smc 0x1243a415 smc_unhash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0x2b2d0b7d smc_hash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0x53e603d1 smc_proto6 +EXPORT_SYMBOL_GPL net/smc/smc 0xae2e24a5 smc_proto +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x15c140af gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x30571ae0 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x38d3dce5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x482ac5a4 g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xa8538132 svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd7673035 g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd7bfacf1 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0041a7ea _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x02db6a37 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05e807a9 xdr_encode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x065994f1 xdr_encode_opaque_fixed +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x06ed89e7 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x077b6568 svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x079e9737 rpc_max_bc_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x091e3015 xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0b511418 xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0c849cd3 xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ccc0cfc rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f05a9a1 sunrpc_cache_pipe_upcall_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0fb5f828 svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x13eab549 svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x14072432 cache_seq_stop_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x156c1c25 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x15987993 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1601368a rpc_prepare_reply_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1636b229 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1660258a svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x16c8ddd2 rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1a0ee784 svc_rqst_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1a52fa0f xprt_reconnect_backoff +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1aa27d69 svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1c5df6ca rpc_set_connect_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1d234f69 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e07353c xdr_init_encode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e119a79 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1f5077a9 rpc_clnt_xprt_switch_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x213aa604 rpc_clnt_xprt_switch_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x23751d6c xprt_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x23d7bc9f xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x24b08b76 xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x24f0dd8a rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2538f63b svc_rqst_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2618aece svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x26a94d00 rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x276cf85f rpc_num_bc_slots +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2994f8b7 svc_generic_rpcbind_set +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x29b742c1 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2a95544e xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2af66c68 svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2d752b24 xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2f727628 svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31e5cac1 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x34c25cc9 rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x36ba8c0c rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x38e1b42c rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b8ac855 xdr_stream_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3cd6a8a2 svc_xprt_deferred_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3ef9ebba xprt_unlock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f9a2b0b rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x407bd9c0 put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x40bc9a9f svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x417aba75 xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x41c9a90f rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x420a7109 unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4236b6d3 csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x429bfb66 xdr_stream_zero +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x42c275e4 rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4477ad2f xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x44911bb5 __xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x46f49412 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4872458b xprt_lock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x48932194 rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4924057b cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4926b8e5 rpc_clnt_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x49b0ffe5 xdr_stream_decode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4a90fa50 rpcauth_stringify_acceptor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4afedab1 xprtiod_workqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4bbaae2b rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4d94dda5 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dac77f0 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e8f6ca7 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x50666b17 rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x532353d7 svc_rpcbind_set_version +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53a27d5e rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x549c0738 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x555e5ba7 xprt_add_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5574ad6b rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x55a7e855 xprt_free_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x568243cc xprt_wake_up_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x56bfbcae xdr_stream_decode_opaque_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5952fc98 rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a45ba31 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a57cf25 rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5aa9c447 rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5b03f473 svc_xprt_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5bb5cb57 xprt_reconnect_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5c543c40 rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5e370ea8 svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5f71f622 xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5fbe6905 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x60030139 cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x609202f9 rpc_task_gfp_mask +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x618275d9 svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6438d4c6 rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6574f278 svc_xprt_received +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x67fed197 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6996e6ba xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6acd18bd svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b01ef6e svc_xprt_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b2f5589 svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6b67585c rpc_clnt_iterate_for_each_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6c56f62e xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6cc656f9 rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6d6cc08d rpc_clnt_xprt_switch_has_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6e01fcfe rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6e8a1c21 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6e9114aa svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6ecf5fc4 svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6f0b7922 sunrpc_cache_lookup_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x717301d9 rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x72fd78d1 rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x74103868 rpc_clnt_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x76135629 rpc_count_iostats_metrics +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x775e7ead xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x77d819c2 xprt_request_get_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x78eae8cb xdr_set_pagelen +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x78f0e645 rpc_clnt_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x79697d59 rpcauth_wrap_req_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x79ca7d9e rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a25ef74 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7a61984e rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7baf93da svc_fill_write_vector +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7bb5e2c9 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7bd10357 svc_rqst_replace_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7bd6801f rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7cc06367 rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7d3d0d42 rpc_clnt_probe_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7d7aafeb svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7d829284 xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7dbe94f7 rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7e635e0a rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7fac4626 rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x816426f2 xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x822695f3 rpc_task_release_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x83d70b30 bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x844b8041 svc_generic_init_request +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x876e1514 xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8ae84d50 rpc_task_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8c60ca7c rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8eec6c04 xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f3a25c4 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f9b7349 cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x91001f3a rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9142a631 rpc_clnt_swap_activate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9174f83c rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x928fdcf3 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x93839c5f rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x93a29ff5 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9409bebd rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x969ee32d sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x97337ed5 xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98bd90c9 rpc_clnt_manage_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x98ff4d16 xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9b3aa173 xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9dfbfa51 svc_xprt_destroy_all +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9efc49cd rpc_clnt_xprt_switch_remove_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9f010038 xprt_wait_for_reply_request_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9fc8caa2 xprt_unpin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa00f6ca2 xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa190ff51 sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa38c0bf7 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa49d4677 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa504891f rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5158f0d gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa573d2d7 xdr_stream_decode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa5a3ab0f xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa60d45d7 rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa92631ea rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaa9038d7 cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xac57a265 rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xad82eef6 xprt_wait_for_reply_request_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xae07a4d6 rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xae5a57c3 svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaeb3c920 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf0c81d0 rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb083d4e9 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb2b75290 xdr_truncate_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb37d2465 xdr_stream_encode_opaque_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb4443fcb rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb4865f2f svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbb73db36 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbbf36fe4 xdr_stream_move_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbd0efd6a rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbe71fb84 read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf5d031d rpc_sleep_on_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf922c37 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0908dd0 svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0ed3727 xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc23fdae5 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc30df0ee svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc4ebe4d6 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc822417c auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc89ff4e7 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xca0c558d xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xccba5604 cache_seq_start_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcd17c836 cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce678a59 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf476e56 xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf61c704 rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf9ab13b xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd02c7c34 xdr_stream_decode_string_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd0c226f0 rpc_sleep_on_priority_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd0e50ede svc_fill_symlink_pathname +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd13a679b svc_encode_result_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd2ff031a xdr_stream_decode_opaque_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd3063c86 rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd4284e23 rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd672433d rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd86e7acb rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd91fd172 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xda712888 svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdac9d920 svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb48750e rpcauth_unwrap_resp_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc35b81f rpc_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc5d3caa rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdc81d8bf xprt_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd522936 rpc_cancel_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd6479de rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd691402 xprt_find_transport_ident +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd6e5524 svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xddda45e9 rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xde620189 xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdea7453e svc_age_temp_xprts_now +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdf2d454c rpc_clnt_show_stats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe11064d0 cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe215bcbf sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe24d0e9e rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe3796ab2 rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe391a5ac sunrpc_cache_unhash +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe3ea027d rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe47ff109 xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5bfda13 rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe64e89f1 xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe849a297 sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe9fb68af svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeaab44c6 xprt_force_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec3417a3 xdr_page_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xed75e719 xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xef0c4f78 xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xef80b0c0 rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf1ad2796 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf29af5b0 xdr_reserve_space_vec +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf401a600 xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf5f6baa1 xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf5fe02c3 xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf72f41a2 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7a65eac svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfbe2f1d8 cache_seq_next_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfd2bccb1 sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfdd6b572 rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfe26476e rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfed9c066 xprt_pin_rqst +EXPORT_SYMBOL_GPL net/tls/tls 0x26b1b90b tls_offload_tx_resync_request +EXPORT_SYMBOL_GPL net/tls/tls 0x2b7d535e tls_device_sk_destruct +EXPORT_SYMBOL_GPL net/tls/tls 0xb79f047a tls_encrypt_skb +EXPORT_SYMBOL_GPL net/tls/tls 0xbab6b1b6 tls_validate_xmit_skb +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x03a81e69 virtio_transport_stream_allow +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x05e812b5 virtio_transport_notify_send_post_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x0abd40c5 virtio_transport_put_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x10eff330 virtio_transport_notify_poll_in +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x16dd5f75 virtio_transport_notify_recv_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x185dc016 virtio_transport_notify_poll_out +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x34229006 virtio_transport_notify_send_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x3b8e8bea virtio_transport_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x3e51ce48 virtio_transport_notify_recv_pre_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x45c13cb2 virtio_transport_dgram_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x499ec0e9 virtio_transport_notify_recv_post_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x5005c1df virtio_transport_shutdown +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x507306eb virtio_transport_deliver_tap_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x5089600a virtio_transport_seqpacket_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x537c33d0 virtio_transport_purge_skbs +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x539c1a38 virtio_transport_connect +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x5ccfc05f virtio_transport_notify_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x678027e7 virtio_transport_do_socket_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6af3ca92 virtio_transport_notify_send_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x72e1077c virtio_transport_notify_send_pre_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x733a1f40 virtio_transport_notify_recv_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x83b36d01 virtio_transport_seqpacket_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x89f8a7b3 virtio_transport_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x8e98f9c5 virtio_transport_recv_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa006e22b virtio_transport_destruct +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa6117b08 virtio_transport_seqpacket_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xabd45e85 virtio_transport_stream_rcvhiwat +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xbabd30f5 virtio_transport_dgram_allow +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xbdcca0b2 virtio_transport_release +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xc306ec88 virtio_transport_get_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xc4310e86 virtio_transport_stream_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xda42ef76 virtio_transport_read_skb +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xdc23cb7e virtio_transport_dgram_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xddf2e1e7 virtio_transport_stream_is_active +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xe5b7846f virtio_transport_inc_tx_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xf81e063a virtio_transport_dgram_bind +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xfbe6f6f0 virtio_transport_stream_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0807ba35 vsock_core_register +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0e9bc9b6 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x1b8a1a15 vsock_create_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x1d3ebee5 vsock_core_get_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x284e07d8 vsock_bind_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2c9cfad9 vsock_remove_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x2d2ac94b vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3ceb1b99 vsock_table_lock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3d4b0fca vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4082758b vsock_assign_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4b00c3d4 vsock_deliver_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4b99648c vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x5039c5a7 vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x58812b54 vsock_data_ready +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x81d70121 vsock_add_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x84a2e018 vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x90aa8549 vsock_find_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9ae7e8bd vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9bb6fd09 vsock_connected_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa17ec54e vsock_dgram_recvmsg +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa4b0e06b vsock_core_unregister +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xaf2674b5 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb0d7bda7 vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb1c3c76b vsock_connectible_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbfe7823e vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc0d171c5 vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc1d15d37 vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xcd2095df vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xcf720e6b vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xcf9ffbd5 vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xda45adbe vsock_remove_sock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe4864784 vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xec96eadf vsock_addr_validate +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xfd8637ff vsock_connectible_recvmsg +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x04805973 cfg80211_wext_siwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x05d1ce6e cfg80211_wext_giwscan +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x0677d96b cfg80211_vendor_cmd_reply +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x0815ea9a cfg80211_vendor_cmd_get_sender +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x295adc62 cfg80211_pmsr_report +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x2c6e570d wiphy_work_queue +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x2d8e7aa7 cfg80211_wext_giwrange +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x3680765d cfg80211_wext_giwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x437b264f cfg80211_wext_siwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x4518980b cfg80211_wext_siwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x493b10e4 wiphy_delayed_work_queue +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x4ce740ba wiphy_delayed_work_cancel +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x54d8d4eb cfg80211_wext_giwrts +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x61dc33fd cfg80211_shutdown_all_interfaces +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x65a1b043 cfg80211_wext_giwretry +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x7003017b wiphy_delayed_work_flush +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x91355a01 cfg80211_pmsr_complete +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0x969b5469 cfg80211_wext_siwfrag +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xa54235a0 wiphy_work_flush +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xb7bae8dc cfg80211_wext_giwname +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xe360047b cfg80211_wext_giwmode +EXPORT_SYMBOL_GPL net/wireless/cfg80211 0xe6b19340 wiphy_work_cancel +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0049ca83 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x00c80741 xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0a575945 xfrm_count_pfkey_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x37a02412 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x5c699441 xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x72395dc1 xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7a8ca627 xfrm_count_pfkey_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xaab23340 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xb73be794 xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xc6b1fdbe xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xd6f50cf7 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x2868198d ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x2a9b4141 ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x435e821a ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x53527ba3 ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_user 0x4a0c7516 xfrm_msg_min +EXPORT_SYMBOL_GPL net/xfrm/xfrm_user 0xa294bed8 xfrma_policy +EXPORT_SYMBOL_GPL sound/ac97_bus 0x75c31dda snd_ac97_reset +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0x418cae5b snd_seq_kernel_client_put +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0x469bbebe snd_seq_kernel_client_get +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xadb51cff snd_seq_client_ioctl_unlock +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xcbf9166f snd_seq_system_broadcast +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xe50413d7 snd_seq_client_ioctl_lock +EXPORT_SYMBOL_GPL sound/core/seq/snd-seq 0xf0c8f9fa snd_seq_expand_var_event_at +EXPORT_SYMBOL_GPL sound/core/snd 0x1c2d8a89 snd_devm_card_new +EXPORT_SYMBOL_GPL sound/core/snd 0x28ecde8b snd_device_disconnect +EXPORT_SYMBOL_GPL sound/core/snd 0x3413be00 snd_ctl_get_preferred_subdevice +EXPORT_SYMBOL_GPL sound/core/snd 0x43b30b6c snd_card_ref +EXPORT_SYMBOL_GPL sound/core/snd 0x5af762f1 snd_fasync_free +EXPORT_SYMBOL_GPL sound/core/snd 0x5cb81ad6 snd_device_initialize +EXPORT_SYMBOL_GPL sound/core/snd 0x71745119 snd_card_disconnect_sync +EXPORT_SYMBOL_GPL sound/core/snd 0x7240c0c9 snd_ctl_register_layer +EXPORT_SYMBOL_GPL sound/core/snd 0x7ee655a1 snd_ctl_sync_vmaster +EXPORT_SYMBOL_GPL sound/core/snd 0x7fc0c30e snd_card_free_on_error +EXPORT_SYMBOL_GPL sound/core/snd 0x7fe7401e snd_power_ref_and_wait +EXPORT_SYMBOL_GPL sound/core/snd 0x89fdae08 snd_ctl_disconnect_layer +EXPORT_SYMBOL_GPL sound/core/snd 0x9176e446 snd_ctl_apply_vmaster_followers +EXPORT_SYMBOL_GPL sound/core/snd 0xb8dc3140 snd_card_add_dev_attr +EXPORT_SYMBOL_GPL sound/core/snd 0xcfaf57d0 snd_ctl_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/core/snd 0xd55cf3f7 snd_fasync_helper +EXPORT_SYMBOL_GPL sound/core/snd 0xe3d37c00 snd_device_get_state +EXPORT_SYMBOL_GPL sound/core/snd 0xe5dcce8b snd_card_rw_proc_new +EXPORT_SYMBOL_GPL sound/core/snd 0xee41d1cf snd_devm_request_dma +EXPORT_SYMBOL_GPL sound/core/snd 0xf8f2a4eb snd_kill_fasync +EXPORT_SYMBOL_GPL sound/core/snd 0xfaf598c6 snd_ctl_request_layer +EXPORT_SYMBOL_GPL sound/core/snd 0xfeb2b02c snd_ctl_activate_id +EXPORT_SYMBOL_GPL sound/core/snd-compress 0xa6d5c069 snd_compr_stop_error +EXPORT_SYMBOL_GPL sound/core/snd-compress 0xda97b9be snd_compress_new +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x04e1b99f snd_pcm_std_chmaps +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x09e913c1 snd_pcm_alt_chmaps +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x1a1392eb snd_pcm_stream_unlock +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x299286a2 snd_devm_alloc_dir_pages +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x316f93a2 _snd_pcm_stream_lock_irqsave +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x5c407196 snd_pcm_fill_iec958_consumer_hw_params +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x649892e8 snd_pcm_create_iec958_consumer_default +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x699fcbf9 snd_pcm_stream_lock +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x7061b511 snd_pcm_fill_iec958_consumer +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x7aa3735e snd_pcm_stream_lock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x7ce008ef snd_dma_buffer_sync +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x7e505407 snd_pcm_stream_unlock_irqrestore +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x851019e0 snd_pcm_lib_default_mmap +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x8599bb4c snd_pcm_hw_constraint_eld +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0x8d864069 snd_pcm_rate_range_to_bits +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xa286a234 snd_pcm_format_name +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xab8bc1a2 snd_pcm_rate_mask_intersect +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xad877587 _snd_pcm_stream_lock_irqsave_nested +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xbde40eb4 snd_pcm_stream_unlock_irq +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xcae99063 snd_pcm_stop_xrun +EXPORT_SYMBOL_GPL sound/core/snd-pcm 0xe8c55799 snd_pcm_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x0ec703bb snd_dmaengine_pcm_close_release_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x1d3099af snd_hwparams_to_dma_slave_config +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x4b9cfc19 snd_dmaengine_pcm_set_config_from_dai_data +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x5db23d7f snd_dmaengine_pcm_pointer_no_residue +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x85a53a54 snd_dmaengine_pcm_open +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x9705f2c9 snd_dmaengine_pcm_request_channel +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0x9c49bc94 snd_dmaengine_pcm_get_chan +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xa71f1e2c snd_dmaengine_pcm_close +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xbc7844e0 snd_dmaengine_pcm_pointer +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xc552d81b snd_dmaengine_pcm_trigger +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xd9864277 snd_dmaengine_pcm_refine_runtime_hwparams +EXPORT_SYMBOL_GPL sound/core/snd-pcm-dmaengine 0xf2b50f19 snd_dmaengine_pcm_open_request_chan +EXPORT_SYMBOL_GPL sound/core/snd-rawmidi 0x5e783552 snd_rawmidi_init +EXPORT_SYMBOL_GPL sound/core/snd-rawmidi 0x89232da5 snd_rawmidi_free +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0x08d366f5 snd_seq_driver_unregister +EXPORT_SYMBOL_GPL sound/core/snd-seq-device 0x6b27343e __snd_seq_driver_register +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x5848360c snd_ump_endpoint_new +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x5a4ea5ef snd_ump_receive +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x5b39d06f snd_ump_convert_from_ump +EXPORT_SYMBOL_GPL sound/core/snd-ump 0x80b2ef6a snd_ump_transmit +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xc6ade605 snd_ump_block_new +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xd08c7d84 snd_ump_switch_protocol +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xd37c6b24 snd_ump_parse_endpoint +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xdc1ca43e snd_ump_attach_legacy_rawmidi +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xe3590e5b snd_ump_convert_to_ump +EXPORT_SYMBOL_GPL sound/core/snd-ump 0xfd1063fe snd_ump_receive_ump_val +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x34aa33d7 amdtp_am824_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x3f4d5cca amdtp_domain_start +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x4847773f amdtp_am824_set_parameters +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x611dbd55 amdtp_am824_add_pcm_hw_constraints +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x7e8f287a amdtp_domain_add_stream +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x933414b4 amdtp_domain_stream_pcm_ack +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0x991fb4b5 amdtp_domain_stream_pcm_pointer +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xabb3bc35 amdtp_am824_midi_trigger +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xabfa2144 amdtp_am824_set_midi_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xac387312 amdtp_domain_stop +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xc4ed554d amdtp_domain_init +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xc68d4bb4 amdtp_am824_set_pcm_position +EXPORT_SYMBOL_GPL sound/firewire/snd-firewire-lib 0xdfd06a1c amdtp_domain_destroy +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x00c48f10 snd_hdac_ext_bus_link_power_up +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x05458b06 snd_hda_ext_driver_register +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x055e7e87 snd_hdac_ext_link_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x05db5155 snd_hdac_ext_bus_link_clear_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x08c752de snd_hdac_ext_stream_reset +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x0ddc6f55 snd_hdac_ext_stream_start +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x0f7a5945 snd_hdac_ext_stream_decouple +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x1232659e snd_hdac_ext_bus_link_get +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x21e4a203 snd_hdac_ext_stream_clear +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x227da215 snd_hdac_ext_stream_setup +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x3a3c4cd0 snd_hdac_ext_stream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x3c40530c snd_hdac_ext_bus_exit +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x3fb0f17a snd_hdac_ext_bus_link_power_down_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x463f39fb snd_hdac_ext_bus_ppcap_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x5b837b84 snd_hdac_ext_bus_link_set_stream_id +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x5d54c401 snd_hdac_ext_bus_ppcap_int_enable +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x6c573ba5 snd_hdac_ext_stream_release +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x7a714a31 snd_hdac_ext_bus_link_power_up_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x845cd63d snd_hdac_ext_stream_init_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x92b29390 snd_hdac_ext_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0x9b0bd114 snd_hdac_ext_cstream_assign +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xa004b9dd snd_hdac_ext_bus_init +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xb6355a73 snd_hdac_ext_bus_get_hlink_by_addr +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xba74b58d snd_hdac_ext_bus_link_power_down +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xbb732df9 snd_hda_ext_driver_unregister +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xbeb301ca snd_hdac_ext_stream_free_all +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xca8b0074 snd_hdac_ext_bus_device_remove +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xd0e96a43 snd_hdac_ext_stream_decouple_locked +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xdb5c4ce1 snd_hdac_ext_bus_get_ml_capabilities +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xe74fbeaf snd_hdac_ext_bus_get_hlink_by_name +EXPORT_SYMBOL_GPL sound/hda/ext/snd-hda-ext-core 0xffdb6bbf snd_hdac_ext_bus_link_put +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x00d74f23 snd_hdac_regmap_update_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x00f5e591 snd_hdac_stop_streams +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x02c9975e snd_hdac_power_down_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x05fb12e0 snd_hdac_bus_stop_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x08f79818 snd_hdac_stream_drsm_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x11154dfa snd_hdac_regmap_write_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x12f209fc snd_hdac_get_connections +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x14f4850b snd_hdac_bus_init_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1cbe93fd snd_hdac_power_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x1eaa6ee8 snd_hdac_bus_reset_link +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x22c40d6c snd_hdac_codec_link_up +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x25074946 snd_hdac_regmap_add_vendor_verb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2585b3d7 snd_hdac_codec_write +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x28581468 snd_hdac_stream_spbcap_enable +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2cbe0c20 snd_hdac_stream_release_locked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x2eb23dce snd_hda_bus_type +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x354ba849 snd_hdac_stream_wait_drsm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x35708f2c snd_hdac_bus_handle_stream_irq +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x38dabb29 snd_hdac_stream_set_dpibr +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3b216690 snd_hdac_bus_send_cmd +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3bd544c2 snd_hdac_get_active_channels +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3fbececd snd_hdac_bus_parse_capabilities +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x3fdc8890 snd_hdac_refresh_widgets +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4081e8e2 snd_hdac_stream_set_lpib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x443c205d snd_hdac_regmap_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x48b5aeb2 snd_hdac_stream_setup_periods +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x4c7ec4b6 snd_hdac_get_ch_alloc_from_ca +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x507d8ab2 snd_hdac_bus_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x52af6aa8 snd_hdac_regmap_update_raw_once +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5380e99b snd_hdac_stream_release +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x56096447 snd_hdac_stream_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x566049e7 snd_hdac_check_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x566df90e snd_hdac_display_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5686356a snd_hdac_register_chmap_ops +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5a94cf40 snd_hdac_stream_sync_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x5c07cb49 snd_hdac_calc_stream_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x62060eb3 snd_hdac_bus_exit_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6617a2a1 snd_hdac_get_sub_nodes +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x66588cad snd_hdac_acomp_get_eld +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x67bfe791 snd_hdac_spk_to_chmap +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x680829fe snd_hdac_device_register +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6c3e5108 snd_hdac_bus_stop_cmd_io +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x6fd6b6ae snd_hdac_power_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x71234465 snd_hdac_bus_exec_verb_unlocked +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x73dc1190 snd_hdac_stream_sync +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x75833910 snd_hdac_add_chmap_ctls +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x77c754a8 snd_hdac_chmap_to_spk_mask +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7c166ac0 snd_hdac_stream_assign +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x7e0804e9 snd_hdac_stream_set_spib +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x80e18a96 snd_hdac_override_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x87135091 snd_hdac_stop_streams_and_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x883e867b snd_hdac_bus_free_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x89288f70 snd_hdac_stream_setup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8a97808f snd_hdac_dsp_prepare +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x8c1949b3 snd_hdac_device_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9032c089 snd_hdac_stream_set_params +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x963df427 snd_hdac_acomp_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x981253ca snd_hdac_bus_update_rirb +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x98b239fe snd_hdac_stream_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9a8e1877 snd_array_free +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0x9d54d84d snd_hdac_stream_stop +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa05a0158 snd_hdac_bus_init_chip +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xa4ce00af snd_hdac_sync_power_state +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xac31448f snd_hdac_dsp_cleanup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xad85ad39 snd_hdac_setup_channel_mapping +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xade84340 snd_hdac_codec_modalias +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb018d40a _snd_hdac_read_parm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb01bed7e snd_hdac_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb12ae89e snd_hdac_bus_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb1666e0e hdac_get_device_id +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb3f72cb6 snd_hdac_device_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb44b9dd3 snd_hdac_sync_audio_rate +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb9437b50 snd_hdac_get_stream_stripe_ctl +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xb9545a2d snd_hdac_codec_read +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbb397821 snd_hdac_query_supported_pcm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbbe60471 snd_hdac_regmap_exit +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbcf33ca0 snd_hdac_device_set_chip_name +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbd16eb06 snd_hdac_acomp_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xbe7dd7dc snd_array_new +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc574690a snd_hdac_bus_link_power +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc7a93e49 snd_hdac_power_up_pm +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xc7f166c0 snd_hdac_bus_get_response +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xccf8558c snd_hdac_stream_start +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd158d20e snd_hdac_read_parm_uncached +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd1aadf21 snd_hdac_bus_alloc_stream_pages +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd9114f81 snd_hdac_dsp_trigger +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd95a6778 snd_hdac_is_supported_format +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xd9685383 snd_hdac_bus_enter_link_reset +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xdca8104a snd_hdac_regmap_read_raw +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xdca9e33d snd_hdac_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe06d9d60 snd_hdac_stream_timecounter_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe13df5c8 snd_hdac_stream_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe35569a7 snd_hdac_stream_get_spbmaxfifo +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe4e07754 snd_hdac_print_channel_allocation +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xe8550bf8 snd_hdac_regmap_init +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xedfa7116 snd_hdac_acomp_register_notifier +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf7fad5a0 snd_hdac_set_codec_wakeup +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xf8572192 snd_hdac_codec_link_down +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfb2e3395 snd_hdac_get_stream +EXPORT_SYMBOL_GPL sound/hda/snd-hda-core 0xfb6f3d1f snd_hdac_device_unregister +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x34554445 snd_intel_acpi_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/hda/snd-intel-dspcfg 0x4e5a4007 snd_intel_dsp_driver_probe +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x020830ef snd_ak4113_build +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x0c34bd13 snd_ak4113_check_rate_and_errors +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x183db148 snd_ak4113_reinit +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x3d907ad4 snd_ak4113_reg_write +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x3deed863 snd_ak4113_external_rate +EXPORT_SYMBOL_GPL sound/i2c/other/snd-ak4113 0x8cba8792 snd_ak4113_create +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x006ae96c query_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0194db45 snd_hda_sync_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x044a8433 snd_hda_jack_set_dirty_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0676f5ac snd_hda_get_input_pin_attr +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x067f017f snd_hda_check_amp_list_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x07bc210c snd_hda_codec_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x080f57d0 snd_hda_create_spdif_share_sw +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x084b67d5 snd_hda_codec_amp_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x0b3e868e snd_hda_codec_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x12169ee5 azx_get_position +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x12332137 snd_hda_jack_report_sync +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1286b6fa snd_hda_find_mixer_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x15c4d0e7 snd_hda_multi_out_dig_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x15f345a2 snd_hda_jack_unsol_event +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1bf9f84d snd_hda_ctl_add +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x1fec8aee snd_hda_codec_set_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x20f27bb0 snd_hda_get_int_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x23548825 snd_hda_codec_parse_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x23ac7808 snd_hda_enum_helper_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x23fdd012 snd_hda_codec_load_dsp_trigger +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x24b93b24 hda_get_autocfg_input_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x25655b8e snd_hda_codec_setup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x288ff60e snd_hda_mixer_amp_volume_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x295e41d4 snd_hda_jack_detect_enable_callback_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2aef7414 snd_hda_jack_detect_state_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x2be2eba0 snd_hda_codec_cleanup_for_unbind +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x33b4680c snd_hda_check_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x34c54259 azx_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x353a7cc5 snd_hda_detach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x36a762c8 snd_hda_mixer_amp_switch_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x36fe5f3b snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x378737a4 snd_hda_jack_pin_sense +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x38ce402b azx_interrupt +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3b8af4a1 snd_hda_override_amp_caps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3baee970 snd_hda_jack_poll_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3cce07a7 snd_hda_multi_out_dig_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3e888b8a __snd_hda_add_vmaster +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x3ffceefe snd_hda_add_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x468fb6ca snd_hda_codec_set_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x47b3d3af snd_hda_override_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4a75e0d4 azx_get_pos_posbuf +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4af72fef azx_bus_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4b8d7c34 snd_hda_mixer_amp_switch_put_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4db91021 snd_hda_unlock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x4ddd37a9 snd_hda_codec_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x52f8443c snd_hda_jack_tbl_get_from_tag +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x58a1d481 snd_hda_codec_amp_init_stereo +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x58e82883 _snd_hda_set_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5a947ae7 snd_hda_jack_bind_keymap +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x5af409dc snd_hda_jack_tbl_get_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x61631383 hda_codec_driver_unregister +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x664f9ad4 snd_hda_attach_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x67893757 snd_hda_multi_out_dig_close +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6789f2f2 azx_stop_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6a351eac snd_hda_codec_set_name +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6cb95176 snd_hda_codec_get_pincfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x6d5e248c snd_hda_create_dig_out_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x72411a22 snd_hda_set_vmaster_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x72a2af5d snd_hda_sequence_write +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x74c73074 azx_get_pos_lpib +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x76efd983 snd_hda_create_spdif_in_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7a05b6fd snd_hda_codec_get_pin_target +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7b168a9c is_jack_detectable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7c963ef4 snd_hda_codec_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x7df29369 snd_hda_codec_pcm_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x82f82820 snd_hda_pick_pin_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x867b75df snd_hda_jack_set_button_state +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x891294dc snd_hda_multi_out_analog_open +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8b31926e snd_hda_spdif_out_of_nid +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8b98a66d snd_hda_add_imux_item +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x8e67a319 snd_hda_get_conn_index +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9150396d snd_hda_multi_out_dig_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x94b4bde6 snd_hda_get_num_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x95d1efd5 __snd_hda_apply_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9605ed87 snd_hda_parse_pin_defcfg +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x96bfebdf snd_hda_correct_pin_ctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x972e60ed snd_hda_enable_beep_device +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x97ab55a2 snd_hda_codec_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9d048c70 snd_hda_get_connections +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9e1e9696 snd_hda_jack_add_kctl_mst +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9e22b376 snd_hda_spdif_ctls_unassign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0x9f2be2f9 snd_hda_jack_detect_enable +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa0830123 snd_hda_mixer_amp_switch_get_beep +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa3ba307a snd_hda_mixer_amp_volume_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa5500383 snd_hda_jack_set_gating_jack +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa5e0fcdb snd_hda_shutup_pins +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa8c0e53a snd_hda_spdif_ctls_assign +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xa9d688c0 snd_hda_mixer_amp_tlv +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xacb3495c snd_hda_get_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xad450e48 snd_hda_mixer_amp_volume_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb2e7bded snd_hda_add_new_ctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb34f1b4d snd_hda_codec_eapd_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb36d9a8e snd_hda_mixer_amp_switch_get +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb40645e8 snd_hda_add_vmaster_hook +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xb54e12e7 snd_hda_apply_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbab0c2fb snd_hda_codec_update_widgets +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbd1ca8f8 azx_init_chip +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xbd92a4bc snd_hda_mixer_amp_switch_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc2a23499 snd_hda_codec_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc312359c snd_hda_lock_devices +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc40a5c32 snd_hda_codec_load_dsp_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc4299a24 snd_hda_codec_load_dsp_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc54921cb snd_hda_pick_fixup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xc5e3ec41 snd_hda_codec_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcb2ed949 snd_hda_codec_set_power_to_all +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcbc70d80 snd_hda_add_verbs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xcdf9fcc6 azx_probe_codecs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xced186b4 snd_hda_set_dev_select +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd09e3405 snd_hda_input_mux_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd180ccb6 snd_hda_codec_configure +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd2e9f7b3 azx_stop_all_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd5b5a8df snd_hda_apply_pincfgs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd6e2ab4c snd_hda_codec_device_new +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xd9c45056 snd_hda_codec_amp_update +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xda0ee751 snd_hda_jack_add_kctls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xde835e68 snd_hda_codec_pcm_put +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe118de5d snd_pcm_2_1_chmaps +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe11f55b4 snd_hda_codec_device_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe20d2ac0 snd_hda_get_pin_label +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe5d80bf7 azx_init_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe6b45814 __hda_codec_driver_register +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe7ba2582 snd_hda_codec_amp_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xe88331f9 snd_hda_set_power_save +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeae4ff6b snd_hda_multi_out_analog_cleanup +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xeda3a721 snd_print_pcm_bits +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf0a082fb snd_hda_get_conn_list +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf124b949 snd_hda_get_default_vref +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf3be7c9e snd_hda_load_patch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf56bde20 snd_hda_multi_out_analog_prepare +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf7fd9d9e snd_hda_get_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xf8dc35ac snd_hda_input_mux_info +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfac4a646 azx_free_streams +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xfeb49008 snd_hda_get_bool_hint +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec 0xff1a0cc2 __snd_hda_codec_cleanup_stream +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x11098e2f snd_hda_gen_add_mute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x1c1b1deb snd_hda_get_path_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x1d2d4ff4 snd_hda_add_new_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x37f9bcd8 snd_hda_gen_spec_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x39b7fde6 snd_hda_gen_add_kctl +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x39c2cd58 snd_hda_activate_path +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x4491b528 snd_hda_gen_line_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x4ec153e4 snd_hda_gen_mic_autoswitch +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x5d9c960d snd_hda_gen_hp_automute +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x76dc6871 hda_main_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x871a6e44 hda_extra_out_badness +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x8aa53400 snd_hda_gen_update_outputs +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x8b8c9cf1 snd_hda_get_path_from_idx +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x905948c0 snd_hda_gen_build_controls +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0x9476fda4 snd_hda_gen_fix_pin_power +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xa2488ed2 snd_hda_gen_free +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xa6563692 snd_hda_gen_path_power_filter +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xbae1c0aa snd_hda_gen_init +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd1784b3f snd_hda_gen_parse_auto_config +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd26c159d snd_hda_gen_build_pcms +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xd8e059e0 snd_hda_gen_add_micmute_led_cdev +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xdcf73d1e snd_hda_gen_check_power_status +EXPORT_SYMBOL_GPL sound/pci/hda/snd-hda-codec-generic 0xf902b0de snd_hda_gen_stream_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau-utils 0xae620be9 adau_calc_pll_cfg +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1372 0xb09aecf2 adau1372_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0x093f07a8 adau1761_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau1761 0xa537df50 adau1761_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x223de9dd adau17x1_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x713f356d adau17x1_precious_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x73a870d9 adau17x1_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x7afa3047 adau17x1_set_micbias_voltage +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0x899712a6 adau17x1_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xaff1132a adau17x1_add_widgets +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xb0065246 adau17x1_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xc575a08f adau17x1_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xe164eafd adau17x1_add_routes +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau17x1 0xf1bbcb3e adau17x1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-adau7118 0x22989e7a adau7118_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x1b64b675 aw88395_dev_set_profile_index +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x1c993531 aw88395_dev_get_prof_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x2dfd5963 aw88395_dev_get_prof_name +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x36e6614d aw88395_dev_fw_update +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x454c87b4 aw88395_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x6a00e415 aw88395_dev_get_profile_count +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x84be451d aw88395_dev_set_volume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x939ea83b aw88395_dev_start +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0x97ba2e6a aw88395_dev_stop +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xd3c5b7f3 aw88395_dev_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xf1ccacbe aw88395_dev_mute +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395 0xf999cba8 aw88395_dev_get_profile_index +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395-lib 0x37823e8a aw88395_dev_cfg_load +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-aw88395-lib 0xc397ea82 aw88395_dev_load_acf_check +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0x4fa50e2b cs35l41_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0xb4ddb9a3 cs35l41_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41 0xfaa4e671 cs35l41_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x0a2fb24c cs35l41_set_channels +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x29f2f19f cs35l41_configure_cs_dsp +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x30ea9773 cs35l41_regmap_spi +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x389e86c7 cs35l41_safe_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x52acc2f8 cs35l41_exit_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x56a89d62 cs35l41_enter_hibernate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x6cb2ccd8 cs35l41_global_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x77ab3a84 cs35l41_test_key_unlock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x7a7f574d cs35l41_register_errata_patch +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x86bf91ac cs35l41_regmap_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0x9b8be974 cs35l41_init_boost +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xc92f6d51 cs35l41_test_key_lock +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xd158778a cs35l41_set_cspl_mbox_cmd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xe92ff6ad cs35l41_gpio_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xf5763423 cs35l41_write_fs_errata +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l41-lib 0xffbbf51c cs35l41_otp_unpack +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x2fc75d39 cs35l56_system_suspend_no_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0x73aa346d cs35l56_system_resume_no_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xc852df3f cs35l56_system_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xd496147e cs35l56_system_suspend_late +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xdb547836 cs35l56_system_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs35l56 0xe294907a cs35l56_system_resume_early +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x7d05786f cs4271_dt_ids +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0x883530a4 cs4271_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs4271 0xc9576c37 cs4271_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x007f7501 cs42l51_suspend +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x2142875f cs42l51_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x57397417 cs42l51_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0x58963e15 cs42l51_resume +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42l51 0xafd8f255 cs42l51_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x60801c3c cs42xx8_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x7cac7292 cs42888_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0x83db6b08 cs42xx8_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xcd3794c9 cs42448_data +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-cs42xx8 0xf7c9fbae cs42xx8_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0x0b3e9255 es8328_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-es8328 0x64563ea2 es8328_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0x597ee626 soc_hda_ext_bus_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0xbe939ef7 snd_soc_hda_codec_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-hda-codec 0xc0a51d95 hda_codec_probe_complete +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0x851fcbb4 lpass_macro_pds_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-lpass-macro-common 0xc48cc5fd lpass_macro_pds_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98090 0x0627c644 max98090_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x10d04387 max98373_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x2ea9f105 soc_codec_dev_max98373_sdw +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0x41c0acab max98373_slot_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-max98373 0xff5eb64c soc_codec_dev_max98373 +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x4b3caa59 mt6358_mtkaif_calibration_disable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0x56047e9a mt6358_mtkaif_calibration_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xc478619b mt6358_set_mtkaif_protocol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-mt6358 0xf63f4306 mt6358_set_mtkaif_calibration_phase +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8821 0xc5f322b1 nau8821_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0xa5ffd28d nau8824_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-nau8824 0xbf55f96a nau8824_components +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x0bc16e8c pcm1789_common_exit +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x6129a581 pcm1789_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm1789-codec 0x846976e9 pcm1789_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0x669909a9 pcm179x_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm179x-codec 0x8aba3eaa pcm179x_common_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0x3495749f pcm186x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm186x 0xa4951007 pcm186x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x0fc82e3c pcm3168a_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x452686d9 pcm3168a_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0x8ecbcf8d pcm3168a_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm3168a 0xa0244b11 pcm3168a_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x4535d11f pcm512x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0x7369bf0a pcm512x_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xae05e703 pcm512x_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-pcm512x 0xf66041d2 pcm512x_pm_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x5dc92cdf rl6231_pll_calc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x70617a04 rl6231_get_clk_info +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0x8d7fa148 rl6231_get_pre_div +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rl6231 0xdba4502f rl6231_calc_dmic_clk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x2b419514 rt5640_set_ovcd_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0x976976df rt5640_enable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xa3dbe45f rt5640_disable_micbias1_for_ovcd +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xc0dd9106 rt5640_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xc13e182f rt5640_detect_headset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5640 0xce24210e rt5640_dmic_enable +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0x0907ab57 rt5645_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5645 0x2ee38b9b rt5645_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5659 0x3c3157e5 rt5659_set_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x09dfe460 rt5682_register_dai_clks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x0d18594a rt5682_supply_names +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x137d8a44 rt5682_apply_patch_list +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x3bef92ec rt5682_readable_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x5334d3f3 rt5682_aif2_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x59d3d967 rt5682_jack_detect_handler +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x6cad23e4 rt5682_parse_dt +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0x8c2b455e rt5682_soc_component_dev +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xa9d42977 rt5682_volatile_register +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xabb930b7 rt5682_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xb3f3cd71 rt5682_calibrate +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xb80368f0 rt5682_aif1_dai_ops +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xb897de56 rt5682_reg +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-rt5682 0xf2c4a524 rt5682_sel_asrc_clk_src +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x629857a2 sigmadsp_setup +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0x89c5f715 sigmadsp_restrict_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xa318bc17 sigmadsp_attach +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xc21e42f8 devm_sigmadsp_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp 0xf19f0e1e sigmadsp_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-i2c 0x73b20ef5 devm_sigmadsp_init_i2c +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-sigmadsp-regmap 0x9cdb3771 devm_sigmadsp_init_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0x3abf89f9 src4xxx_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-src4xxx 0x5fe53983 src4xxx_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0x5f1a6e87 ssm2602_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ssm2602 0xe37a4e46 ssm2602_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x0f3525a3 tasdevice_amp_getvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x15d421a5 tasdevice_digital_getvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x20c5fd96 tasdevice_dev_bulk_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x287ddc90 tasdevice_digital_putvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x2a1883d6 tascodec_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x329cd896 tasdevice_amp_putvol +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x74bb6fd5 tasdevice_dev_write +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x865b9b87 tasdevice_dev_bulk_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x8c6dfcb4 tasdevice_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0x93671980 tasdevice_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xa0392a1a tasdevice_kzalloc +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xa34d8f16 tas2781_reset +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xae3aab23 tasdevice_dev_read +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xb8b4a2e5 tasdevice_dev_update_bits +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tas2781-comlib 0xd60d28da tasdevice_dsp_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic32x4 0x518258f8 aic32x4_register_clocks +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-tlv320aic3x 0x815be423 aic3x_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-ts3a227e 0xfbd82f0b ts3a227e_enable_jack_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd-mbhc 0x936c1623 wcd_mbhc_event_notify +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0x21203738 wcd938x_sdw_device_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xd018d6f3 wcd938x_swr_get_current_bank +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xed8a9446 wcd938x_sdw_hw_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xf1870c35 wcd938x_sdw_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wcd938x-sdw 0xfb163508 wcd938x_sdw_set_sdw_stream +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x07b7ef55 wm_adsp_write_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x0cb71f86 wm_adsp_fw_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x1b911422 wm_adsp2_set_dspclk +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x1c9eeabb wm_halo_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x31c3cd4b wm_adsp2_preloader_get +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x40dd7616 wm_adsp2_component_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x49dd65cb wm_adsp_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x4f626780 wm_adsp_read_ctl +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x506e10af wm_adsp1_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x52c16479 wm_halo_wdt_expire +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x591f3d75 wm_adsp_early_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x66d66dd6 wm_adsp2_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x6e7c5879 wm_adsp_power_up +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x795404ac wm_adsp_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x83cb5512 wm_adsp1_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x85e2c5af wm_adsp_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x894458f3 wm_adsp_fw_enum +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x92afa688 wm_adsp_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0x9a13717b wm_adsp_event +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xc6793f09 wm_adsp2_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xc94a4639 wm_adsp2_preloader_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xca7342c8 wm_adsp_compr_handle_irq +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xcb917b0b wm_adsp_compr_copy +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xdd3c79ef wm_adsp2_bus_error +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xe9c8400b wm_adsp2_component_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xea38ee07 wm_halo_bus_error +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xef6845d8 wm_adsp_compr_free +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xf43e94f4 wm_adsp_fw_put +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm-adsp 0xfbf21347 wm_adsp_compr_open +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0xbf49822e wm8731_init +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8731 0xdcdffdca wm8731_regmap +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0x1d957bf8 wm8804_remove +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xa2f5ef7e wm8804_pm +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xb6aba3fb wm8804_probe +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8804 0xbc81fd10 wm8804_regmap_config +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8903 0x730164d8 wm8903_mic_detect +EXPORT_SYMBOL_GPL sound/soc/codecs/snd-soc-wm8962 0x060ee855 wm8962_mic_detect +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-fsl-asrc 0x67c0d7ed fsl_asrc_component +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-imx-audmux 0x30693bb7 imx_audmux_v1_configure_port +EXPORT_SYMBOL_GPL sound/soc/fsl/snd-soc-imx-audmux 0x58631dab imx_audmux_v2_configure_port +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card 0xd3d0fcd9 audio_graph_parse_of +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x1168f9cf audio_graph2_link_normal +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x69135947 audio_graph2_link_c2c +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0x9b2d1a8f audio_graph2_link_dpcm +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-audio-graph-card2 0xf0ff8655 audio_graph2_parse_of +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x00e1d1ff asoc_simple_is_convert_required +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x01420cf9 asoc_graph_is_ports0 +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x09f5a932 asoc_simple_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x2c7887d2 asoc_simple_init_jack +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x2df5f293 asoc_simple_hw_params +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x3225c2ba asoc_simple_be_hw_params_fixup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x332f070d asoc_simple_parse_routing +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x350512e3 asoc_simple_remove +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x42b139c4 asoc_simple_parse_daifmt +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x4592d154 asoc_simple_set_dailink_name +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x497f64d6 asoc_simple_dai_init +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x809b5f8e asoc_simple_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x9d0e404d asoc_simple_clean_reference +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0x9efe2096 asoc_graph_card_probe +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xa3b3772a asoc_simple_init_aux_jacks +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xaae1a9bd asoc_simple_parse_clk +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xc57d437a asoc_simple_shutdown +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xca31e059 asoc_simple_startup +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xcef3ecdd asoc_simple_parse_tdm_width_map +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xd865ab03 asoc_simple_parse_convert +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xdc2adacf asoc_graph_parse_dai +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xdddec2d6 asoc_simple_canonicalize_cpu +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xe03664b6 asoc_simple_parse_widgets +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xe0e5f01d asoc_simple_init_priv +EXPORT_SYMBOL_GPL sound/soc/generic/snd-soc-simple-card-utils 0xf83d3543 asoc_simple_canonicalize_platform +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x00b13493 snd_soc_runtime_set_dai_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x012485de snd_soc_dapm_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x01fd350b snd_soc_cnew +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x066512c5 snd_soc_dai_set_bclk_ratio +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x06d57bcf snd_soc_dapm_ignore_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0c0a8fb7 snd_soc_component_compr_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0cc7de76 snd_soc_component_get_jack_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x0d64299e snd_soc_component_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x10668069 snd_soc_dpcm_fe_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x10c5ecae snd_soc_get_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x120568ed snd_soc_dapm_force_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x12a5d034 snd_soc_bytes_put +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x13ed01c0 snd_soc_dai_active +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x149de1e9 snd_soc_of_get_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x14d180d5 snd_soc_jack_notifier_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x15bcc5c8 snd_soc_dapm_sync_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x16bef707 snd_soc_dapm_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x18f9a399 snd_soc_bytes_tlv_callback +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1903c649 snd_soc_of_get_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x19349a21 snd_soc_jack_add_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1c0b37ca snd_soc_jack_free_gpios +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1ecda8b5 snd_soc_dpcm_can_be_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1f39112e snd_soc_add_card_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x1f41e374 snd_soc_dai_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x207eb38d snd_soc_runtime_calc_hw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x21007492 snd_soc_remove_pcm_runtime +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x22269b7f snd_soc_of_put_dai_link_codecs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x23aef774 snd_soc_lookup_component_nolocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x24615ac6 snd_soc_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x24b14de2 snd_soc_dapm_get_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x24b85f53 dapm_regulator_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2541a979 snd_soc_calc_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x25c2b3dc snd_soc_card_jack_new +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x277024e8 snd_soc_dai_set_clkdiv +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2796c79e snd_soc_unregister_component_by_driver +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x28537cdd snd_soc_dapm_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x28f8b009 snd_soc_link_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x290b6995 dapm_mark_endpoints_dirty +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x295c328f snd_soc_dapm_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x29b681da snd_soc_dapm_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x29d613cc snd_soc_dapm_update_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2bd23879 dapm_pinctrl_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2c83713c snd_soc_component_initialize +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x2f8de789 snd_soc_add_dai_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x30f0ebf7 snd_soc_component_write_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x31bb3d03 snd_soc_dapm_kcontrol_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x320b31c4 snd_soc_dpcm_can_be_prepared +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x34113a61 snd_soc_daifmt_parse_format +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x342648b9 snd_soc_card_remove_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x37e052d9 snd_soc_free_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x38c6d8eb snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x39f4ca8c snd_soc_dapm_stream_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3a7bd6bb snd_soc_dapm_del_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3b0ff9bd snd_soc_component_exit_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3b68247d snd_soc_dai_digital_mute +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3b6d39f2 snd_soc_add_component_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3c81eb94 snd_soc_dapm_info_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3da0a1f1 dapm_clock_event +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x3df54b61 snd_soc_lookup_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x41af1ade snd_soc_jack_add_zones +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x41c9c418 snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x42250336 snd_soc_dapm_get_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4447ccfe snd_soc_component_read +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4511eafe snd_soc_of_parse_audio_routing +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x453a10df snd_soc_dai_set_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x47675bfc snd_soc_dapm_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x490839d3 snd_soc_set_ac97_ops_of_reset +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x491afe50 snd_soc_component_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x499a8917 snd_soc_put_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4b120261 snd_soc_of_parse_card_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4b20db0b snd_soc_component_test_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4b305608 snd_soc_jack_get_type +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4b519002 snd_soc_link_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4c91f19d snd_soc_add_pcm_runtimes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4dc239ff snd_soc_dai_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x4fa1782d snd_soc_tdm_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x504aa775 snd_soc_component_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5091be54 snd_soc_dapm_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x52d38efd snd_soc_dapm_weak_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x537b5a5f snd_soc_dai_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x54e5f9bb snd_soc_dapm_init +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x551a746c snd_soc_component_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x552d4a49 snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x570a7993 snd_soc_component_compr_copy +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x57218d31 snd_soc_dai_link_set_capabilities +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x586aac15 snd_soc_bytes_info +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x58e4ef53 snd_soc_get_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x58fb5ffe snd_soc_dapm_add_routes +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x596a5f49 snd_soc_component_force_enable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5a9f2d21 snd_soc_put_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5c839fbd snd_soc_dapm_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5f35b64b snd_soc_component_update_bits +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x5f580e00 snd_soc_dapm_mixer_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x603ae38c snd_soc_dapm_kcontrol_dapm +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x603f0835 snd_soc_dapm_force_bias_level +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6104eac5 snd_soc_link_compr_startup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x61519a01 snd_soc_put_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x620f11cd snd_soc_dapm_disable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x627d5635 snd_soc_close_delayed_work +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6294a270 snd_dmaengine_pcm_unregister +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x64c601a7 devm_snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x65795cd7 snd_dmaengine_pcm_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x65d89f66 widget_in_list +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x66be9425 snd_soc_dapm_put_pin_switch +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6702fe03 snd_soc_component_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x67878103 snd_soc_dai_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6912c15b snd_soc_card_add_dai_link +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x69d82183 dpcm_be_dai_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6a242e22 null_dailink_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6bfdc6b1 snd_soc_component_set_pll +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6c0cbd27 snd_soc_debugfs_root +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6c8bc1ca snd_soc_rtdcom_lookup +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6cd0faf6 snd_soc_bytes_info_ext +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6d15ed4a snd_soc_jack_add_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6d5157b6 snd_soc_component_nc_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6e769b44 snd_soc_dapm_dai_free_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x6ed3830f snd_soc_new_ac97_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7094b6f6 snd_soc_dpcm_be_can_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x70df617e snd_soc_component_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x755bd090 snd_soc_dapm_new_controls +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x78bd871f snd_soc_dai_compr_set_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x79f5d6df snd_soc_new_compress +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7cfef928 snd_soc_dpcm_get_substream +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7dc4b4e3 snd_soc_component_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7e606130 snd_soc_calc_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x7eedc3b4 snd_soc_daifmt_parse_clock_provider_raw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x801302df snd_soc_set_runtime_hwparams +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x802b0e02 snd_soc_runtime_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x809d0656 snd_soc_dapm_free_widget +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x80bff51c snd_soc_dapm_mux_update_power +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x833940ce snd_soc_get_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x845dd34d snd_soc_resume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x845ee816 snd_soc_component_enable_pin_unlocked +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x877aaa37 snd_soc_of_get_slot_mask +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x89a31417 snd_soc_poweroff +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8a79fd36 snd_soc_card_jack_new_pins +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8cf8cae7 snd_soc_pm_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x8e0d573c snd_soc_jack_add_gpiods +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x92a6a346 snd_soc_of_parse_tdm_slot +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9319dcf6 snd_soc_dpcm_runtime_update +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x938d683d snd_soc_of_parse_audio_simple_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x949e2042 snd_soc_find_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x97041c10 snd_soc_component_async_complete +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x97c2e64a dapm_kcontrol_get_value +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9a6e032d snd_soc_component_nc_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9b6155bd snd_soc_dapm_dai_get_connected_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9e0ff405 snd_soc_dai_compr_ack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9f205f0c snd_soc_component_set_jack +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0x9fe0d6dd snd_soc_get_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa093d976 snd_soc_suspend +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa2f3b234 snd_soc_dai_action +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa310788e snd_soc_get_dai_id +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa3a5e790 snd_soc_dai_get_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa4910abe snd_soc_info_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa590d85f snd_soc_component_update_bits_async +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa75f0c64 snd_soc_dai_compr_shutdown +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa7c17c1d snd_soc_get_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa7ec4422 devm_snd_soc_register_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa8e9166a snd_soc_dapm_sync +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xa901c27a snd_soc_dai_set_tristate +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaa0701e3 snd_soc_component_compr_get_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaa2ad265 snd_soc_card_get_kcontrol +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaa2e1c05 snd_soc_component_init_regmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xacd13550 snd_soc_component_get_pin_status +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xae4805d5 snd_soc_dapm_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaf237874 snd_soc_component_write +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xaf78b18e snd_soc_of_parse_pin_switches +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xafe1625e snd_soc_component_read_field +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb16f5255 snd_soc_info_volsw_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb2a49429 asoc_dummy_dlc +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb40f988a snd_soc_dai_set_channel_map +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb4a38259 snd_soc_component_compr_get_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb591d30a snd_soc_put_strobe +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb5f372af snd_soc_put_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb864cbb4 snd_soc_jack_report +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb8f1f3ec snd_soc_add_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xb9f781dc snd_soc_dai_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xba0a81d6 soc_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbd3c7b25 snd_soc_unregister_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbd41f5e7 snd_soc_info_volsw_range +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbdeb2ed3 snd_soc_dapm_free +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xbdf1472b snd_soc_set_ac97_ops +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc027a75d snd_soc_unregister_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc317a15e snd_soc_daifmt_clock_provider_flipped +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc524768b snd_soc_component_compr_open +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc61948c7 snd_soc_dapm_widget_name_cmp +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc6726e1a dpcm_end_walk_at_be +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc6aebd6d snd_soc_of_get_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc8269f94 snd_soc_params_to_frame_size +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xc976c73a snd_soc_put_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcaf8d075 devm_snd_soc_register_component +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcb7a0cdb snd_dmaengine_pcm_prepare_slave_config +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcc4ed403 snd_soc_component_compr_get_codec_caps +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xcdad6aa6 snd_soc_info_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xce9641cf snd_soc_dapm_new_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd009f361 snd_soc_dai_set_sysclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd3d8e71a snd_soc_dpcm_can_be_free_stop +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd52dc514 snd_soc_component_notify_control +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd6565f08 snd_soc_limit_volume +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xd89dbf94 snd_soc_bytes_get +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xda30a9cc snd_soc_dapm_new_control +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xde821f53 snd_soc_dapm_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xde979551 snd_soc_component_compr_pointer +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe00dc1a8 snd_soc_unregister_dai +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe243bbbd snd_soc_get_xr_sx +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe2e5d7f5 snd_soc_dai_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe41bd729 snd_soc_info_enum_double +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe490cd40 snd_soc_find_dai_with_mutex +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe5257fb2 snd_soc_component_compr_trigger +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xe5db682e snd_soc_component_compr_set_params +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xea7635db devm_snd_soc_register_card +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xeb711ae7 snd_soc_params_to_bclk +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xec231096 snd_soc_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf1461f8b snd_soc_get_volsw +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf22f2fcd snd_soc_of_parse_aux_devs +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf26d06d5 snd_soc_of_put_dai_link_cpus +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf2849580 snd_soc_of_parse_node_prefix +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf3d993f7 snd_soc_of_get_dai_name +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf3f68b29 snd_soc_jack_notifier_register +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf54b24f5 snd_soc_component_disable_pin +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf816a31f snd_soc_dai_compr_get_metadata +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9525c6e snd_soc_dapm_new_dai_widgets +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf95d7739 snd_soc_dai_set_fmt +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9622dd1 snd_soc_daifmt_clock_provider_from_bitmap +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xf9a55fab snd_soc_get_stream_cpu +EXPORT_SYMBOL_GPL sound/soc/snd-soc-core 0xfd5d3b79 snd_soc_dai_is_dummy +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x057a6bef line6_pcm_acquire +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x11eb6022 line6_send_sysex_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x202a1b1b line6_midi_id +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x3a1ecae5 line6_probe +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x4ddd504f line6_send_raw_message_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x4e8add37 line6_init_pcm +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x6164284d line6_resume +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x6b062951 line6_version_request_async +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x6cbfbaf0 line6_alloc_sysex_buffer +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x97c0acdc line6_init_midi +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0x9c3ca830 line6_pcm_release +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xad06a09b line6_send_raw_message +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xb15fd035 line6_read_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xb25874bf line6_write_data +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xc819a207 line6_disconnect +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xd09a6aa0 line6_read_serial_number +EXPORT_SYMBOL_GPL sound/usb/line6/snd-usb-line6 0xed196d07 line6_suspend +EXPORT_SYMBOL_GPL vmlinux 0x000fd71b platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0x001c01c8 inet_bhash2_update_saddr +EXPORT_SYMBOL_GPL vmlinux 0x001f4606 mptcp_token_get_sock +EXPORT_SYMBOL_GPL vmlinux 0x001ffe3f ima_file_hash +EXPORT_SYMBOL_GPL vmlinux 0x0031c434 __irq_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x0037ef79 regmap_get_val_endian +EXPORT_SYMBOL_GPL vmlinux 0x003a8cf7 __fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0044d625 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0x00476b98 pci_p2pmem_publish +EXPORT_SYMBOL_GPL vmlinux 0x00513f58 get_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x0061f3ea pm_generic_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x00684814 skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0x00744a2b early_find_capability +EXPORT_SYMBOL_GPL vmlinux 0x00780a04 kthread_park +EXPORT_SYMBOL_GPL vmlinux 0x008539f0 klp_shadow_alloc +EXPORT_SYMBOL_GPL vmlinux 0x00867439 driver_deferred_probe_check_state +EXPORT_SYMBOL_GPL vmlinux 0x00a9e1a5 pci_p2pdma_distance_many +EXPORT_SYMBOL_GPL vmlinux 0x00bca9b1 ncsi_unregister_dev +EXPORT_SYMBOL_GPL vmlinux 0x00c583e3 dma_get_any_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x00d4c500 usb_decode_interval +EXPORT_SYMBOL_GPL vmlinux 0x00dea9e0 of_get_pci_domain_nr +EXPORT_SYMBOL_GPL vmlinux 0x00f8c930 __trace_array_puts +EXPORT_SYMBOL_GPL vmlinux 0x00fdf8e1 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x01027f99 md_submit_discard_bio +EXPORT_SYMBOL_GPL vmlinux 0x01054879 ata_sff_thaw +EXPORT_SYMBOL_GPL vmlinux 0x011447e0 pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0x0117793c __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0x01289804 irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0x013d41fe mm_iommu_put +EXPORT_SYMBOL_GPL vmlinux 0x01406d15 blk_mq_quiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x0145374f led_get_default_pattern +EXPORT_SYMBOL_GPL vmlinux 0x0148a339 cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0x014c2a3f mctp_unregister_netdev +EXPORT_SYMBOL_GPL vmlinux 0x0159c819 usb_bus_idr +EXPORT_SYMBOL_GPL vmlinux 0x01656516 usb_unlocked_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x0165da52 xdp_set_features_flag +EXPORT_SYMBOL_GPL vmlinux 0x0170c355 vfs_fallocate +EXPORT_SYMBOL_GPL vmlinux 0x017ad24b ata_sff_lost_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x017fa469 devl_param_driverinit_value_set +EXPORT_SYMBOL_GPL vmlinux 0x01866a57 ezx_pcap_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x01907648 klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x019cfef5 devl_unlock +EXPORT_SYMBOL_GPL vmlinux 0x019dd143 __clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0x01a0cb78 property_entries_free +EXPORT_SYMBOL_GPL vmlinux 0x01a20dfe spi_delay_to_ns +EXPORT_SYMBOL_GPL vmlinux 0x01a9654e usb_free_urb +EXPORT_SYMBOL_GPL vmlinux 0x01ac9323 irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x01b261c5 pwm_put +EXPORT_SYMBOL_GPL vmlinux 0x01da96f7 ata_sas_port_destroy +EXPORT_SYMBOL_GPL vmlinux 0x01e03926 devm_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0x01e1a8de kgdb_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x01e6696d ata_sff_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x01eb7ed8 sdio_claim_irq +EXPORT_SYMBOL_GPL vmlinux 0x01eff56f of_clk_del_provider +EXPORT_SYMBOL_GPL vmlinux 0x02054640 mddev_unlock +EXPORT_SYMBOL_GPL vmlinux 0x0207a6c6 reset_control_bulk_acquire +EXPORT_SYMBOL_GPL vmlinux 0x02133a7b sock_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x0219cc22 of_clk_src_simple_get +EXPORT_SYMBOL_GPL vmlinux 0x022363f5 clk_hw_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x022b83c5 ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x02394899 play_idle_precise +EXPORT_SYMBOL_GPL vmlinux 0x024d13dd request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x024e8c9f find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0x024fff16 devlink_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0x029ae854 usb_of_get_device_node +EXPORT_SYMBOL_GPL vmlinux 0x02ab472f devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0x02acf5fc rio_map_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x02bd45ea crypto_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x02c5c501 power_supply_find_ocv2cap_table +EXPORT_SYMBOL_GPL vmlinux 0x02db8263 ata_scsi_port_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x02e413b2 __devm_irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x02e542a2 iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x030cbca2 ata_id_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x0312b3b0 reset_controller_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x03145dc5 wbc_account_cgroup_owner +EXPORT_SYMBOL_GPL vmlinux 0x0321cdbf of_alias_get_highest_id +EXPORT_SYMBOL_GPL vmlinux 0x033832c7 usb_amd_hang_symptom_quirk +EXPORT_SYMBOL_GPL vmlinux 0x033d0e0a xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x03473884 phy_basic_t1s_p2mp_features +EXPORT_SYMBOL_GPL vmlinux 0x0358f022 devm_regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x035a3b55 __traceiter_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x035dc021 rio_mport_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x0368bdcb rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0369a08e crypto_grab_ahash +EXPORT_SYMBOL_GPL vmlinux 0x036de383 perf_event_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x03762213 irq_domain_update_bus_token +EXPORT_SYMBOL_GPL vmlinux 0x037b5ebb perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0x03821e56 blk_mq_complete_request_remote +EXPORT_SYMBOL_GPL vmlinux 0x03887a32 vp_modern_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x038c42b5 trace_add_event_call +EXPORT_SYMBOL_GPL vmlinux 0x03952887 ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x0395613a thermal_zone_get_crit_temp +EXPORT_SYMBOL_GPL vmlinux 0x039f8999 ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x03ac4bdf blk_mq_alloc_request_hctx +EXPORT_SYMBOL_GPL vmlinux 0x03ba4240 devm_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x03c12dfe cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x03c78f75 dma_run_dependencies +EXPORT_SYMBOL_GPL vmlinux 0x03c9ba98 dma_vunmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x03cd94a9 stmpe_block_read +EXPORT_SYMBOL_GPL vmlinux 0x03ce7234 sched_smt_present +EXPORT_SYMBOL_GPL vmlinux 0x03f4472d i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL vmlinux 0x0402cbbf preempt_notifier_inc +EXPORT_SYMBOL_GPL vmlinux 0x040820b2 spi_write_then_read +EXPORT_SYMBOL_GPL vmlinux 0x041e02a0 fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x0423e33b wm831x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x04258796 opal_flash_read +EXPORT_SYMBOL_GPL vmlinux 0x045d5eca __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x046f359e of_overlay_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x047288a2 usb_hcd_platform_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x0472930a pinctrl_generic_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0x04779e15 zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0x04789521 pinctrl_utils_add_config +EXPORT_SYMBOL_GPL vmlinux 0x047bd6bd netlink_strict_get_check +EXPORT_SYMBOL_GPL vmlinux 0x04846a33 __get_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x0484a270 iommu_get_domain_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x048b5f8d twl4030_audio_get_mclk +EXPORT_SYMBOL_GPL vmlinux 0x049d49f7 ata_bmdma_port_start32 +EXPORT_SYMBOL_GPL vmlinux 0x049fbe01 pm_schedule_suspend +EXPORT_SYMBOL_GPL vmlinux 0x04bf0092 io_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04c8aebf console_verbose +EXPORT_SYMBOL_GPL vmlinux 0x04d686ce virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0x04d759b7 vcap_enable_lookups +EXPORT_SYMBOL_GPL vmlinux 0x04df8fbc lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0x04f20c6c usb_hcd_unlink_urb_from_ep +EXPORT_SYMBOL_GPL vmlinux 0x04f34894 pci_platform_power_transition +EXPORT_SYMBOL_GPL vmlinux 0x051085e3 lock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x0514ac97 vfs_submount +EXPORT_SYMBOL_GPL vmlinux 0x051a0bc1 stack_depot_fetch +EXPORT_SYMBOL_GPL vmlinux 0x051a70d9 crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0x051f74b9 gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x052787ff wm831x_auxadc_read +EXPORT_SYMBOL_GPL vmlinux 0x052b4013 register_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x052c9aed ktime_get_real_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x0533e758 __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x053d738a __SCK__tp_func_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x0558ab4a freq_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x05610897 of_changeset_destroy +EXPORT_SYMBOL_GPL vmlinux 0x05641ac2 auxiliary_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x05669e7e devm_regulator_get_enable_optional +EXPORT_SYMBOL_GPL vmlinux 0x056e0868 devm_usb_get_phy_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x056fe344 xdp_do_redirect_frame +EXPORT_SYMBOL_GPL vmlinux 0x057059b6 __regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x0578d852 __sock_recv_wifi_status +EXPORT_SYMBOL_GPL vmlinux 0x0584d724 fwnode_property_get_reference_args +EXPORT_SYMBOL_GPL vmlinux 0x05883efb __traceiter_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x058e50e4 ip6_input +EXPORT_SYMBOL_GPL vmlinux 0x05927f1d crypto_unregister_aeads +EXPORT_SYMBOL_GPL vmlinux 0x0597d859 tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0x059a3170 crypto_unregister_acomps +EXPORT_SYMBOL_GPL vmlinux 0x05b1aabf ata_cable_40wire +EXPORT_SYMBOL_GPL vmlinux 0x05b55b1a power_supply_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x05be9023 pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0x05bf71f0 lwtunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0x05cd1dd4 vcap_rule_add_key_bit +EXPORT_SYMBOL_GPL vmlinux 0x060e6ae7 __percpu_down_read +EXPORT_SYMBOL_GPL vmlinux 0x060ed435 of_reset_control_array_get +EXPORT_SYMBOL_GPL vmlinux 0x06209f49 phy_lookup_setting +EXPORT_SYMBOL_GPL vmlinux 0x0624dbd8 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0626da5f od_unregister_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x06285d2a leds_list_lock +EXPORT_SYMBOL_GPL vmlinux 0x062d117f __tracepoint_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x06346fb5 virtio_max_dma_size +EXPORT_SYMBOL_GPL vmlinux 0x0636b782 sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x0640406c da9052_adc_read_temp +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x064dd2be devm_devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0x067b89f2 power_supply_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x06a11cea of_led_get +EXPORT_SYMBOL_GPL vmlinux 0x06b2d2a5 led_trigger_event +EXPORT_SYMBOL_GPL vmlinux 0x06c14fc5 mmu_notifier_get_locked +EXPORT_SYMBOL_GPL vmlinux 0x06cac78f usb_autopm_put_interface +EXPORT_SYMBOL_GPL vmlinux 0x06cb00c1 tc3589x_block_read +EXPORT_SYMBOL_GPL vmlinux 0x06cca30b ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0x06d9d89a tty_get_icount +EXPORT_SYMBOL_GPL vmlinux 0x06e415bc __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x06e46aca trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x06e9272d pci_max_pasids +EXPORT_SYMBOL_GPL vmlinux 0x07242491 devlink_dpipe_action_put +EXPORT_SYMBOL_GPL vmlinux 0x07242d92 put_dax +EXPORT_SYMBOL_GPL vmlinux 0x072c3e63 pci_dev_unlock +EXPORT_SYMBOL_GPL vmlinux 0x072c6ddf inet_ehash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0x073205e7 vcap_filter_rule_keys +EXPORT_SYMBOL_GPL vmlinux 0x073529fc spi_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x0738e1c0 devm_pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x0739ac67 fuse_get_unique +EXPORT_SYMBOL_GPL vmlinux 0x07483e13 cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0x074917aa virtio_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x074f98db synth_event_add_field +EXPORT_SYMBOL_GPL vmlinux 0x07529837 kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x0756a31c register_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0x076356e7 sfp_may_have_phy +EXPORT_SYMBOL_GPL vmlinux 0x078ed77c usb_add_hcd +EXPORT_SYMBOL_GPL vmlinux 0x07a4a7b1 platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0x07a78fe0 pstore_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07abbab2 perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x07b1a6ba wait_on_page_writeback +EXPORT_SYMBOL_GPL vmlinux 0x07b21f85 kdb_get_kbd_char +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07b6ff34 uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07be6905 net_inc_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x07c5e829 ata_msleep +EXPORT_SYMBOL_GPL vmlinux 0x07c610a4 generic_handle_domain_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x07dfd402 gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x07e62da5 decrementer_max +EXPORT_SYMBOL_GPL vmlinux 0x07e8e999 eeh_pe_mark_isolated +EXPORT_SYMBOL_GPL vmlinux 0x07ed68ba iomap_file_buffered_write_punch_delalloc +EXPORT_SYMBOL_GPL vmlinux 0x07f2270b shash_no_setkey +EXPORT_SYMBOL_GPL vmlinux 0x07f815a2 ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x0804d8ff irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x080e0423 usb_get_current_frame_number +EXPORT_SYMBOL_GPL vmlinux 0x080f3109 addrconf_add_linklocal +EXPORT_SYMBOL_GPL vmlinux 0x08124937 irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0x08135613 dax_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x0819fff2 vcap_lookup_rule_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0x081c2f5c regmap_mmio_attach_clk +EXPORT_SYMBOL_GPL vmlinux 0x081c5a02 __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0x081d37c8 __regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x083549c2 __nf_ip6_route +EXPORT_SYMBOL_GPL vmlinux 0x083ec79d tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x0861462e trace_array_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0x08719b81 ping_err +EXPORT_SYMBOL_GPL vmlinux 0x087f5dc5 wm831x_of_match +EXPORT_SYMBOL_GPL vmlinux 0x08814fda mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0x08862807 fib_nexthop_info +EXPORT_SYMBOL_GPL vmlinux 0x089d2d97 skb_segment_list +EXPORT_SYMBOL_GPL vmlinux 0x08a88a9f __SCK__tp_func_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x08b1944f dev_pm_opp_set_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x08bdc5e5 kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0x08c78cf7 offline_and_remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x08cb779e pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0x08cc6c05 smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x08d31ba2 virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0x08d5682d mmc_crypto_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x08f35fcd ata_std_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x08f441c9 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0x08fdebf9 ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x09058530 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x0915a41f linear_hugepage_index +EXPORT_SYMBOL_GPL vmlinux 0x09182642 __traceiter_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x091c824a machine_power_off +EXPORT_SYMBOL_GPL vmlinux 0x091dedf3 device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x09266a49 fsverity_ioctl_measure +EXPORT_SYMBOL_GPL vmlinux 0x092c87ff nvdimm_clear_poison +EXPORT_SYMBOL_GPL vmlinux 0x093786cf synth_event_add_field_str +EXPORT_SYMBOL_GPL vmlinux 0x093acf6d i2c_new_client_device +EXPORT_SYMBOL_GPL vmlinux 0x09487111 cpufreq_register_governor +EXPORT_SYMBOL_GPL vmlinux 0x094975ca devm_irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x094deb05 usb_asmedia_modifyflowcontrol +EXPORT_SYMBOL_GPL vmlinux 0x09519d59 pm_generic_resume_noirq +EXPORT_SYMBOL_GPL vmlinux 0x095c4e92 devlink_dpipe_entry_ctx_close +EXPORT_SYMBOL_GPL vmlinux 0x095ec21c sk_msg_free_partial +EXPORT_SYMBOL_GPL vmlinux 0x09670bf2 vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0x09735350 dev_pm_opp_enable +EXPORT_SYMBOL_GPL vmlinux 0x0976822d sfp_get_module_eeprom_by_page +EXPORT_SYMBOL_GPL vmlinux 0x097c90ff fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0x0991f3fc regmap_mmio_detach_clk +EXPORT_SYMBOL_GPL vmlinux 0x099ca96c fib_info_nh_uses_dev +EXPORT_SYMBOL_GPL vmlinux 0x09a7409f xas_set_mark +EXPORT_SYMBOL_GPL vmlinux 0x09aff708 devlink_params_register +EXPORT_SYMBOL_GPL vmlinux 0x09b53e14 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x09b5b2e8 rhashtable_free_and_destroy +EXPORT_SYMBOL_GPL vmlinux 0x09b61a2c i2c_of_match_device +EXPORT_SYMBOL_GPL vmlinux 0x09c1e8c3 pci_host_common_probe +EXPORT_SYMBOL_GPL vmlinux 0x09cd3712 skb_segment +EXPORT_SYMBOL_GPL vmlinux 0x09cd91ba sysfs_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x09d193fe bpf_map_inc +EXPORT_SYMBOL_GPL vmlinux 0x09df3c9f devm_of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x09e11b4a tty_find_polling_driver +EXPORT_SYMBOL_GPL vmlinux 0x09e958ce pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0x09e9d371 pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0x0a00d59f pm_genpd_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x0a0bc9af wm8350_block_read +EXPORT_SYMBOL_GPL vmlinux 0x0a123b97 crypto_grab_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x0a13b673 ethnl_cable_test_amplitude +EXPORT_SYMBOL_GPL vmlinux 0x0a1e1ecb exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x0a24381a __regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0x0a2e3a00 dev_pm_opp_xlate_required_opp +EXPORT_SYMBOL_GPL vmlinux 0x0a41a37c hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0a51a42c dev_pm_genpd_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x0a51ae5b virq_to_hw +EXPORT_SYMBOL_GPL vmlinux 0x0a591d3d unregister_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x0a5c52fb thermal_remove_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x0a65e83f cpufreq_table_index_unsorted +EXPORT_SYMBOL_GPL vmlinux 0x0a8e458b crypto_req_done +EXPORT_SYMBOL_GPL vmlinux 0x0a9df53d for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0x0aaa1dc7 kvmppc_save_user_regs +EXPORT_SYMBOL_GPL vmlinux 0x0ab46e4b dev_pm_domain_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0x0abdc439 cc_platform_has +EXPORT_SYMBOL_GPL vmlinux 0x0abe3af8 dev_fill_metadata_dst +EXPORT_SYMBOL_GPL vmlinux 0x0ac8d66a blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x0ade0c38 sched_set_fifo +EXPORT_SYMBOL_GPL vmlinux 0x0ae4608e dw_pcie_ep_init_notify +EXPORT_SYMBOL_GPL vmlinux 0x0ae67c94 dev_pm_qos_expose_flags +EXPORT_SYMBOL_GPL vmlinux 0x0af1fa5e nf_queue_entry_free +EXPORT_SYMBOL_GPL vmlinux 0x0af4798b usb_wait_anchor_empty_timeout +EXPORT_SYMBOL_GPL vmlinux 0x0af79f7a kvmppc_inject_interrupt_hv +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b0bddee sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0x0b22964e ip_route_output_key_hash +EXPORT_SYMBOL_GPL vmlinux 0x0b2a8104 serial8250_rpm_get +EXPORT_SYMBOL_GPL vmlinux 0x0b2db2d5 remove_resource +EXPORT_SYMBOL_GPL vmlinux 0x0b31393f uart_try_toggle_sysrq +EXPORT_SYMBOL_GPL vmlinux 0x0b4ebe97 sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0x0b69e104 pse_ethtool_get_status +EXPORT_SYMBOL_GPL vmlinux 0x0b6f0987 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0x0b840897 regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x0b8a9413 scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x0b8c8a23 static_key_fast_inc_not_disabled +EXPORT_SYMBOL_GPL vmlinux 0x0ba40d9f device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x0bbdc9b2 remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x0bd77227 pci_epc_write_header +EXPORT_SYMBOL_GPL vmlinux 0x0bd8934a devlink_dpipe_entry_ctx_append +EXPORT_SYMBOL_GPL vmlinux 0x0bf32478 __SCK__tp_func_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x0bf3f5cd rio_set_port_lockout +EXPORT_SYMBOL_GPL vmlinux 0x0c07dbdd int_active_memcg +EXPORT_SYMBOL_GPL vmlinux 0x0c09dd3b pnv_pci_get_slot_id +EXPORT_SYMBOL_GPL vmlinux 0x0c1fa6f7 rio_unmap_inb_region +EXPORT_SYMBOL_GPL vmlinux 0x0c23b954 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0c2c5802 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x0c32ff8a edac_pci_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x0c330dd4 of_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x0c402cac replay_system_reset +EXPORT_SYMBOL_GPL vmlinux 0x0c4cc92e __skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x0c4e8c4a blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x0c654629 devres_get +EXPORT_SYMBOL_GPL vmlinux 0x0c88c1c3 pci_vpd_find_id_string +EXPORT_SYMBOL_GPL vmlinux 0x0c9b8720 irq_chip_enable_parent +EXPORT_SYMBOL_GPL vmlinux 0x0ca61f60 sbitmap_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0x0ca8e306 vp_modern_probe +EXPORT_SYMBOL_GPL vmlinux 0x0ca9c84f crypto_alloc_kpp +EXPORT_SYMBOL_GPL vmlinux 0x0cbe3ee2 software_node_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0cc74192 devl_lock +EXPORT_SYMBOL_GPL vmlinux 0x0cc8f760 icc_nodes_remove +EXPORT_SYMBOL_GPL vmlinux 0x0cc93443 sk_msg_free +EXPORT_SYMBOL_GPL vmlinux 0x0cc9d36c iommu_group_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x0ce3ee5a mmu_kernel_ssize +EXPORT_SYMBOL_GPL vmlinux 0x0cfe3724 inet_ehash_locks_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d125ab6 trace_seq_putmem +EXPORT_SYMBOL_GPL vmlinux 0x0d1e538a pci_generic_config_read32 +EXPORT_SYMBOL_GPL vmlinux 0x0d2e0f8c i2c_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0x0d389db7 list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0d3b6f96 pci_common_swizzle +EXPORT_SYMBOL_GPL vmlinux 0x0d3fb7d4 phy_interface_num_ports +EXPORT_SYMBOL_GPL vmlinux 0x0d435bd5 __tracepoint_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x0d4961de nf_log_buf_open +EXPORT_SYMBOL_GPL vmlinux 0x0d546b21 sysfs_create_link_nowarn +EXPORT_SYMBOL_GPL vmlinux 0x0d5cbb4a class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0x0d5cecc6 ima_measure_critical_data +EXPORT_SYMBOL_GPL vmlinux 0x0d6a49d4 tcp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d86bdc0 gov_attr_set_get +EXPORT_SYMBOL_GPL vmlinux 0x0d9bea51 __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0x0db61262 dax_iomap_fault +EXPORT_SYMBOL_GPL vmlinux 0x0dc1dec1 virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0x0dd2ce45 debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0x0dd9d583 crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0de06988 cpu_first_thread_of_core +EXPORT_SYMBOL_GPL vmlinux 0x0df033ef dev_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0x0e08b1ea __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0x0e0a168b btree_insert +EXPORT_SYMBOL_GPL vmlinux 0x0e0c6a7d crypto_dh_encode_key +EXPORT_SYMBOL_GPL vmlinux 0x0e0f63ce of_changeset_action +EXPORT_SYMBOL_GPL vmlinux 0x0e10adfe put_io_context +EXPORT_SYMBOL_GPL vmlinux 0x0e111ef1 devm_platform_get_irqs_affinity +EXPORT_SYMBOL_GPL vmlinux 0x0e174467 make_device_exclusive_range +EXPORT_SYMBOL_GPL vmlinux 0x0e1f08df of_cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x0e23f66b edac_mc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0e28c417 mas_store_prealloc +EXPORT_SYMBOL_GPL vmlinux 0x0e45821b devm_regulator_put +EXPORT_SYMBOL_GPL vmlinux 0x0e521b82 btree_update +EXPORT_SYMBOL_GPL vmlinux 0x0e548c02 dma_resv_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x0e5ba45b usb_alloc_streams +EXPORT_SYMBOL_GPL vmlinux 0x0e5bc4b7 i2c_adapter_depth +EXPORT_SYMBOL_GPL vmlinux 0x0e5cc9d7 xdp_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x0e5e99a5 devm_regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x0e6266ab thermal_zone_device_priv +EXPORT_SYMBOL_GPL vmlinux 0x0e6b79af static_key_disable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x0e6e0ac1 extcon_register_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0x0e7446f8 irq_to_desc +EXPORT_SYMBOL_GPL vmlinux 0x0e790eb2 i2c_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x0e835387 crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0x0e90a88f tcp_leave_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0x0ea12e52 ata_port_desc +EXPORT_SYMBOL_GPL vmlinux 0x0ea2a72b usb_scuttle_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x0ea90ab6 rtc_read_alarm +EXPORT_SYMBOL_GPL vmlinux 0x0eb89836 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x0ecc1f7c ata_host_activate +EXPORT_SYMBOL_GPL vmlinux 0x0ecfea88 btf_type_by_id +EXPORT_SYMBOL_GPL vmlinux 0x0ee8e400 kvmppc_h_set_xdabr +EXPORT_SYMBOL_GPL vmlinux 0x0efd21b1 posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0f097e24 __wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0x0f0bc386 badblocks_exit +EXPORT_SYMBOL_GPL vmlinux 0x0f155693 gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x0f180070 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x0f1cf70f rio_mport_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x0f21c821 perf_event_period +EXPORT_SYMBOL_GPL vmlinux 0x0f2dcd95 fscrypt_show_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0x0f3085f3 css_next_descendant_pre +EXPORT_SYMBOL_GPL vmlinux 0x0f52a1e0 unregister_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x0f571ab2 of_devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x0f63a2b7 devm_memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x0f687b53 dev_pm_opp_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x0f6e2294 mt_next +EXPORT_SYMBOL_GPL vmlinux 0x0f7cbf6a mptcp_subflow_init_cookie_req +EXPORT_SYMBOL_GPL vmlinux 0x0f844ebe bpf_prog_sub +EXPORT_SYMBOL_GPL vmlinux 0x0f8bdd81 pci_p2pmem_find_many +EXPORT_SYMBOL_GPL vmlinux 0x0f961789 alloc_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x0fa9b4ac clk_hw_get_parent_index +EXPORT_SYMBOL_GPL vmlinux 0x0fb25208 pinctrl_pm_select_sleep_state +EXPORT_SYMBOL_GPL vmlinux 0x0fbb7344 memremap_compat_align +EXPORT_SYMBOL_GPL vmlinux 0x0fbbfe04 genphy_c45_read_status +EXPORT_SYMBOL_GPL vmlinux 0x0fc07677 of_device_compatible_match +EXPORT_SYMBOL_GPL vmlinux 0x0fc7aa90 pinctrl_remove_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x0fd4610e kmem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0x0fd664f0 spi_controller_resume +EXPORT_SYMBOL_GPL vmlinux 0x0fdc4ce5 fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x0fdda512 fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0x0ff7fc61 thermal_zone_get_trip +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x10185973 __tracepoint_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x101f6f59 sk_psock_tls_strp_read +EXPORT_SYMBOL_GPL vmlinux 0x102473ee srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0x102a6f4d crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0x102cbb41 validate_xmit_skb_list +EXPORT_SYMBOL_GPL vmlinux 0x10318efc crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0x103b9aba copro_handle_mm_fault +EXPORT_SYMBOL_GPL vmlinux 0x1043dcee pinmux_generic_get_function +EXPORT_SYMBOL_GPL vmlinux 0x1049b2c2 perf_report_aux_output_id +EXPORT_SYMBOL_GPL vmlinux 0x104a5fee hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0x104b2b7d vcap_rule_get_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x107e0087 adp5520_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x107e8e10 devm_gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x107f221f serdev_device_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x10837ad9 subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x108a0acd bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0x1092e013 kvmppc_h_read +EXPORT_SYMBOL_GPL vmlinux 0x109b9db1 net_ns_get_ownership +EXPORT_SYMBOL_GPL vmlinux 0x10b77a09 kvmppc_p9_enter_guest +EXPORT_SYMBOL_GPL vmlinux 0x10b89330 crypto_has_shash +EXPORT_SYMBOL_GPL vmlinux 0x10b9da16 pinconf_generic_dump_config +EXPORT_SYMBOL_GPL vmlinux 0x10d29716 of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0x10d9f317 stack_depot_init +EXPORT_SYMBOL_GPL vmlinux 0x10ecc52c usb_amd_quirk_pll_enable +EXPORT_SYMBOL_GPL vmlinux 0x10eeb9f5 hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0x10f97e6a __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x10fe219a __wake_up_locked_key_bookmark +EXPORT_SYMBOL_GPL vmlinux 0x110309b2 pci_dev_lock +EXPORT_SYMBOL_GPL vmlinux 0x110ff30d rt288x_setup +EXPORT_SYMBOL_GPL vmlinux 0x1113c6fb power_supply_powers +EXPORT_SYMBOL_GPL vmlinux 0x1114011d threads_shift +EXPORT_SYMBOL_GPL vmlinux 0x111e6dfc pnv_get_supported_cpuidle_states +EXPORT_SYMBOL_GPL vmlinux 0x11293f92 iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1132a44f netdev_sw_irq_coalesce_default_on +EXPORT_SYMBOL_GPL vmlinux 0x113b220a pm_clk_create +EXPORT_SYMBOL_GPL vmlinux 0x113cf8f7 nvmem_device_find +EXPORT_SYMBOL_GPL vmlinux 0x1150a30c dma_async_device_channel_register +EXPORT_SYMBOL_GPL vmlinux 0x11638a69 xive_native_alloc_vp_block +EXPORT_SYMBOL_GPL vmlinux 0x116d1b52 fib_rule_matchall +EXPORT_SYMBOL_GPL vmlinux 0x117a2c00 set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x11883dfc pin_get_name +EXPORT_SYMBOL_GPL vmlinux 0x118b539e blkg_rwstat_init +EXPORT_SYMBOL_GPL vmlinux 0x1199f679 regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x11abd2f8 ioc_find_get_icq +EXPORT_SYMBOL_GPL vmlinux 0x11b68a56 __tracepoint_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x11ba59d6 rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0x11c75978 led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0x11c94cce irq_gc_ack_set_bit +EXPORT_SYMBOL_GPL vmlinux 0x11cad06d ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0x11d9961f device_set_wakeup_capable +EXPORT_SYMBOL_GPL vmlinux 0x11df0e75 devlink_fmsg_binary_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x122ce299 sbitmap_init_node +EXPORT_SYMBOL_GPL vmlinux 0x122d92f6 md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0x1234e483 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0x123ba150 ata_sff_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x123c13cc dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0x12460517 l3mdev_link_scope_lookup +EXPORT_SYMBOL_GPL vmlinux 0x124bc625 crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0x125928ac raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x1265496b pci_epc_mem_alloc_addr +EXPORT_SYMBOL_GPL vmlinux 0x127af1d9 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x127f23b1 dst_blackhole_redirect +EXPORT_SYMBOL_GPL vmlinux 0x1285fd53 usb_init_urb +EXPORT_SYMBOL_GPL vmlinux 0x128a7397 clkdev_hw_create +EXPORT_SYMBOL_GPL vmlinux 0x129f3ea6 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x12aaad6f usb_store_new_id +EXPORT_SYMBOL_GPL vmlinux 0x12bc4da9 devm_regulator_get +EXPORT_SYMBOL_GPL vmlinux 0x12c79f22 fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0x12e5ef0c rtas_set_power_level +EXPORT_SYMBOL_GPL vmlinux 0x12ee1173 memory_group_unregister +EXPORT_SYMBOL_GPL vmlinux 0x12f31b48 mpc8xxx_spi_rx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0x130aaa8f sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0x13132d16 regmap_write +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x1328fbfa nvdimm_cmd_mask +EXPORT_SYMBOL_GPL vmlinux 0x13316638 of_get_required_opp_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x133360db usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x133969d7 __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x1353897e dax_finish_sync_fault +EXPORT_SYMBOL_GPL vmlinux 0x136209db power_supply_reg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x13640660 get_cached_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0x1376982c __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0x137d3c8e au_platform_setup +EXPORT_SYMBOL_GPL vmlinux 0x137e955c iommu_tce_table_put +EXPORT_SYMBOL_GPL vmlinux 0x138041eb ata_cable_ignore +EXPORT_SYMBOL_GPL vmlinux 0x13852df7 clk_register_divider_table +EXPORT_SYMBOL_GPL vmlinux 0x138659ed nvdimm_name +EXPORT_SYMBOL_GPL vmlinux 0x138e0957 dax_write_cache_enabled +EXPORT_SYMBOL_GPL vmlinux 0x13935b2e add_wait_queue_priority +EXPORT_SYMBOL_GPL vmlinux 0x13991fb6 of_icc_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x139a078e sysfs_groups_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x139f4645 pci_msix_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x13b6b2f6 pci_iomap_wc_range +EXPORT_SYMBOL_GPL vmlinux 0x13c3ed5c __traceiter_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x13cd40ee usb_put_dev +EXPORT_SYMBOL_GPL vmlinux 0x13ce87e8 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0x13cf451a get_governor_parent_kobj +EXPORT_SYMBOL_GPL vmlinux 0x13d2ca0c dev_pm_opp_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x13d2ee75 bpf_prog_put +EXPORT_SYMBOL_GPL vmlinux 0x13dc0951 devlink_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0x13e08866 pnv_ocxl_map_xsl_regs +EXPORT_SYMBOL_GPL vmlinux 0x13e32f89 em_dev_unregister_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0x13ec89c8 ata_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0x13ed8784 sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x13f12bf8 irq_chip_retrigger_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x13f94b66 nf_hook_entries_delete_raw +EXPORT_SYMBOL_GPL vmlinux 0x13fab921 cpuidle_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x1403ad09 cpufreq_add_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x1414f084 phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0x1415ddf5 fwnode_create_software_node +EXPORT_SYMBOL_GPL vmlinux 0x141f38bf ktime_get_raw_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x14498636 pci_epf_remove_vepf +EXPORT_SYMBOL_GPL vmlinux 0x144d6ccb dm_post_suspending +EXPORT_SYMBOL_GPL vmlinux 0x145311e5 tcp_ca_openreq_child +EXPORT_SYMBOL_GPL vmlinux 0x145f0ec4 proc_create_net_data_write +EXPORT_SYMBOL_GPL vmlinux 0x1461dc3f pci_epc_raise_irq +EXPORT_SYMBOL_GPL vmlinux 0x146cc88f bpf_master_redirect_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x146f435b __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0x147d3afe blk_crypto_register +EXPORT_SYMBOL_GPL vmlinux 0x14840a9c fixup_user_fault +EXPORT_SYMBOL_GPL vmlinux 0x148f91da devl_register +EXPORT_SYMBOL_GPL vmlinux 0x149ee49b dma_resv_get_singleton +EXPORT_SYMBOL_GPL vmlinux 0x14a50174 hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x14a6343c bpf_warn_invalid_xdp_action +EXPORT_SYMBOL_GPL vmlinux 0x14a65c52 extcon_set_property_sync +EXPORT_SYMBOL_GPL vmlinux 0x14b826ab filemap_add_folio +EXPORT_SYMBOL_GPL vmlinux 0x14c2499a crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0x14cd7523 pm_generic_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0x14d186e1 get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0x14d7fc70 __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0x14fa22b8 wakeup_source_destroy +EXPORT_SYMBOL_GPL vmlinux 0x14fbcd5e __tracepoint_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x1537c7f2 opal_ipmi_recv +EXPORT_SYMBOL_GPL vmlinux 0x1538a940 copro_flush_all_slbs +EXPORT_SYMBOL_GPL vmlinux 0x153b60a6 klist_del +EXPORT_SYMBOL_GPL vmlinux 0x15510a89 devlink_fmsg_binary_put +EXPORT_SYMBOL_GPL vmlinux 0x15565fd0 kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x155a9de2 devm_namespace_disable +EXPORT_SYMBOL_GPL vmlinux 0x1562339f iommu_flush_tce +EXPORT_SYMBOL_GPL vmlinux 0x157aee5b ata_pio_need_iordy +EXPORT_SYMBOL_GPL vmlinux 0x15886f48 hte_disable_ts +EXPORT_SYMBOL_GPL vmlinux 0x159516a8 phy_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0x15a0069d iomap_fiemap +EXPORT_SYMBOL_GPL vmlinux 0x15a0b25c __rio_local_write_config_16 +EXPORT_SYMBOL_GPL vmlinux 0x15a649bb xfrm_dev_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x15ab6670 br_ip6_fragment +EXPORT_SYMBOL_GPL vmlinux 0x15ade1cc filter_irq_stacks +EXPORT_SYMBOL_GPL vmlinux 0x15ae4d29 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x15af7726 d_same_name +EXPORT_SYMBOL_GPL vmlinux 0x15b435e9 blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x15bd7435 psi_memstall_leave +EXPORT_SYMBOL_GPL vmlinux 0x15c21e5e nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0x15d43987 led_update_brightness +EXPORT_SYMBOL_GPL vmlinux 0x15d8b300 of_irq_parse_one +EXPORT_SYMBOL_GPL vmlinux 0x15db74dd debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0x15ea2648 hwpoison_filter_flags_mask +EXPORT_SYMBOL_GPL vmlinux 0x15f2c29d devm_mipi_dsi_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x15f7ab9b __vfs_setxattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x15ff147f ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0x160bd45c rtas_token +EXPORT_SYMBOL_GPL vmlinux 0x16121318 mm_iommu_get +EXPORT_SYMBOL_GPL vmlinux 0x1612b4d1 tpm_transmit_cmd +EXPORT_SYMBOL_GPL vmlinux 0x1617eea7 pci_iomap_wc +EXPORT_SYMBOL_GPL vmlinux 0x161b7faa thermal_zone_get_zone_by_name +EXPORT_SYMBOL_GPL vmlinux 0x16249a6e failover_slave_unregister +EXPORT_SYMBOL_GPL vmlinux 0x16274845 irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x1627f67b blk_queue_flag_test_and_set +EXPORT_SYMBOL_GPL vmlinux 0x162ec42a fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0x16369a27 xive_native_sync_queue +EXPORT_SYMBOL_GPL vmlinux 0x16422a6e xdp_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x1643c69d devm_regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x16497750 rio_map_outb_region +EXPORT_SYMBOL_GPL vmlinux 0x164cbd0a xhci_drop_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x16645e23 relay_late_setup_files +EXPORT_SYMBOL_GPL vmlinux 0x1676b7b6 rio_request_mport_dma +EXPORT_SYMBOL_GPL vmlinux 0x1678bbc9 blk_rq_is_poll +EXPORT_SYMBOL_GPL vmlinux 0x1687ec20 tty_get_frame_size +EXPORT_SYMBOL_GPL vmlinux 0x1690b503 usb_role_switch_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x1695dd36 mbox_chan_txdone +EXPORT_SYMBOL_GPL vmlinux 0x16a6103f tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0x16b166bd dev_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0x16b32c18 device_match_devt +EXPORT_SYMBOL_GPL vmlinux 0x16b4131a sched_show_task +EXPORT_SYMBOL_GPL vmlinux 0x16c5ec08 alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0x16d2855d __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x16da1f88 devlink_fmsg_u32_put +EXPORT_SYMBOL_GPL vmlinux 0x16dfbf36 add_interrupt_randomness +EXPORT_SYMBOL_GPL vmlinux 0x16fa536f ipv6_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0x16fbcef7 devl_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0x16fdf586 fwnode_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x170468d3 fscrypt_prepare_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x170cc36c put_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x171874b2 blocking_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0x1730ff51 class_create +EXPORT_SYMBOL_GPL vmlinux 0x17346155 dma_alloc_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x174c6274 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x17528d89 idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0x175b4436 __phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0x176031a7 devlink_fmsg_string_put +EXPORT_SYMBOL_GPL vmlinux 0x1761f32f nfnl_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x1777bf3b security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0x177b1042 __tracepoint_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x177c338d twl_get_version +EXPORT_SYMBOL_GPL vmlinux 0x17832188 make_vfsuid +EXPORT_SYMBOL_GPL vmlinux 0x17a45f50 dev_pm_opp_sync_regulators +EXPORT_SYMBOL_GPL vmlinux 0x17a9fa32 ata_sff_irq_on +EXPORT_SYMBOL_GPL vmlinux 0x17ad72d4 da9052_disable_irq_nosync +EXPORT_SYMBOL_GPL vmlinux 0x17b69c2a transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x17b820b2 ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x17c2cbfc hash__alloc_context_id +EXPORT_SYMBOL_GPL vmlinux 0x17e2b93b xdp_return_buff +EXPORT_SYMBOL_GPL vmlinux 0x17e50dec phy_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x17f91401 eeh_pe_inject_err +EXPORT_SYMBOL_GPL vmlinux 0x17fd8180 mmc_cmdq_disable +EXPORT_SYMBOL_GPL vmlinux 0x18008c59 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0x1801498d crypto_grab_kpp +EXPORT_SYMBOL_GPL vmlinux 0x18122895 clockevents_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0x1816a3aa regulator_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x18189fe2 ata_do_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x181d3885 devfreq_event_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x18283636 tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0x182b91f9 list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0x182cd1f9 devl_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0x182dd506 inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0x182e2f09 cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x183f1224 fscrypt_mergeable_bio +EXPORT_SYMBOL_GPL vmlinux 0x18428692 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x1843e540 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0x185b9925 icc_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x18654dea trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0x186c8e4a get_net_ns_by_fd +EXPORT_SYMBOL_GPL vmlinux 0x187c774f led_trigger_set +EXPORT_SYMBOL_GPL vmlinux 0x187f5c2e pinctrl_utils_free_map +EXPORT_SYMBOL_GPL vmlinux 0x187f74bd devm_init_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x18991cc0 of_usb_host_tpl_support +EXPORT_SYMBOL_GPL vmlinux 0x189f12c6 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x18ac8fc3 usb_hcd_pci_probe +EXPORT_SYMBOL_GPL vmlinux 0x18ae1b33 devm_spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0x18b1dcef pci_intx +EXPORT_SYMBOL_GPL vmlinux 0x18b50ebe kobject_move +EXPORT_SYMBOL_GPL vmlinux 0x18c16ab4 pcibios_scan_phb +EXPORT_SYMBOL_GPL vmlinux 0x18e4f8aa swphy_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x18e88b8d led_get +EXPORT_SYMBOL_GPL vmlinux 0x18eb8f01 inode_dax +EXPORT_SYMBOL_GPL vmlinux 0x18edb9d7 inet_pernet_hashinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0x18fb2caf cpus_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x1902178a srp_tmo_valid +EXPORT_SYMBOL_GPL vmlinux 0x19233082 serial8250_tx_chars +EXPORT_SYMBOL_GPL vmlinux 0x19338afd spi_split_transfers_maxwords +EXPORT_SYMBOL_GPL vmlinux 0x193918f4 iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0x193dfdf6 klp_get_prev_state +EXPORT_SYMBOL_GPL vmlinux 0x1956a009 edac_mc_add_mc_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x196f0c8b badrange_init +EXPORT_SYMBOL_GPL vmlinux 0x19770310 serial8250_rx_dma_flush +EXPORT_SYMBOL_GPL vmlinux 0x198353e4 __traceiter_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x1990228b kvmppc_host_rm_ops_hv +EXPORT_SYMBOL_GPL vmlinux 0x199193af bdev_nr_zones +EXPORT_SYMBOL_GPL vmlinux 0x1991f276 blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0x19a304ba usb_disabled +EXPORT_SYMBOL_GPL vmlinux 0x19a4b133 relay_flush +EXPORT_SYMBOL_GPL vmlinux 0x19bf9552 skb_splice_bits +EXPORT_SYMBOL_GPL vmlinux 0x19c20269 soc_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x19c42957 blk_op_str +EXPORT_SYMBOL_GPL vmlinux 0x19c9af99 pci_p2pdma_enable_show +EXPORT_SYMBOL_GPL vmlinux 0x19cb3a27 ehci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x19cc4f2a iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x19d067c4 gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0x19d93f6d __irq_apply_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0x19da1f80 nfs_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x19dab35b ftrace_set_filter_ips +EXPORT_SYMBOL_GPL vmlinux 0x19e1f3d1 gpiochip_irq_domain_deactivate +EXPORT_SYMBOL_GPL vmlinux 0x19e81304 btree_alloc +EXPORT_SYMBOL_GPL vmlinux 0x19f33626 nf_ctnetlink_has_listener +EXPORT_SYMBOL_GPL vmlinux 0x1a10c32b crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x1a146ec3 usb_ep_type_string +EXPORT_SYMBOL_GPL vmlinux 0x1a154e2b __traceiter_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x1a1c8e9a ata_dev_disable +EXPORT_SYMBOL_GPL vmlinux 0x1a1f10df of_console_check +EXPORT_SYMBOL_GPL vmlinux 0x1a345e60 bpf_prog_add +EXPORT_SYMBOL_GPL vmlinux 0x1a632d33 ata_cable_unknown +EXPORT_SYMBOL_GPL vmlinux 0x1a6bf28f fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x1a82368d ZSTD_customCalloc +EXPORT_SYMBOL_GPL vmlinux 0x1a82a65a __traceiter_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x1a834e84 simple_rename_exchange +EXPORT_SYMBOL_GPL vmlinux 0x1a8e5f11 serial8250_clear_and_reinit_fifos +EXPORT_SYMBOL_GPL vmlinux 0x1a9c20b1 xive_cleanup_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x1aa555d1 fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x1aa7a185 __tracepoint_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x1ab995b6 usb_reset_configuration +EXPORT_SYMBOL_GPL vmlinux 0x1ac18dac pinctrl_utils_reserve_map +EXPORT_SYMBOL_GPL vmlinux 0x1ac7163e of_phandle_iterator_init +EXPORT_SYMBOL_GPL vmlinux 0x1acb9bf4 blockdev_superblock +EXPORT_SYMBOL_GPL vmlinux 0x1acd18c8 cpuset_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x1ad523d9 of_clk_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0x1ae47522 __kernel_write +EXPORT_SYMBOL_GPL vmlinux 0x1ae84350 arch_smp_send_reschedule +EXPORT_SYMBOL_GPL vmlinux 0x1af267f8 int_pow +EXPORT_SYMBOL_GPL vmlinux 0x1b0602c1 cond_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x1b0cadf4 task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x1b2d9a22 usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0x1b320af7 pnv_pci_get_presence_state +EXPORT_SYMBOL_GPL vmlinux 0x1b34feba platform_bus +EXPORT_SYMBOL_GPL vmlinux 0x1b5cb82d pinctrl_parse_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0x1b676b0e usb_anchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x1b67bd78 acomp_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1b6a86c2 ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0x1b6f997b tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x1b739ef5 __tracepoint_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1b7cb099 mmc_cmdq_enable +EXPORT_SYMBOL_GPL vmlinux 0x1b850532 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1b8822d8 pinctrl_gpio_direction_output +EXPORT_SYMBOL_GPL vmlinux 0x1b89e575 rio_request_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x1b92e41d inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x1b9664d1 __destroy_context +EXPORT_SYMBOL_GPL vmlinux 0x1b9f0c10 usb_find_interface +EXPORT_SYMBOL_GPL vmlinux 0x1ba43d6a regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x1ba58192 scsi_free_sgtables +EXPORT_SYMBOL_GPL vmlinux 0x1bb099a6 crypto_shash_tfm_digest +EXPORT_SYMBOL_GPL vmlinux 0x1bb556da usb_free_streams +EXPORT_SYMBOL_GPL vmlinux 0x1bba2615 usb_sg_cancel +EXPORT_SYMBOL_GPL vmlinux 0x1bc5eebe pinctrl_gpio_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x1bca7f4f usb_get_status +EXPORT_SYMBOL_GPL vmlinux 0x1bd04525 devlink_region_snapshot_id_get +EXPORT_SYMBOL_GPL vmlinux 0x1bd27152 ethnl_cable_test_result +EXPORT_SYMBOL_GPL vmlinux 0x1bd74f27 __traceiter_block_split +EXPORT_SYMBOL_GPL vmlinux 0x1be1c4e3 iommu_set_pgtable_quirks +EXPORT_SYMBOL_GPL vmlinux 0x1be69d9d pinctrl_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x1c076917 extcon_set_state +EXPORT_SYMBOL_GPL vmlinux 0x1c227b6c wakeup_sources_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x1c54588f tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0x1c5541bd cpufreq_boost_enabled +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c5ff742 clk_get_phase +EXPORT_SYMBOL_GPL vmlinux 0x1c62e34d opal_get_sensor_data +EXPORT_SYMBOL_GPL vmlinux 0x1c7169dc ZSTD_customFree +EXPORT_SYMBOL_GPL vmlinux 0x1c740dcf vcap_chain_offset +EXPORT_SYMBOL_GPL vmlinux 0x1c788a87 wm8350_device_init +EXPORT_SYMBOL_GPL vmlinux 0x1c7d5f42 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0x1c7df74c kvm_hv_vm_activated +EXPORT_SYMBOL_GPL vmlinux 0x1c80d27d btree_geo128 +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1c8bca8d emulate_vsx_store +EXPORT_SYMBOL_GPL vmlinux 0x1c8f6df0 fat_truncate_time +EXPORT_SYMBOL_GPL vmlinux 0x1ca8a3f7 power_supply_set_property +EXPORT_SYMBOL_GPL vmlinux 0x1ca9f4db regmap_get_reg_stride +EXPORT_SYMBOL_GPL vmlinux 0x1cba35d8 generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0x1cbd92b0 cpu_mitigations_off +EXPORT_SYMBOL_GPL vmlinux 0x1cc36b29 vas_register_api_pseries +EXPORT_SYMBOL_GPL vmlinux 0x1cd3c59d dm_internal_resume_fast +EXPORT_SYMBOL_GPL vmlinux 0x1cd3d5ab trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0x1cdd0605 xhci_port_state_to_neutral +EXPORT_SYMBOL_GPL vmlinux 0x1ce4a5d3 of_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x1ce5ba2f register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x1ce8473e unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0x1cec410f __dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0x1cef3226 usb_bus_idr_lock +EXPORT_SYMBOL_GPL vmlinux 0x1d00411c devl_trap_policers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x1d025965 platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x1d0df32b irq_domain_translate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x1d0f5742 watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x1d11ec5b power_supply_get_battery_info +EXPORT_SYMBOL_GPL vmlinux 0x1d15d47a __vfs_removexattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x1d222ced irq_get_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0x1d2742e4 xdp_rxq_info_is_reg +EXPORT_SYMBOL_GPL vmlinux 0x1d47f8e0 usb_ep0_reinit +EXPORT_SYMBOL_GPL vmlinux 0x1d4a40d2 devm_extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0x1d4c7940 iommu_tce_kill +EXPORT_SYMBOL_GPL vmlinux 0x1d4cf67d bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0x1d56bc5e gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x1d6b36ec __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x1d73012d kvmppc_update_dirty_map +EXPORT_SYMBOL_GPL vmlinux 0x1d740875 inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0x1d868af7 platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0x1d951fef device_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x1da85f04 event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0x1dc01508 wm831x_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x1dc659d4 cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x1dc69d4d lp8788_write_byte +EXPORT_SYMBOL_GPL vmlinux 0x1dee5ada of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0x1df33284 opal_prd_msg +EXPORT_SYMBOL_GPL vmlinux 0x1dfa5dbd mpi_invm +EXPORT_SYMBOL_GPL vmlinux 0x1e002904 devfreq_event_remove_edev +EXPORT_SYMBOL_GPL vmlinux 0x1e049cd0 mmc_regulator_enable_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0x1e0670c6 reset_control_release +EXPORT_SYMBOL_GPL vmlinux 0x1e077c94 ip6_pol_route +EXPORT_SYMBOL_GPL vmlinux 0x1e0b560e __thermal_zone_get_trip +EXPORT_SYMBOL_GPL vmlinux 0x1e0cf235 opal_get_sensor_data_u64 +EXPORT_SYMBOL_GPL vmlinux 0x1e0f27fb xdp_features_set_redirect_target +EXPORT_SYMBOL_GPL vmlinux 0x1e13c5d5 rio_mport_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0x1e2f0cfc pm_clk_suspend +EXPORT_SYMBOL_GPL vmlinux 0x1e424d61 user_preparse +EXPORT_SYMBOL_GPL vmlinux 0x1e53f827 stack_depot_print +EXPORT_SYMBOL_GPL vmlinux 0x1e6d39f6 dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0x1e6db5c9 fscrypt_ioctl_remove_key_all_users +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e892fcf ata_bmdma_error_handler +EXPORT_SYMBOL_GPL vmlinux 0x1e89fc94 vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0x1e8eb717 crypto_rng_reset +EXPORT_SYMBOL_GPL vmlinux 0x1e8fac8e wireless_nlevent_flush +EXPORT_SYMBOL_GPL vmlinux 0x1e97ecf7 regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1e993cd9 vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x1e9c590a usb_find_common_endpoints_reverse +EXPORT_SYMBOL_GPL vmlinux 0x1ea014f3 icc_sync_state +EXPORT_SYMBOL_GPL vmlinux 0x1ea56cfd kset_find_obj +EXPORT_SYMBOL_GPL vmlinux 0x1eaf06d9 gpiochip_line_is_open_drain +EXPORT_SYMBOL_GPL vmlinux 0x1eb1f91c devlink_is_reload_failed +EXPORT_SYMBOL_GPL vmlinux 0x1eb3d7fc devm_of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0x1eb92f4d crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ed0fc48 lwtunnel_encap_add_ops +EXPORT_SYMBOL_GPL vmlinux 0x1ed4d2eb percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x1ed6032b of_dma_request_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0x1edac5c3 xive_native_enable_vp +EXPORT_SYMBOL_GPL vmlinux 0x1ee188c1 pwm_adjust_config +EXPORT_SYMBOL_GPL vmlinux 0x1ee42958 crypto_unregister_aead +EXPORT_SYMBOL_GPL vmlinux 0x1ee47e00 is_vmalloc_or_module_addr +EXPORT_SYMBOL_GPL vmlinux 0x1ef20793 stop_core_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x1efb137a pci_epc_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x1f050e36 pnv_pci_set_power_state +EXPORT_SYMBOL_GPL vmlinux 0x1f08e39e genphy_c45_check_and_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x1f156925 __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x1f195ae4 device_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x1f2ae841 devlink_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x1f2b2e94 genphy_c45_pma_read_abilities +EXPORT_SYMBOL_GPL vmlinux 0x1f38a4f6 mpi_set_highbit +EXPORT_SYMBOL_GPL vmlinux 0x1f38b855 scsi_template_proc_dir +EXPORT_SYMBOL_GPL vmlinux 0x1f449588 mctrl_gpio_disable_ms +EXPORT_SYMBOL_GPL vmlinux 0x1f49854c device_pm_wait_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x1f506d07 fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0x1f563160 bpf_offload_dev_priv +EXPORT_SYMBOL_GPL vmlinux 0x1f5e5ca4 dm_internal_suspend_fast +EXPORT_SYMBOL_GPL vmlinux 0x1f6bb2fd pci_ignore_hotplug +EXPORT_SYMBOL_GPL vmlinux 0x1f6d0b20 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0x1f7ce050 regulator_set_suspend_voltage +EXPORT_SYMBOL_GPL vmlinux 0x1f7e0b95 devm_gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x1f814fbe wbt_enable_default +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f892f99 vc_scrolldelta_helper +EXPORT_SYMBOL_GPL vmlinux 0x1f894263 __traceiter_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0x1fa1d95c sha256_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x1fca434d usb_enable_ltm +EXPORT_SYMBOL_GPL vmlinux 0x1fd61fe0 regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0x1fe6e504 gpiod_add_hogs +EXPORT_SYMBOL_GPL vmlinux 0x1fe71656 devm_create_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x1ff2f3e0 __virtqueue_break +EXPORT_SYMBOL_GPL vmlinux 0x1ff3fd20 virtqueue_get_desc_addr +EXPORT_SYMBOL_GPL vmlinux 0x1fffb6d6 fwnode_graph_get_remote_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x2003adc5 tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0x2009e400 devlink_info_board_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x20154fc3 wakeup_source_remove +EXPORT_SYMBOL_GPL vmlinux 0x20187f04 pci_epc_set_msi +EXPORT_SYMBOL_GPL vmlinux 0x20188823 crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x2018e79a da903x_reads +EXPORT_SYMBOL_GPL vmlinux 0x20277d69 i2c_client_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x202d4ed6 nvmem_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x202ffc85 inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0x2035cb1b kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x20451ae8 __fsverity_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x2066eeed regulator_register +EXPORT_SYMBOL_GPL vmlinux 0x20790ab0 devm_of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0x20893600 devl_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2092c7fc edac_device_handle_ue_count +EXPORT_SYMBOL_GPL vmlinux 0x20941776 nf_route +EXPORT_SYMBOL_GPL vmlinux 0x20a4e01a HUF_readStats_wksp +EXPORT_SYMBOL_GPL vmlinux 0x20b557ed crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0x20e680eb rio_pw_enable +EXPORT_SYMBOL_GPL vmlinux 0x21082054 mas_find_range +EXPORT_SYMBOL_GPL vmlinux 0x2117a83f devfreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0x211850f5 htab_hash_mask +EXPORT_SYMBOL_GPL vmlinux 0x21212416 ping_hash +EXPORT_SYMBOL_GPL vmlinux 0x212734c5 vcap_netbytes_copy +EXPORT_SYMBOL_GPL vmlinux 0x2127f51f rtas_function_token +EXPORT_SYMBOL_GPL vmlinux 0x212c6844 __list_lru_init +EXPORT_SYMBOL_GPL vmlinux 0x21385152 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0x2153a531 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0x2162681f debugfs_file_get +EXPORT_SYMBOL_GPL vmlinux 0x216dca99 device_for_each_child_reverse +EXPORT_SYMBOL_GPL vmlinux 0x216de4e1 rcu_get_gp_kthreads_prio +EXPORT_SYMBOL_GPL vmlinux 0x2176e42a hwpoison_filter_memcg +EXPORT_SYMBOL_GPL vmlinux 0x218568d2 alarmtimer_get_rtcdev +EXPORT_SYMBOL_GPL vmlinux 0x2188a2e9 mas_find +EXPORT_SYMBOL_GPL vmlinux 0x218b44f7 ip_route_output_tunnel +EXPORT_SYMBOL_GPL vmlinux 0x2196665b regulator_is_equal +EXPORT_SYMBOL_GPL vmlinux 0x2197f38e virtio_require_restricted_mem_acc +EXPORT_SYMBOL_GPL vmlinux 0x21a2522e rtc_update_irq +EXPORT_SYMBOL_GPL vmlinux 0x21a30119 ata_port_pbar_desc +EXPORT_SYMBOL_GPL vmlinux 0x21a563da clk_get_accuracy +EXPORT_SYMBOL_GPL vmlinux 0x21a8a539 pci_epc_stop +EXPORT_SYMBOL_GPL vmlinux 0x21c00be5 bio_associate_blkg +EXPORT_SYMBOL_GPL vmlinux 0x21c9efac of_dma_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x21cd536a crypto_put_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x21d245a2 cxl_update_properties +EXPORT_SYMBOL_GPL vmlinux 0x21d42324 inet_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0x21d57cfc iomap_file_buffered_write +EXPORT_SYMBOL_GPL vmlinux 0x22018214 dev_err_probe +EXPORT_SYMBOL_GPL vmlinux 0x22162642 __traceiter_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x22265285 bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0x2237013d phy_pm_runtime_get +EXPORT_SYMBOL_GPL vmlinux 0x22540af9 sec_irq_init +EXPORT_SYMBOL_GPL vmlinux 0x22546be9 _copy_mc_to_iter +EXPORT_SYMBOL_GPL vmlinux 0x2255bfd9 sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x225b1a73 pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x22646322 crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0x2264adf2 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0x226662ea rio_dma_prep_slave_sg +EXPORT_SYMBOL_GPL vmlinux 0x227ff5ec pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0x2288473c fuse_conn_destroy +EXPORT_SYMBOL_GPL vmlinux 0x22b26533 cgroup_get_from_fd +EXPORT_SYMBOL_GPL vmlinux 0x22bab715 get_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x22c1dbca inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0x22c50ac1 devlink_flash_update_timeout_notify +EXPORT_SYMBOL_GPL vmlinux 0x22cb8fc0 scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x22d60537 tcf_frag_xmit_count +EXPORT_SYMBOL_GPL vmlinux 0x22d9409b iomap_sort_ioends +EXPORT_SYMBOL_GPL vmlinux 0x22eb1317 param_set_uint_minmax +EXPORT_SYMBOL_GPL vmlinux 0x22fd08ba cpuacct_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x23111a4f get_dev_pagemap +EXPORT_SYMBOL_GPL vmlinux 0x231306f6 serial8250_em485_destroy +EXPORT_SYMBOL_GPL vmlinux 0x231b39f6 ip6_dst_lookup_tunnel +EXPORT_SYMBOL_GPL vmlinux 0x232b09e0 fuse_free_conn +EXPORT_SYMBOL_GPL vmlinux 0x232fc1a4 pci_ecam_free +EXPORT_SYMBOL_GPL vmlinux 0x233111b2 hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x23311b6c usb_driver_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0x23412816 rtc_tm_to_ktime +EXPORT_SYMBOL_GPL vmlinux 0x2347cdcc nvmem_layout_unregister +EXPORT_SYMBOL_GPL vmlinux 0x234b7f5f i2c_new_smbus_alert_device +EXPORT_SYMBOL_GPL vmlinux 0x234cf416 devlink_fmsg_string_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x234e159a blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x234e9915 __traceiter_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x23516987 tpm_try_get_ops +EXPORT_SYMBOL_GPL vmlinux 0x23544eac inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x236d595b blk_mq_hctx_set_fq_lock_class +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x239198c8 pci_get_dsn +EXPORT_SYMBOL_GPL vmlinux 0x23955845 sysfs_break_active_protection +EXPORT_SYMBOL_GPL vmlinux 0x2396c7f0 clk_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x23a8beab fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0x23ba3d14 __traceiter_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x23c3b778 phy_basic_features +EXPORT_SYMBOL_GPL vmlinux 0x23d2bf98 pci_ats_supported +EXPORT_SYMBOL_GPL vmlinux 0x23d9b2ab shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x23f51b41 devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x23f53a77 pinctrl_find_and_add_gpio_range +EXPORT_SYMBOL_GPL vmlinux 0x24054bfb serdev_device_remove +EXPORT_SYMBOL_GPL vmlinux 0x24099794 of_usb_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x2421097b mpi_const +EXPORT_SYMBOL_GPL vmlinux 0x24235223 phy_10gbit_full_features +EXPORT_SYMBOL_GPL vmlinux 0x2445e3b2 skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0x245043a2 of_property_read_variable_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x247a8fff rio_route_get_entry +EXPORT_SYMBOL_GPL vmlinux 0x2481032c dw_pcie_setup_rc +EXPORT_SYMBOL_GPL vmlinux 0x2484e789 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x24852826 __SCK__tp_func_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x2486f641 security_kernel_post_read_file +EXPORT_SYMBOL_GPL vmlinux 0x248bc867 raw_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0x248e1473 kfree_strarray +EXPORT_SYMBOL_GPL vmlinux 0x249221fd mptcp_pm_get_subflows_max +EXPORT_SYMBOL_GPL vmlinux 0x2493e883 gpiochip_generic_request +EXPORT_SYMBOL_GPL vmlinux 0x24a135f7 sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x24a5dddb devm_clk_get_prepared +EXPORT_SYMBOL_GPL vmlinux 0x24aa4c6e filemap_range_has_writeback +EXPORT_SYMBOL_GPL vmlinux 0x24ad11db wakeup_sources_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x24b46910 udp_tunnel_nic_ops +EXPORT_SYMBOL_GPL vmlinux 0x24b9f356 mmu_partition_table_set_entry +EXPORT_SYMBOL_GPL vmlinux 0x24c1bc20 pci_set_host_bridge_release +EXPORT_SYMBOL_GPL vmlinux 0x24c73fdf srp_remove_host +EXPORT_SYMBOL_GPL vmlinux 0x24ca7a7d ipv6_bpf_stub +EXPORT_SYMBOL_GPL vmlinux 0x24cce8d3 pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x24d14fd8 phy_create_lookup +EXPORT_SYMBOL_GPL vmlinux 0x24da0093 rcu_inkernel_boot_has_ended +EXPORT_SYMBOL_GPL vmlinux 0x24e58b8c net_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x24e7bec6 xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x24eb7e32 leds_list +EXPORT_SYMBOL_GPL vmlinux 0x24ecb936 rhashtable_walk_exit +EXPORT_SYMBOL_GPL vmlinux 0x24f39c39 reset_control_reset +EXPORT_SYMBOL_GPL vmlinux 0x24fa3085 dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x24fc50f4 kdb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x250501b8 usb_free_coherent +EXPORT_SYMBOL_GPL vmlinux 0x2508f842 cpufreq_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x250a915e devlink_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x250d6d7e of_mm_gpiochip_add_data +EXPORT_SYMBOL_GPL vmlinux 0x25165218 hwrng_yield +EXPORT_SYMBOL_GPL vmlinux 0x251b8ab3 raw_v6_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x251e90cb __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x252151d4 kvmppc_save_current_sprs +EXPORT_SYMBOL_GPL vmlinux 0x25301bc6 arch_wb_cache_pmem +EXPORT_SYMBOL_GPL vmlinux 0x253460cd dev_pm_opp_find_freq_floor +EXPORT_SYMBOL_GPL vmlinux 0x25379e73 clk_set_min_rate +EXPORT_SYMBOL_GPL vmlinux 0x25389a3d isa_bridge_pcidev +EXPORT_SYMBOL_GPL vmlinux 0x2539926e iommu_alloc_resv_region +EXPORT_SYMBOL_GPL vmlinux 0x25588ba4 devm_of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x2559d24d kvmppc_h_set_dabr +EXPORT_SYMBOL_GPL vmlinux 0x25643aea ata_scsi_slave_destroy +EXPORT_SYMBOL_GPL vmlinux 0x256b9254 fib6_get_table +EXPORT_SYMBOL_GPL vmlinux 0x2577ede2 uart_console_write +EXPORT_SYMBOL_GPL vmlinux 0x257b2777 ata_eh_freeze_port +EXPORT_SYMBOL_GPL vmlinux 0x257e3d1d serdev_controller_alloc +EXPORT_SYMBOL_GPL vmlinux 0x258145b7 icc_node_create +EXPORT_SYMBOL_GPL vmlinux 0x258bb54b ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0x2592fc6c console_printk +EXPORT_SYMBOL_GPL vmlinux 0x259564eb __hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0x25a29e85 fuse_dev_install +EXPORT_SYMBOL_GPL vmlinux 0x25bbfa9a security_kernel_load_data +EXPORT_SYMBOL_GPL vmlinux 0x25c42796 onboard_hub_destroy_pdevs +EXPORT_SYMBOL_GPL vmlinux 0x25dd007e badblocks_clear +EXPORT_SYMBOL_GPL vmlinux 0x25f2830c xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x25f7e038 eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0x260bec5e blkcg_punt_bio_submit +EXPORT_SYMBOL_GPL vmlinux 0x260faf89 get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x260ffd5e __phy_modify +EXPORT_SYMBOL_GPL vmlinux 0x26106c57 cpufreq_disable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x261ad35c badblocks_set +EXPORT_SYMBOL_GPL vmlinux 0x263800e7 device_register +EXPORT_SYMBOL_GPL vmlinux 0x263b954c input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x2652212c xdp_master_redirect +EXPORT_SYMBOL_GPL vmlinux 0x265bbef9 kexec_crash_loaded +EXPORT_SYMBOL_GPL vmlinux 0x265c0fb5 dev_pm_opp_get_of_node +EXPORT_SYMBOL_GPL vmlinux 0x266a4b08 tasklet_unlock +EXPORT_SYMBOL_GPL vmlinux 0x267941b3 __tracepoint_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x267cbed2 mbox_bind_client +EXPORT_SYMBOL_GPL vmlinux 0x267df662 smp_call_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0x268ab810 sk_msg_trim +EXPORT_SYMBOL_GPL vmlinux 0x26913940 crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x26918054 freq_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x269a5a0d hrtimer_sleeper_start_expires +EXPORT_SYMBOL_GPL vmlinux 0x269e2eec xhci_find_slot_id_by_port +EXPORT_SYMBOL_GPL vmlinux 0x26ab4755 put_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x26addb42 usb_control_msg +EXPORT_SYMBOL_GPL vmlinux 0x26c44a3b __tracepoint_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x26c59946 icc_get_name +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26cfee93 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0x26d654e6 dma_wait_for_async_tx +EXPORT_SYMBOL_GPL vmlinux 0x26d7a4a7 dev_pm_opp_get_supplies +EXPORT_SYMBOL_GPL vmlinux 0x26d84529 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x26ed2186 register_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0x26f7e8a1 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0x26fb3372 powercap_register_control_type +EXPORT_SYMBOL_GPL vmlinux 0x26fe5dc6 fuse_dev_alloc +EXPORT_SYMBOL_GPL vmlinux 0x27052904 ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x2730345a destroy_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x273c1563 clk_hw_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x2744d47e rio_alloc_net +EXPORT_SYMBOL_GPL vmlinux 0x2752a291 input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0x27617e12 pm_generic_freeze_late +EXPORT_SYMBOL_GPL vmlinux 0x27865986 dev_attr_ncq_prio_supported +EXPORT_SYMBOL_GPL vmlinux 0x2795fc9d vcap_set_rule_set_actionset +EXPORT_SYMBOL_GPL vmlinux 0x279ade24 bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0x27a1a054 irq_chip_set_type_parent +EXPORT_SYMBOL_GPL vmlinux 0x27a70dcb debugfs_write_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x27a79eab __wake_up_pollfree +EXPORT_SYMBOL_GPL vmlinux 0x27a91c6f dev_pm_opp_get_opp_table +EXPORT_SYMBOL_GPL vmlinux 0x27bb78f4 devm_rtc_allocate_device +EXPORT_SYMBOL_GPL vmlinux 0x27c40d72 __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x27c49fbb mas_erase +EXPORT_SYMBOL_GPL vmlinux 0x27c59ac6 gpiod_set_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x27ce3ec0 cpu_latency_qos_request_active +EXPORT_SYMBOL_GPL vmlinux 0x27cf1117 crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x27fb1f64 watchdog_set_last_hw_keepalive +EXPORT_SYMBOL_GPL vmlinux 0x280427ba register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x2804b7d2 unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x28084aa3 vfs_remove_acl +EXPORT_SYMBOL_GPL vmlinux 0x281fb929 ip6_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x282b3f94 __tracepoint_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x282cdabc usb_led_activity +EXPORT_SYMBOL_GPL vmlinux 0x28310bcd kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x2845babc mptcp_pm_get_add_addr_signal_max +EXPORT_SYMBOL_GPL vmlinux 0x28492e95 usb_phy_roothub_resume +EXPORT_SYMBOL_GPL vmlinux 0x2853412d blk_mq_free_request +EXPORT_SYMBOL_GPL vmlinux 0x285536f5 tcpv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x286494cf devm_phy_get +EXPORT_SYMBOL_GPL vmlinux 0x2864abc9 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x2866fcb8 regulator_list_voltage_table +EXPORT_SYMBOL_GPL vmlinux 0x2868ebf0 spi_async +EXPORT_SYMBOL_GPL vmlinux 0x286cc647 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0x2882d40e usb_role_switch_unregister +EXPORT_SYMBOL_GPL vmlinux 0x28a8f935 usb_anchor_suspend_wakeups +EXPORT_SYMBOL_GPL vmlinux 0x28aa6a67 call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x28ab4fb9 pinctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0x28b030d2 of_overlay_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x28b9b090 fwnode_get_name +EXPORT_SYMBOL_GPL vmlinux 0x28bf455e ata_link_online +EXPORT_SYMBOL_GPL vmlinux 0x28c3385c pci_msi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0x28c8a3db mmu_psize_defs +EXPORT_SYMBOL_GPL vmlinux 0x28c98ae5 devlink_port_type_clear +EXPORT_SYMBOL_GPL vmlinux 0x28cbd44e debugfs_read_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x28d8df3b phy_get_rate_matching +EXPORT_SYMBOL_GPL vmlinux 0x28dc83ef irq_domain_push_irq +EXPORT_SYMBOL_GPL vmlinux 0x28faf009 dev_pm_domain_set +EXPORT_SYMBOL_GPL vmlinux 0x290bba14 __ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x29105201 fb_bl_default_curve +EXPORT_SYMBOL_GPL vmlinux 0x291876f3 mpi_ec_get_affine +EXPORT_SYMBOL_GPL vmlinux 0x29254f20 bpf_trace_run7 +EXPORT_SYMBOL_GPL vmlinux 0x2929336c of_irq_to_resource +EXPORT_SYMBOL_GPL vmlinux 0x292ca22c sbitmap_finish_wait +EXPORT_SYMBOL_GPL vmlinux 0x29302587 devm_regulator_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x293336a0 nvmem_cell_read_u32 +EXPORT_SYMBOL_GPL vmlinux 0x2940032d pnv_pci_get_power_state +EXPORT_SYMBOL_GPL vmlinux 0x294f4874 devm_clk_get_optional_prepared +EXPORT_SYMBOL_GPL vmlinux 0x295778fc bpf_map_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x296ddbcf dw_pcie_ep_raise_legacy_irq +EXPORT_SYMBOL_GPL vmlinux 0x297105d4 irq_chip_eoi_parent +EXPORT_SYMBOL_GPL vmlinux 0x29834efb thp_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0x298e9b46 da903x_writes +EXPORT_SYMBOL_GPL vmlinux 0x29aa48d0 radix__flush_tlb_lpid_page +EXPORT_SYMBOL_GPL vmlinux 0x29adb7b3 bpf_prog_alloc +EXPORT_SYMBOL_GPL vmlinux 0x29b15772 dw_pcie_read_dbi +EXPORT_SYMBOL_GPL vmlinux 0x29d0a7b0 virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0x29d1b543 unregister_cxl_calls +EXPORT_SYMBOL_GPL vmlinux 0x29db7307 __fscrypt_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x29e57bd4 securityfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x29ea5bd4 devm_namespace_enable +EXPORT_SYMBOL_GPL vmlinux 0x29eba37f current_is_async +EXPORT_SYMBOL_GPL vmlinux 0x29f7bd14 phy_led_triggers_register +EXPORT_SYMBOL_GPL vmlinux 0x2a0e734e pktgen_xfrm_outer_mode_output +EXPORT_SYMBOL_GPL vmlinux 0x2a0ffd98 irq_domain_free_irqs_common +EXPORT_SYMBOL_GPL vmlinux 0x2a1e9af2 i2c_client_type +EXPORT_SYMBOL_GPL vmlinux 0x2a2cbe63 extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x2a2f04fa ip_tunnel_netlink_parms +EXPORT_SYMBOL_GPL vmlinux 0x2a336698 opal_rtc_write +EXPORT_SYMBOL_GPL vmlinux 0x2a374811 serial8250_do_get_mctrl +EXPORT_SYMBOL_GPL vmlinux 0x2a3865c7 ata_wait_register +EXPORT_SYMBOL_GPL vmlinux 0x2a3cfdab pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x2a4080ec of_property_read_variable_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x2a454ba2 kvmppc_clear_ref_hpte +EXPORT_SYMBOL_GPL vmlinux 0x2a62cb3a ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2a633c53 dma_get_slave_caps +EXPORT_SYMBOL_GPL vmlinux 0x2a7316da __SCK__tp_func_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x2a7d9bdd devm_phy_create +EXPORT_SYMBOL_GPL vmlinux 0x2a976d1c dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x2a9b236b rtm_getroute_parse_ip_proto +EXPORT_SYMBOL_GPL vmlinux 0x2a9ead2a fscrypt_symlink_getattr +EXPORT_SYMBOL_GPL vmlinux 0x2aa42e4f platform_get_mem_or_io +EXPORT_SYMBOL_GPL vmlinux 0x2ac585b0 wakeup_sources_walk_start +EXPORT_SYMBOL_GPL vmlinux 0x2ad97bf4 rcu_tasks_trace_qs_blkd +EXPORT_SYMBOL_GPL vmlinux 0x2ada9de2 get_user_pages_fast_only +EXPORT_SYMBOL_GPL vmlinux 0x2af4a84b blkcg_get_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x2b1bae0e cpu_to_core_id +EXPORT_SYMBOL_GPL vmlinux 0x2b1fba0f xive_native_disable_queue +EXPORT_SYMBOL_GPL vmlinux 0x2b271c15 mptcp_pm_get_add_addr_accept_max +EXPORT_SYMBOL_GPL vmlinux 0x2b289cab samsung_sdi_battery_get_info +EXPORT_SYMBOL_GPL vmlinux 0x2b2b5ce4 max8997_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x2b36b332 sdio_align_size +EXPORT_SYMBOL_GPL vmlinux 0x2b4147ed kvmppc_hcall_impl_hv_realmode +EXPORT_SYMBOL_GPL vmlinux 0x2b4509dd devlink_health_reporter_state_update +EXPORT_SYMBOL_GPL vmlinux 0x2b505ef2 tty_release_struct +EXPORT_SYMBOL_GPL vmlinux 0x2b529cdd skcipher_walk_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x2b5d5c88 ethnl_cable_test_finished +EXPORT_SYMBOL_GPL vmlinux 0x2b6150fb power_supply_temp2resist_simple +EXPORT_SYMBOL_GPL vmlinux 0x2b6d960d synth_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x2b7ca95d sbitmap_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x2b7f8a49 devm_request_free_mem_region +EXPORT_SYMBOL_GPL vmlinux 0x2b8f24ae __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0x2bb3f1e8 devlink_free +EXPORT_SYMBOL_GPL vmlinux 0x2bb9095f radix__flush_pwc_lpid +EXPORT_SYMBOL_GPL vmlinux 0x2bd8a8bb blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x2bd9a743 cpufreq_policy_transition_delay_us +EXPORT_SYMBOL_GPL vmlinux 0x2bd9b23a iommu_enable_nesting +EXPORT_SYMBOL_GPL vmlinux 0x2bdf5ab0 pm_wakeup_pending +EXPORT_SYMBOL_GPL vmlinux 0x2bf551ba crypto_type_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x2c035711 iomap_is_partially_uptodate +EXPORT_SYMBOL_GPL vmlinux 0x2c08fbb5 rio_route_clr_table +EXPORT_SYMBOL_GPL vmlinux 0x2c09ce14 usb_phy_roothub_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2c208607 power_supply_is_system_supplied +EXPORT_SYMBOL_GPL vmlinux 0x2c2abc6b of_irq_parse_and_map_pci +EXPORT_SYMBOL_GPL vmlinux 0x2c2b27c8 ata_port_classify +EXPORT_SYMBOL_GPL vmlinux 0x2c2e9c17 crypto_akcipher_sync_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x2c3054f9 net_inc_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x2c3cbc9d pnv_ocxl_get_tl_cap +EXPORT_SYMBOL_GPL vmlinux 0x2c451c16 dev_attr_ncq_prio_enable +EXPORT_SYMBOL_GPL vmlinux 0x2c4a311c driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x2c579fca set_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x2c5e0e81 bus_get_dev_root +EXPORT_SYMBOL_GPL vmlinux 0x2c5e67da edac_pci_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x2c633169 bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0x2c635527 arch_invalidate_pmem +EXPORT_SYMBOL_GPL vmlinux 0x2c66ac85 devlink_info_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2c6713d3 irq_chip_set_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0x2c68dcbe synth_event_trace_array +EXPORT_SYMBOL_GPL vmlinux 0x2c7da0a5 irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c834418 static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x2c848fe0 mas_store_gfp +EXPORT_SYMBOL_GPL vmlinux 0x2c8dd6b8 edac_mem_types +EXPORT_SYMBOL_GPL vmlinux 0x2c8f3d6e bpfilter_ops +EXPORT_SYMBOL_GPL vmlinux 0x2c906620 fwnode_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x2c90ca1e power_supply_class +EXPORT_SYMBOL_GPL vmlinux 0x2c97f8a2 of_reconfig_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x2ca061e5 eeh_dev_check_failure +EXPORT_SYMBOL_GPL vmlinux 0x2ca0fde2 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x2caed6db ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x2cb7fea6 __xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x2ccb56cb __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x2ccf0565 vcap_rule_find_keysets +EXPORT_SYMBOL_GPL vmlinux 0x2cd03ca1 gpiochip_add_pingroup_range +EXPORT_SYMBOL_GPL vmlinux 0x2cd5df3a opal_ipmi_send +EXPORT_SYMBOL_GPL vmlinux 0x2cd88f51 kvm_hv_vm_deactivated +EXPORT_SYMBOL_GPL vmlinux 0x2ce1bb0f sdio_f0_writeb +EXPORT_SYMBOL_GPL vmlinux 0x2ce61f33 __SCK__tp_func_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x2cf96b7b mmu_interval_notifier_remove +EXPORT_SYMBOL_GPL vmlinux 0x2cfbcf91 regulator_set_ramp_delay_regmap +EXPORT_SYMBOL_GPL vmlinux 0x2d0443c9 crypto_register_aead +EXPORT_SYMBOL_GPL vmlinux 0x2d06f8ac debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x2d0dd4d8 irq_domain_create_legacy +EXPORT_SYMBOL_GPL vmlinux 0x2d1225a5 sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0x2d12ff45 ata_bmdma_dumb_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x2d16632b pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0x2d1ac222 addrconf_prefix_rcv_add_addr +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d1b1e7b inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0x2d2acb68 skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0x2d2dd36f kobj_ns_grab_current +EXPORT_SYMBOL_GPL vmlinux 0x2d344e95 crypto_register_acomps +EXPORT_SYMBOL_GPL vmlinux 0x2d39677b ata_sas_slave_configure +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d4f8ac7 scsi_autopm_put_device +EXPORT_SYMBOL_GPL vmlinux 0x2d5f69b3 rcu_read_unlock_strict +EXPORT_SYMBOL_GPL vmlinux 0x2d609547 dax_direct_access +EXPORT_SYMBOL_GPL vmlinux 0x2d99f503 device_add_software_node +EXPORT_SYMBOL_GPL vmlinux 0x2d9e7c27 ncsi_vlan_rx_add_vid +EXPORT_SYMBOL_GPL vmlinux 0x2dac8c56 edac_pci_handle_pe +EXPORT_SYMBOL_GPL vmlinux 0x2db44f18 perf_trace_run_bpf_submit +EXPORT_SYMBOL_GPL vmlinux 0x2dd5f785 __devm_clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0x2de5cb94 get_device +EXPORT_SYMBOL_GPL vmlinux 0x2ded7599 crypto_wait_for_test +EXPORT_SYMBOL_GPL vmlinux 0x2df1d419 blkg_conf_init +EXPORT_SYMBOL_GPL vmlinux 0x2dfafa27 debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x2e0256ce rio_lock_device +EXPORT_SYMBOL_GPL vmlinux 0x2e028ae6 rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x2e035bb5 of_hwspin_lock_get_id_byname +EXPORT_SYMBOL_GPL vmlinux 0x2e14dae8 encrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0x2e210714 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e24d51b of_reserved_mem_device_release +EXPORT_SYMBOL_GPL vmlinux 0x2e3b8cc9 genphy_c45_plca_get_status +EXPORT_SYMBOL_GPL vmlinux 0x2e59822f irq_set_affinity +EXPORT_SYMBOL_GPL vmlinux 0x2e613cbb fscrypt_ioctl_remove_key +EXPORT_SYMBOL_GPL vmlinux 0x2e66298c __SCK__tp_func_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x2e7887d2 nf_ct_set_closing +EXPORT_SYMBOL_GPL vmlinux 0x2e7b6e28 usb_reset_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x2e7f81e0 posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0x2e95ac40 sk_free_unlock_clone +EXPORT_SYMBOL_GPL vmlinux 0x2e9ac74e usb_hub_find_child +EXPORT_SYMBOL_GPL vmlinux 0x2e9f1f83 rdev_get_id +EXPORT_SYMBOL_GPL vmlinux 0x2e9f7ed3 regulator_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x2eac4116 vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0x2eb5f7aa power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x2ebb19fd execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2ec8aabf of_prop_next_u32 +EXPORT_SYMBOL_GPL vmlinux 0x2eca6a19 phy_basic_t1s_p2mp_features_array +EXPORT_SYMBOL_GPL vmlinux 0x2ed7c5f4 tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0x2edab614 serial8250_rx_chars +EXPORT_SYMBOL_GPL vmlinux 0x2edcccae tracing_snapshot_cond_enable +EXPORT_SYMBOL_GPL vmlinux 0x2ee667c5 device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x2ee760c7 mmc_regulator_disable_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0x2ef751f7 bpf_map_inc_with_uref +EXPORT_SYMBOL_GPL vmlinux 0x2f08be39 crypto_register_aeads +EXPORT_SYMBOL_GPL vmlinux 0x2f0d9053 usb_otg_state_string +EXPORT_SYMBOL_GPL vmlinux 0x2f0daf01 __pm_runtime_idle +EXPORT_SYMBOL_GPL vmlinux 0x2f1ea064 __SCK__tp_func_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x2f2c95c4 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x2f364b21 tpm2_probe +EXPORT_SYMBOL_GPL vmlinux 0x2f40fb81 folio_invalidate +EXPORT_SYMBOL_GPL vmlinux 0x2f4880df static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x2f503e82 of_regulator_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0x2f5901dc remove_phb_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x2f62a2b8 nfs42_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0x2f6d8551 regulator_count_voltages +EXPORT_SYMBOL_GPL vmlinux 0x2f6f0e34 usb_set_wireless_status +EXPORT_SYMBOL_GPL vmlinux 0x2f7b7ae8 rio_mport_get_feature +EXPORT_SYMBOL_GPL vmlinux 0x2fa3fb52 pci_vpd_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2fa6de79 devm_ioremap_uc +EXPORT_SYMBOL_GPL vmlinux 0x2fae96de rtas_data_buf_lock +EXPORT_SYMBOL_GPL vmlinux 0x2fb9a174 phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0x2fbbcf46 __clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x2fbf442e devm_clk_hw_get_clk +EXPORT_SYMBOL_GPL vmlinux 0x2fc0c213 __alloc_pages_bulk +EXPORT_SYMBOL_GPL vmlinux 0x2fc1e0fe kmem_valid_obj +EXPORT_SYMBOL_GPL vmlinux 0x2fc45a6a scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0x2fe77a4c pci_epc_linkdown +EXPORT_SYMBOL_GPL vmlinux 0x2ffbd18c opal_message_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3003357e xhci_gen_setup +EXPORT_SYMBOL_GPL vmlinux 0x30110a29 phy_eee_cap1_features +EXPORT_SYMBOL_GPL vmlinux 0x30178255 __hwspin_lock_timeout +EXPORT_SYMBOL_GPL vmlinux 0x301832fb opal_async_get_token_interruptible +EXPORT_SYMBOL_GPL vmlinux 0x3024f8d3 skb_consume_udp +EXPORT_SYMBOL_GPL vmlinux 0x302fd00f regulator_bulk_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x304f62e9 clean_acked_data_enable +EXPORT_SYMBOL_GPL vmlinux 0x3061cfce ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0x307798bc is_xive_irq +EXPORT_SYMBOL_GPL vmlinux 0x307eccf9 policy_has_boost_freq +EXPORT_SYMBOL_GPL vmlinux 0x3087a543 pinctrl_force_default +EXPORT_SYMBOL_GPL vmlinux 0x3089fe26 pinctrl_utils_add_map_mux +EXPORT_SYMBOL_GPL vmlinux 0x308a1978 clk_hw_init_rate_request +EXPORT_SYMBOL_GPL vmlinux 0x308d6873 devl_region_create +EXPORT_SYMBOL_GPL vmlinux 0x309d40d7 spi_bus_lock +EXPORT_SYMBOL_GPL vmlinux 0x309e3ad6 crypto_unregister_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x30b803fa crypto_aead_setkey +EXPORT_SYMBOL_GPL vmlinux 0x30c446b0 tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x30d80416 pm_generic_thaw_noirq +EXPORT_SYMBOL_GPL vmlinux 0x30e7ac66 component_add +EXPORT_SYMBOL_GPL vmlinux 0x30eb6484 nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0x30fed77e pci_hp_del +EXPORT_SYMBOL_GPL vmlinux 0x31019477 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x310348dd pci_free_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x3103c49e iomap_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x310520a4 __iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0x31094d74 irq_create_fwspec_mapping +EXPORT_SYMBOL_GPL vmlinux 0x310d61c2 folio_wait_writeback +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x31269173 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0x31404b43 blk_stat_disable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x3145017b of_fdt_unflatten_tree +EXPORT_SYMBOL_GPL vmlinux 0x3148e76f dev_pm_put_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0x3153c321 cpu_remove_dev_attr_group +EXPORT_SYMBOL_GPL vmlinux 0x3166b33e ata_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0x318076a4 devm_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x3187fcfa folio_wait_stable +EXPORT_SYMBOL_GPL vmlinux 0x3192d768 cpufreq_remove_update_util_hook +EXPORT_SYMBOL_GPL vmlinux 0x31a95e8b ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x31b1e85f fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x31c45315 devm_device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0x31c7970f pciserial_suspend_ports +EXPORT_SYMBOL_GPL vmlinux 0x31cfde44 clk_hw_unregister +EXPORT_SYMBOL_GPL vmlinux 0x31d1ad8d clk_hw_is_prepared +EXPORT_SYMBOL_GPL vmlinux 0x31d7b62c stmpe_dev_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0x31dc177c metadata_dst_alloc +EXPORT_SYMBOL_GPL vmlinux 0x31dc42f5 __tracepoint_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x31ee8052 tcp_set_keepalive +EXPORT_SYMBOL_GPL vmlinux 0x31f06959 mm_iommu_is_devmem +EXPORT_SYMBOL_GPL vmlinux 0x31f0cb7b __traceiter_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x31f6e003 crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0x320025af relay_open +EXPORT_SYMBOL_GPL vmlinux 0x32295715 dev_pm_opp_clear_config +EXPORT_SYMBOL_GPL vmlinux 0x32460e8e __traceiter_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x32587e58 regulator_get_mode +EXPORT_SYMBOL_GPL vmlinux 0x325f9d61 vcap_rule_add_key_u72 +EXPORT_SYMBOL_GPL vmlinux 0x326a5a5f register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0x326cefe5 hwpoison_filter_dev_minor +EXPORT_SYMBOL_GPL vmlinux 0x326dd5da tcp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0x327de163 iommu_map +EXPORT_SYMBOL_GPL vmlinux 0x32804d31 dev_pm_opp_of_cpumask_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x3285c777 device_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x328c7895 cgrp_dfl_root +EXPORT_SYMBOL_GPL vmlinux 0x328e2078 __traceiter_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x32a6e392 extcon_sync +EXPORT_SYMBOL_GPL vmlinux 0x32ab06cc irq_percpu_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x32ad292b balloon_page_alloc +EXPORT_SYMBOL_GPL vmlinux 0x32ad45a3 nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x32b59e89 device_match_name +EXPORT_SYMBOL_GPL vmlinux 0x32b66add crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0x32bc0fcf preempt_notifier_dec +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32c9f4d3 folio_alloc_buffers +EXPORT_SYMBOL_GPL vmlinux 0x32d045b7 bdev_discard_alignment +EXPORT_SYMBOL_GPL vmlinux 0x32e297b7 locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0x330010b6 cpuset_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x3303bc83 dst_blackhole_mtu +EXPORT_SYMBOL_GPL vmlinux 0x330f6116 set_dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x330ff381 of_scan_bus +EXPORT_SYMBOL_GPL vmlinux 0x3310ca6c blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x331adc21 __tracepoint_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0x3325bc68 cpufreq_freq_attr_scaling_boost_freqs +EXPORT_SYMBOL_GPL vmlinux 0x33338211 rcuref_get_slowpath +EXPORT_SYMBOL_GPL vmlinux 0x333bc4de regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x333e4a9b xas_find_conflict +EXPORT_SYMBOL_GPL vmlinux 0x334689a2 vp_legacy_set_features +EXPORT_SYMBOL_GPL vmlinux 0x33532303 crypto_unregister_scomps +EXPORT_SYMBOL_GPL vmlinux 0x33552546 do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x336d66a6 sata_pmp_qc_defer_cmd_switch +EXPORT_SYMBOL_GPL vmlinux 0x3378b7b2 dev_pm_genpd_synced_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x33864ce7 ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0x338b04b5 pci_ecam_map_bus +EXPORT_SYMBOL_GPL vmlinux 0x338b5b04 fib_nl_delrule +EXPORT_SYMBOL_GPL vmlinux 0x33a66bab fwnode_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x33a9bb7a register_cxl_calls +EXPORT_SYMBOL_GPL vmlinux 0x33b18d05 tcp_unregister_ulp +EXPORT_SYMBOL_GPL vmlinux 0x33c3b76e param_ops_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x33ce91f4 proc_dou8vec_minmax +EXPORT_SYMBOL_GPL vmlinux 0x33cec20c sched_setattr_nocheck +EXPORT_SYMBOL_GPL vmlinux 0x33d95b0b of_pci_dma_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0x33efc8c8 trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x33f64188 devm_pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x34178912 scsi_dh_activate +EXPORT_SYMBOL_GPL vmlinux 0x34407691 crypto_has_ahash +EXPORT_SYMBOL_GPL vmlinux 0x344361a1 kdb_register +EXPORT_SYMBOL_GPL vmlinux 0x344a2c84 iomap_dio_complete +EXPORT_SYMBOL_GPL vmlinux 0x3450ad94 mpi_set_ui +EXPORT_SYMBOL_GPL vmlinux 0x3482eefe usb_hcd_map_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x34920985 regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x349e7c80 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0x34a4cd7f devm_irq_alloc_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x34a7b142 __SCK__tp_func_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x34bc4393 skb_mpls_push +EXPORT_SYMBOL_GPL vmlinux 0x34bdeeb7 spi_add_device +EXPORT_SYMBOL_GPL vmlinux 0x34d292c6 list_lru_count_one +EXPORT_SYMBOL_GPL vmlinux 0x34dccfb2 context_tracking +EXPORT_SYMBOL_GPL vmlinux 0x34de353e kvm_free_hpt_cma +EXPORT_SYMBOL_GPL vmlinux 0x34ea7f30 mmc_switch +EXPORT_SYMBOL_GPL vmlinux 0x34f22fd0 iptunnel_metadata_reply +EXPORT_SYMBOL_GPL vmlinux 0x34f26a0d class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x34f3d772 devlink_traps_register +EXPORT_SYMBOL_GPL vmlinux 0x34fff794 skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0x350f6ce5 tasklet_unlock_wait +EXPORT_SYMBOL_GPL vmlinux 0x351f025c device_del +EXPORT_SYMBOL_GPL vmlinux 0x352b3813 maxim_charger_calc_reg_current +EXPORT_SYMBOL_GPL vmlinux 0x352e062b edac_pci_release_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0x352ec68b bpf_offload_dev_destroy +EXPORT_SYMBOL_GPL vmlinux 0x353b11f7 memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0x3542e347 phy_10gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x35434126 clk_hw_forward_rate_request +EXPORT_SYMBOL_GPL vmlinux 0x355f39e5 aead_exit_geniv +EXPORT_SYMBOL_GPL vmlinux 0x3565a929 utf8_data_table +EXPORT_SYMBOL_GPL vmlinux 0x356b9452 ethnl_cable_test_free +EXPORT_SYMBOL_GPL vmlinux 0x35703368 __scsi_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x358d17b1 extcon_unregister_notifier_all +EXPORT_SYMBOL_GPL vmlinux 0x358ff60f twl_get_hfclk_rate +EXPORT_SYMBOL_GPL vmlinux 0x359d8623 __fscrypt_encrypt_symlink +EXPORT_SYMBOL_GPL vmlinux 0x35a72357 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0x35b52c86 netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0x35c362fe do_xdp_generic +EXPORT_SYMBOL_GPL vmlinux 0x35c45604 led_trigger_remove +EXPORT_SYMBOL_GPL vmlinux 0x35c6ec39 xhci_get_ep_ctx +EXPORT_SYMBOL_GPL vmlinux 0x35ceb9eb of_pse_control_get +EXPORT_SYMBOL_GPL vmlinux 0x35d13695 devl_resource_register +EXPORT_SYMBOL_GPL vmlinux 0x35db77c5 irq_gc_mask_clr_bit +EXPORT_SYMBOL_GPL vmlinux 0x35e73c8c xhci_resume +EXPORT_SYMBOL_GPL vmlinux 0x35f7e1f2 vcap_del_rules +EXPORT_SYMBOL_GPL vmlinux 0x360285bb pinctrl_force_sleep +EXPORT_SYMBOL_GPL vmlinux 0x360f746d eeh_pe_set_option +EXPORT_SYMBOL_GPL vmlinux 0x36174282 pci_epc_remove_epf +EXPORT_SYMBOL_GPL vmlinux 0x36196672 devm_of_clk_add_hw_provider +EXPORT_SYMBOL_GPL vmlinux 0x36242943 switchdev_deferred_process +EXPORT_SYMBOL_GPL vmlinux 0x362857b9 scsi_host_block +EXPORT_SYMBOL_GPL vmlinux 0x362d7cc4 usb_control_msg_recv +EXPORT_SYMBOL_GPL vmlinux 0x362e5dfa crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0x364538c1 fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0x367cc478 add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0x368491bd is_software_node +EXPORT_SYMBOL_GPL vmlinux 0x36898d6f gpiod_remove_hogs +EXPORT_SYMBOL_GPL vmlinux 0x368e89d6 ata_sff_pause +EXPORT_SYMBOL_GPL vmlinux 0x368eef13 netif_carrier_event +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36c9cdcb blk_mq_wait_quiesce_done +EXPORT_SYMBOL_GPL vmlinux 0x36cd6081 ata_sff_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x36dd2579 rio_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x36f73587 usb_hcd_link_urb_to_ep +EXPORT_SYMBOL_GPL vmlinux 0x37117bf4 devm_hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x371bcbe7 da9052_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x37268e51 clk_fixed_rate_ops +EXPORT_SYMBOL_GPL vmlinux 0x372853d0 modify_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0x372aae2d regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x372c3e85 __clk_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x37302496 irq_chip_set_wake_parent +EXPORT_SYMBOL_GPL vmlinux 0x37383edd rtas_get_power_level +EXPORT_SYMBOL_GPL vmlinux 0x3744ad8e devm_serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x374aac2e pm_clk_remove_clk +EXPORT_SYMBOL_GPL vmlinux 0x374c4790 from_vfsgid +EXPORT_SYMBOL_GPL vmlinux 0x376926c3 rcuwait_wake_up +EXPORT_SYMBOL_GPL vmlinux 0x376a9300 sdio_disable_func +EXPORT_SYMBOL_GPL vmlinux 0x37727caf vas_tx_win_open +EXPORT_SYMBOL_GPL vmlinux 0x377bbcbc pm_suspend_target_state +EXPORT_SYMBOL_GPL vmlinux 0x377f0d60 ata_sff_exec_command +EXPORT_SYMBOL_GPL vmlinux 0x378bc0f8 dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0x378c8a43 devm_mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3790cb38 sbitmap_queue_show +EXPORT_SYMBOL_GPL vmlinux 0x37917b10 virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0x37984918 cpufreq_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x3798e71e tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x37b07df5 devlink_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x37bbb678 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x37bf7be3 percpu_ref_exit +EXPORT_SYMBOL_GPL vmlinux 0x37cb087e sk_set_peek_off +EXPORT_SYMBOL_GPL vmlinux 0x37db6520 devm_of_led_get +EXPORT_SYMBOL_GPL vmlinux 0x37e2c547 dev_pm_opp_of_get_opp_desc_node +EXPORT_SYMBOL_GPL vmlinux 0x37e8d447 platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0x37ec5143 synth_event_trace_end +EXPORT_SYMBOL_GPL vmlinux 0x3801776b __ioread32_copy +EXPORT_SYMBOL_GPL vmlinux 0x3804ac38 sched_numa_hop_mask +EXPORT_SYMBOL_GPL vmlinux 0x380dde36 power_supply_batinfo_ocv2cap +EXPORT_SYMBOL_GPL vmlinux 0x38268b62 icc_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0x3828246c wm8350_block_write +EXPORT_SYMBOL_GPL vmlinux 0x38374815 clear_selection +EXPORT_SYMBOL_GPL vmlinux 0x383decc0 eeh_pe_get_state +EXPORT_SYMBOL_GPL vmlinux 0x38436366 tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x384693cd software_node_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x38480837 gov_update_cpu_data +EXPORT_SYMBOL_GPL vmlinux 0x3857aeca peernet2id_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3857df9a __traceiter_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0x3866e217 nvmem_device_write +EXPORT_SYMBOL_GPL vmlinux 0x38757a85 bpf_trace_run10 +EXPORT_SYMBOL_GPL vmlinux 0x38868a35 alloc_skb_for_msg +EXPORT_SYMBOL_GPL vmlinux 0x3886b8f3 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0x38894214 ohci_hub_status_data +EXPORT_SYMBOL_GPL vmlinux 0x389b64a2 static_key_count +EXPORT_SYMBOL_GPL vmlinux 0x38aa1397 gpiod_add_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0x38c06a51 gpiochip_line_is_irq +EXPORT_SYMBOL_GPL vmlinux 0x38c3631d crypto_akcipher_sync_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x38d23562 badrange_add +EXPORT_SYMBOL_GPL vmlinux 0x38d7c08d ata_sff_dma_pause +EXPORT_SYMBOL_GPL vmlinux 0x38dbc426 ata_link_offline +EXPORT_SYMBOL_GPL vmlinux 0x38e1fde7 mpi_set +EXPORT_SYMBOL_GPL vmlinux 0x38e5bc5a clk_set_rate_range +EXPORT_SYMBOL_GPL vmlinux 0x38f704de dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x3904be09 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0x391c6d60 devm_led_get +EXPORT_SYMBOL_GPL vmlinux 0x391e49fe simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x392bb08c x509_load_certificate_list +EXPORT_SYMBOL_GPL vmlinux 0x3947997c tps6586x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0x3957325c __devm_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x3958ccb6 __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x39628c75 scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0x3973260f fixed_phy_register_with_gpiod +EXPORT_SYMBOL_GPL vmlinux 0x397e2142 __SCK__tp_func_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x39825730 ata_bmdma32_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x39889315 serdev_device_write +EXPORT_SYMBOL_GPL vmlinux 0x39aa4888 usb_role_string +EXPORT_SYMBOL_GPL vmlinux 0x39b37fce dma_max_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x39c32aca __SCK__tp_func_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x39c8b5dd pci_p2pmem_free_sgl +EXPORT_SYMBOL_GPL vmlinux 0x39ccd297 component_del +EXPORT_SYMBOL_GPL vmlinux 0x39dc5247 crypto_alg_extsize +EXPORT_SYMBOL_GPL vmlinux 0x39dcb161 device_phy_find_device +EXPORT_SYMBOL_GPL vmlinux 0x39ded098 rdma_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x39e3d714 vcap_add_rule +EXPORT_SYMBOL_GPL vmlinux 0x39f71a23 cxl_afu_put +EXPORT_SYMBOL_GPL vmlinux 0x3a013708 blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0x3a11bd7f pm_runtime_force_suspend +EXPORT_SYMBOL_GPL vmlinux 0x3a15013b ata_pack_xfermask +EXPORT_SYMBOL_GPL vmlinux 0x3a24fb2f percpu_ref_resurrect +EXPORT_SYMBOL_GPL vmlinux 0x3a321730 iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0x3a385678 __xdp_rxq_info_reg +EXPORT_SYMBOL_GPL vmlinux 0x3a415304 elv_rqhash_add +EXPORT_SYMBOL_GPL vmlinux 0x3a4f6a32 ata_sff_interrupt +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a55981a static_key_enable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x3a5fa0ab nexthop_select_path +EXPORT_SYMBOL_GPL vmlinux 0x3a694fd5 usb_hc_died +EXPORT_SYMBOL_GPL vmlinux 0x3a7e6e01 disk_set_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0x3a9b8eb7 __skb_zcopy_downgrade_managed +EXPORT_SYMBOL_GPL vmlinux 0x3a9be019 asymmetric_key_id_partial +EXPORT_SYMBOL_GPL vmlinux 0x3aa9573e sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0x3aacca25 platform_get_irq_optional +EXPORT_SYMBOL_GPL vmlinux 0x3aaf150f vas_win_close +EXPORT_SYMBOL_GPL vmlinux 0x3ab6ec41 netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0x3aba1368 dma_fence_unwrap_next +EXPORT_SYMBOL_GPL vmlinux 0x3abf58a6 of_clk_get_parent_count +EXPORT_SYMBOL_GPL vmlinux 0x3acdf325 twl4030_audio_enable_resource +EXPORT_SYMBOL_GPL vmlinux 0x3ad19a8b tty_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x3ae65f46 netdev_cmd_to_name +EXPORT_SYMBOL_GPL vmlinux 0x3ae696d2 fuse_send_init +EXPORT_SYMBOL_GPL vmlinux 0x3aef7a7c __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0x3b03208d power_supply_battery_info_has_prop +EXPORT_SYMBOL_GPL vmlinux 0x3b03a771 start_poll_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x3b0f8d7e power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x3b177052 switchdev_bridge_port_offload +EXPORT_SYMBOL_GPL vmlinux 0x3b2a17a2 bpf_trace_run3 +EXPORT_SYMBOL_GPL vmlinux 0x3b3724a2 phy_power_off +EXPORT_SYMBOL_GPL vmlinux 0x3b42d6ed iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0x3b4326fa kvmppc_do_h_enter +EXPORT_SYMBOL_GPL vmlinux 0x3b4c240a display_timings_release +EXPORT_SYMBOL_GPL vmlinux 0x3b6ddf56 nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x3b7087be __nvdimm_create +EXPORT_SYMBOL_GPL vmlinux 0x3b757ff3 mm_account_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x3b88218c devlink_remote_reload_actions_performed +EXPORT_SYMBOL_GPL vmlinux 0x3b8f4788 rhashtable_walk_peek +EXPORT_SYMBOL_GPL vmlinux 0x3b95f543 klp_shadow_free +EXPORT_SYMBOL_GPL vmlinux 0x3b9fffdf usb_set_interface +EXPORT_SYMBOL_GPL vmlinux 0x3ba01b47 get_compat_sigset +EXPORT_SYMBOL_GPL vmlinux 0x3ba1aeb1 __traceiter_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x3bc0a70b input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0x3bcc5e03 dw_pcie_own_conf_map_bus +EXPORT_SYMBOL_GPL vmlinux 0x3bcdb7cb dma_request_chan_by_mask +EXPORT_SYMBOL_GPL vmlinux 0x3bd10fdc powercap_unregister_control_type +EXPORT_SYMBOL_GPL vmlinux 0x3bdb5d28 alg_test +EXPORT_SYMBOL_GPL vmlinux 0x3be200ce phy_10gbit_fec_features +EXPORT_SYMBOL_GPL vmlinux 0x3bf03404 switchdev_bridge_port_unoffload +EXPORT_SYMBOL_GPL vmlinux 0x3bf17755 mpi_read_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3bfd32f9 pinctrl_generic_get_group +EXPORT_SYMBOL_GPL vmlinux 0x3c01217c __mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0x3c046dcd pci_disable_pri +EXPORT_SYMBOL_GPL vmlinux 0x3c0fa99c of_dma_configure_id +EXPORT_SYMBOL_GPL vmlinux 0x3c1c3725 rcu_fwd_progress_check +EXPORT_SYMBOL_GPL vmlinux 0x3c241c2c public_key_free +EXPORT_SYMBOL_GPL vmlinux 0x3c2b68f7 of_changeset_apply +EXPORT_SYMBOL_GPL vmlinux 0x3c2c8e25 sdio_retune_crc_disable +EXPORT_SYMBOL_GPL vmlinux 0x3c374261 dst_cache_get_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x3c37cbf8 machine_check_print_event_info +EXPORT_SYMBOL_GPL vmlinux 0x3c38cc29 pwm_get_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x3c3c85d8 __SCK__tp_func_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x3c3fe21c led_compose_name +EXPORT_SYMBOL_GPL vmlinux 0x3c55bd77 edac_device_handle_ce_count +EXPORT_SYMBOL_GPL vmlinux 0x3c6785b7 block_pr_type_to_scsi +EXPORT_SYMBOL_GPL vmlinux 0x3c681dc4 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0x3c779c88 rio_dev_get +EXPORT_SYMBOL_GPL vmlinux 0x3c891ff8 icc_enable +EXPORT_SYMBOL_GPL vmlinux 0x3c93bc93 hwpoison_filter +EXPORT_SYMBOL_GPL vmlinux 0x3c9af8b6 iomap_readahead +EXPORT_SYMBOL_GPL vmlinux 0x3ca2c4ec raw_abort +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cd1b510 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x3cf69baf slice_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0x3cfae59b extcon_get_edev_name +EXPORT_SYMBOL_GPL vmlinux 0x3cfb796d kvmppc_save_tm_hv +EXPORT_SYMBOL_GPL vmlinux 0x3d1d7e23 device_move +EXPORT_SYMBOL_GPL vmlinux 0x3d1d86c3 crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0x3d388324 dpm_resume_end +EXPORT_SYMBOL_GPL vmlinux 0x3d3e879a gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x3d3fcddd io_uring_cmd_done +EXPORT_SYMBOL_GPL vmlinux 0x3d4dc79c xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0x3d510a7b rcu_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0x3d612305 iommu_direction_to_tce_perm +EXPORT_SYMBOL_GPL vmlinux 0x3d6666d7 verify_pkcs7_signature +EXPORT_SYMBOL_GPL vmlinux 0x3d6fadb5 sdio_f0_readb +EXPORT_SYMBOL_GPL vmlinux 0x3d7c341e stmpe_disable +EXPORT_SYMBOL_GPL vmlinux 0x3d866e05 __SCK__tp_func_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x3d8baf3b zs_huge_class_size +EXPORT_SYMBOL_GPL vmlinux 0x3d986497 devlink_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x3d9bbf75 wwan_port_txon +EXPORT_SYMBOL_GPL vmlinux 0x3da0744b preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x3daa2540 nf_hooks_lwtunnel_enabled +EXPORT_SYMBOL_GPL vmlinux 0x3dafd32b mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0x3db31b1d inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0x3ddacffa usb_get_intf +EXPORT_SYMBOL_GPL vmlinux 0x3de70f24 fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x3de918e7 irq_find_matching_fwspec +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3df6efe6 pnv_ocxl_unmap_lpar +EXPORT_SYMBOL_GPL vmlinux 0x3df9c53c nf_checksum_partial +EXPORT_SYMBOL_GPL vmlinux 0x3dfb071f __cpuhp_state_remove_instance +EXPORT_SYMBOL_GPL vmlinux 0x3e056381 regmap_read +EXPORT_SYMBOL_GPL vmlinux 0x3e165e1f dw8250_setup_port +EXPORT_SYMBOL_GPL vmlinux 0x3e2defc2 uart_handle_cts_change +EXPORT_SYMBOL_GPL vmlinux 0x3e31c869 dev_pm_opp_free_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x3e411ace sfp_select_interface +EXPORT_SYMBOL_GPL vmlinux 0x3e54ab11 regulator_map_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x3e5818c1 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x3e6d9d64 __tracepoint_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e713941 uart_set_options +EXPORT_SYMBOL_GPL vmlinux 0x3e903560 ip_tunnel_netlink_encap_parms +EXPORT_SYMBOL_GPL vmlinux 0x3e9061f4 platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x3ea0cc95 pnv_pci_set_tunnel_bar +EXPORT_SYMBOL_GPL vmlinux 0x3ea24d39 gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0x3eac3c83 tc3589x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x3ecdaa2b __find_linux_pte +EXPORT_SYMBOL_GPL vmlinux 0x3ece898c kvmppc_h_bulk_remove +EXPORT_SYMBOL_GPL vmlinux 0x3ed1ad5a crypto_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x3ed210a1 __pm_runtime_set_status +EXPORT_SYMBOL_GPL vmlinux 0x3edb086b pse_control_put +EXPORT_SYMBOL_GPL vmlinux 0x3ee2adb6 handle_fasteoi_irq +EXPORT_SYMBOL_GPL vmlinux 0x3ee44641 __srcu_read_unlock_nmisafe +EXPORT_SYMBOL_GPL vmlinux 0x3ef051c8 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x3efd3903 icc_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x3f090ebc ncsi_vlan_rx_kill_vid +EXPORT_SYMBOL_GPL vmlinux 0x3f16a0a0 ata_pci_bmdma_init +EXPORT_SYMBOL_GPL vmlinux 0x3f189768 devm_fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x3f194198 devl_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3f233048 md_bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x3f491f49 reset_control_bulk_reset +EXPORT_SYMBOL_GPL vmlinux 0x3f4982ea dev_attr_unload_heads +EXPORT_SYMBOL_GPL vmlinux 0x3f4ef68c crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0x3f5527b9 trace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0x3f669655 thermal_zone_device_type +EXPORT_SYMBOL_GPL vmlinux 0x3f67ca80 crypto_register_kpp +EXPORT_SYMBOL_GPL vmlinux 0x3f84bcd7 dax_alive +EXPORT_SYMBOL_GPL vmlinux 0x3f8934b0 gpiochip_generic_free +EXPORT_SYMBOL_GPL vmlinux 0x3fab1862 fork_usermode_driver +EXPORT_SYMBOL_GPL vmlinux 0x3fb8a533 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0x3fbfcd9f __traceiter_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x3fe35aea irq_bypass_unregister_consumer +EXPORT_SYMBOL_GPL vmlinux 0x3fe6c346 devlink_fmsg_binary_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x3ff2e349 hte_request_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x3ffa9cf5 sock_map_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3ffdacf3 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0x4001b19f kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x4027b4eb relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0x40314647 regulator_list_voltage +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x404afea9 dma_mmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x405a2125 ata_sff_hsm_move +EXPORT_SYMBOL_GPL vmlinux 0x406062e8 usb_wakeup_notification +EXPORT_SYMBOL_GPL vmlinux 0x4065d168 pm_print_active_wakeup_sources +EXPORT_SYMBOL_GPL vmlinux 0x406c4cb1 hrtimer_resolution +EXPORT_SYMBOL_GPL vmlinux 0x4071b517 out_of_line_wait_on_bit_timeout +EXPORT_SYMBOL_GPL vmlinux 0x407f5c53 ata_pci_sff_init_one +EXPORT_SYMBOL_GPL vmlinux 0x4099f919 tun_ptr_free +EXPORT_SYMBOL_GPL vmlinux 0x40a6c075 scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0x40b5be99 xive_native_populate_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x40b5e5da thermal_zone_get_slope +EXPORT_SYMBOL_GPL vmlinux 0x40b5e814 icc_link_create +EXPORT_SYMBOL_GPL vmlinux 0x40dc7d28 icc_provider_deregister +EXPORT_SYMBOL_GPL vmlinux 0x40f0683e reset_control_put +EXPORT_SYMBOL_GPL vmlinux 0x40f25fd9 switchdev_handle_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x40f58c09 firmware_request_platform +EXPORT_SYMBOL_GPL vmlinux 0x40f66360 fbcon_modechange_possible +EXPORT_SYMBOL_GPL vmlinux 0x40f8b94e ring_buffer_iter_dropped +EXPORT_SYMBOL_GPL vmlinux 0x40f8bd4e klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x4100a662 clk_get_scaled_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x411cfedb alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0x4121cfec sdio_retune_release +EXPORT_SYMBOL_GPL vmlinux 0x4129b081 mptcp_diag_fill_info +EXPORT_SYMBOL_GPL vmlinux 0x412bc681 ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x413d2bc0 user_read +EXPORT_SYMBOL_GPL vmlinux 0x41439cd0 virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0x414c2c21 __mt_destroy +EXPORT_SYMBOL_GPL vmlinux 0x414d119a videomode_from_timings +EXPORT_SYMBOL_GPL vmlinux 0x414d7aae xive_native_get_queue_state +EXPORT_SYMBOL_GPL vmlinux 0x41550893 __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x41814a05 rio_add_device +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x4183132a kstrdup_quotable_file +EXPORT_SYMBOL_GPL vmlinux 0x418873cc irq_bypass_register_producer +EXPORT_SYMBOL_GPL vmlinux 0x419e7efd sfp_module_stop +EXPORT_SYMBOL_GPL vmlinux 0x41aada63 crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0x41acf4e2 proc_create_net_single +EXPORT_SYMBOL_GPL vmlinux 0x41ad87f6 xhci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x41ad9d49 scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0x41b9a6e6 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x41c2accf udp_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0x41c36b9b __tracepoint_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x41c9cb49 fwnode_get_phy_node +EXPORT_SYMBOL_GPL vmlinux 0x41ccac41 devm_nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x41ea79d7 fwnode_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0x41ed3cec eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x41f75f89 dax_layout_busy_page +EXPORT_SYMBOL_GPL vmlinux 0x41faeacb fwnode_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x41fbec0e balloon_page_list_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x42041512 i2c_get_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x420e85f2 pci_epc_put +EXPORT_SYMBOL_GPL vmlinux 0x420f3d01 nvmem_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x421c54c5 of_icc_get_from_provider +EXPORT_SYMBOL_GPL vmlinux 0x42260077 inet6_hash +EXPORT_SYMBOL_GPL vmlinux 0x4233cc0e nvmem_cell_read_u16 +EXPORT_SYMBOL_GPL vmlinux 0x4233fbd9 dma_get_merge_boundary +EXPORT_SYMBOL_GPL vmlinux 0x42344176 skcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x4235cf5a tcp_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0x424b5c62 ip_valid_fib_dump_req +EXPORT_SYMBOL_GPL vmlinux 0x42532a84 nl_table +EXPORT_SYMBOL_GPL vmlinux 0x42571113 sbitmap_queue_wake_all +EXPORT_SYMBOL_GPL vmlinux 0x42576639 devm_krealloc +EXPORT_SYMBOL_GPL vmlinux 0x42635d55 pm_suspend_global_flags +EXPORT_SYMBOL_GPL vmlinux 0x42747ea0 device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0x427bd1a0 stmpe_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x42883234 crypto_init_akcipher_ops_sig +EXPORT_SYMBOL_GPL vmlinux 0x429c3f9c reboot_mode +EXPORT_SYMBOL_GPL vmlinux 0x42a05fa1 bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0x42c7c2f9 devm_thermal_of_zone_unregister +EXPORT_SYMBOL_GPL vmlinux 0x42d41bfb trace_get_event_file +EXPORT_SYMBOL_GPL vmlinux 0x42d433d5 pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0x42d73ac0 percpu_is_read_locked +EXPORT_SYMBOL_GPL vmlinux 0x42da9fb4 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0x42e732cb vcap_rule_add_key_u128 +EXPORT_SYMBOL_GPL vmlinux 0x42ef0bc4 stop_machine +EXPORT_SYMBOL_GPL vmlinux 0x42f4092b platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x42f728aa mctrl_gpio_get_outputs +EXPORT_SYMBOL_GPL vmlinux 0x42fecf1b vga_default_device +EXPORT_SYMBOL_GPL vmlinux 0x430d88ec __traceiter_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x430fdf91 alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0x43107ac1 gpiochip_request_own_desc +EXPORT_SYMBOL_GPL vmlinux 0x4310ed1d power_supply_unregister +EXPORT_SYMBOL_GPL vmlinux 0x432702e6 mm_iommu_mapped_inc +EXPORT_SYMBOL_GPL vmlinux 0x4332c6e3 irq_gc_set_wake +EXPORT_SYMBOL_GPL vmlinux 0x434ffc15 unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x43538a3e pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0x43642aa9 extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x436d0335 sysfs_update_groups +EXPORT_SYMBOL_GPL vmlinux 0x436d817f mpi_clear_bit +EXPORT_SYMBOL_GPL vmlinux 0x437eb1df ipv6_mod_enabled +EXPORT_SYMBOL_GPL vmlinux 0x4386f050 usb_of_get_companion_dev +EXPORT_SYMBOL_GPL vmlinux 0x43a801ff usb_hcd_amd_remote_wakeup_quirk +EXPORT_SYMBOL_GPL vmlinux 0x43aa319e lease_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x43bdfe44 extcon_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x43caa7c0 regmap_irq_get_irq_reg_linear +EXPORT_SYMBOL_GPL vmlinux 0x43d49b07 led_blink_set +EXPORT_SYMBOL_GPL vmlinux 0x43d804d0 dpm_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x43e3ef8e led_trigger_blink_oneshot +EXPORT_SYMBOL_GPL vmlinux 0x43e4bd7f nf_conn_btf_access_lock +EXPORT_SYMBOL_GPL vmlinux 0x43e66e15 bpf_sk_storage_diag_put +EXPORT_SYMBOL_GPL vmlinux 0x43f81957 clk_round_rate +EXPORT_SYMBOL_GPL vmlinux 0x43f92edd wait_for_initramfs +EXPORT_SYMBOL_GPL vmlinux 0x4401e6c2 mpi_cmpabs +EXPORT_SYMBOL_GPL vmlinux 0x4405418e pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0x4418cd34 ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x441a3259 gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x44257671 vcap_select_min_rule_keyset +EXPORT_SYMBOL_GPL vmlinux 0x442deaa9 poll_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x44338a36 firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0x4439bcd2 __SCK__tp_func_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x443defc3 pnv_ocxl_set_tl_conf +EXPORT_SYMBOL_GPL vmlinux 0x4448750c pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0x4448c679 mt_prev +EXPORT_SYMBOL_GPL vmlinux 0x4453e7b0 kthread_func +EXPORT_SYMBOL_GPL vmlinux 0x4454bca9 sbitmap_queue_init_node +EXPORT_SYMBOL_GPL vmlinux 0x4456d0f2 pm_clk_add +EXPORT_SYMBOL_GPL vmlinux 0x4460c530 of_nvmem_layout_get_container +EXPORT_SYMBOL_GPL vmlinux 0x4466086c thermal_cooling_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x446a36f9 wakeup_source_add +EXPORT_SYMBOL_GPL vmlinux 0x4471a51d vhost_task_stop +EXPORT_SYMBOL_GPL vmlinux 0x4473176c housekeeping_affine +EXPORT_SYMBOL_GPL vmlinux 0x44745322 phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0x447a3239 pci_hp_add +EXPORT_SYMBOL_GPL vmlinux 0x447f237f pnv_ocxl_unmap_xsl_regs +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x448de6fd md_run +EXPORT_SYMBOL_GPL vmlinux 0x449d0fe3 device_link_del +EXPORT_SYMBOL_GPL vmlinux 0x449fa45d btree_remove +EXPORT_SYMBOL_GPL vmlinux 0x44b09de0 iommu_tce_check_ioba +EXPORT_SYMBOL_GPL vmlinux 0x44bae227 bit_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x44c068cc serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x44c10a52 kvfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x44c70e76 virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x44ca69fd unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x44cf8cf0 blk_zone_cond_str +EXPORT_SYMBOL_GPL vmlinux 0x44d2d9ff sbitmap_get +EXPORT_SYMBOL_GPL vmlinux 0x44da0d4e __bio_release_pages +EXPORT_SYMBOL_GPL vmlinux 0x44de07f5 param_set_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0x44e1fe4b vp_modern_remove +EXPORT_SYMBOL_GPL vmlinux 0x44e58976 __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x4507f4a8 cpuhp_tasks_frozen +EXPORT_SYMBOL_GPL vmlinux 0x4513653f xdp_rxq_info_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x4516b501 mpc8xxx_spi_rx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0x4531624f usb_decode_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x4531ab62 copy_from_kernel_nofault +EXPORT_SYMBOL_GPL vmlinux 0x45345948 __rio_local_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0x4541a595 spi_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x45558f56 clk_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x45597170 inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0x45752c44 fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x458364a8 hte_ts_get +EXPORT_SYMBOL_GPL vmlinux 0x45927367 iommu_device_link +EXPORT_SYMBOL_GPL vmlinux 0x45987c70 clk_hw_set_parent +EXPORT_SYMBOL_GPL vmlinux 0x45a7b181 ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x45b619c3 vfs_splice_read +EXPORT_SYMBOL_GPL vmlinux 0x45c3f5d9 device_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x45c689ba nvmem_layout_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x45e75bc7 ata_host_init +EXPORT_SYMBOL_GPL vmlinux 0x45e8b450 mnt_idmap_get +EXPORT_SYMBOL_GPL vmlinux 0x45e9dcff ptp_parse_header +EXPORT_SYMBOL_GPL vmlinux 0x46013233 net_dec_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x4602a390 dev_pm_genpd_set_next_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x462dae00 of_dma_xlate_by_chan_id +EXPORT_SYMBOL_GPL vmlinux 0x4639912c devm_gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x4645e710 usb_enable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x4645f925 shmem_read_folio_gfp +EXPORT_SYMBOL_GPL vmlinux 0x4677c84b regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0x467dd80f sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x467eb7de vas_unregister_api_pseries +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x46916828 usb_get_hcd +EXPORT_SYMBOL_GPL vmlinux 0x4692f673 copy_mc_generic +EXPORT_SYMBOL_GPL vmlinux 0x46a82efa pm_runtime_get_if_active +EXPORT_SYMBOL_GPL vmlinux 0x46c4c528 l3mdev_ifindex_lookup_by_table_id +EXPORT_SYMBOL_GPL vmlinux 0x46e465de klist_init +EXPORT_SYMBOL_GPL vmlinux 0x46e652f8 dev_pm_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x46e7f13c pci_msix_can_alloc_dyn +EXPORT_SYMBOL_GPL vmlinux 0x46f1abf5 pwmchip_remove +EXPORT_SYMBOL_GPL vmlinux 0x46fbf063 dax_remap_file_range_prep +EXPORT_SYMBOL_GPL vmlinux 0x470551d1 rio_get_comptag +EXPORT_SYMBOL_GPL vmlinux 0x4705c76c trace_seq_to_user +EXPORT_SYMBOL_GPL vmlinux 0x470a759d inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x470b001e crypto_alloc_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x47210bd0 blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x4738edeb bpf_trace_run9 +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4763a4ac of_msi_configure +EXPORT_SYMBOL_GPL vmlinux 0x476461e8 __tracepoint_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x47663cfe vcap_rule_mod_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x47735a58 rio_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x478e81f8 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x479803b9 base64_encode +EXPORT_SYMBOL_GPL vmlinux 0x479f7d4b clk_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x47a11b4d fscrypt_fname_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x47a3ac01 nfct_btf_struct_access +EXPORT_SYMBOL_GPL vmlinux 0x47aad3b9 have_governor_per_policy +EXPORT_SYMBOL_GPL vmlinux 0x47ac23ac da9052_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x47b11163 ata_pci_bmdma_init_one +EXPORT_SYMBOL_GPL vmlinux 0x47b7a692 cpu_feature_keys +EXPORT_SYMBOL_GPL vmlinux 0x47c14153 dw_pcie_host_deinit +EXPORT_SYMBOL_GPL vmlinux 0x47d488b4 of_detach_node +EXPORT_SYMBOL_GPL vmlinux 0x47de0dc7 clk_unregister_mux +EXPORT_SYMBOL_GPL vmlinux 0x47de49c1 securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x47e919cd fuse_simple_background +EXPORT_SYMBOL_GPL vmlinux 0x47f762e6 usb_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x47fdb334 fib_rules_seq_read +EXPORT_SYMBOL_GPL vmlinux 0x4801ded1 sbitmap_queue_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0x480305ca kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0x4809e6e8 sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x481ae717 iommu_dev_disable_feature +EXPORT_SYMBOL_GPL vmlinux 0x481f9b7d mpi_mulm +EXPORT_SYMBOL_GPL vmlinux 0x48203853 em_cpu_get +EXPORT_SYMBOL_GPL vmlinux 0x482aaf3e fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0x482dd4ba pci_device_group +EXPORT_SYMBOL_GPL vmlinux 0x483f9ea5 pcie_flr +EXPORT_SYMBOL_GPL vmlinux 0x4844979f rtnl_delete_link +EXPORT_SYMBOL_GPL vmlinux 0x484de5dc iommu_fwspec_free +EXPORT_SYMBOL_GPL vmlinux 0x486c0f0e device_attach +EXPORT_SYMBOL_GPL vmlinux 0x487ac245 usb_poison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x487d8333 regmap_get_raw_read_max +EXPORT_SYMBOL_GPL vmlinux 0x488cabdc bpf_trace_run6 +EXPORT_SYMBOL_GPL vmlinux 0x48a3d20b mctrl_gpio_get +EXPORT_SYMBOL_GPL vmlinux 0x48adccea regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x48b109bc regulator_list_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x48bbd8f2 scsi_host_busy_iter +EXPORT_SYMBOL_GPL vmlinux 0x48bedc56 usb_hcd_end_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x48c32847 __SCK__tp_func_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x48c35c9e __tracepoint_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x48c47002 mmput_async +EXPORT_SYMBOL_GPL vmlinux 0x48c71e90 dw_pcie_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x48f90e4e virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0x490db946 ata_pci_device_resume +EXPORT_SYMBOL_GPL vmlinux 0x49205cff virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0x4921f8b1 switchdev_handle_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0x49242bc7 freezer_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4926e47a set_capacity_and_notify +EXPORT_SYMBOL_GPL vmlinux 0x4931f958 iov_iter_extract_pages +EXPORT_SYMBOL_GPL vmlinux 0x4934bdd0 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x49393b20 __netdev_watchdog_up +EXPORT_SYMBOL_GPL vmlinux 0x493d88fa gpiochip_populate_parent_fwspec_twocell +EXPORT_SYMBOL_GPL vmlinux 0x4945d4ce tty_port_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x494e583c clk_hw_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x49608959 migrate_disable +EXPORT_SYMBOL_GPL vmlinux 0x4970d77f regmap_fields_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x497716d1 nfs_ssc_client_tbl +EXPORT_SYMBOL_GPL vmlinux 0x497e177a gen10g_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x49803fd8 synth_event_create +EXPORT_SYMBOL_GPL vmlinux 0x4983b0eb task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0x498cc8e8 bpf_prog_create_from_user +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49927d25 page_reporting_unregister +EXPORT_SYMBOL_GPL vmlinux 0x499e4de0 pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0x499ecd3c __traceiter_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x49a0d991 inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x49a44f85 trace_array_printk +EXPORT_SYMBOL_GPL vmlinux 0x49ab1598 serdev_controller_add +EXPORT_SYMBOL_GPL vmlinux 0x49b657ff gpiod_set_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x49b6ed20 pinctrl_count_index_with_args +EXPORT_SYMBOL_GPL vmlinux 0x49c3d258 dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0x49cbb802 sata_scr_valid +EXPORT_SYMBOL_GPL vmlinux 0x49cd25ed alloc_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x49d27796 of_prop_next_string +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x49f3b073 irq_get_percpu_devid_partition +EXPORT_SYMBOL_GPL vmlinux 0x4a026413 mm_iommu_mapped_dec +EXPORT_SYMBOL_GPL vmlinux 0x4a069c9e pci_epc_get_features +EXPORT_SYMBOL_GPL vmlinux 0x4a0bcf9b kgdb_register_io_module +EXPORT_SYMBOL_GPL vmlinux 0x4a169202 __platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0x4a16c518 devm_regulator_get_enable +EXPORT_SYMBOL_GPL vmlinux 0x4a17ed66 sysrq_mask +EXPORT_SYMBOL_GPL vmlinux 0x4a19b920 regulator_set_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x4a1cf3bb devfreq_event_reset_event +EXPORT_SYMBOL_GPL vmlinux 0x4a313859 platform_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x4a319505 __kthread_init_worker +EXPORT_SYMBOL_GPL vmlinux 0x4a3b7025 usb_deregister +EXPORT_SYMBOL_GPL vmlinux 0x4a4f745b rdev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x4a54adb3 devm_regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4a5f2538 led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4a622cd9 fwnode_graph_get_endpoint_count +EXPORT_SYMBOL_GPL vmlinux 0x4a66f575 blk_mark_disk_dead +EXPORT_SYMBOL_GPL vmlinux 0x4a6a9ab4 vring_create_virtqueue_dma +EXPORT_SYMBOL_GPL vmlinux 0x4a7db634 pcie_aspm_enabled +EXPORT_SYMBOL_GPL vmlinux 0x4a82856a dev_pm_genpd_suspend +EXPORT_SYMBOL_GPL vmlinux 0x4a9f047a tm_enable +EXPORT_SYMBOL_GPL vmlinux 0x4aa11bf0 thermal_zone_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4aa3d478 thermal_zone_device_enable +EXPORT_SYMBOL_GPL vmlinux 0x4abe32ad fwnode_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x4ac178b6 regulator_map_voltage_pickable_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x4aca6d1c of_phandle_iterator_next +EXPORT_SYMBOL_GPL vmlinux 0x4aca78b1 device_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0x4ad6946e accumulate_time +EXPORT_SYMBOL_GPL vmlinux 0x4adb0bbe request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0x4ae07102 sata_lpm_ignore_phy_events +EXPORT_SYMBOL_GPL vmlinux 0x4ae54634 dma_resv_iter_first +EXPORT_SYMBOL_GPL vmlinux 0x4aeb508e kvmhv_vcpu_entry_p9 +EXPORT_SYMBOL_GPL vmlinux 0x4afc82b0 cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0x4b3809ef iommu_register_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x4b409af9 device_set_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0x4b50311a fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0x4b6474e2 vas_init_tx_win_attr +EXPORT_SYMBOL_GPL vmlinux 0x4b8491e6 __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0x4b862fb1 kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0x4b87f8ab bd_prepare_to_claim +EXPORT_SYMBOL_GPL vmlinux 0x4bb46d28 dax_inode +EXPORT_SYMBOL_GPL vmlinux 0x4bc0374e adp5520_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4bd6f08b misc_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4bdb8dcc housekeeping_test_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4be553fd usb_mon_register +EXPORT_SYMBOL_GPL vmlinux 0x4bea132e rio_inb_pwrite_handler +EXPORT_SYMBOL_GPL vmlinux 0x4beb9151 hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0x4bef0884 pgtable_cache_add +EXPORT_SYMBOL_GPL vmlinux 0x4bf1f8d3 tpm_tis_remove +EXPORT_SYMBOL_GPL vmlinux 0x4bf672b8 __traceiter_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x4bfcf513 ata_ehi_clear_desc +EXPORT_SYMBOL_GPL vmlinux 0x4bfe3ff8 nd_region_dev +EXPORT_SYMBOL_GPL vmlinux 0x4c14a7d1 usb_hcd_setup_local_mem +EXPORT_SYMBOL_GPL vmlinux 0x4c15a390 inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0x4c2b351d start_poll_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x4c2fe272 edac_device_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x4c549b36 __traceiter_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x4c56f780 nvdimm_bus_register +EXPORT_SYMBOL_GPL vmlinux 0x4c6156b6 tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x4c6990c1 dmaengine_desc_attach_metadata +EXPORT_SYMBOL_GPL vmlinux 0x4cb27100 ktime_get_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x4cb70d07 usb_find_alt_setting +EXPORT_SYMBOL_GPL vmlinux 0x4cb81fda __SCK__tp_func_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x4cd6db63 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0x4cf8880f vcap_rule_add_key_u32 +EXPORT_SYMBOL_GPL vmlinux 0x4cf9f749 devlink_port_attrs_pci_vf_set +EXPORT_SYMBOL_GPL vmlinux 0x4d0015e2 cpu_hotplug_disable +EXPORT_SYMBOL_GPL vmlinux 0x4d12a438 skb_complete_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x4d1f3f95 msi_domain_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x4d25b4cc tty_ldisc_receive_buf +EXPORT_SYMBOL_GPL vmlinux 0x4d3a0696 __SCK__tp_func_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0x4d3e40d9 driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x4d402d6c pm_runtime_autosuspend_expiration +EXPORT_SYMBOL_GPL vmlinux 0x4d4030a0 sdio_writew +EXPORT_SYMBOL_GPL vmlinux 0x4d47c48a __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x4d564462 xfrm_state_mtu +EXPORT_SYMBOL_GPL vmlinux 0x4d58a246 pm_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x4d599675 usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x4d680100 da9052_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x4d6bd19d fscrypt_context_for_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x4d6d0bbc iommu_group_ref_get +EXPORT_SYMBOL_GPL vmlinux 0x4d7272e4 migrate_enable +EXPORT_SYMBOL_GPL vmlinux 0x4d913b13 clk_divider_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x4d94d4a1 synth_event_add_val +EXPORT_SYMBOL_GPL vmlinux 0x4da5b964 tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0x4dae16e4 i2c_put_dma_safe_msg_buf +EXPORT_SYMBOL_GPL vmlinux 0x4db0b73a blkdev_report_zones +EXPORT_SYMBOL_GPL vmlinux 0x4dba5564 gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0x4dc52c09 pnv_power9_force_smt4_catch +EXPORT_SYMBOL_GPL vmlinux 0x4dd47c2d virtio_check_mem_acc_cb +EXPORT_SYMBOL_GPL vmlinux 0x4de17ab3 usb_state_string +EXPORT_SYMBOL_GPL vmlinux 0x4de6e236 pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x4df9ac68 __blk_trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0x4dff61e5 wwan_port_txoff +EXPORT_SYMBOL_GPL vmlinux 0x4e00b2f2 skb_gso_validate_network_len +EXPORT_SYMBOL_GPL vmlinux 0x4e04558c thermal_zone_device_disable +EXPORT_SYMBOL_GPL vmlinux 0x4e081392 nvdimm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x4e17c613 ata_sff_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x4e21aa71 spi_finalize_current_transfer +EXPORT_SYMBOL_GPL vmlinux 0x4e27cae6 sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x4e28f86a vmf_insert_pfn_pmd +EXPORT_SYMBOL_GPL vmlinux 0x4e296eb8 regmap_field_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x4e2c0e90 tpm2_get_cc_attrs_tbl +EXPORT_SYMBOL_GPL vmlinux 0x4e46aa18 rhashtable_walk_enter +EXPORT_SYMBOL_GPL vmlinux 0x4e55eab0 dw_pcie_ep_reset_bar +EXPORT_SYMBOL_GPL vmlinux 0x4e5b528e phy_create +EXPORT_SYMBOL_GPL vmlinux 0x4e5ffd2f sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0x4e633cce __udp_gso_segment +EXPORT_SYMBOL_GPL vmlinux 0x4e6fc9b0 power_supply_battery_info_get_prop +EXPORT_SYMBOL_GPL vmlinux 0x4e75ac4a ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0x4e7bdd66 __serdev_device_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x4e8548e1 dev_pm_opp_of_register_em +EXPORT_SYMBOL_GPL vmlinux 0x4e89bb82 inet6_cleanup_sock +EXPORT_SYMBOL_GPL vmlinux 0x4e8dd205 xdp_do_redirect +EXPORT_SYMBOL_GPL vmlinux 0x4e970f1a ata_host_register +EXPORT_SYMBOL_GPL vmlinux 0x4eac5fc1 cpu_mitigations_auto_nosmt +EXPORT_SYMBOL_GPL vmlinux 0x4eada3e7 crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x4eb4c4d4 udp_cmsg_send +EXPORT_SYMBOL_GPL vmlinux 0x4ebb2bd4 eeh_pe_state_mark +EXPORT_SYMBOL_GPL vmlinux 0x4ebc26c4 iomap_bmap +EXPORT_SYMBOL_GPL vmlinux 0x4ec19713 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x4ee3fa37 pcie_aspm_capable +EXPORT_SYMBOL_GPL vmlinux 0x4ee98d95 __devm_regmap_init_i2c +EXPORT_SYMBOL_GPL vmlinux 0x4eebcef2 pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x4eed2562 __traceiter_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4efcf021 mpi_normalize +EXPORT_SYMBOL_GPL vmlinux 0x4effa248 to_nvdimm_bus_dev +EXPORT_SYMBOL_GPL vmlinux 0x4f0aa844 fsnotify_destroy_mark +EXPORT_SYMBOL_GPL vmlinux 0x4f0aac91 __reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x4f0ca34d uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0x4f1f3e9f udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x4f2c996d kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0x4f316a19 tps65912_device_exit +EXPORT_SYMBOL_GPL vmlinux 0x4f351f34 receive_fd +EXPORT_SYMBOL_GPL vmlinux 0x4f3e6332 perf_event_pause +EXPORT_SYMBOL_GPL vmlinux 0x4f41ff7e spi_mem_default_supports_op +EXPORT_SYMBOL_GPL vmlinux 0x4f4ba621 serdev_controller_remove +EXPORT_SYMBOL_GPL vmlinux 0x4f4c1432 umd_cleanup_helper +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f72a987 uart_parse_options +EXPORT_SYMBOL_GPL vmlinux 0x4f7bd4ef tcp_register_ulp +EXPORT_SYMBOL_GPL vmlinux 0x4f847761 devlink_register +EXPORT_SYMBOL_GPL vmlinux 0x4f85a08e pci_ims_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x4f9ab958 store_vcpu_state +EXPORT_SYMBOL_GPL vmlinux 0x4f9e2f79 gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0x4fa64ea9 devlink_port_attrs_pci_sf_set +EXPORT_SYMBOL_GPL vmlinux 0x4fb5da55 fs_put_dax +EXPORT_SYMBOL_GPL vmlinux 0x4fb72c0f ncsi_start_dev +EXPORT_SYMBOL_GPL vmlinux 0x4fc41006 sdio_set_block_size +EXPORT_SYMBOL_GPL vmlinux 0x4fdc945d sata_deb_timing_normal +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5008c641 __regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0x50108e01 mmc_regulator_get_supply +EXPORT_SYMBOL_GPL vmlinux 0x50353189 xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0x503587bf task_cputime_adjusted +EXPORT_SYMBOL_GPL vmlinux 0x503d1e94 phy_validate +EXPORT_SYMBOL_GPL vmlinux 0x50483455 vring_notification_data +EXPORT_SYMBOL_GPL vmlinux 0x506b00a7 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0x507d7634 led_stop_software_blink +EXPORT_SYMBOL_GPL vmlinux 0x50826fae serial8250_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0x508377eb xive_native_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x5093e76e __tracepoint_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0x50aa953b eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0x50b5e047 ping_bind +EXPORT_SYMBOL_GPL vmlinux 0x50b95315 dma_mmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x50bd4873 blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0x50bdc1b1 mptcp_pm_get_local_addr_max +EXPORT_SYMBOL_GPL vmlinux 0x50c02a15 mdiobus_c45_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x50c40ed0 serial8250_em485_start_tx +EXPORT_SYMBOL_GPL vmlinux 0x50cb4c1e ftrace_free_filter +EXPORT_SYMBOL_GPL vmlinux 0x50cec0be vcap_keyfieldset +EXPORT_SYMBOL_GPL vmlinux 0x50d91353 usb_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x50dd1af5 blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50eabb98 __tracepoint_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x50f4a377 cgroup_path_ns +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x5107ad10 spi_slave_abort +EXPORT_SYMBOL_GPL vmlinux 0x5120473a sdio_signal_irq +EXPORT_SYMBOL_GPL vmlinux 0x51217c76 watchdog_set_restart_priority +EXPORT_SYMBOL_GPL vmlinux 0x51244354 dax_writeback_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x51344e7e icmp_build_probe +EXPORT_SYMBOL_GPL vmlinux 0x5135b75f locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0x51390c96 rcu_barrier_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x51445156 get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0x514591a9 gpiod_set_transitory +EXPORT_SYMBOL_GPL vmlinux 0x51530cc5 kvmppc_h_clear_ref +EXPORT_SYMBOL_GPL vmlinux 0x515b390f __SCK__tp_func_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x516c320d devm_of_platform_depopulate +EXPORT_SYMBOL_GPL vmlinux 0x51713673 usb_remove_hcd +EXPORT_SYMBOL_GPL vmlinux 0x517b1a57 pci_generic_ecam_ops +EXPORT_SYMBOL_GPL vmlinux 0x518dd03a ata_dev_next +EXPORT_SYMBOL_GPL vmlinux 0x51954ea3 vp_legacy_set_status +EXPORT_SYMBOL_GPL vmlinux 0x51a348cc usb_role_switch_set_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x51b65a26 rtc_lock +EXPORT_SYMBOL_GPL vmlinux 0x51b8659c gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x51c44cec soc_device_match +EXPORT_SYMBOL_GPL vmlinux 0x51c89b8a wm831x_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0x51c9a477 devm_of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0x51f9edea auxiliary_find_device +EXPORT_SYMBOL_GPL vmlinux 0x51fe8013 ata_sff_prereset +EXPORT_SYMBOL_GPL vmlinux 0x5216083a device_set_node +EXPORT_SYMBOL_GPL vmlinux 0x521d4972 ata_slave_link_init +EXPORT_SYMBOL_GPL vmlinux 0x52252316 clk_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x52266e64 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x5236497d trace_clock +EXPORT_SYMBOL_GPL vmlinux 0x523d35cb blk_crypto_evict_key +EXPORT_SYMBOL_GPL vmlinux 0x52497966 pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0x524fbd95 ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0x52647db1 ct_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x5265e0a6 spi_take_timestamp_post +EXPORT_SYMBOL_GPL vmlinux 0x526bcf2a wwan_port_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x5278edac mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0x527f2a45 dev_pm_opp_find_freq_exact +EXPORT_SYMBOL_GPL vmlinux 0x5295ecac vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0x52a5b98c ata_scsi_dma_need_drain +EXPORT_SYMBOL_GPL vmlinux 0x52b1e3c7 pci_flags +EXPORT_SYMBOL_GPL vmlinux 0x52bf6619 bpf_prog_get_type_dev +EXPORT_SYMBOL_GPL vmlinux 0x52c1da90 blk_req_zone_write_trylock +EXPORT_SYMBOL_GPL vmlinux 0x52c35e83 call_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x52c3e2ea srp_rport_add +EXPORT_SYMBOL_GPL vmlinux 0x52c9a973 hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x52d54fce devlink_info_version_stored_put +EXPORT_SYMBOL_GPL vmlinux 0x52e1e29a skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x52e9cadd msg_zerocopy_realloc +EXPORT_SYMBOL_GPL vmlinux 0x53003212 devm_platform_ioremap_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x530e0f8c devl_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x531a2a0a bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0x5321a079 crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0x532b90b5 kprobe_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0x5335dd11 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x533e51b5 nf_checksum +EXPORT_SYMBOL_GPL vmlinux 0x5358864e devlink_fmsg_binary_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x53678464 tcp_plb_update_state_upon_rto +EXPORT_SYMBOL_GPL vmlinux 0x537153b4 devm_pm_opp_set_config +EXPORT_SYMBOL_GPL vmlinux 0x537252cf __SCK__tp_func_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x5372d827 do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0x53771ad2 component_master_del +EXPORT_SYMBOL_GPL vmlinux 0x5388726a pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x538d073d phy_duplex_to_str +EXPORT_SYMBOL_GPL vmlinux 0x538ed55c kvmppc_h_remove +EXPORT_SYMBOL_GPL vmlinux 0x5396add4 wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0x539c4300 of_dma_is_coherent +EXPORT_SYMBOL_GPL vmlinux 0x53b27682 sata_set_spd +EXPORT_SYMBOL_GPL vmlinux 0x53c089f5 property_entries_dup +EXPORT_SYMBOL_GPL vmlinux 0x53c95e7b usb_hcd_start_port_resume +EXPORT_SYMBOL_GPL vmlinux 0x53d49b2e dev_pm_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x53d7c01e __traceiter_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x53d9f73a sensor_group_enable +EXPORT_SYMBOL_GPL vmlinux 0x53e0d19a fat_time_fat2unix +EXPORT_SYMBOL_GPL vmlinux 0x53e62c89 devm_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x53f5ca27 regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x53f5de63 disk_force_media_change +EXPORT_SYMBOL_GPL vmlinux 0x54098824 extcon_get_state +EXPORT_SYMBOL_GPL vmlinux 0x54133c6f usb_queue_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x5419dc3d __spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x54215db5 visitor64 +EXPORT_SYMBOL_GPL vmlinux 0x5432165d tps6586x_write +EXPORT_SYMBOL_GPL vmlinux 0x543d8bfb clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x544861f6 devm_thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x5460f79f work_on_cpu_safe_key +EXPORT_SYMBOL_GPL vmlinux 0x546c5565 ppc_tb_freq +EXPORT_SYMBOL_GPL vmlinux 0x54744e1e md_account_bio +EXPORT_SYMBOL_GPL vmlinux 0x549081e9 sk_psock_drop +EXPORT_SYMBOL_GPL vmlinux 0x549244f6 kvmppc_set_msr_hv +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x5498f151 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0x54992624 clk_hw_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x54ad99b4 ata_pci_device_suspend +EXPORT_SYMBOL_GPL vmlinux 0x54af2b0d devm_hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x54bbac25 vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0x54bef1c1 virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0x54d24e3d perf_aux_output_skip +EXPORT_SYMBOL_GPL vmlinux 0x54e04578 dax_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0x550f3e05 i2c_freq_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x5511d2c3 devm_gpiod_unhinge +EXPORT_SYMBOL_GPL vmlinux 0x5518e087 pinmux_generic_get_function_name +EXPORT_SYMBOL_GPL vmlinux 0x5521495e usb_get_descriptor +EXPORT_SYMBOL_GPL vmlinux 0x552237df devm_clk_hw_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x55339365 flush_delayed_fput +EXPORT_SYMBOL_GPL vmlinux 0x553b49a4 cpufreq_get_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x5541f235 iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0x55499b79 regulator_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x5550612f devm_regulator_bulk_get_enable +EXPORT_SYMBOL_GPL vmlinux 0x555136b1 pci_generic_config_write32 +EXPORT_SYMBOL_GPL vmlinux 0x5557aeaa blk_rq_poll +EXPORT_SYMBOL_GPL vmlinux 0x556e4390 clk_get_rate +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x557acab8 regulator_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x5588879e kvmppc_entry_trampoline +EXPORT_SYMBOL_GPL vmlinux 0x559f58ae __inode_attach_wb +EXPORT_SYMBOL_GPL vmlinux 0x55a27958 pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x55a93d56 adp5520_write +EXPORT_SYMBOL_GPL vmlinux 0x55bc4c24 query_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x55c76a23 ksys_sync_helper +EXPORT_SYMBOL_GPL vmlinux 0x55cae5b6 flush_fp_to_thread +EXPORT_SYMBOL_GPL vmlinux 0x55eecff4 bit_wait_io_timeout +EXPORT_SYMBOL_GPL vmlinux 0x55f093a9 opal_write_oppanel_async +EXPORT_SYMBOL_GPL vmlinux 0x55f4fe1f devm_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0x5603bb35 tc3589x_block_write +EXPORT_SYMBOL_GPL vmlinux 0x56054c05 crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x5608ba82 nvmem_cell_read_variable_le_u32 +EXPORT_SYMBOL_GPL vmlinux 0x560e4eee list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x561375bd tracepoint_probe_register_prio +EXPORT_SYMBOL_GPL vmlinux 0x5615c429 vcap_tc_flower_handler_vlan_usage +EXPORT_SYMBOL_GPL vmlinux 0x56173654 pcap_set_ts_bits +EXPORT_SYMBOL_GPL vmlinux 0x56256e8a orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x5627e455 pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0x56298f22 cgroup_get_from_id +EXPORT_SYMBOL_GPL vmlinux 0x562c383c scsi_check_sense +EXPORT_SYMBOL_GPL vmlinux 0x56301828 i2c_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x56310925 regulator_mode_to_status +EXPORT_SYMBOL_GPL vmlinux 0x56649823 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0x566ce0f1 ndo_dflt_bridge_getlink +EXPORT_SYMBOL_GPL vmlinux 0x56714075 iommu_device_sysfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x5678648c pm_clk_resume +EXPORT_SYMBOL_GPL vmlinux 0x567ad881 pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0x568653d0 pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x56865c5a dev_coredumpsg +EXPORT_SYMBOL_GPL vmlinux 0x5688bbda ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0x569504c5 ksm_madvise +EXPORT_SYMBOL_GPL vmlinux 0x56956922 vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0x569bee25 devl_assert_locked +EXPORT_SYMBOL_GPL vmlinux 0x56b7e4cb pci_epc_set_bar +EXPORT_SYMBOL_GPL vmlinux 0x56c2b95b rtas_progress +EXPORT_SYMBOL_GPL vmlinux 0x56c9c524 kthread_unpark +EXPORT_SYMBOL_GPL vmlinux 0x56dde73c free_uid +EXPORT_SYMBOL_GPL vmlinux 0x56ea73a3 register_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x56ef15d0 __tracepoint_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x56fbb130 no_hash_pointers +EXPORT_SYMBOL_GPL vmlinux 0x57359729 of_get_fb_videomode +EXPORT_SYMBOL_GPL vmlinux 0x5736a330 mm_iommu_ua_to_hpa +EXPORT_SYMBOL_GPL vmlinux 0x57405cc1 irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x5749f5a9 pinconf_generic_parse_dt_config +EXPORT_SYMBOL_GPL vmlinux 0x5761e181 tcp_rate_check_app_limited +EXPORT_SYMBOL_GPL vmlinux 0x5762493d net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x576a2a74 kvmppc_hpte_hv_fault +EXPORT_SYMBOL_GPL vmlinux 0x578eeb4d hugetlb_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x578f6a58 pci_epc_clear_bar +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57a20b3e shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x57aa0946 usb_poison_urb +EXPORT_SYMBOL_GPL vmlinux 0x57ad4be0 opal_int_eoi +EXPORT_SYMBOL_GPL vmlinux 0x57c58e9b __tracepoint_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x57d173fa kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0x57d4050a xhci_get_endpoint_index +EXPORT_SYMBOL_GPL vmlinux 0x57e2fb9f devm_usb_get_phy_by_node +EXPORT_SYMBOL_GPL vmlinux 0x57ed3a6a devm_hte_register_chip +EXPORT_SYMBOL_GPL vmlinux 0x57ee2232 pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0x57f576b9 mpi_ec_curve_point +EXPORT_SYMBOL_GPL vmlinux 0x58099527 init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x583035b8 genpd_dev_pm_attach_by_id +EXPORT_SYMBOL_GPL vmlinux 0x5831e062 cpus_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0x58323087 cdrom_read_tocentry +EXPORT_SYMBOL_GPL vmlinux 0x5840372e __devm_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0x5846c4ed pci_ims_alloc_irq +EXPORT_SYMBOL_GPL vmlinux 0x585123b5 fwnode_property_present +EXPORT_SYMBOL_GPL vmlinux 0x585c23a9 tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x5879a27d sfp_get_module_info +EXPORT_SYMBOL_GPL vmlinux 0x5886fe69 tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0x5891fdc8 nd_cmd_in_size +EXPORT_SYMBOL_GPL vmlinux 0x5892f832 release_pmc_hardware +EXPORT_SYMBOL_GPL vmlinux 0x58931245 spi_mem_get_name +EXPORT_SYMBOL_GPL vmlinux 0x589778f6 uhci_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x589aa9fc power_supply_get_property_from_supplier +EXPORT_SYMBOL_GPL vmlinux 0x58ac4b2a __hwspin_trylock +EXPORT_SYMBOL_GPL vmlinux 0x58afae5e blk_next_bio +EXPORT_SYMBOL_GPL vmlinux 0x58b1ccf2 agp_remove_bridge +EXPORT_SYMBOL_GPL vmlinux 0x58d933f7 irq_domain_create_simple +EXPORT_SYMBOL_GPL vmlinux 0x58db1176 ata_xfer_mode2shift +EXPORT_SYMBOL_GPL vmlinux 0x58def6ca sfp_module_remove +EXPORT_SYMBOL_GPL vmlinux 0x58e8a91d devm_gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x58ed80a3 governor_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x58f7891e pci_add_device_node_info +EXPORT_SYMBOL_GPL vmlinux 0x5909fc18 opal_tpo_read +EXPORT_SYMBOL_GPL vmlinux 0x5934032f ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0x593ac537 __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0x593b4787 fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0x5942b30d nvdimm_security_setup_events +EXPORT_SYMBOL_GPL vmlinux 0x59507203 spi_alloc_device +EXPORT_SYMBOL_GPL vmlinux 0x5957cddb zs_lookup_class_index +EXPORT_SYMBOL_GPL vmlinux 0x596249be of_get_videomode +EXPORT_SYMBOL_GPL vmlinux 0x5985d06d fscrypt_file_open +EXPORT_SYMBOL_GPL vmlinux 0x5986d190 kdb_printf +EXPORT_SYMBOL_GPL vmlinux 0x59953219 __traceiter_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x599c3a0c spi_take_timestamp_pre +EXPORT_SYMBOL_GPL vmlinux 0x599dbbc3 ata_sff_data_xfer32 +EXPORT_SYMBOL_GPL vmlinux 0x59ac08bc pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x59b063ba start_poll_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x59b2adbf input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0x59c43dc9 __traceiter_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x59debe7b tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0x59dec85f usb_hcd_resume_root_hub +EXPORT_SYMBOL_GPL vmlinux 0x59e696e7 crypto_alloc_sig +EXPORT_SYMBOL_GPL vmlinux 0x59ec1aee pci_epc_get_msi +EXPORT_SYMBOL_GPL vmlinux 0x59ec8d31 usb_role_switch_find_by_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x59edfeb8 phy_rate_matching_to_str +EXPORT_SYMBOL_GPL vmlinux 0x59f32720 mpi_subm +EXPORT_SYMBOL_GPL vmlinux 0x59f8eacb dev_pm_opp_get_required_pstate +EXPORT_SYMBOL_GPL vmlinux 0x5a042c6f rtnl_register_module +EXPORT_SYMBOL_GPL vmlinux 0x5a0fc7fe nvdimm_in_overwrite +EXPORT_SYMBOL_GPL vmlinux 0x5a12e60c __SCK__tp_func_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x5a137ea7 backing_file_open +EXPORT_SYMBOL_GPL vmlinux 0x5a1d134a rcu_momentary_dyntick_idle +EXPORT_SYMBOL_GPL vmlinux 0x5a2a79fa ata_pci_sff_init_host +EXPORT_SYMBOL_GPL vmlinux 0x5a3adc9e platform_irqchip_probe +EXPORT_SYMBOL_GPL vmlinux 0x5a49dbc9 timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x5a4daa98 serial8250_do_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x5a68d2fc cdrom_multisession +EXPORT_SYMBOL_GPL vmlinux 0x5a6cdb52 nf_ct_zone_dflt +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a8f6741 __devres_alloc_node +EXPORT_SYMBOL_GPL vmlinux 0x5ab09745 edac_get_owner +EXPORT_SYMBOL_GPL vmlinux 0x5ab785aa __dax_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x5abdf839 pcibios_unmap_io_space +EXPORT_SYMBOL_GPL vmlinux 0x5ac13f9c irqchip_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x5ac36bcb of_dma_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x5adff0e5 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5aeaab73 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0x5af288f9 rio_mport_send_doorbell +EXPORT_SYMBOL_GPL vmlinux 0x5af80dc8 devm_register_restart_handler +EXPORT_SYMBOL_GPL vmlinux 0x5afc722e __audit_log_nfcfg +EXPORT_SYMBOL_GPL vmlinux 0x5b217dbd trace_output_call +EXPORT_SYMBOL_GPL vmlinux 0x5b21ceff ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0x5b30e25c vhost_task_wake +EXPORT_SYMBOL_GPL vmlinux 0x5b361ff3 cpuidle_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5b4b6db8 firmware_request_cache +EXPORT_SYMBOL_GPL vmlinux 0x5b4ecae3 fuse_dax_cancel_work +EXPORT_SYMBOL_GPL vmlinux 0x5b50af89 tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x5b569c41 __usb_create_hcd +EXPORT_SYMBOL_GPL vmlinux 0x5b5e4416 gpiochip_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x5b72f040 devm_clk_get_optional_enabled +EXPORT_SYMBOL_GPL vmlinux 0x5b83d7ab __tracepoint_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x5b8b11b4 backing_file_real_path +EXPORT_SYMBOL_GPL vmlinux 0x5ba5c494 clk_hw_rate_is_protected +EXPORT_SYMBOL_GPL vmlinux 0x5ba9c40a is_nvdimm_sync +EXPORT_SYMBOL_GPL vmlinux 0x5ba9c87f blk_crypto_keyslot_index +EXPORT_SYMBOL_GPL vmlinux 0x5bb5ddf2 usb_get_maximum_speed +EXPORT_SYMBOL_GPL vmlinux 0x5bc950fe regulator_irq_helper_cancel +EXPORT_SYMBOL_GPL vmlinux 0x5bc9da64 clk_multiplier_ops +EXPORT_SYMBOL_GPL vmlinux 0x5bcc0df7 ata_dev_classify +EXPORT_SYMBOL_GPL vmlinux 0x5bd0748f crypto_del_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x5bdae35b usb_phy_roothub_set_mode +EXPORT_SYMBOL_GPL vmlinux 0x5bdbac4e rcu_unexpedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x5bee0127 nvdimm_volatile_region_create +EXPORT_SYMBOL_GPL vmlinux 0x5bf3bc6e crypto_sig_verify +EXPORT_SYMBOL_GPL vmlinux 0x5c099797 devm_pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5c0c3912 screen_pos +EXPORT_SYMBOL_GPL vmlinux 0x5c19a5d0 exportfs_decode_fh_raw +EXPORT_SYMBOL_GPL vmlinux 0x5c367cba mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0x5c3bbd06 __SCK__tp_func_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x5c4d2a45 edac_device_alloc_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0x5c4e4f92 led_classdev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x5c5a1b16 tick_broadcast_control +EXPORT_SYMBOL_GPL vmlinux 0x5c6c35e2 ata_pci_sff_activate_host +EXPORT_SYMBOL_GPL vmlinux 0x5c74b41d public_key_signature_free +EXPORT_SYMBOL_GPL vmlinux 0x5c82016e __SCK__tp_func_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x5c84f624 rio_dev_put +EXPORT_SYMBOL_GPL vmlinux 0x5c85146b xas_get_mark +EXPORT_SYMBOL_GPL vmlinux 0x5c8cef77 ata_sff_softreset +EXPORT_SYMBOL_GPL vmlinux 0x5c9be248 devl_dpipe_headers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5c9ca147 mpc8xxx_spi_rx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0x5cad8fc3 power_supply_ocv2cap_simple +EXPORT_SYMBOL_GPL vmlinux 0x5cb18c3b devm_platform_get_and_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0x5cb56be8 dev_pm_domain_detach +EXPORT_SYMBOL_GPL vmlinux 0x5cb6ec87 restore_p9_host_os_sprs +EXPORT_SYMBOL_GPL vmlinux 0x5cb99d97 kernstart_addr +EXPORT_SYMBOL_GPL vmlinux 0x5cbb8e43 ata_scsi_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0x5cc10550 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0x5cc4fb37 sdio_set_host_pm_flags +EXPORT_SYMBOL_GPL vmlinux 0x5cc77c45 led_colors +EXPORT_SYMBOL_GPL vmlinux 0x5cd305ed digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0x5cd794f9 usb_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x5cdee536 rio_release_inb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x5cede0a7 xdp_flush_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x5d0769ff pinctrl_select_state +EXPORT_SYMBOL_GPL vmlinux 0x5d080f46 seg6_do_srh_encap +EXPORT_SYMBOL_GPL vmlinux 0x5d2bc42a reset_control_rearm +EXPORT_SYMBOL_GPL vmlinux 0x5d2fb7de crypto_unregister_kpp +EXPORT_SYMBOL_GPL vmlinux 0x5d423374 sata_link_debounce +EXPORT_SYMBOL_GPL vmlinux 0x5d54c902 mmc_regulator_set_vqmmc +EXPORT_SYMBOL_GPL vmlinux 0x5d5f61a2 blk_queue_required_elevator_features +EXPORT_SYMBOL_GPL vmlinux 0x5d64782c pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x5d64b83a regulator_get_voltage_sel_regmap +EXPORT_SYMBOL_GPL vmlinux 0x5d6c1b0b pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x5d7a307f regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0x5d8476d3 bpf_sk_storage_diag_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5d85bb62 __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x5d97c192 vp_legacy_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0x5da67adc zs_compact +EXPORT_SYMBOL_GPL vmlinux 0x5db32ba5 tcp_is_ulp_esp +EXPORT_SYMBOL_GPL vmlinux 0x5db7c4cf irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x5de3e96a device_store_int +EXPORT_SYMBOL_GPL vmlinux 0x5dfa496a invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x5e00aea4 ucall_norets +EXPORT_SYMBOL_GPL vmlinux 0x5e0a1507 ata_sff_freeze +EXPORT_SYMBOL_GPL vmlinux 0x5e0abb4f proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0x5e173309 cpu_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x5e18f0d4 pci_epf_bind +EXPORT_SYMBOL_GPL vmlinux 0x5e1d704e pci_epc_multi_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x5e3b9776 rio_local_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0x5e3e63d9 usb_hcd_pci_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x5e515be6 ktime_get_ts64 +EXPORT_SYMBOL_GPL vmlinux 0x5e58e398 regulator_sync_voltage +EXPORT_SYMBOL_GPL vmlinux 0x5e5b83e0 put_device +EXPORT_SYMBOL_GPL vmlinux 0x5e5ca2a6 raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x5e5d6f9e devm_hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5e707bf6 ata_pci_device_do_resume +EXPORT_SYMBOL_GPL vmlinux 0x5e798ffb divider_get_val +EXPORT_SYMBOL_GPL vmlinux 0x5e85415b ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x5e862468 rio_mport_initialize +EXPORT_SYMBOL_GPL vmlinux 0x5e8cc567 dma_fence_unwrap_first +EXPORT_SYMBOL_GPL vmlinux 0x5ea513c7 divider_ro_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0x5eae5408 clk_is_enabled_when_prepared +EXPORT_SYMBOL_GPL vmlinux 0x5eb417e0 __SCK__tp_func_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x5ebb54f3 mmc_pwrseq_register +EXPORT_SYMBOL_GPL vmlinux 0x5ec8c322 xas_clear_mark +EXPORT_SYMBOL_GPL vmlinux 0x5ed0da6c tm_disable +EXPORT_SYMBOL_GPL vmlinux 0x5ed8a35b pm_generic_suspend_noirq +EXPORT_SYMBOL_GPL vmlinux 0x5edd899a usb_autopm_get_interface_async +EXPORT_SYMBOL_GPL vmlinux 0x5ee77e38 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0x5eedf1af xas_split_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5ef4766b __traceiter_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x5efc098f devm_phy_put +EXPORT_SYMBOL_GPL vmlinux 0x5f00e316 debugfs_create_str +EXPORT_SYMBOL_GPL vmlinux 0x5f2298d8 devl_resource_size_get +EXPORT_SYMBOL_GPL vmlinux 0x5f23e3fa insert_resource +EXPORT_SYMBOL_GPL vmlinux 0x5f2fbb5d __skb_get_hash_symmetric +EXPORT_SYMBOL_GPL vmlinux 0x5f384a68 x509_free_certificate +EXPORT_SYMBOL_GPL vmlinux 0x5f58db42 alarm_start +EXPORT_SYMBOL_GPL vmlinux 0x5f656a75 dm_disk +EXPORT_SYMBOL_GPL vmlinux 0x5f6f1e9e dax_get_private +EXPORT_SYMBOL_GPL vmlinux 0x5f77c08d regulator_disable +EXPORT_SYMBOL_GPL vmlinux 0x5f7d96c8 dax_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5f7e3af3 dsa_stubs +EXPORT_SYMBOL_GPL vmlinux 0x5f8d4f5a platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0x5fa2974e devm_of_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0x5fa603b2 phy_set_speed +EXPORT_SYMBOL_GPL vmlinux 0x5fa625ed mpi_ec_mul_point +EXPORT_SYMBOL_GPL vmlinux 0x5fb99462 dev_pm_set_dedicated_wake_irq_reverse +EXPORT_SYMBOL_GPL vmlinux 0x5fd412e5 dst_cache_get_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x5fd59755 virtio_device_freeze +EXPORT_SYMBOL_GPL vmlinux 0x5ff58c0f driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5ffbb8d5 devlink_port_region_create +EXPORT_SYMBOL_GPL vmlinux 0x6000187c opal_check_token +EXPORT_SYMBOL_GPL vmlinux 0x60091316 clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x600cc455 mmu_slb_size +EXPORT_SYMBOL_GPL vmlinux 0x600eed82 nfs_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0x60192b1b ata_host_alloc +EXPORT_SYMBOL_GPL vmlinux 0x601b1c6d pcibios_free_controller +EXPORT_SYMBOL_GPL vmlinux 0x601e7450 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0x602181e5 regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0x60235383 pci_iov_get_pf_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x603bb88c nd_cmd_out_size +EXPORT_SYMBOL_GPL vmlinux 0x603eb652 vp_modern_get_features +EXPORT_SYMBOL_GPL vmlinux 0x604722fd devices_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x60683ba5 regulator_map_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x606b4aba devlink_linecard_provision_set +EXPORT_SYMBOL_GPL vmlinux 0x607343a6 fsnotify_init_mark +EXPORT_SYMBOL_GPL vmlinux 0x60762d1d proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0x607c4683 devlink_info_version_fixed_put +EXPORT_SYMBOL_GPL vmlinux 0x60816576 xas_find +EXPORT_SYMBOL_GPL vmlinux 0x6081884a usb_unlink_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0x6091797f synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x6095a141 fsl8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x609777ec ethtool_set_ethtool_phy_ops +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL_GPL vmlinux 0x60ae0922 power_supply_vbat2ri +EXPORT_SYMBOL_GPL vmlinux 0x60d08b1d percpu_down_write +EXPORT_SYMBOL_GPL vmlinux 0x60e1ce5c ata_sff_qc_fill_rtf +EXPORT_SYMBOL_GPL vmlinux 0x60e96e2c devm_spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0x60ebc96f ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x60f64909 md_find_rdev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x610a9562 synth_event_trace +EXPORT_SYMBOL_GPL vmlinux 0x610c231d devlink_port_attrs_set +EXPORT_SYMBOL_GPL vmlinux 0x611e1396 usb_urb_ep_type_check +EXPORT_SYMBOL_GPL vmlinux 0x612009b4 trace_event_ignore_this_pid +EXPORT_SYMBOL_GPL vmlinux 0x6129c0db xas_find_marked +EXPORT_SYMBOL_GPL vmlinux 0x6129fb93 sfp_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x612bfd89 errno_to_blk_status +EXPORT_SYMBOL_GPL vmlinux 0x6142936f of_property_count_elems_of_size +EXPORT_SYMBOL_GPL vmlinux 0x6146c01f hrtimer_active +EXPORT_SYMBOL_GPL vmlinux 0x614adcb7 of_overlay_remove_all +EXPORT_SYMBOL_GPL vmlinux 0x615a7fb8 inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0x615cfd71 __traceiter_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x61776cf7 usb_get_from_anchor +EXPORT_SYMBOL_GPL vmlinux 0x6181e79f timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x618d3910 crypto_alloc_acomp +EXPORT_SYMBOL_GPL vmlinux 0x61976ba4 serdev_device_set_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x6198dfea __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6199ad5d crypto_has_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x619a8194 threads_core_mask +EXPORT_SYMBOL_GPL vmlinux 0x61a07677 pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0x61a2f154 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0x61ab916e iomap_get_folio +EXPORT_SYMBOL_GPL vmlinux 0x61b0b25d open_related_ns +EXPORT_SYMBOL_GPL vmlinux 0x61bd0bd0 get_completed_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x61c126ba debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0x61c1ca29 __SCK__tp_func_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x61c7c3db driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0x61d9f3d1 irq_domain_set_hwirq_and_chip +EXPORT_SYMBOL_GPL vmlinux 0x61dc4eef mpc8xxx_spi_tx_buf_u16 +EXPORT_SYMBOL_GPL vmlinux 0x61dc7b10 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0x61e2d713 regulator_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x61efd4c8 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x61f11de7 sbitmap_del_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x61f67c92 phy_gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0x620725a7 of_nvmem_cell_get +EXPORT_SYMBOL_GPL vmlinux 0x621f256f eeh_dev_open +EXPORT_SYMBOL_GPL vmlinux 0x621f4b79 devlink_port_type_ib_set +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x62330cee of_pwm_single_xlate +EXPORT_SYMBOL_GPL vmlinux 0x62377a7b blk_io_schedule +EXPORT_SYMBOL_GPL vmlinux 0x62392def lp8788_update_bits +EXPORT_SYMBOL_GPL vmlinux 0x6246a629 synchronize_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x6246aa79 crypto_grab_shash +EXPORT_SYMBOL_GPL vmlinux 0x624d7fd6 crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0x6257dda7 clk_rate_exclusive_get +EXPORT_SYMBOL_GPL vmlinux 0x6259d291 clk_restore_context +EXPORT_SYMBOL_GPL vmlinux 0x625fdbe5 of_map_id +EXPORT_SYMBOL_GPL vmlinux 0x6260e32f mmu_interval_notifier_insert +EXPORT_SYMBOL_GPL vmlinux 0x628148be _kvmppc_restore_tm_pr +EXPORT_SYMBOL_GPL vmlinux 0x628888e6 tracepoint_srcu +EXPORT_SYMBOL_GPL vmlinux 0x6298a776 vcap_rule_set_counter +EXPORT_SYMBOL_GPL vmlinux 0x629a8a75 trace_array_init_printk +EXPORT_SYMBOL_GPL vmlinux 0x62a239e4 of_irq_get_byname +EXPORT_SYMBOL_GPL vmlinux 0x62bb09bf clocks_calc_mult_shift +EXPORT_SYMBOL_GPL vmlinux 0x62c30554 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0x62cb8275 filemap_migrate_folio +EXPORT_SYMBOL_GPL vmlinux 0x62d3a82a iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0x62da3e27 vcap_keyfield_name +EXPORT_SYMBOL_GPL vmlinux 0x62e3cdc2 restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x62e6e2c4 input_device_enabled +EXPORT_SYMBOL_GPL vmlinux 0x62eeeed4 usb_debug_root +EXPORT_SYMBOL_GPL vmlinux 0x62f17120 cgroup_get_from_path +EXPORT_SYMBOL_GPL vmlinux 0x62f5beaf tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0x62f7c083 ata_bmdma_port_intr +EXPORT_SYMBOL_GPL vmlinux 0x62f9d15a devlink_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x62ff8e42 dev_pm_opp_find_bw_ceil +EXPORT_SYMBOL_GPL vmlinux 0x63092d04 pci_epf_unbind +EXPORT_SYMBOL_GPL vmlinux 0x6314e711 uart_console_device +EXPORT_SYMBOL_GPL vmlinux 0x63150e06 clk_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x63197685 s2idle_wake +EXPORT_SYMBOL_GPL vmlinux 0x631f66e0 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x633faa8f pci_sriov_configure_simple +EXPORT_SYMBOL_GPL vmlinux 0x634b9d42 __SCK__tp_func_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x634ffa71 of_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0x635a7eba __strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0x6360ddec net_failover_create +EXPORT_SYMBOL_GPL vmlinux 0x6364433d tun_get_tx_ring +EXPORT_SYMBOL_GPL vmlinux 0x636a7275 reset_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x636ec1a9 edac_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0x637c2e0e __traceiter_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x638a9653 memory_add_physaddr_to_nid +EXPORT_SYMBOL_GPL vmlinux 0x63949391 kvmppc_check_need_tlb_flush +EXPORT_SYMBOL_GPL vmlinux 0x63a055ec regmap_get_raw_write_max +EXPORT_SYMBOL_GPL vmlinux 0x63b60084 devm_kstrdup_const +EXPORT_SYMBOL_GPL vmlinux 0x63be64a2 fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0x63c08029 clk_bulk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0x63d7e640 tps6586x_read +EXPORT_SYMBOL_GPL vmlinux 0x63f82be0 attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0x640017a0 devm_watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x640e358d fsnotify_add_mark +EXPORT_SYMBOL_GPL vmlinux 0x6418789c xa_delete_node +EXPORT_SYMBOL_GPL vmlinux 0x6427328a iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x642dce60 vcap_addr_keysets +EXPORT_SYMBOL_GPL vmlinux 0x64428b78 dm_copy_name_and_uuid +EXPORT_SYMBOL_GPL vmlinux 0x64451979 crypto_create_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x644e1b11 fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6457fc34 crypto_register_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x645dc268 blk_mq_flush_busy_ctxs +EXPORT_SYMBOL_GPL vmlinux 0x645e75e3 is_swiotlb_active +EXPORT_SYMBOL_GPL vmlinux 0x645e8c58 fwnode_graph_get_next_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x6474d627 dma_vmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x647dc5e5 wwan_create_port +EXPORT_SYMBOL_GPL vmlinux 0x6480adbd tc3589x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x64898fe3 mmu_interval_notifier_insert_locked +EXPORT_SYMBOL_GPL vmlinux 0x648f59a9 sfp_module_insert +EXPORT_SYMBOL_GPL vmlinux 0x6493a2df rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0x649e5a66 dev_pm_opp_find_level_ceil +EXPORT_SYMBOL_GPL vmlinux 0x64aab9ec devm_regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0x64b90280 tcp_get_syncookie_mss +EXPORT_SYMBOL_GPL vmlinux 0x64c0d728 dw_pcie_find_capability +EXPORT_SYMBOL_GPL vmlinux 0x64c5e4ac sdio_release_host +EXPORT_SYMBOL_GPL vmlinux 0x64d06157 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0x64e27c4f synth_event_delete +EXPORT_SYMBOL_GPL vmlinux 0x64f31969 pm_clk_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x64f36620 dax_flush +EXPORT_SYMBOL_GPL vmlinux 0x64f626e6 cgroup_get_e_css +EXPORT_SYMBOL_GPL vmlinux 0x6503fe75 irq_domain_disconnect_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x6506fccf __traceiter_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x651d10e5 ktime_get_tai_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6522e023 spi_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x6531a37f mpi_add +EXPORT_SYMBOL_GPL vmlinux 0x6534ac82 ata_std_sched_eh +EXPORT_SYMBOL_GPL vmlinux 0x654f2825 ata_sff_tf_read +EXPORT_SYMBOL_GPL vmlinux 0x655efc6c fwnode_get_next_parent +EXPORT_SYMBOL_GPL vmlinux 0x6562b9ae devm_power_supply_register_no_ws +EXPORT_SYMBOL_GPL vmlinux 0x658104cb crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x658be45d key_type_user +EXPORT_SYMBOL_GPL vmlinux 0x6598d734 clk_register_mux_table +EXPORT_SYMBOL_GPL vmlinux 0x65cc50f7 devm_platform_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65cda177 wm831x_device_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x65d4037a nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0x65d536b6 device_get_child_node_count +EXPORT_SYMBOL_GPL vmlinux 0x65da69f0 pci_epc_mem_free_addr +EXPORT_SYMBOL_GPL vmlinux 0x65e556ca srp_release_transport +EXPORT_SYMBOL_GPL vmlinux 0x65e5e719 cpufreq_frequency_table_get_index +EXPORT_SYMBOL_GPL vmlinux 0x65e8bc45 edac_device_add_device +EXPORT_SYMBOL_GPL vmlinux 0x65f37348 __traceiter_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x66024738 kpp_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x66034a5d kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0x66044888 xhci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x6626a5db blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0x6636c3c9 irq_set_vcpu_affinity +EXPORT_SYMBOL_GPL vmlinux 0x663bb448 devlink_fmsg_obj_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x663ee6b5 pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0x66433626 sock_diag_destroy +EXPORT_SYMBOL_GPL vmlinux 0x6657132a task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0x665e92a0 clk_set_duty_cycle +EXPORT_SYMBOL_GPL vmlinux 0x666c0fc4 dst_cache_set_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x6688ddb8 sock_map_unhash +EXPORT_SYMBOL_GPL vmlinux 0x669368aa ftrace_ops_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x66b97421 sfp_link_up +EXPORT_SYMBOL_GPL vmlinux 0x66d32924 dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66f53281 crypto_unregister_acomp +EXPORT_SYMBOL_GPL vmlinux 0x670373db devfreq_get_devfreq_by_node +EXPORT_SYMBOL_GPL vmlinux 0x6703e3ef usb_alloc_coherent +EXPORT_SYMBOL_GPL vmlinux 0x672df0dd thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0x67429c91 __SCK__tp_func_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x6748e6f2 onboard_hub_create_pdevs +EXPORT_SYMBOL_GPL vmlinux 0x67507be4 udp_destruct_common +EXPORT_SYMBOL_GPL vmlinux 0x67527013 bpf_event_output +EXPORT_SYMBOL_GPL vmlinux 0x6760c333 io_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0x6768635b dev_pm_qos_expose_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x67756058 __traceiter_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x677ccfea dev_pm_opp_adjust_voltage +EXPORT_SYMBOL_GPL vmlinux 0x67866be4 register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x6789924e class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x679b606e thermal_zone_get_temp +EXPORT_SYMBOL_GPL vmlinux 0x67ade622 blk_queue_max_discard_segments +EXPORT_SYMBOL_GPL vmlinux 0x67c3c795 get_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x67d26e07 devm_extcon_dev_register +EXPORT_SYMBOL_GPL vmlinux 0x67d86f1c ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0x67d87159 stmpe811_adc_common_init +EXPORT_SYMBOL_GPL vmlinux 0x67da9f7c sha512_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x67eb62ce da903x_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x67f199df device_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x67f6049b devlink_net +EXPORT_SYMBOL_GPL vmlinux 0x67f7b824 shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0x68036d2a mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x6805f876 ata_sas_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x680664da phy_configure +EXPORT_SYMBOL_GPL vmlinux 0x680c07a5 pinctrl_generic_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x6815cea2 __devm_clk_hw_register_gate +EXPORT_SYMBOL_GPL vmlinux 0x681e9291 crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0x6821be13 dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x6822de1a firmware_upload_unregister +EXPORT_SYMBOL_GPL vmlinux 0x682b3eb3 disk_set_zoned +EXPORT_SYMBOL_GPL vmlinux 0x682ff057 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x683a7c30 md_stop +EXPORT_SYMBOL_GPL vmlinux 0x68460527 blkcg_set_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x684e9b04 attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0x685c91c4 rio_request_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0x68610487 phy_driver_is_genphy +EXPORT_SYMBOL_GPL vmlinux 0x6866a486 md_find_rdev_nr_rcu +EXPORT_SYMBOL_GPL vmlinux 0x6874a7c2 platform_irq_count +EXPORT_SYMBOL_GPL vmlinux 0x68786f2e xive_native_configure_queue +EXPORT_SYMBOL_GPL vmlinux 0x6879efa8 l3mdev_update_flow +EXPORT_SYMBOL_GPL vmlinux 0x688976b2 to_nd_region +EXPORT_SYMBOL_GPL vmlinux 0x688c4710 gpiod_get_array_value +EXPORT_SYMBOL_GPL vmlinux 0x6892715b __pm_runtime_use_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0x68952493 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x68ab48db phy_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x68b025a8 pci_epc_mem_exit +EXPORT_SYMBOL_GPL vmlinux 0x68b81a2e shake_page +EXPORT_SYMBOL_GPL vmlinux 0x68c697a8 pci_host_common_remove +EXPORT_SYMBOL_GPL vmlinux 0x68c8b535 rtc_set_time +EXPORT_SYMBOL_GPL vmlinux 0x68cb8543 pci_find_dvsec_capability +EXPORT_SYMBOL_GPL vmlinux 0x68cd5ab7 regulator_get_hardware_vsel_register +EXPORT_SYMBOL_GPL vmlinux 0x68d884b6 sync_blockdev_nowait +EXPORT_SYMBOL_GPL vmlinux 0x68e4ed0b serdev_device_set_baudrate +EXPORT_SYMBOL_GPL vmlinux 0x68eb86a3 i2c_dw_prepare_clk +EXPORT_SYMBOL_GPL vmlinux 0x6900686f vcap_find_actionfield +EXPORT_SYMBOL_GPL vmlinux 0x69094992 cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x6909a38b opal_rtc_read +EXPORT_SYMBOL_GPL vmlinux 0x690f585e phy_basic_ports_array +EXPORT_SYMBOL_GPL vmlinux 0x6913865a trace_clock_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x6913dcc9 shmem_file_setup_with_mnt +EXPORT_SYMBOL_GPL vmlinux 0x6926c3fa vcap_rule_get_counter +EXPORT_SYMBOL_GPL vmlinux 0x6928269b xive_native_disable_vp +EXPORT_SYMBOL_GPL vmlinux 0x692c63f0 fixed_phy_register +EXPORT_SYMBOL_GPL vmlinux 0x69312b2b ima_inode_hash +EXPORT_SYMBOL_GPL vmlinux 0x6936b579 blk_queue_max_zone_append_sectors +EXPORT_SYMBOL_GPL vmlinux 0x693c5559 scsi_host_complete_all_commands +EXPORT_SYMBOL_GPL vmlinux 0x6942048d crypto_enqueue_request_head +EXPORT_SYMBOL_GPL vmlinux 0x695776c5 seq_buf_do_printk +EXPORT_SYMBOL_GPL vmlinux 0x69637b2c __traceiter_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0x6969f9c2 get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0x696f2b63 of_changeset_init +EXPORT_SYMBOL_GPL vmlinux 0x69769de7 aead_init_geniv +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x697cbbb4 threads_per_core +EXPORT_SYMBOL_GPL vmlinux 0x698ab650 vring_create_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x698cf0d7 of_clk_src_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0x6993ffbb fwnode_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x69a54b4c xas_create_range +EXPORT_SYMBOL_GPL vmlinux 0x69aeddef atomic_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x69b0f7c1 __traceiter_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x69ba4ffb inet_bhash2_reset_saddr +EXPORT_SYMBOL_GPL vmlinux 0x69bb540f shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x69bbabaf devlink_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0x69beb0e6 iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x69bf91ec anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x69cf0632 mpi_fromstr +EXPORT_SYMBOL_GPL vmlinux 0x69d17012 hte_push_ts_ns +EXPORT_SYMBOL_GPL vmlinux 0x69d51e9d nvmem_device_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x69db95ac fib_nl_newrule +EXPORT_SYMBOL_GPL vmlinux 0x69e683de uuid_gen +EXPORT_SYMBOL_GPL vmlinux 0x69e83605 mc146818_get_time +EXPORT_SYMBOL_GPL vmlinux 0x69ebc355 devm_hwspin_lock_request_specific +EXPORT_SYMBOL_GPL vmlinux 0x69ee2220 linear_range_get_selector_high +EXPORT_SYMBOL_GPL vmlinux 0x6a05b65b fb_videomode_from_videomode +EXPORT_SYMBOL_GPL vmlinux 0x6a421062 memory_failure_queue +EXPORT_SYMBOL_GPL vmlinux 0x6a42eca0 from_vfsuid +EXPORT_SYMBOL_GPL vmlinux 0x6a460dc5 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a61148f dev_pm_set_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0x6a61d2da pinctrl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6a63a366 spi_mem_dirmap_write +EXPORT_SYMBOL_GPL vmlinux 0x6a6838da inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x6a7f8be3 device_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6a87751e unmap_mapping_pages +EXPORT_SYMBOL_GPL vmlinux 0x6a9e90af ata_mode_string +EXPORT_SYMBOL_GPL vmlinux 0x6a9eb44c iommu_page_response +EXPORT_SYMBOL_GPL vmlinux 0x6a9ef6d0 bsg_job_put +EXPORT_SYMBOL_GPL vmlinux 0x6aa1367e icc_node_del +EXPORT_SYMBOL_GPL vmlinux 0x6ab25b8b udp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0x6abe6861 irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0x6ac89255 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0x6adf71ff irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x6ae688f1 __traceiter_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x6ae8d67d xhci_stop +EXPORT_SYMBOL_GPL vmlinux 0x6af16ea9 mpic_subsys +EXPORT_SYMBOL_GPL vmlinux 0x6af96383 espintcp_queue_out +EXPORT_SYMBOL_GPL vmlinux 0x6b2b69f7 static_key_enable +EXPORT_SYMBOL_GPL vmlinux 0x6b413c9b sfp_link_down +EXPORT_SYMBOL_GPL vmlinux 0x6b6d2179 xdp_attachment_setup +EXPORT_SYMBOL_GPL vmlinux 0x6b7fb7c2 dma_map_sgtable +EXPORT_SYMBOL_GPL vmlinux 0x6b81c38b power_supply_unreg_notifier +EXPORT_SYMBOL_GPL vmlinux 0x6b8714d7 clk_mux_val_to_index +EXPORT_SYMBOL_GPL vmlinux 0x6b8db211 ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x6b9803bc hwmon_device_register_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x6ba36c6a hwpoison_filter_flags_value +EXPORT_SYMBOL_GPL vmlinux 0x6bb52e6e da9052_adc_manual_read +EXPORT_SYMBOL_GPL vmlinux 0x6bb56449 bio_split_rw +EXPORT_SYMBOL_GPL vmlinux 0x6bbd8faf usb_interrupt_msg +EXPORT_SYMBOL_GPL vmlinux 0x6bc15310 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x6bc9a378 rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0x6bcb7f77 gpiochip_irqchip_add_domain +EXPORT_SYMBOL_GPL vmlinux 0x6bcdedc0 mpi_point_init +EXPORT_SYMBOL_GPL vmlinux 0x6bcfaa36 __tcp_send_ack +EXPORT_SYMBOL_GPL vmlinux 0x6bd1aa56 stack_trace_save +EXPORT_SYMBOL_GPL vmlinux 0x6bebd39d mf_dax_kill_procs +EXPORT_SYMBOL_GPL vmlinux 0x6bf6b3b3 sk_psock_msg_verdict +EXPORT_SYMBOL_GPL vmlinux 0x6bfb8c15 stmpe_enable +EXPORT_SYMBOL_GPL vmlinux 0x6bffb196 cpufreq_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x6c205008 mpi_print +EXPORT_SYMBOL_GPL vmlinux 0x6c3f70e0 guid_gen +EXPORT_SYMBOL_GPL vmlinux 0x6c467534 set_secondary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x6c4b6684 reset_control_assert +EXPORT_SYMBOL_GPL vmlinux 0x6c54ba0d fib6_new_table +EXPORT_SYMBOL_GPL vmlinux 0x6c5802a5 __trace_trigger_soft_disabled +EXPORT_SYMBOL_GPL vmlinux 0x6c5ad0cd kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0x6c75413d usb_sg_init +EXPORT_SYMBOL_GPL vmlinux 0x6c762600 wbt_disable_default +EXPORT_SYMBOL_GPL vmlinux 0x6c7b435f mc146818_does_rtc_work +EXPORT_SYMBOL_GPL vmlinux 0x6c7fe5c6 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0x6c956075 __SCK__tp_func_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6ca520c8 crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0x6cca4a53 __dev_fwnode_const +EXPORT_SYMBOL_GPL vmlinux 0x6cd7810e of_property_read_u32_index +EXPORT_SYMBOL_GPL vmlinux 0x6cdd11b2 proc_create_net_single_write +EXPORT_SYMBOL_GPL vmlinux 0x6cde2bab blk_bio_list_merge +EXPORT_SYMBOL_GPL vmlinux 0x6cea1038 lwtunnel_fill_encap +EXPORT_SYMBOL_GPL vmlinux 0x6d05910d kvmppc_add_revmap_chain +EXPORT_SYMBOL_GPL vmlinux 0x6d09843f copy_bpf_fprog_from_user +EXPORT_SYMBOL_GPL vmlinux 0x6d0ae550 pinctrl_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x6d0ffd8d sk_msg_clone +EXPORT_SYMBOL_GPL vmlinux 0x6d1b1583 crypto_clone_tfm +EXPORT_SYMBOL_GPL vmlinux 0x6d211d05 pm_report_hw_sleep_time +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d36c35f da903x_write +EXPORT_SYMBOL_GPL vmlinux 0x6d49c8ed iommu_group_has_isolated_msi +EXPORT_SYMBOL_GPL vmlinux 0x6d4fbca8 srcu_torture_stats_print +EXPORT_SYMBOL_GPL vmlinux 0x6d552a2b bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x6d6fec1f ktime_mono_to_any +EXPORT_SYMBOL_GPL vmlinux 0x6d7832b7 __stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x6d7e951e rcu_exp_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x6d842a87 regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x6d8ba59c rio_release_dma +EXPORT_SYMBOL_GPL vmlinux 0x6d8d503d cpu_latency_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x6da7bd96 dev_attr_link_power_management_policy +EXPORT_SYMBOL_GPL vmlinux 0x6db92c2c vp_modern_get_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0x6dbaafd3 put_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6dbce195 pwm_get +EXPORT_SYMBOL_GPL vmlinux 0x6dc1744c dmaengine_desc_get_metadata_ptr +EXPORT_SYMBOL_GPL vmlinux 0x6dc72906 iocb_bio_iopoll +EXPORT_SYMBOL_GPL vmlinux 0x6dd5680d sprint_symbol_build_id +EXPORT_SYMBOL_GPL vmlinux 0x6dd73614 msi_unlock_descs +EXPORT_SYMBOL_GPL vmlinux 0x6de6dc77 gpiochip_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x6def4ced hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0x6e09d93d __SCK__tp_func_map +EXPORT_SYMBOL_GPL vmlinux 0x6e31988a device_match_of_node +EXPORT_SYMBOL_GPL vmlinux 0x6e353c26 mpi_rshift +EXPORT_SYMBOL_GPL vmlinux 0x6e3f594d netdev_is_rx_handler_busy +EXPORT_SYMBOL_GPL vmlinux 0x6e3ff83a edac_device_alloc_index +EXPORT_SYMBOL_GPL vmlinux 0x6e4a5d96 of_alias_from_compatible +EXPORT_SYMBOL_GPL vmlinux 0x6e4e0451 irq_domain_pop_irq +EXPORT_SYMBOL_GPL vmlinux 0x6e57ec61 kvmppc_do_h_remove +EXPORT_SYMBOL_GPL vmlinux 0x6e5e67c2 inet6_sock_destruct +EXPORT_SYMBOL_GPL vmlinux 0x6e739400 sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6eaf2cf5 __blk_req_zone_write_unlock +EXPORT_SYMBOL_GPL vmlinux 0x6ebe366f ktime_get_mono_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6ec714b9 clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0x6ed3ecb3 validate_xmit_xfrm +EXPORT_SYMBOL_GPL vmlinux 0x6ed4901b ehci_handshake +EXPORT_SYMBOL_GPL vmlinux 0x6ee6c826 sched_set_normal +EXPORT_SYMBOL_GPL vmlinux 0x6ef1d6e6 bsg_job_get +EXPORT_SYMBOL_GPL vmlinux 0x6ef6b54f ktime_get_boot_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6f0088d9 xive_native_sync_source +EXPORT_SYMBOL_GPL vmlinux 0x6f08e788 gpiochip_relres_irq +EXPORT_SYMBOL_GPL vmlinux 0x6f12560a get_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6f1891af ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x6f18a356 of_icc_get +EXPORT_SYMBOL_GPL vmlinux 0x6f2017de misc_cg_set_capacity +EXPORT_SYMBOL_GPL vmlinux 0x6f2209e7 dax_iomap_rw +EXPORT_SYMBOL_GPL vmlinux 0x6f26b3d4 gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x6f2c14a6 mmc_app_cmd +EXPORT_SYMBOL_GPL vmlinux 0x6f3e4b03 __traceiter_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x6f4e9c4a sdio_writesb +EXPORT_SYMBOL_GPL vmlinux 0x6f6b52e9 __ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x6f6decde usb_ifnum_to_if +EXPORT_SYMBOL_GPL vmlinux 0x6f6edb6f scsi_host_unblock +EXPORT_SYMBOL_GPL vmlinux 0x6f6fe1b7 ncsi_register_dev +EXPORT_SYMBOL_GPL vmlinux 0x6f725e77 devm_rtc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x6f73eed6 xdp_rxq_info_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x6f7e6040 irq_has_action +EXPORT_SYMBOL_GPL vmlinux 0x6f82f705 __traceiter_rpm_return_int +EXPORT_SYMBOL_GPL vmlinux 0x6f86dc46 handle_mm_fault +EXPORT_SYMBOL_GPL vmlinux 0x6f918e0a devl_trylock +EXPORT_SYMBOL_GPL vmlinux 0x6f973052 skcipher_alloc_instance_simple +EXPORT_SYMBOL_GPL vmlinux 0x6f97eb23 gpiochip_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x6f9a05da pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0x6f9e763b timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x6fc6a3f2 ata_link_next +EXPORT_SYMBOL_GPL vmlinux 0x6fcef6ab ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0x6fd3e538 strp_process +EXPORT_SYMBOL_GPL vmlinux 0x6fe4fe41 mbox_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x70043a9c fsverity_verify_blocks +EXPORT_SYMBOL_GPL vmlinux 0x7006586e iommu_get_group_resv_regions +EXPORT_SYMBOL_GPL vmlinux 0x70079d69 tracepoint_probe_register_prio_may_exist +EXPORT_SYMBOL_GPL vmlinux 0x70285d0e gpiod_set_array_value +EXPORT_SYMBOL_GPL vmlinux 0x7030020b pci_pri_supported +EXPORT_SYMBOL_GPL vmlinux 0x7034b692 klp_get_state +EXPORT_SYMBOL_GPL vmlinux 0x703f8bdd usb_disable_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0x704f24ae kvmppc_restore_tm_hv +EXPORT_SYMBOL_GPL vmlinux 0x7055830d lwtunnel_input +EXPORT_SYMBOL_GPL vmlinux 0x7073c04f phy_10_100_features_array +EXPORT_SYMBOL_GPL vmlinux 0x707f62c8 iommu_report_device_fault +EXPORT_SYMBOL_GPL vmlinux 0x708874a9 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x70a86dc0 crypto_clone_cipher +EXPORT_SYMBOL_GPL vmlinux 0x70ab3fc3 devfreq_event_get_edev_count +EXPORT_SYMBOL_GPL vmlinux 0x70aef3f3 ata_host_put +EXPORT_SYMBOL_GPL vmlinux 0x70bbd56c ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0x70c2c7ea pids_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x70c41297 rio_release_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x70c52dc5 nf_skb_duplicated +EXPORT_SYMBOL_GPL vmlinux 0x70c6d827 mc146818_set_time +EXPORT_SYMBOL_GPL vmlinux 0x70cf032f usb_hcd_irq +EXPORT_SYMBOL_GPL vmlinux 0x70e498c5 devm_blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x710e348e badblocks_init +EXPORT_SYMBOL_GPL vmlinux 0x711748c1 desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0x7136beed __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x7137bbe7 pm_generic_poweroff_noirq +EXPORT_SYMBOL_GPL vmlinux 0x714458a4 ethnl_cable_test_step +EXPORT_SYMBOL_GPL vmlinux 0x714ffa37 vcap_find_keystream_keysets +EXPORT_SYMBOL_GPL vmlinux 0x715ce95a file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0x715df37b edac_pci_add_device +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x71642db0 pm_genpd_init +EXPORT_SYMBOL_GPL vmlinux 0x71724493 mctrl_gpio_enable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x7181a116 proc_create_net_data +EXPORT_SYMBOL_GPL vmlinux 0x718335df pci_remove_device_node_info +EXPORT_SYMBOL_GPL vmlinux 0x71881382 iomap_page_mkwrite +EXPORT_SYMBOL_GPL vmlinux 0x7195940a mctrl_gpio_disable_irq_wake +EXPORT_SYMBOL_GPL vmlinux 0x719e17ff clk_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x71a20f4a __SCK__tp_func_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x71a9b202 dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x71b6cf94 dst_cache_reset_now +EXPORT_SYMBOL_GPL vmlinux 0x71b78c91 gpiod_set_config +EXPORT_SYMBOL_GPL vmlinux 0x71c059d8 __traceiter_map +EXPORT_SYMBOL_GPL vmlinux 0x71c5209d class_register +EXPORT_SYMBOL_GPL vmlinux 0x71cfaf6d edac_device_del_device +EXPORT_SYMBOL_GPL vmlinux 0x71e4b06f kthread_data +EXPORT_SYMBOL_GPL vmlinux 0x71f364d3 __virtio_unbreak_device +EXPORT_SYMBOL_GPL vmlinux 0x71fb81b6 xhci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x72057b11 pm_clk_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0x720ace94 free_fib_info +EXPORT_SYMBOL_GPL vmlinux 0x721ce8e4 of_pci_get_slot_power_limit +EXPORT_SYMBOL_GPL vmlinux 0x7225048b perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0x722cd5cf pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x7234ca17 power_supply_am_i_supplied +EXPORT_SYMBOL_GPL vmlinux 0x723e589b inet6_compat_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x7265f2b0 pci_vpd_check_csum +EXPORT_SYMBOL_GPL vmlinux 0x726a4b5d pm_generic_restore_early +EXPORT_SYMBOL_GPL vmlinux 0x727611fa folio_test_hugetlb +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x727e4b85 pci_host_probe +EXPORT_SYMBOL_GPL vmlinux 0x7282ecb6 rcu_async_hurry +EXPORT_SYMBOL_GPL vmlinux 0x7283161b percpu_ref_switch_to_percpu +EXPORT_SYMBOL_GPL vmlinux 0x72901531 sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x72ae1839 base64_decode +EXPORT_SYMBOL_GPL vmlinux 0x72b49f0d regulator_set_voltage_time_sel +EXPORT_SYMBOL_GPL vmlinux 0x72c90342 mctp_register_netdev +EXPORT_SYMBOL_GPL vmlinux 0x72d0da95 __pm_runtime_disable +EXPORT_SYMBOL_GPL vmlinux 0x72d267dc nvmem_del_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0x73073c97 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x730a37ff pci_doe +EXPORT_SYMBOL_GPL vmlinux 0x730af521 gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x731191e1 device_create +EXPORT_SYMBOL_GPL vmlinux 0x73156030 perf_event_addr_filters_sync +EXPORT_SYMBOL_GPL vmlinux 0x73205ac4 devres_remove +EXPORT_SYMBOL_GPL vmlinux 0x7321226f rio_register_scan +EXPORT_SYMBOL_GPL vmlinux 0x73329f65 tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0x7334c84a raw_v6_match +EXPORT_SYMBOL_GPL vmlinux 0x734545c0 pci_d3cold_enable +EXPORT_SYMBOL_GPL vmlinux 0x73549078 raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x7357b3d9 tracing_cond_snapshot_data +EXPORT_SYMBOL_GPL vmlinux 0x737895e7 vas_init_rx_win_attr +EXPORT_SYMBOL_GPL vmlinux 0x737d2026 iomap_ioend_try_merge +EXPORT_SYMBOL_GPL vmlinux 0x739439e3 usb_cache_string +EXPORT_SYMBOL_GPL vmlinux 0x73a48b4a ata_sff_std_ports +EXPORT_SYMBOL_GPL vmlinux 0x73b36027 iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x73c2554f __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x73cc8631 oiap +EXPORT_SYMBOL_GPL vmlinux 0x73d6505e find_mci_by_dev +EXPORT_SYMBOL_GPL vmlinux 0x73d661a7 of_devfreq_cooling_register_power +EXPORT_SYMBOL_GPL vmlinux 0x73dfe887 ata_host_suspend +EXPORT_SYMBOL_GPL vmlinux 0x73e008eb ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0x7406c22d dw_pcie_ep_init +EXPORT_SYMBOL_GPL vmlinux 0x74199b26 opal_leds_set_ind +EXPORT_SYMBOL_GPL vmlinux 0x7429297b interval_tree_span_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x74305f78 crypto_comp_compress +EXPORT_SYMBOL_GPL vmlinux 0x74386251 __ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0x7438f4b7 fwnode_device_is_available +EXPORT_SYMBOL_GPL vmlinux 0x743c3164 fwnode_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0x74434f2c blk_mq_quiesce_queue_nowait +EXPORT_SYMBOL_GPL vmlinux 0x74441985 dev_pm_opp_get_max_volt_latency +EXPORT_SYMBOL_GPL vmlinux 0x7451a1c0 fat_attach +EXPORT_SYMBOL_GPL vmlinux 0x74618373 xdp_return_frame +EXPORT_SYMBOL_GPL vmlinux 0x7461b77e nf_ip6_check_hbh_len +EXPORT_SYMBOL_GPL vmlinux 0x7475c512 soc_device_register +EXPORT_SYMBOL_GPL vmlinux 0x7480b776 xfrm_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x7481895c dev_pm_opp_set_opp +EXPORT_SYMBOL_GPL vmlinux 0x74a549a8 devfreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x74b5ea68 lcm_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74bf2e01 scsi_pr_type_to_block +EXPORT_SYMBOL_GPL vmlinux 0x74c7bffa stack_trace_snprint +EXPORT_SYMBOL_GPL vmlinux 0x74c9711e security_kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0x74d25282 __devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0x74dd4710 metadata_dst_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x74e73871 housekeeping_overridden +EXPORT_SYMBOL_GPL vmlinux 0x74f6d579 fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0x7511086c clk_hw_get_name +EXPORT_SYMBOL_GPL vmlinux 0x75133f6e visitor128 +EXPORT_SYMBOL_GPL vmlinux 0x751d2e97 bpf_log +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x7536d6a6 mmu_notifier_put +EXPORT_SYMBOL_GPL vmlinux 0x754ba823 trace_seq_puts +EXPORT_SYMBOL_GPL vmlinux 0x754dbfab usb_register_device_driver +EXPORT_SYMBOL_GPL vmlinux 0x754e8156 decrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0x756524c8 cpufreq_dbs_governor_start +EXPORT_SYMBOL_GPL vmlinux 0x756aa1c8 devm_regulator_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x756f20f5 regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0x7579806b __mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x757c1bbb housekeeping_any_cpu +EXPORT_SYMBOL_GPL vmlinux 0x757cfe35 xive_native_get_vp_info +EXPORT_SYMBOL_GPL vmlinux 0x75809e46 genphy_c45_plca_set_cfg +EXPORT_SYMBOL_GPL vmlinux 0x759139cb of_pci_check_probe_only +EXPORT_SYMBOL_GPL vmlinux 0x759c1ff8 pm_generic_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x75a1737b exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x75a750e4 vcap_rule_rem_key +EXPORT_SYMBOL_GPL vmlinux 0x75aaf7c7 led_init_default_state_get +EXPORT_SYMBOL_GPL vmlinux 0x75ace4f7 pnv_ocxl_get_actag +EXPORT_SYMBOL_GPL vmlinux 0x75b0c322 devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0x75ba439f root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x75c0c932 fscrypt_set_bio_crypt_ctx +EXPORT_SYMBOL_GPL vmlinux 0x75dd4ebe of_overlay_remove +EXPORT_SYMBOL_GPL vmlinux 0x75e51945 __SCK__tp_func_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x75e9c735 pci_ats_disabled +EXPORT_SYMBOL_GPL vmlinux 0x75ecd1c2 platform_get_irq_byname_optional +EXPORT_SYMBOL_GPL vmlinux 0x75f8626d of_irq_parse_raw +EXPORT_SYMBOL_GPL vmlinux 0x7607a7db ohci_suspend +EXPORT_SYMBOL_GPL vmlinux 0x760f4ed1 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x76100074 disk_update_readahead +EXPORT_SYMBOL_GPL vmlinux 0x762ceb1c devl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x76517f03 interval_tree_span_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0x7656410c mpi_sub +EXPORT_SYMBOL_GPL vmlinux 0x76699f78 mm_iommu_new +EXPORT_SYMBOL_GPL vmlinux 0x76758478 copro_calculate_slb +EXPORT_SYMBOL_GPL vmlinux 0x7681946c unregister_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x768d987c usb_unlocked_enable_lpm +EXPORT_SYMBOL_GPL vmlinux 0x7690593f rtc_read_time +EXPORT_SYMBOL_GPL vmlinux 0x769cefb5 percpu_ref_switch_to_atomic +EXPORT_SYMBOL_GPL vmlinux 0x76aa0f40 vp_legacy_set_queue_address +EXPORT_SYMBOL_GPL vmlinux 0x76d9b876 clk_set_rate +EXPORT_SYMBOL_GPL vmlinux 0x76e65ab1 cpu_add_dev_attr_group +EXPORT_SYMBOL_GPL vmlinux 0x76e9b42d dev_fetch_sw_netstats +EXPORT_SYMBOL_GPL vmlinux 0x76eeeb0f sha384_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x76f2abe0 btree_lookup +EXPORT_SYMBOL_GPL vmlinux 0x7702124d rtc_class_open +EXPORT_SYMBOL_GPL vmlinux 0x770a5ae9 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x77222306 ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x773cbd9c usb_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x7748775d debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x77549a51 vcap_alloc_rule +EXPORT_SYMBOL_GPL vmlinux 0x7756344c debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0x7757b51a clk_unregister +EXPORT_SYMBOL_GPL vmlinux 0x778373fa srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x7791e066 dw_pcie_read +EXPORT_SYMBOL_GPL vmlinux 0x779dbb3f of_pci_parse_bus_range +EXPORT_SYMBOL_GPL vmlinux 0x779e3c52 blk_crypto_intersect_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x77a07597 i2c_dw_configure_master +EXPORT_SYMBOL_GPL vmlinux 0x77ac731e noop_direct_IO +EXPORT_SYMBOL_GPL vmlinux 0x77ae495d usb_speed_string +EXPORT_SYMBOL_GPL vmlinux 0x77b3940e __pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0x77cff84c __iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x77e75be3 sfp_bus_put +EXPORT_SYMBOL_GPL vmlinux 0x77e8f134 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x77eb8c3b xas_nomem +EXPORT_SYMBOL_GPL vmlinux 0x77ec8b22 pinctrl_find_gpio_range_from_pin +EXPORT_SYMBOL_GPL vmlinux 0x77ecf68d memalloc_socks_key +EXPORT_SYMBOL_GPL vmlinux 0x77ede33a dev_pm_opp_of_remove_table +EXPORT_SYMBOL_GPL vmlinux 0x77ff80d3 __tracepoint_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x78041b8f byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x7823545a crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x7829bbb4 dev_pm_opp_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0x784263cd thermal_zone_device_id +EXPORT_SYMBOL_GPL vmlinux 0x7847c621 sfp_parse_support +EXPORT_SYMBOL_GPL vmlinux 0x785a93b4 si_mem_available +EXPORT_SYMBOL_GPL vmlinux 0x786fbae1 __clocksource_update_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0x786fe2bc debugfs_real_fops +EXPORT_SYMBOL_GPL vmlinux 0x787c882b lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x7881af6d tpm_chip_unregister +EXPORT_SYMBOL_GPL vmlinux 0x788bfbad ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0x789c73d9 rcu_cpu_stall_suppress_at_boot +EXPORT_SYMBOL_GPL vmlinux 0x78a84dd0 serial8250_request_dma +EXPORT_SYMBOL_GPL vmlinux 0x78c72240 clk_register +EXPORT_SYMBOL_GPL vmlinux 0x78e132fd dev_attr_em_message +EXPORT_SYMBOL_GPL vmlinux 0x78e55ca4 ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0x78e58a4e xive_native_has_single_escalation +EXPORT_SYMBOL_GPL vmlinux 0x78fb1cbe devlink_dpipe_entry_ctx_prepare +EXPORT_SYMBOL_GPL vmlinux 0x791477ce of_genpd_add_provider_simple +EXPORT_SYMBOL_GPL vmlinux 0x7918d817 memory_failure +EXPORT_SYMBOL_GPL vmlinux 0x79255f1e phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x792f716f ohci_restart +EXPORT_SYMBOL_GPL vmlinux 0x7932d7e6 __traceiter_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x793c6f66 devm_led_classdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x79470a2c TSS_authhmac +EXPORT_SYMBOL_GPL vmlinux 0x794b7271 orderly_reboot +EXPORT_SYMBOL_GPL vmlinux 0x79511568 clk_mux_determine_rate_flags +EXPORT_SYMBOL_GPL vmlinux 0x7956eda3 thermal_zone_unbind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0x795b0dbe virtqueue_resize +EXPORT_SYMBOL_GPL vmlinux 0x79628ec6 crypto_sig_set_pubkey +EXPORT_SYMBOL_GPL vmlinux 0x79736a5a irq_domain_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x7974dfb2 securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x79782b37 simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0x797c85ba bpf_trace_run5 +EXPORT_SYMBOL_GPL vmlinux 0x798abdfe devlink_port_type_eth_set +EXPORT_SYMBOL_GPL vmlinux 0x798ff0b7 mmput +EXPORT_SYMBOL_GPL vmlinux 0x799c901f l3mdev_fib_table_rcu +EXPORT_SYMBOL_GPL vmlinux 0x79a0c148 phy_driver_is_genphy_10g +EXPORT_SYMBOL_GPL vmlinux 0x79ba2e90 mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x79cd6e20 tcp_sendmsg_locked +EXPORT_SYMBOL_GPL vmlinux 0x79cef57b perf_event_update_userpage +EXPORT_SYMBOL_GPL vmlinux 0x79d03c90 gov_attr_set_init +EXPORT_SYMBOL_GPL vmlinux 0x79d4ce6a sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0x79d92e68 __of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0x79defbe1 kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x79ec8c20 iommu_device_register +EXPORT_SYMBOL_GPL vmlinux 0x79ee2514 palmas_ext_control_req_config +EXPORT_SYMBOL_GPL vmlinux 0x79f697e4 lzorle1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x7a3c0563 dma_request_chan +EXPORT_SYMBOL_GPL vmlinux 0x7a3f16a2 devl_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7a40ef62 cpufreq_driver_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x7a4a9cc2 dw_pcie_upconfig_setup +EXPORT_SYMBOL_GPL vmlinux 0x7a52d4ae of_clk_get_parent_name +EXPORT_SYMBOL_GPL vmlinux 0x7a5bddc5 lwtunnel_state_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7a68aa2e tty_kopen_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x7a6d4bd0 dev_pm_opp_get_freq +EXPORT_SYMBOL_GPL vmlinux 0x7a73e605 wm831x_isinkv_values +EXPORT_SYMBOL_GPL vmlinux 0x7a81541b async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x7a98f4b4 copy_from_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0x7a9e4c23 software_node_register_node_group +EXPORT_SYMBOL_GPL vmlinux 0x7aa406fd __suspend_report_result +EXPORT_SYMBOL_GPL vmlinux 0x7aa99c3d pstore_register +EXPORT_SYMBOL_GPL vmlinux 0x7abf441b ehci_cf_port_reset_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x7ac722bd phy_all_ports_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7ac8141c of_clk_add_provider +EXPORT_SYMBOL_GPL vmlinux 0x7ad02a41 asn1_encode_tag +EXPORT_SYMBOL_GPL vmlinux 0x7ad1ded1 pinctrl_register_mappings +EXPORT_SYMBOL_GPL vmlinux 0x7ad26c68 pm_generic_suspend_late +EXPORT_SYMBOL_GPL vmlinux 0x7af2d9fe xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0x7afcb7db __kprobe_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x7b071c6d regulator_is_enabled_regmap +EXPORT_SYMBOL_GPL vmlinux 0x7b08f33c pinctrl_find_gpio_range_from_pin_nolock +EXPORT_SYMBOL_GPL vmlinux 0x7b0bf643 iommu_detach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0x7b0fe516 tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x7b18c275 xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0x7b1df89f pci_address_to_pio +EXPORT_SYMBOL_GPL vmlinux 0x7b25bf6d regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0x7b4ff8f4 badrange_forget +EXPORT_SYMBOL_GPL vmlinux 0x7b539c33 pcie_reset_flr +EXPORT_SYMBOL_GPL vmlinux 0x7b5473ad strp_check_rcv +EXPORT_SYMBOL_GPL vmlinux 0x7b58f4a6 balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x7b5a4926 sha1_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x7b6c8e4b od_register_powersave_bias_handler +EXPORT_SYMBOL_GPL vmlinux 0x7b783824 ppc_breakpoint_available +EXPORT_SYMBOL_GPL vmlinux 0x7b832a60 of_reconfig_get_state_change +EXPORT_SYMBOL_GPL vmlinux 0x7b8910f4 kfence_sample_interval +EXPORT_SYMBOL_GPL vmlinux 0x7b93bb62 regulator_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7b947b44 devm_pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0x7b9793a2 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x7bb045a7 __request_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x7bb3fa18 vcap_rule_add_action_bit +EXPORT_SYMBOL_GPL vmlinux 0x7bc03fee vcap_get_rule +EXPORT_SYMBOL_GPL vmlinux 0x7bef32c3 stmpe_set_altfunc +EXPORT_SYMBOL_GPL vmlinux 0x7bf07c35 cpufreq_enable_fast_switch +EXPORT_SYMBOL_GPL vmlinux 0x7bf64322 skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0x7bfda29b debugfs_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x7c0973a3 smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0x7c106a9f ata_sas_port_init +EXPORT_SYMBOL_GPL vmlinux 0x7c157e0b l3mdev_table_lookup_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7c24ec75 srp_stop_rport_timers +EXPORT_SYMBOL_GPL vmlinux 0x7c28f70a synth_event_add_next_val +EXPORT_SYMBOL_GPL vmlinux 0x7c291e86 show_rcu_tasks_trace_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0x7c30a1ed iomap_finish_ioends +EXPORT_SYMBOL_GPL vmlinux 0x7c37bc89 pseries_ioei_notifier_list +EXPORT_SYMBOL_GPL vmlinux 0x7c3a2e64 devm_regulator_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7c3d8a4b icc_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0x7c3e2513 inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0x7c6414e9 input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7c6e1826 devm_devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0x7c73a9e0 klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0x7c837877 of_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x7c85d11f iommu_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7c8f182c __fscrypt_prepare_link +EXPORT_SYMBOL_GPL vmlinux 0x7c9a7371 clk_prepare +EXPORT_SYMBOL_GPL vmlinux 0x7ca64a0b __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0x7cae72c9 __traceiter_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x7cb1aea1 devlink_dpipe_header_ethernet +EXPORT_SYMBOL_GPL vmlinux 0x7cc6ac39 class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0x7cce902d __tracepoint_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0x7cceaf92 zs_pool_stats +EXPORT_SYMBOL_GPL vmlinux 0x7cd6f042 cpufreq_get_current_driver +EXPORT_SYMBOL_GPL vmlinux 0x7cd7ba1d kernel_read_file_from_fd +EXPORT_SYMBOL_GPL vmlinux 0x7cdd533b folio_mkclean +EXPORT_SYMBOL_GPL vmlinux 0x7cdfbf9a trace_array_put +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7ced3e69 crypto_unregister_templates +EXPORT_SYMBOL_GPL vmlinux 0x7cfd9d20 kthread_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x7d00c65b nd_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x7d0991de md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0x7d0d3a97 sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0x7d0f6b42 __tracepoint_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x7d1bb1d4 tnum_strn +EXPORT_SYMBOL_GPL vmlinux 0x7d1cc97a register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0x7d33a0d5 clk_register_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x7d3d1851 vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x7d3d9e61 devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x7d3ef813 spi_mem_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7d59dd46 pm_wq +EXPORT_SYMBOL_GPL vmlinux 0x7d5c89b8 subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0x7d6c8073 ip_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0x7d773372 raw_v4_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x7d8f27b7 iommu_unmap_fast +EXPORT_SYMBOL_GPL vmlinux 0x7d98703c crypto_alloc_sync_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x7da4d067 vcap_tc_flower_handler_cvlan_usage +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7ddd5fd4 idr_find +EXPORT_SYMBOL_GPL vmlinux 0x7de1f5a1 l3mdev_master_ifindex_rcu +EXPORT_SYMBOL_GPL vmlinux 0x7de39e07 phy_basic_t1_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7de6cc23 io_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x7de728b9 pnv_ocxl_get_xsl_irq +EXPORT_SYMBOL_GPL vmlinux 0x7dec8aa2 __devm_clk_hw_register_divider +EXPORT_SYMBOL_GPL vmlinux 0x7e07f6c7 reserve_pmc_hardware +EXPORT_SYMBOL_GPL vmlinux 0x7e0ce043 lwtunnel_output +EXPORT_SYMBOL_GPL vmlinux 0x7e0fe641 dev_pm_opp_add +EXPORT_SYMBOL_GPL vmlinux 0x7e14981d rio_unmap_outb_region +EXPORT_SYMBOL_GPL vmlinux 0x7e1e1bd3 iommu_tce_check_gpa +EXPORT_SYMBOL_GPL vmlinux 0x7e21a6ed platform_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x7e2d51e7 fib6_check_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x7e3b642a ata_sff_dev_select +EXPORT_SYMBOL_GPL vmlinux 0x7e3bdecd __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0x7e3dbb77 apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0x7e54a957 clk_hw_unregister_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0x7e5db80b pstore_name_to_type +EXPORT_SYMBOL_GPL vmlinux 0x7e64181d usb_calc_bus_time +EXPORT_SYMBOL_GPL vmlinux 0x7e6443dd ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x7e7e3f58 ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7e890173 msg_zerocopy_put_abort +EXPORT_SYMBOL_GPL vmlinux 0x7e917894 __SCK__tp_func_unmap +EXPORT_SYMBOL_GPL vmlinux 0x7e9c75cf spi_split_transfers_maxsize +EXPORT_SYMBOL_GPL vmlinux 0x7eb808d0 add_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7ed382f8 usb_pipe_type_check +EXPORT_SYMBOL_GPL vmlinux 0x7ee9208e devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7eea6b8b pcap_adc_async +EXPORT_SYMBOL_GPL vmlinux 0x7f4046a4 blk_steal_bios +EXPORT_SYMBOL_GPL vmlinux 0x7f43c31c spi_new_device +EXPORT_SYMBOL_GPL vmlinux 0x7f60293f find_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x7f714668 of_css +EXPORT_SYMBOL_GPL vmlinux 0x7f7cbc64 ip_tunnel_need_metadata +EXPORT_SYMBOL_GPL vmlinux 0x7f84f35d rcu_gp_slow_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7f87ab10 gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x7fa50dd5 da903x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x7fbf25e4 ata_bmdma_port_ops +EXPORT_SYMBOL_GPL vmlinux 0x7fcc5428 blkg_conf_exit +EXPORT_SYMBOL_GPL vmlinux 0x7fdca00d clk_hw_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0x7fdd902a wm831x_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0x7ff76b76 usb_alloc_dev +EXPORT_SYMBOL_GPL vmlinux 0x7ff9b27a spi_mem_driver_register_with_owner +EXPORT_SYMBOL_GPL vmlinux 0x800e56be cpufreq_generic_attr +EXPORT_SYMBOL_GPL vmlinux 0x801ef4e6 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0x802d5a97 metadata_dst_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0x802ec303 sdio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x80322531 component_compare_of +EXPORT_SYMBOL_GPL vmlinux 0x803643af msi_device_has_isolated_msi +EXPORT_SYMBOL_GPL vmlinux 0x803c84dd gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x803ec59e vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0x8062271e __phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x80649d74 devm_regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x80778dfc phy_set_media +EXPORT_SYMBOL_GPL vmlinux 0x8079e904 edac_mc_find_csrow_by_page +EXPORT_SYMBOL_GPL vmlinux 0x807fdcc4 call_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x808dee4a edac_get_sysfs_subsys +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x80a095d8 scatterwalk_ffwd +EXPORT_SYMBOL_GPL vmlinux 0x80b4f29c regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0x80c0d836 gpiochip_line_is_open_source +EXPORT_SYMBOL_GPL vmlinux 0x80c0f71b genphy_c45_an_disable_aneg +EXPORT_SYMBOL_GPL vmlinux 0x80c1ab56 of_genpd_add_provider_onecell +EXPORT_SYMBOL_GPL vmlinux 0x80c68137 nf_log_buf_close +EXPORT_SYMBOL_GPL vmlinux 0x80cb602a iov_iter_is_aligned +EXPORT_SYMBOL_GPL vmlinux 0x80d243ac msi_next_desc +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80dd6e18 crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0x80e88177 __tracepoint_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x80eabbb0 of_platform_default_populate +EXPORT_SYMBOL_GPL vmlinux 0x80eb761a tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x80f18e9d of_hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0x8103f38f devm_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0x810d4e43 rcu_read_unlock_trace_special +EXPORT_SYMBOL_GPL vmlinux 0x8110a73a cond_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x81117221 do_h_rpt_invalidate_prt +EXPORT_SYMBOL_GPL vmlinux 0x8118caef regulator_find_closest_bigger +EXPORT_SYMBOL_GPL vmlinux 0x811dc334 usb_unregister_notify +EXPORT_SYMBOL_GPL vmlinux 0x8125f9ec dev_pm_qos_update_user_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0x8138eb7d devl_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x813d68e5 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0x813fa038 bpf_offload_dev_netdev_register +EXPORT_SYMBOL_GPL vmlinux 0x815588a6 clk_enable +EXPORT_SYMBOL_GPL vmlinux 0x815fda83 sed_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x816156b7 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x81674f78 btree_grim_visitor +EXPORT_SYMBOL_GPL vmlinux 0x816a41ca cpufreq_update_limits +EXPORT_SYMBOL_GPL vmlinux 0x8180cede asn1_encode_sequence +EXPORT_SYMBOL_GPL vmlinux 0x81887002 xdp_features_clear_redirect_target +EXPORT_SYMBOL_GPL vmlinux 0x81a7f541 percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x81ab2404 balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x81b95573 devm_release_action +EXPORT_SYMBOL_GPL vmlinux 0x81bc1958 pci_hp_remove_devices +EXPORT_SYMBOL_GPL vmlinux 0x81c0a84f rtas_set_indicator +EXPORT_SYMBOL_GPL vmlinux 0x81d98527 clk_gate_ops +EXPORT_SYMBOL_GPL vmlinux 0x81e275ba serdev_device_break_ctl +EXPORT_SYMBOL_GPL vmlinux 0x81e2bdf4 generic_handle_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x81f372a2 unregister_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x81f4d708 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0x820767e1 pcibios_finish_adding_to_bus +EXPORT_SYMBOL_GPL vmlinux 0x8209ac48 dev_pm_domain_start +EXPORT_SYMBOL_GPL vmlinux 0x8216a855 eeh_pe_reset +EXPORT_SYMBOL_GPL vmlinux 0x82226c53 pinctrl_unregister_mappings +EXPORT_SYMBOL_GPL vmlinux 0x8228897b usb_hcd_unmap_urb_for_dma +EXPORT_SYMBOL_GPL vmlinux 0x822bb9d9 rio_register_mport +EXPORT_SYMBOL_GPL vmlinux 0x823e9e36 pinctrl_utils_add_map_configs +EXPORT_SYMBOL_GPL vmlinux 0x82486468 tcp_bpf_sendmsg_redir +EXPORT_SYMBOL_GPL vmlinux 0x8259dd91 mas_empty_area_rev +EXPORT_SYMBOL_GPL vmlinux 0x826e5196 pm_clk_remove +EXPORT_SYMBOL_GPL vmlinux 0x8275ccc2 devm_usb_get_phy +EXPORT_SYMBOL_GPL vmlinux 0x829f9253 spi_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0x82a80545 __SCK__tp_func_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x82c69118 pci_epc_add_epf +EXPORT_SYMBOL_GPL vmlinux 0x82c931f3 fixed_phy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x82d1a91b pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0x82d1e444 irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x830e8e17 rhltable_init +EXPORT_SYMBOL_GPL vmlinux 0x831e759a crypto_clone_shash +EXPORT_SYMBOL_GPL vmlinux 0x8323159f housekeeping_cpumask +EXPORT_SYMBOL_GPL vmlinux 0x8327738b rio_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x832b5e4a __devm_pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0x832b7c45 dev_pm_opp_remove_all_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x832e48e6 usb_hub_claim_port +EXPORT_SYMBOL_GPL vmlinux 0x8339df73 klist_add_behind +EXPORT_SYMBOL_GPL vmlinux 0x833b5211 mce_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x8349a895 nvmem_device_put +EXPORT_SYMBOL_GPL vmlinux 0x834ef69f debugfs_create_file_unsafe +EXPORT_SYMBOL_GPL vmlinux 0x836d61d0 atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x836d652f poll_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x83743837 hash__has_transparent_hugepage +EXPORT_SYMBOL_GPL vmlinux 0x8385f218 bpf_prog_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x83912d8d pse_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8393707e usb_hcd_poll_rh_status +EXPORT_SYMBOL_GPL vmlinux 0x83a817d5 ata_eh_analyze_ncq_error +EXPORT_SYMBOL_GPL vmlinux 0x83b6b3f1 alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0x83b7ab8f __traceiter_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x83c0f55e get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0x83c46228 wm8350_reg_read +EXPORT_SYMBOL_GPL vmlinux 0x83c60dfb of_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0x83c642c7 fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0x83caa6e3 regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0x83cf4735 regulator_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0x83da992e syscon_regmap_lookup_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x83db1ab4 fscrypt_parse_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0x83dcbbc4 pinmux_generic_add_function +EXPORT_SYMBOL_GPL vmlinux 0x83f0015b component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0x83f2b746 usb_unanchor_urb +EXPORT_SYMBOL_GPL vmlinux 0x840c300c rio_mport_class +EXPORT_SYMBOL_GPL vmlinux 0x840fa08a tpm_tis_resume +EXPORT_SYMBOL_GPL vmlinux 0x84106f36 devlink_trap_ctx_priv +EXPORT_SYMBOL_GPL vmlinux 0x841ae964 fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x84212c0e devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x84264ced fs_umode_to_ftype +EXPORT_SYMBOL_GPL vmlinux 0x8444f9e8 regulator_force_disable +EXPORT_SYMBOL_GPL vmlinux 0x844d73e1 serdev_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x84502a47 blk_status_to_errno +EXPORT_SYMBOL_GPL vmlinux 0x8462cb62 atapi_cmd_type +EXPORT_SYMBOL_GPL vmlinux 0x848851ed fib4_rule_default +EXPORT_SYMBOL_GPL vmlinux 0x84904b78 badblocks_show +EXPORT_SYMBOL_GPL vmlinux 0x84a8d0eb of_changeset_revert +EXPORT_SYMBOL_GPL vmlinux 0x84ac6973 xhci_check_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0x84ae1af5 devm_reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0x84d28c82 xhci_ext_cap_init +EXPORT_SYMBOL_GPL vmlinux 0x84ef27f5 synth_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x84f030ed fib_nh_common_init +EXPORT_SYMBOL_GPL vmlinux 0x84fe8fe1 vp_legacy_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0x8501202b phy_package_leave +EXPORT_SYMBOL_GPL vmlinux 0x8506baa8 clk_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0x850bb6db devlink_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x850c3e20 devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0x851db999 blk_mq_unquiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0x851e6003 usb_phy_roothub_calibrate +EXPORT_SYMBOL_GPL vmlinux 0x851fe124 __SCK__tp_func_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x852b9010 dev_pm_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0x852c86f9 usb_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x852e8168 pci_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0x853dca07 dst_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x85499556 device_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x85536628 sfp_bus_find_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x85540ebc nvmem_cell_put +EXPORT_SYMBOL_GPL vmlinux 0x85732727 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0x858e2628 dax_holder +EXPORT_SYMBOL_GPL vmlinux 0x8596603c __io_uring_cmd_do_in_task +EXPORT_SYMBOL_GPL vmlinux 0x859808ab kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x85a9f668 gpiod_get_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0x85b6dd87 skcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x85bcecd8 sdio_writel +EXPORT_SYMBOL_GPL vmlinux 0x85c147a0 serial8250_do_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x85ca06cd nvdimm_bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x85ca848e nf_hooks_lwtunnel_sysctl_handler +EXPORT_SYMBOL_GPL vmlinux 0x85d7f367 genphy_c45_read_pma +EXPORT_SYMBOL_GPL vmlinux 0x85f7b11a gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0x85fa94f1 perf_event_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0x86035217 kthread_flush_worker +EXPORT_SYMBOL_GPL vmlinux 0x86168c13 screen_glyph_unicode +EXPORT_SYMBOL_GPL vmlinux 0x861a7a70 fscrypt_dummy_policies_equal +EXPORT_SYMBOL_GPL vmlinux 0x862258db timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x862bb17b linear_range_values_in_range_array +EXPORT_SYMBOL_GPL vmlinux 0x86323e63 kthread_cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x8642e57f blk_queue_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x864360a1 vcap_is_next_lookup +EXPORT_SYMBOL_GPL vmlinux 0x86499480 regulator_disable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x86551164 devl_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x8657829e dev_attr_sw_activity +EXPORT_SYMBOL_GPL vmlinux 0x86585a33 devlink_fmsg_obj_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x865922af phy_pm_runtime_allow +EXPORT_SYMBOL_GPL vmlinux 0x865a2c98 thermal_zone_device +EXPORT_SYMBOL_GPL vmlinux 0x865e1fe3 blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x86695d35 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0x866bf959 rio_request_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0x8677245d unregister_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0x867a2c1e __devm_rtc_register_device +EXPORT_SYMBOL_GPL vmlinux 0x8680145d of_reserved_mem_device_init_by_name +EXPORT_SYMBOL_GPL vmlinux 0x86871b40 devlink_info_version_stored_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x8696808c phy_gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x86a11ad9 class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x86a38ded crypto_register_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x86b1d034 register_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0x86b2e211 serial8250_do_startup +EXPORT_SYMBOL_GPL vmlinux 0x86b6b1b7 devlink_unregister +EXPORT_SYMBOL_GPL vmlinux 0x86b87375 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x86db1cbb rtas_flash_term_hook +EXPORT_SYMBOL_GPL vmlinux 0x86dd9e25 led_trigger_unregister +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f84d25 fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x86f85114 net_dec_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x86fec742 cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x87010393 sdio_memcpy_toio +EXPORT_SYMBOL_GPL vmlinux 0x87032cc1 tps6586x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0x87080b8b platform_msi_domain_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0x870a58db dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x871173fa sk_msg_memcopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x8715e68f bpf_prog_destroy +EXPORT_SYMBOL_GPL vmlinux 0x872643ab phy_resolve_aneg_pause +EXPORT_SYMBOL_GPL vmlinux 0x87295de3 scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x87498f41 usb_driver_release_interface +EXPORT_SYMBOL_GPL vmlinux 0x875c0d4b __dma_fence_unwrap_merge +EXPORT_SYMBOL_GPL vmlinux 0x875e590f synth_event_gen_cmd_array_start +EXPORT_SYMBOL_GPL vmlinux 0x87653ad6 ata_scsi_unlock_native_capacity +EXPORT_SYMBOL_GPL vmlinux 0x87704048 of_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x877e720c usb_wakeup_enabled_descendants +EXPORT_SYMBOL_GPL vmlinux 0x87b210d0 clkdev_create +EXPORT_SYMBOL_GPL vmlinux 0x87ce40f6 of_clk_parent_fill +EXPORT_SYMBOL_GPL vmlinux 0x87e50e1f pci_epc_map_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x87f3ec5e devl_rate_leaf_destroy +EXPORT_SYMBOL_GPL vmlinux 0x87f6fac7 virtqueue_get_avail_addr +EXPORT_SYMBOL_GPL vmlinux 0x881c0974 pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0x882204db mmc_crypto_prepare_req +EXPORT_SYMBOL_GPL vmlinux 0x8829aaa1 br_fdb_test_addr_hook +EXPORT_SYMBOL_GPL vmlinux 0x882dab09 tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0x88309375 usb_role_switch_register +EXPORT_SYMBOL_GPL vmlinux 0x8833371e xdp_rxq_info_unreg +EXPORT_SYMBOL_GPL vmlinux 0x8835da4c bio_poll +EXPORT_SYMBOL_GPL vmlinux 0x88380c35 sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x8840fbe9 devm_led_classdev_register_ext +EXPORT_SYMBOL_GPL vmlinux 0x885528a6 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x8858dc35 ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x885d0fc0 rio_dma_prep_xfer +EXPORT_SYMBOL_GPL vmlinux 0x8864c477 ata_bmdma_stop +EXPORT_SYMBOL_GPL vmlinux 0x888c5be5 irq_bypass_register_consumer +EXPORT_SYMBOL_GPL vmlinux 0x8896df7d mm_unaccount_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x88a96605 devm_request_pci_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x88ab6fe3 kgdb_active +EXPORT_SYMBOL_GPL vmlinux 0x88aeaa43 usb_sg_wait +EXPORT_SYMBOL_GPL vmlinux 0x88b4ae92 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x88d4cb1c device_rename +EXPORT_SYMBOL_GPL vmlinux 0x88dee351 register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x88df16a9 divider_ro_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0x88e5fb2a divider_recalc_rate +EXPORT_SYMBOL_GPL vmlinux 0x88ef0ff8 ethtool_params_from_link_mode +EXPORT_SYMBOL_GPL vmlinux 0x88f97bd6 of_platform_device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x88fac4e8 xhci_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x89028691 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0x890b10c2 device_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x890df948 dev_pm_opp_init_cpufreq_table +EXPORT_SYMBOL_GPL vmlinux 0x890f4f97 __kprobe_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x89268bb6 crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0x892fe2d0 perf_aux_output_flag +EXPORT_SYMBOL_GPL vmlinux 0x893abbdd devlink_fmsg_u32_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x893c5ddb unlock_system_sleep +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x8954dc8e __SCK__tp_func_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x896621f3 of_irq_get +EXPORT_SYMBOL_GPL vmlinux 0x8967ce15 __traceiter_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x896d2aa3 fscrypt_set_context +EXPORT_SYMBOL_GPL vmlinux 0x89882fba uprobe_register_refctr +EXPORT_SYMBOL_GPL vmlinux 0x89ae7aa0 rsa_parse_pub_key +EXPORT_SYMBOL_GPL vmlinux 0x89b1c2a3 regulator_get_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0x89bbafc6 usb_register_notify +EXPORT_SYMBOL_GPL vmlinux 0x89c1810e bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x89d90a61 serial8250_do_set_divisor +EXPORT_SYMBOL_GPL vmlinux 0x89da341f dw_pcie_write_dbi +EXPORT_SYMBOL_GPL vmlinux 0x8a0ed205 sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0x8a1edefb fsnotify_put_group +EXPORT_SYMBOL_GPL vmlinux 0x8a3f84ba linear_range_get_selector_low +EXPORT_SYMBOL_GPL vmlinux 0x8a458310 device_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0x8a46cb6c mc146818_avoid_UIP +EXPORT_SYMBOL_GPL vmlinux 0x8a554a36 mpc8xxx_spi_strmode +EXPORT_SYMBOL_GPL vmlinux 0x8a62b81b sfp_upstream_stop +EXPORT_SYMBOL_GPL vmlinux 0x8a665bfa numa_nearest_node +EXPORT_SYMBOL_GPL vmlinux 0x8a7ce48b regulator_irq_map_event_simple +EXPORT_SYMBOL_GPL vmlinux 0x8a7e00f2 preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8a7e1a94 iommu_device_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x8a81a70d sdio_readb +EXPORT_SYMBOL_GPL vmlinux 0x8a83fb45 mpi_point_free_parts +EXPORT_SYMBOL_GPL vmlinux 0x8a909906 rio_request_outb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x8a9dbcad opal_message_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x8aa8f0cc mbox_request_channel_byname +EXPORT_SYMBOL_GPL vmlinux 0x8ab2736b tpm_tis_core_init +EXPORT_SYMBOL_GPL vmlinux 0x8ab88a11 tcp_done +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8ac13401 of_get_named_gpio +EXPORT_SYMBOL_GPL vmlinux 0x8ac1407b sfp_get_module_eeprom +EXPORT_SYMBOL_GPL vmlinux 0x8adb9408 xdp_return_frame_rx_napi +EXPORT_SYMBOL_GPL vmlinux 0x8adcec10 dst_cache_set_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x8aeb4de6 pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x8b027335 vp_modern_set_status +EXPORT_SYMBOL_GPL vmlinux 0x8b1492f9 usb_hub_clear_tt_buffer +EXPORT_SYMBOL_GPL vmlinux 0x8b149c36 clk_is_match +EXPORT_SYMBOL_GPL vmlinux 0x8b1e776a sysfs_group_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x8b2323f4 device_add +EXPORT_SYMBOL_GPL vmlinux 0x8b23d338 wakeup_source_register +EXPORT_SYMBOL_GPL vmlinux 0x8b24af1e rio_route_add_entry +EXPORT_SYMBOL_GPL vmlinux 0x8b3765cd __clk_mux_determine_rate_closest +EXPORT_SYMBOL_GPL vmlinux 0x8b3a75e4 scsi_unregister_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x8b3f20b1 devm_i2c_add_adapter +EXPORT_SYMBOL_GPL vmlinux 0x8b4100aa rhashtable_walk_next +EXPORT_SYMBOL_GPL vmlinux 0x8b487f00 trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x8b55aca1 is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0x8b5e3839 rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0x8b62d7a5 wwan_register_ops +EXPORT_SYMBOL_GPL vmlinux 0x8b69f796 devm_pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0x8b6ab28b tty_kopen_shared +EXPORT_SYMBOL_GPL vmlinux 0x8b6c761a __xive_enabled +EXPORT_SYMBOL_GPL vmlinux 0x8b858dbb crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0x8ba05987 vcap_chain_id_to_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8ba7bedf skb_zerocopy_iter_stream +EXPORT_SYMBOL_GPL vmlinux 0x8bace729 badblocks_store +EXPORT_SYMBOL_GPL vmlinux 0x8bb112fe sk_psock_init +EXPORT_SYMBOL_GPL vmlinux 0x8bb2acea do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0x8bbe527c __tracepoint_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0x8bcb9889 bpf_map_put +EXPORT_SYMBOL_GPL vmlinux 0x8bcea891 phy_pm_runtime_put +EXPORT_SYMBOL_GPL vmlinux 0x8bd4a7a0 tty_port_register_device_serdev +EXPORT_SYMBOL_GPL vmlinux 0x8be88d5d blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0x8bf0749d i2c_handle_smbus_host_notify +EXPORT_SYMBOL_GPL vmlinux 0x8bf07e73 gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0x8bf77937 ohci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0x8c0215f2 pm_system_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c09cb50 vcap_rule_add_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x8c0a18ac dev_pm_opp_get_max_clock_latency +EXPORT_SYMBOL_GPL vmlinux 0x8c0ed103 rcu_check_boost_fail +EXPORT_SYMBOL_GPL vmlinux 0x8c0edb56 vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c11655d md_bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x8c13ee27 thermal_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0x8c52dd7c __tracepoint_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x8c705606 vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0x8c743fb6 reset_control_status +EXPORT_SYMBOL_GPL vmlinux 0x8c75a641 nvmem_device_cell_write +EXPORT_SYMBOL_GPL vmlinux 0x8c7ac265 pci_load_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x8c7c1053 serial8250_get_port +EXPORT_SYMBOL_GPL vmlinux 0x8c8262f9 vas_rx_win_open +EXPORT_SYMBOL_GPL vmlinux 0x8c85ad95 vp_modern_map_vq_notify +EXPORT_SYMBOL_GPL vmlinux 0x8c89e3b8 usb_phy_roothub_power_off +EXPORT_SYMBOL_GPL vmlinux 0x8c98d248 unregister_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x8c9e54d3 devlink_info_version_running_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x8ca20266 sbitmap_queue_resize +EXPORT_SYMBOL_GPL vmlinux 0x8cae70fa gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x8cbc0842 dw_pcie_wait_for_link +EXPORT_SYMBOL_GPL vmlinux 0x8cbd3a58 set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0x8cd94f86 pernet_ops_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x8ce6be6f security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0x8ce6cb39 clk_hw_get_parent_by_index +EXPORT_SYMBOL_GPL vmlinux 0x8ceb63ad blk_mq_pci_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x8d0987ac dw8250_do_set_termios +EXPORT_SYMBOL_GPL vmlinux 0x8d18b33a switchdev_handle_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d3330b6 cpuacct_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x8d3f18db fsverity_get_digest +EXPORT_SYMBOL_GPL vmlinux 0x8d4829cc fwnode_handle_put +EXPORT_SYMBOL_GPL vmlinux 0x8d48d433 bio_add_zone_append_page +EXPORT_SYMBOL_GPL vmlinux 0x8d508737 irq_gc_mask_disable_reg +EXPORT_SYMBOL_GPL vmlinux 0x8d520dc1 rio_mport_get_physefb +EXPORT_SYMBOL_GPL vmlinux 0x8d541be3 pwm_request_from_chip +EXPORT_SYMBOL_GPL vmlinux 0x8d588848 cpuidle_get_cpu_driver +EXPORT_SYMBOL_GPL vmlinux 0x8d6dc201 ppc64_caches +EXPORT_SYMBOL_GPL vmlinux 0x8d7d3637 spi_get_device_match_data +EXPORT_SYMBOL_GPL vmlinux 0x8d7e3373 hwpoison_filter_dev_major +EXPORT_SYMBOL_GPL vmlinux 0x8d908ebf power_supply_get_maintenance_charging_setting +EXPORT_SYMBOL_GPL vmlinux 0x8db408e2 ata_port_freeze +EXPORT_SYMBOL_GPL vmlinux 0x8dbf5a20 kvmppc_hv_entry_trampoline +EXPORT_SYMBOL_GPL vmlinux 0x8dc392c8 clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0x8dc5d393 debugfs_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8dce284b xas_split +EXPORT_SYMBOL_GPL vmlinux 0x8dd218b0 icc_bulk_disable +EXPORT_SYMBOL_GPL vmlinux 0x8ddf06a8 devm_i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0x8de083b9 da903x_read +EXPORT_SYMBOL_GPL vmlinux 0x8de12457 fwnode_get_next_available_child_node +EXPORT_SYMBOL_GPL vmlinux 0x8dea307a pci_msix_alloc_irq_at +EXPORT_SYMBOL_GPL vmlinux 0x8deb21c1 pinmux_generic_get_function_groups +EXPORT_SYMBOL_GPL vmlinux 0x8df51555 cpufreq_show_cpus +EXPORT_SYMBOL_GPL vmlinux 0x8dfe45f1 rio_release_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0x8e0f9931 ata_std_bios_param +EXPORT_SYMBOL_GPL vmlinux 0x8e172e43 ata_bmdma_irq_clear +EXPORT_SYMBOL_GPL vmlinux 0x8e22dafa ata_pci_bmdma_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0x8e31cd5e led_set_brightness_sync +EXPORT_SYMBOL_GPL vmlinux 0x8e38c6f5 serdev_device_write_room +EXPORT_SYMBOL_GPL vmlinux 0x8e393528 usb_unpoison_urb +EXPORT_SYMBOL_GPL vmlinux 0x8e4eb451 bpf_sk_storage_diag_free +EXPORT_SYMBOL_GPL vmlinux 0x8e56aaa0 blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0x8e62dc99 ata_sas_port_stop +EXPORT_SYMBOL_GPL vmlinux 0x8e6b1a9e net_selftest_get_count +EXPORT_SYMBOL_GPL vmlinux 0x8e8b7d8d __traceiter_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0x8ea360b9 __platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0x8ead800c user_free_preparse +EXPORT_SYMBOL_GPL vmlinux 0x8eb7e492 unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x8ec2371b handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0x8ec25169 blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0x8ed3b1e3 bpf_offload_dev_match +EXPORT_SYMBOL_GPL vmlinux 0x8eda801e generic_device_group +EXPORT_SYMBOL_GPL vmlinux 0x8eec0bbe sdio_retune_crc_enable +EXPORT_SYMBOL_GPL vmlinux 0x8eec19bd __SCK__tp_func_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x8eec7189 bpf_trace_run2 +EXPORT_SYMBOL_GPL vmlinux 0x8eed9731 pnv_get_random_long +EXPORT_SYMBOL_GPL vmlinux 0x8eee3399 dax_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x8efa4556 phy_speed_up +EXPORT_SYMBOL_GPL vmlinux 0x8f00f6d1 vhost_task_start +EXPORT_SYMBOL_GPL vmlinux 0x8f01ff90 sb800_prefetch +EXPORT_SYMBOL_GPL vmlinux 0x8f0748af rcu_expedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x8f4f5b83 __tracepoint_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x8f63a0e3 dev_pm_genpd_set_performance_state +EXPORT_SYMBOL_GPL vmlinux 0x8f6492fd rdev_get_dev +EXPORT_SYMBOL_GPL vmlinux 0x8f6856ec vfs_set_acl +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f76a6ca bpf_verifier_log_write +EXPORT_SYMBOL_GPL vmlinux 0x8f78440f dev_nit_active +EXPORT_SYMBOL_GPL vmlinux 0x8f786bee fs_umode_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0x8f823e42 shash_free_singlespawn_instance +EXPORT_SYMBOL_GPL vmlinux 0x8f874da6 extcon_find_edev_by_node +EXPORT_SYMBOL_GPL vmlinux 0x8fa2f839 __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0x8fa787ed fwnode_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x8faecdc7 of_get_display_timings +EXPORT_SYMBOL_GPL vmlinux 0x8fb04d68 pnv_ocxl_spa_release +EXPORT_SYMBOL_GPL vmlinux 0x8fb81959 cpu_add_dev_attr +EXPORT_SYMBOL_GPL vmlinux 0x8fbec452 register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0x8fc12788 software_node_unregister_node_group +EXPORT_SYMBOL_GPL vmlinux 0x8fe41f56 pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x8ff60436 mpi_ec_add_points +EXPORT_SYMBOL_GPL vmlinux 0x8ff6faf5 __devm_reset_control_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0x8ffef46e mbox_free_channel +EXPORT_SYMBOL_GPL vmlinux 0x900a3ee9 ata_scsi_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x901fb15a em_dev_register_perf_domain +EXPORT_SYMBOL_GPL vmlinux 0x90388779 mas_find_rev +EXPORT_SYMBOL_GPL vmlinux 0x90392cb6 vas_paste_crb +EXPORT_SYMBOL_GPL vmlinux 0x903b627c list_lru_isolate_move +EXPORT_SYMBOL_GPL vmlinux 0x903cf98c spi_transfer_cs_change_delay_exec +EXPORT_SYMBOL_GPL vmlinux 0x906ae0e3 spi_mem_dirmap_read +EXPORT_SYMBOL_GPL vmlinux 0x907ffb62 __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0x908375f6 i2c_parse_fw_timings +EXPORT_SYMBOL_GPL vmlinux 0x90974509 regulator_desc_list_voltage_linear_range +EXPORT_SYMBOL_GPL vmlinux 0x90b1d026 mbox_send_message +EXPORT_SYMBOL_GPL vmlinux 0x90b7ee65 call_switchdev_blocking_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x90d760a9 vcap_tc_flower_handler_arp_usage +EXPORT_SYMBOL_GPL vmlinux 0x90f5094c cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x90fe8821 irq_get_default_host +EXPORT_SYMBOL_GPL vmlinux 0x9105577a init_phb_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x911d18ae dev_pm_opp_of_cpumask_add_table +EXPORT_SYMBOL_GPL vmlinux 0x91286a12 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0x9129a855 sbitmap_prepare_to_wait +EXPORT_SYMBOL_GPL vmlinux 0x913beca2 skb_complete_wifi_ack +EXPORT_SYMBOL_GPL vmlinux 0x913ebd32 stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x9143550b sysfs_file_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x9167bb31 irq_gc_unmask_enable_reg +EXPORT_SYMBOL_GPL vmlinux 0x9168c033 rtas_get_sensor +EXPORT_SYMBOL_GPL vmlinux 0x916af71c pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x917900d8 phy_modify +EXPORT_SYMBOL_GPL vmlinux 0x917d9939 devm_hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x91955a9f start_poll_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x91a02476 ethnl_cable_test_pulse +EXPORT_SYMBOL_GPL vmlinux 0x91b07b92 kill_pid_usb_asyncio +EXPORT_SYMBOL_GPL vmlinux 0x91b774a1 mpi_scanval +EXPORT_SYMBOL_GPL vmlinux 0x91c185b0 genphy_c45_read_link +EXPORT_SYMBOL_GPL vmlinux 0x91c6e5b0 pcap_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x91c884e7 ata_sff_tf_load +EXPORT_SYMBOL_GPL vmlinux 0x91d40441 xas_store +EXPORT_SYMBOL_GPL vmlinux 0x91d7d7bb edac_pci_create_generic_ctl +EXPORT_SYMBOL_GPL vmlinux 0x91ea8726 asn1_encode_boolean +EXPORT_SYMBOL_GPL vmlinux 0x91fae31e ata_noop_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0x920cc389 visitorl +EXPORT_SYMBOL_GPL vmlinux 0x922e24fb nf_queue_nf_hook_drop +EXPORT_SYMBOL_GPL vmlinux 0x9241b358 __static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x9257e76b rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x926160f4 l3mdev_master_upper_ifindex_by_index_rcu +EXPORT_SYMBOL_GPL vmlinux 0x9261dae3 da903x_update +EXPORT_SYMBOL_GPL vmlinux 0x927f050a power_supply_get_property +EXPORT_SYMBOL_GPL vmlinux 0x929e95cf psi_memstall_enter +EXPORT_SYMBOL_GPL vmlinux 0x92a13e8e __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0x92a86d03 pm_generic_resume_early +EXPORT_SYMBOL_GPL vmlinux 0x92aa373b idr_alloc_u32 +EXPORT_SYMBOL_GPL vmlinux 0x92aad8e8 __pm_stay_awake +EXPORT_SYMBOL_GPL vmlinux 0x92ae3c57 pm_generic_restore +EXPORT_SYMBOL_GPL vmlinux 0x92b78998 devl_param_driverinit_value_get +EXPORT_SYMBOL_GPL vmlinux 0x92be12a4 gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0x92cb609e __tracepoint_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92d97cb4 pm_runtime_force_resume +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92e576e7 is_pnv_opal_msi +EXPORT_SYMBOL_GPL vmlinux 0x92e8e9ab fsverity_enqueue_verify_work +EXPORT_SYMBOL_GPL vmlinux 0x92ee0f03 netdev_walk_all_upper_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x92f0aa28 opal_tpo_write +EXPORT_SYMBOL_GPL vmlinux 0x92f3725a scsi_internal_device_block_nowait +EXPORT_SYMBOL_GPL vmlinux 0x92fe43cd xdp_rxq_info_unused +EXPORT_SYMBOL_GPL vmlinux 0x92ff0bcb kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x9303ce0b devm_irq_setup_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0x9305d642 device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x930ae204 devm_pwmchip_add +EXPORT_SYMBOL_GPL vmlinux 0x93188c64 serial8250_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x931ac7c0 __tracepoint_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x931c0300 umd_load_blob +EXPORT_SYMBOL_GPL vmlinux 0x931cc421 irq_gc_noop +EXPORT_SYMBOL_GPL vmlinux 0x93255b2b ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x9327c693 freq_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x932c8d7a linear_range_get_value_array +EXPORT_SYMBOL_GPL vmlinux 0x932cd59f dma_resv_get_fences +EXPORT_SYMBOL_GPL vmlinux 0x9332a568 __tracepoint_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0x93335116 led_remove_lookup +EXPORT_SYMBOL_GPL vmlinux 0x933b0697 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x933d43de set_primary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x934a0aee kvmppc_subcore_exit_guest +EXPORT_SYMBOL_GPL vmlinux 0x935644df crypto_register_acomp +EXPORT_SYMBOL_GPL vmlinux 0x935dd52c transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0x935de91b genphy_c45_read_mdix +EXPORT_SYMBOL_GPL vmlinux 0x93605e9a vfsgid_in_group_p +EXPORT_SYMBOL_GPL vmlinux 0x9364573a of_gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0x9378d5dd pm_wakeup_dev_event +EXPORT_SYMBOL_GPL vmlinux 0x937db55a dev_pm_domain_attach +EXPORT_SYMBOL_GPL vmlinux 0x938112ed filemap_read +EXPORT_SYMBOL_GPL vmlinux 0x938cf9d8 __tracepoint_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x939e88d4 blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0x93c7edeb usb_find_common_endpoints +EXPORT_SYMBOL_GPL vmlinux 0x93cb9026 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x93ce8125 dev_pm_opp_remove +EXPORT_SYMBOL_GPL vmlinux 0x93ceae34 sata_scr_write_flush +EXPORT_SYMBOL_GPL vmlinux 0x93e4cb4a irq_set_chained_handler_and_data +EXPORT_SYMBOL_GPL vmlinux 0x93ea3d50 regulator_set_soft_start_regmap +EXPORT_SYMBOL_GPL vmlinux 0x93edef07 devlink_health_report +EXPORT_SYMBOL_GPL vmlinux 0x94160518 __put_task_struct_rcu_cb +EXPORT_SYMBOL_GPL vmlinux 0x94198d35 __netpoll_free +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x9425bb34 nvmem_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x9430b198 trace_dump_stack +EXPORT_SYMBOL_GPL vmlinux 0x9436e405 memory_group_register_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x943782be io_uring_cmd_sock +EXPORT_SYMBOL_GPL vmlinux 0x943f4123 fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0x9445ea58 rtc_set_alarm +EXPORT_SYMBOL_GPL vmlinux 0x9450ead3 dev_xdp_prog_count +EXPORT_SYMBOL_GPL vmlinux 0x9459df5b usb_clear_halt +EXPORT_SYMBOL_GPL vmlinux 0x9468ea70 schedule_hrtimeout_range_clock +EXPORT_SYMBOL_GPL vmlinux 0x946dd559 sha224_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x9489089f blk_mq_sched_mark_restart_hctx +EXPORT_SYMBOL_GPL vmlinux 0x948e4ec7 uhci_check_and_reset_hc +EXPORT_SYMBOL_GPL vmlinux 0x9496bdef gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0x949b5176 devlink_region_snapshot_create +EXPORT_SYMBOL_GPL vmlinux 0x949d46d1 kiocb_modified +EXPORT_SYMBOL_GPL vmlinux 0x949f7342 __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x94a5f0de gpiod_get_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x94a81ea4 spi_get_next_queued_message +EXPORT_SYMBOL_GPL vmlinux 0x94b58daf led_classdev_resume +EXPORT_SYMBOL_GPL vmlinux 0x94bbb62f __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x94ca2f52 pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x94d19792 __traceiter_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x94e2a64e eeh_pe_configure +EXPORT_SYMBOL_GPL vmlinux 0x94e927e4 rt_mutex_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x94f64aa5 __tracepoint_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x951a2773 crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x9525382c ata_platform_remove_one +EXPORT_SYMBOL_GPL vmlinux 0x953664a7 synth_event_trace_start +EXPORT_SYMBOL_GPL vmlinux 0x953e1b9e ktime_get_real_seconds +EXPORT_SYMBOL_GPL vmlinux 0x954c7606 xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x955b1ba6 devfreq_get_devfreq_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0x955d51a1 usb_phy_get_charger_current +EXPORT_SYMBOL_GPL vmlinux 0x956ac400 ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x956c63a4 vp_legacy_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0x957166d8 regmap_irq_set_type_config_simple +EXPORT_SYMBOL_GPL vmlinux 0x95812c17 espintcp_push_skb +EXPORT_SYMBOL_GPL vmlinux 0x95843030 mpi_ec_init +EXPORT_SYMBOL_GPL vmlinux 0x95889aa5 access_process_vm +EXPORT_SYMBOL_GPL vmlinux 0x958d8851 da903x_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x9593ef31 register_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x959682a4 __tracepoint_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x95a10270 register_btf_id_dtor_kfuncs +EXPORT_SYMBOL_GPL vmlinux 0x95b0fac1 dev_pm_opp_get_suspend_opp_freq +EXPORT_SYMBOL_GPL vmlinux 0x95b6fec4 xive_native_free_vp_block +EXPORT_SYMBOL_GPL vmlinux 0x95bc9078 btree_free +EXPORT_SYMBOL_GPL vmlinux 0x95cabadb pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0x95d36437 devm_hwmon_device_register_with_info +EXPORT_SYMBOL_GPL vmlinux 0x95d6de09 __traceiter_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x95ed2621 xhci_run +EXPORT_SYMBOL_GPL vmlinux 0x95efa769 iomap_invalidate_folio +EXPORT_SYMBOL_GPL vmlinux 0x9606729f pm_clk_init +EXPORT_SYMBOL_GPL vmlinux 0x960a665b usb_get_maximum_ssp_rate +EXPORT_SYMBOL_GPL vmlinux 0x960a9d46 usb_put_intf +EXPORT_SYMBOL_GPL vmlinux 0x961286e0 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x961668d9 usb_amd_pt_check_port +EXPORT_SYMBOL_GPL vmlinux 0x96243312 serdev_device_set_flow_control +EXPORT_SYMBOL_GPL vmlinux 0x9624facc iommu_tce_xchg_no_kill +EXPORT_SYMBOL_GPL vmlinux 0x964bf7b9 irq_of_parse_and_map +EXPORT_SYMBOL_GPL vmlinux 0x964f89f0 gpiochip_irqchip_irq_valid +EXPORT_SYMBOL_GPL vmlinux 0x9650d338 ata_cable_sata +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9656ab30 _copy_from_iter_flushcache +EXPORT_SYMBOL_GPL vmlinux 0x96619380 fscrypt_fname_siphash +EXPORT_SYMBOL_GPL vmlinux 0x96680066 fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0x966b0f3a __device_reset +EXPORT_SYMBOL_GPL vmlinux 0x966d831f nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0x96700ca6 elv_rqhash_del +EXPORT_SYMBOL_GPL vmlinux 0x9670f1f3 sfp_add_phy +EXPORT_SYMBOL_GPL vmlinux 0x96761d6a __pci_epf_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x96785ecb fwnode_get_parent +EXPORT_SYMBOL_GPL vmlinux 0x967c0b30 analyse_instr +EXPORT_SYMBOL_GPL vmlinux 0x967ebc59 pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x968d024f mas_destroy +EXPORT_SYMBOL_GPL vmlinux 0x969bc14d handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0x969f4220 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x96a37006 of_alias_get_id +EXPORT_SYMBOL_GPL vmlinux 0x96ca63f5 __rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0x96cc48b9 xive_native_default_eq_shift +EXPORT_SYMBOL_GPL vmlinux 0x96daa835 dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x96eab1b2 extcon_get_property_capability +EXPORT_SYMBOL_GPL vmlinux 0x96f9a01b __SCK__tp_func_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x96fe3a64 crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0x97053efa smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0x9714e0bb ktime_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x9736a630 clk_hw_get_num_parents +EXPORT_SYMBOL_GPL vmlinux 0x9737cd38 pkcs7_validate_trust +EXPORT_SYMBOL_GPL vmlinux 0x973fbee4 led_add_lookup +EXPORT_SYMBOL_GPL vmlinux 0x975519c1 asymmetric_key_id_same +EXPORT_SYMBOL_GPL vmlinux 0x9766f4f4 __dma_request_channel +EXPORT_SYMBOL_GPL vmlinux 0x97789450 virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0x977bd049 gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0x97870264 clk_hw_get_flags +EXPORT_SYMBOL_GPL vmlinux 0x978c47cf pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0x9792b493 udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0x97b3baa4 crypto_sig_set_privkey +EXPORT_SYMBOL_GPL vmlinux 0x97b89d35 devlink_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0x97c98388 component_compare_dev +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97e19906 ZSTD_getErrorCode +EXPORT_SYMBOL_GPL vmlinux 0x97e734a7 __bio_add_page +EXPORT_SYMBOL_GPL vmlinux 0x97ed8f89 set_selection_kernel +EXPORT_SYMBOL_GPL vmlinux 0x97f8ef37 usb_get_role_switch_default_mode +EXPORT_SYMBOL_GPL vmlinux 0x97f8fc7e skb_defer_rx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x97fe11b3 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x98062094 io_uring_cmd_do_in_task_lazy +EXPORT_SYMBOL_GPL vmlinux 0x981acc00 divider_round_rate_parent +EXPORT_SYMBOL_GPL vmlinux 0x981dd41f tcp_reno_undo_cwnd +EXPORT_SYMBOL_GPL vmlinux 0x9823ae97 dev_pm_domain_attach_by_name +EXPORT_SYMBOL_GPL vmlinux 0x9824fc4d regulator_suspend_enable +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x9843f501 __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0x984f698a fscrypt_dio_supported +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x985453e1 lease_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9855a697 opal_xscom_read +EXPORT_SYMBOL_GPL vmlinux 0x9856b637 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x9857c7a7 device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9862a9b4 devlink_region_snapshot_id_put +EXPORT_SYMBOL_GPL vmlinux 0x986a03e5 of_pci_get_max_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x987ddd94 clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x988f051b clk_hw_register_composite +EXPORT_SYMBOL_GPL vmlinux 0x989074ff kmsg_dump_reason_str +EXPORT_SYMBOL_GPL vmlinux 0x989367cc kthread_cancel_delayed_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x989c3af7 gpiochip_line_is_persistent +EXPORT_SYMBOL_GPL vmlinux 0x989cc670 usb_altnum_to_altsetting +EXPORT_SYMBOL_GPL vmlinux 0x98a10049 dmaengine_desc_set_metadata_len +EXPORT_SYMBOL_GPL vmlinux 0x98a231dd __synth_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x98adce09 page_cache_sync_ra +EXPORT_SYMBOL_GPL vmlinux 0x98c5c870 anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0x98ee62b2 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x991210ec crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x9924a59d crypto_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x9933f02c dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x994968d3 fwnode_get_nth_parent +EXPORT_SYMBOL_GPL vmlinux 0x994caf96 tpm2_flush_context +EXPORT_SYMBOL_GPL vmlinux 0x9953acdb pkcs7_verify +EXPORT_SYMBOL_GPL vmlinux 0x9956d4a9 pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x996ff144 dmaengine_unmap_put +EXPORT_SYMBOL_GPL vmlinux 0x996ffc53 wb_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0x9979b4fe dax_layout_busy_page_range +EXPORT_SYMBOL_GPL vmlinux 0x997aa92f device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0x9986cabc hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x99889a6c wm831x_auxadc_read_uv +EXPORT_SYMBOL_GPL vmlinux 0x9988f42b devm_gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x99891585 regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x998d79d6 x509_decode_time +EXPORT_SYMBOL_GPL vmlinux 0x99916edf mm_iommu_preregistered +EXPORT_SYMBOL_GPL vmlinux 0x9997030b pm_generic_thaw +EXPORT_SYMBOL_GPL vmlinux 0x999ba6a1 ata_sff_data_xfer +EXPORT_SYMBOL_GPL vmlinux 0x99a03078 dax_holder_notify_failure +EXPORT_SYMBOL_GPL vmlinux 0x99b288c5 pci_d3cold_disable +EXPORT_SYMBOL_GPL vmlinux 0x99b7f9ff iomap_swapfile_activate +EXPORT_SYMBOL_GPL vmlinux 0x99cf3686 fib_nh_common_release +EXPORT_SYMBOL_GPL vmlinux 0x99de3510 pci_ecam_create +EXPORT_SYMBOL_GPL vmlinux 0x99e83f2c dev_pm_opp_get_voltage +EXPORT_SYMBOL_GPL vmlinux 0x99ed46ee devm_regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0x99f018c4 nvmem_cell_read +EXPORT_SYMBOL_GPL vmlinux 0x99f2d00a sysfs_emit_at +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a2198fb blk_mq_end_request_batch +EXPORT_SYMBOL_GPL vmlinux 0x9a2f121d to_nvdimm_bus +EXPORT_SYMBOL_GPL vmlinux 0x9a371f29 regulator_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x9a4c3a1d fuse_dev_alloc_install +EXPORT_SYMBOL_GPL vmlinux 0x9a576147 __traceiter_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0x9a5dacc8 gpiochip_irq_domain_activate +EXPORT_SYMBOL_GPL vmlinux 0x9a5e0a55 blk_mq_virtio_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x9a61ab73 __fscrypt_prepare_readdir +EXPORT_SYMBOL_GPL vmlinux 0x9a6c60b4 pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x9a837b30 hwmon_device_register +EXPORT_SYMBOL_GPL vmlinux 0x9a911894 xfrm_dev_state_add +EXPORT_SYMBOL_GPL vmlinux 0x9a9c6ba5 fscrypt_get_symlink +EXPORT_SYMBOL_GPL vmlinux 0x9aa47a9c inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0x9ac11b74 suspend_set_ops +EXPORT_SYMBOL_GPL vmlinux 0x9ac58f15 __tracepoint_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0x9ace4357 kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0x9ad0e663 find_vpid +EXPORT_SYMBOL_GPL vmlinux 0x9ad55b99 clk_hw_unregister_fixed_factor +EXPORT_SYMBOL_GPL vmlinux 0x9ada7ed2 group_cpus_evenly +EXPORT_SYMBOL_GPL vmlinux 0x9adf08c3 mmu_linear_psize +EXPORT_SYMBOL_GPL vmlinux 0x9ae5f8fb __account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9af23311 devl_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9af48a52 relay_reset +EXPORT_SYMBOL_GPL vmlinux 0x9af49514 icc_bulk_set_bw +EXPORT_SYMBOL_GPL vmlinux 0x9af9ae0d devm_extcon_dev_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9afcdd08 of_property_read_variable_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x9b030197 pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0x9b0883f7 pci_ioremap_wc_bar +EXPORT_SYMBOL_GPL vmlinux 0x9b130ca5 h_query_vas_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x9b146705 dw_pcie_ep_linkup +EXPORT_SYMBOL_GPL vmlinux 0x9b147bc9 save_p9_host_os_sprs +EXPORT_SYMBOL_GPL vmlinux 0x9b15e50d of_pci_range_parser_one +EXPORT_SYMBOL_GPL vmlinux 0x9b16e4ee phy_gbit_fibre_features +EXPORT_SYMBOL_GPL vmlinux 0x9b1e8450 pwm_set_chip_data +EXPORT_SYMBOL_GPL vmlinux 0x9b555c8c pm_suspend_default_s2idle +EXPORT_SYMBOL_GPL vmlinux 0x9b5ca46e mas_prev +EXPORT_SYMBOL_GPL vmlinux 0x9b6ec967 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x9b6f6323 dw_pcie_ep_raise_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x9b9071cb get_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x9b92d16e pinctrl_gpio_set_config +EXPORT_SYMBOL_GPL vmlinux 0x9ba2bb2b gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x9ba7cb1a irq_domain_free_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x9bb3fcd1 __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x9bd2600f mmc_send_status +EXPORT_SYMBOL_GPL vmlinux 0x9bd5e700 cpufreq_dbs_governor_init +EXPORT_SYMBOL_GPL vmlinux 0x9bde79bc xive_tima_os +EXPORT_SYMBOL_GPL vmlinux 0x9bdf9714 ZSTD_customMalloc +EXPORT_SYMBOL_GPL vmlinux 0x9be1a477 pm_runtime_set_memalloc_noio +EXPORT_SYMBOL_GPL vmlinux 0x9be30d27 mhp_get_pluggable_range +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9c25ef07 crypto_sig_sign +EXPORT_SYMBOL_GPL vmlinux 0x9c2b51fe i2c_dw_validate_speed +EXPORT_SYMBOL_GPL vmlinux 0x9c2d4c41 blk_mq_start_stopped_hw_queue +EXPORT_SYMBOL_GPL vmlinux 0x9c2df247 fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0x9c35e7d9 rio_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x9c3abd56 switchdev_handle_port_obj_add_foreign +EXPORT_SYMBOL_GPL vmlinux 0x9c443e7a iomap_release_folio +EXPORT_SYMBOL_GPL vmlinux 0x9c64e7b7 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0x9c6febfc add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x9c803020 usb_phy_roothub_power_on +EXPORT_SYMBOL_GPL vmlinux 0x9c8e8aa0 rhashtable_walk_stop +EXPORT_SYMBOL_GPL vmlinux 0x9c932507 regulator_enable_regmap +EXPORT_SYMBOL_GPL vmlinux 0x9c93aa02 ata_std_prereset +EXPORT_SYMBOL_GPL vmlinux 0x9cbe73f2 kthread_unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0x9cc4f70a register_pm_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9cd1d399 regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0x9cdd6a66 sysctl_long_vals +EXPORT_SYMBOL_GPL vmlinux 0x9cdef832 ohci_setup +EXPORT_SYMBOL_GPL vmlinux 0x9cdf6a91 of_pm_clk_add_clk +EXPORT_SYMBOL_GPL vmlinux 0x9ce9bfb8 clk_mux_ro_ops +EXPORT_SYMBOL_GPL vmlinux 0x9cf37c44 __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0x9cf44521 pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0x9cfcbae7 shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0x9d009f0d rio_local_set_device_id +EXPORT_SYMBOL_GPL vmlinux 0x9d09e8ae ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9d0c0163 vcap_keyset_name +EXPORT_SYMBOL_GPL vmlinux 0x9d1b105a sbitmap_queue_min_shallow_depth +EXPORT_SYMBOL_GPL vmlinux 0x9d2d3f5b pkcs7_free_message +EXPORT_SYMBOL_GPL vmlinux 0x9d2f49ef __SCK__tp_func_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x9d366f99 page_reporting_register +EXPORT_SYMBOL_GPL vmlinux 0x9d48fb54 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x9d491e9f devm_bitmap_zalloc +EXPORT_SYMBOL_GPL vmlinux 0x9d4b4ae7 ata_ncq_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0x9d5851bb nop_posix_acl_access +EXPORT_SYMBOL_GPL vmlinux 0x9d607bdd public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x9d79145c pci_p2pmem_alloc_sgl +EXPORT_SYMBOL_GPL vmlinux 0x9d7f3457 cpufreq_dbs_governor_stop +EXPORT_SYMBOL_GPL vmlinux 0x9d805077 ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0x9d8126ab pinctrl_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0x9d8429ef seg6_do_srh_inline +EXPORT_SYMBOL_GPL vmlinux 0x9d861736 pci_has_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x9d8bb00e set_dax_nocache +EXPORT_SYMBOL_GPL vmlinux 0x9d91c07c debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0x9d983a1e check_move_unevictable_folios +EXPORT_SYMBOL_GPL vmlinux 0x9db32485 fsnotify_find_mark +EXPORT_SYMBOL_GPL vmlinux 0x9db775ab unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x9dc4a793 led_trigger_blink +EXPORT_SYMBOL_GPL vmlinux 0x9dd3db8e regulator_set_voltage_rdev +EXPORT_SYMBOL_GPL vmlinux 0x9dd94b58 vp_modern_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x9de88bc8 __SCK__tp_func_ata_bmdma_start +EXPORT_SYMBOL_GPL vmlinux 0x9e097d0b blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9e106b80 __traceiter_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0x9e17c225 pinconf_generic_dt_node_to_map +EXPORT_SYMBOL_GPL vmlinux 0x9e229c49 sg_alloc_table_chained +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e4e22eb devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0x9e52f37e vcap_rule_mod_action_u32 +EXPORT_SYMBOL_GPL vmlinux 0x9e60b60e netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0x9e64702c genphy_c45_aneg_done +EXPORT_SYMBOL_GPL vmlinux 0x9e6fbad2 bio_iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0x9e74c6ab usb_autopm_get_interface +EXPORT_SYMBOL_GPL vmlinux 0x9e8b4739 compat_only_sysfs_link_entry_to_kobj +EXPORT_SYMBOL_GPL vmlinux 0x9e9c4f24 set_dax_nomc +EXPORT_SYMBOL_GPL vmlinux 0x9ea149bf update_numa_distance +EXPORT_SYMBOL_GPL vmlinux 0x9ea8bd83 zone_device_page_init +EXPORT_SYMBOL_GPL vmlinux 0x9ebfb9ce tps6586x_writes +EXPORT_SYMBOL_GPL vmlinux 0x9ec1f364 kvmppc_subcore_enter_guest +EXPORT_SYMBOL_GPL vmlinux 0x9ed2d941 pci_status_get_and_clear_errors +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9eebdde7 mpi_point_new +EXPORT_SYMBOL_GPL vmlinux 0x9f03ea37 pci_alloc_p2pmem +EXPORT_SYMBOL_GPL vmlinux 0x9f0608ee ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0x9f08c714 scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x9f2bf503 of_irq_to_resource_table +EXPORT_SYMBOL_GPL vmlinux 0x9f3ec18e scsi_register_device_handler +EXPORT_SYMBOL_GPL vmlinux 0x9f475fe1 usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0x9f4a97fc of_phy_simple_xlate +EXPORT_SYMBOL_GPL vmlinux 0x9f4d7cd1 phy_pm_runtime_put_sync +EXPORT_SYMBOL_GPL vmlinux 0x9f54fb4e devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0x9f556516 max8997_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0x9f56c4b9 __SCK__tp_func_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x9f5a4ae0 rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x9f5c6dc2 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x9f5fa627 wm831x_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0x9f6119ce crypto_unregister_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x9f6942ec vp_modern_get_num_queues +EXPORT_SYMBOL_GPL vmlinux 0x9f72519a kvmppc_h_protect +EXPORT_SYMBOL_GPL vmlinux 0x9f767ca7 cpufreq_generic_init +EXPORT_SYMBOL_GPL vmlinux 0x9f7d5c20 bpf_trace_run1 +EXPORT_SYMBOL_GPL vmlinux 0x9fa4564a timer_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x9fb996a7 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x9fbb2b56 __pm_runtime_suspend +EXPORT_SYMBOL_GPL vmlinux 0x9fc58410 irq_domain_translate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fe76999 devm_mipi_dsi_attach +EXPORT_SYMBOL_GPL vmlinux 0x9fe899b7 get_cpu_idle_time +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0x9ff60120 cpufreq_cooling_register +EXPORT_SYMBOL_GPL vmlinux 0x9ff76480 devm_regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0x9ff8151b driver_set_override +EXPORT_SYMBOL_GPL vmlinux 0x9ff9984c devres_find +EXPORT_SYMBOL_GPL vmlinux 0xa0079d6c regulator_enable +EXPORT_SYMBOL_GPL vmlinux 0xa015bbed mm_iommu_newdev +EXPORT_SYMBOL_GPL vmlinux 0xa01a8d9b nd_cmd_bus_desc +EXPORT_SYMBOL_GPL vmlinux 0xa031c57c watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xa03dc6c1 xdp_convert_zc_to_xdp_frame +EXPORT_SYMBOL_GPL vmlinux 0xa048a484 nf_hook_entries_insert_raw +EXPORT_SYMBOL_GPL vmlinux 0xa04a4b04 genphy_c45_loopback +EXPORT_SYMBOL_GPL vmlinux 0xa04b6e44 lwtstate_free +EXPORT_SYMBOL_GPL vmlinux 0xa04f945a cpus_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xa0645cca fwnode_usb_role_switch_get +EXPORT_SYMBOL_GPL vmlinux 0xa065129d ata_sas_port_resume +EXPORT_SYMBOL_GPL vmlinux 0xa080c5e5 smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xa08337ed btree_init +EXPORT_SYMBOL_GPL vmlinux 0xa0844a22 kvmppc_invalidate_hpte +EXPORT_SYMBOL_GPL vmlinux 0xa095ffa7 __traceiter_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0xa0b6cd50 ata_bmdma_qc_prep +EXPORT_SYMBOL_GPL vmlinux 0xa0bfc69d regulator_set_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xa0c06093 msg_zerocopy_callback +EXPORT_SYMBOL_GPL vmlinux 0xa0d3456d nr_swap_pages +EXPORT_SYMBOL_GPL vmlinux 0xa0e868b1 i2c_dw_adjust_bus_speed +EXPORT_SYMBOL_GPL vmlinux 0xa0eff54c da9055_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xa0f1377f sata_scr_read +EXPORT_SYMBOL_GPL vmlinux 0xa101df02 uart_handle_dcd_change +EXPORT_SYMBOL_GPL vmlinux 0xa11f6494 dma_opt_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0xa1215647 strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0xa1277b71 kernel_file_open +EXPORT_SYMBOL_GPL vmlinux 0xa13b2962 pnv_ocxl_tlb_invalidate +EXPORT_SYMBOL_GPL vmlinux 0xa161518e ata_timing_compute +EXPORT_SYMBOL_GPL vmlinux 0xa165083e devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0xa1660943 dm_put +EXPORT_SYMBOL_GPL vmlinux 0xa16ac565 is_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xa174a0aa __devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xa17c4b1b devl_param_value_changed +EXPORT_SYMBOL_GPL vmlinux 0xa184d5f2 mmu_vmalloc_psize +EXPORT_SYMBOL_GPL vmlinux 0xa185b2ea inet_pernet_hashinfo_free +EXPORT_SYMBOL_GPL vmlinux 0xa1895631 rio_free_net +EXPORT_SYMBOL_GPL vmlinux 0xa19561fb __SCK__tp_func_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0xa19f2b91 pci_disable_pasid +EXPORT_SYMBOL_GPL vmlinux 0xa1a3114d to_nd_desc +EXPORT_SYMBOL_GPL vmlinux 0xa1a85f6b debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0xa1a85fe5 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0xa1cf6300 tcp_plb_update_state +EXPORT_SYMBOL_GPL vmlinux 0xa1d8004a videomode_from_timing +EXPORT_SYMBOL_GPL vmlinux 0xa1def852 __sbitmap_queue_get +EXPORT_SYMBOL_GPL vmlinux 0xa1fd9ccb wm831x_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xa1ff5117 pci_epf_add_vepf +EXPORT_SYMBOL_GPL vmlinux 0xa2052e4a kstrdup_quotable_cmdline +EXPORT_SYMBOL_GPL vmlinux 0xa206b85e pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xa208b5a7 pm_debug_messages_should_print +EXPORT_SYMBOL_GPL vmlinux 0xa20d01ba __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xa21f2ce7 clk_mux_index_to_val +EXPORT_SYMBOL_GPL vmlinux 0xa2402218 __traceiter_xhci_dbg_init +EXPORT_SYMBOL_GPL vmlinux 0xa249510a irq_chip_request_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0xa2500ef6 __SCK__tp_func_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xa256c605 mbox_chan_received_data +EXPORT_SYMBOL_GPL vmlinux 0xa25e266f tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0xa26340e2 key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0xa2666fa5 devlink_flash_update_status_notify +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa27a4c60 wm8350_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xa281142a ata_common_sdev_groups +EXPORT_SYMBOL_GPL vmlinux 0xa2843b0d __crypto_alloc_tfmgfp +EXPORT_SYMBOL_GPL vmlinux 0xa290a850 tpm_chip_stop +EXPORT_SYMBOL_GPL vmlinux 0xa298af95 xive_native_get_queue_info +EXPORT_SYMBOL_GPL vmlinux 0xa2a5a853 skb_gso_validate_mac_len +EXPORT_SYMBOL_GPL vmlinux 0xa2ad694f nvdimm_has_flush +EXPORT_SYMBOL_GPL vmlinux 0xa2b0820d __SCK__tp_func_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xa2c0f59a ct_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0xa2c3e457 led_set_brightness_nopm +EXPORT_SYMBOL_GPL vmlinux 0xa2da94c4 gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xa2e1b3ef trace_printk_init_buffers +EXPORT_SYMBOL_GPL vmlinux 0xa2e371c5 of_icc_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xa31623e3 wwan_port_rx +EXPORT_SYMBOL_GPL vmlinux 0xa31e5a19 ata_sff_queue_pio_task +EXPORT_SYMBOL_GPL vmlinux 0xa33d91a8 btree_get_prev +EXPORT_SYMBOL_GPL vmlinux 0xa341812e generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0xa35716c3 ata_dev_set_feature +EXPORT_SYMBOL_GPL vmlinux 0xa357e187 dev_pm_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xa36ce42b devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0xa36f50fb is_binary_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xa3795977 fwnode_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xa37d75c0 dma_async_device_channel_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa37fee37 i2c_new_scanned_device +EXPORT_SYMBOL_GPL vmlinux 0xa382a645 init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa387f1a1 edac_pci_free_ctl_info +EXPORT_SYMBOL_GPL vmlinux 0xa38a9f71 get_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a04602 btree_geo64 +EXPORT_SYMBOL_GPL vmlinux 0xa3a24081 driver_find +EXPORT_SYMBOL_GPL vmlinux 0xa3a2d9af walk_system_ram_range +EXPORT_SYMBOL_GPL vmlinux 0xa3a91f82 __cpufreq_driver_target +EXPORT_SYMBOL_GPL vmlinux 0xa3b56555 hpte_page_sizes +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3d07e5f regulator_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa3e02b62 regmap_noinc_read +EXPORT_SYMBOL_GPL vmlinux 0xa3e146f1 debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0xa3e4d6f7 driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0xa3e50e00 bio_blkcg_css +EXPORT_SYMBOL_GPL vmlinux 0xa3e810b8 gpiochip_irq_map +EXPORT_SYMBOL_GPL vmlinux 0xa3ece414 freezer_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xa3f12f69 __crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0xa3f58c6b serial8250_rpm_put_tx +EXPORT_SYMBOL_GPL vmlinux 0xa3ffc2ed dma_free_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xa4031b7f sfp_parse_port +EXPORT_SYMBOL_GPL vmlinux 0xa4062a57 __tracepoint_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xa410a295 devlink_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa42c951f cpuidle_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xa4441d5e nvdimm_delete +EXPORT_SYMBOL_GPL vmlinux 0xa44a1307 interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xa44aa6ef powercap_register_zone +EXPORT_SYMBOL_GPL vmlinux 0xa44b0235 ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0xa45c7b90 stack_trace_print +EXPORT_SYMBOL_GPL vmlinux 0xa472c21b ata_bmdma_port_start +EXPORT_SYMBOL_GPL vmlinux 0xa48196c8 kdb_poll_idx +EXPORT_SYMBOL_GPL vmlinux 0xa48dd8db irq_chip_release_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0xa49aff04 tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0xa49df3c0 gpiochip_populate_parent_fwspec_fourcell +EXPORT_SYMBOL_GPL vmlinux 0xa4a09ada bpf_offload_dev_netdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa4ab7c1c ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xa4b07fe7 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0xa4c00324 asn1_encode_octet_string +EXPORT_SYMBOL_GPL vmlinux 0xa4c085f8 ata_tf_from_fis +EXPORT_SYMBOL_GPL vmlinux 0xa4d094e7 usb_check_bulk_endpoints +EXPORT_SYMBOL_GPL vmlinux 0xa4d50648 generic_handle_domain_irq +EXPORT_SYMBOL_GPL vmlinux 0xa4f34e9e spi_controller_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa4f38ccd bsg_remove_queue +EXPORT_SYMBOL_GPL vmlinux 0xa500bef7 crypto_register_akcipher +EXPORT_SYMBOL_GPL vmlinux 0xa504f2cb gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0xa531471e clk_save_context +EXPORT_SYMBOL_GPL vmlinux 0xa53c907e blk_stat_enable_accounting +EXPORT_SYMBOL_GPL vmlinux 0xa54a2cba devlink_linecard_provision_clear +EXPORT_SYMBOL_GPL vmlinux 0xa5603382 replace_page_cache_folio +EXPORT_SYMBOL_GPL vmlinux 0xa5608002 ata_qc_complete +EXPORT_SYMBOL_GPL vmlinux 0xa56e1a52 sg_free_table_chained +EXPORT_SYMBOL_GPL vmlinux 0xa581bb5a rio_add_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0xa583af0b phy_start_machine +EXPORT_SYMBOL_GPL vmlinux 0xa59b0e10 __fsverity_cleanup_inode +EXPORT_SYMBOL_GPL vmlinux 0xa5a4892f regulator_get_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xa5ad8f24 crypto_comp_decompress +EXPORT_SYMBOL_GPL vmlinux 0xa5b00659 ppc_proc_freq +EXPORT_SYMBOL_GPL vmlinux 0xa5c4ce45 flush_vsx_to_thread +EXPORT_SYMBOL_GPL vmlinux 0xa5d1f4b8 stack_depot_snprint +EXPORT_SYMBOL_GPL vmlinux 0xa5d693b3 sdio_claim_host +EXPORT_SYMBOL_GPL vmlinux 0xa5d7c388 pstore_type_to_name +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa5f66070 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xa5fcfdc3 vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0xa5fe3f0b PageHuge +EXPORT_SYMBOL_GPL vmlinux 0xa606a4c0 devl_params_register +EXPORT_SYMBOL_GPL vmlinux 0xa60bab2b bpf_prog_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0xa612469b mas_find_range_rev +EXPORT_SYMBOL_GPL vmlinux 0xa61723a4 ata_sas_port_start +EXPORT_SYMBOL_GPL vmlinux 0xa6430d5c fb_deferred_io_mmap +EXPORT_SYMBOL_GPL vmlinux 0xa64317ef devres_release +EXPORT_SYMBOL_GPL vmlinux 0xa645ddcd irq_chip_get_parent_state +EXPORT_SYMBOL_GPL vmlinux 0xa65a5d96 platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0xa65f97a4 mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xa660e046 fuse_fill_super_common +EXPORT_SYMBOL_GPL vmlinux 0xa6647be8 clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0xa6a088b7 fscrypt_match_name +EXPORT_SYMBOL_GPL vmlinux 0xa6a82c91 sbitmap_bitmap_show +EXPORT_SYMBOL_GPL vmlinux 0xa6a8e33d devm_extcon_dev_allocate +EXPORT_SYMBOL_GPL vmlinux 0xa6a8f117 divider_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xa6af1e35 __SCK__tp_func_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xa6b06f65 ata_sff_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xa6b21ef2 dpm_suspend_end +EXPORT_SYMBOL_GPL vmlinux 0xa6b5ee5b __SCK__tp_func_block_split +EXPORT_SYMBOL_GPL vmlinux 0xa6bd200b sbitmap_queue_recalculate_wake_batch +EXPORT_SYMBOL_GPL vmlinux 0xa6d1e06f splpar_spin_yield +EXPORT_SYMBOL_GPL vmlinux 0xa6d4d186 pci_epc_unmap_addr +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa6e40f97 tc3589x_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xa6fd8fb6 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xa709c835 fib6_info_destroy_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa70b33fa crypto_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xa70d311d ehci_adjust_port_wakeup_flags +EXPORT_SYMBOL_GPL vmlinux 0xa7112ee0 handle_fasteoi_nmi +EXPORT_SYMBOL_GPL vmlinux 0xa71c0bf8 sata_scr_write +EXPORT_SYMBOL_GPL vmlinux 0xa71c572b ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xa7241959 pkcs7_supply_detached_data +EXPORT_SYMBOL_GPL vmlinux 0xa7255e22 __devm_regmap_init_mmio_clk +EXPORT_SYMBOL_GPL vmlinux 0xa72c0b2f regulator_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xa7308ca3 ata_sff_wait_after_reset +EXPORT_SYMBOL_GPL vmlinux 0xa750401b __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0xa7613607 regulator_set_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xa770bc88 phy_restore_page +EXPORT_SYMBOL_GPL vmlinux 0xa786dbfe usb_add_phy_dev +EXPORT_SYMBOL_GPL vmlinux 0xa788381e devl_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa790ab4b __tracepoint_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xa7911c7d dm_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0xa79454b8 irq_chip_mask_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0xa795a548 pinctrl_dev_get_name +EXPORT_SYMBOL_GPL vmlinux 0xa7ae6d7a ata_ehi_push_desc +EXPORT_SYMBOL_GPL vmlinux 0xa7bfdd10 unregister_nvdimm_pmu +EXPORT_SYMBOL_GPL vmlinux 0xa7c68231 __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0xa7d4787f kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0xa7e8a0c2 rio_request_inb_mbox +EXPORT_SYMBOL_GPL vmlinux 0xa7eff056 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0xa8004017 pinctrl_pm_select_default_state +EXPORT_SYMBOL_GPL vmlinux 0xa80c7c32 ata_qc_complete_multiple +EXPORT_SYMBOL_GPL vmlinux 0xa81485e6 __traceiter_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0xa82b8b64 spi_get_device_id +EXPORT_SYMBOL_GPL vmlinux 0xa838ec0c mbox_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa8464b81 genphy_c45_pma_suspend +EXPORT_SYMBOL_GPL vmlinux 0xa848bc00 devm_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xa84d965d pci_epc_set_msix +EXPORT_SYMBOL_GPL vmlinux 0xa851011c iomap_read_folio +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa858ff82 rio_mport_get_efb +EXPORT_SYMBOL_GPL vmlinux 0xa8606108 extcon_set_property_capability +EXPORT_SYMBOL_GPL vmlinux 0xa8696fea eeh_iommu_group_to_pe +EXPORT_SYMBOL_GPL vmlinux 0xa88d5ba0 pin_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0xa89341e0 blk_mq_freeze_queue +EXPORT_SYMBOL_GPL vmlinux 0xa89648db ata_sff_wait_ready +EXPORT_SYMBOL_GPL vmlinux 0xa89926dc crypto_dh_decode_key +EXPORT_SYMBOL_GPL vmlinux 0xa8afa992 sched_set_fifo_low +EXPORT_SYMBOL_GPL vmlinux 0xa8b0a74a blk_mq_unquiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0xa8f97178 __tracepoint_ata_tf_load +EXPORT_SYMBOL_GPL vmlinux 0xa8fcb86a usb_get_dr_mode +EXPORT_SYMBOL_GPL vmlinux 0xa90a30cd icc_provider_init +EXPORT_SYMBOL_GPL vmlinux 0xa90e3b96 timer_rearm_host_dec +EXPORT_SYMBOL_GPL vmlinux 0xa916ff22 component_add_typed +EXPORT_SYMBOL_GPL vmlinux 0xa91d120d of_pinctrl_get +EXPORT_SYMBOL_GPL vmlinux 0xa922175d virtqueue_get_used_addr +EXPORT_SYMBOL_GPL vmlinux 0xa9320d27 ktime_get_seconds +EXPORT_SYMBOL_GPL vmlinux 0xa9357d78 dm_submit_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xa944ecd1 agp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0xa94dddca devm_regulator_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xa95b5c77 hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0xa966e168 bpf_redirect_info +EXPORT_SYMBOL_GPL vmlinux 0xa9738be8 dev_pm_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xa98539f8 iomap_seek_data +EXPORT_SYMBOL_GPL vmlinux 0xa987c745 skb_append_pagefrags +EXPORT_SYMBOL_GPL vmlinux 0xa98a9f9e power_supply_property_is_writeable +EXPORT_SYMBOL_GPL vmlinux 0xa99396bd devl_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa99b8e70 __SCK__tp_func_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0xa99ef899 devlink_fmsg_bool_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xa9a0ee26 pnv_pci_get_device_tree +EXPORT_SYMBOL_GPL vmlinux 0xa9af63b4 regmap_field_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0xa9c62441 fscrypt_ioctl_get_nonce +EXPORT_SYMBOL_GPL vmlinux 0xa9cd4782 sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0xa9ce341e usb_show_dynids +EXPORT_SYMBOL_GPL vmlinux 0xa9fad39d perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0xa9fc954d usb_kill_urb +EXPORT_SYMBOL_GPL vmlinux 0xaa05b933 mas_empty_area +EXPORT_SYMBOL_GPL vmlinux 0xaa060395 vp_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0xaa0c5e91 dm_table_set_type +EXPORT_SYMBOL_GPL vmlinux 0xaa1758c5 gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0xaa180fde mas_expected_entries +EXPORT_SYMBOL_GPL vmlinux 0xaa3248f2 dev_pm_qos_expose_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xaa46908a devm_kasprintf +EXPORT_SYMBOL_GPL vmlinux 0xaa6a50f9 __static_key_deferred_flush +EXPORT_SYMBOL_GPL vmlinux 0xaa78377d netdev_walk_all_lower_dev +EXPORT_SYMBOL_GPL vmlinux 0xaa958102 devm_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0xaa9dc875 elv_register +EXPORT_SYMBOL_GPL vmlinux 0xaaa7b9df __irq_resolve_mapping +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaaaa5ec9 cpu_latency_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0xaaba7cf1 __tracepoint_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xaae5be4e usb_hcd_unmap_urb_setup_for_dma +EXPORT_SYMBOL_GPL vmlinux 0xaaebce11 sampling_rate_store +EXPORT_SYMBOL_GPL vmlinux 0xaaf461c5 sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0xab1ca6f6 page_cache_ra_unbounded +EXPORT_SYMBOL_GPL vmlinux 0xab21f44c pm_generic_thaw_early +EXPORT_SYMBOL_GPL vmlinux 0xab21f49e regmap_get_max_register +EXPORT_SYMBOL_GPL vmlinux 0xab260124 usb_intf_get_dma_device +EXPORT_SYMBOL_GPL vmlinux 0xab270bfc iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0xab2832a7 of_genpd_remove_last +EXPORT_SYMBOL_GPL vmlinux 0xab2f7d08 nvdimm_setup_pfn +EXPORT_SYMBOL_GPL vmlinux 0xab364026 tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xab38d284 mpc8xxx_spi_tx_buf_u8 +EXPORT_SYMBOL_GPL vmlinux 0xab399e90 __hwspin_unlock +EXPORT_SYMBOL_GPL vmlinux 0xab3b4b52 devlink_alloc_ns +EXPORT_SYMBOL_GPL vmlinux 0xab63b692 dev_pm_set_dedicated_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xab66f5bf mbox_client_txdone +EXPORT_SYMBOL_GPL vmlinux 0xab6dde78 __nvmem_layout_register +EXPORT_SYMBOL_GPL vmlinux 0xab6e6fc6 ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xab6f0ded __tracepoint_rpm_idle +EXPORT_SYMBOL_GPL vmlinux 0xab810c7e __rio_local_read_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xab922a5c xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0xab987bed sysfs_add_device_to_node +EXPORT_SYMBOL_GPL vmlinux 0xab99ce6e trace_array_destroy +EXPORT_SYMBOL_GPL vmlinux 0xab9f65bc __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0xabaa314b hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0xabaacc2d mmc_prepare_busy_cmd +EXPORT_SYMBOL_GPL vmlinux 0xabb26c4f led_blink_set_nosleep +EXPORT_SYMBOL_GPL vmlinux 0xabb96bfb srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xabba15cb fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0xabc3ae30 scsi_ioctl_block_when_processing_errors +EXPORT_SYMBOL_GPL vmlinux 0xabc56316 sk_msg_free_nocharge +EXPORT_SYMBOL_GPL vmlinux 0xabc5c830 devm_spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xabc640f3 list_lru_isolate +EXPORT_SYMBOL_GPL vmlinux 0xabc6e9e4 pm_report_max_hw_sleep +EXPORT_SYMBOL_GPL vmlinux 0xabe06430 tpm_default_chip +EXPORT_SYMBOL_GPL vmlinux 0xabe4ce3b vcap_set_tc_exterr +EXPORT_SYMBOL_GPL vmlinux 0xabf402bb debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0xabf8233d nvdimm_provider_data +EXPORT_SYMBOL_GPL vmlinux 0xac100cea power_supply_changed +EXPORT_SYMBOL_GPL vmlinux 0xac2315b7 iommu_dev_enable_feature +EXPORT_SYMBOL_GPL vmlinux 0xac2fccb2 __kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0xac410459 class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xac44442c crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0xac452437 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0xac4bb53e vp_legacy_config_vector +EXPORT_SYMBOL_GPL vmlinux 0xac4bb612 alloc_dax_region +EXPORT_SYMBOL_GPL vmlinux 0xac5daa59 of_mpc8xxx_spi_probe +EXPORT_SYMBOL_GPL vmlinux 0xac63dc83 device_find_any_child +EXPORT_SYMBOL_GPL vmlinux 0xac6654e4 tps6586x_reads +EXPORT_SYMBOL_GPL vmlinux 0xac6c8401 crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0xac766ca0 extcon_set_property +EXPORT_SYMBOL_GPL vmlinux 0xac78ac92 devlink_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0xac835d4a ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0xac93a417 regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0xacb4d88c clk_rate_exclusive_put +EXPORT_SYMBOL_GPL vmlinux 0xacb6f872 __sk_flush_backlog +EXPORT_SYMBOL_GPL vmlinux 0xacbd1d89 usb_autopm_put_interface_no_suspend +EXPORT_SYMBOL_GPL vmlinux 0xacc9bcb7 tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0xaccb98ff ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xaccfd579 devlink_priv +EXPORT_SYMBOL_GPL vmlinux 0xacf105e0 sdio_enable_func +EXPORT_SYMBOL_GPL vmlinux 0xacf1a5a5 powercap_unregister_zone +EXPORT_SYMBOL_GPL vmlinux 0xacfe997e powerpc_firmware_features +EXPORT_SYMBOL_GPL vmlinux 0xad12bb7a gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0xad17da1b key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0xad3a16c0 radix_tree_preloads +EXPORT_SYMBOL_GPL vmlinux 0xad3eea61 handle_bad_irq +EXPORT_SYMBOL_GPL vmlinux 0xad42dff8 __SCK__tp_func_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xad4e6259 remove_cpu +EXPORT_SYMBOL_GPL vmlinux 0xad4f44e5 dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0xad645234 register_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xad6c1b6e pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0xad76a3f0 __SCK__tp_func_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xad9b165b cpufreq_cpu_put +EXPORT_SYMBOL_GPL vmlinux 0xad9fb247 lwtunnel_valid_encap_type_attr +EXPORT_SYMBOL_GPL vmlinux 0xada38766 dst_cache_destroy +EXPORT_SYMBOL_GPL vmlinux 0xada805eb regulator_desc_list_voltage_linear +EXPORT_SYMBOL_GPL vmlinux 0xadaefa68 edac_mc_del_mc +EXPORT_SYMBOL_GPL vmlinux 0xadcb529a devm_fwnode_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xadce4aab __traceiter_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0xadd3a626 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0xade5339b hte_get_clk_src_info +EXPORT_SYMBOL_GPL vmlinux 0xadef535b regulator_get_linear_step +EXPORT_SYMBOL_GPL vmlinux 0xadf5d9b4 __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0xae01217a mpi_write_to_sgl +EXPORT_SYMBOL_GPL vmlinux 0xae1051b0 net_cls_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xae1e2e45 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0xae39f80e dst_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xae3ab53a adp5520_set_bits +EXPORT_SYMBOL_GPL vmlinux 0xae442152 dawr_force_enable +EXPORT_SYMBOL_GPL vmlinux 0xae458e8e bdev_alignment_offset +EXPORT_SYMBOL_GPL vmlinux 0xae5923c4 percpu_free_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xae60e80a fscrypt_prepare_lookup_partial +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae6e1a85 led_trigger_register_simple +EXPORT_SYMBOL_GPL vmlinux 0xae711699 wm8350_read_auxadc +EXPORT_SYMBOL_GPL vmlinux 0xae75b81d acomp_request_free +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xae7f4ca5 sdio_readsb +EXPORT_SYMBOL_GPL vmlinux 0xae87cad0 memstart_addr +EXPORT_SYMBOL_GPL vmlinux 0xae91eac5 __xas_prev +EXPORT_SYMBOL_GPL vmlinux 0xaea8f135 fat_update_time +EXPORT_SYMBOL_GPL vmlinux 0xaec191a3 dma_can_mmap +EXPORT_SYMBOL_GPL vmlinux 0xaec9921f hash_page +EXPORT_SYMBOL_GPL vmlinux 0xaed51941 spi_finalize_current_message +EXPORT_SYMBOL_GPL vmlinux 0xaed5dd6b dm_internal_suspend_noflush +EXPORT_SYMBOL_GPL vmlinux 0xaed6cfa2 gpiochip_irq_unmap +EXPORT_SYMBOL_GPL vmlinux 0xaef59ae4 usb_lock_device_for_reset +EXPORT_SYMBOL_GPL vmlinux 0xaf025b3b devm_regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xaf076aec nd_fletcher64 +EXPORT_SYMBOL_GPL vmlinux 0xaf1100e3 watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0xaf1a7f5f virtqueue_get_buf_ctx +EXPORT_SYMBOL_GPL vmlinux 0xaf1e10da opal_int_set_mfrr +EXPORT_SYMBOL_GPL vmlinux 0xaf3a44e9 __SCK__tp_func_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xaf3f5655 acct_bioset_exit +EXPORT_SYMBOL_GPL vmlinux 0xaf4014ff usb_amd_quirk_pll_check +EXPORT_SYMBOL_GPL vmlinux 0xaf56b7db iommu_unregister_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xaf61cbba nvmem_cell_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0xaf671a53 usb_deregister_device_driver +EXPORT_SYMBOL_GPL vmlinux 0xaf6d38c0 vcap_mod_rule +EXPORT_SYMBOL_GPL vmlinux 0xaf793668 __alloc_percpu_gfp +EXPORT_SYMBOL_GPL vmlinux 0xaf7ad94c __SCK__tp_func_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xaf7f30ed genphy_c45_pma_resume +EXPORT_SYMBOL_GPL vmlinux 0xaf808c86 scsi_build_sense +EXPORT_SYMBOL_GPL vmlinux 0xaf852873 cpuidle_register_device +EXPORT_SYMBOL_GPL vmlinux 0xaf8add86 vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0xaf97c7be scsi_alloc_request +EXPORT_SYMBOL_GPL vmlinux 0xaf9c2f44 __fscrypt_prepare_lookup +EXPORT_SYMBOL_GPL vmlinux 0xafbe6c9e kvmppc_hwrng_present +EXPORT_SYMBOL_GPL vmlinux 0xafc89ac5 irq_gc_mask_set_bit +EXPORT_SYMBOL_GPL vmlinux 0xafddd545 ata_id_c_string +EXPORT_SYMBOL_GPL vmlinux 0xafe67eb1 pinconf_generic_dt_subnode_to_map +EXPORT_SYMBOL_GPL vmlinux 0xafe695ec fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0xafeb58c1 __SCK__tp_func_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xb0066484 regulator_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xb02e08f2 vmalloc_to_phys +EXPORT_SYMBOL_GPL vmlinux 0xb0440d38 vcap_tc_flower_handler_ip_usage +EXPORT_SYMBOL_GPL vmlinux 0xb049a294 __SCK__tp_func_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0xb04b4bb0 usb_disable_ltm +EXPORT_SYMBOL_GPL vmlinux 0xb063f5cd ata_link_abort +EXPORT_SYMBOL_GPL vmlinux 0xb06634ec opal_xscom_write +EXPORT_SYMBOL_GPL vmlinux 0xb06a45a0 mmc_sanitize +EXPORT_SYMBOL_GPL vmlinux 0xb0747ed2 rcu_cpu_stall_suppress +EXPORT_SYMBOL_GPL vmlinux 0xb077e70a clk_unprepare +EXPORT_SYMBOL_GPL vmlinux 0xb0802f90 __tracepoint_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xb08a0b1e relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0xb08ac800 pci_find_vsec_capability +EXPORT_SYMBOL_GPL vmlinux 0xb098fe25 devm_memremap_pages +EXPORT_SYMBOL_GPL vmlinux 0xb09e967b component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0xb09f947d scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0d1656c gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0xb0d8fdeb skcipher_walk_async +EXPORT_SYMBOL_GPL vmlinux 0xb0e7ab1f __traceiter_console +EXPORT_SYMBOL_GPL vmlinux 0xb0e92648 dm_report_zones +EXPORT_SYMBOL_GPL vmlinux 0xb0ea0c5f perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0xb0f06f7c fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0xb0f73f8e __wake_up_locked_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xb10d964d devlink_fmsg_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xb11d9000 tty_dev_name_to_number +EXPORT_SYMBOL_GPL vmlinux 0xb1353544 dev_pm_get_subsys_data +EXPORT_SYMBOL_GPL vmlinux 0xb13837ce vcap_rule_add_key_u48 +EXPORT_SYMBOL_GPL vmlinux 0xb141ee24 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0xb14c9661 spi_target_abort +EXPORT_SYMBOL_GPL vmlinux 0xb1521e4a tty_port_register_device_attr_serdev +EXPORT_SYMBOL_GPL vmlinux 0xb15bd5bd of_phy_get +EXPORT_SYMBOL_GPL vmlinux 0xb15f76cb tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0xb1647fc2 devlink_info_version_running_put +EXPORT_SYMBOL_GPL vmlinux 0xb1785fe7 ata_pci_bmdma_clear_simplex +EXPORT_SYMBOL_GPL vmlinux 0xb18583db regulator_set_voltage +EXPORT_SYMBOL_GPL vmlinux 0xb1959aa6 nvdimm_to_bus +EXPORT_SYMBOL_GPL vmlinux 0xb1a3e02a __devm_spi_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0xb1a7e989 crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0xb1a9acae switchdev_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0xb1b178ea device_link_remove +EXPORT_SYMBOL_GPL vmlinux 0xb1baa71a devlink_linecard_provision_fail +EXPORT_SYMBOL_GPL vmlinux 0xb1bed25d dpm_resume_start +EXPORT_SYMBOL_GPL vmlinux 0xb1cb9316 pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0xb1d3ca56 of_hte_req_count +EXPORT_SYMBOL_GPL vmlinux 0xb1dac53f crypto_alloc_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xb1dbef08 mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0xb1dfecea power_supply_battery_info_properties_size +EXPORT_SYMBOL_GPL vmlinux 0xb1e0156e __devm_regmap_init_spi +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1f152b1 __rio_local_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xb1fc1782 pci_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xb1feb87c usb_of_get_interface_node +EXPORT_SYMBOL_GPL vmlinux 0xb2007cdd sk_msg_zerocopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0xb21d00c6 hte_ts_put +EXPORT_SYMBOL_GPL vmlinux 0xb2210d64 reset_control_deassert +EXPORT_SYMBOL_GPL vmlinux 0xb221d8dc pciserial_init_ports +EXPORT_SYMBOL_GPL vmlinux 0xb2359ebd crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0xb23b7691 start_poll_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0xb2405efc secure_tcp_seq +EXPORT_SYMBOL_GPL vmlinux 0xb247150e md_bitmap_copy_from_slot +EXPORT_SYMBOL_GPL vmlinux 0xb251f5b2 regulator_set_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0xb253fcfb dev_get_tstats64 +EXPORT_SYMBOL_GPL vmlinux 0xb2569be6 usb_phy_set_charger_current +EXPORT_SYMBOL_GPL vmlinux 0xb2577006 blk_clear_pm_only +EXPORT_SYMBOL_GPL vmlinux 0xb25e61a5 regulator_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xb26a1add elfcorehdr_addr +EXPORT_SYMBOL_GPL vmlinux 0xb27fafae pskb_put +EXPORT_SYMBOL_GPL vmlinux 0xb2856e89 hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0xb29533ee zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0xb2962498 i2c_new_dummy_device +EXPORT_SYMBOL_GPL vmlinux 0xb2a4bfe8 inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb2a653fc confirm_error_lock +EXPORT_SYMBOL_GPL vmlinux 0xb2a6f197 bpf_fentry_test1 +EXPORT_SYMBOL_GPL vmlinux 0xb2b3d327 sata_link_resume +EXPORT_SYMBOL_GPL vmlinux 0xb2b939bc thermal_of_cooling_device_register +EXPORT_SYMBOL_GPL vmlinux 0xb2bff68e fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0xb2c1732e rcu_gp_set_torture_wait +EXPORT_SYMBOL_GPL vmlinux 0xb2c1ecd1 free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0xb2d5fa5f iomap_dio_bio_end_io +EXPORT_SYMBOL_GPL vmlinux 0xb2e764e8 suspend_valid_only_mem +EXPORT_SYMBOL_GPL vmlinux 0xb2f336cb bpf_trace_run4 +EXPORT_SYMBOL_GPL vmlinux 0xb2f6472f blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0xb2f7b04f __rio_local_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xb2fa093e blk_mq_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xb300a89b pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0xb300cef8 __udp_enqueue_schedule_skb +EXPORT_SYMBOL_GPL vmlinux 0xb3025498 devm_gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0xb306a9d5 ext_pi_type3_crc64 +EXPORT_SYMBOL_GPL vmlinux 0xb307c909 devlink_fmsg_u64_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xb32c7482 __pm_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xb32e60d9 fscrypt_limit_io_blocks +EXPORT_SYMBOL_GPL vmlinux 0xb34353b0 devlink_port_init +EXPORT_SYMBOL_GPL vmlinux 0xb3503f25 fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0xb35f47f9 nexthop_find_by_id +EXPORT_SYMBOL_GPL vmlinux 0xb362c7ff sata_link_scr_lpm +EXPORT_SYMBOL_GPL vmlinux 0xb3812259 pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0xb39aca9f blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb3a03a02 pinctrl_register +EXPORT_SYMBOL_GPL vmlinux 0xb3a5e9c8 device_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xb3d14a33 vp_legacy_get_status +EXPORT_SYMBOL_GPL vmlinux 0xb3dc46db rio_del_mport_pw_handler +EXPORT_SYMBOL_GPL vmlinux 0xb3f39339 fsl_mc_device_group +EXPORT_SYMBOL_GPL vmlinux 0xb3f4cf06 dev_queue_xmit_nit +EXPORT_SYMBOL_GPL vmlinux 0xb3fd8fe6 kernel_read_file_from_path +EXPORT_SYMBOL_GPL vmlinux 0xb40837d6 irq_chip_mask_parent +EXPORT_SYMBOL_GPL vmlinux 0xb408c184 devl_dpipe_table_resource_set +EXPORT_SYMBOL_GPL vmlinux 0xb40c66ba bpf_prog_create +EXPORT_SYMBOL_GPL vmlinux 0xb40f801c gpiochip_remove_pin_ranges +EXPORT_SYMBOL_GPL vmlinux 0xb414e69c gpiochip_reqres_irq +EXPORT_SYMBOL_GPL vmlinux 0xb42eddfb pnv_ocxl_spa_setup +EXPORT_SYMBOL_GPL vmlinux 0xb43a4cee unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0xb43f9365 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xb44e18ea audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb45b3e75 tps6586x_update +EXPORT_SYMBOL_GPL vmlinux 0xb47480b3 tpm_chip_start +EXPORT_SYMBOL_GPL vmlinux 0xb47c37fb pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0xb47e417b of_property_read_u64 +EXPORT_SYMBOL_GPL vmlinux 0xb487d47e attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0xb488588e tb_to_ns +EXPORT_SYMBOL_GPL vmlinux 0xb48f0638 software_node_register +EXPORT_SYMBOL_GPL vmlinux 0xb49aff7d fsverity_ioctl_read_metadata +EXPORT_SYMBOL_GPL vmlinux 0xb49d710b __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb4a3efd7 gpiochip_free_own_desc +EXPORT_SYMBOL_GPL vmlinux 0xb4aab120 put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xb4ad84df gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0xb4b868e0 __put_net +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4c5a158 phy_select_page +EXPORT_SYMBOL_GPL vmlinux 0xb4d354ea extcon_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4e11304 ata_std_postreset +EXPORT_SYMBOL_GPL vmlinux 0xb4ea7cf7 kgdb_connected +EXPORT_SYMBOL_GPL vmlinux 0xb4eda0da ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0xb4f4edbf __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0xb501b2df nd_cmd_dimm_desc +EXPORT_SYMBOL_GPL vmlinux 0xb504ec24 vp_modern_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0xb5093dd3 console_list +EXPORT_SYMBOL_GPL vmlinux 0xb50b2be8 clk_register_gate +EXPORT_SYMBOL_GPL vmlinux 0xb51fbd64 edac_op_state +EXPORT_SYMBOL_GPL vmlinux 0xb5301ac5 balloon_page_list_enqueue +EXPORT_SYMBOL_GPL vmlinux 0xb535a868 serial8250_modem_status +EXPORT_SYMBOL_GPL vmlinux 0xb53959e6 crypto_alloc_rng +EXPORT_SYMBOL_GPL vmlinux 0xb550e45d anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0xb55139f6 HUF_readStats +EXPORT_SYMBOL_GPL vmlinux 0xb561c490 mpi_mul +EXPORT_SYMBOL_GPL vmlinux 0xb570745c __SCK__tp_func_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0xb590647c icc_std_aggregate +EXPORT_SYMBOL_GPL vmlinux 0xb590c405 device_set_of_node_from_dev +EXPORT_SYMBOL_GPL vmlinux 0xb5a04f05 xive_native_has_save_restore +EXPORT_SYMBOL_GPL vmlinux 0xb5aa10af atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb5cb7020 pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0xb5cc934a usb_autopm_get_interface_no_resume +EXPORT_SYMBOL_GPL vmlinux 0xb5cd62e2 strp_stop +EXPORT_SYMBOL_GPL vmlinux 0xb5d14bf0 vp_modern_generation +EXPORT_SYMBOL_GPL vmlinux 0xb5e5b7e6 crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0xb605a9c8 iommu_tce_table_get +EXPORT_SYMBOL_GPL vmlinux 0xb6061af4 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0xb6065c9c ata_pci_sff_prepare_host +EXPORT_SYMBOL_GPL vmlinux 0xb60b5707 of_i8042_aux_irq +EXPORT_SYMBOL_GPL vmlinux 0xb60b9a72 gpiod_disable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0xb61e8f55 mptcp_get_reset_option +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb62cf07b ip6_route_input_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb6357e53 cpuidle_enable_device +EXPORT_SYMBOL_GPL vmlinux 0xb6410433 mpi_addm +EXPORT_SYMBOL_GPL vmlinux 0xb643c250 xics_wake_cpu +EXPORT_SYMBOL_GPL vmlinux 0xb6490b11 pnv_power9_force_smt4_release +EXPORT_SYMBOL_GPL vmlinux 0xb64e30d2 mmc_send_abort_tuning +EXPORT_SYMBOL_GPL vmlinux 0xb655f91b pci_epc_get_next_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xb6682ce5 raw_v4_match +EXPORT_SYMBOL_GPL vmlinux 0xb66f04aa trace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0xb6787346 sfp_unregister_socket +EXPORT_SYMBOL_GPL vmlinux 0xb6812b03 led_blink_set_oneshot +EXPORT_SYMBOL_GPL vmlinux 0xb6888188 klp_shadow_get_or_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb68a188c apply_to_existing_page_range +EXPORT_SYMBOL_GPL vmlinux 0xb68b12b4 device_link_add +EXPORT_SYMBOL_GPL vmlinux 0xb69afbb0 devlink_linecard_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xb69ba608 virtqueue_add_inbuf_ctx +EXPORT_SYMBOL_GPL vmlinux 0xb6a194a7 firmware_request_nowarn +EXPORT_SYMBOL_GPL vmlinux 0xb6af7bd3 __fsverity_file_open +EXPORT_SYMBOL_GPL vmlinux 0xb6b28514 xas_load +EXPORT_SYMBOL_GPL vmlinux 0xb6ce05e4 dm_bio_from_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0xb6d1d7b4 clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0xb6d8c905 gpiod_enable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0xb6e6d99d clk_disable +EXPORT_SYMBOL_GPL vmlinux 0xb6ec252d regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0xb6f32a3b of_mm_gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0xb71b7b65 pm_generic_suspend +EXPORT_SYMBOL_GPL vmlinux 0xb7280e59 of_clk_set_defaults +EXPORT_SYMBOL_GPL vmlinux 0xb72acaca regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0xb7329c06 clk_set_phase +EXPORT_SYMBOL_GPL vmlinux 0xb73713d7 nvmem_add_cell_lookups +EXPORT_SYMBOL_GPL vmlinux 0xb7454d1d device_driver_attach +EXPORT_SYMBOL_GPL vmlinux 0xb74c31cd wwan_remove_port +EXPORT_SYMBOL_GPL vmlinux 0xb751828b dm_bio_get_target_bio_nr +EXPORT_SYMBOL_GPL vmlinux 0xb7589cd1 devm_hwmon_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb75dc87c ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0xb7732f97 devlink_region_create +EXPORT_SYMBOL_GPL vmlinux 0xb786bf75 pci_write_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0xb78cc0d3 crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0xb790052b xhci_update_hub_device +EXPORT_SYMBOL_GPL vmlinux 0xb7a387fc synchronize_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0xb7aff911 __traceiter_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xb7b2a49b power_supply_charge_behaviour_show +EXPORT_SYMBOL_GPL vmlinux 0xb7c15ddc dev_pm_opp_get_level +EXPORT_SYMBOL_GPL vmlinux 0xb7c69a63 unregister_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb7c91b10 __clk_hw_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0xb7cc2abd usb_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xb7d17fa0 pgtable_cache +EXPORT_SYMBOL_GPL vmlinux 0xb7d2bdfb usb_choose_configuration +EXPORT_SYMBOL_GPL vmlinux 0xb7d83d6a mptcp_token_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xb7eab117 devl_linecard_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb8015489 __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0xb8031b8c nd_region_provider_data +EXPORT_SYMBOL_GPL vmlinux 0xb81aafb2 trace_seq_path +EXPORT_SYMBOL_GPL vmlinux 0xb820404f of_device_uevent_modalias +EXPORT_SYMBOL_GPL vmlinux 0xb82948ca component_release_of +EXPORT_SYMBOL_GPL vmlinux 0xb82dd857 devm_pwm_get +EXPORT_SYMBOL_GPL vmlinux 0xb83155e7 unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0xb8339315 regulator_get_current_limit_regmap +EXPORT_SYMBOL_GPL vmlinux 0xb8364c19 gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xb8498143 genphy_c45_pma_baset1_setup_master_slave +EXPORT_SYMBOL_GPL vmlinux 0xb86aa4b3 msi_domain_first_desc +EXPORT_SYMBOL_GPL vmlinux 0xb86f406b pm_genpd_opp_to_performance_state +EXPORT_SYMBOL_GPL vmlinux 0xb883243d spi_mem_dirmap_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb88dbfce irq_set_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0xb89d5946 of_reserved_mem_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb89e69b1 jump_label_update_timeout +EXPORT_SYMBOL_GPL vmlinux 0xb8ad75e4 sfp_register_socket +EXPORT_SYMBOL_GPL vmlinux 0xb8bbf77d devm_clk_register +EXPORT_SYMBOL_GPL vmlinux 0xb8c644ab mce_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb8c68ee8 pci_msi_unmask_irq +EXPORT_SYMBOL_GPL vmlinux 0xb8cc94e5 xas_init_marks +EXPORT_SYMBOL_GPL vmlinux 0xb8cd3a7f nf_logger_put +EXPORT_SYMBOL_GPL vmlinux 0xb8dd36af sock_map_close +EXPORT_SYMBOL_GPL vmlinux 0xb8f4f2b8 crypto_register_rngs +EXPORT_SYMBOL_GPL vmlinux 0xb905a780 platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0xb90b01b2 hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0xb912560d static_key_disable +EXPORT_SYMBOL_GPL vmlinux 0xb9196e57 nvmem_del_cell_table +EXPORT_SYMBOL_GPL vmlinux 0xb9254270 to_nvdimm +EXPORT_SYMBOL_GPL vmlinux 0xb92a4374 devm_clk_bulk_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xb9381e18 device_match_any +EXPORT_SYMBOL_GPL vmlinux 0xb9387c61 nfs42_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb940d90d hte_enable_ts +EXPORT_SYMBOL_GPL vmlinux 0xb95d4b80 sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0xb9681621 xdp_do_flush +EXPORT_SYMBOL_GPL vmlinux 0xb971deef cpufreq_unregister_governor +EXPORT_SYMBOL_GPL vmlinux 0xb9789755 devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xb9803193 devm_thermal_add_hwmon_sysfs +EXPORT_SYMBOL_GPL vmlinux 0xb980dc42 tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb9852d11 __traceiter_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xb98539e6 xfrm_bpf_md_dst +EXPORT_SYMBOL_GPL vmlinux 0xb98caf9b srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xb98e5521 kvmppc_h_clear_mod +EXPORT_SYMBOL_GPL vmlinux 0xb996f124 device_wakeup_disable +EXPORT_SYMBOL_GPL vmlinux 0xb99df747 xive_native_has_queue_state_support +EXPORT_SYMBOL_GPL vmlinux 0xb9a36a44 sdio_readw +EXPORT_SYMBOL_GPL vmlinux 0xb9b9df41 usb_amd_dev_put +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9d8ff35 regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0xb9da2c2d spi_mem_poll_status +EXPORT_SYMBOL_GPL vmlinux 0xb9da8752 spi_register_controller +EXPORT_SYMBOL_GPL vmlinux 0xb9e70a6f fib_rules_dump +EXPORT_SYMBOL_GPL vmlinux 0xb9e967af dev_pm_opp_find_level_exact +EXPORT_SYMBOL_GPL vmlinux 0xba0df975 genphy_c45_pma_baset1_read_master_slave +EXPORT_SYMBOL_GPL vmlinux 0xba122332 dw_pcie_link_up +EXPORT_SYMBOL_GPL vmlinux 0xba158769 rtas_cancel_event_scan +EXPORT_SYMBOL_GPL vmlinux 0xba17e6cf pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xba28b942 pinctrl_put +EXPORT_SYMBOL_GPL vmlinux 0xba2b7f64 cpufreq_generic_get +EXPORT_SYMBOL_GPL vmlinux 0xba32f4c5 disk_uevent +EXPORT_SYMBOL_GPL vmlinux 0xba349a83 regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0xba383bb0 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0xba410cc2 regmap_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0xba478c5c blk_crypto_has_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xba4b1b3d alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0xba608a71 regulator_set_active_discharge_regmap +EXPORT_SYMBOL_GPL vmlinux 0xba6a15b8 edac_pci_handle_npe +EXPORT_SYMBOL_GPL vmlinux 0xba6eb67d __tracepoint_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xba75f7d8 ip_icmp_error_rfc4884 +EXPORT_SYMBOL_GPL vmlinux 0xba7acf1a hwmon_notify_event +EXPORT_SYMBOL_GPL vmlinux 0xba86972c irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0xba96c965 pci_assign_unassigned_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0xbaa5f3b4 scsi_dh_set_params +EXPORT_SYMBOL_GPL vmlinux 0xbaa90175 vcap_tc_flower_handler_ipv6_usage +EXPORT_SYMBOL_GPL vmlinux 0xbaaf01ba gpiochip_add_pin_range +EXPORT_SYMBOL_GPL vmlinux 0xbab9a9f0 maxim_charger_currents +EXPORT_SYMBOL_GPL vmlinux 0xbac94448 __tracepoint_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0xbacfb7f0 klp_enable_patch +EXPORT_SYMBOL_GPL vmlinux 0xbaf1b7b1 spi_mem_dirmap_create +EXPORT_SYMBOL_GPL vmlinux 0xbaf6850c fsnotify_wait_marks_destroyed +EXPORT_SYMBOL_GPL vmlinux 0xbafd2270 of_phy_provider_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbb028ad3 rcu_gp_slow_register +EXPORT_SYMBOL_GPL vmlinux 0xbb0534b4 pci_iov_virtfn_devfn +EXPORT_SYMBOL_GPL vmlinux 0xbb0a1745 ehci_suspend +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb0c817e __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0xbb24f372 __SCK__tp_func_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xbb33f7e8 clk_register_composite +EXPORT_SYMBOL_GPL vmlinux 0xbb4146b3 get_completed_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xbb4a2da0 hwrng_msleep +EXPORT_SYMBOL_GPL vmlinux 0xbb5d51fc i2c_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0xbb5f8666 genphy_c45_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0xbb6508da random_get_entropy_fallback +EXPORT_SYMBOL_GPL vmlinux 0xbb6a3cbd devlink_fmsg_arr_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xbb6c75ac xas_pause +EXPORT_SYMBOL_GPL vmlinux 0xbb6f025a asymmetric_key_generate_id +EXPORT_SYMBOL_GPL vmlinux 0xbb7195a5 xdp_warn +EXPORT_SYMBOL_GPL vmlinux 0xbb760b22 dma_resv_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xbb764745 vcap_admin_rule_count +EXPORT_SYMBOL_GPL vmlinux 0xbb7b5c15 pci_epc_get_msix +EXPORT_SYMBOL_GPL vmlinux 0xbb7c3b72 dm_audit_log_bio +EXPORT_SYMBOL_GPL vmlinux 0xbb8e17c6 gpiod_set_consumer_name +EXPORT_SYMBOL_GPL vmlinux 0xbb90245a wm8350_clear_bits +EXPORT_SYMBOL_GPL vmlinux 0xbba6e913 devm_usb_put_phy +EXPORT_SYMBOL_GPL vmlinux 0xbbc783de bio_associate_blkg_from_css +EXPORT_SYMBOL_GPL vmlinux 0xbbe11cb6 handle_untracked_irq +EXPORT_SYMBOL_GPL vmlinux 0xbbe1cae3 serial8250_do_set_mctrl +EXPORT_SYMBOL_GPL vmlinux 0xbbe5611b crc64_rocksoft_update +EXPORT_SYMBOL_GPL vmlinux 0xbbe56404 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0xbbe5cc54 rtc_update_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0xbbebf3cf vas_unregister_api_powernv +EXPORT_SYMBOL_GPL vmlinux 0xbbf24f5a sata_link_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xbbf5fe21 class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbbf669bf usb_control_msg_send +EXPORT_SYMBOL_GPL vmlinux 0xbc18d013 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0xbc314156 nop_mnt_idmap +EXPORT_SYMBOL_GPL vmlinux 0xbc3a914b tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0xbc3f2cb0 timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xbc49d6d9 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0xbc5995fb phy_reset +EXPORT_SYMBOL_GPL vmlinux 0xbc6bec66 free_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc6f356d register_user_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xbc721226 tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xbc771ce5 tpm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0xbc783034 clk_hw_determine_rate_no_reparent +EXPORT_SYMBOL_GPL vmlinux 0xbc8fe36e pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0xbcc15e75 ktime_get_coarse_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xbcdc4de1 generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbce1cb07 sk_msg_return +EXPORT_SYMBOL_GPL vmlinux 0xbce586ea vp_modern_config_vector +EXPORT_SYMBOL_GPL vmlinux 0xbcf1f0e6 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xbd06f3a9 ata_get_cmd_name +EXPORT_SYMBOL_GPL vmlinux 0xbd0abe8e auxiliary_device_init +EXPORT_SYMBOL_GPL vmlinux 0xbd0da5fd rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0xbd19666f ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0xbd280ba0 __get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0xbd2d5fb9 ata_cable_80wire +EXPORT_SYMBOL_GPL vmlinux 0xbd2d8f02 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0xbd3bbbf5 kthread_use_mm +EXPORT_SYMBOL_GPL vmlinux 0xbd3fe1e3 disable_hardirq +EXPORT_SYMBOL_GPL vmlinux 0xbd43367b dev_fill_forward_path +EXPORT_SYMBOL_GPL vmlinux 0xbd4bdd24 of_clk_hw_simple_get +EXPORT_SYMBOL_GPL vmlinux 0xbd4ef537 device_find_child_by_name +EXPORT_SYMBOL_GPL vmlinux 0xbd5a57f8 debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0xbd5b0450 genphy_c45_fast_retrain +EXPORT_SYMBOL_GPL vmlinux 0xbd5e2de7 ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0xbd7aaaee add_memory +EXPORT_SYMBOL_GPL vmlinux 0xbd836a78 fb_sys_read +EXPORT_SYMBOL_GPL vmlinux 0xbd884c02 netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0xbd89acbf of_pm_clk_add_clks +EXPORT_SYMBOL_GPL vmlinux 0xbd8e0cf4 gpiochip_line_is_valid +EXPORT_SYMBOL_GPL vmlinux 0xbd9f6fcf transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0xbda04a91 cond_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xbda20dfb debugfs_create_file_size +EXPORT_SYMBOL_GPL vmlinux 0xbdbd66fd rio_add_net +EXPORT_SYMBOL_GPL vmlinux 0xbdda1b5f vmalloc_huge +EXPORT_SYMBOL_GPL vmlinux 0xbde77761 sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xbe036832 scsi_internal_device_unblock_nowait +EXPORT_SYMBOL_GPL vmlinux 0xbe0955b9 skcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0xbe0ab358 devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0xbe15bbde vas_register_api_powernv +EXPORT_SYMBOL_GPL vmlinux 0xbe3f341a regmap_get_device +EXPORT_SYMBOL_GPL vmlinux 0xbe40e206 __traceiter_rpm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xbe4fa3e5 mbox_client_peek_data +EXPORT_SYMBOL_GPL vmlinux 0xbe567701 pci_epf_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xbe5f3d94 clear_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0xbe65a4d8 pm_runtime_no_callbacks +EXPORT_SYMBOL_GPL vmlinux 0xbe687e88 wake_up_all_idle_cpus +EXPORT_SYMBOL_GPL vmlinux 0xbe72fe43 cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0xbe78c155 blk_mq_freeze_queue_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0xbe96dfd8 of_reconfig_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbe9a83d5 dw_pcie_write +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbea63e77 klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0xbeb6688c regulator_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0xbec099d7 device_match_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xbed12b4b dma_pci_p2pdma_supported +EXPORT_SYMBOL_GPL vmlinux 0xbed50116 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0xbed9e41f ata_port_abort +EXPORT_SYMBOL_GPL vmlinux 0xbef6d24c devlink_to_dev +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf074fc6 crypto_register_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xbf0b2254 srp_rport_del +EXPORT_SYMBOL_GPL vmlinux 0xbf1cc04b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0xbf2e2e71 housekeeping_enabled +EXPORT_SYMBOL_GPL vmlinux 0xbf314b6a rhashtable_insert_slow +EXPORT_SYMBOL_GPL vmlinux 0xbf4513c3 devlink_linecard_activate +EXPORT_SYMBOL_GPL vmlinux 0xbf50ace5 dev_pm_opp_of_add_table_indexed +EXPORT_SYMBOL_GPL vmlinux 0xbf514af1 iommu_attach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0xbf5b8614 devm_clk_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xbf5e5254 tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0xbf748872 usb_match_id +EXPORT_SYMBOL_GPL vmlinux 0xbf749009 sata_async_notification +EXPORT_SYMBOL_GPL vmlinux 0xbf74faa5 devm_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xbf75292e mutex_lock_io +EXPORT_SYMBOL_GPL vmlinux 0xbf79be54 devm_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0xbf993bbe mdiobus_modify +EXPORT_SYMBOL_GPL vmlinux 0xbfb338c8 iommu_add_device +EXPORT_SYMBOL_GPL vmlinux 0xbfbc5434 pciserial_resume_ports +EXPORT_SYMBOL_GPL vmlinux 0xbfc02e04 ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xbfc076e5 ata_scsi_change_queue_depth +EXPORT_SYMBOL_GPL vmlinux 0xbfcc2b06 platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0xbfccf1c6 blk_crypto_reprogram_all_keys +EXPORT_SYMBOL_GPL vmlinux 0xbfe5616d tick_broadcast_oneshot_control +EXPORT_SYMBOL_GPL vmlinux 0xbfff60fc extcon_get_property +EXPORT_SYMBOL_GPL vmlinux 0xc008fa11 ata_dev_pair +EXPORT_SYMBOL_GPL vmlinux 0xc039331f rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xc04be746 of_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0xc04cd1cd nvmem_add_cell_table +EXPORT_SYMBOL_GPL vmlinux 0xc05ddfe4 pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0xc06198b1 hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0xc063845f of_dma_controller_free +EXPORT_SYMBOL_GPL vmlinux 0xc065072e pinctrl_enable +EXPORT_SYMBOL_GPL vmlinux 0xc065a455 cpu_core_index_of_thread +EXPORT_SYMBOL_GPL vmlinux 0xc08486a8 tpm_is_tpm2 +EXPORT_SYMBOL_GPL vmlinux 0xc0866540 vcap_port_debugfs +EXPORT_SYMBOL_GPL vmlinux 0xc088ecee nvdimm_has_cache +EXPORT_SYMBOL_GPL vmlinux 0xc088fa19 of_remove_property +EXPORT_SYMBOL_GPL vmlinux 0xc090c376 net_selftest_get_strings +EXPORT_SYMBOL_GPL vmlinux 0xc094b3d4 of_icc_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0xc09ec3aa skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0xc0a96e14 rcu_gp_is_expedited +EXPORT_SYMBOL_GPL vmlinux 0xc0b2664d devlink_dpipe_header_ipv4 +EXPORT_SYMBOL_GPL vmlinux 0xc0b99e50 usb_check_int_endpoints +EXPORT_SYMBOL_GPL vmlinux 0xc0d4147b dax_add_host +EXPORT_SYMBOL_GPL vmlinux 0xc0d94d5f virtqueue_get_vring +EXPORT_SYMBOL_GPL vmlinux 0xc0dcb59e edac_layer_name +EXPORT_SYMBOL_GPL vmlinux 0xc0e45423 serial8250_em485_config +EXPORT_SYMBOL_GPL vmlinux 0xc0f0458a ip_tunnel_unneed_metadata +EXPORT_SYMBOL_GPL vmlinux 0xc0f05162 em_pd_get +EXPORT_SYMBOL_GPL vmlinux 0xc0f98801 devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc1086e0c sysrq_toggle_support +EXPORT_SYMBOL_GPL vmlinux 0xc10acf92 sbitmap_show +EXPORT_SYMBOL_GPL vmlinux 0xc1202463 iommu_device_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xc1280aca ata_sff_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xc129c708 pinctrl_dev_get_devname +EXPORT_SYMBOL_GPL vmlinux 0xc129f6b9 nvdimm_bus_add_badrange +EXPORT_SYMBOL_GPL vmlinux 0xc12fd8a5 __sock_recv_cmsgs +EXPORT_SYMBOL_GPL vmlinux 0xc13538a4 register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0xc135eecd iomap_seek_hole +EXPORT_SYMBOL_GPL vmlinux 0xc148f5ed pci_epc_bme_notify +EXPORT_SYMBOL_GPL vmlinux 0xc152fe33 srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0xc15ca47a pci_find_host_bridge +EXPORT_SYMBOL_GPL vmlinux 0xc1743430 cpuidle_disable_device +EXPORT_SYMBOL_GPL vmlinux 0xc174c65b dw_pcie_ep_init_complete +EXPORT_SYMBOL_GPL vmlinux 0xc17515d7 usb_hcds_loaded +EXPORT_SYMBOL_GPL vmlinux 0xc18edb2e ata_pci_device_do_suspend +EXPORT_SYMBOL_GPL vmlinux 0xc19b2437 __tracepoint_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc19dd805 sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0xc1a7bafb md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0xc1c58063 of_property_read_variable_u32_array +EXPORT_SYMBOL_GPL vmlinux 0xc1d7e9a9 device_property_present +EXPORT_SYMBOL_GPL vmlinux 0xc1e1b868 da903x_clr_bits +EXPORT_SYMBOL_GPL vmlinux 0xc1e6986e interval_tree_span_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xc1ed9c89 cpu_latency_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xc1f5801d irq_domain_free_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xc1f8827c iommu_device_unlink +EXPORT_SYMBOL_GPL vmlinux 0xc2054c45 create_signature +EXPORT_SYMBOL_GPL vmlinux 0xc2231ee3 fixed_phy_change_carrier +EXPORT_SYMBOL_GPL vmlinux 0xc223afcf extcon_set_state_sync +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc2368ea5 ata_xfer_mask2mode +EXPORT_SYMBOL_GPL vmlinux 0xc253cbc2 fw_devlink_purge_absent_suppliers +EXPORT_SYMBOL_GPL vmlinux 0xc2618ec3 sfp_bus_add_upstream +EXPORT_SYMBOL_GPL vmlinux 0xc268e032 iommu_fwspec_init +EXPORT_SYMBOL_GPL vmlinux 0xc2692173 wakeup_sources_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xc2747922 ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc289e46d cpufreq_generic_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xc294c45a dev_pm_opp_get_power +EXPORT_SYMBOL_GPL vmlinux 0xc29ec9ba genphy_c45_read_eee_abilities +EXPORT_SYMBOL_GPL vmlinux 0xc2a47338 get_net_ns +EXPORT_SYMBOL_GPL vmlinux 0xc2a814db tcp_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xc2ac1b9a fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0xc2ad77f1 unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xc2c01cfd xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0xc2c14388 led_sysfs_disable +EXPORT_SYMBOL_GPL vmlinux 0xc2c1c427 perf_event_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc2c275ff opal_poll_events +EXPORT_SYMBOL_GPL vmlinux 0xc2cae9e1 thermal_cooling_device_update +EXPORT_SYMBOL_GPL vmlinux 0xc2d55962 work_on_cpu_key +EXPORT_SYMBOL_GPL vmlinux 0xc2dca8f0 genphy_c45_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0xc2de79c0 extract_iter_to_sg +EXPORT_SYMBOL_GPL vmlinux 0xc2e0ac5e __traceiter_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0xc2e58cf8 pinctrl_generic_get_group_name +EXPORT_SYMBOL_GPL vmlinux 0xc2e5e2c1 serial8250_read_char +EXPORT_SYMBOL_GPL vmlinux 0xc2e88fd1 wwan_get_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0xc2f97763 relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0xc2ff5c9b vcap_get_rule_count_by_cookie +EXPORT_SYMBOL_GPL vmlinux 0xc3124f91 regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0xc3166f00 io_uring_cmd_import_fixed +EXPORT_SYMBOL_GPL vmlinux 0xc31b536c __auxiliary_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xc3355e9b class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc353ecfd rio_unregister_mport +EXPORT_SYMBOL_GPL vmlinux 0xc36a25a1 dev_coredumpv +EXPORT_SYMBOL_GPL vmlinux 0xc3708747 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc3805cd1 fs_ftype_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0xc383b88f dma_need_sync +EXPORT_SYMBOL_GPL vmlinux 0xc386fa5c device_create_managed_software_node +EXPORT_SYMBOL_GPL vmlinux 0xc38f7a5c blk_mq_quiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0xc3944258 trace_seq_putmem_hex +EXPORT_SYMBOL_GPL vmlinux 0xc3955cb0 hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0xc3997d9d mpi_read_raw_from_sgl +EXPORT_SYMBOL_GPL vmlinux 0xc39c9631 crypto_grab_spawn +EXPORT_SYMBOL_GPL vmlinux 0xc3aaeab1 get_device_system_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0xc3b40705 regulator_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xc3b47825 rcu_async_relax +EXPORT_SYMBOL_GPL vmlinux 0xc3c4c6cc hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0xc3c53f35 of_request_module +EXPORT_SYMBOL_GPL vmlinux 0xc3d2fcbd __ndisc_fill_addr_option +EXPORT_SYMBOL_GPL vmlinux 0xc3de65ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc3ea5305 iommu_default_passthrough +EXPORT_SYMBOL_GPL vmlinux 0xc3f0ecf8 gpiochip_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0xc3f82c3f srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0xc4020eb0 fuse_mount_remove +EXPORT_SYMBOL_GPL vmlinux 0xc4068b58 pci_test_config_bits +EXPORT_SYMBOL_GPL vmlinux 0xc408d954 crypto_akcipher_sync_post +EXPORT_SYMBOL_GPL vmlinux 0xc40b2d0c ethnl_cable_test_fault_length +EXPORT_SYMBOL_GPL vmlinux 0xc412fdf3 radix__flush_all_lpid +EXPORT_SYMBOL_GPL vmlinux 0xc426c51f klp_shadow_free_all +EXPORT_SYMBOL_GPL vmlinux 0xc4273b84 register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0xc428068d sata_deb_timing_long +EXPORT_SYMBOL_GPL vmlinux 0xc42e36a3 crypto_unregister_rngs +EXPORT_SYMBOL_GPL vmlinux 0xc42fa61e switch_pmu_to_guest +EXPORT_SYMBOL_GPL vmlinux 0xc439e4c9 blk_queue_can_use_dma_map_merging +EXPORT_SYMBOL_GPL vmlinux 0xc43afacb __blk_req_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0xc43b208b fib_add_nexthop +EXPORT_SYMBOL_GPL vmlinux 0xc44429c3 __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xc44762d6 iomap_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0xc4492e59 nvdimm_region_notify +EXPORT_SYMBOL_GPL vmlinux 0xc44afc48 pse_ethtool_set_config +EXPORT_SYMBOL_GPL vmlinux 0xc454fc7b twl_get_type +EXPORT_SYMBOL_GPL vmlinux 0xc46324f6 dynevent_create +EXPORT_SYMBOL_GPL vmlinux 0xc46b5e00 btree_merge +EXPORT_SYMBOL_GPL vmlinux 0xc471c67a twl4030_audio_disable_resource +EXPORT_SYMBOL_GPL vmlinux 0xc474ce10 ata_bmdma_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xc4840b62 pwm_capture +EXPORT_SYMBOL_GPL vmlinux 0xc4850676 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0xc48b5411 inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0xc4a31146 rdma_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc4a69f60 devfreq_event_set_event +EXPORT_SYMBOL_GPL vmlinux 0xc4a6b2a0 wbc_attach_and_unlock_inode +EXPORT_SYMBOL_GPL vmlinux 0xc4a72936 trusted_tpm_send +EXPORT_SYMBOL_GPL vmlinux 0xc4d11e68 dev_pm_opp_put_opp_table +EXPORT_SYMBOL_GPL vmlinux 0xc4db0eba perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc4edcb00 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0xc4f004a7 dma_release_channel +EXPORT_SYMBOL_GPL vmlinux 0xc4f0da12 ktime_get_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xc51d67a3 genphy_c45_read_lpa +EXPORT_SYMBOL_GPL vmlinux 0xc53b2daf perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0xc54250e2 __of_reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xc54aad12 sdio_writeb +EXPORT_SYMBOL_GPL vmlinux 0xc551de2d skcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0xc5604800 clk_set_rate_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xc569d8ce __clk_get_name +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc5777fca linear_range_get_selector_low_array +EXPORT_SYMBOL_GPL vmlinux 0xc5779e33 rtc_class_close +EXPORT_SYMBOL_GPL vmlinux 0xc58808d6 trace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0xc58a3ee6 icc_node_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc58ce483 pm_runtime_barrier +EXPORT_SYMBOL_GPL vmlinux 0xc594a8a1 fuse_dev_fiq_ops +EXPORT_SYMBOL_GPL vmlinux 0xc5a22bc5 crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xc5a5c678 uart_parse_earlycon +EXPORT_SYMBOL_GPL vmlinux 0xc5a99d6a misc_cg_uncharge +EXPORT_SYMBOL_GPL vmlinux 0xc5ca4ab9 blk_set_pm_only +EXPORT_SYMBOL_GPL vmlinux 0xc5ee9297 sk_msg_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc601d4eb ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xc606cd3c boot_cpuid +EXPORT_SYMBOL_GPL vmlinux 0xc612c55e raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc618e64f devm_phy_optional_get +EXPORT_SYMBOL_GPL vmlinux 0xc6250576 ZSTD_isError +EXPORT_SYMBOL_GPL vmlinux 0xc62611e1 scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0xc6299625 rht_bucket_nested_insert +EXPORT_SYMBOL_GPL vmlinux 0xc636d60f __tracepoint_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xc64e00ab cpuidle_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xc64fd66a add_hwgenerator_randomness +EXPORT_SYMBOL_GPL vmlinux 0xc650244a cpufreq_cpu_get_raw +EXPORT_SYMBOL_GPL vmlinux 0xc658d5b0 pci_dev_trylock +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc66db456 crypto_register_templates +EXPORT_SYMBOL_GPL vmlinux 0xc672cdbc sysfs_unbreak_active_protection +EXPORT_SYMBOL_GPL vmlinux 0xc672d3d4 synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xc6779093 ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xc677b70b pm_runtime_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0xc67a725a led_set_brightness_nosleep +EXPORT_SYMBOL_GPL vmlinux 0xc681e091 vcap_find_admin +EXPORT_SYMBOL_GPL vmlinux 0xc68c41d6 __SCK__tp_func_ata_bmdma_setup +EXPORT_SYMBOL_GPL vmlinux 0xc68f9cec usb_driver_claim_interface +EXPORT_SYMBOL_GPL vmlinux 0xc697b0f7 nvmem_device_read +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc6a4a872 __clk_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xc6b20cff blk_crypto_update_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xc6b72cf4 static_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0xc6bfdf27 stmpe_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xc6d220d1 rtas_busy_delay +EXPORT_SYMBOL_GPL vmlinux 0xc6d5b963 list_lru_walk_one +EXPORT_SYMBOL_GPL vmlinux 0xc6da95c3 xfrm_state_afinfo_get_rcu +EXPORT_SYMBOL_GPL vmlinux 0xc6e5bcf3 linear_range_get_selector_within +EXPORT_SYMBOL_GPL vmlinux 0xc6ebb4ef regulator_suspend_disable +EXPORT_SYMBOL_GPL vmlinux 0xc6ecd63c crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0xc6eea6bc ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0xc6eeedfc tpm_chip_bootstrap +EXPORT_SYMBOL_GPL vmlinux 0xc6efbb62 misc_cg_try_charge +EXPORT_SYMBOL_GPL vmlinux 0xc70127f4 ata_pci_remove_one +EXPORT_SYMBOL_GPL vmlinux 0xc7103252 vcap_tc_flower_handler_tcp_usage +EXPORT_SYMBOL_GPL vmlinux 0xc7333de1 pinmux_generic_remove_function +EXPORT_SYMBOL_GPL vmlinux 0xc74a3183 usb_device_match_id +EXPORT_SYMBOL_GPL vmlinux 0xc751ca52 devm_gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0xc7568833 bpf_preload_ops +EXPORT_SYMBOL_GPL vmlinux 0xc75e50b6 crypto_unregister_rng +EXPORT_SYMBOL_GPL vmlinux 0xc765b7f7 crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0xc7685b60 sched_numa_find_nth_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc773ed3e irq_chip_disable_parent +EXPORT_SYMBOL_GPL vmlinux 0xc77f5805 kthread_mod_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7a7e770 clk_bulk_enable +EXPORT_SYMBOL_GPL vmlinux 0xc7ab9e75 devm_nvdimm_memremap +EXPORT_SYMBOL_GPL vmlinux 0xc7b29c9c lwtunnel_build_state +EXPORT_SYMBOL_GPL vmlinux 0xc7b3e911 pci_epc_linkup +EXPORT_SYMBOL_GPL vmlinux 0xc7c31891 clean_acked_data_disable +EXPORT_SYMBOL_GPL vmlinux 0xc7c88599 sdio_retune_hold_now +EXPORT_SYMBOL_GPL vmlinux 0xc7e376d4 klist_next +EXPORT_SYMBOL_GPL vmlinux 0xc7e64fc2 asn1_encode_integer +EXPORT_SYMBOL_GPL vmlinux 0xc7e9bf13 lwtunnel_encap_del_ops +EXPORT_SYMBOL_GPL vmlinux 0xc7f1ecd8 devm_clk_hw_register_fixed_factor_parent_hw +EXPORT_SYMBOL_GPL vmlinux 0xc7f5fde8 aead_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xc7f99ed2 pci_epc_map_addr +EXPORT_SYMBOL_GPL vmlinux 0xc7fa4aa9 kobj_ns_drop +EXPORT_SYMBOL_GPL vmlinux 0xc82b3a88 __SCK__tp_func_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xc82c721f klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xc84bf0ba led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0xc8594d3d reset_control_acquire +EXPORT_SYMBOL_GPL vmlinux 0xc86d3544 pci_find_bus_by_node +EXPORT_SYMBOL_GPL vmlinux 0xc8847930 security_file_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xc88b8eff ata_pci_shutdown_one +EXPORT_SYMBOL_GPL vmlinux 0xc8902618 __srcu_read_lock_nmisafe +EXPORT_SYMBOL_GPL vmlinux 0xc893d12f crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0xc89e0e2f sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0xc8ae9d42 dev_pm_qos_flags +EXPORT_SYMBOL_GPL vmlinux 0xc8cabbfa __traceiter_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0xc8dd8a3a tpm2_get_tpm_pt +EXPORT_SYMBOL_GPL vmlinux 0xc8ddd5b5 kstrdup_quotable +EXPORT_SYMBOL_GPL vmlinux 0xc8df205a mmc_pwrseq_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc8e511fa clk_mux_ops +EXPORT_SYMBOL_GPL vmlinux 0xc8eb32d0 pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0xc8ff803f xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0xc9064dba fwnode_handle_get +EXPORT_SYMBOL_GPL vmlinux 0xc90723bd usb_set_device_state +EXPORT_SYMBOL_GPL vmlinux 0xc90b3937 pm_genpd_add_device +EXPORT_SYMBOL_GPL vmlinux 0xc91fdf58 percpu_ref_is_zero +EXPORT_SYMBOL_GPL vmlinux 0xc93ee1e7 usb_phy_roothub_init +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc9641b48 visitor32 +EXPORT_SYMBOL_GPL vmlinux 0xc9644070 evict_inodes +EXPORT_SYMBOL_GPL vmlinux 0xc9715630 __SCK__tp_func_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xc97913e9 regulator_allow_bypass +EXPORT_SYMBOL_GPL vmlinux 0xc9827693 __bpf_call_base +EXPORT_SYMBOL_GPL vmlinux 0xc9900f89 noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0xc997f938 pwm_apply_state +EXPORT_SYMBOL_GPL vmlinux 0xc9a0208a device_find_child +EXPORT_SYMBOL_GPL vmlinux 0xc9ac62bc pcibios_map_io_space +EXPORT_SYMBOL_GPL vmlinux 0xc9acbdbb pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0xc9c56873 perf_trace_buf_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc9c6a27a xive_native_set_queue_state +EXPORT_SYMBOL_GPL vmlinux 0xc9ceea06 clk_has_parent +EXPORT_SYMBOL_GPL vmlinux 0xc9dd61dc ata_host_alloc_pinfo +EXPORT_SYMBOL_GPL vmlinux 0xc9dfcce9 debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0xc9e26453 tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9f0c6b9 clk_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xc9f47a8b rdev_get_name +EXPORT_SYMBOL_GPL vmlinux 0xc9fd634a usb_role_switch_put +EXPORT_SYMBOL_GPL vmlinux 0xca028102 nf_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0xca16e6fe thermal_zone_bind_cooling_device +EXPORT_SYMBOL_GPL vmlinux 0xca17cfc5 crypto_hash_alg_has_setkey +EXPORT_SYMBOL_GPL vmlinux 0xca1e11af switchdev_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0xca207875 devm_register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xca412e78 usb_get_urb +EXPORT_SYMBOL_GPL vmlinux 0xca454a34 vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0xca4b5c51 idr_remove +EXPORT_SYMBOL_GPL vmlinux 0xca500464 ZSTD_getErrorName +EXPORT_SYMBOL_GPL vmlinux 0xca615ad2 pci_generic_config_write +EXPORT_SYMBOL_GPL vmlinux 0xca7683c6 mddev_init_writes_pending +EXPORT_SYMBOL_GPL vmlinux 0xca7b204f devm_hwspin_lock_register +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca7decf9 i2c_recover_bus +EXPORT_SYMBOL_GPL vmlinux 0xca94bf41 btree_last +EXPORT_SYMBOL_GPL vmlinux 0xca9a1d5e ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0xcaa68fb3 ata_do_dev_read_id +EXPORT_SYMBOL_GPL vmlinux 0xcabe04de cpuidle_resume_and_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcac1123e ata_dummy_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xcac413ae mdiobus_c45_modify +EXPORT_SYMBOL_GPL vmlinux 0xcacbf994 sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0xcad5ac0a spi_new_ancillary_device +EXPORT_SYMBOL_GPL vmlinux 0xcadab7df blkg_rwstat_exit +EXPORT_SYMBOL_GPL vmlinux 0xcaf09de5 usb_hcd_is_primary_hcd +EXPORT_SYMBOL_GPL vmlinux 0xcaf6272b pm_generic_freeze +EXPORT_SYMBOL_GPL vmlinux 0xcb01a686 pinctrl_generic_add_group +EXPORT_SYMBOL_GPL vmlinux 0xcb1662d0 devm_power_supply_get_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xcb1a25a1 __traceiter_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0xcb1c838e dev_pm_opp_put +EXPORT_SYMBOL_GPL vmlinux 0xcb1e8281 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0xcb2bfe2b nvmem_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xcb309e0d __rio_local_write_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xcb35b79b vp_legacy_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0xcb4a7d9b public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0xcb50571b crypto_clone_ahash +EXPORT_SYMBOL_GPL vmlinux 0xcb51d360 __platform_register_drivers +EXPORT_SYMBOL_GPL vmlinux 0xcb52d4eb bio_trim +EXPORT_SYMBOL_GPL vmlinux 0xcb552ae0 devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0xcb561441 mem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0xcb669ce5 register_wide_hw_breakpoint +EXPORT_SYMBOL_GPL vmlinux 0xcb6e94e4 devfreq_event_enable_edev +EXPORT_SYMBOL_GPL vmlinux 0xcb86e3d2 tty_port_default_client_ops +EXPORT_SYMBOL_GPL vmlinux 0xcb975c61 alloc_dax +EXPORT_SYMBOL_GPL vmlinux 0xcb9d8c4b perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0xcb9df27d netdev_walk_all_lower_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0xcba6c897 pm_wakeup_ws_event +EXPORT_SYMBOL_GPL vmlinux 0xcbb40110 cpufreq_dbs_governor_limits +EXPORT_SYMBOL_GPL vmlinux 0xcbc7d5a3 ata_std_qc_defer +EXPORT_SYMBOL_GPL vmlinux 0xcbcd4e6a vp_modern_set_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0xcbe19aed vp_modern_set_features +EXPORT_SYMBOL_GPL vmlinux 0xcbe56bc2 zs_get_total_pages +EXPORT_SYMBOL_GPL vmlinux 0xcbedb084 blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0xcbf34e6b devlink_port_fini +EXPORT_SYMBOL_GPL vmlinux 0xcc02a49c mas_prev_range +EXPORT_SYMBOL_GPL vmlinux 0xcc0a0975 __auxiliary_device_add +EXPORT_SYMBOL_GPL vmlinux 0xcc195d50 tcp_abort +EXPORT_SYMBOL_GPL vmlinux 0xcc1e9524 crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0xcc228973 perf_aux_output_begin +EXPORT_SYMBOL_GPL vmlinux 0xcc2a394e sdio_writeb_readb +EXPORT_SYMBOL_GPL vmlinux 0xcc2bf1e8 tracing_snapshot_cond +EXPORT_SYMBOL_GPL vmlinux 0xcc2fd4a6 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0xcc39c03e nvmem_unregister +EXPORT_SYMBOL_GPL vmlinux 0xcc445fb7 crypto_inst_setname +EXPORT_SYMBOL_GPL vmlinux 0xcc4ab712 phy_set_mode_ext +EXPORT_SYMBOL_GPL vmlinux 0xcc4bca4a i2c_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xcc4c6c31 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0xcc6dc76c power_supply_set_battery_charged +EXPORT_SYMBOL_GPL vmlinux 0xcc9268fc hwpoison_filter_enable +EXPORT_SYMBOL_GPL vmlinux 0xcc935375 walk_iomem_res_desc +EXPORT_SYMBOL_GPL vmlinux 0xcc9a6e3e pfn_to_online_page +EXPORT_SYMBOL_GPL vmlinux 0xcca08406 sdio_memcpy_fromio +EXPORT_SYMBOL_GPL vmlinux 0xcca4ba40 pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xccabde6f crc64_rocksoft_generic +EXPORT_SYMBOL_GPL vmlinux 0xccacf6ad strp_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xccb905f6 balance_dirty_pages_ratelimited_flags +EXPORT_SYMBOL_GPL vmlinux 0xcccaa745 md_start +EXPORT_SYMBOL_GPL vmlinux 0xcccfb2fa sata_deb_timing_hotplug +EXPORT_SYMBOL_GPL vmlinux 0xccd86806 ata_id_string +EXPORT_SYMBOL_GPL vmlinux 0xccdb3a0e memunmap_pages +EXPORT_SYMBOL_GPL vmlinux 0xcce81f82 gpiod_toggle_active_low +EXPORT_SYMBOL_GPL vmlinux 0xccea9e7e dm_table_device_name +EXPORT_SYMBOL_GPL vmlinux 0xccf52bc9 sfp_upstream_start +EXPORT_SYMBOL_GPL vmlinux 0xcd068d10 hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0xcd195827 gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0xcd24e146 hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0xcd262586 usb_create_shared_hcd +EXPORT_SYMBOL_GPL vmlinux 0xcd2891ef inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xcd298824 wm8350_reg_unlock +EXPORT_SYMBOL_GPL vmlinux 0xcd31f119 crypto_unregister_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xcd4c160c debugfs_create_ulong +EXPORT_SYMBOL_GPL vmlinux 0xcd4d13a9 nvdimm_flush +EXPORT_SYMBOL_GPL vmlinux 0xcd4fd7a9 devm_hwmon_sanitize_name +EXPORT_SYMBOL_GPL vmlinux 0xcd518bfa of_usb_update_otg_caps +EXPORT_SYMBOL_GPL vmlinux 0xcd5f953a key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0xcd6f2dc9 nf_log_buf_add +EXPORT_SYMBOL_GPL vmlinux 0xcd91444a xfrm_dev_offload_ok +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcd974f00 rcu_all_qs +EXPORT_SYMBOL_GPL vmlinux 0xcd9cd2ff wakeme_after_rcu +EXPORT_SYMBOL_GPL vmlinux 0xcda0ae42 finish_rcuwait +EXPORT_SYMBOL_GPL vmlinux 0xcda61478 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0xcda7734d platform_unregister_drivers +EXPORT_SYMBOL_GPL vmlinux 0xcda95880 debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0xcdb6adcc ras_userspace_consumers +EXPORT_SYMBOL_GPL vmlinux 0xcdc76596 regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdd1a841 xive_tima +EXPORT_SYMBOL_GPL vmlinux 0xcddc14cc put_pid +EXPORT_SYMBOL_GPL vmlinux 0xcdfa15aa cpu_remove_dev_attr +EXPORT_SYMBOL_GPL vmlinux 0xcdfda79e trace_put_event_file +EXPORT_SYMBOL_GPL vmlinux 0xce32b42a __clk_mux_determine_rate +EXPORT_SYMBOL_GPL vmlinux 0xce36e96c _proc_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xce3b0281 dev_pm_clear_wake_irq +EXPORT_SYMBOL_GPL vmlinux 0xce42b87a pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xce4bc00d raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xce4c5c9e skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0xce4e80f3 disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xce565d1e crypto_skcipher_setkey +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce76342f devm_kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0xce8f43ce phy_check_downshift +EXPORT_SYMBOL_GPL vmlinux 0xcea2dccc devl_rate_node_create +EXPORT_SYMBOL_GPL vmlinux 0xcea5ff1d mmu_interval_read_begin +EXPORT_SYMBOL_GPL vmlinux 0xceab3d49 dax_recovery_write +EXPORT_SYMBOL_GPL vmlinux 0xceb1f126 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xceb4b99c klist_prev +EXPORT_SYMBOL_GPL vmlinux 0xced7e562 perf_get_aux +EXPORT_SYMBOL_GPL vmlinux 0xced97159 tps6586x_get_version +EXPORT_SYMBOL_GPL vmlinux 0xcee1641c kgdb_unregister_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xcee88e7a of_overlay_fdt_apply +EXPORT_SYMBOL_GPL vmlinux 0xcef48538 switchdev_handle_fdb_event_to_device +EXPORT_SYMBOL_GPL vmlinux 0xceff6724 badblocks_check +EXPORT_SYMBOL_GPL vmlinux 0xcf133159 alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0xcf28f55e trace_clock_global +EXPORT_SYMBOL_GPL vmlinux 0xcf366acd devfreq_cooling_em_register +EXPORT_SYMBOL_GPL vmlinux 0xcf4c6a42 register_btf_kfunc_id_set +EXPORT_SYMBOL_GPL vmlinux 0xcf5dfd15 umd_unload_blob +EXPORT_SYMBOL_GPL vmlinux 0xcf760783 irq_create_mapping_affinity +EXPORT_SYMBOL_GPL vmlinux 0xcf7f69bb sysfs_remove_device_from_node +EXPORT_SYMBOL_GPL vmlinux 0xcf8ea5d1 invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0xcfa33073 __irq_alloc_domain_generic_chips +EXPORT_SYMBOL_GPL vmlinux 0xcfab4fd5 crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0xcfacd2ea power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0xcfb722ac udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xcfc5108a devlink_fmsg_u8_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xcfc7b4e4 rcu_barrier_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0xcfcf3899 nvdimm_badblocks_populate +EXPORT_SYMBOL_GPL vmlinux 0xcfd0c474 cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0xcfdbb463 wm8350_gpio_config +EXPORT_SYMBOL_GPL vmlinux 0xcfe13330 ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0xcff120e8 regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0xd01c26d2 devfreq_event_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xd01e94ee of_clk_hw_onecell_get +EXPORT_SYMBOL_GPL vmlinux 0xd0202823 pinctrl_lookup_state +EXPORT_SYMBOL_GPL vmlinux 0xd024c482 evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0xd026e384 bpf_prog_free +EXPORT_SYMBOL_GPL vmlinux 0xd03398ad i2c_match_id +EXPORT_SYMBOL_GPL vmlinux 0xd03b74a5 rio_unregister_scan +EXPORT_SYMBOL_GPL vmlinux 0xd03eaf4c schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0xd0462107 cpufreq_dbs_governor_exit +EXPORT_SYMBOL_GPL vmlinux 0xd04aedfd __SCK__tp_func_arm_event +EXPORT_SYMBOL_GPL vmlinux 0xd0586bbf vcap_tc_flower_handler_portnum_usage +EXPORT_SYMBOL_GPL vmlinux 0xd05a4798 nvmem_cell_read_variable_le_u64 +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd0686cd4 rcuref_put_slowpath +EXPORT_SYMBOL_GPL vmlinux 0xd09ba6ea devres_add +EXPORT_SYMBOL_GPL vmlinux 0xd09f589d debugfs_attr_write +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0c30d37 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0xd0c61e3d hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0xd0d97a33 usb_register_dev +EXPORT_SYMBOL_GPL vmlinux 0xd0db0f12 run_dax +EXPORT_SYMBOL_GPL vmlinux 0xd0e2cf88 shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0xd0f79acf rdev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0xd0ffa1c6 of_genpd_parse_idle_states +EXPORT_SYMBOL_GPL vmlinux 0xd1085e9c virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0xd1099cee cpufreq_driver_resolve_freq +EXPORT_SYMBOL_GPL vmlinux 0xd113862d clk_register_fixed_rate +EXPORT_SYMBOL_GPL vmlinux 0xd11a3d46 skb_clone_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xd1262886 rtas_data_buf +EXPORT_SYMBOL_GPL vmlinux 0xd137d08f fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0xd13a32b4 wwan_put_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0xd1481de7 mpi_clear +EXPORT_SYMBOL_GPL vmlinux 0xd155e4cf usb_alloc_urb +EXPORT_SYMBOL_GPL vmlinux 0xd157d20f mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd159586c net_prio_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xd15b5013 debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0xd15bc84a usb_deregister_dev +EXPORT_SYMBOL_GPL vmlinux 0xd15bdccd rtc_alarm_irq_enable +EXPORT_SYMBOL_GPL vmlinux 0xd1691735 wm831x_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xd177bdf4 kthread_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0xd18ea2ef thermal_zone_get_offset +EXPORT_SYMBOL_GPL vmlinux 0xd192671e show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0xd19512ad irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0xd19baef9 gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0xd1a9ca15 __SCK__tp_func_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xd1b207e5 percpu_up_write +EXPORT_SYMBOL_GPL vmlinux 0xd1c3fb44 vcap_free_rule +EXPORT_SYMBOL_GPL vmlinux 0xd1c9b531 debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0xd1cbc23c add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0xd1d0a11d ptp_msg_is_sync +EXPORT_SYMBOL_GPL vmlinux 0xd1d2f452 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xd1d3b0df input_ff_flush +EXPORT_SYMBOL_GPL vmlinux 0xd1dbe4f8 serdev_device_write_buf +EXPORT_SYMBOL_GPL vmlinux 0xd1f2eee2 nf_logger_find_get +EXPORT_SYMBOL_GPL vmlinux 0xd1f988a2 wm8350_reg_lock +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd21b61bd async_schedule_node_domain +EXPORT_SYMBOL_GPL vmlinux 0xd21bc9e9 of_msi_get_domain +EXPORT_SYMBOL_GPL vmlinux 0xd21f1d35 __SCK__tp_func_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0xd222b89e tpmm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd255a55c usb_enable_intel_xhci_ports +EXPORT_SYMBOL_GPL vmlinux 0xd260af0d ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0xd271155f transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd27f707c device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0xd284216d clk_hw_unregister_gate +EXPORT_SYMBOL_GPL vmlinux 0xd287f0b8 synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xd29c1f10 __traceiter_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0xd2a2d0d9 crypto_register_scomps +EXPORT_SYMBOL_GPL vmlinux 0xd2a822c7 pseries_reloc_on_exception +EXPORT_SYMBOL_GPL vmlinux 0xd2b10a05 ata_timing_find_mode +EXPORT_SYMBOL_GPL vmlinux 0xd2b3d9be virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0xd2b7c10f folio_wait_writeback_killable +EXPORT_SYMBOL_GPL vmlinux 0xd2c5e192 rtnl_get_net_ns_capable +EXPORT_SYMBOL_GPL vmlinux 0xd2d7e59b unregister_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0xd2e46054 extcon_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xd3079246 vp_modern_set_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0xd30af4a5 devl_port_register_with_ops +EXPORT_SYMBOL_GPL vmlinux 0xd310badf fwnode_graph_get_remote_port +EXPORT_SYMBOL_GPL vmlinux 0xd3124989 debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0xd3194e08 unregister_trace_event +EXPORT_SYMBOL_GPL vmlinux 0xd319c15d pm_generic_resume +EXPORT_SYMBOL_GPL vmlinux 0xd31a2ac5 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xd320ebaf pci_epc_get_first_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xd3229a3b pci_traverse_device_nodes +EXPORT_SYMBOL_GPL vmlinux 0xd33139ce acct_bioset_init +EXPORT_SYMBOL_GPL vmlinux 0xd34e28c4 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0xd34eacad usb_string +EXPORT_SYMBOL_GPL vmlinux 0xd35402c4 devm_gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0xd3589162 cpufreq_cooling_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd36760ef __usb_get_extra_descriptor +EXPORT_SYMBOL_GPL vmlinux 0xd36cd086 sdio_readl +EXPORT_SYMBOL_GPL vmlinux 0xd3777e22 devl_trap_policers_register +EXPORT_SYMBOL_GPL vmlinux 0xd37835f6 serdev_device_close +EXPORT_SYMBOL_GPL vmlinux 0xd3875de5 iommu_present +EXPORT_SYMBOL_GPL vmlinux 0xd38ba183 devlink_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd39e9848 put_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xd3a7a6f0 blkcg_root_css +EXPORT_SYMBOL_GPL vmlinux 0xd3eaf1ed devlink_dpipe_entry_clear +EXPORT_SYMBOL_GPL vmlinux 0xd3ec851c __traceiter_unmap +EXPORT_SYMBOL_GPL vmlinux 0xd3f0cd42 misc_cg_res_total_usage +EXPORT_SYMBOL_GPL vmlinux 0xd3f30cdf __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd3f38a3e phy_power_on +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4104e0d subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0xd4149024 rio_mport_chk_dev_access +EXPORT_SYMBOL_GPL vmlinux 0xd426bc6e pci_hp_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd42f1d4e show_rcu_tasks_rude_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd43387d4 failover_register +EXPORT_SYMBOL_GPL vmlinux 0xd43e0fce mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0xd44a5eac kgdb_register_nmi_console +EXPORT_SYMBOL_GPL vmlinux 0xd44ab1a6 sata_pmp_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xd454fbaf dma_resv_set_deadline +EXPORT_SYMBOL_GPL vmlinux 0xd458a12b inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xd45b97eb blk_revalidate_disk_zones +EXPORT_SYMBOL_GPL vmlinux 0xd45c5790 spi_mem_supports_op +EXPORT_SYMBOL_GPL vmlinux 0xd4690461 regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0xd477ca5d __virtqueue_unbreak +EXPORT_SYMBOL_GPL vmlinux 0xd47a0a43 nvdimm_bus_check_dimm_count +EXPORT_SYMBOL_GPL vmlinux 0xd47f777e pcibios_alloc_controller +EXPORT_SYMBOL_GPL vmlinux 0xd47fcac2 of_property_read_string_helper +EXPORT_SYMBOL_GPL vmlinux 0xd48a9773 drop_reasons_register_subsys +EXPORT_SYMBOL_GPL vmlinux 0xd4935851 __SCK__tp_func_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0xd4a863ef akcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0xd4a994d6 blk_mq_update_nr_hw_queues +EXPORT_SYMBOL_GPL vmlinux 0xd4a9d18e led_trigger_unregister_simple +EXPORT_SYMBOL_GPL vmlinux 0xd4aeaef3 decrementers_next_tb +EXPORT_SYMBOL_GPL vmlinux 0xd4b6157e devlink_health_reporter_recovery_done +EXPORT_SYMBOL_GPL vmlinux 0xd4b9a616 reset_control_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xd4bb1203 fuse_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4c530fa phy_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0xd4c69b5a __traceiter_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0xd4cbdbe3 __SCK__tp_func_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xd4ce9c0b mctrl_gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xd4e313db __mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0xd4e6d7e0 linear_range_get_value +EXPORT_SYMBOL_GPL vmlinux 0xd4efba44 proc_douintvec_minmax +EXPORT_SYMBOL_GPL vmlinux 0xd4f0eb66 ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0xd4fa1907 gov_attr_set_put +EXPORT_SYMBOL_GPL vmlinux 0xd5208845 blk_mq_sched_try_merge +EXPORT_SYMBOL_GPL vmlinux 0xd525c18d sk_msg_is_readable +EXPORT_SYMBOL_GPL vmlinux 0xd52ba8c8 sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0xd52d5511 device_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0xd5301b2c linear_range_get_max_value +EXPORT_SYMBOL_GPL vmlinux 0xd54364a2 mmc_send_tuning +EXPORT_SYMBOL_GPL vmlinux 0xd54435a0 fwnode_graph_get_endpoint_by_id +EXPORT_SYMBOL_GPL vmlinux 0xd5474690 usb_role_switch_set_role +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd5749cbe irq_domain_alloc_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0xd5794dd1 devfreq_event_get_event +EXPORT_SYMBOL_GPL vmlinux 0xd58dc6ee skb_mpls_dec_ttl +EXPORT_SYMBOL_GPL vmlinux 0xd5906a04 iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xd5947c65 usb_hcd_pci_remove +EXPORT_SYMBOL_GPL vmlinux 0xd5970892 fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xd5994e63 tpm_put_ops +EXPORT_SYMBOL_GPL vmlinux 0xd59a1587 linkmode_resolve_pause +EXPORT_SYMBOL_GPL vmlinux 0xd59e445c anon_inode_getfd_secure +EXPORT_SYMBOL_GPL vmlinux 0xd5afa49b btree_visitor +EXPORT_SYMBOL_GPL vmlinux 0xd5cb887d pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xd5e4bd2b dma_get_slave_channel +EXPORT_SYMBOL_GPL vmlinux 0xd5e97c4d vp_modern_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0xd5f5865d __tracepoint_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0xd61b2a56 devlink_dpipe_match_put +EXPORT_SYMBOL_GPL vmlinux 0xd6298394 phy_resolve_aneg_linkmode +EXPORT_SYMBOL_GPL vmlinux 0xd62b92a4 usb_unpoison_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xd62fa894 fwnode_graph_get_remote_port_parent +EXPORT_SYMBOL_GPL vmlinux 0xd6475a87 add_swap_extent +EXPORT_SYMBOL_GPL vmlinux 0xd64ed259 __memcat_p +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd67e24f7 __netif_set_xps_queue +EXPORT_SYMBOL_GPL vmlinux 0xd68b1677 mpc8xxx_spi_tx_buf_u32 +EXPORT_SYMBOL_GPL vmlinux 0xd68c483d devm_pm_runtime_enable +EXPORT_SYMBOL_GPL vmlinux 0xd6a43677 opal_async_release_token +EXPORT_SYMBOL_GPL vmlinux 0xd6aafb42 crc64_rocksoft +EXPORT_SYMBOL_GPL vmlinux 0xd6ae0be4 cpu_device_create +EXPORT_SYMBOL_GPL vmlinux 0xd6ae832b devfreq_event_disable_edev +EXPORT_SYMBOL_GPL vmlinux 0xd6ae9ba7 rcu_async_should_hurry +EXPORT_SYMBOL_GPL vmlinux 0xd6be7133 ehci_setup +EXPORT_SYMBOL_GPL vmlinux 0xd6bf625a btree_init_mempool +EXPORT_SYMBOL_GPL vmlinux 0xd6c7bc49 fwnode_count_parents +EXPORT_SYMBOL_GPL vmlinux 0xd6ca7250 devl_linecard_create +EXPORT_SYMBOL_GPL vmlinux 0xd6db95f6 __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0xd6fd0e55 class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0xd6feefa5 agp_num_entries +EXPORT_SYMBOL_GPL vmlinux 0xd708e308 pci_hp_add_devices +EXPORT_SYMBOL_GPL vmlinux 0xd709f8e5 switchdev_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0xd70cd07b of_irq_find_parent +EXPORT_SYMBOL_GPL vmlinux 0xd713e629 get_slice_psize +EXPORT_SYMBOL_GPL vmlinux 0xd724d6d8 __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0xd727513e tpm1_getcap +EXPORT_SYMBOL_GPL vmlinux 0xd7293ffc percpu_ref_reinit +EXPORT_SYMBOL_GPL vmlinux 0xd72cd837 pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0xd73e186b transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xd74b4ec6 inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd75b20aa rsa_parse_priv_key +EXPORT_SYMBOL_GPL vmlinux 0xd768e985 regulator_has_full_constraints +EXPORT_SYMBOL_GPL vmlinux 0xd76e4a35 ioremap_phb +EXPORT_SYMBOL_GPL vmlinux 0xd778726b yield_to +EXPORT_SYMBOL_GPL vmlinux 0xd77cbec2 blk_freeze_queue_start +EXPORT_SYMBOL_GPL vmlinux 0xd78666d1 vp_modern_set_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xd78db158 regulator_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xd7941055 dma_resv_describe +EXPORT_SYMBOL_GPL vmlinux 0xd79629e1 pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xd7a86ea4 tcp_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xd7aea26e kernel_read_file_from_path_initns +EXPORT_SYMBOL_GPL vmlinux 0xd7b12590 fwnode_connection_find_match +EXPORT_SYMBOL_GPL vmlinux 0xd7c00060 pinctrl_get_group_pins +EXPORT_SYMBOL_GPL vmlinux 0xd7cbb26e transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0xd7cea889 edac_mod_work +EXPORT_SYMBOL_GPL vmlinux 0xd7d0cfb0 lp8788_read_multi_bytes +EXPORT_SYMBOL_GPL vmlinux 0xd7dccd23 __SCK__tp_func_xhci_dbg_quirks +EXPORT_SYMBOL_GPL vmlinux 0xd7e8651e led_sysfs_enable +EXPORT_SYMBOL_GPL vmlinux 0xd7f189c9 rio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xd7f6536c sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0xd7f9d2fc nop_posix_acl_default +EXPORT_SYMBOL_GPL vmlinux 0xd823d36d __SCK__tp_func_console +EXPORT_SYMBOL_GPL vmlinux 0xd83cfb9c find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xd84367b8 cxl_afu_get +EXPORT_SYMBOL_GPL vmlinux 0xd84d35bd dax_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd84f44bf wwan_unregister_ops +EXPORT_SYMBOL_GPL vmlinux 0xd85fbf4f phy_exit +EXPORT_SYMBOL_GPL vmlinux 0xd8675cb0 devm_pm_opp_of_add_table +EXPORT_SYMBOL_GPL vmlinux 0xd87fc0a0 usb_amd_prefetch_quirk +EXPORT_SYMBOL_GPL vmlinux 0xd884f526 ata_scsi_slave_alloc +EXPORT_SYMBOL_GPL vmlinux 0xd8a043fb tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0xd8a50f6e __traceiter_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xd8a63d90 rtc_initialize_alarm +EXPORT_SYMBOL_GPL vmlinux 0xd8a7e3bc regulator_set_load +EXPORT_SYMBOL_GPL vmlinux 0xd8c6ef58 debugfs_lookup_and_remove +EXPORT_SYMBOL_GPL vmlinux 0xd8cf0e27 pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0xd8d51291 dw_pcie_host_init +EXPORT_SYMBOL_GPL vmlinux 0xd8e9247d ata_sff_qc_issue +EXPORT_SYMBOL_GPL vmlinux 0xd8f2f680 spi_mem_adjust_op_size +EXPORT_SYMBOL_GPL vmlinux 0xd8f6210f devm_hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0xd8faa044 pinctrl_add_gpio_ranges +EXPORT_SYMBOL_GPL vmlinux 0xd8fadc12 of_get_display_timing +EXPORT_SYMBOL_GPL vmlinux 0xd8fb2d19 pci_stop_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xd8fbb14d net_cls_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xd901a648 pinctrl_dev_get_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xd905fd06 nvdimm_region_delete +EXPORT_SYMBOL_GPL vmlinux 0xd9082913 ata_sff_check_status +EXPORT_SYMBOL_GPL vmlinux 0xd90eed86 get_net_ns_by_id +EXPORT_SYMBOL_GPL vmlinux 0xd9168e7a genphy_c45_an_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0xd91dbd1f xdp_alloc_skb_bulk +EXPORT_SYMBOL_GPL vmlinux 0xd929f8a7 __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0xd92ef192 security_kernel_post_load_data +EXPORT_SYMBOL_GPL vmlinux 0xd951d826 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd97bec94 event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0xd98cbfad serial8250_rpm_get_tx +EXPORT_SYMBOL_GPL vmlinux 0xd9a103d9 skcipher_walk_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xd9a94c80 vcap_tc_flower_handler_ethaddr_usage +EXPORT_SYMBOL_GPL vmlinux 0xd9b19aa5 __tracepoint_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0xd9b7a95a pm_runtime_set_autosuspend_delay +EXPORT_SYMBOL_GPL vmlinux 0xd9bb076e sbitmap_any_bit_set +EXPORT_SYMBOL_GPL vmlinux 0xd9bb2c13 pkcs7_get_content_data +EXPORT_SYMBOL_GPL vmlinux 0xd9c35032 devm_phy_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd9d96cc0 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0xd9e24457 ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0xd9e61980 phy_gbit_all_ports_features +EXPORT_SYMBOL_GPL vmlinux 0xd9e699d0 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xd9ff2172 ezx_pcap_write +EXPORT_SYMBOL_GPL vmlinux 0xda0947de kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda10dd1a devl_rate_leaf_create +EXPORT_SYMBOL_GPL vmlinux 0xda10e1e2 phy_basic_t1_features +EXPORT_SYMBOL_GPL vmlinux 0xda23f58c devlink_port_register_with_ops +EXPORT_SYMBOL_GPL vmlinux 0xda320d31 sfp_module_start +EXPORT_SYMBOL_GPL vmlinux 0xda3d8500 pnv_ocxl_get_pasid_count +EXPORT_SYMBOL_GPL vmlinux 0xda8cf0d6 regmap_noinc_write +EXPORT_SYMBOL_GPL vmlinux 0xda8e1302 software_node_find_by_name +EXPORT_SYMBOL_GPL vmlinux 0xda9573e6 fib_new_table +EXPORT_SYMBOL_GPL vmlinux 0xdaa0679e regulator_bulk_force_disable +EXPORT_SYMBOL_GPL vmlinux 0xdaa6bc09 clk_fractional_divider_ops +EXPORT_SYMBOL_GPL vmlinux 0xdaaa3f17 fib6_rule_default +EXPORT_SYMBOL_GPL vmlinux 0xdaaa927f edac_pci_del_device +EXPORT_SYMBOL_GPL vmlinux 0xdab5a1eb interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xdab5c520 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0xdab906eb dev_pm_opp_find_freq_ceil +EXPORT_SYMBOL_GPL vmlinux 0xdaba9dac pm_clk_destroy +EXPORT_SYMBOL_GPL vmlinux 0xdac6246e fwnode_connection_find_matches +EXPORT_SYMBOL_GPL vmlinux 0xdad4255e driver_register +EXPORT_SYMBOL_GPL vmlinux 0xdae650d5 gpiochip_generic_config +EXPORT_SYMBOL_GPL vmlinux 0xdae8bec1 devl_dpipe_table_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdafa1b45 udp_abort +EXPORT_SYMBOL_GPL vmlinux 0xdb00a1a0 strp_done +EXPORT_SYMBOL_GPL vmlinux 0xdb018369 ata_sff_postreset +EXPORT_SYMBOL_GPL vmlinux 0xdb1376b9 platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdb1ade0f fsverity_ioctl_enable +EXPORT_SYMBOL_GPL vmlinux 0xdb26032b serial8250_em485_stop_tx +EXPORT_SYMBOL_GPL vmlinux 0xdb324f03 devm_power_supply_register +EXPORT_SYMBOL_GPL vmlinux 0xdb3794ce emulate_vsx_load +EXPORT_SYMBOL_GPL vmlinux 0xdb3f425e usb_phy_set_event +EXPORT_SYMBOL_GPL vmlinux 0xdb46063d lochnagar_update_config +EXPORT_SYMBOL_GPL vmlinux 0xdb5eeac0 splice_to_pipe +EXPORT_SYMBOL_GPL vmlinux 0xdb64b05e uart_get_rs485_mode +EXPORT_SYMBOL_GPL vmlinux 0xdb6c90cc sdio_release_irq +EXPORT_SYMBOL_GPL vmlinux 0xdb6ec3e0 pci_p2pdma_add_resource +EXPORT_SYMBOL_GPL vmlinux 0xdb6f7ca7 usb_add_phy +EXPORT_SYMBOL_GPL vmlinux 0xdb73502f vcap_is_last_chain +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdb94d656 relay_close +EXPORT_SYMBOL_GPL vmlinux 0xdb98ab29 gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0xdb9cd965 dev_pm_genpd_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xdbc51c88 dm_audit_log_ti +EXPORT_SYMBOL_GPL vmlinux 0xdbc72ac2 xive_native_alloc_irq_on_chip +EXPORT_SYMBOL_GPL vmlinux 0xdbca76f5 of_platform_populate +EXPORT_SYMBOL_GPL vmlinux 0xdbd3e9e4 regulator_put +EXPORT_SYMBOL_GPL vmlinux 0xdbd441af led_trigger_set_default +EXPORT_SYMBOL_GPL vmlinux 0xdbd4e128 thermal_zone_device_register_with_trips +EXPORT_SYMBOL_GPL vmlinux 0xdbdb0e8b request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xdbe3dbe0 vhost_task_create +EXPORT_SYMBOL_GPL vmlinux 0xdbe7ab48 net_selftest +EXPORT_SYMBOL_GPL vmlinux 0xdbe8d8a0 __SCK__tp_func_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xdbf09086 led_trigger_rename_static +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdc002cb6 serial8250_init_port +EXPORT_SYMBOL_GPL vmlinux 0xdc021c1f to_of_pinfo +EXPORT_SYMBOL_GPL vmlinux 0xdc050dc8 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0xdc0adcda vcap_tc_flower_handler_ipv4_usage +EXPORT_SYMBOL_GPL vmlinux 0xdc0b2b5b opal_flash_write +EXPORT_SYMBOL_GPL vmlinux 0xdc0ebe67 dax_zero_range +EXPORT_SYMBOL_GPL vmlinux 0xdc10d4aa init_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0xdc1d434c devm_led_trigger_register +EXPORT_SYMBOL_GPL vmlinux 0xdc3a2fab hwspin_lock_get_id +EXPORT_SYMBOL_GPL vmlinux 0xdc3d2458 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0xdc40e570 srcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0xdc43bdc6 pci_vpd_find_ro_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xdc45a5db edac_stop_work +EXPORT_SYMBOL_GPL vmlinux 0xdc483b34 ata_sas_tport_delete +EXPORT_SYMBOL_GPL vmlinux 0xdc53471c mmc_regulator_set_ocr +EXPORT_SYMBOL_GPL vmlinux 0xdc54ff07 of_resolve_phandles +EXPORT_SYMBOL_GPL vmlinux 0xdc6158e3 pinconf_generic_dt_free_map +EXPORT_SYMBOL_GPL vmlinux 0xdc6596fa irq_set_parent +EXPORT_SYMBOL_GPL vmlinux 0xdc804d43 virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0xdc825d6c usb_amd_quirk_pll_disable +EXPORT_SYMBOL_GPL vmlinux 0xdc841b74 misc_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdc8d61ca devm_clk_get_enabled +EXPORT_SYMBOL_GPL vmlinux 0xdc97af2e syscore_suspend +EXPORT_SYMBOL_GPL vmlinux 0xdc99176d fb_deferred_io_release +EXPORT_SYMBOL_GPL vmlinux 0xdc9f6bca __SCK__tp_func_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdca43c05 __xas_next +EXPORT_SYMBOL_GPL vmlinux 0xdcb2d77e devl_rate_nodes_destroy +EXPORT_SYMBOL_GPL vmlinux 0xdcbba6b6 watchdog_notify_pretimeout +EXPORT_SYMBOL_GPL vmlinux 0xdcbcffbf rhashtable_destroy +EXPORT_SYMBOL_GPL vmlinux 0xdcc57270 uart_insert_char +EXPORT_SYMBOL_GPL vmlinux 0xdcd83ab5 crypto_register_scomp +EXPORT_SYMBOL_GPL vmlinux 0xdce3e579 power_supply_put_battery_info +EXPORT_SYMBOL_GPL vmlinux 0xdcfae668 of_nvmem_device_get +EXPORT_SYMBOL_GPL vmlinux 0xdcfd3049 xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0xdd0666c5 ata_port_wait_eh +EXPORT_SYMBOL_GPL vmlinux 0xdd0762df set_worker_desc +EXPORT_SYMBOL_GPL vmlinux 0xdd2e0151 device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0xdd3110e1 bpf_prog_inc +EXPORT_SYMBOL_GPL vmlinux 0xdd387b4d edac_mc_free +EXPORT_SYMBOL_GPL vmlinux 0xdd5ae3b4 transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0xdd626ee3 fuse_len_args +EXPORT_SYMBOL_GPL vmlinux 0xdd81d8f6 __SCK__tp_func_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xdd89eaa2 pcibios_claim_one_bus +EXPORT_SYMBOL_GPL vmlinux 0xdd946d6d fs_dax_get_by_bdev +EXPORT_SYMBOL_GPL vmlinux 0xdd96d881 devm_regulator_irq_helper +EXPORT_SYMBOL_GPL vmlinux 0xdd96fa2d __cpuhp_state_add_instance +EXPORT_SYMBOL_GPL vmlinux 0xddb4f7e5 tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0xddbcf9c0 __fscrypt_inode_uses_inline_crypto +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddcac35d __dev_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xddd41e4d vcap_lookup_keyfield +EXPORT_SYMBOL_GPL vmlinux 0xddef9ae0 devl_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0xddf0540a fscrypt_fname_encrypted_size +EXPORT_SYMBOL_GPL vmlinux 0xddf07334 devm_clk_bulk_get +EXPORT_SYMBOL_GPL vmlinux 0xddf95aea cpuidle_register +EXPORT_SYMBOL_GPL vmlinux 0xddfe1ad7 __SCK__tp_func_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xde0af24f udp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0xde0d2c3e ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0xde31bf7e unregister_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xde31e2ef usb_bulk_msg +EXPORT_SYMBOL_GPL vmlinux 0xde52c1ef icc_node_add +EXPORT_SYMBOL_GPL vmlinux 0xde6f1851 TSS_checkhmac1 +EXPORT_SYMBOL_GPL vmlinux 0xde8df44b usb_disable_autosuspend +EXPORT_SYMBOL_GPL vmlinux 0xde9256e2 l3mdev_fib_table_by_index +EXPORT_SYMBOL_GPL vmlinux 0xdea0dbf9 max8997_write_reg +EXPORT_SYMBOL_GPL vmlinux 0xdeb3f678 pseries_eeh_init_edev_recursive +EXPORT_SYMBOL_GPL vmlinux 0xdec12464 sata_sff_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xded38847 cpuidle_get_driver +EXPORT_SYMBOL_GPL vmlinux 0xded43630 regmap_might_sleep +EXPORT_SYMBOL_GPL vmlinux 0xded4e11b ethtool_dev_mm_supported +EXPORT_SYMBOL_GPL vmlinux 0xdee6913e ip_local_out +EXPORT_SYMBOL_GPL vmlinux 0xdee88f75 clk_hw_round_rate +EXPORT_SYMBOL_GPL vmlinux 0xdee91d7a dtpm_destroy_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xdef0e9a9 pm_genpd_remove +EXPORT_SYMBOL_GPL vmlinux 0xdefbd186 ehci_reset +EXPORT_SYMBOL_GPL vmlinux 0xdeffa0a7 edac_raw_mc_handle_error +EXPORT_SYMBOL_GPL vmlinux 0xdf09116a ohci_resume +EXPORT_SYMBOL_GPL vmlinux 0xdf0c757f ata_tf_to_fis +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf1c0bd5 debugfs_file_put +EXPORT_SYMBOL_GPL vmlinux 0xdf1e9cfa btree_destroy +EXPORT_SYMBOL_GPL vmlinux 0xdf237453 timer_shutdown_sync +EXPORT_SYMBOL_GPL vmlinux 0xdf247806 ping_close +EXPORT_SYMBOL_GPL vmlinux 0xdf2738bb cpu_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdf291736 phy_pm_runtime_get_sync +EXPORT_SYMBOL_GPL vmlinux 0xdf31b360 mbox_flush +EXPORT_SYMBOL_GPL vmlinux 0xdf3ff41b mas_next_range +EXPORT_SYMBOL_GPL vmlinux 0xdf4106c6 of_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0xdf474fa8 sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xdf4ab5c0 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0xdf502254 dev_pm_opp_of_find_icc_paths +EXPORT_SYMBOL_GPL vmlinux 0xdf558314 power_supply_battery_info_properties +EXPORT_SYMBOL_GPL vmlinux 0xdf5883d2 max8997_read_reg +EXPORT_SYMBOL_GPL vmlinux 0xdf5da59d bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xdf819366 crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0xdf91d6f5 component_compare_dev_name +EXPORT_SYMBOL_GPL vmlinux 0xdf9b2301 tty_save_termios +EXPORT_SYMBOL_GPL vmlinux 0xdfa51ae8 ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0xdfa64cbc ata_host_resume +EXPORT_SYMBOL_GPL vmlinux 0xdfa6a1e3 i2c_dw_probe_master +EXPORT_SYMBOL_GPL vmlinux 0xdfa7ccfe reset_controller_unregister +EXPORT_SYMBOL_GPL vmlinux 0xdfcb6c90 mctrl_gpio_set +EXPORT_SYMBOL_GPL vmlinux 0xdfdf4fc1 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0xdfe64041 genphy_c45_pma_setup_forced +EXPORT_SYMBOL_GPL vmlinux 0xdfe88032 debugfs_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0xdff568cb klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xe00db6dc __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xe02a5ba1 class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xe02d2ecf sbitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0xe0375907 pm_clk_runtime_resume +EXPORT_SYMBOL_GPL vmlinux 0xe038a664 class_is_registered +EXPORT_SYMBOL_GPL vmlinux 0xe05e2f85 nexthop_free_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe068b0f8 fsverity_verify_bio +EXPORT_SYMBOL_GPL vmlinux 0xe06d27fd regulator_bulk_register_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xe06db61d usb_match_one_id +EXPORT_SYMBOL_GPL vmlinux 0xe0727830 usb_hcd_giveback_urb +EXPORT_SYMBOL_GPL vmlinux 0xe07b913f kvmppc_h_enter +EXPORT_SYMBOL_GPL vmlinux 0xe084cd48 mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0xe089cfcc agp_memory_reserved +EXPORT_SYMBOL_GPL vmlinux 0xe0a33a0f dev_pm_opp_config_clks_simple +EXPORT_SYMBOL_GPL vmlinux 0xe0b1c103 clk_set_max_rate +EXPORT_SYMBOL_GPL vmlinux 0xe0b8364e __tracepoint_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xe0da2743 xhci_add_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xe0e0c209 mm_iommu_lookup +EXPORT_SYMBOL_GPL vmlinux 0xe0f06c2a irq_setup_alt_chip +EXPORT_SYMBOL_GPL vmlinux 0xe0f4390c __pm_relax +EXPORT_SYMBOL_GPL vmlinux 0xe0f69e5a gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0xe108d302 trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0xe12681a4 __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xe1332688 clk_hw_get_rate_range +EXPORT_SYMBOL_GPL vmlinux 0xe13cbf02 inet_hashinfo2_init_mod +EXPORT_SYMBOL_GPL vmlinux 0xe13f0f8e stmpe_block_write +EXPORT_SYMBOL_GPL vmlinux 0xe140a9e3 __devm_of_phy_provider_register +EXPORT_SYMBOL_GPL vmlinux 0xe1466c2c regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xe149850d fat_detach +EXPORT_SYMBOL_GPL vmlinux 0xe14f9e3b __traceiter_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0xe15d6e98 strp_init +EXPORT_SYMBOL_GPL vmlinux 0xe161b07b trace_seq_putc +EXPORT_SYMBOL_GPL vmlinux 0xe168bb15 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0xe16b0d52 ata_sas_async_probe +EXPORT_SYMBOL_GPL vmlinux 0xe18064ee cpufreq_freq_transition_begin +EXPORT_SYMBOL_GPL vmlinux 0xe1878ea6 kvm_alloc_hpt_cma +EXPORT_SYMBOL_GPL vmlinux 0xe198deec dev_pm_opp_set_rate +EXPORT_SYMBOL_GPL vmlinux 0xe1bd6c99 rio_init_mports +EXPORT_SYMBOL_GPL vmlinux 0xe1be27b5 pm_genpd_add_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xe1c87a2f kernel_can_power_off +EXPORT_SYMBOL_GPL vmlinux 0xe1d4cfa2 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xe1d7367b device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0xe1f44a6c vcap_debugfs +EXPORT_SYMBOL_GPL vmlinux 0xe1fb3740 rio_release_inb_pwrite +EXPORT_SYMBOL_GPL vmlinux 0xe20baeb3 freq_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0xe20ca221 input_class +EXPORT_SYMBOL_GPL vmlinux 0xe222255b dev_pm_qos_hide_latency_limit +EXPORT_SYMBOL_GPL vmlinux 0xe22e4c98 of_device_modalias +EXPORT_SYMBOL_GPL vmlinux 0xe233762a input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0xe2443f01 vp_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0xe25ad69d devm_phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0xe2751fbf fuse_init_fs_context_submount +EXPORT_SYMBOL_GPL vmlinux 0xe288b2fc simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0xe2ae91ca get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0xe2b3207a unregister_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe2ce2b4d evm_set_key +EXPORT_SYMBOL_GPL vmlinux 0xe2d4f386 vcap_val_rule +EXPORT_SYMBOL_GPL vmlinux 0xe2da081e metadata_dst_free +EXPORT_SYMBOL_GPL vmlinux 0xe2f90ccd crypto_unregister_scomp +EXPORT_SYMBOL_GPL vmlinux 0xe2ff7057 bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0xe3055273 dma_resv_test_signaled +EXPORT_SYMBOL_GPL vmlinux 0xe30d8e3e mctrl_gpio_init +EXPORT_SYMBOL_GPL vmlinux 0xe311b2ea sata_pmp_error_handler +EXPORT_SYMBOL_GPL vmlinux 0xe31647be kill_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0xe31d4a91 irq_chip_unmask_parent +EXPORT_SYMBOL_GPL vmlinux 0xe3228f19 sata_port_ops +EXPORT_SYMBOL_GPL vmlinux 0xe3277f73 syscon_regmap_lookup_by_phandle_optional +EXPORT_SYMBOL_GPL vmlinux 0xe3372a99 pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0xe347d80c dev_coredumpm +EXPORT_SYMBOL_GPL vmlinux 0xe352a332 nvdimm_pmem_region_create +EXPORT_SYMBOL_GPL vmlinux 0xe35ad0a4 pinmux_generic_get_function_count +EXPORT_SYMBOL_GPL vmlinux 0xe36515a1 vcap_del_rule +EXPORT_SYMBOL_GPL vmlinux 0xe3658268 pci_enable_pasid +EXPORT_SYMBOL_GPL vmlinux 0xe36b49a2 devm_rtc_nvmem_register +EXPORT_SYMBOL_GPL vmlinux 0xe371a085 kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xe37955e2 __fscrypt_prepare_rename +EXPORT_SYMBOL_GPL vmlinux 0xe37e45c1 ata_qc_get_active +EXPORT_SYMBOL_GPL vmlinux 0xe3840e18 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xe390ae99 locks_owner_has_blockers +EXPORT_SYMBOL_GPL vmlinux 0xe397caf5 seq_buf_printf +EXPORT_SYMBOL_GPL vmlinux 0xe39d0794 usb_phy_roothub_exit +EXPORT_SYMBOL_GPL vmlinux 0xe3a611a6 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0xe3aeaa03 freq_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe3b09712 kprobe_event_delete +EXPORT_SYMBOL_GPL vmlinux 0xe3c2ae58 blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xe3d1d86c pci_p2pmem_virt_to_bus +EXPORT_SYMBOL_GPL vmlinux 0xe3e423ac iommu_group_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xe3f7a26e rio_unlock_device +EXPORT_SYMBOL_GPL vmlinux 0xe4008c8a devm_clk_bulk_get_all +EXPORT_SYMBOL_GPL vmlinux 0xe40bb23e devlink_health_reporter_priv +EXPORT_SYMBOL_GPL vmlinux 0xe42304a9 __traceiter_ata_bmdma_status +EXPORT_SYMBOL_GPL vmlinux 0xe42cb2e2 lwtunnel_cmp_encap +EXPORT_SYMBOL_GPL vmlinux 0xe42e39cd regulator_set_voltage_sel_pickable_regmap +EXPORT_SYMBOL_GPL vmlinux 0xe42fee7c clk_gate_restore_context +EXPORT_SYMBOL_GPL vmlinux 0xe4309905 syscore_resume +EXPORT_SYMBOL_GPL vmlinux 0xe44198eb gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0xe44225e6 make_vfsgid +EXPORT_SYMBOL_GPL vmlinux 0xe447900b list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0xe448ba6c sbitmap_queue_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xe452f954 clk_fixed_factor_ops +EXPORT_SYMBOL_GPL vmlinux 0xe4559a0f dax_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0xe4603030 extcon_get_edev_by_phandle +EXPORT_SYMBOL_GPL vmlinux 0xe4613761 paste_selection +EXPORT_SYMBOL_GPL vmlinux 0xe464213c device_show_int +EXPORT_SYMBOL_GPL vmlinux 0xe4697aa7 nf_queue +EXPORT_SYMBOL_GPL vmlinux 0xe474bb52 phy_put +EXPORT_SYMBOL_GPL vmlinux 0xe48fd0ea kill_device +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe4a06560 usb_hcd_check_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xe4b064f9 pcie_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xe4b818c3 phy_speed_to_str +EXPORT_SYMBOL_GPL vmlinux 0xe4c2c66c rtc_ktime_to_tm +EXPORT_SYMBOL_GPL vmlinux 0xe4e48b12 swphy_validate_state +EXPORT_SYMBOL_GPL vmlinux 0xe4f1290f mas_preallocate +EXPORT_SYMBOL_GPL vmlinux 0xe4f74d0c blk_mq_unfreeze_queue +EXPORT_SYMBOL_GPL vmlinux 0xe52366ec debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xe523e741 irq_get_domain_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xe5341c57 tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0xe5519a87 fscrypt_ioctl_get_key_status +EXPORT_SYMBOL_GPL vmlinux 0xe5531aaf blk_mq_queue_inflight +EXPORT_SYMBOL_GPL vmlinux 0xe5576e06 switch_pmu_to_host +EXPORT_SYMBOL_GPL vmlinux 0xe560973b fscrypt_ioctl_get_policy_ex +EXPORT_SYMBOL_GPL vmlinux 0xe56ad210 i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL vmlinux 0xe56bce5d ata_host_detach +EXPORT_SYMBOL_GPL vmlinux 0xe57a30a3 devm_pse_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe58ceffe call_switchdev_notifiers +EXPORT_SYMBOL_GPL vmlinux 0xe58eb9d7 FSE_readNCount +EXPORT_SYMBOL_GPL vmlinux 0xe5ae6bc8 virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0xe5b77a78 of_clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0xe5b9dc69 __traceiter_rpm_resume +EXPORT_SYMBOL_GPL vmlinux 0xe5c0fb2c blk_req_needs_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0xe5c93fa0 gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0xe5ec503b __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0xe5f90322 dbs_update +EXPORT_SYMBOL_GPL vmlinux 0xe5f97888 irq_remove_generic_chip +EXPORT_SYMBOL_GPL vmlinux 0xe60632a9 edac_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe60a5e8d pids_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xe628bb9f phy_fibre_port_array +EXPORT_SYMBOL_GPL vmlinux 0xe62cb4dd iomap_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0xe647b234 __traceiter_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0xe64d13cf fwnode_find_reference +EXPORT_SYMBOL_GPL vmlinux 0xe655bf03 crypto_sig_maxsize +EXPORT_SYMBOL_GPL vmlinux 0xe65d814a adp5520_read +EXPORT_SYMBOL_GPL vmlinux 0xe6658b50 usb_kill_anchored_urbs +EXPORT_SYMBOL_GPL vmlinux 0xe67a504c bpf_offload_dev_create +EXPORT_SYMBOL_GPL vmlinux 0xe67ecea5 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0xe6814f8b devm_bitmap_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe687767d pci_epc_start +EXPORT_SYMBOL_GPL vmlinux 0xe69390f2 __spi_register_driver +EXPORT_SYMBOL_GPL vmlinux 0xe6a13e7d xive_native_configure_irq +EXPORT_SYMBOL_GPL vmlinux 0xe6a2e13a tpm_chip_register +EXPORT_SYMBOL_GPL vmlinux 0xe6aef439 __tracepoint_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xe6e40502 rcu_get_gp_seq +EXPORT_SYMBOL_GPL vmlinux 0xe6e6b684 md_new_event +EXPORT_SYMBOL_GPL vmlinux 0xe700d767 reset_control_bulk_deassert +EXPORT_SYMBOL_GPL vmlinux 0xe716696a dm_start_time_ns_from_clone +EXPORT_SYMBOL_GPL vmlinux 0xe71b01b6 devm_pinctrl_register_and_init +EXPORT_SYMBOL_GPL vmlinux 0xe71fe38a trace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0xe72c0af5 sbitmap_weight +EXPORT_SYMBOL_GPL vmlinux 0xe73028f6 dev_pm_opp_find_bw_floor +EXPORT_SYMBOL_GPL vmlinux 0xe730f018 wm8350_reg_write +EXPORT_SYMBOL_GPL vmlinux 0xe73e0a7e usb_submit_urb +EXPORT_SYMBOL_GPL vmlinux 0xe74b9548 hwspin_lock_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe753b68d devlink_fmsg_arr_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xe75a7aa1 bio_clone_blkg_association +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe77a47f1 rcu_trc_cmpxchg_need_qs +EXPORT_SYMBOL_GPL vmlinux 0xe77d5ef3 ata_xfer_mode2mask +EXPORT_SYMBOL_GPL vmlinux 0xe783e261 sysfs_emit +EXPORT_SYMBOL_GPL vmlinux 0xe78b556b phy_init +EXPORT_SYMBOL_GPL vmlinux 0xe793410d sysfs_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xe79bf0c4 klp_shadow_get +EXPORT_SYMBOL_GPL vmlinux 0xe7b3f937 mmc_get_ext_csd +EXPORT_SYMBOL_GPL vmlinux 0xe7ba885a virtio_config_changed +EXPORT_SYMBOL_GPL vmlinux 0xe7be906b xive_irq_free_data +EXPORT_SYMBOL_GPL vmlinux 0xe7c3b2c4 sbitmap_queue_clear +EXPORT_SYMBOL_GPL vmlinux 0xe7d3475c tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0xe7d34db2 opal_async_wait_response +EXPORT_SYMBOL_GPL vmlinux 0xe7d55072 regulator_disable_deferred +EXPORT_SYMBOL_GPL vmlinux 0xe7d6d2d4 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0xe7d71b00 __reset_control_get +EXPORT_SYMBOL_GPL vmlinux 0xe7f18b3c threads_per_subcore +EXPORT_SYMBOL_GPL vmlinux 0xe7f70e76 devm_gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0xe8087cd2 ata_dummy_port_info +EXPORT_SYMBOL_GPL vmlinux 0xe8114aa8 skb_send_sock_locked +EXPORT_SYMBOL_GPL vmlinux 0xe818b32b ata_bmdma_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xe82c7682 devl_traps_register +EXPORT_SYMBOL_GPL vmlinux 0xe82e3567 da9052_request_irq +EXPORT_SYMBOL_GPL vmlinux 0xe8346080 dev_pm_genpd_resume +EXPORT_SYMBOL_GPL vmlinux 0xe83777e4 iommu_fwspec_add_ids +EXPORT_SYMBOL_GPL vmlinux 0xe84f6e5c pciserial_remove_ports +EXPORT_SYMBOL_GPL vmlinux 0xe851e52d rio_mport_write_config_32 +EXPORT_SYMBOL_GPL vmlinux 0xe862c4b7 dpm_suspend_start +EXPORT_SYMBOL_GPL vmlinux 0xe862d2ab of_pci_find_child_device +EXPORT_SYMBOL_GPL vmlinux 0xe87f8643 led_classdev_notify_brightness_hw_changed +EXPORT_SYMBOL_GPL vmlinux 0xe87f8ae8 devfreq_event_add_edev +EXPORT_SYMBOL_GPL vmlinux 0xe882e346 platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0xe887c139 elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe898ade0 folio_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0xe8a772bd vcap_keyset_list_add +EXPORT_SYMBOL_GPL vmlinux 0xe8a82cee page_cache_async_ra +EXPORT_SYMBOL_GPL vmlinux 0xe8ad8748 rio_mport_read_config_16 +EXPORT_SYMBOL_GPL vmlinux 0xe8bc052b genphy_c45_baset1_read_status +EXPORT_SYMBOL_GPL vmlinux 0xe8bc40c5 cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xe8c0065d memory_group_register_static +EXPORT_SYMBOL_GPL vmlinux 0xe8c5fde7 perf_aux_output_end +EXPORT_SYMBOL_GPL vmlinux 0xe8da4b8e nexthop_for_each_fib6_nh +EXPORT_SYMBOL_GPL vmlinux 0xe8e16d86 priv_to_devlink +EXPORT_SYMBOL_GPL vmlinux 0xe8e42d4f blocking_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0xe8f834c3 posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0xe909eee3 usb_anchor_empty +EXPORT_SYMBOL_GPL vmlinux 0xe911df29 eventfd_ctx_do_read +EXPORT_SYMBOL_GPL vmlinux 0xe9157704 dax_remove_host +EXPORT_SYMBOL_GPL vmlinux 0xe91a909d power_supply_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe93fee02 pci_epf_create +EXPORT_SYMBOL_GPL vmlinux 0xe94986d6 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0xe94e43e1 cookie_tcp_reqsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe9506579 iommu_tce_direction +EXPORT_SYMBOL_GPL vmlinux 0xe955615a sk_msg_return_zero +EXPORT_SYMBOL_GPL vmlinux 0xe95e5441 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe9678e1a led_init_core +EXPORT_SYMBOL_GPL vmlinux 0xe9679739 fscrypt_set_bio_crypt_ctx_bh +EXPORT_SYMBOL_GPL vmlinux 0xe9791252 __pci_hp_initialize +EXPORT_SYMBOL_GPL vmlinux 0xe98a3ae2 pci_epc_get +EXPORT_SYMBOL_GPL vmlinux 0xe993bb07 pm_generic_restore_noirq +EXPORT_SYMBOL_GPL vmlinux 0xe9a5f58e clk_hw_unregister_composite +EXPORT_SYMBOL_GPL vmlinux 0xe9ac5a95 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0xe9b5f5e2 of_genpd_remove_subdomain +EXPORT_SYMBOL_GPL vmlinux 0xe9bfc48e blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0xe9d1b7cf irq_to_pcap +EXPORT_SYMBOL_GPL vmlinux 0xe9d99064 regulator_bulk_set_supply_names +EXPORT_SYMBOL_GPL vmlinux 0xe9e25aa2 irq_generic_chip_ops +EXPORT_SYMBOL_GPL vmlinux 0xe9e9af89 class_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe9eb13f8 vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0xe9ee1d0c pci_epf_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe9f5116f rcu_exp_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0xe9f92f9a firmware_upload_register +EXPORT_SYMBOL_GPL vmlinux 0xe9fa819b sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0xea018bbb mpi_test_bit +EXPORT_SYMBOL_GPL vmlinux 0xea04ee68 devm_of_phy_get_by_index +EXPORT_SYMBOL_GPL vmlinux 0xea0f03f3 unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea13e94a flush_altivec_to_thread +EXPORT_SYMBOL_GPL vmlinux 0xea24d576 __blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0xea38036f ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0xea3c1ca4 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0xea470307 kgdb_unregister_io_module +EXPORT_SYMBOL_GPL vmlinux 0xea68cea6 of_pwm_xlate_with_flags +EXPORT_SYMBOL_GPL vmlinux 0xea75a17f fsnotify_alloc_group +EXPORT_SYMBOL_GPL vmlinux 0xea88c866 copy_to_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0xea8efd4d srp_attach_transport +EXPORT_SYMBOL_GPL vmlinux 0xeaad0177 md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0xeaae7a1b tps65912_regmap_config +EXPORT_SYMBOL_GPL vmlinux 0xeaaf58c8 of_pci_get_devfn +EXPORT_SYMBOL_GPL vmlinux 0xeab3aac9 fib_alias_hw_flags_set +EXPORT_SYMBOL_GPL vmlinux 0xeac6c543 fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0xeac9f263 ata_scsi_slave_config +EXPORT_SYMBOL_GPL vmlinux 0xeac9f997 pci_generic_config_read +EXPORT_SYMBOL_GPL vmlinux 0xead3d395 __traceiter_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xead3e41b __traceiter_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xead486fd crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0xead54924 mctrl_gpio_to_gpiod +EXPORT_SYMBOL_GPL vmlinux 0xead5c8e5 clk_bulk_prepare +EXPORT_SYMBOL_GPL vmlinux 0xeadce6d6 pinctrl_pm_select_idle_state +EXPORT_SYMBOL_GPL vmlinux 0xeadf72e1 tm_abort +EXPORT_SYMBOL_GPL vmlinux 0xeae0f496 clean_acked_data_flush +EXPORT_SYMBOL_GPL vmlinux 0xeae18342 __inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0xeaf0a57c look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0xeaf3cb23 crc64_be +EXPORT_SYMBOL_GPL vmlinux 0xeaf417d1 device_get_dma_attr +EXPORT_SYMBOL_GPL vmlinux 0xeb1a4f29 opal_error_code +EXPORT_SYMBOL_GPL vmlinux 0xeb27ba82 serdev_device_wait_until_sent +EXPORT_SYMBOL_GPL vmlinux 0xeb652594 gpiod_count +EXPORT_SYMBOL_GPL vmlinux 0xeb69fcdd bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0xeb70f998 skb_mpls_update_lse +EXPORT_SYMBOL_GPL vmlinux 0xeb7bd2cc of_pci_range_parser_init +EXPORT_SYMBOL_GPL vmlinux 0xeb8365f3 of_get_regulator_init_data +EXPORT_SYMBOL_GPL vmlinux 0xebcfe522 fb_sys_write +EXPORT_SYMBOL_GPL vmlinux 0xebd4cc11 mctrl_gpio_enable_ms +EXPORT_SYMBOL_GPL vmlinux 0xebe496ca __tracepoint_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0xec012c0b skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0xec06c03d crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0xec0ddfd3 of_reserved_mem_device_init_by_idx +EXPORT_SYMBOL_GPL vmlinux 0xec1c2380 key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0xec2e8019 xdp_return_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0xec321117 fsnotify_put_mark +EXPORT_SYMBOL_GPL vmlinux 0xec356c53 msr_check_and_set +EXPORT_SYMBOL_GPL vmlinux 0xec35b735 ata_sas_tport_add +EXPORT_SYMBOL_GPL vmlinux 0xec35ef9d pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0xec383832 phy_pm_runtime_forbid +EXPORT_SYMBOL_GPL vmlinux 0xec5668f6 dax_zero_page_range +EXPORT_SYMBOL_GPL vmlinux 0xec56883a serdev_device_get_tiocm +EXPORT_SYMBOL_GPL vmlinux 0xec72130f xhci_hub_control +EXPORT_SYMBOL_GPL vmlinux 0xec755019 bgpio_init +EXPORT_SYMBOL_GPL vmlinux 0xec774acb cpufreq_frequency_table_verify +EXPORT_SYMBOL_GPL vmlinux 0xec79451d __irq_domain_alloc_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xec7fd47a ata_sas_sync_probe +EXPORT_SYMBOL_GPL vmlinux 0xec84bfb9 opal_leds_get_ind +EXPORT_SYMBOL_GPL vmlinux 0xec865850 led_set_brightness +EXPORT_SYMBOL_GPL vmlinux 0xec89dddb tcp_plb_check_rehash +EXPORT_SYMBOL_GPL vmlinux 0xec98f816 devl_dpipe_headers_register +EXPORT_SYMBOL_GPL vmlinux 0xeca27bea ata_sas_queuecmd +EXPORT_SYMBOL_GPL vmlinux 0xeca7705e genphy_c45_plca_get_cfg +EXPORT_SYMBOL_GPL vmlinux 0xecbe106b spi_sync +EXPORT_SYMBOL_GPL vmlinux 0xecd072f2 devm_regulator_bulk_get_const +EXPORT_SYMBOL_GPL vmlinux 0xecdb5dc0 devl_dpipe_table_register +EXPORT_SYMBOL_GPL vmlinux 0xecf46d2b fwnode_graph_get_port_parent +EXPORT_SYMBOL_GPL vmlinux 0xecf74f21 of_pci_address_to_resource +EXPORT_SYMBOL_GPL vmlinux 0xecfe56b4 nf_ip_route +EXPORT_SYMBOL_GPL vmlinux 0xed0264b8 ata_port_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0xed1689d6 spi_sync_locked +EXPORT_SYMBOL_GPL vmlinux 0xed1d612f bus_register +EXPORT_SYMBOL_GPL vmlinux 0xed26a44c fscrypt_drop_inode +EXPORT_SYMBOL_GPL vmlinux 0xed2c5bcf power_supply_charge_behaviour_parse +EXPORT_SYMBOL_GPL vmlinux 0xed2dabeb dev_pm_opp_get_max_transition_latency +EXPORT_SYMBOL_GPL vmlinux 0xed333e18 pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0xed39b7b8 parse_OID +EXPORT_SYMBOL_GPL vmlinux 0xed4ac73f devm_hwspin_lock_request +EXPORT_SYMBOL_GPL vmlinux 0xed53d1ef rio_del_device +EXPORT_SYMBOL_GPL vmlinux 0xed6b75a5 register_btf_fmodret_id_set +EXPORT_SYMBOL_GPL vmlinux 0xed724e64 crypto_get_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xed8c384b netdev_xmit_skip_txqueue +EXPORT_SYMBOL_GPL vmlinux 0xed8c9c21 pci_find_doe_mailbox +EXPORT_SYMBOL_GPL vmlinux 0xed918dde hte_init_line_attr +EXPORT_SYMBOL_GPL vmlinux 0xeda8ea1e find_ge_pid +EXPORT_SYMBOL_GPL vmlinux 0xedb6d9d5 trace_remove_event_call +EXPORT_SYMBOL_GPL vmlinux 0xedbb5276 devm_register_power_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xedbf7f96 usb_root_hub_lost_power +EXPORT_SYMBOL_GPL vmlinux 0xedd40363 spi_controller_dma_map_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0xede82cce dev_pm_qos_hide_latency_tolerance +EXPORT_SYMBOL_GPL vmlinux 0xedf031ad device_wakeup_enable +EXPORT_SYMBOL_GPL vmlinux 0xee1101a5 nf_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0xee143d7f mas_walk +EXPORT_SYMBOL_GPL vmlinux 0xee1ec616 ip_fib_metrics_init +EXPORT_SYMBOL_GPL vmlinux 0xee2719dd usb_put_hcd +EXPORT_SYMBOL_GPL vmlinux 0xee2c8efa component_master_add_with_match +EXPORT_SYMBOL_GPL vmlinux 0xee38ef57 register_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee3b6cb7 phy_speed_down +EXPORT_SYMBOL_GPL vmlinux 0xee518148 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0xee55886b pm_generic_freeze_noirq +EXPORT_SYMBOL_GPL vmlinux 0xee613471 disk_alloc_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0xee644e93 user_describe +EXPORT_SYMBOL_GPL vmlinux 0xee66e495 spi_mem_exec_op +EXPORT_SYMBOL_GPL vmlinux 0xee6b71c4 syscon_regmap_lookup_by_compatible +EXPORT_SYMBOL_GPL vmlinux 0xee6c633a devices_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xee7254e3 follow_pte +EXPORT_SYMBOL_GPL vmlinux 0xee74a922 __tracepoint_console +EXPORT_SYMBOL_GPL vmlinux 0xee7b666d wakeup_source_create +EXPORT_SYMBOL_GPL vmlinux 0xee7cefaf ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0xee86c73e phy_get +EXPORT_SYMBOL_GPL vmlinux 0xee8de4d4 ethnl_cable_test_alloc +EXPORT_SYMBOL_GPL vmlinux 0xeebacbc8 msi_lock_descs +EXPORT_SYMBOL_GPL vmlinux 0xeecc835f clk_gate_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0xeedd987e phy_10gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0xeee4b172 mnt_idmap_put +EXPORT_SYMBOL_GPL vmlinux 0xeee5ded7 net_failover_destroy +EXPORT_SYMBOL_GPL vmlinux 0xeef1d5fd unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xef040675 clk_register_fractional_divider +EXPORT_SYMBOL_GPL vmlinux 0xef1567ee dev_pm_opp_of_get_sharing_cpus +EXPORT_SYMBOL_GPL vmlinux 0xef1a43cd fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0xef29fcdd clk_bulk_put +EXPORT_SYMBOL_GPL vmlinux 0xef2d5cdc pnv_ocxl_map_lpar +EXPORT_SYMBOL_GPL vmlinux 0xef303226 sdio_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0xef3a5ac9 tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0xef4099b6 dev_pm_opp_disable +EXPORT_SYMBOL_GPL vmlinux 0xef4593ab tpm1_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0xef464c28 getboottime64 +EXPORT_SYMBOL_GPL vmlinux 0xef47fbbf wm8400_reset_codec_reg_cache +EXPORT_SYMBOL_GPL vmlinux 0xef530843 regulator_get_current_limit +EXPORT_SYMBOL_GPL vmlinux 0xef5d9fbb rio_release_outb_dbell +EXPORT_SYMBOL_GPL vmlinux 0xef5db66d regulator_get_init_drvdata +EXPORT_SYMBOL_GPL vmlinux 0xef5fae14 dummy_con +EXPORT_SYMBOL_GPL vmlinux 0xef67ec35 __tracepoint_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef6d0376 opal_invalid_call +EXPORT_SYMBOL_GPL vmlinux 0xef70eb7e ring_buffer_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0xef7ab893 pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xef7b8c5f devl_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0xef900f9b buffer_migrate_folio_norefs +EXPORT_SYMBOL_GPL vmlinux 0xef9aecd0 regulator_map_voltage_iterate +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefa62f33 device_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0xefad6a78 blk_queue_zone_write_granularity +EXPORT_SYMBOL_GPL vmlinux 0xefb3b484 dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0xefb69fb3 cpufreq_freq_attr_scaling_available_freqs +EXPORT_SYMBOL_GPL vmlinux 0xefc4eb97 device_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0xefeafcf1 edac_has_mcs +EXPORT_SYMBOL_GPL vmlinux 0xeff00719 power_supply_put +EXPORT_SYMBOL_GPL vmlinux 0xeff5f3a9 lwtunnel_valid_encap_type +EXPORT_SYMBOL_GPL vmlinux 0xf0187ae4 split_page +EXPORT_SYMBOL_GPL vmlinux 0xf02182c6 thermal_zone_get_num_trips +EXPORT_SYMBOL_GPL vmlinux 0xf026ec82 regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0xf0363ca0 thermal_zone_device_register +EXPORT_SYMBOL_GPL vmlinux 0xf05a52fe asn1_encode_oid +EXPORT_SYMBOL_GPL vmlinux 0xf05fbf09 pci_pio_to_address +EXPORT_SYMBOL_GPL vmlinux 0xf0701e4e icc_set_tag +EXPORT_SYMBOL_GPL vmlinux 0xf072d290 vfs_get_acl +EXPORT_SYMBOL_GPL vmlinux 0xf075c5f4 iommu_map_sg +EXPORT_SYMBOL_GPL vmlinux 0xf0906481 direct_write_fallback +EXPORT_SYMBOL_GPL vmlinux 0xf0910075 sfp_bus_del_upstream +EXPORT_SYMBOL_GPL vmlinux 0xf0974a54 lwtunnel_get_encap_size +EXPORT_SYMBOL_GPL vmlinux 0xf0a4ed2c regulator_is_supported_voltage +EXPORT_SYMBOL_GPL vmlinux 0xf0bb9ea3 pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xf0d0f282 devlink_port_attrs_pci_pf_set +EXPORT_SYMBOL_GPL vmlinux 0xf0d16135 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0xf0ded1b3 clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0xf0e52dc0 __tracepoint_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xf0f4236d ncsi_stop_dev +EXPORT_SYMBOL_GPL vmlinux 0xf10a020d icc_disable +EXPORT_SYMBOL_GPL vmlinux 0xf10b239f dev_pm_genpd_get_next_hrtimer +EXPORT_SYMBOL_GPL vmlinux 0xf1111461 crypto_akcipher_sync_prep +EXPORT_SYMBOL_GPL vmlinux 0xf1124ecd sfp_upstream_set_signal_rate +EXPORT_SYMBOL_GPL vmlinux 0xf123aea8 ext_pi_type1_crc64 +EXPORT_SYMBOL_GPL vmlinux 0xf12d37eb usb_autopm_put_interface_async +EXPORT_SYMBOL_GPL vmlinux 0xf163bbd7 nvmem_add_one_cell +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf18d2ae4 fscrypt_prepare_symlink +EXPORT_SYMBOL_GPL vmlinux 0xf199afd9 mas_pause +EXPORT_SYMBOL_GPL vmlinux 0xf19dc1c9 bpf_trace_run11 +EXPORT_SYMBOL_GPL vmlinux 0xf1a0946b reset_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xf1a62b6f of_i8042_kbd_irq +EXPORT_SYMBOL_GPL vmlinux 0xf1ac05f7 rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0xf1ac0cd6 ehci_resume +EXPORT_SYMBOL_GPL vmlinux 0xf1c2bafe irq_force_affinity +EXPORT_SYMBOL_GPL vmlinux 0xf1c4a87c vp_modern_get_status +EXPORT_SYMBOL_GPL vmlinux 0xf1e22a3c serdev_device_set_parity +EXPORT_SYMBOL_GPL vmlinux 0xf1ecda92 vcap_set_rule_set_keyset +EXPORT_SYMBOL_GPL vmlinux 0xf1edaf40 clk_hw_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xf1ffb44f vcap_rule_set_counter_id +EXPORT_SYMBOL_GPL vmlinux 0xf20de8ce iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf231fe25 uart_xchar_out +EXPORT_SYMBOL_GPL vmlinux 0xf236a702 ip6_route_output_flags +EXPORT_SYMBOL_GPL vmlinux 0xf26eadbd devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xf28404cf devlink_dpipe_header_ipv6 +EXPORT_SYMBOL_GPL vmlinux 0xf2861070 pci_bridge_secondary_bus_reset +EXPORT_SYMBOL_GPL vmlinux 0xf2883e5d device_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0xf293d0b3 crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf2967796 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0xf2b0cf9f load_vcpu_state +EXPORT_SYMBOL_GPL vmlinux 0xf2b33cb7 memory_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xf2b4bc48 blkdev_zone_mgmt +EXPORT_SYMBOL_GPL vmlinux 0xf2c577f2 irq_domain_remove_sim +EXPORT_SYMBOL_GPL vmlinux 0xf2d7915c ata_eh_read_sense_success_ncq_log +EXPORT_SYMBOL_GPL vmlinux 0xf2dd594d gpiod_get_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xf2f04bd7 pci_iov_vf_id +EXPORT_SYMBOL_GPL vmlinux 0xf2f0b73a xive_native_get_vp_state +EXPORT_SYMBOL_GPL vmlinux 0xf2fb61bd vprintk_default +EXPORT_SYMBOL_GPL vmlinux 0xf2ff4bc2 serial8250_em485_supported +EXPORT_SYMBOL_GPL vmlinux 0xf30a5502 cpufreq_enable_boost_support +EXPORT_SYMBOL_GPL vmlinux 0xf30c7b54 devl_sb_register +EXPORT_SYMBOL_GPL vmlinux 0xf311e156 key_being_used_for +EXPORT_SYMBOL_GPL vmlinux 0xf31632e0 ezx_pcap_read +EXPORT_SYMBOL_GPL vmlinux 0xf319c605 vas_copy_crb +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf322ca5a sata_std_hardreset +EXPORT_SYMBOL_GPL vmlinux 0xf331236f btree_geo32 +EXPORT_SYMBOL_GPL vmlinux 0xf33ba2b7 screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0xf34af1c0 pci_create_ims_domain +EXPORT_SYMBOL_GPL vmlinux 0xf350c19b simple_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0xf3516bc7 pcibios_free_controller_deferred +EXPORT_SYMBOL_GPL vmlinux 0xf352023f memory_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xf368d677 account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0xf3797506 mpi_ec_deinit +EXPORT_SYMBOL_GPL vmlinux 0xf37f56c7 bdev_disk_changed +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf3864cc6 irq_domain_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xf38d1d38 reset_control_get_count +EXPORT_SYMBOL_GPL vmlinux 0xf3913ea9 pci_epc_init_notify +EXPORT_SYMBOL_GPL vmlinux 0xf3954d58 sdio_get_host_pm_caps +EXPORT_SYMBOL_GPL vmlinux 0xf39c6b22 mmc_poll_for_busy +EXPORT_SYMBOL_GPL vmlinux 0xf3a09fe7 crypto_has_kpp +EXPORT_SYMBOL_GPL vmlinux 0xf3b451ca kdb_poll_funcs +EXPORT_SYMBOL_GPL vmlinux 0xf3b90ba8 tps6586x_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0xf3b926ee of_usb_get_dr_mode_by_phy +EXPORT_SYMBOL_GPL vmlinux 0xf3b9f660 crypto_alloc_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0xf3bd0b3b icc_put +EXPORT_SYMBOL_GPL vmlinux 0xf3befd5a mctrl_gpio_init_noauto +EXPORT_SYMBOL_GPL vmlinux 0xf3c2b2ae pinctrl_generic_get_group_count +EXPORT_SYMBOL_GPL vmlinux 0xf3c52553 irq_domain_reset_irq_data +EXPORT_SYMBOL_GPL vmlinux 0xf3caaef2 pci_create_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xf3e5dbae scsi_dh_attach +EXPORT_SYMBOL_GPL vmlinux 0xf3eaaae5 register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xf3f57079 regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0xf41759ca lp8788_read_byte +EXPORT_SYMBOL_GPL vmlinux 0xf421d47e vcap_copy_rule +EXPORT_SYMBOL_GPL vmlinux 0xf428b858 __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0xf42da491 set_thread_tidr +EXPORT_SYMBOL_GPL vmlinux 0xf446075b hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0xf4574639 kernfs_path_from_node +EXPORT_SYMBOL_GPL vmlinux 0xf466dbc5 dev_attr_em_message_type +EXPORT_SYMBOL_GPL vmlinux 0xf4689d50 linkmode_set_pause +EXPORT_SYMBOL_GPL vmlinux 0xf46b4784 iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0xf46f7c73 __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xf47654df irq_check_status_bit +EXPORT_SYMBOL_GPL vmlinux 0xf489a6d8 serial8250_release_dma +EXPORT_SYMBOL_GPL vmlinux 0xf48b7e4a balloon_mops +EXPORT_SYMBOL_GPL vmlinux 0xf49c371b led_trigger_write +EXPORT_SYMBOL_GPL vmlinux 0xf4ac4dc4 platform_find_device_by_driver +EXPORT_SYMBOL_GPL vmlinux 0xf4ae33f4 unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xf4af35c2 rcu_gp_is_normal +EXPORT_SYMBOL_GPL vmlinux 0xf4af9fca tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xf4b62832 pci_p2pdma_enable_store +EXPORT_SYMBOL_GPL vmlinux 0xf4cd9f8f reset_control_bulk_release +EXPORT_SYMBOL_GPL vmlinux 0xf4eb428a user_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf500f789 usb_hub_release_port +EXPORT_SYMBOL_GPL vmlinux 0xf504039f ohci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0xf50d6490 dev_pm_qos_hide_flags +EXPORT_SYMBOL_GPL vmlinux 0xf517b048 regulator_list_hardware_vsel +EXPORT_SYMBOL_GPL vmlinux 0xf525598c phy_led_trigger_change_speed +EXPORT_SYMBOL_GPL vmlinux 0xf537be7a genpd_dev_pm_attach +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf55021ce report_iommu_fault +EXPORT_SYMBOL_GPL vmlinux 0xf553318d cpuidle_pause_and_lock +EXPORT_SYMBOL_GPL vmlinux 0xf55c8f29 cpufreq_freq_transition_end +EXPORT_SYMBOL_GPL vmlinux 0xf5913910 iommu_device_sysfs_add +EXPORT_SYMBOL_GPL vmlinux 0xf5a067bf iommu_group_dma_owner_claimed +EXPORT_SYMBOL_GPL vmlinux 0xf5a3ba99 linear_range_values_in_range +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5a8e96b fscrypt_mergeable_bio_bh +EXPORT_SYMBOL_GPL vmlinux 0xf5cd3243 pnv_ocxl_spa_remove_pe_from_cache +EXPORT_SYMBOL_GPL vmlinux 0xf5d965b8 evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0xf5daedac serdev_device_add +EXPORT_SYMBOL_GPL vmlinux 0xf5f370e0 async_schedule_node +EXPORT_SYMBOL_GPL vmlinux 0xf5f8bd5b virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0xf5f9acdf usb_set_configuration +EXPORT_SYMBOL_GPL vmlinux 0xf60cc5b1 i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL vmlinux 0xf6126c29 devm_regulator_register +EXPORT_SYMBOL_GPL vmlinux 0xf612ead5 sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0xf613fa20 irq_chip_set_vcpu_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0xf61ad5af kernstart_virt_addr +EXPORT_SYMBOL_GPL vmlinux 0xf61b7aae dev_pm_opp_get_opp_count +EXPORT_SYMBOL_GPL vmlinux 0xf61c5268 bpf_trace_run12 +EXPORT_SYMBOL_GPL vmlinux 0xf62d449d led_trigger_read +EXPORT_SYMBOL_GPL vmlinux 0xf6315789 scsi_block_targets +EXPORT_SYMBOL_GPL vmlinux 0xf6341a9c sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0xf63961c6 rhashtable_walk_start_check +EXPORT_SYMBOL_GPL vmlinux 0xf6488d6d irq_chip_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0xf64bd8ac crypto_unregister_skciphers +EXPORT_SYMBOL_GPL vmlinux 0xf654f195 syscon_regmap_lookup_by_phandle_args +EXPORT_SYMBOL_GPL vmlinux 0xf65c1701 devlink_port_linecard_set +EXPORT_SYMBOL_GPL vmlinux 0xf65fa365 crypto_register_rng +EXPORT_SYMBOL_GPL vmlinux 0xf663ee2f pcap_adc_sync +EXPORT_SYMBOL_GPL vmlinux 0xf6715bb2 fscrypt_ioctl_add_key +EXPORT_SYMBOL_GPL vmlinux 0xf68d0872 dev_pm_qos_add_ancestor_request +EXPORT_SYMBOL_GPL vmlinux 0xf6a28554 region_intersects +EXPORT_SYMBOL_GPL vmlinux 0xf6a44f5d user_update +EXPORT_SYMBOL_GPL vmlinux 0xf6afb2c2 sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0xf6b13320 dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0xf6beee37 __SCK__tp_func_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xf6c25372 phy_led_triggers_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf6c6097e tps65912_device_init +EXPORT_SYMBOL_GPL vmlinux 0xf6c8dc62 cpu_hotplug_enable +EXPORT_SYMBOL_GPL vmlinux 0xf6dd5c9c gpiochip_get_data +EXPORT_SYMBOL_GPL vmlinux 0xf6e05d25 rhashtable_init +EXPORT_SYMBOL_GPL vmlinux 0xf6e26012 ata_bmdma_post_internal_cmd +EXPORT_SYMBOL_GPL vmlinux 0xf6e772c3 irq_bypass_unregister_producer +EXPORT_SYMBOL_GPL vmlinux 0xf6e874f5 ata_timing_merge +EXPORT_SYMBOL_GPL vmlinux 0xf6fb92b8 regulator_set_pull_down_regmap +EXPORT_SYMBOL_GPL vmlinux 0xf7145dc4 drop_reasons_unregister_subsys +EXPORT_SYMBOL_GPL vmlinux 0xf7155851 blk_crypto_profile_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf72a65ea tty_get_char_size +EXPORT_SYMBOL_GPL vmlinux 0xf7455c16 input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0xf749debc md5_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0xf74bb274 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xf74e36e9 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0xf74e7c93 jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0xf74f2236 extcon_get_extcon_dev +EXPORT_SYMBOL_GPL vmlinux 0xf75a88c9 nd_tbl +EXPORT_SYMBOL_GPL vmlinux 0xf76ac1f6 mas_store +EXPORT_SYMBOL_GPL vmlinux 0xf782fb07 percpu_ref_switch_to_atomic_sync +EXPORT_SYMBOL_GPL vmlinux 0xf796e4dc ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0xf7995829 bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0xf79b3d65 of_genpd_del_provider +EXPORT_SYMBOL_GPL vmlinux 0xf7a0de0b regulator_get_bypass_regmap +EXPORT_SYMBOL_GPL vmlinux 0xf7a6fb55 device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0xf7ac7ad1 regulator_map_voltage_ascend +EXPORT_SYMBOL_GPL vmlinux 0xf7b5790c alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xf7bc95b0 devlink_fmsg_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xf7dbf9f7 pm_runtime_suspended_time +EXPORT_SYMBOL_GPL vmlinux 0xf7f461a7 devm_device_add_group +EXPORT_SYMBOL_GPL vmlinux 0xf7fedaef poll_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0xf8012d9a devlink_dpipe_table_counter_enabled +EXPORT_SYMBOL_GPL vmlinux 0xf80da0e9 vfs_inode_has_locks +EXPORT_SYMBOL_GPL vmlinux 0xf80f5fc7 __SCK__tp_func_ata_exec_command +EXPORT_SYMBOL_GPL vmlinux 0xf815d3f5 wbc_detach_inode +EXPORT_SYMBOL_GPL vmlinux 0xf81dce70 thermal_genl_cpu_capability_event +EXPORT_SYMBOL_GPL vmlinux 0xf8282fe1 fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xf82843a1 of_dma_router_register +EXPORT_SYMBOL_GPL vmlinux 0xf8350233 swapcache_mapping +EXPORT_SYMBOL_GPL vmlinux 0xf83ef5fa bio_end_io_acct_remapped +EXPORT_SYMBOL_GPL vmlinux 0xf84374cc serial8250_update_uartclk +EXPORT_SYMBOL_GPL vmlinux 0xf84c814e __percpu_init_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xf85c7a5e iomap_writepages +EXPORT_SYMBOL_GPL vmlinux 0xf8619254 __clk_get_hw +EXPORT_SYMBOL_GPL vmlinux 0xf8657a7b failover_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf883bf93 crypto_dh_key_len +EXPORT_SYMBOL_GPL vmlinux 0xf8a6f949 sch_frag_xmit_hook +EXPORT_SYMBOL_GPL vmlinux 0xf8b1b260 stmpe_reg_read +EXPORT_SYMBOL_GPL vmlinux 0xf8df5c36 spi_controller_dma_unmap_mem_op_data +EXPORT_SYMBOL_GPL vmlinux 0xf8e0a12d of_regulator_match +EXPORT_SYMBOL_GPL vmlinux 0xf8f3a0fb ata_ratelimit +EXPORT_SYMBOL_GPL vmlinux 0xf8f40e33 devm_regulator_bulk_get_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xf8f8471e __traceiter_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xf8fb0b7c ehci_init_driver +EXPORT_SYMBOL_GPL vmlinux 0xf90d825c usb_unlink_urb +EXPORT_SYMBOL_GPL vmlinux 0xf9202099 ata_host_start +EXPORT_SYMBOL_GPL vmlinux 0xf94ea1ad bpf_trace_run8 +EXPORT_SYMBOL_GPL vmlinux 0xf9514dc5 crypto_alloc_acomp_node +EXPORT_SYMBOL_GPL vmlinux 0xf95322f4 kthread_parkme +EXPORT_SYMBOL_GPL vmlinux 0xf9532f3b cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0xf955e9c5 bprintf +EXPORT_SYMBOL_GPL vmlinux 0xf97471ef opal_i2c_request +EXPORT_SYMBOL_GPL vmlinux 0xf97943bc clk_hw_get_rate +EXPORT_SYMBOL_GPL vmlinux 0xf9838e64 virtio_device_restore +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9a2bbe8 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0xf9a80585 pci_remove_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xf9afd3c8 devlink_linecard_nested_dl_set +EXPORT_SYMBOL_GPL vmlinux 0xf9b2841c blk_mq_alloc_sq_tag_set +EXPORT_SYMBOL_GPL vmlinux 0xf9bbdbfb usb_phy_set_charger_state +EXPORT_SYMBOL_GPL vmlinux 0xf9d1b850 ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xf9f5a11c scsi_autopm_get_device +EXPORT_SYMBOL_GPL vmlinux 0xfa151379 mas_next +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa1f3e05 led_put +EXPORT_SYMBOL_GPL vmlinux 0xfa20488d tcp_parse_mss_option +EXPORT_SYMBOL_GPL vmlinux 0xfa213164 input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0xfa2796d2 mddev_init +EXPORT_SYMBOL_GPL vmlinux 0xfa28c78d fuse_request_end +EXPORT_SYMBOL_GPL vmlinux 0xfa336bf0 syscon_node_to_regmap +EXPORT_SYMBOL_GPL vmlinux 0xfa43cefc is_hash_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xfa5e8a94 of_i2c_get_board_info +EXPORT_SYMBOL_GPL vmlinux 0xfa666974 queue_work_node +EXPORT_SYMBOL_GPL vmlinux 0xfa79b05d power_supply_external_power_changed +EXPORT_SYMBOL_GPL vmlinux 0xfa7d2ad8 hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0xfa8911f6 of_property_read_u64_index +EXPORT_SYMBOL_GPL vmlinux 0xfa9fdd0b netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfaaf8621 power_supply_battery_bti_in_range +EXPORT_SYMBOL_GPL vmlinux 0xfab02424 __folio_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0xfab30dc0 mdio_bus_exit +EXPORT_SYMBOL_GPL vmlinux 0xfab3bf34 fscrypt_d_revalidate +EXPORT_SYMBOL_GPL vmlinux 0xfab53ed9 pinctrl_gpio_can_use_line +EXPORT_SYMBOL_GPL vmlinux 0xfab65754 pm_generic_poweroff_late +EXPORT_SYMBOL_GPL vmlinux 0xfabb6aff opal_flash_erase +EXPORT_SYMBOL_GPL vmlinux 0xfac583db device_iommu_capable +EXPORT_SYMBOL_GPL vmlinux 0xfad9c827 kill_dax +EXPORT_SYMBOL_GPL vmlinux 0xfaed776a devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xfb0619fd sk_msg_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0xfb0d7867 __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xfb1b8dea kvmppc_msr_hard_disable_set_facilities +EXPORT_SYMBOL_GPL vmlinux 0xfb23301f usb_phy_roothub_suspend +EXPORT_SYMBOL_GPL vmlinux 0xfb2af507 virtio_add_status +EXPORT_SYMBOL_GPL vmlinux 0xfb2ddfe3 da9052_free_irq +EXPORT_SYMBOL_GPL vmlinux 0xfb302299 rio_enable_rx_tx_port +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb35890a x509_cert_parse +EXPORT_SYMBOL_GPL vmlinux 0xfb3a45f6 inet_send_prepare +EXPORT_SYMBOL_GPL vmlinux 0xfb433345 iommu_get_domain_for_dev_pasid +EXPORT_SYMBOL_GPL vmlinux 0xfb48325d device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xfb55645e vp_legacy_get_features +EXPORT_SYMBOL_GPL vmlinux 0xfb60faf5 posix_acl_clone +EXPORT_SYMBOL_GPL vmlinux 0xfb6d216d regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0xfb6eedf9 power_group_name +EXPORT_SYMBOL_GPL vmlinux 0xfb70d1d1 blk_mq_sched_try_insert_merge +EXPORT_SYMBOL_GPL vmlinux 0xfb738290 trace_seq_bprintf +EXPORT_SYMBOL_GPL vmlinux 0xfb7f8928 irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0xfb9e9f7b regmap_test_bits +EXPORT_SYMBOL_GPL vmlinux 0xfba778af ata_sas_port_suspend +EXPORT_SYMBOL_GPL vmlinux 0xfbb8a328 dst_blackhole_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbbdf55c iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xfbcd33c5 clk_hw_register +EXPORT_SYMBOL_GPL vmlinux 0xfbd65c58 switchdev_handle_port_obj_del_foreign +EXPORT_SYMBOL_GPL vmlinux 0xfbffd601 net_prio_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xfc02ccaa pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc0ec615 debugfs_create_devm_seqfile +EXPORT_SYMBOL_GPL vmlinux 0xfc1c7ac9 wakeup_source_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfc201b66 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0xfc21cd1e trace_array_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xfc234177 _kvmppc_save_tm_pr +EXPORT_SYMBOL_GPL vmlinux 0xfc51b499 mmu_lpid_bits +EXPORT_SYMBOL_GPL vmlinux 0xfc571e96 max8997_update_reg +EXPORT_SYMBOL_GPL vmlinux 0xfc5cf339 pci_pasid_features +EXPORT_SYMBOL_GPL vmlinux 0xfc683b45 has_big_cores +EXPORT_SYMBOL_GPL vmlinux 0xfc71d21e regulator_set_voltage_time +EXPORT_SYMBOL_GPL vmlinux 0xfc71e4c6 fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0xfc7ed051 device_initialize +EXPORT_SYMBOL_GPL vmlinux 0xfc8d7596 bdi_dev_name +EXPORT_SYMBOL_GPL vmlinux 0xfc8d8fca vp_modern_queue_address +EXPORT_SYMBOL_GPL vmlinux 0xfca4b21c to_software_node +EXPORT_SYMBOL_GPL vmlinux 0xfcaf49b0 trace_handle_return +EXPORT_SYMBOL_GPL vmlinux 0xfcbfec70 add_memory_driver_managed +EXPORT_SYMBOL_GPL vmlinux 0xfcc1edd3 memory_block_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0xfcc807f2 xhci_dbg_trace +EXPORT_SYMBOL_GPL vmlinux 0xfcc80b54 tracing_snapshot_cond_disable +EXPORT_SYMBOL_GPL vmlinux 0xfcd2d5c2 __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xfce8e67d debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0xfceaecbd pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xfcf9ef73 hw_protection_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xfcffda3b devm_hwspin_lock_free +EXPORT_SYMBOL_GPL vmlinux 0xfd0ca400 xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0xfd1053c1 regulator_unregister_supply_alias +EXPORT_SYMBOL_GPL vmlinux 0xfd113e62 virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0xfd2352fc pci_epf_free_space +EXPORT_SYMBOL_GPL vmlinux 0xfd2c2465 kthread_flush_work +EXPORT_SYMBOL_GPL vmlinux 0xfd2d4a21 skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0xfd4d55e6 usb_hcd_pci_pm_ops +EXPORT_SYMBOL_GPL vmlinux 0xfd725050 pci_epf_alloc_space +EXPORT_SYMBOL_GPL vmlinux 0xfd77417e regulator_get_error_flags +EXPORT_SYMBOL_GPL vmlinux 0xfd77e268 register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xfd939d5f gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0xfd99da69 nvmem_cell_read_u8 +EXPORT_SYMBOL_GPL vmlinux 0xfd9fb52a devm_mbox_controller_register +EXPORT_SYMBOL_GPL vmlinux 0xfda08ac3 serial8250_rpm_put +EXPORT_SYMBOL_GPL vmlinux 0xfda36432 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0xfdae9e24 phy_save_page +EXPORT_SYMBOL_GPL vmlinux 0xfdba1353 hash_page_mm +EXPORT_SYMBOL_GPL vmlinux 0xfdbd7a17 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xfdc5bd37 usb_of_has_combined_node +EXPORT_SYMBOL_GPL vmlinux 0xfdd86052 attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfdd911d9 gpiod_set_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0xfddafce7 driver_attach +EXPORT_SYMBOL_GPL vmlinux 0xfddeda00 pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0xfdedcd3b generic_online_page +EXPORT_SYMBOL_GPL vmlinux 0xfe0de0af thermal_zone_device_update +EXPORT_SYMBOL_GPL vmlinux 0xfe19dc28 vivaldi_function_row_physmap_show +EXPORT_SYMBOL_GPL vmlinux 0xfe1a7a7b mpi_point_release +EXPORT_SYMBOL_GPL vmlinux 0xfe1b2f45 ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xfe2c3286 usb_anchor_resume_wakeups +EXPORT_SYMBOL_GPL vmlinux 0xfe3b63b6 perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0xfe4527a7 fwnode_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0xfe476039 ktime_get_resolution_ns +EXPORT_SYMBOL_GPL vmlinux 0xfe500a8e dev_pm_opp_is_turbo +EXPORT_SYMBOL_GPL vmlinux 0xfe667344 blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0xfe75dc1a skb_mpls_pop +EXPORT_SYMBOL_GPL vmlinux 0xfe801e55 tty_kclose +EXPORT_SYMBOL_GPL vmlinux 0xfe8cdb84 ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0xfe97b241 spi_bus_unlock +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfe99dad0 dtpm_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xfeaa1558 opal_async_wait_response_interruptible +EXPORT_SYMBOL_GPL vmlinux 0xfeb54517 devm_thermal_of_zone_register +EXPORT_SYMBOL_GPL vmlinux 0xfebf6a5b bio_start_io_acct +EXPORT_SYMBOL_GPL vmlinux 0xfec133ef ata_sff_drain_fifo +EXPORT_SYMBOL_GPL vmlinux 0xfec57873 spi_setup +EXPORT_SYMBOL_GPL vmlinux 0xfed11ed1 usb_mon_deregister +EXPORT_SYMBOL_GPL vmlinux 0xfeea1b3d irq_chip_set_parent_state +EXPORT_SYMBOL_GPL vmlinux 0xfeec3489 pkcs7_parse_message +EXPORT_SYMBOL_GPL vmlinux 0xfef30e3e ata_sas_port_alloc +EXPORT_SYMBOL_GPL vmlinux 0xfefa0fe6 kick_process +EXPORT_SYMBOL_GPL vmlinux 0xff0061f6 tcp_enter_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff08daf6 tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0xff095138 of_add_property +EXPORT_SYMBOL_GPL vmlinux 0xff142ff8 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0xff1666f3 reset_control_bulk_assert +EXPORT_SYMBOL_GPL vmlinux 0xff1765c7 rtas_call +EXPORT_SYMBOL_GPL vmlinux 0xff17d41b adp5520_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xff1bc855 xhci_reset_bandwidth +EXPORT_SYMBOL_GPL vmlinux 0xff291ecf clk_unregister_divider +EXPORT_SYMBOL_GPL vmlinux 0xff42c374 usb_role_switch_get_role +EXPORT_SYMBOL_GPL vmlinux 0xff581bae usb_disable_lpm +EXPORT_SYMBOL_GPL vmlinux 0xff59c945 usb_block_urb +EXPORT_SYMBOL_GPL vmlinux 0xff642fa0 i2c_adapter_type +EXPORT_SYMBOL_GPL vmlinux 0xff747146 debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0xff7e33bf mpi_sub_ui +EXPORT_SYMBOL_GPL vmlinux 0xff81487d gpiod_remove_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0xff8279d4 of_phandle_args_to_fwspec +EXPORT_SYMBOL_GPL vmlinux 0xff84a8a5 page_reporting_order +EXPORT_SYMBOL_GPL vmlinux 0xff8789cf of_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0xff88034c sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0xff98bc5c blk_mq_freeze_queue_wait +EXPORT_SYMBOL_GPL vmlinux 0xff9ac500 serdev_device_write_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xff9e23d1 hugetlb_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xff9e8c03 devm_clk_hw_register_fixed_factor_index +EXPORT_SYMBOL_GPL vmlinux 0xffae8e8b nsecs_to_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xffaedb7f tcf_dev_queue_xmit +EXPORT_SYMBOL_GPL vmlinux 0xffc0c4bd rio_mport_read_config_8 +EXPORT_SYMBOL_GPL vmlinux 0xffc64f3b l3mdev_table_lookup_register +EXPORT_SYMBOL_GPL vmlinux 0xffd69639 __clk_hw_register_mux +EXPORT_SYMBOL_GPL vmlinux 0xfff59ad3 fat_scan +FIRMWARE_LOADER_PRIVATE EXPORT_SYMBOL_GPL 0x07342898 unregister_firmware_config_sysctl vmlinux +FIRMWARE_LOADER_PRIVATE EXPORT_SYMBOL_GPL 0xae43feea register_firmware_config_sysctl vmlinux +FIRMWARE_LOADER_PRIVATE EXPORT_SYMBOL_GPL 0xd3ae7756 fw_fallback_config vmlinux +FW_CS_DSP EXPORT_SYMBOL_GPL 0x116387a0 cs_dsp_adsp1_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x144d6986 cs_dsp_mem_region_name drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x1793a78f cs_dsp_read_raw_data_block drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x1fccab54 cs_dsp_halo_wdt_expire drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x23162285 cs_dsp_power_up drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x3d4ad51f cs_dsp_stop drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x3e148bf1 cs_dsp_read_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x4e5562f8 cs_dsp_remove_padding drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x4e793cb2 cs_dsp_remove drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x4eb0842a cs_dsp_init_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x6c6da26e cs_dsp_halo_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x6e0cce2d cs_dsp_chunk_write drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x6fe42a18 cs_dsp_run drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x8a7fcacc cs_dsp_coeff_read_ctrl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x937602cf cs_dsp_adsp2_init drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x99e81bba cs_dsp_coeff_write_ctrl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9cf21972 cs_dsp_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9e324cb0 cs_dsp_chunk_flush drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0x9fcab183 cs_dsp_adsp2_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xa171f7c2 cs_dsp_halo_bus_error drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xaa970c39 cs_dsp_get_ctl drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xb5986f88 cs_dsp_adsp1_power_down drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xb6c0d9e7 cs_dsp_chunk_read drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xc62d12ac cs_dsp_cleanup_debugfs drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xc8dcfe51 cs_dsp_set_dspclk drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xd6033f68 cs_dsp_write_data_word drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xd9a99042 cs_dsp_coeff_write_acked_control drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xe8a1ca02 cs_dsp_find_alg_region drivers/firmware/cirrus/cs_dsp +FW_CS_DSP EXPORT_SYMBOL_GPL 0xeea6a30c cs_dsp_adsp1_power_up drivers/firmware/cirrus/cs_dsp +HWMON_THERMAL EXPORT_SYMBOL_GPL 0xb4673df0 hwmon_device_register_for_thermal vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x5b3a2cd6 idle_inject_start vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x85c2b7eb idle_inject_stop vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0x95e93783 idle_inject_set_latency vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0xc18575af idle_inject_set_duration vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0xe9cae481 idle_inject_register vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0xe9cbcfd0 idle_inject_get_duration vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0xea86d9dd idle_inject_register_full vmlinux +IDLE_INJECT EXPORT_SYMBOL_GPL 0xf0e96547 idle_inject_unregister vmlinux +IIO_AD5592R EXPORT_SYMBOL_GPL 0x088e437a ad5592r_remove drivers/iio/dac/ad5592r-base +IIO_AD5592R EXPORT_SYMBOL_GPL 0x7cfe5db1 ad5592r_probe drivers/iio/dac/ad5592r-base +IIO_AD5686 EXPORT_SYMBOL_GPL 0x16440310 ad5686_probe drivers/iio/dac/ad5686 +IIO_AD5686 EXPORT_SYMBOL_GPL 0x5f776c2b ad5686_remove drivers/iio/dac/ad5686 +IIO_AD7091R EXPORT_SYMBOL_GPL 0x76483281 ad7091r_probe drivers/iio/adc/ad7091r-base +IIO_AD7091R EXPORT_SYMBOL_GPL 0xfe4b54ac ad7091r_regmap_config drivers/iio/adc/ad7091r-base +IIO_AD7606 EXPORT_SYMBOL_GPL 0x42f4b6c8 ad7606_pm_ops drivers/iio/adc/ad7606 +IIO_AD7606 EXPORT_SYMBOL_GPL 0xc4d433fa ad7606_probe drivers/iio/adc/ad7606 +IIO_ADISLIB EXPORT_SYMBOL 0x23bfdda0 adis_debugfs_reg_access drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL 0x9da3d3ac __adis_enable_irq drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x02953ee8 __adis_update_bits_base drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x0ac69d57 adis_init drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x1143ae2f __adis_check_status drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x334ee726 __adis_write_reg drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x786ad1c8 adis_single_conversion drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x7b511e2a devm_adis_probe_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x7e95f249 __adis_initial_startup drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0x888b619d adis_update_scan_mode drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xa9d6994c devm_adis_setup_buffer_and_trigger drivers/iio/imu/adis_lib +IIO_ADISLIB EXPORT_SYMBOL_GPL 0xe66dfd6d __adis_read_reg drivers/iio/imu/adis_lib +IIO_ADIS_LIB EXPORT_SYMBOL_GPL 0x56e99f3b __adis_reset drivers/iio/imu/adis_lib +IIO_ADI_AXI EXPORT_SYMBOL_GPL 0x7aabd862 devm_adi_axi_adc_conv_register drivers/iio/adc/adi-axi-adc +IIO_ADI_AXI EXPORT_SYMBOL_GPL 0xddd4ae52 adi_axi_adc_conv_priv drivers/iio/adc/adi-axi-adc +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x1a2606a2 adxl31x_chip_info drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x6de61776 adxl313_core_probe drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x8401eedc adxl313_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x93298a1c adxl312_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0x932e87b3 adxl314_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe1d8d09c adxl314_readable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xe1dfdd33 adxl312_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL313 EXPORT_SYMBOL_GPL 0xf6f7b9f3 adxl313_writable_regs_table drivers/iio/accel/adxl313_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0x4d2f5e0f adxl35x_chip_info drivers/iio/accel/adxl355_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0x6ff5403b adxl355_readable_regs_tbl drivers/iio/accel/adxl355_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0x9117dbb0 adxl355_core_probe drivers/iio/accel/adxl355_core +IIO_ADXL355 EXPORT_SYMBOL_GPL 0xb446fa86 adxl355_writeable_regs_tbl drivers/iio/accel/adxl355_core +IIO_ADXL367 EXPORT_SYMBOL_GPL 0x817ab3fd adxl367_probe drivers/iio/accel/adxl367 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0x42443918 adxl372_probe drivers/iio/accel/adxl372 +IIO_ADXL372 EXPORT_SYMBOL_GPL 0x5605953d adxl372_readable_noinc_reg drivers/iio/accel/adxl372 +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x0d645f48 ad_sigma_delta_single_conversion drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x2ea8b671 ad_sd_calibrate drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x4a28e786 ad_sd_set_comm drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0x9c0d4dd5 ad_sd_reset drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xa4363c3d ad_sd_calibrate_all drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xad44cf13 ad_sd_read_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xaffe0ba0 ad_sd_validate_trigger drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xdcbfb577 ad_sd_init drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xed1c3922 ad_sd_write_reg drivers/iio/adc/ad_sigma_delta +IIO_AD_SIGMA_DELTA EXPORT_SYMBOL_GPL 0xfe06ece1 devm_ad_sd_setup_buffer_and_trigger drivers/iio/adc/ad_sigma_delta +IIO_BMA400 EXPORT_SYMBOL 0x1085c525 bma400_probe drivers/iio/accel/bma400_core +IIO_BMA400 EXPORT_SYMBOL 0xc1b18fbe bma400_regmap_config drivers/iio/accel/bma400_core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x23fb8a63 bmc150_accel_pm_ops drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0x3574d1c9 bmc150_accel_core_remove drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0xd3d7f40d bmc150_regmap_conf drivers/iio/accel/bmc150-accel-core +IIO_BMC150 EXPORT_SYMBOL_GPL 0xefe9a13f bmc150_accel_core_probe drivers/iio/accel/bmc150-accel-core +IIO_BMC150_MAGN EXPORT_SYMBOL 0x3abbdbbe bmc150_magn_remove drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0x935fce3f bmc150_magn_pm_ops drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0xce7d32f6 bmc150_magn_probe drivers/iio/magnetometer/bmc150_magn +IIO_BMC150_MAGN EXPORT_SYMBOL 0xdf01ae48 bmc150_magn_regmap_config drivers/iio/magnetometer/bmc150_magn +IIO_BME680 EXPORT_SYMBOL 0x0c546825 bme680_regmap_config drivers/iio/chemical/bme680_core +IIO_BME680 EXPORT_SYMBOL_GPL 0xf9a3709a bme680_core_probe drivers/iio/chemical/bme680_core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x3cf55690 bmi088_accel_core_remove drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0x7bbab8ee bmi088_regmap_conf drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xb6e5100b bmi088_accel_pm_ops drivers/iio/accel/bmi088-accel-core +IIO_BMI088 EXPORT_SYMBOL_GPL 0xfea50faf bmi088_accel_core_probe drivers/iio/accel/bmi088-accel-core +IIO_BMI160 EXPORT_SYMBOL 0x3b0c95d1 bmi160_regmap_config drivers/iio/imu/bmi160/bmi160_core +IIO_BMI160 EXPORT_SYMBOL 0xca19cfae bmi160_enable_irq drivers/iio/imu/bmi160/bmi160_core +IIO_BMI160 EXPORT_SYMBOL_GPL 0xd3a83fa7 bmi160_core_probe drivers/iio/imu/bmi160/bmi160_core +IIO_BMP280 EXPORT_SYMBOL 0x022f7116 bmp380_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x07fb1a95 bmp180_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x0c53cd93 bmp580_regmap_config drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x175c4291 bmp280_common_probe drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0x3450d909 bmp380_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xa95f387f bmp280_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xcc9292bf bmp580_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xd53e1da4 bmp180_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xdeba19bb bme280_chip_info drivers/iio/pressure/bmp280 +IIO_BMP280 EXPORT_SYMBOL 0xed7dc7f7 bmp280_regmap_config drivers/iio/pressure/bmp280 +IIO_BNO055 EXPORT_SYMBOL_GPL 0x07691dcf bno055_regmap_config drivers/iio/imu/bno055/bno055 +IIO_BNO055 EXPORT_SYMBOL_GPL 0x4e37473a bno055_probe drivers/iio/imu/bno055/bno055 +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x0a312f20 fxas21002c_core_remove drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0x2083f149 fxas21002c_core_probe drivers/iio/gyro/fxas21002c_core +IIO_FXAS21002C EXPORT_SYMBOL_GPL 0xe56d047c fxas21002c_pm_ops drivers/iio/gyro/fxas21002c_core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x000f3679 fxls8962af_i2c_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x0e176375 fxls8962af_pm_ops drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0x7678d323 fxls8962af_core_probe drivers/iio/accel/fxls8962af-core +IIO_FXLS8962AF EXPORT_SYMBOL_GPL 0xa2d1a2bc fxls8962af_spi_regmap_conf drivers/iio/accel/fxls8962af-core +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x094bee02 iio_gts_avail_scales_for_time drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x296bb0cd iio_gts_all_avail_scales drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x4ed89402 iio_gts_find_sel_by_gain drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x53000dc5 iio_gts_find_gain_by_sel drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x54a7bad7 iio_gts_get_min_gain drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0x5f338fa0 iio_gts_find_new_gain_sel_by_old_gain_time drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xa3374797 iio_gts_get_scale drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xaf5aaa85 iio_find_closest_gain_low drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xc061498b iio_gts_avail_times drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xc25ccf30 iio_gts_find_new_gain_by_old_gain_time drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xd7e29768 iio_gts_find_gain_sel_for_scale_using_time drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xf0f8e0d3 devm_iio_init_iio_gts drivers/iio/industrialio-gts-helper +IIO_GTS_HELPER EXPORT_SYMBOL_GPL 0xf42af90f iio_gts_total_gain_to_scale drivers/iio/industrialio-gts-helper +IIO_HID EXPORT_SYMBOL 0x0d4d544a hid_sensor_write_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x26bf9c50 hid_sensor_convert_timestamp drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x31cee7d6 hid_sensor_write_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x36a61e01 hid_sensor_parse_common_attributes drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x5268334c hid_sensor_remove_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x5446fca4 hid_sensor_power_state drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x5d107485 hid_sensor_read_samp_freq_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x7f7621ec hid_sensor_format_scale drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0x82263d2f hid_sensor_pm_ops drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0x8b3503b9 hid_sensor_setup_trigger drivers/iio/common/hid-sensors/hid-sensor-trigger +IIO_HID EXPORT_SYMBOL 0xe8130f98 hid_sensor_write_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xea6c1fc8 hid_sensor_read_raw_hyst_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID EXPORT_SYMBOL 0xfce33621 hid_sensor_read_raw_hyst_rel_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x1775f93f hid_sensor_get_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0x63a07b34 hid_sensor_batch_mode_supported drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xe1559e8c hid_sensor_set_report_latency drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HID_ATTRIBUTES EXPORT_SYMBOL 0xff55fa50 hid_sensor_read_poll_value drivers/iio/common/hid-sensors/hid-sensor-iio-common +IIO_HMC5843 EXPORT_SYMBOL 0x1a5ab462 hmc5843_pm_ops drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0x2bde4f46 hmc5843_common_probe drivers/iio/magnetometer/hmc5843_core +IIO_HMC5843 EXPORT_SYMBOL 0x635225f7 hmc5843_common_remove drivers/iio/magnetometer/hmc5843_core +IIO_HTS221 EXPORT_SYMBOL 0xafd57a62 hts221_pm_ops drivers/iio/humidity/hts221 +IIO_HTS221 EXPORT_SYMBOL 0xdc168983 hts221_probe drivers/iio/humidity/hts221 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0x0099e440 inv_icm42600_core_probe drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0xafd60fe1 inv_icm42600_regmap_config drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_ICM42600 EXPORT_SYMBOL_GPL 0xe900cbe9 inv_icm42600_pm_ops drivers/iio/imu/inv_icm42600/inv-icm42600 +IIO_KX022A EXPORT_SYMBOL_GPL 0x3f5a9d60 kx022a_regmap drivers/iio/accel/kionix-kx022a +IIO_KX022A EXPORT_SYMBOL_GPL 0x9995e89d kx022a_probe_internal drivers/iio/accel/kionix-kx022a +IIO_KXSD9 EXPORT_SYMBOL 0x3d7b0b08 kxsd9_common_remove drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0x4935a135 kxsd9_common_probe drivers/iio/accel/kxsd9 +IIO_KXSD9 EXPORT_SYMBOL 0xfcec36ff kxsd9_dev_pm_ops drivers/iio/accel/kxsd9 +IIO_LSM6DSX EXPORT_SYMBOL 0x23205c74 st_lsm6dsx_pm_ops drivers/iio/imu/st_lsm6dsx/st_lsm6dsx +IIO_LSM6DSX EXPORT_SYMBOL 0xc8602a3b st_lsm6dsx_probe drivers/iio/imu/st_lsm6dsx/st_lsm6dsx +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x01c51cdc ms_sensors_read_serial drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x045688dd ms_sensors_read_prom_word drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x2d2f5cd5 ms_sensors_reset drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x36d8d9a5 ms_sensors_read_temp_and_pressure drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x42b6a050 ms_sensors_convert_and_read drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x61a3cd88 ms_sensors_ht_read_temperature drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x759172e5 ms_sensors_tp_read_prom drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x7f686012 ms_sensors_write_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0x9f9167da ms_sensors_show_heater drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xdf21c73f ms_sensors_show_battery_low drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xdf5775b9 ms_sensors_ht_read_humidity drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MEAS_SPEC_SENSORS EXPORT_SYMBOL 0xefd4fb42 ms_sensors_write_resolution drivers/iio/common/ms_sensors/ms_sensors_i2c +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x0f8e6c90 mma7455_core_regmap drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x5f38a220 mma7455_core_remove drivers/iio/accel/mma7455_core +IIO_MMA7455 EXPORT_SYMBOL_GPL 0x8a072f56 mma7455_core_probe drivers/iio/accel/mma7455_core +IIO_MMA9551 EXPORT_SYMBOL 0x071c5fb8 mma9551_read_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x1c91b65b mma9551_write_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x41ef446c mma9551_read_accel_scale drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x481f51a2 mma9551_read_status_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x6f1dbd09 mma9551_write_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x78b07c61 mma9551_read_status_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x7ce74255 mma9551_set_device_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0x9fd79c71 mma9551_write_config_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xa1a26bdf mma9551_read_accel_chan drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xa497c8cc mma9551_app_reset drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xad9496ce mma9551_set_power_state drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xb043d5d2 mma9551_read_status_byte drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xb2988e71 mma9551_gpio_config drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xbcd7fe96 mma9551_sleep drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xd560abad mma9551_read_config_word drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xd6bcc33d mma9551_update_config_bits drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xe2145b8e mma9551_read_config_words drivers/iio/accel/mma9551_core +IIO_MMA9551 EXPORT_SYMBOL 0xe23918ba mma9551_read_version drivers/iio/accel/mma9551_core +IIO_MPL115 EXPORT_SYMBOL 0xf44a5c5d mpl115_dev_pm_ops drivers/iio/pressure/mpl115 +IIO_MPL115 EXPORT_SYMBOL_GPL 0xc1f1119d mpl115_probe drivers/iio/pressure/mpl115 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0xbb369b25 inv_mpu_core_probe drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MPU6050 EXPORT_SYMBOL_GPL 0xe6691cd1 inv_mpu_pmops drivers/iio/imu/inv_mpu6050/inv-mpu6050 +IIO_MS5611 EXPORT_SYMBOL 0xa58fd88a ms5611_probe drivers/iio/pressure/ms5611_core +IIO_RESCALE EXPORT_SYMBOL_GPL 0x094814f5 rescale_process_scale drivers/iio/afe/iio-rescale +IIO_RESCALE EXPORT_SYMBOL_GPL 0x8c3197e7 rescale_process_offset drivers/iio/afe/iio-rescale +IIO_RM3100 EXPORT_SYMBOL_GPL 0x0a1424e0 rm3100_volatile_table drivers/iio/magnetometer/rm3100-core +IIO_RM3100 EXPORT_SYMBOL_GPL 0xaa911f08 rm3100_readable_table drivers/iio/magnetometer/rm3100-core +IIO_RM3100 EXPORT_SYMBOL_GPL 0xbd4667b0 rm3100_common_probe drivers/iio/magnetometer/rm3100-core +IIO_RM3100 EXPORT_SYMBOL_GPL 0xcc7209be rm3100_writable_table drivers/iio/magnetometer/rm3100-core +IIO_SCD30 EXPORT_SYMBOL 0x1b9f9f6b scd30_pm_ops drivers/iio/chemical/scd30_core +IIO_SCD30 EXPORT_SYMBOL 0xc6ddb39e scd30_probe drivers/iio/chemical/scd30_core +IIO_SPS30 EXPORT_SYMBOL_GPL 0xcc1f6309 sps30_probe drivers/iio/chemical/sps30 +IIO_SSP_SENSORS EXPORT_SYMBOL 0x5664c70f ssp_disable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x63cb3780 ssp_register_consumer drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x825f0922 ssp_common_process_data drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0x85098066 ssp_change_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0x88055ba8 ssp_common_buffer_postdisable drivers/iio/common/ssp_sensors/ssp_iio +IIO_SSP_SENSORS EXPORT_SYMBOL 0xa306c1f6 ssp_get_sensor_delay drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xaf684fa5 ssp_enable_sensor drivers/iio/common/ssp_sensors/sensorhub +IIO_SSP_SENSORS EXPORT_SYMBOL 0xf5c96b46 ssp_common_buffer_postenable drivers/iio/common/ssp_sensors/ssp_iio +IIO_ST_SENSORS EXPORT_SYMBOL 0x054c7257 st_sensors_set_axis_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x074d7047 st_sensors_trigger_handler drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x201de14d st_gyro_common_probe drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0x39445097 st_sensors_get_settings_index drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x3c5dbb64 st_sensors_validate_device drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x4575c1c1 st_sensors_init_sensor drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x46ef44eb st_sensors_sysfs_sampling_frequency_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x4fd49c32 st_sensors_debugfs_reg_access drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x52a08c7b st_gyro_get_settings drivers/iio/gyro/st_gyro +IIO_ST_SENSORS EXPORT_SYMBOL 0x564774f6 st_sensors_spi_configure drivers/iio/common/st_sensors/st_sensors_spi +IIO_ST_SENSORS EXPORT_SYMBOL 0x70d112e2 st_sensors_power_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x87bb9f4d st_magn_common_probe drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0x881ba2d3 st_sensors_read_info_raw drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x8a25e168 st_sensors_verify_id drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0x9d5cfae6 st_sensors_i2c_configure drivers/iio/common/st_sensors/st_sensors_i2c +IIO_ST_SENSORS EXPORT_SYMBOL 0xa9d6fea9 st_accel_common_probe drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0xc35447da st_magn_get_settings drivers/iio/magnetometer/st_magn +IIO_ST_SENSORS EXPORT_SYMBOL 0xc645005a st_sensors_allocate_trigger drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xca0a3724 st_sensors_set_dataready_irq drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xcaadf368 st_press_common_probe drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0xdb0c5129 st_sensors_sysfs_scale_avail drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xdb5e4d8d st_sensors_set_odr drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xe138e400 st_sensors_set_fullscale_by_gain drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xf04a791b st_press_get_settings drivers/iio/pressure/st_pressure +IIO_ST_SENSORS EXPORT_SYMBOL 0xf0e4111b st_sensors_dev_name_probe drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL 0xf62e5355 st_accel_get_settings drivers/iio/accel/st_accel +IIO_ST_SENSORS EXPORT_SYMBOL 0xf9b64adf st_sensors_set_enable drivers/iio/common/st_sensors/st_sensors +IIO_ST_SENSORS EXPORT_SYMBOL_GPL 0x375c63b4 st_lsm9ds0_probe drivers/iio/imu/st_lsm9ds0/st_lsm9ds0 +IIO_UVIS25 EXPORT_SYMBOL 0x5a54dc1b st_uvis25_probe drivers/iio/light/st_uvis25_core +IIO_UVIS25 EXPORT_SYMBOL 0xb1d2eaa9 st_uvis25_pm_ops drivers/iio/light/st_uvis25_core +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x58ee8344 zpa2326_isreg_precious drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x5c2419c4 zpa2326_isreg_writeable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x7f4a9a65 zpa2326_remove drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0x85a02b79 zpa2326_isreg_readable drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xe4739ff0 zpa2326_pm_ops drivers/iio/pressure/zpa2326 +IIO_ZPA2326 EXPORT_SYMBOL_GPL 0xec4e838d zpa2326_probe drivers/iio/pressure/zpa2326 +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0x213c8106 m10bmc_dev_groups drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0x486ce7aa m10bmc_sys_read drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0x4f5e1f5d m10bmc_sys_update_bits drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0x64171fb0 m10bmc_dev_init drivers/mfd/intel-m10-bmc-core +INTEL_M10_BMC_CORE EXPORT_SYMBOL_GPL 0xcd968a69 m10bmc_fw_state_set drivers/mfd/intel-m10-bmc-core +IOMMUFD EXPORT_SYMBOL_GPL 0x2e280749 iommufd_access_pin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x3212ffeb iommufd_device_attach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x3aacd484 iommufd_ctx_put drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x47b94c60 iommufd_ctx_from_file drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x4e65eb84 iommufd_access_create drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x5184d870 iommufd_device_bind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x5995539a iommufd_access_unpin_pages drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x5d35b6a8 iommufd_device_unbind drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x693085f4 iommufd_ctx_get drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0x947b1815 iommufd_access_destroy drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xbbd4f54c iommufd_access_rw drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xd0327b7c iommufd_access_attach drivers/iommu/iommufd/iommufd +IOMMUFD EXPORT_SYMBOL_GPL 0xf216c074 iommufd_device_detach drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x13d25e1c iommufd_vfio_compat_ioas_get_id drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0x3764f7a6 iommufd_vfio_compat_set_no_iommu drivers/iommu/iommufd/iommufd +IOMMUFD_VFIO EXPORT_SYMBOL_GPL 0xb59c6114 iommufd_vfio_compat_ioas_create drivers/iommu/iommufd/iommufd +IWLWIFI EXPORT_SYMBOL_GPL 0x038c6a3a iwl_set_bits_mask_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0bb8cca5 iwl_finish_nic_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x0ca0d68c __iwl_err drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x103240fb iwl_fw_dbg_error_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x14a0c992 iwl_parse_mei_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1565d0fe iwl_fw_dbg_stop_sync drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1775c967 iwl_fw_dbg_read_d3_debug_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x17c3f445 iwl_write_prph_delay drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1ee1c386 iwl_wait_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x1f978225 iwl_read_external_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x229d8b26 iwl_init_notification_wait drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2710c362 iwl_dump_desc_assert drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2cc3445c iwl_read_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2e5be818 iwl_fw_runtime_resume drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x2f1f91d0 iwl_opmode_register drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x338e424c iwl_fw_dbg_collect_desc drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x35033c81 iwl_phy_db_free drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x35307150 iwl_notification_wait drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x37956b72 rs_pretty_print_rate drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x3a455b07 iwl_poll_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x423023a4 iwl_phy_db_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x44a7dfbb iwl_cmd_groups_verify_sorted drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x47fc4e7d iwl_get_nvm drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4980b2c4 iwl_read_eeprom drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x49e0135d iwl_new_rate_from_v1 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x4fcc69d0 iwl_set_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x53010258 iwl_fwrt_dump_error_logs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5c52e109 iwl_opmode_deregister drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5c9037b0 iwl_read_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x5ef7a73f iwl_write32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x607324f9 _iwl_dbg_tlv_time_point drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6392e9d3 iwl_trans_send_cmd drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6852fcbd iwl_parse_nvm_mcc_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x6e4a86d9 iwl_notification_wait_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x724e8822 iwl_remove_notification drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7307e077 iwl_abort_notification_waits drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x73726d9a iwl_write_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x74da415b __iwl_crit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x776221bf iwl_send_phy_db_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x787b56b7 __iwl_dbg drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x78971d7e iwl_he_is_sgi drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x7e23e69c iwl_fw_dbg_stop_restart_recording drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x815c282f iwl_fw_start_dbg_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x828c6838 iwlwifi_mod_params drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x846f04a1 iwl_configure_rxq drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x84bb50e1 iwl_rs_pretty_ant drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x874c77de iwl_fw_rate_idx_to_plcp drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8890851c iwl_write_prph64_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x8dc1b9fe iwl_poll_direct_bit drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9d1863cb iwl_pnvm_load drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0x9fcfef9d iwl_force_nmi drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa064b552 iwl_free_fw_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa246fad5 iwl_read32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xa27229e7 iwl_write_prph_no_grab drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb0c06ffd iwl_parse_eeprom_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb37b318c iwl_rs_pretty_bw drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb3dc2b51 iwl_read_direct32 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb5217613 iwl_get_shared_mem_conf drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb646e34d iwl_parse_nvm_data drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb719d759 iwl_clear_bits_prph drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb7d5ffb1 iwl_rate_mcs drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xb7f25716 iwl_drv_get_fwname_pre drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc1d98aa0 iwl_fw_runtime_suspend drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc24ecdf1 iwl_write8 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xc44ffa5d iwl_dbg_tlv_del_timers drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xcb99324d iwl_write_direct64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xccc46069 iwl_fw_dbg_collect drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xce0c6460 iwl_phy_db_set_section drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xd0e0c900 __iwl_info drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xda266d7c iwl_fw_runtime_init drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe231c198 iwl_init_paging drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe61cf8e8 iwl_write64 drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xe7189934 iwl_fw_dbg_collect_trig drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xea1b26fc iwl_nvm_fixups drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xf4f61011 iwl_set_soc_latency drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfbb10601 __iwl_warn drivers/net/wireless/intel/iwlwifi/iwlwifi +IWLWIFI EXPORT_SYMBOL_GPL 0xfc2d6447 iwl_get_cmd_string drivers/net/wireless/intel/iwlwifi/iwlwifi +LTC2497 EXPORT_SYMBOL 0x8098f9f4 ltc2497core_remove drivers/iio/adc/ltc2497-core +LTC2497 EXPORT_SYMBOL 0xf81d86c0 ltc2497core_probe drivers/iio/adc/ltc2497-core +MCB EXPORT_SYMBOL_GPL 0x200d1ced mcb_bus_add_devices drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x4287fa83 mcb_unregister_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x43d47d90 mcb_get_resource drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x808bfc0a mcb_get_irq drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x8329e483 mcb_alloc_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x86486236 mcb_release_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0x8f61863e mcb_free_dev drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xa89ec95a __mcb_register_driver drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xacfc832a mcb_device_register drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xadd81765 chameleon_parse_cells drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xc8453c78 mcb_request_mem drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xd7532ae7 mcb_bus_get drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xea00fa04 mcb_bus_put drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xeb10f1c2 mcb_alloc_bus drivers/mcb/mcb +MCB EXPORT_SYMBOL_GPL 0xeb2c8905 mcb_release_mem drivers/mcb/mcb +MFD_OCELOT EXPORT_SYMBOL 0x5e82395b ocelot_core_init drivers/mfd/ocelot-soc +MFD_OCELOT EXPORT_SYMBOL 0x735bed90 ocelot_chip_reset drivers/mfd/ocelot-soc +MFD_OCELOT_SPI EXPORT_SYMBOL 0xccec0451 ocelot_spi_init_regmap drivers/mfd/ocelot-soc +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x0fcaa821 nvme_put_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x13b58e10 nvme_passthru_start drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x27afc92a nvme_passthru_end drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x4e708a83 nvme_command_effects drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x64f1c9a3 nvme_ctrl_from_file drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xa289ddc9 nvme_execute_rq drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xa5bc2f88 nvme_find_get_ns drivers/nvme/host/nvme-core +PECI EXPORT_SYMBOL_GPL 0x06e729f0 peci_request_status drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x11af05e7 peci_request_data_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x12d26612 peci_request_data_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x251b9cc8 peci_xfer_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x2a7408c8 peci_driver_unregister drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x30894daa peci_xfer_ep_pci_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x365c0107 peci_xfer_ep_mmio64_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x38cb084f peci_xfer_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x42300ac7 peci_xfer_pkg_cfg_readq drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x4cd0f346 peci_xfer_ep_mmio32_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x5b819601 peci_request_temp_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x70ca634a peci_xfer_ep_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x73880ef7 peci_xfer_ep_pci_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x778f5f52 peci_request_data_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x83910226 peci_xfer_pci_cfg_local_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x8e0166c5 peci_xfer_get_temp drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x96db0395 peci_xfer_pkg_cfg_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0x9e60381d peci_request_alloc drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xae4e095a peci_xfer_ep_pci_cfg_local_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xba6af9cd peci_xfer_pkg_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xbf1ff89f peci_xfer_get_dib drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xc962ecc2 devm_peci_controller_add drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xd7ddad5f __peci_driver_register drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xd82c008d peci_request_dib_read drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xd9e00a09 peci_xfer_pkg_cfg_readw drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xed4f4a07 peci_xfer_ep_pci_cfg_local_readl drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xee0d27ba peci_xfer_ep_pci_cfg_readb drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xf5fd112c peci_request_free drivers/peci/peci +PECI EXPORT_SYMBOL_GPL 0xf837dbf1 peci_request_data_readl drivers/peci/peci +PECI_CPU EXPORT_SYMBOL_GPL 0x268a9338 peci_ep_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x55f2138e peci_temp_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x8ab557d9 peci_pci_local_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x8b899229 peci_pcs_read drivers/peci/peci-cpu +PECI_CPU EXPORT_SYMBOL_GPL 0x94db4ae5 peci_mmio_read drivers/peci/peci-cpu +PMBUS EXPORT_SYMBOL_GPL 0x03f72682 pmbus_write_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x18665e6c pmbus_get_fan_rate_cached drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x1a832abd pmbus_update_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x2aaa536f pmbus_check_word_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x47717b47 pmbus_set_page drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x631c084d pmbus_clear_faults drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x80921926 pmbus_check_byte_register drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x84c2ac18 pmbus_get_debugfs_dir drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x883348f1 pmbus_unlock drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x93f4784e pmbus_read_byte_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x96793fea pmbus_get_fan_rate_device drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0x997808e3 pmbus_lock_interruptible drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xa55aa0b4 pmbus_set_update drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xa8e8e434 pmbus_clear_cache drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xac1413d8 pmbus_write_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xd11bb4ee pmbus_get_driver_info drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xde6f9b51 pmbus_update_fan drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xe40ba1b1 pmbus_write_byte drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xebea6f55 pmbus_do_probe drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xf80c4789 pmbus_read_word_data drivers/hwmon/pmbus/pmbus_core +PMBUS EXPORT_SYMBOL_GPL 0xf9fa5515 pmbus_regulator_ops drivers/hwmon/pmbus/pmbus_core +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x109a52a9 sx_common_probe drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0x91d5d40e sx_common_read_proximity drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xa103ce02 sx_common_events drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xb1bb589b sx_common_get_raw_register_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xbd4b463c sx_common_read_event_config drivers/iio/proximity/sx_common +SEMTECH_PROX EXPORT_SYMBOL_GPL 0xef35dcc8 sx_common_write_event_config drivers/iio/proximity/sx_common +SERIAL_8250_PCI EXPORT_SYMBOL_GPL 0xf34dbe3c serial8250_pci_setup_port vmlinux +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x3431c8ad cs35l45_get_clk_freq_id sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x8d30bf36 cs35l45_probe sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0x905725a9 cs35l45_spi_regmap sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xa748b77d cs35l45_pm_ops sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xcf2ae314 cs35l45_apply_patch sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xd36fe4e5 cs35l45_i2c_regmap sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L45 EXPORT_SYMBOL_GPL 0xd377593d cs35l45_remove sound/soc/codecs/snd-soc-cs35l45 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x05482545 cs35l56_irq sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x25fc08cc cs35l56_remove sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x3c4f6c22 cs35l56_init sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x4860db38 cs35l56_common_probe sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x59edc765 cs35l56_irq_request sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0x632abde1 cs35l56_pm_ops_i2c_spi sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0xa42558f4 cs35l56_runtime_suspend sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_CORE EXPORT_SYMBOL_GPL 0xcd8e1df0 cs35l56_runtime_resume_common sound/soc/codecs/snd-soc-cs35l56 +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x05c2529e cs35l56_tx_input_values sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x0c6116c7 cs35l56_reread_firmware_registers sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x2c90284d cs35l56_regmap_i2c sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x312c0e0f cs35l56_dsp1_regions sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x55ab1ae1 cs35l56_regmap_sdw sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x64e759e4 cs35l56_tx_input_texts sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x88762c92 cs35l56_get_bclk_freq_id sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0x9ac52e92 cs35l56_regmap_spi sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS35L56_SHARED EXPORT_SYMBOL_GPL 0xcd5438ad cs35l56_fill_supply_names sound/soc/codecs/snd-soc-cs35l56-shared +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x3f806193 cs42l42_src_config sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x404872a4 cs42l42_resume_restore sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x42fde95a cs42l42_pll_config sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x524ec9f6 cs42l42_dai sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x7997a5ae cs42l42_regmap sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x79e832d9 cs42l42_resume sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x928c8596 cs42l42_suspend sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x95f911a6 cs42l42_readable_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0x9d9d2d18 cs42l42_mute_stream sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xa5558519 cs42l42_soc_component sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xab8ddfd6 cs42l42_common_remove sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xae4be5c4 cs42l42_irq_thread sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xaf3a77f8 cs42l42_volatile_register sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xc053efa9 cs42l42_page_range sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xec64e134 cs42l42_common_probe sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_CS42L42_CORE EXPORT_SYMBOL_GPL 0xf12e6e38 cs42l42_init sound/soc/codecs/snd-soc-cs42l42 +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x09351149 tasdevice_prmg_calibdata_load sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x1a949c7c tasdevice_select_cfg_blk sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x1ab9b7d9 tasdevice_select_tuningprm_cfg sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x23c94cc6 tasdevice_tuning_switch sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x2c2d92de tasdevice_config_info_remove sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x40ec23ee tasdevice_calbin_remove sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0x957998f4 tas2781_load_calibration sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0xa7d17083 tasdevice_rca_parser sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0xfa72134b tasdevice_dsp_parser sound/soc/codecs/snd-soc-tas2781-fmwlib +SND_SOC_TAS2781_FMWLIB EXPORT_SYMBOL_GPL 0xfe3a6722 tasdevice_prmg_load sound/soc/codecs/snd-soc-tas2781-fmwlib +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x207e05f0 dw_spi_dma_setup_generic drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x3f332ce3 dw_spi_update_config drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x502e3e56 dw_spi_set_cs drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x63543871 dw_spi_check_status drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x67431d17 dw_spi_remove_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x6fe8cdc1 dw_spi_dma_setup_mfld drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x880786c8 dw_spi_add_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0x9958f6dd dw_spi_suspend_host drivers/spi/spi-dw +SPI_DW_CORE EXPORT_SYMBOL_GPL 0xdbec6b0b dw_spi_resume_host drivers/spi/spi-dw +TEST_FIRMWARE EXPORT_SYMBOL_GPL 0x3dce036c firmware_request_builtin vmlinux +USB_STORAGE EXPORT_SYMBOL_GPL 0x05d738aa usb_stor_adjust_quirks drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x071542da usb_stor_disconnect drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x0bac421a fill_inquiry_response drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x1bc3edc2 usb_stor_sense_invalidCDB drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x1ca8ad9b usb_stor_control_msg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x23ce36c8 usb_stor_probe2 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x2bc5761f usb_stor_Bulk_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x2c72b47b usb_stor_transparent_scsi_command drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x3892856e usb_stor_clear_halt drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x3b2aed90 usb_stor_CB_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x3ee4619b usb_stor_ctrl_transfer drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x3f170b1e usb_stor_probe1 drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x4ad0d1ee usb_stor_suspend drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x5a6f8b95 usb_stor_post_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x78ff602b usb_stor_Bulk_transport drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0x8b5ccfc9 usb_stor_bulk_srb drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xa1c5ef11 usb_stor_bulk_transfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xa78bf561 usb_stor_CB_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xaaa50d81 usb_stor_bulk_transfer_sg drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xc4e0e474 usb_stor_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xc74c6084 usb_stor_reset_resume drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xc8a2af22 usb_stor_host_template_init drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xcb0b9843 usb_stor_pre_reset drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xd7894b0a usb_stor_set_xfer_buf drivers/usb/storage/usb-storage +USB_STORAGE EXPORT_SYMBOL_GPL 0xdb93f1a4 usb_stor_access_xfer_buf drivers/usb/storage/usb-storage --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.master/abi/ppc64el/generic.compiler +++ linux-lowlatency-hwe-6.5-6.5.0/debian.master/abi/ppc64el/generic.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 13.2.0-4ubuntu3) 13.2.0 --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.master/abi/ppc64el/generic.modules +++ linux-lowlatency-hwe-6.5-6.5.0/debian.master/abi/ppc64el/generic.modules @@ -0,0 +1,6014 @@ +3c59x +3w-9xxx +3w-sas +3w-xxxx +6lowpan +6pack +8021q +8139cp +8139too +8250_dw +8250_exar +8250_men_mcb +8250_pericom +8255 +8255_pci +8390 +842 +842_compress +842_decompress +88pg86x +88pm800 +88pm800-regulator +88pm805 +88pm80x +88pm80x_onkey +88pm8607 +88pm860x-ts +88pm860x_battery +88pm860x_bl +88pm860x_charger +88pm860x_onkey +9p +9pnet +9pnet_fd +9pnet_rdma +9pnet_virtio +BusLogic +a100u2w +a3d +a8293 +aacraid +aat2870-regulator +aat2870_bl +abp060mg +ac97_bus +acard-ahci +acbel-fsg032 +acecad +acenic +acp_audio_dma +act8865-regulator +act8945a +act8945a-regulator +act8945a_charger +act_bpf +act_connmark +act_csum +act_ct +act_ctinfo +act_gact +act_gate +act_ipt +act_mirred +act_mpls +act_nat +act_pedit +act_police +act_sample +act_simple +act_skbedit +act_skbmod +act_tunnel_key +act_vlan +ad2s1200 +ad2s1210 +ad2s90 +ad3552r +ad4130 +ad5064 +ad5110 +ad525x_dpot +ad525x_dpot-i2c +ad525x_dpot-spi +ad5272 +ad5360 +ad5380 +ad5398 +ad5421 +ad5446 +ad5449 +ad5504 +ad5592r +ad5592r-base +ad5593r +ad5624r_spi +ad5686 +ad5686-spi +ad5696-i2c +ad5755 +ad5758 +ad5761 +ad5764 +ad5766 +ad5770r +ad5791 +ad5820 +ad5933 +ad7091r-base +ad7091r5 +ad7124 +ad714x +ad714x-i2c +ad714x-spi +ad7150 +ad7192 +ad7266 +ad7280a +ad7291 +ad7292 +ad7293 +ad7298 +ad7303 +ad7314 +ad74115 +ad7414 +ad7418 +ad74413r +ad7476 +ad7606 +ad7606_par +ad7606_spi +ad7746 +ad7766 +ad7768-1 +ad7780 +ad7791 +ad7793 +ad7816 +ad7877 +ad7879 +ad7879-i2c +ad7879-spi +ad7887 +ad7923 +ad7949 +ad799x +ad8366 +ad8801 +ad9467 +ad9523 +ad9832 +ad9834 +ad_sigma_delta +ada4250 +adc-joystick +adc-keys +adc128d818 +adcxx +addi_apci_1032 +addi_apci_1500 +addi_apci_1516 +addi_apci_1564 +addi_apci_16xx +addi_apci_2032 +addi_apci_2200 +addi_apci_3120 +addi_apci_3501 +addi_apci_3xxx +addi_watchdog +adf4350 +adf4371 +adf4377 +adf7242 +adfs +adi +adi-axi-adc +adiantum +adin +adin1100 +adin1110 +adis16080 +adis16130 +adis16136 +adis16201 +adis16203 +adis16209 +adis16240 +adis16260 +adis16400 +adis16460 +adis16475 +adis16480 +adis_lib +adjd_s311 +adl_pci6208 +adl_pci7x3x +adl_pci8164 +adl_pci9111 +adl_pci9118 +adm1025 +adm1026 +adm1029 +adm1031 +adm1177 +adm1266 +adm1275 +adm8211 +adm9240 +admv1013 +admv1014 +admv4420 +admv8818 +adp1653 +adp5061 +adp5520-keys +adp5520_bl +adp5588-keys +adp5589-keys +adp8860_bl +adp8870_bl +adq12b +adrf6780 +ads7828 +ads7846 +ads7871 +adt7310 +adt7316 +adt7316-i2c +adt7316-spi +adt7410 +adt7411 +adt7462 +adt7470 +adt7475 +adt7x10 +adummy +adutux +adux1020 +adv7170 +adv7175 +adv7180 +adv7183 +adv7343 +adv7393 +adv748x +adv7511 +adv7604 +adv7842 +adv_pci1710 +adv_pci1720 +adv_pci1723 +adv_pci1724 +adv_pci1760 +adv_pci_dio +advansys +adxl313_core +adxl313_i2c +adxl313_spi +adxl34x +adxl34x-i2c +adxl34x-spi +adxl355_core +adxl355_i2c +adxl355_spi +adxl367 +adxl367_i2c +adxl367_spi +adxl372 +adxl372_i2c +adxl372_spi +adxrs290 +adxrs450 +aegis128 +aes-gcm-p10-crypto +aes_ti +af9013 +af9033 +af_alg +af_key +af_packet_diag +afe4403 +afe4404 +affs +ah4 +ah6 +ahci +ahci_ceva +ahci_dwc +ahci_platform +aht10 +aic79xx +aic7xxx +aic94xx +aio_aio12_8 +aio_iiro_16 +aiptek +aircable +airo +airspy +ak7375 +ak881x +ak8974 +ak8975 +al3010 +al3320a +alcor +alcor_pci +algif_aead +algif_hash +algif_rng +algif_skcipher +alim7101_wdt +altera-ci +altera-cvp +altera-freeze-bridge +altera-msgdma +altera-pr-ip-core +altera-pr-ip-core-plat +altera-ps-spi +altera-stapl +altera_jtaguart +altera_ps2 +altera_tse +altera_uart +alx +am2315 +am53c974 +amc6821 +amd +amd5536udc_pci +amd8111e +amdgpu +amdxcp +amlogic-gxl-crypto +amplc_dio200 +amplc_dio200_common +amplc_dio200_pci +amplc_pc236 +amplc_pc236_common +amplc_pc263 +amplc_pci224 +amplc_pci230 +amplc_pci236 +amplc_pci263 +ams-iaq-core +ams369fg06 +amt +analog +analogix-anx6345 +analogix-anx78xx +analogix_dp +ansi_cprng +anx7411 +anx7625 +anybuss_core +aoe +apbps2 +apds9300 +apds9802als +apds990x +apds9960 +apple-mfi-fastcharge +appledisplay +appletalk +appletouch +applicom +aptina-pll +aqc111 +aquacomputer_d5next +aquantia +ar0521 +ar1021_i2c +ar5523 +ar7part +ar9331 +arasan-nand-controller +arc-rawmode +arc-rimi +arc_ps2 +arc_uart +arcmsr +arcnet +arcpgu +arcx-anybus +arcxcnn_bl +aria_generic +arizona +arizona-haptics +arizona-i2c +arizona-ldo1 +arizona-micsupp +arizona-spi +ark3116 +arkfb +arp_tables +arpt_mangle +arptable_filter +as102_fe +as370-hwmon +as3711-regulator +as3711_bl +as3722-regulator +as3935 +as5011 +as73211 +asc7621 +ascot2e +asix +ast +async_memcpy +async_pq +async_raid6_recov +async_tx +async_xor +at24 +at25 +at76c50x-usb +at803x +at86rf230 +ata_generic +ata_piix +atbm8830 +atc260x-core +atc260x-i2c +atc260x-onkey +atc260x-poweroff +atc260x-regulator +ath +ath10k_core +ath10k_pci +ath10k_sdio +ath10k_usb +ath11k +ath11k_ahb +ath11k_pci +ath3k +ath5k +ath6kl_core +ath6kl_sdio +ath6kl_usb +ath9k +ath9k_common +ath9k_htc +ath9k_hw +ath9k_pci_owl_loader +ati_remote +ati_remote2 +atl1 +atl1c +atl1e +atl2 +atlantic +atlas-ezo-sensor +atlas-sensor +atm +atmel +atmel-ecc +atmel-flexcom +atmel-hlcdc +atmel-i2c +atmel-sha204a +atmel_captouch +atmel_mxt_ts +atmel_pci +atmtcp +atp870u +atusb +atxp1 +aty128fb +atyfb +au0828 +au8522_common +au8522_decoder +au8522_dig +auo-pixcir-ts +auth_rpcgss +authenc +authencesn +autofs4 +avmfritz +ax25 +ax88179_178a +ax88796b +ax88796c +axi-fan-control +axis-fifo +axp20x +axp20x-i2c +axp20x-pek +axp20x-regulator +axp20x_ac_power +axp20x_adc +axp20x_battery +axp20x_usb_power +axp288_adc +b2c2-flexcop +b2c2-flexcop-pci +b2c2-flexcop-usb +b43 +b43legacy +b44 +b53_common +b53_mdio +b53_mmap +b53_serdes +b53_spi +b53_srab +ba431-rng +bareudp +batman-adv +baycom_par +baycom_ser_fdx +baycom_ser_hdx +bcache +bch +bcm-keypad +bcm-phy-lib +bcm-phy-ptp +bcm-sf2 +bcm203x +bcm3510 +bcm54140 +bcm590xx +bcm590xx-regulator +bcm5974 +bcm7xxx +bcm87xx +bcm_vk +bcma +bcma-hcd +bcmsysport +bd6107 +bd71815-regulator +bd71828-regulator +bd718x7-regulator +bd9571mwv +bd9571mwv-regulator +bd9576-regulator +bd9576_wdt +bd99954-charger +bdc +be2iscsi +be2net +befs +bel-pfe +belkin_sa +bfa +bfq +bfs +bfusb +bh1750 +bh1770glc +bh1780 +binder_linux +binfmt_misc +blake2b_generic +block2mtd +blocklayoutdriver +blowfish_common +blowfish_generic +bluetooth +bluetooth_6lowpan +bma150 +bma220_spi +bma400_core +bma400_i2c +bma400_spi +bmc150-accel-core +bmc150-accel-i2c +bmc150-accel-spi +bmc150_magn +bmc150_magn_i2c +bmc150_magn_spi +bme680_core +bme680_i2c +bme680_spi +bmg160_core +bmg160_i2c +bmg160_spi +bmi088-accel-core +bmi088-accel-spi +bmi160_core +bmi160_i2c +bmi160_spi +bmp280 +bmp280-i2c +bmp280-spi +bna +bnep +bno055 +bno055_i2c +bno055_ser +bnx2 +bnx2fc +bnx2i +bnx2x +bnxt_en +bnxt_re +bochs +bonding +bpa-rs600 +bpa10x +bpfilter +bpqether +bq2415x_charger +bq24190_charger +bq24257_charger +bq24735-charger +bq2515x_charger +bq256xx_charger +bq25890_charger +bq25980_charger +bq27xxx_battery +bq27xxx_battery_hdq +bq27xxx_battery_i2c +br2684 +br_netfilter +brcmfmac +brcmfmac-bca +brcmfmac-cyw +brcmfmac-wcc +brcmsmac +brcmutil +brd +bridge +broadcom +bsd_comp +bsr +bt819 +bt856 +bt866 +bt878 +btbcm +btcoexist +btintel +btmrvl +btmrvl_sdio +btmtk +btmtksdio +btmtkuart +btnxpuart +btqca +btrfs +btrsi +btrtl +btsdio +bttv +btusb +bu21013_ts +bu21029_ts +budget +budget-av +budget-ci +budget-core +budget-patch +c67x00 +c6xdigio +c_can +c_can_pci +c_can_platform +ca8210 +cachefiles +cadence-nand-controller +cadence_wdt +cafe_ccic +cafe_nand +caif +caif_serial +caif_socket +caif_usb +caif_virtio +camellia_generic +can +can-bcm +can-dev +can-gw +can-isotp +can-j1939 +can-raw +can327 +cap11xx +capmode +carl9170 +carminefb +cassini +cast5_generic +cast6_generic +cast_common +catc +cavium_ptp +cb710 +cb710-mmc +cb_pcidas +cb_pcidas64 +cb_pcidda +cb_pcimdas +cb_pcimdda +cc10001_adc +cc2520 +cc770 +cc770_isa +cc770_platform +ccm +ccree +ccs +ccs-pll +ccs811 +cdc-acm +cdc-phonet +cdc-wdm +cdc_eem +cdc_ether +cdc_mbim +cdc_ncm +cdc_subset +cdns-csi2rx +cdns-csi2tx +cdns-dphy +cdns-dphy-rx +cdns-dsi +cdns-mhdp8546 +cdns-pltfrm +cdns-usb-common +cdns3 +cec +ceph +cfb +cfg80211 +cfi_cmdset_0001 +cfi_cmdset_0002 +cfi_cmdset_0020 +cfi_probe +cfi_util +ch +ch341 +ch7006 +ch7322 +ch9200 +ch_ipsec +ch_ktls +chacha20poly1305 +chacha_generic +chaoskey +charlcd +chcr +chipone-icn6211 +chipone_icn8318 +chipreg +chnl_net +chrontel-ch7033 +chv3-i2s +ci_hdrc +ci_hdrc_imx +ci_hdrc_msm +ci_hdrc_pci +ci_hdrc_tegra +ci_hdrc_usb2 +cicada +cifs +cifs_arc4 +cifs_md4 +cirrus +cirrusfb +clip +clk-axi-clkgen +clk-bd718x7 +clk-cdce706 +clk-cdce925 +clk-cs2000-cp +clk-lmk04832 +clk-lochnagar +clk-max77686 +clk-max9485 +clk-palmas +clk-pwm +clk-renesas-pcie +clk-rk808 +clk-s2mps11 +clk-si514 +clk-si521xx +clk-si5341 +clk-si5351 +clk-si544 +clk-si570 +clk-twl6040 +clk-versaclock5 +clk-versaclock7 +clk-wm831x +clk-xlnx-clock-wizard +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_flower +cls_fw +cls_matchall +cls_route +cls_u32 +cm109 +cm32181 +cm3232 +cm3323 +cm3605 +cm36651 +cma3000_d0x +cma3000_d0x_i2c +cmac +cmdlinepart +cmm +cmtp +cnic +cobra +coda +colibri-vf50-ts +com20020 +com20020-pci +com90io +com90xx +comedi +comedi_8254 +comedi_8255 +comedi_bond +comedi_example_test +comedi_isadma +comedi_parport +comedi_pci +comedi_test +comedi_usb +contec_pci_dio +cordic +core +corsair-cpro +corsair-psu +cortina +counter +cp210x +cpc925_edac +cpcap-adc +cpcap-battery +cpcap-pwrbutton +cpcap-regulator +cqhci +cramfs +crc-itu-t +crc-vpmsum_test +crc32_generic +crc32c-vpmsum +crc4 +crc7 +crc8 +crct10dif-vpmsum +cryptd +crypto_engine +crypto_safexcel +crypto_user +cs3308 +cs5345 +cs53l32a +cs_dsp +csiostor +ctucanfd +ctucanfd_pci +ctucanfd_platform +curve25519-generic +cuse +cw1200_core +cw1200_wlan_sdio +cw1200_wlan_spi +cw2015_battery +cx18 +cx18-alsa +cx22700 +cx22702 +cx231xx +cx231xx-alsa +cx231xx-dvb +cx2341x +cx23885 +cx24110 +cx24113 +cx24116 +cx24117 +cx24120 +cx24123 +cx25821 +cx25821-alsa +cx25840 +cx82310_eth +cx88-alsa +cx88-blackbird +cx88-dvb +cx88-vp3054-i2c +cx8800 +cx8802 +cx88xx +cxacru +cxd2099 +cxd2820r +cxd2841er +cxd2880 +cxd2880-spi +cxgb +cxgb3 +cxgb3i +cxgb4 +cxgb4i +cxgb4vf +cxgbit +cxl +cxl_core +cxl_mem +cxl_pci +cxl_pmem +cxl_pmu +cxl_port +cxlflash +cy8ctma140 +cy8ctmg110_ts +cyapatp +cyber2000fb +cyberjack +cypress-sf +cypress_cy7c63 +cypress_firmware +cypress_m8 +cytherm +cyttsp4_core +cyttsp4_i2c +cyttsp4_spi +cyttsp5 +cyttsp_core +cyttsp_i2c +cyttsp_i2c_common +cyttsp_spi +da280 +da311 +da7280 +da9030_battery +da9034-ts +da903x-regulator +da903x_bl +da9052-battery +da9052-hwmon +da9052-regulator +da9052_bl +da9052_onkey +da9052_tsi +da9052_wdt +da9055-hwmon +da9055-regulator +da9055_onkey +da9055_wdt +da9062-core +da9062-regulator +da9062-thermal +da9062_wdt +da9063-regulator +da9063_onkey +da9063_wdt +da9121-regulator +da9150-charger +da9150-core +da9150-fg +da9150-gpadc +da9210-regulator +da9211-regulator +dac02 +daqboard2000 +das08 +das08_isa +das08_pci +das16 +das16m1 +das1800 +das6402 +das800 +davicom +dax_cxl +dax_pmem +db9 +dc395x +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +ddbridge +ddbridge-dummy-fe +de2104x +defxx +delta-ahe50dc-fan +denali +denali_dt +denali_pci +des_generic +designware_i2s +device_dax +dfl +dfl-afu +dfl-emif +dfl-fme +dfl-fme-br +dfl-fme-mgr +dfl-fme-region +dfl-n3000-nios +dfl-pci +dht11 +diag +dib0070 +dib0090 +dib3000mb +dib3000mc +dib7000m +dib7000p +dib8000 +dib9000 +dibx000_common +digi_acceleport +digicolor-usart +diskonchip +display-connector +dl2k +dlhl60d +dlink-dir685-touchkeys +dlm +dln2 +dln2-adc +dm-bio-prison +dm-bufio +dm-cache +dm-cache-smq +dm-clone +dm-crypt +dm-delay +dm-ebs +dm-era +dm-flakey +dm-historical-service-time +dm-integrity +dm-io-affinity +dm-log +dm-log-userspace +dm-log-writes +dm-mirror +dm-multipath +dm-persistent-data +dm-queue-length +dm-raid +dm-region-hash +dm-round-robin +dm-service-time +dm-snapshot +dm-switch +dm-thin-pool +dm-unstripe +dm-verity +dm-writecache +dm-zero +dm-zoned +dm1105 +dm9601 +dmard06 +dmard09 +dmard10 +dmfe +dmm32at +dmx3191d +dnet +dp83640 +dp83822 +dp83848 +dp83867 +dp83869 +dp83tc811 +dp83td510 +dpot-dac +dps310 +dps920ab +drbd +drivetemp +drm +drm_buddy +drm_display_helper +drm_dma_helper +drm_dp_aux_bus +drm_kms_helper +drm_mipi_dbi +drm_panel_orientation_quirks +drm_shmem_helper +drm_suballoc_helper +drm_ttm_helper +drm_vram_helper +drv260x +drv2665 +drv2667 +drx39xyj +drxd +drxk +ds1621 +ds1682 +ds1803 +ds2482 +ds2490 +ds2760_battery +ds2780_battery +ds2781_battery +ds2782_battery +ds3000 +ds4424 +ds620 +dsa_core +dsbr100 +dst +dst_ca +dt2801 +dt2811 +dt2814 +dt2815 +dt2817 +dt282x +dt3000 +dt3155 +dt9812 +dummy +dummy-irq +dummy_stm +dvb-as102 +dvb-bt8xx +dvb-core +dvb-pll +dvb-ttpci +dvb-ttusb-budget +dvb-usb +dvb-usb-a800 +dvb-usb-af9005 +dvb-usb-af9005-remote +dvb-usb-af9015 +dvb-usb-af9035 +dvb-usb-anysee +dvb-usb-au6610 +dvb-usb-az6007 +dvb-usb-az6027 +dvb-usb-ce6230 +dvb-usb-cinergyT2 +dvb-usb-cxusb +dvb-usb-dib0700 +dvb-usb-dibusb-common +dvb-usb-dibusb-mb +dvb-usb-dibusb-mc +dvb-usb-dibusb-mc-common +dvb-usb-digitv +dvb-usb-dtt200u +dvb-usb-dtv5100 +dvb-usb-dvbsky +dvb-usb-dw2102 +dvb-usb-ec168 +dvb-usb-gl861 +dvb-usb-gp8psk +dvb-usb-lmedm04 +dvb-usb-m920x +dvb-usb-mxl111sf +dvb-usb-nova-t-usb2 +dvb-usb-opera +dvb-usb-pctv452e +dvb-usb-rtl28xxu +dvb-usb-technisat-usb2 +dvb-usb-ttusb2 +dvb-usb-umt-010 +dvb-usb-vp702x +dvb-usb-vp7045 +dvb_dummy_fe +dvb_usb_v2 +dw-axi-dmac-platform +dw-edma +dw-edma-pcie +dw-i3c-master +dw-xdata-pcie +dw9714 +dw9768 +dw9807-vcm +dw_dmac +dw_dmac_core +dw_dmac_pci +dw_wdt +dwc-xlgmac +dwc2_pci +dwc3 +dwc3-haps +dwc3-of-simple +dwmac-dwc-qos-eth +dwmac-generic +dwmac-intel-plat +dwmac-loongson +dyna_pci10xx +dynapro +e100 +e1000 +e1000e +e3x0-button +e4000 +earth-pt1 +earth-pt3 +ebt_802_3 +ebt_among +ebt_arp +ebt_arpreply +ebt_dnat +ebt_ip +ebt_ip6 +ebt_limit +ebt_log +ebt_mark +ebt_mark_m +ebt_nflog +ebt_pkttype +ebt_redirect +ebt_snat +ebt_stp +ebt_vlan +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +ec100 +ecc +ecdh_generic +ecdsa_generic +echainiv +echo +ecrdsa_generic +edt-ft5x06 +ee1004 +eeprom +eeprom_93cx6 +eeprom_93xx46 +eeti_ts +efa +efct +efs +egalax_ts +egalax_ts_serial +ehci-fsl +ehci-platform +ehset +ektf2127 +elan_i2c +elants_i2c +elo +em28xx +em28xx-alsa +em28xx-dvb +em28xx-rc +em28xx-v4l +em_canid +em_cmp +em_ipset +em_ipt +em_meta +em_nbyte +em_text +em_u32 +emc1403 +emc2103 +emc2305 +emc6w201 +emi26 +emi62 +empeg +ems_pci +ems_usb +emu10k1-gp +ena +enc28j60 +enclosure +encx24j600 +encx24j600-regmap +eni +enic +envelope-detector +epic100 +eql +erdma +erofs +esas2r +esd_usb +esp4 +esp4_offload +esp6 +esp6_offload +esp_scsi +essiv +et1011c +et131x +et8ek8 +etas_es58x +ethoc +evbug +exc3000 +exfat +extcon-adc-jack +extcon-fsa9480 +extcon-gpio +extcon-max14577 +extcon-max3355 +extcon-max77693 +extcon-max77843 +extcon-max8997 +extcon-palmas +extcon-ptn5150 +extcon-rt8973a +extcon-sm5502 +extcon-usb-gpio +extcon-usbc-tusb320 +ezusb +f2fs +f75375s +f81232 +f81534 +f81601 +f81604 +fakelb +fan53555 +fan53880 +farsync +faulty +fb_agm1264k-fl +fb_bd663474 +fb_ddc +fb_hx8340bn +fb_hx8347d +fb_hx8353d +fb_hx8357d +fb_ili9163 +fb_ili9320 +fb_ili9325 +fb_ili9340 +fb_ili9341 +fb_ili9481 +fb_ili9486 +fb_pcd8544 +fb_ra8875 +fb_s6d02a1 +fb_s6d1121 +fb_seps525 +fb_sh1106 +fb_ssd1289 +fb_ssd1305 +fb_ssd1306 +fb_ssd1325 +fb_ssd1331 +fb_ssd1351 +fb_st7735r +fb_st7789v +fb_tinylcd +fb_tls8204 +fb_uc1611 +fb_uc1701 +fb_upd161704 +fbtft +fc0011 +fc0012 +fc0013 +fc2580 +fcoe +fcrypt +fdomain +fdomain_pci +fdp +fdp_i2c +fealnx +ff-memless +fhci +fieldbus_dev +firedtv +firewire-core +firewire-net +firewire-ohci +firewire-sbp2 +fixed +fl512 +flexcan +floppy +fm10k +fm801-gp +fm_drv +forcedeth +fore_200e +fou +fou6 +fpga-bridge +fpga-mgr +fpga-region +freevxfs +fsa4480 +fscache +fsi-core +fsi-master-aspeed +fsi-master-gpio +fsi-master-hub +fsi-occ +fsi-sbefifo +fsi-scom +fsia6b +fsl-edma +fsl-edma-common +fsl-enetc +fsl-enetc-core +fsl-enetc-ierb +fsl-enetc-mdio +fsl-enetc-ptp +fsl-enetc-vf +fsl-mph-dr-of +fsl_linflexuart +fsl_lpuart +fsl_pq_mdio +fsl_ucc_hdlc +fsp-3y +ftdi_sio +ftl +ftsteutates +fujitsu_ts +funcore +funeth +fusb302 +fxas21002c_core +fxas21002c_i2c +fxas21002c_spi +fxls8962af-core +fxls8962af-i2c +fxls8962af-spi +fxos8700_core +fxos8700_i2c +fxos8700_spi +g450_pll +g760a +g762 +g_acm_ms +g_audio +g_cdc +g_dbgp +g_ether +g_ffs +g_hid +g_mass_storage +g_midi +g_ncm +g_nokia +g_printer +g_serial +g_webcam +g_zero +gadgetfs +gamecon +gameport +garmin_gps +garp +gateworks-gsc +gb-audio-apbridgea +gb-audio-codec +gb-audio-gb +gb-audio-manager +gb-audio-module +gb-bootrom +gb-es2 +gb-firmware +gb-gbphy +gb-gpio +gb-hid +gb-i2c +gb-light +gb-log +gb-loopback +gb-power-supply +gb-pwm +gb-raw +gb-sdio +gb-spi +gb-spilib +gb-uart +gb-usb +gb-vibrator +gdmtty +gdmulte +gemini +gen_probe +generic +generic-adc-battery +genet +geneve +genwqe_card +gf2k +gfs2 +gianfar_driver +gl518sm +gl520sm +gl620a +gluebi +gm12u320 +gnss +gnss-mtk +gnss-serial +gnss-sirf +gnss-ubx +gnss-usb +go7007 +go7007-loader +go7007-usb +goku_udc +goldfish_battery +goodix_ts +gp2ap002 +gp2ap020a00f +gp8psk-fe +gpio +gpio-74x164 +gpio-74xx-mmio +gpio-adnp +gpio-adp5520 +gpio-aggregator +gpio-altera +gpio-amd-fch +gpio-arizona +gpio-bd71815 +gpio-bd71828 +gpio-bd9571mwv +gpio-beeper +gpio-cadence +gpio-charger +gpio-da9052 +gpio-da9055 +gpio-dln2 +gpio-dwapb +gpio-exar +gpio-fan +gpio-fxl6408 +gpio-grgpio +gpio-gw-pld +gpio-hlwd +gpio-idio-16 +gpio-ir-recv +gpio-ir-tx +gpio-janz-ttl +gpio-kempld +gpio-latch +gpio-logicvc +gpio-lp3943 +gpio-lp873x +gpio-lp87565 +gpio-madera +gpio-max3191x +gpio-max7300 +gpio-max7301 +gpio-max730x +gpio-max732x +gpio-max77620 +gpio-max77650 +gpio-mb86s7x +gpio-mc33880 +gpio-menz127 +gpio-moxtet +gpio-pca953x +gpio-pca9570 +gpio-pcf857x +gpio-pci-idio-16 +gpio-pcie-idio-24 +gpio-pisosr +gpio-rdc321x +gpio-regmap +gpio-regulator +gpio-sbu-mux +gpio-sim +gpio-siox +gpio-syscon +gpio-tpic2810 +gpio-tps65086 +gpio-tps65218 +gpio-tps65219 +gpio-tps65912 +gpio-tqmx86 +gpio-twl4030 +gpio-twl6040 +gpio-vibra +gpio-viperboard +gpio-virtio +gpio-wcd934x +gpio-wm831x +gpio-wm8350 +gpio-wm8994 +gpio-xra1403 +gpio_backlight +gpio_decoder +gpio_keys +gpio_keys_polled +gpio_mouse +gpio_wdt +gpu-sched +gr_udc +grace +grcan +gre +greybus +grip +grip_mp +gs1662 +gs_usb +gsc-hwmon +gsc_hpdi +gspca_benq +gspca_conex +gspca_cpia1 +gspca_dtcs033 +gspca_etoms +gspca_finepix +gspca_gl860 +gspca_jeilinj +gspca_jl2005bcd +gspca_kinect +gspca_konica +gspca_m5602 +gspca_main +gspca_mars +gspca_mr97310a +gspca_nw80x +gspca_ov519 +gspca_ov534 +gspca_ov534_9 +gspca_pac207 +gspca_pac7302 +gspca_pac7311 +gspca_se401 +gspca_sn9c2028 +gspca_sn9c20x +gspca_sonixb +gspca_sonixj +gspca_spca1528 +gspca_spca500 +gspca_spca501 +gspca_spca505 +gspca_spca506 +gspca_spca508 +gspca_spca561 +gspca_sq905 +gspca_sq905c +gspca_sq930x +gspca_stk014 +gspca_stk1135 +gspca_stv0680 +gspca_stv06xx +gspca_sunplus +gspca_t613 +gspca_topro +gspca_touptek +gspca_tv8532 +gspca_vc032x +gspca_vicam +gspca_xirlink_cit +gspca_zc3xx +gtp +gud +guillemot +gunze +gve +hackrf +hamachi +hampshire +hangcheck-timer +hanwang +hci +hci_bcm4377 +hci_nokia +hci_uart +hci_vhci +hctr2 +hd3ss3220 +hd44780 +hd44780_common +hdc100x +hdc2010 +hdlc +hdlc_cisco +hdlc_fr +hdlc_ppp +hdlc_raw +hdlc_raw_eth +hdlc_x25 +hdlcdrv +hdma +hdma_mgmt +hdpvr +he +helene +hellcreek_sw +hexium_gemini +hexium_orion +hfcmulti +hfcpci +hfcsusb +hfs +hfsplus +hi311x +hi556 +hi6210-i2s +hi6421-pmic-core +hi6421-regulator +hi6421-spmi-pmic +hi6421v530-regulator +hi6421v600-irq +hi6421v600-regulator +hi8435 +hi846 +hi847 +hid +hid-a4tech +hid-accutouch +hid-alps +hid-apple +hid-appleir +hid-asus +hid-aureal +hid-axff +hid-belkin +hid-betopff +hid-bigbenff +hid-cherry +hid-chicony +hid-cmedia +hid-corsair +hid-cougar +hid-cp2112 +hid-creative-sb0540 +hid-cypress +hid-dr +hid-elan +hid-elecom +hid-elo +hid-emsff +hid-evision +hid-ezkey +hid-ft260 +hid-gaff +hid-gembird +hid-generic +hid-gfrm +hid-glorious +hid-gt683r +hid-gyration +hid-holtek-kbd +hid-holtek-mouse +hid-holtekff +hid-icade +hid-ite +hid-jabra +hid-kensington +hid-keytouch +hid-kye +hid-lcpower +hid-led +hid-lenovo +hid-letsketch +hid-lg-g15 +hid-logitech +hid-logitech-dj +hid-logitech-hidpp +hid-macally +hid-magicmouse +hid-maltron +hid-mcp2221 +hid-megaworld +hid-mf +hid-microsoft +hid-monterey +hid-multitouch +hid-nintendo +hid-nti +hid-ntrig +hid-nvidia-shield +hid-ortek +hid-penmount +hid-petalynx +hid-picolcd +hid-pl +hid-plantronics +hid-playstation +hid-primax +hid-prodikeys +hid-pxrc +hid-razer +hid-redragon +hid-retrode +hid-rmi +hid-roccat +hid-roccat-arvo +hid-roccat-common +hid-roccat-isku +hid-roccat-kone +hid-roccat-koneplus +hid-roccat-konepure +hid-roccat-kovaplus +hid-roccat-lua +hid-roccat-pyra +hid-roccat-ryos +hid-roccat-savu +hid-saitek +hid-samsung +hid-semitek +hid-sensor-accel-3d +hid-sensor-als +hid-sensor-custom +hid-sensor-custom-intel-hinge +hid-sensor-gyro-3d +hid-sensor-hub +hid-sensor-humidity +hid-sensor-iio-common +hid-sensor-incl-3d +hid-sensor-magn-3d +hid-sensor-press +hid-sensor-prox +hid-sensor-rotation +hid-sensor-temperature +hid-sensor-trigger +hid-sigmamicro +hid-sjoy +hid-sony +hid-speedlink +hid-steam +hid-steelseries +hid-sunplus +hid-thrustmaster +hid-tivo +hid-tmff +hid-topre +hid-topseed +hid-twinhan +hid-u2fzero +hid-uclogic +hid-udraw-ps3 +hid-viewsonic +hid-vivaldi +hid-vivaldi-common +hid-vrc2 +hid-waltop +hid-wiimote +hid-xiaomi +hid-xinmo +hid-zpff +hid-zydacron +hideep +hidp +hih6130 +himax_hx83112b +hisi-spmi-controller +hisi_hikey_usb +hmc425a +hmc5843_core +hmc5843_i2c +hmc5843_spi +hmc6352 +hms-profinet +hopper +horus3a +hostap +hostap_pci +hostap_plx +hp03 +hp206c +hpfs +hpilo +hpsa +hptiop +hsi +hsi_char +hso +hsr +ht16k33 +hts221 +hts221_i2c +hts221_spi +htu21 +huawei_cdc_ncm +hvcs +hvcserver +hwmon-vid +hwpoison-inject +hx711 +hx8357 +hx8357d +hycon-hy46xx +hynitron_cstxxx +hyperbus-core +i2c-algo-bit +i2c-algo-pca +i2c-ali1535 +i2c-ali1563 +i2c-ali15x3 +i2c-amd756 +i2c-amd8111 +i2c-arb-gpio-challenge +i2c-cbus-gpio +i2c-ccgx-ucsi +i2c-cp2615 +i2c-demux-pinctrl +i2c-designware-pci +i2c-diolan-u2c +i2c-dln2 +i2c-fsi +i2c-gpio +i2c-hid +i2c-hid-of +i2c-hid-of-elan +i2c-hid-of-goodix +i2c-i801 +i2c-isch +i2c-kempld +i2c-matroxfb +i2c-mchp-pci1xxxx +i2c-mpc +i2c-mux +i2c-mux-gpio +i2c-mux-gpmux +i2c-mux-ltc4306 +i2c-mux-mlxcpld +i2c-mux-pca9541 +i2c-mux-pca954x +i2c-mux-pinctrl +i2c-mux-reg +i2c-nforce2 +i2c-nvidia-gpu +i2c-ocores +i2c-parport +i2c-pca-platform +i2c-piix4 +i2c-rk3x +i2c-robotfuzz-osif +i2c-simtec +i2c-sis5595 +i2c-sis630 +i2c-sis96x +i2c-smbus +i2c-stub +i2c-taos-evm +i2c-tiny-usb +i2c-via +i2c-viapro +i2c-viperboard +i2c-virtio +i2c-xiic +i3c +i3c-master-cdns +i40e +i5k_amb +i6300esb +i740fb +iavf +ib_cm +ib_core +ib_ipoib +ib_iser +ib_isert +ib_mthca +ib_srp +ib_srpt +ib_umad +ib_uverbs +ibm-cffps +ibmaem +ibmpex +ibmpowernv +ibmveth +ibmvfc +ibmvmc +ibmvnic +ibmvscsi +ibmvscsis +ice +ice40-spi +icom +icp10100 +icp_multi +icplus +ics932s401 +ideapad_slidebar +idma64 +idmouse +idt77252 +idt_89hpesx +idt_gen2 +idt_gen3 +idtcps +ieee802154 +ieee802154_6lowpan +ieee802154_socket +ifb +ifcvf +ife +ifi_canfd +iforce +iforce-serio +iforce-usb +igb +igbvf +igc +igorplugusb +iguanair +ii_pci20kc +iio-mux +iio-rescale +iio-trig-hrtimer +iio-trig-interrupt +iio-trig-loop +iio-trig-sysfs +iio_dummy +iio_hwmon +ila +ili210x +ili9163 +ili9225 +ili922x +ili9320 +ili9341 +ili9486 +ilitek_ts_i2c +imagis +img-ascii-lcd +img-i2s-in +img-i2s-out +img-parallel-out +img-spdif-in +img-spdif-out +imm +imon +imon_raw +ims-pcu +imx208 +imx214 +imx219 +imx258 +imx274 +imx290 +imx296 +imx319 +imx334 +imx335 +imx355 +imx412 +imx415 +imx6ul_tsc +ina209 +ina238 +ina2xx +ina2xx-adc +ina3221 +industrialio +industrialio-buffer-cb +industrialio-buffer-dma +industrialio-buffer-dmaengine +industrialio-configfs +industrialio-gts-helper +industrialio-hw-consumer +industrialio-sw-device +industrialio-sw-trigger +industrialio-triggered-buffer +industrialio-triggered-event +inet_diag +inexio +inftl +initio +input-leds +inspur-ipsps +int51x1 +intel-m10-bmc-core +intel-m10-bmc-hwmon +intel-m10-bmc-pmci +intel-m10-bmc-spi +intel-nand-controller +intel-xway +intel_qat +intel_th +intel_th_gth +intel_th_msu +intel_th_msu_sink +intel_th_pci +intel_th_pti +intel_th_sth +intel_vr_nor +interact +interrupt-cnt +inv-icm42600 +inv-icm42600-i2c +inv-icm42600-spi +inv-mpu6050 +inv-mpu6050-i2c +inv-mpu6050-spi +io_edgeport +io_ti +iommufd +ionic +iosm +iova +iowarrior +ip5xxx_power +ip6_gre +ip6_tables +ip6_tunnel +ip6_udp_tunnel +ip6_vti +ip6t_NPT +ip6t_REJECT +ip6t_SYNPROXY +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_mh +ip6t_rpfilter +ip6t_rt +ip6t_srh +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6table_security +ip_gre +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmac +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_mac +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +ip_tables +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_fo +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_mh +ip_vs_nq +ip_vs_ovf +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_twos +ip_vs_wlc +ip_vs_wrr +ip_vti +ipack +ipaq +ipcomp +ipcomp6 +iphase +ipheth +ipip +ipmi_devintf +ipmi_msghandler +ipmi_powernv +ipmi_poweroff +ipmi_si +ipmi_ssif +ipmi_watchdog +ipoctal +ipr +ips +ipt_ECN +ipt_REJECT +ipt_SYNPROXY +ipt_ah +ipt_rpfilter +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +iptable_security +ipvlan +ipvtap +ipw +ipw2100 +ipw2200 +iqs269a +iqs5xx +iqs620at-temp +iqs621-als +iqs624-pos +iqs626a +iqs62x +iqs62x-keys +iqs7222 +ir-hix5hd2 +ir-imon-decoder +ir-jvc-decoder +ir-kbd-i2c +ir-mce_kbd-decoder +ir-nec-decoder +ir-rc5-decoder +ir-rc6-decoder +ir-rcmm-decoder +ir-sanyo-decoder +ir-sharp-decoder +ir-sony-decoder +ir-spi +ir-usb +ir-xmp-decoder +ir35221 +ir36021 +ir38064 +ir_toy +irdma +irps5401 +irq-madera +iscsi_boot_sysfs +iscsi_target_mod +iscsi_tcp +isdnhdlc +isight_firmware +isl29003 +isl29018 +isl29020 +isl29028 +isl29125 +isl29501 +isl6271a-regulator +isl6405 +isl6421 +isl6423 +isl68137 +isl7998x +isl9305 +isofs +isp116x-hcd +isp1704_charger +isp1760 +it913x +itd1000 +ite-it6505 +ite-it66121 +itg3200 +iuu_phoenix +ivtv +ivtv-alsa +ivtvfb +iw_cm +iw_cxgb4 +iwl3945 +iwl4965 +iwldvm +iwlegacy +iwlmvm +iwlwifi +ix2505v +ixgbe +ixgbevf +janz-cmodio +janz-ican3 +jc42 +jedec_probe +jffs2 +jfs +jmb38x_ms +jme +joydev +joydump +jr3_pci +jsa1212 +jsm +kafs +kalmia +kaweth +kbtab +kcm +kcomedilib +ke_counter +kempld-core +kempld_wdt +kernelcapi +keyspan +keyspan_pda +keyspan_remote +keywrap +kfifo_buf +kheaders +kionix-kx022a +kionix-kx022a-i2c +kionix-kx022a-spi +kl5kusb105 +kmem +kmx61 +kobil_sct +komeda +ks0108 +ks0127 +ks7010 +ks8842 +ks8851_common +ks8851_par +ks8851_spi +ksmbd +ksz884x +ksz8863_smi +ksz9477_i2c +ksz_spi +ksz_switch +ktd253-backlight +ktz8866 +kvaser_pci +kvaser_pciefd +kvaser_usb +kvm +kvm-hv +kvm-pr +kxcjk-1013 +kxsd9 +kxsd9-i2c +kxsd9-spi +kxtj9 +kyber-iosched +kyrofb +l1oip +l2tp_core +l2tp_debugfs +l2tp_eth +l2tp_ip +l2tp_ip6 +l2tp_netlink +l2tp_ppp +l4f00242t03 +l64781 +lan743x +lan78xx +lan9303-core +lan9303_i2c +lan9303_mdio +lan966x-switch +lan966x_serdes +lanai +lantiq_gswip +lapb +lapbether +lattice-ecp3-config +lattice-sysconfig +lattice-sysconfig-spi +lcd +lcd2s +ldusb +lec +led-class-flash +led-class-multicolor +led_bl +leds-88pm860x +leds-aat1290 +leds-adp5520 +leds-an30259a +leds-as3645a +leds-aw200xx +leds-aw2013 +leds-bcm6328 +leds-bcm6358 +leds-bd2606mvv +leds-bd2802 +leds-blinkm +leds-cpcap +leds-cr0014114 +leds-da903x +leds-da9052 +leds-dac124s085 +leds-el15203000 +leds-gpio +leds-is31fl319x +leds-is31fl32xx +leds-ktd2692 +leds-lm3530 +leds-lm3532 +leds-lm3533 +leds-lm355x +leds-lm3601x +leds-lm36274 +leds-lm3642 +leds-lm3692x +leds-lm3697 +leds-lp3944 +leds-lp3952 +leds-lp50xx +leds-lp5521 +leds-lp5523 +leds-lp5562 +leds-lp55xx-common +leds-lp8501 +leds-lp8788 +leds-lp8860 +leds-lt3593 +leds-max77650 +leds-max77693 +leds-max8997 +leds-mc13783 +leds-menf21bmc +leds-mlxreg +leds-mt6323 +leds-mt6360 +leds-mt6370-flash +leds-mt6370-rgb +leds-pca9532 +leds-pca955x +leds-pca963x +leds-powernv +leds-pwm +leds-pwm-multicolor +leds-qcom-lpg +leds-regulator +leds-rt4505 +leds-rt8515 +leds-sgm3140 +leds-spi-byte +leds-tca6507 +leds-ti-lmu-common +leds-tlc591xx +leds-tps6105x +leds-wm831x-status +leds-wm8350 +ledtrig-activity +ledtrig-audio +ledtrig-backlight +ledtrig-camera +ledtrig-default-on +ledtrig-heartbeat +ledtrig-netdev +ledtrig-oneshot +ledtrig-pattern +ledtrig-timer +ledtrig-transient +ledtrig-tty +ledtrig-usbport +legousbtower +lg-vl600 +lg2160 +lgdt3305 +lgdt3306a +lgdt330x +lgs8gl5 +lgs8gxx +lib80211 +lib80211_crypt_ccmp +lib80211_crypt_tkip +lib80211_crypt_wep +libahci +libahci_platform +libarc4 +libceph +libchacha +libchacha20poly1305 +libcomposite +libcrc32c +libcurve25519 +libcurve25519-generic +libcxgb +libcxgbi +libdes +libertas +libertas_sdio +libertas_spi +libertas_tf +libertas_tf_usb +libfc +libfcoe +libipw +libiscsi +libiscsi_tcp +libpoly1305 +libsas +libwx +lightning +line-display +lineage-pem +linear +liquidio +liquidio-core +liquidio_vf +lis3lv02d +lis3lv02d_i2c +lis3lv02d_spi +liteuart +litex_liteeth +litex_mmc +litex_soc_ctrl +lkkbd +ll_temac +llc +llc2 +lm25066 +lm3533-als +lm3533-core +lm3533-ctrlbank +lm3533_bl +lm3560 +lm3630a_bl +lm3639_bl +lm363x-regulator +lm3646 +lm63 +lm70 +lm73 +lm75 +lm77 +lm78 +lm80 +lm83 +lm8323 +lm8333 +lm85 +lm87 +lm90 +lm92 +lm93 +lm95234 +lm95241 +lm95245 +lmp91000 +lms283gf05 +lms501kf03 +lnbh25 +lnbh29 +lnbp21 +lnbp22 +lochnagar-hwmon +lochnagar-regulator +lockd +logicvc-drm +lontium-lt8912b +lontium-lt9211 +lontium-lt9611 +lontium-lt9611uxc +lp +lp3943 +lp3971 +lp3972 +lp855x_bl +lp8727_charger +lp872x +lp873x +lp873x-regulator +lp8755 +lp87565 +lp87565-regulator +lp8788-buck +lp8788-charger +lp8788-ldo +lp8788_adc +lp8788_bl +lpc_ich +lpc_sch +lpddr_cmds +lpfc +lru_cache +lrw +lt3651-charger +lt7182s +ltc1660 +ltc2471 +ltc2485 +ltc2496 +ltc2497 +ltc2497-core +ltc2632 +ltc2688 +ltc2941-battery-gauge +ltc2945 +ltc2947-core +ltc2947-i2c +ltc2947-spi +ltc2978 +ltc2983 +ltc2990 +ltc2992 +ltc3589 +ltc3676 +ltc3815 +ltc4151 +ltc4162-l-charger +ltc4215 +ltc4222 +ltc4245 +ltc4260 +ltc4261 +ltr501 +ltrf216a +ltv350qv +lv0104cs +lv5207lp +lvds-codec +lvstest +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +m2m-deinterlace +m52790 +m62332 +m88ds3103 +m88rs2000 +m88rs6000t +mISDN_core +mISDN_dsp +mISDNinfineon +mISDNipac +mISDNisar +m_can +m_can_pci +m_can_platform +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac-iceland +mac-inuit +mac-roman +mac-romanian +mac-turkish +mac80211 +mac80211_hwsim +mac802154 +mac802154_hwsim +mac_hid +macb +macb_pci +machxo2-spi +macmodes +macsec +macvlan +macvtap +madera +madera-i2c +madera-spi +mag3110 +magellan +mailbox-altera +mailbox-test +mantis +mantis_core +map_absent +map_funcs +map_ram +map_rom +marvell +marvell-88x2222 +marvell10g +matrix-keymap +matrix_keypad +matrox_w1 +matroxfb_DAC1064 +matroxfb_Ti3026 +matroxfb_accel +matroxfb_base +matroxfb_crtc2 +matroxfb_g450 +matroxfb_maven +matroxfb_misc +max1027 +max11100 +max1111 +max1118 +max11205 +max11410 +max11801_ts +max1241 +max127 +max1363 +max14577-regulator +max14577_charger +max14656_charger_detector +max15301 +max1586 +max16064 +max16065 +max1619 +max16601 +max1668 +max17040_battery +max17042_battery +max1721x_battery +max197 +max20086-regulator +max20411-regulator +max20730 +max20751 +max2165 +max2175 +max30100 +max30102 +max30208 +max3100 +max31722 +max31730 +max31760 +max31785 +max31790 +max31827 +max31856 +max31865 +max3420_udc +max3421-hcd +max34440 +max44000 +max44009 +max517 +max5432 +max5481 +max5487 +max5522 +max5821 +max63xx_wdt +max6620 +max6621 +max6639 +max6650 +max6697 +max6875 +max7359_keypad +max77541 +max77541-adc +max77541-regulator +max77620-regulator +max77620_thermal +max77620_wdt +max77650 +max77650-charger +max77650-onkey +max77650-regulator +max77686-regulator +max77693-haptic +max77693-regulator +max77693_charger +max77714 +max77802-regulator +max77826-regulator +max77976_charger +max8649 +max8660 +max8688 +max8893 +max8903_charger +max8907 +max8907-regulator +max8925-regulator +max8925_bl +max8925_onkey +max8925_power +max8952 +max8973-regulator +max8997-regulator +max8997_charger +max8997_haptic +max8998 +max8998_charger +max9271 +max9286 +max9611 +max96712 +maxim_thermocouple +mb1232 +mb862xxfb +mb86a16 +mb86a20s +mc +mc13783-adc +mc13783-pwrbutton +mc13783-regulator +mc13783_ts +mc13892-regulator +mc13xxx-core +mc13xxx-i2c +mc13xxx-regulator-core +mc13xxx-spi +mc3230 +mc34vr500 +mc44s803 +mcam-core +mcb +mcb-lpc +mcb-pci +mcba_usb +mceusb +mchp23k256 +mchp48l640 +mchp_pci1xxxx_gp +mchp_pci1xxxx_gpio +mcp16502 +mcp251x +mcp251xfd +mcp3021 +mcp320x +mcp3422 +mcp3911 +mcp4018 +mcp41010 +mcp4131 +mcp4531 +mcp4725 +mcp4922 +mcr20a +mcs5000_ts +mcs7830 +mcs_touchkey +mct_u232 +mctp-serial +md-cluster +md4 +md5-ppc +mdc800 +mdio +mdio-bcm-unimac +mdio-bitbang +mdio-cavium +mdio-gpio +mdio-hisi-femac +mdio-i2c +mdio-ipq4019 +mdio-ipq8064 +mdio-mscc-miim +mdio-mux +mdio-mux-gpio +mdio-mux-mmioreg +mdio-mux-multiplexer +mdio-mvusb +mdio-octeon +mdio-regmap +mdio-thunder +me4000 +me_daq +mediatek-ge +megachips-stdpxxxx-ge-b850v3-fw +megaraid +megaraid_mbox +megaraid_mm +megaraid_sas +melfas_mip4 +memory-notifier-error-inject +memstick +men_z135_uart +men_z188_adc +mena21_wdt +menf21bmc +menf21bmc_hwmon +menf21bmc_wdt +menz69_wdt +metro-usb +metronomefb +mf6x4 +mgag200 +mhi +mhi_ep +mhi_net +mhi_pci_generic +mhi_wwan_ctrl +mhi_wwan_mbim +mi0283qt +michael_mic +micrel +microchip +microchip-spi +microchip_t1 +microchip_t1s +microread +microread_i2c +microtek +mii +minix +mip6 +mipi-i3c-hci +mite +mkiss +ml86v7667 +mlx4_core +mlx4_en +mlx4_ib +mlx5-vfio-pci +mlx5_core +mlx5_ib +mlx5_vdpa +mlx90614 +mlx90632 +mlxfw +mlxsw_core +mlxsw_i2c +mlxsw_minimal +mlxsw_pci +mlxsw_spectrum +mma7455_core +mma7455_i2c +mma7455_spi +mma7660 +mma8450 +mma8452 +mma9551 +mma9551_core +mma9553 +mmc35240 +mmc_block +mmc_spi +mms114 +mn88443x +mn88472 +mn88473 +mos7720 +mos7840 +most_cdev +most_core +most_dim2 +most_i2c +most_net +most_snd +most_usb +most_video +motorcomm +motorola-cpcap +moxa +moxtet +mp2629 +mp2629_adc +mp2629_charger +mp2888 +mp2975 +mp5023 +mp5416 +mp8859 +mp886x +mpc624 +mpi3mr +mpl115 +mpl115_i2c +mpl115_spi +mpl3115 +mpls_gso +mpls_iptunnel +mpls_router +mpoa +mpq7920 +mpq7932 +mpr121_touchkey +mprls0025pa +mpt3sas +mptbase +mptcp_diag +mptctl +mptfc +mptlan +mptsas +mptscsih +mptspi +mpu3050 +mr75203 +mrf24j40 +mrp +ms5611_core +ms5611_i2c +ms5611_spi +ms5637 +ms_block +ms_sensors_i2c +msa311 +mscc +mscc_felix_dsa_lib +mscc_ocelot +mscc_ocelot_switch_lib +mscc_seville +msdos +mse102x +msg2638 +msi001 +msi2500 +msp3400 +mspro_block +mt2060 +mt2063 +mt20xx +mt2131 +mt2266 +mt312 +mt352 +mt6311-regulator +mt6315-regulator +mt6323-regulator +mt6331-regulator +mt6332-regulator +mt6357-regulator +mt6358-regulator +mt6359-regulator +mt6360-adc +mt6360-core +mt6360-regulator +mt6360_charger +mt6370 +mt6370-adc +mt6370-backlight +mt6370-charger +mt6370-regulator +mt6397 +mt6397-regulator +mt7530 +mt7530-mdio +mt7530-mmio +mt76 +mt76-connac-lib +mt76-sdio +mt76-usb +mt7601u +mt7603e +mt7615-common +mt7615e +mt7663-usb-sdio-common +mt7663s +mt7663u +mt76x0-common +mt76x02-lib +mt76x02-usb +mt76x0e +mt76x0u +mt76x2-common +mt76x2e +mt76x2u +mt7915e +mt7921-common +mt7921e +mt7921s +mt7921u +mt7996e +mt9m001 +mt9m111 +mt9p031 +mt9t112 +mt9v011 +mt9v032 +mt9v111 +mtd +mtd_blkdevs +mtd_dataflash +mtdblock +mtdblock_ro +mtdoops +mtdpstore +mtdram +mtdswap +mtip32xx +mtk-pmic-keys +mtk-sd +mtk_t7xx +mtouch +multipath +multiq3 +musb_hdrc +mux-adg792a +mux-adgs1408 +mux-core +mux-gpio +mux-mmio +mv88e6060 +mv88e6xxx +mv_u3d_core +mv_udc +mvmdio +mvsas +mvumi +mwifiex +mwifiex_pcie +mwifiex_sdio +mwifiex_usb +mwl8k +mxb +mxc4005 +mxc6255 +mxic_nand +mxl-gpy +mxl111sf-demod +mxl111sf-tuner +mxl301rf +mxl5005s +mxl5007t +mxl5xx +mxl692 +mxser +mxuport +myrb +myri10ge +myrs +n5pf +n_gsm +n_hdlc +nand +nandcore +nandsim +national +natsemi +nau7802 +navman +nb7vpq904m +nbd +nci +nci_spi +nci_uart +nct6775-core +nct6775-i2c +nct7802 +nct7904 +nd_btt +nd_pmem +nd_virtio +ne2k-pci +neofb +net1080 +net2272 +net2280 +netconsole +netdevsim +netfs +netjet +netlink_diag +netrom +netup-unidvb +netxen_nic +newtonkbd +nf_conncount +nf_conntrack +nf_conntrack_amanda +nf_conntrack_bridge +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_dup_ipv4 +nf_dup_ipv6 +nf_dup_netdev +nf_flow_table +nf_flow_table_inet +nf_log_syslog +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_irc +nf_nat_pptp +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nf_reject_ipv4 +nf_reject_ipv6 +nf_socket_ipv4 +nf_socket_ipv6 +nf_synproxy_core +nf_tables +nf_tproxy_ipv4 +nf_tproxy_ipv6 +nfc +nfc_digital +nfcmrvl +nfcmrvl_i2c +nfcmrvl_spi +nfcmrvl_uart +nfcmrvl_usb +nfcsim +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_hook +nfnetlink_log +nfnetlink_osf +nfnetlink_queue +nfp +nfs +nfs_acl +nfs_layout_flexfiles +nfs_layout_nfsv41_files +nfsd +nfsv2 +nfsv3 +nfsv4 +nft_chain_nat +nft_compat +nft_connlimit +nft_ct +nft_dup_ipv4 +nft_dup_ipv6 +nft_dup_netdev +nft_fib +nft_fib_inet +nft_fib_ipv4 +nft_fib_ipv6 +nft_fib_netdev +nft_flow_offload +nft_fwd_netdev +nft_hash +nft_limit +nft_log +nft_masq +nft_meta_bridge +nft_nat +nft_numgen +nft_osf +nft_queue +nft_quota +nft_redir +nft_reject +nft_reject_bridge +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +nft_reject_netdev +nft_socket +nft_synproxy +nft_tproxy +nft_tunnel +nft_xfrm +nftl +ngbe +ngene +nhc_dest +nhc_fragment +nhc_hop +nhc_ipv6 +nhc_mobility +nhc_routing +nhc_udp +nhpoly1305 +ni_6527 +ni_65xx +ni_660x +ni_670x +ni_at_a2150 +ni_at_ao +ni_atmio +ni_atmio16d +ni_labpc +ni_labpc_common +ni_labpc_isadma +ni_labpc_pci +ni_pcidio +ni_pcimio +ni_routes_test +ni_routing +ni_tio +ni_tiocmd +ni_usb6501 +nicpf +nicstar +nicvf +nilfs2 +niu +nixge +nlmon +nls_ascii +nls_cp1250 +nls_cp1251 +nls_cp1255 +nls_cp737 +nls_cp775 +nls_cp850 +nls_cp852 +nls_cp855 +nls_cp857 +nls_cp860 +nls_cp861 +nls_cp862 +nls_cp863 +nls_cp864 +nls_cp865 +nls_cp866 +nls_cp869 +nls_cp874 +nls_cp932 +nls_cp936 +nls_cp949 +nls_cp950 +nls_euc-jp +nls_iso8859-1 +nls_iso8859-13 +nls_iso8859-14 +nls_iso8859-15 +nls_iso8859-2 +nls_iso8859-3 +nls_iso8859-4 +nls_iso8859-5 +nls_iso8859-6 +nls_iso8859-7 +nls_iso8859-9 +nls_koi8-r +nls_koi8-ru +nls_koi8-u +nls_utf8 +noa1305 +nosy +notifier-error-inject +nouveau +novatek-nvt-ts +nozomi +npcm750-pwm-fan +nps_enet +ns558 +ns83820 +nsh +ntb +ntb_hw_epf +ntb_hw_idt +ntb_hw_switchtec +ntb_netdev +ntb_perf +ntb_pingpong +ntb_tool +ntb_transport +ntc_thermistor +ntfs +ntfs3 +ntxec +null_blk +nvidiafb +nvme +nvme-common +nvme-core +nvme-fabrics +nvme-fc +nvme-loop +nvme-rdma +nvme-tcp +nvmem-rave-sp-eeprom +nvmem-reboot-mode +nvmem-rmem +nvmem_qcom-spmi-sdam +nvmem_u-boot-env +nvmet +nvmet-fc +nvmet-rdma +nvmet-tcp +nwl-dsi +nx-compress +nx-compress-powernv +nx-compress-pseries +nxp-c45-tja11xx +nxp-cbtx +nxp-nci +nxp-nci_i2c +nxp-ptn3460 +nxp-tja11xx +nxt200x +nxt6000 +nzxt-kraken2 +nzxt-smart2 +objagg +occ-hwmon-common +occ-p8-hwmon +occ-p9-hwmon +ocelot-soc +ocfb +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stack_o2cb +ocfs2_stack_user +ocfs2_stackglue +ocrdma +octeon_ep +ocxl +of-fpga-region +of_mmc_spi +of_pmem +of_xilinx_wdt +ofb +ofdrm +offb +ofpart +og01a1b +ohci-platform +omap4-keypad +omfs +omninet +onboard_usb_hub +onenand +onie-tlv +opal-prd +open-dice +opencores-kbd +openvswitch +opt3001 +opt4001 +opticon +option +or51132 +or51211 +orangefs +orinoco +orinoco_nortel +orinoco_plx +orinoco_tmd +orinoco_usb +oti6858 +otm3225a +ov01a10 +ov02a10 +ov08d10 +ov08x40 +ov13858 +ov13b10 +ov2640 +ov2659 +ov2680 +ov2685 +ov4689 +ov5640 +ov5645 +ov5647 +ov5648 +ov5670 +ov5675 +ov5693 +ov5695 +ov6650 +ov7251 +ov7640 +ov7670 +ov772x +ov7740 +ov8856 +ov8858 +ov8865 +ov9282 +ov9640 +ov9650 +overlay +oxu210hp-hcd +p54common +p54pci +p54spi +p54usb +p8022 +pa12203001 +palmas-pwrbutton +palmas-regulator +palmas_gpadc +pandora_bl +panel +panel-abt-y030xx067a +panel-arm-versatile +panel-asus-z00t-tm5p5-n35596 +panel-auo-a030jtn01 +panel-boe-bf060y8m-aj0 +panel-boe-himax8279d +panel-boe-tv101wum-nl6 +panel-dsi-cm +panel-ebbg-ft8719 +panel-edp +panel-elida-kd35t133 +panel-feixin-k101-im2ba02 +panel-feiyang-fy07024di26a30d +panel-himax-hx8394 +panel-ilitek-ili9322 +panel-ilitek-ili9341 +panel-ilitek-ili9881c +panel-innolux-ej030na +panel-innolux-p079zca +panel-jadard-jd9365da-h3 +panel-jdi-fhd-r63452 +panel-jdi-lt070me05000 +panel-khadas-ts050 +panel-kingdisplay-kd097d04 +panel-leadtek-ltk050h3146w +panel-leadtek-ltk500hd1829 +panel-lg-lb035q02 +panel-lg-lg4573 +panel-lvds +panel-magnachip-d53e6ea8966 +panel-mantix-mlaf057we51 +panel-mipi-dbi +panel-nec-nl8048hl11 +panel-newvision-nv3051d +panel-newvision-nv3052c +panel-novatek-nt35510 +panel-novatek-nt35560 +panel-novatek-nt35950 +panel-novatek-nt36523 +panel-novatek-nt36672a +panel-novatek-nt39016 +panel-olimex-lcd-olinuxino +panel-orisetech-ota5601a +panel-orisetech-otm8009a +panel-osd-osd101t2587-53ts +panel-panasonic-vvx10f034n00 +panel-raspberrypi-touchscreen +panel-raydium-rm67191 +panel-raydium-rm68200 +panel-ronbo-rb070d30 +panel-samsung-atna33xc20 +panel-samsung-db7430 +panel-samsung-ld9040 +panel-samsung-s6d16d0 +panel-samsung-s6d27a1 +panel-samsung-s6d7aa0 +panel-samsung-s6e3ha2 +panel-samsung-s6e63j0x03 +panel-samsung-s6e63m0 +panel-samsung-s6e63m0-dsi +panel-samsung-s6e63m0-spi +panel-samsung-s6e88a0-ams452ef01 +panel-samsung-s6e8aa0 +panel-samsung-sofef00 +panel-seiko-43wvf1g +panel-sharp-lq101r1sx01 +panel-sharp-ls037v7dw01 +panel-sharp-ls043t1le01 +panel-sharp-ls060t1sx01 +panel-simple +panel-sitronix-st7701 +panel-sitronix-st7703 +panel-sitronix-st7789v +panel-sony-acx565akm +panel-sony-td4353-jdi +panel-sony-tulip-truly-nt35521 +panel-tdo-tl070wsh30 +panel-tpo-td028ttec1 +panel-tpo-td043mtea1 +panel-tpo-tpg110 +panel-truly-nt35597 +panel-visionox-rm69299 +panel-visionox-vtdr6130 +panel-widechips-ws2401 +panel-xinpeng-xpp055c272 +papr_scm +parade-ps8622 +parade-ps8640 +parkbd +parman +parport +parport_pc +parport_serial +pata_ali +pata_amd +pata_artop +pata_atiixp +pata_atp867x +pata_cmd640 +pata_cmd64x +pata_cypress +pata_efar +pata_hpt366 +pata_hpt37x +pata_hpt3x2n +pata_hpt3x3 +pata_it8213 +pata_it821x +pata_jmicron +pata_legacy +pata_marvell +pata_mpiix +pata_netcell +pata_ninja32 +pata_ns87410 +pata_ns87415 +pata_of_platform +pata_oldpiix +pata_opti +pata_optidma +pata_pdc2027x +pata_pdc202xx_old +pata_piccolo +pata_platform +pata_radisys +pata_rdc +pata_rz1000 +pata_sch +pata_serverworks +pata_sil680 +pata_sis +pata_sl82c105 +pata_triflex +pata_via +pc300too +pca9450-regulator +pcap-regulator +pcap_keys +pcap_ts +pcbc +pcf50633 +pcf50633-adc +pcf50633-backlight +pcf50633-charger +pcf50633-gpio +pcf50633-input +pcf50633-regulator +pcf8574_keypad +pcf8591 +pch_udc +pci +pci-epf-mhi +pci-epf-ntb +pci-epf-vntb +pci-pf-stub +pci-stub +pci200syn +pcips2 +pcl711 +pcl724 +pcl726 +pcl730 +pcl812 +pcl816 +pcl818 +pcm3724 +pcmad +pcmda12 +pcmmio +pcmuio +pcnet32 +pcrypt +pcs-lynx +pcs-mtk-lynxi +pcs_xpcs +pcspkr +pcwd_pci +pcwd_usb +pdc_adma +pdr_interface +pds_core +pds_vdpa +peak_pci +peak_pciefd +peak_usb +peci +peci-cpu +peci-cputemp +peci-dimmtemp +pegasus +pegasus_notetaker +penmount +pf8x00-regulator +pfuze100-regulator +phantom +phonet +phram +phy-bcm-kona-usb2 +phy-cadence-salvo +phy-cadence-sierra +phy-cadence-torrent +phy-can-transceiver +phy-cpcap-usb +phy-exynos-usb2 +phy-generic +phy-gpio-vbus-usb +phy-isp1301 +phy-mapphone-mdm6600 +phy-ocelot-serdes +phy-pxa-28nm-hsic +phy-pxa-28nm-usb2 +phy-qcom-usb-hs +phy-qcom-usb-hsic +phy-tahvo +phy-tusb1210 +phylink +physmap +pi3usb30532 +pi433 +pim4328 +pinctrl-axp209 +pinctrl-cy8c95x0 +pinctrl-da9062 +pinctrl-lochnagar +pinctrl-madera +pinctrl-max77620 +pinctrl-mcp23s08 +pinctrl-mcp23s08_i2c +pinctrl-mcp23s08_spi +pinctrl-rk805 +pinctrl-stmfx +pinephone-keyboard +ping +pistachio-internal-dac +pixcir_i2c_ts +pkcs7_test_key +pkcs8_key_parser +pktgen +pl2303 +plat-ram +plat_nand +platform_lcd +platform_mhu +plfxlc +pli1209bc +plip +plusb +pluto2 +plx_dma +plx_pci +pm-notifier-error-inject +pm2fb +pm3fb +pm6764tr +pm80xx +pmbus +pmbus_core +pmc551 +pmcraid +pmic_glink +pmic_glink_altmode +pms7003 +pn532_uart +pn533 +pn533_i2c +pn533_usb +pn544 +pn544_i2c +pn_pep +pnv-php +poly1305_generic +polynomial +polyval-generic +port100 +powermate +powernv-op-panel +powernv-rng +powernv_flash +powr1220 +ppa +ppdev +ppp_async +ppp_deflate +ppp_mppe +ppp_synctty +pppoatm +pppoe +pppox +pps-gpio +pps-ldisc +pps_parport +pptp +prestera +prestera_pci +pretimeout_panic +prism2_usb +ps2-gpio +ps2mult +psample +pse_regulator +pseries-rng +pseries-wdt +pseries_energy +psmouse +psnap +pstore_blk +pstore_zone +psxpad-spi +ptp-qoriq +ptp_clockmatrix +ptp_dfl_tod +ptp_idt82p33 +ptp_ines +ptp_ocp +pulse8-cec +pulsedlight-lidar-lite-v2 +pv88060-regulator +pv88080-regulator +pv88090-regulator +pvpanic +pvpanic-mmio +pvpanic-pci +pvrusb2 +pwc +pwm-atmel-hlcdc +pwm-atmel-tcb +pwm-beeper +pwm-clk +pwm-dwc +pwm-fan +pwm-fsl-ftm +pwm-iqs620a +pwm-ir-tx +pwm-lp3943 +pwm-ntxec +pwm-pca9685 +pwm-regulator +pwm-twl +pwm-twl-led +pwm-vibra +pwm-xilinx +pwm_bl +pwrseq_emmc +pwrseq_sd8787 +pwrseq_simple +pxa27x_udc +pxe1610 +pxrc +qaic +qat_4xxx +qat_c3xxx +qat_c3xxxvf +qat_c62x +qat_c62xvf +qat_dh895xcc +qat_dh895xccvf +qca8k +qca_7k_common +qcaspi +qcauart +qcaux +qcom-emac +qcom-labibb-regulator +qcom-pm8008 +qcom-spmi-adc5 +qcom-spmi-iadc +qcom-spmi-vadc +qcom-vadc-common +qcom-wled +qcom_battmgr +qcom_glink +qcom_glink_rpm +qcom_spmi-regulator +qcom_usb_vbus-regulator +qcserial +qed +qede +qedf +qedi +qedr +qinfo_probe +qla1280 +qla2xxx +qla3xxx +qla4xxx +qlcnic +qlge +qm1d1b0004 +qm1d1c0042 +qmi_helpers +qmi_wwan +qnx4 +qnx6 +qrtr +qrtr-mhi +qrtr-smd +qrtr-tun +qsemi +qt1010 +qt1050 +qt1070 +qt2160 +qtnfmac +qtnfmac_pcie +quatech2 +quota_tree +quota_v1 +quota_v2 +qwiic-joystick +qxl +r592 +r6040 +r8152 +r8153_ecm +r8169 +r8192e_pci +r8192u_usb +r820t +r852 +r8712u +r8723bs +r8a66597-hcd +r8a66597-udc +raa215300 +radeon +radeonfb +radio-keene +radio-ma901 +radio-maxiradio +radio-mr800 +radio-platform-si4713 +radio-raremono +radio-shark +radio-si470x-common +radio-si470x-i2c +radio-si470x-usb +radio-si476x +radio-tea5764 +radio-usb-si4713 +radio-wl1273 +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid_class +rainshadow-cec +ramoops +rave-sp +rave-sp-backlight +rave-sp-pwrbutton +rave-sp-wdt +raw_diag +raw_gadget +raydium_i2c_ts +rbd +rc-adstech-dvb-t-pci +rc-alink-dtu-m +rc-anysee +rc-apac-viewcomp +rc-astrometa-t2hybrid +rc-asus-pc39 +rc-asus-ps3-100 +rc-ati-tv-wonder-hd-600 +rc-ati-x10 +rc-avermedia +rc-avermedia-a16d +rc-avermedia-cardbus +rc-avermedia-dvbt +rc-avermedia-m135a +rc-avermedia-m733a-rm-k6 +rc-avermedia-rm-ks +rc-avertv-303 +rc-azurewave-ad-tu700 +rc-beelink-gs1 +rc-beelink-mxiii +rc-behold +rc-behold-columbus +rc-budget-ci-old +rc-cinergy +rc-cinergy-1400 +rc-core +rc-ct-90405 +rc-d680-dmb +rc-delock-61959 +rc-dib0700-nec +rc-dib0700-rc5 +rc-digitalnow-tinytwin +rc-digittrade +rc-dm1105-nec +rc-dntv-live-dvb-t +rc-dntv-live-dvbt-pro +rc-dreambox +rc-dtt200u +rc-dvbsky +rc-dvico-mce +rc-dvico-portable +rc-em-terratec +rc-encore-enltv +rc-encore-enltv-fm53 +rc-encore-enltv2 +rc-evga-indtube +rc-eztv +rc-flydvb +rc-flyvideo +rc-fusionhdtv-mce +rc-gadmei-rm008z +rc-geekbox +rc-genius-tvgo-a11mce +rc-gotview7135 +rc-hauppauge +rc-hisi-poplar +rc-hisi-tv-demo +rc-imon-mce +rc-imon-pad +rc-imon-rsc +rc-iodata-bctv7e +rc-it913x-v1 +rc-it913x-v2 +rc-kaiomy +rc-khadas +rc-khamsin +rc-kworld-315u +rc-kworld-pc150u +rc-kworld-plus-tv-analog +rc-leadtek-y04g0051 +rc-lme2510 +rc-loopback +rc-manli +rc-mecool-kii-pro +rc-mecool-kiii-pro +rc-medion-x10 +rc-medion-x10-digitainer +rc-medion-x10-or2x +rc-minix-neo +rc-msi-digivox-ii +rc-msi-digivox-iii +rc-msi-tvanywhere +rc-msi-tvanywhere-plus +rc-nebula +rc-nec-terratec-cinergy-xs +rc-norwood +rc-npgtech +rc-odroid +rc-pctv-sedna +rc-pine64 +rc-pinnacle-color +rc-pinnacle-grey +rc-pinnacle-pctv-hd +rc-pixelview +rc-pixelview-002t +rc-pixelview-mk12 +rc-pixelview-new +rc-powercolor-real-angel +rc-proteus-2309 +rc-purpletv +rc-pv951 +rc-rc6-mce +rc-real-audio-220-32-keys +rc-reddo +rc-snapstream-firefly +rc-streamzap +rc-su3000 +rc-tanix-tx3mini +rc-tanix-tx5max +rc-tbs-nec +rc-technisat-ts35 +rc-technisat-usb2 +rc-terratec-cinergy-c-pci +rc-terratec-cinergy-s2-hd +rc-terratec-cinergy-xs +rc-terratec-slim +rc-terratec-slim-2 +rc-tevii-nec +rc-tivo +rc-total-media-in-hand +rc-total-media-in-hand-02 +rc-trekstor +rc-tt-1500 +rc-twinhan-dtv-cab-ci +rc-twinhan1027 +rc-vega-s9x +rc-videomate-m1f +rc-videomate-s350 +rc-videomate-tv-pvr +rc-videostrong-kii-pro +rc-wetek-hub +rc-wetek-play2 +rc-winfast +rc-winfast-usbii-deluxe +rc-x96max +rc-xbox-360 +rc-xbox-dvd +rc-zx-irdec +rc5t583-regulator +rdacm20 +rdacm21 +rdc321x-southbridge +rdma_cm +rdma_rxe +rdma_ucm +rds +rds_rdma +rds_tcp +realtek +realtek-mdio +realtek-smi +reboot-mode +redboot +redrat3 +reed_solomon +regmap-i3c +regmap-sccb +regmap-sdw +regmap-sdw-mbq +regmap-slimbus +regmap-spi-avmm +regmap-spmi +regmap-w1 +regulator-haptic +reiserfs +repaper +reset-ti-syscon +reset-tps380x +resistive-adc-touch +retu-mfd +retu-pwrbutton +retu_wdt +rfc1051 +rfc1201 +rfcomm +rfd77402 +rfd_ftl +rfkill-gpio +rio-scan +rio_cm +rio_mport_cdev +rionet +rivafb +rj54n1cb0c +rk805-pwrkey +rk808-regulator +rk817_charger +rk8xx-core +rk8xx-i2c +rk8xx-spi +rm3100-core +rm3100-i2c +rm3100-spi +rmd160 +rmi_core +rmi_i2c +rmi_smbus +rmi_spi +rmnet +rn5t618 +rn5t618-adc +rn5t618-regulator +rn5t618_power +rn5t618_wdt +rnbd-client +rnbd-server +rndis_host +rndis_wlan +rockchip +rocker +rohm-bd71828 +rohm-bd718x7 +rohm-bd9576 +rohm-bu27008 +rohm-bu27034 +rohm-regulator +rohm_bu21023 +romfs +rose +rotary_encoder +rp2 +rpadlpar_io +rpaphp +rpcrdma +rpcsec_gss_krb5 +rpi-panel-attiny-regulator +rpmsg_char +rpmsg_core +rpmsg_ctrl +rpmsg_ns +rpmsg_tty +rpmsg_wwan_ctrl +rpr0521 +rsi_91x +rsi_sdio +rsi_usb +rsmu-i2c +rsmu-spi +rt1719 +rt2400pci +rt2500pci +rt2500usb +rt2800lib +rt2800mmio +rt2800pci +rt2800usb +rt2x00lib +rt2x00mmio +rt2x00pci +rt2x00usb +rt4801-regulator +rt4803 +rt4831 +rt4831-backlight +rt4831-regulator +rt5033 +rt5033-regulator +rt5033_battery +rt5033_charger +rt5120 +rt5120-pwrkey +rt5120-regulator +rt5190a-regulator +rt5739 +rt5759-regulator +rt6160-regulator +rt6190-regulator +rt61pci +rt6245-regulator +rt73usb +rt9455_charger +rt9471 +rtas_flash +rtc-88pm80x +rtc-88pm860x +rtc-ab-b5ze-s3 +rtc-ab-eoz9 +rtc-abx80x +rtc-as3722 +rtc-bd70528 +rtc-bq32k +rtc-bq4802 +rtc-cadence +rtc-cmos +rtc-cpcap +rtc-da9052 +rtc-da9055 +rtc-da9063 +rtc-ds1286 +rtc-ds1302 +rtc-ds1305 +rtc-ds1307 +rtc-ds1343 +rtc-ds1347 +rtc-ds1374 +rtc-ds1390 +rtc-ds1511 +rtc-ds1553 +rtc-ds1672 +rtc-ds1685 +rtc-ds1742 +rtc-ds2404 +rtc-ds3232 +rtc-em3027 +rtc-fm3130 +rtc-ftrtc010 +rtc-goldfish +rtc-hid-sensor-time +rtc-hym8563 +rtc-isl12022 +rtc-isl12026 +rtc-isl1208 +rtc-lp8788 +rtc-m41t80 +rtc-m41t93 +rtc-m41t94 +rtc-m48t35 +rtc-m48t59 +rtc-m48t86 +rtc-max6900 +rtc-max6902 +rtc-max6916 +rtc-max77686 +rtc-max8907 +rtc-max8925 +rtc-max8997 +rtc-max8998 +rtc-mc13xxx +rtc-mcp795 +rtc-msm6242 +rtc-mt6397 +rtc-nct3018y +rtc-ntxec +rtc-palmas +rtc-pcap +rtc-pcf2123 +rtc-pcf2127 +rtc-pcf50633 +rtc-pcf85063 +rtc-pcf8523 +rtc-pcf85363 +rtc-pcf8563 +rtc-pcf8583 +rtc-r7301 +rtc-r9701 +rtc-rc5t583 +rtc-rc5t619 +rtc-rk808 +rtc-rp5c01 +rtc-rs5c348 +rtc-rs5c372 +rtc-rv3028 +rtc-rv3029c2 +rtc-rv3032 +rtc-rv8803 +rtc-rx4581 +rtc-rx6110 +rtc-rx8010 +rtc-rx8025 +rtc-rx8581 +rtc-s35390a +rtc-s5m +rtc-sd3078 +rtc-stk17ta8 +rtc-tps6586x +rtc-tps65910 +rtc-twl +rtc-wm831x +rtc-wm8350 +rtc-x1205 +rtc-zynqmp +rtc_cmos_setup +rtd520 +rti800 +rti802 +rtl2830 +rtl2832 +rtl2832_sdr +rtl8150 +rtl8187 +rtl8188ee +rtl818x_pci +rtl8192c-common +rtl8192ce +rtl8192cu +rtl8192de +rtl8192ee +rtl8192se +rtl8365mb +rtl8366 +rtl8723-common +rtl8723ae +rtl8723be +rtl8821ae +rtl8xxxu +rtl_pci +rtl_usb +rtllib +rtllib_crypt_ccmp +rtllib_crypt_tkip +rtllib_crypt_wep +rtlwifi +rtmv20-regulator +rtq2134-regulator +rtq6056 +rtq6752-regulator +rtrs-client +rtrs-core +rtrs-server +rts5208 +rtsx_pci +rtsx_pci_ms +rtsx_pci_sdmmc +rtsx_usb +rtsx_usb_ms +rtsx_usb_sdmmc +rtw88_8723d +rtw88_8723de +rtw88_8723ds +rtw88_8723du +rtw88_8821c +rtw88_8821ce +rtw88_8821cs +rtw88_8821cu +rtw88_8822b +rtw88_8822be +rtw88_8822bs +rtw88_8822bu +rtw88_8822c +rtw88_8822ce +rtw88_8822cs +rtw88_8822cu +rtw88_core +rtw88_pci +rtw88_sdio +rtw88_usb +rtw89_8851b +rtw89_8851be +rtw89_8852a +rtw89_8852ae +rtw89_8852b +rtw89_8852be +rtw89_8852c +rtw89_8852ce +rtw89_core +rtw89_pci +rx51_battery +rxrpc +s1d13xxxfb +s2250 +s2255drv +s2io +s2mpa01 +s2mps11 +s3fb +s3fwrn5 +s3fwrn5_i2c +s3fwrn82_uart +s526 +s5c73m3 +s5h1409 +s5h1411 +s5h1420 +s5h1432 +s5k5baf +s5k6a3 +s5m8767 +s626 +s6sy761 +s921 +saa6588 +saa6752hs +saa7110 +saa7115 +saa7127 +saa7134 +saa7134-alsa +saa7134-dvb +saa7134-empress +saa7134-go7007 +saa7146 +saa7146_vv +saa7164 +saa717x +saa7185 +saa7706h +safe_serial +sample-trace-array +samsung-dsim +samsung-keypad +samsung-sxgbe +sata_dwc_460ex +sata_inic162x +sata_mv +sata_nv +sata_promise +sata_qstor +sata_sil +sata_sil24 +sata_sis +sata_svw +sata_sx4 +sata_uli +sata_via +sata_vsc +savagefb +sbp_target +sbrmi +sbs-battery +sbs-charger +sbs-manager +sbtsi_temp +sc16is7xx +sc92031 +sca3000 +sca3300 +scd30_core +scd30_i2c +scd30_serial +scd4x +sch_cake +sch_cbs +sch_choke +sch_codel +sch_drr +sch_etf +sch_ets +sch_fq +sch_fq_codel +sch_fq_pie +sch_gred +sch_hfsc +sch_hhf +sch_htb +sch_ingress +sch_mqprio +sch_mqprio_lib +sch_multiq +sch_netem +sch_pie +sch_plug +sch_prio +sch_qfq +sch_red +sch_sfb +sch_sfq +sch_skbprio +sch_taprio +sch_tbf +sch_teql +scsi_debug +scsi_dh_alua +scsi_dh_emc +scsi_dh_hp_sw +scsi_dh_rdac +scsi_transport_fc +scsi_transport_iscsi +scsi_transport_sas +scsi_transport_spi +sctp +sctp_diag +sd_adc_modulator +sdhci +sdhci-cadence +sdhci-milbeaut +sdhci-of-arasan +sdhci-of-at91 +sdhci-of-dwcmshc +sdhci-of-esdhc +sdhci-of-hlwd +sdhci-omap +sdhci-pci +sdhci-pltfm +sdhci-xenon-driver +sdhci_am654 +sdhci_f_sdh30 +sdio_uart +sensehat-joystick +sensorhub +serial_ir +serio_raw +sermouse +serpent_generic +serport +ses +sf-pdma +sfc +sfc-falcon +sfc-siena +sfp +sgi_w1 +sgp30 +sgp40 +sha1-powerpc +shark2 +sht15 +sht21 +sht3x +sht4x +shtc1 +si1133 +si1145 +si2157 +si2165 +si2168 +si21xx +si4713 +si476x-core +si7005 +si7020 +sidewinder +sierra +sierra_net +sifive +sii902x +sii9234 +sil-sii8620 +sil164 +silead +simple-bridge +simple-mfd-i2c +simpledrm +simplefb +siox-bus-gpio +siox-core +sis190 +sis5595 +sis900 +sis_i2c +sisfb +sisusbvga +sit +siw +sja1000 +sja1000_isa +sja1000_platform +sja1105 +skfp +skge +sky2 +sky81452 +sky81452-backlight +sky81452-regulator +sl28vpd +sl811-hcd +slcan +slg51000-regulator +slicoss +slim-qcom-ctrl +slimbus +slip +slram +sm2_generic +sm3 +sm3_generic +sm4 +sm4_generic +sm501 +sm501fb +sm712fb +sm750fb +sm_common +sm_ftl +smartpqi +smb347-charger +smc +smc_diag +smipcie +smm665 +smpro-core +smpro-errmon +smpro-hwmon +smpro-misc +smsc +smsc47m192 +smsc75xx +smsc911x +smsc9420 +smsc95xx +smscufx +smsdvb +smsmdtv +smssdio +smsusb +snd +snd-ac97-codec +snd-acp-config +snd-ad1889 +snd-ak4113 +snd-ak4114 +snd-ak4xxx-adda +snd-aloop +snd-als4000 +snd-atiixp +snd-atiixp-modem +snd-au8810 +snd-au8820 +snd-au8830 +snd-aw2 +snd-bcd2000 +snd-bebob +snd-bt87x +snd-ca0106 +snd-cmipci +snd-compress +snd-cs4281 +snd-cs46xx +snd-ctl-led +snd-ctxfi +snd-darla20 +snd-darla24 +snd-dice +snd-dummy +snd-echo3g +snd-ens1370 +snd-ens1371 +snd-fireface +snd-firewire-digi00x +snd-firewire-lib +snd-firewire-motu +snd-firewire-tascam +snd-fireworks +snd-fm801 +snd-gina20 +snd-gina24 +snd-hda-codec +snd-hda-codec-analog +snd-hda-codec-ca0110 +snd-hda-codec-ca0132 +snd-hda-codec-cirrus +snd-hda-codec-cmedia +snd-hda-codec-conexant +snd-hda-codec-cs8409 +snd-hda-codec-generic +snd-hda-codec-hdmi +snd-hda-codec-idt +snd-hda-codec-realtek +snd-hda-codec-si3054 +snd-hda-codec-via +snd-hda-core +snd-hda-ext-core +snd-hda-intel +snd-hdsp +snd-hdspm +snd-hrtimer +snd-hwdep +snd-i2c +snd-ice1724 +snd-ice17xx-ak4xxx +snd-indigo +snd-indigodj +snd-indigodjx +snd-indigoio +snd-indigoiox +snd-intel-dspcfg +snd-intel8x0 +snd-intel8x0m +snd-isight +snd-korg1212 +snd-layla20 +snd-layla24 +snd-lola +snd-lx6464es +snd-mia +snd-mixart +snd-mixer-oss +snd-mona +snd-mpu401 +snd-mpu401-uart +snd-mtpav +snd-mts64 +snd-nm256 +snd-opl3-lib +snd-opl3-synth +snd-oxfw +snd-oxygen +snd-oxygen-lib +snd-pcm +snd-pcm-dmaengine +snd-pcmtest +snd-pcxhr +snd-portman2x4 +snd-pt2258 +snd-rawmidi +snd-riptide +snd-rme32 +snd-rme96 +snd-rme9652 +snd-sb-common +snd-seq +snd-seq-device +snd-seq-dummy +snd-seq-midi +snd-seq-midi-emul +snd-seq-midi-event +snd-seq-ump-client +snd-seq-virmidi +snd-serial-generic +snd-serial-u16550 +snd-soc-63xx +snd-soc-ac97 +snd-soc-acp-rt5645-mach +snd-soc-adau-utils +snd-soc-adau1372 +snd-soc-adau1372-i2c +snd-soc-adau1372-spi +snd-soc-adau1701 +snd-soc-adau1761 +snd-soc-adau1761-i2c +snd-soc-adau1761-spi +snd-soc-adau17x1 +snd-soc-adau7002 +snd-soc-adau7118 +snd-soc-adau7118-hw +snd-soc-adau7118-i2c +snd-soc-adi-axi-i2s +snd-soc-adi-axi-spdif +snd-soc-ak4104 +snd-soc-ak4118 +snd-soc-ak4375 +snd-soc-ak4458 +snd-soc-ak4554 +snd-soc-ak4613 +snd-soc-ak4642 +snd-soc-ak5386 +snd-soc-ak5558 +snd-soc-alc5623 +snd-soc-audio-graph-card +snd-soc-audio-graph-card2 +snd-soc-audio-graph-card2-custom-sample +snd-soc-aw8738 +snd-soc-aw88395 +snd-soc-aw88395-lib +snd-soc-bd28623 +snd-soc-bt-sco +snd-soc-chv3-codec +snd-soc-core +snd-soc-cpcap +snd-soc-cs35l32 +snd-soc-cs35l33 +snd-soc-cs35l34 +snd-soc-cs35l35 +snd-soc-cs35l36 +snd-soc-cs35l41 +snd-soc-cs35l41-i2c +snd-soc-cs35l41-lib +snd-soc-cs35l41-spi +snd-soc-cs35l45 +snd-soc-cs35l45-i2c +snd-soc-cs35l45-spi +snd-soc-cs35l56 +snd-soc-cs35l56-i2c +snd-soc-cs35l56-sdw +snd-soc-cs35l56-shared +snd-soc-cs35l56-spi +snd-soc-cs4234 +snd-soc-cs4265 +snd-soc-cs4270 +snd-soc-cs4271 +snd-soc-cs4271-i2c +snd-soc-cs4271-spi +snd-soc-cs42l42 +snd-soc-cs42l42-i2c +snd-soc-cs42l42-sdw +snd-soc-cs42l51 +snd-soc-cs42l51-i2c +snd-soc-cs42l52 +snd-soc-cs42l56 +snd-soc-cs42l73 +snd-soc-cs42l83-i2c +snd-soc-cs42xx8 +snd-soc-cs42xx8-i2c +snd-soc-cs43130 +snd-soc-cs4341 +snd-soc-cs4349 +snd-soc-cs53l30 +snd-soc-cx2072x +snd-soc-da7213 +snd-soc-dmic +snd-soc-es7134 +snd-soc-es7241 +snd-soc-es8316 +snd-soc-es8326 +snd-soc-es8328 +snd-soc-es8328-i2c +snd-soc-es8328-spi +snd-soc-fsl-asrc +snd-soc-fsl-audmix +snd-soc-fsl-easrc +snd-soc-fsl-esai +snd-soc-fsl-micfil +snd-soc-fsl-mqs +snd-soc-fsl-rpmsg +snd-soc-fsl-sai +snd-soc-fsl-spdif +snd-soc-fsl-ssi +snd-soc-fsl-utils +snd-soc-fsl-xcvr +snd-soc-gtm601 +snd-soc-hda-codec +snd-soc-hdmi-codec +snd-soc-ics43432 +snd-soc-idt821034 +snd-soc-imx-audmux +snd-soc-inno-rk3036 +snd-soc-lochnagar-sc +snd-soc-lpass-macro-common +snd-soc-lpass-rx-macro +snd-soc-lpass-tx-macro +snd-soc-lpass-va-macro +snd-soc-lpass-wsa-macro +snd-soc-max9759 +snd-soc-max98088 +snd-soc-max98090 +snd-soc-max98357a +snd-soc-max98363 +snd-soc-max98373 +snd-soc-max98373-i2c +snd-soc-max98373-sdw +snd-soc-max98388 +snd-soc-max98390 +snd-soc-max98396 +snd-soc-max98504 +snd-soc-max98520 +snd-soc-max9860 +snd-soc-max9867 +snd-soc-max98927 +snd-soc-mikroe-proto +snd-soc-msm8916-analog +snd-soc-msm8916-digital +snd-soc-mt6351 +snd-soc-mt6358 +snd-soc-mt6660 +snd-soc-nau8315 +snd-soc-nau8540 +snd-soc-nau8810 +snd-soc-nau8821 +snd-soc-nau8822 +snd-soc-nau8824 +snd-soc-pcm1681 +snd-soc-pcm1789-codec +snd-soc-pcm1789-i2c +snd-soc-pcm179x-codec +snd-soc-pcm179x-i2c +snd-soc-pcm179x-spi +snd-soc-pcm186x +snd-soc-pcm186x-i2c +snd-soc-pcm186x-spi +snd-soc-pcm3060 +snd-soc-pcm3060-i2c +snd-soc-pcm3060-spi +snd-soc-pcm3168a +snd-soc-pcm3168a-i2c +snd-soc-pcm3168a-spi +snd-soc-pcm5102a +snd-soc-pcm512x +snd-soc-pcm512x-i2c +snd-soc-pcm512x-spi +snd-soc-peb2466 +snd-soc-rk3328 +snd-soc-rk817 +snd-soc-rl6231 +snd-soc-rt1308-sdw +snd-soc-rt1316-sdw +snd-soc-rt1318-sdw +snd-soc-rt5616 +snd-soc-rt5631 +snd-soc-rt5640 +snd-soc-rt5645 +snd-soc-rt5659 +snd-soc-rt5682 +snd-soc-rt5682-sdw +snd-soc-rt700 +snd-soc-rt711 +snd-soc-rt711-sdca +snd-soc-rt712-sdca +snd-soc-rt712-sdca-dmic +snd-soc-rt715 +snd-soc-rt715-sdca +snd-soc-rt722-sdca +snd-soc-rt9120 +snd-soc-sdw-mockup +snd-soc-sgtl5000 +snd-soc-si476x +snd-soc-sigmadsp +snd-soc-sigmadsp-i2c +snd-soc-sigmadsp-regmap +snd-soc-simple-amplifier +snd-soc-simple-card +snd-soc-simple-card-utils +snd-soc-simple-mux +snd-soc-sma1303 +snd-soc-spdif-rx +snd-soc-spdif-tx +snd-soc-src4xxx +snd-soc-src4xxx-i2c +snd-soc-ssm2305 +snd-soc-ssm2518 +snd-soc-ssm2602 +snd-soc-ssm2602-i2c +snd-soc-ssm2602-spi +snd-soc-ssm3515 +snd-soc-ssm4567 +snd-soc-sta32x +snd-soc-sta350 +snd-soc-sti-sas +snd-soc-tas2552 +snd-soc-tas2562 +snd-soc-tas2764 +snd-soc-tas2770 +snd-soc-tas2780 +snd-soc-tas2781-comlib +snd-soc-tas2781-fmwlib +snd-soc-tas2781-i2c +snd-soc-tas5086 +snd-soc-tas571x +snd-soc-tas5720 +snd-soc-tas5805m +snd-soc-tas6424 +snd-soc-tda7419 +snd-soc-test-component +snd-soc-tfa9879 +snd-soc-tfa989x +snd-soc-tlv320adc3xxx +snd-soc-tlv320adcx140 +snd-soc-tlv320aic23 +snd-soc-tlv320aic23-i2c +snd-soc-tlv320aic23-spi +snd-soc-tlv320aic31xx +snd-soc-tlv320aic32x4 +snd-soc-tlv320aic32x4-i2c +snd-soc-tlv320aic32x4-spi +snd-soc-tlv320aic3x +snd-soc-tlv320aic3x-i2c +snd-soc-tlv320aic3x-spi +snd-soc-tpa6130a2 +snd-soc-ts3a227e +snd-soc-tscs42xx +snd-soc-tscs454 +snd-soc-uda1334 +snd-soc-wcd-mbhc +snd-soc-wcd9335 +snd-soc-wcd934x +snd-soc-wcd938x +snd-soc-wcd938x-sdw +snd-soc-wm-adsp +snd-soc-wm8510 +snd-soc-wm8523 +snd-soc-wm8524 +snd-soc-wm8580 +snd-soc-wm8711 +snd-soc-wm8728 +snd-soc-wm8731 +snd-soc-wm8731-i2c +snd-soc-wm8731-spi +snd-soc-wm8737 +snd-soc-wm8741 +snd-soc-wm8750 +snd-soc-wm8753 +snd-soc-wm8770 +snd-soc-wm8776 +snd-soc-wm8782 +snd-soc-wm8804 +snd-soc-wm8804-i2c +snd-soc-wm8804-spi +snd-soc-wm8903 +snd-soc-wm8904 +snd-soc-wm8940 +snd-soc-wm8960 +snd-soc-wm8961 +snd-soc-wm8962 +snd-soc-wm8974 +snd-soc-wm8978 +snd-soc-wm8985 +snd-soc-wsa881x +snd-soc-wsa883x +snd-soc-wsa884x +snd-soc-xlnx-formatter-pcm +snd-soc-xlnx-i2s +snd-soc-xlnx-spdif +snd-soc-xtfpga-i2s +snd-soc-zl38060 +snd-timer +snd-ua101 +snd-ump +snd-usb-6fire +snd-usb-audio +snd-usb-caiaq +snd-usb-hiface +snd-usb-line6 +snd-usb-pod +snd-usb-podhd +snd-usb-toneport +snd-usb-usx2y +snd-usb-variax +snd-usbmidi-lib +snd-via82xx +snd-via82xx-modem +snd-virmidi +snd-virtuoso +snd-vx-lib +snd-vx222 +snd-ymfpci +snet_vdpa +snic +snps_udc_core +snps_udc_plat +softdog +softing +solo6x10 +solos-pci +sony-btf-mpx +soundcore +soundwire-bus +soundwire-qcom +sp2 +sp8870 +sp887x +spaceball +spaceorb +sparse-keymap +spcp8x5 +speakup +speakup_acntsa +speakup_apollo +speakup_audptr +speakup_bns +speakup_decext +speakup_dectlk +speakup_dummy +speakup_ltlk +speakup_soft +speakup_spkout +speakup_txprt +speedfax +speedtch +spi-altera-core +spi-altera-dfl +spi-altera-platform +spi-amd +spi-axi-spi-engine +spi-bitbang +spi-butterfly +spi-cadence +spi-cadence-xspi +spi-dln2 +spi-dw +spi-dw-mmio +spi-dw-pci +spi-fsi +spi-gpio +spi-lm70llp +spi-loopback-test +spi-microchip-core +spi-microchip-core-qspi +spi-mux +spi-mxic +spi-nor +spi-oc-tiny +spi-pci1xxxx +spi-pxa2xx-pci +spi-pxa2xx-platform +spi-sc18is602 +spi-sifive +spi-slave-system-control +spi-slave-time +spi-sn-f-ospi +spi-tle62x0 +spi-xcomm +spi-zynqmp-gqspi +spi_ks8995 +spidev +spinand +spl +spmi +sprd_serial +sps30 +sps30_i2c +sps30_serial +sr9700 +sr9800 +srf04 +srf08 +ssb +ssb-hcd +ssd1307fb +ssd130x +ssd130x-i2c +ssd130x-spi +ssfdc +ssp_accel_sensor +ssp_gyro_sensor +ssp_iio +sst25l +sstfb +ssu100 +st +st-mipid02 +st-nci +st-nci_i2c +st-nci_spi +st-vgxy61 +st1232 +st21nfca_hci +st21nfca_i2c +st7586 +st7735r +st95hf +st_accel +st_accel_i2c +st_accel_spi +st_drv +st_gyro +st_gyro_i2c +st_gyro_spi +st_lsm6dsx +st_lsm6dsx_i2c +st_lsm6dsx_i3c +st_lsm6dsx_spi +st_lsm9ds0 +st_lsm9ds0_i2c +st_lsm9ds0_spi +st_magn +st_magn_i2c +st_magn_spi +st_pressure +st_pressure_i2c +st_pressure_spi +st_sensors +st_sensors_i2c +st_sensors_spi +st_uvis25_core +st_uvis25_i2c +st_uvis25_spi +starfire +stb0899 +stb6000 +stb6100 +ste10Xp +stex +stinger +stk1160 +stk3310 +stk8312 +stk8ba50 +stm_console +stm_core +stm_ftrace +stm_heartbeat +stm_p_basic +stm_p_sys-t +stmfts +stmfx +stmmac +stmmac-pci +stmmac-platform +stmpe-adc +stmpe-keypad +stmpe-ts +stowaway +stp +stpddc60 +stpmic1 +stpmic1_onkey +stpmic1_regulator +stpmic1_wdt +streamzap +streebog_generic +stts751 +stusb160x +stv0288 +stv0297 +stv0299 +stv0367 +stv0900 +stv090x +stv0910 +stv6110 +stv6110x +stv6111 +sundance +sungem +sungem_phy +sunhme +suni +sunkbd +sunrise_co2 +sunrpc +sur40 +surface3_spi +svc-i3c-master +svgalib +switchtec +sx8654 +sx9310 +sx9324 +sx9360 +sx9500 +sx_common +sy7636a-hwmon +sy7636a-regulator +sy8106a-regulator +sy8824x +sy8827n +sym53c8xx +symbolserial +synaptics_i2c +synaptics_usb +synclink_gt +syscon-reboot-mode +sysv +t5403 +tag_ar9331 +tag_brcm +tag_dsa +tag_gswip +tag_hellcreek +tag_ksz +tag_lan9303 +tag_mtk +tag_none +tag_ocelot +tag_ocelot_8021q +tag_qca +tag_rtl4_a +tag_rtl8_4 +tag_rzn1_a5psw +tag_sja1105 +tag_trailer +tag_xrs700x +tap +target_core_file +target_core_iblock +target_core_mod +target_core_pscsi +target_core_user +tc-dwc-g210 +tc-dwc-g210-pci +tc-dwc-g210-pltfrm +tc358743 +tc358746 +tc358762 +tc358764 +tc358767 +tc358768 +tc358775 +tc3589x-keypad +tc654 +tc74 +tc90522 +tca6416-keypad +tca8418_keypad +tcan4x5x +tcm_fc +tcm_loop +tcm_qla2xxx +tcm_remote +tcm_usb_gadget +tcp_bbr +tcp_bic +tcp_cdg +tcp_dctcp +tcp_diag +tcp_highspeed +tcp_htcp +tcp_hybla +tcp_illinois +tcp_lp +tcp_nv +tcp_scalable +tcp_vegas +tcp_veno +tcp_westwood +tcp_yeah +tcpci +tcpci_maxim +tcpci_mt6360 +tcpci_mt6370 +tcpci_rt1711h +tcpm +tcrypt +tcs3414 +tcs3472 +tda10021 +tda10023 +tda10048 +tda1004x +tda10071 +tda10086 +tda18212 +tda18218 +tda18250 +tda18271 +tda18271c2dd +tda1997x +tda38640 +tda665x +tda7432 +tda8083 +tda8261 +tda826x +tda827x +tda8290 +tda9840 +tda9887 +tda9950 +tda998x +tdfxfb +tdo24m +tea575x +tea5761 +tea5767 +tea6415c +tea6420 +team +team_mode_activebackup +team_mode_broadcast +team_mode_loadbalance +team_mode_random +team_mode_roundrobin +tef6862 +tehuti +teranetics +test_blackhole_dev +test_bpf +test_power +tg3 +thc63lvd1024 +thermal-generic-adc +thermal_mmio +thmc50 +ths7303 +ths8200 +thunder_bgx +thunder_xcv +thunderbolt +thunderbolt_net +ti-adc081c +ti-adc0832 +ti-adc084s021 +ti-adc108s102 +ti-adc12138 +ti-adc128s052 +ti-adc161s626 +ti-ads1015 +ti-ads1100 +ti-ads124s08 +ti-ads131e08 +ti-ads7924 +ti-ads7950 +ti-ads8344 +ti-ads8688 +ti-dac082s085 +ti-dac5571 +ti-dac7311 +ti-dac7612 +ti-dlpc3433 +ti-lmp92064 +ti-lmu +ti-sn65dsi83 +ti-sn65dsi86 +ti-tfp410 +ti-tlc4541 +ti-tpd12s015 +ti-tsc2046 +ti_am335x_adc +ti_am335x_tsc +ti_am335x_tscadc +ti_usb_3410_5052 +tifm_7xx1 +tifm_core +tifm_ms +tifm_sd +timeriomem-rng +tipc +tlan +tls +tlv320aic23b +tm2-touchkey +tmag5273 +tmdc +tmp006 +tmp007 +tmp102 +tmp103 +tmp108 +tmp117 +tmp401 +tmp421 +tmp464 +tmp513 +toshsd +touchit213 +touchright +touchwin +tpci200 +tpl0102 +tpm_atmel +tpm_st33zp24 +tpm_st33zp24_i2c +tpm_st33zp24_spi +tpm_tis_i2c +tpm_tis_i2c_cr50 +tpm_tis_spi +tpm_vtpm_proxy +tps23861 +tps40422 +tps51632-regulator +tps53679 +tps546d24 +tps6105x +tps6105x-regulator +tps62360-regulator +tps6286x-regulator +tps6287x-regulator +tps65010 +tps65023-regulator +tps6507x +tps6507x-regulator +tps6507x-ts +tps65086 +tps65086-regulator +tps65090-charger +tps65090-regulator +tps65132-regulator +tps65218 +tps65218-pwrbutton +tps65218-regulator +tps65219 +tps65219-pwrbutton +tps65219-regulator +tps6524x-regulator +tps6586x-regulator +tps65910-regulator +tps65912-regulator +tps6594-core +tps6594-esm +tps6594-i2c +tps6594-pfsm +tps6594-regulator +tps6594-spi +tps6598x +tqmx86 +trace-printk +trancevibrator +trf7970a +tridentfb +ts2020 +ts_bm +ts_fsm +ts_kmp +tsc2004 +tsc2005 +tsc2007 +tsc200x-core +tsc40 +tsl2550 +tsl2563 +tsl2583 +tsl2591 +tsl2772 +tsl4531 +tsnep +tsys01 +tsys02d +ttm +ttpci-eeprom +ttusb_dec +ttusbdecfe +ttusbir +ttynull +tua6100 +tua9001 +tulip +tuner +tuner-simple +tuner-types +tunnel4 +tunnel6 +turbografx +tvaudio +tveeprom +tvp514x +tvp5150 +tvp7002 +tw2804 +tw5864 +tw68 +tw686x +tw9903 +tw9906 +tw9910 +twidjoy +twl-regulator +twl4030-madc +twl4030-pwrbutton +twl4030-vibra +twl4030_charger +twl4030_keypad +twl4030_madc_battery +twl4030_wdt +twl6030-gpadc +twl6030-regulator +twl6040-vibra +twofish_common +twofish_generic +txgbe +typec +typec_displayport +typec_nvidia +typec_ucsi +typhoon +uPD60620 +u_audio +u_ether +u_serial +uacce +uartlite +uas +ubi +ubifs +ublk_drv +ubuntu-host +ucan +ucc_uart +ucd9000 +ucd9200 +ucs1002_power +ucsi_ccg +ucsi_glink +ucsi_stm32g0 +uda1342 +udc-core +udc-xilinx +udf +udl +udlfb +udp_diag +udp_tunnel +ueagle-atm +ufs +ufshcd-core +ufshcd-dwc +ufshcd-pci +ufshcd-pltfrm +ug3105_battery +uhid +uio +uio_aec +uio_cif +uio_dfl +uio_dmem_genirq +uio_fsl_elbc_gpcm +uio_mf624 +uio_netx +uio_pci_generic +uio_pdrv_genirq +uio_pruss +uio_sercos3 +uleds +uli526x +ulpi +ums-alauda +ums-cypress +ums-datafab +ums-eneub6250 +ums-freecom +ums-isd200 +ums-jumpshot +ums-karma +ums-onetouch +ums-realtek +ums-sddr09 +ums-sddr55 +ums-usbat +unix_diag +upd64031a +upd64083 +upd78f0730 +us5182d +usb-conn-gpio +usb-serial-simple +usb-storage +usb251xb +usb3503 +usb4604 +usb8xxx +usb_8dev +usb_debug +usb_f_acm +usb_f_ecm +usb_f_ecm_subset +usb_f_eem +usb_f_fs +usb_f_hid +usb_f_mass_storage +usb_f_midi +usb_f_ncm +usb_f_obex +usb_f_phonet +usb_f_printer +usb_f_rndis +usb_f_serial +usb_f_ss_lb +usb_f_tcm +usb_f_uac1 +usb_f_uac1_legacy +usb_f_uac2 +usb_f_uvc +usb_wwan +usbatm +usbdux +usbduxfast +usbduxsigma +usbhid +usbip-core +usbip-host +usbip-vudc +usbkbd +usblcd +usblp +usbmisc_imx +usbmon +usbmouse +usbnet +usbserial +usbsevseg +usbtest +usbtmc +usbtouchscreen +usbtv +usdhi6rol0 +userio +userspace-consumer +ushc +uss720 +uvc +uvcvideo +uvesafb +v4l2-async +v4l2-dv-timings +v4l2-flash-led-class +v4l2-fwnode +v4l2-mem2mem +v4l2-tpg +vcan +vcnl3020 +vcnl4000 +vcnl4035 +vcpu_stall_detector +vctrl-regulator +vdpa +vdpa_sim +vdpa_sim_blk +vdpa_sim_net +vduse +veml6030 +veml6070 +ves1820 +ves1x93 +veth +vf610_adc +vf610_dac +vfio +vfio-pci +vfio-pci-core +vfio_iommu_spapr_tce +vga16fb +vgastate +vgem +vgg2432a4 +vhci-hcd +vhost +vhost_iotlb +vhost_net +vhost_scsi +vhost_vdpa +vhost_vsock +via-rhine +via-sdmmc +via-velocity +via686a +vicodec +video-i2c +video-mux +videobuf-core +videobuf-dma-sg +videobuf2-common +videobuf2-dma-contig +videobuf2-dma-sg +videobuf2-dvb +videobuf2-memops +videobuf2-v4l2 +videobuf2-vmalloc +videodev +vim2m +vimc +viperboard +viperboard_adc +virt-dma +virt_wifi +virtio-gpu +virtio-rng +virtio_bt +virtio_crypto +virtio_dma_buf +virtio_input +virtio_pmem +virtio_rpmsg_bus +virtio_snd +virtio_vdpa +virtiofs +virtual +virtual_ncidev +visl +visor +vitesse +vitesse-vsc73xx-core +vitesse-vsc73xx-platform +vitesse-vsc73xx-spi +vivid +vkms +vl53l0x-i2c +vl6180 +vmac +vme_fake +vme_tsi148 +vme_user +vmk80xx +vmw_vsock_virtio_transport +vmw_vsock_virtio_transport_common +vmx-crypto +vp27smpx +vp_vdpa +vport-geneve +vport-gre +vport-vxlan +vpx3220 +vrf +vringh +vsock +vsock_diag +vsock_loopback +vsockmon +vsxxxaa +vt6655_stage +vt6656_stage +vt8231 +vt8623fb +vub300 +vx855 +vxcan +vxlan +vz89x +w1-gpio +w1_ds2405 +w1_ds2406 +w1_ds2408 +w1_ds2413 +w1_ds2423 +w1_ds2430 +w1_ds2431 +w1_ds2433 +w1_ds2438 +w1_ds250x +w1_ds2780 +w1_ds2781 +w1_ds2805 +w1_ds28e04 +w1_ds28e17 +w1_smem +w1_therm +w5100 +w5100-spi +w5300 +w6692 +w83773g +w83781d +w83791d +w83792d +w83793 +w83795 +w83l785ts +w83l786ng +wacom +wacom_i2c +wacom_serial4 +wacom_w8001 +walkera0701 +wanxl +warrior +wbsd +wcd934x +wcn36xx +wd719x +wdrtas +wdt87xx_i2c +wdt_pci +wfx +whiteheat +wil6210 +wilc1000 +wilc1000-sdio +wilc1000-spi +winbond-840 +windfarm_core +wire +wireguard +wishbone-serial +wl1251 +wl1251_sdio +wl1251_spi +wl1273-core +wl12xx +wl18xx +wlcore +wlcore_sdio +wlcore_spi +wm831x-dcdc +wm831x-hwmon +wm831x-isink +wm831x-ldo +wm831x-on +wm831x-ts +wm831x_backup +wm831x_bl +wm831x_power +wm831x_wdt +wm8350-hwmon +wm8350-regulator +wm8350_power +wm8350_wdt +wm8400-regulator +wm8739 +wm8775 +wm8994 +wm8994-regulator +wm97xx-ts +wp512 +wpcm450-soc +wusb3801 +wwan_hwsim +x25 +x9250 +x_tables +xbox_remote +xc2028 +xc4000 +xc5000 +xcbc +xctr +xdma +xdpe12284 +xdpe152c4 +xfrm4_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_interface +xfrm_ipcomp +xfrm_user +xfs +xhci-pci +xhci-pci-renesas +xhci-plat-hcd +xilinx-csi2rxss +xilinx-pr-decoupler +xilinx-spi +xilinx-tpg +xilinx-video +xilinx-vtc +xilinx-xadc +xilinx_dpdma +xilinx_emac +xilinx_emaclite +xilinx_gmii2rgmii +xilinx_ps2 +xilinx_sdfec +xilinx_uartps +xillybus_class +xillybus_core +xillybus_of +xillybus_pcie +xillyusb +xiphera-trng +xlnx_vcu +xor +xpad +xr_serial +xrs700x +xrs700x_i2c +xrs700x_mdio +xsens_mt +xsk_diag +xt_AUDIT +xt_CHECKSUM +xt_CLASSIFY +xt_CONNSECMARK +xt_CT +xt_DSCP +xt_HL +xt_HMARK +xt_IDLETIMER +xt_LED +xt_LOG +xt_MASQUERADE +xt_NETMAP +xt_NFLOG +xt_NFQUEUE +xt_RATEEST +xt_REDIRECT +xt_SECMARK +xt_TCPMSS +xt_TCPOPTSTRIP +xt_TEE +xt_TPROXY +xt_TRACE +xt_addrtype +xt_bpf +xt_cgroup +xt_cluster +xt_comment +xt_connbytes +xt_connlabel +xt_connlimit +xt_connmark +xt_conntrack +xt_cpu +xt_dccp +xt_devgroup +xt_dscp +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_ipcomp +xt_iprange +xt_ipvs +xt_l2tp +xt_length +xt_limit +xt_mac +xt_mark +xt_multiport +xt_nat +xt_nfacct +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_realm +xt_recent +xt_sctp +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_tcpudp +xt_time +xt_u32 +xtkbd +xusbatm +xxhash_generic +xz_dec_test +yam +yamaha-yas530 +yealink +yellowfin +yurex +z3fold +zaurus +zd1201 +zd1211rw +zd1301 +zd1301_demod +zet6223 +zforce_ts +zfs +zhenhua +ziirave_wdt +zinitix +zl10036 +zl10039 +zl10353 +zl6100 +zonefs +zopt2201 +zpa2326 +zpa2326_i2c +zpa2326_spi +zram +zstd --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.master/abi/ppc64el/generic.modules.builtin +++ linux-lowlatency-hwe-6.5-6.5.0/debian.master/abi/ppc64el/generic.modules.builtin @@ -0,0 +1,260 @@ +8250 +8250_base +8250_fsl +8250_of +8250_pci +8250_rt288x +aead +aes_generic +af_packet +agpgart +akcipher +as3722 +asiliantfb +asn1_decoder +asn1_encoder +atkbd +backlight +bcm84881 +binfmt_script +bitrev +bsg +cbc +cdrom +cfbcopyarea +cfbfillrect +cfbimgblt +charger-manager +cn +configfs +cpufreq-dt +cpufreq-dt-platdev +cpufreq_conservative +cpufreq_ondemand +cpufreq_performance +cpufreq_powersave +cpufreq_userspace +crc-ccitt +crc-t10dif +crc16 +crc32 +crc32c_generic +crc64 +crc64-rocksoft +crc64_rocksoft_generic +crct10dif_common +crct10dif_generic +crypto +crypto_acompress +crypto_algapi +crypto_hash +crypto_null +cryptomgr +ctr +cts +da9063 +dax +deflate +dh_generic +digsig +dm-mod +dns_resolver +drbg +drm_mipi_dsi +drop_monitor +dwc2 +ecb +ecryptfs +edac_core +ehci-hcd +ehci-pci +encrypted-keys +evdev +exportfs +ext4 +extcon-core +failover +fat +fb +fb_sys_fops +fddi +firmware_class +fixed_phy +font +fuse +fwnode_mdio +gcm +geniv +gf128mul +ghash-generic +glob +governor_passive +governor_performance +governor_powersave +governor_simpleondemand +governor_userspace +gpio-generic +gpio-xilinx +gxt4500 +hmac +hwmon +i2c-core +i2c-designware-core +i2c-designware-platform +i2c-dev +i2c-opal +i8042 +imsttfb +input-core +ipv6 +irqbypass +jbd2 +jitterentropy_rng +kdf_sp800108 +kgdboc +kpp +led-class +libaes +libata +libcryptoutils +libnvdimm +libphy +libps2 +libsha1 +libsha256 +linear_ranges +loop +lz4_decompress +lzo +lzo-rle +lzo_compress +lzo_decompress +max14577 +max310x +max77686 +max77693 +mbcache +md-mod +md5 +mdio_devres +mfd-core +mmc_core +mousedev +mpi +mq-deadline +n_null +net_failover +nls_base +nls_cp437 +nvram +of_mdio +ohci-hcd +ohci-pci +oid_registry +palmas +pci-host-common +pci-host-generic +pinctrl-as3722 +pinctrl-microchip-sgpio +pinctrl-ocelot +pinctrl-palmas +pinctrl-single +pkcs7_message +powernv-cpufreq +ppp_generic +pps_core +pretimeout_noop +pstore +ptp +public_key +rapidio +rational +regmap-i2c +regmap-mmio +regmap-spi +rfkill +rng +rng-core +roles +rsa_generic +rtc-generic +rtc-opal +sccnxp +scsi_common +scsi_mod +scsi_transport_srp +sd_mod +sec-core +sec-irq +selftests +seqiv +serdev +serial_base +serial_mctrl_gpio +serio +sg +sha1_generic +sha256_generic +sha3_generic +sha512_generic +sig +skcipher +slhc +spi-fsl-lib +spi-fsl-spi +squashfs +sr_mod +syscopyarea +sysfillrect +sysimgblt +t10-pi +tcp_cubic +tpm +tpm_i2c_atmel +tpm_i2c_infineon +tpm_i2c_nuvoton +tpm_ibmvtpm +tpm_tis +tpm_tis_core +tps65912-core +tps65912-i2c +tps65912-spi +trusted +ttyprintk +tun +uhci-hcd +uinput +unix +usb-common +usbcore +utf8data +vfat +vgacon +virtio +virtio_balloon +virtio_blk +virtio_console +virtio_mmio +virtio_net +virtio_pci +virtio_pci_legacy_dev +virtio_pci_modern_dev +virtio_ring +virtio_scsi +vivaldi-fmap +watchdog +wwan +wwnr +x509_key_parser +xgmac_mdio +xhci-hcd +xts +xxhash +xz_dec +zbud +zlib_deflate +zlib_inflate +zsmalloc +zstd_common +zstd_compress +zstd_decompress --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.master/abi/ppc64el/generic.retpoline +++ linux-lowlatency-hwe-6.5-6.5.0/debian.master/abi/ppc64el/generic.retpoline @@ -0,0 +1 @@ +# RETPOLINE NOT ENABLED --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.master/abi/s390x/generic +++ linux-lowlatency-hwe-6.5-6.5.0/debian.master/abi/s390x/generic @@ -0,0 +1,14358 @@ +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0x2bebaa2b crypto_cipher_decrypt_one vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0xd2ee0485 crypto_cipher_setkey vmlinux +CRYPTO_INTERNAL EXPORT_SYMBOL_GPL 0xe49f38dd crypto_cipher_encrypt_one vmlinux +CXL EXPORT_SYMBOL_GPL 0x84b45156 insert_resource_expand_to_fit vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x048860ab dma_buf_map_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x04c9afa2 dma_buf_vunmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x06b6912b dma_buf_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x23b6ee4a dma_buf_export vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x2d75538f dma_buf_detach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x51c8fc3a dma_buf_end_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x6839d79d dma_buf_dynamic_attach vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x68785641 dma_buf_map_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x6bd5bbf5 dma_buf_vunmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x70dc88a4 dma_buf_move_notify vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x72e6d54a dma_buf_put vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x735af657 dma_buf_get vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x7b285cf9 dma_buf_unmap_attachment_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x878690a4 dma_buf_pin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x8888f386 dma_buf_fd vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x90472dae dma_buf_unpin vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0x9934c5f9 dma_buf_begin_cpu_access vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xa28be524 dma_buf_mmap vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xe2f3f073 dma_buf_unmap_attachment vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xf790963a dma_buf_vmap_unlocked vmlinux +DMA_BUF EXPORT_SYMBOL_GPL 0xfac04c31 dma_buf_vmap vmlinux +EXPORT_SYMBOL arch/s390/crypto/chacha_s390 0x220b49ab chacha_crypt_arch +EXPORT_SYMBOL arch/s390/crypto/chacha_s390 0xdc94f829 chacha_init_arch +EXPORT_SYMBOL arch/s390/crypto/chacha_s390 0xdd8ec6bd hchacha_block_arch +EXPORT_SYMBOL crypto/blake2b_generic 0xe13c4380 blake2b_compress_generic +EXPORT_SYMBOL crypto/ecc 0x16e410ff vli_from_be64 +EXPORT_SYMBOL crypto/ecc 0x188a1647 ecc_is_pubkey_valid_full +EXPORT_SYMBOL crypto/ecc 0x1a5faa3a vli_mod_inv +EXPORT_SYMBOL crypto/ecc 0x4c281912 vli_is_zero +EXPORT_SYMBOL crypto/ecc 0x671f7aa5 ecc_is_key_valid +EXPORT_SYMBOL crypto/ecc 0x7c0fbb00 vli_mod_mult_slow +EXPORT_SYMBOL crypto/ecc 0x8261eccb ecc_get_curve25519 +EXPORT_SYMBOL crypto/ecc 0x8e688192 ecc_alloc_point +EXPORT_SYMBOL crypto/ecc 0x90cdc197 ecc_free_point +EXPORT_SYMBOL crypto/ecc 0x9263b417 ecc_point_mult_shamir +EXPORT_SYMBOL crypto/ecc 0x92668805 vli_cmp +EXPORT_SYMBOL crypto/ecc 0x932b6ff7 vli_num_bits +EXPORT_SYMBOL crypto/ecc 0x9f6efabd vli_sub +EXPORT_SYMBOL crypto/ecc 0xa76b31a2 crypto_ecdh_shared_secret +EXPORT_SYMBOL crypto/ecc 0xb10fc19e ecc_get_curve +EXPORT_SYMBOL crypto/ecc 0xd6315f31 ecc_gen_privkey +EXPORT_SYMBOL crypto/ecc 0xd94c8eb5 ecc_point_is_zero +EXPORT_SYMBOL crypto/ecc 0xde867c29 ecc_is_pubkey_valid_partial +EXPORT_SYMBOL crypto/ecc 0xeac9b99a vli_from_le64 +EXPORT_SYMBOL crypto/ecc 0xed4ae15e ecc_make_pub_key +EXPORT_SYMBOL crypto/nhpoly1305 0x18690881 crypto_nhpoly1305_update +EXPORT_SYMBOL crypto/nhpoly1305 0x2c5057d3 crypto_nhpoly1305_setkey +EXPORT_SYMBOL crypto/nhpoly1305 0x7f1bcd28 crypto_nhpoly1305_final +EXPORT_SYMBOL crypto/nhpoly1305 0x87c60d93 crypto_nhpoly1305_final_helper +EXPORT_SYMBOL crypto/nhpoly1305 0xb9ab9531 crypto_nhpoly1305_update_helper +EXPORT_SYMBOL crypto/nhpoly1305 0xeb69b9f4 crypto_nhpoly1305_init +EXPORT_SYMBOL crypto/xor 0x5b6c00e6 xor_blocks +EXPORT_SYMBOL drivers/block/drbd/drbd 0x127a5901 drbd_set_st_err_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0x35131b36 drbd_role_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0x7730f22d drbd_conn_str +EXPORT_SYMBOL drivers/block/drbd/drbd 0xaf27bebf drbd_disk_str +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00865eab drm_modeset_lock_single_interruptible +EXPORT_SYMBOL drivers/gpu/drm/drm 0x00912e3a drm_gem_handle_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x013a427a drm_dev_enter +EXPORT_SYMBOL drivers/gpu/drm/drm 0x01d8f6e6 drm_poll +EXPORT_SYMBOL drivers/gpu/drm/drm 0x02aa899d drm_atomic_get_new_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x02eeeea6 drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x03156232 __drm_get_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x056cb970 drm_probe_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x05b11151 drm_mode_object_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x06104839 drm_modeset_lock_all_ctx +EXPORT_SYMBOL drivers/gpu/drm/drm 0x075ad34e __drmm_add_action_or_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0820c4a7 drm_crtc_vblank_restore +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0846ff3a drm_prime_pages_to_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x08aa8b36 drm_bridge_chain_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x09980aa5 drm_vblank_work_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0a72f765 drm_clflush_virt_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0ad7782d drm_gem_lru_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b1dd4c2 drm_noop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0b78d7f4 drm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d6505e3 drm_syncobj_find_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d771a5a drm_connector_set_orientation_from_panel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0d9b4753 drm_mode_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0df6c6b8 drm_crtc_enable_color_mgmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0dfb91a0 drm_atomic_state_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0e4b44c3 drm_syncobj_replace_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f1f9bc7 drm_show_fdinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f6cdd5a drm_mode_create_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0f7acb66 drm_mm_print +EXPORT_SYMBOL drivers/gpu/drm/drm 0x0fd60df2 drm_get_connector_status_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1028f693 drm_plane_enable_fb_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x107742a9 drm_get_subpixel_order_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x10d99f77 drm_gem_objects_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x12336360 drmm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x133ccae3 drm_client_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x13a5321e __drmm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1412bb8b drm_gem_map_detach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x143315ee drm_atomic_add_encoder_bridges +EXPORT_SYMBOL drivers/gpu/drm/drm 0x15b4e87e drm_add_modes_noedid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x163d7d8f drm_bridge_chain_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16b809c8 drm_print_memory_stats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x16c97a30 drm_bridge_chain_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a411479 drm_syncobj_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1a71acd3 drm_ioctl_kernel +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c5802ac drm_writeback_connector_init_with_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1c9b1f4e drm_panel_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1cef7251 drm_mode_validate_driver +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1dcca512 drm_gem_map_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1de0374e drmm_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x1e69fdfd drm_atomic_bridge_chain_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2078b965 drm_vblank_work_cancel_sync +EXPORT_SYMBOL drivers/gpu/drm/drm 0x21041335 drm_invalid_op +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2183c08c drm_mm_scan_add_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x21a63461 __drmm_add_action +EXPORT_SYMBOL drivers/gpu/drm/drm 0x22286b1d drm_show_memory_stats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x22318160 drm_connector_attach_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x225fbfa0 drm_gem_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2288fb87 drm_atomic_get_old_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x23f3a8c5 drm_mode_create_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x241aabfc drm_atomic_set_mode_prop_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24536912 drm_object_property_set_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2486125b drm_event_reserve_init_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24993e50 drm_edid_are_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x24d124ac drm_mode_equal_no_clocks_no_stereo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2563c9a8 drm_atomic_bridge_chain_post_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x259f5f42 drm_dev_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0x25daad93 __drm_mm_interval_first +EXPORT_SYMBOL drivers/gpu/drm/drm 0x262ee3de drm_client_modeset_commit_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2631ac67 drm_gem_object_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x271d73aa drm_gem_lru_move_tail_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2754dad8 drm_mm_reserve_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x277f219c drm_client_modeset_probe +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27962011 drm_writeback_signal_completion +EXPORT_SYMBOL drivers/gpu/drm/drm 0x27e89922 drm_mode_config_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x28779e52 drm_printf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29f03de6 drm_gem_vmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29f078d1 drm_mode_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x29f222df drm_property_blob_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2a962499 drm_mm_scan_init_with_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2af44400 drm_mode_put_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b464169 drm_atomic_get_old_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2b6a8c8d drm_color_lut_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2baa119c drm_gem_create_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2c1b9fb9 drm_plane_get_damage_clips_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d051b95 drm_mode_create_dp_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2d16dc7a drm_add_edid_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e73cf85 drm_mode_plane_set_obj_prop +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2e74b6e1 drm_gem_dmabuf_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ec7dd9c devm_drm_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2ed3c600 drm_mode_debug_printmodeline +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f2bed79 drm_connector_attach_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2f31fc8b drm_framebuffer_lookup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x2fd092a5 drm_modeset_drop_locks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3002585f drm_atomic_set_mode_for_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x31b8a5e3 __drm_set_edid_firmware_path +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32961cdb drm_framebuffer_plane_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32a0cc37 drm_print_bits +EXPORT_SYMBOL drivers/gpu/drm/drm 0x32f61a79 drm_mode_config_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3398b44c drm_syncobj_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x34f21830 drm_client_framebuffer_delete +EXPORT_SYMBOL drivers/gpu/drm/drm 0x34fc7754 drm_syncobj_add_point +EXPORT_SYMBOL drivers/gpu/drm/drm 0x354a6432 drm_gem_prime_fd_to_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3753b486 drm_atomic_set_crtc_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x375f4936 drm_sysfs_connector_status_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x380c195b drm_gem_object_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38666ed7 drm_crtc_check_viewport +EXPORT_SYMBOL drivers/gpu/drm/drm 0x38690d99 drm_detect_hdmi_monitor +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3906dfc3 drm_gem_dmabuf_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x397c3d27 drm_edid_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x397ee83b drm_atomic_get_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x39a4b516 drm_get_edid_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3a0f8fe6 drm_vma_node_allow_once +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3a740862 drm_hdmi_avi_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ab87110 drm_mode_equal_no_clocks +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b0e5e9c __drm_puts_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b503a9d drm_any_plane_has_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3b75e5fc drm_property_create_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c1bc99e drm_analog_tv_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c1cd805 drm_gem_prime_import +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3c3a41cc drm_encoder_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cb803c8 drm_vma_offset_manager_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3cdc37e9 drm_edid_to_speaker_allocation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3db2b2c5 drm_gem_free_mmap_offset +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3dd4f15a drm_gem_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3ee97d4b __drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0x3f405489 __drm_printfn_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0x408409ba drm_object_property_get_default_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x415196e7 drm_client_framebuffer_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x41746505 drm_edid_get_panel_id +EXPORT_SYMBOL drivers/gpu/drm/drm 0x419096fe drm_panel_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0x41977775 drm_gem_vm_close +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4206d6f7 drm_sysfs_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x422a31fe drm_atomic_add_affected_connectors +EXPORT_SYMBOL drivers/gpu/drm/drm 0x437166da drm_gem_dmabuf_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4403a9c3 drm_mode_get_hv_timing +EXPORT_SYMBOL drivers/gpu/drm/drm 0x440ca56c drm_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4489a5e9 drm_edid_raw +EXPORT_SYMBOL drivers/gpu/drm/drm 0x44a2cadb drm_prime_sg_to_dma_addr_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4573993c drm_writeback_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4575a0ca drm_mode_set_crtcinfo +EXPORT_SYMBOL drivers/gpu/drm/drm 0x45c21b78 drm_writeback_cleanup_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x465ad7eb drm_connector_set_vrr_capable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46b14f8a drm_client_dev_hotplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x46dedbd4 drm_property_replace_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x47e29f41 drm_connector_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x495e4b6e drm_edid_override_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x498e843c drm_connector_attach_dp_subconnector_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a35d30d drm_mode_set_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a61f0d2 drm_gem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a7101ab drm_property_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4a93b664 drm_gem_evict +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4b7ebf95 drm_mm_remove_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4bf25f99 drm_plane_create_alpha_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4c8074d1 drm_object_property_get_value +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4cd9e269 drm_connector_attach_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4d39b0d2 drm_mode_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4ee3742b __drm_universal_plane_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x4f21cde0 drm_mode_create_tv_properties_legacy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5017ae22 drm_atomic_nonblocking_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50237030 drm_client_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50674de7 drm_timeout_abs_to_jiffies +EXPORT_SYMBOL drivers/gpu/drm/drm 0x50814cf3 __drmm_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x513072fe __drm_puts_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5142100b drm_panel_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x515761d5 drm_connector_list_iter_end +EXPORT_SYMBOL drivers/gpu/drm/drm 0x517399e9 drm_mode_object_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x518912c5 drm_av_sync_delay +EXPORT_SYMBOL drivers/gpu/drm/drm 0x521ad6d0 drm_puts +EXPORT_SYMBOL drivers/gpu/drm/drm 0x523ec338 drm_crtc_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x52816023 drm_plane_create_color_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x528baa76 drm_modeset_lock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5296a3a2 drm_crtc_vblank_waitqueue +EXPORT_SYMBOL drivers/gpu/drm/drm 0x52b6e846 drm_crtc_vblank_on +EXPORT_SYMBOL drivers/gpu/drm/drm 0x537122f0 drm_dev_has_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x555f8cfe drm_master_internal_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55893b96 drmm_mode_config_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x55eb38da drm_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5602d055 drm_client_buffer_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x562bc8af __drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm 0x56f1a576 drm_gem_create_mmap_offset_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57698a50 drm_mm_takedown +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57b6efe3 drm_ioctl_flags +EXPORT_SYMBOL drivers/gpu/drm/drm 0x57f99905 drm_framebuffer_unregister_private +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5834902a drm_gtf_mode_complex +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59056243 drm_mm_replace_node +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59504520 drm_connector_list_iter_begin +EXPORT_SYMBOL drivers/gpu/drm/drm 0x59b06749 drm_crtc_commit_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a3e8f6f drm_mode_create_suggested_offset_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5a99df2d drmm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5b5112b5 drm_framebuffer_plane_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5bceb63a drm_connector_set_panel_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c279e3d drm_mode_object_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5c815de5 drm_modeset_backoff +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5d986d9a drm_crtc_vblank_count_and_time +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5df0efa4 drm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e054c56 drm_modeset_acquire_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e32b419 drm_atomic_get_crtc_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5e51d1bd drm_gem_unlock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5ed087e5 drm_gem_prime_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f5e71a0 drm_mode_create_from_cmdline_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f763492 drm_writeback_get_out_fence +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f7985a5 drm_mm_scan_remove_block +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5f9ef274 drm_debugfs_create_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5fe3d9ed drmm_kmalloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x5ffd5297 drm_crtc_accurate_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6008c015 drm_mode_create_content_type_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x60bfeda0 drm_bridge_attach +EXPORT_SYMBOL drivers/gpu/drm/drm 0x61382284 drm_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6190856c drm_panel_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x62d77a50 drm_crtc_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63445778 drm_dev_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x63901e06 drm_mode_create_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0x64e098a7 __drmm_mutex_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x65702bd6 drm_default_rgb_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0x66271535 drm_connector_update_privacy_screen +EXPORT_SYMBOL drivers/gpu/drm/drm 0x66925be2 drm_atomic_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6770afe5 drm_writeback_prepare_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6779f526 devm_aperture_acquire_from_firmware +EXPORT_SYMBOL drivers/gpu/drm/drm 0x680cc921 drm_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x682fbda3 drm_vma_node_is_allowed +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6842325f drm_edid_read_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6910e4cd drm_format_info_min_pitch +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69353664 __drm_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6957726c drm_event_reserve_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x695a6cca drm_connector_list_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x69ce0717 drm_connector_set_panel_orientation_with_quirk +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6a0aced8 drm_crtc_handle_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6ac01ea8 drm_edid_to_sad +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6b0e8bff drm_gem_unmap_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6dc2189a drm_property_create_bool +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e47b73d drm_edid_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6e7ac7e3 drm_send_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x6f650f22 drm_mode_crtc_set_gamma_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0x700d2b3d drm_gem_map_dma_buf +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7125db5a drm_edid_read_custom +EXPORT_SYMBOL drivers/gpu/drm/drm 0x71d6c005 drm_sysfs_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x729e76fe drm_dev_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x733680c5 drm_crtc_vblank_helper_get_vblank_timestamp +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7360dd5c drm_gem_lru_move_tail +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74674274 drm_plane_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74c8703e drm_property_lookup_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0x74fc6fbd drm_format_info_block_width +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7577b546 drm_gem_dmabuf_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x75e1a6db drm_event_cancel_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0x761b68ce drm_modeset_unlock +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7634bf95 drm_warn_on_modeset_not_all_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x78f5bb2f drm_universal_plane_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x794b06d5 drm_client_buffer_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0x79902efe drm_atomic_print_new_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7a0f4d0a __drm_dev_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c0d9cad drm_display_info_set_bus_formats +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7c545285 drm_edid_get_monitor_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7d9194b6 drm_client_modeset_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7d9b3370 drm_vma_offset_lookup_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7dc355cc drm_connector_atomic_hdr_metadata_equal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e06cc95 drm_framebuffer_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e125331 drm_edid_connector_update +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e3277f8 ___drm_dbg +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7e6eaec7 drm_plane_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7ec3a6ee drm_property_create_object +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7edf470b drm_edid_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7f68ae71 drm_client_modeset_check +EXPORT_SYMBOL drivers/gpu/drm/drm 0x7faeaa3d drm_property_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x802babdc drm_atomic_bridge_chain_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x80382c39 drm_plane_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0x82ad0554 drm_atomic_state_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x838a5579 drm_client_modeset_commit +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8403a3d9 drm_framebuffer_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x84046951 drm_connector_create_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8415290d drm_panel_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8419c3ae drm_connector_attach_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x84360973 drm_crtc_create_scaling_filter_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x84373831 drm_atomic_private_obj_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x86336aa1 drm_mode_create_dvi_i_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x86b2abad drm_atomic_normalize_zpos +EXPORT_SYMBOL drivers/gpu/drm/drm 0x86f28a1c drm_atomic_get_old_crtc_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x875a38d1 drm_gem_handle_create +EXPORT_SYMBOL drivers/gpu/drm/drm 0x891eb352 drm_dev_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8aa90186 drm_syncobj_get_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ada6005 drm_connector_attach_tv_margin_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8af6dcb9 drm_debugfs_add_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b645078 drm_read +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8b6ce948 drm_atomic_state_default_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8bb278c3 drm_aperture_remove_conflicting_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8c726ba4 __devm_drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8ca0220e drm_atomic_get_new_crtc_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8cd1f61b drm_vma_offset_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8cd34c68 drm_is_current_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8d72789e drm_edid_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8dd6fb89 drm_property_create_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0x8f3462b4 drm_dev_unplug +EXPORT_SYMBOL drivers/gpu/drm/drm 0x908a0161 drm_connector_unregister +EXPORT_SYMBOL drivers/gpu/drm/drm 0x90c3e819 drm_put_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0x91143c58 drm_connector_list_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm 0x917bd4ab drm_mode_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9214f610 drm_display_mode_from_cea_vic +EXPORT_SYMBOL drivers/gpu/drm/drm 0x92c04178 drm_connector_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x92c09dfb drm_modeset_acquire_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x93e0f261 drm_crtc_vblank_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0x94326436 drm_plane_get_damage_clips +EXPORT_SYMBOL drivers/gpu/drm/drm 0x961e2df2 drm_vblank_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9655f7db drm_plane_create_blend_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x96ae8776 drm_atomic_set_crtc_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0x97ff0f9f drm_mode_create_hdmi_colorspace_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x982d09b3 drm_format_info_block_height +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9901f3f6 drm_mode_create_aspect_ratio_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9970a62e drm_gem_dma_resv_wait +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9a0ab7ba drm_edid_connector_add_modes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9a69ab2e drm_release_noglobal +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ad2a760 drm_connector_set_link_status_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b1d78fb drm_cvt_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b285573 drm_match_cea_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b95c885 drm_mode_match +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9b9de1c1 drm_edid_header_is_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9bb69327 drm_modeset_unlock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9bc76594 __drmm_crtc_alloc_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9be87db9 drm_atomic_check_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ccaf23d drm_clflush_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ce050be drm_mode_copy +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9de0dc2b drm_gem_dmabuf_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9e2503ad drm_crtc_arm_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9e2dbb2a drm_mode_duplicate +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ea6659c drm_gem_private_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0x9ed78283 drm_atomic_state_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa077f1a6 drm_mode_set_config_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa17dd2ba drm_mode_prune_invalid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa248afde drm_detect_monitor_audio +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa37910eb drm_debugfs_add_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa38c4c94 drm_memcpy_from_wc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa3f9b990 drm_atomic_get_new_connector_for_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa4ca8c92 drm_modeset_lock_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa5ec2523 drm_vma_node_revoke +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa647f7ee drm_gem_lock_reservations +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa678d5ac drm_print_regset32 +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6943fc6 drm_edid_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa6fa5eca drm_writeback_queue_job +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa79c6fff drm_master_put +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa7ff050f drm_vma_offset_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xa97adec6 drm_crtc_next_vblank_start +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa37037e drm_atomic_get_new_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xaa87f2b4 drm_framebuffer_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xac313ece drm_atomic_state_default_clear +EXPORT_SYMBOL drivers/gpu/drm/drm 0xac5e096d drm_gem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad4e902b drm_color_ctm_s31_32_to_qm_n +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad545278 drm_gem_prime_import_dev +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad621758 drm_mode_validate_ycbcr420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0xad6b7174 drmm_kfree +EXPORT_SYMBOL drivers/gpu/drm/drm 0xae277372 __drm_crtc_commit_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb0b05ff5 drm_clflush_sg +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb11ac7a7 __drm_err +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb1a366dd drm_gem_vm_open +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb212dc3e drm_edid_dup +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb31385c5 drm_crtc_vblank_helper_get_vblank_timestamp_internal +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb36f2a2d drm_connector_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb3750192 drm_edid_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb395b457 drm_get_edid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4032484 drm_mm_insert_node_in_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb42df32f drm_gem_object_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb42f3bb4 drm_plane_force_disable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb4fe0501 drm_vma_offset_manager_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb503fcae drm_release +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb506ef70 drm_crtc_send_vblank_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5844ced drm_panel_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb5baae15 drm_crtc_vblank_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb6127243 drm_need_swiotlb +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb8e710e8 drm_file_get_master +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9687b1d drm_connector_attach_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xb9cad492 __drm_atomic_state_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbb72b2c8 drm_state_dump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbba4b7a2 drm_mode_parse_command_line_for_connector +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbbf10c50 drm_gem_prime_export +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbc6f2371 drm_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbda5c3bd drm_panel_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbe4df291 drm_client_framebuffer_flush +EXPORT_SYMBOL drivers/gpu/drm/drm 0xbf2956a3 drm_prime_gem_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc068bd84 drm_connector_attach_privacy_screen_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc10a0b9a drm_master_internal_acquire +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc2b007ee drm_aperture_remove_conflicting_pci_framebuffers +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc3951e6e drm_mode_probed_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc3d55dc2 drm_vblank_work_schedule +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc3faf661 drm_property_replace_global_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc7b54402 drm_send_event_timestamp_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xc90e5acd drm_atomic_private_obj_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcaa6888a drm_hdmi_vendor_infoframe_from_display_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcaa7fbad drm_crtc_wait_one_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcac7e557 drm_atomic_add_affected_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcb8bf4d9 drm_atomic_get_private_obj_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcc3a1619 drm_crtc_vblank_off +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcd7adc2f drm_connector_set_path_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcdb99cc9 drm_mode_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xce893a95 drm_set_preferred_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xcea78bb6 drm_connector_attach_scaling_mode_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xced76c0f drm_debugfs_remove_files +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd05fda43 drm_prime_get_contiguous_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd0885e1a drm_gem_prime_handle_to_fd +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd121fff6 drm_atomic_get_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd13f9985 drm_edid_block_valid +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2acee91 drm_property_create_bitmask +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2bc44e8 drm_connector_attach_privacy_screen_provider +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2c1199f drm_crtc_vblank_reset +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd2cc0f41 drm_client_register +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd6362053 drm_atomic_bridge_chain_pre_enable +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd667ca06 drm_mode_create_tv_properties +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd680a377 drm_gem_object_free +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd7a9cf42 drm_mode_validate_size +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd9522a47 drm_gem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xd9e8ff26 drm_vblank_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdaff2cdf drm_get_tv_mode_from_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdb320a08 drm_mode_is_420 +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdd3c6afa drm_mode_is_420_also +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdda85715 drm_object_attach_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xde0afc86 drm_property_create_blob +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf3f760d drm_mm_scan_color_evict +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdf666902 drm_rotation_simplify +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdfb3008d drm_mode_find_dmt +EXPORT_SYMBOL drivers/gpu/drm/drm 0xdfb94702 drm_panel_add +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe0156467 drm_connector_attach_max_bpc_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe1acb235 drm_syncobj_find +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe2cf65dc drm_gem_lru_remove +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe317082a __drm_printfn_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe3ac15d5 drm_mode_is_420_only +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe419c0e9 drm_crtc_set_max_vblank_count +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe5781624 drm_property_blob_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe5d05b3c drm_dev_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe633a4cd drm_format_info_bpp +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe66e1d81 drm_property_add_enum +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe7d9351f drm_crtc_from_index +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe866e8e3 drm_gtf_mode +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a034df drm_dev_exit +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe8a0a676 drm_atomic_set_fb_for_plane +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe911261b drm_connector_init_with_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm 0xe96780ce drm_gem_vunmap_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea00fe81 __drm_printfn_coredump +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea6201bd drm_get_format_info +EXPORT_SYMBOL drivers/gpu/drm/drm 0xea7a936b drm_connector_oob_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb0c3fef drm_property_create_signed_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb6947a5 drm_dev_printk +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeb8894d3 drm_connector_update_edid_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xec8fafec drm_hdmi_avi_infoframe_quant_range +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeca1fa01 drm_prime_sg_to_page_array +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed441071 drm_gem_private_object_fini +EXPORT_SYMBOL drivers/gpu/drm/drm 0xed74426e drm_gem_lru_scan +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeec9b7ec drm_connector_has_possible_encoder +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeedf66f6 drm_send_event_locked +EXPORT_SYMBOL drivers/gpu/drm/drm 0xeee645e6 drm_syncobj_get_handle +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf0517d7a drm_mm_init +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf08f7957 drm_master_get +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf092af45 drm_vma_node_allow +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1058f4e drm_atomic_get_connector_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf119aa7d drm_atomic_get_old_bridge_state +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1421d13 drm_mode_sort +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf14a75ad drm_connector_set_tile_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1b5340a drm_mode_vrefresh +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf1fc3a34 drm_edid_read_switcheroo +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf3e46b37 drm_plane_create_zpos_immutable_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf406e46a drm_get_connector_type_name +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf425940b drm_connector_attach_hdr_output_metadata_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf46b0736 drm_driver_legacy_fb_format +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf4cb29d7 drm_modeset_lock_all +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf52901f3 drm_plane_create_zpos_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf6a5db21 drm_client_rotation +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf824c7db __drm_printfn_debug +EXPORT_SYMBOL drivers/gpu/drm/drm 0xf8f72767 drm_gem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfb40c597 drm_plane_create_rotation_property +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfb803ee9 drm_mode_get_tile_group +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc3c0ba8 drm_compat_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfc7231b0 drm_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm 0xfeb953b1 __drm_printfn_seq_file +EXPORT_SYMBOL drivers/gpu/drm/drm 0xff72141a drm_crtc_init_with_planes +EXPORT_SYMBOL drivers/gpu/drm/drm 0xff846bd7 drm_atomic_bridge_chain_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x01397b7c drm_atomic_helper_unprepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x03d79629 drm_atomic_helper_page_flip_target +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0485a9d4 drm_i2c_encoder_restore +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x067c6a4b __drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x07aaf3b2 __drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x081b0e65 drm_fbdev_generic_setup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0888cf22 drm_gem_simple_kms_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x092342d6 drm_atomic_helper_bridge_propagate_bus_fmt +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x093c2ddb drm_fb_helper_release_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x09c9fb8a drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0ab1580f drm_helper_connector_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0ace2b7f drm_fb_xrgb8888_to_argb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0b39728d drm_atomic_helper_check_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x0da9bcfd drm_fb_helper_debug_enter +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x10e0400c __drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x113e81f6 drm_atomic_helper_check_crtc_primary_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x144597f4 drm_fb_xrgb8888_to_rgba5551 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x14574944 drm_simple_display_pipe_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x15861728 drm_atomic_helper_connector_tv_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x16294b37 drm_atomic_helper_async_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x16397a5b drm_helper_mode_fill_fb_struct +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1676af97 drm_atomic_helper_wait_for_flip_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x167fc004 drm_atomic_helper_shutdown +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x16c01855 drm_kms_helper_connector_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x18cad1c7 drm_connector_helper_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1add6432 drm_fb_helper_alloc_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x1f16863c drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2023741a drm_helper_resume_force_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x236b0a53 drm_fb_helper_unprepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2428d2f0 drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x25ce17ce drm_flip_work_queue_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x27be38e8 drm_gem_simple_kms_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2b48e48d drm_gem_begin_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2b623e68 drm_crtc_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2d50570f drm_rect_calc_hscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2dc47101 drm_self_refresh_helper_update_avg_times +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2e22340a drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2e8013d9 drm_i2c_encoder_mode_fixup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x2f20063a drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3168c356 drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x32d3ab4d devm_drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x34ad69c4 drm_atomic_helper_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x357102b9 drm_atomic_helper_commit_modeset_disables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x35b683dc drm_atomic_helper_check_plane_damage +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x388bca11 drm_plane_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3c77c2d7 __drm_atomic_helper_plane_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3e6daff6 __drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3ea98244 drm_fb_xrgb8888_to_rgb565 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3eccefef drm_fb_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x3f958d9e drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x40d23f81 __drmm_simple_encoder_alloc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x423737fb drm_helper_probe_single_connector_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x44a9135d drm_atomic_helper_connector_tv_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x44bad3f3 drm_kms_helper_poll_enable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x44dc017a drm_helper_crtc_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x461ab2e6 drm_fb_xrgb8888_to_argb8888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x46c40bac drm_plane_helper_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x487ae077 drm_atomic_helper_bridge_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x48b71612 drm_gem_fb_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x49329d22 drm_gem_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4a049444 drm_panel_bridge_set_orientation +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4bdb8255 drm_crtc_helper_mode_valid_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4c2e18a7 drm_fb_helper_deferred_io +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4c9aa389 drm_atomic_helper_disable_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4d750a11 drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4eb08767 drm_fb_build_fourcc_list +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4f10e8d9 drm_atomic_helper_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4f2e726e drm_i2c_encoder_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x4f2e7be8 __drm_atomic_helper_plane_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x500366c0 drm_crtc_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5140b0c6 drm_helper_force_disable_all +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x52bd0790 drm_bridge_is_panel +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x52fe0aa8 drm_atomic_helper_async_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5406caa0 drm_fb_helper_ioctl +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x546220fe drm_atomic_helper_setup_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x55b9415e drm_fb_helper_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x56e3ade1 drm_self_refresh_helper_alter_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x57a58de3 __drm_atomic_helper_connector_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5814bac5 drmm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x59ec69e8 drm_gem_fb_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a4734d1 drm_kms_helper_is_poll_worker +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5a7b2161 drm_i2c_encoder_prepare +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5aa2b037 drm_flip_work_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5ac1d073 drm_i2c_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5b659555 drm_panel_bridge_add_typed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5ba1a7e1 drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5bade53c drm_connector_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5c002f92 drm_gem_fb_begin_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5c9ad9e4 drm_kms_helper_poll_reschedule +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x5d93db04 drm_fb_blit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x60a171fc __drm_atomic_helper_plane_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6158c03a drm_connector_helper_get_modes_from_ddc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6209c1f4 drm_plane_helper_update_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x62bb8efd drm_gem_fb_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x62d46b1a drm_atomic_helper_wait_for_fences +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x63a0eca8 drm_gem_simple_kms_end_shadow_fb_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6503def5 devm_drm_panel_bridge_add +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x66e31f88 drm_gem_fb_create_handle +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x671f42f5 drm_atomic_helper_commit_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x67daba0e drm_helper_encoder_in_use +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x69fefd68 drm_fb_xrgb8888_to_gray8 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6b5c2b06 drm_atomic_helper_damage_iter_next +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6c602a7b drm_kms_helper_poll_disable +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6cb42e51 drm_fb_helper_restore_fbdev_mode_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6daa3d31 drm_atomic_helper_commit_duplicated_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x6e30ba8e drm_rect_rotate_inv +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7210ffd2 drm_atomic_helper_damage_iter_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x72f68a61 drm_atomic_helper_commit_modeset_enables +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x74a6fc28 drm_fb_helper_set_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x779f7d2f drm_connector_helper_tv_get_modes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7964f9dc drm_flip_work_queue +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7a74d9e1 drm_atomic_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7b379110 drm_self_refresh_helper_cleanup +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7bb40a17 drm_self_refresh_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7bf37a2d drm_simple_display_pipe_attach_bridge +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7e47364c drm_helper_hpd_irq_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x7ed8c047 drm_fb_helper_unregister_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x805768a9 drm_atomic_helper_check_modeset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x82e68fdc drm_fb_helper_debug_leave +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x854102e1 drm_fb_helper_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x86bd43a0 drm_atomic_helper_fake_vblank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x870ba57a drm_i2c_encoder_destroy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x871ab41a drm_rect_intersect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8783b431 drm_fb_helper_lastclose +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x89a8f67a drm_fb_xrgb8888_to_mono +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8afd8cef __drm_gem_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8c4491a7 drm_fb_xrgb8888_to_rgb332 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8cebb508 drm_atomic_helper_commit_cleanup_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8cf1cb92 drm_fb_xrgb8888_to_argb1555 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x8e8e1698 drm_fb_helper_set_suspend_unlocked +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x90505c31 drm_i2c_encoder_save +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x91fec1cc drm_rect_calc_vscale +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9258a68b drm_kms_helper_poll_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x93cec5c7 drm_flip_work_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9457037d drm_helper_disable_unused_functions +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x97772a36 drm_atomic_helper_cleanup_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x97ab0cc8 __drm_gem_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x982d36cc drm_fb_helper_fill_info +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x99fd20aa drm_rect_clip_scaled +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9d30c81b drm_atomic_helper_wait_for_vblanks +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9d92935e drm_simple_encoder_init +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0x9dc157ed drm_atomic_helper_commit_tail +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa2077b16 drm_gem_fb_end_cpu_access +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa209857f __drm_atomic_helper_plane_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa313f8e2 __drm_atomic_helper_crtc_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa462be34 drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa6838f17 drm_atomic_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa84c5110 drm_mode_config_helper_suspend +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xa9630170 drm_fb_helper_check_var +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xac436530 drm_atomic_helper_commit_planes_on_crtc +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xad49c704 drm_fb_xrgb8888_to_rgb888 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xaea78176 drm_panel_bridge_remove +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb053adda drm_rect_rotate +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb56b1f96 drm_atomic_helper_crtc_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb6a6b711 drm_fb_clip_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb71a0fd5 drm_fb_helper_damage_area +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb777158d drm_i2c_encoder_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb79a1514 drm_kms_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb8f9cfe4 drm_fb_helper_setcmap +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb9875f6d __drm_atomic_helper_crtc_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xb9c8188b drm_fb_helper_damage_range +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xba18f785 drm_plane_helper_disable_primary +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbab7781e drm_kms_helper_poll_fini +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbb2fea38 drm_fb_xrgb8888_to_xrgb2101010 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbcfc803f drm_fb_helper_pan_display +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbd8f85a4 __drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbef4d6c5 drm_atomic_helper_damage_merged +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xbfc0e555 drm_atomic_helper_connector_tv_margins_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc16d4a0d drm_i2c_encoder_dpms +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc1bc8294 drm_fb_helper_blank +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc1d28f0f __drm_atomic_helper_connector_state_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc34ef042 drm_atomic_helper_bridge_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc460392a drm_flip_work_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc47166e3 drm_atomic_helper_commit +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xc519a897 drm_atomic_helper_dirtyfb +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xca02532c drm_fb_helper_output_poll_changed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xca0a3588 drm_fb_xrgb8888_to_xrgb1555 +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xca4200dc drm_gem_simple_kms_duplicate_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcb2340b8 drm_rect_debug_print +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcb4f7747 __drm_atomic_helper_private_obj_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcbf0ddee drm_atomic_helper_disable_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xccf8b7de drm_atomic_helper_page_flip +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcd2e1f19 drm_gem_reset_shadow_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcd6f7a8c drm_fb_helper_set_par +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcd781b11 drm_fb_swab +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xcf11a549 drm_flip_work_allocate_task +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd2a3f8cb __drm_atomic_helper_connector_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd38e722a drm_atomic_helper_calc_timestamping_constants +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd750c923 drm_atomic_helper_swap_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xd8eb91f6 drm_atomic_helper_commit_tail_rpm +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdc42fece drm_atomic_helper_commit_hw_done +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdd3dd5af drm_crtc_helper_set_mode +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xdda50dcf drm_atomic_helper_update_plane +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe08cb2e8 drm_crtc_helper_atomic_check +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe1c8641c drm_connector_helper_get_modes_fixed +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe6b68f44 drm_atomic_helper_check_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe7b86e37 drm_fb_helper_initial_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe81fb462 __drm_atomic_helper_crtc_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe839e317 drm_atomic_helper_check_wb_encoder_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xe9cb2c0e drm_atomic_helper_update_legacy_modeset_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xeb7a03f3 drm_fb_helper_hotplug_event +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xec14b12a drm_atomic_helper_bridge_reset +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xec43d91a drm_panel_bridge_connector +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xec4cf075 drm_fb_memcpy +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xee37e2cf drm_atomic_helper_wait_for_dependencies +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xef00cc2c drm_gem_simple_kms_destroy_shadow_plane_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf437dde5 drm_helper_move_panel_connectors_to_head +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf52ff445 drm_atomic_helper_connector_destroy_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf5534b52 drm_helper_probe_detect +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf5ca0115 drm_mode_config_helper_resume +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf7168c75 drm_atomic_helper_duplicate_state +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf7335e9c drm_atomic_helper_set_config +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xf882856c drm_i2c_encoder_mode_set +EXPORT_SYMBOL drivers/gpu/drm/drm_kms_helper 0xfec34ac1 drm_atomic_helper_prepare_planes +EXPORT_SYMBOL drivers/gpu/drm/drm_panel_orientation_quirks 0x2e439142 drm_get_panel_orientation_quirk +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x036bfabd drm_gem_shmem_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x1d0e85d6 drm_gem_shmem_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x427f5098 drm_gem_shmem_madvise +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x4ceb8124 drm_gem_shmem_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0x5bda729e drm_gem_shmem_purge +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xc0510f2d drm_gem_shmem_get_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xcdfa8cfb drm_gem_shmem_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xd3ad3665 drm_gem_shmem_purge_locked +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xda1db267 drm_gem_shmem_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_shmem_helper 0xf20c044c drm_gem_shmem_put_pages +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x3c96a855 drm_gem_ttm_print_info +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0x597b9a18 drm_gem_ttm_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xc6aef082 drm_gem_ttm_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xc857d5a5 drm_gem_ttm_dumb_map_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_ttm_helper 0xdf42d1f1 drm_gem_ttm_mmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x0bded33b drm_gem_vram_simple_display_pipe_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x236bfcc7 drm_gem_vram_put +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x26a26698 drm_gem_vram_pin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x2782fa48 drm_vram_mm_debugfs_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x3fda9941 drm_gem_vram_driver_dumb_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x53155df5 drm_gem_vram_vmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x5acf1c70 drm_vram_helper_mode_valid +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x5b0fcab1 drmm_vram_helper_init +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x5c989ce3 drm_gem_vram_plane_helper_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x62cdf602 drm_gem_vram_fill_create_dumb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x650d8988 drm_gem_vram_unpin +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x70899882 drm_gem_vram_offset +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0x71496f89 drm_gem_vram_create +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xa531ec30 drm_gem_vram_vunmap +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xe2646cc1 drm_gem_vram_simple_display_pipe_prepare_fb +EXPORT_SYMBOL drivers/gpu/drm/drm_vram_helper 0xf755e334 drm_gem_vram_plane_helper_cleanup_fb +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x0018de71 ttm_bo_move_to_lru_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x03800c85 ttm_resource_manager_evict_all +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x06e75320 ttm_tt_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x11d5d49c ttm_sg_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1229f133 ttm_bo_init_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1297114c ttm_pool_alloc +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x19f592d6 ttm_bo_unmap_virtual +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1a71d30c ttm_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x1d4ba27f ttm_eu_backoff_reservation +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x25ffed49 ttm_bo_eviction_valuable +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2739b9b9 ttm_bo_pin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x2f259ad5 ttm_pool_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x35b5c955 ttm_bo_unpin +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x387321de ttm_bo_vm_dummy_page +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x3ad6340d ttm_bo_vm_fault +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4086d1f0 ttm_range_man_fini_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x42049a87 ttm_eu_reserve_buffers +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x45a955f9 ttm_bo_vm_fault_reserved +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x47b92e08 ttm_io_prot +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x4f18d4e5 ttm_resource_manager_create_debugfs +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x51dc83a1 ttm_pool_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x552aa260 ttm_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x56e3c063 ttm_resource_manager_usage +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x57a4874c ttm_bo_wait_ctx +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5814f599 ttm_bo_kunmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x5f263760 ttm_kmap_iter_iomap_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x602df630 ttm_bo_move_memcpy +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6133f0fd ttm_bo_vm_open +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x61dfca9b ttm_lru_bulk_move_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x622fde8e ttm_eu_fence_buffer_objects +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x65f2d035 ttm_bo_move_accel_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x69cc2943 ttm_tt_pages_limit +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x6eef5f04 ttm_range_man_init_nocheck +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x719a26f0 ttm_device_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x74284f7b ttm_bo_kmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x75d90930 ttm_bo_put +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x780c0f85 ttm_bo_vm_reserve +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x88059bbd ttm_tt_populate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x8ce8331c ttm_bo_mem_space +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x99d74de0 ttm_bo_mmap_obj +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9a1d56e1 ttm_device_swapout +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0x9f5bc101 ttm_bo_move_sync_cleanup +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa0a613dc ttm_bo_vmap +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xa19db859 ttm_resource_manager_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb272c0f5 ttm_pool_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb3df81f6 ttm_bo_vm_access +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb60ce6b6 ttm_resource_fini +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xb6c3d9bc ttm_bo_vm_close +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xcee1336c ttm_bo_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd28a6ec0 ttm_device_clear_dma_mappings +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd8845f5a ttm_bo_set_bulk_move +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xd8fa5347 ttm_resource_manager_debug +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe22dca2f ttm_pool_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe3f041eb ttm_glob +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe4c54287 ttm_bo_init_validate +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe502ec99 ttm_kmap_iter_tt_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xe9b6a586 ttm_lru_bulk_move_tail +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xeb4d1554 ttm_device_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xff40c0cd ttm_resource_init +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xff4a04b7 ttm_resource_free +EXPORT_SYMBOL drivers/gpu/drm/ttm/ttm 0xffd6a311 ttm_bo_vunmap +EXPORT_SYMBOL drivers/i2c/i2c-core 0x3491d1ae i2c_smbus_pec +EXPORT_SYMBOL drivers/i2c/i2c-core 0x352af52e i2c_add_adapter +EXPORT_SYMBOL drivers/i2c/i2c-core 0x4e6486e5 i2c_smbus_read_block_data +EXPORT_SYMBOL drivers/i2c/i2c-core 0x54b8abc4 i2c_smbus_write_byte_data +EXPORT_SYMBOL drivers/i2c/i2c-core 0x5db09dab i2c_verify_client +EXPORT_SYMBOL drivers/i2c/i2c-core 0x5f69bfdb i2c_smbus_xfer +EXPORT_SYMBOL drivers/i2c/i2c-core 0x607cd3ad i2c_put_adapter +EXPORT_SYMBOL drivers/i2c/i2c-core 0x6f970254 i2c_smbus_read_i2c_block_data +EXPORT_SYMBOL drivers/i2c/i2c-core 0x713c24c8 i2c_transfer +EXPORT_SYMBOL drivers/i2c/i2c-core 0x72d23973 i2c_get_match_data +EXPORT_SYMBOL drivers/i2c/i2c-core 0x76311203 i2c_smbus_read_byte +EXPORT_SYMBOL drivers/i2c/i2c-core 0x789c4ab3 i2c_smbus_write_word_data +EXPORT_SYMBOL drivers/i2c/i2c-core 0x78d35862 __i2c_smbus_xfer +EXPORT_SYMBOL drivers/i2c/i2c-core 0x8ab04ec5 i2c_smbus_write_i2c_block_data +EXPORT_SYMBOL drivers/i2c/i2c-core 0x935b9bad i2c_smbus_read_byte_data +EXPORT_SYMBOL drivers/i2c/i2c-core 0x94d593c9 i2c_smbus_read_word_data +EXPORT_SYMBOL drivers/i2c/i2c-core 0x9a907bad i2c_clients_command +EXPORT_SYMBOL drivers/i2c/i2c-core 0x9f5ccbad i2c_smbus_write_block_data +EXPORT_SYMBOL drivers/i2c/i2c-core 0xa448e2d4 i2c_verify_adapter +EXPORT_SYMBOL drivers/i2c/i2c-core 0xa92b82f9 i2c_smbus_read_i2c_block_data_or_emulated +EXPORT_SYMBOL drivers/i2c/i2c-core 0xaf3417de __i2c_transfer +EXPORT_SYMBOL drivers/i2c/i2c-core 0xb3066274 i2c_get_adapter +EXPORT_SYMBOL drivers/i2c/i2c-core 0xb4cae353 i2c_find_device_by_fwnode +EXPORT_SYMBOL drivers/i2c/i2c-core 0xbcdea3b1 i2c_transfer_buffer_flags +EXPORT_SYMBOL drivers/i2c/i2c-core 0xc708b5f2 i2c_find_adapter_by_fwnode +EXPORT_SYMBOL drivers/i2c/i2c-core 0xc8c5f710 i2c_register_driver +EXPORT_SYMBOL drivers/i2c/i2c-core 0xcfdb1e87 i2c_smbus_write_byte +EXPORT_SYMBOL drivers/i2c/i2c-core 0xe7f94646 i2c_del_driver +EXPORT_SYMBOL drivers/i2c/i2c-core 0xed1494d1 i2c_get_adapter_by_fwnode +EXPORT_SYMBOL drivers/i2c/i2c-core 0xf1ea34a7 i2c_del_adapter +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x20a03ef1 ib_send_cm_dreq +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x27f94c2f ib_send_cm_sidr_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x298b9cb8 ib_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x3201a8d3 ib_send_cm_sidr_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x43dc595c ib_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x4f1527dd ib_cm_insert_listen +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x5f98c812 ib_send_cm_rej +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x69824a14 ibcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x6f5dfb72 ib_cm_notify +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x78f6745d ib_send_cm_mra +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x7fd9c8b4 ib_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0x80b73016 ib_send_cm_drep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xc8f6fc83 ib_send_cm_rep +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xd5c51339 ib_send_cm_req +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xe8714b01 ib_send_cm_rtu +EXPORT_SYMBOL drivers/infiniband/core/ib_cm 0xf986bb4b ib_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x00a7163f ib_create_ah_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0191bc03 rdma_restrack_add +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0240fe27 ib_query_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x06830b9a ib_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x07fae686 __ib_alloc_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0bb0bce4 rdma_restrack_parent_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0bb2fe64 rdma_get_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0c9410dd rdma_restrack_set_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0ca684cc rdma_restrack_new +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0e78ed1d rdma_restrack_del +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x0eb0642b rdma_create_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x105b9e99 rdma_rw_ctx_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x11114160 ib_set_client_data +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x11393c03 ib_find_exact_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x12527756 rdma_nl_unicast_wait +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x130fd21d _ib_alloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x138a5cb8 ib_map_mr_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x13dd4162 ibdev_notice +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x15249a49 ib_alloc_mr_integrity +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x15d0b25c ib_dma_virt_map_sg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x167f74a0 ib_open_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1795026f ib_register_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x18895ca5 ib_unregister_device_and_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x18e69ae1 ib_get_net_dev_by_params +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1955965d ibdev_alert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1ce87be9 ib_device_get_by_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1dcfd9ea rdma_nl_put_driver_u32 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1e782a8f rdma_user_mmap_entry_insert +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x1fc9951f ib_unregister_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x249e7a4c rdma_create_user_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x25470cf3 ib_dispatch_event +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x269e67c3 rdma_move_grh_sgid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x27334b69 ib_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2bf0902f ib_modify_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2eb54800 rdma_query_gid_table +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x2f46f2f6 ib_modify_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x305e5701 rdma_addr_size_kss +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3168930d ib_sg_to_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x318495db ib_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x319a24a5 __ib_alloc_cq_any +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x330bc2c4 ib_qp_usecnt_dec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x35c9e30f ib_register_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x38a2bd34 __ib_alloc_pd +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x39377a20 ib_get_cached_subnet_prefix +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x39996df9 rdma_query_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x39ddb3af ib_dealloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3edcc693 ibdev_printk +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3f36dc57 ibdev_crit +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x3fc2387c ib_ud_header_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x405f675e roce_gid_type_mask_support +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x406d7ea8 ib_unregister_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x40a394bd ib_port_register_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x40a439c4 rdma_roce_rescan_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x42212bdb ib_sa_unregister_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x431170db rdma_restrack_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x434c5d10 zgid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4471d6b2 rdma_link_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x45fb8985 rdma_nl_chk_listeners +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x46ec2895 ib_rdmacg_try_charge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x470a04b1 ib_free_recv_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x472f167d ib_set_device_ops +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4805ef45 rdma_rw_ctx_post +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x48219180 ib_dealloc_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x498ae229 ibdev_warn +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x49c361f2 rdma_rw_ctx_wrs +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4beb7424 rdma_read_gid_hw_context +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4c038263 ib_mad_kernel_rmpp_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e155af0 ib_response_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e28f7af ib_detach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4e90435c ib_sa_free_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x4ef4f0d6 ib_find_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x502aab47 rdma_hold_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x50d0d32e rdma_destroy_ah_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x519c7b38 rdma_nl_put_driver_u64_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x53a9642f ib_query_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x54b76cc3 ib_dealloc_pd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5580f594 ib_reg_user_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x55bb02f3 ib_cache_gid_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x59165aa9 ib_resize_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5a5d9421 ib_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5ac8352c ib_get_eth_speed +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5ac9bc46 ib_close_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5d0e29a1 rdma_port_get_link_layer +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5ff907be rdma_user_mmap_entry_get_pgoff +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x5ffb5119 ib_attach_mcast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x613b1e2e ib_is_mad_class_rmpp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x61d24c52 ib_rate_to_mbps +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x62c6655a rdma_link_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x64588588 rdma_user_mmap_entry_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x64a7264c __rdma_block_iter_start +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x668bc2c7 rdma_read_gid_attr_ndev_rcu +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x66f15450 ib_port_sysfs_get_ibdev_kobj +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x67507af1 ib_get_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x67c29880 ibnl_put_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x67cf3d63 rdma_nl_put_driver_u64 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x67e8509f rdma_translate_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x687d83b4 ib_map_mr_sg_pi +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x690b2300 ib_sa_path_rec_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b0f6a77 ib_set_vf_link_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6b958320 ib_ud_ip4_csum +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x6f3614b6 rdma_is_zero_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x70807834 rdma_addr_size +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7110ceff ib_sa_guid_info_rec_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7175be5e rdma_put_gid_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73903605 ib_drain_sq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x73baf9a2 ib_modify_qp_is_ok +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x74d7e897 rdma_read_gid_l2_fields +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75592066 ib_free_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x75a729a0 rdma_nl_unregister +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7644f716 ib_query_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x76c8b7da rdma_dev_access_netns +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x787ccc4c ib_get_mad_data_offset +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x79787750 rdma_alloc_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7ad0a3e3 rdma_umap_priv_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7c9dd481 ib_destroy_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x7f6355ec rdma_find_gid_by_port +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x830d521e ib_mr_pool_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x83a15b9e ib_create_wq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x83f40257 ib_set_vf_guid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x84275493 ib_qp_usecnt_inc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x86523771 ib_port_unregister_client_groups +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8b325680 rdma_replace_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8b338ae8 ib_cq_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x8c03b26a rdma_restrack_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x90e807c7 ib_cache_gid_parse_type_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9209b48e ib_rdmacg_uncharge +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x929b35c0 ib_create_qp_kernel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x93f2047a rdma_copy_src_l2_addr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9573ffe4 ib_sa_register_client +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9628cfab ib_init_ah_attr_from_wc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x96dda3d5 rdma_modify_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x989120f3 ib_get_device_fw_str +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x99d27299 rdma_nl_unicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9bc2fb87 ib_get_rmpp_segment +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9bea8469 ib_mr_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9bf1cc6f ib_register_event_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9c442e66 ib_sa_get_mcmember_rec +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9c692118 rdma_nl_register +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9dfb3db8 ibdev_info +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9eb39402 ib_alloc_xrcd_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0x9ffa758a ib_process_cq_direct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa1626787 rdma_addr_cancel +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa1dd5014 ib_dereg_mr_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa4633106 __ib_create_cq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa48a3cde ib_get_cached_port_state +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa5d02c15 rdma_alloc_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa62bf93a ib_device_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa63258b9 ib_modify_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa664151d ib_get_cached_lmc +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa86fd5b2 rdma_rw_ctx_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xa87577e6 ib_device_get_by_name +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaa1ce9c3 ib_modify_qp_with_udata +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaa33b19d ibdev_err +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaa812fb6 ib_unregister_mad_agent +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xabe0a35b ib_create_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xae956dce ib_rate_to_mult +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xaef2146e ib_create_qp_security +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb07e0dbb ib_free_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb112e37e rdma_query_ah +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb3b40ed6 ib_drain_rq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb3dfec65 ib_sa_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4067195 rdma_user_mmap_entry_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb447e105 rdma_restrack_get_byid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb4c40040 ib_sa_pack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb6fd3f9d ib_drain_qp +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb7852a05 ib_ud_header_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb81c39ea rdma_nl_put_driver_string +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xb8a1d2e9 ib_create_srq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xba009db6 ib_destroy_wq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbb10b4f3 rdma_user_mmap_entry_remove +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbc30d8f4 ib_advise_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbc3191a9 ib_modify_device +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbc44a215 rdma_rw_mr_factor +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbc963412 ibnl_put_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbe85feb3 rdma_nl_put_driver_u32_hex +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xbffe9efd ib_device_set_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc2cf2bc7 ibdev_emerg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc4dba8ec ib_get_gids_from_rdma_hdr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc4fc6a23 ib_modify_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc6642595 ib_unregister_device_queued +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc892f401 ib_destroy_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xc922e833 ib_check_mr_status +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xce52d22c ib_create_qp_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xce891631 rdma_set_cq_moderation +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xce8fece4 rdma_restrack_count +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xcf2adf7b ib_mr_pool_destroy +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0050254 ib_alloc_mr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd0478dc4 ib_unregister_driver +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd21bb37a ib_sa_unpack_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd4cc6ceb rdma_destroy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd4f80d2f rdma_rw_ctx_signature_init +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd51d914b ib_get_vf_config +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd5a024c8 ib_cq_pool_get +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd5f80f72 ib_get_rdma_header_version +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd6636ca6 rdma_addr_size_in6 +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd73aeb6d rdma_user_mmap_io +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xd86400c8 __rdma_block_iter_next +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xda0d50ec ib_sa_cancel_query +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdadb74ae rdma_find_gid +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xdcf8cd34 rdma_nl_stat_hwcounter_entry +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xde525ed9 ib_mr_pool_put +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe01636bf ib_destroy_cq_user +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe020088c ib_get_vf_stats +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe141547f rdma_rw_ctx_destroy_signature +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe28290b8 rdma_copy_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe5840ec6 ib_wc_status_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe6de685a rdma_user_mmap_entry_insert_range +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7b52e5f mult_to_ib_rate +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe7f4108d ib_port_immutable_read +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xe9e799fc ib_ud_header_pack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xeb0b4e55 ib_find_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xef9aaa8e rdma_resolve_ip +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf3be3510 ib_get_cached_pkey +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf5dedb30 rdma_node_get_transport +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf6ed3334 ib_event_msg +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf96fc9de ib_unpack +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xf9e97799 ib_post_send_mad +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfb7e720f rdma_nl_multicast +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfbc3a9a8 rdma_free_hw_stats_struct +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfd0528ca rdma_move_ah_attr +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfe604dfa ib_init_ah_from_mcmember +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xfefafa2b ib_init_ah_attr_from_path +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xff26e734 ib_query_srq +EXPORT_SYMBOL drivers/infiniband/core/ib_core 0xffb1b169 rdma_init_netdev +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x04f59148 ib_umem_odp_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x13b77155 flow_resources_add +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1a3288b4 _uverbs_get_const_unsigned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1b7d3263 _uverbs_get_const_signed +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x1c0e5f97 ib_umem_copy_from +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x28919a4b uverbs_finalize_uobj_create +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x2c134074 uverbs_uobject_fd_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x36c34dc6 ib_copy_path_rec_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3a7e5f0f ib_umem_dmabuf_unmap_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3bd6cce3 ib_umem_odp_map_dma_and_lock +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3c079187 ib_copy_ah_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x3df963f9 ib_copy_qp_attr_to_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x42d3ff3c ib_umem_release +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x477d1af8 uverbs_fd_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x51f089e2 uverbs_copy_to_struct_or_zero +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x561a91af _uverbs_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5aa3c214 uverbs_get_flags64 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x5c2a4e13 ib_umem_odp_alloc_child +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x64f2b031 ib_umem_odp_alloc_implicit +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x66af9ffb flow_resources_alloc +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x684aca33 ib_umem_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x72dab81b uverbs_uobject_put +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x754b0000 ib_copy_path_rec_from_user +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x765642cc ib_umem_find_best_pgsz +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x81e22f9c ib_uverbs_flow_resources_free +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x998c47fb ib_umem_dmabuf_get +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0x9b211f82 ib_umem_dmabuf_get_pinned +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb67b1a3e ib_uverbs_get_ucontext_file +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xb9662d1a uverbs_destroy_def_handler +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xbc516eca ib_umem_dmabuf_map_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc10c8efa uverbs_copy_to +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xc4b6ccba uverbs_idr_class +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xdbfb5d60 ib_umem_odp_unmap_dma_pages +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xdcbe380e uverbs_get_flags32 +EXPORT_SYMBOL drivers/infiniband/core/ib_uverbs 0xdd6ad4d6 ib_umem_odp_get +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x2dfea035 iw_cm_listen +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6441c149 iw_create_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0x6d3e99c3 iw_cm_accept +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xa6a13e51 iw_cm_disconnect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xb6a20945 iw_destroy_cm_id +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xcb0a4270 iw_cm_reject +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xe1648a3a iw_cm_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xe3762b8b iw_cm_connect +EXPORT_SYMBOL drivers/infiniband/core/iw_cm 0xf3df871f iwcm_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0725700f rdma_resolve_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x08cc11c2 rdma_create_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x0de325a1 rdma_bind_addr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x21a3d82b rdma_lock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x30649dd3 rdma_set_service_type +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x32c19926 rdma_leave_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x33521508 rdma_create_user_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3c85e005 rdma_set_ib_path +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3ce1a50e rdma_reject +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x3e7dba78 rdma_notify +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x50fb2bde rdma_res_to_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x5edcbe2d rdma_set_ack_timeout +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x6083203f rdma_set_afonly +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x63267ada rdma_set_min_rnr_timer +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x66f93377 rdma_consumer_reject_data +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x7da2a658 rdma_set_reuseaddr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x844d9d34 rdma_disconnect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x854378f7 rdma_connect +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x864f6c19 rdma_reject_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x8f8088b3 rdma_accept +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x907df803 rdma_event_msg +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0x918e13bb rdma_connect_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xa1fe4f71 rdma_resolve_route +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xad35dd9d rdma_init_qp_attr +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb05b5b1d rdma_destroy_qp +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xb4b5a7f9 rdma_join_multicast +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xbe4d74e2 rdma_iw_cm_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xc785c6d5 rdma_unlock_handler +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xcc705c7a rdma_get_service_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xce83cd75 rdma_read_gids +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xd24b67b3 rdma_destroy_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xe1e7a686 rdma_connect_locked +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xf12474ab __rdma_create_kernel_id +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xfc0b5138 rdma_accept_ece +EXPORT_SYMBOL drivers/infiniband/core/rdma_cm 0xffefdc62 rdma_listen +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x01a5fba2 rtrs_clt_get_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x7a88f291 rtrs_clt_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x8973f042 rtrs_clt_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x8d11a9e8 rtrs_clt_query +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0x9e55fcf6 rtrs_clt_put_permit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xd002e12b rtrs_clt_request +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-client 0xfbea9563 rtrs_clt_rdma_cq_direct +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x4bd828ba rtrs_ib_dev_find_or_add +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x5cc818a0 sockaddr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x7c9a8878 rtrs_ib_dev_put +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0x8f6c7edf rtrs_addr_to_str +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xa5dc57b6 rtrs_rdma_dev_pd_deinit +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xc28750dd rtrs_addr_to_sockaddr +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-core 0xc4cb2566 rtrs_rdma_dev_pd_init +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x20f1a705 rtrs_srv_open +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x2e78a97f rtrs_srv_close +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x8dda125e rtrs_srv_set_sess_priv +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0x9f537d7c rtrs_srv_get_path_name +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xae5181eb rtrs_srv_resp_rdma +EXPORT_SYMBOL drivers/infiniband/ulp/rtrs/rtrs-server 0xb84de375 rtrs_srv_get_queue_depth +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x03a68066 mISDN_FsmRestartTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x083a215a recv_Bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x08b10ce3 mISDNDevName4ch +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x1639bfb3 mISDN_register_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x2348cc3c mISDN_FsmFree +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x24bd0a61 bchannel_get_rxbuf +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x26236de8 mISDN_clock_update +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x30d25b0d mISDN_FsmDelTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x313b1fde mISDN_FsmAddTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x340c7492 bchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x508c4795 mISDN_ctrl_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x50c2230c mISDN_FsmChangeState +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x561b9ca0 mISDN_initdchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x588886a6 l1_event +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6047df40 mISDN_FsmInitTimer +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6d81f7b1 get_next_bframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x6d99825b recv_Echannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x7b4e80e2 create_l1 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x825927f1 mISDN_freebchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0x9c928457 mISDN_FsmNew +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa26f0866 mISDN_unregister_device +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xa3388311 mISDN_clear_bchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc084cf5b mISDN_register_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xc3401729 mISDN_register_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd285995f mISDN_clock_get +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd5145151 mISDN_FsmEvent +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd5301843 recv_Dchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd6d08a6d mISDN_freedchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xd87886d0 mISDN_unregister_Bprotocol +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe26533ea get_next_dframe +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe54a30d2 recv_Dchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xe8f617eb mISDN_unregister_clock +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf073f1f2 dchannel_senddata +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xf3080bf9 recv_Bchannel_skb +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xfcf70179 queue_ch_frame +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_core 0xffd81c58 mISDN_initbchannel +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x01087af0 mISDN_dsp_element_unregister +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0x93df9e4b dsp_audio_law_to_s32 +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb07a21b8 dsp_audio_s16_to_law +EXPORT_SYMBOL drivers/isdn/mISDN/mISDN_dsp 0xb98308d8 mISDN_dsp_element_register +EXPORT_SYMBOL drivers/md/dm-bio-prison 0x476d2454 dm_cell_key_has_valid_range +EXPORT_SYMBOL drivers/md/dm-log 0x0fadf582 dm_dirty_log_destroy +EXPORT_SYMBOL drivers/md/dm-log 0x2cdd3be1 dm_dirty_log_type_unregister +EXPORT_SYMBOL drivers/md/dm-log 0xa2e8f470 dm_dirty_log_create +EXPORT_SYMBOL drivers/md/dm-log 0xd44eb4eb dm_dirty_log_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0x1c3d7ee1 dm_snap_origin +EXPORT_SYMBOL drivers/md/dm-snapshot 0x3ee402c1 dm_exception_store_create +EXPORT_SYMBOL drivers/md/dm-snapshot 0xa671d052 dm_exception_store_destroy +EXPORT_SYMBOL drivers/md/dm-snapshot 0xb83b363d dm_exception_store_type_register +EXPORT_SYMBOL drivers/md/dm-snapshot 0xe35c6168 dm_exception_store_type_unregister +EXPORT_SYMBOL drivers/md/dm-snapshot 0xe92e2714 dm_snap_cow +EXPORT_SYMBOL drivers/md/raid456 0x2f57e174 r5c_journal_mode_set +EXPORT_SYMBOL drivers/md/raid456 0xf3256243 raid5_set_cache_size +EXPORT_SYMBOL drivers/mfd/mfd-core 0x0003ffc7 devm_mfd_add_devices +EXPORT_SYMBOL drivers/mfd/mfd-core 0x28ee774b mfd_add_devices +EXPORT_SYMBOL drivers/mfd/mfd-core 0x8d52d27b mfd_remove_devices +EXPORT_SYMBOL drivers/mfd/mfd-core 0x97d5b615 mfd_remove_devices_late +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x07772c38 get_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0b865879 mlx4_SET_PORT_fcs_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x18d280e6 mlx4_ALLOCATE_VPP_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1f83e266 mlx4_is_eq_shared +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x220b4a5c mlx4_SET_VPORT_QOS_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x22c8595f mlx4_max_tc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x22f6b877 mlx4_get_parav_qkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2cb4a3dd mlx4_ALLOCATE_VPP_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3ad7a0d0 mlx4_SET_PORT_SCHEDULER +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3deefc06 mlx4_gen_slaves_port_mgt_ev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x40a40942 mlx4_query_diag_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x51017a75 set_and_calc_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x62152e60 mlx4_SET_PORT_general +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6a93143a mlx4_SET_PORT_qpn_calc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x72fb916f mlx4_gen_port_state_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x76d4aedd mlx4_get_is_vlan_offload_disabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x7fdde0b4 mlx4_handle_eth_header_mcast_prio +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8c586543 mlx4_sync_pkey_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8e3f2f35 mlx4_get_slave_port_state +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9341eb84 mlx4_SET_MCAST_FLTR +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x96255a09 mlx4_tunnel_steer_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9ce490eb mlx4_get_eqs_per_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9e947657 mlx4_get_slave_from_roce_gid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa1a5f757 mlx4_test_async +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa4b9dbb2 mlx4_get_roce_gid_from_slave +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa7b7f93d mlx4_is_slave_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa8e08b59 mlx4_SET_PORT_PRIO2TC +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaf90e102 mlx4_gen_pkey_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xafd11c53 mlx4_SET_PORT_BEACON +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb041e412 mlx4_release_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb314ad65 mlx4_SET_PORT_VXLAN +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb9543bf8 mlx4_SET_VPORT_QOS_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xba6a3111 mlx4_test_interrupt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbde0f4f3 mlx4_get_slave_pkey_gid_tbl_len +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd1ab4a47 mlx4_eq_get_irq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd8dc8b04 mlx4_SET_PORT_user_mtu +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe394915c mlx4_is_eq_vector_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe695a26a mlx4_assign_eq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe6ddbf59 mlx4_put_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe86487f4 mlx4_get_cpu_rmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xebbeb0a3 mlx4_gen_guid_change_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xee272af5 mlx4_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xef74b352 mlx4_SET_PORT_user_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf3bcf59c mlx4_get_slave_node_guid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfc29466b set_phv_bit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x015a2b17 mlx5_core_modify_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x016c125c mlx5_core_alloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x01781ae7 __traceiter_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x04641715 mlx5_destroy_flow_group +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x05ffb1a6 mlx5_vf_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x06f9149e mlx5_core_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0813bd59 mlx5_eswitch_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0a462f52 mlx5_eswitch_vport_match_metadata_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0acd4761 mlx5_eq_update_ci +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0f6f92cb mlx5_rsc_dump_next +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x10429722 mlx5_rsc_dump_cmd_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x12135c1c __tracepoint_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x122cb663 mlx5_qp_debugfs_cleanup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x12cac701 mlx5_query_ib_port_oper +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1682e596 mlx5_mpfs_del_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x18572215 mlx5_lag_get_slave_port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x1a6ca8c5 mlx5_get_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2048a327 mlx5_eswitch_add_send_to_vport_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x23eb09ba mlx5_sriov_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x245b0994 mlx5_eq_destroy_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x279ed29d mlx5_lag_is_mpesw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x27ce8112 mlx5_fpga_mem_read +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x284c6205 mlx5_fpga_get_sbu_caps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2a2cc658 mlx5_qp_debugfs_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2b16f92a mlx5_lag_is_master +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2cf55f45 mlx5_core_roce_gid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2efd346e mlx5_del_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2fade53c mlx5_core_destroy_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3475821f __SCK__tp_func_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x38fba938 mlx5_core_destroy_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3c0400f5 __traceiter_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3cc36017 mlx5_core_create_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3f64f8ad mlx5_core_modify_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3fd77908 mlx5_eq_disable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x43764d59 mlx5_create_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4392843d mlx5_core_destroy_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x43f3adbf mlx5_rl_add_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x45b52e00 __tracepoint_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x47f83626 mlx5_create_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x48728108 mlx5_comp_vectors_count +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4b5c2ad7 mlx5_eq_get_eqe +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d13df6a mlx5_lag_get_next_peer_mdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d5f5c07 __SCK__tp_func_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4d62e046 __tracepoint_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4eef577b mlx5_eswitch_unregister_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4fca22dc mlx5_packet_reformat_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x511e8785 mlx5_core_dealloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x51371a99 mlx5_destroy_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5214de99 mlx5_debugfs_get_dev_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x55753a4d mlx5_modify_header_dealloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x559ac38d __SCK__tp_func_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5922f2da mlx5_core_modify_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x599c1fdb mlx5_mpfs_add_mac +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x59e9d4e9 mlx5_blocking_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5c2a825f mlx5_eswitch_get_vport_metadata_for_match +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x61492bb7 mlx5_rl_are_equal +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x615f800c mlx5_core_query_sq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x62700680 mlx5_modify_header_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x63f5a6fa __traceiter_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x65559a74 mlx5_fpga_sbu_conn_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6c27363d mlx5_nic_vport_disable_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6cac574c mlx5_get_flow_namespace +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6cae6cb8 mlx5_core_destroy_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6cd5a182 __tracepoint_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7121f114 mlx5_eq_enable +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x71363a26 mlx5_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x722ca07e mlx5_core_get_terminate_scatter_list_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7261330b __SCK__tp_func_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x72fb7ccc mlx5_rl_is_in_range +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x73fc1d8e __tracepoint_mlx5_fs_add_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x755cd85e mlx5_rl_remove_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7b359a09 __SCK__tp_func_mlx5_fw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7b74c5f5 mlx5_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7bbc902c __traceiter_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7cb452c2 mlx5_create_auto_grouped_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7deb6ac6 mlx5_create_flow_group +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7e869628 mlx5_fpga_sbu_conn_sendmsg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7eccf3e7 mlx5_lag_query_cong_counters +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7fa1939f mlx5_lag_get_num_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x840594ba mlx5_core_query_vendor_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x88094645 mlx5_rl_add_rate_raw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x88c1394b mlx5_cmd_init_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8a07b2f6 mlx5_eq_create_generic +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8a36e1e5 mlx5_core_query_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8bcf3728 mlx5_eswitch_vport_rep +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8d13438b mlx5_fpga_mem_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8deffd76 mlx5_core_uplink_netdev_event_replay +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8ecb0001 mlx5_vector2eqn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8f8890ec mlx5_alloc_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x906285a6 mlx5_core_destroy_tis +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x92881591 mlx5_eswitch_get_vport_metadata_for_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x940c0dd2 mlx5_fc_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x94939170 mlx5_eswitch_reg_c1_loopback_enabled +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x94f455c6 mlx5_fs_remove_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96c5d1d1 mlx5_core_alloc_transport_domain +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x96eb2c99 mlx5_fc_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x975a4d72 __traceiter_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x98503331 mlx5_put_uars_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9882e0c4 mlx5_eswitch_get_encap_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9bef9adb mlx5_free_bfreg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9d6135dc __SCK__tp_func_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9e094306 mlx5_fc_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa00d4818 mlx5_lag_is_shared_fdb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa19b74b5 mlx5_lag_is_active +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa22fb4af mlx5_sriov_blocking_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa835d649 mlx5_core_detach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xab22cb6f mlx5_lag_is_sriov +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xac21b91e __traceiter_mlx5_fs_del_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xac8f3adf mlx5_add_flow_rules +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xad6815cd mlx5_rsc_dump_cmd_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xae8659f0 mlx5_vf_put_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaf335351 __traceiter_mlx5_fs_add_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaf4ccc00 mlx5_debug_qp_remove +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb188e42d mlx5_cmd_out_err +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb5ec5a13 __traceiter_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb87c90ae mlx5_cmd_exec_cb +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb99024e6 mlx5_debugfs_root +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xb9aa74aa __traceiter_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xba8536c0 mlx5_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbb07ebdf __tracepoint_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbc160a9b mlx5_eswitch_get_core_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbf0be57e mlx5_core_create_psv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc29afe01 mlx5_create_lag_demux_flow_table +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc71354ba mlx5_rl_remove_rate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc8737e65 mlx5_flow_table_id +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc9a3b010 mlx5_core_query_cq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcac2c6a0 mlx5_cmd_destroy_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcf473d4e mlx5_eswitch_register_vport_reps +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcf59ef71 mlx5_core_dealloc_pd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd15ff1c8 mlx5_cmd_check +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd1a14e23 mlx5_msix_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd2aec5c6 mlx5_core_destroy_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd40d9944 mlx5_core_modify_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd584e35f mlx5_core_query_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd5d10edf mlx5_msix_free +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xd8b1c69d mlx5_eswitch_uplink_get_proto_dev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdae8aa4d __tracepoint_mlx5_fs_del_ft +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdb8cdd8c mlx5_core_create_rq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdc0e2325 mlx5_core_attach_mcg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xddcd8ccc mlx5_rdma_rn_get_params +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdde8f4c7 mlx5_lag_is_roce +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xde9fcde4 mlx5_comp_irq_get_affinity_mask +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdfe17f19 mlx5_core_create_rqt +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe375409a mlx5_is_roce_on +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe50cfe4d mlx5_fs_add_rx_underlay_qpn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe5fe53aa mlx5_core_create_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe6967f2a mlx5_cmd_exec_polling +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe807cf10 mlx5_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe8131356 mlx5_core_modify_cq_moderation +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe99c7d51 mlx5_cmd_do +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeb9a8bcf __SCK__tp_func_mlx5_fs_del_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xed2710e5 mlx5_fpga_sbu_conn_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf06725b6 __tracepoint_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf102341b mlx5_core_destroy_tir +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf14af7d6 mlx5_fc_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf3cd439a mlx5_eq_notifier_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf4378d15 mlx5_core_create_mkey +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf46fedce mlx5_cmd_create_vport_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf52e1946 __tracepoint_mlx5_fs_set_fte +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf88d57b1 __SCK__tp_func_mlx5_fs_add_rule +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf9649933 mlx5_packet_reformat_alloc +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf986c61f mlx5_lag_get_roce_netdev +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfae5bea8 mlx5_get_fdb_sub_ns +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfae9f1f8 mlx5_debug_qp_add +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfc8e744e __SCK__tp_func_mlx5_fs_del_fg +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfc8f782c mlx5_cmd_cleanup_async_ctx +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfccd907f mlx5_lag_mode_is_hash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xffaac2f9 mlx5_eq_notifier_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxfw/mlxfw 0xa94ee689 mlxfw_firmware_flash +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x02815b77 mlxsw_env_module_port_up +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x02dfd3d0 mlxsw_afk_key_info_block_encoding_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0665fb6a mlxsw_core_skb_transmit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x07abcc0c mlxsw_afa_block_append_trap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0b67ee4e mlxsw_core_trap_state_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0ca34ccf mlxsw_core_max_ports +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0d0129fc mlxsw_afa_block_append_qos_ecn +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0dd8caa3 mlxsw_reg_trans_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0e81c09c mlxsw_afk_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0ef96019 mlxsw_env_get_module_eeprom +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x0f4a209d mlxsw_core_read_utc_sec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x12bb2ecd mlxsw_core_bus_device_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x14d6ca2e mlxsw_env_set_module_power_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x14e17bb4 mlxsw_linecards_event_ops_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x15801382 mlxsw_afk_key_info_put +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x16673aec mlxsw_afk_values_add_u32 +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x16f4221d mlxsw_core_irq_event_handler_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x19fa5852 mlxsw_core_flush_owq +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x202693f0 mlxsw_afa_block_cur_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x23eddc68 mlxsw_core_cpu_port_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x299e2562 mlxsw_afk_values_add_buf +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x29ee607f mlxsw_core_driver_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2c68ced3 mlxsw_core_read_frc_h +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x2f303cd3 mlxsw_afa_block_append_qos_dsfield +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x383bc49a mlxsw_afa_block_append_qos_dscp +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4036254f mlxsw_linecards_event_ops_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x43a9b87e mlxsw_afa_block_terminate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x47041e4e mlxsw_afk_key_info_blocks_count_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4765b9f0 mlxsw_core_res_valid +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4866767a mlxsw_env_get_module_eeprom_by_page +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x49ec8a06 mlxsw_afa_block_append_police +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4a558271 mlxsw_env_get_module_power_mode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4a729c03 mlxsw_core_port_devlink_port_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x4e2424ee mlxsw_reg_trans_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x50359cc0 mlxsw_core_kvd_sizes_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x508923e3 mlxsw_core_port_init +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x51b5769d mlxsw_env_module_overheat_counter_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5c73d5a4 mlxsw_core_sdq_supports_cqe_v2 +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5cf3dd79 mlxsw_core_bus_device_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5d55fb68 mlxsw_afk_encode +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x5ff17b5c mlxsw_afa_block_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x618a30ab mlxsw_afa_block_commit +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x632314f1 mlxsw_cmd_exec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x63874d4c mlxsw_core_port_driver_priv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x645bc8d5 mlxsw_core_port_netdev_link +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x65c7e645 mlxsw_afa_block_append_qos_switch_prio +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x65f64c8e mlxsw_afa_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x6929f2b4 mlxsw_env_module_port_map +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x718d28f4 mlxsw_afa_block_append_vlan_modify +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7495523b mlxsw_env_get_module_info +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x75339042 mlxsw_core_lag_mapping_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x77d83398 mlxsw_core_read_frc_l +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7b0bfeec mlxsw_core_port_fini +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x7e08c6e0 mlxsw_core_event_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x827a2f1f mlxsw_afa_block_jump +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x829e8851 mlxsw_afa_block_first_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x83fb69af mlxsw_core_lag_mapping_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x858c30d0 mlxsw_afa_block_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x86817014 mlxsw_core_read_utc_nsec +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x87b08c13 mlxsw_core_traps_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x8854d198 mlxsw_reg_write +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x8e7bf9d3 mlxsw_core_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x902c3533 mlxsw_core_schedule_dw +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x996c5d6d mlxsw_reg_trans_bulk_wait +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0x9cbf026d mlxsw_afa_destroy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa509fafd mlxsw_afa_block_append_counter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa7765e88 mlxsw_reg_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xa8e2509a mlxsw_afa_block_append_sampler +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xac1074a5 mlxsw_core_skb_transmit_busy +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb6517b2e mlxsw_afa_block_append_trap_and_forward +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb6844999 mlxsw_core_rx_listener_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb68e9fa8 mlxsw_env_module_port_unmap +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb7cc32d9 mlxsw_env_reset_module +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xb8704564 mlxsw_core_ptp_transmitted +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbc222a8d mlxsw_afk_clear +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbda212df mlxsw_core_irq_event_handlers_call +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xbfb7df3c mlxsw_core_driver_priv +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc31fbb6a mlxsw_core_res_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc5eacafe mlxsw_afa_block_append_l4port +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xc9b1a389 mlxsw_core_traps_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xcbab836f mlxsw_core_fw_rev_minor_subminor_validate +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd111d3e8 mlxsw_core_irq_event_handler_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd1133e2f mlxsw_core_skb_receive +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd1bab622 mlxsw_afk_create +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd21722b4 mlxsw_core_max_lag +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd28256cf mlxsw_afa_block_append_allocated_counter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd71566b9 mlxsw_core_schedule_work +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd7a93413 mlxsw_core_event_listener_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd888ffb3 mlxsw_afa_block_append_ip +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd89d8273 mlxsw_afa_block_append_mirror +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xd9f711ae mlxsw_afa_block_append_mcrouter +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdc415cf1 mlxsw_afa_block_continue +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdc5c95df mlxsw_core_resources_query +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xdeb1dc2e mlxsw_afa_block_first_kvdl_index +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe0c89554 mlxsw_core_trap_register +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe16986dd mlxsw_afa_block_activity_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe1860dde mlxsw_afa_block_append_fid_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe4d9ac5a mlxsw_afa_block_append_drop +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xe532482a mlxsw_afk_key_info_get +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xecab212a mlxsw_afa_cookie_lookup +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xed2801d4 mlxsw_env_module_port_down +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xedaae8be mlxsw_core_rx_listener_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf446732c mlxsw_afk_key_info_subset +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xf82bdc70 mlxsw_core_lag_mapping_set +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xfc061796 mlxsw_core_trap_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xff007c25 mlxsw_core_cpu_port_fini +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_core 0xff0b141d mlxsw_afa_block_append_fwd +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0x0dd148d0 mlxsw_pci_driver_unregister +EXPORT_SYMBOL drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci 0xb6dc5255 mlxsw_pci_driver_register +EXPORT_SYMBOL drivers/net/phy/bcm-phy-lib 0x41720e8d bcm54xx_auxctl_write +EXPORT_SYMBOL drivers/net/team/team 0x4fef0af5 team_modeop_port_change_dev_addr +EXPORT_SYMBOL drivers/net/team/team 0x7658abcf team_options_unregister +EXPORT_SYMBOL drivers/net/team/team 0x8962a25a team_mode_unregister +EXPORT_SYMBOL drivers/net/team/team 0x9d55b052 team_mode_register +EXPORT_SYMBOL drivers/net/team/team 0xb1a8681a team_modeop_port_enter +EXPORT_SYMBOL drivers/net/team/team 0xc4810af8 team_options_register +EXPORT_SYMBOL drivers/net/team/team 0xf64cf752 team_option_inst_set_change +EXPORT_SYMBOL drivers/net/team/team 0xfff033c0 team_options_change_check +EXPORT_SYMBOL drivers/ptp/ptp 0x31a8200d ptp_schedule_worker +EXPORT_SYMBOL drivers/ptp/ptp 0x433b3169 ptp_clock_event +EXPORT_SYMBOL drivers/ptp/ptp 0x4c7246f2 ptp_clock_register +EXPORT_SYMBOL drivers/ptp/ptp 0xb024344a ptp_find_pin_unlocked +EXPORT_SYMBOL drivers/ptp/ptp 0xbe276823 ptp_clock_unregister +EXPORT_SYMBOL drivers/ptp/ptp 0xc773c498 ptp_find_pin +EXPORT_SYMBOL drivers/ptp/ptp 0xe432d451 ptp_clock_index +EXPORT_SYMBOL drivers/ptp/ptp 0xf133f87c ptp_cancel_worker_sync +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x0cc194c7 dasd_enable_device +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x0e1ae66d dasd_eer_write +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x0f5aea5c dasd_add_request_tail +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x1114881b dasd_free_erp_request +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x17bfdd02 dasd_block_set_timer +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x1c3e511a dasd_path_create_kobj +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x21bd8bca dasd_log_sense +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x23765d18 dasd_sleep_on +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x247bc099 dasd_block_clear_timer +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x29fe8c5e dasd_default_erp_action +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x34fb646e dasd_device_clear_timer +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x3c44fbd3 dasd_start_IO +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x3dc07d60 dasd_ffree_request +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x3f96bf31 dasd_schedule_block_bh +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x4cd0ea19 dasd_add_request_head +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x67f62606 dasd_sleep_on_immediatly +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x70d8455c dasd_device_set_timer +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x7d293538 dasd_debug_area +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x915cb9f4 dasd_path_create_kobjects +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0x92efb908 dasd_path_remove_kobjects +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xb20a59a4 dasd_schedule_device_bh +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xb4dcb5de dasd_sleep_on_queue +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xb67f60eb dasd_alloc_erp_request +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xb8be7a75 dasd_log_sense_dbf +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xbaea927f dasd_default_erp_postaction +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xc134caac dasd_sleep_on_queue_interruptible +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xc897c59f dasd_sfree_request +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xc9fd33c6 dasd_fmalloc_request +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xcfec7db5 dasd_set_feature +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xd2dc6282 dasd_sleep_on_interruptible +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xd4247bcd dasd_term_IO +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xd586a7fc dasd_schedule_requeue +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xed8bb907 dasd_smalloc_request +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xf1ca80cf dasd_add_link_to_gendisk +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xf3cc401a dasd_int_handler +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xf3fbf5b1 dasd_diag_discipline_pointer +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xf862a4b3 dasd_kick_device +EXPORT_SYMBOL drivers/s390/block/dasd_mod 0xfc1d076b dasd_reload_device +EXPORT_SYMBOL drivers/s390/char/hmcdrv 0x08e57a2c hmcdrv_ftp_do +EXPORT_SYMBOL drivers/s390/char/hmcdrv 0x3198b5cb hmcdrv_ftp_startup +EXPORT_SYMBOL drivers/s390/char/hmcdrv 0x83a6e87f hmcdrv_ftp_probe +EXPORT_SYMBOL drivers/s390/char/hmcdrv 0xba68949c hmcdrv_ftp_shutdown +EXPORT_SYMBOL drivers/s390/char/tape 0x09446897 tape_std_read_backward +EXPORT_SYMBOL drivers/s390/char/tape 0x0db5c4e6 tape_generic_offline +EXPORT_SYMBOL drivers/s390/char/tape 0x0dd85de8 tape_std_unassign +EXPORT_SYMBOL drivers/s390/char/tape 0x10ae1a5a tape_put_device +EXPORT_SYMBOL drivers/s390/char/tape 0x186e086c tape_mtop +EXPORT_SYMBOL drivers/s390/char/tape 0x1ef182c0 tape_std_assign +EXPORT_SYMBOL drivers/s390/char/tape 0x218b193b tape_std_mtweof +EXPORT_SYMBOL drivers/s390/char/tape 0x2200daf4 tape_cancel_io +EXPORT_SYMBOL drivers/s390/char/tape 0x222df377 tape_std_mtreten +EXPORT_SYMBOL drivers/s390/char/tape 0x2546c415 tape_state_verbose +EXPORT_SYMBOL drivers/s390/char/tape 0x25fe215f tape_std_mterase +EXPORT_SYMBOL drivers/s390/char/tape 0x2bc0bd0e tape_generic_probe +EXPORT_SYMBOL drivers/s390/char/tape 0x34c55621 tape_generic_online +EXPORT_SYMBOL drivers/s390/char/tape 0x3afd0ba7 tape_dump_sense_dbf +EXPORT_SYMBOL drivers/s390/char/tape 0x40035135 tape_std_read_block +EXPORT_SYMBOL drivers/s390/char/tape 0x504112d1 tape_std_mtsetblk +EXPORT_SYMBOL drivers/s390/char/tape 0x50f77f7a tape_std_mtreset +EXPORT_SYMBOL drivers/s390/char/tape 0x5402f49b tape_std_display +EXPORT_SYMBOL drivers/s390/char/tape 0x5b885153 tape_std_mteom +EXPORT_SYMBOL drivers/s390/char/tape 0x5fe3dae2 tape_std_mtrew +EXPORT_SYMBOL drivers/s390/char/tape 0x65951e38 tape_get_device +EXPORT_SYMBOL drivers/s390/char/tape 0x66deb66c tape_op_verbose +EXPORT_SYMBOL drivers/s390/char/tape 0x68c38d46 tape_std_mtbsf +EXPORT_SYMBOL drivers/s390/char/tape 0x692c6506 tape_std_mtbsr +EXPORT_SYMBOL drivers/s390/char/tape 0x6a7c8a0f tape_std_write_block +EXPORT_SYMBOL drivers/s390/char/tape 0x6e6f26ca tape_med_state_set +EXPORT_SYMBOL drivers/s390/char/tape 0x77751841 tape_std_mtcompression +EXPORT_SYMBOL drivers/s390/char/tape 0x7a5b9126 tape_std_mtfsr +EXPORT_SYMBOL drivers/s390/char/tape 0x7bb47966 tape_std_mtfsf +EXPORT_SYMBOL drivers/s390/char/tape 0x7de2941c tape_std_mtload +EXPORT_SYMBOL drivers/s390/char/tape 0x8716e93d tape_std_mtoffl +EXPORT_SYMBOL drivers/s390/char/tape 0x8ad8a956 tape_std_process_eov +EXPORT_SYMBOL drivers/s390/char/tape 0x9402e170 tape_do_io +EXPORT_SYMBOL drivers/s390/char/tape 0x98a1897d tape_do_io_interruptible +EXPORT_SYMBOL drivers/s390/char/tape 0x9edca2c6 tape_core_dbf +EXPORT_SYMBOL drivers/s390/char/tape 0xa6d648d6 tape_do_io_async +EXPORT_SYMBOL drivers/s390/char/tape 0xaafce25c tape_alloc_request +EXPORT_SYMBOL drivers/s390/char/tape 0xb199edbf tape_generic_remove +EXPORT_SYMBOL drivers/s390/char/tape 0xbb05cd0c tape_std_mtunload +EXPORT_SYMBOL drivers/s390/char/tape 0xc7e009a4 tape_std_mtnop +EXPORT_SYMBOL drivers/s390/char/tape 0xc8ee5267 tape_std_mtfsfm +EXPORT_SYMBOL drivers/s390/char/tape 0xee788dbf tape_std_read_block_id +EXPORT_SYMBOL drivers/s390/char/tape 0xf393055b tape_std_mtbsfm +EXPORT_SYMBOL drivers/s390/char/tape 0xfaedd443 tape_free_request +EXPORT_SYMBOL drivers/s390/char/tape 0xfb2d94e1 tape_state_set +EXPORT_SYMBOL drivers/s390/char/tape_34xx 0x98c31274 tape_34xx_dbf +EXPORT_SYMBOL drivers/s390/char/tape_3590 0x551ee426 tape_3590_dbf +EXPORT_SYMBOL drivers/s390/char/tape_class 0x51b3aa15 unregister_tape_dev +EXPORT_SYMBOL drivers/s390/char/tape_class 0x7bd13a84 register_tape_dev +EXPORT_SYMBOL drivers/s390/cio/ccwgroup 0x00640c46 ccwgroup_driver_unregister +EXPORT_SYMBOL drivers/s390/cio/ccwgroup 0x295e19b2 ccwgroup_remove_ccwdev +EXPORT_SYMBOL drivers/s390/cio/ccwgroup 0x2da4f5ea ccwgroup_create_dev +EXPORT_SYMBOL drivers/s390/cio/ccwgroup 0x42c517a8 ccwgroup_set_online +EXPORT_SYMBOL drivers/s390/cio/ccwgroup 0x49621b65 ccwgroup_set_offline +EXPORT_SYMBOL drivers/s390/cio/ccwgroup 0x50b5032c ccwgroup_probe_ccwdev +EXPORT_SYMBOL drivers/s390/cio/ccwgroup 0x6534a22a dev_is_ccwgroup +EXPORT_SYMBOL drivers/s390/cio/ccwgroup 0xa948d668 ccwgroup_driver_register +EXPORT_SYMBOL drivers/s390/cio/qdio 0xd6f888de qdio_start_irq +EXPORT_SYMBOL drivers/s390/cio/qdio 0xe223a26e qdio_stop_irq +EXPORT_SYMBOL drivers/s390/cio/vfio_ccw 0x00cbfcde __traceiter_vfio_ccw_chp_event +EXPORT_SYMBOL drivers/s390/cio/vfio_ccw 0x42810e16 __tracepoint_vfio_ccw_chp_event +EXPORT_SYMBOL drivers/s390/cio/vfio_ccw 0x5e52f9ca __tracepoint_vfio_ccw_fsm_io_request +EXPORT_SYMBOL drivers/s390/cio/vfio_ccw 0x6d833d04 __tracepoint_vfio_ccw_fsm_event +EXPORT_SYMBOL drivers/s390/cio/vfio_ccw 0x7acf9c1f __SCK__tp_func_vfio_ccw_fsm_io_request +EXPORT_SYMBOL drivers/s390/cio/vfio_ccw 0x87db7cac __traceiter_vfio_ccw_fsm_event +EXPORT_SYMBOL drivers/s390/cio/vfio_ccw 0x9cc9b339 __SCK__tp_func_vfio_ccw_fsm_event +EXPORT_SYMBOL drivers/s390/cio/vfio_ccw 0xb3cb802b __SCK__tp_func_vfio_ccw_chp_event +EXPORT_SYMBOL drivers/s390/cio/vfio_ccw 0xc4df2d80 __traceiter_vfio_ccw_fsm_io_request +EXPORT_SYMBOL drivers/s390/cio/vfio_ccw 0xc71044f9 __SCK__tp_func_vfio_ccw_fsm_async_request +EXPORT_SYMBOL drivers/s390/cio/vfio_ccw 0xda66c31d __tracepoint_vfio_ccw_fsm_async_request +EXPORT_SYMBOL drivers/s390/cio/vfio_ccw 0xeeaa8b65 __traceiter_vfio_ccw_fsm_async_request +EXPORT_SYMBOL drivers/s390/crypto/pkey 0x2c537fd6 pkey_keyblob2pkey +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x0327b454 zcrypt_send_cprb +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x0b198dc8 ep11_clr2keyblob +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x0ebc8b2f __SCK__tp_func_s390_zcrypt_rep +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x1360e3df cca_findcard2 +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x17a7ba6e __SCK__tp_func_s390_zcrypt_req +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x1d9256ed cca_check_sececckeytoken +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x274ee02a ep11_findcard2 +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x2bf4cec5 cca_check_secaeskeytoken +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x2d7f789b ep11_genaeskey +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x2dc30fe9 cca_findcard +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x314aed2b cca_get_info +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x404502d2 __traceiter_s390_zcrypt_rep +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x41ffc8bb ep11_check_aes_key +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x4aad03c0 cca_gencipherkey +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x4c0a5adf ep11_check_ecc_key_with_hdr +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x50eef635 zcrypt_card_get +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x52190334 cca_sec2protkey +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x5e050fdf cca_genseckey +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x5eb33ae9 zcrypt_card_free +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x67cedaeb zcrypt_rescan_req +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x68e65eb0 zcrypt_card_alloc +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x6c1560ff zcrypt_queue_register +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x726b739e zcrypt_queue_free +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x85ca4e1d __traceiter_s390_zcrypt_req +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x89f3a162 __tracepoint_s390_zcrypt_rep +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x9032dd84 zcrypt_device_status_mask_ext +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x90e89023 __tracepoint_s390_zcrypt_req +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x92bd07b3 zcrypt_card_register +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0x9992a66f cca_clr2seckey +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0xa502c213 zcrypt_wait_api_operational +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0xa54284be zcrypt_device_status_ext +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0xaebcee5e zcrypt_queue_get +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0xbf721f5a cca_check_secaescipherkey +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0xc0c976b6 ep11_get_domain_info +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0xc20af440 cca_query_crypto_facility +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0xc3ee9fa0 cca_cipher2protkey +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0xc521d783 zcrypt_queue_unregister +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0xdb0adadb ep11_kblob2protkey +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0xe25252be zcrypt_queue_alloc +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0xe4151119 zcrypt_queue_put +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0xe741c8e5 ep11_kb_wkvp +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0xea54d73e cca_clr2cipherkey +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0xead8dd27 zcrypt_card_unregister +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0xec693119 cca_ecc2protkey +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0xee077284 ep11_get_card_info +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0xf3b890b6 ep11_check_aes_key_with_hdr +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0xf695548a zcrypt_msgtype +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0xf7ce62c9 zcrypt_card_put +EXPORT_SYMBOL drivers/s390/crypto/zcrypt 0xfa128312 zcrypt_send_ep11_cprb +EXPORT_SYMBOL drivers/s390/net/ctcm 0x40b3051a ctc_mpc_dealloc_ch +EXPORT_SYMBOL drivers/s390/net/ctcm 0x56f42138 ctc_mpc_alloc_channel +EXPORT_SYMBOL drivers/s390/net/ctcm 0x812fa936 ctc_mpc_establish_connectivity +EXPORT_SYMBOL drivers/s390/net/ctcm 0xf5440dc6 ctc_mpc_flow_control +EXPORT_SYMBOL drivers/s390/net/fsm 0x312e1b73 init_fsm +EXPORT_SYMBOL drivers/s390/net/fsm 0x331bbed3 kfree_fsm +EXPORT_SYMBOL drivers/s390/net/fsm 0x92d7bc3b fsm_modtimer +EXPORT_SYMBOL drivers/s390/net/fsm 0xab62b304 fsm_addtimer +EXPORT_SYMBOL drivers/s390/net/fsm 0xaefe8672 fsm_getstate_str +EXPORT_SYMBOL drivers/s390/net/fsm 0xdf20006d fsm_settimer +EXPORT_SYMBOL drivers/s390/net/fsm 0xe8a7dd7d fsm_deltimer +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x0096831d fcoe_transport_detach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x051d2a22 fcoe_ctlr_destroy +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x1b3b5fee fcoe_ctlr_link_down +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x253fc9fa fcoe_ctlr_link_up +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x41a288a0 fcoe_ctlr_recv_flogi +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x5c3a1003 fcoe_transport_attach +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x5f8802ab fcoe_ctlr_set_fip_mode +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x6265428c fcoe_fcf_get_selected +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0x8ab5c88e fcoe_ctlr_init +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xafbc7dd4 fcoe_ctlr_recv +EXPORT_SYMBOL drivers/scsi/fcoe/libfcoe 0xceda7d67 fcoe_ctlr_els_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x035b73d5 fc_exch_mgr_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x052f87b1 fc_lport_iterate +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x076d7e7f fc_exch_mgr_add +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x08ddd847 libfc_vport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0a1e9837 fc_get_host_port_state +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0dec4125 fc_fill_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0f58f728 fc_linkup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x0f9c8dbc fc_frame_crc_check +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x16c95ae7 fc_elsct_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1cd8e339 fc_slave_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x1dff580d fc_lport_flogi_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x22b90986 fc_exch_mgr_del +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2325a865 fc_rport_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x284cf6ca fc_fcp_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x2c663cfc fc_get_host_speed +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3618eb3e fc_exch_update_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3644f114 fc_rport_recv_req +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x3a655920 fc_exch_mgr_free +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x430319ca fc_exch_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x43f910e9 fc_exch_mgr_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x448a44ec fc_set_rport_loss_tmo +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x46d3951b fc_eh_device_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5074ee4b fc_rport_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x57a46bb2 fc_frame_alloc_fill +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x591654ae fc_fill_reply_hdr +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5d4c290a fc_elsct_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x5d69ddec fc_get_host_stats +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x6aebc7c1 fc_lport_recv +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x74479137 fc_vport_id_lookup +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x77494516 fc_linkdown +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x78bad264 fc_rport_create +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7d98daef fc_exch_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7db47b69 fc_rport_terminate_io +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x7f3407a7 fc_seq_start_next +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x811811e0 fc_exch_done +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x83753961 fc_vport_setlink +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x8797bc1a fc_fabric_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x88e5cb07 fc_exch_mgr_list_clone +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x960524d1 fc_exch_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0x9d50ed7e fc_rport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa1bcd198 fc_cpu_mask +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa36a12cd fc_lport_bsg_request +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xa5d9aa82 fc_set_mfs +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xaa022c36 fc_lport_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xab5a3623 fc_fc4_deregister_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xabe765c8 fc_rport_login +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xac69c08d fc_fc4_register_provider +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb0ddd5a1 fc_rport_flush_queue +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xb61a4c1d fc_lport_set_local_id +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xba71cd79 fc_disc_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xbd6c6907 fc_fcp_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc5a060f0 fc_lport_destroy +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xc7014120 fc_eh_abort +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xcdfa0065 fc_disc_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xce0657f7 _fc_frame_alloc +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd04ca807 fc_lport_init +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd078ec4c fc_lport_logo_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd1f2d968 fc_seq_send +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd53db550 fc_queuecommand +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xd92bcc45 fc_lport_config +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe4051e4f fc_fabric_logoff +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xe989c52a fc_seq_set_resp +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xeea37350 fc_seq_assign +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf1e0571d fc_lport_notifier_head +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xf636c9ba fc_eh_host_reset +EXPORT_SYMBOL drivers/scsi/libfc/libfc 0xfa4667d1 fc_seq_release +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x1129f0e4 sas_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x4a8e3d34 try_test_sas_gpio_gp_bit +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x7e275fd2 sas_prep_resume_ha +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0x93b77811 sas_resume_ha_no_sync +EXPORT_SYMBOL drivers/scsi/libsas/libsas 0xfe902845 sas_suspend_ha +EXPORT_SYMBOL drivers/scsi/raid_class 0xdac46f60 raid_class_release +EXPORT_SYMBOL drivers/scsi/raid_class 0xfaaec4c9 raid_class_attach +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x01c94918 fc_eh_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x375f8bbd fc_get_event_number +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x3c448c44 fc_host_fpin_rcv +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x3f61022d fc_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x56c520ef fc_vport_create +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x5b53620b fc_host_post_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x70e3d179 fc_vport_terminate +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x726a4b94 fc_host_post_fc_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x777f8267 fc_remote_port_rolechg +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x8781d250 fc_block_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0x880da4d2 fc_block_scsi_eh +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xa06505bf fc_host_post_vendor_event +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xd1be46c3 fc_remote_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xd7524518 scsi_is_fc_rport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xda6e715c fc_find_rport_by_wwpn +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xe73c5528 fc_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xf0ff6a46 fc_remote_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_fc 0xf2fdfe2f fc_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x0c3da3a2 sas_rphy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x114e1321 scsi_is_sas_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x19f76527 scsi_is_sas_rphy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x1ca97653 sas_rphy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x21d0db5a sas_port_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x2bc70364 sas_rphy_unlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3101ecb6 sas_read_port_mode_page +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3408660f sas_port_delete_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x390fcce8 scsi_is_sas_port +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3bdec974 sas_port_add_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x3e2e8669 sas_expander_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x48f06b02 sas_phy_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x5c79f0a7 sas_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x6b712a32 sas_rphy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8db79ef5 sas_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x8fbc1454 sas_end_device_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9614cccb sas_phy_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0x9bc0edad sas_rphy_remove +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xa29f9a39 sas_phy_delete +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xad01b51c sas_phy_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xb8712b7b sas_remove_children +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xbd922bfc sas_port_free +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xc596a5aa sas_port_get_phy +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd4ed70b5 sas_port_alloc_num +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xd57755cd sas_port_alloc +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xdabb82fb sas_get_address +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xdef10e33 sas_remove_host +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xe95bf80d sas_port_add +EXPORT_SYMBOL drivers/scsi/scsi_transport_sas 0xff581091 sas_port_mark_backlink +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x1bf2327b spi_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x3686ea09 spi_print_msg +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x539b138a spi_schedule_dv_device +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0x83a83f1a spi_attach_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xb56e7398 spi_display_xfer_agreement +EXPORT_SYMBOL drivers/scsi/scsi_transport_spi 0xcfc5f9ae spi_release_transport +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x31ec32e5 srp_timed_out +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x405b6e05 srp_parse_tmo +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x53cf54b4 srp_rport_get +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x6d10a594 srp_start_tl_fail_timers +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0x84827f18 srp_rport_put +EXPORT_SYMBOL drivers/scsi/scsi_transport_srp 0xbbb5cf36 srp_reconnect_rport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0255d9c2 iscsit_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x04fc2f29 iscsi_target_check_login_request +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x074f507b iscsit_build_nopin_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x0f0b3841 iscsit_build_task_mgt_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x11561898 iscsit_handle_snack +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x14e359e4 iscsit_add_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1809c2bb iscsit_logout_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x196df126 iscsit_find_cmd_from_itt_or_dump +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x1c1ba2ab iscsit_aborted_task +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x2fd99f83 iscsit_process_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x321744d1 iscsit_register_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x35629f8f iscsit_response_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x3a950ea7 iscsit_build_text_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x4ab295bf iscsit_increment_maxcmdsn +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x534ac19f iscsi_change_param_sprintf +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x5ff4fede __iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x64ab09f3 iscsit_add_cmd_to_immediate_queue +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x66d0f252 iscsit_setup_scsi_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6aa6e498 iscsit_get_datain_values +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x6aed0a2d iscsit_handle_task_mgt_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7224c820 iscsit_handle_logout_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x72c22e84 iscsit_setup_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x7e5ffeca iscsit_find_cmd_from_itt +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x844b507f iscsit_process_nop_out +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x86444bf2 iscsit_build_datain_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x8c92e299 iscsit_allocate_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9061dd82 iscsit_build_r2ts_for_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x947a5e98 iscsit_build_rsp_pdu +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9905b064 iscsit_tmr_post_handler +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9aa6798b iscsit_build_reject +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0x9c2a46b4 iscsit_release_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa0c5923e iscsit_queue_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa324e967 iscsit_check_dataout_hdr +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xa5a1efc3 iscsit_stop_dataout_timer +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xb421c812 iscsit_setup_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd47c816d iscsit_unregister_transport +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xd9c1fc55 iscsit_sequence_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdd72adb6 iscsit_set_unsolicited_dataout +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xdf7ff613 iscsit_build_logout_rsp +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xe6c1c034 iscsit_process_text_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xecaf91c5 iscsit_free_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf04b4646 iscsit_cause_connection_reinstatement +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf2ebbb90 iscsit_reject_cmd +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf34332f0 iscsi_find_param_from_key +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xf4c62a8a iscsit_check_dataout_payload +EXPORT_SYMBOL drivers/target/iscsi/iscsi_target_mod 0xffdbd785 iscsit_thread_check_cpumask +EXPORT_SYMBOL drivers/target/target_core_mod 0x070376b2 target_set_cmd_data_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x074003c1 sbc_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x0871ffd6 transport_set_vpd_ident +EXPORT_SYMBOL drivers/target/target_core_mod 0x142072c0 transport_set_vpd_assoc +EXPORT_SYMBOL drivers/target/target_core_mod 0x1a103d97 target_depend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x1a216a45 target_backend_unregister +EXPORT_SYMBOL drivers/target/target_core_mod 0x25da8783 target_stop_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x266d3dd5 transport_alloc_session_tags +EXPORT_SYMBOL drivers/target/target_core_mod 0x29568cb0 transport_kunmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0x2a83c29d target_complete_cmd_with_length +EXPORT_SYMBOL drivers/target/target_core_mod 0x2b1ff577 __target_init_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x2b48477a sbc_dif_copy_prot +EXPORT_SYMBOL drivers/target/target_core_mod 0x2ba1cdb6 transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x2e613d61 transport_copy_sense_to_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x385adaec sbc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x3a20a9d7 transport_set_vpd_ident_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x3d1cdc5f target_configure_unmap_from_queue +EXPORT_SYMBOL drivers/target/target_core_mod 0x41e85d66 target_to_linux_sector +EXPORT_SYMBOL drivers/target/target_core_mod 0x44e41dd1 __transport_register_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x4db9d150 target_complete_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x54e8d76c target_remove_session +EXPORT_SYMBOL drivers/target/target_core_mod 0x54ea55d1 core_tpg_set_initiator_node_tag +EXPORT_SYMBOL drivers/target/target_core_mod 0x578de0b3 core_allocate_nexus_loss_ua +EXPORT_SYMBOL drivers/target/target_core_mod 0x58fb0408 target_send_busy +EXPORT_SYMBOL drivers/target/target_core_mod 0x5c999a72 core_tmr_alloc_req +EXPORT_SYMBOL drivers/target/target_core_mod 0x5e34947d transport_generic_request_failure +EXPORT_SYMBOL drivers/target/target_core_mod 0x5e3cb582 core_tpg_set_initiator_node_queue_depth +EXPORT_SYMBOL drivers/target/target_core_mod 0x62637a85 transport_send_check_condition_and_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x6275923d target_put_nacl +EXPORT_SYMBOL drivers/target/target_core_mod 0x638bffb7 target_free_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0x6565f24b target_put_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0x657207ba transport_lookup_tmr_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0x65e863ad target_submit_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0x6b610610 target_complete_cmd_with_sense +EXPORT_SYMBOL drivers/target/target_core_mod 0x72a90830 sbc_get_device_type +EXPORT_SYMBOL drivers/target/target_core_mod 0x7504dfba core_tpg_check_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0x7547ca19 transport_wait_for_tasks +EXPORT_SYMBOL drivers/target/target_core_mod 0x79f35eb2 core_tpg_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x7a1d0d3c target_alloc_sgl +EXPORT_SYMBOL drivers/target/target_core_mod 0x84fee7e2 target_cmd_init_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x85cf221d passthrough_pr_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0x881c8f13 passthrough_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0x8ea9d826 target_undepend_item +EXPORT_SYMBOL drivers/target/target_core_mod 0x8f4f39f8 transport_backend_register +EXPORT_SYMBOL drivers/target/target_core_mod 0x91fe4e90 spc_emulate_report_luns +EXPORT_SYMBOL drivers/target/target_core_mod 0x998dd2e1 sbc_dif_verify +EXPORT_SYMBOL drivers/target/target_core_mod 0x9e2a69a6 transport_deregister_session_configfs +EXPORT_SYMBOL drivers/target/target_core_mod 0xa0c7bd15 spc_emulate_evpd_83 +EXPORT_SYMBOL drivers/target/target_core_mod 0xa26d6221 target_nacl_find_deve +EXPORT_SYMBOL drivers/target/target_core_mod 0xa44ca61b transport_init_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xa5fc2b67 transport_free_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xa76e6ec0 target_register_template +EXPORT_SYMBOL drivers/target/target_core_mod 0xb00e6e51 passthrough_attrib_attrs +EXPORT_SYMBOL drivers/target/target_core_mod 0xb3623f05 transport_kmap_data_sg +EXPORT_SYMBOL drivers/target/target_core_mod 0xb38d0249 spc_emulate_inquiry_std +EXPORT_SYMBOL drivers/target/target_core_mod 0xbd1ebe31 core_tpg_get_initiator_node_acl +EXPORT_SYMBOL drivers/target/target_core_mod 0xbf22239a target_unregister_template +EXPORT_SYMBOL drivers/target/target_core_mod 0xc121145b transport_lookup_cmd_lun +EXPORT_SYMBOL drivers/target/target_core_mod 0xc3668757 transport_handle_cdb_direct +EXPORT_SYMBOL drivers/target/target_core_mod 0xc99c203e target_submit_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xcaf67415 target_get_sess_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xcededd60 transport_generic_free_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xd0077c6e target_setup_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xd037be4c transport_generic_new_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xd92a3c24 transport_deregister_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xdb82e04c sbc_get_write_same_sectors +EXPORT_SYMBOL drivers/target/target_core_mod 0xe1ec396a core_alua_check_nonop_delay +EXPORT_SYMBOL drivers/target/target_core_mod 0xe3e609e5 spc_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xe57aeace target_wait_for_sess_cmds +EXPORT_SYMBOL drivers/target/target_core_mod 0xe992194b target_cmd_parse_cdb +EXPORT_SYMBOL drivers/target/target_core_mod 0xecd9835e target_execute_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xef02e226 transport_generic_handle_tmr +EXPORT_SYMBOL drivers/target/target_core_mod 0xf0c8fbd4 target_show_cmd +EXPORT_SYMBOL drivers/target/target_core_mod 0xf0db2798 target_lun_is_rdonly +EXPORT_SYMBOL drivers/target/target_core_mod 0xf35b17d8 target_show_dynamic_sessions +EXPORT_SYMBOL drivers/target/target_core_mod 0xf3c2dfe0 transport_set_vpd_proto_id +EXPORT_SYMBOL drivers/target/target_core_mod 0xf4cd5e39 core_tpg_deregister +EXPORT_SYMBOL drivers/target/target_core_mod 0xf4ced787 transport_alloc_session +EXPORT_SYMBOL drivers/target/target_core_mod 0xfa40d7a7 target_tpg_has_node_acl +EXPORT_SYMBOL drivers/tty/serial/serial_base 0x07c65826 uart_suspend_port +EXPORT_SYMBOL drivers/tty/serial/serial_base 0x1aa4a860 uart_add_one_port +EXPORT_SYMBOL drivers/tty/serial/serial_base 0x226d5687 uart_unregister_driver +EXPORT_SYMBOL drivers/tty/serial/serial_base 0x3316db7c uart_get_baud_rate +EXPORT_SYMBOL drivers/tty/serial/serial_base 0x34360e60 uart_write_wakeup +EXPORT_SYMBOL drivers/tty/serial/serial_base 0x761afab6 uart_update_timeout +EXPORT_SYMBOL drivers/tty/serial/serial_base 0xa913887b uart_match_port +EXPORT_SYMBOL drivers/tty/serial/serial_base 0xa9525be4 uart_register_driver +EXPORT_SYMBOL drivers/tty/serial/serial_base 0xc989a81d uart_resume_port +EXPORT_SYMBOL drivers/tty/serial/serial_base 0xd31f5dfd uart_remove_one_port +EXPORT_SYMBOL drivers/tty/serial/serial_base 0xdf532096 uart_get_divisor +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x01c648e1 mdev_register_parent +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x1033c63b mdev_unregister_driver +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x33c16de3 mdev_unregister_parent +EXPORT_SYMBOL drivers/vfio/mdev/mdev 0x4ee9421e mdev_register_driver +EXPORT_SYMBOL drivers/vfio/vfio 0x0241eede vfio_pin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0x1895db0e vfio_dma_rw +EXPORT_SYMBOL drivers/vfio/vfio 0x4232a0c3 vfio_info_cap_shift +EXPORT_SYMBOL drivers/vfio/vfio 0x8ccbbbe3 vfio_unpin_pages +EXPORT_SYMBOL drivers/vfio/vfio 0xaf8a4a7f vfio_set_irqs_validate_and_prepare +EXPORT_SYMBOL drivers/vfio/vfio 0xf3411eb8 vfio_info_add_capability +EXPORT_SYMBOL drivers/vhost/vhost 0x597317bd vhost_chr_write_iter +EXPORT_SYMBOL drivers/vhost/vhost 0x9a968fe4 vhost_chr_poll +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x1550b9fd is_virtio_dma_buf +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0x722efad9 virtio_dma_buf_export +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xb44e426a virtio_dma_buf_get_uuid +EXPORT_SYMBOL drivers/virtio/virtio_dma_buf 0xd8d03488 virtio_dma_buf_attach +EXPORT_SYMBOL fs/fscache/fscache 0x002c0ec6 __fscache_acquire_volume +EXPORT_SYMBOL fs/fscache/fscache 0x00bc847d fscache_acquire_cache +EXPORT_SYMBOL fs/fscache/fscache 0x087b8c0a fscache_end_cookie_access +EXPORT_SYMBOL fs/fscache/fscache 0x0e4520bc fscache_wait_for_operation +EXPORT_SYMBOL fs/fscache/fscache 0x1887caf0 fscache_get_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x1a0d09e7 fscache_n_write +EXPORT_SYMBOL fs/fscache/fscache 0x1d4ba278 fscache_caching_failed +EXPORT_SYMBOL fs/fscache/fscache 0x209e5c2d fscache_add_cache +EXPORT_SYMBOL fs/fscache/fscache 0x234a140d __traceiter_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x2b389369 __tracepoint_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0x306805d3 __SCK__tp_func_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x309ada3d __fscache_write_to_cache +EXPORT_SYMBOL fs/fscache/fscache 0x3525ddd9 __fscache_use_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x3b0269d2 fscache_withdraw_cache +EXPORT_SYMBOL fs/fscache/fscache 0x3f104e6a fscache_relinquish_cache +EXPORT_SYMBOL fs/fscache/fscache 0x4404d2aa fscache_n_no_create_space +EXPORT_SYMBOL fs/fscache/fscache 0x4996bd29 fscache_n_updates +EXPORT_SYMBOL fs/fscache/fscache 0x4bd084ba __SCK__tp_func_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0x50bb4bfc fscache_end_volume_access +EXPORT_SYMBOL fs/fscache/fscache 0x55196787 __fscache_begin_write_operation +EXPORT_SYMBOL fs/fscache/fscache 0x629bd846 __fscache_relinquish_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x6e416521 __SCK__tp_func_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x6f090eef fscache_dirty_folio +EXPORT_SYMBOL fs/fscache/fscache 0x71fb0e58 __tracepoint_fscache_access_volume +EXPORT_SYMBOL fs/fscache/fscache 0x7641a298 fscache_withdraw_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x77e19a42 __tracepoint_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0x81f89453 __fscache_clear_page_bits +EXPORT_SYMBOL fs/fscache/fscache 0x82bff547 __fscache_resize_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x89510882 __fscache_acquire_cookie +EXPORT_SYMBOL fs/fscache/fscache 0x90d447f3 fscache_n_culled +EXPORT_SYMBOL fs/fscache/fscache 0x9c3cda28 fscache_withdraw_volume +EXPORT_SYMBOL fs/fscache/fscache 0x9ffefcb2 fscache_n_read +EXPORT_SYMBOL fs/fscache/fscache 0xa2ca7d9d fscache_put_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xae6040a5 __traceiter_fscache_access_cache +EXPORT_SYMBOL fs/fscache/fscache 0xb160bc8d __fscache_invalidate +EXPORT_SYMBOL fs/fscache/fscache 0xbaafa80a __fscache_begin_read_operation +EXPORT_SYMBOL fs/fscache/fscache 0xbca46908 fscache_wq +EXPORT_SYMBOL fs/fscache/fscache 0xcce11a60 fscache_n_no_write_space +EXPORT_SYMBOL fs/fscache/fscache 0xd2127128 __fscache_relinquish_volume +EXPORT_SYMBOL fs/fscache/fscache 0xd8dd25d6 __fscache_unuse_cookie +EXPORT_SYMBOL fs/fscache/fscache 0xdcb87498 __traceiter_fscache_access +EXPORT_SYMBOL fs/fscache/fscache 0xe1760b54 fscache_cookie_lookup_negative +EXPORT_SYMBOL fs/fscache/fscache 0xf68b44dc fscache_addremove_sem +EXPORT_SYMBOL fs/fscache/fscache 0xf7e5595b fscache_resume_after_invalidation +EXPORT_SYMBOL fs/fscache/fscache 0xf8e2dc8c fscache_io_error +EXPORT_SYMBOL fs/fscache/fscache 0xff20eabd fscache_clearance_waiters +EXPORT_SYMBOL fs/netfs/netfs 0x5368d65c netfs_write_begin +EXPORT_SYMBOL fs/netfs/netfs 0x9ec1908e netfs_stats_show +EXPORT_SYMBOL fs/netfs/netfs 0xd921dfcc netfs_read_folio +EXPORT_SYMBOL fs/netfs/netfs 0xe093674b netfs_subreq_terminated +EXPORT_SYMBOL fs/netfs/netfs 0xf6d3f30d netfs_readahead +EXPORT_SYMBOL fs/ocfs2/cluster/ocfs2_nodemanager 0xbfd7d7a2 o2hb_global_heartbeat_active +EXPORT_SYMBOL fs/quota/quota_tree 0x121d8f36 qtree_get_next_id +EXPORT_SYMBOL fs/quota/quota_tree 0x36103491 qtree_read_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0x9c707a98 qtree_entry_unused +EXPORT_SYMBOL fs/quota/quota_tree 0xe693c0fc qtree_release_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xe74e3ab4 qtree_write_dquot +EXPORT_SYMBOL fs/quota/quota_tree 0xf417a682 qtree_delete_dquot +EXPORT_SYMBOL lib/crc-itu-t 0xd819a524 crc_itu_t_table +EXPORT_SYMBOL lib/crc-itu-t 0xdf59602c crc_itu_t +EXPORT_SYMBOL lib/crc7 0x65aaf037 crc7_be_syndrome_table +EXPORT_SYMBOL lib/crc7 0xc440541c crc7_be +EXPORT_SYMBOL lib/crc8 0x75d9109e crc8 +EXPORT_SYMBOL lib/crc8 0xaa8106bc crc8_populate_msb +EXPORT_SYMBOL lib/crc8 0xc3cd034d crc8_populate_lsb +EXPORT_SYMBOL lib/crypto/libchacha 0xcec122d7 chacha_crypt_generic +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x161ec81e chacha20poly1305_decrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x35142bf2 xchacha20poly1305_encrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0x637307c6 chacha20poly1305_encrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0xa3883e62 chacha20poly1305_encrypt_sg_inplace +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0xb9f848ed xchacha20poly1305_decrypt +EXPORT_SYMBOL lib/crypto/libchacha20poly1305 0xff3141e0 chacha20poly1305_decrypt_sg_inplace +EXPORT_SYMBOL lib/crypto/libcurve25519-generic 0x12627f15 curve25519_generic +EXPORT_SYMBOL lib/crypto/libcurve25519-generic 0x4a5a8811 curve25519_null_point +EXPORT_SYMBOL lib/crypto/libcurve25519-generic 0x7e6fdbfc curve25519_base_point +EXPORT_SYMBOL lib/crypto/libpoly1305 0x021f3700 poly1305_core_blocks +EXPORT_SYMBOL lib/crypto/libpoly1305 0xbcb90cb3 poly1305_core_emit +EXPORT_SYMBOL lib/crypto/libpoly1305 0xd45b9cf4 poly1305_core_setkey +EXPORT_SYMBOL lib/libcrc32c 0xb15b4109 crc32c +EXPORT_SYMBOL lib/lru_cache 0x1df0ca1d lc_get +EXPORT_SYMBOL lib/lru_cache 0x55ef57af lc_find +EXPORT_SYMBOL lib/lru_cache 0x57c12aac lc_destroy +EXPORT_SYMBOL lib/lru_cache 0x5f8e9bc8 lc_element_by_index +EXPORT_SYMBOL lib/lru_cache 0x5fcc5043 lc_reset +EXPORT_SYMBOL lib/lru_cache 0x6c0e9649 lc_get_cumulative +EXPORT_SYMBOL lib/lru_cache 0x79cf717f lc_seq_printf_stats +EXPORT_SYMBOL lib/lru_cache 0x82d556b7 lc_try_get +EXPORT_SYMBOL lib/lru_cache 0xa96da040 lc_create +EXPORT_SYMBOL lib/lru_cache 0xb5ce3732 lc_put +EXPORT_SYMBOL lib/lru_cache 0xbb4ab7f7 lc_committed +EXPORT_SYMBOL lib/lru_cache 0xd155c2c8 lc_seq_dump_details +EXPORT_SYMBOL lib/lru_cache 0xd2c9f32a lc_try_lock +EXPORT_SYMBOL lib/lru_cache 0xdca3cd72 lc_del +EXPORT_SYMBOL lib/lru_cache 0xe8d41b56 lc_is_used +EXPORT_SYMBOL lib/lz4/lz4_compress 0x4f4d78c5 LZ4_compress_default +EXPORT_SYMBOL lib/lz4/lz4_compress 0x5bc92e85 LZ4_compress_destSize +EXPORT_SYMBOL lib/lz4/lz4_compress 0x6004858d LZ4_compress_fast +EXPORT_SYMBOL lib/lz4/lz4_compress 0x635ff76d LZ4_saveDict +EXPORT_SYMBOL lib/lz4/lz4_compress 0x749849d8 LZ4_loadDict +EXPORT_SYMBOL lib/lz4/lz4_compress 0xf9eced44 LZ4_compress_fast_continue +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x0f3dcf29 LZ4_loadDictHC +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0x7f7bbb7e LZ4_saveDictHC +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0xddf86133 LZ4_compress_HC +EXPORT_SYMBOL lib/lz4/lz4hc_compress 0xe06ae6d6 LZ4_compress_HC_continue +EXPORT_SYMBOL lib/math/cordic 0x7e431c15 cordic_calc_iq +EXPORT_SYMBOL lib/objagg 0x0363233d objagg_obj_raw +EXPORT_SYMBOL lib/objagg 0x23865923 objagg_destroy +EXPORT_SYMBOL lib/objagg 0x24ca5ca9 objagg_obj_root_priv +EXPORT_SYMBOL lib/objagg 0x342aefe2 objagg_obj_delta_priv +EXPORT_SYMBOL lib/objagg 0x352633f4 objagg_hints_stats_get +EXPORT_SYMBOL lib/objagg 0x38e157a7 objagg_create +EXPORT_SYMBOL lib/objagg 0x3c58e78f objagg_hints_put +EXPORT_SYMBOL lib/objagg 0x6691f29d objagg_obj_put +EXPORT_SYMBOL lib/objagg 0xb17ab162 objagg_obj_get +EXPORT_SYMBOL lib/objagg 0xdaa3ee68 objagg_stats_get +EXPORT_SYMBOL lib/objagg 0xf5511527 objagg_stats_put +EXPORT_SYMBOL lib/objagg 0xfaa9d1a8 objagg_hints_get +EXPORT_SYMBOL lib/parman 0x0f518717 parman_prio_init +EXPORT_SYMBOL lib/parman 0x7b03d378 parman_item_add +EXPORT_SYMBOL lib/parman 0x8b7e26f5 parman_item_remove +EXPORT_SYMBOL lib/parman 0xc3e2d892 parman_create +EXPORT_SYMBOL lib/parman 0xc6a3d260 parman_prio_fini +EXPORT_SYMBOL lib/parman 0xca39ae6a parman_destroy +EXPORT_SYMBOL lib/raid6/raid6_pq 0x0b2c64a3 raid6_vgfmul +EXPORT_SYMBOL lib/raid6/raid6_pq 0x17f54263 raid6_gfexp +EXPORT_SYMBOL lib/raid6/raid6_pq 0x59a2712d raid6_gfinv +EXPORT_SYMBOL lib/raid6/raid6_pq 0xb0d904b7 raid6_empty_zero_page +EXPORT_SYMBOL lib/raid6/raid6_pq 0xc8e3332b raid6_gflog +EXPORT_SYMBOL lib/raid6/raid6_pq 0xcc4ee841 raid6_gfexi +EXPORT_SYMBOL lib/raid6/raid6_pq 0xd91319d6 raid6_gfmul +EXPORT_SYMBOL net/802/p8022 0x5485ff91 register_8022_client +EXPORT_SYMBOL net/802/p8022 0x96270264 unregister_8022_client +EXPORT_SYMBOL net/802/psnap 0x17fccd69 unregister_snap_client +EXPORT_SYMBOL net/802/psnap 0x308c4fd6 register_snap_client +EXPORT_SYMBOL net/9p/9pnet 0x001d3dad p9_client_create_dotl +EXPORT_SYMBOL net/9p/9pnet 0x0a36832e p9_client_read +EXPORT_SYMBOL net/9p/9pnet 0x0ff84059 do_trace_9p_fid_get +EXPORT_SYMBOL net/9p/9pnet 0x16df3f8e p9stat_read +EXPORT_SYMBOL net/9p/9pnet 0x198de31e p9_client_statfs +EXPORT_SYMBOL net/9p/9pnet 0x28313d47 p9_client_rename +EXPORT_SYMBOL net/9p/9pnet 0x29504636 p9_client_lock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x352a7ae5 v9fs_register_trans +EXPORT_SYMBOL net/9p/9pnet 0x3604bd3b p9_client_setattr +EXPORT_SYMBOL net/9p/9pnet 0x38f7d087 p9_client_readdir +EXPORT_SYMBOL net/9p/9pnet 0x39ac05f7 p9_client_write +EXPORT_SYMBOL net/9p/9pnet 0x3cc6fd7d p9_show_client_options +EXPORT_SYMBOL net/9p/9pnet 0x3d73a797 p9_errstr2errno +EXPORT_SYMBOL net/9p/9pnet 0x400645bc p9_client_destroy +EXPORT_SYMBOL net/9p/9pnet 0x42153cb5 p9_is_proto_dotu +EXPORT_SYMBOL net/9p/9pnet 0x445c245b p9_client_stat +EXPORT_SYMBOL net/9p/9pnet 0x4bb518b4 p9_fcall_fini +EXPORT_SYMBOL net/9p/9pnet 0x50ee6af5 p9_client_getattr_dotl +EXPORT_SYMBOL net/9p/9pnet 0x53e246ae v9fs_get_trans_by_name +EXPORT_SYMBOL net/9p/9pnet 0x54844fa5 p9_client_remove +EXPORT_SYMBOL net/9p/9pnet 0x604aad6e p9_client_attach +EXPORT_SYMBOL net/9p/9pnet 0x7a4d6f23 p9_parse_header +EXPORT_SYMBOL net/9p/9pnet 0x7c1edbec p9_client_readlink +EXPORT_SYMBOL net/9p/9pnet 0x8595caa8 p9_client_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x88913a41 p9_client_link +EXPORT_SYMBOL net/9p/9pnet 0x8f166a37 p9_client_open +EXPORT_SYMBOL net/9p/9pnet 0x93352561 p9_client_symlink +EXPORT_SYMBOL net/9p/9pnet 0x9629da37 p9_client_unlinkat +EXPORT_SYMBOL net/9p/9pnet 0x99f41645 p9_client_begin_disconnect +EXPORT_SYMBOL net/9p/9pnet 0x9ac99974 p9_client_getlock_dotl +EXPORT_SYMBOL net/9p/9pnet 0x9b58f39c p9_client_clunk +EXPORT_SYMBOL net/9p/9pnet 0x9d5cf36f p9_client_walk +EXPORT_SYMBOL net/9p/9pnet 0xa5e10914 p9_is_proto_dotl +EXPORT_SYMBOL net/9p/9pnet 0xa95ede64 p9_client_create +EXPORT_SYMBOL net/9p/9pnet 0xad47e45a p9_client_mknod_dotl +EXPORT_SYMBOL net/9p/9pnet 0xb05ae394 p9_client_fsync +EXPORT_SYMBOL net/9p/9pnet 0xb19a546b p9_client_fcreate +EXPORT_SYMBOL net/9p/9pnet 0xb55ae777 __SCK__tp_func_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xbb9c39cc do_trace_9p_fid_put +EXPORT_SYMBOL net/9p/9pnet 0xbf67f608 p9_client_mkdir_dotl +EXPORT_SYMBOL net/9p/9pnet 0xc3c14a28 p9_client_cb +EXPORT_SYMBOL net/9p/9pnet 0xc7bad4fc p9dirent_read +EXPORT_SYMBOL net/9p/9pnet 0xd384c683 p9stat_free +EXPORT_SYMBOL net/9p/9pnet 0xda046aec p9_req_put +EXPORT_SYMBOL net/9p/9pnet 0xe539324b v9fs_unregister_trans +EXPORT_SYMBOL net/9p/9pnet 0xe58a3360 p9_error_init +EXPORT_SYMBOL net/9p/9pnet 0xe6fcb91d p9_client_renameat +EXPORT_SYMBOL net/9p/9pnet 0xee437897 __tracepoint_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xef606f9f __traceiter_9p_fid_ref +EXPORT_SYMBOL net/9p/9pnet 0xefae8955 p9_client_read_once +EXPORT_SYMBOL net/9p/9pnet 0xf5b04500 p9_release_pages +EXPORT_SYMBOL net/9p/9pnet 0xfdbf3462 p9_tag_lookup +EXPORT_SYMBOL net/9p/9pnet 0xffc1260b p9_client_wstat +EXPORT_SYMBOL net/9p/9pnet 0xffc95d84 v9fs_get_default_trans +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x01c95007 ebt_unregister_template +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x2f06b57a ebt_do_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x33057d10 ebt_unregister_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0x9e556e58 ebt_unregister_table_pre_exit +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xb0a6003d ebt_register_table +EXPORT_SYMBOL net/bridge/netfilter/ebtables 0xc46a30fa ebt_register_template +EXPORT_SYMBOL net/ceph/libceph 0x06157b8f ceph_release_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x071e0fb0 ceph_copy_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x090668af ceph_auth_add_authorizer_challenge +EXPORT_SYMBOL net/ceph/libceph 0x09995a7e osd_req_op_raw_data_in_pages +EXPORT_SYMBOL net/ceph/libceph 0x0a197d76 ceph_msg_get +EXPORT_SYMBOL net/ceph/libceph 0x0b608dfc ceph_msg_data_add_bio +EXPORT_SYMBOL net/ceph/libceph 0x0caf53f5 ceph_monc_wait_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x0ce74839 ceph_pagelist_set_cursor +EXPORT_SYMBOL net/ceph/libceph 0x0e58e05d __ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x0e776b7e ceph_pg_pool_flags +EXPORT_SYMBOL net/ceph/libceph 0x1187daee ceph_copy_user_to_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x11e7baef ceph_osdc_call +EXPORT_SYMBOL net/ceph/libceph 0x14781e40 ceph_osdc_new_request +EXPORT_SYMBOL net/ceph/libceph 0x14beb365 ceph_auth_handle_bad_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x16b53291 ceph_con_send +EXPORT_SYMBOL net/ceph/libceph 0x1dc1edb9 osd_req_op_alloc_hint_init +EXPORT_SYMBOL net/ceph/libceph 0x206d55b9 ceph_create_client +EXPORT_SYMBOL net/ceph/libceph 0x2087719e ceph_oid_copy +EXPORT_SYMBOL net/ceph/libceph 0x2101cbc9 ceph_oid_destroy +EXPORT_SYMBOL net/ceph/libceph 0x216cd224 ceph_check_fsid +EXPORT_SYMBOL net/ceph/libceph 0x299f901a ceph_monc_get_version +EXPORT_SYMBOL net/ceph/libceph 0x2ab46b9e ceph_put_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x2ac6da0a __ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0x2d650820 osd_req_op_extent_osd_data_bio +EXPORT_SYMBOL net/ceph/libceph 0x2e35857d ceph_osdc_wait_request +EXPORT_SYMBOL net/ceph/libceph 0x2fe2d529 ceph_monc_got_map +EXPORT_SYMBOL net/ceph/libceph 0x30ec02ba ceph_cls_lock_info +EXPORT_SYMBOL net/ceph/libceph 0x34b8511f osd_req_op_cls_request_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x35070b9a ceph_compare_options +EXPORT_SYMBOL net/ceph/libceph 0x3524c308 ceph_find_or_create_string +EXPORT_SYMBOL net/ceph/libceph 0x3746c25c ceph_oloc_destroy +EXPORT_SYMBOL net/ceph/libceph 0x37afadd6 osd_req_op_extent_update +EXPORT_SYMBOL net/ceph/libceph 0x37d54600 ceph_msg_new2 +EXPORT_SYMBOL net/ceph/libceph 0x38f2d94e ceph_file_to_extents +EXPORT_SYMBOL net/ceph/libceph 0x39c72f41 ceph_msg_data_add_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x3a34ba17 ceph_wait_for_latest_osdmap +EXPORT_SYMBOL net/ceph/libceph 0x3aed2923 ceph_reset_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x3c514808 ceph_osdc_unwatch +EXPORT_SYMBOL net/ceph/libceph 0x3c8d7111 ceph_get_num_objects +EXPORT_SYMBOL net/ceph/libceph 0x3d54ff2a ceph_con_keepalive +EXPORT_SYMBOL net/ceph/libceph 0x41853f29 ceph_print_client_options +EXPORT_SYMBOL net/ceph/libceph 0x42852947 ceph_msg_dump +EXPORT_SYMBOL net/ceph/libceph 0x43cf1430 ceph_parse_mon_ips +EXPORT_SYMBOL net/ceph/libceph 0x449756b9 osd_req_op_extent_osd_data_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x466b85b8 libceph_compatible +EXPORT_SYMBOL net/ceph/libceph 0x484fa03d ceph_osdc_update_epoch_barrier +EXPORT_SYMBOL net/ceph/libceph 0x4affd6c2 ceph_parse_fsid +EXPORT_SYMBOL net/ceph/libceph 0x4b3f2a22 ceph_con_init +EXPORT_SYMBOL net/ceph/libceph 0x4d1992e5 ceph_msg_put +EXPORT_SYMBOL net/ceph/libceph 0x50603ce3 ceph_decode_entity_addrvec +EXPORT_SYMBOL net/ceph/libceph 0x515126c5 osd_req_op_extent_osd_iter +EXPORT_SYMBOL net/ceph/libceph 0x516bc834 ceph_osdc_notify_ack +EXPORT_SYMBOL net/ceph/libceph 0x52b99042 ceph_cls_unlock +EXPORT_SYMBOL net/ceph/libceph 0x52e131f0 ceph_pagelist_release +EXPORT_SYMBOL net/ceph/libceph 0x5323a4ea ceph_msg_data_add_pagelist +EXPORT_SYMBOL net/ceph/libceph 0x53ac438e osd_req_op_cls_request_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x57baf885 ceph_str_hash +EXPORT_SYMBOL net/ceph/libceph 0x5aeeee62 ceph_oid_aprintf +EXPORT_SYMBOL net/ceph/libceph 0x5ce025a7 ceph_client_addr +EXPORT_SYMBOL net/ceph/libceph 0x5d1c0ca5 ceph_auth_is_authenticated +EXPORT_SYMBOL net/ceph/libceph 0x5f287c47 ceph_copy_from_page_vector +EXPORT_SYMBOL net/ceph/libceph 0x63758856 ceph_str_hash_name +EXPORT_SYMBOL net/ceph/libceph 0x6424e70c osd_req_op_xattr_init +EXPORT_SYMBOL net/ceph/libceph 0x6a23001f osd_req_op_cls_init +EXPORT_SYMBOL net/ceph/libceph 0x6a7a38a0 ceph_pr_addr +EXPORT_SYMBOL net/ceph/libceph 0x6ac9c9b2 osd_req_op_extent_osd_data_bvecs +EXPORT_SYMBOL net/ceph/libceph 0x6c9ee91e osd_req_op_extent_dup_last +EXPORT_SYMBOL net/ceph/libceph 0x6ea7cadb osd_req_op_extent_osd_data_pages +EXPORT_SYMBOL net/ceph/libceph 0x71cf8234 ceph_cls_lock +EXPORT_SYMBOL net/ceph/libceph 0x7790a91c ceph_pagelist_append +EXPORT_SYMBOL net/ceph/libceph 0x79144669 ceph_msg_data_add_pages +EXPORT_SYMBOL net/ceph/libceph 0x7c41a454 ceph_osdc_start_request +EXPORT_SYMBOL net/ceph/libceph 0x8031bb01 ceph_client_gid +EXPORT_SYMBOL net/ceph/libceph 0x8111e973 ceph_pg_poolid_by_name +EXPORT_SYMBOL net/ceph/libceph 0x81d82bea ceph_pagelist_truncate +EXPORT_SYMBOL net/ceph/libceph 0x824a1b73 ceph_cls_set_cookie +EXPORT_SYMBOL net/ceph/libceph 0x835aef8a ceph_parse_param +EXPORT_SYMBOL net/ceph/libceph 0x8375650f ceph_pagelist_reserve +EXPORT_SYMBOL net/ceph/libceph 0x840c2db9 ceph_osdc_alloc_request +EXPORT_SYMBOL net/ceph/libceph 0x86fca7e4 ceph_put_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x8b0b4b7a ceph_auth_invalidate_authorizer +EXPORT_SYMBOL net/ceph/libceph 0x8e03ac6c ceph_cls_assert_locked +EXPORT_SYMBOL net/ceph/libceph 0x96e6da80 ceph_osdc_alloc_messages +EXPORT_SYMBOL net/ceph/libceph 0x987d3968 ceph_alloc_options +EXPORT_SYMBOL net/ceph/libceph 0x99f8f5d1 __ceph_alloc_sparse_ext_map +EXPORT_SYMBOL net/ceph/libceph 0x9b794291 ceph_monc_init +EXPORT_SYMBOL net/ceph/libceph 0x9ca95932 ceph_create_snap_context +EXPORT_SYMBOL net/ceph/libceph 0x9fefa3cb ceph_calc_file_object_mapping +EXPORT_SYMBOL net/ceph/libceph 0xa007e2c5 ceph_osdc_notify +EXPORT_SYMBOL net/ceph/libceph 0xa0611a45 ceph_monc_blocklist_add +EXPORT_SYMBOL net/ceph/libceph 0xa11b6e96 ceph_alloc_page_vector +EXPORT_SYMBOL net/ceph/libceph 0xa125b80a ceph_osdc_get_request +EXPORT_SYMBOL net/ceph/libceph 0xa376f5df ceph_pagelist_alloc +EXPORT_SYMBOL net/ceph/libceph 0xa4967e14 ceph_osdc_abort_requests +EXPORT_SYMBOL net/ceph/libceph 0xa58b7e99 ceph_pg_to_acting_primary +EXPORT_SYMBOL net/ceph/libceph 0xa698f998 ceph_free_lockers +EXPORT_SYMBOL net/ceph/libceph 0xa6e1e304 ceph_auth_handle_svc_reply_done +EXPORT_SYMBOL net/ceph/libceph 0xa6ee5b6a ceph_osdc_maybe_request_map +EXPORT_SYMBOL net/ceph/libceph 0xa9e5c364 osd_req_op_copy_from_init +EXPORT_SYMBOL net/ceph/libceph 0xaad40ed1 ceph_auth_verify_authorizer_reply +EXPORT_SYMBOL net/ceph/libceph 0xad703657 ceph_auth_destroy_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xad7ebaf1 ceph_con_open +EXPORT_SYMBOL net/ceph/libceph 0xaf3a5b5f ceph_osdc_flush_notifies +EXPORT_SYMBOL net/ceph/libceph 0xafb8a407 ceph_msgr_flush +EXPORT_SYMBOL net/ceph/libceph 0xb089d0a9 osd_req_op_extent_osd_data +EXPORT_SYMBOL net/ceph/libceph 0xb54676fa ceph_msg_type_name +EXPORT_SYMBOL net/ceph/libceph 0xb5f2e68f ceph_osdc_cancel_request +EXPORT_SYMBOL net/ceph/libceph 0xb61b167c ceph_msg_new +EXPORT_SYMBOL net/ceph/libceph 0xb72c162e ceph_buffer_release +EXPORT_SYMBOL net/ceph/libceph 0xb8028006 ceph_object_locator_to_pg +EXPORT_SYMBOL net/ceph/libceph 0xbc98cee2 ceph_oloc_copy +EXPORT_SYMBOL net/ceph/libceph 0xbe3879aa ceph_get_snap_context +EXPORT_SYMBOL net/ceph/libceph 0xc00f5f99 ceph_osdc_clear_abort_err +EXPORT_SYMBOL net/ceph/libceph 0xc81f9004 ceph_auth_get_authorizer +EXPORT_SYMBOL net/ceph/libceph 0xc92cc1ee osd_req_op_extent_init +EXPORT_SYMBOL net/ceph/libceph 0xca80437b ceph_extent_to_file +EXPORT_SYMBOL net/ceph/libceph 0xcab25d94 ceph_pg_pool_name_by_id +EXPORT_SYMBOL net/ceph/libceph 0xcc521f98 ceph_monc_open_session +EXPORT_SYMBOL net/ceph/libceph 0xccf18a06 osd_req_op_cls_request_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xcdfcbb54 ceph_monc_get_version_async +EXPORT_SYMBOL net/ceph/libceph 0xd1008d67 ceph_monc_do_statfs +EXPORT_SYMBOL net/ceph/libceph 0xd4d736db ceph_destroy_options +EXPORT_SYMBOL net/ceph/libceph 0xd4eb7735 ceph_decode_entity_addr +EXPORT_SYMBOL net/ceph/libceph 0xdbc40a56 ceph_osdc_sync +EXPORT_SYMBOL net/ceph/libceph 0xdeddd368 ceph_pagelist_free_reserve +EXPORT_SYMBOL net/ceph/libceph 0xdf6ef4a1 ceph_oid_printf +EXPORT_SYMBOL net/ceph/libceph 0xdfc091f9 ceph_entity_type_name +EXPORT_SYMBOL net/ceph/libceph 0xe0d6a8fe ceph_zero_page_vector_range +EXPORT_SYMBOL net/ceph/libceph 0xe2ee1be3 ceph_cls_break_lock +EXPORT_SYMBOL net/ceph/libceph 0xe5c39f2c ceph_osdc_list_watchers +EXPORT_SYMBOL net/ceph/libceph 0xe64161fe ceph_monc_stop +EXPORT_SYMBOL net/ceph/libceph 0xe76bc685 ceph_destroy_client +EXPORT_SYMBOL net/ceph/libceph 0xe7c1fa2e osd_req_op_cls_response_data_pages +EXPORT_SYMBOL net/ceph/libceph 0xe85108a4 ceph_buffer_new +EXPORT_SYMBOL net/ceph/libceph 0xed67c050 osd_req_op_extent_osd_data_bvec_pos +EXPORT_SYMBOL net/ceph/libceph 0xee120c03 ceph_release_string +EXPORT_SYMBOL net/ceph/libceph 0xeef6cfa3 ceph_iterate_extents +EXPORT_SYMBOL net/ceph/libceph 0xef7e156c ceph_monc_renew_subs +EXPORT_SYMBOL net/ceph/libceph 0xf254297e ceph_addr_is_blank +EXPORT_SYMBOL net/ceph/libceph 0xf41b792c osd_req_op_init +EXPORT_SYMBOL net/ceph/libceph 0xf42138af ceph_osdc_put_request +EXPORT_SYMBOL net/ceph/libceph 0xf48209d6 ceph_open_session +EXPORT_SYMBOL net/ceph/libceph 0xf56c7d75 ceph_monc_want_map +EXPORT_SYMBOL net/ceph/libceph 0xf879a6ff ceph_con_close +EXPORT_SYMBOL net/ceph/libceph 0xfac199b9 ceph_auth_handle_svc_reply_more +EXPORT_SYMBOL net/ceph/libceph 0xfcee7ce2 ceph_monc_validate_auth +EXPORT_SYMBOL net/ceph/libceph 0xfdfc26b4 ceph_osdc_watch +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x0403fe68 dccp_syn_ack_timeout +EXPORT_SYMBOL net/dccp/dccp_ipv4 0x4c00625d dccp_req_err +EXPORT_SYMBOL net/ipv4/fou 0x1c760698 __gue_build_header +EXPORT_SYMBOL net/ipv4/fou 0x3899cd11 gue_encap_hlen +EXPORT_SYMBOL net/ipv4/fou 0xdef70806 fou_encap_hlen +EXPORT_SYMBOL net/ipv4/fou 0xe3146da8 __fou_build_header +EXPORT_SYMBOL net/ipv4/gre 0xa7f7e594 gre_parse_header +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x061a5092 ip_tunnel_get_link_net +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x4bc8c7c9 ip_tunnel_encap_del_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0x9664dcee ip_tunnel_encap_add_ops +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xf3271f9d ip_tunnel_get_iflink +EXPORT_SYMBOL net/ipv4/ip_tunnel 0xf91299e5 ip_tunnel_md_udp_encap +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x184114a8 arpt_register_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x1ad51b57 arpt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0x9b2c2d27 arpt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/arp_tables 0xaef3a508 arpt_unregister_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x26e4665a ipt_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x7fc33e14 ipt_unregister_table_exit +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0x886fbe60 ipt_do_table +EXPORT_SYMBOL net/ipv4/netfilter/ip_tables 0xb447ca41 ipt_register_table +EXPORT_SYMBOL net/ipv4/tunnel4 0xa727b1a5 xfrm4_tunnel_deregister +EXPORT_SYMBOL net/ipv4/tunnel4 0xc6f0a4d3 xfrm4_tunnel_register +EXPORT_SYMBOL net/ipv4/udp_tunnel 0x6d21819a udp_sock_create4 +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x0c5a7efa ip6_tnl_get_cap +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x4692a764 ip6_tnl_get_link_net +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x7a220d86 ip6_tnl_encap_del_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x950ea1d2 ip6_tnl_encap_add_ops +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0x9ac2b2ce ip6_tnl_xmit +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xa787bdc2 ip6_tnl_get_iflink +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xa7f6eaf6 ip6_tnl_rcv +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xb2ddeafc ip6_tnl_change_mtu +EXPORT_SYMBOL net/ipv6/ip6_tunnel 0xf267063d ip6_tnl_parse_tlv_enc_lim +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x57868a14 ip6t_register_table +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x631493bf ip6t_unregister_table_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0x7ab1f466 ip6t_unregister_table_pre_exit +EXPORT_SYMBOL net/ipv6/netfilter/ip6_tables 0xbe64080f ip6t_do_table +EXPORT_SYMBOL net/ipv6/tunnel6 0x62ba4d85 xfrm6_tunnel_register +EXPORT_SYMBOL net/ipv6/tunnel6 0xa5b3e821 xfrm6_tunnel_deregister +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0x3d0bd109 xfrm6_tunnel_spi_lookup +EXPORT_SYMBOL net/ipv6/xfrm6_tunnel 0xf5913141 xfrm6_tunnel_alloc_spi +EXPORT_SYMBOL net/llc/llc 0x38b92846 llc_remove_pack +EXPORT_SYMBOL net/llc/llc 0x52d7b2fd llc_sap_list +EXPORT_SYMBOL net/llc/llc 0x581b8063 llc_add_pack +EXPORT_SYMBOL net/llc/llc 0x5d53cec0 llc_sap_close +EXPORT_SYMBOL net/llc/llc 0x5df211d9 llc_set_station_handler +EXPORT_SYMBOL net/llc/llc 0x7a4be9e0 llc_mac_hdr_init +EXPORT_SYMBOL net/llc/llc 0xc25a217d llc_sap_find +EXPORT_SYMBOL net/llc/llc 0xd482195a llc_build_and_send_ui_pkt +EXPORT_SYMBOL net/llc/llc 0xf31f8878 llc_sap_open +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x0c4cb321 ip_vs_scheduler_err +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x164cf180 unregister_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x1cbc41d2 ip_vs_proto_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x2f1c4e91 unregister_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x3efad701 ip_vs_tcp_conn_listen +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x48f19e2f ip_vs_conn_new +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x4f403b44 ip_vs_conn_in_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x51580978 ip_vs_conn_out_get +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x7c38cd74 ip_vs_conn_put +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x7f0e7fe8 register_ip_vs_app_inc +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x7f42e197 register_ip_vs_scheduler +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0x9d823f9b ip_vs_nfct_expect_related +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xbd310f0e register_ip_vs_app +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xc8b070d8 ip_vs_new_conn_out +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd831a1a2 ip_vs_proto_name +EXPORT_SYMBOL net/netfilter/ipvs/ip_vs 0xd918d27a ip_vs_proto_data_get +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x3b08a8f0 nf_ct_destroy +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x7eac4ab0 nf_ct_ext_add +EXPORT_SYMBOL net/netfilter/nf_conntrack 0x89d99ee1 __nf_ct_ext_find +EXPORT_SYMBOL net/netfilter/nf_conntrack_pptp 0xf2a36612 pptp_msg_name +EXPORT_SYMBOL net/netfilter/nf_nat 0x329a1980 __nf_nat_mangle_tcp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0x97e823fc nf_nat_follow_master +EXPORT_SYMBOL net/netfilter/nf_nat 0xc62ba192 nf_nat_mangle_udp_packet +EXPORT_SYMBOL net/netfilter/nf_nat 0xf07dd79b nf_nat_setup_info +EXPORT_SYMBOL net/netfilter/nft_fib 0x46170f23 nft_fib_policy +EXPORT_SYMBOL net/netfilter/x_tables 0x0d7f5fcd xt_alloc_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x13603f97 xt_unregister_target +EXPORT_SYMBOL net/netfilter/x_tables 0x3bf9d084 xt_check_table_hooks +EXPORT_SYMBOL net/netfilter/x_tables 0x48012e28 xt_check_proc_name +EXPORT_SYMBOL net/netfilter/x_tables 0x50873741 xt_compat_init_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0x51c406ea xt_find_table +EXPORT_SYMBOL net/netfilter/x_tables 0x54534477 xt_register_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x5c37aeec xt_unregister_matches +EXPORT_SYMBOL net/netfilter/x_tables 0x60c3fb46 xt_register_match +EXPORT_SYMBOL net/netfilter/x_tables 0x95e8eeca xt_unregister_match +EXPORT_SYMBOL net/netfilter/x_tables 0x977fd4bf xt_alloc_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xa25fc115 xt_compat_check_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0xb8ff2983 xt_unregister_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xcb3e91cc xt_counters_alloc +EXPORT_SYMBOL net/netfilter/x_tables 0xd459d323 xt_find_match +EXPORT_SYMBOL net/netfilter/x_tables 0xd87ae60d xt_check_entry_offsets +EXPORT_SYMBOL net/netfilter/x_tables 0xdf2a07a5 xt_register_targets +EXPORT_SYMBOL net/netfilter/x_tables 0xe204e042 xt_free_table_info +EXPORT_SYMBOL net/netfilter/x_tables 0xe98bf910 xt_register_target +EXPORT_SYMBOL net/netfilter/x_tables 0xfef779fa xt_find_jump_offset +EXPORT_SYMBOL net/rxrpc/rxrpc 0x1a1e0faf rxrpc_kernel_set_tx_length +EXPORT_SYMBOL net/rxrpc/rxrpc 0x1b1e9271 rxrpc_kernel_set_max_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x1c9161da rxrpc_sock_set_min_security_level +EXPORT_SYMBOL net/rxrpc/rxrpc 0x210ca5c8 rxrpc_get_server_data_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x31bf3ca3 rxrpc_debug_id +EXPORT_SYMBOL net/rxrpc/rxrpc 0x6afe3827 rxrpc_kernel_get_srtt +EXPORT_SYMBOL net/rxrpc/rxrpc 0x7ceebaa5 rxrpc_kernel_get_epoch +EXPORT_SYMBOL net/rxrpc/rxrpc 0x7d006811 rxrpc_kernel_check_life +EXPORT_SYMBOL net/rxrpc/rxrpc 0x7dacb885 rxrpc_kernel_shutdown_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x9081387a rxrpc_sock_set_security_keyring +EXPORT_SYMBOL net/rxrpc/rxrpc 0x93371916 rxrpc_get_null_key +EXPORT_SYMBOL net/rxrpc/rxrpc 0x9619537b rxrpc_kernel_abort_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x9be9b572 rxrpc_kernel_begin_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0x9c751f22 rxrpc_kernel_new_call_notification +EXPORT_SYMBOL net/rxrpc/rxrpc 0xaddbd319 rxrpc_kernel_charge_accept +EXPORT_SYMBOL net/rxrpc/rxrpc 0xc44be7c4 rxrpc_kernel_put_call +EXPORT_SYMBOL net/rxrpc/rxrpc 0xc8bfa2a3 rxrpc_kernel_recv_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0xdbc69a71 key_type_rxrpc +EXPORT_SYMBOL net/rxrpc/rxrpc 0xdf494526 rxrpc_kernel_send_data +EXPORT_SYMBOL net/rxrpc/rxrpc 0xf48c4c8d rxrpc_kernel_get_peer +EXPORT_SYMBOL net/sctp/sctp 0x116e321f sctp_do_peeloff +EXPORT_SYMBOL net/smc/smc 0x0d5aa9b4 __traceiter_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0x2b3ea133 __traceiter_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0x3153cc92 __SCK__tp_func_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0x76446857 __traceiter_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0x76da5303 __tracepoint_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0xa053541c __tracepoint_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xb3f2d173 __SCK__tp_func_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xd0ef26b8 __traceiter_smc_rx_recvmsg +EXPORT_SYMBOL net/smc/smc 0xd24addfc __tracepoint_smc_switch_to_fallback +EXPORT_SYMBOL net/smc/smc 0xe7dacb8d __SCK__tp_func_smcr_link_down +EXPORT_SYMBOL net/smc/smc 0xf47b4ee2 __tracepoint_smc_tx_sendmsg +EXPORT_SYMBOL net/smc/smc 0xfb8cae0f __SCK__tp_func_smc_switch_to_fallback +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x3c92a35a gss_pseudoflavor_to_service +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0x9a534275 gss_mech_get +EXPORT_SYMBOL net/sunrpc/auth_gss/auth_rpcgss 0xf1c8a879 gss_mech_put +EXPORT_SYMBOL net/sunrpc/sunrpc 0x074c3fe1 xdr_restrict_buflen +EXPORT_SYMBOL net/sunrpc/sunrpc 0x19bc8c01 xdr_truncate_encode +EXPORT_SYMBOL net/sunrpc/sunrpc 0xadb6e5dd svc_pool_stats_open +EXPORT_SYMBOL net/tipc/tipc 0x4e22e123 tipc_nl_sk_walk +EXPORT_SYMBOL net/tipc/tipc 0x795e416f tipc_sk_fill_sock_diag +EXPORT_SYMBOL net/tipc/tipc 0xc0c103d3 tipc_dump_start +EXPORT_SYMBOL net/tipc/tipc 0xf3f9d2c4 tipc_dump_done +EXPORT_SYMBOL net/tls/tls 0x43fc616d tls_get_record +EXPORT_SYMBOL vmlinux 0x0006ee5a unregister_quota_format +EXPORT_SYMBOL vmlinux 0x0029a606 proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x003c451d generic_write_checks_count +EXPORT_SYMBOL vmlinux 0x0045ec06 tty_register_ldisc +EXPORT_SYMBOL vmlinux 0x004733c1 vmf_insert_mixed +EXPORT_SYMBOL vmlinux 0x006e114b __kernel_fpu_end +EXPORT_SYMBOL vmlinux 0x00a033a6 generic_file_open +EXPORT_SYMBOL vmlinux 0x00a813ed __inode_add_bytes +EXPORT_SYMBOL vmlinux 0x00b4e615 posix_acl_equiv_mode +EXPORT_SYMBOL vmlinux 0x00d8e84a mtree_alloc_rrange +EXPORT_SYMBOL vmlinux 0x00f10434 netif_tx_stop_all_queues +EXPORT_SYMBOL vmlinux 0x00f4a223 _ebc_toupper +EXPORT_SYMBOL vmlinux 0x00f51fdd sockopt_ns_capable +EXPORT_SYMBOL vmlinux 0x01000e51 schedule +EXPORT_SYMBOL vmlinux 0x0109f8f1 inet_stream_ops +EXPORT_SYMBOL vmlinux 0x012f76c2 d_alloc_parallel +EXPORT_SYMBOL vmlinux 0x01372b97 complete_request_key +EXPORT_SYMBOL vmlinux 0x014716eb hdmi_vendor_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x0147812c kblockd_mod_delayed_work_on +EXPORT_SYMBOL vmlinux 0x014dc4cf config_item_init_type_name +EXPORT_SYMBOL vmlinux 0x01585ca5 _atomic_dec_and_raw_lock +EXPORT_SYMBOL vmlinux 0x01757935 rdmacg_register_device +EXPORT_SYMBOL vmlinux 0x017de3d5 nr_cpu_ids +EXPORT_SYMBOL vmlinux 0x018991ff netif_carrier_on +EXPORT_SYMBOL vmlinux 0x019195ce eth_header_cache +EXPORT_SYMBOL vmlinux 0x01a20ede radix_tree_tag_set +EXPORT_SYMBOL vmlinux 0x01b065f8 tcp_conn_request +EXPORT_SYMBOL vmlinux 0x01bf55fc paddr_vmcoreinfo_note +EXPORT_SYMBOL vmlinux 0x01c478f9 flow_rule_match_arp +EXPORT_SYMBOL vmlinux 0x01c8e2af __ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0x01e65244 __f_setown +EXPORT_SYMBOL vmlinux 0x0204ae99 __sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x0209f3a7 secure_ipv6_port_ephemeral +EXPORT_SYMBOL vmlinux 0x020dbf27 bitmap_alloc +EXPORT_SYMBOL vmlinux 0x020f9fe1 pci_request_regions +EXPORT_SYMBOL vmlinux 0x021228c7 posix_acl_from_xattr +EXPORT_SYMBOL vmlinux 0x022ef746 sock_release +EXPORT_SYMBOL vmlinux 0x02318f7c tcp_v4_connect +EXPORT_SYMBOL vmlinux 0x0231f947 __skb_pad +EXPORT_SYMBOL vmlinux 0x023317a7 __netdev_alloc_skb +EXPORT_SYMBOL vmlinux 0x0242d5ec kbd_keycode +EXPORT_SYMBOL vmlinux 0x02536be5 rdmacg_uncharge +EXPORT_SYMBOL vmlinux 0x02731411 blk_set_queue_depth +EXPORT_SYMBOL vmlinux 0x0274dc2b netif_get_num_default_rss_queues +EXPORT_SYMBOL vmlinux 0x027d8826 fwnode_get_mac_address +EXPORT_SYMBOL vmlinux 0x0296695f refcount_warn_saturate +EXPORT_SYMBOL vmlinux 0x02a5fb5d dquot_disable +EXPORT_SYMBOL vmlinux 0x02aa5653 proc_doulongvec_ms_jiffies_minmax +EXPORT_SYMBOL vmlinux 0x02ca22a8 hex_dump_to_buffer +EXPORT_SYMBOL vmlinux 0x02caf124 inet_sendmsg +EXPORT_SYMBOL vmlinux 0x02cf8c29 dmam_free_coherent +EXPORT_SYMBOL vmlinux 0x02d23af8 param_get_ulong +EXPORT_SYMBOL vmlinux 0x02f034a1 xz_dec_run +EXPORT_SYMBOL vmlinux 0x02f4d77f __SCK__tp_func_s390_cio_tpi +EXPORT_SYMBOL vmlinux 0x0332c029 kmalloc_size_roundup +EXPORT_SYMBOL vmlinux 0x0334da4e scsi_command_size_tbl +EXPORT_SYMBOL vmlinux 0x034a7afe idr_destroy +EXPORT_SYMBOL vmlinux 0x035ade66 sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x035d25ab memcg_kmem_online_key +EXPORT_SYMBOL vmlinux 0x0360d67f make_flow_keys_digest +EXPORT_SYMBOL vmlinux 0x0365f229 genphy_soft_reset +EXPORT_SYMBOL vmlinux 0x0366307a console_suspend_enabled +EXPORT_SYMBOL vmlinux 0x036cce78 tty_termios_input_baud_rate +EXPORT_SYMBOL vmlinux 0x03799d18 simple_statfs +EXPORT_SYMBOL vmlinux 0x037a0cba kfree +EXPORT_SYMBOL vmlinux 0x037f49c9 sock_register +EXPORT_SYMBOL vmlinux 0x038762c8 idr_get_next_ul +EXPORT_SYMBOL vmlinux 0x0388eaac copy_page_from_iter_atomic +EXPORT_SYMBOL vmlinux 0x0397edd5 fb_edid_to_monspecs +EXPORT_SYMBOL vmlinux 0x03b814ca bpf_dispatcher_xdp_func +EXPORT_SYMBOL vmlinux 0x03c2623d tty_write_room +EXPORT_SYMBOL vmlinux 0x03d2240c add_virt_timer_periodic +EXPORT_SYMBOL vmlinux 0x03db46d0 d_splice_alias +EXPORT_SYMBOL vmlinux 0x03db625b param_set_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x03f1c8ef dst_dev_put +EXPORT_SYMBOL vmlinux 0x03fd2571 vm_unmap_ram +EXPORT_SYMBOL vmlinux 0x03fea8b9 input_setup_polling +EXPORT_SYMBOL vmlinux 0x042f3f7a __module_get +EXPORT_SYMBOL vmlinux 0x04377c9b __nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x044154c6 tc_skb_ext_tc +EXPORT_SYMBOL vmlinux 0x0441c78a jbd2_journal_init_dev +EXPORT_SYMBOL vmlinux 0x04444662 lockref_get_not_dead +EXPORT_SYMBOL vmlinux 0x04482cdb __refrigerator +EXPORT_SYMBOL vmlinux 0x044f0ad9 get_random_u16 +EXPORT_SYMBOL vmlinux 0x046b4978 pci_scan_root_bus +EXPORT_SYMBOL vmlinux 0x047428b1 phy_attach +EXPORT_SYMBOL vmlinux 0x0479aac1 seq_list_next_rcu +EXPORT_SYMBOL vmlinux 0x048f2afc tty_port_init +EXPORT_SYMBOL vmlinux 0x049495b3 tcp_get_md5sig_pool +EXPORT_SYMBOL vmlinux 0x049f7b1f inode_set_flags +EXPORT_SYMBOL vmlinux 0x04af24b7 sk_stream_error +EXPORT_SYMBOL vmlinux 0x04c23734 get_user_pages_remote +EXPORT_SYMBOL vmlinux 0x04c294a0 debug_register_mode +EXPORT_SYMBOL vmlinux 0x04c68fbe f_setown +EXPORT_SYMBOL vmlinux 0x04dcd224 bdi_alloc +EXPORT_SYMBOL vmlinux 0x05240ee7 percpu_counter_batch +EXPORT_SYMBOL vmlinux 0x052ec797 dev_set_mac_address +EXPORT_SYMBOL vmlinux 0x05383a19 dquot_initialize_needed +EXPORT_SYMBOL vmlinux 0x054496b4 schedule_timeout_interruptible +EXPORT_SYMBOL vmlinux 0x056bcf7b dm_read_arg +EXPORT_SYMBOL vmlinux 0x0572b255 copy_page_to_iter_nofault +EXPORT_SYMBOL vmlinux 0x0584d4ac __traceiter_s390_cio_ssch +EXPORT_SYMBOL vmlinux 0x05a4c2be mdiobus_setup_mdiodev_from_board_info +EXPORT_SYMBOL vmlinux 0x05b6ae9d pcie_capability_read_word +EXPORT_SYMBOL vmlinux 0x05c03f4f proc_set_user +EXPORT_SYMBOL vmlinux 0x05d72a59 reuseport_detach_sock +EXPORT_SYMBOL vmlinux 0x05dd0f91 __lshrti3 +EXPORT_SYMBOL vmlinux 0x05ea37bd cdrom_open +EXPORT_SYMBOL vmlinux 0x05edb2b2 dqput +EXPORT_SYMBOL vmlinux 0x060749ed netif_set_tso_max_size +EXPORT_SYMBOL vmlinux 0x061651be strcat +EXPORT_SYMBOL vmlinux 0x06277131 xfrm6_rcv +EXPORT_SYMBOL vmlinux 0x062cc2e0 truncate_inode_pages +EXPORT_SYMBOL vmlinux 0x063015d4 gen_pool_first_fit_align +EXPORT_SYMBOL vmlinux 0x0634100a bitmap_parselist_user +EXPORT_SYMBOL vmlinux 0x063a6b31 kstrtouint_from_user +EXPORT_SYMBOL vmlinux 0x0653057c dm_table_run_md_queue_async +EXPORT_SYMBOL vmlinux 0x0668b595 _kstrtoul +EXPORT_SYMBOL vmlinux 0x067ebe1d param_get_int +EXPORT_SYMBOL vmlinux 0x06a978d9 xfrm_lookup_with_ifid +EXPORT_SYMBOL vmlinux 0x06b83806 kernel_param_unlock +EXPORT_SYMBOL vmlinux 0x06ce98f2 raw3270_read_modified_cb +EXPORT_SYMBOL vmlinux 0x06d11488 __bitmap_equal +EXPORT_SYMBOL vmlinux 0x06fc2bf4 phy_attached_info +EXPORT_SYMBOL vmlinux 0x07098248 xz_dec_microlzma_alloc +EXPORT_SYMBOL vmlinux 0x07297511 crc_t10dif_update +EXPORT_SYMBOL vmlinux 0x072ca8ab seq_release +EXPORT_SYMBOL vmlinux 0x0736c3ff fault_in_safe_writeable +EXPORT_SYMBOL vmlinux 0x07454877 ip_mc_check_igmp +EXPORT_SYMBOL vmlinux 0x0749566b dev_addr_add +EXPORT_SYMBOL vmlinux 0x075ad837 __zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0x0777d101 tc_setup_cb_reoffload +EXPORT_SYMBOL vmlinux 0x07965889 nla_put +EXPORT_SYMBOL vmlinux 0x07a890c8 fb_alloc_cmap +EXPORT_SYMBOL vmlinux 0x07b19270 locks_lock_inode_wait +EXPORT_SYMBOL vmlinux 0x07cc4a5d printk_timed_ratelimit +EXPORT_SYMBOL vmlinux 0x07d84e4e bd_abort_claiming +EXPORT_SYMBOL vmlinux 0x07f57478 pci_unmap_iospace +EXPORT_SYMBOL vmlinux 0x0800473f __cond_resched +EXPORT_SYMBOL vmlinux 0x0805f2c8 ecryptfs_get_auth_tok_key +EXPORT_SYMBOL vmlinux 0x081ac164 from_kgid +EXPORT_SYMBOL vmlinux 0x082c3213 pci_root_buses +EXPORT_SYMBOL vmlinux 0x083284a8 generic_perform_write +EXPORT_SYMBOL vmlinux 0x0838ac96 xfrm_policy_register_afinfo +EXPORT_SYMBOL vmlinux 0x083b6775 scsi_target_quiesce +EXPORT_SYMBOL vmlinux 0x08456553 match_string +EXPORT_SYMBOL vmlinux 0x084f7de0 __folio_alloc +EXPORT_SYMBOL vmlinux 0x086153fd unlock_two_nondirectories +EXPORT_SYMBOL vmlinux 0x0870efe3 jent_testing_exit +EXPORT_SYMBOL vmlinux 0x08763ec5 dma_fence_allocate_private_stub +EXPORT_SYMBOL vmlinux 0x08843a29 blk_queue_alignment_offset +EXPORT_SYMBOL vmlinux 0x088c96f6 tcp_parse_md5sig_option +EXPORT_SYMBOL vmlinux 0x089d625b netif_set_tso_max_segs +EXPORT_SYMBOL vmlinux 0x08ab2481 pagecache_isize_extended +EXPORT_SYMBOL vmlinux 0x08ad8521 register_adapter_interrupt +EXPORT_SYMBOL vmlinux 0x08d796ab phy_drivers_register +EXPORT_SYMBOL vmlinux 0x08fb6e7b handle_edge_irq +EXPORT_SYMBOL vmlinux 0x090c1e60 fscrypt_decrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0x090ff82c d_find_alias +EXPORT_SYMBOL vmlinux 0x0920b173 lockref_mark_dead +EXPORT_SYMBOL vmlinux 0x09322f32 mdio_driver_register +EXPORT_SYMBOL vmlinux 0x0937261c tcf_qevent_destroy +EXPORT_SYMBOL vmlinux 0x094effa5 __iucv_message_receive +EXPORT_SYMBOL vmlinux 0x095979d4 d_exact_alias +EXPORT_SYMBOL vmlinux 0x096376d7 netif_receive_skb +EXPORT_SYMBOL vmlinux 0x09647d7d path_is_mountpoint +EXPORT_SYMBOL vmlinux 0x0970102e zstd_compress_bound +EXPORT_SYMBOL vmlinux 0x09769037 dmt_modes +EXPORT_SYMBOL vmlinux 0x09858ee9 ap_send_online_uevent +EXPORT_SYMBOL vmlinux 0x098b71c6 fb_dealloc_cmap +EXPORT_SYMBOL vmlinux 0x098d2008 dev_get_mac_address +EXPORT_SYMBOL vmlinux 0x09910697 skb_flow_dissect_meta +EXPORT_SYMBOL vmlinux 0x099daacd fiemap_prep +EXPORT_SYMBOL vmlinux 0x09b69e9b clean_bdev_aliases +EXPORT_SYMBOL vmlinux 0x09b78842 sg_alloc_table_from_pages_segment +EXPORT_SYMBOL vmlinux 0x09ba861b security_d_instantiate +EXPORT_SYMBOL vmlinux 0x09bf4156 netdev_offload_xstats_push_delta +EXPORT_SYMBOL vmlinux 0x09d44df9 in_lock_functions +EXPORT_SYMBOL vmlinux 0x0a012f73 mb_cache_entry_touch +EXPORT_SYMBOL vmlinux 0x0a12b108 free_inode_nonrcu +EXPORT_SYMBOL vmlinux 0x0a26db43 skb_copy_datagram_iter +EXPORT_SYMBOL vmlinux 0x0a310f69 tcf_em_tree_dump +EXPORT_SYMBOL vmlinux 0x0a3b0d94 raw_copy_from_user +EXPORT_SYMBOL vmlinux 0x0a4fd9c1 bio_copy_data_iter +EXPORT_SYMBOL vmlinux 0x0a770832 register_memory_notifier +EXPORT_SYMBOL vmlinux 0x0a795433 ccw_device_tm_start_key +EXPORT_SYMBOL vmlinux 0x0a7ebc9f alloc_pages +EXPORT_SYMBOL vmlinux 0x0a8106b8 jbd2_journal_unlock_updates +EXPORT_SYMBOL vmlinux 0x0a875a17 rtnl_unicast +EXPORT_SYMBOL vmlinux 0x0a92e835 pci_enable_device +EXPORT_SYMBOL vmlinux 0x0aa309cf synchronize_hardirq +EXPORT_SYMBOL vmlinux 0x0aa3f714 jbd2_wait_inode_data +EXPORT_SYMBOL vmlinux 0x0aaccc92 pci_remap_iospace +EXPORT_SYMBOL vmlinux 0x0aacd352 __kfifo_len_r +EXPORT_SYMBOL vmlinux 0x0ac6e051 __cpuhp_setup_state +EXPORT_SYMBOL vmlinux 0x0af3b6e2 neigh_table_init +EXPORT_SYMBOL vmlinux 0x0b1426f3 sock_alloc_send_pskb +EXPORT_SYMBOL vmlinux 0x0b1af597 tty_driver_flush_buffer +EXPORT_SYMBOL vmlinux 0x0b1beb31 vmalloc_32_user +EXPORT_SYMBOL vmlinux 0x0b260fb1 tcf_action_check_ctrlact +EXPORT_SYMBOL vmlinux 0x0b3da71d seq_write +EXPORT_SYMBOL vmlinux 0x0b742fd7 simple_strtol +EXPORT_SYMBOL vmlinux 0x0b9a81b7 filemap_get_folios +EXPORT_SYMBOL vmlinux 0x0ba0b938 vm_brk +EXPORT_SYMBOL vmlinux 0x0bad271d dma_resv_iter_next_unlocked +EXPORT_SYMBOL vmlinux 0x0bc35367 lock_sock_nested +EXPORT_SYMBOL vmlinux 0x0bc477a2 irq_set_irq_type +EXPORT_SYMBOL vmlinux 0x0bc4911e nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x0bd06d76 udp_lib_get_port +EXPORT_SYMBOL vmlinux 0x0bd394d8 tty_termios_baud_rate +EXPORT_SYMBOL vmlinux 0x0bd82606 scsi_done_direct +EXPORT_SYMBOL vmlinux 0x0bdf3a0f sock_bind_add +EXPORT_SYMBOL vmlinux 0x0bf002f2 tcp_get_cookie_sock +EXPORT_SYMBOL vmlinux 0x0bf52b1b netdev_features_change +EXPORT_SYMBOL vmlinux 0x0c17a68e zlib_dfltcc_support +EXPORT_SYMBOL vmlinux 0x0c25df00 jbd2_transaction_committed +EXPORT_SYMBOL vmlinux 0x0c25ec48 secure_tcpv6_seq +EXPORT_SYMBOL vmlinux 0x0c2ae5d4 __sk_backlog_rcv +EXPORT_SYMBOL vmlinux 0x0c2f5546 pci_irq_get_affinity +EXPORT_SYMBOL vmlinux 0x0c310626 param_ops_int +EXPORT_SYMBOL vmlinux 0x0c333a7f radix_tree_insert +EXPORT_SYMBOL vmlinux 0x0c4cca0a blk_rq_map_kern +EXPORT_SYMBOL vmlinux 0x0c743e1a __splice_from_pipe +EXPORT_SYMBOL vmlinux 0x0c7cf7c6 zero_page_mask +EXPORT_SYMBOL vmlinux 0x0c7d9ec9 param_ops_byte +EXPORT_SYMBOL vmlinux 0x0c8df0f0 mdiobus_c45_read_nested +EXPORT_SYMBOL vmlinux 0x0c904c5b mempool_exit +EXPORT_SYMBOL vmlinux 0x0ca6d3ee sock_init_data +EXPORT_SYMBOL vmlinux 0x0cb11bc7 __SCK__tp_func_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x0cb970cd sock_common_setsockopt +EXPORT_SYMBOL vmlinux 0x0cbd69ec do_clone_file_range +EXPORT_SYMBOL vmlinux 0x0cc0f4c5 __genradix_prealloc +EXPORT_SYMBOL vmlinux 0x0cd5835b ipv6_flowlabel_exclusive +EXPORT_SYMBOL vmlinux 0x0d07f543 get_anon_bdev +EXPORT_SYMBOL vmlinux 0x0d193e0f watchdog_unregister_governor +EXPORT_SYMBOL vmlinux 0x0d31b423 cdrom_ioctl +EXPORT_SYMBOL vmlinux 0x0d470052 input_register_device +EXPORT_SYMBOL vmlinux 0x0d542439 __ipv6_addr_type +EXPORT_SYMBOL vmlinux 0x0d570a0e raw3270_request_reset +EXPORT_SYMBOL vmlinux 0x0d77da42 nf_log_register +EXPORT_SYMBOL vmlinux 0x0d7b36cd seq_dentry +EXPORT_SYMBOL vmlinux 0x0d98521e no_seek_end_llseek +EXPORT_SYMBOL vmlinux 0x0d9f36f4 ethtool_op_get_link +EXPORT_SYMBOL vmlinux 0x0dbc0c8f fput +EXPORT_SYMBOL vmlinux 0x0dd1d876 blk_rq_map_integrity_sg +EXPORT_SYMBOL vmlinux 0x0df84317 netdev_lower_get_next +EXPORT_SYMBOL vmlinux 0x0df862d0 skb_clone_sk +EXPORT_SYMBOL vmlinux 0x0dfcfdb9 __udp_disconnect +EXPORT_SYMBOL vmlinux 0x0e017e3b inet_frag_reasm_finish +EXPORT_SYMBOL vmlinux 0x0e0d8473 truncate_setsize +EXPORT_SYMBOL vmlinux 0x0e15597a param_set_long +EXPORT_SYMBOL vmlinux 0x0e17678a siphash_4u64 +EXPORT_SYMBOL vmlinux 0x0e19029b eth_prepare_mac_addr_change +EXPORT_SYMBOL vmlinux 0x0e1ee435 _copy_from_user_key +EXPORT_SYMBOL vmlinux 0x0e23eb6b tcp_select_initial_window +EXPORT_SYMBOL vmlinux 0x0e33f721 vfs_fileattr_set +EXPORT_SYMBOL vmlinux 0x0e3fb453 param_set_int +EXPORT_SYMBOL vmlinux 0x0e3fda6d neigh_carrier_down +EXPORT_SYMBOL vmlinux 0x0e56b80a __SCK__tp_func_s390_cio_tsch +EXPORT_SYMBOL vmlinux 0x0e661bda xsk_tx_release +EXPORT_SYMBOL vmlinux 0x0e66a3bb inet_protos +EXPORT_SYMBOL vmlinux 0x0ea3c74e tasklet_kill +EXPORT_SYMBOL vmlinux 0x0ea593f6 hdmi_drm_infoframe_init +EXPORT_SYMBOL vmlinux 0x0ea763c3 sclp_sync_wait +EXPORT_SYMBOL vmlinux 0x0ea94878 phy_suspend +EXPORT_SYMBOL vmlinux 0x0eab56fa __kfifo_max_r +EXPORT_SYMBOL vmlinux 0x0eb3d040 udp_gro_receive +EXPORT_SYMBOL vmlinux 0x0eb3d5f5 tag_pages_for_writeback +EXPORT_SYMBOL vmlinux 0x0eb6eb87 add_taint +EXPORT_SYMBOL vmlinux 0x0ec1ba19 skb_copy +EXPORT_SYMBOL vmlinux 0x0ec75836 skb_dequeue +EXPORT_SYMBOL vmlinux 0x0ee4a3f7 tcf_chain_get_by_act +EXPORT_SYMBOL vmlinux 0x0ee61a9b airq_iv_free +EXPORT_SYMBOL vmlinux 0x0ef242c1 _copy_from_iter +EXPORT_SYMBOL vmlinux 0x0efd3977 blk_queue_max_discard_sectors +EXPORT_SYMBOL vmlinux 0x0f0778b6 block_write_begin +EXPORT_SYMBOL vmlinux 0x0f09cc34 schedule_timeout_killable +EXPORT_SYMBOL vmlinux 0x0f1ad8e2 seq_list_start_rcu +EXPORT_SYMBOL vmlinux 0x0f2bffa2 file_modified +EXPORT_SYMBOL vmlinux 0x0f400f2e kfree_skb_partial +EXPORT_SYMBOL vmlinux 0x0f4819be pci_iomap +EXPORT_SYMBOL vmlinux 0x0f63fc1f release_sock +EXPORT_SYMBOL vmlinux 0x0f64a6c0 eth_type_trans +EXPORT_SYMBOL vmlinux 0x0f811fc7 jent_raw_hires_entropy_store +EXPORT_SYMBOL vmlinux 0x0f86f560 kthread_delayed_work_timer_fn +EXPORT_SYMBOL vmlinux 0x0f90db74 fwnode_mdio_find_device +EXPORT_SYMBOL vmlinux 0x0f91ee4f pskb_extract +EXPORT_SYMBOL vmlinux 0x0fa893e1 drop_super +EXPORT_SYMBOL vmlinux 0x0fb2f8a4 mktime64 +EXPORT_SYMBOL vmlinux 0x0fbb4a00 netdev_bind_sb_channel_queue +EXPORT_SYMBOL vmlinux 0x0fc689a7 pcie_get_width_cap +EXPORT_SYMBOL vmlinux 0x0fc7d051 input_get_keycode +EXPORT_SYMBOL vmlinux 0x0fd5c5b2 pci_alloc_irq_vectors +EXPORT_SYMBOL vmlinux 0x0fd902db mb_cache_entry_create +EXPORT_SYMBOL vmlinux 0x0fde9231 napi_gro_receive +EXPORT_SYMBOL vmlinux 0x0fff5afc time64_to_tm +EXPORT_SYMBOL vmlinux 0x10017aa5 kernel_cpustat +EXPORT_SYMBOL vmlinux 0x101334f6 __generic_file_write_iter +EXPORT_SYMBOL vmlinux 0x102524ab dm_unregister_target +EXPORT_SYMBOL vmlinux 0x1035c7c2 __release_region +EXPORT_SYMBOL vmlinux 0x103bafd6 down_read +EXPORT_SYMBOL vmlinux 0x10426720 nexthop_set_hw_flags +EXPORT_SYMBOL vmlinux 0x10497616 memweight +EXPORT_SYMBOL vmlinux 0x1068004b gf128mul_bbe +EXPORT_SYMBOL vmlinux 0x10776fb9 xa_extract +EXPORT_SYMBOL vmlinux 0x107a562f kernel_recvmsg +EXPORT_SYMBOL vmlinux 0x107e5878 zlib_inflateEnd +EXPORT_SYMBOL vmlinux 0x108501e0 inode_update_time +EXPORT_SYMBOL vmlinux 0x1090a951 devm_register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x10970fac flow_block_cb_priv +EXPORT_SYMBOL vmlinux 0x10b0a2da gro_find_receive_by_type +EXPORT_SYMBOL vmlinux 0x10bfa01c jbd2_journal_set_features +EXPORT_SYMBOL vmlinux 0x10c27d20 skb_flow_dissect_hash +EXPORT_SYMBOL vmlinux 0x10d9f885 scsi_sense_desc_find +EXPORT_SYMBOL vmlinux 0x10e6f74a free_contig_range +EXPORT_SYMBOL vmlinux 0x11089ac7 _ctype +EXPORT_SYMBOL vmlinux 0x110db00a napi_complete_done +EXPORT_SYMBOL vmlinux 0x110fcebb mdiobus_get_phy +EXPORT_SYMBOL vmlinux 0x112121f7 __traceiter_s390_cio_chsc +EXPORT_SYMBOL vmlinux 0x11385ec8 dev_disable_lro +EXPORT_SYMBOL vmlinux 0x117093be qdisc_class_hash_init +EXPORT_SYMBOL vmlinux 0x11727c65 dquot_alloc_inode +EXPORT_SYMBOL vmlinux 0x11733892 inode_io_list_del +EXPORT_SYMBOL vmlinux 0x117de45f bio_add_page +EXPORT_SYMBOL vmlinux 0x11840c0b tty_devnum +EXPORT_SYMBOL vmlinux 0x1185c126 pci_clear_master +EXPORT_SYMBOL vmlinux 0x11912831 inet_stream_connect +EXPORT_SYMBOL vmlinux 0x11931a40 qdisc_offload_query_caps +EXPORT_SYMBOL vmlinux 0x11c4b72e security_inode_invalidate_secctx +EXPORT_SYMBOL vmlinux 0x11c6125b single_open +EXPORT_SYMBOL vmlinux 0x11ca1f66 flow_rule_match_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x11d4616b kmem_cache_create_usercopy +EXPORT_SYMBOL vmlinux 0x11de04f7 security_sk_classify_flow +EXPORT_SYMBOL vmlinux 0x11e30762 chacha_block_generic +EXPORT_SYMBOL vmlinux 0x11e6bc68 eth_commit_mac_addr_change +EXPORT_SYMBOL vmlinux 0x1200b0cb eth_platform_get_mac_address +EXPORT_SYMBOL vmlinux 0x120b336a __rb_insert_augmented +EXPORT_SYMBOL vmlinux 0x121e893c sock_init_data_uid +EXPORT_SYMBOL vmlinux 0x12252241 tc_cleanup_offload_action +EXPORT_SYMBOL vmlinux 0x122c3a7e _printk +EXPORT_SYMBOL vmlinux 0x1239fc2d sg_copy_to_buffer +EXPORT_SYMBOL vmlinux 0x123dade0 filemap_fdatawait_range_keep_errors +EXPORT_SYMBOL vmlinux 0x12450ab5 dm_table_get_mode +EXPORT_SYMBOL vmlinux 0x124a44d8 netdev_has_upper_dev +EXPORT_SYMBOL vmlinux 0x124bad4d kstrtobool +EXPORT_SYMBOL vmlinux 0x124f9737 ethtool_virtdev_set_link_ksettings +EXPORT_SYMBOL vmlinux 0x1251a12e console_mode +EXPORT_SYMBOL vmlinux 0x12528831 dquot_quotactl_sysfile_ops +EXPORT_SYMBOL vmlinux 0x12641250 get_phys_clock +EXPORT_SYMBOL vmlinux 0x126c4432 tcp_prot +EXPORT_SYMBOL vmlinux 0x126efceb tcp_stream_memory_free +EXPORT_SYMBOL vmlinux 0x127731cc file_path +EXPORT_SYMBOL vmlinux 0x127d83ea security_locked_down +EXPORT_SYMBOL vmlinux 0x12936cd0 page_pool_put_page_bulk +EXPORT_SYMBOL vmlinux 0x12b3af0a config_group_init_type_name +EXPORT_SYMBOL vmlinux 0x12c90294 handshake_req_submit +EXPORT_SYMBOL vmlinux 0x12cabc89 siphash_2u64 +EXPORT_SYMBOL vmlinux 0x12cdf43b cdev_del +EXPORT_SYMBOL vmlinux 0x12e9dfae inode_init_owner +EXPORT_SYMBOL vmlinux 0x12ee2d64 flow_rule_match_ipv6_addrs +EXPORT_SYMBOL vmlinux 0x12f034c0 console_stop +EXPORT_SYMBOL vmlinux 0x12f6f69c fb_videomode_to_var +EXPORT_SYMBOL vmlinux 0x12f8b235 raw3270_request_set_cmd +EXPORT_SYMBOL vmlinux 0x130627e5 phy_set_max_speed +EXPORT_SYMBOL vmlinux 0x13110126 request_resource +EXPORT_SYMBOL vmlinux 0x13260e21 __ip_options_compile +EXPORT_SYMBOL vmlinux 0x13368b81 netdev_master_upper_dev_get_rcu +EXPORT_SYMBOL vmlinux 0x13498e5f unregister_filesystem +EXPORT_SYMBOL vmlinux 0x137cbb0e tty_unthrottle +EXPORT_SYMBOL vmlinux 0x138168a2 flow_block_cb_alloc +EXPORT_SYMBOL vmlinux 0x13991990 padata_do_parallel +EXPORT_SYMBOL vmlinux 0x13bdfd48 phy_attached_info_irq +EXPORT_SYMBOL vmlinux 0x13c847d3 skb_queue_head +EXPORT_SYMBOL vmlinux 0x13d0adf7 __kfifo_out +EXPORT_SYMBOL vmlinux 0x13d46dbf __skb_get_hash +EXPORT_SYMBOL vmlinux 0x13d928f5 __SCK__tp_func_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x13d929a0 __cond_resched_lock +EXPORT_SYMBOL vmlinux 0x13de420e __sync_dirty_buffer +EXPORT_SYMBOL vmlinux 0x13e6602f pci_iomap_wc_range +EXPORT_SYMBOL vmlinux 0x13feb5a6 devm_kvasprintf +EXPORT_SYMBOL vmlinux 0x141272e2 pci_unmap_rom +EXPORT_SYMBOL vmlinux 0x141903e6 ap_send +EXPORT_SYMBOL vmlinux 0x1422d185 set_groups +EXPORT_SYMBOL vmlinux 0x1423971d __bio_advance +EXPORT_SYMBOL vmlinux 0x144c23b2 pcim_iomap +EXPORT_SYMBOL vmlinux 0x144f2bd5 skb_checksum_help +EXPORT_SYMBOL vmlinux 0x14605535 dma_fence_context_alloc +EXPORT_SYMBOL vmlinux 0x146289b7 crc16_table +EXPORT_SYMBOL vmlinux 0x1464093a tcf_idr_cleanup +EXPORT_SYMBOL vmlinux 0x147470a6 pci_select_bars +EXPORT_SYMBOL vmlinux 0x147d7290 xor_block_xc +EXPORT_SYMBOL vmlinux 0x148bb0f4 genphy_read_status +EXPORT_SYMBOL vmlinux 0x148d48b0 mr_mfc_find_any_parent +EXPORT_SYMBOL vmlinux 0x149fcf57 locks_copy_conflock +EXPORT_SYMBOL vmlinux 0x14b190e9 phy_connect +EXPORT_SYMBOL vmlinux 0x14b80429 inet_confirm_addr +EXPORT_SYMBOL vmlinux 0x14c5e5b3 segment_warning +EXPORT_SYMBOL vmlinux 0x14c67e3e tcp_tx_delay_enabled +EXPORT_SYMBOL vmlinux 0x14c8df59 skb_eth_gso_segment +EXPORT_SYMBOL vmlinux 0x14d7477f console_list_unlock +EXPORT_SYMBOL vmlinux 0x14d85375 scsi_is_sdev_device +EXPORT_SYMBOL vmlinux 0x14e68511 __set_page_dirty_nobuffers +EXPORT_SYMBOL vmlinux 0x151410fc netif_rx +EXPORT_SYMBOL vmlinux 0x151ca534 is_subdir +EXPORT_SYMBOL vmlinux 0x151f4898 schedule_timeout_uninterruptible +EXPORT_SYMBOL vmlinux 0x1526b301 unix_tot_inflight +EXPORT_SYMBOL vmlinux 0x152875dc dquot_set_dqblk +EXPORT_SYMBOL vmlinux 0x1535c5a3 radix_tree_delete_item +EXPORT_SYMBOL vmlinux 0x154c529d flow_rule_match_control +EXPORT_SYMBOL vmlinux 0x154c6338 dm_kcopyd_client_destroy +EXPORT_SYMBOL vmlinux 0x154cf2da param_get_ullong +EXPORT_SYMBOL vmlinux 0x154f1516 __filemap_set_wb_err +EXPORT_SYMBOL vmlinux 0x156f00f3 sg_pcopy_from_buffer +EXPORT_SYMBOL vmlinux 0x15705af2 ccw_driver_unregister +EXPORT_SYMBOL vmlinux 0x15778803 phy_start_cable_test_tdr +EXPORT_SYMBOL vmlinux 0x157d569d iov_iter_revert +EXPORT_SYMBOL vmlinux 0x1588cffe inet_unregister_protosw +EXPORT_SYMBOL vmlinux 0x159b92f4 pcix_set_mmrbc +EXPORT_SYMBOL vmlinux 0x15aecfd6 dquot_reclaim_space_nodirty +EXPORT_SYMBOL vmlinux 0x15afb09d tcp_recv_skb +EXPORT_SYMBOL vmlinux 0x15b473f5 tcp_seq_start +EXPORT_SYMBOL vmlinux 0x15b49bac vscnprintf +EXPORT_SYMBOL vmlinux 0x15bafe29 unregister_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x15bed7a5 LZ4_decompress_safe_partial +EXPORT_SYMBOL vmlinux 0x15cfb2b3 _find_first_zero_bit_le +EXPORT_SYMBOL vmlinux 0x15d85a57 down_trylock +EXPORT_SYMBOL vmlinux 0x15d987a9 get_pgste +EXPORT_SYMBOL vmlinux 0x15e7bff1 dma_set_coherent_mask +EXPORT_SYMBOL vmlinux 0x15f5106b dev_mc_init +EXPORT_SYMBOL vmlinux 0x16161ba7 cdev_device_del +EXPORT_SYMBOL vmlinux 0x161c90bd poll_freewait +EXPORT_SYMBOL vmlinux 0x162893fd hashlen_string +EXPORT_SYMBOL vmlinux 0x162a44e4 md_flush_request +EXPORT_SYMBOL vmlinux 0x1632bc21 kvasprintf_const +EXPORT_SYMBOL vmlinux 0x164d4529 folio_mark_accessed +EXPORT_SYMBOL vmlinux 0x165a2246 fs_param_is_blockdev +EXPORT_SYMBOL vmlinux 0x165badb9 dev_get_by_napi_id +EXPORT_SYMBOL vmlinux 0x165d15e2 down_interruptible +EXPORT_SYMBOL vmlinux 0x1660e865 bio_copy_data +EXPORT_SYMBOL vmlinux 0x1663130b inet6_protos +EXPORT_SYMBOL vmlinux 0x16692ece flow_rule_match_enc_ipv4_addrs +EXPORT_SYMBOL vmlinux 0x16694052 tty_unregister_device +EXPORT_SYMBOL vmlinux 0x169a5c36 __fib6_flush_trees +EXPORT_SYMBOL vmlinux 0x16d4942c pci_bus_read_config_word +EXPORT_SYMBOL vmlinux 0x16e297c3 bit_wait +EXPORT_SYMBOL vmlinux 0x16fd6527 d_hash_and_lookup +EXPORT_SYMBOL vmlinux 0x171e0cf8 skb_copy_and_hash_datagram_iter +EXPORT_SYMBOL vmlinux 0x171fd9e5 xp_raw_get_data +EXPORT_SYMBOL vmlinux 0x17453290 scsi_done +EXPORT_SYMBOL vmlinux 0x178a7bfa udp_lib_unhash +EXPORT_SYMBOL vmlinux 0x17b8690f device_add_disk +EXPORT_SYMBOL vmlinux 0x17c944b7 __skb_gso_segment +EXPORT_SYMBOL vmlinux 0x17d17da9 __traceiter_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0x18123970 neigh_event_ns +EXPORT_SYMBOL vmlinux 0x181f5dfe tcp_sync_mss +EXPORT_SYMBOL vmlinux 0x1826b54b set_user_nice +EXPORT_SYMBOL vmlinux 0x18302296 vc_resize +EXPORT_SYMBOL vmlinux 0x18345b8e __bitmap_replace +EXPORT_SYMBOL vmlinux 0x183cf995 tcf_exts_dump_stats +EXPORT_SYMBOL vmlinux 0x18472aed xp_raw_get_dma +EXPORT_SYMBOL vmlinux 0x1861a304 xfrm6_protocol_register +EXPORT_SYMBOL vmlinux 0x186a51b8 bdi_put +EXPORT_SYMBOL vmlinux 0x188ea314 jiffies_to_timespec64 +EXPORT_SYMBOL vmlinux 0x189b6bac memory_read_from_buffer +EXPORT_SYMBOL vmlinux 0x189db6fc unmap_mapping_range +EXPORT_SYMBOL vmlinux 0x18b83b07 con_is_visible +EXPORT_SYMBOL vmlinux 0x18b87cca sclp_deactivate +EXPORT_SYMBOL vmlinux 0x18c3fdb2 pcim_pin_device +EXPORT_SYMBOL vmlinux 0x18d04d55 rdmacg_try_charge +EXPORT_SYMBOL vmlinux 0x18d3c287 get_guest_storage_key +EXPORT_SYMBOL vmlinux 0x18e60984 __do_once_start +EXPORT_SYMBOL vmlinux 0x1903ae61 flow_rule_match_basic +EXPORT_SYMBOL vmlinux 0x1904ccbd capable_wrt_inode_uidgid +EXPORT_SYMBOL vmlinux 0x19289171 __vfs_getxattr +EXPORT_SYMBOL vmlinux 0x192d3f21 param_ops_hexint +EXPORT_SYMBOL vmlinux 0x192fa510 d_genocide +EXPORT_SYMBOL vmlinux 0x193c4529 xfrm_parse_spi +EXPORT_SYMBOL vmlinux 0x193f28ee netdev_upper_dev_link +EXPORT_SYMBOL vmlinux 0x1984d421 out_of_line_wait_on_bit +EXPORT_SYMBOL vmlinux 0x19857f3c jbd2_journal_init_inode +EXPORT_SYMBOL vmlinux 0x199ed0cd net_disable_timestamp +EXPORT_SYMBOL vmlinux 0x199fc53e inet_reqsk_alloc +EXPORT_SYMBOL vmlinux 0x19b508a3 proto_unregister +EXPORT_SYMBOL vmlinux 0x19bd383b security_secmark_refcount_dec +EXPORT_SYMBOL vmlinux 0x19c0c87e simple_dir_inode_operations +EXPORT_SYMBOL vmlinux 0x19e1d6dd ccw_device_tm_start_timeout +EXPORT_SYMBOL vmlinux 0x1a08d2ba VMALLOC_START +EXPORT_SYMBOL vmlinux 0x1a096648 fault_in_iov_iter_readable +EXPORT_SYMBOL vmlinux 0x1a190a38 path_put +EXPORT_SYMBOL vmlinux 0x1a30aa94 phy_find_first +EXPORT_SYMBOL vmlinux 0x1a338156 ethtool_aggregate_mac_stats +EXPORT_SYMBOL vmlinux 0x1a42d49d eth_header_parse +EXPORT_SYMBOL vmlinux 0x1a4bd74d pci_prepare_to_sleep +EXPORT_SYMBOL vmlinux 0x1a5f8622 sock_no_bind +EXPORT_SYMBOL vmlinux 0x1a6658d8 _dev_crit +EXPORT_SYMBOL vmlinux 0x1a81b3b2 shmem_aops +EXPORT_SYMBOL vmlinux 0x1a93aef6 vfs_getattr +EXPORT_SYMBOL vmlinux 0x1a99fe5d xfrm_register_type +EXPORT_SYMBOL vmlinux 0x1a9a19fe seg6_push_hmac +EXPORT_SYMBOL vmlinux 0x1a9a433c prandom_u32_state +EXPORT_SYMBOL vmlinux 0x1aa7fb28 gen_pool_best_fit +EXPORT_SYMBOL vmlinux 0x1abc3ece fscrypt_ioctl_set_policy +EXPORT_SYMBOL vmlinux 0x1acda731 dst_release_immediate +EXPORT_SYMBOL vmlinux 0x1acf56d2 kmem_cache_alloc_bulk +EXPORT_SYMBOL vmlinux 0x1ad37acc pci_add_new_bus +EXPORT_SYMBOL vmlinux 0x1ad5a277 ilookup5 +EXPORT_SYMBOL vmlinux 0x1af137b6 read_cache_page_gfp +EXPORT_SYMBOL vmlinux 0x1af92c2c get_tree_keyed +EXPORT_SYMBOL vmlinux 0x1b015d25 bitmap_parselist +EXPORT_SYMBOL vmlinux 0x1b0974f2 unregister_netdevice_queue +EXPORT_SYMBOL vmlinux 0x1b0b5ee5 mr_vif_seq_idx +EXPORT_SYMBOL vmlinux 0x1b233827 inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x1b308e76 tcp_rtx_synack +EXPORT_SYMBOL vmlinux 0x1b335af2 __tracepoint_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0x1b427909 blk_rq_map_user_io +EXPORT_SYMBOL vmlinux 0x1b516b0e block_write_full_page +EXPORT_SYMBOL vmlinux 0x1b6314fd in_aton +EXPORT_SYMBOL vmlinux 0x1b777357 rdmacg_unregister_device +EXPORT_SYMBOL vmlinux 0x1b7c0297 sched_autogroup_create_attach +EXPORT_SYMBOL vmlinux 0x1b7c42f9 pci_resize_resource +EXPORT_SYMBOL vmlinux 0x1ba04458 sg_pcopy_to_buffer +EXPORT_SYMBOL vmlinux 0x1bb51249 tcp_have_smc +EXPORT_SYMBOL vmlinux 0x1bca9999 scm_fp_dup +EXPORT_SYMBOL vmlinux 0x1bdadbbc sock_common_getsockopt +EXPORT_SYMBOL vmlinux 0x1c0963f6 simple_transaction_release +EXPORT_SYMBOL vmlinux 0x1c182095 padata_free_shell +EXPORT_SYMBOL vmlinux 0x1c1bbc15 tls_handshake_cancel +EXPORT_SYMBOL vmlinux 0x1c493cbe inet_accept +EXPORT_SYMBOL vmlinux 0x1c4e0663 flow_rule_match_l2tpv3 +EXPORT_SYMBOL vmlinux 0x1c63961d file_remove_privs +EXPORT_SYMBOL vmlinux 0x1c65d1e3 ioremap_wt +EXPORT_SYMBOL vmlinux 0x1c664434 __write_overflow_field +EXPORT_SYMBOL vmlinux 0x1c82725b generic_update_time +EXPORT_SYMBOL vmlinux 0x1c8dd701 simple_dentry_operations +EXPORT_SYMBOL vmlinux 0x1c8e7bb4 d_move +EXPORT_SYMBOL vmlinux 0x1c910fe2 skb_set_owner_w +EXPORT_SYMBOL vmlinux 0x1c91702a dma_resv_reserve_fences +EXPORT_SYMBOL vmlinux 0x1c98e28c try_to_writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x1ca8a677 phy_init_hw +EXPORT_SYMBOL vmlinux 0x1cbf5d5b nf_setsockopt +EXPORT_SYMBOL vmlinux 0x1cc11154 __SCK__tp_func_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x1cd8a423 module_layout +EXPORT_SYMBOL vmlinux 0x1cdb9725 blk_queue_max_write_zeroes_sectors +EXPORT_SYMBOL vmlinux 0x1ce26a63 zstd_flush_stream +EXPORT_SYMBOL vmlinux 0x1cea5cdf blk_queue_virt_boundary +EXPORT_SYMBOL vmlinux 0x1d216a6b mutex_lock_killable +EXPORT_SYMBOL vmlinux 0x1d3417cd sock_alloc +EXPORT_SYMBOL vmlinux 0x1d3e2765 iucv_path_quiesce +EXPORT_SYMBOL vmlinux 0x1d449b90 dfltcc_can_deflate +EXPORT_SYMBOL vmlinux 0x1d891d5e dentry_path_raw +EXPORT_SYMBOL vmlinux 0x1d8c172c xfrm_state_unregister_afinfo +EXPORT_SYMBOL vmlinux 0x1d991bb0 address_space_init_once +EXPORT_SYMBOL vmlinux 0x1da60077 generic_file_llseek +EXPORT_SYMBOL vmlinux 0x1dadd920 __kmalloc +EXPORT_SYMBOL vmlinux 0x1db372ee nf_unregister_sockopt +EXPORT_SYMBOL vmlinux 0x1dc6c93b lookup_user_key +EXPORT_SYMBOL vmlinux 0x1dc9e769 __vfs_setxattr +EXPORT_SYMBOL vmlinux 0x1dd571e6 fb_copy_cmap +EXPORT_SYMBOL vmlinux 0x1de4ccb2 get_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x1de5127e kstrtou16_from_user +EXPORT_SYMBOL vmlinux 0x1de56c8b kset_unregister +EXPORT_SYMBOL vmlinux 0x1df31106 jbd2_fc_release_bufs +EXPORT_SYMBOL vmlinux 0x1dfed78b simple_transaction_get +EXPORT_SYMBOL vmlinux 0x1e0a0c24 mod_timer_pending +EXPORT_SYMBOL vmlinux 0x1e0ccce0 param_ops_bint +EXPORT_SYMBOL vmlinux 0x1e0dffec xfrm_stateonly_find +EXPORT_SYMBOL vmlinux 0x1e22865e misc_register +EXPORT_SYMBOL vmlinux 0x1e39bee3 pci_alloc_irq_vectors_affinity +EXPORT_SYMBOL vmlinux 0x1e55b463 generic_listxattr +EXPORT_SYMBOL vmlinux 0x1e63fe69 vcalloc +EXPORT_SYMBOL vmlinux 0x1e6d26a8 strstr +EXPORT_SYMBOL vmlinux 0x1e6efbb8 setattr_prepare +EXPORT_SYMBOL vmlinux 0x1e78a044 pci_try_set_mwi +EXPORT_SYMBOL vmlinux 0x1e8a161a crc_t10dif_generic +EXPORT_SYMBOL vmlinux 0x1e8f0a05 __mmap_lock_do_trace_released +EXPORT_SYMBOL vmlinux 0x1e9c4faa validate_slab_cache +EXPORT_SYMBOL vmlinux 0x1e9c5bab dma_fence_get_stub +EXPORT_SYMBOL vmlinux 0x1e9edfb7 seq_hlist_start_head_rcu +EXPORT_SYMBOL vmlinux 0x1eac28ae fb_set_suspend +EXPORT_SYMBOL vmlinux 0x1ec54131 pcie_ptm_enabled +EXPORT_SYMBOL vmlinux 0x1eca69ab fs_param_is_u32 +EXPORT_SYMBOL vmlinux 0x1ed7eb60 __sg_free_table +EXPORT_SYMBOL vmlinux 0x1ed92d13 fscrypt_encrypt_block_inplace +EXPORT_SYMBOL vmlinux 0x1edb000b ipv4_specific +EXPORT_SYMBOL vmlinux 0x1edb69d6 ktime_get_raw_ts64 +EXPORT_SYMBOL vmlinux 0x1ef99cd6 flow_rule_match_ports +EXPORT_SYMBOL vmlinux 0x1f1cb59c elv_rb_add +EXPORT_SYMBOL vmlinux 0x1f355f52 rtnl_set_sk_err +EXPORT_SYMBOL vmlinux 0x1f3a6322 pci_ep_cfs_add_epc_group +EXPORT_SYMBOL vmlinux 0x1f447ee4 vm_map_ram +EXPORT_SYMBOL vmlinux 0x1f50ddce devm_input_allocate_device +EXPORT_SYMBOL vmlinux 0x1f58e5af scsi_device_get +EXPORT_SYMBOL vmlinux 0x1f808f05 simple_open +EXPORT_SYMBOL vmlinux 0x1f8b0d15 jbd2_complete_transaction +EXPORT_SYMBOL vmlinux 0x1f95657b mempool_resize +EXPORT_SYMBOL vmlinux 0x1f9c396f debug_register +EXPORT_SYMBOL vmlinux 0x1f9fda37 __filemap_get_folio +EXPORT_SYMBOL vmlinux 0x1fa04be1 skb_expand_head +EXPORT_SYMBOL vmlinux 0x1fb498fb tty_hung_up_p +EXPORT_SYMBOL vmlinux 0x1fbd16da ip_tos2prio +EXPORT_SYMBOL vmlinux 0x1fcb720d tcp_sockets_allocated +EXPORT_SYMBOL vmlinux 0x1fcf2778 current_time +EXPORT_SYMBOL vmlinux 0x1fd805fe tty_unlock +EXPORT_SYMBOL vmlinux 0x1fda8755 __memset32 +EXPORT_SYMBOL vmlinux 0x1feba41f ethtool_get_phc_vclocks +EXPORT_SYMBOL vmlinux 0x1ff9a920 blk_mq_start_request +EXPORT_SYMBOL vmlinux 0x20000329 simple_strtoul +EXPORT_SYMBOL vmlinux 0x20050ce6 unix_gc_lock +EXPORT_SYMBOL vmlinux 0x200a2f79 block_invalidate_folio +EXPORT_SYMBOL vmlinux 0x200b2041 in6addr_any +EXPORT_SYMBOL vmlinux 0x20122791 xsk_clear_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x2014a246 __siphash_unaligned +EXPORT_SYMBOL vmlinux 0x2018a7a8 xfrm6_rcv_spi +EXPORT_SYMBOL vmlinux 0x201ae003 skb_try_coalesce +EXPORT_SYMBOL vmlinux 0x20385e3f vm_map_pages_zero +EXPORT_SYMBOL vmlinux 0x2044a1a0 fd_install +EXPORT_SYMBOL vmlinux 0x204c19f5 tcp_alloc_md5sig_pool +EXPORT_SYMBOL vmlinux 0x204c5067 scsi_dev_info_add_list +EXPORT_SYMBOL vmlinux 0x20502c76 input_set_max_poll_interval +EXPORT_SYMBOL vmlinux 0x20592c6f arch_write_lock_wait +EXPORT_SYMBOL vmlinux 0x20666667 blk_mq_delay_kick_requeue_list +EXPORT_SYMBOL vmlinux 0x20670aa9 iov_iter_get_pages_alloc2 +EXPORT_SYMBOL vmlinux 0x206b0861 xfrm_user_policy +EXPORT_SYMBOL vmlinux 0x20797831 grab_cache_page_write_begin +EXPORT_SYMBOL vmlinux 0x20851c50 unregister_shrinker +EXPORT_SYMBOL vmlinux 0x20973b94 segment_unload +EXPORT_SYMBOL vmlinux 0x20a789ac irq_set_chip_data +EXPORT_SYMBOL vmlinux 0x20cd9721 input_set_min_poll_interval +EXPORT_SYMBOL vmlinux 0x20d1c83a seg6_hmac_info_del +EXPORT_SYMBOL vmlinux 0x20d65e40 fb_find_nearest_mode +EXPORT_SYMBOL vmlinux 0x20ee076e itcw_add_tidaw +EXPORT_SYMBOL vmlinux 0x20fe6923 del_gendisk +EXPORT_SYMBOL vmlinux 0x2116b751 tcf_exts_validate_ex +EXPORT_SYMBOL vmlinux 0x211a8170 shrink_dcache_parent +EXPORT_SYMBOL vmlinux 0x2120ca2c vlan_dev_vlan_proto +EXPORT_SYMBOL vmlinux 0x213c7ee8 ap_queue_message +EXPORT_SYMBOL vmlinux 0x214da675 udp_lib_rehash +EXPORT_SYMBOL vmlinux 0x215ca173 truncate_inode_pages_final +EXPORT_SYMBOL vmlinux 0x2168d6f7 scsi_set_medium_removal +EXPORT_SYMBOL vmlinux 0x216fb4ff netif_carrier_off +EXPORT_SYMBOL vmlinux 0x216fe151 inet_del_protocol +EXPORT_SYMBOL vmlinux 0x218b75e9 iget_failed +EXPORT_SYMBOL vmlinux 0x218e600b pci_add_resource_offset +EXPORT_SYMBOL vmlinux 0x21983721 set_disk_ro +EXPORT_SYMBOL vmlinux 0x219f70c6 sg_miter_next +EXPORT_SYMBOL vmlinux 0x21a478aa ip_route_me_harder +EXPORT_SYMBOL vmlinux 0x21bc31c0 scsi_dma_unmap +EXPORT_SYMBOL vmlinux 0x21bdb523 errseq_check_and_advance +EXPORT_SYMBOL vmlinux 0x21d01e2e inet_twsk_deschedule_put +EXPORT_SYMBOL vmlinux 0x21d2a411 iov_iter_alignment +EXPORT_SYMBOL vmlinux 0x21ddf752 netdev_unbind_sb_channel +EXPORT_SYMBOL vmlinux 0x21e13cb3 inet_peer_xrlim_allow +EXPORT_SYMBOL vmlinux 0x21ea5251 __bitmap_weight +EXPORT_SYMBOL vmlinux 0x21ea83bc zstd_reset_cstream +EXPORT_SYMBOL vmlinux 0x21f56093 free_cgroup_ns +EXPORT_SYMBOL vmlinux 0x2203c02c mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0x220dda75 xfrm_dev_policy_flush +EXPORT_SYMBOL vmlinux 0x2210642c sclp_ap_deconfigure +EXPORT_SYMBOL vmlinux 0x221567e6 __traceiter_s390_cio_tpi +EXPORT_SYMBOL vmlinux 0x2221b640 sock_set_mark +EXPORT_SYMBOL vmlinux 0x222a9127 netdev_upper_dev_unlink +EXPORT_SYMBOL vmlinux 0x222cd173 phy_get_internal_delay +EXPORT_SYMBOL vmlinux 0x222d1b06 __cpuhp_remove_state +EXPORT_SYMBOL vmlinux 0x222e7ce2 sysfs_streq +EXPORT_SYMBOL vmlinux 0x22367e23 tcp_connect +EXPORT_SYMBOL vmlinux 0x224381ce netif_set_xps_queue +EXPORT_SYMBOL vmlinux 0x22579647 scsi_ioctl +EXPORT_SYMBOL vmlinux 0x225d8cf1 unix_get_socket +EXPORT_SYMBOL vmlinux 0x22694647 getname_kernel +EXPORT_SYMBOL vmlinux 0x22740de0 dev_remove_pack +EXPORT_SYMBOL vmlinux 0x228a8173 d_alloc +EXPORT_SYMBOL vmlinux 0x22a35f7e qdisc_reset +EXPORT_SYMBOL vmlinux 0x22ae6d64 ip6_fraglist_prepare +EXPORT_SYMBOL vmlinux 0x22b325d5 kd_mksound +EXPORT_SYMBOL vmlinux 0x22c465f0 __tcp_md5_do_lookup +EXPORT_SYMBOL vmlinux 0x22d31b9e qdisc_put +EXPORT_SYMBOL vmlinux 0x22d71ecf md_write_inc +EXPORT_SYMBOL vmlinux 0x23182137 km_policy_notify +EXPORT_SYMBOL vmlinux 0x231ad2b5 iterate_fd +EXPORT_SYMBOL vmlinux 0x232a3192 __traceiter_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x233a6339 dcache_dir_close +EXPORT_SYMBOL vmlinux 0x2352f84a dev_set_allmulti +EXPORT_SYMBOL vmlinux 0x2361ce0d cdev_device_add +EXPORT_SYMBOL vmlinux 0x2364c85a tasklet_init +EXPORT_SYMBOL vmlinux 0x2366957a skb_store_bits +EXPORT_SYMBOL vmlinux 0x236c8c64 memcpy +EXPORT_SYMBOL vmlinux 0x236ceb24 filemap_fault +EXPORT_SYMBOL vmlinux 0x238b9bca __remove_inode_hash +EXPORT_SYMBOL vmlinux 0x238e36cb tcp_read_done +EXPORT_SYMBOL vmlinux 0x23924a48 prepare_to_wait_event +EXPORT_SYMBOL vmlinux 0x23a4f114 unregister_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0x23af8a43 tcp_v4_md5_lookup +EXPORT_SYMBOL vmlinux 0x23b1ba7e pci_iounmap +EXPORT_SYMBOL vmlinux 0x23b9d6e2 mangle_path +EXPORT_SYMBOL vmlinux 0x23bc851f hash_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x23c8d76a input_reset_device +EXPORT_SYMBOL vmlinux 0x23ccf5ab flow_rule_match_eth_addrs +EXPORT_SYMBOL vmlinux 0x23d60537 phy_free_interrupt +EXPORT_SYMBOL vmlinux 0x23ecf7bf sg_alloc_append_table_from_pages +EXPORT_SYMBOL vmlinux 0x23f1d7a6 page_pool_ethtool_stats_get_count +EXPORT_SYMBOL vmlinux 0x23fd3028 vmalloc_node +EXPORT_SYMBOL vmlinux 0x240c07d2 __hw_addr_ref_sync_dev +EXPORT_SYMBOL vmlinux 0x240e8e38 jbd2_journal_release_jbd_inode +EXPORT_SYMBOL vmlinux 0x242f3562 irq_subclass_register +EXPORT_SYMBOL vmlinux 0x2436dd76 noop_fsync +EXPORT_SYMBOL vmlinux 0x2441ab13 class3270 +EXPORT_SYMBOL vmlinux 0x2443aa46 pcie_get_readrq +EXPORT_SYMBOL vmlinux 0x24547f13 netdev_adjacent_change_commit +EXPORT_SYMBOL vmlinux 0x2459bbcc console_set_on_cmdline +EXPORT_SYMBOL vmlinux 0x245bb734 arp_create +EXPORT_SYMBOL vmlinux 0x2468c7a9 page_pool_release_page +EXPORT_SYMBOL vmlinux 0x246a636f md_set_array_sectors +EXPORT_SYMBOL vmlinux 0x247a01c0 linkwatch_fire_event +EXPORT_SYMBOL vmlinux 0x247a3fe4 LZ4_decompress_fast_continue +EXPORT_SYMBOL vmlinux 0x24962712 lowcore_ptr +EXPORT_SYMBOL vmlinux 0x24b02c67 rt_dst_alloc +EXPORT_SYMBOL vmlinux 0x24b6171b pps_unregister_source +EXPORT_SYMBOL vmlinux 0x24b8528f mutex_trylock +EXPORT_SYMBOL vmlinux 0x24bc53b0 __traceiter_s390_cio_xsch +EXPORT_SYMBOL vmlinux 0x24d273d1 add_timer +EXPORT_SYMBOL vmlinux 0x24d552a7 param_get_string +EXPORT_SYMBOL vmlinux 0x24dbc52b unregister_qdisc +EXPORT_SYMBOL vmlinux 0x24e1b558 seg6_hmac_compute +EXPORT_SYMBOL vmlinux 0x24e29905 param_array_ops +EXPORT_SYMBOL vmlinux 0x24eb3a89 tty_unregister_ldisc +EXPORT_SYMBOL vmlinux 0x24f4173f kobject_get +EXPORT_SYMBOL vmlinux 0x24f73e73 jbd2_journal_get_undo_access +EXPORT_SYMBOL vmlinux 0x24fb428b netdev_change_features +EXPORT_SYMBOL vmlinux 0x2501a3a6 submit_bh +EXPORT_SYMBOL vmlinux 0x25064796 inet_csk_delete_keepalive_timer +EXPORT_SYMBOL vmlinux 0x2513874c register_quota_format +EXPORT_SYMBOL vmlinux 0x252332f1 __SCK__tp_func_mmap_lock_released +EXPORT_SYMBOL vmlinux 0x252b7573 __ip_dev_find +EXPORT_SYMBOL vmlinux 0x252cf375 scsi_kmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x252fe7e4 down_read_interruptible +EXPORT_SYMBOL vmlinux 0x2548c032 __cpu_possible_mask +EXPORT_SYMBOL vmlinux 0x255031b6 generic_pipe_buf_try_steal +EXPORT_SYMBOL vmlinux 0x256bd798 netdev_has_any_upper_dev +EXPORT_SYMBOL vmlinux 0x256dbe32 configfs_depend_item +EXPORT_SYMBOL vmlinux 0x257a5558 _dev_alert +EXPORT_SYMBOL vmlinux 0x25820c64 fs_overflowuid +EXPORT_SYMBOL vmlinux 0x258d2f76 net_dim_get_tx_moderation +EXPORT_SYMBOL vmlinux 0x25918896 configfs_depend_item_unlocked +EXPORT_SYMBOL vmlinux 0x25957f4a pci_enable_device_mem +EXPORT_SYMBOL vmlinux 0x2598c6c0 __tracepoint_kmem_cache_free +EXPORT_SYMBOL vmlinux 0x259f5d7b unlock_new_inode +EXPORT_SYMBOL vmlinux 0x25a457af netdev_lower_get_next_private +EXPORT_SYMBOL vmlinux 0x25a8f45e tcf_exts_terse_dump +EXPORT_SYMBOL vmlinux 0x25b15120 tty_kref_put +EXPORT_SYMBOL vmlinux 0x25d12c10 d_instantiate_anon +EXPORT_SYMBOL vmlinux 0x25d16bf4 rtnl_kfree_skbs +EXPORT_SYMBOL vmlinux 0x25e9d4bd resource_list_free +EXPORT_SYMBOL vmlinux 0x25ec1b28 strlen +EXPORT_SYMBOL vmlinux 0x260a095a __sg_alloc_table +EXPORT_SYMBOL vmlinux 0x2614da96 dev_uc_flush +EXPORT_SYMBOL vmlinux 0x261c30c5 dma_fence_signal_timestamp +EXPORT_SYMBOL vmlinux 0x26275649 tcp_md5_do_add +EXPORT_SYMBOL vmlinux 0x263b40d4 input_handler_for_each_handle +EXPORT_SYMBOL vmlinux 0x263beb75 ecryptfs_get_versions +EXPORT_SYMBOL vmlinux 0x2641a1c6 diag224 +EXPORT_SYMBOL vmlinux 0x264cc934 writeback_inodes_sb_nr +EXPORT_SYMBOL vmlinux 0x2685e1e4 set_posix_acl +EXPORT_SYMBOL vmlinux 0x2688ec10 bitmap_zalloc +EXPORT_SYMBOL vmlinux 0x26897b52 mb_cache_entry_get +EXPORT_SYMBOL vmlinux 0x26a1e29b lookup_one_positive_unlocked +EXPORT_SYMBOL vmlinux 0x26a5b938 sclp_pci_configure +EXPORT_SYMBOL vmlinux 0x26a69416 __hw_addr_unsync_dev +EXPORT_SYMBOL vmlinux 0x26b3007f simple_link +EXPORT_SYMBOL vmlinux 0x26d1f71e mpage_read_folio +EXPORT_SYMBOL vmlinux 0x26e298e0 unregister_memory_notifier +EXPORT_SYMBOL vmlinux 0x26e67e99 security_req_classify_flow +EXPORT_SYMBOL vmlinux 0x26ecbd05 t10_pi_type1_crc +EXPORT_SYMBOL vmlinux 0x26fefb1f ip_frag_next +EXPORT_SYMBOL vmlinux 0x270cf88f dump_stack_lvl +EXPORT_SYMBOL vmlinux 0x2713ea34 tcf_idr_create +EXPORT_SYMBOL vmlinux 0x271d7fac param_get_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x2722cdc2 get_fs_type +EXPORT_SYMBOL vmlinux 0x272a8933 udp_memory_allocated +EXPORT_SYMBOL vmlinux 0x2733eaf7 scsi_dev_info_list_add_keyed +EXPORT_SYMBOL vmlinux 0x273fb892 tcf_idr_release +EXPORT_SYMBOL vmlinux 0x27405f79 fb_set_var +EXPORT_SYMBOL vmlinux 0x27479d14 param_free_charp +EXPORT_SYMBOL vmlinux 0x2759f2bf radix_tree_gang_lookup +EXPORT_SYMBOL vmlinux 0x275c24a7 kvfree_sensitive +EXPORT_SYMBOL vmlinux 0x275f3d49 hdmi_vendor_infoframe_check +EXPORT_SYMBOL vmlinux 0x277362e5 get_inode_acl +EXPORT_SYMBOL vmlinux 0x27756bc8 scsi_sanitize_inquiry_string +EXPORT_SYMBOL vmlinux 0x277d4035 gen_pool_has_addr +EXPORT_SYMBOL vmlinux 0x2782b393 xfrm_state_walk_init +EXPORT_SYMBOL vmlinux 0x27864d57 memparse +EXPORT_SYMBOL vmlinux 0x278fa058 input_set_abs_params +EXPORT_SYMBOL vmlinux 0x27a3ca21 blk_queue_flag_clear +EXPORT_SYMBOL vmlinux 0x27a81f84 nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0x27a8f51b do_wait_intr_irq +EXPORT_SYMBOL vmlinux 0x27bbf221 disable_irq_nosync +EXPORT_SYMBOL vmlinux 0x27cdca93 pci_add_resource +EXPORT_SYMBOL vmlinux 0x27d38fd9 __scsi_print_sense +EXPORT_SYMBOL vmlinux 0x27d7dd90 register_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x27eb9cd1 tcw_set_intrg +EXPORT_SYMBOL vmlinux 0x281823c5 __kfifo_out_peek +EXPORT_SYMBOL vmlinux 0x282c7e12 __tracepoint_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0x28378917 nla_put_nohdr +EXPORT_SYMBOL vmlinux 0x28500b4c dquot_load_quota_sb +EXPORT_SYMBOL vmlinux 0x286a3661 airq_iv_scan +EXPORT_SYMBOL vmlinux 0x2875a315 utf32_to_utf8 +EXPORT_SYMBOL vmlinux 0x28864fef __tracepoint_module_get +EXPORT_SYMBOL vmlinux 0x288fdfb0 jbd2_trans_will_send_data_barrier +EXPORT_SYMBOL vmlinux 0x289a691f add_to_pipe +EXPORT_SYMBOL vmlinux 0x28a4fe27 pcie_capability_write_dword +EXPORT_SYMBOL vmlinux 0x28a50556 sk_free +EXPORT_SYMBOL vmlinux 0x28a70f38 get_task_cred +EXPORT_SYMBOL vmlinux 0x28b486b9 vfs_fadvise +EXPORT_SYMBOL vmlinux 0x28baba63 in6_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0x28bf8e0c pcie_set_mps +EXPORT_SYMBOL vmlinux 0x28c350c2 __qdisc_calculate_pkt_len +EXPORT_SYMBOL vmlinux 0x28cf2ce6 pci_disable_device +EXPORT_SYMBOL vmlinux 0x28e750da pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0x28f264d7 __tracepoint_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0x28f8c157 posix_lock_file +EXPORT_SYMBOL vmlinux 0x28f94604 __ubsan_handle_builtin_unreachable +EXPORT_SYMBOL vmlinux 0x29321342 pcie_relaxed_ordering_enabled +EXPORT_SYMBOL vmlinux 0x29391e7d vm_munmap +EXPORT_SYMBOL vmlinux 0x2949d194 try_module_get +EXPORT_SYMBOL vmlinux 0x294fc3a4 tty_chars_in_buffer +EXPORT_SYMBOL vmlinux 0x2956cf37 sclp_remove_processed +EXPORT_SYMBOL vmlinux 0x295d3c09 __alloc_pages +EXPORT_SYMBOL vmlinux 0x29604158 napi_busy_loop +EXPORT_SYMBOL vmlinux 0x2961e4e1 md_bitmap_close_sync +EXPORT_SYMBOL vmlinux 0x29789394 empty_zero_page +EXPORT_SYMBOL vmlinux 0x299dc8c7 vlan_dev_vlan_id +EXPORT_SYMBOL vmlinux 0x29a13e12 phy_register_fixup +EXPORT_SYMBOL vmlinux 0x29a426f0 bio_init_clone +EXPORT_SYMBOL vmlinux 0x29b535a2 dev_mc_add_excl +EXPORT_SYMBOL vmlinux 0x29d78b59 kset_register +EXPORT_SYMBOL vmlinux 0x29f53492 dcbnl_cee_notify +EXPORT_SYMBOL vmlinux 0x2a23be62 dma_fence_chain_walk +EXPORT_SYMBOL vmlinux 0x2a30a027 dev_set_threaded +EXPORT_SYMBOL vmlinux 0x2a37dff9 pci_claim_resource +EXPORT_SYMBOL vmlinux 0x2a41d203 dql_init +EXPORT_SYMBOL vmlinux 0x2a4f0148 flow_block_cb_setup_simple +EXPORT_SYMBOL vmlinux 0x2a571585 xfrm_state_check_expire +EXPORT_SYMBOL vmlinux 0x2a5ae20a seg6_hmac_validate_skb +EXPORT_SYMBOL vmlinux 0x2a6a5aac sockopt_capable +EXPORT_SYMBOL vmlinux 0x2a727a74 pcie_print_link_status +EXPORT_SYMBOL vmlinux 0x2a81464d consume_skb +EXPORT_SYMBOL vmlinux 0x2aca6f9e dquot_mark_dquot_dirty +EXPORT_SYMBOL vmlinux 0x2ae19de3 sync_inode_metadata +EXPORT_SYMBOL vmlinux 0x2aea3aee __starget_for_each_device +EXPORT_SYMBOL vmlinux 0x2af3f454 ssch +EXPORT_SYMBOL vmlinux 0x2af82c65 dquot_quota_on +EXPORT_SYMBOL vmlinux 0x2b10d4bf ethtool_aggregate_ctrl_stats +EXPORT_SYMBOL vmlinux 0x2b5ecbc6 __traceiter_kmalloc +EXPORT_SYMBOL vmlinux 0x2b6a6b5f mark_buffer_dirty_inode +EXPORT_SYMBOL vmlinux 0x2b6ad10e fc_mount +EXPORT_SYMBOL vmlinux 0x2b93df53 nf_log_unbind_pf +EXPORT_SYMBOL vmlinux 0x2b95720a mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x2b96ad05 __nla_put +EXPORT_SYMBOL vmlinux 0x2b9a725d genphy_c45_eee_is_active +EXPORT_SYMBOL vmlinux 0x2b9da7a4 genl_lock +EXPORT_SYMBOL vmlinux 0x2bb70008 napi_consume_skb +EXPORT_SYMBOL vmlinux 0x2bbe76f4 rps_sock_flow_table +EXPORT_SYMBOL vmlinux 0x2be4d977 generic_pipe_buf_release +EXPORT_SYMBOL vmlinux 0x2bf77866 md_wait_for_blocked_rdev +EXPORT_SYMBOL vmlinux 0x2bfa5bcb tcp_sock_set_nodelay +EXPORT_SYMBOL vmlinux 0x2c1af8b7 blkdev_compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0x2c256e1f input_scancode_to_scalar +EXPORT_SYMBOL vmlinux 0x2c30d400 netdev_pick_tx +EXPORT_SYMBOL vmlinux 0x2c3214e0 ap_get_qdev +EXPORT_SYMBOL vmlinux 0x2c393f69 cdrom_get_last_written +EXPORT_SYMBOL vmlinux 0x2c4e7a71 netdev_offload_xstats_enable +EXPORT_SYMBOL vmlinux 0x2c5d668e pci_bus_alloc_resource +EXPORT_SYMBOL vmlinux 0x2c81f990 phy_reset_after_clk_enable +EXPORT_SYMBOL vmlinux 0x2c82c36a security_secmark_relabel_packet +EXPORT_SYMBOL vmlinux 0x2c86e17f neigh_parms_release +EXPORT_SYMBOL vmlinux 0x2c93ed00 bprm_change_interp +EXPORT_SYMBOL vmlinux 0x2c941541 dentry_open +EXPORT_SYMBOL vmlinux 0x2c948a39 config_item_get_unless_zero +EXPORT_SYMBOL vmlinux 0x2cbd23af trace_print_hex_dump_seq +EXPORT_SYMBOL vmlinux 0x2ccd059a dim_on_top +EXPORT_SYMBOL vmlinux 0x2cf442f7 debug_unregister +EXPORT_SYMBOL vmlinux 0x2cf56265 __dynamic_pr_debug +EXPORT_SYMBOL vmlinux 0x2d000717 nf_register_queue_handler +EXPORT_SYMBOL vmlinux 0x2d12f155 kernel_bind +EXPORT_SYMBOL vmlinux 0x2d140a58 genl_unlock +EXPORT_SYMBOL vmlinux 0x2d30596c from_kqid_munged +EXPORT_SYMBOL vmlinux 0x2d3385d3 system_wq +EXPORT_SYMBOL vmlinux 0x2d39b0a7 kstrdup +EXPORT_SYMBOL vmlinux 0x2d4c773a hdmi_spd_infoframe_init +EXPORT_SYMBOL vmlinux 0x2d4daef5 find_font +EXPORT_SYMBOL vmlinux 0x2d60dd23 __devm_release_region +EXPORT_SYMBOL vmlinux 0x2d6aec4a unpin_user_page_range_dirty_lock +EXPORT_SYMBOL vmlinux 0x2d79d0f3 kbd_alloc +EXPORT_SYMBOL vmlinux 0x2d7ada4f input_mt_init_slots +EXPORT_SYMBOL vmlinux 0x2d80d388 dst_init +EXPORT_SYMBOL vmlinux 0x2d824c12 udp_skb_destructor +EXPORT_SYMBOL vmlinux 0x2d832cbf utf8_casefold +EXPORT_SYMBOL vmlinux 0x2d994605 security_inode_copy_up_xattr +EXPORT_SYMBOL vmlinux 0x2da55439 mroute6_is_socket +EXPORT_SYMBOL vmlinux 0x2da5d345 key_invalidate +EXPORT_SYMBOL vmlinux 0x2da81e90 d_add +EXPORT_SYMBOL vmlinux 0x2dcfcd2d scsi_block_when_processing_errors +EXPORT_SYMBOL vmlinux 0x2ddb834b __xa_alloc +EXPORT_SYMBOL vmlinux 0x2ddd2e28 scsi_is_target_device +EXPORT_SYMBOL vmlinux 0x2de125c0 page_frag_alloc_align +EXPORT_SYMBOL vmlinux 0x2de593aa padata_alloc +EXPORT_SYMBOL vmlinux 0x2e187e96 put_cmsg +EXPORT_SYMBOL vmlinux 0x2e2867ec debug_register_view +EXPORT_SYMBOL vmlinux 0x2e2a4284 simple_dir_operations +EXPORT_SYMBOL vmlinux 0x2e2f7e4f blk_queue_max_segment_size +EXPORT_SYMBOL vmlinux 0x2e3c5950 radix_tree_gang_lookup_tag_slot +EXPORT_SYMBOL vmlinux 0x2e5fe036 __skb_ext_put +EXPORT_SYMBOL vmlinux 0x2e67f98b inet_frag_pull_head +EXPORT_SYMBOL vmlinux 0x2e806c67 locks_remove_posix +EXPORT_SYMBOL vmlinux 0x2e8f99ac gnet_stats_copy_rate_est +EXPORT_SYMBOL vmlinux 0x2e91d168 key_type_keyring +EXPORT_SYMBOL vmlinux 0x2eb20933 register_key_type +EXPORT_SYMBOL vmlinux 0x2ec6bba0 errseq_set +EXPORT_SYMBOL vmlinux 0x2ed0e077 neigh_seq_stop +EXPORT_SYMBOL vmlinux 0x2ed67d13 raw3270_start_request +EXPORT_SYMBOL vmlinux 0x2ee91020 platform_get_ethdev_address +EXPORT_SYMBOL vmlinux 0x2ef5661d segment_modify_shared +EXPORT_SYMBOL vmlinux 0x2ef5ddee invalidate_disk +EXPORT_SYMBOL vmlinux 0x2f03fc4b security_secmark_refcount_inc +EXPORT_SYMBOL vmlinux 0x2f1702cb filemap_invalidate_lock_two +EXPORT_SYMBOL vmlinux 0x2f1d5fcd make_kgid +EXPORT_SYMBOL vmlinux 0x2f2e91b2 security_ib_alloc_security +EXPORT_SYMBOL vmlinux 0x2f2ed7cd trace_raw_output_prep +EXPORT_SYMBOL vmlinux 0x2f2ed8d1 ccw_device_get_mdc +EXPORT_SYMBOL vmlinux 0x2f30fded xfrm_unregister_type +EXPORT_SYMBOL vmlinux 0x2f4aaca7 freeze_bdev +EXPORT_SYMBOL vmlinux 0x2f5d259f blk_mq_alloc_tag_set +EXPORT_SYMBOL vmlinux 0x2f641977 raw3270_deactivate_view +EXPORT_SYMBOL vmlinux 0x2f6928df proc_create_data +EXPORT_SYMBOL vmlinux 0x2f7754a8 dma_pool_free +EXPORT_SYMBOL vmlinux 0x2f8b9499 kill_fasync +EXPORT_SYMBOL vmlinux 0x2fa45962 skb_checksum_trimmed +EXPORT_SYMBOL vmlinux 0x2fa5a500 memcmp +EXPORT_SYMBOL vmlinux 0x2fab0e5a scsi_scan_host +EXPORT_SYMBOL vmlinux 0x2fd01a4d vlan_vid_add +EXPORT_SYMBOL vmlinux 0x2fd09944 blake2s_update +EXPORT_SYMBOL vmlinux 0x2fd65abc crypto_sha256_finup +EXPORT_SYMBOL vmlinux 0x2fd855a7 gnet_stats_start_copy_compat +EXPORT_SYMBOL vmlinux 0x2fe252cc unregister_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x2ffffb6f _ebc_tolower +EXPORT_SYMBOL vmlinux 0x300a3755 tcf_exts_destroy +EXPORT_SYMBOL vmlinux 0x300d6be4 __irq_regs +EXPORT_SYMBOL vmlinux 0x301c2b1d vfs_get_fsid +EXPORT_SYMBOL vmlinux 0x301fe3be jbd2_journal_finish_inode_data_buffers +EXPORT_SYMBOL vmlinux 0x3025df1c con_is_bound +EXPORT_SYMBOL vmlinux 0x302cd6f8 alloc_buffer_head +EXPORT_SYMBOL vmlinux 0x302d86a0 reuseport_add_sock +EXPORT_SYMBOL vmlinux 0x30362c63 key_payload_reserve +EXPORT_SYMBOL vmlinux 0x303de363 blk_queue_chunk_sectors +EXPORT_SYMBOL vmlinux 0x303e1f12 phy_write_mmd +EXPORT_SYMBOL vmlinux 0x304844c1 pci_bus_assign_resources +EXPORT_SYMBOL vmlinux 0x3062ab0b unregister_md_personality +EXPORT_SYMBOL vmlinux 0x3096be16 names_cachep +EXPORT_SYMBOL vmlinux 0x30a80826 __kfifo_from_user +EXPORT_SYMBOL vmlinux 0x30aaf7b1 skb_push +EXPORT_SYMBOL vmlinux 0x30acfde9 hsiphash_2u32 +EXPORT_SYMBOL vmlinux 0x30cb5a9a tcp_sock_set_syncnt +EXPORT_SYMBOL vmlinux 0x30df0051 ethtool_notify +EXPORT_SYMBOL vmlinux 0x30e3a00c rtnl_notify +EXPORT_SYMBOL vmlinux 0x3102be0a tty_port_carrier_raised +EXPORT_SYMBOL vmlinux 0x3126a9e8 siphash_1u64 +EXPORT_SYMBOL vmlinux 0x312ed932 verify_spi_info +EXPORT_SYMBOL vmlinux 0x313ad6cc tcp_md5_hash_key +EXPORT_SYMBOL vmlinux 0x313f49ef inet6_add_protocol +EXPORT_SYMBOL vmlinux 0x3147cd27 dquot_quota_on_mount +EXPORT_SYMBOL vmlinux 0x31483cab fget +EXPORT_SYMBOL vmlinux 0x31500158 proc_doulongvec_minmax +EXPORT_SYMBOL vmlinux 0x318d9d8a tso_build_hdr +EXPORT_SYMBOL vmlinux 0x31a71622 crypto_sha3_init +EXPORT_SYMBOL vmlinux 0x31bd0046 unregister_key_type +EXPORT_SYMBOL vmlinux 0x31d01b07 seq_lseek +EXPORT_SYMBOL vmlinux 0x31e43a3d scm_detach_fds +EXPORT_SYMBOL vmlinux 0x31e7b349 key_create_or_update +EXPORT_SYMBOL vmlinux 0x3203718f inode_owner_or_capable +EXPORT_SYMBOL vmlinux 0x32098ac8 set_bh_page +EXPORT_SYMBOL vmlinux 0x3219196b devm_request_any_context_irq +EXPORT_SYMBOL vmlinux 0x3221df67 __bitmap_subset +EXPORT_SYMBOL vmlinux 0x32249eda set_anon_super +EXPORT_SYMBOL vmlinux 0x3236d1bf kthread_stop +EXPORT_SYMBOL vmlinux 0x32429416 xfrm_init_state +EXPORT_SYMBOL vmlinux 0x32559209 xfrm_state_lookup +EXPORT_SYMBOL vmlinux 0x326be11d vlan_uses_dev +EXPORT_SYMBOL vmlinux 0x3272c2dd pin_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0x327a6b53 ap_flush_queue +EXPORT_SYMBOL vmlinux 0x328230ed open_exec +EXPORT_SYMBOL vmlinux 0x3283e6b0 prandom_seed_full_state +EXPORT_SYMBOL vmlinux 0x328954f5 kern_unmount_array +EXPORT_SYMBOL vmlinux 0x329051ae dec_node_page_state +EXPORT_SYMBOL vmlinux 0x32a7b8fa bio_split_to_limits +EXPORT_SYMBOL vmlinux 0x32b7b8e9 dev_trans_start +EXPORT_SYMBOL vmlinux 0x32c6a2d8 _ebcasc_500 +EXPORT_SYMBOL vmlinux 0x32c8af48 bdi_set_max_ratio +EXPORT_SYMBOL vmlinux 0x32ce3777 radix_tree_preload +EXPORT_SYMBOL vmlinux 0x32cf392f scsi_add_host_with_dma +EXPORT_SYMBOL vmlinux 0x331de0b9 kstrtos8_from_user +EXPORT_SYMBOL vmlinux 0x332f7ffc scsicam_bios_param +EXPORT_SYMBOL vmlinux 0x3352d951 secure_tcpv6_ts_off +EXPORT_SYMBOL vmlinux 0x33569e6f nla_put_64bit +EXPORT_SYMBOL vmlinux 0x335ac494 __traceiter_module_get +EXPORT_SYMBOL vmlinux 0x335bc780 inet_listen +EXPORT_SYMBOL vmlinux 0x33628844 pci_find_next_bus +EXPORT_SYMBOL vmlinux 0x3362a5ac udp_table +EXPORT_SYMBOL vmlinux 0x338e24ff dm_kcopyd_zero +EXPORT_SYMBOL vmlinux 0x3392ba4a inet_csk_complete_hashdance +EXPORT_SYMBOL vmlinux 0x339466e8 eth_header_parse_protocol +EXPORT_SYMBOL vmlinux 0x33b1a817 gnet_stats_finish_copy +EXPORT_SYMBOL vmlinux 0x33cc0933 arp_tbl +EXPORT_SYMBOL vmlinux 0x33edead8 fb_prepare_logo +EXPORT_SYMBOL vmlinux 0x33f74de3 _ascebc_500 +EXPORT_SYMBOL vmlinux 0x33fa5ab7 netpoll_print_options +EXPORT_SYMBOL vmlinux 0x33fa677f rename_lock +EXPORT_SYMBOL vmlinux 0x341578b8 sget +EXPORT_SYMBOL vmlinux 0x342c4a4f jbd2_journal_stop +EXPORT_SYMBOL vmlinux 0x343d3269 vfs_dedupe_file_range +EXPORT_SYMBOL vmlinux 0x344b207f security_binder_set_context_mgr +EXPORT_SYMBOL vmlinux 0x345551d8 file_check_and_advance_wb_err +EXPORT_SYMBOL vmlinux 0x3457a54e gro_find_complete_by_type +EXPORT_SYMBOL vmlinux 0x346fce7d mnt_drop_write_file +EXPORT_SYMBOL vmlinux 0x3474011c neigh_seq_next +EXPORT_SYMBOL vmlinux 0x349cba85 strchr +EXPORT_SYMBOL vmlinux 0x34b190cf kthread_create_worker +EXPORT_SYMBOL vmlinux 0x34bb338d mntput +EXPORT_SYMBOL vmlinux 0x34c7cdbc lookup_bdev +EXPORT_SYMBOL vmlinux 0x34d19b68 ccw_device_halt +EXPORT_SYMBOL vmlinux 0x34ece9bd __skb_free_datagram_locked +EXPORT_SYMBOL vmlinux 0x34f3484e security_tun_dev_attach_queue +EXPORT_SYMBOL vmlinux 0x350656e4 __tracepoint_s390_cio_tsch +EXPORT_SYMBOL vmlinux 0x3507de14 sock_ioctl_inout +EXPORT_SYMBOL vmlinux 0x351033a5 alloc_file_pseudo +EXPORT_SYMBOL vmlinux 0x3517383e register_reboot_notifier +EXPORT_SYMBOL vmlinux 0x351d94bd simple_fill_super +EXPORT_SYMBOL vmlinux 0x351f24d0 xsk_tx_peek_desc +EXPORT_SYMBOL vmlinux 0x3523adeb flow_rule_match_enc_ports +EXPORT_SYMBOL vmlinux 0x352b9d9d page_get_link +EXPORT_SYMBOL vmlinux 0x35341be9 __scsi_iterate_devices +EXPORT_SYMBOL vmlinux 0x3539a4c9 tcp_recvmsg +EXPORT_SYMBOL vmlinux 0x353aa363 scsi_register_driver +EXPORT_SYMBOL vmlinux 0x353d90a5 neigh_parms_alloc +EXPORT_SYMBOL vmlinux 0x354a3e73 flow_rule_alloc +EXPORT_SYMBOL vmlinux 0x3562b974 scsi_report_device_reset +EXPORT_SYMBOL vmlinux 0x3571a408 cookie_ecn_ok +EXPORT_SYMBOL vmlinux 0x3584a43c cdrom_check_events +EXPORT_SYMBOL vmlinux 0x3598b803 console_force_preferred_locked +EXPORT_SYMBOL vmlinux 0x359b564c tcp_rcv_established +EXPORT_SYMBOL vmlinux 0x35a88f28 zlib_inflateInit2 +EXPORT_SYMBOL vmlinux 0x35b6af08 tty_port_free_xmit_buf +EXPORT_SYMBOL vmlinux 0x35b904a2 prepare_kernel_cred +EXPORT_SYMBOL vmlinux 0x35d015d3 netpoll_poll_enable +EXPORT_SYMBOL vmlinux 0x35dbabd0 xfrm_policy_walk +EXPORT_SYMBOL vmlinux 0x35e8d0e7 security_task_getsecid_obj +EXPORT_SYMBOL vmlinux 0x35ecd421 jbd2_journal_abort +EXPORT_SYMBOL vmlinux 0x3602aba9 raw3270_register_notifier +EXPORT_SYMBOL vmlinux 0x364a5742 vfs_rename +EXPORT_SYMBOL vmlinux 0x364bf6a3 sock_diag_put_filterinfo +EXPORT_SYMBOL vmlinux 0x364cd578 tcp_mmap +EXPORT_SYMBOL vmlinux 0x365acda7 set_normalized_timespec64 +EXPORT_SYMBOL vmlinux 0x365e7911 kstrdup_const +EXPORT_SYMBOL vmlinux 0x366707c9 jent_testing_init +EXPORT_SYMBOL vmlinux 0x366e7c57 super_setup_bdi_name +EXPORT_SYMBOL vmlinux 0x368aa495 sock_set_reuseaddr +EXPORT_SYMBOL vmlinux 0x36bc3bb5 crypto_sha1_update +EXPORT_SYMBOL vmlinux 0x36e2e6d9 ether_setup +EXPORT_SYMBOL vmlinux 0x36e7082f mtree_store_range +EXPORT_SYMBOL vmlinux 0x37071544 mdiobus_c45_read +EXPORT_SYMBOL vmlinux 0x370756ff bitmap_print_bitmask_to_buf +EXPORT_SYMBOL vmlinux 0x371e1953 __printk_cpu_sync_wait +EXPORT_SYMBOL vmlinux 0x3727fd2c netif_skb_features +EXPORT_SYMBOL vmlinux 0x3736d025 down_read_killable +EXPORT_SYMBOL vmlinux 0x37430a5b jbd2_journal_get_write_access +EXPORT_SYMBOL vmlinux 0x3744cf36 vmalloc_to_pfn +EXPORT_SYMBOL vmlinux 0x3755f990 gf128mul_init_64k_bbe +EXPORT_SYMBOL vmlinux 0x375ac910 gen_pool_add_owner +EXPORT_SYMBOL vmlinux 0x37688580 jbd2_journal_inode_ranged_write +EXPORT_SYMBOL vmlinux 0x37b33ad9 dev_deactivate +EXPORT_SYMBOL vmlinux 0x37befc70 jiffies_to_msecs +EXPORT_SYMBOL vmlinux 0x37c46d5e param_set_ullong +EXPORT_SYMBOL vmlinux 0x37d08b79 mdio_device_free +EXPORT_SYMBOL vmlinux 0x37d4b5e0 tcp_rcv_state_process +EXPORT_SYMBOL vmlinux 0x37d8a397 __sock_i_ino +EXPORT_SYMBOL vmlinux 0x37ddee4b tc_setup_cb_replace +EXPORT_SYMBOL vmlinux 0x37e39ec0 abort_creds +EXPORT_SYMBOL vmlinux 0x380ec283 bit_waitqueue +EXPORT_SYMBOL vmlinux 0x381a798a setup_max_cpus +EXPORT_SYMBOL vmlinux 0x381ab373 jbd2_journal_blocks_per_page +EXPORT_SYMBOL vmlinux 0x3832522f __crc32c_le_shift +EXPORT_SYMBOL vmlinux 0x38496828 napi_enable +EXPORT_SYMBOL vmlinux 0x3854774b kstrtoll +EXPORT_SYMBOL vmlinux 0x38569582 cond_set_guest_storage_key +EXPORT_SYMBOL vmlinux 0x385c7481 __tracepoint_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0x38739117 neigh_connected_output +EXPORT_SYMBOL vmlinux 0x38778ffd __inet_stream_connect +EXPORT_SYMBOL vmlinux 0x38869d88 kstat +EXPORT_SYMBOL vmlinux 0x38892f5d security_inode_copy_up +EXPORT_SYMBOL vmlinux 0x3891ffc8 ecryptfs_fill_auth_tok +EXPORT_SYMBOL vmlinux 0x38931a2f flow_indr_dev_setup_offload +EXPORT_SYMBOL vmlinux 0x38a54c5e jbd2_journal_init_jbd_inode +EXPORT_SYMBOL vmlinux 0x38a71b7e pci_free_resource_list +EXPORT_SYMBOL vmlinux 0x38a9b2ee sock_alloc_file +EXPORT_SYMBOL vmlinux 0x38a9f7c5 in6addr_loopback +EXPORT_SYMBOL vmlinux 0x38af84b5 lease_modify +EXPORT_SYMBOL vmlinux 0x38b43672 vfs_fsync +EXPORT_SYMBOL vmlinux 0x38cec494 nf_log_packet +EXPORT_SYMBOL vmlinux 0x38d23d01 phy_stop +EXPORT_SYMBOL vmlinux 0x3905480b unix_attach_fds +EXPORT_SYMBOL vmlinux 0x390c383e xfrm_register_type_offload +EXPORT_SYMBOL vmlinux 0x391df80a netstamp_needed_key +EXPORT_SYMBOL vmlinux 0x39461d6a in_egroup_p +EXPORT_SYMBOL vmlinux 0x3946c28c pneigh_lookup +EXPORT_SYMBOL vmlinux 0x394a1e11 phy_sfp_attach +EXPORT_SYMBOL vmlinux 0x396e4474 xfrm_state_walk_done +EXPORT_SYMBOL vmlinux 0x397a780e sock_create_kern +EXPORT_SYMBOL vmlinux 0x39834ca8 __sk_mem_schedule +EXPORT_SYMBOL vmlinux 0x39991865 icmp_global_allow +EXPORT_SYMBOL vmlinux 0x39c74235 dm_read_arg_group +EXPORT_SYMBOL vmlinux 0x39d30d38 tcp_sock_set_keepintvl +EXPORT_SYMBOL vmlinux 0x39fd2b63 zstd_reset_dstream +EXPORT_SYMBOL vmlinux 0x3a02dbc2 __sk_mem_reclaim +EXPORT_SYMBOL vmlinux 0x3a0367ac flow_block_cb_incref +EXPORT_SYMBOL vmlinux 0x3a13f54a sgl_alloc +EXPORT_SYMBOL vmlinux 0x3a1733d0 dfltcc_inflate +EXPORT_SYMBOL vmlinux 0x3a2c3a6f tcf_classify +EXPORT_SYMBOL vmlinux 0x3a2f6702 sg_alloc_table +EXPORT_SYMBOL vmlinux 0x3a3b5d7f forget_all_cached_acls +EXPORT_SYMBOL vmlinux 0x3a4f9d28 rng_is_initialized +EXPORT_SYMBOL vmlinux 0x3a68a15b bio_kmalloc +EXPORT_SYMBOL vmlinux 0x3a872d52 scsi_eh_prep_cmnd +EXPORT_SYMBOL vmlinux 0x3a8f22ce gen_pool_alloc_algo_owner +EXPORT_SYMBOL vmlinux 0x3a9252fa input_mt_assign_slots +EXPORT_SYMBOL vmlinux 0x3ab28948 console_srcu_read_lock +EXPORT_SYMBOL vmlinux 0x3ab7b1cc scsi_set_sense_field_pointer +EXPORT_SYMBOL vmlinux 0x3ac422a7 copy_splice_read +EXPORT_SYMBOL vmlinux 0x3acc7dee mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0x3aed21de truncate_inode_pages_range +EXPORT_SYMBOL vmlinux 0x3af0264a write_dirty_buffer +EXPORT_SYMBOL vmlinux 0x3b176ce7 release_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0x3b4ec12d pci_dev_driver +EXPORT_SYMBOL vmlinux 0x3b5e53b4 skb_eth_push +EXPORT_SYMBOL vmlinux 0x3b644591 __bitmap_shift_left +EXPORT_SYMBOL vmlinux 0x3b6c41ea kstrtouint +EXPORT_SYMBOL vmlinux 0x3b756f6a crc32_le +EXPORT_SYMBOL vmlinux 0x3b804423 devm_release_resource +EXPORT_SYMBOL vmlinux 0x3b87167f generic_set_encrypted_ci_d_ops +EXPORT_SYMBOL vmlinux 0x3b89a915 xfrm_policy_walk_done +EXPORT_SYMBOL vmlinux 0x3b979d4f get_cached_acl_rcu +EXPORT_SYMBOL vmlinux 0x3ba10575 ccw_device_set_offline +EXPORT_SYMBOL vmlinux 0x3ba13677 fs_param_is_s32 +EXPORT_SYMBOL vmlinux 0x3ba63730 kiocb_set_cancel_fn +EXPORT_SYMBOL vmlinux 0x3bdffbc7 pci_iomap_wc +EXPORT_SYMBOL vmlinux 0x3befdf9c bpf_link_put +EXPORT_SYMBOL vmlinux 0x3c02a999 dma_fence_array_next +EXPORT_SYMBOL vmlinux 0x3c0b4eee __kfifo_skip_r +EXPORT_SYMBOL vmlinux 0x3c185c61 page_put_link +EXPORT_SYMBOL vmlinux 0x3c3af15f __tracepoint_s390_cio_tpi +EXPORT_SYMBOL vmlinux 0x3c3fce39 __local_bh_enable_ip +EXPORT_SYMBOL vmlinux 0x3c3ff9fd sprintf +EXPORT_SYMBOL vmlinux 0x3c523149 d_set_d_op +EXPORT_SYMBOL vmlinux 0x3c531813 zstd_is_error +EXPORT_SYMBOL vmlinux 0x3c768b51 xz_dec_microlzma_run +EXPORT_SYMBOL vmlinux 0x3ca35387 vfs_iocb_iter_read +EXPORT_SYMBOL vmlinux 0x3ca8a229 skb_dequeue_tail +EXPORT_SYMBOL vmlinux 0x3cb23db3 console_srcu_read_unlock +EXPORT_SYMBOL vmlinux 0x3cc424b3 vma_set_file +EXPORT_SYMBOL vmlinux 0x3ce4ca6f disable_irq +EXPORT_SYMBOL vmlinux 0x3d004bb0 skb_flow_dissect_tunnel_info +EXPORT_SYMBOL vmlinux 0x3d117a60 itcw_calc_size +EXPORT_SYMBOL vmlinux 0x3d14d108 inet_csk_clear_xmit_timers +EXPORT_SYMBOL vmlinux 0x3d21dc14 phy_disconnect +EXPORT_SYMBOL vmlinux 0x3d2981fa utf8_casefold_hash +EXPORT_SYMBOL vmlinux 0x3d4cb9d1 airq_iv_create +EXPORT_SYMBOL vmlinux 0x3d57f5bb mdiobus_read_nested +EXPORT_SYMBOL vmlinux 0x3d6b3755 empty_name +EXPORT_SYMBOL vmlinux 0x3d7678e9 dev_vprintk_emit +EXPORT_SYMBOL vmlinux 0x3dabf271 memcg_sockets_enabled_key +EXPORT_SYMBOL vmlinux 0x3dac779a bpf_sk_lookup_enabled +EXPORT_SYMBOL vmlinux 0x3dad9978 cancel_delayed_work +EXPORT_SYMBOL vmlinux 0x3dcb88a0 irq_set_handler_data +EXPORT_SYMBOL vmlinux 0x3dd59d03 key_alloc +EXPORT_SYMBOL vmlinux 0x3dfc897c seq_hlist_start_head +EXPORT_SYMBOL vmlinux 0x3e10f6d1 jbd2_journal_wipe +EXPORT_SYMBOL vmlinux 0x3e3bad0a __tasklet_hi_schedule +EXPORT_SYMBOL vmlinux 0x3e7cc9c9 lookup_one_len +EXPORT_SYMBOL vmlinux 0x3e7d29d1 padata_set_cpumask +EXPORT_SYMBOL vmlinux 0x3ea3a536 set_page_dirty +EXPORT_SYMBOL vmlinux 0x3eba2b75 tcp_sock_set_keepcnt +EXPORT_SYMBOL vmlinux 0x3eccbe2c __find_nth_bit +EXPORT_SYMBOL vmlinux 0x3edf5665 _dev_printk +EXPORT_SYMBOL vmlinux 0x3efc422c inet_add_offload +EXPORT_SYMBOL vmlinux 0x3efe1703 phy_unregister_fixup_for_id +EXPORT_SYMBOL vmlinux 0x3f0cc33f fib_notifier_ops_register +EXPORT_SYMBOL vmlinux 0x3f0dca11 inet_rcv_saddr_equal +EXPORT_SYMBOL vmlinux 0x3f36c1cf kill_block_super +EXPORT_SYMBOL vmlinux 0x3f4547a7 put_unused_fd +EXPORT_SYMBOL vmlinux 0x3f57f838 genphy_c37_config_aneg +EXPORT_SYMBOL vmlinux 0x3f89071b security_ib_pkey_access +EXPORT_SYMBOL vmlinux 0x3f8c9c29 ns_capable +EXPORT_SYMBOL vmlinux 0x3f8cb4b9 kbd_ascebc +EXPORT_SYMBOL vmlinux 0x3f98e52c jbd2_journal_dirty_metadata +EXPORT_SYMBOL vmlinux 0x3fa8998d xp_dma_sync_for_cpu_slow +EXPORT_SYMBOL vmlinux 0x3fa913da strspn +EXPORT_SYMBOL vmlinux 0x3fbf491c netif_inherit_tso_max +EXPORT_SYMBOL vmlinux 0x3fd54f12 raw3270_request_set_data +EXPORT_SYMBOL vmlinux 0x3fd78f3b register_chrdev_region +EXPORT_SYMBOL vmlinux 0x3fda88ca dcb_getrewr_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0x3fdf4e4c unregister_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x402a960a jiffies_64 +EXPORT_SYMBOL vmlinux 0x40581dbe pci_request_irq +EXPORT_SYMBOL vmlinux 0x40973662 sysctl_udp_mem +EXPORT_SYMBOL vmlinux 0x40a62432 __nla_validate +EXPORT_SYMBOL vmlinux 0x40a9b349 vzalloc +EXPORT_SYMBOL vmlinux 0x40c7247c si_meminfo +EXPORT_SYMBOL vmlinux 0x40d04664 console_trylock +EXPORT_SYMBOL vmlinux 0x40d4a0e8 register_filesystem +EXPORT_SYMBOL vmlinux 0x40d59096 unregister_restart_handler +EXPORT_SYMBOL vmlinux 0x40d5f6b0 pci_enable_atomic_ops_to_root +EXPORT_SYMBOL vmlinux 0x4101474d skb_coalesce_rx_frag +EXPORT_SYMBOL vmlinux 0x410cb9d7 pci_ep_cfs_add_epf_group +EXPORT_SYMBOL vmlinux 0x410d38f6 dquot_commit +EXPORT_SYMBOL vmlinux 0x4122fac9 nla_reserve +EXPORT_SYMBOL vmlinux 0x412f893c page_offline_begin +EXPORT_SYMBOL vmlinux 0x4131c9eb skb_condense +EXPORT_SYMBOL vmlinux 0x413cdcfc simple_nosetlease +EXPORT_SYMBOL vmlinux 0x41482d8b strndup_user +EXPORT_SYMBOL vmlinux 0x414d56a7 __skb_ext_del +EXPORT_SYMBOL vmlinux 0x4188d439 neigh_rand_reach_time +EXPORT_SYMBOL vmlinux 0x418a421d locks_copy_lock +EXPORT_SYMBOL vmlinux 0x41a081b0 sock_no_accept +EXPORT_SYMBOL vmlinux 0x41a853e9 pipe_unlock +EXPORT_SYMBOL vmlinux 0x41af53f3 csum_and_copy_to_iter +EXPORT_SYMBOL vmlinux 0x41b1c531 copy_page_from_iter +EXPORT_SYMBOL vmlinux 0x41b530cc make_bad_inode +EXPORT_SYMBOL vmlinux 0x41d4974d pcix_get_mmrbc +EXPORT_SYMBOL vmlinux 0x41d5f91c remap_pfn_range +EXPORT_SYMBOL vmlinux 0x41d8356a phy_device_remove +EXPORT_SYMBOL vmlinux 0x41ed3245 dcb_setapp +EXPORT_SYMBOL vmlinux 0x41f6267e handshake_req_private +EXPORT_SYMBOL vmlinux 0x420d45c9 __cpuhp_remove_state_cpuslocked +EXPORT_SYMBOL vmlinux 0x4230a8d7 sg_nents_for_len +EXPORT_SYMBOL vmlinux 0x4234d066 __folio_start_writeback +EXPORT_SYMBOL vmlinux 0x4244f444 input_unregister_device +EXPORT_SYMBOL vmlinux 0x4248ae3c single_task_running +EXPORT_SYMBOL vmlinux 0x424d3620 zlib_inflateIncomp +EXPORT_SYMBOL vmlinux 0x4259a234 show_init_ipc_ns +EXPORT_SYMBOL vmlinux 0x42684a5a debug_unregister_view +EXPORT_SYMBOL vmlinux 0x426d2247 inet_recvmsg +EXPORT_SYMBOL vmlinux 0x429294f7 dst_destroy +EXPORT_SYMBOL vmlinux 0x429dcdc0 xa_find_after +EXPORT_SYMBOL vmlinux 0x42ae6d99 xa_find +EXPORT_SYMBOL vmlinux 0x42b71cc4 netdev_sk_get_lowest_dev +EXPORT_SYMBOL vmlinux 0x42bd9030 __inet6_lookup_established +EXPORT_SYMBOL vmlinux 0x42c4050a zstd_init_dstream +EXPORT_SYMBOL vmlinux 0x42eca53f sock_no_listen +EXPORT_SYMBOL vmlinux 0x42ef7f84 ip6_dst_hoplimit +EXPORT_SYMBOL vmlinux 0x42efab35 neigh_for_each +EXPORT_SYMBOL vmlinux 0x42f1b900 fb_pad_unaligned_buffer +EXPORT_SYMBOL vmlinux 0x42f3dc97 skb_page_frag_refill +EXPORT_SYMBOL vmlinux 0x4302d0eb free_pages +EXPORT_SYMBOL vmlinux 0x431acc8d pci_wait_for_pending_transaction +EXPORT_SYMBOL vmlinux 0x4351577a fb_parse_edid +EXPORT_SYMBOL vmlinux 0x435c2019 get_bitmap_from_slot +EXPORT_SYMBOL vmlinux 0x4372f103 mr_vif_seq_next +EXPORT_SYMBOL vmlinux 0x437a0d6d __sock_tx_timestamp +EXPORT_SYMBOL vmlinux 0x438610bd security_tun_dev_alloc_security +EXPORT_SYMBOL vmlinux 0x4392d5fe __fput_sync +EXPORT_SYMBOL vmlinux 0x43a4938f vm_get_page_prot +EXPORT_SYMBOL vmlinux 0x43a7bc63 param_get_long +EXPORT_SYMBOL vmlinux 0x43bdfa20 console_irq +EXPORT_SYMBOL vmlinux 0x43cf3bc3 dql_completed +EXPORT_SYMBOL vmlinux 0x43d05020 watchdog_register_governor +EXPORT_SYMBOL vmlinux 0x43d22fb9 groups_alloc +EXPORT_SYMBOL vmlinux 0x43d9ba52 fault_in_readable +EXPORT_SYMBOL vmlinux 0x43e9ee74 iget5_locked +EXPORT_SYMBOL vmlinux 0x44032e81 folio_end_writeback +EXPORT_SYMBOL vmlinux 0x4424a9d4 register_sysctl_mount_point +EXPORT_SYMBOL vmlinux 0x442e04ac end_buffer_read_sync +EXPORT_SYMBOL vmlinux 0x442fccca sk_filter_trim_cap +EXPORT_SYMBOL vmlinux 0x44334aa0 phy_request_interrupt +EXPORT_SYMBOL vmlinux 0x4443a2c1 diag_stat_inc +EXPORT_SYMBOL vmlinux 0x44469a76 crc_ccitt_false_table +EXPORT_SYMBOL vmlinux 0x4447f329 arch_debugfs_dir +EXPORT_SYMBOL vmlinux 0x444c8f7e ip6_frag_next +EXPORT_SYMBOL vmlinux 0x4460a79c tcp_req_err +EXPORT_SYMBOL vmlinux 0x446e063b qdisc_offload_graft_helper +EXPORT_SYMBOL vmlinux 0x4482f9e6 inode_init_once +EXPORT_SYMBOL vmlinux 0x448acd4c kmem_cache_alloc_node +EXPORT_SYMBOL vmlinux 0x449108c4 pudp_xchg_direct +EXPORT_SYMBOL vmlinux 0x44b30fb5 csch +EXPORT_SYMBOL vmlinux 0x44bca122 md_bitmap_startwrite +EXPORT_SYMBOL vmlinux 0x44dc7e89 dma_pool_create +EXPORT_SYMBOL vmlinux 0x44e9a829 match_token +EXPORT_SYMBOL vmlinux 0x44e9b7d0 __init_waitqueue_head +EXPORT_SYMBOL vmlinux 0x44fb3f06 vfs_copy_file_range +EXPORT_SYMBOL vmlinux 0x44ffb90e audit_log +EXPORT_SYMBOL vmlinux 0x45006cee default_red +EXPORT_SYMBOL vmlinux 0x450218ef devm_memunmap +EXPORT_SYMBOL vmlinux 0x452ba683 ipv6_ext_hdr +EXPORT_SYMBOL vmlinux 0x453c8403 pci_msi_enabled +EXPORT_SYMBOL vmlinux 0x453eec1f mr_table_alloc +EXPORT_SYMBOL vmlinux 0x455eff44 generic_fill_statx_attr +EXPORT_SYMBOL vmlinux 0x45612f52 param_ops_dyndbg_classes +EXPORT_SYMBOL vmlinux 0x4578f528 __kfifo_to_user +EXPORT_SYMBOL vmlinux 0x457fac26 flow_rule_match_ports_range +EXPORT_SYMBOL vmlinux 0x4592a5f4 ip6_xmit +EXPORT_SYMBOL vmlinux 0x45950c02 dst_release +EXPORT_SYMBOL vmlinux 0x45a298a3 tcp_mss_to_mtu +EXPORT_SYMBOL vmlinux 0x45b9877f prepare_to_wait +EXPORT_SYMBOL vmlinux 0x45b9bb32 ww_mutex_lock +EXPORT_SYMBOL vmlinux 0x45c96988 simple_get_link +EXPORT_SYMBOL vmlinux 0x45d1f78e pci_free_host_bridge +EXPORT_SYMBOL vmlinux 0x45d3c773 memdup_user_nul +EXPORT_SYMBOL vmlinux 0x45f0d192 dma_fence_chain_find_seqno +EXPORT_SYMBOL vmlinux 0x45f17fb6 __var_waitqueue +EXPORT_SYMBOL vmlinux 0x45f8014f sock_queue_rcv_skb_reason +EXPORT_SYMBOL vmlinux 0x4608fc7b blk_mq_delay_run_hw_queue +EXPORT_SYMBOL vmlinux 0x460f4a34 flow_hash_from_keys +EXPORT_SYMBOL vmlinux 0x461d16ca sg_nents +EXPORT_SYMBOL vmlinux 0x461df5ad tcp_make_synack +EXPORT_SYMBOL vmlinux 0x4623e2e1 locks_init_lock +EXPORT_SYMBOL vmlinux 0x4628ebc8 ihold +EXPORT_SYMBOL vmlinux 0x465d46a2 ipv6_dev_find +EXPORT_SYMBOL vmlinux 0x466a3bb9 balance_dirty_pages_ratelimited +EXPORT_SYMBOL vmlinux 0x466c14a7 __delay +EXPORT_SYMBOL vmlinux 0x467c8714 reuseport_has_conns_set +EXPORT_SYMBOL vmlinux 0x468ce849 neigh_update +EXPORT_SYMBOL vmlinux 0x46bc6631 pcim_enable_device +EXPORT_SYMBOL vmlinux 0x46bd5d6e video_get_options +EXPORT_SYMBOL vmlinux 0x46cd8fce iucv_message_send +EXPORT_SYMBOL vmlinux 0x46cfda1f sk_dst_check +EXPORT_SYMBOL vmlinux 0x46d57a99 simple_transaction_set +EXPORT_SYMBOL vmlinux 0x46d59f7d smp_cpu_mt_shift +EXPORT_SYMBOL vmlinux 0x46db5f1e kmem_cache_free +EXPORT_SYMBOL vmlinux 0x46e0ad71 scsi_host_alloc +EXPORT_SYMBOL vmlinux 0x46e319aa tcw_set_data +EXPORT_SYMBOL vmlinux 0x46e40905 clocksource_unregister +EXPORT_SYMBOL vmlinux 0x46e53805 gnet_stats_copy_basic +EXPORT_SYMBOL vmlinux 0x470104ed flow_block_cb_lookup +EXPORT_SYMBOL vmlinux 0x4714e7ae skb_find_text +EXPORT_SYMBOL vmlinux 0x4724b0b8 lookup_one_unlocked +EXPORT_SYMBOL vmlinux 0x472fbcad sg_miter_skip +EXPORT_SYMBOL vmlinux 0x4733944e find_inode_by_ino_rcu +EXPORT_SYMBOL vmlinux 0x47392e76 sclp_ocf_cpc_name_copy +EXPORT_SYMBOL vmlinux 0x473da6c7 crypto_kdf108_setkey +EXPORT_SYMBOL vmlinux 0x474dfdfe dev_set_mac_address_user +EXPORT_SYMBOL vmlinux 0x47709e42 free_anon_bdev +EXPORT_SYMBOL vmlinux 0x4791c6ea gen_pool_create +EXPORT_SYMBOL vmlinux 0x4796afc9 blk_mq_init_allocated_queue +EXPORT_SYMBOL vmlinux 0x47c20f8a refcount_dec_not_one +EXPORT_SYMBOL vmlinux 0x47c65bfc unregister_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0x47f4b844 vfs_parse_fs_string +EXPORT_SYMBOL vmlinux 0x47fd41e0 set_page_dirty_lock +EXPORT_SYMBOL vmlinux 0x4808b66b param_set_byte +EXPORT_SYMBOL vmlinux 0x481814c4 mb_cache_entry_find_next +EXPORT_SYMBOL vmlinux 0x4829cf6b fscrypt_enqueue_decrypt_work +EXPORT_SYMBOL vmlinux 0x482d4f73 raw3270_request_add_data +EXPORT_SYMBOL vmlinux 0x484345ae __skb_warn_lro_forwarding +EXPORT_SYMBOL vmlinux 0x484aae96 dquot_quota_off +EXPORT_SYMBOL vmlinux 0x484f6edf ktime_get_coarse_real_ts64 +EXPORT_SYMBOL vmlinux 0x48558d78 kernel_getsockname +EXPORT_SYMBOL vmlinux 0x4866b5d8 blk_mq_start_hw_queue +EXPORT_SYMBOL vmlinux 0x487370a2 fault_in_writeable +EXPORT_SYMBOL vmlinux 0x487b81a5 set_create_files_as +EXPORT_SYMBOL vmlinux 0x488a3abe netdev_master_upper_dev_get +EXPORT_SYMBOL vmlinux 0x48973f3e generic_setlease +EXPORT_SYMBOL vmlinux 0x489f6e0b rdma_dim +EXPORT_SYMBOL vmlinux 0x48a91171 string_get_size +EXPORT_SYMBOL vmlinux 0x48ac644f xfrm6_rcv_tnl +EXPORT_SYMBOL vmlinux 0x48ad7f51 folio_migrate_flags +EXPORT_SYMBOL vmlinux 0x48c4f2b9 textsearch_destroy +EXPORT_SYMBOL vmlinux 0x48c857b9 security_inode_setsecctx +EXPORT_SYMBOL vmlinux 0x48d27375 __bitmap_intersects +EXPORT_SYMBOL vmlinux 0x48deeb2e setattr_copy +EXPORT_SYMBOL vmlinux 0x48ef07f8 skb_prepare_seq_read +EXPORT_SYMBOL vmlinux 0x48f6905b zstd_dctx_workspace_bound +EXPORT_SYMBOL vmlinux 0x49045426 icmp_err_convert +EXPORT_SYMBOL vmlinux 0x490d08b8 register_cdrom +EXPORT_SYMBOL vmlinux 0x490dddac dq_data_lock +EXPORT_SYMBOL vmlinux 0x4916a25c tty_port_put +EXPORT_SYMBOL vmlinux 0x492a1bc1 skb_queue_purge +EXPORT_SYMBOL vmlinux 0x4932011e gen_pool_free_owner +EXPORT_SYMBOL vmlinux 0x493a8c15 jbd2_journal_begin_ordered_truncate +EXPORT_SYMBOL vmlinux 0x493c2f4d __folio_batch_release +EXPORT_SYMBOL vmlinux 0x495231ea mul_u64_u64_div_u64 +EXPORT_SYMBOL vmlinux 0x495990f3 hdmi_audio_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x49672828 node_states +EXPORT_SYMBOL vmlinux 0x49699346 security_path_rename +EXPORT_SYMBOL vmlinux 0x4977c498 stack_depot_get_extra_bits +EXPORT_SYMBOL vmlinux 0x497f849a security_dentry_init_security +EXPORT_SYMBOL vmlinux 0x49a2a3aa posix_acl_update_mode +EXPORT_SYMBOL vmlinux 0x49b3b9f0 blk_queue_max_hw_sectors +EXPORT_SYMBOL vmlinux 0x49e5e7f3 hdmi_drm_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x49e8adbe scsi_register_interface +EXPORT_SYMBOL vmlinux 0x49ef445f inode_set_ctime_current +EXPORT_SYMBOL vmlinux 0x4a1098a5 tty_port_alloc_xmit_buf +EXPORT_SYMBOL vmlinux 0x4a1f4836 ipv6_getsockopt +EXPORT_SYMBOL vmlinux 0x4a3a5d88 nf_hook_slow_list +EXPORT_SYMBOL vmlinux 0x4a572e3a swake_up_all +EXPORT_SYMBOL vmlinux 0x4a96a8eb xxh32_digest +EXPORT_SYMBOL vmlinux 0x4aa6f087 pin_user_pages_remote +EXPORT_SYMBOL vmlinux 0x4ad74e09 param_get_charp +EXPORT_SYMBOL vmlinux 0x4ad79761 sock_no_connect +EXPORT_SYMBOL vmlinux 0x4ade3f9b ns_capable_setid +EXPORT_SYMBOL vmlinux 0x4ae90d8e hdmi_avi_infoframe_check +EXPORT_SYMBOL vmlinux 0x4af6ddf0 kstrtou16 +EXPORT_SYMBOL vmlinux 0x4af77435 xsk_tx_completed +EXPORT_SYMBOL vmlinux 0x4b0b019e add_device_randomness +EXPORT_SYMBOL vmlinux 0x4b0e9a83 netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x4b23f4e5 noop_qdisc +EXPORT_SYMBOL vmlinux 0x4b369167 __SCK__tp_func_s390_diagnose +EXPORT_SYMBOL vmlinux 0x4b392d55 sock_wmalloc +EXPORT_SYMBOL vmlinux 0x4b3a040e sys_fillrect +EXPORT_SYMBOL vmlinux 0x4b401d98 framebuffer_alloc +EXPORT_SYMBOL vmlinux 0x4b437f1f devm_request_resource +EXPORT_SYMBOL vmlinux 0x4b5b5011 zap_page_range_single +EXPORT_SYMBOL vmlinux 0x4b6b3c33 scsi_execute_cmd +EXPORT_SYMBOL vmlinux 0x4b6d4d84 xfrm_trans_queue +EXPORT_SYMBOL vmlinux 0x4b8b9595 generic_file_read_iter +EXPORT_SYMBOL vmlinux 0x4b8f4e7a down_read_trylock +EXPORT_SYMBOL vmlinux 0x4bbc74fe from_kuid +EXPORT_SYMBOL vmlinux 0x4bc0dd39 request_key_rcu +EXPORT_SYMBOL vmlinux 0x4bc38255 generic_cont_expand_simple +EXPORT_SYMBOL vmlinux 0x4bd018e2 kmalloc_large_node +EXPORT_SYMBOL vmlinux 0x4c11fd65 is_free_buddy_page +EXPORT_SYMBOL vmlinux 0x4c153552 pcie_capability_clear_and_set_dword +EXPORT_SYMBOL vmlinux 0x4c1b8e5b udp_seq_stop +EXPORT_SYMBOL vmlinux 0x4c381b1b scsi_remove_host +EXPORT_SYMBOL vmlinux 0x4c39d430 rt_dst_clone +EXPORT_SYMBOL vmlinux 0x4c416eb9 LZ4_decompress_fast +EXPORT_SYMBOL vmlinux 0x4c44827a unix_destruct_scm +EXPORT_SYMBOL vmlinux 0x4c4c956e nla_memcmp +EXPORT_SYMBOL vmlinux 0x4c5d9949 sclp +EXPORT_SYMBOL vmlinux 0x4c618650 udp_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x4c7264e8 elevator_alloc +EXPORT_SYMBOL vmlinux 0x4c8a534b handshake_genl_put +EXPORT_SYMBOL vmlinux 0x4ca20814 get_watch_queue +EXPORT_SYMBOL vmlinux 0x4ca5cdc3 inode_add_bytes +EXPORT_SYMBOL vmlinux 0x4ca71e5a dma_unmap_page_attrs +EXPORT_SYMBOL vmlinux 0x4ccc5204 utf8_strncasecmp_folded +EXPORT_SYMBOL vmlinux 0x4ce4c7c5 security_socket_socketpair +EXPORT_SYMBOL vmlinux 0x4ceca2d4 disk_stack_limits +EXPORT_SYMBOL vmlinux 0x4ced21eb generic_file_readonly_mmap +EXPORT_SYMBOL vmlinux 0x4d042f21 dquot_load_quota_inode +EXPORT_SYMBOL vmlinux 0x4d16d05d bdev_end_io_acct +EXPORT_SYMBOL vmlinux 0x4d25036a fs_param_is_path +EXPORT_SYMBOL vmlinux 0x4d5fe525 percpu_counter_add_batch +EXPORT_SYMBOL vmlinux 0x4d7843c8 textsearch_prepare +EXPORT_SYMBOL vmlinux 0x4d798b56 tcf_idr_create_from_flags +EXPORT_SYMBOL vmlinux 0x4d79bf3f skb_queue_tail +EXPORT_SYMBOL vmlinux 0x4d7def2b crypto_sha256_update +EXPORT_SYMBOL vmlinux 0x4d9b652b rb_erase +EXPORT_SYMBOL vmlinux 0x4d9c6005 blk_integrity_compare +EXPORT_SYMBOL vmlinux 0x4da278d9 cpu_rmap_put +EXPORT_SYMBOL vmlinux 0x4dda726b match_strlcpy +EXPORT_SYMBOL vmlinux 0x4de620d4 tcp_sock_set_quickack +EXPORT_SYMBOL vmlinux 0x4dea1053 memchr +EXPORT_SYMBOL vmlinux 0x4df18bbd blk_queue_physical_block_size +EXPORT_SYMBOL vmlinux 0x4df2ea84 gen_estimator_read +EXPORT_SYMBOL vmlinux 0x4df877f1 reuseport_alloc +EXPORT_SYMBOL vmlinux 0x4e02858a sock_kzfree_s +EXPORT_SYMBOL vmlinux 0x4e02f523 input_get_timestamp +EXPORT_SYMBOL vmlinux 0x4e14fb7d __traceiter_s390_cio_msch +EXPORT_SYMBOL vmlinux 0x4e343331 tcp_mtu_to_mss +EXPORT_SYMBOL vmlinux 0x4e3567f7 match_int +EXPORT_SYMBOL vmlinux 0x4e36cdc4 __ubsan_handle_divrem_overflow +EXPORT_SYMBOL vmlinux 0x4e4924ea init_virt_timer +EXPORT_SYMBOL vmlinux 0x4e501f0f setup_arg_pages +EXPORT_SYMBOL vmlinux 0x4e5b0cc6 fs_param_is_u64 +EXPORT_SYMBOL vmlinux 0x4e619d93 _dev_emerg +EXPORT_SYMBOL vmlinux 0x4e66741d d_find_any_alias +EXPORT_SYMBOL vmlinux 0x4e68e9be rb_next_postorder +EXPORT_SYMBOL vmlinux 0x4e6e8ea7 fg_console +EXPORT_SYMBOL vmlinux 0x4e89ce10 idr_alloc_cyclic +EXPORT_SYMBOL vmlinux 0x4e8e2703 zstd_decompress_dctx +EXPORT_SYMBOL vmlinux 0x4e918a8a tcp_parse_options +EXPORT_SYMBOL vmlinux 0x4e9e6a05 downgrade_write +EXPORT_SYMBOL vmlinux 0x4eaa06f5 pci_bus_size_bridges +EXPORT_SYMBOL vmlinux 0x4eada8f7 security_secid_to_secctx +EXPORT_SYMBOL vmlinux 0x4eb2b066 hdmi_avi_infoframe_init +EXPORT_SYMBOL vmlinux 0x4ec54e78 bitmap_to_arr32 +EXPORT_SYMBOL vmlinux 0x4ec9363b bio_split +EXPORT_SYMBOL vmlinux 0x4eca5dd9 put_ipc_ns +EXPORT_SYMBOL vmlinux 0x4edc7b17 tcp_check_req +EXPORT_SYMBOL vmlinux 0x4ee1dcf5 blk_queue_flag_set +EXPORT_SYMBOL vmlinux 0x4f1cd128 security_tun_dev_create +EXPORT_SYMBOL vmlinux 0x4f1d86de submit_bio +EXPORT_SYMBOL vmlinux 0x4f20d80b zstd_min_clevel +EXPORT_SYMBOL vmlinux 0x4f2cd1b5 __cpcmd +EXPORT_SYMBOL vmlinux 0x4f3add1f ptep_xchg_lazy +EXPORT_SYMBOL vmlinux 0x4f5aa411 radix_tree_next_chunk +EXPORT_SYMBOL vmlinux 0x4f6a17e4 raw3270_del_view +EXPORT_SYMBOL vmlinux 0x4f74a584 thaw_super +EXPORT_SYMBOL vmlinux 0x4f74f897 md_unregister_thread +EXPORT_SYMBOL vmlinux 0x4f753966 neigh_ifdown +EXPORT_SYMBOL vmlinux 0x4f92c398 dcb_ieee_getapp_dscp_prio_mask_map +EXPORT_SYMBOL vmlinux 0x4f99a41e devm_arch_io_reserve_memtype_wc +EXPORT_SYMBOL vmlinux 0x4fc27219 jbd2_journal_grab_journal_head +EXPORT_SYMBOL vmlinux 0x4fd3209b genl_notify +EXPORT_SYMBOL vmlinux 0x4fe73413 unregister_console +EXPORT_SYMBOL vmlinux 0x4ff3bb4e fs_param_is_blob +EXPORT_SYMBOL vmlinux 0x4ffb59bf __SCK__tp_func_kfree +EXPORT_SYMBOL vmlinux 0x5003d52a ap_perms_mutex +EXPORT_SYMBOL vmlinux 0x50090978 tcp_time_wait +EXPORT_SYMBOL vmlinux 0x50097088 security_tun_dev_free_security +EXPORT_SYMBOL vmlinux 0x5009c71d glob_match +EXPORT_SYMBOL vmlinux 0x5014ad27 inet6_del_offload +EXPORT_SYMBOL vmlinux 0x502d5061 textsearch_find_continuous +EXPORT_SYMBOL vmlinux 0x5031b485 dma_fence_chain_ops +EXPORT_SYMBOL vmlinux 0x50347747 inet_sock_destruct +EXPORT_SYMBOL vmlinux 0x504046fe kernel_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x505307b7 pcim_iomap_regions_request_all +EXPORT_SYMBOL vmlinux 0x50624917 sha1_init +EXPORT_SYMBOL vmlinux 0x506dff1a __genradix_free +EXPORT_SYMBOL vmlinux 0x507144f4 lockref_get_not_zero +EXPORT_SYMBOL vmlinux 0x507b25d0 kstrndup +EXPORT_SYMBOL vmlinux 0x507fb1ae tcp_simple_retransmit +EXPORT_SYMBOL vmlinux 0x50907426 tcf_action_exec +EXPORT_SYMBOL vmlinux 0x50944630 seq_list_start_head_rcu +EXPORT_SYMBOL vmlinux 0x50a3fcea gnet_stats_copy_basic_hw +EXPORT_SYMBOL vmlinux 0x50a4698c fb_videomode_to_modelist +EXPORT_SYMBOL vmlinux 0x50a95df6 tcp_v4_do_rcv +EXPORT_SYMBOL vmlinux 0x50b80992 mb_cache_entry_find_first +EXPORT_SYMBOL vmlinux 0x50be748d security_ib_free_security +EXPORT_SYMBOL vmlinux 0x50ca57a9 dm_put_device +EXPORT_SYMBOL vmlinux 0x50d035c2 vsscanf +EXPORT_SYMBOL vmlinux 0x50db65fd folio_migrate_mapping +EXPORT_SYMBOL vmlinux 0x50e087dc radix_tree_tag_get +EXPORT_SYMBOL vmlinux 0x50f76324 pci_bus_read_config_dword +EXPORT_SYMBOL vmlinux 0x50f79fdd mdiobus_write +EXPORT_SYMBOL vmlinux 0x511f061e tcp_getsockopt +EXPORT_SYMBOL vmlinux 0x513366a6 vfs_fileattr_get +EXPORT_SYMBOL vmlinux 0x513be602 cdev_init +EXPORT_SYMBOL vmlinux 0x513f3991 folio_create_empty_buffers +EXPORT_SYMBOL vmlinux 0x51473316 __cpu_present_mask +EXPORT_SYMBOL vmlinux 0x514e738a generic_fadvise +EXPORT_SYMBOL vmlinux 0x5152781c compat_ptr_ioctl +EXPORT_SYMBOL vmlinux 0x5158dc0b release_pages +EXPORT_SYMBOL vmlinux 0x51629a4e __skb_flow_dissect +EXPORT_SYMBOL vmlinux 0x51641162 opal_unlock_from_suspend +EXPORT_SYMBOL vmlinux 0x51881024 tcp_init_sock +EXPORT_SYMBOL vmlinux 0x518bb9e6 diag204 +EXPORT_SYMBOL vmlinux 0x51b81959 dquot_alloc +EXPORT_SYMBOL vmlinux 0x51b84344 km_query +EXPORT_SYMBOL vmlinux 0x51b982f3 mnt_set_expiry +EXPORT_SYMBOL vmlinux 0x51cc13ab xfrm_register_km +EXPORT_SYMBOL vmlinux 0x51d6bd83 neigh_proc_dointvec_ms_jiffies +EXPORT_SYMBOL vmlinux 0x51e124c8 netlink_capable +EXPORT_SYMBOL vmlinux 0x51e29faf redraw_screen +EXPORT_SYMBOL vmlinux 0x51e36266 rtnl_link_get_net +EXPORT_SYMBOL vmlinux 0x51fdd375 setup_new_exec +EXPORT_SYMBOL vmlinux 0x526975eb sync_file_get_fence +EXPORT_SYMBOL vmlinux 0x528265cf phy_resume +EXPORT_SYMBOL vmlinux 0x52a53dbd scmd_printk +EXPORT_SYMBOL vmlinux 0x52d5d9ff blk_mq_run_hw_queues +EXPORT_SYMBOL vmlinux 0x52d717da xz_dec_init +EXPORT_SYMBOL vmlinux 0x52db1a14 zstd_init_dctx +EXPORT_SYMBOL vmlinux 0x52f65988 pci_bus_read_config_byte +EXPORT_SYMBOL vmlinux 0x52ff0506 dm_get_device +EXPORT_SYMBOL vmlinux 0x53047b05 tty_register_device +EXPORT_SYMBOL vmlinux 0x530bbc96 __hsiphash_unaligned +EXPORT_SYMBOL vmlinux 0x531625b6 wait_for_completion +EXPORT_SYMBOL vmlinux 0x5325a250 __skb_checksum_complete +EXPORT_SYMBOL vmlinux 0x5325d6f3 dfltcc_reset_deflate_state +EXPORT_SYMBOL vmlinux 0x5338184f ethtool_sprintf +EXPORT_SYMBOL vmlinux 0x533d63fe ethtool_aggregate_phy_stats +EXPORT_SYMBOL vmlinux 0x534f2aa4 blk_stack_limits +EXPORT_SYMBOL vmlinux 0x538715f9 simple_rmdir +EXPORT_SYMBOL vmlinux 0x539b50f4 sk_ioctl +EXPORT_SYMBOL vmlinux 0x53a1e8d9 _find_next_bit +EXPORT_SYMBOL vmlinux 0x53c24b01 mutex_is_locked +EXPORT_SYMBOL vmlinux 0x53dea699 remove_proc_subtree +EXPORT_SYMBOL vmlinux 0x53f8ced7 page_pool_ethtool_stats_get_strings +EXPORT_SYMBOL vmlinux 0x5400d124 dquot_get_dqblk +EXPORT_SYMBOL vmlinux 0x5403af02 pci_release_selected_regions +EXPORT_SYMBOL vmlinux 0x540862e2 diag14 +EXPORT_SYMBOL vmlinux 0x5420bc51 jbd2_fc_wait_bufs +EXPORT_SYMBOL vmlinux 0x5420d854 xsk_set_tx_need_wakeup +EXPORT_SYMBOL vmlinux 0x543ec48c md_integrity_add_rdev +EXPORT_SYMBOL vmlinux 0x543ef284 seq_hlist_start +EXPORT_SYMBOL vmlinux 0x546187f1 generic_error_remove_page +EXPORT_SYMBOL vmlinux 0x5462e095 __mod_zone_page_state +EXPORT_SYMBOL vmlinux 0x5463acc2 ip_tunnel_parse_protocol +EXPORT_SYMBOL vmlinux 0x5479ccb2 ccw_device_start_key +EXPORT_SYMBOL vmlinux 0x5486c666 ip_sock_set_freebind +EXPORT_SYMBOL vmlinux 0x548d17c4 airq_iv_alloc +EXPORT_SYMBOL vmlinux 0x548e239b mdiobus_unregister +EXPORT_SYMBOL vmlinux 0x54a972ec adjust_managed_page_count +EXPORT_SYMBOL vmlinux 0x54ae4089 device_match_acpi_dev +EXPORT_SYMBOL vmlinux 0x54b1fac6 __ubsan_handle_load_invalid_value +EXPORT_SYMBOL vmlinux 0x54b90b68 flow_rule_match_enc_keyid +EXPORT_SYMBOL vmlinux 0x54ca3124 netif_set_real_num_tx_queues +EXPORT_SYMBOL vmlinux 0x54cfacd5 __ctzdi2 +EXPORT_SYMBOL vmlinux 0x54e6fcdd net_enable_timestamp +EXPORT_SYMBOL vmlinux 0x54eec8cd parse_int_array_user +EXPORT_SYMBOL vmlinux 0x54f1bdd1 param_get_bool +EXPORT_SYMBOL vmlinux 0x5506b8f7 netlbl_bitmap_setbit +EXPORT_SYMBOL vmlinux 0x550b454b __do_once_done +EXPORT_SYMBOL vmlinux 0x550f5bfa kbd_free +EXPORT_SYMBOL vmlinux 0x55115333 find_vma +EXPORT_SYMBOL vmlinux 0x551389c6 set_cached_acl +EXPORT_SYMBOL vmlinux 0x551668bc kstrtoull_from_user +EXPORT_SYMBOL vmlinux 0x551a403b dma_resv_add_fence +EXPORT_SYMBOL vmlinux 0x551bd071 __rb_erase_color +EXPORT_SYMBOL vmlinux 0x552556a8 gen_pool_dma_alloc_algo +EXPORT_SYMBOL vmlinux 0x5528203b pci_iomap_range +EXPORT_SYMBOL vmlinux 0x553c17ed mdiobus_free +EXPORT_SYMBOL vmlinux 0x554ae3a4 irq_poll_sched +EXPORT_SYMBOL vmlinux 0x554b16f9 dma_fence_set_deadline +EXPORT_SYMBOL vmlinux 0x5559f476 unpin_user_pages_dirty_lock +EXPORT_SYMBOL vmlinux 0x555ccb97 up_read +EXPORT_SYMBOL vmlinux 0x5573be2e pcim_iomap_regions +EXPORT_SYMBOL vmlinux 0x55781f2c dquot_free_inode +EXPORT_SYMBOL vmlinux 0x558b281d aes_expandkey +EXPORT_SYMBOL vmlinux 0x55a3f3e0 sclp_add_request +EXPORT_SYMBOL vmlinux 0x55a47165 skb_vlan_pop +EXPORT_SYMBOL vmlinux 0x55d63108 kstrtol_from_user +EXPORT_SYMBOL vmlinux 0x55e31703 ethtool_convert_link_mode_to_legacy_u32 +EXPORT_SYMBOL vmlinux 0x55eccdf5 mod_virt_timer +EXPORT_SYMBOL vmlinux 0x55f38a16 pci_bus_type +EXPORT_SYMBOL vmlinux 0x55f7b39a node_data +EXPORT_SYMBOL vmlinux 0x55fbaf1d smsg_unregister_callback +EXPORT_SYMBOL vmlinux 0x55fdeec0 elv_rb_del +EXPORT_SYMBOL vmlinux 0x562b9be5 ap_test_config_ctrl_domain +EXPORT_SYMBOL vmlinux 0x5635a60a vmalloc_user +EXPORT_SYMBOL vmlinux 0x5642c56e fwnode_iomap +EXPORT_SYMBOL vmlinux 0x564405cb __cpu_online_mask +EXPORT_SYMBOL vmlinux 0x56470118 __warn_printk +EXPORT_SYMBOL vmlinux 0x5648e3bf ip6_output +EXPORT_SYMBOL vmlinux 0x564ab27f nla_append +EXPORT_SYMBOL vmlinux 0x56802ae8 rps_cpu_mask +EXPORT_SYMBOL vmlinux 0x56833ebc genphy_update_link +EXPORT_SYMBOL vmlinux 0x56b5caad xp_dma_sync_for_device_slow +EXPORT_SYMBOL vmlinux 0x56c8799d scsi_kunmap_atomic_sg +EXPORT_SYMBOL vmlinux 0x56d78870 chsc +EXPORT_SYMBOL vmlinux 0x56df0559 registered_fb +EXPORT_SYMBOL vmlinux 0x56e387a1 __find_get_block +EXPORT_SYMBOL vmlinux 0x56ef06ed empty_aops +EXPORT_SYMBOL vmlinux 0x572ee609 __inode_sub_bytes +EXPORT_SYMBOL vmlinux 0x57328fa4 padata_do_serial +EXPORT_SYMBOL vmlinux 0x573acb7f qdisc_class_hash_grow +EXPORT_SYMBOL vmlinux 0x57407562 iterate_dir +EXPORT_SYMBOL vmlinux 0x574c047a phy_print_status +EXPORT_SYMBOL vmlinux 0x574c2e74 bitmap_release_region +EXPORT_SYMBOL vmlinux 0x57674fd7 __sw_hweight16 +EXPORT_SYMBOL vmlinux 0x57809b05 dcb_delrewr +EXPORT_SYMBOL vmlinux 0x578fb910 kill_pgrp +EXPORT_SYMBOL vmlinux 0x5797fdf2 dput +EXPORT_SYMBOL vmlinux 0x579f85c7 dma_sync_single_for_device +EXPORT_SYMBOL vmlinux 0x57b4b9a1 register_external_irq +EXPORT_SYMBOL vmlinux 0x57bc83bf netlink_net_capable +EXPORT_SYMBOL vmlinux 0x57c622a3 sock_no_getname +EXPORT_SYMBOL vmlinux 0x57cb835a xfrm_state_delete_tunnel +EXPORT_SYMBOL vmlinux 0x57d83881 component_match_add_typed +EXPORT_SYMBOL vmlinux 0x57d8426e fib6_info_hw_flags_set +EXPORT_SYMBOL vmlinux 0x57ece616 skb_unlink +EXPORT_SYMBOL vmlinux 0x57f18433 swake_up_one +EXPORT_SYMBOL vmlinux 0x57fbd368 zero_fill_bio +EXPORT_SYMBOL vmlinux 0x58014c0b dev_set_promiscuity +EXPORT_SYMBOL vmlinux 0x5803edd7 skb_seq_read +EXPORT_SYMBOL vmlinux 0x58069384 blk_mq_alloc_disk_for_queue +EXPORT_SYMBOL vmlinux 0x5818fe3c posix_acl_from_mode +EXPORT_SYMBOL vmlinux 0x581f98da zlib_inflate +EXPORT_SYMBOL vmlinux 0x582b6275 xfrm_if_unregister_cb +EXPORT_SYMBOL vmlinux 0x582d59ff __kernel_fpu_begin +EXPORT_SYMBOL vmlinux 0x5838bbc7 __dquot_transfer +EXPORT_SYMBOL vmlinux 0x58473a49 debug_sprintf_view +EXPORT_SYMBOL vmlinux 0x58477eb5 dev_get_by_index_rcu +EXPORT_SYMBOL vmlinux 0x5850bcab register_netdevice_notifier_net +EXPORT_SYMBOL vmlinux 0x586e41a1 would_dump +EXPORT_SYMBOL vmlinux 0x587b0954 kvasprintf +EXPORT_SYMBOL vmlinux 0x587d4449 phy_get_pause +EXPORT_SYMBOL vmlinux 0x5897a680 __find_nth_and_andnot_bit +EXPORT_SYMBOL vmlinux 0x58a1153a fb_get_mode +EXPORT_SYMBOL vmlinux 0x58a51262 xfrm4_rcv_encap +EXPORT_SYMBOL vmlinux 0x58acf24b mdiobus_register_board_info +EXPORT_SYMBOL vmlinux 0x58b4645c dev_close_many +EXPORT_SYMBOL vmlinux 0x58b73bc7 match_wildcard +EXPORT_SYMBOL vmlinux 0x58bc2b38 xfrm_dev_state_flush +EXPORT_SYMBOL vmlinux 0x58cd1b54 string_escape_mem +EXPORT_SYMBOL vmlinux 0x58e3306d bit_wait_io +EXPORT_SYMBOL vmlinux 0x58e88396 inet_add_protocol +EXPORT_SYMBOL vmlinux 0x58eae9ec gen_pool_dma_zalloc_align +EXPORT_SYMBOL vmlinux 0x58f6a317 __tracepoint_s390_cio_msch +EXPORT_SYMBOL vmlinux 0x5911ea54 param_ops_charp +EXPORT_SYMBOL vmlinux 0x591b50f6 tty_port_raise_dtr_rts +EXPORT_SYMBOL vmlinux 0x59427f2b mdiobus_register_device +EXPORT_SYMBOL vmlinux 0x595664bc tcf_idr_check_alloc +EXPORT_SYMBOL vmlinux 0x5971af4b netif_set_real_num_queues +EXPORT_SYMBOL vmlinux 0x5986c501 km_state_notify +EXPORT_SYMBOL vmlinux 0x5989f312 blk_mq_run_hw_queue +EXPORT_SYMBOL vmlinux 0x598f0a95 udplite_table +EXPORT_SYMBOL vmlinux 0x599b5c77 kern_path_create +EXPORT_SYMBOL vmlinux 0x59a55b93 devm_of_iomap +EXPORT_SYMBOL vmlinux 0x59b4ac3e tcp_memory_allocated +EXPORT_SYMBOL vmlinux 0x59c61d51 tcf_exts_init_ex +EXPORT_SYMBOL vmlinux 0x59ca7789 generic_read_dir +EXPORT_SYMBOL vmlinux 0x5a01698b __skb_recv_udp +EXPORT_SYMBOL vmlinux 0x5a0b73d0 zlib_deflateInit2 +EXPORT_SYMBOL vmlinux 0x5a10f98e del_virt_timer +EXPORT_SYMBOL vmlinux 0x5a212c8a flow_rule_match_vlan +EXPORT_SYMBOL vmlinux 0x5a3011a0 md_update_sb +EXPORT_SYMBOL vmlinux 0x5a33f143 make_kprojid +EXPORT_SYMBOL vmlinux 0x5a4d313e gf128mul_4k_lle +EXPORT_SYMBOL vmlinux 0x5a5ceb7b dev_get_flags +EXPORT_SYMBOL vmlinux 0x5a5e57e1 sock_wfree +EXPORT_SYMBOL vmlinux 0x5a5e7ea3 simple_read_from_buffer +EXPORT_SYMBOL vmlinux 0x5a6073e1 always_delete_dentry +EXPORT_SYMBOL vmlinux 0x5a61eda1 alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0x5a630934 free_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0x5a78b98f blk_queue_dma_alignment +EXPORT_SYMBOL vmlinux 0x5a99a0d7 flow_get_u32_dst +EXPORT_SYMBOL vmlinux 0x5aced01a __scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x5ad92bc7 jbd2_journal_load +EXPORT_SYMBOL vmlinux 0x5ae1154b __traceiter_kfree +EXPORT_SYMBOL vmlinux 0x5ae1cc2d icmp6_send +EXPORT_SYMBOL vmlinux 0x5afa8cd1 tcf_em_register +EXPORT_SYMBOL vmlinux 0x5b0a69cd sock_no_mmap +EXPORT_SYMBOL vmlinux 0x5b1bab22 dquot_destroy +EXPORT_SYMBOL vmlinux 0x5b1e023b phy_read_mmd +EXPORT_SYMBOL vmlinux 0x5b21808f input_mt_drop_unused +EXPORT_SYMBOL vmlinux 0x5b2b28ab tcw_add_tidaw +EXPORT_SYMBOL vmlinux 0x5b2c81bf pneigh_enqueue +EXPORT_SYMBOL vmlinux 0x5b51c378 xfrm4_protocol_register +EXPORT_SYMBOL vmlinux 0x5b604bd1 segment_type +EXPORT_SYMBOL vmlinux 0x5b6b7c3a sock_cmsg_send +EXPORT_SYMBOL vmlinux 0x5b723a35 alloc_fcdev +EXPORT_SYMBOL vmlinux 0x5b745a3d xa_load +EXPORT_SYMBOL vmlinux 0x5b924e5e __xfrm_route_forward +EXPORT_SYMBOL vmlinux 0x5b9498dd vfs_parse_fs_param_source +EXPORT_SYMBOL vmlinux 0x5b9b639c netdev_rx_csum_fault +EXPORT_SYMBOL vmlinux 0x5b9f3977 phy_driver_unregister +EXPORT_SYMBOL vmlinux 0x5bb35267 __do_once_sleepable_done +EXPORT_SYMBOL vmlinux 0x5bba31c3 tcp_poll +EXPORT_SYMBOL vmlinux 0x5bcbc9e6 dev_remove_offload +EXPORT_SYMBOL vmlinux 0x5bced458 proc_dointvec_userhz_jiffies +EXPORT_SYMBOL vmlinux 0x5bd4ff88 flow_action_cookie_create +EXPORT_SYMBOL vmlinux 0x5bdb7603 sock_copy_user_timeval +EXPORT_SYMBOL vmlinux 0x5bdcabe7 gen_pool_first_fit_order_align +EXPORT_SYMBOL vmlinux 0x5be045a5 sock_no_shutdown +EXPORT_SYMBOL vmlinux 0x5be63c5b crc32c_csum_stub +EXPORT_SYMBOL vmlinux 0x5beda7b4 genlmsg_multicast_allns +EXPORT_SYMBOL vmlinux 0x5bf6cee5 commit_creds +EXPORT_SYMBOL vmlinux 0x5c0574d1 sb_min_blocksize +EXPORT_SYMBOL vmlinux 0x5c0d7c68 invalidate_mapping_pages +EXPORT_SYMBOL vmlinux 0x5c3c7387 kstrtoull +EXPORT_SYMBOL vmlinux 0x5c4f90e5 blackhole_netdev +EXPORT_SYMBOL vmlinux 0x5c5e7959 dev_add_offload +EXPORT_SYMBOL vmlinux 0x5c5f4106 phy_get_eee_err +EXPORT_SYMBOL vmlinux 0x5c652bc3 ip_check_defrag +EXPORT_SYMBOL vmlinux 0x5c77efd8 netdev_offload_xstats_get +EXPORT_SYMBOL vmlinux 0x5c7d5418 __mdiobus_register +EXPORT_SYMBOL vmlinux 0x5c84e39d devm_memremap +EXPORT_SYMBOL vmlinux 0x5c863a32 tcp_mtup_init +EXPORT_SYMBOL vmlinux 0x5c9892c3 dquot_get_next_dqblk +EXPORT_SYMBOL vmlinux 0x5ca7050b __sock_queue_rcv_skb +EXPORT_SYMBOL vmlinux 0x5cab5d8f pci_disable_link_state +EXPORT_SYMBOL vmlinux 0x5cac5093 phy_device_free +EXPORT_SYMBOL vmlinux 0x5caf30b6 noop_dirty_folio +EXPORT_SYMBOL vmlinux 0x5cc32bdc bitmap_copy_le +EXPORT_SYMBOL vmlinux 0x5cd2ddf3 ethtool_intersect_link_masks +EXPORT_SYMBOL vmlinux 0x5cd6f99b completion_done +EXPORT_SYMBOL vmlinux 0x5cf53ce2 input_free_minor +EXPORT_SYMBOL vmlinux 0x5d0092ff prepare_to_swait_event +EXPORT_SYMBOL vmlinux 0x5d16d8cd radix_tree_replace_slot +EXPORT_SYMBOL vmlinux 0x5d1efc35 register_netdevice +EXPORT_SYMBOL vmlinux 0x5d2303f4 fifo_set_limit +EXPORT_SYMBOL vmlinux 0x5d379639 __cpuhp_setup_state_cpuslocked +EXPORT_SYMBOL vmlinux 0x5d3a65b8 __mod_lruvec_page_state +EXPORT_SYMBOL vmlinux 0x5d3c5a4b mdio_device_create +EXPORT_SYMBOL vmlinux 0x5d49aabc init_wait_var_entry +EXPORT_SYMBOL vmlinux 0x5d7dee6b strscpy_pad +EXPORT_SYMBOL vmlinux 0x5d9b1b28 xattr_supports_user_prefix +EXPORT_SYMBOL vmlinux 0x5da84b31 unregister_adapter_interrupt +EXPORT_SYMBOL vmlinux 0x5de6d21d dump_skip_to +EXPORT_SYMBOL vmlinux 0x5df756d7 __crypto_memneq +EXPORT_SYMBOL vmlinux 0x5e0ccb9f sha1_transform +EXPORT_SYMBOL vmlinux 0x5e0f6089 dma_fence_remove_callback +EXPORT_SYMBOL vmlinux 0x5e1451d2 blk_mq_init_queue +EXPORT_SYMBOL vmlinux 0x5e2bf720 ccw_device_clear +EXPORT_SYMBOL vmlinux 0x5e359413 input_inject_event +EXPORT_SYMBOL vmlinux 0x5e373fb4 gf128mul_64k_bbe +EXPORT_SYMBOL vmlinux 0x5e4502b8 kill_anon_super +EXPORT_SYMBOL vmlinux 0x5e4531e4 xp_free +EXPORT_SYMBOL vmlinux 0x5e6ecea2 param_get_byte +EXPORT_SYMBOL vmlinux 0x5e86171d raw3270_unregister_notifier +EXPORT_SYMBOL vmlinux 0x5e86ab54 __netlink_dump_start +EXPORT_SYMBOL vmlinux 0x5e8f4a67 pci_irq_vector +EXPORT_SYMBOL vmlinux 0x5e95b1cd current_umask +EXPORT_SYMBOL vmlinux 0x5ea0beaa __put_user_ns +EXPORT_SYMBOL vmlinux 0x5ea31004 arch_spin_trylock_retry +EXPORT_SYMBOL vmlinux 0x5ea752ac kmalloc_node_trace +EXPORT_SYMBOL vmlinux 0x5eb9c47f devm_ioremap_wc +EXPORT_SYMBOL vmlinux 0x5ec4aee6 put_sg_io_hdr +EXPORT_SYMBOL vmlinux 0x5ecfeec6 __per_cpu_offset +EXPORT_SYMBOL vmlinux 0x5ed040b0 pm_set_vt_switch +EXPORT_SYMBOL vmlinux 0x5ed90adc int_to_scsilun +EXPORT_SYMBOL vmlinux 0x5ee90162 vfs_statfs +EXPORT_SYMBOL vmlinux 0x5ef0f3b1 remove_arg_zero +EXPORT_SYMBOL vmlinux 0x5ef47ace send_sig +EXPORT_SYMBOL vmlinux 0x5f02c5d8 scsi_print_command +EXPORT_SYMBOL vmlinux 0x5f079988 __bforget +EXPORT_SYMBOL vmlinux 0x5f098b2a in6addr_interfacelocal_allrouters +EXPORT_SYMBOL vmlinux 0x5f11c748 nmi_panic +EXPORT_SYMBOL vmlinux 0x5f1d7b44 __mark_inode_dirty +EXPORT_SYMBOL vmlinux 0x5f23f6eb crypto_kdf108_ctr_generate +EXPORT_SYMBOL vmlinux 0x5f5441c8 __ubsan_handle_alignment_assumption +EXPORT_SYMBOL vmlinux 0x5f77ac4e invalidate_bdev +EXPORT_SYMBOL vmlinux 0x5f7d630c sock_setsockopt +EXPORT_SYMBOL vmlinux 0x5f84aed8 sock_common_recvmsg +EXPORT_SYMBOL vmlinux 0x5f925ab8 qdisc_watchdog_cancel +EXPORT_SYMBOL vmlinux 0x5faf8568 netdev_class_remove_file_ns +EXPORT_SYMBOL vmlinux 0x5fc05ef5 skb_copy_and_csum_bits +EXPORT_SYMBOL vmlinux 0x5fc089ba io_uring_get_socket +EXPORT_SYMBOL vmlinux 0x5fc11046 key_reject_and_link +EXPORT_SYMBOL vmlinux 0x5fcddab3 __ashlti3 +EXPORT_SYMBOL vmlinux 0x5fd2298e strnstr +EXPORT_SYMBOL vmlinux 0x5fd4250e ip6tun_encaps +EXPORT_SYMBOL vmlinux 0x5fd7d9e4 ap_recv +EXPORT_SYMBOL vmlinux 0x5fe447a9 bitmap_print_list_to_buf +EXPORT_SYMBOL vmlinux 0x5ff79e7b dev_alloc_name +EXPORT_SYMBOL vmlinux 0x6005c351 zpool_has_pool +EXPORT_SYMBOL vmlinux 0x600683d3 do_unblank_screen +EXPORT_SYMBOL vmlinux 0x601f665f dm_io_client_create +EXPORT_SYMBOL vmlinux 0x6029b5e4 mount_subtree +EXPORT_SYMBOL vmlinux 0x60352082 register_inet6addr_notifier +EXPORT_SYMBOL vmlinux 0x603f02cd kernel_getpeername +EXPORT_SYMBOL vmlinux 0x60476352 __neigh_create +EXPORT_SYMBOL vmlinux 0x605790dc fiemap_fill_next_extent +EXPORT_SYMBOL vmlinux 0x607c7e4a cookie_timestamp_decode +EXPORT_SYMBOL vmlinux 0x6091b333 unregister_chrdev_region +EXPORT_SYMBOL vmlinux 0x609bcd98 in6_pton +EXPORT_SYMBOL vmlinux 0x609f1c7e synchronize_net +EXPORT_SYMBOL vmlinux 0x60addf5d reuseport_migrate_sock +EXPORT_SYMBOL vmlinux 0x60bf1d75 tty_vhangup +EXPORT_SYMBOL vmlinux 0x60cf0d39 kstrtoint_from_user +EXPORT_SYMBOL vmlinux 0x60d7d8ee fscrypt_zeroout_range +EXPORT_SYMBOL vmlinux 0x60e8569e __debug_sprintf_exception +EXPORT_SYMBOL vmlinux 0x60fbe0af dev_get_by_index +EXPORT_SYMBOL vmlinux 0x61031e31 gnet_stats_copy_queue +EXPORT_SYMBOL vmlinux 0x6108288f complete_all +EXPORT_SYMBOL vmlinux 0x610d8dc6 qdisc_hash_del +EXPORT_SYMBOL vmlinux 0x6112c37d proc_create_seq_private +EXPORT_SYMBOL vmlinux 0x6128b5fc __printk_ratelimit +EXPORT_SYMBOL vmlinux 0x612e6ffd kernel_param_lock +EXPORT_SYMBOL vmlinux 0x61347034 mb_cache_entry_delete_or_get +EXPORT_SYMBOL vmlinux 0x615911d7 __bitmap_set +EXPORT_SYMBOL vmlinux 0x616bf0f0 bio_put +EXPORT_SYMBOL vmlinux 0x6190e518 free_task +EXPORT_SYMBOL vmlinux 0x61b7b126 simple_strtoull +EXPORT_SYMBOL vmlinux 0x61c61a3e finish_open +EXPORT_SYMBOL vmlinux 0x61d0574d lock_rename +EXPORT_SYMBOL vmlinux 0x61dd7b73 sock_set_keepalive +EXPORT_SYMBOL vmlinux 0x61e272c9 sha256_final +EXPORT_SYMBOL vmlinux 0x61ea189b fb_pad_aligned_buffer +EXPORT_SYMBOL vmlinux 0x61eb860c dump_align +EXPORT_SYMBOL vmlinux 0x61fe20ae xfrm_input +EXPORT_SYMBOL vmlinux 0x621816c9 md_bitmap_free +EXPORT_SYMBOL vmlinux 0x6228c21f smp_call_function_single +EXPORT_SYMBOL vmlinux 0x62327a86 devm_ioremap_resource +EXPORT_SYMBOL vmlinux 0x62385cf1 pci_fixup_cardbus +EXPORT_SYMBOL vmlinux 0x624bcff1 load_nls +EXPORT_SYMBOL vmlinux 0x624c45c1 trace_print_array_seq +EXPORT_SYMBOL vmlinux 0x626567dd vm_map_pages +EXPORT_SYMBOL vmlinux 0x62737e1d sock_unregister +EXPORT_SYMBOL vmlinux 0x627bc1c4 smp_ctl_set_clear_bit +EXPORT_SYMBOL vmlinux 0x62849ac7 dev_valid_name +EXPORT_SYMBOL vmlinux 0x629197e8 dma_resv_copy_fences +EXPORT_SYMBOL vmlinux 0x62a90baa inet_addr_type +EXPORT_SYMBOL vmlinux 0x62abb402 __seq_open_private +EXPORT_SYMBOL vmlinux 0x62ace6f4 ip_defrag +EXPORT_SYMBOL vmlinux 0x62b83c6d reuseport_stop_listen_sock +EXPORT_SYMBOL vmlinux 0x62ba4382 find_vma_intersection +EXPORT_SYMBOL vmlinux 0x62bd3a34 folio_account_redirty +EXPORT_SYMBOL vmlinux 0x62f561e0 netif_device_attach +EXPORT_SYMBOL vmlinux 0x62fab03f flow_indr_dev_register +EXPORT_SYMBOL vmlinux 0x62fc3910 mark_info_dirty +EXPORT_SYMBOL vmlinux 0x62fd5347 request_key_with_auxdata +EXPORT_SYMBOL vmlinux 0x62fda7c2 drop_nlink +EXPORT_SYMBOL vmlinux 0x63069117 filemap_release_folio +EXPORT_SYMBOL vmlinux 0x63090b4b inet6_bind +EXPORT_SYMBOL vmlinux 0x630cbf2f security_cred_getsecid +EXPORT_SYMBOL vmlinux 0x6315c42c zstd_get_params +EXPORT_SYMBOL vmlinux 0x63164b4a pci_request_regions_exclusive +EXPORT_SYMBOL vmlinux 0x631b284d netlink_broadcast +EXPORT_SYMBOL vmlinux 0x632b5572 generic_parse_monolithic +EXPORT_SYMBOL vmlinux 0x6330e01e unregister_framebuffer +EXPORT_SYMBOL vmlinux 0x633f75f4 iov_iter_kvec +EXPORT_SYMBOL vmlinux 0x635bb8ca sdev_prefix_printk +EXPORT_SYMBOL vmlinux 0x6371e098 cio_irb +EXPORT_SYMBOL vmlinux 0x637efafe tls_server_hello_x509 +EXPORT_SYMBOL vmlinux 0x639f31f4 configfs_register_default_group +EXPORT_SYMBOL vmlinux 0x63a35025 kernel_sock_ip_overhead +EXPORT_SYMBOL vmlinux 0x63a58370 flow_action_cookie_destroy +EXPORT_SYMBOL vmlinux 0x63a64df9 __SCK__tp_func_s390_cio_msch +EXPORT_SYMBOL vmlinux 0x63a7c28c bitmap_find_free_region +EXPORT_SYMBOL vmlinux 0x63b2e00d free_netdev +EXPORT_SYMBOL vmlinux 0x63e4bf4d sock_create +EXPORT_SYMBOL vmlinux 0x63eb9355 panic_blink +EXPORT_SYMBOL vmlinux 0x63ee12ce vm_mmap +EXPORT_SYMBOL vmlinux 0x63f3ac8b key_revoke +EXPORT_SYMBOL vmlinux 0x6405ba36 current_in_userns +EXPORT_SYMBOL vmlinux 0x640d8b8a jbd2_journal_start +EXPORT_SYMBOL vmlinux 0x641154c4 jbd2_journal_clear_features +EXPORT_SYMBOL vmlinux 0x64127b67 bitmap_find_next_zero_area_off +EXPORT_SYMBOL vmlinux 0x64527873 kernel_accept +EXPORT_SYMBOL vmlinux 0x6455298a security_xfrm_policy_free +EXPORT_SYMBOL vmlinux 0x6458f1e7 zstd_init_cstream +EXPORT_SYMBOL vmlinux 0x645a75c3 dev_activate +EXPORT_SYMBOL vmlinux 0x645a8078 iov_iter_advance +EXPORT_SYMBOL vmlinux 0x6476d761 dm_table_get_size +EXPORT_SYMBOL vmlinux 0x6481ffe0 hsiphash_1u32 +EXPORT_SYMBOL vmlinux 0x648b51ea sg_miter_start +EXPORT_SYMBOL vmlinux 0x648ca218 __xfrm_decode_session +EXPORT_SYMBOL vmlinux 0x648eb59d gc_inflight_list +EXPORT_SYMBOL vmlinux 0x64a9c928 default_blu +EXPORT_SYMBOL vmlinux 0x64ae6fd2 blk_mq_destroy_queue +EXPORT_SYMBOL vmlinux 0x64c12e8e set_binfmt +EXPORT_SYMBOL vmlinux 0x64c32c54 phy_get_c45_ids +EXPORT_SYMBOL vmlinux 0x6508c0d5 truncate_pagecache +EXPORT_SYMBOL vmlinux 0x650b9780 nf_log_set +EXPORT_SYMBOL vmlinux 0x65111850 inet_sk_rebuild_header +EXPORT_SYMBOL vmlinux 0x6513a3fa fb_get_color_depth +EXPORT_SYMBOL vmlinux 0x6514c1e6 flow_get_u32_src +EXPORT_SYMBOL vmlinux 0x651a4139 test_taint +EXPORT_SYMBOL vmlinux 0x652032cb mac_pton +EXPORT_SYMBOL vmlinux 0x653b992c raw3270_activate_view +EXPORT_SYMBOL vmlinux 0x65408378 zlib_inflate_blob +EXPORT_SYMBOL vmlinux 0x6553c1f8 blkdev_get_by_dev +EXPORT_SYMBOL vmlinux 0x655beff2 generic_file_direct_write +EXPORT_SYMBOL vmlinux 0x6565fc8c input_mt_get_slot_by_key +EXPORT_SYMBOL vmlinux 0x658ce1a8 xxh64_reset +EXPORT_SYMBOL vmlinux 0x65929cae ns_to_timespec64 +EXPORT_SYMBOL vmlinux 0x6599325c skb_headers_offset_update +EXPORT_SYMBOL vmlinux 0x659d4f43 sock_no_socketpair +EXPORT_SYMBOL vmlinux 0x659ded26 xfrm_flush_gc +EXPORT_SYMBOL vmlinux 0x65d54c61 __netdev_notify_peers +EXPORT_SYMBOL vmlinux 0x65dccf13 xz_dec_end +EXPORT_SYMBOL vmlinux 0x65e6d82a security_binder_transfer_binder +EXPORT_SYMBOL vmlinux 0x66027704 mtree_store +EXPORT_SYMBOL vmlinux 0x6623f2e3 vmalloc_array +EXPORT_SYMBOL vmlinux 0x663f79f5 nf_log_unset +EXPORT_SYMBOL vmlinux 0x665400e1 dcb_setrewr +EXPORT_SYMBOL vmlinux 0x665e2513 zstd_max_clevel +EXPORT_SYMBOL vmlinux 0x66628bf3 ip_tunnel_metadata_cnt +EXPORT_SYMBOL vmlinux 0x6673f96d xxh32_reset +EXPORT_SYMBOL vmlinux 0x669247fc dma_alloc_attrs +EXPORT_SYMBOL vmlinux 0x66987888 dma_fence_init +EXPORT_SYMBOL vmlinux 0x669a5f49 vm_insert_pages +EXPORT_SYMBOL vmlinux 0x669c191b dm_consume_args +EXPORT_SYMBOL vmlinux 0x66a25e6e bpf_empty_prog_array +EXPORT_SYMBOL vmlinux 0x66a8deb9 scsi_host_put +EXPORT_SYMBOL vmlinux 0x66b82607 file_update_time +EXPORT_SYMBOL vmlinux 0x66ba0ea5 input_alloc_absinfo +EXPORT_SYMBOL vmlinux 0x66ce20d6 skb_abort_seq_read +EXPORT_SYMBOL vmlinux 0x66d55715 inet6_csk_route_req +EXPORT_SYMBOL vmlinux 0x66d7c987 udp_disconnect +EXPORT_SYMBOL vmlinux 0x66e47f54 configfs_unregister_subsystem +EXPORT_SYMBOL vmlinux 0x66e69897 prandom_bytes_state +EXPORT_SYMBOL vmlinux 0x66edfc78 _find_next_or_bit +EXPORT_SYMBOL vmlinux 0x66fe865b zstd_cstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x670eb137 jbd2_submit_inode_data +EXPORT_SYMBOL vmlinux 0x67176dba inet_select_addr +EXPORT_SYMBOL vmlinux 0x672144bd strlcpy +EXPORT_SYMBOL vmlinux 0x6749d53f hdmi_vendor_infoframe_init +EXPORT_SYMBOL vmlinux 0x674cdb2c ipv6_setsockopt +EXPORT_SYMBOL vmlinux 0x6758688f __blk_rq_map_sg +EXPORT_SYMBOL vmlinux 0x675c3c15 mdio_find_bus +EXPORT_SYMBOL vmlinux 0x675db4b3 tc_setup_cb_add +EXPORT_SYMBOL vmlinux 0x675f183e dma_map_page_attrs +EXPORT_SYMBOL vmlinux 0x676155ff dotdot_name +EXPORT_SYMBOL vmlinux 0x6764db13 blk_integrity_unregister +EXPORT_SYMBOL vmlinux 0x676d93b8 blkdev_put +EXPORT_SYMBOL vmlinux 0x677a6b04 security_inode_notifysecctx +EXPORT_SYMBOL vmlinux 0x678b96ec dma_pool_alloc +EXPORT_SYMBOL vmlinux 0x678c62eb cpu_all_bits +EXPORT_SYMBOL vmlinux 0x679365dc hdmi_avi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x67b27ec1 tty_std_termios +EXPORT_SYMBOL vmlinux 0x67b78eb3 seq_hlist_next_rcu +EXPORT_SYMBOL vmlinux 0x67bea7d9 pci_bus_claim_resources +EXPORT_SYMBOL vmlinux 0x67beca11 param_set_hexint +EXPORT_SYMBOL vmlinux 0x67c2ad0a unlock_page +EXPORT_SYMBOL vmlinux 0x67d6b209 md_bitmap_cond_end_sync +EXPORT_SYMBOL vmlinux 0x67e2272e refcount_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0x67e8f7e9 setattr_should_drop_sgid +EXPORT_SYMBOL vmlinux 0x68082654 phy_device_register +EXPORT_SYMBOL vmlinux 0x6815d7eb xfrm6_input_addr +EXPORT_SYMBOL vmlinux 0x68239390 register_fib_notifier +EXPORT_SYMBOL vmlinux 0x68676ea0 xfrm6_protocol_deregister +EXPORT_SYMBOL vmlinux 0x686ca112 dev_mc_sync +EXPORT_SYMBOL vmlinux 0x687b6e2b skb_split +EXPORT_SYMBOL vmlinux 0x689739a4 flow_rule_match_cvlan +EXPORT_SYMBOL vmlinux 0x6899ff1d md_bitmap_start_sync +EXPORT_SYMBOL vmlinux 0x68bbb7e0 __register_binfmt +EXPORT_SYMBOL vmlinux 0x68bf0c16 init_special_inode +EXPORT_SYMBOL vmlinux 0x68cb33c0 gen_pool_virt_to_phys +EXPORT_SYMBOL vmlinux 0x68d18edb __sk_dst_check +EXPORT_SYMBOL vmlinux 0x68f5e746 tls_client_hello_anon +EXPORT_SYMBOL vmlinux 0x68fe9e66 __kfifo_dma_out_prepare_r +EXPORT_SYMBOL vmlinux 0x69097457 crc32_be +EXPORT_SYMBOL vmlinux 0x694c60d7 ipv6_dev_get_saddr +EXPORT_SYMBOL vmlinux 0x6955a639 tcp_set_rcvlowat +EXPORT_SYMBOL vmlinux 0x69668826 netdev_increment_features +EXPORT_SYMBOL vmlinux 0x6968bb9b blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x6972e413 __bitmap_weight_and +EXPORT_SYMBOL vmlinux 0x6986be41 readahead_expand +EXPORT_SYMBOL vmlinux 0x699d2846 mq_change_real_num_tx +EXPORT_SYMBOL vmlinux 0x69d7618e fb_find_mode +EXPORT_SYMBOL vmlinux 0x69da9dcc input_register_handler +EXPORT_SYMBOL vmlinux 0x69ee37ee __SetPageMovable +EXPORT_SYMBOL vmlinux 0x6a03751f sgl_free_order +EXPORT_SYMBOL vmlinux 0x6a037cf1 mempool_kfree +EXPORT_SYMBOL vmlinux 0x6a094912 retire_super +EXPORT_SYMBOL vmlinux 0x6a1d158a vfs_unlink +EXPORT_SYMBOL vmlinux 0x6a2008fe unregister_tcf_proto_ops +EXPORT_SYMBOL vmlinux 0x6a43af9e get_vm_area +EXPORT_SYMBOL vmlinux 0x6a4b17ee sk_stop_timer +EXPORT_SYMBOL vmlinux 0x6a543d36 register_nexthop_notifier +EXPORT_SYMBOL vmlinux 0x6a5cb5ee __get_free_pages +EXPORT_SYMBOL vmlinux 0x6a5ecb18 unregister_module_notifier +EXPORT_SYMBOL vmlinux 0x6a5fa363 sigprocmask +EXPORT_SYMBOL vmlinux 0x6a62e0b3 param_set_charp +EXPORT_SYMBOL vmlinux 0x6a6e05bf kstrtou8 +EXPORT_SYMBOL vmlinux 0x6a70a0ae pipe_lock +EXPORT_SYMBOL vmlinux 0x6aa11aa6 sgl_free_n_order +EXPORT_SYMBOL vmlinux 0x6aa328fa generic_block_bmap +EXPORT_SYMBOL vmlinux 0x6aa515f6 nf_ct_get_tuple_skb +EXPORT_SYMBOL vmlinux 0x6ab23aa1 load_fpu_regs +EXPORT_SYMBOL vmlinux 0x6ab59868 skb_pull +EXPORT_SYMBOL vmlinux 0x6adbdacf pci_dev_get +EXPORT_SYMBOL vmlinux 0x6ae07d11 trace_event_printf +EXPORT_SYMBOL vmlinux 0x6ae69358 rw_verify_area +EXPORT_SYMBOL vmlinux 0x6aeefac4 zlib_deflateReset +EXPORT_SYMBOL vmlinux 0x6b141666 input_match_device_id +EXPORT_SYMBOL vmlinux 0x6b1b71cf _dev_warn +EXPORT_SYMBOL vmlinux 0x6b21a9a7 fscrypt_put_encryption_info +EXPORT_SYMBOL vmlinux 0x6b241c0e t10_pi_type3_crc +EXPORT_SYMBOL vmlinux 0x6b2dc060 dump_stack +EXPORT_SYMBOL vmlinux 0x6b462d32 md_integrity_register +EXPORT_SYMBOL vmlinux 0x6b55acd0 rtnl_lock_killable +EXPORT_SYMBOL vmlinux 0x6b5c8d55 inet6_release +EXPORT_SYMBOL vmlinux 0x6b83bf47 __cgroup_bpf_run_filter_sock_ops +EXPORT_SYMBOL vmlinux 0x6b853d06 ns_to_kernel_old_timeval +EXPORT_SYMBOL vmlinux 0x6b8bf149 netif_receive_skb_list +EXPORT_SYMBOL vmlinux 0x6b8d2325 s390_epoch_delta_notifier +EXPORT_SYMBOL vmlinux 0x6b9869db tcp_seq_stop +EXPORT_SYMBOL vmlinux 0x6bac671b __crc32c_le +EXPORT_SYMBOL vmlinux 0x6bc3fbc0 __unregister_chrdev +EXPORT_SYMBOL vmlinux 0x6be168dc xfrm_state_lookup_byspi +EXPORT_SYMBOL vmlinux 0x6bf8e622 ip_route_input_noref +EXPORT_SYMBOL vmlinux 0x6bfe1653 iucv_message_receive +EXPORT_SYMBOL vmlinux 0x6c01f60f md_bitmap_endwrite +EXPORT_SYMBOL vmlinux 0x6c041e19 __xa_insert +EXPORT_SYMBOL vmlinux 0x6c1631fe cdev_alloc +EXPORT_SYMBOL vmlinux 0x6c19f829 key_put +EXPORT_SYMBOL vmlinux 0x6c288f34 generic_fillattr +EXPORT_SYMBOL vmlinux 0x6c2fd982 inet_csk_reqsk_queue_add +EXPORT_SYMBOL vmlinux 0x6c355deb mini_qdisc_pair_block_init +EXPORT_SYMBOL vmlinux 0x6c3d12cf lookup_one_len_unlocked +EXPORT_SYMBOL vmlinux 0x6c54c017 can_nice +EXPORT_SYMBOL vmlinux 0x6c61ce70 num_registered_fb +EXPORT_SYMBOL vmlinux 0x6c69e34c vfs_rmdir +EXPORT_SYMBOL vmlinux 0x6c809055 phy_attached_print +EXPORT_SYMBOL vmlinux 0x6c8505c1 simple_setattr +EXPORT_SYMBOL vmlinux 0x6c963afe kmem_cache_free_bulk +EXPORT_SYMBOL vmlinux 0x6c9a5b5c kmalloc_caches +EXPORT_SYMBOL vmlinux 0x6c9bbff3 ipv6_select_ident +EXPORT_SYMBOL vmlinux 0x6c9f218b security_socket_getpeersec_dgram +EXPORT_SYMBOL vmlinux 0x6cb46525 netlbl_catmap_walk +EXPORT_SYMBOL vmlinux 0x6cc50fd9 unregister_service_level +EXPORT_SYMBOL vmlinux 0x6ccc34dd sort +EXPORT_SYMBOL vmlinux 0x6cd58ebd fscrypt_fname_disk_to_usr +EXPORT_SYMBOL vmlinux 0x6cf192df kvrealloc +EXPORT_SYMBOL vmlinux 0x6cf44187 folio_end_private_2 +EXPORT_SYMBOL vmlinux 0x6cf5f6a8 phy_modify_paged_changed +EXPORT_SYMBOL vmlinux 0x6d1ea6ec strlcat +EXPORT_SYMBOL vmlinux 0x6d294e43 clock_t_to_jiffies +EXPORT_SYMBOL vmlinux 0x6d299530 ccw_device_set_online +EXPORT_SYMBOL vmlinux 0x6d31bd22 tty_port_tty_get +EXPORT_SYMBOL vmlinux 0x6d35181c phy_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0x6d5456d7 crypto_sha3_update +EXPORT_SYMBOL vmlinux 0x6d58283b netdev_warn +EXPORT_SYMBOL vmlinux 0x6d67762b tccb_add_dcw +EXPORT_SYMBOL vmlinux 0x6d678f43 get_phy_device +EXPORT_SYMBOL vmlinux 0x6d7c7dcc bitmap_cut +EXPORT_SYMBOL vmlinux 0x6daea280 crc32_le_shift +EXPORT_SYMBOL vmlinux 0x6db6468b pci_assign_resource +EXPORT_SYMBOL vmlinux 0x6dba9051 xz_dec_microlzma_end +EXPORT_SYMBOL vmlinux 0x6dc8de6b stop_tty +EXPORT_SYMBOL vmlinux 0x6dcf857f uuid_null +EXPORT_SYMBOL vmlinux 0x6df1aaf1 kernel_sigaction +EXPORT_SYMBOL vmlinux 0x6df31b92 __blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0x6dfbb43e dma_resv_init +EXPORT_SYMBOL vmlinux 0x6e00b8cb _ebcasc +EXPORT_SYMBOL vmlinux 0x6e01312c d_alloc_anon +EXPORT_SYMBOL vmlinux 0x6e055056 page_pool_destroy +EXPORT_SYMBOL vmlinux 0x6e2da197 arch_read_lock_wait +EXPORT_SYMBOL vmlinux 0x6e2f4721 ip_queue_xmit +EXPORT_SYMBOL vmlinux 0x6e573521 raw3270_reset +EXPORT_SYMBOL vmlinux 0x6e5cb506 napi_schedule_prep +EXPORT_SYMBOL vmlinux 0x6e720ff2 rtnl_unlock +EXPORT_SYMBOL vmlinux 0x6e9ad290 cpu_have_feature +EXPORT_SYMBOL vmlinux 0x6e9c0a91 writeback_inodes_sb +EXPORT_SYMBOL vmlinux 0x6e9dd606 __symbol_put +EXPORT_SYMBOL vmlinux 0x6ea139fe km_state_expired +EXPORT_SYMBOL vmlinux 0x6ea9363b force_sig +EXPORT_SYMBOL vmlinux 0x6eade949 get_ccwdev_by_busid +EXPORT_SYMBOL vmlinux 0x6ec09bc5 posix_acl_to_xattr +EXPORT_SYMBOL vmlinux 0x6ec3150e key_link +EXPORT_SYMBOL vmlinux 0x6ec73519 nf_hook_slow +EXPORT_SYMBOL vmlinux 0x6ec9d759 may_umount +EXPORT_SYMBOL vmlinux 0x6ed8a016 raw3270_request_free +EXPORT_SYMBOL vmlinux 0x6ee48f9d inet_frag_kill +EXPORT_SYMBOL vmlinux 0x6ee82173 pci_enable_ptm +EXPORT_SYMBOL vmlinux 0x6ee855c6 config_item_set_name +EXPORT_SYMBOL vmlinux 0x6ef84303 kvmalloc_node +EXPORT_SYMBOL vmlinux 0x6f024230 pcim_iounmap +EXPORT_SYMBOL vmlinux 0x6f14e9db console_list_lock +EXPORT_SYMBOL vmlinux 0x6f20e8a0 nla_strscpy +EXPORT_SYMBOL vmlinux 0x6f213717 dcache_readdir +EXPORT_SYMBOL vmlinux 0x6f221dde ip6_fraglist_init +EXPORT_SYMBOL vmlinux 0x6f36ccb1 prepare_creds +EXPORT_SYMBOL vmlinux 0x6f376335 __insert_inode_hash +EXPORT_SYMBOL vmlinux 0x6f41a639 irq_cpu_rmap_remove +EXPORT_SYMBOL vmlinux 0x6f53043d wait_for_completion_interruptible +EXPORT_SYMBOL vmlinux 0x6f5ef93d memchr_inv +EXPORT_SYMBOL vmlinux 0x6f79375c mempool_free +EXPORT_SYMBOL vmlinux 0x6fb49676 queue_rcu_work +EXPORT_SYMBOL vmlinux 0x6fcefc8e phy_aneg_done +EXPORT_SYMBOL vmlinux 0x6fe59d9a dcb_ieee_setapp +EXPORT_SYMBOL vmlinux 0x6fef46cb sock_pfree +EXPORT_SYMBOL vmlinux 0x6ffe02f0 netdev_txq_to_tc +EXPORT_SYMBOL vmlinux 0x70002fe8 siphash_1u32 +EXPORT_SYMBOL vmlinux 0x70141619 ccw_device_get_path_mask +EXPORT_SYMBOL vmlinux 0x701d86ab jbd2_fc_begin_commit +EXPORT_SYMBOL vmlinux 0x70336943 xa_set_mark +EXPORT_SYMBOL vmlinux 0x703ea3a4 key_unlink +EXPORT_SYMBOL vmlinux 0x7060d475 kern_sys_bpf +EXPORT_SYMBOL vmlinux 0x70667f89 __tracepoint_s390_diagnose +EXPORT_SYMBOL vmlinux 0x70688c6b tcf_em_tree_destroy +EXPORT_SYMBOL vmlinux 0x706d7079 call_fib_notifiers +EXPORT_SYMBOL vmlinux 0x707357ba tty_port_open +EXPORT_SYMBOL vmlinux 0x70796a53 md_reload_sb +EXPORT_SYMBOL vmlinux 0x7079ca8c mr_mfc_find_any +EXPORT_SYMBOL vmlinux 0x709a7362 pci_release_regions +EXPORT_SYMBOL vmlinux 0x70ac2c1a blk_limits_io_min +EXPORT_SYMBOL vmlinux 0x70ad353c key_move +EXPORT_SYMBOL vmlinux 0x70b80637 cont_write_begin +EXPORT_SYMBOL vmlinux 0x70bb5619 qdisc_hash_add +EXPORT_SYMBOL vmlinux 0x70cd7d3f pci_bus_read_dev_vendor_id +EXPORT_SYMBOL vmlinux 0x70f81b56 ap_max_msg_size +EXPORT_SYMBOL vmlinux 0x70faa3e2 phy_trigger_machine +EXPORT_SYMBOL vmlinux 0x710e1f2e xfrm_sad_getinfo +EXPORT_SYMBOL vmlinux 0x7112f6fd sk_stream_kill_queues +EXPORT_SYMBOL vmlinux 0x711e1491 ap_perms +EXPORT_SYMBOL vmlinux 0x7120f9bd LZ4_setStreamDecode +EXPORT_SYMBOL vmlinux 0x7129e5f8 hex_asc +EXPORT_SYMBOL vmlinux 0x7144b86a dev_uc_sync_multiple +EXPORT_SYMBOL vmlinux 0x7145aef0 segment_load +EXPORT_SYMBOL vmlinux 0x715a5ed0 vprintk +EXPORT_SYMBOL vmlinux 0x7161998b devm_gen_pool_create +EXPORT_SYMBOL vmlinux 0x716ff52f vmemmap +EXPORT_SYMBOL vmlinux 0x7171121c overflowgid +EXPORT_SYMBOL vmlinux 0x717d1f96 hdmi_infoframe_check +EXPORT_SYMBOL vmlinux 0x718f5e17 proc_do_large_bitmap +EXPORT_SYMBOL vmlinux 0x71a672ef dmam_pool_destroy +EXPORT_SYMBOL vmlinux 0x71acf02c seq_put_decimal_ll +EXPORT_SYMBOL vmlinux 0x71b0ac46 request_partial_firmware_into_buf +EXPORT_SYMBOL vmlinux 0x71c9bcfb ipv6_find_hdr +EXPORT_SYMBOL vmlinux 0x71fc1437 dquot_quota_sync +EXPORT_SYMBOL vmlinux 0x720a27a7 __register_blkdev +EXPORT_SYMBOL vmlinux 0x720ec953 inode_to_bdi +EXPORT_SYMBOL vmlinux 0x72297f25 __alloc_bucket_spinlocks +EXPORT_SYMBOL vmlinux 0x722ae26c scsi_report_bus_reset +EXPORT_SYMBOL vmlinux 0x722ddeba default_qdisc_ops +EXPORT_SYMBOL vmlinux 0x722f89e8 neigh_xmit +EXPORT_SYMBOL vmlinux 0x723d476d nf_register_net_hooks +EXPORT_SYMBOL vmlinux 0x7242e96d strnchr +EXPORT_SYMBOL vmlinux 0x72647ec3 phy_start +EXPORT_SYMBOL vmlinux 0x726ac332 regset_get +EXPORT_SYMBOL vmlinux 0x7283efba seg6_hmac_info_lookup +EXPORT_SYMBOL vmlinux 0x72a271eb filemap_write_and_wait_range +EXPORT_SYMBOL vmlinux 0x72b9d287 default_grn +EXPORT_SYMBOL vmlinux 0x72c28188 seq_escape_mem +EXPORT_SYMBOL vmlinux 0x72da70e2 gen_pool_for_each_chunk +EXPORT_SYMBOL vmlinux 0x72ddd827 seg6_hmac_info_add +EXPORT_SYMBOL vmlinux 0x72e6f78c folio_unlock +EXPORT_SYMBOL vmlinux 0x72ea7b2d scsi_device_type +EXPORT_SYMBOL vmlinux 0x730b096c ap_apqn_in_matrix_owned_by_def_drv +EXPORT_SYMBOL vmlinux 0x732dd326 groups_free +EXPORT_SYMBOL vmlinux 0x7344eaa0 io_uring_destruct_scm +EXPORT_SYMBOL vmlinux 0x736a5188 ccw_device_tm_start +EXPORT_SYMBOL vmlinux 0x737ab513 pci_enable_msi +EXPORT_SYMBOL vmlinux 0x7380dffa argv_split +EXPORT_SYMBOL vmlinux 0x73875de5 fasync_helper +EXPORT_SYMBOL vmlinux 0x7389706a __memset16 +EXPORT_SYMBOL vmlinux 0x739fd00f __SCK__tp_func_module_get +EXPORT_SYMBOL vmlinux 0x73abb180 alloc_contig_range +EXPORT_SYMBOL vmlinux 0x73bf20c6 _ascebc +EXPORT_SYMBOL vmlinux 0x73dc10f8 generic_file_fsync +EXPORT_SYMBOL vmlinux 0x74029e86 sync_blockdev +EXPORT_SYMBOL vmlinux 0x740436d2 d_mark_dontcache +EXPORT_SYMBOL vmlinux 0x740d1e89 sock_sendmsg +EXPORT_SYMBOL vmlinux 0x7410aba2 strreplace +EXPORT_SYMBOL vmlinux 0x741f70a9 debug_stop_all +EXPORT_SYMBOL vmlinux 0x742578a5 wait_for_random_bytes +EXPORT_SYMBOL vmlinux 0x7429e20c kstrtos8 +EXPORT_SYMBOL vmlinux 0x7443b661 lookup_one_qstr_excl +EXPORT_SYMBOL vmlinux 0x7453d3e8 security_release_secctx +EXPORT_SYMBOL vmlinux 0x7456a2ab discard_new_inode +EXPORT_SYMBOL vmlinux 0x746afc14 tcp_enter_cwr +EXPORT_SYMBOL vmlinux 0x746b1714 ndisc_send_skb +EXPORT_SYMBOL vmlinux 0x746cde51 flow_indr_dev_unregister +EXPORT_SYMBOL vmlinux 0x7470b01a tsb_init +EXPORT_SYMBOL vmlinux 0x747e0376 tcp_disconnect +EXPORT_SYMBOL vmlinux 0x74819541 raw3270_request_set_idal +EXPORT_SYMBOL vmlinux 0x7483dc59 pci_dev_present +EXPORT_SYMBOL vmlinux 0x74be3abc folio_mark_dirty +EXPORT_SYMBOL vmlinux 0x74c134b9 __sw_hweight32 +EXPORT_SYMBOL vmlinux 0x74cf3983 inet_frags_fini +EXPORT_SYMBOL vmlinux 0x74d858a7 on_each_cpu_cond_mask +EXPORT_SYMBOL vmlinux 0x74da16a0 __dquot_alloc_space +EXPORT_SYMBOL vmlinux 0x74dae967 proc_dointvec +EXPORT_SYMBOL vmlinux 0x74e5ff1a udpv6_encap_enable +EXPORT_SYMBOL vmlinux 0x750d6004 inet6_register_protosw +EXPORT_SYMBOL vmlinux 0x7511991b kthread_create_on_cpu +EXPORT_SYMBOL vmlinux 0x75142c18 vif_device_init +EXPORT_SYMBOL vmlinux 0x752c4798 d_drop +EXPORT_SYMBOL vmlinux 0x7548750f netlink_rcv_skb +EXPORT_SYMBOL vmlinux 0x755cb781 udp6_csum_init +EXPORT_SYMBOL vmlinux 0x756fe0d2 bioset_init +EXPORT_SYMBOL vmlinux 0x75773d11 fuse_dequeue_forget +EXPORT_SYMBOL vmlinux 0x757dca29 vfs_create +EXPORT_SYMBOL vmlinux 0x759a0416 __memset64 +EXPORT_SYMBOL vmlinux 0x759c7b17 vlan_filter_push_vids +EXPORT_SYMBOL vmlinux 0x75b9cf29 hsch +EXPORT_SYMBOL vmlinux 0x75bda77a seq_hlist_next +EXPORT_SYMBOL vmlinux 0x75d0deb9 nsecs_to_jiffies64 +EXPORT_SYMBOL vmlinux 0x75d19793 sk_mc_loop +EXPORT_SYMBOL vmlinux 0x75d3e54a sk_common_release +EXPORT_SYMBOL vmlinux 0x75d499dd vmcore_add_device_dump +EXPORT_SYMBOL vmlinux 0x75d9a11f tcp_add_backlog +EXPORT_SYMBOL vmlinux 0x75e7775a tc_setup_cb_call +EXPORT_SYMBOL vmlinux 0x75ede3ec __devm_request_region +EXPORT_SYMBOL vmlinux 0x75f6389a skb_udp_tunnel_segment +EXPORT_SYMBOL vmlinux 0x760a0f4f yield +EXPORT_SYMBOL vmlinux 0x7624249e dim_park_tired +EXPORT_SYMBOL vmlinux 0x76363184 __d_lookup_unhash_wake +EXPORT_SYMBOL vmlinux 0x76426845 strncpy_from_user +EXPORT_SYMBOL vmlinux 0x7647726c handle_sysrq +EXPORT_SYMBOL vmlinux 0x7655d384 vlan_vids_del_by_dev +EXPORT_SYMBOL vmlinux 0x7656de6d dma_fence_array_create +EXPORT_SYMBOL vmlinux 0x766a0927 mempool_alloc_pages +EXPORT_SYMBOL vmlinux 0x7670b881 simple_recursive_removal +EXPORT_SYMBOL vmlinux 0x767aa444 scsi_device_lookup_by_target +EXPORT_SYMBOL vmlinux 0x7682ba4e __copy_overflow +EXPORT_SYMBOL vmlinux 0x769f6e64 errseq_check +EXPORT_SYMBOL vmlinux 0x76ac7161 unregister_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0x76bb3dfd tty_port_destroy +EXPORT_SYMBOL vmlinux 0x76d3cd60 laptop_mode +EXPORT_SYMBOL vmlinux 0x77001f1c sdev_enable_disk_events +EXPORT_SYMBOL vmlinux 0x77014541 unlock_rename +EXPORT_SYMBOL vmlinux 0x77048b38 lookup_one +EXPORT_SYMBOL vmlinux 0x7719aaf3 tty_port_close_end +EXPORT_SYMBOL vmlinux 0x77247c5e ap_bus_force_rescan +EXPORT_SYMBOL vmlinux 0x7726ab8f ip_mc_join_group +EXPORT_SYMBOL vmlinux 0x772dc353 __dev_set_mtu +EXPORT_SYMBOL vmlinux 0x772f9e6b iov_iter_gap_alignment +EXPORT_SYMBOL vmlinux 0x77315dcb reset_guest_reference_bit +EXPORT_SYMBOL vmlinux 0x77358855 iomem_resource +EXPORT_SYMBOL vmlinux 0x773b76ec pcie_capability_read_dword +EXPORT_SYMBOL vmlinux 0x7740a8bb __nla_reserve_nohdr +EXPORT_SYMBOL vmlinux 0x776ca93a __clzdi2 +EXPORT_SYMBOL vmlinux 0x776d68d1 get_unmapped_area +EXPORT_SYMBOL vmlinux 0x778245b6 param_get_uint +EXPORT_SYMBOL vmlinux 0x77a262c5 set_anon_super_fc +EXPORT_SYMBOL vmlinux 0x77a81876 inode_query_iversion +EXPORT_SYMBOL vmlinux 0x77bc13a0 strim +EXPORT_SYMBOL vmlinux 0x77e3a1b5 dqget +EXPORT_SYMBOL vmlinux 0x77e9eb37 aes_encrypt +EXPORT_SYMBOL vmlinux 0x77f37c74 __put_cred +EXPORT_SYMBOL vmlinux 0x77f7ccb3 xfrm_state_add +EXPORT_SYMBOL vmlinux 0x7807f0f8 schedule_timeout_idle +EXPORT_SYMBOL vmlinux 0x7819aea9 __kmalloc_node +EXPORT_SYMBOL vmlinux 0x782acba5 crc_t10dif +EXPORT_SYMBOL vmlinux 0x7832dc24 security_unix_may_send +EXPORT_SYMBOL vmlinux 0x783b756b xfrm_state_free +EXPORT_SYMBOL vmlinux 0x78483b54 vmap +EXPORT_SYMBOL vmlinux 0x784a62e4 ccw_device_get_ciw +EXPORT_SYMBOL vmlinux 0x78569adf ida_alloc_range +EXPORT_SYMBOL vmlinux 0x785d20f3 find_inode_nowait +EXPORT_SYMBOL vmlinux 0x7861db8f md_reap_sync_thread +EXPORT_SYMBOL vmlinux 0x787d46bf generic_write_end +EXPORT_SYMBOL vmlinux 0x78a16f48 aes_decrypt +EXPORT_SYMBOL vmlinux 0x78a3d730 blk_mq_alloc_request +EXPORT_SYMBOL vmlinux 0x78a61523 jbd2_journal_update_sb_errno +EXPORT_SYMBOL vmlinux 0x78ab1d15 jbd2__journal_start +EXPORT_SYMBOL vmlinux 0x78b20198 skb_kill_datagram +EXPORT_SYMBOL vmlinux 0x78b887ed vsprintf +EXPORT_SYMBOL vmlinux 0x78c8ad08 __blk_mq_alloc_disk +EXPORT_SYMBOL vmlinux 0x78df6bd7 no_pci_devices +EXPORT_SYMBOL vmlinux 0x78f1475a __traceiter_s390_cio_rsch +EXPORT_SYMBOL vmlinux 0x79083225 inet_frag_queue_insert +EXPORT_SYMBOL vmlinux 0x7919b383 alloc_cpu_rmap +EXPORT_SYMBOL vmlinux 0x791ba39f ccw_device_start +EXPORT_SYMBOL vmlinux 0x791beb5f fs_param_is_string +EXPORT_SYMBOL vmlinux 0x792e73e3 __blockdev_direct_IO +EXPORT_SYMBOL vmlinux 0x79475c62 d_alloc_name +EXPORT_SYMBOL vmlinux 0x7963061c sock_wake_async +EXPORT_SYMBOL vmlinux 0x7970ef55 swake_up_locked +EXPORT_SYMBOL vmlinux 0x7979e1a2 set_guest_storage_key +EXPORT_SYMBOL vmlinux 0x7982d0b8 folio_redirty_for_writepage +EXPORT_SYMBOL vmlinux 0x7986a774 skb_tunnel_check_pmtu +EXPORT_SYMBOL vmlinux 0x798f1e4e tcf_action_update_stats +EXPORT_SYMBOL vmlinux 0x79968f3f tcf_idrinfo_destroy +EXPORT_SYMBOL vmlinux 0x79cd6498 down_write_killable +EXPORT_SYMBOL vmlinux 0x79d219c0 __get_hash_from_flowi6 +EXPORT_SYMBOL vmlinux 0x79e1b42e udp6_seq_ops +EXPORT_SYMBOL vmlinux 0x79eecf0d kobject_get_unless_zero +EXPORT_SYMBOL vmlinux 0x7a1bcd59 gf128mul_x8_ble +EXPORT_SYMBOL vmlinux 0x7a2c5f0a genphy_read_status_fixed +EXPORT_SYMBOL vmlinux 0x7a2ff57e security_current_getsecid_subj +EXPORT_SYMBOL vmlinux 0x7a4fc42c netif_schedule_queue +EXPORT_SYMBOL vmlinux 0x7a53a06d flow_indr_dev_exists +EXPORT_SYMBOL vmlinux 0x7a54e775 blk_execute_rq +EXPORT_SYMBOL vmlinux 0x7a60e02b thread_group_exited +EXPORT_SYMBOL vmlinux 0x7a7d60e6 iucv_register +EXPORT_SYMBOL vmlinux 0x7a87230c nf_ip_checksum +EXPORT_SYMBOL vmlinux 0x7a8d00c9 send_sig_mceerr +EXPORT_SYMBOL vmlinux 0x7a8e3e8c bio_add_pc_page +EXPORT_SYMBOL vmlinux 0x7a95e5ae do_settimeofday64 +EXPORT_SYMBOL vmlinux 0x7aa1756e kvfree +EXPORT_SYMBOL vmlinux 0x7aaebf17 super_setup_bdi +EXPORT_SYMBOL vmlinux 0x7ac12057 tcp_read_sock +EXPORT_SYMBOL vmlinux 0x7aca8b9f klp_sched_try_switch_key +EXPORT_SYMBOL vmlinux 0x7acf3bf1 finish_swait +EXPORT_SYMBOL vmlinux 0x7ad050b9 qid_lt +EXPORT_SYMBOL vmlinux 0x7adc0fbf rb_replace_node_rcu +EXPORT_SYMBOL vmlinux 0x7adf092d rps_may_expire_flow +EXPORT_SYMBOL vmlinux 0x7ae42f5f alloc_netdev_mqs +EXPORT_SYMBOL vmlinux 0x7aecbee3 nf_log_bind_pf +EXPORT_SYMBOL vmlinux 0x7aecd2e3 diag8c +EXPORT_SYMBOL vmlinux 0x7afebeaf key_instantiate_and_link +EXPORT_SYMBOL vmlinux 0x7b10ba97 __traceiter_dma_fence_emit +EXPORT_SYMBOL vmlinux 0x7b29e0f0 handshake_req_alloc +EXPORT_SYMBOL vmlinux 0x7b37d4a7 _find_first_zero_bit +EXPORT_SYMBOL vmlinux 0x7b3b289f pci_read_vpd +EXPORT_SYMBOL vmlinux 0x7b4136a8 mount_nodev +EXPORT_SYMBOL vmlinux 0x7b5927d1 proc_mkdir +EXPORT_SYMBOL vmlinux 0x7b5a7137 strncat +EXPORT_SYMBOL vmlinux 0x7b5b04c3 zpool_unregister_driver +EXPORT_SYMBOL vmlinux 0x7b5b8f31 sha256_update +EXPORT_SYMBOL vmlinux 0x7b5bd557 close_fd_get_file +EXPORT_SYMBOL vmlinux 0x7b5c5e7d insert_inode_locked +EXPORT_SYMBOL vmlinux 0x7b5e7978 __neigh_event_send +EXPORT_SYMBOL vmlinux 0x7b634776 pci_set_power_state +EXPORT_SYMBOL vmlinux 0x7b7487f2 pci_choose_state +EXPORT_SYMBOL vmlinux 0x7b8d5708 security_sk_clone +EXPORT_SYMBOL vmlinux 0x7b99a01e seq_open_private +EXPORT_SYMBOL vmlinux 0x7ba51383 vfs_dup_fs_context +EXPORT_SYMBOL vmlinux 0x7bb94518 gnet_stats_start_copy +EXPORT_SYMBOL vmlinux 0x7bbccd05 nr_node_ids +EXPORT_SYMBOL vmlinux 0x7bd4ebf9 nlmsg_notify +EXPORT_SYMBOL vmlinux 0x7bd7dfd0 ap_test_config_usage_domain +EXPORT_SYMBOL vmlinux 0x7be2f84e xfrm_alloc_spi +EXPORT_SYMBOL vmlinux 0x7bfdbdb1 request_firmware_into_buf +EXPORT_SYMBOL vmlinux 0x7c09703d blkdev_get_by_path +EXPORT_SYMBOL vmlinux 0x7c0cdb11 page_mapping +EXPORT_SYMBOL vmlinux 0x7c14f503 gen_pool_dma_alloc +EXPORT_SYMBOL vmlinux 0x7c173634 __bitmap_complement +EXPORT_SYMBOL vmlinux 0x7c44236e inet_csk_prepare_forced_close +EXPORT_SYMBOL vmlinux 0x7c565739 folio_set_bh +EXPORT_SYMBOL vmlinux 0x7c5d4a3a sclp_reactivate +EXPORT_SYMBOL vmlinux 0x7c7c7eee ___pskb_trim +EXPORT_SYMBOL vmlinux 0x7c897600 ip_tunnel_header_ops +EXPORT_SYMBOL vmlinux 0x7c9ca58f __sg_page_iter_next +EXPORT_SYMBOL vmlinux 0x7cac7902 hdmi_infoframe_pack +EXPORT_SYMBOL vmlinux 0x7cc2a63a udp_seq_ops +EXPORT_SYMBOL vmlinux 0x7cd7f48b __pci_register_driver +EXPORT_SYMBOL vmlinux 0x7ce18c9f from_kqid +EXPORT_SYMBOL vmlinux 0x7cfe368d net_dim_get_def_tx_moderation +EXPORT_SYMBOL vmlinux 0x7d0db45c jiffies_to_clock_t +EXPORT_SYMBOL vmlinux 0x7d178561 proc_dostring +EXPORT_SYMBOL vmlinux 0x7d27e504 dm_shift_arg +EXPORT_SYMBOL vmlinux 0x7d43ee62 notify_change +EXPORT_SYMBOL vmlinux 0x7d4b176a netlbl_catmap_setbit +EXPORT_SYMBOL vmlinux 0x7d506991 flow_rule_match_icmp +EXPORT_SYMBOL vmlinux 0x7d522361 mempool_create_node +EXPORT_SYMBOL vmlinux 0x7d560366 neigh_sysctl_unregister +EXPORT_SYMBOL vmlinux 0x7d6d21fb cdrom_release +EXPORT_SYMBOL vmlinux 0x7d73d617 scsi_host_get +EXPORT_SYMBOL vmlinux 0x7d7c059c ip_local_deliver +EXPORT_SYMBOL vmlinux 0x7d8f9efe inet_csk_accept +EXPORT_SYMBOL vmlinux 0x7daece67 quota_send_warning +EXPORT_SYMBOL vmlinux 0x7dbcb8be nf_register_net_hook +EXPORT_SYMBOL vmlinux 0x7dc5ffa7 tc_skb_ext_tc_disable +EXPORT_SYMBOL vmlinux 0x7dc71ea6 mdio_device_register +EXPORT_SYMBOL vmlinux 0x7dd2a9ae sk_stop_timer_sync +EXPORT_SYMBOL vmlinux 0x7dd72650 inet_frags_init +EXPORT_SYMBOL vmlinux 0x7de65a01 lock_rename_child +EXPORT_SYMBOL vmlinux 0x7deb903f inc_node_page_state +EXPORT_SYMBOL vmlinux 0x7dec65ff mempool_init +EXPORT_SYMBOL vmlinux 0x7df82069 fscrypt_setup_filename +EXPORT_SYMBOL vmlinux 0x7e1c4a71 kernel_write +EXPORT_SYMBOL vmlinux 0x7e29f09c page_pool_unlink_napi +EXPORT_SYMBOL vmlinux 0x7e3191f6 try_to_del_timer_sync +EXPORT_SYMBOL vmlinux 0x7e4feec0 netdev_master_upper_dev_link +EXPORT_SYMBOL vmlinux 0x7e506ff4 default_llseek +EXPORT_SYMBOL vmlinux 0x7e777a00 unlock_buffer +EXPORT_SYMBOL vmlinux 0x7e790bd2 netpoll_send_skb +EXPORT_SYMBOL vmlinux 0x7e7e0e19 jbd2_journal_flush +EXPORT_SYMBOL vmlinux 0x7e821ba1 crc_ccitt +EXPORT_SYMBOL vmlinux 0x7e8d0374 put_fs_context +EXPORT_SYMBOL vmlinux 0x7ec566ef page_pool_put_defragged_page +EXPORT_SYMBOL vmlinux 0x7ec9a413 hdmi_infoframe_unpack +EXPORT_SYMBOL vmlinux 0x7ed23135 phy_ethtool_nway_reset +EXPORT_SYMBOL vmlinux 0x7ed6a837 vm_insert_page +EXPORT_SYMBOL vmlinux 0x7f02188f __msecs_to_jiffies +EXPORT_SYMBOL vmlinux 0x7f03b6a9 crc_ccitt_table +EXPORT_SYMBOL vmlinux 0x7f24de73 jiffies_to_usecs +EXPORT_SYMBOL vmlinux 0x7f3d0415 dev_printk_emit +EXPORT_SYMBOL vmlinux 0x7f403ff6 xfrm_state_flush +EXPORT_SYMBOL vmlinux 0x7f41a656 tcp_ld_RTO_revert +EXPORT_SYMBOL vmlinux 0x7f4c4196 scsi_device_resume +EXPORT_SYMBOL vmlinux 0x7f4c565b add_wait_queue +EXPORT_SYMBOL vmlinux 0x7f4cbbcb dcache_dir_lseek +EXPORT_SYMBOL vmlinux 0x7f52071a net_dim +EXPORT_SYMBOL vmlinux 0x7f5b4fe4 sg_free_table +EXPORT_SYMBOL vmlinux 0x7f7f7bb4 irq_poll_disable +EXPORT_SYMBOL vmlinux 0x7f801c54 _atomic_dec_and_raw_lock_irqsave +EXPORT_SYMBOL vmlinux 0x7f83cc16 xfrm_unregister_type_offload +EXPORT_SYMBOL vmlinux 0x7faa8390 pci_write_vpd_any +EXPORT_SYMBOL vmlinux 0x7fe32873 rb_replace_node +EXPORT_SYMBOL vmlinux 0x7ff53621 tcf_qevent_init +EXPORT_SYMBOL vmlinux 0x800af5d3 xfrm_dst_ifdown +EXPORT_SYMBOL vmlinux 0x8022945e nf_unregister_net_hooks +EXPORT_SYMBOL vmlinux 0x80318b30 sg_copy_buffer +EXPORT_SYMBOL vmlinux 0x803ddbb6 __posix_acl_create +EXPORT_SYMBOL vmlinux 0x8053525a sclp_register +EXPORT_SYMBOL vmlinux 0x80536f86 devm_pci_remap_cfgspace +EXPORT_SYMBOL vmlinux 0x805485ab __kfifo_out_r +EXPORT_SYMBOL vmlinux 0x80816f26 get_user_ifreq +EXPORT_SYMBOL vmlinux 0x8085390d __scsi_device_lookup +EXPORT_SYMBOL vmlinux 0x809da95b vfs_link +EXPORT_SYMBOL vmlinux 0x80a6819f input_unregister_handle +EXPORT_SYMBOL vmlinux 0x80ade63d generic_pipe_buf_get +EXPORT_SYMBOL vmlinux 0x80bcc4b0 submit_bio_wait +EXPORT_SYMBOL vmlinux 0x80c16da5 skb_splice_from_iter +EXPORT_SYMBOL vmlinux 0x80ca5026 _bin2bcd +EXPORT_SYMBOL vmlinux 0x80d68d3e fb_register_client +EXPORT_SYMBOL vmlinux 0x80d7f717 sg_zero_buffer +EXPORT_SYMBOL vmlinux 0x80e5f86f fscrypt_fname_alloc_buffer +EXPORT_SYMBOL vmlinux 0x80e97b02 nf_ct_attach +EXPORT_SYMBOL vmlinux 0x80f987c0 filemap_page_mkwrite +EXPORT_SYMBOL vmlinux 0x810bef7e sg_free_append_table +EXPORT_SYMBOL vmlinux 0x8112b3d2 scsi_build_sense_buffer +EXPORT_SYMBOL vmlinux 0x81164daa __SCK__tp_func_s390_cio_rsch +EXPORT_SYMBOL vmlinux 0x8128c039 smsg_register_callback +EXPORT_SYMBOL vmlinux 0x812d7cb9 pci_dev_put +EXPORT_SYMBOL vmlinux 0x812f78eb xxh64_update +EXPORT_SYMBOL vmlinux 0x813f7a7d xfrm_state_register_afinfo +EXPORT_SYMBOL vmlinux 0x815b5dd4 match_octal +EXPORT_SYMBOL vmlinux 0x8178b664 _copy_from_iter_nocache +EXPORT_SYMBOL vmlinux 0x818416e1 scsi_set_sense_information +EXPORT_SYMBOL vmlinux 0x81844c9d vmemdup_user +EXPORT_SYMBOL vmlinux 0x81a1eb59 utf8_unload +EXPORT_SYMBOL vmlinux 0x81a36084 mdiobus_read +EXPORT_SYMBOL vmlinux 0x81a39c93 blk_queue_max_segments +EXPORT_SYMBOL vmlinux 0x81a58001 mempool_init_node +EXPORT_SYMBOL vmlinux 0x81ae7c9b iput +EXPORT_SYMBOL vmlinux 0x81b433f2 down +EXPORT_SYMBOL vmlinux 0x81c51d19 irq_cpu_rmap_add +EXPORT_SYMBOL vmlinux 0x81c5df2e genphy_loopback +EXPORT_SYMBOL vmlinux 0x81db6ebb xz_dec_reset +EXPORT_SYMBOL vmlinux 0x81ddbbd6 load_nls_default +EXPORT_SYMBOL vmlinux 0x81e9d348 ipv6_push_frag_opts +EXPORT_SYMBOL vmlinux 0x823830f7 register_md_cluster_operations +EXPORT_SYMBOL vmlinux 0x8245eac1 pin_user_pages +EXPORT_SYMBOL vmlinux 0x82461fec block_write_end +EXPORT_SYMBOL vmlinux 0x827801d5 wake_up_process +EXPORT_SYMBOL vmlinux 0x82780aa8 ap_queue_init_state +EXPORT_SYMBOL vmlinux 0x828f76d9 inet_addr_type_dev_table +EXPORT_SYMBOL vmlinux 0x82a1eea0 fscrypt_ioctl_get_policy +EXPORT_SYMBOL vmlinux 0x82a2330e simple_release_fs +EXPORT_SYMBOL vmlinux 0x82c3d431 netdev_core_stats_alloc +EXPORT_SYMBOL vmlinux 0x82c87ad5 nr_online_nodes +EXPORT_SYMBOL vmlinux 0x82ee90dc timer_delete_sync +EXPORT_SYMBOL vmlinux 0x830b086a path_has_submounts +EXPORT_SYMBOL vmlinux 0x83341eb4 __sk_receive_skb +EXPORT_SYMBOL vmlinux 0x83525d66 pci_find_capability +EXPORT_SYMBOL vmlinux 0x83538ba9 __cpu_dying_mask +EXPORT_SYMBOL vmlinux 0x83581089 gf128mul_init_4k_lle +EXPORT_SYMBOL vmlinux 0x8376a9f3 fs_bio_set +EXPORT_SYMBOL vmlinux 0x8387ed75 elv_rb_find +EXPORT_SYMBOL vmlinux 0x838d2bc8 siphash_3u32 +EXPORT_SYMBOL vmlinux 0x83a34382 __skb_gro_checksum_complete +EXPORT_SYMBOL vmlinux 0x83a7c844 __skb_checksum_complete_head +EXPORT_SYMBOL vmlinux 0x83bdb3e1 gen_pool_dma_zalloc +EXPORT_SYMBOL vmlinux 0x83c1a7b9 register_console +EXPORT_SYMBOL vmlinux 0x83e82754 d_instantiate_new +EXPORT_SYMBOL vmlinux 0x83f2629d xfrm_policy_bysel_ctx +EXPORT_SYMBOL vmlinux 0x83f2f318 genphy_read_master_slave +EXPORT_SYMBOL vmlinux 0x83f8cb3c import_iovec +EXPORT_SYMBOL vmlinux 0x8401bcc1 __pskb_pull_tail +EXPORT_SYMBOL vmlinux 0x840342c6 sgl_free +EXPORT_SYMBOL vmlinux 0x8415dd84 seq_hex_dump +EXPORT_SYMBOL vmlinux 0x842637e6 inode_dio_wait +EXPORT_SYMBOL vmlinux 0x844426a1 inet_dgram_connect +EXPORT_SYMBOL vmlinux 0x844d22da pci_bus_write_config_byte +EXPORT_SYMBOL vmlinux 0x844dd485 blk_get_queue +EXPORT_SYMBOL vmlinux 0x84535ccd filp_close +EXPORT_SYMBOL vmlinux 0x8486ff94 blk_start_plug +EXPORT_SYMBOL vmlinux 0x84872f7a dma_fence_add_callback +EXPORT_SYMBOL vmlinux 0x8499b061 gen_pool_destroy +EXPORT_SYMBOL vmlinux 0x849ea7ca from_kgid_munged +EXPORT_SYMBOL vmlinux 0x84a0ca4d bitmap_zalloc_node +EXPORT_SYMBOL vmlinux 0x84a9342c tcf_block_put_ext +EXPORT_SYMBOL vmlinux 0x84d4c8cc crc16 +EXPORT_SYMBOL vmlinux 0x84df785a request_key_tag +EXPORT_SYMBOL vmlinux 0x84e769a7 tty_port_close +EXPORT_SYMBOL vmlinux 0x84f2a421 inet_ioctl +EXPORT_SYMBOL vmlinux 0x84f8bb3e sk_wait_data +EXPORT_SYMBOL vmlinux 0x84fb5d8d phy_ethtool_get_strings +EXPORT_SYMBOL vmlinux 0x8501c8f2 sk_net_capable +EXPORT_SYMBOL vmlinux 0x850df2c7 ip6_route_me_harder +EXPORT_SYMBOL vmlinux 0x852ef1a1 skb_copy_and_csum_dev +EXPORT_SYMBOL vmlinux 0x85351057 alloc_skb_with_frags +EXPORT_SYMBOL vmlinux 0x855059e5 pci_msi_vec_count +EXPORT_SYMBOL vmlinux 0x855b938c pci_wake_from_d3 +EXPORT_SYMBOL vmlinux 0x85670f1d rtnl_is_locked +EXPORT_SYMBOL vmlinux 0x8573ecdd netif_receive_skb_core +EXPORT_SYMBOL vmlinux 0x8573ff89 nf_log_unregister +EXPORT_SYMBOL vmlinux 0x857fc0f8 passthru_features_check +EXPORT_SYMBOL vmlinux 0x8582a282 tty_port_block_til_ready +EXPORT_SYMBOL vmlinux 0x8582eb66 udp_lib_setsockopt +EXPORT_SYMBOL vmlinux 0x85895872 dev_set_mtu +EXPORT_SYMBOL vmlinux 0x859a5743 unix_detach_fds +EXPORT_SYMBOL vmlinux 0x85a5fe18 netlink_kernel_release +EXPORT_SYMBOL vmlinux 0x85ab462f pci_enable_wake +EXPORT_SYMBOL vmlinux 0x85abc85f strncmp +EXPORT_SYMBOL vmlinux 0x85bd1608 __request_region +EXPORT_SYMBOL vmlinux 0x85c6e11e inet6_getname +EXPORT_SYMBOL vmlinux 0x85c78d90 get_cached_acl +EXPORT_SYMBOL vmlinux 0x85cab8dc pci_disable_msi +EXPORT_SYMBOL vmlinux 0x85d14264 trace_print_flags_seq +EXPORT_SYMBOL vmlinux 0x85df9b6c strsep +EXPORT_SYMBOL vmlinux 0x85efc7e0 zero_pfn +EXPORT_SYMBOL vmlinux 0x85f741e9 pfifo_fast_ops +EXPORT_SYMBOL vmlinux 0x85f77ea9 __tracepoint_s390_cio_stsch +EXPORT_SYMBOL vmlinux 0x860efa2c mutex_lock +EXPORT_SYMBOL vmlinux 0x86167a7e skb_ext_add +EXPORT_SYMBOL vmlinux 0x86200eb5 sk_stream_wait_memory +EXPORT_SYMBOL vmlinux 0x86216acd __xa_set_mark +EXPORT_SYMBOL vmlinux 0x862c8035 bitmap_alloc_node +EXPORT_SYMBOL vmlinux 0x863910b0 sock_no_recvmsg +EXPORT_SYMBOL vmlinux 0x863a276a color_table +EXPORT_SYMBOL vmlinux 0x863a3a0c pskb_expand_head +EXPORT_SYMBOL vmlinux 0x864d5c09 udp_lib_getsockopt +EXPORT_SYMBOL vmlinux 0x865570f9 param_set_bint +EXPORT_SYMBOL vmlinux 0x866a62b2 gnet_stats_basic_sync_init +EXPORT_SYMBOL vmlinux 0x8676db46 get_random_bytes +EXPORT_SYMBOL vmlinux 0x867cea26 netdev_set_sb_channel +EXPORT_SYMBOL vmlinux 0x86815fe2 register_mii_tstamp_controller +EXPORT_SYMBOL vmlinux 0x868acba5 get_options +EXPORT_SYMBOL vmlinux 0x868bde1d down_write_trylock +EXPORT_SYMBOL vmlinux 0x869c0e1a put_disk +EXPORT_SYMBOL vmlinux 0x86a10a9e sock_enable_timestamps +EXPORT_SYMBOL vmlinux 0x86a34793 _copy_to_user_key +EXPORT_SYMBOL vmlinux 0x86a45bc5 nexthop_res_grp_activity_update +EXPORT_SYMBOL vmlinux 0x86a8fb71 mutex_unlock +EXPORT_SYMBOL vmlinux 0x86bbbfa2 dma_fence_signal +EXPORT_SYMBOL vmlinux 0x86c2ae76 seq_path +EXPORT_SYMBOL vmlinux 0x86d2335e mempool_create +EXPORT_SYMBOL vmlinux 0x86d40fe7 __ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0x86d52ba5 lookup_constant +EXPORT_SYMBOL vmlinux 0x86dd708d tc_skb_ext_tc_enable +EXPORT_SYMBOL vmlinux 0x86f96e0c posix_acl_chmod +EXPORT_SYMBOL vmlinux 0x86fb9b05 bitmap_parse_user +EXPORT_SYMBOL vmlinux 0x86ff8478 do_splice_direct +EXPORT_SYMBOL vmlinux 0x8701a8c2 inc_nlink +EXPORT_SYMBOL vmlinux 0x87106bcf __destroy_inode +EXPORT_SYMBOL vmlinux 0x87153112 security_sb_clone_mnt_opts +EXPORT_SYMBOL vmlinux 0x8718086e jbd2_journal_inode_ranged_wait +EXPORT_SYMBOL vmlinux 0x87268af4 __tracepoint_s390_cio_ssch +EXPORT_SYMBOL vmlinux 0x8761c87b rps_needed +EXPORT_SYMBOL vmlinux 0x8763999a __lock_sock_fast +EXPORT_SYMBOL vmlinux 0x87674aa6 tcf_action_dump_1 +EXPORT_SYMBOL vmlinux 0x87809aeb put_user_ifreq +EXPORT_SYMBOL vmlinux 0x87a21cb3 __ubsan_handle_out_of_bounds +EXPORT_SYMBOL vmlinux 0x87b8798d sg_next +EXPORT_SYMBOL vmlinux 0x87c7cf01 vfs_ioctl +EXPORT_SYMBOL vmlinux 0x87db8c26 filemap_fdatawrite +EXPORT_SYMBOL vmlinux 0x87e6599d udp_sendmsg +EXPORT_SYMBOL vmlinux 0x87e8fada from_kprojid +EXPORT_SYMBOL vmlinux 0x87eab732 d_make_root +EXPORT_SYMBOL vmlinux 0x87fc05cb input_flush_device +EXPORT_SYMBOL vmlinux 0x87fcab48 hex2bin +EXPORT_SYMBOL vmlinux 0x8810754a _find_first_bit +EXPORT_SYMBOL vmlinux 0x8820b950 migrate_folio +EXPORT_SYMBOL vmlinux 0x882b9edb iov_iter_single_seg_count +EXPORT_SYMBOL vmlinux 0x8833bc7e __kfifo_dma_out_finish_r +EXPORT_SYMBOL vmlinux 0x8837875a phy_driver_register +EXPORT_SYMBOL vmlinux 0x8851e656 md_bitmap_update_sb +EXPORT_SYMBOL vmlinux 0x887a91de framebuffer_release +EXPORT_SYMBOL vmlinux 0x88822d38 unregister_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0x888e9ca6 end_buffer_async_write +EXPORT_SYMBOL vmlinux 0x88999894 utf8_validate +EXPORT_SYMBOL vmlinux 0x88b2366b generic_key_instantiate +EXPORT_SYMBOL vmlinux 0x88bebad5 netdev_notice +EXPORT_SYMBOL vmlinux 0x88db9f48 __check_object_size +EXPORT_SYMBOL vmlinux 0x88e1d0f0 page_frag_free +EXPORT_SYMBOL vmlinux 0x88e43017 vfs_symlink +EXPORT_SYMBOL vmlinux 0x88e52cdb idr_for_each +EXPORT_SYMBOL vmlinux 0x88fc8c31 proc_create +EXPORT_SYMBOL vmlinux 0x88ff22df raw3270_start_locked +EXPORT_SYMBOL vmlinux 0x8910b00a md_bitmap_unplug_async +EXPORT_SYMBOL vmlinux 0x89288882 security_sctp_assoc_request +EXPORT_SYMBOL vmlinux 0x892b8bb1 textsearch_register +EXPORT_SYMBOL vmlinux 0x894a3649 sync_file_create +EXPORT_SYMBOL vmlinux 0x895b5e8b fault_in_subpage_writeable +EXPORT_SYMBOL vmlinux 0x895e2417 input_mt_report_slot_state +EXPORT_SYMBOL vmlinux 0x89621b96 __genradix_iter_peek +EXPORT_SYMBOL vmlinux 0x89627922 sync_mapping_buffers +EXPORT_SYMBOL vmlinux 0x8962a737 skb_clone +EXPORT_SYMBOL vmlinux 0x89651d8a tcp_sock_set_keepidle +EXPORT_SYMBOL vmlinux 0x897e04a3 param_ops_ulong +EXPORT_SYMBOL vmlinux 0x898395db put_cmsg_scm_timestamping64 +EXPORT_SYMBOL vmlinux 0x898b19cc utf8_strncasecmp +EXPORT_SYMBOL vmlinux 0x899c35e0 d_path +EXPORT_SYMBOL vmlinux 0x89a09837 ioremap_prot +EXPORT_SYMBOL vmlinux 0x89a4335a blk_finish_plug +EXPORT_SYMBOL vmlinux 0x89ca2d73 wait_for_completion_state +EXPORT_SYMBOL vmlinux 0x89d3faa4 sdev_disable_disk_events +EXPORT_SYMBOL vmlinux 0x89e51caf set_security_override +EXPORT_SYMBOL vmlinux 0x89f36cf0 flow_rule_match_enc_control +EXPORT_SYMBOL vmlinux 0x8a069a1a __mdiobus_c45_read +EXPORT_SYMBOL vmlinux 0x8a0b692e netlbl_calipso_ops_register +EXPORT_SYMBOL vmlinux 0x8a19a1b2 flow_rule_match_pppoe +EXPORT_SYMBOL vmlinux 0x8a3f7cec simple_transaction_read +EXPORT_SYMBOL vmlinux 0x8a521727 xsk_tx_peek_release_desc_batch +EXPORT_SYMBOL vmlinux 0x8a5ed73b flow_indr_block_cb_alloc +EXPORT_SYMBOL vmlinux 0x8a601a46 put_cmsg_scm_timestamping +EXPORT_SYMBOL vmlinux 0x8a65338b percpu_counter_sync +EXPORT_SYMBOL vmlinux 0x8a6b659c block_read_full_folio +EXPORT_SYMBOL vmlinux 0x8a7094ba vm_brk_flags +EXPORT_SYMBOL vmlinux 0x8a761146 stream_open +EXPORT_SYMBOL vmlinux 0x8a7d1c31 high_memory +EXPORT_SYMBOL vmlinux 0x8a99a016 mempool_free_slab +EXPORT_SYMBOL vmlinux 0x8a9cea87 pcix_get_max_mmrbc +EXPORT_SYMBOL vmlinux 0x8aa6031e fs_context_for_mount +EXPORT_SYMBOL vmlinux 0x8abf09b5 dev_addr_mod +EXPORT_SYMBOL vmlinux 0x8ac3334b net_dim_get_def_rx_moderation +EXPORT_SYMBOL vmlinux 0x8acad213 dev_pick_tx_cpu_id +EXPORT_SYMBOL vmlinux 0x8ad2b4f9 skb_put +EXPORT_SYMBOL vmlinux 0x8adc5617 user_path_at_empty +EXPORT_SYMBOL vmlinux 0x8ae1b271 config_group_find_item +EXPORT_SYMBOL vmlinux 0x8b0088d1 LZ4_decompress_safe_usingDict +EXPORT_SYMBOL vmlinux 0x8b437095 neigh_changeaddr +EXPORT_SYMBOL vmlinux 0x8b55fd4f hdmi_spd_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0x8b618d08 overflowuid +EXPORT_SYMBOL vmlinux 0x8b77464f page_pool_alloc_frag +EXPORT_SYMBOL vmlinux 0x8b7ba3cb __devm_mdiobus_register +EXPORT_SYMBOL vmlinux 0x8b8059bd in_group_p +EXPORT_SYMBOL vmlinux 0x8b8ab1f2 file_ns_capable +EXPORT_SYMBOL vmlinux 0x8b910be2 errseq_sample +EXPORT_SYMBOL vmlinux 0x8ba1fcfd simple_unlink +EXPORT_SYMBOL vmlinux 0x8bae7650 seq_read +EXPORT_SYMBOL vmlinux 0x8bdfc47c __mb_cache_entry_free +EXPORT_SYMBOL vmlinux 0x8bec7ca1 __blk_mq_end_request +EXPORT_SYMBOL vmlinux 0x8bf0e4b2 tty_insert_flip_string_fixed_flag +EXPORT_SYMBOL vmlinux 0x8bf816b7 __breadahead +EXPORT_SYMBOL vmlinux 0x8c5eacdf fwnode_get_phy_id +EXPORT_SYMBOL vmlinux 0x8c823984 tcp_read_skb +EXPORT_SYMBOL vmlinux 0x8c8569cb kstrtoint +EXPORT_SYMBOL vmlinux 0x8c875be0 tcw_init +EXPORT_SYMBOL vmlinux 0x8c94920a vfs_dedupe_file_range_one +EXPORT_SYMBOL vmlinux 0x8ca85846 proc_remove +EXPORT_SYMBOL vmlinux 0x8caf9305 uuid_is_valid +EXPORT_SYMBOL vmlinux 0x8cb062a8 iucv_message_reply +EXPORT_SYMBOL vmlinux 0x8cd5bfdb tcf_unregister_action +EXPORT_SYMBOL vmlinux 0x8cd8ef48 generic_ro_fops +EXPORT_SYMBOL vmlinux 0x8cdfc002 sclp_unregister +EXPORT_SYMBOL vmlinux 0x8cef498f fwnode_irq_get +EXPORT_SYMBOL vmlinux 0x8cfc16ba dm_register_target +EXPORT_SYMBOL vmlinux 0x8cfc60b0 filemap_fdatawait_range +EXPORT_SYMBOL vmlinux 0x8d0d4ae7 icmpv6_ndo_send +EXPORT_SYMBOL vmlinux 0x8d0fd4ef idr_replace +EXPORT_SYMBOL vmlinux 0x8d18e65a fib_default_rule_add +EXPORT_SYMBOL vmlinux 0x8d256ffa msi_desc_to_pci_dev +EXPORT_SYMBOL vmlinux 0x8d25ed75 udp_read_skb +EXPORT_SYMBOL vmlinux 0x8d33e672 __find_nth_andnot_bit +EXPORT_SYMBOL vmlinux 0x8d55bb8a qid_eq +EXPORT_SYMBOL vmlinux 0x8d60b0fc touch_buffer +EXPORT_SYMBOL vmlinux 0x8d73278e hex_asc_upper +EXPORT_SYMBOL vmlinux 0x8d7b0014 register_sysctl +EXPORT_SYMBOL vmlinux 0x8d7b7216 mapping_read_folio_gfp +EXPORT_SYMBOL vmlinux 0x8d8a1ebd __bh_read_batch +EXPORT_SYMBOL vmlinux 0x8d921914 lease_get_mtime +EXPORT_SYMBOL vmlinux 0x8d96e58e set_pgste_bits +EXPORT_SYMBOL vmlinux 0x8dcd8ea0 con_set_default_unimap +EXPORT_SYMBOL vmlinux 0x8ddbc37e inet6_del_protocol +EXPORT_SYMBOL vmlinux 0x8ddd8aad schedule_timeout +EXPORT_SYMBOL vmlinux 0x8dde5658 get_user_pages +EXPORT_SYMBOL vmlinux 0x8de655f1 proc_create_mount_point +EXPORT_SYMBOL vmlinux 0x8df96e27 iov_iter_zero +EXPORT_SYMBOL vmlinux 0x8df9dd10 guid_null +EXPORT_SYMBOL vmlinux 0x8e002751 d_rehash +EXPORT_SYMBOL vmlinux 0x8e11125a xfrm_init_replay +EXPORT_SYMBOL vmlinux 0x8e2812d0 ipv6_sock_mc_join +EXPORT_SYMBOL vmlinux 0x8e39de96 ilookup +EXPORT_SYMBOL vmlinux 0x8e5384e9 mr_mfc_seq_next +EXPORT_SYMBOL vmlinux 0x8e93bd24 security_secctx_to_secid +EXPORT_SYMBOL vmlinux 0x8ea358ba __napi_schedule_irqoff +EXPORT_SYMBOL vmlinux 0x8eb15aae kobject_put +EXPORT_SYMBOL vmlinux 0x8ec3540f d_obtain_alias +EXPORT_SYMBOL vmlinux 0x8ec760b0 cgroup_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0x8ec9789f udp_flush_pending_frames +EXPORT_SYMBOL vmlinux 0x8ed7ac14 tcp_filter +EXPORT_SYMBOL vmlinux 0x8eda329b genphy_read_abilities +EXPORT_SYMBOL vmlinux 0x8ef44fa7 netdev_next_lower_dev_rcu +EXPORT_SYMBOL vmlinux 0x8f0220f4 inet_sk_rx_dst_set +EXPORT_SYMBOL vmlinux 0x8f039819 pci_unregister_driver +EXPORT_SYMBOL vmlinux 0x8f04b35b pci_set_mwi +EXPORT_SYMBOL vmlinux 0x8f063197 dev_uc_add +EXPORT_SYMBOL vmlinux 0x8f18ac74 __quota_error +EXPORT_SYMBOL vmlinux 0x8f258470 module_refcount +EXPORT_SYMBOL vmlinux 0x8f2b449b dquot_commit_info +EXPORT_SYMBOL vmlinux 0x8f2e8039 zstd_find_frame_compressed_size +EXPORT_SYMBOL vmlinux 0x8f340b47 dcb_ieee_getapp_prio_dscp_mask_map +EXPORT_SYMBOL vmlinux 0x8f7024bd pci_bus_set_ops +EXPORT_SYMBOL vmlinux 0x8f99374b register_service_level +EXPORT_SYMBOL vmlinux 0x8f996a30 ethtool_convert_legacy_u32_to_link_mode +EXPORT_SYMBOL vmlinux 0x8fb7f4aa skb_free_datagram +EXPORT_SYMBOL vmlinux 0x8fc402b4 netlink_ack +EXPORT_SYMBOL vmlinux 0x8fca8628 __ClearPageMovable +EXPORT_SYMBOL vmlinux 0x8fd0849b utf8_normalize +EXPORT_SYMBOL vmlinux 0x8fdaa6ce jbd2_journal_get_create_access +EXPORT_SYMBOL vmlinux 0x8ff89ed0 seg6_hmac_exit +EXPORT_SYMBOL vmlinux 0x90006be6 dm_kcopyd_client_flush +EXPORT_SYMBOL vmlinux 0x90038090 phy_validate_pause +EXPORT_SYMBOL vmlinux 0x900c2ec6 freezing_slow_path +EXPORT_SYMBOL vmlinux 0x9012e38c config_group_init +EXPORT_SYMBOL vmlinux 0x90162c67 __tracepoint_s390_cio_hsch +EXPORT_SYMBOL vmlinux 0x901bd8a2 block_truncate_page +EXPORT_SYMBOL vmlinux 0x9049a193 netdev_reset_tc +EXPORT_SYMBOL vmlinux 0x90537d28 t10_pi_type3_ip +EXPORT_SYMBOL vmlinux 0x90589c47 fscrypt_decrypt_bio +EXPORT_SYMBOL vmlinux 0x906c5340 __neigh_set_probe_once +EXPORT_SYMBOL vmlinux 0x907561b3 dquot_scan_active +EXPORT_SYMBOL vmlinux 0x907faabf zstd_compress_stream +EXPORT_SYMBOL vmlinux 0x90832e07 pci_reenable_device +EXPORT_SYMBOL vmlinux 0x9097df1c __inc_zone_page_state +EXPORT_SYMBOL vmlinux 0x90abb542 prepare_to_wait_exclusive +EXPORT_SYMBOL vmlinux 0x90ae5ca2 __netlink_kernel_create +EXPORT_SYMBOL vmlinux 0x90b85588 __mdiobus_write +EXPORT_SYMBOL vmlinux 0x90bcc5c4 skb_tx_error +EXPORT_SYMBOL vmlinux 0x90bec6d8 put_watch_queue +EXPORT_SYMBOL vmlinux 0x90c0df60 flow_rule_match_mpls +EXPORT_SYMBOL vmlinux 0x90f21eb6 tty_port_close_start +EXPORT_SYMBOL vmlinux 0x910c7a0c alloc_pages_exact +EXPORT_SYMBOL vmlinux 0x9116b417 save_fpu_regs +EXPORT_SYMBOL vmlinux 0x9117d5d9 devm_ioremap +EXPORT_SYMBOL vmlinux 0x9130c092 locks_delete_block +EXPORT_SYMBOL vmlinux 0x913608fc config_item_put +EXPORT_SYMBOL vmlinux 0x915fc85f inode_set_bytes +EXPORT_SYMBOL vmlinux 0x916149d8 folio_alloc +EXPORT_SYMBOL vmlinux 0x9166fc03 __flush_workqueue +EXPORT_SYMBOL vmlinux 0x9168ee30 vlan_vids_add_by_dev +EXPORT_SYMBOL vmlinux 0x9171f8cb proc_mkdir_mode +EXPORT_SYMBOL vmlinux 0x919c58f3 __clzsi2 +EXPORT_SYMBOL vmlinux 0x91a488ac __netdev_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x91a7b1da qdisc_class_hash_remove +EXPORT_SYMBOL vmlinux 0x91baec99 scsi_print_result +EXPORT_SYMBOL vmlinux 0x91d4ae78 __fs_parse +EXPORT_SYMBOL vmlinux 0x91d81b4a inode_maybe_inc_iversion +EXPORT_SYMBOL vmlinux 0x91f68ea1 __hw_addr_sync +EXPORT_SYMBOL vmlinux 0x92083dc5 jbd2__journal_restart +EXPORT_SYMBOL vmlinux 0x92280dba mdio_device_reset +EXPORT_SYMBOL vmlinux 0x922f45a6 __bitmap_clear +EXPORT_SYMBOL vmlinux 0x924ad7d8 tcf_exts_num_actions +EXPORT_SYMBOL vmlinux 0x924dc26d skb_ensure_writable +EXPORT_SYMBOL vmlinux 0x92774cf8 __kfence_pool +EXPORT_SYMBOL vmlinux 0x927e2955 xa_get_order +EXPORT_SYMBOL vmlinux 0x928509a4 fscrypt_has_permitted_context +EXPORT_SYMBOL vmlinux 0x929fe55a ip_sock_set_recverr +EXPORT_SYMBOL vmlinux 0x92a16af7 lockref_get +EXPORT_SYMBOL vmlinux 0x92acb970 phy_modify_paged +EXPORT_SYMBOL vmlinux 0x92bc578f sock_no_sendmsg_locked +EXPORT_SYMBOL vmlinux 0x92cc271d key_task_permission +EXPORT_SYMBOL vmlinux 0x92d5838e request_threaded_irq +EXPORT_SYMBOL vmlinux 0x92d6ea76 __kfifo_dma_in_prepare_r +EXPORT_SYMBOL vmlinux 0x92df15ce kfree_skb_reason +EXPORT_SYMBOL vmlinux 0x92ec510d jiffies64_to_msecs +EXPORT_SYMBOL vmlinux 0x92ed3d27 iommu_put_resv_regions +EXPORT_SYMBOL vmlinux 0x93055d69 dev_uc_del +EXPORT_SYMBOL vmlinux 0x9320ebc7 follow_pfn +EXPORT_SYMBOL vmlinux 0x93250246 md_register_thread +EXPORT_SYMBOL vmlinux 0x933afd98 panic_notifier_list +EXPORT_SYMBOL vmlinux 0x9369c41c raw3270_request_alloc +EXPORT_SYMBOL vmlinux 0x937733e3 qid_valid +EXPORT_SYMBOL vmlinux 0x9378273f param_set_bool +EXPORT_SYMBOL vmlinux 0x937c838e fwnode_graph_parse_endpoint +EXPORT_SYMBOL vmlinux 0x937e97f1 tty_unregister_driver +EXPORT_SYMBOL vmlinux 0x93836e00 ndo_dflt_fdb_del +EXPORT_SYMBOL vmlinux 0x938455cc security_sock_rcv_skb +EXPORT_SYMBOL vmlinux 0x93983682 tcp_v4_destroy_sock +EXPORT_SYMBOL vmlinux 0x93a6e0b2 io_schedule +EXPORT_SYMBOL vmlinux 0x93b3fc74 register_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x93c63c53 page_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0x93c82846 phy_support_sym_pause +EXPORT_SYMBOL vmlinux 0x93ddd4d1 __memset +EXPORT_SYMBOL vmlinux 0x93e4403c __mod_node_page_state +EXPORT_SYMBOL vmlinux 0x93eabc57 udp_ioctl +EXPORT_SYMBOL vmlinux 0x9408aac1 slab_build_skb +EXPORT_SYMBOL vmlinux 0x94095675 eth_gro_receive +EXPORT_SYMBOL vmlinux 0x942175d0 rtnetlink_put_metrics +EXPORT_SYMBOL vmlinux 0x9425f375 generic_file_mmap +EXPORT_SYMBOL vmlinux 0x9428f816 dim_turn +EXPORT_SYMBOL vmlinux 0x942f4c5c iucv_message_reject +EXPORT_SYMBOL vmlinux 0x944375db _totalram_pages +EXPORT_SYMBOL vmlinux 0x944a564d is_console_locked +EXPORT_SYMBOL vmlinux 0x9451f72a tcf_block_get +EXPORT_SYMBOL vmlinux 0x945775a5 segment_save +EXPORT_SYMBOL vmlinux 0x9457a89b netdev_bonding_info_change +EXPORT_SYMBOL vmlinux 0x945bd3d0 kernel_tmpfile_open +EXPORT_SYMBOL vmlinux 0x9469deda dev_get_stats +EXPORT_SYMBOL vmlinux 0x946e2108 qdisc_watchdog_init_clockid +EXPORT_SYMBOL vmlinux 0x948bb875 rawv6_mh_filter_unregister +EXPORT_SYMBOL vmlinux 0x94961283 vunmap +EXPORT_SYMBOL vmlinux 0x9498f00b vlan_for_each +EXPORT_SYMBOL vmlinux 0x94bf03ca utf8_to_utf32 +EXPORT_SYMBOL vmlinux 0x94c40517 pcie_get_mps +EXPORT_SYMBOL vmlinux 0x94d33ca3 mdiobus_unregister_device +EXPORT_SYMBOL vmlinux 0x94d4cf48 blk_mq_tagset_wait_completed_request +EXPORT_SYMBOL vmlinux 0x94f3f2d6 pps_register_source +EXPORT_SYMBOL vmlinux 0x9507c90f copy_fsxattr_to_user +EXPORT_SYMBOL vmlinux 0x950ff770 pci_release_region +EXPORT_SYMBOL vmlinux 0x951a2dfe iucv_path_accept +EXPORT_SYMBOL vmlinux 0x952e33c3 xfrm_state_delete +EXPORT_SYMBOL vmlinux 0x9530365d __xa_clear_mark +EXPORT_SYMBOL vmlinux 0x954066df blk_mq_start_stopped_hw_queues +EXPORT_SYMBOL vmlinux 0x954a54ba tcp_v4_syn_recv_sock +EXPORT_SYMBOL vmlinux 0x954cef6f init_on_alloc +EXPORT_SYMBOL vmlinux 0x954f099c idr_preload +EXPORT_SYMBOL vmlinux 0x95501a44 user_path_create +EXPORT_SYMBOL vmlinux 0x95544a69 kernel_read +EXPORT_SYMBOL vmlinux 0x956eeb39 pps_event +EXPORT_SYMBOL vmlinux 0x95756149 tcp_v4_md5_hash_skb +EXPORT_SYMBOL vmlinux 0x957a0aaf iucv_if +EXPORT_SYMBOL vmlinux 0x959223d1 tcf_qevent_validate_change +EXPORT_SYMBOL vmlinux 0x95a19b09 __phy_write_mmd +EXPORT_SYMBOL vmlinux 0x95b38ccc resource_list_create_entry +EXPORT_SYMBOL vmlinux 0x95cb3de8 putname +EXPORT_SYMBOL vmlinux 0x95ceb864 key_update +EXPORT_SYMBOL vmlinux 0x95e63ced prot_virt_host +EXPORT_SYMBOL vmlinux 0x96071f42 flow_rule_match_ip +EXPORT_SYMBOL vmlinux 0x960da5f9 bioset_exit +EXPORT_SYMBOL vmlinux 0x961308a0 dma_sync_sg_for_cpu +EXPORT_SYMBOL vmlinux 0x961bd087 dcb_ieee_getapp_mask +EXPORT_SYMBOL vmlinux 0x961ddb01 input_free_device +EXPORT_SYMBOL vmlinux 0x9623960b proc_symlink +EXPORT_SYMBOL vmlinux 0x96404e39 itcw_set_data +EXPORT_SYMBOL vmlinux 0x96419b44 dev_kfree_skb_irq_reason +EXPORT_SYMBOL vmlinux 0x96634d8f mdiobus_c45_write +EXPORT_SYMBOL vmlinux 0x9675384e tty_do_resize +EXPORT_SYMBOL vmlinux 0x9680b255 init_task +EXPORT_SYMBOL vmlinux 0x968798c2 block_page_mkwrite +EXPORT_SYMBOL vmlinux 0x96879971 __module_put_and_kthread_exit +EXPORT_SYMBOL vmlinux 0x96893299 xfrm6_rcv_encap +EXPORT_SYMBOL vmlinux 0x96c17136 fb_var_to_videomode +EXPORT_SYMBOL vmlinux 0x96cd2b04 scsi_sense_key_string +EXPORT_SYMBOL vmlinux 0x96d79e21 tcf_action_set_ctrlact +EXPORT_SYMBOL vmlinux 0x96d7e88f tcf_generic_walker +EXPORT_SYMBOL vmlinux 0x96f174b7 rtnl_offload_xstats_notify +EXPORT_SYMBOL vmlinux 0x96f6fcac __hw_addr_ref_unsync_dev +EXPORT_SYMBOL vmlinux 0x96fab350 dim_park_on_top +EXPORT_SYMBOL vmlinux 0x970f17a7 ap_parse_mask_str +EXPORT_SYMBOL vmlinux 0x971761e7 param_get_short +EXPORT_SYMBOL vmlinux 0x973711f8 inet6_unregister_protosw +EXPORT_SYMBOL vmlinux 0x975a0607 dma_resv_fini +EXPORT_SYMBOL vmlinux 0x97627be4 fsync_bdev +EXPORT_SYMBOL vmlinux 0x97796289 vm_node_stat +EXPORT_SYMBOL vmlinux 0x9795fa9a pci_read_config_byte +EXPORT_SYMBOL vmlinux 0x97a59513 pci_msix_vec_count +EXPORT_SYMBOL vmlinux 0x97adb487 utf8s_to_utf16s +EXPORT_SYMBOL vmlinux 0x97bc19fe dmam_pool_create +EXPORT_SYMBOL vmlinux 0x97bdfa60 scsi_dev_info_remove_list +EXPORT_SYMBOL vmlinux 0x97e076b0 posix_acl_valid +EXPORT_SYMBOL vmlinux 0x97e0dd16 d_add_ci +EXPORT_SYMBOL vmlinux 0x97e6e92b __folio_put +EXPORT_SYMBOL vmlinux 0x980864bf pci_enable_device_io +EXPORT_SYMBOL vmlinux 0x9858f364 get_random_u8 +EXPORT_SYMBOL vmlinux 0x985accc5 copy_string_kernel +EXPORT_SYMBOL vmlinux 0x9879d506 dns_query +EXPORT_SYMBOL vmlinux 0x98824e20 create_empty_buffers +EXPORT_SYMBOL vmlinux 0x989173cd kobject_init +EXPORT_SYMBOL vmlinux 0x989e1516 xa_destroy +EXPORT_SYMBOL vmlinux 0x98a7360b security_sctp_sk_clone +EXPORT_SYMBOL vmlinux 0x98b692bd vfs_getattr_nosec +EXPORT_SYMBOL vmlinux 0x98b7d6e0 tcf_em_unregister +EXPORT_SYMBOL vmlinux 0x98c89ade security_xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0x98d7f233 keyring_clear +EXPORT_SYMBOL vmlinux 0x98de1c15 snprintf +EXPORT_SYMBOL vmlinux 0x98e430d4 dquot_get_state +EXPORT_SYMBOL vmlinux 0x98e508ef ignore_console_lock_warning +EXPORT_SYMBOL vmlinux 0x9900761a zstd_dstream_workspace_bound +EXPORT_SYMBOL vmlinux 0x99212f75 clear_nlink +EXPORT_SYMBOL vmlinux 0x9931df16 reuseport_select_sock +EXPORT_SYMBOL vmlinux 0x993e6eab neigh_seq_start +EXPORT_SYMBOL vmlinux 0x9942ec77 itcw_finalize +EXPORT_SYMBOL vmlinux 0x99517682 udp_encap_enable +EXPORT_SYMBOL vmlinux 0x99524d86 bio_reset +EXPORT_SYMBOL vmlinux 0x997b6e58 inode_get_bytes +EXPORT_SYMBOL vmlinux 0x998fd263 __blkdev_issue_zeroout +EXPORT_SYMBOL vmlinux 0x999e8297 vfree +EXPORT_SYMBOL vmlinux 0x99b5688b tty_register_driver +EXPORT_SYMBOL vmlinux 0x99ca74a6 xa_erase +EXPORT_SYMBOL vmlinux 0x99d472b1 net_dim_get_rx_moderation +EXPORT_SYMBOL vmlinux 0x99daa9bf try_offline_node +EXPORT_SYMBOL vmlinux 0x99e5f029 security_sb_mnt_opts_compat +EXPORT_SYMBOL vmlinux 0x99e69cdc nexthop_bucket_set_hw_flags +EXPORT_SYMBOL vmlinux 0x99f132fc module_put +EXPORT_SYMBOL vmlinux 0x99f6529f ccw_device_tm_start_timeout_key +EXPORT_SYMBOL vmlinux 0x99f811b3 mark_page_accessed +EXPORT_SYMBOL vmlinux 0x99f9638f __napi_alloc_frag_align +EXPORT_SYMBOL vmlinux 0x99fedda0 write_inode_now +EXPORT_SYMBOL vmlinux 0x9a00e07f udp_poll +EXPORT_SYMBOL vmlinux 0x9a031dd5 __phy_resume +EXPORT_SYMBOL vmlinux 0x9a0586fe sk_stream_wait_close +EXPORT_SYMBOL vmlinux 0x9a152267 vfs_iocb_iter_write +EXPORT_SYMBOL vmlinux 0x9a1cb1e3 param_ops_ushort +EXPORT_SYMBOL vmlinux 0x9a1dfd65 strpbrk +EXPORT_SYMBOL vmlinux 0x9a2581d2 tty_insert_flip_string_flags +EXPORT_SYMBOL vmlinux 0x9a30e3ac pcim_iomap_table +EXPORT_SYMBOL vmlinux 0x9a4d42aa single_open_size +EXPORT_SYMBOL vmlinux 0x9a56b4b2 netdev_offload_xstats_disable +EXPORT_SYMBOL vmlinux 0x9a57bc89 tccb_init +EXPORT_SYMBOL vmlinux 0x9a583306 netlbl_bitmap_walk +EXPORT_SYMBOL vmlinux 0x9a5c91c4 elv_rb_latter_request +EXPORT_SYMBOL vmlinux 0x9a684448 do_wait_intr +EXPORT_SYMBOL vmlinux 0x9a906daf memscan +EXPORT_SYMBOL vmlinux 0x9a9b8d74 make_kuid +EXPORT_SYMBOL vmlinux 0x9aaeefce sysctl_nf_log_all_netns +EXPORT_SYMBOL vmlinux 0x9adc9c67 vsnprintf +EXPORT_SYMBOL vmlinux 0x9ae47436 _find_last_bit +EXPORT_SYMBOL vmlinux 0x9ae4cc0d jbd2_journal_destroy +EXPORT_SYMBOL vmlinux 0x9b04b054 flow_rule_match_tcp +EXPORT_SYMBOL vmlinux 0x9b143f7e blk_mq_start_hw_queues +EXPORT_SYMBOL vmlinux 0x9b15a0dc vfs_create_mount +EXPORT_SYMBOL vmlinux 0x9b1a6ff7 jbd2_journal_revoke +EXPORT_SYMBOL vmlinux 0x9b2560b9 gf128mul_init_4k_bbe +EXPORT_SYMBOL vmlinux 0x9b33e0d7 unregister_dcbevent_notifier +EXPORT_SYMBOL vmlinux 0x9b408ad3 neigh_destroy +EXPORT_SYMBOL vmlinux 0x9b496b21 posix_acl_alloc +EXPORT_SYMBOL vmlinux 0x9b5cec13 filemap_fdatawrite_wbc +EXPORT_SYMBOL vmlinux 0x9b786cdf pci_scan_root_bus_bridge +EXPORT_SYMBOL vmlinux 0x9b7b3962 configfs_undepend_item +EXPORT_SYMBOL vmlinux 0x9b8d07aa strnlen +EXPORT_SYMBOL vmlinux 0x9bb0b9de scsi_remove_device +EXPORT_SYMBOL vmlinux 0x9bc979d7 jbd2_journal_free_reserved +EXPORT_SYMBOL vmlinux 0x9bfd1775 skb_vlan_push +EXPORT_SYMBOL vmlinux 0x9c184c53 mdiobus_is_registered_device +EXPORT_SYMBOL vmlinux 0x9c2560c5 security_sctp_bind_connect +EXPORT_SYMBOL vmlinux 0x9c4fccb0 netlink_set_err +EXPORT_SYMBOL vmlinux 0x9c5e5502 security_skb_classify_flow +EXPORT_SYMBOL vmlinux 0x9c633569 begin_new_exec +EXPORT_SYMBOL vmlinux 0x9c86b9ab fileattr_fill_flags +EXPORT_SYMBOL vmlinux 0x9c9c9e21 audit_log_start +EXPORT_SYMBOL vmlinux 0x9caa769d cdrom_dummy_generic_packet +EXPORT_SYMBOL vmlinux 0x9cadbd3b __init_swait_queue_head +EXPORT_SYMBOL vmlinux 0x9cc04730 arp_send +EXPORT_SYMBOL vmlinux 0x9cdfb3f7 sysctl_fb_tunnels_only_for_init_net +EXPORT_SYMBOL vmlinux 0x9cf59315 __dev_get_by_index +EXPORT_SYMBOL vmlinux 0x9d0800e2 pci_setup_cardbus +EXPORT_SYMBOL vmlinux 0x9d0d6206 unregister_netdevice_notifier +EXPORT_SYMBOL vmlinux 0x9d0ee3b6 __alloc_skb +EXPORT_SYMBOL vmlinux 0x9d2ab8ac __tasklet_schedule +EXPORT_SYMBOL vmlinux 0x9d2b4328 vfs_path_parent_lookup +EXPORT_SYMBOL vmlinux 0x9d2dae43 inet_addr_type_table +EXPORT_SYMBOL vmlinux 0x9d2e7707 unregister_sysrq_key +EXPORT_SYMBOL vmlinux 0x9d3554f5 page_pool_create +EXPORT_SYMBOL vmlinux 0x9d509dca init_opal_dev +EXPORT_SYMBOL vmlinux 0x9d50c99c dquot_release +EXPORT_SYMBOL vmlinux 0x9d61667a blk_rq_unmap_user +EXPORT_SYMBOL vmlinux 0x9d651300 netdev_lower_state_changed +EXPORT_SYMBOL vmlinux 0x9d6afab2 itcw_add_dcw +EXPORT_SYMBOL vmlinux 0x9d9ad06d cdev_add +EXPORT_SYMBOL vmlinux 0x9dd21c59 tcp_timewait_state_process +EXPORT_SYMBOL vmlinux 0x9dd9df13 dm_kcopyd_client_create +EXPORT_SYMBOL vmlinux 0x9ddfb7da build_skb_around +EXPORT_SYMBOL vmlinux 0x9de031ec sock_no_linger +EXPORT_SYMBOL vmlinux 0x9de87197 kthread_associate_blkcg +EXPORT_SYMBOL vmlinux 0x9df6976e raw3270_add_view +EXPORT_SYMBOL vmlinux 0x9df995fb stack_depot_set_extra_bits +EXPORT_SYMBOL vmlinux 0x9e0736ae qdisc_offload_dump_helper +EXPORT_SYMBOL vmlinux 0x9e0c711d vzalloc_node +EXPORT_SYMBOL vmlinux 0x9e0fa5ae hsiphash_3u32 +EXPORT_SYMBOL vmlinux 0x9e13f6f6 gf128mul_lle +EXPORT_SYMBOL vmlinux 0x9e1b8e5c __hw_addr_sync_dev +EXPORT_SYMBOL vmlinux 0x9e4faeef dm_io_client_destroy +EXPORT_SYMBOL vmlinux 0x9e61bb05 set_freezable +EXPORT_SYMBOL vmlinux 0x9e766ea7 skb_realloc_headroom +EXPORT_SYMBOL vmlinux 0x9e7d6bd0 __udelay +EXPORT_SYMBOL vmlinux 0x9e82246e csum_and_copy_from_iter +EXPORT_SYMBOL vmlinux 0x9e9eab95 devcgroup_check_permission +EXPORT_SYMBOL vmlinux 0x9e9fdd9d memunmap +EXPORT_SYMBOL vmlinux 0x9ebe6ff8 ww_mutex_unlock +EXPORT_SYMBOL vmlinux 0x9ec14c85 debug_hex_ascii_view +EXPORT_SYMBOL vmlinux 0x9ec6ca96 ktime_get_real_ts64 +EXPORT_SYMBOL vmlinux 0x9ec816e5 fb_class +EXPORT_SYMBOL vmlinux 0x9ed5485e call_netdevice_notifiers +EXPORT_SYMBOL vmlinux 0x9eedd9b6 phy_support_asym_pause +EXPORT_SYMBOL vmlinux 0x9ef7e656 jbd2_journal_ack_err +EXPORT_SYMBOL vmlinux 0x9f0cb753 __tracepoint_s390_cio_chsc +EXPORT_SYMBOL vmlinux 0x9f149c39 gnet_stats_copy_app +EXPORT_SYMBOL vmlinux 0x9f1e221f kmalloc_large +EXPORT_SYMBOL vmlinux 0x9f217f18 param_ops_string +EXPORT_SYMBOL vmlinux 0x9f319427 phy_device_create +EXPORT_SYMBOL vmlinux 0x9f3c8a49 cpumask_any_distribute +EXPORT_SYMBOL vmlinux 0x9f46ced8 __sw_hweight64 +EXPORT_SYMBOL vmlinux 0x9f50b770 keyring_restrict +EXPORT_SYMBOL vmlinux 0x9f54ead7 gro_cells_destroy +EXPORT_SYMBOL vmlinux 0x9f6871c6 __ashrti3 +EXPORT_SYMBOL vmlinux 0x9f6b42f2 phy_advertise_supported +EXPORT_SYMBOL vmlinux 0x9f70afe9 netlink_unicast +EXPORT_SYMBOL vmlinux 0x9f969331 mdiobus_scan_c22 +EXPORT_SYMBOL vmlinux 0x9f984513 strrchr +EXPORT_SYMBOL vmlinux 0x9fa090be __nla_reserve +EXPORT_SYMBOL vmlinux 0x9fa1fa46 __dst_destroy_metrics_generic +EXPORT_SYMBOL vmlinux 0x9fa7184a cancel_delayed_work_sync +EXPORT_SYMBOL vmlinux 0x9fb41842 netdev_offload_xstats_report_delta +EXPORT_SYMBOL vmlinux 0x9fbc5a4d __netlink_ns_capable +EXPORT_SYMBOL vmlinux 0x9fcd3938 skb_pull_data +EXPORT_SYMBOL vmlinux 0x9fdecc31 unregister_netdevice_many +EXPORT_SYMBOL vmlinux 0x9feb2c1a input_allocate_device +EXPORT_SYMBOL vmlinux 0x9feed7ce timer_reduce +EXPORT_SYMBOL vmlinux 0x9ff9a3ff pci_get_subsys +EXPORT_SYMBOL vmlinux 0x9ffa3a75 netdev_max_backlog +EXPORT_SYMBOL vmlinux 0xa0056fda block_is_partially_uptodate +EXPORT_SYMBOL vmlinux 0xa00b769a vfs_mkdir +EXPORT_SYMBOL vmlinux 0xa018b70a config_item_get +EXPORT_SYMBOL vmlinux 0xa01d3df6 font_vga_8x16 +EXPORT_SYMBOL vmlinux 0xa023bb6c scsi_device_quiesce +EXPORT_SYMBOL vmlinux 0xa0271903 inet_rtx_syn_ack +EXPORT_SYMBOL vmlinux 0xa033d747 next_arg +EXPORT_SYMBOL vmlinux 0xa0436e98 in6addr_linklocal_allnodes +EXPORT_SYMBOL vmlinux 0xa0457443 ip6_frag_init +EXPORT_SYMBOL vmlinux 0xa054e8ed iucv_unregister +EXPORT_SYMBOL vmlinux 0xa05b6be2 psched_ppscfg_precompute +EXPORT_SYMBOL vmlinux 0xa066d89f xa_store_range +EXPORT_SYMBOL vmlinux 0xa066fd6c __wake_up +EXPORT_SYMBOL vmlinux 0xa06e587a release_firmware +EXPORT_SYMBOL vmlinux 0xa07984b3 elv_bio_merge_ok +EXPORT_SYMBOL vmlinux 0xa07d1b3c tasklet_setup +EXPORT_SYMBOL vmlinux 0xa07f6ba6 netdev_port_same_parent_id +EXPORT_SYMBOL vmlinux 0xa084749a __bitmap_or +EXPORT_SYMBOL vmlinux 0xa095e02e generic_check_addressable +EXPORT_SYMBOL vmlinux 0xa09e4a91 unload_nls +EXPORT_SYMBOL vmlinux 0xa0a0cd2a __netif_rx +EXPORT_SYMBOL vmlinux 0xa0a15b49 smp_call_function_many +EXPORT_SYMBOL vmlinux 0xa0ae1e73 siphash_3u64 +EXPORT_SYMBOL vmlinux 0xa0b04675 vmalloc_32 +EXPORT_SYMBOL vmlinux 0xa0b22b5d tc_setup_cb_destroy +EXPORT_SYMBOL vmlinux 0xa0bb2528 dquot_claim_space_nodirty +EXPORT_SYMBOL vmlinux 0xa0bc62fc bio_alloc_bioset +EXPORT_SYMBOL vmlinux 0xa0c273c5 iucv_root +EXPORT_SYMBOL vmlinux 0xa0d3d560 ksize +EXPORT_SYMBOL vmlinux 0xa0d6f755 vfs_mknod +EXPORT_SYMBOL vmlinux 0xa0dad88e netdev_adjacent_get_private +EXPORT_SYMBOL vmlinux 0xa0eae826 smp_call_function +EXPORT_SYMBOL vmlinux 0xa0ebd14c sysctl_tcp_mem +EXPORT_SYMBOL vmlinux 0xa0ebd437 hdmi_drm_infoframe_check +EXPORT_SYMBOL vmlinux 0xa0ed25eb sockopt_lock_sock +EXPORT_SYMBOL vmlinux 0xa0fbac79 wake_up_bit +EXPORT_SYMBOL vmlinux 0xa0fea705 elv_rb_former_request +EXPORT_SYMBOL vmlinux 0xa108eb4d sysctl_optmem_max +EXPORT_SYMBOL vmlinux 0xa115da49 __tracepoint_kfree +EXPORT_SYMBOL vmlinux 0xa118ddc7 km_policy_expired +EXPORT_SYMBOL vmlinux 0xa14d4e6e mod_node_page_state +EXPORT_SYMBOL vmlinux 0xa1538674 get_tree_bdev +EXPORT_SYMBOL vmlinux 0xa189c2c2 uv_info +EXPORT_SYMBOL vmlinux 0xa1a14c2f xp_alloc_batch +EXPORT_SYMBOL vmlinux 0xa1a76303 ipv6_chk_addr +EXPORT_SYMBOL vmlinux 0xa1a8cc6c crc_ccitt_false +EXPORT_SYMBOL vmlinux 0xa1a974fe __pskb_copy_fclone +EXPORT_SYMBOL vmlinux 0xa1b024d6 ndo_dflt_fdb_add +EXPORT_SYMBOL vmlinux 0xa1b87900 zstd_compress_cctx +EXPORT_SYMBOL vmlinux 0xa1c779e0 dev_get_by_name_rcu +EXPORT_SYMBOL vmlinux 0xa1cb56f9 __dec_node_page_state +EXPORT_SYMBOL vmlinux 0xa1d5979b find_first_bit_inv +EXPORT_SYMBOL vmlinux 0xa1e63f43 napi_disable +EXPORT_SYMBOL vmlinux 0xa1ec8f1c __kfifo_to_user_r +EXPORT_SYMBOL vmlinux 0xa1fee353 tcw_set_tsb +EXPORT_SYMBOL vmlinux 0xa2060911 inet_current_timestamp +EXPORT_SYMBOL vmlinux 0xa21d233b inode_permission +EXPORT_SYMBOL vmlinux 0xa22c204b ethtool_aggregate_rmon_stats +EXPORT_SYMBOL vmlinux 0xa22c4265 netlink_ns_capable +EXPORT_SYMBOL vmlinux 0xa22c8d11 redirty_page_for_writepage +EXPORT_SYMBOL vmlinux 0xa23ffc04 groups_sort +EXPORT_SYMBOL vmlinux 0xa2418111 inet_shutdown +EXPORT_SYMBOL vmlinux 0xa24cde5f phy_queue_state_machine +EXPORT_SYMBOL vmlinux 0xa24f23d8 __request_module +EXPORT_SYMBOL vmlinux 0xa2502680 devm_pci_remap_iospace +EXPORT_SYMBOL vmlinux 0xa263892b fscrypt_fname_free_buffer +EXPORT_SYMBOL vmlinux 0xa26494bb phy_set_sym_pause +EXPORT_SYMBOL vmlinux 0xa2674f28 alloc_anon_inode +EXPORT_SYMBOL vmlinux 0xa277175c netdev_emerg +EXPORT_SYMBOL vmlinux 0xa2835c50 xfrm_policy_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xa28cfcc0 gen_estimator_active +EXPORT_SYMBOL vmlinux 0xa28e1b49 __percpu_counter_compare +EXPORT_SYMBOL vmlinux 0xa295792f ndisc_mc_map +EXPORT_SYMBOL vmlinux 0xa2a09324 register_qdisc +EXPORT_SYMBOL vmlinux 0xa2a428a7 dev_add_pack +EXPORT_SYMBOL vmlinux 0xa2b338d2 single_release +EXPORT_SYMBOL vmlinux 0xa2cb0064 seq_read_iter +EXPORT_SYMBOL vmlinux 0xa2d7ec8d __SCK__tp_func_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xa2e0eacd eth_validate_addr +EXPORT_SYMBOL vmlinux 0xa2e939ac sys_imageblit +EXPORT_SYMBOL vmlinux 0xa2fc75e7 trace_print_hex_seq +EXPORT_SYMBOL vmlinux 0xa2febb0e inet_csk_reset_keepalive_timer +EXPORT_SYMBOL vmlinux 0xa31d1dea __xa_erase +EXPORT_SYMBOL vmlinux 0xa3268d9c pid_task +EXPORT_SYMBOL vmlinux 0xa32f0851 __skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xa3329b0f console_start +EXPORT_SYMBOL vmlinux 0xa338a62b md_write_end +EXPORT_SYMBOL vmlinux 0xa339bd6a has_capability_noaudit +EXPORT_SYMBOL vmlinux 0xa34ce10b dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xa3509ddc dev_base_lock +EXPORT_SYMBOL vmlinux 0xa35a2a79 inet_frag_reasm_prepare +EXPORT_SYMBOL vmlinux 0xa3662150 fs_context_for_reconfigure +EXPORT_SYMBOL vmlinux 0xa387ff3e vfs_clone_file_range +EXPORT_SYMBOL vmlinux 0xa397372f udp6_set_csum +EXPORT_SYMBOL vmlinux 0xa3a0ca66 genl_unregister_family +EXPORT_SYMBOL vmlinux 0xa3a0cc12 raw3270_wait_queue +EXPORT_SYMBOL vmlinux 0xa3a5be95 memmove +EXPORT_SYMBOL vmlinux 0xa3b06dde percpu_counter_destroy +EXPORT_SYMBOL vmlinux 0xa3b3b671 dquot_operations +EXPORT_SYMBOL vmlinux 0xa3be8342 __ubsan_handle_type_mismatch +EXPORT_SYMBOL vmlinux 0xa3c80b03 _copy_to_iter +EXPORT_SYMBOL vmlinux 0xa3d16298 dst_cow_metrics_generic +EXPORT_SYMBOL vmlinux 0xa3dc900c dev_load +EXPORT_SYMBOL vmlinux 0xa3de4c63 page_pool_update_nid +EXPORT_SYMBOL vmlinux 0xa3e9827c netif_napi_add_weight +EXPORT_SYMBOL vmlinux 0xa3fea172 sha224_final +EXPORT_SYMBOL vmlinux 0xa4051bf6 LZ4_decompress_safe_continue +EXPORT_SYMBOL vmlinux 0xa40b7804 set_nlink +EXPORT_SYMBOL vmlinux 0xa43b69a0 sk_send_sigurg +EXPORT_SYMBOL vmlinux 0xa440d121 flow_keys_dissector +EXPORT_SYMBOL vmlinux 0xa44b520a __scsi_format_command +EXPORT_SYMBOL vmlinux 0xa454b0c0 iov_iter_get_pages2 +EXPORT_SYMBOL vmlinux 0xa45c59bd __SCK__tp_func_s390_cio_chsc +EXPORT_SYMBOL vmlinux 0xa494196d input_mt_sync_frame +EXPORT_SYMBOL vmlinux 0xa4cba462 reuseport_attach_prog +EXPORT_SYMBOL vmlinux 0xa4ccbd32 __skb_checksum +EXPORT_SYMBOL vmlinux 0xa4e188e7 strscpy +EXPORT_SYMBOL vmlinux 0xa4ed0514 genphy_c37_read_status +EXPORT_SYMBOL vmlinux 0xa4f0bc97 dev_getfirstbyhwtype +EXPORT_SYMBOL vmlinux 0xa4f63bf2 xsk_set_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0xa503dd04 wait_for_completion_killable_timeout +EXPORT_SYMBOL vmlinux 0xa51a2967 _find_next_zero_bit_le +EXPORT_SYMBOL vmlinux 0xa51e9809 netdev_lower_get_first_private_rcu +EXPORT_SYMBOL vmlinux 0xa53c8305 dma_fence_signal_timestamp_locked +EXPORT_SYMBOL vmlinux 0xa54015d6 jbd2_fc_get_buf +EXPORT_SYMBOL vmlinux 0xa547d0bc netdev_get_by_name +EXPORT_SYMBOL vmlinux 0xa54b9063 cpu_rmap_add +EXPORT_SYMBOL vmlinux 0xa5526619 rb_insert_color +EXPORT_SYMBOL vmlinux 0xa55fb960 sg_miter_stop +EXPORT_SYMBOL vmlinux 0xa5747ef7 d_tmpfile +EXPORT_SYMBOL vmlinux 0xa57755dc security_path_mknod +EXPORT_SYMBOL vmlinux 0xa57fc30f unregister_netdev +EXPORT_SYMBOL vmlinux 0xa58b31da __wait_on_bit +EXPORT_SYMBOL vmlinux 0xa58b73c2 file_fdatawait_range +EXPORT_SYMBOL vmlinux 0xa59cde5c devm_arch_phys_wc_add +EXPORT_SYMBOL vmlinux 0xa5a430ad bioset_integrity_create +EXPORT_SYMBOL vmlinux 0xa5dd7b59 pcibios_bus_to_resource +EXPORT_SYMBOL vmlinux 0xa5e071d8 netdev_err +EXPORT_SYMBOL vmlinux 0xa5e26043 copy_page_to_iter +EXPORT_SYMBOL vmlinux 0xa5f57660 pci_pme_capable +EXPORT_SYMBOL vmlinux 0xa6025b61 unregister_sysctl_table +EXPORT_SYMBOL vmlinux 0xa6085d20 blk_mq_free_tag_set +EXPORT_SYMBOL vmlinux 0xa6091f1b netdev_lower_get_next_private_rcu +EXPORT_SYMBOL vmlinux 0xa61a8089 skb_checksum_setup +EXPORT_SYMBOL vmlinux 0xa61ced89 qdisc_put_rtab +EXPORT_SYMBOL vmlinux 0xa63e2560 udp_seq_start +EXPORT_SYMBOL vmlinux 0xa648e561 __ubsan_handle_shift_out_of_bounds +EXPORT_SYMBOL vmlinux 0xa64c7249 __printk_cpu_sync_try_get +EXPORT_SYMBOL vmlinux 0xa657795a devm_register_netdev +EXPORT_SYMBOL vmlinux 0xa66055f4 cpumask_any_and_distribute +EXPORT_SYMBOL vmlinux 0xa663ef97 skb_get_hash_perturb +EXPORT_SYMBOL vmlinux 0xa66ff53a xfrm_policy_destroy +EXPORT_SYMBOL vmlinux 0xa681fe88 generate_random_uuid +EXPORT_SYMBOL vmlinux 0xa6950c16 unpin_user_page +EXPORT_SYMBOL vmlinux 0xa6bbd5a4 start_tty +EXPORT_SYMBOL vmlinux 0xa6bf004a inet_del_offload +EXPORT_SYMBOL vmlinux 0xa6c40eb5 folio_wait_private_2 +EXPORT_SYMBOL vmlinux 0xa6e38ddd __cgroup_bpf_run_filter_sk +EXPORT_SYMBOL vmlinux 0xa6e9c670 blake2s_compress_generic +EXPORT_SYMBOL vmlinux 0xa719185a genphy_restart_aneg +EXPORT_SYMBOL vmlinux 0xa72a2d37 ccw_device_tm_intrg +EXPORT_SYMBOL vmlinux 0xa7330a8b security_sb_remount +EXPORT_SYMBOL vmlinux 0xa73e6c2a dev_get_iflink +EXPORT_SYMBOL vmlinux 0xa74ad134 forget_cached_acl +EXPORT_SYMBOL vmlinux 0xa74c9877 refcount_dec_and_rtnl_lock +EXPORT_SYMBOL vmlinux 0xa74cc770 gro_cells_init +EXPORT_SYMBOL vmlinux 0xa77bfd29 register_inet6addr_validator_notifier +EXPORT_SYMBOL vmlinux 0xa784f08f sock_edemux +EXPORT_SYMBOL vmlinux 0xa7a9cfe0 iucv_message_send2way +EXPORT_SYMBOL vmlinux 0xa7c4013a security_inode_getsecctx +EXPORT_SYMBOL vmlinux 0xa7e32b49 raw3270_start +EXPORT_SYMBOL vmlinux 0xa7eedcc4 call_usermodehelper +EXPORT_SYMBOL vmlinux 0xa7ffa5e4 ccw_device_is_pathgroup +EXPORT_SYMBOL vmlinux 0xa80f0362 logfc +EXPORT_SYMBOL vmlinux 0xa83c88a7 sock_no_sendmsg +EXPORT_SYMBOL vmlinux 0xa843805a get_unused_fd_flags +EXPORT_SYMBOL vmlinux 0xa8492f2d xattr_full_name +EXPORT_SYMBOL vmlinux 0xa84ce9e0 crypto_aes_inv_sbox +EXPORT_SYMBOL vmlinux 0xa856d87f __register_chrdev +EXPORT_SYMBOL vmlinux 0xa8676398 __tracepoint_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xa8694ecd kblockd_schedule_work +EXPORT_SYMBOL vmlinux 0xa877f04d bdev_start_io_acct +EXPORT_SYMBOL vmlinux 0xa880a66f genlmsg_put +EXPORT_SYMBOL vmlinux 0xa88f7f9f filemap_splice_read +EXPORT_SYMBOL vmlinux 0xa8ade862 skb_vlan_untag +EXPORT_SYMBOL vmlinux 0xa8bd01f7 ccw_device_start_timeout +EXPORT_SYMBOL vmlinux 0xa8cd1e77 bio_alloc_clone +EXPORT_SYMBOL vmlinux 0xa8e3fe19 radix_tree_tag_clear +EXPORT_SYMBOL vmlinux 0xa8f6c843 ip_frag_ecn_table +EXPORT_SYMBOL vmlinux 0xa90ca0de flush_rcu_work +EXPORT_SYMBOL vmlinux 0xa917c1de blk_limits_io_opt +EXPORT_SYMBOL vmlinux 0xa91a2148 neigh_proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xa92c9f8d __traceiter_s390_cio_tsch +EXPORT_SYMBOL vmlinux 0xa93563a5 skb_csum_hwoffload_help +EXPORT_SYMBOL vmlinux 0xa9392430 xa_clear_mark +EXPORT_SYMBOL vmlinux 0xa9505b3f arp_xmit +EXPORT_SYMBOL vmlinux 0xa965ca81 reciprocal_value +EXPORT_SYMBOL vmlinux 0xa976957d bitmap_remap +EXPORT_SYMBOL vmlinux 0xa991360a pci_free_irq_vectors +EXPORT_SYMBOL vmlinux 0xa9ab8acf vfs_readlink +EXPORT_SYMBOL vmlinux 0xa9b91220 mark_buffer_dirty +EXPORT_SYMBOL vmlinux 0xa9c020ec mem_cgroup_from_task +EXPORT_SYMBOL vmlinux 0xa9c4e573 __lock_buffer +EXPORT_SYMBOL vmlinux 0xa9cc7e0a sget_fc +EXPORT_SYMBOL vmlinux 0xa9d094bd scsi_track_queue_full +EXPORT_SYMBOL vmlinux 0xa9f25801 phy_ethtool_get_stats +EXPORT_SYMBOL vmlinux 0xaa1307db iptun_encaps +EXPORT_SYMBOL vmlinux 0xaa19e4aa _kstrtol +EXPORT_SYMBOL vmlinux 0xaa1e246a xxh32_update +EXPORT_SYMBOL vmlinux 0xaa3212b1 proc_dointvec_minmax +EXPORT_SYMBOL vmlinux 0xaa4c0bf4 tty_port_tty_set +EXPORT_SYMBOL vmlinux 0xaa53b33c gen_pool_dma_zalloc_algo +EXPORT_SYMBOL vmlinux 0xaa75fdeb tcp_initialize_rcv_mss +EXPORT_SYMBOL vmlinux 0xaa7a1f77 __xa_cmpxchg +EXPORT_SYMBOL vmlinux 0xaa8f1b71 inet_addr_is_any +EXPORT_SYMBOL vmlinux 0xaaa4b9bc hchacha_block_generic +EXPORT_SYMBOL vmlinux 0xaaa66739 ap_wait_init_apqn_bindings_complete +EXPORT_SYMBOL vmlinux 0xaab34db4 dquot_set_dqinfo +EXPORT_SYMBOL vmlinux 0xaacb4cdd scsi_alloc_sgtables +EXPORT_SYMBOL vmlinux 0xaad0ae78 __bitmap_shift_right +EXPORT_SYMBOL vmlinux 0xaad8c7d6 default_wake_function +EXPORT_SYMBOL vmlinux 0xaadce10c debug_dflt_header_fn +EXPORT_SYMBOL vmlinux 0xaaf7bd77 pci_read_config_word +EXPORT_SYMBOL vmlinux 0xaafdc258 strcasecmp +EXPORT_SYMBOL vmlinux 0xab14ea34 __ip_select_ident +EXPORT_SYMBOL vmlinux 0xab18d8f5 mark_buffer_write_io_error +EXPORT_SYMBOL vmlinux 0xab1da36b peernet2id +EXPORT_SYMBOL vmlinux 0xab225b7c proc_douintvec +EXPORT_SYMBOL vmlinux 0xab3697e4 irq_poll_init +EXPORT_SYMBOL vmlinux 0xab46c289 __SCK__tp_func_s390_cio_hsch +EXPORT_SYMBOL vmlinux 0xab62d9b2 udp_seq_next +EXPORT_SYMBOL vmlinux 0xab63baa5 unregister_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xab6d5b3b hex_to_bin +EXPORT_SYMBOL vmlinux 0xab6fbf82 proc_create_single_data +EXPORT_SYMBOL vmlinux 0xab722432 proc_dobool +EXPORT_SYMBOL vmlinux 0xab781570 fb_get_options +EXPORT_SYMBOL vmlinux 0xab8f9fbd pci_map_rom +EXPORT_SYMBOL vmlinux 0xab928d79 inode_insert5 +EXPORT_SYMBOL vmlinux 0xabaef307 xfrm_policy_byid +EXPORT_SYMBOL vmlinux 0xabb75790 pci_stop_and_remove_bus_device +EXPORT_SYMBOL vmlinux 0xabb7596e phy_register_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xabbb4d50 security_path_mkdir +EXPORT_SYMBOL vmlinux 0xabd0de7f phy_ethtool_get_sset_count +EXPORT_SYMBOL vmlinux 0xabe1431b trace_print_symbols_seq +EXPORT_SYMBOL vmlinux 0xabf32f29 utf16s_to_utf8s +EXPORT_SYMBOL vmlinux 0xac0817de padata_alloc_shell +EXPORT_SYMBOL vmlinux 0xac0e54ff dcb_ieee_getapp_default_prio_mask +EXPORT_SYMBOL vmlinux 0xac179cae dma_fence_get_status +EXPORT_SYMBOL vmlinux 0xac1a55be unregister_reboot_notifier +EXPORT_SYMBOL vmlinux 0xac210b04 dev_loopback_xmit +EXPORT_SYMBOL vmlinux 0xac24bd92 get_mem_cgroup_from_mm +EXPORT_SYMBOL vmlinux 0xac26d583 invalidate_inode_buffers +EXPORT_SYMBOL vmlinux 0xac2a2694 mr_dump +EXPORT_SYMBOL vmlinux 0xac3201b0 udp_flow_hashrnd +EXPORT_SYMBOL vmlinux 0xac4145f5 ethtool_op_get_ts_info +EXPORT_SYMBOL vmlinux 0xac4744cc __memmove +EXPORT_SYMBOL vmlinux 0xac4b00c0 tcp_v4_send_check +EXPORT_SYMBOL vmlinux 0xac5fcec0 in4_pton +EXPORT_SYMBOL vmlinux 0xac81461c __wait_on_buffer +EXPORT_SYMBOL vmlinux 0xaca0aef0 complete +EXPORT_SYMBOL vmlinux 0xaca2901a __skb_flow_get_ports +EXPORT_SYMBOL vmlinux 0xacab29b7 seq_hlist_start_percpu +EXPORT_SYMBOL vmlinux 0xacd81eb3 jbd2_inode_cache +EXPORT_SYMBOL vmlinux 0xacd9f79c configfs_unregister_default_group +EXPORT_SYMBOL vmlinux 0xace62283 unregister_fib_notifier +EXPORT_SYMBOL vmlinux 0xacea318c zstd_get_error_code +EXPORT_SYMBOL vmlinux 0xacf4d843 match_strdup +EXPORT_SYMBOL vmlinux 0xacf649bf audit_log_task_info +EXPORT_SYMBOL vmlinux 0xad0413d4 match_hex +EXPORT_SYMBOL vmlinux 0xad06adae phy_ethtool_ksettings_get +EXPORT_SYMBOL vmlinux 0xad07a08f mt_find +EXPORT_SYMBOL vmlinux 0xad0e3835 vfs_parse_fs_param +EXPORT_SYMBOL vmlinux 0xad1441f0 __wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xad162ff1 mtree_erase +EXPORT_SYMBOL vmlinux 0xad299b78 ioremap_wc +EXPORT_SYMBOL vmlinux 0xad2bb8af ip4_datagram_connect +EXPORT_SYMBOL vmlinux 0xad313181 rawv6_mh_filter_register +EXPORT_SYMBOL vmlinux 0xad41efef neigh_resolve_output +EXPORT_SYMBOL vmlinux 0xad42a4f3 kmem_cache_shrink +EXPORT_SYMBOL vmlinux 0xad42cd50 padata_free +EXPORT_SYMBOL vmlinux 0xad4aee39 strncpy +EXPORT_SYMBOL vmlinux 0xad4ed616 d_obtain_root +EXPORT_SYMBOL vmlinux 0xad5673eb tcf_exts_dump +EXPORT_SYMBOL vmlinux 0xad592c78 kernel_sendmsg +EXPORT_SYMBOL vmlinux 0xad6c3f78 dqstats +EXPORT_SYMBOL vmlinux 0xad73041f autoremove_wake_function +EXPORT_SYMBOL vmlinux 0xad7fac66 ww_mutex_lock_interruptible +EXPORT_SYMBOL vmlinux 0xada09ad2 dfltcc_can_inflate +EXPORT_SYMBOL vmlinux 0xada48229 netif_tx_wake_queue +EXPORT_SYMBOL vmlinux 0xadae6df8 blake2s_final +EXPORT_SYMBOL vmlinux 0xadb8aa68 sock_set_priority +EXPORT_SYMBOL vmlinux 0xadcbd61d ethtool_rx_flow_rule_create +EXPORT_SYMBOL vmlinux 0xadd139d4 rfs_needed +EXPORT_SYMBOL vmlinux 0xade1baaa phy_start_aneg +EXPORT_SYMBOL vmlinux 0xadef5b7b tcw_get_tccb +EXPORT_SYMBOL vmlinux 0xae04012c __vmalloc +EXPORT_SYMBOL vmlinux 0xae06002a kstrtos16_from_user +EXPORT_SYMBOL vmlinux 0xae0853dd tcp_gro_complete +EXPORT_SYMBOL vmlinux 0xae1d2c5e fb_modesetting_disabled +EXPORT_SYMBOL vmlinux 0xae316c11 icmpv6_err_convert +EXPORT_SYMBOL vmlinux 0xae4b317a __d_drop +EXPORT_SYMBOL vmlinux 0xae5139ef hdmi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0xae57ddfe security_sctp_assoc_established +EXPORT_SYMBOL vmlinux 0xae6a2973 pci_match_id +EXPORT_SYMBOL vmlinux 0xae6eed50 netpoll_poll_disable +EXPORT_SYMBOL vmlinux 0xae7e572e phy_init_eee +EXPORT_SYMBOL vmlinux 0xae7fb9fe tls_server_hello_psk +EXPORT_SYMBOL vmlinux 0xaeac049a generate_random_guid +EXPORT_SYMBOL vmlinux 0xaebdf85f refcount_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0xaef06f19 may_setattr +EXPORT_SYMBOL vmlinux 0xaef851ec __invalidate_device +EXPORT_SYMBOL vmlinux 0xaf15bc1e kobject_del +EXPORT_SYMBOL vmlinux 0xaf380a68 xfrm_state_alloc +EXPORT_SYMBOL vmlinux 0xaf3dd7dc scsi_logging_level +EXPORT_SYMBOL vmlinux 0xaf44efb9 filemap_range_has_page +EXPORT_SYMBOL vmlinux 0xaf48e0fe unregister_nexthop_notifier +EXPORT_SYMBOL vmlinux 0xaf4a0d70 xp_can_alloc +EXPORT_SYMBOL vmlinux 0xaf510b21 __dev_queue_xmit +EXPORT_SYMBOL vmlinux 0xaf52368a init_net +EXPORT_SYMBOL vmlinux 0xaf64c88d vlan_ioctl_set +EXPORT_SYMBOL vmlinux 0xaf6dd941 register_shrinker +EXPORT_SYMBOL vmlinux 0xaf7354ea __mmap_lock_do_trace_start_locking +EXPORT_SYMBOL vmlinux 0xaf7e0141 dma_unmap_sg_attrs +EXPORT_SYMBOL vmlinux 0xafaa6031 _find_next_and_bit +EXPORT_SYMBOL vmlinux 0xafb1068d dev_get_port_parent_id +EXPORT_SYMBOL vmlinux 0xafb1b62c security_sb_set_mnt_opts +EXPORT_SYMBOL vmlinux 0xafbdc079 km_report +EXPORT_SYMBOL vmlinux 0xafc3162a mdio_bus_type +EXPORT_SYMBOL vmlinux 0xafdcc8c0 scsi_get_device_flags_keyed +EXPORT_SYMBOL vmlinux 0xafe0b817 end_page_writeback +EXPORT_SYMBOL vmlinux 0xafe1491b seq_vprintf +EXPORT_SYMBOL vmlinux 0xafe27f94 unregister_cdrom +EXPORT_SYMBOL vmlinux 0xafe82e10 strcspn +EXPORT_SYMBOL vmlinux 0xaff73bd9 bfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xaffdd381 genphy_check_and_restart_aneg +EXPORT_SYMBOL vmlinux 0xb0013351 inode_init_always +EXPORT_SYMBOL vmlinux 0xb010d475 keyring_alloc +EXPORT_SYMBOL vmlinux 0xb01bebf9 xfrm_get_acqseq +EXPORT_SYMBOL vmlinux 0xb020cce6 blk_mq_delay_run_hw_queues +EXPORT_SYMBOL vmlinux 0xb0443a28 ap_queue_init_reply +EXPORT_SYMBOL vmlinux 0xb044adba netdev_upper_get_next_dev_rcu +EXPORT_SYMBOL vmlinux 0xb058ca07 dim_calc_stats +EXPORT_SYMBOL vmlinux 0xb05fc310 sysctl_rmem_max +EXPORT_SYMBOL vmlinux 0xb084d362 ap_is_se_guest +EXPORT_SYMBOL vmlinux 0xb0967c5b dfltcc_reset_inflate_state +EXPORT_SYMBOL vmlinux 0xb09cfb88 pagecache_get_page +EXPORT_SYMBOL vmlinux 0xb0d1305a n_tty_ioctl_helper +EXPORT_SYMBOL vmlinux 0xb0d47f70 jbd2_fc_end_commit_fallback +EXPORT_SYMBOL vmlinux 0xb0e023e6 memory_cgrp_subsys +EXPORT_SYMBOL vmlinux 0xb0e10781 get_option +EXPORT_SYMBOL vmlinux 0xb0ed510f __traceiter_kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xb0eda7e7 iucv_path_sever +EXPORT_SYMBOL vmlinux 0xb0f136e3 dcache_dir_open +EXPORT_SYMBOL vmlinux 0xb1056c23 fb_io_read +EXPORT_SYMBOL vmlinux 0xb1095767 skb_copy_bits +EXPORT_SYMBOL vmlinux 0xb10e7df4 __kfifo_dma_in_prepare +EXPORT_SYMBOL vmlinux 0xb1176e59 try_wait_for_completion +EXPORT_SYMBOL vmlinux 0xb12cbacb fb_unregister_client +EXPORT_SYMBOL vmlinux 0xb14ab1ef hdmi_audio_infoframe_init +EXPORT_SYMBOL vmlinux 0xb14fc46a find_next_clump8 +EXPORT_SYMBOL vmlinux 0xb1518e15 cancel_work +EXPORT_SYMBOL vmlinux 0xb16e4b36 generic_buffers_fsync +EXPORT_SYMBOL vmlinux 0xb180e7a1 __xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xb1830038 override_creds +EXPORT_SYMBOL vmlinux 0xb18b1220 xfrm4_rcv +EXPORT_SYMBOL vmlinux 0xb18f7c4a netif_device_detach +EXPORT_SYMBOL vmlinux 0xb1c3a01a oops_in_progress +EXPORT_SYMBOL vmlinux 0xb1cd907c flow_rule_match_enc_ipv6_addrs +EXPORT_SYMBOL vmlinux 0xb1ddf995 jiffies_64_to_clock_t +EXPORT_SYMBOL vmlinux 0xb1e8126c down_timeout +EXPORT_SYMBOL vmlinux 0xb1f7bd42 kfree_skb_list_reason +EXPORT_SYMBOL vmlinux 0xb1fcc12d __sock_create +EXPORT_SYMBOL vmlinux 0xb1fd4372 textsearch_unregister +EXPORT_SYMBOL vmlinux 0xb2055dc1 netdev_update_features +EXPORT_SYMBOL vmlinux 0xb2058ca9 timestamp_truncate +EXPORT_SYMBOL vmlinux 0xb20e57a1 qdisc_put_unlocked +EXPORT_SYMBOL vmlinux 0xb21ba006 cdrom_get_media_event +EXPORT_SYMBOL vmlinux 0xb222e6db dma_fence_array_ops +EXPORT_SYMBOL vmlinux 0xb2251eee __traceiter_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xb2256910 input_mt_destroy_slots +EXPORT_SYMBOL vmlinux 0xb22e16d5 radix_tree_maybe_preload +EXPORT_SYMBOL vmlinux 0xb2344ae2 __tcf_em_tree_match +EXPORT_SYMBOL vmlinux 0xb237d34b dma_free_attrs +EXPORT_SYMBOL vmlinux 0xb240799b folio_add_lru +EXPORT_SYMBOL vmlinux 0xb2501a7d page_cache_next_miss +EXPORT_SYMBOL vmlinux 0xb26afc96 ndo_dflt_fdb_dump +EXPORT_SYMBOL vmlinux 0xb2874c18 scsi_dma_map +EXPORT_SYMBOL vmlinux 0xb2a25af8 read_cache_page +EXPORT_SYMBOL vmlinux 0xb2a97672 fscrypt_free_bounce_page +EXPORT_SYMBOL vmlinux 0xb2b0d772 __kfifo_dma_in_finish_r +EXPORT_SYMBOL vmlinux 0xb2bc5ea7 simple_symlink_inode_operations +EXPORT_SYMBOL vmlinux 0xb2c0ed00 devm_iounmap +EXPORT_SYMBOL vmlinux 0xb2eea2cf filemap_map_pages +EXPORT_SYMBOL vmlinux 0xb2fcb56d queue_delayed_work_on +EXPORT_SYMBOL vmlinux 0xb3036dd8 netdev_get_xmit_slave +EXPORT_SYMBOL vmlinux 0xb308c97d wait_woken +EXPORT_SYMBOL vmlinux 0xb31b7d0f clocksource_change_rating +EXPORT_SYMBOL vmlinux 0xb320cc0e sg_init_one +EXPORT_SYMBOL vmlinux 0xb3235584 remap_vmalloc_range +EXPORT_SYMBOL vmlinux 0xb3258f79 __ubsan_handle_type_mismatch_v1 +EXPORT_SYMBOL vmlinux 0xb33608fa _dev_err +EXPORT_SYMBOL vmlinux 0xb339b822 __xfrm_state_destroy +EXPORT_SYMBOL vmlinux 0xb3687850 out_of_line_wait_on_bit_lock +EXPORT_SYMBOL vmlinux 0xb381ff9e ida_destroy +EXPORT_SYMBOL vmlinux 0xb39a8cc6 dm_kobject_release +EXPORT_SYMBOL vmlinux 0xb3a7ff68 kthread_complete_and_exit +EXPORT_SYMBOL vmlinux 0xb3af2f1d security_dentry_create_files_as +EXPORT_SYMBOL vmlinux 0xb3ccff87 page_pool_return_skb_page +EXPORT_SYMBOL vmlinux 0xb3d2c76d scsi_hostbyte_string +EXPORT_SYMBOL vmlinux 0xb3deb00e ip_mc_leave_group +EXPORT_SYMBOL vmlinux 0xb3f7646e kthread_should_stop +EXPORT_SYMBOL vmlinux 0xb3ff1f69 free_pages_exact +EXPORT_SYMBOL vmlinux 0xb4124ceb phy_config_aneg +EXPORT_SYMBOL vmlinux 0xb41759f5 dquot_file_open +EXPORT_SYMBOL vmlinux 0xb423dba1 console_blanked +EXPORT_SYMBOL vmlinux 0xb4284f35 pci_remove_bus +EXPORT_SYMBOL vmlinux 0xb42cf2fe buffer_migrate_folio +EXPORT_SYMBOL vmlinux 0xb45bcd8c inode_needs_sync +EXPORT_SYMBOL vmlinux 0xb47bc589 filemap_alloc_folio +EXPORT_SYMBOL vmlinux 0xb47e1291 dquot_transfer +EXPORT_SYMBOL vmlinux 0xb48d4d22 security_sb_eat_lsm_opts +EXPORT_SYMBOL vmlinux 0xb492f138 dma_set_mask +EXPORT_SYMBOL vmlinux 0xb4afb043 trace_seq_acquire +EXPORT_SYMBOL vmlinux 0xb4b5724b flow_block_cb_free +EXPORT_SYMBOL vmlinux 0xb4d904d4 tcp_inbound_md5_hash +EXPORT_SYMBOL vmlinux 0xb4ee7552 pcim_iounmap_regions +EXPORT_SYMBOL vmlinux 0xb534f61f __kfifo_alloc +EXPORT_SYMBOL vmlinux 0xb550e940 kern_unmount +EXPORT_SYMBOL vmlinux 0xb55be98d mount_single +EXPORT_SYMBOL vmlinux 0xb58e0a8b sock_bindtoindex +EXPORT_SYMBOL vmlinux 0xb59014fb fault_in_iov_iter_writeable +EXPORT_SYMBOL vmlinux 0xb59019ac build_skb +EXPORT_SYMBOL vmlinux 0xb597378d __break_lease +EXPORT_SYMBOL vmlinux 0xb59e32d3 devm_free_irq +EXPORT_SYMBOL vmlinux 0xb5a459dc unregister_blkdev +EXPORT_SYMBOL vmlinux 0xb5aa7165 dma_pool_destroy +EXPORT_SYMBOL vmlinux 0xb5b63711 fileattr_fill_xflags +EXPORT_SYMBOL vmlinux 0xb5c322ec fb_validate_mode +EXPORT_SYMBOL vmlinux 0xb5c469d0 bio_integrity_trim +EXPORT_SYMBOL vmlinux 0xb5c9fefa sock_rfree +EXPORT_SYMBOL vmlinux 0xb5d3119d _atomic_dec_and_lock +EXPORT_SYMBOL vmlinux 0xb5e73116 flush_delayed_work +EXPORT_SYMBOL vmlinux 0xb5f5ff54 igrab +EXPORT_SYMBOL vmlinux 0xb5fcf218 hdmi_infoframe_log +EXPORT_SYMBOL vmlinux 0xb61ec03d d_invalidate +EXPORT_SYMBOL vmlinux 0xb61f3f9c posix_test_lock +EXPORT_SYMBOL vmlinux 0xb62f98e5 vc_cons +EXPORT_SYMBOL vmlinux 0xb6308446 __load_fpu_regs +EXPORT_SYMBOL vmlinux 0xb633f115 irq_poll_enable +EXPORT_SYMBOL vmlinux 0xb64109c9 sockfd_lookup +EXPORT_SYMBOL vmlinux 0xb646afeb free_buffer_head +EXPORT_SYMBOL vmlinux 0xb6617b3f udp_push_pending_frames +EXPORT_SYMBOL vmlinux 0xb66e96d8 netlbl_audit_start +EXPORT_SYMBOL vmlinux 0xb678366f int_sqrt +EXPORT_SYMBOL vmlinux 0xb67fec0e uuid_parse +EXPORT_SYMBOL vmlinux 0xb6878a1c mdio_driver_unregister +EXPORT_SYMBOL vmlinux 0xb68bc596 zpci_report_error +EXPORT_SYMBOL vmlinux 0xb692395e neigh_proc_dointvec +EXPORT_SYMBOL vmlinux 0xb6936ffe _bcd2bin +EXPORT_SYMBOL vmlinux 0xb69f4ff4 phy_loopback +EXPORT_SYMBOL vmlinux 0xb6acaa13 phy_sfp_detach +EXPORT_SYMBOL vmlinux 0xb6c93795 new_inode +EXPORT_SYMBOL vmlinux 0xb6cb556a _find_first_and_bit +EXPORT_SYMBOL vmlinux 0xb6d47b87 fs_lookup_param +EXPORT_SYMBOL vmlinux 0xb6e36ce2 psched_ratecfg_precompute +EXPORT_SYMBOL vmlinux 0xb6e8a0b0 xfrm_input_unregister_afinfo +EXPORT_SYMBOL vmlinux 0xb6ecd3f2 ip6mr_rule_default +EXPORT_SYMBOL vmlinux 0xb6f4dbfc ___ratelimit +EXPORT_SYMBOL vmlinux 0xb6f810d9 inet_proto_csum_replace4 +EXPORT_SYMBOL vmlinux 0xb6fbeefe xxh64 +EXPORT_SYMBOL vmlinux 0xb6fde909 close_fd +EXPORT_SYMBOL vmlinux 0xb70a4d29 task_work_add +EXPORT_SYMBOL vmlinux 0xb7127775 security_path_unlink +EXPORT_SYMBOL vmlinux 0xb71589f0 skip_spaces +EXPORT_SYMBOL vmlinux 0xb71ed69f __hw_addr_unsync +EXPORT_SYMBOL vmlinux 0xb74129c9 request_firmware +EXPORT_SYMBOL vmlinux 0xb7480a4a phy_detach +EXPORT_SYMBOL vmlinux 0xb74e9fca __scm_destroy +EXPORT_SYMBOL vmlinux 0xb7677ee4 mark_buffer_async_write +EXPORT_SYMBOL vmlinux 0xb76a0b8b scsi_scan_target +EXPORT_SYMBOL vmlinux 0xb7734332 pci_set_master +EXPORT_SYMBOL vmlinux 0xb78241c0 sock_dequeue_err_skb +EXPORT_SYMBOL vmlinux 0xb78700c3 kstrtou8_from_user +EXPORT_SYMBOL vmlinux 0xb78debe3 LZ4_decompress_fast_usingDict +EXPORT_SYMBOL vmlinux 0xb7a26d2f mtree_load +EXPORT_SYMBOL vmlinux 0xb7b37cae ww_mutex_trylock +EXPORT_SYMBOL vmlinux 0xb7b64e2a netdev_crit +EXPORT_SYMBOL vmlinux 0xb7c6db70 sysctl_max_skb_frags +EXPORT_SYMBOL vmlinux 0xb7ced064 jbd2_journal_extend +EXPORT_SYMBOL vmlinux 0xb7d9cea5 input_mt_report_pointer_emulation +EXPORT_SYMBOL vmlinux 0xb7e91ce6 xfrm_lookup +EXPORT_SYMBOL vmlinux 0xb7ee2a2c diag26c +EXPORT_SYMBOL vmlinux 0xb8178494 skb_recv_datagram +EXPORT_SYMBOL vmlinux 0xb8194348 param_get_hexint +EXPORT_SYMBOL vmlinux 0xb827d331 __cond_resched_rwlock_write +EXPORT_SYMBOL vmlinux 0xb862129b pcie_capability_clear_and_set_word_locked +EXPORT_SYMBOL vmlinux 0xb868ac5c register_sysrq_key +EXPORT_SYMBOL vmlinux 0xb86f6e93 sk_stream_wait_connect +EXPORT_SYMBOL vmlinux 0xb879278f eth_header +EXPORT_SYMBOL vmlinux 0xb87f5b9d tcw_set_tccb +EXPORT_SYMBOL vmlinux 0xb88c9b29 fifo_create_dflt +EXPORT_SYMBOL vmlinux 0xb89b6e6b guid_parse +EXPORT_SYMBOL vmlinux 0xb89f58c7 dm_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xb8a7aff1 __tty_insert_flip_char +EXPORT_SYMBOL vmlinux 0xb8b043f2 kfree_link +EXPORT_SYMBOL vmlinux 0xb8b26e1d register_md_personality +EXPORT_SYMBOL vmlinux 0xb8b27e06 __sie64a +EXPORT_SYMBOL vmlinux 0xb8bc3984 nf_unregister_net_hook +EXPORT_SYMBOL vmlinux 0xb8be6152 param_ops_bool +EXPORT_SYMBOL vmlinux 0xb8d7ceff __skb_wait_for_more_packets +EXPORT_SYMBOL vmlinux 0xb8eb1665 pmdp_xchg_lazy +EXPORT_SYMBOL vmlinux 0xb90972c2 netif_set_real_num_rx_queues +EXPORT_SYMBOL vmlinux 0xb91004bc xp_set_rxq_info +EXPORT_SYMBOL vmlinux 0xb911bb58 minmax_running_max +EXPORT_SYMBOL vmlinux 0xb915ceca itcw_init +EXPORT_SYMBOL vmlinux 0xb928185f page_cache_prev_miss +EXPORT_SYMBOL vmlinux 0xb928aa45 netdev_rss_key_fill +EXPORT_SYMBOL vmlinux 0xb941ed45 scsi_eh_finish_cmd +EXPORT_SYMBOL vmlinux 0xb94339c4 qdisc_put_stab +EXPORT_SYMBOL vmlinux 0xb94f4d5d __kmalloc_node_track_caller +EXPORT_SYMBOL vmlinux 0xb96c4b52 qdisc_watchdog_schedule_range_ns +EXPORT_SYMBOL vmlinux 0xb96c4f9e audit_log_subject_context +EXPORT_SYMBOL vmlinux 0xb96e789a netpoll_parse_options +EXPORT_SYMBOL vmlinux 0xb97220ff bitmap_parse +EXPORT_SYMBOL vmlinux 0xb97924bc raw3270_find_view +EXPORT_SYMBOL vmlinux 0xb9825984 __klp_sched_try_switch +EXPORT_SYMBOL vmlinux 0xb9911882 phy_ethtool_ksettings_set +EXPORT_SYMBOL vmlinux 0xb9983cab rt_mutex_base_init +EXPORT_SYMBOL vmlinux 0xb9a6052b dcb_getrewr +EXPORT_SYMBOL vmlinux 0xb9bc665f input_mt_report_finger_count +EXPORT_SYMBOL vmlinux 0xb9d851f6 tcf_block_put +EXPORT_SYMBOL vmlinux 0xb9e8e2cc in6addr_sitelocal_allrouters +EXPORT_SYMBOL vmlinux 0xb9eaec7b phy_write_paged +EXPORT_SYMBOL vmlinux 0xb9edb791 param_set_copystring +EXPORT_SYMBOL vmlinux 0xba0676e2 vm_zone_stat +EXPORT_SYMBOL vmlinux 0xba0e7902 jbd2_journal_errno +EXPORT_SYMBOL vmlinux 0xba46a344 __tracepoint_s390_cio_rsch +EXPORT_SYMBOL vmlinux 0xba48c775 xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xba497f13 loops_per_jiffy +EXPORT_SYMBOL vmlinux 0xba54b8df filemap_flush +EXPORT_SYMBOL vmlinux 0xba6ea660 bh_uptodate_or_lock +EXPORT_SYMBOL vmlinux 0xba75f6f8 inet_offloads +EXPORT_SYMBOL vmlinux 0xba9624f0 blk_queue_update_dma_pad +EXPORT_SYMBOL vmlinux 0xba9be825 tcp_md5_do_del +EXPORT_SYMBOL vmlinux 0xba9e2a75 kmem_cache_size +EXPORT_SYMBOL vmlinux 0xbaa53d64 bmap +EXPORT_SYMBOL vmlinux 0xbaaacff5 udp_gro_complete +EXPORT_SYMBOL vmlinux 0xbacfc76a dget_parent +EXPORT_SYMBOL vmlinux 0xbaeedc3f ap_driver_register +EXPORT_SYMBOL vmlinux 0xbafa632e __do_once_sleepable_start +EXPORT_SYMBOL vmlinux 0xbafacca8 dm_kcopyd_copy +EXPORT_SYMBOL vmlinux 0xbb0540aa zlib_inflateReset +EXPORT_SYMBOL vmlinux 0xbb0c2479 has_capability +EXPORT_SYMBOL vmlinux 0xbb24f607 init_cdrom_command +EXPORT_SYMBOL vmlinux 0xbb32cedc kern_path +EXPORT_SYMBOL vmlinux 0xbb4afcff pci_rebar_get_possible_sizes +EXPORT_SYMBOL vmlinux 0xbb55c7d8 unregister_nls +EXPORT_SYMBOL vmlinux 0xbb5934be __wake_up_bit +EXPORT_SYMBOL vmlinux 0xbb936fd2 md_check_recovery +EXPORT_SYMBOL vmlinux 0xbb9d0dc5 bin2hex +EXPORT_SYMBOL vmlinux 0xbbbf35cc pci_free_irq +EXPORT_SYMBOL vmlinux 0xbbfc57b5 scsi_command_normalize_sense +EXPORT_SYMBOL vmlinux 0xbc11ceff dm_table_event +EXPORT_SYMBOL vmlinux 0xbc490267 md_error +EXPORT_SYMBOL vmlinux 0xbc6d910f neigh_lookup +EXPORT_SYMBOL vmlinux 0xbc72684e ioc_lookup_icq +EXPORT_SYMBOL vmlinux 0xbc76641a __SCK__tp_func_s390_cio_ssch +EXPORT_SYMBOL vmlinux 0xbc8ba825 skb_add_rx_frag +EXPORT_SYMBOL vmlinux 0xbc9e6175 __xfrm_policy_check +EXPORT_SYMBOL vmlinux 0xbca7112e diag_stat_inc_norecursion +EXPORT_SYMBOL vmlinux 0xbcab6ee6 sscanf +EXPORT_SYMBOL vmlinux 0xbcb36fe4 hugetlb_optimize_vmemmap_key +EXPORT_SYMBOL vmlinux 0xbcb5cf13 blk_mq_stop_hw_queues +EXPORT_SYMBOL vmlinux 0xbcb92f13 phy_start_cable_test +EXPORT_SYMBOL vmlinux 0xbcc97f78 blk_queue_io_opt +EXPORT_SYMBOL vmlinux 0xbd35d2ba pci_request_region +EXPORT_SYMBOL vmlinux 0xbd4cf48a param_set_uint +EXPORT_SYMBOL vmlinux 0xbd999e3c ip_fraglist_prepare +EXPORT_SYMBOL vmlinux 0xbdba846e phy_register_fixup_for_id +EXPORT_SYMBOL vmlinux 0xbddb5069 blk_mq_kick_requeue_list +EXPORT_SYMBOL vmlinux 0xbdeb3b6f tty_driver_kref_put +EXPORT_SYMBOL vmlinux 0xbdfeb7ea tcp_md5_hash_skb_data +EXPORT_SYMBOL vmlinux 0xbe0c9fd8 kmem_cache_destroy +EXPORT_SYMBOL vmlinux 0xbe0f1c3d skb_copy_datagram_from_iter +EXPORT_SYMBOL vmlinux 0xbe4eb6ed secure_dccpv6_sequence_number +EXPORT_SYMBOL vmlinux 0xbe5a24e9 xxh32_copy_state +EXPORT_SYMBOL vmlinux 0xbe5c597f dma_get_sgtable_attrs +EXPORT_SYMBOL vmlinux 0xbe75f839 init_pseudo +EXPORT_SYMBOL vmlinux 0xbe812e79 iov_iter_npages +EXPORT_SYMBOL vmlinux 0xbe84c6a7 ap_send_config_uevent +EXPORT_SYMBOL vmlinux 0xbe95059e sk_ns_capable +EXPORT_SYMBOL vmlinux 0xbed6f9a6 pskb_trim_rcsum_slow +EXPORT_SYMBOL vmlinux 0xbede7227 bio_uninit +EXPORT_SYMBOL vmlinux 0xbef43296 console_conditional_schedule +EXPORT_SYMBOL vmlinux 0xbef53f33 scnprintf +EXPORT_SYMBOL vmlinux 0xbefdf369 input_register_handle +EXPORT_SYMBOL vmlinux 0xbf2076e5 pps_lookup_dev +EXPORT_SYMBOL vmlinux 0xbf49aafa percpu_counter_set +EXPORT_SYMBOL vmlinux 0xbf59c419 posix_acl_init +EXPORT_SYMBOL vmlinux 0xbf60aad0 drop_reasons_by_subsys +EXPORT_SYMBOL vmlinux 0xbf7c91f3 splice_direct_to_actor +EXPORT_SYMBOL vmlinux 0xbf7fcaba pci_read_vpd_any +EXPORT_SYMBOL vmlinux 0xbf9a5a1e __init_rwsem +EXPORT_SYMBOL vmlinux 0xbfaf9c08 flow_rule_match_enc_opts +EXPORT_SYMBOL vmlinux 0xbfbf373e pgste_perform_essa +EXPORT_SYMBOL vmlinux 0xbfc65354 __block_write_begin +EXPORT_SYMBOL vmlinux 0xbfd9f046 remove_wait_queue +EXPORT_SYMBOL vmlinux 0xbff08ca3 tcf_chain_put_by_act +EXPORT_SYMBOL vmlinux 0xc03ae2e7 dup_iter +EXPORT_SYMBOL vmlinux 0xc049c8c9 reuseport_detach_prog +EXPORT_SYMBOL vmlinux 0xc060c3f4 page_pool_ethtool_stats_get +EXPORT_SYMBOL vmlinux 0xc06fa7e0 add_wait_queue_exclusive +EXPORT_SYMBOL vmlinux 0xc07b0863 fb_destroy_modedb +EXPORT_SYMBOL vmlinux 0xc08c70bd dev_graft_qdisc +EXPORT_SYMBOL vmlinux 0xc0bfb9d4 VMALLOC_END +EXPORT_SYMBOL vmlinux 0xc0cb78f5 fixed_size_llseek +EXPORT_SYMBOL vmlinux 0xc0e5e4e6 itcw_get_tcw +EXPORT_SYMBOL vmlinux 0xc0fd237c xxh32 +EXPORT_SYMBOL vmlinux 0xc0fe9137 __printk_cpu_sync_put +EXPORT_SYMBOL vmlinux 0xc0ff12fb nla_strdup +EXPORT_SYMBOL vmlinux 0xc0ff21c1 input_get_new_minor +EXPORT_SYMBOL vmlinux 0xc112bfc2 page_pool_alloc_pages +EXPORT_SYMBOL vmlinux 0xc1198662 __warn_flushing_systemwide_wq +EXPORT_SYMBOL vmlinux 0xc12ba712 input_set_capability +EXPORT_SYMBOL vmlinux 0xc1394dbd mod_virt_timer_periodic +EXPORT_SYMBOL vmlinux 0xc1514a3b free_irq +EXPORT_SYMBOL vmlinux 0xc1595b20 tcp_child_process +EXPORT_SYMBOL vmlinux 0xc15d4b0d tty_lock +EXPORT_SYMBOL vmlinux 0xc16be39d iter_div_u64_rem +EXPORT_SYMBOL vmlinux 0xc16fe12d __memcpy +EXPORT_SYMBOL vmlinux 0xc1b9a1f1 vfs_fsync_range +EXPORT_SYMBOL vmlinux 0xc1ce40f0 bdi_unregister +EXPORT_SYMBOL vmlinux 0xc1d8cfaf __fdget +EXPORT_SYMBOL vmlinux 0xc1e612b2 pci_bus_find_capability +EXPORT_SYMBOL vmlinux 0xc1ebe6be ipv6_sock_mc_drop +EXPORT_SYMBOL vmlinux 0xc1f395bc fs_param_is_enum +EXPORT_SYMBOL vmlinux 0xc1fa16a0 inet_csk_init_xmit_timers +EXPORT_SYMBOL vmlinux 0xc20a5687 devm_pci_alloc_host_bridge +EXPORT_SYMBOL vmlinux 0xc22c0d17 folio_mapping +EXPORT_SYMBOL vmlinux 0xc22f6693 call_fib_notifier +EXPORT_SYMBOL vmlinux 0xc2336c42 sock_i_ino +EXPORT_SYMBOL vmlinux 0xc250590f strnlen_user +EXPORT_SYMBOL vmlinux 0xc2511f43 phy_ethtool_set_link_ksettings +EXPORT_SYMBOL vmlinux 0xc260ef07 dev_close +EXPORT_SYMBOL vmlinux 0xc2627bb4 skb_eth_pop +EXPORT_SYMBOL vmlinux 0xc27ee138 __SCK__tp_func_s390_cio_stsch +EXPORT_SYMBOL vmlinux 0xc2b9f0fc vfs_get_tree +EXPORT_SYMBOL vmlinux 0xc2bd955e blk_queue_max_secure_erase_sectors +EXPORT_SYMBOL vmlinux 0xc2e42374 scsi_bios_ptable +EXPORT_SYMBOL vmlinux 0xc2e587d1 reset_devices +EXPORT_SYMBOL vmlinux 0xc2ed7897 __ip_mc_dec_group +EXPORT_SYMBOL vmlinux 0xc2f6bcbd tcp_shutdown +EXPORT_SYMBOL vmlinux 0xc3055d20 usleep_range_state +EXPORT_SYMBOL vmlinux 0xc30b0d02 follow_down +EXPORT_SYMBOL vmlinux 0xc3107fc7 tcp_seq_next +EXPORT_SYMBOL vmlinux 0xc31548f8 inet_getname +EXPORT_SYMBOL vmlinux 0xc31db0ce is_vmalloc_addr +EXPORT_SYMBOL vmlinux 0xc325b164 __dev_direct_xmit +EXPORT_SYMBOL vmlinux 0xc32c71af register_inetaddr_validator_notifier +EXPORT_SYMBOL vmlinux 0xc3368ef0 tcf_block_netif_keep_dst +EXPORT_SYMBOL vmlinux 0xc34a64eb dma_fence_chain_init +EXPORT_SYMBOL vmlinux 0xc34cbe8f ping_prot +EXPORT_SYMBOL vmlinux 0xc359fb65 abort +EXPORT_SYMBOL vmlinux 0xc35b97c2 folio_wait_bit +EXPORT_SYMBOL vmlinux 0xc363a233 tcp_sock_set_cork +EXPORT_SYMBOL vmlinux 0xc3654d9e inet_csk_destroy_sock +EXPORT_SYMBOL vmlinux 0xc38a6c60 kobject_set_name +EXPORT_SYMBOL vmlinux 0xc38c83b8 mod_timer +EXPORT_SYMBOL vmlinux 0xc3a9cb52 remove_watch_from_object +EXPORT_SYMBOL vmlinux 0xc3c5392e fs_param_is_bool +EXPORT_SYMBOL vmlinux 0xc3e45457 down_killable +EXPORT_SYMBOL vmlinux 0xc3f7d15b pci_save_state +EXPORT_SYMBOL vmlinux 0xc4003c83 netdev_set_num_tc +EXPORT_SYMBOL vmlinux 0xc401df29 genphy_read_mmd_unsupported +EXPORT_SYMBOL vmlinux 0xc4212ab9 qdisc_class_hash_insert +EXPORT_SYMBOL vmlinux 0xc433a088 __read_overflow2_field +EXPORT_SYMBOL vmlinux 0xc4362ca7 flow_block_cb_decref +EXPORT_SYMBOL vmlinux 0xc45035e6 jbd2_journal_restart +EXPORT_SYMBOL vmlinux 0xc4777aa9 __ctzsi2 +EXPORT_SYMBOL vmlinux 0xc47b3b50 md_done_sync +EXPORT_SYMBOL vmlinux 0xc4a83cc3 zstd_cctx_workspace_bound +EXPORT_SYMBOL vmlinux 0xc4a99982 scsi_host_lookup +EXPORT_SYMBOL vmlinux 0xc4ef4477 phy_do_ioctl +EXPORT_SYMBOL vmlinux 0xc4f43370 dma_fence_wait_any_timeout +EXPORT_SYMBOL vmlinux 0xc52694f9 configfs_remove_default_groups +EXPORT_SYMBOL vmlinux 0xc52add7e netdev_state_change +EXPORT_SYMBOL vmlinux 0xc53c4e62 cpumask_next_wrap +EXPORT_SYMBOL vmlinux 0xc53ce971 devm_mdiobus_alloc_size +EXPORT_SYMBOL vmlinux 0xc56c3609 xz_dec_microlzma_reset +EXPORT_SYMBOL vmlinux 0xc5758d39 sock_create_lite +EXPORT_SYMBOL vmlinux 0xc5783cc9 skb_flow_get_icmp_tci +EXPORT_SYMBOL vmlinux 0xc57b8611 diag210 +EXPORT_SYMBOL vmlinux 0xc58e6e79 mr_rtm_dumproute +EXPORT_SYMBOL vmlinux 0xc599a772 security_xfrm_state_delete +EXPORT_SYMBOL vmlinux 0xc5a9ffa1 xfrm_find_acq_byseq +EXPORT_SYMBOL vmlinux 0xc5ad93b8 sie_exit +EXPORT_SYMBOL vmlinux 0xc5b0d06f lockref_put_return +EXPORT_SYMBOL vmlinux 0xc5b6f236 queue_work_on +EXPORT_SYMBOL vmlinux 0xc5c8b56c raw_copy_to_user +EXPORT_SYMBOL vmlinux 0xc5d18b04 block_commit_write +EXPORT_SYMBOL vmlinux 0xc5d1c4c1 tcf_exts_validate +EXPORT_SYMBOL vmlinux 0xc5e74216 release_resource +EXPORT_SYMBOL vmlinux 0xc5eb6a31 sock_set_reuseport +EXPORT_SYMBOL vmlinux 0xc5f7e801 sg_last +EXPORT_SYMBOL vmlinux 0xc609ed82 __traceiter_kmem_cache_free +EXPORT_SYMBOL vmlinux 0xc60d0620 __num_online_cpus +EXPORT_SYMBOL vmlinux 0xc6133f72 sock_from_file +EXPORT_SYMBOL vmlinux 0xc621b4d3 simple_write_begin +EXPORT_SYMBOL vmlinux 0xc622ea97 stsi +EXPORT_SYMBOL vmlinux 0xc629a82a netdev_class_create_file_ns +EXPORT_SYMBOL vmlinux 0xc62ab2bc mempool_destroy +EXPORT_SYMBOL vmlinux 0xc631580a console_unlock +EXPORT_SYMBOL vmlinux 0xc633d82d phy_unregister_fixup +EXPORT_SYMBOL vmlinux 0xc65e4e97 secure_dccp_sequence_number +EXPORT_SYMBOL vmlinux 0xc6611447 device_match_acpi_handle +EXPORT_SYMBOL vmlinux 0xc66cd747 fwnode_phy_find_device +EXPORT_SYMBOL vmlinux 0xc6a1d5f2 blk_put_queue +EXPORT_SYMBOL vmlinux 0xc6cbbc89 capable +EXPORT_SYMBOL vmlinux 0xc6df6a73 nf_log_trace +EXPORT_SYMBOL vmlinux 0xc6f3b3fc refcount_dec_if_one +EXPORT_SYMBOL vmlinux 0xc6f46339 init_timer_key +EXPORT_SYMBOL vmlinux 0xc6f8989b airq_iv_release +EXPORT_SYMBOL vmlinux 0xc6fe7e0e sk_capable +EXPORT_SYMBOL vmlinux 0xc70d9165 devm_request_threaded_irq +EXPORT_SYMBOL vmlinux 0xc72f7279 zstd_get_error_name +EXPORT_SYMBOL vmlinux 0xc732dfdc devm_pci_remap_cfg_resource +EXPORT_SYMBOL vmlinux 0xc7359706 configfs_unregister_group +EXPORT_SYMBOL vmlinux 0xc735c17f blk_rq_map_user_iov +EXPORT_SYMBOL vmlinux 0xc7395ed1 phy_mac_interrupt +EXPORT_SYMBOL vmlinux 0xc740d740 __xfrm_init_state +EXPORT_SYMBOL vmlinux 0xc740d847 scsi_change_queue_depth +EXPORT_SYMBOL vmlinux 0xc75186bf iov_iter_init +EXPORT_SYMBOL vmlinux 0xc7856a3d inet6addr_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xc7a24d76 sysfs_format_mac +EXPORT_SYMBOL vmlinux 0xc7a4fbed rtnl_lock +EXPORT_SYMBOL vmlinux 0xc7ad3ed6 genl_register_family +EXPORT_SYMBOL vmlinux 0xc7ae1903 security_lock_kernel_down +EXPORT_SYMBOL vmlinux 0xc7c1107a LZ4_decompress_safe +EXPORT_SYMBOL vmlinux 0xc7c68b91 filemap_check_errors +EXPORT_SYMBOL vmlinux 0xc7d2cf1a kstrtoul_from_user +EXPORT_SYMBOL vmlinux 0xc7e7b6ac __brelse +EXPORT_SYMBOL vmlinux 0xc7f5f4f7 __dynamic_dev_dbg +EXPORT_SYMBOL vmlinux 0xc7f9dd4d page_symlink +EXPORT_SYMBOL vmlinux 0xc8106878 gen_pool_fixed_alloc +EXPORT_SYMBOL vmlinux 0xc816d9f7 xfrm_policy_delete +EXPORT_SYMBOL vmlinux 0xc839afed hdmi_audio_infoframe_check +EXPORT_SYMBOL vmlinux 0xc84a0a7e seq_hlist_start_rcu +EXPORT_SYMBOL vmlinux 0xc84bebcf scsi_block_requests +EXPORT_SYMBOL vmlinux 0xc84cfd76 blk_integrity_register +EXPORT_SYMBOL vmlinux 0xc855e2e3 in_dev_finish_destroy +EXPORT_SYMBOL vmlinux 0xc857ef41 inet6_add_offload +EXPORT_SYMBOL vmlinux 0xc86a6174 __kfifo_from_user_r +EXPORT_SYMBOL vmlinux 0xc86ee0a3 scsi_target_resume +EXPORT_SYMBOL vmlinux 0xc872fd85 in6addr_interfacelocal_allnodes +EXPORT_SYMBOL vmlinux 0xc87f012e netdev_has_upper_dev_all_rcu +EXPORT_SYMBOL vmlinux 0xc8827b75 sysctl_vals +EXPORT_SYMBOL vmlinux 0xc882ff7d __neigh_for_each_release +EXPORT_SYMBOL vmlinux 0xc890c008 zlib_deflateEnd +EXPORT_SYMBOL vmlinux 0xc896c1f1 iget_locked +EXPORT_SYMBOL vmlinux 0xc8a91f5b cpumask_local_spread +EXPORT_SYMBOL vmlinux 0xc8b95174 pci_find_parent_resource +EXPORT_SYMBOL vmlinux 0xc8c1f170 ns_capable_noaudit +EXPORT_SYMBOL vmlinux 0xc8e173ed _find_next_bit_le +EXPORT_SYMBOL vmlinux 0xc8f45703 dm_table_get_md +EXPORT_SYMBOL vmlinux 0xc8fddcdf irq_set_chip +EXPORT_SYMBOL vmlinux 0xc90df0ce __cgroup_bpf_run_filter_skb +EXPORT_SYMBOL vmlinux 0xc90f54e2 bio_integrity_alloc +EXPORT_SYMBOL vmlinux 0xc916dd46 __SCK__tp_func_kmalloc +EXPORT_SYMBOL vmlinux 0xc92c2cf9 dma_map_resource +EXPORT_SYMBOL vmlinux 0xc946ebc0 napi_gro_frags +EXPORT_SYMBOL vmlinux 0xc94cb2bc neigh_sysctl_register +EXPORT_SYMBOL vmlinux 0xc94fdebf __genradix_ptr +EXPORT_SYMBOL vmlinux 0xc9634df9 in6addr_linklocal_allrouters +EXPORT_SYMBOL vmlinux 0xc967821c seq_puts +EXPORT_SYMBOL vmlinux 0xc972449f mempool_alloc_slab +EXPORT_SYMBOL vmlinux 0xc976820b nf_reinject +EXPORT_SYMBOL vmlinux 0xc97f0a42 zstd_get_frame_header +EXPORT_SYMBOL vmlinux 0xc9846543 get_user_pages_unlocked +EXPORT_SYMBOL vmlinux 0xc98c8601 sync_inodes_sb +EXPORT_SYMBOL vmlinux 0xc9931fd7 mdiobus_write_nested +EXPORT_SYMBOL vmlinux 0xc9a5285a rt6_lookup +EXPORT_SYMBOL vmlinux 0xc9d9017b dev_change_flags +EXPORT_SYMBOL vmlinux 0xc9da69ef dev_getbyhwaddr_rcu +EXPORT_SYMBOL vmlinux 0xc9df055a xfrm_policy_walk_init +EXPORT_SYMBOL vmlinux 0xc9fc0d34 starget_for_each_device +EXPORT_SYMBOL vmlinux 0xca01a1fc blk_queue_segment_boundary +EXPORT_SYMBOL vmlinux 0xca1055d0 jbd2_log_wait_commit +EXPORT_SYMBOL vmlinux 0xca17ac01 _find_next_andnot_bit +EXPORT_SYMBOL vmlinux 0xca21ebd3 bitmap_free +EXPORT_SYMBOL vmlinux 0xca243810 filemap_fdatawrite_range +EXPORT_SYMBOL vmlinux 0xca2e5330 tcf_get_next_proto +EXPORT_SYMBOL vmlinux 0xca36ec6d input_set_timestamp +EXPORT_SYMBOL vmlinux 0xca431c05 wake_bit_function +EXPORT_SYMBOL vmlinux 0xca4e8d37 mini_qdisc_pair_swap +EXPORT_SYMBOL vmlinux 0xca4fab73 ipv6_dev_mc_dec +EXPORT_SYMBOL vmlinux 0xca520dba mount_bdev +EXPORT_SYMBOL vmlinux 0xca56caa0 devm_alloc_etherdev_mqs +EXPORT_SYMBOL vmlinux 0xca5f4fe6 udp_pre_connect +EXPORT_SYMBOL vmlinux 0xca654388 d_instantiate +EXPORT_SYMBOL vmlinux 0xca65c9c4 dst_discard_out +EXPORT_SYMBOL vmlinux 0xca916626 genphy_setup_forced +EXPORT_SYMBOL vmlinux 0xca9360b5 rb_next +EXPORT_SYMBOL vmlinux 0xcac0d91e ip6_find_1stfragopt +EXPORT_SYMBOL vmlinux 0xcaca0697 __nla_put_64bit +EXPORT_SYMBOL vmlinux 0xcacb63ef udpv6_sendmsg +EXPORT_SYMBOL vmlinux 0xcadd5cb2 input_open_device +EXPORT_SYMBOL vmlinux 0xcae3a07a sg_copy_from_buffer +EXPORT_SYMBOL vmlinux 0xcaf8f5f0 raw3270_start_irq +EXPORT_SYMBOL vmlinux 0xcb01608d set_page_writeback +EXPORT_SYMBOL vmlinux 0xcb0b8b5d inet6_offloads +EXPORT_SYMBOL vmlinux 0xcb0e5880 input_event +EXPORT_SYMBOL vmlinux 0xcb0fb97f truncate_pagecache_range +EXPORT_SYMBOL vmlinux 0xcb196b9d __vcalloc +EXPORT_SYMBOL vmlinux 0xcb22d0aa fbcon_update_vcs +EXPORT_SYMBOL vmlinux 0xcb32f8b2 folio_clear_dirty_for_io +EXPORT_SYMBOL vmlinux 0xcb34a6e7 hdmi_spd_infoframe_pack +EXPORT_SYMBOL vmlinux 0xcb3ae215 call_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xcb4682f1 deactivate_super +EXPORT_SYMBOL vmlinux 0xcb7a51d4 udp_set_csum +EXPORT_SYMBOL vmlinux 0xcba6550b __SCK__tp_func_s390_cio_xsch +EXPORT_SYMBOL vmlinux 0xcbad4618 tcf_register_action +EXPORT_SYMBOL vmlinux 0xcbbf0a6f audit_log_task_context +EXPORT_SYMBOL vmlinux 0xcbc0d5f9 blkdev_issue_flush +EXPORT_SYMBOL vmlinux 0xcbd29a9f iucv_bus +EXPORT_SYMBOL vmlinux 0xcbd4898c fortify_panic +EXPORT_SYMBOL vmlinux 0xcbddd75b dma_mmap_attrs +EXPORT_SYMBOL vmlinux 0xcbe4ddb7 jbd2_journal_lock_updates +EXPORT_SYMBOL vmlinux 0xcbe9b0e4 ethtool_rx_flow_rule_destroy +EXPORT_SYMBOL vmlinux 0xcc01f5b6 genphy_c45_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0xcc029132 xfrm_input_register_afinfo +EXPORT_SYMBOL vmlinux 0xcc19550b __genphy_config_aneg +EXPORT_SYMBOL vmlinux 0xcc328a5c reservation_ww_class +EXPORT_SYMBOL vmlinux 0xcc445ceb __sg_page_iter_dma_next +EXPORT_SYMBOL vmlinux 0xcc4f8bdd xfrm_unregister_km +EXPORT_SYMBOL vmlinux 0xcc5005fe msleep_interruptible +EXPORT_SYMBOL vmlinux 0xcc5575d1 phy_remove_link_mode +EXPORT_SYMBOL vmlinux 0xcc5d22d9 can_do_mlock +EXPORT_SYMBOL vmlinux 0xcc7680e2 ccw_device_set_options_mask +EXPORT_SYMBOL vmlinux 0xcca43c5a vfs_llseek +EXPORT_SYMBOL vmlinux 0xccb491e8 bsearch +EXPORT_SYMBOL vmlinux 0xcccc8772 param_ops_uint +EXPORT_SYMBOL vmlinux 0xccd34883 seq_put_decimal_ull +EXPORT_SYMBOL vmlinux 0xccd4c999 __sg_page_iter_start +EXPORT_SYMBOL vmlinux 0xccf666ed submit_bio_noacct +EXPORT_SYMBOL vmlinux 0xccfb2a8d set_security_override_from_ctx +EXPORT_SYMBOL vmlinux 0xccfb9e07 dst_default_metrics +EXPORT_SYMBOL vmlinux 0xccfd2ebc scsi_dev_info_list_del_keyed +EXPORT_SYMBOL vmlinux 0xcd0c29d2 wait_for_completion_interruptible_timeout +EXPORT_SYMBOL vmlinux 0xcd279169 nla_find +EXPORT_SYMBOL vmlinux 0xcd322622 request_firmware_nowait +EXPORT_SYMBOL vmlinux 0xcd440587 jbd2_journal_force_commit_nested +EXPORT_SYMBOL vmlinux 0xcd56d928 pcim_set_mwi +EXPORT_SYMBOL vmlinux 0xcd899c3a tty_port_hangup +EXPORT_SYMBOL vmlinux 0xcd9c13a3 tty_termios_hw_change +EXPORT_SYMBOL vmlinux 0xcda7b057 pci_bus_write_config_word +EXPORT_SYMBOL vmlinux 0xcdb9c283 dev_lstats_read +EXPORT_SYMBOL vmlinux 0xcdc39c9e security_ismaclabel +EXPORT_SYMBOL vmlinux 0xcddd8a2f phy_ethtool_get_eee +EXPORT_SYMBOL vmlinux 0xcddf20c4 netdev_info +EXPORT_SYMBOL vmlinux 0xcde77bcc free_opal_dev +EXPORT_SYMBOL vmlinux 0xcdf362a9 xfrm_policy_flush +EXPORT_SYMBOL vmlinux 0xcdfb2897 iunique +EXPORT_SYMBOL vmlinux 0xce0c1f34 dfltcc_deflate +EXPORT_SYMBOL vmlinux 0xce11ba5c sync_filesystem +EXPORT_SYMBOL vmlinux 0xce26dfd7 ip_output +EXPORT_SYMBOL vmlinux 0xce2840e7 irq_set_irq_wake +EXPORT_SYMBOL vmlinux 0xce4876c2 __dynamic_netdev_dbg +EXPORT_SYMBOL vmlinux 0xce4cdb8e fb_find_best_mode +EXPORT_SYMBOL vmlinux 0xce528b68 dev_driver_string +EXPORT_SYMBOL vmlinux 0xce5ac24f zlib_inflate_workspacesize +EXPORT_SYMBOL vmlinux 0xce702024 pfifo_qdisc_ops +EXPORT_SYMBOL vmlinux 0xce83a906 wrap_directory_iterator +EXPORT_SYMBOL vmlinux 0xce8b41eb mem_section +EXPORT_SYMBOL vmlinux 0xce967da9 blk_rq_count_integrity_sg +EXPORT_SYMBOL vmlinux 0xce9b9eec pci_find_bus +EXPORT_SYMBOL vmlinux 0xcea4c94f inet_put_port +EXPORT_SYMBOL vmlinux 0xceab0311 strchrnul +EXPORT_SYMBOL vmlinux 0xcebe3bd9 gen_new_estimator +EXPORT_SYMBOL vmlinux 0xcedb00c3 seq_printf +EXPORT_SYMBOL vmlinux 0xcf00b25a sock_no_ioctl +EXPORT_SYMBOL vmlinux 0xcf0132df dev_mc_del_global +EXPORT_SYMBOL vmlinux 0xcf10d6f0 ip6_dst_alloc +EXPORT_SYMBOL vmlinux 0xcf2c69d4 fuse_mount_destroy +EXPORT_SYMBOL vmlinux 0xcf2ea86b __tracepoint_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xcf3b69b3 netdev_stats_to_stats64 +EXPORT_SYMBOL vmlinux 0xcf6adb6d seq_bprintf +EXPORT_SYMBOL vmlinux 0xcf83f9e2 kmalloc_trace +EXPORT_SYMBOL vmlinux 0xcf91af84 tcp_close +EXPORT_SYMBOL vmlinux 0xcf9b558d touchscreen_set_mt_pos +EXPORT_SYMBOL vmlinux 0xcf9b65cf inode_nohighmem +EXPORT_SYMBOL vmlinux 0xcfaa26f4 noop_llseek +EXPORT_SYMBOL vmlinux 0xcfb9d960 blk_queue_io_min +EXPORT_SYMBOL vmlinux 0xcfc13d0d tcf_block_get_ext +EXPORT_SYMBOL vmlinux 0xcfc1fe0b mpage_readahead +EXPORT_SYMBOL vmlinux 0xcfe16dc5 key_create +EXPORT_SYMBOL vmlinux 0xcfe403ca mtree_insert +EXPORT_SYMBOL vmlinux 0xd00000b3 blk_mq_requeue_request +EXPORT_SYMBOL vmlinux 0xd004ce3a xfrm_trans_queue_net +EXPORT_SYMBOL vmlinux 0xd0135103 find_inode_rcu +EXPORT_SYMBOL vmlinux 0xd037b57f md_check_no_bitmap +EXPORT_SYMBOL vmlinux 0xd04a43d9 param_set_invbool +EXPORT_SYMBOL vmlinux 0xd04c1a64 sysctl_devconf_inherit_init_net +EXPORT_SYMBOL vmlinux 0xd0588462 security_inode_init_security +EXPORT_SYMBOL vmlinux 0xd0654aba woken_wake_function +EXPORT_SYMBOL vmlinux 0xd06f8143 zpool_register_driver +EXPORT_SYMBOL vmlinux 0xd0760fc0 kfree_sensitive +EXPORT_SYMBOL vmlinux 0xd077bfee __scsi_add_device +EXPORT_SYMBOL vmlinux 0xd087e644 param_set_ushort +EXPORT_SYMBOL vmlinux 0xd08dd4e5 __mmap_lock_do_trace_acquire_returned +EXPORT_SYMBOL vmlinux 0xd09b68b5 __blk_alloc_disk +EXPORT_SYMBOL vmlinux 0xd09e2520 write_cache_pages +EXPORT_SYMBOL vmlinux 0xd0c4c437 xsk_clear_rx_need_wakeup +EXPORT_SYMBOL vmlinux 0xd0d10ef4 iov_iter_xarray +EXPORT_SYMBOL vmlinux 0xd0e5df11 folio_zero_new_buffers +EXPORT_SYMBOL vmlinux 0xd116d2d7 inet_sk_set_state +EXPORT_SYMBOL vmlinux 0xd11bac17 check_zeroed_user +EXPORT_SYMBOL vmlinux 0xd12cf9b7 icmp_ndo_send +EXPORT_SYMBOL vmlinux 0xd14d8b5a sk_page_frag_refill +EXPORT_SYMBOL vmlinux 0xd16be335 add_watch_to_object +EXPORT_SYMBOL vmlinux 0xd16e6d54 simple_getattr +EXPORT_SYMBOL vmlinux 0xd17ed769 iov_iter_discard +EXPORT_SYMBOL vmlinux 0xd192c918 pci_alloc_dev +EXPORT_SYMBOL vmlinux 0xd1b4b419 tcw_get_intrg +EXPORT_SYMBOL vmlinux 0xd1b5147f proto_register +EXPORT_SYMBOL vmlinux 0xd1b9169b filp_open +EXPORT_SYMBOL vmlinux 0xd1ce73ea scsi_unblock_requests +EXPORT_SYMBOL vmlinux 0xd1d713aa dentry_create +EXPORT_SYMBOL vmlinux 0xd1d87e92 scsi_mlreturn_string +EXPORT_SYMBOL vmlinux 0xd1ddb344 xfrm_state_walk +EXPORT_SYMBOL vmlinux 0xd1e9e560 pcie_get_speed_cap +EXPORT_SYMBOL vmlinux 0xd1f2d74e xfrm_find_acq +EXPORT_SYMBOL vmlinux 0xd1f99960 filemap_get_folios_contig +EXPORT_SYMBOL vmlinux 0xd209e848 memcpy_and_pad +EXPORT_SYMBOL vmlinux 0xd2260096 radix_tree_iter_delete +EXPORT_SYMBOL vmlinux 0xd238510a __napi_schedule +EXPORT_SYMBOL vmlinux 0xd24b0e9b netif_tx_unlock +EXPORT_SYMBOL vmlinux 0xd24bd488 phy_connect_direct +EXPORT_SYMBOL vmlinux 0xd2504a8c arch_spin_lock_wait +EXPORT_SYMBOL vmlinux 0xd2510a63 up_write +EXPORT_SYMBOL vmlinux 0xd255252c fscrypt_encrypt_pagecache_blocks +EXPORT_SYMBOL vmlinux 0xd2582f8f __SCK__tp_func_mmap_lock_acquire_returned +EXPORT_SYMBOL vmlinux 0xd259c780 mt_find_after +EXPORT_SYMBOL vmlinux 0xd25d4f74 console_blank_hook +EXPORT_SYMBOL vmlinux 0xd268dddc param_ops_invbool +EXPORT_SYMBOL vmlinux 0xd26d97b5 dcb_getrewr_prio_pcp_mask_map +EXPORT_SYMBOL vmlinux 0xd27a40d5 pcie_bandwidth_available +EXPORT_SYMBOL vmlinux 0xd27b25dd blk_check_plugged +EXPORT_SYMBOL vmlinux 0xd2800691 nf_conntrack_destroy +EXPORT_SYMBOL vmlinux 0xd288afbf phy_drivers_unregister +EXPORT_SYMBOL vmlinux 0xd2b153fd unregister_mii_timestamper +EXPORT_SYMBOL vmlinux 0xd2d88506 netdev_offload_xstats_report_used +EXPORT_SYMBOL vmlinux 0xd2da1048 register_netdevice_notifier +EXPORT_SYMBOL vmlinux 0xd30b36c0 shrink_dcache_sb +EXPORT_SYMBOL vmlinux 0xd321b27b ipv6_dev_mc_inc +EXPORT_SYMBOL vmlinux 0xd3277642 tcp_v4_conn_request +EXPORT_SYMBOL vmlinux 0xd3339974 blk_queue_logical_block_size +EXPORT_SYMBOL vmlinux 0xd33ed279 dev_mc_sync_multiple +EXPORT_SYMBOL vmlinux 0xd34e512c bio_add_folio +EXPORT_SYMBOL vmlinux 0xd35a6d31 mempool_kmalloc +EXPORT_SYMBOL vmlinux 0xd35aff98 mdio_device_remove +EXPORT_SYMBOL vmlinux 0xd36db863 inet_bind +EXPORT_SYMBOL vmlinux 0xd36dc10c get_random_u32 +EXPORT_SYMBOL vmlinux 0xd36f9f7f keyring_search +EXPORT_SYMBOL vmlinux 0xd39517b0 debugfs_create_automount +EXPORT_SYMBOL vmlinux 0xd39d88ed sock_set_rcvbuf +EXPORT_SYMBOL vmlinux 0xd3a7bf61 netdev_offload_xstats_enabled +EXPORT_SYMBOL vmlinux 0xd3af979c memdup_user +EXPORT_SYMBOL vmlinux 0xd3cf1c01 down_write +EXPORT_SYMBOL vmlinux 0xd3fb1697 skb_copy_and_csum_datagram_msg +EXPORT_SYMBOL vmlinux 0xd406d266 fb_mode_is_equal +EXPORT_SYMBOL vmlinux 0xd41c6b3e vmalloc_to_page +EXPORT_SYMBOL vmlinux 0xd41ccf90 dst_alloc +EXPORT_SYMBOL vmlinux 0xd42cfcda xfrm_state_update +EXPORT_SYMBOL vmlinux 0xd42d3ebe fqdir_exit +EXPORT_SYMBOL vmlinux 0xd4438782 input_copy_abs +EXPORT_SYMBOL vmlinux 0xd44f37dc try_lookup_one_len +EXPORT_SYMBOL vmlinux 0xd44ff628 blk_sync_queue +EXPORT_SYMBOL vmlinux 0xd461be6a md_cluster_ops +EXPORT_SYMBOL vmlinux 0xd469bccc __tracepoint_mmap_lock_released +EXPORT_SYMBOL vmlinux 0xd475dba2 genphy_c45_ethtool_set_eee +EXPORT_SYMBOL vmlinux 0xd487bd06 __page_frag_cache_drain +EXPORT_SYMBOL vmlinux 0xd48f69c8 tcw_get_tsb +EXPORT_SYMBOL vmlinux 0xd49b703b tcf_em_tree_validate +EXPORT_SYMBOL vmlinux 0xd4afea5d free_irq_cpu_rmap +EXPORT_SYMBOL vmlinux 0xd4bb4a82 inet6addr_validator_notifier_call_chain +EXPORT_SYMBOL vmlinux 0xd4cd51ad ptep_xchg_direct +EXPORT_SYMBOL vmlinux 0xd4d06b3f input_grab_device +EXPORT_SYMBOL vmlinux 0xd4fa5a87 __kfifo_dma_out_prepare +EXPORT_SYMBOL vmlinux 0xd50d9ab7 scsi_add_device +EXPORT_SYMBOL vmlinux 0xd5198f88 ipv6_skip_exthdr +EXPORT_SYMBOL vmlinux 0xd5263820 mb_cache_destroy +EXPORT_SYMBOL vmlinux 0xd566933c up +EXPORT_SYMBOL vmlinux 0xd576f3d9 pci_find_resource +EXPORT_SYMBOL vmlinux 0xd5876e01 dquot_writeback_dquots +EXPORT_SYMBOL vmlinux 0xd596fd28 xfrm_state_insert +EXPORT_SYMBOL vmlinux 0xd5a5e05d xfrm4_protocol_deregister +EXPORT_SYMBOL vmlinux 0xd5a62466 md_finish_reshape +EXPORT_SYMBOL vmlinux 0xd5b3d0d5 xxh64_copy_state +EXPORT_SYMBOL vmlinux 0xd5b6b8fd pci_request_selected_regions +EXPORT_SYMBOL vmlinux 0xd5c6b6b2 tcp_openreq_init_rwin +EXPORT_SYMBOL vmlinux 0xd5e90454 ap_domain_index +EXPORT_SYMBOL vmlinux 0xd5f071ae pci_ep_cfs_remove_epc_group +EXPORT_SYMBOL vmlinux 0xd5f09634 dcb_ieee_delapp +EXPORT_SYMBOL vmlinux 0xd5f4bd33 scsi_remove_target +EXPORT_SYMBOL vmlinux 0xd60736ec gf128mul_free_64k +EXPORT_SYMBOL vmlinux 0xd60e3866 bio_chain +EXPORT_SYMBOL vmlinux 0xd6365f84 netdev_printk +EXPORT_SYMBOL vmlinux 0xd63de724 nonseekable_open +EXPORT_SYMBOL vmlinux 0xd641eea7 __dev_get_by_name +EXPORT_SYMBOL vmlinux 0xd642f3f6 video_firmware_drivers_only +EXPORT_SYMBOL vmlinux 0xd64426b5 __traceiter_s390_cio_hsch +EXPORT_SYMBOL vmlinux 0xd6454286 hdmi_avi_infoframe_pack_only +EXPORT_SYMBOL vmlinux 0xd64de6c1 sk_error_report +EXPORT_SYMBOL vmlinux 0xd65c2534 blk_mq_unique_tag +EXPORT_SYMBOL vmlinux 0xd663b0c2 security_tun_dev_attach +EXPORT_SYMBOL vmlinux 0xd6671e7b configfs_register_group +EXPORT_SYMBOL vmlinux 0xd6742a28 vm_event_states +EXPORT_SYMBOL vmlinux 0xd6839c9c inet_frag_find +EXPORT_SYMBOL vmlinux 0xd68c5a1f adjust_resource +EXPORT_SYMBOL vmlinux 0xd68ebdb4 pci_get_domain_bus_and_slot +EXPORT_SYMBOL vmlinux 0xd697b7bb sk_alloc +EXPORT_SYMBOL vmlinux 0xd6ab3856 netdev_adjacent_change_abort +EXPORT_SYMBOL vmlinux 0xd6bf3f5d zstd_init_cctx +EXPORT_SYMBOL vmlinux 0xd6ce53cb xfrm_policy_hash_rebuild +EXPORT_SYMBOL vmlinux 0xd6d5f1f6 generic_write_checks +EXPORT_SYMBOL vmlinux 0xd6eaaea1 full_name_hash +EXPORT_SYMBOL vmlinux 0xd6ee688f vmalloc +EXPORT_SYMBOL vmlinux 0xd6fde043 is_module_sig_enforced +EXPORT_SYMBOL vmlinux 0xd708d53f setattr_should_drop_suidgid +EXPORT_SYMBOL vmlinux 0xd7096271 d_delete +EXPORT_SYMBOL vmlinux 0xd70d35a1 gf128mul_4k_bbe +EXPORT_SYMBOL vmlinux 0xd7125bd2 blk_rq_append_bio +EXPORT_SYMBOL vmlinux 0xd71f2653 __bread_gfp +EXPORT_SYMBOL vmlinux 0xd7261b6d dev_mc_flush +EXPORT_SYMBOL vmlinux 0xd72ec6f5 pci_scan_single_device +EXPORT_SYMBOL vmlinux 0xd73653c4 freezer_active +EXPORT_SYMBOL vmlinux 0xd738ca1b phy_unregister_fixup_for_uid +EXPORT_SYMBOL vmlinux 0xd73c8c2b synchronize_shrinkers +EXPORT_SYMBOL vmlinux 0xd73d34e0 unregister_external_irq +EXPORT_SYMBOL vmlinux 0xd76e68e5 pci_scan_bus +EXPORT_SYMBOL vmlinux 0xd774b623 ccw_device_dma_free +EXPORT_SYMBOL vmlinux 0xd77b934f fb_firmware_edid +EXPORT_SYMBOL vmlinux 0xd78a891e eth_header_cache_update +EXPORT_SYMBOL vmlinux 0xd7987177 utf8_load +EXPORT_SYMBOL vmlinux 0xd79b5f09 md_write_start +EXPORT_SYMBOL vmlinux 0xd7a3eaea inet_register_protosw +EXPORT_SYMBOL vmlinux 0xd7b0fa75 simple_rename +EXPORT_SYMBOL vmlinux 0xd7b7292d flow_rule_match_meta +EXPORT_SYMBOL vmlinux 0xd7ccf864 __vlan_find_dev_deep_rcu +EXPORT_SYMBOL vmlinux 0xd7d15124 genphy_handle_interrupt_no_ack +EXPORT_SYMBOL vmlinux 0xd7d280ad irq_poll_complete +EXPORT_SYMBOL vmlinux 0xd7d66140 seq_putc +EXPORT_SYMBOL vmlinux 0xd7e1c5e1 kstrtobool_from_user +EXPORT_SYMBOL vmlinux 0xd7e56a4e simple_strtoll +EXPORT_SYMBOL vmlinux 0xd7e637a3 inet_frag_rbtree_purge +EXPORT_SYMBOL vmlinux 0xd7ea7094 nf_unregister_queue_handler +EXPORT_SYMBOL vmlinux 0xd7fe7c62 register_netdevice_notifier_dev_net +EXPORT_SYMBOL vmlinux 0xd80a4827 xfrm_input_resume +EXPORT_SYMBOL vmlinux 0xd817c69f __mdiobus_c45_write +EXPORT_SYMBOL vmlinux 0xd81af944 scsi_mode_sense +EXPORT_SYMBOL vmlinux 0xd827fff3 memremap +EXPORT_SYMBOL vmlinux 0xd83898d5 nf_hooks_needed +EXPORT_SYMBOL vmlinux 0xd84a2a0f tcp_fastopen_defer_connect +EXPORT_SYMBOL vmlinux 0xd85344b5 blk_dump_rq_flags +EXPORT_SYMBOL vmlinux 0xd86e7276 __generic_file_fsync +EXPORT_SYMBOL vmlinux 0xd88604bb set_capacity +EXPORT_SYMBOL vmlinux 0xd88dbbf4 refcount_dec_and_lock +EXPORT_SYMBOL vmlinux 0xd89da37f movable_zone +EXPORT_SYMBOL vmlinux 0xd8a994eb scsi_extd_sense_format +EXPORT_SYMBOL vmlinux 0xd8b61304 get_default_font +EXPORT_SYMBOL vmlinux 0xd8b6d96f __find_nth_and_bit +EXPORT_SYMBOL vmlinux 0xd8c4becc tty_wait_until_sent +EXPORT_SYMBOL vmlinux 0xd8d986f1 pci_scan_slot +EXPORT_SYMBOL vmlinux 0xd8e41cc6 utf8_strncmp +EXPORT_SYMBOL vmlinux 0xd8f52312 pci_ep_cfs_remove_epf_group +EXPORT_SYMBOL vmlinux 0xd8fcda72 cpcmd +EXPORT_SYMBOL vmlinux 0xd8fea321 __xa_alloc_cyclic +EXPORT_SYMBOL vmlinux 0xd9122749 __post_watch_notification +EXPORT_SYMBOL vmlinux 0xd9192e8d dev_mc_add_global +EXPORT_SYMBOL vmlinux 0xd92c2afb zstd_decompress_stream +EXPORT_SYMBOL vmlinux 0xd94a4058 fs_context_for_submount +EXPORT_SYMBOL vmlinux 0xd94b7153 mode_strip_sgid +EXPORT_SYMBOL vmlinux 0xd96de8cb __sysfs_match_string +EXPORT_SYMBOL vmlinux 0xd973a47b drop_super_exclusive +EXPORT_SYMBOL vmlinux 0xd979a655 blkdev_issue_discard +EXPORT_SYMBOL vmlinux 0xd985dc99 mempool_free_pages +EXPORT_SYMBOL vmlinux 0xd98b1267 inet_proto_csum_replace_by_diff +EXPORT_SYMBOL vmlinux 0xd9b3f97d console_devno +EXPORT_SYMBOL vmlinux 0xd9b8eaea __SCK__tp_func_dma_fence_signaled +EXPORT_SYMBOL vmlinux 0xd9cdd7e6 clear_inode +EXPORT_SYMBOL vmlinux 0xd9d8fd16 register_restart_handler +EXPORT_SYMBOL vmlinux 0xd9d952d1 crypto_aes_sbox +EXPORT_SYMBOL vmlinux 0xd9e31656 con_copy_unimap +EXPORT_SYMBOL vmlinux 0xd9e63f01 tcf_action_update_hw_stats +EXPORT_SYMBOL vmlinux 0xda1381cd scsi_test_unit_ready +EXPORT_SYMBOL vmlinux 0xda3d10a8 security_tun_dev_open +EXPORT_SYMBOL vmlinux 0xda4b695a ipv6_chk_prefix +EXPORT_SYMBOL vmlinux 0xda4ff993 eth_gro_complete +EXPORT_SYMBOL vmlinux 0xda52c7e7 jbd2_journal_start_commit +EXPORT_SYMBOL vmlinux 0xda66f996 phy_set_asym_pause +EXPORT_SYMBOL vmlinux 0xda6dadaa sk_reset_timer +EXPORT_SYMBOL vmlinux 0xda6fa05c _atomic_dec_and_lock_irqsave +EXPORT_SYMBOL vmlinux 0xdaaffb3a ip_generic_getfrag +EXPORT_SYMBOL vmlinux 0xdab32638 ap_cancel_message +EXPORT_SYMBOL vmlinux 0xdac4913a bitmap_allocate_region +EXPORT_SYMBOL vmlinux 0xdac541d3 seq_open +EXPORT_SYMBOL vmlinux 0xdac61be8 block_dirty_folio +EXPORT_SYMBOL vmlinux 0xdacaaad5 configfs_register_subsystem +EXPORT_SYMBOL vmlinux 0xdada0aa4 regset_get_alloc +EXPORT_SYMBOL vmlinux 0xdae162cb string_unescape +EXPORT_SYMBOL vmlinux 0xdae76e92 xfrm_if_register_cb +EXPORT_SYMBOL vmlinux 0xdafe0640 __block_write_full_folio +EXPORT_SYMBOL vmlinux 0xdb1c1bc1 pci_write_config_byte +EXPORT_SYMBOL vmlinux 0xdb24a2dd pci_write_config_dword +EXPORT_SYMBOL vmlinux 0xdb2744bb proc_set_size +EXPORT_SYMBOL vmlinux 0xdb3b7ecc ip_options_rcv_srr +EXPORT_SYMBOL vmlinux 0xdb5886f3 xp_alloc +EXPORT_SYMBOL vmlinux 0xdb5ae5aa jbd2_journal_try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xdb5cdd0a vlan_dev_real_dev +EXPORT_SYMBOL vmlinux 0xdb73aa4c md_bitmap_sync_with_cluster +EXPORT_SYMBOL vmlinux 0xdb760f52 __kfifo_free +EXPORT_SYMBOL vmlinux 0xdb7b4e21 genphy_suspend +EXPORT_SYMBOL vmlinux 0xdb8977c2 tls_client_hello_x509 +EXPORT_SYMBOL vmlinux 0xdb8f6628 user_revoke +EXPORT_SYMBOL vmlinux 0xdba20e12 blk_set_stacking_limits +EXPORT_SYMBOL vmlinux 0xdbc01a72 irq_domain_set_info +EXPORT_SYMBOL vmlinux 0xdbc43308 ap_driver_unregister +EXPORT_SYMBOL vmlinux 0xdbc43e6a qdisc_get_rtab +EXPORT_SYMBOL vmlinux 0xdbdb8aaa dma_map_sg_attrs +EXPORT_SYMBOL vmlinux 0xdbdf6c92 ioport_resource +EXPORT_SYMBOL vmlinux 0xdbf02636 cdrom_number_of_slots +EXPORT_SYMBOL vmlinux 0xdbf8840b kbd_ioctl +EXPORT_SYMBOL vmlinux 0xdc0ca8d8 tty_port_lower_dtr_rts +EXPORT_SYMBOL vmlinux 0xdc0e4855 timer_delete +EXPORT_SYMBOL vmlinux 0xdc0f2fcd tcp_peek_len +EXPORT_SYMBOL vmlinux 0xdc14eda7 pci_pci_problems +EXPORT_SYMBOL vmlinux 0xdc34e840 mtree_destroy +EXPORT_SYMBOL vmlinux 0xdc3be3f0 vlan_filter_drop_vids +EXPORT_SYMBOL vmlinux 0xdc3fcbc9 __sw_hweight8 +EXPORT_SYMBOL vmlinux 0xdc46c46d pci_read_config_dword +EXPORT_SYMBOL vmlinux 0xdc49c198 reciprocal_value_adv +EXPORT_SYMBOL vmlinux 0xdc5f1bba jbd2_journal_check_available_features +EXPORT_SYMBOL vmlinux 0xdc6cd51e I_BDEV +EXPORT_SYMBOL vmlinux 0xdc6cfcb1 misc_deregister +EXPORT_SYMBOL vmlinux 0xdc87c97c xfrm_policy_insert +EXPORT_SYMBOL vmlinux 0xdc8abea4 phy_mii_ioctl +EXPORT_SYMBOL vmlinux 0xdc8dd7fe pci_pme_active +EXPORT_SYMBOL vmlinux 0xdc96f398 __SCK__tp_func_s390_cio_csch +EXPORT_SYMBOL vmlinux 0xdcb5a918 path_get +EXPORT_SYMBOL vmlinux 0xdcb93f15 ip_cmsg_recv_offset +EXPORT_SYMBOL vmlinux 0xdcca252d fscrypt_decrypt_block_inplace +EXPORT_SYMBOL vmlinux 0xdccc7926 sock_kmalloc +EXPORT_SYMBOL vmlinux 0xdccda70c dcb_getapp +EXPORT_SYMBOL vmlinux 0xdcd21466 fs_param_is_fd +EXPORT_SYMBOL vmlinux 0xdcdc6622 sched_autogroup_detach +EXPORT_SYMBOL vmlinux 0xdce1b2ca filemap_get_folios_tag +EXPORT_SYMBOL vmlinux 0xdce4bb87 tcp_hashinfo +EXPORT_SYMBOL vmlinux 0xdce5d91c sockopt_release_sock +EXPORT_SYMBOL vmlinux 0xdcf09c5b dm_io +EXPORT_SYMBOL vmlinux 0xdcf3a219 dump_emit +EXPORT_SYMBOL vmlinux 0xdcf84646 sort_r +EXPORT_SYMBOL vmlinux 0xdd04638f dmam_alloc_attrs +EXPORT_SYMBOL vmlinux 0xdd271c4a ram_aops +EXPORT_SYMBOL vmlinux 0xdd2c169b mb_cache_create +EXPORT_SYMBOL vmlinux 0xdd3ee87a take_dentry_name_snapshot +EXPORT_SYMBOL vmlinux 0xdd5e4cea rtnl_nla_parse_ifinfomsg +EXPORT_SYMBOL vmlinux 0xdd5edec2 path_is_under +EXPORT_SYMBOL vmlinux 0xdd679109 skb_mac_gso_segment +EXPORT_SYMBOL vmlinux 0xdd822e7b mpage_writepages +EXPORT_SYMBOL vmlinux 0xdd83b144 __ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xdd849d51 scsi_get_sense_info_fld +EXPORT_SYMBOL vmlinux 0xdda2b499 __check_sticky +EXPORT_SYMBOL vmlinux 0xddb68360 ip_setsockopt +EXPORT_SYMBOL vmlinux 0xddd6184a try_to_free_buffers +EXPORT_SYMBOL vmlinux 0xdddc7666 __napi_alloc_skb +EXPORT_SYMBOL vmlinux 0xdde66391 dquot_get_next_id +EXPORT_SYMBOL vmlinux 0xdde93b7d follow_down_one +EXPORT_SYMBOL vmlinux 0xddf7129f bio_integrity_add_page +EXPORT_SYMBOL vmlinux 0xddfdb8ac tcp_md5_needed +EXPORT_SYMBOL vmlinux 0xde02950b register_framebuffer +EXPORT_SYMBOL vmlinux 0xde0bdcff memset +EXPORT_SYMBOL vmlinux 0xde1371ce radix_tree_tagged +EXPORT_SYMBOL vmlinux 0xde396063 vmf_insert_mixed_mkwrite +EXPORT_SYMBOL vmlinux 0xde4d8166 security_inode_listsecurity +EXPORT_SYMBOL vmlinux 0xde6a06e8 __traceiter_mmap_lock_start_locking +EXPORT_SYMBOL vmlinux 0xde745af8 param_ops_short +EXPORT_SYMBOL vmlinux 0xde76fcfb flow_rule_match_ct +EXPORT_SYMBOL vmlinux 0xdeabc9fe skb_orphan_partial +EXPORT_SYMBOL vmlinux 0xdeadf10c pci_restore_state +EXPORT_SYMBOL vmlinux 0xdeb3995a dev_uc_sync +EXPORT_SYMBOL vmlinux 0xdebb8a67 gen_pool_dma_alloc_align +EXPORT_SYMBOL vmlinux 0xdec7f8d2 dma_fence_array_first +EXPORT_SYMBOL vmlinux 0xded39a6b gen_kill_estimator +EXPORT_SYMBOL vmlinux 0xded73aec scsi_report_opcode +EXPORT_SYMBOL vmlinux 0xdeda2ae2 tcw_get_data +EXPORT_SYMBOL vmlinux 0xdedfa49d ndisc_ns_create +EXPORT_SYMBOL vmlinux 0xdef68d34 flow_keys_basic_dissector +EXPORT_SYMBOL vmlinux 0xdef69581 __dec_zone_page_state +EXPORT_SYMBOL vmlinux 0xdef7c893 fb_match_mode +EXPORT_SYMBOL vmlinux 0xdef84f9f radix_tree_lookup +EXPORT_SYMBOL vmlinux 0xdf06f89d sock_kfree_s +EXPORT_SYMBOL vmlinux 0xdf24ce4a __phy_read_mmd +EXPORT_SYMBOL vmlinux 0xdf2c2742 rb_last +EXPORT_SYMBOL vmlinux 0xdf30a752 pcibios_resource_to_bus +EXPORT_SYMBOL vmlinux 0xdf521442 _find_next_zero_bit +EXPORT_SYMBOL vmlinux 0xdf54a8f7 netlink_unregister_notifier +EXPORT_SYMBOL vmlinux 0xdf59b93b kmem_cache_alloc_lru +EXPORT_SYMBOL vmlinux 0xdf682ae7 jbd2_journal_set_triggers +EXPORT_SYMBOL vmlinux 0xdf6d476e __percpu_counter_init +EXPORT_SYMBOL vmlinux 0xdf817482 _dev_notice +EXPORT_SYMBOL vmlinux 0xdf8c695a __ndelay +EXPORT_SYMBOL vmlinux 0xdf929370 fs_overflowgid +EXPORT_SYMBOL vmlinux 0xdf93b9d8 timespec64_to_jiffies +EXPORT_SYMBOL vmlinux 0xdfa5da8f debug_exception_common +EXPORT_SYMBOL vmlinux 0xdfa9acca smp_cpu_mtid +EXPORT_SYMBOL vmlinux 0xdfafa1f3 raw3270_buffer_address +EXPORT_SYMBOL vmlinux 0xdfb2085c component_match_add_release +EXPORT_SYMBOL vmlinux 0xdfb5eb3a __mdiobus_read +EXPORT_SYMBOL vmlinux 0xdfc16dcf simple_lookup +EXPORT_SYMBOL vmlinux 0xdfcc992c current_work +EXPORT_SYMBOL vmlinux 0xdfd8110c flow_block_cb_is_busy +EXPORT_SYMBOL vmlinux 0xdffc80fc vesa_modes +EXPORT_SYMBOL vmlinux 0xe03404b2 folio_wait_bit_killable +EXPORT_SYMBOL vmlinux 0xe03815fa remove_proc_entry +EXPORT_SYMBOL vmlinux 0xe0419ac4 kstrtos16 +EXPORT_SYMBOL vmlinux 0xe04fca79 ccw_driver_register +EXPORT_SYMBOL vmlinux 0xe068a91c gen_pool_set_algo +EXPORT_SYMBOL vmlinux 0xe07cfd66 pmdp_xchg_direct +EXPORT_SYMBOL vmlinux 0xe080e8f0 set_current_groups +EXPORT_SYMBOL vmlinux 0xe091c977 list_sort +EXPORT_SYMBOL vmlinux 0xe0b13336 argv_free +EXPORT_SYMBOL vmlinux 0xe0b81f63 phy_ethtool_set_wol +EXPORT_SYMBOL vmlinux 0xe0b9065b security_xfrm_policy_alloc +EXPORT_SYMBOL vmlinux 0xe0bc4fb2 simple_write_to_buffer +EXPORT_SYMBOL vmlinux 0xe0c276a4 mtree_insert_range +EXPORT_SYMBOL vmlinux 0xe0c5d8ed genphy_resume +EXPORT_SYMBOL vmlinux 0xe1078004 ip_fraglist_init +EXPORT_SYMBOL vmlinux 0xe123f3d9 dma_fence_release +EXPORT_SYMBOL vmlinux 0xe1289f2b zerocopy_sg_from_iter +EXPORT_SYMBOL vmlinux 0xe13af26f sclp_pci_deconfigure +EXPORT_SYMBOL vmlinux 0xe1580129 wait_for_completion_io_timeout +EXPORT_SYMBOL vmlinux 0xe1665a90 pcie_set_readrq +EXPORT_SYMBOL vmlinux 0xe1ac2662 sys_copyarea +EXPORT_SYMBOL vmlinux 0xe1acd310 xp_dma_unmap +EXPORT_SYMBOL vmlinux 0xe1b4b780 ipmr_rule_default +EXPORT_SYMBOL vmlinux 0xe1b6d736 ip_options_compile +EXPORT_SYMBOL vmlinux 0xe1dcf64a audit_log_format +EXPORT_SYMBOL vmlinux 0xe1e24e26 vmf_insert_pfn_prot +EXPORT_SYMBOL vmlinux 0xe1e5205e vfs_iter_read +EXPORT_SYMBOL vmlinux 0xe1f74840 call_usermodehelper_setup +EXPORT_SYMBOL vmlinux 0xe1faab17 page_pool_get_stats +EXPORT_SYMBOL vmlinux 0xe2354ee2 kthread_destroy_worker +EXPORT_SYMBOL vmlinux 0xe239d432 inode_newsize_ok +EXPORT_SYMBOL vmlinux 0xe23a50cd dev_set_alias +EXPORT_SYMBOL vmlinux 0xe23b4969 tcp_ioctl +EXPORT_SYMBOL vmlinux 0xe2433f68 done_path_create +EXPORT_SYMBOL vmlinux 0xe249ec14 vfs_iter_write +EXPORT_SYMBOL vmlinux 0xe254f4f8 xa_get_mark +EXPORT_SYMBOL vmlinux 0xe25d2cd1 follow_up +EXPORT_SYMBOL vmlinux 0xe26c49ea pci_get_slot +EXPORT_SYMBOL vmlinux 0xe27200f0 jbd2_journal_check_used_features +EXPORT_SYMBOL vmlinux 0xe27d87a4 gen_pool_first_fit +EXPORT_SYMBOL vmlinux 0xe281f82b generic_file_write_iter +EXPORT_SYMBOL vmlinux 0xe28b6207 inet_csk_reqsk_queue_drop_and_put +EXPORT_SYMBOL vmlinux 0xe2974356 may_umount_tree +EXPORT_SYMBOL vmlinux 0xe29afac4 crypto_sha1_finup +EXPORT_SYMBOL vmlinux 0xe29c5e80 pci_get_device +EXPORT_SYMBOL vmlinux 0xe29d2d02 __genradix_ptr_alloc +EXPORT_SYMBOL vmlinux 0xe2aed61c xsk_get_pool_from_qid +EXPORT_SYMBOL vmlinux 0xe2c92f09 insert_inode_locked4 +EXPORT_SYMBOL vmlinux 0xe2ccf6fc nosteal_pipe_buf_ops +EXPORT_SYMBOL vmlinux 0xe2d5255a strcmp +EXPORT_SYMBOL vmlinux 0xe2d5ec88 scsi_device_put +EXPORT_SYMBOL vmlinux 0xe2dd0041 pci_get_class +EXPORT_SYMBOL vmlinux 0xe30b93f7 bio_init +EXPORT_SYMBOL vmlinux 0xe30be315 hdmi_vendor_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe32ab4d8 xxh64_digest +EXPORT_SYMBOL vmlinux 0xe33ea67c netpoll_setup +EXPORT_SYMBOL vmlinux 0xe35a0d61 no_seek_end_llseek_size +EXPORT_SYMBOL vmlinux 0xe35fb609 kmemdup +EXPORT_SYMBOL vmlinux 0xe36ce023 xp_dma_map +EXPORT_SYMBOL vmlinux 0xe39b2ea5 sha256 +EXPORT_SYMBOL vmlinux 0xe39e556b eth_mac_addr +EXPORT_SYMBOL vmlinux 0xe3b572b8 netdev_alert +EXPORT_SYMBOL vmlinux 0xe3d27384 skb_append +EXPORT_SYMBOL vmlinux 0xe3e64684 tcp_setsockopt +EXPORT_SYMBOL vmlinux 0xe3e7556e __dynamic_ibdev_dbg +EXPORT_SYMBOL vmlinux 0xe3ec2f2b alloc_chrdev_region +EXPORT_SYMBOL vmlinux 0xe3feba56 tasklet_unlock_spin_wait +EXPORT_SYMBOL vmlinux 0xe3ff2c41 get_random_u64 +EXPORT_SYMBOL vmlinux 0xe40b6589 dev_uc_add_excl +EXPORT_SYMBOL vmlinux 0xe40e0d1b iov_iter_bvec +EXPORT_SYMBOL vmlinux 0xe40e930b inet_pton_with_scope +EXPORT_SYMBOL vmlinux 0xe4265e40 pci_write_vpd +EXPORT_SYMBOL vmlinux 0xe43145f2 fb_blank +EXPORT_SYMBOL vmlinux 0xe43d9ab2 slash_name +EXPORT_SYMBOL vmlinux 0xe43ee9c4 cred_fscmp +EXPORT_SYMBOL vmlinux 0xe43f0451 kernel_sock_shutdown +EXPORT_SYMBOL vmlinux 0xe44200d9 tso_build_data +EXPORT_SYMBOL vmlinux 0xe4434e75 tcp_release_cb +EXPORT_SYMBOL vmlinux 0xe4578ac9 tls_client_hello_psk +EXPORT_SYMBOL vmlinux 0xe4921231 qdisc_tree_reduce_backlog +EXPORT_SYMBOL vmlinux 0xe4bc785b __tty_alloc_driver +EXPORT_SYMBOL vmlinux 0xe4c03c2f dquot_acquire +EXPORT_SYMBOL vmlinux 0xe4df9aec hdmi_drm_infoframe_unpack_only +EXPORT_SYMBOL vmlinux 0xe504d4fc brioctl_set +EXPORT_SYMBOL vmlinux 0xe5074c46 debug_set_level +EXPORT_SYMBOL vmlinux 0xe5094832 page_table_allocate_pgste +EXPORT_SYMBOL vmlinux 0xe50ddd10 fib_notifier_ops_unregister +EXPORT_SYMBOL vmlinux 0xe51ac367 datagram_poll +EXPORT_SYMBOL vmlinux 0xe5235966 wait_for_key_construction +EXPORT_SYMBOL vmlinux 0xe523ad75 synchronize_irq +EXPORT_SYMBOL vmlinux 0xe524e3e2 bcmp +EXPORT_SYMBOL vmlinux 0xe543a5cd debug_event_common +EXPORT_SYMBOL vmlinux 0xe5491c07 kill_litter_super +EXPORT_SYMBOL vmlinux 0xe555c7ab radix_tree_gang_lookup_tag +EXPORT_SYMBOL vmlinux 0xe562cbd9 pci_bus_add_devices +EXPORT_SYMBOL vmlinux 0xe56b0d0f stsch +EXPORT_SYMBOL vmlinux 0xe56c109d inet_get_local_port_range +EXPORT_SYMBOL vmlinux 0xe5704c0a genphy_config_eee_advert +EXPORT_SYMBOL vmlinux 0xe58090ca security_ib_endport_manage_subnet +EXPORT_SYMBOL vmlinux 0xe586cd10 pci_back_from_sleep +EXPORT_SYMBOL vmlinux 0xe58845de send_sig_info +EXPORT_SYMBOL vmlinux 0xe590dea3 sk_busy_loop_end +EXPORT_SYMBOL vmlinux 0xe5a56ecd idr_get_next +EXPORT_SYMBOL vmlinux 0xe5abe9f3 mtree_alloc_range +EXPORT_SYMBOL vmlinux 0xe5b86ccf param_ops_long +EXPORT_SYMBOL vmlinux 0xe5ba7580 xfrm4_udp_encap_rcv +EXPORT_SYMBOL vmlinux 0xe5c78a99 do_blank_screen +EXPORT_SYMBOL vmlinux 0xe5c7c2bc ethtool_aggregate_pause_stats +EXPORT_SYMBOL vmlinux 0xe5f31f94 tcf_get_next_chain +EXPORT_SYMBOL vmlinux 0xe5f4f8a1 netdev_lower_dev_get_private +EXPORT_SYMBOL vmlinux 0xe5fcfeaf softnet_data +EXPORT_SYMBOL vmlinux 0xe60e46e0 do_SAK +EXPORT_SYMBOL vmlinux 0xe61fdb38 netpoll_cleanup +EXPORT_SYMBOL vmlinux 0xe62d0908 crypto_sha3_final +EXPORT_SYMBOL vmlinux 0xe635519e sock_i_uid +EXPORT_SYMBOL vmlinux 0xe6422686 finish_no_open +EXPORT_SYMBOL vmlinux 0xe65f69b4 __dquot_free_space +EXPORT_SYMBOL vmlinux 0xe67b87fe kthread_bind +EXPORT_SYMBOL vmlinux 0xe67f9d26 ccw_device_resume +EXPORT_SYMBOL vmlinux 0xe6c5250a tty_flip_buffer_push +EXPORT_SYMBOL vmlinux 0xe6d2458e do_trace_netlink_extack +EXPORT_SYMBOL vmlinux 0xe6f1486d dql_reset +EXPORT_SYMBOL vmlinux 0xe6f35ef4 pci_clear_mwi +EXPORT_SYMBOL vmlinux 0xe70e184a xa_store +EXPORT_SYMBOL vmlinux 0xe713a97a irq_subclass_unregister +EXPORT_SYMBOL vmlinux 0xe713c018 blk_mq_tagset_busy_iter +EXPORT_SYMBOL vmlinux 0xe72328a7 tcf_exts_change +EXPORT_SYMBOL vmlinux 0xe733785b end_buffer_write_sync +EXPORT_SYMBOL vmlinux 0xe73625e4 d_set_fallthru +EXPORT_SYMBOL vmlinux 0xe73c15dd vmf_insert_pfn +EXPORT_SYMBOL vmlinux 0xe76ef24a dma_sync_sg_for_device +EXPORT_SYMBOL vmlinux 0xe777e808 sclp_ap_configure +EXPORT_SYMBOL vmlinux 0xe77dd75f set_blocksize +EXPORT_SYMBOL vmlinux 0xe7954613 generic_shutdown_super +EXPORT_SYMBOL vmlinux 0xe796129f netdev_name_in_use +EXPORT_SYMBOL vmlinux 0xe796f19a hdmi_audio_infoframe_pack +EXPORT_SYMBOL vmlinux 0xe798236d jiffies +EXPORT_SYMBOL vmlinux 0xe79b7a84 bdi_register +EXPORT_SYMBOL vmlinux 0xe7a46e02 d_prune_aliases +EXPORT_SYMBOL vmlinux 0xe7c61d76 __tracepoint_s390_cio_csch +EXPORT_SYMBOL vmlinux 0xe7d4daac seq_list_next +EXPORT_SYMBOL vmlinux 0xe7f8311d sock_efree +EXPORT_SYMBOL vmlinux 0xe7fb65c4 gpiochip_irq_reqres +EXPORT_SYMBOL vmlinux 0xe8060494 ipv6_mc_check_mld +EXPORT_SYMBOL vmlinux 0xe816048f tty_termios_copy_hw +EXPORT_SYMBOL vmlinux 0xe82490c5 ccw_device_dma_zalloc +EXPORT_SYMBOL vmlinux 0xe839b7ed touch_atime +EXPORT_SYMBOL vmlinux 0xe8487b91 crypto_sha512_finup +EXPORT_SYMBOL vmlinux 0xe858fbea xfrm_state_lookup_byaddr +EXPORT_SYMBOL vmlinux 0xe85bef8b scsi_rescan_device +EXPORT_SYMBOL vmlinux 0xe88559e1 proc_dointvec_jiffies +EXPORT_SYMBOL vmlinux 0xe8886d26 input_release_device +EXPORT_SYMBOL vmlinux 0xe89be705 tcp_sendmsg +EXPORT_SYMBOL vmlinux 0xe8b86836 __dev_remove_pack +EXPORT_SYMBOL vmlinux 0xe8ba125d kmemdup_nul +EXPORT_SYMBOL vmlinux 0xe8d285b2 nla_policy_len +EXPORT_SYMBOL vmlinux 0xe8f1b071 fqdir_init +EXPORT_SYMBOL vmlinux 0xe9020709 trace_seq_hex_dump +EXPORT_SYMBOL vmlinux 0xe914e41e strcpy +EXPORT_SYMBOL vmlinux 0xe9397889 unregister_binfmt +EXPORT_SYMBOL vmlinux 0xe943e161 neigh_table_clear +EXPORT_SYMBOL vmlinux 0xe9445f55 scsi_host_busy +EXPORT_SYMBOL vmlinux 0xe949f85b kill_pid +EXPORT_SYMBOL vmlinux 0xe94df00b fb_get_buffer_offset +EXPORT_SYMBOL vmlinux 0xe95107b3 dump_skip +EXPORT_SYMBOL vmlinux 0xe953b21f get_next_ino +EXPORT_SYMBOL vmlinux 0xe9614267 __register_nls +EXPORT_SYMBOL vmlinux 0xe965ca20 dma_resv_iter_first_unlocked +EXPORT_SYMBOL vmlinux 0xe97521d7 vfs_path_lookup +EXPORT_SYMBOL vmlinux 0xe985ad01 cad_pid +EXPORT_SYMBOL vmlinux 0xe994130a __xa_store +EXPORT_SYMBOL vmlinux 0xe995eee3 __percpu_counter_sum +EXPORT_SYMBOL vmlinux 0xe9bb595c fwnode_irq_get_byname +EXPORT_SYMBOL vmlinux 0xe9c58a09 tcw_finalize +EXPORT_SYMBOL vmlinux 0xe9cfbceb param_ops_ullong +EXPORT_SYMBOL vmlinux 0xe9d6dd83 bpf_map_get +EXPORT_SYMBOL vmlinux 0xe9d9316d input_enable_softrepeat +EXPORT_SYMBOL vmlinux 0xe9f7149c zlib_deflate_workspacesize +EXPORT_SYMBOL vmlinux 0xe9fcb616 mempool_alloc +EXPORT_SYMBOL vmlinux 0xea3c8e4e scsilun_to_int +EXPORT_SYMBOL vmlinux 0xea472888 simple_pin_fs +EXPORT_SYMBOL vmlinux 0xea6f9a36 zlib_deflate_dfltcc_enabled +EXPORT_SYMBOL vmlinux 0xea7daa08 __video_get_options +EXPORT_SYMBOL vmlinux 0xea872313 find_next_bit_inv +EXPORT_SYMBOL vmlinux 0xea90fb8d tcf_qevent_handle +EXPORT_SYMBOL vmlinux 0xea932e48 t10_pi_type1_ip +EXPORT_SYMBOL vmlinux 0xea963d78 dquot_drop +EXPORT_SYMBOL vmlinux 0xeaa2921b pci_release_resource +EXPORT_SYMBOL vmlinux 0xeaae35da bio_integrity_prep +EXPORT_SYMBOL vmlinux 0xeab04f06 netif_stacked_transfer_operstate +EXPORT_SYMBOL vmlinux 0xeabb865f ccw_device_get_id +EXPORT_SYMBOL vmlinux 0xead58fb9 print_hex_dump +EXPORT_SYMBOL vmlinux 0xeae8d2b1 tcp_syn_ack_timeout +EXPORT_SYMBOL vmlinux 0xeafc141f __posix_acl_chmod +EXPORT_SYMBOL vmlinux 0xeb011b3b ip_getsockopt +EXPORT_SYMBOL vmlinux 0xeb184017 pci_write_config_word +EXPORT_SYMBOL vmlinux 0xeb336935 netif_tx_lock +EXPORT_SYMBOL vmlinux 0xeb37101c audit_log_end +EXPORT_SYMBOL vmlinux 0xeb3e081c pci_request_selected_regions_exclusive +EXPORT_SYMBOL vmlinux 0xeb4288c9 input_set_poll_interval +EXPORT_SYMBOL vmlinux 0xeb489c0f phy_attach_direct +EXPORT_SYMBOL vmlinux 0xeb504fbb pci_enable_msix_range +EXPORT_SYMBOL vmlinux 0xeb52332a task_lookup_next_fd_rcu +EXPORT_SYMBOL vmlinux 0xeb6026f4 blk_mq_complete_request +EXPORT_SYMBOL vmlinux 0xeb653ca4 scsi_device_lookup +EXPORT_SYMBOL vmlinux 0xeb714631 bio_endio +EXPORT_SYMBOL vmlinux 0xeb734474 eth_get_headlen +EXPORT_SYMBOL vmlinux 0xeb82c179 vma_alloc_folio +EXPORT_SYMBOL vmlinux 0xeb9d15b5 phy_sfp_probe +EXPORT_SYMBOL vmlinux 0xeb9dc55b ap_owned_by_def_drv +EXPORT_SYMBOL vmlinux 0xeb9e913d sgl_alloc_order +EXPORT_SYMBOL vmlinux 0xeb9eef52 match_uint +EXPORT_SYMBOL vmlinux 0xebae238d inet_dgram_ops +EXPORT_SYMBOL vmlinux 0xebb44bf3 dev_mc_del +EXPORT_SYMBOL vmlinux 0xebbaa9e7 filemap_invalidate_unlock_two +EXPORT_SYMBOL vmlinux 0xebbc4b9c vfs_parse_monolithic_sep +EXPORT_SYMBOL vmlinux 0xebbc8935 kvmemdup +EXPORT_SYMBOL vmlinux 0xebbe8fa5 __netif_napi_del +EXPORT_SYMBOL vmlinux 0xebbf1dba strncasecmp +EXPORT_SYMBOL vmlinux 0xebcb8bdc kstrtoll_from_user +EXPORT_SYMBOL vmlinux 0xebd5f7ce cdrom_mode_sense +EXPORT_SYMBOL vmlinux 0xebd772a9 blk_mq_stop_hw_queue +EXPORT_SYMBOL vmlinux 0xebddfc39 touchscreen_parse_properties +EXPORT_SYMBOL vmlinux 0xebf795c1 pci_disable_ptm +EXPORT_SYMBOL vmlinux 0xec028146 tcp_sock_set_user_timeout +EXPORT_SYMBOL vmlinux 0xec1350c4 inet_dev_addr_type +EXPORT_SYMBOL vmlinux 0xec1dd20b inet6_ioctl +EXPORT_SYMBOL vmlinux 0xec328fba neigh_app_ns +EXPORT_SYMBOL vmlinux 0xec487171 md_handle_request +EXPORT_SYMBOL vmlinux 0xec5f126f blk_rq_init +EXPORT_SYMBOL vmlinux 0xec8314ec tty_hangup +EXPORT_SYMBOL vmlinux 0xec8696cc nf_ip6_checksum +EXPORT_SYMBOL vmlinux 0xec967f6c vfs_get_link +EXPORT_SYMBOL vmlinux 0xec9d7c8a __traceiter_s390_diagnose +EXPORT_SYMBOL vmlinux 0xeca5c669 xfrm_spd_getinfo +EXPORT_SYMBOL vmlinux 0xeca957d1 __bitmap_and +EXPORT_SYMBOL vmlinux 0xecb85659 add_to_page_cache_lru +EXPORT_SYMBOL vmlinux 0xeccba445 skb_copy_header +EXPORT_SYMBOL vmlinux 0xecd5d895 blk_rq_map_user +EXPORT_SYMBOL vmlinux 0xecd88011 md_bitmap_unplug +EXPORT_SYMBOL vmlinux 0xece784c2 rb_first +EXPORT_SYMBOL vmlinux 0xed1a5ec3 pci_disable_msix +EXPORT_SYMBOL vmlinux 0xed29cddb jbd2_journal_invalidate_folio +EXPORT_SYMBOL vmlinux 0xed2dab96 inc_zone_page_state +EXPORT_SYMBOL vmlinux 0xed495f85 dev_uc_unsync +EXPORT_SYMBOL vmlinux 0xed4fb3ed __getblk_gfp +EXPORT_SYMBOL vmlinux 0xed63ab39 jbd2_journal_start_reserved +EXPORT_SYMBOL vmlinux 0xed656e30 udp_encap_disable +EXPORT_SYMBOL vmlinux 0xed6eb166 qdisc_watchdog_init +EXPORT_SYMBOL vmlinux 0xed6f5bc6 dev_pre_changeaddr_notify +EXPORT_SYMBOL vmlinux 0xed904831 scsi_print_sense_hdr +EXPORT_SYMBOL vmlinux 0xed92a9d5 napi_build_skb +EXPORT_SYMBOL vmlinux 0xed9a3af0 km_new_mapping +EXPORT_SYMBOL vmlinux 0xeda2e038 scsi_cmd_allowed +EXPORT_SYMBOL vmlinux 0xedbaee5e nla_strcmp +EXPORT_SYMBOL vmlinux 0xedc03953 iounmap +EXPORT_SYMBOL vmlinux 0xedd17b31 sock_get_timeout +EXPORT_SYMBOL vmlinux 0xedee4eda skb_copy_expand +EXPORT_SYMBOL vmlinux 0xee08cada iucv_message_purge +EXPORT_SYMBOL vmlinux 0xee2d0fc7 _local_bh_enable +EXPORT_SYMBOL vmlinux 0xee4de4fb __traceiter_s390_cio_csch +EXPORT_SYMBOL vmlinux 0xee589411 flow_rule_match_enc_ip +EXPORT_SYMBOL vmlinux 0xee58e970 fb_add_videomode +EXPORT_SYMBOL vmlinux 0xee7ba02c skb_flow_dissector_init +EXPORT_SYMBOL vmlinux 0xee7cca3a seq_file_path +EXPORT_SYMBOL vmlinux 0xee8c02e9 vprintk_emit +EXPORT_SYMBOL vmlinux 0xee8d74d6 jiffies64_to_nsecs +EXPORT_SYMBOL vmlinux 0xee91879b rb_first_postorder +EXPORT_SYMBOL vmlinux 0xee9908e8 sock_recv_errqueue +EXPORT_SYMBOL vmlinux 0xeea9dbaf bitmap_bitremap +EXPORT_SYMBOL vmlinux 0xeeb09768 __inc_node_page_state +EXPORT_SYMBOL vmlinux 0xeeb61d57 __xfrm_dst_lookup +EXPORT_SYMBOL vmlinux 0xeec7c491 __task_pid_nr_ns +EXPORT_SYMBOL vmlinux 0xeed39c50 pci_bus_write_config_dword +EXPORT_SYMBOL vmlinux 0xeed65227 dump_page +EXPORT_SYMBOL vmlinux 0xeee0391e __icmp_send +EXPORT_SYMBOL vmlinux 0xeee42909 mr_fill_mroute +EXPORT_SYMBOL vmlinux 0xeee78372 cdrom_mode_select +EXPORT_SYMBOL vmlinux 0xeeed0674 prepare_to_swait_exclusive +EXPORT_SYMBOL vmlinux 0xef0f6845 dev_kfree_skb_any_reason +EXPORT_SYMBOL vmlinux 0xef2bd041 cdev_set_parent +EXPORT_SYMBOL vmlinux 0xef2c4db4 tcp_md5_key_copy +EXPORT_SYMBOL vmlinux 0xef3dac18 tcp_splice_read +EXPORT_SYMBOL vmlinux 0xef45d32c __kfifo_init +EXPORT_SYMBOL vmlinux 0xef6d75b7 napi_gro_flush +EXPORT_SYMBOL vmlinux 0xef817714 blk_queue_bounce_limit +EXPORT_SYMBOL vmlinux 0xef824c26 netpoll_poll_dev +EXPORT_SYMBOL vmlinux 0xef8fadf2 scsi_device_set_state +EXPORT_SYMBOL vmlinux 0xef941270 fb_show_logo +EXPORT_SYMBOL vmlinux 0xef99f1b6 netdev_set_tc_queue +EXPORT_SYMBOL vmlinux 0xefaf2e4f tcf_queue_work +EXPORT_SYMBOL vmlinux 0xefb37d0d ipv6_chk_addr_and_flags +EXPORT_SYMBOL vmlinux 0xefc67050 __cpu_active_mask +EXPORT_SYMBOL vmlinux 0xefc9f361 __bh_read +EXPORT_SYMBOL vmlinux 0xefe7cbf9 ccw_device_set_options +EXPORT_SYMBOL vmlinux 0xefeefc09 __SCK__tp_func_dma_fence_emit +EXPORT_SYMBOL vmlinux 0xf0009fee put_pages_list +EXPORT_SYMBOL vmlinux 0xf0036fb7 blkdev_issue_secure_erase +EXPORT_SYMBOL vmlinux 0xf0531912 ip_frag_init +EXPORT_SYMBOL vmlinux 0xf05c64f8 iucv_path_connect +EXPORT_SYMBOL vmlinux 0xf06482e0 atomic_dec_and_mutex_lock +EXPORT_SYMBOL vmlinux 0xf073fff9 nf_getsockopt +EXPORT_SYMBOL vmlinux 0xf080a4c0 netdev_refcnt_read +EXPORT_SYMBOL vmlinux 0xf08b5ead param_get_ushort +EXPORT_SYMBOL vmlinux 0xf08d576a security_inet_conn_request +EXPORT_SYMBOL vmlinux 0xf0984c3d udp_prot +EXPORT_SYMBOL vmlinux 0xf09b5d9a get_zeroed_page +EXPORT_SYMBOL vmlinux 0xf0ac1b41 finalize_exec +EXPORT_SYMBOL vmlinux 0xf0ea2318 __mutex_init +EXPORT_SYMBOL vmlinux 0xf0f6bbe5 __tracepoint_s390_cio_xsch +EXPORT_SYMBOL vmlinux 0xf0fc9aa8 sclp_cpi_set_data +EXPORT_SYMBOL vmlinux 0xf0fd8d0c phy_ethtool_get_link_ksettings +EXPORT_SYMBOL vmlinux 0xf0feb5d5 vm_iomap_memory +EXPORT_SYMBOL vmlinux 0xf11dd46e _page_poisoning_enabled_early +EXPORT_SYMBOL vmlinux 0xf1341eba mntget +EXPORT_SYMBOL vmlinux 0xf14728d0 dev_addr_del +EXPORT_SYMBOL vmlinux 0xf166b535 kmem_cache_alloc +EXPORT_SYMBOL vmlinux 0xf1690224 lockref_put_not_zero +EXPORT_SYMBOL vmlinux 0xf1691411 folio_migrate_copy +EXPORT_SYMBOL vmlinux 0xf18b2bb6 d_lookup +EXPORT_SYMBOL vmlinux 0xf18dd55e dma_fence_enable_sw_signaling +EXPORT_SYMBOL vmlinux 0xf195c682 fb_invert_cmaps +EXPORT_SYMBOL vmlinux 0xf1969a8e __usecs_to_jiffies +EXPORT_SYMBOL vmlinux 0xf196ed92 device_get_mac_address +EXPORT_SYMBOL vmlinux 0xf19d4030 security_unix_stream_connect +EXPORT_SYMBOL vmlinux 0xf1a9404a param_set_ulong +EXPORT_SYMBOL vmlinux 0xf1b458a1 ccw_device_clear_options +EXPORT_SYMBOL vmlinux 0xf1d64c96 pci_disable_link_state_locked +EXPORT_SYMBOL vmlinux 0xf1d992eb radix_tree_delete +EXPORT_SYMBOL vmlinux 0xf1db1704 nla_memcpy +EXPORT_SYMBOL vmlinux 0xf1e046cc panic +EXPORT_SYMBOL vmlinux 0xf1e4ddfe __skb_vlan_pop +EXPORT_SYMBOL vmlinux 0xf1e6c090 key_validate +EXPORT_SYMBOL vmlinux 0xf1e98c74 avenrun +EXPORT_SYMBOL vmlinux 0xf1f2ff7a scsi_partsize +EXPORT_SYMBOL vmlinux 0xf1f88a0e dm_kcopyd_prepare_callback +EXPORT_SYMBOL vmlinux 0xf223befc __netif_schedule +EXPORT_SYMBOL vmlinux 0xf22c1ee8 ptep_reset_dat_prot +EXPORT_SYMBOL vmlinux 0xf22ebf77 napi_get_frags +EXPORT_SYMBOL vmlinux 0xf233a8df generic_file_llseek_size +EXPORT_SYMBOL vmlinux 0xf23a05ea security_sock_graft +EXPORT_SYMBOL vmlinux 0xf23fcb99 __kfifo_in +EXPORT_SYMBOL vmlinux 0xf2465d84 read_cache_folio +EXPORT_SYMBOL vmlinux 0xf2474fe8 tcp_create_openreq_child +EXPORT_SYMBOL vmlinux 0xf258142c radix_tree_lookup_slot +EXPORT_SYMBOL vmlinux 0xf25ed853 gen_replace_estimator +EXPORT_SYMBOL vmlinux 0xf271efda nf_register_sockopt +EXPORT_SYMBOL vmlinux 0xf275e581 sock_queue_err_skb +EXPORT_SYMBOL vmlinux 0xf28b27c3 qdisc_create_dflt +EXPORT_SYMBOL vmlinux 0xf28cf0ae __hw_addr_init +EXPORT_SYMBOL vmlinux 0xf299d2fc touchscreen_report_pos +EXPORT_SYMBOL vmlinux 0xf2a8efae dm_kcopyd_do_callback +EXPORT_SYMBOL vmlinux 0xf2abe4e0 __skb_try_recv_datagram +EXPORT_SYMBOL vmlinux 0xf2b3b84d bpf_prog_get_type_path +EXPORT_SYMBOL vmlinux 0xf2b7c5f9 __ip_queue_xmit +EXPORT_SYMBOL vmlinux 0xf2c43f3f zlib_deflate +EXPORT_SYMBOL vmlinux 0xf2e5bd87 security_free_mnt_opts +EXPORT_SYMBOL vmlinux 0xf2f86ff1 ip_mc_inc_group +EXPORT_SYMBOL vmlinux 0xf30b934e ccw_device_is_multipath +EXPORT_SYMBOL vmlinux 0xf31066b5 iter_file_splice_write +EXPORT_SYMBOL vmlinux 0xf31c0d52 ioremap +EXPORT_SYMBOL vmlinux 0xf32c8b04 security_binder_transfer_file +EXPORT_SYMBOL vmlinux 0xf331286f deactivate_locked_super +EXPORT_SYMBOL vmlinux 0xf33185a0 seq_release_private +EXPORT_SYMBOL vmlinux 0xf3419d84 gpiochip_irq_relres +EXPORT_SYMBOL vmlinux 0xf34490b1 radix_tree_iter_resume +EXPORT_SYMBOL vmlinux 0xf346231f seq_list_start_head +EXPORT_SYMBOL vmlinux 0xf353a698 register_module_notifier +EXPORT_SYMBOL vmlinux 0xf3702b13 dquot_resume +EXPORT_SYMBOL vmlinux 0xf390f6f1 __bitmap_andnot +EXPORT_SYMBOL vmlinux 0xf3916987 global_cursor_default +EXPORT_SYMBOL vmlinux 0xf3932313 mb_cache_entry_wait_unused +EXPORT_SYMBOL vmlinux 0xf394a706 sock_set_sndtimeo +EXPORT_SYMBOL vmlinux 0xf3a9ed42 __dev_get_by_flags +EXPORT_SYMBOL vmlinux 0xf3ae2570 phy_error +EXPORT_SYMBOL vmlinux 0xf3b26b5f genphy_read_lpa +EXPORT_SYMBOL vmlinux 0xf3b74f79 __iucv_message_send +EXPORT_SYMBOL vmlinux 0xf3bab274 netdev_get_by_index +EXPORT_SYMBOL vmlinux 0xf3c9556f jbd2_fc_end_commit +EXPORT_SYMBOL vmlinux 0xf3ca733b hdmi_drm_infoframe_pack +EXPORT_SYMBOL vmlinux 0xf3d5feb6 disk_check_media_change +EXPORT_SYMBOL vmlinux 0xf3d6a9ba dev_uc_init +EXPORT_SYMBOL vmlinux 0xf3e0e1df allocate_resource +EXPORT_SYMBOL vmlinux 0xf3e305a4 mr_mfc_find_parent +EXPORT_SYMBOL vmlinux 0xf3e67a21 ip_sock_set_tos +EXPORT_SYMBOL vmlinux 0xf3e70d4b __traceiter_dma_fence_enable_signal +EXPORT_SYMBOL vmlinux 0xf3f60faf fget_raw +EXPORT_SYMBOL vmlinux 0xf4350ca6 __free_pages +EXPORT_SYMBOL vmlinux 0xf43725fb s390_arch_random_counter +EXPORT_SYMBOL vmlinux 0xf4420993 from_kprojid_munged +EXPORT_SYMBOL vmlinux 0xf44a904a net_ns_barrier +EXPORT_SYMBOL vmlinux 0xf44f852a phy_check_valid +EXPORT_SYMBOL vmlinux 0xf4502c97 lookup_positive_unlocked +EXPORT_SYMBOL vmlinux 0xf4643e21 device_get_ethdev_address +EXPORT_SYMBOL vmlinux 0xf47317de scsi_print_sense +EXPORT_SYMBOL vmlinux 0xf474c21c bitmap_print_to_pagebuf +EXPORT_SYMBOL vmlinux 0xf474fdcb kfree_const +EXPORT_SYMBOL vmlinux 0xf4776735 phy_ethtool_get_wol +EXPORT_SYMBOL vmlinux 0xf47a0767 inet_sk_get_local_port_range +EXPORT_SYMBOL vmlinux 0xf4a061e5 filemap_dirty_folio +EXPORT_SYMBOL vmlinux 0xf4b70013 vfs_mkobj +EXPORT_SYMBOL vmlinux 0xf4b7d667 dev_pick_tx_zero +EXPORT_SYMBOL vmlinux 0xf4ba82a0 inetdev_by_index +EXPORT_SYMBOL vmlinux 0xf4bb992f inetpeer_invalidate_tree +EXPORT_SYMBOL vmlinux 0xf4ca57b7 rtnl_configure_link +EXPORT_SYMBOL vmlinux 0xf4db35bc stpcpy +EXPORT_SYMBOL vmlinux 0xf4dbe733 unpin_user_pages +EXPORT_SYMBOL vmlinux 0xf4dc43df gro_cells_receive +EXPORT_SYMBOL vmlinux 0xf4f14de6 rtnl_trylock +EXPORT_SYMBOL vmlinux 0xf4f1d73f __kfifo_out_peek_r +EXPORT_SYMBOL vmlinux 0xf500908d md_bitmap_end_sync +EXPORT_SYMBOL vmlinux 0xf51bbdfc vlan_vid_del +EXPORT_SYMBOL vmlinux 0xf521b971 __nlmsg_put +EXPORT_SYMBOL vmlinux 0xf53d4c26 qdisc_class_hash_destroy +EXPORT_SYMBOL vmlinux 0xf54527f7 handshake_req_cancel +EXPORT_SYMBOL vmlinux 0xf55cc740 bpf_link_get_from_fd +EXPORT_SYMBOL vmlinux 0xf57064a5 inet_frag_destroy +EXPORT_SYMBOL vmlinux 0xf573e78d __vmalloc_array +EXPORT_SYMBOL vmlinux 0xf58fd5dc tcp_v4_mtu_reduced +EXPORT_SYMBOL vmlinux 0xf5b3bf39 inet_proto_csum_replace16 +EXPORT_SYMBOL vmlinux 0xf5bf101f seq_pad +EXPORT_SYMBOL vmlinux 0xf5c880ae ipv6_chk_custom_prefix +EXPORT_SYMBOL vmlinux 0xf5ca57ba genphy_aneg_done +EXPORT_SYMBOL vmlinux 0xf5d1bc2f bio_free_pages +EXPORT_SYMBOL vmlinux 0xf5d78c1a tc_setup_offload_action +EXPORT_SYMBOL vmlinux 0xf5e7e078 __folio_cancel_dirty +EXPORT_SYMBOL vmlinux 0xf5e7ea40 ktime_get_coarse_ts64 +EXPORT_SYMBOL vmlinux 0xf60766c5 ilookup5_nowait +EXPORT_SYMBOL vmlinux 0xf618753a iterate_supers_type +EXPORT_SYMBOL vmlinux 0xf62e2353 mini_qdisc_pair_init +EXPORT_SYMBOL vmlinux 0xf63d8723 import_single_range +EXPORT_SYMBOL vmlinux 0xf643d104 hsiphash_4u32 +EXPORT_SYMBOL vmlinux 0xf647b48e __inet_hash +EXPORT_SYMBOL vmlinux 0xf6563a91 xfrm_replay_seqhi +EXPORT_SYMBOL vmlinux 0xf65b61bc skb_trim +EXPORT_SYMBOL vmlinux 0xf665f74f sock_load_diag_module +EXPORT_SYMBOL vmlinux 0xf673cf3c md_wakeup_thread +EXPORT_SYMBOL vmlinux 0xf68285c0 register_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xf6834a55 jbd2_journal_clear_err +EXPORT_SYMBOL vmlinux 0xf695e382 dquot_initialize +EXPORT_SYMBOL vmlinux 0xf6a16af1 param_set_short +EXPORT_SYMBOL vmlinux 0xf6bbffaf blk_mq_rq_cpu +EXPORT_SYMBOL vmlinux 0xf6c3e4aa wait_for_completion_io +EXPORT_SYMBOL vmlinux 0xf6d5d681 tty_check_change +EXPORT_SYMBOL vmlinux 0xf6e693f7 skb_dump +EXPORT_SYMBOL vmlinux 0xf6ebc03b net_ratelimit +EXPORT_SYMBOL vmlinux 0xf6f9d58d init_on_free +EXPORT_SYMBOL vmlinux 0xf6fc8791 __bitmap_xor +EXPORT_SYMBOL vmlinux 0xf71f5e75 generic_permission +EXPORT_SYMBOL vmlinux 0xf729e4e4 ccw_device_start_timeout_key +EXPORT_SYMBOL vmlinux 0xf7370f56 system_state +EXPORT_SYMBOL vmlinux 0xf738d1be register_blocking_lsm_notifier +EXPORT_SYMBOL vmlinux 0xf74300d7 arch_vcpu_is_preempted +EXPORT_SYMBOL vmlinux 0xf7642e01 skb_checksum +EXPORT_SYMBOL vmlinux 0xf764fdde page_readlink +EXPORT_SYMBOL vmlinux 0xf77228c7 neigh_direct_output +EXPORT_SYMBOL vmlinux 0xf79df02d dma_resv_replace_fences +EXPORT_SYMBOL vmlinux 0xf79faab3 ip_send_check +EXPORT_SYMBOL vmlinux 0xf7b7270d dev_mc_add +EXPORT_SYMBOL vmlinux 0xf7c67f8d thaw_bdev +EXPORT_SYMBOL vmlinux 0xf7d71918 __kfifo_in_r +EXPORT_SYMBOL vmlinux 0xf7dbdcc2 zstd_end_stream +EXPORT_SYMBOL vmlinux 0xf7eb0d12 phy_read_paged +EXPORT_SYMBOL vmlinux 0xf7f15a8e _dev_info +EXPORT_SYMBOL vmlinux 0xf7f2b90e mdiobus_c45_write_nested +EXPORT_SYMBOL vmlinux 0xf80418b6 scsi_eh_restore_cmnd +EXPORT_SYMBOL vmlinux 0xf811e69d scsi_eh_flush_done_q +EXPORT_SYMBOL vmlinux 0xf8143b98 generic_copy_file_range +EXPORT_SYMBOL vmlinux 0xf81eddf0 __scm_send +EXPORT_SYMBOL vmlinux 0xf81fd636 arch_spin_relax +EXPORT_SYMBOL vmlinux 0xf82ec573 rb_prev +EXPORT_SYMBOL vmlinux 0xf830ec5d from_kuid_munged +EXPORT_SYMBOL vmlinux 0xf844170c ip_do_fragment +EXPORT_SYMBOL vmlinux 0xf84bd6ee bpf_stats_enabled_key +EXPORT_SYMBOL vmlinux 0xf85ec833 clear_page_dirty_for_io +EXPORT_SYMBOL vmlinux 0xf85fb185 sock_gettstamp +EXPORT_SYMBOL vmlinux 0xf860df89 mr_mfc_seq_idx +EXPORT_SYMBOL vmlinux 0xf888ca21 sg_init_table +EXPORT_SYMBOL vmlinux 0xf888f9db pci_scan_bridge +EXPORT_SYMBOL vmlinux 0xf8ab6f08 freeze_super +EXPORT_SYMBOL vmlinux 0xf8d07858 bitmap_from_arr32 +EXPORT_SYMBOL vmlinux 0xf8d7d329 file_open_root +EXPORT_SYMBOL vmlinux 0xf8d9f260 revert_creds +EXPORT_SYMBOL vmlinux 0xf8e0a127 get_tree_single_reconf +EXPORT_SYMBOL vmlinux 0xf8e25333 input_get_poll_interval +EXPORT_SYMBOL vmlinux 0xf8f61ebc wake_up_var +EXPORT_SYMBOL vmlinux 0xf927ea79 secpath_set +EXPORT_SYMBOL vmlinux 0xf92f1570 crypto_sha512_update +EXPORT_SYMBOL vmlinux 0xf93fd09c fb_find_mode_cvt +EXPORT_SYMBOL vmlinux 0xf94aad0f ip6_err_gen_icmpv6_unreach +EXPORT_SYMBOL vmlinux 0xf96a60d7 __cond_resched_rwlock_read +EXPORT_SYMBOL vmlinux 0xf9958396 kobject_add +EXPORT_SYMBOL vmlinux 0xf99b62b5 register_netdev +EXPORT_SYMBOL vmlinux 0xf9a06e0e ida_free +EXPORT_SYMBOL vmlinux 0xf9a482f9 msleep +EXPORT_SYMBOL vmlinux 0xf9c4726d __sk_queue_drop_skb +EXPORT_SYMBOL vmlinux 0xf9cbf327 skb_flow_dissect_ct +EXPORT_SYMBOL vmlinux 0xf9cd0a6b tcf_qevent_dump +EXPORT_SYMBOL vmlinux 0xf9d7e36f netpoll_send_udp +EXPORT_SYMBOL vmlinux 0xf9ef2873 vfs_setpos +EXPORT_SYMBOL vmlinux 0xf9f0c1a3 dma_fence_signal_locked +EXPORT_SYMBOL vmlinux 0xfa025df5 cpu_rmap_update +EXPORT_SYMBOL vmlinux 0xfa042227 gnet_stats_add_basic +EXPORT_SYMBOL vmlinux 0xfa08c34a page_offline_end +EXPORT_SYMBOL vmlinux 0xfa317320 locks_free_lock +EXPORT_SYMBOL vmlinux 0xfa374e56 give_up_console +EXPORT_SYMBOL vmlinux 0xfa42ffa4 qdisc_warn_nonwc +EXPORT_SYMBOL vmlinux 0xfa4d2f03 __nla_parse +EXPORT_SYMBOL vmlinux 0xfa599bb2 netlink_register_notifier +EXPORT_SYMBOL vmlinux 0xfa5e0f9e get_ipc_ns_exported +EXPORT_SYMBOL vmlinux 0xfa631e58 seg6_hmac_net_exit +EXPORT_SYMBOL vmlinux 0xfa83367d tty_name +EXPORT_SYMBOL vmlinux 0xfa94de80 jbd2_journal_force_commit +EXPORT_SYMBOL vmlinux 0xfa9ef207 kernel_listen +EXPORT_SYMBOL vmlinux 0xfaaa12d0 _page_poisoning_enabled +EXPORT_SYMBOL vmlinux 0xfaace47c blk_queue_update_dma_alignment +EXPORT_SYMBOL vmlinux 0xfab92a6f phy_do_ioctl_running +EXPORT_SYMBOL vmlinux 0xfaba8411 inet_csk_reqsk_queue_drop +EXPORT_SYMBOL vmlinux 0xfac19588 __clear_user +EXPORT_SYMBOL vmlinux 0xfac8865f sysctl_wmem_max +EXPORT_SYMBOL vmlinux 0xfad0a96a fb_io_write +EXPORT_SYMBOL vmlinux 0xfad9938d input_unregister_handler +EXPORT_SYMBOL vmlinux 0xfae80be2 security_inet_conn_established +EXPORT_SYMBOL vmlinux 0xfaecb308 memcg_bpf_enabled_key +EXPORT_SYMBOL vmlinux 0xfafd9c47 kernel_connect +EXPORT_SYMBOL vmlinux 0xfb01a5a7 xfrm_lookup_route +EXPORT_SYMBOL vmlinux 0xfb14ff33 kmem_cache_create +EXPORT_SYMBOL vmlinux 0xfb196662 poll_initwait +EXPORT_SYMBOL vmlinux 0xfb34fad4 __nla_reserve_64bit +EXPORT_SYMBOL vmlinux 0xfb384d37 kasprintf +EXPORT_SYMBOL vmlinux 0xfb393252 dev_get_by_name +EXPORT_SYMBOL vmlinux 0xfb482dd1 __traceiter_s390_cio_stsch +EXPORT_SYMBOL vmlinux 0xfb4c0337 filemap_fdatawait_keep_errors +EXPORT_SYMBOL vmlinux 0xfb582b77 lock_two_nondirectories +EXPORT_SYMBOL vmlinux 0xfb6af58d recalc_sigpending +EXPORT_SYMBOL vmlinux 0xfb98de86 udplite_prot +EXPORT_SYMBOL vmlinux 0xfba7a5f5 __get_random_u32_below +EXPORT_SYMBOL vmlinux 0xfba7ddd2 match_u64 +EXPORT_SYMBOL vmlinux 0xfbaaf01e console_lock +EXPORT_SYMBOL vmlinux 0xfbab2dcc sb_set_blocksize +EXPORT_SYMBOL vmlinux 0xfbad3cf0 scsi_normalize_sense +EXPORT_SYMBOL vmlinux 0xfbc4f89e io_schedule_timeout +EXPORT_SYMBOL vmlinux 0xfbc73618 jbd2_journal_forget +EXPORT_SYMBOL vmlinux 0xfbd86522 mr_table_dump +EXPORT_SYMBOL vmlinux 0xfbf0f578 mptcp_subflow_reqsk_alloc +EXPORT_SYMBOL vmlinux 0xfbf4d1d0 rtnl_create_link +EXPORT_SYMBOL vmlinux 0xfbfcc009 dma_fence_describe +EXPORT_SYMBOL vmlinux 0xfc20992d tso_start +EXPORT_SYMBOL vmlinux 0xfc35d24d pcie_capability_write_word +EXPORT_SYMBOL vmlinux 0xfc421e79 gnet_stats_add_queue +EXPORT_SYMBOL vmlinux 0xfc5d8e4d is_bad_inode +EXPORT_SYMBOL vmlinux 0xfc5e0135 sock_recvmsg +EXPORT_SYMBOL vmlinux 0xfc5e0784 ip_sock_set_pktinfo +EXPORT_SYMBOL vmlinux 0xfc5ef67f ip_sock_set_mtu_discover +EXPORT_SYMBOL vmlinux 0xfc61384b scsi_vpd_lun_id +EXPORT_SYMBOL vmlinux 0xfc8a6e77 dma_unmap_resource +EXPORT_SYMBOL vmlinux 0xfcd1819a hdmi_spd_infoframe_check +EXPORT_SYMBOL vmlinux 0xfcd491e9 dma_sync_single_for_cpu +EXPORT_SYMBOL vmlinux 0xfcdeff8c __folio_lock +EXPORT_SYMBOL vmlinux 0xfcea0408 call_usermodehelper_exec +EXPORT_SYMBOL vmlinux 0xfcec0987 enable_irq +EXPORT_SYMBOL vmlinux 0xfcf4707b scsi_vpd_tpg_id +EXPORT_SYMBOL vmlinux 0xfd0079b1 hmm_range_fault +EXPORT_SYMBOL vmlinux 0xfd145b9e flush_signals +EXPORT_SYMBOL vmlinux 0xfd2c7345 get_tree_nodev +EXPORT_SYMBOL vmlinux 0xfd2da252 scsi_is_host_device +EXPORT_SYMBOL vmlinux 0xfd76f166 lockref_put_or_lock +EXPORT_SYMBOL vmlinux 0xfd81cb79 hdmi_audio_infoframe_pack_for_dp +EXPORT_SYMBOL vmlinux 0xfd9a9866 stfle_fac_list +EXPORT_SYMBOL vmlinux 0xfda040b7 get_tree_single +EXPORT_SYMBOL vmlinux 0xfdb2fe8f __debug_sprintf_event +EXPORT_SYMBOL vmlinux 0xfdb644ef folio_wait_private_2_killable +EXPORT_SYMBOL vmlinux 0xfdb7f6a9 finish_wait +EXPORT_SYMBOL vmlinux 0xfdbb7967 sync_blockdev_range +EXPORT_SYMBOL vmlinux 0xfdc0eb26 security_binder_transaction +EXPORT_SYMBOL vmlinux 0xfdc46fe2 netdev_adjacent_change_prepare +EXPORT_SYMBOL vmlinux 0xfdc5a6a1 input_close_device +EXPORT_SYMBOL vmlinux 0xfdcc8a0e fb_find_best_display +EXPORT_SYMBOL vmlinux 0xfdcd0fbc __cgroup_bpf_run_filter_sock_addr +EXPORT_SYMBOL vmlinux 0xfde493b1 generic_remap_file_range_prep +EXPORT_SYMBOL vmlinux 0xfdeb94c9 dev_mc_unsync +EXPORT_SYMBOL vmlinux 0xfe029963 unregister_inetaddr_notifier +EXPORT_SYMBOL vmlinux 0xfe1a1d50 dma_fence_default_wait +EXPORT_SYMBOL vmlinux 0xfe37f485 __vfs_removexattr +EXPORT_SYMBOL vmlinux 0xfe3cd0a8 dev_open +EXPORT_SYMBOL vmlinux 0xfe458d9b pcie_capability_clear_and_set_word_unlocked +EXPORT_SYMBOL vmlinux 0xfe487975 init_wait_entry +EXPORT_SYMBOL vmlinux 0xfe524436 dma_fence_free +EXPORT_SYMBOL vmlinux 0xfe5d4bb2 sys_tz +EXPORT_SYMBOL vmlinux 0xfe5f7c0a param_get_invbool +EXPORT_SYMBOL vmlinux 0xfe7a3eec simple_empty +EXPORT_SYMBOL vmlinux 0xfe9e68a7 update_region +EXPORT_SYMBOL vmlinux 0xfeb5374c genphy_write_mmd_unsupported +EXPORT_SYMBOL vmlinux 0xfedcdb60 seq_hlist_next_percpu +EXPORT_SYMBOL vmlinux 0xfee12c77 __kfree_skb +EXPORT_SYMBOL vmlinux 0xfeed38f8 jbd2_journal_put_journal_head +EXPORT_SYMBOL vmlinux 0xff0a4df9 dcbnl_ieee_notify +EXPORT_SYMBOL vmlinux 0xff1e9dd8 seq_list_start +EXPORT_SYMBOL vmlinux 0xff1f0ae2 add_virt_timer +EXPORT_SYMBOL vmlinux 0xff2a3327 tcf_idr_search +EXPORT_SYMBOL vmlinux 0xff30e116 generic_buffers_fsync_noflush +EXPORT_SYMBOL vmlinux 0xff33724b dma_fence_match_context +EXPORT_SYMBOL vmlinux 0xff38b597 inet_release +EXPORT_SYMBOL vmlinux 0xff41a709 __tracepoint_kmalloc +EXPORT_SYMBOL vmlinux 0xff4291c7 xsk_uses_need_wakeup +EXPORT_SYMBOL vmlinux 0xff5420d2 input_set_keycode +EXPORT_SYMBOL vmlinux 0xff6878cf fb_default_cmap +EXPORT_SYMBOL vmlinux 0xff6ac0c1 kthread_create_on_node +EXPORT_SYMBOL vmlinux 0xff7926ac fscrypt_free_inode +EXPORT_SYMBOL vmlinux 0xff7ad1b5 krealloc +EXPORT_SYMBOL vmlinux 0xff876f4a file_write_and_wait_range +EXPORT_SYMBOL vmlinux 0xff8b56a9 wait_for_completion_timeout +EXPORT_SYMBOL vmlinux 0xff95e0c7 dma_fence_wait_timeout +EXPORT_SYMBOL vmlinux 0xff9ceb0c kthread_create_worker_on_cpu +EXPORT_SYMBOL vmlinux 0xff9cf0ae generic_delete_inode +EXPORT_SYMBOL vmlinux 0xff9f3474 fb_set_cmap +EXPORT_SYMBOL vmlinux 0xffae0d41 blk_mq_end_request +EXPORT_SYMBOL vmlinux 0xffbf5a41 wait_for_completion_killable +EXPORT_SYMBOL vmlinux 0xffcc4ec7 tcp_bpf_bypass_getsockopt +EXPORT_SYMBOL vmlinux 0xffe91671 register_mii_timestamper +EXPORT_SYMBOL vmlinux 0xffedc5ab pci_enable_link_state +EXPORT_SYMBOL vmlinux 0xffeea376 fb_pan_display +EXPORT_SYMBOL vmlinux 0xffeedf6a delayed_work_timer_fn +EXPORT_SYMBOL_GPL arch/s390/net/pnet 0xb3c814e4 pnet_id_by_dev_port +EXPORT_SYMBOL_GPL crypto/af_alg 0x039db768 af_alg_accept +EXPORT_SYMBOL_GPL crypto/af_alg 0x1b2476fb af_alg_release +EXPORT_SYMBOL_GPL crypto/af_alg 0x27e92408 af_alg_async_cb +EXPORT_SYMBOL_GPL crypto/af_alg 0x2d11f664 af_alg_release_parent +EXPORT_SYMBOL_GPL crypto/af_alg 0x80b95e03 af_alg_free_resources +EXPORT_SYMBOL_GPL crypto/af_alg 0x940076f7 af_alg_poll +EXPORT_SYMBOL_GPL crypto/af_alg 0xa80487a6 af_alg_count_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xa8507f48 af_alg_unregister_type +EXPORT_SYMBOL_GPL crypto/af_alg 0xb6e44692 af_alg_pull_tsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xb984d37c af_alg_free_sg +EXPORT_SYMBOL_GPL crypto/af_alg 0xbacd3db2 af_alg_wait_for_data +EXPORT_SYMBOL_GPL crypto/af_alg 0xc221d67a af_alg_get_rsgl +EXPORT_SYMBOL_GPL crypto/af_alg 0xcc938d6e af_alg_sendmsg +EXPORT_SYMBOL_GPL crypto/af_alg 0xd7aae36f af_alg_alloc_areq +EXPORT_SYMBOL_GPL crypto/af_alg 0xdad6af01 af_alg_wmem_wakeup +EXPORT_SYMBOL_GPL crypto/af_alg 0xe6bf1b39 af_alg_register_type +EXPORT_SYMBOL_GPL crypto/async_tx/async_memcpy 0x098196b9 async_memcpy +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x41b054a1 async_syndrome_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_pq 0x696bc3bd async_gen_syndrome +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0x35fac614 async_raid6_2data_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_raid6_recov 0xb479224c async_raid6_datap_recov +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x200ed7bc async_tx_submit +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x24bc01f4 async_tx_quiesce +EXPORT_SYMBOL_GPL crypto/async_tx/async_tx 0x4ad2f7ac async_trigger_callback +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x03509735 async_xor_val +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x198bc8b9 async_xor_val_offs +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0x2adc5119 async_xor +EXPORT_SYMBOL_GPL crypto/async_tx/async_xor 0xef6fc11a async_xor_offs +EXPORT_SYMBOL_GPL crypto/authenc 0x2479193e crypto_authenc_extractkeys +EXPORT_SYMBOL_GPL crypto/blowfish_common 0x6ea13c14 blowfish_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x188d9d26 __cast5_decrypt +EXPORT_SYMBOL_GPL crypto/cast5_generic 0x218501d6 cast5_setkey +EXPORT_SYMBOL_GPL crypto/cast5_generic 0xef81a4af __cast5_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0x3dbae082 __cast6_decrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xcfce512f __cast6_encrypt +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xd76a5716 __cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast6_generic 0xf03aac6b cast6_setkey +EXPORT_SYMBOL_GPL crypto/cast_common 0x5609ce41 cast_s2 +EXPORT_SYMBOL_GPL crypto/cast_common 0x5b17be06 cast_s4 +EXPORT_SYMBOL_GPL crypto/cast_common 0xb9cba57f cast_s3 +EXPORT_SYMBOL_GPL crypto/cast_common 0xbd3e7542 cast_s1 +EXPORT_SYMBOL_GPL crypto/cryptd 0x0adeb053 cryptd_alloc_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x0d60d864 cryptd_free_aead +EXPORT_SYMBOL_GPL crypto/cryptd 0x2f5a005b cryptd_free_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x2f784a73 cryptd_ahash_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0x40e5d66f cryptd_alloc_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0x599d8672 cryptd_shash_desc +EXPORT_SYMBOL_GPL crypto/cryptd 0x684013be cryptd_skcipher_child +EXPORT_SYMBOL_GPL crypto/cryptd 0x89403eb1 cryptd_alloc_ahash +EXPORT_SYMBOL_GPL crypto/cryptd 0x8c1f0242 cryptd_skcipher_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0xa57c9c03 cryptd_aead_child +EXPORT_SYMBOL_GPL crypto/cryptd 0xc1afeefc cryptd_aead_queued +EXPORT_SYMBOL_GPL crypto/cryptd 0xdf9c43bb cryptd_free_skcipher +EXPORT_SYMBOL_GPL crypto/cryptd 0xfe2a9923 cryptd_ahash_child +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x029fd476 crypto_transfer_akcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x14fe2b73 crypto_finalize_akcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x662657cb crypto_engine_exit +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x6fa122ff crypto_finalize_hash_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x7731c328 crypto_finalize_skcipher_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x79c1c3d9 crypto_engine_alloc_init +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x8396ed5b crypto_transfer_kpp_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x8dd9e061 crypto_transfer_skcipher_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x9693d1cf crypto_transfer_aead_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x9b824ec4 crypto_engine_stop +EXPORT_SYMBOL_GPL crypto/crypto_engine 0x9e5c52aa crypto_transfer_hash_request_to_engine +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xae35eb5e crypto_finalize_kpp_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xb197f186 crypto_finalize_aead_request +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xbd11601b crypto_engine_alloc_init_and_set +EXPORT_SYMBOL_GPL crypto/crypto_engine 0xd6adf52d crypto_engine_start +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0x33b866ce crypto_ecdh_decode_key +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0x7475be8e crypto_ecdh_key_len +EXPORT_SYMBOL_GPL crypto/ecdh_generic 0xb230d2ec crypto_ecdh_encode_key +EXPORT_SYMBOL_GPL crypto/serpent_generic 0x4eb4c55e __serpent_encrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xbcc074f3 __serpent_decrypt +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xc85a3799 serpent_setkey +EXPORT_SYMBOL_GPL crypto/serpent_generic 0xd4c9681a __serpent_setkey +EXPORT_SYMBOL_GPL crypto/sm2_generic 0xff04ea5e sm2_compute_z_digest +EXPORT_SYMBOL_GPL crypto/sm3 0xa98edad1 sm3_update +EXPORT_SYMBOL_GPL crypto/sm3 0xf04338f9 sm3_final +EXPORT_SYMBOL_GPL crypto/twofish_common 0x4ea1ffb2 twofish_setkey +EXPORT_SYMBOL_GPL crypto/twofish_common 0xe22b7787 __twofish_setkey +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-i2c 0x18d1f897 __devm_regmap_init_i2c +EXPORT_SYMBOL_GPL drivers/base/regmap/regmap-i2c 0x5892b3f4 __regmap_init_i2c +EXPORT_SYMBOL_GPL drivers/fpga/altera-pr-ip-core 0xd3b7ee69 alt_pr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x1f6a504b fpga_mgr_put +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x26854d2a fpga_mgr_unlock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x2d5a3b70 devm_fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0x2fe7ab5a fpga_mgr_unregister +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xa257c505 of_fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xa67185ef fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xa937a0e5 fpga_image_info_free +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xb20aa732 fpga_mgr_get +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xcdcc0440 fpga_mgr_register_full +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xe598c494 fpga_mgr_lock +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xf4b90668 devm_fpga_mgr_register +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xf4b9b59d fpga_mgr_load +EXPORT_SYMBOL_GPL drivers/fpga/fpga-mgr 0xf5f02d43 fpga_image_info_alloc +EXPORT_SYMBOL_GPL drivers/gpio/gpio-generic 0xdd01e510 bgpio_init +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x02a994f2 idio_16_get +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x1bf5ac5a idio_16_set +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x40f176c1 idio_16_get_multiple +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0x8e08818b idio_16_set_multiple +EXPORT_SYMBOL_GPL drivers/gpio/gpio-idio-16 0xa143e5cb idio_16_state_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x09ac53f3 drm_class_device_unregister +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x0eef72bf drm_bridge_hpd_enable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x12bab9d9 drm_bridge_hpd_notify +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x3aa1611a drm_bridge_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x435f3604 drm_do_get_edid +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x519263ba drm_bridge_get_modes +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x78e31889 drm_gem_dumb_map_offset +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x7d648276 drm_bridge_detect +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0x8bffc4b1 drm_class_device_register +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xaf1d82c6 drm_bridge_hpd_disable +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xf06f5a0b drm_crtc_add_crc_entry +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm 0xf5fc85e0 drmm_kstrdup +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x3ac72b0c drm_gem_fb_get_obj +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x4f02befb drm_gem_fb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x5cea1895 drm_gem_fb_afbc_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x8c1c7f3c drm_gem_fb_init_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x94f5747e drm_bridge_connector_init +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0x9a5f1a8c drm_gem_plane_helper_prepare_fb +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xb569da6a drm_gem_fb_create_with_funcs +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_kms_helper 0xc68d04dc drm_gem_fb_create_with_dirty +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x0d3fef0b drm_gem_shmem_prime_import_sg_table +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x0eef3c89 drm_gem_shmem_get_pages_sgt +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x3d1d26df drm_gem_shmem_vm_ops +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x506ca217 drm_gem_shmem_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x691857ab drm_gem_shmem_free +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0x83d04775 drm_gem_shmem_dumb_create +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xb1bdb992 drm_gem_shmem_mmap +EXPORT_SYMBOL_GPL drivers/gpu/drm/drm_shmem_helper 0xc27286f1 drm_gem_shmem_get_sg_table +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x2c65cb4e intel_th_set_output +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x2c79fac4 intel_th_driver_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x39b9b977 intel_th_trace_switch +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0x4a4d3955 intel_th_trace_disable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xc3d34b37 intel_th_trace_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xc5168323 intel_th_output_enable +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xeeebdf2f intel_th_free +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xfe2ecde4 intel_th_driver_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th 0xff9d8236 intel_th_alloc +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xd916434e intel_th_msu_buffer_unregister +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xf29440fe intel_th_msu_buffer_register +EXPORT_SYMBOL_GPL drivers/hwtracing/intel_th/intel_th_msu 0xfdd3208f intel_th_msc_window_unlock +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x1354b0d0 to_pdrv_policy_node +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x25eeb43b stm_source_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x551d2738 stm_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x58f3a1bc stm_data_write +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0x752c7e16 stm_source_unregister_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xbca855a5 stm_register_device +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xe5bda10f stm_unregister_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xf19b8a99 stm_register_protocol +EXPORT_SYMBOL_GPL drivers/hwtracing/stm/stm_core 0xf209c24a stm_source_register_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x11a2748a i2c_get_device_id +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x25ac4836 i2c_match_id +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x304676a0 i2c_adapter_type +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x314caac3 i2c_generic_scl_recovery +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x3411fcbd i2c_unregister_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x3672f078 i2c_handle_smbus_host_notify +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x42041512 i2c_get_dma_safe_msg_buf +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x4dae16e4 i2c_put_dma_safe_msg_buf +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x501e5100 i2c_client_get_device_id +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x520dea04 i2c_adapter_depth +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x550f3e05 i2c_freq_mode_string +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x61598178 i2c_recover_bus +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x6d76b8f8 i2c_new_client_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x70467de8 devm_i2c_add_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x71a53cd0 i2c_probe_func_quick_read +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x735ec827 i2c_new_ancillary_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x792ede4e i2c_for_each_dev +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x84ff42b8 devm_i2c_new_dummy_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x883dff33 i2c_new_smbus_alert_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x97510d60 i2c_bus_type +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0x9ad30881 i2c_new_dummy_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0xa924af3b i2c_new_scanned_device +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0xb2d203c4 i2c_client_type +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0xb2db74d6 i2c_parse_fw_timings +EXPORT_SYMBOL_GPL drivers/i2c/i2c-core 0xddb03ddf i2c_add_numbered_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x752c81a0 i2c_mux_alloc +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0x86e70369 i2c_mux_del_adapters +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xb0732ff4 i2c_root_adapter +EXPORT_SYMBOL_GPL drivers/i2c/i2c-mux 0xd6ca17e0 i2c_mux_add_adapter +EXPORT_SYMBOL_GPL drivers/infiniband/core/ib_core 0xdbd019c4 ib_wq +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x204abb8f rtrs_cq_qp_destroy +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x2fe3162b rtrs_iu_post_recv +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x3ffe1a47 rtrs_send_hb_ack +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x4e3191a2 rtrs_iu_post_rdma_write_imm +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x80199f07 rtrs_post_recv_empty +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0x831994fa rtrs_init_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xb4bfc74c rtrs_iu_post_send +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xc2a89866 rtrs_start_hb +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xc48c513b rtrs_cq_qp_create +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xcb4cc443 rtrs_iu_alloc +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xe1b7e87a rtrs_iu_free +EXPORT_SYMBOL_GPL drivers/infiniband/ulp/rtrs/rtrs-core 0xf1b1aef0 rtrs_stop_hb +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x048ea103 __traceiter_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x04b25810 __tracepoint_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x04d38d09 __traceiter_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x05058957 __tracepoint_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x063306f1 __tracepoint_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x065ad456 __traceiter_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x06bceaa1 __SCK__tp_func_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0bc0be45 __SCK__tp_func_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x0eb8d940 __traceiter_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x15f3de09 __SCK__tp_func_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x17a83e40 __traceiter_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x17cffc23 __traceiter_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x181a1930 __SCK__tp_func_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1b083369 __SCK__tp_func_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1c599ebe __traceiter_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x1c83d5b7 __SCK__tp_func_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x22636347 __traceiter_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x22ae6324 __SCK__tp_func_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x262828cc __traceiter_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2766fb04 __traceiter_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2af60833 __SCK__tp_func_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x2ba233b2 __traceiter_bcache_btree_set_root +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x362eda19 __tracepoint_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x37808fd7 __tracepoint_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x37b31e4f __tracepoint_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x37d5796b __traceiter_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3a0cba6c __traceiter_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3a3eb678 __tracepoint_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x3feb7def __tracepoint_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x44bb87a3 __tracepoint_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x46c66897 __SCK__tp_func_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x47b2af54 __tracepoint_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4a2d1241 __SCK__tp_func_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x4b96c8a0 __tracepoint_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x51d0e534 __SCK__tp_func_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x51f9fe1e __traceiter_bcache_btree_node_split +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5d322edd __traceiter_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5d9c8fc8 __SCK__tp_func_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5f9386a1 __tracepoint_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x5fd7c423 __SCK__tp_func_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6026e276 __SCK__tp_func_bcache_bypass_congested +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6119e203 __tracepoint_bcache_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x64e39418 __traceiter_bcache_writeback_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x66232cfe __tracepoint_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6697827f __SCK__tp_func_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6a222870 __traceiter_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6e74dca7 __SCK__tp_func_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x6e7df078 __tracepoint_bcache_writeback +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x70c2502a __traceiter_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x71a90620 __tracepoint_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x79eeb380 __SCK__tp_func_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x80e3881d __SCK__tp_func_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x81d4d2d1 __tracepoint_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8ad20d61 __SCK__tp_func_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8b9fa1d8 __tracepoint_bcache_read_retry +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8bba9251 __tracepoint_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x8f7308be __tracepoint_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x93c8c39b __tracepoint_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9a6f4d9f __SCK__tp_func_bcache_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0x9ce21c84 __SCK__tp_func_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa09a6b09 __tracepoint_bcache_btree_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa187023e __SCK__tp_func_bcache_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa493900c __traceiter_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa64134e4 __SCK__tp_func_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa654b46b __traceiter_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa65db96b __traceiter_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xa842a5c8 __SCK__tp_func_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xad6440b4 __traceiter_bcache_gc_copy +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb3a51da3 __traceiter_bcache_request_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb5a62a8c __traceiter_bcache_cache_insert +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xb879d9de __traceiter_bcache_btree_node_compact +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xba843c3f __SCK__tp_func_bcache_gc_end +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xc8ae4213 __SCK__tp_func_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xcfc918f0 __traceiter_bcache_btree_node_free +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd06f5102 __traceiter_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd4c5f57f __traceiter_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd8aa1746 __tracepoint_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xd9f63855 __tracepoint_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xda06fe86 __SCK__tp_func_bcache_btree_node_alloc_fail +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xdd1455a7 __tracepoint_bcache_journal_entry_full +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xe16c06b3 __SCK__tp_func_bcache_gc_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xea3a1ab2 __tracepoint_bcache_request_start +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xec29e22a __traceiter_bcache_gc_copy_collision +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xec3327c6 __tracepoint_bcache_btree_node_alloc +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xec92a163 __SCK__tp_func_bcache_btree_cache_cannibalize +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xeffe6ee5 __traceiter_bcache_invalidate +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf021519f __tracepoint_bcache_btree_gc_coalesce +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf6249e5f __SCK__tp_func_bcache_journal_replay_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xf66d2d52 __traceiter_bcache_btree_read +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfc0a0b57 __tracepoint_bcache_journal_write +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfd5d057b __tracepoint_bcache_bypass_sequential +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfd6b5d80 __SCK__tp_func_bcache_btree_insert_key +EXPORT_SYMBOL_GPL drivers/md/bcache/bcache 0xfed8327b __tracepoint_bcache_journal_full +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x011d4d1d dm_cell_lock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x037651d8 dm_cell_unlock_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x17dd39d6 dm_deferred_set_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x2eb01e04 dm_deferred_set_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x3390610a dm_cell_promote_or_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x439aa73b dm_bio_prison_alloc_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x4a266f24 dm_cell_error +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x500ce4ef dm_bio_prison_free_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x55da01e2 dm_bio_prison_free_cell_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x5c4356fc dm_cell_quiesce_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x6791a44e dm_deferred_entry_dec +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x692e8c85 dm_cell_release_no_holder +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x753e20b2 dm_bio_prison_create +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0x8734cd80 dm_cell_put_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xa28612cf dm_cell_get_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xa7295713 dm_get_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xace9b57b dm_bio_prison_destroy_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb6d5c65d dm_deferred_set_add_work +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xb70b342a dm_bio_prison_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xca2e3a88 dm_deferred_entry_inc +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd2db78df dm_bio_detain +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xd99e003d dm_bio_prison_create_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xe13733b1 dm_cell_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xef4bf4ea dm_cell_visit_release +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xf4a62578 dm_cell_lock_promote_v2 +EXPORT_SYMBOL_GPL drivers/md/dm-bio-prison 0xf7de6db8 dm_bio_prison_alloc_cell +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x0ad0dc4f dm_bufio_mark_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x24772bfe dm_bufio_get +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x2e0774dc dm_bufio_get_block_number +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x656100cc dm_bufio_client_reset +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6a2f40e1 dm_bufio_mark_partial_buffer_dirty +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6aebce95 dm_bufio_issue_discard +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6cdb2d56 dm_bufio_prefetch +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d3f57bd dm_bufio_get_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x6d83826d dm_bufio_get_block_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x74dcd98c dm_bufio_get_aux_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x7ab460ea dm_bufio_client_create +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x867e87eb dm_bufio_get_dm_io_client +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0x91f00abc dm_bufio_set_minimum_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xa82b2066 dm_bufio_write_dirty_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xb04f56ab dm_bufio_read +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc0d7df85 dm_bufio_new +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xc9a3422d dm_bufio_write_dirty_buffers_async +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xcd2ba798 dm_bufio_forget +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd4bddf5c dm_bufio_issue_flush +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xd991e3b9 dm_bufio_get_device_size +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xe6024e59 dm_bufio_release +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xebcc64a4 dm_bufio_get_block_data +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xeca7949e dm_bufio_client_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xed3283a4 dm_bufio_set_sector_offset +EXPORT_SYMBOL_GPL drivers/md/dm-bufio 0xf241a6eb dm_bufio_forget_buffers +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x07863eac dm_cache_policy_register +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x0efbca4c btracker_promotion_already_present +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x1c852cab btracker_nr_demotions_queued +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x1ca7a695 dm_cache_policy_get_version +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x481a0b15 btracker_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x4c32b454 dm_cache_policy_get_name +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x5adc2807 btracker_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x651b0b58 dm_cache_policy_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x65eea825 btracker_nr_writebacks_queued +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0x87bee547 btracker_queue +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa2365f44 btracker_issue +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa7eadcb5 btracker_complete +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xa975270f dm_cache_policy_get_hint_size +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xbaec9cd8 dm_cache_policy_create +EXPORT_SYMBOL_GPL drivers/md/dm-cache 0xce2f3307 dm_cache_policy_unregister +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0x2e29502f dm_unregister_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-multipath 0xed9ef6d1 dm_register_path_selector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x01d2f9ac dm_rh_recovery_start +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x213ed72d dm_rh_inc_pending +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x38972f23 dm_rh_region_to_sector +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x38efaf5a dm_region_hash_destroy +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x3a18389a dm_rh_update_states +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x5136308d dm_rh_dirty_log +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x57e16c3e dm_rh_get_state +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x5f4a6e61 dm_rh_dec +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x65e0e5ac dm_region_hash_create +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7774620f dm_rh_stop_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d053fc5 dm_rh_start_recovery +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0x7d5e1815 dm_rh_get_region_key +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa53387c7 dm_rh_flush +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xa83588eb dm_rh_recovery_end +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xbe38a431 dm_rh_recovery_prepare +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xcd4efa2f dm_rh_mark_nosync +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd69cbf8c dm_rh_bio_to_region +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xd8aa4284 dm_rh_region_context +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xe53c49af dm_rh_delay +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xf92b8a3d dm_rh_get_region_size +EXPORT_SYMBOL_GPL drivers/md/dm-region-hash 0xfd93482e dm_rh_recovery_in_flight +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0054f69d dm_tm_pre_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x00f5a3c8 dm_bm_write_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x01f7c2b0 dm_btree_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0211c39e dm_tm_with_runs +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x07ed9022 dm_bitset_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x088a5b30 dm_btree_find_lowest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0cf7c42f dm_btree_remove +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x0d251167 dm_array_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x109eae1f dm_btree_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x15a2bf57 dm_btree_lookup_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1ae16d40 dm_tm_dec_range +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1b1be9e8 dm_sm_disk_open +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1d0d53f7 dm_array_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x1e3f728d dm_block_data +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2842d760 dm_bitset_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x2f40da68 dm_bm_set_read_write +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x32bf4f4b dm_bitset_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3646e38f dm_tm_issue_prefetches +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3896f8d8 dm_array_walk +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x38d53eec dm_array_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ad0f55b dm_bm_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3ae50a4a dm_tm_inc_range +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x3b45ed28 dm_sm_disk_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x40720a25 dm_bitset_set_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x418204e4 dm_array_set_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x46c56110 dm_bitset_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x48e323be dm_bm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x4f2c653e dm_btree_insert_notify +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x51005cef dm_bitset_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5475ba9e dm_block_location +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x563946a0 dm_btree_remove_leaves +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x5b04d3fe dm_bitset_clear_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x67c6c5b9 dm_array_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x68f34c27 dm_array_cursor_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6bfa88c8 dm_bitset_cursor_begin +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6c600395 dm_btree_del +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x6fac2256 dm_array_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x703aa099 dm_block_manager_reset +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x72289260 dm_block_manager_destroy +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7612cd9c dm_bm_block_size +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7ade1071 dm_tm_destroy +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x7b047bd9 dm_tm_create_non_blocking_clone +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x836693c5 dm_disk_bitset_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x87419c51 dm_array_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x87c934be dm_tm_inc +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x88295b96 dm_tm_unlock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x8e057e61 dm_array_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x900896b9 dm_btree_cursor_skip +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x91baa32f dm_btree_find_highest_key +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x94daa188 dm_bitset_cursor_next +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x95a52abd dm_bm_is_read_only +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0x9e798e22 dm_bm_set_read_only +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa0bc1801 dm_btree_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa99029b9 dm_bitset_cursor_end +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xa9c4fc6b dm_bm_write_lock_zero +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xae600b00 dm_tm_open_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb11cd6c1 dm_bm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb500e95b dm_tm_shadow_block +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xb940af6a dm_array_info_init +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xbdde4031 dm_btree_empty +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xcbba75fc dm_tm_read_lock +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd017c9c7 dm_array_new +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd163cade dm_tm_commit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xd8682982 dm_btree_insert +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xdb2c8e97 dm_btree_lookup +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe07a2542 dm_bitset_new +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe0e68183 dm_array_resize +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xe781f874 dm_tm_dec +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xecc1aeba dm_bitset_test_bit +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xedf5036f dm_bitset_flush +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf2b4509a dm_btree_cursor_get_value +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf551114d dm_bm_checksum +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf5aada6c dm_tm_create_with_sm +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf5f7fe90 dm_block_manager_create +EXPORT_SYMBOL_GPL drivers/md/persistent-data/dm-persistent-data 0xf71f197e dm_btree_cursor_next +EXPORT_SYMBOL_GPL drivers/mfd/tps6594-core 0xc3054a8f tps6594_is_volatile_reg +EXPORT_SYMBOL_GPL drivers/mfd/tps6594-core 0xedab7261 tps6594_device_init +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0xd18e911e st_register +EXPORT_SYMBOL_GPL drivers/misc/ti-st/st_drv 0xfe81b1e9 st_unregister +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x00fcb7b2 mlx4_vf_set_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x04d0cbb5 mlx4_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0742f702 mlx4_bf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x0812c36f mlx4_uar_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x08c7c267 __mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x12208bef mlx4_unicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x122a091b mlx4_replace_zero_macs +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x179e369b mlx4_counter_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x18f820ab mlx4_put_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1f0eae4f mlx4_multicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x1fd0a97d mlx4_vf_smi_enabled +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x22bc2487 __mlx4_cmd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x230f4e5d mlx4_buf_write_mtt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x25b5c575 mlx4_unbond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2a2edf86 mlx4_bf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2a870bbe mlx4_set_vf_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2d12cae3 mlx4_multicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2e2eab3b mlx4_mr_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2f8daa4e mlx4_read_clock +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x2f9e67a4 mlx4_qp_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3422e030 mlx4_xrcd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x368de8b9 mlx4_srq_arm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x37633cdc mlx4_config_dev_retrieval +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3793f3e0 mlx4_map_sw_to_hw_steering_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x39984a8d mlx4_register_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3a9f187a mlx4_get_vf_config +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3dc189dc mlx4_ACCESS_PTYS_REG +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x3e6d0c44 mlx4_vf_get_enable_smi_admin +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4445dbfe mlx4_qp_reserve_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x47a10c94 mlx4_mw_enable +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x488700df mlx4_cq_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4dedf40d mlx4_mr_hw_write_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x4ef15d57 mlx4_mr_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x504d84e0 mlx4_CLOSE_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5485287d mlx4_get_devlink_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x550fe877 mlx4_flow_steer_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5711914e mlx4_mtt_init +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x57863db6 mlx4_db_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x57eb0b70 mlx4_uar_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5968caed mlx4_flow_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x5c9ef6f1 mlx4_mtt_addr +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6267dff6 mlx4_cq_resize +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x62fec324 mlx4_cq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x65ce5b26 mlx4_flow_steer_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x663c0ac9 mlx4_get_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6ab66ea1 mlx4_set_admin_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x6ec2658a mlx4_qp_modify +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x76008229 mlx4_multicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x77c13964 mlx4_phys_to_slaves_pport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x78a98237 __mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x82331532 mlx4_mr_hw_change_pd +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8560e13d mlx4_get_vf_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x86d83b02 mlx4_INIT_PORT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x871802cc mlx4_set_vf_spoofchk +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8841367f mlx4_mr_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x88ab20e2 mlx4_unregister_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8de38b8f mlx4_get_base_gid_ix +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x8e2efeb7 mlx4_cq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x90f4f9eb mlx4_get_internal_clock_params +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9296dbb1 mlx4_srq_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x930deec4 mlx4_map_sw_to_hw_steering_id +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x99936852 mlx4_qp_to_ready +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9a48018e mlx4_mr_rereg_mem_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9bdff369 mlx4_get_counter_stats +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9dc5e77e mlx4_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9e15abed mlx4_config_roce_v2_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0x9e41cf71 __mlx4_replace_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa5d17de5 mlx4_qp_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa978eff3 mlx4_find_cached_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa9958f58 mlx4_mw_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xa9d76c71 mlx4_mr_hw_put_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xaacd47d9 mlx4_qp_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xabc3c8b0 mlx4_find_cached_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xac58ccbe mlx4_free_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb0514073 mlx4_mr_hw_get_mpt +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb1786741 mlx4_alloc_hwq_res +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb195467a mlx4_config_vxlan_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xb46f7530 mlx4_unregister_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xba36d84d mlx4_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbb20ac87 mlx4_free_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbc020878 mlx4_flow_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbc4d90c6 mlx4_srq_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbc6b8ec7 mlx4_unicast_attach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbd76dac5 mlx4_counter_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xbf775ea6 mlx4_get_default_counter_index +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc0cb7b22 mlx4_mr_rereg_mem_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc250944b mlx4_pd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc30ad1cb mlx4_buf_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc4e80614 mlx4_multicast_detach +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc75ecd7d mlx4_mw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc845bb4d mlx4_set_vf_link_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xc991e39b mlx4_xrcd_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xcc267aa3 mlx4_wol_write +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd0e479d2 mlx4_pd_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd2be080f mlx4_bond +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd4ec3daa mlx4_slave_convert_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd641cfa4 mlx4_srq_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd9c1ebbc mlx4_get_protocol_dev +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd9c45589 mlx4_hw_rule_sz +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xd9e1fdb2 mlx4_mtt_cleanup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xda1ea0f3 mlx4_phys_to_slaves_pport_actv +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdad963d1 mlx4_get_slave_default_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdc51f531 mlx4_register_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xdf2bcd9b mlx4_get_active_ports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe024f073 mlx4_qp_release_range +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe100f63a mlx4_unregister_interface +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe1d8158d mlx4_unicast_promisc_remove +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xe98a4507 mlx4_FLOW_STEERING_IB_UC_QP_RANGE +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xea008d10 mlx4_register_vlan +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xecc96705 mlx4_port_map_set +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xecccf929 mlx4_unicast_promisc_add +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xed617eff mlx4_wol_read +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xed9e33bb mlx4_srq_lookup +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xeda2bf1a mlx4_phys_to_slave_port +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xedd8ee8c mlx4_set_vf_rate +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf275aef7 mlx4_update_qp +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf2dc5681 mlx4_alloc_cmd_mailbox +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xf73688fd mlx4_get_base_qpn +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfb18e190 mlx4_mr_hw_change_access +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfc041f52 mlx4_set_vf_mac +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xfe9c5a27 mlx4_qp_query +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx4/mlx4_core 0xff5df818 mlx4_SYNC_TPT +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x011e9feb mlx5_query_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x049338e5 mlx5_core_query_sq_state +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x04e6f4e1 mlx5_query_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x072460c4 mlx5_fill_page_frag_array +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x0bbdff9a mlx5_query_hca_vport_pkey +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x11b8a8b4 mlx5_query_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x197c05c4 mlx5_set_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x21cb2000 mlx5_query_port_ptys +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2680eb52 mlx5_set_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2775e1f0 mlx5_query_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2c66ee3c mlx5_query_port_vl_hw_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2c9d7138 mlx5_query_hca_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2d7f2b02 mlx5_query_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x2dce2475 mlx5_nic_vport_unaffiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x3f12acb3 mlx5_nic_vport_query_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x43f95be2 mlx5_set_port_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x44ea8e8f mlx5_query_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4505bbc4 mlx5_modify_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x49bc1827 mlx5_set_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4a9a5196 mlx5_query_nic_vport_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4af452e7 mlx5_query_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4e03ef8c mlx5_query_module_eeprom +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x4e9808e4 mlx5_frag_buf_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5148fb5f mlx5_core_modify_hca_vport_context +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5592cfcd mlx5_modify_nic_vport_vlans +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5a2ff4d1 mlx5_query_port_tc_bw_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x5c165644 mlx5_modify_nic_vport_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x66d14ac2 mlx5_query_port_oper_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6d467e45 mlx5_set_port_tc_group +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6dabb5ad mlx5_query_hca_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x6dafa828 mlx5_nic_vport_enable_roce +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x70c72d27 mlx5_modify_nic_vport_mac_address +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7aaaaee4 mlx5_vport_get_other_func_cap +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7b824ee3 mlx5_dm_sw_icm_alloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x7ff6233e mlx5_query_module_eeprom_by_page +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x81aadc6a mlx5_fill_page_frag_array_perm +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x86dc9907 mlx5_query_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x885d2766 mlx5_modify_nic_vport_mac_list +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8d955617 mlx5_query_nic_vport_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x8dcafa57 mlx5_nic_vport_affiliate_multiport +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x92a47a38 mlx5_query_nic_vport_node_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x941cb6aa mlx5_query_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x94653658 mlx5_core_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x983a2a54 mlx5_query_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9df9c0f1 mlx5_eswitch_mode +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9e7572db mlx5_core_reserved_gids_count +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0x9ff40325 mlx5_dm_sw_icm_dealloc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa71e444b mlx5_query_port_max_mtu +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xa9e61d1b mlx5_ipsec_device_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xac9f723d mlx5_query_port_pfc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xaec4ca99 mlx5_frag_buf_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xbc5e4edd mlx5_set_port_pause +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc09966e2 mlx5_toggle_port_link +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc1571c1b mlx5_query_port_prio_tc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xc5e9a57f mlx5_core_query_vport_counter +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcb5330c4 mlx5_access_reg +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xce2a202c mlx5_eswitch_get_total_vports +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xcfae041a mlx5_query_nic_system_image_guid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xdad8fef1 mlx5_nic_vport_update_local_lb +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xddbd410f mlx5_db_alloc_node +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe234a7d6 mlx5_set_port_wol +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xe50f533e mlx5_query_nic_vport_promisc +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xecd213f7 mlx5_set_port_caps +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xed05353e mlx5_query_min_inline +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xeecbea7d mlx5_set_port_admin_status +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xf6df7db6 mlx5_modify_port_ets_rate_limit +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfbf1b6c4 mlx5_db_free +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xfcc4a673 mlx5_query_hca_vport_gid +EXPORT_SYMBOL_GPL drivers/net/ethernet/mellanox/mlx5/core/mlx5_core 0xff6523c0 mlx5_query_nic_vport_qkey_viol_cntr +EXPORT_SYMBOL_GPL drivers/net/geneve 0x58ebba79 geneve_dev_create_fb +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x03b13d3e ipvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x0a9fdeeb ipvlan_link_new +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0x2ccd854d ipvlan_link_setup +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xa7859283 ipvlan_count_rx +EXPORT_SYMBOL_GPL drivers/net/ipvlan/ipvlan 0xb5e4d18e ipvlan_link_delete +EXPORT_SYMBOL_GPL drivers/net/macsec 0x1b207929 macsec_pn_wrapped +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x19c7a7e1 macvlan_dellink +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x663b2383 macvlan_link_register +EXPORT_SYMBOL_GPL drivers/net/macvlan 0x99a5dc80 macvlan_common_setup +EXPORT_SYMBOL_GPL drivers/net/macvlan 0xc7b6a882 macvlan_common_newlink +EXPORT_SYMBOL_GPL drivers/net/mdio/mdio-i2c 0xa6c0e046 mdio_i2c_alloc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x008ef8c1 bcm54xx_auxctl_read +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x0dcb5ad9 __bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x111ab6d8 bcm_phy_cable_test_get_status_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x14d73d17 __bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x16bf751a bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x1c39e683 bcm_phy_write_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x3729bdf0 bcm_phy_read_misc +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x3ae241d5 bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x3eb6fca7 bcm_phy_cable_test_start +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x4f6a54d7 bcm_phy_get_sset_count +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x55bf78cc bcm_phy_downshift_get +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x5c167432 __bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x5d9d0eeb bcm_phy_r_rc_cal_reset +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x5f918f4f bcm_phy_write_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x611a0f7f __bcm_phy_read_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x68cefcac bcm_phy_ack_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x69ac9273 bcm_phy_set_eee +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x6eac4841 bcm_phy_cable_test_start_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x753229b4 bcm_phy_enable_apd +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x7652d4e4 bcm_phy_set_wol +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x791e063e bcm_phy_read_shadow +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x7e359d77 bcm_phy_28nm_a0b0_afe_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x7f006bb7 bcm_phy_downshift_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x950fde39 bcm_phy_get_strings +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x98961bb8 bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0x9b68afed bcm_phy_cable_test_get_status +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa0f0ddfd bcm_phy_wol_isr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xa47e0119 __bcm_phy_write_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc01536fe bcm_phy_get_stats +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xc36e5512 __bcm_phy_read_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xcbbf6858 bcm_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xcf98fbb9 bcm_phy_get_wol +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xcf9e48e9 bcm_phy_modify_exp +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xd339d7f5 bcm_phy_led_brightness_set +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xd6822f27 bcm_phy_modify_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xed7f239b bcm_phy_enable_jumbo +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xeed70031 bcm_phy_write_rdb +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-lib 0xffb43f3f bcm_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0xe54c4503 bcm_ptp_stop +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0xe60152dd bcm_ptp_probe +EXPORT_SYMBOL_GPL drivers/net/phy/bcm-phy-ptp 0xefb48b01 bcm_ptp_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x08213956 phylink_ethtool_get_wol +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x11fc0850 phylink_generic_validate +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x12135396 phylink_mac_change +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x15c4e3e2 phylink_ethtool_set_pauseparam +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x16ca1a8a phylink_suspend +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x2c8e28ee phylink_ethtool_get_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x3abe6fe5 phylink_validate_mask_caps +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x4278d56a phylink_expects_phy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x57727285 phylink_ethtool_set_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x59e0695d phylink_speed_down +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x5d0c4dcc phylink_speed_up +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x5dc19747 phylink_mii_c22_pcs_encode_advertisement +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x62104126 phylink_ethtool_set_wol +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x62179c16 phylink_create +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x653aa54c phylink_connect_phy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x66e8b5b0 phylink_caps_to_linkmodes +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x6fa426d2 phylink_ethtool_nway_reset +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x77c7bd0b phylink_of_phy_connect +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x78b7a78e phylink_mii_c22_pcs_an_restart +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x825c7340 phylink_get_eee_err +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x83a3b18e phylink_mii_c45_pcs_get_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x911fcd6c phylink_start +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x94299178 phylink_decode_usxgmii_word +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x9616a255 phylink_ethtool_ksettings_get +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x983276da phylink_disconnect_phy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0x9b652b6e phylink_resolve_c73 +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xa16449b4 phylink_ethtool_ksettings_set +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xb1b3f6ed phylink_mii_c22_pcs_decode_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xc0a8f4be phylink_resume +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xc1d15a4c phylink_set_port_modes +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xd2ef6a40 phylink_mii_ioctl +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xd903f419 phylink_get_capabilities +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xdc0763d6 phylink_mii_c22_pcs_config +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xdcb0a2c0 phylink_stop +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xe17a0fe6 phylink_mii_c22_pcs_get_state +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xec02ebe0 phylink_init_eee +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xf3083a1d phylink_destroy +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xf8fe5642 phylink_ethtool_get_pauseparam +EXPORT_SYMBOL_GPL drivers/net/phy/phylink 0xffe2afa5 phylink_fwnode_phy_connect +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x338c059f smsc_phy_config_init +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x3cfd1cb6 smsc_phy_config_intr +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x5e4c633a smsc_phy_set_tunable +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x7eb2edfd smsc_phy_get_tunable +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0x9ea8cc24 lan87xx_read_status +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xb56f3c67 smsc_phy_handle_interrupt +EXPORT_SYMBOL_GPL drivers/net/phy/smsc 0xb8a417c8 smsc_phy_probe +EXPORT_SYMBOL_GPL drivers/net/tap 0x0c6272a4 tap_handle_frame +EXPORT_SYMBOL_GPL drivers/net/tap 0x30aa2bb2 tap_del_queues +EXPORT_SYMBOL_GPL drivers/net/tap 0x4a671379 tap_destroy_cdev +EXPORT_SYMBOL_GPL drivers/net/tap 0x5341c680 tap_get_ptr_ring +EXPORT_SYMBOL_GPL drivers/net/tap 0x7e19f636 tap_get_socket +EXPORT_SYMBOL_GPL drivers/net/tap 0x90ba0d73 tap_get_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0xaa3bf185 tap_queue_resize +EXPORT_SYMBOL_GPL drivers/net/tap 0xbb06298f tap_free_minor +EXPORT_SYMBOL_GPL drivers/net/tap 0xc76607eb tap_create_cdev +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x44a2aa8a vxlan_fdb_replay +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x63241cd5 vxlan_dev_create +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0x6de5d553 vxlan_fdb_clear_offload +EXPORT_SYMBOL_GPL drivers/net/vxlan/vxlan 0xec80c863 vxlan_fdb_find_uc +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x3898cd06 nvme_auth_augmented_challenge +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x494092e7 nvme_auth_gen_privkey +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x4ba78f1c nvme_auth_hmac_hash_len +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x50b431c4 nvme_auth_extract_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x51873876 nvme_auth_get_seqnum +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x5f92549a nvme_auth_gen_pubkey +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x674c5bc1 nvme_auth_hmac_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x6804e9d6 nvme_auth_transform_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x6e91ee1b nvme_auth_digest_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x780989d1 nvme_auth_dhgroup_id +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0x9c6b9e5b nvme_auth_gen_shared_secret +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xaef4a750 nvme_auth_generate_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xbd3e3482 nvme_auth_free_key +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xc9bb48ac nvme_auth_dhgroup_name +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xcb39603c nvme_auth_hmac_id +EXPORT_SYMBOL_GPL drivers/nvme/common/nvme-common 0xf0ccf2d4 nvme_auth_dhgroup_kpp +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0205c2a2 nvme_uninit_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0aa76100 nvme_mpath_start_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x0dc8b23c nvme_init_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x10073c94 nvme_quiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x11abc494 __SCK__tp_func_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x11c8ca91 nvme_dev_attrs_group +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x177eb91b nvme_auth_free +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1c214521 nvme_remove_namespaces +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x1feafed3 nvme_alloc_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x27fcbedb __tracepoint_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x30da78db nvme_enable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3127feea nvme_host_path_error +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3a99b788 nvme_quiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x3ad52d4a nvme_wait_freeze_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x432ed555 nvme_disable_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x45fb5242 nvme_alloc_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x46f105ff nvme_fail_nonready_command +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x49224181 nvme_reset_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x4dbb9bc9 nvme_setup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x576f8fcf nvme_try_sched_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x59ea9ede nvme_auth_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x5bbbb3db nvme_stop_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x5d5669ab nvme_start_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x5dee3d92 nvme_complete_batch_req +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x64b62862 nvme_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x71e72f13 nvme_remove_admin_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x724f72fe __nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x72a5c615 nvme_sync_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x7f2945b7 nvme_init_ctrl_finish +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x813cf212 nvme_io_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8209ed99 nvme_auth_stop +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x88bbe66b nvme_change_ctrl_state +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8c0192ba nvme_submit_sync_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x8daa969d nvme_set_queue_count +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x917e314b nvme_unfreeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x93c65cdb nvme_complete_rq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x953b55fa nvme_wait_reset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9b17a300 nvme_init_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9c1726e2 nvme_cancel_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9e0cc58c nvme_start_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9e42ebb8 nvme_delete_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0x9fa39175 nvme_set_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa189b867 nvme_unquiesce_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa438191a nvme_mark_namespaces_dead +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa7687540 nvme_cancel_admin_tagset +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xa84791e8 nvme_auth_wait +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb66e64f6 nvme_auth_negotiate +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xb71ec359 __traceiter_nvme_sq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xbba52a58 nvme_wait_freeze +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xbf0b0a1b nvme_reset_ctrl +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xc8e39dcf nvme_cleanup_cmd +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xce824671 nvme_sync_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd45434ee admin_timeout +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd58bbbcb nvme_delete_wq +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd720e146 nvme_cancel_request +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd9a81d0c nvme_complete_async_event +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xd9b41616 nvme_get_features +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xdc2af6f7 __nvme_check_ready +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xe28a0191 nvme_remove_io_tag_set +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xefddf341 nvme_unquiesce_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-core 0xfd97446f nvme_stop_keep_alive +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x214fa223 nvmf_get_address +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x52f04324 nvmf_map_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x5d00a0e8 nvmf_connect_admin_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x7bbc41db nvmf_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x8aa81e0f nvmf_set_io_queues +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x91c157ee nvmf_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0x980fc59c nvmf_should_reconnect +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xa3bf9a3e nvmf_connect_io_queue +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xa53fe35c nvmf_free_options +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xb94a524d nvmf_reg_read32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xc5fd2af7 nvmf_ip_options_match +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xc7d2feb6 nvmf_reg_write32 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fabrics 0xf22a1a9a nvmf_reg_read64 +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x0d12e564 nvme_fc_register_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3884f8b8 nvme_fc_unregister_localport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x3e33ac54 nvme_fc_rescan_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0x8a9cf5a7 nvme_fc_set_remoteport_devloss +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xb58f3678 nvme_fc_io_getuuid +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xbb0e18a6 nvme_fc_rcv_ls_req +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xde989f19 nvme_fc_register_localport +EXPORT_SYMBOL_GPL drivers/nvme/host/nvme-fc 0xfca9dc99 nvme_fc_unregister_remoteport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x2a09df80 nvmet_req_alloc_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x3e0ef07a nvmet_wq +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x7db4dbff nvmet_req_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0x8db09676 nvmet_sq_destroy +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xa4b25ed6 nvmet_req_uninit +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xa9f238da nvmet_ctrl_fatal_error +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xb07834cc nvmet_req_complete +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xc6dba6be nvmet_req_free_sgls +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xc9165b80 nvmet_sq_init +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xd26d9f5a nvmet_register_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xd74d0915 nvmet_check_transfer_len +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet 0xf2d817b1 nvmet_unregister_transport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x0b98123d nvmet_fc_rcv_ls_req +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x1048b92a nvmet_fc_rcv_fcp_req +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x4a013682 nvmet_fc_invalidate_host +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x7962dccc nvmet_fc_register_targetport +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x7fa5302a nvmet_fc_rcv_fcp_abort +EXPORT_SYMBOL_GPL drivers/nvme/target/nvmet-fc 0x9ef76d99 nvmet_fc_unregister_targetport +EXPORT_SYMBOL_GPL drivers/pci/switch/switchtec 0x80480063 switchtec_class +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x066a5955 dasd_generic_remove +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x0c7be09c dasd_biodasdinfo +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x0ed3f15b dasd_generic_path_operational +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x0edac25e dasd_free_block +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x19227556 dasd_nopav +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x29a50ead dasd_generic_handle_state_change +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x434fb043 dasd_generic_shutdown +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x44480b4c dasd_generic_verify_path +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x52ebc932 dasd_generic_path_event +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x599283d2 dasd_generic_last_path_gone +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x5a95fab2 dasd_get_sense +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x60c16f42 dasd_generic_set_offline +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x6fd17c6a dasd_devmap_set_device_copy_relation +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x741bad2a dasd_generic_space_avail +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x83826140 dasd_generic_space_exhaust +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x8385cb64 dasd_generic_free_discipline +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x8ce409c5 dasd_wakeup_cb +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x9653b171 dasd_device_set_stop_bits +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0x9f016f34 dasd_device_remove_stop_bits +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0xa8a86e9d dasd_generic_requeue_all_requests +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0xabe5e7ed dasd_device_is_ro +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0xac054908 dasd_generic_notify +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0xada6e020 dasd_generic_set_online +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0xaf057c3e dasd_flush_device_queue +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0xb3056e90 dasd_generic_uc_handler +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0xb38fe028 dasd_page_cache +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0xb931f409 dasd_generic_probe +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0xbcf13f17 dasd_generic_read_dev_chars +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0xd0351acd dasd_alloc_block +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0xdbca03d1 dasd_dev_groups +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0xf15784f5 dasd_nofcx +EXPORT_SYMBOL_GPL drivers/s390/block/dasd_mod 0xf2f84ea2 dasd_put_device_wake +EXPORT_SYMBOL_GPL drivers/s390/cio/eadm_sch 0x85d9d140 eadm_start_aob +EXPORT_SYMBOL_GPL drivers/s390/cio/qdio 0x23c0e637 qdio_alloc_buffers +EXPORT_SYMBOL_GPL drivers/s390/cio/qdio 0x27488bbc qdio_reset_buffers +EXPORT_SYMBOL_GPL drivers/s390/cio/qdio 0x27f29cdb qdio_add_bufs_to_output_queue +EXPORT_SYMBOL_GPL drivers/s390/cio/qdio 0x50cb03ea qdio_establish +EXPORT_SYMBOL_GPL drivers/s390/cio/qdio 0x53b7db82 qdio_inspect_input_queue +EXPORT_SYMBOL_GPL drivers/s390/cio/qdio 0x7a22ce57 qdio_inspect_output_queue +EXPORT_SYMBOL_GPL drivers/s390/cio/qdio 0x7dffb09b qdio_add_bufs_to_input_queue +EXPORT_SYMBOL_GPL drivers/s390/cio/qdio 0x82229296 qdio_free +EXPORT_SYMBOL_GPL drivers/s390/cio/qdio 0x87f2b185 qdio_shutdown +EXPORT_SYMBOL_GPL drivers/s390/cio/qdio 0x92ca037d qdio_activate +EXPORT_SYMBOL_GPL drivers/s390/cio/qdio 0xa04bb255 qdio_free_buffers +EXPORT_SYMBOL_GPL drivers/s390/cio/qdio 0xb980530d qdio_allocate +EXPORT_SYMBOL_GPL drivers/s390/cio/qdio 0xf4096b0d qdio_get_ssqd_desc +EXPORT_SYMBOL_GPL drivers/s390/net/ism 0x53dab93a ism_move +EXPORT_SYMBOL_GPL drivers/s390/net/ism 0x58a0d434 ism_register_dmb +EXPORT_SYMBOL_GPL drivers/s390/net/ism 0x6146f5aa ism_unregister_dmb +EXPORT_SYMBOL_GPL drivers/s390/net/ism 0x7185fdf6 ism_get_smcd_ops +EXPORT_SYMBOL_GPL drivers/s390/net/ism 0xb53ab841 ism_register_client +EXPORT_SYMBOL_GPL drivers/s390/net/ism 0xd541bc11 ism_unregister_client +EXPORT_SYMBOL_GPL drivers/s390/net/ism 0xff2d22b7 ism_get_seid +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x0409ed88 qeth_setassparms_cb +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x08a4691b qeth_configure_cq +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x090b4026 qeth_siocdevprivate +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x0e0c4259 qeth_features_check +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x228de0f0 qeth_fix_features +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x3268af13 qeth_dbf +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x35f5a957 qeth_set_allowed_threads +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x3997968c qeth_setadpparms_change_macaddr +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x414fd4cd qeth_iqd_select_queue +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x44d2952f qeth_vm_request_mac +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x53b3e987 qeth_open +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x61c03caa qeth_xmit +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x775918e0 qeth_threads_running +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0x9d4e57ac qeth_set_offline +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xad757a50 qeth_get_stats64 +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xb4263f8c qeth_dbf_longtext +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xc154205e qeth_stop +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xc71b4d89 qeth_enable_hw_features +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xd078aa4b qeth_osa_select_queue +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xd0a0e22c qeth_resize_buffer_pool +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xd1bc59d2 qeth_send_ipa_cmd +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xd1eacd2a qeth_set_real_num_tx_queues +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xd4729a82 qeth_set_features +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xda23f7db qeth_send_simple_setassparms_prot +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xdbca4364 qeth_ipa_alloc_cmd +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xe50ca76c qeth_get_diag_cmd +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xea167af1 qeth_do_ioctl +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xec372446 qeth_poll +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xf119f023 qeth_tx_timeout +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xf331ec54 qeth_setadp_promisc_mode +EXPORT_SYMBOL_GPL drivers/s390/net/qeth 0xf88c05f5 qeth_get_setassparms_cmd +EXPORT_SYMBOL_GPL drivers/s390/net/qeth_l2 0xea5c9b08 qeth_l2_discipline +EXPORT_SYMBOL_GPL drivers/s390/net/qeth_l3 0xc6473529 qeth_l3_discipline +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x11cf51c4 fcoe_ctlr_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x1694b1a2 fcoe_get_paged_crc_eof +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x313b38e7 fcoe_ctlr_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x3b8e93fb fcoe_fc_crc +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x3c83f6ab fcoe_fcf_device_delete +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x40f42aaa fcoe_clean_pending_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x57ec6eaf fcoe_libfc_config +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x58114643 fcoe_validate_vport_create +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x60ed494a fcoe_check_wait_queue +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x63650237 fcoe_fcf_device_add +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x661db4d5 fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0x7cfa2953 fcoe_get_wwn +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xb5589b7c fcoe_ctlr_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xbac58840 fcoe_queue_timer +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc37b6ed6 __fcoe_get_lesb +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc3f30cc0 fcoe_wwn_from_mac +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xc95cf44a fcoe_link_speed_update +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xe6956111 fcoe_start_io +EXPORT_SYMBOL_GPL drivers/scsi/fcoe/libfcoe 0xf167cb7a fcoe_wwn_to_str +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x26115f8f iscsi_boot_destroy_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x48def27d iscsi_boot_create_target +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0x70b48ba7 iscsi_boot_create_ethernet +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xbf0f5b8f iscsi_boot_create_acpitbl +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xf601aecc iscsi_boot_create_kset +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xfd3966c8 iscsi_boot_create_initiator +EXPORT_SYMBOL_GPL drivers/scsi/iscsi_boot_sysfs 0xffae1dfe iscsi_boot_create_host_kset +EXPORT_SYMBOL_GPL drivers/scsi/libfc/libfc 0x17a6fea4 fc_seq_els_rsp_send +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x024c0735 iscsi_session_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0386a784 iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x05b7edf2 iscsi_update_cmdsn +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x0b2e9d63 iscsi_conn_bind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x12b2ad06 iscsi_switch_str_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x13a78367 iscsi_conn_queue_recv +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x17c61abc iscsi_host_get_max_scsi_cmds +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1818fbd3 __iscsi_put_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1969f52e iscsi_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x1bfa305a iscsi_session_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3803e291 iscsi_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3bef2f73 iscsi_pool_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x3e04fe84 iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x42e8d66b iscsi_itt_to_ctask +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x497d6f45 iscsi_get_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x52005c4d iscsi_session_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x58a3fa22 iscsi_eh_session_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5b428aee iscsi_verify_itt +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5b6d4b89 iscsi_host_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5d69e9ad iscsi_suspend_rx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x5f9b1367 iscsi_suspend_queue +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x608f0f4f iscsi_conn_start +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x63de1326 iscsi_host_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x644d4193 iscsi_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x68ad7a1b iscsi_eh_abort +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x810b4fec iscsi_set_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x83a66674 iscsi_conn_stop +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x89264a46 iscsi_host_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8b29a2b5 iscsi_eh_cmd_timed_out +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8ca3850d iscsi_prep_data_out_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8d303b1b iscsi_pool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x8e1dbf9a iscsi_conn_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x95efaa60 iscsi_session_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0x9a219f25 iscsi_host_get_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xa4e95e33 iscsi_suspend_tx +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xadca1bea iscsi_session_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xb236a416 iscsi_session_recovery_timedout +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xbc85a122 __iscsi_complete_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc3c7d658 iscsi_eh_device_reset +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc5b5c30c iscsi_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xc8ccedd2 iscsi_complete_scsi_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xcab7b80a iscsi_conn_send_pdu +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd60f815d iscsi_host_remove +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xd8ed7e5b iscsi_conn_unbind +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xe1e3496d iscsi_requeue_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeab9cbd5 iscsi_conn_get_addr_param +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xeaf655f6 iscsi_session_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xecf6efe4 iscsi_eh_recover_target +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf19e0d1f iscsi_host_add +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xf5a02a4c iscsi_conn_queue_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfb8471ed iscsi_conn_failure +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi 0xfd554997 iscsi_itt_to_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x097a5a8a iscsi_tcp_recv_skb +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x239a3ed4 iscsi_tcp_conn_teardown +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x2b328969 iscsi_tcp_r2tpool_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x3b7317f4 iscsi_tcp_set_max_r2t +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x52c0a33b iscsi_tcp_cleanup_task +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x7323d116 iscsi_tcp_segment_done +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x78126441 iscsi_tcp_r2tpool_free +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x7bd81262 iscsi_tcp_conn_get_stats +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x7f13f287 iscsi_tcp_task_xmit +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x893fc569 iscsi_tcp_hdr_recv_prep +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x8c411a4b iscsi_tcp_dgst_header +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0x8fd448e7 iscsi_tcp_segment_unmap +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb03f6b83 iscsi_tcp_conn_setup +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb5e43ed3 iscsi_segment_seek_sg +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xb9e12d07 iscsi_tcp_task_init +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xcea5a1e7 iscsi_segment_init_linear +EXPORT_SYMBOL_GPL drivers/scsi/libiscsi_tcp 0xee120e76 iscsi_tcp_recv_segment_is_hdr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x01bd3aa4 sas_phy_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x14419198 sas_eh_abort_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x150c58e4 sas_target_destroy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x17f3f620 sas_slave_configure +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2057c53b sas_execute_internal_abort_single +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x218ee427 sas_slave_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x23cab2a2 sas_unregister_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2734d32a sas_domain_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x284a24d3 sas_request_addr +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x2982cfd4 sas_phy_enable +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x29f1f46e sas_query_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x37023e87 sas_find_attached_phy_id +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x3c9a523b sas_notify_port_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x53d202ef sas_ioctl +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5606b0e6 sas_clear_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x5c733fa0 sas_eh_device_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x69a80fec dev_attr_phy_event_threshold +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x70bdc4c4 sas_drain_work +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x732b7662 sas_lu_reset +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x73c4b682 sas_get_local_phy +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x78375aa8 sas_task_abort +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x86099c2f sas_target_alloc +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0x91152d7f sas_register_ha +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xad18fb0d sas_abort_task_set +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xaea66070 sas_queuecommand +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xb9517f42 sas_execute_internal_abort_dev +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xba4757ea sas_notify_phy_event +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xc55d96ea sas_ssp_task_response +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xd16d7923 sas_abort_task +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xdb0dc0f3 sas_bios_param +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf15fa1e4 sas_eh_target_reset_handler +EXPORT_SYMBOL_GPL drivers/scsi/libsas/libsas 0xf24a7952 sas_change_queue_depth +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_fc 0x7ee91e33 fc_eh_should_retry_cmd +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x02146e51 iscsi_free_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x08a7cfb6 iscsi_find_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x10092d14 iscsi_conn_login_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x1d093bb5 iscsi_put_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x2ccc74a2 iscsi_destroy_all_flashnode +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x363ef721 __tracepoint_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x399db10b __traceiter_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3a1c5f2d iscsi_destroy_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x3df7560d iscsi_dbg_trace +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x498c90b2 iscsi_remove_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5092baec iscsi_session_chkready +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x524be01c iscsi_alloc_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5665d1ba iscsi_add_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x56bc1bb7 __traceiter_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x584a31ab __SCK__tp_func_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x5bca66ac iscsi_force_destroy_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x61e02839 iscsi_create_flashnode_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x62ad511a iscsi_unblock_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x69035b75 iscsi_lookup_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x694d2e3d iscsi_block_scsi_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x699fe53e iscsi_get_discovery_parent_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x6c5602e9 iscsi_session_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x71b768b0 __SCK__tp_func_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x73a31e63 __traceiter_iscsi_dbg_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x75b4062b iscsi_post_host_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x75ed673a iscsi_is_session_dev +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x7deb1729 iscsi_is_session_online +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x844b250e iscsi_create_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x84a005f1 iscsi_get_router_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x851c3d7b iscsi_destroy_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x88768c48 __SCK__tp_func_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x985fcca9 iscsi_register_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9ae00c14 iscsi_recv_pdu +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0x9dbde8e0 iscsi_conn_error_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa2d50dbc iscsi_get_port_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa3ac06cf __tracepoint_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xa988031f __traceiter_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xab054591 iscsi_host_for_each_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xab4674c8 __SCK__tp_func_iscsi_dbg_sw_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xab77cf8c iscsi_alloc_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xaf89293b iscsi_put_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb05591a1 iscsi_unregister_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xb32662a6 __tracepoint_iscsi_dbg_tcp +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xbc071179 iscsi_get_ipaddress_state_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc6264e7a __tracepoint_iscsi_dbg_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc6d79b7d iscsi_block_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xc867af71 iscsi_ping_comp_event +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xcd2448b7 iscsi_get_conn +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd0bb136a iscsi_remove_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xd3267c1c iscsi_add_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xda09b986 __tracepoint_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdb2a5dc6 iscsi_find_flashnode_sess +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdcf3f188 iscsi_get_port_speed_name +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xdf481d9d __traceiter_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe24c9555 iscsi_offload_mesg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe2cd9243 iscsi_destroy_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe4c79fa6 __SCK__tp_func_iscsi_dbg_eh +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xe91baa3b iscsi_create_endpoint +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xf8c96808 iscsi_flashnode_bus_match +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfa7f35a7 iscsi_create_iface +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_iscsi 0xfc1ff1f8 iscsi_create_session +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x03ed1101 sas_enable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x26f3a759 sas_is_tlr_enabled +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x39b6bc98 sas_tlr_supported +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_sas 0x4dce17e3 sas_disable_tlr +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x0ef06974 spi_populate_ppr_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0x6c7ad0f1 spi_populate_tag_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xa0c71dac spi_populate_sync_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_spi 0xcffa2aff spi_populate_width_msg +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x028cdf5c srp_attach_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x1902178a srp_tmo_valid +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x39e345bc srp_stop_rport_timers +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x46ddb29c srp_release_transport +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x4942cc3f srp_rport_del +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0x8ae90cc1 srp_remove_host +EXPORT_SYMBOL_GPL drivers/scsi/scsi_transport_srp 0xe1460174 srp_rport_add +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x3d21cfd9 siox_device_connected +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x51c4c7fc siox_master_alloc +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0x6cdd8dcc siox_device_synced +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xbadf4e0d __siox_driver_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xc0887f4e siox_master_register +EXPORT_SYMBOL_GPL drivers/siox/siox-core 0xd717b8c3 siox_master_unregister +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x06e99f05 of_slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x18f7c390 slim_read +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x3b00a5b0 slim_report_absent +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x436bfee4 slim_stream_free +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x538b5168 slim_stream_enable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x5951cd01 slim_stream_disable +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x5e2c43c0 slim_driver_unregister +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x6c4dcd24 slim_free_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x79b7311b slim_xfer_msg +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x83679dd1 slim_do_transfer +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0x9fc0ecd2 slim_readb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xa099c6e7 slim_msg_response +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xadf13507 slim_stream_allocate +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xafe44589 slim_write +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xc88866c2 slim_stream_prepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xcb8a27f7 slim_register_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xce9c6d24 slim_ctrl_clk_pause +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xe9553e1b slim_get_device +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xea5573ab slim_get_logical_addr +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xebe7bbcf slim_device_report_present +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xeec4a26e slimbus_bus +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf15c0778 slim_unregister_controller +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf25ca507 slim_alloc_txn_tid +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf2d5a86a slim_writeb +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf61017ea slim_stream_unprepare +EXPORT_SYMBOL_GPL drivers/slimbus/slimbus 0xf7aaf635 __slim_driver_register +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x1862aa6a target_submit +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x3f7bd5b1 target_queue_submission +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x60b5ecff target_submit_prep +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0x8af7d82c target_wait_for_cmds +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xc0318c2e target_init_cmd +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xc07557cb target_stop_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xd4f410d0 target_free_cmd_counter +EXPORT_SYMBOL_GPL drivers/target/target_core_mod 0xe7b37d88 target_alloc_cmd_counter +EXPORT_SYMBOL_GPL drivers/tty/serial/serial_base 0x2a06f9ee uart_get_rs485_mode +EXPORT_SYMBOL_GPL drivers/tty/serial/serial_base 0x439f9fcc uart_handle_dcd_change +EXPORT_SYMBOL_GPL drivers/tty/serial/serial_base 0x85ada9c4 uart_handle_cts_change +EXPORT_SYMBOL_GPL drivers/tty/serial/serial_base 0x96d47c98 uart_xchar_out +EXPORT_SYMBOL_GPL drivers/tty/serial/serial_base 0x9e6e7a22 uart_console_device +EXPORT_SYMBOL_GPL drivers/tty/serial/serial_base 0xbdbe7712 uart_insert_char +EXPORT_SYMBOL_GPL drivers/tty/serial/serial_base 0xf7a3b60c uart_try_toggle_sysrq +EXPORT_SYMBOL_GPL drivers/uio/uio 0x4c2e74a7 uio_event_notify +EXPORT_SYMBOL_GPL drivers/uio/uio 0x73dbe8c3 uio_unregister_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0x78f7cf09 __uio_register_device +EXPORT_SYMBOL_GPL drivers/uio/uio 0xc30298c5 __devm_uio_register_device +EXPORT_SYMBOL_GPL drivers/vfio/mdev/mdev 0x73678c2b mdev_bus_type +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x0116d76b vfio_pci_core_ioctl +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x0d93f01a vfio_pci_core_mmap +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x2e7ff80c vfio_pci_core_register_dev_region +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x3e510875 vfio_pci_core_close_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x3f0ed464 vfio_pci_core_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x4cf699b8 vfio_pci_core_set_params +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x6c85c2e2 vfio_pci_core_err_handlers +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x7684ca38 vfio_pci_core_write +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x88d810a4 vfio_pci_core_init_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x92eb1612 vfio_pci_core_disable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0x9cdf4581 vfio_pci_core_sriov_configure +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xa7449150 vfio_pci_core_unregister_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xaa3a6e50 vfio_pci_core_finish_enable +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xbc306c38 vfio_pci_core_aer_err_detected +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xc13b104e vfio_pci_core_read +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xd0afb52a vfio_pci_core_release_dev +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xd32a9b04 vfio_pci_core_register_device +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xd6ad21aa vfio_pci_core_match +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xd6f52e1e vfio_pci_core_request +EXPORT_SYMBOL_GPL drivers/vfio/pci/vfio-pci-core 0xe4c8da0e vfio_pci_core_ioctl_feature +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x02aea035 vfio_file_is_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x10ced948 vfio_unregister_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x155cbc85 vfio_virqfd_disable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x28c55605 vfio_file_has_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x4d6f83d3 vfio_unregister_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x5246d9a7 vfio_register_group_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x529db99e vfio_info_cap_add +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x5935dd82 vfio_file_set_kvm +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x5f602dc7 iova_bitmap_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x8add0192 vfio_mig_get_next_state +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0x8e90141a vfio_file_enforced_coherent +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xa831243f vfio_file_iommu_group +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xad6561c4 vfio_assign_device_set +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xbe304f0f vfio_register_emulated_iommu_dev +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc1dfc623 vfio_register_iommu_driver +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xc6984055 vfio_device_set_open_count +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xfb142ebf vfio_virqfd_enable +EXPORT_SYMBOL_GPL drivers/vfio/vfio 0xfd079b69 _vfio_alloc_device +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x046f7501 vhost_log_write +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0a38645f vhost_dev_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x0e768def vhost_enable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x16545c3d vhost_enqueue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x16732870 vhost_vq_has_work +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x24219281 vhost_poll_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x26a0d7f0 vhost_poll_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3057e58a vhost_poll_start +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x31b310a3 vhost_dev_reset_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x3fc0973b vhost_poll_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x468098b7 vhost_add_used +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x48e62e55 vhost_clear_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x48fe6c77 vq_meta_prefetch +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x52e44f7c vhost_add_used_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x542896fe vhost_chr_read_iter +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x5848d367 vhost_dev_check_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x58d6180d vhost_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x602d4b13 vhost_exceeds_weight +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6683a8e8 vhost_disable_notify +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x66fc6adb vhost_vq_avail_empty +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x6ebaa89d vhost_init_device_iotlb +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x70bd6585 vhost_new_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x76239823 vhost_dev_has_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x79751619 vhost_dev_stop +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9340a30d vhost_log_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0x9c154085 vhost_vq_flush +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa1637a38 vhost_dev_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xa909cfc5 vhost_work_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb5a52a09 vhost_set_backend_features +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xb97afea5 vhost_dev_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc1e9de09 vhost_vq_access_ok +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc5fcd473 vhost_discard_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xc9340212 vhost_dequeue_msg +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xcc819c59 vhost_add_used_and_signal_n +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xcf35423a vhost_dev_cleanup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xcf3ffb91 vhost_add_used_and_signal +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xcf8172f1 vhost_vq_work_queue +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xdb146ef2 vhost_dev_set_owner +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xdf4f52ba vhost_get_vq_desc +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xe7e2302f vhost_vring_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf306c601 vhost_vq_is_setup +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xf4f9fa08 vhost_vq_init_access +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfd057be6 vhost_worker_ioctl +EXPORT_SYMBOL_GPL drivers/vhost/vhost 0xfd2b3e45 vhost_dev_reset_owner_prepare +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x38ff875f vhost_iotlb_add_range +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x5f4e5249 vhost_iotlb_reset +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x69e872f9 vhost_iotlb_itree_first +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x6bec0e66 vhost_iotlb_del_range +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x83be64b9 vhost_iotlb_itree_next +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x885512a2 vhost_iotlb_add_range_ctx +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0x8a7d8ee9 vhost_iotlb_init +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xa24517eb vhost_iotlb_free +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xc577832d vhost_iotlb_alloc +EXPORT_SYMBOL_GPL drivers/vhost/vhost_iotlb 0xf9deb0db vhost_iotlb_map_free +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x4b62826c dlm_unlock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x64ded865 dlm_posix_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0x8a6c5f1b dlm_lock +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcd224e1d dlm_new_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xcf9f3328 dlm_release_lockspace +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xd28888b0 dlm_posix_get +EXPORT_SYMBOL_GPL fs/dlm/dlm 0xd55a0e47 dlm_posix_unlock +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x0f730c5e nlmclnt_done +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x65a1f890 lockd_up +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x75ec2d23 lockd_down +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x78b10579 nlmclnt_proc +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x7c1342bb nlmsvc_unlock_all_by_sb +EXPORT_SYMBOL_GPL fs/lockd/lockd 0x9cbde0a0 nlmsvc_unlock_all_by_ip +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xcbcfb895 nlmclnt_init +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xfec6c759 nlmsvc_ops +EXPORT_SYMBOL_GPL fs/lockd/lockd 0xffbae4d0 nlmclnt_rpc_clnt +EXPORT_SYMBOL_GPL fs/netfs/netfs 0xcb1b3314 netfs_extract_user_iter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0079a0de nfs_create +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0294c6a2 nfs_callback_nr_threads +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x02961c5d nfs_client_init_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x02fec10f nfs_may_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0384544e nfs4_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x03eacb8c nfs_fattr_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x048878a2 nfs_free_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x04a5622a nfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0613d4c4 nfs_pgio_header_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x072acece nfs_setattr_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0b285e3e nfs_client_init_is_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0cd6c1e5 nfs_file_set_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0cdd44bc nfs_show_stats +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0d0f5169 nfs_request_add_commit_list_locked +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x0f50490a get_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1003869f nfs_init_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x10962bc2 nfs_auth_info_match +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x133aa7e3 nfs_filemap_write_and_wait_range +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x134c6ff1 nfs4_label_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x168fe6c9 nfs_request_add_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x1b093c4d nfs_clear_verifier_delegated +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x22d795a8 _nfs_display_fhandle_hash +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x23074f33 nfs_add_or_obtain +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x23094033 nfs_server_copy_userdata +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x23df6dcc nfs_dreq_bytes_left +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x265ee20a nfs_wait_client_init_complete +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x26884ff7 nfs_alloc_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x269285df nfs_commit_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x29086fa3 __tracepoint_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2944a7d4 nfs_scan_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x29ac83cd nfs_fhget +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2a609233 nfs_init_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2ac0d3b3 nfs_show_devname +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2d322693 nfs_initiate_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x2fc66eae nfs_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x30bd9b08 nfs_close_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x30f31244 nfs_client_for_each_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x327dff65 nfs_try_get_tree +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x34566b51 __tracepoint_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x36e83625 nfs_free_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3763b292 nfs_d_prune_case_insensitive_aliases +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x397e5e04 nfs_wait_on_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x39e05ac3 nfs_idmap_cache_timeout +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3c45c215 nfs_access_zap_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3c6cfed2 nfs_file_mmap +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3d990906 nfs_lock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f2690f2 nfs_check_flags +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x3f4fe3b9 nfs_access_get_cached +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40485806 nfs_post_op_update_inode_force_wcc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40739385 nfs_wait_bit_killable +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x40a6cad4 nfs_rmdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x42f2c81f nfs4_client_id_uniquifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x454aaba2 nfs_unlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4649bdc3 nfs_fs_type +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4738238d nfs_pageio_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4809bf61 nfs_show_path +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x492f2d31 nfs_retry_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4c26f4a3 nfs_rename +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4cb9e001 recover_lost_locks +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4db0685a nfs_sb_deactive +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x4eb6dbe5 alloc_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x51892d61 nfs_callback_set_tcpport +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x545e5d4b nfs_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x566bb2a1 nfs4_dentry_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5845de52 nfs_pageio_reset_write_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x584b8482 nfs_inc_attr_generation_counter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x587653f9 __traceiter_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5917deb9 nfs_inode_attach_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x597b8918 nfs_sync_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5aa3075e nfs_alloc_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5ab734e5 nfs_commit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5bae6dff nfs_setsecurity +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5c5cdde4 nfs_server_remove_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x5c92a3ba nfs_access_add_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x61e47f3d nfs_sysfs_link_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x64f13952 nfs_lookup +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x65e32cf4 nfs_server_insert_lists +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6d92d4ae nfs_file_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6e81f032 __SCK__tp_func_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x6fabe7bb nfs_alloc_fattr_with_label +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x70c9346b nfs_mark_client_ready +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x720aa5b6 nfs_statfs +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x722fb64e nfs_release_request +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x73dff4c0 __SCK__tp_func_nfs_xdr_status +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7489fc43 nfs_link +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x783cd432 nfs_init_server_rpcclient +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x791b54cf nfs_set_verifier +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x79b81caa nfs_zap_acl_cache +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x79fdd262 nfs_put_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7cd1d32c __traceiter_nfs_fsync_exit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7e202e89 __tracepoint_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x7e42f739 __traceiter_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8128cbc1 nfs_generic_pgio +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8499de4f nfs_alloc_fattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x88742564 nfs_kill_super +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8913d548 nfs_probe_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8b7c51ed nfs_pgheader_init +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8fa39c90 nfs_pageio_resend +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8fafaa62 nfs_invalidate_atime +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x8fbd7ed1 nfs_file_operations +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x90a5530f nfsiod_workqueue +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x91d1fe52 max_session_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x95007f7e __SCK__tp_func_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x956c3c5c nfs_write_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x98b0ece8 nfs_init_timeout_values +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x99048ae9 nfs_create_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9dafe51b nfs_writeback_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9e40f2ef nfs_revalidate_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0x9ee2b5e0 nfs_clear_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa0189938 nfs_drop_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa1d171fa nfs_do_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa1fc96d0 nfs_commitdata_alloc +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa57de344 nfs_create_rpc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa7d206ea nfs_sb_active +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8adea59 nfs_sysfs_add_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8d7cb2d nfs_permission +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xa8e9e1ae send_implementation_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaa6d7d2a nfs_commitdata_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaafd4acc max_session_cb_slots +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xac5c0e7d nfs_umount_begin +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xaf46ebbb nfs_alloc_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb0a5a017 nfs_file_splice_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb189c2d1 nfs_mkdir +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb235e726 nfs_refresh_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb7119126 __traceiter_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb73d2752 register_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb7a7fa09 nfs_pageio_reset_read_mds +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xb9350e86 nfs_setattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbbb235e0 nfs_get_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbc3e9987 nfs_symlink +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbcc60c8d __tracepoint_nfs_xdr_bad_filehandle +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xbfd593ac nfs_file_llseek +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc128e7ed nfs_pgio_current_mirror +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc36c0a69 nfs_reconfigure +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc3a2be67 nfs_net_id +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc6c8b8f1 nfs_access_set_mask +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xc7493c8f put_nfs_open_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcb43a550 nfs_free_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xcd76ecce nfs_initiate_commit +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xce8bda1e nfs_getattr +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd00a6d02 nfs_file_fsync +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd040dce9 nfs_fscache_open_file +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd0460714 nfs_sops +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd40f6fb7 nfs_force_lookup_revalidate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xd9e7d6f9 nfs_file_write +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdae9b5d7 nfs4_disable_idmapping +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdc9b7674 nfs_flock +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdce39e99 nfs_post_op_update_inode +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xdf298712 nfs_init_cinfo +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe01cc51a nfs_wb_all +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe49a0337 nfs_put_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe64c7461 nfs_check_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe743ad20 nfs_set_cache_invalid +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe7860de4 nfs_instantiate +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe8b5dcf5 nfs_clone_server +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xe95ff336 nfs_async_iocounter_wait +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xea7935ed nfs_atomic_open +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xebac847e unregister_nfs_version +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xebf112dd nfs_pageio_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf12b0c49 nfs_mknod +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf26b623d nfs_submount +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf632d036 nfs_get_lock_context +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf6d79ad2 nfs_file_release +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf776e195 nfs_pgio_header_free +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf8d2a371 nfs_request_remove_commit_list +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf9499204 nfs_read_alloc_scratch +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf96f04c4 __SCK__tp_func_nfs_fsync_enter +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xf98f0585 nfs_alloc_client +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfbc75cd5 nfs_show_options +EXPORT_SYMBOL_GPL fs/nfs/nfs 0xfc619abd _nfs_display_fhandle +EXPORT_SYMBOL_GPL fs/nfs/nfsv3 0xb35a73fa nfs3_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x02da1276 __tracepoint_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x04ebae94 pnfs_layout_mark_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x054bef45 layoutstats_timer +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x08261291 pnfs_generic_pg_cleanup +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x08b2c467 __SCK__tp_func_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x08d211e0 nfs4_pnfs_ds_add +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x099bc106 nfs4_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0b1b9e51 pnfs_destroy_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0bd06bd1 __tracepoint_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0d381e90 __tracepoint_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x0ff289f3 __SCK__tp_func_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x18b41178 __tracepoint_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1cb70d98 nfs4_init_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1d3360e0 nfs4_find_or_create_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x1d57c82c __tracepoint_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2174b794 __tracepoint_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2673ddc2 pnfs_unregister_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x27ad47ea __SCK__tp_func_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2f1e21ba __tracepoint_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x2fc6e644 pnfs_set_layoutcommit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x30a44ac3 __SCK__tp_func_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x32313fc7 nfs4_schedule_session_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3374313f pnfs_layoutcommit_inode +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3912abc2 __traceiter_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3c0a59e0 nfs4_test_session_trunk +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3d65fb47 pnfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x3eec2244 nfs4_set_ds_client +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x41a5a76e nfs4_pnfs_ds_put +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x44e31bce __traceiter_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x485162e0 nfs4_decode_mp_ds_addr +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x49bc1202 pnfs_generic_pg_writepages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x533c198f __SCK__tp_func_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5483941f pnfs_generic_search_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x555bb1db __tracepoint_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x570520e4 pnfs_generic_write_commit_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x579126b8 __SCK__tp_func_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x57ca3c92 pnfs_generic_prepare_to_resend_writes +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5961436c nfs4_setup_sequence +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x59d3d065 pnfs_report_layoutstat +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5a4314e9 __SCK__tp_func_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x5ee40705 pnfs_error_mark_layout_for_return +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x605179e5 __traceiter_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x60c0604b nfs4_put_deviceid_node +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x60e670b6 pnfs_generic_pg_readpages +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x65c1cc7d pnfs_ld_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x672f7ef7 nfs4_schedule_migration_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x679172e5 nfs_remove_bad_delegation +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x69d3558d pnfs_generic_rw_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6b7b1133 pnfs_read_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6e637af7 __tracepoint_pnfs_mds_fallback_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x6fd43a3a __traceiter_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7035c9e3 pnfs_generic_pg_test +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x71d57ba9 __traceiter_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x76d192ff nfs4_set_rw_stateid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x77731ed8 __traceiter_ff_layout_commit_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x785c06ab __SCK__tp_func_ff_layout_read_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x78a7d3e1 pnfs_generic_ds_cinfo_destroy +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7908c699 nfs4_mark_deviceid_available +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7a4e7f4e __SCK__tp_func_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7b7b7931 nfs4_schedule_lease_moved_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7cd013a8 __SCK__tp_func_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x7eabdfac pnfs_generic_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x802046c5 __tracepoint_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x808a0711 nfs4_schedule_stateid_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8be24f50 __tracepoint_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x8c19e247 pnfs_write_done_resend_to_mds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x92653a1f __traceiter_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9337d1a7 pnfs_set_lo_fail +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x93a07ec5 pnfs_generic_pg_check_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9840eb23 nfs4_delete_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9a02796a nfs4_test_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0x9f321589 pnfs_put_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa7494e95 pnfs_nfs_generic_sync +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xa84d759e pnfs_generic_commit_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xaf46d2a6 pnfs_alloc_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xaf8106c8 pnfs_generic_ds_cinfo_release_lseg +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb2286992 nfs4_mark_deviceid_unavailable +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xb97d45a9 nfs4_schedule_lease_recovery +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xba53a1ef __SCK__tp_func_pnfs_mds_fallback_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xbd424a1a __traceiter_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc17b94f7 pnfs_generic_pg_check_range +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc3331772 nfs_map_string_to_numeric +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc4432a6a nfs41_sequence_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc7a9d954 __SCK__tp_func_nfs4_pnfs_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xc94342f8 pnfs_ld_write_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcad7c292 pnfs_update_layout +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xcfd21791 nfs4_proc_getdeviceinfo +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd3521d76 nfs4_init_ds_session +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd47333c2 __tracepoint_nfs4_pnfs_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xd8f411fe pnfs_generic_recover_commit_reqs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdaa0c803 pnfs_free_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdd342fa8 __tracepoint_pnfs_mds_fallback_read_done +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xdf6991a4 __SCK__tp_func_pnfs_mds_fallback_write_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe055ea9b nfs4_find_get_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe317b400 nfs4_pnfs_ds_connect +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe3fed8ba pnfs_add_commit_array +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xe963ace0 __traceiter_nfs4_pnfs_commit_ds +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xea6281c8 pnfs_generic_scan_commit_lists +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xeaed9b6c pnfs_generic_pg_init_read +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xeb653354 pnfs_register_layoutdriver +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xed15fb41 nfs4_print_deviceid +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xef74b697 nfs42_proc_layouterror +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xefdf13fc __traceiter_pnfs_mds_fallback_pg_init_write +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf0b0bf4e __traceiter_pnfs_mds_fallback_pg_get_mirror_count +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf2486a86 pnfs_read_resend_pnfs +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf3c088dc __traceiter_pnfs_mds_fallback_read_pagelist +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf7801360 nfs41_maxgetdevinfo_overhead +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf915ad92 __traceiter_ff_layout_write_error +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xf999267e pnfs_generic_commit_release +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfa4ee150 pnfs_generic_clear_request_commit +EXPORT_SYMBOL_GPL fs/nfs/nfsv4 0xfd62ad54 pnfs_generic_layout_insert_lseg +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x1fe1e1ad locks_end_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x96838d2b locks_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0x9f7f9102 locks_start_grace +EXPORT_SYMBOL_GPL fs/nfs_common/grace 0xba0d8e98 opens_in_grace +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x464b1a6a nfs_stream_encode_acl +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0x77fc02be nfsacl_decode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xa05169af nfsacl_encode +EXPORT_SYMBOL_GPL fs/nfs_common/nfs_acl 0xcd8f37b7 nfs_stream_decode_acl +EXPORT_SYMBOL_GPL fs/nfsd/nfsd 0xda461cd8 nfsd4_ssc_init_umount_work +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x1510ec16 o2hb_register_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x3a52dbcb o2nm_get_node_by_num +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x4900035b o2hb_stop_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x58c88ff2 o2hb_get_all_regions +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x6a0c3847 __mlog_printk +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x81a17396 mlog_and_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0x83412071 o2nm_node_get +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa5266812 o2nm_node_put +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa87bc9e7 o2nm_configured_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xa941cb47 o2hb_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xb6ebf62a o2nm_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xb8bb8a6a o2hb_setup_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xbd13ee5d o2hb_check_node_heartbeating_no_sem +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xc4d99852 o2hb_check_node_heartbeating_from_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xd859ac8c o2net_fill_node_map +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xe578e69b o2hb_unregister_callback +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf1a5611d o2net_unregister_handler_list +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf29134b1 o2nm_get_node_by_ip +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf56c2017 mlog_not_bits +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xf982e6db o2net_send_message +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xfa83d357 o2net_send_message_vec +EXPORT_SYMBOL_GPL fs/ocfs2/cluster/ocfs2_nodemanager 0xfe1298f3 o2net_register_handler +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x00380662 dlm_unregister_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x28590ee0 dlm_register_domain +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0x7a1211f8 dlm_setup_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xa21a5484 dlm_print_one_lock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xa832115f dlmunlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xcab54668 dlm_register_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd7ba575e dlm_errmsg +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xd8fa57a6 dlm_unregister_eviction_cb +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xf6836455 dlmlock +EXPORT_SYMBOL_GPL fs/ocfs2/dlm/ocfs2_dlm 0xfb86b96f dlm_errname +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x0a726931 ocfs2_cluster_this_node +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x0cfd3fc5 ocfs2_cluster_connect_agnostic +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x1475f64b ocfs2_dlm_lvb_valid +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x4d3af7fa ocfs2_cluster_hangup +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x624121df ocfs2_plock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x6e4efcff ocfs2_kset +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x76f40744 ocfs2_dlm_lvb +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x93828c25 ocfs2_stack_glue_unregister +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0x9507547f ocfs2_cluster_disconnect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xaf969565 ocfs2_dlm_lock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbbc4ef97 ocfs2_stack_supports_plocks +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xbc89b944 ocfs2_stack_glue_register +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xc5196999 ocfs2_dlm_unlock +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xc9fae756 ocfs2_cluster_connect +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xcafdd707 ocfs2_dlm_lock_status +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xd344e4ee ocfs2_stack_glue_set_max_proto_version +EXPORT_SYMBOL_GPL fs/ocfs2/ocfs2_stackglue 0xd806a273 ocfs2_dlm_dump_lksb +EXPORT_SYMBOL_GPL fs/smb/common/cifs_arc4 0xabd9af6d cifs_arc4_crypt +EXPORT_SYMBOL_GPL fs/smb/common/cifs_arc4 0xc4c73891 cifs_arc4_setkey +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0x798f3830 cifs_md4_init +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0xceecd9e4 cifs_md4_final +EXPORT_SYMBOL_GPL fs/smb/common/cifs_md4 0xdef1096d cifs_md4_update +EXPORT_SYMBOL_GPL lib/842/842_compress 0xcf048a91 sw842_compress +EXPORT_SYMBOL_GPL lib/842/842_decompress 0xa4adedf1 sw842_decompress +EXPORT_SYMBOL_GPL lib/crc4 0x696b3a5a crc4 +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x0105b595 des_encrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x574eda34 des3_ede_decrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0x856a5ef3 des3_ede_encrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa6aa9857 des_decrypt +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa77b3b62 des3_ede_expand_key +EXPORT_SYMBOL_GPL lib/crypto/libdes 0xa8fb743d des_expand_key +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0x31d4e581 poly1305_init_generic +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0xd7219de2 poly1305_update_generic +EXPORT_SYMBOL_GPL lib/crypto/libpoly1305 0xf3945fcd poly1305_final_generic +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x068be394 notifier_err_inject_init +EXPORT_SYMBOL_GPL lib/notifier-error-inject 0x86b45dd1 notifier_err_inject_dir +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x18efd32f raid6_datap_recov +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0x3e193101 raid6_call +EXPORT_SYMBOL_GPL lib/raid6/raid6_pq 0xa51bfd9f raid6_2data_recov +EXPORT_SYMBOL_GPL net/802/garp 0x2968f917 garp_init_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x7c0d1c30 garp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/garp 0x98b26744 garp_request_join +EXPORT_SYMBOL_GPL net/802/garp 0xacd5db40 garp_register_application +EXPORT_SYMBOL_GPL net/802/garp 0xe170cb86 garp_unregister_application +EXPORT_SYMBOL_GPL net/802/garp 0xfb60d198 garp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0x1215a363 mrp_request_leave +EXPORT_SYMBOL_GPL net/802/mrp 0x3b887fe8 mrp_unregister_application +EXPORT_SYMBOL_GPL net/802/mrp 0x765f3e57 mrp_register_application +EXPORT_SYMBOL_GPL net/802/mrp 0x8dc31cfc mrp_request_join +EXPORT_SYMBOL_GPL net/802/mrp 0xbf67a690 mrp_uninit_applicant +EXPORT_SYMBOL_GPL net/802/mrp 0xd47cb642 mrp_init_applicant +EXPORT_SYMBOL_GPL net/802/stp 0x4b24f255 stp_proto_register +EXPORT_SYMBOL_GPL net/802/stp 0xb485dcde stp_proto_unregister +EXPORT_SYMBOL_GPL net/9p/9pnet 0x74071e76 p9_client_xattrwalk +EXPORT_SYMBOL_GPL net/9p/9pnet 0xee384091 p9_client_xattrcreate +EXPORT_SYMBOL_GPL net/bridge/bridge 0x0059755c br_multicast_has_querier_anywhere +EXPORT_SYMBOL_GPL net/bridge/bridge 0x06d3bb47 br_handle_frame_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x3175a064 br_vlan_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0x48147621 br_fdb_clear_offload +EXPORT_SYMBOL_GPL net/bridge/bridge 0x4b1737fa br_multicast_has_router_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0x4f04bbda br_fdb_find_port +EXPORT_SYMBOL_GPL net/bridge/bridge 0x603b7d08 nf_br_ops +EXPORT_SYMBOL_GPL net/bridge/bridge 0x6e0d4d90 br_vlan_get_info_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0x7b716ffe br_mst_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x7c5f0ec3 br_mst_get_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0x93a658d9 br_multicast_enabled +EXPORT_SYMBOL_GPL net/bridge/bridge 0x95154541 br_forward_finish +EXPORT_SYMBOL_GPL net/bridge/bridge 0x9abf8ec6 br_multicast_router +EXPORT_SYMBOL_GPL net/bridge/bridge 0x9e85b798 br_forward +EXPORT_SYMBOL_GPL net/bridge/bridge 0xa0ad545b br_vlan_get_pvid_rcu +EXPORT_SYMBOL_GPL net/bridge/bridge 0xa0fb5dba br_multicast_has_querier_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xa14c7ae5 br_get_ageing_time +EXPORT_SYMBOL_GPL net/bridge/bridge 0xb1ab03d2 br_multicast_list_adjacent +EXPORT_SYMBOL_GPL net/bridge/bridge 0xc7d5be91 br_port_get_stp_state +EXPORT_SYMBOL_GPL net/bridge/bridge 0xcd07e0e1 br_dev_queue_push_xmit +EXPORT_SYMBOL_GPL net/bridge/bridge 0xcfaba034 br_port_flag_is_set +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd2127eb1 br_vlan_get_pvid +EXPORT_SYMBOL_GPL net/bridge/bridge 0xd2c8c75b br_mst_get_info +EXPORT_SYMBOL_GPL net/bridge/bridge 0xe00aa73b br_vlan_get_proto +EXPORT_SYMBOL_GPL net/bridge/bridge 0xeb21fae4 br_vlan_enabled +EXPORT_SYMBOL_GPL net/dccp/dccp 0x09415246 dccp_sync_mss +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0a5acd17 dccp_rcv_established +EXPORT_SYMBOL_GPL net/dccp/dccp 0x0b6e0c1d dccp_rcv_state_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0x182ec2bf dccp_ackvec_parsed_add +EXPORT_SYMBOL_GPL net/dccp/dccp 0x24386f57 dccp_done +EXPORT_SYMBOL_GPL net/dccp/dccp 0x24c6d2e2 dccp_close +EXPORT_SYMBOL_GPL net/dccp/dccp 0x25f3e5f8 dccp_reqsk_init +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2a79f46a dccp_create_openreq_child +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2b0fdb6b dccp_hashinfo +EXPORT_SYMBOL_GPL net/dccp/dccp 0x2cd519cb dccp_set_state +EXPORT_SYMBOL_GPL net/dccp/dccp 0x37492bed dccp_feat_signal_nn_change +EXPORT_SYMBOL_GPL net/dccp/dccp 0x39128e9a dccp_setsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0x3fccdbc5 dccp_check_req +EXPORT_SYMBOL_GPL net/dccp/dccp 0x464c1a67 inet_dccp_listen +EXPORT_SYMBOL_GPL net/dccp/dccp 0x484f4963 dccp_send_sync +EXPORT_SYMBOL_GPL net/dccp/dccp 0x4cdd391d dccp_feat_list_purge +EXPORT_SYMBOL_GPL net/dccp/dccp 0x503251f4 dccp_destroy_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0x51bbb097 dccp_ioctl +EXPORT_SYMBOL_GPL net/dccp/dccp 0x557b8fd7 dccp_ctl_make_reset +EXPORT_SYMBOL_GPL net/dccp/dccp 0x59814a84 dccp_statistics +EXPORT_SYMBOL_GPL net/dccp/dccp 0x5d0364bf dccp_make_response +EXPORT_SYMBOL_GPL net/dccp/dccp 0x69f5487d dccp_reqsk_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0x6bc86c25 dccp_feat_nn_get +EXPORT_SYMBOL_GPL net/dccp/dccp 0x808459cf dccp_shutdown +EXPORT_SYMBOL_GPL net/dccp/dccp 0x80993155 dccp_timestamp +EXPORT_SYMBOL_GPL net/dccp/dccp 0x86be7924 dccp_packet_name +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9598d24d dccp_ackvec_parsed_cleanup +EXPORT_SYMBOL_GPL net/dccp/dccp 0x9c6ab57c dccp_destruct_common +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa15e94a0 dccp_parse_options +EXPORT_SYMBOL_GPL net/dccp/dccp 0xa39b7074 dccp_getsockopt +EXPORT_SYMBOL_GPL net/dccp/dccp 0xae303810 dccp_init_sock +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb1e79ced dccp_child_process +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb38b2351 dccp_disconnect +EXPORT_SYMBOL_GPL net/dccp/dccp 0xb8f0f612 dccp_send_ack +EXPORT_SYMBOL_GPL net/dccp/dccp 0xbcda7f83 dccp_recvmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd75b7072 dccp_orphan_count +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd8ae4d2b dccp_poll +EXPORT_SYMBOL_GPL net/dccp/dccp 0xd9fe9ad6 dccp_death_row +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf011b370 dccp_sendmsg +EXPORT_SYMBOL_GPL net/dccp/dccp 0xf83e6dd5 dccp_insert_option +EXPORT_SYMBOL_GPL net/dccp/dccp 0xff674843 dccp_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x410555e9 dccp_v4_send_check +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x48cb6467 dccp_invalid_packet +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0x8d1b2349 dccp_v4_do_rcv +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xd19e74a6 dccp_v4_connect +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xe9d38524 dccp_v4_request_recv_sock +EXPORT_SYMBOL_GPL net/dccp/dccp_ipv4 0xf963bb44 dccp_v4_conn_request +EXPORT_SYMBOL_GPL net/ife/ife 0x1d307bfb ife_encode +EXPORT_SYMBOL_GPL net/ife/ife 0x6210e871 ife_tlv_meta_next +EXPORT_SYMBOL_GPL net/ife/ife 0x67db2029 ife_tlv_meta_decode +EXPORT_SYMBOL_GPL net/ife/ife 0x8a0a73e2 ife_decode +EXPORT_SYMBOL_GPL net/ife/ife 0xe7888e98 ife_tlv_meta_encode +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x528b4f03 esp_output_head +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x6685722e esp_input_done2 +EXPORT_SYMBOL_GPL net/ipv4/esp4 0x8015e6d4 esp_output_tail +EXPORT_SYMBOL_GPL net/ipv4/gre 0x2141bdbf gre_del_protocol +EXPORT_SYMBOL_GPL net/ipv4/gre 0x2d8bc758 gre_add_protocol +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x069b7d37 inet_diag_dump_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x5e429736 inet_diag_msg_attrs_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x8330000e inet_diag_dump_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x8f7b8695 inet_sk_diag_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x929ddd11 inet_diag_find_one_icsk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x9307b964 inet_diag_register +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0x9fa60ef6 inet_diag_bc_sk +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xabcc6876 inet_diag_msg_common_fill +EXPORT_SYMBOL_GPL net/ipv4/inet_diag 0xeceab909 inet_diag_unregister +EXPORT_SYMBOL_GPL net/ipv4/ip_gre 0x505866a5 gretap_fb_dev_create +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x0b88b17b ip_md_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x2880f510 ip_tunnel_lookup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x440cbb14 ip_tunnel_uninit +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x516257e7 ip_tunnel_init +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x5782979a ip_tunnel_changelink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x581a869b ip_tunnel_rcv +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x64615b52 __ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x7fc8f5a4 ip_tunnel_init_net +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x8b50fc8f ip_tunnel_change_mtu +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x911ef8ad ip_tunnel_delete_nets +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9908a6b1 ip_tunnel_ctl +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9a43f208 ip_tunnel_siocdevprivate +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9d015bff ip_tunnel_encap_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0x9eeaf3ec ip_tunnel_setup +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xa5a6ed4d ip_tunnel_dellink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xc76520b6 ip_tunnel_newlink +EXPORT_SYMBOL_GPL net/ipv4/ip_tunnel 0xe2d64991 ip_tunnel_xmit +EXPORT_SYMBOL_GPL net/ipv4/netfilter/arp_tables 0x51825a85 arpt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/ip_tables 0x553350f3 ipt_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0x7bff5cd0 nf_defrag_ipv4_disable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_defrag_ipv4 0xf65ad409 nf_defrag_ipv4_enable +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_dup_ipv4 0xfc9a3dc1 nf_dup_ipv4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x0fd84e86 nf_send_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x1fef798f nf_reject_ip_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x8e152ba2 nf_reject_skb_v4_unreach +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0x9ed1ddb2 nf_reject_iphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xa8a441a4 nf_reject_ip_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xcc706775 nf_reject_skb_v4_tcp_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_reject_ipv4 0xcf14ebb6 nf_send_reset +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_socket_ipv4 0xb92f15b8 nf_sk_lookup_slow_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x0560f58b nf_tproxy_handle_time_wait4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x40a534e4 nf_tproxy_laddr4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nf_tproxy_ipv4 0x60866bf5 nf_tproxy_get_sock_v4 +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0x5a13c452 nft_fib4_eval +EXPORT_SYMBOL_GPL net/ipv4/netfilter/nft_fib_ipv4 0xf9cfd358 nft_fib4_eval_type +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x3d9ca7d1 tcp_vegas_pkts_acked +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x44bf5a8d tcp_vegas_cwnd_event +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0x7f17e234 tcp_vegas_init +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xba587496 tcp_vegas_get_info +EXPORT_SYMBOL_GPL net/ipv4/tcp_vegas 0xfc987639 tcp_vegas_state +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x293ab916 udp_tunnel_xmit_skb +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x2a95b3e6 udp_tunnel_sock_release +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x4e6a8536 udp_tun_rx_dst +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0x53b3cd3a udp_tunnel_push_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xa080106b udp_tunnel_drop_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xabe2dfe4 udp_tunnel_notify_del_rx_port +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xd4409602 setup_udp_tunnel_sock +EXPORT_SYMBOL_GPL net/ipv4/udp_tunnel 0xe7191e2a udp_tunnel_notify_add_rx_port +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x5b911b55 esp6_output_tail +EXPORT_SYMBOL_GPL net/ipv6/esp6 0x8a9b844d esp6_output_head +EXPORT_SYMBOL_GPL net/ipv6/esp6 0xdb17238b esp6_input_done2 +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x6c010760 ip6_tnl_encap_setup +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0x74aa769a ip6_tnl_rcv_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_tunnel 0xbcfafc7a ip6_tnl_xmit_ctl +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0xa3d88f5b udp_sock_create6 +EXPORT_SYMBOL_GPL net/ipv6/ip6_udp_tunnel 0xb7a2748d udp_tunnel6_xmit_skb +EXPORT_SYMBOL_GPL net/ipv6/netfilter/ip6_tables 0xbb857bb0 ip6t_alloc_initial_table +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x49cccb08 nf_defrag_ipv6_disable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0x5e35d291 nf_ct_frag6_gather +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_defrag_ipv6 0xa58cd3b0 nf_defrag_ipv6_enable +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_dup_ipv6 0x08e708a3 nf_dup_ipv6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x1b1bd160 nf_reject_skb_v6_tcp_reset +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x22f525e4 nf_send_unreach6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x31e67af1 nf_reject_ip6_tcphdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0x9f9d1b5f nf_reject_ip6_tcphdr_get +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xd308a4c5 nf_send_reset6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xf62fb49d nf_reject_ip6hdr_put +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_reject_ipv6 0xfc07fb00 nf_reject_skb_v6_unreach +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_socket_ipv6 0x3e48b4d1 nf_sk_lookup_slow_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x1fb85c9a nf_tproxy_get_sock_v6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0x76904d2a nf_tproxy_handle_time_wait6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nf_tproxy_ipv6 0xc5f60e99 nf_tproxy_laddr6 +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x4ebd77a1 nft_fib6_eval_type +EXPORT_SYMBOL_GPL net/ipv6/netfilter/nft_fib_ipv6 0x8befafa9 nft_fib6_eval +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x0729862b l2tp_tunnel_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x078418c7 l2tp_tunnel_get_session +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x2b26c9df l2tp_tunnel_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x37f6ea3f l2tp_recv_common +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x438e9c55 l2tp_tunnel_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x4e4c3589 l2tp_tunnel_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x4ed101ad l2tp_session_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x4fbaadf6 l2tp_session_get_by_ifname +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x53dd4acc l2tp_sk_to_tunnel +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5c3ae96a l2tp_tunnel_get +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x5d3457ce l2tp_session_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x6c7cf8b5 l2tp_session_inc_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x8a1114af l2tp_session_dec_refcount +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x8cdc7ea6 l2tp_tunnel_register +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0x9657d54f l2tp_session_get_nth +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa5a89170 l2tp_xmit_skb +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xa8a5beca l2tp_tunnel_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc148552a l2tp_session_delete +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc4fde603 l2tp_session_set_header_len +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xc5927453 l2tp_udp_encap_recv +EXPORT_SYMBOL_GPL net/l2tp/l2tp_core 0xe280b472 l2tp_session_create +EXPORT_SYMBOL_GPL net/l2tp/l2tp_ip 0xe955c8b8 l2tp_ioctl +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0x337f2432 l2tp_nl_unregister_ops +EXPORT_SYMBOL_GPL net/l2tp/l2tp_netlink 0xeeec1892 l2tp_nl_register_ops +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x4866db41 nla_put_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x69b50a2f mpls_pkt_too_big +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0x8ee316eb nla_get_labels +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xc2c31209 mpls_output_possible +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xd2901ff3 mpls_dev_mtu +EXPORT_SYMBOL_GPL net/mpls/mpls_router 0xe5eb47f1 mpls_stats_inc_outucastpkts +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x0b2310aa ip_set_alloc +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x0fea0687 ip_set_init_comment +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x1220b0c3 ip_set_add +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x19a8e292 ip_set_match_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x229e67ad ip_set_nfnl_get_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x22d966c6 ip_set_range_to_cidr +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x2d60f485 ip_set_type_register +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x34112154 ip_set_del +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x397f6231 ip_set_free +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x3cad2432 ip_set_nfnl_put +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x4a609232 ip_set_get_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x4c062558 ip_set_get_byname +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x4c95db7d ip_set_get_ip4_port +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x50615cbf ip_set_test +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x56b77f48 ip_set_put_flags +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x68c377bc ip_set_type_unregister +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7457870b ip_set_put_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x7924b6de ip_set_hostmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x81fff2d1 ip_set_netmask_map +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9c9d8952 ip_set_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9ce52c46 ip_set_name_byindex +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0x9e98722b ip_set_get_ipaddr6 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xa293f8a6 ip_set_get_ipaddr4 +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xb84eeef5 ip_set_elem_len +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xda7a0f40 ip_set_put_extensions +EXPORT_SYMBOL_GPL net/netfilter/ipset/ip_set 0xf7fadf35 ip_set_get_ip6_port +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x19576d5f ip_vs_conn_in_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x31591cd4 ip_vs_conn_out_get_proto +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0x5c5ea606 unregister_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/ipvs/ip_vs 0xf6d2236f register_ip_vs_pe +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x40eafe61 nf_conncount_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0x419ab422 nf_conncount_list_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xa537d70a nf_conncount_gc_list +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xbee47770 nf_conncount_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xe563b048 nf_conncount_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xef46bc18 nf_conncount_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conncount 0xf808bf82 nf_conncount_cache_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0460ec0f nf_ct_invert_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0bc00f80 nf_nat_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0c4dc18c nf_ct_expect_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0dca4fa3 nf_ct_destroy_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0e41013a nf_ct_seq_offset +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0e8716f5 __nf_conntrack_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0f612cd0 nf_ct_acct_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x0f8999e3 nf_conntrack_helpers_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x128f37a9 nf_ct_expect_related_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x14425cd2 nf_conntrack_eventmask_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1a0eaff4 nf_ct_netns_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x1b4f757a nf_conn_pernet_ecache +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x223ec9e9 nf_conntrack_helpers_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x224e76e5 nf_ct_helper_expectfn_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2362ed18 __nf_ct_expect_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x24e8d0f0 __nf_ct_change_status +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x289c3714 nf_ct_alloc_hashtable +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x28ea8860 nf_ct_ecache_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x28eff409 nf_conntrack_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x2b63d811 nf_conntrack_helper_try_module_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3351bded nf_ct_unlink_expect_report +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x36a2df70 nf_ct_helper_log +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3985d230 nf_connlabels_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x39d77755 nf_connlabels_replace +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x3a913d28 nf_ct_bridge_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x44b4df37 nf_ct_expect_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x4556759f nf_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x46503331 nf_ct_tmpl_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x51dffc1b nf_conntrack_register_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x51eb5ce4 nf_ct_netns_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x55b59bf9 nf_ct_set_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x56b7a35b nf_ct_expect_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x5d39d916 nf_conntrack_tuple_taken +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x62c3a748 nf_ct_helper_expectfn_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x65139bc7 nf_conntrack_unregister_notifier +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x672bfe07 nf_ct_handle_fragments +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x693c3961 nf_ct_helper_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6cbd5de7 nf_conntrack_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x6cec48be nf_ct_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x72f6ab5c nf_nat_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x752f0aa2 nf_ct_port_nlattr_to_tuple +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x76847c4f __nf_ct_change_timeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x7b0b8b83 nf_conntrack_alter_reply +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x81563725 nf_ct_port_tuple_to_nlattr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x83ded7ce nf_conntrack_helper_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x84341d1d nf_ct_helper_expectfn_find_by_name +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x85eac653 nf_ct_iterate_cleanup_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8900816d nf_ct_expect_iterate_net +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8be4294b nf_ct_expect_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8be8a889 nf_ct_remove_expectations +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8c92fd7c nf_ct_helper_expectfn_find_by_symbol +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x8ffe7e89 nf_conntrack_htable_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9136df28 __nf_ct_refresh_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9867aa51 nf_conntrack_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x99a066b2 nf_ct_iterate_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9a21f228 nf_conntrack_find_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9b05b393 nf_conntrack_in +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0x9be85a86 nf_conntrack_hash_check_insert +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa1005c24 nf_ct_unexpect_related +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa5fbf141 nf_ct_skb_network_trim +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa69002e8 nf_ct_gre_keymap_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa6a38acd nf_conntrack_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa6e5a2e3 nf_ct_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa94885b1 nf_ct_tmpl_free +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xa975dd60 nf_ct_seq_adjust +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaac19960 nf_ct_untimeout +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xac4ef06f nf_ct_add_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xaebfdccb nf_ct_remove_expect +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb39356f5 nf_ct_port_nla_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb5406684 nf_conntrack_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb63ba88b nf_ct_change_status_common +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xb8969282 nf_ct_gre_keymap_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbb690641 __nf_conntrack_helper_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xbe9836ad nf_ct_l4proto_log_invalid +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc0284b47 nf_ct_delete +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc18ac88d nf_ct_expect_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc1cc6871 nf_ct_helper_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc1cfe28a nf_connlabels_get +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc3def024 nf_nat_helper_register +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xc40f284c nf_ct_helper_hsize +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xce419139 nf_ct_bridge_unregister +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xceaaac37 nf_conntrack_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd3bd8790 nf_ct_deliver_cached_events +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd505c3e0 nf_ct_port_nlattr_tuple_size +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd8b77d2e nf_ct_get_tuplepr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xd9cc99d7 nf_conntrack_expect_lock +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xda6de132 nf_ct_l4proto_find +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xdd87c7de nf_ct_kill_acct +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xeb9125b5 nf_confirm +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec0d2d80 nf_ct_tcp_seqadj_set +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xec8beba6 nf_ct_expect_hash +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf0578e17 nf_ct_seqadj_init +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf24e79d8 nf_conntrack_locks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf35492d1 __nf_ct_try_assign_helper +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf38bcdf3 nf_conntrack_max +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf39eca2c nf_ct_timeout_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf578a75a nf_ct_get_id +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf7da140d nf_ct_helper_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xf91059d5 nf_nat_helper_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfc2d13a5 nf_ct_expect_put +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack 0xfded950b nf_conntrack_count +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_amanda 0xe48b7b9a nf_nat_amanda_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_broadcast 0x86c3be2d nf_conntrack_broadcast_help +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_ftp 0x71283e89 nf_nat_ftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0x5ce276ff nfct_h323_nat_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_h323 0xf354ac86 get_h225_addr +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_irc 0x3d0a9dac nf_nat_irc_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_pptp 0xaf0ea992 nf_nat_pptp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x2c4051e1 ct_sip_parse_address_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x2fcde77d nf_nat_sip_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x4e155565 ct_sip_get_sdp_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0x81521991 ct_sip_parse_request +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xb0921406 ct_sip_parse_header_uri +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xb9235ee5 ct_sip_get_header +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_sip 0xd28c3fdf ct_sip_parse_numerical_param +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_snmp 0x2d70debe nf_nat_snmp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_conntrack_tftp 0x1450f9c1 nf_nat_tftp_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x30c7b623 nf_dup_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x45903322 nf_fwd_netdev_egress +EXPORT_SYMBOL_GPL net/netfilter/nf_dup_netdev 0x46147f20 nft_fwd_dup_netdev_offload +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x1b6f17ef nf_flow_table_offload_setup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x2da5cf79 nf_flow_snat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x43d982c2 nf_flow_offload_ip_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x649c2f9e flow_offload_add +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x71625bb6 nf_flow_offload_ipv6_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x829adb9f flow_offload_alloc +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0x9b8be22c nf_flow_table_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xa420c95a nf_flow_table_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xa5e19c74 flow_offload_route_init +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xa859c155 flow_offload_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xb574938c flow_offload_free +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xbf16f55f nf_flow_rule_route_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xbf7ab027 nf_flow_dnat_port +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xce48bf47 nf_flow_table_cleanup +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xd5b385ad flow_offload_refresh +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xe14dd632 flow_offload_teardown +EXPORT_SYMBOL_GPL net/netfilter/nf_flow_table 0xfcbc12b7 nf_flow_rule_route_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x007842e8 nf_nat_redirect_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x156d1182 nf_nat_alloc_null_binding +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x1a83595f nf_nat_inet_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x284216ef nf_nat_packet +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3341a266 nf_nat_redirect_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3bc17c49 nf_nat_masquerade_inet_register_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x3dfcbf92 nf_nat_masquerade_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x4f4f0fa2 nf_nat_ipv6_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x5aec503e nf_ct_nat_ext_add +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x64e82193 nf_nat_ipv4_register_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0x880f42f9 nf_nat_inet_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xab157c04 nf_nat_ipv6_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xb19e5dde nf_nat_ipv4_unregister_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc526efa8 nf_nat_masquerade_ipv4 +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xc62d7d83 nf_nat_icmpv6_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xca1273d2 nf_nat_exp_find_port +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xd9c25654 nf_nat_masquerade_inet_unregister_notifiers +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xdb824f3c nf_ct_nat +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xfcd1a763 nf_nat_icmp_reply_translation +EXPORT_SYMBOL_GPL net/netfilter/nf_nat 0xfd791ebd nf_nat_inet_fn +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x0e8aebbe nf_synproxy_ipv4_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x1f099794 synproxy_init_timestamp_cookie +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x5f513a59 nf_synproxy_ipv6_init +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x775b3b58 synproxy_recv_client_ack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x7e571846 synproxy_send_client_synack_ipv6 +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x7e688038 synproxy_send_client_synack +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0x8ff8c80b nf_synproxy_ipv6_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb1749aba ipv6_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb241138f ipv4_synproxy_hook +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xb688df46 synproxy_parse_options +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xca9fc082 synproxy_net_id +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xde2319ec nf_synproxy_ipv4_fini +EXPORT_SYMBOL_GPL net/netfilter/nf_synproxy_core 0xe1e577fd synproxy_recv_client_ack +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x02192b5f nft_meta_inner_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x0c690017 nft_unregister_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x117fe49c nft_meta_set_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x11a19f9e nft_meta_get_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x146cd711 nft_meta_get_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x22636779 nft_data_dump +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x249e5be4 nf_tables_bind_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3251d762 nf_tables_trans_destroy_flush_work +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x32e84fe9 nft_set_catchall_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x35989f18 nft_set_elem_destroy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x3e18ca05 nft_unregister_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x41b71e65 nft_trace_enabled +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x42d57e05 nft_meta_set_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4b98e789 nf_tables_activate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x4cecbb60 nft_meta_policy +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x55c2762b __nft_release_basechain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x5e427d56 nft_register_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x655f56f2 nft_chain_validate_hooks +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x66cc5664 nft_expr_reduce_bitwise +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6cbe78df nf_tables_deactivate_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x6d791e18 __nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x7021cb90 nft_data_release +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x73f29de2 nft_obj_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x75d8a030 nft_meta_get_reduce +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x77e0f8b3 nft_obj_notify +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x81ab7ab2 nft_dump_register +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x87b4dae8 nft_do_chain +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x907f8285 nft_parse_register_store +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0x9488fd9e nft_flowtable_lookup +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa3eb2fbf nft_unregister_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa69e4b36 nft_meta_set_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa79f479d nf_tables_deactivate_flowtable +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xa9f8518a nft_chain_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xabcd413f nft_meta_get_eval +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xaeedc5e4 nft_unregister_chain_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb0f3d612 nft_reg_track_update +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xb96374b2 nft_register_expr +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xcceab45a nft_set_lookup_global +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xcf21dd54 nft_reg_track_cancel +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xd06e097d nf_tables_destroy_set +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xde57b5f5 nft_parse_u32_check +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe0ab4d03 nft_data_init +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe2b8cc13 nft_parse_register_load +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe414610f nft_meta_set_validate +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe680c95d nft_register_flowtable_type +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xe944fda8 nft_register_obj +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xea0302b7 nft_chain_validate_dependency +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xee52584d nft_request_module +EXPORT_SYMBOL_GPL net/netfilter/nf_tables 0xf41babcb nft_meta_set_dump +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x3ce4dc51 nfnetlink_subsys_register +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x4ca7a104 nfnetlink_set_err +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5ce3b588 nfnl_lock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x5df56d55 nfnetlink_send +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x653a87e5 nfnetlink_unicast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x7596205a nfnetlink_has_listeners +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0x79af403d nfnetlink_subsys_unregister +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xb68f8581 nfnetlink_broadcast +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink 0xdb065657 nfnl_unlock +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x286b7c8b nfnl_acct_find_get +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x459e97c4 nfnl_acct_update +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0x596756d5 nfnl_acct_overquota +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_acct 0xbecf5d14 nfnl_acct_put +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x35eff5e0 nf_osf_fingers +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x5b71933d nf_osf_find +EXPORT_SYMBOL_GPL net/netfilter/nfnetlink_osf 0x77903f11 nf_osf_match +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x3aef54e9 nft_fib_init +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x3c1752ba nft_fib_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x6b71692c nft_fib_reduce +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x6ed5e157 nft_fib_dump +EXPORT_SYMBOL_GPL net/netfilter/nft_fib 0x89048159 nft_fib_store_result +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x054a45ef nft_reject_validate +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x1de558c1 nft_reject_icmpv6_code +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x68f193e8 nft_reject_init +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0x9d46ccf8 nft_reject_policy +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xe2c84666 nft_reject_icmp_code +EXPORT_SYMBOL_GPL net/netfilter/nft_reject 0xf56667aa nft_reject_dump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x04e27719 xt_compat_flush_offsets +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x069eb531 xt_register_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x0821651f xt_compat_match_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x08d0bdeb xt_request_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x0d28ec50 xt_unregister_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x0e277bb6 xt_proto_init +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x0fdae50a xt_compat_match_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x16e993f9 xt_replace_table +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x1c21fe7a xt_check_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x20017304 xt_proto_fini +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x33067f18 xt_compat_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x4844a7e9 xt_register_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x59ca9722 xt_hook_ops_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x7bce4603 xt_data_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x807d2b2c xt_recseq +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x823edea5 xt_compat_add_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9579782c xt_compat_target_offset +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0x9c995c69 xt_percpu_counter_alloc +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xa7c94f1d xt_compat_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xaee6344f xt_compat_target_from_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbb060dca xt_table_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xbfacb837 xt_percpu_counter_free +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc5bfea39 xt_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xc7fae024 xt_compat_calc_jump +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xcb30ee91 xt_match_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd1e246a2 xt_compat_unlock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd1f67e16 xt_unregister_template +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd2de6381 xt_request_find_target +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd3fcc511 xt_tee_enabled +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd4737bd2 xt_check_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xd51877a5 xt_find_table_lock +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xddf68fc6 xt_find_revision +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xe0402299 xt_compat_target_to_user +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf4802013 xt_request_find_match +EXPORT_SYMBOL_GPL net/netfilter/x_tables 0xf6abeb06 xt_copy_counters +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0x4471e8a9 xt_rateest_lookup +EXPORT_SYMBOL_GPL net/netfilter/xt_RATEEST 0xbe983bc8 xt_rateest_put +EXPORT_SYMBOL_GPL net/nsh/nsh 0x746372a2 nsh_push +EXPORT_SYMBOL_GPL net/nsh/nsh 0xd37f154e nsh_pop +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x430a4170 ovs_vport_free +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x86ca5062 ovs_vport_alloc +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0x9a15d9ff __ovs_vport_ops_register +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xbc9e2b2e ovs_netdev_tunnel_destroy +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xdf09bfa7 ovs_vport_ops_unregister +EXPORT_SYMBOL_GPL net/openvswitch/openvswitch 0xf2c161bb ovs_netdev_link +EXPORT_SYMBOL_GPL net/psample/psample 0x1ca4d7bb psample_sample_packet +EXPORT_SYMBOL_GPL net/psample/psample 0x94b298b5 psample_group_take +EXPORT_SYMBOL_GPL net/psample/psample 0xb3dd743a psample_group_put +EXPORT_SYMBOL_GPL net/psample/psample 0xfc102bf0 psample_group_get +EXPORT_SYMBOL_GPL net/rds/rds 0x00a467af rds_wq +EXPORT_SYMBOL_GPL net/rds/rds 0x0812b1d7 rds_connect_path_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x0e4bc7ee rds_inc_path_init +EXPORT_SYMBOL_GPL net/rds/rds 0x0efcab22 rds_inc_init +EXPORT_SYMBOL_GPL net/rds/rds 0x11ad3938 rds_atomic_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0x1258ac30 rds_info_deregister_func +EXPORT_SYMBOL_GPL net/rds/rds 0x12e9e99e rds_inc_put +EXPORT_SYMBOL_GPL net/rds/rds 0x16853a19 rds_message_put +EXPORT_SYMBOL_GPL net/rds/rds 0x1aa6a8ca rds_trans_unregister +EXPORT_SYMBOL_GPL net/rds/rds 0x20b51360 rds_trans_register +EXPORT_SYMBOL_GPL net/rds/rds 0x2b0d543c rds_message_add_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x3056a0e3 rds_conn_destroy +EXPORT_SYMBOL_GPL net/rds/rds 0x36087aa4 rds_stats +EXPORT_SYMBOL_GPL net/rds/rds 0x3813232f rds_conn_create +EXPORT_SYMBOL_GPL net/rds/rds 0x45a4781e rds_addr_cmp +EXPORT_SYMBOL_GPL net/rds/rds 0x5473d91b rds_message_addref +EXPORT_SYMBOL_GPL net/rds/rds 0x55080b12 rds_send_path_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x582fe5cf rds_message_add_rdma_dest_extension +EXPORT_SYMBOL_GPL net/rds/rds 0x585f567b rds_message_populate_header +EXPORT_SYMBOL_GPL net/rds/rds 0x5c71df7d rds_recv_incoming +EXPORT_SYMBOL_GPL net/rds/rds 0x63706a8d rds_conn_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x6541f705 rds_info_register_func +EXPORT_SYMBOL_GPL net/rds/rds 0x7156ba95 rds_send_path_reset +EXPORT_SYMBOL_GPL net/rds/rds 0x7b399e66 rds_page_remainder_alloc +EXPORT_SYMBOL_GPL net/rds/rds 0x7bdbe8f4 rds_conn_path_drop +EXPORT_SYMBOL_GPL net/rds/rds 0x825f4fb7 rds_send_xmit +EXPORT_SYMBOL_GPL net/rds/rds 0x83d85669 rds_message_unmapped +EXPORT_SYMBOL_GPL net/rds/rds 0x8e5d55c1 rds_conn_create_outgoing +EXPORT_SYMBOL_GPL net/rds/rds 0x8ec3fc9c rds_send_drop_acked +EXPORT_SYMBOL_GPL net/rds/rds 0x9cd0bc7a rds_conn_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0x9ff02254 rds_rdma_send_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xaad91fb2 rds_conn_path_connect_if_down +EXPORT_SYMBOL_GPL net/rds/rds 0xc2dab779 rds_info_copy +EXPORT_SYMBOL_GPL net/rds/rds 0xcfb36548 rds_for_each_conn_info +EXPORT_SYMBOL_GPL net/rds/rds 0xd949fdff rds_cong_map_updated +EXPORT_SYMBOL_GPL net/rds/rds 0xdc08d125 rds_send_ping +EXPORT_SYMBOL_GPL net/rds/rds 0xe2e68668 rds_connect_complete +EXPORT_SYMBOL_GPL net/rds/rds 0xf1bbab74 rds_stats_info_copy +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0xb58129ae mqprio_validate_qopt +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0xc70db25c mqprio_qopt_reconstruct +EXPORT_SYMBOL_GPL net/sched/sch_mqprio_lib 0xcede419b mqprio_fp_to_offload +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x26a9b909 pie_process_dequeue +EXPORT_SYMBOL_GPL net/sched/sch_pie 0x6ce9b467 pie_calculate_probability +EXPORT_SYMBOL_GPL net/sched/sch_pie 0xfbd8167d pie_drop_early +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x2940d030 taprio_offload_get +EXPORT_SYMBOL_GPL net/sched/sch_taprio 0x7c6b158e taprio_offload_free +EXPORT_SYMBOL_GPL net/sctp/sctp 0x478baff8 sctp_get_sctp_info +EXPORT_SYMBOL_GPL net/sctp/sctp 0x5e70f0d2 sctp_transport_traverse_process +EXPORT_SYMBOL_GPL net/sctp/sctp 0xe634454d sctp_for_each_endpoint +EXPORT_SYMBOL_GPL net/sctp/sctp 0xf47cd5cd sctp_transport_lookup_process +EXPORT_SYMBOL_GPL net/smc/smc 0x115d709f smc_unhash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0x2364d8b2 smc_proto +EXPORT_SYMBOL_GPL net/smc/smc 0xb4c4c7da smc_hash_sk +EXPORT_SYMBOL_GPL net/smc/smc 0xd0b8ccea smc_proto6 +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x03422d16 svcauth_gss_flavor +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x17216951 gss_mech_unregister +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x38d3dce5 g_make_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x482ac5a4 g_token_size +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0x71c82223 gss_mech_register +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xd7673035 g_verify_token_header +EXPORT_SYMBOL_GPL net/sunrpc/auth_gss/auth_rpcgss 0xe589db7b svcauth_gss_register_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x022c2670 csum_partial_copy_to_xdr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x03fa5738 rpc_max_bc_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05478b67 rpc_put_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05b21880 cache_seq_stop_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x05e807a9 xdr_encode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x062aa0b9 rpc_ntop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x063b7c60 gssd_running +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x065994f1 xdr_encode_opaque_fixed +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x06f0edc2 _copy_from_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0757db74 xdr_init_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x087ec93d rpcauth_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0aa25bbe rpc_clnt_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0abbced5 svc_bind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0cf5097d rpc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0ebd0498 auth_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x0f121fae cache_unregister_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x103944c1 rpc_init_priority_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x105693ea rpc_clnt_xprt_switch_remove_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x125b59d9 rpc_bind_new_program +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1261590f xprt_destroy_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x13085b22 rpc_uaddr2sockaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x13b43627 xprt_write_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1422ab89 sunrpc_cache_lookup_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1a1a7c74 rpc_init_pipe_dir_head +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1a566b18 svc_auth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1bef62e5 xprt_adjust_cwnd +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1cbe6361 xprt_reconnect_backoff +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1db54e17 rpc_wake_up_first +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1db9984d rpc_wake_up_next +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1de27875 rpc_release_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e119a79 rpcauth_get_pseudoflavor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x1e3f40b9 xprt_wait_for_reply_request_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2133cc5b auth_domain_lookup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x22be76a1 svc_sock_update_bufs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2720842d rpc_task_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x27f367fa svc_xprt_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x27fe6277 sunrpc_cache_update +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x28d76fde cache_check +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2919b156 xdr_decode_string_inplace +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x29c32685 rpc_machine_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2cdd743e xprt_add_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2d82a9dd xdr_page_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2e1da348 rpc_clnt_manage_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x2ec4a09f svc_seq_show +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x309ddad0 rpc_unlink +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x31a89d59 rpc_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x328ea260 svc_xprt_copy_addrs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x329b67dc rpc_sleep_on_priority +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3342b7c6 svc_create_pooled +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x33a3905b rpc_sleep_on +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x36bee19e svc_xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x37ca45e5 xprt_pin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x37f58685 rpc_switch_client_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x387e1639 rpc_pipefs_notifier_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x397bc72c rpc_restart_call_prepare +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3992e5bd bc_svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a0f5bf9 rpc_task_release_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3a5c83ee rpcauth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3aa68414 rpc_wait_for_completion_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3b3fd982 rpc_clnt_iterate_for_each_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3c450a3b svc_reg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3cb40040 xprt_unpin_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3d35204b svc_rpcbind_set_version +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3de3be9c xdr_inline_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3ed3ebdc rpc_run_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x3f9a2b0b rpcauth_get_gssinfo +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4161707f xprt_release_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x431e58db xprt_wake_up_backlog +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x43a6fce6 xdr_read_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4446f26b svc_age_temp_xprts_now +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x448d2f37 svc_xprt_init +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x459f5e64 rpc_d_lookup_sb +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x45ca6f8f xprt_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x463d5018 xprt_force_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x46b58233 sunrpc_cache_pipe_upcall_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x470b3054 rpc_setbufsize +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x481fb54b rpc_malloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4a39a822 xdr_stream_pos +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4ab6f200 svc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4afedab1 xprtiod_workqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4b30519f rpc_clnt_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4b5a853d rpc_sleep_on_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dac77f0 xdr_encode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4dc7b1fb svc_generic_init_request +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e451662 svc_exit_thread +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e8f6ca7 sunrpc_net_id +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4e9cbd9a unix_domain_find +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x4f02ba57 svc_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x50a605d4 rpc_count_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5101f7cd xdr_write_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x51e7b322 rpc_clnt_disconnect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x525d2db9 rpc_put_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x53445f68 nlm_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x55edf643 rpcauth_destroy_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5612f9c1 svc_encode_result_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x57c7b07a sunrpc_destroy_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x595e8dfb xprt_release_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x59d7f3c4 rpc_queue_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a45ba31 svc_auth_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5a93d9a5 xprt_request_get_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5bd8dc1e cache_destroy_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5c6fa9d1 sunrpc_cache_pipe_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5cc1d3ab xdr_set_pagelen +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5d7f6964 xdr_encode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5da99bb9 rpc_remove_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5e271c8d rpc_mkpipe_dentry +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x5f78645b xprt_wait_for_buffer_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x609202f9 rpc_task_gfp_mask +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x63143773 sunrpc_init_cache_detail +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x63728852 xdr_inline_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x641f6b19 xprt_unregister_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x647c7b3c svc_xprt_received +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x650a9656 rpc_init_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x65defa0f rpc_num_bc_slots +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x67d02dae xdr_stream_decode_string_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6915ae3c rpc_clnt_xprt_switch_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x69e6759b xprt_reserve_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6a29b542 svc_xprt_enqueue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6c9d1857 xprt_unlock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6cd143ef svc_xprt_deferred_close +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6ce2eb35 svc_xprt_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6e07e758 rpcauth_stringify_acceptor +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6e9516ec rpc_free_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x6f356271 rpc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x706b7529 svc_recv +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x71fa908a cache_flush +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x726f9471 rpc_clnt_xprt_switch_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x72f4994f rpc_exit +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x72f98eec rpc_init_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x730744b4 svc_print_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x77863271 rpcauth_lookup_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x779c3a37 xdr_buf_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x782c4463 xdr_terminate_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x78afcd47 svc_rqst_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x79191a95 svc_authenticate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x79bfa16b xdr_decode_array2 +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7b561699 rpcauth_unwrap_resp_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7badba72 xdr_stream_decode_opaque_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7bd561ff rpc_wake_up_queued_task +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7d1a8fe9 xprt_wake_pending_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7de53067 rpc_init_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x7f8df8bc svc_proc_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x801ef1fc svc_rqst_replace_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x82ad600a xdr_stream_encode_opaque_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8380330b svc_process +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x83d10888 svc_fill_symlink_pathname +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x84294aae rpc_put_task_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x85025257 __xdr_commit_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8508c4ed svc_wake_up +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x852608c8 rpc_get_sb_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x85cc37ad rpc_wake_up_status +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x85d6c50a svc_fill_write_vector +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x879381d9 rpcauth_wrap_req_encode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x87c93441 xprt_alloc_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x88559f3a rpc_cancel_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x89d84a1a xprt_reconnect_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b5b6734 xprt_disconnect_done +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8b730174 rpc_force_rebind +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8bd9a9e8 xdr_stream_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8c2835f0 rpc_call_null +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8d0dfe8f xprt_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8d20fde3 rpc_call_start +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8d76c537 xprt_complete_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8da79107 rpc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f0b1417 rpc_peeraddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f3fa1f7 xdr_reserve_space +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f483414 rpc_find_or_alloc_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f5cb696 xprt_setup_backchannel +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f8aa021 xprt_reserve_xprt_cong +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x8f93f483 rpc_destroy_pipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x928e7948 rpc_call_sync +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x93e017f8 xprt_free_slot +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x947204c1 svc_proc_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x951b0a58 xprt_lock_connect +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x97867eb5 rpc_max_payload +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9887ddc0 rpc_sleep_on_priority_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99432d05 rpc_clnt_setup_test_and_add_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x99934fb4 rpc_clnt_swap_activate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9b0d5f36 auth_domain_put +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9b8b998b rpcauth_lookupcred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9bfaed03 sunrpc_cache_unregister_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9cc84e32 svc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9deb9545 svc_generic_rpcbind_set +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0x9fa677d2 rpcb_getport_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa104a947 svc_xprt_names +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xa924edae rpc_set_connect_timeout +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xac1d2471 svc_drop +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xac93eb56 rpc_clnt_swap_deactivate +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf33f060 rpc_pton +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xaf5bf6ef nfs_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb0165efb rpc_add_pipe_dir_object +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb15aa809 rpc_clnt_xprt_switch_has_addr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb22f536f rpc_count_iostats_metrics +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb478fc42 rpc_net_ns +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb51a3724 rpc_pipefs_notifier_unregister +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb57d4d47 rpc_delay +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb6107199 cache_seq_next_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb63aa512 svc_rpcb_setup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb6da0142 sunrpc_cache_register_pipefs +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb8a46de3 rpc_create +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xb9943b6a xprt_wait_for_reply_request_def +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbabeb154 xprt_register_transport +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbc5dfb26 xdr_init_decode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbcdbdbb0 sunrpc_cache_unhash +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbf9d1b96 nfsd_debug +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xbff2013f rpc_mkpipe_data +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0296216 rpc_peeraddr2str +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0908dd0 svc_destroy +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc0b49680 write_bytes_to_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc12435e3 rpc_calc_rto +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc231882d xdr_buf_trim +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc2b3d531 xdr_truncate_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc442d221 svcauth_unix_set_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc4762fae rpc_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc4ca47f4 svc_reserve +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc70458da xdr_decode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8c66f3c svc_xprt_destroy_all +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xc8e96dea qword_addhex +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcc77ebb5 rpc_prepare_reply_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcce569a4 xdr_enter_page +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xce678a59 xdr_decode_netobj +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xcf80adf7 read_bytes_from_xdr_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd124dd09 rpc_alloc_iostats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd12b2c78 cache_seq_start_rcu +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd23fd67e cache_register_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd2b6371b xprt_free +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd356a5eb xdr_reserve_space_vec +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd5c3ade1 rpc_clnt_probe_trunked_xprts +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd66e2dd2 rpc_clone_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd6bba129 xdr_encode_word +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7ae97d3 svc_rpcb_cleanup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xd7f05527 xprt_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xda533276 svcauth_unix_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdb85138e svc_rqst_alloc +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdbb9da25 xprt_lookup_rqst +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd4c0bc2 xprt_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdd691402 xprt_find_transport_ident +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdde01a64 rpc_pipe_generic_upcall +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xde510b03 rpcauth_register +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xde5ca5b1 xdr_init_decode +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xdf7ed6f8 rpc_restart_call +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe040aa26 xdr_stream_move_subsegment +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe0faabbe svc_addsock +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe45493fd rpc_call_async +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe50171af xdr_process_buf +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5919cb1 xdr_encode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe5b7877f cache_create_net +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe8febed2 rpcauth_init_cred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xe97f4ce5 qword_get +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xea7da22e xdr_buf_from_iov +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeb5630ec svc_find_xprt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeb7b45b0 svc_unreg_xprt_class +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xec9cdfe9 xdr_stream_decode_string +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xedcf6be4 qword_add +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xeeacab69 rpc_update_rtt +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xef9b994d rpc_shutdown_client +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf024e6c2 cache_purge +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf17775e2 xdr_stream_decode_opaque_dup +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf1875350 xdr_stream_decode_opaque +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf36f2630 xdr_init_encode_pages +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf495f817 rpc_killall_tasks +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf51994c6 rpcauth_init_credcache +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf5606d6c svc_set_num_threads +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf5bb55cd rpc_clnt_show_stats +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf7fca26f rpc_destroy_wait_queue +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xf942aadd rpc_localaddr +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfac2e18d put_rpccred +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfba08f71 rpc_clone_client_set_auth +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfc0bc474 xdr_stream_zero +EXPORT_SYMBOL_GPL net/sunrpc/sunrpc 0xfce0f804 xprt_release_rqst_cong +EXPORT_SYMBOL_GPL net/tls/tls 0x190cd894 tls_encrypt_skb +EXPORT_SYMBOL_GPL net/tls/tls 0x31b872de tls_offload_tx_resync_request +EXPORT_SYMBOL_GPL net/tls/tls 0x41b2dca2 tls_device_sk_destruct +EXPORT_SYMBOL_GPL net/tls/tls 0xed2a61c4 tls_validate_xmit_skb +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x03a81e69 virtio_transport_stream_allow +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x180306cd virtio_transport_notify_recv_pre_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x183f538d virtio_transport_notify_poll_in +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x1c01f017 virtio_transport_purge_skbs +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x234f657e virtio_transport_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x33a17491 virtio_transport_put_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x33c20e87 virtio_transport_dgram_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x39c8b51b virtio_transport_deliver_tap_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x3b84ac4a virtio_transport_inc_tx_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x3ebed6a5 virtio_transport_seqpacket_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x400c0057 virtio_transport_notify_recv_post_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x407849fc virtio_transport_stream_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x44454db2 virtio_transport_dgram_bind +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x467ed1ae virtio_transport_release +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x4c11dd5a virtio_transport_stream_is_active +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x53d36360 virtio_transport_notify_send_pre_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x561fb8b3 virtio_transport_read_skb +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x6620a13b virtio_transport_notify_send_post_enqueue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x7129c728 virtio_transport_shutdown +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x8c911c43 virtio_transport_seqpacket_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x901f6d49 virtio_transport_notify_poll_out +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x95143112 virtio_transport_stream_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x9b6e0dca virtio_transport_notify_send_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0x9eb7b402 virtio_transport_notify_recv_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xa15db480 virtio_transport_get_credit +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xae7e039b virtio_transport_destruct +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb0afd5b6 virtio_transport_dgram_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb3312ce3 virtio_transport_notify_send_pre_block +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb74ad862 virtio_transport_recv_pkt +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xb74d0e1a virtio_transport_seqpacket_dequeue +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xbabd30f5 virtio_transport_dgram_allow +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xbb780027 virtio_transport_connect +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xc474ea06 virtio_transport_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xc966fa0d virtio_transport_stream_rcvhiwat +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd0f71cee virtio_transport_notify_recv_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xd8626872 virtio_transport_notify_buffer_size +EXPORT_SYMBOL_GPL net/vmw_vsock/vmw_vsock_virtio_transport_common 0xdbbd5e54 virtio_transport_do_socket_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0314f65a vsock_insert_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0ca3b246 vsock_core_unregister +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0e9bc9b6 vsock_addr_unbind +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x0f8a8ee1 vsock_for_each_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x21b2d61d vsock_addr_cast +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x21ea22aa vsock_assign_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x241c867b vsock_dgram_recvmsg +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x284e07d8 vsock_bind_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x33749f7f vsock_enqueue_accept +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x3d4b0fca vsock_addr_init +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x46477f1b vsock_find_bound_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x472d8ac9 vsock_connectible_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x4b99648c vsock_addr_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x50047cfb vsock_add_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x5ef1f479 vsock_connectible_recvmsg +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x649d4fac vsock_data_ready +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x6cad7775 vsock_core_get_transport +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x6d35c7bf vsock_add_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x6ee7e916 vsock_deliver_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x90aa8549 vsock_find_cid +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x90e406cf vsock_remove_bound +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x97b1469e vsock_remove_sock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9bb6fd09 vsock_connected_table +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0x9dea4087 vsock_remove_pending +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa3538ef5 vsock_stream_has_data +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xa93c9dcc vsock_find_connected_socket +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xaf2674b5 vsock_addr_equals_addr +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xb6ef7ead vsock_remove_tap +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xbd00a591 vsock_table_lock +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc1a61da0 vsock_create_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xc7d585aa vsock_core_register +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xcd68371a vsock_remove_connected +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xe6065594 vsock_stream_has_space +EXPORT_SYMBOL_GPL net/vmw_vsock/vsock 0xec96eadf vsock_addr_validate +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0049ca83 xfrm_aead_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x00c80741 xfrm_ealg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x0a575945 xfrm_count_pfkey_auth_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x28e23139 xfrm_probe_algs +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x37a02412 xfrm_aalg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x5c699441 xfrm_aalg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x72395dc1 xfrm_calg_get_byid +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0x7a8ca627 xfrm_count_pfkey_enc_supported +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xaab23340 xfrm_calg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xb73be794 xfrm_ealg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xc6b1fdbe xfrm_aalg_get_byidx +EXPORT_SYMBOL_GPL net/xfrm/xfrm_algo 0xd6f50cf7 xfrm_ealg_get_byname +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x07e5cf97 ipcomp_init_state +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x2ca6ded9 ipcomp_input +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x422edb34 ipcomp_output +EXPORT_SYMBOL_GPL net/xfrm/xfrm_ipcomp 0x79182fc5 ipcomp_destroy +EXPORT_SYMBOL_GPL net/xfrm/xfrm_user 0x4a0c7516 xfrm_msg_min +EXPORT_SYMBOL_GPL net/xfrm/xfrm_user 0xa294bed8 xfrma_policy +EXPORT_SYMBOL_GPL virt/lib/irqbypass 0x3fe35aea irq_bypass_unregister_consumer +EXPORT_SYMBOL_GPL virt/lib/irqbypass 0x418873cc irq_bypass_register_producer +EXPORT_SYMBOL_GPL virt/lib/irqbypass 0x888c5be5 irq_bypass_register_consumer +EXPORT_SYMBOL_GPL virt/lib/irqbypass 0xf6e772c3 irq_bypass_unregister_producer +EXPORT_SYMBOL_GPL vmlinux 0x0021df27 irq_chip_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0x00513f58 get_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x005b46d7 badblocks_check +EXPORT_SYMBOL_GPL vmlinux 0x006e9099 xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0x009acc39 iommu_device_sysfs_add +EXPORT_SYMBOL_GPL vmlinux 0x009c8066 trace_add_event_call +EXPORT_SYMBOL_GPL vmlinux 0x00d99345 platform_unregister_drivers +EXPORT_SYMBOL_GPL vmlinux 0x00e3c92c regmap_get_raw_read_max +EXPORT_SYMBOL_GPL vmlinux 0x00e5ed1d devlink_register +EXPORT_SYMBOL_GPL vmlinux 0x00edb06d kvm_arch_crypto_set_masks +EXPORT_SYMBOL_GPL vmlinux 0x00f2503a devm_blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0x0110bf91 devlink_dpipe_entry_ctx_close +EXPORT_SYMBOL_GPL vmlinux 0x013b4bd7 attribute_container_classdev_to_container +EXPORT_SYMBOL_GPL vmlinux 0x01413c5f css_schedule_reprobe +EXPORT_SYMBOL_GPL vmlinux 0x014f8d35 bio_clone_blkg_association +EXPORT_SYMBOL_GPL vmlinux 0x016fbf87 dw_pcie_link_up +EXPORT_SYMBOL_GPL vmlinux 0x01942946 pcie_reset_flr +EXPORT_SYMBOL_GPL vmlinux 0x01cc4c43 dev_queue_xmit_nit +EXPORT_SYMBOL_GPL vmlinux 0x020f9c92 blk_queue_max_zone_append_sectors +EXPORT_SYMBOL_GPL vmlinux 0x021bea04 dm_suspended +EXPORT_SYMBOL_GPL vmlinux 0x02345326 fl6_merge_options +EXPORT_SYMBOL_GPL vmlinux 0x02394899 play_idle_precise +EXPORT_SYMBOL_GPL vmlinux 0x02453cf8 blk_mq_unquiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x02554bf2 tcp_reno_ssthresh +EXPORT_SYMBOL_GPL vmlinux 0x0264bbb9 aead_init_geniv +EXPORT_SYMBOL_GPL vmlinux 0x0272d0c7 folio_alloc_buffers +EXPORT_SYMBOL_GPL vmlinux 0x0279d2c1 cpci_hp_unregister_bus +EXPORT_SYMBOL_GPL vmlinux 0x02984f76 virtqueue_disable_cb +EXPORT_SYMBOL_GPL vmlinux 0x029ad41f fscrypt_ioctl_get_nonce +EXPORT_SYMBOL_GPL vmlinux 0x02a5a9f6 __traceiter_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x02b33034 devl_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x02ba7aed mas_empty_area_rev +EXPORT_SYMBOL_GPL vmlinux 0x02e6a504 virtqueue_enable_cb_prepare +EXPORT_SYMBOL_GPL vmlinux 0x02e8179b serdev_device_set_parity +EXPORT_SYMBOL_GPL vmlinux 0x02f07d26 fat_time_fat2unix +EXPORT_SYMBOL_GPL vmlinux 0x0310302a devm_pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x03142f1a is_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x0314cd3e anon_inode_getfd +EXPORT_SYMBOL_GPL vmlinux 0x033a2271 bsg_job_done +EXPORT_SYMBOL_GPL vmlinux 0x0343bdf1 __i2c_board_list +EXPORT_SYMBOL_GPL vmlinux 0x03473884 phy_basic_t1s_p2mp_features +EXPORT_SYMBOL_GPL vmlinux 0x035992b9 relay_flush +EXPORT_SYMBOL_GPL vmlinux 0x036de383 perf_event_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x037a1f0c tty_get_icount +EXPORT_SYMBOL_GPL vmlinux 0x0391d45e set_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x03952887 ktime_add_safe +EXPORT_SYMBOL_GPL vmlinux 0x03b314af fwnode_graph_get_endpoint_by_id +EXPORT_SYMBOL_GPL vmlinux 0x03bd9009 bpf_prog_get_type_dev +EXPORT_SYMBOL_GPL vmlinux 0x03c12dfe cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x03ce7234 sched_smt_present +EXPORT_SYMBOL_GPL vmlinux 0x03f801fe vfs_splice_read +EXPORT_SYMBOL_GPL vmlinux 0x0402cbbf preempt_notifier_inc +EXPORT_SYMBOL_GPL vmlinux 0x040d399a find_get_pid +EXPORT_SYMBOL_GPL vmlinux 0x04168ebd blkg_rwstat_recursive_sum +EXPORT_SYMBOL_GPL vmlinux 0x042721ff kill_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0x043c6612 tracing_snapshot_cond_disable +EXPORT_SYMBOL_GPL vmlinux 0x044c2928 atomic_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x044e285a ping_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x0465a073 regmap_reg_in_ranges +EXPORT_SYMBOL_GPL vmlinux 0x048754eb blkcg_root_css +EXPORT_SYMBOL_GPL vmlinux 0x049afd7c msg_zerocopy_put_abort +EXPORT_SYMBOL_GPL vmlinux 0x049c0a99 gmap_map_segment +EXPORT_SYMBOL_GPL vmlinux 0x04a4529b scsi_build_sense +EXPORT_SYMBOL_GPL vmlinux 0x04a6fee6 software_node_register +EXPORT_SYMBOL_GPL vmlinux 0x04bcb040 mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x04bd407d account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x04bda2fb fuse_direct_io +EXPORT_SYMBOL_GPL vmlinux 0x04bf0092 io_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x04c4f603 mpi_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x04c8aebf console_verbose +EXPORT_SYMBOL_GPL vmlinux 0x04e124b7 fscrypt_parse_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0x04e9f5a6 kvm_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x04ea8706 __iowrite64_copy +EXPORT_SYMBOL_GPL vmlinux 0x0504c616 regmap_field_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x050bccca gpiochip_populate_parent_fwspec_twocell +EXPORT_SYMBOL_GPL vmlinux 0x05173e4e kthread_flush_worker +EXPORT_SYMBOL_GPL vmlinux 0x0518371d __rt_mutex_init +EXPORT_SYMBOL_GPL vmlinux 0x051a0bc1 stack_depot_fetch +EXPORT_SYMBOL_GPL vmlinux 0x052a248a gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x052b4013 register_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x052c9aed ktime_get_real_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x05313883 __phy_modify +EXPORT_SYMBOL_GPL vmlinux 0x053d738a __SCK__tp_func_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x054605f3 devl_traps_register +EXPORT_SYMBOL_GPL vmlinux 0x0547de1f bdev_discard_alignment +EXPORT_SYMBOL_GPL vmlinux 0x054e550b kernel_halt +EXPORT_SYMBOL_GPL vmlinux 0x05573e92 serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x055c2c8e gpiod_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x0560593f crypto_enqueue_request_head +EXPORT_SYMBOL_GPL vmlinux 0x05766191 badblocks_exit +EXPORT_SYMBOL_GPL vmlinux 0x05859f16 md_submit_discard_bio +EXPORT_SYMBOL_GPL vmlinux 0x05883efb __traceiter_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x0594ff9b device_bind_driver +EXPORT_SYMBOL_GPL vmlinux 0x05969d94 fs_dax_get_by_bdev +EXPORT_SYMBOL_GPL vmlinux 0x059c5bf9 dst_cache_get +EXPORT_SYMBOL_GPL vmlinux 0x059dd037 tty_port_default_client_ops +EXPORT_SYMBOL_GPL vmlinux 0x05ba1979 register_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0x05bf856a of_phandle_args_to_fwspec +EXPORT_SYMBOL_GPL vmlinux 0x05c116bd crypto_alloc_base +EXPORT_SYMBOL_GPL vmlinux 0x05d2ad4c __blk_req_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0x05d2ce25 shmem_read_mapping_page_gfp +EXPORT_SYMBOL_GPL vmlinux 0x05e4582f devlink_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0x05eaf839 devm_hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0x0601ceb9 simple_rename_exchange +EXPORT_SYMBOL_GPL vmlinux 0x06087552 crypto_akcipher_sync_post +EXPORT_SYMBOL_GPL vmlinux 0x061a6a17 rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0x06209f49 phy_lookup_setting +EXPORT_SYMBOL_GPL vmlinux 0x062d117f __tracepoint_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x0633d5b5 generic_device_group +EXPORT_SYMBOL_GPL vmlinux 0x0642c39d devl_dpipe_headers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x064db9a5 mark_mounts_for_expiry +EXPORT_SYMBOL_GPL vmlinux 0x065a7a23 atomic_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x0664c37d gpiod_set_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x06cca30b ring_buffer_record_off +EXPORT_SYMBOL_GPL vmlinux 0x06e3d4b4 component_add_typed +EXPORT_SYMBOL_GPL vmlinux 0x06e415bc __tracepoint_block_split +EXPORT_SYMBOL_GPL vmlinux 0x06e777ca bpf_map_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x06eba5a3 tty_port_register_device +EXPORT_SYMBOL_GPL vmlinux 0x07150c3a kthread_cancel_work_sync +EXPORT_SYMBOL_GPL vmlinux 0x0721a43f iptunnel_handle_offloads +EXPORT_SYMBOL_GPL vmlinux 0x07242d92 put_dax +EXPORT_SYMBOL_GPL vmlinux 0x0726451e fwnode_graph_get_endpoint_count +EXPORT_SYMBOL_GPL vmlinux 0x072ca1d0 dev_nit_active +EXPORT_SYMBOL_GPL vmlinux 0x0732863a blk_bio_list_merge +EXPORT_SYMBOL_GPL vmlinux 0x07483e13 cn_del_callback +EXPORT_SYMBOL_GPL vmlinux 0x0756a31c register_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0x0757eede stack_trace_snprint +EXPORT_SYMBOL_GPL vmlinux 0x075f6682 verify_signature +EXPORT_SYMBOL_GPL vmlinux 0x0768aed1 sysfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x076d2aae pktgen_xfrm_outer_mode_output +EXPORT_SYMBOL_GPL vmlinux 0x076fe1ab get_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x0775f251 device_phy_find_device +EXPORT_SYMBOL_GPL vmlinux 0x079ac68f blk_crypto_register +EXPORT_SYMBOL_GPL vmlinux 0x079ef7f3 blk_mq_wait_quiesce_done +EXPORT_SYMBOL_GPL vmlinux 0x079fe7a0 init_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x07a8cfdd perf_event_pause +EXPORT_SYMBOL_GPL vmlinux 0x07b52e38 rtnl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x07b891ec kvm_vcpu_read_guest_atomic +EXPORT_SYMBOL_GPL vmlinux 0x07be6905 net_inc_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x07cb7afb sfp_parse_port +EXPORT_SYMBOL_GPL vmlinux 0x07f89e4c switchdev_handle_port_obj_del_foreign +EXPORT_SYMBOL_GPL vmlinux 0x0804f4b0 irq_find_matching_fwspec +EXPORT_SYMBOL_GPL vmlinux 0x081310e4 switchdev_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0x08135613 dax_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x082bc271 shmem_file_setup +EXPORT_SYMBOL_GPL vmlinux 0x08436119 klp_shadow_alloc +EXPORT_SYMBOL_GPL vmlinux 0x087c0dad net_failover_destroy +EXPORT_SYMBOL_GPL vmlinux 0x0882ea64 unregister_fprobe +EXPORT_SYMBOL_GPL vmlinux 0x08a25c5e tty_port_install +EXPORT_SYMBOL_GPL vmlinux 0x08a929cb css_sch_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x08b2e9aa hrtimer_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0x08c2fd1b fuse_dev_release +EXPORT_SYMBOL_GPL vmlinux 0x08c78cf7 offline_and_remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x08d6f86f tty_buffer_set_limit +EXPORT_SYMBOL_GPL vmlinux 0x08e2ec3d __vfs_setxattr_locked +EXPORT_SYMBOL_GPL vmlinux 0x09108ad2 tty_put_char +EXPORT_SYMBOL_GPL vmlinux 0x0917b89e irq_chip_retrigger_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x091eb9b4 round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x093279fc dax_writeback_mapping_range +EXPORT_SYMBOL_GPL vmlinux 0x0945719b virtio_max_dma_size +EXPORT_SYMBOL_GPL vmlinux 0x095b6865 irq_domain_xlate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x095d1099 sock_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0x09605ae6 nfs_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0976822d sfp_get_module_eeprom_by_page +EXPORT_SYMBOL_GPL vmlinux 0x098359f0 regcache_sync_region +EXPORT_SYMBOL_GPL vmlinux 0x09865fc9 replace_page_cache_folio +EXPORT_SYMBOL_GPL vmlinux 0x09b53e14 interval_tree_remove +EXPORT_SYMBOL_GPL vmlinux 0x09b8b989 ip6_push_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0x09c34acf genphy_c45_pma_baset1_read_master_slave +EXPORT_SYMBOL_GPL vmlinux 0x09daf771 __blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0x09f432f3 attribute_container_find_class_device +EXPORT_SYMBOL_GPL vmlinux 0x0a5c3faa crypto_shash_digest +EXPORT_SYMBOL_GPL vmlinux 0x0a7b2e4c ip_route_output_tunnel +EXPORT_SYMBOL_GPL vmlinux 0x0a838c39 pci_get_dsn +EXPORT_SYMBOL_GPL vmlinux 0x0a893a3f iomap_page_mkwrite +EXPORT_SYMBOL_GPL vmlinux 0x0a8b9fd7 fat_build_inode +EXPORT_SYMBOL_GPL vmlinux 0x0a8e458b crypto_req_done +EXPORT_SYMBOL_GPL vmlinux 0x0a91ac73 trace_remove_event_call +EXPORT_SYMBOL_GPL vmlinux 0x0a9b3eda class_dev_iter_init +EXPORT_SYMBOL_GPL vmlinux 0x0a9d62cb gfn_to_page +EXPORT_SYMBOL_GPL vmlinux 0x0a9df53d for_each_kernel_tracepoint +EXPORT_SYMBOL_GPL vmlinux 0x0acf90a4 fscrypt_ioctl_remove_key +EXPORT_SYMBOL_GPL vmlinux 0x0ad500d9 crypto_remove_spawns +EXPORT_SYMBOL_GPL vmlinux 0x0ad8b014 blk_queue_max_discard_segments +EXPORT_SYMBOL_GPL vmlinux 0x0ae62e7c get_cpu_device +EXPORT_SYMBOL_GPL vmlinux 0x0aee9347 mdiobus_c45_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x0afacccc fuse_dev_fiq_ops +EXPORT_SYMBOL_GPL vmlinux 0x0b07abe2 unshare_fs_struct +EXPORT_SYMBOL_GPL vmlinux 0x0b11a171 klist_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x0b15bc05 fib6_check_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x0b2db2d5 remove_resource +EXPORT_SYMBOL_GPL vmlinux 0x0b46bbfc debugfs_write_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x0b63bf60 vfs_cancel_lock +EXPORT_SYMBOL_GPL vmlinux 0x0b7f4382 regmap_write +EXPORT_SYMBOL_GPL vmlinux 0x0b8c8a23 static_key_fast_inc_not_disabled +EXPORT_SYMBOL_GPL vmlinux 0x0ba2f9ac dma_fence_unwrap_next +EXPORT_SYMBOL_GPL vmlinux 0x0bac9432 xdp_do_redirect +EXPORT_SYMBOL_GPL vmlinux 0x0bb14d32 ethnl_cable_test_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0bbdc9b2 remove_memory +EXPORT_SYMBOL_GPL vmlinux 0x0bc5481b clock_comparator_max +EXPORT_SYMBOL_GPL vmlinux 0x0bca7cea phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0x0bd262c2 register_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x0bdc0895 regmap_check_range_table +EXPORT_SYMBOL_GPL vmlinux 0x0be5d5c0 ip_tunnel_netlink_parms +EXPORT_SYMBOL_GPL vmlinux 0x0bf32478 __SCK__tp_func_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x0c26bdd5 klist_next +EXPORT_SYMBOL_GPL vmlinux 0x0c2c5802 work_busy +EXPORT_SYMBOL_GPL vmlinux 0x0c48d1db __dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x0c78e224 device_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x0c88c1c3 pci_vpd_find_id_string +EXPORT_SYMBOL_GPL vmlinux 0x0c8c9df5 regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x0ca033d9 ip6_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x0cc9d36c iommu_group_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x0cdb5ab6 cdrom_multisession +EXPORT_SYMBOL_GPL vmlinux 0x0d179e1a cgroup_attach_task_all +EXPORT_SYMBOL_GPL vmlinux 0x0d198206 devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x0d3fb7d4 phy_interface_num_ports +EXPORT_SYMBOL_GPL vmlinux 0x0d42839a pci_epf_bind +EXPORT_SYMBOL_GPL vmlinux 0x0d435bd5 __tracepoint_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x0d4961de nf_log_buf_open +EXPORT_SYMBOL_GPL vmlinux 0x0d4cc77e irq_work_queue +EXPORT_SYMBOL_GPL vmlinux 0x0d5560bc __page_file_index +EXPORT_SYMBOL_GPL vmlinux 0x0d56a8c5 key_type_logon +EXPORT_SYMBOL_GPL vmlinux 0x0d698db2 devm_register_restart_handler +EXPORT_SYMBOL_GPL vmlinux 0x0d6a49d4 tcp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0d91630b blk_mq_quiesce_queue +EXPORT_SYMBOL_GPL vmlinux 0x0ddb1cd7 llist_reverse_order +EXPORT_SYMBOL_GPL vmlinux 0x0e0c6a7d crypto_dh_encode_key +EXPORT_SYMBOL_GPL vmlinux 0x0e25ba1f nf_ipv6_ops +EXPORT_SYMBOL_GPL vmlinux 0x0e53da25 zpci_kvm_hook +EXPORT_SYMBOL_GPL vmlinux 0x0e541f71 __alloc_percpu_gfp +EXPORT_SYMBOL_GPL vmlinux 0x0e5cc9d7 xdp_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x0e5df3b1 l3mdev_ifindex_lookup_by_table_id +EXPORT_SYMBOL_GPL vmlinux 0x0e6b79af static_key_disable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x0e71bc7c tun_get_socket +EXPORT_SYMBOL_GPL vmlinux 0x0e82c27b sock_gen_put +EXPORT_SYMBOL_GPL vmlinux 0x0e88be90 bio_associate_blkg +EXPORT_SYMBOL_GPL vmlinux 0x0ea51711 crypto_create_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x0eb27085 devm_gpiod_put +EXPORT_SYMBOL_GPL vmlinux 0x0eb51b2e fib_nl_delrule +EXPORT_SYMBOL_GPL vmlinux 0x0ec60abc devl_unregister +EXPORT_SYMBOL_GPL vmlinux 0x0ec6732d irq_domain_pop_irq +EXPORT_SYMBOL_GPL vmlinux 0x0ecfea88 btf_type_by_id +EXPORT_SYMBOL_GPL vmlinux 0x0ed30b53 __udp_gso_segment +EXPORT_SYMBOL_GPL vmlinux 0x0f0a5105 aead_geniv_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0f180070 ring_buffer_free_read_page +EXPORT_SYMBOL_GPL vmlinux 0x0f242982 xfrm_dev_resume +EXPORT_SYMBOL_GPL vmlinux 0x0f345766 gpiod_set_config +EXPORT_SYMBOL_GPL vmlinux 0x0f3b8882 rht_bucket_nested_insert +EXPORT_SYMBOL_GPL vmlinux 0x0f58db18 devm_regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0f61573d bpf_map_inc_with_uref +EXPORT_SYMBOL_GPL vmlinux 0x0f7432fa xas_split_alloc +EXPORT_SYMBOL_GPL vmlinux 0x0f77461f securityfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x0f89788f gpiod_export_link +EXPORT_SYMBOL_GPL vmlinux 0x0fc64e14 __devm_regmap_init +EXPORT_SYMBOL_GPL vmlinux 0x0fc84bcf pcie_update_link_speed +EXPORT_SYMBOL_GPL vmlinux 0x0fd4610e kmem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0x0fda1790 genphy_c45_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x0fe3259b mas_expected_entries +EXPORT_SYMBOL_GPL vmlinux 0x0fe58889 class_dev_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x10095a52 irq_domain_translate_onecell +EXPORT_SYMBOL_GPL vmlinux 0x10138352 tracing_on +EXPORT_SYMBOL_GPL vmlinux 0x101807cc proc_mkdir_data +EXPORT_SYMBOL_GPL vmlinux 0x10185973 __tracepoint_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0x10467ae0 __get_task_ioprio +EXPORT_SYMBOL_GPL vmlinux 0x106c727f udp4_hwcsum +EXPORT_SYMBOL_GPL vmlinux 0x107cf008 shash_ahash_update +EXPORT_SYMBOL_GPL vmlinux 0x108aed9a pci_epc_linkup +EXPORT_SYMBOL_GPL vmlinux 0x108e77f5 parse_OID +EXPORT_SYMBOL_GPL vmlinux 0x10b89330 crypto_has_shash +EXPORT_SYMBOL_GPL vmlinux 0x10d9f317 stack_depot_init +EXPORT_SYMBOL_GPL vmlinux 0x10ebb323 fork_usermode_driver +EXPORT_SYMBOL_GPL vmlinux 0x110e1199 bsg_register_queue +EXPORT_SYMBOL_GPL vmlinux 0x111145be dw_pcie_ep_init_notify +EXPORT_SYMBOL_GPL vmlinux 0x111f2c25 sprint_OID +EXPORT_SYMBOL_GPL vmlinux 0x113507f2 fwnode_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x11400c0d fib_alias_hw_flags_set +EXPORT_SYMBOL_GPL vmlinux 0x115883d4 component_bind_all +EXPORT_SYMBOL_GPL vmlinux 0x11637a95 iomap_dio_bio_end_io +EXPORT_SYMBOL_GPL vmlinux 0x11667894 crypto_shash_tfm_digest +EXPORT_SYMBOL_GPL vmlinux 0x1167aedf raw_v6_match +EXPORT_SYMBOL_GPL vmlinux 0x1179ef80 blk_rq_is_poll +EXPORT_SYMBOL_GPL vmlinux 0x118c0b77 debugfs_create_u8 +EXPORT_SYMBOL_GPL vmlinux 0x119e5ee2 device_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x11a85611 s390_pci_dma_ops +EXPORT_SYMBOL_GPL vmlinux 0x11b68a56 __tracepoint_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x11ce5b01 backing_file_real_path +EXPORT_SYMBOL_GPL vmlinux 0x11df0e75 devlink_fmsg_binary_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x11f1c21e gmap_shadow_pgt +EXPORT_SYMBOL_GPL vmlinux 0x11f24951 dm_put +EXPORT_SYMBOL_GPL vmlinux 0x12085853 nf_queue_nf_hook_drop +EXPORT_SYMBOL_GPL vmlinux 0x12194c8f __alloc_pages_bulk +EXPORT_SYMBOL_GPL vmlinux 0x121d958a unregister_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0x121f1c4d fsverity_verify_blocks +EXPORT_SYMBOL_GPL vmlinux 0x1234e483 get_cpu_iowait_time_us +EXPORT_SYMBOL_GPL vmlinux 0x12540c49 __phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0x125d1d61 crypto_shash_update +EXPORT_SYMBOL_GPL vmlinux 0x129558f5 free_fib_info +EXPORT_SYMBOL_GPL vmlinux 0x12cdbd51 verify_pkcs7_signature +EXPORT_SYMBOL_GPL vmlinux 0x12ce00df crypto_unregister_template +EXPORT_SYMBOL_GPL vmlinux 0x12d5b2a5 devl_rate_node_create +EXPORT_SYMBOL_GPL vmlinux 0x12ee1173 memory_group_unregister +EXPORT_SYMBOL_GPL vmlinux 0x12f1f15c ZSTD_getErrorCode +EXPORT_SYMBOL_GPL vmlinux 0x1308b90f destroy_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x130b5c0f crypto_alg_extsize +EXPORT_SYMBOL_GPL vmlinux 0x13175d44 exportfs_decode_fh +EXPORT_SYMBOL_GPL vmlinux 0x131a5ed7 regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x131db64a system_long_wq +EXPORT_SYMBOL_GPL vmlinux 0x133969d7 __trace_printk +EXPORT_SYMBOL_GPL vmlinux 0x133c0d6d crypto_inst_setname +EXPORT_SYMBOL_GPL vmlinux 0x133f0a09 fwnode_get_name +EXPORT_SYMBOL_GPL vmlinux 0x13640660 get_cached_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0x138d851d phy_driver_is_genphy +EXPORT_SYMBOL_GPL vmlinux 0x138e0957 dax_write_cache_enabled +EXPORT_SYMBOL_GPL vmlinux 0x139e3865 pci_user_write_config_word +EXPORT_SYMBOL_GPL vmlinux 0x13bb7927 balloon_page_list_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x13e7fd83 __wake_up_pollfree +EXPORT_SYMBOL_GPL vmlinux 0x13ed8784 sdev_evt_alloc +EXPORT_SYMBOL_GPL vmlinux 0x13f0e5b4 kobject_uevent_env +EXPORT_SYMBOL_GPL vmlinux 0x14072c46 dm_hold +EXPORT_SYMBOL_GPL vmlinux 0x141a4efa pci_sriov_get_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x141f38bf ktime_get_raw_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x14286784 yield_to +EXPORT_SYMBOL_GPL vmlinux 0x146cc88f bpf_master_redirect_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x148c5d2e device_show_int +EXPORT_SYMBOL_GPL vmlinux 0x148cfeeb devl_rate_leaf_create +EXPORT_SYMBOL_GPL vmlinux 0x14ce500e fat_add_entries +EXPORT_SYMBOL_GPL vmlinux 0x14ebddb0 kvm_write_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0x1530f8a3 pci_epc_get_features +EXPORT_SYMBOL_GPL vmlinux 0x153b60a6 klist_del +EXPORT_SYMBOL_GPL vmlinux 0x1543c474 iommu_group_remove_device +EXPORT_SYMBOL_GPL vmlinux 0x15510a89 devlink_fmsg_binary_put +EXPORT_SYMBOL_GPL vmlinux 0x1573376d klp_get_state +EXPORT_SYMBOL_GPL vmlinux 0x157bc422 s390_enable_skey +EXPORT_SYMBOL_GPL vmlinux 0x157df46f dax_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x158e88e9 regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0x15936049 vp_modern_config_vector +EXPORT_SYMBOL_GPL vmlinux 0x159598c3 udp_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0x15a65759 device_create_file +EXPORT_SYMBOL_GPL vmlinux 0x15a8fd37 mas_find_range +EXPORT_SYMBOL_GPL vmlinux 0x15ad23bb pci_disable_rom +EXPORT_SYMBOL_GPL vmlinux 0x15ade1cc filter_irq_stacks +EXPORT_SYMBOL_GPL vmlinux 0x15bd7435 psi_memstall_leave +EXPORT_SYMBOL_GPL vmlinux 0x15c8ed35 regmap_bulk_write +EXPORT_SYMBOL_GPL vmlinux 0x15d6fe58 class_dev_iter_exit +EXPORT_SYMBOL_GPL vmlinux 0x15e8b41b raw_hash_sk +EXPORT_SYMBOL_GPL vmlinux 0x16067e5e crypto_alloc_aead +EXPORT_SYMBOL_GPL vmlinux 0x16422a6e xdp_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0x1647697e scsi_host_busy_iter +EXPORT_SYMBOL_GPL vmlinux 0x16623182 mt_next +EXPORT_SYMBOL_GPL vmlinux 0x16705a6b bpf_prog_add +EXPORT_SYMBOL_GPL vmlinux 0x1678f30c crypto_alg_sem +EXPORT_SYMBOL_GPL vmlinux 0x16799dac folio_mkclean +EXPORT_SYMBOL_GPL vmlinux 0x1687ec20 tty_get_frame_size +EXPORT_SYMBOL_GPL vmlinux 0x16a7e119 elv_rqhash_del +EXPORT_SYMBOL_GPL vmlinux 0x16b69bc8 zpci_store +EXPORT_SYMBOL_GPL vmlinux 0x16bb647f poll_state_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x16c88e54 vfs_get_acl +EXPORT_SYMBOL_GPL vmlinux 0x16da1f88 devlink_fmsg_u32_put +EXPORT_SYMBOL_GPL vmlinux 0x16dfbf36 add_interrupt_randomness +EXPORT_SYMBOL_GPL vmlinux 0x16e700f3 fuse_conn_destroy +EXPORT_SYMBOL_GPL vmlinux 0x16f3c968 iommu_page_response +EXPORT_SYMBOL_GPL vmlinux 0x170cc36c put_timespec64 +EXPORT_SYMBOL_GPL vmlinux 0x17149987 trace_print_bitmask_seq +EXPORT_SYMBOL_GPL vmlinux 0x17220e22 put_pid +EXPORT_SYMBOL_GPL vmlinux 0x1726ba00 wb_writeout_inc +EXPORT_SYMBOL_GPL vmlinux 0x174c6274 ring_buffer_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x174d0c6a blk_mq_alloc_request_hctx +EXPORT_SYMBOL_GPL vmlinux 0x176031a7 devlink_fmsg_string_put +EXPORT_SYMBOL_GPL vmlinux 0x1777f129 irq_create_of_mapping +EXPORT_SYMBOL_GPL vmlinux 0x177b1042 __tracepoint_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x178692af inet6_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x17a86b05 regmap_noinc_write +EXPORT_SYMBOL_GPL vmlinux 0x17b12c48 pci_status_get_and_clear_errors +EXPORT_SYMBOL_GPL vmlinux 0x17b1d281 watchdog_set_restart_priority +EXPORT_SYMBOL_GPL vmlinux 0x17cd546f perf_pmu_unregister +EXPORT_SYMBOL_GPL vmlinux 0x17d12ca3 unregister_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0x17ec75c1 irq_chip_unmask_parent +EXPORT_SYMBOL_GPL vmlinux 0x18008c59 ring_buffer_resize +EXPORT_SYMBOL_GPL vmlinux 0x1808f33e fb_deferred_io_fsync +EXPORT_SYMBOL_GPL vmlinux 0x1812f173 kvm_are_all_memslots_empty +EXPORT_SYMBOL_GPL vmlinux 0x1814d3c9 fwnode_find_reference +EXPORT_SYMBOL_GPL vmlinux 0x182e2f09 cn_netlink_send_mult +EXPORT_SYMBOL_GPL vmlinux 0x183b3527 xdp_rxq_info_unreg +EXPORT_SYMBOL_GPL vmlinux 0x183c50b2 crypto_sig_set_pubkey +EXPORT_SYMBOL_GPL vmlinux 0x184243b1 crypto_unregister_aeads +EXPORT_SYMBOL_GPL vmlinux 0x18560db7 sk_msg_free_partial +EXPORT_SYMBOL_GPL vmlinux 0x1858890e mas_next_range +EXPORT_SYMBOL_GPL vmlinux 0x1864813c ZSTD_customCalloc +EXPORT_SYMBOL_GPL vmlinux 0x187ddc13 mmu_notifier_put +EXPORT_SYMBOL_GPL vmlinux 0x18d13afa __platform_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x18df6c7f dst_cache_set_ip6 +EXPORT_SYMBOL_GPL vmlinux 0x18e4f8aa swphy_read_reg +EXPORT_SYMBOL_GPL vmlinux 0x18e60ce6 __trace_array_puts +EXPORT_SYMBOL_GPL vmlinux 0x18f67236 dm_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x18fb2caf cpus_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x1903c3ae mptcp_pm_get_local_addr_max +EXPORT_SYMBOL_GPL vmlinux 0x1914d642 gpiochip_enable_irq +EXPORT_SYMBOL_GPL vmlinux 0x191682d7 __rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x191fe11a __pci_hp_register +EXPORT_SYMBOL_GPL vmlinux 0x19235208 apply_to_page_range +EXPORT_SYMBOL_GPL vmlinux 0x193dfdf6 klp_get_prev_state +EXPORT_SYMBOL_GPL vmlinux 0x197aca88 devlink_port_type_clear +EXPORT_SYMBOL_GPL vmlinux 0x19808dda unregister_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x198cbe61 l3mdev_fib_table_by_index +EXPORT_SYMBOL_GPL vmlinux 0x198d63a6 irq_chip_disable_parent +EXPORT_SYMBOL_GPL vmlinux 0x19b5e3b0 class_create +EXPORT_SYMBOL_GPL vmlinux 0x19b9d81e s390_unlist_old_asce +EXPORT_SYMBOL_GPL vmlinux 0x19bd4015 __traceiter_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x19c42957 blk_op_str +EXPORT_SYMBOL_GPL vmlinux 0x19f33626 nf_ctnetlink_has_listener +EXPORT_SYMBOL_GPL vmlinux 0x19f59ea3 regmap_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x19f6a8a3 md_rdev_init +EXPORT_SYMBOL_GPL vmlinux 0x1a10c32b crypto_ft_tab +EXPORT_SYMBOL_GPL vmlinux 0x1a1b8f9c cookie_tcp_reqsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x1a1d204f folio_test_hugetlb +EXPORT_SYMBOL_GPL vmlinux 0x1a309c7a platform_device_del +EXPORT_SYMBOL_GPL vmlinux 0x1a3432e0 dma_resv_test_signaled +EXPORT_SYMBOL_GPL vmlinux 0x1a4a4c19 pci_epc_init_notify +EXPORT_SYMBOL_GPL vmlinux 0x1a4d764c pci_epc_write_header +EXPORT_SYMBOL_GPL vmlinux 0x1a6bf28f fsnotify_get_cookie +EXPORT_SYMBOL_GPL vmlinux 0x1a718020 security_inode_setattr +EXPORT_SYMBOL_GPL vmlinux 0x1aac6df6 blocking_notifier_chain_register_unique_prio +EXPORT_SYMBOL_GPL vmlinux 0x1acd18c8 cpuset_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x1ad2749a crypto_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x1ad5ae7b pci_stop_and_remove_bus_device_locked +EXPORT_SYMBOL_GPL vmlinux 0x1ad734e2 __udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1af267f8 int_pow +EXPORT_SYMBOL_GPL vmlinux 0x1b055c7b invalidate_inode_pages2 +EXPORT_SYMBOL_GPL vmlinux 0x1b0602c1 cond_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x1b07ef8d noop_backing_dev_info +EXPORT_SYMBOL_GPL vmlinux 0x1b0985d2 pci_epf_remove_vepf +EXPORT_SYMBOL_GPL vmlinux 0x1b0f70f3 crc64_be +EXPORT_SYMBOL_GPL vmlinux 0x1b1506d7 gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0x1b1f5ad0 gpio_request_array +EXPORT_SYMBOL_GPL vmlinux 0x1b545147 blk_mq_sched_try_merge +EXPORT_SYMBOL_GPL vmlinux 0x1b6c5a67 chsc_error_from_response +EXPORT_SYMBOL_GPL vmlinux 0x1b739ef5 __tracepoint_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x1b75420e skb_mpls_push +EXPORT_SYMBOL_GPL vmlinux 0x1b88f258 irq_chip_mask_parent +EXPORT_SYMBOL_GPL vmlinux 0x1b92e41d inet_putpeer +EXPORT_SYMBOL_GPL vmlinux 0x1b9e6769 blk_mq_start_stopped_hw_queue +EXPORT_SYMBOL_GPL vmlinux 0x1bbfe02d pci_epc_remove_epf +EXPORT_SYMBOL_GPL vmlinux 0x1bd8055a dst_cache_get_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x1bda3f58 list_lru_walk_node +EXPORT_SYMBOL_GPL vmlinux 0x1bee4974 sg_alloc_table_chained +EXPORT_SYMBOL_GPL vmlinux 0x1bfad06e mpi_print +EXPORT_SYMBOL_GPL vmlinux 0x1c039c1e genphy_c45_read_mdix +EXPORT_SYMBOL_GPL vmlinux 0x1c3c38c6 netlink_strict_get_check +EXPORT_SYMBOL_GPL vmlinux 0x1c5b1f28 irq_free_descs +EXPORT_SYMBOL_GPL vmlinux 0x1c5d3d26 ccw_device_get_schid +EXPORT_SYMBOL_GPL vmlinux 0x1c853971 platform_get_mem_or_io +EXPORT_SYMBOL_GPL vmlinux 0x1c87a811 __round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x1cb6a8df iomap_invalidate_folio +EXPORT_SYMBOL_GPL vmlinux 0x1cbd92b0 cpu_mitigations_off +EXPORT_SYMBOL_GPL vmlinux 0x1cc678dc __account_locked_vm +EXPORT_SYMBOL_GPL vmlinux 0x1cdfbf8c acct_bioset_init +EXPORT_SYMBOL_GPL vmlinux 0x1ce58f9d dma_need_sync +EXPORT_SYMBOL_GPL vmlinux 0x1d13e857 is_swiotlb_active +EXPORT_SYMBOL_GPL vmlinux 0x1d15b35b pci_generic_config_read32 +EXPORT_SYMBOL_GPL vmlinux 0x1d222ced irq_get_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0x1d3e264c __blk_trace_note_message +EXPORT_SYMBOL_GPL vmlinux 0x1d43b551 pci_sriov_set_totalvfs +EXPORT_SYMBOL_GPL vmlinux 0x1d65ebb8 fscrypt_set_context +EXPORT_SYMBOL_GPL vmlinux 0x1d7d11e1 regmap_get_device +EXPORT_SYMBOL_GPL vmlinux 0x1dca8012 klist_prev +EXPORT_SYMBOL_GPL vmlinux 0x1dcc9a44 __traceiter_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x1dce8744 vc_scrolldelta_helper +EXPORT_SYMBOL_GPL vmlinux 0x1dd5f16d unregister_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x1df33cc9 __auxiliary_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x1df5573a __sock_recv_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x1dfa5dbd mpi_invm +EXPORT_SYMBOL_GPL vmlinux 0x1dfefd37 pci_user_write_config_dword +EXPORT_SYMBOL_GPL vmlinux 0x1e0c2fab platform_get_irq +EXPORT_SYMBOL_GPL vmlinux 0x1e0f41a2 debugfs_create_x16 +EXPORT_SYMBOL_GPL vmlinux 0x1e1a7a8f gen10g_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0x1e20f13f freq_qos_remove_notifier +EXPORT_SYMBOL_GPL vmlinux 0x1e36661a pcie_aspm_capable +EXPORT_SYMBOL_GPL vmlinux 0x1e39975f genphy_c45_pma_setup_forced +EXPORT_SYMBOL_GPL vmlinux 0x1e53f827 stack_depot_print +EXPORT_SYMBOL_GPL vmlinux 0x1e5bd5d8 md_start +EXPORT_SYMBOL_GPL vmlinux 0x1e5c6b74 udp_abort +EXPORT_SYMBOL_GPL vmlinux 0x1e610c1c pci_user_write_config_byte +EXPORT_SYMBOL_GPL vmlinux 0x1e7bbcb3 kernel_restart +EXPORT_SYMBOL_GPL vmlinux 0x1e7bdb09 crypto_register_alg +EXPORT_SYMBOL_GPL vmlinux 0x1e7f0363 crypto_alloc_acomp_node +EXPORT_SYMBOL_GPL vmlinux 0x1e92432d class_is_registered +EXPORT_SYMBOL_GPL vmlinux 0x1eb9516e round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x1ebf6c2a pci_power_names +EXPORT_SYMBOL_GPL vmlinux 0x1ed4d2eb percpu_ref_kill_and_confirm +EXPORT_SYMBOL_GPL vmlinux 0x1ee47e00 is_vmalloc_or_module_addr +EXPORT_SYMBOL_GPL vmlinux 0x1eec1238 blocking_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x1ef20793 stop_core_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x1ef2fd66 devm_gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x1ef8ef45 handle_mm_fault +EXPORT_SYMBOL_GPL vmlinux 0x1f2451f5 ip_valid_fib_dump_req +EXPORT_SYMBOL_GPL vmlinux 0x1f2d801a alarm_forward_now +EXPORT_SYMBOL_GPL vmlinux 0x1f38a4f6 mpi_set_highbit +EXPORT_SYMBOL_GPL vmlinux 0x1f436eaf hrtimer_active +EXPORT_SYMBOL_GPL vmlinux 0x1f497141 dm_audit_log_bio +EXPORT_SYMBOL_GPL vmlinux 0x1f4b395d blkcg_get_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x1f563160 bpf_offload_dev_priv +EXPORT_SYMBOL_GPL vmlinux 0x1f58fd3e extract_iter_to_sg +EXPORT_SYMBOL_GPL vmlinux 0x1f79b875 synth_event_create +EXPORT_SYMBOL_GPL vmlinux 0x1f7b5160 tty_ldisc_deref +EXPORT_SYMBOL_GPL vmlinux 0x1f8544b8 panic_timeout +EXPORT_SYMBOL_GPL vmlinux 0x1f890140 devm_request_pci_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0x1f89b384 pci_epc_raise_irq +EXPORT_SYMBOL_GPL vmlinux 0x1fa1d95c sha256_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x1fa6ce26 pci_device_group +EXPORT_SYMBOL_GPL vmlinux 0x1fa9c8ca xfrm_audit_state_replay_overflow +EXPORT_SYMBOL_GPL vmlinux 0x1fb18c6a devl_trap_policers_register +EXPORT_SYMBOL_GPL vmlinux 0x1fbf9de9 pci_host_probe +EXPORT_SYMBOL_GPL vmlinux 0x1fc09861 pci_msix_alloc_irq_at +EXPORT_SYMBOL_GPL vmlinux 0x1fe6e504 gpiod_add_hogs +EXPORT_SYMBOL_GPL vmlinux 0x1ffc4f7e bpf_event_output +EXPORT_SYMBOL_GPL vmlinux 0x2009e400 devlink_info_board_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x20295462 platform_irq_count +EXPORT_SYMBOL_GPL vmlinux 0x20542d72 sk_msg_is_readable +EXPORT_SYMBOL_GPL vmlinux 0x206123d3 gfn_to_page_many_atomic +EXPORT_SYMBOL_GPL vmlinux 0x2075174a regmap_field_bulk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x2087b7d4 devlink_dpipe_table_counter_enabled +EXPORT_SYMBOL_GPL vmlinux 0x2099d4a6 __blk_req_zone_write_unlock +EXPORT_SYMBOL_GPL vmlinux 0x20a8b96a raw_v4_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x20aae083 balloon_mops +EXPORT_SYMBOL_GPL vmlinux 0x20c57cce task_cls_state +EXPORT_SYMBOL_GPL vmlinux 0x20c69254 device_store_ulong +EXPORT_SYMBOL_GPL vmlinux 0x20c7c731 srcu_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x20d159cc screen_glyph +EXPORT_SYMBOL_GPL vmlinux 0x20e6176b freq_qos_add_request +EXPORT_SYMBOL_GPL vmlinux 0x20e6f928 tnum_strn +EXPORT_SYMBOL_GPL vmlinux 0x20f56ae0 __wake_up_sync +EXPORT_SYMBOL_GPL vmlinux 0x211e3caf sbitmap_queue_min_shallow_depth +EXPORT_SYMBOL_GPL vmlinux 0x21501955 con_debug_enter +EXPORT_SYMBOL_GPL vmlinux 0x21502606 fsstack_copy_attr_all +EXPORT_SYMBOL_GPL vmlinux 0x2154805e platform_msi_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x216de4e1 rcu_get_gp_kthreads_prio +EXPORT_SYMBOL_GPL vmlinux 0x2174e6cf iommu_device_unlink +EXPORT_SYMBOL_GPL vmlinux 0x2181de38 netdev_set_default_ethtool_ops +EXPORT_SYMBOL_GPL vmlinux 0x21a99d37 blk_add_driver_data +EXPORT_SYMBOL_GPL vmlinux 0x21baba3e crypto_grab_ahash +EXPORT_SYMBOL_GPL vmlinux 0x21c36635 phy_start_machine +EXPORT_SYMBOL_GPL vmlinux 0x21cd536a crypto_put_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x21d7d5e9 inet6_hash +EXPORT_SYMBOL_GPL vmlinux 0x21dbc50a zap_vma_ptes +EXPORT_SYMBOL_GPL vmlinux 0x21e5c880 xas_set_mark +EXPORT_SYMBOL_GPL vmlinux 0x21f2dde2 blk_mq_complete_request_remote +EXPORT_SYMBOL_GPL vmlinux 0x220eab02 clean_acked_data_enable +EXPORT_SYMBOL_GPL vmlinux 0x2214842e dev_fill_metadata_dst +EXPORT_SYMBOL_GPL vmlinux 0x221726af create_signature +EXPORT_SYMBOL_GPL vmlinux 0x22292b23 iomap_readahead +EXPORT_SYMBOL_GPL vmlinux 0x223858a2 kthread_mod_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0x223ac608 unregister_net_sysctl_table +EXPORT_SYMBOL_GPL vmlinux 0x223fbf70 ping_getfrag +EXPORT_SYMBOL_GPL vmlinux 0x22435ff1 vp_modern_get_status +EXPORT_SYMBOL_GPL vmlinux 0x22439ba2 sched_numa_hop_mask +EXPORT_SYMBOL_GPL vmlinux 0x224509f5 xfrm_output +EXPORT_SYMBOL_GPL vmlinux 0x225018a2 mt_prev +EXPORT_SYMBOL_GPL vmlinux 0x22508027 __put_net +EXPORT_SYMBOL_GPL vmlinux 0x225b69e9 devl_params_register +EXPORT_SYMBOL_GPL vmlinux 0x22934c95 backing_file_open +EXPORT_SYMBOL_GPL vmlinux 0x2295e47b kill_device +EXPORT_SYMBOL_GPL vmlinux 0x229a1437 synth_event_add_val +EXPORT_SYMBOL_GPL vmlinux 0x22a13c38 msg_zerocopy_realloc +EXPORT_SYMBOL_GPL vmlinux 0x22a50f5e zpci_mod_fc +EXPORT_SYMBOL_GPL vmlinux 0x22b8146b __wake_up_locked_key_bookmark +EXPORT_SYMBOL_GPL vmlinux 0x22bb6563 switchdev_handle_fdb_event_to_device +EXPORT_SYMBOL_GPL vmlinux 0x22bd33ea synth_event_add_next_val +EXPORT_SYMBOL_GPL vmlinux 0x22c19454 blkg_conf_exit +EXPORT_SYMBOL_GPL vmlinux 0x22caf70d crypto_register_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x22ce5eb5 crypto_register_aeads +EXPORT_SYMBOL_GPL vmlinux 0x22ceced0 gpiochip_unlock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0x22d60537 tcf_frag_xmit_count +EXPORT_SYMBOL_GPL vmlinux 0x22d9409b iomap_sort_ioends +EXPORT_SYMBOL_GPL vmlinux 0x22e20b10 chsc_siosl +EXPORT_SYMBOL_GPL vmlinux 0x22e2dd18 pci_dev_lock +EXPORT_SYMBOL_GPL vmlinux 0x22ed27d5 vring_create_virtqueue_dma +EXPORT_SYMBOL_GPL vmlinux 0x22f2e416 cio_clear +EXPORT_SYMBOL_GPL vmlinux 0x22f4dabb fuse_abort_conn +EXPORT_SYMBOL_GPL vmlinux 0x22fd08ba cpuacct_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x230bca5e key_type_encrypted +EXPORT_SYMBOL_GPL vmlinux 0x2312f02f misc_cg_try_charge +EXPORT_SYMBOL_GPL vmlinux 0x233f5316 sprint_oid +EXPORT_SYMBOL_GPL vmlinux 0x234cf416 devlink_fmsg_string_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x23696816 __irq_domain_alloc_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x2369c639 debugfs_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x237397c2 kernel_read_file_from_path +EXPORT_SYMBOL_GPL vmlinux 0x2382ef0f ping_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x23864ce7 cpuset_mem_spread_node +EXPORT_SYMBOL_GPL vmlinux 0x238ddd1e skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x238f931a debugfs_lookup_and_remove +EXPORT_SYMBOL_GPL vmlinux 0x23915725 sysfs_remove_files +EXPORT_SYMBOL_GPL vmlinux 0x23a07427 badblocks_clear +EXPORT_SYMBOL_GPL vmlinux 0x23bb8053 nf_route +EXPORT_SYMBOL_GPL vmlinux 0x23c0eed7 crypto_grab_aead +EXPORT_SYMBOL_GPL vmlinux 0x23c3b778 phy_basic_features +EXPORT_SYMBOL_GPL vmlinux 0x241f9056 irq_get_default_host +EXPORT_SYMBOL_GPL vmlinux 0x2421097b mpi_const +EXPORT_SYMBOL_GPL vmlinux 0x24235223 phy_10gbit_full_features +EXPORT_SYMBOL_GPL vmlinux 0x2471a84f pci_generic_config_write +EXPORT_SYMBOL_GPL vmlinux 0x24791b09 crypto_register_scomps +EXPORT_SYMBOL_GPL vmlinux 0x247ff5b1 fscrypt_set_bio_crypt_ctx_bh +EXPORT_SYMBOL_GPL vmlinux 0x2482fca5 crypto_grab_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x24852826 __SCK__tp_func_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x248bc867 raw_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0x24998500 unregister_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x24a3e867 fib_rules_unregister +EXPORT_SYMBOL_GPL vmlinux 0x24b00981 nfs_ssc_client_tbl +EXPORT_SYMBOL_GPL vmlinux 0x24d02ca6 fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0x24da0093 rcu_inkernel_boot_has_ended +EXPORT_SYMBOL_GPL vmlinux 0x24e6a2e8 fscrypt_ioctl_add_key +EXPORT_SYMBOL_GPL vmlinux 0x24ee9203 __tcp_send_ack +EXPORT_SYMBOL_GPL vmlinux 0x24fff9cd inet_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0x250a0552 tpm_pm_resume +EXPORT_SYMBOL_GPL vmlinux 0x251c6228 inet_bhash2_update_saddr +EXPORT_SYMBOL_GPL vmlinux 0x251d9c1c vfs_listxattr +EXPORT_SYMBOL_GPL vmlinux 0x2522ffe2 sysfs_remove_link +EXPORT_SYMBOL_GPL vmlinux 0x25259da9 device_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x25284add list_lru_del +EXPORT_SYMBOL_GPL vmlinux 0x252b95cb inet_bhash2_reset_saddr +EXPORT_SYMBOL_GPL vmlinux 0x25526da8 switchdev_handle_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x258191e4 tun_get_tx_ring +EXPORT_SYMBOL_GPL vmlinux 0x2592fc6c console_printk +EXPORT_SYMBOL_GPL vmlinux 0x25a7e245 xfrm_bpf_md_dst +EXPORT_SYMBOL_GPL vmlinux 0x25ad3876 devm_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0x25aeee5a bpf_offload_dev_create +EXPORT_SYMBOL_GPL vmlinux 0x25bbfa9a security_kernel_load_data +EXPORT_SYMBOL_GPL vmlinux 0x25e32c28 devlink_net +EXPORT_SYMBOL_GPL vmlinux 0x2628c5b8 crypto_type_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x262b902a pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x264177cf blk_revalidate_disk_zones +EXPORT_SYMBOL_GPL vmlinux 0x26478041 bpf_prog_create_from_user +EXPORT_SYMBOL_GPL vmlinux 0x26520970 vm_memory_committed +EXPORT_SYMBOL_GPL vmlinux 0x2653ca04 ZSTD_getErrorName +EXPORT_SYMBOL_GPL vmlinux 0x265bbef9 kexec_crash_loaded +EXPORT_SYMBOL_GPL vmlinux 0x266a4b08 tasklet_unlock +EXPORT_SYMBOL_GPL vmlinux 0x267941b3 __tracepoint_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x267df662 smp_call_on_cpu +EXPORT_SYMBOL_GPL vmlinux 0x267fdd4d relay_late_setup_files +EXPORT_SYMBOL_GPL vmlinux 0x2682c190 sysfs_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x26ab4755 put_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x26c44a3b __tracepoint_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x26c90ea4 scsi_eh_get_sense +EXPORT_SYMBOL_GPL vmlinux 0x26ed2186 register_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0x27046576 kvm_exit +EXPORT_SYMBOL_GPL vmlinux 0x272425bc vfs_setlease +EXPORT_SYMBOL_GPL vmlinux 0x2724343e pci_epc_set_msi +EXPORT_SYMBOL_GPL vmlinux 0x2745ca8a sfp_module_insert +EXPORT_SYMBOL_GPL vmlinux 0x274dd1a3 sg_free_table_chained +EXPORT_SYMBOL_GPL vmlinux 0x278158eb pci_iov_virtfn_devfn +EXPORT_SYMBOL_GPL vmlinux 0x2786a3dc sync_blockdev_nowait +EXPORT_SYMBOL_GPL vmlinux 0x27be32e5 pci_hp_del +EXPORT_SYMBOL_GPL vmlinux 0x27c2aec4 raw_seq_next +EXPORT_SYMBOL_GPL vmlinux 0x27e8287d sysfs_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x27f4f029 ftrace_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0x27f99f23 __root_device_register +EXPORT_SYMBOL_GPL vmlinux 0x27fa66e1 nr_free_buffer_pages +EXPORT_SYMBOL_GPL vmlinux 0x27ff2ce6 vtime_account_kernel +EXPORT_SYMBOL_GPL vmlinux 0x2810133d tcpv6_prot +EXPORT_SYMBOL_GPL vmlinux 0x2819ad1f crypto_register_aead +EXPORT_SYMBOL_GPL vmlinux 0x282b3f94 __tracepoint_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x282ddacd tty_buffer_lock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0x282eb1e2 sysfs_group_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x2839cd92 PageHuge +EXPORT_SYMBOL_GPL vmlinux 0x28492a2d pid_vnr +EXPORT_SYMBOL_GPL vmlinux 0x2849c663 __wait_rcu_gp +EXPORT_SYMBOL_GPL vmlinux 0x2864abc9 klist_node_attached +EXPORT_SYMBOL_GPL vmlinux 0x286cc647 async_synchronize_cookie_domain +EXPORT_SYMBOL_GPL vmlinux 0x28aa6a67 call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x28be8475 skb_gso_validate_mac_len +EXPORT_SYMBOL_GPL vmlinux 0x28cc8556 trace_put_event_file +EXPORT_SYMBOL_GPL vmlinux 0x28d0285c rhashtable_walk_exit +EXPORT_SYMBOL_GPL vmlinux 0x28d8b49a chsc_scm_info +EXPORT_SYMBOL_GPL vmlinux 0x28f7785e __pneigh_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2900af21 __mmdrop +EXPORT_SYMBOL_GPL vmlinux 0x2909c9cf crypto_larval_kill +EXPORT_SYMBOL_GPL vmlinux 0x291281cc device_rename +EXPORT_SYMBOL_GPL vmlinux 0x291876f3 mpi_ec_get_affine +EXPORT_SYMBOL_GPL vmlinux 0x2921074c hrtimer_forward +EXPORT_SYMBOL_GPL vmlinux 0x292c0274 skb_scrub_packet +EXPORT_SYMBOL_GPL vmlinux 0x292eb7a9 platform_device_add +EXPORT_SYMBOL_GPL vmlinux 0x29380458 tcp_twsk_destructor +EXPORT_SYMBOL_GPL vmlinux 0x29391511 ethnl_cable_test_finished +EXPORT_SYMBOL_GPL vmlinux 0x29548e59 synth_event_trace +EXPORT_SYMBOL_GPL vmlinux 0x29552419 ethnl_cable_test_free +EXPORT_SYMBOL_GPL vmlinux 0x29578143 handle_fasteoi_nmi +EXPORT_SYMBOL_GPL vmlinux 0x295d7ad1 inet_ctl_sock_create +EXPORT_SYMBOL_GPL vmlinux 0x295fcae3 dw_pcie_setup_rc +EXPORT_SYMBOL_GPL vmlinux 0x29906e93 ima_inode_hash +EXPORT_SYMBOL_GPL vmlinux 0x2995bd53 scsi_free_sgtables +EXPORT_SYMBOL_GPL vmlinux 0x299a8943 uprobe_register +EXPORT_SYMBOL_GPL vmlinux 0x29aef87f irq_domain_associate +EXPORT_SYMBOL_GPL vmlinux 0x29b5564d crypto_wait_for_test +EXPORT_SYMBOL_GPL vmlinux 0x29cbdace failover_unregister +EXPORT_SYMBOL_GPL vmlinux 0x29d19f9e kobject_move +EXPORT_SYMBOL_GPL vmlinux 0x29de2e4a disable_cmf +EXPORT_SYMBOL_GPL vmlinux 0x29deb0ac add_wait_queue_priority +EXPORT_SYMBOL_GPL vmlinux 0x29eba37f current_is_async +EXPORT_SYMBOL_GPL vmlinux 0x2a0c6bf0 bus_for_each_drv +EXPORT_SYMBOL_GPL vmlinux 0x2a1538ca lzo1x_decompress_safe +EXPORT_SYMBOL_GPL vmlinux 0x2a391529 devm_gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0x2a4b809c srcu_torture_stats_print +EXPORT_SYMBOL_GPL vmlinux 0x2a62cb3a ring_buffer_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x2a7316da __SCK__tp_func_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x2a86bef2 sysfs_remove_link_from_group +EXPORT_SYMBOL_GPL vmlinux 0x2a8d014b blk_mq_unquiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0x2a976d1c dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x2a9b236b rtm_getroute_parse_ip_proto +EXPORT_SYMBOL_GPL vmlinux 0x2abccb50 crc64_rocksoft_generic +EXPORT_SYMBOL_GPL vmlinux 0x2ac8017e start_poll_synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x2af85250 __traceiter_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x2afd7fe1 serdev_controller_remove +EXPORT_SYMBOL_GPL vmlinux 0x2b04c89b sk_detach_filter +EXPORT_SYMBOL_GPL vmlinux 0x2b09a033 mnt_want_write_file +EXPORT_SYMBOL_GPL vmlinux 0x2b1efb6b fib_nexthop_info +EXPORT_SYMBOL_GPL vmlinux 0x2b2f0cc4 sysfs_create_files +EXPORT_SYMBOL_GPL vmlinux 0x2b36b22b register_btf_fmodret_id_set +EXPORT_SYMBOL_GPL vmlinux 0x2b4509dd devlink_health_reporter_state_update +EXPORT_SYMBOL_GPL vmlinux 0x2b4a1967 pci_intx +EXPORT_SYMBOL_GPL vmlinux 0x2b50619e get_device +EXPORT_SYMBOL_GPL vmlinux 0x2b6cfedd component_compare_dev +EXPORT_SYMBOL_GPL vmlinux 0x2b843c9c gmap_register_pte_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2b926a40 mddev_suspend +EXPORT_SYMBOL_GPL vmlinux 0x2ba34316 gpiochip_populate_parent_fwspec_fourcell +EXPORT_SYMBOL_GPL vmlinux 0x2bb655cc security_inode_create +EXPORT_SYMBOL_GPL vmlinux 0x2bd2915e kfree_strarray +EXPORT_SYMBOL_GPL vmlinux 0x2bd3fd16 crypto_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x2bd8a8bb blk_fill_rwbs +EXPORT_SYMBOL_GPL vmlinux 0x2be89437 devl_rate_nodes_destroy +EXPORT_SYMBOL_GPL vmlinux 0x2c3054f9 net_inc_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x2c386ac6 securityfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0x2c3a01ec ping_hash +EXPORT_SYMBOL_GPL vmlinux 0x2c4fa3fd scsi_check_sense +EXPORT_SYMBOL_GPL vmlinux 0x2c5a77a2 class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2c5d9a46 crypto_hash_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x2c66ac85 devlink_info_serial_number_put +EXPORT_SYMBOL_GPL vmlinux 0x2c7256dc synth_event_add_field +EXPORT_SYMBOL_GPL vmlinux 0x2c79b3af dm_internal_suspend_noflush +EXPORT_SYMBOL_GPL vmlinux 0x2c7d13e2 __ioread32_copy +EXPORT_SYMBOL_GPL vmlinux 0x2c7db649 irq_dispose_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2c834418 static_key_slow_inc +EXPORT_SYMBOL_GPL vmlinux 0x2c855eeb phy_save_page +EXPORT_SYMBOL_GPL vmlinux 0x2c91bd1e devlink_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2ca334df gmap_unregister_pte_notifier +EXPORT_SYMBOL_GPL vmlinux 0x2cc8292f buffer_migrate_folio_norefs +EXPORT_SYMBOL_GPL vmlinux 0x2cc8abb4 device_attach +EXPORT_SYMBOL_GPL vmlinux 0x2ccb56cb __tracepoint_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0x2cdea168 pci_epc_set_bar +EXPORT_SYMBOL_GPL vmlinux 0x2ce61f33 __SCK__tp_func_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x2d134af6 crypto_aead_setauthsize +EXPORT_SYMBOL_GPL vmlinux 0x2d1b02d2 usermodehelper_read_lock_wait +EXPORT_SYMBOL_GPL vmlinux 0x2d2dd36f kobj_ns_grab_current +EXPORT_SYMBOL_GPL vmlinux 0x2d34a7bb devlink_to_dev +EXPORT_SYMBOL_GPL vmlinux 0x2d3a6c80 sk_msg_memcopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x2d41e6f5 __trace_puts +EXPORT_SYMBOL_GPL vmlinux 0x2d45606b cio_halt +EXPORT_SYMBOL_GPL vmlinux 0x2d510565 mas_preallocate +EXPORT_SYMBOL_GPL vmlinux 0x2d58c9b4 mptcp_pm_get_subflows_max +EXPORT_SYMBOL_GPL vmlinux 0x2d5f69b3 rcu_read_unlock_strict +EXPORT_SYMBOL_GPL vmlinux 0x2d609547 dax_direct_access +EXPORT_SYMBOL_GPL vmlinux 0x2d99868b sched_set_fifo_low +EXPORT_SYMBOL_GPL vmlinux 0x2da0bb48 netlink_remove_tap +EXPORT_SYMBOL_GPL vmlinux 0x2da4fabf pci_check_and_unmask_intx +EXPORT_SYMBOL_GPL vmlinux 0x2db2c766 attribute_container_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2e028ae6 rcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0x2e0ad1db crypto_dequeue_request +EXPORT_SYMBOL_GPL vmlinux 0x2e1b42bd key_type_user +EXPORT_SYMBOL_GPL vmlinux 0x2e1d43cf lzo1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0x2e2360b1 ftrace_set_global_notrace +EXPORT_SYMBOL_GPL vmlinux 0x2e405903 n_tty_inherit_ops +EXPORT_SYMBOL_GPL vmlinux 0x2e530d39 gmap_shadow_pgt_lookup +EXPORT_SYMBOL_GPL vmlinux 0x2e6537e7 iomap_swapfile_activate +EXPORT_SYMBOL_GPL vmlinux 0x2e66298c __SCK__tp_func_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x2e774ae7 regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x2e77783a __ndisc_fill_addr_option +EXPORT_SYMBOL_GPL vmlinux 0x2e7887d2 nf_ct_set_closing +EXPORT_SYMBOL_GPL vmlinux 0x2e7f0499 seq_buf_printf +EXPORT_SYMBOL_GPL vmlinux 0x2e82d3db virtio_break_device +EXPORT_SYMBOL_GPL vmlinux 0x2ea67610 get_ccwdev_by_dev_id +EXPORT_SYMBOL_GPL vmlinux 0x2eab4fed devlink_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0x2ebb19fd execute_in_process_context +EXPORT_SYMBOL_GPL vmlinux 0x2ebe3135 cpu_is_hotpluggable +EXPORT_SYMBOL_GPL vmlinux 0x2eca6a19 phy_basic_t1s_p2mp_features_array +EXPORT_SYMBOL_GPL vmlinux 0x2ed489ec gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL vmlinux 0x2f183001 tcp_register_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x2f1ea064 __SCK__tp_func_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x2f221750 cio_commit_config +EXPORT_SYMBOL_GPL vmlinux 0x2f2c95c4 flush_work +EXPORT_SYMBOL_GPL vmlinux 0x2f320326 crypto_register_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x2f386805 kvm_vcpu_write_guest_page +EXPORT_SYMBOL_GPL vmlinux 0x2f3e9370 gmap_translate +EXPORT_SYMBOL_GPL vmlinux 0x2f413ba2 acomp_request_free +EXPORT_SYMBOL_GPL vmlinux 0x2f4880df static_key_slow_dec +EXPORT_SYMBOL_GPL vmlinux 0x2f51540e pci_remove_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x2f539a59 skcipher_walk_virt +EXPORT_SYMBOL_GPL vmlinux 0x2f56bb25 phy_driver_is_genphy_10g +EXPORT_SYMBOL_GPL vmlinux 0x2f5a6dca swapcache_mapping +EXPORT_SYMBOL_GPL vmlinux 0x2f60a4ea kernfs_path_from_node +EXPORT_SYMBOL_GPL vmlinux 0x2f64be23 alarm_start_relative +EXPORT_SYMBOL_GPL vmlinux 0x2f842fe9 devl_register +EXPORT_SYMBOL_GPL vmlinux 0x2fc1e0fe kmem_valid_obj +EXPORT_SYMBOL_GPL vmlinux 0x2fcdd6ed ping_common_sendmsg +EXPORT_SYMBOL_GPL vmlinux 0x2fe226a6 init_user_ns +EXPORT_SYMBOL_GPL vmlinux 0x30110a29 phy_eee_cap1_features +EXPORT_SYMBOL_GPL vmlinux 0x3020eae3 __blkg_prfill_u64 +EXPORT_SYMBOL_GPL vmlinux 0x303982f6 iommu_device_claim_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x30434911 xdp_do_redirect_frame +EXPORT_SYMBOL_GPL vmlinux 0x3061cfce ring_buffer_entries_cpu +EXPORT_SYMBOL_GPL vmlinux 0x30696079 rhashtable_free_and_destroy +EXPORT_SYMBOL_GPL vmlinux 0x306bbee2 pci_bus_resource_n +EXPORT_SYMBOL_GPL vmlinux 0x3074ea25 skb_segment +EXPORT_SYMBOL_GPL vmlinux 0x3076fd69 nfs_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0x307df60b pci_cfg_access_trylock +EXPORT_SYMBOL_GPL vmlinux 0x30c44864 __irq_domain_alloc_irqs +EXPORT_SYMBOL_GPL vmlinux 0x30c81be2 balloon_page_list_dequeue +EXPORT_SYMBOL_GPL vmlinux 0x30ea0b2e fsl_mc_device_group +EXPORT_SYMBOL_GPL vmlinux 0x30f70642 devlink_port_attrs_pci_vf_set +EXPORT_SYMBOL_GPL vmlinux 0x31019477 __ftrace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x3114de41 ethnl_cable_test_amplitude +EXPORT_SYMBOL_GPL vmlinux 0x31266931 con_debug_leave +EXPORT_SYMBOL_GPL vmlinux 0x312f935d dma_get_required_mask +EXPORT_SYMBOL_GPL vmlinux 0x31387106 irq_chip_set_wake_parent +EXPORT_SYMBOL_GPL vmlinux 0x3144bc68 sk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x315e587d ip6_datagram_send_ctl +EXPORT_SYMBOL_GPL vmlinux 0x31993de0 device_destroy +EXPORT_SYMBOL_GPL vmlinux 0x319d503b phy_speed_up +EXPORT_SYMBOL_GPL vmlinux 0x31a95e8b ring_buffer_record_enable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x31cf70fa udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x31d3199b rhltable_init +EXPORT_SYMBOL_GPL vmlinux 0x31dc42f5 __tracepoint_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x31e19fc3 switchdev_handle_port_obj_add_foreign +EXPORT_SYMBOL_GPL vmlinux 0x31e6f904 elv_rqhash_add +EXPORT_SYMBOL_GPL vmlinux 0x32099a45 pci_disable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x321c0cbb genphy_c45_read_link +EXPORT_SYMBOL_GPL vmlinux 0x3224b2a9 mpi_read_raw_from_sgl +EXPORT_SYMBOL_GPL vmlinux 0x324482cb fwnode_connection_find_matches +EXPORT_SYMBOL_GPL vmlinux 0x3248bf6d ccw_device_siosl +EXPORT_SYMBOL_GPL vmlinux 0x3258b9a2 kernfs_notify +EXPORT_SYMBOL_GPL vmlinux 0x327e1cee sysfs_update_group +EXPORT_SYMBOL_GPL vmlinux 0x32ab06cc irq_percpu_is_enabled +EXPORT_SYMBOL_GPL vmlinux 0x32bc0fcf preempt_notifier_dec +EXPORT_SYMBOL_GPL vmlinux 0x32c3cb4e class_compat_register +EXPORT_SYMBOL_GPL vmlinux 0x32c56c35 sk_set_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x32cbe30a gmap_pmdp_csp +EXPORT_SYMBOL_GPL vmlinux 0x32eb688f fuse_conn_init +EXPORT_SYMBOL_GPL vmlinux 0x32fb82d1 virtqueue_add_inbuf_ctx +EXPORT_SYMBOL_GPL vmlinux 0x330010b6 cpuset_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x330f6116 set_dax_synchronous +EXPORT_SYMBOL_GPL vmlinux 0x33101f78 anon_inode_getfile +EXPORT_SYMBOL_GPL vmlinux 0x33140400 devlink_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0x331adc21 __tracepoint_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0x33291b1f vp_legacy_config_vector +EXPORT_SYMBOL_GPL vmlinux 0x33338211 rcuref_get_slowpath +EXPORT_SYMBOL_GPL vmlinux 0x334f3d82 blk_mq_end_request_batch +EXPORT_SYMBOL_GPL vmlinux 0x335c570f enable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x335cadfd pci_destroy_slot +EXPORT_SYMBOL_GPL vmlinux 0x3366e11d regmap_reinit_cache +EXPORT_SYMBOL_GPL vmlinux 0x339546d3 vcpu_load +EXPORT_SYMBOL_GPL vmlinux 0x33efc8c8 trace_clock_local +EXPORT_SYMBOL_GPL vmlinux 0x33f90753 is_hash_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0x34082520 devlink_port_init +EXPORT_SYMBOL_GPL vmlinux 0x3426bf1e br_ip6_fragment +EXPORT_SYMBOL_GPL vmlinux 0x342a78b7 device_show_bool +EXPORT_SYMBOL_GPL vmlinux 0x342a924a device_find_any_child +EXPORT_SYMBOL_GPL vmlinux 0x342d93d4 trace_array_put +EXPORT_SYMBOL_GPL vmlinux 0x34407691 crypto_has_ahash +EXPORT_SYMBOL_GPL vmlinux 0x3450ad94 mpi_set_ui +EXPORT_SYMBOL_GPL vmlinux 0x345cede9 sysfs_add_file_to_group +EXPORT_SYMBOL_GPL vmlinux 0x345dc798 netif_carrier_event +EXPORT_SYMBOL_GPL vmlinux 0x34627a56 subsys_system_register +EXPORT_SYMBOL_GPL vmlinux 0x3479e356 blk_queue_can_use_dma_map_merging +EXPORT_SYMBOL_GPL vmlinux 0x349843d1 scm_irq_handler +EXPORT_SYMBOL_GPL vmlinux 0x34bfaa8a pci_iov_vf_id +EXPORT_SYMBOL_GPL vmlinux 0x34c663e1 bus_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x34d37dce iptunnel_metadata_reply +EXPORT_SYMBOL_GPL vmlinux 0x34dccfb2 context_tracking +EXPORT_SYMBOL_GPL vmlinux 0x34dd5e08 blk_trace_remove +EXPORT_SYMBOL_GPL vmlinux 0x34e099d2 debugfs_create_file_unsafe +EXPORT_SYMBOL_GPL vmlinux 0x34edfaf1 ping_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0x350f6ce5 tasklet_unlock_wait +EXPORT_SYMBOL_GPL vmlinux 0x352e8a3f perf_event_sysfs_show +EXPORT_SYMBOL_GPL vmlinux 0x352ec68b bpf_offload_dev_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3533d574 crypto_akcipher_sync_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x3542e347 phy_10gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x354da68d wbc_attach_and_unlock_inode +EXPORT_SYMBOL_GPL vmlinux 0x3559ba87 devl_param_value_changed +EXPORT_SYMBOL_GPL vmlinux 0x3565a929 utf8_data_table +EXPORT_SYMBOL_GPL vmlinux 0x356bb9fd sk_psock_drop +EXPORT_SYMBOL_GPL vmlinux 0x3584114e alarm_forward +EXPORT_SYMBOL_GPL vmlinux 0x358e403b from_vfsgid +EXPORT_SYMBOL_GPL vmlinux 0x35b104df mas_empty_area +EXPORT_SYMBOL_GPL vmlinux 0x35b4a7e1 shash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x35c2509a fwnode_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x35c75677 xdp_return_frame_rx_napi +EXPORT_SYMBOL_GPL vmlinux 0x36008b34 __get_task_comm +EXPORT_SYMBOL_GPL vmlinux 0x36054374 dax_remove_host +EXPORT_SYMBOL_GPL vmlinux 0x3607c5d7 sthyi_fill +EXPORT_SYMBOL_GPL vmlinux 0x3607da2f fib_rules_lookup +EXPORT_SYMBOL_GPL vmlinux 0x360c7de6 tracepoint_srcu +EXPORT_SYMBOL_GPL vmlinux 0x36242943 switchdev_deferred_process +EXPORT_SYMBOL_GPL vmlinux 0x363ad9d7 fib6_new_table +EXPORT_SYMBOL_GPL vmlinux 0x364354ba rhashtable_destroy +EXPORT_SYMBOL_GPL vmlinux 0x3646f549 gpiochip_irqchip_add_domain +EXPORT_SYMBOL_GPL vmlinux 0x36693094 blk_mq_flush_busy_ctxs +EXPORT_SYMBOL_GPL vmlinux 0x3669b109 bpf_offload_dev_netdev_register +EXPORT_SYMBOL_GPL vmlinux 0x3685cc3f sock_map_unhash +EXPORT_SYMBOL_GPL vmlinux 0x36898d6f gpiod_remove_hogs +EXPORT_SYMBOL_GPL vmlinux 0x368f6e87 io_uring_cmd_sock +EXPORT_SYMBOL_GPL vmlinux 0x36929f08 gpiod_unexport +EXPORT_SYMBOL_GPL vmlinux 0x36981fb5 __fat_fs_error +EXPORT_SYMBOL_GPL vmlinux 0x369fcd70 tracing_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x36b977b4 md_stop_writes +EXPORT_SYMBOL_GPL vmlinux 0x36c80c36 klist_add_tail +EXPORT_SYMBOL_GPL vmlinux 0x36f5bbd2 tpm_default_chip +EXPORT_SYMBOL_GPL vmlinux 0x3705f557 pci_epc_get_msix +EXPORT_SYMBOL_GPL vmlinux 0x37064613 __traceiter_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x3708a7a2 __put_task_struct +EXPORT_SYMBOL_GPL vmlinux 0x37268612 kstrdup_quotable_cmdline +EXPORT_SYMBOL_GPL vmlinux 0x372e9803 blk_stat_disable_accounting +EXPORT_SYMBOL_GPL vmlinux 0x3761d215 idr_find +EXPORT_SYMBOL_GPL vmlinux 0x37651427 handle_level_irq +EXPORT_SYMBOL_GPL vmlinux 0x37774a93 inverse_translate +EXPORT_SYMBOL_GPL vmlinux 0x379fc9b1 gmap_shadow +EXPORT_SYMBOL_GPL vmlinux 0x37bf7be3 percpu_ref_exit +EXPORT_SYMBOL_GPL vmlinux 0x37fef2f2 irq_force_affinity +EXPORT_SYMBOL_GPL vmlinux 0x380f8c3f kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x381a14e7 kvm_vcpu_gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0x38374815 clear_selection +EXPORT_SYMBOL_GPL vmlinux 0x383ce18f __mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x3845eb49 devm_serdev_device_open +EXPORT_SYMBOL_GPL vmlinux 0x38493a8b idr_alloc_u32 +EXPORT_SYMBOL_GPL vmlinux 0x38661426 fat_setattr +EXPORT_SYMBOL_GPL vmlinux 0x386d6eff crypto_chain +EXPORT_SYMBOL_GPL vmlinux 0x387dc3e6 pci_hp_add +EXPORT_SYMBOL_GPL vmlinux 0x38846835 alarm_init +EXPORT_SYMBOL_GPL vmlinux 0x3885d7e2 gpiod_set_array_value +EXPORT_SYMBOL_GPL vmlinux 0x389b64a2 static_key_count +EXPORT_SYMBOL_GPL vmlinux 0x38a7121f l3mdev_update_flow +EXPORT_SYMBOL_GPL vmlinux 0x38aa1397 gpiod_add_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0x38cb07c5 gmap_get +EXPORT_SYMBOL_GPL vmlinux 0x38ce7025 __udp_enqueue_schedule_skb +EXPORT_SYMBOL_GPL vmlinux 0x38e1fde7 mpi_set +EXPORT_SYMBOL_GPL vmlinux 0x38e5825c dma_pci_p2pdma_supported +EXPORT_SYMBOL_GPL vmlinux 0x38ed6e68 regmap_get_val_endian +EXPORT_SYMBOL_GPL vmlinux 0x38f704de dm_get_reserved_bio_based_ios +EXPORT_SYMBOL_GPL vmlinux 0x38f8c195 disk_alloc_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0x38f8c450 pci_epf_destroy +EXPORT_SYMBOL_GPL vmlinux 0x39388b9c nf_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x393ffa6f asymmetric_key_generate_id +EXPORT_SYMBOL_GPL vmlinux 0x394cc6db sysfs_remove_groups +EXPORT_SYMBOL_GPL vmlinux 0x39579087 sfp_may_have_phy +EXPORT_SYMBOL_GPL vmlinux 0x3958ccb6 __tracepoint_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x396012ad skcipher_walk_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0x3976cecd ipv6_opt_accepted +EXPORT_SYMBOL_GPL vmlinux 0x397e2142 __SCK__tp_func_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0x398df44b iommu_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x39bdf6f7 md_do_sync +EXPORT_SYMBOL_GPL vmlinux 0x39c32aca __SCK__tp_func_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0x39d292ee list_lru_count_one +EXPORT_SYMBOL_GPL vmlinux 0x39d5566c device_get_match_data +EXPORT_SYMBOL_GPL vmlinux 0x39ded098 rdma_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x39efe696 genphy_c45_pma_baset1_setup_master_slave +EXPORT_SYMBOL_GPL vmlinux 0x39f49559 lwtunnel_encap_del_ops +EXPORT_SYMBOL_GPL vmlinux 0x39fd83db halt_poll_ns_shrink +EXPORT_SYMBOL_GPL vmlinux 0x3a136993 device_show_ulong +EXPORT_SYMBOL_GPL vmlinux 0x3a19bebe handle_bad_irq +EXPORT_SYMBOL_GPL vmlinux 0x3a24fb2f percpu_ref_resurrect +EXPORT_SYMBOL_GPL vmlinux 0x3a4139b5 phy_speed_down +EXPORT_SYMBOL_GPL vmlinux 0x3a4e7a30 regmap_exit +EXPORT_SYMBOL_GPL vmlinux 0x3a536bd7 ring_buffer_read_finish +EXPORT_SYMBOL_GPL vmlinux 0x3a55981a static_key_enable_cpuslocked +EXPORT_SYMBOL_GPL vmlinux 0x3a59d4dc fat_attach +EXPORT_SYMBOL_GPL vmlinux 0x3a68765d watchdog_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x3a6f0a44 pci_d3cold_disable +EXPORT_SYMBOL_GPL vmlinux 0x3a77d8fe iommu_present +EXPORT_SYMBOL_GPL vmlinux 0x3a9b935e tpm_transmit_cmd +EXPORT_SYMBOL_GPL vmlinux 0x3a9be019 asymmetric_key_id_partial +EXPORT_SYMBOL_GPL vmlinux 0x3aa69ce4 ftrace_set_filter_ip +EXPORT_SYMBOL_GPL vmlinux 0x3ab71b6a hvc_alloc +EXPORT_SYMBOL_GPL vmlinux 0x3ae03d40 xas_pause +EXPORT_SYMBOL_GPL vmlinux 0x3ae65f46 netdev_cmd_to_name +EXPORT_SYMBOL_GPL vmlinux 0x3af58ad1 vp_legacy_remove +EXPORT_SYMBOL_GPL vmlinux 0x3b033c73 devlink_port_fini +EXPORT_SYMBOL_GPL vmlinux 0x3b159fc2 devm_hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3b1986d8 __unwind_start +EXPORT_SYMBOL_GPL vmlinux 0x3b37803a mmput_async +EXPORT_SYMBOL_GPL vmlinux 0x3b45bafa device_property_read_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x3b4a4a12 devm_init_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x3b4ae046 debugfs_read_file_bool +EXPORT_SYMBOL_GPL vmlinux 0x3b8cfbd4 zpci_aipb +EXPORT_SYMBOL_GPL vmlinux 0x3b95f543 klp_shadow_free +EXPORT_SYMBOL_GPL vmlinux 0x3ba01b47 get_compat_sigset +EXPORT_SYMBOL_GPL vmlinux 0x3bbcc246 bus_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3bc9ab6d kthread_use_mm +EXPORT_SYMBOL_GPL vmlinux 0x3bdb5d28 alg_test +EXPORT_SYMBOL_GPL vmlinux 0x3bdf21c3 metadata_dst_free +EXPORT_SYMBOL_GPL vmlinux 0x3be200ce phy_10gbit_fec_features +EXPORT_SYMBOL_GPL vmlinux 0x3bf055b3 gpiochip_irq_domain_activate +EXPORT_SYMBOL_GPL vmlinux 0x3bf17755 mpi_read_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3c1c3725 rcu_fwd_progress_check +EXPORT_SYMBOL_GPL vmlinux 0x3c241c2c public_key_free +EXPORT_SYMBOL_GPL vmlinux 0x3c27956f ip6_redirect +EXPORT_SYMBOL_GPL vmlinux 0x3c3c85d8 __SCK__tp_func_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x3c6013c4 fscrypt_fname_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x3c6785b7 block_pr_type_to_scsi +EXPORT_SYMBOL_GPL vmlinux 0x3c681dc4 ring_buffer_record_disable +EXPORT_SYMBOL_GPL vmlinux 0x3c7cb6b3 strp_process +EXPORT_SYMBOL_GPL vmlinux 0x3c9eafd9 vp_modern_get_num_queues +EXPORT_SYMBOL_GPL vmlinux 0x3cadeddf fwnode_property_get_reference_args +EXPORT_SYMBOL_GPL vmlinux 0x3cbe889b iommu_device_link +EXPORT_SYMBOL_GPL vmlinux 0x3cc60807 evm_set_key +EXPORT_SYMBOL_GPL vmlinux 0x3cca8757 rtnl_register_module +EXPORT_SYMBOL_GPL vmlinux 0x3cd06035 add_input_randomness +EXPORT_SYMBOL_GPL vmlinux 0x3cd1b510 trace_vbprintk +EXPORT_SYMBOL_GPL vmlinux 0x3cfe46cf watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x3d198c2e fwnode_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0x3d294d3d rtnl_link_unregister +EXPORT_SYMBOL_GPL vmlinux 0x3d2a7629 tpm_chip_start +EXPORT_SYMBOL_GPL vmlinux 0x3d2fed22 md_account_bio +EXPORT_SYMBOL_GPL vmlinux 0x3d510a7b rcu_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0x3d5406e7 platform_bus +EXPORT_SYMBOL_GPL vmlinux 0x3d866e05 __SCK__tp_func_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x3d8701ab sysfs_rename_link_ns +EXPORT_SYMBOL_GPL vmlinux 0x3d92fccb netdev_walk_all_lower_dev +EXPORT_SYMBOL_GPL vmlinux 0x3da17507 crypto_register_algs +EXPORT_SYMBOL_GPL vmlinux 0x3daa2540 nf_hooks_lwtunnel_enabled +EXPORT_SYMBOL_GPL vmlinux 0x3dbd8340 misc_cg_uncharge +EXPORT_SYMBOL_GPL vmlinux 0x3dcd2f12 scsi_target_unblock +EXPORT_SYMBOL_GPL vmlinux 0x3dde22dc restore_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0x3de9cae1 crypto_remove_final +EXPORT_SYMBOL_GPL vmlinux 0x3dec2993 nl_table +EXPORT_SYMBOL_GPL vmlinux 0x3dfb071f __cpuhp_state_remove_instance +EXPORT_SYMBOL_GPL vmlinux 0x3dfcf6b4 gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0x3e13e1d9 __traceiter_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x3e17de6e xas_find +EXPORT_SYMBOL_GPL vmlinux 0x3e1a1a07 skcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x3e31697d crypto_akcipher_sync_prep +EXPORT_SYMBOL_GPL vmlinux 0x3e411ace sfp_select_interface +EXPORT_SYMBOL_GPL vmlinux 0x3e51e87e cgroup_path_ns +EXPORT_SYMBOL_GPL vmlinux 0x3e6d9d64 __tracepoint_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x3e7080cb mpi_read_from_buffer +EXPORT_SYMBOL_GPL vmlinux 0x3e888c5a apply_to_existing_page_range +EXPORT_SYMBOL_GPL vmlinux 0x3e903560 ip_tunnel_netlink_encap_parms +EXPORT_SYMBOL_GPL vmlinux 0x3ea22513 bpf_offload_dev_match +EXPORT_SYMBOL_GPL vmlinux 0x3eaba62a iomap_read_folio +EXPORT_SYMBOL_GPL vmlinux 0x3ee5d3f5 gpiod_set_value +EXPORT_SYMBOL_GPL vmlinux 0x3ef051c8 crypto_inc +EXPORT_SYMBOL_GPL vmlinux 0x3ef782b2 crypto_destroy_tfm +EXPORT_SYMBOL_GPL vmlinux 0x3f016b1c blk_crypto_reprogram_all_keys +EXPORT_SYMBOL_GPL vmlinux 0x3f0b6f4d ip6_dst_lookup +EXPORT_SYMBOL_GPL vmlinux 0x3f12a7c7 pci_try_reset_function +EXPORT_SYMBOL_GPL vmlinux 0x3f23a73f blk_crypto_update_capabilities +EXPORT_SYMBOL_GPL vmlinux 0x3f28c43c open_related_ns +EXPORT_SYMBOL_GPL vmlinux 0x3f4fff36 crypto_register_rngs +EXPORT_SYMBOL_GPL vmlinux 0x3f620a64 dma_resv_get_singleton +EXPORT_SYMBOL_GPL vmlinux 0x3f654689 xdp_return_buff +EXPORT_SYMBOL_GPL vmlinux 0x3f747f3e virtqueue_get_desc_addr +EXPORT_SYMBOL_GPL vmlinux 0x3f84bcd7 dax_alive +EXPORT_SYMBOL_GPL vmlinux 0x3f8b810b phy_select_page +EXPORT_SYMBOL_GPL vmlinux 0x3f93e311 ip6_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x3fa066ad blkg_conf_prep +EXPORT_SYMBOL_GPL vmlinux 0x3fbb2a02 scsi_mode_select +EXPORT_SYMBOL_GPL vmlinux 0x3fd9b88a devlink_port_attrs_pci_pf_set +EXPORT_SYMBOL_GPL vmlinux 0x3fe6c346 devlink_fmsg_binary_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x3ffdacf3 timerqueue_iterate_next +EXPORT_SYMBOL_GPL vmlinux 0x401ac5d6 ccw_device_get_cssid +EXPORT_SYMBOL_GPL vmlinux 0x402576cc gmap_pmdp_invalidate +EXPORT_SYMBOL_GPL vmlinux 0x403f9529 gpio_request_one +EXPORT_SYMBOL_GPL vmlinux 0x404170d4 iommu_group_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0x404c4616 fuse_sync_release +EXPORT_SYMBOL_GPL vmlinux 0x406c4cb1 hrtimer_resolution +EXPORT_SYMBOL_GPL vmlinux 0x40717f5b debugfs_create_u16 +EXPORT_SYMBOL_GPL vmlinux 0x4071b517 out_of_line_wait_on_bit_timeout +EXPORT_SYMBOL_GPL vmlinux 0x4095f1b6 blk_queue_write_cache +EXPORT_SYMBOL_GPL vmlinux 0x4099f919 tun_ptr_free +EXPORT_SYMBOL_GPL vmlinux 0x40a13568 vbin_printf +EXPORT_SYMBOL_GPL vmlinux 0x40bb7cda bio_split_rw +EXPORT_SYMBOL_GPL vmlinux 0x40c2dffd ip6_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0x40e60064 vp_modern_queue_address +EXPORT_SYMBOL_GPL vmlinux 0x40f8b94e ring_buffer_iter_dropped +EXPORT_SYMBOL_GPL vmlinux 0x40f8bd4e klist_add_before +EXPORT_SYMBOL_GPL vmlinux 0x410616d7 pci_msi_mask_irq +EXPORT_SYMBOL_GPL vmlinux 0x410f47ef scatterwalk_copychunks +EXPORT_SYMBOL_GPL vmlinux 0x411b48bc debugfs_create_u32_array +EXPORT_SYMBOL_GPL vmlinux 0x411d43b9 skb_copy_ubufs +EXPORT_SYMBOL_GPL vmlinux 0x4120e729 unregister_pernet_device +EXPORT_SYMBOL_GPL vmlinux 0x412bc681 ring_buffer_empty_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4138972d proc_create_net_single_write +EXPORT_SYMBOL_GPL vmlinux 0x4158daf1 driver_register +EXPORT_SYMBOL_GPL vmlinux 0x416923d3 alloc_page_buffers +EXPORT_SYMBOL_GPL vmlinux 0x417d8076 dax_zero_page_range +EXPORT_SYMBOL_GPL vmlinux 0x41814cb8 dirty_writeback_interval +EXPORT_SYMBOL_GPL vmlinux 0x4198955b scsi_dh_attach +EXPORT_SYMBOL_GPL vmlinux 0x419e7efd sfp_module_stop +EXPORT_SYMBOL_GPL vmlinux 0x41ab5421 tpm2_flush_context +EXPORT_SYMBOL_GPL vmlinux 0x41af2d15 __platform_driver_probe +EXPORT_SYMBOL_GPL vmlinux 0x41b9a6e6 bsg_unregister_queue +EXPORT_SYMBOL_GPL vmlinux 0x41d2948d property_entries_dup +EXPORT_SYMBOL_GPL vmlinux 0x41e14027 nd_tbl +EXPORT_SYMBOL_GPL vmlinux 0x41e140eb devlink_flash_update_status_notify +EXPORT_SYMBOL_GPL vmlinux 0x41ed3cec eventfd_ctx_remove_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x41f4d1c2 tcf_dev_queue_xmit +EXPORT_SYMBOL_GPL vmlinux 0x41f50fbe regmap_fields_read +EXPORT_SYMBOL_GPL vmlinux 0x41fb68cb copy_from_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0x42075d4e iommu_unregister_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0x420aa162 debugfs_create_bool +EXPORT_SYMBOL_GPL vmlinux 0x420add25 irq_domain_reset_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x4219ed11 serdev_device_set_tiocm +EXPORT_SYMBOL_GPL vmlinux 0x421c1e0b component_del +EXPORT_SYMBOL_GPL vmlinux 0x422af587 ip6_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x422ba6f0 trace_seq_path +EXPORT_SYMBOL_GPL vmlinux 0x4233261a iomap_zero_range +EXPORT_SYMBOL_GPL vmlinux 0x42342f90 tcp_parse_mss_option +EXPORT_SYMBOL_GPL vmlinux 0x42468543 __sbitmap_queue_get +EXPORT_SYMBOL_GPL vmlinux 0x424c9674 tcp_cong_avoid_ai +EXPORT_SYMBOL_GPL vmlinux 0x4262f946 vfs_kern_mount +EXPORT_SYMBOL_GPL vmlinux 0x42704f35 unix_outq_len +EXPORT_SYMBOL_GPL vmlinux 0x427cc6b3 tracing_snapshot_cond_enable +EXPORT_SYMBOL_GPL vmlinux 0x42825ce2 rcu_scheduler_active +EXPORT_SYMBOL_GPL vmlinux 0x4289ed30 dma_free_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x428fd7fe irq_set_default_host +EXPORT_SYMBOL_GPL vmlinux 0x429c3f9c reboot_mode +EXPORT_SYMBOL_GPL vmlinux 0x42c00d62 __wake_up_locked +EXPORT_SYMBOL_GPL vmlinux 0x42e0a540 ip6_route_lookup +EXPORT_SYMBOL_GPL vmlinux 0x42fb9eaa irq_set_chip_and_handler_name +EXPORT_SYMBOL_GPL vmlinux 0x430d88ec __traceiter_arm_event +EXPORT_SYMBOL_GPL vmlinux 0x430fa18b cpu_topology +EXPORT_SYMBOL_GPL vmlinux 0x4333fa15 devres_open_group +EXPORT_SYMBOL_GPL vmlinux 0x43376731 x509_cert_parse +EXPORT_SYMBOL_GPL vmlinux 0x43413a6c kvm_vcpu_write_guest +EXPORT_SYMBOL_GPL vmlinux 0x4355dc29 unregister_trace_event +EXPORT_SYMBOL_GPL vmlinux 0x436d817f mpi_clear_bit +EXPORT_SYMBOL_GPL vmlinux 0x437eb1df ipv6_mod_enabled +EXPORT_SYMBOL_GPL vmlinux 0x4388497f xa_delete_node +EXPORT_SYMBOL_GPL vmlinux 0x438c3058 dw_pcie_ep_raise_legacy_irq +EXPORT_SYMBOL_GPL vmlinux 0x43a59c0e sbitmap_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x43a8f05e dm_internal_suspend_fast +EXPORT_SYMBOL_GPL vmlinux 0x43aa319e lease_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x43abfd3a ethnl_cable_test_result +EXPORT_SYMBOL_GPL vmlinux 0x43c33665 isc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x43caa7c0 regmap_irq_get_irq_reg_linear +EXPORT_SYMBOL_GPL vmlinux 0x43f92edd wait_for_initramfs +EXPORT_SYMBOL_GPL vmlinux 0x4401e6c2 mpi_cmpabs +EXPORT_SYMBOL_GPL vmlinux 0x440be4b9 trace_seq_putmem +EXPORT_SYMBOL_GPL vmlinux 0x44208c9c pci_epf_free_space +EXPORT_SYMBOL_GPL vmlinux 0x4421e340 class_find_device +EXPORT_SYMBOL_GPL vmlinux 0x4423f497 debugfs_create_blob +EXPORT_SYMBOL_GPL vmlinux 0x442deaa9 poll_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x44348a1e screen_glyph_unicode +EXPORT_SYMBOL_GPL vmlinux 0x4439bcd2 __SCK__tp_func_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x443b852a find_vpid +EXPORT_SYMBOL_GPL vmlinux 0x445ad063 disk_set_zoned +EXPORT_SYMBOL_GPL vmlinux 0x4471a51d vhost_task_stop +EXPORT_SYMBOL_GPL vmlinux 0x4484a5a4 wait_for_device_probe +EXPORT_SYMBOL_GPL vmlinux 0x44889e06 skb_send_sock_locked +EXPORT_SYMBOL_GPL vmlinux 0x449d3d21 gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0x44b1fa5f x509_load_certificate_list +EXPORT_SYMBOL_GPL vmlinux 0x44bae227 bit_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x44c10a52 kvfree_call_rcu +EXPORT_SYMBOL_GPL vmlinux 0x44cf8cf0 blk_zone_cond_str +EXPORT_SYMBOL_GPL vmlinux 0x44e0ccaa zpci_set_irq_ctrl +EXPORT_SYMBOL_GPL vmlinux 0x44e58976 __tracepoint_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x4507f4a8 cpuhp_tasks_frozen +EXPORT_SYMBOL_GPL vmlinux 0x4509ca78 ip_icmp_error_rfc4884 +EXPORT_SYMBOL_GPL vmlinux 0x450c064d xfrm_audit_state_delete +EXPORT_SYMBOL_GPL vmlinux 0x4533c1a5 netdev_rx_handler_unregister +EXPORT_SYMBOL_GPL vmlinux 0x454bd447 kthread_func +EXPORT_SYMBOL_GPL vmlinux 0x4556ea27 gpio_to_desc +EXPORT_SYMBOL_GPL vmlinux 0x457594fa crypto_alg_list +EXPORT_SYMBOL_GPL vmlinux 0x45874ebe crypto_comp_decompress +EXPORT_SYMBOL_GPL vmlinux 0x4591fe74 ethnl_cable_test_pulse +EXPORT_SYMBOL_GPL vmlinux 0x459226b5 gmap_unmap_segment +EXPORT_SYMBOL_GPL vmlinux 0x459b999e crypto_alloc_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x459debd1 kthread_unpark +EXPORT_SYMBOL_GPL vmlinux 0x45b67b31 gpiochip_line_is_open_source +EXPORT_SYMBOL_GPL vmlinux 0x45b9234a kvm_vcpu_on_spin +EXPORT_SYMBOL_GPL vmlinux 0x45bdc429 dma_can_mmap +EXPORT_SYMBOL_GPL vmlinux 0x45c04efa user_free_preparse +EXPORT_SYMBOL_GPL vmlinux 0x45c494a4 bsg_job_put +EXPORT_SYMBOL_GPL vmlinux 0x45c4954b blk_mq_freeze_queue +EXPORT_SYMBOL_GPL vmlinux 0x45db4079 pci_dev_unlock +EXPORT_SYMBOL_GPL vmlinux 0x45e8b450 mnt_idmap_get +EXPORT_SYMBOL_GPL vmlinux 0x46013233 net_dec_ingress_queue +EXPORT_SYMBOL_GPL vmlinux 0x4610fe31 fwnode_get_next_available_child_node +EXPORT_SYMBOL_GPL vmlinux 0x462b9b61 vp_modern_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0x464a9cd0 get_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x464c6e46 vring_del_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x4666256c pcie_port_bus_type +EXPORT_SYMBOL_GPL vmlinux 0x4688d7ec pvclock_gtod_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x469152da ncsi_stop_dev +EXPORT_SYMBOL_GPL vmlinux 0x469a4d32 xfrm_dev_policy_add +EXPORT_SYMBOL_GPL vmlinux 0x469b21af ipv6_proxy_select_ident +EXPORT_SYMBOL_GPL vmlinux 0x46a77dd1 __traceiter_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0x46c55f1d blk_execute_rq_nowait +EXPORT_SYMBOL_GPL vmlinux 0x46c7746a disk_uevent +EXPORT_SYMBOL_GPL vmlinux 0x46e682a5 scsi_alloc_request +EXPORT_SYMBOL_GPL vmlinux 0x46e8289b devm_regmap_del_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0x47229b5c gpio_request +EXPORT_SYMBOL_GPL vmlinux 0x473301e2 exportfs_encode_fh +EXPORT_SYMBOL_GPL vmlinux 0x476049c1 devm_device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0x4761f17c register_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x47645151 vp_modern_probe +EXPORT_SYMBOL_GPL vmlinux 0x476461e8 __tracepoint_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x47664a80 query_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x47683810 device_move +EXPORT_SYMBOL_GPL vmlinux 0x476e0eaf serdev_device_remove +EXPORT_SYMBOL_GPL vmlinux 0x477a8277 akcipher_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x47864d92 mmu_notifier_get_locked +EXPORT_SYMBOL_GPL vmlinux 0x47884890 system_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0x478ab93f devm_watchdog_register_device +EXPORT_SYMBOL_GPL vmlinux 0x478e81f8 tcp_orphan_count +EXPORT_SYMBOL_GPL vmlinux 0x4795bd81 crypto_skcipher_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x479803b9 base64_encode +EXPORT_SYMBOL_GPL vmlinux 0x47c304e1 device_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0x47c43c15 mas_find +EXPORT_SYMBOL_GPL vmlinux 0x47c61603 balloon_page_enqueue +EXPORT_SYMBOL_GPL vmlinux 0x47cf289a fib_info_nh_uses_dev +EXPORT_SYMBOL_GPL vmlinux 0x47e5fa45 uprobe_register_refctr +EXPORT_SYMBOL_GPL vmlinux 0x480305ca kmsg_dump_rewind +EXPORT_SYMBOL_GPL vmlinux 0x481f9b7d mpi_mulm +EXPORT_SYMBOL_GPL vmlinux 0x48354b46 msi_next_desc +EXPORT_SYMBOL_GPL vmlinux 0x48438a6c debugfs_create_atomic_t +EXPORT_SYMBOL_GPL vmlinux 0x485611c8 trace_event_raw_init +EXPORT_SYMBOL_GPL vmlinux 0x48598427 devres_add +EXPORT_SYMBOL_GPL vmlinux 0x485fc113 devl_dpipe_table_resource_set +EXPORT_SYMBOL_GPL vmlinux 0x4867458b alloc_dax +EXPORT_SYMBOL_GPL vmlinux 0x486f35a8 xfrm_audit_state_notfound_simple +EXPORT_SYMBOL_GPL vmlinux 0x4878edb0 scsi_queue_work +EXPORT_SYMBOL_GPL vmlinux 0x4879c68c io_uring_cmd_done +EXPORT_SYMBOL_GPL vmlinux 0x488ddf16 skb_mpls_pop +EXPORT_SYMBOL_GPL vmlinux 0x48a09202 pgprot_writethrough +EXPORT_SYMBOL_GPL vmlinux 0x48ac1a23 perf_aux_output_skip +EXPORT_SYMBOL_GPL vmlinux 0x48c32847 __SCK__tp_func_sched_util_est_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x48c35c9e __tracepoint_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x48c38e58 pci_epc_mem_alloc_addr +EXPORT_SYMBOL_GPL vmlinux 0x48cb87f1 xdp_attachment_setup +EXPORT_SYMBOL_GPL vmlinux 0x48e5eb7b blkcg_set_fc_appid +EXPORT_SYMBOL_GPL vmlinux 0x48f4ac32 icmp_build_probe +EXPORT_SYMBOL_GPL vmlinux 0x48f9dc59 securityfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0x4906b020 param_set_uint_minmax +EXPORT_SYMBOL_GPL vmlinux 0x4916de4e platform_get_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x49242bc7 freezer_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4934bdd0 crypto_check_attr_type +EXPORT_SYMBOL_GPL vmlinux 0x49414497 task_active_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x49608959 migrate_disable +EXPORT_SYMBOL_GPL vmlinux 0x496a1a2f fat_fill_super +EXPORT_SYMBOL_GPL vmlinux 0x496c7bf0 dw_pcie_own_conf_map_bus +EXPORT_SYMBOL_GPL vmlinux 0x496e876d iomap_bmap +EXPORT_SYMBOL_GPL vmlinux 0x498634b6 skb_zerocopy_headlen +EXPORT_SYMBOL_GPL vmlinux 0x499043d3 crypto_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x49a34349 vfs_removexattr +EXPORT_SYMBOL_GPL vmlinux 0x49b7f854 pci_disable_ats +EXPORT_SYMBOL_GPL vmlinux 0x49cd25ed alloc_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x49d4cc63 free_vm_area +EXPORT_SYMBOL_GPL vmlinux 0x49d6d96a put_io_context +EXPORT_SYMBOL_GPL vmlinux 0x49dbb72a switchdev_bridge_port_unoffload +EXPORT_SYMBOL_GPL vmlinux 0x49e1c737 gmap_pmdp_idte_global +EXPORT_SYMBOL_GPL vmlinux 0x49e96999 cond_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x49fcb479 device_add_groups +EXPORT_SYMBOL_GPL vmlinux 0x4a063591 splice_to_pipe +EXPORT_SYMBOL_GPL vmlinux 0x4a17ed66 sysrq_mask +EXPORT_SYMBOL_GPL vmlinux 0x4a17f623 net_failover_create +EXPORT_SYMBOL_GPL vmlinux 0x4a2f8698 blk_rq_poll +EXPORT_SYMBOL_GPL vmlinux 0x4a2fba78 crypto_clone_ahash +EXPORT_SYMBOL_GPL vmlinux 0x4a4e6ff6 msi_lock_descs +EXPORT_SYMBOL_GPL vmlinux 0x4a57a8b8 percpu_up_write +EXPORT_SYMBOL_GPL vmlinux 0x4a6d221a __devm_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x4aa04ad0 blkg_conf_init +EXPORT_SYMBOL_GPL vmlinux 0x4ab66be0 lwtunnel_cmp_encap +EXPORT_SYMBOL_GPL vmlinux 0x4acb61cc skcipher_walk_complete +EXPORT_SYMBOL_GPL vmlinux 0x4ae9907b devres_for_each_res +EXPORT_SYMBOL_GPL vmlinux 0x4aeda91a __traceiter_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0x4b2cf030 handle_untracked_irq +EXPORT_SYMBOL_GPL vmlinux 0x4b2cf105 kvm_s390_pv_cpu_is_protected +EXPORT_SYMBOL_GPL vmlinux 0x4b794b8e sched_show_task +EXPORT_SYMBOL_GPL vmlinux 0x4b84182a devres_remove +EXPORT_SYMBOL_GPL vmlinux 0x4b84f987 kvm_irq_has_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4b9750c9 input_ff_flush +EXPORT_SYMBOL_GPL vmlinux 0x4ba88dcb chsc_sgib +EXPORT_SYMBOL_GPL vmlinux 0x4ba8d020 irq_domain_remove_sim +EXPORT_SYMBOL_GPL vmlinux 0x4babd4fb access_process_vm +EXPORT_SYMBOL_GPL vmlinux 0x4bb15b5d msi_domain_first_desc +EXPORT_SYMBOL_GPL vmlinux 0x4bb1d265 ncsi_start_dev +EXPORT_SYMBOL_GPL vmlinux 0x4bb3dd2e strp_stop +EXPORT_SYMBOL_GPL vmlinux 0x4bd6f08b misc_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x4bd89c5a css_chsc_characteristics +EXPORT_SYMBOL_GPL vmlinux 0x4bdb8dcc housekeeping_test_cpu +EXPORT_SYMBOL_GPL vmlinux 0x4beed68f key_type_asymmetric +EXPORT_SYMBOL_GPL vmlinux 0x4bf13b62 sdev_evt_send +EXPORT_SYMBOL_GPL vmlinux 0x4c2b351d start_poll_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x4c3011d4 irq_chip_release_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0x4c31b76e driver_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x4c34fce8 gpiod_get_direction +EXPORT_SYMBOL_GPL vmlinux 0x4c445102 xfrm_audit_state_replay +EXPORT_SYMBOL_GPL vmlinux 0x4c525bc4 paste_selection +EXPORT_SYMBOL_GPL vmlinux 0x4c56bd15 stack_type_name +EXPORT_SYMBOL_GPL vmlinux 0x4c7cbfdc unregister_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x4c8e992f tty_save_termios +EXPORT_SYMBOL_GPL vmlinux 0x4cb27100 ktime_get_snapshot +EXPORT_SYMBOL_GPL vmlinux 0x4cb81fda __SCK__tp_func_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x4cbe2041 aead_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x4ce91483 hrtimer_init +EXPORT_SYMBOL_GPL vmlinux 0x4d0015e2 cpu_hotplug_disable +EXPORT_SYMBOL_GPL vmlinux 0x4d1d66bc sysfs_chmod_file +EXPORT_SYMBOL_GPL vmlinux 0x4d40e75d vp_legacy_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0x4d487921 vp_legacy_probe +EXPORT_SYMBOL_GPL vmlinux 0x4d4efda5 auxiliary_device_init +EXPORT_SYMBOL_GPL vmlinux 0x4d60930a generic_fh_to_dentry +EXPORT_SYMBOL_GPL vmlinux 0x4d6d0bbc iommu_group_ref_get +EXPORT_SYMBOL_GPL vmlinux 0x4d7272e4 migrate_enable +EXPORT_SYMBOL_GPL vmlinux 0x4d7c5fad css_sch_is_valid +EXPORT_SYMBOL_GPL vmlinux 0x4d80cba4 kmsg_dump_get_line +EXPORT_SYMBOL_GPL vmlinux 0x4daba3e7 fuse_dev_alloc +EXPORT_SYMBOL_GPL vmlinux 0x4dca628c devm_kstrdup +EXPORT_SYMBOL_GPL vmlinux 0x4ddb7b23 devl_trap_policers_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4e03f8de rtnl_af_unregister +EXPORT_SYMBOL_GPL vmlinux 0x4e0f17a8 bio_start_io_acct +EXPORT_SYMBOL_GPL vmlinux 0x4e149dbf posix_clock_register +EXPORT_SYMBOL_GPL vmlinux 0x4e3fd1b4 kvm_release_pfn_clean +EXPORT_SYMBOL_GPL vmlinux 0x4e5cbe69 platform_get_irq_byname_optional +EXPORT_SYMBOL_GPL vmlinux 0x4e9a9349 gmap_make_secure +EXPORT_SYMBOL_GPL vmlinux 0x4ea4e90b clockevents_unbind_device +EXPORT_SYMBOL_GPL vmlinux 0x4eab25e2 tty_ldisc_ref +EXPORT_SYMBOL_GPL vmlinux 0x4eac5fc1 cpu_mitigations_auto_nosmt +EXPORT_SYMBOL_GPL vmlinux 0x4ec2d916 pci_sriov_configure_simple +EXPORT_SYMBOL_GPL vmlinux 0x4eedd6f3 rhashtable_walk_stop +EXPORT_SYMBOL_GPL vmlinux 0x4ef5bcf4 perf_swevent_get_recursion_context +EXPORT_SYMBOL_GPL vmlinux 0x4efcf021 mpi_normalize +EXPORT_SYMBOL_GPL vmlinux 0x4f3c2b87 __iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0x4f64a7d3 cpu_subsys +EXPORT_SYMBOL_GPL vmlinux 0x4f6542f6 devlink_linecard_nested_dl_set +EXPORT_SYMBOL_GPL vmlinux 0x4f6a07fe show_rcu_gp_kthreads +EXPORT_SYMBOL_GPL vmlinux 0x4f7cb3a7 inet_twsk_put +EXPORT_SYMBOL_GPL vmlinux 0x4f91fd51 __wake_up_sync_key +EXPORT_SYMBOL_GPL vmlinux 0x4fa041a3 strp_init +EXPORT_SYMBOL_GPL vmlinux 0x4fb39421 devlink_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x4fb5da55 fs_put_dax +EXPORT_SYMBOL_GPL vmlinux 0x4fca4e23 l3mdev_fib_table_rcu +EXPORT_SYMBOL_GPL vmlinux 0x4fca7542 fib_rules_dump +EXPORT_SYMBOL_GPL vmlinux 0x4fddf15e __fsverity_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x4fe1eddf unregister_netevent_notifier +EXPORT_SYMBOL_GPL vmlinux 0x4fee78e6 phy_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x5003c8d7 mddev_init +EXPORT_SYMBOL_GPL vmlinux 0x5003e6ff pci_epf_add_vepf +EXPORT_SYMBOL_GPL vmlinux 0x502bdaba pci_cfg_access_lock +EXPORT_SYMBOL_GPL vmlinux 0x5033bdcf blk_queue_required_elevator_features +EXPORT_SYMBOL_GPL vmlinux 0x5037c5df inet_csk_reqsk_queue_hash_add +EXPORT_SYMBOL_GPL vmlinux 0x504b5c2e sk_msg_alloc +EXPORT_SYMBOL_GPL vmlinux 0x50679dc8 sk_msg_return +EXPORT_SYMBOL_GPL vmlinux 0x5091b823 ring_buffer_read_start +EXPORT_SYMBOL_GPL vmlinux 0x50a8a48a __traceiter_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0x50af37be ethtool_set_ethtool_phy_ops +EXPORT_SYMBOL_GPL vmlinux 0x50b63173 sfp_bus_find_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x50bb34da __traceiter_block_split +EXPORT_SYMBOL_GPL vmlinux 0x50bdfcf4 sk_msg_free +EXPORT_SYMBOL_GPL vmlinux 0x50db489b virtio_add_status +EXPORT_SYMBOL_GPL vmlinux 0x50dc8fb3 input_ff_create +EXPORT_SYMBOL_GPL vmlinux 0x50e7193a __i2c_first_dynamic_bus_num +EXPORT_SYMBOL_GPL vmlinux 0x50eabb98 __tracepoint_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x50f62817 perf_pmu_register +EXPORT_SYMBOL_GPL vmlinux 0x50fad434 round_jiffies_up +EXPORT_SYMBOL_GPL vmlinux 0x510859b1 make_vfsuid +EXPORT_SYMBOL_GPL vmlinux 0x51104ae7 bus_create_file +EXPORT_SYMBOL_GPL vmlinux 0x511a24a7 dw_pcie_read_dbi +EXPORT_SYMBOL_GPL vmlinux 0x5126d871 acomp_request_alloc +EXPORT_SYMBOL_GPL vmlinux 0x512e47ad irq_domain_set_hwirq_and_chip +EXPORT_SYMBOL_GPL vmlinux 0x51390c96 rcu_barrier_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x513b5b96 crypto_shoot_alg +EXPORT_SYMBOL_GPL vmlinux 0x515b390f __SCK__tp_func_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0x516960bd klist_iter_init_node +EXPORT_SYMBOL_GPL vmlinux 0x517a7975 rsa_parse_pub_key +EXPORT_SYMBOL_GPL vmlinux 0x5192d189 mnt_want_write +EXPORT_SYMBOL_GPL vmlinux 0x51a9e9f4 device_link_add +EXPORT_SYMBOL_GPL vmlinux 0x51b00cd2 blk_mq_virtio_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x51b64545 __traceiter_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x51bcda5f dst_blackhole_mtu +EXPORT_SYMBOL_GPL vmlinux 0x51c83555 disable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x5216fa19 gfn_to_memslot +EXPORT_SYMBOL_GPL vmlinux 0x521daf44 __audit_inode_child +EXPORT_SYMBOL_GPL vmlinux 0x522c314a pci_store_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x52310c47 ethtool_dev_mm_supported +EXPORT_SYMBOL_GPL vmlinux 0x5236497d trace_clock +EXPORT_SYMBOL_GPL vmlinux 0x5247792a lwtunnel_output +EXPORT_SYMBOL_GPL vmlinux 0x525ce741 tpm_put_ops +EXPORT_SYMBOL_GPL vmlinux 0x52647db1 ct_idle_exit +EXPORT_SYMBOL_GPL vmlinux 0x52b1e3c7 pci_flags +EXPORT_SYMBOL_GPL vmlinux 0x52b52c5b devm_kasprintf +EXPORT_SYMBOL_GPL vmlinux 0x52c35e83 call_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x52c44fea devm_bitmap_alloc +EXPORT_SYMBOL_GPL vmlinux 0x52cae04f serdev_device_write_room +EXPORT_SYMBOL_GPL vmlinux 0x52d54fce devlink_info_version_stored_put +EXPORT_SYMBOL_GPL vmlinux 0x52e29574 kvm_vcpu_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0x5301006c bus_find_device +EXPORT_SYMBOL_GPL vmlinux 0x530e0f8c devl_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x5312138c page_cache_async_ra +EXPORT_SYMBOL_GPL vmlinux 0x534cf7e1 software_node_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x5358864e devlink_fmsg_binary_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x5362099e regcache_cache_bypass +EXPORT_SYMBOL_GPL vmlinux 0x53797e20 devl_linecard_create +EXPORT_SYMBOL_GPL vmlinux 0x538d073d phy_duplex_to_str +EXPORT_SYMBOL_GPL vmlinux 0x538d84e8 bsg_remove_queue +EXPORT_SYMBOL_GPL vmlinux 0x53a719c1 blk_mq_queue_inflight +EXPORT_SYMBOL_GPL vmlinux 0x53b9c09e bio_blkcg_css +EXPORT_SYMBOL_GPL vmlinux 0x53d1d849 gmap_shadow_valid +EXPORT_SYMBOL_GPL vmlinux 0x53d7c01e __traceiter_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0x53ebccda platform_get_resource +EXPORT_SYMBOL_GPL vmlinux 0x53f2fc31 __nf_ip6_route +EXPORT_SYMBOL_GPL vmlinux 0x540345c8 register_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0x54177046 crypto_aes_set_key +EXPORT_SYMBOL_GPL vmlinux 0x541bd60a irq_work_run +EXPORT_SYMBOL_GPL vmlinux 0x5449ca64 genphy_c45_plca_get_status +EXPORT_SYMBOL_GPL vmlinux 0x544be67b crypto_init_akcipher_ops_sig +EXPORT_SYMBOL_GPL vmlinux 0x546061a4 blk_steal_bios +EXPORT_SYMBOL_GPL vmlinux 0x5460f79f work_on_cpu_safe_key +EXPORT_SYMBOL_GPL vmlinux 0x546ad918 anon_transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5472b480 kvm_get_running_vcpu +EXPORT_SYMBOL_GPL vmlinux 0x547307b8 pci_find_next_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x547403e3 kobj_sysfs_ops +EXPORT_SYMBOL_GPL vmlinux 0x547c6e18 devm_gpiod_unhinge +EXPORT_SYMBOL_GPL vmlinux 0x5482605e check_move_unevictable_folios +EXPORT_SYMBOL_GPL vmlinux 0x548a61b1 ZSTD_customFree +EXPORT_SYMBOL_GPL vmlinux 0x549525ef handle_nested_irq +EXPORT_SYMBOL_GPL vmlinux 0x54bf86ae devl_region_create +EXPORT_SYMBOL_GPL vmlinux 0x54d09667 register_btf_kfunc_id_set +EXPORT_SYMBOL_GPL vmlinux 0x5511f9a3 __pci_epf_register_driver +EXPORT_SYMBOL_GPL vmlinux 0x5515b154 gpiochip_is_requested +EXPORT_SYMBOL_GPL vmlinux 0x55339365 flush_delayed_fput +EXPORT_SYMBOL_GPL vmlinux 0x55417264 unregister_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0x55635ef2 iommu_detach_group +EXPORT_SYMBOL_GPL vmlinux 0x556a9ead xas_split +EXPORT_SYMBOL_GPL vmlinux 0x557577aa mptcp_token_get_sock +EXPORT_SYMBOL_GPL vmlinux 0x55784228 regmap_irq_get_virq +EXPORT_SYMBOL_GPL vmlinux 0x557855d3 pci_assign_unassigned_bridge_resources +EXPORT_SYMBOL_GPL vmlinux 0x558b7969 genphy_c45_read_lpa +EXPORT_SYMBOL_GPL vmlinux 0x558f599f public_key_subtype +EXPORT_SYMBOL_GPL vmlinux 0x55905e56 irq_chip_mask_ack_parent +EXPORT_SYMBOL_GPL vmlinux 0x5590a35f devm_register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0x55b28c3c rt_mutex_trylock +EXPORT_SYMBOL_GPL vmlinux 0x55bb011c pci_device_is_present +EXPORT_SYMBOL_GPL vmlinux 0x55ebecdc input_ff_upload +EXPORT_SYMBOL_GPL vmlinux 0x55eecff4 bit_wait_io_timeout +EXPORT_SYMBOL_GPL vmlinux 0x55f2580b __alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x55f91924 trace_seq_puts +EXPORT_SYMBOL_GPL vmlinux 0x5605322b relay_open +EXPORT_SYMBOL_GPL vmlinux 0x56054c05 crypto_it_tab +EXPORT_SYMBOL_GPL vmlinux 0x561375bd tracepoint_probe_register_prio +EXPORT_SYMBOL_GPL vmlinux 0x56203f75 devlink_port_type_ib_set +EXPORT_SYMBOL_GPL vmlinux 0x56256e8a orderly_poweroff +EXPORT_SYMBOL_GPL vmlinux 0x563b4c6e ip6_route_output_flags +EXPORT_SYMBOL_GPL vmlinux 0x5641485b tty_termios_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0x56655ad2 shash_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0x5673daeb devm_ioremap_uc +EXPORT_SYMBOL_GPL vmlinux 0x5675d0ec __traceiter_br_fdb_update +EXPORT_SYMBOL_GPL vmlinux 0x56834fb7 iomap_file_buffered_write +EXPORT_SYMBOL_GPL vmlinux 0x56afdfe8 vp_modern_get_features +EXPORT_SYMBOL_GPL vmlinux 0x56b47c73 platform_find_device_by_driver +EXPORT_SYMBOL_GPL vmlinux 0x56b584d8 crypto_grab_shash +EXPORT_SYMBOL_GPL vmlinux 0x56ce5e88 gpiochip_relres_irq +EXPORT_SYMBOL_GPL vmlinux 0x56ef08de kset_find_obj +EXPORT_SYMBOL_GPL vmlinux 0x56ef15d0 __tracepoint_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0x56f0a960 zpci_register_ioat +EXPORT_SYMBOL_GPL vmlinux 0x56fbb130 no_hash_pointers +EXPORT_SYMBOL_GPL vmlinux 0x57277486 register_pernet_subsys +EXPORT_SYMBOL_GPL vmlinux 0x572e3d44 pkcs7_parse_message +EXPORT_SYMBOL_GPL vmlinux 0x5731ad3e __strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0x573bfb2d genphy_c45_baset1_read_status +EXPORT_SYMBOL_GPL vmlinux 0x574c8021 dax_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x575e4037 mddev_resume +EXPORT_SYMBOL_GPL vmlinux 0x57749e0f percpu_is_read_locked +EXPORT_SYMBOL_GPL vmlinux 0x578eeb4d hugetlb_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x5790e7a0 pci_unlock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0x579e0bf5 rtnl_unregister_all +EXPORT_SYMBOL_GPL vmlinux 0x57c06a55 inet_pernet_hashinfo_alloc +EXPORT_SYMBOL_GPL vmlinux 0x57c58e9b __tracepoint_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x57d593ea firmware_request_platform +EXPORT_SYMBOL_GPL vmlinux 0x57da24bb serdev_device_set_baudrate +EXPORT_SYMBOL_GPL vmlinux 0x57dfc3eb tty_port_unregister_device +EXPORT_SYMBOL_GPL vmlinux 0x57f576b9 mpi_ec_curve_point +EXPORT_SYMBOL_GPL vmlinux 0x57f63598 screen_pos +EXPORT_SYMBOL_GPL vmlinux 0x580320ff scsi_nl_sock +EXPORT_SYMBOL_GPL vmlinux 0x5812d7e7 inet6_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x58236dee fib_rules_seq_read +EXPORT_SYMBOL_GPL vmlinux 0x582f49fc tcp_leave_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0x5831e062 cpus_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0x584e9d45 kobject_get_path +EXPORT_SYMBOL_GPL vmlinux 0x5857a22b devl_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x585bbaf0 tpmm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5875809e phy_restore_page +EXPORT_SYMBOL_GPL vmlinux 0x5878dc57 kobject_init_and_add +EXPORT_SYMBOL_GPL vmlinux 0x5879a27d sfp_get_module_info +EXPORT_SYMBOL_GPL vmlinux 0x58831ca6 skb_clone_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0x58cbdb35 dm_get_md +EXPORT_SYMBOL_GPL vmlinux 0x58def6ca sfp_module_remove +EXPORT_SYMBOL_GPL vmlinux 0x58f31f10 hwrng_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5924cc65 fsverity_verify_bio +EXPORT_SYMBOL_GPL vmlinux 0x593ac537 __tracepoint_map +EXPORT_SYMBOL_GPL vmlinux 0x59457f67 wbc_detach_inode +EXPORT_SYMBOL_GPL vmlinux 0x594d796d kvm_is_visible_gfn +EXPORT_SYMBOL_GPL vmlinux 0x594fe160 tod_clock_base +EXPORT_SYMBOL_GPL vmlinux 0x5957cddb zs_lookup_class_index +EXPORT_SYMBOL_GPL vmlinux 0x595acc44 virtio_reset_device +EXPORT_SYMBOL_GPL vmlinux 0x596ab21a pci_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0x597e03f0 sysfs_create_group +EXPORT_SYMBOL_GPL vmlinux 0x59aaefcf tty_mode_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x59b063ba start_poll_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x59c43dc9 __traceiter_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x59cc80b9 blkcg_policy_register +EXPORT_SYMBOL_GPL vmlinux 0x59e640c0 halt_poll_ns +EXPORT_SYMBOL_GPL vmlinux 0x59edfeb8 phy_rate_matching_to_str +EXPORT_SYMBOL_GPL vmlinux 0x59f32720 mpi_subm +EXPORT_SYMBOL_GPL vmlinux 0x59fc645c tty_port_register_device_serdev +EXPORT_SYMBOL_GPL vmlinux 0x59fd2024 bpf_map_put +EXPORT_SYMBOL_GPL vmlinux 0x5a12e60c __SCK__tp_func_sched_update_nr_running_tp +EXPORT_SYMBOL_GPL vmlinux 0x5a1d134a rcu_momentary_dyntick_idle +EXPORT_SYMBOL_GPL vmlinux 0x5a3f63a6 iommu_group_add_device +EXPORT_SYMBOL_GPL vmlinux 0x5a48c3ba perf_tp_event +EXPORT_SYMBOL_GPL vmlinux 0x5a49dbc9 timerqueue_del +EXPORT_SYMBOL_GPL vmlinux 0x5a5d4ba0 fuse_mount_remove +EXPORT_SYMBOL_GPL vmlinux 0x5a6cdb52 nf_ct_zone_dflt +EXPORT_SYMBOL_GPL vmlinux 0x5a7bfe41 crypto_probing_notify +EXPORT_SYMBOL_GPL vmlinux 0x5a92a0f0 xas_find_marked +EXPORT_SYMBOL_GPL vmlinux 0x5a9627ac mm_kobj +EXPORT_SYMBOL_GPL vmlinux 0x5aa5835d auxiliary_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5afc722e __audit_log_nfcfg +EXPORT_SYMBOL_GPL vmlinux 0x5afdc3f7 io_uring_cmd_import_fixed +EXPORT_SYMBOL_GPL vmlinux 0x5b0acf6f dm_noflush_suspending +EXPORT_SYMBOL_GPL vmlinux 0x5b15a3cd pci_epc_put +EXPORT_SYMBOL_GPL vmlinux 0x5b1f7070 __traceiter_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x5b21ceff ring_buffer_iter_peek +EXPORT_SYMBOL_GPL vmlinux 0x5b22c715 rdev_set_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x5b30e25c vhost_task_wake +EXPORT_SYMBOL_GPL vmlinux 0x5b32398a mmu_interval_notifier_insert_locked +EXPORT_SYMBOL_GPL vmlinux 0x5b39dac8 generic_access_phys +EXPORT_SYMBOL_GPL vmlinux 0x5b4b7301 __kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0x5b50af89 tracepoint_probe_register +EXPORT_SYMBOL_GPL vmlinux 0x5b610d75 phy_resolve_aneg_pause +EXPORT_SYMBOL_GPL vmlinux 0x5b7773a2 bpf_warn_invalid_xdp_action +EXPORT_SYMBOL_GPL vmlinux 0x5b83d7ab __tracepoint_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x5ba52228 platform_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5ba63bef property_entries_free +EXPORT_SYMBOL_GPL vmlinux 0x5ba9c87f blk_crypto_keyslot_index +EXPORT_SYMBOL_GPL vmlinux 0x5bbadee5 __dma_fence_unwrap_merge +EXPORT_SYMBOL_GPL vmlinux 0x5bbdfa26 scatterwalk_ffwd +EXPORT_SYMBOL_GPL vmlinux 0x5bc202f3 fscrypt_ioctl_get_key_status +EXPORT_SYMBOL_GPL vmlinux 0x5bcb3b5c blk_crypto_evict_key +EXPORT_SYMBOL_GPL vmlinux 0x5bcd66f6 crypto_sig_maxsize +EXPORT_SYMBOL_GPL vmlinux 0x5bd0748f crypto_del_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x5bd674f4 xas_load +EXPORT_SYMBOL_GPL vmlinux 0x5bdbac4e rcu_unexpedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x5bdc96cb fwnode_graph_get_remote_endpoint +EXPORT_SYMBOL_GPL vmlinux 0x5bdce5e4 devlink_region_create +EXPORT_SYMBOL_GPL vmlinux 0x5c0067b6 regmap_might_sleep +EXPORT_SYMBOL_GPL vmlinux 0x5c0e4930 dma_resv_get_fences +EXPORT_SYMBOL_GPL vmlinux 0x5c1b386f class_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x5c1bbe61 __traceiter_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x5c2c0edc fuse_simple_background +EXPORT_SYMBOL_GPL vmlinux 0x5c3bbd06 __SCK__tp_func_mc_event +EXPORT_SYMBOL_GPL vmlinux 0x5c5ddfbc simple_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0x5c74b41d public_key_signature_free +EXPORT_SYMBOL_GPL vmlinux 0x5c82016e __SCK__tp_func_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x5cb588c5 alarm_start +EXPORT_SYMBOL_GPL vmlinux 0x5cb89bec nf_hook_entries_insert_raw +EXPORT_SYMBOL_GPL vmlinux 0x5cd87015 bpf_verifier_log_write +EXPORT_SYMBOL_GPL vmlinux 0x5cdf1c0f fwnode_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0x5cede0a7 xdp_flush_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x5cf1b666 pci_rescan_bus +EXPORT_SYMBOL_GPL vmlinux 0x5cf3bd31 __inet_lookup_listener +EXPORT_SYMBOL_GPL vmlinux 0x5cfac38c dw_pcie_ep_reset_bar +EXPORT_SYMBOL_GPL vmlinux 0x5cfe0ac1 rt_mutex_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0x5d275d03 blk_req_needs_zone_write_lock +EXPORT_SYMBOL_GPL vmlinux 0x5d2b782d devres_find +EXPORT_SYMBOL_GPL vmlinux 0x5d52b7c6 serdev_device_break_ctl +EXPORT_SYMBOL_GPL vmlinux 0x5d72d119 devm_platform_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0x5d823b85 sk_clear_memalloc +EXPORT_SYMBOL_GPL vmlinux 0x5d8476d3 bpf_sk_storage_diag_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5d85bb62 __tracepoint_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x5d98cd38 __fscrypt_prepare_link +EXPORT_SYMBOL_GPL vmlinux 0x5da2c5ab locks_alloc_lock +EXPORT_SYMBOL_GPL vmlinux 0x5da67adc zs_compact +EXPORT_SYMBOL_GPL vmlinux 0x5dbe2282 disk_set_independent_access_ranges +EXPORT_SYMBOL_GPL vmlinux 0x5dc622a1 devlink_port_register_with_ops +EXPORT_SYMBOL_GPL vmlinux 0x5dc66f1c crypto_unregister_aead +EXPORT_SYMBOL_GPL vmlinux 0x5dd76e44 mutex_lock_io +EXPORT_SYMBOL_GPL vmlinux 0x5de5cb2a crypto_akcipher_sync_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x5e16906b unmap_mapping_pages +EXPORT_SYMBOL_GPL vmlinux 0x5e173309 cpu_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x5e366695 debugfs_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x5e48cee7 iomap_truncate_page +EXPORT_SYMBOL_GPL vmlinux 0x5e515be6 ktime_get_ts64 +EXPORT_SYMBOL_GPL vmlinux 0x5e6b0302 aead_exit_geniv +EXPORT_SYMBOL_GPL vmlinux 0x5e6c4f20 vp_legacy_set_features +EXPORT_SYMBOL_GPL vmlinux 0x5e824adb bpf_map_inc +EXPORT_SYMBOL_GPL vmlinux 0x5e85415b ring_buffer_consume +EXPORT_SYMBOL_GPL vmlinux 0x5e942b59 gpiochip_find +EXPORT_SYMBOL_GPL vmlinux 0x5e96ffb7 gpiochip_irq_domain_deactivate +EXPORT_SYMBOL_GPL vmlinux 0x5e9ff0dd evm_verifyxattr +EXPORT_SYMBOL_GPL vmlinux 0x5eaa19ef component_master_add_with_match +EXPORT_SYMBOL_GPL vmlinux 0x5eae7588 s390_sha_update +EXPORT_SYMBOL_GPL vmlinux 0x5eb417e0 __SCK__tp_func_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0x5ecef56d bdi_dev_name +EXPORT_SYMBOL_GPL vmlinux 0x5ed15994 device_link_del +EXPORT_SYMBOL_GPL vmlinux 0x5ef1b3a0 platform_add_devices +EXPORT_SYMBOL_GPL vmlinux 0x5f048e3a __virtqueue_break +EXPORT_SYMBOL_GPL vmlinux 0x5f0bfd53 platform_device_register_full +EXPORT_SYMBOL_GPL vmlinux 0x5f23e3fa insert_resource +EXPORT_SYMBOL_GPL vmlinux 0x5f2dfbcd iomap_writepages +EXPORT_SYMBOL_GPL vmlinux 0x5f384a68 x509_free_certificate +EXPORT_SYMBOL_GPL vmlinux 0x5f5d218f perf_aux_output_begin +EXPORT_SYMBOL_GPL vmlinux 0x5f60d2f3 kvm_vcpu_gfn_to_hva +EXPORT_SYMBOL_GPL vmlinux 0x5f670fd5 perf_event_period +EXPORT_SYMBOL_GPL vmlinux 0x5f6f1e9e dax_get_private +EXPORT_SYMBOL_GPL vmlinux 0x5f852102 devl_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0x5f87b787 dev_get_regmap +EXPORT_SYMBOL_GPL vmlinux 0x5f892512 blockdev_superblock +EXPORT_SYMBOL_GPL vmlinux 0x5f89ad7a user_update +EXPORT_SYMBOL_GPL vmlinux 0x5f906693 gpiochip_disable_irq +EXPORT_SYMBOL_GPL vmlinux 0x5fa4ce72 xas_nomem +EXPORT_SYMBOL_GPL vmlinux 0x5fa625ed mpi_ec_mul_point +EXPORT_SYMBOL_GPL vmlinux 0x5fb8848b halt_poll_ns_grow_start +EXPORT_SYMBOL_GPL vmlinux 0x5fc971f4 trace_array_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0x5fce297f dma_alloc_pages +EXPORT_SYMBOL_GPL vmlinux 0x5fd86ede inet_twsk_alloc +EXPORT_SYMBOL_GPL vmlinux 0x5fdaa6a5 regmap_parse_val +EXPORT_SYMBOL_GPL vmlinux 0x6001da18 __pci_reset_function_locked +EXPORT_SYMBOL_GPL vmlinux 0x6001e586 do_take_over_console +EXPORT_SYMBOL_GPL vmlinux 0x6029efd5 dax_flush +EXPORT_SYMBOL_GPL vmlinux 0x60372765 __fscrypt_inode_uses_inline_crypto +EXPORT_SYMBOL_GPL vmlinux 0x603e2ce8 blk_trace_setup +EXPORT_SYMBOL_GPL vmlinux 0x604722fd devices_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x604d1ccf dax_iomap_fault +EXPORT_SYMBOL_GPL vmlinux 0x605ae65c inet6_lookup +EXPORT_SYMBOL_GPL vmlinux 0x6062dd6d crypto_enqueue_request +EXPORT_SYMBOL_GPL vmlinux 0x606b4aba devlink_linecard_provision_set +EXPORT_SYMBOL_GPL vmlinux 0x6073f558 devl_dpipe_headers_register +EXPORT_SYMBOL_GPL vmlinux 0x607c4683 devlink_info_version_fixed_put +EXPORT_SYMBOL_GPL vmlinux 0x60899067 inet_hashinfo2_init_mod +EXPORT_SYMBOL_GPL vmlinux 0x6091797f synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x60969808 tracing_cond_snapshot_data +EXPORT_SYMBOL_GPL vmlinux 0x60a13e90 rcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0x60a32ea9 pm_power_off +EXPORT_SYMBOL_GPL vmlinux 0x60a4f4ac bus_register +EXPORT_SYMBOL_GPL vmlinux 0x60bacd61 skb_to_sgvec +EXPORT_SYMBOL_GPL vmlinux 0x60cafdb4 fwnode_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0x60ebc96f ring_buffer_read_prepare +EXPORT_SYMBOL_GPL vmlinux 0x60fca0c3 virtqueue_get_buf_ctx +EXPORT_SYMBOL_GPL vmlinux 0x60ffa01f mas_find_range_rev +EXPORT_SYMBOL_GPL vmlinux 0x610399cd cleanup_srcu_struct +EXPORT_SYMBOL_GPL vmlinux 0x6129fb93 sfp_remove_phy +EXPORT_SYMBOL_GPL vmlinux 0x612bfd89 errno_to_blk_status +EXPORT_SYMBOL_GPL vmlinux 0x613429f3 __traceiter_pelt_rt_tp +EXPORT_SYMBOL_GPL vmlinux 0x615426b7 skb_append_pagefrags +EXPORT_SYMBOL_GPL vmlinux 0x6177373f rhashtable_walk_peek +EXPORT_SYMBOL_GPL vmlinux 0x6181e79f timerqueue_add +EXPORT_SYMBOL_GPL vmlinux 0x618301c5 fwnode_handle_put +EXPORT_SYMBOL_GPL vmlinux 0x6187c212 regmap_test_bits +EXPORT_SYMBOL_GPL vmlinux 0x618f2733 gpiochip_generic_free +EXPORT_SYMBOL_GPL vmlinux 0x6198dfea __ring_buffer_alloc +EXPORT_SYMBOL_GPL vmlinux 0x6199ad5d crypto_has_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x61a2af74 __rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x61ad8659 sbitmap_get +EXPORT_SYMBOL_GPL vmlinux 0x61adffbc devl_port_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0x61afac99 kernel_file_open +EXPORT_SYMBOL_GPL vmlinux 0x61b33d47 gpiochip_line_is_irq +EXPORT_SYMBOL_GPL vmlinux 0x61bd0bd0 get_completed_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x61c1ca29 __SCK__tp_func_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x61ca83a0 uprobe_unregister +EXPORT_SYMBOL_GPL vmlinux 0x61ceb3d7 crypto_mod_get +EXPORT_SYMBOL_GPL vmlinux 0x61f67c92 phy_gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0x61f7261d tcp_splice_eof +EXPORT_SYMBOL_GPL vmlinux 0x62044600 tcp_get_syncookie_mss +EXPORT_SYMBOL_GPL vmlinux 0x622c7922 register_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0x62377a7b blk_io_schedule +EXPORT_SYMBOL_GPL vmlinux 0x6246a629 synchronize_rcu_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0x626886bd __srcu_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x626c0424 __traceiter_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0x6295f0b5 gmap_disable +EXPORT_SYMBOL_GPL vmlinux 0x629ea6ac sock_diag_unregister_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x62b44b28 irq_chip_get_parent_state +EXPORT_SYMBOL_GPL vmlinux 0x62bb09bf clocks_calc_mult_shift +EXPORT_SYMBOL_GPL vmlinux 0x62f53219 kvm_write_guest_offset_cached +EXPORT_SYMBOL_GPL vmlinux 0x6306b4ff __mdiobus_modify_changed +EXPORT_SYMBOL_GPL vmlinux 0x63148116 subsys_virtual_register +EXPORT_SYMBOL_GPL vmlinux 0x631ba529 software_node_unregister_node_group +EXPORT_SYMBOL_GPL vmlinux 0x6323a92e sk_attach_filter +EXPORT_SYMBOL_GPL vmlinux 0x632b0951 vp_legacy_set_status +EXPORT_SYMBOL_GPL vmlinux 0x632cd412 sbitmap_queue_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0x6349498d devres_destroy +EXPORT_SYMBOL_GPL vmlinux 0x634b9d42 __SCK__tp_func_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x634c6082 freq_qos_remove_request +EXPORT_SYMBOL_GPL vmlinux 0x636e7b69 __crypto_alloc_tfm +EXPORT_SYMBOL_GPL vmlinux 0x63750e25 cpci_hp_register_controller +EXPORT_SYMBOL_GPL vmlinux 0x638451f8 bio_poll +EXPORT_SYMBOL_GPL vmlinux 0x6384ccb6 blk_abort_request +EXPORT_SYMBOL_GPL vmlinux 0x63f63785 __mt_destroy +EXPORT_SYMBOL_GPL vmlinux 0x642cfe36 iomap_seek_hole +EXPORT_SYMBOL_GPL vmlinux 0x64375114 vfs_set_acl +EXPORT_SYMBOL_GPL vmlinux 0x643ee1b7 pci_epc_stop +EXPORT_SYMBOL_GPL vmlinux 0x64575086 irq_domain_free_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x64786375 kmsg_dump_get_buffer +EXPORT_SYMBOL_GPL vmlinux 0x6482c809 mmu_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0x64b442d1 dw_pcie_ep_init_complete +EXPORT_SYMBOL_GPL vmlinux 0x64bc7a70 ccw_device_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x64c3ad06 rhashtable_init +EXPORT_SYMBOL_GPL vmlinux 0x64d1d903 kobject_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0x64e27c4f synth_event_delete +EXPORT_SYMBOL_GPL vmlinux 0x64eb8373 tcp_is_ulp_esp +EXPORT_SYMBOL_GPL vmlinux 0x6506a8ef housekeeping_cpumask +EXPORT_SYMBOL_GPL vmlinux 0x651d10e5 ktime_get_tai_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6531a37f mpi_add +EXPORT_SYMBOL_GPL vmlinux 0x65395143 pci_aer_clear_nonfatal_status +EXPORT_SYMBOL_GPL vmlinux 0x653fc2a0 s390_reset_cmma +EXPORT_SYMBOL_GPL vmlinux 0x654323a7 kvm_vcpu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x654de98e __synth_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x654dfa4b ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0x65590075 crypto_ahash_final +EXPORT_SYMBOL_GPL vmlinux 0x6569ab10 bpf_trace_run9 +EXPORT_SYMBOL_GPL vmlinux 0x657b125f direct_write_fallback +EXPORT_SYMBOL_GPL vmlinux 0x657ccd0a register_virtio_device +EXPORT_SYMBOL_GPL vmlinux 0x65818a8b iomap_release_folio +EXPORT_SYMBOL_GPL vmlinux 0x65837a36 __traceiter_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0x65ade9df fsnotify +EXPORT_SYMBOL_GPL vmlinux 0x65ccb6f0 call_netevent_notifiers +EXPORT_SYMBOL_GPL vmlinux 0x65dbcecd crypto_alloc_sig +EXPORT_SYMBOL_GPL vmlinux 0x65de3021 stack_depot_snprint +EXPORT_SYMBOL_GPL vmlinux 0x65f81d1a disk_force_media_change +EXPORT_SYMBOL_GPL vmlinux 0x65fb52f8 xfrm_local_error +EXPORT_SYMBOL_GPL vmlinux 0x661601de sprint_symbol +EXPORT_SYMBOL_GPL vmlinux 0x661b8366 get_user_pages_fast_only +EXPORT_SYMBOL_GPL vmlinux 0x6636c3c9 irq_set_vcpu_affinity +EXPORT_SYMBOL_GPL vmlinux 0x663b1b59 dm_disk +EXPORT_SYMBOL_GPL vmlinux 0x663bb448 devlink_fmsg_obj_nest_end +EXPORT_SYMBOL_GPL vmlinux 0x663f446e kvm_flush_remote_tlbs +EXPORT_SYMBOL_GPL vmlinux 0x66493fef device_match_any +EXPORT_SYMBOL_GPL vmlinux 0x6649cc4f iommu_domain_free +EXPORT_SYMBOL_GPL vmlinux 0x664d3aa3 tcp_reno_cong_avoid +EXPORT_SYMBOL_GPL vmlinux 0x665a3532 gpiod_set_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x665ee3cf __dev_fwnode_const +EXPORT_SYMBOL_GPL vmlinux 0x666246f4 devl_assert_locked +EXPORT_SYMBOL_GPL vmlinux 0x66674d7a ipv4_sk_redirect +EXPORT_SYMBOL_GPL vmlinux 0x666bac41 nf_ip6_check_hbh_len +EXPORT_SYMBOL_GPL vmlinux 0x668402aa crypto_put_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x66896b32 iommu_unmap +EXPORT_SYMBOL_GPL vmlinux 0x668a6d37 __fsnotify_parent +EXPORT_SYMBOL_GPL vmlinux 0x66a965b4 gpiochip_irqchip_irq_valid +EXPORT_SYMBOL_GPL vmlinux 0x66b97421 sfp_link_up +EXPORT_SYMBOL_GPL vmlinux 0x66bfb8d6 devl_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0x66cbd279 filemap_migrate_folio +EXPORT_SYMBOL_GPL vmlinux 0x66d55745 metadata_dst_alloc_percpu +EXPORT_SYMBOL_GPL vmlinux 0x66d5bf79 crypto_register_template +EXPORT_SYMBOL_GPL vmlinux 0x66d87d38 symbol_put_addr +EXPORT_SYMBOL_GPL vmlinux 0x66df0d36 __cookie_v6_check +EXPORT_SYMBOL_GPL vmlinux 0x66f01fbc fib_rule_matchall +EXPORT_SYMBOL_GPL vmlinux 0x670ba9bf preempt_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0x670d828e cio_disable_subchannel +EXPORT_SYMBOL_GPL vmlinux 0x67429c91 __SCK__tp_func_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0x67462256 sysfs_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0x67673701 device_store_bool +EXPORT_SYMBOL_GPL vmlinux 0x677164a7 blk_mq_pci_map_queues +EXPORT_SYMBOL_GPL vmlinux 0x67842817 raw_seq_stop +EXPORT_SYMBOL_GPL vmlinux 0x67955ce6 profile_hits +EXPORT_SYMBOL_GPL vmlinux 0x679afb4b irq_domain_free_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0x67b538bb phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0x67bb54c0 tcp_plb_update_state_upon_rto +EXPORT_SYMBOL_GPL vmlinux 0x67c3c795 get_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x67d17d34 devm_regmap_add_irq_chip_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x67da9f7c sha512_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x67df4035 ptp_msg_is_sync +EXPORT_SYMBOL_GPL vmlinux 0x67ed4641 ip_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0x6806c738 percpu_down_write +EXPORT_SYMBOL_GPL vmlinux 0x682b5108 skb_pull_rcsum +EXPORT_SYMBOL_GPL vmlinux 0x682e7f24 tty_kopen_shared +EXPORT_SYMBOL_GPL vmlinux 0x682ff057 ring_buffer_commit_overrun_cpu +EXPORT_SYMBOL_GPL vmlinux 0x6830b483 pci_load_and_free_saved_state +EXPORT_SYMBOL_GPL vmlinux 0x683d8303 genphy_c45_plca_set_cfg +EXPORT_SYMBOL_GPL vmlinux 0x6848da56 blk_mq_alloc_sq_tag_set +EXPORT_SYMBOL_GPL vmlinux 0x68540b65 __list_lru_init +EXPORT_SYMBOL_GPL vmlinux 0x685d09ac __kprobe_event_gen_cmd_start +EXPORT_SYMBOL_GPL vmlinux 0x687268db kvm_clear_guest +EXPORT_SYMBOL_GPL vmlinux 0x688395ac zpci_disable_device +EXPORT_SYMBOL_GPL vmlinux 0x688553bc __skb_tstamp_tx +EXPORT_SYMBOL_GPL vmlinux 0x6892e3c3 kvm_set_pfn_accessed +EXPORT_SYMBOL_GPL vmlinux 0x68952493 rcu_note_context_switch +EXPORT_SYMBOL_GPL vmlinux 0x68a0c9c1 list_lru_destroy +EXPORT_SYMBOL_GPL vmlinux 0x68a0f8db gpiod_direction_output_raw +EXPORT_SYMBOL_GPL vmlinux 0x68a1c780 iommu_unmap_fast +EXPORT_SYMBOL_GPL vmlinux 0x68a2725a scsi_host_unblock +EXPORT_SYMBOL_GPL vmlinux 0x68d85b58 register_fprobe +EXPORT_SYMBOL_GPL vmlinux 0x68d96c9c devm_gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0x68e99d1a sock_diag_register_inet_compat +EXPORT_SYMBOL_GPL vmlinux 0x68fe172a tty_ldisc_flush +EXPORT_SYMBOL_GPL vmlinux 0x690f585e phy_basic_ports_array +EXPORT_SYMBOL_GPL vmlinux 0x6913865a trace_clock_jiffies +EXPORT_SYMBOL_GPL vmlinux 0x693edb6e unix_inq_len +EXPORT_SYMBOL_GPL vmlinux 0x69423239 gmap_put +EXPORT_SYMBOL_GPL vmlinux 0x695fea83 blk_lld_busy +EXPORT_SYMBOL_GPL vmlinux 0x69637b2c __traceiter_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0x697a4bfd scsi_dh_activate +EXPORT_SYMBOL_GPL vmlinux 0x697c5d0d tracing_snapshot_alloc +EXPORT_SYMBOL_GPL vmlinux 0x698a2654 software_node_find_by_name +EXPORT_SYMBOL_GPL vmlinux 0x69925d0e sbitmap_queue_clear +EXPORT_SYMBOL_GPL vmlinux 0x6996dc46 d_same_name +EXPORT_SYMBOL_GPL vmlinux 0x69bc097d debugfs_print_regs32 +EXPORT_SYMBOL_GPL vmlinux 0x69bc2a77 hwrng_yield +EXPORT_SYMBOL_GPL vmlinux 0x69cf0632 mpi_fromstr +EXPORT_SYMBOL_GPL vmlinux 0x69d63837 ipv6_recv_error +EXPORT_SYMBOL_GPL vmlinux 0x69d8f7a1 fwnode_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x69e683de uuid_gen +EXPORT_SYMBOL_GPL vmlinux 0x69ee0737 pkcs7_free_message +EXPORT_SYMBOL_GPL vmlinux 0x69f6e3ae irq_domain_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x6a084afb strp_data_ready +EXPORT_SYMBOL_GPL vmlinux 0x6a0d5f0a elv_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6a460dc5 schedule_hrtimeout +EXPORT_SYMBOL_GPL vmlinux 0x6a49396b kvm_release_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0x6a4f623b mmu_notifier_synchronize +EXPORT_SYMBOL_GPL vmlinux 0x6a63eaa0 pci_hp_remove_module_link +EXPORT_SYMBOL_GPL vmlinux 0x6a6d309f debugfs_create_file_size +EXPORT_SYMBOL_GPL vmlinux 0x6a7619d9 gmap_sync_dirty_log_pmd +EXPORT_SYMBOL_GPL vmlinux 0x6a8441be cpci_hp_start +EXPORT_SYMBOL_GPL vmlinux 0x6a8b1778 devlink_params_register +EXPORT_SYMBOL_GPL vmlinux 0x6a9bc427 md_allow_write +EXPORT_SYMBOL_GPL vmlinux 0x6ab880f1 fbcon_modechange_possible +EXPORT_SYMBOL_GPL vmlinux 0x6ad507d9 pci_enable_rom +EXPORT_SYMBOL_GPL vmlinux 0x6af9be1f nf_checksum +EXPORT_SYMBOL_GPL vmlinux 0x6b0dab15 __gmap_translate +EXPORT_SYMBOL_GPL vmlinux 0x6b2b69f7 static_key_enable +EXPORT_SYMBOL_GPL vmlinux 0x6b34d38b regmap_raw_read +EXPORT_SYMBOL_GPL vmlinux 0x6b413c9b sfp_link_down +EXPORT_SYMBOL_GPL vmlinux 0x6b7b2a24 fat_update_time +EXPORT_SYMBOL_GPL vmlinux 0x6bc43b26 crypto_unregister_ahashes +EXPORT_SYMBOL_GPL vmlinux 0x6bcdedc0 mpi_point_init +EXPORT_SYMBOL_GPL vmlinux 0x6bd1aa56 stack_trace_save +EXPORT_SYMBOL_GPL vmlinux 0x6bd7f235 skb_gso_validate_network_len +EXPORT_SYMBOL_GPL vmlinux 0x6be81065 sk_psock_tls_strp_read +EXPORT_SYMBOL_GPL vmlinux 0x6bf2d6d2 css_sched_sch_todo +EXPORT_SYMBOL_GPL vmlinux 0x6c006934 filemap_read +EXPORT_SYMBOL_GPL vmlinux 0x6c0626e7 platform_get_irq_optional +EXPORT_SYMBOL_GPL vmlinux 0x6c2c2395 pci_find_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0x6c3f70e0 guid_gen +EXPORT_SYMBOL_GPL vmlinux 0x6c4b8b31 gpiod_get_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0x6c5ad0cd kmsg_dump_register +EXPORT_SYMBOL_GPL vmlinux 0x6c90641d devm_krealloc +EXPORT_SYMBOL_GPL vmlinux 0x6c956075 __SCK__tp_func_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0x6ca4bf88 async_synchronize_full_domain +EXPORT_SYMBOL_GPL vmlinux 0x6caa6bf5 fixed_phy_unregister +EXPORT_SYMBOL_GPL vmlinux 0x6cbb86aa fb_deferred_io_cleanup +EXPORT_SYMBOL_GPL vmlinux 0x6cc52d76 nop_posix_acl_default +EXPORT_SYMBOL_GPL vmlinux 0x6cd1e4aa rtnl_link_register +EXPORT_SYMBOL_GPL vmlinux 0x6cd840e1 irq_domain_simple_ops +EXPORT_SYMBOL_GPL vmlinux 0x6d04aa8c __iptunnel_pull_header +EXPORT_SYMBOL_GPL vmlinux 0x6d09843f copy_bpf_fprog_from_user +EXPORT_SYMBOL_GPL vmlinux 0x6d1e6057 pci_create_root_bus +EXPORT_SYMBOL_GPL vmlinux 0x6d2fc5a6 net_namespace_list +EXPORT_SYMBOL_GPL vmlinux 0x6d49c8ed iommu_group_has_isolated_msi +EXPORT_SYMBOL_GPL vmlinux 0x6d69d8e2 dm_copy_name_and_uuid +EXPORT_SYMBOL_GPL vmlinux 0x6d6fec1f ktime_mono_to_any +EXPORT_SYMBOL_GPL vmlinux 0x6d7699ba generic_handle_domain_irq +EXPORT_SYMBOL_GPL vmlinux 0x6d7832b7 __stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x6d7e951e rcu_exp_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0x6da11246 pci_epc_set_msix +EXPORT_SYMBOL_GPL vmlinux 0x6dab1cc4 tpm2_get_tpm_pt +EXPORT_SYMBOL_GPL vmlinux 0x6dbaafd3 put_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6dbf1c6d crypto_unregister_kpp +EXPORT_SYMBOL_GPL vmlinux 0x6dd5680d sprint_symbol_build_id +EXPORT_SYMBOL_GPL vmlinux 0x6dee932f __traceiter_console +EXPORT_SYMBOL_GPL vmlinux 0x6defdd2a devm_kstrdup_const +EXPORT_SYMBOL_GPL vmlinux 0x6df411d0 platform_device_put +EXPORT_SYMBOL_GPL vmlinux 0x6e08bdf0 device_for_each_child +EXPORT_SYMBOL_GPL vmlinux 0x6e08ef36 dm_bio_from_per_bio_data +EXPORT_SYMBOL_GPL vmlinux 0x6e09d93d __SCK__tp_func_map +EXPORT_SYMBOL_GPL vmlinux 0x6e2e3404 gpiochip_generic_request +EXPORT_SYMBOL_GPL vmlinux 0x6e353c26 mpi_rshift +EXPORT_SYMBOL_GPL vmlinux 0x6e664d59 switchdev_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0x6e7943ec iommu_group_id +EXPORT_SYMBOL_GPL vmlinux 0x6e89a560 regmap_irq_chip_get_base +EXPORT_SYMBOL_GPL vmlinux 0x6e8e63d6 devres_remove_group +EXPORT_SYMBOL_GPL vmlinux 0x6e903a6a gpiod_get_raw_value +EXPORT_SYMBOL_GPL vmlinux 0x6ea57a0d vma_kernel_pagesize +EXPORT_SYMBOL_GPL vmlinux 0x6eae9cc8 fat_scan +EXPORT_SYMBOL_GPL vmlinux 0x6ebe366f ktime_get_mono_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6ec7b94c gen_pool_avail +EXPORT_SYMBOL_GPL vmlinux 0x6ecff02f xfrm_state_mtu +EXPORT_SYMBOL_GPL vmlinux 0x6ee640eb devlink_dpipe_entry_ctx_append +EXPORT_SYMBOL_GPL vmlinux 0x6ef6b54f ktime_get_boot_fast_ns +EXPORT_SYMBOL_GPL vmlinux 0x6f0b5a96 blocking_notifier_call_chain_robust +EXPORT_SYMBOL_GPL vmlinux 0x6f12560a get_old_timespec32 +EXPORT_SYMBOL_GPL vmlinux 0x6f2017de misc_cg_set_capacity +EXPORT_SYMBOL_GPL vmlinux 0x6f442fdc driver_find_device +EXPORT_SYMBOL_GPL vmlinux 0x6f44b244 thp_get_unmapped_area +EXPORT_SYMBOL_GPL vmlinux 0x6f6b52e9 __ipv6_fixup_options +EXPORT_SYMBOL_GPL vmlinux 0x6f6e5bc4 tty_port_link_device +EXPORT_SYMBOL_GPL vmlinux 0x6f7e6040 irq_has_action +EXPORT_SYMBOL_GPL vmlinux 0x6f8766c2 dm_device_name +EXPORT_SYMBOL_GPL vmlinux 0x6f9e763b timecounter_read +EXPORT_SYMBOL_GPL vmlinux 0x6fbf24a6 ip6_sk_dst_lookup_flow +EXPORT_SYMBOL_GPL vmlinux 0x6fcef6ab ring_buffer_reset +EXPORT_SYMBOL_GPL vmlinux 0x6fe68a39 irq_domain_associate_many +EXPORT_SYMBOL_GPL vmlinux 0x6ff607b6 crypto_get_default_rng +EXPORT_SYMBOL_GPL vmlinux 0x7006586e iommu_get_group_resv_regions +EXPORT_SYMBOL_GPL vmlinux 0x70079d69 tracepoint_probe_register_prio_may_exist +EXPORT_SYMBOL_GPL vmlinux 0x7059de4d tcp_plb_check_rehash +EXPORT_SYMBOL_GPL vmlinux 0x705c9c9c genphy_c45_pma_read_abilities +EXPORT_SYMBOL_GPL vmlinux 0x70672932 pci_generic_config_read +EXPORT_SYMBOL_GPL vmlinux 0x7073c04f phy_10_100_features_array +EXPORT_SYMBOL_GPL vmlinux 0x707b8c33 strp_done +EXPORT_SYMBOL_GPL vmlinux 0x70a9831c dw_pcie_wait_for_link +EXPORT_SYMBOL_GPL vmlinux 0x70be882d free_uid +EXPORT_SYMBOL_GPL vmlinux 0x70bf3259 blk_clear_pm_only +EXPORT_SYMBOL_GPL vmlinux 0x70c2c7ea pids_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x70c52dc5 nf_skb_duplicated +EXPORT_SYMBOL_GPL vmlinux 0x70e96140 pci_set_host_bridge_release +EXPORT_SYMBOL_GPL vmlinux 0x70ecaeaf regmap_fields_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0x70f57594 ip_route_output_flow +EXPORT_SYMBOL_GPL vmlinux 0x70f85b4b ipv6_bpf_stub +EXPORT_SYMBOL_GPL vmlinux 0x70f89d53 rsa_parse_priv_key +EXPORT_SYMBOL_GPL vmlinux 0x70fd1945 gpiochip_remove +EXPORT_SYMBOL_GPL vmlinux 0x71029fa6 skcipher_walk_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0x710c73b6 crypto_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x710c87a5 sock_diag_put_meminfo +EXPORT_SYMBOL_GPL vmlinux 0x716265c7 debugfs_initialized +EXPORT_SYMBOL_GPL vmlinux 0x7167ca8b blk_mq_sched_try_insert_merge +EXPORT_SYMBOL_GPL vmlinux 0x717059a8 unwind_next_frame +EXPORT_SYMBOL_GPL vmlinux 0x7172afd8 fat_search_long +EXPORT_SYMBOL_GPL vmlinux 0x7179c31c zpci_iomap_start +EXPORT_SYMBOL_GPL vmlinux 0x71a20f4a __SCK__tp_func_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x71a51fd1 fscrypt_d_revalidate +EXPORT_SYMBOL_GPL vmlinux 0x71b6cf94 dst_cache_reset_now +EXPORT_SYMBOL_GPL vmlinux 0x71ca1a08 crypto_alloc_ahash +EXPORT_SYMBOL_GPL vmlinux 0x71f4882e devm_platform_get_and_ioremap_resource +EXPORT_SYMBOL_GPL vmlinux 0x71f69a66 software_node_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7202aef9 bpf_trace_run1 +EXPORT_SYMBOL_GPL vmlinux 0x720e3678 virtqueue_poll +EXPORT_SYMBOL_GPL vmlinux 0x724b75cc mmu_interval_notifier_insert +EXPORT_SYMBOL_GPL vmlinux 0x7259a120 enable_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x7265f2b0 pci_vpd_check_csum +EXPORT_SYMBOL_GPL vmlinux 0x7276ccb4 fsnotify_init_mark +EXPORT_SYMBOL_GPL vmlinux 0x7278d328 all_vm_events +EXPORT_SYMBOL_GPL vmlinux 0x7282ecb6 rcu_async_hurry +EXPORT_SYMBOL_GPL vmlinux 0x7283161b percpu_ref_switch_to_percpu +EXPORT_SYMBOL_GPL vmlinux 0x729ba3e6 crypto_unregister_ahash +EXPORT_SYMBOL_GPL vmlinux 0x72ae1839 base64_decode +EXPORT_SYMBOL_GPL vmlinux 0x72ae4d4d tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x72c04c47 net_ns_type_operations +EXPORT_SYMBOL_GPL vmlinux 0x72c608bd devlink_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0x72e923f5 cgroup_get_from_path +EXPORT_SYMBOL_GPL vmlinux 0x73153768 platform_device_add_data +EXPORT_SYMBOL_GPL vmlinux 0x7321cdc4 lwtstate_free +EXPORT_SYMBOL_GPL vmlinux 0x7334483c s390_uv_destroy_pfns +EXPORT_SYMBOL_GPL vmlinux 0x7359f197 s390_sha_final +EXPORT_SYMBOL_GPL vmlinux 0x736dae42 perf_get_aux +EXPORT_SYMBOL_GPL vmlinux 0x73735f2d iommu_device_sysfs_remove +EXPORT_SYMBOL_GPL vmlinux 0x7380da5c kvm_vcpu_read_guest +EXPORT_SYMBOL_GPL vmlinux 0x738c8c6e crypto_unregister_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x73a84f77 tpm2_probe +EXPORT_SYMBOL_GPL vmlinux 0x73c93090 rhashtable_insert_slow +EXPORT_SYMBOL_GPL vmlinux 0x73cc8631 oiap +EXPORT_SYMBOL_GPL vmlinux 0x73ccf59f switchdev_bridge_port_offload +EXPORT_SYMBOL_GPL vmlinux 0x73e221a0 __traceiter_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x73e51e04 __traceiter_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x7417b565 device_remove_file +EXPORT_SYMBOL_GPL vmlinux 0x7417bbc6 encrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0x745e63e9 pci_epc_mem_exit +EXPORT_SYMBOL_GPL vmlinux 0x74856ba3 xdp_master_redirect +EXPORT_SYMBOL_GPL vmlinux 0x7485ef56 folio_add_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x748e920c folio_wait_stable +EXPORT_SYMBOL_GPL vmlinux 0x74b5ea68 lcm_not_zero +EXPORT_SYMBOL_GPL vmlinux 0x74b8944f blkcg_root +EXPORT_SYMBOL_GPL vmlinux 0x74baf17a tracing_is_on +EXPORT_SYMBOL_GPL vmlinux 0x74bf2e01 scsi_pr_type_to_block +EXPORT_SYMBOL_GPL vmlinux 0x74dbfc85 clone_private_mount +EXPORT_SYMBOL_GPL vmlinux 0x74e29238 set_cpus_allowed_ptr +EXPORT_SYMBOL_GPL vmlinux 0x74e73871 housekeeping_overridden +EXPORT_SYMBOL_GPL vmlinux 0x75177b1f pci_find_host_bridge +EXPORT_SYMBOL_GPL vmlinux 0x751d2e97 bpf_log +EXPORT_SYMBOL_GPL vmlinux 0x751eaee7 pci_slots_kset +EXPORT_SYMBOL_GPL vmlinux 0x7522f3ba irq_modify_status +EXPORT_SYMBOL_GPL vmlinux 0x754f73b7 dst_blackhole_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x7554b896 zs_huge_class_size +EXPORT_SYMBOL_GPL vmlinux 0x757c1bbb housekeeping_any_cpu +EXPORT_SYMBOL_GPL vmlinux 0x757cd04c ip6_route_input_lookup +EXPORT_SYMBOL_GPL vmlinux 0x75e51945 __SCK__tp_func_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x75e65a97 mas_store_prealloc +EXPORT_SYMBOL_GPL vmlinux 0x75e9c735 pci_ats_disabled +EXPORT_SYMBOL_GPL vmlinux 0x75edf7b3 copy_from_kernel_nofault +EXPORT_SYMBOL_GPL vmlinux 0x76468d83 tcp_enter_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0x764ffefa page_reporting_register +EXPORT_SYMBOL_GPL vmlinux 0x7656410c mpi_sub +EXPORT_SYMBOL_GPL vmlinux 0x7670b455 genphy_c45_check_and_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x767f6f94 __scsi_init_queue +EXPORT_SYMBOL_GPL vmlinux 0x7685298c __traceiter_neigh_event_send_dead +EXPORT_SYMBOL_GPL vmlinux 0x769cefb5 percpu_ref_switch_to_atomic +EXPORT_SYMBOL_GPL vmlinux 0x76b93f84 add_hwgenerator_randomness +EXPORT_SYMBOL_GPL vmlinux 0x76bf582a class_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x76e01fee exportfs_decode_fh_raw +EXPORT_SYMBOL_GPL vmlinux 0x76eeeb0f sha384_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x7707910a iommu_get_domain_for_dev +EXPORT_SYMBOL_GPL vmlinux 0x770a0218 dma_get_merge_boundary +EXPORT_SYMBOL_GPL vmlinux 0x770a5ae9 fl6_update_dst +EXPORT_SYMBOL_GPL vmlinux 0x771ad633 dma_resv_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x771d82d5 pci_epf_unbind +EXPORT_SYMBOL_GPL vmlinux 0x7735cdd4 sbitmap_del_wait_queue +EXPORT_SYMBOL_GPL vmlinux 0x7769b846 pci_probe_reset_slot +EXPORT_SYMBOL_GPL vmlinux 0x776afda0 __traceiter_add_device_to_group +EXPORT_SYMBOL_GPL vmlinux 0x776f57b1 __pci_hp_initialize +EXPORT_SYMBOL_GPL vmlinux 0x77705b70 watchdog_notify_pretimeout +EXPORT_SYMBOL_GPL vmlinux 0x7791209b crypto_lookup_template +EXPORT_SYMBOL_GPL vmlinux 0x7791e066 dw_pcie_read +EXPORT_SYMBOL_GPL vmlinux 0x779a7975 irq_domain_add_legacy +EXPORT_SYMBOL_GPL vmlinux 0x77a76ca0 mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0x77ae44a8 kvm_get_dirty_log +EXPORT_SYMBOL_GPL vmlinux 0x77beab97 pci_ims_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x77dc38dd pci_bus_max_busnr +EXPORT_SYMBOL_GPL vmlinux 0x77e75be3 sfp_bus_put +EXPORT_SYMBOL_GPL vmlinux 0x77e8f134 __tracepoint_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0x77ecf68d memalloc_socks_key +EXPORT_SYMBOL_GPL vmlinux 0x77ff80d3 __tracepoint_br_fdb_add +EXPORT_SYMBOL_GPL vmlinux 0x78041b8f byte_rev_table +EXPORT_SYMBOL_GPL vmlinux 0x781a140a crypto_register_ahash +EXPORT_SYMBOL_GPL vmlinux 0x78221e4d irq_domain_disconnect_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0x783d171f nf_queue +EXPORT_SYMBOL_GPL vmlinux 0x783e9c30 crypto_unregister_rng +EXPORT_SYMBOL_GPL vmlinux 0x784fbf1b iomap_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0x785a93b4 si_mem_available +EXPORT_SYMBOL_GPL vmlinux 0x7866f876 vfs_getxattr +EXPORT_SYMBOL_GPL vmlinux 0x7871234f serdev_device_write_wakeup +EXPORT_SYMBOL_GPL vmlinux 0x788bfbad ring_buffer_empty +EXPORT_SYMBOL_GPL vmlinux 0x7896165c tty_port_register_device_attr_serdev +EXPORT_SYMBOL_GPL vmlinux 0x789c73d9 rcu_cpu_stall_suppress_at_boot +EXPORT_SYMBOL_GPL vmlinux 0x78c400ab raw_v6_hashinfo +EXPORT_SYMBOL_GPL vmlinux 0x78d19581 tcp_get_info +EXPORT_SYMBOL_GPL vmlinux 0x78ef94f7 synth_event_trace_start +EXPORT_SYMBOL_GPL vmlinux 0x78f2a59b scsi_host_complete_all_commands +EXPORT_SYMBOL_GPL vmlinux 0x78fe9e75 alloc_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x7904e2d0 simple_attr_read +EXPORT_SYMBOL_GPL vmlinux 0x7912b0d7 sbitmap_queue_init_node +EXPORT_SYMBOL_GPL vmlinux 0x791ca8a3 sk_msg_clone +EXPORT_SYMBOL_GPL vmlinux 0x792a83b8 tcp_set_keepalive +EXPORT_SYMBOL_GPL vmlinux 0x794081a6 inet_csk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0x7944e0fc tracing_off +EXPORT_SYMBOL_GPL vmlinux 0x79470a2c TSS_authhmac +EXPORT_SYMBOL_GPL vmlinux 0x794b7271 orderly_reboot +EXPORT_SYMBOL_GPL vmlinux 0x794f04c7 pci_generic_config_write32 +EXPORT_SYMBOL_GPL vmlinux 0x7960ac94 regmap_register_patch +EXPORT_SYMBOL_GPL vmlinux 0x798ffea5 serdev_device_write +EXPORT_SYMBOL_GPL vmlinux 0x7993d2e1 nf_hook_entries_delete_raw +EXPORT_SYMBOL_GPL vmlinux 0x799e10c4 serdev_controller_add +EXPORT_SYMBOL_GPL vmlinux 0x79ba4544 hypervisor_kobj +EXPORT_SYMBOL_GPL vmlinux 0x79bf43d9 devlink_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x79c82a47 __netdev_watchdog_up +EXPORT_SYMBOL_GPL vmlinux 0x79de6c7d skb_to_sgvec_nomark +EXPORT_SYMBOL_GPL vmlinux 0x79defbe1 kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x7a284e25 init_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0x7a36c879 gpiochip_irq_unmap +EXPORT_SYMBOL_GPL vmlinux 0x7a3f16a2 devl_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0x7a516a08 gmap_remove +EXPORT_SYMBOL_GPL vmlinux 0x7a6f2e94 tpm1_do_selftest +EXPORT_SYMBOL_GPL vmlinux 0x7a7337ed __traceiter_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x7a7e17ff fb_deferred_io_release +EXPORT_SYMBOL_GPL vmlinux 0x7a7fad8b cio_start +EXPORT_SYMBOL_GPL vmlinux 0x7a81541b async_synchronize_cookie +EXPORT_SYMBOL_GPL vmlinux 0x7a8c1a10 alloc_skb_for_msg +EXPORT_SYMBOL_GPL vmlinux 0x7aa4b0b7 proc_dou8vec_minmax +EXPORT_SYMBOL_GPL vmlinux 0x7abfae3d device_set_node +EXPORT_SYMBOL_GPL vmlinux 0x7ac722bd phy_all_ports_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7acde380 pci_ignore_hotplug +EXPORT_SYMBOL_GPL vmlinux 0x7acf9062 irq_get_irq_data +EXPORT_SYMBOL_GPL vmlinux 0x7ad02a41 asn1_encode_tag +EXPORT_SYMBOL_GPL vmlinux 0x7ad30a82 smp_yield_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7ad3985f devres_close_group +EXPORT_SYMBOL_GPL vmlinux 0x7afe324e halt_poll_ns_grow +EXPORT_SYMBOL_GPL vmlinux 0x7b29bc7b iommu_domain_alloc +EXPORT_SYMBOL_GPL vmlinux 0x7b3850d9 udp_destruct_common +EXPORT_SYMBOL_GPL vmlinux 0x7b524c91 locks_owner_has_blockers +EXPORT_SYMBOL_GPL vmlinux 0x7b5a4926 sha1_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x7b5f8b04 bdev_disk_changed +EXPORT_SYMBOL_GPL vmlinux 0x7b61bd1c sk_msg_return_zero +EXPORT_SYMBOL_GPL vmlinux 0x7b7bae41 io_cgrp_subsys +EXPORT_SYMBOL_GPL vmlinux 0x7b86d53f ima_file_hash +EXPORT_SYMBOL_GPL vmlinux 0x7b8910f4 kfence_sample_interval +EXPORT_SYMBOL_GPL vmlinux 0x7b9793a2 get_cpu_idle_time_us +EXPORT_SYMBOL_GPL vmlinux 0x7b9af38f ipv6_icmp_error +EXPORT_SYMBOL_GPL vmlinux 0x7ba067c5 kvm_s390_gisc_register +EXPORT_SYMBOL_GPL vmlinux 0x7bb045a7 __request_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0x7bb5bc61 crypto_grab_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x7bd01c40 gmap_shadow_sgt +EXPORT_SYMBOL_GPL vmlinux 0x7bd7bbe7 blk_rq_prep_clone +EXPORT_SYMBOL_GPL vmlinux 0x7bdbb173 devl_resource_occ_get_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7be224da blkg_rwstat_exit +EXPORT_SYMBOL_GPL vmlinux 0x7bf05939 devm_regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0x7c1008a4 crypto_drop_spawn +EXPORT_SYMBOL_GPL vmlinux 0x7c26153f pci_epf_create +EXPORT_SYMBOL_GPL vmlinux 0x7c291e86 show_rcu_tasks_trace_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0x7c2cf116 inet6_cleanup_sock +EXPORT_SYMBOL_GPL vmlinux 0x7c2d392d trace_seq_bprintf +EXPORT_SYMBOL_GPL vmlinux 0x7c35e60a stop_machine +EXPORT_SYMBOL_GPL vmlinux 0x7c40d5ee vfs_test_lock +EXPORT_SYMBOL_GPL vmlinux 0x7c7819d0 mas_prev_range +EXPORT_SYMBOL_GPL vmlinux 0x7c94c99a kvm_release_pfn_dirty +EXPORT_SYMBOL_GPL vmlinux 0x7ca9cea0 securityfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0x7cb1aea1 devlink_dpipe_header_ethernet +EXPORT_SYMBOL_GPL vmlinux 0x7cc4fd4b pci_epc_bme_notify +EXPORT_SYMBOL_GPL vmlinux 0x7cc8a9a3 kvm_io_bus_write +EXPORT_SYMBOL_GPL vmlinux 0x7cce902d __tracepoint_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0x7cceaf92 zs_pool_stats +EXPORT_SYMBOL_GPL vmlinux 0x7ceaf0d5 generic_handle_irq +EXPORT_SYMBOL_GPL vmlinux 0x7d03de12 devlink_flash_update_timeout_notify +EXPORT_SYMBOL_GPL vmlinux 0x7d0f6b42 __tracepoint_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0x7d1ca69f regcache_mark_dirty +EXPORT_SYMBOL_GPL vmlinux 0x7d30fb40 sysfs_groups_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x7d36dc56 debugfs_file_get +EXPORT_SYMBOL_GPL vmlinux 0x7d4af2d5 strp_check_rcv +EXPORT_SYMBOL_GPL vmlinux 0x7d5bf0ac debugfs_attr_write_signed +EXPORT_SYMBOL_GPL vmlinux 0x7d89da22 mas_store +EXPORT_SYMBOL_GPL vmlinux 0x7d91de7f blkcg_print_blkgs +EXPORT_SYMBOL_GPL vmlinux 0x7dda30af unregister_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7ddcc825 netdev_rx_handler_register +EXPORT_SYMBOL_GPL vmlinux 0x7de39e07 phy_basic_t1_features_array +EXPORT_SYMBOL_GPL vmlinux 0x7de6cc23 io_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0x7de8d6d5 xdp_features_clear_redirect_target +EXPORT_SYMBOL_GPL vmlinux 0x7e3bdecd __ftrace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0x7e543a6b pci_msix_can_alloc_dyn +EXPORT_SYMBOL_GPL vmlinux 0x7e605e36 input_device_enabled +EXPORT_SYMBOL_GPL vmlinux 0x7e694640 fat_dir_empty +EXPORT_SYMBOL_GPL vmlinux 0x7e75a7e6 iommu_get_domain_for_dev_pasid +EXPORT_SYMBOL_GPL vmlinux 0x7e7e3f58 ring_buffer_reset_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7e917894 __SCK__tp_func_unmap +EXPORT_SYMBOL_GPL vmlinux 0x7eb808d0 add_cpu +EXPORT_SYMBOL_GPL vmlinux 0x7edfdb92 irq_set_affinity_notifier +EXPORT_SYMBOL_GPL vmlinux 0x7ee3ec6a driver_set_override +EXPORT_SYMBOL_GPL vmlinux 0x7ee90b68 ack_all_badblocks +EXPORT_SYMBOL_GPL vmlinux 0x7ef20353 fuse_conn_put +EXPORT_SYMBOL_GPL vmlinux 0x7efe6d28 pci_enable_pcie_error_reporting +EXPORT_SYMBOL_GPL vmlinux 0x7f05f18e fib6_get_table +EXPORT_SYMBOL_GPL vmlinux 0x7f125ead __folio_lock_killable +EXPORT_SYMBOL_GPL vmlinux 0x7f291183 xas_store +EXPORT_SYMBOL_GPL vmlinux 0x7f4e13eb vfs_setxattr +EXPORT_SYMBOL_GPL vmlinux 0x7f737335 get_net_ns_by_fd +EXPORT_SYMBOL_GPL vmlinux 0x7f7cbc64 ip_tunnel_need_metadata +EXPORT_SYMBOL_GPL vmlinux 0x7f805a57 virtqueue_add_sgs +EXPORT_SYMBOL_GPL vmlinux 0x7f84f35d rcu_gp_slow_unregister +EXPORT_SYMBOL_GPL vmlinux 0x7f86bf06 subsys_interface_register +EXPORT_SYMBOL_GPL vmlinux 0x7f897aeb gpiod_set_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x7f8c59cf find_asymmetric_key +EXPORT_SYMBOL_GPL vmlinux 0x7fb6fc9c fb_deferred_io_open +EXPORT_SYMBOL_GPL vmlinux 0x7fc3db69 klp_enable_patch +EXPORT_SYMBOL_GPL vmlinux 0x7fd67fbb synth_event_trace_array +EXPORT_SYMBOL_GPL vmlinux 0x7fe168cf inet_twsk_hashdance +EXPORT_SYMBOL_GPL vmlinux 0x7fe7f219 group_cpus_evenly +EXPORT_SYMBOL_GPL vmlinux 0x7feb5c81 task_cputime_adjusted +EXPORT_SYMBOL_GPL vmlinux 0x8004ffb6 gpiochip_line_is_open_drain +EXPORT_SYMBOL_GPL vmlinux 0x80112020 irq_domain_xlate_twocell +EXPORT_SYMBOL_GPL vmlinux 0x801156b8 netdev_walk_all_lower_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x801b4643 md_find_rdev_nr_rcu +EXPORT_SYMBOL_GPL vmlinux 0x80251162 irq_domain_free_irqs_common +EXPORT_SYMBOL_GPL vmlinux 0x80313198 fscrypt_prepare_new_inode +EXPORT_SYMBOL_GPL vmlinux 0x803fd53f gpiochip_free_own_desc +EXPORT_SYMBOL_GPL vmlinux 0x804cfba9 dma_opt_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x804e7d4a kvm_vcpu_yield_to +EXPORT_SYMBOL_GPL vmlinux 0x8055ec94 __irq_domain_add +EXPORT_SYMBOL_GPL vmlinux 0x807fdcc4 call_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0x808ec1a3 crypto_alg_tested +EXPORT_SYMBOL_GPL vmlinux 0x80bd98a4 device_del +EXPORT_SYMBOL_GPL vmlinux 0x80c68137 nf_log_buf_close +EXPORT_SYMBOL_GPL vmlinux 0x80d5e57a mpi_free +EXPORT_SYMBOL_GPL vmlinux 0x80d922b6 gpiochip_add_data_with_key +EXPORT_SYMBOL_GPL vmlinux 0x80e3b2d6 fscrypt_mergeable_bio_bh +EXPORT_SYMBOL_GPL vmlinux 0x80e88177 __tracepoint_non_standard_event +EXPORT_SYMBOL_GPL vmlinux 0x80fb44b1 software_node_register_node_group +EXPORT_SYMBOL_GPL vmlinux 0x8100e3f9 dev_forward_skb +EXPORT_SYMBOL_GPL vmlinux 0x8110a73a cond_synchronize_rcu_expedited_full +EXPORT_SYMBOL_GPL vmlinux 0x811cf287 inet6_csk_xmit +EXPORT_SYMBOL_GPL vmlinux 0x812c4e99 get_device_system_crosststamp +EXPORT_SYMBOL_GPL vmlinux 0x812ea476 trace_seq_bitmask +EXPORT_SYMBOL_GPL vmlinux 0x815fda83 sed_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x81691f5c bpf_trace_run7 +EXPORT_SYMBOL_GPL vmlinux 0x817b091e phy_modify +EXPORT_SYMBOL_GPL vmlinux 0x8180cede asn1_encode_sequence +EXPORT_SYMBOL_GPL vmlinux 0x819473c3 gpiod_get_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0x81a7f541 percpu_ref_init +EXPORT_SYMBOL_GPL vmlinux 0x81e2bdf4 generic_handle_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x81e35928 serdev_device_add +EXPORT_SYMBOL_GPL vmlinux 0x81e8a81c pci_add_dynid +EXPORT_SYMBOL_GPL vmlinux 0x81f372a2 unregister_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x81f7b6bc __serdev_device_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x82141c6c virtqueue_get_buf +EXPORT_SYMBOL_GPL vmlinux 0x822cef39 pci_dev_trylock +EXPORT_SYMBOL_GPL vmlinux 0x823708f6 key_set_timeout +EXPORT_SYMBOL_GPL vmlinux 0x8247b8bb input_ff_erase +EXPORT_SYMBOL_GPL vmlinux 0x826ccc4b fscrypt_show_test_dummy_encryption +EXPORT_SYMBOL_GPL vmlinux 0x8270a373 kill_pid_usb_asyncio +EXPORT_SYMBOL_GPL vmlinux 0x8281f3fe dynevent_create +EXPORT_SYMBOL_GPL vmlinux 0x82a80545 __SCK__tp_func_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0x82b249b6 fwnode_property_read_u16_array +EXPORT_SYMBOL_GPL vmlinux 0x82c15649 dax_layout_busy_page +EXPORT_SYMBOL_GPL vmlinux 0x82d215ad dma_mmap_pages +EXPORT_SYMBOL_GPL vmlinux 0x82d79b51 sysctl_vfs_cache_pressure +EXPORT_SYMBOL_GPL vmlinux 0x82e1b0e2 lwtunnel_build_state +EXPORT_SYMBOL_GPL vmlinux 0x82f5e504 gmap_read_table +EXPORT_SYMBOL_GPL vmlinux 0x82fa9281 dst_blackhole_redirect +EXPORT_SYMBOL_GPL vmlinux 0x8302adf9 debugfs_real_fops +EXPORT_SYMBOL_GPL vmlinux 0x830b2903 vmf_insert_pfn_pmd +EXPORT_SYMBOL_GPL vmlinux 0x83189b56 fsverity_ioctl_measure +EXPORT_SYMBOL_GPL vmlinux 0x832974e3 fwnode_graph_get_remote_port +EXPORT_SYMBOL_GPL vmlinux 0x8339df73 klist_add_behind +EXPORT_SYMBOL_GPL vmlinux 0x834779e2 tty_ldisc_ref_wait +EXPORT_SYMBOL_GPL vmlinux 0x834b3980 pci_epf_unregister_driver +EXPORT_SYMBOL_GPL vmlinux 0x835348f4 crypto_get_default_null_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x83694713 pskb_put +EXPORT_SYMBOL_GPL vmlinux 0x836d652f poll_state_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0x836f2430 device_release_driver +EXPORT_SYMBOL_GPL vmlinux 0x83857b16 hwrng_msleep +EXPORT_SYMBOL_GPL vmlinux 0x83aa84da ring_buffer_read_page +EXPORT_SYMBOL_GPL vmlinux 0x83be3b6d devl_resource_size_get +EXPORT_SYMBOL_GPL vmlinux 0x83c8a7e4 dw_pcie_upconfig_setup +EXPORT_SYMBOL_GPL vmlinux 0x83d0e5fd fib_new_table +EXPORT_SYMBOL_GPL vmlinux 0x83e9d8c1 virtqueue_resize +EXPORT_SYMBOL_GPL vmlinux 0x840f0985 crypto_alloc_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x84106f36 devlink_trap_ctx_priv +EXPORT_SYMBOL_GPL vmlinux 0x84264ced fs_umode_to_ftype +EXPORT_SYMBOL_GPL vmlinux 0x842b519d dma_free_pages +EXPORT_SYMBOL_GPL vmlinux 0x84502a47 blk_status_to_errno +EXPORT_SYMBOL_GPL vmlinux 0x8452ce60 pid_nr_ns +EXPORT_SYMBOL_GPL vmlinux 0x845ab4ed ioc_find_get_icq +EXPORT_SYMBOL_GPL vmlinux 0x845dbf3b scatterwalk_map_and_copy +EXPORT_SYMBOL_GPL vmlinux 0x846625e5 user_read +EXPORT_SYMBOL_GPL vmlinux 0x846affa6 iommu_map_sg +EXPORT_SYMBOL_GPL vmlinux 0x846f73a5 mas_store_gfp +EXPORT_SYMBOL_GPL vmlinux 0x84832bca device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x84ae8f08 device_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0x84bf0c23 __fscrypt_prepare_setattr +EXPORT_SYMBOL_GPL vmlinux 0x84d6efe9 xdp_return_frame_bulk +EXPORT_SYMBOL_GPL vmlinux 0x84dda9a2 pci_platform_power_transition +EXPORT_SYMBOL_GPL vmlinux 0x84f01766 driver_find +EXPORT_SYMBOL_GPL vmlinux 0x84f5b040 devm_release_action +EXPORT_SYMBOL_GPL vmlinux 0x84fa4ca5 mptcp_token_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x84fcb09a clockevents_register_device +EXPORT_SYMBOL_GPL vmlinux 0x850bb6db devlink_health_reporter_destroy +EXPORT_SYMBOL_GPL vmlinux 0x851fe124 __SCK__tp_func_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0x852580b9 __netpoll_free +EXPORT_SYMBOL_GPL vmlinux 0x852ec616 root_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0x85316cf5 dev_set_name +EXPORT_SYMBOL_GPL vmlinux 0x85732513 kvm_debugfs_dir +EXPORT_SYMBOL_GPL vmlinux 0x857b7208 iomap_dio_rw +EXPORT_SYMBOL_GPL vmlinux 0x858c4dc0 fib_add_nexthop +EXPORT_SYMBOL_GPL vmlinux 0x858e2628 dax_holder +EXPORT_SYMBOL_GPL vmlinux 0x859969a5 pci_proc_domain +EXPORT_SYMBOL_GPL vmlinux 0x85a2d4c2 sbitmap_init_node +EXPORT_SYMBOL_GPL vmlinux 0x85ba317c iommu_attach_group +EXPORT_SYMBOL_GPL vmlinux 0x85caea27 dm_set_target_max_io_len +EXPORT_SYMBOL_GPL vmlinux 0x85ed5444 crypto_unregister_scomp +EXPORT_SYMBOL_GPL vmlinux 0x85f2b4e7 __percpu_init_rwsem +EXPORT_SYMBOL_GPL vmlinux 0x85fec2a9 mdiobus_c45_modify +EXPORT_SYMBOL_GPL vmlinux 0x86043d97 regmap_async_complete_cb +EXPORT_SYMBOL_GPL vmlinux 0x8613ede4 crypto_comp_compress +EXPORT_SYMBOL_GPL vmlinux 0x861a7a70 fscrypt_dummy_policies_equal +EXPORT_SYMBOL_GPL vmlinux 0x862258db timecounter_init +EXPORT_SYMBOL_GPL vmlinux 0x862fc0d8 perf_event_enable +EXPORT_SYMBOL_GPL vmlinux 0x863f2a56 devl_lock +EXPORT_SYMBOL_GPL vmlinux 0x86585a33 devlink_fmsg_obj_nest_start +EXPORT_SYMBOL_GPL vmlinux 0x8660a322 ahash_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x8677245d unregister_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0x86871b40 devlink_info_version_stored_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x868784cb __symbol_get +EXPORT_SYMBOL_GPL vmlinux 0x8696808c phy_gbit_features +EXPORT_SYMBOL_GPL vmlinux 0x869a13e4 device_find_child +EXPORT_SYMBOL_GPL vmlinux 0x869ed8f5 input_ff_destroy +EXPORT_SYMBOL_GPL vmlinux 0x86a46de7 cpci_hp_unregister_controller +EXPORT_SYMBOL_GPL vmlinux 0x86abdbaf pci_epc_multi_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x86b0b6ba zpci_barrier +EXPORT_SYMBOL_GPL vmlinux 0x86c5baf7 trace_seq_vprintf +EXPORT_SYMBOL_GPL vmlinux 0x86c95b59 xdp_convert_zc_to_xdp_frame +EXPORT_SYMBOL_GPL vmlinux 0x86f3ecbf register_kprobe +EXPORT_SYMBOL_GPL vmlinux 0x86f6b99d synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0x86f85114 net_dec_egress_queue +EXPORT_SYMBOL_GPL vmlinux 0x8703c260 dax_layout_busy_page_range +EXPORT_SYMBOL_GPL vmlinux 0x8707583c dw_pcie_write_dbi +EXPORT_SYMBOL_GPL vmlinux 0x8715f740 dma_resv_iter_next +EXPORT_SYMBOL_GPL vmlinux 0x875f6043 sbitmap_queue_resize +EXPORT_SYMBOL_GPL vmlinux 0x876a8123 gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0x87754fe8 synth_event_trace_end +EXPORT_SYMBOL_GPL vmlinux 0x87939bdc ipv6_find_tlv +EXPORT_SYMBOL_GPL vmlinux 0x879aff14 pci_epc_map_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x87a8062e bpf_trace_run2 +EXPORT_SYMBOL_GPL vmlinux 0x87e6ec34 fsstack_copy_inode_size +EXPORT_SYMBOL_GPL vmlinux 0x87e93cd9 iommu_device_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0x87eaa651 xfrm_output_resume +EXPORT_SYMBOL_GPL vmlinux 0x87ecf67b debugfs_create_devm_seqfile +EXPORT_SYMBOL_GPL vmlinux 0x87f59b9e enable_cmf +EXPORT_SYMBOL_GPL vmlinux 0x87fdc462 dma_resv_set_deadline +EXPORT_SYMBOL_GPL vmlinux 0x8814c391 nexthop_find_by_id +EXPORT_SYMBOL_GPL vmlinux 0x881b793f dma_fence_unwrap_first +EXPORT_SYMBOL_GPL vmlinux 0x883bf688 debugfs_create_x64 +EXPORT_SYMBOL_GPL vmlinux 0x8844d174 perf_aux_output_flag +EXPORT_SYMBOL_GPL vmlinux 0x885528a6 ring_buffer_discard_commit +EXPORT_SYMBOL_GPL vmlinux 0x88a4361a gpiod_to_irq +EXPORT_SYMBOL_GPL vmlinux 0x88b4ae92 ring_buffer_normalize_time_stamp +EXPORT_SYMBOL_GPL vmlinux 0x88c79e86 regmap_can_raw_write +EXPORT_SYMBOL_GPL vmlinux 0x88d3f4cf crypto_unregister_scomps +EXPORT_SYMBOL_GPL vmlinux 0x88dc3a08 alarm_expires_remaining +EXPORT_SYMBOL_GPL vmlinux 0x88ef0ff8 ethtool_params_from_link_mode +EXPORT_SYMBOL_GPL vmlinux 0x89074747 devlink_port_attrs_pci_sf_set +EXPORT_SYMBOL_GPL vmlinux 0x891fbbb5 md_bitmap_load +EXPORT_SYMBOL_GPL vmlinux 0x892233fa tty_prepare_flip_string +EXPORT_SYMBOL_GPL vmlinux 0x89248fa4 virtqueue_get_vring_size +EXPORT_SYMBOL_GPL vmlinux 0x8924eb1e rcu_force_quiescent_state +EXPORT_SYMBOL_GPL vmlinux 0x893abbdd devlink_fmsg_u32_pair_put +EXPORT_SYMBOL_GPL vmlinux 0x89485687 iommu_group_put +EXPORT_SYMBOL_GPL vmlinux 0x89510de4 transport_configure_device +EXPORT_SYMBOL_GPL vmlinux 0x8954dc8e __SCK__tp_func_br_fdb_external_learn_add +EXPORT_SYMBOL_GPL vmlinux 0x89647f69 blk_mq_freeze_queue_wait_timeout +EXPORT_SYMBOL_GPL vmlinux 0x89865400 inet_pernet_hashinfo_free +EXPORT_SYMBOL_GPL vmlinux 0x89a4ab26 trace_array_printk +EXPORT_SYMBOL_GPL vmlinux 0x89b69ae0 pci_dev_run_wake +EXPORT_SYMBOL_GPL vmlinux 0x89bec8b0 gfn_to_pfn_memslot_atomic +EXPORT_SYMBOL_GPL vmlinux 0x89e00262 crypto_sig_set_privkey +EXPORT_SYMBOL_GPL vmlinux 0x89ea5521 digsig_verify +EXPORT_SYMBOL_GPL vmlinux 0x89fb400f kernel_read_file_from_path_initns +EXPORT_SYMBOL_GPL vmlinux 0x8a03b981 sdev_evt_send_simple +EXPORT_SYMBOL_GPL vmlinux 0x8a239f12 gpiochip_line_is_valid +EXPORT_SYMBOL_GPL vmlinux 0x8a3c1b7f device_property_present +EXPORT_SYMBOL_GPL vmlinux 0x8a615a20 __kprobe_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0x8a62b81b sfp_upstream_stop +EXPORT_SYMBOL_GPL vmlinux 0x8a63bf7a gpio_free_array +EXPORT_SYMBOL_GPL vmlinux 0x8a65f162 fwnode_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0x8a665bfa numa_nearest_node +EXPORT_SYMBOL_GPL vmlinux 0x8a67b0c1 clear_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0x8a83fb45 mpi_point_free_parts +EXPORT_SYMBOL_GPL vmlinux 0x8abacc47 get_max_files +EXPORT_SYMBOL_GPL vmlinux 0x8ac1407b sfp_get_module_eeprom +EXPORT_SYMBOL_GPL vmlinux 0x8ad0e088 irq_chip_enable_parent +EXPORT_SYMBOL_GPL vmlinux 0x8b0a2114 vring_create_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0x8b182d29 crypto_unregister_shash +EXPORT_SYMBOL_GPL vmlinux 0x8b316015 crypto_spawn_tfm +EXPORT_SYMBOL_GPL vmlinux 0x8b37146f kobject_uevent +EXPORT_SYMBOL_GPL vmlinux 0x8b3b4813 nf_queue_entry_free +EXPORT_SYMBOL_GPL vmlinux 0x8b402b12 fwnode_handle_get +EXPORT_SYMBOL_GPL vmlinux 0x8b6baa55 netlink_has_listeners +EXPORT_SYMBOL_GPL vmlinux 0x8b7aa493 ftrace_set_notrace +EXPORT_SYMBOL_GPL vmlinux 0x8b8f5f35 blkcg_activate_policy +EXPORT_SYMBOL_GPL vmlinux 0x8bad4ff4 pgprot_writecombine +EXPORT_SYMBOL_GPL vmlinux 0x8bbe527c __tracepoint_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0x8bded20f zpci_load +EXPORT_SYMBOL_GPL vmlinux 0x8be0e199 inet_csk_clone_lock +EXPORT_SYMBOL_GPL vmlinux 0x8be8c010 bpf_prog_free +EXPORT_SYMBOL_GPL vmlinux 0x8befb42c __udp4_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0x8bf0dbc1 iov_iter_extract_pages +EXPORT_SYMBOL_GPL vmlinux 0x8c03d20c destroy_workqueue +EXPORT_SYMBOL_GPL vmlinux 0x8c067bcb __clocksource_update_freq_scale +EXPORT_SYMBOL_GPL vmlinux 0x8c0ed103 rcu_check_boost_fail +EXPORT_SYMBOL_GPL vmlinux 0x8c16cc90 int_active_memcg +EXPORT_SYMBOL_GPL vmlinux 0x8c318343 iommu_alloc_resv_region +EXPORT_SYMBOL_GPL vmlinux 0x8c32b609 device_store_int +EXPORT_SYMBOL_GPL vmlinux 0x8c47afca idr_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8c52dd7c __tracepoint_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0x8c5c49c7 msg_zerocopy_callback +EXPORT_SYMBOL_GPL vmlinux 0x8c78c8d3 mdiobus_modify +EXPORT_SYMBOL_GPL vmlinux 0x8c8b9c85 devlink_trap_groups_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8c98d248 unregister_vmcore_cb +EXPORT_SYMBOL_GPL vmlinux 0x8c9e54d3 devlink_info_version_running_put_ext +EXPORT_SYMBOL_GPL vmlinux 0x8cc6fb7d __crypto_alloc_tfmgfp +EXPORT_SYMBOL_GPL vmlinux 0x8cfbb6f9 genphy_c45_aneg_done +EXPORT_SYMBOL_GPL vmlinux 0x8d05dfe5 gmap_enable +EXPORT_SYMBOL_GPL vmlinux 0x8d1c5c11 fwnode_get_next_parent +EXPORT_SYMBOL_GPL vmlinux 0x8d1f2087 tty_kclose +EXPORT_SYMBOL_GPL vmlinux 0x8d22bb58 iommu_group_alloc +EXPORT_SYMBOL_GPL vmlinux 0x8d3330b6 cpuacct_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0x8d4f2b18 mas_pause +EXPORT_SYMBOL_GPL vmlinux 0x8d83239e dma_vmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0x8d939914 from_vfsuid +EXPORT_SYMBOL_GPL vmlinux 0x8dc43e90 elv_register +EXPORT_SYMBOL_GPL vmlinux 0x8dce0ddc mmu_interval_read_begin +EXPORT_SYMBOL_GPL vmlinux 0x8e204690 __traceiter_block_unplug +EXPORT_SYMBOL_GPL vmlinux 0x8e2f0334 l3mdev_master_ifindex_rcu +EXPORT_SYMBOL_GPL vmlinux 0x8e2f08dc crypto_unregister_akcipher +EXPORT_SYMBOL_GPL vmlinux 0x8e452cbd iommu_group_get +EXPORT_SYMBOL_GPL vmlinux 0x8e4eb451 bpf_sk_storage_diag_free +EXPORT_SYMBOL_GPL vmlinux 0x8e54aa9d crypto_alloc_tfm_node +EXPORT_SYMBOL_GPL vmlinux 0x8e634d58 devres_get +EXPORT_SYMBOL_GPL vmlinux 0x8e6b1a9e net_selftest_get_count +EXPORT_SYMBOL_GPL vmlinux 0x8e74bf26 irq_chip_set_type_parent +EXPORT_SYMBOL_GPL vmlinux 0x8e77570f sbitmap_queue_recalculate_wake_batch +EXPORT_SYMBOL_GPL vmlinux 0x8e7c6971 scsi_schedule_eh +EXPORT_SYMBOL_GPL vmlinux 0x8e7deb12 crypto_clone_cipher +EXPORT_SYMBOL_GPL vmlinux 0x8e8ab3f3 gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0x8ea99786 vfs_fallocate +EXPORT_SYMBOL_GPL vmlinux 0x8eafad44 udp_cmsg_send +EXPORT_SYMBOL_GPL vmlinux 0x8eb324d7 pci_msi_unmask_irq +EXPORT_SYMBOL_GPL vmlinux 0x8ec11d01 kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0x8ed4db91 iommu_iova_to_phys +EXPORT_SYMBOL_GPL vmlinux 0x8ee234ec synchronize_srcu +EXPORT_SYMBOL_GPL vmlinux 0x8ee664e4 device_property_read_string +EXPORT_SYMBOL_GPL vmlinux 0x8eeb0a74 espintcp_queue_out +EXPORT_SYMBOL_GPL vmlinux 0x8eec19bd __SCK__tp_func_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0x8eec8b3e show_class_attr_string +EXPORT_SYMBOL_GPL vmlinux 0x8eee3399 dax_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0x8f00f6d1 vhost_task_start +EXPORT_SYMBOL_GPL vmlinux 0x8f0748af rcu_expedite_gp +EXPORT_SYMBOL_GPL vmlinux 0x8f1dd54f bpf_prog_sub +EXPORT_SYMBOL_GPL vmlinux 0x8f2425af regmap_get_raw_write_max +EXPORT_SYMBOL_GPL vmlinux 0x8f4f5b83 __tracepoint_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0x8f5bf523 __zpci_load +EXPORT_SYMBOL_GPL vmlinux 0x8f6cee77 __round_jiffies_relative +EXPORT_SYMBOL_GPL vmlinux 0x8f786bee fs_umode_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0x8f83d2bd bpf_prog_inc +EXPORT_SYMBOL_GPL vmlinux 0x8f94dc14 l3mdev_table_lookup_unregister +EXPORT_SYMBOL_GPL vmlinux 0x8fa5a6ee dev_fetch_sw_netstats +EXPORT_SYMBOL_GPL vmlinux 0x8fb449d7 crypto_register_shashes +EXPORT_SYMBOL_GPL vmlinux 0x8fca9211 __traceiter_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0x8fceee4c iomap_is_partially_uptodate +EXPORT_SYMBOL_GPL vmlinux 0x8fd2c957 pci_d3cold_enable +EXPORT_SYMBOL_GPL vmlinux 0x8ff60436 mpi_ec_add_points +EXPORT_SYMBOL_GPL vmlinux 0x8ff618c7 tpm_get_random +EXPORT_SYMBOL_GPL vmlinux 0x8ffe457f irq_domain_xlate_onetwocell +EXPORT_SYMBOL_GPL vmlinux 0x9007f9cf ftrace_set_filter_ips +EXPORT_SYMBOL_GPL vmlinux 0x902e2142 fwnode_property_read_string_array +EXPORT_SYMBOL_GPL vmlinux 0x903b627c list_lru_isolate_move +EXPORT_SYMBOL_GPL vmlinux 0x903c76f4 kvm_read_guest_offset_cached +EXPORT_SYMBOL_GPL vmlinux 0x903d43b1 vp_modern_generation +EXPORT_SYMBOL_GPL vmlinux 0x903ed173 sysfs_create_link_nowarn +EXPORT_SYMBOL_GPL vmlinux 0x9040c4c0 handle_simple_irq +EXPORT_SYMBOL_GPL vmlinux 0x90414495 tty_port_tty_hangup +EXPORT_SYMBOL_GPL vmlinux 0x905c6127 blk_mq_quiesce_queue_nowait +EXPORT_SYMBOL_GPL vmlinux 0x906808d8 __kthread_should_park +EXPORT_SYMBOL_GPL vmlinux 0x907ffb62 __tracepoint_unmap +EXPORT_SYMBOL_GPL vmlinux 0x909a8abf nr_running +EXPORT_SYMBOL_GPL vmlinux 0x909fda42 blocking_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0x90a98738 gmap_create +EXPORT_SYMBOL_GPL vmlinux 0x90aee818 make_vfsgid +EXPORT_SYMBOL_GPL vmlinux 0x90b2e2ed bio_add_zone_append_page +EXPORT_SYMBOL_GPL vmlinux 0x90bcabd4 xdp_features_set_redirect_target +EXPORT_SYMBOL_GPL vmlinux 0x90d54256 trace_event_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x90dcfd53 list_lru_add +EXPORT_SYMBOL_GPL vmlinux 0x90e47366 exportfs_encode_inode_fh +EXPORT_SYMBOL_GPL vmlinux 0x90ecb65f nfnl_ct_hook +EXPORT_SYMBOL_GPL vmlinux 0x90fc0b4e ksm_madvise +EXPORT_SYMBOL_GPL vmlinux 0x9102fa25 device_add +EXPORT_SYMBOL_GPL vmlinux 0x9110fcdb pci_epc_destroy +EXPORT_SYMBOL_GPL vmlinux 0x913c715f device_property_read_u8_array +EXPORT_SYMBOL_GPL vmlinux 0x913ebd32 stack_depot_save +EXPORT_SYMBOL_GPL vmlinux 0x9148a4bc crypto_register_skcipher +EXPORT_SYMBOL_GPL vmlinux 0x91625202 blk_mq_unfreeze_queue +EXPORT_SYMBOL_GPL vmlinux 0x917c2530 devl_sb_register +EXPORT_SYMBOL_GPL vmlinux 0x91844807 sk_msg_zerocopy_from_iter +EXPORT_SYMBOL_GPL vmlinux 0x91876f20 proc_create_net_single +EXPORT_SYMBOL_GPL vmlinux 0x91955a9f start_poll_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0x9199a8c8 perf_event_addr_filters_sync +EXPORT_SYMBOL_GPL vmlinux 0x91a27cf6 iommu_report_device_fault +EXPORT_SYMBOL_GPL vmlinux 0x91a34ee2 trace_output_call +EXPORT_SYMBOL_GPL vmlinux 0x91b774a1 mpi_scanval +EXPORT_SYMBOL_GPL vmlinux 0x91cb5ccc __traceiter_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0x91ce090c devm_phy_package_join +EXPORT_SYMBOL_GPL vmlinux 0x91cfa8f6 dm_audit_log_ti +EXPORT_SYMBOL_GPL vmlinux 0x91ea8726 asn1_encode_boolean +EXPORT_SYMBOL_GPL vmlinux 0x91eb6549 devm_kmalloc +EXPORT_SYMBOL_GPL vmlinux 0x91f433dd devlink_remote_reload_actions_performed +EXPORT_SYMBOL_GPL vmlinux 0x922f5030 fuse_dev_install +EXPORT_SYMBOL_GPL vmlinux 0x9241b358 __static_key_slow_dec_deferred +EXPORT_SYMBOL_GPL vmlinux 0x924c46f8 zs_unmap_object +EXPORT_SYMBOL_GPL vmlinux 0x9250a0d7 fib_nl_newrule +EXPORT_SYMBOL_GPL vmlinux 0x92798974 ping_unhash +EXPORT_SYMBOL_GPL vmlinux 0x9281716d kvm_vcpu_gfn_to_pfn_atomic +EXPORT_SYMBOL_GPL vmlinux 0x9298f13f devlink_port_attrs_set +EXPORT_SYMBOL_GPL vmlinux 0x929e95cf psi_memstall_enter +EXPORT_SYMBOL_GPL vmlinux 0x92a0fb5d gpiod_direction_input +EXPORT_SYMBOL_GPL vmlinux 0x92a963d2 serdev_device_set_flow_control +EXPORT_SYMBOL_GPL vmlinux 0x92c563f3 device_match_fwnode +EXPORT_SYMBOL_GPL vmlinux 0x92cb609e __tracepoint_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0x92d31cfb fixed_phy_add +EXPORT_SYMBOL_GPL vmlinux 0x92db8f68 do_trace_rcu_torture_read +EXPORT_SYMBOL_GPL vmlinux 0x92dfe493 dm_report_zones +EXPORT_SYMBOL_GPL vmlinux 0x92e8e9ab fsverity_enqueue_verify_work +EXPORT_SYMBOL_GPL vmlinux 0x931ac7c0 __tracepoint_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0x931cc004 netdev_is_rx_handler_busy +EXPORT_SYMBOL_GPL vmlinux 0x93231753 netdev_walk_all_upper_dev_rcu +EXPORT_SYMBOL_GPL vmlinux 0x93255b2b ring_buffer_lock_reserve +EXPORT_SYMBOL_GPL vmlinux 0x93605e9a vfsgid_in_group_p +EXPORT_SYMBOL_GPL vmlinux 0x936c7caf perf_trace_buf_alloc +EXPORT_SYMBOL_GPL vmlinux 0x9374a769 crypto_grab_spawn +EXPORT_SYMBOL_GPL vmlinux 0x9381800f gmap_convert_to_secure +EXPORT_SYMBOL_GPL vmlinux 0x938cf9d8 __tracepoint_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0x93ac69d4 find_ge_pid +EXPORT_SYMBOL_GPL vmlinux 0x93bf89ea switchdev_port_obj_del +EXPORT_SYMBOL_GPL vmlinux 0x93c071ea device_add_software_node +EXPORT_SYMBOL_GPL vmlinux 0x93c8baae sk_free_unlock_clone +EXPORT_SYMBOL_GPL vmlinux 0x93e610f3 sysfs_change_owner +EXPORT_SYMBOL_GPL vmlinux 0x93edef07 devlink_health_report +EXPORT_SYMBOL_GPL vmlinux 0x93f999b8 generic_handle_domain_irq_safe +EXPORT_SYMBOL_GPL vmlinux 0x940619e0 pci_msix_free_irq +EXPORT_SYMBOL_GPL vmlinux 0x94160518 __put_task_struct_rcu_cb +EXPORT_SYMBOL_GPL vmlinux 0x941a4045 addrconf_prefix_rcv_add_addr +EXPORT_SYMBOL_GPL vmlinux 0x941f2aaa eventfd_ctx_put +EXPORT_SYMBOL_GPL vmlinux 0x9430118d tty_set_ldisc +EXPORT_SYMBOL_GPL vmlinux 0x9430b198 trace_dump_stack +EXPORT_SYMBOL_GPL vmlinux 0x9436e405 memory_group_register_dynamic +EXPORT_SYMBOL_GPL vmlinux 0x94390995 simple_attr_write +EXPORT_SYMBOL_GPL vmlinux 0x9455b791 ccw_device_pnso +EXPORT_SYMBOL_GPL vmlinux 0x94643367 sbitmap_show +EXPORT_SYMBOL_GPL vmlinux 0x9468ea70 schedule_hrtimeout_range_clock +EXPORT_SYMBOL_GPL vmlinux 0x946dd559 sha224_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0x9485e167 inet6_compat_ioctl +EXPORT_SYMBOL_GPL vmlinux 0x949b5176 devlink_region_snapshot_create +EXPORT_SYMBOL_GPL vmlinux 0x94bbb62f __tracepoint_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0x94c0aefd kvm_vcpu_halt +EXPORT_SYMBOL_GPL vmlinux 0x94ef1207 l3mdev_link_scope_lookup +EXPORT_SYMBOL_GPL vmlinux 0x94ef4d05 cpci_hp_stop +EXPORT_SYMBOL_GPL vmlinux 0x94ef87f1 scm_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x9504df26 irq_wake_thread +EXPORT_SYMBOL_GPL vmlinux 0x9509e58d ccw_device_get_chid +EXPORT_SYMBOL_GPL vmlinux 0x951a2773 crypto_has_alg +EXPORT_SYMBOL_GPL vmlinux 0x953e1b9e ktime_get_real_seconds +EXPORT_SYMBOL_GPL vmlinux 0x955b0e2e kthread_worker_fn +EXPORT_SYMBOL_GPL vmlinux 0x956ac400 ring_buffer_dropped_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x957166d8 regmap_irq_set_type_config_simple +EXPORT_SYMBOL_GPL vmlinux 0x95843030 mpi_ec_init +EXPORT_SYMBOL_GPL vmlinux 0x958aa592 crypto_unregister_skciphers +EXPORT_SYMBOL_GPL vmlinux 0x958df3ac zs_free +EXPORT_SYMBOL_GPL vmlinux 0x958eb560 fscrypt_get_symlink +EXPORT_SYMBOL_GPL vmlinux 0x958fcc1b dma_max_mapping_size +EXPORT_SYMBOL_GPL vmlinux 0x9593ef31 register_ftrace_export +EXPORT_SYMBOL_GPL vmlinux 0x959682a4 __tracepoint_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0x95a49194 user_preparse +EXPORT_SYMBOL_GPL vmlinux 0x95c8e2c2 nexthop_for_each_fib6_nh +EXPORT_SYMBOL_GPL vmlinux 0x95e2dd6d vp_legacy_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0x95e458e6 filemap_range_has_writeback +EXPORT_SYMBOL_GPL vmlinux 0x95e84183 iomap_finish_ioends +EXPORT_SYMBOL_GPL vmlinux 0x95eb3916 wbt_enable_default +EXPORT_SYMBOL_GPL vmlinux 0x9611aac3 tpm_pcr_read +EXPORT_SYMBOL_GPL vmlinux 0x961286e0 ring_buffer_read_events_cpu +EXPORT_SYMBOL_GPL vmlinux 0x961bc939 __traceiter_udp_fail_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0x96331826 dw_pcie_ep_raise_msi_irq +EXPORT_SYMBOL_GPL vmlinux 0x96480440 crypto_shash_finup +EXPORT_SYMBOL_GPL vmlinux 0x96512412 kpp_register_instance +EXPORT_SYMBOL_GPL vmlinux 0x9652ee17 gpiod_to_chip +EXPORT_SYMBOL_GPL vmlinux 0x96554810 register_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x965d02e3 nfct_btf_struct_access +EXPORT_SYMBOL_GPL vmlinux 0x9666aea2 fwnode_get_nth_parent +EXPORT_SYMBOL_GPL vmlinux 0x96730351 crypto_alloc_kpp +EXPORT_SYMBOL_GPL vmlinux 0x9679e6e0 __virtqueue_unbreak +EXPORT_SYMBOL_GPL vmlinux 0x968cdc07 _proc_mkdir +EXPORT_SYMBOL_GPL vmlinux 0x96907623 net_selftest +EXPORT_SYMBOL_GPL vmlinux 0x96927fb0 fscrypt_drop_inode +EXPORT_SYMBOL_GPL vmlinux 0x969f51a3 sched_numa_find_nth_cpu +EXPORT_SYMBOL_GPL vmlinux 0x96be50ed scsi_eh_ready_devs +EXPORT_SYMBOL_GPL vmlinux 0x96c2dffa sbitmap_queue_wake_up +EXPORT_SYMBOL_GPL vmlinux 0x96f9a01b __SCK__tp_func_pelt_thermal_tp +EXPORT_SYMBOL_GPL vmlinux 0x97006c0b device_get_dma_attr +EXPORT_SYMBOL_GPL vmlinux 0x9714e0bb ktime_get_raw +EXPORT_SYMBOL_GPL vmlinux 0x971a7eba blk_mark_disk_dead +EXPORT_SYMBOL_GPL vmlinux 0x97203d4c pci_epc_mem_free_addr +EXPORT_SYMBOL_GPL vmlinux 0x973d9070 mm_unaccount_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x9740d690 compat_only_sysfs_link_entry_to_kobj +EXPORT_SYMBOL_GPL vmlinux 0x975519c1 asymmetric_key_id_same +EXPORT_SYMBOL_GPL vmlinux 0x97910567 vring_transport_features +EXPORT_SYMBOL_GPL vmlinux 0x97936d40 irq_chip_set_vcpu_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0x97a424b9 vp_modern_set_status +EXPORT_SYMBOL_GPL vmlinux 0x97b2a300 crypto_find_alg +EXPORT_SYMBOL_GPL vmlinux 0x97b561c0 report_iommu_fault +EXPORT_SYMBOL_GPL vmlinux 0x97c56cc3 devres_release_group +EXPORT_SYMBOL_GPL vmlinux 0x97cc5d8f skcipher_walk_done +EXPORT_SYMBOL_GPL vmlinux 0x97d190af ip_local_out +EXPORT_SYMBOL_GPL vmlinux 0x97de2b83 debug_locks_silent +EXPORT_SYMBOL_GPL vmlinux 0x97e2de78 fat_getattr +EXPORT_SYMBOL_GPL vmlinux 0x97f0178b irq_domain_create_simple +EXPORT_SYMBOL_GPL vmlinux 0x97fa1c63 crypto_aead_setkey +EXPORT_SYMBOL_GPL vmlinux 0x98064f55 pcie_port_find_device +EXPORT_SYMBOL_GPL vmlinux 0x981cbbc5 kthread_park +EXPORT_SYMBOL_GPL vmlinux 0x9833bc0c hvc_kick +EXPORT_SYMBOL_GPL vmlinux 0x98503a63 mpi_alloc +EXPORT_SYMBOL_GPL vmlinux 0x985453e1 lease_unregister_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9866020c fwnode_get_phy_node +EXPORT_SYMBOL_GPL vmlinux 0x98671855 tpm_send +EXPORT_SYMBOL_GPL vmlinux 0x98683d22 bpf_sk_storage_diag_put +EXPORT_SYMBOL_GPL vmlinux 0x986d0595 device_create +EXPORT_SYMBOL_GPL vmlinux 0x98742ad5 split_page +EXPORT_SYMBOL_GPL vmlinux 0x9879932b crypto_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0x987e76b6 sched_set_fifo +EXPORT_SYMBOL_GPL vmlinux 0x989074ff kmsg_dump_reason_str +EXPORT_SYMBOL_GPL vmlinux 0x9895ddbd virtqueue_notify +EXPORT_SYMBOL_GPL vmlinux 0x98bb1eb9 bsg_setup_queue +EXPORT_SYMBOL_GPL vmlinux 0x98d494b9 md_bitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0x98ecae32 kernfs_put +EXPORT_SYMBOL_GPL vmlinux 0x98ee62b2 ring_buffer_record_disable_cpu +EXPORT_SYMBOL_GPL vmlinux 0x9902c095 ZSTD_customMalloc +EXPORT_SYMBOL_GPL vmlinux 0x9906895a register_kretprobe +EXPORT_SYMBOL_GPL vmlinux 0x993e5c6f to_software_node +EXPORT_SYMBOL_GPL vmlinux 0x99501b11 kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0x995d1071 prof_on +EXPORT_SYMBOL_GPL vmlinux 0x996daba6 crypto_alg_mod_lookup +EXPORT_SYMBOL_GPL vmlinux 0x99a03078 dax_holder_notify_failure +EXPORT_SYMBOL_GPL vmlinux 0x99ab0f2c component_compare_of +EXPORT_SYMBOL_GPL vmlinux 0x99b5707d devm_platform_ioremap_resource_byname +EXPORT_SYMBOL_GPL vmlinux 0x99b6f255 md_rdev_clear +EXPORT_SYMBOL_GPL vmlinux 0x99dd730c page_reporting_unregister +EXPORT_SYMBOL_GPL vmlinux 0x99f2d00a sysfs_emit_at +EXPORT_SYMBOL_GPL vmlinux 0x99f4591c key_type_trusted +EXPORT_SYMBOL_GPL vmlinux 0x9a012aa1 genphy_c45_an_disable_aneg +EXPORT_SYMBOL_GPL vmlinux 0x9a0f25c6 pci_iov_get_pf_drvdata +EXPORT_SYMBOL_GPL vmlinux 0x9a11a0fc crypto_attr_alg_name +EXPORT_SYMBOL_GPL vmlinux 0x9a1706e8 skb_morph +EXPORT_SYMBOL_GPL vmlinux 0x9a25168c is_skb_forwardable +EXPORT_SYMBOL_GPL vmlinux 0x9a35cca4 blk_mq_freeze_queue_wait +EXPORT_SYMBOL_GPL vmlinux 0x9a43e85d dw_pcie_find_capability +EXPORT_SYMBOL_GPL vmlinux 0x9a51fd79 fib_rules_register +EXPORT_SYMBOL_GPL vmlinux 0x9a596382 inet6_sk_rebuild_header +EXPORT_SYMBOL_GPL vmlinux 0x9a66fb21 ip6_dst_lookup_tunnel +EXPORT_SYMBOL_GPL vmlinux 0x9a7aa037 vp_modern_set_features +EXPORT_SYMBOL_GPL vmlinux 0x9a8bfbe9 platform_device_add_resources +EXPORT_SYMBOL_GPL vmlinux 0x9aa3eaf4 raw_v4_match +EXPORT_SYMBOL_GPL vmlinux 0x9aaf912c phy_restart_aneg +EXPORT_SYMBOL_GPL vmlinux 0x9ad3de36 mm_account_pinned_pages +EXPORT_SYMBOL_GPL vmlinux 0x9ad55d83 __sock_recv_cmsgs +EXPORT_SYMBOL_GPL vmlinux 0x9aeacb87 ring_buffer_iter_empty +EXPORT_SYMBOL_GPL vmlinux 0x9afbbbe9 iommu_enable_nesting +EXPORT_SYMBOL_GPL vmlinux 0x9aff855e bpf_trace_run4 +EXPORT_SYMBOL_GPL vmlinux 0x9b0e599c is_software_node +EXPORT_SYMBOL_GPL vmlinux 0x9b16e4ee phy_gbit_fibre_features +EXPORT_SYMBOL_GPL vmlinux 0x9b3bce8d ccw_device_get_util_str +EXPORT_SYMBOL_GPL vmlinux 0x9b406696 posix_clock_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9b6ec967 ring_buffer_size +EXPORT_SYMBOL_GPL vmlinux 0x9b856e48 fb_deferred_io_init +EXPORT_SYMBOL_GPL vmlinux 0x9b88c932 register_kprobes +EXPORT_SYMBOL_GPL vmlinux 0x9b9071cb get_old_itimerspec32 +EXPORT_SYMBOL_GPL vmlinux 0x9b992dbb sock_diag_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9baf917e vring_notification_data +EXPORT_SYMBOL_GPL vmlinux 0x9bb3fcd1 __tracepoint_napi_poll +EXPORT_SYMBOL_GPL vmlinux 0x9be30d27 mhp_get_pluggable_range +EXPORT_SYMBOL_GPL vmlinux 0x9bece81b mpi_cmp_ui +EXPORT_SYMBOL_GPL vmlinux 0x9bf30c24 fixed_phy_set_link_update +EXPORT_SYMBOL_GPL vmlinux 0x9c011cac shmem_file_setup_with_mnt +EXPORT_SYMBOL_GPL vmlinux 0x9c35f138 unregister_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0x9c40421b genphy_c45_read_status +EXPORT_SYMBOL_GPL vmlinux 0x9c68da7c __fsverity_cleanup_inode +EXPORT_SYMBOL_GPL vmlinux 0x9c6febfc add_uevent_var +EXPORT_SYMBOL_GPL vmlinux 0x9c782cd8 mptcp_get_reset_option +EXPORT_SYMBOL_GPL vmlinux 0x9c858bef pin_user_pages_fast +EXPORT_SYMBOL_GPL vmlinux 0x9ca1cabd devm_irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0x9ca6e05b kvm_read_guest +EXPORT_SYMBOL_GPL vmlinux 0x9cdd6a66 sysctl_long_vals +EXPORT_SYMBOL_GPL vmlinux 0x9ce07412 wbc_account_cgroup_owner +EXPORT_SYMBOL_GPL vmlinux 0x9cfe93ab tpm_chip_register +EXPORT_SYMBOL_GPL vmlinux 0x9d09e8ae ring_buffer_event_data +EXPORT_SYMBOL_GPL vmlinux 0x9d0b0249 file_is_kvm +EXPORT_SYMBOL_GPL vmlinux 0x9d2f49ef __SCK__tp_func_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0x9d4ca62c iommu_attach_device +EXPORT_SYMBOL_GPL vmlinux 0x9d590da7 ip6_datagram_recv_ctl +EXPORT_SYMBOL_GPL vmlinux 0x9d5ada79 skb_segment_list +EXPORT_SYMBOL_GPL vmlinux 0x9d642eda pci_epc_mem_init +EXPORT_SYMBOL_GPL vmlinux 0x9d646e8a __platform_create_bundle +EXPORT_SYMBOL_GPL vmlinux 0x9d8bb00e set_dax_nocache +EXPORT_SYMBOL_GPL vmlinux 0x9d9e9854 sysfs_add_link_to_group +EXPORT_SYMBOL_GPL vmlinux 0x9da7e38a blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0x9dae4f20 debugfs_create_u32 +EXPORT_SYMBOL_GPL vmlinux 0x9dbb9379 register_net_sysctl +EXPORT_SYMBOL_GPL vmlinux 0x9dccd607 mas_prev +EXPORT_SYMBOL_GPL vmlinux 0x9ddf6d21 dm_path_uevent +EXPORT_SYMBOL_GPL vmlinux 0x9dea7b56 device_create_with_groups +EXPORT_SYMBOL_GPL vmlinux 0x9df4a2a8 idr_remove +EXPORT_SYMBOL_GPL vmlinux 0x9df5eb3a __skb_get_hash_symmetric +EXPORT_SYMBOL_GPL vmlinux 0x9df620c9 sbitmap_weight +EXPORT_SYMBOL_GPL vmlinux 0x9e018752 pci_epc_get_first_free_bar +EXPORT_SYMBOL_GPL vmlinux 0x9e0c0538 cgrp_dfl_root +EXPORT_SYMBOL_GPL vmlinux 0x9e0d60c0 __traceiter_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0x9e197f84 chsc_scud +EXPORT_SYMBOL_GPL vmlinux 0x9e472f5f snmp_fold_field +EXPORT_SYMBOL_GPL vmlinux 0x9e555a50 css_driver_register +EXPORT_SYMBOL_GPL vmlinux 0x9e65f3fd appldata_register_ops +EXPORT_SYMBOL_GPL vmlinux 0x9e79cb2f simple_attr_open +EXPORT_SYMBOL_GPL vmlinux 0x9e7a9214 dst_cache_set_ip4 +EXPORT_SYMBOL_GPL vmlinux 0x9e9a7544 scsi_block_targets +EXPORT_SYMBOL_GPL vmlinux 0x9e9adaa8 proc_douintvec_minmax +EXPORT_SYMBOL_GPL vmlinux 0x9e9bda92 device_match_devt +EXPORT_SYMBOL_GPL vmlinux 0x9e9c4f24 set_dax_nomc +EXPORT_SYMBOL_GPL vmlinux 0x9ebf823e virtqueue_add_inbuf +EXPORT_SYMBOL_GPL vmlinux 0x9ec054d5 trace_seq_putc +EXPORT_SYMBOL_GPL vmlinux 0x9ed554b3 unregister_keyboard_notifier +EXPORT_SYMBOL_GPL vmlinux 0x9ed8f2b2 kvm_get_kvm_safe +EXPORT_SYMBOL_GPL vmlinux 0x9ee1bc1e regmap_multi_reg_write +EXPORT_SYMBOL_GPL vmlinux 0x9eebdde7 mpi_point_new +EXPORT_SYMBOL_GPL vmlinux 0x9f085936 tcp_rate_check_app_limited +EXPORT_SYMBOL_GPL vmlinux 0x9f142569 gpiod_toggle_active_low +EXPORT_SYMBOL_GPL vmlinux 0x9f153487 virtqueue_is_broken +EXPORT_SYMBOL_GPL vmlinux 0x9f2ca32f ipv6_dup_options +EXPORT_SYMBOL_GPL vmlinux 0x9f2f6ba5 cn_add_callback +EXPORT_SYMBOL_GPL vmlinux 0x9f3707cf udp_tunnel_nic_ops +EXPORT_SYMBOL_GPL vmlinux 0x9f3aea07 tcp_unregister_congestion_control +EXPORT_SYMBOL_GPL vmlinux 0x9f3ee63e sysfs_create_mount_point +EXPORT_SYMBOL_GPL vmlinux 0x9f4b4197 relay_subbufs_consumed +EXPORT_SYMBOL_GPL vmlinux 0x9f56c4b9 __SCK__tp_func_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0x9f56fa0b nfs42_ssc_unregister +EXPORT_SYMBOL_GPL vmlinux 0x9f7ee0a6 debugfs_create_size_t +EXPORT_SYMBOL_GPL vmlinux 0x9fa4564a timer_shutdown +EXPORT_SYMBOL_GPL vmlinux 0x9fb996a7 __tracepoint_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0x9fce80db fb_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0x9fe16fe8 devlink_port_region_create +EXPORT_SYMBOL_GPL vmlinux 0x9fe939e1 mpi_powm +EXPORT_SYMBOL_GPL vmlinux 0xa0145ce4 tpm_get_timeouts +EXPORT_SYMBOL_GPL vmlinux 0xa0369ad1 crypto_mod_put +EXPORT_SYMBOL_GPL vmlinux 0xa039d958 tcp_bpf_sendmsg_redir +EXPORT_SYMBOL_GPL vmlinux 0xa0418478 gpiod_get_raw_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xa044fea8 crypto_register_rng +EXPORT_SYMBOL_GPL vmlinux 0xa04f945a cpus_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xa060024b __virtio_unbreak_device +EXPORT_SYMBOL_GPL vmlinux 0xa080c5e5 smp_call_function_single_async +EXPORT_SYMBOL_GPL vmlinux 0xa0890117 platform_device_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa08d64e5 failover_slave_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa09e42c2 bd_prepare_to_claim +EXPORT_SYMBOL_GPL vmlinux 0xa0b721aa kvm_s390_pv_is_protected +EXPORT_SYMBOL_GPL vmlinux 0xa0b98bde pci_debug_msg_id +EXPORT_SYMBOL_GPL vmlinux 0xa0bc9efe tpm_chip_alloc +EXPORT_SYMBOL_GPL vmlinux 0xa0d3456d nr_swap_pages +EXPORT_SYMBOL_GPL vmlinux 0xa0e03c8c gpiochip_irq_map +EXPORT_SYMBOL_GPL vmlinux 0xa0e49ed3 tcp_unregister_ulp +EXPORT_SYMBOL_GPL vmlinux 0xa0fdcdb1 fuse_send_init +EXPORT_SYMBOL_GPL vmlinux 0xa10cf488 platform_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa11164cc vp_modern_get_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0xa111e665 pernet_ops_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xa144c2f6 bpf_trace_run8 +EXPORT_SYMBOL_GPL vmlinux 0xa14db79b rtnl_get_net_ns_capable +EXPORT_SYMBOL_GPL vmlinux 0xa159762d dequeue_signal +EXPORT_SYMBOL_GPL vmlinux 0xa167c330 dev_get_tstats64 +EXPORT_SYMBOL_GPL vmlinux 0xa18483d0 gpiochip_line_is_persistent +EXPORT_SYMBOL_GPL vmlinux 0xa18527b5 __traceiter_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0xa1870fa1 sbitmap_queue_show +EXPORT_SYMBOL_GPL vmlinux 0xa1963f82 bdev_nr_zones +EXPORT_SYMBOL_GPL vmlinux 0xa1bb64d1 blk_queue_rq_timeout +EXPORT_SYMBOL_GPL vmlinux 0xa1c4231f kvm_set_pfn_dirty +EXPORT_SYMBOL_GPL vmlinux 0xa1cd7274 pci_epc_add_epf +EXPORT_SYMBOL_GPL vmlinux 0xa1d6cde1 skb_consume_udp +EXPORT_SYMBOL_GPL vmlinux 0xa1ed2c76 blkcg_deactivate_policy +EXPORT_SYMBOL_GPL vmlinux 0xa1f28302 bpf_trace_run3 +EXPORT_SYMBOL_GPL vmlinux 0xa1f60014 nl_table_lock +EXPORT_SYMBOL_GPL vmlinux 0xa1f739a0 locks_release_private +EXPORT_SYMBOL_GPL vmlinux 0xa20d01ba __trace_bprintk +EXPORT_SYMBOL_GPL vmlinux 0xa20f3f75 __traceiter_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xa2106741 genphy_c45_read_eee_abilities +EXPORT_SYMBOL_GPL vmlinux 0xa2182fda dev_err_probe +EXPORT_SYMBOL_GPL vmlinux 0xa21d0d78 transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0xa2500ef6 __SCK__tp_func_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xa269c06d dev_fill_forward_path +EXPORT_SYMBOL_GPL vmlinux 0xa26bed8e bstr_printf +EXPORT_SYMBOL_GPL vmlinux 0xa26d9b4f workqueue_congested +EXPORT_SYMBOL_GPL vmlinux 0xa271617a regmap_noinc_read +EXPORT_SYMBOL_GPL vmlinux 0xa286425a bpf_prog_put +EXPORT_SYMBOL_GPL vmlinux 0xa28cd8df pingv6_ops +EXPORT_SYMBOL_GPL vmlinux 0xa295c43b inet_csk_listen_start +EXPORT_SYMBOL_GPL vmlinux 0xa2a13d18 bpf_trace_run12 +EXPORT_SYMBOL_GPL vmlinux 0xa2b0820d __SCK__tp_func_cpu_idle +EXPORT_SYMBOL_GPL vmlinux 0xa2b5f480 xfrm_dev_state_add +EXPORT_SYMBOL_GPL vmlinux 0xa2c0f59a ct_idle_enter +EXPORT_SYMBOL_GPL vmlinux 0xa2e1b3ef trace_printk_init_buffers +EXPORT_SYMBOL_GPL vmlinux 0xa2ec1315 fib_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa2f270a2 regmap_field_free +EXPORT_SYMBOL_GPL vmlinux 0xa2f51278 ipv4_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xa2fc8bfe mas_erase +EXPORT_SYMBOL_GPL vmlinux 0xa34ec81c addrconf_add_linklocal +EXPORT_SYMBOL_GPL vmlinux 0xa354cbef trace_array_get_by_name +EXPORT_SYMBOL_GPL vmlinux 0xa3687f21 __traceiter_map +EXPORT_SYMBOL_GPL vmlinux 0xa38602cd drain_workqueue +EXPORT_SYMBOL_GPL vmlinux 0xa38a9f71 get_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xa399e1f0 dm_accept_partial_bio +EXPORT_SYMBOL_GPL vmlinux 0xa3b0d5d6 __xas_next +EXPORT_SYMBOL_GPL vmlinux 0xa3b958ce reset_hung_task_detector +EXPORT_SYMBOL_GPL vmlinux 0xa3cc4087 driver_create_file +EXPORT_SYMBOL_GPL vmlinux 0xa3cc53ff skb_splice_bits +EXPORT_SYMBOL_GPL vmlinux 0xa3ece414 freezer_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xa3efa563 shash_free_singlespawn_instance +EXPORT_SYMBOL_GPL vmlinux 0xa3f037f4 ethnl_cable_test_step +EXPORT_SYMBOL_GPL vmlinux 0xa3f12f69 __crypto_xor +EXPORT_SYMBOL_GPL vmlinux 0xa3f5e298 kvm_s390_gisc_unregister +EXPORT_SYMBOL_GPL vmlinux 0xa3f761a2 gmap_shadow_r2t +EXPORT_SYMBOL_GPL vmlinux 0xa4058df5 raw_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xa4062a57 __tracepoint_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xa410a295 devlink_region_destroy +EXPORT_SYMBOL_GPL vmlinux 0xa4160296 blkdev_report_zones +EXPORT_SYMBOL_GPL vmlinux 0xa42af92f genphy_c45_pma_resume +EXPORT_SYMBOL_GPL vmlinux 0xa443f172 __traceiter_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xa44a1307 interval_tree_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xa44a8449 crypto_spawn_tfm2 +EXPORT_SYMBOL_GPL vmlinux 0xa454e807 sk_msg_recvmsg +EXPORT_SYMBOL_GPL vmlinux 0xa4553877 switchdev_handle_port_attr_set +EXPORT_SYMBOL_GPL vmlinux 0xa45c7b90 stack_trace_print +EXPORT_SYMBOL_GPL vmlinux 0xa46bf3b0 umd_load_blob +EXPORT_SYMBOL_GPL vmlinux 0xa46fc62b regmap_field_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0xa47c218e tty_ldisc_receive_buf +EXPORT_SYMBOL_GPL vmlinux 0xa4ab7c1c ring_buffer_overruns +EXPORT_SYMBOL_GPL vmlinux 0xa4b07fe7 ring_buffer_change_overwrite +EXPORT_SYMBOL_GPL vmlinux 0xa4b44132 crypto_unregister_shashes +EXPORT_SYMBOL_GPL vmlinux 0xa4c00324 asn1_encode_octet_string +EXPORT_SYMBOL_GPL vmlinux 0xa4c2c625 skb_mpls_dec_ttl +EXPORT_SYMBOL_GPL vmlinux 0xa4d9698a eventfd_ctx_fileget +EXPORT_SYMBOL_GPL vmlinux 0xa4dde6d9 devm_register_power_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xa5226d09 serdev_device_wait_until_sent +EXPORT_SYMBOL_GPL vmlinux 0xa53fefa3 tcp_ca_openreq_child +EXPORT_SYMBOL_GPL vmlinux 0xa5451918 failover_register +EXPORT_SYMBOL_GPL vmlinux 0xa54a2cba devlink_linecard_provision_clear +EXPORT_SYMBOL_GPL vmlinux 0xa55d3aa4 device_get_phy_mode +EXPORT_SYMBOL_GPL vmlinux 0xa55ec637 netdev_sw_irq_coalesce_default_on +EXPORT_SYMBOL_GPL vmlinux 0xa5612520 tty_perform_flush +EXPORT_SYMBOL_GPL vmlinux 0xa56218c7 irq_work_sync +EXPORT_SYMBOL_GPL vmlinux 0xa5731fee fat_truncate_time +EXPORT_SYMBOL_GPL vmlinux 0xa5745f0c gmap_mark_unmergeable +EXPORT_SYMBOL_GPL vmlinux 0xa5759783 inet_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xa58a45e9 kvm_write_guest +EXPORT_SYMBOL_GPL vmlinux 0xa5a0b217 __skb_zcopy_downgrade_managed +EXPORT_SYMBOL_GPL vmlinux 0xa5b1ca6e iommu_fwspec_init +EXPORT_SYMBOL_GPL vmlinux 0xa5c0bf4e md_find_rdev_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa5c4df6a wait_on_page_writeback +EXPORT_SYMBOL_GPL vmlinux 0xa5e4c13b irqchip_fwnode_ops +EXPORT_SYMBOL_GPL vmlinux 0xa5e6e214 crypto_sig_verify +EXPORT_SYMBOL_GPL vmlinux 0xa5efbf4c async_synchronize_full +EXPORT_SYMBOL_GPL vmlinux 0xa63084a2 ipv4_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xa6387856 find_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xa67245e8 fuse_dax_cancel_work +EXPORT_SYMBOL_GPL vmlinux 0xa6a07a5a devlink_dpipe_entry_ctx_prepare +EXPORT_SYMBOL_GPL vmlinux 0xa6ad66ce follow_pte +EXPORT_SYMBOL_GPL vmlinux 0xa6af1e35 __SCK__tp_func_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xa6b5ee5b __SCK__tp_func_block_split +EXPORT_SYMBOL_GPL vmlinux 0xa6ba683b kick_process +EXPORT_SYMBOL_GPL vmlinux 0xa6e1a69d kick_all_cpus_sync +EXPORT_SYMBOL_GPL vmlinux 0xa70393bd cio_enable_subchannel +EXPORT_SYMBOL_GPL vmlinux 0xa709c835 fib6_info_destroy_rcu +EXPORT_SYMBOL_GPL vmlinux 0xa7161df4 dw_pcie_host_init +EXPORT_SYMBOL_GPL vmlinux 0xa721e07d pci_load_saved_state +EXPORT_SYMBOL_GPL vmlinux 0xa74cf711 chp_get_sch_opm +EXPORT_SYMBOL_GPL vmlinux 0xa75864b0 sock_prot_inuse_get +EXPORT_SYMBOL_GPL vmlinux 0xa75fd3ab freq_qos_update_request +EXPORT_SYMBOL_GPL vmlinux 0xa76f08d4 kthread_queue_delayed_work +EXPORT_SYMBOL_GPL vmlinux 0xa77b3370 devlink_dpipe_action_put +EXPORT_SYMBOL_GPL vmlinux 0xa784f6f5 evict_inodes +EXPORT_SYMBOL_GPL vmlinux 0xa790ab4b __tracepoint_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xa7a0cce4 pci_epc_clear_bar +EXPORT_SYMBOL_GPL vmlinux 0xa7a99c1a tty_kopen_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xa7b48621 sk_setup_caps +EXPORT_SYMBOL_GPL vmlinux 0xa7b64453 vp_modern_map_vq_notify +EXPORT_SYMBOL_GPL vmlinux 0xa7bb5cfb pkcs7_supply_detached_data +EXPORT_SYMBOL_GPL vmlinux 0xa7bba40d blk_queue_zone_write_granularity +EXPORT_SYMBOL_GPL vmlinux 0xa7c5160b fscrypt_file_open +EXPORT_SYMBOL_GPL vmlinux 0xa7c68231 __tracepoint_remove_device_from_group +EXPORT_SYMBOL_GPL vmlinux 0xa7f91018 register_trace_event +EXPORT_SYMBOL_GPL vmlinux 0xa7fd4a02 watchdog_init_timeout +EXPORT_SYMBOL_GPL vmlinux 0xa7fe4a50 iommu_dev_disable_feature +EXPORT_SYMBOL_GPL vmlinux 0xa80705ba tpm_calc_ordinal_duration +EXPORT_SYMBOL_GPL vmlinux 0xa80ca2fd udp6_lib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xa81485e6 __traceiter_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0xa81c8717 __traceiter_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xa81f00ff pkcs7_validate_trust +EXPORT_SYMBOL_GPL vmlinux 0xa83acd74 dummy_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xa851973a raw_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xa88fe184 __traceiter_neigh_timer_handler +EXPORT_SYMBOL_GPL vmlinux 0xa89926dc crypto_dh_decode_key +EXPORT_SYMBOL_GPL vmlinux 0xa89b3b7f perf_event_disable +EXPORT_SYMBOL_GPL vmlinux 0xa8a086fe linear_hugepage_index +EXPORT_SYMBOL_GPL vmlinux 0xa8af38b9 sbitmap_get_shallow +EXPORT_SYMBOL_GPL vmlinux 0xa8b62936 fsverity_ioctl_read_metadata +EXPORT_SYMBOL_GPL vmlinux 0xa8e4e4dd tcp_done +EXPORT_SYMBOL_GPL vmlinux 0xa8f80458 scsi_template_proc_dir +EXPORT_SYMBOL_GPL vmlinux 0xa8ff0289 blk_req_zone_write_trylock +EXPORT_SYMBOL_GPL vmlinux 0xa907be24 devres_release +EXPORT_SYMBOL_GPL vmlinux 0xa918d106 iommu_device_register +EXPORT_SYMBOL_GPL vmlinux 0xa9320d27 ktime_get_seconds +EXPORT_SYMBOL_GPL vmlinux 0xa93ef751 __clocksource_register_scale +EXPORT_SYMBOL_GPL vmlinux 0xa9730f8c device_property_read_u64_array +EXPORT_SYMBOL_GPL vmlinux 0xa98dc218 devl_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0xa99b8e70 __SCK__tp_func_xdp_exception +EXPORT_SYMBOL_GPL vmlinux 0xa99d34c9 gpiod_set_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xa99e8ef0 __s390_uv_destroy_range +EXPORT_SYMBOL_GPL vmlinux 0xa99ef899 devlink_fmsg_bool_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xa9af7ba4 cgroup_get_e_css +EXPORT_SYMBOL_GPL vmlinux 0xa9bd7580 receive_fd +EXPORT_SYMBOL_GPL vmlinux 0xa9cabfb3 badblocks_store +EXPORT_SYMBOL_GPL vmlinux 0xa9d0ab1f trace_seq_putmem_hex +EXPORT_SYMBOL_GPL vmlinux 0xa9df1dc8 pci_cfg_access_unlock +EXPORT_SYMBOL_GPL vmlinux 0xa9eeb4fb put_pid_ns +EXPORT_SYMBOL_GPL vmlinux 0xa9ff15b9 s390_enable_sie +EXPORT_SYMBOL_GPL vmlinux 0xaa0043ef trace_event_ignore_this_pid +EXPORT_SYMBOL_GPL vmlinux 0xaa0b61bc register_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xaa17fe5a irq_domain_create_hierarchy +EXPORT_SYMBOL_GPL vmlinux 0xaa40f787 dm_bio_get_target_bio_nr +EXPORT_SYMBOL_GPL vmlinux 0xaa61de11 irq_stat +EXPORT_SYMBOL_GPL vmlinux 0xaa6a50f9 __static_key_deferred_flush +EXPORT_SYMBOL_GPL vmlinux 0xaa6f9bcf bpf_trace_run6 +EXPORT_SYMBOL_GPL vmlinux 0xaaa70d4e __inet_twsk_schedule +EXPORT_SYMBOL_GPL vmlinux 0xaaa918c9 ftrace_dump +EXPORT_SYMBOL_GPL vmlinux 0xaaba7cf1 __tracepoint_powernv_throttle +EXPORT_SYMBOL_GPL vmlinux 0xaae0d80e nop_posix_acl_access +EXPORT_SYMBOL_GPL vmlinux 0xaae98990 desc_to_gpio +EXPORT_SYMBOL_GPL vmlinux 0xaafa5482 klist_iter_init +EXPORT_SYMBOL_GPL vmlinux 0xab23d4b8 phy_check_downshift +EXPORT_SYMBOL_GPL vmlinux 0xab2cd2d6 genphy_c45_fast_retrain +EXPORT_SYMBOL_GPL vmlinux 0xab3ef8f6 devlink_port_unregister +EXPORT_SYMBOL_GPL vmlinux 0xab4b6b6c umd_cleanup_helper +EXPORT_SYMBOL_GPL vmlinux 0xab59b57a __traceiter_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0xab8e0f16 raw_abort +EXPORT_SYMBOL_GPL vmlinux 0xabc640f3 list_lru_isolate +EXPORT_SYMBOL_GPL vmlinux 0xabd83771 kernel_kobj +EXPORT_SYMBOL_GPL vmlinux 0xabe1c149 set_primary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xabe2f25a iommu_fwspec_add_ids +EXPORT_SYMBOL_GPL vmlinux 0xac0a6bf9 genphy_c45_plca_get_cfg +EXPORT_SYMBOL_GPL vmlinux 0xac2540ea drop_reasons_register_subsys +EXPORT_SYMBOL_GPL vmlinux 0xac263cff cgroup_get_from_id +EXPORT_SYMBOL_GPL vmlinux 0xac2f8f95 tpm1_getcap +EXPORT_SYMBOL_GPL vmlinux 0xac3a2846 ndo_dflt_bridge_getlink +EXPORT_SYMBOL_GPL vmlinux 0xac477737 kthread_unuse_mm +EXPORT_SYMBOL_GPL vmlinux 0xac49d390 tty_buffer_request_room +EXPORT_SYMBOL_GPL vmlinux 0xac526015 seg6_do_srh_encap +EXPORT_SYMBOL_GPL vmlinux 0xac5a789c trace_seq_printf +EXPORT_SYMBOL_GPL vmlinux 0xac5d6058 gpiod_disable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0xac7ab5fa synchronize_srcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xac92e822 virtio_require_restricted_mem_acc +EXPORT_SYMBOL_GPL vmlinux 0xacf79312 nf_checksum_partial +EXPORT_SYMBOL_GPL vmlinux 0xacfe1b00 fscrypt_ioctl_get_policy_ex +EXPORT_SYMBOL_GPL vmlinux 0xad02a3f6 crypto_skcipher_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xad2de614 fsnotify_destroy_mark +EXPORT_SYMBOL_GPL vmlinux 0xad32d4ec devm_kmemdup +EXPORT_SYMBOL_GPL vmlinux 0xad3bccbd ncsi_register_dev +EXPORT_SYMBOL_GPL vmlinux 0xad3dfa13 lgr_info_log +EXPORT_SYMBOL_GPL vmlinux 0xad42dff8 __SCK__tp_func_tcp_bad_csum +EXPORT_SYMBOL_GPL vmlinux 0xad4e6259 remove_cpu +EXPORT_SYMBOL_GPL vmlinux 0xad5101b6 xfrm_audit_state_add +EXPORT_SYMBOL_GPL vmlinux 0xad645234 register_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xad76a3f0 __SCK__tp_func_neigh_update_done +EXPORT_SYMBOL_GPL vmlinux 0xad7c18f2 perf_aux_output_end +EXPORT_SYMBOL_GPL vmlinux 0xad830ed1 __irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0xad9ee66c modify_ftrace_direct +EXPORT_SYMBOL_GPL vmlinux 0xad9fb247 lwtunnel_valid_encap_type_attr +EXPORT_SYMBOL_GPL vmlinux 0xada38766 dst_cache_destroy +EXPORT_SYMBOL_GPL vmlinux 0xada3fd1b xfrm_audit_state_icvfail +EXPORT_SYMBOL_GPL vmlinux 0xada425f0 hvc_remove +EXPORT_SYMBOL_GPL vmlinux 0xadaaa3ae diag308 +EXPORT_SYMBOL_GPL vmlinux 0xadae8769 device_initialize +EXPORT_SYMBOL_GPL vmlinux 0xadca1e3d set_secondary_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xaddc2387 crypto_register_shash +EXPORT_SYMBOL_GPL vmlinux 0xadfb2f65 ftrace_free_filter +EXPORT_SYMBOL_GPL vmlinux 0xae1051b0 net_cls_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xae209b81 fscrypt_dio_supported +EXPORT_SYMBOL_GPL vmlinux 0xae39f80e dst_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xae428c33 platform_device_register +EXPORT_SYMBOL_GPL vmlinux 0xae463c89 devlink_alloc_ns +EXPORT_SYMBOL_GPL vmlinux 0xae69b1c1 usermodehelper_read_unlock +EXPORT_SYMBOL_GPL vmlinux 0xae727d3e fib4_rule_default +EXPORT_SYMBOL_GPL vmlinux 0xae7a6bd7 debugfs_file_put +EXPORT_SYMBOL_GPL vmlinux 0xae7c231d mpi_cmp +EXPORT_SYMBOL_GPL vmlinux 0xaeaeffb7 __phy_modify_mmd +EXPORT_SYMBOL_GPL vmlinux 0xaed45794 balloon_page_alloc +EXPORT_SYMBOL_GPL vmlinux 0xaed591b8 regcache_sync +EXPORT_SYMBOL_GPL vmlinux 0xaeedfe3d __regmap_init +EXPORT_SYMBOL_GPL vmlinux 0xaeff9dae phy_get_rate_matching +EXPORT_SYMBOL_GPL vmlinux 0xaf221ba9 get_net_ns +EXPORT_SYMBOL_GPL vmlinux 0xaf3959aa xfrm_audit_policy_delete +EXPORT_SYMBOL_GPL vmlinux 0xaf3a44e9 __SCK__tp_func_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xaf3cbb91 switchdev_handle_port_obj_add +EXPORT_SYMBOL_GPL vmlinux 0xaf3ea5b2 invalidate_inode_pages2_range +EXPORT_SYMBOL_GPL vmlinux 0xaf45ad43 genphy_c45_an_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0xaf616396 regmap_get_max_register +EXPORT_SYMBOL_GPL vmlinux 0xaf7ad94c __SCK__tp_func_ipi_send_cpumask +EXPORT_SYMBOL_GPL vmlinux 0xaf89c1be mas_next +EXPORT_SYMBOL_GPL vmlinux 0xaf8a9957 get_net_ns_by_pid +EXPORT_SYMBOL_GPL vmlinux 0xaf8cc304 fat_detach +EXPORT_SYMBOL_GPL vmlinux 0xafb2b5e8 validate_xmit_skb_list +EXPORT_SYMBOL_GPL vmlinux 0xafc7a41d hrtimer_start_range_ns +EXPORT_SYMBOL_GPL vmlinux 0xafeb58c1 __SCK__tp_func_io_page_fault +EXPORT_SYMBOL_GPL vmlinux 0xafefdb8f dummy_con +EXPORT_SYMBOL_GPL vmlinux 0xb03b9d9c lwtunnel_state_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb049a294 __SCK__tp_func_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0xb0688d07 fs_kobj +EXPORT_SYMBOL_GPL vmlinux 0xb073b581 xdp_rxq_info_unreg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0xb0747ed2 rcu_cpu_stall_suppress +EXPORT_SYMBOL_GPL vmlinux 0xb07f70d0 __pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0xb0802f90 __tracepoint_sched_overutilized_tp +EXPORT_SYMBOL_GPL vmlinux 0xb0a187f2 devm_gpiod_get_index_optional +EXPORT_SYMBOL_GPL vmlinux 0xb0b85f47 ring_buffer_iter_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0b8a9b9 crypto_rng_reset +EXPORT_SYMBOL_GPL vmlinux 0xb0bc205f fuse_do_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xb0e141f7 register_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xb0e938c4 fscrypt_match_name +EXPORT_SYMBOL_GPL vmlinux 0xb0ec34a5 alloc_dax_region +EXPORT_SYMBOL_GPL vmlinux 0xb1079b5f __traceiter_neigh_event_send_done +EXPORT_SYMBOL_GPL vmlinux 0xb10d964d devlink_fmsg_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xb10fff66 scsi_ioctl_block_when_processing_errors +EXPORT_SYMBOL_GPL vmlinux 0xb11d9000 tty_dev_name_to_number +EXPORT_SYMBOL_GPL vmlinux 0xb1268184 debugfs_remove +EXPORT_SYMBOL_GPL vmlinux 0xb134545c kvm_destroy_vcpus +EXPORT_SYMBOL_GPL vmlinux 0xb13fa784 blk_mq_update_nr_hw_queues +EXPORT_SYMBOL_GPL vmlinux 0xb15b3052 nexthop_select_path +EXPORT_SYMBOL_GPL vmlinux 0xb1647fc2 devlink_info_version_running_put +EXPORT_SYMBOL_GPL vmlinux 0xb18aa70c pci_user_read_config_word +EXPORT_SYMBOL_GPL vmlinux 0xb1a261f0 crypto_grab_kpp +EXPORT_SYMBOL_GPL vmlinux 0xb1accb12 vp_modern_set_queue_reset +EXPORT_SYMBOL_GPL vmlinux 0xb1b1c93e atomic_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb1b48872 init_dummy_netdev +EXPORT_SYMBOL_GPL vmlinux 0xb1baa71a devlink_linecard_provision_fail +EXPORT_SYMBOL_GPL vmlinux 0xb1c29675 clockevents_config_and_register +EXPORT_SYMBOL_GPL vmlinux 0xb1cdea85 __srcu_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xb1e25684 __trace_bputs +EXPORT_SYMBOL_GPL vmlinux 0xb1fc1782 pci_speed_string +EXPORT_SYMBOL_GPL vmlinux 0xb208d982 inet6_hash_connect +EXPORT_SYMBOL_GPL vmlinux 0xb2135016 xdp_return_frame +EXPORT_SYMBOL_GPL vmlinux 0xb22d61d8 umd_unload_blob +EXPORT_SYMBOL_GPL vmlinux 0xb22d8269 regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0xb23907a0 dm_submit_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xb239b95f xas_clear_mark +EXPORT_SYMBOL_GPL vmlinux 0xb23a364e sysfs_create_link +EXPORT_SYMBOL_GPL vmlinux 0xb23b7691 start_poll_synchronize_rcu_full +EXPORT_SYMBOL_GPL vmlinux 0xb2405efc secure_tcp_seq +EXPORT_SYMBOL_GPL vmlinux 0xb260d2bd sysfs_unmerge_group +EXPORT_SYMBOL_GPL vmlinux 0xb26a1add elfcorehdr_addr +EXPORT_SYMBOL_GPL vmlinux 0xb2a6f197 bpf_fentry_test1 +EXPORT_SYMBOL_GPL vmlinux 0xb2acea78 genphy_c45_loopback +EXPORT_SYMBOL_GPL vmlinux 0xb2c1732e rcu_gp_set_torture_wait +EXPORT_SYMBOL_GPL vmlinux 0xb2da450a pci_set_cacheline_size +EXPORT_SYMBOL_GPL vmlinux 0xb2e78731 inet_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xb2f9f11f kvm_vcpu_read_guest_page +EXPORT_SYMBOL_GPL vmlinux 0xb2fa093e blk_mq_map_queues +EXPORT_SYMBOL_GPL vmlinux 0xb307c909 devlink_fmsg_u64_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xb31541fc dax_iomap_rw +EXPORT_SYMBOL_GPL vmlinux 0xb316eea4 gpiod_export +EXPORT_SYMBOL_GPL vmlinux 0xb37375d4 io_uring_cmd_do_in_task_lazy +EXPORT_SYMBOL_GPL vmlinux 0xb389c853 fwnode_property_present +EXPORT_SYMBOL_GPL vmlinux 0xb3a3a672 ncsi_vlan_rx_add_vid +EXPORT_SYMBOL_GPL vmlinux 0xb3a6ac92 crypto_ahash_digest +EXPORT_SYMBOL_GPL vmlinux 0xb3b4c9f0 device_get_child_node_count +EXPORT_SYMBOL_GPL vmlinux 0xb3be4298 pci_find_next_ht_capability +EXPORT_SYMBOL_GPL vmlinux 0xb426eb80 crypto_clone_shash +EXPORT_SYMBOL_GPL vmlinux 0xb4339edb iomap_dio_complete +EXPORT_SYMBOL_GPL vmlinux 0xb43f9365 ktime_get +EXPORT_SYMBOL_GPL vmlinux 0xb444fe83 bpf_offload_dev_netdev_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb446b0f4 seq_buf_do_printk +EXPORT_SYMBOL_GPL vmlinux 0xb44e18ea audit_enabled +EXPORT_SYMBOL_GPL vmlinux 0xb46fbe0b klp_shadow_get_or_alloc +EXPORT_SYMBOL_GPL vmlinux 0xb472e0ad xfrm_audit_policy_add +EXPORT_SYMBOL_GPL vmlinux 0xb4802ac0 __dax_driver_register +EXPORT_SYMBOL_GPL vmlinux 0xb48078de dma_mmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xb4ac2c22 sk_psock_init +EXPORT_SYMBOL_GPL vmlinux 0xb4afc3e5 sock_diag_save_cookie +EXPORT_SYMBOL_GPL vmlinux 0xb4b97c90 pvclock_gtod_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb4e38b9f vring_new_virtqueue +EXPORT_SYMBOL_GPL vmlinux 0xb4e78675 devl_trap_groups_register +EXPORT_SYMBOL_GPL vmlinux 0xb4ecc1c2 virtqueue_enable_cb +EXPORT_SYMBOL_GPL vmlinux 0xb4eda0da ring_buffer_event_length +EXPORT_SYMBOL_GPL vmlinux 0xb4edb989 alarm_try_to_cancel +EXPORT_SYMBOL_GPL vmlinux 0xb4fe3fc1 phy_resolve_aneg_linkmode +EXPORT_SYMBOL_GPL vmlinux 0xb502c8ec validate_xmit_xfrm +EXPORT_SYMBOL_GPL vmlinux 0xb5093dd3 console_list +EXPORT_SYMBOL_GPL vmlinux 0xb5302a40 gfn_to_pfn_prot +EXPORT_SYMBOL_GPL vmlinux 0xb561c490 mpi_mul +EXPORT_SYMBOL_GPL vmlinux 0xb570745c __SCK__tp_func_ipi_send_cpu +EXPORT_SYMBOL_GPL vmlinux 0xb592d904 __gfn_to_pfn_memslot +EXPORT_SYMBOL_GPL vmlinux 0xb5a2713f sfp_register_socket +EXPORT_SYMBOL_GPL vmlinux 0xb5b59739 fscrypt_fname_encrypted_size +EXPORT_SYMBOL_GPL vmlinux 0xb5c1d2f6 tcp_reno_undo_cwnd +EXPORT_SYMBOL_GPL vmlinux 0xb5c6ec8e dax_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb5df369f percpu_free_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xb5ea6993 sock_diag_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb5ead6b6 noop_direct_IO +EXPORT_SYMBOL_GPL vmlinux 0xb5fbf4e4 cpci_hp_register_bus +EXPORT_SYMBOL_GPL vmlinux 0xb5fdeee8 ip_build_and_send_pkt +EXPORT_SYMBOL_GPL vmlinux 0xb6068c18 transport_setup_device +EXPORT_SYMBOL_GPL vmlinux 0xb6088146 __cookie_v4_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0xb6261484 register_die_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb63efd01 ip6_input +EXPORT_SYMBOL_GPL vmlinux 0xb6410433 mpi_addm +EXPORT_SYMBOL_GPL vmlinux 0xb6579add vp_modern_set_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xb6787346 sfp_unregister_socket +EXPORT_SYMBOL_GPL vmlinux 0xb67d985d smp_call_function_any +EXPORT_SYMBOL_GPL vmlinux 0xb6842fae mas_find_rev +EXPORT_SYMBOL_GPL vmlinux 0xb69afbb0 devlink_linecard_deactivate +EXPORT_SYMBOL_GPL vmlinux 0xb6bf3e85 device_create_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xb6c4c0f7 bus_sort_breadthfirst +EXPORT_SYMBOL_GPL vmlinux 0xb6dbe142 fib_nh_common_release +EXPORT_SYMBOL_GPL vmlinux 0xb6fab613 get_task_pid +EXPORT_SYMBOL_GPL vmlinux 0xb715acea crypto_register_acomps +EXPORT_SYMBOL_GPL vmlinux 0xb730ef83 gen_pool_size +EXPORT_SYMBOL_GPL vmlinux 0xb7651e76 fsnotify_add_mark +EXPORT_SYMBOL_GPL vmlinux 0xb76a1abe devlink_region_snapshot_id_put +EXPORT_SYMBOL_GPL vmlinux 0xb76e6c7a posix_acl_create +EXPORT_SYMBOL_GPL vmlinux 0xb7786f4e component_unbind_all +EXPORT_SYMBOL_GPL vmlinux 0xb786bf75 pci_write_msi_msg +EXPORT_SYMBOL_GPL vmlinux 0xb79ce0c3 kiocb_modified +EXPORT_SYMBOL_GPL vmlinux 0xb7a387fc synchronize_rcu_tasks_rude +EXPORT_SYMBOL_GPL vmlinux 0xb7b350ed klist_init +EXPORT_SYMBOL_GPL vmlinux 0xb7c69a63 unregister_vmap_purge_notifier +EXPORT_SYMBOL_GPL vmlinux 0xb7c9e28d fwnode_remove_software_node +EXPORT_SYMBOL_GPL vmlinux 0xb7eab117 devl_linecard_destroy +EXPORT_SYMBOL_GPL vmlinux 0xb7efc67d __traceiter_devlink_hwmsg +EXPORT_SYMBOL_GPL vmlinux 0xb81c9f1e srcu_barrier +EXPORT_SYMBOL_GPL vmlinux 0xb81e689b device_iommu_capable +EXPORT_SYMBOL_GPL vmlinux 0xb82236c7 acct_bioset_exit +EXPORT_SYMBOL_GPL vmlinux 0xb82411ea fwnode_get_parent +EXPORT_SYMBOL_GPL vmlinux 0xb84aec34 security_kernel_post_read_file +EXPORT_SYMBOL_GPL vmlinux 0xb86279da vp_modern_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xb8705f7d kvm_io_bus_get_dev +EXPORT_SYMBOL_GPL vmlinux 0xb878774a devl_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb88cd0ba tcp_abort +EXPORT_SYMBOL_GPL vmlinux 0xb88dbfce irq_set_irqchip_state +EXPORT_SYMBOL_GPL vmlinux 0xb8938cc7 fwnode_create_software_node +EXPORT_SYMBOL_GPL vmlinux 0xb89e69b1 jump_label_update_timeout +EXPORT_SYMBOL_GPL vmlinux 0xb8cd3a7f nf_logger_put +EXPORT_SYMBOL_GPL vmlinux 0xb8d07dee request_firmware_direct +EXPORT_SYMBOL_GPL vmlinux 0xb912560d static_key_disable +EXPORT_SYMBOL_GPL vmlinux 0xb923639f serdev_device_get_tiocm +EXPORT_SYMBOL_GPL vmlinux 0xb9313282 regmap_bulk_read +EXPORT_SYMBOL_GPL vmlinux 0xb93a6a2e zpci_write_block +EXPORT_SYMBOL_GPL vmlinux 0xb94167ab nf_queue_entry_get_refs +EXPORT_SYMBOL_GPL vmlinux 0xb94e5094 kvm_init +EXPORT_SYMBOL_GPL vmlinux 0xb965e577 cio_cancel_halt_clear +EXPORT_SYMBOL_GPL vmlinux 0xb9681621 xdp_do_flush +EXPORT_SYMBOL_GPL vmlinux 0xb980dc42 tracepoint_probe_unregister +EXPORT_SYMBOL_GPL vmlinux 0xb9852d11 __traceiter_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xb9a88b49 debugfs_lookup +EXPORT_SYMBOL_GPL vmlinux 0xb9ba5395 __traceiter_wbc_writepage +EXPORT_SYMBOL_GPL vmlinux 0xb9c425de register_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xb9d025c9 llist_del_first +EXPORT_SYMBOL_GPL vmlinux 0xb9f1927e ext_pi_type1_crc64 +EXPORT_SYMBOL_GPL vmlinux 0xb9f6cb23 fuse_fill_super_common +EXPORT_SYMBOL_GPL vmlinux 0xba021701 iommu_map +EXPORT_SYMBOL_GPL vmlinux 0xba40cf47 dev_xdp_prog_count +EXPORT_SYMBOL_GPL vmlinux 0xba498b42 __devres_alloc_node +EXPORT_SYMBOL_GPL vmlinux 0xba6b73f9 zpci_aif_sbv +EXPORT_SYMBOL_GPL vmlinux 0xba6bc195 tpm_pcr_extend +EXPORT_SYMBOL_GPL vmlinux 0xba6eb67d __tracepoint_mc_event +EXPORT_SYMBOL_GPL vmlinux 0xbac94448 __tracepoint_block_rq_insert +EXPORT_SYMBOL_GPL vmlinux 0xbaf6850c fsnotify_wait_marks_destroyed +EXPORT_SYMBOL_GPL vmlinux 0xbb028ad3 rcu_gp_slow_register +EXPORT_SYMBOL_GPL vmlinux 0xbb0ab47b debug_locks +EXPORT_SYMBOL_GPL vmlinux 0xbb24f372 __SCK__tp_func_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xbb32e49b css_general_characteristics +EXPORT_SYMBOL_GPL vmlinux 0xbb4146b3 get_completed_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xbb41b0a6 serdev_device_write_flush +EXPORT_SYMBOL_GPL vmlinux 0xbb5170c5 irq_get_percpu_devid_partition +EXPORT_SYMBOL_GPL vmlinux 0xbb53df99 pci_common_swizzle +EXPORT_SYMBOL_GPL vmlinux 0xbb6508da random_get_entropy_fallback +EXPORT_SYMBOL_GPL vmlinux 0xbb6a3cbd devlink_fmsg_arr_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xbb7195a5 xdp_warn +EXPORT_SYMBOL_GPL vmlinux 0xbb7b3f80 chp_ssd_get_mask +EXPORT_SYMBOL_GPL vmlinux 0xbb7e9690 gfn_to_hva_memslot +EXPORT_SYMBOL_GPL vmlinux 0xbbc40a71 x509_decode_time +EXPORT_SYMBOL_GPL vmlinux 0xbbcd7236 scsi_dh_attached_handler_name +EXPORT_SYMBOL_GPL vmlinux 0xbc00e6cd __fscrypt_prepare_rename +EXPORT_SYMBOL_GPL vmlinux 0xbc126084 perf_report_aux_output_id +EXPORT_SYMBOL_GPL vmlinux 0xbc220338 sysfs_file_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xbc314156 nop_mnt_idmap +EXPORT_SYMBOL_GPL vmlinux 0xbc3f2cb0 timecounter_cyc2time +EXPORT_SYMBOL_GPL vmlinux 0xbc4c4bcc trace_seq_to_user +EXPORT_SYMBOL_GPL vmlinux 0xbc55c4f1 bpf_prog_alloc +EXPORT_SYMBOL_GPL vmlinux 0xbc5c609b fsnotify_put_mark +EXPORT_SYMBOL_GPL vmlinux 0xbc62b014 security_kernel_read_file +EXPORT_SYMBOL_GPL vmlinux 0xbc6bec66 free_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xbc6e819e get_pid_task +EXPORT_SYMBOL_GPL vmlinux 0xbc71611f dm_internal_resume_fast +EXPORT_SYMBOL_GPL vmlinux 0xbc727e6e file_ra_state_init +EXPORT_SYMBOL_GPL vmlinux 0xbc7ef158 ipv6_stub +EXPORT_SYMBOL_GPL vmlinux 0xbc809d9e __traceiter_attach_device_to_domain +EXPORT_SYMBOL_GPL vmlinux 0xbca742bc regmap_attach_dev +EXPORT_SYMBOL_GPL vmlinux 0xbcc15e75 ktime_get_coarse_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xbcc3f36b kthread_flush_work +EXPORT_SYMBOL_GPL vmlinux 0xbcc6a992 crypto_unregister_instance +EXPORT_SYMBOL_GPL vmlinux 0xbccda317 fwnode_graph_get_port_parent +EXPORT_SYMBOL_GPL vmlinux 0xbccf161c gmap_mprotect_notify +EXPORT_SYMBOL_GPL vmlinux 0xbcdd5b99 iommu_group_set_name +EXPORT_SYMBOL_GPL vmlinux 0xbce0d95f serdev_device_write_buf +EXPORT_SYMBOL_GPL vmlinux 0xbcf19d83 subsys_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbcf1f0e6 zs_create_pool +EXPORT_SYMBOL_GPL vmlinux 0xbcf82c75 devl_resource_register +EXPORT_SYMBOL_GPL vmlinux 0xbd0c6f56 virtqueue_kick +EXPORT_SYMBOL_GPL vmlinux 0xbd203318 kvm_read_guest_cached +EXPORT_SYMBOL_GPL vmlinux 0xbd350cd2 __traceiter_xdp_bulk_tx +EXPORT_SYMBOL_GPL vmlinux 0xbd3a28a3 ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0xbd3fe1e3 disable_hardirq +EXPORT_SYMBOL_GPL vmlinux 0xbd521335 gmap_discard +EXPORT_SYMBOL_GPL vmlinux 0xbd5cdc8d register_fprobe_syms +EXPORT_SYMBOL_GPL vmlinux 0xbd7aaaee add_memory +EXPORT_SYMBOL_GPL vmlinux 0xbd96eb70 blk_crypto_intersect_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xbda04a91 cond_synchronize_rcu_expedited +EXPORT_SYMBOL_GPL vmlinux 0xbdc091a2 pci_restore_msi_state +EXPORT_SYMBOL_GPL vmlinux 0xbdda1b5f vmalloc_huge +EXPORT_SYMBOL_GPL vmlinux 0xbdf5123a badblocks_init +EXPORT_SYMBOL_GPL vmlinux 0xbe42dd49 virtqueue_get_vring +EXPORT_SYMBOL_GPL vmlinux 0xbe43fbc4 iomap_get_folio +EXPORT_SYMBOL_GPL vmlinux 0xbe50105c set_capacity_and_notify +EXPORT_SYMBOL_GPL vmlinux 0xbe687e88 wake_up_all_idle_cpus +EXPORT_SYMBOL_GPL vmlinux 0xbe6e73b5 list_lru_walk_one +EXPORT_SYMBOL_GPL vmlinux 0xbe6eff18 net_ns_get_ownership +EXPORT_SYMBOL_GPL vmlinux 0xbe9a83d5 dw_pcie_write +EXPORT_SYMBOL_GPL vmlinux 0xbe9ec1d6 iommu_register_device_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xbea5ff1e static_key_initialized +EXPORT_SYMBOL_GPL vmlinux 0xbeb9499e mark_page_dirty_in_slot +EXPORT_SYMBOL_GPL vmlinux 0xbebeefd8 dax_file_unshare +EXPORT_SYMBOL_GPL vmlinux 0xbec30b3d device_property_match_string +EXPORT_SYMBOL_GPL vmlinux 0xbed6a47f watchdog_set_last_hw_keepalive +EXPORT_SYMBOL_GPL vmlinux 0xbf041102 register_vt_notifier +EXPORT_SYMBOL_GPL vmlinux 0xbf0d48b6 xdp_set_features_flag +EXPORT_SYMBOL_GPL vmlinux 0xbf2e2e71 housekeeping_enabled +EXPORT_SYMBOL_GPL vmlinux 0xbf2f271c irq_domain_remove +EXPORT_SYMBOL_GPL vmlinux 0xbf32268b rtnl_af_register +EXPORT_SYMBOL_GPL vmlinux 0xbf34b24f devl_param_driverinit_value_set +EXPORT_SYMBOL_GPL vmlinux 0xbf4513c3 devlink_linecard_activate +EXPORT_SYMBOL_GPL vmlinux 0xbf6efb15 virtqueue_add_outbuf +EXPORT_SYMBOL_GPL vmlinux 0xbf871157 irq_domain_create_legacy +EXPORT_SYMBOL_GPL vmlinux 0xbf87e801 devlink_traps_unregister +EXPORT_SYMBOL_GPL vmlinux 0xbf91ca88 HUF_readStats +EXPORT_SYMBOL_GPL vmlinux 0xbfbd856e sysfs_create_groups +EXPORT_SYMBOL_GPL vmlinux 0xbfcb7b64 devlink_port_linecard_set +EXPORT_SYMBOL_GPL vmlinux 0xbfd42c95 ptep_notify +EXPORT_SYMBOL_GPL vmlinux 0xbfe5616d tick_broadcast_oneshot_control +EXPORT_SYMBOL_GPL vmlinux 0xbfe6992e unregister_kretprobes +EXPORT_SYMBOL_GPL vmlinux 0xc022a7a6 mmu_interval_notifier_remove +EXPORT_SYMBOL_GPL vmlinux 0xc02cada0 blk_crypto_has_capabilities +EXPORT_SYMBOL_GPL vmlinux 0xc045988c rhashtable_walk_next +EXPORT_SYMBOL_GPL vmlinux 0xc090c376 net_selftest_get_strings +EXPORT_SYMBOL_GPL vmlinux 0xc0a8146e generic_online_page +EXPORT_SYMBOL_GPL vmlinux 0xc0a96e14 rcu_gp_is_expedited +EXPORT_SYMBOL_GPL vmlinux 0xc0b2664d devlink_dpipe_header_ipv4 +EXPORT_SYMBOL_GPL vmlinux 0xc0be3188 ccw_device_get_chp_desc +EXPORT_SYMBOL_GPL vmlinux 0xc0cd52d4 ipv4_redirect +EXPORT_SYMBOL_GPL vmlinux 0xc0d6054c pcie_bus_configure_settings +EXPORT_SYMBOL_GPL vmlinux 0xc0dbf386 tty_buffer_space_avail +EXPORT_SYMBOL_GPL vmlinux 0xc0f0458a ip_tunnel_unneed_metadata +EXPORT_SYMBOL_GPL vmlinux 0xc0f1e5c7 perf_event_read_value +EXPORT_SYMBOL_GPL vmlinux 0xc1086e0c sysrq_toggle_support +EXPORT_SYMBOL_GPL vmlinux 0xc132c453 __wake_up_locked_sync_key +EXPORT_SYMBOL_GPL vmlinux 0xc138bd39 cmf_read +EXPORT_SYMBOL_GPL vmlinux 0xc155c0f1 phy_modify_mmd_changed +EXPORT_SYMBOL_GPL vmlinux 0xc15b5755 msi_domain_get_virq +EXPORT_SYMBOL_GPL vmlinux 0xc1781d99 gfn_to_pfn +EXPORT_SYMBOL_GPL vmlinux 0xc17fe4c9 debugfs_create_str +EXPORT_SYMBOL_GPL vmlinux 0xc181b826 bio_end_io_acct_remapped +EXPORT_SYMBOL_GPL vmlinux 0xc18cc2f3 dw_pcie_host_deinit +EXPORT_SYMBOL_GPL vmlinux 0xc1b0c15b xdp_rxq_info_reg_mem_model +EXPORT_SYMBOL_GPL vmlinux 0xc1b7b740 device_get_next_child_node +EXPORT_SYMBOL_GPL vmlinux 0xc1b990aa sbitmap_finish_wait +EXPORT_SYMBOL_GPL vmlinux 0xc1edf1ac freq_qos_add_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc2158b2f fsverity_ioctl_enable +EXPORT_SYMBOL_GPL vmlinux 0xc21c25e0 regmap_read +EXPORT_SYMBOL_GPL vmlinux 0xc22a3091 vm_unmap_aliases +EXPORT_SYMBOL_GPL vmlinux 0xc27063cd do_unbind_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xc27b3838 pci_create_slot +EXPORT_SYMBOL_GPL vmlinux 0xc2873a10 pci_ats_supported +EXPORT_SYMBOL_GPL vmlinux 0xc29b0f08 fuse_get_unique +EXPORT_SYMBOL_GPL vmlinux 0xc2a1b188 s390_replace_asce +EXPORT_SYMBOL_GPL vmlinux 0xc2a814db tcp_memory_pressure +EXPORT_SYMBOL_GPL vmlinux 0xc2b48ddb pci_bus_add_device +EXPORT_SYMBOL_GPL vmlinux 0xc2c1c427 perf_event_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc2d03144 wait_for_stable_page +EXPORT_SYMBOL_GPL vmlinux 0xc2d55962 work_on_cpu_key +EXPORT_SYMBOL_GPL vmlinux 0xc2e2756b get_current_tty +EXPORT_SYMBOL_GPL vmlinux 0xc2e983b0 seg6_do_srh_inline +EXPORT_SYMBOL_GPL vmlinux 0xc2f0ad2b __irq_set_handler +EXPORT_SYMBOL_GPL vmlinux 0xc2f339ce fat_alloc_new_dir +EXPORT_SYMBOL_GPL vmlinux 0xc301453a badblocks_set +EXPORT_SYMBOL_GPL vmlinux 0xc30de7eb pci_enable_ats +EXPORT_SYMBOL_GPL vmlinux 0xc3149992 bsg_job_get +EXPORT_SYMBOL_GPL vmlinux 0xc325b690 sysfs_break_active_protection +EXPORT_SYMBOL_GPL vmlinux 0xc341ae6d zs_map_object +EXPORT_SYMBOL_GPL vmlinux 0xc34909b5 xfrm_dev_offload_ok +EXPORT_SYMBOL_GPL vmlinux 0xc34ee824 rt_mutex_unlock +EXPORT_SYMBOL_GPL vmlinux 0xc36a151a crypto_unregister_templates +EXPORT_SYMBOL_GPL vmlinux 0xc3708747 trace_vprintk +EXPORT_SYMBOL_GPL vmlinux 0xc3805cd1 fs_ftype_to_dtype +EXPORT_SYMBOL_GPL vmlinux 0xc381ee6b gpiod_get_raw_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xc3916dc8 blk_crypto_profile_init +EXPORT_SYMBOL_GPL vmlinux 0xc3ad78b6 tty_get_pgrp +EXPORT_SYMBOL_GPL vmlinux 0xc3b47825 rcu_async_relax +EXPORT_SYMBOL_GPL vmlinux 0xc3c088e6 fwnode_count_parents +EXPORT_SYMBOL_GPL vmlinux 0xc3c4c6cc hash_algo_name +EXPORT_SYMBOL_GPL vmlinux 0xc3d071d9 debugfs_create_x32 +EXPORT_SYMBOL_GPL vmlinux 0xc3de65ff ring_buffer_bytes_cpu +EXPORT_SYMBOL_GPL vmlinux 0xc3e11bd2 dma_resv_describe +EXPORT_SYMBOL_GPL vmlinux 0xc3e48848 pci_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0xc3ea5305 iommu_default_passthrough +EXPORT_SYMBOL_GPL vmlinux 0xc3f1b59a sysfs_remove_mount_point +EXPORT_SYMBOL_GPL vmlinux 0xc3f9a027 inode_dax +EXPORT_SYMBOL_GPL vmlinux 0xc41a0c51 chsc_ssqd +EXPORT_SYMBOL_GPL vmlinux 0xc41d72a8 tpm_chip_bootstrap +EXPORT_SYMBOL_GPL vmlinux 0xc426c51f klp_shadow_free_all +EXPORT_SYMBOL_GPL vmlinux 0xc42a7952 hvc_poll +EXPORT_SYMBOL_GPL vmlinux 0xc43affbe crypto_alloc_shash +EXPORT_SYMBOL_GPL vmlinux 0xc44ac00c gpiod_get_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xc45a1f5d pci_vpd_alloc +EXPORT_SYMBOL_GPL vmlinux 0xc45be3e1 nf_nat_hook +EXPORT_SYMBOL_GPL vmlinux 0xc47765d3 ima_file_check +EXPORT_SYMBOL_GPL vmlinux 0xc480eb84 appldata_diag +EXPORT_SYMBOL_GPL vmlinux 0xc4810203 nr_iowait +EXPORT_SYMBOL_GPL vmlinux 0xc4884d14 gpiod_is_active_low +EXPORT_SYMBOL_GPL vmlinux 0xc48f7eb5 is_binary_blacklisted +EXPORT_SYMBOL_GPL vmlinux 0xc4a31146 rdma_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xc4af157f srcu_notifier_call_chain +EXPORT_SYMBOL_GPL vmlinux 0xc4b14807 blk_crypto_profile_destroy +EXPORT_SYMBOL_GPL vmlinux 0xc4b722cc vp_modern_get_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0xc4ba5586 fscrypt_set_bio_crypt_ctx +EXPORT_SYMBOL_GPL vmlinux 0xc4c9c75a synth_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0xc4da6037 ccw_device_get_iid +EXPORT_SYMBOL_GPL vmlinux 0xc4f0da12 ktime_get_with_offset +EXPORT_SYMBOL_GPL vmlinux 0xc5088894 balance_dirty_pages_ratelimited_flags +EXPORT_SYMBOL_GPL vmlinux 0xc51979a9 preempt_notifier_unregister +EXPORT_SYMBOL_GPL vmlinux 0xc535a5fa crypto_register_ahashes +EXPORT_SYMBOL_GPL vmlinux 0xc539bdf1 bd_link_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xc53ba24f atomic_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xc53cd7e4 ima_measure_critical_data +EXPORT_SYMBOL_GPL vmlinux 0xc53d3d2b ncsi_vlan_rx_kill_vid +EXPORT_SYMBOL_GPL vmlinux 0xc5535c37 dm_post_suspending +EXPORT_SYMBOL_GPL vmlinux 0xc562e18f do_unregister_con_driver +EXPORT_SYMBOL_GPL vmlinux 0xc56d6b58 __auxiliary_device_add +EXPORT_SYMBOL_GPL vmlinux 0xc5704716 fwnode_connection_find_match +EXPORT_SYMBOL_GPL vmlinux 0xc575c737 debug_locks_off +EXPORT_SYMBOL_GPL vmlinux 0xc5771a52 dma_vunmap_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xc58af883 crypto_shash_final +EXPORT_SYMBOL_GPL vmlinux 0xc58b325c bpf_trace_run11 +EXPORT_SYMBOL_GPL vmlinux 0xc59343ec __sk_flush_backlog +EXPORT_SYMBOL_GPL vmlinux 0xc5c1d371 devlink_health_reporter_create +EXPORT_SYMBOL_GPL vmlinux 0xc5d5a32a mddev_unlock +EXPORT_SYMBOL_GPL vmlinux 0xc5d91951 pcie_flr +EXPORT_SYMBOL_GPL vmlinux 0xc5dd29d9 ip6_append_data +EXPORT_SYMBOL_GPL vmlinux 0xc614070d __dev_fwnode +EXPORT_SYMBOL_GPL vmlinux 0xc617f82c unregister_oom_notifier +EXPORT_SYMBOL_GPL vmlinux 0xc636d60f __tracepoint_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xc66b77b1 iommu_group_set_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xc672ed5a virtio_check_driver_offered_feature +EXPORT_SYMBOL_GPL vmlinux 0xc673b189 skb_mpls_update_lse +EXPORT_SYMBOL_GPL vmlinux 0xc67425fc pci_epc_get_msi +EXPORT_SYMBOL_GPL vmlinux 0xc6779093 ring_buffer_record_enable +EXPORT_SYMBOL_GPL vmlinux 0xc67bdd52 device_set_of_node_from_dev +EXPORT_SYMBOL_GPL vmlinux 0xc67c0dbc get_task_mm +EXPORT_SYMBOL_GPL vmlinux 0xc69b7ee5 zs_destroy_pool +EXPORT_SYMBOL_GPL vmlinux 0xc69c100c skcipher_walk_async +EXPORT_SYMBOL_GPL vmlinux 0xc6c72d3c gpiod_get_value +EXPORT_SYMBOL_GPL vmlinux 0xc6cff496 __netpoll_cleanup +EXPORT_SYMBOL_GPL vmlinux 0xc6e8d5de mmu_notifier_register +EXPORT_SYMBOL_GPL vmlinux 0xc6ed9ec6 ping_err +EXPORT_SYMBOL_GPL vmlinux 0xc6f5aaee iommu_dev_enable_feature +EXPORT_SYMBOL_GPL vmlinux 0xc6f6d4c9 list_lru_count_node +EXPORT_SYMBOL_GPL vmlinux 0xc702cc60 tcp_sendmsg_locked +EXPORT_SYMBOL_GPL vmlinux 0xc70e7277 __bio_add_page +EXPORT_SYMBOL_GPL vmlinux 0xc720b46d bus_rescan_devices +EXPORT_SYMBOL_GPL vmlinux 0xc727e3b9 bio_iov_iter_get_pages +EXPORT_SYMBOL_GPL vmlinux 0xc734b5d0 set_selection_kernel +EXPORT_SYMBOL_GPL vmlinux 0xc755c93f trace_handle_return +EXPORT_SYMBOL_GPL vmlinux 0xc76083e7 regmap_write_async +EXPORT_SYMBOL_GPL vmlinux 0xc765a242 bpf_trace_run5 +EXPORT_SYMBOL_GPL vmlinux 0xc76da9fd radix_tree_preloads +EXPORT_SYMBOL_GPL vmlinux 0xc78dfefd __irq_apply_affinity_hint +EXPORT_SYMBOL_GPL vmlinux 0xc794a082 scsi_get_vpd_page +EXPORT_SYMBOL_GPL vmlinux 0xc7a1840e llist_add_batch +EXPORT_SYMBOL_GPL vmlinux 0xc7a3d680 dst_cache_get_ip6 +EXPORT_SYMBOL_GPL vmlinux 0xc7c637c1 unwind_get_return_address +EXPORT_SYMBOL_GPL vmlinux 0xc7e5c8ba virtqueue_get_used_addr +EXPORT_SYMBOL_GPL vmlinux 0xc7e64fc2 asn1_encode_integer +EXPORT_SYMBOL_GPL vmlinux 0xc7fa4aa9 kobj_ns_drop +EXPORT_SYMBOL_GPL vmlinux 0xc80acfca chsc_sadc +EXPORT_SYMBOL_GPL vmlinux 0xc824f9d8 __i2c_board_lock +EXPORT_SYMBOL_GPL vmlinux 0xc82c721f klist_remove +EXPORT_SYMBOL_GPL vmlinux 0xc834b580 sock_diag_register +EXPORT_SYMBOL_GPL vmlinux 0xc8387489 security_file_ioctl +EXPORT_SYMBOL_GPL vmlinux 0xc86f694c fixed_phy_register_with_gpiod +EXPORT_SYMBOL_GPL vmlinux 0xc88d2bf0 fixed_phy_change_carrier +EXPORT_SYMBOL_GPL vmlinux 0xc88d38e4 shmem_truncate_range +EXPORT_SYMBOL_GPL vmlinux 0xc8a2f213 blk_mq_sched_mark_restart_hctx +EXPORT_SYMBOL_GPL vmlinux 0xc8b037cb pci_enable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xc8b0559b devlink_resource_register +EXPORT_SYMBOL_GPL vmlinux 0xc8d0f990 xfrm_audit_state_notfound +EXPORT_SYMBOL_GPL vmlinux 0xc8ddd5b5 kstrdup_quotable +EXPORT_SYMBOL_GPL vmlinux 0xc8f482f6 cio_tm_intrg +EXPORT_SYMBOL_GPL vmlinux 0xc8ffc858 perf_event_create_kernel_counter +EXPORT_SYMBOL_GPL vmlinux 0xc901f20d param_set_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0xc90a838c virtqueue_detach_unused_buf +EXPORT_SYMBOL_GPL vmlinux 0xc90dd224 devm_get_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xc911e914 dma_map_sgtable +EXPORT_SYMBOL_GPL vmlinux 0xc91fdf58 percpu_ref_is_zero +EXPORT_SYMBOL_GPL vmlinux 0xc94b7ee6 fb_sys_write +EXPORT_SYMBOL_GPL vmlinux 0xc9561772 fb_destroy_modelist +EXPORT_SYMBOL_GPL vmlinux 0xc967d909 skb_cow_data +EXPORT_SYMBOL_GPL vmlinux 0xc9790394 __gmap_zap +EXPORT_SYMBOL_GPL vmlinux 0xc9827693 __bpf_call_base +EXPORT_SYMBOL_GPL vmlinux 0xc9832c96 pci_disable_sriov +EXPORT_SYMBOL_GPL vmlinux 0xc9899307 folio_invalidate +EXPORT_SYMBOL_GPL vmlinux 0xc98c77b3 devm_kfree +EXPORT_SYMBOL_GPL vmlinux 0xc9c77806 inet_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xc9df0366 sysfs_merge_group +EXPORT_SYMBOL_GPL vmlinux 0xc9ea471f housekeeping_affine +EXPORT_SYMBOL_GPL vmlinux 0xc9eaf87d kthread_data +EXPORT_SYMBOL_GPL vmlinux 0xc9ec4e21 free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xc9f0aaf2 perf_event_release_kernel +EXPORT_SYMBOL_GPL vmlinux 0xca0c4f87 __hvc_resize +EXPORT_SYMBOL_GPL vmlinux 0xca228b7b xdp_rxq_info_unused +EXPORT_SYMBOL_GPL vmlinux 0xca313d3a gpiochip_lock_as_irq +EXPORT_SYMBOL_GPL vmlinux 0xca454a34 vt_get_leds +EXPORT_SYMBOL_GPL vmlinux 0xca541308 trusted_tpm_send +EXPORT_SYMBOL_GPL vmlinux 0xca796ba1 sock_diag_check_cookie +EXPORT_SYMBOL_GPL vmlinux 0xca7d8764 kthread_freezable_should_stop +EXPORT_SYMBOL_GPL vmlinux 0xca887f83 pci_find_vsec_capability +EXPORT_SYMBOL_GPL vmlinux 0xca9a1d5e ring_buffer_free +EXPORT_SYMBOL_GPL vmlinux 0xcad29180 pci_epc_get_next_free_bar +EXPORT_SYMBOL_GPL vmlinux 0xcad44a83 gpiod_set_transitory +EXPORT_SYMBOL_GPL vmlinux 0xcad5c0ac class_compat_create_link +EXPORT_SYMBOL_GPL vmlinux 0xcad64208 inet_unhash +EXPORT_SYMBOL_GPL vmlinux 0xcae84346 __netpoll_setup +EXPORT_SYMBOL_GPL vmlinux 0xcaedbcc6 device_create_managed_software_node +EXPORT_SYMBOL_GPL vmlinux 0xcaf1d2dc sock_map_close +EXPORT_SYMBOL_GPL vmlinux 0xcaf7d7ea bpf_prog_create +EXPORT_SYMBOL_GPL vmlinux 0xcafba9f4 pci_find_next_capability +EXPORT_SYMBOL_GPL vmlinux 0xcb14960d virtqueue_get_avail_addr +EXPORT_SYMBOL_GPL vmlinux 0xcb1d7350 scsi_internal_device_block_nowait +EXPORT_SYMBOL_GPL vmlinux 0xcb22e102 devm_regmap_field_alloc +EXPORT_SYMBOL_GPL vmlinux 0xcb4a7d9b public_key_verify_signature +EXPORT_SYMBOL_GPL vmlinux 0xcb4de040 pci_hp_create_module_link +EXPORT_SYMBOL_GPL vmlinux 0xcb561441 mem_dump_obj +EXPORT_SYMBOL_GPL vmlinux 0xcb6ad29e fuse_dev_free +EXPORT_SYMBOL_GPL vmlinux 0xcb78b31b blk_update_request +EXPORT_SYMBOL_GPL vmlinux 0xcba53140 inet6_sock_destruct +EXPORT_SYMBOL_GPL vmlinux 0xcbb7699f smpboot_register_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xcbc5b843 blk_stat_enable_accounting +EXPORT_SYMBOL_GPL vmlinux 0xcbe56bc2 zs_get_total_pages +EXPORT_SYMBOL_GPL vmlinux 0xcc03191b scsi_register_device_handler +EXPORT_SYMBOL_GPL vmlinux 0xcc11ba43 devm_platform_get_irqs_affinity +EXPORT_SYMBOL_GPL vmlinux 0xcc121b76 gen_pool_get +EXPORT_SYMBOL_GPL vmlinux 0xcc17c62a skb_zerocopy +EXPORT_SYMBOL_GPL vmlinux 0xcc29e05e irq_set_affinity +EXPORT_SYMBOL_GPL vmlinux 0xcc2d2dc3 inet_csk_route_req +EXPORT_SYMBOL_GPL vmlinux 0xcc3a5ea2 pci_vfs_assigned +EXPORT_SYMBOL_GPL vmlinux 0xcc3f54e5 net_rwsem +EXPORT_SYMBOL_GPL vmlinux 0xcc569844 crypto_aead_encrypt +EXPORT_SYMBOL_GPL vmlinux 0xcc56d2cb __traceiter_sched_cpu_capacity_tp +EXPORT_SYMBOL_GPL vmlinux 0xcc87eb1c devlink_dpipe_match_put +EXPORT_SYMBOL_GPL vmlinux 0xcc92a116 mddev_init_writes_pending +EXPORT_SYMBOL_GPL vmlinux 0xcc935375 walk_iomem_res_desc +EXPORT_SYMBOL_GPL vmlinux 0xccb93546 crypto_hash_walk_first +EXPORT_SYMBOL_GPL vmlinux 0xccbb4a84 device_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0xccc096d0 device_dma_supported +EXPORT_SYMBOL_GPL vmlinux 0xccf52bc9 sfp_upstream_start +EXPORT_SYMBOL_GPL vmlinux 0xccfb5498 class_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xcd24e146 hash_digest_size +EXPORT_SYMBOL_GPL vmlinux 0xcd308b4e modify_ftrace_direct_nolock +EXPORT_SYMBOL_GPL vmlinux 0xcd607b39 relay_reset +EXPORT_SYMBOL_GPL vmlinux 0xcd6f2dc9 nf_log_buf_add +EXPORT_SYMBOL_GPL vmlinux 0xcd745f62 kernfs_get +EXPORT_SYMBOL_GPL vmlinux 0xcd9138c3 genphy_c45_read_pma +EXPORT_SYMBOL_GPL vmlinux 0xcd91b127 system_highpri_wq +EXPORT_SYMBOL_GPL vmlinux 0xcd974f00 rcu_all_qs +EXPORT_SYMBOL_GPL vmlinux 0xcd9cd2ff wakeme_after_rcu +EXPORT_SYMBOL_GPL vmlinux 0xcdb6adcc ras_userspace_consumers +EXPORT_SYMBOL_GPL vmlinux 0xcdbe89be synth_event_add_field_str +EXPORT_SYMBOL_GPL vmlinux 0xcdca3691 nr_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcdd2448d kvm_put_kvm_no_destroy +EXPORT_SYMBOL_GPL vmlinux 0xcde28495 strp_unpause +EXPORT_SYMBOL_GPL vmlinux 0xcde2d030 wbt_disable_default +EXPORT_SYMBOL_GPL vmlinux 0xcde3afb3 msi_device_has_isolated_msi +EXPORT_SYMBOL_GPL vmlinux 0xce1b5324 gpiod_enable_hw_timestamp_ns +EXPORT_SYMBOL_GPL vmlinux 0xce1f1f42 __xdp_build_skb_from_frame +EXPORT_SYMBOL_GPL vmlinux 0xce3243b3 devm_regmap_field_bulk_free +EXPORT_SYMBOL_GPL vmlinux 0xce578686 driver_attach +EXPORT_SYMBOL_GPL vmlinux 0xce6013e9 vfs_lock_file +EXPORT_SYMBOL_GPL vmlinux 0xce6db656 rcu_is_watching +EXPORT_SYMBOL_GPL vmlinux 0xce767ac1 iommu_attach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0xce7f1645 __fscrypt_encrypt_symlink +EXPORT_SYMBOL_GPL vmlinux 0xce84ffe0 platform_get_irq_byname +EXPORT_SYMBOL_GPL vmlinux 0xce95040a fuse_free_conn +EXPORT_SYMBOL_GPL vmlinux 0xcea41753 __hrtimer_get_remaining +EXPORT_SYMBOL_GPL vmlinux 0xcea8a6a2 proc_get_parent_data +EXPORT_SYMBOL_GPL vmlinux 0xceaee30c fuse_request_end +EXPORT_SYMBOL_GPL vmlinux 0xceb11cae fscrypt_ioctl_remove_key_all_users +EXPORT_SYMBOL_GPL vmlinux 0xceb34959 inet_csk_route_child_sock +EXPORT_SYMBOL_GPL vmlinux 0xcec7fa32 gpiod_get_array_value +EXPORT_SYMBOL_GPL vmlinux 0xcee5b4e3 FSE_readNCount +EXPORT_SYMBOL_GPL vmlinux 0xcf0afbfb copy_to_user_nofault +EXPORT_SYMBOL_GPL vmlinux 0xcf21acf1 crypto_larval_alloc +EXPORT_SYMBOL_GPL vmlinux 0xcf28f55e trace_clock_global +EXPORT_SYMBOL_GPL vmlinux 0xcf327b94 vp_legacy_get_features +EXPORT_SYMBOL_GPL vmlinux 0xcf374496 decrypt_blob +EXPORT_SYMBOL_GPL vmlinux 0xcf49a11c platform_msi_domain_free_irqs +EXPORT_SYMBOL_GPL vmlinux 0xcf747d8d device_match_name +EXPORT_SYMBOL_GPL vmlinux 0xcf8512ea metadata_dst_free_percpu +EXPORT_SYMBOL_GPL vmlinux 0xcfad8a1c unregister_virtio_driver +EXPORT_SYMBOL_GPL vmlinux 0xcfaeadaf klist_add_head +EXPORT_SYMBOL_GPL vmlinux 0xcfc0df14 skb_defer_rx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xcfc5108a devlink_fmsg_u8_pair_put +EXPORT_SYMBOL_GPL vmlinux 0xcfc7b4e4 rcu_barrier_tasks_trace +EXPORT_SYMBOL_GPL vmlinux 0xcfcab601 kvm_gfn_to_hva_cache_init +EXPORT_SYMBOL_GPL vmlinux 0xcfcda229 scsi_internal_device_unblock_nowait +EXPORT_SYMBOL_GPL vmlinux 0xcfd5eae2 dma_alloc_noncontiguous +EXPORT_SYMBOL_GPL vmlinux 0xcfde88a3 firmware_kobj +EXPORT_SYMBOL_GPL vmlinux 0xcfef6ab1 pci_find_dvsec_capability +EXPORT_SYMBOL_GPL vmlinux 0xcffbe162 fscrypt_mergeable_bio +EXPORT_SYMBOL_GPL vmlinux 0xd00e1de2 inet_csk_get_port +EXPORT_SYMBOL_GPL vmlinux 0xd02ff31d crypto_unregister_acomps +EXPORT_SYMBOL_GPL vmlinux 0xd031b589 asn1_ber_decoder +EXPORT_SYMBOL_GPL vmlinux 0xd03eaf4c schedule_hrtimeout_range +EXPORT_SYMBOL_GPL vmlinux 0xd049d61a gmap_get_enabled +EXPORT_SYMBOL_GPL vmlinux 0xd04aedfd __SCK__tp_func_arm_event +EXPORT_SYMBOL_GPL vmlinux 0xd04c7f3f fuse_file_poll +EXPORT_SYMBOL_GPL vmlinux 0xd050c6bb irq_chip_set_affinity_parent +EXPORT_SYMBOL_GPL vmlinux 0xd0576afc gpiochip_generic_config +EXPORT_SYMBOL_GPL vmlinux 0xd05ea682 sched_set_normal +EXPORT_SYMBOL_GPL vmlinux 0xd06524ba raw_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd067d3c5 system_freezable_power_efficient_wq +EXPORT_SYMBOL_GPL vmlinux 0xd0686cd4 rcuref_put_slowpath +EXPORT_SYMBOL_GPL vmlinux 0xd0836cab blk_freeze_queue_start +EXPORT_SYMBOL_GPL vmlinux 0xd09d30a3 tcp_register_ulp +EXPORT_SYMBOL_GPL vmlinux 0xd0a23c90 l3mdev_table_lookup_register +EXPORT_SYMBOL_GPL vmlinux 0xd0c05159 emergency_restart +EXPORT_SYMBOL_GPL vmlinux 0xd0cb3ff4 look_up_OID +EXPORT_SYMBOL_GPL vmlinux 0xd0d03a51 gpiochip_request_own_desc +EXPORT_SYMBOL_GPL vmlinux 0xd0db0f12 run_dax +EXPORT_SYMBOL_GPL vmlinux 0xd0e672c8 bus_for_each_dev +EXPORT_SYMBOL_GPL vmlinux 0xd0e96f59 disk_update_readahead +EXPORT_SYMBOL_GPL vmlinux 0xd0f0a34a css_next_descendant_pre +EXPORT_SYMBOL_GPL vmlinux 0xd1125520 of_css +EXPORT_SYMBOL_GPL vmlinux 0xd12b9ff3 regmap_raw_write_async +EXPORT_SYMBOL_GPL vmlinux 0xd1481de7 mpi_clear +EXPORT_SYMBOL_GPL vmlinux 0xd14d7bb6 ping_bind +EXPORT_SYMBOL_GPL vmlinux 0xd1539993 user_describe +EXPORT_SYMBOL_GPL vmlinux 0xd159586c net_prio_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xd1916722 fscrypt_prepare_lookup_partial +EXPORT_SYMBOL_GPL vmlinux 0xd1a9ca15 __SCK__tp_func_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xd1ad6d38 uv_pin_shared +EXPORT_SYMBOL_GPL vmlinux 0xd1b81cdb bio_trim +EXPORT_SYMBOL_GPL vmlinux 0xd1c4401b blk_mq_hctx_set_fq_lock_class +EXPORT_SYMBOL_GPL vmlinux 0xd1cbc23c add_timer_on +EXPORT_SYMBOL_GPL vmlinux 0xd1cfdf94 ptp_classify_raw +EXPORT_SYMBOL_GPL vmlinux 0xd1e3af3f pci_domain_nr +EXPORT_SYMBOL_GPL vmlinux 0xd1f2eee2 nf_logger_find_get +EXPORT_SYMBOL_GPL vmlinux 0xd1f54b61 event_triggers_post_call +EXPORT_SYMBOL_GPL vmlinux 0xd1f795b3 dax_finish_sync_fault +EXPORT_SYMBOL_GPL vmlinux 0xd2137a6a pci_epc_unmap_addr +EXPORT_SYMBOL_GPL vmlinux 0xd217e9e6 trace_set_clr_event +EXPORT_SYMBOL_GPL vmlinux 0xd21b61bd async_schedule_node_domain +EXPORT_SYMBOL_GPL vmlinux 0xd21f1d35 __SCK__tp_func_tcp_send_reset +EXPORT_SYMBOL_GPL vmlinux 0xd22c6d35 platform_bus_type +EXPORT_SYMBOL_GPL vmlinux 0xd260af0d ring_buffer_write +EXPORT_SYMBOL_GPL vmlinux 0xd26b952a shash_no_setkey +EXPORT_SYMBOL_GPL vmlinux 0xd273b1b1 __round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xd27b6d24 devm_gpiod_put_array +EXPORT_SYMBOL_GPL vmlinux 0xd28a93ed rcu_read_unlock_trace_special +EXPORT_SYMBOL_GPL vmlinux 0xd29c1f10 __traceiter_error_report_end +EXPORT_SYMBOL_GPL vmlinux 0xd2c61911 __irq_resolve_mapping +EXPORT_SYMBOL_GPL vmlinux 0xd2d5eedb scsi_flush_work +EXPORT_SYMBOL_GPL vmlinux 0xd2d7e59b unregister_platform_power_off +EXPORT_SYMBOL_GPL vmlinux 0xd2e79416 cpu_bit_bitmap +EXPORT_SYMBOL_GPL vmlinux 0xd3034428 __wake_up_locked_key +EXPORT_SYMBOL_GPL vmlinux 0xd3095767 anon_transport_class_register +EXPORT_SYMBOL_GPL vmlinux 0xd31a2ac5 ring_buffer_oldest_event_ts +EXPORT_SYMBOL_GPL vmlinux 0xd320dd7d gmap_pmdp_idte_local +EXPORT_SYMBOL_GPL vmlinux 0xd3235648 devm_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xd3243ae8 mpi_read_raw_data +EXPORT_SYMBOL_GPL vmlinux 0xd3341f6d trace_event_buffer_reserve +EXPORT_SYMBOL_GPL vmlinux 0xd35d05ad gmap_shadow_r3t +EXPORT_SYMBOL_GPL vmlinux 0xd35f0a7a virtqueue_enable_cb_delayed +EXPORT_SYMBOL_GPL vmlinux 0xd367dfc7 crypto_unregister_acomp +EXPORT_SYMBOL_GPL vmlinux 0xd36afd81 pci_bridge_secondary_bus_reset +EXPORT_SYMBOL_GPL vmlinux 0xd3786466 gpiod_set_debounce +EXPORT_SYMBOL_GPL vmlinux 0xd383debd ftrace_set_filter +EXPORT_SYMBOL_GPL vmlinux 0xd384ce63 tracing_snapshot_cond +EXPORT_SYMBOL_GPL vmlinux 0xd39e9848 put_itimerspec64 +EXPORT_SYMBOL_GPL vmlinux 0xd3ab8d95 kstrdup_quotable_file +EXPORT_SYMBOL_GPL vmlinux 0xd3b6e706 ping_rcv +EXPORT_SYMBOL_GPL vmlinux 0xd3bce0dd unix_peer_get +EXPORT_SYMBOL_GPL vmlinux 0xd3d960bd sysfs_update_groups +EXPORT_SYMBOL_GPL vmlinux 0xd3e04119 security_inode_mkdir +EXPORT_SYMBOL_GPL vmlinux 0xd3e4cb12 irq_domain_alloc_irqs_parent +EXPORT_SYMBOL_GPL vmlinux 0xd3e5a068 filemap_add_folio +EXPORT_SYMBOL_GPL vmlinux 0xd3eaf1ed devlink_dpipe_entry_clear +EXPORT_SYMBOL_GPL vmlinux 0xd3f0cd42 misc_cg_res_total_usage +EXPORT_SYMBOL_GPL vmlinux 0xd4034828 system_freezable_wq +EXPORT_SYMBOL_GPL vmlinux 0xd42f1d4e show_rcu_tasks_rude_gp_kthread +EXPORT_SYMBOL_GPL vmlinux 0xd468d851 dw_pcie_ep_init +EXPORT_SYMBOL_GPL vmlinux 0xd4935851 __SCK__tp_func_suspend_resume +EXPORT_SYMBOL_GPL vmlinux 0xd4b6157e devlink_health_reporter_recovery_done +EXPORT_SYMBOL_GPL vmlinux 0xd4bf483c inet_peer_base_init +EXPORT_SYMBOL_GPL vmlinux 0xd4c14632 system_unbound_wq +EXPORT_SYMBOL_GPL vmlinux 0xd4cbdbe3 __SCK__tp_func_devlink_trap_report +EXPORT_SYMBOL_GPL vmlinux 0xd4e6224c class_register +EXPORT_SYMBOL_GPL vmlinux 0xd4edc719 dax_inode +EXPORT_SYMBOL_GPL vmlinux 0xd513c4e1 event_triggers_call +EXPORT_SYMBOL_GPL vmlinux 0xd5222bfc kvm_arch_crypto_clear_masks +EXPORT_SYMBOL_GPL vmlinux 0xd546460a add_swap_extent +EXPORT_SYMBOL_GPL vmlinux 0xd551754b kvm_read_guest_page +EXPORT_SYMBOL_GPL vmlinux 0xd55ad93b iommu_group_get_iommudata +EXPORT_SYMBOL_GPL vmlinux 0xd570bc95 srcu_init_notifier_head +EXPORT_SYMBOL_GPL vmlinux 0xd59a1587 linkmode_resolve_pause +EXPORT_SYMBOL_GPL vmlinux 0xd5bfd182 irq_set_chained_handler_and_data +EXPORT_SYMBOL_GPL vmlinux 0xd5ca3455 devl_rate_leaf_destroy +EXPORT_SYMBOL_GPL vmlinux 0xd5f5865d __tracepoint_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0xd6090289 devl_unlock +EXPORT_SYMBOL_GPL vmlinux 0xd61641cd __traceiter_sched_util_est_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xd6202cc5 devm_fwnode_gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xd6259356 espintcp_push_skb +EXPORT_SYMBOL_GPL vmlinux 0xd645c871 debugfs_create_u64 +EXPORT_SYMBOL_GPL vmlinux 0xd64ed259 __memcat_p +EXPORT_SYMBOL_GPL vmlinux 0xd65bfd07 pkcs7_verify +EXPORT_SYMBOL_GPL vmlinux 0xd67364f7 eventfd_ctx_fdget +EXPORT_SYMBOL_GPL vmlinux 0xd6784df2 ptep_test_and_clear_uc +EXPORT_SYMBOL_GPL vmlinux 0xd6932e74 attribute_container_register +EXPORT_SYMBOL_GPL vmlinux 0xd69ca91c cio_start_key +EXPORT_SYMBOL_GPL vmlinux 0xd69ebcd6 vfs_remove_acl +EXPORT_SYMBOL_GPL vmlinux 0xd6a74d26 crypto_shash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xd6ac58ac driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xd6ae9ba7 rcu_async_should_hurry +EXPORT_SYMBOL_GPL vmlinux 0xd6f6c5f3 fwnode_get_named_child_node +EXPORT_SYMBOL_GPL vmlinux 0xd70fe46a tpm_try_get_ops +EXPORT_SYMBOL_GPL vmlinux 0xd7293ffc percpu_ref_reinit +EXPORT_SYMBOL_GPL vmlinux 0xd73662f6 blkcg_punt_bio_submit +EXPORT_SYMBOL_GPL vmlinux 0xd7481767 trace_array_init_printk +EXPORT_SYMBOL_GPL vmlinux 0xd752d1a2 skcipher_alloc_instance_simple +EXPORT_SYMBOL_GPL vmlinux 0xd763dce8 regmap_field_read +EXPORT_SYMBOL_GPL vmlinux 0xd766804c phy_package_leave +EXPORT_SYMBOL_GPL vmlinux 0xd774957d mpi_write_to_sgl +EXPORT_SYMBOL_GPL vmlinux 0xd7a86ea4 tcp_twsk_purge +EXPORT_SYMBOL_GPL vmlinux 0xd7b6d527 regmap_get_val_bytes +EXPORT_SYMBOL_GPL vmlinux 0xd7b9474a crypto_register_kpp +EXPORT_SYMBOL_GPL vmlinux 0xd7c5adff component_release_of +EXPORT_SYMBOL_GPL vmlinux 0xd7c66f66 perf_pmu_migrate_context +EXPORT_SYMBOL_GPL vmlinux 0xd7c9f3ed iomap_seek_data +EXPORT_SYMBOL_GPL vmlinux 0xd7dc7515 crc64_rocksoft +EXPORT_SYMBOL_GPL vmlinux 0xd7f24c76 regmap_update_bits_base +EXPORT_SYMBOL_GPL vmlinux 0xd7f5b25e arch_make_page_accessible +EXPORT_SYMBOL_GPL vmlinux 0xd7f7277a __kthread_init_worker +EXPORT_SYMBOL_GPL vmlinux 0xd805598b __fscrypt_prepare_lookup +EXPORT_SYMBOL_GPL vmlinux 0xd814d5e2 irq_create_mapping_affinity +EXPORT_SYMBOL_GPL vmlinux 0xd823d36d __SCK__tp_func_console +EXPORT_SYMBOL_GPL vmlinux 0xd835c674 __traceiter_pelt_dl_tp +EXPORT_SYMBOL_GPL vmlinux 0xd84d0fed ip6_datagram_connect_v6_only +EXPORT_SYMBOL_GPL vmlinux 0xd84d35bd dax_read_lock +EXPORT_SYMBOL_GPL vmlinux 0xd855e731 raw_unhash_sk +EXPORT_SYMBOL_GPL vmlinux 0xd85f7bb2 ZSTD_isError +EXPORT_SYMBOL_GPL vmlinux 0xd867b450 tpm_is_tpm2 +EXPORT_SYMBOL_GPL vmlinux 0xd8813dab rt_mutex_lock +EXPORT_SYMBOL_GPL vmlinux 0xd890672e devm_gpio_request +EXPORT_SYMBOL_GPL vmlinux 0xd8a3f6bd synth_event_gen_cmd_array_start +EXPORT_SYMBOL_GPL vmlinux 0xd8b3e923 kvm_vcpu_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xd8b9d7a3 dax_remap_file_range_prep +EXPORT_SYMBOL_GPL vmlinux 0xd8bdd6ee cgroup_get_from_fd +EXPORT_SYMBOL_GPL vmlinux 0xd8befdeb badblocks_show +EXPORT_SYMBOL_GPL vmlinux 0xd8d0fb29 bd_unlink_disk_holder +EXPORT_SYMBOL_GPL vmlinux 0xd8d41fbf vp_modern_get_driver_features +EXPORT_SYMBOL_GPL vmlinux 0xd8e1bcb3 fsnotify_put_group +EXPORT_SYMBOL_GPL vmlinux 0xd8f59170 fixup_user_fault +EXPORT_SYMBOL_GPL vmlinux 0xd8fbb14d net_cls_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xd915f84c gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xd91dbd1f xdp_alloc_skb_bulk +EXPORT_SYMBOL_GPL vmlinux 0xd92ef192 security_kernel_post_load_data +EXPORT_SYMBOL_GPL vmlinux 0xd93d72b5 tpm_pm_suspend +EXPORT_SYMBOL_GPL vmlinux 0xd96323c9 blk_rq_unprep_clone +EXPORT_SYMBOL_GPL vmlinux 0xd9647d89 l3mdev_master_upper_ifindex_by_index_rcu +EXPORT_SYMBOL_GPL vmlinux 0xd96541cb __traceiter_pelt_se_tp +EXPORT_SYMBOL_GPL vmlinux 0xd96babb4 interval_tree_iter_next +EXPORT_SYMBOL_GPL vmlinux 0xd9a2ead5 gmap_fault +EXPORT_SYMBOL_GPL vmlinux 0xd9b19aa5 __tracepoint_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0xd9b8cfda alarm_restart +EXPORT_SYMBOL_GPL vmlinux 0xd9bb6c7b pci_ims_alloc_irq +EXPORT_SYMBOL_GPL vmlinux 0xd9bd3686 blk_insert_cloned_request +EXPORT_SYMBOL_GPL vmlinux 0xd9e24457 ring_buffer_peek +EXPORT_SYMBOL_GPL vmlinux 0xd9e61980 phy_gbit_all_ports_features +EXPORT_SYMBOL_GPL vmlinux 0xd9eb44ca iomap_file_buffered_write_punch_delalloc +EXPORT_SYMBOL_GPL vmlinux 0xd9f19249 shmem_read_folio_gfp +EXPORT_SYMBOL_GPL vmlinux 0xda04ef20 finish_rcuwait +EXPORT_SYMBOL_GPL vmlinux 0xda0947de kmsg_dump_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda109619 devl_resources_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda10e1e2 phy_basic_t1_features +EXPORT_SYMBOL_GPL vmlinux 0xda1b98a9 dm_table_device_name +EXPORT_SYMBOL_GPL vmlinux 0xda1dfee0 irq_domain_push_irq +EXPORT_SYMBOL_GPL vmlinux 0xda320d31 sfp_module_start +EXPORT_SYMBOL_GPL vmlinux 0xda3f3e8a isc_register +EXPORT_SYMBOL_GPL vmlinux 0xda50e24b pci_check_and_mask_intx +EXPORT_SYMBOL_GPL vmlinux 0xda588f8c do_xdp_generic +EXPORT_SYMBOL_GPL vmlinux 0xda616eff devl_dpipe_table_unregister +EXPORT_SYMBOL_GPL vmlinux 0xda66f161 nf_hooks_lwtunnel_sysctl_handler +EXPORT_SYMBOL_GPL vmlinux 0xda70dc9d crypto_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xda847ac4 init_uts_ns +EXPORT_SYMBOL_GPL vmlinux 0xda92d2dc pci_hp_destroy +EXPORT_SYMBOL_GPL vmlinux 0xdaa82627 fixed_phy_register +EXPORT_SYMBOL_GPL vmlinux 0xdab5a1eb interval_tree_insert +EXPORT_SYMBOL_GPL vmlinux 0xdac89be0 __fl6_sock_lookup +EXPORT_SYMBOL_GPL vmlinux 0xdadf9b6d clockevent_delta2ns +EXPORT_SYMBOL_GPL vmlinux 0xdaeee36c lwtunnel_encap_add_ops +EXPORT_SYMBOL_GPL vmlinux 0xdb02a692 devm_kasprintf_strarray +EXPORT_SYMBOL_GPL vmlinux 0xdb340b62 relay_file_operations +EXPORT_SYMBOL_GPL vmlinux 0xdb6ec488 tty_buffer_unlock_exclusive +EXPORT_SYMBOL_GPL vmlinux 0xdb8a1b3f usermodehelper_read_trylock +EXPORT_SYMBOL_GPL vmlinux 0xdb8f81ec blk_trace_startstop +EXPORT_SYMBOL_GPL vmlinux 0xdba4c15f tty_port_tty_wakeup +EXPORT_SYMBOL_GPL vmlinux 0xdbba8eb2 kernel_read_file_from_fd +EXPORT_SYMBOL_GPL vmlinux 0xdbc229c8 crypto_sig_sign +EXPORT_SYMBOL_GPL vmlinux 0xdbc9f595 bus_register_notifier +EXPORT_SYMBOL_GPL vmlinux 0xdbcb2073 vp_legacy_get_queue_size +EXPORT_SYMBOL_GPL vmlinux 0xdbdb0e8b request_any_context_irq +EXPORT_SYMBOL_GPL vmlinux 0xdbe3dbe0 vhost_task_create +EXPORT_SYMBOL_GPL vmlinux 0xdbe8d8a0 __SCK__tp_func_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xdbf7cb70 mpi_get_nbits +EXPORT_SYMBOL_GPL vmlinux 0xdc0e0e4f pcie_aspm_enabled +EXPORT_SYMBOL_GPL vmlinux 0xdc3087c2 component_master_del +EXPORT_SYMBOL_GPL vmlinux 0xdc43bdc6 pci_vpd_find_ro_info_keyword +EXPORT_SYMBOL_GPL vmlinux 0xdc44f845 vfs_truncate +EXPORT_SYMBOL_GPL vmlinux 0xdc466719 iommu_fwspec_free +EXPORT_SYMBOL_GPL vmlinux 0xdc69193b synth_event_add_fields +EXPORT_SYMBOL_GPL vmlinux 0xdc841b74 misc_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdc92baee debugfs_rename +EXPORT_SYMBOL_GPL vmlinux 0xdc990b97 debugfs_create_x8 +EXPORT_SYMBOL_GPL vmlinux 0xdc9f6bca __SCK__tp_func_br_mdb_full +EXPORT_SYMBOL_GPL vmlinux 0xdc9fa232 raw_notifier_chain_register +EXPORT_SYMBOL_GPL vmlinux 0xdca9a8cc transport_remove_device +EXPORT_SYMBOL_GPL vmlinux 0xdcaac0cf cio_tm_start_key +EXPORT_SYMBOL_GPL vmlinux 0xdcc21f35 tcp_slow_start +EXPORT_SYMBOL_GPL vmlinux 0xdcc2f8d2 serdev_device_alloc +EXPORT_SYMBOL_GPL vmlinux 0xdcd670b5 __mnt_is_readonly +EXPORT_SYMBOL_GPL vmlinux 0xdd0762df set_worker_desc +EXPORT_SYMBOL_GPL vmlinux 0xdd131fcf pci_walk_bus +EXPORT_SYMBOL_GPL vmlinux 0xdd2b0c50 __ip6_datagram_connect +EXPORT_SYMBOL_GPL vmlinux 0xdd4d6d2e fuse_conn_get +EXPORT_SYMBOL_GPL vmlinux 0xdd626ee3 fuse_len_args +EXPORT_SYMBOL_GPL vmlinux 0xdd806cc9 crypto_alloc_sync_skcipher +EXPORT_SYMBOL_GPL vmlinux 0xdd81d8f6 __SCK__tp_func_block_bio_complete +EXPORT_SYMBOL_GPL vmlinux 0xdd863f73 irq_chip_eoi_parent +EXPORT_SYMBOL_GPL vmlinux 0xdd96fa2d __cpuhp_state_add_instance +EXPORT_SYMBOL_GPL vmlinux 0xddbc5fc6 pci_epc_linkdown +EXPORT_SYMBOL_GPL vmlinux 0xddbeeecc pci_lock_rescan_remove +EXPORT_SYMBOL_GPL vmlinux 0xddc97b82 HUF_readStats_wksp +EXPORT_SYMBOL_GPL vmlinux 0xddd3fe86 balloon_page_dequeue +EXPORT_SYMBOL_GPL vmlinux 0xddd7a2a2 sync_page_io +EXPORT_SYMBOL_GPL vmlinux 0xddddd4af fat_remove_entries +EXPORT_SYMBOL_GPL vmlinux 0xdde72371 mptcp_subflow_init_cookie_req +EXPORT_SYMBOL_GPL vmlinux 0xddf59905 lwtunnel_fill_encap +EXPORT_SYMBOL_GPL vmlinux 0xddfc87fb param_ops_bool_enable_only +EXPORT_SYMBOL_GPL vmlinux 0xddfe1ad7 __SCK__tp_func_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xde052e95 fanout_mutex +EXPORT_SYMBOL_GPL vmlinux 0xde0840ee genphy_c45_pma_suspend +EXPORT_SYMBOL_GPL vmlinux 0xde0af24f udp_memory_per_cpu_fw_alloc +EXPORT_SYMBOL_GPL vmlinux 0xde120773 zpci_enable_device +EXPORT_SYMBOL_GPL vmlinux 0xde208c23 device_change_owner +EXPORT_SYMBOL_GPL vmlinux 0xde2127ba __percpu_down_read +EXPORT_SYMBOL_GPL vmlinux 0xde31bf7e unregister_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xde5482b1 gpiod_count +EXPORT_SYMBOL_GPL vmlinux 0xde5a869f sfp_bus_add_upstream +EXPORT_SYMBOL_GPL vmlinux 0xde5eeefe sysfs_remove_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xde628da4 genphy_c45_config_aneg +EXPORT_SYMBOL_GPL vmlinux 0xde6f1851 TSS_checkhmac1 +EXPORT_SYMBOL_GPL vmlinux 0xde77f3c2 devm_regmap_add_irq_chip +EXPORT_SYMBOL_GPL vmlinux 0xde89644d __fib_lookup +EXPORT_SYMBOL_GPL vmlinux 0xde90a7e2 tty_port_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xded34718 __vfs_removexattr_locked +EXPORT_SYMBOL_GPL vmlinux 0xdef3bef5 class_compat_remove_link +EXPORT_SYMBOL_GPL vmlinux 0xdef95b4c evm_inode_init_security +EXPORT_SYMBOL_GPL vmlinux 0xdf06c9b3 __fsverity_file_open +EXPORT_SYMBOL_GPL vmlinux 0xdf0788d0 lwtunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0xdf0f75c6 eventfd_signal +EXPORT_SYMBOL_GPL vmlinux 0xdf237453 timer_shutdown_sync +EXPORT_SYMBOL_GPL vmlinux 0xdf2738bb cpu_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xdf294343 __traceiter_fib6_table_lookup +EXPORT_SYMBOL_GPL vmlinux 0xdf4d1c15 devm_create_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0xdf52e345 ethnl_cable_test_fault_length +EXPORT_SYMBOL_GPL vmlinux 0xdf54f68b regmap_irq_get_domain +EXPORT_SYMBOL_GPL vmlinux 0xdf9a52ab gmap_destroy_page +EXPORT_SYMBOL_GPL vmlinux 0xdf9bc82b sbitmap_any_bit_set +EXPORT_SYMBOL_GPL vmlinux 0xdfc166c8 pci_hp_deregister +EXPORT_SYMBOL_GPL vmlinux 0xdfcef1b9 crypto_unregister_algs +EXPORT_SYMBOL_GPL vmlinux 0xdfd8ca2e devm_bitmap_zalloc +EXPORT_SYMBOL_GPL vmlinux 0xe00db6dc __tracepoint_block_bio_remap +EXPORT_SYMBOL_GPL vmlinux 0xe01e7407 kset_create_and_add +EXPORT_SYMBOL_GPL vmlinux 0xe038d816 devm_gpiod_get_array +EXPORT_SYMBOL_GPL vmlinux 0xe05e2f85 nexthop_free_rcu +EXPORT_SYMBOL_GPL vmlinux 0xe07b53f9 metadata_dst_alloc +EXPORT_SYMBOL_GPL vmlinux 0xe07faf9c md_bitmap_copy_from_slot +EXPORT_SYMBOL_GPL vmlinux 0xe086bc24 mptcp_pm_get_add_addr_accept_max +EXPORT_SYMBOL_GPL vmlinux 0xe0b8364e __tracepoint_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xe0b8a1f9 ip6_pol_route +EXPORT_SYMBOL_GPL vmlinux 0xe1094e8d debugfs_create_ulong +EXPORT_SYMBOL_GPL vmlinux 0xe1106cc9 firmware_request_nowarn +EXPORT_SYMBOL_GPL vmlinux 0xe12681a4 __tracepoint_block_rq_remap +EXPORT_SYMBOL_GPL vmlinux 0xe1451aa4 fuse_dev_operations +EXPORT_SYMBOL_GPL vmlinux 0xe15c26ee firmware_request_cache +EXPORT_SYMBOL_GPL vmlinux 0xe1760da4 devlink_traps_register +EXPORT_SYMBOL_GPL vmlinux 0xe1b9a6e0 devm_free_pages +EXPORT_SYMBOL_GPL vmlinux 0xe1c87a2f kernel_can_power_off +EXPORT_SYMBOL_GPL vmlinux 0xe1cd9b80 __devm_irq_alloc_descs +EXPORT_SYMBOL_GPL vmlinux 0xe1e67cc2 fwnode_graph_get_next_endpoint +EXPORT_SYMBOL_GPL vmlinux 0xe2053147 sbitmap_queue_wake_all +EXPORT_SYMBOL_GPL vmlinux 0xe20543a6 call_switchdev_blocking_notifiers +EXPORT_SYMBOL_GPL vmlinux 0xe20c260d mas_destroy +EXPORT_SYMBOL_GPL vmlinux 0xe2130501 iommu_set_fault_handler +EXPORT_SYMBOL_GPL vmlinux 0xe21ff331 gpiochip_reqres_irq +EXPORT_SYMBOL_GPL vmlinux 0xe221b42c blkcg_policy_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe233762a input_event_from_user +EXPORT_SYMBOL_GPL vmlinux 0xe25139d7 crypto_skcipher_setkey +EXPORT_SYMBOL_GPL vmlinux 0xe25fcf8c __fsnotify_inode_delete +EXPORT_SYMBOL_GPL vmlinux 0xe27052f7 pci_num_vf +EXPORT_SYMBOL_GPL vmlinux 0xe27fc0a6 ping_init_sock +EXPORT_SYMBOL_GPL vmlinux 0xe28c6b2c device_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0xe28d9377 device_find_child_by_name +EXPORT_SYMBOL_GPL vmlinux 0xe29c974f pci_user_read_config_byte +EXPORT_SYMBOL_GPL vmlinux 0xe2a8455a fat_free_clusters +EXPORT_SYMBOL_GPL vmlinux 0xe2b21f1d devl_trylock +EXPORT_SYMBOL_GPL vmlinux 0xe2b3207a unregister_switchdev_notifier +EXPORT_SYMBOL_GPL vmlinux 0xe2dfac21 relay_close +EXPORT_SYMBOL_GPL vmlinux 0xe2e2e4f7 __kernel_write +EXPORT_SYMBOL_GPL vmlinux 0xe2ee341e gpiochip_get_desc +EXPORT_SYMBOL_GPL vmlinux 0xe307205a bprintf +EXPORT_SYMBOL_GPL vmlinux 0xe3176fae sbitmap_resize +EXPORT_SYMBOL_GPL vmlinux 0xe3180354 add_disk_randomness +EXPORT_SYMBOL_GPL vmlinux 0xe31d93a3 __cookie_v6_init_sequence +EXPORT_SYMBOL_GPL vmlinux 0xe3292a95 sbitmap_prepare_to_wait +EXPORT_SYMBOL_GPL vmlinux 0xe34c445d __traceiter_pelt_irq_tp +EXPORT_SYMBOL_GPL vmlinux 0xe371bd09 cio_resume +EXPORT_SYMBOL_GPL vmlinux 0xe375c253 eventfd_fget +EXPORT_SYMBOL_GPL vmlinux 0xe3840e18 secure_ipv4_port_ephemeral +EXPORT_SYMBOL_GPL vmlinux 0xe3b09712 kprobe_event_delete +EXPORT_SYMBOL_GPL vmlinux 0xe3b492d6 vp_legacy_queue_vector +EXPORT_SYMBOL_GPL vmlinux 0xe3cce388 irq_create_fwspec_mapping +EXPORT_SYMBOL_GPL vmlinux 0xe3e423ac iommu_group_release_dma_owner +EXPORT_SYMBOL_GPL vmlinux 0xe40bb23e devlink_health_reporter_priv +EXPORT_SYMBOL_GPL vmlinux 0xe4114723 clean_acked_data_disable +EXPORT_SYMBOL_GPL vmlinux 0xe4287a9e bpf_preload_ops +EXPORT_SYMBOL_GPL vmlinux 0xe42be9bd folio_wait_writeback_killable +EXPORT_SYMBOL_GPL vmlinux 0xe4315cb4 lwtunnel_input +EXPORT_SYMBOL_GPL vmlinux 0xe43a81da devlink_region_snapshot_id_get +EXPORT_SYMBOL_GPL vmlinux 0xe451d2f3 xas_init_marks +EXPORT_SYMBOL_GPL vmlinux 0xe456d801 skb_partial_csum_set +EXPORT_SYMBOL_GPL vmlinux 0xe459c230 regmap_get_reg_stride +EXPORT_SYMBOL_GPL vmlinux 0xe490e2e2 pci_scan_child_bus +EXPORT_SYMBOL_GPL vmlinux 0xe495fd62 transport_class_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe4971ade tracing_alloc_snapshot +EXPORT_SYMBOL_GPL vmlinux 0xe4a95266 blocking_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe4adc560 mmput +EXPORT_SYMBOL_GPL vmlinux 0xe4b064f9 pcie_link_speed +EXPORT_SYMBOL_GPL vmlinux 0xe4b2642b pingv6_prot +EXPORT_SYMBOL_GPL vmlinux 0xe4b818c3 phy_speed_to_str +EXPORT_SYMBOL_GPL vmlinux 0xe4e48b12 swphy_validate_state +EXPORT_SYMBOL_GPL vmlinux 0xe4efdc66 tty_init_termios +EXPORT_SYMBOL_GPL vmlinux 0xe53ff968 iommu_detach_device_pasid +EXPORT_SYMBOL_GPL vmlinux 0xe556965f scsi_host_block +EXPORT_SYMBOL_GPL vmlinux 0xe5883bd9 class_compat_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe59d34fd pci_probe_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xe5a3d2da trace_event_reg +EXPORT_SYMBOL_GPL vmlinux 0xe5c5dd58 fat_time_unix2fat +EXPORT_SYMBOL_GPL vmlinux 0xe5cc9bb0 pci_assign_unassigned_bus_resources +EXPORT_SYMBOL_GPL vmlinux 0xe5e60374 ip6_flush_pending_frames +EXPORT_SYMBOL_GPL vmlinux 0xe5e8b2cd xdp_rxq_info_is_reg +EXPORT_SYMBOL_GPL vmlinux 0xe5ea7c94 __devm_add_action +EXPORT_SYMBOL_GPL vmlinux 0xe5ecfef1 crypto_hash_alg_has_setkey +EXPORT_SYMBOL_GPL vmlinux 0xe60a5e8d pids_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xe61ec0e4 debugfs_create_file +EXPORT_SYMBOL_GPL vmlinux 0xe628bb9f phy_fibre_port_array +EXPORT_SYMBOL_GPL vmlinux 0xe6367ac0 tcp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0xe64dc1f4 xas_find_conflict +EXPORT_SYMBOL_GPL vmlinux 0xe65d93e1 proc_create_net_data_write +EXPORT_SYMBOL_GPL vmlinux 0xe67705f7 static_dev_dax +EXPORT_SYMBOL_GPL vmlinux 0xe67bb4a1 skb_zerocopy_iter_stream +EXPORT_SYMBOL_GPL vmlinux 0xe6aef439 __tracepoint_sk_data_ready +EXPORT_SYMBOL_GPL vmlinux 0xe6b7a555 dma_resv_iter_first +EXPORT_SYMBOL_GPL vmlinux 0xe6c1483e kthread_cancel_delayed_work_sync +EXPORT_SYMBOL_GPL vmlinux 0xe6ca7a73 relay_buf_full +EXPORT_SYMBOL_GPL vmlinux 0xe6e19a5a devl_port_register_with_ops +EXPORT_SYMBOL_GPL vmlinux 0xe6e40502 rcu_get_gp_seq +EXPORT_SYMBOL_GPL vmlinux 0xe6e6b684 md_new_event +EXPORT_SYMBOL_GPL vmlinux 0xe6e8e988 device_for_each_child_reverse +EXPORT_SYMBOL_GPL vmlinux 0xe70a4c39 srcutorture_get_gp_data +EXPORT_SYMBOL_GPL vmlinux 0xe7117f0a transport_destroy_device +EXPORT_SYMBOL_GPL vmlinux 0xe72e844b __rht_bucket_nested +EXPORT_SYMBOL_GPL vmlinux 0xe753b68d devlink_fmsg_arr_pair_nest_end +EXPORT_SYMBOL_GPL vmlinux 0xe769232e sprint_symbol_no_offset +EXPORT_SYMBOL_GPL vmlinux 0xe783e261 sysfs_emit +EXPORT_SYMBOL_GPL vmlinux 0xe784a033 rt_mutex_lock_interruptible +EXPORT_SYMBOL_GPL vmlinux 0xe79bf0c4 klp_shadow_get +EXPORT_SYMBOL_GPL vmlinux 0xe7ad641b kthread_queue_work +EXPORT_SYMBOL_GPL vmlinux 0xe7b53386 scm_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xe7b718df chsc_determine_channel_path_desc +EXPORT_SYMBOL_GPL vmlinux 0xe7ba69f6 __inet_lookup_established +EXPORT_SYMBOL_GPL vmlinux 0xe7bfdb29 gpiod_set_array_value_cansleep +EXPORT_SYMBOL_GPL vmlinux 0xe7d6d2d4 filter_match_preds +EXPORT_SYMBOL_GPL vmlinux 0xe7ee7474 put_device +EXPORT_SYMBOL_GPL vmlinux 0xe811f8cb shash_ahash_finup +EXPORT_SYMBOL_GPL vmlinux 0xe81a4c6f inet_csk_listen_stop +EXPORT_SYMBOL_GPL vmlinux 0xe81c43ee __blk_mq_debugfs_rq_show +EXPORT_SYMBOL_GPL vmlinux 0xe82269b6 register_fprobe_ips +EXPORT_SYMBOL_GPL vmlinux 0xe82859ff init_node_memory_type +EXPORT_SYMBOL_GPL vmlinux 0xe845a4e4 __traceiter_fdb_delete +EXPORT_SYMBOL_GPL vmlinux 0xe866b0bb __bio_release_pages +EXPORT_SYMBOL_GPL vmlinux 0xe8776c1d bus_remove_file +EXPORT_SYMBOL_GPL vmlinux 0xe87a2f78 kernfs_find_and_get_ns +EXPORT_SYMBOL_GPL vmlinux 0xe8ae0d77 rtnl_delete_link +EXPORT_SYMBOL_GPL vmlinux 0xe8bc40c5 cn_netlink_send +EXPORT_SYMBOL_GPL vmlinux 0xe8c0065d memory_group_register_static +EXPORT_SYMBOL_GPL vmlinux 0xe8c6e872 fuse_do_open +EXPORT_SYMBOL_GPL vmlinux 0xe8d75303 skb_complete_tx_timestamp +EXPORT_SYMBOL_GPL vmlinux 0xe8dafd80 ncsi_unregister_dev +EXPORT_SYMBOL_GPL vmlinux 0xe8e94798 gmap_shadow_page +EXPORT_SYMBOL_GPL vmlinux 0xe90ecd8d __fscrypt_prepare_readdir +EXPORT_SYMBOL_GPL vmlinux 0xe911df29 eventfd_ctx_do_read +EXPORT_SYMBOL_GPL vmlinux 0xe9136906 fscrypt_fname_siphash +EXPORT_SYMBOL_GPL vmlinux 0xe937214a mptcp_diag_fill_info +EXPORT_SYMBOL_GPL vmlinux 0xe93e49c3 devres_free +EXPORT_SYMBOL_GPL vmlinux 0xe94986d6 sched_clock +EXPORT_SYMBOL_GPL vmlinux 0xe955a8de vp_legacy_get_status +EXPORT_SYMBOL_GPL vmlinux 0xe9a66745 fsnotify_find_mark +EXPORT_SYMBOL_GPL vmlinux 0xe9abbd96 fb_deferred_io_mmap +EXPORT_SYMBOL_GPL vmlinux 0xe9dd164c bpf_redirect_info +EXPORT_SYMBOL_GPL vmlinux 0xe9f5116f rcu_exp_jiffies_till_stall_check +EXPORT_SYMBOL_GPL vmlinux 0xe9f56155 platform_msi_create_irq_domain +EXPORT_SYMBOL_GPL vmlinux 0xe9fc912f task_user_regset_view +EXPORT_SYMBOL_GPL vmlinux 0xea018bbb mpi_test_bit +EXPORT_SYMBOL_GPL vmlinux 0xea066330 rhashtable_walk_enter +EXPORT_SYMBOL_GPL vmlinux 0xea124bd1 gcd +EXPORT_SYMBOL_GPL vmlinux 0xea1a664c device_register +EXPORT_SYMBOL_GPL vmlinux 0xea213ea7 sysfs_unbreak_active_protection +EXPORT_SYMBOL_GPL vmlinux 0xea279976 sbitmap_bitmap_show +EXPORT_SYMBOL_GPL vmlinux 0xea2e2e71 pci_stop_root_bus +EXPORT_SYMBOL_GPL vmlinux 0xea2f1a47 rcu_tasks_trace_qs_blkd +EXPORT_SYMBOL_GPL vmlinux 0xea38036f ring_buffer_entries +EXPORT_SYMBOL_GPL vmlinux 0xea3e0062 __inode_attach_wb +EXPORT_SYMBOL_GPL vmlinux 0xea5297a1 fat_flush_inodes +EXPORT_SYMBOL_GPL vmlinux 0xea60636a pci_hp_add_bridge +EXPORT_SYMBOL_GPL vmlinux 0xea6581bd cpu_device_create +EXPORT_SYMBOL_GPL vmlinux 0xeaa32658 sysfs_remove_file_from_group +EXPORT_SYMBOL_GPL vmlinux 0xeab3182c simple_attr_release +EXPORT_SYMBOL_GPL vmlinux 0xead3b324 fscrypt_prepare_symlink +EXPORT_SYMBOL_GPL vmlinux 0xead3e41b __traceiter_cpu_frequency +EXPORT_SYMBOL_GPL vmlinux 0xeae0f496 clean_acked_data_flush +EXPORT_SYMBOL_GPL vmlinux 0xeae26913 crypto_register_acomp +EXPORT_SYMBOL_GPL vmlinux 0xeb0a5959 virtqueue_kick_prepare +EXPORT_SYMBOL_GPL vmlinux 0xeb21cbb4 sch_frag_xmit_hook +EXPORT_SYMBOL_GPL vmlinux 0xeb234dc1 bpf_prog_select_runtime +EXPORT_SYMBOL_GPL vmlinux 0xeb317ee6 __traceiter_unmap +EXPORT_SYMBOL_GPL vmlinux 0xeb3cc765 rdev_clear_badblocks +EXPORT_SYMBOL_GPL vmlinux 0xeb3d4508 ping_close +EXPORT_SYMBOL_GPL vmlinux 0xeb58141a tpm_chip_unregister +EXPORT_SYMBOL_GPL vmlinux 0xeb6f287d kvm_set_memory_region +EXPORT_SYMBOL_GPL vmlinux 0xeba9180c bpf_trace_run10 +EXPORT_SYMBOL_GPL vmlinux 0xebaf4cbe nfs42_ssc_register +EXPORT_SYMBOL_GPL vmlinux 0xebc10b0b nf_conn_btf_access_lock +EXPORT_SYMBOL_GPL vmlinux 0xebdf60dd regcache_drop_region +EXPORT_SYMBOL_GPL vmlinux 0xebe496ca __tracepoint_neigh_cleanup_and_release +EXPORT_SYMBOL_GPL vmlinux 0xebe9b77a inet_ehash_locks_alloc +EXPORT_SYMBOL_GPL vmlinux 0xebf9def9 css_driver_unregister +EXPORT_SYMBOL_GPL vmlinux 0xec13c83c si_swapinfo +EXPORT_SYMBOL_GPL vmlinux 0xec1b9db5 gpiod_set_raw_array_value +EXPORT_SYMBOL_GPL vmlinux 0xec2286e3 debugfs_create_symlink +EXPORT_SYMBOL_GPL vmlinux 0xec25dde9 fib6_rule_default +EXPORT_SYMBOL_GPL vmlinux 0xec7d7e80 crypto_ahash_setkey +EXPORT_SYMBOL_GPL vmlinux 0xec8aeb2b tty_standard_install +EXPORT_SYMBOL_GPL vmlinux 0xecacfd98 appldata_unregister_ops +EXPORT_SYMBOL_GPL vmlinux 0xecc3791c smpboot_unregister_percpu_thread +EXPORT_SYMBOL_GPL vmlinux 0xecda286b blkg_prfill_rwstat +EXPORT_SYMBOL_GPL vmlinux 0xecfc79f0 pci_reset_bus +EXPORT_SYMBOL_GPL vmlinux 0xed06eb33 generic_fh_to_parent +EXPORT_SYMBOL_GPL vmlinux 0xed08cabd __xas_prev +EXPORT_SYMBOL_GPL vmlinux 0xed178e8a bus_get_kset +EXPORT_SYMBOL_GPL vmlinux 0xed2d9bee xas_get_mark +EXPORT_SYMBOL_GPL vmlinux 0xed2e0ea1 crypto_register_scomp +EXPORT_SYMBOL_GPL vmlinux 0xed3f4a6a virtio_config_changed +EXPORT_SYMBOL_GPL vmlinux 0xed4602bd virtio_check_mem_acc_cb +EXPORT_SYMBOL_GPL vmlinux 0xed48a163 __zpci_store_block +EXPORT_SYMBOL_GPL vmlinux 0xed55b220 bpf_prog_inc_not_zero +EXPORT_SYMBOL_GPL vmlinux 0xed703d27 relay_switch_subbuf +EXPORT_SYMBOL_GPL vmlinux 0xed7757d4 inet_hash +EXPORT_SYMBOL_GPL vmlinux 0xed7dd335 bpfilter_ops +EXPORT_SYMBOL_GPL vmlinux 0xed7ff15a mnt_drop_write +EXPORT_SYMBOL_GPL vmlinux 0xed8c384b netdev_xmit_skip_txqueue +EXPORT_SYMBOL_GPL vmlinux 0xed8c5a0a bdev_alignment_offset +EXPORT_SYMBOL_GPL vmlinux 0xeda0e2fd sock_map_destroy +EXPORT_SYMBOL_GPL vmlinux 0xeda3daf4 ip4_datagram_release_cb +EXPORT_SYMBOL_GPL vmlinux 0xeda4bcc6 ip6_sk_update_pmtu +EXPORT_SYMBOL_GPL vmlinux 0xedaadbda bio_associate_blkg_from_css +EXPORT_SYMBOL_GPL vmlinux 0xedb6a534 ping_seq_start +EXPORT_SYMBOL_GPL vmlinux 0xedbeed04 trace_event_buffer_commit +EXPORT_SYMBOL_GPL vmlinux 0xedeac3a9 kvm_release_page_clean +EXPORT_SYMBOL_GPL vmlinux 0xedf55abb zs_malloc +EXPORT_SYMBOL_GPL vmlinux 0xee1731ab gpiod_get +EXPORT_SYMBOL_GPL vmlinux 0xee1734d9 rcuwait_wake_up +EXPORT_SYMBOL_GPL vmlinux 0xee249a37 __trace_trigger_soft_disabled +EXPORT_SYMBOL_GPL vmlinux 0xee38ef57 register_switchdev_blocking_notifier +EXPORT_SYMBOL_GPL vmlinux 0xee626cf7 __traceiter_devlink_hwerr +EXPORT_SYMBOL_GPL vmlinux 0xee6c633a devices_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xee74a922 __tracepoint_console +EXPORT_SYMBOL_GPL vmlinux 0xee7cf1db devlink_sb_unregister +EXPORT_SYMBOL_GPL vmlinux 0xee7faefa blk_mq_free_request +EXPORT_SYMBOL_GPL vmlinux 0xee80159c pci_ioremap_wc_bar +EXPORT_SYMBOL_GPL vmlinux 0xee80e927 component_compare_dev_name +EXPORT_SYMBOL_GPL vmlinux 0xee851380 devm_device_add_group +EXPORT_SYMBOL_GPL vmlinux 0xeea834c0 kprobe_event_cmd_init +EXPORT_SYMBOL_GPL vmlinux 0xeeb307cf netlink_add_tap +EXPORT_SYMBOL_GPL vmlinux 0xeebc04d6 irq_chip_request_resources_parent +EXPORT_SYMBOL_GPL vmlinux 0xeec8f084 blk_mq_quiesce_tagset +EXPORT_SYMBOL_GPL vmlinux 0xeedd987e phy_10gbit_features_array +EXPORT_SYMBOL_GPL vmlinux 0xeee4b172 mnt_idmap_put +EXPORT_SYMBOL_GPL vmlinux 0xef124621 inet6_csk_addr2sockaddr +EXPORT_SYMBOL_GPL vmlinux 0xef13106c nr_threads +EXPORT_SYMBOL_GPL vmlinux 0xef13530a kvm_get_kvm +EXPORT_SYMBOL_GPL vmlinux 0xef41e643 mptcp_pm_get_add_addr_signal_max +EXPORT_SYMBOL_GPL vmlinux 0xef464c28 getboottime64 +EXPORT_SYMBOL_GPL vmlinux 0xef55539a dm_send_uevents +EXPORT_SYMBOL_GPL vmlinux 0xef67ec35 __tracepoint_neigh_update +EXPORT_SYMBOL_GPL vmlinux 0xef6c3f70 round_jiffies_up_relative +EXPORT_SYMBOL_GPL vmlinux 0xef70eb7e ring_buffer_iter_advance +EXPORT_SYMBOL_GPL vmlinux 0xef7263bc pci_epf_alloc_space +EXPORT_SYMBOL_GPL vmlinux 0xef77c63e pci_create_ims_domain +EXPORT_SYMBOL_GPL vmlinux 0xef908e3d proc_create_net_data +EXPORT_SYMBOL_GPL vmlinux 0xef9c8eef ipl_info +EXPORT_SYMBOL_GPL vmlinux 0xefa2c27d register_tracepoint_module_notifier +EXPORT_SYMBOL_GPL vmlinux 0xefb49276 vcpu_put +EXPORT_SYMBOL_GPL vmlinux 0xefc1d7be md_stop +EXPORT_SYMBOL_GPL vmlinux 0xefc8a8e2 fw_devlink_purge_absent_suppliers +EXPORT_SYMBOL_GPL vmlinux 0xefc8e084 blk_next_bio +EXPORT_SYMBOL_GPL vmlinux 0xefd6a45f irq_domain_translate_twocell +EXPORT_SYMBOL_GPL vmlinux 0xefd7154f __inet_inherit_port +EXPORT_SYMBOL_GPL vmlinux 0xefda4fa7 hrtimer_init_sleeper +EXPORT_SYMBOL_GPL vmlinux 0xeff5f3a9 lwtunnel_valid_encap_type +EXPORT_SYMBOL_GPL vmlinux 0xf00a0eee pci_debug_err_id +EXPORT_SYMBOL_GPL vmlinux 0xf04eafae dw_pcie_find_ext_capability +EXPORT_SYMBOL_GPL vmlinux 0xf04f361a auxiliary_find_device +EXPORT_SYMBOL_GPL vmlinux 0xf05a52fe asn1_encode_oid +EXPORT_SYMBOL_GPL vmlinux 0xf05fbf09 pci_pio_to_address +EXPORT_SYMBOL_GPL vmlinux 0xf0684e19 dm_table_set_type +EXPORT_SYMBOL_GPL vmlinux 0xf0691f68 irq_domain_update_bus_token +EXPORT_SYMBOL_GPL vmlinux 0xf080db15 xas_create_range +EXPORT_SYMBOL_GPL vmlinux 0xf087e937 pci_user_read_config_dword +EXPORT_SYMBOL_GPL vmlinux 0xf0910075 sfp_bus_del_upstream +EXPORT_SYMBOL_GPL vmlinux 0xf0c480ef set_online_page_callback +EXPORT_SYMBOL_GPL vmlinux 0xf0f37e7c blkdev_zone_mgmt +EXPORT_SYMBOL_GPL vmlinux 0xf0fab950 device_match_of_node +EXPORT_SYMBOL_GPL vmlinux 0xf0fd67b0 __devm_pci_epc_create +EXPORT_SYMBOL_GPL vmlinux 0xf1124ecd sfp_upstream_set_signal_rate +EXPORT_SYMBOL_GPL vmlinux 0xf125c667 devl_param_driverinit_value_get +EXPORT_SYMBOL_GPL vmlinux 0xf14f7286 crypto_alloc_rng +EXPORT_SYMBOL_GPL vmlinux 0xf15a4231 cdrom_read_tocentry +EXPORT_SYMBOL_GPL vmlinux 0xf184d189 kernel_power_off +EXPORT_SYMBOL_GPL vmlinux 0xf194c9c3 mas_walk +EXPORT_SYMBOL_GPL vmlinux 0xf1a64886 ftrace_ops_set_global_filter +EXPORT_SYMBOL_GPL vmlinux 0xf20a6294 regmap_multi_reg_write_bypassed +EXPORT_SYMBOL_GPL vmlinux 0xf21e1f9b disable_percpu_irq +EXPORT_SYMBOL_GPL vmlinux 0xf21ee183 register_btf_id_dtor_kfuncs +EXPORT_SYMBOL_GPL vmlinux 0xf247569a tcp_plb_update_state +EXPORT_SYMBOL_GPL vmlinux 0xf25442cc devlink_port_type_eth_set +EXPORT_SYMBOL_GPL vmlinux 0xf2669b83 debugfs_create_regset32 +EXPORT_SYMBOL_GPL vmlinux 0xf2839da9 fat_sync_inode +EXPORT_SYMBOL_GPL vmlinux 0xf28404cf devlink_dpipe_header_ipv6 +EXPORT_SYMBOL_GPL vmlinux 0xf2967796 ring_buffer_record_on +EXPORT_SYMBOL_GPL vmlinux 0xf2a1a952 gpiod_set_consumer_name +EXPORT_SYMBOL_GPL vmlinux 0xf2b33cb7 memory_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xf2b99b1d inet_ehash_nolisten +EXPORT_SYMBOL_GPL vmlinux 0xf2bcd698 devlink_resource_occ_get_register +EXPORT_SYMBOL_GPL vmlinux 0xf2c4cd7e fscrypt_symlink_getattr +EXPORT_SYMBOL_GPL vmlinux 0xf2ce5997 inode_sb_list_add +EXPORT_SYMBOL_GPL vmlinux 0xf2fb61bd vprintk_default +EXPORT_SYMBOL_GPL vmlinux 0xf311e156 key_being_used_for +EXPORT_SYMBOL_GPL vmlinux 0xf31b3fd1 workqueue_set_max_active +EXPORT_SYMBOL_GPL vmlinux 0xf3307e50 kobject_rename +EXPORT_SYMBOL_GPL vmlinux 0xf333f30d fuse_init_fs_context_submount +EXPORT_SYMBOL_GPL vmlinux 0xf338ad1e sk_set_peek_off +EXPORT_SYMBOL_GPL vmlinux 0xf33ba35a kvm_make_all_cpus_request +EXPORT_SYMBOL_GPL vmlinux 0xf352023f memory_cgrp_subsys_enabled_key +EXPORT_SYMBOL_GPL vmlinux 0xf3691d92 driver_for_each_device +EXPORT_SYMBOL_GPL vmlinux 0xf36e173e sk_msg_free_nocharge +EXPORT_SYMBOL_GPL vmlinux 0xf36ed61d dm_internal_resume +EXPORT_SYMBOL_GPL vmlinux 0xf3797506 mpi_ec_deinit +EXPORT_SYMBOL_GPL vmlinux 0xf3808cb1 get_state_synchronize_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf383d6c2 rtnl_put_cacheinfo +EXPORT_SYMBOL_GPL vmlinux 0xf385fdf4 fuse_dev_alloc_install +EXPORT_SYMBOL_GPL vmlinux 0xf3a09fe7 crypto_has_kpp +EXPORT_SYMBOL_GPL vmlinux 0xf3c959c3 fat_get_dotdot_entry +EXPORT_SYMBOL_GPL vmlinux 0xf3eb9a8e perf_trace_run_bpf_submit +EXPORT_SYMBOL_GPL vmlinux 0xf4126fa7 perf_event_refresh +EXPORT_SYMBOL_GPL vmlinux 0xf415b8d4 tty_encode_baud_rate +EXPORT_SYMBOL_GPL vmlinux 0xf45ba0a4 sfp_add_phy +EXPORT_SYMBOL_GPL vmlinux 0xf46685a4 devlink_is_reload_failed +EXPORT_SYMBOL_GPL vmlinux 0xf4689d50 linkmode_set_pause +EXPORT_SYMBOL_GPL vmlinux 0xf47654df irq_check_status_bit +EXPORT_SYMBOL_GPL vmlinux 0xf47cc72c __dev_change_net_namespace +EXPORT_SYMBOL_GPL vmlinux 0xf483e13b component_add +EXPORT_SYMBOL_GPL vmlinux 0xf495a1de __xdp_rxq_info_reg +EXPORT_SYMBOL_GPL vmlinux 0xf4acda2d xfrm_state_afinfo_get_rcu +EXPORT_SYMBOL_GPL vmlinux 0xf4af35c2 rcu_gp_is_normal +EXPORT_SYMBOL_GPL vmlinux 0xf4c188d3 iomap_ioend_try_merge +EXPORT_SYMBOL_GPL vmlinux 0xf4ce2e10 __netif_set_xps_queue +EXPORT_SYMBOL_GPL vmlinux 0xf4ed648b unregister_kprobe +EXPORT_SYMBOL_GPL vmlinux 0xf52a1aa2 cio_cancel +EXPORT_SYMBOL_GPL vmlinux 0xf52df30f vfs_inode_has_locks +EXPORT_SYMBOL_GPL vmlinux 0xf532cd23 fwnode_graph_get_remote_port_parent +EXPORT_SYMBOL_GPL vmlinux 0xf53f1976 kvm_vcpu_map +EXPORT_SYMBOL_GPL vmlinux 0xf54bd49b lcm +EXPORT_SYMBOL_GPL vmlinux 0xf5505216 ping_queue_rcv_skb +EXPORT_SYMBOL_GPL vmlinux 0xf56310e8 crypto_clone_tfm +EXPORT_SYMBOL_GPL vmlinux 0xf564e32d iommu_detach_device +EXPORT_SYMBOL_GPL vmlinux 0xf567fb1e driver_deferred_probe_check_state +EXPORT_SYMBOL_GPL vmlinux 0xf5a067bf iommu_group_dma_owner_claimed +EXPORT_SYMBOL_GPL vmlinux 0xf5a691cd invalidate_bh_lrus +EXPORT_SYMBOL_GPL vmlinux 0xf5b86287 tcp_set_state +EXPORT_SYMBOL_GPL vmlinux 0xf5e40ddd sysfs_remove_bin_file +EXPORT_SYMBOL_GPL vmlinux 0xf5f370e0 async_schedule_node +EXPORT_SYMBOL_GPL vmlinux 0xf5ffcebb fscrypt_limit_io_blocks +EXPORT_SYMBOL_GPL vmlinux 0xf61c629a pci_ioremap_bar +EXPORT_SYMBOL_GPL vmlinux 0xf62dfc54 ping_get_port +EXPORT_SYMBOL_GPL vmlinux 0xf657be8f __iowrite32_copy +EXPORT_SYMBOL_GPL vmlinux 0xf65c1da8 input_class +EXPORT_SYMBOL_GPL vmlinux 0xf67a41cc fb_sys_read +EXPORT_SYMBOL_GPL vmlinux 0xf688c5b3 priv_to_devlink +EXPORT_SYMBOL_GPL vmlinux 0xf6beee37 __SCK__tp_func_pelt_cfs_tp +EXPORT_SYMBOL_GPL vmlinux 0xf6c296b2 crc64_rocksoft_update +EXPORT_SYMBOL_GPL vmlinux 0xf6c75713 anon_inode_getfd_secure +EXPORT_SYMBOL_GPL vmlinux 0xf6c8dc62 cpu_hotplug_enable +EXPORT_SYMBOL_GPL vmlinux 0xf6d60024 crypto_unregister_rngs +EXPORT_SYMBOL_GPL vmlinux 0xf70c4a28 page_cache_sync_ra +EXPORT_SYMBOL_GPL vmlinux 0xf7145dc4 drop_reasons_unregister_subsys +EXPORT_SYMBOL_GPL vmlinux 0xf71aa80b gpiod_direction_output +EXPORT_SYMBOL_GPL vmlinux 0xf7241b93 tty_release_struct +EXPORT_SYMBOL_GPL vmlinux 0xf72a65ea tty_get_char_size +EXPORT_SYMBOL_GPL vmlinux 0xf72e8635 class_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf7455c16 input_event_to_user +EXPORT_SYMBOL_GPL vmlinux 0xf749debc md5_zero_message_hash +EXPORT_SYMBOL_GPL vmlinux 0xf74bb274 mod_delayed_work_on +EXPORT_SYMBOL_GPL vmlinux 0xf74e7c93 jump_label_rate_limit +EXPORT_SYMBOL_GPL vmlinux 0xf750ba3f vp_modern_remove +EXPORT_SYMBOL_GPL vmlinux 0xf75b3d8d debugfs_create_dir +EXPORT_SYMBOL_GPL vmlinux 0xf782fb07 percpu_ref_switch_to_atomic_sync +EXPORT_SYMBOL_GPL vmlinux 0xf78ff52f device_driver_attach +EXPORT_SYMBOL_GPL vmlinux 0xf79462af devl_dpipe_table_register +EXPORT_SYMBOL_GPL vmlinux 0xf7a98933 devl_params_unregister +EXPORT_SYMBOL_GPL vmlinux 0xf7bc95b0 devlink_fmsg_pair_nest_start +EXPORT_SYMBOL_GPL vmlinux 0xf7c6ce6d pci_epc_get +EXPORT_SYMBOL_GPL vmlinux 0xf7e388da sched_setattr_nocheck +EXPORT_SYMBOL_GPL vmlinux 0xf7e5b965 serdev_controller_alloc +EXPORT_SYMBOL_GPL vmlinux 0xf7f1b590 hvc_instantiate +EXPORT_SYMBOL_GPL vmlinux 0xf7fb6404 pci_epc_start +EXPORT_SYMBOL_GPL vmlinux 0xf8069617 bpf_prog_destroy +EXPORT_SYMBOL_GPL vmlinux 0xf81994a2 hrtimer_cancel +EXPORT_SYMBOL_GPL vmlinux 0xf8287d7e __platform_register_drivers +EXPORT_SYMBOL_GPL vmlinux 0xf8300ae4 serdev_device_close +EXPORT_SYMBOL_GPL vmlinux 0xf855ccce __zpci_store +EXPORT_SYMBOL_GPL vmlinux 0xf869694c sk_msg_trim +EXPORT_SYMBOL_GPL vmlinux 0xf877d08d ccw_device_get_chpid +EXPORT_SYMBOL_GPL vmlinux 0xf883bf93 crypto_dh_key_len +EXPORT_SYMBOL_GPL vmlinux 0xf8906c9a irq_chip_set_parent_state +EXPORT_SYMBOL_GPL vmlinux 0xf8b4cb9d scsi_dh_set_params +EXPORT_SYMBOL_GPL vmlinux 0xf8c3dc85 inet_getpeer +EXPORT_SYMBOL_GPL vmlinux 0xf8d8d160 tpm_chip_stop +EXPORT_SYMBOL_GPL vmlinux 0xf908ed3e folio_wait_writeback +EXPORT_SYMBOL_GPL vmlinux 0xf9099913 iommu_set_pgtable_quirks +EXPORT_SYMBOL_GPL vmlinux 0xf9191fba __io_uring_cmd_do_in_task +EXPORT_SYMBOL_GPL vmlinux 0xf92aa022 pci_set_pcie_reset_state +EXPORT_SYMBOL_GPL vmlinux 0xf95322f4 kthread_parkme +EXPORT_SYMBOL_GPL vmlinux 0xf96c4808 input_ff_event +EXPORT_SYMBOL_GPL vmlinux 0xf96ecc78 alarm_cancel +EXPORT_SYMBOL_GPL vmlinux 0xf96fb67b device_link_remove +EXPORT_SYMBOL_GPL vmlinux 0xf9707199 bus_get_dev_root +EXPORT_SYMBOL_GPL vmlinux 0xf971a24a devm_gpiod_get_optional +EXPORT_SYMBOL_GPL vmlinux 0xf9755232 pci_epc_map_addr +EXPORT_SYMBOL_GPL vmlinux 0xf98c6a24 get_net_ns_by_id +EXPORT_SYMBOL_GPL vmlinux 0xf9a054b5 __round_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xf9b61bb8 tcp_twsk_unique +EXPORT_SYMBOL_GPL vmlinux 0xf9c9aa02 dm_start_time_ns_from_clone +EXPORT_SYMBOL_GPL vmlinux 0xf9d0b3f0 vp_legacy_set_queue_address +EXPORT_SYMBOL_GPL vmlinux 0xf9dfd51f dax_recovery_write +EXPORT_SYMBOL_GPL vmlinux 0xf9e08f5a perf_event_update_userpage +EXPORT_SYMBOL_GPL vmlinux 0xf9f6924f fscrypt_context_for_new_inode +EXPORT_SYMBOL_GPL vmlinux 0xf9fcb2e7 iocb_bio_iopoll +EXPORT_SYMBOL_GPL vmlinux 0xfa0af354 page_cache_ra_unbounded +EXPORT_SYMBOL_GPL vmlinux 0xfa1e43bd vfs_submount +EXPORT_SYMBOL_GPL vmlinux 0xfa1eb910 unregister_syscore_ops +EXPORT_SYMBOL_GPL vmlinux 0xfa2bbb4e class_interface_unregister +EXPORT_SYMBOL_GPL vmlinux 0xfa521b28 trace_get_event_file +EXPORT_SYMBOL_GPL vmlinux 0xfa666974 queue_work_node +EXPORT_SYMBOL_GPL vmlinux 0xfa8b4f91 handle_fasteoi_irq +EXPORT_SYMBOL_GPL vmlinux 0xfaa0d820 iomap_fiemap +EXPORT_SYMBOL_GPL vmlinux 0xfaafeadf transport_add_device +EXPORT_SYMBOL_GPL vmlinux 0xfab13212 pkcs7_get_content_data +EXPORT_SYMBOL_GPL vmlinux 0xfab30dc0 mdio_bus_exit +EXPORT_SYMBOL_GPL vmlinux 0xfac736ac fsnotify_alloc_group +EXPORT_SYMBOL_GPL vmlinux 0xfad9c827 kill_dax +EXPORT_SYMBOL_GPL vmlinux 0xfadb9f3b trace_array_destroy +EXPORT_SYMBOL_GPL vmlinux 0xfadd1922 pci_reset_function +EXPORT_SYMBOL_GPL vmlinux 0xfb0d7867 __tracepoint_kfree_skb +EXPORT_SYMBOL_GPL vmlinux 0xfb170b12 inet_send_prepare +EXPORT_SYMBOL_GPL vmlinux 0xfb29a7b9 nf_ip_route +EXPORT_SYMBOL_GPL vmlinux 0xfb32b30f ring_buffer_read_prepare_sync +EXPORT_SYMBOL_GPL vmlinux 0xfb3c511a crypto_unregister_alg +EXPORT_SYMBOL_GPL vmlinux 0xfb51822d ip_fib_metrics_init +EXPORT_SYMBOL_GPL vmlinux 0xfb53d1f9 iptunnel_xmit +EXPORT_SYMBOL_GPL vmlinux 0xfb54825e device_reprobe +EXPORT_SYMBOL_GPL vmlinux 0xfb5d3859 register_asymmetric_key_parser +EXPORT_SYMBOL_GPL vmlinux 0xfb60faf5 posix_acl_clone +EXPORT_SYMBOL_GPL vmlinux 0xfb7ede31 tty_set_termios +EXPORT_SYMBOL_GPL vmlinux 0xfba2fc44 ptp_parse_header +EXPORT_SYMBOL_GPL vmlinux 0xfbb4283a peernet2id_alloc +EXPORT_SYMBOL_GPL vmlinux 0xfbbd41ca no_action +EXPORT_SYMBOL_GPL vmlinux 0xfbc31d7a regcache_cache_only +EXPORT_SYMBOL_GPL vmlinux 0xfbd0eec3 hwrng_register +EXPORT_SYMBOL_GPL vmlinux 0xfbd264f2 devlink_priv +EXPORT_SYMBOL_GPL vmlinux 0xfbd49503 ext_pi_type3_crc64 +EXPORT_SYMBOL_GPL vmlinux 0xfbd52253 crypto_alloc_acomp +EXPORT_SYMBOL_GPL vmlinux 0xfbdd3941 hrtimer_sleeper_start_expires +EXPORT_SYMBOL_GPL vmlinux 0xfbfb0ecf unregister_ftrace_function +EXPORT_SYMBOL_GPL vmlinux 0xfbffd601 net_prio_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xfc03d97a page_is_ram +EXPORT_SYMBOL_GPL vmlinux 0xfc09f461 gpiochip_get_data +EXPORT_SYMBOL_GPL vmlinux 0xfc1d4b05 call_srcu +EXPORT_SYMBOL_GPL vmlinux 0xfc5ee204 user_destroy +EXPORT_SYMBOL_GPL vmlinux 0xfc80bb2f devlink_free +EXPORT_SYMBOL_GPL vmlinux 0xfc8d9aeb udp_bpf_update_proto +EXPORT_SYMBOL_GPL vmlinux 0xfc9de9f9 fsverity_get_digest +EXPORT_SYMBOL_GPL vmlinux 0xfcb3cba4 fwnode_device_is_available +EXPORT_SYMBOL_GPL vmlinux 0xfcbfec70 add_memory_driver_managed +EXPORT_SYMBOL_GPL vmlinux 0xfcc1edd3 memory_block_size_bytes +EXPORT_SYMBOL_GPL vmlinux 0xfcc7981f fib_nh_common_init +EXPORT_SYMBOL_GPL vmlinux 0xfcf250a1 gpiod_get_index +EXPORT_SYMBOL_GPL vmlinux 0xfcf9ef73 hw_protection_shutdown +EXPORT_SYMBOL_GPL vmlinux 0xfd2a481e lzorle1x_1_compress +EXPORT_SYMBOL_GPL vmlinux 0xfd2e9792 dax_add_host +EXPORT_SYMBOL_GPL vmlinux 0xfd3030eb devm_remove_action +EXPORT_SYMBOL_GPL vmlinux 0xfd4d2332 trace_define_field +EXPORT_SYMBOL_GPL vmlinux 0xfd6c994f dw_pcie_ep_linkup +EXPORT_SYMBOL_GPL vmlinux 0xfd77e268 register_sys_off_handler +EXPORT_SYMBOL_GPL vmlinux 0xfd9e50ee ip_route_output_key_hash +EXPORT_SYMBOL_GPL vmlinux 0xfdb23b0f sk_psock_msg_verdict +EXPORT_SYMBOL_GPL vmlinux 0xfdbd7a17 crypto_get_attr_type +EXPORT_SYMBOL_GPL vmlinux 0xfdc8ab1e md_run +EXPORT_SYMBOL_GPL vmlinux 0xfdd83f66 vp_modern_set_queue_enable +EXPORT_SYMBOL_GPL vmlinux 0xfdeb2a71 rcu_trc_cmpxchg_need_qs +EXPORT_SYMBOL_GPL vmlinux 0xfdfdda4a msi_unlock_descs +EXPORT_SYMBOL_GPL vmlinux 0xfdfefb5e __cookie_v4_check +EXPORT_SYMBOL_GPL vmlinux 0xfe01e7e2 blkg_rwstat_init +EXPORT_SYMBOL_GPL vmlinux 0xfe161250 blk_queue_flag_test_and_set +EXPORT_SYMBOL_GPL vmlinux 0xfe1a7a7b mpi_point_release +EXPORT_SYMBOL_GPL vmlinux 0xfe1b2f45 ring_buffer_unlock_commit +EXPORT_SYMBOL_GPL vmlinux 0xfe476039 ktime_get_resolution_ns +EXPORT_SYMBOL_GPL vmlinux 0xfe5b7c8f lwtunnel_get_encap_size +EXPORT_SYMBOL_GPL vmlinux 0xfe626439 class_create_file_ns +EXPORT_SYMBOL_GPL vmlinux 0xfe7518c1 iov_iter_is_aligned +EXPORT_SYMBOL_GPL vmlinux 0xfe7a78bf pfn_to_online_page +EXPORT_SYMBOL_GPL vmlinux 0xfe8cdb84 ring_buffer_alloc_read_page +EXPORT_SYMBOL_GPL vmlinux 0xfe9333bc irq_domain_create_sim +EXPORT_SYMBOL_GPL vmlinux 0xfe98e933 tty_register_device_attr +EXPORT_SYMBOL_GPL vmlinux 0xfe990052 gpio_free +EXPORT_SYMBOL_GPL vmlinux 0xfef263d4 regmap_async_complete +EXPORT_SYMBOL_GPL vmlinux 0xfefa2adb input_ff_effect_from_user +EXPORT_SYMBOL_GPL vmlinux 0xff05fa13 vring_interrupt +EXPORT_SYMBOL_GPL vmlinux 0xff403774 region_intersects +EXPORT_SYMBOL_GPL vmlinux 0xff4cbb31 crypto_aead_decrypt +EXPORT_SYMBOL_GPL vmlinux 0xff567bc6 kvm_vcpu_mark_page_dirty +EXPORT_SYMBOL_GPL vmlinux 0xff5c3e11 srcu_notifier_chain_unregister +EXPORT_SYMBOL_GPL vmlinux 0xff5ec9c9 devm_gpiod_get_array_optional +EXPORT_SYMBOL_GPL vmlinux 0xff684bf6 sfp_parse_support +EXPORT_SYMBOL_GPL vmlinux 0xff7cebe6 kvm_put_kvm +EXPORT_SYMBOL_GPL vmlinux 0xff7e33bf mpi_sub_ui +EXPORT_SYMBOL_GPL vmlinux 0xff81487d gpiod_remove_lookup_table +EXPORT_SYMBOL_GPL vmlinux 0xff84a8a5 page_reporting_order +EXPORT_SYMBOL_GPL vmlinux 0xff8cbf4b rhashtable_walk_start_check +EXPORT_SYMBOL_GPL vmlinux 0xff9b06fc srcu_batches_completed +EXPORT_SYMBOL_GPL vmlinux 0xff9e23d1 hugetlb_cgrp_subsys_on_dfl_key +EXPORT_SYMBOL_GPL vmlinux 0xffa8ec9f sysfs_remove_file_self +EXPORT_SYMBOL_GPL vmlinux 0xffae8e8b nsecs_to_jiffies +EXPORT_SYMBOL_GPL vmlinux 0xffc34094 blk_set_pm_only +EXPORT_SYMBOL_GPL vmlinux 0xffcd7a87 __ip6_local_out +EXPORT_SYMBOL_GPL vmlinux 0xffd2088f cmf_readall +EXPORT_SYMBOL_GPL vmlinux 0xffe0c3b6 crypto_register_templates +EXPORT_SYMBOL_GPL vmlinux 0xfff1c39c scsi_unregister_device_handler +EXPORT_SYMBOL_GPL vmlinux 0xfff22332 cio_update_schib +EXPORT_SYMBOL_GPL vmlinux 0xfff4cf1a tpm2_get_cc_attrs_tbl +EXPORT_SYMBOL_GPL vmlinux 0xfff61032 call_switchdev_notifiers +FIRMWARE_LOADER_PRIVATE EXPORT_SYMBOL_GPL 0x07342898 unregister_firmware_config_sysctl vmlinux +FIRMWARE_LOADER_PRIVATE EXPORT_SYMBOL_GPL 0xae43feea register_firmware_config_sysctl vmlinux +FIRMWARE_LOADER_PRIVATE EXPORT_SYMBOL_GPL 0xd3ae7756 fw_fallback_config vmlinux +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x6639c10c nvme_put_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0x6814b52a nvme_passthru_end drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xbc377e80 nvme_ctrl_from_file drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xcdf92639 nvme_execute_rq drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xd2edce41 nvme_passthru_start drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xe37faa24 nvme_find_get_ns drivers/nvme/host/nvme-core +NVME_TARGET_PASSTHRU EXPORT_SYMBOL_GPL 0xf381fdd0 nvme_command_effects drivers/nvme/host/nvme-core +TEST_FIRMWARE EXPORT_SYMBOL_GPL 0x46ed53c1 firmware_request_builtin vmlinux --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.master/abi/s390x/generic.compiler +++ linux-lowlatency-hwe-6.5-6.5.0/debian.master/abi/s390x/generic.compiler @@ -0,0 +1 @@ +GCC: (Ubuntu 13.2.0-4ubuntu3) 13.2.0 --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.master/abi/s390x/generic.modules +++ linux-lowlatency-hwe-6.5-6.5.0/debian.master/abi/s390x/generic.modules @@ -0,0 +1,954 @@ +8021q +842 +842_compress +842_decompress +9p +9pnet +9pnet_fd +9pnet_rdma +9pnet_virtio +act_bpf +act_connmark +act_csum +act_ct +act_ctinfo +act_gact +act_gate +act_ipt +act_mirred +act_mpls +act_nat +act_pedit +act_police +act_sample +act_simple +act_skbedit +act_skbmod +act_tunnel_key +act_vlan +adiantum +adin +aegis128 +aes_s390 +aes_ti +af_alg +af_iucv +af_key +af_packet_diag +ah4 +ah6 +algif_aead +algif_hash +algif_rng +algif_skcipher +altera-cvp +altera-pr-ip-core +amd +amlogic-gxl-crypto +amt +ansi_cprng +appldata_mem +appldata_net_sum +appldata_os +aquantia +arp_tables +arpt_mangle +arptable_filter +async_memcpy +async_pq +async_raid6_recov +async_tx +async_xor +auth_rpcgss +authenc +authencesn +ba431-rng +bcache +bcm-phy-lib +bcm-phy-ptp +bcm54140 +bcm7xxx +bcm87xx +bfq +binfmt_misc +blake2b_generic +blocklayoutdriver +blowfish_common +blowfish_generic +bochs +bonding +bpfilter +br_netfilter +brd +bridge +broadcom +btrfs +cachefiles +camellia_generic +cast5_generic +cast6_generic +cast_common +ccm +ccwgroup +ceph +cfb +ch +chacha20poly1305 +chacha_generic +chacha_s390 +chsc_sch +cicada +cifs +cifs_arc4 +cifs_md4 +cls_basic +cls_bpf +cls_cgroup +cls_flow +cls_flower +cls_fw +cls_matchall +cls_route +cls_u32 +cmac +coda +cordic +cortina +crc-itu-t +crc32-vx_s390 +crc32_generic +crc4 +crc7 +crc8 +cryptd +crypto_engine +crypto_user +ctcm +curve25519-generic +cuse +dasd_diag_mod +dasd_eckd_mod +dasd_fba_mod +dasd_mod +davicom +dccp +dccp_diag +dccp_ipv4 +dccp_ipv6 +dcssblk +des_generic +des_s390 +device_dax +diag +diag288_wdt +dlm +dm-bio-prison +dm-bufio +dm-cache +dm-cache-smq +dm-clone +dm-crypt +dm-delay +dm-ebs +dm-era +dm-flakey +dm-historical-service-time +dm-integrity +dm-io-affinity +dm-log +dm-log-userspace +dm-log-writes +dm-mirror +dm-multipath +dm-persistent-data +dm-queue-length +dm-raid +dm-region-hash +dm-round-robin +dm-service-time +dm-snapshot +dm-switch +dm-thin-pool +dm-unstripe +dm-verity +dm-writecache +dm-zero +dm-zoned +dp83640 +dp83822 +dp83848 +dp83867 +dp83869 +dp83tc811 +drbd +drm +drm_kms_helper +drm_panel_orientation_quirks +drm_shmem_helper +drm_ttm_helper +drm_vram_helper +dummy +dummy_stm +dwc-xlgmac +eadm_sch +ebt_802_3 +ebt_among +ebt_arp +ebt_arpreply +ebt_dnat +ebt_ip +ebt_ip6 +ebt_limit +ebt_log +ebt_mark +ebt_mark_m +ebt_nflog +ebt_pkttype +ebt_redirect +ebt_snat +ebt_stp +ebt_vlan +ebtable_broute +ebtable_filter +ebtable_nat +ebtables +ecc +ecdh_generic +ecdsa_generic +echainiv +ecrdsa_generic +em_cmp +em_ipset +em_ipt +em_meta +em_nbyte +em_text +em_u32 +eql +erofs +esp4 +esp4_offload +esp6 +esp6_offload +essiv +et1011c +faulty +fcoe +fcrypt +fou +fou6 +fpga-mgr +fs3270 +fscache +fsm +garp +geneve +genwqe_card +gfs2 +ghash_s390 +gpio-aggregator +gpio-bt8xx +gpio-generic +gpio-idio-16 +gpio-pci-idio-16 +gpio-pcie-idio-24 +gpio-sim +grace +gre +gtp +hangcheck-timer +hfcpci +hmcdrv +i2c-core +i2c-dev +i2c-mux +i2c-stub +ib_cm +ib_core +ib_ipoib +ib_iser +ib_isert +ib_mthca +ib_srp +ib_srpt +ib_umad +ib_uverbs +icplus +ifb +ife +ila +inet_diag +intel-xway +intel_th +intel_th_gth +intel_th_msu +intel_th_msu_sink +intel_th_pci +intel_th_pti +intel_th_sth +ip6_gre +ip6_tables +ip6_tunnel +ip6_udp_tunnel +ip6_vti +ip6t_NPT +ip6t_REJECT +ip6t_SYNPROXY +ip6t_ah +ip6t_eui64 +ip6t_frag +ip6t_hbh +ip6t_ipv6header +ip6t_mh +ip6t_rpfilter +ip6t_rt +ip6t_srh +ip6table_filter +ip6table_mangle +ip6table_nat +ip6table_raw +ip6table_security +ip_gre +ip_set +ip_set_bitmap_ip +ip_set_bitmap_ipmac +ip_set_bitmap_port +ip_set_hash_ip +ip_set_hash_ipmac +ip_set_hash_ipmark +ip_set_hash_ipport +ip_set_hash_ipportip +ip_set_hash_ipportnet +ip_set_hash_mac +ip_set_hash_net +ip_set_hash_netiface +ip_set_hash_netnet +ip_set_hash_netport +ip_set_hash_netportnet +ip_set_list_set +ip_tables +ip_tunnel +ip_vs +ip_vs_dh +ip_vs_fo +ip_vs_ftp +ip_vs_lblc +ip_vs_lblcr +ip_vs_lc +ip_vs_mh +ip_vs_nq +ip_vs_ovf +ip_vs_pe_sip +ip_vs_rr +ip_vs_sed +ip_vs_sh +ip_vs_wlc +ip_vs_wrr +ip_vti +ipcomp +ipcomp6 +ipip +ipt_ECN +ipt_REJECT +ipt_SYNPROXY +ipt_ah +ipt_rpfilter +iptable_filter +iptable_mangle +iptable_nat +iptable_raw +iptable_security +ipvlan +ipvtap +irqbypass +iscsi_boot_sysfs +iscsi_target_mod +iscsi_tcp +ism +isofs +iw_cm +kafs +kcm +keywrap +kheaders +kmem +ksmbd +kyber-iosched +l1oip +l2tp_core +l2tp_debugfs +l2tp_eth +l2tp_ip +l2tp_ip6 +l2tp_netlink +lcs +libceph +libchacha +libchacha20poly1305 +libcrc32c +libcurve25519 +libcurve25519-generic +libdes +libfc +libfcoe +libiscsi +libiscsi_tcp +libpoly1305 +libsas +linear +llc +lockd +lru_cache +lrw +lxt +lz4 +lz4_compress +lz4hc +lz4hc_compress +mISDN_core +mISDN_dsp +mac-celtic +mac-centeuro +mac-croatian +mac-cyrillic +mac-gaelic +mac-greek +mac-iceland +mac-inuit +mac-roman +mac-romanian +mac-turkish +macsec +macvlan +macvtap +marvell +marvell10g +md-cluster +md4 +mdev +mdio-i2c +memory-notifier-error-inject +mena21_wdt +mfd-core +michael_mic +micrel +microchip +microchip_t1 +mip6 +mlx4_core +mlx4_en +mlx4_ib +mlx5_core +mlx5_ib +mlxfw +mlxsw_core +mlxsw_pci +mlxsw_spectrum +monreader +monwriter +mpls_gso +mpls_iptunnel +mpls_router +mpt3sas +mptcp_diag +mrp +mscc +msdos +national +nbd +netconsole +netdevsim +netfs +netiucv +netlink_diag +nf_conncount +nf_conntrack +nf_conntrack_amanda +nf_conntrack_bridge +nf_conntrack_broadcast +nf_conntrack_ftp +nf_conntrack_h323 +nf_conntrack_irc +nf_conntrack_netbios_ns +nf_conntrack_netlink +nf_conntrack_pptp +nf_conntrack_sane +nf_conntrack_sip +nf_conntrack_snmp +nf_conntrack_tftp +nf_defrag_ipv4 +nf_defrag_ipv6 +nf_dup_ipv4 +nf_dup_ipv6 +nf_dup_netdev +nf_flow_table +nf_flow_table_inet +nf_log_syslog +nf_nat +nf_nat_amanda +nf_nat_ftp +nf_nat_h323 +nf_nat_irc +nf_nat_pptp +nf_nat_sip +nf_nat_snmp_basic +nf_nat_tftp +nf_reject_ipv4 +nf_reject_ipv6 +nf_socket_ipv4 +nf_socket_ipv6 +nf_synproxy_core +nf_tables +nf_tproxy_ipv4 +nf_tproxy_ipv6 +nfnetlink +nfnetlink_acct +nfnetlink_cthelper +nfnetlink_cttimeout +nfnetlink_hook +nfnetlink_log +nfnetlink_osf +nfnetlink_queue +nfs +nfs_acl +nfs_layout_flexfiles +nfs_layout_nfsv41_files +nfsd +nfsv2 +nfsv3 +nfsv4 +nft_chain_nat +nft_compat +nft_connlimit +nft_ct +nft_dup_ipv4 +nft_dup_ipv6 +nft_dup_netdev +nft_fib +nft_fib_inet +nft_fib_ipv4 +nft_fib_ipv6 +nft_fib_netdev +nft_flow_offload +nft_fwd_netdev +nft_hash +nft_limit +nft_log +nft_masq +nft_meta_bridge +nft_nat +nft_numgen +nft_osf +nft_queue +nft_quota +nft_redir +nft_reject +nft_reject_bridge +nft_reject_inet +nft_reject_ipv4 +nft_reject_ipv6 +nft_reject_netdev +nft_socket +nft_synproxy +nft_tproxy +nft_tunnel +nft_xfrm +nhpoly1305 +nilfs2 +nlmon +nls_ascii +nls_cp1250 +nls_cp1251 +nls_cp1255 +nls_cp737 +nls_cp775 +nls_cp850 +nls_cp852 +nls_cp855 +nls_cp857 +nls_cp860 +nls_cp861 +nls_cp862 +nls_cp863 +nls_cp864 +nls_cp865 +nls_cp866 +nls_cp869 +nls_cp874 +nls_cp932 +nls_cp936 +nls_cp949 +nls_cp950 +nls_euc-jp +nls_iso8859-1 +nls_iso8859-13 +nls_iso8859-14 +nls_iso8859-15 +nls_iso8859-2 +nls_iso8859-3 +nls_iso8859-4 +nls_iso8859-5 +nls_iso8859-6 +nls_iso8859-7 +nls_iso8859-9 +nls_koi8-r +nls_koi8-ru +nls_koi8-u +nls_utf8 +notifier-error-inject +nsh +ntfs +ntfs3 +null_blk +nvme +nvme-common +nvme-core +nvme-fabrics +nvme-fc +nvme-loop +nvme-rdma +nvme-tcp +nvmet +nvmet-fc +nvmet-rdma +nvmet-tcp +objagg +ocfs2 +ocfs2_dlm +ocfs2_dlmfs +ocfs2_nodemanager +ocfs2_stack_o2cb +ocfs2_stack_user +ocfs2_stackglue +ofb +openvswitch +orangefs +overlay +p8022 +paes_s390 +parman +pcbc +pci-pf-stub +pci-stub +pcrypt +phylink +pkcs7_test_key +pkcs8_key_parser +pkey +pktgen +pnet +poly1305_generic +pretimeout_panic +prng +psample +psnap +ptp +ptp_clockmatrix +ptp_ines +qdio +qeth +qeth_l2 +qeth_l3 +qsemi +quota_tree +quota_v1 +quota_v2 +raid0 +raid1 +raid10 +raid456 +raid6_pq +raid_class +raw_diag +rbd +rdma_cm +rdma_rxe +rdma_ucm +rds +rds_rdma +rds_tcp +realtek +regmap-i2c +rmd160 +rnbd-client +rnbd-server +rockchip +rpcrdma +rpcsec_gss_krb5 +rtrs-client +rtrs-core +rtrs-server +rxrpc +s390-trng +sample-trace-array +sch_cake +sch_cbs +sch_choke +sch_codel +sch_drr +sch_etf +sch_ets +sch_fq +sch_fq_codel +sch_fq_pie +sch_gred +sch_hfsc +sch_hhf +sch_htb +sch_ingress +sch_mqprio +sch_mqprio_lib +sch_multiq +sch_netem +sch_pie +sch_plug +sch_prio +sch_qfq +sch_red +sch_sfb +sch_sfq +sch_skbprio +sch_taprio +sch_tbf +sch_teql +scm_block +scsi_debug +scsi_dh_alua +scsi_dh_emc +scsi_dh_hp_sw +scsi_dh_rdac +scsi_transport_fc +scsi_transport_iscsi +scsi_transport_sas +scsi_transport_spi +scsi_transport_srp +sctp +sctp_diag +serial_base +serpent_generic +sfp +sha1_s390 +sha256_s390 +sha3_256_s390 +sha3_512_s390 +siox-bus-gpio +siox-core +sit +siw +slicoss +slim-qcom-ctrl +slimbus +sm2_generic +sm3 +smc +smc_diag +smsc +smsgiucv_app +softdog +spl +st +st_drv +ste10Xp +stm_console +stm_core +stm_ftrace +stm_heartbeat +stm_p_basic +stm_p_sys-t +stp +streebog_generic +sunrpc +switchtec +tap +tape +tape_34xx +tape_3590 +tape_class +target_core_file +target_core_iblock +target_core_mod +target_core_pscsi +target_core_user +tcm_fc +tcm_loop +tcp_bbr +tcp_bic +tcp_cdg +tcp_dctcp +tcp_diag +tcp_highspeed +tcp_htcp +tcp_hybla +tcp_illinois +tcp_lp +tcp_nv +tcp_scalable +tcp_vegas +tcp_veno +tcp_westwood +tcp_yeah +tcrypt +team +team_mode_activebackup +team_mode_broadcast +team_mode_loadbalance +team_mode_random +team_mode_roundrobin +teranetics +test_blackhole_dev +test_bpf +tipc +tls +tpm_vtpm_proxy +tps6594-core +tps6594-esm +tps6594-i2c +tps6594-pfsm +trace-printk +ts_bm +ts_fsm +ts_kmp +tsnep +ttm +tunnel4 +tunnel6 +twofish_common +twofish_generic +uPD60620 +uartlite +ubuntu-host +udf +udp_diag +udp_tunnel +uio +unix_diag +veth +vfio +vfio-pci +vfio-pci-core +vfio_ap +vfio_ccw +vfio_iommu_type1 +vhost +vhost_iotlb +vhost_net +vhost_scsi +vhost_vsock +virtio-gpu +virtio-rng +virtio_crypto +virtio_dma_buf +virtio_input +virtiofs +vitesse +vmac +vmlogrdr +vmur +vmw_vsock_virtio_transport +vmw_vsock_virtio_transport_common +vport-geneve +vport-gre +vport-vxlan +vrf +vsock +vsock_diag +vsock_loopback +vsockmon +vxlan +wireguard +wp512 +x_tables +xcbc +xfrm4_tunnel +xfrm6_tunnel +xfrm_algo +xfrm_interface +xfrm_ipcomp +xfrm_user +xfs +xilinx_emac +xilinx_gmii2rgmii +xor +xsk_diag +xt_AUDIT +xt_CHECKSUM +xt_CLASSIFY +xt_CONNSECMARK +xt_CT +xt_DSCP +xt_HL +xt_HMARK +xt_IDLETIMER +xt_LOG +xt_MASQUERADE +xt_NETMAP +xt_NFLOG +xt_NFQUEUE +xt_RATEEST +xt_REDIRECT +xt_SECMARK +xt_TCPMSS +xt_TCPOPTSTRIP +xt_TEE +xt_TPROXY +xt_TRACE +xt_addrtype +xt_bpf +xt_cgroup +xt_cluster +xt_comment +xt_connbytes +xt_connlabel +xt_connlimit +xt_connmark +xt_conntrack +xt_cpu +xt_dccp +xt_devgroup +xt_dscp +xt_ecn +xt_esp +xt_hashlimit +xt_helper +xt_hl +xt_ipcomp +xt_iprange +xt_ipvs +xt_l2tp +xt_length +xt_limit +xt_mac +xt_mark +xt_multiport +xt_nat +xt_nfacct +xt_osf +xt_owner +xt_physdev +xt_pkttype +xt_policy +xt_quota +xt_rateest +xt_realm +xt_recent +xt_sctp +xt_set +xt_socket +xt_state +xt_statistic +xt_string +xt_tcpmss +xt_tcpudp +xt_time +xt_u32 +xxhash_generic +z3fold +zcrypt +zcrypt_cex2a +zcrypt_cex2c +zcrypt_cex4 +zfcp +zfs +zonefs +zram +zstd --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.master/abi/s390x/generic.modules.builtin +++ linux-lowlatency-hwe-6.5-6.5.0/debian.master/abi/s390x/generic.modules.builtin @@ -0,0 +1,155 @@ +aead +aes_generic +af_packet +akcipher +asn1_decoder +asn1_encoder +autofs4 +binfmt_script +bitrev +bsg +cbc +cdrom +cmm +cn +con3270 +configfs +crc-ccitt +crc-t10dif +crc16 +crc32 +crc32c_generic +crc64 +crc64-rocksoft +crc64_rocksoft_generic +crct10dif_common +crct10dif_generic +crypto +crypto_acompress +crypto_algapi +crypto_hash +crypto_null +cryptomgr +ctr +cts +dax +deflate +dh_generic +digsig +dm-mod +dns_resolver +drbg +drop_monitor +ecb +ecryptfs +encrypted-keys +evdev +exportfs +ext4 +failover +fat +fb +fb_sys_fops +firmware_class +fixed_phy +font +fuse +gcm +geniv +gf128mul +ghash-generic +glob +hmac +input-core +ipv6 +iucv +jbd2 +jitterentropy_rng +kdf_sp800108 +kpp +kvm +libaes +libcryptoutils +libphy +libsha1 +libsha256 +loop +lz4_decompress +lzo +lzo-rle +lzo_compress +lzo_decompress +mbcache +md-mod +md5 +mdio_devres +mpi +mq-deadline +multipath +n_null +net_failover +nls_base +nls_cp437 +oid_registry +pkcs7_message +pps_core +pretimeout_noop +public_key +raw3270 +rng +rng-core +rsa_generic +scsi_common +scsi_mod +sd_mod +selftests +seqiv +serdev +sg +sha1_generic +sha256_generic +sha3_generic +sha512_generic +sha512_s390 +sha_common +sig +skcipher +smsgiucv +squashfs +sr_mod +syscopyarea +sysfillrect +sysimgblt +t10-pi +tcp_cubic +tpm +trusted +tun +unix +utf8data +uvdevice +vfat +virtio +virtio_balloon +virtio_blk +virtio_console +virtio_net +virtio_pci +virtio_pci_legacy_dev +virtio_pci_modern_dev +virtio_ring +virtio_scsi +watchdog +wwnr +x509_key_parser +xts +xxhash +xz_dec +zbud +zlib_deflate +zlib_dfltcc +zlib_inflate +zsmalloc +zstd_common +zstd_compress +zstd_decompress --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.master/abi/s390x/generic.retpoline +++ linux-lowlatency-hwe-6.5-6.5.0/debian.master/abi/s390x/generic.retpoline @@ -0,0 +1 @@ +# RETPOLINE NOT ENABLED --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.master/abi/version +++ linux-lowlatency-hwe-6.5-6.5.0/debian.master/abi/version @@ -0,0 +1 @@ +6.5.0-25.25 --- linux-lowlatency-hwe-6.5-6.5.0.orig/debian.master/changelog +++ linux-lowlatency-hwe-6.5-6.5.0/debian.master/changelog @@ -0,0 +1,24866 @@ +linux (6.5.0-26.26) mantic; urgency=medium + + * mantic/linux: 6.5.0-26.26 -proposed tracker (LP: #2056049) + + * Packaging resync (LP: #1786013) + - [Packaging] update annotations scripts + - debian/dkms-versions -- update from kernel-versions (main/s2024.02.05) + + * CVE-2024-26599 + - pwm: Fix out-of-bounds access in of_pwm_single_xlate() + + * CVE-2024-26597 + - net: qualcomm: rmnet: fix global oob in rmnet_policy + + * CVE-2024-1086 + - netfilter: nf_tables: reject QUEUE/DROP verdict parameters + + * CVE-2024-1085 + - netfilter: nf_tables: check if catch-all set element is active in next + generation + + -- Manuel Diewald Tue, 05 Mar 2024 19:19:49 +0100 + +linux (6.5.0-25.25) mantic; urgency=medium + + * mantic/linux: 6.5.0-25.25 -proposed tracker (LP: #2052615) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/2024.02.05) + + * [SRU][22.04.04]: mpi3mr driver update (LP: #2045233) + - scsi: mpi3mr: Invoke soft reset upon TSU or event ack time out + - scsi: mpi3mr: Update MPI Headers to version 3.00.28 + - scsi: mpi3mr: Add support for more than 1MB I/O + - scsi: mpi3mr: WRITE SAME implementation + - scsi: mpi3mr: Enhance handling of devices removed after controller reset + - scsi: mpi3mr: Update driver version to 8.5.0.0.0 + - scsi: mpi3mr: Split off bus_reset function from host_reset + - scsi: mpi3mr: Add support for SAS5116 PCI IDs + - scsi: mpi3mr: Add PCI checks where SAS5116 diverges from SAS4116 + - scsi: mpi3mr: Increase maximum number of PHYs to 64 from 32 + - scsi: mpi3mr: Add support for status reply descriptor + - scsi: mpi3mr: driver version upgrade to 8.5.0.0.50 + - scsi: mpi3mr: Refresh sdev queue depth after controller reset + - scsi: mpi3mr: Clean up block devices post controller reset + - scsi: mpi3mr: Block PEL Enable Command on Controller Reset and Unrecoverable + State + - scsi: mpi3mr: Fetch correct device dev handle for status reply descriptor + - scsi: mpi3mr: Support for preallocation of SGL BSG data buffers part-1 + - scsi: mpi3mr: Support for preallocation of SGL BSG data buffers part-2 + - scsi: mpi3mr: Support for preallocation of SGL BSG data buffers part-3 + - scsi: mpi3mr: Update driver version to 8.5.1.0.0 + + * The display becomes frozen after some time when a HDMI device is connected. + (LP: #2049027) + - drm/i915/dmc: Don't enable any pipe DMC events + + * Audio balancing setting doesn't work with the cirrus codec (LP: #2051050) + - ALSA: hda/cs8409: Suppress vmaster control for Dolphin models + + * partproke is broken on empty loopback device (LP: #2049689) + - block: Move checking GENHD_FL_NO_PART to bdev_add_partition() + + * CVE-2023-51780 + - atm: Fix Use-After-Free in do_vcc_ioctl + + * CVE-2023-6915 + - ida: Fix crash in ida_free when the bitmap is empty + + * Update Ubuntu.md (LP: #2051176) + - [Packaging] update Ubuntu.md + + * test_021_aslr_dapper_libs from ubuntu_qrt_kernel_security failed on K-5.19 / + J-OEM-6.1 / J-6.2 AMD64 (LP: #1983357) + - [Config]: set ARCH_MMAP_RND_{COMPAT_, }BITS to the maximum + + * Intel E810-XXV - NETDEV WATCHDOG: (ice): transmit queue timed out + (LP: #2036239) + - ice: Add driver support for firmware changes for LAG + - ice: alter feature support check for SRIOV and LAG + + * Mantic update: upstream stable patchset 2024-01-29 (LP: #2051584) + - Upstream stable to v6.1.67, v6.6.6 + - vdpa/mlx5: preserve CVQ vringh index + - hrtimers: Push pending hrtimers away from outgoing CPU earlier + - i2c: designware: Fix corrupted memory seen in the ISR + - netfilter: ipset: fix race condition between swap/destroy and kernel side + add/del/test + - zstd: Fix array-index-out-of-bounds UBSAN warning + - tg3: Move the [rt]x_dropped counters to tg3_napi + - tg3: Increment tx_dropped in tg3_tso_bug() + - kconfig: fix memory leak from range properties + - drm/amdgpu: correct chunk_ptr to a pointer to chunk. + - x86: Introduce ia32_enabled() + - x86/coco: Disable 32-bit emulation by default on TDX and SEV + - x86/entry: Convert INT 0x80 emulation to IDTENTRY + - x86/entry: Do not allow external 0x80 interrupts + - x86/tdx: Allow 32-bit emulation by default + - dt: dt-extract-compatibles: Handle cfile arguments in generator function + - dt: dt-extract-compatibles: Don't follow symlinks when walking tree + - platform/x86: asus-wmi: Move i8042 filter install to shared asus-wmi code + - of: dynamic: Fix of_reconfig_get_state_change() return value documentation + - platform/x86: wmi: Skip blocks with zero instances + - ipv6: fix potential NULL deref in fib6_add() + - octeontx2-pf: Add missing mutex lock in otx2_get_pauseparam + - octeontx2-af: Check return value of nix_get_nixlf before using nixlf + - hv_netvsc: rndis_filter needs to select NLS + - r8152: Rename RTL8152_UNPLUG to RTL8152_INACCESSIBLE + - r8152: Add RTL8152_INACCESSIBLE checks to more loops + - r8152: Add RTL8152_INACCESSIBLE to r8156b_wait_loading_flash() + - r8152: Add RTL8152_INACCESSIBLE to r8153_pre_firmware_1() + - r8152: Add RTL8152_INACCESSIBLE to r8153_aldps_en() + - mlxbf-bootctl: correctly identify secure boot with development keys + - platform/mellanox: Add null pointer checks for devm_kasprintf() + - platform/mellanox: Check devm_hwmon_device_register_with_groups() return + value + - arcnet: restoring support for multiple Sohard Arcnet cards + - octeontx2-pf: consider both Rx and Tx packet stats for adaptive interrupt + coalescing + - net: stmmac: fix FPE events losing + - xsk: Skip polling event check for unbound socket + - octeontx2-af: fix a use-after-free in rvu_npa_register_reporters + - i40e: Fix unexpected MFS warning message + - iavf: validate tx_coalesce_usecs even if rx_coalesce_usecs is zero + - tcp: fix mid stream window clamp. + - ionic: fix snprintf format length warning + - ionic: Fix dim work handling in split interrupt mode + - ipv4: ip_gre: Avoid skb_pull() failure in ipgre_xmit() + - net: atlantic: Fix NULL dereference of skb pointer in + - net: hns: fix wrong head when modify the tx feature when sending packets + - net: hns: fix fake link up on xge port + - octeontx2-af: Adjust Tx credits when MCS external bypass is disabled + - octeontx2-af: Fix mcs sa cam entries size + - octeontx2-af: Fix mcs stats register address + - octeontx2-af: Add missing mcs flr handler call + - octeontx2-af: Update Tx link register range + - dt-bindings: interrupt-controller: Allow #power-domain-cells + - netfilter: nf_tables: fix 'exist' matching on bigendian arches + - netfilter: nf_tables: validate family when identifying table via handle + - netfilter: xt_owner: Fix for unsafe access of sk->sk_socket + - tcp: do not accept ACK of bytes we never sent + - bpf: sockmap, updating the sg structure should also update curr + - psample: Require 'CAP_NET_ADMIN' when joining "packets" group + - drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" group + - mm/damon/sysfs: eliminate potential uninitialized variable warning + - tee: optee: Fix supplicant based device enumeration + - RDMA/hns: Fix unnecessary err return when using invalid congest control + algorithm + - RDMA/irdma: Do not modify to SQD on error + - RDMA/irdma: Add wait for suspend on SQD + - arm64: dts: rockchip: Expand reg size of vdec node for RK3328 + - arm64: dts: rockchip: Expand reg size of vdec node for RK3399 + - ASoC: fsl_sai: Fix no frame sync clock issue on i.MX8MP + - RDMA/rtrs-srv: Do not unconditionally enable irq + - RDMA/rtrs-clt: Start hb after path_up + - RDMA/rtrs-srv: Check return values while processing info request + - RDMA/rtrs-srv: Free srv_mr iu only when always_invalidate is true + - RDMA/rtrs-srv: Destroy path files after making sure no IOs in-flight + - RDMA/rtrs-clt: Fix the max_send_wr setting + - RDMA/rtrs-clt: Remove the warnings for req in_use check + - RDMA/bnxt_re: Correct module description string + - RDMA/irdma: Refactor error handling in create CQP + - RDMA/irdma: Fix UAF in irdma_sc_ccq_get_cqe_info() + - hwmon: (acpi_power_meter) Fix 4.29 MW bug + - ASoC: codecs: lpass-tx-macro: set active_decimator correct default value + - hwmon: (nzxt-kraken2) Fix error handling path in kraken2_probe() + - ASoC: wm_adsp: fix memleak in wm_adsp_buffer_populate + - RDMA/core: Fix umem iterator when PAGE_SIZE is greater then HCA pgsz + - RDMA/irdma: Avoid free the non-cqp_request scratch + - drm/bridge: tc358768: select CONFIG_VIDEOMODE_HELPERS + - arm64: dts: imx8mp: imx8mq: Add parkmode-disable-ss-quirk on DWC3 + - ARM: dts: imx6ul-pico: Describe the Ethernet PHY clock + - tracing: Fix a warning when allocating buffered events fails + - scsi: be2iscsi: Fix a memleak in beiscsi_init_wrb_handle() + - ARM: imx: Check return value of devm_kasprintf in imx_mmdc_perf_init + - ARM: dts: imx7: Declare timers compatible with fsl,imx6dl-gpt + - ARM: dts: imx28-xea: Pass the 'model' property + - riscv: fix misaligned access handling of C.SWSP and C.SDSP + - md: don't leave 'MD_RECOVERY_FROZEN' in error path of md_set_readonly() + - rethook: Use __rcu pointer for rethook::handler + - kprobes: consistent rcu api usage for kretprobe holder + - ASoC: amd: yc: Fix non-functional mic on ASUS E1504FA + - nvme-pci: Add sleep quirk for Kingston drives + - io_uring: fix mutex_unlock with unreferenced ctx + - ALSA: usb-audio: Add Pioneer DJM-450 mixer controls + - ALSA: pcm: fix out-of-bounds in snd_pcm_state_names + - ALSA: hda/realtek: add new Framework laptop to quirks + - ALSA: hda/realtek: Add Framework laptop 16 to quirks + - ring-buffer: Test last update in 32bit version of __rb_time_read() + - nilfs2: fix missing error check for sb_set_blocksize call + - nilfs2: prevent WARNING in nilfs_sufile_set_segment_usage() + - cgroup_freezer: cgroup_freezing: Check if not frozen + - checkstack: fix printed address + - tracing: Always update snapshot buffer size + - tracing: Disable snapshot buffer when stopping instance tracers + - tracing: Fix incomplete locking when disabling buffered events + - tracing: Fix a possible race when disabling buffered events + - packet: Move reference count in packet_sock to atomic_long_t + - r8169: fix rtl8125b PAUSE frames blasting when suspended + - regmap: fix bogus error on regcache_sync success + - platform/surface: aggregator: fix recv_buf() return value + - hugetlb: fix null-ptr-deref in hugetlb_vma_lock_write + - mm: fix oops when filemap_map_pmd() without prealloc_pte + - powercap: DTPM: Fix missing cpufreq_cpu_put() calls + - md/raid6: use valid sector values to determine if an I/O should wait on the + reshape + - arm64: dts: mediatek: mt7622: fix memory node warning check + - arm64: dts: mediatek: mt8183-kukui-jacuzzi: fix dsi unnecessary cells + properties + - arm64: dts: mediatek: cherry: Fix interrupt cells for MT6360 on I2C7 + - arm64: dts: mediatek: mt8173-evb: Fix regulator-fixed node names + - arm64: dts: mediatek: mt8195: Fix PM suspend/resume with venc clocks + - arm64: dts: mediatek: mt8183: Fix unit address for scp reserved memory + - arm64: dts: mediatek: mt8183: Move thermal-zones to the root node + - arm64: dts: mediatek: mt8183-evb: Fix unit_address_vs_reg warning on ntc + - coresight: etm4x: Remove bogous __exit annotation for some functions + - hwtracing: hisi_ptt: Add dummy callback pmu::read() + - misc: mei: client.c: return negative error code in mei_cl_write + - misc: mei: client.c: fix problem of return '-EOVERFLOW' in mei_cl_write + - LoongArch: BPF: Don't sign extend memory load operand + - LoongArch: BPF: Don't sign extend function return value + - ring-buffer: Force absolute timestamp on discard of event + - tracing: Set actual size after ring buffer resize + - tracing: Stop current tracer when resizing buffer + - parisc: Reduce size of the bug_table on 64-bit kernel by half + - parisc: Fix asm operand number out of range build error in bug table + - arm64: dts: mediatek: add missing space before { + - arm64: dts: mt8183: kukui: Fix underscores in node names + - x86/sev: Fix kernel crash due to late update to read-only ghcb_version + - gpiolib: sysfs: Fix error handling on failed export + - drm/amd/amdgpu: Fix warnings in amdgpu/amdgpu_display.c + - drm/amdgpu: Add I2C EEPROM support on smu v13_0_6 + - usb: gadget: f_hid: fix report descriptor allocation + - serial: 8250_dw: Add ACPI ID for Granite Rapids-D UART + - parport: Add support for Brainboxes IX/UC/PX parallel cards + - cifs: Fix non-availability of dedup breaking generic/304 + - Revert "xhci: Loosen RPM as default policy to cover for AMD xHC 1.1" + - smb: client: fix potential NULL deref in parse_dfs_referrals() + - ARM: PL011: Fix DMA support + - serial: sc16is7xx: address RX timeout interrupt errata + - serial: 8250: 8250_omap: Clear UART_HAS_RHR_IT_DIS bit + - serial: 8250: 8250_omap: Do not start RX DMA on THRI interrupt + - serial: 8250_omap: Add earlycon support for the AM654 UART controller + - devcoredump: Send uevent once devcd is ready + - x86/CPU/AMD: Check vendor in the AMD microcode callback + - USB: gadget: core: adjust uevent timing on gadget unbind + - cifs: Fix flushing, invalidation and file size with copy_file_range() + - cifs: Fix flushing, invalidation and file size with FICLONE + - MIPS: kernel: Clear FPU states when setting up kernel threads + - KVM: s390/mm: Properly reset no-dat + - KVM: SVM: Update EFER software model on CR0 trap for SEV-ES + - MIPS: Loongson64: Reserve vgabios memory on boot + - MIPS: Loongson64: Handle more memory types passed from firmware + - MIPS: Loongson64: Enable DMA noncoherent support + - riscv: Kconfig: Add select ARM_AMBA to SOC_STARFIVE + - [Config] updateconfigs after enabling ARM_AMBA on riscv + - scsi: sd: Fix sshdr use in sd_suspend_common() + - nouveau: use an rwlock for the event lock. + - modpost: fix section mismatch message for RELA + - drm/amdgpu: Do not program VF copy regs in mmhub v1.8 under SRIOV (v2) + - drm/amdgpu: finalizing mem_partitions at the end of GMC v9 sw_fini + - dm-crypt: start allocating with MAX_ORDER + - r8152: Hold the rtnl_lock for all of reset + - net: dsa: microchip: provide a list of valid protocols for xmit handler + - net/smc: fix missing byte order conversion in CLC handshake + - RDMA/core: Fix uninit-value access in ib_get_eth_speed() + - ARM: dts: imx6q: skov: fix ethernet clock regression + - ARM: dts: rockchip: Fix sdmmc_pwren's pinmux setting for RK3128 + - ARM: dts: bcm2711-rpi-400: Fix delete-node of led_act + - firmware: arm_scmi: Extend perf protocol ops to get number of domains + - firmware: arm_scmi: Extend perf protocol ops to get information of a domain + - firmware: arm_scmi: Fix frequency truncation by promoting multiplier type + - firmware: arm_scmi: Simplify error path in scmi_dvfs_device_opps_add() + - RDMA/irdma: Ensure iWarp QP queue memory is OS paged aligned + - RDMA/irdma: Fix support for 64k pages + - io_uring/kbuf: Fix an NULL vs IS_ERR() bug in io_alloc_pbuf_ring() + - io_uring/kbuf: check for buffer list readiness after NULL check + - arm64: dts: imx8-ss-lsio: Add PWM interrupts + - arm64: dts: freescale: imx8-ss-lsio: Fix #pwm-cells + - arm64: dts: imx93: correct mediamix power + - arm64: dts: imx8-apalis: set wifi regulator to always-on + - arm64: dts: rockchip: Fix eMMC Data Strobe PD on rk3588 + - scripts/gdb: fix lx-device-list-bus and lx-device-list-class + - ASoC: amd: yc: Fix non-functional mic on ASUS E1504FA + - ALSA: hda/realtek: Apply quirk for ASUS UM3504DA + - ALSA: hda/realtek: fix speakers on XPS 9530 (2023) + - ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 + - lib/group_cpus.c: avoid acquiring cpu hotplug lock in group_cpus_evenly + - leds: trigger: netdev: fix RTNL handling to prevent potential deadlock + - nfp: flower: fix for take a mutex lock in soft irq context and rcu lock + - workqueue: Make sure that wq_unbound_cpumask is never empty + - drivers/base/cpu: crash data showing should depends on KEXEC_CORE + - mm/memory_hotplug: add missing mem_hotplug_lock + - mm/memory_hotplug: fix error handling in add_memory_resource() + - drm/atomic-helpers: Invoke end_fb_access while owning plane state + - drm/i915/mst: Fix .mode_valid_ctx() return values + - drm/i915/mst: Reject modes that require the bigjoiner + - arm64: dts: mt7986: change cooling trips + - arm64: dts: mt7986: define 3W max power to both SFP on BPI-R3 + - arm64: dts: mt7986: fix emmc hs400 mode without uboot initialization + - arm64: dts: mediatek: mt8186: fix clock names for power domains + - arm64: dts: mediatek: mt8186: Change gpu speedbin nvmem cell name + - coresight: Fix crash when Perf and sysfs modes are used concurrently + - coresight: ultrasoc-smb: Fix sleep while close preempt in enable_smb + - coresight: ultrasoc-smb: Config SMB buffer before register sink + - coresight: ultrasoc-smb: Fix uninitialized before use buf_hw_base + - ASoC: ops: add correct range check for limiting volume + - nvmem: Do not expect fixed layouts to grab a layout driver + - serial: ma35d1: Validate console index before assignment + - powerpc/ftrace: Fix stack teardown in ftrace_no_trace + - perf metrics: Avoid segv if default metricgroup isn't set + - ASoC: qcom: sc8280xp: Limit speaker digital volumes + - gcc-plugins: randstruct: Update code comment in relayout_struct() + - drm/amdgpu: Fix refclk reporting for SMU v13.0.6 + - drm/amdgpu: Add bootloader status check + - drm/amdgpu: Add bootloader wait for PSP v13 + - drm/amdgpu: Restrict bootloader wait to SMUv13.0.6 + - drm/amdgpu: update retry times for psp vmbx wait + - drm/amdgpu: update retry times for psp BL wait + - drm/amdgpu: Restrict extended wait to PSP v13.0.6 + - Upstream stable to v6.1.68, v6.6.7 + + * i915 regression introduced with 5.5 kernel (LP: #2044131) + - drm/i915: Skip some timing checks on BXT/GLK DSI transcoders + + * Mantic update: upstream stable patchset 2024-01-26 (LP: #2051366) + - cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF moved + - cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF moved + - smb: client: report correct st_size for SMB and NFS symlinks + - pinctrl: avoid reload of p state in list iteration + - firewire: core: fix possible memory leak in create_units() + - mmc: sdhci-pci-gli: Disable LPM during initialization + - mmc: cqhci: Increase recovery halt timeout + - mmc: cqhci: Warn of halt or task clear failure + - mmc: cqhci: Fix task clearing in CQE error recovery + - mmc: block: Retry commands in CQE error recovery + - mmc: block: Do not lose cache flush during CQE error recovery + - mmc: block: Be sure to wait while busy in CQE error recovery + - ALSA: hda: Disable power-save on KONTRON SinglePC + - ALSA: hda/realtek: Headset Mic VREF to 100% + - ALSA: hda/realtek: Add supported ALC257 for ChromeOS + - dm-verity: align struct dm_verity_fec_io properly + - scsi: Change SCSI device boolean fields to single bit flags + - scsi: sd: Fix system start for ATA devices + - drm/amd: Enable PCIe PME from D3 + - drm/amdgpu: Force order between a read and write to the same address + - drm/amd/display: Include udelay when waiting for INBOX0 ACK + - drm/amd/display: Remove min_dst_y_next_start check for Z8 + - drm/amd/display: Use DRAM speed from validation for dummy p-state + - drm/amd/display: Update min Z8 residency time to 2100 for DCN314 + - drm/amd/display: fix ABM disablement + - dm verity: initialize fec io before freeing it + - dm verity: don't perform FEC for failed readahead IO + - nvme: check for valid nvme_identify_ns() before using it + - powercap: DTPM: Fix unneeded conversions to micro-Watts + - cpufreq/amd-pstate: Fix the return value of amd_pstate_fast_switch() + - dma-buf: fix check in dma_resv_add_fence + - bcache: revert replacing IS_ERR_OR_NULL with IS_ERR + - iommu/vt-d: Add MTL to quirk list to skip TE disabling + - KVM: PPC: Book3S HV: Fix KVM_RUN clobbering FP/VEC user registers + - powerpc: Don't clobber f0/vs0 during fp|altivec register save + - parisc: Mark ex_table entries 32-bit aligned in assembly.h + - parisc: Mark ex_table entries 32-bit aligned in uaccess.h + - parisc: Use natural CPU alignment for bug_table + - parisc: Mark lock_aligned variables 16-byte aligned on SMP + - parisc: Drop the HP-UX ENOSYM and EREMOTERELEASE error codes + - parisc: Mark jump_table naturally aligned + - parisc: Ensure 32-bit alignment on parisc unwind section + - parisc: Mark altinstructions read-only and 32-bit aligned + - btrfs: add dmesg output for first mount and last unmount of a filesystem + - btrfs: ref-verify: fix memory leaks in btrfs_ref_tree_mod() + - btrfs: fix off-by-one when checking chunk map includes logical address + - btrfs: send: ensure send_fd is writable + - btrfs: make error messages more clear when getting a chunk map + - btrfs: fix 64bit compat send ioctl arguments not initializing version member + - auxdisplay: hd44780: move cursor home after clear display command + - serial: sc16is7xx: Put IOControl register into regmap_volatile + - serial: sc16is7xx: add missing support for rs485 devicetree properties + - dpaa2-eth: increase the needed headroom to account for alignment + - uapi: propagate __struct_group() attributes to the container union + - selftests/net: ipsec: fix constant out of range + - selftests/net: fix a char signedness issue + - selftests/net: unix: fix unused variable compiler warning + - selftests/net: mptcp: fix uninitialized variable warnings + - octeontx2-af: Fix possible buffer overflow + - net: stmmac: xgmac: Disable FPE MMC interrupts + - octeontx2-pf: Fix adding mbox work queue entry when num_vfs > 64 + - octeontx2-af: Install TC filter rules in hardware based on priority + - octeontx2-pf: Restore TC ingress police rules when interface is up + - r8169: prevent potential deadlock in rtl8169_close + - ravb: Fix races between ravb_tx_timeout_work() and net related ops + - net: ravb: Check return value of reset_control_deassert() + - net: ravb: Use pm_runtime_resume_and_get() + - net: ravb: Make write access to CXR35 first before accessing other EMAC + registers + - net: ravb: Start TX queues after HW initialization succeeded + - net: ravb: Stop DMA in case of failures on ravb_open() + - net: ravb: Keep reverse order of operations in ravb_remove() + - octeontx2-af: Initialize 'cntr_val' to fix uninitialized symbol error + - spi: Fix null dereference on suspend + - cpufreq: imx6q: Don't disable 792 Mhz OPP unnecessarily + - iommu/vt-d: Omit devTLB invalidation requests when TES=0 + - iommu/vt-d: Disable PCI ATS in legacy passthrough mode + - iommu/vt-d: Make context clearing consistent with context mapping + - drm/amd/pm: fix a memleak in aldebaran_tables_init + - mmc: sdhci-sprd: Fix vqmmc not shutting down after the card was pulled + - drm/amd/display: Fix MPCC 1DLUT programming + - r8169: fix deadlock on RTL8125 in jumbo mtu mode + - xen: simplify evtchn_do_upcall() call maze + - x86/xen: fix percpu vcpu_info allocation + - smb: client: fix missing mode bits for SMB symlinks + - ksmbd: fix possible deadlock in smb2_open + - drm/i915: Also check for VGA converter in eDP probe + - net: libwx: fix memory leak on msix entry + - drm/amdgpu: correct the amdgpu runtime dereference usage count + - drm/amdgpu: fix memory overflow in the IB test + - drm/amdgpu: Update EEPROM I2C address for smu v13_0_0 + - drm/amd/display: force toggle rate wa for first link training for a retimer + - ACPI: video: Use acpi_video_device for cooling-dev driver data + - iommu/vt-d: Fix incorrect cache invalidation for mm notification + - io_uring: free io_buffer_list entries via RCU + - io_uring: don't guard IORING_OFF_PBUF_RING with SETUP_NO_MMAP + - iommu: Avoid more races around device probe + - ext2: Fix ki_pos update for DIO buffered-io fallback case + - btrfs: free the allocated memory if btrfs_alloc_page_array() fails + - io_uring/kbuf: recycle freed mapped buffer ring entries + - media: v4l2-subdev: Fix a 64bit bug + - netdevsim: Don't accept device bound programs + - net: rswitch: Fix type of ret in rswitch_start_xmit() + - net: rswitch: Fix return value in rswitch_start_xmit() + - net: rswitch: Fix missing dev_kfree_skb_any() in error path + - wifi: iwlwifi: mvm: fix an error code in iwl_mvm_mld_add_sta() + - wifi: mac80211: do not pass AP_VLAN vif pointer to drivers during flush + - net: dsa: mv88e6xxx: fix marvell 6350 switch probing + - dpaa2-eth: recycle the RX buffer only after all processing done + - bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags() + - neighbour: Fix __randomize_layout crash in struct neighbour + - efi/unaccepted: Fix off-by-one when checking for overlapping ranges + - ethtool: don't propagate EOPNOTSUPP from dumps + - bpf, sockmap: af_unix stream sockets need to hold ref for pair sock + - powerpc/pseries/iommu: enable_ddw incorrectly returns direct mapping for SR- + IOV device + - s390/cmma: fix handling of swapper_pg_dir and invalid_pg_dir + - drm/amd/display: Refactor edp power control + - drm/amd/display: Remove power sequencing check + - drm/i915/gsc: Mark internal GSC engine with reserved uabi class + - drm/panel: starry-2081101qfh032011-53g: Fine tune the panel power sequence + - drm/panel: nt36523: fix return value check in nt36523_probe() + - cpufreq/amd-pstate: Fix scaling_min_freq and scaling_max_freq update + - cpufreq/amd-pstate: Only print supported EPP values for performance governor + - iommu: Fix printk arg in of_iommu_get_resv_regions() + - drm/amd/display: refactor ILR to make it work + - drm/amd/display: Reduce default backlight min from 5 nits to 1 nits + - Upstream stable to v6.1.66, v6.6.5 + + * Mantic update: upstream stable patchset 2024-01-25 (LP: #2051231) + - afs: Fix afs_server_list to be cleaned up with RCU + - afs: Make error on cell lookup failure consistent with OpenAFS + - drm/panel: auo,b101uan08.3: Fine tune the panel power sequence + - drm/panel: simple: Fix Innolux G101ICE-L01 bus flags + - drm/panel: simple: Fix Innolux G101ICE-L01 timings + - wireguard: use DEV_STATS_INC() + - octeontx2-pf: Fix memory leak during interface down + - ata: pata_isapnp: Add missing error check for devm_ioport_map() + - drm/i915: do not clean GT table on error path + - drm/rockchip: vop: Fix color for RGB888/BGR888 format on VOP full + - HID: fix HID device resource race between HID core and debugging support + - ipv4: Correct/silence an endian warning in __ip_do_redirect + - net: usb: ax88179_178a: fix failed operations during ax88179_reset + - net/smc: avoid data corruption caused by decline + - arm/xen: fix xen_vcpu_info allocation alignment + - octeontx2-pf: Fix ntuple rule creation to direct packet to VF with higher Rx + queue than its PF + - amd-xgbe: handle corner-case during sfp hotplug + - amd-xgbe: handle the corner-case during tx completion + - amd-xgbe: propagate the correct speed and duplex status + - net: axienet: Fix check for partial TX checksum + - afs: Return ENOENT if no cell DNS record can be found + - afs: Fix file locking on R/O volumes to operate in local mode + - arm64: mm: Fix "rodata=on" when CONFIG_RODATA_FULL_DEFAULT_ENABLED=y + - i40e: Fix adding unsupported cloud filters + - nvmet: nul-terminate the NQNs passed in the connect command + - USB: dwc3: qcom: fix resource leaks on probe deferral + - USB: dwc3: qcom: fix ACPI platform device leak + - lockdep: Fix block chain corruption + - cifs: distribute channels across interfaces based on speed + - cifs: account for primary channel in the interface list + - cifs: fix leak of iface for primary channel + - MIPS: KVM: Fix a build warning about variable set but not used + - media: qcom: Initialise V4L2 async notifier later + - media: qcom: camss: Fix V4L2 async notifier error path + - media: qcom: camss: Fix genpd cleanup + - NFSD: Fix "start of NFS reply" pointer passed to nfsd_cache_update() + - NFSD: Fix checksum mismatches in the duplicate reply cache + - ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CVA + - swiotlb-xen: provide the "max_mapping_size" method + - bcache: replace a mistaken IS_ERR() by IS_ERR_OR_NULL() in + btree_gc_coalesce() + - md: fix bi_status reporting in md_end_clone_io + - bcache: fixup multi-threaded bch_sectors_dirty_init() wake-up race + - io_uring/fs: consider link->flags when getting path for LINKAT + - s390/dasd: protect device queue against concurrent access + - USB: serial: option: add Luat Air72*U series products + - hv_netvsc: fix race of netvsc and VF register_netdevice + - hv_netvsc: Fix race of register_netdevice_notifier and VF register + - hv_netvsc: Mark VF as slave before exposing it to user-mode + - dm-delay: fix a race between delay_presuspend and delay_bio + - bcache: check return value from btree_node_alloc_replacement() + - bcache: prevent potential division by zero error + - bcache: fixup init dirty data errors + - bcache: fixup lock c->root error + - usb: cdnsp: Fix deadlock issue during using NCM gadget + - USB: serial: option: add Fibocom L7xx modules + - USB: serial: option: fix FM101R-GL defines + - USB: serial: option: don't claim interface 4 for ZTE MF290 + - usb: typec: tcpm: Skip hard reset when in error recovery + - USB: dwc2: write HCINT with INTMASK applied + - usb: dwc3: Fix default mode initialization + - usb: dwc3: set the dma max_seg_size + - USB: dwc3: qcom: fix software node leak on probe errors + - USB: dwc3: qcom: fix wakeup after probe deferral + - io_uring: fix off-by one bvec index + - irqchip/gic-v3-its: Flush ITS tables correctly in non-coherent GIC designs + - drm/msm/dsi: use the correct VREG_CTRL_1 value for 4nm cphy + - s390/ism: ism driver implies smc protocol + - rxrpc: Fix RTT determination to use any ACK as a source + - rxrpc: Defer the response to a PING ACK until we've parsed it + - blk-cgroup: avoid to warn !rcu_read_lock_held() in blkg_lookup() + - fs: Pass AT_GETATTR_NOSEC flag to getattr interface function + - net: wangxun: fix kernel panic due to null pointer + - filemap: add a per-mapping stable writes flag + - block: update the stable_writes flag in bdev_add + - PM: tools: Fix sleepgraph syntax error + - net, vrf: Move dstats structure to core + - net: Move {l,t,d}stats allocation to core and convert veth & vrf + - bpf: Fix dev's rx stats for bpf_redirect_peer traffic + - drm/panel: boe-tv101wum-nl6: Fine tune Himax83102-j02 panel HFP and HBP + - s390/ipl: add missing IPL_TYPE_ECKD_DUMP case to ipl_init() + - net: veth: fix ethtool stats reporting + - vsock/test: fix SEQPACKET message bounds test + - net: ipa: fix one GSI register field width + - nvme: blank out authentication fabrics options if not configured + - mm: add a NO_INHERIT flag to the PR_SET_MDWE prctl + - prctl: Disable prctl(PR_SET_MDWE) on parisc + - kselftest/arm64: Fix output formatting for za-fork + - drm/msm/dpu: Add missing safe_lut_tbl in sc8280xp catalog + - drm/ast: Disconnect BMC if physical connector is connected + - thunderbolt: Set lane bonding bit only for downstream port + - ACPI: video: Use acpi_device_fix_up_power_children() + - ACPI: processor_idle: use raw_safe_halt() in acpi_idle_play_dead() + - ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CVA + - ACPI: PM: Add acpi_device_fix_up_power_children() function + - tls: fix NULL deref on tls_sw_splice_eof() with empty record + - dt-bindings: usb: microchip,usb5744: Add second supply + - usb: misc: onboard-hub: add support for Microchip USB5744 + - platform/x86/amd/pmc: adjust getting DRAM size behavior + - ALSA: hda: ASUS UM5302LA: Added quirks for cs35L41/10431A83 on i2c bus + - ALSA: hda/realtek: Add quirks for ASUS 2024 Zenbooks + - veth: Use tstats per-CPU traffic counters + - USB: xhci-plat: fix legacy PHY double init + - usb: config: fix iteration issue in 'usb_get_bos_descriptor()' + - Upstream stable to v6.1.65, v6.6.4 + + * Mantic update: v6.5.13 upstream stable release (LP: #2051142) + - locking/ww_mutex/test: Fix potential workqueue corruption + - btrfs: abort transaction on generation mismatch when marking eb as dirty + - lib/generic-radix-tree.c: Don't overflow in peek() + - x86/retpoline: Make sure there are no unconverted return thunks due to KCSAN + - perf/core: Bail out early if the request AUX area is out of bound + - srcu: Fix srcu_struct node grpmask overflow on 64-bit systems + - selftests/lkdtm: Disable CONFIG_UBSAN_TRAP in test config + - clocksource/drivers/timer-imx-gpt: Fix potential memory leak + - clocksource/drivers/timer-atmel-tcb: Fix initialization on SAM9 hardware + - srcu: Only accelerate on enqueue time + - smp,csd: Throw an error if a CSD lock is stuck for too long + - cpu/hotplug: Don't offline the last non-isolated CPU + - workqueue: Provide one lock class key per work_on_cpu() callsite + - x86/mm: Drop the 4 MB restriction on minimal NUMA node memory size + - wifi: plfxlc: fix clang-specific fortify warning + - wifi: ath12k: Ignore fragments from uninitialized peer in dp + - wifi: mac80211_hwsim: fix clang-specific fortify warning + - wifi: mac80211: don't return unset power in ieee80211_get_tx_power() + - atl1c: Work around the DMA RX overflow issue + - bpf: Detect IP == ksym.end as part of BPF program + - wifi: ath9k: fix clang-specific fortify warnings + - wifi: ath12k: fix possible out-of-bound read in ath12k_htt_pull_ppdu_stats() + - wifi: ath10k: fix clang-specific fortify warning + - wifi: ath12k: fix possible out-of-bound write in + ath12k_wmi_ext_hal_reg_caps() + - ACPI: APEI: Fix AER info corruption when error status data has multiple + sections + - net: sfp: add quirk for Fiberstone GPON-ONU-34-20BI + - wifi: mt76: mt7921e: Support MT7992 IP in Xiaomi Redmibook 15 Pro (2023) + - net: annotate data-races around sk->sk_tx_queue_mapping + - net: annotate data-races around sk->sk_dst_pending_confirm + - wifi: ath12k: mhi: fix potential memory leak in ath12k_mhi_register() + - wifi: ath10k: Don't touch the CE interrupt registers after power up + - net: sfp: add quirk for FS's 2.5G copper SFP + - vsock: read from socket's error queue + - bpf: Ensure proper register state printing for cond jumps + - wifi: iwlwifi: mvm: fix size check for fw_link_id + - Bluetooth: btusb: Add date->evt_skb is NULL check + - Bluetooth: Fix double free in hci_conn_cleanup + - ACPI: EC: Add quirk for HP 250 G7 Notebook PC + - tsnep: Fix tsnep_request_irq() format-overflow warning + - gpiolib: acpi: Add a ignore interrupt quirk for Peaq C1010 + - platform/chrome: kunit: initialize lock for fake ec_dev + - of: address: Fix address translation when address-size is greater than 2 + - platform/x86: thinkpad_acpi: Add battery quirk for Thinkpad X120e + - drm/gma500: Fix call trace when psb_gem_mm_init() fails + - drm/amdkfd: ratelimited SQ interrupt messages + - drm/komeda: drop all currently held locks if deadlock happens + - drm/amd/display: Blank phantom OTG before enabling + - drm/amd/display: Don't lock phantom pipe on disabling + - drm/amd/display: add seamless pipe topology transition check + - drm/edid: Fixup h/vsync_end instead of h/vtotal + - md: don't rely on 'mddev->pers' to be set in mddev_suspend() + - drm/amdgpu: not to save bo in the case of RAS err_event_athub + - drm/amdkfd: Fix a race condition of vram buffer unref in svm code + - drm/amd: Update `update_pcie_parameters` functions to use uint8_t arguments + - drm/amd/display: use full update for clip size increase of large plane + source + - string.h: add array-wrappers for (v)memdup_user() + - kernel: kexec: copy user-array safely + - kernel: watch_queue: copy user-array safely + - drm_lease.c: copy user-array safely + - drm: vmwgfx_surface.c: copy user-array safely + - drm/msm/dp: skip validity check for DP CTS EDID checksum + - drm/amd: Fix UBSAN array-index-out-of-bounds for SMU7 + - drm/amd: Fix UBSAN array-index-out-of-bounds for Polaris and Tonga + - drm/amdgpu: Fix potential null pointer derefernce + - drm/panel: fix a possible null pointer dereference + - drm/panel/panel-tpo-tpg110: fix a possible null pointer dereference + - drm/radeon: fix a possible null pointer dereference + - drm/amdgpu/vkms: fix a possible null pointer dereference + - drm/panel: st7703: Pick different reset sequence + - drm/amdkfd: Fix shift out-of-bounds issue + - drm/amdgpu: Fix a null pointer access when the smc_rreg pointer is NULL + - drm/amd: Disable PP_PCIE_DPM_MASK when dynamic speed switching not supported + - drm/amd/display: fix num_ways overflow error + - drm/amd: check num of link levels when update pcie param + - arm64: dts: ls208xa: use a pseudo-bus to constrain usb dma size + - selftests/efivarfs: create-read: fix a resource leak + - ASoC: mediatek: mt8188-mt6359: support dynamic pinctrl + - ASoC: soc-card: Add storage for PCI SSID + - ASoC: SOF: Pass PCI SSID to machine driver + - crypto: pcrypt - Fix hungtask for PADATA_RESET + - ASoC: SOF: ipc4: handle EXCEPTION_CAUGHT notification from firmware + - RDMA/hfi1: Use FIELD_GET() to extract Link Width + - scsi: hisi_sas: Set debugfs_dir pointer to NULL after removing debugfs + - scsi: ibmvfc: Remove BUG_ON in the case of an empty event pool + - fs/jfs: Add check for negative db_l2nbperpage + - fs/jfs: Add validity check for db_maxag and db_agpref + - jfs: fix array-index-out-of-bounds in dbFindLeaf + - jfs: fix array-index-out-of-bounds in diAlloc + - HID: lenovo: Detect quirk-free fw on cptkbd and stop applying workaround + - ARM: 9320/1: fix stack depot IRQ stack filter + - ALSA: hda: Fix possible null-ptr-deref when assigning a stream + - gpiolib: of: Add quirk for mt2701-cs42448 ASoC sound + - PCI: tegra194: Use FIELD_GET()/FIELD_PREP() with Link Width fields + - PCI: mvebu: Use FIELD_PREP() with Link Width + - atm: iphase: Do PCI error checks on own line + - PCI: Do error check on own line to split long "if" conditions + - scsi: libfc: Fix potential NULL pointer dereference in fc_lport_ptp_setup() + - PCI: Use FIELD_GET() to extract Link Width + - PCI: Extract ATS disabling to a helper function + - PCI: Disable ATS for specific Intel IPU E2000 devices + - PCI: dwc: Add dw_pcie_link_set_max_link_width() + - PCI: dwc: Add missing PCI_EXP_LNKCAP_MLW handling + - misc: pci_endpoint_test: Add Device ID for R-Car S4-8 PCIe controller + - PCI: Use FIELD_GET() in Sapphire RX 5600 XT Pulse quirk + - ASoC: Intel: soc-acpi-cht: Add Lenovo Yoga Tab 3 Pro YT3-X90 quirk + - crypto: hisilicon/qm - prevent soft lockup in receive loop + - HID: Add quirk for Dell Pro Wireless Keyboard and Mouse KM5221W + - exfat: support handle zero-size directory + - mfd: intel-lpss: Add Intel Lunar Lake-M PCI IDs + - iio: adc: stm32-adc: harden against NULL pointer deref in stm32_adc_probe() + - thunderbolt: Apply USB 3.x bandwidth quirk only in software connection + manager + - tty: vcc: Add check for kstrdup() in vcc_probe() + - dt-bindings: phy: qcom,snps-eusb2-repeater: Add magic tuning overrides + - phy: qualcomm: phy-qcom-eusb2-repeater: Use regmap_fields + - phy: qualcomm: phy-qcom-eusb2-repeater: Zero out untouched tuning regs + - usb: dwc3: core: configure TX/RX threshold for DWC3_IP + - usb: ucsi: glink: use the connector orientation GPIO to provide switch + events + - soundwire: dmi-quirks: update HP Omen match + - f2fs: fix error path of __f2fs_build_free_nids + - f2fs: fix error handling of __get_node_page + - usb: host: xhci: Avoid XHCI resume delay if SSUSB device is not present + - usb: gadget: f_ncm: Always set current gadget in ncm_bind() + - 9p/trans_fd: Annotate data-racy writes to file::f_flags + - 9p: v9fs_listxattr: fix %s null argument warning + - i3c: mipi-i3c-hci: Fix out of bounds access in hci_dma_irq_handler + - i2c: i801: Add support for Intel Birch Stream SoC + - i2c: fix memleak in i2c_new_client_device() + - i2c: sun6i-p2wi: Prevent potential division by zero + - virtio-blk: fix implicit overflow on virtio_max_dma_size + - i3c: master: mipi-i3c-hci: Fix a kernel panic for accessing DAT_data. + - media: gspca: cpia1: shift-out-of-bounds in set_flicker + - media: vivid: avoid integer overflow + - media: ipu-bridge: increase sensor_name size + - gfs2: ignore negated quota changes + - gfs2: fix an oops in gfs2_permission + - media: cobalt: Use FIELD_GET() to extract Link Width + - media: ccs: Fix driver quirk struct documentation + - media: imon: fix access to invalid resource for the second interface + - drm/amd/display: Avoid NULL dereference of timing generator + - kgdb: Flush console before entering kgdb on panic + - riscv: VMAP_STACK overflow detection thread-safe + - i2c: dev: copy userspace array safely + - ASoC: ti: omap-mcbsp: Fix runtime PM underflow warnings + - drm/qxl: prevent memory leak + - ALSA: hda/realtek: Add quirk for ASUS UX7602ZM + - drm/amdgpu: fix software pci_unplug on some chips + - pwm: Fix double shift bug + - mtd: rawnand: tegra: add missing check for platform_get_irq() + - wifi: iwlwifi: Use FW rate for non-data frames + - sched/core: Optimize in_task() and in_interrupt() a bit + - samples/bpf: syscall_tp_user: Rename num_progs into nr_tests + - samples/bpf: syscall_tp_user: Fix array out-of-bound access + - dt-bindings: serial: fix regex pattern for matching serial node children + - SUNRPC: ECONNRESET might require a rebind + - mtd: rawnand: intel: check return value of devm_kasprintf() + - mtd: rawnand: meson: check return value of devm_kasprintf() + - drm/i915/mtl: avoid stringop-overflow warning + - NFSv4.1: fix handling NFS4ERR_DELAY when testing for session trunking + - SUNRPC: Add an IS_ERR() check back to where it was + - NFSv4.1: fix SP4_MACH_CRED protection for pnfs IO + - SUNRPC: Fix RPC client cleaned up the freed pipefs dentries + - RISC-V: hwprobe: Fix vDSO SIGSEGV + - riscv: provide riscv-specific is_trap_insn() + - gfs2: Silence "suspicious RCU usage in gfs2_permission" warning + - drm/i915/tc: Fix -Wformat-truncation in intel_tc_port_init + - vdpa_sim_blk: allocate the buffer zeroed + - vhost-vdpa: fix use after free in vhost_vdpa_probe() + - gcc-plugins: randstruct: Only warn about true flexible arrays + - bpf: handle ldimm64 properly in check_cfg() + - bpf: fix precision backtracking instruction iteration + - net: set SOCK_RCU_FREE before inserting socket into hashtable + - ipvlan: add ipvlan_route_v6_outbound() helper + - tty: Fix uninit-value access in ppp_sync_receive() + - xen/events: avoid using info_for_irq() in xen_send_IPI_one() + - net: hns3: fix add VLAN fail issue + - net: hns3: add barrier in vf mailbox reply process + - net: hns3: fix incorrect capability bit display for copper port + - net: hns3: fix out-of-bounds access may occur when coalesce info is read via + debugfs + - net: hns3: fix variable may not initialized problem in hns3_init_mac_addr() + - net: hns3: fix VF reset fail issue + - net: hns3: fix VF wrong speed and duplex issue + - tipc: Fix kernel-infoleak due to uninitialized TLV value + - net: mvneta: fix calls to page_pool_get_stats + - ppp: limit MRU to 64K + - xen/events: fix delayed eoi list handling + - blk-mq: make sure active queue usage is held for bio_integrity_prep() + - ptp: annotate data-race around q->head and q->tail + - bonding: stop the device in bond_setup_by_slave() + - net: ethernet: cortina: Fix max RX frame define + - net: ethernet: cortina: Handle large frames + - net: ethernet: cortina: Fix MTU max setting + - af_unix: fix use-after-free in unix_stream_read_actor() + - netfilter: nf_conntrack_bridge: initialize err to 0 + - netfilter: nf_tables: fix pointer math issue in nft_byteorder_eval() + - netfilter: nf_tables: bogus ENOENT when destroying element which does not + exist + - net: stmmac: fix rx budget limit check + - net: stmmac: avoid rx queue overrun + - pds_core: use correct index to mask irq + - pds_core: fix up some format-truncation complaints + - gve: Fixes for napi_poll when budget is 0 + - io_uring/fdinfo: remove need for sqpoll lock for thread/pid retrieval + - net/mlx5: Decouple PHC .adjtime and .adjphase implementations + - net/mlx5e: fix double free of encap_header + - net/mlx5e: fix double free of encap_header in update funcs + - net/mlx5e: Fix pedit endianness + - net/mlx5: Consolidate devlink documentation in devlink/mlx5.rst + - net/mlx5e: Make tx_port_ts logic resilient to out-of-order CQEs + - net/mlx5e: Add recovery flow for tx devlink health reporter for unhealthy + PTP SQ + - net/mlx5e: Update doorbell for port timestamping CQ before the software + counter + - net/mlx5: Increase size of irq name buffer + - net/mlx5e: Reduce the size of icosq_str + - net/mlx5e: Check return value of snprintf writing to fw_version buffer + - net/mlx5e: Check return value of snprintf writing to fw_version buffer for + representors + - net: sched: do not offload flows with a helper in act_ct + - macvlan: Don't propagate promisc change to lower dev in passthru + - tools/power/turbostat: Fix a knl bug + - tools/power/turbostat: Enable the C-state Pre-wake printing + - scsi: ufs: core: Expand MCQ queue slot to DeviceQueueDepth + 1 + - cifs: spnego: add ';' in HOST_KEY_LEN + - cifs: fix check of rc in function generate_smb3signingkey + - perf/core: Fix cpuctx refcounting + - i915/perf: Fix NULL deref bugs with drm_dbg() calls + - perf: arm_cspmu: Reject events meant for other PMUs + - drivers: perf: Check find_first_bit() return value + - media: venus: hfi: add checks to perform sanity on queue pointers + - perf intel-pt: Fix async branch flags + - powerpc/perf: Fix disabling BHRB and instruction sampling + - randstruct: Fix gcc-plugin performance mode to stay in group + - bpf: Fix check_stack_write_fixed_off() to correctly spill imm + - bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_END + - scsi: mpt3sas: Fix loop logic + - scsi: megaraid_sas: Increase register read retry rount from 3 to 30 for + selected registers + - scsi: ufs: qcom: Update PHY settings only when scaling to higher gears + - scsi: qla2xxx: Fix system crash due to bad pointer access + - scsi: ufs: core: Fix racing issue between ufshcd_mcq_abort() and ISR + - crypto: x86/sha - load modules based on CPU features + - x86/PCI: Avoid PME from D3hot/D3cold for AMD Rembrandt and Phoenix USB4 + - x86/apic/msi: Fix misconfigured non-maskable MSI quirk + - x86/cpu/hygon: Fix the CPU topology evaluation for real + - KVM: x86: hyper-v: Don't auto-enable stimer on write from user-space + - KVM: x86: Ignore MSR_AMD64_TW_CFG access + - KVM: x86: Clear bit12 of ICR after APIC-write VM-exit + - KVM: x86: Fix lapic timer interrupt lost after loading a snapshot. + - mmc: sdhci-pci-gli: GL9755: Mask the replay timer timeout of AER + - sched: psi: fix unprivileged polling against cgroups + - audit: don't take task_lock() in audit_exe_compare() code path + - audit: don't WARN_ON_ONCE(!current->mm) in audit_exe_compare() + - proc: sysctl: prevent aliased sysctls from getting passed to init + - tty/sysrq: replace smp_processor_id() with get_cpu() + - tty: serial: meson: fix hard LOCKUP on crtscts mode + - hvc/xen: fix console unplug + - hvc/xen: fix error path in xen_hvc_init() to always register frontend driver + - hvc/xen: fix event channel handling for secondary consoles + - PCI/sysfs: Protect driver's D3cold preference from user space + - mm/damon/sysfs: remove requested targets when online-commit inputs + - mm/damon/sysfs: update monitoring target regions for online input commit + - watchdog: move softlockup_panic back to early_param + - iommufd: Fix missing update of domains_itree after splitting iopt_area + - fbdev: stifb: Make the STI next font pointer a 32-bit signed offset + - dm crypt: account large pages in cc->n_allocated_pages + - mm/damon/lru_sort: avoid divide-by-zero in hot threshold calculation + - mm/damon/ops-common: avoid divide-by-zero during region hotness calculation + - mm/damon: implement a function for max nr_accesses safe calculation + - mm/damon/core: avoid divide-by-zero during monitoring results update + - mm/damon/sysfs-schemes: handle tried region directory allocation failure + - mm/damon/sysfs-schemes: handle tried regions sysfs directory allocation + failure + - mm/damon/sysfs: check error from damon_sysfs_update_target() + - parisc: Add nop instructions after TLB inserts + - ACPI: resource: Do IRQ override on TongFang GMxXGxx + - regmap: Ensure range selector registers are updated after cache sync + - wifi: ath11k: fix temperature event locking + - wifi: ath11k: fix dfs radar event locking + - wifi: ath11k: fix htt pktlog locking + - wifi: ath11k: fix gtk offload status event locking + - wifi: ath12k: fix htt mlo-offset event locking + - wifi: ath12k: fix dfs-radar and temperature event locking + - mmc: meson-gx: Remove setting of CMD_CFG_ERROR + - genirq/generic_chip: Make irq_remove_generic_chip() irqdomain aware + - sched/core: Fix RQCF_ACT_SKIP leak + - KEYS: trusted: tee: Refactor register SHM usage + - KEYS: trusted: Rollback init_trusted() consistently + - PCI: keystone: Don't discard .remove() callback + - PCI: keystone: Don't discard .probe() callback + - arm64: Restrict CPU_BIG_ENDIAN to GNU as or LLVM IAS 15.x or newer + - arm64: module: Fix PLT counting when CONFIG_RANDOMIZE_BASE=n + - parisc/agp: Use 64-bit LE values in SBA IOMMU PDIR table + - parisc/pdc: Add width field to struct pdc_model + - parisc/power: Add power soft-off when running on qemu + - cpufreq: stats: Fix buffer overflow detection in trans_stats() + - powercap: intel_rapl: Downgrade BIOS locked limits pr_warn() to pr_debug() + - clk: socfpga: Fix undefined behavior bug in struct stratix10_clock_data + - clk: visconti: Fix undefined behavior bug in struct visconti_pll_provider + - clk: qcom: ipq8074: drop the CLK_SET_RATE_PARENT flag from PLL clocks + - clk: qcom: ipq6018: drop the CLK_SET_RATE_PARENT flag from PLL clocks + - ksmbd: fix recursive locking in vfs helpers + - ksmbd: handle malformed smb1 message + - ksmbd: fix slab out of bounds write in smb_inherit_dacl() + - mmc: vub300: fix an error code + - mmc: sdhci_am654: fix start loop index for TAP value parsing + - mmc: Add quirk MMC_QUIRK_BROKEN_CACHE_FLUSH for Micron eMMC Q2J54A + - PCI/ASPM: Fix L1 substate handling in aspm_attr_store_common() + - PCI: kirin: Don't discard .remove() callback + - PCI: exynos: Don't discard .remove() callback + - wifi: wilc1000: use vmm_table as array in wilc struct + - svcrdma: Drop connection after an RDMA Read error + - rcu/tree: Defer setting of jiffies during stall reset + - arm64: dts: qcom: ipq6018: Fix hwlock index for SMEM + - dt-bindings: timer: renesas,rz-mtu3: Fix overflow/underflow interrupt names + - PM: hibernate: Use __get_safe_page() rather than touching the list + - PM: hibernate: Clean up sync_read handling in snapshot_write_next() + - rcu: kmemleak: Ignore kmemleak false positives when RCU-freeing objects + - btrfs: don't arbitrarily slow down delalloc if we're committing + - thermal: intel: powerclamp: fix mismatch in get function for max_idle + - arm64: dts: qcom: ipq5332: Fix hwlock index for SMEM + - arm64: dts: qcom: ipq8074: Fix hwlock index for SMEM + - firmware: qcom_scm: use 64-bit calling convention only when client is 64-bit + - ACPI: FPDT: properly handle invalid FPDT subtables + - arm64: dts: qcom: ipq9574: Fix hwlock index for SMEM + - arm64: dts: qcom: ipq6018: Fix tcsr_mutex register size + - leds: trigger: netdev: Move size check in set_device_name + - mfd: qcom-spmi-pmic: Fix reference leaks in revid helper + - mfd: qcom-spmi-pmic: Fix revid implementation + - ima: annotate iint mutex to avoid lockdep false positive warnings + - ima: detect changes to the backing overlay file + - netfilter: nf_tables: split async and sync catchall in two functions + - ASoC: soc-dai: add flag to mute and unmute stream during trigger + - ASoC: codecs: wsa883x: make use of new mute_unmute_on_trigger flag + - selftests/resctrl: Fix uninitialized .sa_flags + - selftests/resctrl: Remove duplicate feature check from CMT test + - selftests/resctrl: Move _GNU_SOURCE define into Makefile + - selftests/resctrl: Reduce failures due to outliers in MBA/MBM tests + - hid: lenovo: Resend all settings on reset_resume for compact keyboards + - ASoC: codecs: wsa-macro: fix uninitialized stack variables with name prefix + - jbd2: fix potential data lost in recovering journal raced with synchronizing + fs bdev + - quota: explicitly forbid quota files from being encrypted + - kernel/reboot: emergency_restart: Set correct system_state + - i2c: core: Run atomic i2c xfer when !preemptible + - selftests/clone3: Fix broken test under !CONFIG_TIME_NS + - tracing: Have the user copy of synthetic event address use correct context + - driver core: Release all resources during unbind before updating device + links + - mcb: fix error handling for different scenarios when parsing + - dmaengine: stm32-mdma: correct desc prep when channel running + - s390/mm: add missing arch_set_page_dat() call to vmem_crst_alloc() + - s390/cmma: fix detection of DAT pages + - mm/cma: use nth_page() in place of direct struct page manipulation + - mm/memory_hotplug: use pfn math in place of direct struct page manipulation + - mm: make PR_MDWE_REFUSE_EXEC_GAIN an unsigned long + - mtd: cfi_cmdset_0001: Byte swap OTP info + - cxl/region: Do not try to cleanup after cxl_region_setup_targets() fails + - i3c: master: cdns: Fix reading status register + - i3c: master: svc: fix race condition in ibi work thread + - i3c: master: svc: fix wrong data return when IBI happen during start frame + - i3c: master: svc: fix ibi may not return mandatory data byte + - i3c: master: svc: fix check wrong status register in irq handler + - i3c: master: svc: fix SDA keep low when polling IBIWON timeout happen + - i3c: master: svc: fix random hot join failure since timeout error + - cxl/region: Fix x1 root-decoder granularity calculations + - cxl/port: Fix delete_endpoint() vs parent unregistration race + - pmdomain: bcm: bcm2835-power: check if the ASB register is equal to enable + - pmdomain: amlogic: Fix mask for the second NNA mem PD domain + - pmdomain: imx: Make imx pgc power domain also set the fwnode + - PCI: qcom-ep: Add dedicated callback for writing to DBI2 registers + - PCI: Lengthen reset delay for VideoPropulsion Torrent QN16e card + - torture: Add a kthread-creation callback to _torture_create_kthread() + - torture: Add lock_torture writer_fifo module parameter + - torture: Make torture_hrtimeout_*() use TASK_IDLE + - torture: Move stutter_wait() timeouts to hrtimers + - torture: Make torture_hrtimeout_ns() take an hrtimer mode parameter + - rcutorture: Fix stuttering races and other issues + - mm/hugetlb: prepare hugetlb_follow_page_mask() for FOLL_PIN + - mm/hugetlb: use nth_page() in place of direct struct page manipulation + - parisc: Prevent booting 64-bit kernels on PA1.x machines + - parisc/pgtable: Do not drop upper 5 address bits of physical address + - parisc/power: Fix power soft-off when running on qemu + - xhci: Enable RPM on controllers that support low-power states + - fs: add ctime accessors infrastructure + - smb3: fix creating FIFOs when mounting with "sfu" mount option + - smb3: fix touch -h of symlink + - smb3: allow dumping session and tcon id to improve stats analysis and + debugging + - smb3: fix caching of ctime on setxattr + - smb: client: fix use-after-free bug in cifs_debug_data_proc_show() + - smb: client: fix use-after-free in smb2_query_info_compound() + - smb: client: fix potential deadlock when releasing mids + - cifs: reconnect helper should set reconnect for the right channel + - cifs: force interface update before a fresh session setup + - cifs: do not reset chan_max if multichannel is not supported at mount + - cifs: Fix encryption of cleared, but unset rq_iter data buffers + - xfs: recovery should not clear di_flushiter unconditionally + - btrfs: zoned: wait for data BG to be finished on direct IO allocation + - ALSA: info: Fix potential deadlock at disconnection + - ALSA: hda/realtek: Enable Mute LED on HP 255 G8 + - ALSA: hda/realtek - Add Dell ALC295 to pin fall back table + - ALSA: hda/realtek - Enable internal speaker of ASUS K6500ZC + - ALSA: hda/realtek: Enable Mute LED on HP 255 G10 + - ALSA: hda/realtek: Add quirks for HP Laptops + - Revert ncsi: Propagate carrier gain/loss events to the NCSI controller + - Revert "i2c: pxa: move to generic GPIO recovery" + - lsm: fix default return value for vm_enough_memory + - lsm: fix default return value for inode_getsecctx + - sbsa_gwdt: Calculate timeout with 64-bit math + - i2c: designware: Disable TX_EMPTY irq while waiting for block length byte + - s390/ap: fix AP bus crash on early config change callback invocation + - net: ethtool: Fix documentation of ethtool_sprintf() + - net: dsa: lan9303: consequently nested-lock physical MDIO + - net: phylink: initialize carrier state at creation + - gfs2: don't withdraw if init_threads() got interrupted + - i2c: i801: fix potential race in i801_block_transaction_byte_by_byte + - f2fs: do not return EFSCORRUPTED, but try to run online repair + - f2fs: set the default compress_level on ioctl + - f2fs: avoid format-overflow warning + - f2fs: split initial and dynamic conditions for extent_cache + - media: lirc: drop trailing space from scancode transmit + - media: sharp: fix sharp encoding + - media: venus: hfi_parser: Add check to keep the number of codecs within + range + - media: venus: hfi: fix the check to handle session buffer requirement + - media: venus: hfi: add checks to handle capabilities from firmware + - media: ccs: Correctly initialise try compose rectangle + - drm/mediatek/dp: fix memory leak on ->get_edid callback audio detection + - drm/mediatek/dp: fix memory leak on ->get_edid callback error path + - dm-bufio: fix no-sleep mode + - dm-verity: don't use blocking calls from tasklets + - nfsd: fix file memleak on client_opens_release + - NFSD: Update nfsd_cache_append() to use xdr_stream + - LoongArch: Mark __percpu functions as always inline + - riscv: Using TOOLCHAIN_HAS_ZIHINTPAUSE marco replace zihintpause + - riscv: put interrupt entries into .irqentry.text + - riscv: mm: Update the comment of CONFIG_PAGE_OFFSET + - riscv: correct pt_level name via pgtable_l5/4_enabled + - riscv: kprobes: allow writing to x0 + - mmc: sdhci-pci-gli: A workaround to allow GL9750 to enter ASPM L1.2 + - mm: fix for negative counter: nr_file_hugepages + - mm: kmem: drop __GFP_NOFAIL when allocating objcg vectors + - mptcp: deal with large GSO size + - mptcp: add validity check for sending RM_ADDR + - mptcp: fix setsockopt(IP_TOS) subflow locking + - selftests: mptcp: fix fastclose with csum failure + - mmc: sdhci-pci-gli: GL9750: Mask the replay timer timeout of AER + - media: qcom: camss: Fix pm_domain_on sequence in probe + - media: qcom: camss: Fix vfe_get() error jump + - media: qcom: camss: Fix VFE-17x vfe_disable_output() + - media: qcom: camss: Fix VFE-480 vfe_disable_output() + - media: qcom: camss: Fix missing vfe_lite clocks check + - media: qcom: camss: Fix set CSI2_RX_CFG1_VC_MODE when VC is greater than 3 + - media: qcom: camss: Fix invalid clock enable bit disjunction + - media: qcom: camss: Fix csid-gen2 for test pattern generator + - ext4: fix race between writepages and remount + - ext4: make sure allocate pending entry not fail + - ext4: apply umask if ACL support is disabled + - ext4: correct offset of gdb backup in non meta_bg group to update_backups + - ext4: mark buffer new if it is unwritten to avoid stale data exposure + - ext4: correct return value of ext4_convert_meta_bg + - ext4: correct the start block of counting reserved clusters + - ext4: remove gdb backup copy for meta bg in setup_new_flex_group_blocks + - ext4: add missed brelse in update_backups + - ext4: properly sync file size update after O_SYNC direct IO + - ext4: fix racy may inline data check in dio write + - drm/amd/pm: Handle non-terminated overdrive commands. + - drm: bridge: it66121: ->get_edid callback must not return err pointers + - drm/i915/mtl: Support HBR3 rate with C10 phy and eDP in MTL + - drm/i915: Bump GLK CDCLK frequency when driving multiple pipes + - drm/i915: Fix potential spectre vulnerability + - drm/i915: Flush WC GGTT only on required platforms + - drm/amdgpu/smu13: drop compute workload workaround + - drm/amdgpu: don't use pci_is_thunderbolt_attached() + - drm/amdgpu: fix GRBM read timeout when do mes_self_test + - drm/amdgpu: add a retry for IP discovery init + - drm/amdgpu: don't use ATRM for external devices + - drm/amdgpu: fix error handling in amdgpu_vm_init + - drm/amdgpu: fix error handling in amdgpu_bo_list_get() + - drm/amdgpu: lower CS errors to debug severity + - drm/amdgpu: Fix possible null pointer dereference + - drm/amd/display: Guard against invalid RPTR/WPTR being set + - drm/amd/display: Fix DSC not Enabled on Direct MST Sink + - drm/amd/display: fix a NULL pointer dereference in amdgpu_dm_i2c_xfer() + - drm/amd/display: Enable fast plane updates on DCN3.2 and above + - drm/amd/display: Change the DMCUB mailbox memory location from FB to inbox + - powerpc/powernv: Fix fortify source warnings in opal-prd.c + - tracing: Have trace_event_file have ref counters + - net/mlx5e: Avoid referencing skb after free-ing in drop path of + mlx5e_sq_xmit_wqe + - net/mlx5e: Track xmit submission to PTP WQ after populating metadata map + - Linux 6.5.13 + + * Mantic update: v6.5.12 upstream stable release (LP: #2051129) + - hwmon: (nct6775) Fix incorrect variable reuse in fan_div calculation + - numa: Generalize numa_map_to_online_node() + - sched/topology: Fix sched_numa_find_nth_cpu() in CPU-less case + - sched/topology: Fix sched_numa_find_nth_cpu() in non-NUMA case + - sched/fair: Fix cfs_rq_is_decayed() on !SMP + - iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user() + - sched/uclamp: Set max_spare_cap_cpu even if max_spare_cap is 0 + - sched/uclamp: Ignore (util == 0) optimization in feec() when p_util_max = 0 + - objtool: Propagate early errors + - sched: Fix stop_one_cpu_nowait() vs hotplug + - nfsd: Handle EOPENSTALE correctly in the filecache + - vfs: fix readahead(2) on block devices + - writeback, cgroup: switch inodes with dirty timestamps to release dying + cgwbs + - x86/srso: Fix SBPB enablement for (possible) future fixed HW + - x86/srso: Print mitigation for retbleed IBPB case + - x86/srso: Fix vulnerability reporting for missing microcode + - x86/srso: Fix unret validation dependencies + - futex: Don't include process MM in futex key on no-MMU + - x86/numa: Introduce numa_fill_memblks() + - ACPI/NUMA: Apply SRAT proximity domain to entire CFMWS window + - x86/sev-es: Allow copy_from_kernel_nofault() in earlier boot + - x86/boot: Fix incorrect startup_gdt_descr.size + - cpu/hotplug: Remove dependancy against cpu_primary_thread_mask + - cpu/SMT: Create topology_smt_thread_allowed() + - cpu/SMT: Make SMT control more robust against enumeration failures + - x86/apic: Fake primary thread mask for XEN/PV + - srcu: Fix callbacks acceleration mishandling + - drivers/clocksource/timer-ti-dm: Don't call clk_get_rate() in stop function + - x86/nmi: Fix out-of-order NMI nesting checks & false positive warning + - pstore/platform: Add check for kstrdup + - perf: Optimize perf_cgroup_switch() + - selftests/x86/lam: Zero out buffer for readlink() + - PCI/MSI: Provide stubs for IMS functions + - string: Adjust strtomem() logic to allow for smaller sources + - genirq/matrix: Exclude managed interrupts in irq_matrix_allocated() + - irqchip/sifive-plic: Fix syscore registration for multi-socket systems + - wifi: ath12k: fix undefined behavior with __fls in dp + - wifi: cfg80211: add flush functions for wiphy work + - wifi: mac80211: move radar detect work to wiphy work + - wifi: mac80211: move scan work to wiphy work + - wifi: mac80211: move offchannel works to wiphy work + - wifi: mac80211: move sched-scan stop work to wiphy work + - wifi: mac80211: fix RCU usage warning in mesh fast-xmit + - wifi: cfg80211: fix off-by-one in element defrag + - wifi: mac80211: fix # of MSDU in A-MSDU calculation + - wifi: iwlwifi: honor the enable_ini value + - wifi: iwlwifi: don't use an uninitialized variable + - i40e: fix potential memory leaks in i40e_remove() + - iavf: Fix promiscuous mode configuration flow messages + - selftests/bpf: Correct map_fd to data_fd in tailcalls + - bpf, x86: save/restore regs with BPF_DW size + - bpf, x86: allow function arguments up to 12 for TRACING + - bpf, x64: Fix tailcall infinite loop + - wifi: cfg80211: fix kernel-doc for wiphy_delayed_work_flush() + - udp: introduce udp->udp_flags + - udp: move udp->no_check6_tx to udp->udp_flags + - udp: move udp->no_check6_rx to udp->udp_flags + - udp: move udp->gro_enabled to udp->udp_flags + - udp: add missing WRITE_ONCE() around up->encap_rcv + - udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flags + - udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GRO + - udp: annotate data-races around udp->encap_type + - udplite: remove UDPLITE_BIT + - udplite: fix various data-races + - selftests/bpf: Skip module_fentry_shadow test when bpf_testmod is not + available + - tcp: call tcp_try_undo_recovery when an RTOd TFO SYNACK is ACKed + - bpf: Fix kfunc callback register type handling + - gve: Use size_add() in call to struct_size() + - mlxsw: Use size_mul() in call to struct_size() + - tls: Use size_add() in call to struct_size() + - tipc: Use size_add() in calls to struct_size() + - net: spider_net: Use size_add() in call to struct_size() + - net: ethernet: mtk_wed: fix EXT_INT_STATUS_RX_FBUF definitions for MT7986 + SoC + - wifi: rtw88: debug: Fix the NULL vs IS_ERR() bug for debugfs_create_file() + - wifi: ath12k: fix DMA unmap warning on NULL DMA address + - wifi: ath11k: fix boot failure with one MSI vector + - wifi: mac80211: fix check for unusable RX result + - PM: sleep: Fix symbol export for _SIMPLE_ variants of _PM_OPS() + - cpufreq: tegra194: fix warning due to missing opp_put + - wifi: mt76: mt7603: rework/fix rx pse hang check + - wifi: mt76: mt7603: improve watchdog reset reliablity + - wifi: mt76: mt7603: improve stuck beacon handling + - wifi: mt76: connac: move connac3 definitions in mt76_connac3_mac.h + - wifi: mt76: remove unused error path in mt76_connac_tx_complete_skb + - wifi: mt76: mt7996: set correct wcid in txp + - wifi: mt76: mt7996: fix beamform mcu cmd configuration + - wifi: mt76: mt7996: fix beamformee ss subfield in EHT PHY cap + - wifi: mt76: mt7996: fix wmm queue mapping + - wifi: mt76: mt7996: fix rx rate report for CBW320-2 + - wifi: mt76: mt7996: fix TWT command format + - wifi: mt76: update beacon size limitation + - wifi: mt76: fix potential memory leak of beacon commands + - wifi: mt76: get rid of false alamrs of tx emission issues + - wifi: mt76: fix per-band IEEE80211_CONF_MONITOR flag comparison + - wifi: mt76: mt7915: fix beamforming availability check + - wifi: ath: dfs_pattern_detector: Fix a memory initialization issue + - tcp_metrics: add missing barriers on delete + - tcp_metrics: properly set tp->snd_ssthresh in tcp_init_metrics() + - tcp_metrics: do not create an entry from tcp_init_metrics() + - wifi: rtlwifi: fix EDCA limit set by BT coexistence + - ACPI: property: Allow _DSD buffer data only for byte accessors + - ACPI: video: Add acpi_backlight=vendor quirk for Toshiba Portégé R100 + - can: etas_es58x: rework the version check logic to silence -Wformat- + truncation + - can: etas_es58x: add missing a blank line after declaration + - wifi: ath11k: fix Tx power value during active CAC + - can: dev: can_restart(): don't crash kernel if carrier is OK + - can: dev: can_restart(): fix race condition between controller restart and + netif_carrier_on() + - can: dev: can_put_echo_skb(): don't crash kernel if can_priv::echo_skb is + accessed out of bounds + - PM / devfreq: rockchip-dfi: Make pmu regmap mandatory + - wifi: wfx: fix case where rates are out of order + - netfilter: nf_tables: Drop pointless memset when dumping rules + - wifi: rtw88: Remove duplicate NULL check before calling usb_kill/free_urb() + - thermal: core: prevent potential string overflow + - r8169: fix rare issue with broken rx after link-down on RTL8125 + - thermal/drivers/mediatek: Fix probe for THERMAL_V2 + - bpf: Fix missed rcu read lock in bpf_task_under_cgroup() + - selftests: netfilter: test for sctp collision processing in nf_conntrack + - net: skb_find_text: Ignore patterns extending past 'to' + - thermal: core: Don't update trip points inside the hysteresis range + - chtls: fix tp->rcv_tstamp initialization + - tcp: fix cookie_init_timestamp() overflows + - wifi: iwlwifi: mvm: update station's MFP flag after association + - wifi: iwlwifi: mvm: fix removing pasn station for responder + - wifi: iwlwifi: mvm: use correct sta ID for IGTK/BIGTK + - wifi: mac80211: don't recreate driver link debugfs in reconfig + - wifi: mac80211: Fix setting vif links + - wifi: iwlwifi: yoyo: swap cdb and jacket bits values + - wifi: iwlwifi: mvm: Correctly set link configuration + - wifi: iwlwifi: mvm: Fix key flags for IGTK on AP interface + - wifi: iwlwifi: mvm: Don't always bind/link the P2P Device interface + - wifi: iwlwifi: mvm: change iwl_mvm_flush_sta() API + - wifi: iwlwifi: mvm: fix iwl_mvm_mac_flush_sta() + - wifi: iwlwifi: mvm: remove TDLS stations from FW + - wifi: iwlwifi: increase number of RX buffers for EHT devices + - wifi: iwlwifi: mvm: fix netif csum flags + - wifi: iwlwifi: pcie: synchronize IRQs before NAPI + - wifi: iwlwifi: mvm: update IGTK in mvmvif upon D3 resume + - wifi: iwlwifi: empty overflow queue during flush + - Bluetooth: ISO: Use defer setup to separate PA sync and BIG sync + - Bluetooth: ISO: Pass BIG encryption info through QoS + - Bluetooth: Make handle of hci_conn be unique + - Bluetooth: hci_sync: Fix Opcode prints in bt_dev_dbg/err + - bpf: Fix unnecessary -EBUSY from htab_lock_bucket + - ACPI: sysfs: Fix create_pnp_modalias() and create_of_modalias() + - mptcp: properly account fastopen data + - ipv6: avoid atomic fragment on GSO packets + - virtio_net: use u64_stats_t infra to avoid data-races + - net: add DEV_STATS_READ() helper + - ipvlan: properly track tx_errors + - regmap: debugfs: Fix a erroneous check after snprintf() + - spi: tegra: Fix missing IRQ check in tegra_slink_probe() + - clk: qcom: ipq5332: Drop set rate parent from gpll0 dependent clocks + - clk: qcom: gcc-msm8996: Remove RPM bus clocks + - clk: qcom: clk-rcg2: Fix clock rate overflow for high parent frequencies + - clk: qcom: mmcc-msm8998: Don't check halt bit on some branch clks + - clk: qcom: mmcc-msm8998: Fix the SMMU GDSC + - clk: qcom: gcc-sm8150: Fix gcc_sdcc2_apps_clk_src + - regulator: mt6358: Fail probe on unknown chip ID + - clk: imx: Select MXC_CLK for CLK_IMX8QXP + - clk: imx: imx8mq: correct error handling path + - clk: imx: imx8qxp: Fix elcdif_pll clock + - clk: renesas: rcar-gen3: Extend SDnH divider table + - clk: renesas: rzg2l: Wait for status bit of SD mux before continuing + - clk: renesas: rzg2l: Lock around writes to mux register + - clk: renesas: rzg2l: Trust value returned by hardware + - clk: renesas: rzg2l: Use FIELD_GET() for PLL register fields + - clk: renesas: rzg2l: Fix computation formula + - clk: linux/clk-provider.h: fix kernel-doc warnings and typos + - spi: nxp-fspi: use the correct ioremap function + - clk: ralink: mtmips: quiet unused variable warning + - clk: keystone: pll: fix a couple NULL vs IS_ERR() checks + - clk: ti: fix double free in of_ti_divider_clk_setup() + - clk: npcm7xx: Fix incorrect kfree + - clk: mediatek: clk-mt6765: Add check for mtk_alloc_clk_data + - clk: mediatek: clk-mt6779: Add check for mtk_alloc_clk_data + - clk: mediatek: clk-mt6797: Add check for mtk_alloc_clk_data + - clk: mediatek: clk-mt7629-eth: Add check for mtk_alloc_clk_data + - clk: mediatek: clk-mt7629: Add check for mtk_alloc_clk_data + - clk: mediatek: clk-mt2701: Add check for mtk_alloc_clk_data + - clk: qcom: config IPQ_APSS_6018 should depend on QCOM_SMEM + - clk: qcom: clk-alpha-pll: introduce stromer plus ops + - clk: qcom: apss-ipq-pll: Use stromer plus ops for stromer plus pll + - clk: qcom: apss-ipq-pll: Fix 'l' value for ipq5332_pll_config + - clk: qcom: ipq9574: drop the CLK_SET_RATE_PARENT flag from GPLL clocks + - clk: qcom: ipq5332: drop the CLK_SET_RATE_PARENT flag from GPLL clocks + - clk: mediatek: fix double free in mtk_clk_register_pllfh() + - platform/x86: wmi: Fix probe failure when failing to register WMI devices + - platform/x86: wmi: Fix opening of char device + - regulator: qcom-rpmh: Fix smps4 regulator for pm8550ve + - hwmon: (axi-fan-control) Fix possible NULL pointer dereference + - hwmon: (coretemp) Fix potentially truncated sysfs attribute name + - Revert "hwmon: (sch56xx-common) Add DMI override table" + - Revert "hwmon: (sch56xx-common) Add automatic module loading on supported + devices" + - hwmon: (sch5627) Use bit macros when accessing the control register + - hwmon: (sch5627) Disallow write access if virtual registers are locked + - hte: tegra: Fix missing error code in tegra_hte_test_probe() + - platform/chrome: cros_ec_lpc: Separate host command and irq disable + - spi: omap2-mcspi: remove redundant dev_err_probe() + - spi: omap2-mcspi: switch to use modern name + - spi: omap2-mcspi: Fix hardcoded reference clock + - drm: bridge: samsung-dsim: Initialize ULPS EXIT for i.MX8M DSIM + - drm: bridge: for GENERIC_PHY_MIPI_DPHY also select GENERIC_PHY + - drm: bridge: samsung-dsim: Fix waiting for empty cmd transfer FIFO on older + Exynos + - drm/rockchip: vop: Fix reset of state in duplicate state crtc funcs + - drm/rockchip: vop: Fix call to crtc reset helper + - drm/rockchip: vop2: Don't crash for invalid duplicate_state + - drm/rockchip: vop2: Add missing call to crtc reset helper + - drm/radeon: possible buffer overflow + - drm: bridge: it66121: Fix invalid connector dereference + - drm/bridge: lt8912b: Fix bridge_detach + - drm/bridge: lt8912b: Fix crash on bridge detach + - drm/bridge: lt8912b: Manually disable HPD only if it was enabled + - drm/bridge: lt8912b: Add missing drm_bridge_attach call + - drm/mediatek: Fix coverity issue with unintentional integer overflow + - x86/tdx: Zero out the missing RSI in TDX_HYPERCALL macro + - drm/bridge: tc358768: Fix use of uninitialized variable + - drm/bridge: tc358768: Fix bit updates + - drm/bridge: tc358768: Use struct videomode + - drm/bridge: tc358768: Print logical values, not raw register values + - drm/bridge: tc358768: Use dev for dbg prints, not priv->dev + - drm/bridge: tc358768: Rename dsibclk to hsbyteclk + - drm/bridge: tc358768: Clean up clock period code + - drm/bridge: tc358768: Fix tc358768_ns_to_cnt() + - drm/aspeed: Convert to platform remove callback returning void + - drm/stm: Convert to platform remove callback returning void + - drm/tve200: Convert to platform remove callback returning void + - drm: Call drm_atomic_helper_shutdown() at shutdown/remove time for misc + drivers + - drm/amdgpu: Increase IH soft ring size for GFX v9.4.3 dGPU + - drm/amdkfd: fix some race conditions in vram buffer alloc/free of svm code + - drm/amdkfd: retry after EBUSY is returned from hmm_ranges_get_pages + - drm/amdkfd: Remove svm range validated_once flag + - drm/amdkfd: Handle errors from svm validate and map + - drm/amd/display: Fix null pointer dereference in error message + - drm/amd/display: Check all enabled planes in dm_check_crtc_cursor + - drm/amd/display: Refactor dm_get_plane_scale helper + - drm/amd/display: Bail from dm_check_crtc_cursor if no relevant change + - io_uring/kbuf: Fix check of BID wrapping in provided buffers + - io_uring/kbuf: Allow the full buffer id space for provided buffers + - drm/mediatek: Add mmsys_dev_num to mt8188 vdosys0 driver data + - drm/mediatek: Fix iommu fault by swapping FBs after updating plane state + - drm/mediatek: Fix iommu fault during crtc enabling + - accel/habanalabs/gaudi2: Fix incorrect string length computation in + gaudi2_psoc_razwi_get_engines() + - drm/rockchip: cdn-dp: Fix some error handling paths in cdn_dp_probe() + - gpu: host1x: Correct allocated size for contexts + - drm/bridge: lt9611uxc: fix the race in the error path + - arm64/arm: xen: enlighten: Fix KPTI checks + - drm/rockchip: Fix type promotion bug in rockchip_gem_iommu_map() + - xenbus: fix error exit in xenbus_init() + - xen-pciback: Consider INTx disabled when MSI/MSI-X is enabled + - drm/msm/dsi: use msm_gem_kernel_put to free TX buffer + - drm/msm/dsi: free TX buffer in unbind + - clocksource/drivers/arm_arch_timer: limit XGene-1 workaround + - drm: mediatek: mtk_dsi: Fix NO_EOT_PACKET settings/handling + - drivers/perf: hisi: use cpuhp_state_remove_instance_nocalls() for + hisi_hns3_pmu uninit process + - drm/amd/pm: Fix a memory leak on an error path + - perf/arm-cmn: Fix DTC domain detection + - drivers/perf: hisi_pcie: Check the type first in pmu::event_init() + - perf: hisi: Fix use-after-free when register pmu fails + - ARM: dts: renesas: blanche: Fix typo in GP_11_2 pin name + - arm64: dts: qcom: sdm845: Fix PSCI power domain names + - arm64: dts: qcom: sdm845: cheza doesn't support LMh node + - arm64: dts: qcom: sc7280: link usb3_phy_wrapper_gcc_usb30_pipe_clk + - arm64: dts: qcom: msm8916: Fix iommu local address range + - arm64: dts: qcom: msm8992-libra: drop duplicated reserved memory + - arm64: dts: qcom: sm6125: Pad APPS IOMMU address to 8 characters + - arm64: dts: qcom: sc7280: Add missing LMH interrupts + - arm64: dts: qcom: qrb2210-rb1: Swap UART index + - arm64: dts: qcom: sc7280: drop incorrect EUD port on SoC side + - arm64: dts: qcom: sm8150: add ref clock to PCIe PHYs + - arm64: dts: qcom: sm8350: fix pinctrl for UART18 + - arm64: dts: qcom: sdm845-mtp: fix WiFi configuration + - ARM64: dts: marvell: cn9310: Use appropriate label for spi1 pins + - arm64: dts: qcom: msm8976: Fix ipc bit shifts + - arm64: dts: qcom: msm8939: Fix iommu local address range + - riscv: dts: allwinner: remove address-cells from intc node + - arm64: dts: qcom: apq8016-sbc: Add missing ADV7533 regulators + - ARM: dts: qcom: apq8026-samsung-matisse-wifi: Fix inverted hall sensor + - ARM: dts: qcom: mdm9615: populate vsdcc fixed regulator + - soc: qcom: llcc: Handle a second device without data corruption + - kunit: Fix missed memory release in kunit_free_suite_set() + - firmware: ti_sci: Mark driver as non removable + - arm64: dts: ti: k3-am625-beagleplay: Fix typo in ramoops reg + - arm64: dts: ti: k3-am62a7-sk: Drop i2c-1 to 100Khz + - firmware: arm_ffa: Assign the missing IDR allocation ID to the FFA device + - firmware: arm_ffa: Allow the FF-A drivers to use 32bit mode of messaging + - ARM: dts: am3517-evm: Fix LED3/4 pinmux + - clk: scmi: Free scmi_clk allocated when the clocks with invalid info are + skipped + - arm64: dts: imx8qm-ss-img: Fix jpegenc compatible entry + - arm64: dts: imx8mp-debix-model-a: Remove USB hub reset-gpios + - arm64: dts: imx8mm: Add sound-dai-cells to micfil node + - arm64: dts: imx8mn: Add sound-dai-cells to micfil node + - arm64: tegra: Fix P3767 card detect polarity + - arm64: tegra: Fix P3767 QSPI speed + - firmware: tegra: Add suspend hook and reset BPMP IPC early on resume + - memory: tegra: Set BPMP msg flags to reset IPC channels + - arm64: tegra: Use correct interrupts for Tegra234 TKE + - selftests/pidfd: Fix ksft print formats + - selftests/resctrl: Ensure the benchmark commands fits to its array + - soc: qcom: pmic_glink: fix connector type to be DisplayPort + - ARM: dts: BCM5301X: Explicitly disable unused switch CPU ports + - iommufd: Add iopt_area_alloc() + - module/decompress: use vmalloc() for gzip decompression workspace + - ASoC: cs35l41: Handle mdsync_down reg write errors + - ASoC: cs35l41: Initialize completion object before requesting IRQ + - ASoC: cs35l41: Verify PM runtime resume errors in IRQ handler + - ASoC: cs35l41: Undo runtime PM changes at driver exit time + - ALSA: hda: cs35l41: Fix unbalanced pm_runtime_get() + - ALSA: hda: cs35l41: Undo runtime PM changes at driver exit time + - KEYS: Include linux/errno.h in linux/verification.h + - crypto: hisilicon/hpre - Fix a erroneous check after snprintf() + - hwrng: bcm2835 - Fix hwrng throughput regression + - hwrng: geode - fix accessing registers + - RDMA/core: Use size_{add,sub,mul}() in calls to struct_size() + - crypto: qat - fix state machines cleanup paths + - crypto: qat - ignore subsequent state up commands + - crypto: qat - fix unregistration of crypto algorithms + - crypto: qat - fix unregistration of compression algorithms + - scsi: ibmvfc: Fix erroneous use of rtas_busy_delay with hcall return code + - ASoC: soc-pcm.c: Make sure DAI parameters cleared if the DAI becomes + inactive + - libnvdimm/of_pmem: Use devm_kstrdup instead of kstrdup and check its return + value + - nd_btt: Make BTT lanes preemptible + - crypto: caam/qi2 - fix Chacha20 + Poly1305 self test failure + - crypto: caam/jr - fix Chacha20 + Poly1305 self test failure + - crypto: qat - increase size of buffers + - ASoC: SOF: ipc4-topology: Use size_add() in call to struct_size() + - PCI: vmd: Correct PCI Header Type Register's multi-function check + - hid: cp2112: Fix duplicate workqueue initialization + - crypto: hisilicon/qm - fix PF queue parameter issue + - ARM: 9321/1: memset: cast the constant byte to unsigned char + - ARM: 9323/1: mm: Fix ARCH_LOW_ADDRESS_LIMIT when CONFIG_ZONE_DMA + - ext4: move 'ix' sanity check to corrent position + - kselftest: vm: fix mdwe's mmap_FIXED test case + - ASoC: fsl: mpc5200_dma.c: Fix warning of Function parameter or member not + described + - backlight: pwm_bl: Disable PWM on shutdown, suspend and remove + - ASoC: fsl-asoc-card: Add comment for mclk in the codec_priv + - dlm: fix no ack after final message + - IB/mlx5: Fix rdma counter binding for RAW QP + - RDMA/hns: Fix printing level of asynchronous events + - RDMA/hns: Fix uninitialized ucmd in hns_roce_create_qp_common() + - RDMA/hns: Fix signed-unsigned mixed comparisons + - RDMA/hns: Add check for SL + - RDMA/hns: The UD mode can only be configured with DCQCN + - ASoC: SOF: core: Ensure sof_ops_free() is still called when probe never ran. + - ASoC: fsl: Fix PM disable depth imbalance in fsl_easrc_probe + - scsi: ufs: core: Leave space for '\0' in utf8 desc string + - RDMA/hfi1: Workaround truncation compilation error + - HID: cp2112: Make irq_chip immutable + - hid: cp2112: Fix IRQ shutdown stopping polling for all IRQs on chip + - HID: uclogic: Fix user-memory-access bug in + uclogic_params_ugee_v2_init_event_hooks() + - HID: uclogic: Fix a work->entry not empty bug in __queue_work() + - sh: bios: Revive earlyprintk support + - HID: logitech-hidpp: Don't restart IO, instead defer hid_connect() only + - HID: logitech-hidpp: Revert "Don't restart communication if not necessary" + - HID: logitech-hidpp: Move get_wireless_feature_index() check to + hidpp_connect_event() + - ASoC: Intel: Skylake: Fix mem leak when parsing UUIDs fails + - PCI: endpoint: Fix double free in __pci_epc_create() + - padata: Fix refcnt handling in padata_free_shell() + - certs: Break circular dependency when selftest is modular + - crypto: qat - fix deadlock in backlog processing + - ASoC: ams-delta.c: use component after check + - erofs: fix erofs_insert_workgroup() lockref usage + - IB/mlx5: Fix init stage error handling to avoid double free of same QP and + UAF + - mfd: core: Un-constify mfd_cell.of_reg + - mfd: core: Ensure disabled devices are skipped without aborting + - mfd: dln2: Fix double put in dln2_probe + - dt-bindings: mfd: mt6397: Split out compatible for MediaTek MT6366 PMIC + - mfd: arizona-spi: Set pdata.hpdet_channel for ACPI enumerated devs + - leds: turris-omnia: Drop unnecessary mutex locking + - leds: turris-omnia: Do not use SMBUS calls + - leds: pwm: Don't disable the PWM when the LED should be off + - leds: trigger: ledtrig-cpu:: Fix 'output may be truncated' issue for 'cpu' + - scripts/gdb: fix usage of MOD_TEXT not defined when CONFIG_MODULES=n + - perf stat: Fix aggr mode initialization + - iio: frequency: adf4350: Use device managed functions and fix power down + issue. + - perf kwork: Fix incorrect and missing free atom in work_push_atom() + - perf kwork: Add the supported subcommands to the document + - perf kwork: Set ordered_events to true in 'struct perf_tool' + - f2fs: compress: fix deadloop in f2fs_write_cache_pages() + - f2fs: compress: fix to avoid use-after-free on dic + - f2fs: compress: fix to avoid redundant compress extension + - f2fs: fix to drop meta_inode's page cache in f2fs_put_super() + - tty: tty_jobctrl: fix pid memleak in disassociate_ctty() + - perf parse-events: Remove unused PE_PMU_EVENT_FAKE token + - perf parse-events: Remove unused PE_KERNEL_PMU_EVENT token + - perf parse-events: Remove ABORT_ON + - perf tools: Revert enable indices setting syntax for BPF map + - perf parse-events: Fix tracepoint name memory leak + - livepatch: Fix missing newline character in klp_resolve_symbols() + - pinctrl: renesas: rzg2l: Make reverse order of enable() for disable() + - perf record: Fix BTF type checks in the off-cpu profiling + - dmaengine: idxd: Register dsa_bus_type before registering idxd sub-drivers + - usb: dwc2: fix possible NULL pointer dereference caused by driver + concurrency + - usb: chipidea: Fix DMA overwrite for Tegra + - usb: chipidea: Simplify Tegra DMA alignment code + - dmaengine: ti: edma: handle irq_of_parse_and_map() errors + - tools/perf: Update call stack check in builtin-lock.c + - misc: st_core: Do not call kfree_skb() under spin_lock_irqsave() + - tools: iio: iio_generic_buffer ensure alignment + - USB: usbip: fix stub_dev hub disconnect + - dmaengine: pxa_dma: Remove an erroneous BUG_ON() in pxad_free_desc() + - f2fs: fix to initialize map.m_pblk in f2fs_precache_extents() + - interconnect: qcom: qdu1000: Set ACV enable_mask + - interconnect: qcom: sc7180: Retire DEFINE_QBCM + - interconnect: qcom: sc7180: Set ACV enable_mask + - interconnect: qcom: sc7280: Set ACV enable_mask + - interconnect: qcom: sc8180x: Set ACV enable_mask + - interconnect: qcom: sc8280xp: Set ACV enable_mask + - interconnect: qcom: sdm670: Retire DEFINE_QBCM + - interconnect: qcom: sdm670: Set ACV enable_mask + - interconnect: qcom: sdm845: Retire DEFINE_QBCM + - interconnect: qcom: sdm845: Set ACV enable_mask + - interconnect: qcom: sm6350: Retire DEFINE_QBCM + - interconnect: qcom: sm6350: Set ACV enable_mask + - interconnect: qcom: sm8150: Retire DEFINE_QBCM + - interconnect: qcom: sm8150: Set ACV enable_mask + - interconnect: qcom: sm8350: Retire DEFINE_QBCM + - interconnect: qcom: sm8350: Set ACV enable_mask + - powerpc: Only define __parse_fpscr() when required + - interconnect: fix error handling in qnoc_probe() + - perf build: Add missing comment about NO_LIBTRACEEVENT=1 + - perf parse-events: Fix for term values that are raw events + - perf pmu: Remove logic for PMU name being NULL + - perf mem-events: Avoid uninitialized read + - s390/ap: re-init AP queues on config on + - modpost: fix tee MODULE_DEVICE_TABLE built on big-endian host + - modpost: fix ishtp MODULE_DEVICE_TABLE built on big-endian host + - perf tools: Do not ignore the default vmlinux.h + - powerpc/40x: Remove stale PTE_ATOMIC_UPDATES macro + - powerpc/xive: Fix endian conversion size + - powerpc: Hide empty pt_regs at base of the stack + - perf trace: Use the right bpf_probe_read(_str) variant for reading user data + - powerpc/vas: Limit open window failure messages in log bufffer + - powerpc/imc-pmu: Use the correct spinlock initializer. + - powerpc/pseries: fix potential memory leak in init_cpu_associativity() + - perf vendor events: Update PMC used in PM_RUN_INST_CMPL event for power10 + platform + - xhci: Loosen RPM as default policy to cover for AMD xHC 1.1 + - usb: host: xhci-plat: fix possible kernel oops while resuming + - perf machine: Avoid out of bounds LBR memory read + - libperf rc_check: Make implicit enabling work for GCC + - perf hist: Add missing puts to hist__account_cycles + - perf vendor events intel: Fix broadwellde tma_info_system_dram_bw_use metric + - perf vendor events intel: Add broadwellde two metrics + - 9p/net: fix possible memory leak in p9_check_errors() + - rtla: Fix uninitialized variable found + - i3c: Fix potential refcount leak in i3c_master_register_new_i3c_devs + - rtc: brcmstb-waketimer: support level alarm_irq + - cxl/pci: Remove unnecessary device reference management in sanitize work + - cxl/pci: Cleanup 'sanitize' to always poll + - cxl/pci: Remove inconsistent usage of dev_err_probe() + - cxl/pci: Clarify devm host for memdev relative setup + - cxl/pci: Fix sanitize notifier setup + - cxl/memdev: Fix sanitize vs decoder setup locking + - cxl/mem: Fix shutdown order + - virt: sevguest: Fix passing a stack buffer as a scatterlist target + - rtc: pcf85363: Allow to wake up system without IRQ + - rtc: pcf85363: fix wrong mask/val parameters in regmap_update_bits call + - cxl/region: Prepare the decoder match range helper for reuse + - cxl/region: Calculate a target position in a region interleave + - cxl/region: Use cxl_calc_interleave_pos() for auto-discovery + - cxl/region: Fix cxl_region_rwsem lock held when returning to user space + - cxl/core/regs: Rename @dev to @host in struct cxl_register_map + - cxl/port: Fix @host confusion in cxl_dport_setup_regs() + - cxl/hdm: Remove broken error path + - pcmcia: cs: fix possible hung task and memory leak pccardd() + - pcmcia: ds: fix refcount leak in pcmcia_device_add() + - pcmcia: ds: fix possible name leak in error path in pcmcia_device_add() + - media: imx-jpeg: initiate a drain of the capture queue in dynamic resolution + change + - media: hantro: Check whether reset op is defined before use + - media: verisilicon: Do not enable G2 postproc downscale if source is + narrower than destination + - media: ov5640: fix vblank unchange issue when work at dvp mode + - media: i2c: max9286: Fix some redundant of_node_put() calls + - media: ov5640: Fix a memory leak when ov5640_probe fails + - media: bttv: fix use after free error due to btv->timeout timer + - media: amphion: handle firmware debug message + - media: mtk-jpegenc: Fix bug in JPEG encode quality selection + - media: s3c-camif: Avoid inappropriate kfree() + - media: vidtv: psi: Add check for kstrdup + - media: vidtv: mux: Add check and kfree for kstrdup + - media: cedrus: Fix clock/reset sequence + - media: cadence: csi2rx: Unregister v4l2 async notifier + - media: dvb-usb-v2: af9035: fix missing unlock + - media: verisilicon: Fixes clock list for rk3588 av1 decoder + - media: imx-jpeg: notify source chagne event when the first picture parsed + - media: platform: mtk-mdp3: fix uninitialized variable in mdp_path_config() + - media: cec: meson: always include meson sub-directory in Makefile + - cpupower: fix reference to nonexistent document + - regmap: prevent noinc writes from clobbering cache + - drm/amdgpu/gfx10,11: use memcpy_to/fromio for MQDs + - drm/amdgpu: don't put MQDs in VRAM on ARM | ARM64 + - pwm: sti: Reduce number of allocations and drop usage of chip_data + - pwm: brcmstb: Utilize appropriate clock APIs in suspend/resume + - Input: synaptics-rmi4 - fix use after free in rmi_unregister_function() + - watchdog: ixp4xx: Make sure restart always works + - llc: verify mac len before reading mac header + - hsr: Prevent use after free in prp_create_tagged_frame() + - tipc: Change nla_policy for bearer-related names to NLA_NUL_STRING + - rxrpc: Fix two connection reaping bugs + - bpf: Check map->usercnt after timer->timer is assigned + - inet: shrink struct flowi_common + - octeontx2-pf: Fix error codes + - octeontx2-pf: Fix holes in error code + - net: page_pool: add missing free_percpu when page_pool_init fail + - dccp: Call security_inet_conn_request() after setting IPv4 addresses. + - dccp/tcp: Call security_inet_conn_request() after setting IPv6 addresses. + - Fix termination state for idr_for_each_entry_ul() + - net: stmmac: xgmac: Enable support for multiple Flexible PPS outputs + - selftests: pmtu.sh: fix result checking + - octeontx2-pf: Free pending and dropped SQEs + - net/smc: fix dangling sock under state SMC_APPFINCLOSEWAIT + - net/smc: allow cdc msg send rather than drop it with NULL sndbuf_desc + - net/smc: put sk reference if close work was canceled + - nvme: fix error-handling for io_uring nvme-passthrough + - riscv: boot: Fix creation of loader.bin + - tg3: power down device only on SYSTEM_POWER_OFF + - nbd: fix uaf in nbd_open + - blk-core: use pr_warn_ratelimited() in bio_check_ro() + - vsock/virtio: remove socket from connected/bound list on shutdown + - r8169: respect userspace disabling IFF_MULTICAST + - net: enetc: shorten enetc_setup_xdp_prog() error message to fit + NETLINK_MAX_FMTMSG_LEN + - i2c: iproc: handle invalid slave state + - netfilter: xt_recent: fix (increase) ipv6 literal buffer length + - netfilter: nat: fix ipv6 nat redirect with mapped and scoped addresses + - net/sched: act_ct: Always fill offloading tuple iifidx + - RISC-V: Don't fail in riscv_of_parent_hartid() for disabled HARTs + - module/decompress: use kvmalloc() consistently + - drm/vc4: tests: Fix UAF in the mock helpers + - drm/syncobj: fix DRM_SYNCOBJ_WAIT_FLAGS_WAIT_AVAILABLE + - ASoC: mediatek: mt8186_mt6366_rt1019_rt5682s: trivial: fix error messages + - ASoC: hdmi-codec: register hpd callback on component probe + - ASoC: dapm: fix clock get name + - spi: spi-zynq-qspi: add spi-mem to driver kconfig dependencies + - arm64/arm: arm_pmuv3: perf: Don't truncate 64-bit registers + - fbdev: imsttfb: fix double free in probe() + - fbdev: imsttfb: fix a resource leak in probe + - fbdev: fsl-diu-fb: mark wr_reg_wa() static + - tracing/kprobes: Fix the order of argument descriptions + - Revert "drm/ast: report connection status on Display Port." + - selftests: mptcp: fix wait_rm_addr/sf parameters + - io_uring/net: ensure socket is marked connected on connect retry + - x86/amd_nb: Use Family 19h Models 60h-7Fh Function 4 IDs + - Revert "PCI/ASPM: Disable only ASPM_STATE_L1 when driver, disables L1" + - btrfs: use u64 for buffer sizes in the tree search ioctls + - bpf, x86: initialize the variable "first_off" in save_args() + - perf parse-events: Fix driver config term + - btrfs: make found_logical_ret parameter mandatory for function + queue_scrub_stripe() + - Linux 6.5.12 + + * Mantic update: v6.5.11 upstream stable release (LP: #2051117) + - ASoC: Intel: sof_sdw: add support for SKU 0B14 + - ASoC: simple-card: fixup asoc_simple_probe() error handling + - coresight: tmc-etr: Disable warnings for allocation failures + - ASoC: fsl-asoc-card: use integer type for fll_id and pll_id + - ASoC: core: Do not call link_exit() on uninitialized rtd objects + - ASoC: tlv320adc3xxx: BUG: Correct micbias setting + - net: sched: cls_u32: Fix allocation size in u32_init() + - arm64: dts: imx93: add the Flex-CAN stop mode by GPR + - can: flexcan: remove the auto stop mode for IMX93 + - irqchip/riscv-intc: Mark all INTC nodes as initialized + - irqchip/stm32-exti: add missing DT IRQ flag translation + - dmaengine: ste_dma40: Fix PM disable depth imbalance in d40_probe + - ata: pata_parport: add custom version of wait_after_reset + - ata: pata_parport: fit3: implement IDE command set registers + - powerpc/85xx: Fix math emulation exception + - media: i2c: ov8858: Don't set fwnode in the driver + - Input: synaptics-rmi4 - handle reset delay when using SMBus trsnsport + - fbdev: atyfb: only use ioremap_uc() on i386 and ia64 + - fs/ntfs3: Add ckeck in ni_update_parent() + - fs/ntfs3: Write immediately updated ntfs state + - fs/ntfs3: Use kvmalloc instead of kmalloc(... __GFP_NOWARN) + - fs/ntfs3: Add more attributes checks in mi_enum_attr() + - fs/ntfs3: Fix alternative boot searching + - fs/ntfs3: Add more info into /proc/fs/ntfs3//volinfo + - fs/ntfs3: Do not allow to change label if volume is read-only + - fs/ntfs3: Fix possible NULL-ptr-deref in ni_readpage_cmpr() + - fs/ntfs3: Fix NULL pointer dereference on error in attr_allocate_frame() + - fs/ntfs3: Fix directory element type detection + - fs/ntfs3: Avoid possible memory leak + - spi: npcm-fiu: Fix UMA reads when dummy.nbytes == 0 + - ASoC: soc-dapm: Add helper for comparing widget name + - netfilter: nfnetlink_log: silence bogus compiler warning + - net/mlx5: Bridge, fix peer entry ageing in LAG mode + - x86/efistub: Don't try to print after ExitBootService() + - efi: fix memory leak in krealloc failure handling + - ASoC: rt5650: fix the wrong result of key button + - ASoC: codecs: tas2780: Fix log of failed reset via I2C. + - s390/kasan: handle DCSS mapping in memory holes + - fbdev: omapfb: fix some error codes + - fbdev: uvesafb: Call cn_del_callback() at the end of uvesafb_exit() + - scsi: mpt3sas: Fix in error path + - ASoC: da7219: Correct the process of setting up Gnd switch in AAD + - drm/amdgpu: Unset context priority is now invalid + - gpu/drm: Eliminate DRM_SCHED_PRIORITY_UNSET + - LoongArch: Use SYM_CODE_* to annotate exception handlers + - LoongArch: Export symbol invalid_pud_table for modules building + - LoongArch: Replace kmap_atomic() with kmap_local_page() in + copy_user_highpage() + - LoongArch: Disable WUC for pgprot_writecombine() like ioremap_wc() + - netfilter: nf_tables: audit log object reset once per table + - platform/mellanox: mlxbf-tmfifo: Fix a warning message + - drm/amdgpu: Reserve fences for VM update + - riscv: dts: thead: set dma-noncoherent to soc bus + - net: chelsio: cxgb4: add an error code check in t4_load_phy_fw + - r8152: Check for unplug in rtl_phy_patch_request() + - r8152: Check for unplug in r8153b_ups_en() / r8153c_ups_en() + - powerpc/mm: Fix boot crash with FLATMEM + - ceph_wait_on_conflict_unlink(): grab reference before dropping ->d_lock + - drm/amd/display: Don't use fsleep for PSR exit waits + - rust: make `UnsafeCell` the outer type in `Opaque` + - rust: types: make `Opaque` be `!Unpin` + - perf evlist: Avoid frequency mode for the dummy event + - mmap: fix vma_iterator in error path of vma_merge() + - mmap: fix error paths with dup_anon_vma() + - ALSA: usb-audio: add quirk flag to enable native DSD for McIntosh devices + - PCI: Prevent xHCI driver from claiming AMD VanGogh USB3 DRD device + - usb: storage: set 1.50 as the lower bcdDevice for older "Super Top" + compatibility + - usb: typec: tcpm: Add additional checks for contaminant + - usb: typec: tcpm: Fix NULL pointer dereference in tcpm_pd_svdm() + - usb: raw-gadget: properly handle interrupted requests + - Bluetooth: hci_bcm4377: Mark bcm4378/bcm4387 as BROKEN_LE_CODED + - tty: n_gsm: fix race condition in status line change on dead connections + - tty: 8250: Remove UC-257 and UC-431 + - tty: 8250: Add support for additional Brainboxes UC cards + - tty: 8250: Add support for Brainboxes UP cards + - tty: 8250: Add support for Intashield IS-100 + - tty: 8250: Fix port count of PX-257 + - tty: 8250: Fix up PX-803/PX-857 + - tty: 8250: Add support for additional Brainboxes PX cards + - tty: 8250: Add support for Intashield IX cards + - tty: 8250: Add Brainboxes Oxford Semiconductor-based quirks + - dt-bindings: serial: rs485: Add rs485-rts-active-high + - misc: pci_endpoint_test: Add deviceID for J721S2 PCIe EP device support + - serial: core: Fix runtime PM handling for pending tx + - ALSA: hda: intel-dsp-config: Fix JSL Chromebook quirk detection + - ASoC: SOF: sof-pci-dev: Fix community key quirk detection + - Linux 6.5.11 + + * Mantic update: v6.5.11 upstream stable release (LP: #2051117) // black + screen when wake up from s3 with AMD W7600 gfx (LP: #2051341) + - drm/ttm: Reorder sys manager cleanup step + + * CVE-2024-0646 + - net: tls, update curr on splice as well + + * CVE-2024-0582 + - io_uring: enable io_mem_alloc/free to be used in other parts + - io_uring/kbuf: defer release of mapped buffer rings + + * CVE-2024-0565 + - smb: client: fix OOB in receive_encrypted_standard() + + * CVE-2023-51781 + - appletalk: Fix Use-After-Free in atalk_ioctl + + * Reject connection when malformed L2CAP signal packet is received + (LP: #2047634) + - Bluetooth: L2CAP: Send reject on command corrupted request + + * Mantic update: v6.5.10 upstream stable release (LP: #2049412) + - vdpa/mlx5: Fix firmware error on creation of 1k VQs + - smb3: allow controlling length of time directory entries are cached with dir + leases + - smb3: allow controlling maximum number of cached directories + - smb3: do not start laundromat thread when dir leases disabled + - smb: client: do not start laundromat thread on nohandlecache + - smb: client: make laundromat a delayed worker + - smb: client: prevent new fids from being removed by laundromat + - virtio_balloon: Fix endless deflation and inflation on arm64 + - virtio-mmio: fix memory leak of vm_dev + - virtio-crypto: handle config changed by work queue + - virtio_pci: fix the common cfg map size + - vsock/virtio: initialize the_virtio_vsock before using VQs + - vhost: Allow null msg.size on VHOST_IOTLB_INVALIDATE + - arm64: dts: qcom: apq8096-db820c: fix missing clock populate + - arm64: dts: qcom: msm8996-xiaomi: fix missing clock populate + - arm64: dts: rockchip: use codec as clock master on px30-ringneck-haikou + - arm64: dts: rockchip: set codec system-clock-fixed on px30-ringneck-haikou + - arm64: dts: qcom: sa8775p: correct PMIC GPIO label in gpio-ranges + - arm64: dts: rockchip: Add i2s0-2ch-bus-bclk-off pins to RK3399 + - arm64: dts: rockchip: Fix i2s0 pin conflict on ROCK Pi 4 boards + - i40e: sync next_to_clean and next_to_process for programming status desc + - mm: fix vm_brk_flags() to not bail out while holding lock + - hugetlbfs: clear resv_map pointer if mmap fails + - mm/page_alloc: correct start page when guard page debug is enabled + - mm/migrate: fix do_pages_move for compat pointers + - selftests/mm: include mman header to access MREMAP_DONTUNMAP identifier + - mm/mempolicy: fix set_mempolicy_home_node() previous VMA pointer + - hugetlbfs: extend hugetlb_vma_lock to private VMAs + - maple_tree: add GFP_KERNEL to allocations in mas_expected_entries() + - nfsd: lock_rename() needs both directories to live on the same fs + - vdpa_sim_blk: Fix the potential leak of mgmt_dev + - vdpa/mlx5: Fix double release of debugfs entry + - ARM: OMAP1: ams-delta: Fix MODEM initialization failure + - ARM: dts: rockchip: Fix i2c0 register address for RK3128 + - ARM: dts: rockchip: Add missing arm timer interrupt for RK3128 + - ARM: dts: rockchip: Add missing quirk for RK3128's dma engine + - ARM: dts: rockchip: Fix timer clocks for RK3128 + - accel/ivpu: Don't enter d0i3 during FLR + - drm/i915/pmu: Check if pmu is closed before stopping event + - drm/amd: Disable ASPM for VI w/ all Intel systems + - drm/dp_mst: Fix NULL deref in get_mst_branch_device_by_guid_helper() + - btrfs: remove v0 extent handling + - btrfs: fix unwritten extent buffer after snapshotting a new subvolume + - ARM: OMAP: timer32K: fix all kernel-doc warnings + - firmware/imx-dsp: Fix use_after_free in imx_dsp_setup_channels() + - clk: ti: Fix missing omap4 mcbsp functional clock and aliases + - clk: ti: Fix missing omap5 mcbsp functional clock and aliases + - r8169: fix the KCSAN reported data-race in rtl_tx() while reading tp->cur_tx + - r8169: fix the KCSAN reported data-race in rtl_tx while reading + TxDescArray[entry].opts1 + - r8169: fix the KCSAN reported data race in rtl_rx while reading desc->opts1 + - iavf: initialize waitqueues before starting watchdog_task + - i40e: Fix I40E_FLAG_VF_VLAN_PRUNING value + - treewide: Spelling fix in comment + - igb: Fix potential memory leak in igb_add_ethtool_nfc_entry + - net: do not leave an empty skb in write queue + - neighbour: fix various data-races + - igc: Fix ambiguity in the ethtool advertising + - net: ethernet: adi: adin1110: Fix uninitialized variable + - net: ieee802154: adf7242: Fix some potential buffer overflow in + adf7242_stats_show() + - net: usb: smsc95xx: Fix uninit-value access in smsc95xx_read_reg + - r8152: Increase USB control msg timeout to 5000ms as per spec + - r8152: Run the unload routine if we have errors during probe + - r8152: Cancel hw_phy_work if we have an error in probe + - r8152: Release firmware if we have an error in probe + - tcp: fix wrong RTO timeout when received SACK reneging + - wifi: cfg80211: pass correct pointer to rdev_inform_bss() + - wifi: cfg80211: fix assoc response warning on failed links + - wifi: mac80211: don't drop all unprotected public action frames + - net/handshake: fix file ref count in handshake_nl_accept_doit() + - gtp: uapi: fix GTPA_MAX + - gtp: fix fragmentation needed check with gso + - drm/i915/perf: Determine context valid in OA reports + - i40e: Fix wrong check for I40E_TXR_FLAGS_WB_ON_ITR + - netfilter: flowtable: GC pushes back packets to classic path + - net/sched: act_ct: additional checks for outdated flows + - drm/logicvc: Kconfig: select REGMAP and REGMAP_MMIO + - drm/i915/mcr: Hold GT forcewake during steering operations + - iavf: in iavf_down, disable queues when removing the driver + - scsi: sd: Introduce manage_shutdown device flag + - blk-throttle: check for overflow in calculate_bytes_allowed + - kasan: print the original fault addr when access invalid shadow + - iio: afe: rescale: Accept only offset channels + - iio: exynos-adc: request second interupt only when touchscreen mode is used + - iio: adc: xilinx-xadc: Don't clobber preset voltage/temperature thresholds + - iio: adc: xilinx-xadc: Correct temperature offset/scale for UltraScale + - i2c: muxes: i2c-mux-pinctrl: Use of_get_i2c_adapter_by_node() + - i2c: muxes: i2c-mux-gpmux: Use of_get_i2c_adapter_by_node() + - i2c: muxes: i2c-demux-pinctrl: Use of_get_i2c_adapter_by_node() + - i2c: stm32f7: Fix PEC handling in case of SMBUS transfers + - i2c: aspeed: Fix i2c bus hang in slave read + - tracing/kprobes: Fix symbol counting logic by looking at modules as well + - tracing/kprobes: Fix the description of variable length arguments + - misc: fastrpc: Reset metadata buffer to avoid incorrect free + - misc: fastrpc: Free DMA handles for RPC calls with no arguments + - misc: fastrpc: Clean buffers on remote invocation failures + - misc: fastrpc: Unmap only if buffer is unmapped from DSP + - nvmem: imx: correct nregs for i.MX6ULL + - nvmem: imx: correct nregs for i.MX6SLL + - nvmem: imx: correct nregs for i.MX6UL + - x86/tsc: Defer marking TSC unstable to a worker + - x86/i8259: Skip probing when ACPI/MADT advertises PCAT compatibility + - x86/cpu: Add model number for Intel Arrow Lake mobile processor + - perf/core: Fix potential NULL deref + - sparc32: fix a braino in fault handling in csum_and_copy_..._user() + - clk: Sanitize possible_parent_show to Handle Return Value of + of_clk_get_parent_name + - clk: socfpga: gate: Account for the divider in determine_rate + - clk: stm32: Fix a signedness issue in clk_stm32_composite_determine_rate() + - platform/x86: Add s2idle quirk for more Lenovo laptops + - mm/damon/sysfs: check DAMOS regions update progress from before_terminate() + - accel/ivpu/37xx: Fix missing VPUIP interrupts + - Linux 6.5.10 + + * CVE-2023-6560 + - io_uring: don't allow discontig pages for IORING_SETUP_NO_MMAP + + * CVE-2023-51782 + - net/rose: Fix Use-After-Free in rose_ioctl + + * Mantic update: v6.5.9 upstream stable release (LP: #2049202) + - Bluetooth: hci_event: Ignore NULL link key + - Bluetooth: Reject connection with the device which has same BD_ADDR + - Bluetooth: Fix a refcnt underflow problem for hci_conn + - Bluetooth: vhci: Fix race when opening vhci device + - Bluetooth: hci_event: Fix coding style + - Bluetooth: avoid memcmp() out of bounds warning + - Bluetooth: hci_conn: Fix modifying handle while aborting + - ice: fix over-shifted variable + - ice: Fix safe mode when DDP is missing + - ice: reset first in crash dump kernels + - net/smc: return the right falback reason when prefix checks fail + - btrfs: fix stripe length calculation for non-zoned data chunk allocation + - nfc: nci: fix possible NULL pointer dereference in send_acknowledge() + - regmap: fix NULL deref on lookup + - KVM: x86: Mask LVTPC when handling a PMI + - x86/fpu: Allow caller to constrain xfeatures when copying to uabi buffer + - KVM: x86/pmu: Truncate counter value to allowed width on write + - KVM: x86: Constrain guest-supported xfeatures only at KVM_GET_XSAVE{2} + - x86: KVM: SVM: add support for Invalid IPI Vector interception + - x86: KVM: SVM: refresh AVIC inhibition in svm_leave_nested() + - tcp: check mptcp-level constraints for backlog coalescing + - mptcp: more conservative check for zero probes + - selftests: mptcp: join: no RST when rm subflow/addr + - mm: slab: Do not create kmalloc caches smaller than arch_slab_minalign() + - fs/ntfs3: Fix OOB read in ntfs_init_from_boot + - fs/ntfs3: Fix possible null-pointer dereference in hdr_find_e() + - fs/ntfs3: fix panic about slab-out-of-bounds caused by ntfs_list_ea() + - fs/ntfs3: Fix shift-out-of-bounds in ntfs_fill_super + - fs/ntfs3: fix deadlock in mark_as_free_ex + - Revert "net: wwan: iosm: enable runtime pm support for 7560" + - netfilter: nft_payload: fix wrong mac header matching + - drm/i915: Retry gtt fault when out of fence registers + - drm/mediatek: Correctly free sg_table in gem prime vmap + - drm/nouveau/disp: fix DP capable DSM connectors + - drm/edid: add 8 bpc quirk to the BenQ GW2765 + - ALSA: hda/realtek - Fixed ASUS platform headset Mic issue + - ALSA: hda/realtek: Add quirk for ASUS ROG GU603ZV + - ALSA: hda/relatek: Enable Mute LED on HP Laptop 15s-fq5xxx + - ASoC: codecs: wcd938x-sdw: fix use after free on driver unbind + - ASoC: codecs: wcd938x-sdw: fix runtime PM imbalance on probe errors + - ASoC: codecs: wcd938x: drop bogus bind error handling + - ASoC: codecs: wcd938x: fix unbind tear down order + - ASoC: codecs: wcd938x: fix resource leaks on bind errors + - ASoC: codecs: wcd938x: fix regulator leaks on probe errors + - ASoC: codecs: wcd938x: fix runtime PM imbalance on remove + - qed: fix LL2 RX buffer allocation + - xfrm: fix a data-race in xfrm_lookup_with_ifid() + - xfrm6: fix inet6_dev refcount underflow problem + - xfrm: fix a data-race in xfrm_gen_index() + - xfrm: interface: use DEV_STATS_INC() + - net: xfrm: skip policies marked as dead while reinserting policies + - fprobe: Fix to ensure the number of active retprobes is not zero + - wifi: cfg80211: use system_unbound_wq for wiphy work + - net: ipv4: fix return value check in esp_remove_trailer + - net: ipv6: fix return value check in esp_remove_trailer + - net: rfkill: gpio: prevent value glitch during probe + - tcp: fix excessive TLP and RACK timeouts from HZ rounding + - tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skb + - tcp: Fix listen() warning with v4-mapped-v6 address. + - docs: fix info about representor identification + - tun: prevent negative ifindex + - gve: Do not fully free QPL pages on prefill errors + - ipv4: fib: annotate races around nh->nh_saddr_genid and nh->nh_saddr + - net: usb: smsc95xx: Fix an error code in smsc95xx_reset() + - octeon_ep: update BQL sent bytes before ringing doorbell + - i40e: prevent crash on probe if hw registers have invalid values + - net: dsa: bcm_sf2: Fix possible memory leak in bcm_sf2_mdio_register() + - bonding: Return pointer to data after pull on skb + - net/sched: sch_hfsc: upgrade 'rt' to 'sc' when it becomes a inner curve + - neighbor: tracing: Move pin6 inside CONFIG_IPV6=y section + - selftests: openvswitch: Catch cases where the tests are killed + - selftests: openvswitch: Fix the ct_tuple for v4 + - selftests: netfilter: Run nft_audit.sh in its own netns + - netfilter: nft_set_rbtree: .deactivate fails if element has expired + - netlink: Correct offload_xstats size + - netfilter: nf_tables: do not refresh timeout when resetting element + - netfilter: nf_tables: do not remove elements if set backend implements + .abort + - netfilter: nf_tables: revert do not remove elements if set backend + implements .abort + - selftests: openvswitch: Add version check for pyroute2 + - net: phy: bcm7xxx: Add missing 16nm EPHY statistics + - net: pktgen: Fix interface flags printing + - net: more strict VIRTIO_NET_HDR_GSO_UDP_L4 validation + - net: mdio-mux: fix C45 access returning -EIO after API change + - net: avoid UAF on deleted altname + - net: fix ifname in netlink ntf during netns move + - net: check for altname conflicts when changing netdev's netns + - iio: light: vcnl4000: Don't power on/off chip in config + - pwr-mlxbf: extend Kconfig to include gpio-mlxbf3 dependency + - ARM: dts: ti: omap: Fix noisy serial with overrun-throttle-ms for mapphone + - arm64: dts: mediatek: Fix "mediatek,merge-mute" and "mediatek,merge-fifo-en" + types + - fs-writeback: do not requeue a clean inode having skipped pages + - btrfs: fix race when refilling delayed refs block reserve + - btrfs: prevent transaction block reserve underflow when starting transaction + - btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1 + - btrfs: initialize start_slot in btrfs_log_prealloc_extents + - i2c: mux: Avoid potential false error message in i2c_mux_add_adapter + - overlayfs: set ctime when setting mtime and atime + - accel/ivpu: Don't flood dmesg with VPU ready message + - gpio: timberdale: Fix potential deadlock on &tgpio->lock + - ata: libata-core: Fix compilation warning in ata_dev_config_ncq() + - ata: libata-eh: Fix compilation warning in ata_eh_link_report() + - tracing: relax trace_event_eval_update() execution with cond_resched() + - wifi: mwifiex: Sanity check tlv_len and tlv_bitmap_len + - wifi: cfg80211: validate AP phy operation before starting it + - wifi: iwlwifi: Ensure ack flag is properly cleared. + - rfkill: sync before userspace visibility/changes + - HID: logitech-hidpp: Add Bluetooth ID for the Logitech M720 Triathlon mouse + - HID: holtek: fix slab-out-of-bounds Write in holtek_kbd_input_event + - Bluetooth: btusb: add shutdown function for QCA6174 + - Bluetooth: Avoid redundant authentication + - Bluetooth: hci_core: Fix build warnings + - wifi: cfg80211: Fix 6GHz scan configuration + - wifi: mac80211: work around Cisco AP 9115 VHT MPDU length + - wifi: mac80211: allow transmitting EAPOL frames with tainted key + - wifi: cfg80211: avoid leaking stack data into trace + - regulator/core: Revert "fix kobject release warning and memory leak in + regulator_register()" + - SUNRPC: Fail quickly when server does not recognize TLS + - SUNRPC/TLS: Lock the lower_xprt during the tls handshake + - nfs: decrement nrequests counter before releasing the req + - sky2: Make sure there is at least one frag_addr available + - ipv4/fib: send notify when delete source address routes + - drm: panel-orientation-quirks: Add quirk for One Mix 2S + - btrfs: fix some -Wmaybe-uninitialized warnings in ioctl.c + - btrfs: error out when COWing block using a stale transaction + - btrfs: error when COWing block from a root that is being deleted + - btrfs: error out when reallocating block for defrag using a stale + transaction + - platform/x86: touchscreen_dmi: Add info for the BUSH Bush Windows tablet + - drm/amd/pm: add unique_id for gc 11.0.3 + - HID: multitouch: Add required quirk for Synaptics 0xcd7e device + - HID: nintendo: reinitialize USB Pro Controller after resuming from suspend + - HID: Add quirk to ignore the touchscreen battery on HP ENVY 15-eu0556ng + - platform/x86: touchscreen_dmi: Add info for the Positivo C4128B + - cpufreq: schedutil: Update next_freq when cpufreq_limits change + - Bluetooth: hci_sync: Fix not handling ISO_LINK in hci_abort_conn_sync + - Bluetooth: hci_sync: Introduce PTR_UINT/UINT_PTR macros + - Bluetooth: ISO: Fix invalid context error + - Bluetooth: hci_sync: delete CIS in BT_OPEN/CONNECT/BOUND when aborting + - Bluetooth: hci_sync: always check if connection is alive before deleting + - net/mlx5: E-switch, register event handler before arming the event + - net/mlx5: Handle fw tracer change ownership event based on MTRC + - net/mlx5e: RX, Fix page_pool allocation failure recovery for striding rq + - net/mlx5e: RX, Fix page_pool allocation failure recovery for legacy rq + - net/mlx5e: XDP, Fix XDP_REDIRECT mpwqe page fragment leaks on shutdown + - net/mlx5e: Take RTNL lock before triggering netdev notifiers + - net/mlx5e: Don't offload internal port if filter device is out device + - net/mlx5e: Fix VF representors reporting zero counters to "ip -s" command + - net/tls: split tls_rx_reader_lock + - tcp: allow again tcp_disconnect() when threads are waiting + - Bluetooth: hci_event: Fix using memcmp when comparing keys + - tcp_bpf: properly release resources on error paths + - mtd: rawnand: qcom: Unmap the right resource upon probe failure + - mtd: rawnand: pl353: Ensure program page operations are successful + - mtd: rawnand: marvell: Ensure program page operations are successful + - mtd: rawnand: arasan: Ensure program page operations are successful + - mtd: rawnand: Ensure the nand chip supports cached reads + - mtd: spinand: micron: correct bitmask for ecc status + - mtd: physmap-core: Restore map_rom fallback + - dt-bindings: mmc: sdhci-msm: correct minimum number of clocks + - mmc: sdhci-pci-gli: fix LPM negotiation so x86/S0ix SoCs can suspend + - mmc: mtk-sd: Use readl_poll_timeout_atomic in msdc_reset_hw + - mmc: core: Fix error propagation for some ioctl commands + - mmc: core: sdio: hold retuning if sdio in 1-bit mode + - pinctrl: qcom: lpass-lpi: fix concurrent register updates + - pNFS: Fix a hang in nfs4_evict_inode() + - pNFS/flexfiles: Check the layout validity in ff_layout_mirror_prepare_stats + - NFSv4.1: fixup use EXCHGID4_FLAG_USE_PNFS_DS for DS server + - ACPI: irq: Fix incorrect return value in acpi_register_gsi() + - ACPI: bus: Move acpi_arm_init() to the place of after acpi_ghes_init() + - perf dlfilter: Fix use of addr_location__exit() in dlfilter__object_code() + - fanotify: limit reporting of event with non-decodeable file handles + - NFS: Fix potential oops in nfs_inode_remove_request() + - nfs42: client needs to strip file mode's suid/sgid bit after ALLOCATE op + - nvme: sanitize metadata bounce buffer for reads + - nvme-pci: add BOGUS_NID for Intel 0a54 device + - nvme-auth: use chap->s2 to indicate bidirectional authentication + - nvmet-auth: complete a request only after freeing the dhchap pointers + - nvme-rdma: do not try to stop unallocated queues + - USB: serial: option: add Telit LE910C4-WWX 0x1035 composition + - USB: serial: option: add entry for Sierra EM9191 with new firmware + - USB: serial: option: add Fibocom to DELL custom modem FM101R-GL + - thunderbolt: Call tb_switch_put() once DisplayPort bandwidth request is + finished + - s390/pci: fix iommu bitmap allocation + - tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbols + - selftests/ftrace: Add new test case which checks non unique symbol + - KEYS: asymmetric: Fix sign/verify on pkcs1pad without a hash + - apple-gmux: Hard Code max brightness for MMIO gmux + - s390/cio: fix a memleak in css_alloc_subchannel + - platform/surface: platform_profile: Propagate error if profile registration + fails + - platform/x86: intel-uncore-freq: Conditionally create attribute for read + frequency + - platform/x86: msi-ec: Fix the 3rd config + - platform/x86: asus-wmi: Change ASUS_WMI_BRN_DOWN code from 0x20 to 0x2e + - platform/x86: asus-wmi: Only map brightness codes when using asus-wmi + backlight control + - platform/x86: asus-wmi: Map 0x2a code, Ignore 0x2b and 0x2c events + - rust: error: fix the description for `ECHILD` + - gpiolib: acpi: Add missing memset(0) to acpi_get_gpiod_from_data() + - gpio: vf610: set value before the direction to avoid a glitch + - gpio: vf610: mask the gpio irq in system suspend and support wakeup + - ASoC: cs35l56: Fix illegal use of init_completion() + - ASoC: pxa: fix a memory leak in probe() + - ASoC: cs42l42: Fix missing include of gpio/consumer.h + - drm/bridge: ti-sn65dsi86: Associate DSI device lifetime with auxiliary + device + - drm/i915/cx0: Only clear/set the Pipe Reset bit of the PHY Lanes Owned + - drm/amdgpu: Fix possible null pointer dereference + - powerpc/mm: Allow ARCH_FORCE_MAX_ORDER up to 12 + - powerpc/qspinlock: Fix stale propagated yield_cpu + - docs: Move rustdoc output, cross-reference it + - rust: docs: fix logo replacement + - phy: mapphone-mdm6600: Fix runtime disable on probe + - phy: mapphone-mdm6600: Fix runtime PM for remove + - phy: mapphone-mdm6600: Fix pinctrl_pm handling for sleep pins + - phy: qcom-qmp-usb: initialize PCS_USB registers + - phy: qcom-qmp-usb: split PCS_USB init table for sc8280xp and sa8775p + - phy: qcom-qmp-combo: Square out 8550 POWER_STATE_CONFIG1 + - phy: qcom-qmp-combo: initialize PCS_USB registers + - efi/unaccepted: Fix soft lockups caused by parallel memory acceptance + - net: move altnames together with the netdevice + - Bluetooth: hci_sock: fix slab oob read in create_monitor_event + - net: rfkill: reduce data->mtx scope in rfkill_fop_open + - docs: rust: update Rust docs output path + - kbuild: remove old Rust docs output path + - Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX name + - mptcp: avoid sending RST when closing the initial subflow + - selftests: mptcp: join: correctly check for no RST + - Linux 6.5.9 + + * CVE-2023-51779 + - Bluetooth: af_bluetooth: Fix Use-After-Free in bt_sock_recvmsg + + -- Stefan Bader Fri, 02 Feb 2024 15:00:42 +0100 + +linux (6.5.0-17.17) mantic; urgency=medium + + * mantic/linux: 6.5.0-17.17 -proposed tracker (LP: #2049026) + + * [UBUNTU 23.04] Regression: Ubuntu 23.04/23.10 do not include uvdevice + anymore (LP: #2048919) + - [Config] Enable S390_UV_UAPI (built-in) + + -- Roxana Nicolescu Thu, 11 Jan 2024 13:47:08 +0100 + +linux (6.5.0-16.16) mantic; urgency=medium + + * mantic/linux: 6.5.0-16.16 -proposed tracker (LP: #2048372) + + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + - [Packaging] resync update-dkms-versions helper + - [Packaging] remove helper scripts + - [Packaging] update annotations scripts + - debian/dkms-versions -- update from kernel-versions (main/2024.01.08) + + * Add missing RPL P/U CPU IDs (LP: #2047398) + - drm/i915/rpl: Update pci ids for RPL P/U + + * Fix BCM57416 lost after resume (LP: #2047518) + - bnxt_en: Clear resource reservation during resume + + * Hotplugging SCSI disk in QEMU VM fails (LP: #2047382) + - Revert "PCI: acpiphp: Reassign resources on bridge if necessary" + + * Update bnxt_en with bug fixes and support for Broadcom 5760X network + adapters (LP: #2045796) + - bnxt_en: use dev_consume_skb_any() in bnxt_tx_int + - eth: bnxt: move and rename reset helpers + - eth: bnxt: take the bit to set as argument of bnxt_queue_sp_work() + - eth: bnxt: handle invalid Tx completions more gracefully + - eth: bnxt: fix one of the W=1 warnings about fortified memcpy() + - eth: bnxt: fix warning for define in struct_group + - bnxt_en: Fix W=1 warning in bnxt_dcb.c from fortify memcpy() + - bnxt_en: Fix W=stringop-overflow warning in bnxt_dcb.c + - bnxt_en: Use the unified RX page pool buffers for XDP and non-XDP + - bnxt_en: Let the page pool manage the DMA mapping + - bnxt_en: Increment rx_resets counter in bnxt_disable_napi() + - bnxt_en: Save ring error counters across reset + - bnxt_en: Display the ring error counters under ethtool -S + - bnxt_en: Add tx_resets ring counter + - bnxt: use the NAPI skb allocation cache + - bnxt_en: Update firmware interface to 1.10.2.171 + - bnxt_en: Enhance hwmon temperature reporting + - bnxt_en: Move hwmon functions into a dedicated file + - bnxt_en: Modify the driver to use hwmon_device_register_with_info + - bnxt_en: Expose threshold temperatures through hwmon + - bnxt_en: Use non-standard attribute to expose shutdown temperature + - bnxt_en: Event handler for Thermal event + - bnxt_en: Support QOS and TPID settings for the SRIOV VLAN + - bnxt_en: Update VNIC resource calculation for VFs + - Revert "bnxt_en: Support QOS and TPID settings for the SRIOV VLAN" + - eth: bnxt: fix backward compatibility with older devices + - bnxt_en: Do not call sleeping hwmon_notify_event() from NAPI + - bnxt_en: Fix invoking hwmon_notify_event + - bnxt_en: add infrastructure to lookup ethtool link mode + - bnxt_en: support lane configuration via ethtool + - bnxt_en: refactor speed independent ethtool modes + - bnxt_en: Refactor NRZ/PAM4 link speed related logic + - bnxt_en: convert to linkmode_set_bit() API + - bnxt_en: extend media types to supported and autoneg modes + - bnxt_en: Fix 2 stray ethtool -S counters + - bnxt_en: Put the TX producer information in the TX BD opaque field + - bnxt_en: Add completion ring pointer in TX and RX ring structures + - bnxt_en: Restructure cp_ring_arr in struct bnxt_cp_ring_info + - bnxt_en: Add completion ring pointer in TX and RX ring structures + - bnxt_en: Remove BNXT_RX_HDL and BNXT_TX_HDL + - bnxt_en: Refactor bnxt_tx_int() + - bnxt_en: New encoding for the TX opaque field + - bnxt_en: Refactor bnxt_hwrm_set_coal() + - bnxt_en: Support up to 8 TX rings per MSIX + - bnxt_en: Add helper to get the number of CP rings required for TX rings + - bnxt_en: Add macros related to TC and TX rings + - bnxt_en: Use existing MSIX vectors for all mqprio TX rings + - bnxt_en: Optimize xmit_more TX path + - bnxt_en: The caller of bnxt_alloc_ctx_mem() should always free bp->ctx + - bnxt_en: Free bp->ctx inside bnxt_free_ctx_mem() + - bnxt_en: Restructure context memory data structures + - bnxt_en: Add page info to struct bnxt_ctx_mem_type + - bnxt_en: Use the pg_info field in bnxt_ctx_mem_type struct + - bnxt_en: Add bnxt_setup_ctxm_pg_tbls() helper function + - bnxt_en: Add support for new backing store query firmware API + - bnxt_en: Add support for HWRM_FUNC_BACKING_STORE_CFG_V2 firmware calls + - bnxt_en: Add db_ring_mask and related macro to bnxt_db_info struct. + - bnxt_en: Modify TX ring indexing logic. + - bnxt_en: Modify RX ring indexing logic. + - bnxt_en: Modify the NAPI logic for the new P7 chips + - bnxt_en: Rename some macros for the P5 chips + - bnxt_en: Fix backing store V2 logic + - bnxt_en: Update firmware interface to 1.10.3.15 + - bnxt_en: Define basic P7 macros + - bnxt_en: Consolidate DB offset calculation + - bnxt_en: Implement the new toggle bit doorbell mechanism on P7 chips + - bnxt_en: Refactor RSS capability fields + - bnxt_en: Add new P7 hardware interface definitions + - bnxt_en: Refactor RX VLAN acceleration logic. + - bnxt_en: Refactor and refine bnxt_tpa_start() and bnxt_tpa_end(). + - bnxt_en: Add support for new RX and TPA_START completion types for P7 + - bnxt_en: Refactor ethtool speeds logic + - bnxt_en: Support new firmware link parameters + - bnxt_en: Support force speed using the new HWRM fields + - bnxt_en: Report the new ethtool link modes in the new firmware interface + - bnxt_en: Add 5760X (P7) PCI IDs + - net: bnxt: fix a potential use-after-free in bnxt_init_tc + + * drm: Update file owner during use (LP: #2047461) + - drm: Update file owner during use + + * CVE-2023-6622 + - netfilter: nf_tables: bail out on mismatching dynset and set expressions + + * CVE-2024-0193 + - netfilter: nf_tables: skip set commit for deleted/destroyed sets + + * Support Cirrus CS35L41 codec on Dell Oasis 13/14/16 laptops (LP: #2044096) + - ALSA: hda/realtek: Add support dual speaker for Dell + + * Add support of MTL audio of Lenovo (LP: #2048078) + - ALSA: hda: intel-nhlt: Ignore vbps when looking for DMIC 32 bps format + + * Fix AMDGPU crash on 6.5 kernel (LP: #2047389) + - drm/amdgpu: disable MCBP by default + + * Some machines can't pass the pm-graph test (LP: #2046217) + - wifi: iwlwifi: pcie: rescan bus if no parent + + * Sound: Add rtl quirk of M90-Gen5 (LP: #2046105) + - ALSA: hda/realtek: Enable headset on Lenovo M90 Gen5 + + * linux tools packages for derived kernels refuse to install simultaneously + due to libcpupower name collision (LP: #2035971) + - [Packaging] Statically link libcpupower into cpupower tool + + * [Debian] autoreconstruct - Do not generate chmod -x for deleted files + (LP: #2045562) + - [Debian] autoreconstruct - Do not generate chmod -x for deleted files + + * CVE-2023-6931 + - perf: Fix perf_event_validate_size() + - perf: Fix perf_event_validate_size() lockdep splat + + * Mantic update: v6.5.8 upstream stable release (LP: #2046269) + - net: stmmac: remove unneeded stmmac_poll_controller + - RDMA/cxgb4: Check skb value for failure to allocate + - perf/arm-cmn: Fix the unhandled overflow status of counter 4 to 7 + - platform/x86: think-lmi: Fix reference leak + - drm/i915: Register engines early to avoid type confusion + - cpuidle, ACPI: Evaluate LPI arch_flags for broadcast timer + - drm/amdgpu: Fix a memory leak + - platform/x86: hp-wmi:: Mark driver struct with __refdata to prevent section + mismatch warning + - media: dt-bindings: imx7-csi: Make power-domains not required for imx8mq + - drm/amd/display: implement pipe type definition and adding accessors + - drm/amd/display: apply edge-case DISPCLK WDIVIDER changes to master OTG + pipes only + - scsi: Do not rescan devices with a suspended queue + - ata: pata_parport: fix pata_parport_devchk + - ata: pata_parport: implement set_devctl + - HID: logitech-hidpp: Fix kernel crash on receiver USB disconnect + - quota: Fix slow quotaoff + - dm crypt: Fix reqsize in crypt_iv_eboiv_gen + - ASoC: amd: yc: Fix non-functional mic on Lenovo 82YM + - ASoC: hdmi-codec: Fix broken channel map reporting + - ata: libata-scsi: Disable scsi device manage_system_start_stop + - net: prevent address rewrite in kernel_bind() + - arm64: dts: qcom: sm8150: extend the size of the PDC resource + - dt-bindings: interrupt-controller: renesas,rzg2l-irqc: Update description + for '#interrupt-cells' property + - irqchip: renesas-rzg2l: Fix logic to clear TINT interrupt source + - KEYS: trusted: Remove redundant static calls usage + - ALSA: usb-audio: Fix microphone sound on Opencomm2 Headset + - ALSA: usb-audio: Fix microphone sound on Nexigo webcam. + - ALSA: hda: cs35l41: Cleanup and fix double free in firmware request + - ALSA: hda/realtek: Change model for Intel RVP board + - ASoC: SOF: amd: fix for firmware reload failure after playback + - ASoC: simple-card-utils: fixup simple_util_startup() error handling + - ASoC: Intel: soc-acpi: fix Dell SKU 0B34 + - ASoC: Intel: soc-acpi: Add entry for HDMI_In capture support in MTL match + table + - ASoC: fsl_sai: Don't disable bitclock for i.MX8MP + - ASoC: Intel: sof_sdw: add support for SKU 0B14 + - ASoC: Intel: soc-acpi: Add entry for sof_es8336 in MTL match table. + - ALSA: hda/realtek - ALC287 merge RTK codec with CS CS35L41 AMP + - ALSA: hda/realtek: Add quirk for HP Victus 16-d1xxx to enable mute LED + - ALSA: hda/realtek: Add quirk for mute LEDs on HP ENVY x360 15-eu0xxx + - pinctrl: nuvoton: wpcm450: fix out of bounds write + - pinctrl: starfive: jh7110: Fix failure to set irq after CONFIG_PM is enabled + - drm/msm/dp: do not reinitialize phy unless retry during link training + - drm/msm/dsi: skip the wait for video mode done if not applicable + - drm/msm/dsi: fix irq_of_parse_and_map() error checking + - drm/msm/dpu: change _dpu_plane_calc_bw() to use u64 to avoid overflow + - drm/msm/dp: Add newlines to debug printks + - drm/msm/dpu: fail dpu_plane_atomic_check() based on mdp clk limits + - phy: lynx-28g: cancel the CDR check work item on the remove path + - phy: lynx-28g: lock PHY while performing CDR lock workaround + - phy: lynx-28g: serialize concurrent phy_set_mode_ext() calls to shared + registers + - net: dsa: qca8k: fix regmap bulk read/write methods on big endian systems + - net: dsa: qca8k: fix potential MDIO bus conflict when accessing internal + PHYs via management frames + - can: isotp: isotp_sendmsg(): fix TX state detection and wait behavior + - can: sun4i_can: Only show Kconfig if ARCH_SUNXI is set + - arm64: dts: mediatek: fix t-phy unit name + - arm64: dts: mediatek: mt8195: Set DSU PMU status to fail + - devlink: Hold devlink lock on health reporter dump get + - ravb: Fix up dma_free_coherent() call in ravb_remove() + - ravb: Fix use-after-free issue in ravb_tx_timeout_work() + - ieee802154: ca8210: Fix a potential UAF in ca8210_probe + - mlxsw: fix mlxsw_sp2_nve_vxlan_learning_set() return type + - xen-netback: use default TX queue size for vifs + - riscv, bpf: Sign-extend return values + - riscv, bpf: Track both a0 (RISC-V ABI) and a5 (BPF) return values + - xdp: Fix zero-size allocation warning in xskq_create() + - drm/vmwgfx: fix typo of sizeof argument + - bpf: Fix verifier log for async callback return values + - net: refine debug info in skb_checksum_help() + - octeontx2-pf: mcs: update PN only when update_pn is true + - net: macsec: indicate next pn update when offloading + - net: phy: mscc: macsec: reject PN update requests + - net/mlx5e: macsec: use update_pn flag instead of PN comparation + - drm/panel: boe-tv101wum-nl6: Completely pull GPW to VGL before TP term + - ixgbe: fix crash with empty VF macvlan list + - net/smc: Fix dependency of SMC on ISM + - net/mlx5e: Again mutually exclude RX-FCS and RX-port-timestamp + - s390/bpf: Fix clobbering the caller's backchain in the trampoline + - s390/bpf: Fix unwinding past the trampoline + - net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn() + - net: tcp: fix crashes trying to free half-baked MTU probes + - pinctrl: renesas: rzn1: Enable missing PINMUX + - af_packet: Fix fortified memcpy() without flex array. + - nfc: nci: assert requested protocol is valid + - octeontx2-pf: Fix page pool frag allocation warning + - rswitch: Fix renesas_eth_sw_remove() implementation + - rswitch: Fix imbalance phy_power_off() calling + - workqueue: Override implicit ordered attribute in + workqueue_apply_unbound_cpumask() + - riscv: signal: fix sigaltstack frame size checking + - ovl: temporarily disable appending lowedirs + - dmaengine: stm32-mdma: abort resume if no ongoing transfer + - dmaengine: stm32-dma: fix stm32_dma_prep_slave_sg in case of MDMA chaining + - dmaengine: stm32-dma: fix residue in case of MDMA chaining + - dmaengine: stm32-mdma: use Link Address Register to compute residue + - dmaengine: stm32-mdma: set in_flight_bytes in case CRQA flag is set + - usb: xhci: xhci-ring: Use sysdev for mapping bounce buffer + - xhci: track port suspend state correctly in unsuccessful resume cases + - xhci: Clear EHB bit only at end of interrupt handler + - xhci: Preserve RsvdP bits in ERSTBA register correctly + - net: usb: dm9601: fix uninitialized variable use in dm9601_mdio_read + - usb: dwc3: Soft reset phy on probe for host + - usb: cdns3: Modify the return value of cdns_set_active () to void when + CONFIG_PM_SLEEP is disabled + - usb: hub: Guard against accesses to uninitialized BOS descriptors + - usb: musb: Get the musb_qh poniter after musb_giveback + - usb: musb: Modify the "HWVers" register address + - iio: pressure: bmp280: Fix NULL pointer exception + - iio: imu: bno055: Fix missing Kconfig dependencies + - iio: cros_ec: fix an use-after-free in cros_ec_sensors_push_data() + - iio: adc: imx8qxp: Fix address for command buffer registers + - iio: dac: ad3552r: Correct device IDs + - iio: admv1013: add mixer_vgate corner cases + - iio: pressure: dps310: Adjust Timeout Settings + - iio: pressure: ms5611: ms5611_prom_is_valid false negative bug + - iio: adc: ad7192: Correct reference voltage + - iio: addac: Kconfig: update ad74413r selections + - media: subdev: Don't report V4L2_SUBDEV_CAP_STREAMS when the streams API is + disabled + - arm64: dts: mediatek: mt8195-demo: fix the memory size to 8GB + - arm64: dts: mediatek: mt8195-demo: update and reorder reserved memory + regions + - drm: Do not overrun array in drm_gem_get_pages() + - drm/tiny: correctly print `struct resource *` on error + - drm/atomic-helper: relax unregistered connector check + - drm/amdgpu: add missing NULL check + - drm/amd/display: Don't set dpms_off for seamless boot + - ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CBA + - ACPI: resource: Add TongFang GM6BGEQ, GM6BG5Q and GM6BG0Q to + irq1_edge_low_force_override[] + - ACPI: EC: Add quirk for the HP Pavilion Gaming 15-dk1xxx + - serial: Reduce spinlocked portion of uart_rs485_config() + - serial: 8250_omap: Fix errors with no_console_suspend + - serial: core: Fix checks for tx runtime PM state + - binder: fix memory leaks of spam and pending work + - ksmbd: not allow to open file if delelete on close bit is set + - perf/x86/lbr: Filter vsyscall addresses + - x86/cpu: Fix AMD erratum #1485 on Zen4-based CPUs + - x86/alternatives: Disable KASAN in apply_alternatives() + - mcb: remove is_added flag from mcb_device struct + - thunderbolt: Workaround an IOMMU fault on certain systems with Intel Maple + Ridge + - thunderbolt: Check that lane 1 is in CL0 before enabling lane bonding + - thunderbolt: Correct TMU mode initialization from hardware + - thunderbolt: Restart XDomain discovery handshake after failure + - powerpc/pseries: Fix STK_PARAM access in the hcall tracing code + - powerpc/47x: Fix 47x syscall return crash + - libceph: use kernel_connect() + - ceph: fix incorrect revoked caps assert in ceph_fill_file_size() + - ceph: fix type promotion bug on 32bit systems + - Input: powermate - fix use-after-free in powermate_config_complete + - Input: psmouse - fix fast_reconnect function for PS/2 mode + - Input: xpad - add PXN V900 support + - Input: i8042 - add Fujitsu Lifebook E5411 to i8042 quirk table + - Input: xpad - add HyperX Clutch Gladiate Support + - Input: goodix - ensure int GPIO is in input for gpio_count == 1 && + gpio_int_idx == 0 case + - tee: amdtee: fix use-after-free vulnerability in amdtee_close_session + - mctp: perform route lookups under a RCU read-side lock + - block: Don't invalidate pagecache for invalid falloc modes + - nfp: flower: avoid rmmod nfp crash issues + - can: sja1000: Always restart the Tx queue after an overrun + - power: supply: qcom_battmgr: fix battery_id type + - power: supply: qcom_battmgr: fix enable request endianness + - usb: typec: ucsi: Use GET_CAPABILITY attributes data to set power supply + scope + - cgroup: Remove duplicates in cgroup v1 tasks file + - dma-buf: add dma_fence_timestamp helper + - scsi: ufs: core: Correct clear TM error log + - riscv: Only consider swbp/ss handlers for correct privileged mode + - counter: chrdev: fix getting array extensions + - counter: microchip-tcb-capture: Fix the use of internal GCLK logic + - coresight: Fix run time warnings while reusing ETR buffer + - riscv: Remove duplicate objcopy flag + - RISC-V: Fix wrong use of CONFIG_HAVE_SOFTIRQ_ON_OWN_STACK + - usb: typec: ucsi: Fix missing link removal + - usb: typec: altmodes/displayport: Signal hpd low when exiting mode + - usb: typec: ucsi: Clear EVENT_PENDING bit if ucsi_send_command fails + - usb: gadget: udc-xilinx: replace memcpy with memcpy_toio + - usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap call + - usb: cdnsp: Fixes issue with dequeuing not queued requests + - usb: typec: qcom: Update the logic of regulator enable and disable + - usb: misc: onboard_hub: add support for Microchip USB2412 USB 2.0 hub + - dmaengine: idxd: use spin_lock_irqsave before wait_event_lock_irq + - dmaengine: mediatek: Fix deadlock caused by synchronize_irq() + - powerpc/8xx: Fix pte_access_permitted() for PAGE_NONE + - powerpc/64e: Fix wrong test in __ptep_test_and_clear_young() + - fs: Fix kernel-doc warnings + - fs: factor out vfs_parse_monolithic_sep() helper + - ovl: fix regression in parsing of mount options with escaped comma + - ovl: make use of ->layers safe in rcu pathwalk + - ovl: fix regression in showing lowerdir mount option + - ALSA: hda/realtek - Fixed two speaker platform + - Linux 6.5.8 + + * Mantic update: v6.5.7 upstream stable release (LP: #2045806) + - ASoC: soc-utils: Export snd_soc_dai_is_dummy() symbol + - ASoC: tegra: Fix redundant PLLA and PLLA_OUT0 updates + - maple_tree: add mas_is_active() to detect in-tree walks + - mptcp: Remove unnecessary test for __mptcp_init_sock() + - mptcp: rename timer related helper to less confusing names + - mptcp: fix dangling connection hang-up + - scsi: core: Improve type safety of scsi_rescan_device() + - scsi: Do not attempt to rescan suspended devices + - ata: libata-scsi: Fix delayed scsi_rescan_device() execution + - btrfs: remove btrfs_writepage_endio_finish_ordered + - btrfs: remove end_extent_writepage + - btrfs: don't clear uptodate on write errors + - arm64: add HWCAP for FEAT_HBC (hinted conditional branches) + - arm64: cpufeature: Fix CLRBHB and BC detection + - net: add sysctl accept_ra_min_rtr_lft + - net: change accept_ra_min_rtr_lft to affect all RA lifetimes + - net: release reference to inet6_dev pointer + - iommu/arm-smmu-v3: Avoid constructing invalid range commands + - maple_tree: reduce resets during store setup + - maple_tree: add MAS_UNDERFLOW and MAS_OVERFLOW states + - iommu/apple-dart: Handle DMA_FQ domains in attach_dev() + - scsi: zfcp: Fix a double put in zfcp_port_enqueue() + - iommu/vt-d: Avoid memory allocation in iommu_suspend() + - net: mana: Fix TX CQE error handling + - net: ethernet: mediatek: disable irq before schedule napi + - mptcp: fix delegated action races + - mptcp: userspace pm allow creating id 0 subflow + - qed/red_ll2: Fix undefined behavior bug in struct qed_ll2_info + - Bluetooth: hci_codec: Fix leaking content of local_codecs + - wifi: brcmfmac: Replace 1-element arrays with flexible arrays + - Bluetooth: hci_sync: Fix handling of HCI_QUIRK_STRICT_DUPLICATE_FILTER + - wifi: rtw88: rtw8723d: Fix MAC address offset in EEPROM + - wifi: mwifiex: Fix tlv_buf_left calculation + - md/raid5: release batch_last before waiting for another stripe_head + - PCI/PM: Mark devices disconnected if upstream PCIe link is down on resume + - PCI: qcom: Fix IPQ8074 enumeration + - platform/x86/intel/ifs: release cpus_read_lock() + - net: replace calls to sock->ops->connect() with kernel_connect() + - btrfs: always print transaction aborted messages with an error level + - net: prevent rewrite of msg_name in sock_sendmsg() + - drm/i915: Don't set PIPE_CONTROL_FLUSH_L3 for aux inval + - drm/amd: Fix detection of _PR3 on the PCIe root port + - drm/amd: Fix logic error in sienna_cichlid_update_pcie_parameters() + - arm64: Add Cortex-A520 CPU part definition + - [Config] updateconfigs for ARM64_ERRATUM_2966298 + - arm64: errata: Add Cortex-A520 speculative unprivileged load workaround + - HID: sony: Fix a potential memory leak in sony_probe() + - wifi: mt76: fix lock dependency problem for wed_lock + - ubi: Refuse attaching if mtd's erasesize is 0 + - erofs: fix memory leak of LZMA global compressed deduplication + - wifi: cfg80211/mac80211: hold link BSSes when assoc fails for MLO connection + - iwlwifi: mvm: handle PS changes in vif_cfg_changed + - wifi: iwlwifi: dbg_ini: fix structure packing + - wifi: iwlwifi: mvm: Fix a memory corruption issue + - wifi: cfg80211: fix cqm_config access race + - rtla/timerlat_aa: Zero thread sum after every sample analysis + - rtla/timerlat_aa: Fix negative IRQ delay + - rtla/timerlat_aa: Fix previous IRQ delay for IRQs that happens after thread + sample + - wifi: cfg80211: add missing kernel-doc for cqm_rssi_work + - wifi: mac80211: fix mesh id corruption on 32 bit systems + - wifi: mwifiex: Fix oob check condition in mwifiex_process_rx_packet + - HID: nvidia-shield: add LEDS_CLASS dependency + - erofs: allow empty device tags in flatdev mode + - s390/bpf: Let arch_prepare_bpf_trampoline return program size + - leds: Drop BUG_ON check for LED_COLOR_ID_MULTI + - bpf: Fix tr dereferencing + - bpf: unconditionally reset backtrack_state masks on global func exit + - regulator: mt6358: split ops for buck and linear range LDO regulators + - Bluetooth: Delete unused hci_req_prepare_suspend() declaration + - Bluetooth: Fix hci_link_tx_to RCU lock usage + - Bluetooth: ISO: Fix handling of listen for unicast + - drivers/net: process the result of hdlc_open() and add call of hdlc_close() + in uhdlc_close() + - wifi: mt76: mt76x02: fix MT76x0 external LNA gain handling + - perf/x86/amd/core: Fix overflow reset on hotplug + - rtla/timerlat: Do not stop user-space if a cpu is offline + - regmap: rbtree: Fix wrong register marked as in-cache when creating new node + - wifi: mac80211: fix potential key use-after-free + - perf/x86/amd: Do not WARN() on every IRQ + - iommu/mediatek: Fix share pgtable for iova over 4GB + - wifi: mac80211: Create resources for disabled links + - regulator/core: regulator_register: set device->class earlier + - ima: Finish deprecation of IMA_TRUSTED_KEYRING Kconfig + - [Config] updateconfigs for IMA_BLACKLIST_KEYRING + - wifi: iwlwifi: mvm: Fix incorrect usage of scan API + - scsi: target: core: Fix deadlock due to recursive locking + - ima: rework CONFIG_IMA dependency block + - NFSv4: Fix a nfs4_state_manager() race + - ice: always add legacy 32byte RXDID in supported_rxdids + - bpf: tcp_read_skb needs to pop skb regardless of seq + - bpf, sockmap: Do not inc copied_seq when PEEK flag set + - bpf, sockmap: Reject sk_msg egress redirects to non-TCP sockets + - modpost: add missing else to the "of" check + - net: stmmac: platform: fix the incorrect parameter + - net: fix possible store tearing in neigh_periodic_work() + - neighbour: fix data-races around n->output + - ipv4, ipv6: Fix handling of transhdrlen in __ip{,6}_append_data() + - ptp: ocp: Fix error handling in ptp_ocp_device_init + - net: dsa: mv88e6xxx: Avoid EEPROM timeout when EEPROM is absent + - ovl: move freeing ovl_entry past rcu delay + - ovl: fetch inode once in ovl_dentry_revalidate_common() + - ipv6: tcp: add a missing nf_reset_ct() in 3WHS handling + - net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_reg + - ethtool: plca: fix plca enable data type while parsing the value + - net: nfc: llcp: Add lock when modifying device list + - net: renesas: rswitch: Add spin lock protection for irq {un}mask + - rswitch: Fix PHY station management clock setting + - net: ethernet: ti: am65-cpsw: Fix error code in + am65_cpsw_nuss_init_tx_chns() + - ibmveth: Remove condition to recompute TCP header checksum. + - netfilter: nft_payload: rebuild vlan header on h_proto access + - netfilter: handle the connecting collision properly in + nf_conntrack_proto_sctp + - selftests: netfilter: Test nf_tables audit logging + - selftests: netfilter: Extend nft_audit.sh + - netfilter: nf_tables: Deduplicate nft_register_obj audit logs + - netfilter: nf_tables: nft_set_rbtree: fix spurious insertion failure + - ipv4: Set offload_failed flag in fibmatch results + - net: stmmac: dwmac-stm32: fix resume on STM32 MCU + - tipc: fix a potential deadlock on &tx->lock + - tcp: fix quick-ack counting to count actual ACKs of new data + - tcp: fix delayed ACKs for MSS boundary condition + - sctp: update transport state when processing a dupcook packet + - sctp: update hb timer immediately after users change hb_interval + - netlink: annotate data-races around sk->sk_err + - net: mana: Fix the tso_bytes calculation + - net: mana: Fix oversized sge0 for GSO packets + - HID: nvidia-shield: Fix a missing led_classdev_unregister() in the probe + error handling path + - HID: sony: remove duplicate NULL check before calling usb_free_urb() + - HID: intel-ish-hid: ipc: Disable and reenable ACPI GPE bit + - net: lan743x: also select PHYLIB + - parisc: Restore __ldcw_align for PA-RISC 2.0 processors + - smb: use kernel_connect() and kernel_bind() + - parisc: Fix crash with nr_cpus=1 option + - dm zoned: free dmz->ddev array in dmz_put_zoned_devices + - RDMA/core: Require admin capabilities to set system parameters + - of: dynamic: Fix potential memory leak in of_changeset_action() + - IB/mlx4: Fix the size of a buffer in add_port_entries() + - gpio: aspeed: fix the GPIO number passed to pinctrl_gpio_set_config() + - gpio: pxa: disable pinctrl calls for MMP_GPIO + - RDMA/cma: Initialize ib_sa_multicast structure to 0 when join + - RDMA/cma: Fix truncation compilation warning in make_cma_ports + - RDMA/bnxt_re: Fix the handling of control path response data + - RDMA/uverbs: Fix typo of sizeof argument + - RDMA/srp: Do not call scsi_done() from srp_abort() + - RDMA/siw: Fix connection failure handling + - RDMA/mlx5: Fix mkey cache possible deadlock on cleanup + - RDMA/mlx5: Fix assigning access flags to cache mkeys + - RDMA/mlx5: Fix mutex unlocking on error flow for steering anchor creation + - RDMA/mlx5: Fix NULL string error + - x86/sev: Change npages to unsigned long in snp_accept_memory() + - x86/sev: Use the GHCB protocol when available for SNP CPUID requests + - ksmbd: fix race condition between session lookup and expire + - ksmbd: fix uaf in smb20_oplock_break_ack + - ksmbd: fix race condition from parallel smb2 lock requests + - RDMA/mlx5: Remove not-used cache disable flag + - Linux 6.5.7 + + * Mantic update: v6.5.7 upstream stable release (LP: #2045806) // + CVE-2023-34324 + - xen/events: replace evtchn_rwlock with RCU + + * CVE-2023-6932 + - ipv4: igmp: fix refcnt uaf issue when receiving igmp query packet + + * CVE-2023-6531 + - io_uring/af_unix: disable sending io_uring over sockets + + * CVE-2023-6606 + - smb: client: fix OOB in smbCalcSize() + + * CVE-2023-6817 + - netfilter: nft_set_pipapo: skip inactive elements during set walk + + * Avoid using damage rectangle under hardware rotation mode when PSR is + enabled (LP: #2045958) + - drm/amd/display: fix hw rotated modes when PSR-SU is enabled + + * CVE-2023-46813 + - x86/sev: Disable MMIO emulation from user mode + - x86/sev: Check IOBM for IOIO exceptions from user-space + - x86/sev: Check for user-space IOIO pointing to kernel space + + * CVE-2023-6111 + - netfilter: nf_tables: remove catchall element in GC sync path + + * CVE-2023-5972 + - nf_tables: fix NULL pointer dereference in nft_inner_init() + - nf_tables: fix NULL pointer dereference in nft_expr_inner_parse() + + * Orchid Bay MLK2/Maya Bay MLK soundwire support (LP: #2042090) + - ASoC: Intel: soc-acpi-intel-mtl-match: add rt713 rt1316 config + - ASoC: Intel: sof_sdw_rt_sdca_jack_common: add rt713 support + - ASoC: Intel: sof_sdw_rt712_sdca: construct cards->components by name_prefix + - ASoC: Intel: soc-acpi: rt713+rt1316, no sdw-dmic config + + * Build failure if run in a console (LP: #2044512) + - [Packaging] Fix kernel module compression failures + + * Fix system suspend problem for Cirrus CS35L41 HDA codec on HP ZBook Fury 16 + G9 (LP: #2042060) + - ALSA: hda: cs35l41: Override the _DSD for HP Zbook Fury 17 G9 to correct + boost type + - ALSA: hda: cs35l41: Use reset label to get GPIO for HP Zbook Fury 17 G9 + - ALSA: hda: cs35l41: Assert reset before system suspend + - ALSA: hda: cs35l41: Assert Reset prior to de-asserting in probe and system + resume + - ALSA: hda: cs35l41: Run boot process during resume callbacks + - ALSA: hda: cs35l41: Force a software reset after hardware reset + - ALSA: hda: cs35l41: Do not unload firmware before reset in system suspend + - ALSA: hda: cs35l41: Check CSPL state after loading firmware + - ASoC: cs35l41: Detect CSPL errors when sending CSPL commands + + * Support speaker mute hotkey for Cirrus CS35L41 HDA codec (LP: #2039151) + - ALSA: hda: cs35l41: Support systems with missing _DSD properties + - ALSA: hda: cs35l41: Fix the loop check in cs35l41_add_dsd_properties + - ALSA: hda: cs35l41: Add notification support into component binding + - ALSA: hda/realtek: Support ACPI Notification framework via component binding + - ALSA: hda: cs35l41: Support mute notifications for CS35L41 HDA + - ALSA: hda: cs35l41: Add read-only ALSA control for forced mute + + * Add SoF topology support on Intel RaptorLake DELL SKU 0C11 (LP: #2038263) + - ASoC: Intel: soc-acpi-intel-rpl-match: add rt711-l0-rt1316-l12 support + + * Update io_uring to 6.6 (LP: #2043730) + - fs: create kiocb_{start,end}_write() helpers + - fs: add IOCB flags related to passing back dio completions + - io_uring/poll: always set 'ctx' in io_cancel_data + - io_uring/timeout: always set 'ctx' in io_cancel_data + - io_uring/cancel: abstract out request match helper + - io_uring/cancel: fix sequence matching for IORING_ASYNC_CANCEL_ANY + - io_uring: use cancelation match helper for poll and timeout requests + - io_uring/cancel: add IORING_ASYNC_CANCEL_USERDATA + - io_uring/cancel: support opcode based lookup and cancelation + - io_uring/cancel: wire up IORING_ASYNC_CANCEL_OP for sync cancel + - io_uring/rw: add write support for IOCB_DIO_CALLER_COMP + - io_uring: Add io_uring command support for sockets + - io_uring/rsrc: Remove unused declaration io_rsrc_put_tw() + - io_uring: cleanup 'ret' handling in io_iopoll_check() + - io_uring/fdinfo: get rid of ref tryget + - io_uring/splice: use fput() directly + - io_uring: have io_file_put() take an io_kiocb rather than the file + - io_uring: remove unnecessary forward declaration + - io_uring/io-wq: don't grab wq->lock for worker activation + - io_uring/io-wq: reduce frequency of acct->lock acquisitions + - io_uring/io-wq: don't gate worker wake up success on wake_up_process() + - io_uring: open code io_fill_cqe_req() + - io_uring: remove return from io_req_cqe_overflow() + - io_uring: never overflow io_aux_cqe + - io_uring/rsrc: keep one global dummy_ubuf + - io_uring: simplify io_run_task_work_sig return + - io_uring/rsrc: Annotate struct io_mapped_ubuf with __counted_by + - io_uring: rename kiocb_end_write() local helper + - io_uring: use kiocb_{start,end}_write() helpers + - io_uring: stop calling free_compound_page() + - io_uring: improve cqe !tracing hot path + - io_uring: cqe init hardening + - io_uring: simplify big_cqe handling + - io_uring: refactor __io_get_cqe() + - io_uring: optimise extra io_get_cqe null check + - io_uring: reorder cqring_flush and wakeups + - io_uring: merge iopoll and normal completion paths + - io_uring: force inline io_fill_cqe_req + - io_uring: compact SQ/CQ heads/tails + - io_uring: add option to remove SQ indirection + - io_uring: move non aligned field to the end + - io_uring: banish non-hot data to end of io_ring_ctx + - io_uring: separate task_work/waiting cache line + - io_uring: move multishot cqe cache in ctx + - io_uring: move iopoll ctx fields around + - io_uring: fix IO hang in io_wq_put_and_exit from do_exit() + - io_uring/fdinfo: only print ->sq_array[] if it's there + - io_uring: fix unprotected iopoll overflow + - Revert "io_uring: fix IO hang in io_wq_put_and_exit from do_exit()" + - io_uring/kbuf: don't allow registered buffer rings on highmem pages + - io_uring: ensure io_lockdep_assert_cq_locked() handles disabled rings + - io_uring: don't allow IORING_SETUP_NO_MMAP rings on highmem pages + - io-wq: fully initialize wqe before calling + cpuhp_state_add_instance_nocalls() + - io_uring: fix crash with IORING_SETUP_NO_MMAP and invalid SQ ring address + - io_uring/fdinfo: lock SQ thread while retrieving thread cpu/pid + - io_uring/rw: disable IOCB_DIO_CALLER_COMP + - io_uring: kiocb_done() should *not* trust ->ki_pos if ->{read,write}_iter() + failed + + * System hang after unplug/plug DP monitor with AMD W7500 card (LP: #2042912) + - drm/amd/pm: Fix error of MACO flag setting code + + * correct cephfs pull request for uidmap support (LP: #2041613) + - Revert "UBUNTU: SAUCE: ceph: BUG if MDS changed truncate_seq with client + caps still outstanding" + - Revert "UBUNTU: SAUCE: ceph: make sure all the files successfully put before + unmounting" + - Revert "UBUNTU: SAUCE: mm: BUG if filemap_alloc_folio gives us a folio with + a non-NULL ->private" + - Revert "UBUNTU: SAUCE: ceph: dump info about cap flushes when we're waiting + too long for them" + - Revert "UBUNTU: SAUCE: rbd: bump RBD_MAX_PARENT_CHAIN_LEN to 128" + + * RTL8111EPP: Fix the network lost after resume with DASH (LP: #2043786) + - r8169: add handling DASH when DASH is disabled + - r8169: fix network lost after resume on DASH systems + + * kernel BUG: io_uring openat triggers audit reference count underflow + (LP: #2043841) + - audit, io_uring: io_uring openat triggers audit reference count underflow + + * Fix ADL: System enabled AHCI can't get into s0ix when attached ODD + (LP: #2037493) + - ata: ahci: Add Intel Alder Lake-P AHCI controller to low power chipsets list + + * [UBUNTU 23.04] Kernel config option missing for s390x PCI passthrough + (LP: #2042853) + - [Config] CONFIG_VFIO_PCI_ZDEV_KVM=y + + * Azure: Fix Azure vendor ID (LP: #2036600) + - SAUCE: (no-up) hv: Fix supply vendor ID + + * Mantic update: v6.5.6 upstream stable release (LP: #2044174) + - NFS: Fix error handling for O_DIRECT write scheduling + - NFS: Fix O_DIRECT locking issues + - NFS: More O_DIRECT accounting fixes for error paths + - NFS: Use the correct commit info in nfs_join_page_group() + - NFS: More fixes for nfs_direct_write_reschedule_io() + - NFS/pNFS: Report EINVAL errors from connect() to the server + - SUNRPC: Mark the cred for revalidation if the server rejects it + - NFSv4.1: use EXCHGID4_FLAG_USE_PNFS_DS for DS server + - NFSv4.1: fix pnfs MDS=DS session trunking + - media: v4l: Use correct dependency for camera sensor drivers + - media: via: Use correct dependency for camera sensor drivers + - gfs2: Fix another freeze/thaw hang + - netfs: Only call folio_start_fscache() one time for each folio + - btrfs: improve error message after failure to add delayed dir index item + - btrfs: remove BUG() after failure to insert delayed dir index item + - ext4: replace the traditional ternary conditional operator with with + max()/min() + - ext4: move setting of trimmed bit into ext4_try_to_trim_range() + - ext4: do not let fstrim block system suspend + - netfilter: nft_set_rbtree: use read spinlock to avoid datapath contention + - netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync() in catchall GC + - netfilter: nft_set_pipapo: stop GC iteration if GC transaction allocation + fails + - netfilter: nft_set_hash: try later when GC hits EAGAIN on iteration + - netfilter: nf_tables: fix memleak when more than 255 elements expired + - ASoC: meson: spdifin: start hw on dai probe + - netfilter: nf_tables: disallow element removal on anonymous sets + - bpf: Avoid deadlock when using queue and stack maps from NMI + - bpf: Avoid dummy bpf_offload_netdev in __bpf_prog_dev_bound_init + - ALSA: docs: Fix a typo of midi2_ump_probe option for snd-usb-audio + - ALSA: seq: Avoid delivery of events for disabled UMP groups + - ASoC: rt5640: Revert "Fix sleep in atomic context" + - ASoC: rt5640: Fix sleep in atomic context + - ASoC: rt5640: fix typos + - ASoC: rt5640: Do not disable/enable IRQ twice on suspend/resume + - ASoC: rt5640: Enable the IRQ on resume after configuring jack-detect + - ASoC: rt5640: Fix IRQ not being free-ed for HDA jack detect mode + - bpf: Fix a erroneous check after snprintf() + - selftests/bpf: fix unpriv_disabled check in test_verifier + - ALSA: hda/realtek: Splitting the UX3402 into two separate models + - netfilter: conntrack: fix extension size table + - netfilter: nf_tables: Fix entries val in rule reset audit log + - Compiler Attributes: counted_by: Adjust name and identifier expansion + - uapi: stddef.h: Fix header guard location + - uapi: stddef.h: Fix __DECLARE_FLEX_ARRAY for C++ + - memblock tests: Fix compilation errors. + - ASoC: SOF: ipc4-topology: fix wrong sizeof argument + - net: microchip: sparx5: Fix memory leak for + vcap_api_rule_add_keyvalue_test() + - net: microchip: sparx5: Fix memory leak for + vcap_api_rule_add_actionvalue_test() + - net: microchip: sparx5: Fix possible memory leak in + vcap_api_encode_rule_test() + - net: microchip: sparx5: Fix possible memory leaks in + test_vcap_xn_rule_creator() + - net: microchip: sparx5: Fix possible memory leaks in vcap_api_kunit + - selftests: tls: swap the TX and RX sockets in some tests + - net/core: Fix ETH_P_1588 flow dissector + - ALSA: seq: ump: Fix -Wformat-truncation warning + - ASoC: hdaudio.c: Add missing check for devm_kstrdup + - ASoC: imx-audmix: Fix return error with devm_clk_get() + - octeon_ep: fix tx dma unmap len values in SG + - iavf: do not process adminq tasks when __IAVF_IN_REMOVE_TASK is set + - ASoC: SOF: core: Only call sof_ops_free() on remove if the probe was + successful + - iavf: add iavf_schedule_aq_request() helper + - iavf: schedule a request immediately after add/delete vlan + - i40e: Fix VF VLAN offloading when port VLAN is configured + - netfilter, bpf: Adjust timeouts of non-confirmed CTs in + bpf_ct_insert_entry() + - ionic: fix 16bit math issue when PAGE_SIZE >= 64KB + - igc: Fix infinite initialization loop with early XDP redirect + - scsi: iscsi_tcp: restrict to TCP sockets + - powerpc/perf/hv-24x7: Update domain value check + - powerpc/dexcr: Move HASHCHK trap handler + - dccp: fix dccp_v4_err()/dccp_v6_err() again + - x86/mm, kexec, ima: Use memblock_free_late() from ima_free_kexec_buffer() + - net: hsr: Properly parse HSRv1 supervisor frames. + - platform/x86: intel_scu_ipc: Check status after timeout in busy_loop() + - platform/x86: intel_scu_ipc: Check status upon timeout in + ipc_wait_for_interrupt() + - platform/x86: intel_scu_ipc: Don't override scu in + intel_scu_ipc_dev_simple_command() + - platform/x86: intel_scu_ipc: Fail IPC send if still busy + - x86/asm: Fix build of UML with KASAN + - x86/srso: Fix srso_show_state() side effect + - x86/srso: Set CPUID feature bits independently of bug or mitigation status + - x86/srso: Don't probe microcode in a guest + - x86/srso: Fix SBPB enablement for spec_rstack_overflow=off + - net: hns3: add cmdq check for vf periodic service task + - net: hns3: fix GRE checksum offload issue + - net: hns3: only enable unicast promisc when mac table full + - net: hns3: fix fail to delete tc flower rules during reset issue + - net: hns3: add 5ms delay before clear firmware reset irq source + - net: bridge: use DEV_STATS_INC() + - team: fix null-ptr-deref when team device type is changed + - net: rds: Fix possible NULL-pointer dereference + - vxlan: Add missing entries to vxlan_get_size() + - netfilter: nf_tables: disable toggling dormant table state more than once + - net: hinic: Fix warning-hinic_set_vlan_fliter() warn: variable dereferenced + before check 'hwdev' + - net/handshake: Fix memory leak in __sock_create() and sock_alloc_file() + - i915/pmu: Move execlist stats initialization to execlist specific setup + - drm/virtio: clean out_fence on complete_submit + - locking/seqlock: Do the lockdep annotation before locking in + do_write_seqcount_begin_nested() + - net: ena: Flush XDP packets on error. + - bnxt_en: Flush XDP for bnxt_poll_nitroa0()'s NAPI + - octeontx2-pf: Do xdp_do_flush() after redirects. + - igc: Expose tx-usecs coalesce setting to user + - cxl/region: Match auto-discovered region decoders by HPA range + - proc: nommu: /proc//maps: release mmap read lock + - proc: nommu: fix empty /proc//maps + - cifs: Fix UAF in cifs_demultiplex_thread() + - gpio: tb10x: Fix an error handling path in tb10x_gpio_probe() + - i2c: mux: demux-pinctrl: check the return value of devm_kstrdup() + - i2c: mux: gpio: Add missing fwnode_handle_put() + - i2c: xiic: Correct return value check for xiic_reinit() + - drm/amdgpu: set completion status as preempted for the resubmission + - ASoC: cs35l56: Disable low-power hibernation mode + - drm/amd/display: Update DPG test pattern programming + - drm/amd/display: fix a regression in blank pixel data caused by coding + mistake + - arm64: dts: qcom: sdm845-db845c: Mark cont splash memory region as reserved + - direct_write_fallback(): on error revert the ->ki_pos update from buffered + write + - btrfs: reset destination buffer when read_extent_buffer() gets invalid range + - vfio/mdev: Fix a null-ptr-deref bug for mdev_unregister_parent() + - MIPS: Alchemy: only build mmc support helpers if au1xmmc is enabled + - spi: spi-gxp: BUG: Correct spi write return value + - bus: ti-sysc: Use fsleep() instead of usleep_range() in sysc_reset() + - bus: ti-sysc: Fix missing AM35xx SoC matching + - firmware: arm_scmi: Harden perf domain info access + - firmware: arm_scmi: Fixup perf power-cost/microwatt support + - power: supply: mt6370: Fix missing error code in mt6370_chg_toggle_cfo() + - clk: sprd: Fix thm_parents incorrect configuration + - clk: si521xx: Use REGCACHE_FLAT instead of NONE + - clk: si521xx: Fix regmap write accessor + - clk: tegra: fix error return case for recalc_rate + - ARM: dts: ti: omap: Fix bandgap thermal cells addressing for omap3/4 + - ARM: dts: ti: omap: motorola-mapphone: Fix abe_clkctrl warning on boot + - bus: ti-sysc: Fix SYSC_QUIRK_SWSUP_SIDLE_ACT handling for uart wake-up + - swiotlb: use the calculated number of areas + - power: supply: ucs1002: fix error code in ucs1002_get_property() + - power: supply: rt9467: Fix rt9467_run_aicl() + - power: supply: core: fix use after free in uevent + - firmware: imx-dsp: Fix an error handling path in imx_dsp_setup_channels() + - xtensa: add default definition for XCHAL_HAVE_DIV32 + - xtensa: iss/network: make functions static + - xtensa: boot: don't add include-dirs + - xtensa: umulsidi3: fix conditional expression + - xtensa: boot/lib: fix function prototypes + - power: supply: rk817: Fix node refcount leak + - powerpc/stacktrace: Fix arch_stack_walk_reliable() + - selftests/powerpc: Fix emit_tests to work with run_kselftest.sh + - arm64: dts: imx8mp: Fix SDMA2/3 clocks + - arm64: dts: imx8mp-beacon-kit: Fix audio_pll2 clock + - soc: imx8m: Enable OCOTP clock for imx8mm before reading registers + - arm64: dts: imx8mm-evk: Fix hdmi@3d node + - arm64: dts: imx: Add imx8mm-prt8mm.dtb to build + - firmware: arm_ffa: Don't set the memory region attributes for MEM_LEND + - i915/guc: Get runtime pm in busyness worker only if already active + - accel/ivpu: Do not use wait event interruptible + - gpio: pmic-eic-sprd: Add can_sleep flag for PMIC EIC chip + - i2c: npcm7xx: Fix callback completion ordering + - NFSD: Fix zero NFSv4 READ results when RQ_SPLICE_OK is not set + - x86/reboot: VMCLEAR active VMCSes before emergency reboot + - dma-debug: don't call __dma_entry_alloc_check_leak() under free_entries_lock + - bpf: Annotate bpf_long_memcpy with data_race + - ASoC: amd: yc: Add DMI entries to support Victus by HP Gaming Laptop + 15-fb0xxx (8A3E) + - spi: sun6i: reduce DMA RX transfer width to single byte + - spi: sun6i: fix race between DMA RX transfer completion and RX FIFO drain + - nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid() + - parisc: sba: Fix compile warning wrt list of SBA devices + - parisc: sba-iommu: Fix sparse warnigs + - parisc: ccio-dma: Fix sparse warnings + - parisc: iosapic.c: Fix sparse warnings + - parisc: drivers: Fix sparse warning + - parisc: irq: Make irq_stack_union static to avoid sparse warning + - scsi: qedf: Add synchronization between I/O completions and abort + - scsi: ufs: core: Move __ufshcd_send_uic_cmd() outside host_lock + - scsi: ufs: core: Poll HCS.UCRDY before issuing a UIC command + - selftests/ftrace: Correctly enable event in instance-event.tc + - ring-buffer: Avoid softlockup in ring_buffer_resize() + - btrfs: assert delayed node locked when removing delayed item + - selftests: fix dependency checker script + - ring-buffer: Do not attempt to read past "commit" + - net/smc: bugfix for smcr v2 server connect success statistic + - ata: sata_mv: Fix incorrect string length computation in mv_dump_mem() + - efi/x86: Ensure that EFI_RUNTIME_MAP is enabled for kexec + - platform/mellanox: mlxbf-bootctl: add NET dependency into Kconfig + - platform/x86: asus-wmi: Support 2023 ROG X16 tablet mode + - thermal/of: add missing of_node_put() + - drm/amdgpu: Store CU info from all XCCs for GFX v9.4.3 + - drm/amdkfd: Update cache info reporting for GFX v9.4.3 + - drm/amdkfd: Update CU masking for GFX 9.4.3 + - drm/amd/display: Don't check registers, if using AUX BL control + - drm/amdgpu/soc21: don't remap HDP registers for SR-IOV + - drm/amdgpu/nbio4.3: set proper rmmio_remap.reg_offset for SR-IOV + - drm/amdgpu: fallback to old RAS error message for aqua_vanjaram + - drm/amdkfd: Checkpoint and restore queues on GFX11 + - drm/amdgpu: Handle null atom context in VBIOS info ioctl + - objtool: Fix _THIS_IP_ detection for cold functions + - nvme-pci: do not set the NUMA node of device if it has none + - riscv: errata: fix T-Head dcache.cva encoding + - scsi: pm80xx: Use phy-specific SAS address when sending PHY_START command + - scsi: pm80xx: Avoid leaking tags when processing + OPC_INB_SET_CONTROLLER_CONFIG command + - smb3: correct places where ENOTSUPP is used instead of preferred EOPNOTSUPP + - ata: libata-eh: do not clear ATA_PFLAG_EH_PENDING in ata_eh_reset() + - ata: libata-eh: do not thaw the port twice in ata_eh_reset() + - Add DMI ID for MSI Bravo 15 B7ED + - spi: nxp-fspi: reset the FLSHxCR1 registers + - spi: stm32: add a delay before SPI disable + - ASoC: fsl: imx-pcm-rpmsg: Add SNDRV_PCM_INFO_BATCH flag + - spi: intel-pci: Add support for Granite Rapids SPI serial flash + - bpf: Clarify error expectations from bpf_clone_redirect + - ASoC: rt5640: Only cancel jack-detect work on suspend if active + - ALSA: hda: intel-sdw-acpi: Use u8 type for link index + - ASoC: cs42l42: Ensure a reset pulse meets minimum pulse width. + - ASoC: cs42l42: Don't rely on GPIOD_OUT_LOW to set RESET initially low + - ASoC: cs42l42: Avoid stale SoundWire ATTACH after hard reset + - firmware: cirrus: cs_dsp: Only log list of algorithms in debug build + - ASoC: wm_adsp: Fix missing locking in wm_adsp_[read|write]_ctl() + - memblock tests: fix warning: "__ALIGN_KERNEL" redefined + - memblock tests: fix warning ‘struct seq_file’ declared inside parameter list + - ASoC: imx-rpmsg: Set ignore_pmdown_time for dai_link + - ASoC: SOF: sof-audio: Fix DSP core put imbalance on widget setup failure + - media: vb2: frame_vector.c: replace WARN_ONCE with a comment + - NFSv4.1: fix zero value filehandle in post open getattr + - ASoC: SOF: Intel: MTL: Reduce the DSP init timeout + - powerpc/watchpoints: Disable preemption in thread_change_pc() + - powerpc/watchpoint: Disable pagefaults when getting user instruction + - powerpc/watchpoints: Annotate atomic context in more places + - ncsi: Propagate carrier gain/loss events to the NCSI controller + - net: hsr: Add __packed to struct hsr_sup_tlv. + - tsnep: Fix NAPI scheduling + - tsnep: Fix ethtool channels + - tsnep: Fix NAPI polling with budget 0 + - gfs2: fix glock shrinker ref issues + - i2c: designware: fix __i2c_dw_disable() in case master is holding SCL low + - LoongArch: Use _UL() and _ULL() + - LoongArch: Set all reserved memblocks on Node#0 at initialization + - fbdev/sh7760fb: Depend on FB=y + - perf build: Define YYNOMEM as YYNOABORT for bison < 3.81 + - ASoC: cs35l56: Call pm_runtime_dont_use_autosuspend() + - iommu/arm-smmu-v3: Fix soft lockup triggered by arm_smmu_mm_invalidate_range + - spi: zynqmp-gqspi: fix clock imbalance on probe failure + - x86/sgx: Resolves SECS reclaim vs. page fault for EAUG race + - x86/srso: Add SRSO mitigation for Hygon processors + - KVM: SVM: INTERCEPT_RDTSCP is never intercepted anyway + - KVM: SVM: Fix TSC_AUX virtualization setup + - KVM: x86/mmu: Open code leaf invalidation from mmu_notifier + - KVM: x86/mmu: Do not filter address spaces in + for_each_tdp_mmu_root_yield_safe() + - KVM: x86/mmu: Stop zapping invalidated TDP MMU roots asynchronously + - mptcp: fix bogus receive window shrinkage with multiple subflows + - mptcp: move __mptcp_error_report in protocol.c + - mptcp: process pending subflow error on close + - Revert "tty: n_gsm: fix UAF in gsm_cleanup_mux" + - scsi: core: ata: Do no try to probe for CDL on old drives + - serial: 8250_port: Check IRQ data before use + - nilfs2: fix potential use after free in nilfs_gccache_submit_read_data() + - crypto: sm2 - Fix crash caused by uninitialized context + - ALSA: rawmidi: Fix NULL dereference at proc read + - ALSA: hda: Disable power save for solving pop issue on Lenovo ThinkCentre + M70q + - LoongArch: Fix lockdep static memory detection + - LoongArch: Define relocation types for ABI v2.10 + - LoongArch: numa: Fix high_memory calculation + - LoongArch: Add support for 32_PCREL relocation type + - LoongArch: Add support for 64_PCREL relocation type + - ata: libata-scsi: link ata port and scsi device + - scsi: sd: Differentiate system and runtime start/stop management + - scsi: sd: Do not issue commands to suspended disks on shutdown + - ata: libata-scsi: ignore reserved bits for REPORT SUPPORTED OPERATION CODES + - io_uring/fs: remove sqe->rw_flags checking from LINKAT + - i2c: i801: unregister tco_pdev in i801_probe() error path + - ASoC: amd: yc: Fix non-functional mic on Lenovo 82QF and 82UG + - kernel/sched: Modify initial boot task idle setup + - sched/rt: Fix live lock between select_fallback_rq() and RT push + - Revert "SUNRPC dont update timeout value on connection reset" + - NFSv4: Fix a state manager thread deadlock regression + - ACPI: NFIT: Fix incorrect calculation of idt size + - timers: Tag (hr)timer softirq as hotplug safe + - drm/tests: Fix incorrect argument in drm_test_mm_insert_range + - cxl/mbox: Fix CEL logic for poison and security commands + - arm64: defconfig: remove CONFIG_COMMON_CLK_NPCM8XX=y + - mm/damon/vaddr-test: fix memory leak in damon_do_test_apply_three_regions() + - selftests/mm: fix awk usage in charge_reserved_hugetlb.sh and + hugetlb_reparenting_test.sh that may cause error + - mm: mempolicy: keep VMA walk if both MPOL_MF_STRICT and MPOL_MF_MOVE are + specified + - mm/slab_common: fix slab_caches list corruption after kmem_cache_destroy() + - mm: page_alloc: fix CMA and HIGHATOMIC landing on the wrong buddy list + - mm: memcontrol: fix GFP_NOFS recursion in memory.high enforcement + - cxl/port: Fix cxl_test register enumeration regression + - cxl/pci: Fix appropriate checking for _OSC while handling CXL RAS registers + - ring-buffer: Fix bytes info in per_cpu buffer stats + - ring-buffer: Update "shortest_full" in polling + - btrfs: refresh dir last index during a rewinddir(3) call + - btrfs: file_remove_privs needs an exclusive lock in direct io write + - btrfs: set last dir index to the current last index when opening dir + - btrfs: fix race between reading a directory and adding entries to it + - btrfs: properly report 0 avail for very full file systems + - media: uvcvideo: Fix OOB read + - bpf: Add override check to kprobe multi link attach + - bpf: Fix BTF_ID symbol generation collision + - bpf: Fix BTF_ID symbol generation collision in tools/ + - net: thunderbolt: Fix TCPv6 GSO checksum calculation + - thermal: sysfs: Fix trip_point_hyst_store() + - tracing/user_events: Align set_bit() address for all archs + - ata: libata-core: Fix ata_port_request_pm() locking + - ata: libata-core: Fix port and device removal + - ata: libata-core: Do not register PM operations for SAS ports + - ata: libata-sata: increase PMP SRST timeout to 10s + - i915: Limit the length of an sg list to the requested length + - drm/i915/gt: Fix reservation address in ggtt_reserve_guc_top + - power: supply: rk817: Add missing module alias + - power: supply: ab8500: Set typing and props + - fs: binfmt_elf_efpic: fix personality for ELF-FDPIC + - drm/amdkfd: Use gpu_offset for user queue's wptr + - drm/amd/display: fix the ability to use lower resolution modes on eDP + - drm/meson: fix memory leak on ->hpd_notify callback + - rbd: move rbd_dev_refresh() definition + - rbd: decouple header read-in from updating rbd_dev->header + - rbd: decouple parent info read-in from updating rbd_dev + - rbd: take header_rwsem in rbd_dev_refresh() only when updating + - memcg: drop kmem.limit_in_bytes + - mm, memcg: reconsider kmem.limit_in_bytes deprecation + - ASoC: amd: yc: Fix a non-functional mic on Lenovo 82TL + - Linux 6.5.6 + + * Mantic update: v6.5.5 upstream stable release (LP: #2043416) + - iomap: Fix possible overflow condition in iomap_write_delalloc_scan + - autofs: fix memory leak of waitqueues in autofs_catatonic_mode + - btrfs: handle errors properly in update_inline_extent_backref() + - btrfs: output extra debug info if we failed to find an inline backref + - locks: fix KASAN: use-after-free in trace_event_raw_event_filelock_lock + - ACPICA: Add AML_NO_OPERAND_RESOLVE flag to Timer + - kernel/fork: beware of __put_task_struct() calling context + - rcuscale: Move rcu_scale_writer() schedule_timeout_uninterruptible() to + _idle() + - scftorture: Forgive memory-allocation failure if KASAN + - ACPI: video: Add backlight=native DMI quirk for Lenovo Ideapad Z470 + - platform/chrome: cros_ec_lpc: Remove EC panic shutdown timeout + - x86/amd_nb: Add PCI IDs for AMD Family 1Ah-based models + - perf/smmuv3: Enable HiSilicon Erratum 162001900 quirk for HIP08/09 + - s390/boot: cleanup number of page table levels setup + - kselftest/arm64: fix a memleak in zt_regs_run() + - perf/imx_ddr: speed up overflow frequency of cycle + - ACPI: video: Add backlight=native DMI quirk for Apple iMac12,1 and iMac12,2 + - hw_breakpoint: fix single-stepping when using bpf_overflow_handler + - ACPI: x86: s2idle: Catch multiple ACPI_TYPE_PACKAGE objects + - selftests/nolibc: fix up kernel parameters support + - selftests/nolibc: prevent out of bounds access in expect_vfprintf + - spi: sun6i: add quirk for dual and quad SPI modes support + - devlink: remove reload failed checks in params get/set callbacks + - crypto: lrw,xts - Replace strlcpy with strscpy + - ice: Don't tx before switchdev is fully configured + - wifi: ath9k: fix fortify warnings + - wifi: ath9k: fix printk specifier + - wifi: rtw88: delete timer and free skb queue when unloading + - wifi: mwifiex: fix fortify warning + - mt76: mt7921: don't assume adequate headroom for SDIO headers + - wifi: wil6210: fix fortify warnings + - can: sun4i_can: Add acceptance register quirk + - can: sun4i_can: Add support for the Allwinner D1 + - [Config] updateconfigs for CAN_SUN4I + - net: Use sockaddr_storage for getsockopt(SO_PEERNAME). + - wifi: ath12k: Fix a NULL pointer dereference in ath12k_mac_op_hw_scan() + - wifi: ath12k: avoid array overflow of hw mode for preferred_hw_mode + - net/ipv4: return the real errno instead of -EINVAL + - crypto: lib/mpi - avoid null pointer deref in mpi_cmp_ui() + - Bluetooth: btusb: Add device 0489:e0f5 as MT7922 device + - Bluetooth: btusb: Add a new VID/PID 0489/e0f6 for MT7922 + - Bluetooth: btusb: Add new VID/PID 0489/e102 for MT7922 + - Bluetooth: btusb: Add new VID/PID 04ca/3804 for MT7922 + - Bluetooth: Fix hci_suspend_sync crash + - Bluetooth: btusb: Add support for another MediaTek 7922 VID/PID + - netlink: convert nlk->flags to atomic flags + - tpm_tis: Resend command to recover from data transfer errors + - mmc: sdhci-esdhc-imx: improve ESDHC_FLAG_ERR010450 + - alx: fix OOB-read compiler warning + - wifi: iwlwifi: pcie: avoid a warning in case prepare card failed + - wifi: mac80211: check S1G action frame size + - netfilter: ebtables: fix fortify warnings in size_entry_mwt() + - wifi: cfg80211: reject auth/assoc to AP with our address + - wifi: cfg80211: ocb: don't leave if not joined + - wifi: mac80211: check for station first in client probe + - wifi: mac80211_hwsim: drop short frames + - Revert "wifi: mac80211_hwsim: check the return value of nla_put_u32" + - libbpf: Free btf_vmlinux when closing bpf_object + - wifi: ath12k: Fix memory leak in rx_desc and tx_desc + - wifi: ath12k: add check max message length while scanning with extraie + - Fix nomenclature for USB and PCI wireless devices + - bpf: Consider non-owning refs trusted + - bpf: Consider non-owning refs to refcounted nodes RCU protected + - drm/bridge: tc358762: Instruct DSI host to generate HSE packets + - drm/edid: Add quirk for OSVR HDK 2.0 + - drm: bridge: samsung-dsim: Drain command transfer FIFO before transfer + - arm64: dts: qcom: sm6125-pdx201: correct ramoops pmsg-size + - arm64: dts: qcom: sm6125-sprout: correct ramoops pmsg-size + - arm64: dts: qcom: sm6350: correct ramoops pmsg-size + - arm64: dts: qcom: sm8150-kumano: correct ramoops pmsg-size + - arm64: dts: qcom: sm8250-edo: correct ramoops pmsg-size + - drm/amdgpu: Increase soft IH ring size + - samples/hw_breakpoint: Fix kernel BUG 'invalid opcode: 0000' + - drm/amdgpu: Update ring scheduler info as needed + - drm/amd/display: Fix underflow issue on 175hz timing + - ASoC: SOF: topology: simplify code to prevent static analysis warnings + - ASoC: Intel: sof_sdw: Update BT offload config for soundwire config + - ALSA: hda: intel-dsp-cfg: add LunarLake support + - drm/amd/display: Use DTBCLK as refclk instead of DPREFCLK + - drm/amd/display: Blocking invalid 420 modes on HDMI TMDS for DCN31 + - drm/amd/display: Blocking invalid 420 modes on HDMI TMDS for DCN314 + - drm/amd/display: Use max memclk variable when setting max memclk + - drm/msm/adreno: Use quirk identify hw_apriv + - drm/msm/adreno: Use quirk to identify cached-coherent support + - drm/exynos: fix a possible null-pointer dereference due to data race in + exynos_drm_crtc_atomic_disable() + - io_uring: annotate the struct io_kiocb slab for appropriate user copy + - drm/mediatek: dp: Change logging to dev for mtk_dp_aux_transfer() + - bus: ti-sysc: Configure uart quirks for k3 SoC + - arm64: dts: qcom: sc8280xp-x13s: Add camera activity LED + - md: raid1: fix potential OOB in raid1_remove_disk() + - ext2: fix datatype of block number in ext2_xattr_set2() + - blk-mq: fix tags leak when shrink nr_hw_queues + - ASoC: SOF: amd: clear panic mask status when panic occurs + - x86: bring back rep movsq for user access on CPUs without ERMS + - fs/jfs: prevent double-free in dbUnmount() after failed jfs_remount() + - jfs: fix invalid free of JFS_IP(ipimap)->i_imap in diUnmount + - ext4: add two helper functions extent_logical_end() and pa_logical_end() + - ext4: avoid overlapping preallocations due to overflow + - PCI: dwc: Provide deinit callback for i.MX + - ARM: 9317/1: kexec: Make smp stop calls asynchronous + - powerpc/pseries: fix possible memory leak in ibmebus_bus_init() + - PCI: vmd: Disable bridge window for domain reset + - PCI: fu740: Set the number of MSI vectors + - media: mdp3: Fix resource leaks in of_find_device_by_node + - media: dvb-usb-v2: af9035: Fix null-ptr-deref in af9035_i2c_master_xfer + - media: dw2102: Fix null-ptr-deref in dw2102_i2c_transfer() + - media: af9005: Fix null-ptr-deref in af9005_i2c_xfer + - media: anysee: fix null-ptr-deref in anysee_master_xfer + - media: az6007: Fix null-ptr-deref in az6007_i2c_xfer() + - media: dvb-usb-v2: gl861: Fix null-ptr-deref in gl861_i2c_master_xfer + - scsi: lpfc: Abort outstanding ELS cmds when mailbox timeout error is + detected + - media: tuners: qt1010: replace BUG_ON with a regular error + - media: pci: cx23885: replace BUG with error return + - usb: cdns3: Put the cdns set active part outside the spin lock + - usb: typec: intel_pmc_mux: Add new ACPI ID for Lunar Lake IOM device + - usb: gadget: fsl_qe_udc: validate endpoint index for ch9 udc + - tools: iio: iio_generic_buffer: Fix some integer type and calculation + - scsi: target: iscsi: Fix buffer overflow in lio_target_nacl_info_show() + - serial: cpm_uart: Avoid suspicious locking + - misc: open-dice: make OPEN_DICE depend on HAS_IOMEM + - usb: dwc3: dwc3-octeon: Verify clock divider + - usb: ehci: add workaround for chipidea PORTSC.PEC bug + - usb: chipidea: add workaround for chipidea PEC bug + - media: pci: ipu3-cio2: Initialise timing struct to avoid a compiler warning + - kobject: Add sanity check for kset->kobj.ktype in kset_register() + - interconnect: Fix locking for runpm vs reclaim + - usb: typec: qcom-pmic-typec: register drm_bridge + - printk: Reduce console_unblank() usage in unsafe scenarios + - printk: Keep non-panic-CPUs out of console lock + - printk: Do not take console lock for console_flush_on_panic() + - printk: Consolidate console deferred printing + - printk: Rename abandon_console_lock_in_panic() to other_cpu_in_panic() + - ext4: fix BUG in ext4_mb_new_inode_pa() due to overflow + - btrfs: introduce struct to consolidate extent buffer write context + - btrfs: zoned: introduce block group context to btrfs_eb_write_context + - btrfs: zoned: return int from btrfs_check_meta_write_pointer + - btrfs: zoned: defer advancing meta write pointer + - btrfs: zoned: activate metadata block group on write time + - mtd: spi-nor: spansion: use CLPEF as an alternative to CLSR + - mtd: spi-nor: spansion: preserve CFR2V[7] when writing MEMLAT + - btrfs: add a helper to read the superblock metadata_uuid + - btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_super + - nvmet-tcp: pass iov_len instead of sg->length to bvec_set_page() + - drm: gm12u320: Fix the timeout usage for usb_bulk_msg() + - scsi: qla2xxx: Fix NULL vs IS_ERR() bug for debugfs_create_dir() + - md: don't dereference mddev after export_rdev() + - md: fix warning for holder mismatch from export_rdev() + - efivarfs: fix statfs() on efivarfs + - PM: hibernate: Fix the exclusive get block device in test_resume mode + - selftests: tracing: Fix to unmount tracefs for recovering environment + - x86/ibt: Suppress spurious ENDBR + - x86/ibt: Avoid duplicate ENDBR in __put_user_nocheck*() + - riscv: kexec: Align the kexeced kernel entry + - x86/sched: Restore the SD_ASYM_PACKING flag in the DIE domain + - scsi: target: core: Fix target_cmd_counter leak + - scsi: lpfc: Fix the NULL vs IS_ERR() bug for debugfs_create_file() + - panic: Reenable preemption in WARN slowpath + - ata: libata-core: fetch sense data for successful commands iff CDL enabled + - x86/boot/compressed: Reserve more memory for page tables + - x86/purgatory: Remove LTO flags + - samples/hw_breakpoint: fix building without module unloading + - blk-mq: prealloc tags when increase tagset nr_hw_queues + - blk-mq: fix tags UAF when shrinking q->nr_hw_queues + - md/raid1: fix error: ISO C90 forbids mixed declarations + - Revert "SUNRPC: Fail faster on bad verifier" + - attr: block mode changes of symlinks + - ovl: fix failed copyup of fileattr on a symlink + - ovl: fix incorrect fdput() on aio completion + - io_uring/net: fix iter retargeting for selected buf + - x86/platform/uv: Use alternate source for socket to node data + - Revert "firewire: core: obsolete usage of GFP_ATOMIC at building node tree" + - drm/amd: Make fence wait in suballocator uninterruptible + - Revert "drm/amd: Disable S/G for APUs when 64GB or more host memory" + - dm: don't attempt to queue IO under RCU protection + - dm: fix a race condition in retrieve_deps + - btrfs: fix lockdep splat and potential deadlock after failure running + delayed items + - btrfs: fix a compilation error if DEBUG is defined in btree_dirty_folio + - btrfs: fix race between finishing block group creation and its item update + - btrfs: release path before inode lookup during the ino lookup ioctl + - btrfs: check for BTRFS_FS_ERROR in pending ordered assert + - tracing/synthetic: Fix order of struct trace_dynamic_info + - tracing: Have tracing_max_latency inc the trace array ref count + - tracing: Have event inject files inc the trace array ref count + - tracing/synthetic: Print out u64 values properly + - tracing: Increase trace array ref count on enable and filter files + - tracing: Have current_trace inc the trace array ref count + - tracing: Have option files inc the trace array ref count + - selinux: fix handling of empty opts in selinux_fs_context_submount() + - nfsd: fix change_info in NFSv4 RENAME replies + - tracefs: Add missing lockdown check to tracefs_create_dir() + - i2c: aspeed: Reset the i2c controller when timeout occurs + - ata: libata: disallow dev-initiated LPM transitions to unsupported states + - ata: libahci: clear pending interrupt status + - scsi: megaraid_sas: Fix deadlock on firmware crashdump + - scsi: qla2xxx: Use raw_smp_processor_id() instead of smp_processor_id() + - scsi: pm8001: Setup IRQs on resume + - Revert "comedi: add HAS_IOPORT dependencies" + - [Config] updateconfigs for COMEDI/HAS_IOPORT deps + - ext4: fix rec_len verify error + - drm/radeon: make fence wait in suballocator uninterrruptable + - drm/i915: Only check eDP HPD when AUX CH is shared + - drm/amdkfd: Insert missing TLB flush on GFX10 and later + - drm/tests: helpers: Avoid a driver uaf + - drm/amd/display: Adjust the MST resume flow + - drm/amd/display: fix the white screen issue when >= 64GB DRAM + - drm/amd/display: Add DPIA Link Encoder Assignment Fix + - drm/amd/display: Fix 2nd DPIA encoder Assignment + - Revert "memcg: drop kmem.limit_in_bytes" + - drm/amdgpu: fix amdgpu_cs_p1_user_fence + - interconnect: Teach lockdep about icc_bw_lock order + - x86/alternatives: Remove faulty optimization + - x86,static_call: Fix static-call vs return-thunk + - Linux 6.5.5 + + * Could not probe Samsung P44 30S3 PM9C1a SSD correctly: nvme nvme0: Device + not ready: aborting installation, CSTS=0x0 (LP: #2041495) // Mantic update: + v6.5.5 upstream stable release (LP: #2043416) + - nvme: avoid bogus CRTO values + + * Mantic update: v6.5.4 upstream stable release (LP: #2041999) + - net/ipv6: SKB symmetric hash should incorporate transport ports + - drm/virtio: Conditionally allocate virtio_gpu_fence + - scsi: ufs: core: Add advanced RPMB support where UFSHCI 4.0 does not support + EHS length in UTRD + - scsi: qla2xxx: Adjust IOCB resource on qpair create + - scsi: qla2xxx: Limit TMF to 8 per function + - scsi: qla2xxx: Fix deletion race condition + - scsi: qla2xxx: fix inconsistent TMF timeout + - scsi: qla2xxx: Fix command flush during TMF + - scsi: qla2xxx: Fix erroneous link up failure + - scsi: qla2xxx: Turn off noisy message log + - scsi: qla2xxx: Fix session hang in gnl + - scsi: qla2xxx: Fix TMF leak through + - scsi: qla2xxx: Remove unsupported ql2xenabledif option + - scsi: qla2xxx: Flush mailbox commands on chip reset + - scsi: qla2xxx: Fix smatch warn for qla_init_iocb_limit() + - scsi: qla2xxx: Error code did not return to upper layer + - scsi: qla2xxx: Fix firmware resource tracking + - null_blk: fix poll request timeout handling + - kernfs: fix missing kernfs_iattr_rwsem locking + - fbdev/ep93xx-fb: Do not assign to struct fb_info.dev + - clk: qcom: camcc-sc7180: fix async resume during probe + - drm/ast: Fix DRAM init on AST2200 + - ASoC: tegra: Fix SFC conversion for few rates + - ARM: dts: samsung: exynos4210-i9100: Fix LCD screen's physical size + - arm64: tegra: Update AHUB clock parent and rate on Tegra234 + - arm64: tegra: Update AHUB clock parent and rate + - clk: qcom: turingcc-qcs404: fix missing resume during probe + - ARM: dts: qcom: msm8974pro-castor: correct inverted X of touchscreen + - arm64: dts: qcom: msm8953-vince: drop duplicated touschreen parent interrupt + - ARM: dts: qcom: msm8974pro-castor: correct touchscreen function names + - ARM: dts: qcom: msm8974pro-castor: correct touchscreen syna,nosleep-mode + - arm64: dts: renesas: rzg2l: Fix txdv-skew-psec typos + - ARM: dts: BCM5301X: Extend RAM to full 256MB for Linksys EA6500 V2 + - send channel sequence number in SMB3 requests after reconnects + - memcg: drop kmem.limit_in_bytes + - mm: hugetlb_vmemmap: fix a race between vmemmap pmd split + - lib/test_meminit: allocate pages up to order MAX_ORDER + - Multi-gen LRU: avoid race in inc_min_seq() + - parisc: led: Fix LAN receive and transmit LEDs + - parisc: led: Reduce CPU overhead for disk & lan LED computation + - cifs: update desired access while requesting for directory lease + - pinctrl: cherryview: fix address_space_handler() argument + - dt-bindings: clock: xlnx,versal-clk: drop select:false + - clk: imx: pll14xx: dynamically configure PLL for 393216000/361267200Hz + - clk: imx: pll14xx: align pdiv with reference manual + - clk: qcom: gcc-mdm9615: use proper parent for pll0_vote clock + - soc: qcom: qmi_encdec: Restrict string length in decode + - clk: qcom: dispcc-sm8450: fix runtime PM imbalance on probe errors + - clk: qcom: dispcc-sm8550: fix runtime PM imbalance on probe errors + - clk: qcom: lpasscc-sc7280: fix missing resume during probe + - clk: qcom: q6sstop-qcs404: fix missing resume during probe + - clk: qcom: mss-sc7180: fix missing resume during probe + - NFS: Fix a potential data corruption + - NFSv4/pnfs: minor fix for cleanup path in nfs4_get_device_info + - bus: mhi: host: Skip MHI reset if device is in RDDM + - kbuild: rpm-pkg: define _arch conditionally + - kbuild: do not run depmod for 'make modules_sign' + - kbuild: dummy-tools: make MPROFILE_KERNEL checks work on BE + - tpm_crb: Fix an error handling path in crb_acpi_add() + - gfs2: Switch to wait_event in gfs2_logd + - gfs2: low-memory forced flush fixes + - mailbox: qcom-ipcc: fix incorrect num_chans counting + - kconfig: fix possible buffer overflow + - tools/mm: fix undefined reference to pthread_once + - Input: iqs7222 - configure power mode before triggering ATI + - perf trace: Really free the evsel->priv area + - pwm: atmel-tcb: Harmonize resource allocation order + - pwm: atmel-tcb: Fix resource freeing in error path and remove + - backlight: lp855x: Initialize PWM state on first brightness change + - backlight: gpio_backlight: Drop output GPIO direction check for initial + power state + - perf parse-events: Separate YYABORT and YYNOMEM cases + - perf parse-events: Move instances of YYABORT to YYNOMEM + - perf parse-events: Separate ENOMEM memory handling + - perf parse-events: Additional error reporting + - KVM: SVM: Don't defer NMI unblocking until next exit for SEV-ES guests + - Input: tca6416-keypad - always expect proper IRQ number in i2c client + - Input: tca6416-keypad - fix interrupt enable disbalance + - perf annotate bpf: Don't enclose non-debug code with an assert() + - x86/virt: Drop unnecessary check on extended CPUID level in cpu_has_svm() + - perf script: Print "cgroup" field on the same line as "comm" + - perf bpf-filter: Fix sample flag check with || + - perf dlfilter: Initialize addr_location before passing it to + thread__find_symbol_fb() + - perf dlfilter: Add al_cleanup() + - perf vendor events: Update the JSON/events descriptions for power10 platform + - perf vendor events: Drop some of the JSON/events for power10 platform + - perf vendor events: Drop STORES_PER_INST metric event for power10 platform + - perf vendor events: Move JSON/events to appropriate files for power10 + platform + - perf vendor events: Update metric event names for power10 platform + - perf top: Don't pass an ERR_PTR() directly to perf_session__delete() + - perf lock: Don't pass an ERR_PTR() directly to perf_session__delete() + - watchdog: intel-mid_wdt: add MODULE_ALIAS() to allow auto-load + - perf vendor events arm64: Remove L1D_CACHE_LMISS from AmpereOne list + - pwm: lpc32xx: Remove handling of PWM channels + - accel/ivpu: refactor deprecated strncpy + - perf header: Fix missing PMU caps + - i3c: master: svc: Describe member 'saved_regs' + - perf test stat_bpf_counters_cgrp: Fix shellcheck issue about logical + operators + - perf test stat_bpf_counters_cgrp: Enhance perf stat cgroup BPF counter test + - regulator: tps6287x: Fix n_voltages + - selftests/bpf: Fix flaky cgroup_iter_sleepable subtest + - drm/i915: mark requests for GuC virtual engines to avoid use-after-free + - blk-throttle: use calculate_io/bytes_allowed() for throtl_trim_slice() + - blk-throttle: consider 'carryover_ios/bytes' in throtl_trim_slice() + - netfilter: nf_tables: Audit log setelem reset + - netfilter: nf_tables: Audit log rule reset + - smb: propagate error code of extract_sharename() + - net/sched: fq_pie: avoid stalls in fq_pie_timer() + - sctp: annotate data-races around sk->sk_wmem_queued + - ipv4: annotate data-races around fi->fib_dead + - net: read sk->sk_family once in sk_mc_loop() + - net: fib: avoid warn splat in flow dissector + - xsk: Fix xsk_diag use-after-free error during socket cleanup + - drm/i915/gvt: Verify pfn is "valid" before dereferencing "struct page" + - drm/i915/gvt: Put the page reference obtained by KVM's gfn_to_pfn() + - drm/i915/gvt: Drop unused helper intel_vgpu_reset_gtt() + - drm/amd/display: fix mode scaling (RMX_.*) + - net/handshake: fix null-ptr-deref in handshake_nl_done_doit() + - net: use sk_forward_alloc_get() in sk_get_meminfo() + - net: annotate data-races around sk->sk_forward_alloc + - mptcp: annotate data-races around msk->rmem_fwd_alloc + - net: annotate data-races around sk->sk_tsflags + - net: annotate data-races around sk->sk_bind_phc + - ipv4: ignore dst hint for multipath routes + - ipv6: ignore dst hint for multipath routes + - selftests/bpf: Fix a CI failure caused by vsock write + - igb: disable virtualization features on 82580 + - gve: fix frag_list chaining + - veth: Fixing transmit return status for dropped packets + - net: ipv6/addrconf: avoid integer underflow in ipv6_create_tempaddr + - net: phy: micrel: Correct bit assignments for phy_device flags + - bpf, sockmap: Fix skb refcnt race after locking changes + - af_unix: Fix msg_controllen test in scm_pidfd_recv() for MSG_CMSG_COMPAT. + - af_unix: Fix data-races around user->unix_inflight. + - af_unix: Fix data-race around unix_tot_inflight. + - af_unix: Fix data-races around sk->sk_shutdown. + - af_unix: Fix data race around sk->sk_err. + - kcm: Destroy mutex in kcm_exit_net() + - octeontx2-af: Fix truncation of smq in CN10K NIX AQ enqueue mbox handler + - igc: Change IGC_MIN to allow set rx/tx value between 64 and 80 + - igbvf: Change IGBVF_MIN to allow set rx/tx value between 64 and 80 + - igb: Change IGB_MIN to allow set rx/tx value between 64 and 80 + - s390/zcrypt: don't leak memory if dev_set_name() fails + - regulator: tps6594-regulator: Fix random kernel crash + - idr: fix param name in idr_alloc_cyclic() doc + - ip_tunnels: use DEV_STATS_INC() + - net/mlx5e: Clear mirred devices array if the rule is split + - net/mlx5: Give esw_offloads_load/unload_rep() "mlx5_" prefix + - net/mlx5: Rework devlink port alloc/free into init/cleanup + - net/mlx5: Push devlink port PF/VF init/cleanup calls out of + devlink_port_register/unregister() + - mlx5/core: E-Switch, Create ACL FT for eswitch manager in switchdev mode + - net: dsa: sja1105: fix bandwidth discrepancy between tc-cbs software and + offload + - net: dsa: sja1105: fix -ENOSPC when replacing the same tc-cbs too many times + - net: dsa: sja1105: complete tc-cbs offload support on SJA1110 + - net: phylink: fix sphinx complaint about invalid literal + - bpf: Invoke __bpf_prog_exit_sleepable_recur() on recursion in + kern_sys_bpf(). + - bpf: Assign bpf_tramp_run_ctx::saved_run_ctx before recursion check. + - s390/bpf: Pass through tail call counter in trampolines + - bpf: bpf_sk_storage: Fix invalid wait context lockdep report + - bpf: bpf_sk_storage: Fix the missing uncharge in sk_omem_alloc + - netfilter: nf_tables: Unbreak audit log reset + - net: phy: Provide Module 4 KSZ9477 errata (DS80000754C) + - net: hns3: fix tx timeout issue + - net: hns3: fix byte order conversion issue in hclge_dbg_fd_tcam_read() + - net: hns3: fix debugfs concurrency issue between kfree buffer and read + - net: hns3: fix invalid mutex between tc qdisc and dcb ets command issue + - net: hns3: fix the port information display when sfp is absent + - net: hns3: remove GSO partial feature bit + - net: enetc: distinguish error from valid pointers in + enetc_fixup_clear_rss_rfs() + - sh: boards: Fix CEU buffer size passed to dma_declare_coherent_memory() + - sh: push-switch: Reorder cleanup operations to avoid use-after-free bug + - linux/export: fix reference to exported functions for parisc64 + - watchdog: advantech_ec_wdt: fix Kconfig dependencies + - drm/amd/display: Temporary Disable MST DP Colorspace Property + - ARC: atomics: Add compiler barrier to atomic operations... + - clocksource/drivers/arm_arch_timer: Disable timer before programming CVAL + - dmaengine: sh: rz-dmac: Fix destination and source data size setting + - misc: fastrpc: Fix remote heap allocation request + - misc: fastrpc: Fix incorrect DMA mapping unmap request + - jbd2: fix checkpoint cleanup performance regression + - jbd2: check 'jh->b_transaction' before removing it from checkpoint + - jbd2: correct the end of the journal recovery scan range + - ext4: add correct group descriptors and reserved GDT blocks to system zone + - ext4: fix memory leaks in ext4_fname_{setup_filename,prepare_lookup} + - ext4: drop dio overwrite only flag and associated warning + - f2fs: get out of a repeat loop when getting a locked data page + - f2fs: flush inode if atomic file is aborted + - f2fs: avoid false alarm of circular locking + - lib: test_scanf: Add explicit type cast to result initialization in + test_number_prefix() + - hwspinlock: qcom: add missing regmap config for SFPB MMIO implementation + - memcontrol: ensure memcg acquired by id is properly set up + - ata: ahci: Add Elkhart Lake AHCI controller + - ata: pata_falcon: fix IO base selection for Q40 + - ata: sata_gemini: Add missing MODULE_DESCRIPTION + - ata: pata_ftide010: Add missing MODULE_DESCRIPTION + - fuse: nlookup missing decrement in fuse_direntplus_link + - btrfs: zoned: do not zone finish data relocation block group + - btrfs: fix start transaction qgroup rsv double free + - btrfs: free qgroup rsv on io failure + - btrfs: don't start transaction when joining with TRANS_JOIN_NOSTART + - btrfs: set page extent mapped after read_folio in relocate_one_page + - btrfs: zoned: re-enable metadata over-commit for zoned mode + - btrfs: use the correct superblock to compare fsid in btrfs_validate_super + - btrfs: scrub: avoid unnecessary extent tree search preparing stripes + - btrfs: scrub: avoid unnecessary csum tree search preparing stripes + - btrfs: scrub: fix grouping of read IO + - drm/mxsfb: Disable overlay plane in mxsfb_plane_overlay_atomic_disable() + - mtd: rawnand: brcmnand: Fix crash during the panic_write + - mtd: rawnand: brcmnand: Fix potential out-of-bounds access in oob write + - mtd: spi-nor: Correct flags for Winbond w25q128 + - mtd: rawnand: brcmnand: Fix potential false time out warning + - mtd: rawnand: brcmnand: Fix ECC level field setting for v7.2 controller + - Revert "drm/amd/display: Remove v_startup workaround for dcn3+" + - drm/amd/display: enable cursor degamma for DCN3+ DRM legacy gamma + - drm/amd/display: limit the v_startup workaround to ASICs older than DCN3.1 + - drm/amd/display: prevent potential division by zero errors + - KVM: VMX: Refresh available regs and IDT vectoring info before NMI handling + - KVM: SVM: Take and hold ir_list_lock when updating vCPU's Physical ID entry + - KVM: SVM: Don't inject #UD if KVM attempts to skip SEV guest insn + - KVM: SVM: Get source vCPUs from source VM for SEV-ES intrahost migration + - KVM: nSVM: Check instead of asserting on nested TSC scaling support + - KVM: nSVM: Load L1's TSC multiplier based on L1 state, not L2 state + - KVM: SVM: Set target pCPU during IRTE update if target vCPU is running + - KVM: SVM: Skip VMSA init in sev_es_init_vmcb() if pointer is NULL + - MIPS: Only fiddle with CHECKFLAGS if `need-compiler' + - MIPS: Fix CONFIG_CPU_DADDI_WORKAROUNDS `modules_install' regression + - perf hists browser: Fix hierarchy mode header + - perf build: Update build rule for generated files + - perf test shell stat_bpf_counters: Fix test on Intel + - perf tools: Handle old data in PERF_RECORD_ATTR + - perf build: Include generated header files properly + - perf hists browser: Fix the number of entries for 'e' key + - drm/amd/display: always switch off ODM before committing more streams + - drm/amd/display: Remove wait while locked + - drm/amdkfd: Add missing gfx11 MQD manager callbacks + - drm/amdgpu: register a dirty framebuffer callback for fbcon + - bpf: fix bpf_probe_read_kernel prototype mismatch + - regulator: raa215300: Change the scope of the variables {clkin_name, + xin_name} + - regulator: raa215300: Fix resource leak in case of error + - parisc: sba_iommu: Fix build warning if procfs if disabled + - kunit: Fix wild-memory-access bug in kunit_free_suite_set() + - net: ipv4: fix one memleak in __inet_del_ifa() + - kselftest/runner.sh: Propagate SIGTERM to runner child + - selftests: Keep symlinks, when possible + - selftests/ftrace: Fix dependencies for some of the synthetic event tests + - net: microchip: vcap api: Fix possible memory leak for vcap_dup_rule() + - octeontx2-pf: Fix page pool cache index corruption. + - net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in + smcr_port_add + - net: stmmac: fix handling of zero coalescing tx-usecs + - net: ethernet: mvpp2_main: fix possible OOB write in + mvpp2_ethtool_get_rxnfc() + - net: ethernet: mtk_eth_soc: fix possible NULL pointer dereference in + mtk_hwlro_get_fdir_all() + - hsr: Fix uninit-value access in fill_frame_info() + - net: ethernet: adi: adin1110: use eth_broadcast_addr() to assign broadcast + address + - net:ethernet:adi:adin1110: Fix forwarding offload + - net: dsa: sja1105: hide all multicast addresses from "bridge fdb show" + - net: dsa: sja1105: propagate exact error code from + sja1105_dynamic_config_poll_valid() + - net: dsa: sja1105: fix multicast forwarding working only for last added mdb + entry + - net: dsa: sja1105: serialize sja1105_port_mcast_flood() with other FDB + accesses + - net: dsa: sja1105: block FDB accesses that are concurrent with a switch + reset + - r8152: check budget for r8152_poll() + - kcm: Fix memory leak in error path of kcm_sendmsg() + - platform/mellanox: mlxbf-tmfifo: Drop the Rx packet if no more descriptors + - platform/mellanox: mlxbf-tmfifo: Drop jumbo frames + - platform/mellanox: mlxbf-pmc: Fix potential buffer overflows + - platform/mellanox: mlxbf-pmc: Fix reading of unprogrammed events + - platform/mellanox: NVSW_SN2201 should depend on ACPI + - [Config] updateconfigs for NVSW_SN2201 + - net: macb: fix sleep inside spinlock + - veth: Update XDP feature set when bringing up device + - ipv6: fix ip6_sock_set_addr_preferences() typo + - tcp: Factorise sk_family-independent comparison in + inet_bind2_bucket_match(_addr_any). + - tcp: Fix bind() regression for v4-mapped-v6 wildcard address. + - tcp: Fix bind() regression for v4-mapped-v6 non-wildcard address. + - selftest: tcp: Fix address length in bind_wildcard.c. + - ixgbe: fix timestamp configuration code + - igb: clean up in all error paths when enabling SR-IOV + - net: renesas: rswitch: Fix unmasking irq condition + - kcm: Fix error handling for SOCK_DGRAM in kcm_sendmsg(). + - vm: fix move_vma() memory accounting being off + - drm/amd/display: Fix a bug when searching for insert_above_mpcc + - Linux 6.5.4 + + * CVE-2023-6176 + - net/tls: do not free tls_rec on async operation in bpf_exec_tx_verdict() + + -- Roxana Nicolescu Fri, 05 Jan 2024 15:57:56 +0100 + +linux (6.5.0-14.14) mantic; urgency=medium + + * mantic/linux: 6.5.0-14.14 -proposed tracker (LP: #2042660) + + * Boot log print hang on screen, no login prompt on Aspeed 2600 rev 52 BMC + (LP: #2042850) + - drm/ast: Add BMC virtual connector + + * arm64 atomic issues cause disk corruption (LP: #2042573) + - locking/atomic: scripts: fix fallback ifdeffery + + * Packaging resync (LP: #1786013) + - [Packaging] update annotations scripts + + -- Roxana Nicolescu Tue, 14 Nov 2023 14:46:30 +0100 + +linux (6.5.0-12.12) mantic; urgency=medium + + * mantic/linux: 6.5.0-12.12 -proposed tracker (LP: #2041536) + + * Packaging resync (LP: #1786013) + - [Packaging] update annotations scripts + - [Packaging] update helper scripts + - debian/dkms-versions -- update from kernel-versions (main/2023.10.30) + + * CVE-2023-5633 + - drm/vmwgfx: Keep a gem reference to user bos in surfaces + + * CVE-2023-5345 + - fs/smb/client: Reset password pointer to NULL + + * CVE-2023-39189 + - netfilter: nfnetlink_osf: avoid OOB read + + * CVE-2023-4244 + - netfilter: nft_set_rbtree: skip sync GC for new elements in this transaction + + * apparmor restricts read access of user namespace mediation sysctls to root + (LP: #2040194) + - SAUCE: apparmor: open userns related sysctl so lxc can check if restriction + are in place + + * AppArmor spams kernel log with assert when auditing (LP: #2040192) + - SAUCE: apparmor: fix request field from a prompt reply that denies all + access + + * apparmor notification files verification (LP: #2040250) + - SAUCE: apparmor: fix notification header size + + * apparmor oops when racing to retrieve a notification (LP: #2040245) + - SAUCE: apparmor: fix oops when racing to retrieve notification + + * SMC stats: Wrong bucket calculation for payload of exactly 4096 bytes + (LP: #2039575) + - net/smc: Fix pos miscalculation in statistics + + * Support mipi camera on Intel Meteor Lake platform (LP: #2031412) + - SAUCE: iommu: intel-ipu: use IOMMU passthrough mode for Intel IPUs on Meteor + Lake + - SAUCE: platform/x86: int3472: Add handshake GPIO function + + * CVE-2023-45898 + - ext4: fix slab-use-after-free in ext4_es_insert_extent() + + * CVE-2023-31085 + - ubi: Refuse attaching if mtd's erasesize is 0 + + * CVE-2023-5717 + - perf: Disallow mis-matched inherited group reads + + * CVE-2023-5178 + - nvmet-tcp: Fix a possible UAF in queue intialization setup + + * CVE-2023-5158 + - vringh: don't use vringh_kiov_advance() in vringh_iov_xfer() + + * CVE-2023-5090 + - x86: KVM: SVM: always update the x2avic msr interception + + * [SRU][J/L/M] UBUNTU: [Packaging] Make WWAN driver a loadable module + (LP: #2033406) + - [Packaging] Make WWAN driver loadable modules + + * Unable to power off the system with MTL CPU (LP: #2039405) + - Revert "x86/smp: Put CPUs into INIT on shutdown if possible" + + * usbip: error: failed to open /usr/share/hwdata//usb.ids (LP: #2039439) + - [Packaging] Make linux-tools-common depend on hwdata + + * drop all references to is_rust_module.sh in kernels >= 6.5 (LP: #2038611) + - [Packaging] drop references to is_rust_module.sh + + * disable shiftfs (LP: #2038522) + - SAUCE: ceph: enable unsafe idmapped mounts by default + - [Config] disable shiftfs + + * Infinite systemd loop when power off the machine with multiple MD RAIDs + (LP: #2036184) + - md: Put the right device in md_seq_next + + * [Mediatek] mt8195-demo: enable CONFIG_MTK_IOMMU as module for multimedia and + PCIE peripherals (LP: #2036587) + - [Config] Enable CONFIG_MTK_IOMMU on arm64 + + * Realtek 8852CE WiFi 6E country code udpates (LP: #2037273) + - wifi: rtw89: regd: update regulatory map to R64-R43 + + * Unable to use nvme drive to install Ubuntu 23.10 (LP: #2040157) + - misc: rtsx: Fix some platforms can not boot and move the l1ss judgment to + probe + + * CVE-2023-42754 + - ipv4: fix null-deref in ipv4_link_failure + + * linux-*: please enable dm-verity kconfigs to allow MoK/db verified root + images (LP: #2019040) + - [Config] CONFIG_DM_VERITY_VERIFY_ROOTHASH_SIG_SECONDARY_KEYRING=y + + * Fix RCU warning on AMD laptops (LP: #2036377) + - power: supply: core: Use blocking_notifier_call_chain to avoid RCU complaint + + * allow io_uring to be disabled in runtime (LP: #2035116) + - io_uring: add a sysctl to disable io_uring system-wide + + * Fix unstable audio at low levels on Thinkpad P1G4 (LP: #2037077) + - ALSA: hda/realtek - ALC287 I2S speaker platform support + + -- Roxana Nicolescu Mon, 30 Oct 2023 13:08:56 +0100 + +linux (6.5.0-10.10) mantic; urgency=medium + + * mantic/linux: 6.5.0-10.10 -proposed tracker (LP: #2039204) + + * CVE-2023-4921 + - net: sched: sch_qfq: Fix UAF in qfq_dequeue() + + * CVE-2023-42756 + - netfilter: ipset: Fix race between IPSET_CMD_CREATE and IPSET_CMD_SWAP + + * CVE-2023-4881 + - netfilter: nftables: exthdr: fix 4-byte stack OOB write + + * CVE-2023-5197 + - netfilter: nf_tables: disallow rule removal from chain binding + + -- Stefan Bader Fri, 13 Oct 2023 11:43:15 +0200 + +linux (6.5.0-9.9) mantic; urgency=medium + + * mantic/linux: 6.5.0-9.9 -proposed tracker (LP: #2038687) + + * update apparmor and LSM stacking patch set (LP: #2028253) + - re-apply apparmor 4.0.0 + + * Disable restricting unprivileged change_profile by default, due to LXD + latest/stable not yet compatible with this new apparmor feature + (LP: #2038567) + - SAUCE: apparmor: Make apparmor_restrict_unprivileged_unconfined opt-in + + -- Andrea Righi Fri, 06 Oct 2023 21:03:52 +0200 + +linux (6.5.0-8.8) mantic; urgency=medium + + * mantic/linux: 6.5.0-8.8 -proposed tracker (LP: #2038577) + + * update apparmor and LSM stacking patch set (LP: #2028253) + - SAUCE: apparmor3.2.0 [02/60]: rename SK_CTX() to aa_sock and make it an + inline fn + - SAUCE: apparmor3.2.0 [05/60]: Add sysctls for additional controls of unpriv + userns restrictions + - SAUCE: apparmor3.2.0 [08/60]: Stacking v38: LSM: Identify modules by more + than name + - SAUCE: apparmor3.2.0 [09/60]: Stacking v38: LSM: Add an LSM identifier for + external use + - SAUCE: apparmor3.2.0 [10/60]: Stacking v38: LSM: Identify the process + attributes for each module + - SAUCE: apparmor3.2.0 [11/60]: Stacking v38: LSM: Maintain a table of LSM + attribute data + - SAUCE: apparmor3.2.0 [12/60]: Stacking v38: proc: Use lsmids instead of lsm + names for attrs + - SAUCE: apparmor3.2.0 [13/60]: Stacking v38: integrity: disassociate + ima_filter_rule from security_audit_rule + - SAUCE: apparmor3.2.0 [14/60]: Stacking v38: LSM: Infrastructure management + of the sock security + - SAUCE: apparmor3.2.0 [15/60]: Stacking v38: LSM: Add the lsmblob data + structure. + - SAUCE: apparmor3.2.0 [16/60]: Stacking v38: LSM: provide lsm name and id + slot mappings + - SAUCE: apparmor3.2.0 [17/60]: Stacking v38: IMA: avoid label collisions with + stacked LSMs + - SAUCE: apparmor3.2.0 [18/60]: Stacking v38: LSM: Use lsmblob in + security_audit_rule_match + - SAUCE: apparmor3.2.0 [19/60]: Stacking v38: LSM: Use lsmblob in + security_kernel_act_as + - SAUCE: apparmor3.2.0 [20/60]: Stacking v38: LSM: Use lsmblob in + security_secctx_to_secid + - SAUCE: apparmor3.2.0 [21/60]: Stacking v38: LSM: Use lsmblob in + security_secid_to_secctx + - SAUCE: apparmor3.2.0 [22/60]: Stacking v38: LSM: Use lsmblob in + security_ipc_getsecid + - SAUCE: apparmor3.2.0 [23/60]: Stacking v38: LSM: Use lsmblob in + security_current_getsecid + - SAUCE: apparmor3.2.0 [24/60]: Stacking v38: LSM: Use lsmblob in + security_inode_getsecid + - SAUCE: apparmor3.2.0 [25/60]: Stacking v38: LSM: Use lsmblob in + security_cred_getsecid + - SAUCE: apparmor3.2.0 [26/60]: Stacking v38: LSM: Specify which LSM to + display + - SAUCE: apparmor3.2.0 [28/60]: Stacking v38: LSM: Ensure the correct LSM + context releaser + - SAUCE: apparmor3.2.0 [29/60]: Stacking v38: LSM: Use lsmcontext in + security_secid_to_secctx + - SAUCE: apparmor3.2.0 [30/60]: Stacking v38: LSM: Use lsmcontext in + security_inode_getsecctx + - SAUCE: apparmor3.2.0 [31/60]: Stacking v38: Use lsmcontext in + security_dentry_init_security + - SAUCE: apparmor3.2.0 [32/60]: Stacking v38: LSM: security_secid_to_secctx in + netlink netfilter + - SAUCE: apparmor3.2.0 [33/60]: Stacking v38: NET: Store LSM netlabel data in + a lsmblob + - SAUCE: apparmor3.2.0 [34/60]: Stacking v38: binder: Pass LSM identifier for + confirmation + - SAUCE: apparmor3.2.0 [35/60]: Stacking v38: LSM: security_secid_to_secctx + module selection + - SAUCE: apparmor3.2.0 [36/60]: Stacking v38: Audit: Keep multiple LSM data in + audit_names + - SAUCE: apparmor3.2.0 [37/60]: Stacking v38: Audit: Create audit_stamp + structure + - SAUCE: apparmor3.2.0 [38/60]: Stacking v38: LSM: Add a function to report + multiple LSMs + - SAUCE: apparmor3.2.0 [39/60]: Stacking v38: Audit: Allow multiple records in + an audit_buffer + - SAUCE: apparmor3.2.0 [40/60]: Stacking v38: Audit: Add record for multiple + task security contexts + - SAUCE: apparmor3.2.0 [41/60]: Stacking v38: audit: multiple subject lsm + values for netlabel + - SAUCE: apparmor3.2.0 [42/60]: Stacking v38: Audit: Add record for multiple + object contexts + - SAUCE: apparmor3.2.0 [43/60]: Stacking v38: netlabel: Use a struct lsmblob + in audit data + - SAUCE: apparmor3.2.0 [44/60]: Stacking v38: LSM: Removed scaffolding + function lsmcontext_init + - SAUCE: apparmor3.2.0 [45/60]: Stacking v38: AppArmor: Remove the exclusive + flag + - SAUCE: apparmor3.2.0 [46/60]: combine common_audit_data and + apparmor_audit_data + - SAUCE: apparmor3.2.0 [47/60]: setup slab cache for audit data + - SAUCE: apparmor3.2.0 [48/60]: rename audit_data->label to + audit_data->subj_label + - SAUCE: apparmor3.2.0 [49/60]: pass cred through to audit info. + - SAUCE: apparmor3.2.0 [50/60]: Improve debug print infrastructure + - SAUCE: apparmor3.2.0 [51/60]: add the ability for profiles to have a + learning cache + - SAUCE: apparmor3.2.0 [52/60]: enable userspace upcall for mediation + - SAUCE: apparmor3.2.0 [53/60]: cache buffers on percpu list if there is lock + contention + - SAUCE: apparmor3.2.0 [55/60]: advertise availability of exended perms + - SAUCE: apparmor3.2.0 [60/60]: [Config] enable + CONFIG_SECURITY_APPARMOR_RESTRICT_USERNS + + * LSM stacking and AppArmor for 6.2: additional fixes (LP: #2017903) // update + apparmor and LSM stacking patch set (LP: #2028253) + - SAUCE: apparmor3.2.0 [57/60]: fix profile verification and enable it + + * udev fails to make prctl() syscall with apparmor=0 (as used by maas by + default) (LP: #2016908) // update apparmor and LSM stacking patch set + (LP: #2028253) + - SAUCE: apparmor3.2.0 [27/60]: Stacking v38: Fix prctl() syscall with + apparmor=0 + + * kinetic: apply new apparmor and LSM stacking patch set (LP: #1989983) // + update apparmor and LSM stacking patch set (LP: #2028253) + - SAUCE: apparmor3.2.0 [01/60]: add/use fns to print hash string hex value + - SAUCE: apparmor3.2.0 [03/60]: patch to provide compatibility with v2.x net + rules + - SAUCE: apparmor3.2.0 [04/60]: add user namespace creation mediation + - SAUCE: apparmor3.2.0 [06/60]: af_unix mediation + - SAUCE: apparmor3.2.0 [07/60]: Add fine grained mediation of posix mqueues + + -- Andrea Righi Fri, 06 Oct 2023 07:34:00 +0200 + +linux (6.5.0-7.7) mantic; urgency=medium + + * mantic/linux: 6.5.0-7.7 -proposed tracker (LP: #2037611) + + * kexec enable to load/kdump zstd compressed zimg (LP: #2037398) + - [Packaging] Revert arm64 image format to Image.gz + + * Mantic minimized/minimal cloud images do not receive IP address during + provisioning (LP: #2036968) + - [Config] Enable virtio-net as built-in to avoid race + + * Miscellaneous Ubuntu changes + - SAUCE: Add mdev_set_iommu_device() kABI + - [Config] update gcc version in annotations + + -- Andrea Righi Thu, 28 Sep 2023 10:19:24 +0200 + +linux (6.5.0-6.6) mantic; urgency=medium + + * mantic/linux: 6.5.0-6.6 -proposed tracker (LP: #2035595) + + * Mantic update: v6.5.3 upstream stable release (LP: #2035588) + - drm/amd/display: ensure async flips are only accepted for fast updates + - cpufreq: intel_pstate: set stale CPU frequency to minimum + - tpm: Enable hwrng only for Pluton on AMD CPUs + - Input: i8042 - add quirk for TUXEDO Gemini 17 Gen1/Clevo PD70PN + - Revert "fuse: in fuse_flush only wait if someone wants the return code" + - Revert "f2fs: clean up w/ sbi->log_sectors_per_block" + - Revert "PCI: tegra194: Enable support for 256 Byte payload" + - Revert "net: macsec: preserve ingress frame ordering" + - reiserfs: Check the return value from __getblk() + - splice: always fsnotify_access(in), fsnotify_modify(out) on success + - splice: fsnotify_access(fd)/fsnotify_modify(fd) in vmsplice + - splice: fsnotify_access(in), fsnotify_modify(out) on success in tee + - eventfd: prevent underflow for eventfd semaphores + - fs: Fix error checking for d_hash_and_lookup() + - iomap: Remove large folio handling in iomap_invalidate_folio() + - tmpfs: verify {g,u}id mount options correctly + - selftests/harness: Actually report SKIP for signal tests + - vfs, security: Fix automount superblock LSM init problem, preventing NFS sb + sharing + - ARM: ptrace: Restore syscall restart tracing + - ARM: ptrace: Restore syscall skipping for tracers + - btrfs: zoned: skip splitting and logical rewriting on pre-alloc write + - erofs: release ztailpacking pclusters properly + - locking/arch: Avoid variable shadowing in local_try_cmpxchg() + - refscale: Fix uninitalized use of wait_queue_head_t + - clocksource: Handle negative skews in "skew is too large" messages + - powercap: arm_scmi: Remove recursion while parsing zones + - OPP: Fix potential null ptr dereference in dev_pm_opp_get_required_pstate() + - OPP: Fix passing 0 to PTR_ERR in _opp_attach_genpd() + - selftests/resctrl: Add resctrl.h into build deps + - selftests/resctrl: Don't leak buffer in fill_cache() + - selftests/resctrl: Unmount resctrl FS if child fails to run benchmark + - selftests/resctrl: Close perf value read fd on errors + - sched/fair: remove util_est boosting + - arm64/ptrace: Clean up error handling path in sve_set_common() + - sched/psi: Select KERNFS as needed + - cpuidle: teo: Update idle duration estimate when choosing shallower state + - x86/decompressor: Don't rely on upper 32 bits of GPRs being preserved + - arm64/fpsimd: Only provide the length to cpufeature for xCR registers + - sched/rt: Fix sysctl_sched_rr_timeslice intial value + - perf/imx_ddr: don't enable counter0 if none of 4 counters are used + - selftests/futex: Order calls to futex_lock_pi + - irqchip/loongson-eiointc: Fix return value checking of eiointc_index + - ACPI: x86: s2idle: Post-increment variables when getting constraints + - ACPI: x86: s2idle: Fix a logic error parsing AMD constraints table + - thermal/of: Fix potential uninitialized value access + - cpufreq: amd-pstate-ut: Remove module parameter access + - cpufreq: amd-pstate-ut: Fix kernel panic when loading the driver + - tools/nolibc: arch-*.h: add missing space after ',' + - tools/nolibc: fix up startup failures for -O0 under gcc < 11.1.0 + - x86/efistub: Fix PCI ROM preservation in mixed mode + - cpufreq: powernow-k8: Use related_cpus instead of cpus in driver.exit() + - cpufreq: tegra194: add online/offline hooks + - cpufreq: tegra194: remove opp table in exit hook + - selftests/bpf: Fix bpf_nf failure upon test rerun + - libbpf: only reset sec_def handler when necessary + - bpftool: use a local copy of perf_event to fix accessing :: Bpf_cookie + - bpftool: Define a local bpf_perf_link to fix accessing its fields + - bpftool: Use a local copy of BPF_LINK_TYPE_PERF_EVENT in pid_iter.bpf.c + - bpftool: Use a local bpf_perf_event_value to fix accessing its fields + - libbpf: Fix realloc API handling in zero-sized edge cases + - bpf: Clear the probe_addr for uprobe + - bpf: Fix an error around PTR_UNTRUSTED + - bpf: Fix an error in verifying a field in a union + - crypto: qat - change value of default idle filter + - tcp: tcp_enter_quickack_mode() should be static + - hwrng: nomadik - keep clock enabled while hwrng is registered + - hwrng: pic32 - use devm_clk_get_enabled + - regmap: maple: Use alloc_flags for memory allocations + - regmap: rbtree: Use alloc_flags for memory allocations + - wifi: mt76: mt7996: fix header translation logic + - wifi: mt76: mt7915: fix background radar event being blocked + - wifi: mt76: mt7915: rework tx packets counting when WED is active + - wifi: mt76: mt7915: rework tx bytes counting when WED is active + - wifi: mt76: mt7921: fix non-PSC channel scan fail + - wifi: mt76: mt7996: fix bss wlan_idx when sending bss_info command + - wifi: mt76: mt7996: use correct phy for background radar event + - wifi: mt76: mt7996: fix WA event ring size + - udp: re-score reuseport groups when connected sockets are present + - bpf: reject unhashed sockets in bpf_sk_assign + - wifi: mt76: mt7915: fix command timeout in AP stop period + - wifi: mt76: mt7915: fix capabilities in non-AP mode + - wifi: mt76: mt7915: remove VHT160 capability on MT7915 + - wifi: mt76: testmode: add nla_policy for MT76_TM_ATTR_TX_LENGTH + - spi: tegra20-sflash: fix to check return value of platform_get_irq() in + tegra_sflash_probe() + - can: gs_usb: gs_usb_receive_bulk_callback(): count RX overflow errors also + in case of OOM + - can: tcan4x5x: Remove reserved register 0x814 from writable table + - wifi: mt76: mt7915: fix tlv length of mt7915_mcu_get_chan_mib_info + - wifi: mt76: mt7915: fix power-limits while chan_switch + - wifi: rtw89: Fix loading of compressed firmware + - wifi: mwifiex: Fix OOB and integer underflow when rx packets + - wifi: mwifiex: fix error recovery in PCIE buffer descriptor management + - wifi: ath11k: fix band selection for ppdu received in channel 177 of 5 GHz + - wifi: ath12k: fix memcpy array overflow in ath12k_peer_assoc_h_he() + - selftests/bpf: fix static assert compilation issue for test_cls_*.c + - power: supply: qcom_pmi8998_charger: fix uninitialized variable + - spi: mpc5xxx-psc: Fix unsigned expression compared with zero + - crypto: af_alg - Fix missing initialisation affecting gcm-aes-s390 + - bpf: fix bpf_dynptr_slice() to stop return an ERR_PTR. + - kbuild: rust_is_available: remove -v option + - kbuild: rust_is_available: fix version check when CC has multiple arguments + - kbuild: rust_is_available: add check for `bindgen` invocation + - kbuild: rust_is_available: fix confusion when a version appears in the path + - crypto: stm32 - Properly handle pm_runtime_get failing + - crypto: api - Use work queue in crypto_destroy_instance + - Bluetooth: ISO: Add support for connecting multiple BISes + - Bluetooth: ISO: do not emit new LE Create CIS if previous is pending + - Bluetooth: nokia: fix value check in nokia_bluetooth_serdev_probe() + - Bluetooth: ISO: Fix not checking for valid CIG/CIS IDs + - Bluetooth: hci_conn: Fix not allowing valid CIS ID + - Bluetooth: hci_conn: Fix hci_le_set_cig_params + - Bluetooth: Fix potential use-after-free when clear keys + - Bluetooth: hci_sync: Don't double print name in add/remove adv_monitor + - Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_add_adv_monitor() + - Bluetooth: hci_conn: Always allocate unique handles + - Bluetooth: hci_event: drop only unbound CIS if Set CIG Parameters fails + - net: tcp: fix unexcepted socket die when snd_wnd is 0 + - net: pcs: lynx: fix lynx_pcs_link_up_sgmii() not doing anything in fixed- + link mode + - libbpf: Set close-on-exec flag on gzopen + - selftests/bpf: Fix repeat option when kfunc_call verification fails + - selftests/bpf: Clean up fmod_ret in bench_rename test script + - net: hns3: move dump regs function to a separate file + - net: hns3: Support tlv in regs data for HNS3 PF driver + - net: hns3: fix wrong rpu tln reg issue + - net-memcg: Fix scope of sockmem pressure indicators + - ice: ice_aq_check_events: fix off-by-one check when filling buffer + - crypto: caam - fix unchecked return value error + - hwrng: iproc-rng200 - Implement suspend and resume calls + - lwt: Fix return values of BPF xmit ops + - lwt: Check LWTUNNEL_XMIT_CONTINUE strictly + - usb: typec: tcpm: set initial svdm version based on pd revision + - usb: typec: bus: verify partner exists in typec_altmode_attention + - USB: core: Unite old scheme and new scheme descriptor reads + - USB: core: Change usb_get_device_descriptor() API + - USB: core: Fix race by not overwriting udev->descriptor in hub_port_init() + - scripts/gdb: fix 'lx-lsmod' show the wrong size + - nmi_backtrace: allow excluding an arbitrary CPU + - watchdog/hardlockup: avoid large stack frames in watchdog_hardlockup_check() + - fs: ocfs2: namei: check return value of ocfs2_add_entry() + - net: lan966x: Fix return value check for vcap_get_rule() + - net: annotate data-races around sk->sk_lingertime + - hwmon: (asus-ec-sensosrs) fix mutex path for X670E Hero + - wifi: mwifiex: fix memory leak in mwifiex_histogram_read() + - wifi: mwifiex: Fix missed return in oob checks failed path + - wifi: rtw89: 8852b: rfk: fine tune IQK parameters to improve performance on + 2GHz band + - selftests: memfd: error out test process when child test fails + - samples/bpf: fix bio latency check with tracepoint + - samples/bpf: fix broken map lookup probe + - wifi: ath9k: fix races between ath9k_wmi_cmd and ath9k_wmi_ctrl_rx + - wifi: ath9k: protect WMI command response buffer replacement with a lock + - bpf: Fix a bpf_kptr_xchg() issue with local kptr + - wifi: mac80211: fix puncturing bitmap handling in CSA + - wifi: nl80211/cfg80211: add forgotten nla_policy for BSS color attribute + - mac80211: make ieee80211_tx_info padding explicit + - bpf: Fix check_func_arg_reg_off bug for graph root/node + - wifi: mwifiex: avoid possible NULL skb pointer dereference + - Bluetooth: hci_conn: Consolidate code for aborting connections + - Bluetooth: ISO: Notify user space about failed bis connections + - Bluetooth: hci_sync: Fix UAF on hci_abort_conn_sync + - Bluetooth: hci_sync: Fix UAF in hci_disconnect_all_sync + - Bluetooth: hci_conn: fail SCO/ISO via hci_conn_failed if ACL gone early + - Bluetooth: btusb: Do not call kfree_skb() under spin_lock_irqsave() + - arm64: mm: use ptep_clear() instead of pte_clear() in clear_flush() + - net/mlx5: Dynamic cyclecounter shift calculation for PTP free running clock + - wifi: ath9k: use IS_ERR() with debugfs_create_dir() + - ice: avoid executing commands on other ports when driving sync + - octeontx2-pf: fix page_pool creation fail for rings > 32k + - net: arcnet: Do not call kfree_skb() under local_irq_disable() + - kunit: Fix checksum tests on big endian CPUs + - mlxsw: i2c: Fix chunk size setting in output mailbox buffer + - mlxsw: i2c: Limit single transaction buffer size + - mlxsw: core_hwmon: Adjust module label names based on MTCAP sensor counter + - crypto: qat - fix crypto capability detection for 4xxx + - hwmon: (tmp513) Fix the channel number in tmp51x_is_visible() + - octeontx2-pf: Fix PFC TX scheduler free + - octeontx2-af: CN10KB: fix PFC configuration + - cteonxt2-pf: Fix backpressure config for multiple PFC priorities to work + simultaneously + - sfc: Check firmware supports Ethernet PTP filter + - net/sched: sch_hfsc: Ensure inner classes have fsc curve + - pds_core: protect devlink callbacks from fw_down state + - pds_core: no health reporter in VF + - pds_core: no reset command for VF + - pds_core: check for work queue before use + - pds_core: pass opcode to devcmd_wait + - netrom: Deny concurrent connect(). + - drm/bridge: tc358764: Fix debug print parameter order + - ASoC: soc-compress: Fix deadlock in soc_compr_open_fe + - ASoC: cs43130: Fix numerator/denominator mixup + - drm: bridge: dw-mipi-dsi: Fix enable/disable of DSI controller + - quota: factor out dquot_write_dquot() + - quota: rename dquot_active() to inode_quota_active() + - quota: add new helper dquot_active() + - quota: fix dqput() to follow the guarantees dquot_srcu should provide + - drm/amd/display: Do not set drr on pipe commit + - drm/hyperv: Fix a compilation issue because of not including screen_info.h + - ASoC: stac9766: fix build errors with REGMAP_AC97 + - soc: qcom: ocmem: Fix NUM_PORTS & NUM_MACROS macros + - arm64: defconfig: enable Qualcomm MSM8996 Global Clock Controller as built- + in + - arm64: dts: qcom: sm8150: use proper DSI PHY compatible + - arm64: dts: qcom: sm6350: Fix ZAP region + - Revert "arm64: dts: qcom: msm8996: rename labels for HDMI nodes" + - arm64: dts: qcom: sm8250: correct dynamic power coefficients + - arm64: dts: qcom: sm8450: correct crypto unit address + - arm64: dts: qcom: msm8916-l8150: correct light sensor VDDIO supply + - arm64: dts: qcom: sm8250-edo: Add gpio line names for TLMM + - arm64: dts: qcom: sm8250-edo: Add GPIO line names for PMIC GPIOs + - arm64: dts: qcom: sm8250-edo: Rectify gpio-keys + - arm64: dts: qcom: sc8280xp-crd: Correct vreg_misc_3p3 GPIO + - arm64: dts: qcom: sc8280xp: Add missing SCM interconnect + - arm64: dts: qcom: msm8939: Drop "qcom,idle-state-spc" compatible + - arm64: dts: qcom: msm8939: Add missing 'cache-unified' to L2 + - arm64: dts: qcom: msm8996: Add missing interrupt to the USB2 controller + - arm64: dts: qcom: sdm845-tama: Set serial indices and stdout-path + - arm64: dts: qcom: sm8350: Fix CPU idle state residency times + - arm64: dts: qcom: sm8350: Add missing LMH interrupts to cpufreq + - arm64: dts: qcom: sc8180x: Fix cluster PSCI suspend param + - arm64: dts: qcom: sm8350: Use proper CPU compatibles + - arm64: dts: qcom: pm8350: fix thermal zone name + - arm64: dts: qcom: pm8350b: fix thermal zone name + - arm64: dts: qcom: pmr735b: fix thermal zone name + - arm64: dts: qcom: pmk8350: fix ADC-TM compatible string + - arm64: dts: qcom: sm8450-hdk: remove pmr735b PMIC inclusion + - arm64: dts: qcom: sm8250: Mark PCIe hosts as DMA coherent + - arm64: dts: qcom: minor whitespace cleanup around '=' + - arm64: dts: qcom: sm8250: Mark SMMUs as DMA coherent + - ARM: dts: stm32: Add missing detach mailbox for emtrion emSBC-Argon + - ARM: dts: stm32: Add missing detach mailbox for Odyssey SoM + - ARM: dts: stm32: Add missing detach mailbox for DHCOM SoM + - ARM: dts: stm32: Add missing detach mailbox for DHCOR SoM + - firmware: ti_sci: Use system_state to determine polling + - drm/amdgpu: avoid integer overflow warning in amdgpu_device_resize_fb_bar() + - ARM: dts: BCM53573: Drop nonexistent "default-off" LED trigger + - ARM: dts: BCM53573: Drop nonexistent #usb-cells + - ARM: dts: BCM53573: Add cells sizes to PCIe node + - ARM: dts: BCM53573: Use updated "spi-gpio" binding properties + - arm64: tegra: Add missing alias for NVIDIA IGX Orin + - arm64: tegra: Fix HSUART for Jetson AGX Orin + - arm64: dts: qcom: sm8250-sony-xperia: correct GPIO keys wakeup again + - arm64: dts: qcom: pm6150l: Add missing short interrupt + - arm64: dts: qcom: pm660l: Add missing short interrupt + - arm64: dts: qcom: pmi8950: Add missing OVP interrupt + - arm64: dts: qcom: pmi8994: Add missing OVP interrupt + - arm64: dts: qcom: sc8180x: Add missing 'cache-unified' to L3 + - arm64: tegra: Fix HSUART for Smaug + - drm/etnaviv: fix dumping of active MMU context + - block: cleanup queue_wc_store + - block: don't allow enabling a cache on devices that don't support it + - blk-flush: fix rq->flush.seq for post-flush requests + - x86/mm: Fix PAT bit missing from page protection modify mask + - drm/bridge: anx7625: Use common macros for DP power sequencing commands + - drm/bridge: anx7625: Use common macros for HDCP capabilities + - ARM: dts: samsung: s3c6410-mini6410: correct ethernet reg addresses (split) + - ARM: dts: samsung: s5pv210-smdkv210: correct ethernet reg addresses (split) + - drm: adv7511: Fix low refresh rate register for ADV7533/5 + - ARM: dts: BCM53573: Fix Ethernet info for Luxul devices + - arm64: dts: qcom: sdm845: Add missing RPMh power domain to GCC + - arm64: dts: qcom: sdm845: Fix the min frequency of "ice_core_clk" + - arm64: dts: qcom: sc8180x: Fix LLCC reg property + - arm64: dts: qcom: msm8996-gemini: fix touchscreen VIO supply + - arm64: dts: qcom: sc8180x-pmics: add missing qcom,spmi-gpio fallbacks + - arm64: dts: qcom: sc8180x-pmics: add missing gpio-ranges + - arm64: dts: qcom: sc8180x-pmics: align SPMI PMIC Power-on node name with + dtschema + - arm64: dts: qcom: sc8180x-pmics: align LPG node name with dtschema + - dt-bindings: arm: msm: kpss-acc: Make the optional reg truly optional + - drm/amdgpu: Update min() to min_t() in 'amdgpu_info_ioctl' + - drm/amdgpu: Use seq_puts() instead of seq_printf() + - arm64: dts: rockchip: Fix PCIe regulators on Radxa E25 + - arm64: dts: rockchip: Enable SATA on Radxa E25 + - ASoC: loongson: drop of_match_ptr for OF device id + - ASoC: fsl: fsl_qmc_audio: Fix snd_pcm_format_t values handling + - md: restore 'noio_flag' for the last mddev_resume() + - md/raid10: factor out dereference_rdev_and_rrdev() + - md/raid10: use dereference_rdev_and_rrdev() to get devices + - md/md-bitmap: remove unnecessary local variable in backlog_store() + - md/md-bitmap: hold 'reconfig_mutex' in backlog_store() + - drm/msm: Update dev core dump to not print backwards + - drm/tegra: dpaux: Fix incorrect return value of platform_get_irq + - of: unittest: fix null pointer dereferencing in + of_unittest_find_node_by_name() + - arm64: dts: qcom: sm8150: Fix the I2C7 interrupt + - drm/ast: report connection status on Display Port. + - ARM: dts: BCM53573: Fix Tenda AC9 switch CPU port + - drm/armada: Fix off-by-one error in armada_overlay_get_property() + - drm/repaper: Reduce temporary buffer size in repaper_fb_dirty() + - drm/panel: simple: Add missing connector type and pixel format for AUO + T215HVN01 + - ima: Remove deprecated IMA_TRUSTED_KEYRING Kconfig + - drm: xlnx: zynqmp_dpsub: Add missing check for dma_set_mask + - drm/msm/dpu: increase memtype count to 16 for sm8550 + - drm/msm/dpu: inline DSC_BLK and DSC_BLK_1_2 macros + - drm/msm/dpu: fix DSC 1.2 block lengths + - drm/msm/dpu1: Rename sm8150_dspp_blk to sdm845_dspp_blk + - drm/msm/dpu: Define names for unnamed sblks + - drm/msm/dpu: fix DSC 1.2 enc subblock length + - arm64: dts: qcom: sm8550-mtp: Add missing supply for L1B regulator + - soc: qcom: smem: Fix incompatible types in comparison + - drm/msm/mdp5: Don't leak some plane state + - firmware: meson_sm: fix to avoid potential NULL pointer dereference + - drm/msm/dpu: fix the irq index in dpu_encoder_phys_wb_wait_for_commit_done + - arm64: dts: ti: k3-j784s4-evm: Correct Pin mux offset for ospi + - arm64: dts: ti: k3-j721s2: correct pinmux offset for ospi + - smackfs: Prevent underflow in smk_set_cipso() + - drm/amdgpu: Sort the includes in amdgpu/amdgpu_drv.c + - drm/amdgpu: Move vram, gtt & flash defines to amdgpu_ ttm & _psp.h + - drm/amd/pm: fix variable dereferenced issue in amdgpu_device_attr_create() + - drm/msm/a2xx: Call adreno_gpu_init() earlier + - drm/msm/a6xx: Fix GMU lockdep splat + - ASoC: SOF: Intel: hda-mlink: fix off-by-one error + - ASoC: SOF: Intel: fix u16/32 confusion in LSDIID + - drm/mediatek: Fix uninitialized symbol + - audit: fix possible soft lockup in __audit_inode_child() + - block/mq-deadline: use correct way to throttling write requests + - io_uring: fix drain stalls by invalid SQE + - block: move the BIO_CLONED checks out of __bio_try_merge_page + - block: move the bi_vcnt check out of __bio_try_merge_page + - block: move the bi_size overflow check in __bio_try_merge_page + - block: move the bi_size update out of __bio_try_merge_page + - block: don't pass a bio to bio_try_merge_hw_seg + - block: make bvec_try_merge_hw_page() non-static + - bio-integrity: create multi-page bvecs in bio_integrity_add_page() + - drm/mediatek: dp: Add missing error checks in mtk_dp_parse_capabilities + - arm64: dts: ti: k3-j784s4-evm: Correct Pin mux offset for ADC + - arm64: dts: ti: k3-j784s4: Fix interrupt ranges for wkup & main gpio + - bus: ti-sysc: Fix build warning for 64-bit build + - drm/mediatek: Remove freeing not dynamic allocated memory + - drm/mediatek: Add cnt checking for coverity issue + - arm64: dts: imx8mp-debix: remove unused fec pinctrl node + - ARM: dts: qcom: ipq4019: correct SDHCI XO clock + - arm64: dts: ti: k3-am62x-sk-common: Update main-i2c1 frequency + - drm/mediatek: Fix potential memory leak if vmap() fail + - drm/mediatek: Fix void-pointer-to-enum-cast warning + - arm64: dts: qcom: apq8016-sbc: Fix ov5640 regulator supply names + - arm64: dts: qcom: apq8016-sbc: Rename ov5640 enable-gpios to powerdown-gpios + - arm64: dts: qcom: msm8998: Drop bus clock reference from MMSS SMMU + - arm64: dts: qcom: msm8998: Add missing power domain to MMSS SMMU + - ARM: dts: qcom: sdx65-mtp: Update the pmic used in sdx65 + - arm64: dts: qcom: msm8996: Fix dsi1 interrupts + - arm64: dts: qcom: sc8280xp-x13s: Unreserve NC pins + - drm/msm/a690: Switch to a660_gmu.bin + - bus: ti-sysc: Fix cast to enum warning + - block: uapi: Fix compilation errors using ioprio.h with C++ + - md/raid5-cache: fix a deadlock in r5l_exit_log() + - md/raid5-cache: fix null-ptr-deref for r5l_flush_stripe_to_raid() + - firmware: cs_dsp: Fix new control name check + - blk-cgroup: Fix NULL deref caused by blkg_policy_data being installed before + init + - md/raid0: Factor out helper for mapping and submitting a bio + - md/raid0: Fix performance regression for large sequential writes + - md: raid0: account for split bio in iostat accounting + - ASoC: SOF: amd: clear dsp to host interrupt status + - of: overlay: Call of_changeset_init() early + - of: unittest: Fix overlay type in apply/revert check + - ALSA: ac97: Fix possible error value of *rac97 + - ALSA: usb-audio: Attach legacy rawmidi after probing all UMP EPs + - ALSA: ump: Fill group names for legacy rawmidi substreams + - ALSA: ump: Don't create unused substreams for static blocks + - ALSA: ump: Fix -Wformat-truncation warnings + - ipmi:ssif: Add check for kstrdup + - ipmi:ssif: Fix a memory leak when scanning for an adapter + - clk: qcom: gpucc-sm6350: Introduce index-based clk lookup + - clk: qcom: gpucc-sm6350: Fix clock source names + - clk: qcom: gcc-sc8280xp: Add missing GDSC flags + - dt-bindings: clock: qcom,gcc-sc8280xp: Add missing GDSCs + - clk: qcom: gcc-sc8280xp: Add missing GDSCs + - clk: qcom: gcc-sm7150: Add CLK_OPS_PARENT_ENABLE to sdcc2 rcg + - clk: rockchip: rk3568: Fix PLL rate setting for 78.75MHz + - PCI: apple: Initialize pcie->nvecs before use + - PCI: qcom-ep: Switch MHI bus master clock off during L1SS + - clk: qcom: gcc-sc8280xp: fix runtime PM imbalance on probe errors + - drivers: clk: keystone: Fix parameter judgment in _of_pll_clk_init() + - iommufd: Fix locking around hwpt allocation + - PCI/DOE: Fix destroy_work_on_stack() race + - clk: qcom: dispcc-sc8280xp: Use ret registers on GDSCs + - clk: sunxi-ng: Modify mismatched function name + - clk: qcom: gcc-sc7180: Fix up gcc_sdcc2_apps_clk_src + - EDAC/igen6: Fix the issue of no error events + - ext4: correct grp validation in ext4_mb_good_group + - ext4: avoid potential data overflow in next_linear_group + - clk: qcom: gcc-sm8250: Fix gcc_sdcc2_apps_clk_src + - clk: qcom: fix some Kconfig corner cases + - kvm/vfio: Prepare for accepting vfio device fd + - kvm/vfio: ensure kvg instance stays around in kvm_vfio_group_add() + - clk: qcom: reset: Use the correct type of sleep/delay based on length + - clk: qcom: gcc-sm6350: Fix gcc_sdcc2_apps_clk_src + - PCI: microchip: Correct the DED and SEC interrupt bit offsets + - PCI: Mark NVIDIA T4 GPUs to avoid bus reset + - pinctrl: mcp23s08: check return value of devm_kasprintf() + - PCI: Add locking to RMW PCI Express Capability Register accessors + - PCI: Make link retraining use RMW accessors for changing LNKCTL + - PCI: pciehp: Use RMW accessors for changing LNKCTL + - PCI/ASPM: Use RMW accessors for changing LNKCTL + - clk: qcom: gcc-sm8450: Use floor ops for SDCC RCGs + - clk: qcom: gcc-qdu1000: Fix gcc_pcie_0_pipe_clk_src clock handling + - clk: qcom: gcc-qdu1000: Fix clkref clocks handling + - clk: imx: pllv4: Fix SPLL2 MULT range + - clk: imx: imx8ulp: update SPLL2 type + - clk: imx8mp: fix sai4 clock + - clk: imx: composite-8m: fix clock pauses when set_rate would be a no-op + - powerpc/radix: Move some functions into #ifdef CONFIG_KVM_BOOK3S_HV_POSSIBLE + - vfio/type1: fix cap_migration information leak + - nvdimm: Fix memleak of pmu attr_groups in unregister_nvdimm_pmu() + - nvdimm: Fix dereference after free in register_nvdimm_pmu() + - powerpc/fadump: reset dump area size if fadump memory reserve fails + - powerpc/perf: Convert fsl_emb notifier to state machine callbacks + - pinctrl: mediatek: fix pull_type data for MT7981 + - pinctrl: mediatek: assign functions to configure pin bias on MT7986 + - drm/amdgpu: Use RMW accessors for changing LNKCTL + - drm/radeon: Use RMW accessors for changing LNKCTL + - net/mlx5: Use RMW accessors for changing LNKCTL + - wifi: ath11k: Use RMW accessors for changing LNKCTL + - wifi: ath12k: Use RMW accessors for changing LNKCTL + - wifi: ath10k: Use RMW accessors for changing LNKCTL + - NFSv4.2: Fix READ_PLUS smatch warnings + - NFSv4.2: Fix READ_PLUS size calculations + - NFSv4.2: Rework scratch handling for READ_PLUS (again) + - PCI: layerscape: Add workaround for lost link capabilities during reset + - powerpc: Don't include lppaca.h in paca.h + - powerpc/pseries: Rework lppaca_shared_proc() to avoid DEBUG_PREEMPT + - nfs/blocklayout: Use the passed in gfp flags + - powerpc/pseries: Fix hcall tracepoints with JUMP_LABEL=n + - powerpc/mpc5xxx: Add missing fwnode_handle_put() + - powerpc/iommu: Fix notifiers being shared by PCI and VIO buses + - ext4: fix unttached inode after power cut with orphan file feature enabled + - jfs: validate max amount of blocks before allocation. + - SUNRPC: Fix the recent bv_offset fix + - fs: lockd: avoid possible wrong NULL parameter + - NFSD: da_addr_body field missing in some GETDEVICEINFO replies + - clk: qcom: Fix SM_GPUCC_8450 dependencies + - NFS: Guard against READDIR loop when entry names exceed MAXNAMELEN + - NFSv4.2: fix handling of COPY ERR_OFFLOAD_NO_REQ + - pNFS: Fix assignment of xprtdata.cred + - cgroup/cpuset: Inherit parent's load balance state in v2 + - RDMA/qedr: Remove a duplicate assignment in irdma_query_ah() + - media: ov5640: fix low resolution image abnormal issue + - media: i2c: imx290: drop format param from imx290_ctrl_update + - media: ad5820: Drop unsupported ad5823 from i2c_ and of_device_id tables + - media: i2c: tvp5150: check return value of devm_kasprintf() + - media: v4l2-core: Fix a potential resource leak in v4l2_fwnode_parse_link() + - iommu/amd/iommu_v2: Fix pasid_state refcount dec hit 0 warning on pasid + unbind + - iommu: rockchip: Fix directory table address encoding + - drivers: usb: smsusb: fix error handling code in smsusb_init_device + - media: dib7000p: Fix potential division by zero + - media: dvb-usb: m920x: Fix a potential memory leak in m920x_i2c_xfer() + - media: cx24120: Add retval check for cx24120_message_send() + - RDMA/siw: Fabricate a GID on tun and loopback devices + - scsi: hisi_sas: Fix normally completed I/O analysed as failed + - dt-bindings: extcon: maxim,max77843: restrict connector properties + - media: amphion: reinit vpu if reqbufs output 0 + - media: amphion: add helper function to get id name + - media: verisilicon: Fix TRY_FMT on encoder OUTPUT + - media: mtk-jpeg: Fix use after free bug due to uncanceled work + - media: amphion: decoder support display delay for all formats + - media: rkvdec: increase max supported height for H.264 + - media: amphion: fix CHECKED_RETURN issues reported by coverity + - media: amphion: fix REVERSE_INULL issues reported by coverity + - media: amphion: fix UNINIT issues reported by coverity + - media: amphion: fix UNUSED_VALUE issue reported by coverity + - media: amphion: ensure the bitops don't cross boundaries + - media: mediatek: vcodec: fix AV1 decode fail for 36bit iova + - media: mediatek: vcodec: Return NULL if no vdec_fb is found + - media: mediatek: vcodec: fix potential double free + - media: mediatek: vcodec: fix resource leaks in vdec_msg_queue_init() + - usb: phy: mxs: fix getting wrong state with mxs_phy_is_otg_host() + - scsi: RDMA/srp: Fix residual handling + - scsi: ufs: Fix residual handling + - scsi: iscsi: Add length check for nlattr payload + - scsi: iscsi: Add strlen() check in iscsi_if_set{_host}_param() + - scsi: be2iscsi: Add length check when parsing nlattrs + - scsi: qla4xxx: Add length check when parsing nlattrs + - iio: accel: adxl313: Fix adxl313_i2c_id[] table + - serial: sprd: Assign sprd_port after initialized to avoid wrong access + - serial: sprd: Fix DMA buffer leak issue + - x86/APM: drop the duplicate APM_MINOR_DEV macro + - RDMA/rxe: Move work queue code to subroutines + - RDMA/rxe: Fix unsafe drain work queue code + - RDMA/rxe: Fix rxe_modify_srq + - RDMA/rxe: Fix incomplete state save in rxe_requester + - scsi: qedf: Do not touch __user pointer in + qedf_dbg_stop_io_on_error_cmd_read() directly + - scsi: qedf: Do not touch __user pointer in qedf_dbg_debug_cmd_read() + directly + - scsi: qedf: Do not touch __user pointer in qedf_dbg_fp_int_cmd_read() + directly + - RDMA/irdma: Replace one-element array with flexible-array member + - coresight: tmc: Explicit type conversions to prevent integer overflow + - interconnect: qcom: qcm2290: Enable sync state + - dma-buf/sync_file: Fix docs syntax + - driver core: test_async: fix an error code + - driver core: Call dma_cleanup() on the test_remove path + - kernfs: add stub helper for kernfs_generic_poll() + - extcon: cht_wc: add POWER_SUPPLY dependency + - iommu/mediatek: Fix two IOMMU share pagetable issue + - iommu/sprd: Add missing force_aperture + - iommu: Remove kernel-doc warnings + - bnxt_en: Update HW interface headers + - bnxt_en: Share the bar0 address with the RoCE driver + - RDMA/bnxt_re: Initialize Doorbell pacing feature + - RDMA/bnxt_re: Fix max_qp count for virtual functions + - RDMA/bnxt_re: Remove a redundant flag + - RDMA/hns: Fix port active speed + - RDMA/hns: Fix incorrect post-send with direct wqe of wr-list + - RDMA/hns: Fix inaccurate error label name in init instance + - RDMA/hns: Fix CQ and QP cache affinity + - IB/uverbs: Fix an potential error pointer dereference + - fsi: aspeed: Reset master errors after CFAM reset + - iommu/qcom: Disable and reset context bank before programming + - tty: serial: qcom-geni-serial: Poll primary sequencer irq status after + cancel_tx + - iommu/vt-d: Fix to flush cache of PASID directory table + - platform/x86: dell-sysman: Fix reference leak + - media: cec: core: add adap_nb_transmit_canceled() callback + - media: cec: core: add adap_unconfigured() callback + - media: go7007: Remove redundant if statement + - media: venus: hfi_venus: Only consider sys_idle_indicator on V1 + - arm64: defconfig: Drop CONFIG_VIDEO_IMX_MEDIA + - media: ipu-bridge: Fix null pointer deref on SSDB/PLD parsing warnings + - media: ipu3-cio2: rename cio2 bridge to ipu bridge and move out of ipu3 + - media: ipu-bridge: Do not use on stack memory for software_node.name field + - docs: ABI: fix spelling/grammar in SBEFIFO timeout interface + - USB: gadget: core: Add missing kerneldoc for vbus_work + - USB: gadget: f_mass_storage: Fix unused variable warning + - drivers: base: Free devm resources when unregistering a device + - HID: input: Support devices sending Eraser without Invert + - HID: nvidia-shield: Remove led_classdev_unregister in thunderstrike_create + - media: ov5640: Enable MIPI interface in ov5640_set_power_mipi() + - media: ov5640: Fix initial RESETB state and annotate timings + - media: Documentation: Fix [GS]_ROUTING documentation + - media: ov2680: Remove auto-gain and auto-exposure controls + - media: ov2680: Fix ov2680_bayer_order() + - media: ov2680: Fix vflip / hflip set functions + - media: ov2680: Remove VIDEO_V4L2_SUBDEV_API ifdef-s + - media: ov2680: Don't take the lock for try_fmt calls + - media: ov2680: Add ov2680_fill_format() helper function + - media: ov2680: Fix ov2680_set_fmt() which == V4L2_SUBDEV_FORMAT_TRY not + working + - media: ov2680: Fix regulators being left enabled on ov2680_power_on() errors + - media: i2c: rdacm21: Fix uninitialized value + - f2fs: fix spelling in ABI documentation + - f2fs: fix to avoid mmap vs set_compress_option case + - f2fs: don't reopen the main block device in f2fs_scan_devices + - f2fs: check zone type before sending async reset zone command + - f2fs: Only lfs mode is allowed with zoned block device feature + - Revert "f2fs: fix to do sanity check on extent cache correctly" + - f2fs: fix to account gc stats correctly + - f2fs: fix to account cp stats correctly + - cgroup:namespace: Remove unused cgroup_namespaces_init() + - coresight: trbe: Allocate platform data per device + - coresight: platform: acpi: Ignore the absence of graph + - coresight: Fix memory leak in acpi_buffer->pointer + - coresight: trbe: Fix TRBE potential sleep in atomic context + - Revert "f2fs: do not issue small discard commands during checkpoint" + - RDMA/irdma: Prevent zero-length STAG registration + - scsi: core: Use 32-bit hostnum in scsi_host_lookup() + - scsi: fcoe: Fix potential deadlock on &fip->ctlr_lock + - interconnect: qcom: sm8450: Enable sync_state + - interconnect: qcom: bcm-voter: Improve enable_mask handling + - interconnect: qcom: bcm-voter: Use enable_maks for keepalive voting + - dt-bindings: usb: samsung,exynos-dwc3: fix order of clocks on Exynos5433 + - dt-bindings: usb: samsung,exynos-dwc3: Fix Exynos5433 compatible + - serial: tegra: handle clk prepare error in tegra_uart_hw_init() + - Documentation: devices.txt: Remove ttyIOC* + - Documentation: devices.txt: Remove ttySIOC* + - Documentation: devices.txt: Fix minors for ttyCPM* + - amba: bus: fix refcount leak + - Revert "IB/isert: Fix incorrect release of isert connection" + - RDMA/siw: Balance the reference of cep->kref in the error path + - RDMA/siw: Correct wrong debug message + - RDMA/efa: Fix wrong resources deallocation order + - HID: logitech-dj: Fix error handling in logi_dj_recv_switch_to_dj_mode() + - nvmem: core: Return NULL when no nvmem layout is found + - riscv: Require FRAME_POINTER for some configurations + - f2fs: compress: fix to assign compress_level for lz4 correctly + - HID: uclogic: Correct devm device reference for hidinput input_dev name + - HID: multitouch: Correct devm device reference for hidinput input_dev name + - HID: nvidia-shield: Reference hid_device devm allocation of input_dev name + - platform/x86/amd/pmf: Fix a missing cleanup path + - workqueue: fix data race with the pwq->stats[] increment + - tick/rcu: Fix false positive "softirq work is pending" messages + - x86/speculation: Mark all Skylake CPUs as vulnerable to GDS + - tracing: Remove extra space at the end of hwlat_detector/mode + - tracing: Fix race issue between cpu buffer write and swap + - mm/pagewalk: fix bootstopping regression from extra pte_unmap() + - mtd: rawnand: brcmnand: Fix mtd oobsize + - dmaengine: idxd: Modify the dependence of attribute pasid_enabled + - phy/rockchip: inno-hdmi: use correct vco_div_5 macro on rk3328 + - phy/rockchip: inno-hdmi: round fractal pixclock in rk3328 recalc_rate + - phy/rockchip: inno-hdmi: do not power on rk3328 post pll on reg write + - rpmsg: glink: Add check for kstrdup + - leds: aw200xx: Fix error code in probe() + - leds: simatic-ipc-leds-gpio: Restore LEDS_CLASS dependency + - leds: pwm: Fix error code in led_pwm_create_fwnode() + - thermal/drivers/mediatek/lvts_thermal: Handle IRQ on all controllers + - thermal/drivers/mediatek/lvts_thermal: Honor sensors in immediate mode + - thermal/drivers/mediatek/lvts_thermal: Use offset threshold for IRQ + - thermal/drivers/mediatek/lvts_thermal: Disable undesired interrupts + - thermal/drivers/mediatek/lvts_thermal: Don't leave threshold zeroed + - thermal/drivers/mediatek/lvts_thermal: Manage threshold between sensors + - thermal/drivers/imx8mm: Suppress log message on probe deferral + - leds: multicolor: Use rounded division when calculating color components + - leds: Fix BUG_ON check for LED_COLOR_ID_MULTI that is always false + - leds: trigger: tty: Do not use LED_ON/OFF constants, use + led_blink_set_oneshot instead + - mtd: spi-nor: Check bus width while setting QE bit + - mtd: rawnand: fsmc: handle clk prepare error in fsmc_nand_resume() + - mfd: rk808: Make MFD_RK8XX tristate + - mfd: rz-mtu3: Link time dependencies + - um: Fix hostaudio build errors + - dmaengine: ste_dma40: Add missing IRQ check in d40_probe + - dmaengine: idxd: Simplify WQ attribute visibility checks + - dmaengine: idxd: Expose ATS disable knob only when WQ ATS is supported + - dmaengine: idxd: Allow ATS disable update only for configurable devices + - dmaengine: idxd: Fix issues with PRS disable sysfs knob + - remoteproc: stm32: fix incorrect optional pointers + - Drivers: hv: vmbus: Don't dereference ACPI root object handle + - um: virt-pci: fix missing declaration warning + - cpufreq: Fix the race condition while updating the transition_task of policy + - virtio_vdpa: build affinity masks conditionally + - virtio_ring: fix avail_wrap_counter in virtqueue_add_packed + - net: deal with integer overflows in kmalloc_reserve() + - igmp: limit igmpv3_newpack() packet size to IP_MAX_MTU + - netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for + ip_set_hash_netportnet.c + - netfilter: nft_exthdr: Fix non-linear header modification + - netfilter: xt_u32: validate user space input + - netfilter: xt_sctp: validate the flag_info count + - skbuff: skb_segment, Call zero copy functions before using skbuff frags + - drbd: swap bvec_set_page len and offset + - gpio: zynq: restore zynq_gpio_irq_reqres/zynq_gpio_irq_relres callbacks + - igb: set max size RX buffer when store bad packet is enabled + - parisc: ccio-dma: Create private runway procfs root entry + - PM / devfreq: Fix leak in devfreq_dev_release() + - Multi-gen LRU: fix per-zone reclaim + - ALSA: pcm: Fix missing fixup call in compat hw_refine ioctl + - virtio_pmem: add the missing REQ_OP_WRITE for flush bio + - rcu: dump vmalloc memory info safely + - printk: ringbuffer: Fix truncating buffer size min_t cast + - scsi: core: Fix the scsi_set_resid() documentation + - mm/vmalloc: add a safer version of find_vm_area() for debug + - cpu/hotplug: Prevent self deadlock on CPU hot-unplug + - media: i2c: ccs: Check rules is non-NULL + - media: i2c: Add a camera sensor top level menu + - PCI: rockchip: Use 64-bit mask on MSI 64-bit PCI address + - ipmi_si: fix a memleak in try_smi_init() + - ARM: OMAP2+: Fix -Warray-bounds warning in _pwrdm_state_switch() + - riscv: Move create_tmp_mapping() to init sections + - riscv: Mark KASAN tmp* page tables variables as static + - XArray: Do not return sibling entries from xa_load() + - io_uring: fix false positive KASAN warnings + - io_uring: break iopolling on signal + - io_uring/sqpoll: fix io-wq affinity when IORING_SETUP_SQPOLL is used + - io_uring/net: don't overflow multishot recv + - io_uring/net: don't overflow multishot accept + - io_uring: break out of iowq iopoll on teardown + - backlight/gpio_backlight: Compare against struct fb_info.device + - backlight/bd6107: Compare against struct fb_info.device + - backlight/lv5207lp: Compare against struct fb_info.device + - drm/amd/display: register edp_backlight_control() for DCN301 + - xtensa: PMU: fix base address for the newer hardware + - LoongArch: mm: Add p?d_leaf() definitions + - powercap: intel_rapl: Fix invalid setting of Power Limit 4 + - powerpc/ftrace: Fix dropping weak symbols with older toolchains + - i3c: master: svc: fix probe failure when no i3c device exist + - io_uring: Don't set affinity on a dying sqpoll thread + - arm64: csum: Fix OoB access in IP checksum code for negative lengths + - ALSA: usb-audio: Fix potential memory leaks at error path for UMP open + - ALSA: seq: Fix snd_seq_expand_var_event() call to user-space + - ALSA: hda/cirrus: Fix broken audio on hardware with two CS42L42 codecs. + - selftests/landlock: Fix a resource leak + - media: dvb: symbol fixup for dvb_attach() + - media: venus: hfi_venus: Write to VIDC_CTRL_INIT after unmasking interrupts + - media: nxp: Fix wrong return pointer check in mxc_isi_crossbar_init() + - Revert "scsi: qla2xxx: Fix buffer overrun" + - scsi: mpt3sas: Perform additional retries if doorbell read returns 0 + - PCI: Free released resource after coalescing + - PCI: hv: Fix a crash in hv_pci_restore_msi_msg() during hibernation + - PCI/PM: Only read PCI_PM_CTRL register when available + - dt-bindings: PCI: qcom: Fix SDX65 compatible + - ntb: Drop packets when qp link is down + - ntb: Clean up tx tail index on link down + - ntb: Fix calculation ntb_transport_tx_free_entry() + - Revert "PCI: Mark NVIDIA T4 GPUs to avoid bus reset" + - block: fix pin count management when merging same-page segments + - block: don't add or resize partition on the disk with GENHD_FL_NO_PART + - procfs: block chmod on /proc/thread-self/comm + - parisc: Fix /proc/cpuinfo output for lscpu + - misc: fastrpc: Pass proper scm arguments for static process init + - drm/amd/display: Add smu write msg id fail retry process + - bpf: Fix issue in verifying allow_ptr_leaks + - dlm: fix plock lookup when using multiple lockspaces + - dccp: Fix out of bounds access in DCCP error handler + - x86/sev: Make enc_dec_hypercall() accept a size instead of npages + - r8169: fix ASPM-related issues on a number of systems with NIC version from + RTL8168h + - X.509: if signature is unsupported skip validation + - net: handle ARPHRD_PPP in dev_is_mac_header_xmit() + - fsverity: skip PKCS#7 parser when keyring is empty + - x86/MCE: Always save CS register on AMD Zen IF Poison errors + - crypto: af_alg - Decrement struct key.usage in alg_set_by_key_serial() + - platform/chrome: chromeos_acpi: print hex string for ACPI_TYPE_BUFFER + - mmc: renesas_sdhi: register irqs before registering controller + - pstore/ram: Check start of empty przs during init + - arm64: sdei: abort running SDEI handlers during crash + - regulator: dt-bindings: qcom,rpm: fix pattern for children + - iov_iter: Fix iov_iter_extract_pages() with zero-sized entries + - RISC-V: Add ptrace support for vectors + - s390/dcssblk: fix kernel crash with list_add corruption + - s390/ipl: add missing secure/has_secure file to ipl type 'unknown' + - s390/dasd: fix string length handling + - HID: logitech-hidpp: rework one more time the retries attempts + - crypto: stm32 - fix loop iterating through scatterlist for DMA + - crypto: stm32 - fix MDMAT condition + - cpufreq: brcmstb-avs-cpufreq: Fix -Warray-bounds bug + - of: property: fw_devlink: Add a devlink for panel followers + - USB: core: Fix oversight in SuperSpeed initialization + - x86/smp: Don't send INIT to non-present and non-booted CPUs + - x86/sgx: Break up long non-preemptible delays in sgx_vepc_release() + - x86/build: Fix linker fill bytes quirk/incompatibility for ld.lld + - perf/x86/uncore: Correct the number of CHAs on EMR + - media: ipu3-cio2: allow ipu_bridge to be a module again + - Bluetooth: msft: Extended monitor tracking by address filter + - Bluetooth: HCI: Introduce HCI_QUIRK_BROKEN_LE_CODED + - serial: sc16is7xx: remove obsolete out_thread label + - serial: sc16is7xx: fix regression with GPIO configuration + - mm/memfd: sysctl: fix MEMFD_NOEXEC_SCOPE_NOEXEC_ENFORCED + - selftests/memfd: sysctl: fix MEMFD_NOEXEC_SCOPE_NOEXEC_ENFORCED + - memfd: do not -EACCES old memfd_create() users with vm.memfd_noexec=2 + - memfd: replace ratcheting feature from vm.memfd_noexec with hierarchy + - memfd: improve userspace warnings for missing exec-related flags + - revert "memfd: improve userspace warnings for missing exec-related flags". + - drm/amd/display: Block optimize on consecutive FAMS enables + - Linux 6.5.3 + + * Mantic update: v6.5.2 upstream stable release (LP: #2035583) + - drm/amdgpu: correct vmhub index in GMC v10/11 + - erofs: ensure that the post-EOF tails are all zeroed + - ksmbd: fix wrong DataOffset validation of create context + - ksmbd: fix slub overflow in ksmbd_decode_ntlmssp_auth_blob() + - ksmbd: replace one-element array with flex-array member in struct + smb2_ea_info + - ksmbd: reduce descriptor size if remaining bytes is less than request size + - ARM: pxa: remove use of symbol_get() + - mmc: au1xmmc: force non-modular build and remove symbol_get usage + - net: enetc: use EXPORT_SYMBOL_GPL for enetc_phc_index + - rtc: ds1685: use EXPORT_SYMBOL_GPL for ds1685_rtc_poweroff + - USB: serial: option: add Quectel EM05G variant (0x030e) + - USB: serial: option: add FOXCONN T99W368/T99W373 product + - ALSA: usb-audio: Fix init call orders for UAC1 + - usb: dwc3: meson-g12a: do post init to fix broken usb after resumption + - usb: chipidea: imx: improve logic if samsung,picophy-* parameter is 0 + - HID: wacom: remove the battery when the EKR is off + - staging: rtl8712: fix race condition + - wifi: mt76: mt7921: do not support one stream on secondary antenna only + - wifi: mt76: mt7921: fix skb leak by txs missing in AMSDU + - wifi: rtw88: usb: kill and free rx urbs on probe failure + - wifi: ath11k: Don't drop tx_status when peer cannot be found + - wifi: ath11k: Cleanup mac80211 references on failure during tx_complete + - serial: qcom-geni: fix opp vote on shutdown + - serial: sc16is7xx: fix broken port 0 uart init + - serial: sc16is7xx: fix bug when first setting GPIO direction + - firmware: stratix10-svc: Fix an NULL vs IS_ERR() bug in probe + - fsi: master-ast-cf: Add MODULE_FIRMWARE macro + - tcpm: Avoid soft reset when partner does not support get_status + - dt-bindings: sc16is7xx: Add property to change GPIO function + - tracing: Zero the pipe cpumask on alloc to avoid spurious -EBUSY + - nilfs2: fix WARNING in mark_buffer_dirty due to discarded buffer reuse + - usb: typec: tcpci: clear the fault status bit + - pinctrl: amd: Don't show `Invalid config param` errors + - Linux 6.5.2 + + * Mantic update: v6.5.1 upstream stable release (LP: #2035581) + - ACPI: thermal: Drop nocrt parameter + - module: Expose module_init_layout_section() + - arm64: module: Use module_init_layout_section() to spot init sections + - ARM: module: Use module_init_layout_section() to spot init sections + - ipv6: remove hard coded limitation on ipv6_pinfo + - lockdep: fix static memory detection even more + - kallsyms: Fix kallsyms_selftest failure + - Linux 6.5.1 + + * [23.10 FEAT] [SEC2352] pkey: support EP11 API ordinal 6 for secure guests + (LP: #2029390) + - s390/zcrypt_ep11misc: support API ordinal 6 with empty pin-blob + + * [23.10 FEAT] [SEC2341] pkey: support generation of keys of type + PKEY_TYPE_EP11_AES (LP: #2028937) + - s390/pkey: fix/harmonize internal keyblob headers + - s390/pkey: fix PKEY_TYPE_EP11_AES handling in PKEY_GENSECK2 IOCTL + - s390/pkey: fix PKEY_TYPE_EP11_AES handling in PKEY_CLR2SECK2 IOCTL + - s390/pkey: fix PKEY_TYPE_EP11_AES handling in PKEY_KBLOB2PROTK[23] + - s390/pkey: fix PKEY_TYPE_EP11_AES handling in PKEY_VERIFYKEY2 IOCTL + - s390/pkey: fix PKEY_TYPE_EP11_AES handling for sysfs attributes + - s390/paes: fix PKEY_TYPE_EP11_AES handling for secure keyblobs + + * [23.10 FEAT] KVM: Enable Secure Execution Crypto Passthrough - kernel part + (LP: #2003674) + - KVM: s390: interrupt: Fix single-stepping into interrupt handlers + - KVM: s390: interrupt: Fix single-stepping into program interrupt handlers + - KVM: s390: interrupt: Fix single-stepping kernel-emulated instructions + - KVM: s390: interrupt: Fix single-stepping userspace-emulated instructions + - KVM: s390: interrupt: Fix single-stepping keyless mode exits + - KVM: s390: selftests: Add selftest for single-stepping + - s390/vfio-ap: no need to check the 'E' and 'I' bits in APQSW after TAPQ + - s390/vfio-ap: clean up irq resources if possible + - s390/vfio-ap: wait for response code 05 to clear on queue reset + - s390/vfio-ap: allow deconfigured queue to be passed through to a guest + - s390/vfio-ap: remove upper limit on wait for queue reset to complete + - s390/vfio-ap: store entire AP queue status word with the queue object + - s390/vfio-ap: use work struct to verify queue reset + - s390/vfio-ap: handle queue state change in progress on reset + - s390/vfio-ap: check for TAPQ response codes 0x35 and 0x36 + - s390/uv: export uv_pin_shared for direct usage + - KVM: s390: export kvm_s390_pv*_is_protected functions + - s390/vfio-ap: make sure nib is shared + - KVM: s390: pv: relax WARN_ONCE condition for destroy fast + - s390/uv: UV feature check utility + - KVM: s390: Add UV feature negotiation + - KVM: s390: pv: Allow AP-instructions for pv-guests + + * Make backlight module auto detect dell_uart_backlight (LP: #2008882) + - SAUCE: ACPI: video: Dell AIO UART backlight detection + + * Avoid address overwrite in kernel_connect (LP: #2035163) + - net: annotate data-races around sock->ops + - net: Avoid address overwrite in kernel_connect + + * Include QCA WWAN 5G Qualcomm SDX62/DW5932e support (LP: #2035306) + - bus: mhi: host: pci_generic: Add support for Dell DW5932e + + * NULL pointer dereference on CS35L41 HDA AMP (LP: #2029199) + - ALSA: cs35l41: Use mbox command to enable speaker output for external boost + - ALSA: cs35l41: Poll for Power Up/Down rather than waiting a fixed delay + - ALSA: hda: cs35l41: Check mailbox status of pause command after firmware + load + - ALSA: hda: cs35l41: Ensure we correctly re-sync regmap before system + suspending. + - ALSA: hda: cs35l41: Ensure we pass up any errors during system suspend. + - ALSA: hda: cs35l41: Move Play and Pause into separate functions + - ALSA: hda: hda_component: Add pre and post playback hooks to hda_component + - ALSA: hda: cs35l41: Use pre and post playback hooks + - ALSA: hda: cs35l41: Rework System Suspend to ensure correct call separation + - ALSA: hda: cs35l41: Add device_link between HDA and cs35l41_hda + - ALSA: hda: cs35l41: Ensure amp is only unmuted during playback + + * Enable ASPM for NVMe behind VMD (LP: #2034504) + - Revert "UBUNTU: SAUCE: vmd: fixup bridge ASPM by driver name instead" + - Revert "UBUNTU: SAUCE: PCI/ASPM: Enable LTR for endpoints behind VMD" + - Revert "UBUNTU: SAUCE: PCI/ASPM: Enable ASPM for links under VMD domain" + - SAUCE: PCI/ASPM: Allow ASPM override over FADT default + - SAUCE: PCI: vmd: Mark ASPM override for device behind VMD bridge + + * Linux 6.2 fails to reboot with current u-boot-nezha (LP: #2021364) + - [Config] Default to performance CPUFreq governor on riscv64 + + * Enable Nezha board (LP: #1975592) + - [Config] Enable CONFIG_REGULATOR_FIXED_VOLTAGE on riscv64 + - [Config] Build in D1 clock drivers on riscv64 + - [Config] Enable CONFIG_SUN6I_RTC_CCU on riscv64 + - [Config] Enable CONFIG_SUNXI_WATCHDOG on riscv64 + - [Config] Disable SUN50I_DE2_BUS on riscv64 + - [Config] Disable unneeded sunxi pinctrl drivers on riscv64 + + * Enable Nezha board (LP: #1975592) // Enable StarFive VisionFive 2 board + (LP: #2013232) + - [Config] Enable CONFIG_SERIAL_8250_DW on riscv64 + + * Enable StarFive VisionFive 2 board (LP: #2013232) + - [Config] Enable CONFIG_PINCTRL_STARFIVE_JH7110_SYS on riscv64 + - [Config] Enable CONFIG_STARFIVE_WATCHDOG on riscv64 + + * rcu_sched detected stalls on CPUs/tasks (LP: #1967130) + - [Config] Enable virtually mapped stacks on riscv64 + + * RISC-V kernel config is out of sync with other archs (LP: #1981437) + - [Config] Sync riscv64 config with other architectures + + * Support for Intel Discrete Gale Peak2/BE200 (LP: #2028065) + - Bluetooth: btintel: Add support for Gale Peak + - Bluetooth: Add support for Gale Peak (8087:0036) + + * Missing BT IDs for support for Intel Discrete Misty Peak2/BE202 + (LP: #2033455) + - SAUCE: Bluetooth: btusb: Add support for Intel Misty Peak - 8087:0038 + + * Audio device fails to function randomly on Intel MTL platform: No CPC match + in the firmware file's manifest (LP: #2034506) + - ASoC: SOF: ipc4-topology: Add module parameter to ignore the CPC value + + * Check for changes relevant for security certifications (LP: #1945989) + - [Packaging] Add a new fips-checks script + + * Installation support for SMARC RZ/G2L platform (LP: #2030525) + - [Config] build Renesas RZ/G2L USBPHY control driver statically + + * Add support for kernels compiled with CONFIG_EFI_ZBOOT (LP: #2002226) + - [Config]: Turn on CONFIG_EFI_ZBOOT on ARM64 + + * Default module signing algo should be accelerated (LP: #2034061) + - [Config] Default module signing algo should be accelerated + + * NEW SRU rustc linux kernel requirements (LP: #1993183) + - [Packaging] re-enable Rust support + + * FATAL:credentials.cc(127)] Check failed: . : Permission denied (13) + (LP: #2017980) + - [Config] disable CONFIG_SECURITY_APPARMOR_RESTRICT_USERNS + + * update apparmor and LSM stacking patch set (LP: #2028253) + - SAUCE: apparmor4.0.0 [01/76]: add/use fns to print hash string hex value + - SAUCE: apparmor4.0.0 [02/76]: rename SK_CTX() to aa_sock and make it an + inline fn + - SAUCE: apparmor4.0.0 [03/76]: patch to provide compatibility with v2.x net + rules + - SAUCE: apparmor4.0.0 [04/76]: add user namespace creation mediation + - SAUCE: apparmor4.0.0 [05/76]: Add sysctls for additional controls of unpriv + userns restrictions + - SAUCE: apparmor4.0.0 [06/76]: af_unix mediation + - SAUCE: apparmor4.0.0 [07/76]: Add fine grained mediation of posix mqueues + - SAUCE: apparmor4.0.0 [08/76]: Stacking v38: LSM: Identify modules by more + than name + - SAUCE: apparmor4.0.0 [09/76]: Stacking v38: LSM: Add an LSM identifier for + external use + - SAUCE: apparmor4.0.0 [10/76]: Stacking v38: LSM: Identify the process + attributes for each module + - SAUCE: apparmor4.0.0 [11/76]: Stacking v38: LSM: Maintain a table of LSM + attribute data + - SAUCE: apparmor4.0.0 [12/76]: Stacking v38: proc: Use lsmids instead of lsm + names for attrs + - SAUCE: apparmor4.0.0 [13/76]: Stacking v38: integrity: disassociate + ima_filter_rule from security_audit_rule + - SAUCE: apparmor4.0.0 [14/76]: Stacking v38: LSM: Infrastructure management + of the sock security + - SAUCE: apparmor4.0.0 [15/76]: Stacking v38: LSM: Add the lsmblob data + structure. + - SAUCE: apparmor4.0.0 [16/76]: Stacking v38: LSM: provide lsm name and id + slot mappings + - SAUCE: apparmor4.0.0 [17/76]: Stacking v38: IMA: avoid label collisions with + stacked LSMs + - SAUCE: apparmor4.0.0 [18/76]: Stacking v38: LSM: Use lsmblob in + security_audit_rule_match + - SAUCE: apparmor4.0.0 [19/76]: Stacking v38: LSM: Use lsmblob in + security_kernel_act_as + - SAUCE: apparmor4.0.0 [20/76]: Stacking v38: LSM: Use lsmblob in + security_secctx_to_secid + - SAUCE: apparmor4.0.0 [21/76]: Stacking v38: LSM: Use lsmblob in + security_secid_to_secctx + - SAUCE: apparmor4.0.0 [22/76]: Stacking v38: LSM: Use lsmblob in + security_ipc_getsecid + - SAUCE: apparmor4.0.0 [23/76]: Stacking v38: LSM: Use lsmblob in + security_current_getsecid + - SAUCE: apparmor4.0.0 [24/70]: Stacking v38: LSM: Use lsmblob in + security_inode_getsecid + - SAUCE: apparmor4.0.0 [25/76]: Stacking v38: LSM: Use lsmblob in + security_cred_getsecid + - SAUCE: apparmor4.0.0 [26/76]: Stacking v38: LSM: Specify which LSM to + display + - SAUCE: apparmor4.0.0 [28/76]: Stacking v38: LSM: Ensure the correct LSM + context releaser + - SAUCE: apparmor4.0.0 [29/76]: Stacking v38: LSM: Use lsmcontext in + security_secid_to_secctx + - SAUCE: apparmor4.0.0 [30/76]: Stacking v38: LSM: Use lsmcontext in + security_inode_getsecctx + - SAUCE: apparmor4.0.0 [31/76]: Stacking v38: Use lsmcontext in + security_dentry_init_security + - SAUCE: apparmor4.0.0 [32/76]: Stacking v38: LSM: security_secid_to_secctx in + netlink netfilter + - SAUCE: apparmor4.0.0 [33/76]: Stacking v38: NET: Store LSM netlabel data in + a lsmblob + - SAUCE: apparmor4.0.0 [34/76]: Stacking v38: binder: Pass LSM identifier for + confirmation + - SAUCE: apparmor4.0.0 [35/76]: Stacking v38: LSM: security_secid_to_secctx + module selection + - SAUCE: apparmor4.0.0 [36/76]: Stacking v38: Audit: Keep multiple LSM data in + audit_names + - SAUCE: apparmor4.0.0 [37/76]: Stacking v38: Audit: Create audit_stamp + structure + - SAUCE: apparmor4.0.0 [38/76]: Stacking v38: LSM: Add a function to report + multiple LSMs + - SAUCE: apparmor4.0.0 [39/76]: Stacking v38: Audit: Allow multiple records in + an audit_buffer + - SAUCE: apparmor4.0.0 [40/76]: Stacking v38: Audit: Add record for multiple + task security contexts + - SAUCE: apparmor4.0.0 [41/76]: Stacking v38: audit: multiple subject lsm + values for netlabel + - SAUCE: apparmor4.0.0 [42/76]: Stacking v38: Audit: Add record for multiple + object contexts + - SAUCE: apparmor4.0.0 [43/76]: Stacking v38: netlabel: Use a struct lsmblob + in audit data + - SAUCE: apparmor4.0.0 [44/76]: Stacking v38: LSM: Removed scaffolding + function lsmcontext_init + - SAUCE: apparmor4.0.0 [45/76]: Stacking v38: AppArmor: Remove the exclusive + flag + - SAUCE: apparmor4.0.0 [46/76]: combine common_audit_data and + apparmor_audit_data + - SAUCE: apparmor4.0.0 [47/76]: setup slab cache for audit data + - SAUCE: apparmor4.0.0 [48/76]: rename audit_data->label to + audit_data->subj_label + - SAUCE: apparmor4.0.0 [49/76]: pass cred through to audit info. + - SAUCE: apparmor4.0.0 [50/76]: Improve debug print infrastructure + - SAUCE: apparmor4.0.0 [51/76]: add the ability for profiles to have a + learning cache + - SAUCE: apparmor4.0.0 [52/76]: enable userspace upcall for mediation + - SAUCE: apparmor4.0.0 [53/76]: cache buffers on percpu list if there is lock + contention + - SAUCE: apparmor4.0.0 [54/76]: advertise availability of exended perms + - SAUCE: apparmor4.0.0 [56/76]: cleanup: provide separate audit messages for + file and policy checks + - SAUCE: apparmor4.0.0 [57/76]: prompt - lock down prompt interface + - SAUCE: apparmor4.0.0 [58/76]: prompt - ref count pdb + - SAUCE: apparmor4.0.0 [59/76]: prompt - allow controlling of caching of a + prompt response + - SAUCE: apparmor4.0.0 [60/76]: prompt - add refcount to audit_node in prep or + reuse and delete + - SAUCE: apparmor4.0.0 [61/76]: prompt - refactor to moving caching to + uresponse + - SAUCE: apparmor4.0.0 [62/76]: prompt - Improve debug statements + - SAUCE: apparmor4.0.0 [63/76]: prompt - fix caching + - SAUCE: apparmor4.0.0 [64/76]: prompt - rework build to use append fn, to + simplify adding strings + - SAUCE: apparmor4.0.0 [65/76]: prompt - refcount notifications + - SAUCE: apparmor4.0.0 [66/76]: prompt - add the ability to reply with a + profile name + - SAUCE: apparmor4.0.0 [67/76]: prompt - fix notification cache when updating + - SAUCE: apparmor4.0.0 [68/76]: prompt - add tailglob on name for cache + support + - SAUCE: apparmor4.0.0 [69/76]: prompt - allow profiles to set prompts as + interruptible + - SAUCE: apparmor4.0.0 [74/76]: advertise disconnected.path is available + - SAUCE: apparmor4.0.0 [75/76]: fix invalid reference on profile->disconnected + - SAUCE: apparmor4.0.0 [76/76]: add io_uring mediation + - SAUCE: apparmor4.0.0: apparmor: Fix regression in mount mediation + + * update apparmor and LSM stacking patch set (LP: #2028253) // [FFe] + apparmor-4.0.0-alpha2 for unprivileged user namespace restrictions in mantic + (LP: #2032602) + - SAUCE: apparmor4.0.0 [70/76]: prompt - add support for advanced filtering of + notifications + - SAUCE: apparmor4.0.0 [71/76]: userns - add the ability to reference a global + variable for a feature value + - SAUCE: apparmor4.0.0 [72/76]: userns - make it so special unconfined + profiles can mediate user namespaces + - SAUCE: apparmor4.0.0 [73/76]: userns - allow restricting unprivileged + change_profile + + * LSM stacking and AppArmor for 6.2: additional fixes (LP: #2017903) // update + apparmor and LSM stacking patch set (LP: #2028253) + - SAUCE: apparmor4.0.0 [55/76]: fix profile verification and enable it + + * udev fails to make prctl() syscall with apparmor=0 (as used by maas by + default) (LP: #2016908) // update apparmor and LSM stacking patch set + (LP: #2028253) + - SAUCE: apparmor4.0.0 [27/76]: Stacking v38: Fix prctl() syscall with + apparmor=0 + + * Miscellaneous Ubuntu changes + - SAUCE: fan: relax strict length validation in vxlan policy + - [Config] update gcc version in annotations + - [Config] update annotations after apply 6.5 stable updates + + * Miscellaneous upstream changes + - fs/address_space: add alignment padding for i_map and i_mmap_rwsem to + mitigate a false sharing. + - mm/mmap: move vma operations to mm_struct out of the critical section of + file mapping lock + + -- Andrea Righi Thu, 14 Sep 2023 15:14:55 +0200 + +linux (6.5.0-5.5) mantic; urgency=medium + + * mantic/linux: 6.5.0-5.5 -proposed tracker (LP: #2034546) + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + - debian/dkms-versions -- update from kernel-versions (main/d2023.08.23) + + -- Andrea Righi Wed, 06 Sep 2023 15:51:04 +0200 + +linux (6.5.0-4.4) mantic; urgency=medium + + * mantic/linux: 6.5.0-4.4 -proposed tracker (LP: #2034042) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/d2023.08.23) + + -- Andrea Righi Mon, 04 Sep 2023 16:55:44 +0200 + +linux (6.5.0-3.3) mantic; urgency=medium + + * mantic/linux: 6.5.0-3.3 -proposed tracker (LP: #2033904) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/d2023.08.23) + + * [23.10] Please test secure-boot and lockdown on the early 6.5 kernel (s390x) + (LP: #2026833) + - [Packaging] re-enable signing for s390x + + * Miscellaneous upstream changes + - module/decompress: use vmalloc() for zstd decompression workspace + + -- Andrea Righi Fri, 01 Sep 2023 16:15:33 +0200 + +linux (6.5.0-2.2) mantic; urgency=medium + + * mantic/linux: 6.5.0-2.2 -proposed tracker (LP: #2033240) + + * Soundwire support for Dell SKU0C87 devices (LP: #2029281) + - SAUCE: ASoC: Intel: soc-acpi: add support for Dell SKU0C87 devices + + * Fix numerous AER related issues (LP: #2033025) + - SAUCE: PCI/AER: Disable AER service during suspend, again + - SAUCE: PCI/DPC: Disable DPC service during suspend, again + + * Support Realtek RTL8852CE WiFi 6E/BT Combo (LP: #2025672) + - wifi: rtw89: debug: Fix error handling in rtw89_debug_priv_btc_manual_set() + - Bluetooth: btrtl: Load FW v2 otherwise FW v1 for RTL8852C + + [ Upstream Kernel Changes ] + + * Rebase to v6.5 + + -- Andrea Righi Mon, 28 Aug 2023 08:53:19 +0200 + +linux (6.5.0-1.1) mantic; urgency=medium + + * mantic/linux: 6.5.0-1.1 -proposed tracker (LP: #2032750) + + * Packaging resync (LP: #1786013) + - [Packaging] resync update-dkms-versions helper + - [Packaging] update variants + - debian/dkms-versions -- update from kernel-versions (main/d2023.07.26) + + * ceph: support idmapped mounts (LP: #2032959) + - SAUCE: libceph: add spinlock around osd->o_requests + - SAUCE: libceph: define struct ceph_sparse_extent and add some helpers + - SAUCE: libceph: new sparse_read op, support sparse reads on msgr2 crc + codepath + - SAUCE: libceph: support sparse reads on msgr2 secure codepath + - SAUCE: libceph: add sparse read support to msgr1 + - SAUCE: libceph: add sparse read support to OSD client + - SAUCE: ceph: add new mount option to enable sparse reads + - SAUCE: ceph: preallocate inode for ops that may create one + - SAUCE: ceph: make ceph_msdc_build_path use ref-walk + - SAUCE: libceph: add new iov_iter-based ceph_msg_data_type and + ceph_osd_data_type + - SAUCE: ceph: use osd_req_op_extent_osd_iter for netfs reads + - SAUCE: ceph: fscrypt_auth handling for ceph + - SAUCE: ceph: implement -o test_dummy_encryption mount option + - SAUCE: ceph: add fscrypt ioctls and ceph.fscrypt.auth vxattr + - SAUCE: ceph: make ioctl cmds more readable in debug log + - SAUCE: ceph: add base64 endcoding routines for encrypted names + - SAUCE: ceph: encode encrypted name in ceph_mdsc_build_path and dentry + release + - SAUCE: ceph: send alternate_name in MClientRequest + - SAUCE: ceph: decode alternate_name in lease info + - SAUCE: ceph: set DCACHE_NOKEY_NAME flag in ceph_lookup/atomic_open() + - SAUCE: ceph: make d_revalidate call fscrypt revalidator for encrypted + dentries + - SAUCE: ceph: add helpers for converting names for userland presentation + - SAUCE: ceph: make ceph_fill_trace and ceph_get_name decrypt names + - SAUCE: ceph: pass the request to parse_reply_info_readdir() + - SAUCE: ceph: add support to readdir for encrypted names + - SAUCE: ceph: create symlinks with encrypted and base64-encoded targets + - SAUCE: ceph: add some fscrypt guardrails + - SAUCE: ceph: allow encrypting a directory while not having Ax caps + - SAUCE: ceph: mark directory as non-complete after loading key + - SAUCE: ceph: size handling in MClientRequest, cap updates and inode traces + - SAUCE: ceph: handle fscrypt fields in cap messages from MDS + - SAUCE: ceph: add infrastructure for file encryption and decryption + - SAUCE: libceph: add CEPH_OSD_OP_ASSERT_VER support + - SAUCE: libceph: allow ceph_osdc_new_request to accept a multi-op read + - SAUCE: ceph: add object version support for sync read + - SAUCE: ceph: add truncate size handling support for fscrypt + - SAUCE: ceph: don't use special DIO path for encrypted inodes + - SAUCE: ceph: align data in pages in ceph_sync_write + - SAUCE: ceph: add read/modify/write to ceph_sync_write + - SAUCE: ceph: add encryption support to writepage and writepages + - SAUCE: ceph: plumb in decryption during reads + - SAUCE: ceph: invalidate pages when doing direct/sync writes + - SAUCE: ceph: add support for encrypted snapshot names + - SAUCE: ceph: prevent snapshot creation in encrypted locked directories + - SAUCE: ceph: update documentation regarding snapshot naming limitations + - SAUCE: ceph: drop messages from MDS when unmounting + - SAUCE: ceph: wait for OSD requests' callbacks to finish when unmounting + - SAUCE: ceph: fix updating i_truncate_pagecache_size for fscrypt + - SAUCE: ceph: switch ceph_lookup/atomic_open() to use new fscrypt helper + - SAUCE: libceph: do not include crypto/algapi.h + - SAUCE: rbd: bump RBD_MAX_PARENT_CHAIN_LEN to 128 + - SAUCE: ceph: dump info about cap flushes when we're waiting too long for + them + - SAUCE: mm: BUG if filemap_alloc_folio gives us a folio with a non-NULL + ->private + - SAUCE: ceph: make sure all the files successfully put before unmounting + - SAUCE: ceph: BUG if MDS changed truncate_seq with client caps still + outstanding + - SAUCE: ceph: add the *_client debug macros support + - SAUCE: ceph: pass the mdsc to several helpers + - SAUCE: ceph: rename _to_client() to _to_fs_client() + - SAUCE: ceph: move mdsmap.h to fs/ceph/ + - SAUCE: ceph: add ceph_inode_to_client() helper support + - SAUCE: ceph: print the client global_id in all the debug logs + - SAUCE: ceph: make the members in struct ceph_mds_request_args_ext an union + - SAUCE: ceph: make num_fwd and num_retry to __u32 + - SAUCE: fs: export mnt_idmap_get/mnt_idmap_put + - SAUCE: ceph: stash idmapping in mdsc request + - SAUCE: ceph: handle idmapped mounts in create_request_message() + - SAUCE: ceph: add enable_unsafe_idmap module parameter + - SAUCE: ceph: pass an idmapping to mknod/symlink/mkdir + - SAUCE: ceph: allow idmapped getattr inode op + - SAUCE: ceph: allow idmapped permission inode op + - SAUCE: ceph: pass idmap to __ceph_setattr + - SAUCE: ceph: allow idmapped setattr inode op + - SAUCE: ceph/acl: allow idmapped set_acl inode op + - SAUCE: ceph/file: allow idmapped atomic_open inode op + - SAUCE: ceph: allow idmapped mounts + + * Got soft lockup CPU if dell_uart_backlight is probed (LP: #2032174) + - SAUCE: platform/x86: dell-uart-backlight: replace chars_in_buffer() with + flush_chars() + + * Fix ACPI TAD on some Intel based systems (LP: #2032767) + - ACPI: TAD: Install SystemCMOS address space handler for ACPI000E + + * Fix unreliable ethernet cable detection on I219 NIC (LP: #2028122) + - e1000e: Use PME poll to circumvent unreliable ACPI wake + + * Fix panel brightness issues on HP laptops (LP: #2032704) + - ACPI: video: Put ACPI video and its child devices into D0 on boot + + * FATAL:credentials.cc(127)] Check failed: . : Permission denied (13) + (LP: #2017980) + - [Config] disable CONFIG_SECURITY_APPARMOR_RESTRICT_USERNS + + * Support initrdless boot on default qemu virt models and openstack + (LP: #2030745) + - [Config] set VIRTIO_BLK=y for default qemu/openstack boot + + * Miscellaneous Ubuntu changes + - [Packaging] rust: use Rust 1.68.2 + - [Packaging] depend on clang/libclang-15 for Rust + - [Config] update toolchain versions in annotations + - [Config] update annotations after rebase to v6.5-rc6 + - [Config] update toolchain version in annotations + - [Packaging] temporarily disable Rust support + - [Packaging] temporarily disable signing for ppc64el + - [Packaging] temporarily disable signing for s390x + + -- Andrea Righi Thu, 24 Aug 2023 17:47:10 +0200 + +linux (6.5.0-0.0) mantic; urgency=medium + + * Empty entry + + -- Andrea Righi Wed, 23 Aug 2023 08:14:48 +0200 + +linux-unstable (6.5.0-4.4) mantic; urgency=medium + + * mantic/linux-unstable: 6.5.0-4.4 -proposed tracker (LP: #2029086) + + * Miscellaneous Ubuntu changes + - [Packaging] Add .NOTPARALLEL + - [Packaging] Remove meaningless $(header_arch) + - [Packaging] Fix File exists error in install-arch-headers + - [Packaging] clean debian/linux-* directories + - [Packaging] remove hmake + - [Packaging] install headers to debian/linux-libc-dev directly + - [Config] define CONFIG options for arm64 instead of arm64-generic + - [Config] update annotations after rebase to v6.5-rc4 + - [Packaging] temporarily disable Rust support + + [ Upstream Kernel Changes ] + + * Rebase to v6.5-rc4 + + -- Andrea Righi Mon, 31 Jul 2023 08:41:59 +0200 + +linux-unstable (6.5.0-3.3) mantic; urgency=medium + + * mantic/linux-unstable: 6.5.0-3.3 -proposed tracker (LP: #2028779) + + * enable Rust support in the kernel (LP: #2007654) + - SAUCE: rust: support rustc-1.69.0 + - [Packaging] depend on rustc-1.69.0 + + * Packaging resync (LP: #1786013) + - [Packaging] resync update-dkms-versions helper + - [Packaging] resync getabis + + * Fix UBSAN in Intel EDAC driver (LP: #2028746) + - EDAC/i10nm: Skip the absent memory controllers + + * Ship kernel modules Zstd compressed (LP: #2028568) + - SAUCE: Support but do not require compressed modules + - [Config] Enable support for ZSTD compressed modules + - [Packaging] ZSTD compress modules + + * update apparmor and LSM stacking patch set (LP: #2028253) + - SAUCE: apparmor3.2.0 [02/60]: rename SK_CTX() to aa_sock and make it an + inline fn + - SAUCE: apparmor3.2.0 [05/60]: Add sysctls for additional controls of unpriv + userns restrictions + - SAUCE: apparmor3.2.0 [08/60]: Stacking v38: LSM: Identify modules by more + than name + - SAUCE: apparmor3.2.0 [09/60]: Stacking v38: LSM: Add an LSM identifier for + external use + - SAUCE: apparmor3.2.0 [10/60]: Stacking v38: LSM: Identify the process + attributes for each module + - SAUCE: apparmor3.2.0 [11/60]: Stacking v38: LSM: Maintain a table of LSM + attribute data + - SAUCE: apparmor3.2.0 [12/60]: Stacking v38: proc: Use lsmids instead of lsm + names for attrs + - SAUCE: apparmor3.2.0 [13/60]: Stacking v38: integrity: disassociate + ima_filter_rule from security_audit_rule + - SAUCE: apparmor3.2.0 [14/60]: Stacking v38: LSM: Infrastructure management + of the sock security + - SAUCE: apparmor3.2.0 [15/60]: Stacking v38: LSM: Add the lsmblob data + structure. + - SAUCE: apparmor3.2.0 [16/60]: Stacking v38: LSM: provide lsm name and id + slot mappings + - SAUCE: apparmor3.2.0 [17/60]: Stacking v38: IMA: avoid label collisions with + stacked LSMs + - SAUCE: apparmor3.2.0 [18/60]: Stacking v38: LSM: Use lsmblob in + security_audit_rule_match + - SAUCE: apparmor3.2.0 [19/60]: Stacking v38: LSM: Use lsmblob in + security_kernel_act_as + - SAUCE: apparmor3.2.0 [20/60]: Stacking v38: LSM: Use lsmblob in + security_secctx_to_secid + - SAUCE: apparmor3.2.0 [21/60]: Stacking v38: LSM: Use lsmblob in + security_secid_to_secctx + - SAUCE: apparmor3.2.0 [22/60]: Stacking v38: LSM: Use lsmblob in + security_ipc_getsecid + - SAUCE: apparmor3.2.0 [23/60]: Stacking v38: LSM: Use lsmblob in + security_current_getsecid + - SAUCE: apparmor3.2.0 [24/60]: Stacking v38: LSM: Use lsmblob in + security_inode_getsecid + - SAUCE: apparmor3.2.0 [25/60]: Stacking v38: LSM: Use lsmblob in + security_cred_getsecid + - SAUCE: apparmor3.2.0 [26/60]: Stacking v38: LSM: Specify which LSM to + display + - SAUCE: apparmor3.2.0 [28/60]: Stacking v38: LSM: Ensure the correct LSM + context releaser + - SAUCE: apparmor3.2.0 [29/60]: Stacking v38: LSM: Use lsmcontext in + security_secid_to_secctx + - SAUCE: apparmor3.2.0 [30/60]: Stacking v38: LSM: Use lsmcontext in + security_inode_getsecctx + - SAUCE: apparmor3.2.0 [31/60]: Stacking v38: Use lsmcontext in + security_dentry_init_security + - SAUCE: apparmor3.2.0 [32/60]: Stacking v38: LSM: security_secid_to_secctx in + netlink netfilter + - SAUCE: apparmor3.2.0 [33/60]: Stacking v38: NET: Store LSM netlabel data in + a lsmblob + - SAUCE: apparmor3.2.0 [34/60]: Stacking v38: binder: Pass LSM identifier for + confirmation + - SAUCE: apparmor3.2.0 [35/60]: Stacking v38: LSM: security_secid_to_secctx + module selection + - SAUCE: apparmor3.2.0 [36/60]: Stacking v38: Audit: Keep multiple LSM data in + audit_names + - SAUCE: apparmor3.2.0 [37/60]: Stacking v38: Audit: Create audit_stamp + structure + - SAUCE: apparmor3.2.0 [38/60]: Stacking v38: LSM: Add a function to report + multiple LSMs + - SAUCE: apparmor3.2.0 [39/60]: Stacking v38: Audit: Allow multiple records in + an audit_buffer + - SAUCE: apparmor3.2.0 [40/60]: Stacking v38: Audit: Add record for multiple + task security contexts + - SAUCE: apparmor3.2.0 [41/60]: Stacking v38: audit: multiple subject lsm + values for netlabel + - SAUCE: apparmor3.2.0 [42/60]: Stacking v38: Audit: Add record for multiple + object contexts + - SAUCE: apparmor3.2.0 [43/60]: Stacking v38: netlabel: Use a struct lsmblob + in audit data + - SAUCE: apparmor3.2.0 [44/60]: Stacking v38: LSM: Removed scaffolding + function lsmcontext_init + - SAUCE: apparmor3.2.0 [45/60]: Stacking v38: AppArmor: Remove the exclusive + flag + - SAUCE: apparmor3.2.0 [46/60]: combine common_audit_data and + apparmor_audit_data + - SAUCE: apparmor3.2.0 [47/60]: setup slab cache for audit data + - SAUCE: apparmor3.2.0 [48/60]: rename audit_data->label to + audit_data->subj_label + - SAUCE: apparmor3.2.0 [49/60]: pass cred through to audit info. + - SAUCE: apparmor3.2.0 [50/60]: Improve debug print infrastructure + - SAUCE: apparmor3.2.0 [51/60]: add the ability for profiles to have a + learning cache + - SAUCE: apparmor3.2.0 [52/60]: enable userspace upcall for mediation + - SAUCE: apparmor3.2.0 [53/60]: cache buffers on percpu list if there is lock + contention + - SAUCE: apparmor3.2.0 [55/60]: advertise availability of exended perms + - SAUCE: apparmor3.2.0 [60/60]: [Config] enable + CONFIG_SECURITY_APPARMOR_RESTRICT_USERNS + + * LSM stacking and AppArmor for 6.2: additional fixes (LP: #2017903) // update + apparmor and LSM stacking patch set (LP: #2028253) + - SAUCE: apparmor3.2.0 [57/60]: fix profile verification and enable it + + * udev fails to make prctl() syscall with apparmor=0 (as used by maas by + default) (LP: #2016908) // update apparmor and LSM stacking patch set + (LP: #2028253) + - SAUCE: apparmor3.2.0 [27/60]: Stacking v38: Fix prctl() syscall with + apparmor=0 + + * kinetic: apply new apparmor and LSM stacking patch set (LP: #1989983) // + update apparmor and LSM stacking patch set (LP: #2028253) + - SAUCE: apparmor3.2.0 [01/60]: add/use fns to print hash string hex value + - SAUCE: apparmor3.2.0 [03/60]: patch to provide compatibility with v2.x net + rules + - SAUCE: apparmor3.2.0 [04/60]: add user namespace creation mediation + - SAUCE: apparmor3.2.0 [06/60]: af_unix mediation + - SAUCE: apparmor3.2.0 [07/60]: Add fine grained mediation of posix mqueues + + * Miscellaneous Ubuntu changes + - [Packaging] Use consistent llvm/clang for rust + + [ Upstream Kernel Changes ] + + * Rebase to v6.5-rc3 + + -- Andrea Righi Fri, 28 Jul 2023 07:44:20 +0200 + +linux-unstable (6.5.0-2.2) mantic; urgency=medium + + * mantic/linux-unstable: 6.5.0-2.2 -proposed tracker (LP: #2027953) + + * Remove non-LPAE kernel flavor (LP: #2025265) + - [Packaging] Rename armhf generic-lpae flavor to generic + + * Please enable Renesas RZ platform serial installer (LP: #2022361) + - [Config] enable hihope RZ/G2M serial console + + * Miscellaneous Ubuntu changes + - [Packaging] snap: Remove old configs handling + - [Packaging] checks/final-checks: Remove old configs handling + - [Packaging] checks/final-checks: check existance of Makefile first + - [Packaging] checks/final-checks: Fix shellcheck issues + - [Packaging] add libstdc++-dev to the build dependencies + - [Config] update annotations after rebase to v6.5-rc2 + + * Miscellaneous upstream changes + - kbuild: rust: avoid creating temporary files + - rust: fix bindgen build error with UBSAN_BOUNDS_STRICT + + [ Upstream Kernel Changes ] + + * Rebase to v6.5-rc2 + + -- Andrea Righi Tue, 18 Jul 2023 10:14:14 +0200 + +linux-unstable (6.5.0-1.1) mantic; urgency=medium + + * mantic/linux-unstable: 6.5.0-1.1 -proposed tracker (LP: #2026689) + + * CVE-2023-31248 + - netfilter: nf_tables: do not ignore genmask when looking up chain by id + + * CVE-2023-35001 + - netfilter: nf_tables: prevent OOB access in nft_byteorder_eval + + * HDMI output with More than one child device for port B in VBT error + (LP: #2025195) + - SAUCE: drm/i915/quirks: Add multiple VBT quirk for HP ZBook Power G10 + + * CVE-2023-2640 // CVE-2023-32629 + - SAUCE: overlayfs: default to userxattr when mounted from non initial user + namespace + + * Packaging resync (LP: #1786013) + - [Packaging] resync update-dkms-versions helper + + * enable Rust support in the kernel (LP: #2007654) + - SAUCE: btf, scripts: rust: drop is_rust_module.sh + - [Packaging] add rust dependencies + + * CVE-2023-2612 + - SAUCE: shiftfs: prevent lock unbalance in shiftfs_create_object() + + * Miscellaneous Ubuntu changes + - SAUCE: shiftfs: support linux 6.5 + - [Config] update annotations after rebase to v6.5-rc1 + - [Config] temporarily disable Rust + + [ Upstream Kernel Changes ] + + * Rebase to v6.5-rc1 + + -- Andrea Righi Mon, 10 Jul 2023 09:15:26 +0200 + +linux-unstable (6.5.0-0.0) mantic; urgency=medium + + * Empty entry + + -- Andrea Righi Wed, 05 Jul 2023 12:48:39 +0200 + +linux-unstable (6.4.0-8.8) mantic; urgency=medium + + * mantic/linux-unstable: 6.4.0-8.8 -proposed tracker (LP: #2025018) + + * Miscellaneous Ubuntu changes + - [Config] update toolchain version (gcc) in annotations + + [ Upstream Kernel Changes ] + + * Rebase to v6.4 + + -- Andrea Righi Mon, 26 Jun 2023 09:14:02 +0200 + +linux-unstable (6.4.0-7.7) mantic; urgency=medium + + * mantic/linux-unstable: 6.4.0-7.7 -proposed tracker (LP: #2024338) + + [ Upstream Kernel Changes ] + + * Rebase to v6.4-rc7 + + -- Andrea Righi Mon, 19 Jun 2023 08:51:27 +0200 + +linux-unstable (6.4.0-6.6) mantic; urgency=medium + + * mantic/linux-unstable: 6.4.0-6.6 -proposed tracker (LP: #2023966) + + * Packaging resync (LP: #1786013) + - [Packaging] update annotations scripts + + * enable multi-gen LRU by default (LP: #2023629) + - [Config] enable multi-gen LRU by default + + * Fix Monitor lost after replug WD19TBS to SUT port with VGA/DVI to type-C + dongle (LP: #2021949) + - thunderbolt: Do not touch CL state configuration during discovery + - thunderbolt: Increase DisplayPort Connection Manager handshake timeout + + * Neuter signing tarballs (LP: #2012776) + - [Packaging] remove the signing tarball support + + * Enable Tracing Configs for OSNOISE and TIMERLAT (LP: #2018591) + - [Config] Enable OSNOISE_TRACER and TIMERLAT_TRACER configs + + * Miscellaneous Ubuntu changes + - [Config] Add CONFIG_AS_HAS_NON_CONST_LEB128 on riscv64 + - [Packaging] introduce do_lib_rust and enable it only on generic amd64 + - [Config] update annotations after rebase to v6.4-rc6 + + [ Upstream Kernel Changes ] + + * Rebase to v6.4-rc6 + + -- Andrea Righi Thu, 15 Jun 2023 20:11:07 +0200 + +linux-unstable (6.4.0-5.5) mantic; urgency=medium + + * mantic/linux-unstable: 6.4.0-5.5 -proposed tracker (LP: #2022886) + + * Miscellaneous Ubuntu changes + - [Packaging] update getabis to support linux-unstable + - UBUNTU [Config]: disable hibernation on riscv64 + + [ Upstream Kernel Changes ] + + * Rebase to v6.4-rc5 + + -- Andrea Righi Tue, 06 Jun 2023 08:18:01 +0200 + +linux-unstable (6.4.0-4.4) mantic; urgency=medium + + * mantic/linux-unstable: 6.4.0-4.4 -proposed tracker (LP: #2021597) + + * Miscellaneous Ubuntu changes + - [Config] udpate annotations after rebase to v6.4-rc4 + + -- Andrea Righi Tue, 30 May 2023 11:55:41 +0200 + +linux-unstable (6.4.0-3.3) mantic; urgency=medium + + * mantic/linux-unstable: 6.4.0-3.3 -proposed tracker (LP: #2021497) + + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + - [Packaging] resync getabis + + * support python < 3.9 with annotations (LP: #2020531) + - [Packaging] kconfig/annotations.py: support older way of merging dicts + + * generate linux-lib-rust only on amd64 (LP: #2020356) + - [Packaging] generate linux-lib-rust only on amd64 + + * Miscellaneous Ubuntu changes + - [Packaging] annotations: never drop configs that have notes different than + the parent + - [Config] drop CONFIG_SMBFS_COMMON from annotations + - [Packaging] perf: build without libtraceevent + + [ Upstream Kernel Changes ] + + * Rebase to v6.4-rc4 + + -- Andrea Righi Tue, 30 May 2023 08:38:10 +0200 + +linux-unstable (6.4.0-2.2) mantic; urgency=medium + + * mantic/linux-unstable: 6.4.0-2.2 -proposed tracker (LP: #2020330) + + * Computer with Intel Atom CPU will not boot with Kernel 6.2.0-20 + (LP: #2017444) + - [Config]: Disable CONFIG_INTEL_ATOMISP + + * Fix NVME storage with RAID ON disappeared under Dell factory WINPE + environment (LP: #2011768) + - SAUCE: PCI: vmd: Reset VMD config register between soft reboots + + * Miscellaneous Ubuntu changes + - [Packaging] Drop support of old config handling + - [Config] update annotations after rebase to v6.4-rc3 + + [ Upstream Kernel Changes ] + + * Rebase to v6.4-rc3 + + -- Andrea Righi Mon, 22 May 2023 11:22:14 +0200 + +linux-unstable (6.4.0-1.1) mantic; urgency=medium + + * mantic/linux-unstable: 6.4.0-1.1 -proposed tracker (LP: #2019965) + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + - [Packaging] update helper scripts + + * Kernel 6.1 bumped the disk consumption on default images by 15% + (LP: #2015867) + - [Packaging] introduce a separate linux-lib-rust package + + * Miscellaneous Ubuntu changes + - [Config] enable CONFIG_BLK_DEV_UBLK on amd64 + - [Packaging] annotations: use python3 in the shebang + - SAUCE: blk-throttle: Fix io statistics for cgroup v1 + - [Packaging] move to v6.4 and rename to linux-unstable + - [Config] update annotations after rebase to v6.4-rc1 + - [Packaging] temporarily disable perf + - [Packaging] temporarily disable bpftool + - [Config] ppc64el: reduce CONFIG_ARCH_FORCE_MAX_ORDER from 9 to 8 + - SAUCE: perf: explicitly disable libtraceevent + + [ Upstream Kernel Changes ] + + * Rebase to v6.4-rc2 + + -- Andrea Righi Thu, 18 May 2023 07:34:09 +0200 + +linux-unstable (6.4.0-0.0) mantic; urgency=medium + + * Empty entry + + -- Andrea Righi Wed, 17 May 2023 15:29:25 +0200 + +linux-unstable (6.3.0-2.2) lunar; urgency=medium + + * lunar/linux-unstable: 6.3.0-2.2 -proposed tracker (LP: #2017788) + + * Miscellaneous Ubuntu changes + - [Packaging] move python3-dev to build-depends + + -- Andrea Righi Wed, 26 Apr 2023 21:52:12 +0200 + +linux-unstable (6.3.0-1.1) lunar; urgency=medium + + * lunar/linux-unstable: 6.3.0-1.1 -proposed tracker (LP: #2017776) + + * RFC: virtio and virtio-scsi should be built in (LP: #1685291) + - [Config] Mark CONFIG_SCSI_VIRTIO built-in + + * Debian autoreconstruct Fix restoration of execute permissions (LP: #2015498) + - [Debian] autoreconstruct - fix restoration of execute permissions + + * [SRU][Jammy] CONFIG_PCI_MESON is not enabled (LP: #2007745) + - [Config] arm64: Enable PCI_MESON module + + * vmd may fail to create sysfs entry while `pci_rescan_bus()` called in some + other drivers like wwan (LP: #2011389) + - SAUCE: PCI: vmd: guard device addition and removal + + * Lunar update: v6.2.9 upstream stable release (LP: #2016877) + - [Config] ppc64: updateconfigs following v6.2.9 stable updates + + * Lunar update: v6.2.8 upstream stable release (LP: #2016876) + - [Config] ppc64: updateconfigs following v6.2.8 stable updates + + * Miscellaneous Ubuntu changes + - [Packaging] Move final-checks script to debian/scripts/checks + - [Packaging] checks/final-checks: Honor 'do_skip_checks' + - [Packaging] Drop wireguard DKMS + - [Packaging] Remove update-version-dkms + - [Packaging] debian/rules: Add DKMS info to 'printenv' output + - [Packaging] ignore KBUILD_VERBOSE in arch-has-odm-enabled.sh + - SAUCE: shiftfs: support linux 6.3 + - [Packaging] move to v6.3 and rename to linux-unstable + - [Config] latency-related optimizations + - [Config] update annotations after rebase to v6.3 + - [Packaging] temporarily disable dkms + + [ Upstream Kernel Changes ] + + * Rebase to v6.3 + + -- Andrea Righi Wed, 26 Apr 2023 14:53:52 +0200 + +linux-unstable (6.3.0-0.0) lunar; urgency=medium + + * Empty entry + + -- Andrea Righi Tue, 25 Apr 2023 10:24:12 +0200 + +linux (6.2.0-21.21) lunar; urgency=medium + + * lunar/linux: 6.2.0-21.21 -proposed tracker (LP: #2016249) + + * efivarfs:efivarfs.sh in ubuntu_kernel_selftests crash L-6.2 ARM64 node + dazzle (rcu_preempt detected stalls) (LP: #2015741) + - efi/libstub: smbios: Use length member instead of record struct size + - arm64: efi: Use SMBIOS processor version to key off Ampere quirk + - efi/libstub: smbios: Drop unused 'recsize' parameter + + * Miscellaneous Ubuntu changes + - SAUCE: selftests/bpf: ignore pointer types check with clang + - SAUCE: selftests/bpf: avoid conflicting data types in profiler.inc.h + - [Packaging] get rid of unnecessary artifacts in linux-headers + + * Miscellaneous upstream changes + - Revert "UBUNTU: SAUCE: Revert "efi: random: refresh non-volatile random seed + when RNG is initialized"" + - Revert "UBUNTU: SAUCE: Revert "efi: random: fix NULL-deref when refreshing + seed"" + + -- Andrea Righi Fri, 14 Apr 2023 12:11:49 +0200 + +linux (6.2.0-20.20) lunar; urgency=medium + + * lunar/linux: 6.2.0-20.20 -proposed tracker (LP: #2015429) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + * FTBFS with different dkms or when makeflags are set (LP: #2015361) + - [Packaging] FTBFS with different dkms or when makeflags are set + + * expoline.o is packaged unconditionally for s390x (LP: #2013209) + - [Packaging] Copy expoline.o only when produced by the build + + * net:l2tp.sh failure with lunar:linux 6.2 (LP: #2013014) + - SAUCE: l2tp: generate correct module alias strings + + * Miscellaneous Ubuntu changes + - [Packaging] annotations: prevent duplicate include lines + + -- Andrea Righi Thu, 06 Apr 2023 08:33:14 +0200 + +linux (6.2.0-19.19) lunar; urgency=medium + + * lunar/linux: 6.2.0-19.19 -proposed tracker (LP: #2012488) + + * Neuter signing tarballs (LP: #2012776) + - [Packaging] neuter the signing tarball + + * LSM stacking and AppArmor refresh for 6.2 kernel (LP: #2012136) + - Revert "UBUNTU: [Config] define CONFIG_SECURITY_APPARMOR_RESTRICT_USERNS" + - Revert "UBUNTU: SAUCE: apparmor: add user namespace creation mediation" + - Revert "UBUNTU: SAUCE: apparmor: Add fine grained mediation of posix + mqueues" + - Revert "UBUNTU: SAUCE: Revert "apparmor: make __aa_path_perm() static"" + - Revert "UBUNTU: SAUCE: LSM: Specify which LSM to display (using struct cred + as input)" + - Revert "UBUNTU: SAUCE: apparmor: Fix build error, make sk parameter const" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in smk_netlbl_mls()" + - Revert "UBUNTU: SAUCE: LSM: change ima_read_file() to use lsmblob" + - Revert "UBUNTU: SAUCE: apparmor: rename kzfree() to kfree_sensitive()" + - Revert "UBUNTU: SAUCE: AppArmor: Remove the exclusive flag" + - Revert "UBUNTU: SAUCE: LSM: Add /proc attr entry for full LSM context" + - Revert "UBUNTU: SAUCE: Audit: Fix incorrect static inline function + declration." + - Revert "UBUNTU: SAUCE: Audit: Fix for missing NULL check" + - Revert "UBUNTU: SAUCE: Audit: Add a new record for multiple object LSM + attributes" + - Revert "UBUNTU: SAUCE: Audit: Add new record for multiple process LSM + attributes" + - Revert "UBUNTU: SAUCE: NET: Store LSM netlabel data in a lsmblob" + - Revert "UBUNTU: SAUCE: LSM: security_secid_to_secctx in netlink netfilter" + - Revert "UBUNTU: SAUCE: LSM: Use lsmcontext in security_inode_getsecctx" + - Revert "UBUNTU: SAUCE: LSM: Use lsmcontext in security_secid_to_secctx" + - Revert "UBUNTU: SAUCE: LSM: Ensure the correct LSM context releaser" + - Revert "UBUNTU: SAUCE: LSM: Specify which LSM to display" + - Revert "UBUNTU: SAUCE: IMA: Change internal interfaces to use lsmblobs" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_cred_getsecid" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_inode_getsecid" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_task_getsecid" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_ipc_getsecid" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_secid_to_secctx" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_secctx_to_secid" + - Revert "UBUNTU: SAUCE: net: Prepare UDS for security module stacking" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_kernel_act_as" + - Revert "UBUNTU: SAUCE: LSM: Use lsmblob in security_audit_rule_match" + - Revert "UBUNTU: SAUCE: LSM: Create and manage the lsmblob data structure." + - Revert "UBUNTU: SAUCE: LSM: Infrastructure management of the sock security" + - Revert "UBUNTU: SAUCE: apparmor: LSM stacking: switch from SK_CTX() to + aa_sock()" + - Revert "UBUNTU: SAUCE: apparmor: rename aa_sock() to aa_unix_sk()" + - Revert "UBUNTU: SAUCE: apparmor: disable showing the mode as part of a secid + to secctx" + - Revert "UBUNTU: SAUCE: apparmor: fix use after free in sk_peer_label" + - Revert "UBUNTU: SAUCE: apparmor: af_unix mediation" + - Revert "UBUNTU: SAUCE: apparmor: patch to provide compatibility with v2.x + net rules" + - Revert "UBUNTU: SAUCE: apparmor: add/use fns to print hash string hex value" + - SAUCE: apparmor: rename SK_CTX() to aa_sock and make it an inline fn + - SAUCE: apparmor: Add sysctls for additional controls of unpriv userns + restrictions + - SAUCE: Stacking v38: LSM: Identify modules by more than name + - SAUCE: Stacking v38: LSM: Add an LSM identifier for external use + - SAUCE: Stacking v38: LSM: Identify the process attributes for each module + - SAUCE: Stacking v38: LSM: Maintain a table of LSM attribute data + - SAUCE: Stacking v38: proc: Use lsmids instead of lsm names for attrs + - SAUCE: Stacking v38: integrity: disassociate ima_filter_rule from + security_audit_rule + - SAUCE: Stacking v38: LSM: Infrastructure management of the sock security + - SAUCE: Stacking v38: LSM: Add the lsmblob data structure. + - SAUCE: Stacking v38: LSM: provide lsm name and id slot mappings + - SAUCE: Stacking v38: IMA: avoid label collisions with stacked LSMs + - SAUCE: Stacking v38: LSM: Use lsmblob in security_audit_rule_match + - SAUCE: Stacking v38: LSM: Use lsmblob in security_kernel_act_as + - SAUCE: Stacking v38: LSM: Use lsmblob in security_secctx_to_secid + - SAUCE: Stacking v38: LSM: Use lsmblob in security_secid_to_secctx + - SAUCE: Stacking v38: LSM: Use lsmblob in security_ipc_getsecid + - SAUCE: Stacking v38: LSM: Use lsmblob in security_current_getsecid + - SAUCE: Stacking v38: LSM: Use lsmblob in security_inode_getsecid + - SAUCE: Stacking v38: LSM: Use lsmblob in security_cred_getsecid + - SAUCE: Stacking v38: LSM: Specify which LSM to display + - SAUCE: Stacking v38: LSM: Ensure the correct LSM context releaser + - SAUCE: Stacking v38: LSM: Use lsmcontext in security_secid_to_secctx + - SAUCE: Stacking v38: LSM: Use lsmcontext in security_inode_getsecctx + - SAUCE: Stacking v38: Use lsmcontext in security_dentry_init_security + - SAUCE: Stacking v38: LSM: security_secid_to_secctx in netlink netfilter + - SAUCE: Stacking v38: NET: Store LSM netlabel data in a lsmblob + - SAUCE: Stacking v38: binder: Pass LSM identifier for confirmation + - SAUCE: Stacking v38: LSM: security_secid_to_secctx module selection + - SAUCE: Stacking v38: Audit: Keep multiple LSM data in audit_names + - SAUCE: Stacking v38: Audit: Create audit_stamp structure + - SAUCE: Stacking v38: LSM: Add a function to report multiple LSMs + - SAUCE: Stacking v38: Audit: Allow multiple records in an audit_buffer + - SAUCE: Stacking v38: Audit: Add record for multiple task security contexts + - SAUCE: Stacking v38: audit: multiple subject lsm values for netlabel + - SAUCE: Stacking v38: Audit: Add record for multiple object contexts + - SAUCE: Stacking v38: netlabel: Use a struct lsmblob in audit data + - SAUCE: Stacking v38: LSM: Removed scaffolding function lsmcontext_init + - SAUCE: Stacking v38: AppArmor: Remove the exclusive flag + - SAUCE: apparmor: combine common_audit_data and apparmor_audit_data + - SAUCE: apparmor: setup slab cache for audit data + - SAUCE: apparmor: rename audit_data->label to audit_data->subj_label + - SAUCE: apparmor: pass cred through to audit info. + - SAUCE: apparmor: Improve debug print infrastructure + - SAUCE: apparmor: add the ability for profiles to have a learning cache + - SAUCE: apparmor: enable userspace upcall for mediation + - SAUCE: apparmor: cache buffers on percpu list if there is lock contention + - SAUCE: apparmor: fix policy_compat permission remap with extended + permissions + - SAUCE: apparmor: advertise availability of exended perms + - [Config] define CONFIG_SECURITY_APPARMOR_RESTRICT_USERNS + + * kinetic: apply new apparmor and LSM stacking patch set (LP: #1989983) // LSM + stacking and AppArmor refresh for 6.2 kernel (LP: #2012136) + - SAUCE: apparmor: add/use fns to print hash string hex value + - SAUCE: apparmor: patch to provide compatibility with v2.x net rules + - SAUCE: apparmor: add user namespace creation mediation + - SAUCE: apparmor: af_unix mediation + - SAUCE: apparmor: Add fine grained mediation of posix mqueues + + * devlink_port_split from ubuntu_kernel_selftests.net fails on hirsute + (KeyError: 'flavour') (LP: #1937133) + - selftests: net: devlink_port_split.py: skip test if no suitable device + available + + * NFS deathlock with last Kernel 5.4.0-144.161 and 5.15.0-67.74 (LP: #2009325) + - NFS: Correct timing for assigning access cache timestamp + + -- Andrea Righi Sat, 25 Mar 2023 07:37:30 +0100 + +linux (6.2.0-18.18) lunar; urgency=medium + + * lunar/linux: 6.2.0-18.18 -proposed tracker (LP: #2011750) + + * lunar/linux 6.2 fails to boot on arm64 (LP: #2011748) + - SAUCE: Revert "efi: random: fix NULL-deref when refreshing seed" + - SAUCE: Revert "efi: random: refresh non-volatile random seed when RNG is + initialized" + + -- Andrea Righi Wed, 15 Mar 2023 23:54:18 +0100 + +linux (6.2.0-17.17) lunar; urgency=medium + + * lunar/linux: 6.2.0-17.17 -proposed tracker (LP: #2011593) + + * lunar/linux 6.2 fails to boot on ppc64el (LP: #2011413) + - SAUCE: Revert "powerpc: remove STACK_FRAME_OVERHEAD" + - SAUCE: Revert "powerpc/pseries: hvcall stack frame overhead" + + * Speaker / Audio/Mic mute LED don't work on a HP platform (LP: #2011379) + - SAUCE: ALSA: hda/realtek: fix speaker, mute/micmute LEDs not work on a HP + platform + + * Some QHD panels fail to refresh when PSR2 enabled (LP: #2009014) + - SAUCE: drm/i915/psr: Use calculated io and fast wake lines + + * Lunar update: v6.2.6 upstream stable release (LP: #2011431) + - tpm: disable hwrng for fTPM on some AMD designs + - wifi: cfg80211: Partial revert "wifi: cfg80211: Fix use after free for wext" + - staging: rtl8192e: Remove function ..dm_check_ac_dc_power calling a script + - staging: rtl8192e: Remove call_usermodehelper starting RadioPower.sh + - Linux 6.2.6 + + * Lunar update: v6.2.5 upstream stable release (LP: #2011430) + - net/sched: Retire tcindex classifier + - auxdisplay: hd44780: Fix potential memory leak in hd44780_remove() + - fs/jfs: fix shift exponent db_agl2size negative + - driver: soc: xilinx: fix memory leak in xlnx_add_cb_for_notify_event() + - f2fs: don't rely on F2FS_MAP_* in f2fs_iomap_begin + - f2fs: fix to avoid potential deadlock + - objtool: Fix memory leak in create_static_call_sections() + - soc: mediatek: mtk-pm-domains: Allow mt8186 ADSP default power on + - soc: qcom: socinfo: Fix soc_id order + - memory: renesas-rpc-if: Split-off private data from struct rpcif + - memory: renesas-rpc-if: Move resource acquisition to .probe() + - soc: mediatek: mtk-svs: Enable the IRQ later + - pwm: sifive: Always let the first pwm_apply_state succeed + - pwm: stm32-lp: fix the check on arr and cmp registers update + - f2fs: introduce trace_f2fs_replace_atomic_write_block + - f2fs: clear atomic_write_task in f2fs_abort_atomic_write() + - soc: mediatek: mtk-svs: restore default voltages when svs_init02() fail + - soc: mediatek: mtk-svs: reset svs when svs_resume() fail + - soc: mediatek: mtk-svs: Use pm_runtime_resume_and_get() in svs_init01() + - f2fs: fix to do sanity check on extent cache correctly + - fs: f2fs: initialize fsdata in pagecache_write() + - f2fs: allow set compression option of files without blocks + - f2fs: fix to abort atomic write only during do_exist() + - um: vector: Fix memory leak in vector_config + - ubi: ensure that VID header offset + VID header size <= alloc, size + - ubifs: Fix build errors as symbol undefined + - ubifs: Fix memory leak in ubifs_sysfs_init() + - ubifs: Rectify space budget for ubifs_symlink() if symlink is encrypted + - ubifs: Rectify space budget for ubifs_xrename() + - ubifs: Fix wrong dirty space budget for dirty inode + - ubifs: do_rename: Fix wrong space budget when target inode's nlink > 1 + - ubifs: Reserve one leb for each journal head while doing budget + - ubi: Fix use-after-free when volume resizing failed + - ubi: Fix unreferenced object reported by kmemleak in ubi_resize_volume() + - ubifs: Fix memory leak in alloc_wbufs() + - ubi: Fix possible null-ptr-deref in ubi_free_volume() + - ubifs: Re-statistic cleaned znode count if commit failed + - ubifs: dirty_cow_znode: Fix memleak in error handling path + - ubifs: ubifs_writepage: Mark page dirty after writing inode failed + - ubifs: ubifs_releasepage: Remove ubifs_assert(0) to valid this process + - ubi: fastmap: Fix missed fm_anchor PEB in wear-leveling after disabling + fastmap + - ubi: Fix UAF wear-leveling entry in eraseblk_count_seq_show() + - ubi: ubi_wl_put_peb: Fix infinite loop when wear-leveling work failed + - f2fs: fix to handle F2FS_IOC_START_ATOMIC_REPLACE in f2fs_compat_ioctl() + - f2fs: fix to avoid potential memory corruption in __update_iostat_latency() + - f2fs: fix to update age extent correctly during truncation + - f2fs: fix to update age extent in f2fs_do_zero_range() + - soc: qcom: stats: Populate all subsystem debugfs files + - f2fs: introduce IS_F2FS_IPU_* macro + - f2fs: fix to set ipu policy + - ext4: use ext4_fc_tl_mem in fast-commit replay path + - ext4: don't show commit interval if it is zero + - netfilter: nf_tables: allow to fetch set elements when table has an owner + - x86: um: vdso: Add '%rcx' and '%r11' to the syscall clobber list + - um: virtio_uml: free command if adding to virtqueue failed + - um: virtio_uml: mark device as unregistered when breaking it + - um: virtio_uml: move device breaking into workqueue + - um: virt-pci: properly remove PCI device from bus + - f2fs: synchronize atomic write aborts + - watchdog: rzg2l_wdt: Issue a reset before we put the PM clocks + - watchdog: rzg2l_wdt: Handle TYPE-B reset for RZ/V2M + - watchdog: at91sam9_wdt: use devm_request_irq to avoid missing free_irq() in + error path + - watchdog: Fix kmemleak in watchdog_cdev_register + - watchdog: pcwd_usb: Fix attempting to access uninitialized memory + - watchdog: sbsa_wdog: Make sure the timeout programming is within the limits + - netfilter: ctnetlink: fix possible refcount leak in + ctnetlink_create_conntrack() + - netfilter: conntrack: fix rmmod double-free race + - netfilter: ip6t_rpfilter: Fix regression with VRF interfaces + - netfilter: ebtables: fix table blob use-after-free + - netfilter: xt_length: use skb len to match in length_mt6 + - netfilter: ctnetlink: make event listener tracking global + - netfilter: x_tables: fix percpu counter block leak on error path when + creating new netns + - swiotlb: mark swiotlb_memblock_alloc() as __init + - ptp: vclock: use mutex to fix "sleep on atomic" bug + - drm/i915: move a Kconfig symbol to unbreak the menu presentation + - ipv6: Add lwtunnel encap size of all siblings in nexthop calculation + - drm/i915/xelpmp: Consider GSI offset when doing MCR lookups + - octeontx2-pf: Recalculate UDP checksum for ptp 1-step sync packet + - net: sunhme: Fix region request + - sctp: add a refcnt in sctp_stream_priorities to avoid a nested loop + - octeontx2-pf: Use correct struct reference in test condition + - net: fix __dev_kfree_skb_any() vs drop monitor + - 9p/xen: fix version parsing + - 9p/xen: fix connection sequence + - 9p/rdma: unmap receive dma buffer in rdma_request()/post_recv() + - spi: tegra210-quad: Fix validate combined sequence + - mlx5: fix skb leak while fifo resync and push + - mlx5: fix possible ptp queue fifo use-after-free + - net/mlx5: ECPF, wait for VF pages only after disabling host PFs + - net/mlx5e: Verify flow_source cap before using it + - net/mlx5: Geneve, Fix handling of Geneve object id as error code + - ext4: fix incorrect options show of original mount_opt and extend mount_opt2 + - nfc: fix memory leak of se_io context in nfc_genl_se_io + - net/sched: transition act_pedit to rcu and percpu stats + - net/sched: act_pedit: fix action bind logic + - net/sched: act_mpls: fix action bind logic + - net/sched: act_sample: fix action bind logic + - net: dsa: seville: ignore mscc-miim read errors from Lynx PCS + - net: dsa: felix: fix internal MDIO controller resource length + - ARM: dts: aspeed: p10bmc: Update battery node name + - ARM: dts: spear320-hmi: correct STMPE GPIO compatible + - tcp: tcp_check_req() can be called from process context + - vc_screen: modify vcs_size() handling in vcs_read() + - spi: tegra210-quad: Fix iterator outside loop + - rtc: sun6i: Always export the internal oscillator + - genirq/ipi: Fix NULL pointer deref in irq_data_get_affinity_mask() + - scsi: ipr: Work around fortify-string warning + - scsi: mpi3mr: Fix an issue found by KASAN + - scsi: mpi3mr: Use number of bits to manage bitmap sizes + - rtc: allow rtc_read_alarm without read_alarm callback + - io_uring: fix size calculation when registering buf ring + - loop: loop_set_status_from_info() check before assignment + - ASoC: adau7118: don't disable regulators on device unbind + - ASoC: apple: mca: Fix final status read on SERDES reset + - ASoC: apple: mca: Fix SERDES reset sequence + - ASoC: apple: mca: Improve handling of unavailable DMA channels + - nvme: bring back auto-removal of deleted namespaces during sequential scan + - nvme-tcp: don't access released socket during error recovery + - nvme-fabrics: show well known discovery name + - ASoC: zl38060 add gpiolib dependency + - ASoC: mediatek: mt8195: add missing initialization + - thermal: intel: quark_dts: fix error pointer dereference + - thermal: intel: BXT_PMIC: select REGMAP instead of depending on it + - cpufreq: apple-soc: Fix an IS_ERR() vs NULL check + - tracing: Add NULL checks for buffer in ring_buffer_free_read_page() + - kernel/printk/index.c: fix memory leak with using debugfs_lookup() + - firmware/efi sysfb_efi: Add quirk for Lenovo IdeaPad Duet 3 + - bootconfig: Increase max nodes of bootconfig from 1024 to 8192 for DCC + support + - mfd: arizona: Use pm_runtime_resume_and_get() to prevent refcnt leak + - IB/hfi1: Update RMT size calculation + - iommu: Remove deferred attach check from __iommu_detach_device() + - PCI/ACPI: Account for _S0W of the target bridge in acpi_pci_bridge_d3() + - media: uvcvideo: Remove format descriptions + - media: uvcvideo: Handle cameras with invalid descriptors + - media: uvcvideo: Handle errors from calls to usb_string + - media: uvcvideo: Quirk for autosuspend in Logitech B910 and C910 + - media: uvcvideo: Silence memcpy() run-time false positive warnings + - USB: fix memory leak with using debugfs_lookup() + - cacheinfo: Fix shared_cpu_map to handle shared caches at different levels + - usb: fotg210: List different variants + - dt-bindings: usb: Add device id for Genesys Logic hub controller + - staging: emxx_udc: Add checks for dma_alloc_coherent() + - tty: fix out-of-bounds access in tty_driver_lookup_tty() + - tty: serial: fsl_lpuart: disable the CTS when send break signal + - serial: sc16is7xx: setup GPIO controller later in probe + - mei: bus-fixup:upon error print return values of send and receive + - tools/iio/iio_utils:fix memory leak + - bus: mhi: ep: Fix the debug message for MHI_PKT_TYPE_RESET_CHAN_CMD cmd + - iio: accel: mma9551_core: Prevent uninitialized variable in + mma9551_read_status_word() + - iio: accel: mma9551_core: Prevent uninitialized variable in + mma9551_read_config_word() + - media: uvcvideo: Add GUID for BGRA/X 8:8:8:8 + - soundwire: bus_type: Avoid lockdep assert in sdw_drv_probe() + - PCI/portdrv: Prevent LS7A Bus Master clearing on shutdown + - PCI: loongson: Prevent LS7A MRRS increases + - staging: pi433: fix memory leak with using debugfs_lookup() + - USB: dwc3: fix memory leak with using debugfs_lookup() + - USB: chipidea: fix memory leak with using debugfs_lookup() + - USB: ULPI: fix memory leak with using debugfs_lookup() + - USB: uhci: fix memory leak with using debugfs_lookup() + - USB: sl811: fix memory leak with using debugfs_lookup() + - USB: fotg210: fix memory leak with using debugfs_lookup() + - USB: isp116x: fix memory leak with using debugfs_lookup() + - USB: isp1362: fix memory leak with using debugfs_lookup() + - USB: gadget: gr_udc: fix memory leak with using debugfs_lookup() + - USB: gadget: bcm63xx_udc: fix memory leak with using debugfs_lookup() + - USB: gadget: lpc32xx_udc: fix memory leak with using debugfs_lookup() + - USB: gadget: pxa25x_udc: fix memory leak with using debugfs_lookup() + - USB: gadget: pxa27x_udc: fix memory leak with using debugfs_lookup() + - usb: host: xhci: mvebu: Iterate over array indexes instead of using pointer + math + - USB: ene_usb6250: Allocate enough memory for full object + - usb: uvc: Enumerate valid values for color matching + - usb: gadget: uvc: Make bSourceID read/write + - PCI: Align extra resources for hotplug bridges properly + - PCI: Take other bus devices into account when distributing resources + - PCI: Distribute available resources for root buses, too + - tty: pcn_uart: fix memory leak with using debugfs_lookup() + - misc: vmw_balloon: fix memory leak with using debugfs_lookup() + - drivers: base: component: fix memory leak with using debugfs_lookup() + - drivers: base: dd: fix memory leak with using debugfs_lookup() + - kernel/fail_function: fix memory leak with using debugfs_lookup() + - PCI: loongson: Add more devices that need MRRS quirk + - PCI: Add ACS quirk for Wangxun NICs + - PCI: pciehp: Add Qualcomm quirk for Command Completed erratum + - phy: rockchip-typec: Fix unsigned comparison with less than zero + - RDMA/cma: Distinguish between sockaddr_in and sockaddr_in6 by size + - soundwire: cadence: Remove wasted space in response_buf + - soundwire: cadence: Drain the RX FIFO after an IO timeout + - eth: fealnx: bring back this old driver + - net: tls: avoid hanging tasks on the tx_lock + - x86/resctl: fix scheduler confusion with 'current' + - vDPA/ifcvf: decouple hw features manipulators from the adapter + - vDPA/ifcvf: decouple config space ops from the adapter + - vDPA/ifcvf: alloc the mgmt_dev before the adapter + - vDPA/ifcvf: decouple vq IRQ releasers from the adapter + - vDPA/ifcvf: decouple config IRQ releaser from the adapter + - vDPA/ifcvf: decouple vq irq requester from the adapter + - vDPA/ifcvf: decouple config/dev IRQ requester and vectors allocator from the + adapter + - vDPA/ifcvf: ifcvf_request_irq works on ifcvf_hw + - vDPA/ifcvf: manage ifcvf_hw in the mgmt_dev + - vDPA/ifcvf: allocate the adapter in dev_add() + - drm/display/dp_mst: Add drm_atomic_get_old_mst_topology_state() + - drm/display/dp_mst: Fix down/up message handling after sink disconnect + - drm/display/dp_mst: Fix down message handling after a packet reception error + - drm/display/dp_mst: Fix payload addition on a disconnected sink + - drm/i915/dp_mst: Add the MST topology state for modesetted CRTCs + - drm/display/dp_mst: Handle old/new payload states in drm_dp_remove_payload() + - drm/i915/dp_mst: Fix payload removal during output disabling + - drm/i915: Fix system suspend without fbdev being initialized + - media: uvcvideo: Fix race condition with usb_kill_urb + - arm64: efi: Make efi_rt_lock a raw_spinlock + - usb: gadget: uvc: fix missing mutex_unlock() if kstrtou8() fails + - Linux 6.2.5 + + * Lunar update: v6.2.4 upstream stable release (LP: #2011428) + - Revert "blk-cgroup: synchronize pd_free_fn() from blkg_free_workfn() and + blkcg_deactivate_policy()" + - Revert "blk-cgroup: dropping parent refcount after pd_free_fn() is done" + - Linux 6.2.4 + + * Lunar update: v6.2.3 upstream stable release (LP: #2011425) + - HID: asus: use spinlock to protect concurrent accesses + - HID: asus: use spinlock to safely schedule workers + - iommu/amd: Fix error handling for pdev_pri_ats_enable() + - iommu/amd: Skip attach device domain is same as new domain + - iommu/amd: Improve page fault error reporting + - iommu: Attach device group to old domain in error path + - powerpc/mm: Rearrange if-else block to avoid clang warning + - ata: ahci: Revert "ata: ahci: Add Tiger Lake UP{3,4} AHCI controller" + - ARM: OMAP2+: Fix memory leak in realtime_counter_init() + - arm64: dts: qcom: qcs404: use symbol names for PCIe resets + - arm64: dts: qcom: msm8996-tone: Fix USB taking 6 minutes to wake up + - arm64: dts: qcom: sm6115: Fix UFS node + - arm64: dts: qcom: sm6115: Provide xo clk to rpmcc + - arm64: dts: qcom: sm8150-kumano: Panel framebuffer is 2.5k instead of 4k + - arm64: dts: qcom: pmi8950: Correct rev_1250v channel label to mv + - arm64: dts: qcom: sm6350: Fix up the ramoops node + - arm64: dts: qcom: sdm670-google-sargo: keep pm660 ldo8 on + - arm64: dts: qcom: Re-enable resin on MSM8998 and SDM845 boards + - arm64: dts: qcom: sm8350-sagami: Configure SLG51000 PMIC on PDX215 + - arm64: dts: qcom: sm8350-sagami: Add GPIO line names for PMIC GPIOs + - arm64: dts: qcom: sm8350-sagami: Rectify GPIO keys + - arm64: dts: qcom: sm6350-lena: Flatten gpio-keys pinctrl state + - arm64: dts: qcom: sm6125: Reorder HSUSB PHY clocks to match bindings + - arm64: dts: qcom: sm6125-seine: Clean up gpio-keys (volume down) + - arm64: dts: imx8m: Align SoC unique ID node unit address + - ARM: zynq: Fix refcount leak in zynq_early_slcr_init + - fs: dlm: fix return value check in dlm_memory_init() + - arm64: dts: mediatek: mt8195: Add power domain to U3PHY1 T-PHY + - arm64: dts: mediatek: mt8183: Fix systimer 13 MHz clock description + - arm64: dts: mediatek: mt8192: Fix systimer 13 MHz clock description + - arm64: dts: mediatek: mt8195: Fix systimer 13 MHz clock description + - arm64: dts: mediatek: mt8186: Fix systimer 13 MHz clock description + - arm64: dts: qcom: sdm845-db845c: fix audio codec interrupt pin name + - arm64: dts: qcom: sdm845-xiaomi-beryllium: fix audio codec interrupt pin + name + - x86/acpi/boot: Do not register processors that cannot be onlined for x2APIC + - arm64: dts: qcom: sc7180: correct SPMI bus address cells + - arm64: dts: qcom: sc7280: correct SPMI bus address cells + - arm64: dts: qcom: sc8280xp: correct SPMI bus address cells + - arm64: dts: qcom: sm8450: correct Soundwire wakeup interrupt name + - arm64: dts: qcom: sdm845: make DP node follow the schema + - arm64: dts: qcom: msm8996-oneplus-common: drop vdda-supply from DSI PHY + - arm64: dts: qcom: sc8280xp: Vote for CX in USB controllers + - arm64: dts: meson-gxl: jethub-j80: Fix WiFi MAC address node + - arm64: dts: meson-gxl: jethub-j80: Fix Bluetooth MAC node name + - arm64: dts: meson-axg: jethub-j1xx: Fix MAC address node names + - arm64: dts: meson-gx: Fix Ethernet MAC address unit name + - arm64: dts: meson-g12a: Fix internal Ethernet PHY unit name + - arm64: dts: meson-gx: Fix the SCPI DVFS node name and unit address + - cpuidle, intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE *again* + - arm64: dts: ti: k3-am62-main: Fix clocks for McSPI + - arm64: tegra: Fix duplicate regulator on Jetson TX1 + - arm64: dts: qcom: msm8992-bullhead: Fix cont_splash_mem size + - arm64: dts: qcom: msm8992-bullhead: Disable dfps_data_mem + - arm64: dts: qcom: msm8956: use SoC-specific compat for tsens + - arm64: dts: qcom: ipq8074: correct USB3 QMP PHY-s clock output names + - arm64: dts: qcom: ipq8074: fix Gen2 PCIe QMP PHY + - arm64: dts: qcom: ipq8074: fix Gen3 PCIe QMP PHY + - arm64: dts: qcom: ipq8074: correct Gen2 PCIe ranges + - arm64: dts: qcom: ipq8074: fix Gen3 PCIe node + - arm64: dts: qcom: ipq8074: correct PCIe QMP PHY output clock names + - arm64: dts: meson: remove CPU opps below 1GHz for G12A boards + - ARM: OMAP1: call platform_device_put() in error case in + omap1_dm_timer_init() + - arm64: dts: mediatek: mt8192: Mark scp_adsp clock as broken + - ARM: bcm2835_defconfig: Enable the framebuffer + - ARM: s3c: fix s3c64xx_set_timer_source prototype + - arm64: dts: ti: k3-j7200: Fix wakeup pinmux range + - ARM: dts: exynos: correct wr-active property in Exynos3250 Rinato + - ARM: imx: Call ida_simple_remove() for ida_simple_get + - arm64: dts: amlogic: meson-gx: fix SCPI clock dvfs node name + - arm64: dts: amlogic: meson-axg: fix SCPI clock dvfs node name + - arm64: dts: amlogic: meson-gx: add missing SCPI sensors compatible + - arm64: dts: amlogic: meson-axg-jethome-jethub-j1xx: fix supply name of USB + controller node + - arm64: dts: amlogic: meson-gxl-s905d-sml5442tw: drop invalid clock-names + property + - arm64: dts: amlogic: meson-gx: add missing unit address to rng node name + - arm64: dts: amlogic: meson-gxl-s905w-jethome-jethub-j80: fix invalid rtc + node name + - arm64: dts: amlogic: meson-axg-jethome-jethub-j1xx: fix invalid rtc node + name + - arm64: dts: amlogic: meson-gxl: add missing unit address to eth-phy-mux node + name + - arm64: dts: amlogic: meson-gx-libretech-pc: fix update button name + - arm64: dts: amlogic: meson-sm1-bananapi-m5: fix adc keys node names + - arm64: dts: amlogic: meson-gxl-s905d-phicomm-n1: fix led node name + - arm64: dts: amlogic: meson-gxbb-kii-pro: fix led node name + - arm64: dts: amlogic: meson-g12b-odroid-go-ultra: fix rk818 pmic properties + - arm64: dts: amlogic: meson-sm1-odroid-hc4: fix active fan thermal trip + - locking/rwsem: Disable preemption in all down_read*() and up_read() code + paths + - arm64: tegra: Mark host1x as dma-coherent on Tegra194/234 + - arm64: dts: renesas: beacon-renesom: Fix gpio expander reference + - arm64: dts: meson: radxa-zero: allow usb otg mode + - arm64: dts: meson: bananapi-m5: switch VDDIO_C pin to OPEN_DRAIN + - ARM: dts: sun8i: nanopi-duo2: Fix regulator GPIO reference + - ublk_drv: remove nr_aborted_queues from ublk_device + - ublk_drv: don't probe partitions if the ubq daemon isn't trusted + - ARM: dts: imx7s: correct iomuxc gpr mux controller cells + - sbitmap: remove redundant check in __sbitmap_queue_get_batch + - sbitmap: correct wake_batch recalculation to avoid potential IO hung + - arm64: dts: mt8195: Fix CPU map for single-cluster SoC + - arm64: dts: mt8192: Fix CPU map for single-cluster SoC + - arm64: dts: mt8186: Fix CPU map for single-cluster SoC + - arm64: dts: mediatek: mt7622: Add missing pwm-cells to pwm node + - arm64: dts: mediatek: mt8186: Fix watchdog compatible + - arm64: dts: mediatek: mt8195: Fix watchdog compatible + - arm64: dts: mediatek: mt7986: Fix watchdog compatible + - ARM: dts: stm32: Update part number NVMEM description on stm32mp131 + - arm64: dts: qcom: sm8450-nagara: Correct firmware paths + - blk-mq: avoid sleep in blk_mq_alloc_request_hctx + - blk-mq: remove stale comment for blk_mq_sched_mark_restart_hctx + - blk-mq: wait on correct sbitmap_queue in blk_mq_mark_tag_wait + - blk-mq: Fix potential io hung for shared sbitmap per tagset + - blk-mq: correct stale comment of .get_budget + - arm64: dts: qcom: msm8996: support using GPLL0 as kryocc input + - arm64: dts: qcom: msm8996 switch from RPM_SMD_BB_CLK1 to RPM_SMD_XO_CLK_SRC + - arm64: dts: qcom: sm8350: drop incorrect cells from serial + - arm64: dts: qcom: sm8450: drop incorrect cells from serial + - arm64: dts: qcom: msm8992-lg-bullhead: Correct memory overlaps with the SMEM + and MPSS memory regions + - arm64: dts: qcom: msm8953: correct TLMM gpio-ranges + - arm64: dts: qcom: sm6115: correct TLMM gpio-ranges + - arm64: dts: qcom: msm8992-lg-bullhead: Enable regulators + - s390/dasd: Fix potential memleak in dasd_eckd_init() + - io_uring,audit: don't log IORING_OP_MADVISE + - sched/rt: pick_next_rt_entity(): check list_entry + - perf/x86/intel/ds: Fix the conversion from TSC to perf time + - x86/perf/zhaoxin: Add stepping check for ZXC + - KEYS: asymmetric: Fix ECDSA use via keyctl uapi + - block: ublk: check IO buffer based on flag need_get_data + - arm64: dts: qcom: pmk8350: Use the correct PON compatible + - erofs: relinquish volume with mutex held + - block: sync mixed merged request's failfast with 1st bio's + - block: Fix io statistics for cgroup in throttle path + - block: bio-integrity: Copy flags when bio_integrity_payload is cloned + - block: use proper return value from bio_failfast() + - wifi: mt76: mt7915: add missing of_node_put() + - wifi: mt76: mt7921s: fix slab-out-of-bounds access in sdio host + - wifi: mt76: mt7915: fix mt7915_rate_txpower_get() resource leaks + - wifi: mt76: mt7996: fix insecure data handling of mt7996_mcu_ie_countdown() + - wifi: mt76: mt7996: fix insecure data handling of + mt7996_mcu_rx_radar_detected() + - wifi: mt76: mt7996: fix integer handling issue of mt7996_rf_regval_set() + - wifi: mt76: mt7915: check return value before accessing free_block_num + - wifi: mt76: mt7996: check return value before accessing free_block_num + - wifi: mt76: mt7915: drop always true condition of __mt7915_reg_addr() + - wifi: mt76: mt7996: drop always true condition of __mt7996_reg_addr() + - wifi: mt76: mt7996: fix endianness warning in mt7996_mcu_sta_he_tlv + - wifi: mt76: mt76x0: fix oob access in mt76x0_phy_get_target_power + - wifi: mt76: mt7996: fix unintended sign extension of mt7996_hw_queue_read() + - wifi: mt76: mt7915: fix unintended sign extension of mt7915_hw_queue_read() + - wifi: mt76: fix coverity uninit_use_in_call in + mt76_connac2_reverse_frag0_hdr_trans() + - wifi: mt76: mt7921: resource leaks at mt7921_check_offload_capability() + - wifi: rsi: Fix memory leak in rsi_coex_attach() + - wifi: rtlwifi: rtl8821ae: don't call kfree_skb() under spin_lock_irqsave() + - wifi: rtlwifi: rtl8188ee: don't call kfree_skb() under spin_lock_irqsave() + - wifi: rtlwifi: rtl8723be: don't call kfree_skb() under spin_lock_irqsave() + - wifi: iwlegacy: common: don't call dev_kfree_skb() under spin_lock_irqsave() + - wifi: libertas: fix memory leak in lbs_init_adapter() + - wifi: rtl8xxxu: Fix assignment to bit field priv->pi_enabled + - wifi: rtl8xxxu: Fix assignment to bit field priv->cck_agc_report_type + - wifi: rtl8xxxu: don't call dev_kfree_skb() under spin_lock_irqsave() + - wifi: rtw89: 8852c: rfk: correct DACK setting + - wifi: rtw89: 8852c: rfk: correct DPK settings + - wifi: rtlwifi: Fix global-out-of-bounds bug in + _rtl8812ae_phy_set_txpower_limit() + - libbpf: Fix single-line struct definition output in btf_dump + - libbpf: Fix btf__align_of() by taking into account field offsets + - wifi: ipw2x00: don't call dev_kfree_skb() under spin_lock_irqsave() + - wifi: ipw2200: fix memory leak in ipw_wdev_init() + - wifi: wilc1000: fix potential memory leak in wilc_mac_xmit() + - wifi: wilc1000: add missing unregister_netdev() in wilc_netdev_ifc_init() + - wifi: brcmfmac: fix potential memory leak in brcmf_netdev_start_xmit() + - wifi: brcmfmac: unmap dma buffer in brcmf_msgbuf_alloc_pktid() + - wifi: libertas_tf: don't call kfree_skb() under spin_lock_irqsave() + - wifi: libertas: if_usb: don't call kfree_skb() under spin_lock_irqsave() + - wifi: libertas: main: don't call kfree_skb() under spin_lock_irqsave() + - wifi: libertas: cmdresp: don't call kfree_skb() under spin_lock_irqsave() + - wifi: wl3501_cs: don't call kfree_skb() under spin_lock_irqsave() + - libbpf: Fix invalid return address register in s390 + - crypto: x86/ghash - fix unaligned access in ghash_setkey() + - crypto: ux500 - update debug config after ux500 cryp driver removal + - ACPICA: Drop port I/O validation for some regions + - genirq: Fix the return type of kstat_cpu_irqs_sum() + - rcu-tasks: Improve comments explaining tasks_rcu_exit_srcu purpose + - rcu-tasks: Remove preemption disablement around srcu_read_[un]lock() calls + - rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes() + - lib/mpi: Fix buffer overrun when SG is too long + - crypto: ccp - Avoid page allocation failure warning for SEV_GET_ID2 + - platform/chrome: cros_ec_typec: Update port DP VDO + - ACPICA: nsrepair: handle cases without a return value correctly + - libbpf: Fix map creation flags sanitization + - bpf_doc: Fix build error with older python versions + - selftests/xsk: print correct payload for packet dump + - selftests/xsk: print correct error codes when exiting + - arm64/cpufeature: Fix field sign for DIT hwcap detection + - arm64/sysreg: Fix errors in 32 bit enumeration values + - kselftest/arm64: Fix syscall-abi for systems without 128 bit SME + - workqueue: Protects wq_unbound_cpumask with wq_pool_attach_mutex + - s390/early: fix sclp_early_sccb variable lifetime + - s390/vfio-ap: fix an error handling path in vfio_ap_mdev_probe_queue() + - x86/signal: Fix the value returned by strict_sas_size() + - thermal/drivers/tsens: Drop msm8976-specific defines + - thermal/drivers/tsens: Sort out msm8976 vs msm8956 data + - thermal/drivers/tsens: fix slope values for msm8939 + - thermal/drivers/tsens: limit num_sensors to 9 for msm8939 + - wifi: rtw89: fix potential leak in rtw89_append_probe_req_ie() + - wifi: rtw89: Add missing check for alloc_workqueue + - wifi: rtl8xxxu: Fix memory leaks with RTL8723BU, RTL8192EU + - wifi: orinoco: check return value of hermes_write_wordrec() + - wifi: rtw88: Use rtw_iterate_vifs() for rtw_vif_watch_dog_iter() + - wifi: rtw88: Use non-atomic sta iterator in rtw_ra_mask_info_update() + - thermal/drivers/imx_sc_thermal: Fix the loop condition + - wifi: ath9k: htc_hst: free skb in ath9k_htc_rx_msg() if there is no callback + function + - wifi: ath9k: hif_usb: clean up skbs if ath9k_hif_usb_rx_stream() fails + - wifi: ath9k: Fix potential stack-out-of-bounds write in + ath9k_wmi_rsp_callback() + - wifi: ath11k: Fix memory leak in ath11k_peer_rx_frag_setup + - wifi: cfg80211: Fix extended KCK key length check in + nl80211_set_rekey_data() + - ACPI: battery: Fix missing NUL-termination with large strings + - selftests/bpf: Fix build errors if CONFIG_NF_CONNTRACK=m + - crypto: ccp - Failure on re-initialization due to duplicate sysfs filename + - crypto: essiv - Handle EBUSY correctly + - crypto: seqiv - Handle EBUSY correctly + - powercap: fix possible name leak in powercap_register_zone() + - bpf: Fix state pruning for STACK_DYNPTR stack slots + - bpf: Fix missing var_off check for ARG_PTR_TO_DYNPTR + - bpf: Fix partial dynptr stack slot reads/writes + - x86/microcode: Add a parameter to microcode_check() to store CPU + capabilities + - x86/microcode: Check CPU capabilities after late microcode update correctly + - x86/microcode: Adjust late loading result reporting message + - net: ethernet: ti: am65-cpsw/cpts: Fix CPTS release action + - selftests/bpf: Fix vmtest static compilation error + - crypto: xts - Handle EBUSY correctly + - leds: led-class: Add missing put_device() to led_put() + - drm/nouveau/disp: Fix nvif_outp_acquire_dp() argument size + - s390/bpf: Add expoline to tail calls + - wifi: iwlwifi: mei: fix compilation errors in rfkill() + - kselftest/arm64: Fix enumeration of systems without 128 bit SME + - can: rcar_canfd: Fix R-Car V3U CAN mode selection + - can: rcar_canfd: Fix R-Car V3U GAFLCFG field accesses + - selftests/bpf: Initialize tc in xdp_synproxy + - crypto: ccp - Flush the SEV-ES TMR memory before giving it to firmware + - bpftool: profile online CPUs instead of possible + - wifi: mt76: mt7921: fix deadlock in mt7921_abort_roc + - wifi: mt76: mt7915: call mt7915_mcu_set_thermal_throttling() only after + init_work + - wifi: mt76: mt7915: rework mt7915_mcu_set_thermal_throttling + - wifi: mt76: mt7915: rework mt7915_thermal_temp_store() + - wifi: mt76: mt7921: fix channel switch fail in monitor mode + - wifi: mt76: mt7996: fix chainmask calculation in mt7996_set_antenna() + - wifi: mt76: mt7996: update register for CFEND_RATE + - wifi: mt76: connac: fix POWER_CTRL command name typo + - wifi: mt76: mt7921: fix invalid remain_on_channel duration + - wifi: mt76: mt7915: fix memory leak in mt7915_mcu_exit + - wifi: mt76: mt7996: fix memory leak in mt7996_mcu_exit + - wifi: mt76: dma: fix memory leak running mt76_dma_tx_cleanup + - wifi: mt76: fix switch default case in mt7996_reverse_frag0_hdr_trans + - wifi: mt76: mt7915: fix WED TxS reporting + - wifi: mt76: add memory barrier to SDIO queue kick + - wifi: mt76: mt7996: rely on mt76_connac2_mac_tx_rate_val + - net/mlx5: Enhance debug print in page allocation failure + - irqchip: Fix refcount leak in platform_irqchip_probe + - irqchip/alpine-msi: Fix refcount leak in alpine_msix_init_domains + - irqchip/irq-mvebu-gicp: Fix refcount leak in mvebu_gicp_probe + - irqchip/ti-sci: Fix refcount leak in ti_sci_intr_irq_domain_probe + - s390/mem_detect: fix detect_memory() error handling + - s390/vmem: fix empty page tables cleanup under KASAN + - s390/boot: cleanup decompressor header files + - s390/mem_detect: rely on diag260() if sclp_early_get_memsize() fails + - s390/boot: fix mem_detect extended area allocation + - net: add sock_init_data_uid() + - tun: tun_chr_open(): correctly initialize socket uid + - tap: tap_open(): correctly initialize socket uid + - rxrpc: Fix overwaking on call poking + - OPP: fix error checking in opp_migrate_dentry() + - cpufreq: davinci: Fix clk use after free + - Bluetooth: hci_conn: Refactor hci_bind_bis() since it always succeeds + - Bluetooth: L2CAP: Fix potential user-after-free + - Bluetooth: hci_qca: get wakeup status from serdev device handle + - net: ipa: generic command param fix + - s390: vfio-ap: tighten the NIB validity check + - s390/ap: fix status returned by ap_aqic() + - s390/ap: fix status returned by ap_qact() + - libbpf: Fix alen calculation in libbpf_nla_dump_errormsg() + - xen/grant-dma-iommu: Implement a dummy probe_device() callback + - rds: rds_rm_zerocopy_callback() correct order for list_add_tail() + - crypto: rsa-pkcs1pad - Use akcipher_request_complete + - m68k: /proc/hardware should depend on PROC_FS + - RISC-V: time: initialize hrtimer based broadcast clock event device + - clocksource/drivers/riscv: Patch riscv_clock_next_event() jump before first + use + - wifi: iwl3945: Add missing check for create_singlethread_workqueue + - wifi: iwl4965: Add missing check for create_singlethread_workqueue() + - wifi: brcmfmac: Rename Cypress 89459 to BCM4355 + - wifi: brcmfmac: pcie: Add IDs/properties for BCM4355 + - wifi: brcmfmac: pcie: Add IDs/properties for BCM4377 + - wifi: brcmfmac: pcie: Perform correct BCM4364 firmware selection + - wifi: mwifiex: fix loop iterator in mwifiex_update_ampdu_txwinsize() + - wifi: rtw89: fix parsing offset for MCC C2H + - selftests/bpf: Fix out-of-srctree build + - ACPI: resource: Add IRQ overrides for MAINGEAR Vector Pro 2 models + - ACPI: resource: Do IRQ override on all TongFang GMxRGxx + - crypto: octeontx2 - Fix objects shared between several modules + - crypto: crypto4xx - Call dma_unmap_page when done + - vfio/ccw: remove WARN_ON during shutdown + - wifi: mac80211: move color collision detection report in a delayed work + - wifi: mac80211: make rate u32 in sta_set_rate_info_rx() + - wifi: mac80211: fix non-MLO station association + - wifi: mac80211: Don't translate MLD addresses for multicast + - wifi: mac80211: avoid u32_encode_bits() warning + - wifi: mac80211: fix off-by-one link setting + - tools/lib/thermal: Fix thermal_sampling_exit() + - thermal/drivers/hisi: Drop second sensor hi3660 + - selftests/bpf: Fix map_kptr test. + - wifi: mac80211: pass 'sta' to ieee80211_rx_data_set_sta() + - bpf: Zeroing allocated object from slab in bpf memory allocator + - selftests/bpf: Fix xdp_do_redirect on s390x + - can: esd_usb: Move mislocated storage of SJA1000_ECC_SEG bits in case of a + bus error + - can: esd_usb: Make use of can_change_state() and relocate checking skb for + NULL + - xsk: check IFF_UP earlier in Tx path + - LoongArch, bpf: Use 4 instructions for function address in JIT + - bpf: Fix global subprog context argument resolution logic + - irqchip/irq-brcmstb-l2: Set IRQ_LEVEL for level triggered interrupts + - irqchip/irq-bcm7120-l2: Set IRQ_LEVEL for level triggered interrupts + - net/smc: fix potential panic dues to unprotected smc_llc_srv_add_link() + - net/smc: fix application data exception + - selftests/net: Interpret UDP_GRO cmsg data as an int value + - l2tp: Avoid possible recursive deadlock in l2tp_tunnel_register() + - net: bcmgenet: fix MoCA LED control + - net: lan966x: Fix possible deadlock inside PTP + - net/mlx4_en: Introduce flexible array to silence overflow warning + - net/mlx5e: Align IPsec ASO result memory to be as required by hardware + - selftest: fib_tests: Always cleanup before exit + - sefltests: netdevsim: wait for devlink instance after netns removal + - drm: Fix potential null-ptr-deref due to drmm_mode_config_init() + - drm/fourcc: Add missing big-endian XRGB1555 and RGB565 formats + - drm/bridge: ti-sn65dsi83: Fix delay after reset deassert to match spec + - drm: mxsfb: DRM_IMX_LCDIF should depend on ARCH_MXC + - drm: mxsfb: DRM_MXSFB should depend on ARCH_MXS || ARCH_MXC + - drm/bridge: megachips: Fix error handling in i2c_register_driver() + - drm/vkms: Fix memory leak in vkms_init() + - drm/vkms: Fix null-ptr-deref in vkms_release() + - drm/modes: Use strscpy() to copy command-line mode name + - drm/vc4: dpi: Fix format mapping for RGB565 + - drm/bridge: it6505: Guard bridge power in IRQ handler + - drm: tidss: Fix pixel format definition + - gpu: ipu-v3: common: Add of_node_put() for reference returned by + of_graph_get_port_by_id() + - drm/ast: Init iosys_map pointer as I/O memory for damage handling + - drm/vc4: drop all currently held locks if deadlock happens + - hwmon: (ftsteutates) Fix scaling of measurements + - drm/msm/dpu: check for null return of devm_kzalloc() in dpu_writeback_init() + - drm/msm/hdmi: Add missing check for alloc_ordered_workqueue + - pinctrl: qcom: pinctrl-msm8976: Correct function names for wcss pins + - pinctrl: stm32: Fix refcount leak in stm32_pctrl_get_irq_domain + - pinctrl: rockchip: Fix refcount leak in rockchip_pinctrl_parse_groups + - drm/vc4: hvs: Configure the HVS COB allocations + - drm/vc4: hvs: Set AXI panic modes + - drm/vc4: hvs: SCALER_DISPBKGND_AUTOHS is only valid on HVS4 + - drm/vc4: hvs: Correct interrupt masking bit assignment for HVS5 + - drm/vc4: hvs: Fix colour order for xRGB1555 on HVS5 + - drm/vc4: hdmi: Correct interlaced timings again + - drm/msm: clean event_thread->worker in case of an error + - drm/panel-edp: fix name for IVO product id 854b + - scsi: qla2xxx: Fix exchange oversubscription + - scsi: qla2xxx: Fix exchange oversubscription for management commands + - scsi: qla2xxx: edif: Fix clang warning + - ASoC: fsl_sai: initialize is_dsp_mode flag + - drm/bridge: tc358767: Set default CLRSIPO count + - drm/msm/adreno: Fix null ptr access in adreno_gpu_cleanup() + - ALSA: hda/ca0132: minor fix for allocation size + - drm/amdgpu: Use the sched from entity for amdgpu_cs trace + - drm/msm/gem: Add check for kmalloc + - drm/msm/dpu: Disallow unallocated resources to be returned + - drm/bridge: lt9611: fix sleep mode setup + - drm/bridge: lt9611: fix HPD reenablement + - drm/bridge: lt9611: fix polarity programming + - drm/bridge: lt9611: fix programming of video modes + - drm/bridge: lt9611: fix clock calculation + - drm/bridge: lt9611: pass a pointer to the of node + - regulator: tps65219: use IS_ERR() to detect an error pointer + - drm/mipi-dsi: Fix byte order of 16-bit DCS set/get brightness + - drm: exynos: dsi: Fix MIPI_DSI*_NO_* mode flags + - drm/msm/dsi: Allow 2 CTRLs on v2.5.0 + - scsi: ufs: exynos: Fix DMA alignment for PAGE_SIZE != 4096 + - drm/msm/dpu: sc7180: add missing WB2 clock control + - drm/msm: use strscpy instead of strncpy + - drm/msm/dpu: Add check for cstate + - drm/msm/dpu: Add check for pstates + - drm/msm/mdp5: Add check for kzalloc + - habanalabs: bugs fixes in timestamps buff alloc + - pinctrl: bcm2835: Remove of_node_put() in bcm2835_of_gpio_ranges_fallback() + - pinctrl: mediatek: Initialize variable pullen and pullup to zero + - pinctrl: mediatek: Initialize variable *buf to zero + - gpu: host1x: Fix mask for syncpoint increment register + - gpu: host1x: Don't skip assigning syncpoints to channels + - drm/tegra: firewall: Check for is_addr_reg existence in IMM check + - drm/i915/mtl: Add initial gt workarounds + - drm/i915/xehp: GAM registers don't need to be re-applied on engine resets + - pinctrl: renesas: rzg2l: Fix configuring the GPIO pins as interrupts + - drm/i915/xehp: Annotate a couple more workaround registers as MCR + - drm/msm/dpu: set pdpu->is_rt_pipe early in dpu_plane_sspp_atomic_update() + - drm/mediatek: dsi: Reduce the time of dsi from LP11 to sending cmd + - drm/mediatek: Use NULL instead of 0 for NULL pointer + - drm/mediatek: Drop unbalanced obj unref + - drm/mediatek: mtk_drm_crtc: Add checks for devm_kcalloc + - drm/mediatek: Clean dangling pointer on bind error path + - ASoC: soc-compress.c: fixup private_data on snd_soc_new_compress() + - dt-bindings: display: mediatek: Fix the fallback for mediatek,mt8186-disp- + ccorr + - gpio: pca9570: rename platform_data to chip_data + - gpio: vf610: connect GPIO label to dev name + - ASoC: topology: Properly access value coming from topology file + - spi: dw_bt1: fix MUX_MMIO dependencies + - ASoC: mchp-spdifrx: fix controls which rely on rsr register + - ASoC: mchp-spdifrx: fix return value in case completion times out + - ASoC: mchp-spdifrx: fix controls that works with completion mechanism + - ASoC: mchp-spdifrx: disable all interrupts in mchp_spdifrx_dai_remove() + - dm: improve shrinker debug names + - regmap: apply reg_base and reg_downshift for single register ops + - accel: fix CONFIG_DRM dependencies + - ASoC: rsnd: fixup #endif position + - ASoC: mchp-spdifrx: Fix uninitialized use of mr in mchp_spdifrx_hw_params() + - ASoC: dt-bindings: meson: fix gx-card codec node regex + - regulator: tps65219: use generic set_bypass() + - hwmon: (asus-ec-sensors) add missing mutex path + - hwmon: (ltc2945) Handle error case in ltc2945_value_store + - ALSA: hda: Fix the control element identification for multiple codecs + - drm/amdgpu: fix enum odm_combine_mode mismatch + - scsi: mpt3sas: Fix a memory leak + - scsi: aic94xx: Add missing check for dma_map_single() + - HID: multitouch: Add quirks for flipped axes + - HID: retain initial quirks set up when creating HID devices + - ASoC: qcom: q6apm-lpass-dai: unprepare stream if its already prepared + - ASoC: qcom: q6apm-dai: fix race condition while updating the position + pointer + - ASoC: qcom: q6apm-dai: Add SNDRV_PCM_INFO_BATCH flag + - ASoC: codecs: lpass: register mclk after runtime pm + - ASoC: codecs: lpass: fix incorrect mclk rate + - drm/amd/display: don't call dc_interrupt_set() for disabled crtcs + - HID: logitech-hidpp: Hard-code HID++ 1.0 fast scroll support + - spi: bcm63xx-hsspi: Fix multi-bit mode setting + - hwmon: (mlxreg-fan) Return zero speed for broken fan + - ASoC: tlv320adcx140: fix 'ti,gpio-config' DT property init + - dm: remove flush_scheduled_work() during local_exit() + - nfs4trace: fix state manager flag printing + - NFS: fix disabling of swap + - drm/i915/pvc: Implement recommended caching policy + - drm/i915/pvc: Annotate two more workaround/tuning registers as MCR + - drm/i915: Fix GEN8_MISCCPCTL + - spi: synquacer: Fix timeout handling in synquacer_spi_transfer_one() + - ASoC: soc-dapm.h: fixup warning struct snd_pcm_substream not declared + - HID: bigben: use spinlock to protect concurrent accesses + - HID: bigben_worker() remove unneeded check on report_field + - HID: bigben: use spinlock to safely schedule workers + - hid: bigben_probe(): validate report count + - ALSA: hda/hdmi: Register with vga_switcheroo on Dual GPU Macbooks + - drm/shmem-helper: Fix locking for drm_gem_shmem_get_pages_sgt() + - NFSD: enhance inter-server copy cleanup + - NFSD: fix leaked reference count of nfsd4_ssc_umount_item + - nfsd: fix race to check ls_layouts + - nfsd: clean up potential nfsd_file refcount leaks in COPY codepath + - NFSD: fix problems with cleanup on errors in nfsd4_copy + - nfsd: fix courtesy client with deny mode handling in nfs4_upgrade_open + - nfsd: don't fsync nfsd_files on last close + - NFSD: copy the whole verifier in nfsd_copy_write_verifier + - cifs: Fix lost destroy smbd connection when MR allocate failed + - cifs: Fix warning and UAF when destroy the MR list + - cifs: use tcon allocation functions even for dummy tcon + - gfs2: jdata writepage fix + - perf llvm: Fix inadvertent file creation + - leds: led-core: Fix refcount leak in of_led_get() + - leds: is31fl319x: Wrap mutex_destroy() for devm_add_action_or_rest() + - leds: simatic-ipc-leds-gpio: Make sure we have the GPIO providing driver + - tools/tracing/rtla: osnoise_hist: use total duration for average calculation + - perf inject: Use perf_data__read() for auxtrace + - perf intel-pt: Do not try to queue auxtrace data on pipe + - perf stat: Hide invalid uncore event output for aggr mode + - perf jevents: Correct bad character encoding + - perf test bpf: Skip test if kernel-debuginfo is not present + - perf tools: Fix auto-complete on aarch64 + - perf stat: Avoid merging/aggregating metric counts twice + - sparc: allow PM configs for sparc32 COMPILE_TEST + - selftests: find echo binary to use -ne options + - selftests/ftrace: Fix bash specific "==" operator + - selftests: use printf instead of echo -ne + - perf record: Fix segfault with --overwrite and --max-size + - printf: fix errname.c list + - perf tests stat_all_metrics: Change true workload to sleep workload for + system wide check + - objtool: add UACCESS exceptions for __tsan_volatile_read/write + - selftests/ftrace: Fix probepoint testcase to ignore __pfx_* symbols + - sysctl: fix proc_dobool() usability + - mfd: rk808: Re-add rk808-clkout to RK818 + - mfd: cs5535: Don't build on UML + - mfd: pcf50633-adc: Fix potential memleak in pcf50633_adc_async_read() + - dmaengine: idxd: Set traffic class values in GRPCFG on DSA 2.0 + - RDMA/erdma: Fix refcount leak in erdma_mmap + - dmaengine: HISI_DMA should depend on ARCH_HISI + - RDMA/hns: Fix refcount leak in hns_roce_mmap + - iio: light: tsl2563: Do not hardcode interrupt trigger type + - usb: gadget: fusb300_udc: free irq on the error path in fusb300_probe() + - i2c: designware: fix i2c_dw_clk_rate() return size to be u32 + - i2c: qcom-geni: change i2c_master_hub to static + - soundwire: cadence: Don't overflow the command FIFOs + - driver core: fix potential null-ptr-deref in device_add() + - kobject: Fix slab-out-of-bounds in fill_kobj_path() + - alpha/boot/tools/objstrip: fix the check for ELF header + - media: uvcvideo: Check for INACTIVE in uvc_ctrl_is_accessible() + - media: uvcvideo: Implement mask for V4L2_CTRL_TYPE_MENU + - media: uvcvideo: Refactor uvc_ctrl_mappings_uvcXX + - media: uvcvideo: Refactor power_line_frequency_controls_limited + - coresight: etm4x: Fix accesses to TRCSEQRSTEVR and TRCSEQSTR + - coresight: cti: Prevent negative values of enable count + - coresight: cti: Add PM runtime call in enable_store + - usb: typec: intel_pmc_mux: Don't leak the ACPI device reference count + - PCI/IOV: Enlarge virtfn sysfs name buffer + - PCI: switchtec: Return -EFAULT for copy_to_user() errors + - PCI: endpoint: pci-epf-vntb: Add epf_ntb_mw_bar_clear() num_mws kernel-doc + - hwtracing: hisi_ptt: Only add the supported devices to the filters list + - tty: serial: fsl_lpuart: disable Rx/Tx DMA in lpuart32_shutdown() + - tty: serial: fsl_lpuart: clear LPUART Status Register in lpuart32_shutdown() + - serial: tegra: Add missing clk_disable_unprepare() in tegra_uart_hw_init() + - Revert "char: pcmcia: cm4000_cs: Replace mdelay with usleep_range in + set_protocol" + - eeprom: idt_89hpesx: Fix error handling in idt_init() + - applicom: Fix PCI device refcount leak in applicom_init() + - firmware: stratix10-svc: add missing gen_pool_destroy() in + stratix10_svc_drv_probe() + - firmware: stratix10-svc: fix error handle while alloc/add device failed + - VMCI: check context->notify_page after call to get_user_pages_fast() to + avoid GPF + - mei: pxp: Use correct macros to initialize uuid_le + - misc/mei/hdcp: Use correct macros to initialize uuid_le + - misc: fastrpc: Fix an error handling path in fastrpc_rpmsg_probe() + - iommu/exynos: Fix error handling in exynos_iommu_init() + - driver core: fix resource leak in device_add() + - driver core: location: Free struct acpi_pld_info *pld before return false + - drivers: base: transport_class: fix possible memory leak + - drivers: base: transport_class: fix resource leak when + transport_add_device() fails + - firmware: dmi-sysfs: Fix null-ptr-deref in dmi_sysfs_register_handle + - selftests: iommu: Fix test_cmd_destroy_access() call in user_copy + - iommufd: Add three missing structures in ucmd_buffer + - fotg210-udc: Add missing completion handler + - dmaengine: dw-edma: Fix missing src/dst address of interleaved xfers + - fpga: microchip-spi: move SPI I/O buffers out of stack + - fpga: microchip-spi: rewrite status polling in a time measurable way + - usb: early: xhci-dbc: Fix a potential out-of-bound memory access + - tty: serial: fsl_lpuart: Fix the wrong RXWATER setting for rx dma case + - RDMA/cxgb4: add null-ptr-check after ip_dev_find() + - usb: musb: mediatek: don't unregister something that wasn't registered + - usb: gadget: configfs: Restrict symlink creation is UDC already binded + - phy: mediatek: remove temporary variable @mask_ + - PCI: mt7621: Delay phy ports initialization + - iommu/vt-d: Set No Execute Enable bit in PASID table entry + - power: supply: remove faulty cooling logic + - RDMA/siw: Fix user page pinning accounting + - RDMA/cxgb4: Fix potential null-ptr-deref in pass_establish() + - usb: max-3421: Fix setting of I/O pins + - RDMA/irdma: Cap MSIX used to online CPUs + 1 + - serial: fsl_lpuart: fix RS485 RTS polariy inverse issue + - tty: serial: imx: disable Ageing Timer interrupt request irq + - driver core: fw_devlink: Add DL_FLAG_CYCLE support to device links + - driver core: fw_devlink: Don't purge child fwnode's consumer links + - driver core: fw_devlink: Allow marking a fwnode link as being part of a + cycle + - driver core: fw_devlink: Consolidate device link flag computation + - driver core: fw_devlink: Improve check for fwnode with no device/driver + - driver core: fw_devlink: Make cycle detection more robust + - mtd: mtdpart: Don't create platform device that'll never probe + - usb: host: fsl-mph-dr-of: reuse device_set_of_node_from_dev + - dmaengine: dw-edma: Fix readq_ch() return value truncation + - PCI: Fix dropping valid root bus resources with .end = zero + - phy: rockchip-typec: fix tcphy_get_mode error case + - PCI: qcom: Fix host-init error handling + - iw_cxgb4: Fix potential NULL dereference in c4iw_fill_res_cm_id_entry() + - iommu: Fix error unwind in iommu_group_alloc() + - iommu/amd: Do not identity map v2 capable device when snp is enabled + - dmaengine: sf-pdma: pdma_desc memory leak fix + - dmaengine: dw-axi-dmac: Do not dereference NULL structure + - dmaengine: ptdma: check for null desc before calling pt_cmd_callback + - iommu/vt-d: Fix error handling in sva enable/disable paths + - iommu/vt-d: Allow to use flush-queue when first level is default + - RDMA/rxe: Cleanup mr_check_range + - RDMA/rxe: Move rxe_map_mr_sg to rxe_mr.c + - RDMA-rxe: Isolate mr code from atomic_reply() + - RDMA-rxe: Isolate mr code from atomic_write_reply() + - RDMA/rxe: Cleanup page variables in rxe_mr.c + - RDMA/rxe: Replace rxe_map and rxe_phys_buf by xarray + - Subject: RDMA/rxe: Handle zero length rdma + - RDMA/mana_ib: Fix a bug when the PF indicates more entries for registering + memory on first packet + - RDMA/rxe: Fix missing memory barriers in rxe_queue.h + - IB/hfi1: Fix math bugs in hfi1_can_pin_pages() + - IB/hfi1: Fix sdma.h tx->num_descs off-by-one errors + - Revert "remoteproc: qcom_q6v5_mss: map/unmap metadata region before/after + use" + - remoteproc: qcom_q6v5_mss: Use a carveout to authenticate modem headers + - media: ti: cal: fix possible memory leak in cal_ctx_create() + - media: platform: ti: Add missing check for devm_regulator_get + - media: imx: imx7-media-csi: fix missing clk_disable_unprepare() in + imx7_csi_init() + - powerpc: Remove linker flag from KBUILD_AFLAGS + - s390/vdso: Drop '-shared' from KBUILD_CFLAGS_64 + - builddeb: clean generated package content + - media: max9286: Fix memleak in max9286_v4l2_register() + - media: ov2740: Fix memleak in ov2740_init_controls() + - media: ov5675: Fix memleak in ov5675_init_controls() + - media: i2c: tc358746: fix missing return assignment + - media: i2c: tc358746: fix ignoring read error in g_register callback + - media: i2c: tc358746: fix possible endianness issue + - media: ov5640: Fix soft reset sequence and timings + - media: ov5640: Handle delays when no reset_gpio set + - media: mc: Get media_device directly from pad + - media: i2c: ov772x: Fix memleak in ov772x_probe() + - media: i2c: imx219: Split common registers from mode tables + - media: i2c: imx219: Fix binning for RAW8 capture + - media: platform: mtk-mdp3: Fix return value check in mdp_probe() + - media: camss: csiphy-3ph: avoid undefined behavior + - media: platform: mtk-mdp3: fix Kconfig dependencies + - media: v4l2-jpeg: correct the skip count in jpeg_parse_app14_data + - media: v4l2-jpeg: ignore the unknown APP14 marker + - media: hantro: Fix JPEG encoder ENUM_FRMSIZE on RK3399 + - media: imx-jpeg: Apply clk_bulk api instead of operating specific clk + - media: amphion: correct the unspecified color space + - media: drivers/media/v4l2-core/v4l2-h264 : add detection of null pointers + - media: rc: Fix use-after-free bugs caused by ene_tx_irqsim() + - media: atomisp: fix videobuf2 Kconfig depenendency + - media: atomisp: Only set default_run_mode on first open of a stream/asd + - media: i2c: ov7670: 0 instead of -EINVAL was returned + - media: usb: siano: Fix use after free bugs caused by do_submit_urb + - media: saa7134: Use video_unregister_device for radio_dev + - rpmsg: glink: Avoid infinite loop on intent for missing channel + - rpmsg: glink: Release driver_override + - ARM: OMAP2+: omap4-common: Fix refcount leak bug + - arm64: dts: qcom: msm8996: Add additional A2NoC clocks + - udf: Define EFSCORRUPTED error code + - context_tracking: Fix noinstr vs KASAN + - exit: Detect and fix irq disabled state in oops + - ARM: dts: exynos: Use Exynos5420 compatible for the MIPI video phy + - fs: Use CHECK_DATA_CORRUPTION() when kernel bugs are detected + - blk-iocost: fix divide by 0 error in calc_lcoefs() + - blk-cgroup: dropping parent refcount after pd_free_fn() is done + - blk-cgroup: synchronize pd_free_fn() from blkg_free_workfn() and + blkcg_deactivate_policy() + - trace/blktrace: fix memory leak with using debugfs_lookup() + - btrfs: scrub: improve tree block error reporting + - arm64: zynqmp: Enable hs termination flag for USB dwc3 controller + - cpuidle, intel_idle: Fix CPUIDLE_FLAG_INIT_XSTATE + - x86/fpu: Don't set TIF_NEED_FPU_LOAD for PF_IO_WORKER threads + - cpuidle: drivers: firmware: psci: Dont instrument suspend code + - cpuidle: lib/bug: Disable rcu_is_watching() during WARN/BUG + - perf/x86/intel/uncore: Add Meteor Lake support + - wifi: ath9k: Fix use-after-free in ath9k_hif_usb_disconnect() + - wifi: ath11k: fix monitor mode bringup crash + - wifi: brcmfmac: Fix potential stack-out-of-bounds in brcmf_c_preinit_dcmds() + - rcu: Make RCU_LOCKDEP_WARN() avoid early lockdep checks + - rcu: Suppress smp_processor_id() complaint in + synchronize_rcu_expedited_wait() + - srcu: Delegate work to the boot cpu if using SRCU_SIZE_SMALL + - rcu-tasks: Make rude RCU-Tasks work well with CPU hotplug + - rcu-tasks: Handle queue-shrink/callback-enqueue race condition + - wifi: ath11k: debugfs: fix to work with multiple PCI devices + - thermal: intel: Fix unsigned comparison with less than zero + - timers: Prevent union confusion from unexpected restart_syscall() + - x86/bugs: Reset speculation control settings on init + - bpftool: Always disable stack protection for BPF objects + - wifi: brcmfmac: ensure CLM version is null-terminated to prevent stack-out- + of-bounds + - wifi: rtw89: fix assignation of TX BD RAM table + - wifi: mt7601u: fix an integer underflow + - inet: fix fast path in __inet_hash_connect() + - ice: restrict PTP HW clock freq adjustments to 100, 000, 000 PPB + - ice: add missing checks for PF vsi type + - Compiler attributes: GCC cold function alignment workarounds + - ACPI: Don't build ACPICA with '-Os' + - bpf, docs: Fix modulo zero, division by zero, overflow, and underflow + - thermal: intel: intel_pch: Add support for Wellsburg PCH + - clocksource: Suspend the watchdog temporarily when high read latency + detected + - crypto: hisilicon: Wipe entire pool on error + - net: bcmgenet: Add a check for oversized packets + - m68k: Check syscall_trace_enter() return code + - s390/mm,ptdump: avoid Kasan vs Memcpy Real markers swapping + - netfilter: nf_tables: NULL pointer dereference in nf_tables_updobj() + - can: isotp: check CAN address family in isotp_bind() + - gcc-plugins: drop -std=gnu++11 to fix GCC 13 build + - tools/power/x86/intel-speed-select: Add Emerald Rapid quirk + - platform/x86: dell-ddv: Add support for interface version 3 + - wifi: mt76: dma: free rx_head in mt76_dma_rx_cleanup + - ACPI: video: Fix Lenovo Ideapad Z570 DMI match + - net/mlx5: fw_tracer: Fix debug print + - coda: Avoid partial allocation of sig_inputArgs + - uaccess: Add minimum bounds check on kernel buffer size + - s390/idle: mark arch_cpu_idle() noinstr + - time/debug: Fix memory leak with using debugfs_lookup() + - PM: domains: fix memory leak with using debugfs_lookup() + - PM: EM: fix memory leak with using debugfs_lookup() + - Bluetooth: Fix issue with Actions Semi ATS2851 based devices + - Bluetooth: btusb: Add new PID/VID 0489:e0f2 for MT7921 + - Bluetooth: btusb: Add VID:PID 13d3:3529 for Realtek RTL8821CE + - wifi: rtw89: debug: avoid invalid access on RTW89_DBG_SEL_MAC_30 + - hv_netvsc: Check status in SEND_RNDIS_PKT completion message + - s390/kfence: fix page fault reporting + - devlink: Fix TP_STRUCT_entry in trace of devlink health report + - scm: add user copy checks to put_cmsg() + - drm: panel-orientation-quirks: Add quirk for Lenovo Yoga Tab 3 X90F + - drm: panel-orientation-quirks: Add quirk for DynaBook K50 + - drm/amd/display: Reduce expected sdp bandwidth for dcn321 + - drm/amd/display: Revert Reduce delay when sink device not able to ACK 00340h + write + - drm/amd/display: Fix potential null-deref in dm_resume + - drm/omap: dsi: Fix excessive stack usage + - HID: Add Mapping for System Microphone Mute + - drm/tiny: ili9486: Do not assume 8-bit only SPI controllers + - drm/amd/display: Defer DIG FIFO disable after VID stream enable + - drm/radeon: free iio for atombios when driver shutdown + - drm/amd: Avoid BUG() for case of SRIOV missing IP version + - drm/amdkfd: Page aligned memory reserve size + - scsi: lpfc: Fix use-after-free KFENCE violation during sysfs firmware write + - Revert "fbcon: don't lose the console font across generic->chip driver + switch" + - drm/amd: Avoid ASSERT for some message failures + - drm: amd: display: Fix memory leakage + - drm/amd/display: fix mapping to non-allocated address + - HID: uclogic: Add frame type quirk + - HID: uclogic: Add battery quirk + - HID: uclogic: Add support for XP-PEN Deco Pro SW + - HID: uclogic: Add support for XP-PEN Deco Pro MW + - drm/msm/dsi: Add missing check for alloc_ordered_workqueue + - drm: rcar-du: Add quirk for H3 ES1.x pclk workaround + - drm: rcar-du: Fix setting a reserved bit in DPLLCR + - drm/drm_print: correct format problem + - drm/amd/display: Set hvm_enabled flag for S/G mode + - drm/client: Test for connectors before sending hotplug event + - habanalabs: extend fatal messages to contain PCI info + - habanalabs: fix bug in timestamps registration code + - docs/scripts/gdb: add necessary make scripts_gdb step + - drm/msm/dpu: Add DSC hardware blocks to register snapshot + - ASoC: soc-compress: Reposition and add pcm_mutex + - ASoC: kirkwood: Iterate over array indexes instead of using pointer math + - regulator: max77802: Bounds check regulator id against opmode + - regulator: s5m8767: Bounds check id indexing into arrays + - Revert "drm/amdgpu: TA unload messages are not actually sent to psp when + amdgpu is uninstalled" + - drm/amd/display: fix FCLK pstate change underflow + - gfs2: Improve gfs2_make_fs_rw error handling + - hwmon: (coretemp) Simplify platform device handling + - hwmon: (nct6775) Directly call ASUS ACPI WMI method + - hwmon: (nct6775) B650/B660/X670 ASUS boards support + - pinctrl: at91: use devm_kasprintf() to avoid potential leaks + - drm/amd/display: Do not commit pipe when updating DRR + - scsi: snic: Fix memory leak with using debugfs_lookup() + - scsi: ufs: core: Fix device management cmd timeout flow + - HID: logitech-hidpp: Don't restart communication if not necessary + - drm/amd/display: Enable P-state validation checks for DCN314 + - drm: panel-orientation-quirks: Add quirk for Lenovo IdeaPad Duet 3 10IGL5 + - drm/amd/display: Disable HUBP/DPP PG on DCN314 for now + - drm/amd/display: disable SubVP + DRR to prevent underflow + - dm thin: add cond_resched() to various workqueue loops + - dm cache: add cond_resched() to various workqueue loops + - nfsd: zero out pointers after putting nfsd_files on COPY setup error + - nfsd: don't hand out delegation on setuid files being opened for write + - cifs: prevent data race in smb2_reconnect() + - drm/i915/mtl: Correct implementation of Wa_18018781329 + - drm/shmem-helper: Revert accidental non-GPL export + - driver core: fw_devlink: Avoid spurious error message + - wifi: rtl8xxxu: fixing transmisison failure for rtl8192eu + - firmware: coreboot: framebuffer: Ignore reserved pixel color bits + - block: don't allow multiple bios for IOCB_NOWAIT issue + - block: clear bio->bi_bdev when putting a bio back in the cache + - block: be a bit more careful in checking for NULL bdev while polling + - rtc: pm8xxx: fix set-alarm race + - ipmi: ipmb: Fix the MODULE_PARM_DESC associated to 'retry_time_ms' + - ipmi:ssif: resend_msg() cannot fail + - ipmi_ssif: Rename idle state and check + - ipmi:ssif: Add a timer between request retries + - io_uring: Replace 0-length array with flexible array + - io_uring: use user visible tail in io_uring_poll() + - io_uring: handle TIF_NOTIFY_RESUME when checking for task_work + - io_uring: add a conditional reschedule to the IOPOLL cancelation loop + - io_uring: add reschedule point to handle_tw_list() + - io_uring/rsrc: disallow multi-source reg buffers + - io_uring: remove MSG_NOSIGNAL from recvmsg + - io_uring/poll: allow some retries for poll triggering spuriously + - io_uring: fix fget leak when fs don't support nowait buffered read + - s390/extmem: return correct segment type in __segment_load() + - s390: discard .interp section + - s390/kprobes: fix irq mask clobbering on kprobe reenter from post_handler + - s390/kprobes: fix current_kprobe never cleared after kprobes reenter + - KVM: s390: disable migration mode when dirty tracking is disabled + - cifs: improve checking of DFS links over STATUS_OBJECT_NAME_INVALID + - cifs: Fix uninitialized memory read in smb3_qfs_tcon() + - cifs: Fix uninitialized memory reads for oparms.mode + - cifs: fix mount on old smb servers + - cifs: introduce cifs_io_parms in smb2_async_writev() + - cifs: split out smb3_use_rdma_offload() helper + - cifs: don't try to use rdma offload on encrypted connections + - cifs: Check the lease context if we actually got a lease + - cifs: return a single-use cfid if we did not get a lease + - scsi: mpi3mr: Fix missing mrioc->evtack_cmds initialization + - scsi: mpi3mr: Fix issues in mpi3mr_get_all_tgt_info() + - scsi: mpi3mr: Remove unnecessary memcpy() to alltgt_info->dmi + - btrfs: hold block group refcount during async discard + - btrfs: sysfs: update fs features directory asynchronously + - locking/rwsem: Prevent non-first waiter from spinning in down_write() + slowpath + - ksmbd: fix wrong data area length for smb2 lock request + - ksmbd: do not allow the actual frame length to be smaller than the rfc1002 + length + - ksmbd: fix possible memory leak in smb2_lock() + - torture: Fix hang during kthread shutdown phase + - ARM: dts: exynos: correct HDMI phy compatible in Exynos4 + - io_uring: mark task TASK_RUNNING before handling resume/task work + - hfs: fix missing hfs_bnode_get() in __hfs_bnode_create + - fs: hfsplus: fix UAF issue in hfsplus_put_super + - exfat: fix reporting fs error when reading dir beyond EOF + - exfat: fix unexpected EOF while reading dir + - exfat: redefine DIR_DELETED as the bad cluster number + - exfat: fix inode->i_blocks for non-512 byte sector size device + - fs: dlm: start midcomms before scand + - fs: dlm: fix use after free in midcomms commit + - fs: dlm: be sure to call dlm_send_queue_flush() + - fs: dlm: fix race setting stop tx flag + - fs: dlm: don't set stop rx flag after node reset + - fs: dlm: move sending fin message into state change handling + - fs: dlm: send FIN ack back in right cases + - f2fs: fix information leak in f2fs_move_inline_dirents() + - f2fs: retry to update the inode page given data corruption + - f2fs: fix cgroup writeback accounting with fs-layer encryption + - f2fs: fix kernel crash due to null io->bio + - f2fs: Revert "f2fs: truncate blocks in batch in __complete_revoke_list()" + - ocfs2: fix defrag path triggering jbd2 ASSERT + - ocfs2: fix non-auto defrag path not working issue + - fs/cramfs/inode.c: initialize file_ra_state + - selftests/landlock: Skip overlayfs tests when not supported + - selftests/landlock: Test ptrace as much as possible with Yama + - udf: Truncate added extents on failed expansion + - udf: Do not bother merging very long extents + - udf: Do not update file length for failed writes to inline files + - udf: Preserve link count of system files + - udf: Detect system inodes linked into directory hierarchy + - udf: Fix file corruption when appending just after end of preallocated + extent + - md: don't update recovery_cp when curr_resync is ACTIVE + - KVM: Destroy target device if coalesced MMIO unregistration fails + - KVM: VMX: Fix crash due to uninitialized current_vmcs + - KVM: Register /dev/kvm as the _very_ last thing during initialization + - KVM: x86: Purge "highest ISR" cache when updating APICv state + - KVM: x86: Blindly get current x2APIC reg value on "nodecode write" traps + - KVM: x86: Don't inhibit APICv/AVIC on xAPIC ID "change" if APIC is disabled + - KVM: x86: Don't inhibit APICv/AVIC if xAPIC ID mismatch is due to 32-bit ID + - KVM: SVM: Flush the "current" TLB when activating AVIC + - KVM: SVM: Process ICR on AVIC IPI delivery failure due to invalid target + - KVM: SVM: Don't put/load AVIC when setting virtual APIC mode + - KVM: x86: Inject #GP if WRMSR sets reserved bits in APIC Self-IPI + - KVM: x86: Inject #GP on x2APIC WRMSR that sets reserved bits 63:32 + - KVM: SVM: Fix potential overflow in SEV's send|receive_update_data() + - KVM: SVM: hyper-v: placate modpost section mismatch error + - selftests: x86: Fix incorrect kernel headers search path + - x86/virt: Force GIF=1 prior to disabling SVM (for reboot flows) + - x86/crash: Disable virt in core NMI crash handler to avoid double shootdown + - x86/reboot: Disable virtualization in an emergency if SVM is supported + - x86/reboot: Disable SVM, not just VMX, when stopping CPUs + - x86/kprobes: Fix __recover_optprobed_insn check optimizing logic + - x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe + range + - x86/microcode/amd: Remove load_microcode_amd()'s bsp parameter + - x86/microcode/AMD: Add a @cpu parameter to the reloading functions + - x86/microcode/AMD: Fix mixed steppings support + - x86/speculation: Allow enabling STIBP with legacy IBRS + - Documentation/hw-vuln: Document the interaction between IBRS and STIBP + - virt/sev-guest: Return -EIO if certificate buffer is not large enough + - brd: mark as nowait compatible + - brd: return 0/-error from brd_insert_page() + - brd: check for REQ_NOWAIT and set correct page allocation mask + - ima: fix error handling logic when file measurement failed + - ima: Align ima_file_mmap() parameters with mmap_file LSM hook + - selftests/powerpc: Fix incorrect kernel headers search path + - selftests/ftrace: Fix eprobe syntax test case to check filter support + - selftests: sched: Fix incorrect kernel headers search path + - selftests: core: Fix incorrect kernel headers search path + - selftests: pid_namespace: Fix incorrect kernel headers search path + - selftests: arm64: Fix incorrect kernel headers search path + - selftests: clone3: Fix incorrect kernel headers search path + - selftests: pidfd: Fix incorrect kernel headers search path + - selftests: membarrier: Fix incorrect kernel headers search path + - selftests: kcmp: Fix incorrect kernel headers search path + - selftests: media_tests: Fix incorrect kernel headers search path + - selftests: gpio: Fix incorrect kernel headers search path + - selftests: filesystems: Fix incorrect kernel headers search path + - selftests: user_events: Fix incorrect kernel headers search path + - selftests: ptp: Fix incorrect kernel headers search path + - selftests: sync: Fix incorrect kernel headers search path + - selftests: rseq: Fix incorrect kernel headers search path + - selftests: move_mount_set_group: Fix incorrect kernel headers search path + - selftests: mount_setattr: Fix incorrect kernel headers search path + - selftests: perf_events: Fix incorrect kernel headers search path + - selftests: ipc: Fix incorrect kernel headers search path + - selftests: futex: Fix incorrect kernel headers search path + - selftests: drivers: Fix incorrect kernel headers search path + - selftests: dmabuf-heaps: Fix incorrect kernel headers search path + - selftests: vm: Fix incorrect kernel headers search path + - selftests: seccomp: Fix incorrect kernel headers search path + - irqdomain: Fix association race + - irqdomain: Fix disassociation race + - irqdomain: Look for existing mapping only once + - irqdomain: Drop bogus fwspec-mapping error handling + - irqdomain: Refactor __irq_domain_alloc_irqs() + - irqdomain: Fix mapping-creation race + - irqdomain: Fix domain registration race + - crypto: qat - fix out-of-bounds read + - mm/damon/paddr: fix missing folio_put() + - ALSA: ice1712: Do not left ice->gpio_mutex locked in aureon_add_controls() + - ALSA: hda/realtek: Add quirk for HP EliteDesk 800 G6 Tower PC + - jbd2: fix data missing when reusing bh which is ready to be checkpointed + - ext4: optimize ea_inode block expansion + - ext4: refuse to create ea block when umounted + - cxl/pmem: Fix nvdimm registration races + - Input: exc3000 - properly stop timer on shutdown + - mtd: spi-nor: sfdp: Fix index value for SCCR dwords + - mtd: spi-nor: spansion: Consider reserved bits in CFR5 register + - dm: send just one event on resize, not two + - dm: add cond_resched() to dm_wq_work() + - dm: add cond_resched() to dm_wq_requeue_work() + - wifi: rtw88: use RTW_FLAG_POWERON flag to prevent to power on/off twice + - wifi: rtl8xxxu: Use a longer retry limit of 48 + - wifi: ath11k: allow system suspend to survive ath11k + - wifi: cfg80211: Fix use after free for wext + - wifi: cfg80211: Set SSID if it is not already set + - cpuidle: add ARCH_SUSPEND_POSSIBLE dependencies + - qede: fix interrupt coalescing configuration + - thermal: intel: powerclamp: Fix cur_state for multi package system + - dm flakey: fix logic when corrupting a bio + - dm cache: free background tracker's queued work in btracker_destroy + - dm flakey: don't corrupt the zero page + - dm flakey: fix a bug with 32-bit highmem systems + - hwmon: (peci/cputemp) Fix off-by-one in coretemp_label allocation + - hwmon: (nct6775) Fix incorrect parenthesization in nct6775_write_fan_div() + - spi: intel: Check number of chip selects after reading the descriptor + - ARM: dts: qcom: sdx65: Add Qcom SMMU-500 as the fallback for IOMMU node + - ARM: dts: qcom: sdx55: Add Qcom SMMU-500 as the fallback for IOMMU node + - ARM: dts: exynos: correct TMU phandle in Exynos4210 + - ARM: dts: exynos: correct TMU phandle in Exynos4 + - ARM: dts: exynos: correct TMU phandle in Odroid XU3 family + - ARM: dts: exynos: correct TMU phandle in Exynos5250 + - ARM: dts: exynos: correct TMU phandle in Odroid XU + - ARM: dts: exynos: correct TMU phandle in Odroid HC1 + - arm64: acpi: Fix possible memory leak of ffh_ctxt + - arm64: mm: hugetlb: Disable HUGETLB_PAGE_OPTIMIZE_VMEMMAP + - arm64: Reset KASAN tag in copy_highpage with HW tags only + - fuse: add inode/permission checks to fileattr_get/fileattr_set + - rbd: avoid use-after-free in do_rbd_add() when rbd_dev_create() fails + - ceph: update the time stamps and try to drop the suid/sgid + - regulator: core: Use ktime_get_boottime() to determine how long a regulator + was off + - panic: fix the panic_print NMI backtrace setting + - mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISON + - genirq/msi, platform-msi: Ensure that MSI descriptors are unreferenced + - genirq/msi: Take the per-device MSI lock before validating the control + structure + - spi: spi-sn-f-ospi: fix duplicate flag while assigning to mode_bits + - alpha: fix FEN fault handling + - dax/kmem: Fix leak of memory-hotplug resources + - mips: fix syscall_get_nr + - media: ipu3-cio2: Fix PM runtime usage_count in driver unbind + - remoteproc/mtk_scp: Move clk ops outside send_lock + - vfio: Fix NULL pointer dereference caused by uninitialized group->iommufd + - docs: gdbmacros: print newest record + - mm: memcontrol: deprecate charge moving + - mm/thp: check and bail out if page in deferred queue already + - ktest.pl: Give back console on Ctrt^C on monitor + - kprobes: Fix to handle forcibly unoptimized kprobes on freeing_list + - ktest.pl: Fix missing "end_monitor" when machine check fails + - ktest.pl: Add RUN_TIMEOUT option with default unlimited + - memory tier: release the new_memtier in find_create_memory_tier() + - ring-buffer: Handle race between rb_move_tail and rb_check_pages + - tools/bootconfig: fix single & used for logical condition + - tracing/eprobe: Fix to add filter on eprobe description in README file + - iommu/amd: Add a length limitation for the ivrs_acpihid command-line + parameter + - scsi: aacraid: Allocate cmd_priv with scsicmd + - scsi: qla2xxx: Fix link failure in NPIV environment + - scsi: qla2xxx: Check if port is online before sending ELS + - scsi: qla2xxx: Fix DMA-API call trace on NVMe LS requests + - scsi: qla2xxx: Remove unintended flag clearing + - scsi: qla2xxx: Fix erroneous link down + - scsi: qla2xxx: Remove increment of interface err cnt + - scsi: ses: Don't attach if enclosure has no components + - scsi: ses: Fix slab-out-of-bounds in ses_enclosure_data_process() + - scsi: ses: Fix possible addl_desc_ptr out-of-bounds accesses + - scsi: ses: Fix possible desc_ptr out-of-bounds accesses + - scsi: ses: Fix slab-out-of-bounds in ses_intf_remove() + - RISC-V: add a spin_shadow_stack declaration + - riscv: Avoid enabling interrupts in die() + - riscv: mm: fix regression due to update_mmu_cache change + - riscv: jump_label: Fixup unaligned arch_static_branch function + - riscv: ftrace: Fixup panic by disabling preemption + - riscv, mm: Perform BPF exhandler fixup on page fault + - riscv: ftrace: Remove wasted nops for !RISCV_ISA_C + - riscv: ftrace: Reduce the detour code size to half + - MIPS: DTS: CI20: fix otg power gpio + - PCI/PM: Observe reset delay irrespective of bridge_d3 + - PCI: Unify delay handling for reset and resume + - PCI: hotplug: Allow marking devices as disconnected during bind/unbind + - PCI: Avoid FLR for AMD FCH AHCI adapters + - PCI/DPC: Await readiness of secondary bus after reset + - bus: mhi: ep: Only send -ENOTCONN status if client driver is available + - bus: mhi: ep: Move chan->lock to the start of processing queued ch ring + - bus: mhi: ep: Save channel state locally during suspend and resume + - iommufd: Make sure to zero vfio_iommu_type1_info before copying to user + - iommufd: Do not add the same hwpt to the ioas->hwpt_list twice + - iommu/vt-d: Avoid superfluous IOTLB tracking in lazy mode + - iommu/vt-d: Fix PASID directory pointer coherency + - vfio/type1: exclude mdevs from VFIO_UPDATE_VADDR + - vfio/type1: prevent underflow of locked_vm via exec() + - vfio/type1: track locked_vm per dma + - vfio/type1: restore locked_vm + - drm/amd: Fix initialization for nbio 7.5.1 + - drm/i915/quirks: Add inverted backlight quirk for HP 14-r206nv + - drm/radeon: Fix eDP for single-display iMac11,2 + - drm/i915: Don't use stolen memory for ring buffers with LLC + - drm/i915: Don't use BAR mappings for ring buffers with LLC + - drm/gud: Fix UBSAN warning + - drm/edid: fix AVI infoframe aspect ratio handling + - drm/edid: fix parsing of 3D modes from HDMI VSDB + - qede: avoid uninitialized entries in coal_entry array + - brd: use radix_tree_maybe_preload instead of radix_tree_preload + - net: avoid double iput when sock_alloc_file fails + - Linux 6.2.3 + + * Miscellaneous Ubuntu changes + - [Config] update annotations after applying 6.2.3 stable patches + - [Config] update annotations after applying 6.2.6 stable patches + + -- Andrea Righi Tue, 14 Mar 2023 16:43:44 +0100 + +linux (6.2.0-16.16) lunar; urgency=medium + + * lunar/linux: 6.2.0-16.16 -proposed tracker (LP: #2009914) + + * linux-libc-dev is no longer multi-arch safe (LP: #2009355) + - Revert "UBUNTU: [Packaging] install headers to debian/linux-libc-dev + directly" + + * linux: CONFIG_SERIAL_8250_MID=y (LP: #2009283) + - [Config] enable CONFIG_SERIAL_8250_MID=y + + * cpufreq: intel_pstate: Update Balance performance EPP for Sapphire Rapids + (LP: #2008519) + - cpufreq: intel_pstate: Adjust balance_performance EPP for Sapphire Rapids + + -- Andrea Righi Fri, 10 Mar 2023 18:34:28 +0100 + +linux (6.2.0-15.15) lunar; urgency=medium + + * Miscellaneous Ubuntu changes + - [Packaging] annotations: document annotations headers + + -- Andrea Righi Fri, 10 Mar 2023 07:36:59 +0100 + +linux (6.2.0-14.14) lunar; urgency=medium + + * lunar/linux: 6.2.0-14.14 -proposed tracker (LP: #2009856) + + * Miscellaneous Ubuntu changes + - [Packaging] rust: add rust build dependencies to all arches + - [Packaging] Support skipped dkms modules + - [Packaging] actually enforce set -e in dkms-build--nvidia-N + - [Packaging] Preserve the correct log file variable value + - [Packaging] update getabis + + -- Andrea Righi Thu, 09 Mar 2023 16:40:36 +0100 + +linux (6.2.0-13.13) lunar; urgency=medium + + * lunar/linux: 6.2.0-13.13 -proposed tracker (LP: #2009704) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + * mt7921: add support of MTFG table (LP: #2009642) + - wifi: mt76: mt7921: add support to update fw capability with MTFG table + + -- Andrea Righi Wed, 08 Mar 2023 14:40:25 +0100 + +linux (6.2.0-12.12) lunar; urgency=medium + + * lunar/linux: 6.2.0-12.12 -proposed tracker (LP: #2009698) + + * Miscellaneous Ubuntu changes + - SAUCE: enforce rust availability only on x86_64 + - [Config] update CONFIG_RUST_IS_AVAILABLE + + -- Andrea Righi Wed, 08 Mar 2023 12:50:15 +0100 + +linux (6.2.0-11.11) lunar; urgency=medium + + * lunar/linux: 6.2.0-11.11 -proposed tracker (LP: #2009697) + + * Miscellaneous Ubuntu changes + - [Packaging] do not stop the build if rust is not available + + -- Andrea Righi Wed, 08 Mar 2023 12:24:55 +0100 + +linux (6.2.0-10.10) lunar; urgency=medium + + * lunar/linux: 6.2.0-10.10 -proposed tracker (LP: #2009673) + + * Packaging resync (LP: #1786013) + - debian/dkms-versions -- update from kernel-versions (main/master) + + * enable Rust support in the kernel (LP: #2007654) + - [Packaging] propagate makefile variables to kernelconfig + - SAUCE: rust: fix regexp in scripts/is_rust_module.sh + - SAUCE: scripts: rust: drop is_rust_module.sh + - SAUCE: rust: allow to use INIT_STACK_ALL_ZERO + - SAUCE: scripts: Exclude Rust CUs with pahole + - SAUCE: modpost: support arbitrary symbol length in modversion + - SAUCE: allows to enable Rust with modversions + - SAUCE: rust: properly detect the version of libclang used by bindgen + - [Packaging] rust: add the proper make flags to enable rust support + - [Packaging] add rust dependencies + - [Packaging] bpftool: always use vmlinux to generate headers + - [Packaging] run rustavailable target as debugging before build + - [Config] enable Rust support + + * Fail to output sound to external monitor which connects via docking station + (LP: #2009024) + - [Config] Enable CONFIG_SND_HDA_INTEL_HDMI_SILENT_STREAM + + * Miscellaneous Ubuntu changes + - SAUCE: Makefile: replace rsync with tar + + -- Andrea Righi Wed, 08 Mar 2023 12:01:56 +0100 + +linux (6.2.0-1.1) lunar; urgency=medium + + * lunar/linux: 6.2.0-1.1 -proposed tracker (LP: #2009621) + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + - debian/dkms-versions -- update from kernel-versions (main/master) + + * kinetic: apply new apparmor and LSM stacking patch set (LP: #1989983) + - SAUCE: apparmor: Add fine grained mediation of posix mqueues + - SAUCE: apparmor: add user namespace creation mediation + + * Lunar update: v6.2.2 upstream stable release (LP: #2009358) + - ALSA: hda: cs35l41: Correct error condition handling + - crypto: arm64/sm4-gcm - Fix possible crash in GCM cryption + - bpf: bpf_fib_lookup should not return neigh in NUD_FAILED state + - vc_screen: don't clobber return value in vcs_read + - drm/amd/display: Move DCN314 DOMAIN power control to DMCUB + - drm/amd/display: Properly reuse completion structure + - scripts/tags.sh: fix incompatibility with PCRE2 + - wifi: rtw88: usb: Set qsel correctly + - wifi: rtw88: usb: send Zero length packets if necessary + - wifi: rtw88: usb: drop now unnecessary URB size check + - usb: dwc3: pci: add support for the Intel Meteor Lake-M + - USB: serial: option: add support for VW/Skoda "Carstick LTE" + - usb: gadget: u_serial: Add null pointer check in gserial_resume + - arm64: dts: uniphier: Fix property name in PXs3 USB node + - usb: typec: pd: Remove usb_suspend_supported sysfs from sink PDO + - USB: core: Don't hold device lock while reading the "descriptors" sysfs file + - Linux 6.2.2 + + * Lunar update: v6.2.1 upstream stable release (LP: #2009127) + - uaccess: Add speculation barrier to copy_from_user() + - x86/alternatives: Introduce int3_emulate_jcc() + - x86/alternatives: Teach text_poke_bp() to patch Jcc.d32 instructions + - x86/static_call: Add support for Jcc tail-calls + - HID: mcp-2221: prevent UAF in delayed work + - wifi: mwifiex: Add missing compatible string for SD8787 + - audit: update the mailing list in MAINTAINERS + - platform/x86/amd/pmf: Add depends on CONFIG_POWER_SUPPLY + - platform/x86: nvidia-wmi-ec-backlight: Add force module parameter + - ext4: Fix function prototype mismatch for ext4_feat_ktype + - randstruct: disable Clang 15 support + - bpf: add missing header file include + - Linux 6.2.1 + + * Fix mediatek wifi driver crash when loading wrong SAR table (LP: #2009118) + - wifi: mt76: mt7921: fix error code of return in mt7921_acpi_read + + * overlayfs mounts as R/O over idmapped mount (LP: #2009065) + - SAUCE: overlayfs: handle idmapped mounts in ovl_do_(set|remove)xattr + + * RaptorLake: Fix the Screen is shaking by onboard HDMI port in mirror mode + (LP: #1993561) + - drm/i915/display: Drop check for doublescan mode in modevalid + - drm/i915/display: Prune Interlace modes for Display >=12 + + * screen flicker after PSR2 enabled (LP: #2007516) + - SAUCE: drm/i915/display/psr: Disable PSR2 sel fetch on panel SHP 5457 + + * [23.04 FEAT] Support for new IBM Z Hardware (IBM z16) - Reset DAT-Protection + facility support (LP: #1982378) + - s390/mm: add support for RDP (Reset DAT-Protection) + + * [23.04 FEAT] zcrypt DD: AP command filtering (LP: #2003637) + - s390/zcrypt: introduce ctfm field in struct CPRBX + + * rtcpie in timers from ubuntu_kernel_selftests randomly failing + (LP: #1814234) + - SAUCE: selftest: rtcpie: Force passing unreliable subtest + + * [23.04 FEAT] Support for List-Directed IPL and re-IPL from ECKD DASD + (LP: #2003394) + - s390/ipl: add DEFINE_GENERIC_LOADPARM() + - s390/ipl: add loadparm parameter to eckd ipl/reipl data + + * Miscellaneous Ubuntu changes + - SAUCE: drm/i915/sseu: fix max_subslices array-index-out-of-bounds access + - SAUCE: mtd: spi-nor: Fix shift-out-of-bounds in spi_nor_set_erase_type + - SAUCE: Revert "fbdev: Make registered_fb[] private to fbmem.c" + - [Packaging] disable signing for ppc64el + - [Config] define CONFIG_SECURITY_APPARMOR_RESTRICT_USERNS + - SAUCE: Revert "arm64/fpsimd: Make kernel_neon_ API _GPL" + + -- Andrea Righi Tue, 07 Mar 2023 18:45:31 +0100 + +linux (6.2.0-0.0) lunar; urgency=medium + + * Empty entry + + -- Andrea Righi Fri, 03 Mar 2023 08:42:43 +0100 + +linux-unstable (6.2.0-10.10) lunar; urgency=medium + + * lunar/linux-unstable: 6.2.0-10.10 -proposed tracker (LP: #2007818) + + * Built-in camera device dies after runtime suspended (LP: #2007530) + - SAUCE: usb: xhci: Workaround for runpm issue on AMD xHC + + * Miscellaneous Ubuntu changes + - [Config] update annotations after rebase to v6.2 + + [ Upstream Kernel Changes ] + + * Rebase to v6.2 + + -- Andrea Righi Mon, 20 Feb 2023 10:36:20 +0100 + +linux-unstable (6.2.0-9.9) lunar; urgency=medium + + * lunar/linux-unstable: 6.2.0-9.9 -proposed tracker (LP: #2007069) + + * Move kernel ADT tests to python3 (LP: #2004429) + - [Debian] Use a python3 compatable kernel-testing repo + + * Mediatek FM350-GL wwan module failed to init: Invalid device status 0x1 + (LP: #2002089) + - SAUCE: Revert "net: wwan: t7xx: Add AP CLDMA" + - SAUCE: net: wwan: t7xx: Add AP CLDMA + - SAUCE: net: wwan: t7xx: Infrastructure for early port configuration + - SAUCE: net: wwan: t7xx: PCIe reset rescan + - SAUCE: net: wwan: t7xx: Enable devlink based fw flashing and coredump + collection + - SAUCE: net: wwan: t7xx: Devlink documentation + + * LXD containers using shiftfs on ZFS or TMPFS broken on 5.15.0-48.54 + (LP: #1990849) + - SAUCE: shiftfs: fix -EOVERFLOW inside the container + + * Miscellaneous Ubuntu changes + - [Packaging] annotations: do not drop undefined configs in derivatives + - [Packaging]: annotations: fix _remove_entry() logic + - [Packaging] rsync no longer available on lunar + - [Packaging] annotations: Handle single-line annoation rules + - [Packaging] annotations: Preserve single-line annotation rules + - [Packaging] annotations: Fix linter errors + - [Packaging] annotations: Clean up policy writes + - [Packaging] annotations: Handle tabs in annotations file + - [Packaging] annotations: Fail on invalid lines + - [Packaging] annotations: Write out annotations with notes first + - [Packaging] annotations: Check validity of FLAVOUR_DEP + - [Config] update annotations to split configs with/without notes + - [Packaging] annotations: various code cleanups + - [Config] update annotations after rebase to v6.2-rc8 + + * Miscellaneous upstream changes + - selftests/net: mv bpf/nat6to4.c to net folder + + [ Upstream Kernel Changes ] + + * Rebase to v6.1-rc8 + + -- Andrea Righi Mon, 13 Feb 2023 09:32:18 +0100 + +linux-unstable (6.2.0-8.8) lunar; urgency=medium + + * lunar/linux-unstable: 6.2.0-8.8 -proposed tracker (LP: #2004229) + + * Miscellaneous Ubuntu changes + - [Packaging] re-enable signing for ppc64el and s390x + - SAUCE: s390/decompressor: specify __decompress() buf len to avoid overflow + + -- Andrea Righi Tue, 31 Jan 2023 08:21:21 +0100 + +linux-unstable (6.2.0-7.7) lunar; urgency=medium + + * lunar/linux-unstable: 6.2.0-7.7 -proposed tracker (LP: #2004142) + + -- Andrea Righi Mon, 30 Jan 2023 10:23:15 +0100 + +linux-unstable (6.2.0-6.6) lunar; urgency=medium + + * lunar/linux-unstable: 6.2.0-6.6 -proposed tracker (LP: #2004138) + + * Miscellaneous Ubuntu changes + - [Packaging] debian/rules: Bring back 'editconfigs' + - [Packaging] debian/rules: 1-maintainer.mk -- Use make's if-else + - [Packaging] annotations: make sure to always drop undefined configs + - [Config] update annotations after rebase to v6.2-rc6 + + [ Upstream Kernel Changes ] + + * Rebase to v6.1-rc6 + + -- Andrea Righi Mon, 30 Jan 2023 09:20:26 +0100 + +linux-unstable (6.2.0-5.5) lunar; urgency=medium + + * lunar/linux-unstable: 6.2.0-5.5 -proposed tracker (LP: #2003682) + + * [23.04] Kernel 6.2 does not boot on s390x (LP: #2003348) + - SAUCE Revert "zstd: import usptream v1.5.2" + - SAUCE: Revert "zstd: Move zstd-common module exports to + zstd_common_module.c" + + * Revoke & rotate to new signing key (LP: #2002812) + - [Packaging] Revoke and rotate to new signing key + + * CVE-2023-0179 + - netfilter: nft_payload: incorrect arithmetics when fetching VLAN header bits + + * [23.04] net/smc: Alibaba patches about tunable buffer sizes may cause errors + and need to be removed (kernel 6.2) (LP: #2003547) + - SAUCE: Revert "net/smc: Unbind r/w buffer size from clcsock and make them + tunable" + - SAUCE: Revert "net/smc: Introduce a specific sysctl for TEST_LINK time" + + * 5.15 stuck at boot on c4.large (LP: #1956780) + - SAUCE: Revert "PCI/MSI: Mask MSI-X vectors only on success" + + * Miscellaneous Ubuntu changes + - [Packaging] scripts/misc/kernelconfig: Disable config checks for mainline + builds + - [Packaging] annotations: add CONFIG_GCC_VERSION to the list of ignored + configs + + -- Andrea Righi Mon, 23 Jan 2023 08:20:26 +0100 + +linux-unstable (6.2.0-4.4) lunar; urgency=medium + + * lunar/linux-unstable: 6.2.0-4.4 -proposed tracker (LP: #2003051) + + * Miscellaneous Ubuntu changes + - [Packaging] add python3 as a build dependency + - [Packaging] scripts/misc/kernelconfig: Rewrite + + -- Andrea Righi Tue, 17 Jan 2023 09:18:54 +0100 + +linux-unstable (6.2.0-3.3) lunar; urgency=medium + + * lunar/linux-unstable: 6.2.0-3.3 -proposed tracker (LP: #2002939) + + * Enable kernel config for P2PDMA (LP: #1987394) + - [Config] Enable CONFIG_HSA_AMD_P2P + + * Miscellaneous Ubuntu changes + - SAUCE: (no-up) Remove obj- += foo.o hack + - SAUCE: (no-up) re-add ubuntu/ directory + - [Config] enable EFI handover protocol + - [Packaging] Fix module-check error when modules are compressed + - SAUCE: (no-up) do not remove debian directory by 'make mrproper' + - [Packaging] debian/rules: Drop AUTOBUILD + - [Packaging] debian/rules: Drop NOKERNLOG and PRINTSHAS env variables + - [Packaging] debian/rules: Replace skip variables with skip_checks + - [Packaging] checks/retpoline-check: Make 'skipretpoline' argument optional + - [Packaging] checks/module-signature-check: Add 'skip_checks' argument + - [Packaging] debian/rules: Rename 'skip_dbg' to 'do_dbgsym_package' + - [Packaging] debian/rules: Rename 'skip_checks' to 'do_skip_checks' + - [Packaging] debian/rules: Rename 'full_build' to 'do_full_build' + - [Packaging] debian/rules: Fix PPA debug package builds + - [Packaging] debian/rules: Remove debug package install directory earlier + - [Packaging] debian/rules: Remove unnecessary 'lockme_' variables + - [Packaging] debian/rules: Remove unused target 'diffupstream' + - [Packaging] debian/rules: Mark PHONY targets individually + - [Packaging] debian/rules: Clean up 'help' target output + - [Packaging] debian/rules: Clean up 'printenv' target output + - [Packaging] debian/rules: Add missing 'do_' variables to 'printenv' + - [Config] update annotations after rebase to v6.2-rc4 + + [ Upstream Kernel Changes ] + + * Rebase to v6.1-rc4 + + -- Andrea Righi Mon, 16 Jan 2023 16:01:40 +0100 + +linux-unstable (6.2.0-2.2) lunar; urgency=medium + + * lunar/linux-unstable: 6.2.0-2.2 -proposed tracker (LP: #2001892) + + * Soundwire support for the Intel RPL Gen 0C40/0C11 platforms (LP: #2000030) + - SAUCE: ASoC: Intel: soc-acpi: add configuration for variant of 0C40 product + - SAUCE: ASoC: Intel: soc-acpi: add configuration for variant of 0C11 product + + * Miscellaneous Ubuntu changes + - [Config] update toolchain version in annotations + + * Miscellaneous upstream changes + - Revert "UBUNTU: [Packaging] Support skipped dkms modules" + + [ Upstream Kernel Changes ] + + * Rebase to v6.1-rc2 + + -- Andrea Righi Thu, 05 Jan 2023 09:19:55 +0100 + +linux-unstable (6.2.0-1.1) lunar; urgency=medium + + * lunar/linux-unstable: 6.2.0-1.1 -proposed tracker (LP: #2000904) + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + + * Miscellaneous Ubuntu changes + - [Packaging] annotations: remove configs that are undefined across all + arches/flavours + - SAUCE: Revert "apparmor: make __aa_path_perm() static" + - [Packaging] abi-check: ignore failures when abi check is skipped + - [Packaging] temporarily disable zfs dkms + - [Config] update annotations after rebase to 6.2-rc1 + + [ Upstream Kernel Changes ] + + * Rebase to v6.1-rc1 + + -- Andrea Righi Wed, 04 Jan 2023 12:08:32 +0100 + +linux-unstable (6.2.0-0.0) lunar; urgency=medium + + * Empty entry + + -- Andrea Righi Sun, 01 Jan 2023 10:16:00 +0100 + +linux (6.1.0-11.11) lunar; urgency=medium + + * lunar/linux: 6.1.0-11.11 -proposed tracker (LP: #2000704) + + * Packaging resync (LP: #1786013) + - [Packaging] update helper scripts + + * Lunar update: v6.1.1 upstream stable release (LP: #2000706) + - x86/vdso: Conditionally export __vdso_sgx_enter_enclave() + - libbpf: Fix uninitialized warning in btf_dump_dump_type_data + - PCI: mt7621: Add sentinel to quirks table + - mips: ralink: mt7621: define MT7621_SYSC_BASE with __iomem + - mips: ralink: mt7621: soc queries and tests as functions + - mips: ralink: mt7621: do not use kzalloc too early + - irqchip/ls-extirq: Fix endianness detection + - udf: Discard preallocation before extending file with a hole + - udf: Fix preallocation discarding at indirect extent boundary + - udf: Do not bother looking for prealloc extents if i_lenExtents matches + i_size + - udf: Fix extending file within last block + - usb: gadget: uvc: Prevent buffer overflow in setup handler + - USB: serial: option: add Quectel EM05-G modem + - USB: serial: cp210x: add Kamstrup RF sniffer PIDs + - USB: serial: f81232: fix division by zero on line-speed change + - USB: serial: f81534: fix division by zero on line-speed change + - xhci: Apply XHCI_RESET_TO_DEFAULT quirk to ADL-N + - staging: r8188eu: fix led register settings + - igb: Initialize mailbox message for VF reset + - usb: typec: ucsi: Resume in separate work + - usb: dwc3: pci: Update PCIe device ID for USB3 controller on CPU sub-system + for Raptor Lake + - cifs: fix oops during encryption + - KEYS: encrypted: fix key instantiation with user-provided data + - Linux 6.1.1 + + * Expose built-in trusted and revoked certificates (LP: #1996892) + - [Packaging] Expose built-in trusted and revoked certificates + + * Fix System cannot detect bluetooth after running suspend stress test + (LP: #1998727) + - wifi: rtw88: 8821c: enable BT device recovery mechanism + + * Gnome doesn't run smooth when performing normal usage with RPL-P CPU + (LP: #1998419) + - drm/i915/rpl-p: Add stepping info + + * Mute/mic LEDs no function on a HP platfrom (LP: #1998882) + - ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook + + * Add additional Mediatek MT7922 BT device ID (LP: #1998885) + - Bluetooth: btusb: Add a new VID/PID 0489/e0f2 for MT7922 + + * Support Icicle Kit reference design v2022.10 (LP: #1993148) + - SAUCE: riscv: dts: microchip: Disable PCIe on the Icicle Kit + + * Add iommu passthrough quirk for Intel IPU6 on RaptorLake (LP: #1989041) + - SAUCE: iommu: intel-ipu: use IOMMU passthrough mode for Intel IPUs on Raptor + Lake + + * Enable Intel FM350 wwan CCCI driver port logging (LP: #1997686) + - net: wwan: t7xx: use union to group port type specific data + - net: wwan: t7xx: Add port for modem logging + + * TEE Support for CCP driver (LP: #1991608) + - crypto: ccp - Add support for TEE for PCI ID 0x14CA + + * Kinetic update: v5.19.17 upstream stable release (LP: #1994179) + - Revert "fs: check FMODE_LSEEK to control internal pipe splicing" + - kbuild: Add skip_encoding_btf_enum64 option to pahole + + * Kinetic update: v5.19.15 upstream stable release (LP: #1994078) + - Revert "clk: ti: Stop using legacy clkctrl names for omap4 and 5" + + * support independent clock and LED GPIOs for Intel IPU6 platforms + (LP: #1989046) + - SAUCE: platform/x86: int3472: support independent clock and LED GPIOs + + * Kernel livepatch support for for s390x (LP: #1639924) + - [Config] Enable EXPOLINE_EXTERN on s390x + + * Kinetic update: v5.19.7 upstream stable release (LP: #1988733) + - Revert "PCI/portdrv: Don't disable AER reporting in + get_port_device_capability()" + + * Kinetic update: v5.19.3 upstream stable release (LP: #1987345) + - Revert "mm: kfence: apply kmemleak_ignore_phys on early allocated pool" + + * Fix non-working e1000e device after resume (LP: #1951861) + - SAUCE: Revert "e1000e: Add polling mechanism to indicate CSME DPG exit" + + * Add additional Mediatek MT7921 WiFi/BT device IDs (LP: #1937004) + - SAUCE: Bluetooth: btusb: Add support for Foxconn Mediatek Chip + + * Fix system sleep on TGL systems with Intel ME (LP: #1919321) + - SAUCE: PCI: Serialize TGL e1000e PM ops + + * Fix broken e1000e device after S3 (LP: #1897755) + - SAUCE: e1000e: Increase polling timeout on MDIC ready bit + + * Fix unusable USB hub on Dell TB16 after S3 (LP: #1855312) + - SAUCE: USB: core: Make port power cycle a seperate helper function + - SAUCE: USB: core: Attempt power cycle port when it's in eSS.Disabled state + + * Set explicit CC in the headers package (LP: #1999750) + - [Packaging] Set explicit CC in the headers package + + * commit cf58599cded35cf4affed1e659c0e2c742d3fda7 seems to be missing in + kinetic master to remove "hio" reference from Makefile (LP: #1999556) + - SAUCE: remove leftover reference to ubuntu/hio driver + + * Miscellaneous Ubuntu changes + - [Packaging] kernelconfig: always complete all config checks + - [Packaging] annotations: unify same rule across all flavour within the same + arch + - [Config] annotations: compact annotations file + - [Config] disable EFI_ZBOOT + - SAUCE: input: i8042: fix section mismatch warning + - debian/dkms-versions -- re-enable zfs + - [Packaging] old-kernelconfig: update config-check path + - [Packaging] update getabis + - [Packaging] update Ubuntu.md + + * Miscellaneous upstream changes + - Revert "drm/i915/opregion: check port number bounds for SWSCI display power + state" + + -- Andrea Righi Fri, 30 Dec 2022 11:23:16 +0100 + +linux (6.1.0-10.10) lunar; urgency=medium + + * lunar/linux: 6.1.0-10.10 -proposed tracker (LP: #1999569) + + * Soundwire support for the Intel RPL Gen platforms (LP: #1997944) + - ASoC: Intel: sof_sdw: Add support for SKU 0C10 product + - ASoC: Intel: soc-acpi: add SKU 0C10 SoundWire configuration + - ASoC: Intel: sof_sdw: Add support for SKU 0C40 product + - ASoC: Intel: soc-acpi: add SKU 0C40 SoundWire configuration + - ASoC: Intel: sof_sdw: Add support for SKU 0C4F product + - ASoC: rt1318: Add RT1318 SDCA vendor-specific driver + - ASoC: intel: sof_sdw: add rt1318 codec support. + - ASoC: Intel: sof_sdw: Add support for SKU 0C11 product + - ASoC: Intel: soc-acpi: add SKU 0C11 SoundWire configuration + - SAUCE: ASoC: Intel: soc-acpi: update codec addr on 0C11/0C4F product + - [Config] enable CONFIG_SND_SOC_RT1318_SDW + + * Virtual GPU driver packaging regression (LP: #1996112) + - [Packaging] Reintroduce VM DRM drivers into modules + + -- Andrea Righi Tue, 13 Dec 2022 22:14:08 +0100 + +linux (6.1.0-9.9) lunar; urgency=medium + + * Empty entry (ABI bump) + + -- Andrea Righi Tue, 13 Dec 2022 21:31:08 +0100 + +linux (6.1.0-3.3) lunar; urgency=medium + + * lunar/linux: 6.1.0-3.3 -proposed tracker (LP: #1999534) + + * [DEP-8] Run ADT regression suite for lowlatency kernels Jammy and later + (LP: #1999528) + - [DEP-8] Fix regression suite to run on lowlatency + + * Miscellaneous Ubuntu changes + - [Packaging] annotations: do not add constraints on toolchain versions + + -- Andrea Righi Tue, 13 Dec 2022 16:45:59 +0100 + +linux (6.1.0-2.2) lunar; urgency=medium + + * lunar/linux: 6.1.0-2.2 -proposed tracker (LP: #1999411) + + * Miscellaneous Ubuntu changes + - [Packaging] annotations: do not enforce toolchain versions + + -- Andrea Righi Mon, 12 Dec 2022 17:05:59 +0100 + +linux (6.1.0-1.1) lunar; urgency=medium + + * lunar/linux: 6.1.0-1.1 -proposed tracker (LP: #1999373) + + * Packaging resync (LP: #1786013) + - [Packaging] update variants + + * Miscellaneous Ubuntu changes + - [Packaging] annotations: set and delete configs from command line + - [Packaging] migrateconfigs: ignore README.rst if it doesn't exist + - [Packaging] migrate-annotations: properly determine arches in derivatives + - [Packaging] annotations: allow to set note to config options directly + - [Packaging] annotations: assume --query as default command + - [Packaging] annotations: allow to query using CONFIG_&2 + exit 1 + fi +} + +# Form an associative lookup for the section numbers in the ELF symbol table. +# Uses 8 character 0 expanded hexadecimal key for ease of consumption. +__sectionmap_init() +{ + readelf -W --headers "$1" | \ + awk ' + { sub("\\[", ""); sub("\\]", ""); } + ($1 ~ /^[0-9][0-9]*/) { printf("%08x %s %s %s\n", int($1), $2, $3, $4); } + ' | \ + { + while read section_num section_name section_type section_vma + do + echo "sectionmap_$section_num='$section_name'" + echo "sectionvma_$section_num='$section_vma'" + case "$section_type" in + REL|RELA) section_relocation="$section_type" ;; + esac + done + echo "section_relocation='$section_relocation'" + } +} +sectionmap_init() +{ + eval $(__sectionmap_init "$1") +} +sectionmap() +{ + eval RET="\$sectionmap_$1" + if [ "$RET" = '' ]; then + echo "sectionmap: $1: invalid section" 1>&2 + exit 1 + fi +} +sectionvma() +{ + eval RET="\$sectionvma_$1" + if [ "$RET" = '' ]; then + echo "sectionvma: $1: invalid section" 1>&2 + exit 1 + fi +} + +# Read and parse the hex-dump output. +hex="[0-9a-f]" +hex_8="$hex$hex$hex$hex$hex$hex$hex$hex" +hexspc="[0-9a-f ]" +hexspc_8="$hexspc$hexspc$hexspc$hexspc$hexspc$hexspc$hexspc$hexspc" + +raw32() +{ + readelf --hex-dump "$2" "$1" 2>/dev/null | + sed \ + -e '/^Hex/d' -e '/^$/d' -e '/^ *NOTE/d' \ + -e 's/ *[^ ][^ ]* *\('"$hex_8"'\) \('"$hexspc_8"'\) \('"$hexspc_8"'\) \('"$hexspc_8"'\) .*/\1 \2 \3 \4 /' \ + -e 's/\('"$hex$hex"'\)\('"$hex$hex"'\)\('"$hex$hex"'\)\('"$hex$hex"'\) /\4\3\2\1 /g' \ + -e 's/ $//g' -e 's/ /\n/g' +} +#-e 's/\([^ ][^ ][^ ][^ ][^ ][^ ][^ ][^ ]\) \([^ ][^ ][^ ][^ ][^ ][^ ][^ ][^ ]\) /\2\1 /g' \ + +rela() +{ + #file="$(basename "$1")" + file="$1" + + # Read relocation information for a 64bit binary. Each relocation entry + # is 3 long longs so we collect 6 quads here. Note that the dump is in + # listed in increasing byte order not withstanding the quad split. + # + # The record says to take the value of add and + # shove that into in the segment of the . + # + # Format: + # 64 bits + # 32 bits + # 32 bits + # 64 bits + raw32 "$1" ".rela$SECTION" | \ + { + a1=''; a2=''; a3=''; a4=''; a5='' + while read a6 + do + [ "$a1" = '' ] && { a1="$a6"; continue; } + [ "$a2" = '' ] && { a2="$a6"; continue; } + [ "$a3" = '' ] && { a3="$a6"; continue; } + [ "$a4" = '' ] && { a4="$a6"; continue; } + [ "$a5" = '' ] && { a5="$a6"; continue; } + + #echo ">$a1< >$a2< >$a3< >$a4< >$a5< >$a6<" 1>&2 + #echo "type<$a3> symbol<$a4> offset<$a2$a1> addr<$a6a5>" 1>&2 + + symbolmap "$a4"; section_num="$RET" + #echo "section_num<$section_num>" 1>&2 + + sectionmap "$section_num"; section="$RET" + sectionvma "$section_num"; vma="$RET" + #echo "section<$section> vma<$vma>" 1>&2 + + # Adjust the segment addressing by the segment offset. + printf -v addr "%u" "0x$a6$a5" + printf -v vma "%u" "0x$vma" + let offset="$addr + $vma" + printf -v offset "%x" "$offset" + + echo "$file-$section-$offset" + + a1=''; a2=''; a3=''; a4=''; a5='' + done + } | sed -e 's/-00*\([0-9a-f]\)/-\1/' +} + +# Form an associative lookup for the raw contents for an ELF section. +# Uses 8 character 0 expanded hexadecimal key for ease of consumption. +contentmap_init() +{ + raw32 "$1" "$2" >"$tmp" + let offset=0 + while read value + do + printf -v offset_hex "%08x" $offset + eval contentmap_$offset_hex=\'$value\' + + let offset="$offset + 4" + done <"$tmp" + rm -f "$tmp" +} +contentmap() +{ + eval RET="\$contentmap_$1" + if [ "$RET" = '' ]; then + echo "contentmap: $1: invalid offset" 1>&2 + exit 1 + fi +} + +rel() +{ + # Load up the current contents of the $SECTION segment + # as the offsets (see below) are recorded there and we will need + # those to calculate the actuall address. + contentmap_init "$1" "$SECTION" + + #file="$(basename "$1")" + file="$1" + + # Read relocation information for a 32bit binary. Each relocation entry + # is 3 longs so we collect 3 quads here. Note that the dump is in + # listed in increasing byte order not withstanding the quad split. + # + # The record says to take the value of and add that to the + # existing contents of in the segment of the . + # + # Format: + # 32 bits + # 24 bits + # 8 bits + raw32 "$1" ".rel$SECTION" | \ + { + a1='' + while read a2 + do + [ "$a1" = '' ] && { a1="$a2"; continue; } + + #echo ">$a1< >$a2<" + contentmap "$a1"; offset="$RET" + symbolmap "00${a2%??}"; section_num="$RET" + + sectionmap "$section_num"; section="$RET" + sectionvma "$section_num"; vma="$RET" + #echo ">$a1< >$a2< >$offset< >$section<" + + echo "$file-$section-$offset" + + a1='' + done + } | sed -e 's/-00*\([0-9a-f]\)/-\1/' +} + +tmp=$(mktemp --tmpdir "retpoline-extract-XXXXXX") + +disassemble() +{ + local object="$1" + local src="$2" + local options="$3" + local selector="$4" + + objdump $options --disassemble --no-show-raw-insn "$object" | \ + awk -F' ' ' + BEGIN { file="'"$object"'"; src="'"$src"'"; } + /Disassembly of section/ { segment=$4; sub(":", "", segment); } + /^[0-9a-f][0-9a-f]* <.*>:/ { tag=$0; sub(".*<", "", tag); sub(">.*", "", tag); } + $0 ~ /(call|jmp)q? *\*0x[0-9a-f]*\(%rip\)/ { + next + } + $0 ~ /(call|jmp)q? *\*.*%/ { + sub(":", "", $1); + if ('"$selector"') { + offset=$1 + $1=tag + print(file "-" segment "-" offset " " src " " segment " " $0); + } + } + ' +} + +# Accumulate potentially vunerable indirect call/jmp sequences. We do this +# by examining the raw disassembly for affected forms, recording the location +# of each. +case "$bit16" in +'') disassemble "$object" "$src" '' 'segment != ".init.text"' ;; +*) disassemble "$object" "$src" '--disassembler-options=i8086' 'segment != ".init.text" && segment != ".text32" && segment != ".text64"' + disassemble "$object" "$src" '--disassembler-options=i386' 'segment == ".text32"' + disassemble "$object" "$src" '--disassembler-options=x86-64' 'segment == ".text64"' + ;; +esac | sort -k 1b,1 >"$object.ur-detected" +[ ! -s "$object.ur-detected" ] && rm -f "$object.ur-detected" + +# Load up the symbol table and section mappings. +symbolmap_init "$object" +sectionmap_init "$object" + +# Accumulate annotated safe indirect call/jmp sequences. We do this by examining +# the $SECTION sections (and their associated relocation information), +# each entry represents the address of an instruction which has been marked +# as ok. +case "$section_relocation" in +REL) rel "$object" ;; +RELA) rela "$object" ;; +esac | sort -k 1b,1 >"$object.ur-safe" +[ ! -s "$object.ur-safe" ] && rm -f "$object.ur-safe" + +# We will perform the below join on the summarised and sorted fragments +# formed above. This is performed in retpoline-check. +#join -v 1 -j 1 "$tmp.extracted" "$tmp.safe" | sed -s 's/[^ ]* *//' + +rm -f "$tmp" --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/Kconfig +++ linux-lowlatency-hwe-6.5-6.5.0/security/Kconfig @@ -19,6 +19,15 @@ If you are unsure how to answer this question, answer N. +config SECURITY_PERF_EVENTS_RESTRICT + bool "Restrict unprivileged use of performance events" + depends on PERF_EVENTS + help + If you say Y here, the kernel.perf_event_paranoid sysctl + will be set to 3 by default, and no unprivileged use of the + perf_event_open syscall will be permitted unless it is + changed. + config SECURITY bool "Enable different security models" depends on SYSFS --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/Kconfig +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/Kconfig @@ -105,6 +105,18 @@ includes policy, and has some form of integrity check. Disabling the check will speed up policy loads. +config SECURITY_APPARMOR_RESTRICT_USERNS + bool "Restrict user namespace creation to confined domains" + depends on SECURITY_APPARMOR && USER_NS + default y + help + This options allows controlling whether apparmor restricts + the creation of new user namespaces to confined tasks by + default. If set unconfined tasks without CAP_SYS_ADMIN + will not be allowed to create new user namespaces. Confined + tasks ability to create new user namespaces will be controlled + by their profile. + config SECURITY_APPARMOR_KUNIT_TEST tristate "Build KUnit tests for policy_unpack.c" if !KUNIT_ALL_TESTS depends on KUNIT && SECURITY_APPARMOR --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/Makefile +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/Makefile @@ -6,7 +6,7 @@ apparmor-y := apparmorfs.o audit.o capability.o task.o ipc.o lib.o match.o \ path.o domain.o policy.o policy_unpack.o procattr.o lsm.o \ resource.o secid.o file.o policy_ns.o label.o mount.o net.o \ - policy_compat.o + policy_compat.o af_unix.o notify.o apparmor-$(CONFIG_SECURITY_APPARMOR_HASH) += crypto.o obj-$(CONFIG_SECURITY_APPARMOR_KUNIT_TEST) += apparmor_policy_unpack_test.o --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/af_unix.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/af_unix.c @@ -0,0 +1,702 @@ +// SPDX-License-Identifier: GPL-2.0-only +/* + * AppArmor security module + * + * This file contains AppArmor af_unix fine grained mediation + * + * Copyright 2018 Canonical Ltd. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation, version 2 of the + * License. + */ + +#include + +#include "include/audit.h" +#include "include/af_unix.h" +#include "include/apparmor.h" +#include "include/file.h" +#include "include/label.h" +#include "include/path.h" +#include "include/policy.h" +#include "include/cred.h" + +static inline struct sock *aa_unix_sk(struct unix_sock *u) +{ + return &u->sk; +} + +static umode_t sock_i_mode(struct sock *sk) +{ + umode_t mode; + + read_lock_bh(&sk->sk_callback_lock); + mode = sk->sk_socket ? SOCK_INODE(sk->sk_socket)->i_mode : 0; + read_unlock_bh(&sk->sk_callback_lock); + return mode; +} + +static inline int unix_fs_perm(const char *op, u32 mask, + const struct cred *subj_cred, + struct aa_label *label, + struct unix_sock *u, int flags) +{ + AA_BUG(!label); + AA_BUG(!u); + AA_BUG(!UNIX_FS(aa_unix_sk(u))); + + if (unconfined(label) || !LABEL_MEDIATES(label, AA_CLASS_FILE)) + return 0; + + mask &= NET_FS_PERMS; + if (!u->path.dentry) { + struct path_cond cond = { + .uid = sock_i_uid(&u->sk), + .mode = sock_i_mode(&u->sk), + }; + struct aa_perms perms = { }; + struct aa_profile *profile; + + /* socket path has been cleared because it is being shutdown + * can only fall back to original sun_path request + */ + struct aa_sk_ctx *ctx = aa_sock(&u->sk); + + if (ctx->path.dentry) + return aa_path_perm(op, subj_cred, label, &ctx->path, + flags, mask, + &cond); + return fn_for_each_confined(label, profile, + ((flags | profile->path_flags) & PATH_MEDIATE_DELETED) ? + __aa_path_perm(op, subj_cred, profile, + u->addr->name->sun_path, mask, + &cond, flags, &perms, false) : + aa_audit_file(subj_cred, profile, &nullperms, + op, mask, + u->addr->name->sun_path, NULL, + NULL, cond.uid, + "Failed name lookup - deleted entry", + -EACCES, false)); + } else { + /* the sunpath may not be valid for this ns so use the path */ + struct path_cond cond = { u->path.dentry->d_inode->i_uid, + u->path.dentry->d_inode->i_mode + }; + + return aa_path_perm(op, subj_cred, label, &u->path, flags, + mask, &cond); + } + + return 0; +} + +/* passing in state returned by PROFILE_MEDIATES_AF */ +static unsigned int match_to_prot(struct aa_dfa *dfa, + unsigned int state, int type, int protocol, + const char **info) +{ + __be16 buffer[2]; + + buffer[0] = cpu_to_be16(type); + buffer[1] = cpu_to_be16(protocol); + state = aa_dfa_match_len(dfa, state, (char *) &buffer, 4); + if (!state) + *info = "failed type and protocol match"; + return state; +} + +static unsigned int match_addr(struct aa_dfa *dfa, unsigned int state, + struct sockaddr_un *addr, int addrlen) +{ + if (addr) + /* include leading \0 */ + state = aa_dfa_match_len(dfa, state, addr->sun_path, + unix_addr_len(addrlen)); + else + /* anonymous end point */ + state = aa_dfa_match_len(dfa, state, "\x01", 1); + /* todo change to out of band */ + state = aa_dfa_null_transition(dfa, state); + return state; +} + +static unsigned int match_to_local(struct aa_dfa *dfa, + unsigned int state, int type, int protocol, + struct sockaddr_un *addr, int addrlen, + const char **info) +{ + state = match_to_prot(dfa, state, type, protocol, info); + if (state) { + state = match_addr(dfa, state, addr, addrlen); + if (state) { + /* todo: local label matching */ + state = aa_dfa_null_transition(dfa, state); + if (!state) + *info = "failed local label match"; + } else + *info = "failed local address match"; + } + + return state; +} + +static unsigned int match_to_sk(struct aa_dfa *dfa, + unsigned int state, struct unix_sock *u, + const char **info) +{ + struct sockaddr_un *addr = NULL; + int addrlen = 0; + + if (u->addr) { + addr = u->addr->name; + addrlen = u->addr->len; + } + + return match_to_local(dfa, state, u->sk.sk_type, u->sk.sk_protocol, + addr, addrlen, info); +} + +#define CMD_ADDR 1 +#define CMD_LISTEN 2 +#define CMD_OPT 4 + +static inline unsigned int match_to_cmd(struct aa_dfa *dfa, + unsigned int state, struct unix_sock *u, + char cmd, const char **info) +{ + state = match_to_sk(dfa, state, u, info); + if (state) { + state = aa_dfa_match_len(dfa, state, &cmd, 1); + if (!state) + *info = "failed cmd selection match"; + } + + return state; +} + +static inline unsigned int match_to_peer(struct aa_dfa *dfa, + unsigned int state, + struct unix_sock *u, + struct sockaddr_un *peer_addr, + int peer_addrlen, + const char **info) +{ + state = match_to_cmd(dfa, state, u, CMD_ADDR, info); + if (state) { + state = match_addr(dfa, state, peer_addr, peer_addrlen); + if (!state) + *info = "failed peer address match"; + } + return state; +} + +static int do_perms(struct aa_profile *profile, struct aa_ruleset *rule, + unsigned int state, u32 request, + struct apparmor_audit_data *ad) +{ + struct aa_perms perms; + + AA_BUG(!profile); + + perms = *aa_lookup_perms(rule->policy, state); + aa_apply_modes_to_perms(profile, &perms); + return aa_check_perms(profile, &perms, request, ad, + audit_net_cb); +} + +static int match_label(struct aa_profile *profile, struct aa_ruleset *rule, + struct aa_profile *peer, unsigned int state, u32 request, + struct apparmor_audit_data *ad) +{ + AA_BUG(!profile); + AA_BUG(!peer); + + ad->peer = &peer->label; + + if (state) { + state = aa_dfa_match(rule->policy->dfa, state, + peer->base.hname); + if (!state) + ad->info = "failed peer label match"; + } + return do_perms(profile, rule, state, request, ad); +} + + +/* unix sock creation comes before we know if the socket will be an fs + * socket + * v6 - semantics are handled by mapping in profile load + * v7 - semantics require sock create for tasks creating an fs socket. + */ +static int profile_create_perm(struct aa_profile *profile, int family, + int type, int protocol) +{ + struct aa_ruleset *rules = list_first_entry(&profile->rules, + typeof(*rules), list); + aa_state_t state; + DEFINE_AUDIT_NET(ad, OP_CREATE, NULL, family, type, protocol); + + AA_BUG(!profile); + AA_BUG(profile_unconfined(profile)); + + state = RULE_MEDIATES_AF(rules, AF_UNIX); + if (state) { + state = match_to_prot(rules->policy->dfa, state, type, protocol, + &ad.info); + return do_perms(profile, rules, state, AA_MAY_CREATE, &ad); + } + + return aa_profile_af_perm(profile, &ad, AA_MAY_CREATE, family, type); +} + +int aa_unix_create_perm(struct aa_label *label, int family, int type, + int protocol) +{ + struct aa_profile *profile; + + if (unconfined(label)) + return 0; + + return fn_for_each_confined(label, profile, + profile_create_perm(profile, family, type, protocol)); +} + + +static inline int profile_sk_perm(struct aa_profile *profile, + struct apparmor_audit_data *ad, + u32 request, struct sock *sk) +{ + struct aa_ruleset *rules = list_first_entry(&profile->rules, + typeof(*rules), + list); + unsigned int state; + + AA_BUG(!profile); + AA_BUG(!sk); + AA_BUG(UNIX_FS(sk)); + AA_BUG(profile_unconfined(profile)); + + state = RULE_MEDIATES_AF(rules, AF_UNIX); + if (state) { + state = match_to_sk(rules->policy->dfa, state, unix_sk(sk), + &ad->info); + return do_perms(profile, rules, state, request, ad); + } + + return aa_profile_af_sk_perm(profile, ad, request, sk); +} + +int aa_unix_label_sk_perm(const struct cred *subj_cred, + struct aa_label *label, const char *op, u32 request, + struct sock *sk) +{ + if (!unconfined(label)) { + struct aa_profile *profile; + DEFINE_AUDIT_SK(ad, op, sk); + + ad.subj_cred = subj_cred; + return fn_for_each_confined(label, profile, + profile_sk_perm(profile, &ad, request, sk)); + } + return 0; +} + +static int unix_label_sock_perm(const struct cred *subj_cred, + struct aa_label *label, const char *op, + u32 request, struct socket *sock) +{ + if (unconfined(label)) + return 0; + if (UNIX_FS(sock->sk)) + return unix_fs_perm(op, request, subj_cred, label, + unix_sk(sock->sk), 0); + + return aa_unix_label_sk_perm(subj_cred, label, op, request, sock->sk); +} + +/* revaliation, get/set attr */ +int aa_unix_sock_perm(const char *op, u32 request, struct socket *sock) +{ + struct aa_label *label; + int error; + + label = begin_current_label_crit_section(); + error = unix_label_sock_perm(current_cred(), label, op, request, sock); + end_current_label_crit_section(label); + + return error; +} + +static int profile_bind_perm(struct aa_profile *profile, struct sock *sk, + struct sockaddr *addr, int addrlen) +{ + struct aa_ruleset *rules = list_first_entry(&profile->rules, + typeof(*rules), list); + unsigned int state; + DEFINE_AUDIT_SK(ad, OP_BIND, sk); + + ad.subj_cred = current_cred(); + AA_BUG(!profile); + AA_BUG(!sk); + AA_BUG(addr->sa_family != AF_UNIX); + AA_BUG(profile_unconfined(profile)); + AA_BUG(unix_addr_fs(addr, addrlen)); + + state = RULE_MEDIATES_AF(rules, AF_UNIX); + if (state) { + /* bind for abstract socket */ + ad.net.addr = unix_addr(addr); + ad.net.addrlen = addrlen; + + state = match_to_local(rules->policy->dfa, state, + sk->sk_type, sk->sk_protocol, + unix_addr(addr), addrlen, + &ad.info); + return do_perms(profile, rules, state, AA_MAY_BIND, &ad); + } + + return aa_profile_af_sk_perm(profile, &ad, AA_MAY_BIND, sk); +} + +int aa_unix_bind_perm(struct socket *sock, struct sockaddr *address, + int addrlen) +{ + struct aa_profile *profile; + struct aa_label *label; + int error = 0; + + label = begin_current_label_crit_section(); + /* fs bind is handled by mknod */ + if (!(unconfined(label) || unix_addr_fs(address, addrlen))) + error = fn_for_each_confined(label, profile, + profile_bind_perm(profile, sock->sk, address, + addrlen)); + end_current_label_crit_section(label); + + return error; +} + +int aa_unix_connect_perm(struct socket *sock, struct sockaddr *address, + int addrlen) +{ + /* unix connections are covered by the + * - unix_stream_connect (stream) and unix_may_send hooks (dgram) + * - fs connect is handled by open + */ + return 0; +} + +static int profile_listen_perm(struct aa_profile *profile, struct sock *sk, + int backlog) +{ + struct aa_ruleset *rules = list_first_entry(&profile->rules, + typeof(*rules), list); + unsigned int state; + DEFINE_AUDIT_SK(ad, OP_LISTEN, sk); + + AA_BUG(!profile); + AA_BUG(!sk); + AA_BUG(UNIX_FS(sk)); + AA_BUG(profile_unconfined(profile)); + + state = RULE_MEDIATES_AF(rules, AF_UNIX); + if (state) { + __be16 b = cpu_to_be16(backlog); + + state = match_to_cmd(rules->policy->dfa, state, unix_sk(sk), + CMD_LISTEN, &ad.info); + if (state) { + state = aa_dfa_match_len(rules->policy->dfa, state, + (char *) &b, 2); + if (!state) + ad.info = "failed listen backlog match"; + } + return do_perms(profile, rules, state, AA_MAY_LISTEN, &ad); + } + + return aa_profile_af_sk_perm(profile, &ad, AA_MAY_LISTEN, sk); +} + +int aa_unix_listen_perm(struct socket *sock, int backlog) +{ + struct aa_profile *profile; + struct aa_label *label; + int error = 0; + + label = begin_current_label_crit_section(); + if (!(unconfined(label) || UNIX_FS(sock->sk))) + error = fn_for_each_confined(label, profile, + profile_listen_perm(profile, sock->sk, + backlog)); + end_current_label_crit_section(label); + + return error; +} + + +static inline int profile_accept_perm(struct aa_profile *profile, + struct sock *sk, + struct sock *newsk) +{ + struct aa_ruleset *rules = list_first_entry(&profile->rules, + typeof(*rules), list); + unsigned int state; + DEFINE_AUDIT_SK(ad, OP_ACCEPT, sk); + + AA_BUG(!profile); + AA_BUG(!sk); + AA_BUG(UNIX_FS(sk)); + AA_BUG(profile_unconfined(profile)); + + state = RULE_MEDIATES_AF(rules, AF_UNIX); + if (state) { + state = match_to_sk(rules->policy->dfa, state, unix_sk(sk), + &ad.info); + return do_perms(profile, rules, state, AA_MAY_ACCEPT, &ad); + } + + return aa_profile_af_sk_perm(profile, &ad, AA_MAY_ACCEPT, sk); +} + +/* ability of sock to connect, not peer address binding */ +int aa_unix_accept_perm(struct socket *sock, struct socket *newsock) +{ + struct aa_profile *profile; + struct aa_label *label; + int error = 0; + + label = begin_current_label_crit_section(); + if (!(unconfined(label) || UNIX_FS(sock->sk))) + error = fn_for_each_confined(label, profile, + profile_accept_perm(profile, sock->sk, + newsock->sk)); + end_current_label_crit_section(label); + + return error; +} + + +/* dgram handled by unix_may_sendmsg, right to send on stream done at connect + * could do per msg unix_stream here + */ +/* sendmsg, recvmsg */ +int aa_unix_msg_perm(const char *op, u32 request, struct socket *sock, + struct msghdr *msg, int size) +{ + return 0; +} + + +static int profile_opt_perm(struct aa_profile *profile, const char *op, u32 request, + struct sock *sk, int level, int optname) +{ + struct aa_ruleset *rules = list_first_entry(&profile->rules, + typeof(*rules), list); + unsigned int state; + DEFINE_AUDIT_SK(ad, op, sk); + + AA_BUG(!profile); + AA_BUG(!sk); + AA_BUG(UNIX_FS(sk)); + AA_BUG(profile_unconfined(profile)); + + state = RULE_MEDIATES_AF(rules, AF_UNIX); + if (state) { + __be16 b = cpu_to_be16(optname); + + state = match_to_cmd(rules->policy->dfa, state, unix_sk(sk), + CMD_OPT, &ad.info); + if (state) { + state = aa_dfa_match_len(rules->policy->dfa, state, + (char *) &b, 2); + if (!state) + ad.info = "failed sockopt match"; + } + return do_perms(profile, rules, state, request, &ad); + } + + return aa_profile_af_sk_perm(profile, &ad, request, sk); +} + +int aa_unix_opt_perm(const char *op, u32 request, struct socket *sock, int level, + int optname) +{ + struct aa_profile *profile; + struct aa_label *label; + int error = 0; + + label = begin_current_label_crit_section(); + if (!(unconfined(label) || UNIX_FS(sock->sk))) + error = fn_for_each_confined(label, profile, + profile_opt_perm(profile, op, request, + sock->sk, level, optname)); + end_current_label_crit_section(label); + + return error; +} + +/* null peer_label is allowed, in which case the peer_sk label is used */ +static int profile_peer_perm(struct aa_profile *profile, const char *op, u32 request, + struct sock *sk, struct sock *peer_sk, + struct aa_label *peer_label, + struct apparmor_audit_data *ad) +{ + struct aa_ruleset *rules = list_first_entry(&profile->rules, + typeof(*rules), list); + unsigned int state; + + AA_BUG(!profile); + AA_BUG(profile_unconfined(profile)); + AA_BUG(!sk); + AA_BUG(!peer_sk); + AA_BUG(UNIX_FS(peer_sk)); + + state = RULE_MEDIATES_AF(rules, AF_UNIX); + if (state) { + struct aa_sk_ctx *peer_ctx = aa_sock(peer_sk); + struct aa_profile *peerp; + struct sockaddr_un *addr = NULL; + int len = 0; + + if (unix_sk(peer_sk)->addr) { + addr = unix_sk(peer_sk)->addr->name; + len = unix_sk(peer_sk)->addr->len; + } + state = match_to_peer(rules->policy->dfa, state, unix_sk(sk), + addr, len, &ad->info); + if (!peer_label) + peer_label = peer_ctx->label; + return fn_for_each_in_ns(peer_label, peerp, + match_label(profile, rules, peerp, state, + request, ad)); + } + + return aa_profile_af_sk_perm(profile, ad, request, sk); +} + +/** + * + * Requires: lock held on both @sk and @peer_sk + */ +int aa_unix_peer_perm(const struct cred *subj_cred, + struct aa_label *label, const char *op, u32 request, + struct sock *sk, struct sock *peer_sk, + struct aa_label *peer_label) +{ + struct unix_sock *peeru = unix_sk(peer_sk); + struct unix_sock *u = unix_sk(sk); + + AA_BUG(!label); + AA_BUG(!sk); + AA_BUG(!peer_sk); + + if (UNIX_FS(aa_unix_sk(peeru))) { + return unix_fs_perm(op, request, subj_cred, label, peeru, 0); + } else if (UNIX_FS(aa_unix_sk(u))) { + return unix_fs_perm(op, request, subj_cred, label, u, 0); + } else { + struct aa_profile *profile; + DEFINE_AUDIT_SK(ad, op, sk); + + ad.net.peer_sk = peer_sk; + ad.subj_cred = subj_cred; + /* TODO: ns!!! */ + if (!net_eq(sock_net(sk), sock_net(peer_sk))) + ; + + if (unconfined(label)) + return 0; + + return fn_for_each_confined(label, profile, + profile_peer_perm(profile, op, request, sk, + peer_sk, peer_label, &ad)); + } +} + + +/* from net/unix/af_unix.c */ +static void unix_state_double_lock(struct sock *sk1, struct sock *sk2) +{ + if (unlikely(sk1 == sk2) || !sk2) { + unix_state_lock(sk1); + return; + } + if (sk1 < sk2) { + unix_state_lock(sk1); + unix_state_lock_nested(sk2); + } else { + unix_state_lock(sk2); + unix_state_lock_nested(sk1); + } +} + +static void unix_state_double_unlock(struct sock *sk1, struct sock *sk2) +{ + if (unlikely(sk1 == sk2) || !sk2) { + unix_state_unlock(sk1); + return; + } + unix_state_unlock(sk1); + unix_state_unlock(sk2); +} + +int aa_unix_file_perm(const struct cred *subj_cred, struct aa_label *label, + const char *op, u32 request, struct socket *sock) +{ + struct sock *peer_sk = NULL; + u32 sk_req = request & ~NET_PEER_MASK; + int error = 0; + + AA_BUG(!label); + AA_BUG(!sock); + AA_BUG(!sock->sk); + AA_BUG(sock->sk->sk_family != AF_UNIX); + + /* TODO: update sock label with new task label */ + unix_state_lock(sock->sk); + peer_sk = unix_peer(sock->sk); + if (peer_sk) + sock_hold(peer_sk); + if (!unix_connected(sock) && sk_req) { + error = unix_label_sock_perm(subj_cred, label, op, sk_req, + sock); + if (!error) + ; // TODO: update label + } + unix_state_unlock(sock->sk); + if (!peer_sk) + return error; + + unix_state_double_lock(sock->sk, peer_sk); + if (UNIX_FS(sock->sk)) { + error = unix_fs_perm(op, request, subj_cred, label, + unix_sk(sock->sk), + PATH_SOCK_COND); + } else if (UNIX_FS(peer_sk)) { + error = unix_fs_perm(op, request, subj_cred, label, + unix_sk(peer_sk), + PATH_SOCK_COND); + } else { + struct aa_sk_ctx *pctx = aa_sock(peer_sk); + + if (sk_req) + error = aa_unix_label_sk_perm(subj_cred, + label, op, sk_req, + sock->sk); + last_error(error, + xcheck(aa_unix_peer_perm(subj_cred, label, op, + MAY_READ | MAY_WRITE, + sock->sk, peer_sk, NULL), + aa_unix_peer_perm(sock->file ? sock->file->f_cred : NULL, + pctx->label, op, + MAY_READ | MAY_WRITE, + peer_sk, sock->sk, label))); + } + + unix_state_double_unlock(sock->sk, peer_sk); + sock_put(peer_sk); + + return error; +} --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/apparmorfs.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/apparmorfs.c @@ -24,6 +24,7 @@ #include #include #include +#include #include "include/apparmor.h" #include "include/apparmorfs.h" @@ -35,6 +36,7 @@ #include "include/policy.h" #include "include/policy_ns.h" #include "include/resource.h" +#include "include/path.h" #include "include/policy_unpack.h" #include "include/task.h" @@ -423,7 +425,7 @@ /* high level check about policy management - fine grained in * below after unpack */ - error = aa_may_manage_policy(label, ns, mask); + error = aa_may_manage_policy(current_cred(), label, ns, mask); if (error) goto end_section; @@ -486,7 +488,8 @@ /* high level check about policy management - fine grained in * below after unpack */ - error = aa_may_manage_policy(label, ns, AA_MAY_REMOVE_POLICY); + error = aa_may_manage_policy(current_cred(), label, ns, + AA_MAY_REMOVE_POLICY); if (error) goto out; @@ -608,6 +611,215 @@ .release = ns_revision_release, }; + +/* file hook fn for notificaions of policy actions */ +static int listener_release(struct inode *inode, struct file *file) +{ + struct aa_listener *listener = file->private_data; + + if (!aa_current_policy_admin_capable(NULL)) + return -EPERM; + if (listener) + aa_put_listener(listener); + + return 0; +} + +static int listener_open(struct inode *inode, struct file *file) +{ + struct aa_listener *listener; + + if (!aa_current_policy_admin_capable(NULL)) + return -EPERM; + listener = aa_new_listener(NULL, GFP_KERNEL); + if (!listener) + return -ENOMEM; + file->private_data = listener; + return 0; +} + +/* todo: separate register and set filter */ +static long notify_set_filter(struct aa_listener *listener, + unsigned long arg) +{ + struct apparmor_notif_filter *unotif; + struct aa_ns *ns = NULL; + long ret; + u16 size; + void __user *buf = (void __user *)arg; + + if (copy_from_user(&size, buf, sizeof(size))) + return -EFAULT; + if (size < sizeof(unotif)) + return -EINVAL; + /* size is capped at U16_MAX by data type */ + unotif = kzalloc(size, GFP_KERNEL); + if (!unotif) + return -ENOMEM; + + if (copy_from_user(unotif, buf, size)) { + ret = -EFAULT; + goto out; + } + ret = size; + + /* todo validate to known modes */ + listener->mask = unotif->modeset; + AA_DEBUG(DEBUG_UPCALL, "setting filter mask to 0x%x", listener->mask); + if (unotif->ns) + /* todo */ + ns = NULL; + if (unotif->filter) { + struct aa_dfa *dfa; + void *pos = (void *) unotif + unotif->filter; + + if (unotif->filter >= size || + ALIGN((size_t) pos, 8) != (size_t)pos) { + ret = -EINVAL; + goto out; + } + dfa = aa_dfa_unpack(pos, size - ((void *) unotif - pos), + DFA_FLAG_VERIFY_STATES | + TO_ACCEPT1_FLAG(YYTD_DATA32)); + if (IS_ERR(dfa)) { + ret = PTR_ERR(dfa); + goto out; + } + listener->filter = dfa; + } + if (!aa_register_listener_proxy(listener, ns)) + ret = -ENOMEM; + +out: + kfree(unotif); + + return ret; +} + + +static long notify_user_recv(struct aa_listener *listener, + unsigned long arg) +{ + u16 max_size; + void __user *buf = (void __user *)arg; + + if (copy_from_user(&max_size, buf, sizeof(max_size))) + return -EFAULT; + /* size check handled by individual message handlers */ + return aa_listener_unotif_recv(listener, buf, max_size); +} + +static long notify_user_response(struct aa_listener *listener, + unsigned long arg) +{ + union apparmor_notif_resp uresp = {}; + union apparmor_notif_resp *big_resp = NULL; + long error; + u16 size; + void __user *buf = (void __user *)arg; + + if (copy_from_user(&size, buf, sizeof(size))) + return -EFAULT; + if (size > aa_g_path_max) + return -EMSGSIZE; + if (size > sizeof(uresp)) { + /* TODO: put max size on message */ + big_resp = (union apparmor_notif_resp *) aa_get_buffer(false); + if (big_resp) + return -ENOMEM; + if (copy_from_user(big_resp, buf, size)) { + kfree(big_resp); + return -EFAULT; + } + } else { + size = min_t(size_t, size, sizeof(uresp)); + if (copy_from_user(&uresp, buf, size)) + return -EFAULT; + } + + error = aa_listener_unotif_response(listener, &uresp, size); + aa_put_buffer((char *) big_resp); + + return error; +} + +static long notify_is_id_valid(struct aa_listener *listener, + unsigned long arg) +{ + void __user *buf = (void __user *)arg; + u64 id; + long ret = -ENOENT; + + if (copy_from_user(&id, buf, sizeof(id))) + return -EFAULT; + + spin_lock(&listener->lock); + if (__aa_find_notif(listener, id)) + ret = 0; + spin_unlock(&listener->lock); + + return ret; +} + +static long listener_ioctl(struct file *file, unsigned int cmd, + unsigned long arg) +{ + struct aa_listener *listener = file->private_data; + + if (!aa_current_policy_admin_capable(NULL)) + return -EPERM; + if (!listener) + return -EINVAL; + + /* todo permission to issue these commands */ + switch (cmd) { + case APPARMOR_NOTIF_SET_FILTER: + return notify_set_filter(listener, arg); + case APPARMOR_NOTIF_RECV: + return notify_user_recv(listener, arg); + case APPARMOR_NOTIF_SEND: + return notify_user_response(listener, arg); + case APPARMOR_NOTIF_IS_ID_VALID: + return notify_is_id_valid(listener, arg); + default: + return -EINVAL; + + } + + return -EINVAL; +} + +static __poll_t listener_poll(struct file *file, poll_table *pt) +{ + struct aa_listener *listener = file->private_data; + __poll_t mask = 0; + + if (!aa_current_policy_admin_capable(NULL)) + return -EPERM; + + if (listener) { + spin_lock(&listener->lock); + poll_wait(file, &listener->wait, pt); + if (!list_empty(&listener->notifications)) + mask |= EPOLLIN | EPOLLRDNORM; + if (!list_empty(&listener->pending)) + mask |= EPOLLOUT | EPOLLWRNORM; + spin_unlock(&listener->lock); + } + + return mask; +} + +static const struct file_operations aa_sfs_notify_fops = { + .owner = THIS_MODULE, + .open = listener_open, + .poll = listener_poll, +// .read = notification_read, + .llseek = generic_file_llseek, + .release = listener_release, + .unlocked_ioctl = listener_ioctl, +}; + static void profile_query_cb(struct aa_profile *profile, struct aa_perms *perms, const char *match_str, size_t match_len) { @@ -618,23 +830,23 @@ if (profile_unconfined(profile)) return; - if (rules->file.dfa && *match_str == AA_CLASS_FILE) { - state = aa_dfa_match_len(rules->file.dfa, - rules->file.start[AA_CLASS_FILE], + if (rules->file->dfa && *match_str == AA_CLASS_FILE) { + state = aa_dfa_match_len(rules->file->dfa, + rules->file->start[AA_CLASS_FILE], match_str + 1, match_len - 1); if (state) { struct path_cond cond = { }; - tmp = *(aa_lookup_fperms(&(rules->file), state, &cond)); + tmp = *(aa_lookup_fperms(rules->file, state, &cond)); } - } else if (rules->policy.dfa) { + } else if (rules->policy->dfa) { if (!RULE_MEDIATES(rules, *match_str)) return; /* no change to current perms */ - state = aa_dfa_match_len(rules->policy.dfa, - rules->policy.start[0], + state = aa_dfa_match_len(rules->policy->dfa, + rules->policy->start[0], match_str, match_len); if (state) - tmp = *aa_lookup_perms(&rules->policy, state); + tmp = *aa_lookup_perms(rules->policy, state); } aa_apply_modes_to_perms(profile, &tmp); aa_perms_accum_raw(perms, &tmp); @@ -1004,6 +1216,9 @@ case AA_SFS_TYPE_U64: seq_printf(seq, "%#08lx\n", fs_file->v.u64); break; + case AA_SFS_TYPE_INTPTR: + seq_printf(seq, "%d\n", READ_ONCE(*fs_file->v.intptr)); + break; default: /* Ignore unpritable entry types. */ break; @@ -1095,7 +1310,7 @@ struct aa_profile *profile = labels_profile(label); if (profile->attach.xmatch_str) seq_printf(seq, "%s\n", profile->attach.xmatch_str); - else if (profile->attach.xmatch.dfa) + else if (profile->attach.xmatch->dfa) seq_puts(seq, "\n"); else seq_printf(seq, "%s\n", profile->base.name); @@ -1121,10 +1336,24 @@ return 0; } +static int seq_profile_learning_count_show(struct seq_file *seq, void *v) +{ + struct aa_proxy *proxy = seq->private; + struct aa_label *label = aa_get_label_rcu(&proxy->label); + struct aa_profile *profile = labels_profile(label); + int count = READ_ONCE(profile->learning_cache.size); + + seq_printf(seq, "%d\n", count); + aa_put_label(label); + + return 0; +} + SEQ_PROFILE_FOPS(name); SEQ_PROFILE_FOPS(mode); SEQ_PROFILE_FOPS(attach); SEQ_PROFILE_FOPS(hash); +SEQ_PROFILE_FOPS(learning_count); /* * namespace based files @@ -1739,6 +1968,12 @@ goto fail; profile->dents[AAFS_PROF_ATTACH] = dent; + dent = create_profile_file(dir, "learning_count", profile, + &seq_profile_learning_count_fops); + if (IS_ERR(dent)) + goto fail; + profile->dents[AAFS_PROF_LEARNING_COUNT] = dent; + if (profile->hash) { dent = create_profile_file(dir, "sha1", profile, &seq_profile_hash_fops); @@ -1802,7 +2037,8 @@ int error; label = begin_current_label_crit_section(); - error = aa_may_manage_policy(label, NULL, AA_MAY_LOAD_POLICY); + error = aa_may_manage_policy(current_cred(), label, NULL, + AA_MAY_LOAD_POLICY); end_current_label_crit_section(label); if (error) return error; @@ -1851,7 +2087,8 @@ int error; label = begin_current_label_crit_section(); - error = aa_may_manage_policy(label, NULL, AA_MAY_LOAD_POLICY); + error = aa_may_manage_policy(current_cred(), label, NULL, + AA_MAY_LOAD_POLICY); end_current_label_crit_section(label); if (error) return error; @@ -2311,6 +2548,12 @@ { } }; +static struct aa_sfs_entry aa_sfs_entry_ipc[] = { + AA_SFS_FILE_STRING("posix_mqueue", + "create read write open delete setattr getattr"), + { } +}; + static struct aa_sfs_entry aa_sfs_entry_ptrace[] = { AA_SFS_FILE_STRING("mask", "read trace"), { } @@ -2348,11 +2591,29 @@ { } }; +static struct aa_sfs_entry aa_sfs_entry_unconfined[] = { + AA_SFS_FILE_INTPTR("userns", unprivileged_userns_restricted), + AA_SFS_FILE_INTPTR("change_profile", + aa_unprivileged_unconfined_restricted), + AA_SFS_FILE_INTPTR("io_uring", + aa_unprivileged_uring_restricted), + { } +}; + +static struct aa_sfs_entry aa_sfs_entry_profile[] = { + AA_SFS_FILE_BOOLEAN("interruptible", 1), + AA_SFS_FILE_BOOLEAN("disconnected.path", 1), + { } +}; + static struct aa_sfs_entry aa_sfs_entry_policy[] = { AA_SFS_DIR("versions", aa_sfs_entry_versions), AA_SFS_FILE_BOOLEAN("set_load", 1), /* number of out of band transitions supported */ AA_SFS_FILE_U64("outofband", MAX_OOB_SUPPORTED), + AA_SFS_FILE_U64("permstable32_version", 2), + AA_SFS_FILE_STRING("permstable32", "allow deny subtree cond kill complain prompt audit quiet hide xindex tag label"), + AA_SFS_DIR("unconfined_restrictions", aa_sfs_entry_unconfined), { } }; @@ -2364,6 +2625,12 @@ static struct aa_sfs_entry aa_sfs_entry_ns[] = { AA_SFS_FILE_BOOLEAN("profile", 1), AA_SFS_FILE_BOOLEAN("pivot_root", 0), + AA_SFS_FILE_STRING("mask", "userns_create"), + { } +}; + +static struct aa_sfs_entry aa_sfs_entry_dbus[] = { + AA_SFS_FILE_STRING("mask", "acquire send receive"), { } }; @@ -2378,11 +2645,19 @@ AA_SFS_DIR("label", aa_sfs_entry_query_label), { } }; + +static struct aa_sfs_entry aa_sfs_entry_io_uring[] = { + AA_SFS_FILE_STRING("mask", "sqpoll override_creds"), + { } +}; + static struct aa_sfs_entry aa_sfs_entry_features[] = { AA_SFS_DIR("policy", aa_sfs_entry_policy), AA_SFS_DIR("domain", aa_sfs_entry_domain), AA_SFS_DIR("file", aa_sfs_entry_file), + AA_SFS_DIR("ipc", aa_sfs_entry_ipc), AA_SFS_DIR("network_v8", aa_sfs_entry_network), + AA_SFS_DIR("network", aa_sfs_entry_network_compat), AA_SFS_DIR("mount", aa_sfs_entry_mount), AA_SFS_DIR("namespaces", aa_sfs_entry_ns), AA_SFS_FILE_U64("capability", VFS_CAP_FLAGS_MASK), @@ -2390,12 +2665,15 @@ AA_SFS_DIR("caps", aa_sfs_entry_caps), AA_SFS_DIR("ptrace", aa_sfs_entry_ptrace), AA_SFS_DIR("signal", aa_sfs_entry_signal), + AA_SFS_DIR("dbus", aa_sfs_entry_dbus), AA_SFS_DIR("query", aa_sfs_entry_query), + AA_SFS_DIR("io_uring", aa_sfs_entry_io_uring), { } }; static struct aa_sfs_entry aa_sfs_entry_apparmor[] = { AA_SFS_FILE_FOPS(".access", 0666, &aa_sfs_access), + AA_SFS_FILE_FOPS(".notify", 0666, &aa_sfs_notify_fops), AA_SFS_FILE_FOPS(".stacked", 0444, &seq_ns_stacked_fops), AA_SFS_FILE_FOPS(".ns_stacked", 0444, &seq_ns_nsstacked_fops), AA_SFS_FILE_FOPS(".ns_level", 0444, &seq_ns_level_fops), --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/audit.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/audit.c @@ -58,8 +58,8 @@ "io_uring", "module", "lsm", - "unknown", - "unknown", + "namespace", + "io_uring", "unknown", "unknown", "unknown", @@ -92,30 +92,30 @@ static void audit_pre(struct audit_buffer *ab, void *ca) { struct common_audit_data *sa = ca; + struct apparmor_audit_data *ad = aad(sa); if (aa_g_audit_header) { audit_log_format(ab, "apparmor=\"%s\"", - aa_audit_type[aad(sa)->type]); + aa_audit_type[ad->type]); } - if (aad(sa)->op) { - audit_log_format(ab, " operation=\"%s\"", aad(sa)->op); - } + if (ad->op) + audit_log_format(ab, " operation=\"%s\"", ad->op); - if (aad(sa)->class) + if (ad->class) audit_log_format(ab, " class=\"%s\"", - aad(sa)->class <= AA_CLASS_LAST ? - aa_class_names[aad(sa)->class] : + ad->class <= AA_CLASS_LAST ? + aa_class_names[ad->class] : "unknown"); - if (aad(sa)->info) { - audit_log_format(ab, " info=\"%s\"", aad(sa)->info); - if (aad(sa)->error) - audit_log_format(ab, " error=%d", aad(sa)->error); + if (ad->info) { + audit_log_format(ab, " info=\"%s\"", ad->info); + if (ad->error) + audit_log_format(ab, " error=%d", ad->error); } - if (aad(sa)->label) { - struct aa_label *label = aad(sa)->label; + if (ad->subj_label) { + struct aa_label *label = ad->subj_label; if (label_isprofile(label)) { struct aa_profile *profile = labels_profile(label); @@ -134,42 +134,43 @@ } } - if (aad(sa)->name) { + if (ad->name) { audit_log_format(ab, " name="); - audit_log_untrustedstring(ab, aad(sa)->name); + audit_log_untrustedstring(ab, ad->name); } } /** * aa_audit_msg - Log a message to the audit subsystem - * @sa: audit event structure (NOT NULL) + * @ad: audit event structure (NOT NULL) * @cb: optional callback fn for type specific fields (MAYBE NULL) */ -void aa_audit_msg(int type, struct common_audit_data *sa, +void aa_audit_msg(int type, struct apparmor_audit_data *ad, void (*cb) (struct audit_buffer *, void *)) { - aad(sa)->type = type; - common_lsm_audit(sa, audit_pre, cb); + ad->type = type; + common_lsm_audit(&ad->common, audit_pre, cb); } /** * aa_audit - Log a profile based audit event to the audit subsystem * @type: audit type for the message * @profile: profile to check against (NOT NULL) - * @sa: audit event (NOT NULL) + * @ad: audit event (NOT NULL) * @cb: optional callback fn for type specific fields (MAYBE NULL) * * Handle default message switching based off of audit mode flags * * Returns: error on failure */ -int aa_audit(int type, struct aa_profile *profile, struct common_audit_data *sa, +int aa_audit(int type, struct aa_profile *profile, + struct apparmor_audit_data *ad, void (*cb) (struct audit_buffer *, void *)) { AA_BUG(!profile); if (type == AUDIT_APPARMOR_AUTO) { - if (likely(!aad(sa)->error)) { + if (likely(!ad->error)) { if (AUDIT_MODE(profile) != AUDIT_ALL) return 0; type = AUDIT_APPARMOR_AUDIT; @@ -181,30 +182,32 @@ if (AUDIT_MODE(profile) == AUDIT_QUIET || (type == AUDIT_APPARMOR_DENIED && AUDIT_MODE(profile) == AUDIT_QUIET_DENIED)) - return aad(sa)->error; + return ad->error; if (KILL_MODE(profile) && type == AUDIT_APPARMOR_DENIED) type = AUDIT_APPARMOR_KILL; - aad(sa)->label = &profile->label; + ad->subj_label = &profile->label; - aa_audit_msg(type, sa, cb); + aa_audit_msg(type, ad, cb); - if (aad(sa)->type == AUDIT_APPARMOR_KILL) + if (ad->type == AUDIT_APPARMOR_KILL) (void)send_sig_info(SIGKILL, NULL, - sa->type == LSM_AUDIT_DATA_TASK && sa->u.tsk ? - sa->u.tsk : current); + ad->common.type == LSM_AUDIT_DATA_TASK && + ad->common.u.tsk ? ad->common.u.tsk : current); - if (aad(sa)->type == AUDIT_APPARMOR_ALLOWED) - return complain_error(aad(sa)->error); + if (ad->type == AUDIT_APPARMOR_ALLOWED) + return complain_error(ad->error); - return aad(sa)->error; + return ad->error; } struct aa_audit_rule { struct aa_label *label; }; +/****************************** audit rules *******************************/ + void aa_audit_rule_free(void *vrule) { struct aa_audit_rule *rule = vrule; @@ -288,3 +291,259 @@ } return 0; } + +/****************************** audit cache *******************************/ + +static int uid_cmp(kuid_t lhs, kuid_t rhs) +{ + if (uid_lt(lhs, rhs)) + return -1; + if (uid_gt(lhs, rhs)) + return 1; + return 0; +} + +/* std C cmp. negative is less than, 0 is equal, positive greater than */ +long aa_audit_data_cmp(struct apparmor_audit_data *lhs, + struct apparmor_audit_data *rhs) +{ + long res; + + /* don't compare type */ + res = lhs->class - rhs->class; + if (res) + return res; + /* don't compare op */ + if (lhs->flags & AUDIT_TAILGLOB_NAME) + /* lhs glob matches strings longer than it */ + res = strncmp(lhs->name, rhs->name, strlen(lhs->name)); + else + res = strcmp(lhs->name, rhs->name); + if (res) + return res; + res = aa_label_cmp(lhs->subj_label, rhs->subj_label); + if (res) + return res; + switch (lhs->class) { + case AA_CLASS_FILE: + if (lhs->subj_cred) { + if (rhs->subj_cred) { + return uid_cmp(lhs->subj_cred->fsuid, + rhs->subj_cred->fsuid); + } else { + return 1; + } + } else if (rhs->subj_cred) { + return -1; + } + res = uid_cmp(lhs->fs.ouid, rhs->fs.ouid); + if (res) + return res; + res = lhs->fs.target - rhs->fs.target; + if (res) + return res; + } + return 0; +} + +static void audit_node_free(struct aa_audit_node *node) +{ + if (!node) + return; + + AA_BUG(!list_empty(&node->list)); + + /* common data that needs freed */ + kfree(node->data.name); + aa_put_label(node->data.subj_label); + if (node->data.subj_cred) + put_cred(node->data.subj_cred); + + /* class specific data that needs freed */ + switch (node->data.class) { + case AA_CLASS_FILE: + aa_put_label(node->data.peer); + kfree(node->data.fs.target); + } + + kmem_cache_free(aa_audit_slab, node); +} + +void aa_audit_node_free_kref(struct kref *kref) +{ + struct aa_audit_node *node = container_of(kref, struct aa_audit_node, + count); + audit_node_free(node); +} + +struct aa_audit_node *aa_dup_audit_data(struct apparmor_audit_data *orig, + gfp_t gfp) +{ + struct aa_audit_node *copy; + + copy = kmem_cache_zalloc(aa_audit_slab, gfp); + if (!copy) + return NULL; + kref_init(©->count); + + copy->knotif.ad = ©->data; + INIT_LIST_HEAD(©->list); + /* copy class early so aa_free_audit_node can use switch on failure */ + copy->data.class = orig->class; + copy->data.flags = orig->flags; + + /* handle anything with possible failure first */ + if (orig->name) { + copy->data.name = kstrdup(orig->name, gfp); + if (!copy->data.name) + goto fail; + } + /* don't dup info */ + switch (orig->class) { + case AA_CLASS_FILE: + if (orig->fs.target) { + copy->data.fs.target = kstrdup(orig->fs.target, gfp); + if (!copy->data.fs.target) + goto fail; + } + break; + case AA_CLASS_MOUNT: + if (orig->mnt.src_name) { + copy->data.mnt.src_name = kstrdup(orig->mnt.src_name, gfp); + if (!copy->data.mnt.src_name) + goto fail; + } + if (orig->mnt.type) { + copy->data.mnt.type = kstrdup(orig->mnt.type, gfp); + if (!copy->data.mnt.type) + goto fail; + } + // copy->mnt.trans; not used atm + if (orig->mnt.data) { + copy->data.mnt.data = kstrdup(orig->mnt.data, gfp); + if (!copy->data.mnt.data) + goto fail; + } + break; + } + + /* now inc counts, and copy data that can't fail */ + copy->data.error = orig->error; + copy->data.type = orig->type; + copy->data.request = orig->request; + copy->data.denied = orig->denied; + copy->data.subj_label = aa_get_label(orig->subj_label); + + if (orig->subj_cred) + copy->data.subj_cred = get_cred(orig->subj_cred); + + switch (orig->class) { + case AA_CLASS_NET: + /* + * peer_sk; + * addr; + */ + fallthrough; + case AA_CLASS_FILE: + copy->data.fs.ouid = orig->fs.ouid; + break; + case AA_CLASS_RLIMITS: + case AA_CLASS_SIGNAL: + case AA_CLASS_POSIX_MQUEUE: + copy->data.peer = aa_get_label(orig->peer); + break; +/* + * case AA_CLASS_IFACE: + * copy->data.iface.profile = aa_get_label(orig.iface.profile); + * break; + */ + }; + + + return copy; +fail: + audit_node_free(copy); + return NULL; +} + +#define __audit_cache_find(C, AD, COND...) \ +({ \ + struct aa_audit_node *__node; \ + list_for_each_entry_rcu(__node, &(C)->head, list, COND) { \ + if (aa_audit_data_cmp(&__node->data, AD) == 0) \ + goto __out_skip; \ + } \ + __node = NULL; \ +__out_skip: \ + __node; \ +}) + +// increments refcount on node +struct aa_audit_node *aa_audit_cache_find(struct aa_audit_cache *cache, + struct apparmor_audit_data *ad) +{ + struct aa_audit_node *node; + + rcu_read_lock(); + node = __audit_cache_find(cache, ad); + aa_get_audit_node(node); + rcu_read_unlock(); + + return node; +} + +/** + * aa_audit_cache_insert - insert an audit node into the cache + * @cache: the cache to insert into + * @node: the audit node to insert into the cache + * + * Returns: refcounted matching node in cache OR @node if @node was inserted. + * + * Increments refcount on node if successfully inserted. Assumes caller + * already has valid ref count. + * Increments refcount on existing node if returned + */ +struct aa_audit_node *aa_audit_cache_insert(struct aa_audit_cache *cache, + struct aa_audit_node *node) + +{ + struct aa_audit_node *tmp; + + spin_lock(&cache->lock); + tmp = __audit_cache_find(cache, &node->data, + spin_is_lock(&cache->lock)); + if (!tmp) { + list_add_rcu(&node->list, &cache->head); + tmp = node; + cache->size++; + } + + aa_get_audit_node(tmp); + /* else raced another insert */ + spin_unlock(&cache->lock); + + return tmp; +} + +void aa_audit_cache_update_ent(struct aa_audit_cache *cache, + struct aa_audit_node *node, + struct apparmor_audit_data *data) +{ + spin_lock(&cache->lock); + node->data.denied |= data->denied; + node->data.request = (node->data.request | data->request) & + ~node->data.denied; + spin_unlock(&cache->lock); +} + +/* assumes rcu callback has already happened and list can not be walked */ +void aa_audit_cache_destroy(struct aa_audit_cache *cache) +{ + struct aa_audit_node *node, *tmp; + + list_for_each_entry_safe(node, tmp, &cache->head, list) { + list_del_init(&node->list); + aa_put_audit_node(node); + } + cache->size = 0; +} --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/capability.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/capability.c @@ -51,7 +51,7 @@ /** * audit_caps - audit a capability - * @sa: audit data + * @as: audit data * @profile: profile being tested for confinement (NOT NULL) * @cap: capability tested * @error: error code returned by test @@ -59,9 +59,9 @@ * Do auditing of capability and handle, audit/complain/kill modes switching * and duplicate message elimination. * - * Returns: 0 or sa->error on success, error code on failure + * Returns: 0 or ad->error on success, error code on failure */ -static int audit_caps(struct common_audit_data *sa, struct aa_profile *profile, +static int audit_caps(struct apparmor_audit_data *ad, struct aa_profile *profile, int cap, int error) { struct aa_ruleset *rules = list_first_entry(&profile->rules, @@ -69,7 +69,7 @@ struct audit_cache *ent; int type = AUDIT_APPARMOR_AUTO; - aad(sa)->error = error; + ad->error = error; if (likely(!error)) { /* test if auditing is being forced */ @@ -101,7 +101,7 @@ } put_cpu_var(audit_cache); - return aa_audit(type, profile, sa, audit_cb); + return aa_audit(type, profile, ad, audit_cb); } /** @@ -109,12 +109,12 @@ * @profile: profile being enforced (NOT NULL, NOT unconfined) * @cap: capability to test if allowed * @opts: CAP_OPT_NOAUDIT bit determines whether audit record is generated - * @sa: audit data (MAY BE NULL indicating no auditing) + * @ad: audit data (MAY BE NULL indicating no auditing) * * Returns: 0 if allowed else -EPERM */ static int profile_capable(struct aa_profile *profile, int cap, - unsigned int opts, struct common_audit_data *sa) + unsigned int opts, struct apparmor_audit_data *ad) { struct aa_ruleset *rules = list_first_entry(&profile->rules, typeof(*rules), list); @@ -132,14 +132,15 @@ /* audit the cap request in complain mode but note that it * should be optional. */ - aad(sa)->info = "optional: no audit"; + ad->info = "optional: no audit"; } - return audit_caps(sa, profile, cap, error); + return audit_caps(ad, profile, cap, error); } /** * aa_capable - test permission to use capability + * @subj_cread: cred we are testing capability against * @label: label being tested for capability (NOT NULL) * @cap: capability to be tested * @opts: CAP_OPT_NOAUDIT bit determines whether audit record is generated @@ -148,15 +149,17 @@ * * Returns: 0 on success, or else an error code. */ -int aa_capable(struct aa_label *label, int cap, unsigned int opts) +int aa_capable(const struct cred *subj_cred, struct aa_label *label, + int cap, unsigned int opts) { struct aa_profile *profile; int error = 0; - DEFINE_AUDIT_DATA(sa, LSM_AUDIT_DATA_CAP, AA_CLASS_CAP, OP_CAPABLE); + DEFINE_AUDIT_DATA(ad, LSM_AUDIT_DATA_CAP, AA_CLASS_CAP, OP_CAPABLE); - sa.u.cap = cap; + ad.subj_cred = subj_cred; + ad.common.u.cap = cap; error = fn_for_each_confined(label, profile, - profile_capable(profile, cap, opts, &sa)); + profile_capable(profile, cap, opts, &ad)); return error; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/crypto.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/crypto.c @@ -25,6 +25,26 @@ return apparmor_hash_size; } +void aa_snprint_hashstr(char *out, unsigned char *hash, unsigned int hsize) +{ + unsigned int i; + + for (i = 0; i < hsize; i++) + sprintf(out + i*2, "%.2x", hash[i]); + out[hsize*2] = 0; +} + +char *aa_asprint_hashstr(unsigned char *hash, unsigned int hsize, gfp_t gfp) +{ + char *buffer = kmalloc(hsize*2 + 1, gfp); + + if (!buffer) + return NULL; + aa_snprint_hashstr(buffer, hash, hsize); + + return buffer; +} + char *aa_calc_hash(void *data, size_t len) { SHASH_DESC_ON_STACK(desc, apparmor_tfm); --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/domain.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/domain.c @@ -31,6 +31,7 @@ /** * may_change_ptraced_domain - check if can change profile on ptraced task + * @cred: cred of task changing domain * @to_label: profile to change to (NOT NULL) * @info: message if there is an error * @@ -39,28 +40,34 @@ * * Returns: %0 or error if change not allowed */ -static int may_change_ptraced_domain(struct aa_label *to_label, +static int may_change_ptraced_domain(const struct cred *to_cred, + struct aa_label *to_label, const char **info) { struct task_struct *tracer; struct aa_label *tracerl = NULL; + const struct cred *tracer_cred = NULL; + int error = 0; rcu_read_lock(); tracer = ptrace_parent(current); - if (tracer) + if (tracer) { /* released below */ tracerl = aa_get_task_label(tracer); - + tracer_cred = get_task_cred(tracer); + } /* not ptraced */ if (!tracer || unconfined(tracerl)) goto out; - error = aa_may_ptrace(tracerl, to_label, PTRACE_MODE_ATTACH); + error = aa_may_ptrace(tracer_cred, tracerl, to_cred, to_label, + PTRACE_MODE_ATTACH); out: rcu_read_unlock(); aa_put_label(tracerl); + put_cred(tracer_cred); if (error) *info = "ptrace prevents transition"; @@ -70,7 +77,7 @@ /**** TODO: dedup to aa_label_match - needs perm and dfa, merging * specifically this is an exact copy of aa_label_match except * aa_compute_perms is replaced with aa_compute_fperms - * and policy.dfa with file.dfa + * and policy->dfa with file->dfa ****/ /* match a profile and its associated ns component if needed * Assumes visibility test has already been done. @@ -86,16 +93,16 @@ const char *ns_name; if (stack) - state = aa_dfa_match(rules->file.dfa, state, "&"); + state = aa_dfa_match(rules->file->dfa, state, "&"); if (profile->ns == tp->ns) - return aa_dfa_match(rules->file.dfa, state, tp->base.hname); + return aa_dfa_match(rules->file->dfa, state, tp->base.hname); /* try matching with namespace name and then profile */ ns_name = aa_ns_name(profile->ns, tp->ns, true); - state = aa_dfa_match_len(rules->file.dfa, state, ":", 1); - state = aa_dfa_match(rules->file.dfa, state, ns_name); - state = aa_dfa_match_len(rules->file.dfa, state, ":", 1); - return aa_dfa_match(rules->file.dfa, state, tp->base.hname); + state = aa_dfa_match_len(rules->file->dfa, state, ":", 1); + state = aa_dfa_match(rules->file->dfa, state, ns_name); + state = aa_dfa_match_len(rules->file->dfa, state, ":", 1); + return aa_dfa_match(rules->file->dfa, state, tp->base.hname); } /** @@ -143,12 +150,12 @@ label_for_each_cont(i, label, tp) { if (!aa_ns_visible(profile->ns, tp->ns, subns)) continue; - state = aa_dfa_match(rules->file.dfa, state, "//&"); + state = aa_dfa_match(rules->file->dfa, state, "//&"); state = match_component(profile, tp, false, state); if (!state) goto fail; } - *perms = *(aa_lookup_fperms(&(rules->file), state, &cond)); + *perms = *(aa_lookup_fperms(rules->file, state, &cond)); aa_apply_modes_to_perms(profile, perms); if ((perms->allow & request) != request) return -EACCES; @@ -203,7 +210,7 @@ return 0; next: - tmp = *(aa_lookup_fperms(&(rules->file), state, &cond)); + tmp = *(aa_lookup_fperms(rules->file, state, &cond)); aa_apply_modes_to_perms(profile, &tmp); aa_perms_accum(perms, &tmp); label_for_each_cont(i, label, tp) { @@ -212,7 +219,7 @@ state = match_component(profile, tp, stack, start); if (!state) goto fail; - tmp = *(aa_lookup_fperms(&(rules->file), state, &cond)); + tmp = *(aa_lookup_fperms(rules->file, state, &cond)); aa_apply_modes_to_perms(profile, &tmp); aa_perms_accum(perms, &tmp); } @@ -309,7 +316,7 @@ might_sleep(); /* transition from exec match to xattr set */ - state = aa_dfa_outofband_transition(attach->xmatch.dfa, state); + state = aa_dfa_outofband_transition(attach->xmatch->dfa, state); d = bprm->file->f_path.dentry; for (i = 0; i < attach->xattr_count; i++) { @@ -323,20 +330,20 @@ * that not present xattr can be distinguished from a 0 * length value or rule that matches any value */ - state = aa_dfa_null_transition(attach->xmatch.dfa, + state = aa_dfa_null_transition(attach->xmatch->dfa, state); /* Check xattr value */ - state = aa_dfa_match_len(attach->xmatch.dfa, state, + state = aa_dfa_match_len(attach->xmatch->dfa, state, value, size); - index = ACCEPT_TABLE(attach->xmatch.dfa)[state]; - perm = attach->xmatch.perms[index].allow; + index = ACCEPT_TABLE(attach->xmatch->dfa)[state]; + perm = attach->xmatch->perms[index].allow; if (!(perm & MAY_EXEC)) { ret = -EINVAL; goto out; } } /* transition to next element */ - state = aa_dfa_outofband_transition(attach->xmatch.dfa, state); + state = aa_dfa_outofband_transition(attach->xmatch->dfa, state); if (size < 0) { /* * No xattr match, so verify if transition to @@ -405,16 +412,16 @@ * as another profile, signal a conflict and refuse to * match. */ - if (attach->xmatch.dfa) { + if (attach->xmatch->dfa) { unsigned int count; aa_state_t state; u32 index, perm; - state = aa_dfa_leftmatch(attach->xmatch.dfa, - attach->xmatch.start[AA_CLASS_XMATCH], + state = aa_dfa_leftmatch(attach->xmatch->dfa, + attach->xmatch->start[AA_CLASS_XMATCH], name, &count); - index = ACCEPT_TABLE(attach->xmatch.dfa)[state]; - perm = attach->xmatch.perms[index].allow; + index = ACCEPT_TABLE(attach->xmatch->dfa)[state]; + perm = attach->xmatch->perms[index].allow; /* any accepting state means a valid match. */ if (perm & MAY_EXEC) { int ret = 0; @@ -517,7 +524,7 @@ /* TODO: move lookup parsing to unpack time so this is a straight * index into the resultant label */ - for (*name = rules->file.trans.table[index]; !label && *name; + for (*name = rules->file->trans.table[index]; !label && *name; *name = next_name(xtype, *name)) { if (xindex & AA_X_CHILD) { struct aa_profile *new_profile; @@ -570,7 +577,7 @@ break; case AA_X_TABLE: /* TODO: fix when perm mapping done at unload */ - stack = rules->file.trans.table[xindex & AA_X_INDEX_MASK]; + stack = rules->file->trans.table[xindex & AA_X_INDEX_MASK]; if (*stack != '&') { /* released by caller */ new = x_table_lookup(profile, xindex, lookupname); @@ -619,7 +626,8 @@ return new; } -static struct aa_label *profile_transition(struct aa_profile *profile, +static struct aa_label *profile_transition(const struct cred *subj_cred, + struct aa_profile *profile, const struct linux_binprm *bprm, char *buffer, struct path_cond *cond, bool *secure_exec) @@ -628,7 +636,7 @@ typeof(*rules), list); struct aa_label *new = NULL; const char *info = NULL, *name = NULL, *target = NULL; - aa_state_t state = rules->file.start[AA_CLASS_FILE]; + aa_state_t state = rules->file->start[AA_CLASS_FILE]; struct aa_perms perms = {}; bool nonewprivs = false; int error = 0; @@ -642,7 +650,7 @@ if (error) { if (profile_unconfined(profile) || (profile->label.flags & FLAG_IX_ON_NAME_ERROR)) { - AA_DEBUG("name lookup ix on error"); + AA_DEBUG(DEBUG_DOMAIN, "name lookup ix on error"); error = 0; new = aa_get_newest_label(&profile->label); } @@ -654,15 +662,15 @@ new = find_attach(bprm, profile->ns, &profile->ns->base.profiles, name, &info); if (new) { - AA_DEBUG("unconfined attached to new label"); + AA_DEBUG(DEBUG_DOMAIN, "unconfined attached to new label"); return new; } - AA_DEBUG("unconfined exec no attachment"); + AA_DEBUG(DEBUG_DOMAIN, "unconfined exec no attachment"); return aa_get_newest_label(&profile->label); } /* find exec permissions for name */ - state = aa_str_perms(&(rules->file), state, name, cond, &perms); + state = aa_str_perms(rules->file, state, name, cond, &perms); if (perms.allow & MAY_EXEC) { /* exec permission determine how to transition */ new = x_to_label(profile, bprm, name, perms.xindex, &target, @@ -709,8 +717,8 @@ } audit: - aa_audit_file(profile, &perms, OP_EXEC, MAY_EXEC, name, target, new, - cond->uid, info, error); + aa_audit_file(subj_cred, profile, &perms, OP_EXEC, MAY_EXEC, name, target, new, + cond->uid, info, error, true); if (!new || nonewprivs) { aa_put_label(new); return ERR_PTR(error); @@ -719,14 +727,15 @@ return new; } -static int profile_onexec(struct aa_profile *profile, struct aa_label *onexec, +static int profile_onexec(const struct cred *subj_cred, + struct aa_profile *profile, struct aa_label *onexec, bool stack, const struct linux_binprm *bprm, char *buffer, struct path_cond *cond, bool *secure_exec) { struct aa_ruleset *rules = list_first_entry(&profile->rules, typeof(*rules), list); - aa_state_t state = rules->file.start[AA_CLASS_FILE]; + aa_state_t state = rules->file->start[AA_CLASS_FILE]; struct aa_perms perms = {}; const char *xname = NULL, *info = "change_profile onexec"; int error = -EACCES; @@ -751,7 +760,7 @@ if (error) { if (profile_unconfined(profile) || (profile->label.flags & FLAG_IX_ON_NAME_ERROR)) { - AA_DEBUG("name lookup ix on error"); + AA_DEBUG(DEBUG_DOMAIN, "name lookup ix on error"); error = 0; } xname = bprm->filename; @@ -759,7 +768,7 @@ } /* find exec permissions for name */ - state = aa_str_perms(&(rules->file), state, xname, cond, &perms); + state = aa_str_perms(rules->file, state, xname, cond, &perms); if (!(perms.allow & AA_MAY_ONEXEC)) { info = "no change_onexec valid for executable"; goto audit; @@ -768,7 +777,7 @@ * onexec permission is linked to exec with a standard pairing * exec\0change_profile */ - state = aa_dfa_null_transition(rules->file.dfa, state); + state = aa_dfa_null_transition(rules->file->dfa, state); error = change_profile_perms(profile, onexec, stack, AA_MAY_ONEXEC, state, &perms); if (error) { @@ -787,13 +796,15 @@ } audit: - return aa_audit_file(profile, &perms, OP_EXEC, AA_MAY_ONEXEC, xname, - NULL, onexec, cond->uid, info, error); + return aa_audit_file(subj_cred, profile, &perms, OP_EXEC, + AA_MAY_ONEXEC, xname, + NULL, onexec, cond->uid, info, error, false); } /* ensure none ns domain transitions are correctly applied with onexec */ -static struct aa_label *handle_onexec(struct aa_label *label, +static struct aa_label *handle_onexec(const struct cred *subj_cred, + struct aa_label *label, struct aa_label *onexec, bool stack, const struct linux_binprm *bprm, char *buffer, struct path_cond *cond, @@ -810,26 +821,28 @@ if (!stack) { error = fn_for_each_in_ns(label, profile, - profile_onexec(profile, onexec, stack, + profile_onexec(subj_cred, profile, onexec, stack, bprm, buffer, cond, unsafe)); if (error) return ERR_PTR(error); new = fn_label_build_in_ns(label, profile, GFP_KERNEL, aa_get_newest_label(onexec), - profile_transition(profile, bprm, buffer, + profile_transition(subj_cred, profile, bprm, + buffer, cond, unsafe)); } else { /* TODO: determine how much we want to loosen this */ error = fn_for_each_in_ns(label, profile, - profile_onexec(profile, onexec, stack, bprm, + profile_onexec(subj_cred, profile, onexec, stack, bprm, buffer, cond, unsafe)); if (error) return ERR_PTR(error); new = fn_label_build_in_ns(label, profile, GFP_KERNEL, aa_label_merge(&profile->label, onexec, GFP_KERNEL), - profile_transition(profile, bprm, buffer, + profile_transition(subj_cred, profile, bprm, + buffer, cond, unsafe)); } @@ -838,10 +851,11 @@ /* TODO: get rid of GLOBAL_ROOT_UID */ error = fn_for_each_in_ns(label, profile, - aa_audit_file(profile, &nullperms, OP_CHANGE_ONEXEC, + aa_audit_file(subj_cred, profile, &nullperms, + OP_CHANGE_ONEXEC, AA_MAY_ONEXEC, bprm->filename, NULL, onexec, GLOBAL_ROOT_UID, - "failed to build target label", -ENOMEM)); + "failed to build target label", -ENOMEM, false)); return ERR_PTR(error); } @@ -857,6 +871,7 @@ { struct aa_task_ctx *ctx; struct aa_label *label, *new = NULL; + const struct cred *subj_cred; struct aa_profile *profile; char *buffer = NULL; const char *info = NULL; @@ -869,6 +884,7 @@ file_inode(bprm->file)->i_mode }; + subj_cred = current_cred(); ctx = task_ctx(current); AA_BUG(!cred_label(bprm->cred)); AA_BUG(!ctx); @@ -895,11 +911,12 @@ /* Test for onexec first as onexec override other x transitions. */ if (ctx->onexec) - new = handle_onexec(label, ctx->onexec, ctx->token, + new = handle_onexec(subj_cred, label, ctx->onexec, ctx->token, bprm, buffer, &cond, &unsafe); else new = fn_label_build(label, profile, GFP_KERNEL, - profile_transition(profile, bprm, buffer, + profile_transition(subj_cred, profile, bprm, + buffer, &cond, &unsafe)); AA_BUG(!new); @@ -934,7 +951,7 @@ if (bprm->unsafe & (LSM_UNSAFE_PTRACE)) { /* TODO: test needs to be profile of label to new */ - error = may_change_ptraced_domain(new, &info); + error = may_change_ptraced_domain(bprm->cred, new, &info); if (error) goto audit; } @@ -971,9 +988,11 @@ audit: error = fn_for_each(label, profile, - aa_audit_file(profile, &nullperms, OP_EXEC, MAY_EXEC, + aa_audit_file(current_cred(), profile, &nullperms, + OP_EXEC, MAY_EXEC, bprm->filename, NULL, new, - vfsuid_into_kuid(vfsuid), info, error)); + vfsuid_into_kuid(vfsuid), info, error, + false)); aa_put_label(new); goto done; } @@ -987,7 +1006,8 @@ * * Returns: label for hat transition OR ERR_PTR. Does NOT return NULL */ -static struct aa_label *build_change_hat(struct aa_profile *profile, +static struct aa_label *build_change_hat(const struct cred *subj_cred, + struct aa_profile *profile, const char *name, bool sibling) { struct aa_profile *root, *hat = NULL; @@ -1019,10 +1039,11 @@ aa_put_profile(root); audit: - aa_audit_file(profile, &nullperms, OP_CHANGE_HAT, AA_MAY_CHANGEHAT, + aa_audit_file(subj_cred, profile, &nullperms, OP_CHANGE_HAT, + AA_MAY_CHANGEHAT, name, hat ? hat->base.hname : NULL, hat ? &hat->label : NULL, GLOBAL_ROOT_UID, info, - error); + error, false); if (!hat || (error && error != -ENOENT)) return ERR_PTR(error); /* if hat && error - complain mode, already audited and we adjust for @@ -1035,7 +1056,8 @@ * * Returns: label for hat transition or ERR_PTR. Does not return NULL */ -static struct aa_label *change_hat(struct aa_label *label, const char *hats[], +static struct aa_label *change_hat(const struct cred *subj_cred, + struct aa_label *label, const char *hats[], int count, int flags) { struct aa_profile *profile, *root, *hat = NULL; @@ -1111,16 +1133,18 @@ */ /* TODO: get rid of GLOBAL_ROOT_UID */ if (count > 1 || COMPLAIN_MODE(profile)) { - aa_audit_file(profile, &nullperms, OP_CHANGE_HAT, + aa_audit_file(subj_cred, profile, &nullperms, + OP_CHANGE_HAT, AA_MAY_CHANGEHAT, name, NULL, NULL, - GLOBAL_ROOT_UID, info, error); + GLOBAL_ROOT_UID, info, error, false); } } return ERR_PTR(error); build: new = fn_label_build_in_ns(label, profile, GFP_KERNEL, - build_change_hat(profile, name, sibling), + build_change_hat(subj_cred, profile, name, + sibling), aa_get_label(&profile->label)); if (!new) { info = "label build failed"; @@ -1150,7 +1174,7 @@ */ int aa_change_hat(const char *hats[], int count, u64 token, int flags) { - const struct cred *cred; + const struct cred *subj_cred; struct aa_task_ctx *ctx = task_ctx(current); struct aa_label *label, *previous, *new = NULL, *target = NULL; struct aa_profile *profile; @@ -1159,8 +1183,8 @@ int error = 0; /* released below */ - cred = get_current_cred(); - label = aa_get_newest_cred_label(cred); + subj_cred = get_current_cred(); + label = aa_get_newest_cred_label(subj_cred); previous = aa_get_newest_label(ctx->previous); /* @@ -1180,7 +1204,7 @@ } if (count) { - new = change_hat(label, hats, count, flags); + new = change_hat(subj_cred, label, hats, count, flags); AA_BUG(!new); if (IS_ERR(new)) { error = PTR_ERR(new); @@ -1189,7 +1213,8 @@ goto out; } - error = may_change_ptraced_domain(new, &info); + /* target cred is the same as current except new label */ + error = may_change_ptraced_domain(subj_cred, new, &info); if (error) goto fail; @@ -1200,7 +1225,8 @@ if (task_no_new_privs(current) && !unconfined(label) && !aa_label_is_unconfined_subset(new, ctx->nnp)) { /* not an apparmor denial per se, so don't log it */ - AA_DEBUG("no_new_privs - change_hat denied"); + AA_DEBUG(DEBUG_DOMAIN, + "no_new_privs - change_hat denied"); error = -EPERM; goto out; } @@ -1221,7 +1247,8 @@ if (task_no_new_privs(current) && !unconfined(label) && !aa_label_is_unconfined_subset(previous, ctx->nnp)) { /* not an apparmor denial per se, so don't log it */ - AA_DEBUG("no_new_privs - change_hat denied"); + AA_DEBUG(DEBUG_DOMAIN, + "no_new_privs - change_hat denied"); error = -EPERM; goto out; } @@ -1242,7 +1269,7 @@ aa_put_label(new); aa_put_label(previous); aa_put_label(label); - put_cred(cred); + put_cred(subj_cred); return error; @@ -1252,15 +1279,16 @@ fail: fn_for_each_in_ns(label, profile, - aa_audit_file(profile, &perms, OP_CHANGE_HAT, + aa_audit_file(subj_cred, profile, &perms, OP_CHANGE_HAT, AA_MAY_CHANGEHAT, NULL, NULL, target, - GLOBAL_ROOT_UID, info, error)); + GLOBAL_ROOT_UID, info, error, false)); goto out; } static int change_profile_perms_wrapper(const char *op, const char *name, + const struct cred *subj_cred, struct aa_profile *profile, struct aa_label *target, bool stack, u32 request, struct aa_perms *perms) @@ -1272,12 +1300,13 @@ if (!error) error = change_profile_perms(profile, target, stack, request, - rules->file.start[AA_CLASS_FILE], + rules->file->start[AA_CLASS_FILE], perms); if (error) - error = aa_audit_file(profile, perms, op, request, name, + error = aa_audit_file(subj_cred, profile, perms, op, request, + name, NULL, target, GLOBAL_ROOT_UID, info, - error); + error, false); return error; } @@ -1304,6 +1333,7 @@ const char *auditname = fqname; /* retain leading & if stack */ bool stack = flags & AA_CHANGE_STACK; struct aa_task_ctx *ctx = task_ctx(current); + const struct cred *subj_cred = get_current_cred(); int error = 0; char *op; u32 request; @@ -1322,7 +1352,7 @@ if (!fqname || !*fqname) { aa_put_label(label); - AA_DEBUG("no profile name"); + AA_DEBUG(DEBUG_DOMAIN, "no profile name"); return -EINVAL; } @@ -1340,6 +1370,30 @@ op = OP_CHANGE_PROFILE; } + /* This should move to a per profile test. Requires pushing build + * into callback + */ + if (!stack && unconfined(label) && + label == &labels_ns(label)->unconfined->label && + aa_unprivileged_unconfined_restricted && + /* TODO: refactor so this check is a fn */ + cap_capable(current_cred(), &init_user_ns, CAP_MAC_OVERRIDE, + CAP_OPT_NOAUDIT)) { + /* regardless of the request in this case apparmor + * stacks against unconfined so admin set policy can't be + * by-passed + */ + stack = true; + perms.audit = request; + (void) fn_for_each_in_ns(label, profile, + aa_audit_file(subj_cred, profile, &perms, op, + request, auditname, NULL, target, + GLOBAL_ROOT_UID, + "change_profile unprivileged unconfined converted to stacking", + 0, false)); + perms.audit = 0; + } + if (*fqname == '&') { stack = true; /* don't have label_parse() do stacking */ @@ -1381,6 +1435,7 @@ */ error = fn_for_each_in_ns(label, profile, change_profile_perms_wrapper(op, auditname, + subj_cred, profile, target, stack, request, &perms)); if (error) @@ -1391,7 +1446,7 @@ check: /* check if tracing task is allowed to trace target domain */ - error = may_change_ptraced_domain(target, &info); + error = may_change_ptraced_domain(subj_cred, target, &info); if (error && !fn_for_each_in_ns(label, profile, COMPLAIN_MODE(profile))) goto audit; @@ -1418,7 +1473,8 @@ if (task_no_new_privs(current) && !unconfined(label) && !aa_label_is_unconfined_subset(new, ctx->nnp)) { /* not an apparmor denial per se, so don't log it */ - AA_DEBUG("no_new_privs - change_hat denied"); + AA_DEBUG(DEBUG_DOMAIN, + "no_new_privs - change_hat denied"); error = -EPERM; goto out; } @@ -1451,14 +1507,16 @@ audit: error = fn_for_each_in_ns(label, profile, - aa_audit_file(profile, &perms, op, request, auditname, + aa_audit_file(subj_cred, + profile, &perms, op, request, auditname, NULL, new ? new : target, - GLOBAL_ROOT_UID, info, error)); + GLOBAL_ROOT_UID, info, error, false)); out: aa_put_label(new); aa_put_label(target); aa_put_label(label); + put_cred(subj_cred); return error; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/file.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/file.c @@ -13,13 +13,17 @@ #include #include #include +#include +#include "include/af_unix.h" #include "include/apparmor.h" #include "include/audit.h" #include "include/cred.h" #include "include/file.h" +#include "include/ipc.h" #include "include/match.h" #include "include/net.h" +#include "include/notify.h" #include "include/path.h" #include "include/policy.h" #include "include/label.h" @@ -44,38 +48,138 @@ static void file_audit_cb(struct audit_buffer *ab, void *va) { struct common_audit_data *sa = va; - kuid_t fsuid = current_fsuid(); + struct apparmor_audit_data *ad = aad(sa); + kuid_t fsuid = ad->subj_cred ? ad->subj_cred->fsuid : current_fsuid(); char str[10]; - if (aad(sa)->request & AA_AUDIT_FILE_MASK) { + if (ad->request & AA_AUDIT_FILE_MASK) { aa_perm_mask_to_str(str, sizeof(str), aa_file_perm_chrs, - map_mask_to_chr_mask(aad(sa)->request)); + map_mask_to_chr_mask(ad->request)); audit_log_format(ab, " requested_mask=\"%s\"", str); } - if (aad(sa)->denied & AA_AUDIT_FILE_MASK) { + if (ad->denied & AA_AUDIT_FILE_MASK) { aa_perm_mask_to_str(str, sizeof(str), aa_file_perm_chrs, - map_mask_to_chr_mask(aad(sa)->denied)); + map_mask_to_chr_mask(ad->denied)); audit_log_format(ab, " denied_mask=\"%s\"", str); } - if (aad(sa)->request & AA_AUDIT_FILE_MASK) { + if (ad->request & AA_AUDIT_FILE_MASK) { audit_log_format(ab, " fsuid=%d", from_kuid(&init_user_ns, fsuid)); audit_log_format(ab, " ouid=%d", - from_kuid(&init_user_ns, aad(sa)->fs.ouid)); + from_kuid(&init_user_ns, ad->fs.ouid)); } - if (aad(sa)->peer) { + if (ad->peer) { audit_log_format(ab, " target="); - aa_label_xaudit(ab, labels_ns(aad(sa)->label), aad(sa)->peer, + aa_label_xaudit(ab, labels_ns(ad->subj_label), ad->peer, FLAG_VIEW_SUBNS, GFP_KERNEL); - } else if (aad(sa)->fs.target) { + } else if (ad->fs.target) { audit_log_format(ab, " target="); - audit_log_untrustedstring(ab, aad(sa)->fs.target); + audit_log_untrustedstring(ab, ad->fs.target); } } +// ??? differentiate between +// cached - allow : no audit == 1 +// cached - deny : no audit < 0 +// cached - complain : no audit +// cached - partial : audit missing part : as miss +// not cached = 0 +static int check_cache(struct aa_profile *profile, + struct apparmor_audit_data *ad) +{ + struct aa_audit_node *hit; + + AA_BUG(!profile); + ad->subj_label = &profile->label; // normally set in aa_audit + + /* TODO: need rcu locking around whole check once we allow + * removing node from cache + */ + AA_DEBUG(DEBUG_UPCALL, "cache check: profile '%s', pid %d name:'%s'", + profile->base.hname, current->pid, ad->name); + hit = aa_audit_cache_find(&profile->learning_cache, ad); + if (hit) { + AA_DEBUG(DEBUG_UPCALL, " matched node in audit cache"); + if (ad->request & hit->data.denied) { + /* this request could only partly succeed prompting for + * the part and failing makes no sense + */ + AA_DEBUG(DEBUG_UPCALL, + " hit denied, request: 0x%x by cached deny 0x%x\n", + ad->request, hit->data.denied); + aa_put_audit_node(hit); + return ad->error; + } else if (ad->request & ~hit->data.request) { + /* asking for more perms than is cached */ + AA_DEBUG(DEBUG_UPCALL, + " miss insufficient perms, request: 0x%x cached 0x%x\n", + ad->request, hit->data.request); + /* continue to do prompt */ + } else { + AA_DEBUG(DEBUG_UPCALL, "cache hit->error %d. returning 0", + hit->data.error); + aa_put_audit_node(hit); + /* don't audit: if its in the cache already audited */ + return 0; + } + aa_put_audit_node(hit); + } else { + AA_DEBUG(DEBUG_UPCALL, "cache miss"); + } + + return 1; +} + +// error - immediate return +// - debug message do audit +// caching is handled on listener task side +static int check_user(struct aa_profile *profile, + struct apparmor_audit_data *ad, + struct aa_perms *perms) +{ + struct aa_audit_node *node = NULL; + int err; + + /* assume we are going to dispatch */ + node = aa_dup_audit_data(ad, GFP_KERNEL); + if (!node) { + AA_DEBUG(DEBUG_UPCALL, + "notifcation failed to duplicate with error -ENOMEM\n"); + /* do audit */ + return -ENOMEM; + } + + get_task_struct(current); + node->data.subjtsk = current; + node->data.type = AUDIT_APPARMOR_USER; + node->data.request = ad->request; + node->data.denied = ad->request & ~perms->allow; + err = aa_do_notification(APPARMOR_NOTIF_OP, node); + put_task_struct(node->data.subjtsk); + + if (err) { + // do we want to do something special with -ERESTARTSYS + AA_DEBUG(DEBUG_UPCALL, "notifcation failed with error %d\n", + err); + goto return_to_audit; + } + + /* update based on node data for audit */ + perms->deny = node->data.denied; + perms->allow = node->data.request & ~node->data.denied; + ad->request |= node->data.request; + ad->denied = node->data.denied; + ad->error = node->data.error; + +return_to_audit: + aa_put_audit_node(node); + return err; +} + /** * aa_audit_file - handle the auditing of file operations + * @subj_cred: cred of the subject * @profile: the profile being enforced (NOT NULL) * @perms: the permissions computed for the request (NOT NULL) * @op: operation being mediated @@ -89,59 +193,114 @@ * * Returns: %0 or error on failure */ -int aa_audit_file(struct aa_profile *profile, struct aa_perms *perms, +int aa_audit_file(const struct cred *subj_cred, + struct aa_profile *profile, struct aa_perms *perms, const char *op, u32 request, const char *name, const char *target, struct aa_label *tlabel, - kuid_t ouid, const char *info, int error) + kuid_t ouid, const char *info, int error, bool prompt) { int type = AUDIT_APPARMOR_AUTO; - DEFINE_AUDIT_DATA(sa, LSM_AUDIT_DATA_TASK, AA_CLASS_FILE, op); + int err; + DEFINE_AUDIT_DATA(ad, LSM_AUDIT_DATA_TASK, AA_CLASS_FILE, op); - sa.u.tsk = NULL; - aad(&sa)->request = request; - aad(&sa)->name = name; - aad(&sa)->fs.target = target; - aad(&sa)->peer = tlabel; - aad(&sa)->fs.ouid = ouid; - aad(&sa)->info = info; - aad(&sa)->error = error; - sa.u.tsk = NULL; + ad.subj_cred = subj_cred; + ad.request = request; + ad.name = name; + ad.fs.target = target; + ad.peer = tlabel; + ad.fs.ouid = ouid; + ad.info = info; + ad.error = error; + ad.common.u.tsk = NULL; + ad.subjtsk = NULL; + + ad.denied = denied_perms(perms, ad.request); + + if (unlikely(ad.error)) { + u32 implicit_deny; + + /* learning cache - not audit dedup yet */ + err = check_cache(profile, &ad); + if (err <= 0) { + AA_DEBUG(DEBUG_UPCALL, "cache early bail %d\n", err); + /* cached */ + return err; + } + implicit_deny = (ad.request & ~perms->allow) & ~perms->deny; + if (USER_MODE(profile)) + perms->prompt = ALL_PERMS_MASK; + + if (ad.request & MAY_EXEC) + AA_DEBUG(DEBUG_UPCALL, + "do prompt %d: exec req 0x%x, allow 0x%x, deny 0x%x, ideny 0x%x, prompt 0x%x", + prompt, ad.request, perms->allow, perms->deny, + implicit_deny, perms->prompt); + + /* don't prompt + * - if explicit deny + * - if implicit_deny is not entirely covered by prompt + * as no point asking user to just deny it anyway. + */ + if (prompt && !(request & perms->deny) && + (perms->prompt & implicit_deny) == implicit_deny) { + err = check_user(profile, &ad, perms); + if (err == -ERESTARTSYS) { + AA_DEBUG(DEBUG_UPCALL, " check user returned -ERESTART_SYS"); + /* are there other errors we should bail on */ + return err; + } + } + } - if (likely(!aad(&sa)->error)) { + if (likely(!ad.error)) { u32 mask = perms->audit; if (unlikely(AUDIT_MODE(profile) == AUDIT_ALL)) mask = 0xffff; /* mask off perms that are not being force audited */ - aad(&sa)->request &= mask; + ad.request &= mask; - if (likely(!aad(&sa)->request)) + if (likely(!ad.request)) return 0; type = AUDIT_APPARMOR_AUDIT; } else { /* only report permissions that were denied */ - aad(&sa)->request = aad(&sa)->request & ~perms->allow; - AA_BUG(!aad(&sa)->request); + ad.request = ad.request & ~perms->allow; + AA_BUG(!ad.request); - if (aad(&sa)->request & perms->kill) + if (ad.request & perms->kill) type = AUDIT_APPARMOR_KILL; /* quiet known rejects, assumes quiet and kill do not overlap */ - if ((aad(&sa)->request & perms->quiet) && + if ((ad.request & perms->quiet) && AUDIT_MODE(profile) != AUDIT_NOQUIET && AUDIT_MODE(profile) != AUDIT_ALL) - aad(&sa)->request &= ~perms->quiet; + ad.request &= ~perms->quiet; - if (!aad(&sa)->request) - return aad(&sa)->error; + if (!ad.request) + return ad.error; } - aad(&sa)->denied = aad(&sa)->request & ~perms->allow; - return aa_audit(type, profile, &sa, file_audit_cb); + err = aa_audit(type, profile, &ad, file_audit_cb); + return err; } -static int path_name(const char *op, struct aa_label *label, +/** + * is_deleted - test if a file has been completely unlinked + * @dentry: dentry of file to test for deletion (NOT NULL) + * + * Returns: true if deleted else false + */ +static inline bool is_deleted(struct dentry *dentry) +{ + if (d_unlinked(dentry) && d_backing_inode(dentry)->i_nlink == 0) + return true; + return false; +} + +static int path_name(const char *op, const struct cred *subj_cred, + struct aa_label *label, const struct path *path, int flags, char *buffer, const char **name, struct path_cond *cond, u32 request) { @@ -153,8 +312,9 @@ labels_profile(label)->disconnected); if (error) { fn_for_each_confined(label, profile, - aa_audit_file(profile, &nullperms, op, request, *name, - NULL, NULL, cond->uid, info, error)); + aa_audit_file(subj_cred, + profile, &nullperms, op, request, *name, + NULL, NULL, cond->uid, info, error, true)); return error; } @@ -207,30 +367,33 @@ return state; } -static int __aa_path_perm(const char *op, struct aa_profile *profile, - const char *name, u32 request, - struct path_cond *cond, int flags, - struct aa_perms *perms) +int __aa_path_perm(const char *op, const struct cred *subj_cred, + struct aa_profile *profile, const char *name, + u32 request, struct path_cond *cond, int flags, + struct aa_perms *perms, bool prompt) { struct aa_ruleset *rules = list_first_entry(&profile->rules, typeof(*rules), list); int e = 0; - if (profile_unconfined(profile)) + if (profile_unconfined(profile) || + ((flags & PATH_SOCK_COND) && !RULE_MEDIATES_AF(rules, AF_UNIX))) return 0; - aa_str_perms(&(rules->file), rules->file.start[AA_CLASS_FILE], + aa_str_perms(rules->file, rules->file->start[AA_CLASS_FILE], name, cond, perms); if (request & ~perms->allow) e = -EACCES; - return aa_audit_file(profile, perms, op, request, name, NULL, NULL, - cond->uid, NULL, e); + return aa_audit_file(subj_cred, + profile, perms, op, request, name, NULL, NULL, + cond->uid, NULL, e, prompt); } -static int profile_path_perm(const char *op, struct aa_profile *profile, +static int profile_path_perm(const char *op, const struct cred *subj_cred, + struct aa_profile *profile, const struct path *path, char *buffer, u32 request, struct path_cond *cond, int flags, - struct aa_perms *perms) + struct aa_perms *perms, bool prompt) { const char *name; int error; @@ -238,18 +401,19 @@ if (profile_unconfined(profile)) return 0; - error = path_name(op, &profile->label, path, + error = path_name(op, subj_cred, &profile->label, path, flags | profile->path_flags, buffer, &name, cond, request); if (error) return error; - return __aa_path_perm(op, profile, name, request, cond, flags, - perms); + return __aa_path_perm(op, subj_cred, profile, name, request, cond, + flags, perms, prompt); } /** * aa_path_perm - do permissions check & audit for @path * @op: operation being checked + * @subj_cred: subject cred * @label: profile being enforced (NOT NULL) * @path: path to check permissions of (NOT NULL) * @flags: any additional path flags beyond what the profile specifies @@ -258,7 +422,8 @@ * * Returns: %0 else error if access denied or other error */ -int aa_path_perm(const char *op, struct aa_label *label, +int aa_path_perm(const char *op, const struct cred *subj_cred, + struct aa_label *label, const struct path *path, int flags, u32 request, struct path_cond *cond) { @@ -273,8 +438,9 @@ if (!buffer) return -ENOMEM; error = fn_for_each_confined(label, profile, - profile_path_perm(op, profile, path, buffer, request, - cond, flags, &perms)); + profile_path_perm(op, subj_cred, profile, path, + buffer, request, + cond, flags, &perms, true)); aa_put_buffer(buffer); @@ -301,7 +467,8 @@ return true; } -static int profile_path_link(struct aa_profile *profile, +static int profile_path_link(const struct cred *subj_cred, + struct aa_profile *profile, const struct path *link, char *buffer, const struct path *target, char *buffer2, struct path_cond *cond) @@ -315,29 +482,31 @@ aa_state_t state; int error; - error = path_name(OP_LINK, &profile->label, link, profile->path_flags, + error = path_name(OP_LINK, subj_cred, &profile->label, link, + profile->path_flags, buffer, &lname, cond, AA_MAY_LINK); if (error) goto audit; /* buffer2 freed below, tname is pointer in buffer2 */ - error = path_name(OP_LINK, &profile->label, target, profile->path_flags, + error = path_name(OP_LINK, subj_cred, &profile->label, target, + profile->path_flags, buffer2, &tname, cond, AA_MAY_LINK); if (error) goto audit; error = -EACCES; /* aa_str_perms - handles the case of the dfa being NULL */ - state = aa_str_perms(&(rules->file), - rules->file.start[AA_CLASS_FILE], lname, + state = aa_str_perms(rules->file, + rules->file->start[AA_CLASS_FILE], lname, cond, &lperms); if (!(lperms.allow & AA_MAY_LINK)) goto audit; /* test to see if target can be paired with link */ - state = aa_dfa_null_transition(rules->file.dfa, state); - aa_str_perms(&(rules->file), state, tname, cond, &perms); + state = aa_dfa_null_transition(rules->file->dfa, state); + aa_str_perms(rules->file, state, tname, cond, &perms); /* force audit/quiet masks for link are stored in the second entry * in the link pair. @@ -359,7 +528,7 @@ /* Do link perm subset test requiring allowed permission on link are * a subset of the allowed permissions on target. */ - aa_str_perms(&(rules->file), rules->file.start[AA_CLASS_FILE], + aa_str_perms(rules->file, rules->file->start[AA_CLASS_FILE], tname, cond, &perms); /* AA_MAY_LINK is not considered in the subset test */ @@ -381,12 +550,14 @@ error = 0; audit: - return aa_audit_file(profile, &lperms, OP_LINK, request, lname, tname, - NULL, cond->uid, info, error); + return aa_audit_file(subj_cred, profile, &lperms, OP_LINK, request, + lname, tname, + NULL, cond->uid, info, error, false); } /** * aa_path_link - Handle hard link permission check + * @subj_cred: subject cred * @label: the label being enforced (NOT NULL) * @old_dentry: the target dentry (NOT NULL) * @new_dir: directory the new link will be created in (NOT NULL) @@ -403,7 +574,8 @@ * * Returns: %0 if allowed else error */ -int aa_path_link(struct aa_label *label, struct dentry *old_dentry, +int aa_path_link(const struct cred *subj_cred, + struct aa_label *label, struct dentry *old_dentry, const struct path *new_dir, struct dentry *new_dentry) { struct path link = { .mnt = new_dir->mnt, .dentry = new_dentry }; @@ -424,8 +596,8 @@ goto out; error = fn_for_each_confined(label, profile, - profile_path_link(profile, &link, buffer, &target, - buffer2, &cond)); + profile_path_link(subj_cred, profile, &link, buffer, + &target, buffer2, &cond)); out: aa_put_buffer(buffer); aa_put_buffer(buffer2); @@ -453,7 +625,8 @@ spin_unlock(&fctx->lock); } -static int __file_path_perm(const char *op, struct aa_label *label, +static int __file_path_perm(const char *op, const struct cred *subj_cred, + struct aa_label *label, struct aa_label *flabel, struct file *file, u32 request, u32 denied, bool in_atomic) { @@ -480,8 +653,9 @@ /* check every profile in task label not in current cache */ error = fn_for_each_not_in_set(flabel, label, profile, - profile_path_perm(op, profile, &file->f_path, buffer, - request, &cond, flags, &perms)); + profile_path_perm(op, subj_cred, profile, + &file->f_path, buffer, + request, &cond, flags, &perms, false)); if (denied && !error) { /* * check every profile in file label that was not tested @@ -493,14 +667,16 @@ */ if (label == flabel) error = fn_for_each(label, profile, - profile_path_perm(op, profile, &file->f_path, + profile_path_perm(op, subj_cred, + profile, &file->f_path, buffer, request, &cond, flags, - &perms)); + &perms, false)); else error = fn_for_each_not_in_set(label, flabel, profile, - profile_path_perm(op, profile, &file->f_path, + profile_path_perm(op, subj_cred, + profile, &file->f_path, buffer, request, &cond, flags, - &perms)); + &perms, false)); } if (!error) update_file_ctx(file_ctx(file), label, request); @@ -510,7 +686,8 @@ return error; } -static int __file_sock_perm(const char *op, struct aa_label *label, +static int __file_sock_perm(const char *op, const struct cred *subj_cred, + struct aa_label *label, struct aa_label *flabel, struct file *file, u32 request, u32 denied) { @@ -524,11 +701,12 @@ return 0; /* TODO: improve to skip profiles cached in flabel */ - error = aa_sock_file_perm(label, op, request, sock); + error = aa_sock_file_perm(subj_cred, label, op, request, sock); if (denied) { /* TODO: improve to skip profiles checked above */ /* check every profile in file label to is cached */ - last_error(error, aa_sock_file_perm(flabel, op, request, sock)); + last_error(error, aa_sock_file_perm(subj_cred, flabel, op, + request, sock)); } if (!error) update_file_ctx(file_ctx(file), label, request); @@ -536,9 +714,65 @@ return error; } +/* TODO: combine with __file_path_perm */ +static int __file_mqueue_perm(const char *op, const struct cred *subj_cred, + struct aa_label *label, + struct aa_label *flabel, struct file *file, + u32 request, u32 denied, bool in_atomic) +{ + struct aa_profile *profile; + char *buffer; + int error; + DEFINE_AUDIT_DATA(ad, LSM_AUDIT_DATA_NONE, AA_CLASS_POSIX_MQUEUE, op); + + /* revalidation due to label out of date. No revocation at this time */ + if (!denied && aa_label_is_subset(flabel, label)) + /* TODO: check for revocation on stale profiles */ + return 0; + + buffer = aa_get_buffer(in_atomic); + if (!buffer) + return -ENOMEM; + + ad.subj_cred = subj_cred; + ad.request = request; + ad.peer = NULL; + ad.mq.ouid = file_inode(file)->i_uid; + + /* check every profile in task label not in current cache */ + error = fn_for_each_not_in_set(flabel, label, profile, + aa_profile_mqueue_perm(profile, &file->f_path, + request, buffer, &ad)); + if (denied && !error) { + /* + * check every profile in file label that was not tested + * in the initial check above. + * + * TODO: cache full perms so this only happens because of + * conditionals + * TODO: don't audit here + */ + if (label == flabel) + error = fn_for_each(label, profile, + aa_profile_mqueue_perm(profile, &file->f_path, + request, buffer, &ad)); + else + error = fn_for_each_not_in_set(label, flabel, profile, + aa_profile_mqueue_perm(profile, &file->f_path, + request, buffer, &ad)); + } + if (!error) + update_file_ctx(file_ctx(file), label, request); + + aa_put_buffer(buffer); + + return error; +} + /** * aa_file_perm - do permission revalidation check & audit for @file * @op: operation being checked + * @subj_cred: subject cred * @label: label being enforced (NOT NULL) * @file: file to revalidate access permissions on (NOT NULL) * @request: requested permissions @@ -546,7 +780,8 @@ * * Returns: %0 if access allowed else error */ -int aa_file_perm(const char *op, struct aa_label *label, struct file *file, +int aa_file_perm(const char *op, const struct cred *subj_cred, + struct aa_label *label, struct file *file, u32 request, bool in_atomic) { struct aa_file_ctx *fctx; @@ -581,20 +816,23 @@ rcu_read_unlock(); /* TODO: label cross check */ - if (file->f_path.mnt && path_mediated_fs(file->f_path.dentry)) - error = __file_path_perm(op, label, flabel, file, request, - denied, in_atomic); + if (is_mqueue_inode(file_inode(file))) { + error = __file_mqueue_perm(op, subj_cred, label, flabel, file, + request, denied, in_atomic); + } else if (file->f_path.mnt && path_mediated_fs(file->f_path.dentry)) + error = __file_path_perm(op, subj_cred, label, flabel, file, + request, denied, in_atomic); else if (S_ISSOCK(file_inode(file)->i_mode)) - error = __file_sock_perm(op, label, flabel, file, request, - denied); + error = __file_sock_perm(op, subj_cred, label, flabel, file, + request, denied); aa_put_label(flabel); done: return error; } -static void revalidate_tty(struct aa_label *label) +static void revalidate_tty(const struct cred *subj_cred, struct aa_label *label) { struct tty_struct *tty; int drop_tty = 0; @@ -612,8 +850,8 @@ struct tty_file_private, list); file = file_priv->file; - if (aa_file_perm(OP_INHERIT, label, file, MAY_READ | MAY_WRITE, - IN_ATOMIC)) + if (aa_file_perm(OP_INHERIT, subj_cred, label, file, + MAY_READ | MAY_WRITE, IN_ATOMIC)) drop_tty = 1; } spin_unlock(&tty->files_lock); @@ -623,12 +861,17 @@ no_tty(); } +struct cred_label { + const struct cred *cred; + struct aa_label *label; +}; + static int match_file(const void *p, struct file *file, unsigned int fd) { - struct aa_label *label = (struct aa_label *)p; + struct cred_label *cl = (struct cred_label *)p; - if (aa_file_perm(OP_INHERIT, label, file, aa_map_file_to_perms(file), - IN_ATOMIC)) + if (aa_file_perm(OP_INHERIT, cl->cred, cl->label, file, + aa_map_file_to_perms(file), IN_ATOMIC)) return fd + 1; return 0; } @@ -638,13 +881,17 @@ void aa_inherit_files(const struct cred *cred, struct files_struct *files) { struct aa_label *label = aa_get_newest_cred_label(cred); + struct cred_label cl = { + .cred = cred, + .label = label, + }; struct file *devnull = NULL; unsigned int n; - revalidate_tty(label); + revalidate_tty(cred, label); /* Revalidate access to inherited open files. */ - n = iterate_fd(files, 0, match_file, label); + n = iterate_fd(files, 0, match_file, &cl); if (!n) /* none found? */ goto out; @@ -654,7 +901,7 @@ /* replace all the matching ones with this */ do { replace_fd(n - 1, devnull, 0); - } while ((n = iterate_fd(files, n, match_file, label)) != 0); + } while ((n = iterate_fd(files, n, match_file, &cl)) != 0); if (devnull) fput(devnull); out: --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/include/af_unix.h +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/include/af_unix.h @@ -0,0 +1,121 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ +/* + * AppArmor security module + * + * This file contains AppArmor af_unix fine grained mediation + * + * Copyright 2014 Canonical Ltd. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation, version 2 of the + * License. + */ +#ifndef __AA_AF_UNIX_H + +#include + +#include "label.h" +//#include "include/net.h" + +#define unix_addr_len(L) ((L) - sizeof(sa_family_t)) +#define unix_abstract_name_len(L) (unix_addr_len(L) - 1) +#define unix_abstract_len(U) (unix_abstract_name_len((U)->addr->len)) +#define addr_unix_abstract_name(B) ((B)[0] == 0) +#define addr_unix_anonymous(U) (addr_unix_len(U) <= 0) +#define addr_unix_abstract(U) (!addr_unix_anonymous(U) && addr_unix_abstract_name((U)->addr)) +//#define unix_addr_fs(U) (!unix_addr_anonymous(U) && !unix_addr_abstract_name((U)->addr)) + +#define unix_addr(A) ((struct sockaddr_un *)(A)) +#define unix_addr_anon(A, L) ((A) && unix_addr_len(L) <= 0) +#define unix_addr_fs(A, L) (!unix_addr_anon(A, L) && \ + !addr_unix_abstract_name(unix_addr(A)->sun_path)) + +#define UNIX_ANONYMOUS(U) (!unix_sk(U)->addr) +/* from net/unix/af_unix.c */ +#define UNIX_ABSTRACT(U) (!UNIX_ANONYMOUS(U) && \ + unix_sk(U)->addr->hash < UNIX_HASH_SIZE) +#define UNIX_FS(U) (!UNIX_ANONYMOUS(U) && unix_sk(U)->addr->name->sun_path[0]) +#define unix_peer(sk) (unix_sk(sk)->peer) +#define unix_connected(S) ((S)->state == SS_CONNECTED) + +static inline void print_unix_addr(struct sockaddr_un *A, int L) +{ + char *buf = (A) ? (char *) &(A)->sun_path : NULL; + int len = unix_addr_len(L); + + if (!buf || len <= 0) + pr_warn(" "); + else if (buf[0]) + pr_warn(" %s", buf); + else + /* abstract name len includes leading \0 */ + pr_warn(" %d @%.*s", len - 1, len - 1, buf+1); +}; + +#define print_unix_sk(SK) \ +do { \ + struct unix_sock *u = unix_sk(SK); \ + \ + pr_warn("%s: f %d, t %d, p %d", #SK, \ + (SK)->sk_family, (SK)->sk_type, (SK)->sk_protocol); \ + if (u->addr) \ + print_unix_addr(u->addr->name, u->addr->len); \ + else \ + print_unix_addr(NULL, sizeof(sa_family_t)); \ +} while (0) + +#define print_sk(SK) \ +do { \ + if (!(SK)) { \ + pr_warn("%s: %s is null\n", __func__, #SK); \ + } else if ((SK)->sk_family == PF_UNIX) { \ + print_unix_sk(SK); \ + pr_warn("\n"); \ + } else { \ + pr_warn("%s: %s: family %d\n", __func__, #SK, \ + (SK)->sk_family); \ + } \ +} while (0) + +#define print_sock_addr(U) \ +do { \ + pr_warn("%s:\n", __func__); \ + pr_warn" sock %s:", sock_ctx && sock_ctx->label ? \ + aa_label_printk(sock_ctx->label, GFP_ATOMIC); : \ + ""); print_sk(sock); \ + pr_warn(" other %s:", other_ctx && other_ctx->label ? \ + aa_label_printk(other_ctx->label, GFP_ATOMIC); : \ + ""); print_sk(other); \ + pr_warn(" new %s", new_ctx && new_ctx->label ? \ + aa_label_printk(new_ctx->label, GFP_ATOMIC); : \ + ""); print_sk(newsk); \ +} while (0) + + + + +int aa_unix_peer_perm(const struct cred *subj_cred, + struct aa_label *label, const char *op, u32 request, + struct sock *sk, struct sock *peer_sk, + struct aa_label *peer_label); +int aa_unix_label_sk_perm(const struct cred *subj_cred, + struct aa_label *label, const char *op, u32 request, + struct sock *sk); +int aa_unix_sock_perm(const char *op, u32 request, struct socket *sock); +int aa_unix_create_perm(struct aa_label *label, int family, int type, + int protocol); +int aa_unix_bind_perm(struct socket *sock, struct sockaddr *address, + int addrlen); +int aa_unix_connect_perm(struct socket *sock, struct sockaddr *address, + int addrlen); +int aa_unix_listen_perm(struct socket *sock, int backlog); +int aa_unix_accept_perm(struct socket *sock, struct socket *newsock); +int aa_unix_msg_perm(const char *op, u32 request, struct socket *sock, + struct msghdr *msg, int size); +int aa_unix_opt_perm(const char *op, u32 request, struct socket *sock, int level, + int optname); +int aa_unix_file_perm(const struct cred *subj_cred, struct aa_label *label, + const char *op, u32 request, struct socket *sock); + +#endif /* __AA_AF_UNIX_H */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/include/apparmor.h +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/include/apparmor.h @@ -20,7 +20,7 @@ #define AA_CLASS_UNKNOWN 1 #define AA_CLASS_FILE 2 #define AA_CLASS_CAP 3 -#define AA_CLASS_DEPRECATED 4 +#define AA_CLASS_NET_COMPAT 4 #define AA_CLASS_RLIMITS 5 #define AA_CLASS_DOMAIN 6 #define AA_CLASS_MOUNT 7 @@ -30,9 +30,10 @@ #define AA_CLASS_NET 14 #define AA_CLASS_LABEL 16 #define AA_CLASS_POSIX_MQUEUE 17 -#define AA_CLASS_IO_URING 18 #define AA_CLASS_MODULE 19 #define AA_CLASS_DISPLAY_LSM 20 +#define AA_CLASS_NS 21 +#define AA_CLASS_IO_URING 22 #define AA_CLASS_X 31 #define AA_CLASS_DBUS 32 @@ -42,7 +43,7 @@ /* Control parameters settable through module/boot flags */ extern enum audit_mode aa_g_audit; extern bool aa_g_audit_header; -extern bool aa_g_debug; +extern int aa_g_debug; extern bool aa_g_hash_policy; extern bool aa_g_export_binary; extern int aa_g_rawdata_compression_level; --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/include/apparmorfs.h +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/include/apparmorfs.h @@ -17,6 +17,7 @@ AA_SFS_TYPE_BOOLEAN, AA_SFS_TYPE_STRING, AA_SFS_TYPE_U64, + AA_SFS_TYPE_INTPTR, AA_SFS_TYPE_FOPS, AA_SFS_TYPE_DIR, }; @@ -33,6 +34,7 @@ char *string; unsigned long u64; struct aa_sfs_entry *files; + int *intptr; } v; const struct file_operations *file_ops; }; @@ -51,6 +53,10 @@ { .name = (_name), .mode = 0444, \ .v_type = AA_SFS_TYPE_U64, .v.u64 = (_value), \ .file_ops = &aa_sfs_seq_file_ops } +#define AA_SFS_FILE_INTPTR(_name, _value) \ + { .name = (_name), .mode = 0444, \ + .v_type = AA_SFS_TYPE_INTPTR, .v.intptr = &(_value), \ + .file_ops = &aa_sfs_seq_file_ops } #define AA_SFS_FILE_FOPS(_name, _mode, _fops) \ { .name = (_name), .v_type = AA_SFS_TYPE_FOPS, \ .mode = (_mode), .file_ops = (_fops) } @@ -89,6 +95,7 @@ AAFS_PROF_RAW_DATA, AAFS_PROF_RAW_HASH, AAFS_PROF_RAW_ABI, + AAFS_PROF_LEARNING_COUNT, AAFS_PROF_SIZEOF, }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/include/audit.h +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/include/audit.h @@ -19,6 +19,7 @@ #include "file.h" #include "label.h" +#include "notify.h" extern const char *const audit_mode_names[]; #define AUDIT_MAX_INDEX 5 @@ -38,6 +39,7 @@ AUDIT_APPARMOR_STATUS, AUDIT_APPARMOR_ERROR, AUDIT_APPARMOR_KILL, + AUDIT_APPARMOR_USER, AUDIT_APPARMOR_AUTO }; @@ -103,17 +105,27 @@ #define OP_PROF_LOAD "profile_load" #define OP_PROF_RM "profile_remove" +#define OP_USERNS_CREATE "userns_create" +#define OP_URING_OVERRIDE "uring_override" +#define OP_URING_SQPOLL "uring_sqpoll" + +#define AUDIT_TAILGLOB_NAME 1 struct apparmor_audit_data { + u32 flags; /* control flags not part of actual data */ int error; int type; u16 class; const char *op; - struct aa_label *label; + const struct cred *subj_cred; + struct aa_label *subj_label; const char *name; const char *info; u32 request; u32 denied; + + struct task_struct *subjtsk; + union { /* these entries require a custom callback fn */ struct { @@ -137,6 +149,9 @@ void *addr; int addrlen; } net; + struct { + kuid_t ouid; + } mq; }; }; struct { @@ -151,34 +166,76 @@ const char *data; unsigned long flags; } mnt; + struct { + struct aa_label *target; + } uring; }; + + struct common_audit_data common; +}; + +struct aa_audit_node { + struct kref count; + struct apparmor_audit_data data; + struct list_head list; + struct aa_knotif knotif; }; +extern struct kmem_cache *aa_audit_slab; + +static inline struct aa_audit_node *aa_alloc_audit_node(gfp_t gfp) +{ + return kmem_cache_zalloc(aa_audit_slab, gfp); +} + + +struct aa_audit_cache { + spinlock_t lock; + int size; + struct list_head head; +}; + +static inline void aa_audit_cache_init(struct aa_audit_cache *cache) +{ + cache->size = 0; + spin_lock_init(&cache->lock); + INIT_LIST_HEAD(&cache->head); +} + +struct aa_audit_node *aa_audit_cache_find(struct aa_audit_cache *cache, + struct apparmor_audit_data *ad); +struct aa_audit_node *aa_audit_cache_insert(struct aa_audit_cache *cache, + struct aa_audit_node *node); +void aa_audit_cache_update_ent(struct aa_audit_cache *cache, + struct aa_audit_node *node, + struct apparmor_audit_data *data); +void aa_audit_cache_destroy(struct aa_audit_cache *cache); + + /* macros for dealing with apparmor_audit_data structure */ -#define aad(SA) ((SA)->apparmor_audit_data) +#define aad(SA) (container_of(SA, struct apparmor_audit_data, common)) #define DEFINE_AUDIT_DATA(NAME, T, C, X) \ /* TODO: cleanup audit init so we don't need _aad = {0,} */ \ - struct apparmor_audit_data NAME ## _aad = { \ + struct apparmor_audit_data NAME = { \ .class = (C), \ .op = (X), \ - }; \ - struct common_audit_data NAME = \ - { \ - .type = (T), \ - .u.tsk = NULL, \ - }; \ - NAME.apparmor_audit_data = &(NAME ## _aad) + .subjtsk = NULL, \ + .common.type = (T), \ + .common.u.tsk = NULL, \ + .common.apparmor_audit_data = &NAME, \ + }; -void aa_audit_msg(int type, struct common_audit_data *sa, +void aa_audit_msg(int type, struct apparmor_audit_data *ad, void (*cb) (struct audit_buffer *, void *)); -int aa_audit(int type, struct aa_profile *profile, struct common_audit_data *sa, +int aa_audit(int type, struct aa_profile *profile, + struct apparmor_audit_data *ad, void (*cb) (struct audit_buffer *, void *)); -#define aa_audit_error(ERROR, SA, CB) \ +#define aa_audit_error(ERROR, AD, CB) \ ({ \ - aad((SA))->error = (ERROR); \ - aa_audit_msg(AUDIT_APPARMOR_ERROR, (SA), (CB)); \ - aad((SA))->error; \ + (AD)->error = (ERROR); \ + aa_audit_msg(AUDIT_APPARMOR_ERROR, (AD), (CB)); \ + (AD)->error; \ }) @@ -194,4 +251,27 @@ int aa_audit_rule_known(struct audit_krule *rule); int aa_audit_rule_match(u32 sid, u32 field, u32 op, void *vrule); + +void aa_audit_node_free_kref(struct kref *kref); +struct aa_audit_node *aa_dup_audit_data(struct apparmor_audit_data *orig, + gfp_t gfp); +long aa_audit_data_cmp(struct apparmor_audit_data *lhs, + struct apparmor_audit_data *rhs); + + +static inline struct aa_audit_node *aa_get_audit_node(struct aa_audit_node *node) +{ + if (node) + kref_get(&(node->count)); + + return node; +} + +static inline void aa_put_audit_node(struct aa_audit_node *node) +{ + if (node) + kref_put(&node->count, aa_audit_node_free_kref); +} + + #endif /* __AA_AUDIT_H */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/include/capability.h +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/include/capability.h @@ -36,7 +36,8 @@ extern struct aa_sfs_entry aa_sfs_entry_caps[]; -int aa_capable(struct aa_label *label, int cap, unsigned int opts); +int aa_capable(const struct cred *subj_cred, struct aa_label *label, + int cap, unsigned int opts); static inline void aa_free_cap_rules(struct aa_caps *caps) { --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/include/crypto.h +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/include/crypto.h @@ -14,6 +14,8 @@ #ifdef CONFIG_SECURITY_APPARMOR_HASH unsigned int aa_hash_size(void); +void aa_snprint_hashstr(char *out, unsigned char *hash, unsigned int hsize); +char *aa_asprint_hashstr(unsigned char *hash, unsigned int hsize, gfp_t gfp); char *aa_calc_hash(void *data, size_t len); int aa_calc_profile_hash(struct aa_profile *profile, u32 version, void *start, size_t len); @@ -32,6 +34,15 @@ { return 0; } + +void aa_snprint_hashstr(char *out, unsigned char *hash, unsigned int hsize) +{ +} + +char *aa_asprint_hashstr(unsigned char *hash, unsigned int hsize, gfp_t gfp); +{ + return NULL; +} #endif #endif /* __APPARMOR_CRYPTO_H */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/include/file.h +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/include/file.h @@ -108,10 +108,11 @@ #define COMBINED_PERM_MASK(X) ((X).allow | (X).audit | (X).quiet | (X).kill) -int aa_audit_file(struct aa_profile *profile, struct aa_perms *perms, +int aa_audit_file(const struct cred *cred, + struct aa_profile *profile, struct aa_perms *perms, const char *op, u32 request, const char *name, const char *target, struct aa_label *tlabel, kuid_t ouid, - const char *info, int error); + const char *info, int error, bool prompt); struct aa_perms *aa_lookup_fperms(struct aa_policydb *file_rules, aa_state_t state, struct path_cond *cond); @@ -119,14 +120,21 @@ const char *name, struct path_cond *cond, struct aa_perms *perms); -int aa_path_perm(const char *op, struct aa_label *label, +int __aa_path_perm(const char *op, const struct cred *cred, + struct aa_profile *profile, + const char *name, u32 request, struct path_cond *cond, + int flags, struct aa_perms *perms, bool prompt); +int aa_path_perm(const char *op, const struct cred *cred, + struct aa_label *label, const struct path *path, int flags, u32 request, struct path_cond *cond); -int aa_path_link(struct aa_label *label, struct dentry *old_dentry, +int aa_path_link(const struct cred *cred, + struct aa_label *label, struct dentry *old_dentry, const struct path *new_dir, struct dentry *new_dentry); -int aa_file_perm(const char *op, struct aa_label *label, struct file *file, +int aa_file_perm(const char *op, const struct cred *cred, + struct aa_label *label, struct file *file, u32 request, bool in_atomic); void aa_inherit_files(const struct cred *cred, struct files_struct *files); --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/include/inode.h +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/include/inode.h @@ -0,0 +1,42 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ +/* + * AppArmor security module + * + * This file contains AppArmor file mediation function definitions. + * + * Copyright 2022 Canonical Ltd. + */ + +#ifndef __AA_INODE_H +#define __AA_INODE_H + +#include + +#include "lib.h" + +struct aa_inode_sec { + struct inode *inode; /* back pointer to inode object */ + struct aa_label *label; + u16 sclass; /* security class of this object */ + bool initialized; /* initialization flag */ + spinlock_t lock; +}; + +struct aa_superblock_sec { + struct aa_label *label; +}; + +static inline struct aa_inode_sec *apparmor_inode(const struct inode *inode) +{ + if (unlikely(!inode->i_security)) + return NULL; + return inode->i_security + apparmor_blob_sizes.lbs_inode; +} + +static inline struct aa_superblock_sec *apparmor_superblock( + const struct super_block *sb) +{ + return sb->s_security + apparmor_blob_sizes.lbs_superblock; +} + +#endif /* __AA_INODE_H */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/include/ipc.h +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/include/ipc.h @@ -11,8 +11,68 @@ #ifndef __AA_IPC_H #define __AA_IPC_H +#include #include -int aa_may_signal(struct aa_label *sender, struct aa_label *target, int sig); +#include "inode.h" +#include "perms.h" + +struct aa_msg_sec { + struct aa_label *label; +}; + +struct aa_ipc_sec { + struct aa_label *label; +}; + +static inline struct aa_ipc_sec *apparmor_ipc(const struct kern_ipc_perm *ipc) +{ + return ipc->security + apparmor_blob_sizes.lbs_ipc; +} + +static inline struct aa_msg_sec *apparmor_msg_msg(const struct msg_msg *msg_msg) +{ + return msg_msg->security + apparmor_blob_sizes.lbs_msg_msg; +} + + +static inline bool is_mqueue_sb(struct super_block *sb) +{ + if (!sb) + pr_warn("mqueue sb == NULL\n"); + if (!sb && !sb->s_type->name) + pr_warn("mqueue sb name == NULL\n"); + return sb && sb->s_type->name && strcmp(sb->s_type->name, "mqueue") == 0; +} + +static inline bool is_mqueue_inode(struct inode *i) +{ + struct aa_inode_sec *isec; + + if (!i) + return false; + + isec = apparmor_inode(i); + return isec && isec->sclass == AA_CLASS_POSIX_MQUEUE; +} + +int aa_may_signal(const struct cred *subj_cred, struct aa_label *sender, + const struct cred *target_cred, struct aa_label *target, + int sig); + +#define AA_AUDIT_POSIX_MQUEUE_MASK (AA_MAY_WRITE | AA_MAY_READ | \ + AA_MAY_CREATE | AA_MAY_DELETE | \ + AA_MAY_OPEN | AA_MAY_SETATTR | \ + AA_MAY_GETATTR) + + +int aa_profile_mqueue_perm(struct aa_profile *profile, + const struct path *path, + u32 request, char *buffer, + struct apparmor_audit_data *ad); + +int aa_mqueue_perm(const char *op, const struct cred *subj_cred, + struct aa_label *label, + const struct path *path, u32 request); #endif /* __AA_IPC_H */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/include/label.h +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/include/label.h @@ -90,7 +90,7 @@ FLAG_PROFILE = 0x200, /* label is a profile */ FLAG_EXPLICIT = 0x400, /* explicit static label */ FLAG_STALE = 0x800, /* replaced/removed */ - FLAG_RENAMED = 0x1000, /* label has renaming in it */ + FLAG_INTERRUPTIBLE = 0x1000, FLAG_REVOKED = 0x2000, /* label has revocation in it */ FLAG_DEBUG1 = 0x4000, FLAG_DEBUG2 = 0x8000, @@ -261,7 +261,10 @@ struct label_it i; \ int ret = 0; \ label_for_each(i, (L), profile) { \ - if (RULE_MEDIATES(&profile->rules, (C))) { \ + struct aa_ruleset *rules = \ + list_first_entry(&profile->rules, typeof(*rules),\ + list); \ + if (RULE_MEDIATES(rules, (C))) { \ ret = 1; \ break; \ } \ @@ -270,6 +273,7 @@ }) +int aa_label_cmp(struct aa_label *a, struct aa_label *b); void aa_labelset_destroy(struct aa_labelset *ls); void aa_labelset_init(struct aa_labelset *ls); void __aa_labelset_update_subtree(struct aa_ns *ns); --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/include/lib.h +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/include/lib.h @@ -16,23 +16,45 @@ #include "match.h" -/* - * DEBUG remains global (no per profile flag) since it is mostly used in sysctl - * which is not related to profile accesses. - */ +extern struct aa_dfa *stacksplitdfa; + + +#define list_add_entry(ent, list, member) list_add(&(ent)->member, (list)) +#define list_add_tail_entry(ent, list, member) list_add_tail(&(ent)->member, (list)) -#define DEBUG_ON (aa_g_debug) /* * split individual debug cases out in preparation for finer grained * debug controls in the future. */ -#define AA_DEBUG_LABEL DEBUG_ON #define dbg_printk(__fmt, __args...) pr_debug(__fmt, ##__args) -#define AA_DEBUG(fmt, args...) \ + +#define DEBUG_PROMPT 2 + +#define DEBUG_NONE 0 +#define DEBUG_LABEL_ABS_ROOT 1 +#define DEBUG_LABEL 2 +#define DEBUG_DOMAIN 4 +#define DEBUG_POLICY 8 +#define DEBUG_INTERFACE 0x10 +#define DEBUG_UPCALL 0x20 + +#define DEBUG_ALL 0x3f /* update if new DEBUG_X added */ +#define DEBUG_PARSE_ERROR (-1) + +#define DEBUG_ON (aa_g_debug != DEBUG_NONE) +#define DEBUG_ABS_ROOT (aa_g_debug & DEBUG_LABEL_ABS_ROOT) + +#define AA_DEBUG(opt, fmt, args...) \ do { \ - if (DEBUG_ON) \ - pr_debug_ratelimited("AppArmor: " fmt, ##args); \ + if (aa_g_debug & opt) \ + pr_warn("%s: " fmt, __func__, ##args); \ } while (0) +#define AA_DEBUG_ON(C, args...) do { if (C) AA_DEBUG(args); } while (0) +#define AA_DEBUG_LABEL(LAB, X, fmt, args) \ +do { \ + if ((LAB)->flags & FLAG_DEBUG1) \ + AA_DEBUG(X, fmt, args); \ +} while (0) #define AA_WARN(X) WARN((X), "APPARMOR WARN %s: %s\n", __func__, #X) @@ -49,6 +71,9 @@ #define AA_BUG_FMT(X, fmt, args...) no_printk(fmt, ##args) #endif +int aa_parse_debug_params(const char *str); +int aa_print_debug_params(char *buffer); + #define AA_ERROR(fmt, args...) \ pr_err_ratelimited("AppArmor: " fmt, ##args) @@ -94,6 +119,14 @@ return aa_dfa_next(dfa, start, 0); } +static inline aa_state_t aa_dfa_match_u16(struct aa_dfa *dfa, aa_state_t state, + u16 data) +{ + __be16 buffer = cpu_to_be16(data); + + return aa_dfa_match_len(dfa, state, (char *) &buffer, 2); +} + static inline bool path_mediated_fs(struct dentry *dentry) { return !(dentry->d_sb->s_flags & SB_NOUSER); @@ -280,7 +313,7 @@ } \ __done: \ if (!__new_) \ - AA_DEBUG("label build failed\n"); \ + AA_DEBUG(DEBUG_LABEL, "label build failed\n"); \ (__new_); \ }) --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/include/match.h +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/include/match.h @@ -102,9 +102,6 @@ struct table_header *tables[YYTD_ID_TSIZE]; }; -extern struct aa_dfa *nulldfa; -extern struct aa_dfa *stacksplitdfa; - #define byte_to_byte(X) (X) #define UNPACK_ARRAY(TABLE, BLOB, LEN, TTYPE, BTYPE, NTOHX) \ @@ -122,9 +119,6 @@ return ALIGN(sizeof(struct table_header) + len * el_size, 8); } -int aa_setup_dfa_engine(void); -void aa_teardown_dfa_engine(void); - #define aa_state_t unsigned int struct aa_dfa *aa_dfa_unpack(void *blob, size_t size, int flags); --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/include/mount.h +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/include/mount.h @@ -25,26 +25,36 @@ #define AA_MS_IGNORE_MASK (MS_KERNMOUNT | MS_NOSEC | MS_ACTIVE | MS_BORN) -int aa_remount(struct aa_label *label, const struct path *path, +int aa_remount(const struct cred *subj_cred, + struct aa_label *label, const struct path *path, unsigned long flags, void *data); -int aa_bind_mount(struct aa_label *label, const struct path *path, +int aa_bind_mount(const struct cred *subj_cred, + struct aa_label *label, const struct path *path, const char *old_name, unsigned long flags); -int aa_mount_change_type(struct aa_label *label, const struct path *path, +int aa_mount_change_type(const struct cred *subj_cred, + struct aa_label *label, const struct path *path, unsigned long flags); -int aa_move_mount(struct aa_label *label, const struct path *path, - const char *old_name); +int aa_move_mount_old(const struct cred *subj_cred, + struct aa_label *label, const struct path *path, + const char *old_name); +int aa_move_mount(const struct cred *subj_cred, + struct aa_label *label, const struct path *from_path, + const struct path *to_path); -int aa_new_mount(struct aa_label *label, const char *dev_name, +int aa_new_mount(const struct cred *subj_cred, + struct aa_label *label, const char *dev_name, const struct path *path, const char *type, unsigned long flags, void *data); -int aa_umount(struct aa_label *label, struct vfsmount *mnt, int flags); +int aa_umount(const struct cred *subj_cred, + struct aa_label *label, struct vfsmount *mnt, int flags); -int aa_pivotroot(struct aa_label *label, const struct path *old_path, +int aa_pivotroot(const struct cred *subj_cred, + struct aa_label *label, const struct path *old_path, const struct path *new_path); #endif /* __AA_MOUNT_H */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/include/net.h +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/include/net.h @@ -49,9 +49,14 @@ struct aa_sk_ctx { struct aa_label *label; struct aa_label *peer; + struct path path; }; -#define SK_CTX(X) ((X)->sk_security) +static inline struct aa_sk_ctx *aa_sock(const struct sock *sk) +{ + return sk->sk_security + apparmor_blob_sizes.lbs_sock; +} + #define SOCK_ctx(X) SOCK_INODE(X)->i_security #define DEFINE_AUDIT_NET(NAME, OP, SK, F, T, P) \ struct lsm_network_audit NAME ## _net = { .sk = (SK), \ @@ -61,19 +66,32 @@ LSM_AUDIT_DATA_NONE, \ AA_CLASS_NET, \ OP); \ - NAME.u.net = &(NAME ## _net); \ - aad(&NAME)->net.type = (T); \ - aad(&NAME)->net.protocol = (P) + NAME.common.u.net = &(NAME ## _net); \ + NAME.net.type = (T); \ + NAME.net.protocol = (P) #define DEFINE_AUDIT_SK(NAME, OP, SK) \ DEFINE_AUDIT_NET(NAME, OP, SK, (SK)->sk_family, (SK)->sk_type, \ (SK)->sk_protocol) +/* struct aa_net - network confinement data + * @allow: basic network families permissions + * @audit: which network permissions to force audit + * @quiet: which network permissions to quiet rejects + */ +struct aa_net_compat { + u16 allow[AF_MAX]; + u16 audit[AF_MAX]; + u16 quiet[AF_MAX]; +}; #define af_select(FAMILY, FN, DEF_FN) \ ({ \ int __e; \ switch ((FAMILY)) { \ + case AF_UNIX: \ + __e = aa_unix_ ## FN; \ + break; \ default: \ __e = DEF_FN; \ } \ @@ -88,23 +106,27 @@ }; extern struct aa_sfs_entry aa_sfs_entry_network[]; +extern struct aa_sfs_entry aa_sfs_entry_network_compat[]; void audit_net_cb(struct audit_buffer *ab, void *va); -int aa_profile_af_perm(struct aa_profile *profile, struct common_audit_data *sa, +int aa_profile_af_perm(struct aa_profile *profile, + struct apparmor_audit_data *ad, u32 request, u16 family, int type); -int aa_af_perm(struct aa_label *label, const char *op, u32 request, u16 family, +int aa_af_perm(const struct cred *subj_cred, struct aa_label *label, + const char *op, u32 request, u16 family, int type, int protocol); static inline int aa_profile_af_sk_perm(struct aa_profile *profile, - struct common_audit_data *sa, + struct apparmor_audit_data *ad, u32 request, struct sock *sk) { - return aa_profile_af_perm(profile, sa, request, sk->sk_family, + return aa_profile_af_perm(profile, ad, request, sk->sk_family, sk->sk_type); } int aa_sk_perm(const char *op, u32 request, struct sock *sk); -int aa_sock_file_perm(struct aa_label *label, const char *op, u32 request, +int aa_sock_file_perm(const struct cred *subj_cred, struct aa_label *label, + const char *op, u32 request, struct socket *sock); int apparmor_secmark_check(struct aa_label *label, char *op, u32 request, --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/include/notify.h +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/include/notify.h @@ -0,0 +1,98 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ +/* + * AppArmor security module + * + * This file contains AppArmor notifications function definitions. + * + * Copyright 2019 Canonical Ltd. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation, version 2 of the + * License. + */ + +#ifndef __AA_NOTIFY_H +#define __AA_NOTIFY_H + +#include +#include +#include +#include +#include + +#include + +#include "match.h" + +struct aa_ns; +struct aa_audit_node; +struct apparmor_audit_data; + +struct aa_listener { + struct kref count; + spinlock_t lock; + wait_queue_head_t wait; + struct list_head ns_proxies; /* aa_listener_proxy */ + struct list_head notifications; /* aa_audit_proxy */ + struct list_head pending; /* aa_audit_proxy */ + struct aa_ns *ns; /* counted - ns of listener */ + struct aa_dfa *filter; + u64 last_id; + u32 mask; + u32 flags; +}; + +struct aa_listener_proxy { + struct aa_ns *ns; /* counted - ns listening to */ + struct aa_listener *listener; + struct list_head llist; + struct list_head nslist; +}; + +#define KNOTIF_ON_LIST 1 +#define KNOTIF_PULSE +#define KNOTIF_PENDING +#define KNOTIF_CANCELLED +/* need to split knofif into audit_proxy + * prompt notifications only go to first taker so no need for completion + * in the proxy, it increases size of proxy in non-prompt case + */ +struct aa_knotif { + struct apparmor_audit_data *ad; /* counted */ + struct list_head list; + struct completion ready; + u64 id; + u16 ntype; + u16 flags; +}; + +void aa_free_listener_proxy(struct aa_listener_proxy *proxy); +bool aa_register_listener_proxy(struct aa_listener *listener, struct aa_ns *ns); +struct aa_listener *aa_new_listener(struct aa_ns *ns, gfp_t gfp); +struct aa_knotif *__aa_find_notif(struct aa_listener *listener, u64 id); +int aa_do_notification(u16 ntype, struct aa_audit_node *node); + +long aa_listener_unotif_recv(struct aa_listener *listener, void __user *buf, + u16 max_size); +long aa_listener_unotif_response(struct aa_listener *listener, + union apparmor_notif_resp *uresp, + u16 size); + +void aa_listener_kref(struct kref *kref); + +static inline struct aa_listener *aa_get_listener(struct aa_listener *listener) +{ + if (listener) + kref_get(&(listener->count)); + + return listener; +} + +static inline void aa_put_listener(struct aa_listener *listener) +{ + if (listener) + kref_put(&listener->count, aa_listener_kref); +} + +#endif /* __AA_NOTIFY_H */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/include/path.h +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/include/path.h @@ -13,6 +13,7 @@ enum path_flags { PATH_IS_DIR = 0x1, /* path is a directory */ + PATH_SOCK_COND = 0x2, PATH_CONNECT_PATH = 0x4, /* connect disconnected paths to / */ PATH_CHROOT_REL = 0x8, /* do path lookup relative to chroot */ PATH_CHROOT_NSCONNECT = 0x10, /* connect paths that are at ns root */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/include/perms.h +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/include/perms.h @@ -48,6 +48,9 @@ #define AA_LINK_SUBSET AA_MAY_LOCK /* overlaid */ +#define AA_MAY_CREATE_SQPOLL AA_MAY_CREATE +#define AA_MAY_OVERRIDE_CRED AA_MAY_APPEND +#define AA_URING_PERM_MASK (AA_MAY_OVERRIDE_CRED | AA_MAY_CREATE_SQPOLL) #define PERMS_CHRS_MASK (MAY_READ | MAY_WRITE | AA_MAY_CREATE | \ AA_MAY_DELETE | AA_MAY_LINK | AA_MAY_LOCK | \ @@ -195,12 +198,15 @@ extern struct aa_perms default_perms; - +struct apparmor_audit_data; void aa_perm_mask_to_str(char *str, size_t str_size, const char *chrs, u32 mask); void aa_audit_perm_names(struct audit_buffer *ab, const char * const *names, u32 mask); +void aa_audit_perms(struct audit_buffer *ab, struct apparmor_audit_data *ad, + const char *chrs, u32 chrsmask, const char * const *names, + u32 namesmask); void aa_audit_perm_mask(struct audit_buffer *ab, u32 mask, const char *chrs, u32 chrsmask, const char * const *names, u32 namesmask); void aa_apply_modes_to_perms(struct aa_profile *profile, @@ -212,8 +218,14 @@ int type, u32 request, struct aa_perms *perms); int aa_profile_label_perm(struct aa_profile *profile, struct aa_profile *target, u32 request, int type, u32 *deny, - struct common_audit_data *sa); + struct apparmor_audit_data *ad); + +static inline u32 denied_perms(struct aa_perms *perms, u32 request) +{ + return request & (~perms->allow | perms->deny); +} + int aa_check_perms(struct aa_profile *profile, struct aa_perms *perms, - u32 request, struct common_audit_data *sa, + u32 request, struct apparmor_audit_data *ad, void (*cb)(struct audit_buffer *, void *)); #endif /* __AA_PERM_H */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/include/policy.h +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/include/policy.h @@ -34,6 +34,11 @@ struct aa_ns; extern int unprivileged_userns_apparmor_policy; +extern int unprivileged_userns_restricted; +extern int unprivileged_userns_restricted_force; +extern int unprivileged_userns_restricted_complain; +extern int aa_unprivileged_unconfined_restricted; +extern int aa_unprivileged_uring_restricted; extern const char *const aa_profile_mode_names[]; #define APPARMOR_MODE_NAMES_MAX_INDEX 4 @@ -74,12 +79,14 @@ /* struct aa_policydb - match engine for a policy + * count: refcount for the pdb * dfa: dfa pattern match * perms: table of permissions * strs: table of strings, index by x * start: set of start states for the different classes of data */ struct aa_policydb { + struct kref count; struct aa_dfa *dfa; struct { struct aa_perms *perms; @@ -89,13 +96,36 @@ aa_state_t start[AA_CLASS_LAST + 1]; }; -static inline void aa_destroy_policydb(struct aa_policydb *policy) +extern struct aa_policydb *nullpdb; + +struct aa_policydb *aa_alloc_pdb(gfp_t gfp); +void aa_pdb_free_kref(struct kref *kref); + +/** + * aa_get_pdb - increment refcount on @pdb + * @pdb: policydb (MAYBE NULL) + * + * Returns: pointer to @pdb if @pdb is NULL will return NULL + * Requires: @pdb must be held with valid refcount when called + */ +static inline struct aa_policydb *aa_get_pdb(struct aa_policydb *pdb) { - aa_put_dfa(policy->dfa); - if (policy->perms) - kvfree(policy->perms); - aa_free_str_table(&policy->trans); + if (pdb) + kref_get(&(pdb->count)); + return pdb; +} + +/** + * aa_put_pdb - put a pdb refcount + * @pdb: pdb to put refcount (MAYBE NULL) + * + * Requires: if @pdb != NULL that a valid refcount be held + */ +static inline void aa_put_pdb(struct aa_policydb *pdb) +{ + if (pdb) + kref_put(&pdb->count, aa_pdb_free_kref); } static inline struct aa_perms *aa_lookup_perms(struct aa_policydb *policy, @@ -139,8 +169,8 @@ int size; /* TODO: merge policy and file */ - struct aa_policydb policy; - struct aa_policydb file; + struct aa_policydb *policy; + struct aa_policydb *file; struct aa_caps caps; struct aa_rlimit rlimits; @@ -149,6 +179,10 @@ struct aa_secmark *secmark; }; +void aa_free_ruleset(struct aa_ruleset *rules); +struct aa_ruleset *aa_new_ruleset(gfp_t gfp); +struct aa_ruleset *aa_clone_ruleset(struct aa_ruleset *rules); + /* struct aa_attachment - data and rules for a profiles attachment * @list: * @xmatch_str: human readable attachment string @@ -159,7 +193,7 @@ */ struct aa_attachment { const char *xmatch_str; - struct aa_policydb xmatch; + struct aa_policydb *xmatch; unsigned int xmatch_len; int xattr_count; char **xattrs; @@ -178,6 +212,7 @@ * @disconnected: what to prepend if attach_disconnected is specified * @attach: attachment rules for the profile * @rules: rules to be enforced + * @net_compat: v2 compat network controls for the profile * * @dents: dentries for the profiles file entries in apparmorfs * @dirname: name of the profile dir in apparmorfs @@ -209,6 +244,9 @@ struct aa_attachment attach; struct list_head rules; + struct aa_net_compat *net_compat; + + struct aa_audit_cache learning_cache; struct aa_loaddata *rawdata; unsigned char *hash; @@ -276,10 +314,10 @@ unsigned char class) { if (class <= AA_CLASS_LAST) - return rules->policy.start[class]; + return rules->policy->start[class]; else - return aa_dfa_match_len(rules->policy.dfa, - rules->policy.start[0], &class, 1); + return aa_dfa_match_len(rules->policy->dfa, + rules->policy->start[0], &class, 1); } static inline aa_state_t RULE_MEDIATES_AF(struct aa_ruleset *rules, u16 AF) @@ -287,9 +325,12 @@ aa_state_t state = RULE_MEDIATES(rules, AA_CLASS_NET); __be16 be_af = cpu_to_be16(AF); - if (!state) - return DFA_NOMATCH; - return aa_dfa_match_len(rules->policy.dfa, state, (char *) &be_af, 2); + if (!state) { + state = RULE_MEDIATES(rules, AA_CLASS_NET_COMPAT); + if (!state) + return DFA_NOMATCH; + } + return aa_dfa_match_len(rules->policy->dfa, state, (char *) &be_af, 2); } static inline aa_state_t ANY_RULE_MEDIATES(struct list_head *head, @@ -370,9 +411,12 @@ return profile->audit; } -bool aa_policy_view_capable(struct aa_label *label, struct aa_ns *ns); -bool aa_policy_admin_capable(struct aa_label *label, struct aa_ns *ns); -int aa_may_manage_policy(struct aa_label *label, struct aa_ns *ns, +bool aa_policy_view_capable(const struct cred *subj_cred, + struct aa_label *label, struct aa_ns *ns); +bool aa_policy_admin_capable(const struct cred *subj_cred, + struct aa_label *label, struct aa_ns *ns); +int aa_may_manage_policy(const struct cred *subj_cred, + struct aa_label *label, struct aa_ns *ns, u32 mask); bool aa_current_policy_view_capable(struct aa_ns *ns); bool aa_current_policy_admin_capable(struct aa_ns *ns); --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/include/policy_ns.h +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/include/policy_ns.h @@ -12,6 +12,7 @@ #define __AA_NAMESPACE_H #include +#include #include "apparmor.h" #include "apparmorfs.h" @@ -42,6 +43,12 @@ * @uniq_null: uniq value used for null learning profiles * @uniq_id: a unique id count for the profiles in the namespace * @level: level of ns within the tree hierarchy + * @revision: policy revision for this ns + * @wait: waitq for tasks waiting on revision changes + * @listener_lock: lock for listeners + * @listeners: notification listeners' proxies list + * @labels: all the labels associated with this ns + * @rawdata_list: raw policy data for policy * @dents: dentries for the namespaces file entries in apparmorfs * * An aa_ns defines the set profiles that are searched to determine which @@ -65,9 +72,13 @@ atomic_t uniq_null; long uniq_id; int level; + long revision; wait_queue_head_t wait; + spinlock_t listener_lock; + struct list_head listeners; + struct aa_labelset labels; struct list_head rawdata_list; --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/include/policy_unpack.h +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/include/policy_unpack.h @@ -31,6 +31,7 @@ #define PACKED_FLAG_HAT 1 #define PACKED_FLAG_DEBUG1 2 #define PACKED_FLAG_DEBUG2 4 +#define PACKED_FLAG_INTERRUPTIBLE 8 #define PACKED_MODE_ENFORCE 0 #define PACKED_MODE_COMPLAIN 1 --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/include/resource.h +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/include/resource.h @@ -33,7 +33,8 @@ extern struct aa_sfs_entry aa_sfs_entry_rlimit[]; int aa_map_resource(int resource); -int aa_task_setrlimit(struct aa_label *label, struct task_struct *task, +int aa_task_setrlimit(const struct cred *subj_cred, struct aa_label *label, + struct task_struct *task, unsigned int resource, struct rlimit *new_rlim); void __aa_transition_rlimits(struct aa_label *old, struct aa_label *new); --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/include/task.h +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/include/task.h @@ -91,8 +91,16 @@ "segv usr2 pipe alrm term stkflt chld cont stop stp ttin ttou urg " \ "xcpu xfsz vtalrm prof winch io pwr sys emt lost" -int aa_may_ptrace(struct aa_label *tracer, struct aa_label *tracee, +int aa_may_ptrace(const struct cred *tracer_cred, struct aa_label *tracer, + const struct cred *tracee_cred, struct aa_label *tracee, u32 request); + +#define AA_USERNS_CREATE 8 + +int aa_profile_ns_perm(struct aa_profile *profile, + struct apparmor_audit_data *ad, + u32 request); + #endif /* __AA_TASK_H */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/ipc.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/ipc.c @@ -9,10 +9,13 @@ */ #include +#include +#include #include "include/audit.h" #include "include/capability.h" #include "include/cred.h" +#include "include/path.h" #include "include/policy.h" #include "include/ipc.h" #include "include/sig_names.h" @@ -52,31 +55,33 @@ static void audit_signal_cb(struct audit_buffer *ab, void *va) { struct common_audit_data *sa = va; + struct apparmor_audit_data *ad = aad(sa); - if (aad(sa)->request & AA_SIGNAL_PERM_MASK) { + if (ad->request & AA_SIGNAL_PERM_MASK) { audit_log_format(ab, " requested_mask=\"%s\"", - audit_signal_mask(aad(sa)->request)); - if (aad(sa)->denied & AA_SIGNAL_PERM_MASK) { + audit_signal_mask(ad->request)); + if (ad->denied & AA_SIGNAL_PERM_MASK) { audit_log_format(ab, " denied_mask=\"%s\"", - audit_signal_mask(aad(sa)->denied)); + audit_signal_mask(ad->denied)); } } - if (aad(sa)->signal == SIGUNKNOWN) + if (ad->signal == SIGUNKNOWN) audit_log_format(ab, "signal=unknown(%d)", - aad(sa)->unmappedsig); - else if (aad(sa)->signal < MAXMAPPED_SIGNAME) - audit_log_format(ab, " signal=%s", sig_names[aad(sa)->signal]); + ad->unmappedsig); + else if (ad->signal < MAXMAPPED_SIGNAME) + audit_log_format(ab, " signal=%s", sig_names[ad->signal]); else audit_log_format(ab, " signal=rtmin+%d", - aad(sa)->signal - SIGRT_BASE); + ad->signal - SIGRT_BASE); audit_log_format(ab, " peer="); - aa_label_xaudit(ab, labels_ns(aad(sa)->label), aad(sa)->peer, + aa_label_xaudit(ab, labels_ns(ad->subj_label), ad->peer, FLAGS_NONE, GFP_ATOMIC); } -static int profile_signal_perm(struct aa_profile *profile, +static int profile_signal_perm(const struct cred *cred, + struct aa_profile *profile, struct aa_label *peer, u32 request, - struct common_audit_data *sa) + struct apparmor_audit_data *ad) { struct aa_ruleset *rules = list_first_entry(&profile->rules, typeof(*rules), list); @@ -87,24 +92,133 @@ !ANY_RULE_MEDIATES(&profile->rules, AA_CLASS_SIGNAL)) return 0; - aad(sa)->peer = peer; + ad->subj_cred = cred; + ad->peer = peer; /* TODO: secondary cache check */ - state = aa_dfa_next(rules->policy.dfa, - rules->policy.start[AA_CLASS_SIGNAL], - aad(sa)->signal); + state = aa_dfa_next(rules->policy->dfa, + rules->policy->start[AA_CLASS_SIGNAL], + ad->signal); aa_label_match(profile, rules, peer, state, false, request, &perms); aa_apply_modes_to_perms(profile, &perms); - return aa_check_perms(profile, &perms, request, sa, audit_signal_cb); + return aa_check_perms(profile, &perms, request, ad, audit_signal_cb); } -int aa_may_signal(struct aa_label *sender, struct aa_label *target, int sig) +int aa_may_signal(const struct cred *subj_cred, struct aa_label *sender, + const struct cred *target_cred, struct aa_label *target, + int sig) { struct aa_profile *profile; - DEFINE_AUDIT_DATA(sa, LSM_AUDIT_DATA_NONE, AA_CLASS_SIGNAL, OP_SIGNAL); + DEFINE_AUDIT_DATA(ad, LSM_AUDIT_DATA_NONE, AA_CLASS_SIGNAL, OP_SIGNAL); - aad(&sa)->signal = map_signal_num(sig); - aad(&sa)->unmappedsig = sig; + ad.signal = map_signal_num(sig); + ad.unmappedsig = sig; return xcheck_labels(sender, target, profile, - profile_signal_perm(profile, target, MAY_WRITE, &sa), - profile_signal_perm(profile, sender, MAY_READ, &sa)); + profile_signal_perm(subj_cred, profile, target, + MAY_WRITE, &ad), + profile_signal_perm(target_cred, profile, sender, + MAY_READ, &ad)); +} + + +static void audit_mqueue_cb(struct audit_buffer *ab, void *va) +{ + struct common_audit_data *sa = va; + struct apparmor_audit_data *ad = aad(sa); + + aa_audit_perms(ab, ad, NULL, 0, NULL, AA_AUDIT_POSIX_MQUEUE_MASK); + + /* move class into generic audit framse work */ + audit_log_format(ab, "class=\"posix_mqueue\""); + if (ad->request & AA_AUDIT_FILE_MASK) { + audit_log_format(ab, " fsuid=%u", + from_kuid(&init_user_ns, ad->subj_cred->fsuid)); + audit_log_format(ab, " ouid=%u", + from_kuid(&init_user_ns, ad->mq.ouid)); + } + if (ad->peer) { + audit_log_format(ab, " olabel="); + aa_label_xaudit(ab, labels_ns(ad->subj_label), ad->peer, + FLAGS_NONE, GFP_ATOMIC); + } +} + +int aa_profile_mqueue_perm(struct aa_profile *profile, const struct path *path, + u32 request, char *buffer, + struct apparmor_audit_data *ad) +{ + struct aa_ruleset *rules = list_first_entry(&profile->rules, + typeof(*rules), list); + struct aa_perms perms = { }; + unsigned int state; + char *name; + + if (profile_unconfined(profile) || + !RULE_MEDIATES(rules, AA_CLASS_POSIX_MQUEUE)) + return 0; + + name = dentry_path_raw(path->dentry, buffer, aa_g_path_max); + if (IS_ERR(name)) + return PTR_ERR(name); + if (path->mnt != current->nsproxy->ipc_ns->mq_mnt) { + /* TODO: disconnected path detection */ + pr_warn("apparmor mqueue disconnected TODO\n"); + } + + ad->name = name; + + state = aa_dfa_match(rules->policy->dfa, + rules->policy->start[AA_CLASS_POSIX_MQUEUE], + name); + perms = *aa_lookup_perms(rules->policy, state); + aa_apply_modes_to_perms(profile, &perms); + if (!denied_perms(&perms, request)) { + /* early bailout sufficient perms no need to do further + * checks + */ + return aa_check_perms(profile, &perms, request, ad, + audit_mqueue_cb); + } + /* continue check to see if we have label perms */ + //aa_label_match(profile, peer??, state false, request, &perms); + //aa_apply_modes_to_perms(profile, &perms); + + // this will just cause failure without above label check + return aa_check_perms(profile, &perms, request, ad, audit_mqueue_cb); +} + +/* mqueue - no label caching test */ +int aa_mqueue_perm(const char *op, const struct cred *subj_cred, + struct aa_label *label, + const struct path *path, u32 request) +{ + struct aa_profile *profile; + char *buffer; + int error; + DEFINE_AUDIT_DATA(ad, LSM_AUDIT_DATA_NONE, AA_CLASS_POSIX_MQUEUE, op); + + // do we need delegate deleted with mqueues? probably + //flags |= PATH_DELEGATE_DELETED; + + /* sadly due to rcu walk hairiness, we use dentry_path_raw instead + * of just accessing the name directly, which means we need to + * do the whole buffer allocation mess + */ + buffer = aa_get_buffer(false); + if (!buffer) + return -ENOMEM; + + /* audit fields that won't change during iteration */ + ad.subj_cred = subj_cred; + ad.request = request; + ad.peer = NULL; + ad.mq.ouid = d_backing_inode(path->dentry) ? + d_backing_inode(path->dentry)->i_uid : + subj_cred->fsuid; + + error = fn_for_each_confined(label, profile, + aa_profile_mqueue_perm(profile, path, request, + buffer, &ad)); + aa_put_buffer(buffer); + + return error; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/label.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/label.c @@ -429,7 +429,7 @@ /* + 1 for null terminator entry on vec */ new = kzalloc(struct_size(new, vec, size + 1), gfp); - AA_DEBUG("%s (%p)\n", __func__, new); + AA_DEBUG(DEBUG_LABEL, "%s (%p)\n", __func__, new); if (!new) goto fail; @@ -455,7 +455,7 @@ /** - * label_cmp - label comparison for set ordering + * aa_label_cmp - label comparison for set ordering * @a: label to compare (NOT NULL) * @b: label to compare (NOT NULL) * @@ -463,7 +463,7 @@ * ==0 if a == b * >0 if a > b */ -static int label_cmp(struct aa_label *a, struct aa_label *b) +int aa_label_cmp(struct aa_label *a, struct aa_label *b) { AA_BUG(!b); @@ -677,7 +677,7 @@ new = &ls->root.rb_node; while (*new) { struct aa_label *this = rb_entry(*new, struct aa_label, node); - int result = label_cmp(label, this); + int result = aa_label_cmp(label, this); parent = *new; if (result == 0) { @@ -1269,14 +1269,14 @@ const char *ns_name; if (profile->ns == tp->ns) - return aa_dfa_match(rules->policy.dfa, state, tp->base.hname); + return aa_dfa_match(rules->policy->dfa, state, tp->base.hname); /* try matching with namespace name and then profile */ ns_name = aa_ns_name(profile->ns, tp->ns, true); - state = aa_dfa_match_len(rules->policy.dfa, state, ":", 1); - state = aa_dfa_match(rules->policy.dfa, state, ns_name); - state = aa_dfa_match_len(rules->policy.dfa, state, ":", 1); - return aa_dfa_match(rules->policy.dfa, state, tp->base.hname); + state = aa_dfa_match_len(rules->policy->dfa, state, ":", 1); + state = aa_dfa_match(rules->policy->dfa, state, ns_name); + state = aa_dfa_match_len(rules->policy->dfa, state, ":", 1); + return aa_dfa_match(rules->policy->dfa, state, tp->base.hname); } /** @@ -1321,12 +1321,12 @@ label_for_each_cont(i, label, tp) { if (!aa_ns_visible(profile->ns, tp->ns, subns)) continue; - state = aa_dfa_match(rules->policy.dfa, state, "//&"); + state = aa_dfa_match(rules->policy->dfa, state, "//&"); state = match_component(profile, rules, tp, state); if (!state) goto fail; } - *perms = *aa_lookup_perms(&rules->policy, state); + *perms = *aa_lookup_perms(rules->policy, state); aa_apply_modes_to_perms(profile, perms); if ((perms->allow & request) != request) return -EACCES; @@ -1379,7 +1379,7 @@ return 0; next: - tmp = *aa_lookup_perms(&rules->policy, state); + tmp = *aa_lookup_perms(rules->policy, state); aa_apply_modes_to_perms(profile, &tmp); aa_perms_accum(perms, &tmp); label_for_each_cont(i, label, tp) { @@ -1388,7 +1388,7 @@ state = match_component(profile, rules, tp, start); if (!state) goto fail; - tmp = *aa_lookup_perms(&rules->policy, state); + tmp = *aa_lookup_perms(rules->policy, state); aa_apply_modes_to_perms(profile, &tmp); aa_perms_accum(perms, &tmp); } @@ -1632,7 +1632,7 @@ AA_BUG(!str && size != 0); AA_BUG(!label); - if (AA_DEBUG_LABEL && (flags & FLAG_ABS_ROOT)) { + if (DEBUG_ABS_ROOT && (flags & FLAG_ABS_ROOT)) { ns = root_ns; len = snprintf(str, size, "_"); update_for_len(total, len, size, str); @@ -1746,7 +1746,7 @@ display_mode(ns, label, flags)) { len = aa_label_asxprint(&name, ns, label, flags, gfp); if (len < 0) { - AA_DEBUG("label print error"); + AA_DEBUG(DEBUG_LABEL, "label print error"); return; } str = name; @@ -1774,7 +1774,7 @@ len = aa_label_asxprint(&str, ns, label, flags, gfp); if (len < 0) { - AA_DEBUG("label print error"); + AA_DEBUG(DEBUG_LABEL, "label print error"); return; } seq_puts(f, str); @@ -1797,7 +1797,7 @@ len = aa_label_asxprint(&str, ns, label, flags, gfp); if (len < 0) { - AA_DEBUG("label print error"); + AA_DEBUG(DEBUG_LABEL, "label print error"); return; } pr_info("%s", str); @@ -1896,7 +1896,7 @@ AA_BUG(!str); str = skipn_spaces(str, n); - if (str == NULL || (AA_DEBUG_LABEL && *str == '_' && + if (str == NULL || (DEBUG_ABS_ROOT && *str == '_' && base != &root_ns->unconfined->label)) return ERR_PTR(-EINVAL); --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/lib.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/lib.c @@ -25,6 +25,98 @@ .quiet = ALL_PERMS_MASK, .hide = ALL_PERMS_MASK }; +struct val_table_ent { + const char *str; + int value; +}; + +struct val_table_ent debug_values_table[] = { + { "N", DEBUG_NONE }, + { "none", DEBUG_NONE }, + { "n", DEBUG_NONE }, + { "0", DEBUG_NONE }, + { "all", DEBUG_ALL }, + { "Y", DEBUG_ALL }, + { "y", DEBUG_ALL }, + { "1", DEBUG_ALL }, + { "abs_root", DEBUG_LABEL_ABS_ROOT }, + { "label", DEBUG_LABEL }, + { "domain", DEBUG_DOMAIN }, + { "policy", DEBUG_POLICY }, + { "interface", DEBUG_INTERFACE }, + { "upcall", DEBUG_UPCALL }, + { NULL, 0 } +}; + +static struct val_table_ent *val_table_find_ent(struct val_table_ent *table, + const char *name, size_t len) +{ + struct val_table_ent *entry; + + for (entry = table; entry->str != NULL; entry++) { + if (strncmp(entry->str, name, len) == 0 && + strlen(entry->str) == len) + return entry; + } + return NULL; +} + +int aa_parse_debug_params(const char *str) +{ + struct val_table_ent *ent; + const char *next; + int val = 0; + + do { + size_t n = strcspn(str, "\r\n,"); + + next = str + n; + ent = val_table_find_ent(debug_values_table, str, next - str); + if (ent) + val |= ent->value; + else + AA_DEBUG(DEBUG_INTERFACE, "unknown debug type '%.*s'", + (int)(next - str), str); + str = next + 1; + } while (*next != 0); + return val; +} + +/** + * aa_mask_to_str - convert a perm mask to its short string + * @str: character buffer to store string in (at least 10 characters) + * @str_size: size of the @str buffer + * @chrs: NUL-terminated character buffer of permission characters + * @mask: permission mask to convert + */ +static int val_mask_to_str(char *str, size_t size, + const struct val_table_ent *table, u32 mask) +{ + const struct val_table_ent *ent; + int total = 0; + + for (ent = table; ent->str; ent++) { + if (ent->value && (ent->value & mask) == ent->value) { + int len = scnprintf(str, size, "%s%s", total ? "," : "", + ent->str); + size -= len; + str += len; + total += len; + mask &= ~ent->value; + } + } + + return total; +} + +int aa_print_debug_params(char *buffer) +{ + if (!aa_g_debug) + return sprintf(buffer, "N"); + return val_mask_to_str(buffer, PAGE_SIZE, debug_values_table, + aa_g_debug); +} + /** * aa_free_str_table - free entries str table * @str: the string table to free (MAYBE NULL) @@ -143,10 +235,10 @@ void aa_info_message(const char *str) { if (audit_enabled) { - DEFINE_AUDIT_DATA(sa, LSM_AUDIT_DATA_NONE, AA_CLASS_NONE, NULL); + DEFINE_AUDIT_DATA(ad, LSM_AUDIT_DATA_NONE, AA_CLASS_NONE, NULL); - aad(&sa)->info = str; - aa_audit_msg(AUDIT_APPARMOR_STATUS, &sa, NULL); + ad.info = str; + aa_audit_msg(AUDIT_APPARMOR_STATUS, &ad, NULL); } printk(KERN_INFO "AppArmor: %s\n", str); } @@ -170,7 +262,7 @@ const char aa_file_perm_chrs[] = "xwracd km l "; -const char *aa_file_perm_names[] = { +const char *aa_base_perm_names[] = { "exec", "write", "read", @@ -260,6 +352,10 @@ { char str[33]; + if (!chrs) + chrs = aa_file_perm_chrs; + if (!names) + names = aa_base_perm_names; audit_log_format(ab, "\""); if ((mask & chrsmask) && chrs) { aa_perm_mask_to_str(str, sizeof(str), chrs, mask & chrsmask); @@ -273,6 +369,22 @@ audit_log_format(ab, "\""); } +void aa_audit_perms(struct audit_buffer *ab, struct apparmor_audit_data *ad, + const char *chrs, u32 chrsmask, const char * const *names, + u32 namesmask) +{ + if (ad->request) { + audit_log_format(ab, " requested="); + aa_audit_perm_mask(ab, ad->request, chrs, chrsmask, + names, namesmask); + } + if (ad->denied) { + audit_log_format(ab, " denied="); + aa_audit_perm_mask(ab, ad->denied, chrs, chrsmask, + names, namesmask); + } +} + /** * aa_audit_perms_cb - generic callback fn for auditing perms * @ab: audit buffer (NOT NULL) @@ -281,21 +393,12 @@ static void aa_audit_perms_cb(struct audit_buffer *ab, void *va) { struct common_audit_data *sa = va; + struct apparmor_audit_data *ad = aad(sa); - if (aad(sa)->request) { - audit_log_format(ab, " requested_mask="); - aa_audit_perm_mask(ab, aad(sa)->request, aa_file_perm_chrs, - PERMS_CHRS_MASK, aa_file_perm_names, - PERMS_NAMES_MASK); - } - if (aad(sa)->denied) { - audit_log_format(ab, "denied_mask="); - aa_audit_perm_mask(ab, aad(sa)->denied, aa_file_perm_chrs, - PERMS_CHRS_MASK, aa_file_perm_names, - PERMS_NAMES_MASK); - } + aa_audit_perms(ab, ad, aa_file_perm_chrs, PERMS_CHRS_MASK, + aa_base_perm_names, PERMS_NAMES_MASK); audit_log_format(ab, " peer="); - aa_label_xaudit(ab, labels_ns(aad(sa)->label), aad(sa)->peer, + aa_label_xaudit(ab, labels_ns(ad->subj_label), ad->peer, FLAGS_NONE, GFP_ATOMIC); } @@ -339,8 +442,8 @@ /* TODO: doesn't yet handle extended types */ aa_state_t state; - state = aa_dfa_next(rules->policy.dfa, - rules->policy.start[AA_CLASS_LABEL], + state = aa_dfa_next(rules->policy->dfa, + rules->policy->start[AA_CLASS_LABEL], type); aa_label_match(profile, rules, label, state, false, request, perms); } @@ -349,21 +452,20 @@ /* currently unused */ int aa_profile_label_perm(struct aa_profile *profile, struct aa_profile *target, u32 request, int type, u32 *deny, - struct common_audit_data *sa) + struct apparmor_audit_data *ad) { struct aa_ruleset *rules = list_first_entry(&profile->rules, typeof(*rules), list); struct aa_perms perms; - aad(sa)->label = &profile->label; - aad(sa)->peer = &target->label; - aad(sa)->request = request; + ad->peer = &target->label; + ad->request = request; aa_profile_match_label(profile, rules, &target->label, type, request, &perms); aa_apply_modes_to_perms(profile, &perms); *deny |= request & perms.deny; - return aa_check_perms(profile, &perms, request, sa, aa_audit_perms_cb); + return aa_check_perms(profile, &perms, request, ad, aa_audit_perms_cb); } /** @@ -372,7 +474,7 @@ * @perms: perms computed for the request * @request: requested perms * @deny: Returns: explicit deny set - * @sa: initialized audit structure (MAY BE NULL if not auditing) + * @ad: initialized audit structure (MAY BE NULL if not auditing) * @cb: callback fn for type specific fields (MAY BE NULL) * * Returns: 0 if permission else error code @@ -385,16 +487,16 @@ * with a positive value. */ int aa_check_perms(struct aa_profile *profile, struct aa_perms *perms, - u32 request, struct common_audit_data *sa, + u32 request, struct apparmor_audit_data *ad, void (*cb)(struct audit_buffer *, void *)) { int type, error; - u32 denied = request & (~perms->allow | perms->deny); + u32 denied = denied_perms(perms, request); if (likely(!denied)) { /* mask off perms that are not being force audited */ request &= perms->audit; - if (!request || !sa) + if (!request || !ad) return 0; type = AUDIT_APPARMOR_AUDIT; @@ -413,16 +515,17 @@ error = -ENOENT; denied &= ~perms->quiet; - if (!sa || !denied) + if (!ad || !denied) return error; } - if (sa) { - aad(sa)->label = &profile->label; - aad(sa)->request = request; - aad(sa)->denied = denied; - aad(sa)->error = error; - aa_audit_msg(type, sa, cb); + if (ad) { + // do_notification() + ad->subj_label = &profile->label; + ad->request = request; + ad->denied = denied; + ad->error = error; + aa_audit_msg(type, ad, cb); } if (type == AUDIT_APPARMOR_ALLOWED) --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/lsm.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/lsm.c @@ -15,22 +15,28 @@ #include #include #include +#include #include #include #include +#include +#include #include #include #include #include #include #include +#include +#include "include/af_unix.h" #include "include/apparmor.h" #include "include/apparmorfs.h" #include "include/audit.h" #include "include/capability.h" #include "include/cred.h" #include "include/file.h" +#include "include/inode.h" #include "include/ipc.h" #include "include/net.h" #include "include/path.h" @@ -49,12 +55,28 @@ DECLARE_FLEX_ARRAY(char, buffer); }; +struct aa_local_cache { + unsigned int contention; + unsigned int hold; + unsigned int count; + struct list_head head; +}; + +#define MAX_LOCAL_COUNT 2 #define RESERVE_COUNT 2 static int reserve_count = RESERVE_COUNT; static int buffer_count; static LIST_HEAD(aa_global_buffers); static DEFINE_SPINLOCK(aa_buffers_lock); +static DEFINE_PER_CPU(struct aa_local_cache, aa_local_buffers); + +struct kmem_cache *aa_audit_slab; + +static bool is_mqueue_dentry(struct dentry *dentry) +{ + return dentry && is_mqueue_inode(d_backing_inode(dentry)); +} /* * LSM hook functions @@ -116,15 +138,17 @@ unsigned int mode) { struct aa_label *tracer, *tracee; + const struct cred *cred; int error; + cred = get_task_cred(child); + tracee = cred_label(cred); /* ref count on cred */ tracer = __begin_current_label_crit_section(); - tracee = aa_get_task_label(child); - error = aa_may_ptrace(tracer, tracee, + error = aa_may_ptrace(current_cred(), tracer, cred, tracee, (mode & PTRACE_MODE_READ) ? AA_PTRACE_READ : AA_PTRACE_TRACE); - aa_put_label(tracee); __end_current_label_crit_section(tracer); + put_cred(cred); return error; } @@ -132,12 +156,15 @@ static int apparmor_ptrace_traceme(struct task_struct *parent) { struct aa_label *tracer, *tracee; + const struct cred *cred; int error; tracee = __begin_current_label_crit_section(); - tracer = aa_get_task_label(parent); - error = aa_may_ptrace(tracer, tracee, AA_PTRACE_TRACE); - aa_put_label(tracer); + cred = get_task_cred(parent); + tracer = cred_label(cred); /* ref count on cred */ + error = aa_may_ptrace(cred, tracer, current_cred(), tracee, + AA_PTRACE_TRACE); + put_cred(cred); __end_current_label_crit_section(tracee); return error; @@ -188,7 +215,7 @@ label = aa_get_newest_cred_label(cred); if (!unconfined(label)) - error = aa_capable(label, cap, opts); + error = aa_capable(cred, label, cap, opts); aa_put_label(label); return error; @@ -211,7 +238,8 @@ label = __begin_current_label_crit_section(); if (!unconfined(label)) - error = aa_path_perm(op, label, path, 0, mask, cond); + error = aa_path_perm(op, current_cred(), label, path, 0, mask, + cond); __end_current_label_crit_section(label); return error; @@ -357,7 +385,8 @@ label = begin_current_label_crit_section(); if (!unconfined(label)) - error = aa_path_link(label, old_dentry, new_dir, new_dentry); + error = aa_path_link(current_cred(), label, old_dentry, new_dir, + new_dentry); end_current_label_crit_section(label); return error; @@ -396,23 +425,27 @@ vfsuid = i_uid_into_vfsuid(idmap, d_backing_inode(old_dentry)); cond_exchange.uid = vfsuid_into_kuid(vfsuid); - error = aa_path_perm(OP_RENAME_SRC, label, &new_path, 0, + error = aa_path_perm(OP_RENAME_SRC, current_cred(), + label, &new_path, 0, MAY_READ | AA_MAY_GETATTR | MAY_WRITE | AA_MAY_SETATTR | AA_MAY_DELETE, &cond_exchange); if (!error) - error = aa_path_perm(OP_RENAME_DEST, label, &old_path, + error = aa_path_perm(OP_RENAME_DEST, current_cred(), + label, &old_path, 0, MAY_WRITE | AA_MAY_SETATTR | AA_MAY_CREATE, &cond_exchange); } if (!error) - error = aa_path_perm(OP_RENAME_SRC, label, &old_path, 0, + error = aa_path_perm(OP_RENAME_SRC, current_cred(), + label, &old_path, 0, MAY_READ | AA_MAY_GETATTR | MAY_WRITE | AA_MAY_SETATTR | AA_MAY_DELETE, &cond); if (!error) - error = aa_path_perm(OP_RENAME_DEST, label, &new_path, + error = aa_path_perm(OP_RENAME_DEST, current_cred(), + label, &new_path, 0, MAY_WRITE | AA_MAY_SETATTR | AA_MAY_CREATE, &cond); @@ -432,11 +465,169 @@ return common_perm_cond(OP_CHOWN, path, AA_MAY_CHOWN); } +static int common_mqueue_path_perm(const char *op, u32 request, + const struct path *path) +{ + struct aa_label *label; + int error = 0; + + label = begin_current_label_crit_section(); + if (!unconfined(label)) + error = aa_mqueue_perm(OP_UNLINK, current_cred(), label, path, + request); + + end_current_label_crit_section(label); + + return error; +} + static int apparmor_inode_getattr(const struct path *path) { + if (is_mqueue_dentry(path->dentry)) + /* TODO: fn() for d_parent */ + return common_mqueue_path_perm(OP_UNLINK, AA_MAY_GETATTR, path); + return common_perm_cond(OP_GETATTR, path, AA_MAY_GETATTR); } +/* inode security operations */ + +/* alloced by infrastructure */ +static int apparmor_inode_alloc_security(struct inode *inode) +{ + struct aa_inode_sec *isec = apparmor_inode(inode); + + spin_lock_init(&isec->lock); + isec->inode = inode; + isec->label = NULL; + isec->sclass = 0; + isec->initialized = false; + + return 0; +} + +/* freed by infrastructure */ +static void apparmor_inode_free_security(struct inode *inode) +{ + struct aa_inode_sec *isec = apparmor_inode(inode); + + if (!isec) + return; + + aa_put_label(isec->label); +} + + +/* this is broken, in that we must make it work for ALL xattr fs + * or it will bail early, so this does not work with LSM stacking + */ +static int apparmor_inode_init_security(struct inode *inode, struct inode *dir, + const struct qstr *qstr, + const char **name, + void **value, size_t *len) +{ + struct aa_inode_sec *isec = apparmor_inode(inode); + + if (is_mqueue_inode(dir)) { + /* only initialize based on implied label atm */ + isec->label = aa_get_current_label(); + isec->sclass = AA_CLASS_POSIX_MQUEUE; + isec->initialized = true; + } + + /* we aren't setting xattrs yet so pretend it isn't supported, + * note bug in LSM means other LSMs won't get to init inode either + */ + return -EOPNOTSUPP; +} + +static int inode_init_with_dentry(struct inode *inode, struct dentry *dentry) +{ + struct aa_inode_sec *isec = apparmor_inode(inode); + + if (isec->initialized) + return 0; + spin_lock(&isec->lock); + /* recheck under lock */ + if (isec->initialized) + goto unlock; + + if (is_mqueue_sb(inode->i_sb)) { + /* only initialize based on implied label atm */ + isec->label = aa_get_current_label(); + isec->sclass = AA_CLASS_POSIX_MQUEUE; + isec->initialized = true; + } + +unlock: + spin_unlock(&isec->lock); + + return 0; +} + +static void apparmor_d_instantiate(struct dentry *dentry, struct inode *inode) +{ + if (inode) + inode_init_with_dentry(inode, dentry); +} + +static int apparmor_inode_create(struct inode *dir, struct dentry *dentry, + umode_t mode) +{ + struct aa_label *label; + int error = 0; + + label = begin_current_label_crit_section(); + if (!unconfined(label)) { + struct path path = { + .dentry = dentry, + .mnt = current->nsproxy->ipc_ns->mq_mnt, + }; + if (is_mqueue_inode(dir)) + error = aa_mqueue_perm(OP_CREATE, current_cred(), + label, &path, AA_MAY_CREATE); + } + end_current_label_crit_section(label); + + return error; +} + +static int common_mqueue_perm(const char *op, u32 request, struct inode *dir, struct dentry *dentry) +{ + /* can't directly determine ipc ns, but know for mqueues dir is mnt_root */ + bool isdir = d_inode(current->nsproxy->ipc_ns->mq_mnt->mnt_root) == dir; + struct path path = { + .dentry = dentry, + .mnt = isdir ? current->nsproxy->ipc_ns->mq_mnt : NULL, + }; + + if (dir != d_inode(current->nsproxy->ipc_ns->mq_mnt->mnt_root)) + pr_warn("apparmor: unlink dir != mnt_root - disconnected"); + + return common_mqueue_path_perm(op, request, &path); +} + +static int apparmor_inode_unlink(struct inode *dir, struct dentry *dentry) +{ + int error = 0; + + if (is_mqueue_dentry(dentry)) + error = common_mqueue_perm(OP_UNLINK, AA_MAY_DELETE, dir, dentry); + + return error; +} + +static int apparmor_inode_setattr(struct dentry *dentry, struct iattr *iattr) +{ + /* TODO: extend to support iattr as a parameter */ + if (is_mqueue_dentry(dentry)) + /* TODO: fn() for d_parent */ + return common_mqueue_perm(OP_UNLINK, AA_MAY_SETATTR, + d_backing_inode(dentry->d_parent), dentry); + + return 0; +} + static int apparmor_file_open(struct file *file) { struct aa_file_ctx *fctx = file_ctx(file); @@ -467,10 +658,17 @@ vfsuid = i_uid_into_vfsuid(idmap, inode); cond.uid = vfsuid_into_kuid(vfsuid); - error = aa_path_perm(OP_OPEN, label, &file->f_path, 0, - aa_map_file_to_perms(file), &cond); + if (is_mqueue_inode(file_inode(file))) + error = aa_mqueue_perm(OP_OPEN, file->f_cred, + label, &file->f_path, + aa_map_file_to_perms(file)); + else + error = aa_path_perm(OP_OPEN, file->f_cred, + label, &file->f_path, 0, + aa_map_file_to_perms(file), &cond); /* todo cache full allowed permissions set and state */ - fctx->allow = aa_map_file_to_perms(file); + if (!error) + fctx->allow = aa_map_file_to_perms(file); } aa_put_label(label); @@ -482,6 +680,7 @@ struct aa_file_ctx *ctx = file_ctx(file); struct aa_label *label = begin_current_label_crit_section(); + /* no inode available here */ spin_lock_init(&ctx->lock); rcu_assign_pointer(ctx->label, aa_get_label(label)); end_current_label_crit_section(label); @@ -507,7 +706,7 @@ return -EACCES; label = __begin_current_label_crit_section(); - error = aa_file_perm(op, label, file, mask, in_atomic); + error = aa_file_perm(op, current_cred(), label, file, mask, in_atomic); __end_current_label_crit_section(label); return error; @@ -570,6 +769,141 @@ false); } +#ifdef CONFIG_IO_URING +static const char *audit_uring_mask(u32 mask) +{ + if (mask & AA_MAY_CREATE_SQPOLL) + return "sqpoll"; + if (mask & AA_MAY_OVERRIDE_CRED) + return "override_creds"; + return ""; +} + +static void audit_uring_cb(struct audit_buffer *ab, void *va) +{ + struct common_audit_data *sa = va; + struct apparmor_audit_data *ad = aad(sa); + + if (ad->request & AA_URING_PERM_MASK) { + audit_log_format(ab, " requested=\"%s\"", + audit_uring_mask(ad->request)); + if (ad->denied & AA_URING_PERM_MASK) { + audit_log_format(ab, " denied=\"%s\"", + audit_uring_mask(ad->denied)); + } + } + if (ad->uring.target) { + audit_log_format(ab, " tcontext="); + aa_label_xaudit(ab, labels_ns(ad->subj_label), + ad->uring.target, + FLAGS_NONE, GFP_ATOMIC); + } +} + +static int profile_uring(struct aa_profile *profile, u32 request, + struct aa_label *new, int cap, + struct apparmor_audit_data *ad) +{ + unsigned int state; + struct aa_ruleset *rules; + + AA_BUG(!profile); + + rules = list_first_entry(&profile->rules, typeof(*rules), list); + + /* TODO: rework unconfined profile/dfa to mediate user ns, then + * we can drop the unconfined test + */ + state = RULE_MEDIATES(rules, AA_CLASS_IO_URING); + if (!state) { + /* TODO: this gets replaced when the default unconfined + * profile dfa gets updated to handle this + */ + if (profile_unconfined(profile) && + profile == profiles_ns(profile)->unconfined) { + if (!aa_unprivileged_uring_restricted || + ns_capable_noaudit(current_user_ns(), cap)) + /* unconfined early bail out */ + return 0; + /* unconfined unprivileged user */ + /* don't just return: allow complain mode to override */ + } else { + /* Fallback to capability check if profile doesn't + * support io_uring rules. Note: special unconfined + * profiles as well. + */ + return aa_capable(current_cred(), &profile->label, + cap, CAP_OPT_NONE); + } + /* continue to mediation - !state means non-accepting + * but can be overidden by complain + */ + } + /* block so perms is not initialized unless mediating */ + do { + struct aa_perms perms = { }; + + if (new) { + aa_label_match(profile, rules, new, state, + false, request, &perms); + } else { + perms = *aa_lookup_perms(rules->policy, state); + } + aa_apply_modes_to_perms(profile, &perms); + return aa_check_perms(profile, &perms, request, ad, + audit_uring_cb); + } while (0); +} + +/** + * apparmor_uring_override_creds - check the requested cred override + * @new: the target creds + * + * Check to see if the current task is allowed to override it's credentials + * to service an io_uring operation. + */ +int apparmor_uring_override_creds(const struct cred *new) +{ + struct aa_profile *profile; + struct aa_label *label; + int error; + DEFINE_AUDIT_DATA(ad, LSM_AUDIT_DATA_NONE, AA_CLASS_IO_URING, + OP_URING_OVERRIDE); + + ad.uring.target = cred_label(new); + label = __begin_current_label_crit_section(); + error = fn_for_each(label, profile, + profile_uring(profile, AA_MAY_OVERRIDE_CRED, + cred_label(new), CAP_SYS_ADMIN, &ad)); + __end_current_label_crit_section(label); + + return error; +} + +/** + * apparmor_uring_sqpoll - check if a io_uring polling thread can be created + * + * Check to see if the current task is allowed to create a new io_uring + * kernel polling thread. + */ +int apparmor_uring_sqpoll(void) +{ + struct aa_profile *profile; + struct aa_label *label; + int error; + DEFINE_AUDIT_DATA(ad, LSM_AUDIT_DATA_NONE, AA_CLASS_IO_URING, + OP_URING_SQPOLL); + + label = __begin_current_label_crit_section(); + error = fn_for_each(label, profile, + profile_uring(profile, AA_MAY_CREATE_SQPOLL, + NULL, CAP_SYS_ADMIN, &ad)); + __end_current_label_crit_section(label); + + return error; +} +#endif /* CONFIG_IO_URING */ + static int apparmor_sb_mount(const char *dev_name, const struct path *path, const char *type, unsigned long flags, void *data) { @@ -585,23 +919,42 @@ label = __begin_current_label_crit_section(); if (!unconfined(label)) { if (flags & MS_REMOUNT) - error = aa_remount(label, path, flags, data); + error = aa_remount(current_cred(), label, path, flags, + data); else if (flags & MS_BIND) - error = aa_bind_mount(label, path, dev_name, flags); + error = aa_bind_mount(current_cred(), label, path, + dev_name, flags); else if (flags & (MS_SHARED | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) - error = aa_mount_change_type(label, path, flags); + error = aa_mount_change_type(current_cred(), label, + path, flags); else if (flags & MS_MOVE) - error = aa_move_mount(label, path, dev_name); + error = aa_move_mount_old(current_cred(), label, path, + dev_name); else - error = aa_new_mount(label, dev_name, path, type, - flags, data); + error = aa_new_mount(current_cred(), label, dev_name, + path, type, flags, data); } __end_current_label_crit_section(label); return error; } +static int apparmor_move_mount(const struct path *from_path, + const struct path *to_path) +{ + struct aa_label *label; + int error = 0; + + label = __begin_current_label_crit_section(); + if (!unconfined(label)) + error = aa_move_mount(current_cred(), label, from_path, + to_path); + __end_current_label_crit_section(label); + + return error; +} + static int apparmor_sb_umount(struct vfsmount *mnt, int flags) { struct aa_label *label; @@ -609,7 +962,7 @@ label = __begin_current_label_crit_section(); if (!unconfined(label)) - error = aa_umount(label, mnt, flags); + error = aa_umount(current_cred(), label, mnt, flags); __end_current_label_crit_section(label); return error; @@ -623,7 +976,7 @@ label = aa_get_current_label(); if (!unconfined(label)) - error = aa_pivotroot(label, old_path, new_path); + error = aa_pivotroot(current_cred(), label, old_path, new_path); aa_put_label(label); return error; @@ -656,13 +1009,55 @@ return error; } + +static int profile_interface_lsm(struct aa_profile *profile, + struct apparmor_audit_data *ad) +{ + struct aa_ruleset *rules = list_first_entry(&profile->rules, + typeof(*rules), list); + struct aa_perms perms = { }; + unsigned int state; + + state = RULE_MEDIATES(rules, AA_CLASS_DISPLAY_LSM); + if (state) { + perms = *aa_lookup_perms(rules->policy, state); + aa_apply_modes_to_perms(profile, &perms); + + return aa_check_perms(profile, &perms, AA_MAY_WRITE, ad, NULL); + } + + return 0; +} + +static int apparmor_task_prctl(int option, unsigned long arg2, + unsigned long arg3, unsigned long arg4, + unsigned long arg5) +{ + struct aa_profile *profile; + struct aa_label *label; + int error; + DEFINE_AUDIT_DATA(ad, LSM_AUDIT_DATA_NONE, AA_CLASS_NONE, + OP_SETPROCATTR); + + if (option != PR_LSM_ATTR_SET) + return -ENOSYS; + + /* LSM infrastructure does actual setting of interface_lsm if allowed */ + ad.info = "set interface lsm"; + label = begin_current_label_crit_section(); + error = fn_for_each_confined(label, profile, + profile_interface_lsm(profile, &ad)); + end_current_label_crit_section(label); + return error; +} + static int apparmor_setprocattr(const char *name, void *value, size_t size) { char *command, *largs = NULL, *args = value; size_t arg_size; int error; - DEFINE_AUDIT_DATA(sa, LSM_AUDIT_DATA_NONE, AA_CLASS_NONE, + DEFINE_AUDIT_DATA(ad, LSM_AUDIT_DATA_NONE, AA_CLASS_NONE, OP_SETPROCATTR); if (size == 0) @@ -722,11 +1117,11 @@ return error; fail: - aad(&sa)->label = begin_current_label_crit_section(); - aad(&sa)->info = name; - aad(&sa)->error = error = -EINVAL; - aa_audit_msg(AUDIT_APPARMOR_DENIED, &sa, NULL); - end_current_label_crit_section(aad(&sa)->label); + ad.subj_label = begin_current_label_crit_section(); + ad.info = name; + ad.error = error = -EINVAL; + aa_audit_msg(AUDIT_APPARMOR_DENIED, &ad, NULL); + end_current_label_crit_section(ad.subj_label); goto out; } @@ -785,7 +1180,8 @@ int error = 0; if (!unconfined(label)) - error = aa_task_setrlimit(label, task, resource, new_rlim); + error = aa_task_setrlimit(current_cred(), label, task, + resource, new_rlim); __end_current_label_crit_section(label); return error; @@ -794,44 +1190,51 @@ static int apparmor_task_kill(struct task_struct *target, struct kernel_siginfo *info, int sig, const struct cred *cred) { + const struct cred *tc; struct aa_label *cl, *tl; int error; + tc = get_task_cred(target); + tl = aa_get_newest_cred_label(tc); if (cred) { /* * Dealing with USB IO specific behavior */ cl = aa_get_newest_cred_label(cred); - tl = aa_get_task_label(target); - error = aa_may_signal(cl, tl, sig); + error = aa_may_signal(cred, cl, tc, tl, sig); aa_put_label(cl); - aa_put_label(tl); return error; + } else { + cl = __begin_current_label_crit_section(); + error = aa_may_signal(current_cred(), cl, tc, tl, sig); + __end_current_label_crit_section(cl); } - - cl = __begin_current_label_crit_section(); - tl = aa_get_task_label(target); - error = aa_may_signal(cl, tl, sig); aa_put_label(tl); - __end_current_label_crit_section(cl); + put_cred(tc); return error; } -/** - * apparmor_sk_alloc_security - allocate and attach the sk_security field - */ -static int apparmor_sk_alloc_security(struct sock *sk, int family, gfp_t flags) +static int apparmor_userns_create(const struct cred *cred) { - struct aa_sk_ctx *ctx; - - ctx = kzalloc(sizeof(*ctx), flags); - if (!ctx) - return -ENOMEM; + struct aa_label *label; + struct aa_profile *profile; + int error = 0; - SK_CTX(sk) = ctx; + label = begin_current_label_crit_section(); + /* remove unprivileged_userns_restricted check when unconfined is updated */ + if (unprivileged_userns_restricted || + LABEL_MEDIATES(label, AA_CLASS_NS)) { + DEFINE_AUDIT_DATA(ad, LSM_AUDIT_DATA_TASK, AA_CLASS_NS, + OP_USERNS_CREATE); + ad.subj_cred = current_cred(); + + error = fn_for_each(label, profile, + aa_profile_ns_perm(profile, &ad, AA_USERNS_CREATE)); + end_current_label_crit_section(label); + } - return 0; + return error; } /** @@ -839,12 +1242,11 @@ */ static void apparmor_sk_free_security(struct sock *sk) { - struct aa_sk_ctx *ctx = SK_CTX(sk); + struct aa_sk_ctx *ctx = aa_sock(sk); - SK_CTX(sk) = NULL; aa_put_label(ctx->label); aa_put_label(ctx->peer); - kfree(ctx); + path_put(&ctx->path); } /** @@ -853,8 +1255,8 @@ static void apparmor_sk_clone_security(const struct sock *sk, struct sock *newsk) { - struct aa_sk_ctx *ctx = SK_CTX(sk); - struct aa_sk_ctx *new = SK_CTX(newsk); + struct aa_sk_ctx *ctx = aa_sock(sk); + struct aa_sk_ctx *new = aa_sock(newsk); if (new->label) aa_put_label(new->label); @@ -863,6 +1265,102 @@ if (new->peer) aa_put_label(new->peer); new->peer = aa_get_label(ctx->peer); + new->path = ctx->path; + path_get(&new->path); +} + +static struct path *UNIX_FS_CONN_PATH(struct sock *sk, struct sock *newsk) +{ + if (sk->sk_family == PF_UNIX && UNIX_FS(sk)) + return &unix_sk(sk)->path; + else if (newsk->sk_family == PF_UNIX && UNIX_FS(newsk)) + return &unix_sk(newsk)->path; + return NULL; +} + +/** + * apparmor_unix_stream_connect - check perms before making unix domain conn + * + * peer is locked when this hook is called + */ +static int apparmor_unix_stream_connect(struct sock *sk, struct sock *peer_sk, + struct sock *newsk) +{ + struct aa_sk_ctx *sk_ctx = aa_sock(sk); + struct aa_sk_ctx *peer_ctx = aa_sock(peer_sk); + struct aa_sk_ctx *new_ctx = aa_sock(newsk); + struct aa_label *label; + struct path *path; + int error; + + label = __begin_current_label_crit_section(); + error = aa_unix_peer_perm(current_cred(), label, OP_CONNECT, + (AA_MAY_CONNECT | AA_MAY_SEND | AA_MAY_RECEIVE), + sk, peer_sk, NULL); + if (!UNIX_FS(peer_sk)) { + last_error(error, + aa_unix_peer_perm(current_cred(), + peer_ctx->label, OP_CONNECT, + (AA_MAY_ACCEPT | AA_MAY_SEND | AA_MAY_RECEIVE), + peer_sk, sk, label)); + } + __end_current_label_crit_section(label); + + if (error) + return error; + + /* label newsk if it wasn't labeled in post_create. Normally this + * would be done in sock_graft, but because we are directly looking + * at the peer_sk to obtain peer_labeling for unix socks this + * does not work + */ + if (!new_ctx->label) + new_ctx->label = aa_get_label(peer_ctx->label); + + /* Cross reference the peer labels for SO_PEERSEC */ + if (new_ctx->peer) + aa_put_label(new_ctx->peer); + + if (sk_ctx->peer) + aa_put_label(sk_ctx->peer); + + new_ctx->peer = aa_get_label(sk_ctx->label); + sk_ctx->peer = aa_get_label(peer_ctx->label); + + path = UNIX_FS_CONN_PATH(sk, peer_sk); + if (path) { + new_ctx->path = *path; + sk_ctx->path = *path; + path_get(path); + path_get(path); + } + return 0; +} + +/** + * apparmor_unix_may_send - check perms before conn or sending unix dgrams + * + * other is locked when this hook is called + * + * dgram connect calls may_send, peer setup but path not copied????? + */ +static int apparmor_unix_may_send(struct socket *sock, struct socket *peer) +{ + struct aa_sk_ctx *peer_ctx = aa_sock(peer->sk); + struct aa_label *label; + int error; + + label = __begin_current_label_crit_section(); + error = xcheck(aa_unix_peer_perm(current_cred(), + label, OP_SENDMSG, AA_MAY_SEND, + sock->sk, peer->sk, NULL), + aa_unix_peer_perm(peer->file ? peer->file->f_cred : NULL, + peer_ctx->label, OP_SENDMSG, + AA_MAY_RECEIVE, + peer->sk, sock->sk, label)); + __end_current_label_crit_section(label); + + return error; } /** @@ -879,7 +1377,8 @@ if (!(kern || unconfined(label))) error = af_select(family, create_perm(label, family, type, protocol), - aa_af_perm(label, OP_CREATE, AA_MAY_CREATE, + aa_af_perm(current_cred(), label, + OP_CREATE, AA_MAY_CREATE, family, type, protocol)); end_current_label_crit_section(label); @@ -907,7 +1406,7 @@ label = aa_get_current_label(); if (sock->sk) { - struct aa_sk_ctx *ctx = SK_CTX(sock->sk); + struct aa_sk_ctx *ctx = aa_sock(sock->sk); aa_put_label(ctx->label); ctx->label = aa_get_label(label); @@ -1092,7 +1591,7 @@ */ static int apparmor_socket_sock_rcv_skb(struct sock *sk, struct sk_buff *skb) { - struct aa_sk_ctx *ctx = SK_CTX(sk); + struct aa_sk_ctx *ctx = aa_sock(sk); if (!skb->secmark) return 0; @@ -1103,14 +1602,30 @@ #endif -static struct aa_label *sk_peer_label(struct sock *sk) +static struct aa_label *sk_peer_get_label(struct sock *sk) { - struct aa_sk_ctx *ctx = SK_CTX(sk); + struct sock *peer_sk; + struct aa_sk_ctx *ctx = aa_sock(sk); + struct aa_label *label = ERR_PTR(-ENOPROTOOPT); if (ctx->peer) - return ctx->peer; + return aa_get_label(ctx->peer); - return ERR_PTR(-ENOPROTOOPT); + if (sk->sk_family != PF_UNIX) + return ERR_PTR(-ENOPROTOOPT); + + /* check for sockpair peering which does not go through + * security_unix_stream_connect + */ + peer_sk = unix_peer_get(sk); + if (peer_sk) { + ctx = aa_sock(peer_sk); + if (ctx->label) + label = aa_get_label(ctx->label); + sock_put(peer_sk); + } + + return label; } /** @@ -1128,7 +1643,7 @@ struct aa_label *peer; label = begin_current_label_crit_section(); - peer = sk_peer_label(sock->sk); + peer = sk_peer_get_label(sock->sk); if (IS_ERR(peer)) { error = PTR_ERR(peer); goto done; @@ -1139,7 +1654,7 @@ /* don't include terminating \0 in slen, it breaks some apps */ if (slen < 0) { error = -ENOMEM; - goto done; + goto done_put; } if (slen > len) { error = -ERANGE; @@ -1151,6 +1666,9 @@ done_len: if (copy_to_sockptr(optlen, &slen, sizeof(slen))) error = -EFAULT; + +done_put: + aa_put_label(peer); done: end_current_label_crit_section(label); kfree(name); @@ -1158,22 +1676,6 @@ } /** - * apparmor_socket_getpeersec_dgram - get security label of packet - * @sock: the peer socket - * @skb: packet data - * @secid: pointer to where to put the secid of the packet - * - * Sets the netlabel socket state on sk from parent - */ -static int apparmor_socket_getpeersec_dgram(struct socket *sock, - struct sk_buff *skb, u32 *secid) - -{ - /* TODO: requires secid support */ - return -ENOPROTOOPT; -} - -/** * apparmor_sock_graft - Initialize newly created socket * @sk: child sock * @parent: parent socket @@ -1186,7 +1688,7 @@ */ static void apparmor_sock_graft(struct sock *sk, struct socket *parent) { - struct aa_sk_ctx *ctx = SK_CTX(sk); + struct aa_sk_ctx *ctx = aa_sock(sk); if (!ctx->label) ctx->label = aa_get_current_label(); @@ -1196,7 +1698,7 @@ static int apparmor_inet_conn_request(const struct sock *sk, struct sk_buff *skb, struct request_sock *req) { - struct aa_sk_ctx *ctx = SK_CTX(sk); + struct aa_sk_ctx *ctx = aa_sock(sk); if (!skb->secmark) return 0; @@ -1212,15 +1714,29 @@ struct lsm_blob_sizes apparmor_blob_sizes __ro_after_init = { .lbs_cred = sizeof(struct aa_label *), .lbs_file = sizeof(struct aa_file_ctx), + .lbs_inode = sizeof(struct aa_inode_sec), .lbs_task = sizeof(struct aa_task_ctx), + .lbs_ipc = sizeof(struct aa_ipc_sec), + .lbs_msg_msg = sizeof(struct aa_msg_sec), + .lbs_superblock = sizeof(struct aa_superblock_sec), + .lbs_sock = sizeof(struct aa_sk_ctx), +}; + +static struct lsm_id apparmor_lsmid __ro_after_init = { + .lsm = "apparmor", + .id = LSM_ID_APPARMOR, + .features = LSM_ATTR_CURRENT | LSM_ATTR_PREV | LSM_ATTR_EXEC, + .slot = LSMBLOB_NEEDED, }; static struct security_hook_list apparmor_hooks[] __ro_after_init = { LSM_HOOK_INIT(ptrace_access_check, apparmor_ptrace_access_check), LSM_HOOK_INIT(ptrace_traceme, apparmor_ptrace_traceme), + LSM_HOOK_INIT(task_prctl, apparmor_task_prctl), LSM_HOOK_INIT(capget, apparmor_capget), LSM_HOOK_INIT(capable, apparmor_capable), + LSM_HOOK_INIT(move_mount, apparmor_move_mount), LSM_HOOK_INIT(sb_mount, apparmor_sb_mount), LSM_HOOK_INIT(sb_umount, apparmor_sb_umount), LSM_HOOK_INIT(sb_pivotroot, apparmor_sb_pivotroot), @@ -1237,6 +1753,16 @@ LSM_HOOK_INIT(path_truncate, apparmor_path_truncate), LSM_HOOK_INIT(inode_getattr, apparmor_inode_getattr), + LSM_HOOK_INIT(inode_alloc_security, apparmor_inode_alloc_security), + LSM_HOOK_INIT(inode_free_security, apparmor_inode_free_security), + LSM_HOOK_INIT(inode_init_security, apparmor_inode_init_security), + LSM_HOOK_INIT(d_instantiate, apparmor_d_instantiate), + + LSM_HOOK_INIT(inode_create, apparmor_inode_create), + LSM_HOOK_INIT(inode_unlink, apparmor_inode_unlink), + LSM_HOOK_INIT(inode_setattr, apparmor_inode_setattr), + LSM_HOOK_INIT(inode_getattr, apparmor_inode_getattr), + LSM_HOOK_INIT(file_open, apparmor_file_open), LSM_HOOK_INIT(file_receive, apparmor_file_receive), LSM_HOOK_INIT(file_permission, apparmor_file_permission), @@ -1250,10 +1776,12 @@ LSM_HOOK_INIT(getprocattr, apparmor_getprocattr), LSM_HOOK_INIT(setprocattr, apparmor_setprocattr), - LSM_HOOK_INIT(sk_alloc_security, apparmor_sk_alloc_security), LSM_HOOK_INIT(sk_free_security, apparmor_sk_free_security), LSM_HOOK_INIT(sk_clone_security, apparmor_sk_clone_security), + LSM_HOOK_INIT(unix_stream_connect, apparmor_unix_stream_connect), + LSM_HOOK_INIT(unix_may_send, apparmor_unix_may_send), + LSM_HOOK_INIT(socket_create, apparmor_socket_create), LSM_HOOK_INIT(socket_post_create, apparmor_socket_post_create), LSM_HOOK_INIT(socket_bind, apparmor_socket_bind), @@ -1272,8 +1800,6 @@ #endif LSM_HOOK_INIT(socket_getpeersec_stream, apparmor_socket_getpeersec_stream), - LSM_HOOK_INIT(socket_getpeersec_dgram, - apparmor_socket_getpeersec_dgram), LSM_HOOK_INIT(sock_graft, apparmor_sock_graft), #ifdef CONFIG_NETWORK_SECMARK LSM_HOOK_INIT(inet_conn_request, apparmor_inet_conn_request), @@ -1294,6 +1820,7 @@ LSM_HOOK_INIT(task_getsecid_obj, apparmor_task_getsecid_obj), LSM_HOOK_INIT(task_setrlimit, apparmor_task_setrlimit), LSM_HOOK_INIT(task_kill, apparmor_task_kill), + LSM_HOOK_INIT(userns_create, apparmor_userns_create), #ifdef CONFIG_AUDIT LSM_HOOK_INIT(audit_rule_init, aa_audit_rule_init), @@ -1305,6 +1832,11 @@ LSM_HOOK_INIT(secid_to_secctx, apparmor_secid_to_secctx), LSM_HOOK_INIT(secctx_to_secid, apparmor_secctx_to_secid), LSM_HOOK_INIT(release_secctx, apparmor_release_secctx), + +#ifdef CONFIG_IO_URING + LSM_HOOK_INIT(uring_override_creds, apparmor_uring_override_creds), + LSM_HOOK_INIT(uring_sqpoll, apparmor_uring_sqpoll), +#endif }; /* @@ -1347,6 +1879,9 @@ .get = param_get_aalockpolicy }; +static int param_set_debug(const char *val, const struct kernel_param *kp); +static int param_get_debug(char *buffer, const struct kernel_param *kp); + static int param_set_audit(const char *val, const struct kernel_param *kp); static int param_get_audit(char *buffer, const struct kernel_param *kp); @@ -1380,8 +1915,9 @@ aacompressionlevel, 0400); /* Debug mode */ -bool aa_g_debug = IS_ENABLED(CONFIG_SECURITY_APPARMOR_DEBUG_MESSAGES); -module_param_named(debug, aa_g_debug, aabool, S_IRUSR | S_IWUSR); +int aa_g_debug; +module_param_call(debug, param_set_debug, param_get_debug, + &aa_g_debug, S_IRUSR | S_IWUSR); /* Audit mode */ enum audit_mode aa_g_audit; @@ -1574,6 +2110,34 @@ return param_get_int(buffer, kp); } +static int param_get_debug(char *buffer, const struct kernel_param *kp) +{ + if (!apparmor_enabled) + return -EINVAL; + if (apparmor_initialized && !aa_current_policy_view_capable(NULL)) + return -EPERM; + return aa_print_debug_params(buffer); +} + +static int param_set_debug(const char *val, const struct kernel_param *kp) +{ + int i; + + if (!apparmor_enabled) + return -EINVAL; + if (!val) + return -EINVAL; + if (apparmor_initialized && !aa_current_policy_admin_capable(NULL)) + return -EPERM; + + i = aa_parse_debug_params(val); + if (i == DEBUG_PARSE_ERROR) + return -EINVAL; + + aa_g_debug = i; + return 0; +} + static int param_get_audit(char *buffer, const struct kernel_param *kp) { if (!apparmor_enabled) @@ -1632,14 +2196,45 @@ return 0; } +static void update_contention(struct aa_local_cache *cache) +{ + cache->contention += 3; + if (cache->contention > 9) + cache->contention = 9; + cache->hold += 1 << cache->contention; /* 8, 64, 512 */ +} + char *aa_get_buffer(bool in_atomic) { union aa_buffer *aa_buf; + struct aa_local_cache *cache; bool try_again = true; gfp_t flags = (GFP_KERNEL | __GFP_RETRY_MAYFAIL | __GFP_NOWARN); + /* use per cpu cached buffers first */ + cache = get_cpu_ptr(&aa_local_buffers); + if (!list_empty(&cache->head)) { + aa_buf = list_first_entry(&cache->head, union aa_buffer, list); + list_del(&aa_buf->list); + cache->hold--; + cache->count--; + put_cpu_ptr(&aa_local_buffers); + return &aa_buf->buffer[0]; + } + put_cpu_ptr(&aa_local_buffers); + + if (!spin_trylock(&aa_buffers_lock)) { + cache = get_cpu_ptr(&aa_local_buffers); + update_contention(cache); + put_cpu_ptr(&aa_local_buffers); + spin_lock(&aa_buffers_lock); + } else { + cache = get_cpu_ptr(&aa_local_buffers); + if (cache->contention) + cache->contention--; + put_cpu_ptr(&aa_local_buffers); + } retry: - spin_lock(&aa_buffers_lock); if (buffer_count > reserve_count || (in_atomic && !list_empty(&aa_global_buffers))) { aa_buf = list_first_entry(&aa_global_buffers, union aa_buffer, @@ -1665,6 +2260,7 @@ if (!aa_buf) { if (try_again) { try_again = false; + spin_lock(&aa_buffers_lock); goto retry; } pr_warn_once("AppArmor: Failed to allocate a memory buffer.\n"); @@ -1676,15 +2272,42 @@ void aa_put_buffer(char *buf) { union aa_buffer *aa_buf; + struct aa_local_cache *cache; if (!buf) return; aa_buf = container_of(buf, union aa_buffer, buffer[0]); - spin_lock(&aa_buffers_lock); - list_add(&aa_buf->list, &aa_global_buffers); - buffer_count++; - spin_unlock(&aa_buffers_lock); + cache = get_cpu_ptr(&aa_local_buffers); + if (!cache->hold) { + bool must_lock = cache->count >= MAX_LOCAL_COUNT; + + put_cpu_ptr(&aa_local_buffers); + + if (must_lock) { + spin_lock(&aa_buffers_lock); + goto locked; + } else if (spin_trylock(&aa_buffers_lock)) { + locked: + /* put back on global list */ + list_add(&aa_buf->list, &aa_global_buffers); + buffer_count++; + spin_unlock(&aa_buffers_lock); + cache = get_cpu_ptr(&aa_local_buffers); + if (cache->contention) + cache->contention--; + put_cpu_ptr(&aa_local_buffers); + return; + } + /* contention on global list, fallback to percpu */ + cache = get_cpu_ptr(&aa_local_buffers); + update_contention(cache); + } + + /* cache in percpu list */ + list_add(&aa_buf->list, &cache->head); + cache->count++; + put_cpu_ptr(&aa_local_buffers); } /* @@ -1727,6 +2350,16 @@ int i, num; /* + * per cpu set of cached allocated buffers used to help reduce + * lock contention + */ + for_each_possible_cpu(i) { + per_cpu(aa_local_buffers, i).contention = 0; + per_cpu(aa_local_buffers, i).hold = 0; + per_cpu(aa_local_buffers, i).count = 0; + INIT_LIST_HEAD(&per_cpu(aa_local_buffers, i).head); + } + /* * A function may require two buffers at once. Usually the buffers are * used for a short period of time and are shared. On UP kernel buffers * two should be enough, with more CPUs it is possible that more @@ -1764,7 +2397,19 @@ return proc_dointvec(table, write, buffer, lenp, ppos); } +static int userns_restrict_dointvec(struct ctl_table *table, int write, + void *buffer, size_t *lenp, loff_t *ppos) +{ + if (!apparmor_enabled) + return -EINVAL; + if (write && !aa_current_policy_admin_capable(NULL)) + return -EPERM; + + return proc_dointvec(table, write, buffer, lenp, ppos); +} + static struct ctl_table apparmor_sysctl_table[] = { +#ifdef CONFIG_USER_NS { .procname = "unprivileged_userns_apparmor_policy", .data = &unprivileged_userns_apparmor_policy, @@ -1772,6 +2417,7 @@ .mode = 0600, .proc_handler = apparmor_dointvec, }, +#endif /* CONFIG_USER_NS */ { .procname = "apparmor_display_secid_mode", .data = &apparmor_display_secid_mode, @@ -1779,7 +2425,43 @@ .mode = 0600, .proc_handler = apparmor_dointvec, }, - +#ifdef CONFIG_USER_NS + { + .procname = "apparmor_restrict_unprivileged_userns", + .data = &unprivileged_userns_restricted, + .maxlen = sizeof(int), + .mode = 0644, + .proc_handler = userns_restrict_dointvec, + }, + { + .procname = "apparmor_restrict_unprivileged_userns_force", + .data = &unprivileged_userns_restricted_force, + .maxlen = sizeof(int), + .mode = 0600, + .proc_handler = apparmor_dointvec, + }, + { + .procname = "apparmor_restrict_unprivileged_userns_complain", + .data = &unprivileged_userns_restricted_complain, + .maxlen = sizeof(int), + .mode = 0600, + .proc_handler = apparmor_dointvec, + }, +#endif /* CONFIG_USER_NS */ + { + .procname = "apparmor_restrict_unprivileged_unconfined", + .data = &aa_unprivileged_unconfined_restricted, + .maxlen = sizeof(int), + .mode = 0644, + .proc_handler = userns_restrict_dointvec, + }, + { + .procname = "apparmor_restrict_unprivileged_io_uring", + .data = &aa_unprivileged_uring_restricted, + .maxlen = sizeof(int), + .mode = 0600, + .proc_handler = apparmor_dointvec, + }, { } }; @@ -1809,7 +2491,7 @@ if (sk == NULL) return NF_ACCEPT; - ctx = SK_CTX(sk); + ctx = aa_sock(sk); if (!apparmor_secmark_check(ctx->label, OP_SENDMSG, AA_MAY_SEND, skb->secmark, sk)) return NF_ACCEPT; @@ -1868,9 +2550,81 @@ __initcall(apparmor_nf_ip_init); #endif +static char nulldfa_src[] = { + #include "nulldfa.in" +}; +struct aa_dfa *nulldfa; + +static char stacksplitdfa_src[] = { + #include "stacksplitdfa.in" +}; +struct aa_dfa *stacksplitdfa; +struct aa_policydb *nullpdb; + +static int __init aa_setup_dfa_engine(void) +{ + int error = -ENOMEM; + + nullpdb = aa_alloc_pdb(GFP_KERNEL); + if (!nullpdb) + return -ENOMEM; + + nulldfa = aa_dfa_unpack(nulldfa_src, sizeof(nulldfa_src), + TO_ACCEPT1_FLAG(YYTD_DATA32) | + TO_ACCEPT2_FLAG(YYTD_DATA32)); + if (IS_ERR(nulldfa)) { + error = PTR_ERR(nulldfa); + goto fail; + } + nullpdb->dfa = aa_get_dfa(nulldfa); + nullpdb->perms = kcalloc(2, sizeof(struct aa_perms), GFP_KERNEL); + if (!nullpdb->perms) + goto fail; + nullpdb->size = 2; + + stacksplitdfa = aa_dfa_unpack(stacksplitdfa_src, + sizeof(stacksplitdfa_src), + TO_ACCEPT1_FLAG(YYTD_DATA32) | + TO_ACCEPT2_FLAG(YYTD_DATA32)); + if (IS_ERR(stacksplitdfa)) { + error = PTR_ERR(stacksplitdfa); + goto fail; + } + + return 0; + +fail: + aa_put_pdb(nullpdb); + aa_put_dfa(nulldfa); + nullpdb = NULL; + nulldfa = NULL; + stacksplitdfa = NULL; + + return error; +} + +static void __init aa_teardown_dfa_engine(void) +{ + aa_put_dfa(stacksplitdfa); + aa_put_dfa(nulldfa); + aa_put_pdb(nullpdb); + nullpdb = NULL; + stacksplitdfa = NULL; + nulldfa = NULL; +} + static int __init apparmor_init(void) { - int error; + int error = -ENOMEM; + + /* setup allocation caches */ + aa_audit_slab = kmem_cache_create("apparmor_auditcache", + sizeof(struct aa_audit_node), + 0, SLAB_PANIC, NULL); + if (!aa_audit_slab) { + AA_ERROR("Unable to setup auditdata slab cache\n"); + goto alloc_out; + } error = aa_setup_dfa_engine(); if (error) { @@ -1904,7 +2658,7 @@ goto buffers_out; } security_add_hooks(apparmor_hooks, ARRAY_SIZE(apparmor_hooks), - "apparmor"); + &apparmor_lsmid); /* Report that AppArmor successfully initialized */ apparmor_initialized = 1; @@ -1922,6 +2676,7 @@ alloc_out: aa_destroy_aafs(); aa_teardown_dfa_engine(); + kmem_cache_destroy(aa_audit_slab); apparmor_enabled = false; return error; @@ -1929,7 +2684,7 @@ DEFINE_LSM(apparmor) = { .name = "apparmor", - .flags = LSM_FLAG_LEGACY_MAJOR | LSM_FLAG_EXCLUSIVE, + .flags = LSM_FLAG_LEGACY_MAJOR, .enabled = &apparmor_enabled, .blobs = &apparmor_blob_sizes, .init = apparmor_init, --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/match.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/match.c @@ -21,50 +21,6 @@ #define base_idx(X) ((X) & 0xffffff) -static char nulldfa_src[] = { - #include "nulldfa.in" -}; -struct aa_dfa *nulldfa; - -static char stacksplitdfa_src[] = { - #include "stacksplitdfa.in" -}; -struct aa_dfa *stacksplitdfa; - -int __init aa_setup_dfa_engine(void) -{ - int error; - - nulldfa = aa_dfa_unpack(nulldfa_src, sizeof(nulldfa_src), - TO_ACCEPT1_FLAG(YYTD_DATA32) | - TO_ACCEPT2_FLAG(YYTD_DATA32)); - if (IS_ERR(nulldfa)) { - error = PTR_ERR(nulldfa); - nulldfa = NULL; - return error; - } - - stacksplitdfa = aa_dfa_unpack(stacksplitdfa_src, - sizeof(stacksplitdfa_src), - TO_ACCEPT1_FLAG(YYTD_DATA32) | - TO_ACCEPT2_FLAG(YYTD_DATA32)); - if (IS_ERR(stacksplitdfa)) { - aa_put_dfa(nulldfa); - nulldfa = NULL; - error = PTR_ERR(stacksplitdfa); - stacksplitdfa = NULL; - return error; - } - - return 0; -} - -void __init aa_teardown_dfa_engine(void) -{ - aa_put_dfa(stacksplitdfa); - aa_put_dfa(nulldfa); -} - /** * unpack_table - unpack a dfa table (one of accept, default, base, next check) * @blob: data to unpack (NOT NULL) --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/mount.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/mount.c @@ -86,32 +86,34 @@ static void audit_cb(struct audit_buffer *ab, void *va) { struct common_audit_data *sa = va; + struct apparmor_audit_data *ad = aad(sa); - if (aad(sa)->mnt.type) { + if (ad->mnt.type) { audit_log_format(ab, " fstype="); - audit_log_untrustedstring(ab, aad(sa)->mnt.type); + audit_log_untrustedstring(ab, ad->mnt.type); } - if (aad(sa)->mnt.src_name) { + if (ad->mnt.src_name) { audit_log_format(ab, " srcname="); - audit_log_untrustedstring(ab, aad(sa)->mnt.src_name); + audit_log_untrustedstring(ab, ad->mnt.src_name); } - if (aad(sa)->mnt.trans) { + if (ad->mnt.trans) { audit_log_format(ab, " trans="); - audit_log_untrustedstring(ab, aad(sa)->mnt.trans); + audit_log_untrustedstring(ab, ad->mnt.trans); } - if (aad(sa)->mnt.flags) { + if (ad->mnt.flags) { audit_log_format(ab, " flags=\""); - audit_mnt_flags(ab, aad(sa)->mnt.flags); + audit_mnt_flags(ab, ad->mnt.flags); audit_log_format(ab, "\""); } - if (aad(sa)->mnt.data) { + if (ad->mnt.data) { audit_log_format(ab, " options="); - audit_log_untrustedstring(ab, aad(sa)->mnt.data); + audit_log_untrustedstring(ab, ad->mnt.data); } } /** * audit_mount - handle the auditing of mount operations + * @subj_cred: cred of the subject * @profile: the profile being enforced (NOT NULL) * @op: operation being mediated (NOT NULL) * @name: name of object being mediated (MAYBE NULL) @@ -127,14 +129,15 @@ * * Returns: %0 or error on failure */ -static int audit_mount(struct aa_profile *profile, const char *op, +static int audit_mount(const struct cred *subj_cred, + struct aa_profile *profile, const char *op, const char *name, const char *src_name, const char *type, const char *trans, unsigned long flags, const void *data, u32 request, struct aa_perms *perms, const char *info, int error) { int audit_type = AUDIT_APPARMOR_AUTO; - DEFINE_AUDIT_DATA(sa, LSM_AUDIT_DATA_NONE, AA_CLASS_MOUNT, op); + DEFINE_AUDIT_DATA(ad, LSM_AUDIT_DATA_NONE, AA_CLASS_MOUNT, op); if (likely(!error)) { u32 mask = perms->audit; @@ -165,17 +168,18 @@ return error; } - aad(&sa)->name = name; - aad(&sa)->mnt.src_name = src_name; - aad(&sa)->mnt.type = type; - aad(&sa)->mnt.trans = trans; - aad(&sa)->mnt.flags = flags; + ad.subj_cred = subj_cred; + ad.name = name; + ad.mnt.src_name = src_name; + ad.mnt.type = type; + ad.mnt.trans = trans; + ad.mnt.flags = flags; if (data && (perms->audit & AA_AUDIT_DATA)) - aad(&sa)->mnt.data = data; - aad(&sa)->info = info; - aad(&sa)->error = error; + ad.mnt.data = data; + ad.info = info; + ad.error = error; - return aa_audit(audit_type, profile, &sa, audit_cb); + return aa_audit(audit_type, profile, &ad, audit_cb); } /** @@ -283,6 +287,7 @@ /** * match_mnt_path_str - handle path matching for mount + * @subj_cred: cred of confined subject * @profile: the confining profile * @mntpath: for the mntpnt (NOT NULL) * @buffer: buffer to be used to lookup mntpath @@ -295,7 +300,8 @@ * * Returns: 0 on success else error */ -static int match_mnt_path_str(struct aa_profile *profile, +static int match_mnt_path_str(const struct cred *subj_cred, + struct aa_profile *profile, const struct path *mntpath, char *buffer, const char *devname, const char *type, unsigned long flags, void *data, bool binary, @@ -326,8 +332,8 @@ } error = -EACCES; - pos = do_match_mnt(&rules->policy, - rules->policy.start[AA_CLASS_MOUNT], + pos = do_match_mnt(rules->policy, + rules->policy->start[AA_CLASS_MOUNT], mntpnt, devname, type, flags, data, binary, &perms); if (pos) { info = mnt_info_table[pos]; @@ -336,12 +342,14 @@ error = 0; audit: - return audit_mount(profile, OP_MOUNT, mntpnt, devname, type, NULL, + return audit_mount(subj_cred, profile, OP_MOUNT, mntpnt, devname, + type, NULL, flags, data, AA_MAY_MOUNT, &perms, info, error); } /** * match_mnt - handle path matching for mount + * @subj_cred: cred of the subject * @profile: the confining profile * @path: for the mntpnt (NOT NULL) * @buffer: buffer to be used to lookup mntpath @@ -354,7 +362,8 @@ * * Returns: 0 on success else error */ -static int match_mnt(struct aa_profile *profile, const struct path *path, +static int match_mnt(const struct cred *subj_cred, + struct aa_profile *profile, const struct path *path, char *buffer, const struct path *devpath, char *devbuffer, const char *type, unsigned long flags, void *data, bool binary) @@ -378,11 +387,12 @@ devname = ERR_PTR(error); } - return match_mnt_path_str(profile, path, buffer, devname, type, flags, - data, binary, info); + return match_mnt_path_str(subj_cred, profile, path, buffer, devname, + type, flags, data, binary, info); } -int aa_remount(struct aa_label *label, const struct path *path, +int aa_remount(const struct cred *subj_cred, + struct aa_label *label, const struct path *path, unsigned long flags, void *data) { struct aa_profile *profile; @@ -399,14 +409,16 @@ if (!buffer) return -ENOMEM; error = fn_for_each_confined(label, profile, - match_mnt(profile, path, buffer, NULL, NULL, NULL, + match_mnt(subj_cred, profile, path, buffer, NULL, + NULL, NULL, flags, data, binary)); aa_put_buffer(buffer); return error; } -int aa_bind_mount(struct aa_label *label, const struct path *path, +int aa_bind_mount(const struct cred *subj_cred, + struct aa_label *label, const struct path *path, const char *dev_name, unsigned long flags) { struct aa_profile *profile; @@ -433,8 +445,8 @@ goto out; error = fn_for_each_confined(label, profile, - match_mnt(profile, path, buffer, &old_path, old_buffer, - NULL, flags, NULL, false)); + match_mnt(subj_cred, profile, path, buffer, &old_path, + old_buffer, NULL, flags, NULL, false)); out: aa_put_buffer(buffer); aa_put_buffer(old_buffer); @@ -443,7 +455,8 @@ return error; } -int aa_mount_change_type(struct aa_label *label, const struct path *path, +int aa_mount_change_type(const struct cred *subj_cred, + struct aa_label *label, const struct path *path, unsigned long flags) { struct aa_profile *profile; @@ -461,50 +474,63 @@ if (!buffer) return -ENOMEM; error = fn_for_each_confined(label, profile, - match_mnt(profile, path, buffer, NULL, NULL, NULL, + match_mnt(subj_cred, profile, path, buffer, NULL, + NULL, NULL, flags, NULL, false)); aa_put_buffer(buffer); return error; } -int aa_move_mount(struct aa_label *label, const struct path *path, - const char *orig_name) +int aa_move_mount(const struct cred *subj_cred, + struct aa_label *label, const struct path *from_path, + const struct path *to_path) { struct aa_profile *profile; - char *buffer = NULL, *old_buffer = NULL; - struct path old_path; + char *to_buffer = NULL, *from_buffer = NULL; int error; AA_BUG(!label); - AA_BUG(!path); + AA_BUG(!from_path); + AA_BUG(!to_path); + + to_buffer = aa_get_buffer(false); + from_buffer = aa_get_buffer(false); + error = -ENOMEM; + if (!to_buffer || !from_buffer) + goto out; + error = fn_for_each_confined(label, profile, + match_mnt(subj_cred, profile, to_path, to_buffer, + from_path, from_buffer, + NULL, MS_MOVE, NULL, false)); +out: + aa_put_buffer(to_buffer); + aa_put_buffer(from_buffer); + + return error; +} + +int aa_move_mount_old(const struct cred *subj_cred, struct aa_label *label, + const struct path *path, const char *orig_name) +{ + struct path old_path; + int error; if (!orig_name || !*orig_name) return -EINVAL; - error = kern_path(orig_name, LOOKUP_FOLLOW, &old_path); if (error) return error; - buffer = aa_get_buffer(false); - old_buffer = aa_get_buffer(false); - error = -ENOMEM; - if (!buffer || !old_buffer) - goto out; - error = fn_for_each_confined(label, profile, - match_mnt(profile, path, buffer, &old_path, old_buffer, - NULL, MS_MOVE, NULL, false)); -out: - aa_put_buffer(buffer); - aa_put_buffer(old_buffer); + error = aa_move_mount(subj_cred, label, &old_path, path); path_put(&old_path); return error; } -int aa_new_mount(struct aa_label *label, const char *dev_name, - const struct path *path, const char *type, unsigned long flags, - void *data) +int aa_new_mount(const struct cred *subj_cred, struct aa_label *label, + const char *dev_name, const struct path *path, + const char *type, unsigned long flags, void *data) { struct aa_profile *profile; char *buffer = NULL, *dev_buffer = NULL; @@ -549,12 +575,14 @@ goto out; } error = fn_for_each_confined(label, profile, - match_mnt(profile, path, buffer, dev_path, dev_buffer, + match_mnt(subj_cred, profile, path, buffer, + dev_path, dev_buffer, type, flags, data, binary)); } else { error = fn_for_each_confined(label, profile, - match_mnt_path_str(profile, path, buffer, dev_name, - type, flags, data, binary, NULL)); + match_mnt_path_str(subj_cred, profile, path, + buffer, dev_name, + type, flags, data, binary, NULL)); } out: @@ -566,7 +594,8 @@ return error; } -static int profile_umount(struct aa_profile *profile, const struct path *path, +static int profile_umount(const struct cred *subj_cred, + struct aa_profile *profile, const struct path *path, char *buffer) { struct aa_ruleset *rules = list_first_entry(&profile->rules, @@ -587,19 +616,21 @@ if (error) goto audit; - state = aa_dfa_match(rules->policy.dfa, - rules->policy.start[AA_CLASS_MOUNT], + state = aa_dfa_match(rules->policy->dfa, + rules->policy->start[AA_CLASS_MOUNT], name); - perms = *aa_lookup_perms(&rules->policy, state); + perms = *aa_lookup_perms(rules->policy, state); if (AA_MAY_UMOUNT & ~perms.allow) error = -EACCES; audit: - return audit_mount(profile, OP_UMOUNT, name, NULL, NULL, NULL, 0, NULL, + return audit_mount(subj_cred, profile, OP_UMOUNT, name, NULL, NULL, + NULL, 0, NULL, AA_MAY_UMOUNT, &perms, info, error); } -int aa_umount(struct aa_label *label, struct vfsmount *mnt, int flags) +int aa_umount(const struct cred *subj_cred, struct aa_label *label, + struct vfsmount *mnt, int flags) { struct aa_profile *profile; char *buffer = NULL; @@ -614,7 +645,7 @@ return -ENOMEM; error = fn_for_each_confined(label, profile, - profile_umount(profile, &path, buffer)); + profile_umount(subj_cred, profile, &path, buffer)); aa_put_buffer(buffer); return error; @@ -624,7 +655,8 @@ * * Returns: label for transition or ERR_PTR. Does not return NULL */ -static struct aa_label *build_pivotroot(struct aa_profile *profile, +static struct aa_label *build_pivotroot(const struct cred *subj_cred, + struct aa_profile *profile, const struct path *new_path, char *new_buffer, const struct path *old_path, @@ -658,18 +690,19 @@ goto audit; error = -EACCES; - state = aa_dfa_match(rules->policy.dfa, - rules->policy.start[AA_CLASS_MOUNT], + state = aa_dfa_match(rules->policy->dfa, + rules->policy->start[AA_CLASS_MOUNT], new_name); - state = aa_dfa_null_transition(rules->policy.dfa, state); - state = aa_dfa_match(rules->policy.dfa, state, old_name); - perms = *aa_lookup_perms(&rules->policy, state); + state = aa_dfa_null_transition(rules->policy->dfa, state); + state = aa_dfa_match(rules->policy->dfa, state, old_name); + perms = *aa_lookup_perms(rules->policy, state); if (AA_MAY_PIVOTROOT & perms.allow) error = 0; audit: - error = audit_mount(profile, OP_PIVOTROOT, new_name, old_name, + error = audit_mount(subj_cred, profile, OP_PIVOTROOT, new_name, + old_name, NULL, trans_name, 0, NULL, AA_MAY_PIVOTROOT, &perms, info, error); if (error) @@ -678,7 +711,8 @@ return aa_get_newest_label(&profile->label); } -int aa_pivotroot(struct aa_label *label, const struct path *old_path, +int aa_pivotroot(const struct cred *subj_cred, struct aa_label *label, + const struct path *old_path, const struct path *new_path) { struct aa_profile *profile; @@ -696,7 +730,8 @@ if (!old_buffer || !new_buffer) goto out; target = fn_label_build(label, profile, GFP_KERNEL, - build_pivotroot(profile, new_path, new_buffer, + build_pivotroot(subj_cred, profile, new_path, + new_buffer, old_path, old_buffer)); if (!target) { info = "label build failed"; @@ -722,7 +757,8 @@ fail: /* TODO: add back in auditing of new_name and old_name */ error = fn_for_each(label, profile, - audit_mount(profile, OP_PIVOTROOT, NULL /*new_name */, + audit_mount(subj_cred, profile, OP_PIVOTROOT, + NULL /*new_name */, NULL /* old_name */, NULL, NULL, 0, NULL, AA_MAY_PIVOTROOT, &nullperms, info, --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/net.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/net.c @@ -8,6 +8,7 @@ * Copyright 2009-2017 Canonical Ltd. */ +#include "include/af_unix.h" #include "include/apparmor.h" #include "include/audit.h" #include "include/cred.h" @@ -24,6 +25,12 @@ { } }; +struct aa_sfs_entry aa_sfs_entry_network_compat[] = { + AA_SFS_FILE_STRING("af_mask", AA_SFS_AF_MASK), + AA_SFS_FILE_BOOLEAN("af_unix", 1), + { } +}; + static const char * const net_mask_names[] = { "unknown", "send", @@ -66,46 +73,95 @@ "unknown", }; +static void audit_unix_addr(struct audit_buffer *ab, const char *str, + struct sockaddr_un *addr, int addrlen) +{ + int len = unix_addr_len(addrlen); + + if (!addr || len <= 0) { + audit_log_format(ab, " %s=none", str); + } else if (addr->sun_path[0]) { + audit_log_format(ab, " %s=", str); + audit_log_untrustedstring(ab, addr->sun_path); + } else { + audit_log_format(ab, " %s=\"@", str); + if (audit_string_contains_control(&addr->sun_path[1], len - 1)) + audit_log_n_hex(ab, &addr->sun_path[1], len - 1); + else + audit_log_format(ab, "%.*s", len - 1, + &addr->sun_path[1]); + audit_log_format(ab, "\""); + } +} + +static void audit_unix_sk_addr(struct audit_buffer *ab, const char *str, + const struct sock *sk) +{ + const struct unix_sock *u = unix_sk(sk); + + if (u && u->addr) + audit_unix_addr(ab, str, u->addr->name, u->addr->len); + else + audit_unix_addr(ab, str, NULL, 0); +} /* audit callback for net specific fields */ void audit_net_cb(struct audit_buffer *ab, void *va) { struct common_audit_data *sa = va; + struct apparmor_audit_data *ad = aad(sa); - if (address_family_names[sa->u.net->family]) + if (address_family_names[ad->common.u.net->family]) audit_log_format(ab, " family=\"%s\"", - address_family_names[sa->u.net->family]); + address_family_names[ad->common.u.net->family]); else audit_log_format(ab, " family=\"unknown(%d)\"", - sa->u.net->family); - if (sock_type_names[aad(sa)->net.type]) + ad->common.u.net->family); + if (sock_type_names[ad->net.type]) audit_log_format(ab, " sock_type=\"%s\"", - sock_type_names[aad(sa)->net.type]); + sock_type_names[ad->net.type]); else audit_log_format(ab, " sock_type=\"unknown(%d)\"", - aad(sa)->net.type); - audit_log_format(ab, " protocol=%d", aad(sa)->net.protocol); + ad->net.type); + audit_log_format(ab, " protocol=%d", ad->net.protocol); - if (aad(sa)->request & NET_PERMS_MASK) { + if (ad->request & NET_PERMS_MASK) { audit_log_format(ab, " requested_mask="); - aa_audit_perm_mask(ab, aad(sa)->request, NULL, 0, + aa_audit_perm_mask(ab, ad->request, NULL, 0, net_mask_names, NET_PERMS_MASK); - if (aad(sa)->denied & NET_PERMS_MASK) { + if (ad->denied & NET_PERMS_MASK) { audit_log_format(ab, " denied_mask="); - aa_audit_perm_mask(ab, aad(sa)->denied, NULL, 0, + aa_audit_perm_mask(ab, ad->denied, NULL, 0, net_mask_names, NET_PERMS_MASK); } } - if (aad(sa)->peer) { + if (ad->common.u.net->family == AF_UNIX) { + if ((ad->request & ~NET_PEER_MASK) && ad->net.addr) + audit_unix_addr(ab, "addr", + unix_addr(ad->net.addr), + ad->net.addrlen); + else + audit_unix_sk_addr(ab, "addr", ad->common.u.net->sk); + if (ad->request & NET_PEER_MASK) { + if (ad->net.addr) + audit_unix_addr(ab, "peer_addr", + unix_addr(ad->net.addr), + ad->net.addrlen); + else + audit_unix_sk_addr(ab, "peer_addr", + ad->net.peer_sk); + } + } + if (ad->peer) { audit_log_format(ab, " peer="); - aa_label_xaudit(ab, labels_ns(aad(sa)->label), aad(sa)->peer, + aa_label_xaudit(ab, labels_ns(ad->subj_label), ad->peer, FLAGS_NONE, GFP_ATOMIC); } } /* Generic af perm */ -int aa_profile_af_perm(struct aa_profile *profile, struct common_audit_data *sa, +int aa_profile_af_perm(struct aa_profile *profile, struct apparmor_audit_data *ad, u32 request, u16 family, int type) { struct aa_ruleset *rules = list_first_entry(&profile->rules, @@ -120,34 +176,46 @@ if (profile_unconfined(profile)) return 0; state = RULE_MEDIATES(rules, AA_CLASS_NET); - if (!state) - return 0; + if (state) { + buffer[0] = cpu_to_be16(family); + buffer[1] = cpu_to_be16((u16) type); + state = aa_dfa_match_len(rules->policy->dfa, state, + (char *) &buffer, 4); + perms = *aa_lookup_perms(rules->policy, state); + } else if (profile->net_compat) { + /* 2.x socket mediation compat */ + perms.allow = (profile->net_compat->allow[family] & (1 << type)) ? + ALL_PERMS_MASK : 0; + perms.audit = (profile->net_compat->audit[family] & (1 << type)) ? + ALL_PERMS_MASK : 0; + perms.quiet = (profile->net_compat->quiet[family] & (1 << type)) ? + ALL_PERMS_MASK : 0; - buffer[0] = cpu_to_be16(family); - buffer[1] = cpu_to_be16((u16) type); - state = aa_dfa_match_len(rules->policy.dfa, state, (char *) &buffer, - 4); - perms = *aa_lookup_perms(&rules->policy, state); + } else { + return 0; + } aa_apply_modes_to_perms(profile, &perms); - return aa_check_perms(profile, &perms, request, sa, audit_net_cb); + return aa_check_perms(profile, &perms, request, ad, audit_net_cb); } -int aa_af_perm(struct aa_label *label, const char *op, u32 request, u16 family, - int type, int protocol) +int aa_af_perm(const struct cred *subj_cred, struct aa_label *label, + const char *op, u32 request, u16 family, int type, int protocol) { struct aa_profile *profile; - DEFINE_AUDIT_NET(sa, op, NULL, family, type, protocol); + DEFINE_AUDIT_NET(ad, op, NULL, family, type, protocol); return fn_for_each_confined(label, profile, - aa_profile_af_perm(profile, &sa, request, family, + aa_profile_af_perm(profile, &ad, request, family, type)); } -static int aa_label_sk_perm(struct aa_label *label, const char *op, u32 request, +static int aa_label_sk_perm(const struct cred *subj_cred, + struct aa_label *label, + const char *op, u32 request, struct sock *sk) { - struct aa_sk_ctx *ctx = SK_CTX(sk); + struct aa_sk_ctx *ctx = aa_sock(sk); int error = 0; AA_BUG(!label); @@ -155,10 +223,11 @@ if (ctx->label != kernel_t && !unconfined(label)) { struct aa_profile *profile; - DEFINE_AUDIT_SK(sa, op, sk); + DEFINE_AUDIT_SK(ad, op, sk); + ad.subj_cred = subj_cred; error = fn_for_each_confined(label, profile, - aa_profile_af_sk_perm(profile, &sa, request, sk)); + aa_profile_af_sk_perm(profile, &ad, request, sk)); } return error; @@ -174,21 +243,24 @@ /* TODO: switch to begin_current_label ???? */ label = begin_current_label_crit_section(); - error = aa_label_sk_perm(label, op, request, sk); + error = aa_label_sk_perm(current_cred(), label, op, request, sk); end_current_label_crit_section(label); return error; } -int aa_sock_file_perm(struct aa_label *label, const char *op, u32 request, - struct socket *sock) +int aa_sock_file_perm(const struct cred *subj_cred, struct aa_label *label, + const char *op, u32 request, struct socket *sock) { AA_BUG(!label); AA_BUG(!sock); AA_BUG(!sock->sk); - return aa_label_sk_perm(label, op, request, sock->sk); + return af_select(sock->sk->sk_family, + file_perm(subj_cred, label, op, request, sock), + aa_label_sk_perm(subj_cred, label, op, request, + sock->sk)); } #ifdef CONFIG_NETWORK_SECMARK @@ -214,7 +286,7 @@ } static int aa_secmark_perm(struct aa_profile *profile, u32 request, u32 secid, - struct common_audit_data *sa) + struct apparmor_audit_data *ad) { int i, ret; struct aa_perms perms = { }; @@ -245,17 +317,17 @@ aa_apply_modes_to_perms(profile, &perms); - return aa_check_perms(profile, &perms, request, sa, audit_net_cb); + return aa_check_perms(profile, &perms, request, ad, audit_net_cb); } int apparmor_secmark_check(struct aa_label *label, char *op, u32 request, u32 secid, const struct sock *sk) { struct aa_profile *profile; - DEFINE_AUDIT_SK(sa, op, sk); + DEFINE_AUDIT_SK(ad, op, sk); return fn_for_each_confined(label, profile, aa_secmark_perm(profile, request, secid, - &sa)); + &ad)); } #endif --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/notify.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/notify.c @@ -0,0 +1,1058 @@ +// SPDX-License-Identifier: GPL-2.0-only +/* + * AppArmor security module + * + * This file contains AppArmor notifications function definitions. + * + * Copyright 2019 Canonical Ltd. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation, version 2 of the + * License. + */ +#include +#include +#include + +#include + +#include "include/audit.h" +#include "include/cred.h" +#include "include/lib.h" +#include "include/notify.h" +#include "include/policy_ns.h" + +/* TODO: when adding listener or ns propagate, on recursive add to child ns */ + +// TODO: currently all knotif will have audit_node but not all in future +static inline struct aa_knotif *aa_get_knotif(struct aa_knotif *knotif) +{ + if (knotif) + aa_get_audit_node(container_of(knotif, struct aa_audit_node, + knotif)); + + return knotif; +} + +static inline void aa_put_knotif(struct aa_knotif *knotif) +{ + if (knotif) + aa_put_audit_node(container_of(knotif, struct aa_audit_node, + knotif)); +} + +static void put_refs(struct aa_listener *listener, struct aa_knotif *knotif) +{ + aa_put_listener(listener); + aa_put_knotif(knotif); +} + +static void get_refs(struct aa_listener *listener, struct aa_knotif *knotif) +{ + aa_get_listener(listener); + aa_get_knotif(knotif); +} + +static void __knotif_del_and_hold(struct aa_knotif *knotif) +{ + list_del_init(&knotif->list); + knotif->flags &= ~KNOTIF_ON_LIST; + /* keep list refcounts */ +} + +static void __list_append_held(struct list_head *lh, struct aa_knotif *knotif) +{ + AA_BUG(!lh); + AA_BUG(!knotif); + + list_add_tail_entry(knotif, lh, list); + knotif->flags |= KNOTIF_ON_LIST; +} + +static void __list_push_held(struct list_head *lh, struct aa_knotif *knotif) +{ + AA_BUG(!lh); + AA_BUG(!knotif); + + list_add_entry(knotif, lh, list); + knotif->flags |= KNOTIF_ON_LIST; +} + +static void __listener_add_knotif(struct aa_listener *listener, + struct aa_knotif *knotif) +{ + AA_BUG(!listener); + AA_BUG(!knotif); + lockdep_assert_held(&listener->lock); + + get_refs(listener, knotif); + __list_append_held(&listener->notifications, knotif); +} + +// drops refs +static void __listener_del_knotif(struct aa_listener *listener, + struct aa_knotif *knotif) +{ + AA_BUG(!listener); + AA_BUG(!knotif); + lockdep_assert_held(&listener->lock); + + list_del_init(&knotif->list); + if (knotif->flags & KNOTIF_ON_LIST) { + knotif->flags &= ~KNOTIF_ON_LIST; + put_refs(listener, knotif); + } +} + +void aa_free_listener_proxy(struct aa_listener_proxy *proxy) +{ + if (proxy) { + AA_BUG(!list_empty(&proxy->llist)); + AA_BUG(!list_empty(&proxy->nslist)); + + aa_put_ns(proxy->ns); + /* listener is owned by file, handled there */ + kfree_sensitive(proxy); + } +} + +static struct aa_listener_proxy *new_listener_proxy(struct aa_listener *listener, + struct aa_ns *ns) +{ + struct aa_listener_proxy *proxy; + + AA_BUG(!listener); + lockdep_assert_not_held(&listener->lock); + + proxy = kzalloc(sizeof(*proxy), GFP_KERNEL); + if (!proxy) + return NULL; + INIT_LIST_HEAD(&proxy->llist); + INIT_LIST_HEAD(&proxy->nslist); + + proxy->listener = listener; + if (ns) + ns = aa_get_ns(ns); + else + ns = aa_get_current_ns(); + proxy->ns = ns; + + spin_lock(&listener->lock); + list_add_tail_entry(proxy, &listener->ns_proxies, llist); + spin_unlock(&listener->lock); + + spin_lock(&ns->listener_lock); + list_add_tail_entry(proxy, &ns->listeners, nslist); + spin_unlock(&ns->listener_lock); + + return proxy; +} + + +bool aa_register_listener_proxy(struct aa_listener *listener, struct aa_ns *ns) +{ + struct aa_listener_proxy *proxy; + + AA_BUG(!listener); + + proxy = new_listener_proxy(listener, ns); + if (!proxy) + return false; + + return true; +} + +static void free_listener(struct aa_listener *listener) +{ + struct aa_listener_proxy *proxy; + struct aa_knotif *knotif; + + if (!listener) + return; + + wake_up_interruptible_poll(&listener->wait, EPOLLIN | EPOLLRDNORM); + + spin_lock(&listener->lock); + while (!list_empty(&listener->ns_proxies)) { + proxy = list_first_entry(&listener->ns_proxies, + struct aa_listener_proxy, + llist); + list_del_init(&proxy->llist); + spin_unlock(&listener->lock); + + spin_lock(&proxy->ns->listener_lock); + list_del_init(&proxy->nslist); + spin_unlock(&proxy->ns->listener_lock); + + aa_put_ns(proxy->ns); + kfree_sensitive(proxy); + + spin_lock(&listener->lock); + } + spin_unlock(&listener->lock); + + spin_lock(&listener->lock); + while (!list_empty(&listener->notifications)) { + knotif = list_first_entry(&listener->notifications, + struct aa_knotif, + list); + __listener_del_knotif(listener, knotif); + complete(&knotif->ready); + put_refs(listener, knotif); + } + spin_unlock(&listener->lock); + + spin_lock(&listener->lock); + while (!list_empty(&listener->pending)) { + knotif = list_first_entry(&listener->pending, + struct aa_knotif, + list); + __listener_del_knotif(listener, knotif); + complete(&knotif->ready); + put_refs(listener, knotif); + } + spin_unlock(&listener->lock); + + /* todo count on audit_data */ + aa_put_ns(listener->ns); + aa_put_dfa(listener->filter); + + kfree_sensitive(listener); +} + +void aa_listener_kref(struct kref *kref) +{ + struct aa_listener *l = container_of(kref, struct aa_listener, count); + + free_listener(l); +} + +struct aa_listener *aa_new_listener(struct aa_ns *ns, gfp_t gfp) +{ + struct aa_listener *listener = kzalloc(sizeof(*listener), gfp); + + if (!listener) + return NULL; + + kref_init(&listener->count); + spin_lock_init(&listener->lock); + init_waitqueue_head(&listener->wait); + INIT_LIST_HEAD(&listener->ns_proxies); + INIT_LIST_HEAD(&listener->notifications); + INIT_LIST_HEAD(&listener->pending); + kref_init(&listener->count); + + if (ns) + ns = aa_get_ns(ns); + else + ns = aa_get_current_ns(); + listener->ns = ns; + listener->last_id = 1; + + return listener; +} + +static struct aa_knotif *__aa_find_notif_pending(struct aa_listener *listener, + u64 id) +{ + struct aa_knotif *knotif; + + AA_BUG(!listener); + lockdep_assert_held(&listener->lock); + + list_for_each_entry(knotif, &listener->pending, list) { + if (knotif->id == id) + return knotif; + } + + return NULL; +} + +struct aa_knotif *__aa_find_notif(struct aa_listener *listener, u64 id) +{ + struct aa_knotif *knotif; + + AA_BUG(!listener); + lockdep_assert_held(&listener->lock); + + list_for_each_entry(knotif, &listener->notifications, list) { + if (knotif->id == id) + goto out; + } + + knotif = __aa_find_notif_pending(listener, id); +out: + + return knotif; +} + +// don't drop refcounts +struct aa_knotif *listener_pop_and_hold_knotif(struct aa_listener *listener) +{ + struct aa_knotif *knotif = NULL; + + spin_lock(&listener->lock); + if (!list_empty(&listener->notifications)) { + knotif = list_first_entry(&listener->notifications, typeof(*knotif), list); + __knotif_del_and_hold(knotif); + } + spin_unlock(&listener->lock); + + return knotif; +} + +// require refcounts held +void listener_push_held_knotif(struct aa_listener *listener, + struct aa_knotif *knotif) +{ + spin_lock(&listener->lock); + /* listener ref held from pop and hold */ + __list_push_held(&listener->notifications, knotif); + spin_unlock(&listener->lock); + wake_up_interruptible_poll(&listener->wait, EPOLLIN | EPOLLRDNORM); +} + +// require refcounts held +// list of knotifs waiting for response +void listener_append_held_user_pending(struct aa_listener *listener, + struct aa_knotif *knotif) +{ + spin_lock(&listener->lock); + __list_append_held(&listener->pending, knotif); + spin_unlock(&listener->lock); + //extraneous wakeup, called after reading notification + //wake_up_interruptible_poll(&listener->wait, EPOLLOUT | EPOLLWRNORM); +} + +// don't drop refcounts +struct aa_knotif *__del_and_hold_user_pending(struct aa_listener *listener, + u64 id) +{ + struct aa_knotif *knotif; + + AA_BUG(!listener); + lockdep_assert_held(&listener->lock); + + list_for_each_entry(knotif, &listener->pending, list) { + if (knotif->id == id) { + __knotif_del_and_hold(knotif); + return knotif; + } + } + + return NULL; +} + + +/***************** kernel dispatching notification ********************/ + +/* + * cancelled notification message due to non-timer wake-up vs. + * keep alive message + * cancel notification because ns removed? + * - proxy pins ns + * - ns can remove its list of proxies + * - and remove queued notifications + */ + +/* TODO: allow registering on multiple namespaces */ +static bool notification_match(struct aa_listener *listener, + struct aa_audit_node *ad) +{ + if (!(listener->mask & (1 << ad->data.type))) + return false; + + if (listener->filter) { + aa_state_t state; + unsigned int mask; + + AA_DEBUG(DEBUG_UPCALL, "using filter"); + if (!aa_ns_visible(listener->ns, labels_ns(ad->data.subj_label), + false)) + return false; + state = aa_dfa_next(listener->filter, DFA_START, ad->data.type); + state = aa_dfa_match(listener->filter, state, ad->data.subj_label->hname); + if (!state) + return false; + state = aa_dfa_null_transition(listener->filter, state); + state = aa_dfa_match_u16(listener->filter, state, ad->data.class); + mask = ACCEPT_TABLE(listener->filter)[state]; + if (ad->data.request & mask) + return true; + + /* allow for enhanced match conditions in the future + * if (mask & AA_MATCH_CONT) { + * // TODO: match extensions + * } + */ + return false; + } + AA_DEBUG(DEBUG_UPCALL, "matched type mask filter"); + return true; +} + +/* Add a notification to the listener queue and wake up listener??? */ +static void dispatch_notif(struct aa_listener *listener, + u16 ntype, + struct aa_knotif *knotif) +{ + AA_BUG(!listener); + AA_BUG(!knotif); + lockdep_assert_held(&listener->lock); + + AA_DEBUG_ON(knotif->id, DEBUG_UPCALL, + "id %lld: redispatching notification as new id %lld", + knotif->id, listener->last_id); + knotif->ntype = ntype; + knotif->id = ++listener->last_id; + knotif->flags = 0; + // only needed if syncrhonous notit + init_completion(&knotif->ready); + INIT_LIST_HEAD(&knotif->list); + __listener_add_knotif(listener, knotif); + AA_DEBUG(DEBUG_UPCALL, "id %lld: %s wake_up_interruptible", + knotif->id, __func__); + wake_up_interruptible_poll(&listener->wait, EPOLLIN | EPOLLRDNORM); +} + + +/* handle waiting for a user space reply to a notification + * Returns: <0 : error or -ERESTARTSYS if interrupted + * 0 : success + */ +static int handle_synchronous_notif(struct aa_listener *listener, + struct aa_knotif *knotif) +{ + long werr; + int err; + + if (knotif->ad->subj_label->flags & FLAG_INTERRUPTIBLE) + werr = wait_for_completion_interruptible_timeout(&knotif->ready, + msecs_to_jiffies(60000)); + else + /* do not use close to long jiffies so cast is safe */ + werr = (long) wait_for_completion_timeout(&knotif->ready, + msecs_to_jiffies(60000)); + /* time out OR interrupt */ + if (werr <= 0) { + /* ensure knotif is not on list because of early exit */ + spin_lock(&listener->lock); + // puts refs but still have calling refs + __listener_del_knotif(listener, knotif); + spin_unlock(&listener->lock); + if (werr == 0) { + AA_DEBUG(DEBUG_UPCALL, "id %lld: prompt timed out", + knotif->id); + //err = -1; // TODO: ???; + err = 0; + } else if (werr == -ERESTARTSYS) { + // interrupt fired syscall needs to be restarted + // instead of mediated + AA_DEBUG(DEBUG_UPCALL, "id %lld: prompt interrupted, error %ld", + knotif->id, werr); + err = -ERESTARTSYS; + } else { + AA_DEBUG(DEBUG_UPCALL, "id %lld: prompt errored out error %ld", + knotif->id, werr); + err = (int) werr; + } + /* time out is not considered an error and will fallback + * to regular mediation + */ + } else { + err = 0; + spin_lock(&listener->lock); + if (!list_empty(&knotif->list)) { + // puts refs but still have calling refs + __listener_del_knotif(listener, knotif); + AA_DEBUG(DEBUG_UPCALL, + "id %lld: bug prompt knotif still on listener list at notif completion", + knotif->id); + } + spin_unlock(&listener->lock); + } + + return err; +} + +// permissions changed in ad +int aa_do_notification(u16 ntype, struct aa_audit_node *node) +{ + struct aa_ns *ns = labels_ns(node->data.subj_label); + struct aa_listener_proxy *proxy; + struct aa_listener *listener; + struct aa_knotif *knotif; + int count = 0, err = 0; + + AA_BUG(!node); + AA_BUG(!ns); + + knotif = &node->knotif; + + /* TODO: make read side of list walk lockless */ + spin_lock(&ns->listener_lock); + list_for_each_entry(proxy, &ns->listeners, nslist) { + + AA_BUG(!proxy); + listener = aa_get_listener(proxy->listener); + AA_BUG(!listener); + spin_lock(&listener->lock); + if (!notification_match(listener, node)) { + spin_unlock(&listener->lock); + aa_put_listener(listener); + continue; + } + /* delvier notification - dispatch determines if we break */ + dispatch_notif(listener, ntype, knotif); // count); + spin_unlock(&listener->lock); + AA_DEBUG(DEBUG_UPCALL, "id %lld: found listener\n", + knotif->id); + + /* break to prompt */ + if (node->data.type == AUDIT_APPARMOR_USER) { + spin_unlock(&ns->listener_lock); + err = handle_synchronous_notif(listener, knotif); + aa_put_listener(listener); + return err; + } + count++; + aa_put_listener(listener); + } + spin_unlock(&ns->listener_lock); + AA_DEBUG(DEBUG_UPCALL, "id %lld: %d listener matches\n", + knotif->id, count); + + /* count == 0 is no match found. No change to audit params + * long term need to fold prompt perms into denied + **/ + return err; +} + +/******************** task responding to notification **********************/ + +// drop references +// complete anything pending on ready +static void __listener_complete_held_user_pending(struct aa_listener *listener, + struct aa_knotif *knotif) +{ + AA_BUG(!listener); + lockdep_assert_held(&listener->lock); + + __knotif_del_and_hold(knotif); + complete(&knotif->ready); + put_refs(listener, knotif); +} + +static void listener_complete_held_user_pending(struct aa_listener *listener, + struct aa_knotif *knotif) +{ + spin_lock(&listener->lock); + __listener_complete_held_user_pending(listener, knotif); + spin_unlock(&listener->lock); +} + +static bool response_is_valid_perm(struct apparmor_notif_resp_perm *reply, + struct aa_knotif *knotif, u16 size) +{ + if ((knotif->ad->denied) & ~(reply->allow | reply->deny)) { + AA_DEBUG(DEBUG_UPCALL, + "id %lld: response does not cover permission bits in the upcall request/reply 0x%x/0x%x deny/reply 0x%x/0x%x", + knotif->id, knotif->ad->request, reply->allow, knotif->ad->denied, + reply->deny); + return false; + } + return true; + /* TODO: this was disabled per snapd request, setup flag to do check + * // allow bits that were never requested + * if (reply->allow & ~knotif->ad->request) { + * AA_DEBUG(DEBUG_UPCALL, "response allows more than requested"); + * return false; + * } + * // denying perms not in either permission set in the original + * // notification + * if (reply->deny & ~(knotif->ad->request | knotif->ad->denied)) { + * AA_DEBUG(DEBUG_UPCALL, "response denies more than requested"); + * return false; + * } + */ +} + +static bool response_is_valid_name(struct apparmor_notif_resp_name *reply, + struct aa_knotif *knotif, u16 size) +{ + long i; + + if (size <= sizeof(*reply)) { + AA_DEBUG(DEBUG_UPCALL, + "id %lld: reply bad size %u < %ld", + knotif->id, size, sizeof(*reply)); + return -EMSGSIZE; + } + if (reply->name < sizeof(*reply)) { + /* inside of data declared fields */ + AA_DEBUG(DEBUG_UPCALL, + "id %lld: reply bad name offset in fields %u < %ld", + knotif->id, reply->name, sizeof(*reply)); + return -EINVAL; + } + if (reply->name > size) { + AA_DEBUG(DEBUG_UPCALL, + "id %lld: reply name pasted end of data size %u > %ld", + knotif->id, reply->name, sizeof(*reply)); + return -EINVAL; + } + /* currently supported flags */ + if ((reply->perm.base.flags != (URESPONSE_LOOKUP | URESPONSE_PROFILE)) || + (reply->perm.base.flags != (URESPONSE_TAILGLOB))) { + AA_DEBUG(DEBUG_UPCALL, + "id %lld: reply bad flags 0x%x expected 0x%x", + knotif->id, reply->perm.base.flags, + URESPONSE_LOOKUP | URESPONSE_PROFILE); + return -EINVAL; + } + + if ((reply->perm.base.flags == URESPONSE_TAILGLOB) && + !response_is_valid_perm(&reply->perm, knotif, size)) { + AA_DEBUG(DEBUG_UPCALL, + "id %lld: reply bad tail glob perms", + knotif->id); + return false; + } + + /* check name for terminating null */ + for (i = reply->name - sizeof(*reply); i < size - sizeof(*reply); i++) { + if (reply->data[i] == 0) + return true; + } + /* reached end of data without finding null */ + AA_DEBUG(DEBUG_UPCALL, + "id %lld: reply bad no terminating null on name", + knotif->id); + + return false; +} + +/* base checks userspace respnse to a notification is valid */ +static bool response_is_valid(union apparmor_notif_resp *reply, + struct aa_knotif *knotif, u16 size) +{ + if (reply->base.ntype == APPARMOR_NOTIF_RESP_PERM) + return response_is_valid_perm(&reply->perm, knotif, size); + else if (reply->base.ntype == APPARMOR_NOTIF_RESP_NAME) + return response_is_valid_name(&reply->name, knotif, size); + else + return false; + return false; +} + + +/* copy uresponse into knotif */ +static void knotif_update_from_uresp_perm(struct aa_knotif *knotif, + struct apparmor_notif_resp_perm *uresp) +{ + u16 flags; + + if (uresp) { + AA_DEBUG(DEBUG_UPCALL, + "notif %lld: response allow/reply 0x%x/0x%x, denied/reply 0x%x/0x%x, error %d/%d", + knotif->id, knotif->ad->request, uresp->allow, + knotif->ad->denied, uresp->deny, knotif->ad->error, + uresp->base.error); + + knotif->ad->denied = uresp->deny; + knotif->ad->request = (knotif->ad->request | uresp->allow) & + ~uresp->deny; + flags = uresp->base.flags; + if (!knotif->ad->denied) { + /* no more denial, clear the error*/ + knotif->ad->error = 0; + AA_DEBUG(DEBUG_UPCALL, + "notif %lld: response allowed, clearing error\n", + knotif->id); + } else { + AA_DEBUG(DEBUG_UPCALL, + "notif %lld: response denied returning error %d\n", + knotif->id, knotif->ad->error); + } + } else { + AA_DEBUG(DEBUG_UPCALL, + "id %lld: respons bad going with: allow 0x%x, denied 0x%x, error %d", + knotif->id, knotif->ad->request, knotif->ad->denied, + knotif->ad->error); + } + + if (!(flags & URESPONSE_NO_CACHE)) { + /* cache of response requested */ + struct aa_audit_node *node = container_of(knotif, + struct aa_audit_node, + knotif); + struct aa_audit_node *hit; + struct aa_profile *profile = labels_profile(node->data.subj_label); + + AA_DEBUG(DEBUG_UPCALL, "id %lld: inserting cache entry requ 0x%x denied 0x%x", + knotif->id, node->data.request, node->data.denied); + hit = aa_audit_cache_insert(&profile->learning_cache, + node); + AA_DEBUG(DEBUG_UPCALL, + "id %lld: (node %p, hit %p) cache insert %s: name %s node %s\n", + knotif->id, node, hit, hit != node ? "entry already exists" : "", + hit->data.name, node->data.name); + if (hit != node) { + AA_DEBUG(DEBUG_UPCALL, + "id %lld: updating existing cache entry", + knotif->id); + aa_audit_cache_update_ent(&profile->learning_cache, + hit, &node->data); + aa_put_audit_node(hit); + } else { + + AA_DEBUG(DEBUG_UPCALL, "inserted into cache"); + } + /* now to audit */ + } /* cache_response */ +} + + +void aa_free_ruleset(struct aa_ruleset *rules) +{ + if (!rules) + return; + aa_put_pdb(rules->policy); + aa_put_pdb(rules->file); + kfree_sensitive(rules); +} + +struct aa_ruleset *aa_new_ruleset(gfp_t gfp) +{ + struct aa_ruleset *rules = kzalloc(sizeof(*rules), gfp); + + INIT_LIST_HEAD(&rules->list); + + return rules; +} + +struct aa_ruleset *aa_clone_ruleset(struct aa_ruleset *rules) +{ + struct aa_ruleset *clone; + + clone = aa_new_ruleset(GFP_KERNEL); + if (!clone) + return NULL; + clone->size = rules->size; + clone->policy = aa_get_pdb(rules->policy); + clone->file = aa_get_pdb(rules->file); + clone->caps = rules->caps; + clone->rlimits = rules->rlimits; + + /* TODO: secmark */ + return clone; +} + +static long knotif_update_from_uresp_name(struct aa_knotif *knotif, + struct apparmor_notif_resp_name *reply, + u16 size) +{ + struct aa_ruleset *rules; + struct aa_profile *profile; + struct aa_ns *ns; + char *name, *glob; + struct aa_audit_node *clone; + struct aa_audit_node *node = container_of(knotif, + struct aa_audit_node, + knotif); + + ns = aa_get_current_ns(); + name = (char *) &reply->data[reply->name - sizeof(*reply)]; + + if (reply->perm.base.flags == (URESPONSE_LOOKUP | URESPONSE_PROFILE)) { + profile = aa_lookup_profile(ns, name); + if (!profile) { + aa_put_ns(ns); + return -ENOENT; + } + aa_put_ns(ns); + + rules = aa_clone_ruleset(list_first_entry(&profile->rules, + typeof(*rules), list)); + if (!rules) { + aa_put_profile(profile); + return -ENOMEM; + } + AA_DEBUG(DEBUG_UPCALL, + "id %lld: cloned profile '%s' rule set", knotif->id, + profile->base.hname); + aa_put_profile(profile); + + /* add list to profile rules TODO: improve locking*/ + profile = labels_profile(node->data.subj_label); + list_add_tail_entry(rules, &profile->rules, list); + } else if (reply->perm.base.flags == URESPONSE_TAILGLOB) { + // TODO: dedup with cache update in perm + struct aa_audit_node *node = container_of(knotif, + struct aa_audit_node, + knotif); + struct aa_audit_node *hit; + struct aa_profile *profile = labels_profile(node->data.subj_label); + + clone = aa_dup_audit_data(&node->data, GFP_KERNEL); + glob = kstrdup(name, GFP_KERNEL); + if (!name) + return -ENOMEM; + if (!clone) { + kfree(name); + return -ENOMEM; + } + kfree(clone->data.name); + clone->data.name = glob; + clone->data.flags = AUDIT_TAILGLOB_NAME; + clone->knotif.id = knotif->id; + clone->knotif.ntype = knotif->ntype; + node = clone; + knotif = &clone->knotif; + + // now add it to the cache + AA_DEBUG(DEBUG_UPCALL, + "notif %lld: response allow/reply 0x%x/0x%x, denied/reply 0x%x/0x%x, error %d/%d", + knotif->id, knotif->ad->request, reply->perm.allow, + knotif->ad->denied, reply->perm.deny, knotif->ad->error, + reply->base.error); + + knotif->ad->denied = reply->perm.deny; + knotif->ad->request = reply->perm.allow | reply->perm.deny; + + if (!knotif->ad->denied) { + /* no more denial, clear the error*/ + knotif->ad->error = 0; + AA_DEBUG(DEBUG_UPCALL, + "notif %lld: response allowed, clearing error\n", + knotif->id); + } else { + AA_DEBUG(DEBUG_UPCALL, + "notif %lld: response denied returning error %d\n", + knotif->id, knotif->ad->error); + } + + AA_DEBUG(DEBUG_UPCALL, "id %lld: inserting cache entry requ 0x%x denied 0x%x", + knotif->id, node->data.request, node->data.denied); + hit = aa_audit_cache_insert(&profile->learning_cache, + node); + AA_DEBUG(DEBUG_UPCALL, "id %lld: cache insert %s: name %s node %s\n", + knotif->id, hit != node ? "lost race" : "", + hit->data.name, node->data.name); + if (hit != node) { + AA_DEBUG(DEBUG_UPCALL, + "id %lld: updating existing cache entry", + knotif->id); + aa_audit_cache_update_ent(&profile->learning_cache, + hit, &node->data); + aa_put_audit_node(hit); + } else { + + AA_DEBUG(DEBUG_UPCALL, "inserted into cache"); + } + aa_put_audit_node(clone); + } + return size; +} + +/* handle userspace responding to a synchronous notification */ +long aa_listener_unotif_response(struct aa_listener *listener, + union apparmor_notif_resp *uresp, + u16 size) +{ + struct aa_knotif *knotif = NULL; + long ret; + + spin_lock(&listener->lock); + knotif = __del_and_hold_user_pending(listener, uresp->base.id); + if (!knotif) { + ret = -ENOENT; + AA_DEBUG(DEBUG_UPCALL, "could not find id %lld", + uresp->base.id); + goto out; + } + if (!response_is_valid(uresp, knotif, size)) { + ret = -EINVAL; + AA_DEBUG(DEBUG_UPCALL, "id %lld: response not valid", knotif->id); + __listener_complete_held_user_pending(listener, knotif); + goto out; + } + + if (uresp->perm.base.ntype == APPARMOR_NOTIF_RESP_PERM) { + knotif_update_from_uresp_perm(knotif, &uresp->perm); + } else if (uresp->perm.base.ntype == APPARMOR_NOTIF_RESP_NAME) { + size = knotif_update_from_uresp_name(knotif, &uresp->name, size); + } else { + AA_DEBUG(DEBUG_UPCALL, "id %lld: unknown response type", knotif->id); + size = -EINVAL; + } + ret = size; + + AA_DEBUG(DEBUG_UPCALL, "id %lld: completing notif", knotif->id); + __listener_complete_held_user_pending(listener, knotif); +out: + spin_unlock(&listener->lock); + + return ret; +} + +/******************** task reading notification to userspace ****************/ + +static long append_str(void __user *pos, long remaining, const char *str) +{ + long size; + + if (!str) + return 0; + size = strlen(str) + 1; + if (size > remaining) + return -EMSGSIZE; + if (copy_to_user(pos, str, size)) + return -EFAULT; + + return size; +} + +#define build_append_str(__BUF, __POS, __MAX, __STR, __FIELD, __SIZE) \ +({ \ + typeof(__SIZE) __tmp_size; \ + __FIELD = __POS - __BUF; \ + __tmp_size = append_str(__POS, max_size - (__POS - __BUF), __STR); \ + if (__tmp_size >= 0) { \ + __POS += __tmp_size; \ + __SIZE += __tmp_size; \ + } else { \ + __SIZE = __tmp_size; \ + } \ + (__tmp_size >= 0); \ +}) + +/* copy to userspace: notification data */ +static long build_v3_unotif(struct aa_knotif *knotif, void __user *buf, + u16 max_size) +{ + union apparmor_notif_all unotif = { }; + struct user_namespace *user_ns; + struct aa_profile *profile; + void __user *pos; + long size; + + AA_DEBUG(DEBUG_UPCALL, "building notif max size %d", max_size); + size = sizeof(unotif); + profile = labels_profile(knotif->ad->subj_label); + AA_BUG(profile == NULL); + if (size > max_size) + return -EMSGSIZE; + + user_ns = get_user_ns(current->nsproxy->uts_ns->user_ns); + + /* build response */ + unotif.common.len = size; + unotif.common.version = APPARMOR_NOTIFY_VERSION; + unotif.base.ntype = knotif->ntype; + unotif.base.id = knotif->id; + unotif.base.error = knotif->ad->error; + unotif.op.allow = knotif->ad->request & knotif->ad->denied; + unotif.op.deny = knotif->ad->denied; + AA_DEBUG(DEBUG_UPCALL, + "notif %lld: sent to user read request 0x%x, denied 0x%x, error %d", + knotif->id, knotif->ad->request, knotif->ad->denied, knotif->ad->error); + + if (knotif->ad->subjtsk != NULL) { + unotif.op.pid = task_pid_vnr(knotif->ad->subjtsk); + unotif.file.subj_uid = from_kuid(user_ns, task_uid(knotif->ad->subjtsk)); + } + unotif.op.class = knotif->ad->class; + unotif.file.obj_uid = from_kuid(user_ns, knotif->ad->fs.ouid); + + put_user_ns(user_ns); + + pos = buf + sizeof(unotif); + if (!build_append_str(buf, pos, max_size, profile->base.hname, + unotif.op.label, size)) + return size; + if (!build_append_str(buf, pos, max_size, knotif->ad->name, + unotif.file.name, size)) + return size; + + /* set size after appending strings */ + unotif.common.len = size; + /* now the struct, at the start of user mem */ + if (copy_to_user(buf, &unotif, sizeof(unotif))) + return -EFAULT; + + return pos - buf; +} + +// return < 0 == error +// 0 == repeat +// > 0 == built notification successfully +static long build_mediation_unotif(struct aa_listener *listener, + struct aa_knotif *knotif, + void __user *buf, u16 max_size) +{ + long ret; + + switch (knotif->ad->class) { + case AA_CLASS_FILE: + ret = build_v3_unotif(knotif, buf, max_size); + if (ret < 0) { + AA_DEBUG(DEBUG_UPCALL, + "id %lld: (error=%ld) failed to copy data to user reading size %ld, maxsize %d", + knotif->id, ret, + sizeof(union apparmor_notif_all), max_size); + goto out; + } + break; + default: + AA_BUG("unknown notification class"); + AA_DEBUG(DEBUG_UPCALL, "id %lld: unknown notification class", knotif->id); + /* skip and move onto the next notification */ + return 0; + } +out: + return ret; +} + +/* Handle the listener reading a notification into userspace */ +// TODO: output multiple messages in one recv +long aa_listener_unotif_recv(struct aa_listener *listener, void __user *buf, + u16 max_size) +{ + struct aa_knotif *knotif; + long ret; + + do { + knotif = listener_pop_and_hold_knotif(listener); + if (!knotif) { + return -ENOENT; + } + AA_DEBUG(DEBUG_UPCALL, "id %lld: removed notif from listener queue", + knotif->id); + + ret = build_mediation_unotif(listener, knotif, buf, max_size); + if (ret < 0) { + /* failed - drop notif and return error to reader */ + listener_complete_held_user_pending(listener, knotif); + return ret; + } else if (ret > 0) { + /* else notification copied */ + break; + } + /* unknown notification: drop and try next */ + listener_complete_held_user_pending(listener, knotif); + } while (ret == 0); + + /* success */ + if (knotif->ad->type == AUDIT_APPARMOR_USER) { + AA_DEBUG(DEBUG_UPCALL, "id %lld: adding notif to pending", knotif->id); + listener_append_held_user_pending(listener, knotif); + } else { + /* no one waiting on this notification drop it */ + AA_DEBUG(DEBUG_UPCALL, "id %lld: non-prompt audit notif delivered", knotif->id); + listener_complete_held_user_pending(listener, knotif); + } + + return ret; +} --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/policy.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/policy.c @@ -88,6 +88,11 @@ #include "include/resource.h" int unprivileged_userns_apparmor_policy = 1; +int unprivileged_userns_restricted = IS_ENABLED(CONFIG_SECURITY_APPARMOR_RESTRICT_USERNS); +int unprivileged_userns_restricted_force; +int unprivileged_userns_restricted_complain; +int aa_unprivileged_unconfined_restricted = 0; +int aa_unprivileged_uring_restricted; const char *const aa_profile_mode_names[] = { "enforce", @@ -98,6 +103,41 @@ }; +static void aa_free_pdb(struct aa_policydb *policy) +{ + if (policy) { + aa_put_dfa(policy->dfa); + if (policy->perms) + kvfree(policy->perms); + aa_free_str_table(&policy->trans); + } +} + +/** + * aa_pdb_free_kref - free aa_policydb by kref (called by aa_put_pdb) + * @kr: kref callback for freeing of a dfa (NOT NULL) + */ +void aa_pdb_free_kref(struct kref *kref) +{ + struct aa_policydb *pdb = container_of(kref, struct aa_policydb, count); + + aa_free_pdb(pdb); +} + + +struct aa_policydb *aa_alloc_pdb(gfp_t gfp) +{ + struct aa_policydb *pdb = kzalloc(sizeof(struct aa_policydb), gfp); + + if (!pdb) + return NULL; + + kref_init(&pdb->count); + + return pdb; +} + + /** * __add_profile - add a profiles to list and label tree * @list: list to add it to (NOT NULL) @@ -200,15 +240,15 @@ for (i = 0; i < attach->xattr_count; i++) kfree_sensitive(attach->xattrs[i]); kfree_sensitive(attach->xattrs); - aa_destroy_policydb(&attach->xmatch); + aa_put_pdb(attach->xmatch); } static void free_ruleset(struct aa_ruleset *rules) { int i; - aa_destroy_policydb(&rules->file); - aa_destroy_policydb(&rules->policy); + aa_put_pdb(rules->file); + aa_put_pdb(rules->policy); aa_free_cap_rules(&rules->caps); aa_free_rlimit_rules(&rules->rlimits); @@ -244,7 +284,7 @@ struct aa_ruleset *rule, *tmp; struct rhashtable *rht; - AA_DEBUG("%s(%p)\n", __func__, profile); + AA_DEBUG(DEBUG_POLICY, "%s(%p)\n", __func__, profile); if (!profile) return; @@ -255,8 +295,10 @@ aa_put_ns(profile->ns); kfree_sensitive(profile->rename); + kfree_sensitive(profile->disconnected); free_attachment(&profile->attach); + kfree_sensitive(profile->net_compat); /* * at this point there are no tasks that can have a reference @@ -278,6 +320,7 @@ kfree_sensitive(profile->hash); aa_put_loaddata(profile->rawdata); aa_label_destroy(&profile->label); + aa_audit_cache_destroy(&profile->learning_cache); kfree_sensitive(profile); } @@ -326,6 +369,8 @@ profile->label.flags |= FLAG_PROFILE; profile->label.vec[0] = profile; + aa_audit_cache_init(&profile->learning_cache); + /* refcount released by caller */ return profile; @@ -588,17 +633,8 @@ /* TODO: ideally we should inherit abi from parent */ profile->label.flags |= FLAG_NULL; rules = list_first_entry(&profile->rules, typeof(*rules), list); - rules->file.dfa = aa_get_dfa(nulldfa); - rules->file.perms = kcalloc(2, sizeof(struct aa_perms), GFP_KERNEL); - if (!rules->file.perms) - goto fail; - rules->file.size = 2; - rules->policy.dfa = aa_get_dfa(nulldfa); - rules->policy.perms = kcalloc(2, sizeof(struct aa_perms), GFP_KERNEL); - if (!rules->policy.perms) - goto fail; - rules->policy.size = 2; - + rules->file = aa_get_pdb(nullpdb); + rules->policy = aa_get_pdb(nullpdb); if (parent) { profile->path_flags = parent->path_flags; @@ -608,11 +644,6 @@ } return profile; - -fail: - aa_free_profile(profile); - - return NULL; } /** @@ -721,16 +752,17 @@ static void audit_cb(struct audit_buffer *ab, void *va) { struct common_audit_data *sa = va; + struct apparmor_audit_data *ad = aad(sa); - if (aad(sa)->iface.ns) { + if (ad->iface.ns) { audit_log_format(ab, " ns="); - audit_log_untrustedstring(ab, aad(sa)->iface.ns); + audit_log_untrustedstring(ab, ad->iface.ns); } } /** * audit_policy - Do auditing of policy changes - * @label: label to check if it can manage policy + * @subj_label: label to check if it can manage policy * @op: policy operation being performed * @ns_name: name of namespace being manipulated * @name: name of profile being manipulated (NOT NULL) @@ -739,19 +771,19 @@ * * Returns: the error to be returned after audit is done */ -static int audit_policy(struct aa_label *label, const char *op, +static int audit_policy(struct aa_label *subj_label, const char *op, const char *ns_name, const char *name, const char *info, int error) { - DEFINE_AUDIT_DATA(sa, LSM_AUDIT_DATA_NONE, AA_CLASS_NONE, op); + DEFINE_AUDIT_DATA(ad, LSM_AUDIT_DATA_NONE, AA_CLASS_NONE, op); - aad(&sa)->iface.ns = ns_name; - aad(&sa)->name = name; - aad(&sa)->info = info; - aad(&sa)->error = error; - aad(&sa)->label = label; + ad.iface.ns = ns_name; + ad.name = name; + ad.info = info; + ad.error = error; + ad.subj_label = subj_label; - aa_audit_msg(AUDIT_APPARMOR_STATUS, &sa, audit_cb); + aa_audit_msg(AUDIT_APPARMOR_STATUS, &ad, audit_cb); return error; } @@ -759,7 +791,8 @@ /* don't call out to other LSMs in the stack for apparmor policy admin * permissions */ -static int policy_ns_capable(struct aa_label *label, +static int policy_ns_capable(const struct cred *subj_cred, + struct aa_label *label, struct user_namespace *userns, int cap) { int err; @@ -767,23 +800,25 @@ /* check for MAC_ADMIN cap in cred */ err = cap_capable(current_cred(), userns, cap, CAP_OPT_NONE); if (!err) - err = aa_capable(label, cap, CAP_OPT_NONE); + err = aa_capable(subj_cred, label, cap, CAP_OPT_NONE); return err; } /** * aa_policy_view_capable - check if viewing policy in at @ns is allowed - * label: label that is trying to view policy in ns - * ns: namespace being viewed by @label (may be NULL if @label's ns) + * @subj_cred: cred of subject + * @label: label that is trying to view policy in ns + * @ns: namespace being viewed by @label (may be NULL if @label's ns) * Returns: true if viewing policy is allowed * * If @ns is NULL then the namespace being viewed is assumed to be the * tasks current namespace. */ -bool aa_policy_view_capable(struct aa_label *label, struct aa_ns *ns) +bool aa_policy_view_capable(const struct cred *subj_cred, + struct aa_label *label, struct aa_ns *ns) { - struct user_namespace *user_ns = current_user_ns(); + struct user_namespace *user_ns = subj_cred->user_ns; struct aa_ns *view_ns = labels_view(label); bool root_in_user_ns = uid_eq(current_euid(), make_kuid(user_ns, 0)) || in_egroup_p(make_kgid(user_ns, 0)); @@ -800,15 +835,17 @@ return response; } -bool aa_policy_admin_capable(struct aa_label *label, struct aa_ns *ns) +bool aa_policy_admin_capable(const struct cred *subj_cred, + struct aa_label *label, struct aa_ns *ns) { - struct user_namespace *user_ns = current_user_ns(); - bool capable = policy_ns_capable(label, user_ns, CAP_MAC_ADMIN) == 0; + struct user_namespace *user_ns = subj_cred->user_ns; + bool capable = policy_ns_capable(subj_cred, label, user_ns, + CAP_MAC_ADMIN) == 0; - AA_DEBUG("cap_mac_admin? %d\n", capable); - AA_DEBUG("policy locked? %d\n", aa_g_lock_policy); + AA_DEBUG(DEBUG_POLICY, "cap_mac_admin? %d\n", capable); + AA_DEBUG(DEBUG_POLICY, "policy locked? %d\n", aa_g_lock_policy); - return aa_policy_view_capable(label, ns) && capable && + return aa_policy_view_capable(subj_cred, label, ns) && capable && !aa_g_lock_policy; } @@ -818,7 +855,7 @@ bool res; label = __begin_current_label_crit_section(); - res = aa_policy_view_capable(label, ns); + res = aa_policy_view_capable(current_cred(), label, ns); __end_current_label_crit_section(label); return res; @@ -830,7 +867,7 @@ bool res; label = __begin_current_label_crit_section(); - res = aa_policy_admin_capable(label, ns); + res = aa_policy_admin_capable(current_cred(), label, ns); __end_current_label_crit_section(label); return res; @@ -838,12 +875,14 @@ /** * aa_may_manage_policy - can the current task manage policy + * @subj_cred: subject cred * @label: label to check if it can manage policy * @mask: contains the policy manipulation operation being done * * Returns: 0 if the task is allowed to manipulate policy else error */ -int aa_may_manage_policy(struct aa_label *label, struct aa_ns *ns, u32 mask) +int aa_may_manage_policy(const struct cred *subj_cred, struct aa_label *label, + struct aa_ns *ns, u32 mask) { const char *op; @@ -859,7 +898,7 @@ return audit_policy(label, op, NULL, NULL, "policy_locked", -EACCES); - if (!aa_policy_admin_capable(label, ns)) + if (!aa_policy_admin_capable(subj_cred, label, ns)) return audit_policy(label, op, NULL, NULL, "not policy admin", -EACCES); @@ -1188,7 +1227,8 @@ list_del_init(&ent->list); op = (!ent->old && !ent->rename) ? OP_PROF_LOAD : OP_PROF_REPL; - if (ent->old && ent->old->rawdata == ent->new->rawdata && + if (ent->old && ent->old->learning_cache.size == 0 && + ent->old->rawdata == ent->new->rawdata && ent->new->rawdata) { /* dedup actual profile replacement */ audit_policy(label, op, ns_name, ent->new->base.hname, --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/policy_ns.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/policy_ns.c @@ -15,6 +15,7 @@ #include #include #include +#include #include "include/apparmor.h" #include "include/cred.h" @@ -107,7 +108,7 @@ struct aa_ns *ns; ns = kzalloc(sizeof(*ns), GFP_KERNEL); - AA_DEBUG("%s(%p)\n", __func__, ns); + AA_DEBUG(DEBUG_POLICY, "%s(%p)\n", __func__, ns); if (!ns) return NULL; if (!aa_policy_init(&ns->base, prefix, name, GFP_KERNEL)) @@ -117,6 +118,8 @@ INIT_LIST_HEAD(&ns->rawdata_list); mutex_init(&ns->lock); init_waitqueue_head(&ns->wait); + spin_lock_init(&ns->listener_lock); + INIT_LIST_HEAD(&ns->listeners); /* released by aa_free_ns() */ ns->unconfined = alloc_unconfined("unconfined"); --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/policy_unpack.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/policy_unpack.c @@ -34,17 +34,18 @@ static void audit_cb(struct audit_buffer *ab, void *va) { struct common_audit_data *sa = va; + struct apparmor_audit_data *ad = aad(sa); - if (aad(sa)->iface.ns) { + if (ad->iface.ns) { audit_log_format(ab, " ns="); - audit_log_untrustedstring(ab, aad(sa)->iface.ns); + audit_log_untrustedstring(ab, ad->iface.ns); } - if (aad(sa)->name) { + if (ad->name) { audit_log_format(ab, " name="); - audit_log_untrustedstring(ab, aad(sa)->name); + audit_log_untrustedstring(ab, ad->name); } - if (aad(sa)->iface.pos) - audit_log_format(ab, " offset=%ld", aad(sa)->iface.pos); + if (ad->iface.pos) + audit_log_format(ab, " offset=%ld", ad->iface.pos); } /** @@ -63,18 +64,18 @@ int error) { struct aa_profile *profile = labels_profile(aa_current_raw_label()); - DEFINE_AUDIT_DATA(sa, LSM_AUDIT_DATA_NONE, AA_CLASS_NONE, NULL); + DEFINE_AUDIT_DATA(ad, LSM_AUDIT_DATA_NONE, AA_CLASS_NONE, NULL); if (e) - aad(&sa)->iface.pos = e->pos - e->start; - aad(&sa)->iface.ns = ns_name; + ad.iface.pos = e->pos - e->start; + ad.iface.ns = ns_name; if (new) - aad(&sa)->name = new->base.hname; + ad.name = new->base.hname; else - aad(&sa)->name = name; - aad(&sa)->info = info; - aad(&sa)->error = error; + ad.name = name; + ad.info = info; + ad.error = error; - return aa_audit(AUDIT_APPARMOR_STATUS, profile, &sa, audit_cb); + return aa_audit(AUDIT_APPARMOR_STATUS, profile, &ad, audit_cb); } void __aa_loaddata_update(struct aa_loaddata *data, long revision) @@ -266,6 +267,19 @@ return false; } +VISIBLE_IF_KUNIT bool unpack_u16(struct aa_ext *e, u16 *data, const char *name) +{ + if (aa_unpack_nameX(e, AA_U16, name)) { + if (!aa_inbounds(e, sizeof(u16))) + return 0; + if (data) + *data = le16_to_cpu(get_unaligned((__le16 *) e->pos)); + e->pos += sizeof(u16); + return 1; + } + return 0; +} + VISIBLE_IF_KUNIT bool aa_unpack_u32(struct aa_ext *e, u32 *data, const char *name) { void *pos = e->pos; @@ -702,24 +716,29 @@ return -EPROTO; } -static int unpack_pdb(struct aa_ext *e, struct aa_policydb *policy, +static int unpack_pdb(struct aa_ext *e, struct aa_policydb **policy, bool required_dfa, bool required_trans, const char **info) { + struct aa_policydb *pdb; void *pos = e->pos; int i, flags, error = -EPROTO; ssize_t size; - size = unpack_perms_table(e, &policy->perms); + pdb = aa_alloc_pdb(GFP_KERNEL); + if (!pdb) + return -ENOMEM; + + size = unpack_perms_table(e, &pdb->perms); if (size < 0) { error = size; - policy->perms = NULL; + pdb->perms = NULL; *info = "failed to unpack - perms"; goto fail; } - policy->size = size; + pdb->size = size; - if (policy->perms) { + if (pdb->perms) { /* perms table present accept is index */ flags = TO_ACCEPT1_FLAG(YYTD_DATA32); } else { @@ -728,13 +747,13 @@ TO_ACCEPT2_FLAG(YYTD_DATA32); } - policy->dfa = unpack_dfa(e, flags); - if (IS_ERR(policy->dfa)) { - error = PTR_ERR(policy->dfa); - policy->dfa = NULL; + pdb->dfa = unpack_dfa(e, flags); + if (IS_ERR(pdb->dfa)) { + error = PTR_ERR(pdb->dfa); + pdb->dfa = NULL; *info = "failed to unpack - dfa"; goto fail; - } else if (!policy->dfa) { + } else if (!pdb->dfa) { if (required_dfa) { *info = "missing required dfa"; goto fail; @@ -748,18 +767,18 @@ * sadly start was given different names for file and policydb * but since it is optional we can try both */ - if (!aa_unpack_u32(e, &policy->start[0], "start")) + if (!aa_unpack_u32(e, &pdb->start[0], "start")) /* default start state */ - policy->start[0] = DFA_START; - if (!aa_unpack_u32(e, &policy->start[AA_CLASS_FILE], "dfa_start")) { + pdb->start[0] = DFA_START; + if (!aa_unpack_u32(e, &pdb->start[AA_CLASS_FILE], "dfa_start")) { /* default start state for xmatch and file dfa */ - policy->start[AA_CLASS_FILE] = DFA_START; + pdb->start[AA_CLASS_FILE] = DFA_START; } /* setup class index */ for (i = AA_CLASS_FILE + 1; i <= AA_CLASS_LAST; i++) { - policy->start[i] = aa_dfa_next(policy->dfa, policy->start[0], + pdb->start[i] = aa_dfa_next(pdb->dfa, pdb->start[0], i); } - if (!unpack_trans_table(e, &policy->trans) && required_trans) { + if (!unpack_trans_table(e, &pdb->trans) && required_trans) { *info = "failed to unpack profile transition table"; goto fail; } @@ -767,9 +786,11 @@ /* TODO: move compat mapping here, requires dfa merging first */ /* TODO: move verify here, it has to be done after compat mappings */ out: + *policy = pdb; return 0; fail: + aa_put_pdb(pdb); e->pos = pos; return error; } @@ -802,9 +823,10 @@ struct aa_profile *profile = NULL; const char *tmpname, *tmpns = NULL, *name = NULL; const char *info = "failed to unpack profile"; + u16 size = 0; size_t ns_len; struct rhashtable_params params = { 0 }; - char *key = NULL; + char *key = NULL, *disconnected = NULL; struct aa_data *data; int error = -EPROTO; kernel_cap_t tmpcap; @@ -853,15 +875,15 @@ } /* neither xmatch_len not xmatch_perms are optional if xmatch is set */ - if (profile->attach.xmatch.dfa) { + if (profile->attach.xmatch->dfa) { if (!aa_unpack_u32(e, &tmp, NULL)) { info = "missing xmatch len"; goto fail; } profile->attach.xmatch_len = tmp; - profile->attach.xmatch.start[AA_CLASS_XMATCH] = DFA_START; - if (!profile->attach.xmatch.perms) { - error = aa_compat_map_xmatch(&profile->attach.xmatch); + profile->attach.xmatch->start[AA_CLASS_XMATCH] = DFA_START; + if (!profile->attach.xmatch->perms) { + error = aa_compat_map_xmatch(profile->attach.xmatch); if (error) { info = "failed to convert xmatch permission table"; goto fail; @@ -870,7 +892,8 @@ } /* disconnected attachment string is optional */ - (void) aa_unpack_str(e, &profile->disconnected, "disconnected"); + (void) aa_unpack_strdup(e, &disconnected, "disconnected"); + profile->disconnected = disconnected; /* per profile debug flags (complain, audit) */ if (!aa_unpack_nameX(e, AA_STRUCT, "flags")) { @@ -886,6 +909,8 @@ profile->label.flags |= FLAG_DEBUG1; if (tmp & PACKED_FLAG_DEBUG2) profile->label.flags |= FLAG_DEBUG2; + if (tmp & PACKED_FLAG_INTERRUPTIBLE) + profile->label.flags |= FLAG_INTERRUPTIBLE; if (!aa_unpack_u32(e, &tmp, NULL)) goto fail; if (tmp == PACKED_MODE_COMPLAIN || (e->version & FORCE_COMPLAIN_FLAG)) { @@ -969,6 +994,45 @@ goto fail; } + if (aa_unpack_array(e, "net_allowed_af", &size) || + VERSION_LT(e->version, v8)) { + u16 i; + + profile->net_compat = kzalloc(sizeof(struct aa_net_compat), + GFP_KERNEL); + if (!profile->net_compat) { + info = "out of memory"; + goto fail; + } + for (i = 0; i < size; i++) { + /* discard extraneous rules that this kernel will + * never request + */ + if (i >= AF_MAX) { + u16 tmp; + + if (!unpack_u16(e, &tmp, NULL) || + !unpack_u16(e, &tmp, NULL) || + !unpack_u16(e, &tmp, NULL)) + goto fail; + continue; + } + if (!unpack_u16(e, &profile->net_compat->allow[i], NULL)) + goto fail; + if (!unpack_u16(e, &profile->net_compat->audit[i], NULL)) + goto fail; + if (!unpack_u16(e, &profile->net_compat->quiet[i], NULL)) + goto fail; + } + if (size && !aa_unpack_nameX(e, AA_ARRAYEND, NULL)) + goto fail; + if (VERSION_LT(e->version, v7)) { + /* pre v7 policy always allowed these */ + profile->net_compat->allow[AF_UNIX] = 0xffff; + profile->net_compat->allow[AF_NETLINK] = 0xffff; + } + } + if (aa_unpack_nameX(e, AA_STRUCT, "policydb")) { /* generic policy dfa - optional and may be NULL */ info = "failed to unpack policydb"; @@ -977,16 +1041,16 @@ if (error) goto fail; /* Fixup: drop when we get rid of start array */ - if (aa_dfa_next(rules->policy.dfa, rules->policy.start[0], + if (aa_dfa_next(rules->policy->dfa, rules->policy->start[0], AA_CLASS_FILE)) - rules->policy.start[AA_CLASS_FILE] = - aa_dfa_next(rules->policy.dfa, - rules->policy.start[0], + rules->policy->start[AA_CLASS_FILE] = + aa_dfa_next(rules->policy->dfa, + rules->policy->start[0], AA_CLASS_FILE); if (!aa_unpack_nameX(e, AA_STRUCTEND, NULL)) goto fail; - if (!rules->policy.perms) { - error = aa_compat_map_policy(&rules->policy, + if (!rules->policy->perms) { + error = aa_compat_map_policy(rules->policy, e->version); if (error) { info = "failed to remap policydb permission table"; @@ -994,44 +1058,25 @@ } } } else { - rules->policy.dfa = aa_get_dfa(nulldfa); - rules->policy.perms = kcalloc(2, sizeof(struct aa_perms), - GFP_KERNEL); - if (!rules->policy.perms) - goto fail; - rules->policy.size = 2; + rules->policy = aa_get_pdb(nullpdb); } /* get file rules */ error = unpack_pdb(e, &rules->file, false, true, &info); if (error) { goto fail; - } else if (rules->file.dfa) { - if (!rules->file.perms) { - error = aa_compat_map_file(&rules->file); + } else if (rules->file->dfa) { + if (!rules->file->perms) { + error = aa_compat_map_file(rules->file); if (error) { info = "failed to remap file permission table"; goto fail; } } - } else if (rules->policy.dfa && - rules->policy.start[AA_CLASS_FILE]) { - rules->file.dfa = aa_get_dfa(rules->policy.dfa); - rules->file.start[AA_CLASS_FILE] = rules->policy.start[AA_CLASS_FILE]; - rules->file.perms = kcalloc(rules->policy.size, - sizeof(struct aa_perms), - GFP_KERNEL); - if (!rules->file.perms) - goto fail; - memcpy(rules->file.perms, rules->policy.perms, - rules->policy.size * sizeof(struct aa_perms)); - rules->file.size = rules->policy.size; + } else if (rules->policy->dfa && + rules->policy->start[AA_CLASS_FILE]) { + rules->file = aa_get_pdb(rules->policy); } else { - rules->file.dfa = aa_get_dfa(nulldfa); - rules->file.perms = kcalloc(2, sizeof(struct aa_perms), - GFP_KERNEL); - if (!rules->file.perms) - goto fail; - rules->file.size = 2; + rules->file = aa_get_pdb(nullpdb); } error = -EPROTO; if (aa_unpack_nameX(e, AA_STRUCT, "data")) { @@ -1238,26 +1283,32 @@ if (!rules) return 0; - if ((rules->file.dfa && !verify_dfa_accept_index(rules->file.dfa, - rules->file.size)) || - (rules->policy.dfa && - !verify_dfa_accept_index(rules->policy.dfa, rules->policy.size))) { + if (rules->file->dfa && !verify_dfa_accept_index(rules->file->dfa, + rules->file->size)) { + audit_iface(profile, NULL, NULL, + "Unpack: file Invalid named transition", NULL, + -EPROTO); + return -EPROTO; + } + if (rules->policy->dfa && + !verify_dfa_accept_index(rules->policy->dfa, rules->policy->size)) { audit_iface(profile, NULL, NULL, - "Unpack: Invalid named transition", NULL, -EPROTO); + "Unpack: policy Invalid named transition", NULL, + -EPROTO); return -EPROTO; } - if (!verify_perms(&rules->file)) { + if (!verify_perms(rules->file)) { audit_iface(profile, NULL, NULL, "Unpack: Invalid perm index", NULL, -EPROTO); return -EPROTO; } - if (!verify_perms(&rules->policy)) { + if (!verify_perms(rules->policy)) { audit_iface(profile, NULL, NULL, "Unpack: Invalid perm index", NULL, -EPROTO); return -EPROTO; } - if (!verify_perms(&profile->attach.xmatch)) { + if (!verify_perms(profile->attach.xmatch)) { audit_iface(profile, NULL, NULL, "Unpack: Invalid perm index", NULL, -EPROTO); return -EPROTO; --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/procattr.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/procattr.c @@ -123,12 +123,14 @@ for (count = 0; (hat < end) && count < 16; ++count) { char *next = hat + strlen(hat) + 1; hats[count] = hat; - AA_DEBUG("%s: (pid %d) Magic 0x%llx count %d hat '%s'\n" + AA_DEBUG(DEBUG_DOMAIN, + "%s: (pid %d) Magic 0x%llx count %d hat '%s'\n" , __func__, current->pid, token, count, hat); hat = next; } } else - AA_DEBUG("%s: (pid %d) Magic 0x%llx count %d Hat '%s'\n", + AA_DEBUG(DEBUG_DOMAIN, + "%s: (pid %d) Magic 0x%llx count %d Hat '%s'\n", __func__, current->pid, token, count, ""); return aa_change_hat(hats, count, token, flags); --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/resource.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/resource.c @@ -30,18 +30,20 @@ static void audit_cb(struct audit_buffer *ab, void *va) { struct common_audit_data *sa = va; + struct apparmor_audit_data *ad = aad(sa); audit_log_format(ab, " rlimit=%s value=%lu", - rlim_names[aad(sa)->rlim.rlim], aad(sa)->rlim.max); - if (aad(sa)->peer) { + rlim_names[ad->rlim.rlim], ad->rlim.max); + if (ad->peer) { audit_log_format(ab, " peer="); - aa_label_xaudit(ab, labels_ns(aad(sa)->label), aad(sa)->peer, + aa_label_xaudit(ab, labels_ns(ad->subj_label), ad->peer, FLAGS_NONE, GFP_ATOMIC); } } /** * audit_resource - audit setting resource limit + * @subj_cred: cred setting the resource * @profile: profile being enforced (NOT NULL) * @resource: rlimit being auditing * @value: value being set @@ -49,22 +51,24 @@ * @info: info being auditing * @error: error value * - * Returns: 0 or sa->error else other error code on failure + * Returns: 0 or ad->error else other error code on failure */ -static int audit_resource(struct aa_profile *profile, unsigned int resource, +static int audit_resource(const struct cred *subj_cred, + struct aa_profile *profile, unsigned int resource, unsigned long value, struct aa_label *peer, const char *info, int error) { - DEFINE_AUDIT_DATA(sa, LSM_AUDIT_DATA_NONE, AA_CLASS_RLIMITS, + DEFINE_AUDIT_DATA(ad, LSM_AUDIT_DATA_NONE, AA_CLASS_RLIMITS, OP_SETRLIMIT); - aad(&sa)->rlim.rlim = resource; - aad(&sa)->rlim.max = value; - aad(&sa)->peer = peer; - aad(&sa)->info = info; - aad(&sa)->error = error; + ad.subj_cred = subj_cred; + ad.rlim.rlim = resource; + ad.rlim.max = value; + ad.peer = peer; + ad.info = info; + ad.error = error; - return aa_audit(AUDIT_APPARMOR_AUTO, profile, &sa, audit_cb); + return aa_audit(AUDIT_APPARMOR_AUTO, profile, &ad, audit_cb); } /** @@ -81,7 +85,8 @@ return rlim_map[resource]; } -static int profile_setrlimit(struct aa_profile *profile, unsigned int resource, +static int profile_setrlimit(const struct cred *subj_cred, + struct aa_profile *profile, unsigned int resource, struct rlimit *new_rlim) { struct aa_ruleset *rules = list_first_entry(&profile->rules, @@ -91,22 +96,24 @@ if (rules->rlimits.mask & (1 << resource) && new_rlim->rlim_max > rules->rlimits.limits[resource].rlim_max) e = -EACCES; - return audit_resource(profile, resource, new_rlim->rlim_max, NULL, NULL, - e); + return audit_resource(subj_cred, profile, resource, new_rlim->rlim_max, + NULL, NULL, e); } /** * aa_task_setrlimit - test permission to set an rlimit - * @label - label confining the task (NOT NULL) - * @task - task the resource is being set on - * @resource - the resource being set - * @new_rlim - the new resource limit (NOT NULL) + * @subj_cred: cred setting the limit + * @label: label confining the task (NOT NULL) + * @task: task the resource is being set on + * @resource: the resource being set + * @new_rlim: the new resource limit (NOT NULL) * * Control raising the processes hard limit. * * Returns: 0 or error code if setting resource failed */ -int aa_task_setrlimit(struct aa_label *label, struct task_struct *task, +int aa_task_setrlimit(const struct cred *subj_cred, struct aa_label *label, + struct task_struct *task, unsigned int resource, struct rlimit *new_rlim) { struct aa_profile *profile; @@ -125,14 +132,15 @@ */ if (label != peer && - aa_capable(label, CAP_SYS_RESOURCE, CAP_OPT_NOAUDIT) != 0) + aa_capable(subj_cred, label, CAP_SYS_RESOURCE, CAP_OPT_NOAUDIT) != 0) error = fn_for_each(label, profile, - audit_resource(profile, resource, + audit_resource(subj_cred, profile, resource, new_rlim->rlim_max, peer, "cap_sys_resource", -EACCES)); else error = fn_for_each_confined(label, profile, - profile_setrlimit(profile, resource, new_rlim)); + profile_setrlimit(subj_cred, profile, resource, + new_rlim)); aa_put_label(peer); return error; --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/apparmor/task.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/apparmor/task.c @@ -208,70 +208,75 @@ static void audit_ptrace_cb(struct audit_buffer *ab, void *va) { struct common_audit_data *sa = va; + struct apparmor_audit_data *ad = aad(sa); - if (aad(sa)->request & AA_PTRACE_PERM_MASK) { + if (ad->request & AA_PTRACE_PERM_MASK) { audit_log_format(ab, " requested_mask=\"%s\"", - audit_ptrace_mask(aad(sa)->request)); + audit_ptrace_mask(ad->request)); - if (aad(sa)->denied & AA_PTRACE_PERM_MASK) { + if (ad->denied & AA_PTRACE_PERM_MASK) { audit_log_format(ab, " denied_mask=\"%s\"", - audit_ptrace_mask(aad(sa)->denied)); + audit_ptrace_mask(ad->denied)); } } audit_log_format(ab, " peer="); - aa_label_xaudit(ab, labels_ns(aad(sa)->label), aad(sa)->peer, + aa_label_xaudit(ab, labels_ns(ad->subj_label), ad->peer, FLAGS_NONE, GFP_ATOMIC); } /* assumes check for RULE_MEDIATES is already done */ /* TODO: conditionals */ -static int profile_ptrace_perm(struct aa_profile *profile, - struct aa_label *peer, u32 request, - struct common_audit_data *sa) +static int profile_ptrace_perm(const struct cred *cred, + struct aa_profile *profile, + struct aa_label *peer, u32 request, + struct apparmor_audit_data *ad) { struct aa_ruleset *rules = list_first_entry(&profile->rules, typeof(*rules), list); struct aa_perms perms = { }; - aad(sa)->peer = peer; + ad->subj_cred = cred; + ad->peer = peer; aa_profile_match_label(profile, rules, peer, AA_CLASS_PTRACE, request, &perms); aa_apply_modes_to_perms(profile, &perms); - return aa_check_perms(profile, &perms, request, sa, audit_ptrace_cb); + return aa_check_perms(profile, &perms, request, ad, audit_ptrace_cb); } -static int profile_tracee_perm(struct aa_profile *tracee, +static int profile_tracee_perm(const struct cred *cred, + struct aa_profile *tracee, struct aa_label *tracer, u32 request, - struct common_audit_data *sa) + struct apparmor_audit_data *ad) { if (profile_unconfined(tracee) || unconfined(tracer) || !ANY_RULE_MEDIATES(&tracee->rules, AA_CLASS_PTRACE)) return 0; - return profile_ptrace_perm(tracee, tracer, request, sa); + return profile_ptrace_perm(cred, tracee, tracer, request, ad); } -static int profile_tracer_perm(struct aa_profile *tracer, +static int profile_tracer_perm(const struct cred *cred, + struct aa_profile *tracer, struct aa_label *tracee, u32 request, - struct common_audit_data *sa) + struct apparmor_audit_data *ad) { if (profile_unconfined(tracer)) return 0; if (ANY_RULE_MEDIATES(&tracer->rules, AA_CLASS_PTRACE)) - return profile_ptrace_perm(tracer, tracee, request, sa); + return profile_ptrace_perm(cred, tracer, tracee, request, ad); /* profile uses the old style capability check for ptrace */ if (&tracer->label == tracee) return 0; - aad(sa)->label = &tracer->label; - aad(sa)->peer = tracee; - aad(sa)->request = 0; - aad(sa)->error = aa_capable(&tracer->label, CAP_SYS_PTRACE, - CAP_OPT_NONE); + ad->subj_label = &tracer->label; + ad->peer = tracee; + ad->request = 0; + ad->error = aa_capable(cred, &tracer->label, CAP_SYS_PTRACE, + CAP_OPT_NONE); - return aa_audit(AUDIT_APPARMOR_AUTO, tracer, sa, audit_ptrace_cb); + return aa_audit(AUDIT_APPARMOR_AUTO, tracer, ad, audit_ptrace_cb); } /** @@ -282,14 +287,72 @@ * * Returns: %0 else error code if permission denied or error */ -int aa_may_ptrace(struct aa_label *tracer, struct aa_label *tracee, +int aa_may_ptrace(const struct cred *tracer_cred, struct aa_label *tracer, + const struct cred *tracee_cred, struct aa_label *tracee, u32 request) { struct aa_profile *profile; u32 xrequest = request << PTRACE_PERM_SHIFT; - DEFINE_AUDIT_DATA(sa, LSM_AUDIT_DATA_NONE, AA_CLASS_PTRACE, OP_PTRACE); + DEFINE_AUDIT_DATA(ad, LSM_AUDIT_DATA_NONE, AA_CLASS_PTRACE, OP_PTRACE); return xcheck_labels(tracer, tracee, profile, - profile_tracer_perm(profile, tracee, request, &sa), - profile_tracee_perm(profile, tracer, xrequest, &sa)); + profile_tracer_perm(tracer_cred, profile, tracee, + request, &ad), + profile_tracee_perm(tracee_cred, profile, tracer, + xrequest, &ad)); +} + +/* call back to audit ptrace fields */ +static void audit_ns_cb(struct audit_buffer *ab, void *va) +{ + struct common_audit_data *sa = va; + struct apparmor_audit_data *ad = aad(sa); + + if (ad->request & AA_USERNS_CREATE) + audit_log_format(ab, " requested=\"userns_create\""); + + if (ad->denied & AA_USERNS_CREATE) + audit_log_format(ab, " denied=\"userns_create\""); +} + +int aa_profile_ns_perm(struct aa_profile *profile, + struct apparmor_audit_data *ad, + u32 request) +{ + struct aa_ruleset *rules = list_first_entry(&profile->rules, + typeof(*rules), list); + struct aa_perms perms = { }; + aa_state_t state; + + ad->request = request; + + + /* TODO: rework unconfined profile/dfa to mediate user ns, then + * we can drop the unconfined test + */ + state = RULE_MEDIATES(rules, ad->class); + if (!state) { + /* TODO: this gets replaced when the default unconfined + * profile dfa gets updated to handle this + */ + if (profile_unconfined(profile) && + profile == profiles_ns(profile)->unconfined) { + if (!unprivileged_userns_restricted || + ns_capable_noaudit(current_user_ns(), + CAP_SYS_ADMIN)) + return 0; + ad->info = "User namespace creation restricted"; + /* unconfined unprivileged user */ + /* don't just return: allow complain mode to override */ + } else if (!unprivileged_userns_restricted_force) { + return 0; + } + /* continue to mediation */ + } + perms = *aa_lookup_perms(rules->policy, state); + if (unprivileged_userns_restricted_complain) + perms.complain = ALL_PERMS_MASK; + + aa_apply_modes_to_perms(profile, &perms); + return aa_check_perms(profile, &perms, request, ad, audit_ns_cb); } --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/bpf/hooks.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/bpf/hooks.c @@ -5,6 +5,7 @@ */ #include #include +#include static struct security_hook_list bpf_lsm_hooks[] __ro_after_init = { #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ @@ -15,9 +16,20 @@ LSM_HOOK_INIT(task_free, bpf_task_storage_free), }; +/* + * slot has to be LSMBLOB_NEEDED because some of the hooks + * supplied by this module require a slot. + */ +struct lsm_id bpf_lsmid __ro_after_init = { + .lsm = "bpf", + .id = LSM_ID_BPF, + .slot = LSMBLOB_NEEDED, +}; + static int __init bpf_lsm_init(void) { - security_add_hooks(bpf_lsm_hooks, ARRAY_SIZE(bpf_lsm_hooks), "bpf"); + security_add_hooks(bpf_lsm_hooks, ARRAY_SIZE(bpf_lsm_hooks), + &bpf_lsmid); pr_info("LSM support for eBPF active\n"); return 0; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/commoncap.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/commoncap.c @@ -25,6 +25,7 @@ #include #include #include +#include /* * If a non-root user executes a setuid-root binary in @@ -1439,6 +1440,11 @@ } #ifdef CONFIG_SECURITY +static struct lsm_id capability_lsmid __ro_after_init = { + .lsm = "capability", + .id = LSM_ID_CAPABILITY, + .slot = LSMBLOB_NOT_NEEDED, +}; static struct security_hook_list capability_hooks[] __ro_after_init = { LSM_HOOK_INIT(capable, cap_capable), @@ -1464,7 +1470,7 @@ static int __init capability_init(void) { security_add_hooks(capability_hooks, ARRAY_SIZE(capability_hooks), - "capability"); + &capability_lsmid); return 0; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/integrity/digsig.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/integrity/digsig.c @@ -200,7 +200,7 @@ rc = kernel_read_file_from_path(path, 0, &data, INT_MAX, NULL, READING_X509_CERTIFICATE); if (rc < 0) { - pr_err("Unable to open file: %s (%d)", path, rc); + pr_warn("Unable to open file: %s (%d)", path, rc); return rc; } size = rc; --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/integrity/iint.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/integrity/iint.c @@ -66,9 +66,32 @@ return iint; } -static void iint_free(struct integrity_iint_cache *iint) +#define IMA_MAX_NESTING (FILESYSTEM_MAX_STACK_DEPTH+1) + +/* + * It is not clear that IMA should be nested at all, but as long is it measures + * files both on overlayfs and on underlying fs, we need to annotate the iint + * mutex to avoid lockdep false positives related to IMA + overlayfs. + * See ovl_lockdep_annotate_inode_mutex_key() for more details. + */ +static inline void iint_lockdep_annotate(struct integrity_iint_cache *iint, + struct inode *inode) +{ +#ifdef CONFIG_LOCKDEP + static struct lock_class_key iint_mutex_key[IMA_MAX_NESTING]; + + int depth = inode->i_sb->s_stack_depth; + + if (WARN_ON_ONCE(depth < 0 || depth >= IMA_MAX_NESTING)) + depth = 0; + + lockdep_set_class(&iint->mutex, &iint_mutex_key[depth]); +#endif +} + +static void iint_init_always(struct integrity_iint_cache *iint, + struct inode *inode) { - kfree(iint->ima_hash); iint->ima_hash = NULL; iint->version = 0; iint->flags = 0UL; @@ -80,6 +103,14 @@ iint->ima_creds_status = INTEGRITY_UNKNOWN; iint->evm_status = INTEGRITY_UNKNOWN; iint->measured_pcrs = 0; + mutex_init(&iint->mutex); + iint_lockdep_annotate(iint, inode); +} + +static void iint_free(struct integrity_iint_cache *iint) +{ + kfree(iint->ima_hash); + mutex_destroy(&iint->mutex); kmem_cache_free(iint_cache, iint); } @@ -104,6 +135,8 @@ if (!iint) return NULL; + iint_init_always(iint, inode); + write_lock(&integrity_iint_lock); p = &integrity_iint_tree.rb_node; @@ -153,25 +186,18 @@ iint_free(iint); } -static void init_once(void *foo) +static void iint_init_once(void *foo) { struct integrity_iint_cache *iint = (struct integrity_iint_cache *) foo; memset(iint, 0, sizeof(*iint)); - iint->ima_file_status = INTEGRITY_UNKNOWN; - iint->ima_mmap_status = INTEGRITY_UNKNOWN; - iint->ima_bprm_status = INTEGRITY_UNKNOWN; - iint->ima_read_status = INTEGRITY_UNKNOWN; - iint->ima_creds_status = INTEGRITY_UNKNOWN; - iint->evm_status = INTEGRITY_UNKNOWN; - mutex_init(&iint->mutex); } static int __init integrity_iintcache_init(void) { iint_cache = kmem_cache_create("iint_cache", sizeof(struct integrity_iint_cache), - 0, SLAB_PANIC, init_once); + 0, SLAB_PANIC, iint_init_once); return 0; } DEFINE_LSM(integrity) = { --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/integrity/ima/Kconfig +++ linux-lowlatency-hwe-6.5-6.5.0/security/integrity/ima/Kconfig @@ -29,9 +29,11 @@ to learn more about IMA. If unsure, say N. +if IMA + config IMA_KEXEC bool "Enable carrying the IMA measurement list across a soft boot" - depends on IMA && TCG_TPM && HAVE_IMA_KEXEC + depends on TCG_TPM && HAVE_IMA_KEXEC default n help TPM PCRs are only reset on a hard reboot. In order to validate @@ -43,7 +45,6 @@ config IMA_MEASURE_PCR_IDX int - depends on IMA range 8 14 default 10 help @@ -53,7 +54,7 @@ config IMA_LSM_RULES bool - depends on IMA && AUDIT && (SECURITY_SELINUX || SECURITY_SMACK || SECURITY_APPARMOR) + depends on AUDIT && (SECURITY_SELINUX || SECURITY_SMACK || SECURITY_APPARMOR) default y help Disabling this option will disregard LSM based policy rules. @@ -61,7 +62,6 @@ choice prompt "Default template" default IMA_NG_TEMPLATE - depends on IMA help Select the default IMA measurement template. @@ -80,14 +80,12 @@ config IMA_DEFAULT_TEMPLATE string - depends on IMA default "ima-ng" if IMA_NG_TEMPLATE default "ima-sig" if IMA_SIG_TEMPLATE choice prompt "Default integrity hash algorithm" default IMA_DEFAULT_HASH_SHA1 - depends on IMA help Select the default hash algorithm used for the measurement list, integrity appraisal and audit log. The compiled default @@ -117,7 +115,6 @@ config IMA_DEFAULT_HASH string - depends on IMA default "sha1" if IMA_DEFAULT_HASH_SHA1 default "sha256" if IMA_DEFAULT_HASH_SHA256 default "sha512" if IMA_DEFAULT_HASH_SHA512 @@ -126,7 +123,6 @@ config IMA_WRITE_POLICY bool "Enable multiple writes to the IMA policy" - depends on IMA default n help IMA policy can now be updated multiple times. The new rules get @@ -137,7 +133,6 @@ config IMA_READ_POLICY bool "Enable reading back the current IMA policy" - depends on IMA default y if IMA_WRITE_POLICY default n if !IMA_WRITE_POLICY help @@ -147,7 +142,6 @@ config IMA_APPRAISE bool "Appraise integrity measurements" - depends on IMA default n help This option enables local measurement integrity appraisal. @@ -248,18 +242,6 @@ The modsig keyword can be used in the IMA policy to allow a hook to accept such signatures. -config IMA_TRUSTED_KEYRING - bool "Require all keys on the .ima keyring be signed (deprecated)" - depends on IMA_APPRAISE && SYSTEM_TRUSTED_KEYRING - depends on INTEGRITY_ASYMMETRIC_KEYS - select INTEGRITY_TRUSTED_KEYRING - default y - help - This option requires that all keys added to the .ima - keyring be signed by a key on the system trusted keyring. - - This option is deprecated in favor of INTEGRITY_TRUSTED_KEYRING - config IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARY bool "Permit keys validly signed by a built-in or secondary CA cert (EXPERIMENTAL)" depends on SYSTEM_TRUSTED_KEYRING @@ -280,7 +262,7 @@ config IMA_BLACKLIST_KEYRING bool "Create IMA machine owner blacklist keyrings (EXPERIMENTAL)" depends on SYSTEM_TRUSTED_KEYRING - depends on IMA_TRUSTED_KEYRING + depends on INTEGRITY_TRUSTED_KEYRING default n help This option creates an IMA blacklist keyring, which contains all @@ -290,7 +272,7 @@ config IMA_LOAD_X509 bool "Load X509 certificate onto the '.ima' trusted keyring" - depends on IMA_TRUSTED_KEYRING + depends on INTEGRITY_TRUSTED_KEYRING default n help File signature verification is based on the public keys @@ -315,7 +297,6 @@ config IMA_MEASURE_ASYMMETRIC_KEYS bool - depends on IMA depends on ASYMMETRIC_PUBLIC_KEY_SUBTYPE=y default y @@ -334,7 +315,8 @@ config IMA_DISABLE_HTABLE bool "Disable htable to allow measurement of duplicate records" - depends on IMA default n help This option disables htable to allow measurement of duplicate records. + +endif --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/integrity/ima/ima.h +++ linux-lowlatency-hwe-6.5-6.5.0/security/integrity/ima/ima.h @@ -256,7 +256,7 @@ /* LIM API function definitions */ int ima_get_action(struct mnt_idmap *idmap, struct inode *inode, - const struct cred *cred, u32 secid, int mask, + const struct cred *cred, struct lsmblob *blob, int mask, enum ima_hooks func, int *pcr, struct ima_template_desc **template_desc, const char *func_data, unsigned int *allowed_algos); @@ -287,8 +287,8 @@ /* IMA policy related functions */ int ima_match_policy(struct mnt_idmap *idmap, struct inode *inode, - const struct cred *cred, u32 secid, enum ima_hooks func, - int mask, int flags, int *pcr, + const struct cred *cred, struct lsmblob *blob, + enum ima_hooks func, int mask, int flags, int *pcr, struct ima_template_desc **template_desc, const char *func_data, unsigned int *allowed_algos); void ima_init_policy(void); @@ -420,32 +420,6 @@ } #endif /* CONFIG_IMA_APPRAISE_MODSIG */ -/* LSM based policy rules require audit */ -#ifdef CONFIG_IMA_LSM_RULES - -#define ima_filter_rule_init security_audit_rule_init -#define ima_filter_rule_free security_audit_rule_free -#define ima_filter_rule_match security_audit_rule_match - -#else - -static inline int ima_filter_rule_init(u32 field, u32 op, char *rulestr, - void **lsmrule) -{ - return -EINVAL; -} - -static inline void ima_filter_rule_free(void *lsmrule) -{ -} - -static inline int ima_filter_rule_match(u32 secid, u32 field, u32 op, - void *lsmrule) -{ - return -EINVAL; -} -#endif /* CONFIG_IMA_LSM_RULES */ - #ifdef CONFIG_IMA_READ_POLICY #define POLICY_FILE_FLAGS (S_IWUSR | S_IRUSR) #else --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/integrity/ima/ima_api.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/integrity/ima/ima_api.c @@ -165,7 +165,7 @@ * @idmap: idmap of the mount the inode was found from * @inode: pointer to the inode associated with the object being validated * @cred: pointer to credentials structure to validate - * @secid: secid of the task being validated + * @blob: secid(s) of the task being validated * @mask: contains the permission mask (MAY_READ, MAY_WRITE, MAY_EXEC, * MAY_APPEND) * @func: caller identifier @@ -187,7 +187,7 @@ * */ int ima_get_action(struct mnt_idmap *idmap, struct inode *inode, - const struct cred *cred, u32 secid, int mask, + const struct cred *cred, struct lsmblob *blob, int mask, enum ima_hooks func, int *pcr, struct ima_template_desc **template_desc, const char *func_data, unsigned int *allowed_algos) @@ -196,7 +196,7 @@ flags &= ima_policy_flag; - return ima_match_policy(idmap, inode, cred, secid, func, mask, + return ima_match_policy(idmap, inode, cred, blob, func, mask, flags, pcr, template_desc, func_data, allowed_algos); } @@ -243,6 +243,7 @@ { const char *audit_cause = "failed"; struct inode *inode = file_inode(file); + struct inode *real_inode = d_real_inode(file_dentry(file)); const char *filename = file->f_path.dentry->d_name.name; struct ima_max_digest_data hash; struct kstat stat; @@ -302,6 +303,10 @@ iint->ima_hash = tmpbuf; memcpy(iint->ima_hash, &hash, length); iint->version = i_version; + if (real_inode != inode) { + iint->real_ino = real_inode->i_ino; + iint->real_dev = real_inode->i_sb->s_dev; + } /* Possibly temporary failure due to type of read (eg. O_DIRECT) */ if (!result) --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/integrity/ima/ima_appraise.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/integrity/ima/ima_appraise.c @@ -73,15 +73,16 @@ int ima_must_appraise(struct mnt_idmap *idmap, struct inode *inode, int mask, enum ima_hooks func) { - u32 secid; + struct lsmblob blob; if (!ima_appraise) return 0; - security_current_getsecid_subj(&secid); - return ima_match_policy(idmap, inode, current_cred(), secid, - func, mask, IMA_APPRAISE | IMA_HASH, NULL, - NULL, NULL, NULL); + security_current_getsecid_subj(&blob); + return ima_match_policy(idmap, inode, current_cred(), + &blob, func, mask, + IMA_APPRAISE | IMA_HASH, NULL, NULL, NULL, + NULL); } static int ima_fix_xattr(struct dentry *dentry, --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/integrity/ima/ima_fs.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/integrity/ima/ima_fs.c @@ -287,7 +287,7 @@ rc = kernel_read_file_from_path(path, 0, &data, INT_MAX, NULL, READING_POLICY); if (rc < 0) { - pr_err("Unable to open file: %s (%d)", path, rc); + pr_warn("Unable to open file: %s (%d)", path, rc); return rc; } size = rc; --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/integrity/ima/ima_main.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/integrity/ima/ima_main.c @@ -25,6 +25,7 @@ #include #include #include +#include #include "ima.h" @@ -204,10 +205,10 @@ } static int process_measurement(struct file *file, const struct cred *cred, - u32 secid, char *buf, loff_t size, int mask, - enum ima_hooks func) + struct lsmblob *blob, char *buf, loff_t size, + int mask, enum ima_hooks func) { - struct inode *inode = file_inode(file); + struct inode *backing_inode, *inode = file_inode(file); struct integrity_iint_cache *iint = NULL; struct ima_template_desc *template_desc = NULL; char *pathbuf = NULL; @@ -229,7 +230,7 @@ * bitmask based on the appraise/audit/measurement policy. * Included is the appraise submask. */ - action = ima_get_action(file_mnt_idmap(file), inode, cred, secid, + action = ima_get_action(file_mnt_idmap(file), inode, cred, blob, mask, func, &pcr, &template_desc, NULL, &allowed_algos); violation_check = ((func == FILE_CHECK || func == MMAP_CHECK || @@ -284,6 +285,19 @@ iint->measured_pcrs = 0; } + /* Detect and re-evaluate changes made to the backing file. */ + backing_inode = d_real_inode(file_dentry(file)); + if (backing_inode != inode && + (action & IMA_DO_MASK) && (iint->flags & IMA_DONE_MASK)) { + if (!IS_I_VERSION(backing_inode) || + backing_inode->i_sb->s_dev != iint->real_dev || + backing_inode->i_ino != iint->real_ino || + !inode_eq_iversion(backing_inode, iint->version)) { + iint->flags &= ~IMA_DONE_MASK; + iint->measured_pcrs = 0; + } + } + /* Determine if already appraised/measured based on bitmask * (IMA_MEASURE, IMA_MEASURED, IMA_XXXX_APPRAISE, IMA_XXXX_APPRAISED, * IMA_AUDIT, IMA_AUDITED) @@ -416,23 +430,23 @@ int ima_file_mmap(struct file *file, unsigned long reqprot, unsigned long prot, unsigned long flags) { - u32 secid; + struct lsmblob blob; int ret; if (!file) return 0; - security_current_getsecid_subj(&secid); + security_current_getsecid_subj(&blob); if (reqprot & PROT_EXEC) { - ret = process_measurement(file, current_cred(), secid, NULL, + ret = process_measurement(file, current_cred(), &blob, NULL, 0, MAY_EXEC, MMAP_CHECK_REQPROT); if (ret) return ret; } if (prot & PROT_EXEC) - return process_measurement(file, current_cred(), secid, NULL, + return process_measurement(file, current_cred(), &blob, NULL, 0, MAY_EXEC, MMAP_CHECK); return 0; @@ -459,9 +473,9 @@ char *pathbuf = NULL; const char *pathname = NULL; struct inode *inode; + struct lsmblob blob; int result = 0; int action; - u32 secid; int pcr; /* Is mprotect making an mmap'ed file executable? */ @@ -469,13 +483,13 @@ !(prot & PROT_EXEC) || (vma->vm_flags & VM_EXEC)) return 0; - security_current_getsecid_subj(&secid); + security_current_getsecid_subj(&blob); inode = file_inode(vma->vm_file); action = ima_get_action(file_mnt_idmap(vma->vm_file), inode, - current_cred(), secid, MAY_EXEC, MMAP_CHECK, + current_cred(), &blob, MAY_EXEC, MMAP_CHECK, &pcr, &template, NULL, NULL); action |= ima_get_action(file_mnt_idmap(vma->vm_file), inode, - current_cred(), secid, MAY_EXEC, + current_cred(), &blob, MAY_EXEC, MMAP_CHECK_REQPROT, &pcr, &template, NULL, NULL); @@ -512,16 +526,16 @@ int ima_bprm_check(struct linux_binprm *bprm) { int ret; - u32 secid; + struct lsmblob blob; - security_current_getsecid_subj(&secid); - ret = process_measurement(bprm->file, current_cred(), secid, NULL, 0, - MAY_EXEC, BPRM_CHECK); + security_current_getsecid_subj(&blob); + ret = process_measurement(bprm->file, current_cred(), + &blob, NULL, 0, MAY_EXEC, BPRM_CHECK); if (ret) return ret; - security_cred_getsecid(bprm->cred, &secid); - return process_measurement(bprm->file, bprm->cred, secid, NULL, 0, + security_cred_getsecid(bprm->cred, &blob); + return process_measurement(bprm->file, bprm->cred, &blob, NULL, 0, MAY_EXEC, CREDS_CHECK); } @@ -537,10 +551,10 @@ */ int ima_file_check(struct file *file, int mask) { - u32 secid; + struct lsmblob blob; - security_current_getsecid_subj(&secid); - return process_measurement(file, current_cred(), secid, NULL, 0, + security_current_getsecid_subj(&blob); + return process_measurement(file, current_cred(), &blob, NULL, 0, mask & (MAY_READ | MAY_WRITE | MAY_EXEC | MAY_APPEND), FILE_CHECK); } @@ -741,7 +755,7 @@ bool contents) { enum ima_hooks func; - u32 secid; + struct lsmblob blob; /* * Do devices using pre-allocated memory run the risk of the @@ -761,9 +775,9 @@ /* Read entire file for all partial reads. */ func = read_idmap[read_id] ?: FILE_CHECK; - security_current_getsecid_subj(&secid); - return process_measurement(file, current_cred(), secid, NULL, - 0, MAY_READ, func); + security_current_getsecid_subj(&blob); + return process_measurement(file, current_cred(), &blob, NULL, 0, + MAY_READ, func); } const int read_idmap[READING_MAX_ID] = { @@ -791,7 +805,7 @@ enum kernel_read_file_id read_id) { enum ima_hooks func; - u32 secid; + struct lsmblob blob; /* permit signed certs */ if (!file && read_id == READING_X509_CERTIFICATE) @@ -804,8 +818,8 @@ } func = read_idmap[read_id] ?: FILE_CHECK; - security_current_getsecid_subj(&secid); - return process_measurement(file, current_cred(), secid, buf, size, + security_current_getsecid_subj(&blob); + return process_measurement(file, current_cred(), &blob, buf, size, MAY_READ, func); } @@ -931,7 +945,7 @@ int digest_hash_len = hash_digest_size[ima_hash_algo]; int violation = 0; int action = 0; - u32 secid; + struct lsmblob blob; if (digest && digest_len < digest_hash_len) return -EINVAL; @@ -954,9 +968,9 @@ * buffer measurements. */ if (func) { - security_current_getsecid_subj(&secid); + security_current_getsecid_subj(&blob); action = ima_get_action(idmap, inode, current_cred(), - secid, 0, func, &pcr, &template, + &blob, 0, func, &pcr, &template, func_data, NULL); if (!(action & IMA_MEASURE) && !digest) return -ENOENT; --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/integrity/ima/ima_policy.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/integrity/ima/ima_policy.c @@ -117,6 +117,8 @@ void *rule; /* LSM file metadata specific */ char *args_p; /* audit value */ int type; /* audit type */ + int rules_lsm; /* which LSM rule applies to */ + bool lsm_specific; /* true if lsm is specified */ } lsm[MAX_LSM_RULES]; char *fsname; struct ima_rule_opt_list *keyrings; /* Measure keys added to these keyrings */ @@ -309,6 +311,30 @@ } __setup("ima_appraise_tcb", default_appraise_policy_setup); +static int default_rules_lsm __ro_after_init = LSMBLOB_INVALID; + +static int __init ima_rules_lsm_init(char *str) +{ + const char *oldstr; + int newdrl; + + newdrl = lsm_name_to_slot(str); + if (newdrl >= 0) { + default_rules_lsm = newdrl; + return 1; + } + + oldstr = lsm_slot_to_name(default_rules_lsm); + if (oldstr) { + pr_err("default ima rule lsm \"%s\" not registered, continue using \"%s\"", + str, oldstr); + return 1; + } + + return 1; +} +__setup("ima_rules_lsm=", ima_rules_lsm_init); + static struct ima_rule_opt_list *ima_alloc_rule_opt_list(const substring_t *src) { struct ima_rule_opt_list *opt_list; @@ -380,7 +406,8 @@ int i; for (i = 0; i < MAX_LSM_RULES; i++) { - ima_filter_rule_free(entry->lsm[i].rule); + ima_filter_rule_free(entry->lsm[i].rule, + entry->lsm[i].rules_lsm); kfree(entry->lsm[i].args_p); } } @@ -425,7 +452,8 @@ ima_filter_rule_init(nentry->lsm[i].type, Audit_equal, nentry->lsm[i].args_p, - &nentry->lsm[i].rule); + &nentry->lsm[i].rule, + entry->lsm[i].rules_lsm); if (!nentry->lsm[i].rule) pr_warn("rule for LSM \'%s\' is undefined\n", nentry->lsm[i].args_p); @@ -451,7 +479,8 @@ * be owned by nentry. */ for (i = 0; i < MAX_LSM_RULES; i++) - ima_filter_rule_free(entry->lsm[i].rule); + ima_filter_rule_free(entry->lsm[i].rule, + entry->lsm[i].rules_lsm); kfree(entry); return 0; @@ -555,7 +584,7 @@ * @idmap: idmap of the mount the inode was found from * @inode: a pointer to an inode * @cred: a pointer to a credentials structure for user validation - * @secid: the secid of the task to be validated + * @blob: the secid(s) of the task to be validated * @func: LIM hook identifier * @mask: requested action (MAY_READ | MAY_WRITE | MAY_APPEND | MAY_EXEC) * @func_data: func specific data, may be NULL @@ -565,7 +594,7 @@ static bool ima_match_rules(struct ima_rule_entry *rule, struct mnt_idmap *idmap, struct inode *inode, const struct cred *cred, - u32 secid, enum ima_hooks func, int mask, + struct lsmblob *blob, enum ima_hooks func, int mask, const char *func_data) { int i; @@ -633,7 +662,7 @@ return false; for (i = 0; i < MAX_LSM_RULES; i++) { int rc = 0; - u32 osid; + struct lsmblob lsmdata; if (!lsm_rule->lsm[i].rule) { if (!lsm_rule->lsm[i].args_p) @@ -647,17 +676,21 @@ case LSM_OBJ_USER: case LSM_OBJ_ROLE: case LSM_OBJ_TYPE: - security_inode_getsecid(inode, &osid); - rc = ima_filter_rule_match(osid, lsm_rule->lsm[i].type, + security_inode_getsecid(inode, &lsmdata); + rc = ima_filter_rule_match(&lsmdata, + lsm_rule->lsm[i].type, Audit_equal, - lsm_rule->lsm[i].rule); + lsm_rule->lsm[i].rule, + lsm_rule->lsm[i].rules_lsm); break; case LSM_SUBJ_USER: case LSM_SUBJ_ROLE: case LSM_SUBJ_TYPE: - rc = ima_filter_rule_match(secid, lsm_rule->lsm[i].type, + rc = ima_filter_rule_match(blob, + lsm_rule->lsm[i].type, Audit_equal, - lsm_rule->lsm[i].rule); + lsm_rule->lsm[i].rule, + lsm_rule->lsm[i].rules_lsm); break; default: break; @@ -680,7 +713,8 @@ out: if (rule_reinitialized) { for (i = 0; i < MAX_LSM_RULES; i++) - ima_filter_rule_free(lsm_rule->lsm[i].rule); + ima_filter_rule_free(lsm_rule->lsm[i].rule, + lsm_rule->lsm[i].rules_lsm); kfree(lsm_rule); } return result; @@ -718,7 +752,7 @@ * @inode: pointer to an inode for which the policy decision is being made * @cred: pointer to a credentials structure for which the policy decision is * being made - * @secid: LSM secid of the task to be validated + * @blob: LSM secid(s) of the task to be validated * @func: IMA hook identifier * @mask: requested action (MAY_READ | MAY_WRITE | MAY_APPEND | MAY_EXEC) * @flags: IMA actions to consider (e.g. IMA_MEASURE | IMA_APPRAISE) @@ -735,8 +769,8 @@ * than writes so ima_match_policy() is classical RCU candidate. */ int ima_match_policy(struct mnt_idmap *idmap, struct inode *inode, - const struct cred *cred, u32 secid, enum ima_hooks func, - int mask, int flags, int *pcr, + const struct cred *cred, struct lsmblob *blob, + enum ima_hooks func, int mask, int flags, int *pcr, struct ima_template_desc **template_desc, const char *func_data, unsigned int *allowed_algos) { @@ -754,7 +788,7 @@ if (!(entry->action & actmask)) continue; - if (!ima_match_rules(entry, idmap, inode, cred, secid, + if (!ima_match_rules(entry, idmap, inode, cred, blob, func, mask, func_data)) continue; @@ -1073,7 +1107,7 @@ Opt_digest_type, Opt_appraise_type, Opt_appraise_flag, Opt_appraise_algos, Opt_permit_directio, Opt_pcr, Opt_template, Opt_keyrings, - Opt_label, Opt_err + Opt_lsm, Opt_label, Opt_err }; static const match_table_t policy_tokens = { @@ -1121,6 +1155,7 @@ {Opt_pcr, "pcr=%s"}, {Opt_template, "template=%s"}, {Opt_keyrings, "keyrings=%s"}, + {Opt_lsm, "lsm=%s"}, {Opt_label, "label=%s"}, {Opt_err, NULL} }; @@ -1140,7 +1175,8 @@ entry->lsm[lsm_rule].type = audit_type; result = ima_filter_rule_init(entry->lsm[lsm_rule].type, Audit_equal, entry->lsm[lsm_rule].args_p, - &entry->lsm[lsm_rule].rule); + &entry->lsm[lsm_rule].rule, + entry->lsm[lsm_rule].rules_lsm); if (!entry->lsm[lsm_rule].rule) { pr_warn("rule for LSM \'%s\' is undefined\n", entry->lsm[lsm_rule].args_p); @@ -1883,6 +1919,23 @@ &(template_desc->num_fields)); entry->template = template_desc; break; + case Opt_lsm: { + int i; + + result = lsm_name_to_slot(args[0].from); + if (result < 0) { + for (i = 0; i < MAX_LSM_RULES; i++) + entry->lsm[i].args_p = NULL; + result = -EINVAL; + break; + } + for (i = 0; i < MAX_LSM_RULES; i++) { + entry->lsm[i].rules_lsm = result; + entry->lsm[i].lsm_specific = true; + } + result = 0; + break; + } case Opt_err: ima_log_string(ab, "UNKNOWN", p); result = -EINVAL; @@ -1928,6 +1981,7 @@ struct ima_rule_entry *entry; ssize_t result, len; int audit_info = 0; + int i; p = strsep(&rule, "\n"); len = strlen(p) + 1; @@ -1945,6 +1999,11 @@ INIT_LIST_HEAD(&entry->list); + for (i = 0; i < MAX_LSM_RULES; i++) { + entry->lsm[i].rules_lsm = default_rules_lsm; + entry->lsm[i].lsm_specific = false; + } + result = ima_parse_rule(p, entry); if (result) { ima_free_rule(entry); @@ -2256,6 +2315,9 @@ entry->lsm[i].args_p); break; } + if (entry->lsm[i].lsm_specific) + seq_printf(m, pt(Opt_lsm), + lsm_slot_to_name(entry->lsm[i].rules_lsm)); seq_puts(m, " "); } } --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/integrity/integrity.h +++ linux-lowlatency-hwe-6.5-6.5.0/security/integrity/integrity.h @@ -164,6 +164,8 @@ unsigned long flags; unsigned long measured_pcrs; unsigned long atomic_flags; + unsigned long real_ino; + dev_t real_dev; enum integrity_status ima_file_status:4; enum integrity_status ima_mmap_status:4; enum integrity_status ima_bprm_status:4; --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/integrity/platform_certs/keyring_handler.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/integrity/platform_certs/keyring_handler.c @@ -40,6 +40,7 @@ static __init void uefi_revocation_list_x509(const char *source, const void *data, size_t len) { + pr_info("Revoking X.509 certificate: %s\n", source); add_key_to_revocation_list(data, len); } --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/integrity/platform_certs/load_uefi.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/integrity/platform_certs/load_uefi.c @@ -74,7 +74,8 @@ return NULL; if (*status != EFI_BUFFER_TOO_SMALL) { - pr_err("Couldn't get size: 0x%lx\n", *status); + pr_err("Couldn't get size: %s (0x%lx)\n", + efi_status_to_str(*status), *status); return NULL; } @@ -85,7 +86,8 @@ *status = efi.get_variable(name, guid, NULL, &lsize, db); if (*status != EFI_SUCCESS) { kfree(db); - pr_err("Error reading db var: 0x%lx\n", *status); + pr_err("Error reading db var: %s (0x%lx)\n", + efi_status_to_str(*status), *status); return NULL; } @@ -94,17 +96,18 @@ } /* - * load_moklist_certs() - Load MokList certs + * load_moklist_certs() - Load Mok(X)List certs + * @load_db: Load MokListRT into db when true; MokListXRT into dbx when false * - * Load the certs contained in the UEFI MokListRT database into the - * platform trusted keyring. + * Load the certs contained in the UEFI MokList(X)RT database into the + * platform trusted/denied keyring. * * This routine checks the EFI MOK config table first. If and only if - * that fails, this routine uses the MokListRT ordinary UEFI variable. + * that fails, this routine uses the MokList(X)RT ordinary UEFI variable. * * Return: Status */ -static int __init load_moklist_certs(void) +static int __init load_moklist_certs(const bool load_db) { struct efi_mokvar_table_entry *mokvar_entry; efi_guid_t mok_var = EFI_SHIM_LOCK_GUID; @@ -112,41 +115,55 @@ unsigned long moksize; efi_status_t status; int rc; + const char *mokvar_name = "MokListRT"; + /* Should be const, but get_cert_list() doesn't have it as const yet */ + efi_char16_t *efivar_name = L"MokListRT"; + const char *parse_mokvar_name = "UEFI:MokListRT (MOKvar table)"; + const char *parse_efivar_name = "UEFI:MokListRT"; + efi_element_handler_t (*get_handler_for_guid)(const efi_guid_t *) = get_handler_for_db; + + if (!load_db) { + mokvar_name = "MokListXRT"; + efivar_name = L"MokListXRT"; + parse_mokvar_name = "UEFI:MokListXRT (MOKvar table)"; + parse_efivar_name = "UEFI:MokListXRT"; + get_handler_for_guid = get_handler_for_dbx; + } /* First try to load certs from the EFI MOKvar config table. * It's not an error if the MOKvar config table doesn't exist * or the MokListRT entry is not found in it. */ - mokvar_entry = efi_mokvar_entry_find("MokListRT"); + mokvar_entry = efi_mokvar_entry_find(mokvar_name); if (mokvar_entry) { - rc = parse_efi_signature_list("UEFI:MokListRT (MOKvar table)", + rc = parse_efi_signature_list(parse_mokvar_name, mokvar_entry->data, mokvar_entry->data_size, - get_handler_for_mok); + get_handler_for_guid); /* All done if that worked. */ if (!rc) return rc; - pr_err("Couldn't parse MokListRT signatures from EFI MOKvar config table: %d\n", - rc); + pr_err("Couldn't parse %s signatures from EFI MOKvar config table: %d\n", + mokvar_name, rc); } /* Get MokListRT. It might not exist, so it isn't an error * if we can't get it. */ - mok = get_cert_list(L"MokListRT", &mok_var, &moksize, &status); + mok = get_cert_list(efivar_name, &mok_var, &moksize, &status); if (mok) { - rc = parse_efi_signature_list("UEFI:MokListRT", - mok, moksize, get_handler_for_mok); + rc = parse_efi_signature_list(parse_efivar_name, + mok, moksize, get_handler_for_guid); kfree(mok); if (rc) - pr_err("Couldn't parse MokListRT signatures: %d\n", rc); + pr_err("Couldn't parse %s signatures: %d\n", mokvar_name, rc); return rc; } if (status == EFI_NOT_FOUND) - pr_debug("MokListRT variable wasn't found\n"); + pr_debug("%s variable wasn't found\n", mokvar_name); else - pr_info("Couldn't get UEFI MokListRT\n"); + pr_info("Couldn't get UEFI %s\n", mokvar_name); return 0; } @@ -160,9 +177,8 @@ static int __init load_uefi_certs(void) { efi_guid_t secure_var = EFI_IMAGE_SECURITY_DATABASE_GUID; - efi_guid_t mok_var = EFI_SHIM_LOCK_GUID; - void *db = NULL, *dbx = NULL, *mokx = NULL; - unsigned long dbsize = 0, dbxsize = 0, mokxsize = 0; + void *db = NULL, *dbx = NULL; + unsigned long dbsize = 0, dbxsize = 0; efi_status_t status; int rc = 0; const struct dmi_system_id *dmi_id; @@ -215,23 +231,15 @@ if (!arch_ima_get_secureboot()) return 0; - mokx = get_cert_list(L"MokListXRT", &mok_var, &mokxsize, &status); - if (!mokx) { - if (status == EFI_NOT_FOUND) - pr_debug("mokx variable wasn't found\n"); - else - pr_info("Couldn't get mokx list\n"); - } else { - rc = parse_efi_signature_list("UEFI:MokListXRT", - mokx, mokxsize, - get_handler_for_dbx); - if (rc) - pr_err("Couldn't parse mokx signatures %d\n", rc); - kfree(mokx); - } + /* Load the MokListXRT certs */ + rc = load_moklist_certs(false); + if (rc) + pr_err("Couldn't parse mokx signatures: %d\n", rc); /* Load the MokListRT certs */ - rc = load_moklist_certs(); + rc = load_moklist_certs(true); + if (rc) + pr_err("Couldn't parse mok signatures: %d\n", rc); return rc; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/keys/trusted-keys/trusted_core.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/keys/trusted-keys/trusted_core.c @@ -44,13 +44,12 @@ #endif }; -DEFINE_STATIC_CALL_NULL(trusted_key_init, *trusted_key_sources[0].ops->init); DEFINE_STATIC_CALL_NULL(trusted_key_seal, *trusted_key_sources[0].ops->seal); DEFINE_STATIC_CALL_NULL(trusted_key_unseal, *trusted_key_sources[0].ops->unseal); DEFINE_STATIC_CALL_NULL(trusted_key_get_random, *trusted_key_sources[0].ops->get_random); -DEFINE_STATIC_CALL_NULL(trusted_key_exit, *trusted_key_sources[0].ops->exit); +static void (*trusted_key_exit)(void); static unsigned char migratable; enum { @@ -359,20 +358,17 @@ if (!get_random) get_random = kernel_get_random; - static_call_update(trusted_key_init, - trusted_key_sources[i].ops->init); - static_call_update(trusted_key_seal, - trusted_key_sources[i].ops->seal); - static_call_update(trusted_key_unseal, - trusted_key_sources[i].ops->unseal); - static_call_update(trusted_key_get_random, - get_random); - static_call_update(trusted_key_exit, - trusted_key_sources[i].ops->exit); - migratable = trusted_key_sources[i].ops->migratable; + ret = trusted_key_sources[i].ops->init(); + if (!ret) { + static_call_update(trusted_key_seal, trusted_key_sources[i].ops->seal); + static_call_update(trusted_key_unseal, trusted_key_sources[i].ops->unseal); + static_call_update(trusted_key_get_random, get_random); - ret = static_call(trusted_key_init)(); - if (!ret) + trusted_key_exit = trusted_key_sources[i].ops->exit; + migratable = trusted_key_sources[i].ops->migratable; + } + + if (!ret || ret != -ENODEV) break; } @@ -388,7 +384,8 @@ static void __exit cleanup_trusted(void) { - static_call_cond(trusted_key_exit)(); + if (trusted_key_exit) + (*trusted_key_exit)(); } late_initcall(init_trusted); --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/keys/trusted-keys/trusted_tee.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/keys/trusted-keys/trusted_tee.c @@ -65,24 +65,16 @@ int ret; struct tee_ioctl_invoke_arg inv_arg; struct tee_param param[4]; - struct tee_shm *reg_shm_in = NULL, *reg_shm_out = NULL; + struct tee_shm *reg_shm = NULL; memset(&inv_arg, 0, sizeof(inv_arg)); memset(¶m, 0, sizeof(param)); - reg_shm_in = tee_shm_register_kernel_buf(pvt_data.ctx, p->key, - p->key_len); - if (IS_ERR(reg_shm_in)) { - dev_err(pvt_data.dev, "key shm register failed\n"); - return PTR_ERR(reg_shm_in); - } - - reg_shm_out = tee_shm_register_kernel_buf(pvt_data.ctx, p->blob, - sizeof(p->blob)); - if (IS_ERR(reg_shm_out)) { - dev_err(pvt_data.dev, "blob shm register failed\n"); - ret = PTR_ERR(reg_shm_out); - goto out; + reg_shm = tee_shm_register_kernel_buf(pvt_data.ctx, p->key, + sizeof(p->key) + sizeof(p->blob)); + if (IS_ERR(reg_shm)) { + dev_err(pvt_data.dev, "shm register failed\n"); + return PTR_ERR(reg_shm); } inv_arg.func = TA_CMD_SEAL; @@ -90,13 +82,13 @@ inv_arg.num_params = 4; param[0].attr = TEE_IOCTL_PARAM_ATTR_TYPE_MEMREF_INPUT; - param[0].u.memref.shm = reg_shm_in; + param[0].u.memref.shm = reg_shm; param[0].u.memref.size = p->key_len; param[0].u.memref.shm_offs = 0; param[1].attr = TEE_IOCTL_PARAM_ATTR_TYPE_MEMREF_OUTPUT; - param[1].u.memref.shm = reg_shm_out; + param[1].u.memref.shm = reg_shm; param[1].u.memref.size = sizeof(p->blob); - param[1].u.memref.shm_offs = 0; + param[1].u.memref.shm_offs = sizeof(p->key); ret = tee_client_invoke_func(pvt_data.ctx, &inv_arg, param); if ((ret < 0) || (inv_arg.ret != 0)) { @@ -107,11 +99,7 @@ p->blob_len = param[1].u.memref.size; } -out: - if (reg_shm_out) - tee_shm_free(reg_shm_out); - if (reg_shm_in) - tee_shm_free(reg_shm_in); + tee_shm_free(reg_shm); return ret; } @@ -124,24 +112,16 @@ int ret; struct tee_ioctl_invoke_arg inv_arg; struct tee_param param[4]; - struct tee_shm *reg_shm_in = NULL, *reg_shm_out = NULL; + struct tee_shm *reg_shm = NULL; memset(&inv_arg, 0, sizeof(inv_arg)); memset(¶m, 0, sizeof(param)); - reg_shm_in = tee_shm_register_kernel_buf(pvt_data.ctx, p->blob, - p->blob_len); - if (IS_ERR(reg_shm_in)) { - dev_err(pvt_data.dev, "blob shm register failed\n"); - return PTR_ERR(reg_shm_in); - } - - reg_shm_out = tee_shm_register_kernel_buf(pvt_data.ctx, p->key, - sizeof(p->key)); - if (IS_ERR(reg_shm_out)) { - dev_err(pvt_data.dev, "key shm register failed\n"); - ret = PTR_ERR(reg_shm_out); - goto out; + reg_shm = tee_shm_register_kernel_buf(pvt_data.ctx, p->key, + sizeof(p->key) + sizeof(p->blob)); + if (IS_ERR(reg_shm)) { + dev_err(pvt_data.dev, "shm register failed\n"); + return PTR_ERR(reg_shm); } inv_arg.func = TA_CMD_UNSEAL; @@ -149,11 +129,11 @@ inv_arg.num_params = 4; param[0].attr = TEE_IOCTL_PARAM_ATTR_TYPE_MEMREF_INPUT; - param[0].u.memref.shm = reg_shm_in; + param[0].u.memref.shm = reg_shm; param[0].u.memref.size = p->blob_len; - param[0].u.memref.shm_offs = 0; + param[0].u.memref.shm_offs = sizeof(p->key); param[1].attr = TEE_IOCTL_PARAM_ATTR_TYPE_MEMREF_OUTPUT; - param[1].u.memref.shm = reg_shm_out; + param[1].u.memref.shm = reg_shm; param[1].u.memref.size = sizeof(p->key); param[1].u.memref.shm_offs = 0; @@ -166,11 +146,7 @@ p->key_len = param[1].u.memref.size; } -out: - if (reg_shm_out) - tee_shm_free(reg_shm_out); - if (reg_shm_in) - tee_shm_free(reg_shm_in); + tee_shm_free(reg_shm); return ret; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/landlock/cred.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/landlock/cred.c @@ -42,5 +42,5 @@ __init void landlock_add_cred_hooks(void) { security_add_hooks(landlock_hooks, ARRAY_SIZE(landlock_hooks), - LANDLOCK_NAME); + &landlock_lsmid); } --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/landlock/fs.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/landlock/fs.c @@ -1307,5 +1307,5 @@ __init void landlock_add_fs_hooks(void) { security_add_hooks(landlock_hooks, ARRAY_SIZE(landlock_hooks), - LANDLOCK_NAME); + &landlock_lsmid); } --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/landlock/ptrace.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/landlock/ptrace.c @@ -116,5 +116,5 @@ __init void landlock_add_ptrace_hooks(void) { security_add_hooks(landlock_hooks, ARRAY_SIZE(landlock_hooks), - LANDLOCK_NAME); + &landlock_lsmid); } --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/landlock/setup.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/landlock/setup.c @@ -8,6 +8,7 @@ #include #include +#include #include "common.h" #include "cred.h" @@ -24,6 +25,12 @@ .lbs_superblock = sizeof(struct landlock_superblock_security), }; +struct lsm_id landlock_lsmid __ro_after_init = { + .lsm = LANDLOCK_NAME, + .id = LSM_ID_LANDLOCK, + .slot = LSMBLOB_NOT_NEEDED, +}; + static int __init landlock_init(void) { landlock_add_cred_hooks(); --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/landlock/setup.h +++ linux-lowlatency-hwe-6.5-6.5.0/security/landlock/setup.h @@ -14,5 +14,6 @@ extern bool landlock_initialized; extern struct lsm_blob_sizes landlock_blob_sizes; +extern struct lsm_id landlock_lsmid; #endif /* _SECURITY_LANDLOCK_SETUP_H */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/loadpin/loadpin.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/loadpin/loadpin.c @@ -20,6 +20,7 @@ #include #include #include +#include #define VERITY_DIGEST_FILE_HEADER "# LOADPIN_TRUSTED_VERITY_ROOT_DIGESTS" @@ -208,6 +209,12 @@ return loadpin_check(NULL, (enum kernel_read_file_id) id); } +static struct lsm_id loadpin_lsmid __ro_after_init = { + .lsm = "loadpin", + .id = LSM_ID_LOADPIN, + .slot = LSMBLOB_NOT_NEEDED, +}; + static struct security_hook_list loadpin_hooks[] __ro_after_init = { LSM_HOOK_INIT(sb_free_security, loadpin_sb_free_security), LSM_HOOK_INIT(kernel_read_file, loadpin_read_file), @@ -259,7 +266,8 @@ if (!register_sysctl("kernel/loadpin", loadpin_sysctl_table)) pr_notice("sysctl registration failed!\n"); #endif - security_add_hooks(loadpin_hooks, ARRAY_SIZE(loadpin_hooks), "loadpin"); + security_add_hooks(loadpin_hooks, ARRAY_SIZE(loadpin_hooks), + &loadpin_lsmid); return 0; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/lockdown/Kconfig +++ linux-lowlatency-hwe-6.5-6.5.0/security/lockdown/Kconfig @@ -16,6 +16,19 @@ subsystem is fully initialised. If enabled, lockdown will unconditionally be called before any other LSMs. +config LOCK_DOWN_IN_SECURE_BOOT + bool "Lock down the kernel in Secure Boot mode" + default n + depends on (EFI || S390 || PPC) && SECURITY_LOCKDOWN_LSM_EARLY + help + Secure Boot provides a mechanism for ensuring that the firmware will + only load signed bootloaders and kernels. Secure boot mode + determination is platform-specific; examples include EFI secure boot + and SIPL on s390. + + Enabling this option results in kernel lockdown being triggered if + booted under secure boot. + choice prompt "Kernel default lockdown mode" default LOCK_DOWN_KERNEL_FORCE_NONE --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/lockdown/lockdown.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/lockdown/lockdown.c @@ -13,6 +13,7 @@ #include #include #include +#include static enum lockdown_reason kernel_locked_down; @@ -73,6 +74,13 @@ static struct security_hook_list lockdown_hooks[] __ro_after_init = { LSM_HOOK_INIT(locked_down, lockdown_is_locked_down), + LSM_HOOK_INIT(lock_kernel_down, lock_kernel_down), +}; + +static struct lsm_id lockdown_lsmid __ro_after_init = { + .lsm = "lockdown", + .id = LSM_ID_LOCKDOWN, + .slot = LSMBLOB_NOT_NEEDED, }; static int __init lockdown_lsm_init(void) @@ -83,7 +91,7 @@ lock_kernel_down("Kernel configuration", LOCKDOWN_CONFIDENTIALITY_MAX); #endif security_add_hooks(lockdown_hooks, ARRAY_SIZE(lockdown_hooks), - "lockdown"); + &lockdown_lsmid); return 0; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/safesetid/lsm.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/safesetid/lsm.c @@ -19,6 +19,7 @@ #include #include #include +#include #include "lsm.h" /* Flag indicating whether initialization completed */ @@ -261,6 +262,12 @@ return 0; } +static struct lsm_id safesetid_lsmid __ro_after_init = { + .lsm = "safesetid", + .id = LSM_ID_SAFESETID, + .slot = LSMBLOB_NOT_NEEDED, +}; + static struct security_hook_list safesetid_security_hooks[] = { LSM_HOOK_INIT(task_fix_setuid, safesetid_task_fix_setuid), LSM_HOOK_INIT(task_fix_setgid, safesetid_task_fix_setgid), @@ -271,7 +278,8 @@ static int __init safesetid_security_init(void) { security_add_hooks(safesetid_security_hooks, - ARRAY_SIZE(safesetid_security_hooks), "safesetid"); + ARRAY_SIZE(safesetid_security_hooks), + &safesetid_lsmid); /* Report that SafeSetID successfully initialized */ safesetid_initialized = 1; --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/security.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/security.c @@ -29,7 +29,10 @@ #include #include #include +#include +#include #include +#include #define MAX_LSM_EVM_XATTR 2 @@ -82,7 +85,16 @@ static struct kmem_cache *lsm_inode_cache; char *lsm_names; -static struct lsm_blob_sizes blob_sizes __ro_after_init; + +/* + * The task blob includes the "interface_lsm" slot used for + * chosing which module presents contexts. + * Using a long to avoid potential alignment issues with + * module assigned task blobs. + */ +static struct lsm_blob_sizes blob_sizes __ro_after_init = { + .lbs_task = sizeof(long), +}; /* Boot-time LSM user choice */ static __initdata const char *chosen_lsm_order; @@ -210,6 +222,7 @@ lsm_set_blob_size(&needed->lbs_inode, &blob_sizes.lbs_inode); lsm_set_blob_size(&needed->lbs_ipc, &blob_sizes.lbs_ipc); lsm_set_blob_size(&needed->lbs_msg_msg, &blob_sizes.lbs_msg_msg); + lsm_set_blob_size(&needed->lbs_sock, &blob_sizes.lbs_sock); lsm_set_blob_size(&needed->lbs_superblock, &blob_sizes.lbs_superblock); lsm_set_blob_size(&needed->lbs_task, &blob_sizes.lbs_task); } @@ -330,6 +343,12 @@ static int lsm_append(const char *new, char **result); +/* + * Current index to use while initializing the lsm id list. + */ +int lsm_id __ro_after_init; +struct lsm_id *lsm_idlist[LSMID_ENTRIES] __ro_after_init; + static void __init report_lsm_order(void) { struct lsm_info **lsm, *early; @@ -376,8 +395,10 @@ init_debug("inode blob size = %d\n", blob_sizes.lbs_inode); init_debug("ipc blob size = %d\n", blob_sizes.lbs_ipc); init_debug("msg_msg blob size = %d\n", blob_sizes.lbs_msg_msg); + init_debug("sock blob size = %d\n", blob_sizes.lbs_sock); init_debug("superblock blob size = %d\n", blob_sizes.lbs_superblock); init_debug("task blob size = %d\n", blob_sizes.lbs_task); + init_debug("lsmblob size = %zu\n", sizeof(struct lsmblob)); /* * Create any kmem_caches needed for blobs @@ -396,6 +417,7 @@ for (lsm = ordered_lsms; *lsm; lsm++) initialize_lsm(*lsm); + init_debug("lsm count = %d\n", lsm_id); kfree(ordered_lsms); } @@ -508,21 +530,98 @@ return 0; } +/* + * Current index to use while initializing the lsmblob secid list. + */ +static int lsm_slot __ro_after_init; + +#if LSMBLOB_ENTRIES > 0 +static struct lsm_id *lsm_slotlist[LSMBLOB_ENTRIES] __ro_after_init; + +/** + * lsm_name_to_slot - Report the slot number for a security module + * @name: name of the security module + * + * Look up the slot number for the named security module. + * Returns the slot number or LSMBLOB_INVALID if @name is not + * a registered security module name. + */ +int lsm_name_to_slot(char *name) +{ + int i; + + for (i = 0; i < lsm_slot; i++) + if (strcmp(lsm_slotlist[i]->lsm, name) == 0) + return i; + + return LSMBLOB_INVALID; +} + +/** + * lsm_slot_to_name - Get the name of the security module in a slot + * @slot: index into the interface LSM slot list. + * + * Provide the name of the security module associated with + * a interface LSM slot. + * + * If @slot is LSMBLOB_INVALID return the value + * for slot 0 if it has been set, otherwise NULL. + * + * Returns a pointer to the name string or NULL. + */ +const char *lsm_slot_to_name(int slot) +{ + if (slot == LSMBLOB_INVALID) + slot = 0; + else if (slot >= LSMBLOB_ENTRIES || slot < 0) + return NULL; + + if (lsm_slotlist[slot] == NULL) + return NULL; + return lsm_slotlist[slot]->lsm; +} +#endif /* LSMBLOB_ENTRIES > 0 */ + /** * security_add_hooks - Add a modules hooks to the hook lists. * @hooks: the hooks to add * @count: the number of hooks to add - * @lsm: the name of the security module + * @lsmid: the identification information for the security module * * Each LSM has to register its hooks with the infrastructure. + * If the LSM is using hooks that export secids allocate a slot + * for it in the lsmblob. */ void __init security_add_hooks(struct security_hook_list *hooks, int count, - const char *lsm) + struct lsm_id *lsmid) { int i; + /* + * A security module may call security_add_hooks() more + * than once. Landlock is one such case. + */ + if (lsm_id == 0 || lsm_idlist[lsm_id - 1] != lsmid) + lsm_idlist[lsm_id++] = lsmid; + + if (lsm_id > LSMID_ENTRIES) + panic("%s Too many LSMs registered.\n", __func__); + + WARN_ON(!lsmid->slot || !lsmid->id); + +#if LSMBLOB_ENTRIES > 0 + if (lsmid->slot == LSMBLOB_NEEDED) { + if (lsm_slot >= LSMBLOB_ENTRIES) + panic("%s Too many LSMs registered.\n", __func__); + lsm_slotlist[lsm_slot] = lsmid; + lsmid->slot = lsm_slot++; + init_debug("%s assigned lsmblob slot %d\n", lsmid->lsm, + lsmid->slot); + } +#endif /* LSMBLOB_ENTRIES > 0 */ + for (i = 0; i < count; i++) { - hooks[i].lsm = lsm; + hooks[i].lsmid = lsmid; hlist_add_tail_rcu(&hooks[i].list, hooks[i].head); } @@ -531,7 +630,7 @@ * and fix this up afterwards. */ if (slab_is_available()) { - if (lsm_append(lsm, &lsm_names) < 0) + if (lsm_append(lsmid->lsm, &lsm_names) < 0) panic("%s - Cannot get early memory.\n", __func__); } } @@ -645,6 +744,8 @@ */ static int lsm_task_alloc(struct task_struct *task) { + int *ilsm; + if (blob_sizes.lbs_task == 0) { task->security = NULL; return 0; @@ -653,6 +754,15 @@ task->security = kzalloc(blob_sizes.lbs_task, GFP_KERNEL); if (task->security == NULL) return -ENOMEM; + + /* + * The start of the task blob contains the "interface" LSM slot number. + * Start with it set to the invalid slot number, indicating that the + * default first registered LSM be displayed. + */ + ilsm = task->security; + *ilsm = LSMBLOB_INVALID; + return 0; } @@ -699,6 +809,28 @@ } /** + * lsm_sock_alloc - allocate a composite sock blob + * @sock: the sock that needs a blob + * @priority: allocation mode + * + * Allocate the sock blob for all the modules + * + * Returns 0, or -ENOMEM if memory can't be allocated. + */ +static int lsm_sock_alloc(struct sock *sock, gfp_t priority) +{ + if (blob_sizes.lbs_sock == 0) { + sock->sk_security = NULL; + return 0; + } + + sock->sk_security = kzalloc(blob_sizes.lbs_sock, priority); + if (sock->sk_security == NULL) + return -ENOMEM; + return 0; +} + +/** * lsm_early_task - during initialization allocate a composite task blob * @task: the task that needs a blob * @@ -798,6 +930,7 @@ { return call_int_hook(binder_set_context_mgr, 0, mgr); } +EXPORT_SYMBOL(security_binder_set_context_mgr); /** * security_binder_transaction() - Check if a binder transaction is allowed @@ -813,6 +946,7 @@ { return call_int_hook(binder_transaction, 0, from, to); } +EXPORT_SYMBOL(security_binder_transaction); /** * security_binder_transfer_binder() - Check if a binder transfer is allowed @@ -828,6 +962,7 @@ { return call_int_hook(binder_transfer_binder, 0, from, to); } +EXPORT_SYMBOL(security_binder_transfer_binder); /** * security_binder_transfer_file() - Check if a binder file xfer is allowed @@ -844,6 +979,7 @@ { return call_int_hook(binder_transfer_file, 0, from, to, file); } +EXPORT_SYMBOL(security_binder_transfer_file); /** * security_ptrace_access_check() - Check if tracing is allowed @@ -1139,6 +1275,20 @@ } /** + * security_fs_context_submount() - Initialise fc->security + * @fc: new filesystem context + * @reference: dentry reference for submount/remount + * + * Fill out the ->security field for a new fs_context. + * + * Return: Returns 0 on success or negative error code on failure. + */ +int security_fs_context_submount(struct fs_context *fc, struct super_block *reference) +{ + return call_int_hook(fs_context_submount, 0, fc, reference); +} + +/** * security_fs_context_dup() - Duplicate a fs_context LSM blob * @fc: destination filesystem context * @src_fc: source filesystem context @@ -1535,8 +1685,8 @@ */ int security_dentry_init_security(struct dentry *dentry, int mode, const struct qstr *name, - const char **xattr_name, void **ctx, - u32 *ctxlen) + const char **xattr_name, + struct lsmcontext *lsmctx) { struct security_hook_list *hp; int rc; @@ -1547,7 +1697,10 @@ hlist_for_each_entry(hp, &security_hook_heads.dentry_init_security, list) { rc = hp->hook.dentry_init_security(dentry, mode, name, - xattr_name, ctx, ctxlen); + xattr_name, + (void **)&lsmctx->context, + &lsmctx->len); + lsmctx->slot = hp->lsmid->slot; if (rc != LSM_RET_DEFAULT(dentry_init_security)) return rc; } @@ -2443,14 +2596,21 @@ /** * security_inode_getsecid() - Get an inode's secid * @inode: inode - * @secid: secid to return + * @blob: lsm blob to return * - * Get the secid associated with the node. In case of failure, @secid will be + * Get the lsm blo associated with the node. In case of failure, @blob will be * set to zero. */ -void security_inode_getsecid(struct inode *inode, u32 *secid) +void security_inode_getsecid(struct inode *inode, struct lsmblob *blob) { - call_void_hook(inode_getsecid, inode, secid); + struct security_hook_list *hp; + + lsmblob_init(blob, 0); + hlist_for_each_entry(hp, &security_hook_heads.inode_getsecid, list) { + if (WARN_ON(hp->lsmid->slot < 0 || hp->lsmid->slot >= lsm_slot)) + continue; + hp->hook.inode_getsecid(inode, &blob->secid[hp->lsmid->slot]); + } } /** @@ -2827,14 +2987,26 @@ */ int security_task_alloc(struct task_struct *task, unsigned long clone_flags) { + int *oilsm = current->security; + int *nilsm; int rc = lsm_task_alloc(task); - if (rc) + if (unlikely(rc)) return rc; + rc = call_int_hook(task_alloc, 0, task, clone_flags); - if (unlikely(rc)) + if (unlikely(rc)) { security_task_free(task); - return rc; + return rc; + } + + if (oilsm) { + nilsm = task->security; + if (nilsm) + *nilsm = *oilsm; + } + + return 0; } /** @@ -2934,31 +3106,47 @@ /** * security_cred_getsecid() - Get the secid from a set of credentials * @c: credentials - * @secid: secid value + * @blob: lsm blob * * Retrieve the security identifier of the cred structure @c. In case of - * failure, @secid will be set to zero. + * failure, @blob will be set to zero. */ -void security_cred_getsecid(const struct cred *c, u32 *secid) +void security_cred_getsecid(const struct cred *c, struct lsmblob *blob) { - *secid = 0; - call_void_hook(cred_getsecid, c, secid); + struct security_hook_list *hp; + + lsmblob_init(blob, 0); + hlist_for_each_entry(hp, &security_hook_heads.cred_getsecid, list) { + if (WARN_ON(hp->lsmid->slot < 0 || hp->lsmid->slot >= lsm_slot)) + continue; + hp->hook.cred_getsecid(c, &blob->secid[hp->lsmid->slot]); + } } EXPORT_SYMBOL(security_cred_getsecid); /** * security_kernel_act_as() - Set the kernel credentials to act as secid * @new: credentials - * @secid: secid + * @blob: lsm blob * * Set the credentials for a kernel service to act as (subjective context). * The current task must be the one that nominated @secid. * * Return: Returns 0 if successful. */ -int security_kernel_act_as(struct cred *new, u32 secid) +int security_kernel_act_as(struct cred *new, struct lsmblob *blob) { - return call_int_hook(kernel_act_as, 0, new, secid); + struct security_hook_list *hp; + int rc; + + hlist_for_each_entry(hp, &security_hook_heads.kernel_act_as, list) { + if (WARN_ON(hp->lsmid->slot < 0 || hp->lsmid->slot >= lsm_slot)) + continue; + rc = hp->hook.kernel_act_as(new, blob->secid[hp->lsmid->slot]); + if (rc != 0) + return rc; + } + return 0; } /** @@ -3192,30 +3380,43 @@ /** * security_current_getsecid_subj() - Get the current task's subjective secid - * @secid: secid value + * @blob: lsm blob * * Retrieve the subjective security identifier of the current task and return - * it in @secid. In case of failure, @secid will be set to zero. + * it in @blob. In case of failure, @blob will be set to zero. */ -void security_current_getsecid_subj(u32 *secid) +void security_current_getsecid_subj(struct lsmblob *blob) { - *secid = 0; - call_void_hook(current_getsecid_subj, secid); + struct security_hook_list *hp; + + lsmblob_init(blob, 0); + hlist_for_each_entry(hp, &security_hook_heads.current_getsecid_subj, + list) { + if (WARN_ON(hp->lsmid->slot < 0 || hp->lsmid->slot >= lsm_slot)) + continue; + hp->hook.current_getsecid_subj(&blob->secid[hp->lsmid->slot]); + } } EXPORT_SYMBOL(security_current_getsecid_subj); /** * security_task_getsecid_obj() - Get a task's objective secid * @p: target task - * @secid: secid value + * @blob: lsm blob * * Retrieve the objective security identifier of the task_struct in @p and - * return it in @secid. In case of failure, @secid will be set to zero. + * return it in @blob. In case of failure, @blob will be set to zero. */ -void security_task_getsecid_obj(struct task_struct *p, u32 *secid) +void security_task_getsecid_obj(struct task_struct *p, struct lsmblob *blob) { - *secid = 0; - call_void_hook(task_getsecid_obj, p, secid); + struct security_hook_list *hp; + + lsmblob_init(blob, 0); + hlist_for_each_entry(hp, &security_hook_heads.task_getsecid_obj, list) { + if (WARN_ON(hp->lsmid->slot < 0 || hp->lsmid->slot >= lsm_slot)) + continue; + hp->hook.task_getsecid_obj(p, &blob->secid[hp->lsmid->slot]); + } } EXPORT_SYMBOL(security_task_getsecid_obj); @@ -3373,7 +3574,9 @@ int security_task_prctl(int option, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5) { + int *ilsm = current->security; int thisrc; + int slot; int rc = LSM_RET_DEFAULT(task_prctl); struct security_hook_list *hp; @@ -3385,6 +3588,28 @@ break; } } + + if (lsm_slot == 0) + return rc; + + switch (option) { + case PR_LSM_ATTR_SET: + if (rc && rc != LSM_RET_DEFAULT(task_prctl)) + return rc; + for (slot = 0; slot < lsm_slot; slot++) + if (lsm_slotlist[slot]->id == arg2) { + *ilsm = lsm_slotlist[slot]->slot; + return 0; + } + return -EINVAL; + case PR_LSM_ATTR_GET: + if (rc && rc != LSM_RET_DEFAULT(task_prctl)) + return rc; + if (*ilsm != LSMBLOB_INVALID) + return lsm_slotlist[*ilsm]->id; + return lsm_slotlist[0]->id; + } + return rc; } @@ -3431,15 +3656,21 @@ /** * security_ipc_getsecid() - Get the sysv ipc object's secid * @ipcp: ipc permission structure - * @secid: secid pointer + * @blob: lsm blob * - * Get the secid associated with the ipc object. In case of failure, @secid + * Get the lsm blob associated with the ipc object. In case of failure, @blob * will be set to zero. */ -void security_ipc_getsecid(struct kern_ipc_perm *ipcp, u32 *secid) +void security_ipc_getsecid(struct kern_ipc_perm *ipcp, struct lsmblob *blob) { - *secid = 0; - call_void_hook(ipc_getsecid, ipcp, secid); + struct security_hook_list *hp; + + lsmblob_init(blob, 0); + hlist_for_each_entry(hp, &security_hook_heads.ipc_getsecid, list) { + if (WARN_ON(hp->lsmid->slot < 0 || hp->lsmid->slot >= lsm_slot)) + continue; + hp->hook.ipc_getsecid(ipcp, &blob->secid[hp->lsmid->slot]); + } } /** @@ -3764,7 +3995,7 @@ /** * security_getprocattr() - Read an attribute for a task * @p: the task - * @lsm: LSM name + * @lsmid: LSM ID * @name: attribute name * @value: attribute value * @@ -3772,38 +4003,48 @@ * * Return: Returns the length of @value on success, a negative value otherwise. */ -int security_getprocattr(struct task_struct *p, const char *lsm, - const char *name, char **value) +int security_getprocattr(struct task_struct *p, int lsmid, const char *name, + char **value) { struct security_hook_list *hp; + int ilsm = lsm_task_ilsm(current); hlist_for_each_entry(hp, &security_hook_heads.getprocattr, list) { - if (lsm != NULL && strcmp(lsm, hp->lsm)) + if (lsmid != LSM_ID_INVALID && lsmid != hp->lsmid->id) continue; + if (lsmid == LSM_ID_INVALID && ilsm != LSMBLOB_INVALID && + ilsm != hp->lsmid->slot) + continue; + return hp->hook.getprocattr(p, name, value); } return LSM_RET_DEFAULT(getprocattr); } /** - * security_setprocattr() - Set an attribute for a task - * @lsm: LSM name - * @name: attribute name - * @value: attribute value - * @size: attribute value size - * - * Write (set) the current task's attribute @name to @value, size @size if - * allowed. + * security_setprocattr - Set process attributes for a task via /proc + * @lsmid: LSM ID of module involved + * @name: name of the attribute + * @value: value to set the attribute to + * @size: size of the value + * + * Set the process attribute for the specified security module + * to the specified value. Note that this can only be used to set + * the process attributes for the current, or "self" process. + * The /proc code has already done this check. * - * Return: Returns bytes written on success, a negative value otherwise. + * Returns 0 on success, an appropriate code otherwise. */ -int security_setprocattr(const char *lsm, const char *name, void *value, - size_t size) +int security_setprocattr(int lsmid, const char *name, void *value, size_t size) { struct security_hook_list *hp; + int ilsm = lsm_task_ilsm(current); hlist_for_each_entry(hp, &security_hook_heads.setprocattr, list) { - if (lsm != NULL && strcmp(lsm, hp->lsm)) + if (lsmid != LSM_ID_INVALID && lsmid != hp->lsmid->id) + continue; + if (lsmid == LSM_ID_INVALID && ilsm != LSMBLOB_INVALID && + ilsm != hp->lsmid->slot) continue; return hp->hook.setprocattr(name, value, size); } @@ -3843,31 +4084,56 @@ EXPORT_SYMBOL(security_ismaclabel); /** - * security_secid_to_secctx() - Convert a secid to a secctx - * @secid: secid - * @secdata: secctx - * @seclen: secctx length - * - * Convert secid to security context. If @secdata is NULL the length of the - * result will be returned in @seclen, but no @secdata will be returned. This - * does mean that the length could change between calls to check the length and - * the next call which actually allocates and returns the @secdata. - * - * Return: Return 0 on success, error on failure. + * security_secid_to_secctx - convert secid to secctx + * @blob: set of secids + * @cp: lsm context into which result is put + * @ilsm: which security module to report + * + * Translate secid information into a secctx string. + * Return a negative value on error. + * If cp is NULL return the length of the string. + * Otherwise, return 0. */ -int security_secid_to_secctx(u32 secid, char **secdata, u32 *seclen) +int security_secid_to_secctx(struct lsmblob *blob, struct lsmcontext *cp, + int ilsm) { struct security_hook_list *hp; - int rc; + + if (cp) + memset(cp, 0, sizeof(*cp)); /* - * Currently, only one LSM can implement secid_to_secctx (i.e this - * LSM hook is not "stackable"). + * ilsm either is the slot number use for formatting + * or an instruction on which relative slot to use. */ + if (ilsm == LSMBLOB_DISPLAY) + ilsm = lsm_task_ilsm(current); + else if (ilsm == LSMBLOB_FIRST) + ilsm = LSMBLOB_INVALID; + else if (ilsm < 0) { + WARN_ONCE(true, "LSM: %s unknown interface LSM\n", __func__); + ilsm = LSMBLOB_INVALID; + } else if (ilsm >= lsm_slot) { + WARN_ONCE(true, "LSM: %s invalid interface LSM\n", __func__); + ilsm = LSMBLOB_INVALID; + } hlist_for_each_entry(hp, &security_hook_heads.secid_to_secctx, list) { - rc = hp->hook.secid_to_secctx(secid, secdata, seclen); - if (rc != LSM_RET_DEFAULT(secid_to_secctx)) - return rc; + if (WARN_ON(hp->lsmid->slot < 0 || hp->lsmid->slot >= lsm_slot)) + continue; + if (ilsm == LSMBLOB_INVALID || ilsm == hp->lsmid->slot) { + if (!cp) { + int len; + int rc; + rc = hp->hook.secid_to_secctx( + blob->secid[hp->lsmid->slot], + NULL, &len); + return rc ? rc : len; + } + cp->slot = hp->lsmid->slot; + return hp->hook.secid_to_secctx( + blob->secid[hp->lsmid->slot], + &cp->context, &cp->len); + } } return LSM_RET_DEFAULT(secid_to_secctx); @@ -3878,29 +4144,47 @@ * security_secctx_to_secid() - Convert a secctx to a secid * @secdata: secctx * @seclen: length of secctx - * @secid: secid + * @blob: lsm blob * * Convert security context to secid. * * Return: Returns 0 on success, error on failure. */ -int security_secctx_to_secid(const char *secdata, u32 seclen, u32 *secid) +int security_secctx_to_secid(const char *secdata, u32 seclen, + struct lsmblob *blob) { - *secid = 0; - return call_int_hook(secctx_to_secid, 0, secdata, seclen, secid); + struct security_hook_list *hp; + int ilsm = lsm_task_ilsm(current); + + lsmblob_init(blob, 0); + hlist_for_each_entry(hp, &security_hook_heads.secctx_to_secid, list) { + if (WARN_ON(hp->lsmid->slot < 0 || hp->lsmid->slot >= lsm_slot)) + continue; + if (ilsm == LSMBLOB_INVALID || ilsm == hp->lsmid->slot) + return hp->hook.secctx_to_secid(secdata, seclen, + &blob->secid[hp->lsmid->slot]); + } + return 0; } EXPORT_SYMBOL(security_secctx_to_secid); /** * security_release_secctx() - Free a secctx buffer - * @secdata: secctx - * @seclen: length of secctx + * @cp: lsm context * * Release the security context. */ -void security_release_secctx(char *secdata, u32 seclen) +void security_release_secctx(struct lsmcontext *cp) { - call_void_hook(release_secctx, secdata, seclen); + struct security_hook_list *hp; + + hlist_for_each_entry(hp, &security_hook_heads.release_secctx, list) + if (cp->slot == hp->lsmid->slot) { + hp->hook.release_secctx(cp->context, cp->len); + break; + } + + memset(cp, 0, sizeof(*cp)); } EXPORT_SYMBOL(security_release_secctx); @@ -3963,17 +4247,25 @@ /** * security_inode_getsecctx() - Get the security label of an inode * @inode: inode - * @ctx: secctx - * @ctxlen: length of secctx + * @cp: lsm context * - * On success, returns 0 and fills out @ctx and @ctxlen with the security - * context for the given @inode. + * On success, returns 0 and fills out @cp with the security context for the + * given @inode. * * Return: Returns 0 on success, error on failure. */ -int security_inode_getsecctx(struct inode *inode, void **ctx, u32 *ctxlen) +int security_inode_getsecctx(struct inode *inode, struct lsmcontext *cp) { - return call_int_hook(inode_getsecctx, -EOPNOTSUPP, inode, ctx, ctxlen); + struct security_hook_list *hp; + + memset(cp, 0, sizeof(*cp)); + + hlist_for_each_entry(hp, &security_hook_heads.inode_getsecctx, list) { + cp->slot = hp->lsmid->slot; + return hp->hook.inode_getsecctx(inode, (void **)&cp->context, + &cp->len); + } + return -EOPNOTSUPP; } EXPORT_SYMBOL(security_inode_getsecctx); @@ -4330,8 +4622,15 @@ int security_socket_getpeersec_stream(struct socket *sock, sockptr_t optval, sockptr_t optlen, unsigned int len) { - return call_int_hook(socket_getpeersec_stream, -ENOPROTOOPT, sock, - optval, optlen, len); + int ilsm = lsm_task_ilsm(current); + struct security_hook_list *hp; + + hlist_for_each_entry(hp, &security_hook_heads.socket_getpeersec_stream, + list) + if (ilsm == LSMBLOB_INVALID || ilsm == hp->lsmid->slot) + return hp->hook.socket_getpeersec_stream(sock, optval, + optlen, len); + return -ENOPROTOOPT; } /** @@ -4351,8 +4650,23 @@ int security_socket_getpeersec_dgram(struct socket *sock, struct sk_buff *skb, u32 *secid) { - return call_int_hook(socket_getpeersec_dgram, -ENOPROTOOPT, sock, - skb, secid); + struct security_hook_list *hp; + int rc = -ENOPROTOOPT; + + /* + * Only one security module should provide a real hook for + * this. A stub or bypass like is used in BPF should either + * (somehow) leave rc unaltered or return -ENOPROTOOPT. + */ + hlist_for_each_entry(hp, &security_hook_heads.socket_getpeersec_dgram, + list) { + if (WARN_ON(hp->lsmid->slot < 0 || hp->lsmid->slot >= lsm_slot)) + continue; + rc = hp->hook.socket_getpeersec_dgram(sock, skb, secid); + if (rc != -ENOPROTOOPT) + break; + } + return rc; } EXPORT_SYMBOL(security_socket_getpeersec_dgram); @@ -4369,7 +4683,14 @@ */ int security_sk_alloc(struct sock *sk, int family, gfp_t priority) { - return call_int_hook(sk_alloc_security, 0, sk, family, priority); + int rc = lsm_sock_alloc(sk, priority); + + if (unlikely(rc)) + return rc; + rc = call_int_hook(sk_alloc_security, 0, sk, family, priority); + if (unlikely(rc)) + security_sk_free(sk); + return rc; } /** @@ -4381,6 +4702,8 @@ void security_sk_free(struct sock *sk) { call_void_hook(sk_free_security, sk); + kfree(sk->sk_security); + sk->sk_security = NULL; } /** @@ -5016,16 +5339,34 @@ * @field: audit action * @op: rule operator * @rulestr: rule context - * @lsmrule: receive buffer for audit rule struct + * @lsmrule: receive audit lsm for audit rule struct * * Allocate and initialize an LSM audit rule structure. * * Return: Return 0 if @lsmrule has been successfully set, -EINVAL in case of * an invalid rule. */ -int security_audit_rule_init(u32 field, u32 op, char *rulestr, void **lsmrule) +int security_audit_rule_init(u32 field, u32 op, char *rulestr, + struct audit_lsm_rules *lsmrules) { - return call_int_hook(audit_rule_init, 0, field, op, rulestr, lsmrule); + struct security_hook_list *hp; + bool one_is_good = false; + int rc = 0; + int trc; + + hlist_for_each_entry(hp, &security_hook_heads.audit_rule_init, list) { + if (WARN_ON(hp->lsmid->slot < 0 || hp->lsmid->slot >= lsm_slot)) + continue; + trc = hp->hook.audit_rule_init(field, op, rulestr, + &lsmrules->rule[hp->lsmid->slot]); + if (trc == 0) + one_is_good = true; + else + rc = trc; + } + if (one_is_good) + return 0; + return rc; } /** @@ -5049,14 +5390,22 @@ * Deallocate the LSM audit rule structure previously allocated by * audit_rule_init(). */ -void security_audit_rule_free(void *lsmrule) +void security_audit_rule_free(struct audit_lsm_rules *lsmrules) { - call_void_hook(audit_rule_free, lsmrule); + struct security_hook_list *hp; + + hlist_for_each_entry(hp, &security_hook_heads.audit_rule_free, list) { + if (WARN_ON(hp->lsmid->slot < 0 || hp->lsmid->slot >= lsm_slot)) + continue; + if (lsmrules->rule[hp->lsmid->slot] == NULL) + continue; + hp->hook.audit_rule_free(lsmrules->rule[hp->lsmid->slot]); + } } /** * security_audit_rule_match() - Check if a label matches an audit rule - * @secid: security label + * @blob: lsm security blob * @field: LSM audit field * @op: matching operator * @lsmrule: audit rule @@ -5067,12 +5416,71 @@ * Return: Returns 1 if secid matches the rule, 0 if it does not, -ERRNO on * failure. */ -int security_audit_rule_match(u32 secid, u32 field, u32 op, void *lsmrule) +int security_audit_rule_match(struct lsmblob *blob, u32 field, u32 op, + struct audit_lsm_rules *lsmrules) { - return call_int_hook(audit_rule_match, 0, secid, field, op, lsmrule); + struct security_hook_list *hp; + int rc; + + hlist_for_each_entry(hp, &security_hook_heads.audit_rule_match, list) { + if (WARN_ON(hp->lsmid->slot < 0 || hp->lsmid->slot >= lsm_slot)) + continue; + if (lsmrules->rule[hp->lsmid->slot] == NULL) + continue; + rc = hp->hook.audit_rule_match(blob->secid[hp->lsmid->slot], + field, op, + &lsmrules->rule[hp->lsmid->slot]); + if (rc) + return rc; + } + return 0; } #endif /* CONFIG_AUDIT */ +#ifdef CONFIG_IMA_LSM_RULES +/* + * The integrity subsystem uses the same hooks as + * the audit subsystem. + */ +int ima_filter_rule_init(u32 field, u32 op, char *rulestr, void **lsmrule, + int lsmslot) +{ + struct security_hook_list *hp; + + hlist_for_each_entry(hp, &security_hook_heads.audit_rule_init, list) + if (hp->lsmid->slot == lsmslot) + return hp->hook.audit_rule_init(field, op, rulestr, + lsmrule); + + return 0; +} + +void ima_filter_rule_free(void *lsmrule, int lsmslot) +{ + struct security_hook_list *hp; + + hlist_for_each_entry(hp, &security_hook_heads.audit_rule_free, list) { + if (hp->lsmid->slot == lsmslot) { + hp->hook.audit_rule_free(lsmrule); + return; + } + } +} + +int ima_filter_rule_match(struct lsmblob *blob, u32 field, u32 op, + void *lsmrule, int lsmslot) +{ + struct security_hook_list *hp; + + hlist_for_each_entry(hp, &security_hook_heads.audit_rule_match, list) + if (hp->lsmid->slot == lsmslot) + return hp->hook.audit_rule_match(blob->secid[lsmslot], + field, op, lsmrule); + + return 0; +} +#endif /* CONFIG_IMA_LSM_RULES */ + #ifdef CONFIG_BPF_SYSCALL /** * security_bpf() - Check if the bpf syscall operation is allowed @@ -5184,6 +5592,12 @@ } EXPORT_SYMBOL(security_locked_down); +int security_lock_kernel_down(const char *where, enum lockdown_reason level) +{ + return call_int_hook(lock_kernel_down, 0, where, level); +} +EXPORT_SYMBOL(security_lock_kernel_down); + #ifdef CONFIG_PERF_EVENTS /** * security_perf_event_open() - Check if a perf event open is allowed --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/selinux/hooks.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/selinux/hooks.c @@ -92,6 +92,8 @@ #include #include #include +#include +#include #include "avc.h" #include "objsec.h" @@ -2745,6 +2747,33 @@ FILESYSTEM__UNMOUNT, NULL); } +static int selinux_fs_context_submount(struct fs_context *fc, + struct super_block *reference) +{ + const struct superblock_security_struct *sbsec = selinux_superblock(reference); + struct selinux_mnt_opts *opts; + + /* + * Ensure that fc->security remains NULL when no options are set + * as expected by selinux_set_mnt_opts(). + */ + if (!(sbsec->flags & (FSCONTEXT_MNT|CONTEXT_MNT|DEFCONTEXT_MNT))) + return 0; + + opts = kzalloc(sizeof(*opts), GFP_KERNEL); + if (!opts) + return -ENOMEM; + + if (sbsec->flags & FSCONTEXT_MNT) + opts->fscontext_sid = sbsec->sid; + if (sbsec->flags & CONTEXT_MNT) + opts->context_sid = sbsec->mntpoint_sid; + if (sbsec->flags & DEFCONTEXT_MNT) + opts->defcontext_sid = sbsec->def_sid; + fc->security = opts; + return 0; +} + static int selinux_fs_context_dup(struct fs_context *fc, struct fs_context *src_fc) { @@ -4497,7 +4526,7 @@ static int sock_has_perm(struct sock *sk, u32 perms) { - struct sk_security_struct *sksec = sk->sk_security; + struct sk_security_struct *sksec = selinux_sock(sk); struct common_audit_data ad; struct lsm_network_audit net = {0,}; @@ -4552,7 +4581,7 @@ isec->initialized = LABEL_INITIALIZED; if (sock->sk) { - sksec = sock->sk->sk_security; + sksec = selinux_sock(sock->sk); sksec->sclass = sclass; sksec->sid = sid; /* Allows detection of the first association on this socket */ @@ -4568,8 +4597,8 @@ static int selinux_socket_socketpair(struct socket *socka, struct socket *sockb) { - struct sk_security_struct *sksec_a = socka->sk->sk_security; - struct sk_security_struct *sksec_b = sockb->sk->sk_security; + struct sk_security_struct *sksec_a = selinux_sock(socka->sk); + struct sk_security_struct *sksec_b = selinux_sock(sockb->sk); sksec_a->peer_sid = sksec_b->sid; sksec_b->peer_sid = sksec_a->sid; @@ -4584,7 +4613,7 @@ static int selinux_socket_bind(struct socket *sock, struct sockaddr *address, int addrlen) { struct sock *sk = sock->sk; - struct sk_security_struct *sksec = sk->sk_security; + struct sk_security_struct *sksec = selinux_sock(sk); u16 family; int err; @@ -4717,7 +4746,7 @@ struct sockaddr *address, int addrlen) { struct sock *sk = sock->sk; - struct sk_security_struct *sksec = sk->sk_security; + struct sk_security_struct *sksec = selinux_sock(sk); int err; err = sock_has_perm(sk, SOCKET__CONNECT); @@ -4895,9 +4924,9 @@ struct sock *other, struct sock *newsk) { - struct sk_security_struct *sksec_sock = sock->sk_security; - struct sk_security_struct *sksec_other = other->sk_security; - struct sk_security_struct *sksec_new = newsk->sk_security; + struct sk_security_struct *sksec_sock = selinux_sock(sock); + struct sk_security_struct *sksec_other = selinux_sock(other); + struct sk_security_struct *sksec_new = selinux_sock(newsk); struct common_audit_data ad; struct lsm_network_audit net = {0,}; int err; @@ -4928,8 +4957,8 @@ static int selinux_socket_unix_may_send(struct socket *sock, struct socket *other) { - struct sk_security_struct *ssec = sock->sk->sk_security; - struct sk_security_struct *osec = other->sk->sk_security; + struct sk_security_struct *ssec = selinux_sock(sock->sk); + struct sk_security_struct *osec = selinux_sock(other->sk); struct common_audit_data ad; struct lsm_network_audit net = {0,}; @@ -4968,7 +4997,7 @@ u16 family) { int err = 0; - struct sk_security_struct *sksec = sk->sk_security; + struct sk_security_struct *sksec = selinux_sock(sk); u32 sk_sid = sksec->sid; struct common_audit_data ad; struct lsm_network_audit net = {0,}; @@ -5000,7 +5029,7 @@ static int selinux_socket_sock_rcv_skb(struct sock *sk, struct sk_buff *skb) { int err; - struct sk_security_struct *sksec = sk->sk_security; + struct sk_security_struct *sksec = selinux_sock(sk); u16 family = sk->sk_family; u32 sk_sid = sksec->sid; struct common_audit_data ad; @@ -5073,7 +5102,7 @@ int err = 0; char *scontext = NULL; u32 scontext_len; - struct sk_security_struct *sksec = sock->sk->sk_security; + struct sk_security_struct *sksec = selinux_sock(sock->sk); u32 peer_sid = SECSID_NULL; if (sksec->sclass == SECCLASS_UNIX_STREAM_SOCKET || @@ -5131,34 +5160,27 @@ static int selinux_sk_alloc_security(struct sock *sk, int family, gfp_t priority) { - struct sk_security_struct *sksec; - - sksec = kzalloc(sizeof(*sksec), priority); - if (!sksec) - return -ENOMEM; + struct sk_security_struct *sksec = selinux_sock(sk); sksec->peer_sid = SECINITSID_UNLABELED; sksec->sid = SECINITSID_UNLABELED; sksec->sclass = SECCLASS_SOCKET; selinux_netlbl_sk_security_reset(sksec); - sk->sk_security = sksec; return 0; } static void selinux_sk_free_security(struct sock *sk) { - struct sk_security_struct *sksec = sk->sk_security; + struct sk_security_struct *sksec = selinux_sock(sk); - sk->sk_security = NULL; selinux_netlbl_sk_security_free(sksec); - kfree(sksec); } static void selinux_sk_clone_security(const struct sock *sk, struct sock *newsk) { - struct sk_security_struct *sksec = sk->sk_security; - struct sk_security_struct *newsksec = newsk->sk_security; + struct sk_security_struct *sksec = selinux_sock(sk); + struct sk_security_struct *newsksec = selinux_sock(newsk); newsksec->sid = sksec->sid; newsksec->peer_sid = sksec->peer_sid; @@ -5172,7 +5194,7 @@ if (!sk) *secid = SECINITSID_ANY_SOCKET; else { - struct sk_security_struct *sksec = sk->sk_security; + struct sk_security_struct *sksec = selinux_sock(sk); *secid = sksec->sid; } @@ -5182,7 +5204,7 @@ { struct inode_security_struct *isec = inode_security_novalidate(SOCK_INODE(parent)); - struct sk_security_struct *sksec = sk->sk_security; + struct sk_security_struct *sksec = selinux_sock(sk); if (sk->sk_family == PF_INET || sk->sk_family == PF_INET6 || sk->sk_family == PF_UNIX) @@ -5199,7 +5221,7 @@ { struct sock *sk = asoc->base.sk; u16 family = sk->sk_family; - struct sk_security_struct *sksec = sk->sk_security; + struct sk_security_struct *sksec = selinux_sock(sk); struct common_audit_data ad; struct lsm_network_audit net = {0,}; int err; @@ -5256,7 +5278,7 @@ static int selinux_sctp_assoc_request(struct sctp_association *asoc, struct sk_buff *skb) { - struct sk_security_struct *sksec = asoc->base.sk->sk_security; + struct sk_security_struct *sksec = selinux_sock(asoc->base.sk); u32 conn_sid; int err; @@ -5289,7 +5311,7 @@ static int selinux_sctp_assoc_established(struct sctp_association *asoc, struct sk_buff *skb) { - struct sk_security_struct *sksec = asoc->base.sk->sk_security; + struct sk_security_struct *sksec = selinux_sock(asoc->base.sk); if (!selinux_policycap_extsockclass()) return 0; @@ -5388,8 +5410,8 @@ static void selinux_sctp_sk_clone(struct sctp_association *asoc, struct sock *sk, struct sock *newsk) { - struct sk_security_struct *sksec = sk->sk_security; - struct sk_security_struct *newsksec = newsk->sk_security; + struct sk_security_struct *sksec = selinux_sock(sk); + struct sk_security_struct *newsksec = selinux_sock(newsk); /* If policy does not support SECCLASS_SCTP_SOCKET then call * the non-sctp clone version. @@ -5421,7 +5443,7 @@ static int selinux_inet_conn_request(const struct sock *sk, struct sk_buff *skb, struct request_sock *req) { - struct sk_security_struct *sksec = sk->sk_security; + struct sk_security_struct *sksec = selinux_sock(sk); int err; u16 family = req->rsk_ops->family; u32 connsid; @@ -5442,7 +5464,7 @@ static void selinux_inet_csk_clone(struct sock *newsk, const struct request_sock *req) { - struct sk_security_struct *newsksec = newsk->sk_security; + struct sk_security_struct *newsksec = selinux_sock(newsk); newsksec->sid = req->secid; newsksec->peer_sid = req->peer_secid; @@ -5459,7 +5481,7 @@ static void selinux_inet_conn_established(struct sock *sk, struct sk_buff *skb) { u16 family = sk->sk_family; - struct sk_security_struct *sksec = sk->sk_security; + struct sk_security_struct *sksec = selinux_sock(sk); /* handle mapped IPv4 packets arriving via IPv6 sockets */ if (family == PF_INET6 && skb->protocol == htons(ETH_P_IP)) @@ -5540,7 +5562,7 @@ static int selinux_tun_dev_attach(struct sock *sk, void *security) { struct tun_security_struct *tunsec = security; - struct sk_security_struct *sksec = sk->sk_security; + struct sk_security_struct *sksec = selinux_sock(sk); /* we don't currently perform any NetLabel based labeling here and it * isn't clear that we would want to do so anyway; while we could apply @@ -5666,7 +5688,7 @@ return NF_ACCEPT; /* standard practice, label using the parent socket */ - sksec = sk->sk_security; + sksec = selinux_sock(sk); sid = sksec->sid; } else sid = SECINITSID_KERNEL; @@ -5689,7 +5711,7 @@ sk = skb_to_full_sk(skb); if (sk == NULL) return NF_ACCEPT; - sksec = sk->sk_security; + sksec = selinux_sock(sk); ad.type = LSM_AUDIT_DATA_NET; ad.u.net = &net; @@ -5781,7 +5803,7 @@ u32 skb_sid; struct sk_security_struct *sksec; - sksec = sk->sk_security; + sksec = selinux_sock(sk); if (selinux_skb_peerlbl_sid(skb, family, &skb_sid)) return NF_DROP; /* At this point, if the returned skb peerlbl is SECSID_NULL @@ -5810,7 +5832,7 @@ } else { /* Locally generated packet, fetch the security label from the * associated socket. */ - struct sk_security_struct *sksec = sk->sk_security; + struct sk_security_struct *sksec = selinux_sock(sk); peer_sid = sksec->sid; secmark_perm = PACKET__SEND; } @@ -5856,7 +5878,7 @@ unsigned int data_len = skb->len; unsigned char *data = skb->data; struct nlmsghdr *nlh; - struct sk_security_struct *sksec = sk->sk_security; + struct sk_security_struct *sksec = selinux_sock(sk); u16 sclass = sksec->sclass; u32 perm; @@ -6313,6 +6335,24 @@ return error; } +static int selinux_task_prctl(int option, unsigned long arg2, + unsigned long arg3, unsigned long arg4, + unsigned long arg5) +{ + u32 mysid = current_sid(); + + if (option != PR_LSM_ATTR_SET) + return -ENOSYS; + + /* + * For setting interface_lsm, we only perform a permission check; + * the actual update to the interface_lsm value is handled by the + * LSM framework. + */ + return avc_has_perm(mysid, mysid, SECCLASS_PROCESS2, + PROCESS2__SETINTERFACE_LSM, NULL); +} + static int selinux_setprocattr(const char *name, void *value, size_t size) { struct task_security_struct *tsec; @@ -6324,6 +6364,7 @@ /* * Basic control over ability to set these attributes at all. */ + if (!strcmp(name, "exec")) error = avc_has_perm(mysid, mysid, SECCLASS_PROCESS, PROCESS__SETEXEC, NULL); @@ -6814,6 +6855,7 @@ .lbs_inode = sizeof(struct inode_security_struct), .lbs_ipc = sizeof(struct ipc_security_struct), .lbs_msg_msg = sizeof(struct msg_security_struct), + .lbs_sock = sizeof(struct sk_security_struct), .lbs_superblock = sizeof(struct superblock_security_struct), }; @@ -6929,6 +6971,14 @@ } #endif /* CONFIG_IO_URING */ +struct lsm_id selinux_lsmid __ro_after_init = { + .lsm = "selinux", + .id = LSM_ID_SELINUX, + .features = LSM_ATTR_CURRENT | LSM_ATTR_EXEC | LSM_ATTR_FSCREATE | + LSM_ATTR_KEYCREATE | LSM_ATTR_PREV | LSM_ATTR_SOCKCREATE, + .slot = LSMBLOB_NEEDED, +}; + /* * IMPORTANT NOTE: When adding new hooks, please be careful to keep this order: * 1. any hooks that don't belong to (2.) or (3.) below, @@ -6952,6 +7002,7 @@ LSM_HOOK_INIT(ptrace_access_check, selinux_ptrace_access_check), LSM_HOOK_INIT(ptrace_traceme, selinux_ptrace_traceme), + LSM_HOOK_INIT(task_prctl, selinux_task_prctl), LSM_HOOK_INIT(capget, selinux_capget), LSM_HOOK_INIT(capset, selinux_capset), LSM_HOOK_INIT(capable, selinux_capable), @@ -7182,6 +7233,7 @@ /* * PUT "CLONING" (ACCESSING + ALLOCATING) HOOKS HERE */ + LSM_HOOK_INIT(fs_context_submount, selinux_fs_context_submount), LSM_HOOK_INIT(fs_context_dup, selinux_fs_context_dup), LSM_HOOK_INIT(fs_context_parse_param, selinux_fs_context_parse_param), LSM_HOOK_INIT(sb_eat_lsm_opts, selinux_sb_eat_lsm_opts), @@ -7250,7 +7302,8 @@ hashtab_cache_init(); - security_add_hooks(selinux_hooks, ARRAY_SIZE(selinux_hooks), "selinux"); + security_add_hooks(selinux_hooks, ARRAY_SIZE(selinux_hooks), + &selinux_lsmid); if (avc_add_callback(selinux_netcache_avc_callback, AVC_CALLBACK_RESET)) panic("SELinux: Unable to register AVC netcache callback\n"); --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/selinux/include/classmap.h +++ linux-lowlatency-hwe-6.5-6.5.0/security/selinux/include/classmap.h @@ -53,7 +53,8 @@ "execmem", "execstack", "execheap", "setkeycreate", "setsockcreate", "getrlimit", NULL } }, { "process2", - { "nnp_transition", "nosuid_transition", NULL } }, + { "nnp_transition", "nosuid_transition", "setinterface_lsm", + NULL } }, { "system", { "ipc_info", "syslog_read", "syslog_mod", "syslog_console", "module_request", "module_load", NULL } }, --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/selinux/include/objsec.h +++ linux-lowlatency-hwe-6.5-6.5.0/security/selinux/include/objsec.h @@ -194,4 +194,9 @@ return superblock->s_security + selinux_blob_sizes.lbs_superblock; } +static inline struct sk_security_struct *selinux_sock(const struct sock *sock) +{ + return sock->sk_security + selinux_blob_sizes.lbs_sock; +} + #endif /* _SELINUX_OBJSEC_H_ */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/selinux/include/security.h +++ linux-lowlatency-hwe-6.5-6.5.0/security/selinux/include/security.h @@ -76,6 +76,7 @@ struct netlbl_lsm_secattr; extern int selinux_enabled_boot; +extern struct lsm_id selinux_lsmid; /* * type_datum properties --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/selinux/netlabel.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/selinux/netlabel.c @@ -17,6 +17,7 @@ #include #include #include +#include #include #include #include @@ -68,7 +69,7 @@ static struct netlbl_lsm_secattr *selinux_netlbl_sock_genattr(struct sock *sk) { int rc; - struct sk_security_struct *sksec = sk->sk_security; + struct sk_security_struct *sksec = selinux_sock(sk); struct netlbl_lsm_secattr *secattr; if (sksec->nlbl_secattr != NULL) @@ -100,14 +101,14 @@ const struct sock *sk, u32 sid) { - struct sk_security_struct *sksec = sk->sk_security; + struct sk_security_struct *sksec = selinux_sock(sk); struct netlbl_lsm_secattr *secattr = sksec->nlbl_secattr; if (secattr == NULL) return NULL; if ((secattr->flags & NETLBL_SECATTR_SECID) && - (secattr->attr.secid == sid)) + (secattr->attr.lsmblob.secid[selinux_lsmid.slot] == sid)) return secattr; return NULL; @@ -239,7 +240,7 @@ * being labeled by it's parent socket, if it is just exit */ sk = skb_to_full_sk(skb); if (sk != NULL) { - struct sk_security_struct *sksec = sk->sk_security; + struct sk_security_struct *sksec = selinux_sock(sk); if (sksec->nlbl_state != NLBL_REQSKB) return 0; @@ -276,7 +277,7 @@ { int rc; struct netlbl_lsm_secattr secattr; - struct sk_security_struct *sksec = asoc->base.sk->sk_security; + struct sk_security_struct *sksec = selinux_sock(asoc->base.sk); struct sockaddr_in addr4; struct sockaddr_in6 addr6; @@ -355,7 +356,7 @@ */ void selinux_netlbl_inet_csk_clone(struct sock *sk, u16 family) { - struct sk_security_struct *sksec = sk->sk_security; + struct sk_security_struct *sksec = selinux_sock(sk); if (family == PF_INET) sksec->nlbl_state = NLBL_LABELED; @@ -373,8 +374,8 @@ */ void selinux_netlbl_sctp_sk_clone(struct sock *sk, struct sock *newsk) { - struct sk_security_struct *sksec = sk->sk_security; - struct sk_security_struct *newsksec = newsk->sk_security; + struct sk_security_struct *sksec = selinux_sock(sk); + struct sk_security_struct *newsksec = selinux_sock(newsk); newsksec->nlbl_state = sksec->nlbl_state; } @@ -392,7 +393,7 @@ int selinux_netlbl_socket_post_create(struct sock *sk, u16 family) { int rc; - struct sk_security_struct *sksec = sk->sk_security; + struct sk_security_struct *sksec = selinux_sock(sk); struct netlbl_lsm_secattr *secattr; if (family != PF_INET && family != PF_INET6) @@ -506,7 +507,7 @@ { int rc = 0; struct sock *sk = sock->sk; - struct sk_security_struct *sksec = sk->sk_security; + struct sk_security_struct *sksec = selinux_sock(sk); struct netlbl_lsm_secattr secattr; if (selinux_netlbl_option(level, optname) && @@ -544,7 +545,7 @@ struct sockaddr *addr) { int rc; - struct sk_security_struct *sksec = sk->sk_security; + struct sk_security_struct *sksec = selinux_sock(sk); struct netlbl_lsm_secattr *secattr; /* connected sockets are allowed to disconnect when the address family @@ -583,7 +584,7 @@ int selinux_netlbl_socket_connect_locked(struct sock *sk, struct sockaddr *addr) { - struct sk_security_struct *sksec = sk->sk_security; + struct sk_security_struct *sksec = selinux_sock(sk); if (sksec->nlbl_state != NLBL_REQSKB && sksec->nlbl_state != NLBL_CONNLABELED) --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/selinux/ss/services.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/selinux/ss/services.c @@ -3827,7 +3827,7 @@ if (secattr->flags & NETLBL_SECATTR_CACHE) *sid = *(u32 *)secattr->cache->data; else if (secattr->flags & NETLBL_SECATTR_SECID) - *sid = secattr->attr.secid; + *sid = secattr->attr.lsmblob.secid[selinux_lsmid.slot]; else if (secattr->flags & NETLBL_SECATTR_MLS_LVL) { rc = -EIDRM; ctx = sidtab_search(sidtab, SECINITSID_NETMSG); @@ -3903,7 +3903,7 @@ if (secattr->domain == NULL) goto out; - secattr->attr.secid = sid; + secattr->attr.lsmblob.secid[selinux_lsmid.slot] = sid; secattr->flags |= NETLBL_SECATTR_DOMAIN_CPY | NETLBL_SECATTR_SECID; mls_export_netlbl_lvl(policydb, ctx, secattr); rc = mls_export_netlbl_cat(policydb, ctx, secattr); --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/smack/smack.h +++ linux-lowlatency-hwe-6.5-6.5.0/security/smack/smack.h @@ -295,6 +295,7 @@ * Shared data. */ extern int smack_enabled __initdata; +extern struct lsm_id smack_lsmid; extern int smack_cipso_direct; extern int smack_cipso_mapped; extern struct smack_known *smack_net_ambient; @@ -355,6 +356,11 @@ return superblock->s_security + smack_blob_sizes.lbs_superblock; } +static inline struct socket_smack *smack_sock(const struct sock *sock) +{ + return sock->sk_security + smack_blob_sizes.lbs_sock; +} + /* * Is the directory transmuting? */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/smack/smack_access.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/smack/smack_access.c @@ -521,7 +521,7 @@ { int slen; - skp->smk_netlabel.attr.secid = skp->smk_secid; + skp->smk_netlabel.attr.lsmblob.secid[smack_lsmid.slot] = skp->smk_secid; skp->smk_netlabel.domain = skp->smk_known; skp->smk_netlabel.cache = netlbl_secattr_cache_alloc(GFP_ATOMIC); if (skp->smk_netlabel.cache != NULL) { --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/smack/smack_lsm.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/smack/smack_lsm.c @@ -43,6 +43,7 @@ #include #include #include +#include #include "smack.h" #define TRANS_TRUE "TRUE" @@ -615,6 +616,56 @@ } /** + * smack_fs_context_submount - Initialise security data for a filesystem context + * @fc: The filesystem context. + * @reference: reference superblock + * + * Returns 0 on success or -ENOMEM on error. + */ +static int smack_fs_context_submount(struct fs_context *fc, + struct super_block *reference) +{ + struct superblock_smack *sbsp; + struct smack_mnt_opts *ctx; + struct inode_smack *isp; + + ctx = kzalloc(sizeof(*ctx), GFP_KERNEL); + if (!ctx) + return -ENOMEM; + fc->security = ctx; + + sbsp = smack_superblock(reference); + isp = smack_inode(reference->s_root->d_inode); + + if (sbsp->smk_default) { + ctx->fsdefault = kstrdup(sbsp->smk_default->smk_known, GFP_KERNEL); + if (!ctx->fsdefault) + return -ENOMEM; + } + + if (sbsp->smk_floor) { + ctx->fsfloor = kstrdup(sbsp->smk_floor->smk_known, GFP_KERNEL); + if (!ctx->fsfloor) + return -ENOMEM; + } + + if (sbsp->smk_hat) { + ctx->fshat = kstrdup(sbsp->smk_hat->smk_known, GFP_KERNEL); + if (!ctx->fshat) + return -ENOMEM; + } + + if (isp->smk_flags & SMK_INODE_TRANSMUTE) { + if (sbsp->smk_root) { + ctx->fstransmute = kstrdup(sbsp->smk_root->smk_known, GFP_KERNEL); + if (!ctx->fstransmute) + return -ENOMEM; + } + } + return 0; +} + +/** * smack_fs_context_dup - Duplicate the security data on fs_context duplication * @fc: The new filesystem context. * @src_fc: The source filesystem context being duplicated. @@ -1502,7 +1553,7 @@ if (sock == NULL || sock->sk == NULL) return -EOPNOTSUPP; - ssp = sock->sk->sk_security; + ssp = smack_sock(sock->sk); if (strcmp(name, XATTR_SMACK_IPIN) == 0) isp = ssp->smk_in; @@ -1890,7 +1941,7 @@ if (inode->i_sb->s_magic == SOCKFS_MAGIC) { sock = SOCKET_I(inode); - ssp = sock->sk->sk_security; + ssp = smack_sock(sock->sk); tsp = smack_cred(current_cred()); /* * If the receiving process can't write to the @@ -2310,11 +2361,7 @@ static int smack_sk_alloc_security(struct sock *sk, int family, gfp_t gfp_flags) { struct smack_known *skp = smk_of_current(); - struct socket_smack *ssp; - - ssp = kzalloc(sizeof(struct socket_smack), gfp_flags); - if (ssp == NULL) - return -ENOMEM; + struct socket_smack *ssp = smack_sock(sk); /* * Sockets created by kernel threads receive web label. @@ -2328,11 +2375,10 @@ } ssp->smk_packet = NULL; - sk->sk_security = ssp; - return 0; } +#ifdef SMACK_IPV6_PORT_LABELING /** * smack_sk_free_security - Free a socket blob * @sk: the socket @@ -2341,7 +2387,6 @@ */ static void smack_sk_free_security(struct sock *sk) { -#ifdef SMACK_IPV6_PORT_LABELING struct smk_port_label *spp; if (sk->sk_family == PF_INET6) { @@ -2354,9 +2399,8 @@ } rcu_read_unlock(); } -#endif - kfree(sk->sk_security); } +#endif /** * smack_sk_clone_security - Copy security context @@ -2484,7 +2528,7 @@ */ static int smack_netlbl_add(struct sock *sk) { - struct socket_smack *ssp = sk->sk_security; + struct socket_smack *ssp = smack_sock(sk); struct smack_known *skp = ssp->smk_out; int rc; @@ -2516,7 +2560,7 @@ */ static void smack_netlbl_delete(struct sock *sk) { - struct socket_smack *ssp = sk->sk_security; + struct socket_smack *ssp = smack_sock(sk); /* * Take the label off the socket if one is set. @@ -2548,7 +2592,7 @@ struct smack_known *skp; int rc = 0; struct smack_known *hkp; - struct socket_smack *ssp = sk->sk_security; + struct socket_smack *ssp = smack_sock(sk); struct smk_audit_info ad; rcu_read_lock(); @@ -2621,7 +2665,7 @@ { struct sock *sk = sock->sk; struct sockaddr_in6 *addr6; - struct socket_smack *ssp = sock->sk->sk_security; + struct socket_smack *ssp = smack_sock(sock->sk); struct smk_port_label *spp; unsigned short port = 0; @@ -2709,7 +2753,7 @@ int act) { struct smk_port_label *spp; - struct socket_smack *ssp = sk->sk_security; + struct socket_smack *ssp = smack_sock(sk); struct smack_known *skp = NULL; unsigned short port; struct smack_known *object; @@ -2803,7 +2847,7 @@ if (sock == NULL || sock->sk == NULL) return -EOPNOTSUPP; - ssp = sock->sk->sk_security; + ssp = smack_sock(sock->sk); if (strcmp(name, XATTR_SMACK_IPIN) == 0) ssp->smk_in = skp; @@ -2851,7 +2895,7 @@ * Sockets created by kernel threads receive web label. */ if (unlikely(current->flags & PF_KTHREAD)) { - ssp = sock->sk->sk_security; + ssp = smack_sock(sock->sk); ssp->smk_in = &smack_known_web; ssp->smk_out = &smack_known_web; } @@ -2876,8 +2920,8 @@ static int smack_socket_socketpair(struct socket *socka, struct socket *sockb) { - struct socket_smack *asp = socka->sk->sk_security; - struct socket_smack *bsp = sockb->sk->sk_security; + struct socket_smack *asp = smack_sock(socka->sk); + struct socket_smack *bsp = smack_sock(sockb->sk); asp->smk_packet = bsp->smk_out; bsp->smk_packet = asp->smk_out; @@ -2940,7 +2984,7 @@ if (__is_defined(SMACK_IPV6_SECMARK_LABELING)) rsp = smack_ipv6host_label(sip); if (rsp != NULL) { - struct socket_smack *ssp = sock->sk->sk_security; + struct socket_smack *ssp = smack_sock(sock->sk); rc = smk_ipv6_check(ssp->smk_out, rsp, sip, SMK_CONNECTING); @@ -3671,9 +3715,9 @@ { struct smack_known *skp; struct smack_known *okp; - struct socket_smack *ssp = sock->sk_security; - struct socket_smack *osp = other->sk_security; - struct socket_smack *nsp = newsk->sk_security; + struct socket_smack *ssp = smack_sock(sock); + struct socket_smack *osp = smack_sock(other); + struct socket_smack *nsp = smack_sock(newsk); struct smk_audit_info ad; int rc = 0; #ifdef CONFIG_AUDIT @@ -3719,8 +3763,8 @@ */ static int smack_unix_may_send(struct socket *sock, struct socket *other) { - struct socket_smack *ssp = sock->sk->sk_security; - struct socket_smack *osp = other->sk->sk_security; + struct socket_smack *ssp = smack_sock(sock->sk); + struct socket_smack *osp = smack_sock(other->sk); struct smk_audit_info ad; int rc; @@ -3757,7 +3801,7 @@ struct sockaddr_in6 *sap = (struct sockaddr_in6 *) msg->msg_name; #endif #ifdef SMACK_IPV6_SECMARK_LABELING - struct socket_smack *ssp = sock->sk->sk_security; + struct socket_smack *ssp = smack_sock(sock->sk); struct smack_known *rsp; #endif int rc = 0; @@ -3816,11 +3860,12 @@ if ((sap->flags & NETLBL_SECATTR_CACHE) != 0) return (struct smack_known *)sap->cache->data; + /* + * Looks like a fallback, which gives us a secid. + */ if ((sap->flags & NETLBL_SECATTR_SECID) != 0) - /* - * Looks like a fallback, which gives us a secid. - */ - return smack_from_secid(sap->attr.secid); + return smack_from_secid( + sap->attr.lsmblob.secid[smack_lsmid.slot]); if ((sap->flags & NETLBL_SECATTR_MLS_LVL) != 0) { /* @@ -3969,7 +4014,7 @@ netlbl_secattr_init(&secattr); if (sk) - ssp = sk->sk_security; + ssp = smack_sock(sk); if (netlbl_skbuff_getattr(skb, family, &secattr) == 0) { skp = smack_from_secattr(&secattr, ssp); @@ -3991,7 +4036,7 @@ */ static int smack_socket_sock_rcv_skb(struct sock *sk, struct sk_buff *skb) { - struct socket_smack *ssp = sk->sk_security; + struct socket_smack *ssp = smack_sock(sk); struct smack_known *skp = NULL; int rc = 0; struct smk_audit_info ad; @@ -4095,7 +4140,7 @@ u32 slen = 1; int rc = 0; - ssp = sock->sk->sk_security; + ssp = smack_sock(sock->sk); if (ssp->smk_packet != NULL) { rcp = ssp->smk_packet->smk_known; slen = strlen(rcp) + 1; @@ -4145,7 +4190,7 @@ switch (family) { case PF_UNIX: - ssp = sock->sk->sk_security; + ssp = smack_sock(sock->sk); s = ssp->smk_out->smk_secid; break; case PF_INET: @@ -4194,7 +4239,7 @@ (sk->sk_family != PF_INET && sk->sk_family != PF_INET6)) return; - ssp = sk->sk_security; + ssp = smack_sock(sk); ssp->smk_in = skp; ssp->smk_out = skp; /* cssp->smk_packet is already set in smack_inet_csk_clone() */ @@ -4214,7 +4259,7 @@ { u16 family = sk->sk_family; struct smack_known *skp; - struct socket_smack *ssp = sk->sk_security; + struct socket_smack *ssp = smack_sock(sk); struct sockaddr_in addr; struct iphdr *hdr; struct smack_known *hskp; @@ -4300,7 +4345,7 @@ static void smack_inet_csk_clone(struct sock *sk, const struct request_sock *req) { - struct socket_smack *ssp = sk->sk_security; + struct socket_smack *ssp = smack_sock(sk); struct smack_known *skp; if (req->peer_secid != 0) { @@ -4868,14 +4913,23 @@ .lbs_inode = sizeof(struct inode_smack), .lbs_ipc = sizeof(struct smack_known *), .lbs_msg_msg = sizeof(struct smack_known *), + .lbs_sock = sizeof(struct socket_smack), .lbs_superblock = sizeof(struct superblock_smack), }; +struct lsm_id smack_lsmid __ro_after_init = { + .lsm = "smack", + .id = LSM_ID_SMACK, + .features = LSM_ATTR_CURRENT, + .slot = LSMBLOB_NEEDED, +}; + static struct security_hook_list smack_hooks[] __ro_after_init = { LSM_HOOK_INIT(ptrace_access_check, smack_ptrace_access_check), LSM_HOOK_INIT(ptrace_traceme, smack_ptrace_traceme), LSM_HOOK_INIT(syslog, smack_syslog), + LSM_HOOK_INIT(fs_context_submount, smack_fs_context_submount), LSM_HOOK_INIT(fs_context_dup, smack_fs_context_dup), LSM_HOOK_INIT(fs_context_parse_param, smack_fs_context_parse_param), @@ -4981,7 +5035,9 @@ LSM_HOOK_INIT(socket_getpeersec_stream, smack_socket_getpeersec_stream), LSM_HOOK_INIT(socket_getpeersec_dgram, smack_socket_getpeersec_dgram), LSM_HOOK_INIT(sk_alloc_security, smack_sk_alloc_security), +#ifdef SMACK_IPV6_PORT_LABELING LSM_HOOK_INIT(sk_free_security, smack_sk_free_security), +#endif LSM_HOOK_INIT(sk_clone_security, smack_sk_clone_security), LSM_HOOK_INIT(sock_graft, smack_sock_graft), LSM_HOOK_INIT(inet_conn_request, smack_inet_conn_request), @@ -5077,7 +5133,7 @@ /* * Register with LSM */ - security_add_hooks(smack_hooks, ARRAY_SIZE(smack_hooks), "smack"); + security_add_hooks(smack_hooks, ARRAY_SIZE(smack_hooks), &smack_lsmid); smack_enabled = 1; pr_info("Smack: Initializing.\n"); --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/smack/smack_netfilter.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/smack/smack_netfilter.c @@ -26,8 +26,8 @@ struct socket_smack *ssp; struct smack_known *skp; - if (sk && sk->sk_security) { - ssp = sk->sk_security; + if (sk) { + ssp = smack_sock(sk); skp = ssp->smk_out; skb->secmark = skp->smk_secid; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/smack/smackfs.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/smack/smackfs.c @@ -186,7 +186,7 @@ nap->loginuid = audit_get_loginuid(current); nap->sessionid = audit_get_sessionid(current); - nap->secid = skp->smk_secid; + nap->lsmblob.secid[smack_lsmid.slot] = skp->smk_secid; } /* @@ -896,7 +896,7 @@ } ret = sscanf(rule, "%d", &catlen); - if (ret != 1 || catlen > SMACK_CIPSO_MAXCATNUM) + if (ret != 1 || catlen < 0 || catlen > SMACK_CIPSO_MAXCATNUM) goto out; if (format == SMK_FIXED24_FMT && @@ -1155,6 +1155,7 @@ static ssize_t smk_write_net4addr(struct file *file, const char __user *buf, size_t count, loff_t *ppos) { + struct lsmblob lsmblob; struct smk_net4addr *snp; struct sockaddr_in newname; char *smack; @@ -1285,10 +1286,13 @@ * this host so that incoming packets get labeled. * but only if we didn't get the special CIPSO option */ - if (rc == 0 && skp != NULL) + if (rc == 0 && skp != NULL) { + lsmblob_init(&lsmblob, 0); + lsmblob.secid[smack_lsmid.slot] = snp->smk_label->smk_secid; rc = netlbl_cfg_unlbl_static_add(&init_net, NULL, - &snp->smk_host, &snp->smk_mask, PF_INET, - snp->smk_label->smk_secid, &audit_info); + &snp->smk_host, &snp->smk_mask, PF_INET, &lsmblob, + &audit_info); + } if (rc == 0) rc = count; --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/tomoyo/tomoyo.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/tomoyo/tomoyo.c @@ -6,6 +6,7 @@ */ #include +#include #include "common.h" /** @@ -542,6 +543,12 @@ } } +static struct lsm_id tomoyo_lsmid __ro_after_init = { + .lsm = "tomoyo", + .id = LSM_ID_TOMOYO, + .slot = LSMBLOB_NOT_NEEDED, +}; + /* * tomoyo_security_ops is a "struct security_operations" which is used for * registering TOMOYO. @@ -595,7 +602,8 @@ struct tomoyo_task *s = tomoyo_task(current); /* register ourselves with the security framework */ - security_add_hooks(tomoyo_hooks, ARRAY_SIZE(tomoyo_hooks), "tomoyo"); + security_add_hooks(tomoyo_hooks, ARRAY_SIZE(tomoyo_hooks), + &tomoyo_lsmid); pr_info("TOMOYO Linux initialized\n"); s->domain_info = &tomoyo_kernel_domain; atomic_inc(&tomoyo_kernel_domain.users); --- linux-lowlatency-hwe-6.5-6.5.0.orig/security/yama/yama_lsm.c +++ linux-lowlatency-hwe-6.5-6.5.0/security/yama/yama_lsm.c @@ -18,6 +18,7 @@ #include #include #include +#include #define YAMA_SCOPE_DISABLED 0 #define YAMA_SCOPE_RELATIONAL 1 @@ -421,6 +422,12 @@ return rc; } +static struct lsm_id yama_lsmid __ro_after_init = { + .lsm = "yama", + .id = LSM_ID_YAMA, + .slot = LSMBLOB_NOT_NEEDED, +}; + static struct security_hook_list yama_hooks[] __ro_after_init = { LSM_HOOK_INIT(ptrace_access_check, yama_ptrace_access_check), LSM_HOOK_INIT(ptrace_traceme, yama_ptrace_traceme), @@ -471,7 +478,7 @@ static int __init yama_init(void) { pr_info("Yama: becoming mindful.\n"); - security_add_hooks(yama_hooks, ARRAY_SIZE(yama_hooks), "yama"); + security_add_hooks(yama_hooks, ARRAY_SIZE(yama_hooks), &yama_lsmid); yama_init_sysctl(); return 0; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/snapcraft.yaml +++ linux-lowlatency-hwe-6.5-6.5.0/snapcraft.yaml @@ -0,0 +1,36 @@ +name: pc-kernel +version: null +version-script: | + . debian/debian.env + dpkg-parsechangelog -l $DEBIAN/changelog -S version +summary: The Ubuntu generic Linux kernel +description: This Ubuntu generic Linux kernel +grade: stable +confinement: strict +type: kernel + +parts: + kernel: + plugin: kernel + source: . + source-type: git + kconfigflavour: generic + kconfigs: + - CONFIG_DEBUG_INFO=n + override-build: | + cp debian/scripts/retpoline-extract-one \ + $SNAPCRAFT_PART_BUILD/scripts/ubuntu-retpoline-extract-one + snapcraftctl build + kernel-with-firmware: false + firmware: + plugin: nil + stage-packages: + - linux-firmware + organize: + lib/firmware: firmware + prime: + - -usr + - -lib + build-packages: + - cpio + - libssl-dev --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/Kconfig +++ linux-lowlatency-hwe-6.5-6.5.0/sound/Kconfig @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0-only menuconfig SOUND tristate "Sound card support" - depends on HAS_IOMEM + depends on HAS_IOMEM || UML help If you have a sound card in your computer, i.e. if it can say more than an occasional beep, say Y. --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/core/info.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/core/info.c @@ -56,7 +56,7 @@ }; static int snd_info_version_init(void); -static void snd_info_disconnect(struct snd_info_entry *entry); +static void snd_info_clear_entries(struct snd_info_entry *entry); /* @@ -569,11 +569,16 @@ { if (!card) return; - mutex_lock(&info_mutex); + proc_remove(card->proc_root_link); - card->proc_root_link = NULL; if (card->proc_root) - snd_info_disconnect(card->proc_root); + proc_remove(card->proc_root->p); + + mutex_lock(&info_mutex); + if (card->proc_root) + snd_info_clear_entries(card->proc_root); + card->proc_root_link = NULL; + card->proc_root = NULL; mutex_unlock(&info_mutex); } @@ -745,15 +750,14 @@ } EXPORT_SYMBOL(snd_info_create_card_entry); -static void snd_info_disconnect(struct snd_info_entry *entry) +static void snd_info_clear_entries(struct snd_info_entry *entry) { struct snd_info_entry *p; if (!entry->p) return; list_for_each_entry(p, &entry->children, list) - snd_info_disconnect(p); - proc_remove(entry->p); + snd_info_clear_entries(p); entry->p = NULL; } @@ -770,8 +774,9 @@ if (!entry) return; if (entry->p) { + proc_remove(entry->p); mutex_lock(&info_mutex); - snd_info_disconnect(entry); + snd_info_clear_entries(entry); mutex_unlock(&info_mutex); } --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/core/pcm.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/core/pcm.c @@ -253,6 +253,7 @@ STATE(DRAINING), STATE(PAUSED), STATE(SUSPENDED), + STATE(DISCONNECTED), }; static const char * const snd_pcm_access_names[] = { --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/core/pcm_compat.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/core/pcm_compat.c @@ -253,10 +253,14 @@ goto error; } - if (refine) + if (refine) { err = snd_pcm_hw_refine(substream, data); - else + if (err < 0) + goto error; + err = fixup_unreferenced_params(substream, data); + } else { err = snd_pcm_hw_params(substream, data); + } if (err < 0) goto error; if (copy_to_user(data32, data, sizeof(*data32)) || --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/core/rawmidi.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/core/rawmidi.c @@ -1770,7 +1770,7 @@ if (IS_ENABLED(CONFIG_SND_UMP)) snd_iprintf(buffer, "Type: %s\n", rawmidi_is_ump(rmidi) ? "UMP" : "Legacy"); - if (rmidi->ops->proc_read) + if (rmidi->ops && rmidi->ops->proc_read) rmidi->ops->proc_read(entry, buffer); mutex_lock(&rmidi->open_mutex); if (rmidi->info_flags & SNDRV_RAWMIDI_INFO_OUTPUT) { --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/core/seq/seq_memory.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/core/seq/seq_memory.c @@ -187,8 +187,13 @@ err = expand_var_event(event, 0, len, buf, in_kernel); if (err < 0) return err; - if (len != newlen) - memset(buf + len, 0, newlen - len); + if (len != newlen) { + if (in_kernel) + memset(buf + len, 0, newlen - len); + else if (clear_user((__force void __user *)buf + len, + newlen - len)) + return -EFAULT; + } return newlen; } EXPORT_SYMBOL(snd_seq_expand_var_event); --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/core/seq/seq_ump_client.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/core/seq/seq_ump_client.c @@ -207,7 +207,7 @@ SNDRV_SEQ_PORT_TYPE_PORT; port->midi_channels = 16; if (*group->name) - snprintf(port->name, sizeof(port->name), "Group %d (%s)", + snprintf(port->name, sizeof(port->name), "Group %d (%.53s)", group->group + 1, group->name); else sprintf(port->name, "Group %d", group->group + 1); @@ -416,6 +416,25 @@ snd_seq_kernel_client_put(cptr); } +/* set up client's group_filter bitmap */ +static void setup_client_group_filter(struct seq_ump_client *client) +{ + struct snd_seq_client *cptr; + unsigned int filter; + int p; + + cptr = snd_seq_kernel_client_get(client->seq_client); + if (!cptr) + return; + filter = ~(1U << 0); /* always allow groupless messages */ + for (p = 0; p < SNDRV_UMP_MAX_GROUPS; p++) { + if (client->groups[p].active) + filter &= ~(1U << (p + 1)); + } + cptr->group_filter = filter; + snd_seq_kernel_client_put(cptr); +} + /* UMP group change notification */ static void handle_group_notify(struct work_struct *work) { @@ -424,6 +443,7 @@ update_group_attrs(client); update_port_infos(client); + setup_client_group_filter(client); } /* UMP FB change notification */ @@ -492,6 +512,8 @@ goto error; } + setup_client_group_filter(client); + err = create_ump_endpoint_port(client); if (err < 0) goto error; --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/core/seq/seq_ump_convert.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/core/seq/seq_ump_convert.c @@ -1197,6 +1197,8 @@ struct snd_seq_event *event, int atomic, int hop) { + if (dest->group_filter & (1U << dest_port->ump_group)) + return 0; /* group filtered - skip the event */ if (event->type == SNDRV_SEQ_EVENT_SYSEX) return cvt_sysex_to_ump(dest, dest_port, event, atomic, hop); else if (snd_seq_client_is_midi2(dest)) --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/core/ump.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/core/ump.c @@ -984,7 +984,7 @@ { struct snd_ump_endpoint *ump = substream->rmidi->private_data; int dir = substream->stream; - int group = substream->number; + int group = ump->legacy_mapping[substream->number]; int err; mutex_lock(&ump->open_mutex); @@ -1016,7 +1016,7 @@ { struct snd_ump_endpoint *ump = substream->rmidi->private_data; int dir = substream->stream; - int group = substream->number; + int group = ump->legacy_mapping[substream->number]; mutex_lock(&ump->open_mutex); spin_lock_irq(&ump->legacy_locks[dir]); @@ -1123,21 +1123,62 @@ spin_unlock_irqrestore(&ump->legacy_locks[dir], flags); } +/* Fill ump->legacy_mapping[] for groups to be used for legacy rawmidi */ +static int fill_legacy_mapping(struct snd_ump_endpoint *ump) +{ + struct snd_ump_block *fb; + unsigned int group_maps = 0; + int i, num; + + if (ump->info.flags & SNDRV_UMP_EP_INFO_STATIC_BLOCKS) { + list_for_each_entry(fb, &ump->block_list, list) { + for (i = 0; i < fb->info.num_groups; i++) + group_maps |= 1U << (fb->info.first_group + i); + } + if (!group_maps) + ump_info(ump, "No UMP Group is found in FB\n"); + } + + /* use all groups for non-static case */ + if (!group_maps) + group_maps = (1U << SNDRV_UMP_MAX_GROUPS) - 1; + + num = 0; + for (i = 0; i < SNDRV_UMP_MAX_GROUPS; i++) + if (group_maps & (1U << i)) + ump->legacy_mapping[num++] = i; + + return num; +} + +static void fill_substream_names(struct snd_ump_endpoint *ump, + struct snd_rawmidi *rmidi, int dir) +{ + struct snd_rawmidi_substream *s; + + list_for_each_entry(s, &rmidi->streams[dir].substreams, list) + snprintf(s->name, sizeof(s->name), "Group %d (%.16s)", + ump->legacy_mapping[s->number] + 1, ump->info.name); +} + int snd_ump_attach_legacy_rawmidi(struct snd_ump_endpoint *ump, char *id, int device) { struct snd_rawmidi *rmidi; bool input, output; - int err; + int err, num; - ump->out_cvts = kcalloc(16, sizeof(*ump->out_cvts), GFP_KERNEL); + ump->out_cvts = kcalloc(SNDRV_UMP_MAX_GROUPS, + sizeof(*ump->out_cvts), GFP_KERNEL); if (!ump->out_cvts) return -ENOMEM; + num = fill_legacy_mapping(ump); + input = ump->core.info_flags & SNDRV_RAWMIDI_INFO_INPUT; output = ump->core.info_flags & SNDRV_RAWMIDI_INFO_OUTPUT; err = snd_rawmidi_new(ump->core.card, id, device, - output ? 16 : 0, input ? 16 : 0, + output ? num : 0, input ? num : 0, &rmidi); if (err < 0) { kfree(ump->out_cvts); @@ -1150,10 +1191,17 @@ if (output) snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_OUTPUT, &snd_ump_legacy_output_ops); + snprintf(rmidi->name, sizeof(rmidi->name), "%.68s (MIDI 1.0)", + ump->info.name); rmidi->info_flags = ump->core.info_flags & ~SNDRV_RAWMIDI_INFO_UMP; rmidi->ops = &snd_ump_legacy_ops; rmidi->private_data = ump; ump->legacy_rmidi = rmidi; + if (input) + fill_substream_names(ump, rmidi, SNDRV_RAWMIDI_STREAM_INPUT); + if (output) + fill_substream_names(ump, rmidi, SNDRV_RAWMIDI_STREAM_OUTPUT); + ump_dbg(ump, "Created a legacy rawmidi #%d (%s)\n", device, id); return 0; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/hda/hdac_stream.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/hda/hdac_stream.c @@ -354,8 +354,10 @@ struct hdac_stream *res = NULL; /* make a non-zero unique key for the substream */ - int key = (substream->pcm->device << 16) | (substream->number << 2) | - (substream->stream + 1); + int key = (substream->number << 2) | (substream->stream + 1); + + if (substream->pcm) + key |= (substream->pcm->device << 16); spin_lock_irq(&bus->reg_lock); list_for_each_entry(azx_dev, &bus->stream_list, list) { --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/hda/intel-dsp-config.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/hda/intel-dsp-config.c @@ -343,6 +343,12 @@ DMI_MATCH(DMI_SYS_VENDOR, "Google"), } }, + { + .ident = "Google firmware", + .matches = { + DMI_MATCH(DMI_BIOS_VERSION, "Google"), + } + }, {} } }, @@ -481,6 +487,14 @@ }, #endif +/* Lunar Lake */ +#if IS_ENABLED(CONFIG_SND_SOC_SOF_LUNARLAKE) + /* Lunarlake-P */ + { + .flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE, + .device = PCI_DEVICE_ID_INTEL_HDA_LNL_P, + }, +#endif }; static const struct config_entry *snd_intel_dsp_find_config --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/hda/intel-nhlt.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/hda/intel-nhlt.c @@ -238,7 +238,7 @@ static struct nhlt_specific_cfg * nhlt_get_specific_cfg(struct device *dev, struct nhlt_fmt *fmt, u8 num_ch, - u32 rate, u8 vbps, u8 bps) + u32 rate, u8 vbps, u8 bps, bool ignore_vbps) { struct nhlt_fmt_cfg *cfg = fmt->fmt_config; struct wav_fmt *wfmt; @@ -255,8 +255,12 @@ dev_dbg(dev, "Endpoint format: ch=%d fmt=%d/%d rate=%d\n", wfmt->channels, _vbps, _bps, wfmt->samples_per_sec); + /* + * When looking for exact match of configuration ignore the vbps + * from NHLT table when ignore_vbps is true + */ if (wfmt->channels == num_ch && wfmt->samples_per_sec == rate && - vbps == _vbps && bps == _bps) + (ignore_vbps || vbps == _vbps) && bps == _bps) return &cfg->config; cfg = (struct nhlt_fmt_cfg *)(cfg->config.caps + cfg->config.size); @@ -289,6 +293,7 @@ { struct nhlt_specific_cfg *cfg; struct nhlt_endpoint *epnt; + bool ignore_vbps = false; struct nhlt_fmt *fmt; int i; @@ -298,7 +303,26 @@ dev_dbg(dev, "Looking for configuration:\n"); dev_dbg(dev, " vbus_id=%d link_type=%d dir=%d, dev_type=%d\n", bus_id, link_type, dir, dev_type); - dev_dbg(dev, " ch=%d fmt=%d/%d rate=%d\n", num_ch, vbps, bps, rate); + if (link_type == NHLT_LINK_DMIC && bps == 32 && (vbps == 24 || vbps == 32)) { + /* + * The DMIC hardware supports only one type of 32 bits sample + * size, which is 24 bit sampling on the MSB side and bits[1:0] + * are used for indicating the channel number. + * It has been observed that some NHLT tables have the vbps + * specified as 32 while some uses 24. + * The format these variations describe are identical, the + * hardware is configured and behaves the same way. + * Note: when the samples assumed to be vbps=32 then the 'noise' + * introduced by the lower two bits (channel number) have no + * real life implication on audio quality. + */ + dev_dbg(dev, + " ch=%d fmt=%d rate=%d (vbps is ignored for DMIC 32bit format)\n", + num_ch, bps, rate); + ignore_vbps = true; + } else { + dev_dbg(dev, " ch=%d fmt=%d/%d rate=%d\n", num_ch, vbps, bps, rate); + } dev_dbg(dev, "Endpoint count=%d\n", nhlt->endpoint_count); epnt = (struct nhlt_endpoint *)nhlt->desc; @@ -307,7 +331,8 @@ if (nhlt_check_ep_match(dev, epnt, bus_id, link_type, dir, dev_type)) { fmt = (struct nhlt_fmt *)(epnt->config.caps + epnt->config.size); - cfg = nhlt_get_specific_cfg(dev, fmt, num_ch, rate, vbps, bps); + cfg = nhlt_get_specific_cfg(dev, fmt, num_ch, rate, + vbps, bps, ignore_vbps); if (cfg) return cfg; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/hda/intel-sdw-acpi.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/hda/intel-sdw-acpi.c @@ -23,7 +23,7 @@ module_param_named(sdw_link_mask, ctrl_link_mask, int, 0444); MODULE_PARM_DESC(sdw_link_mask, "Intel link mask (one bit per link)"); -static bool is_link_enabled(struct fwnode_handle *fw_node, int i) +static bool is_link_enabled(struct fwnode_handle *fw_node, u8 idx) { struct fwnode_handle *link; char name[32]; @@ -31,7 +31,7 @@ /* Find master handle */ snprintf(name, sizeof(name), - "mipi-sdw-link-%d-subproperties", i); + "mipi-sdw-link-%hhu-subproperties", idx); link = fwnode_get_named_child_node(fw_node, name); if (!link) @@ -51,8 +51,8 @@ sdw_intel_scan_controller(struct sdw_intel_acpi_info *info) { struct acpi_device *adev = acpi_fetch_acpi_dev(info->handle); - int ret, i; - u8 count; + u8 count, i; + int ret; if (!adev) return -EINVAL; --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/pci/ac97/ac97_codec.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/pci/ac97/ac97_codec.c @@ -2069,10 +2069,9 @@ .dev_disconnect = snd_ac97_dev_disconnect, }; - if (!rac97) - return -EINVAL; - if (snd_BUG_ON(!bus || !template)) + if (snd_BUG_ON(!bus || !template || !rac97)) return -EINVAL; + *rac97 = NULL; if (snd_BUG_ON(template->num >= 4)) return -EINVAL; if (bus->codec[template->num]) --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/pci/hda/Makefile +++ linux-lowlatency-hwe-6.5-6.5.0/sound/pci/hda/Makefile @@ -28,7 +28,7 @@ snd-hda-codec-hdmi-objs := patch_hdmi.o hda_eld.o # side codecs -snd-hda-scodec-cs35l41-objs := cs35l41_hda.o +snd-hda-scodec-cs35l41-objs := cs35l41_hda.o cs35l41_hda_property.o snd-hda-scodec-cs35l41-i2c-objs := cs35l41_hda_i2c.o snd-hda-scodec-cs35l41-spi-objs := cs35l41_hda_spi.o snd-hda-cs-dsp-ctls-objs := hda_cs_dsp_ctl.o --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/pci/hda/cs35l41_hda.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/pci/hda/cs35l41_hda.c @@ -19,6 +19,7 @@ #include "hda_component.h" #include "cs35l41_hda.h" #include "hda_cs_dsp_ctl.h" +#include "cs35l41_hda_property.h" #define CS35L41_FIRMWARE_ROOT "cirrus/" #define CS35L41_PART "cs35l41" @@ -32,6 +33,9 @@ #define CAL_AMBIENT_DSP_CTL_NAME "CAL_AMBIENT" #define CAL_DSP_CTL_TYPE 5 #define CAL_DSP_CTL_ALG 205 +#define CS35L41_UUID "50d90cdc-3de4-4f18-b528-c7fe3b71f40d" +#define CS35L41_DSM_GET_MUTE 5 +#define CS35L41_NOTIFY_EVENT 0x91 static bool firmware_autostart = 1; module_param(firmware_autostart, bool, 0444); @@ -58,8 +62,6 @@ { CS35L41_DSP1_RX3_SRC, 0x00000018 }, // DSP1RX3 SRC = VMON { CS35L41_DSP1_RX4_SRC, 0x00000019 }, // DSP1RX4 SRC = IMON { CS35L41_DSP1_RX5_SRC, 0x00000020 }, // DSP1RX5 SRC = ERRVOL - { CS35L41_AMP_DIG_VOL_CTRL, 0x00008000 }, // AMP_HPF_PCM_EN = 1, AMP_VOL_PCM 0.0 dB - { CS35L41_AMP_GAIN_CTRL, 0x00000084 }, // AMP_GAIN_PCM 4.5 dB }; static const struct reg_sequence cs35l41_hda_config_dsp[] = { @@ -82,6 +84,14 @@ { CS35L41_DSP1_RX3_SRC, 0x00000018 }, // DSP1RX3 SRC = VMON { CS35L41_DSP1_RX4_SRC, 0x00000019 }, // DSP1RX4 SRC = IMON { CS35L41_DSP1_RX5_SRC, 0x00000029 }, // DSP1RX5 SRC = VBSTMON +}; + +static const struct reg_sequence cs35l41_hda_unmute[] = { + { CS35L41_AMP_DIG_VOL_CTRL, 0x00008000 }, // AMP_HPF_PCM_EN = 1, AMP_VOL_PCM 0.0 dB + { CS35L41_AMP_GAIN_CTRL, 0x00000084 }, // AMP_GAIN_PCM 4.5 dB +}; + +static const struct reg_sequence cs35l41_hda_unmute_dsp[] = { { CS35L41_AMP_DIG_VOL_CTRL, 0x00008000 }, // AMP_HPF_PCM_EN = 1, AMP_VOL_PCM 0.0 dB { CS35L41_AMP_GAIN_CTRL, 0x00000233 }, // AMP_GAIN_PCM = 17.5dB AMP_GAIN_PDM = 19.5dB }; @@ -178,10 +188,14 @@ cs35l41->speaker_id, "wmfw"); if (!ret) { /* try cirrus/part-dspN-fwtype-sub<-spkidN><-ampname>.bin */ - return cs35l41_request_firmware_file(cs35l41, coeff_firmware, coeff_filename, - CS35L41_FIRMWARE_ROOT, - cs35l41->acpi_subsystem_id, cs35l41->amp_name, - cs35l41->speaker_id, "bin"); + ret = cs35l41_request_firmware_file(cs35l41, coeff_firmware, coeff_filename, + CS35L41_FIRMWARE_ROOT, + cs35l41->acpi_subsystem_id, cs35l41->amp_name, + cs35l41->speaker_id, "bin"); + if (ret) + goto coeff_err; + + return 0; } /* try cirrus/part-dspN-fwtype-sub<-ampname>.wmfw */ @@ -190,10 +204,14 @@ cs35l41->amp_name, -1, "wmfw"); if (!ret) { /* try cirrus/part-dspN-fwtype-sub<-spkidN><-ampname>.bin */ - return cs35l41_request_firmware_file(cs35l41, coeff_firmware, coeff_filename, - CS35L41_FIRMWARE_ROOT, - cs35l41->acpi_subsystem_id, cs35l41->amp_name, - cs35l41->speaker_id, "bin"); + ret = cs35l41_request_firmware_file(cs35l41, coeff_firmware, coeff_filename, + CS35L41_FIRMWARE_ROOT, + cs35l41->acpi_subsystem_id, cs35l41->amp_name, + cs35l41->speaker_id, "bin"); + if (ret) + goto coeff_err; + + return 0; } /* try cirrus/part-dspN-fwtype-sub<-spkidN>.wmfw */ @@ -208,10 +226,14 @@ cs35l41->amp_name, cs35l41->speaker_id, "bin"); if (ret) /* try cirrus/part-dspN-fwtype-sub<-spkidN>.bin */ - return cs35l41_request_firmware_file(cs35l41, coeff_firmware, - coeff_filename, CS35L41_FIRMWARE_ROOT, - cs35l41->acpi_subsystem_id, NULL, - cs35l41->speaker_id, "bin"); + ret = cs35l41_request_firmware_file(cs35l41, coeff_firmware, + coeff_filename, CS35L41_FIRMWARE_ROOT, + cs35l41->acpi_subsystem_id, NULL, + cs35l41->speaker_id, "bin"); + if (ret) + goto coeff_err; + + return 0; } /* try cirrus/part-dspN-fwtype-sub.wmfw */ @@ -226,12 +248,50 @@ cs35l41->speaker_id, "bin"); if (ret) /* try cirrus/part-dspN-fwtype-sub<-spkidN>.bin */ - return cs35l41_request_firmware_file(cs35l41, coeff_firmware, - coeff_filename, CS35L41_FIRMWARE_ROOT, - cs35l41->acpi_subsystem_id, NULL, - cs35l41->speaker_id, "bin"); + ret = cs35l41_request_firmware_file(cs35l41, coeff_firmware, + coeff_filename, CS35L41_FIRMWARE_ROOT, + cs35l41->acpi_subsystem_id, NULL, + cs35l41->speaker_id, "bin"); + if (ret) + goto coeff_err; + } + + return ret; +coeff_err: + release_firmware(*wmfw_firmware); + kfree(*wmfw_filename); + return ret; +} + +static int cs35l41_fallback_firmware_file(struct cs35l41_hda *cs35l41, + const struct firmware **wmfw_firmware, + char **wmfw_filename, + const struct firmware **coeff_firmware, + char **coeff_filename) +{ + int ret; + + /* Handle fallback */ + dev_warn(cs35l41->dev, "Falling back to default firmware.\n"); + + /* fallback try cirrus/part-dspN-fwtype.wmfw */ + ret = cs35l41_request_firmware_file(cs35l41, wmfw_firmware, wmfw_filename, + CS35L41_FIRMWARE_ROOT, NULL, NULL, -1, "wmfw"); + if (ret) + goto err; + + /* fallback try cirrus/part-dspN-fwtype.bin */ + ret = cs35l41_request_firmware_file(cs35l41, coeff_firmware, coeff_filename, + CS35L41_FIRMWARE_ROOT, NULL, NULL, -1, "bin"); + if (ret) { + release_firmware(*wmfw_firmware); + kfree(*wmfw_filename); + goto err; } + return 0; +err: + dev_warn(cs35l41->dev, "Unable to find firmware and tuning\n"); return ret; } @@ -247,7 +307,6 @@ ret = cs35l41_request_firmware_files_spkid(cs35l41, wmfw_firmware, wmfw_filename, coeff_firmware, coeff_filename); goto out; - } /* try cirrus/part-dspN-fwtype-sub<-ampname>.wmfw */ @@ -260,6 +319,9 @@ CS35L41_FIRMWARE_ROOT, cs35l41->acpi_subsystem_id, cs35l41->amp_name, -1, "bin"); + if (ret) + goto coeff_err; + goto out; } @@ -279,32 +341,23 @@ CS35L41_FIRMWARE_ROOT, cs35l41->acpi_subsystem_id, NULL, -1, "bin"); + if (ret) + goto coeff_err; } out: - if (!ret) - return 0; + if (ret) + /* if all attempts at finding firmware fail, try fallback */ + goto fallback; - /* Handle fallback */ - dev_warn(cs35l41->dev, "Falling back to default firmware.\n"); + return 0; +coeff_err: release_firmware(*wmfw_firmware); kfree(*wmfw_filename); - - /* fallback try cirrus/part-dspN-fwtype.wmfw */ - ret = cs35l41_request_firmware_file(cs35l41, wmfw_firmware, wmfw_filename, - CS35L41_FIRMWARE_ROOT, NULL, NULL, -1, "wmfw"); - if (!ret) - /* fallback try cirrus/part-dspN-fwtype.bin */ - ret = cs35l41_request_firmware_file(cs35l41, coeff_firmware, coeff_filename, - CS35L41_FIRMWARE_ROOT, NULL, NULL, -1, "bin"); - - if (ret) { - release_firmware(*wmfw_firmware); - kfree(*wmfw_filename); - dev_warn(cs35l41->dev, "Unable to find firmware and tuning\n"); - } - return ret; +fallback: + return cs35l41_fallback_firmware_file(cs35l41, wmfw_firmware, wmfw_filename, + coeff_firmware, coeff_filename); } #if IS_ENABLED(CONFIG_EFI) @@ -483,73 +536,178 @@ cs35l41->irq_errors = 0; } -static void cs35l41_hda_playback_hook(struct device *dev, int action) +static void cs35l41_hda_play_start(struct device *dev) { struct cs35l41_hda *cs35l41 = dev_get_drvdata(dev); struct regmap *reg = cs35l41->regmap; - int ret = 0; - switch (action) { - case HDA_GEN_PCM_ACT_OPEN: - pm_runtime_get_sync(dev); - mutex_lock(&cs35l41->fw_mutex); - cs35l41->playback_started = true; - if (cs35l41->firmware_running) { - regmap_multi_reg_write(reg, cs35l41_hda_config_dsp, - ARRAY_SIZE(cs35l41_hda_config_dsp)); - regmap_update_bits(cs35l41->regmap, CS35L41_PWR_CTRL2, - CS35L41_VMON_EN_MASK | CS35L41_IMON_EN_MASK, - 1 << CS35L41_VMON_EN_SHIFT | 1 << CS35L41_IMON_EN_SHIFT); - cs35l41_set_cspl_mbox_cmd(cs35l41->dev, cs35l41->regmap, - CSPL_MBOX_CMD_RESUME); + dev_dbg(dev, "Play (Start)\n"); + + if (cs35l41->playback_started) { + dev_dbg(dev, "Playback already started."); + return; + } + + cs35l41->playback_started = true; + + if (cs35l41->firmware_running) { + regmap_multi_reg_write(reg, cs35l41_hda_config_dsp, + ARRAY_SIZE(cs35l41_hda_config_dsp)); + regmap_update_bits(reg, CS35L41_PWR_CTRL2, + CS35L41_VMON_EN_MASK | CS35L41_IMON_EN_MASK, + 1 << CS35L41_VMON_EN_SHIFT | 1 << CS35L41_IMON_EN_SHIFT); + cs35l41_set_cspl_mbox_cmd(cs35l41->dev, reg, CSPL_MBOX_CMD_RESUME); + } else { + regmap_multi_reg_write(reg, cs35l41_hda_config, ARRAY_SIZE(cs35l41_hda_config)); + } + regmap_update_bits(reg, CS35L41_PWR_CTRL2, CS35L41_AMP_EN_MASK, 1 << CS35L41_AMP_EN_SHIFT); + if (cs35l41->hw_cfg.bst_type == CS35L41_EXT_BOOST) + regmap_write(reg, CS35L41_GPIO1_CTRL1, 0x00008001); + +} + +static void cs35l41_mute(struct device *dev, bool mute) +{ + struct cs35l41_hda *cs35l41 = dev_get_drvdata(dev); + struct regmap *reg = cs35l41->regmap; + + dev_dbg(dev, "Mute(%d:%d) Playback Started: %d\n", mute, cs35l41->mute_override, + cs35l41->playback_started); + + if (cs35l41->playback_started) { + if (mute || cs35l41->mute_override) { + dev_dbg(dev, "Muting\n"); + regmap_multi_reg_write(reg, cs35l41_hda_mute, ARRAY_SIZE(cs35l41_hda_mute)); } else { - regmap_multi_reg_write(reg, cs35l41_hda_config, - ARRAY_SIZE(cs35l41_hda_config)); + dev_dbg(dev, "Unmuting\n"); + if (cs35l41->firmware_running) { + regmap_multi_reg_write(reg, cs35l41_hda_unmute_dsp, + ARRAY_SIZE(cs35l41_hda_unmute_dsp)); + } else { + regmap_multi_reg_write(reg, cs35l41_hda_unmute, + ARRAY_SIZE(cs35l41_hda_unmute)); + } } - ret = regmap_update_bits(reg, CS35L41_PWR_CTRL2, - CS35L41_AMP_EN_MASK, 1 << CS35L41_AMP_EN_SHIFT); - if (cs35l41->hw_cfg.bst_type == CS35L41_EXT_BOOST) - regmap_write(reg, CS35L41_GPIO1_CTRL1, 0x00008001); + } +} + +static void cs35l41_hda_play_done(struct device *dev) +{ + struct cs35l41_hda *cs35l41 = dev_get_drvdata(dev); + struct regmap *reg = cs35l41->regmap; + + dev_dbg(dev, "Play (Complete)\n"); + + cs35l41_global_enable(dev, reg, cs35l41->hw_cfg.bst_type, 1, NULL, + cs35l41->firmware_running); + cs35l41_mute(dev, false); +} + +static void cs35l41_hda_pause_start(struct device *dev) +{ + struct cs35l41_hda *cs35l41 = dev_get_drvdata(dev); + struct regmap *reg = cs35l41->regmap; + + dev_dbg(dev, "Pause (Start)\n"); + + cs35l41_mute(dev, true); + cs35l41_global_enable(dev, reg, cs35l41->hw_cfg.bst_type, 0, NULL, + cs35l41->firmware_running); +} + +static void cs35l41_hda_pause_done(struct device *dev) +{ + struct cs35l41_hda *cs35l41 = dev_get_drvdata(dev); + struct regmap *reg = cs35l41->regmap; + + dev_dbg(dev, "Pause (Complete)\n"); + + regmap_update_bits(reg, CS35L41_PWR_CTRL2, CS35L41_AMP_EN_MASK, 0 << CS35L41_AMP_EN_SHIFT); + if (cs35l41->hw_cfg.bst_type == CS35L41_EXT_BOOST) + regmap_write(reg, CS35L41_GPIO1_CTRL1, 0x00000001); + if (cs35l41->firmware_running) { + cs35l41_set_cspl_mbox_cmd(dev, reg, CSPL_MBOX_CMD_PAUSE); + regmap_update_bits(reg, CS35L41_PWR_CTRL2, + CS35L41_VMON_EN_MASK | CS35L41_IMON_EN_MASK, + 0 << CS35L41_VMON_EN_SHIFT | 0 << CS35L41_IMON_EN_SHIFT); + } + cs35l41_irq_release(cs35l41); + cs35l41->playback_started = false; +} + +static void cs35l41_hda_pre_playback_hook(struct device *dev, int action) +{ + struct cs35l41_hda *cs35l41 = dev_get_drvdata(dev); + + switch (action) { + case HDA_GEN_PCM_ACT_CLEANUP: + mutex_lock(&cs35l41->fw_mutex); + cs35l41_hda_pause_start(dev); mutex_unlock(&cs35l41->fw_mutex); break; + default: + break; + } +} +static void cs35l41_hda_playback_hook(struct device *dev, int action) +{ + struct cs35l41_hda *cs35l41 = dev_get_drvdata(dev); + + switch (action) { + case HDA_GEN_PCM_ACT_OPEN: + /* + * All amps must be resumed before we can start playing back. + * This ensures, for external boost, that all amps are in AMP_SAFE mode. + * Do this in HDA_GEN_PCM_ACT_OPEN, since this is run prior to any of the + * other actions. + */ + pm_runtime_get_sync(dev); + break; case HDA_GEN_PCM_ACT_PREPARE: mutex_lock(&cs35l41->fw_mutex); - ret = cs35l41_global_enable(reg, cs35l41->hw_cfg.bst_type, 1, NULL); + cs35l41_hda_play_start(dev); mutex_unlock(&cs35l41->fw_mutex); break; case HDA_GEN_PCM_ACT_CLEANUP: mutex_lock(&cs35l41->fw_mutex); - regmap_multi_reg_write(reg, cs35l41_hda_mute, ARRAY_SIZE(cs35l41_hda_mute)); - ret = cs35l41_global_enable(reg, cs35l41->hw_cfg.bst_type, 0, NULL); + cs35l41_hda_pause_done(dev); mutex_unlock(&cs35l41->fw_mutex); break; case HDA_GEN_PCM_ACT_CLOSE: mutex_lock(&cs35l41->fw_mutex); - ret = regmap_update_bits(reg, CS35L41_PWR_CTRL2, - CS35L41_AMP_EN_MASK, 0 << CS35L41_AMP_EN_SHIFT); - if (cs35l41->hw_cfg.bst_type == CS35L41_EXT_BOOST) - regmap_write(reg, CS35L41_GPIO1_CTRL1, 0x00000001); - if (cs35l41->firmware_running) { - cs35l41_set_cspl_mbox_cmd(cs35l41->dev, cs35l41->regmap, - CSPL_MBOX_CMD_PAUSE); - regmap_update_bits(cs35l41->regmap, CS35L41_PWR_CTRL2, - CS35L41_VMON_EN_MASK | CS35L41_IMON_EN_MASK, - 0 << CS35L41_VMON_EN_SHIFT | 0 << CS35L41_IMON_EN_SHIFT); + if (!cs35l41->firmware_running && cs35l41->request_fw_load && + !cs35l41->fw_request_ongoing) { + dev_info(dev, "Requesting Firmware Load after HDA_GEN_PCM_ACT_CLOSE\n"); + cs35l41->fw_request_ongoing = true; + schedule_work(&cs35l41->fw_load_work); } - cs35l41_irq_release(cs35l41); - cs35l41->playback_started = false; mutex_unlock(&cs35l41->fw_mutex); + /* + * Playback must be finished for all amps before we start runtime suspend. + * This ensures no amps are playing back when we start putting them to sleep. + */ pm_runtime_mark_last_busy(dev); pm_runtime_put_autosuspend(dev); break; default: - dev_warn(cs35l41->dev, "Playback action not supported: %d\n", action); break; } +} - if (ret) - dev_err(cs35l41->dev, "Regmap access fail: %d\n", ret); +static void cs35l41_hda_post_playback_hook(struct device *dev, int action) +{ + struct cs35l41_hda *cs35l41 = dev_get_drvdata(dev); + + switch (action) { + case HDA_GEN_PCM_ACT_PREPARE: + mutex_lock(&cs35l41->fw_mutex); + cs35l41_hda_play_done(dev); + mutex_unlock(&cs35l41->fw_mutex); + break; + default: + break; + } } static int cs35l41_hda_channel_map(struct device *dev, unsigned int tx_num, unsigned int *tx_slot, @@ -572,21 +730,65 @@ rx_slot); } -static void cs35l41_ready_for_reset(struct cs35l41_hda *cs35l41) +int cs35l41_verify_id(struct cs35l41_hda *cs35l41, unsigned int *regid, unsigned int *reg_revid) +{ + unsigned int mtl_revid, chipid; + int ret; + + ret = regmap_read(cs35l41->regmap, CS35L41_DEVID, regid); + if (ret) { + dev_err_probe(cs35l41->dev, ret, "Get Device ID failed\n"); + return ret; + } + + ret = regmap_read(cs35l41->regmap, CS35L41_REVID, reg_revid); + if (ret) { + dev_err_probe(cs35l41->dev, ret, "Get Revision ID failed\n"); + return ret; + } + + mtl_revid = *reg_revid & CS35L41_MTLREVID_MASK; + + chipid = (mtl_revid % 2) ? CS35L41R_CHIP_ID : CS35L41_CHIP_ID; + if (*regid != chipid) { + dev_err(cs35l41->dev, "CS35L41 Device ID (%X). Expected ID %X\n", *regid, chipid); + return -ENODEV; + } + + return 0; +} + +static int cs35l41_ready_for_reset(struct cs35l41_hda *cs35l41) { mutex_lock(&cs35l41->fw_mutex); if (cs35l41->firmware_running) { + cs35l41->cs_dsp.running = false; + cs35l41->cs_dsp.booted = false; + cs35l41->firmware_running = false; + } + regcache_mark_dirty(cs35l41->regmap); + mutex_unlock(&cs35l41->fw_mutex); - regcache_cache_only(cs35l41->regmap, false); + return 0; +} - cs35l41_exit_hibernate(cs35l41->dev, cs35l41->regmap); - cs35l41_shutdown_dsp(cs35l41); - cs35l41_safe_reset(cs35l41->regmap, cs35l41->hw_cfg.bst_type); +static int cs35l41_system_suspend_prep(struct device *dev) +{ + struct cs35l41_hda *cs35l41 = dev_get_drvdata(dev); + + dev_dbg(cs35l41->dev, "System Suspend Prepare\n"); - regcache_cache_only(cs35l41->regmap, true); - regcache_mark_dirty(cs35l41->regmap); + if (cs35l41->hw_cfg.bst_type == CS35L41_EXT_BOOST_NO_VSPK_SWITCH) { + dev_err_once(cs35l41->dev, "System Suspend not supported\n"); + return 0; /* don't block the whole system suspend */ } + + mutex_lock(&cs35l41->fw_mutex); + if (cs35l41->playback_started) + cs35l41_hda_pause_start(dev); mutex_unlock(&cs35l41->fw_mutex); + + return 0; } static int cs35l41_system_suspend(struct device *dev) @@ -601,17 +803,54 @@ return 0; /* don't block the whole system suspend */ } + mutex_lock(&cs35l41->fw_mutex); + if (cs35l41->playback_started) + cs35l41_hda_pause_done(dev); + mutex_unlock(&cs35l41->fw_mutex); + ret = pm_runtime_force_suspend(dev); - if (ret) + if (ret) { + dev_err(dev, "System Suspend Failed, unable to runtime suspend: %d\n", ret); return ret; + } /* Shutdown DSP before system suspend */ - cs35l41_ready_for_reset(cs35l41); + ret = cs35l41_ready_for_reset(cs35l41); + if (ret) + dev_err(dev, "System Suspend Failed, not ready for Reset: %d\n", ret); + + if (cs35l41->reset_gpio) { + dev_info(cs35l41->dev, "Asserting Reset\n"); + gpiod_set_value_cansleep(cs35l41->reset_gpio, 0); + usleep_range(2000, 2100); + } + + dev_dbg(cs35l41->dev, "System Suspended\n"); + + return ret; +} + +static int cs35l41_wait_boot_done(struct cs35l41_hda *cs35l41) +{ + unsigned int int_status; + int ret; + + ret = regmap_read_poll_timeout(cs35l41->regmap, CS35L41_IRQ1_STATUS4, int_status, + int_status & CS35L41_OTP_BOOT_DONE, 1000, 100000); + if (ret) { + dev_err(cs35l41->dev, "Failed waiting for OTP_BOOT_DONE\n"); + return ret; + } + + ret = regmap_read(cs35l41->regmap, CS35L41_IRQ1_STATUS3, &int_status); + if (ret || (int_status & CS35L41_OTP_BOOT_ERR)) { + dev_err(cs35l41->dev, "OTP Boot status %x error\n", + int_status & CS35L41_OTP_BOOT_ERR); + if (!ret) + ret = -EIO; + return ret; + } - /* - * Reset GPIO may be shared, so cannot reset here. - * However beyond this point, amps may be powered down. - */ return 0; } @@ -628,16 +867,33 @@ } if (cs35l41->reset_gpio) { + gpiod_set_value_cansleep(cs35l41->reset_gpio, 0); usleep_range(2000, 2100); gpiod_set_value_cansleep(cs35l41->reset_gpio, 1); } usleep_range(2000, 2100); + regcache_cache_only(cs35l41->regmap, false); + + regmap_write(cs35l41->regmap, CS35L41_SFT_RESET, CS35L41_SOFTWARE_RESET); + usleep_range(2000, 2100); + + ret = cs35l41_wait_boot_done(cs35l41); + if (ret) + return ret; + + regcache_cache_only(cs35l41->regmap, true); + ret = pm_runtime_force_resume(dev); + if (ret) { + dev_err(dev, "System Resume Failed: Unable to runtime resume: %d\n", ret); + return ret; + } mutex_lock(&cs35l41->fw_mutex); - if (!ret && cs35l41->request_fw_load && !cs35l41->fw_request_ongoing) { + + if (cs35l41->request_fw_load && !cs35l41->fw_request_ongoing) { cs35l41->fw_request_ongoing = true; schedule_work(&cs35l41->fw_load_work); } @@ -669,20 +925,6 @@ mutex_lock(&cs35l41->fw_mutex); - if (cs35l41->playback_started) { - regmap_multi_reg_write(cs35l41->regmap, cs35l41_hda_mute, - ARRAY_SIZE(cs35l41_hda_mute)); - cs35l41_global_enable(cs35l41->regmap, cs35l41->hw_cfg.bst_type, 0, NULL); - regmap_update_bits(cs35l41->regmap, CS35L41_PWR_CTRL2, - CS35L41_AMP_EN_MASK, 0 << CS35L41_AMP_EN_SHIFT); - if (cs35l41->hw_cfg.bst_type == CS35L41_EXT_BOOST) - regmap_write(cs35l41->regmap, CS35L41_GPIO1_CTRL1, 0x00000001); - regmap_update_bits(cs35l41->regmap, CS35L41_PWR_CTRL2, - CS35L41_VMON_EN_MASK | CS35L41_IMON_EN_MASK, - 0 << CS35L41_VMON_EN_SHIFT | 0 << CS35L41_IMON_EN_SHIFT); - cs35l41->playback_started = false; - } - if (cs35l41->firmware_running) { ret = cs35l41_enter_hibernate(cs35l41->dev, cs35l41->regmap, cs35l41->hw_cfg.bst_type); @@ -704,6 +946,7 @@ static int cs35l41_runtime_resume(struct device *dev) { struct cs35l41_hda *cs35l41 = dev_get_drvdata(dev); + unsigned int regid, reg_revid; int ret = 0; dev_dbg(cs35l41->dev, "Runtime Resume\n"); @@ -725,6 +968,10 @@ } } + ret = cs35l41_verify_id(cs35l41, ®id, ®_revid); + if (ret) + goto err; + /* Test key needs to be unlocked to allow the OTP settings to re-apply */ cs35l41_test_key_unlock(cs35l41->dev, cs35l41->regmap); ret = regcache_sync(cs35l41->regmap); @@ -737,6 +984,8 @@ if (cs35l41->hw_cfg.bst_type == CS35L41_EXT_BOOST) cs35l41_init_boost(cs35l41->dev, cs35l41->regmap, &cs35l41->hw_cfg); + dev_dbg(cs35l41->dev, "CS35L41 Resumed (%x), Revision: %02X\n", regid, reg_revid); + err: mutex_unlock(&cs35l41->fw_mutex); @@ -745,6 +994,7 @@ static int cs35l41_smart_amp(struct cs35l41_hda *cs35l41) { + unsigned int fw_status; __be32 halo_sts; int ret; @@ -778,7 +1028,29 @@ goto clean_dsp; } - cs35l41_set_cspl_mbox_cmd(cs35l41->dev, cs35l41->regmap, CSPL_MBOX_CMD_PAUSE); + ret = regmap_read(cs35l41->regmap, CS35L41_DSP_MBOX_2, &fw_status); + if (ret < 0) { + dev_err(cs35l41->dev, + "Failed to read firmware status: %d\n", ret); + goto clean_dsp; + } + + switch (fw_status) { + case CSPL_MBOX_STS_RUNNING: + case CSPL_MBOX_STS_PAUSED: + break; + default: + dev_err(cs35l41->dev, "Firmware status is invalid: %u\n", + fw_status); + goto clean_dsp; + } + + ret = cs35l41_set_cspl_mbox_cmd(cs35l41->dev, cs35l41->regmap, CSPL_MBOX_CMD_PAUSE); + if (ret) { + dev_err(cs35l41->dev, "Error waiting for DSP to pause: %u\n", ret); + goto clean_dsp; + } + cs35l41->firmware_running = true; return 0; @@ -810,6 +1082,15 @@ return 0; } +static int cs35l41_mute_override_ctl_get(struct snd_kcontrol *kcontrol, + struct snd_ctl_elem_value *ucontrol) +{ + struct cs35l41_hda *cs35l41 = snd_kcontrol_chip(kcontrol); + + ucontrol->value.integer.value[0] = cs35l41->mute_override; + return 0; +} + static void cs35l41_fw_load_work(struct work_struct *work) { struct cs35l41_hda *cs35l41 = container_of(work, struct cs35l41_hda, fw_load_work); @@ -893,6 +1174,7 @@ { char fw_type_ctl_name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; char fw_load_ctl_name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; + char mute_override_ctl_name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; struct snd_kcontrol_new fw_type_ctl = { .name = fw_type_ctl_name, .iface = SNDRV_CTL_ELEM_IFACE_CARD, @@ -907,12 +1189,21 @@ .get = cs35l41_fw_load_ctl_get, .put = cs35l41_fw_load_ctl_put, }; + struct snd_kcontrol_new mute_override_ctl = { + .name = mute_override_ctl_name, + .iface = SNDRV_CTL_ELEM_IFACE_CARD, + .info = snd_ctl_boolean_mono_info, + .access = SNDRV_CTL_ELEM_ACCESS_READ | SNDRV_CTL_ELEM_ACCESS_VOLATILE, + .get = cs35l41_mute_override_ctl_get, + }; int ret; scnprintf(fw_type_ctl_name, SNDRV_CTL_ELEM_ID_NAME_MAXLEN, "%s DSP1 Firmware Type", cs35l41->amp_name); scnprintf(fw_load_ctl_name, SNDRV_CTL_ELEM_ID_NAME_MAXLEN, "%s DSP1 Firmware Load", cs35l41->amp_name); + scnprintf(mute_override_ctl_name, SNDRV_CTL_ELEM_ID_NAME_MAXLEN, "%s Forced Mute Status", + cs35l41->amp_name); ret = snd_ctl_add(cs35l41->codec->card, snd_ctl_new1(&fw_type_ctl, cs35l41)); if (ret) { @@ -930,13 +1221,70 @@ dev_dbg(cs35l41->dev, "Added Control %s\n", fw_load_ctl.name); + ret = snd_ctl_add(cs35l41->codec->card, snd_ctl_new1(&mute_override_ctl, cs35l41)); + if (ret) { + dev_err(cs35l41->dev, "Failed to add KControl %s = %d\n", mute_override_ctl.name, + ret); + return ret; + } + + dev_dbg(cs35l41->dev, "Added Control %s\n", mute_override_ctl.name); + return 0; } +static bool cs35l41_dsm_supported(acpi_handle handle, unsigned int commands) +{ + guid_t guid; + + guid_parse(CS35L41_UUID, &guid); + + return acpi_check_dsm(handle, &guid, 0, BIT(commands)); +} + +static int cs35l41_get_acpi_mute_state(struct cs35l41_hda *cs35l41, acpi_handle handle) +{ + guid_t guid; + union acpi_object *ret; + int mute = -ENODEV; + + guid_parse(CS35L41_UUID, &guid); + + if (cs35l41_dsm_supported(handle, CS35L41_DSM_GET_MUTE)) { + ret = acpi_evaluate_dsm(handle, &guid, 0, CS35L41_DSM_GET_MUTE, NULL); + mute = *ret->buffer.pointer; + dev_dbg(cs35l41->dev, "CS35L41_DSM_GET_MUTE: %d\n", mute); + } + + dev_dbg(cs35l41->dev, "%s: %d\n", __func__, mute); + + return mute; +} + +static void cs35l41_acpi_device_notify(acpi_handle handle, u32 event, struct device *dev) +{ + struct cs35l41_hda *cs35l41 = dev_get_drvdata(dev); + int mute; + + if (event != CS35L41_NOTIFY_EVENT) + return; + + mute = cs35l41_get_acpi_mute_state(cs35l41, handle); + if (mute < 0) { + dev_warn(cs35l41->dev, "Unable to retrieve mute state: %d\n", mute); + return; + } + + dev_dbg(cs35l41->dev, "Requesting mute value: %d\n", mute); + cs35l41->mute_override = (mute > 0); + cs35l41_mute(cs35l41->dev, cs35l41->mute_override); +} + static int cs35l41_hda_bind(struct device *dev, struct device *master, void *master_data) { struct cs35l41_hda *cs35l41 = dev_get_drvdata(dev); struct hda_component *comps = master_data; + unsigned int sleep_flags; int ret = 0; if (!comps || cs35l41->index < 0 || cs35l41->index >= HDA_MAX_COMPONENTS) @@ -971,9 +1319,24 @@ ret = cs35l41_create_controls(cs35l41); comps->playback_hook = cs35l41_hda_playback_hook; + comps->pre_playback_hook = cs35l41_hda_pre_playback_hook; + comps->post_playback_hook = cs35l41_hda_post_playback_hook; + comps->acpi_notify = cs35l41_acpi_device_notify; + comps->adev = cs35l41->dacpi; + + comps->acpi_notifications_supported = cs35l41_dsm_supported(acpi_device_handle(comps->adev), + CS35L41_DSM_GET_MUTE); + + cs35l41->mute_override = cs35l41_get_acpi_mute_state(cs35l41, + acpi_device_handle(cs35l41->dacpi)) > 0; mutex_unlock(&cs35l41->fw_mutex); + sleep_flags = lock_system_sleep(); + if (!device_link_add(&comps->codec->core.dev, cs35l41->dev, DL_FLAG_STATELESS)) + dev_warn(dev, "Unable to create device link\n"); + unlock_system_sleep(sleep_flags); + pm_runtime_mark_last_busy(dev); pm_runtime_put_autosuspend(dev); @@ -984,9 +1347,14 @@ { struct cs35l41_hda *cs35l41 = dev_get_drvdata(dev); struct hda_component *comps = master_data; + unsigned int sleep_flags; - if (comps[cs35l41->index].dev == dev) + if (comps[cs35l41->index].dev == dev) { memset(&comps[cs35l41->index], 0, sizeof(*comps)); + sleep_flags = lock_system_sleep(); + device_link_remove(&comps->codec->core.dev, cs35l41->dev); + unlock_system_sleep(sleep_flags); + } } static const struct component_ops cs35l41_hda_comp_ops = { @@ -1156,8 +1524,7 @@ return cs35l41_hda_channel_map(cs35l41->dev, 0, NULL, 1, &hw_cfg->spk_pos); } -static int cs35l41_get_speaker_id(struct device *dev, int amp_index, - int num_amps, int fixed_gpio_id) +int cs35l41_get_speaker_id(struct device *dev, int amp_index, int num_amps, int fixed_gpio_id) { struct gpio_desc *speaker_id_desc; int speaker_id = -ENODEV; @@ -1211,49 +1578,6 @@ return speaker_id; } -/* - * Device CLSA010(0/1) doesn't have _DSD so a gpiod_get by the label reset won't work. - * And devices created by serial-multi-instantiate don't have their device struct - * pointing to the correct fwnode, so acpi_dev must be used here. - * And devm functions expect that the device requesting the resource has the correct - * fwnode. - */ -static int cs35l41_no_acpi_dsd(struct cs35l41_hda *cs35l41, struct device *physdev, int id, - const char *hid) -{ - struct cs35l41_hw_cfg *hw_cfg = &cs35l41->hw_cfg; - - /* check I2C address to assign the index */ - cs35l41->index = id == 0x40 ? 0 : 1; - cs35l41->channel_index = 0; - cs35l41->reset_gpio = gpiod_get_index(physdev, NULL, 0, GPIOD_OUT_HIGH); - cs35l41->speaker_id = cs35l41_get_speaker_id(physdev, 0, 0, 2); - hw_cfg->spk_pos = cs35l41->index; - hw_cfg->gpio2.func = CS35L41_INTERRUPT; - hw_cfg->gpio2.valid = true; - hw_cfg->valid = true; - - if (strncmp(hid, "CLSA0100", 8) == 0) { - hw_cfg->bst_type = CS35L41_EXT_BOOST_NO_VSPK_SWITCH; - } else if (strncmp(hid, "CLSA0101", 8) == 0) { - hw_cfg->bst_type = CS35L41_EXT_BOOST; - hw_cfg->gpio1.func = CS35l41_VSPK_SWITCH; - hw_cfg->gpio1.valid = true; - } else { - /* - * Note: CLSA010(0/1) are special cases which use a slightly different design. - * All other HIDs e.g. CSC3551 require valid ACPI _DSD properties to be supported. - */ - dev_err(cs35l41->dev, "Error: ACPI _DSD Properties are missing for HID %s.\n", hid); - hw_cfg->valid = false; - hw_cfg->gpio1.valid = false; - hw_cfg->gpio2.valid = false; - return -EINVAL; - } - - return 0; -} - static int cs35l41_hda_read_acpi(struct cs35l41_hda *cs35l41, const char *hid, int id) { struct cs35l41_hw_cfg *hw_cfg = &cs35l41->hw_cfg; @@ -1271,20 +1595,25 @@ return -ENODEV; } + cs35l41->dacpi = adev; physdev = get_device(acpi_get_first_physical_node(adev)); - acpi_dev_put(adev); sub = acpi_get_subsystem_id(ACPI_HANDLE(physdev)); if (IS_ERR(sub)) sub = NULL; cs35l41->acpi_subsystem_id = sub; + ret = cs35l41_add_dsd_properties(cs35l41, physdev, id, hid); + if (!ret) { + dev_info(cs35l41->dev, "Using extra _DSD properties, bypassing _DSD in ACPI\n"); + goto put_physdev; + } + property = "cirrus,dev-index"; ret = device_property_count_u32(physdev, property); - if (ret <= 0) { - ret = cs35l41_no_acpi_dsd(cs35l41, physdev, id, hid); - goto err_put_physdev; - } + if (ret <= 0) + goto err; + if (ret > ARRAY_SIZE(values)) { ret = -EINVAL; goto err; @@ -1374,7 +1703,11 @@ err: dev_err(cs35l41->dev, "Failed property %s: %d\n", property, ret); -err_put_physdev: + hw_cfg->valid = false; + hw_cfg->gpio1.valid = false; + hw_cfg->gpio2.valid = false; + acpi_dev_put(cs35l41->dacpi); +put_physdev: put_device(physdev); return ret; @@ -1383,7 +1716,7 @@ int cs35l41_hda_probe(struct device *dev, const char *device_name, int id, int irq, struct regmap *regmap) { - unsigned int int_sts, regid, reg_revid, mtl_revid, chipid, int_status; + unsigned int regid, reg_revid; struct cs35l41_hda *cs35l41; int ret; @@ -1417,47 +1750,22 @@ } } if (cs35l41->reset_gpio) { + gpiod_set_value_cansleep(cs35l41->reset_gpio, 0); usleep_range(2000, 2100); gpiod_set_value_cansleep(cs35l41->reset_gpio, 1); } usleep_range(2000, 2100); + regmap_write(cs35l41->regmap, CS35L41_SFT_RESET, CS35L41_SOFTWARE_RESET); + usleep_range(2000, 2100); - ret = regmap_read_poll_timeout(cs35l41->regmap, CS35L41_IRQ1_STATUS4, int_status, - int_status & CS35L41_OTP_BOOT_DONE, 1000, 100000); - if (ret) { - dev_err(cs35l41->dev, "Failed waiting for OTP_BOOT_DONE: %d\n", ret); - goto err; - } - - ret = regmap_read(cs35l41->regmap, CS35L41_IRQ1_STATUS3, &int_sts); - if (ret || (int_sts & CS35L41_OTP_BOOT_ERR)) { - dev_err(cs35l41->dev, "OTP Boot status %x error: %d\n", - int_sts & CS35L41_OTP_BOOT_ERR, ret); - ret = -EIO; - goto err; - } - - ret = regmap_read(cs35l41->regmap, CS35L41_DEVID, ®id); - if (ret) { - dev_err(cs35l41->dev, "Get Device ID failed: %d\n", ret); - goto err; - } - - ret = regmap_read(cs35l41->regmap, CS35L41_REVID, ®_revid); - if (ret) { - dev_err(cs35l41->dev, "Get Revision ID failed: %d\n", ret); + ret = cs35l41_wait_boot_done(cs35l41); + if (ret) goto err; - } - - mtl_revid = reg_revid & CS35L41_MTLREVID_MASK; - chipid = (mtl_revid % 2) ? CS35L41R_CHIP_ID : CS35L41_CHIP_ID; - if (regid != chipid) { - dev_err(cs35l41->dev, "CS35L41 Device ID (%X). Expected ID %X\n", regid, chipid); - ret = -ENODEV; + ret = cs35l41_verify_id(cs35l41, ®id, ®_revid); + if (ret) goto err; - } ret = cs35l41_test_key_unlock(cs35l41->dev, cs35l41->regmap); if (ret) @@ -1477,6 +1785,8 @@ if (ret) goto err; + cs35l41_mute(cs35l41->dev, true); + INIT_WORK(&cs35l41->fw_load_work, cs35l41_fw_load_work); mutex_init(&cs35l41->fw_mutex); @@ -1496,8 +1806,7 @@ ret = component_add(cs35l41->dev, &cs35l41_hda_comp_ops); if (ret) { dev_err(cs35l41->dev, "Register component failed: %d\n", ret); - pm_runtime_disable(cs35l41->dev); - goto err; + goto err_pm; } dev_info(cs35l41->dev, "Cirrus Logic CS35L41 (%x), Revision: %02X\n", regid, reg_revid); @@ -1505,6 +1814,7 @@ return 0; err_pm: + pm_runtime_dont_use_autosuspend(cs35l41->dev); pm_runtime_disable(cs35l41->dev); pm_runtime_put_noidle(cs35l41->dev); @@ -1512,6 +1822,7 @@ if (cs35l41_safe_reset(cs35l41->regmap, cs35l41->hw_cfg.bst_type)) gpiod_set_value_cansleep(cs35l41->reset_gpio, 0); gpiod_put(cs35l41->reset_gpio); + acpi_dev_put(cs35l41->dacpi); kfree(cs35l41->acpi_subsystem_id); return ret; @@ -1523,6 +1834,7 @@ struct cs35l41_hda *cs35l41 = dev_get_drvdata(dev); pm_runtime_get_sync(cs35l41->dev); + pm_runtime_dont_use_autosuspend(cs35l41->dev); pm_runtime_disable(cs35l41->dev); if (cs35l41->halo_initialized) @@ -1530,6 +1842,8 @@ component_del(cs35l41->dev, &cs35l41_hda_comp_ops); + acpi_dev_put(cs35l41->dacpi); + pm_runtime_put_noidle(cs35l41->dev); if (cs35l41_safe_reset(cs35l41->regmap, cs35l41->hw_cfg.bst_type)) @@ -1542,6 +1856,7 @@ const struct dev_pm_ops cs35l41_hda_pm_ops = { RUNTIME_PM_OPS(cs35l41_runtime_suspend, cs35l41_runtime_resume, cs35l41_runtime_idle) + .prepare = cs35l41_system_suspend_prep, SYSTEM_SLEEP_PM_OPS(cs35l41_system_suspend, cs35l41_system_resume) }; EXPORT_SYMBOL_NS_GPL(cs35l41_hda_pm_ops, SND_HDA_SCODEC_CS35L41); --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/pci/hda/cs35l41_hda.h +++ linux-lowlatency-hwe-6.5-6.5.0/sound/pci/hda/cs35l41_hda.h @@ -10,6 +10,7 @@ #ifndef __CS35L41_HDA_H__ #define __CS35L41_HDA_H__ +#include #include #include #include @@ -70,6 +71,8 @@ bool halo_initialized; bool playback_started; struct cs_dsp cs_dsp; + struct acpi_device *dacpi; + bool mute_override; }; enum halo_state { @@ -83,5 +86,6 @@ int cs35l41_hda_probe(struct device *dev, const char *device_name, int id, int irq, struct regmap *regmap); void cs35l41_hda_remove(struct device *dev); +int cs35l41_get_speaker_id(struct device *dev, int amp_index, int num_amps, int fixed_gpio_id); #endif /*__CS35L41_HDA_H__*/ --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/pci/hda/cs35l41_hda_property.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/pci/hda/cs35l41_hda_property.c @@ -0,0 +1,112 @@ +// SPDX-License-Identifier: GPL-2.0 +// +// CS35L41 ALSA HDA Property driver +// +// Copyright 2023 Cirrus Logic, Inc. +// +// Author: Stefan Binding + +#include +#include +#include "cs35l41_hda_property.h" + +/* + * Device CLSA010(0/1) doesn't have _DSD so a gpiod_get by the label reset won't work. + * And devices created by serial-multi-instantiate don't have their device struct + * pointing to the correct fwnode, so acpi_dev must be used here. + * And devm functions expect that the device requesting the resource has the correct + * fwnode. + */ +static int lenovo_legion_no_acpi(struct cs35l41_hda *cs35l41, struct device *physdev, int id, + const char *hid) +{ + struct cs35l41_hw_cfg *hw_cfg = &cs35l41->hw_cfg; + + /* check I2C address to assign the index */ + cs35l41->index = id == 0x40 ? 0 : 1; + cs35l41->channel_index = 0; + cs35l41->reset_gpio = gpiod_get_index(physdev, NULL, 0, GPIOD_OUT_HIGH); + cs35l41->speaker_id = cs35l41_get_speaker_id(physdev, 0, 0, 2); + hw_cfg->spk_pos = cs35l41->index; + hw_cfg->gpio2.func = CS35L41_INTERRUPT; + hw_cfg->gpio2.valid = true; + hw_cfg->valid = true; + + if (strcmp(hid, "CLSA0100") == 0) { + hw_cfg->bst_type = CS35L41_EXT_BOOST_NO_VSPK_SWITCH; + } else if (strcmp(hid, "CLSA0101") == 0) { + hw_cfg->bst_type = CS35L41_EXT_BOOST; + hw_cfg->gpio1.func = CS35l41_VSPK_SWITCH; + hw_cfg->gpio1.valid = true; + } + + return 0; +} + +/* + * Device 103C89C6 does have _DSD, however it is setup to use the wrong boost type. + * We can override the _DSD to correct the boost type here. + * Since this laptop has valid ACPI, we do not need to handle cs-gpios, since that already exists + * in the ACPI. + */ +static int hp_vision_acpi_fix(struct cs35l41_hda *cs35l41, struct device *physdev, int id, + const char *hid) +{ + struct cs35l41_hw_cfg *hw_cfg = &cs35l41->hw_cfg; + + dev_info(cs35l41->dev, "Adding DSD properties for %s\n", cs35l41->acpi_subsystem_id); + + cs35l41->index = id; + cs35l41->channel_index = 0; + + /* + * This system has _DSD, it just contains an error, so we can still get the reset using + * the "reset" label. + */ + cs35l41->reset_gpio = fwnode_gpiod_get_index(acpi_fwnode_handle(cs35l41->dacpi), "reset", + cs35l41->index, GPIOD_OUT_LOW, + "cs35l41-reset"); + cs35l41->speaker_id = -ENOENT; + hw_cfg->spk_pos = cs35l41->index ? 0 : 1; // right:left + hw_cfg->gpio1.func = CS35L41_NOT_USED; + hw_cfg->gpio1.valid = true; + hw_cfg->gpio2.func = CS35L41_INTERRUPT; + hw_cfg->gpio2.valid = true; + hw_cfg->bst_type = CS35L41_INT_BOOST; + hw_cfg->bst_ind = 1000; + hw_cfg->bst_ipk = 4500; + hw_cfg->bst_cap = 24; + hw_cfg->valid = true; + + return 0; +} + +struct cs35l41_prop_model { + const char *hid; + const char *ssid; + int (*add_prop)(struct cs35l41_hda *cs35l41, struct device *physdev, int id, + const char *hid); +}; + +const struct cs35l41_prop_model cs35l41_prop_model_table[] = { + { "CLSA0100", NULL, lenovo_legion_no_acpi }, + { "CLSA0101", NULL, lenovo_legion_no_acpi }, + { "CSC3551", "103C89C6", hp_vision_acpi_fix }, + {} +}; + +int cs35l41_add_dsd_properties(struct cs35l41_hda *cs35l41, struct device *physdev, int id, + const char *hid) +{ + const struct cs35l41_prop_model *model; + + for (model = cs35l41_prop_model_table; model->hid; model++) { + if (!strcmp(model->hid, hid) && + (!model->ssid || + (cs35l41->acpi_subsystem_id && + !strcmp(model->ssid, cs35l41->acpi_subsystem_id)))) + return model->add_prop(cs35l41, physdev, id, hid); + } + + return -ENOENT; +} --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/pci/hda/cs35l41_hda_property.h +++ linux-lowlatency-hwe-6.5-6.5.0/sound/pci/hda/cs35l41_hda_property.h @@ -0,0 +1,18 @@ +/* SPDX-License-Identifier: GPL-2.0 + * + * CS35L41 ALSA HDA Property driver + * + * Copyright 2023 Cirrus Logic, Inc. + * + * Author: Stefan Binding + */ + +#ifndef CS35L41_HDA_PROP_H +#define CS35L41_HDA_PROP_H + +#include +#include "cs35l41_hda.h" + +int cs35l41_add_dsd_properties(struct cs35l41_hda *cs35l41, struct device *physdev, int id, + const char *hid); +#endif /* CS35L41_HDA_PROP_H */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/pci/hda/hda_component.h +++ linux-lowlatency-hwe-6.5-6.5.0/sound/pci/hda/hda_component.h @@ -6,6 +6,7 @@ * Cirrus Logic International Semiconductor Ltd. */ +#include #include #define HDA_MAX_COMPONENTS 4 @@ -15,5 +16,10 @@ struct device *dev; char name[HDA_MAX_NAME_SIZE]; struct hda_codec *codec; + struct acpi_device *adev; + bool acpi_notifications_supported; + void (*acpi_notify)(acpi_handle handle, u32 event, struct device *dev); + void (*pre_playback_hook)(struct device *dev, int action); void (*playback_hook)(struct device *dev, int action); + void (*post_playback_hook)(struct device *dev, int action); }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/pci/hda/hda_intel.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/pci/hda/hda_intel.c @@ -2223,12 +2223,15 @@ SND_PCI_QUIRK(0x8086, 0x2068, "Intel NUC7i3BNB", 0), /* https://bugzilla.kernel.org/show_bug.cgi?id=198611 */ SND_PCI_QUIRK(0x17aa, 0x2227, "Lenovo X1 Carbon 3rd Gen", 0), + SND_PCI_QUIRK(0x17aa, 0x316e, "Lenovo ThinkCentre M70q", 0), /* https://bugzilla.redhat.com/show_bug.cgi?id=1689623 */ SND_PCI_QUIRK(0x17aa, 0x367b, "Lenovo IdeaCentre B550", 0), /* https://bugzilla.redhat.com/show_bug.cgi?id=1572975 */ SND_PCI_QUIRK(0x17aa, 0x36a7, "Lenovo C50 All in one", 0), /* https://bugs.launchpad.net/bugs/1821663 */ SND_PCI_QUIRK(0x1631, 0xe017, "Packard Bell NEC IMEDIA 5204", 0), + /* KONTRON SinglePC may cause a stall at runtime resume */ + SND_PCI_QUIRK(0x1734, 0x1232, "KONTRON SinglePC", 0), {} }; #endif /* CONFIG_PM */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/pci/hda/patch_cs8409.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/pci/hda/patch_cs8409.c @@ -888,7 +888,7 @@ /* Initialize CS42L42 companion codec */ cs8409_i2c_bulk_write(cs42l42, cs42l42->init_seq, cs42l42->init_seq_num); - usleep_range(30000, 35000); + msleep(CS42L42_INIT_TIMEOUT_MS); /* Clear interrupts, by reading interrupt status registers */ cs8409_i2c_bulk_read(cs42l42, irq_regs, ARRAY_SIZE(irq_regs)); @@ -1371,6 +1371,7 @@ spec->scodecs[CS8409_CODEC1] = &dolphin_cs42l42_1; spec->scodecs[CS8409_CODEC1]->codec = codec; spec->num_scodecs = 2; + spec->gen.suppress_vmaster = 1; codec->patch_ops = cs8409_dolphin_patch_ops; --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/pci/hda/patch_cs8409.h +++ linux-lowlatency-hwe-6.5-6.5.0/sound/pci/hda/patch_cs8409.h @@ -229,6 +229,7 @@ #define CS42L42_I2C_SLEEP_US (2000) #define CS42L42_PDN_TIMEOUT_US (250000) #define CS42L42_PDN_SLEEP_US (2000) +#define CS42L42_INIT_TIMEOUT_MS (45) #define CS42L42_FULL_SCALE_VOL_MASK (2) #define CS42L42_FULL_SCALE_VOL_0DB (1) #define CS42L42_FULL_SCALE_VOL_MINUS6DB (0) --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/pci/hda/patch_realtek.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/pci/hda/patch_realtek.c @@ -10,6 +10,7 @@ * Jonathan Woithe */ +#include #include #include #include @@ -1986,6 +1987,7 @@ ALC887_FIXUP_ASUS_AUDIO, ALC887_FIXUP_ASUS_HMIC, ALCS1200A_FIXUP_MIC_VREF, + ALC888VD_FIXUP_MIC_100VREF, }; static void alc889_fixup_coef(struct hda_codec *codec, @@ -2539,6 +2541,13 @@ {} } }, + [ALC888VD_FIXUP_MIC_100VREF] = { + .type = HDA_FIXUP_PINCTLS, + .v.pins = (const struct hda_pintbl[]) { + { 0x18, PIN_VREF100 }, /* headset mic */ + {} + } + }, }; static const struct snd_pci_quirk alc882_fixup_tbl[] = { @@ -2608,6 +2617,7 @@ SND_PCI_QUIRK(0x106b, 0x4a00, "Macbook 5,2", ALC889_FIXUP_MBA11_VREF), SND_PCI_QUIRK(0x1071, 0x8258, "Evesham Voyaeger", ALC882_FIXUP_EAPD), + SND_PCI_QUIRK(0x10ec, 0x12d8, "iBase Elo Touch", ALC888VD_FIXUP_MIC_100VREF), SND_PCI_QUIRK(0x13fe, 0x1009, "Advantech MIT-W101", ALC886_FIXUP_EAPD), SND_PCI_QUIRK(0x1458, 0xa002, "Gigabyte EP45-DS3/Z87X-UD3H", ALC889_FIXUP_FRONT_HP_NO_PRESENCE), SND_PCI_QUIRK(0x1458, 0xa0b8, "Gigabyte AZ370-Gaming", ALC1220_FIXUP_GB_DUAL_CODECS), @@ -3255,6 +3265,7 @@ case 0x10ec0230: case 0x10ec0236: case 0x10ec0256: + case 0x10ec0257: case 0x19e58326: alc_write_coef_idx(codec, 0x48, 0x0); alc_update_coef_idx(codec, 0x49, 0x0045, 0x0); @@ -3284,6 +3295,7 @@ case 0x10ec0230: case 0x10ec0236: case 0x10ec0256: + case 0x10ec0257: case 0x19e58326: alc_write_coef_idx(codec, 0x48, 0xd011); alc_update_coef_idx(codec, 0x49, 0x007f, 0x0045); @@ -4639,6 +4651,22 @@ } } +static void alc245_fixup_hp_mute_led_coefbit(struct hda_codec *codec, + const struct hda_fixup *fix, + int action) +{ + struct alc_spec *spec = codec->spec; + + if (action == HDA_FIXUP_ACT_PRE_PROBE) { + spec->mute_led_polarity = 0; + spec->mute_led_coef.idx = 0x0b; + spec->mute_led_coef.mask = 3 << 2; + spec->mute_led_coef.on = 2 << 2; + spec->mute_led_coef.off = 1 << 2; + snd_hda_gen_add_mute_led_cdev(codec, coef_mute_led_set); + } +} + /* turn on/off mic-mute LED per capture hook by coef bit */ static int coef_micmute_led_set(struct led_classdev *led_cdev, enum led_brightness brightness) @@ -6479,6 +6507,7 @@ case 0x10ec0236: case 0x10ec0255: case 0x10ec0256: + case 0x10ec0257: case 0x19e58326: alc_update_coef_idx(codec, 0x1b, 0x8000, 1 << 15); /* Reset HP JD */ alc_update_coef_idx(codec, 0x1b, 0x8000, 0 << 15); @@ -6688,12 +6717,91 @@ } } +#ifdef CONFIG_ACPI +static void comp_acpi_device_notify(acpi_handle handle, u32 event, void *data) +{ + struct hda_codec *cdc = data; + struct alc_spec *spec = cdc->spec; + int i; + + codec_info(cdc, "ACPI Notification %d\n", event); + + for (i = 0; i < HDA_MAX_COMPONENTS; i++) { + if (spec->comps[i].dev && spec->comps[i].acpi_notify) + spec->comps[i].acpi_notify(acpi_device_handle(spec->comps[i].adev), event, + spec->comps[i].dev); + } +} + +static int comp_bind_acpi(struct device *dev) +{ + struct hda_codec *cdc = dev_to_hda_codec(dev); + struct alc_spec *spec = cdc->spec; + bool support_notifications = false; + struct acpi_device *adev; + int ret; + int i; + + adev = spec->comps[0].adev; + if (!acpi_device_handle(adev)) + return 0; + + for (i = 0; i < HDA_MAX_COMPONENTS; i++) + support_notifications = support_notifications || + spec->comps[i].acpi_notifications_supported; + + if (support_notifications) { + ret = acpi_install_notify_handler(adev->handle, ACPI_DEVICE_NOTIFY, + comp_acpi_device_notify, cdc); + if (ret < 0) { + codec_warn(cdc, "Failed to install notify handler: %d\n", ret); + return 0; + } + + codec_dbg(cdc, "Notify handler installed\n"); + } + + return 0; +} + +static void comp_unbind_acpi(struct device *dev) +{ + struct hda_codec *cdc = dev_to_hda_codec(dev); + struct alc_spec *spec = cdc->spec; + struct acpi_device *adev; + int ret; + + adev = spec->comps[0].adev; + if (!acpi_device_handle(adev)) + return; + + ret = acpi_remove_notify_handler(adev->handle, ACPI_DEVICE_NOTIFY, + comp_acpi_device_notify); + if (ret < 0) + codec_warn(cdc, "Failed to uninstall notify handler: %d\n", ret); +} +#else +static int comp_bind_acpi(struct device *dev) +{ + return 0; +} + +static void comp_unbind_acpi(struct device *dev) +{ +} +#endif + static int comp_bind(struct device *dev) { struct hda_codec *cdc = dev_to_hda_codec(dev); struct alc_spec *spec = cdc->spec; + int ret; - return component_bind_all(dev, spec->comps); + ret = component_bind_all(dev, spec->comps); + if (ret) + return ret; + + return comp_bind_acpi(dev); } static void comp_unbind(struct device *dev) @@ -6701,6 +6809,7 @@ struct hda_codec *cdc = dev_to_hda_codec(dev); struct alc_spec *spec = cdc->spec; + comp_unbind_acpi(dev); component_unbind_all(dev, spec->comps); } @@ -6716,9 +6825,17 @@ int i; for (i = 0; i < HDA_MAX_COMPONENTS; i++) { - if (spec->comps[i].dev) + if (spec->comps[i].dev && spec->comps[i].pre_playback_hook) + spec->comps[i].pre_playback_hook(spec->comps[i].dev, action); + } + for (i = 0; i < HDA_MAX_COMPONENTS; i++) { + if (spec->comps[i].dev && spec->comps[i].playback_hook) spec->comps[i].playback_hook(spec->comps[i].dev, action); } + for (i = 0; i < HDA_MAX_COMPONENTS; i++) { + if (spec->comps[i].dev && spec->comps[i].post_playback_hook) + spec->comps[i].post_playback_hook(spec->comps[i].dev, action); + } } struct cs35l41_dev_name { @@ -6972,6 +7089,47 @@ } } +/* Forcibly assign NID 0x03 to HP while NID 0x02 to SPK */ +static void alc287_fixup_bind_dacs(struct hda_codec *codec, + const struct hda_fixup *fix, int action) +{ + struct alc_spec *spec = codec->spec; + static const hda_nid_t conn[] = { 0x02, 0x03 }; /* exclude 0x06 */ + static const hda_nid_t preferred_pairs[] = { + 0x17, 0x02, 0x21, 0x03, 0 + }; + + if (action != HDA_FIXUP_ACT_PRE_PROBE) + return; + + snd_hda_override_conn_list(codec, 0x17, ARRAY_SIZE(conn), conn); + spec->gen.preferred_dacs = preferred_pairs; + spec->gen.auto_mute_via_amp = 1; + if (spec->gen.autocfg.speaker_pins[0] != 0x14) { + snd_hda_codec_write_cache(codec, 0x14, 0, AC_VERB_SET_PIN_WIDGET_CONTROL, + 0x0); /* Make sure 0x14 was disable */ + } +} +/* Fix none verb table of Headset Mic pin */ +static void alc_fixup_headset_mic(struct hda_codec *codec, + const struct hda_fixup *fix, int action) +{ + struct alc_spec *spec = codec->spec; + static const struct hda_pintbl pincfgs[] = { + { 0x19, 0x03a1103c }, + { } + }; + + switch (action) { + case HDA_FIXUP_ACT_PRE_PROBE: + snd_hda_apply_pincfgs(codec, pincfgs); + alc_update_coef_idx(codec, 0x45, 0xf<<12 | 1<<10, 5<<12); + spec->parse_flags |= HDA_PINCFG_HEADSET_MIC; + break; + } +} + + enum { ALC269_FIXUP_GPIO2, ALC269_FIXUP_SONY_VAIO, @@ -7136,8 +7294,10 @@ ALC256_FIXUP_ASUS_MIC_NO_PRESENCE, ALC299_FIXUP_PREDATOR_SPK, ALC256_FIXUP_MEDION_HEADSET_NO_PRESENCE, + ALC289_FIXUP_DELL_SPK1, ALC289_FIXUP_DELL_SPK2, ALC289_FIXUP_DUAL_SPK, + ALC289_FIXUP_RTK_AMP_DUAL_SPK, ALC294_FIXUP_SPK2_TO_DAC1, ALC294_FIXUP_ASUS_DUAL_SPK, ALC285_FIXUP_THINKPAD_X1_GEN7, @@ -7231,6 +7391,13 @@ ALC295_FIXUP_DELL_INSPIRON_TOP_SPEAKERS, ALC236_FIXUP_DELL_DUAL_CODECS, ALC287_FIXUP_CS35L41_I2C_2_THINKPAD_ACPI, + ALC245_FIXUP_HP_MUTE_LED_COEFBIT, + ALC245_FIXUP_HP_X360_MUTE_LEDS, + ALC287_FIXUP_THINKPAD_I2S_SPK, + ALC287_FIXUP_MG_RTKC_CSAMP_CS35L41_I2C_THINKPAD, + ALC2XX_FIXUP_HEADSET_MIC, + ALC289_FIXUP_DELL_CS35L41_SPI_2, + ALC294_FIXUP_CS35L41_I2C_2, }; /* A special fixup for Lenovo C940 and Yoga Duet 7; @@ -8457,6 +8624,15 @@ .chained = true, .chain_id = ALC256_FIXUP_ASUS_HEADSET_MODE }, + [ALC289_FIXUP_DELL_SPK1] = { + .type = HDA_FIXUP_PINS, + .v.pins = (const struct hda_pintbl[]) { + { 0x14, 0x90170140 }, + { } + }, + .chained = true, + .chain_id = ALC269_FIXUP_DELL4_MIC_NO_PRESENCE + }, [ALC289_FIXUP_DELL_SPK2] = { .type = HDA_FIXUP_PINS, .v.pins = (const struct hda_pintbl[]) { @@ -8472,6 +8648,12 @@ .chained = true, .chain_id = ALC289_FIXUP_DELL_SPK2 }, + [ALC289_FIXUP_RTK_AMP_DUAL_SPK] = { + .type = HDA_FIXUP_FUNC, + .v.func = alc285_fixup_speaker2_to_dac1, + .chained = true, + .chain_id = ALC289_FIXUP_DELL_SPK1 + }, [ALC294_FIXUP_SPK2_TO_DAC1] = { .type = HDA_FIXUP_FUNC, .v.func = alc285_fixup_speaker2_to_dac1, @@ -9309,6 +9491,40 @@ .chained = true, .chain_id = ALC269_FIXUP_THINKPAD_ACPI, }, + [ALC287_FIXUP_THINKPAD_I2S_SPK] = { + .type = HDA_FIXUP_FUNC, + .v.func = alc287_fixup_bind_dacs, + }, + [ALC287_FIXUP_MG_RTKC_CSAMP_CS35L41_I2C_THINKPAD] = { + .type = HDA_FIXUP_FUNC, + .v.func = alc287_fixup_bind_dacs, + .chained = true, + .chain_id = ALC287_FIXUP_CS35L41_I2C_2_THINKPAD_ACPI, + }, + [ALC245_FIXUP_HP_MUTE_LED_COEFBIT] = { + .type = HDA_FIXUP_FUNC, + .v.func = alc245_fixup_hp_mute_led_coefbit, + }, + [ALC245_FIXUP_HP_X360_MUTE_LEDS] = { + .type = HDA_FIXUP_FUNC, + .v.func = alc245_fixup_hp_mute_led_coefbit, + .chained = true, + .chain_id = ALC245_FIXUP_HP_GPIO_LED + }, + [ALC289_FIXUP_DELL_CS35L41_SPI_2] = { + .type = HDA_FIXUP_FUNC, + .v.func = cs35l41_fixup_spi_two, + .chained = true, + .chain_id = ALC289_FIXUP_DUAL_SPK + }, + [ALC2XX_FIXUP_HEADSET_MIC] = { + .type = HDA_FIXUP_FUNC, + .v.func = alc_fixup_headset_mic, + }, + [ALC294_FIXUP_CS35L41_I2C_2] = { + .type = HDA_FIXUP_FUNC, + .v.func = cs35l41_fixup_i2c_two, + }, }; static const struct snd_pci_quirk alc269_fixup_tbl[] = { @@ -9412,6 +9628,7 @@ SND_PCI_QUIRK(0x1028, 0x0b1a, "Dell Precision 5570", ALC289_FIXUP_DUAL_SPK), SND_PCI_QUIRK(0x1028, 0x0b37, "Dell Inspiron 16 Plus 7620 2-in-1", ALC295_FIXUP_DELL_INSPIRON_TOP_SPEAKERS), SND_PCI_QUIRK(0x1028, 0x0b71, "Dell Inspiron 16 Plus 7620", ALC295_FIXUP_DELL_INSPIRON_TOP_SPEAKERS), + SND_PCI_QUIRK(0x1028, 0x0beb, "Dell XPS 15 9530 (2023)", ALC289_FIXUP_DELL_CS35L41_SPI_2), SND_PCI_QUIRK(0x1028, 0x0c03, "Dell Precision 5340", ALC269_FIXUP_DELL4_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x1028, 0x0c19, "Dell Precision 3340", ALC236_FIXUP_DELL_DUAL_CODECS), SND_PCI_QUIRK(0x1028, 0x0c1a, "Dell Precision 3340", ALC236_FIXUP_DELL_DUAL_CODECS), @@ -9419,13 +9636,15 @@ SND_PCI_QUIRK(0x1028, 0x0c1c, "Dell Precision 3540", ALC236_FIXUP_DELL_DUAL_CODECS), SND_PCI_QUIRK(0x1028, 0x0c1d, "Dell Precision 3440", ALC236_FIXUP_DELL_DUAL_CODECS), SND_PCI_QUIRK(0x1028, 0x0c1e, "Dell Precision 3540", ALC236_FIXUP_DELL_DUAL_CODECS), - SND_PCI_QUIRK(0x1028, 0x0cbd, "Dell Oasis 13 CS MTL-U", ALC245_FIXUP_CS35L41_SPI_2), - SND_PCI_QUIRK(0x1028, 0x0cbe, "Dell Oasis 13 2-IN-1 MTL-U", ALC245_FIXUP_CS35L41_SPI_2), - SND_PCI_QUIRK(0x1028, 0x0cbf, "Dell Oasis 13 Low Weight MTU-L", ALC245_FIXUP_CS35L41_SPI_2), - SND_PCI_QUIRK(0x1028, 0x0cc1, "Dell Oasis 14 MTL-H/U", ALC245_FIXUP_CS35L41_SPI_2), - SND_PCI_QUIRK(0x1028, 0x0cc2, "Dell Oasis 14 2-in-1 MTL-H/U", ALC245_FIXUP_CS35L41_SPI_2), - SND_PCI_QUIRK(0x1028, 0x0cc3, "Dell Oasis 14 Low Weight MTL-U", ALC245_FIXUP_CS35L41_SPI_2), - SND_PCI_QUIRK(0x1028, 0x0cc4, "Dell Oasis 16 MTL-H/U", ALC245_FIXUP_CS35L41_SPI_2), + SND_PCI_QUIRK(0x1028, 0x0cbd, "Dell Oasis 13 CS MTL-U", ALC289_FIXUP_DELL_CS35L41_SPI_2), + SND_PCI_QUIRK(0x1028, 0x0cbe, "Dell Oasis 13 2-IN-1 MTL-U", ALC289_FIXUP_DELL_CS35L41_SPI_2), + SND_PCI_QUIRK(0x1028, 0x0cbf, "Dell Oasis 13 Low Weight MTU-L", ALC289_FIXUP_DELL_CS35L41_SPI_2), + SND_PCI_QUIRK(0x1028, 0x0cc0, "Dell Oasis 13", ALC289_FIXUP_RTK_AMP_DUAL_SPK), + SND_PCI_QUIRK(0x1028, 0x0cc1, "Dell Oasis 14 MTL-H/U", ALC289_FIXUP_DELL_CS35L41_SPI_2), + SND_PCI_QUIRK(0x1028, 0x0cc2, "Dell Oasis 14 2-in-1 MTL-H/U", ALC289_FIXUP_DELL_CS35L41_SPI_2), + SND_PCI_QUIRK(0x1028, 0x0cc3, "Dell Oasis 14 Low Weight MTL-U", ALC289_FIXUP_DELL_CS35L41_SPI_2), + SND_PCI_QUIRK(0x1028, 0x0cc4, "Dell Oasis 16 MTL-H/U", ALC289_FIXUP_DELL_CS35L41_SPI_2), + SND_PCI_QUIRK(0x1028, 0x0cc5, "Dell Oasis 14", ALC289_FIXUP_RTK_AMP_DUAL_SPK), SND_PCI_QUIRK(0x1028, 0x164a, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x1028, 0x164b, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x103c, 0x1586, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC2), @@ -9551,12 +9770,14 @@ SND_PCI_QUIRK(0x103c, 0x8870, "HP ZBook Fury 15.6 Inch G8 Mobile Workstation PC", ALC285_FIXUP_HP_GPIO_AMP_INIT), SND_PCI_QUIRK(0x103c, 0x8873, "HP ZBook Studio 15.6 Inch G8 Mobile Workstation PC", ALC285_FIXUP_HP_GPIO_AMP_INIT), SND_PCI_QUIRK(0x103c, 0x887a, "HP Laptop 15s-eq2xxx", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2), + SND_PCI_QUIRK(0x103c, 0x888a, "HP ENVY x360 Convertible 15-eu0xxx", ALC245_FIXUP_HP_X360_MUTE_LEDS), SND_PCI_QUIRK(0x103c, 0x888d, "HP ZBook Power 15.6 inch G8 Mobile Workstation PC", ALC236_FIXUP_HP_GPIO_LED), SND_PCI_QUIRK(0x103c, 0x8895, "HP EliteBook 855 G8 Notebook PC", ALC285_FIXUP_HP_SPEAKERS_MICMUTE_LED), SND_PCI_QUIRK(0x103c, 0x8896, "HP EliteBook 855 G8 Notebook PC", ALC285_FIXUP_HP_MUTE_LED), SND_PCI_QUIRK(0x103c, 0x8898, "HP EliteBook 845 G8 Notebook PC", ALC285_FIXUP_HP_LIMIT_INT_MIC_BOOST), SND_PCI_QUIRK(0x103c, 0x88d0, "HP Pavilion 15-eh1xxx (mainboard 88D0)", ALC287_FIXUP_HP_GPIO_LED), SND_PCI_QUIRK(0x103c, 0x8902, "HP OMEN 16", ALC285_FIXUP_HP_MUTE_LED), + SND_PCI_QUIRK(0x103c, 0x890e, "HP 255 G8 Notebook PC", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2), SND_PCI_QUIRK(0x103c, 0x8919, "HP Pavilion Aero Laptop 13-be0xxx", ALC287_FIXUP_HP_GPIO_LED), SND_PCI_QUIRK(0x103c, 0x896d, "HP ZBook Firefly 16 G9", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED), SND_PCI_QUIRK(0x103c, 0x896e, "HP EliteBook x360 830 G9", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED), @@ -9582,6 +9803,8 @@ SND_PCI_QUIRK(0x103c, 0x89c6, "Zbook Fury 17 G9", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED), SND_PCI_QUIRK(0x103c, 0x89ca, "HP", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF), SND_PCI_QUIRK(0x103c, 0x89d3, "HP EliteBook 645 G9 (MB 89D2)", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF), + SND_PCI_QUIRK(0x103c, 0x8a20, "HP Laptop 15s-fq5xxx", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2), + SND_PCI_QUIRK(0x103c, 0x8a25, "HP Victus 16-d1xxx (MB 8A25)", ALC245_FIXUP_HP_MUTE_LED_COEFBIT), SND_PCI_QUIRK(0x103c, 0x8a78, "HP Dev One", ALC285_FIXUP_HP_LIMIT_INT_MIC_BOOST), SND_PCI_QUIRK(0x103c, 0x8aa0, "HP ProBook 440 G9 (MB 8A9E)", ALC236_FIXUP_HP_GPIO_LED), SND_PCI_QUIRK(0x103c, 0x8aa3, "HP ProBook 450 G9 (MB 8AA1)", ALC236_FIXUP_HP_GPIO_LED), @@ -9590,6 +9813,7 @@ SND_PCI_QUIRK(0x103c, 0x8abb, "HP ZBook Firefly 14 G9", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED), SND_PCI_QUIRK(0x103c, 0x8ad1, "HP EliteBook 840 14 inch G9 Notebook PC", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED), SND_PCI_QUIRK(0x103c, 0x8ad2, "HP EliteBook 860 16 inch G9 Notebook PC", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED), + SND_PCI_QUIRK(0x103c, 0x8b2f, "HP 255 15.6 inch G10 Notebook PC", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2), SND_PCI_QUIRK(0x103c, 0x8b42, "HP", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED), SND_PCI_QUIRK(0x103c, 0x8b43, "HP", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED), SND_PCI_QUIRK(0x103c, 0x8b44, "HP", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED), @@ -9623,12 +9847,16 @@ SND_PCI_QUIRK(0x103c, 0x8c70, "HP EliteBook 835 G11", ALC287_FIXUP_CS35L41_I2C_2_HP_GPIO_LED), SND_PCI_QUIRK(0x103c, 0x8c71, "HP EliteBook 845 G11", ALC287_FIXUP_CS35L41_I2C_2_HP_GPIO_LED), SND_PCI_QUIRK(0x103c, 0x8c72, "HP EliteBook 865 G11", ALC287_FIXUP_CS35L41_I2C_2_HP_GPIO_LED), + SND_PCI_QUIRK(0x103c, 0x8ca4, "HP ZBook Fury", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED), + SND_PCI_QUIRK(0x103c, 0x8ca7, "HP ZBook Fury", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED), + SND_PCI_QUIRK(0x103c, 0x8cf5, "HP ZBook Studio 16", ALC245_FIXUP_CS35L41_SPI_4_HP_GPIO_LED), SND_PCI_QUIRK(0x1043, 0x103e, "ASUS X540SA", ALC256_FIXUP_ASUS_MIC), SND_PCI_QUIRK(0x1043, 0x103f, "ASUS TX300", ALC282_FIXUP_ASUS_TX300), SND_PCI_QUIRK(0x1043, 0x106d, "Asus K53BE", ALC269_FIXUP_LIMIT_INT_MIC_BOOST), SND_PCI_QUIRK(0x1043, 0x10a1, "ASUS UX391UA", ALC294_FIXUP_ASUS_SPK), SND_PCI_QUIRK(0x1043, 0x10c0, "ASUS X540SA", ALC256_FIXUP_ASUS_MIC), SND_PCI_QUIRK(0x1043, 0x10d0, "ASUS X540LA/X540LJ", ALC255_FIXUP_ASUS_MIC_NO_PRESENCE), + SND_PCI_QUIRK(0x1043, 0x10d3, "ASUS K6500ZC", ALC294_FIXUP_ASUS_SPK), SND_PCI_QUIRK(0x1043, 0x115d, "Asus 1015E", ALC269_FIXUP_LIMIT_INT_MIC_BOOST), SND_PCI_QUIRK(0x1043, 0x11c0, "ASUS X556UR", ALC255_FIXUP_ASUS_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x1043, 0x125e, "ASUS Q524UQK", ALC255_FIXUP_ASUS_MIC_NO_PRESENCE), @@ -9650,6 +9878,7 @@ SND_PCI_QUIRK(0x1043, 0x1517, "Asus Zenbook UX31A", ALC269VB_FIXUP_ASUS_ZENBOOK_UX31A), SND_PCI_QUIRK(0x1043, 0x1573, "ASUS GZ301V", ALC285_FIXUP_ASUS_HEADSET_MIC), SND_PCI_QUIRK(0x1043, 0x1662, "ASUS GV301QH", ALC294_FIXUP_ASUS_DUAL_SPK), + SND_PCI_QUIRK(0x1043, 0x1663, "ASUS GU603ZV", ALC285_FIXUP_ASUS_HEADSET_MIC), SND_PCI_QUIRK(0x1043, 0x1683, "ASUS UM3402YAR", ALC287_FIXUP_CS35L41_I2C_2), SND_PCI_QUIRK(0x1043, 0x16b2, "ASUS GU603", ALC289_FIXUP_ASUS_GA401), SND_PCI_QUIRK(0x1043, 0x16e3, "ASUS UX50", ALC269_FIXUP_STEREO_DMIC), @@ -9658,6 +9887,7 @@ SND_PCI_QUIRK(0x1043, 0x17f3, "ROG Ally RC71L_RC71L", ALC294_FIXUP_ASUS_ALLY), SND_PCI_QUIRK(0x1043, 0x1881, "ASUS Zephyrus S/M", ALC294_FIXUP_ASUS_GX502_PINS), SND_PCI_QUIRK(0x1043, 0x18b1, "Asus MJ401TA", ALC256_FIXUP_ASUS_HEADSET_MIC), + SND_PCI_QUIRK(0x1043, 0x18d3, "ASUS UM3504DA", ALC294_FIXUP_CS35L41_I2C_2), SND_PCI_QUIRK(0x1043, 0x18f1, "Asus FX505DT", ALC256_FIXUP_ASUS_HEADSET_MIC), SND_PCI_QUIRK(0x1043, 0x194e, "ASUS UX563FD", ALC294_FIXUP_ASUS_HPE), SND_PCI_QUIRK(0x1043, 0x1970, "ASUS UX550VE", ALC289_FIXUP_ASUS_GA401), @@ -9666,12 +9896,17 @@ SND_PCI_QUIRK(0x1043, 0x19e1, "ASUS UX581LV", ALC295_FIXUP_ASUS_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x1043, 0x1a13, "Asus G73Jw", ALC269_FIXUP_ASUS_G73JW), SND_PCI_QUIRK(0x1043, 0x1a30, "ASUS X705UD", ALC256_FIXUP_ASUS_MIC), + SND_PCI_QUIRK(0x1043, 0x1a63, "ASUS UX3405MA", ALC245_FIXUP_CS35L41_SPI_2), + SND_PCI_QUIRK(0x1043, 0x1a83, "ASUS UM5302LA", ALC294_FIXUP_CS35L41_I2C_2), SND_PCI_QUIRK(0x1043, 0x1a8f, "ASUS UX582ZS", ALC245_FIXUP_CS35L41_SPI_2), SND_PCI_QUIRK(0x1043, 0x1b11, "ASUS UX431DA", ALC294_FIXUP_ASUS_COEF_1B), SND_PCI_QUIRK(0x1043, 0x1b13, "Asus U41SV", ALC269_FIXUP_INV_DMIC), SND_PCI_QUIRK(0x1043, 0x1b93, "ASUS G614JVR/JIR", ALC245_FIXUP_CS35L41_SPI_2), SND_PCI_QUIRK(0x1043, 0x1bbd, "ASUS Z550MA", ALC255_FIXUP_ASUS_MIC_NO_PRESENCE), + SND_PCI_QUIRK(0x1043, 0x1c03, "ASUS UM3406HA", ALC287_FIXUP_CS35L41_I2C_2), SND_PCI_QUIRK(0x1043, 0x1c23, "Asus X55U", ALC269_FIXUP_LIMIT_INT_MIC_BOOST), + SND_PCI_QUIRK(0x1043, 0x1c33, "ASUS UX5304MA", ALC245_FIXUP_CS35L41_SPI_2), + SND_PCI_QUIRK(0x1043, 0x1c43, "ASUS UX8406MA", ALC245_FIXUP_CS35L41_SPI_2), SND_PCI_QUIRK(0x1043, 0x1c62, "ASUS GU603", ALC289_FIXUP_ASUS_GA401), SND_PCI_QUIRK(0x1043, 0x1c92, "ASUS ROG Strix G15", ALC285_FIXUP_ASUS_G533Z_PINS), SND_PCI_QUIRK(0x1043, 0x1c9f, "ASUS G614JI", ALC285_FIXUP_ASUS_HEADSET_MIC), @@ -9680,7 +9915,9 @@ SND_PCI_QUIRK(0x1043, 0x1d1f, "ASUS ROG Strix G17 2023 (G713PV)", ALC287_FIXUP_CS35L41_I2C_2), SND_PCI_QUIRK(0x1043, 0x1d42, "ASUS Zephyrus G14 2022", ALC289_FIXUP_ASUS_GA401), SND_PCI_QUIRK(0x1043, 0x1d4e, "ASUS TM420", ALC256_FIXUP_ASUS_HPE), - SND_PCI_QUIRK(0x1043, 0x1e02, "ASUS UX3402", ALC245_FIXUP_CS35L41_SPI_2), + SND_PCI_QUIRK(0x1043, 0x1e02, "ASUS UX3402ZA", ALC245_FIXUP_CS35L41_SPI_2), + SND_PCI_QUIRK(0x1043, 0x16a3, "ASUS UX3402VA", ALC245_FIXUP_CS35L41_SPI_2), + SND_PCI_QUIRK(0x1043, 0x1f62, "ASUS UX7602ZM", ALC245_FIXUP_CS35L41_SPI_2), SND_PCI_QUIRK(0x1043, 0x1e11, "ASUS Zephyrus G15", ALC289_FIXUP_ASUS_GA502), SND_PCI_QUIRK(0x1043, 0x1e12, "ASUS UM3402", ALC287_FIXUP_CS35L41_I2C_2), SND_PCI_QUIRK(0x1043, 0x1e51, "ASUS Zephyrus M15", ALC294_FIXUP_ASUS_GU502_PINS), @@ -9719,7 +9956,7 @@ SND_PCI_QUIRK(0x10ec, 0x124c, "Intel Reference board", ALC295_FIXUP_CHROME_BOOK), SND_PCI_QUIRK(0x10ec, 0x1252, "Intel Reference board", ALC295_FIXUP_CHROME_BOOK), SND_PCI_QUIRK(0x10ec, 0x1254, "Intel Reference board", ALC295_FIXUP_CHROME_BOOK), - SND_PCI_QUIRK(0x10ec, 0x12cc, "Intel Reference board", ALC225_FIXUP_HEADSET_JACK), + SND_PCI_QUIRK(0x10ec, 0x12cc, "Intel Reference board", ALC295_FIXUP_CHROME_BOOK), SND_PCI_QUIRK(0x10f7, 0x8338, "Panasonic CF-SZ6", ALC269_FIXUP_HEADSET_MODE), SND_PCI_QUIRK(0x144d, 0xc109, "Samsung Ativ book 9 (NP900X3G)", ALC269_FIXUP_INV_DMIC), SND_PCI_QUIRK(0x144d, 0xc169, "Samsung Notebook 9 Pen (NP930SBE-K01US)", ALC298_FIXUP_SAMSUNG_AMP), @@ -9853,14 +10090,14 @@ SND_PCI_QUIRK(0x17aa, 0x22be, "Thinkpad X1 Carbon 8th", ALC285_FIXUP_THINKPAD_HEADSET_JACK), SND_PCI_QUIRK(0x17aa, 0x22c1, "Thinkpad P1 Gen 3", ALC285_FIXUP_THINKPAD_NO_BASS_SPK_HEADSET_JACK), SND_PCI_QUIRK(0x17aa, 0x22c2, "Thinkpad X1 Extreme Gen 3", ALC285_FIXUP_THINKPAD_NO_BASS_SPK_HEADSET_JACK), - SND_PCI_QUIRK(0x17aa, 0x22f1, "Thinkpad", ALC287_FIXUP_CS35L41_I2C_2_THINKPAD_ACPI), - SND_PCI_QUIRK(0x17aa, 0x22f2, "Thinkpad", ALC287_FIXUP_CS35L41_I2C_2_THINKPAD_ACPI), - SND_PCI_QUIRK(0x17aa, 0x22f3, "Thinkpad", ALC287_FIXUP_CS35L41_I2C_2_THINKPAD_ACPI), - SND_PCI_QUIRK(0x17aa, 0x2316, "Thinkpad P1 Gen 6", ALC287_FIXUP_CS35L41_I2C_2_THINKPAD_ACPI), - SND_PCI_QUIRK(0x17aa, 0x2317, "Thinkpad P1 Gen 6", ALC287_FIXUP_CS35L41_I2C_2_THINKPAD_ACPI), - SND_PCI_QUIRK(0x17aa, 0x2318, "Thinkpad Z13 Gen2", ALC287_FIXUP_CS35L41_I2C_2_THINKPAD_ACPI), - SND_PCI_QUIRK(0x17aa, 0x2319, "Thinkpad Z16 Gen2", ALC287_FIXUP_CS35L41_I2C_2_THINKPAD_ACPI), - SND_PCI_QUIRK(0x17aa, 0x231a, "Thinkpad Z16 Gen2", ALC287_FIXUP_CS35L41_I2C_2_THINKPAD_ACPI), + SND_PCI_QUIRK(0x17aa, 0x22f1, "Thinkpad", ALC287_FIXUP_MG_RTKC_CSAMP_CS35L41_I2C_THINKPAD), + SND_PCI_QUIRK(0x17aa, 0x22f2, "Thinkpad", ALC287_FIXUP_MG_RTKC_CSAMP_CS35L41_I2C_THINKPAD), + SND_PCI_QUIRK(0x17aa, 0x22f3, "Thinkpad", ALC287_FIXUP_MG_RTKC_CSAMP_CS35L41_I2C_THINKPAD), + SND_PCI_QUIRK(0x17aa, 0x2316, "Thinkpad P1 Gen 6", ALC287_FIXUP_MG_RTKC_CSAMP_CS35L41_I2C_THINKPAD), + SND_PCI_QUIRK(0x17aa, 0x2317, "Thinkpad P1 Gen 6", ALC287_FIXUP_MG_RTKC_CSAMP_CS35L41_I2C_THINKPAD), + SND_PCI_QUIRK(0x17aa, 0x2318, "Thinkpad Z13 Gen2", ALC287_FIXUP_MG_RTKC_CSAMP_CS35L41_I2C_THINKPAD), + SND_PCI_QUIRK(0x17aa, 0x2319, "Thinkpad Z16 Gen2", ALC287_FIXUP_MG_RTKC_CSAMP_CS35L41_I2C_THINKPAD), + SND_PCI_QUIRK(0x17aa, 0x231a, "Thinkpad Z16 Gen2", ALC287_FIXUP_MG_RTKC_CSAMP_CS35L41_I2C_THINKPAD), SND_PCI_QUIRK(0x17aa, 0x30bb, "ThinkCentre AIO", ALC233_FIXUP_LENOVO_LINE2_MIC_HOTKEY), SND_PCI_QUIRK(0x17aa, 0x30e2, "ThinkCentre AIO", ALC233_FIXUP_LENOVO_LINE2_MIC_HOTKEY), SND_PCI_QUIRK(0x17aa, 0x310c, "ThinkCentre Station", ALC294_FIXUP_LENOVO_MIC_LOCATION), @@ -9873,6 +10110,7 @@ SND_PCI_QUIRK(0x17aa, 0x3178, "ThinkCentre Station", ALC283_FIXUP_HEADSET_MIC), SND_PCI_QUIRK(0x17aa, 0x31af, "ThinkCentre Station", ALC623_FIXUP_LENOVO_THINKSTATION_P340), SND_PCI_QUIRK(0x17aa, 0x3801, "Lenovo Yoga9 14IAP7", ALC287_FIXUP_YOGA9_14IAP7_BASS_SPK_PIN), + SND_PCI_QUIRK(0x17aa, 0x3882, "Lenovo Yoga Pro 7 14APH8", ALC287_FIXUP_YOGA9_14IAP7_BASS_SPK_PIN), SND_PCI_QUIRK(0x17aa, 0x3802, "Lenovo Yoga DuetITL 2021", ALC287_FIXUP_YOGA7_14ITL_SPEAKERS), SND_PCI_QUIRK(0x17aa, 0x3813, "Legion 7i 15IMHG05", ALC287_FIXUP_LEGION_15IMHG05_SPEAKERS), SND_PCI_QUIRK(0x17aa, 0x3818, "Lenovo C940 / Yoga Duet 7", ALC298_FIXUP_LENOVO_C940_DUET7), @@ -9942,8 +10180,10 @@ SND_PCI_QUIRK(0x8086, 0x2074, "Intel NUC 8", ALC233_FIXUP_INTEL_NUC8_DMIC), SND_PCI_QUIRK(0x8086, 0x2080, "Intel NUC 8 Rugged", ALC256_FIXUP_INTEL_NUC8_RUGGED), SND_PCI_QUIRK(0x8086, 0x2081, "Intel NUC 10", ALC256_FIXUP_INTEL_NUC10), - SND_PCI_QUIRK(0x8086, 0x3038, "Intel NUC 13", ALC225_FIXUP_HEADSET_JACK), + SND_PCI_QUIRK(0x8086, 0x3038, "Intel NUC 13", ALC295_FIXUP_CHROME_BOOK), SND_PCI_QUIRK(0xf111, 0x0001, "Framework Laptop", ALC295_FIXUP_FRAMEWORK_LAPTOP_MIC_NO_PRESENCE), + SND_PCI_QUIRK(0xf111, 0x0005, "Framework Laptop", ALC295_FIXUP_FRAMEWORK_LAPTOP_MIC_NO_PRESENCE), + SND_PCI_QUIRK(0xf111, 0x0006, "Framework Laptop", ALC295_FIXUP_FRAMEWORK_LAPTOP_MIC_NO_PRESENCE), #if 0 /* Below is a quirk table taken from the old code. @@ -10424,6 +10664,10 @@ {0x17, 0x90170111}, {0x19, 0x03a11030}, {0x21, 0x03211020}), + SND_HDA_PIN_QUIRK(0x10ec0287, 0x17aa, "Lenovo", ALC287_FIXUP_THINKPAD_I2S_SPK, + {0x17, 0x90170110}, + {0x19, 0x03a11030}, + {0x21, 0x03211020}), SND_HDA_PIN_QUIRK(0x10ec0286, 0x1025, "Acer", ALC286_FIXUP_ACER_AIO_MIC_NO_PRESENCE, {0x12, 0x90a60130}, {0x17, 0x90170110}, @@ -10518,22 +10762,6 @@ {0x12, 0x90a60130}, {0x17, 0x90170110}, {0x21, 0x03211020}), - SND_HDA_PIN_QUIRK(0x10ec0295, 0x1028, "Dell", ALC269_FIXUP_DELL4_MIC_NO_PRESENCE, - {0x14, 0x90170110}, - {0x21, 0x04211020}), - SND_HDA_PIN_QUIRK(0x10ec0295, 0x1028, "Dell", ALC269_FIXUP_DELL4_MIC_NO_PRESENCE, - {0x14, 0x90170110}, - {0x21, 0x04211030}), - SND_HDA_PIN_QUIRK(0x10ec0295, 0x1028, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE, - ALC295_STANDARD_PINS, - {0x17, 0x21014020}, - {0x18, 0x21a19030}), - SND_HDA_PIN_QUIRK(0x10ec0295, 0x1028, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE, - ALC295_STANDARD_PINS, - {0x17, 0x21014040}, - {0x18, 0x21a19050}), - SND_HDA_PIN_QUIRK(0x10ec0295, 0x1028, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE, - ALC295_STANDARD_PINS), SND_HDA_PIN_QUIRK(0x10ec0298, 0x1028, "Dell", ALC298_FIXUP_DELL1_MIC_NO_PRESENCE, ALC298_STANDARD_PINS, {0x17, 0x90170110}), @@ -10577,6 +10805,9 @@ SND_HDA_PIN_QUIRK(0x10ec0289, 0x1028, "Dell", ALC269_FIXUP_DELL4_MIC_NO_PRESENCE, {0x19, 0x40000000}, {0x1b, 0x40000000}), + SND_HDA_PIN_QUIRK(0x10ec0295, 0x1028, "Dell", ALC269_FIXUP_DELL4_MIC_NO_PRESENCE, + {0x19, 0x40000000}, + {0x1b, 0x40000000}), SND_HDA_PIN_QUIRK(0x10ec0256, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE, {0x19, 0x40000000}, {0x1a, 0x40000000}), @@ -10586,6 +10817,8 @@ SND_HDA_PIN_QUIRK(0x10ec0274, 0x1028, "Dell", ALC274_FIXUP_DELL_AIO_LINEOUT_VERB, {0x19, 0x40000000}, {0x1a, 0x40000000}), + SND_HDA_PIN_QUIRK(0x10ec0256, 0x1043, "ASUS", ALC2XX_FIXUP_HEADSET_MIC, + {0x19, 0x40000000}), {} }; @@ -11872,6 +12105,7 @@ SND_PCI_QUIRK(0x17aa, 0x32f7, "Lenovo ThinkCentre M90", ALC897_FIXUP_HEADSET_MIC_PIN), SND_PCI_QUIRK(0x17aa, 0x3321, "Lenovo ThinkCentre M70 Gen4", ALC897_FIXUP_HEADSET_MIC_PIN), SND_PCI_QUIRK(0x17aa, 0x331b, "Lenovo ThinkCentre M90 Gen4", ALC897_FIXUP_HEADSET_MIC_PIN), + SND_PCI_QUIRK(0x17aa, 0x3364, "Lenovo ThinkCentre M90 Gen5", ALC897_FIXUP_HEADSET_MIC_PIN), SND_PCI_QUIRK(0x17aa, 0x3742, "Lenovo TianYi510Pro-14IOB", ALC897_FIXUP_HEADSET_MIC_PIN2), SND_PCI_QUIRK(0x17aa, 0x38af, "Lenovo Ideapad Y550P", ALC662_FIXUP_IDEAPAD), SND_PCI_QUIRK(0x17aa, 0x3a0d, "Lenovo Ideapad Y550", ALC662_FIXUP_IDEAPAD), --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/amd/yc/acp6x-mach.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/amd/yc/acp6x-mach.c @@ -217,12 +217,40 @@ .driver_data = &acp6x_card, .matches = { DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"), + DMI_MATCH(DMI_PRODUCT_NAME, "82TL"), + } + }, + { + .driver_data = &acp6x_card, + .matches = { + DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"), + DMI_MATCH(DMI_PRODUCT_NAME, "82QF"), + } + }, + { + .driver_data = &acp6x_card, + .matches = { + DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"), DMI_MATCH(DMI_PRODUCT_NAME, "82V2"), } }, { .driver_data = &acp6x_card, .matches = { + DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"), + DMI_MATCH(DMI_PRODUCT_NAME, "82YM"), + } + }, + { + .driver_data = &acp6x_card, + .matches = { + DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"), + DMI_MATCH(DMI_PRODUCT_NAME, "82UG"), + } + }, + { + .driver_data = &acp6x_card, + .matches = { DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."), DMI_MATCH(DMI_PRODUCT_NAME, "UM5302TA"), } @@ -258,6 +286,27 @@ { .driver_data = &acp6x_card, .matches = { + DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."), + DMI_MATCH(DMI_PRODUCT_NAME, "E1504FA"), + } + }, + { + .driver_data = &acp6x_card, + .matches = { + DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC."), + DMI_MATCH(DMI_PRODUCT_NAME, "E1504FA"), + } + }, + { + .driver_data = &acp6x_card, + .matches = { + DMI_MATCH(DMI_BOARD_VENDOR, "Micro-Star International Co., Ltd."), + DMI_MATCH(DMI_PRODUCT_NAME, "Bravo 15 B7ED"), + } + }, + { + .driver_data = &acp6x_card, + .matches = { DMI_MATCH(DMI_BOARD_VENDOR, "Alienware"), DMI_MATCH(DMI_PRODUCT_NAME, "Alienware m17 R5 AMD"), } @@ -326,6 +375,13 @@ } }, { + .driver_data = &acp6x_card, + .matches = { + DMI_MATCH(DMI_BOARD_VENDOR, "HP"), + DMI_MATCH(DMI_BOARD_NAME, "8A3E"), + } + }, + { .driver_data = &acp6x_card, .matches = { DMI_MATCH(DMI_BOARD_VENDOR, "MECHREVO"), --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/codecs/Kconfig +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/codecs/Kconfig @@ -1708,6 +1708,7 @@ config SND_SOC_STAC9766 tristate depends on SND_SOC_AC97_BUS + select REGMAP_AC97 config SND_SOC_STI_SAS tristate "codec Audio support for STI SAS codec" --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/codecs/cs35l41-lib.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/codecs/cs35l41-lib.c @@ -74,6 +74,7 @@ case CS35L41_FABID: case CS35L41_RELID: case CS35L41_OTPID: + case CS35L41_SFT_RESET: case CS35L41_TEST_KEY_CTL: case CS35L41_USER_KEY_CTL: case CS35L41_OTP_CTRL0: @@ -1080,28 +1081,32 @@ { 0x00000040, 0x00000033 }, }; -static const struct reg_sequence cs35l41_active_to_safe[] = { +static const struct reg_sequence cs35l41_active_to_safe_start[] = { { 0x00000040, 0x00000055 }, { 0x00000040, 0x000000AA }, { 0x00007438, 0x00585941 }, { CS35L41_PWR_CTRL1, 0x00000000 }, - { 0x0000742C, 0x00000009, 3000 }, + { 0x0000742C, 0x00000009 }, +}; + +static const struct reg_sequence cs35l41_active_to_safe_end[] = { { 0x00007438, 0x00580941 }, { 0x00000040, 0x000000CC }, { 0x00000040, 0x00000033 }, }; -static const struct reg_sequence cs35l41_safe_to_active[] = { +static const struct reg_sequence cs35l41_safe_to_active_start[] = { { 0x00000040, 0x00000055 }, { 0x00000040, 0x000000AA }, { 0x0000742C, 0x0000000F }, { 0x0000742C, 0x00000079 }, { 0x00007438, 0x00585941 }, - { CS35L41_PWR_CTRL1, 0x00000001, 3000 }, // GLOBAL_EN = 1 + { CS35L41_PWR_CTRL1, 0x00000001 }, // GLOBAL_EN = 1 +}; + +static const struct reg_sequence cs35l41_safe_to_active_en_spk[] = { { 0x0000742C, 0x000000F9 }, { 0x00007438, 0x00580941 }, - { 0x00000040, 0x000000CC }, - { 0x00000040, 0x00000033 }, }; static const struct reg_sequence cs35l41_reset_to_safe[] = { @@ -1188,11 +1193,12 @@ } EXPORT_SYMBOL_GPL(cs35l41_safe_reset); -int cs35l41_global_enable(struct regmap *regmap, enum cs35l41_boost_type b_type, int enable, - struct completion *pll_lock) +int cs35l41_global_enable(struct device *dev, struct regmap *regmap, enum cs35l41_boost_type b_type, + int enable, struct completion *pll_lock, bool firmware_running) { int ret; - unsigned int gpio1_func, pad_control, pwr_ctrl1, pwr_ctrl3; + unsigned int gpio1_func, pad_control, pwr_ctrl1, pwr_ctrl3, int_status, pup_pdn_mask; + unsigned int pwr_ctl1_val; struct reg_sequence cs35l41_mdsync_down_seq[] = { {CS35L41_PWR_CTRL3, 0}, {CS35L41_GPIO_PAD_CONTROL, 0}, @@ -1204,6 +1210,20 @@ {CS35L41_PWR_CTRL1, 0x00000001, 3000}, }; + pup_pdn_mask = enable ? CS35L41_PUP_DONE_MASK : CS35L41_PDN_DONE_MASK; + + ret = regmap_read(regmap, CS35L41_PWR_CTRL1, &pwr_ctl1_val); + if (ret) + return ret; + + if ((pwr_ctl1_val & CS35L41_GLOBAL_EN_MASK) && enable) { + dev_dbg(dev, "Cannot set Global Enable - already set.\n"); + return 0; + } else if (!(pwr_ctl1_val & CS35L41_GLOBAL_EN_MASK) && !enable) { + dev_dbg(dev, "Cannot unset Global Enable - not set.\n"); + return 0; + } + switch (b_type) { case CS35L41_SHD_BOOST_ACTV: case CS35L41_SHD_BOOST_PASS: @@ -1224,7 +1244,7 @@ cs35l41_mdsync_down_seq[2].def = pwr_ctrl1; ret = regmap_multi_reg_write(regmap, cs35l41_mdsync_down_seq, ARRAY_SIZE(cs35l41_mdsync_down_seq)); - if (!enable) + if (ret || !enable) break; if (!pll_lock) @@ -1240,20 +1260,85 @@ ret = regmap_multi_reg_write(regmap, cs35l41_mdsync_up_seq, ARRAY_SIZE(cs35l41_mdsync_up_seq)); } + + ret = regmap_read_poll_timeout(regmap, CS35L41_IRQ1_STATUS1, + int_status, int_status & pup_pdn_mask, + 1000, 100000); + if (ret) + dev_err(dev, "Enable(%d) failed: %d\n", enable, ret); + + // Clear PUP/PDN status + regmap_write(regmap, CS35L41_IRQ1_STATUS1, pup_pdn_mask); break; case CS35L41_INT_BOOST: ret = regmap_update_bits(regmap, CS35L41_PWR_CTRL1, CS35L41_GLOBAL_EN_MASK, enable << CS35L41_GLOBAL_EN_SHIFT); - usleep_range(3000, 3100); + if (ret) { + dev_err(dev, "CS35L41_PWR_CTRL1 set failed: %d\n", ret); + return ret; + } + + ret = regmap_read_poll_timeout(regmap, CS35L41_IRQ1_STATUS1, + int_status, int_status & pup_pdn_mask, + 1000, 100000); + if (ret) + dev_err(dev, "Enable(%d) failed: %d\n", enable, ret); + + /* Clear PUP/PDN status */ + regmap_write(regmap, CS35L41_IRQ1_STATUS1, pup_pdn_mask); break; case CS35L41_EXT_BOOST: case CS35L41_EXT_BOOST_NO_VSPK_SWITCH: - if (enable) - ret = regmap_multi_reg_write(regmap, cs35l41_safe_to_active, - ARRAY_SIZE(cs35l41_safe_to_active)); - else - ret = regmap_multi_reg_write(regmap, cs35l41_active_to_safe, - ARRAY_SIZE(cs35l41_active_to_safe)); + if (enable) { + /* Test Key is unlocked here */ + ret = regmap_multi_reg_write(regmap, cs35l41_safe_to_active_start, + ARRAY_SIZE(cs35l41_safe_to_active_start)); + if (ret) + return ret; + + ret = regmap_read_poll_timeout(regmap, CS35L41_IRQ1_STATUS1, int_status, + int_status & CS35L41_PUP_DONE_MASK, 1000, 100000); + if (ret) { + dev_err(dev, "Failed waiting for CS35L41_PUP_DONE_MASK: %d\n", ret); + /* Lock the test key, it was unlocked during the multi_reg_write */ + cs35l41_test_key_lock(dev, regmap); + return ret; + } + regmap_write(regmap, CS35L41_IRQ1_STATUS1, CS35L41_PUP_DONE_MASK); + + if (firmware_running) + ret = cs35l41_set_cspl_mbox_cmd(dev, regmap, + CSPL_MBOX_CMD_SPK_OUT_ENABLE); + else + ret = regmap_multi_reg_write(regmap, cs35l41_safe_to_active_en_spk, + ARRAY_SIZE(cs35l41_safe_to_active_en_spk)); + + /* Lock the test key, it was unlocked during the multi_reg_write */ + cs35l41_test_key_lock(dev, regmap); + } else { + /* Test Key is unlocked here */ + ret = regmap_multi_reg_write(regmap, cs35l41_active_to_safe_start, + ARRAY_SIZE(cs35l41_active_to_safe_start)); + if (ret) { + /* Lock the test key, it was unlocked during the multi_reg_write */ + cs35l41_test_key_lock(dev, regmap); + return ret; + } + + ret = regmap_read_poll_timeout(regmap, CS35L41_IRQ1_STATUS1, int_status, + int_status & CS35L41_PDN_DONE_MASK, 1000, 100000); + if (ret) { + dev_err(dev, "Failed waiting for CS35L41_PDN_DONE_MASK: %d\n", ret); + /* Lock the test key, it was unlocked during the multi_reg_write */ + cs35l41_test_key_lock(dev, regmap); + return ret; + } + regmap_write(regmap, CS35L41_IRQ1_STATUS1, CS35L41_PDN_DONE_MASK); + + /* Test Key is locked here */ + ret = regmap_multi_reg_write(regmap, cs35l41_active_to_safe_end, + ARRAY_SIZE(cs35l41_active_to_safe_end)); + } break; default: ret = -EINVAL; @@ -1344,6 +1429,8 @@ return (sts == CSPL_MBOX_STS_RUNNING); case CSPL_MBOX_CMD_STOP_PRE_REINIT: return (sts == CSPL_MBOX_STS_RDY_FOR_REINIT); + case CSPL_MBOX_CMD_SPK_OUT_ENABLE: + return (sts == CSPL_MBOX_STS_RUNNING); default: return false; } @@ -1373,6 +1460,11 @@ continue; } + if (sts == CSPL_MBOX_STS_ERROR || sts == CSPL_MBOX_STS_ERROR2) { + dev_err(dev, "CSPL Error Detected\n"); + return -EINVAL; + } + if (!cs35l41_check_cspl_mbox_sts(cmd, sts)) dev_dbg(dev, "[%u] cmd %u returned invalid sts %u", i, cmd, sts); else --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/codecs/cs35l41.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/codecs/cs35l41.c @@ -386,10 +386,18 @@ struct cs35l41_private *cs35l41 = data; unsigned int status[4] = { 0, 0, 0, 0 }; unsigned int masks[4] = { 0, 0, 0, 0 }; - int ret = IRQ_NONE; unsigned int i; + int ret; - pm_runtime_get_sync(cs35l41->dev); + ret = pm_runtime_resume_and_get(cs35l41->dev); + if (ret < 0) { + dev_err(cs35l41->dev, + "pm_runtime_resume_and_get failed in %s: %d\n", + __func__, ret); + return IRQ_NONE; + } + + ret = IRQ_NONE; for (i = 0; i < ARRAY_SIZE(status); i++) { regmap_read(cs35l41->regmap, @@ -491,7 +499,6 @@ { struct snd_soc_component *component = snd_soc_dapm_to_component(w->dapm); struct cs35l41_private *cs35l41 = snd_soc_component_get_drvdata(component); - unsigned int val; int ret = 0; switch (event) { @@ -500,21 +507,12 @@ cs35l41_pup_patch, ARRAY_SIZE(cs35l41_pup_patch)); - cs35l41_global_enable(cs35l41->regmap, cs35l41->hw_cfg.bst_type, 1, - &cs35l41->pll_lock); + ret = cs35l41_global_enable(cs35l41->dev, cs35l41->regmap, cs35l41->hw_cfg.bst_type, + 1, &cs35l41->pll_lock, cs35l41->dsp.cs_dsp.running); break; case SND_SOC_DAPM_POST_PMD: - cs35l41_global_enable(cs35l41->regmap, cs35l41->hw_cfg.bst_type, 0, - &cs35l41->pll_lock); - - ret = regmap_read_poll_timeout(cs35l41->regmap, CS35L41_IRQ1_STATUS1, - val, val & CS35L41_PDN_DONE_MASK, - 1000, 100000); - if (ret) - dev_warn(cs35l41->dev, "PDN failed: %d\n", ret); - - regmap_write(cs35l41->regmap, CS35L41_IRQ1_STATUS1, - CS35L41_PDN_DONE_MASK); + ret = cs35l41_global_enable(cs35l41->dev, cs35l41->regmap, cs35l41->hw_cfg.bst_type, + 0, &cs35l41->pll_lock, cs35l41->dsp.cs_dsp.running); regmap_multi_reg_write_bypassed(cs35l41->regmap, cs35l41_pdn_patch, @@ -1283,6 +1281,8 @@ regmap_update_bits(cs35l41->regmap, CS35L41_IRQ1_MASK3, CS35L41_INT3_PLL_LOCK_MASK, 0 << CS35L41_INT3_PLL_LOCK_SHIFT); + init_completion(&cs35l41->pll_lock); + ret = devm_request_threaded_irq(cs35l41->dev, cs35l41->irq, NULL, cs35l41_irq, IRQF_ONESHOT | IRQF_SHARED | irq_pol, "cs35l41", cs35l41); @@ -1305,8 +1305,6 @@ if (ret < 0) goto err; - init_completion(&cs35l41->pll_lock); - pm_runtime_set_autosuspend_delay(cs35l41->dev, 3000); pm_runtime_use_autosuspend(cs35l41->dev); pm_runtime_mark_last_busy(cs35l41->dev); @@ -1330,6 +1328,7 @@ return 0; err_pm: + pm_runtime_dont_use_autosuspend(cs35l41->dev); pm_runtime_disable(cs35l41->dev); pm_runtime_put_noidle(cs35l41->dev); @@ -1346,6 +1345,7 @@ void cs35l41_remove(struct cs35l41_private *cs35l41) { pm_runtime_get_sync(cs35l41->dev); + pm_runtime_dont_use_autosuspend(cs35l41->dev); pm_runtime_disable(cs35l41->dev); regmap_write(cs35l41->regmap, CS35L41_IRQ1_MASK1, 0xFFFFFFFF); --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/codecs/cs35l56-i2c.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/codecs/cs35l56-i2c.c @@ -27,7 +27,6 @@ return -ENOMEM; cs35l56->dev = dev; - cs35l56->can_hibernate = true; i2c_set_clientdata(client, cs35l56); cs35l56->regmap = devm_regmap_init_i2c(client, regmap_config); --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/codecs/cs35l56.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/codecs/cs35l56.c @@ -879,7 +879,7 @@ mutex_lock(&cs35l56->irq_lock); - init_completion(&cs35l56->init_completion); + reinit_completion(&cs35l56->init_completion); cs35l56_system_reset(cs35l56); @@ -1594,6 +1594,7 @@ flush_workqueue(cs35l56->dsp_wq); destroy_workqueue(cs35l56->dsp_wq); + pm_runtime_dont_use_autosuspend(cs35l56->dev); pm_runtime_suspend(cs35l56->dev); pm_runtime_disable(cs35l56->dev); --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/codecs/cs42l42-sdw.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/codecs/cs42l42-sdw.c @@ -6,6 +6,7 @@ #include #include +#include #include #include #include @@ -344,6 +345,16 @@ switch (status) { case SDW_SLAVE_ATTACHED: dev_dbg(cs42l42->dev, "ATTACHED\n"); + + /* + * The SoundWire core can report stale ATTACH notifications + * if we hard-reset CS42L42 in probe() but it had already been + * enumerated. Reject the ATTACH if we haven't yet seen an + * UNATTACH report for the device being in reset. + */ + if (cs42l42->sdw_waiting_first_unattach) + break; + /* * Initialise codec, this only needs to be done once. * When resuming from suspend, resume callback will handle re-init of codec, @@ -354,6 +365,16 @@ break; case SDW_SLAVE_UNATTACHED: dev_dbg(cs42l42->dev, "UNATTACHED\n"); + + if (cs42l42->sdw_waiting_first_unattach) { + /* + * SoundWire core has seen that CS42L42 is not on + * the bus so release RESET and wait for ATTACH. + */ + cs42l42->sdw_waiting_first_unattach = false; + gpiod_set_value_cansleep(cs42l42->reset_gpio, 1); + } + break; default: break; --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/codecs/cs42l42.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/codecs/cs42l42.c @@ -2320,7 +2320,26 @@ if (cs42l42->reset_gpio) { dev_dbg(cs42l42->dev, "Found reset GPIO\n"); - gpiod_set_value_cansleep(cs42l42->reset_gpio, 1); + + /* + * ACPI can override the default GPIO state we requested + * so ensure that we start with RESET low. + */ + gpiod_set_value_cansleep(cs42l42->reset_gpio, 0); + + /* Ensure minimum reset pulse width */ + usleep_range(10, 500); + + /* + * On SoundWire keep the chip in reset until we get an UNATTACH + * notification from the SoundWire core. This acts as a + * synchronization point to reject stale ATTACH notifications + * if the chip was already enumerated before we reset it. + */ + if (cs42l42->sdw_peripheral) + cs42l42->sdw_waiting_first_unattach = true; + else + gpiod_set_value_cansleep(cs42l42->reset_gpio, 1); } usleep_range(CS42L42_BOOT_TIME_US, CS42L42_BOOT_TIME_US * 2); --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/codecs/cs42l42.h +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/codecs/cs42l42.h @@ -53,6 +53,7 @@ u8 stream_use; bool hp_adc_up_pending; bool suspended; + bool sdw_waiting_first_unattach; bool init_done; }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/codecs/cs43130.h +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/codecs/cs43130.h @@ -381,88 +381,88 @@ /* frm_size = 16 */ static const struct cs43130_clk_gen cs43130_16_clk_gen[] = { - { 22579200, 32000, .v = { 441, 10, }, }, - { 22579200, 44100, .v = { 32, 1, }, }, - { 22579200, 48000, .v = { 147, 5, }, }, - { 22579200, 88200, .v = { 16, 1, }, }, - { 22579200, 96000, .v = { 147, 10, }, }, - { 22579200, 176400, .v = { 8, 1, }, }, - { 22579200, 192000, .v = { 147, 20, }, }, - { 22579200, 352800, .v = { 4, 1, }, }, - { 22579200, 384000, .v = { 147, 40, }, }, - { 24576000, 32000, .v = { 48, 1, }, }, - { 24576000, 44100, .v = { 5120, 147, }, }, - { 24576000, 48000, .v = { 32, 1, }, }, - { 24576000, 88200, .v = { 2560, 147, }, }, - { 24576000, 96000, .v = { 16, 1, }, }, - { 24576000, 176400, .v = { 1280, 147, }, }, - { 24576000, 192000, .v = { 8, 1, }, }, - { 24576000, 352800, .v = { 640, 147, }, }, - { 24576000, 384000, .v = { 4, 1, }, }, + { 22579200, 32000, .v = { 10, 441, }, }, + { 22579200, 44100, .v = { 1, 32, }, }, + { 22579200, 48000, .v = { 5, 147, }, }, + { 22579200, 88200, .v = { 1, 16, }, }, + { 22579200, 96000, .v = { 10, 147, }, }, + { 22579200, 176400, .v = { 1, 8, }, }, + { 22579200, 192000, .v = { 20, 147, }, }, + { 22579200, 352800, .v = { 1, 4, }, }, + { 22579200, 384000, .v = { 40, 147, }, }, + { 24576000, 32000, .v = { 1, 48, }, }, + { 24576000, 44100, .v = { 147, 5120, }, }, + { 24576000, 48000, .v = { 1, 32, }, }, + { 24576000, 88200, .v = { 147, 2560, }, }, + { 24576000, 96000, .v = { 1, 16, }, }, + { 24576000, 176400, .v = { 147, 1280, }, }, + { 24576000, 192000, .v = { 1, 8, }, }, + { 24576000, 352800, .v = { 147, 640, }, }, + { 24576000, 384000, .v = { 1, 4, }, }, }; /* frm_size = 32 */ static const struct cs43130_clk_gen cs43130_32_clk_gen[] = { - { 22579200, 32000, .v = { 441, 20, }, }, - { 22579200, 44100, .v = { 16, 1, }, }, - { 22579200, 48000, .v = { 147, 10, }, }, - { 22579200, 88200, .v = { 8, 1, }, }, - { 22579200, 96000, .v = { 147, 20, }, }, - { 22579200, 176400, .v = { 4, 1, }, }, - { 22579200, 192000, .v = { 147, 40, }, }, - { 22579200, 352800, .v = { 2, 1, }, }, - { 22579200, 384000, .v = { 147, 80, }, }, - { 24576000, 32000, .v = { 24, 1, }, }, - { 24576000, 44100, .v = { 2560, 147, }, }, - { 24576000, 48000, .v = { 16, 1, }, }, - { 24576000, 88200, .v = { 1280, 147, }, }, - { 24576000, 96000, .v = { 8, 1, }, }, - { 24576000, 176400, .v = { 640, 147, }, }, - { 24576000, 192000, .v = { 4, 1, }, }, - { 24576000, 352800, .v = { 320, 147, }, }, - { 24576000, 384000, .v = { 2, 1, }, }, + { 22579200, 32000, .v = { 20, 441, }, }, + { 22579200, 44100, .v = { 1, 16, }, }, + { 22579200, 48000, .v = { 10, 147, }, }, + { 22579200, 88200, .v = { 1, 8, }, }, + { 22579200, 96000, .v = { 20, 147, }, }, + { 22579200, 176400, .v = { 1, 4, }, }, + { 22579200, 192000, .v = { 40, 147, }, }, + { 22579200, 352800, .v = { 1, 2, }, }, + { 22579200, 384000, .v = { 80, 147, }, }, + { 24576000, 32000, .v = { 1, 24, }, }, + { 24576000, 44100, .v = { 147, 2560, }, }, + { 24576000, 48000, .v = { 1, 16, }, }, + { 24576000, 88200, .v = { 147, 1280, }, }, + { 24576000, 96000, .v = { 1, 8, }, }, + { 24576000, 176400, .v = { 147, 640, }, }, + { 24576000, 192000, .v = { 1, 4, }, }, + { 24576000, 352800, .v = { 147, 320, }, }, + { 24576000, 384000, .v = { 1, 2, }, }, }; /* frm_size = 48 */ static const struct cs43130_clk_gen cs43130_48_clk_gen[] = { - { 22579200, 32000, .v = { 147, 100, }, }, - { 22579200, 44100, .v = { 32, 3, }, }, - { 22579200, 48000, .v = { 49, 5, }, }, - { 22579200, 88200, .v = { 16, 3, }, }, - { 22579200, 96000, .v = { 49, 10, }, }, - { 22579200, 176400, .v = { 8, 3, }, }, - { 22579200, 192000, .v = { 49, 20, }, }, - { 22579200, 352800, .v = { 4, 3, }, }, - { 22579200, 384000, .v = { 49, 40, }, }, - { 24576000, 32000, .v = { 16, 1, }, }, - { 24576000, 44100, .v = { 5120, 441, }, }, - { 24576000, 48000, .v = { 32, 3, }, }, - { 24576000, 88200, .v = { 2560, 441, }, }, - { 24576000, 96000, .v = { 16, 3, }, }, - { 24576000, 176400, .v = { 1280, 441, }, }, - { 24576000, 192000, .v = { 8, 3, }, }, - { 24576000, 352800, .v = { 640, 441, }, }, - { 24576000, 384000, .v = { 4, 3, }, }, + { 22579200, 32000, .v = { 100, 147, }, }, + { 22579200, 44100, .v = { 3, 32, }, }, + { 22579200, 48000, .v = { 5, 49, }, }, + { 22579200, 88200, .v = { 3, 16, }, }, + { 22579200, 96000, .v = { 10, 49, }, }, + { 22579200, 176400, .v = { 3, 8, }, }, + { 22579200, 192000, .v = { 20, 49, }, }, + { 22579200, 352800, .v = { 3, 4, }, }, + { 22579200, 384000, .v = { 40, 49, }, }, + { 24576000, 32000, .v = { 1, 16, }, }, + { 24576000, 44100, .v = { 441, 5120, }, }, + { 24576000, 48000, .v = { 3, 32, }, }, + { 24576000, 88200, .v = { 441, 2560, }, }, + { 24576000, 96000, .v = { 3, 16, }, }, + { 24576000, 176400, .v = { 441, 1280, }, }, + { 24576000, 192000, .v = { 3, 8, }, }, + { 24576000, 352800, .v = { 441, 640, }, }, + { 24576000, 384000, .v = { 3, 4, }, }, }; /* frm_size = 64 */ static const struct cs43130_clk_gen cs43130_64_clk_gen[] = { - { 22579200, 32000, .v = { 441, 40, }, }, - { 22579200, 44100, .v = { 8, 1, }, }, - { 22579200, 48000, .v = { 147, 20, }, }, - { 22579200, 88200, .v = { 4, 1, }, }, - { 22579200, 96000, .v = { 147, 40, }, }, - { 22579200, 176400, .v = { 2, 1, }, }, - { 22579200, 192000, .v = { 147, 80, }, }, + { 22579200, 32000, .v = { 40, 441, }, }, + { 22579200, 44100, .v = { 1, 8, }, }, + { 22579200, 48000, .v = { 20, 147, }, }, + { 22579200, 88200, .v = { 1, 4, }, }, + { 22579200, 96000, .v = { 40, 147, }, }, + { 22579200, 176400, .v = { 1, 2, }, }, + { 22579200, 192000, .v = { 80, 147, }, }, { 22579200, 352800, .v = { 1, 1, }, }, - { 24576000, 32000, .v = { 12, 1, }, }, - { 24576000, 44100, .v = { 1280, 147, }, }, - { 24576000, 48000, .v = { 8, 1, }, }, - { 24576000, 88200, .v = { 640, 147, }, }, - { 24576000, 96000, .v = { 4, 1, }, }, - { 24576000, 176400, .v = { 320, 147, }, }, - { 24576000, 192000, .v = { 2, 1, }, }, - { 24576000, 352800, .v = { 160, 147, }, }, + { 24576000, 32000, .v = { 1, 12, }, }, + { 24576000, 44100, .v = { 147, 1280, }, }, + { 24576000, 48000, .v = { 1, 8, }, }, + { 24576000, 88200, .v = { 147, 640, }, }, + { 24576000, 96000, .v = { 1, 4, }, }, + { 24576000, 176400, .v = { 147, 320, }, }, + { 24576000, 192000, .v = { 1, 2, }, }, + { 24576000, 352800, .v = { 147, 160, }, }, { 24576000, 384000, .v = { 1, 1, }, }, }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/codecs/da7219-aad.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/codecs/da7219-aad.c @@ -59,9 +59,6 @@ bool micbias_up = false; int retries = 0; - /* Disable ground switch */ - snd_soc_component_update_bits(component, 0xFB, 0x01, 0x00); - /* Drive headphones/lineout */ snd_soc_component_update_bits(component, DA7219_HP_L_CTRL, DA7219_HP_L_AMP_OE_MASK, @@ -155,9 +152,6 @@ tonegen_freq_hptest = cpu_to_le16(DA7219_AAD_HPTEST_RAMP_FREQ_INT_OSC); } - /* Disable ground switch */ - snd_soc_component_update_bits(component, 0xFB, 0x01, 0x00); - /* Ensure gain ramping at fastest rate */ gain_ramp_ctrl = snd_soc_component_read(component, DA7219_GAIN_RAMP_CTRL); snd_soc_component_write(component, DA7219_GAIN_RAMP_CTRL, DA7219_GAIN_RAMP_RATE_X8); @@ -421,6 +415,11 @@ * handle a removal, and we can check at the end of * hptest if we have a valid result or not. */ + + cancel_delayed_work_sync(&da7219_aad->jack_det_work); + /* Disable ground switch */ + snd_soc_component_update_bits(component, 0xFB, 0x01, 0x00); + if (statusa & DA7219_JACK_TYPE_STS_MASK) { report |= SND_JACK_HEADSET; mask |= SND_JACK_HEADSET | SND_JACK_LINEOUT; --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/codecs/hdmi-codec.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/codecs/hdmi-codec.c @@ -531,7 +531,10 @@ hp->sample_rate = sample_rate; hp->channels = channels; - hcp->chmap_idx = idx; + if (pcm_audio) + hcp->chmap_idx = ca_id; + else + hcp->chmap_idx = HDMI_CODEC_CHMAP_IDX_UNKNOWN; return 0; } @@ -892,18 +895,13 @@ void *data) { struct hdmi_codec_priv *hcp = snd_soc_component_get_drvdata(component); - int ret = -ENOTSUPP; if (hcp->hcd.ops->hook_plugged_cb) { hcp->jack = jack; - ret = hcp->hcd.ops->hook_plugged_cb(component->dev->parent, - hcp->hcd.data, - plugged_cb, - component->dev); - if (ret) - hcp->jack = NULL; + return 0; } - return ret; + + return -ENOTSUPP; } static int hdmi_dai_spdif_probe(struct snd_soc_dai *dai) @@ -979,6 +977,21 @@ return ret; } +static int hdmi_probe(struct snd_soc_component *component) +{ + struct hdmi_codec_priv *hcp = snd_soc_component_get_drvdata(component); + int ret = 0; + + if (hcp->hcd.ops->hook_plugged_cb) { + ret = hcp->hcd.ops->hook_plugged_cb(component->dev->parent, + hcp->hcd.data, + plugged_cb, + component->dev); + } + + return ret; +} + static void hdmi_remove(struct snd_soc_component *component) { struct hdmi_codec_priv *hcp = snd_soc_component_get_drvdata(component); @@ -989,6 +1002,7 @@ } static const struct snd_soc_component_driver hdmi_driver = { + .probe = hdmi_probe, .remove = hdmi_remove, .dapm_widgets = hdmi_widgets, .num_dapm_widgets = ARRAY_SIZE(hdmi_widgets), --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/codecs/lpass-tx-macro.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/codecs/lpass-tx-macro.c @@ -2021,6 +2021,11 @@ tx->dev = dev; + /* Set active_decimator default value */ + tx->active_decimator[TX_MACRO_AIF1_CAP] = -1; + tx->active_decimator[TX_MACRO_AIF2_CAP] = -1; + tx->active_decimator[TX_MACRO_AIF3_CAP] = -1; + /* set MCLK and NPL rates */ clk_set_rate(tx->mclk, MCLK_FREQ); clk_set_rate(tx->npl, MCLK_FREQ); --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/codecs/lpass-wsa-macro.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/codecs/lpass-wsa-macro.c @@ -1685,6 +1685,9 @@ boost_path_cfg1 = CDC_WSA_RX1_RX_PATH_CFG1; reg = CDC_WSA_RX1_RX_PATH_CTL; reg_mix = CDC_WSA_RX1_RX_PATH_MIX_CTL; + } else { + dev_warn(component->dev, "Incorrect widget name in the driver\n"); + return -EINVAL; } switch (event) { --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/codecs/rt5640.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/codecs/rt5640.c @@ -2404,13 +2404,11 @@ struct rt5640_priv *rt5640 = data; int delay = 0; - if (rt5640->jd_src == RT5640_JD_SRC_HDA_HEADER) { - cancel_delayed_work_sync(&rt5640->jack_work); + if (rt5640->jd_src == RT5640_JD_SRC_HDA_HEADER) delay = 100; - } if (rt5640->jack) - queue_delayed_work(system_long_wq, &rt5640->jack_work, delay); + mod_delayed_work(system_long_wq, &rt5640->jack_work, delay); return IRQ_HANDLED; } @@ -2566,12 +2564,11 @@ if (jack_data && jack_data->use_platform_clock) rt5640->use_platform_clock = jack_data->use_platform_clock; - ret = devm_request_threaded_irq(component->dev, rt5640->irq, - NULL, rt5640_irq, - IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING | IRQF_ONESHOT, - "rt5640", rt5640); + ret = request_irq(rt5640->irq, rt5640_irq, + IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING | IRQF_ONESHOT, + "rt5640", rt5640); if (ret) { - dev_warn(component->dev, "Failed to reguest IRQ %d: %d\n", rt5640->irq, ret); + dev_warn(component->dev, "Failed to request IRQ %d: %d\n", rt5640->irq, ret); rt5640_disable_jack_detect(component); return; } @@ -2622,14 +2619,14 @@ rt5640->jack = jack; - ret = devm_request_threaded_irq(component->dev, rt5640->irq, - NULL, rt5640_irq, IRQF_TRIGGER_RISING | IRQF_ONESHOT, - "rt5640", rt5640); + ret = request_irq(rt5640->irq, rt5640_irq, + IRQF_TRIGGER_RISING | IRQF_ONESHOT, "rt5640", rt5640); if (ret) { - dev_warn(component->dev, "Failed to reguest IRQ %d: %d\n", rt5640->irq, ret); - rt5640->irq = -ENXIO; + dev_warn(component->dev, "Failed to request IRQ %d: %d\n", rt5640->irq, ret); + rt5640->jack = NULL; return; } + rt5640->irq_requested = true; /* sync initial jack state */ queue_delayed_work(system_long_wq, &rt5640->jack_work, 0); @@ -2802,12 +2799,12 @@ { struct rt5640_priv *rt5640 = snd_soc_component_get_drvdata(component); - if (rt5640->irq) { + if (rt5640->jack) { /* disable jack interrupts during system suspend */ disable_irq(rt5640->irq); + rt5640_cancel_work(rt5640); } - rt5640_cancel_work(rt5640); snd_soc_component_force_bias_level(component, SND_SOC_BIAS_OFF); rt5640_reset(component); regcache_cache_only(rt5640->regmap, true); @@ -2830,9 +2827,6 @@ regcache_cache_only(rt5640->regmap, false); regcache_sync(rt5640->regmap); - if (rt5640->irq) - enable_irq(rt5640->irq); - if (rt5640->jack) { if (rt5640->jd_src == RT5640_JD_SRC_HDA_HEADER) { snd_soc_component_update_bits(component, @@ -2860,6 +2854,7 @@ } } + enable_irq(rt5640->irq); queue_delayed_work(system_long_wq, &rt5640->jack_work, 0); } --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/codecs/rt5645.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/codecs/rt5645.c @@ -3251,6 +3251,8 @@ RT5645_GP1_PIN_IRQ, RT5645_GP1_PIN_IRQ); regmap_update_bits(rt5645->regmap, RT5645_GEN_CTRL1, RT5645_DIG_GATE_CTRL, RT5645_DIG_GATE_CTRL); + regmap_update_bits(rt5645->regmap, RT5645_DEPOP_M1, + RT5645_HP_CB_MASK, RT5645_HP_CB_PU); } rt5645_irq(0, rt5645); --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/codecs/tas2780.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/codecs/tas2780.c @@ -39,7 +39,7 @@ usleep_range(2000, 2050); } - snd_soc_component_write(tas2780->component, TAS2780_SW_RST, + ret = snd_soc_component_write(tas2780->component, TAS2780_SW_RST, TAS2780_RST); if (ret) dev_err(tas2780->dev, "%s:errCode:0x%x Reset error!\n", --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/codecs/tlv320adc3xxx.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/codecs/tlv320adc3xxx.c @@ -293,7 +293,7 @@ #define ADC3XXX_BYPASS_RPGA 0x80 /* MICBIAS control bits */ -#define ADC3XXX_MICBIAS_MASK 0x2 +#define ADC3XXX_MICBIAS_MASK 0x3 #define ADC3XXX_MICBIAS1_SHIFT 5 #define ADC3XXX_MICBIAS2_SHIFT 3 @@ -1099,7 +1099,7 @@ unsigned int val; if (!of_property_read_u32(np, propname, &val)) { - if (val >= ADC3XXX_MICBIAS_AVDD) { + if (val > ADC3XXX_MICBIAS_AVDD) { dev_err(dev, "Invalid property value for '%s'\n", propname); return -EINVAL; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/codecs/wcd938x-sdw.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/codecs/wcd938x-sdw.c @@ -1278,7 +1278,31 @@ pm_runtime_set_active(dev); pm_runtime_enable(dev); - return component_add(dev, &wcd938x_sdw_component_ops); + ret = component_add(dev, &wcd938x_sdw_component_ops); + if (ret) + goto err_disable_rpm; + + return 0; + +err_disable_rpm: + pm_runtime_disable(dev); + pm_runtime_set_suspended(dev); + pm_runtime_dont_use_autosuspend(dev); + + return ret; +} + +static int wcd9380_remove(struct sdw_slave *pdev) +{ + struct device *dev = &pdev->dev; + + component_del(dev, &wcd938x_sdw_component_ops); + + pm_runtime_disable(dev); + pm_runtime_set_suspended(dev); + pm_runtime_dont_use_autosuspend(dev); + + return 0; } static const struct sdw_device_id wcd9380_slave_id[] = { @@ -1320,6 +1344,7 @@ static struct sdw_driver wcd9380_codec_driver = { .probe = wcd9380_probe, + .remove = wcd9380_remove, .ops = &wcd9380_slave_ops, .id_table = wcd9380_slave_id, .driver = { --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/codecs/wcd938x.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/codecs/wcd938x.c @@ -3325,8 +3325,10 @@ return dev_err_probe(dev, ret, "Failed to get supplies\n"); ret = regulator_bulk_enable(WCD938X_MAX_SUPPLY, wcd938x->supplies); - if (ret) + if (ret) { + regulator_bulk_free(WCD938X_MAX_SUPPLY, wcd938x->supplies); return dev_err_probe(dev, ret, "Failed to enable supplies\n"); + } wcd938x_dt_parse_micbias_info(dev, wcd938x); @@ -3435,7 +3437,8 @@ wcd938x->rxdev = wcd938x_sdw_device_get(wcd938x->rxnode); if (!wcd938x->rxdev) { dev_err(dev, "could not find slave with matching of node\n"); - return -EINVAL; + ret = -EINVAL; + goto err_unbind; } wcd938x->sdw_priv[AIF1_PB] = dev_get_drvdata(wcd938x->rxdev); wcd938x->sdw_priv[AIF1_PB]->wcd938x = wcd938x; @@ -3443,46 +3446,47 @@ wcd938x->txdev = wcd938x_sdw_device_get(wcd938x->txnode); if (!wcd938x->txdev) { dev_err(dev, "could not find txslave with matching of node\n"); - return -EINVAL; + ret = -EINVAL; + goto err_put_rxdev; } wcd938x->sdw_priv[AIF1_CAP] = dev_get_drvdata(wcd938x->txdev); wcd938x->sdw_priv[AIF1_CAP]->wcd938x = wcd938x; wcd938x->tx_sdw_dev = dev_to_sdw_dev(wcd938x->txdev); - if (!wcd938x->tx_sdw_dev) { - dev_err(dev, "could not get txslave with matching of dev\n"); - return -EINVAL; - } /* As TX is main CSR reg interface, which should not be suspended first. * expicilty add the dependency link */ if (!device_link_add(wcd938x->rxdev, wcd938x->txdev, DL_FLAG_STATELESS | DL_FLAG_PM_RUNTIME)) { dev_err(dev, "could not devlink tx and rx\n"); - return -EINVAL; + ret = -EINVAL; + goto err_put_txdev; } if (!device_link_add(dev, wcd938x->txdev, DL_FLAG_STATELESS | DL_FLAG_PM_RUNTIME)) { dev_err(dev, "could not devlink wcd and tx\n"); - return -EINVAL; + ret = -EINVAL; + goto err_remove_rxtx_link; } if (!device_link_add(dev, wcd938x->rxdev, DL_FLAG_STATELESS | DL_FLAG_PM_RUNTIME)) { dev_err(dev, "could not devlink wcd and rx\n"); - return -EINVAL; + ret = -EINVAL; + goto err_remove_tx_link; } wcd938x->regmap = dev_get_regmap(&wcd938x->tx_sdw_dev->dev, NULL); if (!wcd938x->regmap) { dev_err(dev, "could not get TX device regmap\n"); - return -EINVAL; + ret = -EINVAL; + goto err_remove_rx_link; } ret = wcd938x_irq_init(wcd938x, dev); if (ret) { dev_err(dev, "%s: IRQ init failed: %d\n", __func__, ret); - return ret; + goto err_remove_rx_link; } wcd938x->sdw_priv[AIF1_PB]->slave_irq = wcd938x->virq; @@ -3491,27 +3495,45 @@ ret = wcd938x_set_micbias_data(wcd938x); if (ret < 0) { dev_err(dev, "%s: bad micbias pdata\n", __func__); - return ret; + goto err_remove_rx_link; } ret = snd_soc_register_component(dev, &soc_codec_dev_wcd938x, wcd938x_dais, ARRAY_SIZE(wcd938x_dais)); - if (ret) + if (ret) { dev_err(dev, "%s: Codec registration failed\n", __func__); + goto err_remove_rx_link; + } - return ret; + return 0; +err_remove_rx_link: + device_link_remove(dev, wcd938x->rxdev); +err_remove_tx_link: + device_link_remove(dev, wcd938x->txdev); +err_remove_rxtx_link: + device_link_remove(wcd938x->rxdev, wcd938x->txdev); +err_put_txdev: + put_device(wcd938x->txdev); +err_put_rxdev: + put_device(wcd938x->rxdev); +err_unbind: + component_unbind_all(dev, wcd938x); + + return ret; } static void wcd938x_unbind(struct device *dev) { struct wcd938x_priv *wcd938x = dev_get_drvdata(dev); + snd_soc_unregister_component(dev); device_link_remove(dev, wcd938x->txdev); device_link_remove(dev, wcd938x->rxdev); device_link_remove(wcd938x->rxdev, wcd938x->txdev); - snd_soc_unregister_component(dev); + put_device(wcd938x->txdev); + put_device(wcd938x->rxdev); component_unbind_all(dev, wcd938x); } @@ -3572,13 +3594,13 @@ ret = wcd938x_add_slave_components(wcd938x, dev, &match); if (ret) - return ret; + goto err_disable_regulators; wcd938x_reset(wcd938x); ret = component_master_add_with_match(dev, &wcd938x_comp_ops, match); if (ret) - return ret; + goto err_disable_regulators; pm_runtime_set_autosuspend_delay(dev, 1000); pm_runtime_use_autosuspend(dev); @@ -3588,11 +3610,27 @@ pm_runtime_idle(dev); return 0; + +err_disable_regulators: + regulator_bulk_disable(WCD938X_MAX_SUPPLY, wcd938x->supplies); + regulator_bulk_free(WCD938X_MAX_SUPPLY, wcd938x->supplies); + + return ret; } static void wcd938x_remove(struct platform_device *pdev) { - component_master_del(&pdev->dev, &wcd938x_comp_ops); + struct device *dev = &pdev->dev; + struct wcd938x_priv *wcd938x = dev_get_drvdata(dev); + + component_master_del(dev, &wcd938x_comp_ops); + + pm_runtime_disable(dev); + pm_runtime_set_suspended(dev); + pm_runtime_dont_use_autosuspend(dev); + + regulator_bulk_disable(WCD938X_MAX_SUPPLY, wcd938x->supplies); + regulator_bulk_free(WCD938X_MAX_SUPPLY, wcd938x->supplies); } #if defined(CONFIG_OF) --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/codecs/wm_adsp.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/codecs/wm_adsp.c @@ -687,7 +687,10 @@ struct wm_coeff_ctl *ctl; int ret; + mutex_lock(&dsp->cs_dsp.pwr_lock); ret = cs_dsp_coeff_write_ctrl(cs_ctl, 0, buf, len); + mutex_unlock(&dsp->cs_dsp.pwr_lock); + if (ret < 0) return ret; @@ -703,8 +706,14 @@ int wm_adsp_read_ctl(struct wm_adsp *dsp, const char *name, int type, unsigned int alg, void *buf, size_t len) { - return cs_dsp_coeff_read_ctrl(cs_dsp_get_ctl(&dsp->cs_dsp, name, type, alg), - 0, buf, len); + int ret; + + mutex_lock(&dsp->cs_dsp.pwr_lock); + ret = cs_dsp_coeff_read_ctrl(cs_dsp_get_ctl(&dsp->cs_dsp, name, type, alg), + 0, buf, len); + mutex_unlock(&dsp->cs_dsp.pwr_lock); + + return ret; } EXPORT_SYMBOL_GPL(wm_adsp_read_ctl); @@ -1434,12 +1443,12 @@ ret = wm_adsp_buffer_read(buf, caps->region_defs[i].base_offset, ®ion->base_addr); if (ret < 0) - return ret; + goto err; ret = wm_adsp_buffer_read(buf, caps->region_defs[i].size_offset, &offset); if (ret < 0) - return ret; + goto err; region->cumulative_size = offset; @@ -1450,6 +1459,10 @@ } return 0; + +err: + kfree(buf->regions); + return ret; } static void wm_adsp_buffer_clear(struct wm_adsp_compr_buf *buf) --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/codecs/wsa883x.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/codecs/wsa883x.c @@ -1203,9 +1203,6 @@ break; } - snd_soc_component_write_field(component, WSA883X_DRE_CTL_1, - WSA883X_DRE_GAIN_EN_MASK, - WSA883X_DRE_GAIN_FROM_CSR); if (wsa883x->port_enable[WSA883X_PORT_COMP]) snd_soc_component_write_field(component, WSA883X_DRE_CTL_0, WSA883X_DRE_OFFSET_MASK, @@ -1218,9 +1215,6 @@ snd_soc_component_write_field(component, WSA883X_PDM_WD_CTL, WSA883X_PDM_EN_MASK, WSA883X_PDM_ENABLE); - snd_soc_component_write_field(component, WSA883X_PA_FSM_CTL, - WSA883X_GLOBAL_PA_EN_MASK, - WSA883X_GLOBAL_PA_ENABLE); break; case SND_SOC_DAPM_PRE_PMD: @@ -1346,6 +1340,7 @@ .hw_free = wsa883x_hw_free, .mute_stream = wsa883x_digital_mute, .set_stream = wsa883x_set_sdw_stream, + .mute_unmute_on_trigger = true, }; static struct snd_soc_dai_driver wsa883x_dais[] = { --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/fsl/fsl-asoc-card.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/fsl/fsl-asoc-card.c @@ -41,6 +41,7 @@ /** * struct codec_priv - CODEC private data + * @mclk: Main clock of the CODEC * @mclk_freq: Clock rate of MCLK * @free_freq: Clock rate of MCLK for hw_free() * @mclk_id: MCLK (or main clock) id for set_sysclk() @@ -52,8 +53,8 @@ unsigned long mclk_freq; unsigned long free_freq; u32 mclk_id; - u32 fll_id; - u32 pll_id; + int fll_id; + int pll_id; }; /** @@ -206,7 +207,7 @@ } /* Specific configuration for PLL */ - if (codec_priv->pll_id && codec_priv->fll_id) { + if (codec_priv->pll_id >= 0 && codec_priv->fll_id >= 0) { if (priv->sample_format == SNDRV_PCM_FORMAT_S24_LE) pll_out = priv->sample_rate * 384; else @@ -248,7 +249,7 @@ priv->streams &= ~BIT(substream->stream); - if (!priv->streams && codec_priv->pll_id && codec_priv->fll_id) { + if (!priv->streams && codec_priv->pll_id >= 0 && codec_priv->fll_id >= 0) { /* Force freq to be free_freq to avoid error message in codec */ ret = snd_soc_dai_set_sysclk(asoc_rtd_to_codec(rtd, 0), codec_priv->mclk_id, @@ -621,6 +622,10 @@ priv->card.dapm_routes = audio_map; priv->card.num_dapm_routes = ARRAY_SIZE(audio_map); priv->card.driver_name = DRIVER_NAME; + + priv->codec_priv.fll_id = -1; + priv->codec_priv.pll_id = -1; + /* Diversify the card configurations */ if (of_device_is_compatible(np, "fsl,imx-audio-cs42888")) { codec_dai_name = "cs42888"; --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/fsl/fsl_easrc.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/fsl/fsl_easrc.c @@ -1966,17 +1966,21 @@ &fsl_easrc_dai, 1); if (ret) { dev_err(dev, "failed to register ASoC DAI\n"); - return ret; + goto err_pm_disable; } ret = devm_snd_soc_register_component(dev, &fsl_asrc_component, NULL, 0); if (ret) { dev_err(&pdev->dev, "failed to register ASoC platform\n"); - return ret; + goto err_pm_disable; } return 0; + +err_pm_disable: + pm_runtime_disable(&pdev->dev); + return ret; } static void fsl_easrc_remove(struct platform_device *pdev) --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/fsl/fsl_qmc_audio.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/fsl/fsl_qmc_audio.c @@ -372,8 +372,8 @@ struct snd_mask *f_old = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT); unsigned int channels = params_channels(params); unsigned int slot_width; + snd_pcm_format_t format; struct snd_mask f_new; - unsigned int i; if (!channels || channels > nb_ts) { dev_err(qmc_dai->dev, "channels %u not supported\n", @@ -384,10 +384,10 @@ slot_width = (nb_ts / channels) * 8; snd_mask_none(&f_new); - for (i = 0; i <= SNDRV_PCM_FORMAT_LAST; i++) { - if (snd_mask_test(f_old, i)) { - if (snd_pcm_format_physical_width(i) <= slot_width) - snd_mask_set(&f_new, i); + pcm_for_each_format(format) { + if (snd_mask_test_format(f_old, format)) { + if (snd_pcm_format_physical_width(format) <= slot_width) + snd_mask_set_format(&f_new, format); } } @@ -551,26 +551,26 @@ static u64 qmc_audio_formats(u8 nb_ts) { - u64 formats; - unsigned int chan_width; unsigned int format_width; - int i; + unsigned int chan_width; + snd_pcm_format_t format; + u64 formats_mask; if (!nb_ts) return 0; - formats = 0; + formats_mask = 0; chan_width = nb_ts * 8; - for (i = 0; i <= SNDRV_PCM_FORMAT_LAST; i++) { + pcm_for_each_format(format) { /* * Support format other than little-endian (ie big-endian or * without endianness such as 8bit formats) */ - if (snd_pcm_format_little_endian(i) == 1) + if (snd_pcm_format_little_endian(format) == 1) continue; /* Support physical width multiple of 8bit */ - format_width = snd_pcm_format_physical_width(i); + format_width = snd_pcm_format_physical_width(format); if (format_width == 0 || format_width % 8) continue; @@ -581,9 +581,9 @@ if (format_width > chan_width || chan_width % format_width) continue; - formats |= (1ULL << i); + formats_mask |= pcm_format_to_bits(format); } - return formats; + return formats_mask; } static int qmc_audio_dai_parse(struct qmc_audio *qmc_audio, struct device_node *np, --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/fsl/fsl_sai.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/fsl/fsl_sai.c @@ -674,6 +674,20 @@ FSL_SAI_CR3_TRCE_MASK, FSL_SAI_CR3_TRCE((dl_cfg[dl_cfg_idx].mask[tx] & trce_mask))); + /* + * When the TERE and FSD_MSTR enabled before configuring the word width + * There will be no frame sync clock issue, because word width impact + * the generation of frame sync clock. + * + * TERE enabled earlier only for i.MX8MP case for the hardware limitation, + * We need to disable FSD_MSTR before configuring word width, then enable + * FSD_MSTR bit for this specific case. + */ + if (sai->soc_data->mclk_with_tere && sai->mclk_direction_output && + !sai->is_consumer_mode) + regmap_update_bits(sai->regmap, FSL_SAI_xCR4(tx, ofs), + FSL_SAI_CR4_FSD_MSTR, 0); + regmap_update_bits(sai->regmap, FSL_SAI_xCR4(tx, ofs), FSL_SAI_CR4_SYWD_MASK | FSL_SAI_CR4_FRSZ_MASK | FSL_SAI_CR4_CHMOD_MASK, @@ -681,6 +695,13 @@ regmap_update_bits(sai->regmap, FSL_SAI_xCR5(tx, ofs), FSL_SAI_CR5_WNW_MASK | FSL_SAI_CR5_W0W_MASK | FSL_SAI_CR5_FBT_MASK, val_cr5); + + /* Enable FSD_MSTR after configuring word width */ + if (sai->soc_data->mclk_with_tere && sai->mclk_direction_output && + !sai->is_consumer_mode) + regmap_update_bits(sai->regmap, FSL_SAI_xCR4(tx, ofs), + FSL_SAI_CR4_FSD_MSTR, FSL_SAI_CR4_FSD_MSTR); + regmap_write(sai->regmap, FSL_SAI_xMR(tx), ~0UL - ((1 << min(channels, slots)) - 1)); @@ -710,10 +731,15 @@ { unsigned int ofs = sai->soc_data->reg_offset; bool tx = dir == TX; - u32 xcsr, count = 100; + u32 xcsr, count = 100, mask; + + if (sai->soc_data->mclk_with_tere && sai->mclk_direction_output) + mask = FSL_SAI_CSR_TERE; + else + mask = FSL_SAI_CSR_TERE | FSL_SAI_CSR_BCE; regmap_update_bits(sai->regmap, FSL_SAI_xCSR(tx, ofs), - FSL_SAI_CSR_TERE | FSL_SAI_CSR_BCE, 0); + mask, 0); /* TERE will remain set till the end of current frame */ do { --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/fsl/imx-audmix.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/fsl/imx-audmix.c @@ -315,7 +315,7 @@ if (IS_ERR(priv->cpu_mclk)) { ret = PTR_ERR(priv->cpu_mclk); dev_err(&cpu_pdev->dev, "failed to get DAI mclk1: %d\n", ret); - return -EINVAL; + return ret; } priv->audmix_pdev = audmix_pdev; --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/fsl/imx-pcm-rpmsg.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/fsl/imx-pcm-rpmsg.c @@ -19,6 +19,7 @@ static struct snd_pcm_hardware imx_rpmsg_pcm_hardware = { .info = SNDRV_PCM_INFO_INTERLEAVED | SNDRV_PCM_INFO_BLOCK_TRANSFER | + SNDRV_PCM_INFO_BATCH | SNDRV_PCM_INFO_MMAP | SNDRV_PCM_INFO_MMAP_VALID | SNDRV_PCM_INFO_NO_PERIOD_WAKEUP | --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/fsl/imx-rpmsg.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/fsl/imx-rpmsg.c @@ -89,6 +89,14 @@ SND_SOC_DAIFMT_NB_NF | SND_SOC_DAIFMT_CBC_CFC; + /* + * i.MX rpmsg sound cards work on codec slave mode. MCLK will be + * disabled by CPU DAI driver in hw_free(). Some codec requires MCLK + * present at power up/down sequence. So need to set ignore_pmdown_time + * to power down codec immediately before MCLK is turned off. + */ + data->dai.ignore_pmdown_time = 1; + /* Optional codec node */ ret = of_parse_phandle_with_fixed_args(np, "audio-codec", 0, 0, &args); if (ret) { --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/fsl/mpc5200_dma.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/fsl/mpc5200_dma.c @@ -100,6 +100,9 @@ /** * psc_dma_trigger: start and stop the DMA transfer. + * @component: triggered component + * @substream: triggered substream + * @cmd: triggered command * * This function is called by ALSA to start, stop, pause, and resume the DMA * transfer of data. --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/generic/simple-card-utils.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/generic/simple-card-utils.c @@ -310,7 +310,8 @@ if (fixed_sysclk % props->mclk_fs) { dev_err(rtd->dev, "fixed sysclk %u not divisible by mclk_fs %u\n", fixed_sysclk, props->mclk_fs); - return -EINVAL; + ret = -EINVAL; + goto codec_err; } ret = snd_pcm_hw_constraint_minmax(substream->runtime, SNDRV_PCM_HW_PARAM_RATE, fixed_rate, fixed_rate); --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/generic/simple-card.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/generic/simple-card.c @@ -701,10 +701,12 @@ struct snd_soc_dai_link *dai_link = priv->dai_link; struct simple_dai_props *dai_props = priv->dai_props; + ret = -EINVAL; + cinfo = dev->platform_data; if (!cinfo) { dev_err(dev, "no info for asoc-simple-card\n"); - return -EINVAL; + goto err; } if (!cinfo->name || @@ -713,7 +715,7 @@ !cinfo->platform || !cinfo->cpu_dai.name) { dev_err(dev, "insufficient asoc_simple_card_info settings\n"); - return -EINVAL; + goto err; } cpus = dai_link->cpus; --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/intel/avs/boards/hdaudio.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/intel/avs/boards/hdaudio.c @@ -55,6 +55,9 @@ return -ENOMEM; dl[i].codecs->name = devm_kstrdup(dev, cname, GFP_KERNEL); + if (!dl[i].codecs->name) + return -ENOMEM; + dl[i].codecs->dai_name = pcm->name; dl[i].num_codecs = 1; dl[i].num_cpus = 1; --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/intel/boards/sof_es8336.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/intel/boards/sof_es8336.c @@ -798,6 +798,16 @@ SOF_ES8336_SPEAKERS_EN_GPIO1_QUIRK | SOF_ES8336_JD_INVERTED), }, + { + .name = "mtl_es83x6_c1_h02", + .driver_data = (kernel_ulong_t)(SOF_ES8336_SSP_CODEC(1) | + SOF_NO_OF_HDMI_CAPTURE_SSP(2) | + SOF_HDMI_CAPTURE_1_SSP(0) | + SOF_HDMI_CAPTURE_2_SSP(2) | + SOF_SSP_HDMI_CAPTURE_PRESENT | + SOF_ES8336_SPEAKERS_EN_GPIO1_QUIRK | + SOF_ES8336_JD_INVERTED), + }, { } }; MODULE_DEVICE_TABLE(platform, board_ids); --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/intel/boards/sof_sdw.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/intel/boards/sof_sdw.c @@ -370,6 +370,16 @@ .callback = sof_sdw_quirk_cb, .matches = { DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"), + DMI_EXACT_MATCH(DMI_PRODUCT_SKU, "0B14"), + }, + /* No Jack */ + .driver_data = (void *)SOF_SDW_TGL_HDMI, + }, + + { + .callback = sof_sdw_quirk_cb, + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"), DMI_EXACT_MATCH(DMI_PRODUCT_SKU, "0B29"), }, .driver_data = (void *)(SOF_SDW_TGL_HDMI | @@ -388,6 +398,16 @@ { .callback = sof_sdw_quirk_cb, .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"), + DMI_EXACT_MATCH(DMI_PRODUCT_SKU, "0B14"), + }, + /* No Jack */ + .driver_data = (void *)SOF_SDW_TGL_HDMI, + }, + + { + .callback = sof_sdw_quirk_cb, + .matches = { DMI_MATCH(DMI_SYS_VENDOR, "HP"), DMI_MATCH(DMI_PRODUCT_NAME, "OMEN by HP Gaming Laptop 16-k0xxx"), }, @@ -467,7 +487,9 @@ DMI_MATCH(DMI_SYS_VENDOR, "Google"), DMI_MATCH(DMI_PRODUCT_NAME, "Rex"), }, - .driver_data = (void *)(SOF_SDW_PCH_DMIC), + .driver_data = (void *)(SOF_SDW_PCH_DMIC | + SOF_BT_OFFLOAD_SSP(1) | + SOF_SSP_BT_OFFLOAD_PRESENT), }, /* LunarLake devices */ { --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/intel/boards/sof_sdw_rt712_sdca.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/intel/boards/sof_sdw_rt712_sdca.c @@ -80,10 +80,12 @@ static int rt712_sdca_dmic_rtd_init(struct snd_soc_pcm_runtime *rtd) { struct snd_soc_card *card = rtd->card; + struct snd_soc_dai *codec_dai = asoc_rtd_to_codec(rtd, 0); + struct snd_soc_component *component = codec_dai->component; card->components = devm_kasprintf(card->dev, GFP_KERNEL, - "%s mic:rt712-sdca-dmic", - card->components); + "%s mic:%s", + card->components, component->name_prefix); if (!card->components) return -ENOMEM; --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/intel/boards/sof_sdw_rt_sdca_jack_common.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/intel/boards/sof_sdw_rt_sdca_jack_common.c @@ -58,6 +58,11 @@ { "rt712 MIC2", NULL, "Headset Mic" }, }; +static const struct snd_soc_dapm_route rt713_sdca_map[] = { + { "Headphone", NULL, "rt713 HP" }, + { "rt713 MIC2", NULL, "Headset Mic" }, +}; + static const struct snd_kcontrol_new rt_sdca_jack_controls[] = { SOC_DAPM_PIN_SWITCH("Headphone"), SOC_DAPM_PIN_SWITCH("Headset Mic"), @@ -109,6 +114,9 @@ } else if (strstr(component->name_prefix, "rt712")) { ret = snd_soc_dapm_add_routes(&card->dapm, rt712_sdca_map, ARRAY_SIZE(rt712_sdca_map)); + } else if (strstr(component->name_prefix, "rt713")) { + ret = snd_soc_dapm_add_routes(&card->dapm, rt713_sdca_map, + ARRAY_SIZE(rt713_sdca_map)); } else { dev_err(card->dev, "%s is not supported\n", component->name_prefix); return -EINVAL; --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/intel/common/soc-acpi-intel-adl-match.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/intel/common/soc-acpi-intel-adl-match.c @@ -649,18 +649,18 @@ .sof_tplg_filename = "sof-adl-rt1316-l2-mono-rt714-l3.tplg", }, { - .link_mask = 0x3, /* rt1316 on link1 & rt714 on link0 */ - .links = adl_sdw_rt1316_link1_rt714_link0, - .drv_name = "sof_sdw", - .sof_tplg_filename = "sof-adl-rt1316-l1-mono-rt714-l0.tplg", - }, - { .link_mask = 0x7, /* rt714 on link0 & two rt1316s on link1 and link2 */ .links = adl_sdw_rt1316_link12_rt714_link0, .drv_name = "sof_sdw", .sof_tplg_filename = "sof-adl-rt1316-l12-rt714-l0.tplg", }, { + .link_mask = 0x3, /* rt1316 on link1 & rt714 on link0 */ + .links = adl_sdw_rt1316_link1_rt714_link0, + .drv_name = "sof_sdw", + .sof_tplg_filename = "sof-adl-rt1316-l1-mono-rt714-l0.tplg", + }, + { .link_mask = 0x5, /* 2 active links required */ .links = adl_sdw_rt1316_link2_rt714_link0, .drv_name = "sof_sdw", --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/intel/common/soc-acpi-intel-cht-match.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/intel/common/soc-acpi-intel-cht-match.c @@ -75,6 +75,39 @@ return arg; } +/* + * The Lenovo Yoga Tab 3 Pro YT3-X90, with Android factory OS has a buggy DSDT + * with the coded not being listed at all. + */ +static const struct dmi_system_id lenovo_yoga_tab3_x90[] = { + { + /* Lenovo Yoga Tab 3 Pro YT3-X90, codec missing from DSDT */ + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Intel Corporation"), + DMI_MATCH(DMI_PRODUCT_NAME, "CHERRYVIEW D1 PLATFORM"), + DMI_MATCH(DMI_PRODUCT_VERSION, "Blade3-10A-001"), + }, + }, + { } +}; + +static struct snd_soc_acpi_mach cht_lenovo_yoga_tab3_x90_mach = { + .id = "10WM5102", + .drv_name = "bytcr_wm5102", + .fw_filename = "intel/fw_sst_22a8.bin", + .board = "bytcr_wm5102", + .sof_tplg_filename = "sof-cht-wm5102.tplg", +}; + +static struct snd_soc_acpi_mach *lenovo_yt3_x90_quirk(void *arg) +{ + if (dmi_check_system(lenovo_yoga_tab3_x90)) + return &cht_lenovo_yoga_tab3_x90_mach; + + /* Skip wildcard match snd_soc_acpi_intel_cherrytrail_machines[] entry */ + return NULL; +} + static const struct snd_soc_acpi_codecs rt5640_comp_ids = { .num_codecs = 2, .codecs = { "10EC5640", "10EC3276" }, @@ -175,6 +208,16 @@ .drv_name = "sof_pcm512x", .sof_tplg_filename = "sof-cht-src-50khz-pcm512x.tplg", }, + /* + * Special case for the Lenovo Yoga Tab 3 Pro YT3-X90 where the DSDT + * misses the codec. Match on the SST id instead, lenovo_yt3_x90_quirk() + * will return a YT3 specific mach or NULL when called on other hw, + * skipping this entry. + */ + { + .id = "808622A8", + .machine_quirk = lenovo_yt3_x90_quirk, + }, #if IS_ENABLED(CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH) /* --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/intel/common/soc-acpi-intel-mtl-match.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/intel/common/soc-acpi-intel-mtl-match.c @@ -30,6 +30,16 @@ .codecs = {"10EC5682", "RTL5682"}, }; +static const struct snd_soc_acpi_codecs mtl_lt6911_hdmi = { + .num_codecs = 1, + .codecs = {"INTC10B0"} +}; + +static const struct snd_soc_acpi_codecs mtl_essx_83x6 = { + .num_codecs = 3, + .codecs = { "ESSX8316", "ESSX8326", "ESSX8336"}, +}; + struct snd_soc_acpi_mach snd_soc_acpi_intel_mtl_machines[] = { { .comp_ids = &mtl_rt5682_rt5682s_hp, @@ -46,12 +56,27 @@ .sof_tplg_filename = "sof-mtl-max98360a-rt5682.tplg", }, { + .comp_ids = &mtl_essx_83x6, + .drv_name = "mtl_es83x6_c1_h02", + .machine_quirk = snd_soc_acpi_codec_list, + .quirk_data = &mtl_lt6911_hdmi, + .sof_tplg_filename = "sof-mtl-es83x6-ssp1-hdmi-ssp02.tplg", + }, + { .comp_ids = &mtl_rt5682_rt5682s_hp, .drv_name = "mtl_rt1019_rt5682", .machine_quirk = snd_soc_acpi_codec_list, .quirk_data = &mtl_rt1019p_amp, .sof_tplg_filename = "sof-mtl-rt1019-rt5682.tplg", }, + { + .comp_ids = &mtl_essx_83x6, + .drv_name = "sof-essx8336", + .sof_tplg_filename = "sof-mtl-es8336", /* the tplg suffix is added at run time */ + .tplg_quirk_mask = SND_SOC_ACPI_TPLG_INTEL_SSP_NUMBER | + SND_SOC_ACPI_TPLG_INTEL_SSP_MSB | + SND_SOC_ACPI_TPLG_INTEL_DMIC_NUMBER, + }, {}, }; EXPORT_SYMBOL_GPL(snd_soc_acpi_intel_mtl_machines); @@ -119,6 +144,24 @@ } }; +static const struct snd_soc_acpi_adr_device rt713_0_single_adr[] = { + { + .adr = 0x000031025D071301ull, + .num_endpoints = 1, + .endpoints = &single_endpoint, + .name_prefix = "rt713" + } +}; + +static const struct snd_soc_acpi_adr_device rt1713_3_single_adr[] = { + { + .adr = 0x000331025D171301ull, + .num_endpoints = 1, + .endpoints = &single_endpoint, + .name_prefix = "rt713-dmic" + } +}; + static const struct snd_soc_acpi_adr_device mx8373_0_adr[] = { { .adr = 0x000023019F837300ull, @@ -161,6 +204,51 @@ } }; +static const struct snd_soc_acpi_adr_device rt1316_1_group2_adr[] = { + { + .adr = 0x000131025D131601ull, + .num_endpoints = 1, + .endpoints = &spk_l_endpoint, + .name_prefix = "rt1316-1" + } +}; + +static const struct snd_soc_acpi_adr_device rt1316_2_group2_adr[] = { + { + .adr = 0x000230025D131601ull, + .num_endpoints = 1, + .endpoints = &spk_r_endpoint, + .name_prefix = "rt1316-2" + } +}; + +static const struct snd_soc_acpi_adr_device rt1318_1_group1_adr[] = { + { + .adr = 0x000130025D131801ull, + .num_endpoints = 1, + .endpoints = &spk_l_endpoint, + .name_prefix = "rt1318-1" + } +}; + +static const struct snd_soc_acpi_adr_device rt1318_2_group1_adr[] = { + { + .adr = 0x000232025D131801ull, + .num_endpoints = 1, + .endpoints = &spk_r_endpoint, + .name_prefix = "rt1318-2" + } +}; + +static const struct snd_soc_acpi_adr_device rt714_0_adr[] = { + { + .adr = 0x000030025D071401ull, + .num_endpoints = 1, + .endpoints = &single_endpoint, + .name_prefix = "rt714" + } +}; + static const struct snd_soc_acpi_adr_device rt714_1_adr[] = { { .adr = 0x000130025D071401ull, @@ -232,6 +320,68 @@ {} }; +static const struct snd_soc_acpi_link_adr mtl_sdw_rt1318_l12_rt714_l0[] = { + { + .mask = BIT(1), + .num_adr = ARRAY_SIZE(rt1318_1_group1_adr), + .adr_d = rt1318_1_group1_adr, + }, + { + .mask = BIT(2), + .num_adr = ARRAY_SIZE(rt1318_2_group1_adr), + .adr_d = rt1318_2_group1_adr, + }, + { + .mask = BIT(0), + .num_adr = ARRAY_SIZE(rt714_0_adr), + .adr_d = rt714_0_adr, + }, + {} +}; + +static const struct snd_soc_acpi_link_adr mtl_rt713_l0_rt1316_l12_rt1713_l3[] = { + { + .mask = BIT(0), + .num_adr = ARRAY_SIZE(rt713_0_single_adr), + .adr_d = rt713_0_single_adr, + }, + { + .mask = BIT(1), + .num_adr = ARRAY_SIZE(rt1316_1_group2_adr), + .adr_d = rt1316_1_group2_adr, + }, + { + .mask = BIT(2), + .num_adr = ARRAY_SIZE(rt1316_2_group2_adr), + .adr_d = rt1316_2_group2_adr, + }, + { + .mask = BIT(3), + .num_adr = ARRAY_SIZE(rt1713_3_single_adr), + .adr_d = rt1713_3_single_adr, + }, + {} +}; + +static const struct snd_soc_acpi_link_adr mtl_rt713_l0_rt1316_l12[] = { + { + .mask = BIT(0), + .num_adr = ARRAY_SIZE(rt713_0_single_adr), + .adr_d = rt713_0_single_adr, + }, + { + .mask = BIT(1), + .num_adr = ARRAY_SIZE(rt1316_1_group2_adr), + .adr_d = rt1316_1_group2_adr, + }, + { + .mask = BIT(2), + .num_adr = ARRAY_SIZE(rt1316_2_group2_adr), + .adr_d = rt1316_2_group2_adr, + }, + {} +}; + static const struct snd_soc_acpi_adr_device mx8363_2_adr[] = { { .adr = 0x000230019F836300ull, @@ -293,12 +443,30 @@ .sof_tplg_filename = "sof-mtl-rt715-rt711-rt1308-mono.tplg", }, { + .link_mask = GENMASK(3, 0), + .links = mtl_rt713_l0_rt1316_l12_rt1713_l3, + .drv_name = "sof_sdw", + .sof_tplg_filename = "sof-mtl-rt713-l0-rt1316-l12-rt1713-l3.tplg", + }, + { + .link_mask = GENMASK(2, 0), + .links = mtl_rt713_l0_rt1316_l12, + .drv_name = "sof_sdw", + .sof_tplg_filename = "sof-mtl-rt713-l0-rt1316-l12.tplg", + }, + { .link_mask = BIT(3) | BIT(0), .links = mtl_712_only, .drv_name = "sof_sdw", .sof_tplg_filename = "sof-mtl-rt712-l0-rt1712-l3.tplg", }, { + .link_mask = GENMASK(2, 0), + .links = mtl_sdw_rt1318_l12_rt714_l0, + .drv_name = "sof_sdw", + .sof_tplg_filename = "sof-mtl-rt1318-l12-rt714-l0.tplg" + }, + { .link_mask = GENMASK(3, 0), .links = mtl_3_in_1_sdca, .drv_name = "sof_sdw", --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/intel/common/soc-acpi-intel-rpl-match.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/intel/common/soc-acpi-intel-rpl-match.c @@ -246,6 +246,25 @@ {} }; +static const struct snd_soc_acpi_link_adr rpl_sdw_rt711_link0_rt1316_link12[] = { + { + .mask = BIT(0), + .num_adr = ARRAY_SIZE(rt711_sdca_0_adr), + .adr_d = rt711_sdca_0_adr, + }, + { + .mask = BIT(1), + .num_adr = ARRAY_SIZE(rt1316_1_group1_adr), + .adr_d = rt1316_1_group1_adr, + }, + { + .mask = BIT(2), + .num_adr = ARRAY_SIZE(rt1316_2_group1_adr), + .adr_d = rt1316_2_group1_adr, + }, + {} +}; + static const struct snd_soc_acpi_link_adr rpl_sdw_rt711_link0_rt1318_link12_rt714_link3[] = { { .mask = BIT(0), @@ -390,6 +409,12 @@ .sof_tplg_filename = "sof-rpl-rt711-l0-rt1318-l12-rt714-l3.tplg", }, { + .link_mask = 0x7, /* rt711 on link0 & two rt1316s on link1 and link2 */ + .links = rpl_sdw_rt711_link0_rt1316_link12, + .drv_name = "sof_sdw", + .sof_tplg_filename = "sof-rpl-rt711-l0-rt1316-l12.tplg", + }, + { .link_mask = 0x7, /* rt711 on link0 & two rt1318s on link1 and link2 */ .links = rpl_sdw_rt711_link0_rt1318_link12, .drv_name = "sof_sdw", --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/intel/skylake/skl-sst-utils.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/intel/skylake/skl-sst-utils.c @@ -299,6 +299,7 @@ module->instance_id = devm_kzalloc(ctx->dev, size, GFP_KERNEL); if (!module->instance_id) { ret = -ENOMEM; + kfree(module); goto free_uuid_list; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/loongson/loongson_card.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/loongson/loongson_card.c @@ -208,7 +208,7 @@ .driver = { .name = "loongson-asoc-card", .pm = &snd_soc_pm_ops, - .of_match_table = of_match_ptr(loongson_asoc_dt_ids), + .of_match_table = loongson_asoc_dt_ids, }, }; module_platform_driver(loongson_audio_driver); --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/mediatek/mt8186/mt8186-mt6366-rt1019-rt5682s.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/mediatek/mt8186/mt8186-mt6366-rt1019-rt5682s.c @@ -1179,7 +1179,7 @@ playback_codec = of_get_child_by_name(pdev->dev.of_node, "playback-codecs"); if (!playback_codec) { ret = -EINVAL; - dev_err_probe(&pdev->dev, ret, "Property 'speaker-codecs' missing or invalid\n"); + dev_err_probe(&pdev->dev, ret, "Property 'playback-codecs' missing or invalid\n"); goto err_playback_codec; } @@ -1193,7 +1193,7 @@ for_each_card_prelinks(card, i, dai_link) { ret = mt8186_mt6366_card_set_be_link(card, dai_link, playback_codec, "I2S3"); if (ret) { - dev_err_probe(&pdev->dev, ret, "%s set speaker_codec fail\n", + dev_err_probe(&pdev->dev, ret, "%s set playback_codec fail\n", dai_link->name); goto err_probe; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/mediatek/mt8188/mt8188-mt6359.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/mediatek/mt8188/mt8188-mt6359.c @@ -246,6 +246,11 @@ SND_SOC_DAPM_MIC("Headset Mic", NULL), SND_SOC_DAPM_SINK("HDMI"), SND_SOC_DAPM_SINK("DP"), + + /* dynamic pinctrl */ + SND_SOC_DAPM_PINCTRL("ETDM_SPK_PIN", "aud_etdm_spk_on", "aud_etdm_spk_off"), + SND_SOC_DAPM_PINCTRL("ETDM_HP_PIN", "aud_etdm_hp_on", "aud_etdm_hp_off"), + SND_SOC_DAPM_PINCTRL("MTKAIF_PIN", "aud_mtkaif_on", "aud_mtkaif_off"), }; static const struct snd_kcontrol_new mt8188_mt6359_controls[] = { @@ -267,6 +272,7 @@ snd_soc_rtdcom_lookup(rtd, AFE_PCM_NAME); struct snd_soc_component *cmpnt_codec = asoc_rtd_to_codec(rtd, 0)->component; + struct snd_soc_dapm_widget *pin_w = NULL, *w; struct mtk_base_afe *afe; struct mt8188_afe_private *afe_priv; struct mtkaif_param *param; @@ -306,6 +312,18 @@ return 0; } + for_each_card_widgets(rtd->card, w) { + if (!strcmp(w->name, "MTKAIF_PIN")) { + pin_w = w; + break; + } + } + + if (pin_w) + dapm_pinctrl_event(pin_w, NULL, SND_SOC_DAPM_PRE_PMU); + else + dev_dbg(afe->dev, "%s(), no pinmux widget, please check if default on\n", __func__); + pm_runtime_get_sync(afe->dev); mt6359_mtkaif_calibration_enable(cmpnt_codec); @@ -403,6 +421,9 @@ for (i = 0; i < MT8188_MTKAIF_MISO_NUM; i++) param->mtkaif_phase_cycle[i] = mtkaif_phase_cycle[i]; + if (pin_w) + dapm_pinctrl_event(pin_w, NULL, SND_SOC_DAPM_POST_PMD); + dev_dbg(afe->dev, "%s(), end, calibration ok %d\n", __func__, param->mtkaif_calibration_ok); --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/meson/axg-spdifin.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/meson/axg-spdifin.c @@ -112,34 +112,6 @@ return 0; } -static int axg_spdifin_startup(struct snd_pcm_substream *substream, - struct snd_soc_dai *dai) -{ - struct axg_spdifin *priv = snd_soc_dai_get_drvdata(dai); - int ret; - - ret = clk_prepare_enable(priv->refclk); - if (ret) { - dev_err(dai->dev, - "failed to enable spdifin reference clock\n"); - return ret; - } - - regmap_update_bits(priv->map, SPDIFIN_CTRL0, SPDIFIN_CTRL0_EN, - SPDIFIN_CTRL0_EN); - - return 0; -} - -static void axg_spdifin_shutdown(struct snd_pcm_substream *substream, - struct snd_soc_dai *dai) -{ - struct axg_spdifin *priv = snd_soc_dai_get_drvdata(dai); - - regmap_update_bits(priv->map, SPDIFIN_CTRL0, SPDIFIN_CTRL0_EN, 0); - clk_disable_unprepare(priv->refclk); -} - static void axg_spdifin_write_mode_param(struct regmap *map, int mode, unsigned int val, unsigned int num_per_reg, @@ -251,25 +223,38 @@ ret = axg_spdifin_sample_mode_config(dai, priv); if (ret) { dev_err(dai->dev, "mode configuration failed\n"); - clk_disable_unprepare(priv->pclk); - return ret; + goto pclk_err; } + ret = clk_prepare_enable(priv->refclk); + if (ret) { + dev_err(dai->dev, + "failed to enable spdifin reference clock\n"); + goto pclk_err; + } + + regmap_update_bits(priv->map, SPDIFIN_CTRL0, SPDIFIN_CTRL0_EN, + SPDIFIN_CTRL0_EN); + return 0; + +pclk_err: + clk_disable_unprepare(priv->pclk); + return ret; } static int axg_spdifin_dai_remove(struct snd_soc_dai *dai) { struct axg_spdifin *priv = snd_soc_dai_get_drvdata(dai); + regmap_update_bits(priv->map, SPDIFIN_CTRL0, SPDIFIN_CTRL0_EN, 0); + clk_disable_unprepare(priv->refclk); clk_disable_unprepare(priv->pclk); return 0; } static const struct snd_soc_dai_ops axg_spdifin_ops = { .prepare = axg_spdifin_prepare, - .startup = axg_spdifin_startup, - .shutdown = axg_spdifin_shutdown, }; static int axg_spdifin_iec958_info(struct snd_kcontrol *kcontrol, --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/pxa/pxa-ssp.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/pxa/pxa-ssp.c @@ -779,7 +779,7 @@ if (IS_ERR(priv->extclk)) { ret = PTR_ERR(priv->extclk); if (ret == -EPROBE_DEFER) - return ret; + goto err_priv; priv->extclk = NULL; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/qcom/sc8280xp.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/qcom/sc8280xp.c @@ -27,6 +27,23 @@ static int sc8280xp_snd_init(struct snd_soc_pcm_runtime *rtd) { struct sc8280xp_snd_data *data = snd_soc_card_get_drvdata(rtd->card); + struct snd_soc_dai *cpu_dai = asoc_rtd_to_cpu(rtd, 0); + struct snd_soc_card *card = rtd->card; + + switch (cpu_dai->id) { + case WSA_CODEC_DMA_RX_0: + case WSA_CODEC_DMA_RX_1: + /* + * set limit of 0dB on Digital Volume for Speakers, + * this can prevent damage of speakers to some extent without + * active speaker protection + */ + snd_soc_limit_volume(card, "WSA_RX0 Digital Volume", 84); + snd_soc_limit_volume(card, "WSA_RX1 Digital Volume", 84); + break; + default: + break; + } return qcom_snd_wcd_jack_setup(rtd, &data->jack, &data->jack_setup); } --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/soc-component.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/soc-component.c @@ -242,6 +242,7 @@ char name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; struct snd_kcontrol *kctl; + /* When updating, change also snd_soc_dapm_widget_name_cmp() */ if (component->name_prefix) snprintf(name, ARRAY_SIZE(name), "%s %s", component->name_prefix, ctl); else --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/soc-compress.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/soc-compress.c @@ -193,6 +193,7 @@ snd_soc_dai_compr_shutdown(cpu_dai, cstream, 1); out: dpcm_path_put(&list); + snd_soc_dpcm_mutex_unlock(fe); be_err: fe->dpcm[stream].runtime_update = SND_SOC_DPCM_UPDATE_NO; snd_soc_card_mutex_unlock(fe->card); --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/soc-core.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/soc-core.c @@ -1259,7 +1259,7 @@ snd_soc_runtime_get_dai_fmt(rtd); ret = snd_soc_runtime_set_dai_fmt(rtd, dai_link->dai_fmt); if (ret) - return ret; + goto err; /* add DPCM sysfs entries */ soc_dpcm_debugfs_add(rtd); @@ -1284,17 +1284,26 @@ /* create compress_device if possible */ ret = snd_soc_dai_compress_new(cpu_dai, rtd, num); if (ret != -ENOTSUPP) - return ret; + goto err; /* create the pcm */ ret = soc_new_pcm(rtd, num); if (ret < 0) { dev_err(card->dev, "ASoC: can't create pcm %s :%d\n", dai_link->stream_name, ret); - return ret; + goto err; } - return snd_soc_pcm_dai_new(rtd); + ret = snd_soc_pcm_dai_new(rtd); + if (ret < 0) + goto err; + + rtd->initialized = true; + + return 0; +err: + snd_soc_link_exit(rtd); + return ret; } static void soc_set_name_prefix(struct snd_soc_card *card, @@ -1892,7 +1901,8 @@ /* release machine specific resources */ for_each_card_rtds(card, rtd) - snd_soc_link_exit(rtd); + if (rtd->initialized) + snd_soc_link_exit(rtd); /* remove and free each DAI */ soc_remove_link_dais(card); soc_remove_link_components(card); --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/soc-dai.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/soc-dai.c @@ -641,6 +641,10 @@ ret = soc_dai_trigger(dai, substream, cmd); if (ret < 0) break; + + if (dai->driver->ops && dai->driver->ops->mute_unmute_on_trigger) + snd_soc_dai_digital_mute(dai, 0, substream->stream); + soc_dai_mark_push(dai, substream, trigger); } break; @@ -651,6 +655,9 @@ if (rollback && !soc_dai_mark_match(dai, substream, trigger)) continue; + if (dai->driver->ops && dai->driver->ops->mute_unmute_on_trigger) + snd_soc_dai_digital_mute(dai, 1, substream->stream); + r = soc_dai_trigger(dai, substream, cmd); if (r < 0) ret = r; /* use last ret */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/soc-dapm.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/soc-dapm.c @@ -2726,6 +2726,18 @@ } EXPORT_SYMBOL_GPL(snd_soc_dapm_update_dai); +int snd_soc_dapm_widget_name_cmp(struct snd_soc_dapm_widget *widget, const char *s) +{ + struct snd_soc_component *component = snd_soc_dapm_to_component(widget->dapm); + const char *wname = widget->name; + + if (component->name_prefix) + wname += strlen(component->name_prefix) + 1; /* plus space */ + + return strcmp(wname, s); +} +EXPORT_SYMBOL_GPL(snd_soc_dapm_widget_name_cmp); + /* * dapm_update_widget_flags() - Re-compute widget sink and source flags * @w: The widget for which to update the flags @@ -3656,7 +3668,7 @@ dapm_pinctrl_event(w, NULL, SND_SOC_DAPM_POST_PMD); break; case snd_soc_dapm_clock_supply: - w->clk = devm_clk_get(dapm->dev, w->name); + w->clk = devm_clk_get(dapm->dev, widget->name); if (IS_ERR(w->clk)) { ret = PTR_ERR(w->clk); goto request_failed; --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/soc-ops.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/soc-ops.c @@ -661,7 +661,7 @@ kctl = snd_soc_card_get_kcontrol(card, name); if (kctl) { struct soc_mixer_control *mc = (struct soc_mixer_control *)kctl->private_value; - if (max <= mc->max) { + if (max <= mc->max - mc->min) { mc->platform_max = max; ret = 0; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/soc-pcm.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/soc-pcm.c @@ -698,14 +698,12 @@ if (!rollback) { snd_soc_runtime_deactivate(rtd, substream->stream); - /* clear the corresponding DAIs parameters when going to be inactive */ - for_each_rtd_dais(rtd, i, dai) { - if (snd_soc_dai_active(dai) == 0) - soc_pcm_set_dai_params(dai, NULL); - if (snd_soc_dai_stream_active(dai, substream->stream) == 0) - snd_soc_dai_digital_mute(dai, 1, substream->stream); - } + /* Make sure DAI parameters cleared if the DAI becomes inactive */ + for_each_rtd_dais(rtd, i, dai) + if (snd_soc_dai_active(dai) == 0 && + (dai->rate || dai->channels || dai->sample_bits)) + soc_pcm_set_dai_params(dai, NULL); } for_each_rtd_dais(rtd, i, dai) @@ -898,8 +896,10 @@ snd_soc_dapm_stream_event(rtd, substream->stream, SND_SOC_DAPM_STREAM_START); - for_each_rtd_dais(rtd, i, dai) - snd_soc_dai_digital_mute(dai, 0, substream->stream); + for_each_rtd_dais(rtd, i, dai) { + if (dai->driver->ops && !dai->driver->ops->mute_unmute_on_trigger) + snd_soc_dai_digital_mute(dai, 0, substream->stream); + } out: return soc_pcm_ret(rtd, ret); @@ -936,6 +936,17 @@ snd_soc_dpcm_mutex_assert_held(rtd); + /* clear the corresponding DAIs parameters when going to be inactive */ + for_each_rtd_dais(rtd, i, dai) { + if (snd_soc_dai_active(dai) == 1) + soc_pcm_set_dai_params(dai, NULL); + + if (snd_soc_dai_stream_active(dai, substream->stream) == 1) { + if (dai->driver->ops && !dai->driver->ops->mute_unmute_on_trigger) + snd_soc_dai_digital_mute(dai, 1, substream->stream); + } + } + /* run the stream event */ snd_soc_dapm_stream_stop(rtd, substream->stream); --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/soc-utils.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/soc-utils.c @@ -217,6 +217,7 @@ return 1; return 0; } +EXPORT_SYMBOL_GPL(snd_soc_dai_is_dummy); int snd_soc_component_is_dummy(struct snd_soc_component *component) { --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/sof/amd/acp-ipc.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/sof/amd/acp-ipc.c @@ -168,6 +168,8 @@ if ((status & SOF_IPC_PANIC_MAGIC_MASK) == SOF_IPC_PANIC_MAGIC) { snd_sof_dsp_panic(sdev, sdev->dsp_box.offset + sizeof(status), true); + status = 0; + acp_mailbox_write(sdev, sdev->dsp_box.offset, &status, sizeof(status)); return IRQ_HANDLED; } snd_sof_ipc_msgs_rx(sdev); @@ -197,6 +199,8 @@ acp_mailbox_read(sdev, sdev->debug_box.offset, &status, sizeof(u32)); if ((status & SOF_IPC_PANIC_MAGIC_MASK) == SOF_IPC_PANIC_MAGIC) { snd_sof_dsp_panic(sdev, sdev->dsp_oops_offset, true); + status = 0; + acp_mailbox_write(sdev, sdev->debug_box.offset, &status, sizeof(status)); return IRQ_HANDLED; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/sof/amd/acp.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/sof/amd/acp.c @@ -355,9 +355,9 @@ unsigned int val; val = snd_sof_dsp_read(sdev, ACP_DSP_BAR, base + DSP_SW_INTR_STAT_OFFSET); - if (val) { - val |= ACP_DSP_TO_HOST_IRQ; - snd_sof_dsp_write(sdev, ACP_DSP_BAR, base + DSP_SW_INTR_STAT_OFFSET, val); + if (val & ACP_DSP_TO_HOST_IRQ) { + snd_sof_dsp_write(sdev, ACP_DSP_BAR, base + DSP_SW_INTR_STAT_OFFSET, + ACP_DSP_TO_HOST_IRQ); return IRQ_WAKE_THREAD; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/sof/amd/pci-rmb.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/sof/amd/pci-rmb.c @@ -34,7 +34,6 @@ .dsp_intr_base = ACP6X_DSP_SW_INTR_BASE, .sram_pte_offset = ACP6X_SRAM_PTE_OFFSET, .hw_semaphore_offset = ACP6X_AXI2DAGB_SEM_0, - .acp_clkmux_sel = ACP6X_CLKMUX_SEL, .fusion_dsp_offset = ACP6X_DSP_FUSION_RUNSTALL, }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/sof/core.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/sof/core.c @@ -459,9 +459,10 @@ struct snd_sof_dev *sdev = dev_get_drvdata(dev); struct snd_sof_pdata *pdata = sdev->pdata; int ret; + bool aborted = false; if (IS_ENABLED(CONFIG_SND_SOC_SOF_PROBE_WORK_QUEUE)) - cancel_work_sync(&sdev->probe_work); + aborted = cancel_work_sync(&sdev->probe_work); /* * Unregister any registered client device first before IPC and debugfs @@ -486,10 +487,12 @@ snd_sof_ipc_free(sdev); snd_sof_free_debug(sdev); snd_sof_remove(sdev); + sof_ops_free(sdev); + } else if (aborted) { + /* probe_work never ran */ + sof_ops_free(sdev); } - sof_ops_free(sdev); - /* release firmware */ snd_sof_fw_unload(sdev); --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/sof/intel/hda-mlink.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/sof/intel/hda-mlink.c @@ -331,14 +331,14 @@ return !!(val & cmdsync_mask); } -static void hdaml_link_set_lsdiid(u32 __iomem *lsdiid, int dev_num) +static void hdaml_link_set_lsdiid(u16 __iomem *lsdiid, int dev_num) { - u32 val; + u16 val; - val = readl(lsdiid); + val = readw(lsdiid); val |= BIT(dev_num); - writel(val, lsdiid); + writew(val, lsdiid); } static void hdaml_shim_map_stream_ch(u16 __iomem *pcmsycm, int lchan, int hchan, @@ -781,6 +781,8 @@ { struct hdac_ext2_link *h2link; u16 __iomem *pcmsycm; + int hchan; + int lchan; u16 val; h2link = find_ext2_link(bus, true, AZX_REG_ML_LEPTR_ID_SDW); @@ -791,9 +793,17 @@ h2link->instance_offset * sublink + AZX_REG_SDW_SHIM_PCMSyCM(y); + if (channel_mask) { + hchan = __fls(channel_mask); + lchan = __ffs(channel_mask); + } else { + hchan = 0; + lchan = 0; + } + mutex_lock(&h2link->eml_lock); - hdaml_shim_map_stream_ch(pcmsycm, 0, hweight32(channel_mask), + hdaml_shim_map_stream_ch(pcmsycm, lchan, hchan, stream_id, dir); mutex_unlock(&h2link->eml_lock); --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/sof/intel/mtl.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/sof/intel/mtl.c @@ -460,7 +460,7 @@ /* step 3: wait for IPC DONE bit from ROM */ ret = snd_sof_dsp_read_poll_timeout(sdev, HDA_DSP_BAR, chip->ipc_ack, status, ((status & chip->ipc_ack_mask) == chip->ipc_ack_mask), - HDA_DSP_REG_POLL_INTERVAL_US, MTL_DSP_PURGE_TIMEOUT_US); + HDA_DSP_REG_POLL_INTERVAL_US, HDA_DSP_INIT_TIMEOUT_US); if (ret < 0) { if (hda->boot_iteration == HDA_FW_BOOT_ATTEMPTS) dev_err(sdev->dev, "timeout waiting for purge IPC done\n"); --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/sof/intel/mtl.h +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/sof/intel/mtl.h @@ -62,7 +62,6 @@ #define MTL_DSP_IRQSTS_IPC BIT(0) #define MTL_DSP_IRQSTS_SDW BIT(6) -#define MTL_DSP_PURGE_TIMEOUT_US 20000000 /* 20s */ #define MTL_DSP_REG_POLL_INTERVAL_US 10 /* 10 us */ /* Memory windows */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/sof/ipc4-topology.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/sof/ipc4-topology.c @@ -17,6 +17,19 @@ #include "ipc4-topology.h" #include "ops.h" +/* + * The ignore_cpc flag can be used to ignore the CPC value for all modules by + * using 0 instead. + * The CPC is sent to the firmware along with the SOF_IPC4_MOD_INIT_INSTANCE + * message and it is used for clock scaling. + * 0 as CPC value will instruct the firmware to use maximum frequency, thus + * deactivating the clock scaling. + */ +static bool ignore_cpc; +module_param_named(ipc4_ignore_cpc, ignore_cpc, bool, 0444); +MODULE_PARM_DESC(ipc4_ignore_cpc, + "Ignore CPC values. This option will disable clock scaling in firmware."); + #define SOF_IPC4_GAIN_PARAM_ID 0 #define SOF_IPC4_TPLG_ABI_SIZE 6 #define SOF_IPC4_CHAIN_DMA_BUF_SIZE_MS 2 @@ -218,7 +231,7 @@ ret = sof_update_ipc_object(scomp, available_fmt, SOF_AUDIO_FMT_NUM_TOKENS, swidget->tuples, - swidget->num_tuples, sizeof(available_fmt), 1); + swidget->num_tuples, sizeof(*available_fmt), 1); if (ret) { dev_err(scomp->dev, "Failed to parse audio format token count\n"); return ret; @@ -882,7 +895,8 @@ if (process->init_config == SOF_IPC4_MODULE_INIT_CONFIG_TYPE_BASE_CFG_WITH_EXT) { struct sof_ipc4_base_module_cfg_ext *base_cfg_ext; u32 ext_size = struct_size(base_cfg_ext, pin_formats, - swidget->num_input_pins + swidget->num_output_pins); + size_add(swidget->num_input_pins, + swidget->num_output_pins)); base_cfg_ext = kzalloc(ext_size, GFP_KERNEL); if (!base_cfg_ext) { @@ -970,9 +984,16 @@ /* Update base_config->cpc from the module manifest */ sof_ipc4_update_cpc_from_manifest(sdev, fw_module, base_config); - dev_dbg(sdev->dev, "%s: ibs / obs / cpc: %u / %u / %u\n", - swidget->widget->name, base_config->ibs, base_config->obs, - base_config->cpc); + if (ignore_cpc) { + dev_dbg(sdev->dev, "%s: ibs / obs: %u / %u, forcing cpc to 0 from %u\n", + swidget->widget->name, base_config->ibs, base_config->obs, + base_config->cpc); + base_config->cpc = 0; + } else { + dev_dbg(sdev->dev, "%s: ibs / obs / cpc: %u / %u / %u\n", + swidget->widget->name, base_config->ibs, base_config->obs, + base_config->cpc); + } } static int sof_ipc4_widget_assign_instance_id(struct snd_sof_dev *sdev, --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/sof/ipc4.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/sof/ipc4.c @@ -614,6 +614,9 @@ case SOF_IPC4_NOTIFY_LOG_BUFFER_STATUS: sof_ipc4_mtrace_update_pos(sdev, SOF_IPC4_LOG_CORE_GET(ipc4_msg->primary)); break; + case SOF_IPC4_NOTIFY_EXCEPTION_CAUGHT: + snd_sof_dsp_panic(sdev, 0, true); + break; default: dev_dbg(sdev->dev, "Unhandled DSP message: %#x|%#x\n", ipc4_msg->primary, ipc4_msg->extension); --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/sof/sof-audio.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/sof/sof-audio.c @@ -212,7 +212,8 @@ sof_widget_free_unlocked(sdev, swidget); use_count_decremented = true; core_put: - snd_sof_dsp_core_put(sdev, swidget->core); + if (!use_count_decremented) + snd_sof_dsp_core_put(sdev, swidget->core); pipe_widget_free: if (swidget->id != snd_soc_dapm_scheduler) sof_widget_free_unlocked(sdev, swidget->spipe->pipe_widget); @@ -1031,6 +1032,13 @@ mach = snd_sof_machine_select(sdev); if (mach) { sof_pdata->machine = mach; + + if (sof_pdata->subsystem_id_set) { + mach->mach_params.subsystem_vendor = sof_pdata->subsystem_vendor; + mach->mach_params.subsystem_device = sof_pdata->subsystem_device; + mach->mach_params.subsystem_id_set = true; + } + snd_sof_set_mach_params(mach, sdev); return 0; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/sof/sof-pci-dev.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/sof/sof-pci-dev.c @@ -145,6 +145,13 @@ DMI_MATCH(DMI_PRODUCT_FAMILY, "Google"), } }, + { + .ident = "Google firmware", + .callback = chromebook_use_community_key, + .matches = { + DMI_MATCH(DMI_BIOS_VERSION, "Google"), + } + }, {}, }; @@ -214,6 +221,14 @@ return ret; sof_pdata->name = pci_name(pci); + + /* PCI defines a vendor ID of 0xFFFF as invalid. */ + if (pci->subsystem_vendor != 0xFFFF) { + sof_pdata->subsystem_vendor = pci->subsystem_vendor; + sof_pdata->subsystem_device = pci->subsystem_device; + sof_pdata->subsystem_id_set = true; + } + sof_pdata->desc = desc; sof_pdata->dev = dev; --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/sof/topology.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/sof/topology.c @@ -1117,10 +1117,11 @@ { struct snd_soc_card *card = scomp->card; struct snd_soc_pcm_runtime *rtd; + const char *sname = w->sname; struct snd_soc_dai *cpu_dai; int i, stream; - if (!w->sname) + if (!sname) return; if (w->id == snd_soc_dapm_dai_out) @@ -1133,7 +1134,7 @@ list_for_each_entry(rtd, &card->rtd_list, list) { /* does stream match DAI link ? */ if (!rtd->dai_link->stream_name || - strcmp(w->sname, rtd->dai_link->stream_name)) + strcmp(sname, rtd->dai_link->stream_name)) continue; for_each_rtd_cpu_dais(rtd, i, cpu_dai) --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/tegra/tegra210_sfc.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/tegra/tegra210_sfc.c @@ -2,7 +2,7 @@ // // tegra210_sfc.c - Tegra210 SFC driver // -// Copyright (c) 2021 NVIDIA CORPORATION. All rights reserved. +// Copyright (c) 2021-2023 NVIDIA CORPORATION. All rights reserved. #include #include @@ -42,6 +42,7 @@ 32000, 44100, 48000, + 64000, 88200, 96000, 176400, @@ -2857,6 +2858,7 @@ coef_8to32, coef_8to44, coef_8to48, + UNSUPP_CONV, coef_8to88, coef_8to96, UNSUPP_CONV, @@ -2872,6 +2874,7 @@ coef_11to32, coef_11to44, coef_11to48, + UNSUPP_CONV, coef_11to88, coef_11to96, UNSUPP_CONV, @@ -2887,6 +2890,7 @@ coef_16to32, coef_16to44, coef_16to48, + UNSUPP_CONV, coef_16to88, coef_16to96, coef_16to176, @@ -2902,6 +2906,7 @@ coef_22to32, coef_22to44, coef_22to48, + UNSUPP_CONV, coef_22to88, coef_22to96, coef_22to176, @@ -2917,6 +2922,7 @@ coef_24to32, coef_24to44, coef_24to48, + UNSUPP_CONV, coef_24to88, coef_24to96, coef_24to176, @@ -2932,6 +2938,7 @@ BYPASS_CONV, coef_32to44, coef_32to48, + UNSUPP_CONV, coef_32to88, coef_32to96, coef_32to176, @@ -2947,6 +2954,7 @@ coef_44to32, BYPASS_CONV, coef_44to48, + UNSUPP_CONV, coef_44to88, coef_44to96, coef_44to176, @@ -2962,11 +2970,28 @@ coef_48to32, coef_48to44, BYPASS_CONV, + UNSUPP_CONV, coef_48to88, coef_48to96, coef_48to176, coef_48to192, }, + /* Convertions from 64 kHz */ + { + UNSUPP_CONV, + UNSUPP_CONV, + UNSUPP_CONV, + UNSUPP_CONV, + UNSUPP_CONV, + UNSUPP_CONV, + UNSUPP_CONV, + UNSUPP_CONV, + UNSUPP_CONV, + UNSUPP_CONV, + UNSUPP_CONV, + UNSUPP_CONV, + UNSUPP_CONV, + }, /* Convertions from 88.2 kHz */ { coef_88to8, @@ -2977,6 +3002,7 @@ coef_88to32, coef_88to44, coef_88to48, + UNSUPP_CONV, BYPASS_CONV, coef_88to96, coef_88to176, @@ -2991,6 +3017,7 @@ coef_96to32, coef_96to44, coef_96to48, + UNSUPP_CONV, coef_96to88, BYPASS_CONV, coef_96to176, @@ -3006,6 +3033,7 @@ coef_176to32, coef_176to44, coef_176to48, + UNSUPP_CONV, coef_176to88, coef_176to96, BYPASS_CONV, @@ -3021,6 +3049,7 @@ coef_192to32, coef_192to44, coef_192to48, + UNSUPP_CONV, coef_192to88, coef_192to96, coef_192to176, --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/tegra/tegra210_sfc.h +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/tegra/tegra210_sfc.h @@ -2,7 +2,7 @@ /* * tegra210_sfc.h - Definitions for Tegra210 SFC driver * - * Copyright (c) 2021 NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2021-2023 NVIDIA CORPORATION. All rights reserved. * */ @@ -47,7 +47,7 @@ #define TEGRA210_SFC_EN_SHIFT 0 #define TEGRA210_SFC_EN (1 << TEGRA210_SFC_EN_SHIFT) -#define TEGRA210_SFC_NUM_RATES 12 +#define TEGRA210_SFC_NUM_RATES 13 /* Fields in TEGRA210_SFC_COEF_RAM */ #define TEGRA210_SFC_COEF_RAM_EN BIT(0) --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/tegra/tegra_audio_graph_card.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/tegra/tegra_audio_graph_card.c @@ -10,6 +10,7 @@ #include #include #include +#include #define MAX_PLLA_OUT0_DIV 128 @@ -44,6 +45,21 @@ unsigned int plla_out0_rates[NUM_RATE_TYPE]; }; +static bool need_clk_update(struct snd_soc_dai *dai) +{ + if (snd_soc_dai_is_dummy(dai) || + !dai->driver->ops || + !dai->driver->name) + return false; + + if (strstr(dai->driver->name, "I2S") || + strstr(dai->driver->name, "DMIC") || + strstr(dai->driver->name, "DSPK")) + return true; + + return false; +} + /* Setup PLL clock as per the given sample rate */ static int tegra_audio_graph_update_pll(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params) @@ -140,19 +156,7 @@ struct snd_soc_dai *cpu_dai = asoc_rtd_to_cpu(rtd, 0); int err; - /* - * This gets called for each DAI link (FE or BE) when DPCM is used. - * We may not want to update PLLA rate for each call. So PLLA update - * must be restricted to external I/O links (I2S, DMIC or DSPK) since - * they actually depend on it. I/O modules update their clocks in - * hw_param() of their respective component driver and PLLA rate - * update here helps them to derive appropriate rates. - * - * TODO: When more HW accelerators get added (like sample rate - * converter, volume gain controller etc., which don't really - * depend on PLLA) we need a better way to filter here. - */ - if (cpu_dai->driver->ops && rtd->dai_link->no_pcm) { + if (need_clk_update(cpu_dai)) { err = tegra_audio_graph_update_pll(substream, params); if (err) return err; --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/ti/ams-delta.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/ti/ams-delta.c @@ -303,7 +303,7 @@ static void cx81801_close(struct tty_struct *tty) { struct snd_soc_component *component = tty->disc_data; - struct snd_soc_dapm_context *dapm = &component->card->dapm; + struct snd_soc_dapm_context *dapm; del_timer_sync(&cx81801_timer); @@ -315,6 +315,8 @@ v253_ops.close(tty); + dapm = &component->card->dapm; + /* Revert back to default audio input/output constellation */ snd_soc_dapm_mutex_lock(dapm); --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/soc/ti/omap-mcbsp.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/soc/ti/omap-mcbsp.c @@ -74,14 +74,16 @@ return -EINVAL; } - pm_runtime_put_sync(mcbsp->dev); + if (mcbsp->active) + pm_runtime_put_sync(mcbsp->dev); r = clk_set_parent(mcbsp->fclk, fck_src); if (r) dev_err(mcbsp->dev, "CLKS: could not clk_set_parent() to %s\n", src); - pm_runtime_get_sync(mcbsp->dev); + if (mcbsp->active) + pm_runtime_get_sync(mcbsp->dev); clk_put(fck_src); --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/usb/midi2.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/usb/midi2.c @@ -265,7 +265,7 @@ if (!ep) return; - for (i = 0; i < ep->num_urbs; ++i) { + for (i = 0; i < NUM_URBS; ++i) { ctx = &ep->urbs[i]; if (!ctx->urb) break; @@ -279,6 +279,7 @@ } /* allocate URBs for an EP */ +/* the callers should handle allocation errors via free_midi_urbs() */ static int alloc_midi_urbs(struct snd_usb_midi2_endpoint *ep) { struct snd_usb_midi2_urb *ctx; @@ -351,8 +352,10 @@ return -EIO; if (ep->direction == STR_OUT) { err = alloc_midi_urbs(ep); - if (err) + if (err) { + free_midi_urbs(ep); return err; + } } return 0; } @@ -990,7 +993,7 @@ } } - return attach_legacy_rawmidi(umidi); + return 0; } /* is the given interface for MIDI 2.0? */ @@ -1059,12 +1062,6 @@ usb_string(dev, dev->descriptor.iSerialNumber, ump->info.product_id, sizeof(ump->info.product_id)); -#if IS_ENABLED(CONFIG_SND_UMP_LEGACY_RAWMIDI) - if (ump->legacy_rmidi && !*ump->legacy_rmidi->name) - snprintf(ump->legacy_rmidi->name, - sizeof(ump->legacy_rmidi->name), - "%s (MIDI 1.0)", ump->info.name); -#endif } } @@ -1157,6 +1154,13 @@ } set_fallback_rawmidi_names(umidi); + + err = attach_legacy_rawmidi(umidi); + if (err < 0) { + usb_audio_err(chip, "Failed to create legacy rawmidi\n"); + goto error; + } + return 0; error: --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/usb/mixer.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/usb/mixer.c @@ -1204,6 +1204,13 @@ cval->res = 16; } break; + case USB_ID(0x1bcf, 0x2283): /* NexiGo N930AF FHD Webcam */ + if (!strcmp(kctl->id.name, "Mic Capture Volume")) { + usb_audio_info(chip, + "set resolution quirk: cval->res = 16\n"); + cval->res = 16; + } + break; } } --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/usb/mixer_quirks.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/usb/mixer_quirks.c @@ -2978,6 +2978,7 @@ #define SND_DJM_850_IDX 0x2 #define SND_DJM_900NXS2_IDX 0x3 #define SND_DJM_750MK2_IDX 0x4 +#define SND_DJM_450_IDX 0x5 #define SND_DJM_CTL(_name, suffix, _default_value, _windex) { \ @@ -3108,6 +3109,31 @@ }; +// DJM-450 +static const u16 snd_djm_opts_450_cap1[] = { + 0x0103, 0x0100, 0x0106, 0x0107, 0x0108, 0x0109, 0x010d, 0x010a }; + +static const u16 snd_djm_opts_450_cap2[] = { + 0x0203, 0x0200, 0x0206, 0x0207, 0x0208, 0x0209, 0x020d, 0x020a }; + +static const u16 snd_djm_opts_450_cap3[] = { + 0x030a, 0x0311, 0x0312, 0x0307, 0x0308, 0x0309, 0x030d }; + +static const u16 snd_djm_opts_450_pb1[] = { 0x0100, 0x0101, 0x0104 }; +static const u16 snd_djm_opts_450_pb2[] = { 0x0200, 0x0201, 0x0204 }; +static const u16 snd_djm_opts_450_pb3[] = { 0x0300, 0x0301, 0x0304 }; + +static const struct snd_djm_ctl snd_djm_ctls_450[] = { + SND_DJM_CTL("Capture Level", cap_level, 0, SND_DJM_WINDEX_CAPLVL), + SND_DJM_CTL("Ch1 Input", 450_cap1, 2, SND_DJM_WINDEX_CAP), + SND_DJM_CTL("Ch2 Input", 450_cap2, 2, SND_DJM_WINDEX_CAP), + SND_DJM_CTL("Ch3 Input", 450_cap3, 0, SND_DJM_WINDEX_CAP), + SND_DJM_CTL("Ch1 Output", 450_pb1, 0, SND_DJM_WINDEX_PB), + SND_DJM_CTL("Ch2 Output", 450_pb2, 1, SND_DJM_WINDEX_PB), + SND_DJM_CTL("Ch3 Output", 450_pb3, 2, SND_DJM_WINDEX_PB) +}; + + // DJM-750 static const u16 snd_djm_opts_750_cap1[] = { 0x0101, 0x0103, 0x0106, 0x0107, 0x0108, 0x0109, 0x010a, 0x010f }; @@ -3203,6 +3229,7 @@ [SND_DJM_850_IDX] = SND_DJM_DEVICE(850), [SND_DJM_900NXS2_IDX] = SND_DJM_DEVICE(900nxs2), [SND_DJM_750MK2_IDX] = SND_DJM_DEVICE(750mk2), + [SND_DJM_450_IDX] = SND_DJM_DEVICE(450), }; @@ -3449,6 +3476,9 @@ case USB_ID(0x2b73, 0x0017): /* Pioneer DJ DJM-250MK2 */ err = snd_djm_controls_create(mixer, SND_DJM_250MK2_IDX); break; + case USB_ID(0x2b73, 0x0013): /* Pioneer DJ DJM-450 */ + err = snd_djm_controls_create(mixer, SND_DJM_450_IDX); + break; case USB_ID(0x08e4, 0x017f): /* Pioneer DJ DJM-750 */ err = snd_djm_controls_create(mixer, SND_DJM_750_IDX); break; --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/usb/quirks.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/usb/quirks.c @@ -1994,7 +1994,11 @@ /* mic works only when ep packet size is set to wMaxPacketSize */ fp->attributes |= UAC_EP_CS_ATTR_FILL_MAX; break; - + case USB_ID(0x3511, 0x2b1e): /* Opencomm2 UC USB Bluetooth dongle */ + /* mic works only when ep pitch control is not set */ + if (stream == SNDRV_PCM_STREAM_CAPTURE) + fp->attributes &= ~UAC_EP_CS_ATTR_PITCH_CONTROL; + break; } } @@ -2173,6 +2177,8 @@ QUIRK_FLAG_FIXED_RATE), DEVICE_FLG(0x0ecb, 0x2069, /* JBL Quantum810 Wireless */ QUIRK_FLAG_FIXED_RATE), + DEVICE_FLG(0x1bcf, 0x2283, /* NexiGo N930AF FHD Webcam */ + QUIRK_FLAG_GET_SAMPLE_RATE), /* Vendor matches */ VENDOR_FLG(0x045e, /* MS Lifecam */ @@ -2214,6 +2220,8 @@ QUIRK_FLAG_DSD_RAW), VENDOR_FLG(0x2ab6, /* T+A devices */ QUIRK_FLAG_DSD_RAW), + VENDOR_FLG(0x2afd, /* McIntosh Laboratory, Inc. */ + QUIRK_FLAG_DSD_RAW), VENDOR_FLG(0x2d87, /* Cayin device */ QUIRK_FLAG_DSD_RAW), VENDOR_FLG(0x3336, /* HEM devices */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/sound/usb/stream.c +++ linux-lowlatency-hwe-6.5-6.5.0/sound/usb/stream.c @@ -1093,6 +1093,7 @@ int i, altno, err, stream; struct audioformat *fp = NULL; struct snd_usb_power_domain *pd = NULL; + bool set_iface_first; int num, protocol; dev = chip->dev; @@ -1223,11 +1224,19 @@ return err; } + set_iface_first = false; + if (protocol == UAC_VERSION_1 || + (chip->quirk_flags & QUIRK_FLAG_SET_IFACE_FIRST)) + set_iface_first = true; + /* try to set the interface... */ usb_set_interface(chip->dev, iface_no, 0); + if (set_iface_first) + usb_set_interface(chip->dev, iface_no, altno); snd_usb_init_pitch(chip, fp); snd_usb_init_sample_rate(chip, fp, fp->rate_max); - usb_set_interface(chip->dev, iface_no, altno); + if (!set_iface_first) + usb_set_interface(chip->dev, iface_no, altno); } return 0; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/arch/parisc/include/uapi/asm/errno.h +++ linux-lowlatency-hwe-6.5-6.5.0/tools/arch/parisc/include/uapi/asm/errno.h @@ -75,7 +75,6 @@ /* We now return you to your regularly scheduled HPUX. */ -#define ENOSYM 215 /* symbol does not exist in executable */ #define ENOTSOCK 216 /* Socket operation on non-socket */ #define EDESTADDRREQ 217 /* Destination address required */ #define EMSGSIZE 218 /* Message too long */ @@ -101,7 +100,6 @@ #define ETIMEDOUT 238 /* Connection timed out */ #define ECONNREFUSED 239 /* Connection refused */ #define EREFUSED ECONNREFUSED /* for HP's NFS apparently */ -#define EREMOTERELEASE 240 /* Remote peer released connection */ #define EHOSTDOWN 241 /* Host is down */ #define EHOSTUNREACH 242 /* No route to host */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/bpf/bpftool/skeleton/pid_iter.bpf.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/bpf/bpftool/skeleton/pid_iter.bpf.c @@ -15,6 +15,19 @@ BPF_OBJ_BTF, }; +struct bpf_perf_link___local { + struct bpf_link link; + struct file *perf_file; +} __attribute__((preserve_access_index)); + +struct perf_event___local { + u64 bpf_cookie; +} __attribute__((preserve_access_index)); + +enum bpf_link_type___local { + BPF_LINK_TYPE_PERF_EVENT___local = 7, +}; + extern const void bpf_link_fops __ksym; extern const void bpf_map_fops __ksym; extern const void bpf_prog_fops __ksym; @@ -41,10 +54,10 @@ /* could be used only with BPF_LINK_TYPE_PERF_EVENT links */ static __u64 get_bpf_cookie(struct bpf_link *link) { - struct bpf_perf_link *perf_link; - struct perf_event *event; + struct bpf_perf_link___local *perf_link; + struct perf_event___local *event; - perf_link = container_of(link, struct bpf_perf_link, link); + perf_link = container_of(link, struct bpf_perf_link___local, link); event = BPF_CORE_READ(perf_link, perf_file, private_data); return BPF_CORE_READ(event, bpf_cookie); } @@ -84,10 +97,13 @@ e.pid = task->tgid; e.id = get_obj_id(file->private_data, obj_type); - if (obj_type == BPF_OBJ_LINK) { + if (obj_type == BPF_OBJ_LINK && + bpf_core_enum_value_exists(enum bpf_link_type___local, + BPF_LINK_TYPE_PERF_EVENT___local)) { struct bpf_link *link = (struct bpf_link *) file->private_data; - if (BPF_CORE_READ(link, type) == BPF_LINK_TYPE_PERF_EVENT) { + if (link->type == bpf_core_enum_value(enum bpf_link_type___local, + BPF_LINK_TYPE_PERF_EVENT___local)) { e.has_bpf_cookie = true; e.bpf_cookie = get_bpf_cookie(link); } --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/bpf/bpftool/skeleton/profiler.bpf.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/bpf/bpftool/skeleton/profiler.bpf.c @@ -4,6 +4,12 @@ #include #include +struct bpf_perf_event_value___local { + __u64 counter; + __u64 enabled; + __u64 running; +} __attribute__((preserve_access_index)); + /* map of perf event fds, num_cpu * num_metric entries */ struct { __uint(type, BPF_MAP_TYPE_PERF_EVENT_ARRAY); @@ -15,14 +21,14 @@ struct { __uint(type, BPF_MAP_TYPE_PERCPU_ARRAY); __uint(key_size, sizeof(u32)); - __uint(value_size, sizeof(struct bpf_perf_event_value)); + __uint(value_size, sizeof(struct bpf_perf_event_value___local)); } fentry_readings SEC(".maps"); /* accumulated readings */ struct { __uint(type, BPF_MAP_TYPE_PERCPU_ARRAY); __uint(key_size, sizeof(u32)); - __uint(value_size, sizeof(struct bpf_perf_event_value)); + __uint(value_size, sizeof(struct bpf_perf_event_value___local)); } accum_readings SEC(".maps"); /* sample counts, one per cpu */ @@ -39,7 +45,7 @@ SEC("fentry/XXX") int BPF_PROG(fentry_XXX) { - struct bpf_perf_event_value *ptrs[MAX_NUM_MATRICS]; + struct bpf_perf_event_value___local *ptrs[MAX_NUM_MATRICS]; u32 key = bpf_get_smp_processor_id(); u32 i; @@ -53,10 +59,10 @@ } for (i = 0; i < num_metric && i < MAX_NUM_MATRICS; i++) { - struct bpf_perf_event_value reading; + struct bpf_perf_event_value___local reading; int err; - err = bpf_perf_event_read_value(&events, key, &reading, + err = bpf_perf_event_read_value(&events, key, (void *)&reading, sizeof(reading)); if (err) return 0; @@ -68,14 +74,14 @@ } static inline void -fexit_update_maps(u32 id, struct bpf_perf_event_value *after) +fexit_update_maps(u32 id, struct bpf_perf_event_value___local *after) { - struct bpf_perf_event_value *before, diff; + struct bpf_perf_event_value___local *before, diff; before = bpf_map_lookup_elem(&fentry_readings, &id); /* only account samples with a valid fentry_reading */ if (before && before->counter) { - struct bpf_perf_event_value *accum; + struct bpf_perf_event_value___local *accum; diff.counter = after->counter - before->counter; diff.enabled = after->enabled - before->enabled; @@ -93,7 +99,7 @@ SEC("fexit/XXX") int BPF_PROG(fexit_XXX) { - struct bpf_perf_event_value readings[MAX_NUM_MATRICS]; + struct bpf_perf_event_value___local readings[MAX_NUM_MATRICS]; u32 cpu = bpf_get_smp_processor_id(); u32 i, zero = 0; int err; @@ -102,7 +108,8 @@ /* read all events before updating the maps, to reduce error */ for (i = 0; i < num_metric && i < MAX_NUM_MATRICS; i++) { err = bpf_perf_event_read_value(&events, cpu + i * num_cpu, - readings + i, sizeof(*readings)); + (void *)(readings + i), + sizeof(*readings)); if (err) return 0; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/build/Makefile.build +++ linux-lowlatency-hwe-6.5-6.5.0/tools/build/Makefile.build @@ -117,6 +117,16 @@ $(call rule_mkdir) $(call if_changed_dep,cc_s_c) +# bison and flex files are generated in the OUTPUT directory +# so it needs a separate rule to depend on them properly +$(OUTPUT)%-bison.o: $(OUTPUT)%-bison.c FORCE + $(call rule_mkdir) + $(call if_changed_dep,$(host)cc_o_c) + +$(OUTPUT)%-flex.o: $(OUTPUT)%-flex.c FORCE + $(call rule_mkdir) + $(call if_changed_dep,$(host)cc_o_c) + # Gather build data: # obj-y - list of build objects # subdir-y - list of directories to nest --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/hv/hv_kvp_daemon.8 +++ linux-lowlatency-hwe-6.5-6.5.0/tools/hv/hv_kvp_daemon.8 @@ -0,0 +1,26 @@ +.\" This page Copyright (C) 2012 Andy Whitcroft +.\" Distributed under the GPL v2 or later. +.TH HV_KVP_DAEMON 8 +.SH NAME +hv_kvp_daemon \- Hyper-V Key Value Pair daemon +.SH SYNOPSIS +.ft B +.B hv_kvp_daemon +.br +.SH DESCRIPTION +\fBhv_kvp_daemon\fP +is the userspace component of the Hyper-V key value pair functionality, +communicating via a netlink socket with the kernel HV-KVP driver. +This pairing allows the Hyper-V host to pass configuration information +(such as IP addresses) to the guest and allows the host to obtain guest +version information. + +.SH FILES +.ta +.nf +/var/opt/hyperv/.kvp_pool_* +.fi + +.SH AUTHORS +.nf +Written by K. Y. Srinivasan --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/hv/lsvmbus +++ linux-lowlatency-hwe-6.5-6.5.0/tools/hv/lsvmbus @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # SPDX-License-Identifier: GPL-2.0 import os --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/hv/lsvmbus.8 +++ linux-lowlatency-hwe-6.5-6.5.0/tools/hv/lsvmbus.8 @@ -0,0 +1,23 @@ +.\" This page Copyright (C) 2016 Andy Whitcroft +.\" Distributed under the GPL v2 or later. +.TH LSVMBUS 8 +.SH NAME +lsvmbus \- List Hyper-V VMBus devices +.SH SYNOPSIS +.ft B +.B lsvmbus [-vv] +.br +.SH DESCRIPTION +\fBlsvmbus\fP +displays devices attached to the Hyper-V VMBus. +.SH OPTIONS +.\" +.TP +.B -v +With -v more information is printed including the VMBus Rel_ID, class ID, +Rel_ID, and which channel is bound to which virtual processor. Use -vv +for additional detail including the Device_ID and the sysfs path. +.\" +.SH AUTHORS +.nf +Written by Dexuan Cui --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/iio/iio_generic_buffer.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/iio/iio_generic_buffer.c @@ -51,12 +51,15 @@ * Has the side effect of filling the channels[i].location values used * in processing the buffer output. **/ -static int size_from_channelarray(struct iio_channel_info *channels, int num_channels) +static unsigned int size_from_channelarray(struct iio_channel_info *channels, int num_channels) { - int bytes = 0; - int i = 0; + unsigned int bytes = 0; + int i = 0, max = 0; + unsigned int misalignment; while (i < num_channels) { + if (channels[i].bytes > max) + max = channels[i].bytes; if (bytes % channels[i].bytes == 0) channels[i].location = bytes; else @@ -66,6 +69,14 @@ bytes = channels[i].location + channels[i].bytes; i++; } + /* + * We want the data in next sample to also be properly aligned so + * we'll add padding at the end if needed. Adding padding only + * works for channel data which size is 2^n bytes. + */ + misalignment = bytes % max; + if (misalignment) + bytes += max - misalignment; return bytes; } @@ -348,7 +359,7 @@ ssize_t read_size; int dev_num = -1, trig_num = -1; char *buffer_access = NULL; - int scan_size; + unsigned int scan_size; int noevents = 0; int notrigger = 0; char *dummy; @@ -674,7 +685,16 @@ } scan_size = size_from_channelarray(channels, num_channels); - data = malloc(scan_size * buf_len); + + size_t total_buf_len = scan_size * buf_len; + + if (scan_size > 0 && total_buf_len / scan_size != buf_len) { + ret = -EFAULT; + perror("Integer overflow happened when calculate scan_size * buf_len"); + goto error; + } + + data = malloc(total_buf_len); if (!data) { ret = -ENOMEM; goto error; --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/include/linux/btf_ids.h +++ linux-lowlatency-hwe-6.5-6.5.0/tools/include/linux/btf_ids.h @@ -38,7 +38,7 @@ ____BTF_ID(symbol) #define __ID(prefix) \ - __PASTE(prefix, __COUNTER__) + __PASTE(__PASTE(prefix, __COUNTER__), __LINE__) /* * The BTF_ID defines unique symbol for each ID pointing --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/include/linux/mm.h +++ linux-lowlatency-hwe-6.5-6.5.0/tools/include/linux/mm.h @@ -11,8 +11,6 @@ #define PHYS_ADDR_MAX (~(phys_addr_t)0) -#define __ALIGN_KERNEL(x, a) __ALIGN_KERNEL_MASK(x, (typeof(x))(a) - 1) -#define __ALIGN_KERNEL_MASK(x, mask) (((x) + (mask)) & ~(mask)) #define ALIGN(x, a) __ALIGN_KERNEL((x), (a)) #define ALIGN_DOWN(x, a) __ALIGN_KERNEL((x) - ((a) - 1), (a)) @@ -29,7 +27,7 @@ return __va(address); } -void reserve_bootmem_region(phys_addr_t start, phys_addr_t end); +void reserve_bootmem_region(phys_addr_t start, phys_addr_t end, int nid); static inline void totalram_pages_inc(void) { --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/include/linux/rwsem.h +++ linux-lowlatency-hwe-6.5-6.5.0/tools/include/linux/rwsem.h @@ -0,0 +1,40 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +#ifndef _TOOLS__RWSEM_H +#define _TOOLS__RWSEM_H + +#include + +struct rw_semaphore { + pthread_rwlock_t lock; +}; + +static inline int init_rwsem(struct rw_semaphore *sem) +{ + return pthread_rwlock_init(&sem->lock, NULL); +} + +static inline int exit_rwsem(struct rw_semaphore *sem) +{ + return pthread_rwlock_destroy(&sem->lock); +} + +static inline int down_read(struct rw_semaphore *sem) +{ + return pthread_rwlock_rdlock(&sem->lock); +} + +static inline int up_read(struct rw_semaphore *sem) +{ + return pthread_rwlock_unlock(&sem->lock); +} + +static inline int down_write(struct rw_semaphore *sem) +{ + return pthread_rwlock_wrlock(&sem->lock); +} + +static inline int up_write(struct rw_semaphore *sem) +{ + return pthread_rwlock_unlock(&sem->lock); +} +#endif /* _TOOLS_RWSEM_H */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/include/linux/seq_file.h +++ linux-lowlatency-hwe-6.5-6.5.0/tools/include/linux/seq_file.h @@ -1,4 +1,6 @@ #ifndef _TOOLS_INCLUDE_LINUX_SEQ_FILE_H #define _TOOLS_INCLUDE_LINUX_SEQ_FILE_H +struct seq_file; + #endif /* _TOOLS_INCLUDE_LINUX_SEQ_FILE_H */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/include/nolibc/arch-aarch64.h +++ linux-lowlatency-hwe-6.5-6.5.0/tools/include/nolibc/arch-aarch64.h @@ -175,7 +175,7 @@ const unsigned long *_auxv __attribute__((weak)); /* startup code */ -void __attribute__((weak,noreturn,optimize("omit-frame-pointer"))) __no_stack_protector _start(void) +void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector _start(void) { __asm__ volatile ( #ifdef _NOLIBC_STACKPROTECTOR --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/include/nolibc/arch-arm.h +++ linux-lowlatency-hwe-6.5-6.5.0/tools/include/nolibc/arch-arm.h @@ -225,7 +225,7 @@ const unsigned long *_auxv __attribute__((weak)); /* startup code */ -void __attribute__((weak,noreturn,optimize("omit-frame-pointer"))) __no_stack_protector _start(void) +void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector _start(void) { __asm__ volatile ( #ifdef _NOLIBC_STACKPROTECTOR --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/include/nolibc/arch-i386.h +++ linux-lowlatency-hwe-6.5-6.5.0/tools/include/nolibc/arch-i386.h @@ -190,7 +190,7 @@ * 2) The deepest stack frame should be set to zero * */ -void __attribute__((weak,noreturn,optimize("omit-frame-pointer"))) __no_stack_protector _start(void) +void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector _start(void) { __asm__ volatile ( #ifdef _NOLIBC_STACKPROTECTOR --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/include/nolibc/arch-loongarch.h +++ linux-lowlatency-hwe-6.5-6.5.0/tools/include/nolibc/arch-loongarch.h @@ -172,7 +172,7 @@ #endif /* startup code */ -void __attribute__((weak,noreturn,optimize("omit-frame-pointer"))) __no_stack_protector _start(void) +void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector _start(void) { __asm__ volatile ( #ifdef _NOLIBC_STACKPROTECTOR --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/include/nolibc/arch-mips.h +++ linux-lowlatency-hwe-6.5-6.5.0/tools/include/nolibc/arch-mips.h @@ -182,7 +182,7 @@ const unsigned long *_auxv __attribute__((weak)); /* startup code, note that it's called __start on MIPS */ -void __attribute__((weak,noreturn,optimize("omit-frame-pointer"))) __no_stack_protector __start(void) +void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector __start(void) { __asm__ volatile ( /*".set nomips16\n"*/ --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/include/nolibc/arch-riscv.h +++ linux-lowlatency-hwe-6.5-6.5.0/tools/include/nolibc/arch-riscv.h @@ -180,7 +180,7 @@ const unsigned long *_auxv __attribute__((weak)); /* startup code */ -void __attribute__((weak,noreturn,optimize("omit-frame-pointer"))) __no_stack_protector _start(void) +void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector _start(void) { __asm__ volatile ( ".option push\n" --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/include/nolibc/arch-s390.h +++ linux-lowlatency-hwe-6.5-6.5.0/tools/include/nolibc/arch-s390.h @@ -166,7 +166,7 @@ const unsigned long *_auxv __attribute__((weak)); /* startup code */ -void __attribute__((weak,noreturn,optimize("omit-frame-pointer"))) __no_stack_protector _start(void) +void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector _start(void) { __asm__ volatile ( "lg %r2,0(%r15)\n" /* argument count */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/include/nolibc/arch-x86_64.h +++ linux-lowlatency-hwe-6.5-6.5.0/tools/include/nolibc/arch-x86_64.h @@ -190,7 +190,7 @@ * 2) The deepest stack frame should be zero (the %rbp). * */ -void __attribute__((weak,noreturn,optimize("omit-frame-pointer"))) __no_stack_protector _start(void) +void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector _start(void) { __asm__ volatile ( #ifdef _NOLIBC_STACKPROTECTOR --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/include/uapi/linux/bpf.h +++ linux-lowlatency-hwe-6.5-6.5.0/tools/include/uapi/linux/bpf.h @@ -1897,7 +1897,9 @@ * performed again, if the helper is used in combination with * direct packet access. * Return - * 0 on success, or a negative error in case of failure. + * 0 on success, or a negative error in case of failure. Positive + * error indicates a potential drop or congestion in the target + * device. The particular positive error codes are not defined. * * u64 bpf_get_current_pid_tgid(void) * Description --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/include/uapi/linux/prctl.h +++ linux-lowlatency-hwe-6.5-6.5.0/tools/include/uapi/linux/prctl.h @@ -283,7 +283,8 @@ /* Memory deny write / execute */ #define PR_SET_MDWE 65 -# define PR_MDWE_REFUSE_EXEC_GAIN 1 +# define PR_MDWE_REFUSE_EXEC_GAIN (1UL << 0) +# define PR_MDWE_NO_INHERIT (1UL << 1) #define PR_GET_MDWE 66 --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/lib/bpf/libbpf.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/lib/bpf/libbpf.c @@ -1975,9 +1975,9 @@ return -ENAMETOOLONG; /* gzopen also accepts uncompressed files. */ - file = gzopen(buf, "r"); + file = gzopen(buf, "re"); if (!file) - file = gzopen("/proc/config.gz", "r"); + file = gzopen("/proc/config.gz", "re"); if (!file) { pr_warn("failed to open system Kconfig\n"); @@ -6157,7 +6157,11 @@ if (main_prog == subprog) return 0; relos = libbpf_reallocarray(main_prog->reloc_desc, new_cnt, sizeof(*relos)); - if (!relos) + /* if new count is zero, reallocarray can return a valid NULL result; + * in this case the previous pointer will be freed, so we *have to* + * reassign old pointer to the new value (even if it's NULL) + */ + if (!relos && new_cnt) return -ENOMEM; if (subprog->nr_reloc) memcpy(relos + main_prog->nr_reloc, subprog->reloc_desc, @@ -8352,6 +8356,7 @@ bpf_object__elf_finish(obj); bpf_object_unload(obj); btf__free(obj->btf); + btf__free(obj->btf_vmlinux); btf_ext__free(obj->btf_ext); for (i = 0; i < obj->nr_maps; i++) @@ -8528,7 +8533,8 @@ return -EBUSY; insns = libbpf_reallocarray(prog->insns, new_insn_cnt, sizeof(*insns)); - if (!insns) { + /* NULL is a valid return from reallocarray if the new count is zero */ + if (!insns && new_insn_cnt) { pr_warn("prog '%s': failed to realloc prog code\n", prog->name); return -ENOMEM; } @@ -8558,13 +8564,31 @@ return prog->type; } +static size_t custom_sec_def_cnt; +static struct bpf_sec_def *custom_sec_defs; +static struct bpf_sec_def custom_fallback_def; +static bool has_custom_fallback_def; +static int last_custom_sec_def_handler_id; + int bpf_program__set_type(struct bpf_program *prog, enum bpf_prog_type type) { if (prog->obj->loaded) return libbpf_err(-EBUSY); + /* if type is not changed, do nothing */ + if (prog->type == type) + return 0; + prog->type = type; - prog->sec_def = NULL; + + /* If a program type was changed, we need to reset associated SEC() + * handler, as it will be invalid now. The only exception is a generic + * fallback handler, which by definition is program type-agnostic and + * is a catch-all custom handler, optionally set by the application, + * so should be able to handle any type of BPF program. + */ + if (prog->sec_def != &custom_fallback_def) + prog->sec_def = NULL; return 0; } @@ -8740,13 +8764,6 @@ SEC_DEF("netfilter", NETFILTER, BPF_NETFILTER, SEC_NONE), }; -static size_t custom_sec_def_cnt; -static struct bpf_sec_def *custom_sec_defs; -static struct bpf_sec_def custom_fallback_def; -static bool has_custom_fallback_def; - -static int last_custom_sec_def_handler_id; - int libbpf_register_prog_handler(const char *sec, enum bpf_prog_type prog_type, enum bpf_attach_type exp_attach_type, @@ -8826,7 +8843,11 @@ /* try to shrink the array, but it's ok if we couldn't */ sec_defs = libbpf_reallocarray(custom_sec_defs, custom_sec_def_cnt, sizeof(*sec_defs)); - if (sec_defs) + /* if new count is zero, reallocarray can return a valid NULL result; + * in this case the previous pointer will be freed, so we *have to* + * reassign old pointer to the new value (even if it's NULL) + */ + if (sec_defs || custom_sec_def_cnt == 0) custom_sec_defs = sec_defs; return 0; --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/lib/bpf/usdt.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/lib/bpf/usdt.c @@ -852,8 +852,11 @@ * system is so exhausted on memory, it's the least of user's * concerns, probably. * So just do our best here to return those IDs to usdt_manager. + * Another edge case when we can legitimately get NULL is when + * new_cnt is zero, which can happen in some edge cases, so we + * need to be careful about that. */ - if (new_free_ids) { + if (new_free_ids || new_cnt == 0) { memcpy(new_free_ids + man->free_spec_cnt, usdt_link->spec_ids, usdt_link->spec_cnt * sizeof(*usdt_link->spec_ids)); man->free_spec_ids = new_free_ids; --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/lib/perf/include/internal/rc_check.h +++ linux-lowlatency-hwe-6.5-6.5.0/tools/lib/perf/include/internal/rc_check.h @@ -9,8 +9,12 @@ * Enable reference count checking implicitly with leak checking, which is * integrated into address sanitizer. */ -#if defined(LEAK_SANITIZER) || defined(ADDRESS_SANITIZER) +#if defined(__SANITIZE_ADDRESS__) || defined(LEAK_SANITIZER) || defined(ADDRESS_SANITIZER) #define REFCNT_CHECKING 1 +#elif defined(__has_feature) +#if __has_feature(address_sanitizer) || __has_feature(leak_sanitizer) +#define REFCNT_CHECKING 1 +#endif #endif /* --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/mm/Makefile +++ linux-lowlatency-hwe-6.5-6.5.0/tools/mm/Makefile @@ -8,8 +8,8 @@ LIB_DIR = ../lib/api LIBS = $(LIB_DIR)/libapi.a -CFLAGS += -Wall -Wextra -I../lib/ -LDFLAGS += $(LIBS) +CFLAGS += -Wall -Wextra -I../lib/ -pthread +LDFLAGS += $(LIBS) -pthread all: $(TARGETS) --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/objtool/check.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/objtool/check.c @@ -4333,7 +4333,8 @@ continue; } - if (insn_func(dest) && insn_func(dest) == insn_func(insn)) { + if (insn_func(dest) && insn_func(insn) && + insn_func(dest)->pfunc == insn_func(insn)->pfunc) { /* * Anything from->to self is either _THIS_IP_ or * IRET-to-self. --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/objtool/objtool.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/objtool/objtool.c @@ -146,7 +146,5 @@ exec_cmd_init("objtool", UNUSED, UNUSED, UNUSED); pager_init(UNUSED); - objtool_run(argc, argv); - - return 0; + return objtool_run(argc, argv); } --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/Documentation/perf-dlfilter.txt +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/Documentation/perf-dlfilter.txt @@ -64,6 +64,12 @@ If implemented, 'filter_description' should return a one-line description of the filter, and optionally a longer description. +Do not assume the 'sample' argument is valid (dereferenceable) +after 'filter_event' and 'filter_event_early' return. + +Do not assume data referenced by pointers in struct perf_dlfilter_sample +is valid (dereferenceable) after 'filter_event' and 'filter_event_early' return. + The perf_dlfilter_sample structure ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -150,7 +156,8 @@ const char *(*srcline)(void *ctx, __u32 *line_number); struct perf_event_attr *(*attr)(void *ctx); __s32 (*object_code)(void *ctx, __u64 ip, void *buf, __u32 len); - void *(*reserved[120])(void *); + void (*al_cleanup)(void *ctx, struct perf_dlfilter_al *al); + void *(*reserved[119])(void *); }; ---- @@ -161,7 +168,8 @@ 'args' returns arguments from --dlarg options. 'resolve_address' provides information about 'address'. al->size must be set -before calling. Returns 0 on success, -1 otherwise. +before calling. Returns 0 on success, -1 otherwise. Call al_cleanup() (if present, +see below) when 'al' data is no longer needed. 'insn' returns instruction bytes and length. @@ -171,6 +179,12 @@ 'object_code' reads object code and returns the number of bytes read. +'al_cleanup' must be called (if present, so check perf_dlfilter_fns.al_cleanup != NULL) +after resolve_address() to free any associated resources. + +Do not assume pointers obtained via perf_dlfilter_fns are valid (dereferenceable) +after 'filter_event' and 'filter_event_early' return. + The perf_dlfilter_al structure ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -197,9 +211,13 @@ /* Below members are only populated by resolve_ip() */ __u8 filtered; /* true if this sample event will be filtered out */ const char *comm; + void *priv; /* Private data. Do not change */ }; ---- +Do not assume data referenced by pointers in struct perf_dlfilter_al +is valid (dereferenceable) after 'filter_event' and 'filter_event_early' return. + perf_dlfilter_sample flags ~~~~~~~~~~~~~~~~~~~~~~~~~~ --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/Documentation/perf-kwork.txt +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/Documentation/perf-kwork.txt @@ -8,7 +8,7 @@ SYNOPSIS -------- [verse] -'perf kwork' {record} +'perf kwork' {record|report|latency|timehist} DESCRIPTION ----------- --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/Makefile.config +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/Makefile.config @@ -896,6 +896,11 @@ endif endif +ifdef HAVE_NO_LIBBFD + feature-libbfd := 0 + $(info libbfd overidden OFF) +else + ifdef BUILD_NONDISTRO ifeq ($(feature-libbfd), 1) EXTLIBS += -lbfd -lopcodes @@ -932,6 +937,8 @@ endif endif +endif + ifndef NO_DEMANGLE $(call feature_check,cxa-demangle) ifeq ($(feature-cxa-demangle), 1) --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/Makefile.perf +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/Makefile.perf @@ -69,6 +69,10 @@ # Define NO_LIBDW_DWARF_UNWIND if you do not want libdw support # for dwarf backtrace post unwind. # +# Define NO_LIBTRACEEVENT=1 if you don't want libtraceevent to be linked, +# this will remove multiple features and tools, such as 'perf trace', +# that need it to read tracefs event format files, etc. +# # Define NO_PERF_READ_VDSO32 if you do not want to build perf-read-vdso32 # for reading the 32-bit compatibility VDSO in 64-bit mode # @@ -381,7 +385,7 @@ PROGRAMS += $(OUTPUT)$(LIBJVMTI) endif -DLFILTERS := dlfilter-test-api-v0.so dlfilter-show-cycles.so +DLFILTERS := dlfilter-test-api-v0.so dlfilter-test-api-v2.so dlfilter-show-cycles.so DLFILTERS := $(patsubst %,$(OUTPUT)dlfilters/%,$(DLFILTERS)) # what 'all' will build and 'install' will install, in perfexecdir --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/arch/arm64/util/mem-events.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/arch/arm64/util/mem-events.c @@ -20,7 +20,7 @@ return &perf_mem_events[i]; } -char *perf_mem_events__name(int i, char *pmu_name __maybe_unused) +const char *perf_mem_events__name(int i, const char *pmu_name __maybe_unused) { struct perf_mem_event *e = perf_mem_events__ptr(i); --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/arch/powerpc/util/mem-events.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/arch/powerpc/util/mem-events.c @@ -3,10 +3,10 @@ #include "mem-events.h" /* PowerPC does not support 'ldlat' parameter. */ -char *perf_mem_events__name(int i, char *pmu_name __maybe_unused) +const char *perf_mem_events__name(int i, const char *pmu_name __maybe_unused) { if (i == PERF_MEM_EVENTS__LOAD) - return (char *) "cpu/mem-loads/"; + return "cpu/mem-loads/"; - return (char *) "cpu/mem-stores/"; + return "cpu/mem-stores/"; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/arch/x86/util/mem-events.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/arch/x86/util/mem-events.c @@ -52,7 +52,7 @@ return leader->core.attr.config == MEM_LOADS_AUX; } -char *perf_mem_events__name(int i, char *pmu_name) +const char *perf_mem_events__name(int i, const char *pmu_name) { struct perf_mem_event *e = perf_mem_events__ptr(i); @@ -65,7 +65,7 @@ if (!pmu_name) { mem_loads_name__init = true; - pmu_name = (char *)"cpu"; + pmu_name = "cpu"; } if (perf_pmus__have_event(pmu_name, "mem-loads-aux")) { @@ -82,12 +82,12 @@ if (i == PERF_MEM_EVENTS__STORE) { if (!pmu_name) - pmu_name = (char *)"cpu"; + pmu_name = "cpu"; scnprintf(mem_stores_name, sizeof(mem_stores_name), e->name, pmu_name); return mem_stores_name; } - return (char *)e->name; + return e->name; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/arch/x86/util/pmu.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/arch/x86/util/pmu.c @@ -126,7 +126,7 @@ return ret; } -static char *__pmu_find_real_name(const char *name) +static const char *__pmu_find_real_name(const char *name) { struct pmu_alias *pmu_alias; @@ -135,10 +135,10 @@ return pmu_alias->name; } - return (char *)name; + return name; } -char *pmu_find_real_name(const char *name) +const char *pmu_find_real_name(const char *name) { if (cached_list) return __pmu_find_real_name(name); @@ -149,7 +149,7 @@ return __pmu_find_real_name(name); } -static char *__pmu_find_alias_name(const char *name) +static const char *__pmu_find_alias_name(const char *name) { struct pmu_alias *pmu_alias; @@ -160,7 +160,7 @@ return NULL; } -char *pmu_find_alias_name(const char *name) +const char *pmu_find_alias_name(const char *name) { if (cached_list) return __pmu_find_alias_name(name); --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/builtin-kwork.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/builtin-kwork.c @@ -406,12 +406,14 @@ work = work_findnew(&class->work_root, &key, &kwork->cmp_id); if (work == NULL) { - free(atom); + atom_free(atom); return -1; } - if (!profile_event_match(kwork, work, sample)) + if (!profile_event_match(kwork, work, sample)) { + atom_free(atom); return 0; + } if (dst_type < KWORK_TRACE_MAX) { dst_atom = list_last_entry_or_null(&work->atom_list[dst_type], @@ -1692,9 +1694,10 @@ static struct perf_kwork kwork = { .class_list = LIST_HEAD_INIT(kwork.class_list), .tool = { - .mmap = perf_event__process_mmap, - .mmap2 = perf_event__process_mmap2, - .sample = perf_kwork__process_tracepoint_sample, + .mmap = perf_event__process_mmap, + .mmap2 = perf_event__process_mmap2, + .sample = perf_kwork__process_tracepoint_sample, + .ordered_events = true, }, .atom_page_list = LIST_HEAD_INIT(kwork.atom_page_list), .sort_list = LIST_HEAD_INIT(kwork.sort_list), --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/builtin-list.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/builtin-list.c @@ -502,7 +502,7 @@ ret = -1; goto out; } - default_ps.pmu_glob = pmu->name; + default_ps.pmu_glob = strdup(pmu->name); } } print_cb.print_start(ps); --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/builtin-lock.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/builtin-lock.c @@ -524,6 +524,7 @@ struct map *kmap; struct symbol *sym; u64 ip; + const char *arch = perf_env__arch(machine->env); if (list_empty(&callstack_filters)) return true; @@ -531,7 +532,21 @@ for (int i = 0; i < max_stack_depth; i++) { struct callstack_filter *filter; - if (!callstack || !callstack[i]) + /* + * In powerpc, the callchain saved by kernel always includes + * first three entries as the NIP (next instruction pointer), + * LR (link register), and the contents of LR save area in the + * second stack frame. In certain scenarios its possible to have + * invalid kernel instruction addresses in either LR or the second + * stack frame's LR. In that case, kernel will store that address as + * zero. + * + * The below check will continue to look into callstack, + * incase first or second callstack index entry has 0 + * address for powerpc. + */ + if (!callstack || (!callstack[i] && (strcmp(arch, "powerpc") || + (i != 1 && i != 2)))) break; ip = callstack[i]; @@ -2052,6 +2067,7 @@ if (IS_ERR(session)) { pr_err("Initializing perf session failed\n"); err = PTR_ERR(session); + session = NULL; goto out_delete; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/builtin-script.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/builtin-script.c @@ -2199,6 +2199,17 @@ if (PRINT_FIELD(RETIRE_LAT)) fprintf(fp, "%16" PRIu16, sample->retire_lat); + if (PRINT_FIELD(CGROUP)) { + const char *cgrp_name; + struct cgroup *cgrp = cgroup__find(machine->env, + sample->cgroup); + if (cgrp != NULL) + cgrp_name = cgrp->name; + else + cgrp_name = "unknown"; + fprintf(fp, " %s", cgrp_name); + } + if (PRINT_FIELD(IP)) { struct callchain_cursor *cursor = NULL; @@ -2243,17 +2254,6 @@ if (PRINT_FIELD(CODE_PAGE_SIZE)) fprintf(fp, " %s", get_page_size_name(sample->code_page_size, str)); - if (PRINT_FIELD(CGROUP)) { - const char *cgrp_name; - struct cgroup *cgrp = cgroup__find(machine->env, - sample->cgroup); - if (cgrp != NULL) - cgrp_name = cgrp->name; - else - cgrp_name = "unknown"; - fprintf(fp, " %s", cgrp_name); - } - perf_sample__fprintf_ipc(sample, attr, fp); fprintf(fp, "\n"); --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/builtin-stat.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/builtin-stat.c @@ -1622,7 +1622,7 @@ * taking the highest cpu number to be the size of * the aggregation translate cpumap. */ - if (evsel_list->core.user_requested_cpus) + if (!perf_cpu_map__empty(evsel_list->core.user_requested_cpus)) nr = perf_cpu_map__max(evsel_list->core.user_requested_cpus).cpu; else nr = 0; --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/builtin-top.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/builtin-top.c @@ -1805,6 +1805,7 @@ top.session = perf_session__new(NULL, NULL); if (IS_ERR(top.session)) { status = PTR_ERR(top.session); + top.session = NULL; goto out_delete_evlist; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/builtin-trace.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/builtin-trace.c @@ -3136,13 +3136,8 @@ struct evsel *evsel; evlist__for_each_entry(evlist, evsel) { - struct evsel_trace *et = evsel->priv; - - if (!et || !evsel->tp_format || strcmp(evsel->tp_format->system, "syscalls")) - continue; - - zfree(&et->fmt); - free(et); + evsel_trace__delete(evsel->priv); + evsel->priv = NULL; } } --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/dlfilters/dlfilter-test-api-v2.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/dlfilters/dlfilter-test-api-v2.c @@ -0,0 +1,377 @@ +// SPDX-License-Identifier: GPL-2.0 +/* + * Test v2 API for perf --dlfilter shared object + * Copyright (c) 2023, Intel Corporation. + */ +#include +#include +#include +#include + +/* + * Copy v2 API instead of including current API + */ +#include +#include + +/* + * The following macro can be used to determine if this header defines + * perf_dlfilter_sample machine_pid and vcpu. + */ +#define PERF_DLFILTER_HAS_MACHINE_PID + +/* Definitions for perf_dlfilter_sample flags */ +enum { + PERF_DLFILTER_FLAG_BRANCH = 1ULL << 0, + PERF_DLFILTER_FLAG_CALL = 1ULL << 1, + PERF_DLFILTER_FLAG_RETURN = 1ULL << 2, + PERF_DLFILTER_FLAG_CONDITIONAL = 1ULL << 3, + PERF_DLFILTER_FLAG_SYSCALLRET = 1ULL << 4, + PERF_DLFILTER_FLAG_ASYNC = 1ULL << 5, + PERF_DLFILTER_FLAG_INTERRUPT = 1ULL << 6, + PERF_DLFILTER_FLAG_TX_ABORT = 1ULL << 7, + PERF_DLFILTER_FLAG_TRACE_BEGIN = 1ULL << 8, + PERF_DLFILTER_FLAG_TRACE_END = 1ULL << 9, + PERF_DLFILTER_FLAG_IN_TX = 1ULL << 10, + PERF_DLFILTER_FLAG_VMENTRY = 1ULL << 11, + PERF_DLFILTER_FLAG_VMEXIT = 1ULL << 12, +}; + +/* + * perf sample event information (as per perf script and ) + */ +struct perf_dlfilter_sample { + __u32 size; /* Size of this structure (for compatibility checking) */ + __u16 ins_lat; /* Refer PERF_SAMPLE_WEIGHT_TYPE in */ + __u16 p_stage_cyc; /* Refer PERF_SAMPLE_WEIGHT_TYPE in */ + __u64 ip; + __s32 pid; + __s32 tid; + __u64 time; + __u64 addr; + __u64 id; + __u64 stream_id; + __u64 period; + __u64 weight; /* Refer PERF_SAMPLE_WEIGHT_TYPE in */ + __u64 transaction; /* Refer PERF_SAMPLE_TRANSACTION in */ + __u64 insn_cnt; /* For instructions-per-cycle (IPC) */ + __u64 cyc_cnt; /* For instructions-per-cycle (IPC) */ + __s32 cpu; + __u32 flags; /* Refer PERF_DLFILTER_FLAG_* above */ + __u64 data_src; /* Refer PERF_SAMPLE_DATA_SRC in */ + __u64 phys_addr; /* Refer PERF_SAMPLE_PHYS_ADDR in */ + __u64 data_page_size; /* Refer PERF_SAMPLE_DATA_PAGE_SIZE in */ + __u64 code_page_size; /* Refer PERF_SAMPLE_CODE_PAGE_SIZE in */ + __u64 cgroup; /* Refer PERF_SAMPLE_CGROUP in */ + __u8 cpumode; /* Refer CPUMODE_MASK etc in */ + __u8 addr_correlates_sym; /* True => resolve_addr() can be called */ + __u16 misc; /* Refer perf_event_header in */ + __u32 raw_size; /* Refer PERF_SAMPLE_RAW in */ + const void *raw_data; /* Refer PERF_SAMPLE_RAW in */ + __u64 brstack_nr; /* Number of brstack entries */ + const struct perf_branch_entry *brstack; /* Refer */ + __u64 raw_callchain_nr; /* Number of raw_callchain entries */ + const __u64 *raw_callchain; /* Refer */ + const char *event; + __s32 machine_pid; + __s32 vcpu; +}; + +/* + * Address location (as per perf script) + */ +struct perf_dlfilter_al { + __u32 size; /* Size of this structure (for compatibility checking) */ + __u32 symoff; + const char *sym; + __u64 addr; /* Mapped address (from dso) */ + __u64 sym_start; + __u64 sym_end; + const char *dso; + __u8 sym_binding; /* STB_LOCAL, STB_GLOBAL or STB_WEAK, refer */ + __u8 is_64_bit; /* Only valid if dso is not NULL */ + __u8 is_kernel_ip; /* True if in kernel space */ + __u32 buildid_size; + __u8 *buildid; + /* Below members are only populated by resolve_ip() */ + __u8 filtered; /* True if this sample event will be filtered out */ + const char *comm; + void *priv; /* Private data (v2 API) */ +}; + +struct perf_dlfilter_fns { + /* Return information about ip */ + const struct perf_dlfilter_al *(*resolve_ip)(void *ctx); + /* Return information about addr (if addr_correlates_sym) */ + const struct perf_dlfilter_al *(*resolve_addr)(void *ctx); + /* Return arguments from --dlarg option */ + char **(*args)(void *ctx, int *dlargc); + /* + * Return information about address (al->size must be set before + * calling). Returns 0 on success, -1 otherwise. Call al_cleanup() + * when 'al' data is no longer needed. + */ + __s32 (*resolve_address)(void *ctx, __u64 address, struct perf_dlfilter_al *al); + /* Return instruction bytes and length */ + const __u8 *(*insn)(void *ctx, __u32 *length); + /* Return source file name and line number */ + const char *(*srcline)(void *ctx, __u32 *line_number); + /* Return perf_event_attr, refer */ + struct perf_event_attr *(*attr)(void *ctx); + /* Read object code, return numbers of bytes read */ + __s32 (*object_code)(void *ctx, __u64 ip, void *buf, __u32 len); + /* + * If present (i.e. must check al_cleanup != NULL), call after + * resolve_address() to free any associated resources. (v2 API) + */ + void (*al_cleanup)(void *ctx, struct perf_dlfilter_al *al); + /* Reserved */ + void *(*reserved[119])(void *); +}; + +struct perf_dlfilter_fns perf_dlfilter_fns; + +static int verbose; + +#define pr_debug(fmt, ...) do { \ + if (verbose > 0) \ + fprintf(stderr, fmt, ##__VA_ARGS__); \ + } while (0) + +static int test_fail(const char *msg) +{ + pr_debug("%s\n", msg); + return -1; +} + +#define CHECK(x) do { \ + if (!(x)) \ + return test_fail("Check '" #x "' failed\n"); \ + } while (0) + +struct filter_data { + __u64 ip; + __u64 addr; + int do_early; + int early_filter_cnt; + int filter_cnt; +}; + +static struct filter_data *filt_dat; + +int start(void **data, void *ctx) +{ + int dlargc; + char **dlargv; + struct filter_data *d; + static bool called; + + verbose = 1; + + CHECK(!filt_dat && !called); + called = true; + + d = calloc(1, sizeof(*d)); + if (!d) + test_fail("Failed to allocate memory"); + filt_dat = d; + *data = d; + + dlargv = perf_dlfilter_fns.args(ctx, &dlargc); + + CHECK(dlargc == 6); + CHECK(!strcmp(dlargv[0], "first")); + verbose = strtol(dlargv[1], NULL, 0); + d->ip = strtoull(dlargv[2], NULL, 0); + d->addr = strtoull(dlargv[3], NULL, 0); + d->do_early = strtol(dlargv[4], NULL, 0); + CHECK(!strcmp(dlargv[5], "last")); + + pr_debug("%s API\n", __func__); + + return 0; +} + +#define CHECK_SAMPLE(x) do { \ + if (sample->x != expected.x) \ + return test_fail("'" #x "' not expected value\n"); \ + } while (0) + +static int check_sample(struct filter_data *d, const struct perf_dlfilter_sample *sample) +{ + struct perf_dlfilter_sample expected = { + .ip = d->ip, + .pid = 12345, + .tid = 12346, + .time = 1234567890, + .addr = d->addr, + .id = 99, + .stream_id = 101, + .period = 543212345, + .cpu = 31, + .cpumode = PERF_RECORD_MISC_USER, + .addr_correlates_sym = 1, + .misc = PERF_RECORD_MISC_USER, + }; + + CHECK(sample->size >= sizeof(struct perf_dlfilter_sample)); + + CHECK_SAMPLE(ip); + CHECK_SAMPLE(pid); + CHECK_SAMPLE(tid); + CHECK_SAMPLE(time); + CHECK_SAMPLE(addr); + CHECK_SAMPLE(id); + CHECK_SAMPLE(stream_id); + CHECK_SAMPLE(period); + CHECK_SAMPLE(cpu); + CHECK_SAMPLE(cpumode); + CHECK_SAMPLE(addr_correlates_sym); + CHECK_SAMPLE(misc); + + CHECK(!sample->raw_data); + CHECK_SAMPLE(brstack_nr); + CHECK(!sample->brstack); + CHECK_SAMPLE(raw_callchain_nr); + CHECK(!sample->raw_callchain); + +#define EVENT_NAME "branches:" + CHECK(!strncmp(sample->event, EVENT_NAME, strlen(EVENT_NAME))); + + return 0; +} + +static int check_al(void *ctx) +{ + const struct perf_dlfilter_al *al; + + al = perf_dlfilter_fns.resolve_ip(ctx); + if (!al) + return test_fail("resolve_ip() failed"); + + CHECK(al->sym && !strcmp("foo", al->sym)); + CHECK(!al->symoff); + + return 0; +} + +static int check_addr_al(void *ctx) +{ + const struct perf_dlfilter_al *addr_al; + + addr_al = perf_dlfilter_fns.resolve_addr(ctx); + if (!addr_al) + return test_fail("resolve_addr() failed"); + + CHECK(addr_al->sym && !strcmp("bar", addr_al->sym)); + CHECK(!addr_al->symoff); + + return 0; +} + +static int check_address_al(void *ctx, const struct perf_dlfilter_sample *sample) +{ + struct perf_dlfilter_al address_al; + const struct perf_dlfilter_al *al; + + al = perf_dlfilter_fns.resolve_ip(ctx); + if (!al) + return test_fail("resolve_ip() failed"); + + address_al.size = sizeof(address_al); + if (perf_dlfilter_fns.resolve_address(ctx, sample->ip, &address_al)) + return test_fail("resolve_address() failed"); + + CHECK(address_al.sym && al->sym); + CHECK(!strcmp(address_al.sym, al->sym)); + CHECK(address_al.addr == al->addr); + CHECK(address_al.sym_start == al->sym_start); + CHECK(address_al.sym_end == al->sym_end); + CHECK(address_al.dso && al->dso); + CHECK(!strcmp(address_al.dso, al->dso)); + + /* al_cleanup() is v2 API so may not be present */ + if (perf_dlfilter_fns.al_cleanup) + perf_dlfilter_fns.al_cleanup(ctx, &address_al); + + return 0; +} + +static int check_attr(void *ctx) +{ + struct perf_event_attr *attr = perf_dlfilter_fns.attr(ctx); + + CHECK(attr); + CHECK(attr->type == PERF_TYPE_HARDWARE); + CHECK(attr->config == PERF_COUNT_HW_BRANCH_INSTRUCTIONS); + + return 0; +} + +static int do_checks(void *data, const struct perf_dlfilter_sample *sample, void *ctx, bool early) +{ + struct filter_data *d = data; + + CHECK(data && filt_dat == data); + + if (early) { + CHECK(!d->early_filter_cnt); + d->early_filter_cnt += 1; + } else { + CHECK(!d->filter_cnt); + CHECK(d->early_filter_cnt); + CHECK(d->do_early != 2); + d->filter_cnt += 1; + } + + if (check_sample(data, sample)) + return -1; + + if (check_attr(ctx)) + return -1; + + if (early && !d->do_early) + return 0; + + if (check_al(ctx) || check_addr_al(ctx) || check_address_al(ctx, sample)) + return -1; + + if (early) + return d->do_early == 2; + + return 1; +} + +int filter_event_early(void *data, const struct perf_dlfilter_sample *sample, void *ctx) +{ + pr_debug("%s API\n", __func__); + + return do_checks(data, sample, ctx, true); +} + +int filter_event(void *data, const struct perf_dlfilter_sample *sample, void *ctx) +{ + pr_debug("%s API\n", __func__); + + return do_checks(data, sample, ctx, false); +} + +int stop(void *data, void *ctx) +{ + static bool called; + + pr_debug("%s API\n", __func__); + + CHECK(data && filt_dat == data && !called); + called = true; + + free(data); + filt_dat = NULL; + return 0; +} + +const char *filter_description(const char **long_description) +{ + *long_description = "Filter used by the 'dlfilter C API' perf test"; + return "dlfilter to test v2 C API"; +} --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/examples/bpf/augmented_raw_syscalls.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/examples/bpf/augmented_raw_syscalls.c @@ -147,7 +147,7 @@ unsigned int augmented_arg__read_str(struct augmented_arg *augmented_arg, const void *arg, unsigned int arg_len) { unsigned int augmented_len = sizeof(*augmented_arg); - int string_len = bpf_probe_read_str(&augmented_arg->value, arg_len, arg); + int string_len = bpf_probe_read_user_str(&augmented_arg->value, arg_len, arg); augmented_arg->size = augmented_arg->err = 0; /* @@ -196,7 +196,7 @@ if (socklen > sizeof(augmented_args->saddr)) socklen = sizeof(augmented_args->saddr); - bpf_probe_read(&augmented_args->saddr, socklen, sockaddr_arg); + bpf_probe_read_user(&augmented_args->saddr, socklen, sockaddr_arg); return augmented__output(args, augmented_args, len + socklen); } @@ -215,7 +215,7 @@ if (socklen > sizeof(augmented_args->saddr)) socklen = sizeof(augmented_args->saddr); - bpf_probe_read(&augmented_args->saddr, socklen, sockaddr_arg); + bpf_probe_read_user(&augmented_args->saddr, socklen, sockaddr_arg); return augmented__output(args, augmented_args, len + socklen); } @@ -305,7 +305,7 @@ if (augmented_args == NULL) goto failure; - if (bpf_probe_read(&augmented_args->__data, sizeof(*attr), attr) < 0) + if (bpf_probe_read_user(&augmented_args->__data, sizeof(*attr), attr) < 0) goto failure; attr_read = (const struct perf_event_attr_size *)augmented_args->__data; @@ -319,7 +319,7 @@ goto failure; // Now that we read attr->size and tested it against the size limits, read it completely - if (bpf_probe_read(&augmented_args->__data, size, attr) < 0) + if (bpf_probe_read_user(&augmented_args->__data, size, attr) < 0) goto failure; return augmented__output(args, augmented_args, len + size); @@ -341,7 +341,7 @@ if (size > sizeof(augmented_args->__data)) goto failure; - bpf_probe_read(&augmented_args->__data, size, rqtp_arg); + bpf_probe_read_user(&augmented_args->__data, size, rqtp_arg); return augmented__output(args, augmented_args, len + size); failure: @@ -380,7 +380,7 @@ if (augmented_args == NULL) return 1; - bpf_probe_read(&augmented_args->args, sizeof(augmented_args->args), args); + bpf_probe_read_kernel(&augmented_args->args, sizeof(augmented_args->args), args); /* * Jump to syscall specific augmenter, even if the default one, @@ -401,7 +401,7 @@ if (pid_filter__has(&pids_filtered, getpid())) return 0; - bpf_probe_read(&exit_args, sizeof(exit_args), args); + bpf_probe_read_kernel(&exit_args, sizeof(exit_args), args); /* * Jump to syscall specific return augmenter, even if the default one, * "!raw_syscalls:unaugmented" that will just return 1 to return the --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/include/perf/perf_dlfilter.h +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/include/perf/perf_dlfilter.h @@ -91,6 +91,7 @@ /* Below members are only populated by resolve_ip() */ __u8 filtered; /* True if this sample event will be filtered out */ const char *comm; + void *priv; /* Private data. Do not change */ }; struct perf_dlfilter_fns { @@ -102,7 +103,8 @@ char **(*args)(void *ctx, int *dlargc); /* * Return information about address (al->size must be set before - * calling). Returns 0 on success, -1 otherwise. + * calling). Returns 0 on success, -1 otherwise. Call al_cleanup() + * when 'al' data is no longer needed. */ __s32 (*resolve_address)(void *ctx, __u64 address, struct perf_dlfilter_al *al); /* Return instruction bytes and length */ @@ -113,8 +115,13 @@ struct perf_event_attr *(*attr)(void *ctx); /* Read object code, return numbers of bytes read */ __s32 (*object_code)(void *ctx, __u64 ip, void *buf, __u32 len); + /* + * If present (i.e. must check al_cleanup != NULL), call after + * resolve_address() to free any associated resources. + */ + void (*al_cleanup)(void *ctx, struct perf_dlfilter_al *al); /* Reserved */ - void *(*reserved[120])(void *); + void *(*reserved[119])(void *); }; /* --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/pmu-events/Build +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/pmu-events/Build @@ -35,3 +35,9 @@ $(call rule_mkdir) $(Q)$(call echo-cmd,gen)$(PYTHON) $(JEVENTS_PY) $(JEVENTS_ARCH) $(JEVENTS_MODEL) pmu-events/arch $@ endif + +# pmu-events.c file is generated in the OUTPUT directory so it needs a +# separate rule to depend on it properly +$(OUTPUT)pmu-events/pmu-events.o: $(PMU_EVENTS_C) + $(call rule_mkdir) + $(call if_changed_dep,cc_o_c) --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/pmu-events/arch/arm64/ampere/ampereone/cache.json +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/pmu-events/arch/arm64/ampere/ampereone/cache.json @@ -93,9 +93,6 @@ "ArchStdEvent": "L1D_CACHE_LMISS_RD" }, { - "ArchStdEvent": "L1D_CACHE_LMISS" - }, - { "ArchStdEvent": "L1I_CACHE_LMISS" }, { --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/pmu-events/arch/powerpc/power10/cache.json +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/pmu-events/arch/powerpc/power10/cache.json @@ -1,53 +1,8 @@ [ { - "EventCode": "0x1003C", - "EventName": "PM_EXEC_STALL_DMISS_L2L3", - "BriefDescription": "Cycles in which the oldest instruction in the pipeline was waiting for a load miss to resolve from either the local L2 or local L3." - }, - { - "EventCode": "0x1E054", - "EventName": "PM_EXEC_STALL_DMISS_L21_L31", - "BriefDescription": "Cycles in which the oldest instruction in the pipeline was waiting for a load miss to resolve from another core's L2 or L3 on the same chip." - }, - { - "EventCode": "0x34054", - "EventName": "PM_EXEC_STALL_DMISS_L2L3_NOCONFLICT", - "BriefDescription": "Cycles in which the oldest instruction in the pipeline was waiting for a load miss to resolve from the local L2 or local L3, without a dispatch conflict." - }, - { - "EventCode": "0x34056", - "EventName": "PM_EXEC_STALL_LOAD_FINISH", - "BriefDescription": "Cycles in which the oldest instruction in the pipeline was finishing a load after its data was reloaded from a data source beyond the local L1; cycles in which the LSU was processing an L1-hit; cycles in which the NTF instruction merged with another load in the LMQ; cycles in which the NTF instruction is waiting for a data reload for a load miss, but the data comes back with a non-NTF instruction." - }, - { - "EventCode": "0x3006C", - "EventName": "PM_RUN_CYC_SMT2_MODE", - "BriefDescription": "Cycles when this thread's run latch is set and the core is in SMT2 mode." - }, - { "EventCode": "0x300F4", "EventName": "PM_RUN_INST_CMPL_CONC", - "BriefDescription": "PowerPC instructions completed by this thread when all threads in the core had the run-latch set." - }, - { - "EventCode": "0x4C016", - "EventName": "PM_EXEC_STALL_DMISS_L2L3_CONFLICT", - "BriefDescription": "Cycles in which the oldest instruction in the pipeline was waiting for a load miss to resolve from the local L2 or local L3, with a dispatch conflict." - }, - { - "EventCode": "0x4D014", - "EventName": "PM_EXEC_STALL_LOAD", - "BriefDescription": "Cycles in which the oldest instruction in the pipeline was a load instruction executing in the Load Store Unit." - }, - { - "EventCode": "0x4D016", - "EventName": "PM_EXEC_STALL_PTESYNC", - "BriefDescription": "Cycles in which the oldest instruction in the pipeline was a PTESYNC instruction executing in the Load Store Unit." - }, - { - "EventCode": "0x401EA", - "EventName": "PM_THRESH_EXC_128", - "BriefDescription": "Threshold counter exceeded a value of 128." + "BriefDescription": "PowerPC instruction completed by this thread when all threads in the core had the run-latch set." }, { "EventCode": "0x400F6", --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/pmu-events/arch/powerpc/power10/floating_point.json +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/pmu-events/arch/powerpc/power10/floating_point.json @@ -1,7 +1,67 @@ [ { - "EventCode": "0x4016E", - "EventName": "PM_THRESH_NOT_MET", - "BriefDescription": "Threshold counter did not meet threshold." + "EventCode": "0x100F4", + "EventName": "PM_FLOP_CMPL", + "BriefDescription": "Floating Point Operations Completed. Includes any type. It counts once for each 1, 2, 4 or 8 flop instruction. Use PM_1|2|4|8_FLOP_CMPL events to count flops." + }, + { + "EventCode": "0x45050", + "EventName": "PM_1FLOP_CMPL", + "BriefDescription": "One floating point instruction completed (fadd, fmul, fsub, fcmp, fsel, fabs, fnabs, fres, fsqrte, fneg)." + }, + { + "EventCode": "0x45052", + "EventName": "PM_4FLOP_CMPL", + "BriefDescription": "Four floating point instruction completed (fadd, fmul, fsub, fcmp, fsel, fabs, fnabs, fres, fsqrte, fneg)." + }, + { + "EventCode": "0x45054", + "EventName": "PM_FMA_CMPL", + "BriefDescription": "Two floating point instruction completed (FMA class of instructions: fmadd, fnmadd, fmsub, fnmsub). Scalar instructions only." + }, + { + "EventCode": "0x45056", + "EventName": "PM_SCALAR_FLOP_CMPL", + "BriefDescription": "Scalar floating point instruction completed." + }, + { + "EventCode": "0x4505A", + "EventName": "PM_SP_FLOP_CMPL", + "BriefDescription": "Single Precision floating point instruction completed." + }, + { + "EventCode": "0x4505C", + "EventName": "PM_MATH_FLOP_CMPL", + "BriefDescription": "Math floating point instruction completed." + }, + { + "EventCode": "0x4D052", + "EventName": "PM_2FLOP_CMPL", + "BriefDescription": "Double Precision vector version of fmul, fsub, fcmp, fsel, fabs, fnabs, fres, fsqrte, fneg completed." + }, + { + "EventCode": "0x4D054", + "EventName": "PM_8FLOP_CMPL", + "BriefDescription": "Four Double Precision vector instruction completed." + }, + { + "EventCode": "0x4D056", + "EventName": "PM_NON_FMA_FLOP_CMPL", + "BriefDescription": "Non FMA instruction completed." + }, + { + "EventCode": "0x4D058", + "EventName": "PM_VECTOR_FLOP_CMPL", + "BriefDescription": "Vector floating point instruction completed." + }, + { + "EventCode": "0x4D05A", + "EventName": "PM_NON_MATH_FLOP_CMPL", + "BriefDescription": "Non Math instruction completed." + }, + { + "EventCode": "0x4D05C", + "EventName": "PM_DPP_FLOP_CMPL", + "BriefDescription": "Double-Precision or Quad-Precision instruction completed." } ] --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/pmu-events/arch/powerpc/power10/frontend.json +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/pmu-events/arch/powerpc/power10/frontend.json @@ -1,65 +1,10 @@ [ { - "EventCode": "0x10004", - "EventName": "PM_EXEC_STALL_TRANSLATION", - "BriefDescription": "Cycles in which the oldest instruction in the pipeline suffered a TLB miss or ERAT miss and waited for it to resolve." - }, - { - "EventCode": "0x10006", - "EventName": "PM_DISP_STALL_HELD_OTHER_CYC", - "BriefDescription": "Cycles in which the NTC instruction is held at dispatch for any other reason." - }, - { - "EventCode": "0x10010", - "EventName": "PM_PMC4_OVERFLOW", - "BriefDescription": "The event selected for PMC4 caused the event counter to overflow." - }, - { - "EventCode": "0x10020", - "EventName": "PM_PMC4_REWIND", - "BriefDescription": "The speculative event selected for PMC4 rewinds and the counter for PMC4 is not charged." - }, - { - "EventCode": "0x10038", - "EventName": "PM_DISP_STALL_TRANSLATION", - "BriefDescription": "Cycles when dispatch was stalled for this thread because the MMU was handling a translation miss." - }, - { - "EventCode": "0x1003A", - "EventName": "PM_DISP_STALL_BR_MPRED_IC_L2", - "BriefDescription": "Cycles when dispatch was stalled while the instruction was fetched from the local L2 after suffering a branch mispredict." - }, - { - "EventCode": "0x1D05E", - "EventName": "PM_DISP_STALL_HELD_HALT_CYC", - "BriefDescription": "Cycles in which the NTC instruction is held at dispatch because of power management." - }, - { - "EventCode": "0x1E050", - "EventName": "PM_DISP_STALL_HELD_STF_MAPPER_CYC", - "BriefDescription": "Cycles in which the NTC instruction is held at dispatch because the STF mapper/SRB was full. Includes GPR (count, link, tar), VSR, VMR, FPR." - }, - { "EventCode": "0x1F054", "EventName": "PM_DTLB_HIT", "BriefDescription": "The PTE required by the instruction was resident in the TLB (data TLB access). When MMCR1[16]=0 this event counts only demand hits. When MMCR1[16]=1 this event includes demand and prefetch. Applies to both HPT and RPT." }, { - "EventCode": "0x10064", - "EventName": "PM_DISP_STALL_IC_L2", - "BriefDescription": "Cycles when dispatch was stalled while the instruction was fetched from the local L2." - }, - { - "EventCode": "0x101E8", - "EventName": "PM_THRESH_EXC_256", - "BriefDescription": "Threshold counter exceeded a count of 256." - }, - { - "EventCode": "0x101EC", - "EventName": "PM_THRESH_MET", - "BriefDescription": "Threshold exceeded." - }, - { "EventCode": "0x100F2", "EventName": "PM_1PLUS_PPC_CMPL", "BriefDescription": "Cycles in which at least one instruction is completed by this thread." @@ -67,57 +12,7 @@ { "EventCode": "0x100F6", "EventName": "PM_IERAT_MISS", - "BriefDescription": "IERAT Reloaded to satisfy an IERAT miss. All page sizes are counted by this event." - }, - { - "EventCode": "0x100F8", - "EventName": "PM_DISP_STALL_CYC", - "BriefDescription": "Cycles the ICT has no itags assigned to this thread (no instructions were dispatched during these cycles)." - }, - { - "EventCode": "0x20006", - "EventName": "PM_DISP_STALL_HELD_ISSQ_FULL_CYC", - "BriefDescription": "Cycles in which the NTC instruction is held at dispatch due to Issue queue full. Includes issue queue and branch queue." - }, - { - "EventCode": "0x20114", - "EventName": "PM_MRK_L2_RC_DISP", - "BriefDescription": "Marked instruction RC dispatched in L2." - }, - { - "EventCode": "0x2C010", - "EventName": "PM_EXEC_STALL_LSU", - "BriefDescription": "Cycles in which the oldest instruction in the pipeline was executing in the Load Store Unit. This does not include simple fixed point instructions." - }, - { - "EventCode": "0x2C016", - "EventName": "PM_DISP_STALL_IERAT_ONLY_MISS", - "BriefDescription": "Cycles when dispatch was stalled while waiting to resolve an instruction ERAT miss." - }, - { - "EventCode": "0x2C01E", - "EventName": "PM_DISP_STALL_BR_MPRED_IC_L3", - "BriefDescription": "Cycles when dispatch was stalled while the instruction was fetched from the local L3 after suffering a branch mispredict." - }, - { - "EventCode": "0x2D01A", - "EventName": "PM_DISP_STALL_IC_MISS", - "BriefDescription": "Cycles when dispatch was stalled for this thread due to an Icache Miss." - }, - { - "EventCode": "0x2E018", - "EventName": "PM_DISP_STALL_FETCH", - "BriefDescription": "Cycles when dispatch was stalled for this thread because Fetch was being held." - }, - { - "EventCode": "0x2E01A", - "EventName": "PM_DISP_STALL_HELD_XVFC_MAPPER_CYC", - "BriefDescription": "Cycles in which the NTC instruction is held at dispatch because the XVFC mapper/SRB was full." - }, - { - "EventCode": "0x2C142", - "EventName": "PM_MRK_XFER_FROM_SRC_PMC2", - "BriefDescription": "For a marked data transfer instruction, the processor's L1 data cache was reloaded from the source specified in MMCR3[15:27]. If MMCR1[16|17] is 0 (default), this count includes only lines that were reloaded to satisfy a demand miss. If MMCR1[16|17] is 1, this count includes both demand misses and prefetch reloads." + "BriefDescription": "IERAT Reloaded to satisfy an IERAT miss. All page sizes are counted by this event. This event only counts instruction demand access." }, { "EventCode": "0x24050", @@ -135,11 +30,6 @@ "BriefDescription": "Branch Taken instruction completed." }, { - "EventCode": "0x30004", - "EventName": "PM_DISP_STALL_FLUSH", - "BriefDescription": "Cycles when dispatch was stalled because of a flush that happened to an instruction(s) that was not yet NTC. PM_EXEC_STALL_NTC_FLUSH only includes instructions that were flushed after becoming NTC." - }, - { "EventCode": "0x3000A", "EventName": "PM_DISP_STALL_ITLB_MISS", "BriefDescription": "Cycles when dispatch was stalled while waiting to resolve an instruction TLB miss." @@ -150,59 +40,19 @@ "BriefDescription": "The instruction that was next to complete (oldest in the pipeline) did not complete because it suffered a flush." }, { - "EventCode": "0x30014", - "EventName": "PM_EXEC_STALL_STORE", - "BriefDescription": "Cycles in which the oldest instruction in the pipeline was a store instruction executing in the Load Store Unit." - }, - { - "EventCode": "0x30018", - "EventName": "PM_DISP_STALL_HELD_SCOREBOARD_CYC", - "BriefDescription": "Cycles in which the NTC instruction is held at dispatch while waiting on the Scoreboard. This event combines VSCR and FPSCR together." - }, - { - "EventCode": "0x30026", - "EventName": "PM_EXEC_STALL_STORE_MISS", - "BriefDescription": "Cycles in which the oldest instruction in the pipeline was a store whose cache line was not resident in the L1 and was waiting for allocation of the missing line into the L1." - }, - { - "EventCode": "0x3012A", - "EventName": "PM_MRK_L2_RC_DONE", - "BriefDescription": "L2 RC machine completed the transaction for the marked instruction." - }, - { "EventCode": "0x3F046", "EventName": "PM_ITLB_HIT_1G", "BriefDescription": "Instruction TLB hit (IERAT reload) page size 1G, which implies Radix Page Table translation is in use. When MMCR1[17]=0 this event counts only for demand misses. When MMCR1[17]=1 this event includes demand misses and prefetches." }, { - "EventCode": "0x34058", - "EventName": "PM_DISP_STALL_BR_MPRED_ICMISS", - "BriefDescription": "Cycles when dispatch was stalled after a mispredicted branch resulted in an instruction cache miss." - }, - { - "EventCode": "0x3D05C", - "EventName": "PM_DISP_STALL_HELD_RENAME_CYC", - "BriefDescription": "Cycles in which the NTC instruction is held at dispatch because the mapper/SRB was full. Includes GPR (count, link, tar), VSR, VMR, FPR and XVFC." - }, - { - "EventCode": "0x3E052", - "EventName": "PM_DISP_STALL_IC_L3", - "BriefDescription": "Cycles when dispatch was stalled while the instruction was fetched from the local L3." - }, - { "EventCode": "0x3E054", "EventName": "PM_LD_MISS_L1", - "BriefDescription": "Load Missed L1, counted at execution time (can be greater than loads finished). LMQ merges are not included in this count. i.e. if a load instruction misses on an address that is already allocated on the LMQ, this event will not increment for that load). Note that this count is per slice, so if a load spans multiple slices this event will increment multiple times for a single load." - }, - { - "EventCode": "0x301EA", - "EventName": "PM_THRESH_EXC_1024", - "BriefDescription": "Threshold counter exceeded a value of 1024." + "BriefDescription": "Load missed L1, counted at finish time. LMQ merges are not included in this count. i.e. if a load instruction misses on an address that is already allocated on the LMQ, this event will not increment for that load). Note that this count is per slice, so if a load spans multiple slices this event will increment multiple times for a single load." }, { "EventCode": "0x300FA", "EventName": "PM_INST_FROM_L3MISS", - "BriefDescription": "The processor's instruction cache was reloaded from a source other than the local core's L1, L2, or L3 due to a demand miss." + "BriefDescription": "The processor's instruction cache was reloaded from beyond the local core's L3 due to a demand miss." }, { "EventCode": "0x40006", @@ -210,38 +60,8 @@ "BriefDescription": "Cycles in which an instruction or group of instructions were cancelled after being issued. This event increments once per occurrence, regardless of how many instructions are included in the issue group." }, { - "EventCode": "0x40116", - "EventName": "PM_MRK_LARX_FIN", - "BriefDescription": "Marked load and reserve instruction (LARX) finished. LARX and STCX are instructions used to acquire a lock." - }, - { - "EventCode": "0x4C010", - "EventName": "PM_DISP_STALL_BR_MPRED_IC_L3MISS", - "BriefDescription": "Cycles when dispatch was stalled while the instruction was fetched from sources beyond the local L3 after suffering a mispredicted branch." - }, - { - "EventCode": "0x4D01E", - "EventName": "PM_DISP_STALL_BR_MPRED", - "BriefDescription": "Cycles when dispatch was stalled for this thread due to a mispredicted branch." - }, - { - "EventCode": "0x4E010", - "EventName": "PM_DISP_STALL_IC_L3MISS", - "BriefDescription": "Cycles when dispatch was stalled while the instruction was fetched from any source beyond the local L3." - }, - { - "EventCode": "0x4E01A", - "EventName": "PM_DISP_STALL_HELD_CYC", - "BriefDescription": "Cycles in which the NTC instruction is held at dispatch for any reason." - }, - { - "EventCode": "0x4003C", - "EventName": "PM_DISP_STALL_HELD_SYNC_CYC", - "BriefDescription": "Cycles in which the NTC instruction is held at dispatch because of a synchronizing instruction that requires the ICT to be empty before dispatch." - }, - { "EventCode": "0x44056", "EventName": "PM_VECTOR_ST_CMPL", - "BriefDescription": "Vector store instructions completed." + "BriefDescription": "Vector store instruction completed." } ] --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/pmu-events/arch/powerpc/power10/marked.json +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/pmu-events/arch/powerpc/power10/marked.json @@ -1,15 +1,30 @@ [ { - "EventCode": "0x1002C", - "EventName": "PM_LD_PREFETCH_CACHE_LINE_MISS", - "BriefDescription": "The L1 cache was reloaded with a line that fulfills a prefetch request." - }, - { "EventCode": "0x10132", "EventName": "PM_MRK_INST_ISSUED", "BriefDescription": "Marked instruction issued. Note that stores always get issued twice, the address gets issued to the LSU and the data gets issued to the VSU. Also, issues can sometimes get killed/cancelled and cause multiple sequential issues for the same instruction." }, { + "EventCode": "0x10134", + "EventName": "PM_MRK_ST_DONE_L2", + "BriefDescription": "Marked store completed in L2." + }, + { + "EventCode": "0x1C142", + "EventName": "PM_MRK_XFER_FROM_SRC_PMC1", + "BriefDescription": "For a marked data transfer instruction, the processor's L1 data cache was reloaded from the source specified in MMCR3[0:12]. If MMCR1[16|17] is 0 (default), this count includes only lines that were reloaded to satisfy a demand miss. If MMCR1[16|17] is 1, this count includes both demand misses and prefetch reloads." + }, + { + "EventCode": "0x1C144", + "EventName": "PM_MRK_XFER_FROM_SRC_CYC_PMC1", + "BriefDescription": "Cycles taken for a marked demand miss to reload a line from the source specified in MMCR3[0:12]." + }, + { + "EventCode": "0x1F150", + "EventName": "PM_MRK_ST_L2_CYC", + "BriefDescription": "Cycles from L2 RC dispatch to L2 RC completion." + }, + { "EventCode": "0x101E0", "EventName": "PM_MRK_INST_DISP", "BriefDescription": "The thread has dispatched a randomly sampled marked instruction." @@ -20,14 +35,39 @@ "BriefDescription": "Marked Branch Taken instruction completed." }, { - "EventCode": "0x20112", - "EventName": "PM_MRK_NTF_FIN", - "BriefDescription": "The marked instruction became the oldest in the pipeline before it finished. It excludes instructions that finish at dispatch." + "EventCode": "0x101E4", + "EventName": "PM_MRK_L1_ICACHE_MISS", + "BriefDescription": "Marked instruction suffered an instruction cache miss." + }, + { + "EventCode": "0x101EA", + "EventName": "PM_MRK_L1_RELOAD_VALID", + "BriefDescription": "Marked demand reload." + }, + { + "EventCode": "0x20114", + "EventName": "PM_MRK_L2_RC_DISP", + "BriefDescription": "Marked instruction RC dispatched in L2." }, { - "EventCode": "0x2C01C", - "EventName": "PM_EXEC_STALL_DMISS_OFF_CHIP", - "BriefDescription": "Cycles in which the oldest instruction in the pipeline was waiting for a load miss to resolve from a remote chip." + "EventCode": "0x2011C", + "EventName": "PM_MRK_NTF_CYC", + "BriefDescription": "Cycles in which the marked instruction is the oldest in the pipeline (next-to-finish or next-to-complete)." + }, + { + "EventCode": "0x20130", + "EventName": "PM_MRK_INST_DECODED", + "BriefDescription": "An instruction was marked at decode time. Random Instruction Sampling (RIS) only." + }, + { + "EventCode": "0x20132", + "EventName": "PM_MRK_DFU_ISSUE", + "BriefDescription": "The marked instruction was a decimal floating point operation issued to the VSU. Measured at issue time." + }, + { + "EventCode": "0x20134", + "EventName": "PM_MRK_FXU_ISSUE", + "BriefDescription": "The marked instruction was a fixed point operation issued to the VSU. Measured at issue time." }, { "EventCode": "0x20138", @@ -40,6 +80,16 @@ "BriefDescription": "Marked Branch instruction finished." }, { + "EventCode": "0x2013C", + "EventName": "PM_MRK_FX_LSU_FIN", + "BriefDescription": "The marked instruction was simple fixed point that was issued to the store unit. Measured at finish time." + }, + { + "EventCode": "0x2C142", + "EventName": "PM_MRK_XFER_FROM_SRC_PMC2", + "BriefDescription": "For a marked data transfer instruction, the processor's L1 data cache was reloaded from the source specified in MMCR3[15:27]. If MMCR1[16|17] is 0 (default), this count includes only lines that were reloaded to satisfy a demand miss. If MMCR1[16|17] is 1, this count includes both demand misses and prefetch reloads." + }, + { "EventCode": "0x2C144", "EventName": "PM_MRK_XFER_FROM_SRC_CYC_PMC2", "BriefDescription": "Cycles taken for a marked demand miss to reload a line from the source specified in MMCR3[15:27]." @@ -60,19 +110,49 @@ "BriefDescription": "A marked branch completed. All branches are included." }, { - "EventCode": "0x200FD", - "EventName": "PM_L1_ICACHE_MISS", - "BriefDescription": "Demand iCache Miss." + "EventCode": "0x2D154", + "EventName": "PM_MRK_DERAT_MISS_64K", + "BriefDescription": "Data ERAT Miss (Data TLB Access) page size 64K for a marked instruction. When MMCR1[16]=0 this event counts only DERAT reloads for demand misses. When MMCR1[16]=1 this event includes demand misses and prefetches." + }, + { + "EventCode": "0x201E0", + "EventName": "PM_MRK_DATA_FROM_MEMORY", + "BriefDescription": "The processor's data cache was reloaded from local, remote, or distant memory due to a demand miss for a marked load." + }, + { + "EventCode": "0x201E2", + "EventName": "PM_MRK_LD_MISS_L1", + "BriefDescription": "Marked demand data load miss counted at finish time." }, { - "EventCode": "0x30130", - "EventName": "PM_MRK_INST_FIN", - "BriefDescription": "marked instruction finished. Excludes instructions that finish at dispatch. Note that stores always finish twice since the address gets issued to the LSU and the data gets issued to the VSU." + "EventCode": "0x201E4", + "EventName": "PM_MRK_DATA_FROM_L3MISS", + "BriefDescription": "The processor's data cache was reloaded from a source other than the local core's L1, L2, or L3 due to a demand miss for a marked load." + }, + { + "EventCode": "0x3012A", + "EventName": "PM_MRK_L2_RC_DONE", + "BriefDescription": "L2 RC machine completed the transaction for the marked instruction." + }, + { + "EventCode": "0x30132", + "EventName": "PM_MRK_VSU_FIN", + "BriefDescription": "VSU marked instruction finished. Excludes simple FX instructions issued to the Store Unit." }, { "EventCode": "0x34146", "EventName": "PM_MRK_LD_CMPL", - "BriefDescription": "Marked loads completed." + "BriefDescription": "Marked load instruction completed." + }, + { + "EventCode": "0x3C142", + "EventName": "PM_MRK_XFER_FROM_SRC_PMC3", + "BriefDescription": "For a marked data transfer instruction, the processor's L1 data cache was reloaded from the source specified in MMCR3[30:42]. If MMCR1[16|17] is 0 (default), this count includes only lines that were reloaded to satisfy a demand miss. If MMCR1[16|17] is 1, this count includes both demand misses and prefetch reloads." + }, + { + "EventCode": "0x3C144", + "EventName": "PM_MRK_XFER_FROM_SRC_CYC_PMC3", + "BriefDescription": "Cycles taken for a marked demand miss to reload a line from the source specified in MMCR3[30:42]." }, { "EventCode": "0x3E158", @@ -82,12 +162,22 @@ { "EventCode": "0x3E15A", "EventName": "PM_MRK_ST_FIN", - "BriefDescription": "The marked instruction was a store of any kind." + "BriefDescription": "Marked store instruction finished." }, { - "EventCode": "0x30068", - "EventName": "PM_L1_ICACHE_RELOADED_PREF", - "BriefDescription": "Counts all Icache prefetch reloads ( includes demand turned into prefetch)." + "EventCode": "0x3F150", + "EventName": "PM_MRK_ST_DRAIN_CYC", + "BriefDescription": "Cycles in which the marked store drained from the core to the L2." + }, + { + "EventCode": "0x30162", + "EventName": "PM_MRK_ISSUE_DEPENDENT_LOAD", + "BriefDescription": "The marked instruction was dependent on a load. It is eligible for issue kill." + }, + { + "EventCode": "0x301E2", + "EventName": "PM_MRK_ST_CMPL", + "BriefDescription": "Marked store completed and sent to nest. Note that this count excludes cache-inhibited stores." }, { "EventCode": "0x301E4", @@ -95,48 +185,58 @@ "BriefDescription": "Marked Branch Mispredicted. Includes direction and target." }, { - "EventCode": "0x300F6", - "EventName": "PM_LD_DEMAND_MISS_L1", - "BriefDescription": "The L1 cache was reloaded with a line that fulfills a demand miss request. Counted at reload time, before finish." + "EventCode": "0x40116", + "EventName": "PM_MRK_LARX_FIN", + "BriefDescription": "Marked load and reserve instruction (LARX) finished. LARX and STCX are instructions used to acquire a lock." + }, + { + "EventCode": "0x40132", + "EventName": "PM_MRK_LSU_FIN", + "BriefDescription": "LSU marked instruction finish." }, { - "EventCode": "0x300FE", - "EventName": "PM_DATA_FROM_L3MISS", - "BriefDescription": "The processor's data cache was reloaded from a source other than the local core's L1, L2, or L3 due to a demand miss." + "EventCode": "0x44146", + "EventName": "PM_MRK_STCX_CORE_CYC", + "BriefDescription": "Cycles spent in the core portion of a marked STCX instruction. It starts counting when the instruction is decoded and stops counting when it drains into the L2." }, { - "EventCode": "0x40012", - "EventName": "PM_L1_ICACHE_RELOADED_ALL", - "BriefDescription": "Counts all Icache reloads includes demand, prefetch, prefetch turned into demand and demand turned into prefetch." + "EventCode": "0x4C142", + "EventName": "PM_MRK_XFER_FROM_SRC_PMC4", + "BriefDescription": "For a marked data transfer instruction, the processor's L1 data cache was reloaded from the source specified in MMCR3[45:57]. If MMCR1[16|17] is 0 (default), this count includes only lines that were reloaded to satisfy a demand miss. If MMCR1[16|17] is 1, this count includes both demand misses and prefetch reloads." }, { - "EventCode": "0x40134", - "EventName": "PM_MRK_INST_TIMEO", - "BriefDescription": "Marked instruction finish timeout (instruction was lost)." + "EventCode": "0x4C144", + "EventName": "PM_MRK_XFER_FROM_SRC_CYC_PMC4", + "BriefDescription": "Cycles taken for a marked demand miss to reload a line from the source specified in MMCR3[45:57]." }, { - "EventCode": "0x4505A", - "EventName": "PM_SP_FLOP_CMPL", - "BriefDescription": "Single Precision floating point instructions completed." + "EventCode": "0x4C15E", + "EventName": "PM_MRK_DTLB_MISS_64K", + "BriefDescription": "Marked Data TLB reload (after a miss) page size 64K. When MMCR1[16]=0 this event counts only for demand misses. When MMCR1[16]=1 this event includes demand misses and prefetches." }, { - "EventCode": "0x4D058", - "EventName": "PM_VECTOR_FLOP_CMPL", - "BriefDescription": "Vector floating point instructions completed." + "EventCode": "0x4E15E", + "EventName": "PM_MRK_INST_FLUSHED", + "BriefDescription": "The marked instruction was flushed." }, { - "EventCode": "0x4D05A", - "EventName": "PM_NON_MATH_FLOP_CMPL", - "BriefDescription": "Non Math instructions completed." + "EventCode": "0x40164", + "EventName": "PM_MRK_DERAT_MISS_2M", + "BriefDescription": "Data ERAT Miss (Data TLB Access) page size 2M for a marked instruction. When MMCR1[16]=0 this event counts only DERAT reloads for demand misses. When MMCR1[16]=1 this event includes demand misses and prefetches." }, { "EventCode": "0x401E0", "EventName": "PM_MRK_INST_CMPL", - "BriefDescription": "marked instruction completed." + "BriefDescription": "Marked instruction completed." + }, + { + "EventCode": "0x401E6", + "EventName": "PM_MRK_INST_FROM_L3MISS", + "BriefDescription": "The processor's instruction cache was reloaded from beyond the local core's L3 due to a demand miss for a marked instruction." }, { - "EventCode": "0x400FE", - "EventName": "PM_DATA_FROM_MEMORY", - "BriefDescription": "The processor's data cache was reloaded from local, remote, or distant memory due to a demand miss." + "EventCode": "0x401E8", + "EventName": "PM_MRK_DATA_FROM_L2MISS", + "BriefDescription": "The processor's L1 data cache was reloaded from a source beyond the local core's L2 due to a demand miss for a marked instruction." } ] --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/pmu-events/arch/powerpc/power10/memory.json +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/pmu-events/arch/powerpc/power10/memory.json @@ -1,25 +1,10 @@ [ { - "EventCode": "0x1000A", - "EventName": "PM_PMC3_REWIND", - "BriefDescription": "The speculative event selected for PMC3 rewinds and the counter for PMC3 is not charged." - }, - { "EventCode": "0x1C040", "EventName": "PM_XFER_FROM_SRC_PMC1", "BriefDescription": "The processor's L1 data cache was reloaded from the source specified in MMCR3[0:12]. If MMCR1[16|17] is 0 (default), this count includes only lines that were reloaded to satisfy a demand miss. If MMCR1[16|17] is 1, this count includes both demand misses and prefetch reloads." }, { - "EventCode": "0x1C142", - "EventName": "PM_MRK_XFER_FROM_SRC_PMC1", - "BriefDescription": "For a marked data transfer instruction, the processor's L1 data cache was reloaded from the source specified in MMCR3[0:12]. If MMCR1[16|17] is 0 (default), this count includes only lines that were reloaded to satisfy a demand miss. If MMCR1[16|17] is 1, this count includes both demand misses and prefetch reloads." - }, - { - "EventCode": "0x1C144", - "EventName": "PM_MRK_XFER_FROM_SRC_CYC_PMC1", - "BriefDescription": "Cycles taken for a marked demand miss to reload a line from the source specified in MMCR3[0:12]." - }, - { "EventCode": "0x1C056", "EventName": "PM_DERAT_MISS_4K", "BriefDescription": "Data ERAT Miss (Data TLB Access) page size 4K. When MMCR1[16]=0 this event counts only DERAT reloads for demand misses. When MMCR1[16]=1 this event includes demand misses and prefetches." @@ -35,24 +20,9 @@ "BriefDescription": "Data TLB reload (after a miss) page size 2M. Implies radix translation was used. When MMCR1[16]=0 this event counts only for demand misses. When MMCR1[16]=1 this event includes demand misses and prefetches." }, { - "EventCode": "0x1E056", - "EventName": "PM_EXEC_STALL_STORE_PIPE", - "BriefDescription": "Cycles in which the oldest instruction in the pipeline was executing in the store unit. This does not include cycles spent handling store misses, PTESYNC instructions or TLBIE instructions." - }, - { - "EventCode": "0x1F150", - "EventName": "PM_MRK_ST_L2_CYC", - "BriefDescription": "Cycles from L2 RC dispatch to L2 RC completion." - }, - { "EventCode": "0x10062", "EventName": "PM_LD_L3MISS_PEND_CYC", - "BriefDescription": "Cycles L3 miss was pending for this thread." - }, - { - "EventCode": "0x20010", - "EventName": "PM_PMC1_OVERFLOW", - "BriefDescription": "The event selected for PMC1 caused the event counter to overflow." + "BriefDescription": "Cycles in which an L3 miss was pending for this thread." }, { "EventCode": "0x2001A", @@ -80,36 +50,16 @@ "BriefDescription": "Data TLB reload (after a miss) page size 4K. When MMCR1[16]=0 this event counts only for demand misses. When MMCR1[16]=1 this event includes demand misses and prefetches." }, { - "EventCode": "0x2D154", - "EventName": "PM_MRK_DERAT_MISS_64K", - "BriefDescription": "Data ERAT Miss (Data TLB Access) page size 64K for a marked instruction. When MMCR1[16]=0 this event counts only DERAT reloads for demand misses. When MMCR1[16]=1 this event includes demand misses and prefetches." - }, - { "EventCode": "0x200F6", "EventName": "PM_DERAT_MISS", "BriefDescription": "DERAT Reloaded to satisfy a DERAT miss. All page sizes are counted by this event. When MMCR1[16]=0 this event counts only DERAT reloads for demand misses. When MMCR1[16]=1 this event includes demand misses and prefetches." }, { - "EventCode": "0x30016", - "EventName": "PM_EXEC_STALL_DERAT_DTLB_MISS", - "BriefDescription": "Cycles in which the oldest instruction in the pipeline suffered a TLB miss and waited for it resolve." - }, - { "EventCode": "0x3C040", "EventName": "PM_XFER_FROM_SRC_PMC3", "BriefDescription": "The processor's L1 data cache was reloaded from the source specified in MMCR3[30:42]. If MMCR1[16|17] is 0 (default), this count includes only lines that were reloaded to satisfy a demand miss. If MMCR1[16|17] is 1, this count includes both demand misses and prefetch reloads." }, { - "EventCode": "0x3C142", - "EventName": "PM_MRK_XFER_FROM_SRC_PMC3", - "BriefDescription": "For a marked data transfer instruction, the processor's L1 data cache was reloaded from the source specified in MMCR3[30:42]. If MMCR1[16|17] is 0 (default), this count includes only lines that were reloaded to satisfy a demand miss. If MMCR1[16|17] is 1, this count includes both demand misses and prefetch reloads." - }, - { - "EventCode": "0x3C144", - "EventName": "PM_MRK_XFER_FROM_SRC_CYC_PMC3", - "BriefDescription": "Cycles taken for a marked demand miss to reload a line from the source specified in MMCR3[30:42]." - }, - { "EventCode": "0x3C054", "EventName": "PM_DERAT_MISS_16M", "BriefDescription": "Data ERAT Miss (Data TLB Access) page size 16M. When MMCR1[16]=0 this event counts only DERAT reloads for demand misses. When MMCR1[16]=1 this event includes demand misses and prefetches." @@ -125,24 +75,14 @@ "BriefDescription": "Load and reserve instruction (LARX) finished. LARX and STCX are instructions used to acquire a lock." }, { - "EventCode": "0x301E2", - "EventName": "PM_MRK_ST_CMPL", - "BriefDescription": "Marked store completed and sent to nest. Note that this count excludes cache-inhibited stores." - }, - { "EventCode": "0x300FC", "EventName": "PM_DTLB_MISS", - "BriefDescription": "The DPTEG required for the load/store instruction in execution was missing from the TLB. It includes pages of all sizes for demand and prefetch activity." - }, - { - "EventCode": "0x4D02C", - "EventName": "PM_PMC1_REWIND", - "BriefDescription": "The speculative event selected for PMC1 rewinds and the counter for PMC1 is not charged." + "BriefDescription": "The DPTEG required for the load/store instruction in execution was missing from the TLB. This event only counts for demand misses." }, { "EventCode": "0x4003E", "EventName": "PM_LD_CMPL", - "BriefDescription": "Loads completed." + "BriefDescription": "Load instruction completed." }, { "EventCode": "0x4C040", @@ -150,16 +90,6 @@ "BriefDescription": "The processor's L1 data cache was reloaded from the source specified in MMCR3[45:57]. If MMCR1[16|17] is 0 (default), this count includes only lines that were reloaded to satisfy a demand miss. If MMCR1[16|17] is 1, this count includes both demand misses and prefetch reloads." }, { - "EventCode": "0x4C142", - "EventName": "PM_MRK_XFER_FROM_SRC_PMC4", - "BriefDescription": "For a marked data transfer instruction, the processor's L1 data cache was reloaded from the source specified in MMCR3[45:57]. If MMCR1[16|17] is 0 (default), this count includes only lines that were reloaded to satisfy a demand miss. If MMCR1[16|17] is 1, this count includes both demand misses and prefetch reloads." - }, - { - "EventCode": "0x4C144", - "EventName": "PM_MRK_XFER_FROM_SRC_CYC_PMC4", - "BriefDescription": "Cycles taken for a marked demand miss to reload a line from the source specified in MMCR3[45:57]." - }, - { "EventCode": "0x4C056", "EventName": "PM_DTLB_MISS_16M", "BriefDescription": "Data TLB reload (after a miss) page size 16M. When MMCR1[16]=0 this event counts only for demand misses. When MMCR1[16]=1 this event includes demand misses and prefetches." @@ -168,20 +98,5 @@ "EventCode": "0x4C05A", "EventName": "PM_DTLB_MISS_1G", "BriefDescription": "Data TLB reload (after a miss) page size 1G. Implies radix translation was used. When MMCR1[16]=0 this event counts only for demand misses. When MMCR1[16]=1 this event includes demand misses and prefetches." - }, - { - "EventCode": "0x4C15E", - "EventName": "PM_MRK_DTLB_MISS_64K", - "BriefDescription": "Marked Data TLB reload (after a miss) page size 64K. When MMCR1[16]=0 this event counts only for demand misses. When MMCR1[16]=1 this event includes demand misses and prefetches." - }, - { - "EventCode": "0x4D056", - "EventName": "PM_NON_FMA_FLOP_CMPL", - "BriefDescription": "Non FMA instruction completed." - }, - { - "EventCode": "0x40164", - "EventName": "PM_MRK_DERAT_MISS_2M", - "BriefDescription": "Data ERAT Miss (Data TLB Access) page size 2M for a marked instruction. When MMCR1[16]=0 this event counts only DERAT reloads for demand misses. When MMCR1[16]=1 this event includes demand misses and prefetches." } ] --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/pmu-events/arch/powerpc/power10/metrics.json +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/pmu-events/arch/powerpc/power10/metrics.json @@ -16,133 +16,133 @@ "BriefDescription": "Average cycles per completed instruction when dispatch was stalled for any reason", "MetricExpr": "PM_DISP_STALL_CYC / PM_RUN_INST_CMPL", "MetricGroup": "CPI;CPI_STALL_RATIO", - "MetricName": "DISPATCHED_CPI" + "MetricName": "DISPATCH_STALL_CPI" }, { "BriefDescription": "Average cycles per completed instruction when dispatch was stalled because there was a flush", "MetricExpr": "PM_DISP_STALL_FLUSH / PM_RUN_INST_CMPL", "MetricGroup": "CPI", - "MetricName": "DISPATCHED_FLUSH_CPI" + "MetricName": "DISPATCH_STALL_FLUSH_CPI" }, { "BriefDescription": "Average cycles per completed instruction when dispatch was stalled because the MMU was handling a translation miss", "MetricExpr": "PM_DISP_STALL_TRANSLATION / PM_RUN_INST_CMPL", "MetricGroup": "CPI", - "MetricName": "DISPATCHED_TRANSLATION_CPI" + "MetricName": "DISPATCH_STALL_TRANSLATION_CPI" }, { "BriefDescription": "Average cycles per completed instruction when dispatch was stalled waiting to resolve an instruction ERAT miss", "MetricExpr": "PM_DISP_STALL_IERAT_ONLY_MISS / PM_RUN_INST_CMPL", "MetricGroup": "CPI", - "MetricName": "DISPATCHED_IERAT_ONLY_MISS_CPI" + "MetricName": "DISPATCH_STALL_IERAT_ONLY_MISS_CPI" }, { "BriefDescription": "Average cycles per completed instruction when dispatch was stalled waiting to resolve an instruction TLB miss", "MetricExpr": "PM_DISP_STALL_ITLB_MISS / PM_RUN_INST_CMPL", "MetricGroup": "CPI", - "MetricName": "DISPATCHED_ITLB_MISS_CPI" + "MetricName": "DISPATCH_STALL_ITLB_MISS_CPI" }, { "BriefDescription": "Average cycles per completed instruction when dispatch was stalled due to an icache miss", "MetricExpr": "PM_DISP_STALL_IC_MISS / PM_RUN_INST_CMPL", "MetricGroup": "CPI", - "MetricName": "DISPATCHED_IC_MISS_CPI" + "MetricName": "DISPATCH_STALL_IC_MISS_CPI" }, { "BriefDescription": "Average cycles per completed instruction when dispatch was stalled while the instruction was fetched from the local L2", "MetricExpr": "PM_DISP_STALL_IC_L2 / PM_RUN_INST_CMPL", "MetricGroup": "CPI", - "MetricName": "DISPATCHED_IC_L2_CPI" + "MetricName": "DISPATCH_STALL_IC_L2_CPI" }, { "BriefDescription": "Average cycles per completed instruction when dispatch was stalled while the instruction was fetched from the local L3", "MetricExpr": "PM_DISP_STALL_IC_L3 / PM_RUN_INST_CMPL", "MetricGroup": "CPI", - "MetricName": "DISPATCHED_IC_L3_CPI" + "MetricName": "DISPATCH_STALL_IC_L3_CPI" }, { "BriefDescription": "Average cycles per completed instruction when dispatch was stalled while the instruction was fetched from any source beyond the local L3", "MetricExpr": "PM_DISP_STALL_IC_L3MISS / PM_RUN_INST_CMPL", "MetricGroup": "CPI", - "MetricName": "DISPATCHED_IC_L3MISS_CPI" + "MetricName": "DISPATCH_STALL_IC_L3MISS_CPI" }, { "BriefDescription": "Average cycles per completed instruction when dispatch was stalled due to an icache miss after a branch mispredict", "MetricExpr": "PM_DISP_STALL_BR_MPRED_ICMISS / PM_RUN_INST_CMPL", "MetricGroup": "CPI", - "MetricName": "DISPATCHED_BR_MPRED_ICMISS_CPI" + "MetricName": "DISPATCH_STALL_BR_MPRED_ICMISS_CPI" }, { "BriefDescription": "Average cycles per completed instruction when dispatch was stalled while instruction was fetched from the local L2 after suffering a branch mispredict", "MetricExpr": "PM_DISP_STALL_BR_MPRED_IC_L2 / PM_RUN_INST_CMPL", "MetricGroup": "CPI", - "MetricName": "DISPATCHED_BR_MPRED_IC_L2_CPI" + "MetricName": "DISPATCH_STALL_BR_MPRED_IC_L2_CPI" }, { "BriefDescription": "Average cycles per completed instruction when dispatch was stalled while instruction was fetched from the local L3 after suffering a branch mispredict", "MetricExpr": "PM_DISP_STALL_BR_MPRED_IC_L3 / PM_RUN_INST_CMPL", "MetricGroup": "CPI", - "MetricName": "DISPATCHED_BR_MPRED_IC_L3_CPI" + "MetricName": "DISPATCH_STALL_BR_MPRED_IC_L3_CPI" }, { "BriefDescription": "Average cycles per completed instruction when dispatch was stalled while instruction was fetched from any source beyond the local L3 after suffering a branch mispredict", "MetricExpr": "PM_DISP_STALL_BR_MPRED_IC_L3MISS / PM_RUN_INST_CMPL", "MetricGroup": "CPI", - "MetricName": "DISPATCHED_BR_MPRED_IC_L3MISS_CPI" + "MetricName": "DISPATCH_STALL_BR_MPRED_IC_L3MISS_CPI" }, { "BriefDescription": "Average cycles per completed instruction when dispatch was stalled due to a branch mispredict", "MetricExpr": "PM_DISP_STALL_BR_MPRED / PM_RUN_INST_CMPL", "MetricGroup": "CPI", - "MetricName": "DISPATCHED_BR_MPRED_CPI" + "MetricName": "DISPATCH_STALL_BR_MPRED_CPI" }, { "BriefDescription": "Average cycles per completed instruction when the NTC instruction was held at dispatch for any reason", "MetricExpr": "PM_DISP_STALL_HELD_CYC / PM_RUN_INST_CMPL", "MetricGroup": "CPI", - "MetricName": "DISPATCHED_HELD_CPI" + "MetricName": "DISPATCH_STALL_HELD_CPI" }, { "BriefDescription": "Average cycles per completed instruction when the NTC instruction was held at dispatch because of a synchronizing instruction that requires the ICT to be empty before dispatch", "MetricExpr": "PM_DISP_STALL_HELD_SYNC_CYC / PM_RUN_INST_CMPL", "MetricGroup": "CPI", - "MetricName": "DISP_HELD_STALL_SYNC_CPI" + "MetricName": "DISPATCH_STALL_HELD_SYNC_CPI" }, { "BriefDescription": "Average cycles per completed instruction when the NTC instruction was held at dispatch while waiting on the scoreboard", "MetricExpr": "PM_DISP_STALL_HELD_SCOREBOARD_CYC / PM_RUN_INST_CMPL", "MetricGroup": "CPI", - "MetricName": "DISP_HELD_STALL_SCOREBOARD_CPI" + "MetricName": "DISPATCH_STALL_HELD_SCOREBOARD_CPI" }, { "BriefDescription": "Average cycles per completed instruction when the NTC instruction was held at dispatch due to issue queue full", "MetricExpr": "PM_DISP_STALL_HELD_ISSQ_FULL_CYC / PM_RUN_INST_CMPL", "MetricGroup": "CPI", - "MetricName": "DISP_HELD_STALL_ISSQ_FULL_CPI" + "MetricName": "DISPATCH_STALL_HELD_ISSQ_FULL_CPI" }, { "BriefDescription": "Average cycles per completed instruction when the NTC instruction was held at dispatch because the mapper/SRB was full", "MetricExpr": "PM_DISP_STALL_HELD_RENAME_CYC / PM_RUN_INST_CMPL", "MetricGroup": "CPI", - "MetricName": "DISPATCHED_HELD_RENAME_CPI" + "MetricName": "DISPATCH_STALL_HELD_RENAME_CPI" }, { "BriefDescription": "Average cycles per completed instruction when the NTC instruction was held at dispatch because the STF mapper/SRB was full", "MetricExpr": "PM_DISP_STALL_HELD_STF_MAPPER_CYC / PM_RUN_INST_CMPL", "MetricGroup": "CPI", - "MetricName": "DISPATCHED_HELD_STF_MAPPER_CPI" + "MetricName": "DISPATCH_STALL_HELD_STF_MAPPER_CPI" }, { "BriefDescription": "Average cycles per completed instruction when the NTC instruction was held at dispatch because the XVFC mapper/SRB was full", "MetricExpr": "PM_DISP_STALL_HELD_XVFC_MAPPER_CYC / PM_RUN_INST_CMPL", "MetricGroup": "CPI", - "MetricName": "DISPATCHED_HELD_XVFC_MAPPER_CPI" + "MetricName": "DISPATCH_STALL_HELD_XVFC_MAPPER_CPI" }, { "BriefDescription": "Average cycles per completed instruction when the NTC instruction was held at dispatch for any other reason", "MetricExpr": "PM_DISP_STALL_HELD_OTHER_CYC / PM_RUN_INST_CMPL", "MetricGroup": "CPI", - "MetricName": "DISPATCHED_HELD_OTHER_CPI" + "MetricName": "DISPATCH_STALL_HELD_OTHER_CPI" }, { "BriefDescription": "Average cycles per completed instruction when the NTC instruction has been dispatched but not issued for any reason", @@ -352,13 +352,13 @@ "BriefDescription": "Average cycles per completed instruction when dispatch was stalled because fetch was being held, so there was nothing in the pipeline for this thread", "MetricExpr": "PM_DISP_STALL_FETCH / PM_RUN_INST_CMPL", "MetricGroup": "CPI", - "MetricName": "DISPATCHED_FETCH_CPI" + "MetricName": "DISPATCH_STALL_FETCH_CPI" }, { "BriefDescription": "Average cycles per completed instruction when the NTC instruction was held at dispatch because of power management", "MetricExpr": "PM_DISP_STALL_HELD_HALT_CYC / PM_RUN_INST_CMPL", "MetricGroup": "CPI", - "MetricName": "DISPATCHED_HELD_HALT_CPI" + "MetricName": "DISPATCH_STALL_HELD_HALT_CPI" }, { "BriefDescription": "Percentage of flushes per completed instruction", @@ -454,12 +454,6 @@ "MetricName": "LOADS_PER_INST" }, { - "BriefDescription": "Average number of finished stores per completed instruction", - "MetricExpr": "PM_ST_FIN / PM_RUN_INST_CMPL", - "MetricGroup": "General", - "MetricName": "STORES_PER_INST" - }, - { "BriefDescription": "Percentage of demand loads that reloaded from beyond the L2 per completed instruction", "MetricExpr": "PM_DATA_FROM_L2MISS / PM_RUN_INST_CMPL * 100", "MetricGroup": "dL1_Reloads", @@ -566,7 +560,7 @@ "BriefDescription": "Average number of STCX instructions finshed per completed instruction", "MetricExpr": "PM_STCX_FIN / PM_RUN_INST_CMPL", "MetricGroup": "General", - "MetricName": "STXC_PER_INST" + "MetricName": "STCX_PER_INST" }, { "BriefDescription": "Average number of LARX instructions finshed per completed instruction", --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/pmu-events/arch/powerpc/power10/others.json +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/pmu-events/arch/powerpc/power10/others.json @@ -1,28 +1,13 @@ [ { - "EventCode": "0x10016", - "EventName": "PM_VSU0_ISSUE", - "BriefDescription": "VSU instructions issued to VSU pipe 0." - }, - { - "EventCode": "0x1001C", - "EventName": "PM_ULTRAVISOR_INST_CMPL", - "BriefDescription": "PowerPC instructions that completed while the thread was in ultravisor state." - }, - { - "EventCode": "0x100F0", - "EventName": "PM_CYC", - "BriefDescription": "Processor cycles." - }, - { - "EventCode": "0x10134", - "EventName": "PM_MRK_ST_DONE_L2", - "BriefDescription": "Marked stores completed in L2 (RC machine done)." + "EventCode": "0x1002C", + "EventName": "PM_LD_PREFETCH_CACHE_LINE_MISS", + "BriefDescription": "The L1 cache was reloaded with a line that fulfills a prefetch request." }, { "EventCode": "0x1505E", "EventName": "PM_LD_HIT_L1", - "BriefDescription": "Loads that finished without experiencing an L1 miss." + "BriefDescription": "Load finished without experiencing an L1 miss." }, { "EventCode": "0x1F056", @@ -30,49 +15,19 @@ "BriefDescription": "Cycles in which Superslice 0 dispatches either 1 or 2 instructions." }, { - "EventCode": "0x1F15C", - "EventName": "PM_MRK_STCX_L2_CYC", - "BriefDescription": "Cycles spent in the nest portion of a marked Stcx instruction. It starts counting when the operation starts to drain to the L2 and it stops counting when the instruction retires from the Instruction Completion Table (ICT) in the Instruction Sequencing Unit (ISU)." - }, - { "EventCode": "0x10066", "EventName": "PM_ADJUNCT_CYC", "BriefDescription": "Cycles in which the thread is in Adjunct state. MSR[S HV PR] bits = 011." }, { - "EventCode": "0x101E4", - "EventName": "PM_MRK_L1_ICACHE_MISS", - "BriefDescription": "Marked Instruction suffered an icache Miss." - }, - { - "EventCode": "0x101EA", - "EventName": "PM_MRK_L1_RELOAD_VALID", - "BriefDescription": "Marked demand reload." - }, - { - "EventCode": "0x100F4", - "EventName": "PM_FLOP_CMPL", - "BriefDescription": "Floating Point Operations Completed. Includes any type. It counts once for each 1, 2, 4 or 8 flop instruction. Use PM_1|2|4|8_FLOP_CMPL events to count flops." - }, - { - "EventCode": "0x100FA", - "EventName": "PM_RUN_LATCH_ANY_THREAD_CYC", - "BriefDescription": "Cycles when at least one thread has the run latch set." - }, - { "EventCode": "0x100FC", "EventName": "PM_LD_REF_L1", "BriefDescription": "All L1 D cache load references counted at finish, gated by reject. In P9 and earlier this event counted only cacheable loads but in P10 both cacheable and non-cacheable loads are included." }, { - "EventCode": "0x2000C", - "EventName": "PM_RUN_LATCH_ALL_THREADS_CYC", - "BriefDescription": "Cycles when the run latch is set for all threads." - }, - { "EventCode": "0x2E010", "EventName": "PM_ADJUNCT_INST_CMPL", - "BriefDescription": "PowerPC instructions that completed while the thread is in Adjunct state." + "BriefDescription": "PowerPC instruction completed while the thread was in Adjunct state." }, { "EventCode": "0x2E014", @@ -80,26 +35,6 @@ "BriefDescription": "Conditional store instruction (STCX) finished. LARX and STCX are instructions used to acquire a lock." }, { - "EventCode": "0x20130", - "EventName": "PM_MRK_INST_DECODED", - "BriefDescription": "An instruction was marked at decode time. Random Instruction Sampling (RIS) only." - }, - { - "EventCode": "0x20132", - "EventName": "PM_MRK_DFU_ISSUE", - "BriefDescription": "The marked instruction was a decimal floating point operation issued to the VSU. Measured at issue time." - }, - { - "EventCode": "0x20134", - "EventName": "PM_MRK_FXU_ISSUE", - "BriefDescription": "The marked instruction was a fixed point operation issued to the VSU. Measured at issue time." - }, - { - "EventCode": "0x2505C", - "EventName": "PM_VSU_ISSUE", - "BriefDescription": "At least one VSU instruction was issued to one of the VSU pipes. Up to 4 per cycle. Includes fixed point operations." - }, - { "EventCode": "0x2F054", "EventName": "PM_DISP_SS1_2_INSTR_CYC", "BriefDescription": "Cycles in which Superslice 1 dispatches either 1 or 2 instructions." @@ -110,39 +45,14 @@ "BriefDescription": "Cycles in which Superslice 1 dispatches either 3 or 4 instructions." }, { - "EventCode": "0x2006C", - "EventName": "PM_RUN_CYC_SMT4_MODE", - "BriefDescription": "Cycles when this thread's run latch is set and the core is in SMT4 mode." - }, - { - "EventCode": "0x201E0", - "EventName": "PM_MRK_DATA_FROM_MEMORY", - "BriefDescription": "The processor's data cache was reloaded from local, remote, or distant memory due to a demand miss for a marked load." - }, - { - "EventCode": "0x201E4", - "EventName": "PM_MRK_DATA_FROM_L3MISS", - "BriefDescription": "The processor's data cache was reloaded from a source other than the local core's L1, L2, or L3 due to a demand miss for a marked load." - }, - { - "EventCode": "0x201E8", - "EventName": "PM_THRESH_EXC_512", - "BriefDescription": "Threshold counter exceeded a value of 512." - }, - { "EventCode": "0x200F2", "EventName": "PM_INST_DISP", - "BriefDescription": "PowerPC instructions dispatched." - }, - { - "EventCode": "0x30132", - "EventName": "PM_MRK_VSU_FIN", - "BriefDescription": "VSU marked instructions finished. Excludes simple FX instructions issued to the Store Unit." + "BriefDescription": "PowerPC instruction dispatched." }, { - "EventCode": "0x30038", - "EventName": "PM_EXEC_STALL_DMISS_LMEM", - "BriefDescription": "Cycles in which the oldest instruction in the pipeline was waiting for a load miss to resolve from the local memory, local OpenCapp cache, or local OpenCapp memory." + "EventCode": "0x200FD", + "EventName": "PM_L1_ICACHE_MISS", + "BriefDescription": "Demand instruction cache miss." }, { "EventCode": "0x3F04A", @@ -152,12 +62,7 @@ { "EventCode": "0x3405A", "EventName": "PM_PRIVILEGED_INST_CMPL", - "BriefDescription": "PowerPC Instructions that completed while the thread is in Privileged state." - }, - { - "EventCode": "0x3F150", - "EventName": "PM_MRK_ST_DRAIN_CYC", - "BriefDescription": "cycles to drain st from core to L2." + "BriefDescription": "PowerPC instruction completed while the thread was in Privileged state." }, { "EventCode": "0x3F054", @@ -170,74 +75,29 @@ "BriefDescription": "Cycles in which Superslice 0 dispatches either 5, 6, 7 or 8 instructions." }, { - "EventCode": "0x30162", - "EventName": "PM_MRK_ISSUE_DEPENDENT_LOAD", - "BriefDescription": "The marked instruction was dependent on a load. It is eligible for issue kill." - }, - { - "EventCode": "0x40114", - "EventName": "PM_MRK_START_PROBE_NOP_DISP", - "BriefDescription": "Marked Start probe nop dispatched. Instruction AND R0,R0,R0." - }, - { - "EventCode": "0x4001C", - "EventName": "PM_VSU_FIN", - "BriefDescription": "VSU instructions finished." - }, - { - "EventCode": "0x4C01A", - "EventName": "PM_EXEC_STALL_DMISS_OFF_NODE", - "BriefDescription": "Cycles in which the oldest instruction in the pipeline was waiting for a load miss to resolve from a distant chip." - }, - { - "EventCode": "0x4D012", - "EventName": "PM_PMC3_SAVED", - "BriefDescription": "The conditions for the speculative event selected for PMC3 are met and PMC3 is charged." + "EventCode": "0x30068", + "EventName": "PM_L1_ICACHE_RELOADED_PREF", + "BriefDescription": "Counts all instruction cache prefetch reloads (includes demand turned into prefetch)." }, { - "EventCode": "0x4D022", - "EventName": "PM_HYPERVISOR_INST_CMPL", - "BriefDescription": "PowerPC instructions that completed while the thread is in hypervisor state." + "EventCode": "0x300F6", + "EventName": "PM_LD_DEMAND_MISS_L1", + "BriefDescription": "The L1 cache was reloaded with a line that fulfills a demand miss request. Counted at reload time, before finish." }, { - "EventCode": "0x4D026", - "EventName": "PM_ULTRAVISOR_CYC", - "BriefDescription": "Cycles when the thread is in Ultravisor state. MSR[S HV PR]=110." + "EventCode": "0x300FE", + "EventName": "PM_DATA_FROM_L3MISS", + "BriefDescription": "The processor's data cache was reloaded from a source other than the local core's L1, L2, or L3 due to a demand miss." }, { - "EventCode": "0x4D028", - "EventName": "PM_PRIVILEGED_CYC", - "BriefDescription": "Cycles when the thread is in Privileged state. MSR[S HV PR]=x00." - }, - { - "EventCode": "0x40030", - "EventName": "PM_INST_FIN", - "BriefDescription": "Instructions finished." - }, - { - "EventCode": "0x44146", - "EventName": "PM_MRK_STCX_CORE_CYC", - "BriefDescription": "Cycles spent in the core portion of a marked Stcx instruction. It starts counting when the instruction is decoded and stops counting when it drains into the L2." + "EventCode": "0x40012", + "EventName": "PM_L1_ICACHE_RELOADED_ALL", + "BriefDescription": "Counts all instruction cache reloads includes demand, prefetch, prefetch turned into demand and demand turned into prefetch." }, { "EventCode": "0x44054", "EventName": "PM_VECTOR_LD_CMPL", - "BriefDescription": "Vector load instructions completed." - }, - { - "EventCode": "0x45054", - "EventName": "PM_FMA_CMPL", - "BriefDescription": "Two floating point instructions completed (FMA class of instructions: fmadd, fnmadd, fmsub, fnmsub). Scalar instructions only." - }, - { - "EventCode": "0x45056", - "EventName": "PM_SCALAR_FLOP_CMPL", - "BriefDescription": "Scalar floating point instructions completed." - }, - { - "EventCode": "0x4505C", - "EventName": "PM_MATH_FLOP_CMPL", - "BriefDescription": "Math floating point instructions completed." + "BriefDescription": "Vector load instruction completed." }, { "EventCode": "0x4D05E", @@ -245,28 +105,13 @@ "BriefDescription": "A branch completed. All branches are included." }, { - "EventCode": "0x4E15E", - "EventName": "PM_MRK_INST_FLUSHED", - "BriefDescription": "The marked instruction was flushed." - }, - { - "EventCode": "0x401E6", - "EventName": "PM_MRK_INST_FROM_L3MISS", - "BriefDescription": "The processor's instruction cache was reloaded from a source other than the local core's L1, L2, or L3 due to a demand miss for a marked instruction." - }, - { - "EventCode": "0x401E8", - "EventName": "PM_MRK_DATA_FROM_L2MISS", - "BriefDescription": "The processor's data cache was reloaded from a source other than the local core's L1 or L2 due to a demand miss for a marked load." - }, - { "EventCode": "0x400F0", "EventName": "PM_LD_DEMAND_MISS_L1_FIN", - "BriefDescription": "Load Missed L1, counted at finish time." + "BriefDescription": "Load missed L1, counted at finish time." }, { - "EventCode": "0x500FA", - "EventName": "PM_RUN_INST_CMPL", - "BriefDescription": "Completed PowerPC instructions gated by the run latch." + "EventCode": "0x400FE", + "EventName": "PM_DATA_FROM_MEMORY", + "BriefDescription": "The processor's data cache was reloaded from local, remote, or distant memory due to a demand miss." } ] --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/pmu-events/arch/powerpc/power10/pipeline.json +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/pmu-events/arch/powerpc/power10/pipeline.json @@ -1,8 +1,13 @@ [ { - "EventCode": "0x100FE", - "EventName": "PM_INST_CMPL", - "BriefDescription": "PowerPC instructions completed." + "EventCode": "0x10004", + "EventName": "PM_EXEC_STALL_TRANSLATION", + "BriefDescription": "Cycles in which the oldest instruction in the pipeline suffered a TLB miss or ERAT miss and waited for it to resolve." + }, + { + "EventCode": "0x10006", + "EventName": "PM_DISP_STALL_HELD_OTHER_CYC", + "BriefDescription": "Cycles in which the next-to-complete (NTC) instruction is held at dispatch for any other reason." }, { "EventCode": "0x1000C", @@ -12,7 +17,7 @@ { "EventCode": "0x1000E", "EventName": "PM_MMA_ISSUED", - "BriefDescription": "MMA instructions issued." + "BriefDescription": "MMA instruction issued." }, { "EventCode": "0x10012", @@ -30,14 +35,19 @@ "BriefDescription": "Cycles in which an instruction reload is pending to satisfy a demand miss." }, { - "EventCode": "0x10022", - "EventName": "PM_PMC2_SAVED", - "BriefDescription": "The conditions for the speculative event selected for PMC2 are met and PMC2 is charged." + "EventCode": "0x10038", + "EventName": "PM_DISP_STALL_TRANSLATION", + "BriefDescription": "Cycles when dispatch was stalled for this thread because the MMU was handling a translation miss." }, { - "EventCode": "0x10024", - "EventName": "PM_PMC5_OVERFLOW", - "BriefDescription": "The event selected for PMC5 caused the event counter to overflow." + "EventCode": "0x1003A", + "EventName": "PM_DISP_STALL_BR_MPRED_IC_L2", + "BriefDescription": "Cycles when dispatch was stalled while the instruction was fetched from the local L2 after suffering a branch mispredict." + }, + { + "EventCode": "0x1003C", + "EventName": "PM_EXEC_STALL_DMISS_L2L3", + "BriefDescription": "Cycles in which the oldest instruction in the pipeline was waiting for a load miss to resolve from either the local L2 or local L3." }, { "EventCode": "0x10058", @@ -55,11 +65,36 @@ "BriefDescription": "Data ERAT Miss (Data TLB Access) page size 2M. Implies radix translation. When MMCR1[16]=0 this event counts only DERAT reloads for demand misses. When MMCR1[16]=1 this event includes demand misses and prefetches." }, { + "EventCode": "0x1D05E", + "EventName": "PM_DISP_STALL_HELD_HALT_CYC", + "BriefDescription": "Cycles in which the next-to-complete (NTC) instruction is held at dispatch because of power management." + }, + { + "EventCode": "0x1E050", + "EventName": "PM_DISP_STALL_HELD_STF_MAPPER_CYC", + "BriefDescription": "Cycles in which the next-to-complete (NTC) instruction is held at dispatch because the STF mapper/SRB was full. Includes GPR (count, link, tar), VSR, VMR, FPR." + }, + { + "EventCode": "0x1E054", + "EventName": "PM_EXEC_STALL_DMISS_L21_L31", + "BriefDescription": "Cycles in which the oldest instruction in the pipeline was waiting for a load miss to resolve from another core's L2 or L3 on the same chip." + }, + { + "EventCode": "0x1E056", + "EventName": "PM_EXEC_STALL_STORE_PIPE", + "BriefDescription": "Cycles in which the oldest instruction in the pipeline was executing in the store unit. This does not include cycles spent handling store misses, PTESYNC instructions or TLBIE instructions." + }, + { "EventCode": "0x1E05A", "EventName": "PM_CMPL_STALL_LWSYNC", "BriefDescription": "Cycles in which the oldest instruction in the pipeline was a lwsync waiting to complete." }, { + "EventCode": "0x10064", + "EventName": "PM_DISP_STALL_IC_L2", + "BriefDescription": "Cycles when dispatch was stalled while the instruction was fetched from the local L2." + }, + { "EventCode": "0x10068", "EventName": "PM_BR_FIN", "BriefDescription": "A branch instruction finished. Includes predicted/mispredicted/unconditional." @@ -70,9 +105,9 @@ "BriefDescription": "Simple fixed point instruction issued to the store unit. Measured at finish time." }, { - "EventCode": "0x1006C", - "EventName": "PM_RUN_CYC_ST_MODE", - "BriefDescription": "Cycles when the run latch is set and the core is in ST mode." + "EventCode": "0x100F8", + "EventName": "PM_DISP_STALL_CYC", + "BriefDescription": "Cycles the ICT has no itags assigned to this thread (no instructions were dispatched during these cycles)." }, { "EventCode": "0x20004", @@ -80,9 +115,9 @@ "BriefDescription": "Cycles in which the oldest instruction in the pipeline was dispatched but not issued yet." }, { - "EventCode": "0x2000A", - "EventName": "PM_HYPERVISOR_CYC", - "BriefDescription": "Cycles when the thread is in Hypervisor state. MSR[S HV PR]=010." + "EventCode": "0x20006", + "EventName": "PM_DISP_STALL_HELD_ISSQ_FULL_CYC", + "BriefDescription": "Cycles in which the next-to-complete (NTC) instruction is held at dispatch due to Issue queue full. Includes issue queue and branch queue." }, { "EventCode": "0x2000E", @@ -90,24 +125,59 @@ "BriefDescription": "LSU Finished an internal operation in LD1 port." }, { + "EventCode": "0x2C010", + "EventName": "PM_EXEC_STALL_LSU", + "BriefDescription": "Cycles in which the oldest instruction in the pipeline was executing in the Load Store Unit. This does not include simple fixed point instructions." + }, + { "EventCode": "0x2C014", "EventName": "PM_CMPL_STALL_SPECIAL", "BriefDescription": "Cycles in which the oldest instruction in the pipeline required special handling before completing." }, { + "EventCode": "0x2C016", + "EventName": "PM_DISP_STALL_IERAT_ONLY_MISS", + "BriefDescription": "Cycles when dispatch was stalled while waiting to resolve an instruction ERAT miss." + }, + { "EventCode": "0x2C018", "EventName": "PM_EXEC_STALL_DMISS_L3MISS", "BriefDescription": "Cycles in which the oldest instruction in the pipeline was waiting for a load miss to resolve from a source beyond the local L2 or local L3." }, { + "EventCode": "0x2C01C", + "EventName": "PM_EXEC_STALL_DMISS_OFF_CHIP", + "BriefDescription": "Cycles in which the oldest instruction in the pipeline was waiting for a load miss to resolve from a remote chip." + }, + { + "EventCode": "0x2C01E", + "EventName": "PM_DISP_STALL_BR_MPRED_IC_L3", + "BriefDescription": "Cycles when dispatch was stalled while the instruction was fetched from the local L3 after suffering a branch mispredict." + }, + { "EventCode": "0x2D010", "EventName": "PM_LSU_ST1_FIN", "BriefDescription": "LSU Finished an internal operation in ST1 port." }, { + "EventCode": "0x10016", + "EventName": "PM_VSU0_ISSUE", + "BriefDescription": "VSU instruction issued to VSU pipe 0." + }, + { "EventCode": "0x2D012", "EventName": "PM_VSU1_ISSUE", - "BriefDescription": "VSU instructions issued to VSU pipe 1." + "BriefDescription": "VSU instruction issued to VSU pipe 1." + }, + { + "EventCode": "0x2505C", + "EventName": "PM_VSU_ISSUE", + "BriefDescription": "At least one VSU instruction was issued to one of the VSU pipes. Up to 4 per cycle. Includes fixed point operations." + }, + { + "EventCode": "0x4001C", + "EventName": "PM_VSU_FIN", + "BriefDescription": "VSU instruction finished." }, { "EventCode": "0x2D018", @@ -115,19 +185,34 @@ "BriefDescription": "Cycles in which the oldest instruction in the pipeline was executing in the VSU (includes FXU, VSU, CRU)." }, { + "EventCode": "0x2D01A", + "EventName": "PM_DISP_STALL_IC_MISS", + "BriefDescription": "Cycles when dispatch was stalled for this thread due to an instruction cache miss." + }, + { "EventCode": "0x2D01C", "EventName": "PM_CMPL_STALL_STCX", "BriefDescription": "Cycles in which the oldest instruction in the pipeline was a stcx waiting for resolution from the nest before completing." }, { - "EventCode": "0x2E01E", - "EventName": "PM_EXEC_STALL_NTC_FLUSH", - "BriefDescription": "Cycles in which the oldest instruction in the pipeline was executing in any unit before it was flushed. Note that if the flush of the oldest instruction happens after finish, the cycles from dispatch to issue will be included in PM_DISP_STALL and the cycles from issue to finish will be included in PM_EXEC_STALL and its corresponding children. This event will also count cycles when the previous NTF instruction is still completing and the new NTF instruction is stalled at dispatch." + "EventCode": "0x2E018", + "EventName": "PM_DISP_STALL_FETCH", + "BriefDescription": "Cycles when dispatch was stalled for this thread because Fetch was being held." + }, + { + "EventCode": "0x2E01A", + "EventName": "PM_DISP_STALL_HELD_XVFC_MAPPER_CYC", + "BriefDescription": "Cycles in which the next-to-complete (NTC) instruction is held at dispatch because the XVFC mapper/SRB was full." }, { - "EventCode": "0x2013C", - "EventName": "PM_MRK_FX_LSU_FIN", - "BriefDescription": "The marked instruction was simple fixed point that was issued to the store unit. Measured at finish time." + "EventCode": "0x2E01C", + "EventName": "PM_EXEC_STALL_TLBIE", + "BriefDescription": "Cycles in which the oldest instruction in the pipeline was a TLBIE instruction executing in the Load Store Unit." + }, + { + "EventCode": "0x2E01E", + "EventName": "PM_EXEC_STALL_NTC_FLUSH", + "BriefDescription": "Cycles in which the oldest instruction in the pipeline was executing in any unit before it was flushed. Note that if the flush of the oldest instruction happens after finish, the cycles from dispatch to issue will be included in PM_DISP_STALL and the cycles from issue to finish will be included in PM_EXEC_STALL and its corresponding children. This event will also count cycles when the previous next-to-finish (NTF) instruction is still completing and the new NTF instruction is stalled at dispatch." }, { "EventCode": "0x2405A", @@ -135,14 +220,9 @@ "BriefDescription": "Cycles in which the oldest instruction in the pipeline (NTC) finishes. Note that instructions can finish out of order, therefore not all the instructions that finish have a Next-to-complete status." }, { - "EventCode": "0x201E2", - "EventName": "PM_MRK_LD_MISS_L1", - "BriefDescription": "Marked DL1 Demand Miss counted at finish time." - }, - { - "EventCode": "0x200F4", - "EventName": "PM_RUN_CYC", - "BriefDescription": "Processor cycles gated by the run latch." + "EventCode": "0x30004", + "EventName": "PM_DISP_STALL_FLUSH", + "BriefDescription": "Cycles when dispatch was stalled because of a flush that happened to an instruction(s) that was not yet next-to-complete (NTC). PM_EXEC_STALL_NTC_FLUSH only includes instructions that were flushed after becoming NTC." }, { "EventCode": "0x30008", @@ -150,29 +230,34 @@ "BriefDescription": "Cycles in which the oldest instruction in the pipeline was waiting to finish in one of the execution units (BRU, LSU, VSU). Only cycles between issue and finish are counted in this category." }, { - "EventCode": "0x3001A", - "EventName": "PM_LSU_ST2_FIN", - "BriefDescription": "LSU Finished an internal operation in ST2 port." + "EventCode": "0x30014", + "EventName": "PM_EXEC_STALL_STORE", + "BriefDescription": "Cycles in which the oldest instruction in the pipeline was a store instruction executing in the Load Store Unit." }, { - "EventCode": "0x30020", - "EventName": "PM_PMC2_REWIND", - "BriefDescription": "The speculative event selected for PMC2 rewinds and the counter for PMC2 is not charged." + "EventCode": "0x30016", + "EventName": "PM_EXEC_STALL_DERAT_DTLB_MISS", + "BriefDescription": "Cycles in which the oldest instruction in the pipeline suffered a TLB miss and waited for it resolve." }, { - "EventCode": "0x30022", - "EventName": "PM_PMC4_SAVED", - "BriefDescription": "The conditions for the speculative event selected for PMC4 are met and PMC4 is charged." + "EventCode": "0x30018", + "EventName": "PM_DISP_STALL_HELD_SCOREBOARD_CYC", + "BriefDescription": "Cycles in which the next-to-complete (NTC) instruction is held at dispatch while waiting on the Scoreboard. This event combines VSCR and FPSCR together." + }, + { + "EventCode": "0x3001A", + "EventName": "PM_LSU_ST2_FIN", + "BriefDescription": "LSU Finished an internal operation in ST2 port." }, { - "EventCode": "0x30024", - "EventName": "PM_PMC6_OVERFLOW", - "BriefDescription": "The event selected for PMC6 caused the event counter to overflow." + "EventCode": "0x30026", + "EventName": "PM_EXEC_STALL_STORE_MISS", + "BriefDescription": "Cycles in which the oldest instruction in the pipeline was a store whose cache line was not resident in the L1 and was waiting for allocation of the missing line into the L1." }, { "EventCode": "0x30028", "EventName": "PM_CMPL_STALL_MEM_ECC", - "BriefDescription": "Cycles in which the oldest instruction in the pipeline was waiting for the non-speculative finish of either a stcx waiting for its result or a load waiting for non-critical sectors of data and ECC." + "BriefDescription": "Cycles in which the oldest instruction in the pipeline was waiting for the non-speculative finish of either a STCX waiting for its result or a load waiting for non-critical sectors of data and ECC." }, { "EventCode": "0x30036", @@ -180,6 +265,11 @@ "BriefDescription": "Cycles in which the oldest instruction in the pipeline was a simple fixed point instruction executing in the Load Store Unit." }, { + "EventCode": "0x30038", + "EventName": "PM_EXEC_STALL_DMISS_LMEM", + "BriefDescription": "Cycles in which the oldest instruction in the pipeline was waiting for a load miss to resolve from the local memory, local OpenCAPI cache, or local OpenCAPI memory." + }, + { "EventCode": "0x3003A", "EventName": "PM_CMPL_STALL_EXCEPTION", "BriefDescription": "Cycles in which the oldest instruction in the pipeline was not allowed to complete because it was interrupted by ANY exception, which has to be serviced before the instruction can complete." @@ -187,17 +277,37 @@ { "EventCode": "0x3F044", "EventName": "PM_VSU2_ISSUE", - "BriefDescription": "VSU instructions issued to VSU pipe 2." + "BriefDescription": "VSU instruction issued to VSU pipe 2." }, { "EventCode": "0x30058", "EventName": "PM_TLBIE_FIN", - "BriefDescription": "TLBIE instructions finished in the LSU. Two TLBIEs can finish each cycle. All will be counted." + "BriefDescription": "TLBIE instruction finished in the LSU. Two TLBIEs can finish each cycle. All will be counted." + }, + { + "EventCode": "0x34054", + "EventName": "PM_EXEC_STALL_DMISS_L2L3_NOCONFLICT", + "BriefDescription": "Cycles in which the oldest instruction in the pipeline was waiting for a load miss to resolve from the local L2 or local L3, without a dispatch conflict." + }, + { + "EventCode": "0x34056", + "EventName": "PM_EXEC_STALL_LOAD_FINISH", + "BriefDescription": "Cycles in which the oldest instruction in the pipeline was finishing a load after its data was reloaded from a data source beyond the local L1; cycles in which the LSU was processing an L1-hit; cycles in which the next-to-finish (NTF) instruction merged with another load in the LMQ; cycles in which the NTF instruction is waiting for a data reload for a load miss, but the data comes back with a non-NTF instruction." + }, + { + "EventCode": "0x34058", + "EventName": "PM_DISP_STALL_BR_MPRED_ICMISS", + "BriefDescription": "Cycles when dispatch was stalled after a mispredicted branch resulted in an instruction cache miss." + }, + { + "EventCode": "0x3D05C", + "EventName": "PM_DISP_STALL_HELD_RENAME_CYC", + "BriefDescription": "Cycles in which the next-to-complete (NTC) instruction is held at dispatch because the mapper/SRB was full. Includes GPR (count, link, tar), VSR, VMR, FPR and XVFC." }, { - "EventCode": "0x3D058", - "EventName": "PM_SCALAR_FSQRT_FDIV_ISSUE", - "BriefDescription": "Scalar versions of four floating point operations: fdiv,fsqrt (xvdivdp, xvdivsp, xvsqrtdp, xvsqrtsp)." + "EventCode": "0x3E052", + "EventName": "PM_DISP_STALL_IC_L3", + "BriefDescription": "Cycles when dispatch was stalled while the instruction was fetched from the local L3." }, { "EventCode": "0x30066", @@ -215,9 +325,9 @@ "BriefDescription": "Cycles in which both instructions in the ICT entry pair show as finished. These are the cycles between finish and completion for the oldest pair of instructions in the pipeline." }, { - "EventCode": "0x40010", - "EventName": "PM_PMC3_OVERFLOW", - "BriefDescription": "The event selected for PMC3 caused the event counter to overflow." + "EventCode": "0x4C010", + "EventName": "PM_DISP_STALL_BR_MPRED_IC_L3MISS", + "BriefDescription": "Cycles when dispatch was stalled while the instruction was fetched from sources beyond the local L3 after suffering a mispredicted branch." }, { "EventCode": "0x4C012", @@ -225,16 +335,36 @@ "BriefDescription": "Cycles in which the oldest instruction in the pipeline suffered an ERAT miss and waited for it resolve." }, { + "EventCode": "0x4C016", + "EventName": "PM_EXEC_STALL_DMISS_L2L3_CONFLICT", + "BriefDescription": "Cycles in which the oldest instruction in the pipeline was waiting for a load miss to resolve from the local L2 or local L3, with a dispatch conflict." + }, + { "EventCode": "0x4C018", "EventName": "PM_CMPL_STALL", "BriefDescription": "Cycles in which the oldest instruction in the pipeline cannot complete because the thread was blocked for any reason." }, { + "EventCode": "0x4C01A", + "EventName": "PM_EXEC_STALL_DMISS_OFF_NODE", + "BriefDescription": "Cycles in which the oldest instruction in the pipeline was waiting for a load miss to resolve from a distant chip." + }, + { "EventCode": "0x4C01E", "EventName": "PM_LSU_ST3_FIN", "BriefDescription": "LSU Finished an internal operation in ST3 port." }, { + "EventCode": "0x4D014", + "EventName": "PM_EXEC_STALL_LOAD", + "BriefDescription": "Cycles in which the oldest instruction in the pipeline was a load instruction executing in the Load Store Unit." + }, + { + "EventCode": "0x4D016", + "EventName": "PM_EXEC_STALL_PTESYNC", + "BriefDescription": "Cycles in which the oldest instruction in the pipeline was a PTESYNC instruction executing in the Load Store Unit." + }, + { "EventCode": "0x4D018", "EventName": "PM_EXEC_STALL_BRU", "BriefDescription": "Cycles in which the oldest instruction in the pipeline was executing in the Branch unit." @@ -250,9 +380,24 @@ "BriefDescription": "Cycles in which the oldest instruction in the pipeline was a TLBIEL instruction executing in the Load Store Unit. TLBIEL instructions have lower overhead than TLBIE instructions because they don't get set to the nest." }, { + "EventCode": "0x4D01E", + "EventName": "PM_DISP_STALL_BR_MPRED", + "BriefDescription": "Cycles when dispatch was stalled for this thread due to a mispredicted branch." + }, + { + "EventCode": "0x4E010", + "EventName": "PM_DISP_STALL_IC_L3MISS", + "BriefDescription": "Cycles when dispatch was stalled while the instruction was fetched from any source beyond the local L3." + }, + { "EventCode": "0x4E012", "EventName": "PM_EXEC_STALL_UNKNOWN", - "BriefDescription": "Cycles in which the oldest instruction in the pipeline completed without an ntf_type pulse. The ntf_pulse was missed by the ISU because the NTF finishes and completions came too close together." + "BriefDescription": "Cycles in which the oldest instruction in the pipeline completed without an ntf_type pulse. The ntf_pulse was missed by the ISU because the next-to-finish (NTF) instruction finishes and completions came too close together." + }, + { + "EventCode": "0x4E01A", + "EventName": "PM_DISP_STALL_HELD_CYC", + "BriefDescription": "Cycles in which the next-to-complete (NTC) instruction is held at dispatch for any reason." }, { "EventCode": "0x4D020", @@ -260,24 +405,14 @@ "BriefDescription": "VSU instruction was issued to VSU pipe 3." }, { - "EventCode": "0x40132", - "EventName": "PM_MRK_LSU_FIN", - "BriefDescription": "LSU marked instruction finish." + "EventCode": "0x4003C", + "EventName": "PM_DISP_STALL_HELD_SYNC_CYC", + "BriefDescription": "Cycles in which the next-to-complete (NTC) instruction is held at dispatch because of a synchronizing instruction that requires the ICT to be empty before dispatch." }, { "EventCode": "0x45058", "EventName": "PM_IC_MISS_CMPL", - "BriefDescription": "Non-speculative icache miss, counted at completion." - }, - { - "EventCode": "0x4D050", - "EventName": "PM_VSU_NON_FLOP_CMPL", - "BriefDescription": "Non-floating point VSU instructions completed." - }, - { - "EventCode": "0x4D052", - "EventName": "PM_2FLOP_CMPL", - "BriefDescription": "Double Precision vector version of fmul, fsub, fcmp, fsel, fabs, fnabs, fres, fsqrte, fneg completed." + "BriefDescription": "Non-speculative instruction cache miss, counted at completion." }, { "EventCode": "0x400F2", --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/pmu-events/arch/powerpc/power10/pmc.json +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/pmu-events/arch/powerpc/power10/pmc.json @@ -1,22 +1,197 @@ [ { + "EventCode": "0x100FE", + "EventName": "PM_INST_CMPL", + "BriefDescription": "PowerPC instruction completed." + }, + { + "EventCode": "0x1000A", + "EventName": "PM_PMC3_REWIND", + "BriefDescription": "The speculative event selected for PMC3 rewinds and the counter for PMC3 is not charged." + }, + { + "EventCode": "0x10010", + "EventName": "PM_PMC4_OVERFLOW", + "BriefDescription": "The event selected for PMC4 caused the event counter to overflow." + }, + { + "EventCode": "0x1001C", + "EventName": "PM_ULTRAVISOR_INST_CMPL", + "BriefDescription": "PowerPC instruction completed while the thread was in ultravisor state." + }, + { + "EventCode": "0x100F0", + "EventName": "PM_CYC", + "BriefDescription": "Processor cycles." + }, + { + "EventCode": "0x10020", + "EventName": "PM_PMC4_REWIND", + "BriefDescription": "The speculative event selected for PMC4 rewinds and the counter for PMC4 is not charged." + }, + { + "EventCode": "0x10022", + "EventName": "PM_PMC2_SAVED", + "BriefDescription": "The conditions for the speculative event selected for PMC2 are met and PMC2 is charged." + }, + { + "EventCode": "0x10024", + "EventName": "PM_PMC5_OVERFLOW", + "BriefDescription": "The event selected for PMC5 caused the event counter to overflow." + }, + { + "EventCode": "0x1F15E", + "EventName": "PM_MRK_START_PROBE_NOP_CMPL", + "BriefDescription": "Marked Start probe nop (AND R0,R0,R0) completed." + }, + { + "EventCode": "0x1006C", + "EventName": "PM_RUN_CYC_ST_MODE", + "BriefDescription": "Cycles when the run latch is set and the core is in ST mode." + }, + { + "EventCode": "0x101E8", + "EventName": "PM_THRESH_EXC_256", + "BriefDescription": "Threshold counter exceeded a count of 256." + }, + { + "EventCode": "0x101EC", + "EventName": "PM_THRESH_MET", + "BriefDescription": "Threshold exceeded." + }, + { + "EventCode": "0x100FA", + "EventName": "PM_RUN_LATCH_ANY_THREAD_CYC", + "BriefDescription": "Cycles when at least one thread has the run latch set." + }, + { + "EventCode": "0x2000A", + "EventName": "PM_HYPERVISOR_CYC", + "BriefDescription": "Cycles when the thread is in Hypervisor state. MSR[S HV PR]=010." + }, + { + "EventCode": "0x2000C", + "EventName": "PM_RUN_LATCH_ALL_THREADS_CYC", + "BriefDescription": "Cycles when the run latch is set for all threads." + }, + { + "EventCode": "0x20010", + "EventName": "PM_PMC1_OVERFLOW", + "BriefDescription": "The event selected for PMC1 caused the event counter to overflow." + }, + { + "EventCode": "0x2006C", + "EventName": "PM_RUN_CYC_SMT4_MODE", + "BriefDescription": "Cycles when this thread's run latch is set and the core is in SMT4 mode." + }, + { + "EventCode": "0x201E6", + "EventName": "PM_THRESH_EXC_32", + "BriefDescription": "Threshold counter exceeded a value of 32." + }, + { + "EventCode": "0x201E8", + "EventName": "PM_THRESH_EXC_512", + "BriefDescription": "Threshold counter exceeded a value of 512." + }, + { + "EventCode": "0x200F4", + "EventName": "PM_RUN_CYC", + "BriefDescription": "Processor cycles gated by the run latch." + }, + { + "EventCode": "0x30010", + "EventName": "PM_PMC2_OVERFLOW", + "BriefDescription": "The event selected for PMC2 caused the event counter to overflow." + }, + { + "EventCode": "0x30020", + "EventName": "PM_PMC2_REWIND", + "BriefDescription": "The speculative event selected for PMC2 rewinds and the counter for PMC2 is not charged." + }, + { + "EventCode": "0x30022", + "EventName": "PM_PMC4_SAVED", + "BriefDescription": "The conditions for the speculative event selected for PMC4 are met and PMC4 is charged." + }, + { + "EventCode": "0x30024", + "EventName": "PM_PMC6_OVERFLOW", + "BriefDescription": "The event selected for PMC6 caused the event counter to overflow." + }, + { + "EventCode": "0x3006C", + "EventName": "PM_RUN_CYC_SMT2_MODE", + "BriefDescription": "Cycles when this thread's run latch is set and the core is in SMT2 mode." + }, + { "EventCode": "0x301E8", "EventName": "PM_THRESH_EXC_64", "BriefDescription": "Threshold counter exceeded a value of 64." }, { - "EventCode": "0x45050", - "EventName": "PM_1FLOP_CMPL", - "BriefDescription": "One floating point instruction completed (fadd, fmul, fsub, fcmp, fsel, fabs, fnabs, fres, fsqrte, fneg)." + "EventCode": "0x301EA", + "EventName": "PM_THRESH_EXC_1024", + "BriefDescription": "Threshold counter exceeded a value of 1024." + }, + { + "EventCode": "0x40010", + "EventName": "PM_PMC3_OVERFLOW", + "BriefDescription": "The event selected for PMC3 caused the event counter to overflow." + }, + { + "EventCode": "0x40114", + "EventName": "PM_MRK_START_PROBE_NOP_DISP", + "BriefDescription": "Marked Start probe nop dispatched. Instruction AND R0,R0,R0." + }, + { + "EventCode": "0x4D010", + "EventName": "PM_PMC1_SAVED", + "BriefDescription": "The conditions for the speculative event selected for PMC1 are met and PMC1 is charged." + }, + { + "EventCode": "0x4D012", + "EventName": "PM_PMC3_SAVED", + "BriefDescription": "The conditions for the speculative event selected for PMC3 are met and PMC3 is charged." + }, + { + "EventCode": "0x4D022", + "EventName": "PM_HYPERVISOR_INST_CMPL", + "BriefDescription": "PowerPC instruction completed while the thread was in hypervisor state." + }, + { + "EventCode": "0x4D026", + "EventName": "PM_ULTRAVISOR_CYC", + "BriefDescription": "Cycles when the thread is in Ultravisor state. MSR[S HV PR]=110." + }, + { + "EventCode": "0x4D028", + "EventName": "PM_PRIVILEGED_CYC", + "BriefDescription": "Cycles when the thread is in Privileged state. MSR[S HV PR]=x00." + }, + { + "EventCode": "0x4D02C", + "EventName": "PM_PMC1_REWIND", + "BriefDescription": "The speculative event selected for PMC1 rewinds and the counter for PMC1 is not charged." + }, + { + "EventCode": "0x40030", + "EventName": "PM_INST_FIN", + "BriefDescription": "Instruction finished." + }, + { + "EventCode": "0x40134", + "EventName": "PM_MRK_INST_TIMEO", + "BriefDescription": "Marked instruction finish timeout (instruction was lost)." }, { - "EventCode": "0x45052", - "EventName": "PM_4FLOP_CMPL", - "BriefDescription": "Four floating point instructions completed (fadd, fmul, fsub, fcmp, fsel, fabs, fnabs, fres, fsqrte, fneg)." + "EventCode": "0x401EA", + "EventName": "PM_THRESH_EXC_128", + "BriefDescription": "Threshold counter exceeded a value of 128." }, { - "EventCode": "0x4D054", - "EventName": "PM_8FLOP_CMPL", - "BriefDescription": "Four Double Precision vector instructions completed." + "EventCode": "0x500FA", + "EventName": "PM_RUN_INST_CMPL", + "BriefDescription": "PowerPC instruction completed while the run latch is set." } ] --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/pmu-events/arch/powerpc/power10/translation.json +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/pmu-events/arch/powerpc/power10/translation.json @@ -1,35 +1,10 @@ [ { - "EventCode": "0x1F15E", - "EventName": "PM_MRK_START_PROBE_NOP_CMPL", - "BriefDescription": "Marked Start probe nop (AND R0,R0,R0) completed." - }, - { - "EventCode": "0x20016", - "EventName": "PM_ST_FIN", - "BriefDescription": "Store finish count. Includes speculative activity." - }, - { "EventCode": "0x20018", "EventName": "PM_ST_FWD", "BriefDescription": "Store forwards that finished." }, { - "EventCode": "0x2011C", - "EventName": "PM_MRK_NTF_CYC", - "BriefDescription": "Cycles during which the marked instruction is the oldest in the pipeline (NTF or NTC)." - }, - { - "EventCode": "0x2E01C", - "EventName": "PM_EXEC_STALL_TLBIE", - "BriefDescription": "Cycles in which the oldest instruction in the pipeline was a TLBIE instruction executing in the Load Store Unit." - }, - { - "EventCode": "0x201E6", - "EventName": "PM_THRESH_EXC_32", - "BriefDescription": "Threshold counter exceeded a value of 32." - }, - { "EventCode": "0x200F0", "EventName": "PM_ST_CMPL", "BriefDescription": "Stores completed from S2Q (2nd-level store queue). This event includes regular stores, stcx and cache inhibited stores. The following operations are excluded (pteupdate, snoop tlbie complete, store atomics, miso, load atomic payloads, tlbie, tlbsync, slbieg, isync, msgsnd, slbiag, cpabort, copy, tcheck, tend, stsync, dcbst, icbi, dcbf, hwsync, lwsync, ptesync, eieio, msgsync)." @@ -37,21 +12,6 @@ { "EventCode": "0x200FE", "EventName": "PM_DATA_FROM_L2MISS", - "BriefDescription": "The processor's data cache was reloaded from a source other than the local core's L1 or L2 due to a demand miss." - }, - { - "EventCode": "0x30010", - "EventName": "PM_PMC2_OVERFLOW", - "BriefDescription": "The event selected for PMC2 caused the event counter to overflow." - }, - { - "EventCode": "0x4D010", - "EventName": "PM_PMC1_SAVED", - "BriefDescription": "The conditions for the speculative event selected for PMC1 are met and PMC1 is charged." - }, - { - "EventCode": "0x4D05C", - "EventName": "PM_DPP_FLOP_CMPL", - "BriefDescription": "Double-Precision or Quad-Precision instructions completed." + "BriefDescription": "The processor's L1 data cache was reloaded from a source beyond the local core's L2 due to a demand miss." } ] --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/pmu-events/arch/x86/broadwellde/bdwde-metrics.json +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/pmu-events/arch/x86/broadwellde/bdwde-metrics.json @@ -49,6 +49,12 @@ "ScaleUnit": "100%" }, { + "BriefDescription": "Uncore frequency per die [GHZ]", + "MetricExpr": "tma_info_system_socket_clks / #num_dies / duration_time / 1e9", + "MetricGroup": "SoC", + "MetricName": "UNCORE_FREQ" + }, + { "BriefDescription": "Percentage of cycles spent in System Management Interrupts.", "MetricExpr": "((msr@aperf@ - cycles) / msr@aperf@ if msr@smi@ > 0 else 0)", "MetricGroup": "smi", @@ -652,7 +658,7 @@ }, { "BriefDescription": "Average external Memory Bandwidth Use for reads and writes [GB / sec]", - "MetricExpr": "64 * (arb@event\\=0x81\\,umask\\=0x1@ + arb@event\\=0x84\\,umask\\=0x1@) / 1e6 / duration_time / 1e3", + "MetricExpr": "64 * (UNC_M_CAS_COUNT.RD + UNC_M_CAS_COUNT.WR) / 1e9 / duration_time", "MetricGroup": "HPC;Mem;MemoryBW;SoC;tma_issueBW", "MetricName": "tma_info_system_dram_bw_use", "PublicDescription": "Average external Memory Bandwidth Use for reads and writes [GB / sec]. Related metrics: tma_fb_full, tma_mem_bandwidth, tma_sq_full" @@ -691,6 +697,12 @@ "MetricName": "tma_info_system_smt_2t_utilization" }, { + "BriefDescription": "Socket actual clocks when any core is active on that socket", + "MetricExpr": "cbox_0@event\\=0x0@", + "MetricGroup": "SoC", + "MetricName": "tma_info_system_socket_clks" + }, + { "BriefDescription": "Average Frequency Utilization relative nominal frequency", "MetricExpr": "tma_info_thread_clks / CPU_CLK_UNHALTED.REF_TSC", "MetricGroup": "Power", --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/pmu-events/jevents.py +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/pmu-events/jevents.py @@ -999,7 +999,7 @@ _args = ap.parse_args() _args.output_file.write(""" -#include "pmu-events/pmu-events.h" +#include #include "util/header.h" #include "util/pmu.h" #include --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/tests/dlfilter-test.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/tests/dlfilter-test.c @@ -1,7 +1,7 @@ // SPDX-License-Identifier: GPL-2.0 /* * Test dlfilter C API. A perf.data file is synthesized and then processed - * by perf script with a dlfilter named dlfilter-test-api-v0.so. Also a C file + * by perf script with dlfilters named dlfilter-test-api-v*.so. Also a C file * is compiled to provide a dso to match the synthesized perf.data file. */ @@ -37,6 +37,8 @@ #define MAP_START 0x400000 +#define DLFILTER_TEST_NAME_MAX 128 + struct test_data { struct perf_tool tool; struct machine *machine; @@ -45,6 +47,8 @@ u64 bar; u64 ip; u64 addr; + char name[DLFILTER_TEST_NAME_MAX]; + char desc[DLFILTER_TEST_NAME_MAX]; char perf[PATH_MAX]; char perf_data_file_name[PATH_MAX]; char c_file_name[PATH_MAX]; @@ -215,7 +219,7 @@ return err ? -1 : 0; } -static int get_dlfilters_path(char *buf, size_t sz) +static int get_dlfilters_path(const char *name, char *buf, size_t sz) { char perf[PATH_MAX]; char path[PATH_MAX]; @@ -224,12 +228,12 @@ perf_exe(perf, sizeof(perf)); perf_path = dirname(perf); - snprintf(path, sizeof(path), "%s/dlfilters/dlfilter-test-api-v0.so", perf_path); + snprintf(path, sizeof(path), "%s/dlfilters/%s", perf_path, name); if (access(path, R_OK)) { exec_path = get_argv_exec_path(); if (!exec_path) return -1; - snprintf(path, sizeof(path), "%s/dlfilters/dlfilter-test-api-v0.so", exec_path); + snprintf(path, sizeof(path), "%s/dlfilters/%s", exec_path, name); free(exec_path); if (access(path, R_OK)) return -1; @@ -244,9 +248,9 @@ char *desc = NULL; int ret; - if (get_filter_desc(td->dlfilters, "dlfilter-test-api-v0.so", &desc, &long_desc) && + if (get_filter_desc(td->dlfilters, td->name, &desc, &long_desc) && long_desc && !strcmp(long_desc, "Filter used by the 'dlfilter C API' perf test") && - desc && !strcmp(desc, "dlfilter to test v0 C API")) + desc && !strcmp(desc, td->desc)) ret = 0; else ret = -1; @@ -284,7 +288,7 @@ static int do_run_perf_script(struct test_data *td, int do_early) { return system_cmd("%s script -i %s " - "--dlfilter %s/dlfilter-test-api-v0.so " + "--dlfilter %s/%s " "--dlarg first " "--dlarg %d " "--dlarg %" PRIu64 " " @@ -292,7 +296,7 @@ "--dlarg %d " "--dlarg last", td->perf, td->perf_data_file_name, td->dlfilters, - verbose, td->ip, td->addr, do_early); + td->name, verbose, td->ip, td->addr, do_early); } static int run_perf_script(struct test_data *td) @@ -321,7 +325,7 @@ u64 id = 99; int err; - if (get_dlfilters_path(td->dlfilters, PATH_MAX)) + if (get_dlfilters_path(td->name, td->dlfilters, PATH_MAX)) return test_result("dlfilters not found", TEST_SKIP); if (check_filter_desc(td)) @@ -399,14 +403,18 @@ } } -static int test__dlfilter(struct test_suite *test __maybe_unused, int subtest __maybe_unused) +static int test__dlfilter_ver(int ver) { struct test_data td = {.fd = -1}; int pid = getpid(); int err; + pr_debug("\n-- Testing version %d API --\n", ver); + perf_exe(td.perf, sizeof(td.perf)); + snprintf(td.name, sizeof(td.name), "dlfilter-test-api-v%d.so", ver); + snprintf(td.desc, sizeof(td.desc), "dlfilter to test v%d C API", ver); snprintf(td.perf_data_file_name, PATH_MAX, "/tmp/dlfilter-test-%u-perf-data", pid); snprintf(td.c_file_name, PATH_MAX, "/tmp/dlfilter-test-%u-prog.c", pid); snprintf(td.prog_file_name, PATH_MAX, "/tmp/dlfilter-test-%u-prog", pid); @@ -416,4 +424,14 @@ return err; } +static int test__dlfilter(struct test_suite *test __maybe_unused, int subtest __maybe_unused) +{ + int err = test__dlfilter_ver(0); + + if (err) + return err; + /* No test for version 1 */ + return test__dlfilter_ver(2); +} + DEFINE_SUITE("dlfilter C API", dlfilter); --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/tests/pmu-events.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/tests/pmu-events.c @@ -508,7 +508,7 @@ } /* Verify aliases are as expected */ -static int __test_core_pmu_event_aliases(char *pmu_name, int *count) +static int __test_core_pmu_event_aliases(const char *pmu_name, int *count) { struct perf_pmu_test_event const **test_event_table; struct perf_pmu *pmu; @@ -635,7 +635,7 @@ static struct perf_pmu_test_pmu test_pmus[] = { { .pmu = { - .name = (char *)"hisi_sccl1_ddrc2", + .name = "hisi_sccl1_ddrc2", .is_uncore = 1, }, .aliases = { @@ -644,7 +644,7 @@ }, { .pmu = { - .name = (char *)"uncore_cbox_0", + .name = "uncore_cbox_0", .is_uncore = 1, }, .aliases = { @@ -655,7 +655,7 @@ }, { .pmu = { - .name = (char *)"hisi_sccl3_l3c7", + .name = "hisi_sccl3_l3c7", .is_uncore = 1, }, .aliases = { @@ -664,7 +664,7 @@ }, { .pmu = { - .name = (char *)"uncore_imc_free_running_0", + .name = "uncore_imc_free_running_0", .is_uncore = 1, }, .aliases = { @@ -673,7 +673,7 @@ }, { .pmu = { - .name = (char *)"uncore_imc_0", + .name = "uncore_imc_0", .is_uncore = 1, }, .aliases = { @@ -682,7 +682,7 @@ }, { .pmu = { - .name = (char *)"uncore_sys_ddr_pmu0", + .name = "uncore_sys_ddr_pmu0", .is_uncore = 1, .id = (char *)"v8", }, @@ -692,7 +692,7 @@ }, { .pmu = { - .name = (char *)"uncore_sys_ccn_pmu4", + .name = "uncore_sys_ccn_pmu4", .is_uncore = 1, .id = (char *)"0x01", }, --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/tests/shell/stat_bpf_counters.sh +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/tests/shell/stat_bpf_counters.sh @@ -22,10 +22,10 @@ } # skip if --bpf-counters is not supported -if ! perf stat --bpf-counters true > /dev/null 2>&1; then +if ! perf stat -e cycles --bpf-counters true > /dev/null 2>&1; then if [ "$1" = "-v" ]; then echo "Skipping: --bpf-counters not supported" - perf --no-pager stat --bpf-counters true || true + perf --no-pager stat -e cycles --bpf-counters true || true fi exit 2 fi --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/tests/shell/stat_bpf_counters_cgrp.sh +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/tests/shell/stat_bpf_counters_cgrp.sh @@ -25,22 +25,22 @@ find_cgroups() { # try usual systemd slices first - if [ -d /sys/fs/cgroup/system.slice -a -d /sys/fs/cgroup/user.slice ]; then + if [ -d /sys/fs/cgroup/system.slice ] && [ -d /sys/fs/cgroup/user.slice ]; then test_cgroups="system.slice,user.slice" return fi # try root and self cgroups - local self_cgrp=$(grep perf_event /proc/self/cgroup | cut -d: -f3) - if [ -z ${self_cgrp} ]; then + find_cgroups_self_cgrp=$(grep perf_event /proc/self/cgroup | cut -d: -f3) + if [ -z ${find_cgroups_self_cgrp} ]; then # cgroup v2 doesn't specify perf_event - self_cgrp=$(grep ^0: /proc/self/cgroup | cut -d: -f3) + find_cgroups_self_cgrp=$(grep ^0: /proc/self/cgroup | cut -d: -f3) fi - if [ -z ${self_cgrp} ]; then + if [ -z ${find_cgroups_self_cgrp} ]; then test_cgroups="/" else - test_cgroups="/,${self_cgrp}" + test_cgroups="/,${find_cgroups_self_cgrp}" fi } @@ -48,13 +48,11 @@ # Just check if it runs without failure and has non-zero results. check_system_wide_counted() { - local output - - output=$(perf stat -a --bpf-counters --for-each-cgroup ${test_cgroups} -e cpu-clock -x, sleep 1 2>&1) - if echo ${output} | grep -q -F "&1) + if echo ${check_system_wide_counted_output} | grep -q -F "&1) - if echo ${output} | grep -q -F "&1) + if echo ${check_cpu_list_counted_output} | grep -q -F "has_children; } -static bool hist_browser__he_selection_unfolded(struct hist_browser *browser) -{ - return browser->he_selection ? browser->he_selection->unfolded : false; -} - static bool hist_browser__selection_unfolded(struct hist_browser *browser) { struct hist_entry *he = browser->he_selection; @@ -584,8 +579,8 @@ return n; } -static void __hist_entry__set_folding(struct hist_entry *he, - struct hist_browser *hb, bool unfold) +static void hist_entry__set_folding(struct hist_entry *he, + struct hist_browser *hb, bool unfold) { hist_entry__init_have_children(he); he->unfolded = unfold ? he->has_children : false; @@ -603,34 +598,12 @@ he->nr_rows = 0; } -static void hist_entry__set_folding(struct hist_entry *he, - struct hist_browser *browser, bool unfold) -{ - double percent; - - percent = hist_entry__get_percent_limit(he); - if (he->filtered || percent < browser->min_pcnt) - return; - - __hist_entry__set_folding(he, browser, unfold); - - if (!he->depth || unfold) - browser->nr_hierarchy_entries++; - if (he->leaf) - browser->nr_callchain_rows += he->nr_rows; - else if (unfold && !hist_entry__has_hierarchy_children(he, browser->min_pcnt)) { - browser->nr_hierarchy_entries++; - he->has_no_entry = true; - he->nr_rows = 1; - } else - he->has_no_entry = false; -} - static void __hist_browser__set_folding(struct hist_browser *browser, bool unfold) { struct rb_node *nd; struct hist_entry *he; + double percent; nd = rb_first_cached(&browser->hists->entries); while (nd) { @@ -640,6 +613,21 @@ nd = __rb_hierarchy_next(nd, HMD_FORCE_CHILD); hist_entry__set_folding(he, browser, unfold); + + percent = hist_entry__get_percent_limit(he); + if (he->filtered || percent < browser->min_pcnt) + continue; + + if (!he->depth || unfold) + browser->nr_hierarchy_entries++; + if (he->leaf) + browser->nr_callchain_rows += he->nr_rows; + else if (unfold && !hist_entry__has_hierarchy_children(he, browser->min_pcnt)) { + browser->nr_hierarchy_entries++; + he->has_no_entry = true; + he->nr_rows = 1; + } else + he->has_no_entry = false; } } @@ -659,8 +647,10 @@ if (!browser->he_selection) return; - hist_entry__set_folding(browser->he_selection, browser, unfold); - browser->b.nr_entries = hist_browser__nr_entries(browser); + if (unfold == browser->he_selection->unfolded) + return; + + hist_browser__toggle_fold(browser); } static void ui_browser__warn_lost_events(struct ui_browser *browser) @@ -732,8 +722,8 @@ hist_browser__set_folding(browser, true); break; case 'e': - /* Expand the selected entry. */ - hist_browser__set_folding_selected(browser, !hist_browser__he_selection_unfolded(browser)); + /* Toggle expand/collapse the selected entry. */ + hist_browser__toggle_fold(browser); break; case 'H': browser->show_headers = !browser->show_headers; @@ -1779,7 +1769,7 @@ hists_browser__scnprintf_hierarchy_headers(browser, headers, sizeof(headers)); - ui_browser__gotorc(&browser->b, 0, 0); + ui_browser__gotorc_title(&browser->b, 0, 0); ui_browser__set_color(&browser->b, HE_COLORSET_ROOT); ui_browser__write_nstring(&browser->b, headers, browser->b.width + 1); } --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/util/Build +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/util/Build @@ -301,6 +301,12 @@ else bison_flags += -w endif + +BISON_LT_381 := $(shell expr $(shell $(BISON) --version | grep bison | sed -e 's/.\+ \([0-9]\+\).\([0-9]\+\).\([0-9]\+\)/\1\2\3/g') \< 381) +ifeq ($(BISON_LT_381),1) + bison_flags += -DYYNOMEM=YYABORT +endif + CFLAGS_parse-events-bison.o += $(bison_flags) CFLAGS_pmu-bison.o += -DYYLTYPE_IS_TRIVIAL=0 $(bison_flags) CFLAGS_expr-bison.o += -DYYLTYPE_IS_TRIVIAL=0 $(bison_flags) --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/util/annotate.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/util/annotate.c @@ -1846,8 +1846,11 @@ perf_exe(tpath, sizeof(tpath)); bfdf = bfd_openr(tpath, NULL); - assert(bfdf); - assert(bfd_check_format(bfdf, bfd_object)); + if (bfdf == NULL) + abort(); + + if (!bfd_check_format(bfdf, bfd_object)) + abort(); s = open_memstream(&buf, &buf_size); if (!s) { @@ -1895,7 +1898,8 @@ #else disassemble = disassembler(bfdf); #endif - assert(disassemble); + if (disassemble == NULL) + abort(); fflush(s); do { --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/util/bpf-filter.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/util/bpf-filter.c @@ -9,8 +9,8 @@ #include "util/evsel.h" #include "util/bpf-filter.h" -#include "util/bpf-filter-flex.h" -#include "util/bpf-filter-bison.h" +#include +#include #include "bpf_skel/sample-filter.h" #include "bpf_skel/sample_filter.skel.h" @@ -62,6 +62,16 @@ if (evsel->core.attr.sample_type & expr->sample_flags) return 0; + if (expr->op == PBF_OP_GROUP_BEGIN) { + struct perf_bpf_filter_expr *group; + + list_for_each_entry(group, &expr->groups, list) { + if (check_sample_flags(evsel, group) < 0) + return -1; + } + return 0; + } + info = get_sample_info(expr->sample_flags); if (info == NULL) { pr_err("Error: %s event does not have sample flags %lx\n", --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/util/bpf_off_cpu.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/util/bpf_off_cpu.c @@ -98,7 +98,7 @@ /* v5.18 kernel added prev_state arg, so it needs to check the signature */ static void check_sched_switch_args(void) { - const struct btf *btf = bpf_object__btf(skel->obj); + const struct btf *btf = btf__load_vmlinux_btf(); const struct btf_type *t1, *t2, *t3; u32 type_id; @@ -116,7 +116,8 @@ return; t3 = btf__type_by_id(btf, t2->type); - if (t3 && btf_is_func_proto(t3) && btf_vlen(t3) == 4) { + /* btf_trace func proto has one more argument for the context */ + if (t3 && btf_is_func_proto(t3) && btf_vlen(t3) == 5) { /* new format: pass prev_state as 4th arg */ skel->rodata->has_prev_state = true; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/util/dlfilter.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/util/dlfilter.c @@ -10,6 +10,8 @@ #include #include #include +#include +#include #include "debug.h" #include "event.h" @@ -63,6 +65,7 @@ d_al->addr = al->addr; d_al->comm = NULL; d_al->filtered = 0; + d_al->priv = NULL; } static struct addr_location *get_al(struct dlfilter *d) @@ -151,6 +154,11 @@ return d->dlargv; } +static bool has_priv(struct perf_dlfilter_al *d_al_p) +{ + return d_al_p->size >= offsetof(struct perf_dlfilter_al, priv) + sizeof(d_al_p->priv); +} + static __s32 dlfilter__resolve_address(void *ctx, __u64 address, struct perf_dlfilter_al *d_al_p) { struct dlfilter *d = (struct dlfilter *)ctx; @@ -166,6 +174,7 @@ if (!thread) return -1; + addr_location__init(&al); thread__find_symbol_fb(thread, d->sample->cpumode, address, &al); al_to_d_al(&al, &d_al); @@ -176,9 +185,29 @@ memcpy(d_al_p, &d_al, min((size_t)sz, sizeof(d_al))); d_al_p->size = sz; + if (has_priv(d_al_p)) + d_al_p->priv = memdup(&al, sizeof(al)); + return 0; } +static void dlfilter__al_cleanup(void *ctx __maybe_unused, struct perf_dlfilter_al *d_al_p) +{ + struct addr_location *al; + + /* Ensure backward compatibility */ + if (!has_priv(d_al_p) || !d_al_p->priv) + return; + + al = d_al_p->priv; + + d_al_p->priv = NULL; + + addr_location__exit(al); + + free(al); +} + static const __u8 *dlfilter__insn(void *ctx, __u32 *len) { struct dlfilter *d = (struct dlfilter *)ctx; @@ -251,13 +280,21 @@ return &d->evsel->core.attr; } +static __s32 code_read(__u64 ip, struct map *map, struct machine *machine, void *buf, __u32 len) +{ + u64 offset = map__map_ip(map, ip); + + if (ip + len >= map__end(map)) + len = map__end(map) - ip; + + return dso__data_read_offset(map__dso(map), machine, offset, buf, len); +} + static __s32 dlfilter__object_code(void *ctx, __u64 ip, void *buf, __u32 len) { struct dlfilter *d = (struct dlfilter *)ctx; struct addr_location *al; struct addr_location a; - struct map *map; - u64 offset; __s32 ret; if (!d->ctx_valid) @@ -267,27 +304,17 @@ if (!al) return -1; - map = al->map; - - if (map && ip >= map__start(map) && ip < map__end(map) && + if (al->map && ip >= map__start(al->map) && ip < map__end(al->map) && machine__kernel_ip(d->machine, ip) == machine__kernel_ip(d->machine, d->sample->ip)) - goto have_map; + return code_read(ip, al->map, d->machine, buf, len); addr_location__init(&a); + thread__find_map_fb(al->thread, d->sample->cpumode, ip, &a); - if (!a.map) { - ret = -1; - goto out; - } + ret = a.map ? code_read(ip, a.map, d->machine, buf, len) : -1; - map = a.map; -have_map: - offset = map__map_ip(map, ip); - if (ip + len >= map__end(map)) - len = map__end(map) - ip; - ret = dso__data_read_offset(map__dso(map), d->machine, offset, buf, len); -out: addr_location__exit(&a); + return ret; } @@ -296,6 +323,7 @@ .resolve_addr = dlfilter__resolve_addr, .args = dlfilter__args, .resolve_address = dlfilter__resolve_address, + .al_cleanup = dlfilter__al_cleanup, .insn = dlfilter__insn, .srcline = dlfilter__srcline, .attr = dlfilter__attr, --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/util/env.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/util/env.c @@ -324,11 +324,9 @@ u32 pmu_num = 0; struct strbuf sb; - while ((pmu = perf_pmus__scan(pmu))) { - if (!pmu->name) - continue; + while ((pmu = perf_pmus__scan(pmu))) pmu_num++; - } + if (!pmu_num) { pr_debug("pmu mappings not available\n"); return -ENOENT; @@ -339,8 +337,6 @@ return -ENOMEM; while ((pmu = perf_pmus__scan(pmu))) { - if (!pmu->name) - continue; if (strbuf_addf(&sb, "%u:%s", pmu->type, pmu->name) < 0) goto error; /* include a NULL character at the end */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/util/evlist.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/util/evlist.c @@ -251,6 +251,9 @@ .type = PERF_TYPE_SOFTWARE, .config = PERF_COUNT_SW_DUMMY, .size = sizeof(attr), /* to capture ABI version */ + /* Avoid frequency mode for dummy events to avoid associated timers. */ + .freq = 0, + .sample_period = 1, }; return evsel__new_idx(&attr, evlist->core.nr_entries); @@ -277,8 +280,6 @@ evsel->core.attr.exclude_kernel = 1; evsel->core.attr.exclude_guest = 1; evsel->core.attr.exclude_hv = 1; - evsel->core.attr.freq = 0; - evsel->core.attr.sample_period = 1; evsel->core.system_wide = system_wide; evsel->no_aux_samples = true; evsel->name = strdup("dummy:u"); --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/util/expr.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/util/expr.c @@ -10,8 +10,8 @@ #include "debug.h" #include "evlist.h" #include "expr.h" -#include "expr-bison.h" -#include "expr-flex.h" +#include +#include #include "util/hashmap.h" #include "smt.h" #include "tsc.h" --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/util/header.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/util/header.c @@ -746,20 +746,14 @@ * Do a first pass to count number of pmu to avoid lseek so this * works in pipe mode as well. */ - while ((pmu = perf_pmus__scan(pmu))) { - if (!pmu->name) - continue; + while ((pmu = perf_pmus__scan(pmu))) pmu_num++; - } ret = do_write(ff, &pmu_num, sizeof(pmu_num)); if (ret < 0) return ret; while ((pmu = perf_pmus__scan(pmu))) { - if (!pmu->name) - continue; - ret = do_write(ff, &pmu->type, sizeof(pmu->type)); if (ret < 0) return ret; @@ -1605,8 +1599,15 @@ int ret; while ((pmu = perf_pmus__scan(pmu))) { - if (!pmu->name || !strcmp(pmu->name, "cpu") || - perf_pmu__caps_parse(pmu) <= 0) + if (!strcmp(pmu->name, "cpu")) { + /* + * The "cpu" PMU is special and covered by + * HEADER_CPU_PMU_CAPS. Note, core PMUs are + * counted/written here for ARM, s390 and Intel hybrid. + */ + continue; + } + if (perf_pmu__caps_parse(pmu) <= 0) continue; nr_pmu++; } @@ -1619,23 +1620,17 @@ return 0; /* - * Write hybrid pmu caps first to maintain compatibility with - * older perf tool. + * Note older perf tools assume core PMUs come first, this is a property + * of perf_pmus__scan. */ - if (perf_pmus__num_core_pmus() > 1) { - pmu = NULL; - while ((pmu = perf_pmus__scan_core(pmu))) { - ret = __write_pmu_caps(ff, pmu, true); - if (ret < 0) - return ret; - } - } - pmu = NULL; while ((pmu = perf_pmus__scan(pmu))) { - if (pmu->is_core || !pmu->nr_caps) + if (!strcmp(pmu->name, "cpu")) { + /* Skip as above. */ + continue; + } + if (perf_pmu__caps_parse(pmu) <= 0) continue; - ret = __write_pmu_caps(ff, pmu, true); if (ret < 0) return ret; @@ -4381,7 +4376,8 @@ union perf_event *event, struct evlist **pevlist) { - u32 i, ids, n_ids; + u32 i, n_ids; + u64 *ids; struct evsel *evsel; struct evlist *evlist = *pevlist; @@ -4397,9 +4393,8 @@ evlist__add(evlist, evsel); - ids = event->header.size; - ids -= (void *)&event->attr.id - (void *)event; - n_ids = ids / sizeof(u64); + n_ids = event->header.size - sizeof(event->header) - event->attr.attr.size; + n_ids = n_ids / sizeof(u64); /* * We don't have the cpu and thread maps on the header, so * for allocating the perf_sample_id table we fake 1 cpu and @@ -4408,8 +4403,9 @@ if (perf_evsel__alloc_id(&evsel->core, 1, n_ids)) return -ENOMEM; + ids = (void *)&event->attr.attr + event->attr.attr.size; for (i = 0; i < n_ids; i++) { - perf_evlist__id_add(&evlist->core, &evsel->core, 0, i, event->attr.id[i]); + perf_evlist__id_add(&evlist->core, &evsel->core, 0, i, ids[i]); } return 0; --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/util/hist.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/util/hist.c @@ -2676,8 +2676,6 @@ /* If we have branch cycles always annotate them. */ if (bs && bs->nr && entries[0].flags.cycles) { - int i; - bi = sample__resolve_bstack(sample, al); if (bi) { struct addr_map_symbol *prev = NULL; @@ -2692,7 +2690,7 @@ * Note that perf stores branches reversed from * program order! */ - for (i = bs->nr - 1; i >= 0; i--) { + for (int i = bs->nr - 1; i >= 0; i--) { addr_map_symbol__account_cycles(&bi[i].from, nonany_branch_mode ? NULL : prev, bi[i].flags.cycles); @@ -2701,6 +2699,12 @@ if (total_cycles) *total_cycles += bi[i].flags.cycles; } + for (unsigned int i = 0; i < bs->nr; i++) { + map__put(bi[i].to.ms.map); + maps__put(bi[i].to.ms.maps); + map__put(bi[i].from.ms.map); + maps__put(bi[i].from.ms.maps); + } free(bi); } } --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/util/intel-pt.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/util/intel-pt.c @@ -1512,9 +1512,11 @@ } else if (ptq->state->flags & INTEL_PT_ASYNC) { if (!ptq->state->to_ip) ptq->flags = PERF_IP_FLAG_BRANCH | + PERF_IP_FLAG_ASYNC | PERF_IP_FLAG_TRACE_END; else if (ptq->state->from_nr && !ptq->state->to_nr) ptq->flags = PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | + PERF_IP_FLAG_ASYNC | PERF_IP_FLAG_VMEXIT; else ptq->flags = PERF_IP_FLAG_BRANCH | PERF_IP_FLAG_CALL | --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/util/machine.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/util/machine.c @@ -2622,16 +2622,18 @@ save_lbr_cursor_node(thread, cursor, i); } - /* Add LBR ip from first entries.to */ - ip = entries[0].to; - flags = &entries[0].flags; - *branch_from = entries[0].from; - err = add_callchain_ip(thread, cursor, parent, - root_al, &cpumode, ip, - true, flags, NULL, - *branch_from); - if (err) - return err; + if (lbr_nr > 0) { + /* Add LBR ip from first entries.to */ + ip = entries[0].to; + flags = &entries[0].flags; + *branch_from = entries[0].from; + err = add_callchain_ip(thread, cursor, parent, + root_al, &cpumode, ip, + true, flags, NULL, + *branch_from); + if (err) + return err; + } return 0; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/util/mem-events.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/util/mem-events.c @@ -37,7 +37,7 @@ return &perf_mem_events[i]; } -char * __weak perf_mem_events__name(int i, char *pmu_name __maybe_unused) +const char * __weak perf_mem_events__name(int i, const char *pmu_name __maybe_unused) { struct perf_mem_event *e = perf_mem_events__ptr(i); @@ -53,7 +53,7 @@ return mem_loads_name; } - return (char *)e->name; + return e->name; } __weak bool is_mem_loads_aux_event(struct evsel *leader __maybe_unused) @@ -185,8 +185,6 @@ { int i = *argv_nr, k = 0; struct perf_mem_event *e; - struct perf_pmu *pmu; - char *s; for (int j = 0; j < PERF_MEM_EVENTS__MAX; j++) { e = perf_mem_events__ptr(j); @@ -203,21 +201,24 @@ rec_argv[i++] = "-e"; rec_argv[i++] = perf_mem_events__name(j, NULL); } else { + struct perf_pmu *pmu = NULL; + if (!e->supported) { perf_mem_events__print_unsupport_hybrid(e, j); return -1; } while ((pmu = perf_pmus__scan(pmu)) != NULL) { + const char *s = perf_mem_events__name(j, pmu->name); + rec_argv[i++] = "-e"; - s = perf_mem_events__name(j, pmu->name); if (s) { - s = strdup(s); - if (!s) + char *copy = strdup(s); + if (!copy) return -1; - rec_argv[i++] = s; - rec_tmp[k++] = s; + rec_argv[i++] = copy; + rec_tmp[k++] = copy; } } } --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/util/mem-events.h +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/util/mem-events.h @@ -38,7 +38,7 @@ int perf_mem_events__parse(const char *str); int perf_mem_events__init(void); -char *perf_mem_events__name(int i, char *pmu_name); +const char *perf_mem_events__name(int i, const char *pmu_name); struct perf_mem_event *perf_mem_events__ptr(int i); bool is_mem_loads_aux_event(struct evsel *leader); --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/util/metricgroup.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/util/metricgroup.c @@ -225,7 +225,7 @@ m->pmu = pm->pmu ?: "cpu"; m->metric_name = pm->metric_name; - m->default_metricgroup_name = pm->default_metricgroup_name; + m->default_metricgroup_name = pm->default_metricgroup_name ?: ""; m->modifier = NULL; if (modifier) { m->modifier = strdup(modifier); --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/util/parse-events.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/util/parse-events.c @@ -18,8 +18,8 @@ #include "debug.h" #include #include -#include "parse-events-bison.h" -#include "parse-events-flex.h" +#include +#include #include "pmu.h" #include "pmus.h" #include "asm/bug.h" @@ -271,7 +271,7 @@ evsel->core.is_pmu_core = pmu ? pmu->is_core : false; evsel->auto_merge_stats = auto_merge_stats; evsel->pmu = pmu; - evsel->pmu_name = pmu && pmu->name ? strdup(pmu->name) : NULL; + evsel->pmu_name = pmu ? strdup(pmu->name) : NULL; if (name) evsel->name = strdup(name); @@ -446,9 +446,6 @@ if (parse_state->pmu_filter == NULL) return false; - if (pmu->name == NULL) - return true; - return strcmp(parse_state->pmu_filter, pmu->name) != 0; } @@ -793,13 +790,7 @@ parse_events_error__handle(parse_state->error, idx, strdup(errbuf), - strdup( -"Hint:\tValid config terms:\n" -" \tmap:[].value=[value]\n" -" \tmap:[].event=[event]\n" -"\n" -" \twhere is something like [0,3...5] or [all]\n" -" \t(add -v to see detail)")); + NULL); return err; } } @@ -1557,7 +1548,7 @@ } int parse_events_add_pmu(struct parse_events_state *parse_state, - struct list_head *list, char *name, + struct list_head *list, const char *name, struct list_head *head_config, bool auto_merge_stats) { --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/util/parse-events.h +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/util/parse-events.h @@ -190,7 +190,7 @@ u64 addr, char *type, u64 len, struct list_head *head_config); int parse_events_add_pmu(struct parse_events_state *parse_state, - struct list_head *list, char *name, + struct list_head *list, const char *name, struct list_head *head_config, bool auto_merge_stats); --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/util/parse-events.l +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/util/parse-events.l @@ -175,7 +175,6 @@ %x mem %s config %x event -%x array group [^,{}/]*[{][^}]*[}][^,{}/]* event_pmu [^,{}/]+[/][^/]*[/][^,{}/]* @@ -251,14 +250,6 @@ } } -{ -"]" { BEGIN(config); return ']'; } -{num_dec} { return value(yyscanner, 10); } -{num_hex} { return value(yyscanner, 16); } -, { return ','; } -"\.\.\." { return PE_ARRAY_RANGE; } -} - { /* * Please update config_term_names when new static term is added. @@ -302,8 +293,6 @@ {lc_type}-{lc_op_result} { return lc_str(yyscanner, _parse_state); } {lc_type}-{lc_op_result}-{lc_op_result} { return lc_str(yyscanner, _parse_state); } {name_minus} { return str(yyscanner, PE_NAME); } -\[all\] { return PE_ARRAY_ALL; } -"[" { BEGIN(array); return '['; } @{drv_cfg_term} { return drv_str(yyscanner, PE_DRV_CFG_TERM); } } --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/util/parse-events.y +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/util/parse-events.y @@ -22,10 +22,11 @@ void parse_events_error(YYLTYPE *loc, void *parse_state, void *scanner, char const *msg); -#define ABORT_ON(val) \ +#define PE_ABORT(val) \ do { \ - if (val) \ - YYABORT; \ + if (val == -ENOMEM) \ + YYNOMEM; \ + YYABORT; \ } while (0) static struct list_head* alloc_list(void) @@ -63,8 +64,6 @@ %token PE_LEGACY_CACHE %token PE_PREFIX_MEM PE_PREFIX_RAW PE_PREFIX_GROUP %token PE_ERROR -%token PE_KERNEL_PMU_EVENT PE_PMU_EVENT_FAKE -%token PE_ARRAY_ALL PE_ARRAY_RANGE %token PE_DRV_CFG_TERM %token PE_TERM_HW %type PE_VALUE @@ -81,9 +80,8 @@ %type PE_MODIFIER_EVENT %type PE_MODIFIER_BP %type PE_EVENT_NAME -%type PE_KERNEL_PMU_EVENT PE_PMU_EVENT_FAKE %type PE_DRV_CFG_TERM -%type name_or_raw name_or_legacy +%type name_or_raw %destructor { free ($$); } %type event_term %destructor { parse_events_term__delete ($$); } @@ -110,10 +108,6 @@ %destructor { free_list_evsel ($$); } %type tracepoint_name %destructor { free ($$.sys); free ($$.event); } -%type array -%type array_term -%type array_terms -%destructor { free ($$.ranges); } %type PE_TERM_HW %destructor { free ($$.str); } @@ -128,7 +122,6 @@ char *sys; char *event; } tracepoint_name; - struct parse_events_array array; struct hardware_term { char *str; u64 num; @@ -285,40 +278,41 @@ PE_NAME opt_pmu_config { struct parse_events_state *parse_state = _parse_state; - struct parse_events_error *error = parse_state->error; struct list_head *list = NULL, *orig_terms = NULL, *terms= NULL; char *pattern = NULL; -#define CLEANUP_YYABORT \ +#define CLEANUP \ do { \ parse_events_terms__delete($2); \ parse_events_terms__delete(orig_terms); \ free(list); \ free($1); \ free(pattern); \ - YYABORT; \ } while(0) - if (parse_events_copy_term_list($2, &orig_terms)) - CLEANUP_YYABORT; - - if (error) - error->idx = @1.first_column; + if (parse_events_copy_term_list($2, &orig_terms)) { + CLEANUP; + YYNOMEM; + } list = alloc_list(); - if (!list) - CLEANUP_YYABORT; + if (!list) { + CLEANUP; + YYNOMEM; + } /* Attempt to add to list assuming $1 is a PMU name. */ if (parse_events_add_pmu(parse_state, list, $1, $2, /*auto_merge_stats=*/false)) { struct perf_pmu *pmu = NULL; int ok = 0; /* Failure to add, try wildcard expansion of $1 as a PMU name. */ - if (asprintf(&pattern, "%s*", $1) < 0) - CLEANUP_YYABORT; + if (asprintf(&pattern, "%s*", $1) < 0) { + CLEANUP; + YYNOMEM; + } while ((pmu = perf_pmus__scan(pmu)) != NULL) { - char *name = pmu->name; + const char *name = pmu->name; if (parse_events__filter_pmu(parse_state, pmu)) continue; @@ -330,8 +324,10 @@ !perf_pmu__match(pattern, pmu->alias_name, $1)) { bool auto_merge_stats = perf_pmu__auto_merge_stats(pmu); - if (parse_events_copy_term_list(orig_terms, &terms)) - CLEANUP_YYABORT; + if (parse_events_copy_term_list(orig_terms, &terms)) { + CLEANUP; + YYNOMEM; + } if (!parse_events_add_pmu(parse_state, list, pmu->name, terms, auto_merge_stats)) { ok++; @@ -347,27 +343,23 @@ ok = !parse_events_multi_pmu_add(parse_state, $1, $2, &list); $2 = NULL; } - if (!ok) - CLEANUP_YYABORT; - } - parse_events_terms__delete($2); - parse_events_terms__delete(orig_terms); - free(pattern); - free($1); - $$ = list; -#undef CLEANUP_YYABORT -} -| -PE_KERNEL_PMU_EVENT sep_dc -{ - struct list_head *list; - int err; + if (!ok) { + struct parse_events_error *error = parse_state->error; + char *help; - err = parse_events_multi_pmu_add(_parse_state, $1, NULL, &list); - free($1); - if (err < 0) - YYABORT; + if (asprintf(&help, "Unabled to find PMU or event on a PMU of '%s'", $1) < 0) + help = NULL; + parse_events_error__handle(error, @1.first_column, + strdup("Bad event or PMU"), + help); + CLEANUP; + YYABORT; + } + } $$ = list; + list = NULL; + CLEANUP; +#undef CLEANUP } | PE_NAME sep_dc @@ -376,60 +368,18 @@ int err; err = parse_events_multi_pmu_add(_parse_state, $1, NULL, &list); - free($1); - if (err < 0) - YYABORT; - $$ = list; -} -| -PE_KERNEL_PMU_EVENT opt_pmu_config -{ - struct list_head *list; - int err; - - /* frees $2 */ - err = parse_events_multi_pmu_add(_parse_state, $1, $2, &list); - free($1); - if (err < 0) - YYABORT; - $$ = list; -} -| -PE_PMU_EVENT_FAKE sep_dc -{ - struct list_head *list; - int err; - - list = alloc_list(); - if (!list) - YYABORT; - - err = parse_events_add_pmu(_parse_state, list, $1, /*head_config=*/NULL, - /*auto_merge_stats=*/false); - free($1); if (err < 0) { - free(list); - YYABORT; - } - $$ = list; -} -| -PE_PMU_EVENT_FAKE opt_pmu_config -{ - struct list_head *list; - int err; - - list = alloc_list(); - if (!list) - YYABORT; + struct parse_events_state *parse_state = _parse_state; + struct parse_events_error *error = parse_state->error; + char *help; - err = parse_events_add_pmu(_parse_state, list, $1, $2, /*auto_merge_stats=*/false); - free($1); - parse_events_terms__delete($2); - if (err < 0) { - free(list); - YYABORT; + if (asprintf(&help, "Unabled to find PMU or event on a PMU of '%s'", $1) < 0) + help = NULL; + parse_events_error__handle(error, @1.first_column, strdup("Bad event name"), help); + free($1); + PE_ABORT(err); } + free($1); $$ = list; } @@ -448,12 +398,13 @@ bool wildcard = (type == PERF_TYPE_HARDWARE || type == PERF_TYPE_HW_CACHE); list = alloc_list(); - ABORT_ON(!list); + if (!list) + YYNOMEM; err = parse_events_add_numeric(_parse_state, list, type, config, $3, wildcard); parse_events_terms__delete($3); if (err) { free_list_evsel(list); - YYABORT; + PE_ABORT(err); } $$ = list; } @@ -464,21 +415,28 @@ int type = $1 >> 16; int config = $1 & 255; bool wildcard = (type == PERF_TYPE_HARDWARE || type == PERF_TYPE_HW_CACHE); + int err; list = alloc_list(); - ABORT_ON(!list); - ABORT_ON(parse_events_add_numeric(_parse_state, list, type, config, - /*head_config=*/NULL, wildcard)); + if (!list) + YYNOMEM; + err = parse_events_add_numeric(_parse_state, list, type, config, /*head_config=*/NULL, wildcard); + if (err) + PE_ABORT(err); $$ = list; } | PE_VALUE_SYM_TOOL sep_slash_slash_dc { struct list_head *list; + int err; list = alloc_list(); - ABORT_ON(!list); - ABORT_ON(parse_events_add_tool(_parse_state, list, $1)); + if (!list) + YYNOMEM; + err = parse_events_add_tool(_parse_state, list, $1); + if (err) + YYNOMEM; $$ = list; } @@ -490,14 +448,16 @@ int err; list = alloc_list(); - ABORT_ON(!list); + if (!list) + YYNOMEM; + err = parse_events_add_cache(list, &parse_state->idx, $1, parse_state, $2); parse_events_terms__delete($2); free($1); if (err) { free_list_evsel(list); - YYABORT; + PE_ABORT(err); } $$ = list; } @@ -509,14 +469,16 @@ int err; list = alloc_list(); - ABORT_ON(!list); + if (!list) + YYNOMEM; + err = parse_events_add_breakpoint(_parse_state, list, $2, $6, $4, $7); parse_events_terms__delete($7); free($6); if (err) { free(list); - YYABORT; + PE_ABORT(err); } $$ = list; } @@ -527,13 +489,15 @@ int err; list = alloc_list(); - ABORT_ON(!list); + if (!list) + YYNOMEM; + err = parse_events_add_breakpoint(_parse_state, list, $2, NULL, $4, $5); parse_events_terms__delete($5); if (err) { free(list); - YYABORT; + PE_ABORT(err); } $$ = list; } @@ -544,14 +508,16 @@ int err; list = alloc_list(); - ABORT_ON(!list); + if (!list) + YYNOMEM; + err = parse_events_add_breakpoint(_parse_state, list, $2, $4, 0, $5); parse_events_terms__delete($5); free($4); if (err) { free(list); - YYABORT; + PE_ABORT(err); } $$ = list; } @@ -562,13 +528,14 @@ int err; list = alloc_list(); - ABORT_ON(!list); + if (!list) + YYNOMEM; err = parse_events_add_breakpoint(_parse_state, list, $2, NULL, 0, $3); parse_events_terms__delete($3); if (err) { free(list); - YYABORT; + PE_ABORT(err); } $$ = list; } @@ -582,7 +549,8 @@ int err; list = alloc_list(); - ABORT_ON(!list); + if (!list) + YYNOMEM; if (error) error->idx = @1.first_column; @@ -594,7 +562,7 @@ free($1.event); if (err) { free(list); - YYABORT; + PE_ABORT(err); } $$ = list; } @@ -614,13 +582,14 @@ int err; list = alloc_list(); - ABORT_ON(!list); + if (!list) + YYNOMEM; err = parse_events_add_numeric(_parse_state, list, (u32)$1, $3, $4, /*wildcard=*/false); parse_events_terms__delete($4); if (err) { free(list); - YYABORT; + PE_ABORT(err); } $$ = list; } @@ -633,17 +602,20 @@ u64 num; list = alloc_list(); - ABORT_ON(!list); + if (!list) + YYNOMEM; errno = 0; num = strtoull($1 + 1, NULL, 16); - ABORT_ON(errno); + /* Given the lexer will only give [a-fA-F0-9]+ a failure here should be impossible. */ + if (errno) + YYABORT; free($1); err = parse_events_add_numeric(_parse_state, list, PERF_TYPE_RAW, num, $2, /*wildcard=*/false); parse_events_terms__delete($2); if (err) { free(list); - YYABORT; + PE_ABORT(err); } $$ = list; } @@ -656,13 +628,14 @@ int err; list = alloc_list(); - ABORT_ON(!list); + if (!list) + YYNOMEM; err = parse_events_load_bpf(parse_state, list, $1, false, $2); parse_events_terms__delete($2); free($1); if (err) { free(list); - YYABORT; + PE_ABORT(err); } $$ = list; } @@ -673,12 +646,13 @@ int err; list = alloc_list(); - ABORT_ON(!list); + if (!list) + YYNOMEM; err = parse_events_load_bpf(_parse_state, list, $1, true, $2); parse_events_terms__delete($2); if (err) { free(list); - YYABORT; + PE_ABORT(err); } $$ = list; } @@ -738,7 +712,8 @@ struct list_head *head = malloc(sizeof(*head)); struct parse_events_term *term = $1; - ABORT_ON(!head); + if (!head) + YYNOMEM; INIT_LIST_HEAD(head); list_add_tail(&term->list, head); $$ = head; @@ -746,30 +721,29 @@ name_or_raw: PE_RAW | PE_NAME | PE_LEGACY_CACHE -name_or_legacy: PE_NAME | PE_LEGACY_CACHE - event_term: PE_RAW { struct parse_events_term *term; + int err = parse_events_term__str(&term, PARSE_EVENTS__TERM_TYPE_RAW, + strdup("raw"), $1, &@1, &@1); - if (parse_events_term__str(&term, PARSE_EVENTS__TERM_TYPE_RAW, - strdup("raw"), $1, &@1, &@1)) { + if (err) { free($1); - YYABORT; + PE_ABORT(err); } $$ = term; } | -name_or_raw '=' name_or_legacy +name_or_raw '=' name_or_raw { struct parse_events_term *term; + int err = parse_events_term__str(&term, PARSE_EVENTS__TERM_TYPE_USER, $1, $3, &@1, &@3); - if (parse_events_term__str(&term, PARSE_EVENTS__TERM_TYPE_USER, - $1, $3, &@1, &@3)) { + if (err) { free($1); free($3); - YYABORT; + PE_ABORT(err); } $$ = term; } @@ -777,11 +751,12 @@ name_or_raw '=' PE_VALUE { struct parse_events_term *term; + int err = parse_events_term__num(&term, PARSE_EVENTS__TERM_TYPE_USER, + $1, $3, false, &@1, &@3); - if (parse_events_term__num(&term, PARSE_EVENTS__TERM_TYPE_USER, - $1, $3, false, &@1, &@3)) { + if (err) { free($1); - YYABORT; + PE_ABORT(err); } $$ = term; } @@ -789,12 +764,13 @@ name_or_raw '=' PE_TERM_HW { struct parse_events_term *term; + int err = parse_events_term__str(&term, PARSE_EVENTS__TERM_TYPE_USER, + $1, $3.str, &@1, &@3); - if (parse_events_term__str(&term, PARSE_EVENTS__TERM_TYPE_USER, - $1, $3.str, &@1, &@3)) { + if (err) { free($1); free($3.str); - YYABORT; + PE_ABORT(err); } $$ = term; } @@ -802,11 +778,12 @@ PE_LEGACY_CACHE { struct parse_events_term *term; + int err = parse_events_term__num(&term, PARSE_EVENTS__TERM_TYPE_LEGACY_CACHE, + $1, 1, true, &@1, NULL); - if (parse_events_term__num(&term, PARSE_EVENTS__TERM_TYPE_LEGACY_CACHE, - $1, 1, true, &@1, NULL)) { + if (err) { free($1); - YYABORT; + PE_ABORT(err); } $$ = term; } @@ -814,11 +791,12 @@ PE_NAME { struct parse_events_term *term; + int err = parse_events_term__num(&term, PARSE_EVENTS__TERM_TYPE_USER, + $1, 1, true, &@1, NULL); - if (parse_events_term__num(&term, PARSE_EVENTS__TERM_TYPE_USER, - $1, 1, true, &@1, NULL)) { + if (err) { free($1); - YYABORT; + PE_ABORT(err); } $$ = term; } @@ -826,22 +804,24 @@ PE_TERM_HW { struct parse_events_term *term; + int err = parse_events_term__num(&term, PARSE_EVENTS__TERM_TYPE_HARDWARE, + $1.str, $1.num & 255, false, &@1, NULL); - if (parse_events_term__num(&term, PARSE_EVENTS__TERM_TYPE_HARDWARE, - $1.str, $1.num & 255, false, &@1, NULL)) { + if (err) { free($1.str); - YYABORT; + PE_ABORT(err); } $$ = term; } | -PE_TERM '=' name_or_legacy +PE_TERM '=' name_or_raw { struct parse_events_term *term; + int err = parse_events_term__str(&term, (int)$1, NULL, $3, &@1, &@3); - if (parse_events_term__str(&term, (int)$1, NULL, $3, &@1, &@3)) { + if (err) { free($3); - YYABORT; + PE_ABORT(err); } $$ = term; } @@ -849,10 +829,11 @@ PE_TERM '=' PE_TERM_HW { struct parse_events_term *term; + int err = parse_events_term__str(&term, (int)$1, NULL, $3.str, &@1, &@3); - if (parse_events_term__str(&term, (int)$1, NULL, $3.str, &@1, &@3)) { + if (err) { free($3.str); - YYABORT; + PE_ABORT(err); } $$ = term; } @@ -860,53 +841,33 @@ PE_TERM '=' PE_TERM { struct parse_events_term *term; + int err = parse_events_term__term(&term, (int)$1, (int)$3, &@1, &@3); + + if (err) + PE_ABORT(err); - ABORT_ON(parse_events_term__term(&term, (int)$1, (int)$3, &@1, &@3)); $$ = term; } | PE_TERM '=' PE_VALUE { struct parse_events_term *term; + int err = parse_events_term__num(&term, (int)$1, NULL, $3, false, &@1, &@3); - ABORT_ON(parse_events_term__num(&term, (int)$1, NULL, $3, false, &@1, &@3)); - $$ = term; -} -| -PE_TERM -{ - struct parse_events_term *term; + if (err) + PE_ABORT(err); - ABORT_ON(parse_events_term__num(&term, (int)$1, NULL, 1, true, &@1, NULL)); $$ = term; } | -name_or_raw array '=' name_or_legacy +PE_TERM { struct parse_events_term *term; + int err = parse_events_term__num(&term, (int)$1, NULL, 1, true, &@1, NULL); - if (parse_events_term__str(&term, PARSE_EVENTS__TERM_TYPE_USER, - $1, $4, &@1, &@4)) { - free($1); - free($4); - free($2.ranges); - YYABORT; - } - term->array = $2; - $$ = term; -} -| -name_or_raw array '=' PE_VALUE -{ - struct parse_events_term *term; + if (err) + PE_ABORT(err); - if (parse_events_term__num(&term, PARSE_EVENTS__TERM_TYPE_USER, - $1, $4, false, &@1, &@4)) { - free($1); - free($2.ranges); - YYABORT; - } - term->array = $2; $$ = term; } | @@ -914,73 +875,19 @@ { struct parse_events_term *term; char *config = strdup($1); + int err; - ABORT_ON(!config); - if (parse_events_term__str(&term, PARSE_EVENTS__TERM_TYPE_DRV_CFG, - config, $1, &@1, NULL)) { + if (!config) + YYNOMEM; + err = parse_events_term__str(&term, PARSE_EVENTS__TERM_TYPE_DRV_CFG, config, $1, &@1, NULL); + if (err) { free($1); free(config); - YYABORT; + PE_ABORT(err); } $$ = term; } -array: -'[' array_terms ']' -{ - $$ = $2; -} -| -PE_ARRAY_ALL -{ - $$.nr_ranges = 0; - $$.ranges = NULL; -} - -array_terms: -array_terms ',' array_term -{ - struct parse_events_array new_array; - - new_array.nr_ranges = $1.nr_ranges + $3.nr_ranges; - new_array.ranges = realloc($1.ranges, - sizeof(new_array.ranges[0]) * - new_array.nr_ranges); - ABORT_ON(!new_array.ranges); - memcpy(&new_array.ranges[$1.nr_ranges], $3.ranges, - $3.nr_ranges * sizeof(new_array.ranges[0])); - free($3.ranges); - $$ = new_array; -} -| -array_term - -array_term: -PE_VALUE -{ - struct parse_events_array array; - - array.nr_ranges = 1; - array.ranges = malloc(sizeof(array.ranges[0])); - ABORT_ON(!array.ranges); - array.ranges[0].start = $1; - array.ranges[0].length = 1; - $$ = array; -} -| -PE_VALUE PE_ARRAY_RANGE PE_VALUE -{ - struct parse_events_array array; - - ABORT_ON($3 < $1); - array.nr_ranges = 1; - array.ranges = malloc(sizeof(array.ranges[0])); - ABORT_ON(!array.ranges); - array.ranges[0].start = $1; - array.ranges[0].length = $3 - $1 + 1; - $$ = array; -} - sep_dc: ':' | sep_slash_slash_dc: '/' '/' | ':' | --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/util/pmu.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/util/pmu.c @@ -19,8 +19,8 @@ #include "evsel.h" #include "pmu.h" #include "pmus.h" -#include "pmu-bison.h" -#include "pmu-flex.h" +#include +#include #include "parse-events.h" #include "print-events.h" #include "header.h" @@ -29,7 +29,9 @@ #include "fncache.h" #include "util/evsel_config.h" -struct perf_pmu perf_pmu__fake; +struct perf_pmu perf_pmu__fake = { + .name = "fake", +}; /** * struct perf_pmu_format - Values from a format file read from @@ -840,13 +842,13 @@ return NULL; } -char * __weak +const char * __weak pmu_find_real_name(const char *name) { - return (char *)name; + return name; } -char * __weak +const char * __weak pmu_find_alias_name(const char *name __maybe_unused) { return NULL; @@ -866,8 +868,8 @@ LIST_HEAD(format); LIST_HEAD(aliases); __u32 type; - char *name = pmu_find_real_name(lookup_name); - char *alias_name; + const char *name = pmu_find_real_name(lookup_name); + const char *alias_name; /* * The pmu data we store & need consists of the pmu @@ -1710,7 +1712,7 @@ name ?: "N/A", buf, config_name, config); } -int perf_pmu__match(char *pattern, char *name, char *tok) +int perf_pmu__match(const char *pattern, const char *name, const char *tok) { if (!name) return -1; --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/perf/util/pmu.h +++ linux-lowlatency-hwe-6.5-6.5.0/tools/perf/util/pmu.h @@ -39,7 +39,7 @@ */ struct perf_pmu { /** @name: The name of the PMU such as "cpu". */ - char *name; + const char *name; /** * @alias_name: Optional alternate name for the PMU determined in * architecture specific code. @@ -275,10 +275,10 @@ const char *config_name); void perf_pmu__warn_invalid_formats(struct perf_pmu *pmu); -int perf_pmu__match(char *pattern, char *name, char *tok); +int perf_pmu__match(const char *pattern, const char *name, const char *tok); -char *pmu_find_real_name(const char *name); -char *pmu_find_alias_name(const char *name); +const char *pmu_find_real_name(const char *name); +const char *pmu_find_alias_name(const char *name); double perf_pmu__cpu_slots_per_cycle(void); int perf_pmu__event_source_devices_scnprintf(char *pathname, size_t size); int perf_pmu__pathname_scnprintf(char *buf, size_t size, --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/power/acpi/Makefile.rules +++ linux-lowlatency-hwe-6.5-6.5.0/tools/power/acpi/Makefile.rules @@ -9,7 +9,7 @@ toolobjs := $(addprefix $(objdir),$(TOOL_OBJS)) $(OUTPUT)$(TOOL): $(toolobjs) FORCE $(ECHO) " LD " $(subst $(OUTPUT),,$@) - $(QUIET) $(LD) $(CFLAGS) $(toolobjs) $(LDFLAGS) -L$(OUTPUT) -o $@ + $(QUIET_LINK)$(CC) $(CFLAGS) $(toolobjs) $(LDFLAGS) -L$(OUTPUT) -o $@ $(ECHO) " STRIP " $(subst $(OUTPUT),,$@) $(QUIET) $(STRIPCMD) $@ --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/power/cpupower/man/cpupower-powercap-info.1 +++ linux-lowlatency-hwe-6.5-6.5.0/tools/power/cpupower/man/cpupower-powercap-info.1 @@ -17,7 +17,7 @@ .SH "DOCUMENTATION" kernel sources: -Documentation/power/powercap/powercap.txt +Documentation/power/powercap/powercap.rst .SH "SEE ALSO" --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/power/pm-graph/sleepgraph.py +++ linux-lowlatency-hwe-6.5-6.5.0/tools/power/pm-graph/sleepgraph.py @@ -4151,7 +4151,7 @@ elif(re.match('Enabling non-boot CPUs .*', msg)): # start of first cpu resume cpu_start = ktime - elif(re.match('smpboot: CPU (?P[0-9]*) is now offline', msg)) \ + elif(re.match('smpboot: CPU (?P[0-9]*) is now offline', msg) \ or re.match('psci: CPU(?P[0-9]*) killed.*', msg)): # end of a cpu suspend, start of the next m = re.match('smpboot: CPU (?P[0-9]*) is now offline', msg) --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/power/x86/turbostat/turbostat.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/power/x86/turbostat/turbostat.c @@ -2180,7 +2180,7 @@ if ((DO_BIC(BIC_CPU_c6) || soft_c1_residency_display(BIC_CPU_c6)) && !do_knl_cstates) { if (get_msr(cpu, MSR_CORE_C6_RESIDENCY, &c->c6)) return -7; - } else if (do_knl_cstates || soft_c1_residency_display(BIC_CPU_c6)) { + } else if (do_knl_cstates && soft_c1_residency_display(BIC_CPU_c6)) { if (get_msr(cpu, MSR_KNL_CORE_C6_RESIDENCY, &c->c6)) return -7; } @@ -5790,6 +5790,7 @@ rapl_probe(family, model); perf_limit_reasons_probe(family, model); automatic_cstate_conversion_probe(family, model); + prewake_cstate_probe(family, model); check_tcc_offset(model_orig); --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/cxl/test/cxl.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/cxl/test/cxl.c @@ -831,7 +831,7 @@ cxld->interleave_ways = 2; else cxld->interleave_ways = 1; - cxld->interleave_granularity = 256; + cxld->interleave_granularity = 4096; cxld->hpa_range = (struct range) { .start = base, .end = base + size - 1, --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/cxl/test/mem.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/cxl/test/mem.c @@ -1450,11 +1450,11 @@ mdata->mes.mds = mds; cxl_mock_add_event_logs(&mdata->mes); - cxlmd = devm_cxl_add_memdev(cxlds); + cxlmd = devm_cxl_add_memdev(&pdev->dev, cxlds); if (IS_ERR(cxlmd)) return PTR_ERR(cxlmd); - rc = cxl_memdev_setup_fw_upload(mds); + rc = devm_cxl_setup_fw_upload(&pdev->dev, mds); if (rc) return rc; --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/memblock/internal.h +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/memblock/internal.h @@ -20,4 +20,8 @@ { } +static inline void accept_memory(phys_addr_t start, phys_addr_t end) +{ +} + #endif --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/memblock/mmzone.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/memblock/mmzone.c @@ -11,7 +11,7 @@ return NULL; } -void reserve_bootmem_region(phys_addr_t start, phys_addr_t end) +void reserve_bootmem_region(phys_addr_t start, phys_addr_t end, int nid) { } --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/memblock/tests/basic_api.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/memblock/tests/basic_api.c @@ -1,7 +1,7 @@ // SPDX-License-Identifier: GPL-2.0-or-later +#include "basic_api.h" #include #include -#include "basic_api.h" #define EXPECTED_MEMBLOCK_REGIONS 128 #define FUNC_ADD "memblock_add" --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/memblock/tests/common.h +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/memblock/tests/common.h @@ -5,6 +5,7 @@ #include #include #include +#include #include #include #include --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/radix-tree/multiorder.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/radix-tree/multiorder.c @@ -159,7 +159,7 @@ item_kill_tree(xa); } -bool stop_iteration = false; +bool stop_iteration; static void *creator_func(void *ptr) { @@ -201,6 +201,7 @@ pthread_t worker_thread[num_threads]; int i; + stop_iteration = false; pthread_create(&worker_thread[0], NULL, &creator_func, xa); for (i = 1; i < num_threads; i++) pthread_create(&worker_thread[i], NULL, &iterator_func, xa); @@ -211,6 +212,61 @@ item_kill_tree(xa); } +static void *load_creator(void *ptr) +{ + /* 'order' is set up to ensure we have sibling entries */ + unsigned int order; + struct radix_tree_root *tree = ptr; + int i; + + rcu_register_thread(); + item_insert_order(tree, 3 << RADIX_TREE_MAP_SHIFT, 0); + item_insert_order(tree, 2 << RADIX_TREE_MAP_SHIFT, 0); + for (i = 0; i < 10000; i++) { + for (order = 1; order < RADIX_TREE_MAP_SHIFT; order++) { + unsigned long index = (3 << RADIX_TREE_MAP_SHIFT) - + (1 << order); + item_insert_order(tree, index, order); + item_delete_rcu(tree, index); + } + } + rcu_unregister_thread(); + + stop_iteration = true; + return NULL; +} + +static void *load_worker(void *ptr) +{ + unsigned long index = (3 << RADIX_TREE_MAP_SHIFT) - 1; + + rcu_register_thread(); + while (!stop_iteration) { + struct item *item = xa_load(ptr, index); + assert(!xa_is_internal(item)); + } + rcu_unregister_thread(); + + return NULL; +} + +static void load_race(struct xarray *xa) +{ + const int num_threads = sysconf(_SC_NPROCESSORS_ONLN) * 4; + pthread_t worker_thread[num_threads]; + int i; + + stop_iteration = false; + pthread_create(&worker_thread[0], NULL, &load_creator, xa); + for (i = 1; i < num_threads; i++) + pthread_create(&worker_thread[i], NULL, &load_worker, xa); + + for (i = 0; i < num_threads; i++) + pthread_join(worker_thread[i], NULL); + + item_kill_tree(xa); +} + static DEFINE_XARRAY(array); void multiorder_checks(void) @@ -218,12 +274,20 @@ multiorder_iteration(&array); multiorder_tagged_iteration(&array); multiorder_iteration_race(&array); + load_race(&array); radix_tree_cpu_dead(0); } -int __weak main(void) +int __weak main(int argc, char **argv) { + int opt; + + while ((opt = getopt(argc, argv, "ls:v")) != -1) { + if (opt == 'v') + test_verbose++; + } + rcu_register_thread(); radix_tree_init(); multiorder_checks(); --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/arm64/fp/za-fork.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/arm64/fp/za-fork.c @@ -85,7 +85,7 @@ */ ret = open("/proc/sys/abi/sme_default_vector_length", O_RDONLY, 0); if (ret >= 0) { - ksft_test_result(fork_test(), "fork_test"); + ksft_test_result(fork_test(), "fork_test\n"); } else { ksft_print_msg("SME not supported\n"); --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/arm64/signal/testcases/zt_regs.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/arm64/signal/testcases/zt_regs.c @@ -65,6 +65,7 @@ if (memcmp(zeros, (char *)zt + ZT_SIG_REGS_OFFSET, ZT_SIG_REGS_SIZE(zt->nregs)) != 0) { fprintf(stderr, "ZT data invalid\n"); + free(zeros); return 1; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/bpf/Makefile +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/bpf/Makefile @@ -358,7 +358,8 @@ -I$(abspath $(OUTPUT)/../usr/include) CLANG_CFLAGS = $(CLANG_SYS_INCLUDES) \ - -Wno-compare-distinct-pointer-types + -Wno-compare-distinct-pointer-types \ + -Wno-incompatible-pointer-types $(OUTPUT)/test_l4lb_noinline.o: BPF_CFLAGS += -fno-inline $(OUTPUT)/test_xdp_noinline.o: BPF_CFLAGS += -fno-inline --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/bpf/benchs/run_bench_rename.sh +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/bpf/benchs/run_bench_rename.sh @@ -2,7 +2,7 @@ set -eufo pipefail -for i in base kprobe kretprobe rawtp fentry fexit fmodret +for i in base kprobe kretprobe rawtp fentry fexit do summary=$(sudo ./bench -w2 -d5 -a rename-$i | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-) printf "%-10s: %s\n" $i "$summary" --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/bpf/prog_tests/bpf_nf.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/bpf/prog_tests/bpf_nf.c @@ -123,12 +123,13 @@ ASSERT_EQ(skel->data->test_snat_addr, 0, "Test for source natting"); ASSERT_EQ(skel->data->test_dnat_addr, 0, "Test for destination natting"); end: - if (srv_client_fd != -1) - close(srv_client_fd); if (client_fd != -1) close(client_fd); + if (srv_client_fd != -1) + close(srv_client_fd); if (srv_fd != -1) close(srv_fd); + snprintf(cmd, sizeof(cmd), iptables, "-D"); system(cmd); test_bpf_nf__destroy(skel); --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/bpf/prog_tests/bpf_obj_pinning.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/bpf/prog_tests/bpf_obj_pinning.c @@ -8,6 +8,7 @@ #include #include #include +#include "bpf/libbpf_internal.h" static inline int sys_fsopen(const char *fsname, unsigned flags) { @@ -155,7 +156,7 @@ ASSERT_OK(err, "obj_pin"); /* cleanup */ - if (pin_opts.path_fd >= 0) + if (path_kind == PATH_FD_REL && pin_opts.path_fd >= 0) close(pin_opts.path_fd); if (old_cwd[0]) ASSERT_OK(chdir(old_cwd), "restore_cwd"); @@ -220,7 +221,7 @@ goto cleanup; /* cleanup */ - if (get_opts.path_fd >= 0) + if (path_kind == PATH_FD_REL && get_opts.path_fd >= 0) close(get_opts.path_fd); if (old_cwd[0]) ASSERT_OK(chdir(old_cwd), "restore_cwd"); --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/bpf/prog_tests/kfunc_call.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/bpf/prog_tests/kfunc_call.c @@ -173,8 +173,8 @@ case tc_test: topts.data_in = &pkt_v4; topts.data_size_in = sizeof(pkt_v4); - break; topts.repeat = 1; + break; } skel = kfunc_call_fail__open_opts(&opts); --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/bpf/prog_tests/module_fentry_shadow.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/bpf/prog_tests/module_fentry_shadow.c @@ -61,6 +61,11 @@ int link_fd[2] = {}; __s32 btf_id[2] = {}; + if (!env.has_testmod) { + test__skip(); + return; + } + LIBBPF_OPTS(bpf_prog_load_opts, load_opts, .expected_attach_type = BPF_TRACE_FENTRY, ); --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/bpf/prog_tests/sockmap_helpers.h +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/bpf/prog_tests/sockmap_helpers.h @@ -179,6 +179,32 @@ __ret; \ }) +static inline int poll_connect(int fd, unsigned int timeout_sec) +{ + struct timeval timeout = { .tv_sec = timeout_sec }; + fd_set wfds; + int r, eval; + socklen_t esize = sizeof(eval); + + FD_ZERO(&wfds); + FD_SET(fd, &wfds); + + r = select(fd + 1, NULL, &wfds, NULL, &timeout); + if (r == 0) + errno = ETIME; + if (r != 1) + return -1; + + if (getsockopt(fd, SOL_SOCKET, SO_ERROR, &eval, &esize) < 0) + return -1; + if (eval != 0) { + errno = eval; + return -1; + } + + return 0; +} + static inline int poll_read(int fd, unsigned int timeout_sec) { struct timeval timeout = { .tv_sec = timeout_sec }; --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/bpf/prog_tests/sockmap_listen.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/bpf/prog_tests/sockmap_listen.c @@ -1452,11 +1452,18 @@ if (p < 0) goto close_cli; + if (poll_connect(c, IO_TIMEOUT_SEC) < 0) { + FAIL_ERRNO("poll_connect"); + goto close_acc; + } + *v0 = p; *v1 = c; return 0; +close_acc: + close(p); close_cli: close(c); close_srv: --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/bpf/prog_tests/tailcalls.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/bpf/prog_tests/tailcalls.c @@ -271,11 +271,11 @@ data_map = bpf_object__find_map_by_name(obj, "tailcall.bss"); if (CHECK_FAIL(!data_map || !bpf_map__is_internal(data_map))) - return; + goto out; data_fd = bpf_map__fd(data_map); - if (CHECK_FAIL(map_fd < 0)) - return; + if (CHECK_FAIL(data_fd < 0)) + goto out; i = 0; err = bpf_map_lookup_elem(data_fd, &i, &val); @@ -352,11 +352,11 @@ data_map = bpf_object__find_map_by_name(obj, "tailcall.bss"); if (CHECK_FAIL(!data_map || !bpf_map__is_internal(data_map))) - return; + goto out; data_fd = bpf_map__fd(data_map); - if (CHECK_FAIL(map_fd < 0)) - return; + if (CHECK_FAIL(data_fd < 0)) + goto out; for (i = 0; i < bpf_map__max_entries(prog_array); i++) { snprintf(prog_name, sizeof(prog_name), "classifier_%d", i); @@ -442,11 +442,11 @@ data_map = bpf_object__find_map_by_name(obj, "tailcall.bss"); if (CHECK_FAIL(!data_map || !bpf_map__is_internal(data_map))) - return; + goto out; data_fd = bpf_map__fd(data_map); - if (CHECK_FAIL(map_fd < 0)) - return; + if (CHECK_FAIL(data_fd < 0)) + goto out; for (i = 0; i < bpf_map__max_entries(prog_array); i++) { snprintf(prog_name, sizeof(prog_name), "classifier_%d", i); @@ -631,11 +631,11 @@ data_map = bpf_object__find_map_by_name(obj, "tailcall.bss"); if (CHECK_FAIL(!data_map || !bpf_map__is_internal(data_map))) - return; + goto out; data_fd = bpf_map__fd(data_map); - if (CHECK_FAIL(map_fd < 0)) - return; + if (CHECK_FAIL(data_fd < 0)) + goto out; i = 0; err = bpf_map_lookup_elem(data_fd, &i, &val); @@ -805,11 +805,11 @@ data_map = bpf_object__find_map_by_name(obj, "tailcall.bss"); if (CHECK_FAIL(!data_map || !bpf_map__is_internal(data_map))) - return; + goto out; data_fd = bpf_map__fd(data_map); - if (CHECK_FAIL(map_fd < 0)) - return; + if (CHECK_FAIL(data_fd < 0)) + goto out; i = 0; val.noise = noise; @@ -872,7 +872,7 @@ ASSERT_EQ(topts.retval, 0, "tailcall retval"); data_fd = bpf_map__fd(obj->maps.bss); - if (!ASSERT_GE(map_fd, 0, "bss map fd")) + if (!ASSERT_GE(data_fd, 0, "bss map fd")) goto out; i = 0; --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/bpf/progs/profiler.inc.h +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/bpf/progs/profiler.inc.h @@ -62,11 +62,11 @@ #define READ_ENVIRON_FROM_EXEC (bpf_config.read_environ_from_exec) #define ENABLE_CGROUP_V1_RESOLVER (bpf_config.enable_cgroup_v1_resolver) -struct kernfs_iattrs___52 { +struct _kernfs_iattrs___52 { struct iattr ia_iattr; }; -struct kernfs_node___52 { +struct _kernfs_node___52 { union /* kernfs_node_id */ { struct { u32 ino; @@ -232,7 +232,7 @@ static ino_t get_inode_from_kernfs(struct kernfs_node* node) { - struct kernfs_node___52* node52 = (void*)node; + struct _kernfs_node___52* node52 = (void*)node; if (bpf_core_field_exists(node52->id.ino)) { barrier_var(node52); @@ -287,13 +287,13 @@ cgroup_data->cgroup_proc_mtime = BPF_CORE_READ(proc_kernfs, iattr, ia_mtime.tv_nsec); } else { - struct kernfs_iattrs___52* root_iattr = - (struct kernfs_iattrs___52*)BPF_CORE_READ(root_kernfs, iattr); + struct _kernfs_iattrs___52* root_iattr = + (struct _kernfs_iattrs___52*)BPF_CORE_READ(root_kernfs, iattr); cgroup_data->cgroup_root_mtime = BPF_CORE_READ(root_iattr, ia_iattr.ia_mtime.tv_nsec); - struct kernfs_iattrs___52* proc_iattr = - (struct kernfs_iattrs___52*)BPF_CORE_READ(proc_kernfs, iattr); + struct _kernfs_iattrs___52* proc_iattr = + (struct _kernfs_iattrs___52*)BPF_CORE_READ(proc_kernfs, iattr); cgroup_data->cgroup_proc_mtime = BPF_CORE_READ(proc_iattr, ia_iattr.ia_mtime.tv_nsec); } --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/bpf/progs/test_cls_redirect.h +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/bpf/progs/test_cls_redirect.h @@ -12,6 +12,15 @@ #include #include +/* offsetof() is used in static asserts, and the libbpf-redefined CO-RE + * friendly version breaks compilation for older clang versions <= 15 + * when invoked in a static assert. Restore original here. + */ +#ifdef offsetof +#undef offsetof +#define offsetof(type, member) __builtin_offsetof(type, member) +#endif + struct gre_base_hdr { uint16_t flags; uint16_t protocol; --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/bpf/test_verifier.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/bpf/test_verifier.c @@ -1880,7 +1880,7 @@ } } - get_unpriv_disabled(); + unpriv_disabled = get_unpriv_disabled(); if (unpriv && unpriv_disabled) { printf("Cannot run as unprivileged user with sysctl %s.\n", UNPRIV_SYSCTL); --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/bpf/verifier/ld_imm64.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/bpf/verifier/ld_imm64.c @@ -9,8 +9,8 @@ BPF_MOV64_IMM(BPF_REG_0, 2), BPF_EXIT_INSN(), }, - .errstr = "invalid BPF_LD_IMM insn", - .errstr_unpriv = "R1 pointer comparison", + .errstr = "jump into the middle of ldimm64 insn 1", + .errstr_unpriv = "jump into the middle of ldimm64 insn 1", .result = REJECT, }, { @@ -23,8 +23,8 @@ BPF_LD_IMM64(BPF_REG_0, 1), BPF_EXIT_INSN(), }, - .errstr = "invalid BPF_LD_IMM insn", - .errstr_unpriv = "R1 pointer comparison", + .errstr = "jump into the middle of ldimm64 insn 1", + .errstr_unpriv = "jump into the middle of ldimm64 insn 1", .result = REJECT, }, { --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/clone3/clone3.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/clone3/clone3.c @@ -196,7 +196,12 @@ CLONE3_ARGS_NO_TEST); /* Do a clone3() in a new time namespace */ - test_clone3(CLONE_NEWTIME, 0, 0, CLONE3_ARGS_NO_TEST); + if (access("/proc/self/ns/time", F_OK) == 0) { + test_clone3(CLONE_NEWTIME, 0, 0, CLONE3_ARGS_NO_TEST); + } else { + ksft_print_msg("Time namespaces are not supported\n"); + ksft_test_result_skip("Skipping clone3() with CLONE_NEWTIME\n"); + } /* Do a clone3() with exit signal (SIGCHLD) in flags */ test_clone3(SIGCHLD, 0, -EINVAL, CLONE3_ARGS_NO_TEST); --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/efivarfs/create-read.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/efivarfs/create-read.c @@ -32,8 +32,10 @@ rc = read(fd, buf, sizeof(buf)); if (rc != 0) { fprintf(stderr, "Reading a new var should return EOF\n"); + close(fd); return EXIT_FAILURE; } + close(fd); return EXIT_SUCCESS; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/ftrace/ftracetest +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/ftrace/ftracetest @@ -31,6 +31,9 @@ # kselftest skip code is 4 err_skip=4 +# umount required +UMOUNT_DIR="" + # cgroup RT scheduling prevents chrt commands from succeeding, which # induces failures in test wakeup tests. Disable for the duration of # the tests. @@ -45,6 +48,9 @@ cleanup() { echo $sched_rt_runtime_orig > $sched_rt_runtime + if [ -n "${UMOUNT_DIR}" ]; then + umount ${UMOUNT_DIR} ||: + fi } errexit() { # message @@ -160,11 +166,13 @@ mount -t tracefs nodev /sys/kernel/tracing || errexit "Failed to mount /sys/kernel/tracing" TRACING_DIR="/sys/kernel/tracing" + UMOUNT_DIR=${TRACING_DIR} # If debugfs exists, then so does /sys/kernel/debug elif [ -d "/sys/kernel/debug" ]; then mount -t debugfs nodev /sys/kernel/debug || errexit "Failed to mount /sys/kernel/debug" TRACING_DIR="/sys/kernel/debug/tracing" + UMOUNT_DIR=${TRACING_DIR} else err_ret=$err_skip errexit "debugfs and tracefs are not configured in this kernel" --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/ftrace/test.d/instances/instance-event.tc +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/ftrace/test.d/instances/instance-event.tc @@ -39,7 +39,7 @@ instance_set() { while :; do - echo 1 > foo/events/sched/sched_switch + echo 1 > foo/events/sched/sched_switch/enable done 2> /dev/null } --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/ftrace/test.d/kprobe/kprobe_non_uniq_symbol.tc +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/ftrace/test.d/kprobe/kprobe_non_uniq_symbol.tc @@ -0,0 +1,13 @@ +#!/bin/sh +# SPDX-License-Identifier: GPL-2.0 +# description: Test failure of registering kprobe on non unique symbol +# requires: kprobe_events + +SYMBOL='name_show' + +# We skip this test on kernel where SYMBOL is unique or does not exist. +if [ "$(grep -c -E "[[:alnum:]]+ t ${SYMBOL}" /proc/kallsyms)" -le '1' ]; then + exit_unsupported +fi + +! echo "p:test_non_unique ${SYMBOL}" > kprobe_events --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/ftrace/test.d/trigger/inter-event/trigger-synthetic-event-dynstring.tc +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/ftrace/test.d/trigger/inter-event/trigger-synthetic-event-dynstring.tc @@ -1,7 +1,7 @@ #!/bin/sh # SPDX-License-Identifier: GPL-2.0 # description: event trigger - test inter-event histogram trigger trace action with dynamic string param -# requires: set_event synthetic_events events/sched/sched_process_exec/hist "char name[]' >> synthetic_events":README ping:program +# requires: set_event synthetic_events events/sched/sched_process_exec/hist "' >> synthetic_events":README ping:program fail() { #msg echo $1 --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/ftrace/test.d/trigger/inter-event/trigger-synthetic_event_syntax_errors.tc +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/ftrace/test.d/trigger/inter-event/trigger-synthetic_event_syntax_errors.tc @@ -1,7 +1,7 @@ #!/bin/sh # SPDX-License-Identifier: GPL-2.0 # description: event trigger - test synthetic_events syntax parser errors -# requires: synthetic_events error_log "char name[]' >> synthetic_events":README +# requires: synthetic_events error_log "' >> synthetic_events":README check_error() { # command-with-error-pos-by-^ ftrace_errlog_check 'synthetic_events' "$1" 'synthetic_events' --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/ftrace/test.d/trigger/trigger-trace-marker-snapshot.tc +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/ftrace/test.d/trigger/trigger-trace-marker-snapshot.tc @@ -14,12 +14,12 @@ x=$2 cat $file | while read line; do - comment=`echo $line | sed -e 's/^#//'` + comment=`echo "$line" | sed -e 's/^#//'` if [ "$line" != "$comment" ]; then continue fi echo "testing $line for >$x<" - match=`echo $line | sed -e "s/>$x$x$x< in it" fi --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/futex/functional/futex_wait_timeout.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/futex/functional/futex_wait_timeout.c @@ -24,6 +24,7 @@ static long timeout_ns = 100000; /* 100us default timeout */ static futex_t futex_pi; +static pthread_barrier_t barrier; void usage(char *prog) { @@ -48,6 +49,8 @@ if (ret != 0) error("futex_lock_pi failed\n", ret); + pthread_barrier_wait(&barrier); + /* Blocks forever */ ret = futex_wait(&lock, 0, NULL, 0); error("futex_wait failed\n", ret); @@ -130,6 +133,7 @@ basename(argv[0])); ksft_print_msg("\tArguments: timeout=%ldns\n", timeout_ns); + pthread_barrier_init(&barrier, NULL, 2); pthread_create(&thread, NULL, get_pi_lock, NULL); /* initialize relative timeout */ @@ -163,6 +167,9 @@ res = futex_wait_requeue_pi(&f1, f1, &futex_pi, &to, 0); test_timeout(res, &ret, "futex_wait_requeue_pi monotonic", ETIMEDOUT); + /* Wait until the other thread calls futex_lock_pi() */ + pthread_barrier_wait(&barrier); + pthread_barrier_destroy(&barrier); /* * FUTEX_LOCK_PI with CLOCK_REALTIME * Due to historical reasons, FUTEX_LOCK_PI supports only realtime --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/kselftest/runner.sh +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/kselftest/runner.sh @@ -35,8 +35,9 @@ tap_timeout() { # Make sure tests will time out if utility is available. - if [ -x /usr/bin/timeout ] ; then - /usr/bin/timeout --foreground "$kselftest_timeout" $1 + if [ -x /usr/bin/timeout ] && [ $kselftest_timeout -gt 0 ] ; then + /usr/bin/timeout --foreground "$kselftest_timeout" \ + /usr/bin/timeout "$kselftest_timeout" $1 else $1 fi --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/kselftest_deps.sh +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/kselftest_deps.sh @@ -46,11 +46,11 @@ print_targets=0 while getopts "p" arg; do - case $arg in - p) + case $arg in + p) print_targets=1 shift;; - esac + esac done if [ $# -eq 0 ] @@ -92,6 +92,10 @@ # Get all TARGETS from selftests Makefile targets=$(grep -E "^TARGETS +|^TARGETS =" Makefile | cut -d "=" -f2) +# Initially, in LDLIBS related lines, the dep checker needs +# to ignore lines containing the following strings: +filter="\$(VAR_LDLIBS)\|pkg-config\|PKG_CONFIG\|IOURING_EXTRA_LIBS" + # Single test case if [ $# -eq 2 ] then @@ -100,6 +104,8 @@ l1_test $test l2_test $test l3_test $test + l4_test $test + l5_test $test print_results $1 $2 exit $? @@ -113,7 +119,7 @@ # Append space at the end of the list to append more tests. l1_tests=$(grep -r --include=Makefile "^LDLIBS" | \ - grep -v "VAR_LDLIBS" | awk -F: '{print $1}') + grep -v "$filter" | awk -F: '{print $1}' | uniq) # Level 2: LDLIBS set dynamically. # @@ -126,7 +132,7 @@ # Append space at the end of the list to append more tests. l2_tests=$(grep -r --include=Makefile ": LDLIBS" | \ - grep -v "VAR_LDLIBS" | awk -F: '{print $1}') + grep -v "$filter" | awk -F: '{print $1}' | uniq) # Level 3 # memfd and others use pkg-config to find mount and fuse libs @@ -138,11 +144,32 @@ # VAR_LDLIBS := $(shell pkg-config fuse --libs 2>/dev/null) l3_tests=$(grep -r --include=Makefile "^VAR_LDLIBS" | \ - grep -v "pkg-config" | awk -F: '{print $1}') + grep -v "pkg-config\|PKG_CONFIG" | awk -F: '{print $1}' | uniq) -#echo $l1_tests -#echo $l2_1_tests -#echo $l3_tests +# Level 4 +# some tests may fall back to default using `|| echo -l` +# if pkg-config doesn't find the libs, instead of using VAR_LDLIBS +# as per level 3 checks. +# e.g: +# netfilter/Makefile +# LDLIBS += $(shell $(HOSTPKG_CONFIG) --libs libmnl 2>/dev/null || echo -lmnl) +l4_tests=$(grep -r --include=Makefile "^LDLIBS" | \ + grep "pkg-config\|PKG_CONFIG" | awk -F: '{print $1}' | uniq) + +# Level 5 +# some tests may use IOURING_EXTRA_LIBS to add extra libs to LDLIBS, +# which in turn may be defined in a sub-Makefile +# e.g.: +# mm/Makefile +# $(OUTPUT)/gup_longterm: LDLIBS += $(IOURING_EXTRA_LIBS) +l5_tests=$(grep -r --include=Makefile "LDLIBS +=.*\$(IOURING_EXTRA_LIBS)" | \ + awk -F: '{print $1}' | uniq) + +#echo l1_tests $l1_tests +#echo l2_tests $l2_tests +#echo l3_tests $l3_tests +#echo l4_tests $l4_tests +#echo l5_tests $l5_tests all_tests print_results $1 $2 @@ -164,24 +191,32 @@ for test in $l3_tests; do l3_test $test done + + for test in $l4_tests; do + l4_test $test + done + + for test in $l5_tests; do + l5_test $test + done } # Use same parsing used for l1_tests and pick libraries this time. l1_test() { test_libs=$(grep --include=Makefile "^LDLIBS" $test | \ - grep -v "VAR_LDLIBS" | \ + grep -v "$filter" | \ sed -e 's/\:/ /' | \ sed -e 's/+/ /' | cut -d "=" -f 2) check_libs $test $test_libs } -# Use same parsing used for l2__tests and pick libraries this time. +# Use same parsing used for l2_tests and pick libraries this time. l2_test() { test_libs=$(grep --include=Makefile ": LDLIBS" $test | \ - grep -v "VAR_LDLIBS" | \ + grep -v "$filter" | \ sed -e 's/\:/ /' | sed -e 's/+/ /' | \ cut -d "=" -f 2) @@ -196,6 +231,24 @@ check_libs $test $test_libs } + +l4_test() +{ + test_libs=$(grep --include=Makefile "^VAR_LDLIBS\|^LDLIBS" $test | \ + grep "\(pkg-config\|PKG_CONFIG\).*|| echo " | \ + sed -e 's/.*|| echo //' | sed -e 's/)$//') + + check_libs $test $test_libs +} + +l5_test() +{ + tests=$(find $(dirname "$test") -type f -name "*.mk") + test_libs=$(grep "^IOURING_EXTRA_LIBS +\?=" $tests | \ + cut -d "=" -f 2) + + check_libs $test $test_libs +} check_libs() { --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/kselftest_harness.h +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/kselftest_harness.h @@ -938,7 +938,11 @@ fprintf(TH_LOG_STREAM, "# %s: Test terminated by timeout\n", t->name); } else if (WIFEXITED(status)) { - if (t->termsig != -1) { + if (WEXITSTATUS(status) == 255) { + /* SKIP */ + t->passed = 1; + t->skip = 1; + } else if (t->termsig != -1) { t->passed = 0; fprintf(TH_LOG_STREAM, "# %s: Test exited normally instead of by signal (code: %d)\n", @@ -950,11 +954,6 @@ case 0: t->passed = 1; break; - /* SKIP */ - case 255: - t->passed = 1; - t->skip = 1; - break; /* Other failure, assume step report. */ default: t->passed = 0; --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/kvm/Makefile +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/kvm/Makefile @@ -166,6 +166,7 @@ TEST_GEN_PROGS_s390x += s390x/sync_regs_test TEST_GEN_PROGS_s390x += s390x/tprot TEST_GEN_PROGS_s390x += s390x/cmma_test +TEST_GEN_PROGS_s390x += s390x/debug_test TEST_GEN_PROGS_s390x += demand_paging_test TEST_GEN_PROGS_s390x += dirty_log_test TEST_GEN_PROGS_s390x += kvm_create_max_vcpus --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/kvm/s390x/debug_test.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/kvm/s390x/debug_test.c @@ -0,0 +1,160 @@ +// SPDX-License-Identifier: GPL-2.0-only +/* Test KVM debugging features. */ +#include "kvm_util.h" +#include "test_util.h" + +#include + +#define __LC_SVC_NEW_PSW 0x1c0 +#define __LC_PGM_NEW_PSW 0x1d0 +#define ICPT_INSTRUCTION 0x04 +#define IPA0_DIAG 0x8300 +#define PGM_SPECIFICATION 0x06 + +/* Common code for testing single-stepping interruptions. */ +extern char int_handler[]; +asm("int_handler:\n" + "j .\n"); + +static struct kvm_vm *test_step_int_1(struct kvm_vcpu **vcpu, void *guest_code, + size_t new_psw_off, uint64_t *new_psw) +{ + struct kvm_guest_debug debug = {}; + struct kvm_regs regs; + struct kvm_vm *vm; + char *lowcore; + + vm = vm_create_with_one_vcpu(vcpu, guest_code); + lowcore = addr_gpa2hva(vm, 0); + new_psw[0] = (*vcpu)->run->psw_mask; + new_psw[1] = (uint64_t)int_handler; + memcpy(lowcore + new_psw_off, new_psw, 16); + vcpu_regs_get(*vcpu, ®s); + regs.gprs[2] = -1; + vcpu_regs_set(*vcpu, ®s); + debug.control = KVM_GUESTDBG_ENABLE | KVM_GUESTDBG_SINGLESTEP; + vcpu_guest_debug_set(*vcpu, &debug); + vcpu_run(*vcpu); + + return vm; +} + +static void test_step_int(void *guest_code, size_t new_psw_off) +{ + struct kvm_vcpu *vcpu; + uint64_t new_psw[2]; + struct kvm_vm *vm; + + vm = test_step_int_1(&vcpu, guest_code, new_psw_off, new_psw); + TEST_ASSERT_KVM_EXIT_REASON(vcpu, KVM_EXIT_DEBUG); + TEST_ASSERT_EQ(vcpu->run->psw_mask, new_psw[0]); + TEST_ASSERT_EQ(vcpu->run->psw_addr, new_psw[1]); + kvm_vm_free(vm); +} + +/* Test single-stepping "boring" program interruptions. */ +extern char test_step_pgm_guest_code[]; +asm("test_step_pgm_guest_code:\n" + ".insn rr,0x1d00,%r1,%r0 /* dr %r1,%r0 */\n" + "j .\n"); + +static void test_step_pgm(void) +{ + test_step_int(test_step_pgm_guest_code, __LC_PGM_NEW_PSW); +} + +/* + * Test single-stepping program interruptions caused by DIAG. + * Userspace emulation must not interfere with single-stepping. + */ +extern char test_step_pgm_diag_guest_code[]; +asm("test_step_pgm_diag_guest_code:\n" + "diag %r0,%r0,0\n" + "j .\n"); + +static void test_step_pgm_diag(void) +{ + struct kvm_s390_irq irq = { + .type = KVM_S390_PROGRAM_INT, + .u.pgm.code = PGM_SPECIFICATION, + }; + struct kvm_vcpu *vcpu; + uint64_t new_psw[2]; + struct kvm_vm *vm; + + vm = test_step_int_1(&vcpu, test_step_pgm_diag_guest_code, + __LC_PGM_NEW_PSW, new_psw); + TEST_ASSERT_KVM_EXIT_REASON(vcpu, KVM_EXIT_S390_SIEIC); + TEST_ASSERT_EQ(vcpu->run->s390_sieic.icptcode, ICPT_INSTRUCTION); + TEST_ASSERT_EQ(vcpu->run->s390_sieic.ipa & 0xff00, IPA0_DIAG); + vcpu_ioctl(vcpu, KVM_S390_IRQ, &irq); + vcpu_run(vcpu); + TEST_ASSERT_KVM_EXIT_REASON(vcpu, KVM_EXIT_DEBUG); + TEST_ASSERT_EQ(vcpu->run->psw_mask, new_psw[0]); + TEST_ASSERT_EQ(vcpu->run->psw_addr, new_psw[1]); + kvm_vm_free(vm); +} + +/* + * Test single-stepping program interruptions caused by ISKE. + * CPUSTAT_KSS handling must not interfere with single-stepping. + */ +extern char test_step_pgm_iske_guest_code[]; +asm("test_step_pgm_iske_guest_code:\n" + "iske %r2,%r2\n" + "j .\n"); + +static void test_step_pgm_iske(void) +{ + test_step_int(test_step_pgm_iske_guest_code, __LC_PGM_NEW_PSW); +} + +/* + * Test single-stepping program interruptions caused by LCTL. + * KVM emulation must not interfere with single-stepping. + */ +extern char test_step_pgm_lctl_guest_code[]; +asm("test_step_pgm_lctl_guest_code:\n" + "lctl %c0,%c0,1\n" + "j .\n"); + +static void test_step_pgm_lctl(void) +{ + test_step_int(test_step_pgm_lctl_guest_code, __LC_PGM_NEW_PSW); +} + +/* Test single-stepping supervisor-call interruptions. */ +extern char test_step_svc_guest_code[]; +asm("test_step_svc_guest_code:\n" + "svc 0\n" + "j .\n"); + +static void test_step_svc(void) +{ + test_step_int(test_step_svc_guest_code, __LC_SVC_NEW_PSW); +} + +/* Run all tests above. */ +static struct testdef { + const char *name; + void (*test)(void); +} testlist[] = { + { "single-step pgm", test_step_pgm }, + { "single-step pgm caused by diag", test_step_pgm_diag }, + { "single-step pgm caused by iske", test_step_pgm_iske }, + { "single-step pgm caused by lctl", test_step_pgm_lctl }, + { "single-step svc", test_step_svc }, +}; + +int main(int argc, char *argv[]) +{ + int idx; + + ksft_print_header(); + ksft_set_plan(ARRAY_SIZE(testlist)); + for (idx = 0; idx < ARRAY_SIZE(testlist); idx++) { + testlist[idx].test(); + ksft_test_result_pass("%s\n", testlist[idx].name); + } + ksft_finished(); +} --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/landlock/fs_test.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/landlock/fs_test.c @@ -113,7 +113,7 @@ { char str[32]; int len; - bool res; + bool res = true; FILE *const inf = fopen("/proc/filesystems", "r"); /* @@ -125,14 +125,16 @@ /* filesystem can be null for bind mounts. */ if (!filesystem) - return true; + goto out; len = snprintf(str, sizeof(str), "nodev\t%s\n", filesystem); if (len >= sizeof(str)) /* Ignores too-long filesystem names. */ - return true; + goto out; res = fgrep(inf, str); + +out: fclose(inf); return res; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/lib.mk +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/lib.mk @@ -106,7 +106,7 @@ run_tests: all ifdef building_out_of_srctree @if [ "X$(TEST_PROGS)$(TEST_PROGS_EXTENDED)$(TEST_FILES)" != "X" ]; then \ - rsync -aLq $(TEST_PROGS) $(TEST_PROGS_EXTENDED) $(TEST_FILES) $(OUTPUT); \ + rsync -aq --copy-unsafe-links $(TEST_PROGS) $(TEST_PROGS_EXTENDED) $(TEST_FILES) $(OUTPUT); \ fi @if [ "X$(TEST_PROGS)" != "X" ]; then \ $(call RUN_TESTS, $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) \ @@ -120,7 +120,7 @@ define INSTALL_SINGLE_RULE $(if $(INSTALL_LIST),@mkdir -p $(INSTALL_PATH)) - $(if $(INSTALL_LIST),rsync -aL $(INSTALL_LIST) $(INSTALL_PATH)/) + $(if $(INSTALL_LIST),rsync -a --copy-unsafe-links $(INSTALL_LIST) $(INSTALL_PATH)/) endef define INSTALL_RULE --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/lkdtm/config +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/lkdtm/config @@ -9,7 +9,6 @@ CONFIG_INIT_ON_ALLOC_DEFAULT_ON=y CONFIG_UBSAN=y CONFIG_UBSAN_BOUNDS=y -CONFIG_UBSAN_TRAP=y CONFIG_STACKPROTECTOR_STRONG=y CONFIG_SLUB_DEBUG=y CONFIG_SLUB_DEBUG_ON=y --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/lkdtm/tests.txt +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/lkdtm/tests.txt @@ -7,7 +7,7 @@ #EXHAUST_STACK Corrupts memory on failure #CORRUPT_STACK Crashes entire system on success #CORRUPT_STACK_STRONG Crashes entire system on success -ARRAY_BOUNDS +ARRAY_BOUNDS call trace:|UBSAN: array-index-out-of-bounds CORRUPT_LIST_ADD list_add corruption CORRUPT_LIST_DEL list_del corruption STACK_GUARD_PAGE_LEADING --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/memfd/memfd_test.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/memfd/memfd_test.c @@ -1145,8 +1145,25 @@ printf("%s sysctl 2\n", memfd_str); sysctl_assert_write("2"); - mfd_fail_new("kern_memfd_sysctl_2", - MFD_CLOEXEC | MFD_ALLOW_SEALING); + mfd_fail_new("kern_memfd_sysctl_2_exec", + MFD_EXEC | MFD_CLOEXEC | MFD_ALLOW_SEALING); + + fd = mfd_assert_new("kern_memfd_sysctl_2_dfl", + mfd_def_size, + MFD_CLOEXEC | MFD_ALLOW_SEALING); + mfd_assert_mode(fd, 0666); + mfd_assert_has_seals(fd, F_SEAL_EXEC); + mfd_fail_chmod(fd, 0777); + close(fd); + + fd = mfd_assert_new("kern_memfd_sysctl_2_noexec_seal", + mfd_def_size, + MFD_NOEXEC_SEAL | MFD_CLOEXEC | MFD_ALLOW_SEALING); + mfd_assert_mode(fd, 0666); + mfd_assert_has_seals(fd, F_SEAL_EXEC); + mfd_fail_chmod(fd, 0777); + close(fd); + sysctl_fail_write("0"); sysctl_fail_write("1"); } @@ -1202,7 +1219,24 @@ static void join_newpid_thread(pid_t pid) { - waitpid(pid, NULL, 0); + int wstatus; + + if (waitpid(pid, &wstatus, 0) < 0) { + printf("newpid thread: waitpid() failed: %m\n"); + abort(); + } + + if (WIFEXITED(wstatus) && WEXITSTATUS(wstatus) != 0) { + printf("newpid thread: exited with non-zero error code %d\n", + WEXITSTATUS(wstatus)); + abort(); + } + + if (WIFSIGNALED(wstatus)) { + printf("newpid thread: killed by signal %d\n", + WTERMSIG(wstatus)); + abort(); + } } /* --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/memory-hotplug/settings +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/memory-hotplug/settings @@ -0,0 +1 @@ +timeout=600 --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/mm/charge_reserved_hugetlb.sh +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/mm/charge_reserved_hugetlb.sh @@ -25,7 +25,7 @@ fi if [[ $cgroup2 ]]; then - cgroup_path=$(mount -t cgroup2 | head -1 | awk -e '{print $3}') + cgroup_path=$(mount -t cgroup2 | head -1 | awk '{print $3}') if [[ -z "$cgroup_path" ]]; then cgroup_path=/dev/cgroup/memory mount -t cgroup2 none $cgroup_path @@ -33,7 +33,7 @@ fi echo "+hugetlb" >$cgroup_path/cgroup.subtree_control else - cgroup_path=$(mount -t cgroup | grep ",hugetlb" | awk -e '{print $3}') + cgroup_path=$(mount -t cgroup | grep ",hugetlb" | awk '{print $3}') if [[ -z "$cgroup_path" ]]; then cgroup_path=/dev/cgroup/memory mount -t cgroup memory,hugetlb $cgroup_path --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/mm/hugetlb_reparenting_test.sh +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/mm/hugetlb_reparenting_test.sh @@ -20,7 +20,7 @@ if [[ $cgroup2 ]]; then - CGROUP_ROOT=$(mount -t cgroup2 | head -1 | awk -e '{print $3}') + CGROUP_ROOT=$(mount -t cgroup2 | head -1 | awk '{print $3}') if [[ -z "$CGROUP_ROOT" ]]; then CGROUP_ROOT=/dev/cgroup/memory mount -t cgroup2 none $CGROUP_ROOT @@ -28,7 +28,7 @@ fi echo "+hugetlb +memory" >$CGROUP_ROOT/cgroup.subtree_control else - CGROUP_ROOT=$(mount -t cgroup | grep ",hugetlb" | awk -e '{print $3}') + CGROUP_ROOT=$(mount -t cgroup | grep ",hugetlb" | awk '{print $3}') if [[ -z "$CGROUP_ROOT" ]]; then CGROUP_ROOT=/dev/cgroup/memory mount -t cgroup memory,hugetlb $CGROUP_ROOT --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/mm/mdwe_test.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/mm/mdwe_test.c @@ -168,13 +168,10 @@ self->p = mmap(NULL, self->size, PROT_READ, self->flags, 0, 0); ASSERT_NE(self->p, MAP_FAILED); - p = mmap(self->p + self->size, self->size, PROT_READ | PROT_EXEC, + /* MAP_FIXED unmaps the existing page before mapping which is allowed */ + p = mmap(self->p, self->size, PROT_READ | PROT_EXEC, self->flags | MAP_FIXED, 0, 0); - if (variant->enabled) { - EXPECT_EQ(p, MAP_FAILED); - } else { - EXPECT_EQ(p, self->p); - } + EXPECT_EQ(p, self->p); } TEST_F(mdwe, arm64_BTI) --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/mm/mremap_dontunmap.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/mm/mremap_dontunmap.c @@ -7,6 +7,7 @@ */ #define _GNU_SOURCE #include +#include #include #include #include --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/net/af_unix/diag_uid.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/net/af_unix/diag_uid.c @@ -148,7 +148,6 @@ .msg_iov = &iov, .msg_iovlen = 1 }; - struct unix_diag_req *udr; struct nlmsghdr *nlh; int ret; --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/net/bind_wildcard.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/net/bind_wildcard.c @@ -100,7 +100,7 @@ TEST_F(bind_wildcard, v4_v6) { bind_sockets(_metadata, self, - (struct sockaddr *)&self->addr4, sizeof(self->addr6), + (struct sockaddr *)&self->addr4, sizeof(self->addr4), (struct sockaddr *)&self->addr6, sizeof(self->addr6)); } --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/net/cmsg_sender.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/net/cmsg_sender.c @@ -416,9 +416,9 @@ { struct addrinfo hints, *ai; struct iovec iov[1]; + unsigned char *buf; struct msghdr msg; char cbuf[1024]; - char *buf; int err; int fd; --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/net/fib_rule_tests.sh +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/net/fib_rule_tests.sh @@ -92,6 +92,8 @@ $IP address add $DEV_ADDR/24 dev dummy0 $IP -6 address add $DEV_ADDR6/64 dev dummy0 + ip netns exec testns sysctl -w net.ipv4.ip_forward=1 + set +e } --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/net/ipsec.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/net/ipsec.c @@ -2263,7 +2263,7 @@ int main(int argc, char **argv) { - unsigned int nr_process = 1; + long nr_process = 1; int route_sock = -1, ret = KSFT_SKIP; int test_desc_fd[2]; uint32_t route_seq; @@ -2284,7 +2284,7 @@ exit_usage(argv); } - if (nr_process > MAX_PROCESSES || !nr_process) { + if (nr_process > MAX_PROCESSES || nr_process < 1) { printk("nr_process should be between [1; %u]", MAX_PROCESSES); exit_usage(argv); --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/net/mptcp/mptcp_connect.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/net/mptcp/mptcp_connect.c @@ -18,6 +18,7 @@ #include #include +#include #include #include #include @@ -1125,15 +1126,11 @@ static void init_rng(void) { - int fd = open("/dev/urandom", O_RDONLY); unsigned int foo; - if (fd > 0) { - int ret = read(fd, &foo, sizeof(foo)); - - if (ret < 0) - srand(fd + foo); - close(fd); + if (getrandom(&foo, sizeof(foo), 0) == -1) { + perror("getrandom"); + exit(1); } srand(foo); --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/net/mptcp/mptcp_inq.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/net/mptcp/mptcp_inq.c @@ -18,6 +18,7 @@ #include #include +#include #include #include #include @@ -519,15 +520,11 @@ static void init_rng(void) { - int fd = open("/dev/urandom", O_RDONLY); unsigned int foo; - if (fd > 0) { - int ret = read(fd, &foo, sizeof(foo)); - - if (ret < 0) - srand(fd + foo); - close(fd); + if (getrandom(&foo, sizeof(foo), 0) == -1) { + perror("getrandom"); + exit(1); } srand(foo); --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/net/mptcp/mptcp_join.sh +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/net/mptcp/mptcp_join.sh @@ -1383,7 +1383,9 @@ count=$(get_counter ${ns_tx} "MPTcpExtMPRstTx") if [ -z "$count" ]; then echo -n "[skip]" - elif [ $count -lt $rst_tx ]; then + # accept more rst than expected except if we don't expect any + elif { [ $rst_tx -ne 0 ] && [ $count -lt $rst_tx ]; } || + { [ $rst_tx -eq 0 ] && [ $count -ne 0 ]; }; then echo "[fail] got $count MP_RST[s] TX expected $rst_tx" fail_test else @@ -1394,7 +1396,9 @@ count=$(get_counter ${ns_rx} "MPTcpExtMPRstRx") if [ -z "$count" ]; then echo -n "[skip]" - elif [ "$count" -lt "$rst_rx" ]; then + # accept more rst than expected except if we don't expect any + elif { [ $rst_rx -ne 0 ] && [ $count -lt $rst_rx ]; } || + { [ $rst_rx -eq 0 ] && [ $count -ne 0 ]; }; then echo "[fail] got $count MP_RST[s] RX expected $rst_rx" fail_test else @@ -2282,6 +2286,7 @@ chk_join_nr 1 1 1 chk_rm_tx_nr 1 chk_rm_nr 1 1 + chk_rst_nr 0 0 fi # multiple subflows, remove @@ -2294,6 +2299,7 @@ run_tests $ns1 $ns2 10.0.1.1 slow chk_join_nr 2 2 2 chk_rm_nr 2 2 + chk_rst_nr 0 0 fi # single address, remove @@ -2306,6 +2312,7 @@ chk_join_nr 1 1 1 chk_add_nr 1 1 chk_rm_nr 1 1 invert + chk_rst_nr 0 0 fi # subflow and signal, remove @@ -2319,6 +2326,7 @@ chk_join_nr 2 2 2 chk_add_nr 1 1 chk_rm_nr 1 1 + chk_rst_nr 0 0 fi # subflows and signal, remove @@ -2333,6 +2341,7 @@ chk_join_nr 3 3 3 chk_add_nr 1 1 chk_rm_nr 2 2 + chk_rst_nr 0 0 fi # addresses remove @@ -2347,6 +2356,7 @@ chk_join_nr 3 3 3 chk_add_nr 3 3 chk_rm_nr 3 3 invert + chk_rst_nr 0 0 fi # invalid addresses remove @@ -2361,6 +2371,7 @@ chk_join_nr 1 1 1 chk_add_nr 3 3 chk_rm_nr 3 1 invert + chk_rst_nr 0 0 fi # subflows and signal, flush @@ -2375,6 +2386,7 @@ chk_join_nr 3 3 3 chk_add_nr 1 1 chk_rm_nr 1 3 invert simult + chk_rst_nr 0 0 fi # subflows flush @@ -2394,6 +2406,7 @@ else chk_rm_nr 3 3 fi + chk_rst_nr 0 0 fi # addresses flush @@ -2408,6 +2421,7 @@ chk_join_nr 3 3 3 chk_add_nr 3 3 chk_rm_nr 3 3 invert simult + chk_rst_nr 0 0 fi # invalid addresses flush @@ -2422,6 +2436,7 @@ chk_join_nr 1 1 1 chk_add_nr 3 3 chk_rm_nr 3 1 invert + chk_rst_nr 0 0 fi # remove id 0 subflow @@ -2433,6 +2448,7 @@ run_tests $ns1 $ns2 10.0.1.1 slow chk_join_nr 1 1 1 chk_rm_nr 1 1 + chk_rst_nr 0 0 fi # remove id 0 address @@ -2445,6 +2461,7 @@ chk_join_nr 1 1 1 chk_add_nr 1 1 chk_rm_nr 1 1 invert + chk_rst_nr 0 0 invert fi } @@ -3190,7 +3207,7 @@ if reset_check_counter "fastclose server test" "MPTcpExtMPFastcloseRx"; then test_linkfail=1024 addr_nr_ns2=fastclose_server \ run_tests $ns1 $ns2 10.0.1.1 - chk_join_nr 0 0 0 + chk_join_nr 0 0 0 0 0 0 1 chk_fclose_nr 1 1 invert chk_rst_nr 1 1 fi @@ -3242,6 +3259,7 @@ local addr=$1 local id=$2 local tk sp da dp + local cnt_addr cnt_sf tk=$(grep "type:1," "$evts_ns1" | sed -n 's/.*\(token:\)\([[:digit:]]*\).*$/\2/p;q') @@ -3251,11 +3269,13 @@ sed -n 's/.*\(daddr6:\)\([0-9a-f:.]*\).*$/\2/p;q') dp=$(grep "type:10" "$evts_ns1" | sed -n 's/.*\(dport:\)\([[:digit:]]*\).*$/\2/p;q') + cnt_addr=$(rm_addr_count ${ns1}) + cnt_sf=$(rm_sf_count ${ns1}) ip netns exec $ns1 ./pm_nl_ctl rem token $tk id $id ip netns exec $ns1 ./pm_nl_ctl dsf lip "::ffff:$addr" \ lport $sp rip $da rport $dp token $tk - wait_rm_addr $ns1 1 - wait_rm_sf $ns1 1 + wait_rm_addr $ns1 "${cnt_addr}" + wait_rm_sf $ns1 "${cnt_sf}" } userspace_pm_add_sf() @@ -3277,17 +3297,20 @@ local addr=$1 local id=$2 local tk da dp sp + local cnt_addr cnt_sf tk=$(sed -n 's/.*\(token:\)\([[:digit:]]*\).*$/\2/p;q' "$evts_ns2") da=$(sed -n 's/.*\(daddr4:\)\([0-9.]*\).*$/\2/p;q' "$evts_ns2") dp=$(sed -n 's/.*\(dport:\)\([[:digit:]]*\).*$/\2/p;q' "$evts_ns2") sp=$(grep "type:10" "$evts_ns2" | sed -n 's/.*\(sport:\)\([[:digit:]]*\).*$/\2/p;q') + cnt_addr=$(rm_addr_count ${ns2}) + cnt_sf=$(rm_sf_count ${ns2}) ip netns exec $ns2 ./pm_nl_ctl rem token $tk id $id ip netns exec $ns2 ./pm_nl_ctl dsf lip $addr lport $sp \ rip $da rport $dp token $tk - wait_rm_addr $ns2 1 - wait_rm_sf $ns2 1 + wait_rm_addr $ns2 "${cnt_addr}" + wait_rm_sf $ns2 "${cnt_sf}" } userspace_tests() --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/net/openvswitch/openvswitch.sh +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/net/openvswitch/openvswitch.sh @@ -3,6 +3,8 @@ # # OVS kernel module self tests +trap ovs_exit_sig EXIT TERM INT ERR + # Kselftest framework requirement - SKIP code is 4. ksft_skip=4 @@ -202,7 +204,7 @@ fi if python3 ovs-dpctl.py -h 2>&1 | \ - grep "Need to install the python" >/dev/null 2>&1; then + grep -E "Need to (install|upgrade) the python" >/dev/null 2>&1; then stdbuf -o0 printf "TEST: %-60s [PYLIB]\n" "${tdesc}" return $ksft_skip fi --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/net/openvswitch/ovs-dpctl.py +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/net/openvswitch/ovs-dpctl.py @@ -25,8 +25,10 @@ from pyroute2.netlink import nlmsg_atoms from pyroute2.netlink.exceptions import NetlinkError from pyroute2.netlink.generic import GenericNetlinkSocket + import pyroute2 + except ModuleNotFoundError: - print("Need to install the python pyroute2 package.") + print("Need to install the python pyroute2 package >= 0.6.") sys.exit(0) @@ -732,12 +734,14 @@ "src", lambda x: str(ipaddress.IPv4Address(x)), int, + convert_ipv4, ), ( "dst", "dst", - lambda x: str(ipaddress.IPv6Address(x)), + lambda x: str(ipaddress.IPv4Address(x)), int, + convert_ipv4, ), ("tp_src", "tp_src", "%d", int), ("tp_dst", "tp_dst", "%d", int), @@ -1457,6 +1461,12 @@ nlmsg_atoms.ovskey = ovskey nlmsg_atoms.ovsactions = ovsactions + # version check for pyroute2 + prverscheck = pyroute2.__version__.split(".") + if int(prverscheck[0]) == 0 and int(prverscheck[1]) < 6: + print("Need to upgrade the python pyroute2 package to >= 0.6.") + sys.exit(0) + parser = argparse.ArgumentParser() parser.add_argument( "-v", --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/net/pmtu.sh +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/net/pmtu.sh @@ -2048,7 +2048,7 @@ case $ret in 0) all_skipped=false - [ $exitcode=$ksft_skip ] && exitcode=0 + [ $exitcode -eq $ksft_skip ] && exitcode=0 ;; $ksft_skip) [ $all_skipped = true ] && exitcode=$ksft_skip --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/net/settings +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/net/settings @@ -1 +1 @@ -timeout=1500 +timeout=0 --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/net/socket.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/net/socket.c @@ -6,6 +6,7 @@ #include #include #include +#include #include "../kselftest.h" @@ -26,7 +27,10 @@ }; static struct socket_testcase tests[] = { - { AF_MAX, 0, 0, -EAFNOSUPPORT, 0 }, + /* libc might have a smaller value of AF_MAX than the kernel + * actually supports, so use INT_MAX instead. + */ + { INT_MAX, 0, 0, -EAFNOSUPPORT, 0 }, { AF_INET, SOCK_STREAM, IPPROTO_TCP, 0, 1 }, { AF_INET, SOCK_DGRAM, IPPROTO_TCP, -EPROTONOSUPPORT, 1 }, { AF_INET, SOCK_DGRAM, IPPROTO_UDP, 0, 1 }, --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/net/tls.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/net/tls.c @@ -379,64 +379,6 @@ EXPECT_EQ(recv(self->cfd, buf, st.st_size, MSG_WAITALL), st.st_size); } -static void chunked_sendfile(struct __test_metadata *_metadata, - struct _test_data_tls *self, - uint16_t chunk_size, - uint16_t extra_payload_size) -{ - char buf[TLS_PAYLOAD_MAX_LEN]; - uint16_t test_payload_size; - int size = 0; - int ret; - char filename[] = "/tmp/mytemp.XXXXXX"; - int fd = mkstemp(filename); - off_t offset = 0; - - unlink(filename); - ASSERT_GE(fd, 0); - EXPECT_GE(chunk_size, 1); - test_payload_size = chunk_size + extra_payload_size; - ASSERT_GE(TLS_PAYLOAD_MAX_LEN, test_payload_size); - memset(buf, 1, test_payload_size); - size = write(fd, buf, test_payload_size); - EXPECT_EQ(size, test_payload_size); - fsync(fd); - - while (size > 0) { - ret = sendfile(self->fd, fd, &offset, chunk_size); - EXPECT_GE(ret, 0); - size -= ret; - } - - EXPECT_EQ(recv(self->cfd, buf, test_payload_size, MSG_WAITALL), - test_payload_size); - - close(fd); -} - -TEST_F(tls, multi_chunk_sendfile) -{ - chunked_sendfile(_metadata, self, 4096, 4096); - chunked_sendfile(_metadata, self, 4096, 0); - chunked_sendfile(_metadata, self, 4096, 1); - chunked_sendfile(_metadata, self, 4096, 2048); - chunked_sendfile(_metadata, self, 8192, 2048); - chunked_sendfile(_metadata, self, 4096, 8192); - chunked_sendfile(_metadata, self, 8192, 4096); - chunked_sendfile(_metadata, self, 12288, 1024); - chunked_sendfile(_metadata, self, 12288, 2000); - chunked_sendfile(_metadata, self, 15360, 100); - chunked_sendfile(_metadata, self, 15360, 300); - chunked_sendfile(_metadata, self, 1, 4096); - chunked_sendfile(_metadata, self, 2048, 4096); - chunked_sendfile(_metadata, self, 2048, 8192); - chunked_sendfile(_metadata, self, 4096, 8192); - chunked_sendfile(_metadata, self, 1024, 12288); - chunked_sendfile(_metadata, self, 2000, 12288); - chunked_sendfile(_metadata, self, 100, 15360); - chunked_sendfile(_metadata, self, 300, 15360); -} - TEST_F(tls, recv_max) { unsigned int send_len = TLS_PAYLOAD_MAX_LEN; @@ -552,11 +494,11 @@ msg.msg_iov = &vec; msg.msg_iovlen = 1; - EXPECT_EQ(sendmsg(self->cfd, &msg, 0), send_len); + EXPECT_EQ(sendmsg(self->fd, &msg, 0), send_len); } while (recvs++ < sends) { - EXPECT_NE(recv(self->fd, mem, send_len, 0), -1); + EXPECT_NE(recv(self->cfd, mem, send_len, 0), -1); } free(mem); @@ -585,9 +527,9 @@ msg.msg_iov = vec; msg.msg_iovlen = iov_len; - EXPECT_EQ(sendmsg(self->cfd, &msg, 0), total_len); + EXPECT_EQ(sendmsg(self->fd, &msg, 0), total_len); buf = malloc(total_len); - EXPECT_NE(recv(self->fd, buf, total_len, 0), -1); + EXPECT_NE(recv(self->cfd, buf, total_len, 0), -1); for (i = 0; i < iov_len; i++) { EXPECT_EQ(memcmp(test_strs[i], buf + len_cmp, strlen(test_strs[i])), --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/netfilter/Makefile +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/netfilter/Makefile @@ -6,13 +6,14 @@ nft_concat_range.sh nft_conntrack_helper.sh \ nft_queue.sh nft_meta.sh nf_nat_edemux.sh \ ipip-conntrack-mtu.sh conntrack_tcp_unreplied.sh \ - conntrack_vrf.sh nft_synproxy.sh rpath.sh + conntrack_vrf.sh nft_synproxy.sh rpath.sh nft_audit.sh \ + conntrack_sctp_collision.sh xt_string.sh HOSTPKG_CONFIG := pkg-config CFLAGS += $(shell $(HOSTPKG_CONFIG) --cflags libmnl 2>/dev/null) LDLIBS += $(shell $(HOSTPKG_CONFIG) --libs libmnl 2>/dev/null || echo -lmnl) -TEST_GEN_FILES = nf-queue connect_close +TEST_GEN_FILES = nf-queue connect_close audit_logread sctp_collision include ../lib.mk --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/netfilter/audit_logread.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/netfilter/audit_logread.c @@ -0,0 +1,165 @@ +// SPDX-License-Identifier: GPL-2.0 + +#define _GNU_SOURCE +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +static int fd; + +#define MAX_AUDIT_MESSAGE_LENGTH 8970 +struct audit_message { + struct nlmsghdr nlh; + union { + struct audit_status s; + char data[MAX_AUDIT_MESSAGE_LENGTH]; + } u; +}; + +int audit_recv(int fd, struct audit_message *rep) +{ + struct sockaddr_nl addr; + socklen_t addrlen = sizeof(addr); + int ret; + + do { + ret = recvfrom(fd, rep, sizeof(*rep), 0, + (struct sockaddr *)&addr, &addrlen); + } while (ret < 0 && errno == EINTR); + + if (ret < 0 || + addrlen != sizeof(addr) || + addr.nl_pid != 0 || + rep->nlh.nlmsg_type == NLMSG_ERROR) /* short-cut for now */ + return -1; + + return ret; +} + +int audit_send(int fd, uint16_t type, uint32_t key, uint32_t val) +{ + static int seq = 0; + struct audit_message msg = { + .nlh = { + .nlmsg_len = NLMSG_SPACE(sizeof(msg.u.s)), + .nlmsg_type = type, + .nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK, + .nlmsg_seq = ++seq, + }, + .u.s = { + .mask = key, + .enabled = key == AUDIT_STATUS_ENABLED ? val : 0, + .pid = key == AUDIT_STATUS_PID ? val : 0, + } + }; + struct sockaddr_nl addr = { + .nl_family = AF_NETLINK, + }; + int ret; + + do { + ret = sendto(fd, &msg, msg.nlh.nlmsg_len, 0, + (struct sockaddr *)&addr, sizeof(addr)); + } while (ret < 0 && errno == EINTR); + + if (ret != (int)msg.nlh.nlmsg_len) + return -1; + return 0; +} + +int audit_set(int fd, uint32_t key, uint32_t val) +{ + struct audit_message rep = { 0 }; + int ret; + + ret = audit_send(fd, AUDIT_SET, key, val); + if (ret) + return ret; + + ret = audit_recv(fd, &rep); + if (ret < 0) + return ret; + return 0; +} + +int readlog(int fd) +{ + struct audit_message rep = { 0 }; + int ret = audit_recv(fd, &rep); + const char *sep = ""; + char *k, *v; + + if (ret < 0) + return ret; + + if (rep.nlh.nlmsg_type != AUDIT_NETFILTER_CFG) + return 0; + + /* skip the initial "audit(...): " part */ + strtok(rep.u.data, " "); + + while ((k = strtok(NULL, "="))) { + v = strtok(NULL, " "); + + /* these vary and/or are uninteresting, ignore */ + if (!strcmp(k, "pid") || + !strcmp(k, "comm") || + !strcmp(k, "subj")) + continue; + + /* strip the varying sequence number */ + if (!strcmp(k, "table")) + *strchrnul(v, ':') = '\0'; + + printf("%s%s=%s", sep, k, v); + sep = " "; + } + if (*sep) { + printf("\n"); + fflush(stdout); + } + return 0; +} + +void cleanup(int sig) +{ + audit_set(fd, AUDIT_STATUS_ENABLED, 0); + close(fd); + if (sig) + exit(0); +} + +int main(int argc, char **argv) +{ + struct sigaction act = { + .sa_handler = cleanup, + }; + + fd = socket(PF_NETLINK, SOCK_RAW, NETLINK_AUDIT); + if (fd < 0) { + perror("Can't open netlink socket"); + return -1; + } + + if (sigaction(SIGTERM, &act, NULL) < 0 || + sigaction(SIGINT, &act, NULL) < 0) { + perror("Can't set signal handler"); + close(fd); + return -1; + } + + audit_set(fd, AUDIT_STATUS_ENABLED, 1); + audit_set(fd, AUDIT_STATUS_PID, getpid()); + + while (1) + readlog(fd); +} --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/netfilter/config +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/netfilter/config @@ -6,3 +6,4 @@ CONFIG_NFT_MASQ=m CONFIG_NFT_FLOW_OFFLOAD=m CONFIG_NF_CT_NETLINK=m +CONFIG_AUDIT=y --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/netfilter/conntrack_sctp_collision.sh +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/netfilter/conntrack_sctp_collision.sh @@ -0,0 +1,89 @@ +#!/bin/bash +# SPDX-License-Identifier: GPL-2.0 +# +# Testing For SCTP COLLISION SCENARIO as Below: +# +# 14:35:47.655279 IP CLIENT_IP.PORT > SERVER_IP.PORT: sctp (1) [INIT] [init tag: 2017837359] +# 14:35:48.353250 IP SERVER_IP.PORT > CLIENT_IP.PORT: sctp (1) [INIT] [init tag: 1187206187] +# 14:35:48.353275 IP CLIENT_IP.PORT > SERVER_IP.PORT: sctp (1) [INIT ACK] [init tag: 2017837359] +# 14:35:48.353283 IP SERVER_IP.PORT > CLIENT_IP.PORT: sctp (1) [COOKIE ECHO] +# 14:35:48.353977 IP CLIENT_IP.PORT > SERVER_IP.PORT: sctp (1) [COOKIE ACK] +# 14:35:48.855335 IP SERVER_IP.PORT > CLIENT_IP.PORT: sctp (1) [INIT ACK] [init tag: 164579970] +# +# TOPO: SERVER_NS (link0)<--->(link1) ROUTER_NS (link2)<--->(link3) CLIENT_NS + +CLIENT_NS=$(mktemp -u client-XXXXXXXX) +CLIENT_IP="198.51.200.1" +CLIENT_PORT=1234 + +SERVER_NS=$(mktemp -u server-XXXXXXXX) +SERVER_IP="198.51.100.1" +SERVER_PORT=1234 + +ROUTER_NS=$(mktemp -u router-XXXXXXXX) +CLIENT_GW="198.51.200.2" +SERVER_GW="198.51.100.2" + +# setup the topo +setup() { + ip net add $CLIENT_NS + ip net add $SERVER_NS + ip net add $ROUTER_NS + ip -n $SERVER_NS link add link0 type veth peer name link1 netns $ROUTER_NS + ip -n $CLIENT_NS link add link3 type veth peer name link2 netns $ROUTER_NS + + ip -n $SERVER_NS link set link0 up + ip -n $SERVER_NS addr add $SERVER_IP/24 dev link0 + ip -n $SERVER_NS route add $CLIENT_IP dev link0 via $SERVER_GW + + ip -n $ROUTER_NS link set link1 up + ip -n $ROUTER_NS link set link2 up + ip -n $ROUTER_NS addr add $SERVER_GW/24 dev link1 + ip -n $ROUTER_NS addr add $CLIENT_GW/24 dev link2 + ip net exec $ROUTER_NS sysctl -wq net.ipv4.ip_forward=1 + + ip -n $CLIENT_NS link set link3 up + ip -n $CLIENT_NS addr add $CLIENT_IP/24 dev link3 + ip -n $CLIENT_NS route add $SERVER_IP dev link3 via $CLIENT_GW + + # simulate the delay on OVS upcall by setting up a delay for INIT_ACK with + # tc on $SERVER_NS side + tc -n $SERVER_NS qdisc add dev link0 root handle 1: htb + tc -n $SERVER_NS class add dev link0 parent 1: classid 1:1 htb rate 100mbit + tc -n $SERVER_NS filter add dev link0 parent 1: protocol ip u32 match ip protocol 132 \ + 0xff match u8 2 0xff at 32 flowid 1:1 + tc -n $SERVER_NS qdisc add dev link0 parent 1:1 handle 10: netem delay 1200ms + + # simulate the ctstate check on OVS nf_conntrack + ip net exec $ROUTER_NS iptables -A FORWARD -m state --state INVALID,UNTRACKED -j DROP + ip net exec $ROUTER_NS iptables -A INPUT -p sctp -j DROP + + # use a smaller number for assoc's max_retrans to reproduce the issue + modprobe sctp + ip net exec $CLIENT_NS sysctl -wq net.sctp.association_max_retrans=3 +} + +cleanup() { + ip net exec $CLIENT_NS pkill sctp_collision 2>&1 >/dev/null + ip net exec $SERVER_NS pkill sctp_collision 2>&1 >/dev/null + ip net del "$CLIENT_NS" + ip net del "$SERVER_NS" + ip net del "$ROUTER_NS" +} + +do_test() { + ip net exec $SERVER_NS ./sctp_collision server \ + $SERVER_IP $SERVER_PORT $CLIENT_IP $CLIENT_PORT & + ip net exec $CLIENT_NS ./sctp_collision client \ + $CLIENT_IP $CLIENT_PORT $SERVER_IP $SERVER_PORT +} + +# NOTE: one way to work around the issue is set a smaller hb_interval +# ip net exec $CLIENT_NS sysctl -wq net.sctp.hb_interval=3500 + +# run the test case +trap cleanup EXIT +setup && \ +echo "Test for SCTP Collision in nf_conntrack:" && \ +do_test && echo "PASS!" +exit $? --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/netfilter/nft_audit.sh +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/netfilter/nft_audit.sh @@ -0,0 +1,245 @@ +#!/bin/bash +# SPDX-License-Identifier: GPL-2.0 +# +# Check that audit logs generated for nft commands are as expected. + +SKIP_RC=4 +RC=0 + +nft --version >/dev/null 2>&1 || { + echo "SKIP: missing nft tool" + exit $SKIP_RC +} + +# Run everything in a separate network namespace +[ "${1}" != "run" ] && { unshare -n "${0}" run; exit $?; } + +# give other scripts a chance to finish - audit_logread sees all activity +sleep 1 + +logfile=$(mktemp) +rulefile=$(mktemp) +echo "logging into $logfile" +./audit_logread >"$logfile" & +logread_pid=$! +trap 'kill $logread_pid; rm -f $logfile $rulefile' EXIT +exec 3<"$logfile" + +do_test() { # (cmd, log) + echo -n "testing for cmd: $1 ... " + cat <&3 >/dev/null + $1 >/dev/null || exit 1 + sleep 0.1 + res=$(diff -a -u <(echo "$2") - <&3) + [ $? -eq 0 ] && { echo "OK"; return; } + echo "FAIL" + grep -v '^\(---\|+++\|@@\)' <<< "$res" + ((RC--)) +} + +nft flush ruleset + +# adding tables, chains and rules + +for table in t1 t2; do + do_test "nft add table $table" \ + "table=$table family=2 entries=1 op=nft_register_table" + + do_test "nft add chain $table c1" \ + "table=$table family=2 entries=1 op=nft_register_chain" + + do_test "nft add chain $table c2; add chain $table c3" \ + "table=$table family=2 entries=2 op=nft_register_chain" + + cmd="add rule $table c1 counter" + + do_test "nft $cmd" \ + "table=$table family=2 entries=1 op=nft_register_rule" + + do_test "nft $cmd; $cmd" \ + "table=$table family=2 entries=2 op=nft_register_rule" + + cmd="" + sep="" + for chain in c2 c3; do + for i in {1..3}; do + cmd+="$sep add rule $table $chain counter" + sep=";" + done + done + do_test "nft $cmd" \ + "table=$table family=2 entries=6 op=nft_register_rule" +done + +for ((i = 0; i < 500; i++)); do + echo "add rule t2 c3 counter accept comment \"rule $i\"" +done >$rulefile +do_test "nft -f $rulefile" \ +'table=t2 family=2 entries=500 op=nft_register_rule' + +# adding sets and elements + +settype='type inet_service; counter' +setelem='{ 22, 80, 443 }' +setblock="{ $settype; elements = $setelem; }" +do_test "nft add set t1 s $setblock" \ +"table=t1 family=2 entries=4 op=nft_register_set" + +do_test "nft add set t1 s2 $setblock; add set t1 s3 { $settype; }" \ +"table=t1 family=2 entries=5 op=nft_register_set" + +do_test "nft add element t1 s3 $setelem" \ +"table=t1 family=2 entries=3 op=nft_register_setelem" + +# adding counters + +do_test 'nft add counter t1 c1' \ +'table=t1 family=2 entries=1 op=nft_register_obj' + +do_test 'nft add counter t2 c1; add counter t2 c2' \ +'table=t2 family=2 entries=2 op=nft_register_obj' + +for ((i = 3; i <= 500; i++)); do + echo "add counter t2 c$i" +done >$rulefile +do_test "nft -f $rulefile" \ +'table=t2 family=2 entries=498 op=nft_register_obj' + +# adding/updating quotas + +do_test 'nft add quota t1 q1 { 10 bytes }' \ +'table=t1 family=2 entries=1 op=nft_register_obj' + +do_test 'nft add quota t2 q1 { 10 bytes }; add quota t2 q2 { 10 bytes }' \ +'table=t2 family=2 entries=2 op=nft_register_obj' + +for ((i = 3; i <= 500; i++)); do + echo "add quota t2 q$i { 10 bytes }" +done >$rulefile +do_test "nft -f $rulefile" \ +'table=t2 family=2 entries=498 op=nft_register_obj' + +# changing the quota value triggers obj update path +do_test 'nft add quota t1 q1 { 20 bytes }' \ +'table=t1 family=2 entries=1 op=nft_register_obj' + +# resetting rules + +do_test 'nft reset rules t1 c2' \ +'table=t1 family=2 entries=3 op=nft_reset_rule' + +do_test 'nft reset rules table t1' \ +'table=t1 family=2 entries=3 op=nft_reset_rule +table=t1 family=2 entries=3 op=nft_reset_rule +table=t1 family=2 entries=3 op=nft_reset_rule' + +do_test 'nft reset rules t2 c3' \ +'table=t2 family=2 entries=189 op=nft_reset_rule +table=t2 family=2 entries=188 op=nft_reset_rule +table=t2 family=2 entries=126 op=nft_reset_rule' + +do_test 'nft reset rules t2' \ +'table=t2 family=2 entries=3 op=nft_reset_rule +table=t2 family=2 entries=3 op=nft_reset_rule +table=t2 family=2 entries=186 op=nft_reset_rule +table=t2 family=2 entries=188 op=nft_reset_rule +table=t2 family=2 entries=129 op=nft_reset_rule' + +do_test 'nft reset rules' \ +'table=t1 family=2 entries=3 op=nft_reset_rule +table=t1 family=2 entries=3 op=nft_reset_rule +table=t1 family=2 entries=3 op=nft_reset_rule +table=t2 family=2 entries=3 op=nft_reset_rule +table=t2 family=2 entries=3 op=nft_reset_rule +table=t2 family=2 entries=180 op=nft_reset_rule +table=t2 family=2 entries=188 op=nft_reset_rule +table=t2 family=2 entries=135 op=nft_reset_rule' + +# resetting sets and elements + +elem=(22 ,80 ,443) +relem="" +for i in {1..3}; do + relem+="${elem[((i - 1))]}" + do_test "nft reset element t1 s { $relem }" \ + "table=t1 family=2 entries=$i op=nft_reset_setelem" +done + +do_test 'nft reset set t1 s' \ +'table=t1 family=2 entries=3 op=nft_reset_setelem' + +# resetting counters + +do_test 'nft reset counter t1 c1' \ +'table=t1 family=2 entries=1 op=nft_reset_obj' + +do_test 'nft reset counters t1' \ +'table=t1 family=2 entries=1 op=nft_reset_obj' + +do_test 'nft reset counters t2' \ +'table=t2 family=2 entries=342 op=nft_reset_obj +table=t2 family=2 entries=158 op=nft_reset_obj' + +do_test 'nft reset counters' \ +'table=t1 family=2 entries=1 op=nft_reset_obj +table=t2 family=2 entries=341 op=nft_reset_obj +table=t2 family=2 entries=159 op=nft_reset_obj' + +# resetting quotas + +do_test 'nft reset quota t1 q1' \ +'table=t1 family=2 entries=1 op=nft_reset_obj' + +do_test 'nft reset quotas t1' \ +'table=t1 family=2 entries=1 op=nft_reset_obj' + +do_test 'nft reset quotas t2' \ +'table=t2 family=2 entries=315 op=nft_reset_obj +table=t2 family=2 entries=185 op=nft_reset_obj' + +do_test 'nft reset quotas' \ +'table=t1 family=2 entries=1 op=nft_reset_obj +table=t2 family=2 entries=314 op=nft_reset_obj +table=t2 family=2 entries=186 op=nft_reset_obj' + +# deleting rules + +readarray -t handles < <(nft -a list chain t1 c1 | \ + sed -n 's/.*counter.* handle \(.*\)$/\1/p') + +do_test "nft delete rule t1 c1 handle ${handles[0]}" \ +'table=t1 family=2 entries=1 op=nft_unregister_rule' + +cmd='delete rule t1 c1 handle' +do_test "nft $cmd ${handles[1]}; $cmd ${handles[2]}" \ +'table=t1 family=2 entries=2 op=nft_unregister_rule' + +do_test 'nft flush chain t1 c2' \ +'table=t1 family=2 entries=3 op=nft_unregister_rule' + +do_test 'nft flush table t2' \ +'table=t2 family=2 entries=509 op=nft_unregister_rule' + +# deleting chains + +do_test 'nft delete chain t2 c2' \ +'table=t2 family=2 entries=1 op=nft_unregister_chain' + +# deleting sets and elements + +do_test 'nft delete element t1 s { 22 }' \ +'table=t1 family=2 entries=1 op=nft_unregister_setelem' + +do_test 'nft delete element t1 s { 80, 443 }' \ +'table=t1 family=2 entries=2 op=nft_unregister_setelem' + +do_test 'nft flush set t1 s2' \ +'table=t1 family=2 entries=3 op=nft_unregister_setelem' + +do_test 'nft delete set t1 s2' \ +'table=t1 family=2 entries=1 op=nft_unregister_set' + +do_test 'nft delete set t1 s3' \ +'table=t1 family=2 entries=1 op=nft_unregister_set' + +exit $RC --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/netfilter/sctp_collision.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/netfilter/sctp_collision.c @@ -0,0 +1,99 @@ +// SPDX-License-Identifier: GPL-2.0 + +#include +#include +#include +#include +#include + +int main(int argc, char *argv[]) +{ + struct sockaddr_in saddr = {}, daddr = {}; + int sd, ret, len = sizeof(daddr); + struct timeval tv = {25, 0}; + char buf[] = "hello"; + + if (argc != 6 || (strcmp(argv[1], "server") && strcmp(argv[1], "client"))) { + printf("%s \n", + argv[0]); + return -1; + } + + sd = socket(AF_INET, SOCK_SEQPACKET, IPPROTO_SCTP); + if (sd < 0) { + printf("Failed to create sd\n"); + return -1; + } + + saddr.sin_family = AF_INET; + saddr.sin_addr.s_addr = inet_addr(argv[2]); + saddr.sin_port = htons(atoi(argv[3])); + + ret = bind(sd, (struct sockaddr *)&saddr, sizeof(saddr)); + if (ret < 0) { + printf("Failed to bind to address\n"); + goto out; + } + + ret = listen(sd, 5); + if (ret < 0) { + printf("Failed to listen on port\n"); + goto out; + } + + daddr.sin_family = AF_INET; + daddr.sin_addr.s_addr = inet_addr(argv[4]); + daddr.sin_port = htons(atoi(argv[5])); + + /* make test shorter than 25s */ + ret = setsockopt(sd, SOL_SOCKET, SO_RCVTIMEO, &tv, sizeof(tv)); + if (ret < 0) { + printf("Failed to setsockopt SO_RCVTIMEO\n"); + goto out; + } + + if (!strcmp(argv[1], "server")) { + sleep(1); /* wait a bit for client's INIT */ + ret = connect(sd, (struct sockaddr *)&daddr, len); + if (ret < 0) { + printf("Failed to connect to peer\n"); + goto out; + } + ret = recvfrom(sd, buf, sizeof(buf), 0, (struct sockaddr *)&daddr, &len); + if (ret < 0) { + printf("Failed to recv msg %d\n", ret); + goto out; + } + ret = sendto(sd, buf, strlen(buf) + 1, 0, (struct sockaddr *)&daddr, len); + if (ret < 0) { + printf("Failed to send msg %d\n", ret); + goto out; + } + printf("Server: sent! %d\n", ret); + } + + if (!strcmp(argv[1], "client")) { + usleep(300000); /* wait a bit for server's listening */ + ret = connect(sd, (struct sockaddr *)&daddr, len); + if (ret < 0) { + printf("Failed to connect to peer\n"); + goto out; + } + sleep(1); /* wait a bit for server's delayed INIT_ACK to reproduce the issue */ + ret = sendto(sd, buf, strlen(buf) + 1, 0, (struct sockaddr *)&daddr, len); + if (ret < 0) { + printf("Failed to send msg %d\n", ret); + goto out; + } + ret = recvfrom(sd, buf, sizeof(buf), 0, (struct sockaddr *)&daddr, &len); + if (ret < 0) { + printf("Failed to recv msg %d\n", ret); + goto out; + } + printf("Client: rcvd! %d\n", ret); + } + ret = 0; +out: + close(sd); + return ret; +} --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/netfilter/xt_string.sh +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/netfilter/xt_string.sh @@ -0,0 +1,128 @@ +#!/bin/bash +# SPDX-License-Identifier: GPL-2.0 + +# return code to signal skipped test +ksft_skip=4 +rc=0 + +if ! iptables --version >/dev/null 2>&1; then + echo "SKIP: Test needs iptables" + exit $ksft_skip +fi +if ! ip -V >/dev/null 2>&1; then + echo "SKIP: Test needs iproute2" + exit $ksft_skip +fi +if ! nc -h >/dev/null 2>&1; then + echo "SKIP: Test needs netcat" + exit $ksft_skip +fi + +pattern="foo bar baz" +patlen=11 +hdrlen=$((20 + 8)) # IPv4 + UDP +ns="ns-$(mktemp -u XXXXXXXX)" +trap 'ip netns del $ns' EXIT +ip netns add "$ns" +ip -net "$ns" link add d0 type dummy +ip -net "$ns" link set d0 up +ip -net "$ns" addr add 10.1.2.1/24 dev d0 + +#ip netns exec "$ns" tcpdump -npXi d0 & +#tcpdump_pid=$! +#trap 'kill $tcpdump_pid; ip netns del $ns' EXIT + +add_rule() { # (alg, from, to) + ip netns exec "$ns" \ + iptables -A OUTPUT -o d0 -m string \ + --string "$pattern" --algo $1 --from $2 --to $3 +} +showrules() { # () + ip netns exec "$ns" iptables -v -S OUTPUT | grep '^-A' +} +zerorules() { + ip netns exec "$ns" iptables -Z OUTPUT +} +countrule() { # (pattern) + showrules | grep -c -- "$*" +} +send() { # (offset) + ( for ((i = 0; i < $1 - $hdrlen; i++)); do + printf " " + done + printf "$pattern" + ) | ip netns exec "$ns" nc -w 1 -u 10.1.2.2 27374 +} + +add_rule bm 1000 1500 +add_rule bm 1400 1600 +add_rule kmp 1000 1500 +add_rule kmp 1400 1600 + +zerorules +send 0 +send $((1000 - $patlen)) +if [ $(countrule -c 0 0) -ne 4 ]; then + echo "FAIL: rules match data before --from" + showrules + ((rc--)) +fi + +zerorules +send 1000 +send $((1400 - $patlen)) +if [ $(countrule -c 2) -ne 2 ]; then + echo "FAIL: only two rules should match at low offset" + showrules + ((rc--)) +fi + +zerorules +send $((1500 - $patlen)) +if [ $(countrule -c 1) -ne 4 ]; then + echo "FAIL: all rules should match at end of packet" + showrules + ((rc--)) +fi + +zerorules +send 1495 +if [ $(countrule -c 1) -ne 1 ]; then + echo "FAIL: only kmp with proper --to should match pattern spanning fragments" + showrules + ((rc--)) +fi + +zerorules +send 1500 +if [ $(countrule -c 1) -ne 2 ]; then + echo "FAIL: two rules should match pattern at start of second fragment" + showrules + ((rc--)) +fi + +zerorules +send $((1600 - $patlen)) +if [ $(countrule -c 1) -ne 2 ]; then + echo "FAIL: two rules should match pattern at end of largest --to" + showrules + ((rc--)) +fi + +zerorules +send $((1600 - $patlen + 1)) +if [ $(countrule -c 1) -ne 0 ]; then + echo "FAIL: no rules should match pattern extending largest --to" + showrules + ((rc--)) +fi + +zerorules +send 1600 +if [ $(countrule -c 1) -ne 0 ]; then + echo "FAIL: no rule should match pattern past largest --to" + showrules + ((rc--)) +fi + +exit $rc --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/nolibc/nolibc-test.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/nolibc/nolibc-test.c @@ -769,7 +769,6 @@ lseek(fd, 0, SEEK_SET); r = read(fd, buf, sizeof(buf) - 1); - buf[r] = '\0'; fclose(memfile); @@ -779,6 +778,7 @@ return 1; } + buf[r] = '\0'; llen += printf(" \"%s\" = \"%s\"", expected, buf); ret = strncmp(expected, buf, c); @@ -939,6 +939,35 @@ { 0 } }; +int is_setting_valid(char *test) +{ + int idx, len, test_len, valid = 0; + char delimiter; + + if (!test) + return valid; + + test_len = strlen(test); + + for (idx = 0; test_names[idx].name; idx++) { + len = strlen(test_names[idx].name); + if (test_len < len) + continue; + + if (strncmp(test, test_names[idx].name, len) != 0) + continue; + + delimiter = test[len]; + if (delimiter != ':' && delimiter != ',' && delimiter != '\0') + continue; + + valid = 1; + break; + } + + return valid; +} + int main(int argc, char **argv, char **envp) { int min = 0; @@ -964,10 +993,10 @@ * syscall:5-15[:.*],stdlib:8-10 */ test = argv[1]; - if (!test) + if (!is_setting_valid(test)) test = getenv("NOLIBC_TEST"); - if (test) { + if (is_setting_valid(test)) { char *comma, *colon, *dash, *value; do { --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/pidfd/pidfd_fdinfo_test.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/pidfd/pidfd_fdinfo_test.c @@ -62,7 +62,7 @@ break; case PIDFD_PASS: - ksft_test_result_pass("%s test: Passed\n"); + ksft_test_result_pass("%s test: Passed\n", test_name); break; default: --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/pidfd/pidfd_test.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/pidfd/pidfd_test.c @@ -381,13 +381,13 @@ static void *test_pidfd_poll_exec_thread(void *priv) { - ksft_print_msg("Child Thread: starting. pid %d tid %d ; and sleeping\n", + ksft_print_msg("Child Thread: starting. pid %d tid %ld ; and sleeping\n", getpid(), syscall(SYS_gettid)); ksft_print_msg("Child Thread: doing exec of sleep\n"); execl("/bin/sleep", "sleep", str(CHILD_THREAD_MIN_WAIT), (char *)NULL); - ksft_print_msg("Child Thread: DONE. pid %d tid %d\n", + ksft_print_msg("Child Thread: DONE. pid %d tid %ld\n", getpid(), syscall(SYS_gettid)); return NULL; } @@ -427,7 +427,7 @@ { pthread_t t1; - ksft_print_msg("Child (pidfd): starting. pid %d tid %d\n", getpid(), + ksft_print_msg("Child (pidfd): starting. pid %d tid %ld\n", getpid(), syscall(SYS_gettid)); pthread_create(&t1, NULL, test_pidfd_poll_exec_thread, NULL); /* @@ -480,10 +480,10 @@ static void *test_pidfd_poll_leader_exit_thread(void *priv) { - ksft_print_msg("Child Thread: starting. pid %d tid %d ; and sleeping\n", + ksft_print_msg("Child Thread: starting. pid %d tid %ld ; and sleeping\n", getpid(), syscall(SYS_gettid)); sleep(CHILD_THREAD_MIN_WAIT); - ksft_print_msg("Child Thread: DONE. pid %d tid %d\n", getpid(), syscall(SYS_gettid)); + ksft_print_msg("Child Thread: DONE. pid %d tid %ld\n", getpid(), syscall(SYS_gettid)); return NULL; } @@ -492,7 +492,7 @@ { pthread_t t1, t2; - ksft_print_msg("Child: starting. pid %d tid %d\n", getpid(), syscall(SYS_gettid)); + ksft_print_msg("Child: starting. pid %d tid %ld\n", getpid(), syscall(SYS_gettid)); pthread_create(&t1, NULL, test_pidfd_poll_leader_exit_thread, NULL); pthread_create(&t2, NULL, test_pidfd_poll_leader_exit_thread, NULL); --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/powerpc/Makefile +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/powerpc/Makefile @@ -59,12 +59,11 @@ done; endef -override define EMIT_TESTS +emit_tests: +@for TARGET in $(SUB_DIRS); do \ BUILD_TARGET=$(OUTPUT)/$$TARGET; \ - $(MAKE) OUTPUT=$$BUILD_TARGET -s -C $$TARGET emit_tests;\ + $(MAKE) OUTPUT=$$BUILD_TARGET -s -C $$TARGET $@;\ done; -endef override define CLEAN +@for TARGET in $(SUB_DIRS); do \ @@ -77,4 +76,4 @@ tags: find . -name '*.c' -o -name '*.h' | xargs ctags -.PHONY: tags $(SUB_DIRS) +.PHONY: tags $(SUB_DIRS) emit_tests --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/powerpc/pmu/Makefile +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/powerpc/pmu/Makefile @@ -30,13 +30,14 @@ +TARGET=event_code_tests; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests endef -DEFAULT_EMIT_TESTS := $(EMIT_TESTS) -override define EMIT_TESTS - $(DEFAULT_EMIT_TESTS) +emit_tests: + for TEST in $(TEST_GEN_PROGS); do \ + BASENAME_TEST=`basename $$TEST`; \ + echo "$(COLLECTION):$$BASENAME_TEST"; \ + done +TARGET=ebb; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -s -C $$TARGET emit_tests +TARGET=sampling_tests; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -s -C $$TARGET emit_tests +TARGET=event_code_tests; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -s -C $$TARGET emit_tests -endef DEFAULT_INSTALL_RULE := $(INSTALL_RULE) override define INSTALL_RULE @@ -64,4 +65,4 @@ event_code_tests: TARGET=$@; BUILD_TARGET=$$OUTPUT/$$TARGET; mkdir -p $$BUILD_TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -k -C $$TARGET all -.PHONY: all run_tests ebb sampling_tests event_code_tests +.PHONY: all run_tests ebb sampling_tests event_code_tests emit_tests --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/powerpc/ptrace/Makefile +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/powerpc/ptrace/Makefile @@ -33,7 +33,7 @@ $(TESTS_64): CFLAGS += -m64 $(TM_TESTS): CFLAGS += -I../tm -mhtm -CFLAGS += $(KHDR_INCLUDES) -fno-pie +CFLAGS += $(KHDR_INCLUDES) -fno-pie -Wno-error=deprecated $(OUTPUT)/ptrace-gpr: ptrace-gpr.S $(OUTPUT)/ptrace-pkey $(OUTPUT)/core-pkey: LDLIBS += -pthread --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/resctrl/Makefile +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/resctrl/Makefile @@ -1,10 +1,10 @@ # SPDX-License-Identifier: GPL-2.0 -CFLAGS = -g -Wall -O2 -D_FORTIFY_SOURCE=2 +CFLAGS = -g -Wall -O2 -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE CFLAGS += $(KHDR_INCLUDES) TEST_GEN_PROGS := resctrl_tests include ../lib.mk -$(OUTPUT)/resctrl_tests: $(wildcard *.c) +$(OUTPUT)/resctrl_tests: $(wildcard *.[ch]) --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/resctrl/cache.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/resctrl/cache.c @@ -87,21 +87,19 @@ static int get_llc_perf(unsigned long *llc_perf_miss) { __u64 total_misses; + int ret; /* Stop counters after one span to get miss rate */ ioctl(fd_lm, PERF_EVENT_IOC_DISABLE, 0); - if (read(fd_lm, &rf_cqm, sizeof(struct read_format)) == -1) { + ret = read(fd_lm, &rf_cqm, sizeof(struct read_format)); + if (ret == -1) { perror("Could not get llc misses through perf"); - return -1; } total_misses = rf_cqm.values[0].value; - - close(fd_lm); - *llc_perf_miss = total_misses; return 0; @@ -253,19 +251,25 @@ memflush, operation, resctrl_val)) { fprintf(stderr, "Error-running fill buffer\n"); ret = -1; - break; + goto pe_close; } sleep(1); ret = measure_cache_vals(param, bm_pid); if (ret) - break; + goto pe_close; + + close(fd_lm); } else { break; } } return ret; + +pe_close: + close(fd_lm); + return ret; } /* --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/resctrl/cmt_test.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/resctrl/cmt_test.c @@ -90,9 +90,6 @@ if (ret) return ret; - if (!validate_resctrl_feature_request(CMT_STR)) - return -1; - ret = get_cbm_mask("L3", cbm_mask); if (ret) return ret; --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/resctrl/fill_buf.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/resctrl/fill_buf.c @@ -177,12 +177,13 @@ else ret = fill_cache_write(start_ptr, end_ptr, resctrl_val); + free(startptr); + if (ret) { printf("\n Error in fill cache read/write...\n"); return -1; } - free(startptr); return 0; } --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/resctrl/mba_test.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/resctrl/mba_test.c @@ -12,7 +12,7 @@ #define RESULT_FILE_NAME "result_mba" #define NUM_OF_RUNS 5 -#define MAX_DIFF_PERCENT 5 +#define MAX_DIFF_PERCENT 8 #define ALLOCATION_MAX 100 #define ALLOCATION_MIN 10 #define ALLOCATION_STEP 10 --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/resctrl/mbm_test.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/resctrl/mbm_test.c @@ -11,7 +11,7 @@ #include "resctrl.h" #define RESULT_FILE_NAME "result_mbm" -#define MAX_DIFF_PERCENT 5 +#define MAX_DIFF_PERCENT 8 #define NUM_OF_RUNS 5 static int --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/resctrl/resctrl.h +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/resctrl/resctrl.h @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0 */ -#define _GNU_SOURCE #ifndef RESCTRL_H #define RESCTRL_H #include @@ -43,6 +42,7 @@ do { \ perror(err_msg); \ kill(ppid, SIGKILL); \ + umount_resctrlfs(); \ exit(EXIT_FAILURE); \ } while (0) --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/resctrl/resctrl_tests.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/resctrl/resctrl_tests.c @@ -224,9 +224,14 @@ return ksft_exit_skip("Not running as root. Skipping...\n"); if (has_ben) { + if (argc - ben_ind >= BENCHMARK_ARGS) + ksft_exit_fail_msg("Too long benchmark command.\n"); + /* Extract benchmark command from command line. */ for (i = ben_ind; i < argc; i++) { benchmark_cmd[i - ben_ind] = benchmark_cmd_area[i]; + if (strlen(argv[i]) >= BENCHMARK_ARG_SIZE) + ksft_exit_fail_msg("Too long benchmark command argument.\n"); sprintf(benchmark_cmd[i - ben_ind], "%s", argv[i]); } benchmark_cmd[ben_count] = NULL; --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/resctrl/resctrl_val.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/resctrl/resctrl_val.c @@ -482,7 +482,7 @@ */ int signal_handler_register(void) { - struct sigaction sigact; + struct sigaction sigact = {}; int ret = 0; sigact.sa_sigaction = ctrlc_handler; @@ -504,7 +504,7 @@ */ void signal_handler_unregister(void) { - struct sigaction sigact; + struct sigaction sigact = {}; sigact.sa_handler = SIG_DFL; sigemptyset(&sigact.sa_mask); --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/seccomp/seccomp_bpf.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/seccomp/seccomp_bpf.c @@ -4043,18 +4043,17 @@ /* There may be arbitrary already-open fds at test start. */ memfd = memfd_create("test", 0); ASSERT_GE(memfd, 0); - nextfd = memfd + 1; ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0); ASSERT_EQ(0, ret) { TH_LOG("Kernel does not support PR_SET_NO_NEW_PRIVS!"); } - /* fd: 4 */ /* Check that the basic notification machinery works */ listener = user_notif_syscall(__NR_getppid, SECCOMP_FILTER_FLAG_NEW_LISTENER); - ASSERT_EQ(listener, nextfd++); + ASSERT_GE(listener, 0); + nextfd = listener + 1; pid = fork(); ASSERT_GE(pid, 0); --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/seccomp/settings +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/seccomp/settings @@ -1 +1 @@ -timeout=120 +timeout=300 --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/timers/rtcpie.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/timers/rtcpie.c @@ -111,11 +111,11 @@ timersub(&end, &start, &diff); if (diff.tv_sec > 0 || diff.tv_usec > ((1000000L / tmp) * 1.10)) { - fprintf(stderr, "\nPIE delta error: %ld.%06ld should be close to 0.%06ld\n", + fprintf(stderr, "\nUbuntu Testing Force Pass LP #1814234: PIE delta error: %ld.%06ld should be close to 0.%06ld\n", diff.tv_sec, diff.tv_usec, (1000000L / tmp)); fflush(stdout); - exit(-1); + break; // LP: #1814234 } fprintf(stderr, " %d",i); --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/selftests/x86/lam.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/selftests/x86/lam.c @@ -573,7 +573,7 @@ char path[PATH_MAX] = {0}; /* get current process path */ - if (readlink("/proc/self/exe", path, PATH_MAX) <= 0) + if (readlink("/proc/self/exe", path, PATH_MAX - 1) <= 0) return 1; int file_fd = open(path, O_RDONLY); @@ -680,14 +680,14 @@ perror("Fork failed."); ret = 1; } else if (pid == 0) { - char path[PATH_MAX]; + char path[PATH_MAX] = {0}; /* Set LAM mode in parent process */ if (set_lam(lam) != 0) return 1; /* Get current binary's path and the binary was run by execve */ - if (readlink("/proc/self/exe", path, PATH_MAX) <= 0) + if (readlink("/proc/self/exe", path, PATH_MAX - 1) <= 0) exit(-1); /* run binary to get LAM mode and return to parent process */ --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/testing/vsock/vsock_test.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/testing/vsock/vsock_test.c @@ -285,11 +285,12 @@ } #define SOCK_BUF_SIZE (2 * 1024 * 1024) -#define MAX_MSG_SIZE (32 * 1024) +#define MAX_MSG_PAGES 4 static void test_seqpacket_msg_bounds_client(const struct test_opts *opts) { unsigned long curr_hash; + size_t max_msg_size; int page_size; int msg_count; int fd; @@ -305,7 +306,8 @@ curr_hash = 0; page_size = getpagesize(); - msg_count = SOCK_BUF_SIZE / MAX_MSG_SIZE; + max_msg_size = MAX_MSG_PAGES * page_size; + msg_count = SOCK_BUF_SIZE / max_msg_size; for (int i = 0; i < msg_count; i++) { ssize_t send_size; @@ -316,7 +318,7 @@ /* Use "small" buffers and "big" buffers. */ if (i & 1) buf_size = page_size + - (rand() % (MAX_MSG_SIZE - page_size)); + (rand() % (max_msg_size - page_size)); else buf_size = 1 + (rand() % page_size); @@ -372,7 +374,6 @@ unsigned long remote_hash; unsigned long curr_hash; int fd; - char buf[MAX_MSG_SIZE]; struct msghdr msg = {0}; struct iovec iov = {0}; @@ -400,8 +401,13 @@ control_writeln("SRVREADY"); /* Wait, until peer sends whole data. */ control_expectln("SENDDONE"); - iov.iov_base = buf; - iov.iov_len = sizeof(buf); + iov.iov_len = MAX_MSG_PAGES * getpagesize(); + iov.iov_base = malloc(iov.iov_len); + if (!iov.iov_base) { + perror("malloc"); + exit(EXIT_FAILURE); + } + msg.msg_iov = &iov; msg.msg_iovlen = 1; @@ -426,6 +432,7 @@ curr_hash += hash_djb2(msg.msg_iov[0].iov_base, recv_size); } + free(iov.iov_base); close(fd); remote_hash = control_readulong(); --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/tracing/rtla/src/timerlat_aa.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/tracing/rtla/src/timerlat_aa.c @@ -159,6 +159,7 @@ taa_data->thread_nmi_sum = 0; taa_data->thread_irq_sum = 0; taa_data->thread_softirq_sum = 0; + taa_data->thread_thread_sum = 0; taa_data->thread_blocking_duration = 0; taa_data->timer_irq_start_time = 0; taa_data->timer_irq_duration = 0; @@ -337,7 +338,23 @@ taa_data->timer_irq_start_time = start; taa_data->timer_irq_duration = duration; - taa_data->timer_irq_start_delay = taa_data->timer_irq_start_time - expected_start; + /* + * We are dealing with two different clock sources: the + * external clock source that timerlat uses as a reference + * and the clock used by the tracer. There are also two + * moments: the time reading the clock and the timer in + * which the event is placed in the buffer (the trace + * event timestamp). If the processor is slow or there + * is some hardware noise, the difference between the + * timestamp and the external clock read can be longer + * than the IRQ handler delay, resulting in a negative + * time. If so, set IRQ start delay as 0. In the end, + * it is less relevant than the noise. + */ + if (expected_start < taa_data->timer_irq_start_time) + taa_data->timer_irq_start_delay = taa_data->timer_irq_start_time - expected_start; + else + taa_data->timer_irq_start_delay = 0; /* * not exit from idle. @@ -528,7 +545,7 @@ static void timerlat_thread_analysis(struct timerlat_aa_data *taa_data, int cpu, int irq_thresh, int thread_thresh) { - unsigned long long exp_irq_ts; + long long exp_irq_ts; int total; int irq; @@ -545,12 +562,15 @@ /* * Expected IRQ arrival time using the trace clock as the base. + * + * TODO: Add a list of previous IRQ, and then run the list backwards. */ exp_irq_ts = taa_data->timer_irq_start_time - taa_data->timer_irq_start_delay; - - if (exp_irq_ts < taa_data->prev_irq_timstamp + taa_data->prev_irq_duration) - printf(" Previous IRQ interference: \t\t up to %9.2f us\n", - ns_to_usf(taa_data->prev_irq_duration)); + if (exp_irq_ts < taa_data->prev_irq_timstamp + taa_data->prev_irq_duration) { + if (taa_data->prev_irq_timstamp < taa_data->timer_irq_start_time) + printf(" Previous IRQ interference: \t\t up to %9.2f us\n", + ns_to_usf(taa_data->prev_irq_duration)); + } /* * The delay that the IRQ suffered before starting. --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/tracing/rtla/src/timerlat_u.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/tracing/rtla/src/timerlat_u.c @@ -45,7 +45,7 @@ retval = sched_setaffinity(gettid(), sizeof(set), &set); if (retval == -1) { - err_msg("Error setting user thread affinity\n"); + debug_msg("Error setting user thread affinity %d, is the CPU online?\n", cpu); exit(1); } @@ -193,7 +193,9 @@ procs_count--; } } - break; + + if (!procs_count) + break; } sleep(1); --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/tracing/rtla/src/utils.c +++ linux-lowlatency-hwe-6.5-6.5.0/tools/tracing/rtla/src/utils.c @@ -538,7 +538,7 @@ { char mount_point[MAX_PATH]; char type[100]; - int found; + int found = 0; FILE *fp; fp = fopen("/proc/mounts", "r"); --- linux-lowlatency-hwe-6.5-6.5.0.orig/tools/usb/usbip/configure.ac +++ linux-lowlatency-hwe-6.5-6.5.0/tools/usb/usbip/configure.ac @@ -18,7 +18,7 @@ # Silent build for automake >= 1.11 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) -AC_SUBST([EXTRA_CFLAGS], ["-Wall -Werror -Wextra -std=gnu99"]) +AC_SUBST([EXTRA_CFLAGS], ["-Wall -Werror -Wextra -Wno-address-of-packed-member -std=gnu99"]) # Checks for programs. AC_PROG_CC --- linux-lowlatency-hwe-6.5-6.5.0.orig/ubuntu/Kconfig +++ linux-lowlatency-hwe-6.5-6.5.0/ubuntu/Kconfig @@ -0,0 +1,24 @@ +menu "Ubuntu Supplied Third-Party Device Drivers" + + +config UBUNTU_ODM_DRIVERS + def_bool $(success,$(srctree)/debian/scripts/misc/arch-has-odm-enabled.sh $(DEB_ARCH)) + help + Turn on support for Ubuntu ODM supplied drivers + +# +# NOTE: to allow drivers to be added and removed without causing merge +# collisions you should add new entries in the middle of the six lines +# of ## at the bottom of the list. Always add three lines of ## above +# your new entry and maintain the six lines below. +# + +## +## +## +source "ubuntu/ubuntu-host/Kconfig" +## +## +## + +endmenu --- linux-lowlatency-hwe-6.5-6.5.0.orig/ubuntu/Makefile +++ linux-lowlatency-hwe-6.5-6.5.0/ubuntu/Makefile @@ -0,0 +1,18 @@ +# +# Makefile for the Linux kernel ubuntu supplied third-party device drivers. +# + +# +# NOTE: to allow drivers to be added and removed without causing merge +# collisions you should add new entries in the middle of the six lines +# of ## at the bottom of the list. Always add three lines of ## above +# your new entry and maintain the six lines below. +# + +## +## +## +obj-$(CONFIG_UBUNTU_HOST) += ubuntu-host/ +## +## +## --- linux-lowlatency-hwe-6.5-6.5.0.orig/ubuntu/hio/Makefile +++ linux-lowlatency-hwe-6.5-6.5.0/ubuntu/hio/Makefile @@ -0,0 +1,69 @@ +ifneq ($(KERNELRELEASE),) +# hio-y := hio_main.o +# obj-$(CONFIG_HIO_DRIVER) += hio.o + obj-m += hio.o +else + +KVER= +ifeq ($(KVER),) + KVER=$(shell uname -r) +endif + +PDIR= +ifeq ($(PDIR),) + PDIR=extra +endif + +PREFIX= + +MODDIR=/lib/modules/$(KVER)/$(PDIR)/hio/ +MOD=hio.ko + +ifeq ($(KVER),2.6.32-300.3.1.el6uek.x86_64) + FLAGS += -DSSD_QUEUE_PBIO +endif +ifeq ($(KVER),2.6.32-220.el6.x86_64) + FLAGS += -DSSD_QUEUE_PBIO +endif +ifeq ($(KVER),2.6.32-358.el6.x86_64) + FLAGS += -DSSD_QUEUE_PBIO +endif +ifeq ($(KVER),2.6.32-358.23.2.el6.x86_64) + FLAGS += -DSSD_QUEUE_PBIO +endif +ifeq ($(KVER),3.0.58-0.6.6-xen) + FLAGS += -DSSD_QUEUE_PBIO +endif +ifeq ($(KVER),3.2.0-4-amd64) + FLAGS += -DSSD_BIOVEC_PHYS_MERGEABLE_FIXED +endif +ifeq ($(KVER),2.6.39-400.209.1.el5uek) #Oracle Linux Server release 5.10 + FLAGS += -DSSD_BIOVEC_PHYS_MERGEABLE_FIXED +endif +ifeq ($(KVER),2.6.39-400.215.10.el5uek) #Oracle Linux Server release 5.11 + FLAGS += -DSSD_BIOVEC_PHYS_MERGEABLE_FIXED +endif +ifeq ($(KVER),2.6.39-200.24.1.el6uek.x86_64) #Oracle Linux Server release 6.3 + FLAGS += -DSSD_BIOVEC_PHYS_MERGEABLE_FIXED +endif +ifeq ($(KVER),2.6.39-400.17.1.el6uek.x86_64) #Oracle Linux Server release 6.4 + FLAGS += -DSSD_BIOVEC_PHYS_MERGEABLE_FIXED +endif + + +KERNELDIR ?= /lib/modules/$(KVER)/build +PWD := $(shell pwd) + +default: + $(MAKE) -C $(KERNELDIR) M=$(PWD) EXTRA_CFLAGS="$(FLAGS)" modules +clean: + rm -rf *.o *~ core .depend .*.cmd *.ko *.mod.c .tmp_versions Module.* + +install: default + mkdir -p $(PREFIX)/$(MODDIR) + install -m 444 $(MOD) $(PREFIX)/$(MODDIR) + @if [ "$(PREFIX)" = "" ]; then /sbin/depmod -a ;\ + else echo " *** Run 'depmod -a' to update the module database.";\ + fi +endif + --- linux-lowlatency-hwe-6.5-6.5.0.orig/ubuntu/hio/hio.c +++ linux-lowlatency-hwe-6.5-6.5.0/ubuntu/hio/hio.c @@ -0,0 +1,12527 @@ +/* +* Huawei SSD device driver +* Copyright (c) 2016, Huawei Technologies Co., Ltd. +* +* This program is free software; you can redistribute it and/or modify it +* under the terms and conditions of the GNU General Public License, +* version 2, as published by the Free Software Foundation. +* +* This program is distributed in the hope it will be useful, but WITHOUT +* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for +* more details. +*/ + +#ifndef LINUX_VERSION_CODE +#include +#endif +#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,16)) +#include +#endif +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include /* HDIO_GETGEO */ +#include +#include +#include +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,2,0)) +#include +#endif +#include +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,2,0)) +#include +#include +#else +#include +#endif +#include +#if (LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,17)) +#include +#endif + +/* driver */ +#define MODULE_NAME "hio" +#define DRIVER_VERSION "2.1.0.23" +#define DRIVER_VERSION_LEN 16 + +#define SSD_FW_MIN 0x1 + +#define SSD_DEV_NAME MODULE_NAME +#define SSD_DEV_NAME_LEN 16 +#define SSD_CDEV_NAME "c"SSD_DEV_NAME +#define SSD_SDEV_NAME "s"SSD_DEV_NAME + + +#define SSD_CMAJOR 0 +#define SSD_MAJOR 0 +#define SSD_MAJOR_SL 0 +#define SSD_MINORS 16 + +#define SSD_MAX_DEV 702 +#define SSD_ALPHABET_NUM 26 + +#define hio_info(f, arg...) printk(KERN_INFO MODULE_NAME"info: " f , ## arg) +#define hio_note(f, arg...) printk(KERN_NOTICE MODULE_NAME"note: " f , ## arg) +#define hio_warn(f, arg...) printk(KERN_WARNING MODULE_NAME"warn: " f , ## arg) +#define hio_err(f, arg...) printk(KERN_ERR MODULE_NAME"err: " f , ## arg) + +/* slave port */ +#define SSD_SLAVE_PORT_DEVID 0x000a + +/* int mode */ + +/* 2.6.9 msi affinity bug, should turn msi & msi-x off */ +//#define SSD_MSI +#define SSD_ESCAPE_IRQ + +//#define SSD_MSIX +#ifndef MODULE +#define SSD_MSIX +#endif +#define SSD_MSIX_VEC 8 +#ifdef SSD_MSIX +#undef SSD_MSI +//#undef SSD_ESCAPE_IRQ +#define SSD_MSIX_AFFINITY_FORCE +#endif + +#define SSD_TRIM + +/* Over temperature protect */ +#define SSD_OT_PROTECT + +#ifdef SSD_QUEUE_PBIO +#define BIO_SSD_PBIO 20 +#endif + +/* debug */ +//#define SSD_DEBUG_ERR + +/* cmd timer */ +#define SSD_CMD_TIMEOUT (60*HZ) + +/* i2c & smbus */ +#define SSD_SPI_TIMEOUT (5*HZ) +#define SSD_I2C_TIMEOUT (5*HZ) + +#define SSD_I2C_MAX_DATA (127) +#define SSD_SMBUS_BLOCK_MAX (32) +#define SSD_SMBUS_DATA_MAX (SSD_SMBUS_BLOCK_MAX + 2) + +/* wait for init */ +#define SSD_INIT_WAIT (1000) //1s +#define SSD_CONTROLLER_WAIT (20*1000/SSD_INIT_WAIT) //20s +#define SSD_INIT_MAX_WAIT (500*1000/SSD_INIT_WAIT) //500s +#define SSD_INIT_MAX_WAIT_V3_2 (1400*1000/SSD_INIT_WAIT) //1400s +#define SSD_RAM_INIT_MAX_WAIT (10*1000/SSD_INIT_WAIT) //10s +#define SSD_CH_INFO_MAX_WAIT (10*1000/SSD_INIT_WAIT) //10s + +/* blkdev busy wait */ +#define SSD_DEV_BUSY_WAIT 1000 //ms +#define SSD_DEV_BUSY_MAX_WAIT (8*1000/SSD_DEV_BUSY_WAIT) //8s + +/* smbus retry */ +#define SSD_SMBUS_RETRY_INTERVAL (5) //ms +#define SSD_SMBUS_RETRY_MAX (1000/SSD_SMBUS_RETRY_INTERVAL) + +#define SSD_BM_RETRY_MAX 7 + +/* bm routine interval */ +#define SSD_BM_CAP_LEARNING_DELAY (10*60*1000) + +/* routine interval */ +#define SSD_ROUTINE_INTERVAL (10*1000) //10s +#define SSD_HWMON_ROUTINE_TICK (60*1000/SSD_ROUTINE_INTERVAL) +#define SSD_CAPMON_ROUTINE_TICK ((3600*1000/SSD_ROUTINE_INTERVAL)*24*30) +#define SSD_CAPMON2_ROUTINE_TICK (10*60*1000/SSD_ROUTINE_INTERVAL) //fault recover + +/* dma align */ +#define SSD_DMA_ALIGN (16) + +/* some hw defalut */ +#define SSD_LOG_MAX_SZ 4096 + +#define SSD_NAND_OOB_SZ 1024 +#define SSD_NAND_ID_SZ 8 +#define SSD_NAND_ID_BUFF_SZ 1024 +#define SSD_NAND_MAX_CE 2 + +#define SSD_BBT_RESERVED 8 + +#define SSD_ECC_MAX_FLIP (64+1) + +#define SSD_RAM_ALIGN 16 + + +#define SSD_RELOAD_FLAG 0x3333CCCC +#define SSD_RELOAD_FW 0xAA5555AA +#define SSD_RESET_NOINIT 0xAA5555AA +#define SSD_RESET 0x55AAAA55 +#define SSD_RESET_FULL 0x5A +//#define SSD_RESET_WAIT 1000 //1s +//#define SSD_RESET_MAX_WAIT (200*1000/SSD_RESET_WAIT) //200s + + +/* reverion 1 */ +#define SSD_PROTOCOL_V1 0x0 + +#define SSD_ROM_SIZE (16*1024*1024) +#define SSD_ROM_BLK_SIZE (256*1024) +#define SSD_ROM_PAGE_SIZE (256) +#define SSD_ROM_NR_BRIDGE_FW 2 +#define SSD_ROM_NR_CTRL_FW 2 +#define SSD_ROM_BRIDGE_FW_BASE 0 +#define SSD_ROM_BRIDGE_FW_SIZE (2*1024*1024) +#define SSD_ROM_CTRL_FW_BASE (SSD_ROM_NR_BRIDGE_FW*SSD_ROM_BRIDGE_FW_SIZE) +#define SSD_ROM_CTRL_FW_SIZE (5*1024*1024) +#define SSD_ROM_LABEL_BASE (SSD_ROM_CTRL_FW_BASE+SSD_ROM_CTRL_FW_SIZE*SSD_ROM_NR_CTRL_FW) +#define SSD_ROM_VP_BASE (SSD_ROM_LABEL_BASE+SSD_ROM_BLK_SIZE) + +/* reverion 3 */ +#define SSD_PROTOCOL_V3 0x3000000 +#define SSD_PROTOCOL_V3_1_1 0x3010001 +#define SSD_PROTOCOL_V3_1_3 0x3010003 +#define SSD_PROTOCOL_V3_2 0x3020000 +#define SSD_PROTOCOL_V3_2_1 0x3020001 /* <4KB improved */ +#define SSD_PROTOCOL_V3_2_2 0x3020002 /* ot protect */ +#define SSD_PROTOCOL_V3_2_4 0x3020004 + + +#define SSD_PV3_ROM_NR_BM_FW 1 +#define SSD_PV3_ROM_BM_FW_SZ (64*1024*8) + +#define SSD_ROM_LOG_SZ (64*1024*4) + +#define SSD_ROM_NR_SMART_MAX 2 +#define SSD_PV3_ROM_NR_SMART SSD_ROM_NR_SMART_MAX +#define SSD_PV3_ROM_SMART_SZ (64*1024) + +/* reverion 3.2 */ +#define SSD_PV3_2_ROM_LOG_SZ (64*1024*80) /* 5MB */ +#define SSD_PV3_2_ROM_SEC_SZ (256*1024) /* 256KB */ + + +/* register */ +#define SSD_REQ_FIFO_REG 0x0000 +#define SSD_RESP_FIFO_REG 0x0008 //0x0010 +#define SSD_RESP_PTR_REG 0x0010 //0x0018 +#define SSD_INTR_INTERVAL_REG 0x0018 +#define SSD_READY_REG 0x001C +#define SSD_BRIDGE_TEST_REG 0x0020 +#define SSD_STRIPE_SIZE_REG 0x0028 +#define SSD_CTRL_VER_REG 0x0030 //controller +#define SSD_BRIDGE_VER_REG 0x0034 //bridge +#define SSD_PCB_VER_REG 0x0038 +#define SSD_BURN_FLAG_REG 0x0040 +#define SSD_BRIDGE_INFO_REG 0x0044 + +#define SSD_WL_VAL_REG 0x0048 //32-bit + +#define SSD_BB_INFO_REG 0x004C + +#define SSD_ECC_TEST_REG 0x0050 //test only +#define SSD_ERASE_TEST_REG 0x0058 //test only +#define SSD_WRITE_TEST_REG 0x0060 //test only + +#define SSD_RESET_REG 0x0068 +#define SSD_RELOAD_FW_REG 0x0070 + +#define SSD_RESERVED_BLKS_REG 0x0074 +#define SSD_VALID_PAGES_REG 0x0078 +#define SSD_CH_INFO_REG 0x007C + +#define SSD_CTRL_TEST_REG_SZ 0x8 +#define SSD_CTRL_TEST_REG0 0x0080 +#define SSD_CTRL_TEST_REG1 0x0088 +#define SSD_CTRL_TEST_REG2 0x0090 +#define SSD_CTRL_TEST_REG3 0x0098 +#define SSD_CTRL_TEST_REG4 0x00A0 +#define SSD_CTRL_TEST_REG5 0x00A8 +#define SSD_CTRL_TEST_REG6 0x00B0 +#define SSD_CTRL_TEST_REG7 0x00B8 + +#define SSD_FLASH_INFO_REG0 0x00C0 +#define SSD_FLASH_INFO_REG1 0x00C8 +#define SSD_FLASH_INFO_REG2 0x00D0 +#define SSD_FLASH_INFO_REG3 0x00D8 +#define SSD_FLASH_INFO_REG4 0x00E0 +#define SSD_FLASH_INFO_REG5 0x00E8 +#define SSD_FLASH_INFO_REG6 0x00F0 +#define SSD_FLASH_INFO_REG7 0x00F8 + +#define SSD_RESP_INFO_REG 0x01B8 +#define SSD_NAND_BUFF_BASE 0x01BC //for nand write + +#define SSD_CHIP_INFO_REG_SZ 0x10 +#define SSD_CHIP_INFO_REG0 0x0100 //128 bit +#define SSD_CHIP_INFO_REG1 0x0110 +#define SSD_CHIP_INFO_REG2 0x0120 +#define SSD_CHIP_INFO_REG3 0x0130 +#define SSD_CHIP_INFO_REG4 0x0140 +#define SSD_CHIP_INFO_REG5 0x0150 +#define SSD_CHIP_INFO_REG6 0x0160 +#define SSD_CHIP_INFO_REG7 0x0170 + +#define SSD_RAM_INFO_REG 0x01C4 + +#define SSD_BBT_BASE_REG 0x01C8 +#define SSD_ECT_BASE_REG 0x01CC + +#define SSD_CLEAR_INTR_REG 0x01F0 + +#define SSD_INIT_STATE_REG_SZ 0x8 +#define SSD_INIT_STATE_REG0 0x0200 +#define SSD_INIT_STATE_REG1 0x0208 +#define SSD_INIT_STATE_REG2 0x0210 +#define SSD_INIT_STATE_REG3 0x0218 +#define SSD_INIT_STATE_REG4 0x0220 +#define SSD_INIT_STATE_REG5 0x0228 +#define SSD_INIT_STATE_REG6 0x0230 +#define SSD_INIT_STATE_REG7 0x0238 + +#define SSD_ROM_INFO_REG 0x0600 +#define SSD_ROM_BRIDGE_FW_INFO_REG 0x0604 +#define SSD_ROM_CTRL_FW_INFO_REG 0x0608 +#define SSD_ROM_VP_INFO_REG 0x060C + +#define SSD_LOG_INFO_REG 0x0610 +#define SSD_LED_REG 0x0614 +#define SSD_MSG_BASE_REG 0x06F8 + +/*spi reg */ +#define SSD_SPI_REG_CMD 0x0180 +#define SSD_SPI_REG_CMD_HI 0x0184 +#define SSD_SPI_REG_WDATA 0x0188 +#define SSD_SPI_REG_ID 0x0190 +#define SSD_SPI_REG_STATUS 0x0198 +#define SSD_SPI_REG_RDATA 0x01A0 +#define SSD_SPI_REG_READY 0x01A8 + +/* i2c register */ +#define SSD_I2C_CTRL_REG 0x06F0 +#define SSD_I2C_RDATA_REG 0x06F4 + +/* temperature reg */ +#define SSD_BRIGE_TEMP_REG 0x0618 + +#define SSD_CTRL_TEMP_REG0 0x0700 +#define SSD_CTRL_TEMP_REG1 0x0708 +#define SSD_CTRL_TEMP_REG2 0x0710 +#define SSD_CTRL_TEMP_REG3 0x0718 +#define SSD_CTRL_TEMP_REG4 0x0720 +#define SSD_CTRL_TEMP_REG5 0x0728 +#define SSD_CTRL_TEMP_REG6 0x0730 +#define SSD_CTRL_TEMP_REG7 0x0738 + +/* reversion 3 reg */ +#define SSD_PROTOCOL_VER_REG 0x01B4 + +#define SSD_FLUSH_TIMEOUT_REG 0x02A4 +#define SSD_BM_FAULT_REG 0x0660 + +#define SSD_PV3_RAM_STATUS_REG_SZ 0x4 +#define SSD_PV3_RAM_STATUS_REG0 0x0260 +#define SSD_PV3_RAM_STATUS_REG1 0x0264 +#define SSD_PV3_RAM_STATUS_REG2 0x0268 +#define SSD_PV3_RAM_STATUS_REG3 0x026C +#define SSD_PV3_RAM_STATUS_REG4 0x0270 +#define SSD_PV3_RAM_STATUS_REG5 0x0274 +#define SSD_PV3_RAM_STATUS_REG6 0x0278 +#define SSD_PV3_RAM_STATUS_REG7 0x027C + +#define SSD_PV3_CHIP_INFO_REG_SZ 0x40 +#define SSD_PV3_CHIP_INFO_REG0 0x0300 +#define SSD_PV3_CHIP_INFO_REG1 0x0340 +#define SSD_PV3_CHIP_INFO_REG2 0x0380 +#define SSD_PV3_CHIP_INFO_REG3 0x03B0 +#define SSD_PV3_CHIP_INFO_REG4 0x0400 +#define SSD_PV3_CHIP_INFO_REG5 0x0440 +#define SSD_PV3_CHIP_INFO_REG6 0x0480 +#define SSD_PV3_CHIP_INFO_REG7 0x04B0 + +#define SSD_PV3_INIT_STATE_REG_SZ 0x20 +#define SSD_PV3_INIT_STATE_REG0 0x0500 +#define SSD_PV3_INIT_STATE_REG1 0x0520 +#define SSD_PV3_INIT_STATE_REG2 0x0540 +#define SSD_PV3_INIT_STATE_REG3 0x0560 +#define SSD_PV3_INIT_STATE_REG4 0x0580 +#define SSD_PV3_INIT_STATE_REG5 0x05A0 +#define SSD_PV3_INIT_STATE_REG6 0x05C0 +#define SSD_PV3_INIT_STATE_REG7 0x05E0 + +/* reversion 3.1.1 reg */ +#define SSD_FULL_RESET_REG 0x01B0 + +#define SSD_CTRL_REG_ZONE_SZ 0x800 + +#define SSD_BB_THRESHOLD_L1_REG 0x2C0 +#define SSD_BB_THRESHOLD_L2_REG 0x2C4 + +#define SSD_BB_ACC_REG_SZ 0x4 +#define SSD_BB_ACC_REG0 0x21C0 +#define SSD_BB_ACC_REG1 0x29C0 +#define SSD_BB_ACC_REG2 0x31C0 + +#define SSD_EC_THRESHOLD_L1_REG 0x2C8 +#define SSD_EC_THRESHOLD_L2_REG 0x2CC + +#define SSD_EC_ACC_REG_SZ 0x4 +#define SSD_EC_ACC_REG0 0x21E0 +#define SSD_EC_ACC_REG1 0x29E0 +#define SSD_EC_ACC_REG2 0x31E0 + +/* reversion 3.1.2 & 3.1.3 reg */ +#define SSD_HW_STATUS_REG 0x02AC + +#define SSD_PLP_INFO_REG 0x0664 + +/*reversion 3.2 reg*/ +#define SSD_POWER_ON_REG 0x01EC +#define SSD_PCIE_LINKSTATUS_REG 0x01F8 +#define SSD_PL_CAP_LEARN_REG 0x01FC + +#define SSD_FPGA_1V0_REG0 0x2070 +#define SSD_FPGA_1V8_REG0 0x2078 +#define SSD_FPGA_1V0_REG1 0x2870 +#define SSD_FPGA_1V8_REG1 0x2878 + +/*reversion 3.2 reg*/ +#define SSD_READ_OT_REG0 0x2260 +#define SSD_WRITE_OT_REG0 0x2264 +#define SSD_READ_OT_REG1 0x2A60 +#define SSD_WRITE_OT_REG1 0x2A64 + + +/* function */ +#define SSD_FUNC_READ 0x01 +#define SSD_FUNC_WRITE 0x02 +#define SSD_FUNC_NAND_READ_WOOB 0x03 +#define SSD_FUNC_NAND_READ 0x04 +#define SSD_FUNC_NAND_WRITE 0x05 +#define SSD_FUNC_NAND_ERASE 0x06 +#define SSD_FUNC_NAND_READ_ID 0x07 +#define SSD_FUNC_READ_LOG 0x08 +#define SSD_FUNC_TRIM 0x09 +#define SSD_FUNC_RAM_READ 0x10 +#define SSD_FUNC_RAM_WRITE 0x11 +#define SSD_FUNC_FLUSH 0x12 //cache / bbt + +/* spi function */ +#define SSD_SPI_CMD_PROGRAM 0x02 +#define SSD_SPI_CMD_READ 0x03 +#define SSD_SPI_CMD_W_DISABLE 0x04 +#define SSD_SPI_CMD_READ_STATUS 0x05 +#define SSD_SPI_CMD_W_ENABLE 0x06 +#define SSD_SPI_CMD_ERASE 0xd8 +#define SSD_SPI_CMD_CLSR 0x30 +#define SSD_SPI_CMD_READ_ID 0x9f + +/* i2c */ +#define SSD_I2C_CTRL_READ 0x00 +#define SSD_I2C_CTRL_WRITE 0x01 + +/* i2c internal register */ +#define SSD_I2C_CFG_REG 0x00 +#define SSD_I2C_DATA_REG 0x01 +#define SSD_I2C_CMD_REG 0x02 +#define SSD_I2C_STATUS_REG 0x03 +#define SSD_I2C_SADDR_REG 0x04 +#define SSD_I2C_LEN_REG 0x05 +#define SSD_I2C_RLEN_REG 0x06 +#define SSD_I2C_WLEN_REG 0x07 +#define SSD_I2C_RESET_REG 0x08 //write for reset +#define SSD_I2C_PRER_REG 0x09 + + +/* hw mon */ +/* FPGA volt = ADC_value / 4096 * 3v */ +#define SSD_FPGA_1V0_ADC_MIN 1228 // 0.9v +#define SSD_FPGA_1V0_ADC_MAX 1502 // 1.1v +#define SSD_FPGA_1V8_ADC_MIN 2211 // 1.62v +#define SSD_FPGA_1V8_ADC_MAX 2703 // 1.98 + +/* ADC value */ +#define SSD_FPGA_VOLT_MAX(val) (((val) & 0xffff) >> 4) +#define SSD_FPGA_VOLT_MIN(val) (((val >> 16) & 0xffff) >> 4) +#define SSD_FPGA_VOLT_CUR(val) (((val >> 32) & 0xffff) >> 4) +#define SSD_FPGA_VOLT(val) ((val * 3000) >> 12) + +#define SSD_VOLT_LOG_DATA(idx, ctrl, volt) (((uint32_t)idx << 24) | ((uint32_t)ctrl << 16) | ((uint32_t)volt)) + +enum ssd_fpga_volt +{ + SSD_FPGA_1V0 = 0, + SSD_FPGA_1V8, + SSD_FPGA_VOLT_NR +}; + +enum ssd_clock +{ + SSD_CLOCK_166M_LOST = 0, + SSD_CLOCK_166M_SKEW, + SSD_CLOCK_156M_LOST, + SSD_CLOCK_156M_SKEW, + SSD_CLOCK_NR +}; + +/* sensor */ +#define SSD_SENSOR_LM75_SADDRESS (0x49 << 1) +#define SSD_SENSOR_LM80_SADDRESS (0x28 << 1) + +#define SSD_SENSOR_CONVERT_TEMP(val) ((int)(val >> 8)) + +#define SSD_INLET_OT_TEMP (55) //55 DegC +#define SSD_INLET_OT_HYST (50) //50 DegC +#define SSD_FLASH_OT_TEMP (70) //70 DegC +#define SSD_FLASH_OT_HYST (65) //65 DegC + +enum ssd_sensor +{ + SSD_SENSOR_LM80 = 0, + SSD_SENSOR_LM75, + SSD_SENSOR_NR +}; + + +/* lm75 */ +enum ssd_lm75_reg +{ + SSD_LM75_REG_TEMP = 0, + SSD_LM75_REG_CONF, + SSD_LM75_REG_THYST, + SSD_LM75_REG_TOS +}; + +/* lm96080 */ +#define SSD_LM80_REG_IN_MAX(nr) (0x2a + (nr) * 2) +#define SSD_LM80_REG_IN_MIN(nr) (0x2b + (nr) * 2) +#define SSD_LM80_REG_IN(nr) (0x20 + (nr)) + +#define SSD_LM80_REG_FAN1 0x28 +#define SSD_LM80_REG_FAN2 0x29 +#define SSD_LM80_REG_FAN_MIN(nr) (0x3b + (nr)) + +#define SSD_LM80_REG_TEMP 0x27 +#define SSD_LM80_REG_TEMP_HOT_MAX 0x38 +#define SSD_LM80_REG_TEMP_HOT_HYST 0x39 +#define SSD_LM80_REG_TEMP_OS_MAX 0x3a +#define SSD_LM80_REG_TEMP_OS_HYST 0x3b + +#define SSD_LM80_REG_CONFIG 0x00 +#define SSD_LM80_REG_ALARM1 0x01 +#define SSD_LM80_REG_ALARM2 0x02 +#define SSD_LM80_REG_MASK1 0x03 +#define SSD_LM80_REG_MASK2 0x04 +#define SSD_LM80_REG_FANDIV 0x05 +#define SSD_LM80_REG_RES 0x06 + +#define SSD_LM80_CONVERT_VOLT(val) ((val * 10) >> 8) + +#define SSD_LM80_3V3_VOLT(val) ((val)*33/19) + +#define SSD_LM80_CONV_INTERVAL (1000) + +enum ssd_lm80_in +{ + SSD_LM80_IN_CAP = 0, + SSD_LM80_IN_1V2, + SSD_LM80_IN_1V2a, + SSD_LM80_IN_1V5, + SSD_LM80_IN_1V8, + SSD_LM80_IN_FPGA_3V3, + SSD_LM80_IN_3V3, + SSD_LM80_IN_NR +}; + +struct ssd_lm80_limit +{ + uint8_t low; + uint8_t high; +}; + +/* +/- 5% except cap in*/ +static struct ssd_lm80_limit ssd_lm80_limit[SSD_LM80_IN_NR] = { + {171, 217}, /* CAP in: 1710 ~ 2170 */ + {114, 126}, + {114, 126}, + {142, 158}, + {171, 189}, + {180, 200}, + {180, 200}, +}; + +/* temperature sensors */ +enum ssd_temp_sensor +{ + SSD_TEMP_INLET = 0, + SSD_TEMP_FLASH, + SSD_TEMP_CTRL, + SSD_TEMP_NR +}; + + +#ifdef SSD_OT_PROTECT +#define SSD_OT_DELAY (60) //ms + +#define SSD_OT_TEMP (90) //90 DegC + +#define SSD_OT_TEMP_HYST (85) //85 DegC +#endif + +/* fpga temperature */ +//#define CONVERT_TEMP(val) ((float)(val)*503.975f/4096.0f-273.15f) +#define CONVERT_TEMP(val) ((val)*504/4096-273) + +#define MAX_TEMP(val) CONVERT_TEMP(((val & 0xffff) >> 4)) +#define MIN_TEMP(val) CONVERT_TEMP((((val>>16) & 0xffff) >> 4)) +#define CUR_TEMP(val) CONVERT_TEMP((((val>>32) & 0xffff) >> 4)) + + +/* CAP monitor */ +#define SSD_PL_CAP_U1 SSD_LM80_REG_IN(SSD_LM80_IN_CAP) +#define SSD_PL_CAP_U2 SSD_LM80_REG_IN(SSD_LM80_IN_1V8) +#define SSD_PL_CAP_LEARN(u1, u2, t) ((t*(u1+u2))/(2*162*(u1-u2))) +#define SSD_PL_CAP_LEARN_WAIT (20) //20ms +#define SSD_PL_CAP_LEARN_MAX_WAIT (1000/SSD_PL_CAP_LEARN_WAIT) //1s + +#define SSD_PL_CAP_CHARGE_WAIT (1000) +#define SSD_PL_CAP_CHARGE_MAX_WAIT ((120*1000)/SSD_PL_CAP_CHARGE_WAIT) //120s + +#define SSD_PL_CAP_VOLT(val) (val*7) + +#define SSD_PL_CAP_VOLT_FULL (13700) +#define SSD_PL_CAP_VOLT_READY (12880) + +#define SSD_PL_CAP_THRESHOLD (8900) +#define SSD_PL_CAP_CP_THRESHOLD (5800) +#define SSD_PL_CAP_THRESHOLD_HYST (100) + +enum ssd_pl_cap_status +{ + SSD_PL_CAP = 0, + SSD_PL_CAP_NR +}; + +enum ssd_pl_cap_type +{ + SSD_PL_CAP_DEFAULT = 0, /* 4 cap */ + SSD_PL_CAP_CP /* 3 cap */ +}; + + +/* hwmon offset */ +#define SSD_HWMON_OFFS_TEMP (0) +#define SSD_HWMON_OFFS_SENSOR (SSD_HWMON_OFFS_TEMP + SSD_TEMP_NR) +#define SSD_HWMON_OFFS_PL_CAP (SSD_HWMON_OFFS_SENSOR + SSD_SENSOR_NR) +#define SSD_HWMON_OFFS_LM80 (SSD_HWMON_OFFS_PL_CAP + SSD_PL_CAP_NR) +#define SSD_HWMON_OFFS_CLOCK (SSD_HWMON_OFFS_LM80 + SSD_LM80_IN_NR) +#define SSD_HWMON_OFFS_FPGA (SSD_HWMON_OFFS_CLOCK + SSD_CLOCK_NR) + +#define SSD_HWMON_TEMP(idx) (SSD_HWMON_OFFS_TEMP + idx) +#define SSD_HWMON_SENSOR(idx) (SSD_HWMON_OFFS_SENSOR + idx) +#define SSD_HWMON_PL_CAP(idx) (SSD_HWMON_OFFS_PL_CAP + idx) +#define SSD_HWMON_LM80(idx) (SSD_HWMON_OFFS_LM80 + idx) +#define SSD_HWMON_CLOCK(idx) (SSD_HWMON_OFFS_CLOCK + idx) +#define SSD_HWMON_FPGA(ctrl, idx) (SSD_HWMON_OFFS_FPGA + (ctrl * SSD_FPGA_VOLT_NR) + idx) + + + +/* fifo */ +typedef struct sfifo +{ + uint32_t in; + uint32_t out; + uint32_t size; + uint32_t esize; + uint32_t mask; + spinlock_t lock; + void *data; +} sfifo_t; + +static int sfifo_alloc(struct sfifo *fifo, uint32_t size, uint32_t esize) +{ + uint32_t __size = 1; + + if (!fifo || size > INT_MAX || esize == 0) { + return -EINVAL; + } + + while (__size < size) __size <<= 1; + + if (__size < 2) { + return -EINVAL; + } + + fifo->data = vmalloc(esize * __size); + if (!fifo->data) { + return -ENOMEM; + } + + fifo->in = 0; + fifo->out = 0; + fifo->mask = __size - 1; + fifo->size = __size; + fifo->esize = esize; + spin_lock_init(&fifo->lock); + + return 0; +} + +static void sfifo_free(struct sfifo *fifo) +{ + if (!fifo) { + return; + } + + vfree(fifo->data); + fifo->data = NULL; + fifo->in = 0; + fifo->out = 0; + fifo->mask = 0; + fifo->size = 0; + fifo->esize = 0; +} + +static int __sfifo_put(struct sfifo *fifo, void *val) +{ + if (((fifo->in + 1) & fifo->mask) == fifo->out) { + return -1; + } + + memcpy((fifo->data + (fifo->in * fifo->esize)), val, fifo->esize); + fifo->in = (fifo->in + 1) & fifo->mask; + + return 0; +} + +static int sfifo_put(struct sfifo *fifo, void *val) +{ + int ret = 0; + + if (!fifo || !val) { + return -EINVAL; + } + + if (!in_interrupt()) { + spin_lock_irq(&fifo->lock); + ret = __sfifo_put(fifo, val); + spin_unlock_irq(&fifo->lock); + } else { + spin_lock(&fifo->lock); + ret = __sfifo_put(fifo, val); + spin_unlock(&fifo->lock); + } + + return ret; +} + +static int __sfifo_get(struct sfifo *fifo, void *val) +{ + if (fifo->out == fifo->in) { + return -1; + } + + memcpy(val, (fifo->data + (fifo->out * fifo->esize)), fifo->esize); + fifo->out = (fifo->out + 1) & fifo->mask; + + return 0; +} + +static int sfifo_get(struct sfifo *fifo, void *val) +{ + int ret = 0; + + if (!fifo || !val) { + return -EINVAL; + } + + if (!in_interrupt()) { + spin_lock_irq(&fifo->lock); + ret = __sfifo_get(fifo, val); + spin_unlock_irq(&fifo->lock); + } else { + spin_lock(&fifo->lock); + ret = __sfifo_get(fifo, val); + spin_unlock(&fifo->lock); + } + + return ret; +} + +/* bio list */ +#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,30)) +struct ssd_blist { + struct bio *prev; + struct bio *next; +}; + +static inline void ssd_blist_init(struct ssd_blist *ssd_bl) +{ + ssd_bl->prev = NULL; + ssd_bl->next = NULL; +} + +static inline struct bio *ssd_blist_get(struct ssd_blist *ssd_bl) +{ + struct bio *bio = ssd_bl->prev; + + ssd_bl->prev = NULL; + ssd_bl->next = NULL; + + return bio; +} + +static inline void ssd_blist_add(struct ssd_blist *ssd_bl, struct bio *bio) +{ + bio->bi_next = NULL; + + if (ssd_bl->next) { + ssd_bl->next->bi_next = bio; + } else { + ssd_bl->prev = bio; + } + + ssd_bl->next = bio; +} + +#else +#define ssd_blist bio_list +#define ssd_blist_init bio_list_init +#define ssd_blist_get bio_list_get +#define ssd_blist_add bio_list_add +#endif + +#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,14,0)) +#define bio_start(bio) (bio->bi_sector) +#else +#define bio_start(bio) (bio->bi_iter.bi_sector) +#endif + +/* mutex */ +#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,16)) +#define mutex_lock down +#define mutex_unlock up +#define mutex semaphore +#define mutex_init init_MUTEX +#endif + +/* i2c */ +typedef union ssd_i2c_ctrl { + uint32_t val; + struct { + uint8_t wdata; + uint8_t addr; + uint16_t rw:1; + uint16_t pad:15; + } bits; +}__attribute__((packed)) ssd_i2c_ctrl_t; + +typedef union ssd_i2c_data { + uint32_t val; + struct { + uint32_t rdata:8; + uint32_t valid:1; + uint32_t pad:23; + } bits; +}__attribute__((packed)) ssd_i2c_data_t; + +/* write mode */ +enum ssd_write_mode +{ + SSD_WMODE_BUFFER = 0, + SSD_WMODE_BUFFER_EX, + SSD_WMODE_FUA, + /* dummy */ + SSD_WMODE_AUTO, + SSD_WMODE_DEFAULT +}; + +/* reset type */ +enum ssd_reset_type +{ + SSD_RST_NOINIT = 0, + SSD_RST_NORMAL, + SSD_RST_FULL +}; + +/* ssd msg */ +typedef struct ssd_sg_entry +{ + uint64_t block:48; + uint64_t length:16; + uint64_t buf; +}__attribute__((packed))ssd_sg_entry_t; + +typedef struct ssd_rw_msg +{ + uint8_t tag; + uint8_t flag; + uint8_t nsegs; + uint8_t fun; + uint32_t reserved; //for 64-bit align + struct ssd_sg_entry sge[1]; //base +}__attribute__((packed))ssd_rw_msg_t; + +typedef struct ssd_resp_msg +{ + uint8_t tag; + uint8_t status:2; + uint8_t bitflip:6; + uint8_t log; + uint8_t fun; + uint32_t reserved; +}__attribute__((packed))ssd_resp_msg_t; + +typedef struct ssd_flush_msg +{ + uint8_t tag; + uint8_t flag:2; //flash cache 0 or bbt 1 + uint8_t flash:6; + uint8_t ctrl_idx; + uint8_t fun; + uint32_t reserved; //align +}__attribute__((packed))ssd_flush_msg_t; + +typedef struct ssd_nand_op_msg +{ + uint8_t tag; + uint8_t flag; + uint8_t ctrl_idx; + uint8_t fun; + uint32_t reserved; //align + uint16_t page_count; + uint8_t chip_ce; + uint8_t chip_no; + uint32_t page_no; + uint64_t buf; +}__attribute__((packed))ssd_nand_op_msg_t; + +typedef struct ssd_ram_op_msg +{ + uint8_t tag; + uint8_t flag; + uint8_t ctrl_idx; + uint8_t fun; + uint32_t reserved; //align + uint32_t start; + uint32_t length; + uint64_t buf; +}__attribute__((packed))ssd_ram_op_msg_t; + + +/* log msg */ +typedef struct ssd_log_msg +{ + uint8_t tag; + uint8_t flag; + uint8_t ctrl_idx; + uint8_t fun; + uint32_t reserved; //align + uint64_t buf; +}__attribute__((packed))ssd_log_msg_t; + +typedef struct ssd_log_op_msg +{ + uint8_t tag; + uint8_t flag; + uint8_t ctrl_idx; + uint8_t fun; + uint32_t reserved; //align + uint64_t reserved1; //align + uint64_t buf; +}__attribute__((packed))ssd_log_op_msg_t; + +typedef struct ssd_log_resp_msg +{ + uint8_t tag; + uint16_t status :2; + uint16_t reserved1 :2; //align with the normal resp msg + uint16_t nr_log :12; + uint8_t fun; + uint32_t reserved; +}__attribute__((packed))ssd_log_resp_msg_t; + + +/* resp msg */ +typedef union ssd_response_msq +{ + ssd_resp_msg_t resp_msg; + ssd_log_resp_msg_t log_resp_msg; + uint64_t u64_msg; + uint32_t u32_msg[2]; +} ssd_response_msq_t; + + +/* custom struct */ +typedef struct ssd_protocol_info +{ + uint32_t ver; + uint32_t init_state_reg; + uint32_t init_state_reg_sz; + uint32_t chip_info_reg; + uint32_t chip_info_reg_sz; +} ssd_protocol_info_t; + +typedef struct ssd_hw_info +{ + uint32_t bridge_ver; + uint32_t ctrl_ver; + + uint32_t cmd_fifo_sz; + uint32_t cmd_fifo_sz_mask; + uint32_t cmd_max_sg; + uint32_t sg_max_sec; + uint32_t resp_ptr_sz; + uint32_t resp_msg_sz; + + uint16_t nr_ctrl; + + uint16_t nr_data_ch; + uint16_t nr_ch; + uint16_t max_ch; + uint16_t nr_chip; + + uint8_t pcb_ver; + uint8_t upper_pcb_ver; + + uint8_t nand_vendor_id; + uint8_t nand_dev_id; + + uint8_t max_ce; + uint8_t id_size; + uint16_t oob_size; + + uint16_t bbf_pages; + uint16_t bbf_seek; // + + uint16_t page_count; //per block + uint32_t page_size; + uint32_t block_count; //per flash + + uint64_t ram_size; + uint32_t ram_align; + uint32_t ram_max_len; + + uint64_t bbt_base; + uint32_t bbt_size; + uint64_t md_base; //metadata + uint32_t md_size; + uint32_t md_entry_sz; + + uint32_t log_sz; + + uint64_t nand_wbuff_base; + + uint32_t md_reserved_blks; + uint32_t reserved_blks; + uint32_t valid_pages; + uint32_t max_valid_pages; + uint64_t size; +} ssd_hw_info_t; + +typedef struct ssd_hw_info_extend +{ + uint8_t board_type; + uint8_t cap_type; + uint8_t plp_type; + uint8_t work_mode; + uint8_t form_factor; + + uint8_t pad[59]; +}ssd_hw_info_extend_t; + +typedef struct ssd_rom_info +{ + uint32_t size; + uint32_t block_size; + uint16_t page_size; + uint8_t nr_bridge_fw; + uint8_t nr_ctrl_fw; + uint8_t nr_bm_fw; + uint8_t nr_smart; + uint32_t bridge_fw_base; + uint32_t bridge_fw_sz; + uint32_t ctrl_fw_base; + uint32_t ctrl_fw_sz; + uint32_t bm_fw_base; + uint32_t bm_fw_sz; + uint32_t log_base; + uint32_t log_sz; + uint32_t smart_base; + uint32_t smart_sz; + uint32_t vp_base; + uint32_t label_base; +} ssd_rom_info_t; + +/* debug info */ +enum ssd_debug_type +{ + SSD_DEBUG_NONE = 0, + SSD_DEBUG_READ_ERR, + SSD_DEBUG_WRITE_ERR, + SSD_DEBUG_RW_ERR, + SSD_DEBUG_READ_TO, + SSD_DEBUG_WRITE_TO, + SSD_DEBUG_RW_TO, + SSD_DEBUG_LOG, + SSD_DEBUG_OFFLINE, + SSD_DEBUG_NR +}; + +typedef struct ssd_debug_info +{ + int type; + union { + struct { + uint64_t off; + uint32_t len; + } loc; + struct { + int event; + uint32_t extra; + } log; + } data; +}ssd_debug_info_t; + +/* label */ +#define SSD_LABEL_FIELD_SZ 32 +#define SSD_SN_SZ 16 + +typedef struct ssd_label +{ + char date[SSD_LABEL_FIELD_SZ]; + char sn[SSD_LABEL_FIELD_SZ]; + char part[SSD_LABEL_FIELD_SZ]; + char desc[SSD_LABEL_FIELD_SZ]; + char other[SSD_LABEL_FIELD_SZ]; + char maf[SSD_LABEL_FIELD_SZ]; +} ssd_label_t; + +#define SSD_LABEL_DESC_SZ 256 + +typedef struct ssd_labelv3 +{ + char boardtype[SSD_LABEL_FIELD_SZ]; + char barcode[SSD_LABEL_FIELD_SZ]; + char item[SSD_LABEL_FIELD_SZ]; + char description[SSD_LABEL_DESC_SZ]; + char manufactured[SSD_LABEL_FIELD_SZ]; + char vendorname[SSD_LABEL_FIELD_SZ]; + char issuenumber[SSD_LABEL_FIELD_SZ]; + char cleicode[SSD_LABEL_FIELD_SZ]; + char bom[SSD_LABEL_FIELD_SZ]; +} ssd_labelv3_t; + +/* battery */ +typedef struct ssd_battery_info +{ + uint32_t fw_ver; +} ssd_battery_info_t; + +/* ssd power stat */ +typedef struct ssd_power_stat +{ + uint64_t nr_poweron; + uint64_t nr_powerloss; + uint64_t init_failed; +} ssd_power_stat_t; + +/* io stat */ +typedef struct ssd_io_stat +{ + uint64_t run_time; + uint64_t nr_to; + uint64_t nr_ioerr; + uint64_t nr_rwerr; + uint64_t nr_read; + uint64_t nr_write; + uint64_t rsectors; + uint64_t wsectors; +} ssd_io_stat_t; + +/* ecc */ +typedef struct ssd_ecc_info +{ + uint64_t bitflip[SSD_ECC_MAX_FLIP]; +} ssd_ecc_info_t; + +/* log */ +enum ssd_log_level +{ + SSD_LOG_LEVEL_INFO = 0, + SSD_LOG_LEVEL_NOTICE, + SSD_LOG_LEVEL_WARNING, + SSD_LOG_LEVEL_ERR, + SSD_LOG_NR_LEVEL +}; + +typedef struct ssd_log_info +{ + uint64_t nr_log; + uint64_t stat[SSD_LOG_NR_LEVEL]; +} ssd_log_info_t; + +/* S.M.A.R.T. */ +#define SSD_SMART_MAGIC (0x5452414D53445353ull) + +typedef struct ssd_smart +{ + struct ssd_power_stat pstat; + struct ssd_io_stat io_stat; + struct ssd_ecc_info ecc_info; + struct ssd_log_info log_info; + uint64_t version; + uint64_t magic; +} ssd_smart_t; + +/* internal log */ +typedef struct ssd_internal_log +{ + uint32_t nr_log; + void *log; +} ssd_internal_log_t; + +/* ssd cmd */ +typedef struct ssd_cmd +{ + struct bio *bio; + struct scatterlist *sgl; + struct list_head list; + void *dev; + int nsegs; + int flag; /*pbio(1) or bio(0)*/ + + int tag; + void *msg; + dma_addr_t msg_dma; + + unsigned long start_time; + + int errors; + unsigned int nr_log; + + struct timer_list cmd_timer; + struct completion *waiting; +} ssd_cmd_t; + +typedef void (*send_cmd_func)(struct ssd_cmd *); +typedef int (*ssd_event_call)(struct gendisk *, int, int); /* gendisk, event id, event level */ + +/* dcmd sz */ +#define SSD_DCMD_MAX_SZ 32 + +typedef struct ssd_dcmd +{ + struct list_head list; + void *dev; + uint8_t msg[SSD_DCMD_MAX_SZ]; +} ssd_dcmd_t; + + +enum ssd_state { + SSD_INIT_WORKQ, + SSD_INIT_BD, + SSD_ONLINE, + /* full reset */ + SSD_RESETING, + /* hw log */ + SSD_LOG_HW, + /* log err */ + SSD_LOG_ERR +}; + +#define SSD_QUEUE_NAME_LEN 16 +typedef struct ssd_queue { + char name[SSD_QUEUE_NAME_LEN]; + void *dev; + + int idx; + + uint32_t resp_idx; + uint32_t resp_idx_mask; + uint32_t resp_msg_sz; + + void *resp_msg; + void *resp_ptr; + + struct ssd_cmd *cmd; + + struct ssd_io_stat io_stat; + struct ssd_ecc_info ecc_info; +} ssd_queue_t; + +typedef struct ssd_device { + char name[SSD_DEV_NAME_LEN]; + + int idx; + int major; + int readonly; + + int int_mode; +#ifdef SSD_ESCAPE_IRQ + int irq_cpu; +#endif + + int reload_fw; + + int ot_delay; //in ms + + atomic_t refcnt; + atomic_t tocnt; + atomic_t in_flight[2]; //r&w + + uint64_t uptime; + + struct list_head list; + struct pci_dev *pdev; + + unsigned long mmio_base; + unsigned long mmio_len; + void __iomem *ctrlp; + + struct mutex spi_mutex; + struct mutex i2c_mutex; + + struct ssd_protocol_info protocol_info; + struct ssd_hw_info hw_info; + struct ssd_rom_info rom_info; + struct ssd_label label; + + struct ssd_smart smart; + + atomic_t in_sendq; + spinlock_t sendq_lock; + struct ssd_blist sendq; + struct task_struct *send_thread; + wait_queue_head_t send_waitq; + + atomic_t in_doneq; + spinlock_t doneq_lock; + struct ssd_blist doneq; + struct task_struct *done_thread; + wait_queue_head_t done_waitq; + + struct ssd_dcmd *dcmd; + spinlock_t dcmd_lock; + struct list_head dcmd_list; /* direct cmd list */ + wait_queue_head_t dcmd_wq; + + unsigned long *tag_map; + wait_queue_head_t tag_wq; + + spinlock_t cmd_lock; + struct ssd_cmd *cmd; + send_cmd_func scmd; + + ssd_event_call event_call; + void *msg_base; + dma_addr_t msg_base_dma; + + uint32_t resp_idx; + void *resp_msg_base; + void *resp_ptr_base; + dma_addr_t resp_msg_base_dma; + dma_addr_t resp_ptr_base_dma; + + int nr_queue; + struct msix_entry entry[SSD_MSIX_VEC]; + struct ssd_queue queue[SSD_MSIX_VEC]; + + struct request_queue *rq; /* The device request queue */ + struct gendisk *gd; /* The gendisk structure */ + + struct mutex internal_log_mutex; + struct ssd_internal_log internal_log; + struct workqueue_struct *workq; + struct work_struct log_work; /* get log */ + void *log_buf; + + unsigned long state; /* device state, for example, block device inited */ + + struct module *owner; + + /* extend */ + + int slave; + int cmajor; + int save_md; + int ot_protect; + + struct kref kref; + + struct mutex gd_mutex; + struct ssd_log_info log_info; /* volatile */ + + atomic_t queue_depth; + struct mutex barrier_mutex; + struct mutex fw_mutex; + + struct ssd_hw_info_extend hw_info_ext; + struct ssd_labelv3 labelv3; + + int wmode; + int user_wmode; + struct mutex bm_mutex; + struct work_struct bm_work; /* check bm */ + struct timer_list bm_timer; + struct sfifo log_fifo; + + struct timer_list routine_timer; + unsigned long routine_tick; + unsigned long hwmon; + + struct work_struct hwmon_work; /* check hw */ + struct work_struct capmon_work; /* check battery */ + struct work_struct tempmon_work; /* check temp */ + + /* debug info */ + struct ssd_debug_info db_info; +} ssd_device_t; + + +/* Ioctl struct */ +typedef struct ssd_acc_info { + uint32_t threshold_l1; + uint32_t threshold_l2; + uint32_t val; +} ssd_acc_info_t; + +typedef struct ssd_reg_op_info +{ + uint32_t offset; + uint32_t value; +} ssd_reg_op_info_t; + +typedef struct ssd_spi_op_info +{ + void __user *buf; + uint32_t off; + uint32_t len; +} ssd_spi_op_info_t; + +typedef struct ssd_i2c_op_info +{ + uint8_t saddr; + uint8_t wsize; + uint8_t rsize; + void __user *wbuf; + void __user *rbuf; +} ssd_i2c_op_info_t; + +typedef struct ssd_smbus_op_info +{ + uint8_t saddr; + uint8_t cmd; + uint8_t size; + void __user *buf; +} ssd_smbus_op_info_t; + +typedef struct ssd_ram_op_info { + uint8_t ctrl_idx; + uint32_t length; + uint64_t start; + uint8_t __user *buf; +} ssd_ram_op_info_t; + +typedef struct ssd_flash_op_info { + uint32_t page; + uint16_t flash; + uint8_t chip; + uint8_t ctrl_idx; + uint8_t __user *buf; +} ssd_flash_op_info_t; + +typedef struct ssd_sw_log_info { + uint16_t event; + uint16_t pad; + uint32_t data; +} ssd_sw_log_info_t; + +typedef struct ssd_version_info +{ + uint32_t bridge_ver; /* bridge fw version */ + uint32_t ctrl_ver; /* controller fw version */ + uint32_t bm_ver; /* battery manager fw version */ + uint8_t pcb_ver; /* main pcb version */ + uint8_t upper_pcb_ver; + uint8_t pad0; + uint8_t pad1; +} ssd_version_info_t; + +typedef struct pci_addr +{ + uint16_t domain; + uint8_t bus; + uint8_t slot; + uint8_t func; +} pci_addr_t; + +typedef struct ssd_drv_param_info { + int mode; + int status_mask; + int int_mode; + int threaded_irq; + int log_level; + int wmode; + int ot_protect; + int finject; + int pad[8]; +} ssd_drv_param_info_t; + + +/* form factor */ +enum ssd_form_factor +{ + SSD_FORM_FACTOR_HHHL = 0, + SSD_FORM_FACTOR_FHHL +}; + + +/* ssd power loss protect */ +enum ssd_plp_type +{ + SSD_PLP_SCAP = 0, + SSD_PLP_CAP, + SSD_PLP_NONE +}; + +/* ssd bm */ +#define SSD_BM_SLAVE_ADDRESS 0x16 +#define SSD_BM_CAP 5 + +/* SBS cmd */ +#define SSD_BM_SAFETYSTATUS 0x51 +#define SSD_BM_OPERATIONSTATUS 0x54 + +/* ManufacturerAccess */ +#define SSD_BM_MANUFACTURERACCESS 0x00 +#define SSD_BM_ENTER_CAP_LEARNING 0x0023 /* cap learning */ + +/* Data flash access */ +#define SSD_BM_DATA_FLASH_SUBCLASS_ID 0x77 +#define SSD_BM_DATA_FLASH_SUBCLASS_ID_PAGE1 0x78 +#define SSD_BM_SYSTEM_DATA_SUBCLASS_ID 56 +#define SSD_BM_CONFIGURATION_REGISTERS_ID 64 + +/* min cap voltage */ +#define SSD_BM_CAP_VOLT_MIN 500 + +/* +enum ssd_bm_cap +{ + SSD_BM_CAP_VINA = 1, + SSD_BM_CAP_JH = 3 +};*/ + +enum ssd_bmstatus +{ + SSD_BMSTATUS_OK = 0, + SSD_BMSTATUS_CHARGING, /* not fully charged */ + SSD_BMSTATUS_WARNING +}; + +enum sbs_unit { + SBS_UNIT_VALUE = 0, + SBS_UNIT_TEMPERATURE, + SBS_UNIT_VOLTAGE, + SBS_UNIT_CURRENT, + SBS_UNIT_ESR, + SBS_UNIT_PERCENT, + SBS_UNIT_CAPACITANCE +}; + +enum sbs_size { + SBS_SIZE_BYTE = 1, + SBS_SIZE_WORD, + SBS_SIZE_BLK, +}; + +struct sbs_cmd { + uint8_t cmd; + uint8_t size; + uint8_t unit; + uint8_t off; + uint16_t mask; + char *desc; +}; + +struct ssd_bm { + uint16_t temp; + uint16_t volt; + uint16_t curr; + uint16_t esr; + uint16_t rsoc; + uint16_t health; + uint16_t cap; + uint16_t chg_curr; + uint16_t chg_volt; + uint16_t cap_volt[SSD_BM_CAP]; + uint16_t sf_alert; + uint16_t sf_status; + uint16_t op_status; + uint16_t sys_volt; +}; + +struct ssd_bm_manufacturer_data +{ + uint16_t pack_lot_code; + uint16_t pcb_lot_code; + uint16_t firmware_ver; + uint16_t hardware_ver; +}; + +struct ssd_bm_configuration_registers +{ + struct { + uint16_t cc:3; + uint16_t rsvd:5; + uint16_t stack:1; + uint16_t rsvd1:2; + uint16_t temp:2; + uint16_t rsvd2:1; + uint16_t lt_en:1; + uint16_t rsvd3:1; + } operation_cfg; + uint16_t pad; + uint16_t fet_action; + uint16_t pad1; + uint16_t fault; +}; + +#define SBS_VALUE_MASK 0xffff + +#define bm_var_offset(var) ((size_t) &((struct ssd_bm *)0)->var) +#define bm_var(start, offset) ((void *) start + (offset)) + +static struct sbs_cmd ssd_bm_sbs[] = { + {0x08, SBS_SIZE_WORD, SBS_UNIT_TEMPERATURE, bm_var_offset(temp), SBS_VALUE_MASK, "Temperature"}, + {0x09, SBS_SIZE_WORD, SBS_UNIT_VOLTAGE, bm_var_offset(volt), SBS_VALUE_MASK, "Voltage"}, + {0x0a, SBS_SIZE_WORD, SBS_UNIT_CURRENT, bm_var_offset(curr), SBS_VALUE_MASK, "Current"}, + {0x0b, SBS_SIZE_WORD, SBS_UNIT_ESR, bm_var_offset(esr), SBS_VALUE_MASK, "ESR"}, + {0x0d, SBS_SIZE_BYTE, SBS_UNIT_PERCENT, bm_var_offset(rsoc), SBS_VALUE_MASK, "RelativeStateOfCharge"}, + {0x0e, SBS_SIZE_BYTE, SBS_UNIT_PERCENT, bm_var_offset(health), SBS_VALUE_MASK, "Health"}, + {0x10, SBS_SIZE_WORD, SBS_UNIT_CAPACITANCE, bm_var_offset(cap), SBS_VALUE_MASK, "Capacitance"}, + {0x14, SBS_SIZE_WORD, SBS_UNIT_CURRENT, bm_var_offset(chg_curr), SBS_VALUE_MASK, "ChargingCurrent"}, + {0x15, SBS_SIZE_WORD, SBS_UNIT_VOLTAGE, bm_var_offset(chg_volt), SBS_VALUE_MASK, "ChargingVoltage"}, + {0x3b, SBS_SIZE_WORD, SBS_UNIT_VOLTAGE, (uint8_t)bm_var_offset(cap_volt[4]), SBS_VALUE_MASK, "CapacitorVoltage5"}, + {0x3c, SBS_SIZE_WORD, SBS_UNIT_VOLTAGE, (uint8_t)bm_var_offset(cap_volt[3]), SBS_VALUE_MASK, "CapacitorVoltage4"}, + {0x3d, SBS_SIZE_WORD, SBS_UNIT_VOLTAGE, (uint8_t)bm_var_offset(cap_volt[2]), SBS_VALUE_MASK, "CapacitorVoltage3"}, + {0x3e, SBS_SIZE_WORD, SBS_UNIT_VOLTAGE, (uint8_t)bm_var_offset(cap_volt[1]), SBS_VALUE_MASK, "CapacitorVoltage2"}, + {0x3f, SBS_SIZE_WORD, SBS_UNIT_VOLTAGE, (uint8_t)bm_var_offset(cap_volt[0]), SBS_VALUE_MASK, "CapacitorVoltage1"}, + {0x50, SBS_SIZE_WORD, SBS_UNIT_VALUE, bm_var_offset(sf_alert), 0x870F, "SafetyAlert"}, + {0x51, SBS_SIZE_WORD, SBS_UNIT_VALUE, bm_var_offset(sf_status), 0xE7BF, "SafetyStatus"}, + {0x54, SBS_SIZE_WORD, SBS_UNIT_VALUE, bm_var_offset(op_status), 0x79F4, "OperationStatus"}, + {0x5a, SBS_SIZE_WORD, SBS_UNIT_VOLTAGE, bm_var_offset(sys_volt), SBS_VALUE_MASK, "SystemVoltage"}, + {0, 0, 0, 0, 0, NULL}, +}; + +/* ssd ioctl */ +#define SSD_CMD_GET_PROTOCOL_INFO _IOR('H', 100, struct ssd_protocol_info) +#define SSD_CMD_GET_HW_INFO _IOR('H', 101, struct ssd_hw_info) +#define SSD_CMD_GET_ROM_INFO _IOR('H', 102, struct ssd_rom_info) +#define SSD_CMD_GET_SMART _IOR('H', 103, struct ssd_smart) +#define SSD_CMD_GET_IDX _IOR('H', 105, int) +#define SSD_CMD_GET_AMOUNT _IOR('H', 106, int) +#define SSD_CMD_GET_TO_INFO _IOR('H', 107, int) +#define SSD_CMD_GET_DRV_VER _IOR('H', 108, char[DRIVER_VERSION_LEN]) + +#define SSD_CMD_GET_BBACC_INFO _IOR('H', 109, struct ssd_acc_info) +#define SSD_CMD_GET_ECACC_INFO _IOR('H', 110, struct ssd_acc_info) + +#define SSD_CMD_GET_HW_INFO_EXT _IOR('H', 111, struct ssd_hw_info_extend) + +#define SSD_CMD_REG_READ _IOWR('H', 120, struct ssd_reg_op_info) +#define SSD_CMD_REG_WRITE _IOWR('H', 121, struct ssd_reg_op_info) + +#define SSD_CMD_SPI_READ _IOWR('H', 125, struct ssd_spi_op_info) +#define SSD_CMD_SPI_WRITE _IOWR('H', 126, struct ssd_spi_op_info) +#define SSD_CMD_SPI_ERASE _IOWR('H', 127, struct ssd_spi_op_info) + +#define SSD_CMD_I2C_READ _IOWR('H', 128, struct ssd_i2c_op_info) +#define SSD_CMD_I2C_WRITE _IOWR('H', 129, struct ssd_i2c_op_info) +#define SSD_CMD_I2C_WRITE_READ _IOWR('H', 130, struct ssd_i2c_op_info) + +#define SSD_CMD_SMBUS_SEND_BYTE _IOWR('H', 131, struct ssd_smbus_op_info) +#define SSD_CMD_SMBUS_RECEIVE_BYTE _IOWR('H', 132, struct ssd_smbus_op_info) +#define SSD_CMD_SMBUS_WRITE_BYTE _IOWR('H', 133, struct ssd_smbus_op_info) +#define SSD_CMD_SMBUS_READ_BYTE _IOWR('H', 135, struct ssd_smbus_op_info) +#define SSD_CMD_SMBUS_WRITE_WORD _IOWR('H', 136, struct ssd_smbus_op_info) +#define SSD_CMD_SMBUS_READ_WORD _IOWR('H', 137, struct ssd_smbus_op_info) +#define SSD_CMD_SMBUS_WRITE_BLOCK _IOWR('H', 138, struct ssd_smbus_op_info) +#define SSD_CMD_SMBUS_READ_BLOCK _IOWR('H', 139, struct ssd_smbus_op_info) + +#define SSD_CMD_BM_GET_VER _IOR('H', 140, uint16_t) +#define SSD_CMD_BM_GET_NR_CAP _IOR('H', 141, int) +#define SSD_CMD_BM_CAP_LEARNING _IOW('H', 142, int) +#define SSD_CMD_CAP_LEARN _IOR('H', 143, uint32_t) +#define SSD_CMD_GET_CAP_STATUS _IOR('H', 144, int) + +#define SSD_CMD_RAM_READ _IOWR('H', 150, struct ssd_ram_op_info) +#define SSD_CMD_RAM_WRITE _IOWR('H', 151, struct ssd_ram_op_info) + +#define SSD_CMD_NAND_READ_ID _IOR('H', 160, struct ssd_flash_op_info) +#define SSD_CMD_NAND_READ _IOWR('H', 161, struct ssd_flash_op_info) //with oob +#define SSD_CMD_NAND_WRITE _IOWR('H', 162, struct ssd_flash_op_info) +#define SSD_CMD_NAND_ERASE _IOWR('H', 163, struct ssd_flash_op_info) +#define SSD_CMD_NAND_READ_EXT _IOWR('H', 164, struct ssd_flash_op_info) //ingore EIO + +#define SSD_CMD_UPDATE_BBT _IOW('H', 180, struct ssd_flash_op_info) + +#define SSD_CMD_CLEAR_ALARM _IOW('H', 190, int) +#define SSD_CMD_SET_ALARM _IOW('H', 191, int) + +#define SSD_CMD_RESET _IOW('H', 200, int) +#define SSD_CMD_RELOAD_FW _IOW('H', 201, int) +#define SSD_CMD_UNLOAD_DEV _IOW('H', 202, int) +#define SSD_CMD_LOAD_DEV _IOW('H', 203, int) +#define SSD_CMD_UPDATE_VP _IOWR('H', 205, uint32_t) +#define SSD_CMD_FULL_RESET _IOW('H', 206, int) + +#define SSD_CMD_GET_NR_LOG _IOR('H', 220, uint32_t) +#define SSD_CMD_GET_LOG _IOR('H', 221, void *) +#define SSD_CMD_LOG_LEVEL _IOW('H', 222, int) + +#define SSD_CMD_OT_PROTECT _IOW('H', 223, int) +#define SSD_CMD_GET_OT_STATUS _IOR('H', 224, int) + +#define SSD_CMD_CLEAR_LOG _IOW('H', 230, int) +#define SSD_CMD_CLEAR_SMART _IOW('H', 231, int) + +#define SSD_CMD_SW_LOG _IOW('H', 232, struct ssd_sw_log_info) + +#define SSD_CMD_GET_LABEL _IOR('H', 235, struct ssd_label) +#define SSD_CMD_GET_VERSION _IOR('H', 236, struct ssd_version_info) +#define SSD_CMD_GET_TEMPERATURE _IOR('H', 237, int) +#define SSD_CMD_GET_BMSTATUS _IOR('H', 238, int) +#define SSD_CMD_GET_LABEL2 _IOR('H', 239, void *) + + +#define SSD_CMD_FLUSH _IOW('H', 240, int) +#define SSD_CMD_SAVE_MD _IOW('H', 241, int) + +#define SSD_CMD_SET_WMODE _IOW('H', 242, int) +#define SSD_CMD_GET_WMODE _IOR('H', 243, int) +#define SSD_CMD_GET_USER_WMODE _IOR('H', 244, int) + +#define SSD_CMD_DEBUG _IOW('H', 250, struct ssd_debug_info) +#define SSD_CMD_DRV_PARAM_INFO _IOR('H', 251, struct ssd_drv_param_info) + + +/* log */ +#define SSD_LOG_MAX_SZ 4096 +#define SSD_LOG_LEVEL SSD_LOG_LEVEL_NOTICE + +enum ssd_log_data +{ + SSD_LOG_DATA_NONE = 0, + SSD_LOG_DATA_LOC, + SSD_LOG_DATA_HEX +}; + +typedef struct ssd_log_entry +{ + union { + struct { + uint32_t page:10; + uint32_t block:14; + uint32_t flash:8; + } loc; + struct { + uint32_t page:12; + uint32_t block:12; + uint32_t flash:8; + } loc1; + uint32_t val; + } data; + uint16_t event:10; + uint16_t mod:6; + uint16_t idx; +}__attribute__((packed))ssd_log_entry_t; + +typedef struct ssd_log +{ + uint64_t time:56; + uint64_t ctrl_idx:8; + ssd_log_entry_t le; +} __attribute__((packed)) ssd_log_t; + +typedef struct ssd_log_desc +{ + uint16_t event; + uint8_t level; + uint8_t data; + uint8_t sblock; + uint8_t spage; + char *desc; +} __attribute__((packed)) ssd_log_desc_t; + +#define SSD_LOG_SW_IDX 0xF +#define SSD_UNKNOWN_EVENT ((uint16_t)-1) +static struct ssd_log_desc ssd_log_desc[] = { + /* event, level, show flash, show block, show page, desc */ + {0x0, SSD_LOG_LEVEL_WARNING, SSD_LOG_DATA_LOC, 0, 0, "Create BBT failure"}, //g3 + {0x1, SSD_LOG_LEVEL_WARNING, SSD_LOG_DATA_LOC, 0, 0, "Read BBT failure"}, //g3 + {0x2, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 0, "Mark bad block"}, + {0x3, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 0, 0, "Flush BBT failure"}, + {0x4, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "Program failure"}, + {0x7, SSD_LOG_LEVEL_ERR, SSD_LOG_DATA_LOC, 1, 1, "No available blocks"}, + {0x8, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 0, "Bad EC header"}, + {0x9, SSD_LOG_LEVEL_WARNING, SSD_LOG_DATA_LOC, 1, 0, "Bad VID header"}, //g3 + {0xa, SSD_LOG_LEVEL_INFO, SSD_LOG_DATA_LOC, 1, 0, "Wear leveling"}, + {0xb, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "WL read back failure"}, + {0x11, SSD_LOG_LEVEL_ERR, SSD_LOG_DATA_LOC, 1, 1, "Data recovery failure"}, // err + {0x20, SSD_LOG_LEVEL_ERR, SSD_LOG_DATA_LOC, 1, 1, "Init: scan mapping table failure"}, // err g3 + {0x21, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "Program failure"}, + {0x22, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "Program failure"}, + {0x23, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "Program failure"}, + {0x24, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 0, "Merge: read mapping page failure"}, + {0x25, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "Merge: read back failure"}, + {0x26, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "Program failure"}, + {0x27, SSD_LOG_LEVEL_WARNING, SSD_LOG_DATA_LOC, 1, 1, "Data corrupted for abnormal power down"}, //g3 + {0x28, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "Merge: mapping page corrupted"}, + {0x29, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 0, "Init: no mapping page"}, + {0x2a, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "Init: mapping pages incomplete"}, + {0x2b, SSD_LOG_LEVEL_ERR, SSD_LOG_DATA_LOC, 1, 1, "Read back failure after programming failure"}, // err + {0xf1, SSD_LOG_LEVEL_ERR, SSD_LOG_DATA_LOC, 1, 1, "Read failure without recovery"}, // err + {0xf2, SSD_LOG_LEVEL_ERR, SSD_LOG_DATA_LOC, 0, 0, "No available blocks"}, // maybe err g3 + {0xf3, SSD_LOG_LEVEL_ERR, SSD_LOG_DATA_LOC, 1, 0, "Init: RAID incomplete"}, // err g3 + {0xf4, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "Program failure"}, + {0xf5, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "Read failure in moving data"}, + {0xf6, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "Program failure"}, + {0xf7, SSD_LOG_LEVEL_WARNING, SSD_LOG_DATA_LOC, 1, 1, "Init: RAID not complete"}, + {0xf8, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 0, "Init: data moving interrupted"}, + {0xfe, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 0, 0, "Data inspection failure"}, + {0xff, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "IO: ECC failed"}, + + /* new */ + {0x2e, SSD_LOG_LEVEL_ERR, SSD_LOG_DATA_LOC, 0, 0, "No available reserved blocks" }, // err + {0x30, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 0, 0, "Init: PMT membership not found"}, + {0x31, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_HEX, 0, 0, "Init: PMT corrupted"}, + {0x32, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 0, 0, "Init: PBT membership not found"}, + {0x33, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 0, 0, "Init: PBT not found"}, + {0x34, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 0, 0, "Init: PBT corrupted"}, + {0x35, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "Init: PMT page read failure"}, + {0x36, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "Init: PBT page read failure"}, + {0x37, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "Init: PBT backup page read failure"}, + {0x38, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "Init: PBMT read failure"}, + {0x39, SSD_LOG_LEVEL_ERR, SSD_LOG_DATA_LOC, 1, 1, "Init: PBMT scan failure"}, // err + {0x3a, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "Init: first page read failure"}, + {0x3b, SSD_LOG_LEVEL_ERR, SSD_LOG_DATA_LOC, 1, 1, "Init: first page scan failure"}, // err + {0x3c, SSD_LOG_LEVEL_ERR, SSD_LOG_DATA_LOC, 1, 1, "Init: scan unclosed block failure"}, // err + {0x3d, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "Init: write pointer mismatch"}, + {0x3e, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "Init: PMT recovery: PBMT read failure"}, + {0x3f, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 0, "Init: PMT recovery: PBMT scan failure"}, + {0x40, SSD_LOG_LEVEL_ERR, SSD_LOG_DATA_LOC, 1, 1, "Init: PMT recovery: data page read failure"}, //err + {0x41, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "Init: PBT write pointer mismatch"}, + {0x42, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "Init: PBT latest version corrupted"}, + {0x43, SSD_LOG_LEVEL_ERR, SSD_LOG_DATA_LOC, 1, 0, "Init: too many unclosed blocks"}, + {0x44, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_HEX, 0, 0, "Init: PDW block found"}, + {0x45, SSD_LOG_LEVEL_ERR, SSD_LOG_DATA_HEX, 0, 0, "Init: more than one PDW block found"}, //err + {0x46, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "Init: first page is blank or read failure"}, + {0x47, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 0, 0, "Init: PDW block not found"}, + + {0x50, SSD_LOG_LEVEL_ERR, SSD_LOG_DATA_LOC, 1, 0, "Cache: hit error data"}, // err + {0x51, SSD_LOG_LEVEL_ERR, SSD_LOG_DATA_LOC, 1, 0, "Cache: read back failure"}, // err + {0x52, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_NONE, 0, 0, "Cache: unknown command"}, //? + {0x53, SSD_LOG_LEVEL_ERR, SSD_LOG_DATA_LOC, 1, 1, "GC/WL read back failure"}, // err + + {0x60, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 0, "Erase failure"}, + + {0x70, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "LPA not matched"}, + {0x71, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "PBN not matched"}, + {0x72, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "Read retry failure"}, + {0x73, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "Need raid recovery"}, + {0x74, SSD_LOG_LEVEL_INFO, SSD_LOG_DATA_LOC, 1, 1, "Need read retry"}, + {0x75, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "Read invalid data page"}, + {0x76, SSD_LOG_LEVEL_INFO, SSD_LOG_DATA_LOC, 1, 1, "ECC error, data in cache, PBN matched"}, + {0x77, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "ECC error, data in cache, PBN not matched"}, + {0x78, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "ECC error, data in flash, PBN not matched"}, + {0x79, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "ECC ok, data in cache, LPA not matched"}, + {0x7a, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "ECC ok, data in flash, LPA not matched"}, + {0x7b, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "RAID data in cache, LPA not matched"}, + {0x7c, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "RAID data in flash, LPA not matched"}, + {0x7d, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "Read data page status error"}, + {0x7e, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "Read blank page"}, + {0x7f, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "Access flash timeout"}, + + {0x80, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 0, "EC overflow"}, + {0x81, SSD_LOG_LEVEL_INFO, SSD_LOG_DATA_NONE, 0, 0, "Scrubbing completed"}, + {0x82, SSD_LOG_LEVEL_INFO, SSD_LOG_DATA_LOC, 1, 0, "Unstable block(too much bit flip)"}, + {0x83, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 0, "GC: ram error"}, //? + {0x84, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 0, "GC: one PBMT read failure"}, + + {0x88, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 0, "GC: mark bad block"}, + {0x89, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 0, "GC: invalid page count error"}, // maybe err + {0x8a, SSD_LOG_LEVEL_WARNING, SSD_LOG_DATA_NONE, 0, 0, "Warning: Bad Block close to limit"}, + {0x8b, SSD_LOG_LEVEL_ERR, SSD_LOG_DATA_NONE, 0, 0, "Error: Bad Block over limit"}, + {0x8c, SSD_LOG_LEVEL_WARNING, SSD_LOG_DATA_NONE, 0, 0, "Warning: P/E cycles close to limit"}, + {0x8d, SSD_LOG_LEVEL_ERR, SSD_LOG_DATA_NONE, 0, 0, "Error: P/E cycles over limit"}, + + {0x90, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_NONE, 0, 0, "Over temperature"}, //xx + {0x91, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_NONE, 0, 0, "Temperature is OK"}, //xx + {0x92, SSD_LOG_LEVEL_WARNING, SSD_LOG_DATA_NONE, 0, 0, "Battery fault"}, + {0x93, SSD_LOG_LEVEL_WARNING, SSD_LOG_DATA_NONE, 0, 0, "SEU fault"}, //err + {0x94, SSD_LOG_LEVEL_ERR, SSD_LOG_DATA_NONE, 0, 0, "DDR error"}, //err + {0x95, SSD_LOG_LEVEL_ERR, SSD_LOG_DATA_NONE, 0, 0, "Controller serdes error"}, //err + {0x96, SSD_LOG_LEVEL_ERR, SSD_LOG_DATA_NONE, 0, 0, "Bridge serdes 1 error"}, //err + {0x97, SSD_LOG_LEVEL_ERR, SSD_LOG_DATA_NONE, 0, 0, "Bridge serdes 2 error"}, //err + {0x98, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_NONE, 0, 0, "SEU fault (corrected)"}, //err + {0x99, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_NONE, 0, 0, "Battery is OK"}, + {0x9a, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_NONE, 0, 0, "Temperature close to limit"}, //xx + + {0x9b, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_HEX, 0, 0, "SEU fault address (low)"}, + {0x9c, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_HEX, 0, 0, "SEU fault address (high)"}, + {0x9d, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_NONE, 0, 0, "I2C fault" }, + {0x9e, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_NONE, 0, 0, "DDR single bit error" }, + {0x9f, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_NONE, 0, 0, "Board voltage fault" }, + + {0xa0, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_HEX, 0, 0, "LPA not matched"}, + {0xa1, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "Re-read data in cache"}, + {0xa2, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "Read blank page"}, + {0xa3, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "RAID recovery: Read blank page"}, + {0xa4, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "RAID recovery: new data in cache"}, + {0xa5, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "RAID recovery: PBN not matched"}, + {0xa6, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "Read data with error flag"}, + {0xa7, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "RAID recovery: recoverd data with error flag"}, + {0xa8, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "Blank page in cache, PBN matched"}, + {0xa9, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "RAID recovery: Blank page in cache, PBN matched"}, + {0xaa, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 0, 0, "Flash init failure"}, + {0xab, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "Mapping table recovery failure"}, + {0xac, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_LOC, 1, 1, "RAID recovery: ECC failed"}, + {0xb0, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_NONE, 0, 0, "Temperature is up to degree 95"}, + {0xb1, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_NONE, 0, 0, "Temperature is up to degree 100"}, + + {0x300, SSD_LOG_LEVEL_ERR, SSD_LOG_DATA_HEX, 0, 0, "CMD timeout"}, + {0x301, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_HEX, 0, 0, "Power on"}, + {0x302, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_NONE, 0, 0, "Power off"}, + {0x303, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_NONE, 0, 0, "Clear log"}, + {0x304, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_HEX, 0, 0, "Set capacity"}, + {0x305, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_NONE, 0, 0, "Clear data"}, + {0x306, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_HEX, 0, 0, "BM safety status"}, + {0x307, SSD_LOG_LEVEL_ERR, SSD_LOG_DATA_HEX, 0, 0, "I/O error"}, + {0x308, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_HEX, 0, 0, "CMD error"}, + {0x309, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_HEX, 0, 0, "Set wmode"}, + {0x30a, SSD_LOG_LEVEL_ERR, SSD_LOG_DATA_HEX, 0, 0, "DDR init failed" }, + {0x30b, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_HEX, 0, 0, "PCIe link status" }, + {0x30c, SSD_LOG_LEVEL_ERR, SSD_LOG_DATA_HEX, 0, 0, "Controller reset sync error" }, + {0x30d, SSD_LOG_LEVEL_ERR, SSD_LOG_DATA_HEX, 0, 0, "Clock fault" }, + {0x30e, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_HEX, 0, 0, "FPGA voltage fault status" }, + {0x30f, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_HEX, 0, 0, "Set capacity finished"}, + {0x310, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_NONE, 0, 0, "Clear data finished"}, + {0x311, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_HEX, 0, 0, "Reset"}, + {0x312, SSD_LOG_LEVEL_WARNING,SSD_LOG_DATA_HEX, 0, 0, "CAP: voltage fault"}, + {0x313, SSD_LOG_LEVEL_WARNING,SSD_LOG_DATA_NONE, 0, 0, "CAP: learn fault"}, + {0x314, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_HEX, 0, 0, "CAP status"}, + {0x315, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_HEX, 0, 0, "Board voltage fault status"}, + {0x316, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_NONE, 0, 0, "Inlet over temperature"}, + {0x317, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_NONE, 0, 0, "Inlet temperature is OK"}, + {0x318, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_NONE, 0, 0, "Flash over temperature"}, + {0x319, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_NONE, 0, 0, "Flash temperature is OK"}, + {0x31a, SSD_LOG_LEVEL_WARNING,SSD_LOG_DATA_NONE, 0, 0, "CAP: short circuit"}, + {0x31b, SSD_LOG_LEVEL_WARNING,SSD_LOG_DATA_HEX, 0, 0, "Sensor fault"}, + {0x31c, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_NONE, 0, 0, "Erase all data"}, + {0x31d, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_NONE, 0, 0, "Erase all data finished"}, + + {SSD_UNKNOWN_EVENT, SSD_LOG_LEVEL_NOTICE, SSD_LOG_DATA_HEX, 0, 0, "unknown event"}, +}; +/* */ +#define SSD_LOG_OVER_TEMP 0x90 +#define SSD_LOG_NORMAL_TEMP 0x91 +#define SSD_LOG_WARN_TEMP 0x9a +#define SSD_LOG_SEU_FAULT 0x93 +#define SSD_LOG_SEU_FAULT1 0x98 +#define SSD_LOG_BATTERY_FAULT 0x92 +#define SSD_LOG_BATTERY_OK 0x99 +#define SSD_LOG_BOARD_VOLT_FAULT 0x9f + +/* software log */ +#define SSD_LOG_TIMEOUT 0x300 +#define SSD_LOG_POWER_ON 0x301 +#define SSD_LOG_POWER_OFF 0x302 +#define SSD_LOG_CLEAR_LOG 0x303 +#define SSD_LOG_SET_CAPACITY 0x304 +#define SSD_LOG_CLEAR_DATA 0x305 +#define SSD_LOG_BM_SFSTATUS 0x306 +#define SSD_LOG_EIO 0x307 +#define SSD_LOG_ECMD 0x308 +#define SSD_LOG_SET_WMODE 0x309 +#define SSD_LOG_DDR_INIT_ERR 0x30a +#define SSD_LOG_PCIE_LINK_STATUS 0x30b +#define SSD_LOG_CTRL_RST_SYNC 0x30c +#define SSD_LOG_CLK_FAULT 0x30d +#define SSD_LOG_VOLT_FAULT 0x30e +#define SSD_LOG_SET_CAPACITY_END 0x30F +#define SSD_LOG_CLEAR_DATA_END 0x310 +#define SSD_LOG_RESET 0x311 +#define SSD_LOG_CAP_VOLT_FAULT 0x312 +#define SSD_LOG_CAP_LEARN_FAULT 0x313 +#define SSD_LOG_CAP_STATUS 0x314 +#define SSD_LOG_VOLT_STATUS 0x315 +#define SSD_LOG_INLET_OVER_TEMP 0x316 +#define SSD_LOG_INLET_NORMAL_TEMP 0x317 +#define SSD_LOG_FLASH_OVER_TEMP 0x318 +#define SSD_LOG_FLASH_NORMAL_TEMP 0x319 +#define SSD_LOG_CAP_SHORT_CIRCUIT 0x31a +#define SSD_LOG_SENSOR_FAULT 0x31b +#define SSD_LOG_ERASE_ALL 0x31c +#define SSD_LOG_ERASE_ALL_END 0x31d + + +/* sw log fifo depth */ +#define SSD_LOG_FIFO_SZ 1024 + + +/* done queue */ +static DEFINE_PER_CPU(struct list_head, ssd_doneq); +static DEFINE_PER_CPU(struct tasklet_struct, ssd_tasklet); + + +/* unloading driver */ +static volatile int ssd_exiting = 0; + +#if (LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,12)) +static struct class_simple *ssd_class; +#else +static struct class *ssd_class; +#endif + +static int ssd_cmajor = SSD_CMAJOR; + +/* ssd block device major, minors */ +static int ssd_major = SSD_MAJOR; +static int ssd_major_sl = SSD_MAJOR_SL; +static int ssd_minors = SSD_MINORS; + +/* ssd device list */ +static struct list_head ssd_list; +static unsigned long ssd_index_bits[SSD_MAX_DEV / BITS_PER_LONG + 1]; +static unsigned long ssd_index_bits_sl[SSD_MAX_DEV / BITS_PER_LONG + 1]; +static atomic_t ssd_nr; + +/* module param */ +enum ssd_drv_mode +{ + SSD_DRV_MODE_STANDARD = 0, /* full */ + SSD_DRV_MODE_DEBUG = 2, /* debug */ + SSD_DRV_MODE_BASE /* base only */ +}; + +enum ssd_int_mode +{ + SSD_INT_LEGACY = 0, + SSD_INT_MSI, + SSD_INT_MSIX +}; + +#if (defined SSD_MSIX) +#define SSD_INT_MODE_DEFAULT SSD_INT_MSIX +#elif (defined SSD_MSI) +#define SSD_INT_MODE_DEFAULT SSD_INT_MSI +#else +/* auto select the defaut int mode according to the kernel version*/ +/* suse 11 sp1 irqbalance bug: use msi instead*/ +#if ((LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,35)) || (defined RHEL_MAJOR && RHEL_MAJOR >= 6) || (defined RHEL_MAJOR && RHEL_MAJOR == 5 && RHEL_MINOR >= 5)) +#define SSD_INT_MODE_DEFAULT SSD_INT_MSIX +#else +#define SSD_INT_MODE_DEFAULT SSD_INT_MSI +#endif +#endif + +static int mode = SSD_DRV_MODE_STANDARD; +static int status_mask = 0xFF; +static int int_mode = SSD_INT_MODE_DEFAULT; +static int threaded_irq = 0; +static int log_level = SSD_LOG_LEVEL_WARNING; +static int ot_protect = 1; +static int wmode = SSD_WMODE_DEFAULT; +static int finject = 0; + +module_param(mode, int, 0); +module_param(status_mask, int, 0); +module_param(int_mode, int, 0); +module_param(threaded_irq, int, 0); +module_param(log_level, int, 0); +module_param(ot_protect, int, 0); +module_param(wmode, int, 0); +module_param(finject, int, 0); + + +MODULE_PARM_DESC(mode, "driver mode, 0 - standard, 1 - debug, 2 - debug without IO, 3 - basic debug mode"); +MODULE_PARM_DESC(status_mask, "command status mask, 0 - without command error, 0xff - with command error"); +MODULE_PARM_DESC(int_mode, "preferred interrupt mode, 0 - legacy, 1 - msi, 2 - msix"); +MODULE_PARM_DESC(threaded_irq, "threaded irq, 0 - normal irq, 1 - threaded irq"); +MODULE_PARM_DESC(log_level, "log level to display, 0 - info and above, 1 - notice and above, 2 - warning and above, 3 - error only"); +MODULE_PARM_DESC(ot_protect, "over temperature protect, 0 - disable, 1 - enable"); +MODULE_PARM_DESC(wmode, "write mode, 0 - write buffer (with risk for the 6xx firmware), 1 - write buffer ex, 2 - write through, 3 - auto, 4 - default"); +MODULE_PARM_DESC(finject, "enable fault simulation, 0 - off, 1 - on, for debug purpose only"); + + +#ifndef MODULE +static int __init ssd_drv_mode(char *str) +{ + mode = (int)simple_strtoul(str, NULL, 0); + + return 1; +} + +static int __init ssd_status_mask(char *str) +{ + status_mask = (int)simple_strtoul(str, NULL, 16); + + return 1; +} + +static int __init ssd_int_mode(char *str) +{ + int_mode = (int)simple_strtoul(str, NULL, 0); + + return 1; +} + +static int __init ssd_threaded_irq(char *str) +{ + threaded_irq = (int)simple_strtoul(str, NULL, 0); + + return 1; +} + +static int __init ssd_log_level(char *str) +{ + log_level = (int)simple_strtoul(str, NULL, 0); + + return 1; +} + +static int __init ssd_ot_protect(char *str) +{ + ot_protect = (int)simple_strtoul(str, NULL, 0); + + return 1; +} + +static int __init ssd_wmode(char *str) +{ + wmode = (int)simple_strtoul(str, NULL, 0); + + return 1; +} + +static int __init ssd_finject(char *str) +{ + finject = (int)simple_strtoul(str, NULL, 0); + + return 1; +} + +__setup(MODULE_NAME"_mode=", ssd_drv_mode); +__setup(MODULE_NAME"_status_mask=", ssd_status_mask); +__setup(MODULE_NAME"_int_mode=", ssd_int_mode); +__setup(MODULE_NAME"_threaded_irq=", ssd_threaded_irq); +__setup(MODULE_NAME"_log_level=", ssd_log_level); +__setup(MODULE_NAME"_ot_protect=", ssd_ot_protect); +__setup(MODULE_NAME"_wmode=", ssd_wmode); +__setup(MODULE_NAME"_finject=", ssd_finject); +#endif + + +#ifdef CONFIG_PROC_FS +#include +#include + +#define SSD_PROC_DIR MODULE_NAME +#define SSD_PROC_INFO "info" + +static struct proc_dir_entry *ssd_proc_dir = NULL; +static struct proc_dir_entry *ssd_proc_info = NULL; + +#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,2,0)) +static int ssd_proc_read(char *page, char **start, + off_t off, int count, int *eof, void *data) +{ + struct ssd_device *dev = NULL; + struct ssd_device *n = NULL; + uint64_t size; + int idx; + int len = 0; + //char type; //xx + + if (ssd_exiting) { + return 0; + } + + len += snprintf((page + len), (count - len), "Driver Version:\t%s\n", DRIVER_VERSION); + + list_for_each_entry_safe(dev, n, &ssd_list, list) { + idx = dev->idx + 1; + size = dev->hw_info.size ; + do_div(size, 1000000000); + + len += snprintf((page + len), (count - len), "\n"); + + len += snprintf((page + len), (count - len), "HIO %d Size:\t%uGB\n", idx, (uint32_t)size); + + len += snprintf((page + len), (count - len), "HIO %d Bridge FW VER:\t%03X\n", idx, dev->hw_info.bridge_ver); + if (dev->hw_info.ctrl_ver != 0) { + len += snprintf((page + len), (count - len), "HIO %d Controller FW VER:\t%03X\n", idx, dev->hw_info.ctrl_ver); + } + + len += snprintf((page + len), (count - len), "HIO %d PCB VER:\t.%c\n", idx, dev->hw_info.pcb_ver); + + if (dev->hw_info.upper_pcb_ver >= 'A') { + len += snprintf((page + len), (count - len), "HIO %d Upper PCB VER:\t.%c\n", idx, dev->hw_info.upper_pcb_ver); + } + + len += snprintf((page + len), (count - len), "HIO %d Device:\t%s\n", idx, dev->name); + } + + return len; +} + +#else + +static int ssd_proc_show(struct seq_file *m, void *v) +{ + struct ssd_device *dev = NULL; + struct ssd_device *n = NULL; + uint64_t size; + int idx; + + if (ssd_exiting) { + return 0; + } + + seq_printf(m, "Driver Version:\t%s\n", DRIVER_VERSION); + + list_for_each_entry_safe(dev, n, &ssd_list, list) { + idx = dev->idx + 1; + size = dev->hw_info.size ; + do_div(size, 1000000000); + + seq_printf(m, "\n"); + + seq_printf(m, "HIO %d Size:\t%uGB\n", idx, (uint32_t)size); + + seq_printf(m, "HIO %d Bridge FW VER:\t%03X\n", idx, dev->hw_info.bridge_ver); + if (dev->hw_info.ctrl_ver != 0) { + seq_printf(m, "HIO %d Controller FW VER:\t%03X\n", idx, dev->hw_info.ctrl_ver); + } + + seq_printf(m, "HIO %d PCB VER:\t.%c\n", idx, dev->hw_info.pcb_ver); + + if (dev->hw_info.upper_pcb_ver >= 'A') { + seq_printf(m, "HIO %d Upper PCB VER:\t.%c\n", idx, dev->hw_info.upper_pcb_ver); + } + + seq_printf(m, "HIO %d Device:\t%s\n", idx, dev->name); + } + + return 0; +} + +static int ssd_proc_open(struct inode *inode, struct file *file) +{ +#if (LINUX_VERSION_CODE <= KERNEL_VERSION(3,9,0)) + return single_open(file, ssd_proc_show, PDE(inode)->data); +#else + return single_open(file, ssd_proc_show, PDE_DATA(inode)); +#endif +} + +static const struct file_operations ssd_proc_fops = { + .open = ssd_proc_open, + .read = seq_read, + .llseek = seq_lseek, + .release = single_release, +}; +#endif + + +static void ssd_cleanup_proc(void) +{ + if (ssd_proc_info) { + remove_proc_entry(SSD_PROC_INFO, ssd_proc_dir); + ssd_proc_info = NULL; + } + if (ssd_proc_dir) { + remove_proc_entry(SSD_PROC_DIR, NULL); + ssd_proc_dir = NULL; + } +} +static int ssd_init_proc(void) +{ + ssd_proc_dir = proc_mkdir(SSD_PROC_DIR, NULL); + if (!ssd_proc_dir) + goto out_proc_mkdir; + +#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,2,0)) + ssd_proc_info = create_proc_entry(SSD_PROC_INFO, S_IFREG | S_IRUGO | S_IWUSR, ssd_proc_dir); + if (!ssd_proc_info) + goto out_create_proc_entry; + + ssd_proc_info->read_proc = ssd_proc_read; + +/* kernel bug */ +#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,30)) + ssd_proc_info->owner = THIS_MODULE; +#endif +#else + ssd_proc_info = proc_create(SSD_PROC_INFO, 0600, ssd_proc_dir, &ssd_proc_fops); + if (!ssd_proc_info) + goto out_create_proc_entry; +#endif + + return 0; + +out_create_proc_entry: + remove_proc_entry(SSD_PROC_DIR, NULL); +out_proc_mkdir: + return -ENOMEM; +} + +#else +static void ssd_cleanup_proc(void) +{ + return; +} +static int ssd_init_proc(void) +{ + return 0; +} +#endif /* CONFIG_PROC_FS */ + +/* sysfs */ +static void ssd_unregister_sysfs(struct ssd_device *dev) +{ + return; +} + +static int ssd_register_sysfs(struct ssd_device *dev) +{ + return 0; +} + +static void ssd_cleanup_sysfs(void) +{ + return; +} + +static int ssd_init_sysfs(void) +{ + return 0; +} + +static inline void ssd_put_index(int slave, int index) +{ + unsigned long *index_bits = ssd_index_bits; + + if (slave) { + index_bits = ssd_index_bits_sl; + } + + if (test_and_clear_bit(index, index_bits)) { + atomic_dec(&ssd_nr); + } +} + +static inline int ssd_get_index(int slave) +{ + unsigned long *index_bits = ssd_index_bits; + int index; + + if (slave) { + index_bits = ssd_index_bits_sl; + } + +find_index: + if ((index = find_first_zero_bit(index_bits, SSD_MAX_DEV)) >= SSD_MAX_DEV) { + return -1; + } + + if (test_and_set_bit(index, index_bits)) { + goto find_index; + } + + atomic_inc(&ssd_nr); + + return index; +} + +static void ssd_cleanup_index(void) +{ + return; +} + +static int ssd_init_index(void) +{ + INIT_LIST_HEAD(&ssd_list); + atomic_set(&ssd_nr, 0); + memset(ssd_index_bits, 0, (SSD_MAX_DEV / BITS_PER_LONG + 1)); + memset(ssd_index_bits_sl, 0, (SSD_MAX_DEV / BITS_PER_LONG + 1)); + + return 0; +} + +static void ssd_set_dev_name(char *name, size_t size, int idx) +{ + if(idx < SSD_ALPHABET_NUM) { + snprintf(name, size, "%c", 'a'+idx); + } else { + idx -= SSD_ALPHABET_NUM; + snprintf(name, size, "%c%c", 'a'+(idx/SSD_ALPHABET_NUM), 'a'+(idx%SSD_ALPHABET_NUM)); + } +} + +/* pci register r&w */ +static inline void ssd_reg_write(void *addr, uint64_t val) +{ + iowrite32((uint32_t)val, addr); + iowrite32((uint32_t)(val >> 32), addr + 4); + wmb(); +} + +static inline uint64_t ssd_reg_read(void *addr) +{ + uint64_t val; + uint32_t val_lo, val_hi; + + val_lo = ioread32(addr); + val_hi = ioread32(addr + 4); + + rmb(); + val = val_lo | ((uint64_t)val_hi << 32); + + return val; +} + + +#define ssd_reg32_write(addr, val) writel(val, addr) +#define ssd_reg32_read(addr) readl(addr) + +/* alarm led */ +static void ssd_clear_alarm(struct ssd_device *dev) +{ + uint32_t val; + + if (dev->protocol_info.ver <= SSD_PROTOCOL_V3) { + return; + } + + val = ssd_reg32_read(dev->ctrlp + SSD_LED_REG); + + /* firmware control */ + val &= ~0x2; + + ssd_reg32_write(dev->ctrlp + SSD_LED_REG, val); +} + +static void ssd_set_alarm(struct ssd_device *dev) +{ + uint32_t val; + + if (dev->protocol_info.ver <= SSD_PROTOCOL_V3) { + return; + } + + val = ssd_reg32_read(dev->ctrlp + SSD_LED_REG); + + /* light up */ + val &= ~0x1; + /* software control */ + val |= 0x2; + + ssd_reg32_write(dev->ctrlp + SSD_LED_REG, val); +} + +#define u32_swap(x) \ + ((uint32_t)( \ + (((uint32_t)(x) & (uint32_t)0x000000ffUL) << 24) | \ + (((uint32_t)(x) & (uint32_t)0x0000ff00UL) << 8) | \ + (((uint32_t)(x) & (uint32_t)0x00ff0000UL) >> 8) | \ + (((uint32_t)(x) & (uint32_t)0xff000000UL) >> 24))) + +#define u16_swap(x) \ + ((uint16_t)( \ + (((uint16_t)(x) & (uint16_t)0x00ff) << 8) | \ + (((uint16_t)(x) & (uint16_t)0xff00) >> 8) )) + + +#if 0 +/* No lock, for init only*/ +static int ssd_spi_read_id(struct ssd_device *dev, uint32_t *id) +{ + uint32_t val; + unsigned long st; + int ret = 0; + + if (!dev || !id) { + return -EINVAL; + } + + ssd_reg32_write(dev->ctrlp + SSD_SPI_REG_CMD, SSD_SPI_CMD_READ_ID); + + val = ssd_reg32_read(dev->ctrlp + SSD_SPI_REG_READY); + val = ssd_reg32_read(dev->ctrlp + SSD_SPI_REG_READY); + val = ssd_reg32_read(dev->ctrlp + SSD_SPI_REG_READY); + val = ssd_reg32_read(dev->ctrlp + SSD_SPI_REG_READY); + + st = jiffies; + for (;;) { + val = ssd_reg32_read(dev->ctrlp + SSD_SPI_REG_READY); + if (val == 0x1000000) { + break; + } + + if (time_after(jiffies, (st + SSD_SPI_TIMEOUT))) { + ret = -ETIMEDOUT; + goto out; + } + cond_resched(); + } + + val = ssd_reg32_read(dev->ctrlp + SSD_SPI_REG_ID); + *id = val; + +out: + return ret; +} +#endif + +/* spi access */ +static int ssd_init_spi(struct ssd_device *dev) +{ + uint32_t val; + unsigned long st; + int ret = 0; + + mutex_lock(&dev->spi_mutex); + st = jiffies; + for(;;) { + ssd_reg32_write(dev->ctrlp + SSD_SPI_REG_CMD, SSD_SPI_CMD_READ_STATUS); + + do { + val = ssd_reg32_read(dev->ctrlp + SSD_SPI_REG_READY); + + if (time_after(jiffies, (st + SSD_SPI_TIMEOUT))) { + ret = -ETIMEDOUT; + goto out; + } + cond_resched(); + } while (val != 0x1000000); + + val = ssd_reg32_read(dev->ctrlp + SSD_SPI_REG_STATUS); + if (!(val & 0x1)) { + break; + } + + if (time_after(jiffies, (st + SSD_SPI_TIMEOUT))) { + ret = -ETIMEDOUT; + goto out; + } + cond_resched(); + } + +out: + if (dev->protocol_info.ver >= SSD_PROTOCOL_V3_2) { + if (val & 0x1) { + ssd_reg32_write(dev->ctrlp + SSD_SPI_REG_CMD, SSD_SPI_CMD_CLSR); + } + } + ssd_reg32_write(dev->ctrlp + SSD_SPI_REG_CMD, SSD_SPI_CMD_W_DISABLE); + mutex_unlock(&dev->spi_mutex); + + ret = 0; + + return ret; +} + +static int ssd_spi_page_read(struct ssd_device *dev, void *buf, uint32_t off, uint32_t size) +{ + uint32_t val; + uint32_t rlen = 0; + unsigned long st; + int ret = 0; + + if (!dev || !buf) { + return -EINVAL; + } + + if ((off % sizeof(uint32_t)) != 0 || (size % sizeof(uint32_t)) != 0 || size == 0 || + ((uint64_t)off + (uint64_t)size) > dev->rom_info.size || size > dev->rom_info.page_size) { + return -EINVAL; + } + + mutex_lock(&dev->spi_mutex); + while (rlen < size) { + ssd_reg32_write(dev->ctrlp + SSD_SPI_REG_CMD_HI, ((off + rlen) >> 24)); + wmb(); + ssd_reg32_write(dev->ctrlp + SSD_SPI_REG_CMD, (((off + rlen) << 8) | SSD_SPI_CMD_READ)); + + (void)ssd_reg32_read(dev->ctrlp + SSD_SPI_REG_READY); + (void)ssd_reg32_read(dev->ctrlp + SSD_SPI_REG_READY); + (void)ssd_reg32_read(dev->ctrlp + SSD_SPI_REG_READY); + (void)ssd_reg32_read(dev->ctrlp + SSD_SPI_REG_READY); + + st = jiffies; + for (;;) { + val = ssd_reg32_read(dev->ctrlp + SSD_SPI_REG_READY); + if (val == 0x1000000) { + break; + } + + if (time_after(jiffies, (st + SSD_SPI_TIMEOUT))) { + ret = -ETIMEDOUT; + goto out; + } + cond_resched(); + } + + val = ssd_reg32_read(dev->ctrlp + SSD_SPI_REG_RDATA); + *(uint32_t *)(buf + rlen)= u32_swap(val); + + rlen += sizeof(uint32_t); + } + +out: + mutex_unlock(&dev->spi_mutex); + return ret; +} + +static int ssd_spi_page_write(struct ssd_device *dev, void *buf, uint32_t off, uint32_t size) +{ + uint32_t val; + uint32_t wlen; + unsigned long st; + int i; + int ret = 0; + + if (!dev || !buf) { + return -EINVAL; + } + + if ((off % sizeof(uint32_t)) != 0 || (size % sizeof(uint32_t)) != 0 || size == 0 || + ((uint64_t)off + (uint64_t)size) > dev->rom_info.size || size > dev->rom_info.page_size || + (off / dev->rom_info.page_size) != ((off + size - 1) / dev->rom_info.page_size)) { + return -EINVAL; + } + + mutex_lock(&dev->spi_mutex); + + ssd_reg32_write(dev->ctrlp + SSD_SPI_REG_CMD, SSD_SPI_CMD_W_ENABLE); + + wlen = size / sizeof(uint32_t); + for (i=0; i<(int)wlen; i++) { + ssd_reg32_write(dev->ctrlp + SSD_SPI_REG_WDATA, u32_swap(*((uint32_t *)buf + i))); + } + + wmb(); + ssd_reg32_write(dev->ctrlp + SSD_SPI_REG_CMD_HI, (off >> 24)); + wmb(); + ssd_reg32_write(dev->ctrlp + SSD_SPI_REG_CMD, ((off << 8) | SSD_SPI_CMD_PROGRAM)); + + udelay(1); + + st = jiffies; + for (;;) { + ssd_reg32_write(dev->ctrlp + SSD_SPI_REG_CMD, SSD_SPI_CMD_READ_STATUS); + do { + val = ssd_reg32_read(dev->ctrlp + SSD_SPI_REG_READY); + + if (time_after(jiffies, (st + SSD_SPI_TIMEOUT))) { + ret = -ETIMEDOUT; + goto out; + } + cond_resched(); + } while (val != 0x1000000); + + val = ssd_reg32_read(dev->ctrlp + SSD_SPI_REG_STATUS); + if (!(val & 0x1)) { + break; + } + + if (time_after(jiffies, (st + SSD_SPI_TIMEOUT))) { + ret = -ETIMEDOUT; + goto out; + } + cond_resched(); + } + + if (dev->protocol_info.ver >= SSD_PROTOCOL_V3_2) { + if ((val >> 6) & 0x1) { + ret = -EIO; + goto out; + } + } + +out: + if (dev->protocol_info.ver >= SSD_PROTOCOL_V3_2) { + if (val & 0x1) { + ssd_reg32_write(dev->ctrlp + SSD_SPI_REG_CMD, SSD_SPI_CMD_CLSR); + } + } + ssd_reg32_write(dev->ctrlp + SSD_SPI_REG_CMD, SSD_SPI_CMD_W_DISABLE); + + mutex_unlock(&dev->spi_mutex); + + return ret; +} + +static int ssd_spi_block_erase(struct ssd_device *dev, uint32_t off) +{ + uint32_t val; + unsigned long st; + int ret = 0; + + if (!dev) { + return -EINVAL; + } + + if ((off % dev->rom_info.block_size) != 0 || off >= dev->rom_info.size) { + return -EINVAL; + } + + mutex_lock(&dev->spi_mutex); + + ssd_reg32_write(dev->ctrlp + SSD_SPI_REG_CMD, SSD_SPI_CMD_W_ENABLE); + ssd_reg32_write(dev->ctrlp + SSD_SPI_REG_CMD, SSD_SPI_CMD_W_ENABLE); + + wmb(); + ssd_reg32_write(dev->ctrlp + SSD_SPI_REG_CMD_HI, (off >> 24)); + wmb(); + ssd_reg32_write(dev->ctrlp + SSD_SPI_REG_CMD, ((off << 8) | SSD_SPI_CMD_ERASE)); + + st = jiffies; + for (;;) { + ssd_reg32_write(dev->ctrlp + SSD_SPI_REG_CMD, SSD_SPI_CMD_READ_STATUS); + + do { + val = ssd_reg32_read(dev->ctrlp + SSD_SPI_REG_READY); + + if (time_after(jiffies, (st + SSD_SPI_TIMEOUT))) { + ret = -ETIMEDOUT; + goto out; + } + cond_resched(); + } while (val != 0x1000000); + + val = ssd_reg32_read(dev->ctrlp + SSD_SPI_REG_STATUS); + if (!(val & 0x1)) { + break; + } + + if (time_after(jiffies, (st + SSD_SPI_TIMEOUT))) { + ret = -ETIMEDOUT; + goto out; + } + cond_resched(); + } + + if (dev->protocol_info.ver >= SSD_PROTOCOL_V3_2) { + if ((val >> 5) & 0x1) { + ret = -EIO; + goto out; + } + } + +out: + if (dev->protocol_info.ver >= SSD_PROTOCOL_V3_2) { + if (val & 0x1) { + ssd_reg32_write(dev->ctrlp + SSD_SPI_REG_CMD, SSD_SPI_CMD_CLSR); + } + } + ssd_reg32_write(dev->ctrlp + SSD_SPI_REG_CMD, SSD_SPI_CMD_W_DISABLE); + + mutex_unlock(&dev->spi_mutex); + + return ret; +} + +static int ssd_spi_read(struct ssd_device *dev, void *buf, uint32_t off, uint32_t size) +{ + uint32_t len = 0; + uint32_t roff; + uint32_t rsize; + int ret = 0; + + if (!dev || !buf) { + return -EINVAL; + } + + if ((off % sizeof(uint32_t)) != 0 || (size % sizeof(uint32_t)) != 0 || size == 0 || + ((uint64_t)off + (uint64_t)size) > dev->rom_info.size) { + return -EINVAL; + } + + while (len < size) { + roff = (off + len) % dev->rom_info.page_size; + rsize = dev->rom_info.page_size - roff; + if ((size - len) < rsize) { + rsize = (size - len); + } + roff = off + len; + + ret = ssd_spi_page_read(dev, (buf + len), roff, rsize); + if (ret) { + goto out; + } + + len += rsize; + + cond_resched(); + } + +out: + return ret; +} + +static int ssd_spi_write(struct ssd_device *dev, void *buf, uint32_t off, uint32_t size) +{ + uint32_t len = 0; + uint32_t woff; + uint32_t wsize; + int ret = 0; + + if (!dev || !buf) { + return -EINVAL; + } + + if ((off % sizeof(uint32_t)) != 0 || (size % sizeof(uint32_t)) != 0 || size == 0 || + ((uint64_t)off + (uint64_t)size) > dev->rom_info.size) { + return -EINVAL; + } + + while (len < size) { + woff = (off + len) % dev->rom_info.page_size; + wsize = dev->rom_info.page_size - woff; + if ((size - len) < wsize) { + wsize = (size - len); + } + woff = off + len; + + ret = ssd_spi_page_write(dev, (buf + len), woff, wsize); + if (ret) { + goto out; + } + + len += wsize; + + cond_resched(); + } + +out: + return ret; +} + +static int ssd_spi_erase(struct ssd_device *dev, uint32_t off, uint32_t size) +{ + uint32_t len = 0; + uint32_t eoff; + int ret = 0; + + if (!dev) { + return -EINVAL; + } + + if (size == 0 || ((uint64_t)off + (uint64_t)size) > dev->rom_info.size || + (off % dev->rom_info.block_size) != 0 || (size % dev->rom_info.block_size) != 0) { + return -EINVAL; + } + + while (len < size) { + eoff = (off + len); + + ret = ssd_spi_block_erase(dev, eoff); + if (ret) { + goto out; + } + + len += dev->rom_info.block_size; + + cond_resched(); + } + +out: + return ret; +} + +/* i2c access */ +static uint32_t __ssd_i2c_reg32_read(void *addr) +{ + return ssd_reg32_read(addr); +} + +static void __ssd_i2c_reg32_write(void *addr, uint32_t val) +{ + ssd_reg32_write(addr, val); + ssd_reg32_read(addr); +} + +static int __ssd_i2c_clear(struct ssd_device *dev, uint8_t saddr) +{ + ssd_i2c_ctrl_t ctrl; + ssd_i2c_data_t data; + uint8_t status = 0; + int nr_data = 0; + unsigned long st; + int ret = 0; + +check_status: + ctrl.bits.wdata = 0; + ctrl.bits.addr = SSD_I2C_STATUS_REG; + ctrl.bits.rw = SSD_I2C_CTRL_READ; + __ssd_i2c_reg32_write(dev->ctrlp + SSD_I2C_CTRL_REG, ctrl.val); + + st = jiffies; + for (;;) { + data.val = __ssd_i2c_reg32_read(dev->ctrlp + SSD_I2C_RDATA_REG); + if (data.bits.valid == 0) { + break; + } + + /* retry */ + if (time_after(jiffies, (st + SSD_I2C_TIMEOUT))) { + ret = -ETIMEDOUT; + goto out; + } + cond_resched(); + } + status = data.bits.rdata; + + if (!(status & 0x4)) { + /* clear read fifo data */ + ctrl.bits.wdata = 0; + ctrl.bits.addr = SSD_I2C_DATA_REG; + ctrl.bits.rw = SSD_I2C_CTRL_READ; + __ssd_i2c_reg32_write(dev->ctrlp + SSD_I2C_CTRL_REG, ctrl.val); + + st = jiffies; + for (;;) { + data.val = __ssd_i2c_reg32_read(dev->ctrlp + SSD_I2C_RDATA_REG); + if (data.bits.valid == 0) { + break; + } + + /* retry */ + if (time_after(jiffies, (st + SSD_I2C_TIMEOUT))) { + ret = -ETIMEDOUT; + goto out; + } + cond_resched(); + } + + nr_data++; + if (nr_data <= SSD_I2C_MAX_DATA) { + goto check_status; + } else { + goto out_reset; + } + } + + if (status & 0x3) { + /* clear int */ + ctrl.bits.wdata = 0x04; + ctrl.bits.addr = SSD_I2C_CMD_REG; + ctrl.bits.rw = SSD_I2C_CTRL_WRITE; + __ssd_i2c_reg32_write(dev->ctrlp + SSD_I2C_CTRL_REG, ctrl.val); + } + + if (!(status & 0x8)) { +out_reset: + /* reset i2c controller */ + ctrl.bits.wdata = 0x0; + ctrl.bits.addr = SSD_I2C_RESET_REG; + ctrl.bits.rw = SSD_I2C_CTRL_WRITE; + __ssd_i2c_reg32_write(dev->ctrlp + SSD_I2C_CTRL_REG, ctrl.val); + } + +out: + return ret; +} + +static int ssd_i2c_write(struct ssd_device *dev, uint8_t saddr, uint8_t size, uint8_t *buf) +{ + ssd_i2c_ctrl_t ctrl; + ssd_i2c_data_t data; + uint8_t off = 0; + uint8_t status = 0; + unsigned long st; + int ret = 0; + + mutex_lock(&dev->i2c_mutex); + + ctrl.val = 0; + + /* slave addr */ + ctrl.bits.wdata = saddr; + ctrl.bits.addr = SSD_I2C_SADDR_REG; + ctrl.bits.rw = SSD_I2C_CTRL_WRITE; + __ssd_i2c_reg32_write(dev->ctrlp + SSD_I2C_CTRL_REG, ctrl.val); + + /* data */ + while (off < size) { + ctrl.bits.wdata = buf[off]; + ctrl.bits.addr = SSD_I2C_DATA_REG; + ctrl.bits.rw = SSD_I2C_CTRL_WRITE; + __ssd_i2c_reg32_write(dev->ctrlp + SSD_I2C_CTRL_REG, ctrl.val); + + off++; + } + + /* write */ + ctrl.bits.wdata = 0x01; + ctrl.bits.addr = SSD_I2C_CMD_REG; + ctrl.bits.rw = SSD_I2C_CTRL_WRITE; + __ssd_i2c_reg32_write(dev->ctrlp + SSD_I2C_CTRL_REG, ctrl.val); + + /* wait */ + st = jiffies; + for (;;) { + ctrl.bits.wdata = 0; + ctrl.bits.addr = SSD_I2C_STATUS_REG; + ctrl.bits.rw = SSD_I2C_CTRL_READ; + __ssd_i2c_reg32_write(dev->ctrlp + SSD_I2C_CTRL_REG, ctrl.val); + + for (;;) { + data.val = __ssd_i2c_reg32_read(dev->ctrlp + SSD_I2C_RDATA_REG); + if (data.bits.valid == 0) { + break; + } + + /* retry */ + if (time_after(jiffies, (st + SSD_I2C_TIMEOUT))) { + ret = -ETIMEDOUT; + goto out_clear; + } + cond_resched(); + } + + status = data.bits.rdata; + if (status & 0x1) { + break; + } + + if (time_after(jiffies, (st + SSD_I2C_TIMEOUT))) { + ret = -ETIMEDOUT; + goto out_clear; + } + cond_resched(); + } + + if (!(status & 0x1)) { + ret = -1; + goto out_clear; + } + + /* busy ? */ + if (status & 0x20) { + ret = -2; + goto out_clear; + } + + /* ack ? */ + if (status & 0x10) { + ret = -3; + goto out_clear; + } + + /* clear */ +out_clear: + if (__ssd_i2c_clear(dev, saddr)) { + if (!ret) ret = -4; + } + + mutex_unlock(&dev->i2c_mutex); + + return ret; +} + +static int ssd_i2c_read(struct ssd_device *dev, uint8_t saddr, uint8_t size, uint8_t *buf) +{ + ssd_i2c_ctrl_t ctrl; + ssd_i2c_data_t data; + uint8_t off = 0; + uint8_t status = 0; + unsigned long st; + int ret = 0; + + mutex_lock(&dev->i2c_mutex); + + ctrl.val = 0; + + /* slave addr */ + ctrl.bits.wdata = saddr; + ctrl.bits.addr = SSD_I2C_SADDR_REG; + ctrl.bits.rw = SSD_I2C_CTRL_WRITE; + __ssd_i2c_reg32_write(dev->ctrlp + SSD_I2C_CTRL_REG, ctrl.val); + + /* read len */ + ctrl.bits.wdata = size; + ctrl.bits.addr = SSD_I2C_LEN_REG; + ctrl.bits.rw = SSD_I2C_CTRL_WRITE; + __ssd_i2c_reg32_write(dev->ctrlp + SSD_I2C_CTRL_REG, ctrl.val); + + /* read */ + ctrl.bits.wdata = 0x02; + ctrl.bits.addr = SSD_I2C_CMD_REG; + ctrl.bits.rw = SSD_I2C_CTRL_WRITE; + __ssd_i2c_reg32_write(dev->ctrlp + SSD_I2C_CTRL_REG, ctrl.val); + + /* wait */ + st = jiffies; + for (;;) { + ctrl.bits.wdata = 0; + ctrl.bits.addr = SSD_I2C_STATUS_REG; + ctrl.bits.rw = SSD_I2C_CTRL_READ; + __ssd_i2c_reg32_write(dev->ctrlp + SSD_I2C_CTRL_REG, ctrl.val); + + for (;;) { + data.val = __ssd_i2c_reg32_read(dev->ctrlp + SSD_I2C_RDATA_REG); + if (data.bits.valid == 0) { + break; + } + + /* retry */ + if (time_after(jiffies, (st + SSD_I2C_TIMEOUT))) { + ret = -ETIMEDOUT; + goto out_clear; + } + cond_resched(); + } + + status = data.bits.rdata; + if (status & 0x2) { + break; + } + + if (time_after(jiffies, (st + SSD_I2C_TIMEOUT))) { + ret = -ETIMEDOUT; + goto out_clear; + } + cond_resched(); + } + + if (!(status & 0x2)) { + ret = -1; + goto out_clear; + } + + /* busy ? */ + if (status & 0x20) { + ret = -2; + goto out_clear; + } + + /* ack ? */ + if (status & 0x10) { + ret = -3; + goto out_clear; + } + + /* data */ + while (off < size) { + ctrl.bits.wdata = 0; + ctrl.bits.addr = SSD_I2C_DATA_REG; + ctrl.bits.rw = SSD_I2C_CTRL_READ; + __ssd_i2c_reg32_write(dev->ctrlp + SSD_I2C_CTRL_REG, ctrl.val); + + st = jiffies; + for (;;) { + data.val = __ssd_i2c_reg32_read(dev->ctrlp + SSD_I2C_RDATA_REG); + if (data.bits.valid == 0) { + break; + } + + /* retry */ + if (time_after(jiffies, (st + SSD_I2C_TIMEOUT))) { + ret = -ETIMEDOUT; + goto out_clear; + } + cond_resched(); + } + + buf[off] = data.bits.rdata; + + off++; + } + + /* clear */ +out_clear: + if (__ssd_i2c_clear(dev, saddr)) { + if (!ret) ret = -4; + } + + mutex_unlock(&dev->i2c_mutex); + + return ret; +} + +static int ssd_i2c_write_read(struct ssd_device *dev, uint8_t saddr, uint8_t wsize, uint8_t *wbuf, uint8_t rsize, uint8_t *rbuf) +{ + ssd_i2c_ctrl_t ctrl; + ssd_i2c_data_t data; + uint8_t off = 0; + uint8_t status = 0; + unsigned long st; + int ret = 0; + + mutex_lock(&dev->i2c_mutex); + + ctrl.val = 0; + + /* slave addr */ + ctrl.bits.wdata = saddr; + ctrl.bits.addr = SSD_I2C_SADDR_REG; + ctrl.bits.rw = SSD_I2C_CTRL_WRITE; + __ssd_i2c_reg32_write(dev->ctrlp + SSD_I2C_CTRL_REG, ctrl.val); + + /* data */ + off = 0; + while (off < wsize) { + ctrl.bits.wdata = wbuf[off]; + ctrl.bits.addr = SSD_I2C_DATA_REG; + ctrl.bits.rw = SSD_I2C_CTRL_WRITE; + __ssd_i2c_reg32_write(dev->ctrlp + SSD_I2C_CTRL_REG, ctrl.val); + + off++; + } + + /* read len */ + ctrl.bits.wdata = rsize; + ctrl.bits.addr = SSD_I2C_LEN_REG; + ctrl.bits.rw = SSD_I2C_CTRL_WRITE; + __ssd_i2c_reg32_write(dev->ctrlp + SSD_I2C_CTRL_REG, ctrl.val); + + /* write -> read */ + ctrl.bits.wdata = 0x03; + ctrl.bits.addr = SSD_I2C_CMD_REG; + ctrl.bits.rw = SSD_I2C_CTRL_WRITE; + __ssd_i2c_reg32_write(dev->ctrlp + SSD_I2C_CTRL_REG, ctrl.val); + + /* wait */ + st = jiffies; + for (;;) { + ctrl.bits.wdata = 0; + ctrl.bits.addr = SSD_I2C_STATUS_REG; + ctrl.bits.rw = SSD_I2C_CTRL_READ; + __ssd_i2c_reg32_write(dev->ctrlp + SSD_I2C_CTRL_REG, ctrl.val); + + for (;;) { + data.val = __ssd_i2c_reg32_read(dev->ctrlp + SSD_I2C_RDATA_REG); + if (data.bits.valid == 0) { + break; + } + + /* retry */ + if (time_after(jiffies, (st + SSD_I2C_TIMEOUT))) { + ret = -ETIMEDOUT; + goto out_clear; + } + cond_resched(); + } + + status = data.bits.rdata; + if (status & 0x2) { + break; + } + + if (time_after(jiffies, (st + SSD_I2C_TIMEOUT))) { + ret = -ETIMEDOUT; + goto out_clear; + } + cond_resched(); + } + + if (!(status & 0x2)) { + ret = -1; + goto out_clear; + } + + /* busy ? */ + if (status & 0x20) { + ret = -2; + goto out_clear; + } + + /* ack ? */ + if (status & 0x10) { + ret = -3; + goto out_clear; + } + + /* data */ + off = 0; + while (off < rsize) { + ctrl.bits.wdata = 0; + ctrl.bits.addr = SSD_I2C_DATA_REG; + ctrl.bits.rw = SSD_I2C_CTRL_READ; + __ssd_i2c_reg32_write(dev->ctrlp + SSD_I2C_CTRL_REG, ctrl.val); + + st = jiffies; + for (;;) { + data.val = __ssd_i2c_reg32_read(dev->ctrlp + SSD_I2C_RDATA_REG); + if (data.bits.valid == 0) { + break; + } + + /* retry */ + if (time_after(jiffies, (st + SSD_I2C_TIMEOUT))) { + ret = -ETIMEDOUT; + goto out_clear; + } + cond_resched(); + } + + rbuf[off] = data.bits.rdata; + + off++; + } + + /* clear */ +out_clear: + if (__ssd_i2c_clear(dev, saddr)) { + if (!ret) ret = -4; + } + mutex_unlock(&dev->i2c_mutex); + + return ret; +} + +static int ssd_smbus_send_byte(struct ssd_device *dev, uint8_t saddr, uint8_t *buf) +{ + int i = 0; + int ret = 0; + + for (;;) { + ret = ssd_i2c_write(dev, saddr, 1, buf); + if (!ret || -ETIMEDOUT == ret) { + break; + } + + i++; + if (i >= SSD_SMBUS_RETRY_MAX) { + break; + } + msleep(SSD_SMBUS_RETRY_INTERVAL); + } + + return ret; +} + +static int ssd_smbus_receive_byte(struct ssd_device *dev, uint8_t saddr, uint8_t *buf) +{ + int i = 0; + int ret = 0; + + for (;;) { + ret = ssd_i2c_read(dev, saddr, 1, buf); + if (!ret || -ETIMEDOUT == ret) { + break; + } + + i++; + if (i >= SSD_SMBUS_RETRY_MAX) { + break; + } + msleep(SSD_SMBUS_RETRY_INTERVAL); + } + + return ret; +} + +static int ssd_smbus_write_byte(struct ssd_device *dev, uint8_t saddr, uint8_t cmd, uint8_t *buf) +{ + uint8_t smb_data[SSD_SMBUS_DATA_MAX] = {0}; + int i = 0; + int ret = 0; + + smb_data[0] = cmd; + memcpy((smb_data + 1), buf, 1); + + for (;;) { + ret = ssd_i2c_write(dev, saddr, 2, smb_data); + if (!ret || -ETIMEDOUT == ret) { + break; + } + + i++; + if (i >= SSD_SMBUS_RETRY_MAX) { + break; + } + msleep(SSD_SMBUS_RETRY_INTERVAL); + } + + return ret; +} + +static int ssd_smbus_read_byte(struct ssd_device *dev, uint8_t saddr, uint8_t cmd, uint8_t *buf) +{ + uint8_t smb_data[SSD_SMBUS_DATA_MAX] = {0}; + int i = 0; + int ret = 0; + + smb_data[0] = cmd; + + for (;;) { + ret = ssd_i2c_write_read(dev, saddr, 1, smb_data, 1, buf); + if (!ret || -ETIMEDOUT == ret) { + break; + } + + i++; + if (i >= SSD_SMBUS_RETRY_MAX) { + break; + } + msleep(SSD_SMBUS_RETRY_INTERVAL); + } + + return ret; +} + +static int ssd_smbus_write_word(struct ssd_device *dev, uint8_t saddr, uint8_t cmd, uint8_t *buf) +{ + uint8_t smb_data[SSD_SMBUS_DATA_MAX] = {0}; + int i = 0; + int ret = 0; + + smb_data[0] = cmd; + memcpy((smb_data + 1), buf, 2); + + for (;;) { + ret = ssd_i2c_write(dev, saddr, 3, smb_data); + if (!ret || -ETIMEDOUT == ret) { + break; + } + + i++; + if (i >= SSD_SMBUS_RETRY_MAX) { + break; + } + msleep(SSD_SMBUS_RETRY_INTERVAL); + } + + return ret; +} + +static int ssd_smbus_read_word(struct ssd_device *dev, uint8_t saddr, uint8_t cmd, uint8_t *buf) +{ + uint8_t smb_data[SSD_SMBUS_DATA_MAX] = {0}; + int i = 0; + int ret = 0; + + smb_data[0] = cmd; + + for (;;) { + ret = ssd_i2c_write_read(dev, saddr, 1, smb_data, 2, buf); + if (!ret || -ETIMEDOUT == ret) { + break; + } + + i++; + if (i >= SSD_SMBUS_RETRY_MAX) { + break; + } + msleep(SSD_SMBUS_RETRY_INTERVAL); + } + + return ret; +} + +static int ssd_smbus_write_block(struct ssd_device *dev, uint8_t saddr, uint8_t cmd, uint8_t size, uint8_t *buf) +{ + uint8_t smb_data[SSD_SMBUS_DATA_MAX] = {0}; + int i = 0; + int ret = 0; + + smb_data[0] = cmd; + smb_data[1] = size; + memcpy((smb_data + 2), buf, size); + + for (;;) { + ret = ssd_i2c_write(dev, saddr, (2 + size), smb_data); + if (!ret || -ETIMEDOUT == ret) { + break; + } + + i++; + if (i >= SSD_SMBUS_RETRY_MAX) { + break; + } + msleep(SSD_SMBUS_RETRY_INTERVAL); + } + + return ret; +} + +static int ssd_smbus_read_block(struct ssd_device *dev, uint8_t saddr, uint8_t cmd, uint8_t size, uint8_t *buf) +{ + uint8_t smb_data[SSD_SMBUS_DATA_MAX] = {0}; + uint8_t rsize; + int i = 0; + int ret = 0; + + smb_data[0] = cmd; + + for (;;) { + ret = ssd_i2c_write_read(dev, saddr, 1, smb_data, (SSD_SMBUS_BLOCK_MAX + 1), (smb_data + 1)); + if (!ret || -ETIMEDOUT == ret) { + break; + } + + i++; + if (i >= SSD_SMBUS_RETRY_MAX) { + break; + } + msleep(SSD_SMBUS_RETRY_INTERVAL); + } + if (ret) { + return ret; + } + + rsize = smb_data[1]; + + if (rsize > size ) { + rsize = size; + } + + memcpy(buf, (smb_data + 2), rsize); + + return 0; +} + + +static int ssd_gen_swlog(struct ssd_device *dev, uint16_t event, uint32_t data); + +/* sensor */ +static int ssd_init_lm75(struct ssd_device *dev, uint8_t saddr) +{ + uint8_t conf = 0; + int ret = 0; + + ret = ssd_smbus_read_byte(dev, saddr, SSD_LM75_REG_CONF, &conf); + if (ret) { + goto out; + } + + conf &= (uint8_t)(~1u); + + ret = ssd_smbus_write_byte(dev, saddr, SSD_LM75_REG_CONF, &conf); + if (ret) { + goto out; + } + +out: + return ret; +} + +static int ssd_lm75_read(struct ssd_device *dev, uint8_t saddr, uint16_t *data) +{ + uint16_t val = 0; + int ret; + + ret = ssd_smbus_read_word(dev, saddr, SSD_LM75_REG_TEMP, (uint8_t *)&val); + if (ret) { + return ret; + } + + *data = u16_swap(val); + + return 0; +} + +static int ssd_init_lm80(struct ssd_device *dev, uint8_t saddr) +{ + uint8_t val; + uint8_t low, high; + int i; + int ret = 0; + + /* init */ + val = 0x80; + ret = ssd_smbus_write_byte(dev, saddr, SSD_LM80_REG_CONFIG, &val); + if (ret) { + goto out; + } + + /* 11-bit temp */ + val = 0x08; + ret = ssd_smbus_write_byte(dev, saddr, SSD_LM80_REG_RES, &val); + if (ret) { + goto out; + } + + /* set volt limit */ + for (i=0; ihw_info.nr_ctrl <= 1 && SSD_LM80_IN_1V2 == i) { + high = 0xFF; + low = 0; + } + + /* high limit */ + ret = ssd_smbus_write_byte(dev, saddr, SSD_LM80_REG_IN_MAX(i), &high); + if (ret) { + goto out; + } + + /* low limit*/ + ret = ssd_smbus_write_byte(dev, saddr, SSD_LM80_REG_IN_MIN(i), &low); + if (ret) { + goto out; + } + } + + /* set interrupt mask: allow volt in interrupt except cap in*/ + val = 0x81; + ret = ssd_smbus_write_byte(dev, saddr, SSD_LM80_REG_MASK1, &val); + if (ret) { + goto out; + } + + /* set interrupt mask: disable others */ + val = 0xFF; + ret = ssd_smbus_write_byte(dev, saddr, SSD_LM80_REG_MASK2, &val); + if (ret) { + goto out; + } + + /* start */ + val = 0x03; + ret = ssd_smbus_write_byte(dev, saddr, SSD_LM80_REG_CONFIG, &val); + if (ret) { + goto out; + } + +out: + return ret; +} + +static int ssd_lm80_enable_in(struct ssd_device *dev, uint8_t saddr, int idx) +{ + uint8_t val = 0; + int ret = 0; + + if (idx >= SSD_LM80_IN_NR || idx < 0) { + return -EINVAL; + } + + ret = ssd_smbus_read_byte(dev, saddr, SSD_LM80_REG_MASK1, &val); + if (ret) { + goto out; + } + + val &= ~(1UL << (uint32_t)idx); + + ret = ssd_smbus_write_byte(dev, saddr, SSD_LM80_REG_MASK1, &val); + if (ret) { + goto out; + } + +out: + return ret; +} + +static int ssd_lm80_disable_in(struct ssd_device *dev, uint8_t saddr, int idx) +{ + uint8_t val = 0; + int ret = 0; + + if (idx >= SSD_LM80_IN_NR || idx < 0) { + return -EINVAL; + } + + ret = ssd_smbus_read_byte(dev, saddr, SSD_LM80_REG_MASK1, &val); + if (ret) { + goto out; + } + + val |= (1UL << (uint32_t)idx); + + ret = ssd_smbus_write_byte(dev, saddr, SSD_LM80_REG_MASK1, &val); + if (ret) { + goto out; + } + +out: + return ret; +} + +static int ssd_lm80_read_temp(struct ssd_device *dev, uint8_t saddr, uint16_t *data) +{ + uint16_t val = 0; + int ret; + + ret = ssd_smbus_read_word(dev, saddr, SSD_LM80_REG_TEMP, (uint8_t *)&val); + if (ret) { + return ret; + } + + *data = u16_swap(val); + + return 0; +} + +static int ssd_lm80_check_event(struct ssd_device *dev, uint8_t saddr) +{ + uint32_t volt; + uint16_t val = 0, status; + uint8_t alarm1 = 0, alarm2 = 0; + int i; + int ret = 0; + + /* read interrupt status to clear interrupt */ + ret = ssd_smbus_read_byte(dev, saddr, SSD_LM80_REG_ALARM1, &alarm1); + if (ret) { + goto out; + } + + ret = ssd_smbus_read_byte(dev, saddr, SSD_LM80_REG_ALARM2, &alarm2); + if (ret) { + goto out; + } + + status = (uint16_t)alarm1 | ((uint16_t)alarm2 << 8); + + /* parse inetrrupt status */ + for (i=0; i> (uint32_t)i) & 0x1)) { + if (test_and_clear_bit(SSD_HWMON_LM80(i), &dev->hwmon)) { + /* enable INx irq */ + ret = ssd_lm80_enable_in(dev, saddr, i); + if (ret) { + goto out; + } + } + + continue; + } + + /* disable INx irq */ + ret = ssd_lm80_disable_in(dev, saddr, i); + if (ret) { + goto out; + } + + if (test_and_set_bit(SSD_HWMON_LM80(i), &dev->hwmon)) { + continue; + } + + ret = ssd_smbus_read_word(dev, saddr, SSD_LM80_REG_IN(i), (uint8_t *)&val); + if (ret) { + goto out; + } + + volt = SSD_LM80_CONVERT_VOLT(u16_swap(val)); + + switch (i) { + case SSD_LM80_IN_CAP: { + if (0 == volt) { + ssd_gen_swlog(dev, SSD_LOG_CAP_SHORT_CIRCUIT, 0); + } else { + ssd_gen_swlog(dev, SSD_LOG_CAP_VOLT_FAULT, SSD_PL_CAP_VOLT(volt)); + } + break; + } + + case SSD_LM80_IN_1V2: + case SSD_LM80_IN_1V2a: + case SSD_LM80_IN_1V5: + case SSD_LM80_IN_1V8: { + ssd_gen_swlog(dev, SSD_LOG_VOLT_STATUS, SSD_VOLT_LOG_DATA(i, 0, volt)); + break; + } + case SSD_LM80_IN_FPGA_3V3: + case SSD_LM80_IN_3V3: { + ssd_gen_swlog(dev, SSD_LOG_VOLT_STATUS, SSD_VOLT_LOG_DATA(i, 0, SSD_LM80_3V3_VOLT(volt))); + break; + } + default: + break; + } + } + +out: + if (ret) { + if (!test_and_set_bit(SSD_HWMON_SENSOR(SSD_SENSOR_LM80), &dev->hwmon)) { + ssd_gen_swlog(dev, SSD_LOG_SENSOR_FAULT, (uint32_t)saddr); + } + } else { + test_and_clear_bit(SSD_HWMON_SENSOR(SSD_SENSOR_LM80), &dev->hwmon); + } + return ret; +} + +static int ssd_init_sensor(struct ssd_device *dev) +{ + int ret = 0; + + if (dev->protocol_info.ver < SSD_PROTOCOL_V3_2) { + goto out; + } + + ret = ssd_init_lm75(dev, SSD_SENSOR_LM75_SADDRESS); + if (ret) { + hio_warn("%s: init lm75 failed\n", dev->name); + if (!test_and_set_bit(SSD_HWMON_SENSOR(SSD_SENSOR_LM75), &dev->hwmon)) { + ssd_gen_swlog(dev, SSD_LOG_SENSOR_FAULT, SSD_SENSOR_LM75_SADDRESS); + } + goto out; + } + + if (dev->hw_info.pcb_ver >= 'B' || dev->hw_info_ext.form_factor == SSD_FORM_FACTOR_HHHL) { + ret = ssd_init_lm80(dev, SSD_SENSOR_LM80_SADDRESS); + if (ret) { + hio_warn("%s: init lm80 failed\n", dev->name); + if (!test_and_set_bit(SSD_HWMON_SENSOR(SSD_SENSOR_LM80), &dev->hwmon)) { + ssd_gen_swlog(dev, SSD_LOG_SENSOR_FAULT, SSD_SENSOR_LM80_SADDRESS); + } + goto out; + } + } + +out: + /* skip error if not in standard mode */ + if (mode != SSD_DRV_MODE_STANDARD) { + ret = 0; + } + return ret; +} + +/* board volt */ +static int ssd_mon_boardvolt(struct ssd_device *dev) +{ + if (dev->protocol_info.ver < SSD_PROTOCOL_V3_2) { + return 0; + } + + if (dev->hw_info_ext.form_factor == SSD_FORM_FACTOR_FHHL && dev->hw_info.pcb_ver < 'B') { + return 0; + } + + return ssd_lm80_check_event(dev, SSD_SENSOR_LM80_SADDRESS); +} + +/* temperature */ +static int ssd_mon_temp(struct ssd_device *dev) +{ + int cur; + uint16_t val = 0; + int ret = 0; + + if (dev->protocol_info.ver < SSD_PROTOCOL_V3_2) { + return 0; + } + + if (dev->hw_info_ext.form_factor == SSD_FORM_FACTOR_FHHL && dev->hw_info.pcb_ver < 'B') { + return 0; + } + + /* inlet */ + ret = ssd_lm80_read_temp(dev, SSD_SENSOR_LM80_SADDRESS, &val); + if (ret) { + if (!test_and_set_bit(SSD_HWMON_SENSOR(SSD_SENSOR_LM80), &dev->hwmon)) { + ssd_gen_swlog(dev, SSD_LOG_SENSOR_FAULT, SSD_SENSOR_LM80_SADDRESS); + } + goto out; + } + test_and_clear_bit(SSD_HWMON_SENSOR(SSD_SENSOR_LM80), &dev->hwmon); + + cur = SSD_SENSOR_CONVERT_TEMP(val); + if (cur >= SSD_INLET_OT_TEMP) { + if (!test_and_set_bit(SSD_HWMON_TEMP(SSD_TEMP_INLET), &dev->hwmon)) { + ssd_gen_swlog(dev, SSD_LOG_INLET_OVER_TEMP, (uint32_t)cur); + } + } else if(cur < SSD_INLET_OT_HYST) { + if (test_and_clear_bit(SSD_HWMON_TEMP(SSD_TEMP_INLET), &dev->hwmon)) { + ssd_gen_swlog(dev, SSD_LOG_INLET_NORMAL_TEMP, (uint32_t)cur); + } + } + + /* flash */ + ret = ssd_lm75_read(dev, SSD_SENSOR_LM75_SADDRESS, &val); + if (ret) { + if (!test_and_set_bit(SSD_HWMON_SENSOR(SSD_SENSOR_LM75), &dev->hwmon)) { + ssd_gen_swlog(dev, SSD_LOG_SENSOR_FAULT, SSD_SENSOR_LM75_SADDRESS); + } + goto out; + } + test_and_clear_bit(SSD_HWMON_SENSOR(SSD_SENSOR_LM75), &dev->hwmon); + + cur = SSD_SENSOR_CONVERT_TEMP(val); + if (cur >= SSD_FLASH_OT_TEMP) { + if (!test_and_set_bit(SSD_HWMON_TEMP(SSD_TEMP_FLASH), &dev->hwmon)) { + ssd_gen_swlog(dev, SSD_LOG_FLASH_OVER_TEMP, (uint32_t)cur); + } + } else if(cur < SSD_FLASH_OT_HYST) { + if (test_and_clear_bit(SSD_HWMON_TEMP(SSD_TEMP_FLASH), &dev->hwmon)) { + ssd_gen_swlog(dev, SSD_LOG_FLASH_NORMAL_TEMP, (uint32_t)cur); + } + } + +out: + return ret; +} + +/* cmd tag */ +static inline void ssd_put_tag(struct ssd_device *dev, int tag) +{ + test_and_clear_bit(tag, dev->tag_map); + wake_up(&dev->tag_wq); +} + +static inline int ssd_get_tag(struct ssd_device *dev, int wait) +{ + int tag; + +find_tag: + while ((tag = find_first_zero_bit(dev->tag_map, dev->hw_info.cmd_fifo_sz)) >= atomic_read(&dev->queue_depth)) { + DEFINE_WAIT(__wait); + + if (!wait) { + return -1; + } + + prepare_to_wait_exclusive(&dev->tag_wq, &__wait, TASK_UNINTERRUPTIBLE); + schedule(); + + finish_wait(&dev->tag_wq, &__wait); + } + + if (test_and_set_bit(tag, dev->tag_map)) { + goto find_tag; + } + + return tag; +} + +static void ssd_barrier_put_tag(struct ssd_device *dev, int tag) +{ + test_and_clear_bit(tag, dev->tag_map); +} + +static int ssd_barrier_get_tag(struct ssd_device *dev) +{ + int tag = 0; + + if (test_and_set_bit(tag, dev->tag_map)) { + return -1; + } + + return tag; +} + +static void ssd_barrier_end(struct ssd_device *dev) +{ + atomic_set(&dev->queue_depth, dev->hw_info.cmd_fifo_sz); + wake_up_all(&dev->tag_wq); + + mutex_unlock(&dev->barrier_mutex); +} + +static int ssd_barrier_start(struct ssd_device *dev) +{ + int i; + + mutex_lock(&dev->barrier_mutex); + + atomic_set(&dev->queue_depth, 0); + + for (i=0; itag_map, dev->hw_info.cmd_fifo_sz) >= dev->hw_info.cmd_fifo_sz) { + return 0; + } + + __set_current_state(TASK_INTERRUPTIBLE); + schedule_timeout(1); + } + + atomic_set(&dev->queue_depth, dev->hw_info.cmd_fifo_sz); + wake_up_all(&dev->tag_wq); + + mutex_unlock(&dev->barrier_mutex); + + return -EBUSY; +} + +static int ssd_busy(struct ssd_device *dev) +{ + if (find_first_bit(dev->tag_map, dev->hw_info.cmd_fifo_sz) >= dev->hw_info.cmd_fifo_sz) { + return 0; + } + + return 1; +} + +static int ssd_wait_io(struct ssd_device *dev) +{ + int i; + + for (i=0; itag_map, dev->hw_info.cmd_fifo_sz) >= dev->hw_info.cmd_fifo_sz) { + return 0; + } + + __set_current_state(TASK_INTERRUPTIBLE); + schedule_timeout(1); + } + + return -EBUSY; +} + +#if 0 +static int ssd_in_barrier(struct ssd_device *dev) +{ + return (0 == atomic_read(&dev->queue_depth)); +} +#endif + +static void ssd_cleanup_tag(struct ssd_device *dev) +{ + kfree(dev->tag_map); +} + +static int ssd_init_tag(struct ssd_device *dev) +{ + int nr_ulongs = ALIGN(dev->hw_info.cmd_fifo_sz, BITS_PER_LONG) / BITS_PER_LONG; + + mutex_init(&dev->barrier_mutex); + + atomic_set(&dev->queue_depth, dev->hw_info.cmd_fifo_sz); + + dev->tag_map = kmalloc(nr_ulongs * sizeof(unsigned long), GFP_ATOMIC); + if (!dev->tag_map) { + return -ENOMEM; + } + + memset(dev->tag_map, 0, nr_ulongs * sizeof(unsigned long)); + + init_waitqueue_head(&dev->tag_wq); + + return 0; +} + +/* io stat */ +static void ssd_end_io_acct(struct ssd_cmd *cmd) +{ + struct ssd_device *dev = cmd->dev; + struct bio *bio = cmd->bio; + unsigned long dur = jiffies - cmd->start_time; + int rw = bio_data_dir(bio); + +#if ((LINUX_VERSION_CODE >= KERNEL_VERSION(3,0,0)) || (defined RHEL_MAJOR && RHEL_MAJOR == 6 && RHEL_MINOR >= 7)) + int cpu = part_stat_lock(); + struct hd_struct *part = disk_map_sector_rcu(dev->gd, bio_start(bio)); + part_round_stats(cpu, part); + part_stat_add(cpu, part, ticks[rw], dur); + part_dec_in_flight(part, rw); + part_stat_unlock(); +#elif (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,27)) + int cpu = part_stat_lock(); + struct hd_struct *part = &dev->gd->part0; + part_round_stats(cpu, part); + part_stat_add(cpu, part, ticks[rw], dur); + part_stat_unlock(); + part->in_flight[rw] = atomic_dec_return(&dev->in_flight[rw]); +#elif (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,14)) + preempt_disable(); + disk_round_stats(dev->gd); + preempt_enable(); + disk_stat_add(dev->gd, ticks[rw], dur); + dev->gd->in_flight = atomic_dec_return(&dev->in_flight[0]); +#else + preempt_disable(); + disk_round_stats(dev->gd); + preempt_enable(); + if (rw == WRITE) { + disk_stat_add(dev->gd, write_ticks, dur); + } else { + disk_stat_add(dev->gd, read_ticks, dur); + } + dev->gd->in_flight = atomic_dec_return(&dev->in_flight[0]); +#endif +} + +static void ssd_start_io_acct(struct ssd_cmd *cmd) +{ + struct ssd_device *dev = cmd->dev; + struct bio *bio = cmd->bio; + int rw = bio_data_dir(bio); + +#if ((LINUX_VERSION_CODE >= KERNEL_VERSION(3,0,0)) || (defined RHEL_MAJOR && RHEL_MAJOR == 6 && RHEL_MINOR >= 7)) + int cpu = part_stat_lock(); + struct hd_struct *part = disk_map_sector_rcu(dev->gd, bio_start(bio)); + part_round_stats(cpu, part); + part_stat_inc(cpu, part, ios[rw]); + part_stat_add(cpu, part, sectors[rw], bio_sectors(bio)); + part_inc_in_flight(part, rw); + part_stat_unlock(); +#elif (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,27)) + int cpu = part_stat_lock(); + struct hd_struct *part = &dev->gd->part0; + part_round_stats(cpu, part); + part_stat_inc(cpu, part, ios[rw]); + part_stat_add(cpu, part, sectors[rw], bio_sectors(bio)); + part_stat_unlock(); + part->in_flight[rw] = atomic_inc_return(&dev->in_flight[rw]); +#elif (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,14)) + preempt_disable(); + disk_round_stats(dev->gd); + preempt_enable(); + disk_stat_inc(dev->gd, ios[rw]); + disk_stat_add(dev->gd, sectors[rw], bio_sectors(bio)); + dev->gd->in_flight = atomic_inc_return(&dev->in_flight[0]); +#else + preempt_disable(); + disk_round_stats(dev->gd); + preempt_enable(); + if (rw == WRITE) { + disk_stat_inc(dev->gd, writes); + disk_stat_add(dev->gd, write_sectors, bio_sectors(bio)); + } else { + disk_stat_inc(dev->gd, reads); + disk_stat_add(dev->gd, read_sectors, bio_sectors(bio)); + } + dev->gd->in_flight = atomic_inc_return(&dev->in_flight[0]); +#endif + + cmd->start_time = jiffies; +} + +/* io */ +static void ssd_queue_bio(struct ssd_device *dev, struct bio *bio) +{ + spin_lock(&dev->sendq_lock); + ssd_blist_add(&dev->sendq, bio); + spin_unlock(&dev->sendq_lock); + + atomic_inc(&dev->in_sendq); + wake_up(&dev->send_waitq); +} + +static inline void ssd_end_request(struct ssd_cmd *cmd) +{ + struct ssd_device *dev = cmd->dev; + struct bio *bio = cmd->bio; + int errors = cmd->errors; + int tag = cmd->tag; + + if (bio) { +#if (defined SSD_TRIM && (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,36))) + if (!(bio->bi_rw & REQ_DISCARD)) { + ssd_end_io_acct(cmd); + if (!cmd->flag) { + pci_unmap_sg(dev->pdev, cmd->sgl, cmd->nsegs, + bio_data_dir(bio) == READ ? PCI_DMA_FROMDEVICE : PCI_DMA_TODEVICE); + } + } +#elif (defined SSD_TRIM && (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,32))) + if (!bio_rw_flagged(bio, BIO_RW_DISCARD)) { + ssd_end_io_acct(cmd); + if (!cmd->flag) { + pci_unmap_sg(dev->pdev, cmd->sgl, cmd->nsegs, + bio_data_dir(bio) == READ ? PCI_DMA_FROMDEVICE : PCI_DMA_TODEVICE); + } + } +#else + ssd_end_io_acct(cmd); + + if (!cmd->flag) { + pci_unmap_sg(dev->pdev, cmd->sgl, cmd->nsegs, + bio_data_dir(bio) == READ ? PCI_DMA_FROMDEVICE : PCI_DMA_TODEVICE); + } +#endif + + cmd->bio = NULL; + ssd_put_tag(dev, tag); + + if (SSD_INT_MSIX == dev->int_mode || tag < 16 || errors) { +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24)) + bio_endio(bio, errors); +#else + bio_endio(bio, bio->bi_size, errors); +#endif + } else /* if (bio->bi_idx >= bio->bi_vcnt)*/ { + spin_lock(&dev->doneq_lock); + ssd_blist_add(&dev->doneq, bio); + spin_unlock(&dev->doneq_lock); + + atomic_inc(&dev->in_doneq); + wake_up(&dev->done_waitq); + } + } else { + if (cmd->waiting) { + complete(cmd->waiting); + } + } +} + +static void ssd_end_timeout_request(struct ssd_cmd *cmd) +{ + struct ssd_device *dev = cmd->dev; + struct ssd_rw_msg *msg = (struct ssd_rw_msg *)cmd->msg; + int i; + + for (i=0; inr_queue; i++) { + disable_irq(dev->entry[i].vector); + } + + atomic_inc(&dev->tocnt); + //if (cmd->bio) { + hio_err("%s: cmd timeout: tag %d fun %#x\n", dev->name, msg->tag, msg->fun); + cmd->errors = -ETIMEDOUT; + ssd_end_request(cmd); + //} + + for (i=0; inr_queue; i++) { + enable_irq(dev->entry[i].vector); + } + + /* alarm led */ + ssd_set_alarm(dev); +} + +/* cmd timer */ +static void ssd_cmd_add_timer(struct ssd_cmd *cmd, int timeout, void (*complt)(struct ssd_cmd *)) +{ + init_timer(&cmd->cmd_timer); + + cmd->cmd_timer.data = (unsigned long)cmd; + cmd->cmd_timer.expires = jiffies + timeout; + cmd->cmd_timer.function = (void (*)(unsigned long)) complt; + + add_timer(&cmd->cmd_timer); +} + +static int ssd_cmd_del_timer(struct ssd_cmd *cmd) +{ + return del_timer(&cmd->cmd_timer); +} + +static void ssd_add_timer(struct timer_list *timer, int timeout, void (*complt)(void *), void *data) +{ + init_timer(timer); + + timer->data = (unsigned long)data; + timer->expires = jiffies + timeout; + timer->function = (void (*)(unsigned long)) complt; + + add_timer(timer); +} + +static int ssd_del_timer(struct timer_list *timer) +{ + return del_timer(timer); +} + +static void ssd_cmd_timeout(struct ssd_cmd *cmd) +{ + struct ssd_device *dev = cmd->dev; + uint32_t msg = *(uint32_t *)cmd->msg; + + ssd_end_timeout_request(cmd); + + ssd_gen_swlog(dev, SSD_LOG_TIMEOUT, msg); +} + + +static void __ssd_done(unsigned long data) +{ + struct ssd_cmd *cmd; + LIST_HEAD(localq); + + local_irq_disable(); +#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,13,0)) + list_splice_init(&__get_cpu_var(ssd_doneq), &localq); +#else + list_splice_init(this_cpu_ptr(&ssd_doneq), &localq); +#endif + local_irq_enable(); + + while (!list_empty(&localq)) { + cmd = list_entry(localq.next, struct ssd_cmd, list); + list_del_init(&cmd->list); + + ssd_end_request(cmd); + } +} + +static void __ssd_done_db(unsigned long data) +{ + struct ssd_cmd *cmd; + struct ssd_device *dev; + struct bio *bio; + LIST_HEAD(localq); + + local_irq_disable(); +#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,13,0)) + list_splice_init(&__get_cpu_var(ssd_doneq), &localq); +#else + list_splice_init(this_cpu_ptr(&ssd_doneq), &localq); +#endif + local_irq_enable(); + + while (!list_empty(&localq)) { + cmd = list_entry(localq.next, struct ssd_cmd, list); + list_del_init(&cmd->list); + + dev = (struct ssd_device *)cmd->dev; + bio = cmd->bio; + + if (bio) { + sector_t off = dev->db_info.data.loc.off; + uint32_t len = dev->db_info.data.loc.len; + + switch (dev->db_info.type) { + case SSD_DEBUG_READ_ERR: + if (bio_data_dir(bio) == READ && + !((off + len) <= bio_start(bio) || off >= (bio_start(bio) + bio_sectors(bio)))) { + cmd->errors = -EIO; + } + break; + case SSD_DEBUG_WRITE_ERR: + if (bio_data_dir(bio) == WRITE && + !((off + len) <= bio_start(bio) || off >= (bio_start(bio) + bio_sectors(bio)))) { + cmd->errors = -EROFS; + } + break; + case SSD_DEBUG_RW_ERR: + if (!((off + len) <= bio_start(bio) || off >= (bio_start(bio) + bio_sectors(bio)))) { + if (bio_data_dir(bio) == READ) { + cmd->errors = -EIO; + } else { + cmd->errors = -EROFS; + } + } + break; + default: + break; + } + } + + ssd_end_request(cmd); + } +} + +static inline void ssd_done_bh(struct ssd_cmd *cmd) +{ + unsigned long flags = 0; + + if (unlikely(!ssd_cmd_del_timer(cmd))) { + struct ssd_device *dev = cmd->dev; + struct ssd_rw_msg *msg = (struct ssd_rw_msg *)cmd->msg; + hio_err("%s: unknown cmd: tag %d fun %#x\n", dev->name, msg->tag, msg->fun); + + /* alarm led */ + ssd_set_alarm(dev); + return; + } + + local_irq_save(flags); +#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,13,0)) + list_add_tail(&cmd->list, &__get_cpu_var(ssd_doneq)); + tasklet_hi_schedule(&__get_cpu_var(ssd_tasklet)); +#else + list_add_tail(&cmd->list, this_cpu_ptr(&ssd_doneq)); + tasklet_hi_schedule(this_cpu_ptr(&ssd_tasklet)); +#endif + local_irq_restore(flags); + + return; +} + +static inline void ssd_done(struct ssd_cmd *cmd) +{ + if (unlikely(!ssd_cmd_del_timer(cmd))) { + struct ssd_device *dev = cmd->dev; + struct ssd_rw_msg *msg = (struct ssd_rw_msg *)cmd->msg; + hio_err("%s: unknown cmd: tag %d fun %#x\n", dev->name, msg->tag, msg->fun); + + /* alarm led */ + ssd_set_alarm(dev); + return; + } + + ssd_end_request(cmd); + + return; +} + +static inline void ssd_dispatch_cmd(struct ssd_cmd *cmd) +{ + struct ssd_device *dev = (struct ssd_device *)cmd->dev; + + ssd_cmd_add_timer(cmd, SSD_CMD_TIMEOUT, ssd_cmd_timeout); + + spin_lock(&dev->cmd_lock); + ssd_reg_write(dev->ctrlp + SSD_REQ_FIFO_REG, cmd->msg_dma); + spin_unlock(&dev->cmd_lock); +} + +static inline void ssd_send_cmd(struct ssd_cmd *cmd) +{ + struct ssd_device *dev = (struct ssd_device *)cmd->dev; + + ssd_cmd_add_timer(cmd, SSD_CMD_TIMEOUT, ssd_cmd_timeout); + + ssd_reg32_write(dev->ctrlp + SSD_REQ_FIFO_REG, ((uint32_t)cmd->tag | ((uint32_t)cmd->nsegs << 16))); +} + +static inline void ssd_send_cmd_db(struct ssd_cmd *cmd) +{ + struct ssd_device *dev = (struct ssd_device *)cmd->dev; + struct bio *bio = cmd->bio; + + ssd_cmd_add_timer(cmd, SSD_CMD_TIMEOUT, ssd_cmd_timeout); + + if (bio) { + switch (dev->db_info.type) { + case SSD_DEBUG_READ_TO: + if (bio_data_dir(bio) == READ) { + return; + } + break; + case SSD_DEBUG_WRITE_TO: + if (bio_data_dir(bio) == WRITE) { + return; + } + break; + case SSD_DEBUG_RW_TO: + return; + break; + default: + break; + } + } + + ssd_reg32_write(dev->ctrlp + SSD_REQ_FIFO_REG, ((uint32_t)cmd->tag | ((uint32_t)cmd->nsegs << 16))); +} + + +/* fixed for BIOVEC_PHYS_MERGEABLE */ +#ifdef SSD_BIOVEC_PHYS_MERGEABLE_FIXED +#include +#include +#include + +static bool xen_biovec_phys_mergeable_fixed(const struct bio_vec *vec1, + const struct bio_vec *vec2) +{ + unsigned long mfn1 = pfn_to_mfn(page_to_pfn(vec1->bv_page)); + unsigned long mfn2 = pfn_to_mfn(page_to_pfn(vec2->bv_page)); + + return __BIOVEC_PHYS_MERGEABLE(vec1, vec2) && + ((mfn1 == mfn2) || ((mfn1+1) == mfn2)); +} + +#ifdef BIOVEC_PHYS_MERGEABLE +#undef BIOVEC_PHYS_MERGEABLE +#endif +#define BIOVEC_PHYS_MERGEABLE(vec1, vec2) \ + (__BIOVEC_PHYS_MERGEABLE(vec1, vec2) && \ + (!xen_domain() || xen_biovec_phys_mergeable_fixed(vec1, vec2))) + +#endif + +static inline int ssd_bio_map_sg(struct ssd_device *dev, struct bio *bio, struct scatterlist *sgl) +{ +#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,14,0)) + struct bio_vec *bvec, *bvprv = NULL; + struct scatterlist *sg = NULL; + int i = 0, nsegs = 0; + +#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,23)) + sg_init_table(sgl, dev->hw_info.cmd_max_sg); +#endif + + /* + * for each segment in bio + */ + bio_for_each_segment(bvec, bio, i) { + if (bvprv && BIOVEC_PHYS_MERGEABLE(bvprv, bvec)) { + sg->length += bvec->bv_len; + } else { + if (unlikely(nsegs >= (int)dev->hw_info.cmd_max_sg)) { + break; + } + + sg = sg ? (sg + 1) : sgl; +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24)) + sg_set_page(sg, bvec->bv_page, bvec->bv_len, bvec->bv_offset); +#else + sg->page = bvec->bv_page; + sg->length = bvec->bv_len; + sg->offset = bvec->bv_offset; +#endif + nsegs++; + } + bvprv = bvec; + } + +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24)) + if (sg) { + sg_mark_end(sg); + } +#endif + + bio->bi_idx = i; + + return nsegs; +#else + struct bio_vec bvec, bvprv; + struct bvec_iter iter; + struct scatterlist *sg = NULL; + int nsegs = 0; + int first = 1; + + sg_init_table(sgl, dev->hw_info.cmd_max_sg); + + /* + * for each segment in bio + */ + bio_for_each_segment(bvec, bio, iter) { + if (!first && BIOVEC_PHYS_MERGEABLE(&bvprv, &bvec)) { + sg->length += bvec.bv_len; + } else { + if (unlikely(nsegs >= (int)dev->hw_info.cmd_max_sg)) { + break; + } + + sg = sg ? (sg + 1) : sgl; + + sg_set_page(sg, bvec.bv_page, bvec.bv_len, bvec.bv_offset); + + nsegs++; + first = 0; + } + bvprv = bvec; + } + + if (sg) { + sg_mark_end(sg); + } + + return nsegs; +#endif +} + + +static int __ssd_submit_pbio(struct ssd_device *dev, struct bio *bio, int wait) +{ + struct ssd_cmd *cmd; + struct ssd_rw_msg *msg; + struct ssd_sg_entry *sge; + sector_t block = bio_start(bio); + int tag; + int i; + + tag = ssd_get_tag(dev, wait); + if (tag < 0) { + return -EBUSY; + } + + cmd = &dev->cmd[tag]; + cmd->bio = bio; + cmd->flag = 1; + + msg = (struct ssd_rw_msg *)cmd->msg; + +#if (defined SSD_TRIM && (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,36))) + if (bio->bi_rw & REQ_DISCARD) { + unsigned int length = bio_sectors(bio); + + //printk(KERN_WARNING "%s: discard len %u, block %llu\n", dev->name, bio_sectors(bio), block); + msg->tag = tag; + msg->fun = SSD_FUNC_TRIM; + + sge = msg->sge; + for (i=0; i<(dev->hw_info.cmd_max_sg); i++) { + sge->block = block; + sge->length = (length >= dev->hw_info.sg_max_sec) ? dev->hw_info.sg_max_sec : length; + sge->buf = 0; + + block += sge->length; + length -= sge->length; + sge++; + + if (length <= 0) { + break; + } + } + msg->nsegs = cmd->nsegs = (i + 1); + + dev->scmd(cmd); + return 0; + } +#elif (defined SSD_TRIM && (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,32))) + if (bio_rw_flagged(bio, BIO_RW_DISCARD)) { + unsigned int length = bio_sectors(bio); + + //printk(KERN_WARNING "%s: discard len %u, block %llu\n", dev->name, bio_sectors(bio), block); + msg->tag = tag; + msg->fun = SSD_FUNC_TRIM; + + sge = msg->sge; + for (i=0; i<(dev->hw_info.cmd_max_sg); i++) { + sge->block = block; + sge->length = (length >= dev->hw_info.sg_max_sec) ? dev->hw_info.sg_max_sec : length; + sge->buf = 0; + + block += sge->length; + length -= sge->length; + sge++; + + if (length <= 0) { + break; + } + } + msg->nsegs = cmd->nsegs = (i + 1); + + dev->scmd(cmd); + return 0; + } +#endif + + //msg->nsegs = cmd->nsegs = ssd_bio_map_sg(dev, bio, sgl); + msg->nsegs = cmd->nsegs = bio->bi_vcnt; + + //xx + if (bio_data_dir(bio) == READ) { + msg->fun = SSD_FUNC_READ; + msg->flag = 0; + } else { + msg->fun = SSD_FUNC_WRITE; + msg->flag = dev->wmode; + } + + sge = msg->sge; + for (i=0; ibi_vcnt; i++) { + sge->block = block; + sge->length = bio->bi_io_vec[i].bv_len >> 9; + sge->buf = (uint64_t)((void *)bio->bi_io_vec[i].bv_page + bio->bi_io_vec[i].bv_offset); + + block += sge->length; + sge++; + } + + msg->tag = tag; + +#ifdef SSD_OT_PROTECT + if (unlikely(dev->ot_delay > 0 && dev->ot_protect != 0)) { + msleep_interruptible(dev->ot_delay); + } +#endif + + ssd_start_io_acct(cmd); + dev->scmd(cmd); + + return 0; +} + +static inline int ssd_submit_bio(struct ssd_device *dev, struct bio *bio, int wait) +{ + struct ssd_cmd *cmd; + struct ssd_rw_msg *msg; + struct ssd_sg_entry *sge; + struct scatterlist *sgl; + sector_t block = bio_start(bio); + int tag; + int i; + + tag = ssd_get_tag(dev, wait); + if (tag < 0) { + return -EBUSY; + } + + cmd = &dev->cmd[tag]; + cmd->bio = bio; + cmd->flag = 0; + + msg = (struct ssd_rw_msg *)cmd->msg; + + sgl = cmd->sgl; + +#if (defined SSD_TRIM && (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,36))) + if (bio->bi_rw & REQ_DISCARD) { + unsigned int length = bio_sectors(bio); + + //printk(KERN_WARNING "%s: discard len %u, block %llu\n", dev->name, bio_sectors(bio), block); + msg->tag = tag; + msg->fun = SSD_FUNC_TRIM; + + sge = msg->sge; + for (i=0; i<(dev->hw_info.cmd_max_sg); i++) { + sge->block = block; + sge->length = (length >= dev->hw_info.sg_max_sec) ? dev->hw_info.sg_max_sec : length; + sge->buf = 0; + + block += sge->length; + length -= sge->length; + sge++; + + if (length <= 0) { + break; + } + } + msg->nsegs = cmd->nsegs = (i + 1); + + dev->scmd(cmd); + return 0; + } +#elif (defined SSD_TRIM && (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,32))) + if (bio_rw_flagged(bio, BIO_RW_DISCARD)) { + unsigned int length = bio_sectors(bio); + + //printk(KERN_WARNING "%s: discard len %u, block %llu\n", dev->name, bio_sectors(bio), block); + msg->tag = tag; + msg->fun = SSD_FUNC_TRIM; + + sge = msg->sge; + for (i=0; i<(dev->hw_info.cmd_max_sg); i++) { + sge->block = block; + sge->length = (length >= dev->hw_info.sg_max_sec) ? dev->hw_info.sg_max_sec : length; + sge->buf = 0; + + block += sge->length; + length -= sge->length; + sge++; + + if (length <= 0) { + break; + } + } + msg->nsegs = cmd->nsegs = (i + 1); + + dev->scmd(cmd); + return 0; + } +#endif + + msg->nsegs = cmd->nsegs = ssd_bio_map_sg(dev, bio, sgl); + + //xx + if (bio_data_dir(bio) == READ) { + msg->fun = SSD_FUNC_READ; + msg->flag = 0; + pci_map_sg(dev->pdev, sgl, cmd->nsegs, PCI_DMA_FROMDEVICE); + } else { + msg->fun = SSD_FUNC_WRITE; + msg->flag = dev->wmode; + pci_map_sg(dev->pdev, sgl, cmd->nsegs, PCI_DMA_TODEVICE); + } + + sge = msg->sge; + for (i=0; insegs; i++) { + sge->block = block; + sge->length = sg_dma_len(sgl) >> 9; + sge->buf = sg_dma_address(sgl); + + block += sge->length; + sgl++; + sge++; + } + + msg->tag = tag; + +#ifdef SSD_OT_PROTECT + if (unlikely(dev->ot_delay > 0 && dev->ot_protect != 0)) { + msleep_interruptible(dev->ot_delay); + } +#endif + + ssd_start_io_acct(cmd); + dev->scmd(cmd); + + return 0; +} + +/* threads */ +static int ssd_done_thread(void *data) +{ + struct ssd_device *dev; + struct bio *bio; + struct bio *next; +#ifdef SSD_ESCAPE_IRQ + cpumask_t new_mask; +#endif + + if (!data) { + return -EINVAL; + } + dev = data; + + //set_user_nice(current, -5); + + while (!kthread_should_stop()) { + wait_event_interruptible(dev->done_waitq, (atomic_read(&dev->in_doneq) || kthread_should_stop())); + + while (atomic_read(&dev->in_doneq)) { + if (threaded_irq) { + spin_lock(&dev->doneq_lock); + bio = ssd_blist_get(&dev->doneq); + spin_unlock(&dev->doneq_lock); + } else { + spin_lock_irq(&dev->doneq_lock); + bio = ssd_blist_get(&dev->doneq); + spin_unlock_irq(&dev->doneq_lock); + } + + while (bio) { + next = bio->bi_next; + bio->bi_next = NULL; +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24)) + bio_endio(bio, 0); +#else + bio_endio(bio, bio->bi_size, 0); +#endif + atomic_dec(&dev->in_doneq); + bio = next; + } + + cond_resched(); + +#ifdef SSD_ESCAPE_IRQ + if (unlikely(smp_processor_id() == dev->irq_cpu)) { +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,28)) + cpumask_setall(&new_mask); + cpumask_clear_cpu(dev->irq_cpu, &new_mask); + set_cpus_allowed_ptr(current, &new_mask); +#else + cpus_setall(new_mask); + cpu_clear(dev->irq_cpu, new_mask); + set_cpus_allowed(current, new_mask); +#endif + } +#endif + } + } + return 0; +} + +static int ssd_send_thread(void *data) +{ + struct ssd_device *dev; + struct bio *bio; + struct bio *next; +#ifdef SSD_ESCAPE_IRQ + cpumask_t new_mask; +#endif + + if (!data) { + return -EINVAL; + } + dev = data; + + //set_user_nice(current, -5); + + while (!kthread_should_stop()) { + wait_event_interruptible(dev->send_waitq, (atomic_read(&dev->in_sendq) || kthread_should_stop())); + + while (atomic_read(&dev->in_sendq)) { + spin_lock(&dev->sendq_lock); + bio = ssd_blist_get(&dev->sendq); + spin_unlock(&dev->sendq_lock); + + while (bio) { + next = bio->bi_next; + bio->bi_next = NULL; +#ifdef SSD_QUEUE_PBIO + if (test_and_clear_bit(BIO_SSD_PBIO, &bio->bi_flags)) { + __ssd_submit_pbio(dev, bio, 1); + } else { + ssd_submit_bio(dev, bio, 1); + } +#else + ssd_submit_bio(dev, bio, 1); +#endif + atomic_dec(&dev->in_sendq); + bio = next; + } + + cond_resched(); + +#ifdef SSD_ESCAPE_IRQ + if (unlikely(smp_processor_id() == dev->irq_cpu)) { +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,28)) + cpumask_setall(&new_mask); + cpumask_clear_cpu(dev->irq_cpu, &new_mask); + set_cpus_allowed_ptr(current, &new_mask); +#else + cpus_setall(new_mask); + cpu_clear(dev->irq_cpu, new_mask); + set_cpus_allowed(current, new_mask); +#endif + } +#endif + } + } + + return 0; +} + +static void ssd_cleanup_thread(struct ssd_device *dev) +{ + kthread_stop(dev->send_thread); + kthread_stop(dev->done_thread); +} + +static int ssd_init_thread(struct ssd_device *dev) +{ + int ret; + + atomic_set(&dev->in_doneq, 0); + atomic_set(&dev->in_sendq, 0); + + spin_lock_init(&dev->doneq_lock); + spin_lock_init(&dev->sendq_lock); + + ssd_blist_init(&dev->doneq); + ssd_blist_init(&dev->sendq); + + init_waitqueue_head(&dev->done_waitq); + init_waitqueue_head(&dev->send_waitq); + + dev->done_thread = kthread_run(ssd_done_thread, dev, "%s/d", dev->name); + if (IS_ERR(dev->done_thread)) { + ret = PTR_ERR(dev->done_thread); + goto out_done_thread; + } + + dev->send_thread = kthread_run(ssd_send_thread, dev, "%s/s", dev->name); + if (IS_ERR(dev->send_thread)) { + ret = PTR_ERR(dev->send_thread); + goto out_send_thread; + } + + return 0; + +out_send_thread: + kthread_stop(dev->done_thread); +out_done_thread: + return ret; +} + +/* dcmd pool */ +static void ssd_put_dcmd(struct ssd_dcmd *dcmd) +{ + struct ssd_device *dev = (struct ssd_device *)dcmd->dev; + + spin_lock(&dev->dcmd_lock); + list_add_tail(&dcmd->list, &dev->dcmd_list); + spin_unlock(&dev->dcmd_lock); +} + +static struct ssd_dcmd *ssd_get_dcmd(struct ssd_device *dev) +{ + struct ssd_dcmd *dcmd = NULL; + + spin_lock(&dev->dcmd_lock); + if (!list_empty(&dev->dcmd_list)) { + dcmd = list_entry(dev->dcmd_list.next, + struct ssd_dcmd, list); + list_del_init(&dcmd->list); + } + spin_unlock(&dev->dcmd_lock); + + return dcmd; +} + +static void ssd_cleanup_dcmd(struct ssd_device *dev) +{ + kfree(dev->dcmd); +} + +static int ssd_init_dcmd(struct ssd_device *dev) +{ + struct ssd_dcmd *dcmd; + int dcmd_sz = sizeof(struct ssd_dcmd)*dev->hw_info.cmd_fifo_sz; + int i; + + spin_lock_init(&dev->dcmd_lock); + INIT_LIST_HEAD(&dev->dcmd_list); + init_waitqueue_head(&dev->dcmd_wq); + + dev->dcmd = kmalloc(dcmd_sz, GFP_KERNEL); + if (!dev->dcmd) { + hio_warn("%s: can not alloc dcmd\n", dev->name); + goto out_alloc_dcmd; + } + memset(dev->dcmd, 0, dcmd_sz); + + for (i=0, dcmd=dev->dcmd; i<(int)dev->hw_info.cmd_fifo_sz; i++, dcmd++) { + dcmd->dev = dev; + INIT_LIST_HEAD(&dcmd->list); + list_add_tail(&dcmd->list, &dev->dcmd_list); + } + + return 0; + +out_alloc_dcmd: + return -ENOMEM; +} + +static void ssd_put_dmsg(void *msg) +{ + struct ssd_dcmd *dcmd = container_of(msg, struct ssd_dcmd, msg); + struct ssd_device *dev = (struct ssd_device *)dcmd->dev; + + memset(dcmd->msg, 0, SSD_DCMD_MAX_SZ); + ssd_put_dcmd(dcmd); + wake_up(&dev->dcmd_wq); +} + +static void *ssd_get_dmsg(struct ssd_device *dev) +{ + struct ssd_dcmd *dcmd = ssd_get_dcmd(dev); + + while (!dcmd) { + DEFINE_WAIT(wait); + prepare_to_wait_exclusive(&dev->dcmd_wq, &wait, TASK_UNINTERRUPTIBLE); + schedule(); + + dcmd = ssd_get_dcmd(dev); + + finish_wait(&dev->dcmd_wq, &wait); + } + return dcmd->msg; +} + +/* do direct cmd */ +static int ssd_do_request(struct ssd_device *dev, int rw, void *msg, int *done) +{ + DECLARE_COMPLETION(wait); + struct ssd_cmd *cmd; + int tag; + int ret = 0; + + tag = ssd_get_tag(dev, 1); + if (tag < 0) { + return -EBUSY; + } + + cmd = &dev->cmd[tag]; + cmd->nsegs = 1; + memcpy(cmd->msg, msg, SSD_DCMD_MAX_SZ); + ((struct ssd_rw_msg *)cmd->msg)->tag = tag; + + cmd->waiting = &wait; + + dev->scmd(cmd); + + wait_for_completion(cmd->waiting); + cmd->waiting = NULL; + + if (cmd->errors == -ETIMEDOUT) { + ret = cmd->errors; + } else if (cmd->errors) { + ret = -EIO; + } + + if (done != NULL) { + *done = cmd->nr_log; + } + ssd_put_tag(dev, cmd->tag); + + return ret; +} + +static int ssd_do_barrier_request(struct ssd_device *dev, int rw, void *msg, int *done) +{ + DECLARE_COMPLETION(wait); + struct ssd_cmd *cmd; + int tag; + int ret = 0; + + tag = ssd_barrier_get_tag(dev); + if (tag < 0) { + return -EBUSY; + } + + cmd = &dev->cmd[tag]; + cmd->nsegs = 1; + memcpy(cmd->msg, msg, SSD_DCMD_MAX_SZ); + ((struct ssd_rw_msg *)cmd->msg)->tag = tag; + + cmd->waiting = &wait; + + dev->scmd(cmd); + + wait_for_completion(cmd->waiting); + cmd->waiting = NULL; + + if (cmd->errors == -ETIMEDOUT) { + ret = cmd->errors; + } else if (cmd->errors) { + ret = -EIO; + } + + if (done != NULL) { + *done = cmd->nr_log; + } + ssd_barrier_put_tag(dev, cmd->tag); + + return ret; +} + +#ifdef SSD_OT_PROTECT +static void ssd_check_temperature(struct ssd_device *dev, int temp) +{ + uint64_t val; + uint32_t off; + int cur; + int i; + + if (mode != SSD_DRV_MODE_STANDARD) { + return; + } + + if (dev->protocol_info.ver <= SSD_PROTOCOL_V3) { + } + + for (i=0; ihw_info.nr_ctrl; i++) { + off = SSD_CTRL_TEMP_REG0 + i * sizeof(uint64_t); + + val = ssd_reg_read(dev->ctrlp + off); + if (val == 0xffffffffffffffffull) { + continue; + } + + cur = (int)CUR_TEMP(val); + if (cur >= temp) { + if (!test_and_set_bit(SSD_HWMON_TEMP(SSD_TEMP_CTRL), &dev->hwmon)) { + if (dev->protocol_info.ver > SSD_PROTOCOL_V3 && dev->protocol_info.ver < SSD_PROTOCOL_V3_2_2) { + hio_warn("%s: Over temperature, please check the fans.\n", dev->name); + dev->ot_delay = SSD_OT_DELAY; + } + } + return; + } + } + + if (test_and_clear_bit(SSD_HWMON_TEMP(SSD_TEMP_CTRL), &dev->hwmon)) { + if (dev->protocol_info.ver > SSD_PROTOCOL_V3 && dev->protocol_info.ver < SSD_PROTOCOL_V3_2_2) { + hio_warn("%s: Temperature is OK.\n", dev->name); + dev->ot_delay = 0; + } + } +} +#endif + +static int ssd_get_ot_status(struct ssd_device *dev, int *status) +{ + uint32_t off; + uint32_t val; + int i; + + if (!dev || !status) { + return -EINVAL; + } + + if (dev->protocol_info.ver >= SSD_PROTOCOL_V3_2_2) { + for (i=0; ihw_info.nr_ctrl; i++) { + off = SSD_READ_OT_REG0 + (i * SSD_CTRL_REG_ZONE_SZ); + val = ssd_reg32_read(dev->ctrlp + off); + if ((val >> 22) & 0x1) { + *status = 1; + goto out; + } + + + off = SSD_WRITE_OT_REG0 + (i * SSD_CTRL_REG_ZONE_SZ); + val = ssd_reg32_read(dev->ctrlp + off); + if ((val >> 22) & 0x1) { + *status = 1; + goto out; + } + } + } else { + *status = !!dev->ot_delay; + } + +out: + return 0; +} + +static void ssd_set_ot_protect(struct ssd_device *dev, int protect) +{ + uint32_t off; + uint32_t val; + int i; + + mutex_lock(&dev->fw_mutex); + + dev->ot_protect = !!protect; + + if (dev->protocol_info.ver >= SSD_PROTOCOL_V3_2_2) { + for (i=0; ihw_info.nr_ctrl; i++) { + off = SSD_READ_OT_REG0 + (i * SSD_CTRL_REG_ZONE_SZ); + val = ssd_reg32_read(dev->ctrlp + off); + if (dev->ot_protect) { + val |= (1U << 21); + } else { + val &= ~(1U << 21); + } + ssd_reg32_write(dev->ctrlp + off, val); + + + off = SSD_WRITE_OT_REG0 + (i * SSD_CTRL_REG_ZONE_SZ); + val = ssd_reg32_read(dev->ctrlp + off); + if (dev->ot_protect) { + val |= (1U << 21); + } else { + val &= ~(1U << 21); + } + ssd_reg32_write(dev->ctrlp + off, val); + } + } + + mutex_unlock(&dev->fw_mutex); +} + +static int ssd_init_ot_protect(struct ssd_device *dev) +{ + ssd_set_ot_protect(dev, ot_protect); + +#ifdef SSD_OT_PROTECT + ssd_check_temperature(dev, SSD_OT_TEMP); +#endif + + return 0; +} + +/* log */ +static int ssd_read_log(struct ssd_device *dev, int ctrl_idx, void *buf, int *nr_log) +{ + struct ssd_log_op_msg *msg; + struct ssd_log_msg *lmsg; + dma_addr_t buf_dma; + size_t length = dev->hw_info.log_sz; + int ret = 0; + + if (ctrl_idx >= dev->hw_info.nr_ctrl) { + return -EINVAL; + } + + buf_dma = pci_map_single(dev->pdev, buf, length, PCI_DMA_FROMDEVICE); +#if (LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,26)) + ret = dma_mapping_error(buf_dma); +#else + ret = dma_mapping_error(&(dev->pdev->dev), buf_dma); +#endif + if (ret) { + hio_warn("%s: unable to map read DMA buffer\n", dev->name); + goto out_dma_mapping; + } + + msg = (struct ssd_log_op_msg *)ssd_get_dmsg(dev); + + if (dev->protocol_info.ver < SSD_PROTOCOL_V3) { + lmsg = (struct ssd_log_msg *)msg; + lmsg->fun = SSD_FUNC_READ_LOG; + lmsg->ctrl_idx = ctrl_idx; + lmsg->buf = buf_dma; + } else { + msg->fun = SSD_FUNC_READ_LOG; + msg->ctrl_idx = ctrl_idx; + msg->buf = buf_dma; + } + + ret = ssd_do_request(dev, READ, msg, nr_log); + ssd_put_dmsg(msg); + + pci_unmap_single(dev->pdev, buf_dma, length, PCI_DMA_FROMDEVICE); + +out_dma_mapping: + return ret; +} + +#define SSD_LOG_PRINT_BUF_SZ 256 +static int ssd_parse_log(struct ssd_device *dev, struct ssd_log *log, int print) +{ + struct ssd_log_desc *log_desc = ssd_log_desc; + struct ssd_log_entry *le; + char *sn = NULL; + char print_buf[SSD_LOG_PRINT_BUF_SZ]; + int print_len; + + le = &log->le; + + /* find desc */ + while (log_desc->event != SSD_UNKNOWN_EVENT) { + if (log_desc->event == le->event) { + break; + } + log_desc++; + } + + if (!print) { + goto out; + } + + if (log_desc->level < log_level) { + goto out; + } + + /* parse */ + if (dev->protocol_info.ver < SSD_PROTOCOL_V3_2) { + sn = dev->label.sn; + } else { + sn = dev->labelv3.barcode; + } + + print_len = snprintf(print_buf, SSD_LOG_PRINT_BUF_SZ, "%s (%s): <%#x>", dev->name, sn, le->event); + + if (log->ctrl_idx != SSD_LOG_SW_IDX) { + print_len += snprintf((print_buf + print_len), (SSD_LOG_PRINT_BUF_SZ - print_len), " controller %d", log->ctrl_idx); + } + + switch (log_desc->data) { + case SSD_LOG_DATA_NONE: + break; + case SSD_LOG_DATA_LOC: + if (dev->protocol_info.ver < SSD_PROTOCOL_V3_2) { + print_len += snprintf((print_buf + print_len), (SSD_LOG_PRINT_BUF_SZ - print_len), " flash %d", le->data.loc.flash); + if (log_desc->sblock) { + print_len += snprintf((print_buf + print_len), (SSD_LOG_PRINT_BUF_SZ - print_len), " block %d", le->data.loc.block); + } + if (log_desc->spage) { + print_len += snprintf((print_buf + print_len), (SSD_LOG_PRINT_BUF_SZ - print_len), " page %d", le->data.loc.page); + } + } else { + print_len += snprintf((print_buf + print_len), (SSD_LOG_PRINT_BUF_SZ - print_len), " flash %d", le->data.loc1.flash); + if (log_desc->sblock) { + print_len += snprintf((print_buf + print_len), (SSD_LOG_PRINT_BUF_SZ - print_len), " block %d", le->data.loc1.block); + } + if (log_desc->spage) { + print_len += snprintf((print_buf + print_len), (SSD_LOG_PRINT_BUF_SZ - print_len), " page %d", le->data.loc1.page); + } + } + break; + case SSD_LOG_DATA_HEX: + print_len += snprintf((print_buf + print_len), (SSD_LOG_PRINT_BUF_SZ - print_len), " info %#x", le->data.val); + break; + default: + break; + } + /*print_len += */snprintf((print_buf + print_len), (SSD_LOG_PRINT_BUF_SZ - print_len), ": %s", log_desc->desc); + + switch (log_desc->level) { + case SSD_LOG_LEVEL_INFO: + hio_info("%s\n", print_buf); + break; + case SSD_LOG_LEVEL_NOTICE: + hio_note("%s\n", print_buf); + break; + case SSD_LOG_LEVEL_WARNING: + hio_warn("%s\n", print_buf); + break; + case SSD_LOG_LEVEL_ERR: + hio_err("%s\n", print_buf); + //printk(KERN_ERR MODULE_NAME": some exception occurred, please check the data or refer to FAQ."); + break; + default: + hio_warn("%s\n", print_buf); + break; + } + +out: + return log_desc->level; +} + +static int ssd_bm_get_sfstatus(struct ssd_device *dev, uint16_t *status); +static int ssd_switch_wmode(struct ssd_device *dev, int wmode); + + +static int ssd_handle_event(struct ssd_device *dev, uint16_t event, int level) +{ + int ret = 0; + + switch (event) { + case SSD_LOG_OVER_TEMP: { +#ifdef SSD_OT_PROTECT + if (!test_and_set_bit(SSD_HWMON_TEMP(SSD_TEMP_CTRL), &dev->hwmon)) { + if (dev->protocol_info.ver > SSD_PROTOCOL_V3 && dev->protocol_info.ver < SSD_PROTOCOL_V3_2_2) { + hio_warn("%s: Over temperature, please check the fans.\n", dev->name); + dev->ot_delay = SSD_OT_DELAY; + } + } +#endif + break; + } + + case SSD_LOG_NORMAL_TEMP: { +#ifdef SSD_OT_PROTECT + /* need to check all controller's temperature */ + ssd_check_temperature(dev, SSD_OT_TEMP_HYST); +#endif + break; + } + + case SSD_LOG_BATTERY_FAULT: { + uint16_t sfstatus; + + if (dev->protocol_info.ver < SSD_PROTOCOL_V3_2) { + if (!ssd_bm_get_sfstatus(dev, &sfstatus)) { + ssd_gen_swlog(dev, SSD_LOG_BM_SFSTATUS, sfstatus); + } + } + + if (!test_and_set_bit(SSD_HWMON_PL_CAP(SSD_PL_CAP), &dev->hwmon)) { + ssd_switch_wmode(dev, dev->user_wmode); + } + break; + } + + case SSD_LOG_BATTERY_OK: { + if (test_and_clear_bit(SSD_HWMON_PL_CAP(SSD_PL_CAP), &dev->hwmon)) { + ssd_switch_wmode(dev, dev->user_wmode); + } + break; + } + + case SSD_LOG_BOARD_VOLT_FAULT: { + ssd_mon_boardvolt(dev); + break; + } + + case SSD_LOG_CLEAR_LOG: { + /* update smart */ + memset(&dev->smart.log_info, 0, sizeof(struct ssd_log_info)); + break; + } + + case SSD_LOG_CAP_VOLT_FAULT: + case SSD_LOG_CAP_LEARN_FAULT: + case SSD_LOG_CAP_SHORT_CIRCUIT: { + if (!test_and_set_bit(SSD_HWMON_PL_CAP(SSD_PL_CAP), &dev->hwmon)) { + ssd_switch_wmode(dev, dev->user_wmode); + } + break; + } + + default: + break; + } + + /* ssd event call */ + if (dev->event_call) { + dev->event_call(dev->gd, event, level); + + /* FIXME */ + if (SSD_LOG_CAP_VOLT_FAULT == event || SSD_LOG_CAP_LEARN_FAULT == event || SSD_LOG_CAP_SHORT_CIRCUIT == event) { + dev->event_call(dev->gd, SSD_LOG_BATTERY_FAULT, level); + } + } + + return ret; +} + +static int ssd_save_log(struct ssd_device *dev, struct ssd_log *log) +{ + uint32_t off, size; + void *internal_log; + int ret = 0; + + mutex_lock(&dev->internal_log_mutex); + + size = sizeof(struct ssd_log); + off = dev->internal_log.nr_log * size; + + if (off == dev->rom_info.log_sz) { + if (dev->internal_log.nr_log == dev->smart.log_info.nr_log) { + hio_warn("%s: internal log is full\n", dev->name); + } + goto out; + } + + internal_log = dev->internal_log.log + off; + memcpy(internal_log, log, size); + + if (dev->protocol_info.ver > SSD_PROTOCOL_V3) { + off += dev->rom_info.log_base; + + ret = ssd_spi_write(dev, log, off, size); + if (ret) { + goto out; + } + } + + dev->internal_log.nr_log++; + +out: + mutex_unlock(&dev->internal_log_mutex); + return ret; +} + +static int ssd_save_swlog(struct ssd_device *dev, uint16_t event, uint32_t data) +{ + struct ssd_log log; + struct timeval tv; + int level; + int ret = 0; + + if (unlikely(mode != SSD_DRV_MODE_STANDARD)) + return 0; + + memset(&log, 0, sizeof(struct ssd_log)); + + do_gettimeofday(&tv); + log.ctrl_idx = SSD_LOG_SW_IDX; + log.time = tv.tv_sec; + log.le.event = event; + log.le.data.val = data; + + level = ssd_parse_log(dev, &log, 0); + if (level >= SSD_LOG_LEVEL) { + ret = ssd_save_log(dev, &log); + } + + /* set alarm */ + if (SSD_LOG_LEVEL_ERR == level) { + ssd_set_alarm(dev); + } + + /* update smart */ + dev->smart.log_info.nr_log++; + dev->smart.log_info.stat[level]++; + + /* handle event */ + ssd_handle_event(dev, event, level); + + return ret; +} + +static int ssd_gen_swlog(struct ssd_device *dev, uint16_t event, uint32_t data) +{ + struct ssd_log_entry le; + int ret; + + if (unlikely(mode != SSD_DRV_MODE_STANDARD)) + return 0; + + /* slave port ? */ + if (dev->slave) { + return 0; + } + + memset(&le, 0, sizeof(struct ssd_log_entry)); + le.event = event; + le.data.val = data; + + ret = sfifo_put(&dev->log_fifo, &le); + if (ret) { + return ret; + } + + if (test_bit(SSD_INIT_WORKQ, &dev->state)) { + queue_work(dev->workq, &dev->log_work); + } + + return 0; +} + +static int ssd_do_swlog(struct ssd_device *dev) +{ + struct ssd_log_entry le; + int ret = 0; + + memset(&le, 0, sizeof(struct ssd_log_entry)); + while (!sfifo_get(&dev->log_fifo, &le)) { + ret = ssd_save_swlog(dev, le.event, le.data.val); + if (ret) { + break; + } + } + + return ret; +} + +static int __ssd_clear_log(struct ssd_device *dev) +{ + uint32_t off, length; + int ret; + + if (dev->protocol_info.ver <= SSD_PROTOCOL_V3) { + return 0; + } + + if (dev->internal_log.nr_log == 0) { + return 0; + } + + mutex_lock(&dev->internal_log_mutex); + + off = dev->rom_info.log_base; + length = dev->rom_info.log_sz; + + ret = ssd_spi_erase(dev, off, length); + if (ret) { + hio_warn("%s: log erase: failed\n", dev->name); + goto out; + } + + dev->internal_log.nr_log = 0; + +out: + mutex_unlock(&dev->internal_log_mutex); + return ret; +} + +static int ssd_clear_log(struct ssd_device *dev) +{ + int ret; + + ret = __ssd_clear_log(dev); + if(!ret) { + ssd_gen_swlog(dev, SSD_LOG_CLEAR_LOG, 0); + } + + return ret; +} + +static int ssd_do_log(struct ssd_device *dev, int ctrl_idx, void *buf) +{ + struct ssd_log_entry *le; + struct ssd_log log; + struct timeval tv; + int nr_log = 0; + int level; + int ret = 0; + + ret = ssd_read_log(dev, ctrl_idx, buf, &nr_log); + if (ret) { + return ret; + } + + do_gettimeofday(&tv); + + log.time = tv.tv_sec; + log.ctrl_idx = ctrl_idx; + + le = (ssd_log_entry_t *)buf; + while (nr_log > 0) { + memcpy(&log.le, le, sizeof(struct ssd_log_entry)); + + level = ssd_parse_log(dev, &log, 1); + if (level >= SSD_LOG_LEVEL) { + ssd_save_log(dev, &log); + } + + /* set alarm */ + if (SSD_LOG_LEVEL_ERR == level) { + ssd_set_alarm(dev); + } + + dev->smart.log_info.nr_log++; + if (SSD_LOG_SEU_FAULT != le->event && SSD_LOG_SEU_FAULT1 != le->event) { + dev->smart.log_info.stat[level]++; + } else { + /* SEU fault */ + + /* log to the volatile log info */ + dev->log_info.nr_log++; + dev->log_info.stat[level]++; + + /* do something */ + dev->reload_fw = 1; + ssd_reg32_write(dev->ctrlp + SSD_RELOAD_FW_REG, SSD_RELOAD_FLAG); + + /*dev->readonly = 1; + set_disk_ro(dev->gd, 1); + hio_warn("%s: switched to read-only mode.\n", dev->name);*/ + } + + /* handle event */ + ssd_handle_event(dev, le->event, level); + + le++; + nr_log--; + } + + return 0; +} + +#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,20)) +static void ssd_log_worker(void *data) +{ + struct ssd_device *dev = (struct ssd_device *)data; +#else +static void ssd_log_worker(struct work_struct *work) +{ + struct ssd_device *dev = container_of(work, struct ssd_device, log_work); +#endif + int i; + int ret; + + if (!test_bit(SSD_LOG_ERR, &dev->state) && test_bit(SSD_ONLINE, &dev->state)) { + /* alloc log buf */ + if (!dev->log_buf) { + dev->log_buf = kmalloc(dev->hw_info.log_sz, GFP_KERNEL); + if (!dev->log_buf) { + hio_warn("%s: ssd_log_worker: no mem\n", dev->name); + return; + } + } + + /* get log */ + if (test_and_clear_bit(SSD_LOG_HW, &dev->state)) { + for (i=0; ihw_info.nr_ctrl; i++) { + ret = ssd_do_log(dev, i, dev->log_buf); + if (ret) { + (void)test_and_set_bit(SSD_LOG_ERR, &dev->state); + hio_warn("%s: do log fail\n", dev->name); + } + } + } + } + + ret = ssd_do_swlog(dev); + if (ret) { + hio_warn("%s: do swlog fail\n", dev->name); + } +} + +static void ssd_cleanup_log(struct ssd_device *dev) +{ + if (dev->log_buf) { + kfree(dev->log_buf); + dev->log_buf = NULL; + } + + sfifo_free(&dev->log_fifo); + + if (dev->internal_log.log) { + vfree(dev->internal_log.log); + dev->internal_log.log = NULL; + } +} + +static int ssd_init_log(struct ssd_device *dev) +{ + struct ssd_log *log; + uint32_t off, size; + uint32_t len = 0; + int ret = 0; + + mutex_init(&dev->internal_log_mutex); + +#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,20)) + INIT_WORK(&dev->log_work, ssd_log_worker, dev); +#else + INIT_WORK(&dev->log_work, ssd_log_worker); +#endif + + off = dev->rom_info.log_base; + size = dev->rom_info.log_sz; + + dev->internal_log.log = vmalloc(size); + if (!dev->internal_log.log) { + ret = -ENOMEM; + goto out_alloc_log; + } + + ret = sfifo_alloc(&dev->log_fifo, SSD_LOG_FIFO_SZ, sizeof(struct ssd_log_entry)); + if (ret < 0) { + goto out_alloc_log_fifo; + } + + if (dev->protocol_info.ver <= SSD_PROTOCOL_V3) { + return 0; + } + + log = (struct ssd_log *)dev->internal_log.log; + while (len < size) { + ret = ssd_spi_read(dev, log, off, sizeof(struct ssd_log)); + if (ret) { + goto out_read_log; + } + + if (log->ctrl_idx == 0xff) { + break; + } + + dev->internal_log.nr_log++; + log++; + len += sizeof(struct ssd_log); + off += sizeof(struct ssd_log); + } + + return 0; + +out_read_log: + sfifo_free(&dev->log_fifo); +out_alloc_log_fifo: + vfree(dev->internal_log.log); + dev->internal_log.log = NULL; + dev->internal_log.nr_log = 0; +out_alloc_log: + /* skip error if not in standard mode */ + if (mode != SSD_DRV_MODE_STANDARD) { + ret = 0; + } + return ret; +} + +/* work queue */ +static void ssd_stop_workq(struct ssd_device *dev) +{ + test_and_clear_bit(SSD_INIT_WORKQ, &dev->state); + flush_workqueue(dev->workq); +} + +static void ssd_start_workq(struct ssd_device *dev) +{ + (void)test_and_set_bit(SSD_INIT_WORKQ, &dev->state); + + /* log ? */ + queue_work(dev->workq, &dev->log_work); +} + +static void ssd_cleanup_workq(struct ssd_device *dev) +{ + flush_workqueue(dev->workq); + destroy_workqueue(dev->workq); + dev->workq = NULL; +} + +static int ssd_init_workq(struct ssd_device *dev) +{ + int ret = 0; + + dev->workq = create_singlethread_workqueue(dev->name); + if (!dev->workq) { + ret = -ESRCH; + goto out; + } + +out: + return ret; +} + +/* rom */ +static int ssd_init_rom_info(struct ssd_device *dev) +{ + uint32_t val; + + mutex_init(&dev->spi_mutex); + mutex_init(&dev->i2c_mutex); + + if (dev->protocol_info.ver < SSD_PROTOCOL_V3) { + /* fix bug: read data to clear status */ + (void)ssd_reg32_read(dev->ctrlp + SSD_SPI_REG_RDATA); + + dev->rom_info.size = SSD_ROM_SIZE; + dev->rom_info.block_size = SSD_ROM_BLK_SIZE; + dev->rom_info.page_size = SSD_ROM_PAGE_SIZE; + + dev->rom_info.bridge_fw_base = SSD_ROM_BRIDGE_FW_BASE; + dev->rom_info.bridge_fw_sz = SSD_ROM_BRIDGE_FW_SIZE; + dev->rom_info.nr_bridge_fw = SSD_ROM_NR_BRIDGE_FW; + + dev->rom_info.ctrl_fw_base = SSD_ROM_CTRL_FW_BASE; + dev->rom_info.ctrl_fw_sz = SSD_ROM_CTRL_FW_SIZE; + dev->rom_info.nr_ctrl_fw = SSD_ROM_NR_CTRL_FW; + + dev->rom_info.log_sz = SSD_ROM_LOG_SZ; + + dev->rom_info.vp_base = SSD_ROM_VP_BASE; + dev->rom_info.label_base = SSD_ROM_LABEL_BASE; + } else if (dev->protocol_info.ver < SSD_PROTOCOL_V3_2) { + val = ssd_reg32_read(dev->ctrlp + SSD_ROM_INFO_REG); + dev->rom_info.size = 0x100000 * (1U << (val & 0xFF)); + dev->rom_info.block_size = 0x10000 * (1U << ((val>>8) & 0xFF)); + dev->rom_info.page_size = (val>>16) & 0xFFFF; + + val = ssd_reg32_read(dev->ctrlp + SSD_ROM_BRIDGE_FW_INFO_REG); + dev->rom_info.bridge_fw_base = dev->rom_info.block_size * (val & 0xFFFF); + dev->rom_info.bridge_fw_sz = dev->rom_info.block_size * ((val>>16) & 0x3FFF); + dev->rom_info.nr_bridge_fw = ((val >> 30) & 0x3) + 1; + + val = ssd_reg32_read(dev->ctrlp + SSD_ROM_CTRL_FW_INFO_REG); + dev->rom_info.ctrl_fw_base = dev->rom_info.block_size * (val & 0xFFFF); + dev->rom_info.ctrl_fw_sz = dev->rom_info.block_size * ((val>>16) & 0x3FFF); + dev->rom_info.nr_ctrl_fw = ((val >> 30) & 0x3) + 1; + + dev->rom_info.bm_fw_base = dev->rom_info.ctrl_fw_base + (dev->rom_info.nr_ctrl_fw * dev->rom_info.ctrl_fw_sz); + dev->rom_info.bm_fw_sz = SSD_PV3_ROM_BM_FW_SZ; + dev->rom_info.nr_bm_fw = SSD_PV3_ROM_NR_BM_FW; + + dev->rom_info.log_base = dev->rom_info.bm_fw_base + (dev->rom_info.nr_bm_fw * dev->rom_info.bm_fw_sz); + dev->rom_info.log_sz = SSD_ROM_LOG_SZ; + + dev->rom_info.smart_base = dev->rom_info.log_base + dev->rom_info.log_sz; + dev->rom_info.smart_sz = SSD_PV3_ROM_SMART_SZ; + dev->rom_info.nr_smart = SSD_PV3_ROM_NR_SMART; + + val = ssd_reg32_read(dev->ctrlp + SSD_ROM_VP_INFO_REG); + dev->rom_info.vp_base = dev->rom_info.block_size * val; + dev->rom_info.label_base = dev->rom_info.vp_base + dev->rom_info.block_size; + if (dev->rom_info.label_base >= dev->rom_info.size) { + dev->rom_info.label_base = dev->rom_info.vp_base - dev->rom_info.block_size; + } + } else { + val = ssd_reg32_read(dev->ctrlp + SSD_ROM_INFO_REG); + dev->rom_info.size = 0x100000 * (1U << (val & 0xFF)); + dev->rom_info.block_size = 0x10000 * (1U << ((val>>8) & 0xFF)); + dev->rom_info.page_size = (val>>16) & 0xFFFF; + + val = ssd_reg32_read(dev->ctrlp + SSD_ROM_BRIDGE_FW_INFO_REG); + dev->rom_info.bridge_fw_base = dev->rom_info.block_size * (val & 0xFFFF); + dev->rom_info.bridge_fw_sz = dev->rom_info.block_size * ((val>>16) & 0x3FFF); + dev->rom_info.nr_bridge_fw = ((val >> 30) & 0x3) + 1; + + val = ssd_reg32_read(dev->ctrlp + SSD_ROM_CTRL_FW_INFO_REG); + dev->rom_info.ctrl_fw_base = dev->rom_info.block_size * (val & 0xFFFF); + dev->rom_info.ctrl_fw_sz = dev->rom_info.block_size * ((val>>16) & 0x3FFF); + dev->rom_info.nr_ctrl_fw = ((val >> 30) & 0x3) + 1; + + val = ssd_reg32_read(dev->ctrlp + SSD_ROM_VP_INFO_REG); + dev->rom_info.vp_base = dev->rom_info.block_size * val; + dev->rom_info.label_base = dev->rom_info.vp_base - SSD_PV3_2_ROM_SEC_SZ; + + dev->rom_info.nr_smart = SSD_PV3_ROM_NR_SMART; + dev->rom_info.smart_sz = SSD_PV3_2_ROM_SEC_SZ; + dev->rom_info.smart_base = dev->rom_info.label_base - (dev->rom_info.smart_sz * dev->rom_info.nr_smart); + if (dev->rom_info.smart_sz > dev->rom_info.block_size) { + dev->rom_info.smart_sz = dev->rom_info.block_size; + } + + dev->rom_info.log_sz = SSD_PV3_2_ROM_LOG_SZ; + dev->rom_info.log_base = dev->rom_info.smart_base - dev->rom_info.log_sz; + } + + return ssd_init_spi(dev); +} + +/* smart */ +static int ssd_update_smart(struct ssd_device *dev, struct ssd_smart *smart) +{ + struct timeval tv; + uint64_t run_time; +#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,27)) + struct hd_struct *part; + int cpu; +#endif + int i, j; + int ret = 0; + + if (!test_bit(SSD_INIT_BD, &dev->state)) { + return 0; + } + + do_gettimeofday(&tv); + if ((uint64_t)tv.tv_sec < dev->uptime) { + run_time = 0; + } else { + run_time = tv.tv_sec - dev->uptime; + } + + /* avoid frequently update */ + if (run_time >= 60) { + ret = 1; + } + + /* io stat */ + smart->io_stat.run_time += run_time; + +#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,27)) + cpu = part_stat_lock(); + part = &dev->gd->part0; + part_round_stats(cpu, part); + part_stat_unlock(); + + smart->io_stat.nr_read += part_stat_read(part, ios[READ]); + smart->io_stat.nr_write += part_stat_read(part, ios[WRITE]); + smart->io_stat.rsectors += part_stat_read(part, sectors[READ]); + smart->io_stat.wsectors += part_stat_read(part, sectors[WRITE]); +#elif (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,14)) + preempt_disable(); + disk_round_stats(dev->gd); + preempt_enable(); + + smart->io_stat.nr_read += disk_stat_read(dev->gd, ios[READ]); + smart->io_stat.nr_write += disk_stat_read(dev->gd, ios[WRITE]); + smart->io_stat.rsectors += disk_stat_read(dev->gd, sectors[READ]); + smart->io_stat.wsectors += disk_stat_read(dev->gd, sectors[WRITE]); +#else + preempt_disable(); + disk_round_stats(dev->gd); + preempt_enable(); + + smart->io_stat.nr_read += disk_stat_read(dev->gd, reads); + smart->io_stat.nr_write += disk_stat_read(dev->gd, writes); + smart->io_stat.rsectors += disk_stat_read(dev->gd, read_sectors); + smart->io_stat.wsectors += disk_stat_read(dev->gd, write_sectors); +#endif + + smart->io_stat.nr_to += atomic_read(&dev->tocnt); + + for (i=0; inr_queue; i++) { + smart->io_stat.nr_rwerr += dev->queue[i].io_stat.nr_rwerr; + smart->io_stat.nr_ioerr += dev->queue[i].io_stat.nr_ioerr; + } + + for (i=0; inr_queue; i++) { + for (j=0; jecc_info.bitflip[j] += dev->queue[i].ecc_info.bitflip[j]; + } + } + + //dev->uptime = tv.tv_sec; + + return ret; +} + +static int ssd_clear_smart(struct ssd_device *dev) +{ + struct timeval tv; + uint64_t sversion; + uint32_t off, length; + int i; + int ret; + + if (dev->protocol_info.ver <= SSD_PROTOCOL_V3) { + return 0; + } + + /* clear smart */ + off = dev->rom_info.smart_base; + length = dev->rom_info.smart_sz * dev->rom_info.nr_smart; + + ret = ssd_spi_erase(dev, off, length); + if (ret) { + hio_warn("%s: info erase: failed\n", dev->name); + goto out; + } + + sversion = dev->smart.version; + + memset(&dev->smart, 0, sizeof(struct ssd_smart)); + dev->smart.version = sversion + 1; + dev->smart.magic = SSD_SMART_MAGIC; + + /* clear all tmp acc */ + for (i=0; inr_queue; i++) { + memset(&(dev->queue[i].io_stat), 0, sizeof(struct ssd_io_stat)); + memset(&(dev->queue[i].ecc_info), 0, sizeof(struct ssd_ecc_info)); + } + + atomic_set(&dev->tocnt, 0); + + /* clear tmp log info */ + memset(&dev->log_info, 0, sizeof(struct ssd_log_info)); + + do_gettimeofday(&tv); + dev->uptime = tv.tv_sec; + + /* clear alarm ? */ + //ssd_clear_alarm(dev); +out: + return ret; +} + +static int ssd_save_smart(struct ssd_device *dev) +{ + uint32_t off, size; + int i; + int ret = 0; + + if (unlikely(mode != SSD_DRV_MODE_STANDARD)) + return 0; + + if (dev->protocol_info.ver <= SSD_PROTOCOL_V3) { + return 0; + } + + if (!ssd_update_smart(dev, &dev->smart)) { + return 0; + } + + dev->smart.version++; + + for (i=0; irom_info.nr_smart; i++) { + off = dev->rom_info.smart_base + (dev->rom_info.smart_sz * i); + size = dev->rom_info.smart_sz; + + ret = ssd_spi_erase(dev, off, size); + if (ret) { + hio_warn("%s: info erase failed\n", dev->name); + goto out; + } + + size = sizeof(struct ssd_smart); + + ret = ssd_spi_write(dev, &dev->smart, off, size); + if (ret) { + hio_warn("%s: info write failed\n", dev->name); + goto out; + } + + //xx + } + +out: + return ret; +} + +static int ssd_init_smart(struct ssd_device *dev) +{ + struct ssd_smart *smart; + struct timeval tv; + uint32_t off, size; + int i; + int ret = 0; + + do_gettimeofday(&tv); + dev->uptime = tv.tv_sec; + + if (dev->protocol_info.ver <= SSD_PROTOCOL_V3) { + return 0; + } + + smart = kmalloc(sizeof(struct ssd_smart) * SSD_ROM_NR_SMART_MAX, GFP_KERNEL); + if (!smart) { + ret = -ENOMEM; + goto out_nomem; + } + + memset(&dev->smart, 0, sizeof(struct ssd_smart)); + + /* read smart */ + for (i=0; irom_info.nr_smart; i++) { + memset(&smart[i], 0, sizeof(struct ssd_smart)); + + off = dev->rom_info.smart_base + (dev->rom_info.smart_sz * i); + size = sizeof(struct ssd_smart); + + ret = ssd_spi_read(dev, &smart[i], off, size); + if (ret) { + hio_warn("%s: info read failed\n", dev->name); + goto out; + } + + if (smart[i].magic != SSD_SMART_MAGIC) { + smart[i].magic = 0; + smart[i].version = 0; + continue; + } + + if (smart[i].version > dev->smart.version) { + memcpy(&dev->smart, &smart[i], sizeof(struct ssd_smart)); + } + } + + if (dev->smart.magic != SSD_SMART_MAGIC) { + /* first time power up */ + dev->smart.magic = SSD_SMART_MAGIC; + dev->smart.version = 1; + } + + /* check log info */ + { + struct ssd_log_info log_info; + struct ssd_log *log = (struct ssd_log *)dev->internal_log.log; + + memset(&log_info, 0, sizeof(struct ssd_log_info)); + + while (log_info.nr_log < dev->internal_log.nr_log) { + /* skip the volatile log info */ + if (SSD_LOG_SEU_FAULT != log->le.event && SSD_LOG_SEU_FAULT1 != log->le.event) { + log_info.stat[ssd_parse_log(dev, log, 0)]++; + } + + log_info.nr_log++; + log++; + } + + /* check */ + for (i=(SSD_LOG_NR_LEVEL-1); i>=0; i--) { + if (log_info.stat[i] > dev->smart.log_info.stat[i]) { + /* unclean */ + memcpy(&dev->smart.log_info, &log_info, sizeof(struct ssd_log_info)); + dev->smart.version++; + break; + } + } + } + + for (i=0; irom_info.nr_smart; i++) { + if (smart[i].magic == SSD_SMART_MAGIC && smart[i].version == dev->smart.version) { + continue; + } + + off = dev->rom_info.smart_base + (dev->rom_info.smart_sz * i); + size = dev->rom_info.smart_sz; + + ret = ssd_spi_erase(dev, off, size); + if (ret) { + hio_warn("%s: info erase failed\n", dev->name); + goto out; + } + + size = sizeof(struct ssd_smart); + ret = ssd_spi_write(dev, &dev->smart, off, size); + if (ret) { + hio_warn("%s: info write failed\n", dev->name); + goto out; + } + + //xx + } + + /* sync smart with alarm led */ + if (dev->smart.io_stat.nr_to || dev->smart.io_stat.nr_rwerr || dev->smart.log_info.stat[SSD_LOG_LEVEL_ERR]) { + hio_warn("%s: some fault found in the history info\n", dev->name); + ssd_set_alarm(dev); + } + +out: + kfree(smart); +out_nomem: + /* skip error if not in standard mode */ + if (mode != SSD_DRV_MODE_STANDARD) { + ret = 0; + } + return ret; +} + +/* bm */ +static int __ssd_bm_get_version(struct ssd_device *dev, uint16_t *ver) +{ + struct ssd_bm_manufacturer_data bm_md = {0}; + uint16_t sc_id = SSD_BM_SYSTEM_DATA_SUBCLASS_ID; + uint8_t cmd; + int ret = 0; + + if (!dev || !ver) { + return -EINVAL; + } + + mutex_lock(&dev->bm_mutex); + + cmd = SSD_BM_DATA_FLASH_SUBCLASS_ID; + ret = ssd_smbus_write_word(dev, SSD_BM_SLAVE_ADDRESS, cmd, (uint8_t *)&sc_id); + if (ret) { + goto out; + } + + cmd = SSD_BM_DATA_FLASH_SUBCLASS_ID_PAGE1; + ret = ssd_smbus_read_block(dev, SSD_BM_SLAVE_ADDRESS, cmd, sizeof(struct ssd_bm_manufacturer_data), (uint8_t *)&bm_md); + if (ret) { + goto out; + } + + if (bm_md.firmware_ver & 0xF000) { + ret = -EIO; + goto out; + } + + *ver = bm_md.firmware_ver; + +out: + mutex_unlock(&dev->bm_mutex); + return ret; +} + +static int ssd_bm_get_version(struct ssd_device *dev, uint16_t *ver) +{ + uint16_t tmp = 0; + int i = SSD_BM_RETRY_MAX; + int ret = 0; + + while (i-- > 0) { + ret = __ssd_bm_get_version(dev, &tmp); + if (!ret) { + break; + } + } + if (ret) { + return ret; + } + + *ver = tmp; + + return 0; +} + +static int __ssd_bm_nr_cap(struct ssd_device *dev, int *nr_cap) +{ + struct ssd_bm_configuration_registers bm_cr; + uint16_t sc_id = SSD_BM_CONFIGURATION_REGISTERS_ID; + uint8_t cmd; + int ret; + + mutex_lock(&dev->bm_mutex); + + cmd = SSD_BM_DATA_FLASH_SUBCLASS_ID; + ret = ssd_smbus_write_word(dev, SSD_BM_SLAVE_ADDRESS, cmd, (uint8_t *)&sc_id); + if (ret) { + goto out; + } + + cmd = SSD_BM_DATA_FLASH_SUBCLASS_ID_PAGE1; + ret = ssd_smbus_read_block(dev, SSD_BM_SLAVE_ADDRESS, cmd, sizeof(struct ssd_bm_configuration_registers), (uint8_t *)&bm_cr); + if (ret) { + goto out; + } + + if (bm_cr.operation_cfg.cc == 0 || bm_cr.operation_cfg.cc > 4) { + ret = -EIO; + goto out; + } + + *nr_cap = bm_cr.operation_cfg.cc + 1; + +out: + mutex_unlock(&dev->bm_mutex); + return ret; +} + +static int ssd_bm_nr_cap(struct ssd_device *dev, int *nr_cap) +{ + int tmp = 0; + int i = SSD_BM_RETRY_MAX; + int ret = 0; + + while (i-- > 0) { + ret = __ssd_bm_nr_cap(dev, &tmp); + if (!ret) { + break; + } + } + if (ret) { + return ret; + } + + *nr_cap = tmp; + + return 0; +} + +static int ssd_bm_enter_cap_learning(struct ssd_device *dev) +{ + uint16_t buf = SSD_BM_ENTER_CAP_LEARNING; + uint8_t cmd = SSD_BM_MANUFACTURERACCESS; + int ret; + + ret = ssd_smbus_write_word(dev, SSD_BM_SLAVE_ADDRESS, cmd, (uint8_t *)&buf); + if (ret) { + goto out; + } + +out: + return ret; +} + +static int ssd_bm_get_sfstatus(struct ssd_device *dev, uint16_t *status) +{ + uint16_t val = 0; + uint8_t cmd = SSD_BM_SAFETYSTATUS; + int ret; + + ret = ssd_smbus_read_word(dev, SSD_BM_SLAVE_ADDRESS, cmd, (uint8_t *)&val); + if (ret) { + goto out; + } + + *status = val; +out: + return ret; +} + +static int ssd_bm_get_opstatus(struct ssd_device *dev, uint16_t *status) +{ + uint16_t val = 0; + uint8_t cmd = SSD_BM_OPERATIONSTATUS; + int ret; + + ret = ssd_smbus_read_word(dev, SSD_BM_SLAVE_ADDRESS, cmd, (uint8_t *)&val); + if (ret) { + goto out; + } + + *status = val; +out: + return ret; +} + +static int ssd_get_bmstruct(struct ssd_device *dev, struct ssd_bm *bm_status_out) +{ + struct sbs_cmd *bm_sbs = ssd_bm_sbs; + struct ssd_bm bm_status; + uint8_t buf[2] = {0, }; + uint16_t val = 0; + uint16_t cval; + int ret = 0; + + memset(&bm_status, 0, sizeof(struct ssd_bm)); + + while (bm_sbs->desc != NULL) { + switch (bm_sbs->size) { + case SBS_SIZE_BYTE: + ret = ssd_smbus_read_byte(dev, SSD_BM_SLAVE_ADDRESS, bm_sbs->cmd, buf); + if (ret) { + //printf("Error: smbus read byte %#x\n", bm_sbs->cmd); + goto out; + } + val = buf[0]; + break; + case SBS_SIZE_WORD: + ret = ssd_smbus_read_word(dev, SSD_BM_SLAVE_ADDRESS, bm_sbs->cmd, (uint8_t *)&val); + if (ret) { + //printf("Error: smbus read word %#x\n", bm_sbs->cmd); + goto out; + } + //val = *(uint16_t *)buf; + break; + default: + ret = -1; + goto out; + break; + } + + switch (bm_sbs->unit) { + case SBS_UNIT_VALUE: + *(uint16_t *)bm_var(&bm_status, bm_sbs->off) = val & bm_sbs->mask; + break; + case SBS_UNIT_TEMPERATURE: + cval = (uint16_t)(val - 2731) / 10; + *(uint16_t *)bm_var(&bm_status, bm_sbs->off) = cval; + break; + case SBS_UNIT_VOLTAGE: + *(uint16_t *)bm_var(&bm_status, bm_sbs->off) = val; + break; + case SBS_UNIT_CURRENT: + *(uint16_t *)bm_var(&bm_status, bm_sbs->off) = val; + break; + case SBS_UNIT_ESR: + *(uint16_t *)bm_var(&bm_status, bm_sbs->off) = val; + break; + case SBS_UNIT_PERCENT: + *(uint16_t *)bm_var(&bm_status, bm_sbs->off) = val; + break; + case SBS_UNIT_CAPACITANCE: + *(uint16_t *)bm_var(&bm_status, bm_sbs->off) = val; + break; + default: + ret = -1; + goto out; + break; + } + + bm_sbs++; + } + + memcpy(bm_status_out, &bm_status, sizeof(struct ssd_bm)); + +out: + return ret; +} + +static int __ssd_bm_status(struct ssd_device *dev, int *status) +{ + struct ssd_bm bm_status = {0}; + int nr_cap = 0; + int i; + int ret = 0; + + ret = ssd_get_bmstruct(dev, &bm_status); + if (ret) { + goto out; + } + + /* capacitor voltage */ + ret = ssd_bm_nr_cap(dev, &nr_cap); + if (ret) { + goto out; + } + + for (i=0; i> 12) & 0x1)) { + *status = SSD_BMSTATUS_CHARGING; + }else{ + *status = SSD_BMSTATUS_OK; + } + +out: + return ret; +} + +static void ssd_set_flush_timeout(struct ssd_device *dev, int mode); + +#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,20)) +static void ssd_bm_worker(void *data) +{ + struct ssd_device *dev = (struct ssd_device *)data; +#else +static void ssd_bm_worker(struct work_struct *work) +{ + struct ssd_device *dev = container_of(work, struct ssd_device, bm_work); +#endif + + uint16_t opstatus; + int ret = 0; + + if (mode != SSD_DRV_MODE_STANDARD) { + return; + } + + if (dev->protocol_info.ver < SSD_PROTOCOL_V3_1_1) { + return; + } + + if (dev->hw_info_ext.plp_type != SSD_PLP_SCAP) { + return; + } + + ret = ssd_bm_get_opstatus(dev, &opstatus); + if (ret) { + hio_warn("%s: get bm operationstatus failed\n", dev->name); + return; + } + + /* need cap learning ? */ + if (!(opstatus & 0xF0)) { + ret = ssd_bm_enter_cap_learning(dev); + if (ret) { + hio_warn("%s: enter capacitance learning failed\n", dev->name); + return; + } + } +} + +static void ssd_bm_routine_start(void *data) +{ + struct ssd_device *dev; + + if (!data) { + return; + } + dev = data; + + if (test_bit(SSD_INIT_WORKQ, &dev->state)) { + if (dev->protocol_info.ver < SSD_PROTOCOL_V3_2) { + queue_work(dev->workq, &dev->bm_work); + } else { + queue_work(dev->workq, &dev->capmon_work); + } + } +} + +/* CAP */ +static int ssd_do_cap_learn(struct ssd_device *dev, uint32_t *cap) +{ + uint32_t u1, u2, t; + uint16_t val = 0; + int wait = 0; + int ret = 0; + + if (dev->protocol_info.ver < SSD_PROTOCOL_V3_2) { + *cap = 0; + return 0; + } + + if (dev->hw_info_ext.form_factor == SSD_FORM_FACTOR_FHHL && dev->hw_info.pcb_ver < 'B') { + *cap = 0; + return 0; + } + + /* make sure the lm80 voltage value is updated */ + msleep(SSD_LM80_CONV_INTERVAL); + + /* check if full charged */ + wait = 0; + for (;;) { + ret = ssd_smbus_read_word(dev, SSD_SENSOR_LM80_SADDRESS, SSD_PL_CAP_U1, (uint8_t *)&val); + if (ret) { + if (!test_and_set_bit(SSD_HWMON_SENSOR(SSD_SENSOR_LM80), &dev->hwmon)) { + ssd_gen_swlog(dev, SSD_LOG_SENSOR_FAULT, SSD_SENSOR_LM80_SADDRESS); + } + goto out; + } + u1 = SSD_LM80_CONVERT_VOLT(u16_swap(val)); + if (SSD_PL_CAP_VOLT(u1) >= SSD_PL_CAP_VOLT_FULL) { + break; + } + + wait++; + if (wait > SSD_PL_CAP_CHARGE_MAX_WAIT) { + ret = -ETIMEDOUT; + goto out; + } + msleep(SSD_PL_CAP_CHARGE_WAIT); + } + + ret = ssd_smbus_read_word(dev, SSD_SENSOR_LM80_SADDRESS, SSD_PL_CAP_U2, (uint8_t *)&val); + if (ret) { + if (!test_and_set_bit(SSD_HWMON_SENSOR(SSD_SENSOR_LM80), &dev->hwmon)) { + ssd_gen_swlog(dev, SSD_LOG_SENSOR_FAULT, SSD_SENSOR_LM80_SADDRESS); + } + goto out; + } + u2 = SSD_LM80_CONVERT_VOLT(u16_swap(val)); + + if (u1 == u2) { + ret = -EINVAL; + goto out; + } + + /* enter cap learn */ + ssd_reg32_write(dev->ctrlp + SSD_PL_CAP_LEARN_REG, 0x1); + + wait = 0; + for (;;) { + msleep(SSD_PL_CAP_LEARN_WAIT); + + t = ssd_reg32_read(dev->ctrlp + SSD_PL_CAP_LEARN_REG); + if (!((t >> 1) & 0x1)) { + break; + } + + wait++; + if (wait > SSD_PL_CAP_LEARN_MAX_WAIT) { + ret = -ETIMEDOUT; + goto out; + } + } + + if ((t >> 4) & 0x1) { + ret = -ETIMEDOUT; + goto out; + } + + t = (t >> 8); + if (0 == t) { + ret = -EINVAL; + goto out; + } + + *cap = SSD_PL_CAP_LEARN(u1, u2, t); + +out: + return ret; +} + +static int ssd_cap_learn(struct ssd_device *dev, uint32_t *cap) +{ + int ret = 0; + + if (!dev || !cap) { + return -EINVAL; + } + + mutex_lock(&dev->bm_mutex); + + ssd_stop_workq(dev); + + ret = ssd_do_cap_learn(dev, cap); + if (ret) { + ssd_gen_swlog(dev, SSD_LOG_CAP_LEARN_FAULT, 0); + goto out; + } + + ssd_gen_swlog(dev, SSD_LOG_CAP_STATUS, *cap); + +out: + ssd_start_workq(dev); + mutex_unlock(&dev->bm_mutex); + + return ret; +} + +static int ssd_check_pl_cap(struct ssd_device *dev) +{ + uint32_t u1; + uint16_t val = 0; + uint8_t low = 0; + int wait = 0; + int ret = 0; + + if (dev->protocol_info.ver < SSD_PROTOCOL_V3_2) { + return 0; + } + + if (dev->hw_info_ext.form_factor == SSD_FORM_FACTOR_FHHL && dev->hw_info.pcb_ver < 'B') { + return 0; + } + + /* cap ready ? */ + wait = 0; + for (;;) { + ret = ssd_smbus_read_word(dev, SSD_SENSOR_LM80_SADDRESS, SSD_PL_CAP_U1, (uint8_t *)&val); + if (ret) { + if (!test_and_set_bit(SSD_HWMON_SENSOR(SSD_SENSOR_LM80), &dev->hwmon)) { + ssd_gen_swlog(dev, SSD_LOG_SENSOR_FAULT, SSD_SENSOR_LM80_SADDRESS); + } + goto out; + } + u1 = SSD_LM80_CONVERT_VOLT(u16_swap(val)); + if (SSD_PL_CAP_VOLT(u1) >= SSD_PL_CAP_VOLT_READY) { + break; + } + + wait++; + if (wait > SSD_PL_CAP_CHARGE_MAX_WAIT) { + ret = -ETIMEDOUT; + ssd_gen_swlog(dev, SSD_LOG_CAP_VOLT_FAULT, SSD_PL_CAP_VOLT(u1)); + goto out; + } + msleep(SSD_PL_CAP_CHARGE_WAIT); + } + + low = ssd_lm80_limit[SSD_LM80_IN_CAP].low; + ret = ssd_smbus_write_byte(dev, SSD_SENSOR_LM80_SADDRESS, SSD_LM80_REG_IN_MIN(SSD_LM80_IN_CAP), &low); + if (ret) { + goto out; + } + + /* enable cap INx */ + ret = ssd_lm80_enable_in(dev, SSD_SENSOR_LM80_SADDRESS, SSD_LM80_IN_CAP); + if (ret) { + if (!test_and_set_bit(SSD_HWMON_SENSOR(SSD_SENSOR_LM80), &dev->hwmon)) { + ssd_gen_swlog(dev, SSD_LOG_SENSOR_FAULT, SSD_SENSOR_LM80_SADDRESS); + } + goto out; + } + +out: + /* skip error if not in standard mode */ + if (mode != SSD_DRV_MODE_STANDARD) { + ret = 0; + } + return ret; +} + +static int ssd_check_pl_cap_fast(struct ssd_device *dev) +{ + uint32_t u1; + uint16_t val = 0; + int ret = 0; + + if (dev->protocol_info.ver < SSD_PROTOCOL_V3_2) { + return 0; + } + + if (dev->hw_info_ext.form_factor == SSD_FORM_FACTOR_FHHL && dev->hw_info.pcb_ver < 'B') { + return 0; + } + + /* cap ready ? */ + ret = ssd_smbus_read_word(dev, SSD_SENSOR_LM80_SADDRESS, SSD_PL_CAP_U1, (uint8_t *)&val); + if (ret) { + goto out; + } + u1 = SSD_LM80_CONVERT_VOLT(u16_swap(val)); + if (SSD_PL_CAP_VOLT(u1) < SSD_PL_CAP_VOLT_READY) { + ret = 1; + } + +out: + return ret; +} + +static int ssd_init_pl_cap(struct ssd_device *dev) +{ + int ret = 0; + + /* set here: user write mode */ + dev->user_wmode = wmode; + + mutex_init(&dev->bm_mutex); + + if (dev->protocol_info.ver < SSD_PROTOCOL_V3_2) { + uint32_t val; + val = ssd_reg32_read(dev->ctrlp + SSD_BM_FAULT_REG); + if ((val >> 1) & 0x1) { + (void)test_and_set_bit(SSD_HWMON_PL_CAP(SSD_PL_CAP), &dev->hwmon); + } + } else { + ret = ssd_check_pl_cap(dev); + if (ret) { + (void)test_and_set_bit(SSD_HWMON_PL_CAP(SSD_PL_CAP), &dev->hwmon); + } + } + + return 0; +} + +/* label */ +static void __end_str(char *str, int len) +{ + int i; + + for(i=0; irom_info.label_base; + + if (dev->protocol_info.ver < SSD_PROTOCOL_V3_2) { + size = sizeof(struct ssd_label); + + /* read label */ + ret = ssd_spi_read(dev, &dev->label, off, size); + if (ret) { + memset(&dev->label, 0, size); + goto out; + } + + __end_str(dev->label.date, SSD_LABEL_FIELD_SZ); + __end_str(dev->label.sn, SSD_LABEL_FIELD_SZ); + __end_str(dev->label.part, SSD_LABEL_FIELD_SZ); + __end_str(dev->label.desc, SSD_LABEL_FIELD_SZ); + __end_str(dev->label.other, SSD_LABEL_FIELD_SZ); + __end_str(dev->label.maf, SSD_LABEL_FIELD_SZ); + } else { + size = sizeof(struct ssd_labelv3); + + /* read label */ + ret = ssd_spi_read(dev, &dev->labelv3, off, size); + if (ret) { + memset(&dev->labelv3, 0, size); + goto out; + } + + __end_str(dev->labelv3.boardtype, SSD_LABEL_FIELD_SZ); + __end_str(dev->labelv3.barcode, SSD_LABEL_FIELD_SZ); + __end_str(dev->labelv3.item, SSD_LABEL_FIELD_SZ); + __end_str(dev->labelv3.description, SSD_LABEL_DESC_SZ); + __end_str(dev->labelv3.manufactured, SSD_LABEL_FIELD_SZ); + __end_str(dev->labelv3.vendorname, SSD_LABEL_FIELD_SZ); + __end_str(dev->labelv3.issuenumber, SSD_LABEL_FIELD_SZ); + __end_str(dev->labelv3.cleicode, SSD_LABEL_FIELD_SZ); + __end_str(dev->labelv3.bom, SSD_LABEL_FIELD_SZ); + } + +out: + /* skip error if not in standard mode */ + if (mode != SSD_DRV_MODE_STANDARD) { + ret = 0; + } + return ret; +} + +int ssd_get_label(struct block_device *bdev, struct ssd_label *label) +{ + struct ssd_device *dev; + + if (!bdev || !label || !(bdev->bd_disk)) { + return -EINVAL; + } + + dev = bdev->bd_disk->private_data; + + if (dev->protocol_info.ver >= SSD_PROTOCOL_V3_2) { + memset(label, 0, sizeof(struct ssd_label)); + memcpy(label->date, dev->labelv3.manufactured, SSD_LABEL_FIELD_SZ); + memcpy(label->sn, dev->labelv3.barcode, SSD_LABEL_FIELD_SZ); + memcpy(label->desc, dev->labelv3.boardtype, SSD_LABEL_FIELD_SZ); + memcpy(label->maf, dev->labelv3.vendorname, SSD_LABEL_FIELD_SZ); + } else { + memcpy(label, &dev->label, sizeof(struct ssd_label)); + } + + return 0; +} + +static int __ssd_get_version(struct ssd_device *dev, struct ssd_version_info *ver) +{ + uint16_t bm_ver = 0; + int ret = 0; + + if (dev->protocol_info.ver > SSD_PROTOCOL_V3 && dev->protocol_info.ver < SSD_PROTOCOL_V3_2) { + ret = ssd_bm_get_version(dev, &bm_ver); + if(ret){ + goto out; + } + } + + ver->bridge_ver = dev->hw_info.bridge_ver; + ver->ctrl_ver = dev->hw_info.ctrl_ver; + ver->bm_ver = bm_ver; + ver->pcb_ver = dev->hw_info.pcb_ver; + ver->upper_pcb_ver = dev->hw_info.upper_pcb_ver; + +out: + return ret; + +} + +int ssd_get_version(struct block_device *bdev, struct ssd_version_info *ver) +{ + struct ssd_device *dev; + int ret; + + if (!bdev || !ver || !(bdev->bd_disk)) { + return -EINVAL; + } + + dev = bdev->bd_disk->private_data; + + mutex_lock(&dev->fw_mutex); + ret = __ssd_get_version(dev, ver); + mutex_unlock(&dev->fw_mutex); + + return ret; +} + +static int __ssd_get_temperature(struct ssd_device *dev, int *temp) +{ + uint64_t val; + uint32_t off; + int max = -300; + int cur; + int i; + + if (dev->protocol_info.ver <= SSD_PROTOCOL_V3) { + *temp = 0; + return 0; + } + + if (finject) { + if (dev->db_info.type == SSD_DEBUG_LOG && + (dev->db_info.data.log.event == SSD_LOG_OVER_TEMP || + dev->db_info.data.log.event == SSD_LOG_NORMAL_TEMP || + dev->db_info.data.log.event == SSD_LOG_WARN_TEMP)) { + *temp = (int)dev->db_info.data.log.extra; + return 0; + } + } + + for (i=0; ihw_info.nr_ctrl; i++) { + off = SSD_CTRL_TEMP_REG0 + i * sizeof(uint64_t); + + val = ssd_reg_read(dev->ctrlp + off); + if (val == 0xffffffffffffffffull) { + continue; + } + + cur = (int)CUR_TEMP(val); + if (cur >= max) { + max = cur; + } + } + + *temp = max; + + return 0; +} + +int ssd_get_temperature(struct block_device *bdev, int *temp) +{ + struct ssd_device *dev; + int ret; + + if (!bdev || !temp || !(bdev->bd_disk)) { + return -EINVAL; + } + + dev = bdev->bd_disk->private_data; + + + mutex_lock(&dev->fw_mutex); + ret = __ssd_get_temperature(dev, temp); + mutex_unlock(&dev->fw_mutex); + + return ret; +} + +int ssd_set_otprotect(struct block_device *bdev, int otprotect) + { + struct ssd_device *dev; + + if (!bdev || !(bdev->bd_disk)) { + return -EINVAL; + } + + dev = bdev->bd_disk->private_data; + ssd_set_ot_protect(dev, !!otprotect); + + return 0; + } + +int ssd_bm_status(struct block_device *bdev, int *status) +{ + struct ssd_device *dev; + int ret = 0; + + if (!bdev || !status || !(bdev->bd_disk)) { + return -EINVAL; + } + + dev = bdev->bd_disk->private_data; + + mutex_lock(&dev->fw_mutex); + if (dev->protocol_info.ver >= SSD_PROTOCOL_V3_2) { + if (test_bit(SSD_HWMON_PL_CAP(SSD_PL_CAP), &dev->hwmon)) { + *status = SSD_BMSTATUS_WARNING; + } else { + *status = SSD_BMSTATUS_OK; + } + } else if(dev->protocol_info.ver > SSD_PROTOCOL_V3) { + ret = __ssd_bm_status(dev, status); + } else { + *status = SSD_BMSTATUS_OK; + } + mutex_unlock(&dev->fw_mutex); + + return ret; +} + +int ssd_get_pciaddr(struct block_device *bdev, struct pci_addr *paddr) +{ + struct ssd_device *dev; + + if (!bdev || !paddr || !bdev->bd_disk) { + return -EINVAL; + } + + dev = bdev->bd_disk->private_data; + + paddr->domain = pci_domain_nr(dev->pdev->bus); + paddr->bus = dev->pdev->bus->number; + paddr->slot = PCI_SLOT(dev->pdev->devfn); + paddr->func= PCI_FUNC(dev->pdev->devfn); + + return 0; +} + +/* acc */ +static int ssd_bb_acc(struct ssd_device *dev, struct ssd_acc_info *acc) +{ + uint32_t val; + int ctrl, chip; + + if (dev->protocol_info.ver < SSD_PROTOCOL_V3_1_1) { + return -EOPNOTSUPP; + } + + acc->threshold_l1 = ssd_reg32_read(dev->ctrlp + SSD_BB_THRESHOLD_L1_REG); + if (0xffffffffull == acc->threshold_l1) { + return -EIO; + } + acc->threshold_l2 = ssd_reg32_read(dev->ctrlp + SSD_BB_THRESHOLD_L2_REG); + if (0xffffffffull == acc->threshold_l2) { + return -EIO; + } + acc->val = 0; + + for (ctrl=0; ctrlhw_info.nr_ctrl; ctrl++) { + for (chip=0; chiphw_info.nr_chip; chip++) { + val = ssd_reg32_read(dev->ctrlp + SSD_BB_ACC_REG0 + (SSD_CTRL_REG_ZONE_SZ * ctrl) + (SSD_BB_ACC_REG_SZ * chip)); + if (0xffffffffull == acc->val) { + return -EIO; + } + if (val > acc->val) { + acc->val = val; + } + } + } + + return 0; +} + +static int ssd_ec_acc(struct ssd_device *dev, struct ssd_acc_info *acc) +{ + uint32_t val; + int ctrl, chip; + + if (dev->protocol_info.ver < SSD_PROTOCOL_V3_1_1) { + return -EOPNOTSUPP; + } + + acc->threshold_l1 = ssd_reg32_read(dev->ctrlp + SSD_EC_THRESHOLD_L1_REG); + if (0xffffffffull == acc->threshold_l1) { + return -EIO; + } + acc->threshold_l2 = ssd_reg32_read(dev->ctrlp + SSD_EC_THRESHOLD_L2_REG); + if (0xffffffffull == acc->threshold_l2) { + return -EIO; + } + acc->val = 0; + + for (ctrl=0; ctrlhw_info.nr_ctrl; ctrl++) { + for (chip=0; chiphw_info.nr_chip; chip++) { + val = ssd_reg32_read(dev->ctrlp + SSD_EC_ACC_REG0 + (SSD_CTRL_REG_ZONE_SZ * ctrl) + (SSD_EC_ACC_REG_SZ * chip)); + if (0xffffffffull == acc->val) { + return -EIO; + } + + if (val > acc->val) { + acc->val = val; + } + } + } + + return 0; +} + + +/* ram r&w */ +static int ssd_ram_read_4k(struct ssd_device *dev, void *buf, size_t length, loff_t ofs, int ctrl_idx) +{ + struct ssd_ram_op_msg *msg; + dma_addr_t buf_dma; + size_t len = length; + loff_t ofs_w = ofs; + int ret = 0; + + if (ctrl_idx >= dev->hw_info.nr_ctrl || (uint64_t)(ofs + length) > dev->hw_info.ram_size + || !length || length > dev->hw_info.ram_max_len + || (length & (dev->hw_info.ram_align - 1)) != 0 || ((uint64_t)ofs & (dev->hw_info.ram_align - 1)) != 0) { + return -EINVAL; + } + + len /= dev->hw_info.ram_align; + do_div(ofs_w, dev->hw_info.ram_align); + + buf_dma = pci_map_single(dev->pdev, buf, length, PCI_DMA_FROMDEVICE); +#if (LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,26)) + ret = dma_mapping_error(buf_dma); +#else + ret = dma_mapping_error(&(dev->pdev->dev), buf_dma); +#endif + if (ret) { + hio_warn("%s: unable to map read DMA buffer\n", dev->name); + goto out_dma_mapping; + } + + msg = (struct ssd_ram_op_msg *)ssd_get_dmsg(dev); + + msg->fun = SSD_FUNC_RAM_READ; + msg->ctrl_idx = ctrl_idx; + msg->start = (uint32_t)ofs_w; + msg->length = len; + msg->buf = buf_dma; + + ret = ssd_do_request(dev, READ, msg, NULL); + ssd_put_dmsg(msg); + + pci_unmap_single(dev->pdev, buf_dma, length, PCI_DMA_FROMDEVICE); + +out_dma_mapping: + return ret; +} + +static int ssd_ram_write_4k(struct ssd_device *dev, void *buf, size_t length, loff_t ofs, int ctrl_idx) +{ + struct ssd_ram_op_msg *msg; + dma_addr_t buf_dma; + size_t len = length; + loff_t ofs_w = ofs; + int ret = 0; + + if (ctrl_idx >= dev->hw_info.nr_ctrl || (uint64_t)(ofs + length) > dev->hw_info.ram_size + || !length || length > dev->hw_info.ram_max_len + || (length & (dev->hw_info.ram_align - 1)) != 0 || ((uint64_t)ofs & (dev->hw_info.ram_align - 1)) != 0) { + return -EINVAL; + } + + len /= dev->hw_info.ram_align; + do_div(ofs_w, dev->hw_info.ram_align); + + buf_dma = pci_map_single(dev->pdev, buf, length, PCI_DMA_TODEVICE); +#if (LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,26)) + ret = dma_mapping_error(buf_dma); +#else + ret = dma_mapping_error(&(dev->pdev->dev), buf_dma); +#endif + if (ret) { + hio_warn("%s: unable to map write DMA buffer\n", dev->name); + goto out_dma_mapping; + } + + msg = (struct ssd_ram_op_msg *)ssd_get_dmsg(dev); + + msg->fun = SSD_FUNC_RAM_WRITE; + msg->ctrl_idx = ctrl_idx; + msg->start = (uint32_t)ofs_w; + msg->length = len; + msg->buf = buf_dma; + + ret = ssd_do_request(dev, WRITE, msg, NULL); + ssd_put_dmsg(msg); + + pci_unmap_single(dev->pdev, buf_dma, length, PCI_DMA_TODEVICE); + +out_dma_mapping: + return ret; + +} + +static int ssd_ram_read(struct ssd_device *dev, void *buf, size_t length, loff_t ofs, int ctrl_idx) +{ + int left = length; + size_t len; + loff_t off = ofs; + int ret = 0; + + if (ctrl_idx >= dev->hw_info.nr_ctrl || (uint64_t)(ofs + length) > dev->hw_info.ram_size || !length + || (length & (dev->hw_info.ram_align - 1)) != 0 || ((uint64_t)ofs & (dev->hw_info.ram_align - 1)) != 0) { + return -EINVAL; + } + + while (left > 0) { + len = dev->hw_info.ram_max_len; + if (left < (int)dev->hw_info.ram_max_len) { + len = left; + } + + ret = ssd_ram_read_4k(dev, buf, len, off, ctrl_idx); + if (ret) { + break; + } + + left -= len; + off += len; + buf += len; + } + + return ret; +} + +static int ssd_ram_write(struct ssd_device *dev, void *buf, size_t length, loff_t ofs, int ctrl_idx) +{ + int left = length; + size_t len; + loff_t off = ofs; + int ret = 0; + + if (ctrl_idx >= dev->hw_info.nr_ctrl || (uint64_t)(ofs + length) > dev->hw_info.ram_size || !length + || (length & (dev->hw_info.ram_align - 1)) != 0 || ((uint64_t)ofs & (dev->hw_info.ram_align - 1)) != 0) { + return -EINVAL; + } + + while (left > 0) { + len = dev->hw_info.ram_max_len; + if (left < (int)dev->hw_info.ram_max_len) { + len = left; + } + + ret = ssd_ram_write_4k(dev, buf, len, off, ctrl_idx); + if (ret) { + break; + } + + left -= len; + off += len; + buf += len; + } + + return ret; +} + + +/* flash op */ +static int ssd_check_flash(struct ssd_device *dev, int flash, int page, int ctrl_idx) +{ + int cur_ch = flash % dev->hw_info.max_ch; + int cur_chip = flash /dev->hw_info.max_ch; + + if (ctrl_idx >= dev->hw_info.nr_ctrl) { + return -EINVAL; + } + + if (cur_ch >= dev->hw_info.nr_ch || cur_chip >= dev->hw_info.nr_chip) { + return -EINVAL; + } + + if (page >= (int)(dev->hw_info.block_count * dev->hw_info.page_count)) { + return -EINVAL; + } + return 0; +} + +static int ssd_nand_read_id(struct ssd_device *dev, void *id, int flash, int chip, int ctrl_idx) +{ + struct ssd_nand_op_msg *msg; + dma_addr_t buf_dma; + int ret = 0; + + if (unlikely(!id)) + return -EINVAL; + + buf_dma = pci_map_single(dev->pdev, id, SSD_NAND_ID_BUFF_SZ, PCI_DMA_FROMDEVICE); +#if (LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,26)) + ret = dma_mapping_error(buf_dma); +#else + ret = dma_mapping_error(&(dev->pdev->dev), buf_dma); +#endif + if (ret) { + hio_warn("%s: unable to map read DMA buffer\n", dev->name); + goto out_dma_mapping; + } + + if (dev->protocol_info.ver < SSD_PROTOCOL_V3) { + flash = ((uint32_t)flash << 1) | (uint32_t)chip; + chip = 0; + } + + msg = (struct ssd_nand_op_msg *)ssd_get_dmsg(dev); + + msg->fun = SSD_FUNC_NAND_READ_ID; + msg->chip_no = flash; + msg->chip_ce = chip; + msg->ctrl_idx = ctrl_idx; + msg->buf = buf_dma; + + ret = ssd_do_request(dev, READ, msg, NULL); + ssd_put_dmsg(msg); + + pci_unmap_single(dev->pdev, buf_dma, SSD_NAND_ID_BUFF_SZ, PCI_DMA_FROMDEVICE); + +out_dma_mapping: + return ret; +} + +#if 0 +static int ssd_nand_read(struct ssd_device *dev, void *buf, + int flash, int chip, int page, int page_count, int ctrl_idx) +{ + struct ssd_nand_op_msg *msg; + dma_addr_t buf_dma; + int length; + int ret = 0; + + if (!buf) { + return -EINVAL; + } + + if ((page + page_count) > dev->hw_info.block_count*dev->hw_info.page_count) { + return -EINVAL; + } + + ret = ssd_check_flash(dev, flash, page, ctrl_idx); + if (ret) { + return ret; + } + + length = page_count * dev->hw_info.page_size; + + buf_dma = pci_map_single(dev->pdev, buf, length, PCI_DMA_FROMDEVICE); +#if (LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,26)) + ret = dma_mapping_error(buf_dma); +#else + ret = dma_mapping_error(&(dev->pdev->dev), buf_dma); +#endif + if (ret) { + hio_warn("%s: unable to map read DMA buffer\n", dev->name); + goto out_dma_mapping; + } + + if (dev->protocol_info.ver < SSD_PROTOCOL_V3) { + flash = (flash << 1) | chip; + chip = 0; + } + + msg = (struct ssd_nand_op_msg *)ssd_get_dmsg(dev); + + msg->fun = SSD_FUNC_NAND_READ; + msg->ctrl_idx = ctrl_idx; + msg->chip_no = flash; + msg->chip_ce = chip; + msg->page_no = page; + msg->page_count = page_count; + msg->buf = buf_dma; + + ret = ssd_do_request(dev, READ, msg, NULL); + ssd_put_dmsg(msg); + + pci_unmap_single(dev->pdev, buf_dma, length, PCI_DMA_FROMDEVICE); + +out_dma_mapping: + return ret; +} +#endif + +static int ssd_nand_read_w_oob(struct ssd_device *dev, void *buf, + int flash, int chip, int page, int count, int ctrl_idx) +{ + struct ssd_nand_op_msg *msg; + dma_addr_t buf_dma; + int length; + int ret = 0; + + if (!buf) { + return -EINVAL; + } + + if ((page + count) > (int)(dev->hw_info.block_count * dev->hw_info.page_count)) { + return -EINVAL; + } + + ret = ssd_check_flash(dev, flash, page, ctrl_idx); + if (ret) { + return ret; + } + + length = count * (dev->hw_info.page_size + dev->hw_info.oob_size); + + buf_dma = pci_map_single(dev->pdev, buf, length, PCI_DMA_FROMDEVICE); +#if (LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,26)) + ret = dma_mapping_error(buf_dma); +#else + ret = dma_mapping_error(&(dev->pdev->dev), buf_dma); +#endif + if (ret) { + hio_warn("%s: unable to map read DMA buffer\n", dev->name); + goto out_dma_mapping; + } + + if (dev->protocol_info.ver < SSD_PROTOCOL_V3) { + flash = ((uint32_t)flash << 1) | (uint32_t)chip; + chip = 0; + } + + msg = (struct ssd_nand_op_msg *)ssd_get_dmsg(dev); + + msg->fun = SSD_FUNC_NAND_READ_WOOB; + msg->ctrl_idx = ctrl_idx; + msg->chip_no = flash; + msg->chip_ce = chip; + msg->page_no = page; + msg->page_count = count; + msg->buf = buf_dma; + + ret = ssd_do_request(dev, READ, msg, NULL); + ssd_put_dmsg(msg); + + pci_unmap_single(dev->pdev, buf_dma, length, PCI_DMA_FROMDEVICE); + +out_dma_mapping: + return ret; +} + +/* write 1 page */ +static int ssd_nand_write(struct ssd_device *dev, void *buf, + int flash, int chip, int page, int count, int ctrl_idx) +{ + struct ssd_nand_op_msg *msg; + dma_addr_t buf_dma; + int length; + int ret = 0; + + if (dev->protocol_info.ver < SSD_PROTOCOL_V3) { + return -EINVAL; + } + + if (!buf) { + return -EINVAL; + } + + if (count != 1) { + return -EINVAL; + } + + ret = ssd_check_flash(dev, flash, page, ctrl_idx); + if (ret) { + return ret; + } + + length = count * (dev->hw_info.page_size + dev->hw_info.oob_size); + + /* write data to ram */ + /*ret = ssd_ram_write(dev, buf, length, dev->hw_info.nand_wbuff_base, ctrl_idx); + if (ret) { + return ret; + }*/ + + buf_dma = pci_map_single(dev->pdev, buf, length, PCI_DMA_TODEVICE); +#if (LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,26)) + ret = dma_mapping_error(buf_dma); +#else + ret = dma_mapping_error(&(dev->pdev->dev), buf_dma); +#endif + if (ret) { + hio_warn("%s: unable to map write DMA buffer\n", dev->name); + goto out_dma_mapping; + } + + if (dev->protocol_info.ver < SSD_PROTOCOL_V3) { + flash = ((uint32_t)flash << 1) | (uint32_t)chip; + chip = 0; + } + + msg = (struct ssd_nand_op_msg *)ssd_get_dmsg(dev); + + msg->fun = SSD_FUNC_NAND_WRITE; + msg->ctrl_idx = ctrl_idx; + msg->chip_no = flash; + msg->chip_ce = chip; + + msg->page_no = page; + msg->page_count = count; + msg->buf = buf_dma; + + ret = ssd_do_request(dev, WRITE, msg, NULL); + ssd_put_dmsg(msg); + + pci_unmap_single(dev->pdev, buf_dma, length, PCI_DMA_TODEVICE); + +out_dma_mapping: + return ret; +} + +static int ssd_nand_erase(struct ssd_device *dev, int flash, int chip, int page, int ctrl_idx) +{ + struct ssd_nand_op_msg *msg; + int ret = 0; + + ret = ssd_check_flash(dev, flash, page, ctrl_idx); + if (ret) { + return ret; + } + + if (dev->protocol_info.ver < SSD_PROTOCOL_V3) { + flash = ((uint32_t)flash << 1) | (uint32_t)chip; + chip = 0; + } + + msg = (struct ssd_nand_op_msg *)ssd_get_dmsg(dev); + + msg->fun = SSD_FUNC_NAND_ERASE; + msg->ctrl_idx = ctrl_idx; + msg->chip_no = flash; + msg->chip_ce = chip; + msg->page_no = page; + + ret = ssd_do_request(dev, WRITE, msg, NULL); + ssd_put_dmsg(msg); + + return ret; +} + +static int ssd_update_bbt(struct ssd_device *dev, int flash, int ctrl_idx) +{ + struct ssd_nand_op_msg *msg; + struct ssd_flush_msg *fmsg; + int ret = 0; + + ret = ssd_check_flash(dev, flash, 0, ctrl_idx); + if (ret) { + return ret; + } + + msg = (struct ssd_nand_op_msg *)ssd_get_dmsg(dev); + + if (dev->protocol_info.ver < SSD_PROTOCOL_V3) { + fmsg = (struct ssd_flush_msg *)msg; + + fmsg->fun = SSD_FUNC_FLUSH; + fmsg->flag = 0x1; + fmsg->flash = flash; + fmsg->ctrl_idx = ctrl_idx; + } else { + msg->fun = SSD_FUNC_FLUSH; + msg->flag = 0x1; + msg->chip_no = flash; + msg->ctrl_idx = ctrl_idx; + } + + ret = ssd_do_request(dev, WRITE, msg, NULL); + ssd_put_dmsg(msg); + + return ret; +} + +/* flash controller init state */ +static int __ssd_check_init_state(struct ssd_device *dev) +{ + uint32_t *init_state = NULL; + int reg_base, reg_sz; + int max_wait = SSD_INIT_MAX_WAIT; + int init_wait = 0; + int i, j, k; + int ch_start = 0; + +/* + for (i=0; ihw_info.nr_ctrl; i++) { + ssd_reg32_write(dev->ctrlp + SSD_CTRL_TEST_REG0 + i * 8, test_data); + read_data = ssd_reg32_read(dev->ctrlp + SSD_CTRL_TEST_REG0 + i * 8); + if (read_data == ~test_data) { + //dev->hw_info.nr_ctrl++; + dev->hw_info.nr_ctrl_map |= 1<ctrlp + SSD_READY_REG); + j=0; + for (i=0; ihw_info.nr_ctrl; i++) { + if (((read_data>>i) & 0x1) == 0) { + j++; + } + } + + if (dev->hw_info.nr_ctrl != j) { + printk(KERN_WARNING "%s: nr_ctrl mismatch: %d %d\n", dev->name, dev->hw_info.nr_ctrl, j); + return -1; + } +*/ + +/* + init_state = ssd_reg_read(dev->ctrlp + SSD_FLASH_INFO_REG0); + for (j=1; jhw_info.nr_ctrl;j++) { + if (init_state != ssd_reg_read(dev->ctrlp + SSD_FLASH_INFO_REG0 + j*8)) { + printk(KERN_WARNING "SSD_FLASH_INFO_REG[%d], not match\n", j); + return -1; + } + } +*/ + +/* init_state = ssd_reg_read(dev->ctrlp + SSD_CHIP_INFO_REG0); + for (j=1; jhw_info.nr_ctrl; j++) { + if (init_state != ssd_reg_read(dev->ctrlp + SSD_CHIP_INFO_REG0 + j*16)) { + printk(KERN_WARNING "SSD_CHIP_INFO_REG Lo [%d], not match\n", j); + return -1; + } + } + + init_state = ssd_reg_read(dev->ctrlp + SSD_CHIP_INFO_REG0 + 8); + for (j=1; jhw_info.nr_ctrl; j++) { + if (init_state != ssd_reg_read(dev->ctrlp + SSD_CHIP_INFO_REG0 + 8 + j*16)) { + printk(KERN_WARNING "SSD_CHIP_INFO_REG Hi [%d], not match\n", j); + return -1; + } + } +*/ + + if (dev->protocol_info.ver >= SSD_PROTOCOL_V3_2) { + max_wait = SSD_INIT_MAX_WAIT_V3_2; + } + + reg_base = dev->protocol_info.init_state_reg; + reg_sz = dev->protocol_info.init_state_reg_sz; + + init_state = (uint32_t *)kmalloc(reg_sz, GFP_KERNEL); + if (!init_state) { + return -ENOMEM; + } + + for (i=0; ihw_info.nr_ctrl; i++) { +check_init: + for (j=0, k=0; jctrlp + reg_base + j); + } + + if (dev->protocol_info.ver > SSD_PROTOCOL_V3) { + /* just check the last bit, no need to check all channel */ + ch_start = dev->hw_info.max_ch - 1; + } else { + ch_start = 0; + } + + for (j=0; jhw_info.nr_chip; j++) { + for (k=ch_start; khw_info.max_ch; k++) { + if (test_bit((j*dev->hw_info.max_ch + k), (void *)init_state)) { + continue; + } + + init_wait++; + if (init_wait <= max_wait) { + msleep(SSD_INIT_WAIT); + goto check_init; + } else { + if (k < dev->hw_info.nr_ch) { + hio_warn("%s: controller %d chip %d ch %d init failed\n", + dev->name, i, j, k); + } else { + hio_warn("%s: controller %d chip %d init failed\n", + dev->name, i, j); + } + + kfree(init_state); + return -1; + } + } + } + reg_base += reg_sz; + } + //printk(KERN_WARNING "%s: init wait %d\n", dev->name, init_wait); + + kfree(init_state); + return 0; +} + +static int ssd_check_init_state(struct ssd_device *dev) +{ + if (mode != SSD_DRV_MODE_STANDARD) { + return 0; + } + + return __ssd_check_init_state(dev); +} + +static void ssd_reset_resp_ptr(struct ssd_device *dev); + +/* reset flash controller etc */ +static int __ssd_reset(struct ssd_device *dev, int type) +{ + if (type < SSD_RST_NOINIT || type > SSD_RST_FULL) { + return -EINVAL; + } + + mutex_lock(&dev->fw_mutex); + + if (type == SSD_RST_NOINIT) { //no init + ssd_reg32_write(dev->ctrlp + SSD_RESET_REG, SSD_RESET_NOINIT); + } else if (type == SSD_RST_NORMAL) { //reset & init + ssd_reg32_write(dev->ctrlp + SSD_RESET_REG, SSD_RESET); + } else { // full reset + if (dev->protocol_info.ver < SSD_PROTOCOL_V3_2) { + mutex_unlock(&dev->fw_mutex); + return -EINVAL; + } + + ssd_reg32_write(dev->ctrlp + SSD_FULL_RESET_REG, SSD_RESET_FULL); + + /* ?? */ + ssd_reset_resp_ptr(dev); + } + +#ifdef SSD_OT_PROTECT + dev->ot_delay = 0; +#endif + + msleep(1000); + + /* xx */ + ssd_set_flush_timeout(dev, dev->wmode); + + mutex_unlock(&dev->fw_mutex); + ssd_gen_swlog(dev, SSD_LOG_RESET, (uint32_t)type); + + return __ssd_check_init_state(dev); +} + +static int ssd_save_md(struct ssd_device *dev) +{ + struct ssd_nand_op_msg *msg; + int ret = 0; + + if (unlikely(mode != SSD_DRV_MODE_STANDARD)) + return 0; + + if (dev->protocol_info.ver <= SSD_PROTOCOL_V3) { + return 0; + } + + if (!dev->save_md) { + return 0; + } + + msg = (struct ssd_nand_op_msg *)ssd_get_dmsg(dev); + + msg->fun = SSD_FUNC_FLUSH; + msg->flag = 0x2; + msg->ctrl_idx = 0; + msg->chip_no = 0; + + ret = ssd_do_request(dev, WRITE, msg, NULL); + ssd_put_dmsg(msg); + + return ret; +} + +static int ssd_barrier_save_md(struct ssd_device *dev) +{ + struct ssd_nand_op_msg *msg; + int ret = 0; + + if (unlikely(mode != SSD_DRV_MODE_STANDARD)) + return 0; + + if (dev->protocol_info.ver <= SSD_PROTOCOL_V3) { + return 0; + } + + if (!dev->save_md) { + return 0; + } + + msg = (struct ssd_nand_op_msg *)ssd_get_dmsg(dev); + + msg->fun = SSD_FUNC_FLUSH; + msg->flag = 0x2; + msg->ctrl_idx = 0; + msg->chip_no = 0; + + ret = ssd_do_barrier_request(dev, WRITE, msg, NULL); + ssd_put_dmsg(msg); + + return ret; +} + +static int ssd_flush(struct ssd_device *dev) +{ + struct ssd_nand_op_msg *msg; + struct ssd_flush_msg *fmsg; + int ret = 0; + + if (unlikely(mode != SSD_DRV_MODE_STANDARD)) + return 0; + + msg = (struct ssd_nand_op_msg *)ssd_get_dmsg(dev); + + if (dev->protocol_info.ver < SSD_PROTOCOL_V3) { + fmsg = (struct ssd_flush_msg *)msg; + + fmsg->fun = SSD_FUNC_FLUSH; + fmsg->flag = 0; + fmsg->ctrl_idx = 0; + fmsg->flash = 0; + } else { + msg->fun = SSD_FUNC_FLUSH; + msg->flag = 0; + msg->ctrl_idx = 0; + msg->chip_no = 0; + } + + ret = ssd_do_request(dev, WRITE, msg, NULL); + ssd_put_dmsg(msg); + + return ret; +} + +static int ssd_barrier_flush(struct ssd_device *dev) +{ + struct ssd_nand_op_msg *msg; + struct ssd_flush_msg *fmsg; + int ret = 0; + + if (unlikely(mode != SSD_DRV_MODE_STANDARD)) + return 0; + + msg = (struct ssd_nand_op_msg *)ssd_get_dmsg(dev); + + if (dev->protocol_info.ver < SSD_PROTOCOL_V3) { + fmsg = (struct ssd_flush_msg *)msg; + + fmsg->fun = SSD_FUNC_FLUSH; + fmsg->flag = 0; + fmsg->ctrl_idx = 0; + fmsg->flash = 0; + } else { + msg->fun = SSD_FUNC_FLUSH; + msg->flag = 0; + msg->ctrl_idx = 0; + msg->chip_no = 0; + } + + ret = ssd_do_barrier_request(dev, WRITE, msg, NULL); + ssd_put_dmsg(msg); + + return ret; +} + +#define SSD_WMODE_BUFFER_TIMEOUT 0x00c82710 +#define SSD_WMODE_BUFFER_EX_TIMEOUT 0x000500c8 +#define SSD_WMODE_FUA_TIMEOUT 0x000503E8 +static void ssd_set_flush_timeout(struct ssd_device *dev, int m) +{ + uint32_t to; + uint32_t val = 0; + + if (dev->protocol_info.ver < SSD_PROTOCOL_V3_1_1) { + return; + } + + switch(m) { + case SSD_WMODE_BUFFER: + to = SSD_WMODE_BUFFER_TIMEOUT; + break; + case SSD_WMODE_BUFFER_EX: + if (dev->protocol_info.ver < SSD_PROTOCOL_V3_2_1) { + to = SSD_WMODE_BUFFER_EX_TIMEOUT; + } else { + to = SSD_WMODE_BUFFER_TIMEOUT; + } + break; + case SSD_WMODE_FUA: + to = SSD_WMODE_FUA_TIMEOUT; + break; + default: + return; + } + + val = (((uint32_t)((uint32_t)m & 0x3) << 28) | to); + + ssd_reg32_write(dev->ctrlp + SSD_FLUSH_TIMEOUT_REG, val); +} + +static int ssd_do_switch_wmode(struct ssd_device *dev, int m) +{ + int ret = 0; + + ret = ssd_barrier_start(dev); + if (ret) { + goto out; + } + + ret = ssd_barrier_flush(dev); + if (ret) { + goto out_barrier_end; + } + + /* set contoller flush timeout */ + ssd_set_flush_timeout(dev, m); + + dev->wmode = m; + mb(); + +out_barrier_end: + ssd_barrier_end(dev); +out: + return ret; +} + +static int ssd_switch_wmode(struct ssd_device *dev, int m) +{ + int default_wmode; + int next_wmode; + int ret = 0; + + if (!test_bit(SSD_ONLINE, &dev->state)) { + return -ENODEV; + } + + if (dev->protocol_info.ver < SSD_PROTOCOL_V3_2) { + default_wmode = SSD_WMODE_BUFFER; + } else { + default_wmode = SSD_WMODE_BUFFER_EX; + } + + if (SSD_WMODE_AUTO == m) { + /* battery fault ? */ + if (test_bit(SSD_HWMON_PL_CAP(SSD_PL_CAP), &dev->hwmon)) { + next_wmode = SSD_WMODE_FUA; + } else { + next_wmode = default_wmode; + } + } else if (SSD_WMODE_DEFAULT == m) { + next_wmode = default_wmode; + } else { + next_wmode = m; + } + + if (next_wmode != dev->wmode) { + hio_warn("%s: switch write mode (%d -> %d)\n", dev->name, dev->wmode, next_wmode); + ret = ssd_do_switch_wmode(dev, next_wmode); + if (ret) { + hio_err("%s: can not switch write mode (%d -> %d)\n", dev->name, dev->wmode, next_wmode); + } + } + + return ret; +} + +static int ssd_init_wmode(struct ssd_device *dev) +{ + int default_wmode; + int ret = 0; + + if (dev->protocol_info.ver < SSD_PROTOCOL_V3_2) { + default_wmode = SSD_WMODE_BUFFER; + } else { + default_wmode = SSD_WMODE_BUFFER_EX; + } + + /* dummy mode */ + if (SSD_WMODE_AUTO == dev->user_wmode) { + /* battery fault ? */ + if (test_bit(SSD_HWMON_PL_CAP(SSD_PL_CAP), &dev->hwmon)) { + dev->wmode = SSD_WMODE_FUA; + } else { + dev->wmode = default_wmode; + } + } else if (SSD_WMODE_DEFAULT == dev->user_wmode) { + dev->wmode = default_wmode; + } else { + dev->wmode = dev->user_wmode; + } + ssd_set_flush_timeout(dev, dev->wmode); + + return ret; +} + +static int __ssd_set_wmode(struct ssd_device *dev, int m) +{ + int ret = 0; + + /* not support old fw*/ + if (dev->protocol_info.ver < SSD_PROTOCOL_V3_1_1) { + ret = -EOPNOTSUPP; + goto out; + } + + if (m < SSD_WMODE_BUFFER || m > SSD_WMODE_DEFAULT) { + ret = -EINVAL; + goto out; + } + + ssd_gen_swlog(dev, SSD_LOG_SET_WMODE, m); + + dev->user_wmode = m; + + ret = ssd_switch_wmode(dev, dev->user_wmode); + if (ret) { + goto out; + } + +out: + return ret; +} + +int ssd_set_wmode(struct block_device *bdev, int m) +{ + struct ssd_device *dev; + + if (!bdev || !(bdev->bd_disk)) { + return -EINVAL; + } + + dev = bdev->bd_disk->private_data; + + return __ssd_set_wmode(dev, m); +} + +static int ssd_do_reset(struct ssd_device *dev) +{ + int ret = 0; + + if (test_and_set_bit(SSD_RESETING, &dev->state)) { + return 0; + } + + ssd_stop_workq(dev); + + ret = ssd_barrier_start(dev); + if (ret) { + goto out; + } + + if (dev->protocol_info.ver < SSD_PROTOCOL_V3_2) { + /* old reset */ + ret = __ssd_reset(dev, SSD_RST_NORMAL); + } else { + /* full reset */ + //ret = __ssd_reset(dev, SSD_RST_FULL); + ret = __ssd_reset(dev, SSD_RST_NORMAL); + } + if (ret) { + goto out_barrier_end; + } + +out_barrier_end: + ssd_barrier_end(dev); +out: + ssd_start_workq(dev); + test_and_clear_bit(SSD_RESETING, &dev->state); + return ret; +} + +static int ssd_full_reset(struct ssd_device *dev) +{ + int ret = 0; + + if (test_and_set_bit(SSD_RESETING, &dev->state)) { + return 0; + } + + ssd_stop_workq(dev); + + ret = ssd_barrier_start(dev); + if (ret) { + goto out; + } + + ret = ssd_barrier_flush(dev); + if (ret) { + goto out_barrier_end; + } + + ret = ssd_barrier_save_md(dev); + if (ret) { + goto out_barrier_end; + } + + if (dev->protocol_info.ver < SSD_PROTOCOL_V3_2) { + /* old reset */ + ret = __ssd_reset(dev, SSD_RST_NORMAL); + } else { + /* full reset */ + //ret = __ssd_reset(dev, SSD_RST_FULL); + ret = __ssd_reset(dev, SSD_RST_NORMAL); + } + if (ret) { + goto out_barrier_end; + } + +out_barrier_end: + ssd_barrier_end(dev); +out: + ssd_start_workq(dev); + test_and_clear_bit(SSD_RESETING, &dev->state); + return ret; +} + +int ssd_reset(struct block_device *bdev) +{ + struct ssd_device *dev; + + if (!bdev || !(bdev->bd_disk)) { + return -EINVAL; + } + + dev = bdev->bd_disk->private_data; + + return ssd_full_reset(dev); +} + +#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,20)) +static int ssd_issue_flush_fn(struct request_queue *q, struct gendisk *disk, + sector_t *error_sector) +{ + struct ssd_device *dev = q->queuedata; + + return ssd_flush(dev); +} +#endif + +void ssd_submit_pbio(struct request_queue *q, struct bio *bio) +{ + struct ssd_device *dev = q->queuedata; +#ifdef SSD_QUEUE_PBIO + int ret = -EBUSY; +#endif + + if (!test_bit(SSD_ONLINE, &dev->state)) { +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24)) + bio_endio(bio, -ENODEV); +#else + bio_endio(bio, bio->bi_size, -ENODEV); +#endif + goto out; + } + +#ifdef SSD_DEBUG_ERR + if (atomic_read(&dev->tocnt)) { + hio_warn("%s: IO rejected because of IO timeout!\n", dev->name); +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24)) + bio_endio(bio, -EIO); +#else + bio_endio(bio, bio->bi_size, -EIO); +#endif + goto out; + } +#endif + +#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,32)) + if (unlikely(bio_barrier(bio))) { +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24)) + bio_endio(bio, -EOPNOTSUPP); +#else + bio_endio(bio, bio->bi_size, -EOPNOTSUPP); +#endif + goto out; + } +#elif (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,36)) + if (unlikely(bio_rw_flagged(bio, BIO_RW_BARRIER))) { +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24)) + bio_endio(bio, -EOPNOTSUPP); +#else + bio_endio(bio, bio->bi_size, -EOPNOTSUPP); +#endif + goto out; + } +#elif (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,37)) + if (unlikely(bio->bi_rw & REQ_HARDBARRIER)) { +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24)) + bio_endio(bio, -EOPNOTSUPP); +#else + bio_endio(bio, bio->bi_size, -EOPNOTSUPP); +#endif + goto out; + } +#else + //xx + if (unlikely(bio->bi_rw & REQ_FUA)) { +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24)) + bio_endio(bio, -EOPNOTSUPP); +#else + bio_endio(bio, bio->bi_size, -EOPNOTSUPP); +#endif + goto out; + } +#endif + + if (unlikely(dev->readonly && bio_data_dir(bio) == WRITE)) { +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24)) + bio_endio(bio, -EROFS); +#else + bio_endio(bio, bio->bi_size, -EROFS); +#endif + goto out; + } + +#ifdef SSD_QUEUE_PBIO + if (0 == atomic_read(&dev->in_sendq)) { + ret = __ssd_submit_pbio(dev, bio, 0); + } + + if (ret) { + (void)test_and_set_bit(BIO_SSD_PBIO, &bio->bi_flags); + ssd_queue_bio(dev, bio); + } +#else + __ssd_submit_pbio(dev, bio, 1); +#endif + +out: + return; +} + +#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,2,0)) +static int ssd_make_request(struct request_queue *q, struct bio *bio) +#else +static void ssd_make_request(struct request_queue *q, struct bio *bio) +#endif +{ + struct ssd_device *dev = q->queuedata; + int ret = -EBUSY; + + if (!test_bit(SSD_ONLINE, &dev->state)) { +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24)) + bio_endio(bio, -ENODEV); +#else + bio_endio(bio, bio->bi_size, -ENODEV); +#endif + goto out; + } + +#ifdef SSD_DEBUG_ERR + if (atomic_read(&dev->tocnt)) { + hio_warn("%s: IO rejected because of IO timeout!\n", dev->name); +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24)) + bio_endio(bio, -EIO); +#else + bio_endio(bio, bio->bi_size, -EIO); +#endif + goto out; + } +#endif + +#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,32)) + if (unlikely(bio_barrier(bio))) { +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24)) + bio_endio(bio, -EOPNOTSUPP); +#else + bio_endio(bio, bio->bi_size, -EOPNOTSUPP); +#endif + goto out; + } +#elif (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,36)) + if (unlikely(bio_rw_flagged(bio, BIO_RW_BARRIER))) { +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24)) + bio_endio(bio, -EOPNOTSUPP); +#else + bio_endio(bio, bio->bi_size, -EOPNOTSUPP); +#endif + goto out; + } +#elif (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,37)) + if (unlikely(bio->bi_rw & REQ_HARDBARRIER)) { +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24)) + bio_endio(bio, -EOPNOTSUPP); +#else + bio_endio(bio, bio->bi_size, -EOPNOTSUPP); +#endif + goto out; + } +#else + //xx + if (unlikely(bio->bi_rw & REQ_FUA)) { +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24)) + bio_endio(bio, -EOPNOTSUPP); +#else + bio_endio(bio, bio->bi_size, -EOPNOTSUPP); +#endif + goto out; + } + + /* writeback_cache_control.txt: REQ_FLUSH requests without data can be completed successfully without doing any work */ + if (unlikely((bio->bi_rw & REQ_FLUSH) && !bio_sectors(bio))) { + bio_endio(bio, 0); + goto out; + } + +#endif + + if (0 == atomic_read(&dev->in_sendq)) { + ret = ssd_submit_bio(dev, bio, 0); + } + + if (ret) { + ssd_queue_bio(dev, bio); + } + +out: +#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,2,0)) + return 0; +#else + return; +#endif +} + +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,16)) +static int ssd_block_getgeo(struct block_device *bdev, struct hd_geometry *geo) +{ + struct ssd_device *dev; + + if (!bdev) { + return -EINVAL; + } + + dev = bdev->bd_disk->private_data; + if (!dev) { + return -EINVAL; + } + + geo->heads = 4; + geo->sectors = 16; + geo->cylinders = (dev->hw_info.size & ~0x3f) >> 6; + return 0; +} +#endif + +static void ssd_cleanup_blkdev(struct ssd_device *dev); +static int ssd_init_blkdev(struct ssd_device *dev); +static int ssd_ioctl_common(struct ssd_device *dev, unsigned int cmd, unsigned long arg) +{ + void __user *argp = (void __user *)arg; + void __user *buf = NULL; + void *kbuf = NULL; + int ret = 0; + + switch (cmd) { + case SSD_CMD_GET_PROTOCOL_INFO: + if (copy_to_user(argp, &dev->protocol_info, sizeof(struct ssd_protocol_info))) { + hio_warn("%s: copy_to_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + break; + + case SSD_CMD_GET_HW_INFO: + if (copy_to_user(argp, &dev->hw_info, sizeof(struct ssd_hw_info))) { + hio_warn("%s: copy_to_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + break; + + case SSD_CMD_GET_ROM_INFO: + if (copy_to_user(argp, &dev->rom_info, sizeof(struct ssd_rom_info))) { + hio_warn("%s: copy_to_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + break; + + case SSD_CMD_GET_SMART: { + struct ssd_smart smart; + int i; + + memcpy(&smart, &dev->smart, sizeof(struct ssd_smart)); + + mutex_lock(&dev->gd_mutex); + ssd_update_smart(dev, &smart); + mutex_unlock(&dev->gd_mutex); + + /* combine the volatile log info */ + if (dev->log_info.nr_log) { + for (i=0; ilog_info.stat[i]; + } + } + + if (copy_to_user(argp, &smart, sizeof(struct ssd_smart))) { + hio_warn("%s: copy_to_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + break; + } + + case SSD_CMD_GET_IDX: + if (copy_to_user(argp, &dev->idx, sizeof(int))) { + hio_warn("%s: copy_to_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + break; + + case SSD_CMD_GET_AMOUNT: { + int nr_ssd = atomic_read(&ssd_nr); + if (copy_to_user(argp, &nr_ssd, sizeof(int))) { + hio_warn("%s: copy_to_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + break; + } + + case SSD_CMD_GET_TO_INFO: { + int tocnt = atomic_read(&dev->tocnt); + + if (copy_to_user(argp, &tocnt, sizeof(int))) { + hio_warn("%s: copy_to_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + break; + } + + case SSD_CMD_GET_DRV_VER: { + char ver[] = DRIVER_VERSION; + int len = sizeof(ver); + + if (len > (DRIVER_VERSION_LEN - 1)) { + len = (DRIVER_VERSION_LEN - 1); + } + if (copy_to_user(argp, ver, len)) { + hio_warn("%s: copy_to_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + break; + } + + case SSD_CMD_GET_BBACC_INFO: { + struct ssd_acc_info acc; + + mutex_lock(&dev->fw_mutex); + ret = ssd_bb_acc(dev, &acc); + mutex_unlock(&dev->fw_mutex); + if (ret) { + break; + } + + if (copy_to_user(argp, &acc, sizeof(struct ssd_acc_info))) { + hio_warn("%s: copy_to_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + break; + } + + case SSD_CMD_GET_ECACC_INFO: { + struct ssd_acc_info acc; + + mutex_lock(&dev->fw_mutex); + ret = ssd_ec_acc(dev, &acc); + mutex_unlock(&dev->fw_mutex); + if (ret) { + break; + } + + if (copy_to_user(argp, &acc, sizeof(struct ssd_acc_info))) { + hio_warn("%s: copy_to_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + break; + } + + case SSD_CMD_GET_HW_INFO_EXT: + if (copy_to_user(argp, &dev->hw_info_ext, sizeof(struct ssd_hw_info_extend))) { + hio_warn("%s: copy_to_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + break; + + case SSD_CMD_REG_READ: { + struct ssd_reg_op_info reg_info; + + if (copy_from_user(®_info, argp, sizeof(struct ssd_reg_op_info))) { + hio_warn("%s: copy_from_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + if (reg_info.offset > dev->mmio_len-sizeof(uint32_t)) { + ret = -EINVAL; + break; + } + + reg_info.value = ssd_reg32_read(dev->ctrlp + reg_info.offset); + if (copy_to_user(argp, ®_info, sizeof(struct ssd_reg_op_info))) { + hio_warn("%s: copy_to_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + break; + } + + case SSD_CMD_REG_WRITE: { + struct ssd_reg_op_info reg_info; + + if (copy_from_user(®_info, argp, sizeof(struct ssd_reg_op_info))) { + hio_warn("%s: copy_from_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + if (reg_info.offset > dev->mmio_len-sizeof(uint32_t)) { + ret = -EINVAL; + break; + } + + ssd_reg32_write(dev->ctrlp + reg_info.offset, reg_info.value); + + break; + } + + case SSD_CMD_SPI_READ: { + struct ssd_spi_op_info spi_info; + uint32_t off, size; + + if (copy_from_user(&spi_info, argp, sizeof(struct ssd_spi_op_info))) { + hio_warn("%s: copy_from_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + off = spi_info.off; + size = spi_info.len; + buf = spi_info.buf; + + if (size > dev->rom_info.size || 0 == size || (off + size) > dev->rom_info.size) { + ret = -EINVAL; + break; + } + + kbuf = kmalloc(size, GFP_KERNEL); + if (!kbuf) { + ret = -ENOMEM; + break; + } + + ret = ssd_spi_page_read(dev, kbuf, off, size); + if (ret) { + kfree(kbuf); + break; + } + + if (copy_to_user(buf, kbuf, size)) { + hio_warn("%s: copy_to_user: failed\n", dev->name); + kfree(kbuf); + ret = -EFAULT; + break; + } + + kfree(kbuf); + + break; + } + + case SSD_CMD_SPI_WRITE: { + struct ssd_spi_op_info spi_info; + uint32_t off, size; + + if (copy_from_user(&spi_info, argp, sizeof(struct ssd_spi_op_info))) { + hio_warn("%s: copy_from_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + off = spi_info.off; + size = spi_info.len; + buf = spi_info.buf; + + if (size > dev->rom_info.size || 0 == size || (off + size) > dev->rom_info.size) { + ret = -EINVAL; + break; + } + + kbuf = kmalloc(size, GFP_KERNEL); + if (!kbuf) { + ret = -ENOMEM; + break; + } + + if (copy_from_user(kbuf, buf, size)) { + hio_warn("%s: copy_from_user: failed\n", dev->name); + kfree(kbuf); + ret = -EFAULT; + break; + } + + ret = ssd_spi_page_write(dev, kbuf, off, size); + if (ret) { + kfree(kbuf); + break; + } + + kfree(kbuf); + + break; + } + + case SSD_CMD_SPI_ERASE: { + struct ssd_spi_op_info spi_info; + uint32_t off; + + if (copy_from_user(&spi_info, argp, sizeof(struct ssd_spi_op_info))) { + hio_warn("%s: copy_from_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + off = spi_info.off; + + if ((off + dev->rom_info.block_size) > dev->rom_info.size) { + ret = -EINVAL; + break; + } + + ret = ssd_spi_block_erase(dev, off); + if (ret) { + break; + } + + break; + } + + case SSD_CMD_I2C_READ: { + struct ssd_i2c_op_info i2c_info; + uint8_t saddr; + uint8_t rsize; + + if (copy_from_user(&i2c_info, argp, sizeof(struct ssd_i2c_op_info))) { + hio_warn("%s: copy_from_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + saddr = i2c_info.saddr; + rsize = i2c_info.rsize; + buf = i2c_info.rbuf; + + if (rsize <= 0 || rsize > SSD_I2C_MAX_DATA) { + ret = -EINVAL; + break; + } + + kbuf = kmalloc(rsize, GFP_KERNEL); + if (!kbuf) { + ret = -ENOMEM; + break; + } + + ret = ssd_i2c_read(dev, saddr, rsize, kbuf); + if (ret) { + kfree(kbuf); + break; + } + + if (copy_to_user(buf, kbuf, rsize)) { + hio_warn("%s: copy_to_user: failed\n", dev->name); + kfree(kbuf); + ret = -EFAULT; + break; + } + + kfree(kbuf); + + break; + } + + case SSD_CMD_I2C_WRITE: { + struct ssd_i2c_op_info i2c_info; + uint8_t saddr; + uint8_t wsize; + + if (copy_from_user(&i2c_info, argp, sizeof(struct ssd_i2c_op_info))) { + hio_warn("%s: copy_from_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + saddr = i2c_info.saddr; + wsize = i2c_info.wsize; + buf = i2c_info.wbuf; + + if (wsize <= 0 || wsize > SSD_I2C_MAX_DATA) { + ret = -EINVAL; + break; + } + + kbuf = kmalloc(wsize, GFP_KERNEL); + if (!kbuf) { + ret = -ENOMEM; + break; + } + + if (copy_from_user(kbuf, buf, wsize)) { + hio_warn("%s: copy_from_user: failed\n", dev->name); + kfree(kbuf); + ret = -EFAULT; + break; + } + + ret = ssd_i2c_write(dev, saddr, wsize, kbuf); + if (ret) { + kfree(kbuf); + break; + } + + kfree(kbuf); + + break; + } + + case SSD_CMD_I2C_WRITE_READ: { + struct ssd_i2c_op_info i2c_info; + uint8_t saddr; + uint8_t wsize; + uint8_t rsize; + uint8_t size; + + if (copy_from_user(&i2c_info, argp, sizeof(struct ssd_i2c_op_info))) { + hio_warn("%s: copy_from_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + saddr = i2c_info.saddr; + wsize = i2c_info.wsize; + rsize = i2c_info.rsize; + buf = i2c_info.wbuf; + + if (wsize <= 0 || wsize > SSD_I2C_MAX_DATA) { + ret = -EINVAL; + break; + } + + if (rsize <= 0 || rsize > SSD_I2C_MAX_DATA) { + ret = -EINVAL; + break; + } + + size = wsize + rsize; + + kbuf = kmalloc(size, GFP_KERNEL); + if (!kbuf) { + ret = -ENOMEM; + break; + } + + if (copy_from_user((kbuf + rsize), buf, wsize)) { + hio_warn("%s: copy_from_user: failed\n", dev->name); + kfree(kbuf); + ret = -EFAULT; + break; + } + + buf = i2c_info.rbuf; + + ret = ssd_i2c_write_read(dev, saddr, wsize, (kbuf + rsize), rsize, kbuf); + if (ret) { + kfree(kbuf); + break; + } + + if (copy_to_user(buf, kbuf, rsize)) { + hio_warn("%s: copy_to_user: failed\n", dev->name); + kfree(kbuf); + ret = -EFAULT; + break; + } + + kfree(kbuf); + + break; + } + + case SSD_CMD_SMBUS_SEND_BYTE: { + struct ssd_smbus_op_info smbus_info; + uint8_t smb_data[SSD_SMBUS_BLOCK_MAX]; + uint8_t saddr; + uint8_t size; + + if (copy_from_user(&smbus_info, argp, sizeof(struct ssd_smbus_op_info))) { + hio_warn("%s: copy_from_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + saddr = smbus_info.saddr; + buf = smbus_info.buf; + size = 1; + + if (copy_from_user(smb_data, buf, size)) { + hio_warn("%s: copy_from_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + ret = ssd_smbus_send_byte(dev, saddr, smb_data); + if (ret) { + break; + } + + break; + } + + case SSD_CMD_SMBUS_RECEIVE_BYTE: { + struct ssd_smbus_op_info smbus_info; + uint8_t smb_data[SSD_SMBUS_BLOCK_MAX]; + uint8_t saddr; + uint8_t size; + + if (copy_from_user(&smbus_info, argp, sizeof(struct ssd_smbus_op_info))) { + hio_warn("%s: copy_from_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + saddr = smbus_info.saddr; + buf = smbus_info.buf; + size = 1; + + ret = ssd_smbus_receive_byte(dev, saddr, smb_data); + if (ret) { + break; + } + + if (copy_to_user(buf, smb_data, size)) { + hio_warn("%s: copy_to_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + break; + } + + case SSD_CMD_SMBUS_WRITE_BYTE: { + struct ssd_smbus_op_info smbus_info; + uint8_t smb_data[SSD_SMBUS_BLOCK_MAX]; + uint8_t saddr; + uint8_t command; + uint8_t size; + + if (copy_from_user(&smbus_info, argp, sizeof(struct ssd_smbus_op_info))) { + hio_warn("%s: copy_from_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + saddr = smbus_info.saddr; + command = smbus_info.cmd; + buf = smbus_info.buf; + size = 1; + + if (copy_from_user(smb_data, buf, size)) { + hio_warn("%s: copy_from_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + ret = ssd_smbus_write_byte(dev, saddr, command, smb_data); + if (ret) { + break; + } + + break; + } + + case SSD_CMD_SMBUS_READ_BYTE: { + struct ssd_smbus_op_info smbus_info; + uint8_t smb_data[SSD_SMBUS_BLOCK_MAX]; + uint8_t saddr; + uint8_t command; + uint8_t size; + + if (copy_from_user(&smbus_info, argp, sizeof(struct ssd_smbus_op_info))) { + hio_warn("%s: copy_from_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + saddr = smbus_info.saddr; + command = smbus_info.cmd; + buf = smbus_info.buf; + size = 1; + + ret = ssd_smbus_read_byte(dev, saddr, command, smb_data); + if (ret) { + break; + } + + if (copy_to_user(buf, smb_data, size)) { + hio_warn("%s: copy_to_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + break; + } + + case SSD_CMD_SMBUS_WRITE_WORD: { + struct ssd_smbus_op_info smbus_info; + uint8_t smb_data[SSD_SMBUS_BLOCK_MAX]; + uint8_t saddr; + uint8_t command; + uint8_t size; + + if (copy_from_user(&smbus_info, argp, sizeof(struct ssd_smbus_op_info))) { + hio_warn("%s: copy_from_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + saddr = smbus_info.saddr; + command = smbus_info.cmd; + buf = smbus_info.buf; + size = 2; + + if (copy_from_user(smb_data, buf, size)) { + hio_warn("%s: copy_from_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + ret = ssd_smbus_write_word(dev, saddr, command, smb_data); + if (ret) { + break; + } + + break; + } + + case SSD_CMD_SMBUS_READ_WORD: { + struct ssd_smbus_op_info smbus_info; + uint8_t smb_data[SSD_SMBUS_BLOCK_MAX]; + uint8_t saddr; + uint8_t command; + uint8_t size; + + if (copy_from_user(&smbus_info, argp, sizeof(struct ssd_smbus_op_info))) { + hio_warn("%s: copy_from_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + saddr = smbus_info.saddr; + command = smbus_info.cmd; + buf = smbus_info.buf; + size = 2; + + ret = ssd_smbus_read_word(dev, saddr, command, smb_data); + if (ret) { + break; + } + + if (copy_to_user(buf, smb_data, size)) { + hio_warn("%s: copy_to_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + break; + } + + case SSD_CMD_SMBUS_WRITE_BLOCK: { + struct ssd_smbus_op_info smbus_info; + uint8_t smb_data[SSD_SMBUS_BLOCK_MAX]; + uint8_t saddr; + uint8_t command; + uint8_t size; + + if (copy_from_user(&smbus_info, argp, sizeof(struct ssd_smbus_op_info))) { + hio_warn("%s: copy_from_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + saddr = smbus_info.saddr; + command = smbus_info.cmd; + buf = smbus_info.buf; + size = smbus_info.size; + + if (size > SSD_SMBUS_BLOCK_MAX) { + ret = -EINVAL; + break; + } + + if (copy_from_user(smb_data, buf, size)) { + hio_warn("%s: copy_from_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + ret = ssd_smbus_write_block(dev, saddr, command, size, smb_data); + if (ret) { + break; + } + + break; + } + + case SSD_CMD_SMBUS_READ_BLOCK: { + struct ssd_smbus_op_info smbus_info; + uint8_t smb_data[SSD_SMBUS_BLOCK_MAX]; + uint8_t saddr; + uint8_t command; + uint8_t size; + + if (copy_from_user(&smbus_info, argp, sizeof(struct ssd_smbus_op_info))) { + hio_warn("%s: copy_from_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + saddr = smbus_info.saddr; + command = smbus_info.cmd; + buf = smbus_info.buf; + size = smbus_info.size; + + if (size > SSD_SMBUS_BLOCK_MAX) { + ret = -EINVAL; + break; + } + + ret = ssd_smbus_read_block(dev, saddr, command, size, smb_data); + if (ret) { + break; + } + + if (copy_to_user(buf, smb_data, size)) { + hio_warn("%s: copy_to_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + break; + } + + case SSD_CMD_BM_GET_VER: { + uint16_t ver; + + ret = ssd_bm_get_version(dev, &ver); + if (ret) { + break; + } + + if (copy_to_user(argp, &ver, sizeof(uint16_t))) { + hio_warn("%s: copy_to_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + break; + } + + case SSD_CMD_BM_GET_NR_CAP: { + int nr_cap; + + ret = ssd_bm_nr_cap(dev, &nr_cap); + if (ret) { + break; + } + + if (copy_to_user(argp, &nr_cap, sizeof(int))) { + hio_warn("%s: copy_to_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + break; + } + + case SSD_CMD_BM_CAP_LEARNING: { + ret = ssd_bm_enter_cap_learning(dev); + + if (ret) { + break; + } + + break; + } + + case SSD_CMD_CAP_LEARN: { + uint32_t cap = 0; + + ret = ssd_cap_learn(dev, &cap); + if (ret) { + break; + } + + if (copy_to_user(argp, &cap, sizeof(uint32_t))) { + hio_warn("%s: copy_to_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + break; + } + + case SSD_CMD_GET_CAP_STATUS: { + int cap_status = 0; + + if (test_bit(SSD_HWMON_PL_CAP(SSD_PL_CAP), &dev->hwmon)) { + cap_status = 1; + } + + if (copy_to_user(argp, &cap_status, sizeof(int))) { + hio_warn("%s: copy_to_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + break; + } + + case SSD_CMD_RAM_READ: { + struct ssd_ram_op_info ram_info; + uint64_t ofs; + uint32_t length; + size_t rlen, len = dev->hw_info.ram_max_len; + int ctrl_idx; + + if (copy_from_user(&ram_info, argp, sizeof(struct ssd_ram_op_info))) { + hio_warn("%s: copy_from_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + ofs = ram_info.start; + length = ram_info.length; + buf = ram_info.buf; + ctrl_idx = ram_info.ctrl_idx; + + if (ofs >= dev->hw_info.ram_size || length > dev->hw_info.ram_size || 0 == length || (ofs + length) > dev->hw_info.ram_size) { + ret = -EINVAL; + break; + } + + kbuf = kmalloc(len, GFP_KERNEL); + if (!kbuf) { + ret = -ENOMEM; + break; + } + + for (rlen=0; rlenhw_info.ram_max_len; + int ctrl_idx; + + if (copy_from_user(&ram_info, argp, sizeof(struct ssd_ram_op_info))) { + hio_warn("%s: copy_from_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + ofs = ram_info.start; + length = ram_info.length; + buf = ram_info.buf; + ctrl_idx = ram_info.ctrl_idx; + + if (ofs >= dev->hw_info.ram_size || length > dev->hw_info.ram_size || 0 == length || (ofs + length) > dev->hw_info.ram_size) { + ret = -EINVAL; + break; + } + + kbuf = kmalloc(len, GFP_KERNEL); + if (!kbuf) { + ret = -ENOMEM; + break; + } + + for (wlen=0; wlenname); + ret = -EFAULT; + break; + } + + chip_no = flash_info.flash; + chip_ce = flash_info.chip; + ctrl_idx = flash_info.ctrl_idx; + buf = flash_info.buf; + length = dev->hw_info.id_size; + + //kbuf = kmalloc(length, GFP_KERNEL); + kbuf = kmalloc(SSD_NAND_ID_BUFF_SZ, GFP_KERNEL); //xx + if (!kbuf) { + ret = -ENOMEM; + break; + } + memset(kbuf, 0, length); + + ret = ssd_nand_read_id(dev, kbuf, chip_no, chip_ce, ctrl_idx); + if (ret) { + kfree(kbuf); + break; + } + + if (copy_to_user(buf, kbuf, length)) { + kfree(kbuf); + ret = -EFAULT; + break; + } + + kfree(kbuf); + + break; + } + + case SSD_CMD_NAND_READ: { //with oob + struct ssd_flash_op_info flash_info; + uint32_t length; + int flash, chip, page, ctrl_idx; + int err = 0; + + if (copy_from_user(&flash_info, argp, sizeof(struct ssd_flash_op_info))) { + hio_warn("%s: copy_from_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + flash = flash_info.flash; + chip = flash_info.chip; + page = flash_info.page; + buf = flash_info.buf; + ctrl_idx = flash_info.ctrl_idx; + + length = dev->hw_info.page_size + dev->hw_info.oob_size; + + kbuf = kmalloc(length, GFP_KERNEL); + if (!kbuf) { + ret = -ENOMEM; + break; + } + + err = ret = ssd_nand_read_w_oob(dev, kbuf, flash, chip, page, 1, ctrl_idx); + if (ret && (-EIO != ret)) { + kfree(kbuf); + break; + } + + if (copy_to_user(buf, kbuf, length)) { + kfree(kbuf); + ret = -EFAULT; + break; + } + + ret = err; + + kfree(kbuf); + break; + } + + case SSD_CMD_NAND_WRITE: { + struct ssd_flash_op_info flash_info; + int flash, chip, page, ctrl_idx; + uint32_t length; + + if (copy_from_user(&flash_info, argp, sizeof(struct ssd_flash_op_info))) { + hio_warn("%s: copy_from_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + flash = flash_info.flash; + chip = flash_info.chip; + page = flash_info.page; + buf = flash_info.buf; + ctrl_idx = flash_info.ctrl_idx; + + length = dev->hw_info.page_size + dev->hw_info.oob_size; + + kbuf = kmalloc(length, GFP_KERNEL); + if (!kbuf) { + ret = -ENOMEM; + break; + } + + if (copy_from_user(kbuf, buf, length)) { + kfree(kbuf); + ret = -EFAULT; + break; + } + + ret = ssd_nand_write(dev, kbuf, flash, chip, page, 1, ctrl_idx); + if (ret) { + kfree(kbuf); + break; + } + + kfree(kbuf); + break; + } + + case SSD_CMD_NAND_ERASE: { + struct ssd_flash_op_info flash_info; + int flash, chip, page, ctrl_idx; + + if (copy_from_user(&flash_info, argp, sizeof(struct ssd_flash_op_info))) { + hio_warn("%s: copy_from_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + flash = flash_info.flash; + chip = flash_info.chip; + page = flash_info.page; + ctrl_idx = flash_info.ctrl_idx; + + if ((page % dev->hw_info.page_count) != 0) { + ret = -EINVAL; + break; + } + + //hio_warn("erase fs = %llx\n", ofs); + ret = ssd_nand_erase(dev, flash, chip, page, ctrl_idx); + if (ret) { + break; + } + + break; + } + + case SSD_CMD_NAND_READ_EXT: { //ingore EIO + struct ssd_flash_op_info flash_info; + uint32_t length; + int flash, chip, page, ctrl_idx; + + if (copy_from_user(&flash_info, argp, sizeof(struct ssd_flash_op_info))) { + hio_warn("%s: copy_from_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + flash = flash_info.flash; + chip = flash_info.chip; + page = flash_info.page; + buf = flash_info.buf; + ctrl_idx = flash_info.ctrl_idx; + + length = dev->hw_info.page_size + dev->hw_info.oob_size; + + kbuf = kmalloc(length, GFP_KERNEL); + if (!kbuf) { + ret = -ENOMEM; + break; + } + + ret = ssd_nand_read_w_oob(dev, kbuf, flash, chip, page, 1, ctrl_idx); + if (-EIO == ret) { //ingore EIO + ret = 0; + } + if (ret) { + kfree(kbuf); + break; + } + + if (copy_to_user(buf, kbuf, length)) { + kfree(kbuf); + ret = -EFAULT; + break; + } + + kfree(kbuf); + break; + } + + case SSD_CMD_UPDATE_BBT: { + struct ssd_flash_op_info flash_info; + int ctrl_idx, flash; + + if (copy_from_user(&flash_info, argp, sizeof(struct ssd_flash_op_info))) { + hio_warn("%s: copy_from_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + ctrl_idx = flash_info.ctrl_idx; + flash = flash_info.flash; + ret = ssd_update_bbt(dev, flash, ctrl_idx); + if (ret) { + break; + } + + break; + } + + case SSD_CMD_CLEAR_ALARM: + ssd_clear_alarm(dev); + break; + + case SSD_CMD_SET_ALARM: + ssd_set_alarm(dev); + break; + + case SSD_CMD_RESET: + ret = ssd_do_reset(dev); + break; + + case SSD_CMD_RELOAD_FW: + dev->reload_fw = 1; + if (dev->protocol_info.ver >= SSD_PROTOCOL_V3_2) { + ssd_reg32_write(dev->ctrlp + SSD_RELOAD_FW_REG, SSD_RELOAD_FLAG); + } else if (dev->protocol_info.ver >= SSD_PROTOCOL_V3_1_1) { + ssd_reg32_write(dev->ctrlp + SSD_RELOAD_FW_REG, SSD_RELOAD_FW); + + } + break; + + case SSD_CMD_UNLOAD_DEV: { + if (atomic_read(&dev->refcnt)) { + ret = -EBUSY; + break; + } + + /* save smart */ + ssd_save_smart(dev); + + ret = ssd_flush(dev); + if (ret) { + break; + } + + /* cleanup the block device */ + if (test_and_clear_bit(SSD_INIT_BD, &dev->state)) { + mutex_lock(&dev->gd_mutex); + ssd_cleanup_blkdev(dev); + mutex_unlock(&dev->gd_mutex); + } + + break; + } + + case SSD_CMD_LOAD_DEV: { + + if (test_bit(SSD_INIT_BD, &dev->state)) { + ret = -EINVAL; + break; + } + + ret = ssd_init_smart(dev); + if (ret) { + hio_warn("%s: init info: failed\n", dev->name); + break; + } + + ret = ssd_init_blkdev(dev); + if (ret) { + hio_warn("%s: register block device: failed\n", dev->name); + break; + } + (void)test_and_set_bit(SSD_INIT_BD, &dev->state); + + break; + } + + case SSD_CMD_UPDATE_VP: { + uint32_t val; + uint32_t new_vp, new_vp1 = 0; + + if (test_bit(SSD_INIT_BD, &dev->state)) { + ret = -EINVAL; + break; + } + + if (copy_from_user(&new_vp, argp, sizeof(uint32_t))) { + hio_warn("%s: copy_from_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + if (new_vp > dev->hw_info.max_valid_pages || new_vp <= 0) { + ret = -EINVAL; + break; + } + + while (new_vp <= dev->hw_info.max_valid_pages) { + ssd_reg32_write(dev->ctrlp + SSD_VALID_PAGES_REG, new_vp); + msleep(10); + val = ssd_reg32_read(dev->ctrlp + SSD_VALID_PAGES_REG); + if (dev->protocol_info.ver < SSD_PROTOCOL_V3_2) { + new_vp1 = val & 0x3FF; + } else { + new_vp1 = val & 0x7FFF; + } + + if (new_vp1 == new_vp) { + break; + } + + new_vp++; + /*if (new_vp == dev->hw_info.valid_pages) { + new_vp++; + }*/ + } + + if (new_vp1 != new_vp || new_vp > dev->hw_info.max_valid_pages) { + /* restore */ + ssd_reg32_write(dev->ctrlp + SSD_VALID_PAGES_REG, dev->hw_info.valid_pages); + ret = -EINVAL; + break; + } + + if (copy_to_user(argp, &new_vp, sizeof(uint32_t))) { + hio_warn("%s: copy_to_user: failed\n", dev->name); + ssd_reg32_write(dev->ctrlp + SSD_VALID_PAGES_REG, dev->hw_info.valid_pages); + ret = -EFAULT; + break; + } + + /* new */ + dev->hw_info.valid_pages = new_vp; + dev->hw_info.size = (uint64_t)dev->hw_info.valid_pages * dev->hw_info.page_size; + dev->hw_info.size *= (dev->hw_info.block_count - dev->hw_info.reserved_blks); + dev->hw_info.size *= ((uint64_t)dev->hw_info.nr_data_ch * (uint64_t)dev->hw_info.nr_chip * (uint64_t)dev->hw_info.nr_ctrl); + + break; + } + + case SSD_CMD_FULL_RESET: { + ret = ssd_full_reset(dev); + break; + } + + case SSD_CMD_GET_NR_LOG: { + if (copy_to_user(argp, &dev->internal_log.nr_log, sizeof(dev->internal_log.nr_log))) { + ret = -EFAULT; + break; + } + break; + } + + case SSD_CMD_GET_LOG: { + uint32_t length = dev->rom_info.log_sz; + + buf = argp; + + if (copy_to_user(buf, dev->internal_log.log, length)) { + ret = -EFAULT; + break; + } + + break; + } + + case SSD_CMD_LOG_LEVEL: { + int level = 0; + if (copy_from_user(&level, argp, sizeof(int))) { + hio_warn("%s: copy_from_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + if (level >= SSD_LOG_NR_LEVEL || level < SSD_LOG_LEVEL_INFO) { + level = SSD_LOG_LEVEL_ERR; + } + + //just for showing log, no need to protect + log_level = level; + break; + } + + case SSD_CMD_OT_PROTECT: { + int protect = 0; + + if (copy_from_user(&protect, argp, sizeof(int))) { + hio_warn("%s: copy_from_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + ssd_set_ot_protect(dev, !!protect); + break; + } + + case SSD_CMD_GET_OT_STATUS: { + int status = ssd_get_ot_status(dev, &status); + + if (copy_to_user(argp, &status, sizeof(int))) { + hio_warn("%s: copy_to_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + break; + } + + case SSD_CMD_CLEAR_LOG: { + ret = ssd_clear_log(dev); + break; + } + + case SSD_CMD_CLEAR_SMART: { + ret = ssd_clear_smart(dev); + break; + } + + case SSD_CMD_SW_LOG: { + struct ssd_sw_log_info sw_log; + + if (copy_from_user(&sw_log, argp, sizeof(struct ssd_sw_log_info))) { + hio_warn("%s: copy_from_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + ret = ssd_gen_swlog(dev, sw_log.event, sw_log.data); + break; + } + + case SSD_CMD_GET_LABEL: { + + if (dev->protocol_info.ver >= SSD_PROTOCOL_V3_2) { + ret = -EINVAL; + break; + } + + if (copy_to_user(argp, &dev->label, sizeof(struct ssd_label))) { + hio_warn("%s: copy_to_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + break; + } + + case SSD_CMD_GET_VERSION: { + struct ssd_version_info ver; + + mutex_lock(&dev->fw_mutex); + ret = __ssd_get_version(dev, &ver); + mutex_unlock(&dev->fw_mutex); + if (ret) { + break; + } + + if (copy_to_user(argp, &ver, sizeof(struct ssd_version_info))) { + hio_warn("%s: copy_to_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + break; + } + + case SSD_CMD_GET_TEMPERATURE: { + int temp; + + mutex_lock(&dev->fw_mutex); + ret = __ssd_get_temperature(dev, &temp); + mutex_unlock(&dev->fw_mutex); + if (ret) { + break; + } + + if (copy_to_user(argp, &temp, sizeof(int))) { + hio_warn("%s: copy_to_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + break; + } + + case SSD_CMD_GET_BMSTATUS: { + int status; + + mutex_lock(&dev->fw_mutex); + if (dev->protocol_info.ver >= SSD_PROTOCOL_V3_2) { + if (test_bit(SSD_HWMON_PL_CAP(SSD_PL_CAP), &dev->hwmon)) { + status = SSD_BMSTATUS_WARNING; + } else { + status = SSD_BMSTATUS_OK; + } + } else if(dev->protocol_info.ver > SSD_PROTOCOL_V3) { + ret = __ssd_bm_status(dev, &status); + } else { + status = SSD_BMSTATUS_OK; + } + mutex_unlock(&dev->fw_mutex); + if (ret) { + break; + } + + if (copy_to_user(argp, &status, sizeof(int))) { + hio_warn("%s: copy_to_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + break; + } + + case SSD_CMD_GET_LABEL2: { + void *label; + int length; + + if (dev->protocol_info.ver < SSD_PROTOCOL_V3_2) { + label = &dev->label; + length = sizeof(struct ssd_label); + } else { + label = &dev->labelv3; + length = sizeof(struct ssd_labelv3); + } + + if (copy_to_user(argp, label, length)) { + ret = -EFAULT; + break; + } + break; + } + + case SSD_CMD_FLUSH: + ret = ssd_flush(dev); + if (ret) { + hio_warn("%s: ssd_flush: failed\n", dev->name); + ret = -EFAULT; + break; + } + break; + + case SSD_CMD_SAVE_MD: { + int save_md = 0; + + if (copy_from_user(&save_md, argp, sizeof(int))) { + hio_warn("%s: copy_from_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + dev->save_md = !!save_md; + break; + } + + case SSD_CMD_SET_WMODE: { + int new_wmode = 0; + + if (copy_from_user(&new_wmode, argp, sizeof(int))) { + hio_warn("%s: copy_from_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + ret = __ssd_set_wmode(dev, new_wmode); + if (ret) { + break; + } + + break; + } + + case SSD_CMD_GET_WMODE: { + if (copy_to_user(argp, &dev->wmode, sizeof(int))) { + hio_warn("%s: copy_to_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + break; + } + + case SSD_CMD_GET_USER_WMODE: { + if (copy_to_user(argp, &dev->user_wmode, sizeof(int))) { + hio_warn("%s: copy_to_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + break; + } + + case SSD_CMD_DEBUG: { + struct ssd_debug_info db_info; + + if (!finject) { + ret = -EOPNOTSUPP; + break; + } + + if (copy_from_user(&db_info, argp, sizeof(struct ssd_debug_info))) { + hio_warn("%s: copy_from_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + + if (db_info.type < SSD_DEBUG_NONE || db_info.type >= SSD_DEBUG_NR) { + ret = -EINVAL; + break; + } + + /* IO */ + if (db_info.type >= SSD_DEBUG_READ_ERR && db_info.type <= SSD_DEBUG_RW_ERR && + (db_info.data.loc.off + db_info.data.loc.len) > (dev->hw_info.size >> 9)) { + ret = -EINVAL; + break; + } + + memcpy(&dev->db_info, &db_info, sizeof(struct ssd_debug_info)); + +#ifdef SSD_OT_PROTECT + /* temperature */ + if (db_info.type == SSD_DEBUG_NONE) { + ssd_check_temperature(dev, SSD_OT_TEMP); + } else if (db_info.type == SSD_DEBUG_LOG) { + if (db_info.data.log.event == SSD_LOG_OVER_TEMP) { + dev->ot_delay = SSD_OT_DELAY; + } else if (db_info.data.log.event == SSD_LOG_NORMAL_TEMP) { + dev->ot_delay = 0; + } + } +#endif + + /* offline */ + if (db_info.type == SSD_DEBUG_OFFLINE) { + test_and_clear_bit(SSD_ONLINE, &dev->state); + } else if (db_info.type == SSD_DEBUG_NONE) { + (void)test_and_set_bit(SSD_ONLINE, &dev->state); + } + + /* log */ + if (db_info.type == SSD_DEBUG_LOG && dev->event_call && dev->gd) { + dev->event_call(dev->gd, db_info.data.log.event, 0); + } + + break; + } + + case SSD_CMD_DRV_PARAM_INFO: { + struct ssd_drv_param_info drv_param; + + memset(&drv_param, 0, sizeof(struct ssd_drv_param_info)); + + drv_param.mode = mode; + drv_param.status_mask = status_mask; + drv_param.int_mode = int_mode; + drv_param.threaded_irq = threaded_irq; + drv_param.log_level = log_level; + drv_param.wmode = wmode; + drv_param.ot_protect = ot_protect; + drv_param.finject = finject; + + if (copy_to_user(argp, &drv_param, sizeof(struct ssd_drv_param_info))) { + hio_warn("%s: copy_to_user: failed\n", dev->name); + ret = -EFAULT; + break; + } + break; + } + + default: + ret = -EINVAL; + break; + } + + return ret; +} + + +#if (LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,27)) +static int ssd_block_ioctl(struct inode *inode, struct file *file, + unsigned int cmd, unsigned long arg) +{ + struct ssd_device *dev; + void __user *argp = (void __user *)arg; + int ret = 0; + + if (!inode) { + return -EINVAL; + } + dev = inode->i_bdev->bd_disk->private_data; + if (!dev) { + return -EINVAL; + } +#else +static int ssd_block_ioctl(struct block_device *bdev, fmode_t mode, + unsigned int cmd, unsigned long arg) +{ + struct ssd_device *dev; + void __user *argp = (void __user *)arg; + int ret = 0; + + if (!bdev) { + return -EINVAL; + } + + dev = bdev->bd_disk->private_data; + if (!dev) { + return -EINVAL; + } +#endif + + switch (cmd) { + case HDIO_GETGEO: { + struct hd_geometry geo; + geo.cylinders = (dev->hw_info.size & ~0x3f) >> 6; + geo.heads = 4; + geo.sectors = 16; +#if (LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,27)) + geo.start = get_start_sect(inode->i_bdev); +#else + geo.start = get_start_sect(bdev); +#endif + if (copy_to_user(argp, &geo, sizeof(geo))) { + ret = -EFAULT; + break; + } + + break; + } + + case BLKFLSBUF: + ret = ssd_flush(dev); + if (ret) { + hio_warn("%s: ssd_flush: failed\n", dev->name); + ret = -EFAULT; + break; + } + break; + + default: + if (!dev->slave) { + ret = ssd_ioctl_common(dev, cmd, arg); + } else { + ret = -EFAULT; + } + break; + } + + return ret; +} + + +static void ssd_free_dev(struct kref *kref) +{ + struct ssd_device *dev; + + if (!kref) { + return; + } + + dev = container_of(kref, struct ssd_device, kref); + + put_disk(dev->gd); + + ssd_put_index(dev->slave, dev->idx); + + kfree(dev); +} + +static void ssd_put(struct ssd_device *dev) +{ + kref_put(&dev->kref, ssd_free_dev); +} + +static int ssd_get(struct ssd_device *dev) +{ + kref_get(&dev->kref); + return 0; +} + +/* block device */ +#if (LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,27)) +static int ssd_block_open(struct inode *inode, struct file *filp) +{ + struct ssd_device *dev; + + if (!inode) { + return -EINVAL; + } + + dev = inode->i_bdev->bd_disk->private_data; + if (!dev) { + return -EINVAL; + } +#else +static int ssd_block_open(struct block_device *bdev, fmode_t mode) +{ + struct ssd_device *dev; + + if (!bdev) { + return -EINVAL; + } + + dev = bdev->bd_disk->private_data; + if (!dev) { + return -EINVAL; + } +#endif + + /*if (!try_module_get(dev->owner)) + return -ENODEV; + */ + + ssd_get(dev); + + atomic_inc(&dev->refcnt); + + return 0; +} + +#if (LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,27)) +static int ssd_block_release(struct inode *inode, struct file *filp) +{ + struct ssd_device *dev; + + if (!inode) { + return -EINVAL; + } + + dev = inode->i_bdev->bd_disk->private_data; + if (!dev) { + return -EINVAL; + } +#elif (LINUX_VERSION_CODE <= KERNEL_VERSION(3,9,0)) +static int ssd_block_release(struct gendisk *disk, fmode_t mode) +{ + struct ssd_device *dev; + + if (!disk) { + return -EINVAL; + } + + dev = disk->private_data; + if (!dev) { + return -EINVAL; + } +#else +static void ssd_block_release(struct gendisk *disk, fmode_t mode) +{ + struct ssd_device *dev; + + if (!disk) { + return; + } + + dev = disk->private_data; + if (!dev) { + return; + } +#endif + + atomic_dec(&dev->refcnt); + + ssd_put(dev); + + //module_put(dev->owner); +#if (LINUX_VERSION_CODE <= KERNEL_VERSION(3,9,0)) + return 0; +#endif +} + +static struct block_device_operations ssd_fops = { + .owner = THIS_MODULE, + .open = ssd_block_open, + .release = ssd_block_release, + .ioctl = ssd_block_ioctl, +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,16)) + .getgeo = ssd_block_getgeo, +#endif +}; + +static void ssd_init_trim(ssd_device_t *dev) +{ +#if (defined SSD_TRIM && (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,32))) + if (dev->protocol_info.ver <= SSD_PROTOCOL_V3) { + return; + } + queue_flag_set_unlocked(QUEUE_FLAG_DISCARD, dev->rq); + +#if ((LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,33)) || (defined RHEL_MAJOR && RHEL_MAJOR >= 6)) + dev->rq->limits.discard_zeroes_data = 1; + dev->rq->limits.discard_alignment = 4096; + dev->rq->limits.discard_granularity = 4096; +#endif + if (dev->protocol_info.ver < SSD_PROTOCOL_V3_2_4) { + dev->rq->limits.max_discard_sectors = dev->hw_info.sg_max_sec; + } else { + dev->rq->limits.max_discard_sectors = (dev->hw_info.sg_max_sec) * (dev->hw_info.cmd_max_sg); + } +#endif +} + +static void ssd_cleanup_queue(struct ssd_device *dev) +{ + ssd_wait_io(dev); + + blk_cleanup_queue(dev->rq); + dev->rq = NULL; +} + +static int ssd_init_queue(struct ssd_device *dev) +{ + dev->rq = blk_alloc_queue(GFP_KERNEL); + if (dev->rq == NULL) { + hio_warn("%s: alloc queue: failed\n ", dev->name); + goto out_init_queue; + } + + /* must be first */ + blk_queue_make_request(dev->rq, ssd_make_request); + +#if ((LINUX_VERSION_CODE < KERNEL_VERSION(2,6,34)) && !(defined RHEL_MAJOR && RHEL_MAJOR == 6)) + blk_queue_max_hw_segments(dev->rq, dev->hw_info.cmd_max_sg); + blk_queue_max_phys_segments(dev->rq, dev->hw_info.cmd_max_sg); + blk_queue_max_sectors(dev->rq, dev->hw_info.sg_max_sec); +#else + blk_queue_max_segments(dev->rq, dev->hw_info.cmd_max_sg); + blk_queue_max_hw_sectors(dev->rq, dev->hw_info.sg_max_sec); +#endif + +#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,31)) + blk_queue_hardsect_size(dev->rq, 512); +#else + blk_queue_logical_block_size(dev->rq, 512); +#endif + /* not work for make_request based drivers(bio) */ + blk_queue_max_segment_size(dev->rq, dev->hw_info.sg_max_sec << 9); + + blk_queue_bounce_limit(dev->rq, BLK_BOUNCE_HIGH); + + dev->rq->queuedata = dev; + +#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,20)) + blk_queue_issue_flush_fn(dev->rq, ssd_issue_flush_fn); +#endif + +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,28)) + queue_flag_set_unlocked(QUEUE_FLAG_NONROT, dev->rq); +#endif + + ssd_init_trim(dev); + + return 0; + +out_init_queue: + return -ENOMEM; +} + +static void ssd_cleanup_blkdev(struct ssd_device *dev) +{ + del_gendisk(dev->gd); +} + +static int ssd_init_blkdev(struct ssd_device *dev) +{ + if (dev->gd) { + put_disk(dev->gd); + } + + dev->gd = alloc_disk(ssd_minors); + if (!dev->gd) { + hio_warn("%s: alloc_disk fail\n", dev->name); + goto out_alloc_gd; + } + dev->gd->major = dev->major; + dev->gd->first_minor = dev->idx * ssd_minors; + dev->gd->fops = &ssd_fops; + dev->gd->queue = dev->rq; + dev->gd->private_data = dev; + dev->gd->driverfs_dev = &dev->pdev->dev; + snprintf (dev->gd->disk_name, sizeof(dev->gd->disk_name), "%s", dev->name); + + set_capacity(dev->gd, dev->hw_info.size >> 9); + + add_disk(dev->gd); + + return 0; + +out_alloc_gd: + return -ENOMEM; +} + +#if (LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,10)) +static int ssd_ioctl(struct inode *inode, struct file *file, + unsigned int cmd, unsigned long arg) +#else +static long ssd_ioctl(struct file *file, + unsigned int cmd, unsigned long arg) +#endif +{ + struct ssd_device *dev; + + if (!file) { + return -EINVAL; + } + + dev = file->private_data; + if (!dev) { + return -EINVAL; + } + + return (long)ssd_ioctl_common(dev, cmd, arg); +} + +static int ssd_open(struct inode *inode, struct file *file) +{ + struct ssd_device *dev = NULL; + struct ssd_device *n = NULL; + int idx; + int ret = -ENODEV; + + if (!inode || !file) { + return -EINVAL; + } + + idx = iminor(inode); + + list_for_each_entry_safe(dev, n, &ssd_list, list) { + if (dev->idx == idx) { + ret = 0; + break; + } + } + + if (ret) { + return ret; + } + + file->private_data = dev; + + ssd_get(dev); + + return 0; +} + +static int ssd_release(struct inode *inode, struct file *file) +{ + struct ssd_device *dev; + + if (!file) { + return -EINVAL; + } + + dev = file->private_data; + if (!dev) { + return -EINVAL; + } + + ssd_put(dev); + + file->private_data = NULL; + + return 0; +} + +static struct file_operations ssd_cfops = { + .owner = THIS_MODULE, + .open = ssd_open, + .release = ssd_release, +#if (LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,10)) + .ioctl = ssd_ioctl, +#else + .unlocked_ioctl = ssd_ioctl, +#endif +}; + +static void ssd_cleanup_chardev(struct ssd_device *dev) +{ + if (dev->slave) { + return; + } + +#if (LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,12)) + class_simple_device_remove(MKDEV((dev_t)dev->cmajor, (dev_t)dev->idx)); + devfs_remove("c%s", dev->name); +#elif (LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,14)) + class_device_destroy(ssd_class, MKDEV((dev_t)dev->cmajor, (dev_t)dev->idx)); + devfs_remove("c%s", dev->name); +#elif (LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,17)) + class_device_destroy(ssd_class, MKDEV((dev_t)dev->cmajor, (dev_t)dev->idx)); + devfs_remove("c%s", dev->name); +#elif (LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,24)) + class_device_destroy(ssd_class, MKDEV((dev_t)dev->cmajor, (dev_t)dev->idx)); +#else + device_destroy(ssd_class, MKDEV((dev_t)dev->cmajor, (dev_t)dev->idx)); +#endif +} + +static int ssd_init_chardev(struct ssd_device *dev) +{ + int ret = 0; + + if (dev->slave) { + return 0; + } + +#if (LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,12)) + ret = devfs_mk_cdev(MKDEV((dev_t)dev->cmajor, (dev_t)dev->idx), S_IFCHR|S_IRUSR|S_IWUSR, "c%s", dev->name); + if (ret) { + goto out; + } + class_simple_device_add(ssd_class, MKDEV((dev_t)dev->cmajor, (dev_t)dev->idx), NULL, "c%s", dev->name); +out: +#elif (LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,14)) + ret = devfs_mk_cdev(MKDEV((dev_t)dev->cmajor, (dev_t)dev->idx), S_IFCHR|S_IRUSR|S_IWUSR, "c%s", dev->name); + if (ret) { + goto out; + } + class_device_create(ssd_class, MKDEV((dev_t)dev->cmajor, (dev_t)dev->idx), NULL, "c%s", dev->name); +out: +#elif (LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,17)) + ret = devfs_mk_cdev(MKDEV((dev_t)dev->cmajor, (dev_t)dev->idx), S_IFCHR|S_IRUSR|S_IWUSR, "c%s", dev->name); + if (ret) { + goto out; + } + class_device_create(ssd_class, NULL, MKDEV((dev_t)dev->cmajor, (dev_t)dev->idx), NULL, "c%s", dev->name); +out: +#elif (LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,24)) + class_device_create(ssd_class, NULL, MKDEV((dev_t)dev->cmajor, (dev_t)dev->idx), NULL, "c%s", dev->name); +#elif (LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,26)) + device_create(ssd_class, NULL, MKDEV((dev_t)dev->cmajor, (dev_t)dev->idx), "c%s", dev->name); +#elif (LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,27)) + device_create_drvdata(ssd_class, NULL, MKDEV((dev_t)dev->cmajor, (dev_t)dev->idx), NULL, "c%s", dev->name); +#else + device_create(ssd_class, NULL, MKDEV((dev_t)dev->cmajor, (dev_t)dev->idx), NULL, "c%s", dev->name); +#endif + + return ret; +} + +static int ssd_check_hw(struct ssd_device *dev) +{ + uint32_t test_data = 0x55AA5AA5; + uint32_t read_data; + + ssd_reg32_write(dev->ctrlp + SSD_BRIDGE_TEST_REG, test_data); + read_data = ssd_reg32_read(dev->ctrlp + SSD_BRIDGE_TEST_REG); + if (read_data != ~(test_data)) { + //hio_warn("%s: check bridge error: %#x\n", dev->name, read_data); + return -1; + } + + return 0; +} + +static int ssd_check_fw(struct ssd_device *dev) +{ + uint32_t val = 0; + int i; + + if (dev->protocol_info.ver < SSD_PROTOCOL_V3_1_3) { + return 0; + } + + for (i=0; ictrlp + SSD_HW_STATUS_REG); + if ((val & 0x1) && ((val >> 8) & 0x1)) { + break; + } + + msleep(SSD_INIT_WAIT); + } + + if (!(val & 0x1)) { + /* controller fw status */ + hio_warn("%s: controller firmware load failed: %#x\n", dev->name, val); + return -1; + } else if (!((val >> 8) & 0x1)) { + /* controller state */ + hio_warn("%s: controller state error: %#x\n", dev->name, val); + return -1; + } + + val = ssd_reg32_read(dev->ctrlp + SSD_RELOAD_FW_REG); + if (val) { + dev->reload_fw = 1; + } + + return 0; +} + +static int ssd_init_fw_info(struct ssd_device *dev) +{ + uint32_t val; + int ret = 0; + + val = ssd_reg32_read(dev->ctrlp + SSD_BRIDGE_VER_REG); + dev->hw_info.bridge_ver = val & 0xFFF; + if (dev->hw_info.bridge_ver < SSD_FW_MIN) { + hio_warn("%s: bridge firmware version %03X is not supported\n", dev->name, dev->hw_info.bridge_ver); + return -EINVAL; + } + hio_info("%s: bridge firmware version: %03X\n", dev->name, dev->hw_info.bridge_ver); + + ret = ssd_check_fw(dev); + if (ret) { + goto out; + } + +out: + /* skip error if not in standard mode */ + if (mode != SSD_DRV_MODE_STANDARD) { + ret = 0; + } + return ret; +} + +static int ssd_check_clock(struct ssd_device *dev) +{ + uint32_t val; + int ret = 0; + + if (dev->protocol_info.ver < SSD_PROTOCOL_V3_1_3) { + return 0; + } + + val = ssd_reg32_read(dev->ctrlp + SSD_HW_STATUS_REG); + + /* clock status */ + if (!((val >> 4 ) & 0x1)) { + if (!test_and_set_bit(SSD_HWMON_CLOCK(SSD_CLOCK_166M_LOST), &dev->hwmon)) { + hio_warn("%s: 166MHz clock losed: %#x\n", dev->name, val); + ssd_gen_swlog(dev, SSD_LOG_CLK_FAULT, val); + } + ret = -1; + } + + if (dev->protocol_info.ver >= SSD_PROTOCOL_V3_2) { + if (!((val >> 5 ) & 0x1)) { + if (!test_and_set_bit(SSD_HWMON_CLOCK(SSD_CLOCK_166M_SKEW), &dev->hwmon)) { + hio_warn("%s: 166MHz clock is skew: %#x\n", dev->name, val); + ssd_gen_swlog(dev, SSD_LOG_CLK_FAULT, val); + } + ret = -1; + } + if (!((val >> 6 ) & 0x1)) { + if (!test_and_set_bit(SSD_HWMON_CLOCK(SSD_CLOCK_156M_LOST), &dev->hwmon)) { + hio_warn("%s: 156.25MHz clock lost: %#x\n", dev->name, val); + ssd_gen_swlog(dev, SSD_LOG_CLK_FAULT, val); + } + ret = -1; + } + if (!((val >> 7 ) & 0x1)) { + if (!test_and_set_bit(SSD_HWMON_CLOCK(SSD_CLOCK_156M_SKEW), &dev->hwmon)) { + hio_warn("%s: 156.25MHz clock is skew: %#x\n", dev->name, val); + ssd_gen_swlog(dev, SSD_LOG_CLK_FAULT, val); + } + ret = -1; + } + } + + return ret; +} + +static int ssd_check_volt(struct ssd_device *dev) +{ + int i = 0; + uint64_t val; + uint32_t adc_val; + int ret =0; + + if (dev->protocol_info.ver < SSD_PROTOCOL_V3_2) { + return 0; + } + + for (i=0; ihw_info.nr_ctrl; i++) { + /* 1.0v */ + if (!test_bit(SSD_HWMON_FPGA(i, SSD_FPGA_1V0), &dev->hwmon)) { + val = ssd_reg_read(dev->ctrlp + SSD_FPGA_1V0_REG0 + i * SSD_CTRL_REG_ZONE_SZ); + adc_val = SSD_FPGA_VOLT_MAX(val); + if (adc_val < SSD_FPGA_1V0_ADC_MIN || adc_val > SSD_FPGA_1V0_ADC_MAX) { + (void)test_and_set_bit(SSD_HWMON_FPGA(i, SSD_FPGA_1V0), &dev->hwmon); + hio_warn("%s: controller %d 1.0V fault: %d mV.\n", dev->name, i, SSD_FPGA_VOLT(adc_val)); + ssd_gen_swlog(dev, SSD_LOG_VOLT_FAULT, SSD_VOLT_LOG_DATA(SSD_FPGA_1V0, i, adc_val)); + ret = -1; + } + + adc_val = SSD_FPGA_VOLT_MIN(val); + if (adc_val < SSD_FPGA_1V0_ADC_MIN || adc_val > SSD_FPGA_1V0_ADC_MAX) { + (void)test_and_set_bit(SSD_HWMON_FPGA(i, SSD_FPGA_1V0), &dev->hwmon); + hio_warn("%s: controller %d 1.0V fault: %d mV.\n", dev->name, i, SSD_FPGA_VOLT(adc_val)); + ssd_gen_swlog(dev, SSD_LOG_VOLT_FAULT, SSD_VOLT_LOG_DATA(SSD_FPGA_1V0, i, adc_val)); + ret = -2; + } + } + + /* 1.8v */ + if (!test_bit(SSD_HWMON_FPGA(i, SSD_FPGA_1V8), &dev->hwmon)) { + val = ssd_reg_read(dev->ctrlp + SSD_FPGA_1V8_REG0 + i * SSD_CTRL_REG_ZONE_SZ); + adc_val = SSD_FPGA_VOLT_MAX(val); + if (adc_val < SSD_FPGA_1V8_ADC_MIN || adc_val > SSD_FPGA_1V8_ADC_MAX) { + (void)test_and_set_bit(SSD_HWMON_FPGA(i, SSD_FPGA_1V8), &dev->hwmon); + hio_warn("%s: controller %d 1.8V fault: %d mV.\n", dev->name, i, SSD_FPGA_VOLT(adc_val)); + ssd_gen_swlog(dev, SSD_LOG_VOLT_FAULT, SSD_VOLT_LOG_DATA(SSD_FPGA_1V8, i, adc_val)); + ret = -3; + } + + adc_val = SSD_FPGA_VOLT_MIN(val); + if (adc_val < SSD_FPGA_1V8_ADC_MIN || adc_val > SSD_FPGA_1V8_ADC_MAX) { + (void)test_and_set_bit(SSD_HWMON_FPGA(i, SSD_FPGA_1V8), &dev->hwmon); + hio_warn("%s: controller %d 1.8V fault: %d mV.\n", dev->name, i, SSD_FPGA_VOLT(adc_val)); + ssd_gen_swlog(dev, SSD_LOG_VOLT_FAULT, SSD_VOLT_LOG_DATA(SSD_FPGA_1V8, i, adc_val)); + ret = -4; + } + } + } + + return ret; +} + +static int ssd_check_reset_sync(struct ssd_device *dev) +{ + uint32_t val; + + if (dev->protocol_info.ver < SSD_PROTOCOL_V3_1_3) { + return 0; + } + + val = ssd_reg32_read(dev->ctrlp + SSD_HW_STATUS_REG); + if (!((val >> 8) & 0x1)) { + /* controller state */ + hio_warn("%s: controller state error: %#x\n", dev->name, val); + return -1; + } + + if (dev->protocol_info.ver < SSD_PROTOCOL_V3_2) { + return 0; + } + + if (((val >> 9 ) & 0x1)) { + hio_warn("%s: controller reset asynchronously: %#x\n", dev->name, val); + ssd_gen_swlog(dev, SSD_LOG_CTRL_RST_SYNC, val); + return -1; + } + + return 0; +} + +static int ssd_check_hw_bh(struct ssd_device *dev) +{ + int ret; + + if (dev->protocol_info.ver < SSD_PROTOCOL_V3_1_3) { + return 0; + } + + /* clock status */ + ret = ssd_check_clock(dev); + if (ret) { + goto out; + } + +out: + /* skip error if not in standard mode */ + if (mode != SSD_DRV_MODE_STANDARD) { + ret = 0; + } + return ret; +} + +static int ssd_check_controller(struct ssd_device *dev) +{ + int ret; + + if (dev->protocol_info.ver < SSD_PROTOCOL_V3_1_3) { + return 0; + } + + /* sync reset */ + ret = ssd_check_reset_sync(dev); + if (ret) { + goto out; + } + +out: + /* skip error if not in standard mode */ + if (mode != SSD_DRV_MODE_STANDARD) { + ret = 0; + } + return ret; +} + +static int ssd_check_controller_bh(struct ssd_device *dev) +{ + uint32_t test_data = 0x55AA5AA5; + uint32_t val; + int reg_base, reg_sz; + int init_wait = 0; + int i; + int ret = 0; + + if (mode != SSD_DRV_MODE_STANDARD) { + return 0; + } + + /* controller */ + val = ssd_reg32_read(dev->ctrlp + SSD_READY_REG); + if (val & 0x1) { + hio_warn("%s: controller 0 not ready\n", dev->name); + return -1; + } + + for (i=0; ihw_info.nr_ctrl; i++) { + reg_base = SSD_CTRL_TEST_REG0 + i * SSD_CTRL_TEST_REG_SZ; + ssd_reg32_write(dev->ctrlp + reg_base, test_data); + val = ssd_reg32_read(dev->ctrlp + reg_base); + if (val != ~(test_data)) { + hio_warn("%s: check controller %d error: %#x\n", dev->name, i, val); + return -1; + } + } + + /* clock */ + ret = ssd_check_volt(dev); + if (ret) { + return ret; + } + + /* ddr */ + if (dev->protocol_info.ver > SSD_PROTOCOL_V3) { + reg_base = SSD_PV3_RAM_STATUS_REG0; + reg_sz = SSD_PV3_RAM_STATUS_REG_SZ; + + for (i=0; ihw_info.nr_ctrl; i++) { +check_ram_status: + val = ssd_reg32_read(dev->ctrlp + reg_base); + + if (!((val >> 1) & 0x1)) { + init_wait++; + if (init_wait <= SSD_RAM_INIT_MAX_WAIT) { + msleep(SSD_INIT_WAIT); + goto check_ram_status; + } else { + hio_warn("%s: controller %d ram init failed: %#x\n", dev->name, i, val); + ssd_gen_swlog(dev, SSD_LOG_DDR_INIT_ERR, i); + return -1; + } + } + + reg_base += reg_sz; + } + } + + /* ch info */ + for (i=0; ictrlp + SSD_CH_INFO_REG); + if (!((val >> 31) & 0x1)) { + break; + } + + msleep(SSD_INIT_WAIT); + } + if ((val >> 31) & 0x1) { + hio_warn("%s: channel info init failed: %#x\n", dev->name, val); + return -1; + } + + return 0; +} + +static int ssd_init_protocol_info(struct ssd_device *dev) +{ + uint32_t val; + + val = ssd_reg32_read(dev->ctrlp + SSD_PROTOCOL_VER_REG); + if (val == (uint32_t)-1) { + hio_warn("%s: protocol version error: %#x\n", dev->name, val); + return -EINVAL; + } + dev->protocol_info.ver = val; + + if (dev->protocol_info.ver < SSD_PROTOCOL_V3) { + dev->protocol_info.init_state_reg = SSD_INIT_STATE_REG0; + dev->protocol_info.init_state_reg_sz = SSD_INIT_STATE_REG_SZ; + + dev->protocol_info.chip_info_reg = SSD_CHIP_INFO_REG0; + dev->protocol_info.chip_info_reg_sz = SSD_CHIP_INFO_REG_SZ; + } else { + dev->protocol_info.init_state_reg = SSD_PV3_INIT_STATE_REG0; + dev->protocol_info.init_state_reg_sz = SSD_PV3_INIT_STATE_REG_SZ; + + dev->protocol_info.chip_info_reg = SSD_PV3_CHIP_INFO_REG0; + dev->protocol_info.chip_info_reg_sz = SSD_PV3_CHIP_INFO_REG_SZ; + } + + return 0; +} + +static int ssd_init_hw_info(struct ssd_device *dev) +{ + uint64_t val64; + uint32_t val; + uint32_t nr_ctrl; + int ret = 0; + + /* base info */ + val = ssd_reg32_read(dev->ctrlp + SSD_RESP_INFO_REG); + dev->hw_info.resp_ptr_sz = 16 * (1U << (val & 0xFF)); + dev->hw_info.resp_msg_sz = 16 * (1U << ((val >> 8) & 0xFF)); + + if (0 == dev->hw_info.resp_ptr_sz || 0 == dev->hw_info.resp_msg_sz) { + hio_warn("%s: response info error\n", dev->name); + ret = -EINVAL; + goto out; + } + + val = ssd_reg32_read(dev->ctrlp + SSD_BRIDGE_INFO_REG); + dev->hw_info.cmd_fifo_sz = 1U << ((val >> 4) & 0xF); + dev->hw_info.cmd_max_sg = 1U << ((val >> 8) & 0xF); + dev->hw_info.sg_max_sec = 1U << ((val >> 12) & 0xF); + dev->hw_info.cmd_fifo_sz_mask = dev->hw_info.cmd_fifo_sz - 1; + + if (0 == dev->hw_info.cmd_fifo_sz || 0 == dev->hw_info.cmd_max_sg || 0 == dev->hw_info.sg_max_sec) { + hio_warn("%s: cmd info error\n", dev->name); + ret = -EINVAL; + goto out; + } + + /* check hw */ + if (ssd_check_hw_bh(dev)) { + hio_warn("%s: check hardware status failed\n", dev->name); + ret = -EINVAL; + goto out; + } + + if (ssd_check_controller(dev)) { + hio_warn("%s: check controller state failed\n", dev->name); + ret = -EINVAL; + goto out; + } + + /* nr controller : read again*/ + val = ssd_reg32_read(dev->ctrlp + SSD_BRIDGE_INFO_REG); + dev->hw_info.nr_ctrl = (val >> 16) & 0xF; + + /* nr ctrl configured */ + nr_ctrl = (val >> 20) & 0xF; + if (0 == dev->hw_info.nr_ctrl) { + hio_warn("%s: nr controller error: %u\n", dev->name, dev->hw_info.nr_ctrl); + ret = -EINVAL; + goto out; + } else if (0 != nr_ctrl && nr_ctrl != dev->hw_info.nr_ctrl) { + hio_warn("%s: nr controller error: configured %u but found %u\n", dev->name, nr_ctrl, dev->hw_info.nr_ctrl); + if (mode <= SSD_DRV_MODE_STANDARD) { + ret = -EINVAL; + goto out; + } + } + + if (ssd_check_controller_bh(dev)) { + hio_warn("%s: check controller failed\n", dev->name); + ret = -EINVAL; + goto out; + } + + val = ssd_reg32_read(dev->ctrlp + SSD_PCB_VER_REG); + dev->hw_info.pcb_ver = (uint8_t) ((val >> 4) & 0xF) + 'A' -1; + if ((val & 0xF) != 0xF) { + dev->hw_info.upper_pcb_ver = (uint8_t) (val & 0xF) + 'A' -1; + } + + if (dev->hw_info.pcb_ver < 'A' || (0 != dev->hw_info.upper_pcb_ver && dev->hw_info.upper_pcb_ver < 'A')) { + hio_warn("%s: PCB version error: %#x %#x\n", dev->name, dev->hw_info.pcb_ver, dev->hw_info.upper_pcb_ver); + ret = -EINVAL; + goto out; + } + + /* channel info */ + if (mode <= SSD_DRV_MODE_DEBUG) { + val = ssd_reg32_read(dev->ctrlp + SSD_CH_INFO_REG); + dev->hw_info.nr_data_ch = val & 0xFF; + dev->hw_info.nr_ch = dev->hw_info.nr_data_ch + ((val >> 8) & 0xFF); + dev->hw_info.nr_chip = (val >> 16) & 0xFF; + + if (dev->protocol_info.ver < SSD_PROTOCOL_V3_2) { + dev->hw_info.max_ch = 1; + while (dev->hw_info.max_ch < dev->hw_info.nr_ch) dev->hw_info.max_ch <<= 1; + } else { + /* set max channel 32 */ + dev->hw_info.max_ch = 32; + } + + if (0 == dev->hw_info.nr_chip) { + //for debug mode + dev->hw_info.nr_chip = 1; + } + + //xx + dev->hw_info.id_size = SSD_NAND_ID_SZ; + dev->hw_info.max_ce = SSD_NAND_MAX_CE; + + if (0 == dev->hw_info.nr_data_ch || 0 == dev->hw_info.nr_ch || 0 == dev->hw_info.nr_chip) { + hio_warn("%s: channel info error: data_ch %u ch %u chip %u\n", dev->name, dev->hw_info.nr_data_ch, dev->hw_info.nr_ch, dev->hw_info.nr_chip); + ret = -EINVAL; + goto out; + } + } + + /* ram info */ + if (mode <= SSD_DRV_MODE_DEBUG) { + val = ssd_reg32_read(dev->ctrlp + SSD_RAM_INFO_REG); + dev->hw_info.ram_size = 0x4000000ull * (1ULL << (val & 0xF)); + dev->hw_info.ram_align = 1U << ((val >> 12) & 0xF); + if (dev->hw_info.ram_align < SSD_RAM_ALIGN) { + if (dev->protocol_info.ver < SSD_PROTOCOL_V3) { + dev->hw_info.ram_align = SSD_RAM_ALIGN; + } else { + hio_warn("%s: ram align error: %u\n", dev->name, dev->hw_info.ram_align); + ret = -EINVAL; + goto out; + } + } + dev->hw_info.ram_max_len = 0x1000 * (1U << ((val >> 16) & 0xF)); + + if (0 == dev->hw_info.ram_size || 0 == dev->hw_info.ram_align || 0 == dev->hw_info.ram_max_len || dev->hw_info.ram_align > dev->hw_info.ram_max_len) { + hio_warn("%s: ram info error\n", dev->name); + ret = -EINVAL; + goto out; + } + + if (dev->protocol_info.ver < SSD_PROTOCOL_V3) { + dev->hw_info.log_sz = SSD_LOG_MAX_SZ; + } else { + val = ssd_reg32_read(dev->ctrlp + SSD_LOG_INFO_REG); + dev->hw_info.log_sz = 0x1000 * (1U << (val & 0xFF)); + } + if (0 == dev->hw_info.log_sz) { + hio_warn("%s: log size error\n", dev->name); + ret = -EINVAL; + goto out; + } + + val = ssd_reg32_read(dev->ctrlp + SSD_BBT_BASE_REG); + dev->hw_info.bbt_base = 0x40000ull * (val & 0xFFFF); + dev->hw_info.bbt_size = 0x40000 * (((val >> 16) & 0xFFFF) + 1) / (dev->hw_info.max_ch * dev->hw_info.nr_chip); + if (dev->protocol_info.ver < SSD_PROTOCOL_V3) { + if (dev->hw_info.bbt_base > dev->hw_info.ram_size || 0 == dev->hw_info.bbt_size) { + hio_warn("%s: bbt info error\n", dev->name); + ret = -EINVAL; + goto out; + } + } + + val = ssd_reg32_read(dev->ctrlp + SSD_ECT_BASE_REG); + dev->hw_info.md_base = 0x40000ull * (val & 0xFFFF); + if (dev->protocol_info.ver <= SSD_PROTOCOL_V3) { + dev->hw_info.md_size = 0x40000 * (((val >> 16) & 0xFFF) + 1) / (dev->hw_info.max_ch * dev->hw_info.nr_chip); + } else { + dev->hw_info.md_size = 0x40000 * (((val >> 16) & 0xFFF) + 1) / (dev->hw_info.nr_chip); + } + dev->hw_info.md_entry_sz = 8 * (1U << ((val >> 28) & 0xF)); + if (dev->protocol_info.ver >= SSD_PROTOCOL_V3) { + if (dev->hw_info.md_base > dev->hw_info.ram_size || 0 == dev->hw_info.md_size || + 0 == dev->hw_info.md_entry_sz || dev->hw_info.md_entry_sz > dev->hw_info.md_size) { + hio_warn("%s: md info error\n", dev->name); + ret = -EINVAL; + goto out; + } + } + + if (dev->protocol_info.ver < SSD_PROTOCOL_V3) { + dev->hw_info.nand_wbuff_base = dev->hw_info.ram_size + 1; + } else { + val = ssd_reg32_read(dev->ctrlp + SSD_NAND_BUFF_BASE); + dev->hw_info.nand_wbuff_base = 0x8000ull * val; + } + } + + /* flash info */ + if (mode <= SSD_DRV_MODE_DEBUG) { + if (dev->hw_info.nr_ctrl > 1) { + val = ssd_reg32_read(dev->ctrlp + SSD_CTRL_VER_REG); + dev->hw_info.ctrl_ver = val & 0xFFF; + hio_info("%s: controller firmware version: %03X\n", dev->name, dev->hw_info.ctrl_ver); + } + + val64 = ssd_reg_read(dev->ctrlp + SSD_FLASH_INFO_REG0); + dev->hw_info.nand_vendor_id = ((val64 >> 56) & 0xFF); + dev->hw_info.nand_dev_id = ((val64 >> 48) & 0xFF); + + dev->hw_info.block_count = (((val64 >> 32) & 0xFFFF) + 1); + dev->hw_info.page_count = ((val64>>16) & 0xFFFF); + dev->hw_info.page_size = (val64 & 0xFFFF); + + val = ssd_reg32_read(dev->ctrlp + SSD_BB_INFO_REG); + dev->hw_info.bbf_pages = val & 0xFF; + dev->hw_info.bbf_seek = (val >> 8) & 0x1; + + if (0 == dev->hw_info.block_count || 0 == dev->hw_info.page_count || 0 == dev->hw_info.page_size || dev->hw_info.block_count > INT_MAX) { + hio_warn("%s: flash info error\n", dev->name); + ret = -EINVAL; + goto out; + } + + //xx + dev->hw_info.oob_size = SSD_NAND_OOB_SZ; //(dev->hw_info.page_size) >> 5; + + val = ssd_reg32_read(dev->ctrlp + SSD_VALID_PAGES_REG); + if (dev->protocol_info.ver < SSD_PROTOCOL_V3_2) { + dev->hw_info.valid_pages = val & 0x3FF; + dev->hw_info.max_valid_pages = (val>>20) & 0x3FF; + } else { + dev->hw_info.valid_pages = val & 0x7FFF; + dev->hw_info.max_valid_pages = (val>>15) & 0x7FFF; + } + if (0 == dev->hw_info.valid_pages || 0 == dev->hw_info.max_valid_pages || + dev->hw_info.valid_pages > dev->hw_info.max_valid_pages || dev->hw_info.max_valid_pages > dev->hw_info.page_count) { + hio_warn("%s: valid page info error: valid_pages %d, max_valid_pages %d\n", dev->name, dev->hw_info.valid_pages, dev->hw_info.max_valid_pages); + ret = -EINVAL; + goto out; + } + + val = ssd_reg32_read(dev->ctrlp + SSD_RESERVED_BLKS_REG); + dev->hw_info.reserved_blks = val & 0xFFFF; + dev->hw_info.md_reserved_blks = (val >> 16) & 0xFF; + if (dev->protocol_info.ver <= SSD_PROTOCOL_V3) { + dev->hw_info.md_reserved_blks = SSD_BBT_RESERVED; + } + if (dev->hw_info.reserved_blks > dev->hw_info.block_count || dev->hw_info.md_reserved_blks > dev->hw_info.block_count) { + hio_warn("%s: reserved blocks info error: reserved_blks %d, md_reserved_blks %d\n", dev->name, dev->hw_info.reserved_blks, dev->hw_info.md_reserved_blks); + ret = -EINVAL; + goto out; + } + } + + /* size */ + if (mode < SSD_DRV_MODE_DEBUG) { + dev->hw_info.size = (uint64_t)dev->hw_info.valid_pages * dev->hw_info.page_size; + dev->hw_info.size *= (dev->hw_info.block_count - dev->hw_info.reserved_blks); + dev->hw_info.size *= ((uint64_t)dev->hw_info.nr_data_ch * (uint64_t)dev->hw_info.nr_chip * (uint64_t)dev->hw_info.nr_ctrl); + } + + /* extend hardware info */ + val = ssd_reg32_read(dev->ctrlp + SSD_PCB_VER_REG); + dev->hw_info_ext.board_type = (val >> 24) & 0xF; + + dev->hw_info_ext.form_factor = SSD_FORM_FACTOR_FHHL; + if (dev->protocol_info.ver >= SSD_PROTOCOL_V3_2_1) { + dev->hw_info_ext.form_factor = (val >> 31) & 0x1; + } + /* + dev->hw_info_ext.cap_type = (val >> 28) & 0x3; + if (SSD_BM_CAP_VINA != dev->hw_info_ext.cap_type && SSD_BM_CAP_JH != dev->hw_info_ext.cap_type) { + dev->hw_info_ext.cap_type = SSD_BM_CAP_VINA; + }*/ + + /* power loss protect */ + val = ssd_reg32_read(dev->ctrlp + SSD_PLP_INFO_REG); + dev->hw_info_ext.plp_type = (val & 0x3); + if (dev->protocol_info.ver >= SSD_PROTOCOL_V3_2) { + /* 3 or 4 cap */ + dev->hw_info_ext.cap_type = ((val >> 2)& 0x1); + } + + /* work mode */ + val = ssd_reg32_read(dev->ctrlp + SSD_CH_INFO_REG); + dev->hw_info_ext.work_mode = (val >> 25) & 0x1; + +out: + /* skip error if not in standard mode */ + if (mode != SSD_DRV_MODE_STANDARD) { + ret = 0; + } + return ret; +} + +static void ssd_cleanup_response(struct ssd_device *dev) +{ + int resp_msg_sz = dev->hw_info.resp_msg_sz * dev->hw_info.cmd_fifo_sz * SSD_MSIX_VEC; + int resp_ptr_sz = dev->hw_info.resp_ptr_sz * SSD_MSIX_VEC; + + pci_free_consistent(dev->pdev, resp_ptr_sz, dev->resp_ptr_base, dev->resp_ptr_base_dma); + pci_free_consistent(dev->pdev, resp_msg_sz, dev->resp_msg_base, dev->resp_msg_base_dma); +} + +static int ssd_init_response(struct ssd_device *dev) +{ + int resp_msg_sz = dev->hw_info.resp_msg_sz * dev->hw_info.cmd_fifo_sz * SSD_MSIX_VEC; + int resp_ptr_sz = dev->hw_info.resp_ptr_sz * SSD_MSIX_VEC; + + dev->resp_msg_base = pci_alloc_consistent(dev->pdev, resp_msg_sz, &(dev->resp_msg_base_dma)); + if (!dev->resp_msg_base) { + hio_warn("%s: unable to allocate resp msg DMA buffer\n", dev->name); + goto out_alloc_resp_msg; + } + memset(dev->resp_msg_base, 0xFF, resp_msg_sz); + + dev->resp_ptr_base = pci_alloc_consistent(dev->pdev, resp_ptr_sz, &(dev->resp_ptr_base_dma)); + if (!dev->resp_ptr_base){ + hio_warn("%s: unable to allocate resp ptr DMA buffer\n", dev->name); + goto out_alloc_resp_ptr; + } + memset(dev->resp_ptr_base, 0, resp_ptr_sz); + dev->resp_idx = *(uint32_t *)(dev->resp_ptr_base) = dev->hw_info.cmd_fifo_sz * 2 - 1; + + ssd_reg_write(dev->ctrlp + SSD_RESP_FIFO_REG, dev->resp_msg_base_dma); + ssd_reg_write(dev->ctrlp + SSD_RESP_PTR_REG, dev->resp_ptr_base_dma); + + return 0; + +out_alloc_resp_ptr: + pci_free_consistent(dev->pdev, resp_msg_sz, dev->resp_msg_base, dev->resp_msg_base_dma); +out_alloc_resp_msg: + return -ENOMEM; +} + +static int ssd_cleanup_cmd(struct ssd_device *dev) +{ + int msg_sz = ALIGN(sizeof(struct ssd_rw_msg) + (dev->hw_info.cmd_max_sg - 1) * sizeof(struct ssd_sg_entry), SSD_DMA_ALIGN); + int i; + + for (i=0; i<(int)dev->hw_info.cmd_fifo_sz; i++) { + kfree(dev->cmd[i].sgl); + } + kfree(dev->cmd); + pci_free_consistent(dev->pdev, (msg_sz * dev->hw_info.cmd_fifo_sz), dev->msg_base, dev->msg_base_dma); + return 0; +} + +static int ssd_init_cmd(struct ssd_device *dev) +{ + int sgl_sz = sizeof(struct scatterlist) * dev->hw_info.cmd_max_sg; + int cmd_sz = sizeof(struct ssd_cmd) * dev->hw_info.cmd_fifo_sz; + int msg_sz = ALIGN(sizeof(struct ssd_rw_msg) + (dev->hw_info.cmd_max_sg - 1) * sizeof(struct ssd_sg_entry), SSD_DMA_ALIGN); + int i; + + spin_lock_init(&dev->cmd_lock); + + dev->msg_base = pci_alloc_consistent(dev->pdev, (msg_sz * dev->hw_info.cmd_fifo_sz), &dev->msg_base_dma); + if (!dev->msg_base) { + hio_warn("%s: can not alloc cmd msg\n", dev->name); + goto out_alloc_msg; + } + + dev->cmd = kmalloc(cmd_sz, GFP_KERNEL); + if (!dev->cmd) { + hio_warn("%s: can not alloc cmd\n", dev->name); + goto out_alloc_cmd; + } + memset(dev->cmd, 0, cmd_sz); + + for (i=0; i<(int)dev->hw_info.cmd_fifo_sz; i++) { + dev->cmd[i].sgl = kmalloc(sgl_sz, GFP_KERNEL); + if (!dev->cmd[i].sgl) { + hio_warn("%s: can not alloc cmd sgl %d\n", dev->name, i); + goto out_alloc_sgl; + } + + dev->cmd[i].msg = dev->msg_base + (msg_sz * i); + dev->cmd[i].msg_dma = dev->msg_base_dma + ((dma_addr_t)msg_sz * i); + + dev->cmd[i].dev = dev; + dev->cmd[i].tag = i; + dev->cmd[i].flag = 0; + + INIT_LIST_HEAD(&dev->cmd[i].list); + } + + if (dev->protocol_info.ver < SSD_PROTOCOL_V3) { + dev->scmd = ssd_dispatch_cmd; + } else { + ssd_reg_write(dev->ctrlp + SSD_MSG_BASE_REG, dev->msg_base_dma); + if (finject) { + dev->scmd = ssd_send_cmd_db; + } else { + dev->scmd = ssd_send_cmd; + } + } + + return 0; + +out_alloc_sgl: + for (i--; i>=0; i--) { + kfree(dev->cmd[i].sgl); + } + kfree(dev->cmd); +out_alloc_cmd: + pci_free_consistent(dev->pdev, (msg_sz * dev->hw_info.cmd_fifo_sz), dev->msg_base, dev->msg_base_dma); +out_alloc_msg: + return -ENOMEM; +} + +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,30)) +static irqreturn_t ssd_interrupt_check(int irq, void *dev_id) +{ + struct ssd_queue *queue = (struct ssd_queue *)dev_id; + + if (*(uint32_t *)queue->resp_ptr == queue->resp_idx) { + return IRQ_NONE; + } + + return IRQ_WAKE_THREAD; +} + +static irqreturn_t ssd_interrupt_threaded(int irq, void *dev_id) +{ + struct ssd_queue *queue = (struct ssd_queue *)dev_id; + struct ssd_device *dev = (struct ssd_device *)queue->dev; + struct ssd_cmd *cmd; + union ssd_response_msq __msg; + union ssd_response_msq *msg = &__msg; + uint64_t *u64_msg; + uint32_t resp_idx = queue->resp_idx; + uint32_t new_resp_idx = *(uint32_t *)queue->resp_ptr; + uint32_t end_resp_idx; + + if (unlikely(resp_idx == new_resp_idx)) { + return IRQ_NONE; + } + + end_resp_idx = new_resp_idx & queue->resp_idx_mask; + + do { + resp_idx = (resp_idx + 1) & queue->resp_idx_mask; + + /* the resp msg */ + u64_msg = (uint64_t *)(queue->resp_msg + queue->resp_msg_sz * resp_idx); + msg->u64_msg = *u64_msg; + + if (unlikely(msg->u64_msg == (uint64_t)(-1))) { + hio_err("%s: empty resp msg: queue %d idx %u\n", dev->name, queue->idx, resp_idx); + continue; + } + /* clear the resp msg */ + *u64_msg = (uint64_t)(-1); + + cmd = &queue->cmd[msg->resp_msg.tag]; + /*if (unlikely(!cmd->bio)) { + printk(KERN_WARNING "%s: unknown tag %d fun %#x\n", + dev->name, msg->resp_msg.tag, msg->resp_msg.fun); + continue; + }*/ + + if(unlikely(msg->resp_msg.status & (uint32_t)status_mask)) { + cmd->errors = -EIO; + } else { + cmd->errors = 0; + } + cmd->nr_log = msg->log_resp_msg.nr_log; + + ssd_done(cmd); + + if (unlikely(msg->resp_msg.fun != SSD_FUNC_READ_LOG && msg->resp_msg.log > 0)) { + (void)test_and_set_bit(SSD_LOG_HW, &dev->state); + if (test_bit(SSD_INIT_WORKQ, &dev->state)) { + queue_work(dev->workq, &dev->log_work); + } + } + + if (unlikely(msg->resp_msg.status)) { + if (msg->resp_msg.fun == SSD_FUNC_READ || msg->resp_msg.fun == SSD_FUNC_WRITE) { + hio_err("%s: I/O error %d: tag %d fun %#x\n", + dev->name, msg->resp_msg.status, msg->resp_msg.tag, msg->resp_msg.fun); + + /* alarm led */ + ssd_set_alarm(dev); + queue->io_stat.nr_rwerr++; + ssd_gen_swlog(dev, SSD_LOG_EIO, msg->u32_msg[0]); + } else { + hio_info("%s: CMD error %d: tag %d fun %#x\n", + dev->name, msg->resp_msg.status, msg->resp_msg.tag, msg->resp_msg.fun); + + ssd_gen_swlog(dev, SSD_LOG_ECMD, msg->u32_msg[0]); + } + queue->io_stat.nr_ioerr++; + } + + if (msg->resp_msg.fun == SSD_FUNC_READ || + msg->resp_msg.fun == SSD_FUNC_NAND_READ_WOOB || + msg->resp_msg.fun == SSD_FUNC_NAND_READ) { + + queue->ecc_info.bitflip[msg->resp_msg.bitflip]++; + } + }while (resp_idx != end_resp_idx); + + queue->resp_idx = new_resp_idx; + + return IRQ_HANDLED; +} +#endif + +#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,19)) +static irqreturn_t ssd_interrupt(int irq, void *dev_id, struct pt_regs *regs) +#else +static irqreturn_t ssd_interrupt(int irq, void *dev_id) +#endif +{ + struct ssd_queue *queue = (struct ssd_queue *)dev_id; + struct ssd_device *dev = (struct ssd_device *)queue->dev; + struct ssd_cmd *cmd; + union ssd_response_msq __msg; + union ssd_response_msq *msg = &__msg; + uint64_t *u64_msg; + uint32_t resp_idx = queue->resp_idx; + uint32_t new_resp_idx = *(uint32_t *)queue->resp_ptr; + uint32_t end_resp_idx; + + if (unlikely(resp_idx == new_resp_idx)) { + return IRQ_NONE; + } + +#if (defined SSD_ESCAPE_IRQ) + if (SSD_INT_MSIX != dev->int_mode) { + dev->irq_cpu = smp_processor_id(); + } +#endif + + end_resp_idx = new_resp_idx & queue->resp_idx_mask; + + do { + resp_idx = (resp_idx + 1) & queue->resp_idx_mask; + + /* the resp msg */ + u64_msg = (uint64_t *)(queue->resp_msg + queue->resp_msg_sz * resp_idx); + msg->u64_msg = *u64_msg; + + if (unlikely(msg->u64_msg == (uint64_t)(-1))) { + hio_err("%s: empty resp msg: queue %d idx %u\n", dev->name, queue->idx, resp_idx); + continue; + } + /* clear the resp msg */ + *u64_msg = (uint64_t)(-1); + + cmd = &queue->cmd[msg->resp_msg.tag]; + /*if (unlikely(!cmd->bio)) { + printk(KERN_WARNING "%s: unknown tag %d fun %#x\n", + dev->name, msg->resp_msg.tag, msg->resp_msg.fun); + continue; + }*/ + + if(unlikely(msg->resp_msg.status & (uint32_t)status_mask)) { + cmd->errors = -EIO; + } else { + cmd->errors = 0; + } + cmd->nr_log = msg->log_resp_msg.nr_log; + + ssd_done_bh(cmd); + + if (unlikely(msg->resp_msg.fun != SSD_FUNC_READ_LOG && msg->resp_msg.log > 0)) { + (void)test_and_set_bit(SSD_LOG_HW, &dev->state); + if (test_bit(SSD_INIT_WORKQ, &dev->state)) { + queue_work(dev->workq, &dev->log_work); + } + } + + if (unlikely(msg->resp_msg.status)) { + if (msg->resp_msg.fun == SSD_FUNC_READ || msg->resp_msg.fun == SSD_FUNC_WRITE) { + hio_err("%s: I/O error %d: tag %d fun %#x\n", + dev->name, msg->resp_msg.status, msg->resp_msg.tag, msg->resp_msg.fun); + + /* alarm led */ + ssd_set_alarm(dev); + queue->io_stat.nr_rwerr++; + ssd_gen_swlog(dev, SSD_LOG_EIO, msg->u32_msg[0]); + } else { + hio_info("%s: CMD error %d: tag %d fun %#x\n", + dev->name, msg->resp_msg.status, msg->resp_msg.tag, msg->resp_msg.fun); + + ssd_gen_swlog(dev, SSD_LOG_ECMD, msg->u32_msg[0]); + } + queue->io_stat.nr_ioerr++; + } + + if (msg->resp_msg.fun == SSD_FUNC_READ || + msg->resp_msg.fun == SSD_FUNC_NAND_READ_WOOB || + msg->resp_msg.fun == SSD_FUNC_NAND_READ) { + + queue->ecc_info.bitflip[msg->resp_msg.bitflip]++; + } + }while (resp_idx != end_resp_idx); + + queue->resp_idx = new_resp_idx; + + return IRQ_HANDLED; +} + +#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,19)) +static irqreturn_t ssd_interrupt_legacy(int irq, void *dev_id, struct pt_regs *regs) +#else +static irqreturn_t ssd_interrupt_legacy(int irq, void *dev_id) +#endif +{ + irqreturn_t ret; + struct ssd_queue *queue = (struct ssd_queue *)dev_id; + struct ssd_device *dev = (struct ssd_device *)queue->dev; + +#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,19)) + ret = ssd_interrupt(irq, dev_id, regs); +#else + ret = ssd_interrupt(irq, dev_id); +#endif + + /* clear intr */ + if (IRQ_HANDLED == ret) { + ssd_reg32_write(dev->ctrlp + SSD_CLEAR_INTR_REG, 1); + } + + return ret; +} + +static void ssd_reset_resp_ptr(struct ssd_device *dev) +{ + int i; + + for (i=0; inr_queue; i++) { + *(uint32_t *)dev->queue[i].resp_ptr = dev->queue[i].resp_idx = (dev->hw_info.cmd_fifo_sz * 2) - 1; + } +} + +static void ssd_free_irq(struct ssd_device *dev) +{ + int i; + +#if ((LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,35)) || (defined RHEL_MAJOR && RHEL_MAJOR == 6)) + if (SSD_INT_MSIX == dev->int_mode) { + for (i=0; inr_queue; i++) { + irq_set_affinity_hint(dev->entry[i].vector, NULL); + } + } +#endif + + for (i=0; inr_queue; i++) { + free_irq(dev->entry[i].vector, &dev->queue[i]); + } + + if (SSD_INT_MSIX == dev->int_mode) { + pci_disable_msix(dev->pdev); + } else if (SSD_INT_MSI == dev->int_mode) { + pci_disable_msi(dev->pdev); + } + +} + +static int ssd_init_irq(struct ssd_device *dev) +{ +#if (!defined MODULE) && (defined SSD_MSIX_AFFINITY_FORCE) + const struct cpumask *cpu_mask; + static int cpu_affinity = 0; +#endif +#if ((LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,35)) || (defined RHEL_MAJOR && RHEL_MAJOR == 6)) + const struct cpumask *mask; + static int cpu = 0; + int j; +#endif + int i; + unsigned long flags = 0; + int ret = 0; + + ssd_reg32_write(dev->ctrlp + SSD_INTR_INTERVAL_REG, 0x800); + +#ifdef SSD_ESCAPE_IRQ + dev->irq_cpu = -1; +#endif + + if (int_mode >= SSD_INT_MSIX && pci_find_capability(dev->pdev, PCI_CAP_ID_MSIX)) { + dev->nr_queue = SSD_MSIX_VEC; + for (i=0; inr_queue; i++) { + dev->entry[i].entry = i; + } + for (;;) { + ret = pci_enable_msix(dev->pdev, dev->entry, dev->nr_queue); + if (ret == 0) { + break; + } else if (ret > 0) { + dev->nr_queue = ret; + } else { + hio_warn("%s: can not enable msix\n", dev->name); + /* alarm led */ + ssd_set_alarm(dev); + goto out; + } + } + +#if ((LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,35)) || (defined RHEL_MAJOR && RHEL_MAJOR == 6)) + mask = (dev_to_node(&dev->pdev->dev) == -1) ? cpu_online_mask : cpumask_of_node(dev_to_node(&dev->pdev->dev)); + if ((0 == cpu) || (!cpumask_intersects(mask, cpumask_of(cpu)))) { + cpu = cpumask_first(mask); + } + for (i=0; inr_queue; i++) { + irq_set_affinity_hint(dev->entry[i].vector, cpumask_of(cpu)); + cpu = cpumask_next(cpu, mask); + if (cpu >= nr_cpu_ids) { + cpu = cpumask_first(mask); + } + } +#endif + + dev->int_mode = SSD_INT_MSIX; + } else if (int_mode >= SSD_INT_MSI && pci_find_capability(dev->pdev, PCI_CAP_ID_MSI)) { + ret = pci_enable_msi(dev->pdev); + if (ret) { + hio_warn("%s: can not enable msi\n", dev->name); + /* alarm led */ + ssd_set_alarm(dev); + goto out; + } + + dev->nr_queue = 1; + dev->entry[0].vector = dev->pdev->irq; + + dev->int_mode = SSD_INT_MSI; + } else { + dev->nr_queue = 1; + dev->entry[0].vector = dev->pdev->irq; + + dev->int_mode = SSD_INT_LEGACY; + } + + for (i=0; inr_queue; i++) { + if (dev->nr_queue > 1) { + snprintf(dev->queue[i].name, SSD_QUEUE_NAME_LEN, "%s_e100-%d", dev->name, i); + } else { + snprintf(dev->queue[i].name, SSD_QUEUE_NAME_LEN, "%s_e100", dev->name); + } + + dev->queue[i].dev = dev; + dev->queue[i].idx = i; + + dev->queue[i].resp_idx = (dev->hw_info.cmd_fifo_sz * 2) - 1; + dev->queue[i].resp_idx_mask = dev->hw_info.cmd_fifo_sz - 1; + + dev->queue[i].resp_msg_sz = dev->hw_info.resp_msg_sz; + dev->queue[i].resp_msg = dev->resp_msg_base + dev->hw_info.resp_msg_sz * dev->hw_info.cmd_fifo_sz * i; + dev->queue[i].resp_ptr = dev->resp_ptr_base + dev->hw_info.resp_ptr_sz * i; + *(uint32_t *)dev->queue[i].resp_ptr = dev->queue[i].resp_idx; + + dev->queue[i].cmd = dev->cmd; + } + +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,20)) + flags = IRQF_SHARED; +#else + flags = SA_SHIRQ; +#endif + + for (i=0; inr_queue; i++) { +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,30)) + if (threaded_irq) { + ret = request_threaded_irq(dev->entry[i].vector, ssd_interrupt_check, ssd_interrupt_threaded, flags, dev->queue[i].name, &dev->queue[i]); + } else if (dev->int_mode == SSD_INT_LEGACY) { + ret = request_irq(dev->entry[i].vector, &ssd_interrupt_legacy, flags, dev->queue[i].name, &dev->queue[i]); + } else { + ret = request_irq(dev->entry[i].vector, &ssd_interrupt, flags, dev->queue[i].name, &dev->queue[i]); + } +#else + if (dev->int_mode == SSD_INT_LEGACY) { + ret = request_irq(dev->entry[i].vector, &ssd_interrupt_legacy, flags, dev->queue[i].name, &dev->queue[i]); + } else { + ret = request_irq(dev->entry[i].vector, &ssd_interrupt, flags, dev->queue[i].name, &dev->queue[i]); + } +#endif + if (ret) { + hio_warn("%s: request irq failed\n", dev->name); + /* alarm led */ + ssd_set_alarm(dev); + goto out_request_irq; + } + +#if (!defined MODULE) && (defined SSD_MSIX_AFFINITY_FORCE) + cpu_mask = (dev_to_node(&dev->pdev->dev) == -1) ? cpu_online_mask : cpumask_of_node(dev_to_node(&dev->pdev->dev)); + if (SSD_INT_MSIX == dev->int_mode) { + if ((0 == cpu_affinity) || (!cpumask_intersects(mask, cpumask_of(cpu_affinity)))) { + cpu_affinity = cpumask_first(cpu_mask); + } + + irq_set_affinity(dev->entry[i].vector, cpumask_of(cpu_affinity)); + cpu_affinity = cpumask_next(cpu_affinity, cpu_mask); + if (cpu_affinity >= nr_cpu_ids) { + cpu_affinity = cpumask_first(cpu_mask); + } + } +#endif + } + + return ret; + +out_request_irq: +#if ((LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,35)) || (defined RHEL_MAJOR && RHEL_MAJOR == 6)) + if (SSD_INT_MSIX == dev->int_mode) { + for (j=0; jnr_queue; j++) { + irq_set_affinity_hint(dev->entry[j].vector, NULL); + } + } +#endif + + for (i--; i>=0; i--) { + free_irq(dev->entry[i].vector, &dev->queue[i]); + } + + if (SSD_INT_MSIX == dev->int_mode) { + pci_disable_msix(dev->pdev); + } else if (SSD_INT_MSI == dev->int_mode) { + pci_disable_msi(dev->pdev); + } + +out: + return ret; +} + +static void ssd_initial_log(struct ssd_device *dev) +{ + uint32_t val; + uint32_t speed, width; + + if (dev->protocol_info.ver < SSD_PROTOCOL_V3_2) { + return; + } + + val = ssd_reg32_read(dev->ctrlp + SSD_POWER_ON_REG); + if (val) { + ssd_gen_swlog(dev, SSD_LOG_POWER_ON, dev->hw_info.bridge_ver); + } + + val = ssd_reg32_read(dev->ctrlp + SSD_PCIE_LINKSTATUS_REG); + speed = val & 0xF; + width = (val >> 4)& 0x3F; + if (0x1 == speed) { + hio_info("%s: PCIe: 2.5GT/s, x%u\n", dev->name, width); + } else if (0x2 == speed) { + hio_info("%s: PCIe: 5GT/s, x%u\n", dev->name, width); + } else { + hio_info("%s: PCIe: unknown GT/s, x%u\n", dev->name, width); + } + ssd_gen_swlog(dev, SSD_LOG_PCIE_LINK_STATUS, val); + + return; +} + +#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,20)) +static void ssd_hwmon_worker(void *data) +{ + struct ssd_device *dev = (struct ssd_device *)data; +#else +static void ssd_hwmon_worker(struct work_struct *work) +{ + struct ssd_device *dev = container_of(work, struct ssd_device, hwmon_work); +#endif + + if (ssd_check_hw(dev)) { + //hio_err("%s: check hardware failed\n", dev->name); + return; + } + + ssd_check_clock(dev); + ssd_check_volt(dev); + + ssd_mon_boardvolt(dev); +} + +#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,20)) +static void ssd_tempmon_worker(void *data) +{ + struct ssd_device *dev = (struct ssd_device *)data; +#else +static void ssd_tempmon_worker(struct work_struct *work) +{ + struct ssd_device *dev = container_of(work, struct ssd_device, tempmon_work); +#endif + + if (ssd_check_hw(dev)) { + //hio_err("%s: check hardware failed\n", dev->name); + return; + } + + ssd_mon_temp(dev); +} + + +#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,20)) +static void ssd_capmon_worker(void *data) +{ + struct ssd_device *dev = (struct ssd_device *)data; +#else +static void ssd_capmon_worker(struct work_struct *work) +{ + struct ssd_device *dev = container_of(work, struct ssd_device, capmon_work); +#endif + uint32_t cap = 0; + uint32_t cap_threshold = SSD_PL_CAP_THRESHOLD; + int ret = 0; + + if (dev->protocol_info.ver < SSD_PROTOCOL_V3_2) { + return; + } + + if (dev->hw_info_ext.form_factor == SSD_FORM_FACTOR_FHHL && dev->hw_info.pcb_ver < 'B') { + return; + } + + /* fault before? */ + if (test_bit(SSD_HWMON_PL_CAP(SSD_PL_CAP), &dev->hwmon)) { + ret = ssd_check_pl_cap_fast(dev); + if (ret) { + return; + } + } + + /* learn */ + ret = ssd_do_cap_learn(dev, &cap); + if (ret) { + hio_err("%s: cap learn failed\n", dev->name); + ssd_gen_swlog(dev, SSD_LOG_CAP_LEARN_FAULT, 0); + return; + } + + ssd_gen_swlog(dev, SSD_LOG_CAP_STATUS, cap); + + if (SSD_PL_CAP_CP == dev->hw_info_ext.cap_type) { + cap_threshold = SSD_PL_CAP_CP_THRESHOLD; + } + + //use the fw event id? + if (cap < cap_threshold) { + if (!test_bit(SSD_HWMON_PL_CAP(SSD_PL_CAP), &dev->hwmon)) { + ssd_gen_swlog(dev, SSD_LOG_BATTERY_FAULT, 0); + } + } else if (cap >= (cap_threshold + SSD_PL_CAP_THRESHOLD_HYST)) { + if (test_bit(SSD_HWMON_PL_CAP(SSD_PL_CAP), &dev->hwmon)) { + ssd_gen_swlog(dev, SSD_LOG_BATTERY_OK, 0); + } + } +} + +static void ssd_routine_start(void *data) +{ + struct ssd_device *dev; + + if (!data) { + return; + } + dev = data; + + dev->routine_tick++; + + if (test_bit(SSD_INIT_WORKQ, &dev->state) && !ssd_busy(dev)) { + (void)test_and_set_bit(SSD_LOG_HW, &dev->state); + queue_work(dev->workq, &dev->log_work); + } + + if ((dev->routine_tick % SSD_HWMON_ROUTINE_TICK) == 0 && test_bit(SSD_INIT_WORKQ, &dev->state)) { + queue_work(dev->workq, &dev->hwmon_work); + } + + if ((dev->routine_tick % SSD_CAPMON_ROUTINE_TICK) == 0 && test_bit(SSD_INIT_WORKQ, &dev->state)) { + queue_work(dev->workq, &dev->capmon_work); + } + + if ((dev->routine_tick % SSD_CAPMON2_ROUTINE_TICK) == 0 && test_bit(SSD_HWMON_PL_CAP(SSD_PL_CAP), &dev->hwmon) && test_bit(SSD_INIT_WORKQ, &dev->state)) { + /* CAP fault? check again */ + queue_work(dev->workq, &dev->capmon_work); + } + + if (test_bit(SSD_INIT_WORKQ, &dev->state)) { + queue_work(dev->workq, &dev->tempmon_work); + } + + /* schedule routine */ + mod_timer(&dev->routine_timer, jiffies + msecs_to_jiffies(SSD_ROUTINE_INTERVAL)); +} + +static void ssd_cleanup_routine(struct ssd_device *dev) +{ + if (unlikely(mode != SSD_DRV_MODE_STANDARD)) + return; + + (void)ssd_del_timer(&dev->routine_timer); + + (void)ssd_del_timer(&dev->bm_timer); +} + +static int ssd_init_routine(struct ssd_device *dev) +{ + if (unlikely(mode != SSD_DRV_MODE_STANDARD)) + return 0; + +#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,20)) + INIT_WORK(&dev->bm_work, ssd_bm_worker, dev); + INIT_WORK(&dev->hwmon_work, ssd_hwmon_worker, dev); + INIT_WORK(&dev->capmon_work, ssd_capmon_worker, dev); + INIT_WORK(&dev->tempmon_work, ssd_tempmon_worker, dev); +#else + INIT_WORK(&dev->bm_work, ssd_bm_worker); + INIT_WORK(&dev->hwmon_work, ssd_hwmon_worker); + INIT_WORK(&dev->capmon_work, ssd_capmon_worker); + INIT_WORK(&dev->tempmon_work, ssd_tempmon_worker); +#endif + + /* initial log */ + ssd_initial_log(dev); + + /* schedule bm routine */ + ssd_add_timer(&dev->bm_timer, msecs_to_jiffies(SSD_BM_CAP_LEARNING_DELAY), ssd_bm_routine_start, dev); + + /* schedule routine */ + ssd_add_timer(&dev->routine_timer, msecs_to_jiffies(SSD_ROUTINE_INTERVAL), ssd_routine_start, dev); + + return 0; +} + +static void +#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,38)) +__devexit +#endif +ssd_remove_one (struct pci_dev *pdev) +{ + struct ssd_device *dev; + + if (!pdev) { + return; + } + + dev = pci_get_drvdata(pdev); + if (!dev) { + return; + } + + list_del_init(&dev->list); + + ssd_unregister_sysfs(dev); + + /* offline firstly */ + test_and_clear_bit(SSD_ONLINE, &dev->state); + + /* clean work queue first */ + if (!dev->slave) { + test_and_clear_bit(SSD_INIT_WORKQ, &dev->state); + ssd_cleanup_workq(dev); + } + + /* flush cache */ + (void)ssd_flush(dev); + (void)ssd_save_md(dev); + + /* save smart */ + if (!dev->slave) { + ssd_save_smart(dev); + } + + if (test_and_clear_bit(SSD_INIT_BD, &dev->state)) { + ssd_cleanup_blkdev(dev); + } + + if (!dev->slave) { + ssd_cleanup_chardev(dev); + } + + /* clean routine */ + if (!dev->slave) { + ssd_cleanup_routine(dev); + } + + ssd_cleanup_queue(dev); + + ssd_cleanup_tag(dev); + ssd_cleanup_thread(dev); + + ssd_free_irq(dev); + + ssd_cleanup_dcmd(dev); + ssd_cleanup_cmd(dev); + ssd_cleanup_response(dev); + + if (!dev->slave) { + ssd_cleanup_log(dev); + } + + if (dev->reload_fw) { //reload fw + ssd_reg32_write(dev->ctrlp + SSD_RELOAD_FW_REG, SSD_RELOAD_FW); + } + + /* unmap physical adress */ +#ifdef LINUX_SUSE_OS + iounmap(dev->ctrlp); +#else + pci_iounmap(pdev, dev->ctrlp); +#endif + + release_mem_region(dev->mmio_base, dev->mmio_len); + + pci_disable_device(pdev); + + pci_set_drvdata(pdev, NULL); + + ssd_put(dev); +} + +static int +#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,38)) +__devinit +#endif +ssd_init_one(struct pci_dev *pdev, + const struct pci_device_id *ent) +{ + struct ssd_device *dev; + int ret = 0; + + if (!pdev || !ent) { + ret = -EINVAL; + goto out; + } + + dev = kmalloc(sizeof(struct ssd_device), GFP_KERNEL); + if (!dev) { + ret = -ENOMEM; + goto out_alloc_dev; + } + memset(dev, 0, sizeof(struct ssd_device)); + + dev->owner = THIS_MODULE; + + if (SSD_SLAVE_PORT_DEVID == ent->device) { + dev->slave = 1; + } + + dev->idx = ssd_get_index(dev->slave); + if (dev->idx < 0) { + ret = -ENOMEM; + goto out_get_index; + } + + if (!dev->slave) { + snprintf(dev->name, SSD_DEV_NAME_LEN, SSD_DEV_NAME); + ssd_set_dev_name(&dev->name[strlen(SSD_DEV_NAME)], SSD_DEV_NAME_LEN-strlen(SSD_DEV_NAME), dev->idx); + + dev->major = ssd_major; + dev->cmajor = ssd_cmajor; + } else { + snprintf(dev->name, SSD_DEV_NAME_LEN, SSD_SDEV_NAME); + ssd_set_dev_name(&dev->name[strlen(SSD_SDEV_NAME)], SSD_DEV_NAME_LEN-strlen(SSD_SDEV_NAME), dev->idx); + dev->major = ssd_major_sl; + dev->cmajor = 0; + } + + atomic_set(&(dev->refcnt), 0); + atomic_set(&(dev->tocnt), 0); + + mutex_init(&dev->fw_mutex); + + //xx + mutex_init(&dev->gd_mutex); + + dev->pdev = pdev; + pci_set_drvdata(pdev, dev); + + kref_init(&dev->kref); + + ret = pci_enable_device(pdev); + if (ret) { + hio_warn("%s: can not enable device\n", dev->name); + goto out_enable_device; + } + + pci_set_master(pdev); + +#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,31)) + ret = pci_set_dma_mask(pdev, DMA_64BIT_MASK); +#else + ret = pci_set_dma_mask(pdev, DMA_BIT_MASK(64)); +#endif + if (ret) { + hio_warn("%s: set dma mask: failed\n", dev->name); + goto out_set_dma_mask; + } + +#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,31)) + ret = pci_set_consistent_dma_mask(pdev, DMA_64BIT_MASK); +#else + ret = pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(64)); +#endif + if (ret) { + hio_warn("%s: set consistent dma mask: failed\n", dev->name); + goto out_set_dma_mask; + } + + dev->mmio_base = pci_resource_start(pdev, 0); + dev->mmio_len = pci_resource_len(pdev, 0); + + if (!request_mem_region(dev->mmio_base, dev->mmio_len, SSD_DEV_NAME)) { + hio_warn("%s: can not reserve MMIO region 0\n", dev->name); + ret = -EBUSY; + goto out_request_mem_region; + } + + /* 2.6.9 kernel bug */ + dev->ctrlp = pci_iomap(pdev, 0, 0); + if (!dev->ctrlp) { + hio_warn("%s: can not remap IO region 0\n", dev->name); + ret = -ENOMEM; + goto out_pci_iomap; + } + + ret = ssd_check_hw(dev); + if (ret) { + hio_err("%s: check hardware failed\n", dev->name); + goto out_check_hw; + } + + ret = ssd_init_protocol_info(dev); + if (ret) { + hio_err("%s: init protocol info failed\n", dev->name); + goto out_init_protocol_info; + } + + /* alarm led ? */ + ssd_clear_alarm(dev); + + ret = ssd_init_fw_info(dev); + if (ret) { + hio_err("%s: init firmware info failed\n", dev->name); + /* alarm led */ + ssd_set_alarm(dev); + goto out_init_fw_info; + } + + /* slave port ? */ + if (dev->slave) { + goto init_next1; + } + + ret = ssd_init_rom_info(dev); + if (ret) { + hio_err("%s: init rom info failed\n", dev->name); + /* alarm led */ + ssd_set_alarm(dev); + goto out_init_rom_info; + } + + ret = ssd_init_label(dev); + if (ret) { + hio_err("%s: init label failed\n", dev->name); + /* alarm led */ + ssd_set_alarm(dev); + goto out_init_label; + } + + ret = ssd_init_workq(dev); + if (ret) { + hio_warn("%s: init workq failed\n", dev->name); + goto out_init_workq; + } + (void)test_and_set_bit(SSD_INIT_WORKQ, &dev->state); + + ret = ssd_init_log(dev); + if (ret) { + hio_err("%s: init log failed\n", dev->name); + /* alarm led */ + ssd_set_alarm(dev); + goto out_init_log; + } + + ret = ssd_init_smart(dev); + if (ret) { + hio_err("%s: init info failed\n", dev->name); + /* alarm led */ + ssd_set_alarm(dev); + goto out_init_smart; + } + +init_next1: + ret = ssd_init_hw_info(dev); + if (ret) { + hio_err("%s: init hardware info failed\n", dev->name); + /* alarm led */ + ssd_set_alarm(dev); + goto out_init_hw_info; + } + + /* slave port ? */ + if (dev->slave) { + goto init_next2; + } + + ret = ssd_init_sensor(dev); + if (ret) { + hio_err("%s: init sensor failed\n", dev->name); + /* alarm led */ + ssd_set_alarm(dev); + goto out_init_sensor; + } + + ret = ssd_init_pl_cap(dev); + if (ret) { + hio_err("%s: int pl_cap failed\n", dev->name); + /* alarm led */ + ssd_set_alarm(dev); + goto out_init_pl_cap; + } + +init_next2: + ret = ssd_check_init_state(dev); + if (ret) { + hio_err("%s: check init state failed\n", dev->name); + /* alarm led */ + ssd_set_alarm(dev); + goto out_check_init_state; + } + + ret = ssd_init_response(dev); + if (ret) { + hio_warn("%s: init resp_msg failed\n", dev->name); + goto out_init_response; + } + + ret = ssd_init_cmd(dev); + if (ret) { + hio_warn("%s: init msg failed\n", dev->name); + goto out_init_cmd; + } + + ret = ssd_init_dcmd(dev); + if (ret) { + hio_warn("%s: init cmd failed\n", dev->name); + goto out_init_dcmd; + } + + ret = ssd_init_irq(dev); + if (ret) { + hio_warn("%s: init irq failed\n", dev->name); + goto out_init_irq; + } + + ret = ssd_init_thread(dev); + if (ret) { + hio_warn("%s: init thread failed\n", dev->name); + goto out_init_thread; + } + + ret = ssd_init_tag(dev); + if(ret) { + hio_warn("%s: init tags failed\n", dev->name); + goto out_init_tags; + } + + /* */ + (void)test_and_set_bit(SSD_ONLINE, &dev->state); + + ret = ssd_init_queue(dev); + if (ret) { + hio_warn("%s: init queue failed\n", dev->name); + goto out_init_queue; + } + + /* slave port ? */ + if (dev->slave) { + goto init_next3; + } + + ret = ssd_init_ot_protect(dev); + if (ret) { + hio_err("%s: int ot_protect failed\n", dev->name); + /* alarm led */ + ssd_set_alarm(dev); + goto out_int_ot_protect; + } + + ret = ssd_init_wmode(dev); + if (ret) { + hio_warn("%s: init write mode\n", dev->name); + goto out_init_wmode; + } + + /* init routine after hw is ready */ + ret = ssd_init_routine(dev); + if (ret) { + hio_warn("%s: init routine\n", dev->name); + goto out_init_routine; + } + + ret = ssd_init_chardev(dev); + if (ret) { + hio_warn("%s: register char device failed\n", dev->name); + goto out_init_chardev; + } + +init_next3: + ret = ssd_init_blkdev(dev); + if (ret) { + hio_warn("%s: register block device failed\n", dev->name); + goto out_init_blkdev; + } + (void)test_and_set_bit(SSD_INIT_BD, &dev->state); + + ret = ssd_register_sysfs(dev); + if (ret) { + hio_warn("%s: register sysfs failed\n", dev->name); + goto out_register_sysfs; + } + + dev->save_md = 1; + + list_add_tail(&dev->list, &ssd_list); + + return 0; + +out_register_sysfs: + test_and_clear_bit(SSD_INIT_BD, &dev->state); + ssd_cleanup_blkdev(dev); +out_init_blkdev: + /* slave port ? */ + if (!dev->slave) { + ssd_cleanup_chardev(dev); + } +out_init_chardev: + /* slave port ? */ + if (!dev->slave) { + ssd_cleanup_routine(dev); + } +out_init_routine: +out_init_wmode: +out_int_ot_protect: + ssd_cleanup_queue(dev); +out_init_queue: + test_and_clear_bit(SSD_ONLINE, &dev->state); + ssd_cleanup_tag(dev); +out_init_tags: + ssd_cleanup_thread(dev); +out_init_thread: + ssd_free_irq(dev); +out_init_irq: + ssd_cleanup_dcmd(dev); +out_init_dcmd: + ssd_cleanup_cmd(dev); +out_init_cmd: + ssd_cleanup_response(dev); +out_init_response: +out_check_init_state: +out_init_pl_cap: +out_init_sensor: +out_init_hw_info: +out_init_smart: + /* slave port ? */ + if (!dev->slave) { + ssd_cleanup_log(dev); + } +out_init_log: + /* slave port ? */ + if (!dev->slave) { + test_and_clear_bit(SSD_INIT_WORKQ, &dev->state); + ssd_cleanup_workq(dev); + } +out_init_workq: +out_init_label: +out_init_rom_info: +out_init_fw_info: +out_init_protocol_info: +out_check_hw: +#ifdef LINUX_SUSE_OS + iounmap(dev->ctrlp); +#else + pci_iounmap(pdev, dev->ctrlp); +#endif +out_pci_iomap: + release_mem_region(dev->mmio_base, dev->mmio_len); +out_request_mem_region: +out_set_dma_mask: + pci_disable_device(pdev); +out_enable_device: + pci_set_drvdata(pdev, NULL); +out_get_index: + kfree(dev); +out_alloc_dev: +out: + return ret; +} + +static void ssd_cleanup_tasklet(void) +{ + int i; + for_each_online_cpu(i) { + tasklet_kill(&per_cpu(ssd_tasklet, i)); + } +} + +static int ssd_init_tasklet(void) +{ + int i; + + for_each_online_cpu(i) { + INIT_LIST_HEAD(&per_cpu(ssd_doneq, i)); + + if (finject) { + tasklet_init(&per_cpu(ssd_tasklet, i), __ssd_done_db, 0); + } else { + tasklet_init(&per_cpu(ssd_tasklet, i), __ssd_done, 0); + } + } + + return 0; +} + +static struct pci_device_id ssd_pci_tbl[] = { + { 0x10ee, 0x0007, PCI_ANY_ID, PCI_ANY_ID, }, /* g3 */ + { 0x19e5, 0x0007, PCI_ANY_ID, PCI_ANY_ID, }, /* v1 */ + //{ 0x19e5, 0x0008, PCI_ANY_ID, PCI_ANY_ID, }, /* v1 sp*/ + { 0x19e5, 0x0009, PCI_ANY_ID, PCI_ANY_ID, }, /* v2 */ + { 0x19e5, 0x000a, PCI_ANY_ID, PCI_ANY_ID, }, /* v2 dp slave*/ + { 0, } +}; +MODULE_DEVICE_TABLE(pci, ssd_pci_tbl); + +static struct pci_driver ssd_driver = { + .name = MODULE_NAME, + .id_table = ssd_pci_tbl, + .probe = ssd_init_one, +#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,38)) + .remove = __devexit_p(ssd_remove_one), +#else + .remove = ssd_remove_one, +#endif +}; + +/* notifier block to get a notify on system shutdown/halt/reboot */ +static int ssd_notify_reboot(struct notifier_block *nb, unsigned long event, void *buf) +{ + struct ssd_device *dev = NULL; + struct ssd_device *n = NULL; + + list_for_each_entry_safe(dev, n, &ssd_list, list) { + ssd_gen_swlog(dev, SSD_LOG_POWER_OFF, 0); + + (void)ssd_flush(dev); + (void)ssd_save_md(dev); + + /* slave port ? */ + if (!dev->slave) { + ssd_save_smart(dev); + + ssd_stop_workq(dev); + + if (dev->reload_fw) { + ssd_reg32_write(dev->ctrlp + SSD_RELOAD_FW_REG, SSD_RELOAD_FW); + } + } + } + + return NOTIFY_OK; +} + +static struct notifier_block ssd_notifier = { + ssd_notify_reboot, NULL, 0 +}; + +static int __init ssd_init_module(void) +{ + int ret = 0; + + hio_info("driver version: %s\n", DRIVER_VERSION); + + ret = ssd_init_index(); + if (ret) { + hio_warn("init index failed\n"); + goto out_init_index; + } + + ret = ssd_init_proc(); + if (ret) { + hio_warn("init proc failed\n"); + goto out_init_proc; + } + + ret = ssd_init_sysfs(); + if (ret) { + hio_warn("init sysfs failed\n"); + goto out_init_sysfs; + } + + ret = ssd_init_tasklet(); + if (ret) { + hio_warn("init tasklet failed\n"); + goto out_init_tasklet; + } + +#if (LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,12)) + ssd_class = class_simple_create(THIS_MODULE, SSD_DEV_NAME); +#else + ssd_class = class_create(THIS_MODULE, SSD_DEV_NAME); +#endif + if (IS_ERR(ssd_class)) { + ret = PTR_ERR(ssd_class); + goto out_class_create; + } + + if (ssd_cmajor > 0) { + ret = register_chrdev(ssd_cmajor, SSD_CDEV_NAME, &ssd_cfops); + } else { + ret = ssd_cmajor = register_chrdev(ssd_cmajor, SSD_CDEV_NAME, &ssd_cfops); + } + if (ret < 0) { + hio_warn("unable to register chardev major number\n"); + goto out_register_chardev; + } + + if (ssd_major > 0) { + ret = register_blkdev(ssd_major, SSD_DEV_NAME); + } else { + ret = ssd_major = register_blkdev(ssd_major, SSD_DEV_NAME); + } + if (ret < 0) { + hio_warn("unable to register major number\n"); + goto out_register_blkdev; + } + + if (ssd_major_sl > 0) { + ret = register_blkdev(ssd_major_sl, SSD_SDEV_NAME); + } else { + ret = ssd_major_sl = register_blkdev(ssd_major_sl, SSD_SDEV_NAME); + } + if (ret < 0) { + hio_warn("unable to register slave major number\n"); + goto out_register_blkdev_sl; + } + + if (mode < SSD_DRV_MODE_STANDARD || mode > SSD_DRV_MODE_BASE) { + mode = SSD_DRV_MODE_STANDARD; + } + + /* for debug */ + if (mode != SSD_DRV_MODE_STANDARD) { + ssd_minors = 1; + } + + if (int_mode < SSD_INT_LEGACY || int_mode > SSD_INT_MSIX) { + int_mode = SSD_INT_MODE_DEFAULT; + } + + if (threaded_irq) { + int_mode = SSD_INT_MSI; + } + + if (log_level >= SSD_LOG_NR_LEVEL || log_level < SSD_LOG_LEVEL_INFO) { + log_level = SSD_LOG_LEVEL_ERR; + } + + if (wmode < SSD_WMODE_BUFFER || wmode > SSD_WMODE_DEFAULT) { + wmode = SSD_WMODE_DEFAULT; + } + +#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,20)) + ret = pci_module_init(&ssd_driver); +#else + ret = pci_register_driver(&ssd_driver); +#endif + if (ret) { + hio_warn("pci init failed\n"); + goto out_pci_init; + } + + ret = register_reboot_notifier(&ssd_notifier); + if (ret) { + hio_warn("register reboot notifier failed\n"); + goto out_register_reboot_notifier; + } + + return 0; + +out_register_reboot_notifier: +out_pci_init: + pci_unregister_driver(&ssd_driver); + unregister_blkdev(ssd_major_sl, SSD_SDEV_NAME); +out_register_blkdev_sl: + unregister_blkdev(ssd_major, SSD_DEV_NAME); +out_register_blkdev: + unregister_chrdev(ssd_cmajor, SSD_CDEV_NAME); +out_register_chardev: +#if (LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,12)) + class_simple_destroy(ssd_class); +#else + class_destroy(ssd_class); +#endif +out_class_create: + ssd_cleanup_tasklet(); +out_init_tasklet: + ssd_cleanup_sysfs(); +out_init_sysfs: + ssd_cleanup_proc(); +out_init_proc: + ssd_cleanup_index(); +out_init_index: + return ret; + +} + +static void __exit ssd_cleanup_module(void) +{ + + hio_info("unload driver: %s\n", DRIVER_VERSION); + /* exiting */ + ssd_exiting = 1; + + unregister_reboot_notifier(&ssd_notifier); + + pci_unregister_driver(&ssd_driver); + + unregister_blkdev(ssd_major_sl, SSD_SDEV_NAME); + unregister_blkdev(ssd_major, SSD_DEV_NAME); + unregister_chrdev(ssd_cmajor, SSD_CDEV_NAME); +#if (LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,12)) + class_simple_destroy(ssd_class); +#else + class_destroy(ssd_class); +#endif + + ssd_cleanup_tasklet(); + ssd_cleanup_sysfs(); + ssd_cleanup_proc(); + ssd_cleanup_index(); +} + +int ssd_register_event_notifier(struct block_device *bdev, ssd_event_call event_call) +{ + struct ssd_device *dev; + struct timeval tv; + struct ssd_log *le; + uint64_t cur; + int log_nr; + + if (!bdev || !event_call || !(bdev->bd_disk)) { + return -EINVAL; + } + + dev = bdev->bd_disk->private_data; + dev->event_call = event_call; + + do_gettimeofday(&tv); + cur = tv.tv_sec; + + le = (struct ssd_log *)(dev->internal_log.log); + log_nr = dev->internal_log.nr_log; + + while (log_nr--) { + if (le->time <= cur && le->time >= dev->uptime) { + (void)dev->event_call(dev->gd, le->le.event, ssd_parse_log(dev, le, 0)); + } + le++; + } + + return 0; +} + +int ssd_unregister_event_notifier(struct block_device *bdev) +{ + struct ssd_device *dev; + + if (!bdev || !(bdev->bd_disk)) { + return -EINVAL; + } + + dev = bdev->bd_disk->private_data; + dev->event_call = NULL; + + return 0; +} + +EXPORT_SYMBOL(ssd_get_label); +EXPORT_SYMBOL(ssd_get_version); +EXPORT_SYMBOL(ssd_set_otprotect); +EXPORT_SYMBOL(ssd_bm_status); +EXPORT_SYMBOL(ssd_submit_pbio); +EXPORT_SYMBOL(ssd_get_pciaddr); +EXPORT_SYMBOL(ssd_get_temperature); +EXPORT_SYMBOL(ssd_register_event_notifier); +EXPORT_SYMBOL(ssd_unregister_event_notifier); +EXPORT_SYMBOL(ssd_reset); +EXPORT_SYMBOL(ssd_set_wmode); + + + +module_init(ssd_init_module); +module_exit(ssd_cleanup_module); +MODULE_VERSION(DRIVER_VERSION); +MODULE_LICENSE("GPL"); +MODULE_AUTHOR("Huawei SSD DEV Team"); +MODULE_DESCRIPTION("Huawei SSD driver"); --- linux-lowlatency-hwe-6.5-6.5.0.orig/ubuntu/hio/hio.h +++ linux-lowlatency-hwe-6.5-6.5.0/ubuntu/hio/hio.h @@ -0,0 +1,104 @@ +/* +* Huawei SSD device driver +* Copyright (c) 2016, Huawei Technologies Co., Ltd. +* +* This program is free software; you can redistribute it and/or modify it +* under the terms and conditions of the GNU General Public License, +* version 2, as published by the Free Software Foundation. +* +* This program is distributed in the hope it will be useful, but WITHOUT +* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for +* more details. +*/ + +#ifndef _HIO_H +#define _HIO_H + +#include +#include +#include +#include + + + +typedef int (*ssd_event_call)(struct gendisk *, int, int); /* gendisk, event id, event level */ +extern int ssd_register_event_notifier(struct block_device *bdev, ssd_event_call event_call); +/* unregister event notifier before module exit */ +extern int ssd_unregister_event_notifier(struct block_device *bdev); + + +/* label */ +#define SSD_LABEL_FIELD_SZ 32 +#define SSD_SN_SZ 16 + +typedef struct ssd_label +{ + char date[SSD_LABEL_FIELD_SZ]; + char sn[SSD_LABEL_FIELD_SZ]; + char part[SSD_LABEL_FIELD_SZ]; + char desc[SSD_LABEL_FIELD_SZ]; + char other[SSD_LABEL_FIELD_SZ]; + char maf[SSD_LABEL_FIELD_SZ]; +} ssd_label_t; + + +/* version */ +typedef struct ssd_version_info +{ + uint32_t bridge_ver; /* bridge fw version: hex */ + uint32_t ctrl_ver; /* controller fw version: hex */ + uint32_t bm_ver; /* battery manager fw version: hex */ + uint8_t pcb_ver; /* main pcb version: char */ + uint8_t upper_pcb_ver; + uint8_t pad0; + uint8_t pad1; +} ssd_version_info_t; + +extern int ssd_get_label(struct block_device *bdev, struct ssd_label *label); +extern int ssd_get_version(struct block_device *bdev, struct ssd_version_info *ver); +extern int ssd_get_temperature(struct block_device *bdev, int *temp); + + +enum ssd_bmstatus +{ + SSD_BMSTATUS_OK = 0, + SSD_BMSTATUS_CHARGING, + SSD_BMSTATUS_WARNING +}; +extern int ssd_bm_status(struct block_device *bdev, int *status); + +enum ssd_otprotect +{ + SSD_OTPROTECT_OFF = 0, + SSD_OTPROTECT_ON +}; +extern int ssd_set_otprotect(struct block_device *bdev, int otprotect); + +typedef struct pci_addr +{ + uint16_t domain; + uint8_t bus; + uint8_t slot; + uint8_t func; +} pci_addr_t; +extern int ssd_get_pciaddr(struct block_device *bdev, struct pci_addr *paddr); + +/* submit phys bio: phys addr in iovec */ +extern void ssd_submit_pbio(struct request_queue *q, struct bio *bio); + +extern int ssd_reset(struct block_device *bdev); + +enum ssd_write_mode +{ + SSD_WMODE_BUFFER = 0, + SSD_WMODE_BUFFER_EX, + SSD_WMODE_FUA, + /* dummy */ + SSD_WMODE_AUTO, + SSD_WMODE_DEFAULT +}; +extern int ssd_set_wmode(struct block_device *bdev, int wmode); + +#endif + --- linux-lowlatency-hwe-6.5-6.5.0.orig/ubuntu/include/Kbuild +++ linux-lowlatency-hwe-6.5-6.5.0/ubuntu/include/Kbuild @@ -0,0 +1,2 @@ + + --- linux-lowlatency-hwe-6.5-6.5.0.orig/ubuntu/include/README +++ linux-lowlatency-hwe-6.5-6.5.0/ubuntu/include/README @@ -0,0 +1,4 @@ +Only use this directory for things which need to share their headers with +other parts of the kernel or other modules in ubuntu/ + +Otherwise, keep them local to the module directory. --- linux-lowlatency-hwe-6.5-6.5.0.orig/ubuntu/ubuntu-host/Kconfig +++ linux-lowlatency-hwe-6.5-6.5.0/ubuntu/ubuntu-host/Kconfig @@ -0,0 +1,5 @@ +config UBUNTU_HOST + tristate "proc dir for exporting host data to containers" + help + Creates an ubuntu-host directory in proc for providing data from + Ubuntu hosts to containers. --- linux-lowlatency-hwe-6.5-6.5.0.orig/ubuntu/ubuntu-host/Makefile +++ linux-lowlatency-hwe-6.5-6.5.0/ubuntu/ubuntu-host/Makefile @@ -0,0 +1 @@ +obj-$(CONFIG_UBUNTU_HOST) += ubuntu-host.o --- linux-lowlatency-hwe-6.5-6.5.0.orig/ubuntu/ubuntu-host/ubuntu-host.c +++ linux-lowlatency-hwe-6.5-6.5.0/ubuntu/ubuntu-host/ubuntu-host.c @@ -0,0 +1,68 @@ +#include +#include +#include +#include +#include + +#define PROC_DIR "ubuntu-host" + +#define ESM_TOKEN_FILE "esm-token" +#define ESM_TOKEN_MAX_SIZE 64 + +static struct proc_dir_entry *proc_dir; +static char esm_token_buffer[ESM_TOKEN_MAX_SIZE]; + +static ssize_t esm_token_read(struct file *f, char __user *buf, size_t len, + loff_t *off) +{ + return simple_read_from_buffer(buf, len, off, esm_token_buffer, + strlen(esm_token_buffer)); +} + +static ssize_t esm_token_write(struct file *f, const char __user *buf, + size_t len, loff_t *off) +{ + ssize_t ret; + + if (len >= ESM_TOKEN_MAX_SIZE - 1) + return -EINVAL; + + ret = simple_write_to_buffer(esm_token_buffer, ESM_TOKEN_MAX_SIZE - 1, + off, buf, len); + if (ret >= 0) + esm_token_buffer[ret] = '\0'; + + return ret; +} + +static const struct proc_ops esm_token_fops = { + .proc_read = esm_token_read, + .proc_write = esm_token_write, +}; + +static void ubuntu_host_cleanup(void) +{ + remove_proc_entry(ESM_TOKEN_FILE, proc_dir); + proc_remove(proc_dir); +} + +static int __init ubuntu_host_init(void) +{ + proc_dir = proc_mkdir(PROC_DIR, NULL); + if (!proc_dir) { + pr_err("Failed to create ubuntu-host dir\n"); + return -ENOMEM; + } + + if (!proc_create_data(ESM_TOKEN_FILE, 0644, proc_dir, &esm_token_fops, NULL)) { + pr_err("Failed to create esm-tokan file\n"); + ubuntu_host_cleanup(); + return -ENOMEM; + } + + return 0; +} + +module_init(ubuntu_host_init); +module_exit(ubuntu_host_cleanup); +MODULE_LICENSE("GPL"); --- linux-lowlatency-hwe-6.5-6.5.0.orig/update-dkms-versions +++ linux-lowlatency-hwe-6.5-6.5.0/update-dkms-versions @@ -0,0 +1,195 @@ +#!/bin/bash + +remote_repo='' +remote_branch='main' +sru_cycle= +while : +do + if [ "$1" = "--remote-repo" ]; then + remote_repo="$2" + shift 2 + + elif [ "$1" = "--remote-branch" ]; then + remote_branch="$2" + shift 2 + + elif [ "$1" = "--sru-cycle" ]; then + sru_cycle="$2" + shift 2 + + else + break + fi +done +if [ "$#" -ne 0 ]; then + { + echo "Usage: $0 []" + echo " --remote-repo " + echo " --sru-cycle " + } 1>&2 + exit 1 +fi + +default_sru_cycle() +{ + local tracking_bug + local version + + # Pick out the cycle from the tracking bug file. + if [ -f "$DEBIAN/tracking-bug" ]; then + read tracking_bug sru_cycle X <"$DEBIAN/tracking-bug" + fi + + if [ -z "$sru_cycle" ]; then + echo "$0: sru-cycle not found via debian/tracking-bug; specify --sru-cycle" 1>&2 + exit 1 + fi + + sru_cycle=$(echo "$sru_cycle" | sed -e 's/-[0-9][0-9]*$//' -e 's/^kernel-sru-cycle-//') + + #echo "default_sru_cycle: version<$version> sru_cycle<$sru_cycle>" +} + +# Determine where our changelog is. +DEBIAN=debian +[ -f 'debian/debian.env' ] && . 'debian/debian.env' + +[ -z "$sru_cycle" ] && default_sru_cycle +if [ -z "$remote_repo" ]; then + case "$sru_cycle" in + c[0-9][0-9][0-9][0-9].[0-9][0-9].[0-9][0-9]) + remote_repo='security' ;; + *) + remote_repo='main' ;; + esac +fi +case "$remote_repo" in +security) + remote_repo='ssh+git://git.launchpad.net/~canonical-kernel-security-team/canonical-kernel-private/+git/kernel-versions' + remote_name='security' + ;; +main) + remote_repo='git://git.launchpad.net/~canonical-kernel/+git/kernel-versions' + remote_name='main' + ;; +*) + remote_name='adhoc' + ;; +esac + +# +# kernel-versoins repository dkms-version mapping see below for details: +# https://git.launchpad.net/~canonical-kernel/+git/kernel-versions/plain/README +# +kv_repo="$HOME/.cache/kernel-versions-bare" + +# Now we know where our repo is and what it called update it. +# We maintain "persistent" remotes for main and security, but assume +# any manually supplied entries are transient. +( + [ ! -d "$kv_repo" ] && mkdir -p "$kv_repo" + cd "$kv_repo" || exit 1 + [ ! -f config ] && git init -q --bare + current_url=$(git config "remote.$remote_name.url") + if [ -z "$current_url" ]; then + git remote add "$remote_name" "$remote_repo" + elif [ "$current_url" != "$remote_repo" ]; then + git config "remote.$remote_name.url" "$remote_repo" + fi + git fetch -q -p "$remote_name" +) || exit 1 + +cat_file() +{ + (cd "$kv_repo" && git cat-file "$@") || exit 1 +} + +present=$(cat_file -t "$remote_name/$remote_branch:devel/" 2>/dev/null) +if [ "$present" ]; then + git_base_devel="$remote_name/$remote_branch:devel/" +else + git_base_devel="$remote_name/$remote_branch:tip/" +fi +git_base="$remote_name/$remote_branch:$sru_cycle/" +git_human="$remote_name/$sru_cycle" + +# Determine if we have this cycle. +present=$(cat_file -t "$git_base" 2>/dev/null) +if [ "$present" = "" ]; then + # If we don't have the cycle in the development cycle then + # fall back to master. + case "$sru_cycle" in + d*) git_base="$git_base_devel" ;; + *) echo "$sru_cycle: cycle not found in $remote_repo" 2>&1 + exit 1 + ;; + esac +fi + +# Determine our series and mainline version from our own changelog. +our_series=$(LC_ALL=C dpkg-parsechangelog -l"$DEBIAN/changelog" -SDistribution) +if [ "$our_series" = "UNRELEASED" ]; then + our_series=$(LC_ALL=C dpkg-parsechangelog -l"$DEBIAN/changelog" -o1 -c1 -SDistribution) +fi +our_mainline=$(LC_ALL=C dpkg-parsechangelog -l"$DEBIAN/changelog" -SVersion | sed -e 's/-.*//') +our_package=$(LC_ALL=C dpkg-parsechangelog -l"$DEBIAN/changelog" -SSource) +our_source=$(echo "$our_package" | sed -e 's/-restricted-modules//') +case "$our_package" in +linux-restricted-modules*) our_type="lrm" ;; +*) our_type="main" ;; +esac + +# Update rules are complex. We update development series kernels to the +# versions in development. For stable series we update versions against +# the series in which our prime kernel was built. This is expressed +# via the map/dkms-versions namespace. Attempt to map via our series +# and then our mainline-version. + +# Try and find a package specific dkms-versions fragment. Try: +# handle+type +# series+type +# mainline+type +# series - backwards compatibility +# mainline - backwards compatibility +for versions_path_tail in \ + "$our_series:$our_source:$our_type" \ + "$our_series:$our_mainline:$our_type" \ + "$our_series:$our_type" \ + "$our_mainline:$our_type" \ + "$our_series" \ + "$our_mainline" +do + echo "II: trying $versions_path_tail ..." + versions_paths=$(echo $(cat_file -p "${git_base}map/dkms-versions/$versions_path_tail" 2>/dev/null)) + [ -n "$versions_paths" ] && break +done + +if [ -z "$versions_paths" ]; then + echo "$0: unable to identify dkms-versions mapping" 1>&2 + exit 1 +fi + +echo "git_base<$git_base> versions_paths<$versions_paths>" +echo "II: grabbing dkms-versions from $sru_cycle $versions_paths" + +: ">debian/dkms-versions.new" +for versions_path in $versions_paths +do + cat_file -p "$git_base$versions_path" >>"debian/dkms-versions.new" + if [ "$?" -ne 0 ]; then + echo "$0: unable to download an updated dkms-versions file" 1>&2 + exit 1 + fi +done +mv "debian/dkms-versions.new" "debian/dkms-versions" + +thing="debian/dkms-versions" +if ! git diff --exit-code -- "$thing" >/dev/null; then + git commit -m "UBUNTU: $thing -- update from kernel-versions ($git_human)" \ + -m "BugLink: https://bugs.launchpad.net/bugs/1786013" \ + -s -- "$thing" +else + echo "$thing: no changes from kernel-versions" +fi + +exit 0 --- linux-lowlatency-hwe-6.5-6.5.0.orig/virt/kvm/vfio.c +++ linux-lowlatency-hwe-6.5-6.5.0/virt/kvm/vfio.c @@ -21,7 +21,7 @@ #include #endif -struct kvm_vfio_group { +struct kvm_vfio_file { struct list_head node; struct file *file; #ifdef CONFIG_SPAPR_TCE_IOMMU @@ -30,7 +30,7 @@ }; struct kvm_vfio { - struct list_head group_list; + struct list_head file_list; struct mutex lock; bool noncoherent; }; @@ -98,34 +98,35 @@ } static void kvm_spapr_tce_release_vfio_group(struct kvm *kvm, - struct kvm_vfio_group *kvg) + struct kvm_vfio_file *kvf) { - if (WARN_ON_ONCE(!kvg->iommu_group)) + if (WARN_ON_ONCE(!kvf->iommu_group)) return; - kvm_spapr_tce_release_iommu_group(kvm, kvg->iommu_group); - iommu_group_put(kvg->iommu_group); - kvg->iommu_group = NULL; + kvm_spapr_tce_release_iommu_group(kvm, kvf->iommu_group); + iommu_group_put(kvf->iommu_group); + kvf->iommu_group = NULL; } #endif /* - * Groups can use the same or different IOMMU domains. If the same then - * adding a new group may change the coherency of groups we've previously - * been told about. We don't want to care about any of that so we retest - * each group and bail as soon as we find one that's noncoherent. This - * means we only ever [un]register_noncoherent_dma once for the whole device. + * Groups/devices can use the same or different IOMMU domains. If the same + * then adding a new group/device may change the coherency of groups/devices + * we've previously been told about. We don't want to care about any of + * that so we retest each group/device and bail as soon as we find one that's + * noncoherent. This means we only ever [un]register_noncoherent_dma once + * for the whole device. */ static void kvm_vfio_update_coherency(struct kvm_device *dev) { struct kvm_vfio *kv = dev->private; bool noncoherent = false; - struct kvm_vfio_group *kvg; + struct kvm_vfio_file *kvf; mutex_lock(&kv->lock); - list_for_each_entry(kvg, &kv->group_list, node) { - if (!kvm_vfio_file_enforced_coherent(kvg->file)) { + list_for_each_entry(kvf, &kv->file_list, node) { + if (!kvm_vfio_file_enforced_coherent(kvf->file)) { noncoherent = true; break; } @@ -143,10 +144,10 @@ mutex_unlock(&kv->lock); } -static int kvm_vfio_group_add(struct kvm_device *dev, unsigned int fd) +static int kvm_vfio_file_add(struct kvm_device *dev, unsigned int fd) { struct kvm_vfio *kv = dev->private; - struct kvm_vfio_group *kvg; + struct kvm_vfio_file *kvf; struct file *filp; int ret; @@ -162,27 +163,27 @@ mutex_lock(&kv->lock); - list_for_each_entry(kvg, &kv->group_list, node) { - if (kvg->file == filp) { + list_for_each_entry(kvf, &kv->file_list, node) { + if (kvf->file == filp) { ret = -EEXIST; goto err_unlock; } } - kvg = kzalloc(sizeof(*kvg), GFP_KERNEL_ACCOUNT); - if (!kvg) { + kvf = kzalloc(sizeof(*kvf), GFP_KERNEL_ACCOUNT); + if (!kvf) { ret = -ENOMEM; goto err_unlock; } - kvg->file = filp; - list_add_tail(&kvg->node, &kv->group_list); + kvf->file = filp; + list_add_tail(&kvf->node, &kv->file_list); kvm_arch_start_assignment(dev->kvm); + kvm_vfio_file_set_kvm(kvf->file, dev->kvm); mutex_unlock(&kv->lock); - kvm_vfio_file_set_kvm(kvg->file, dev->kvm); kvm_vfio_update_coherency(dev); return 0; @@ -193,10 +194,10 @@ return ret; } -static int kvm_vfio_group_del(struct kvm_device *dev, unsigned int fd) +static int kvm_vfio_file_del(struct kvm_device *dev, unsigned int fd) { struct kvm_vfio *kv = dev->private; - struct kvm_vfio_group *kvg; + struct kvm_vfio_file *kvf; struct fd f; int ret; @@ -208,18 +209,18 @@ mutex_lock(&kv->lock); - list_for_each_entry(kvg, &kv->group_list, node) { - if (kvg->file != f.file) + list_for_each_entry(kvf, &kv->file_list, node) { + if (kvf->file != f.file) continue; - list_del(&kvg->node); + list_del(&kvf->node); kvm_arch_end_assignment(dev->kvm); #ifdef CONFIG_SPAPR_TCE_IOMMU - kvm_spapr_tce_release_vfio_group(dev->kvm, kvg); + kvm_spapr_tce_release_vfio_group(dev->kvm, kvf); #endif - kvm_vfio_file_set_kvm(kvg->file, NULL); - fput(kvg->file); - kfree(kvg); + kvm_vfio_file_set_kvm(kvf->file, NULL); + fput(kvf->file); + kfree(kvf); ret = 0; break; } @@ -234,12 +235,12 @@ } #ifdef CONFIG_SPAPR_TCE_IOMMU -static int kvm_vfio_group_set_spapr_tce(struct kvm_device *dev, - void __user *arg) +static int kvm_vfio_file_set_spapr_tce(struct kvm_device *dev, + void __user *arg) { struct kvm_vfio_spapr_tce param; struct kvm_vfio *kv = dev->private; - struct kvm_vfio_group *kvg; + struct kvm_vfio_file *kvf; struct fd f; int ret; @@ -254,20 +255,20 @@ mutex_lock(&kv->lock); - list_for_each_entry(kvg, &kv->group_list, node) { - if (kvg->file != f.file) + list_for_each_entry(kvf, &kv->file_list, node) { + if (kvf->file != f.file) continue; - if (!kvg->iommu_group) { - kvg->iommu_group = kvm_vfio_file_iommu_group(kvg->file); - if (WARN_ON_ONCE(!kvg->iommu_group)) { + if (!kvf->iommu_group) { + kvf->iommu_group = kvm_vfio_file_iommu_group(kvf->file); + if (WARN_ON_ONCE(!kvf->iommu_group)) { ret = -EIO; goto err_fdput; } } ret = kvm_spapr_tce_attach_iommu_group(dev->kvm, param.tablefd, - kvg->iommu_group); + kvf->iommu_group); break; } @@ -278,8 +279,8 @@ } #endif -static int kvm_vfio_set_group(struct kvm_device *dev, long attr, - void __user *arg) +static int kvm_vfio_set_file(struct kvm_device *dev, long attr, + void __user *arg) { int32_t __user *argp = arg; int32_t fd; @@ -288,16 +289,16 @@ case KVM_DEV_VFIO_GROUP_ADD: if (get_user(fd, argp)) return -EFAULT; - return kvm_vfio_group_add(dev, fd); + return kvm_vfio_file_add(dev, fd); case KVM_DEV_VFIO_GROUP_DEL: if (get_user(fd, argp)) return -EFAULT; - return kvm_vfio_group_del(dev, fd); + return kvm_vfio_file_del(dev, fd); #ifdef CONFIG_SPAPR_TCE_IOMMU case KVM_DEV_VFIO_GROUP_SET_SPAPR_TCE: - return kvm_vfio_group_set_spapr_tce(dev, arg); + return kvm_vfio_file_set_spapr_tce(dev, arg); #endif } @@ -309,8 +310,8 @@ { switch (attr->group) { case KVM_DEV_VFIO_GROUP: - return kvm_vfio_set_group(dev, attr->attr, - u64_to_user_ptr(attr->addr)); + return kvm_vfio_set_file(dev, attr->attr, + u64_to_user_ptr(attr->addr)); } return -ENXIO; @@ -339,16 +340,16 @@ static void kvm_vfio_release(struct kvm_device *dev) { struct kvm_vfio *kv = dev->private; - struct kvm_vfio_group *kvg, *tmp; + struct kvm_vfio_file *kvf, *tmp; - list_for_each_entry_safe(kvg, tmp, &kv->group_list, node) { + list_for_each_entry_safe(kvf, tmp, &kv->file_list, node) { #ifdef CONFIG_SPAPR_TCE_IOMMU - kvm_spapr_tce_release_vfio_group(dev->kvm, kvg); + kvm_spapr_tce_release_vfio_group(dev->kvm, kvf); #endif - kvm_vfio_file_set_kvm(kvg->file, NULL); - fput(kvg->file); - list_del(&kvg->node); - kfree(kvg); + kvm_vfio_file_set_kvm(kvf->file, NULL); + fput(kvf->file); + list_del(&kvf->node); + kfree(kvf); kvm_arch_end_assignment(dev->kvm); } @@ -382,7 +383,7 @@ if (!kv) return -ENOMEM; - INIT_LIST_HEAD(&kv->group_list); + INIT_LIST_HEAD(&kv->file_list); mutex_init(&kv->lock); dev->private = kv;